diff --git a/.env b/.env deleted file mode 100644 index 3d0c60e..0000000 --- a/.env +++ /dev/null @@ -1,183 +0,0 @@ -# DeepCoin 로컬 설정 (Git 제외). 설정 변경은 이 파일만 수정하세요. - -# --- 빗썸 API --- -BITHUMB_ACCESS_KEY=d3e9676ef70b91df515eff02f5d0c7009ce390ce455aea -BITHUMB_SECRET_KEY=M2E4ZWQxYmQ3YThhYzE5YjYxNjhmMzBiOWZkMjI0MmVmOTBkZmRkNWMxMDE5N2VmOTVjODQyNTJlNmU1NQ== -BITHUMB_API_URL=https://api.bithumb.com -BITHUMB_API_CANDLE_COUNT=200 -BITHUMB_MINUTE_INTERVALS=1,3,5,10,15,30,60,240 -HTS_API_RETRY_SLEEP_SEC=0.5 - -# --- 텔레그램 (선택, 알림 미사용 시 비워도 됨) --- -COIN_TELEGRAM_BOT_TOKEN=6435061393:AAHOh9wB5yGNGUdb3SfCYJrrWTBe7wgConM -COIN_TELEGRAM_CHAT_ID=574661323 - -# --- 거래 대상 --- -SYMBOL=WLD -COIN_NAME=월드코인 - -# --- 경로 --- -DB_PATH=data/coins.db -GROUND_TRUTH_FILE=data/ground_truth/ground_truth_trades.json - -# --- 타임프레임 (분) --- -DAILY_INTERVAL_MIN=1440 -ENTRY_INTERVAL=3 -TREND_INTERVAL_1H=60 -TREND_INTERVAL_1D=1440 -ALL_INTERVALS=3,5,10,15,30,60,240,1440 -DOWNLOAD_INTERVALS=3,5,10,15,30,60,240,1440 -GENERAL_ANALYSIS_INTERVALS=3,5,10,15,30,60,240,1440 -TIMING_INTERVALS=3,5,10,15 -TREND_INTERVALS=60,240,1440 -INTERVAL_PREFIX=1:m1,3:m3,5:m5,10:m10,15:m15,30:m30,60:m60,240:m240,1440:d1 - -# --- 볼린저 / RSI --- -BB_PERIOD=20 -BB_STD=2 -BB_MIN_WIDTH_PCT=0.8 -RSI_PERIOD=14 -DISPARITY_PERIODS=5,20,60 -DISPARITY_OVERBOUGHT=105 -DISPARITY_OVERSOLD=95 -MACD_FAST=12 -MACD_SLOW=26 -MACD_SIGNAL=9 -STOCH_K_PERIOD=14 -STOCH_D_PERIOD=3 -STOCH_SMOOTH_K=3 -STOCH_OVERSOLD=20 -STOCH_OVERBOUGHT=80 -TREND_RANGE_MA_GAP_PCT=0.5 - -# --- MTF 정렬 --- -ALIGN_RSI_OVERSOLD=35 -ALIGN_RSI_OVERBOUGHT=65 -ALIGN_RSI_CONFLICT_TIMING_LOW=40 -ALIGN_RSI_CONFLICT_TIMING_HIGH=65 -ALIGN_RSI_CONFLICT_TREND_LOW=40 -ALIGN_RSI_CONFLICT_TREND_HIGH=65 -ALIGN_BB_POS_LOW=0.2 -ALIGN_BB_POS_HIGH=0.8 - -# --- 다운로드 / DB --- -DOWNLOAD_MONTHS=12 -DOWNLOAD_MONTHS_1M=6 -INCREMENTAL_OVERLAP_BARS=3 -DOWNLOAD_BACKFILL_EXTRA_BARS=200 -DOWNLOAD_MIN_INCREMENTAL_BARS=50 -DOWNLOAD_DAILY_EXTRA_DAYS=20 -CHART_LOOKBACK_DAYS=365 -DB_READ_LIMIT_DEFAULT=7000 -DB_ROW_WARMUP_BARS=200 -DB_ROW_MIN_DAILY_BARS=100 -DB_ROW_DAILY_PADDING_DAYS=30 - -# --- Ground Truth --_MIN_LEG_PCT=8.0 -GT_BUY_MIN_SWING_PCT=3.0 -GT_BUY_BB_MAX=0.45 -GT_BUY_MIN_BARS=24 -GT_MAX_BUYS_PER_LEG=12 -GT_MAX_SELLS_PER_LEG=2 -GT_SELL_SPLIT_GAP_PCT=2.5 -GT_MARKER_SIZE_MIN=10 -GT_MARKER_SIZE_MAX=32 -GT_INITIAL_CASH_KRW=400000 -TRADING_FEE_RATE=0.0005 -GT_UNLIMITED_CHRONOLOGICAL_DAYS=300 - -# --- 모니터 --- -MONITOR_LOOP_SLEEP_SEC=180 -MONITOR_POOL_WORKERS=12 -MONITOR_DEFAULT_INTERVAL=60 -MONITOR_API_RETRIES=3 -MONITOR_API_BONG_COUNT=3000 -MONITOR_SLEEP_AFTER_REQUEST_SEC=0.5 -MONITOR_SLEEP_RATE_LIMIT_SEC=5 -MONITOR_SLEEP_BETWEEN_CHUNKS_SEC=0.3 -MONITOR_API_CHUNK_BARS=200 -MONITOR_MA_WINDOWS=5,20,40,120,200,240,720,1440 -MONITOR_NORM_WINDOW=20 -MONITOR_TELEGRAM_BATCH_SIZE=20 - -# --- general_analysis --- -GA_COL_PREFIX=ga_ -LOOKBACK_BARS=3:120,5:100,10:80,15:60,30:50,60:40,240:30,1440:60 -CONTEXT_TAIL_ROWS=3:6000,5:5000,10:4000,15:3000,30:2000,60:1500,240:800,1440:500 -GA_DEFAULT_TAIL_EXPORT=200 -GA_PATTERN_TOLERANCE_PCT=2.5 -GA_VP_BINS=30 -GA_VP_VALUE_AREA_PCT=0.70 -GA_HV_ROLLING_BARS=20 -GA_HV_PERCENTILE_WINDOW=120 -GA_HV_ANNUALIZE_SQ.41148133 -GA_DIVERGENCE_LOOKBACK=10 -GA_SMA_PERIODS=5,20,60,120 -GA_EMA_SPANS=12,26 -GA_ATR_PERIOD=14 -GA_KELTNER_ATR_MULT=2 -GA_AO_FAST=5 -GA_AO_SLOW=34 -GA_LINREG_WINDOW=20 -GA_ADX_PERIOD=14 -GA_ADX_TREND_THRESHOLD=25 -GA_SUPERTREND_ATR_MULT=3 -GA_VOL_SPIKE_MULT=1.8 -GA_VOL_MA_WINDOW=20 -GA_CCI_PERIOD=20 -GA_WILLIAMS_PERIOD=14 -GA_ROC_PERIOD=10 -GA_MFI_PERIOD=14 -GA_CMF_PERIOD=20 -GA_DONCHIAN_PERIOD=20 -GA_BB_SQUEEZE_WINDOW=50 -GA_BB_SQUEEZE_QUANTILE=0.2 -GA_PIVOT_ORDER=3 -GA_PSAR_AF_START=0.02 -GA_PSAR_AF_STEP=0.02 -GA_PSAR_AF_MAX=0.2 - -# --- .env.example 누락 키 추가 (2026-06-01) --- -GT_MIN_ORDER_KRW=5000 -GT_BUY_PCT_LARGE_LEG=1.0 -GT_BUY_PCT_SMALL_LEG=0.05 -GT_LARGE_LEG_TOP_PCT=0.2 -GT_SIGNAL_CAUSAL=1 -SIM_CAUSAL_TIER=1 -CAUSAL_GT_PEAK_MODE=local -CAUSAL_GT_MIN_LEG_PCT=5.0 -CAUSAL_GT_MIN_BARS_BETWEEN_LEGS=60 -CAUSAL_GT_USE_LOCAL_TROUGH=1 -CAUSAL_GT_DD_LARGE_PCT=5.0 -CAUSAL_GT_DD_MEDIUM_PCT=2.0 -GT_BUY_PCT_MEDIUM_LEG=0.25 -SIM_TIER_CONVICTION_DD_PCT=10.0 -SIM_PRIMARY_SIZING=auto -SIM_HYBRID_MIN_HOLDOUT_PNL_PCT=0.0 -SIM_HYBRID_MAX_MDD_PCT=30.0 -SIM_OPTION_C_TARGET_PNL_PCT=300.0 -SIM_OPTION_C_PHASE2_TARGET_PNL_PCT=1000.0 -SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO=0.85 -SIM_OPTION_C_MIN_GT_CAPTURE=0.23 -SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO=0.5 -GT_BUY_WEIGHT_RULE=inverse_price_normalized -GT_SELL_SPLIT_WEIGHTS=0.65,0.35 -MATCH_LABEL_MODE=leg_gt -MATCH_HOLDOUT_RATIO=0.15 -MATCH_MONITOR_MAX_PER_SIDE=1 -SIM_GO_WF_POSITIVE_RATIO=0.5 -SIM_FEE_STRESS_MULT=2.0 -# === Phase B-1 운영 (설정 변경 후 06_execute_live 반드시 재기동) === -MATCH_LIVE_CACHE_SEC=180 -MONITOR_ALERT_COOLDOWN_MIN=3 -MONITOR_ALERT_KRW_AMOUNT=40000 -LIVE_TRADING_ENABLED=1 -LIVE_ORDER_KRW=40000 -LIVE_BUY_PCT_LARGE=1.0 -LIVE_BUY_PCT_SMALL=0.05 -LIVE_DAILY_KRW_MAX=400000 -LIVE_COOLDOWN_MIN=3 -LIVE_MAX_TRADES_PER_DAY=15 -LIVE_DAILY_LOSS_LIMIT_KRW=40000 -LIVE_SLIPPAGE_PCT=0.05 - diff --git a/.env.example b/.env.example index 1251a9f..a9a7eba 100644 --- a/.env.example +++ b/.env.example @@ -1,210 +1,50 @@ -# DeepCoin — .env.example (비밀값 없음). 복사: cp .env.example .env 후 키만 채우세요. -# Python: conda activate ncue && pip install -r requirements.txt +# DeepCoin — .env.example (비밀값 없음). 복사: cp .env.example .env -# --- 빗썸 API --- +# --- 빗썸 API (캔들 수집은 Public API, 키 선택) --- BITHUMB_ACCESS_KEY= BITHUMB_SECRET_KEY= BITHUMB_API_URL=https://api.bithumb.com BITHUMB_API_CANDLE_COUNT=200 -BITHUMB_MINUTE_INTERVALS=1,3,5,10,15,30,60,240 +BITHUMB_MINUTE_INTERVALS=3,5,10,15,30,60,240 HTS_API_RETRY_SLEEP_SEC=0.5 -# --- 텔레그램 (선택, 알림 미사용 시 비워도 됨) --- +# --- 텔레그램 (선택) --- COIN_TELEGRAM_BOT_TOKEN= COIN_TELEGRAM_CHAT_ID= # --- 거래 대상 --- -SYMBOL=WLD -COIN_NAME=월드코인 +SYMBOL=BTC +COIN_NAME=비트코인 -# --- 경로 --- -DB_PATH=data/coins.db -GROUND_TRUTH_FILE=data/ground_truth/ground_truth_trades.json +# --- 데이터 수집 (최대 2년) --- +# 인터벌 코드: 분봉=분, 일봉=1440, 주봉=10080, 월봉=43200 +DB_PATH=coins.db +DOWNLOAD_DAYS=730 +DOWNLOAD_INTERVALS=3,5,10,15,30,60,240,1440,10080,43200 +API_REQUEST_SLEEP_SEC=0.35 +API_REQUEST_RETRIES=3 -# --- 타임프레임 (분) --- -DAILY_INTERVAL_MIN=1440 -ENTRY_INTERVAL=3 -TREND_INTERVAL_1H=60 -TREND_INTERVAL_1D=1440 -ALL_INTERVALS=3,5,10,15,30,60,240,1440 -DOWNLOAD_INTERVALS=3,5,10,15,30,60,240,1440 -GENERAL_ANALYSIS_INTERVALS=3,5,10,15,30,60,240,1440,10080,43200 -TIMING_INTERVALS=3,5,10,15 -TREND_INTERVALS=60,240,1440,10080,43200 -INTERVAL_PREFIX=3:m3,5:m5,10:m10,15:m15,30:m30,60:m60,240:m240,1440:d1,10080:w1,43200:mo1 - -# --- 볼린저 / RSI --- -BB_PERIOD=20 -BB_STD=2 -BB_MIN_WIDTH_PCT=0.8 -RSI_PERIOD=14 -DISPARITY_PERIODS=5,20,60 -DISPARITY_OVERBOUGHT=105 -DISPARITY_OVERSOLD=95 -MACD_FAST=12 -MACD_SLOW=26 -MACD_SIGNAL=9 -STOCH_K_PERIOD=14 -STOCH_D_PERIOD=3 -STOCH_SMOOTH_K=3 -STOCH_OVERSOLD=20 -STOCH_OVERBOUGHT=80 -TREND_RANGE_MA_GAP_PCT=0.5 - -# --- MTF 정렬 --- -ALIGN_RSI_OVERSOLD=35 -ALIGN_RSI_OVERBOUGHT=65 -ALIGN_RSI_CONFLICT_TIMING_LOW=40 -ALIGN_RSI_CONFLICT_TIMING_HIGH=65 -ALIGN_RSI_CONFLICT_TREND_LOW=40 -ALIGN_RSI_CONFLICT_TREND_HIGH=65 -ALIGN_BB_POS_LOW=0.2 -ALIGN_BB_POS_HIGH=0.8 - -# --- 다운로드 / DB --- -DOWNLOAD_MONTHS=12 -INCREMENTAL_OVERLAP_BARS=3 -DOWNLOAD_BACKFILL_EXTRA_BARS=200 -DOWNLOAD_MIN_INCREMENTAL_BARS=50 -DOWNLOAD_DAILY_EXTRA_DAYS=20 -CHART_LOOKBACK_DAYS=365 -DB_READ_LIMIT_DEFAULT=7000 -DB_ROW_WARMUP_BARS=200 -DB_ROW_MIN_DAILY_BARS=100 -DB_ROW_DAILY_PADDING_DAYS=30 - -# --- Ground Truth --- -GT_MIN_SWING_PCT=4.0 -GT_PIVOT_ORDER=20 -GT_MIN_BARS_BETWEEN=30 -GT_MAX_ROUND_TRIPS=24 -GT_SELECTION_MODE=split_buy_peak_sell -GT_MIN_LEG_PCT=8.0 -GT_BUY_MIN_SWING_PCT=3.0 -GT_BUY_BB_MAX=0.45 -GT_BUY_MIN_BARS=24 -GT_MAX_BUYS_PER_LEG=12 -GT_MAX_SELLS_PER_LEG=2 -GT_SELL_SPLIT_GAP_PCT=2.5 -GT_MARKER_SIZE_MIN=10 -GT_MARKER_SIZE_MAX=32 +# --- Ground Truth (1단계, 2년) — DOWNLOAD_DAYS와 동일 권장 --- +GT_INTERVAL_MIN=3 +GT_LOOKBACK_DAYS=730 GT_INITIAL_CASH_KRW=400000 -TRADING_FEE_RATE=0.0005 -GT_UNLIMITED_CHRONOLOGICAL_DAYS=300 +GT_TRADING_FEE_RATE=0.0005 +GT_ZIGZAG_REVERSAL_PCT=5.0 +GT_MIN_LEG_PCT=3.0 +GT_PULLBACK_MIN_PCT=1.5 +GT_PULLBACK_LOCAL_ORDER=10 +GT_BREAKOUT_BUFFER_PCT=0.1 +GT_BREAKOUT_CONSOLIDATION_BARS=200 +GT_BREAKOUT_MIN_RALLY_PCT=2.0 +GT_DIV_LOCAL_ORDER=20 +GT_DIV_MIN_BARS_BETWEEN=1500 +GT_DIV_MIN_RSI_DIFF=5.0 +GT_DIV_MIN_FUTURE_MOVE_PCT=4.0 +GROUND_TRUTH_FILE=data/ground_truth/ground_truth_trades.json +GROUND_TRUTH_CHART_FILE=docs/02_ground_truth/ground_truth_chart.html -# --- 모니터 --- -MONITOR_LOOP_SLEEP_SEC=180 -MONITOR_POOL_WORKERS=12 -MONITOR_DEFAULT_INTERVAL=60 -MONITOR_API_RETRIES=3 -MONITOR_API_BONG_COUNT=3000 -MONITOR_SLEEP_AFTER_REQUEST_SEC=0.5 -MONITOR_SLEEP_RATE_LIMIT_SEC=5 -MONITOR_SLEEP_BETWEEN_CHUNKS_SEC=0.3 -MONITOR_API_CHUNK_BARS=200 -MONITOR_MA_WINDOWS=5,20,40,120,200,240,720,1440 -MONITOR_NORM_WINDOW=20 -MONITOR_TELEGRAM_BATCH_SIZE=20 - -# --- general_analysis --- -GA_COL_PREFIX=ga_ -LOOKBACK_BARS=3:120,5:100,10:80,15:60,30:50,60:40,240:30,1440:60,10080:12,43200:6 -CONTEXT_TAIL_ROWS=3:6000,5:5000,10:4000,15:3000,30:2000,60:1500,240:800,1440:500,10080:120,43200:48 -GA_DEFAULT_TAIL_EXPORT=200 -GA_PATTERN_TOLERANCE_PCT=2.5 -GA_VP_BINS=30 -GA_VP_VALUE_AREA_PCT=0.70 -GA_HV_ROLLING_BARS=20 -GA_HV_PERCENTILE_WINDOW=120 -GA_HV_ANNUALIZE_SQRT=339.41148133 -GA_DIVERGENCE_LOOKBACK=10 -GA_SMA_PERIODS=5,20,60,120 -GA_EMA_SPANS=12,26 -GA_ATR_PERIOD=14 -GA_KELTNER_ATR_MULT=2 -GA_AO_FAST=5 -GA_AO_SLOW=34 -GA_LINREG_WINDOW=20 -GA_ADX_PERIOD=14 -GA_ADX_TREND_THRESHOLD=25 -GA_SUPERTREND_ATR_MULT=3 -GA_VOL_SPIKE_MULT=1.8 -GA_VOL_MA_WINDOW=20 -GA_CCI_PERIOD=20 -GA_WILLIAMS_PERIOD=14 -GA_ROC_PERIOD=10 -GA_MFI_PERIOD=14 -GA_CMF_PERIOD=20 -GA_DONCHIAN_PERIOD=20 -GA_BB_SQUEEZE_WINDOW=50 -GA_BB_SQUEEZE_QUANTILE=0.2 -GA_PIVOT_ORDER=3 -GA_PSAR_AF_START=0.02 -GA_PSAR_AF_STEP=0.02 -GA_PSAR_AF_MAX=0.2 - -# --- .env.example 누락 키 추가 (2026-06-01) --- -GT_MIN_ORDER_KRW=5000 -GT_BUY_PCT_LARGE_LEG=1.0 -GT_BUY_PCT_SMALL_LEG=0.05 -GT_LARGE_LEG_TOP_PCT=0.2 -GT_SIGNAL_CAUSAL=1 -SIM_CAUSAL_TIER=1 -CAUSAL_GT_PEAK_MODE=local -CAUSAL_GT_MIN_LEG_PCT=5.0 -CAUSAL_GT_MIN_BARS_BETWEEN_LEGS=60 -CAUSAL_GT_USE_LOCAL_TROUGH=1 -CAUSAL_GT_DD_LARGE_PCT=5.0 -CAUSAL_GT_DD_MEDIUM_PCT=2.0 -GT_BUY_PCT_MEDIUM_LEG=0.25 -SIM_TIER_CONVICTION_DD_PCT=10.0 -SIM_PRIMARY_SIZING=auto -SIM_HYBRID_MIN_HOLDOUT_PNL_PCT=0.0 -SIM_HYBRID_MAX_MDD_PCT=30.0 -SIM_OPTION_C_TARGET_PNL_PCT=300.0 -SIM_OPTION_C_PHASE2_TARGET_PNL_PCT=1000.0 -SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO=0.85 -SIM_OPTION_C_MIN_GT_CAPTURE=0.23 -SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO=0.5 -GT_BUY_WEIGHT_RULE=inverse_price_normalized -GT_SELL_SPLIT_WEIGHTS=0.65,0.35 -MATCH_LABEL_MODE=leg_gt -MATCH_HOLDOUT_RATIO=0.15 -MATCH_MONITOR_MAX_PER_SIDE=1 -SIM_GO_WF_POSITIVE_RATIO=0.5 -SIM_FEE_STRESS_MULT=2.0 -# 3분봉(MATCH_PRIMARY_INTERVAL=3) — 규칙·알림 쿨다운 1봉 -MONITOR_ALERT_COOLDOWN_MIN=3 -MONITOR_ALERT_KRW_AMOUNT=40000 -# Phase B-1: 실거래 (06_execute_live.py 만 빗썸 주문 — 05는 알림만) -LIVE_TRADING_ENABLED=1 -# LIVE_* 원화 한도: GT_INITIAL_CASH_KRW(40만) — B-1: 일한도 1배, 손실 10%, 1회참고 10% -LIVE_ORDER_KRW=40000 -LIVE_BUY_PCT_LARGE=1.0 -LIVE_BUY_PCT_SMALL=0.05 -LIVE_DAILY_KRW_MAX=400000 -LIVE_COOLDOWN_MIN=3 -LIVE_MAX_TRADES_PER_DAY=15 -LIVE_DAILY_LOSS_LIMIT_KRW=40000 -LIVE_SLIPPAGE_PCT=0.05 -# 06: 시뮬 sim_causal_hybrid 정합 — fire_outcomes monitor 발화 부트스트랩 -LIVE_HYBRID_BOOTSTRAP_FIRES=1 -# 07 일일 24h 수익률 텔레그램 (scripts/07_daily_pnl_telegram.py) -DAILY_PNL_REPORT_ENABLED=1 -DAILY_PNL_REPORT_HOUR=19 -DAILY_PNL_REPORT_MINUTE=0 -DAILY_PNL_REPORT_TZ=Asia/Seoul -DAILY_PNL_SNAPSHOT_ON_LIVE=1 -DAILY_PNL_SNAPSHOT_RETENTION_DAYS=90 -# 05/06 루프 시 봉 DB 증분 · live_eval 캐시(루프 주기와 동일) -MONITOR_PERSIST_CANDLES=1 -MATCH_LIVE_CACHE_SEC=180 -# 05/06 시작·루프마다 지연 봉 자동 보완 (간격당 허용 지연 = 간격분×OPS_SYNC_MAX_LAG_BARS) -OPS_SYNC_ON_START=1 -OPS_SYNC_MAX_LAG_BARS=2 - -# --- 주·월봉 다운로드 (01_download) --- -DOWNLOAD_INTERVALS_WM=10080,43200 -DOWNLOAD_MONTHS_WM=24 -WEEK_INTERVAL_MIN=10080 -MONTH_INTERVAL_MIN=43200 +# --- 매매 기법 (2단계) --- +TECHNIQUES_DIR=data/techniques +ANALYSIS_REPORT_JSON=docs/03_analysis/comparison_report.json +ANALYSIS_REPORT_HTML=docs/03_analysis/comparison_report.html +GT_ALIGN_TOLERANCE_BARS=480 diff --git a/.gitignore b/.gitignore index 7679e98..1cce449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -# ---> Python.env +# Local secrets and OS +.env +.DS_Store .idea *.db @@ -97,7 +99,11 @@ ENV/ # 재생성 산출물 (스크립트 실행 시 로컬 생성) docs/02_ground_truth/*.html +docs/02_ground_truth/ground_truth_chart_data.js +data/ground_truth/ground_truth_trades.json +data/techniques/*.json docs/03_analysis/*.html +docs/03_analysis/comparison_report.json docs/03_analysis/latest/ docs/04_matching/simulation_report.html docs/04_matching/backtest_summary.html diff --git a/README.md b/README.md index 8aaf48d..d91df00 100644 --- a/README.md +++ b/README.md @@ -1,101 +1,119 @@ -# DeepCoin — WLD MTF · Ground Truth · Simulation · Operations +# DeepCoin -빗썸 KRW-WLD. 프로젝트는 **세 축**으로만 설계됩니다. +빗썸 KRW 마켓 암호화폐 캔들 데이터 수집 프로젝트. -| 축 | 역할 | 미래 데이터 | -|----|------|-------------| -| **Ground Truth** | 벤치마크 타점·leg·배분 | 허용 (사후 라벨) | -| **Simulation** | 규칙·인과 백테스트·Go/No-Go | 금지 | -| **Operations** | 시뮬과 동일 규칙·hybrid 배분 실주문 | 금지 | +## 주요 기능 -설계 상세: [docs/reference/ARCHITECTURE.md](docs/reference/ARCHITECTURE.md) +- 빗썸 Public API(v1) 기반 분·일·주·월봉 캔들 수집 +- SQLite(`coins.db`) 저장 — 테이블명 `{SYMBOL}_{인터벌코드}` (예: `BTC_60`, `BTC_10080`) +- 최대 2년(기본 730일) 역방향 페이지네이션 수집 -## 파이프라인 (권장 순서) +## 요구사항 + +- Python 3.10+ +- Conda 환경 `ncue` 또는 `xavis` + +## 설치 ```bash -conda activate ncue # 또는 xavis - -# 데이터 -python scripts/01_download.py - -# Ground Truth -python scripts/02_ground_truth.py -python scripts/03_analyze_enrich.py -python scripts/03_analyze_trades.py -python scripts/03_gt_mtf_profile.py -python scripts/05_chart_truth.py - -# Simulation -python scripts/04_match_rules.py -python scripts/04_simulation_report.py - -# Operations (LIVE_TRADING_ENABLED=1) -python scripts/06_verify_live.py -python scripts/check_balance.py -python scripts/06_execute_live.py --once -python scripts/06_execute_live.py +cd DeepCoin +conda activate ncue +pip install -r requirements.txt +cp .env.example .env # API 키 등 입력 ``` -선택: `05_run_monitor.py` (알림만), `07_daily_pnl_telegram.py` (매일 24h 수익률), `00_sync_ops.py` (운영 전 봉 동기화) +## 환경 변수 -## 디렉터리 +| 변수 | 설명 | 기본값 | +|------|------|--------| +| `SYMBOL` | 코인 심볼 | `BTC` | +| `COIN_NAME` | 코인 이름 | `비트코인` | +| `DB_PATH` | SQLite 경로 | `coins.db` | +| `DOWNLOAD_DAYS` | 수집 일수 (최대 2년) | `730` | +| `DOWNLOAD_INTERVALS` | 인터벌 코드 목록 | `3,5,10,15,30,60,240,1440,10080,43200` | +| `BITHUMB_API_CANDLE_COUNT` | 요청당 캔들 수 (최대 200) | `200` | +| `API_REQUEST_SLEEP_SEC` | API 호출 간격(초) | `0.35` | + +인터벌 코드: 분봉은 분 단위 숫자, 일봉=`1440`, 주봉=`10080`, 월봉=`43200` + +캔들 조회는 Public API이므로 API 키 없이도 동작합니다. + +## 5단계 파이프라인 + +| 단계 | 목적 | 스크립트 | +|------|------|----------| +| 0 | 데이터 수집 | `01_download.py` | +| 1 | Ground Truth (사후 벤치마크 타점) | `02_ground_truth.py` | +| 2 | 매매 기법 개발·GT 정합 비교 | `03_run_techniques.py` | +| 3 | 인과 신호 (과거 데이터만) | (예정) | +| 4 | 시뮬레이션 백테스트 | (예정) | +| 5 | 실거래 운영 | (예정) | + +```bash +# 0. 데이터 수집 +python scripts/01_download.py + +# 1. Ground Truth (매수·매도 벤치마크 타점) +python scripts/02_ground_truth.py + +# 2. 매매 기법 실행 및 GT 정합 비교 +python scripts/03_run_techniques.py +``` + +## 2단계 매매 기법 (8종) + +Ground Truth 타점에 맞출 수 있는 후보 기법. 모두 **인과 신호** (미래 데이터 미사용). + +| ID | 기법 | 유형 | 설명 | +|----|------|------|------| +| `zigzag_causal` | 인과 ZigZag | swing | GT ZigZag 5%의 인과 버전 | +| `minor_swing` | 소형 스윙 하이브리드 | hybrid | ZigZag 2.5% + 국소 극값 | +| `local_extrema` | 국소 극값 | swing | 눌림목·반등 고점 (9/27 유형) | +| `bb_reversal` | 볼린저 역추세 | indicator | BB 하단 매수·상단 매도 | +| `ma_cross` | EMA 크로스 | indicator | EMA(20/60) 골든·데드 크로스 | +| `rsi_swing` | RSI 스윙 | indicator | RSI 과매도·과매수 복귀 | +| `macd_cross` | MACD 크로스 | indicator | MACD 시그널선 크로스 | +| `donchian` | 돈치안 채널 | swing | 채널 하단·상단 반전 | + +GT 정합 평가: 매수/매도 recall, 레그 recall, 수익 포착률, 종합 score. + +## 실행 (데이터 수집) + +```bash +# 전체 인터벌, 최대 2년 +python scripts/download_candles.py + +# 일·주·월봉만 빠르게 +python scripts/download_candles.py --intervals 1440,10080,43200 + +# 최근 90일, 60분봉만 +python scripts/download_candles.py --days 90 --intervals 60 +``` + +## 디렉터리 구조 ```text DeepCoin/ -├── scripts/ # CLI 진입점 (GT / Sim / Ops) -├── deepcoin/ -│ ├── data/ # 01 -│ ├── ground_truth/ # GT -│ ├── analysis/ # GT 입력 (03) -│ ├── matching/ # Sim (04) -│ └── ops/ # Ops (05·06) -├── data/ # coins.db, ground_truth/, ops/ -└── docs/ - ├── reference/ # ARCHITECTURE, SIMULATION, OPERATIONS … - └── 02~05/ # 재생성 산출물 +├── src/deepcoin/ +│ ├── api/bithumb.py +│ ├── data/ +│ ├── ground_truth/ # 1단계 +│ ├── techniques/ # 2단계 매매 기법 +│ └── evaluation/ # GT 정합 평가 +├── scripts/ +│ ├── 01_download.py +│ ├── 02_ground_truth.py +│ └── 03_run_techniques.py +├── data/ground_truth/ +├── data/techniques/ +├── docs/02_ground_truth/ +├── docs/03_analysis/ +└── coins.db ``` -## 환경 +## 변경 이력 -| 파일 | 용도 | -|------|------| -| `.env` | API 키·전역 설정 (Git 제외) | -| `config.py` | `.env` 로드 | - -`scripts/_bootstrap.py`가 루트 `.env`를 자동 로드합니다. - -### 주요 변수 - -| 변수 | 기본 | 축 | -|------|------|-----| -| `CHART_LOOKBACK_DAYS` | 365 | GT·Sim | -| `GT_INITIAL_CASH_KRW` | 400000 | GT·Sim·Ops 배분 | -| `GENERAL_ANALYSIS_INTERVALS` | 3m~일봉+주·월 | Sim 스캔 | -| `GT_SIGNAL_CAUSAL` | 1 | Sim·Ops (인과) | -| `LIVE_TRADING_ENABLED` | 1 | Ops (`0`이면 06 기동 불가) | - -전체: `.env.example`, [docs/05_ops/env.recommended.md](docs/05_ops/env.recommended.md) - -## 산출물 - -| 경로 | 축 | -|------|-----| -| `data/ground_truth/ground_truth_trades.json` | GT | -| `docs/02_ground_truth/wld_ground_truth_chart.html` | GT 차트 (`05_chart_truth.py` 재생성) | -| `docs/04_matching/matched_rules.json` | Sim | -| `docs/04_matching/simulation_report.html` | Sim | -| `data/ops/live_trades.jsonl` | Ops | - -## 문서 - -| 문서 | 내용 | -|------|------| -| [ARCHITECTURE.md](docs/reference/ARCHITECTURE.md) | 3축 설계 (필독) | -| [GROUND_TRUTH.md](docs/reference/GROUND_TRUTH.md) | GT 타점 | -| [SIMULATION.md](docs/reference/SIMULATION.md) | 시뮬·Go/No-Go | -| [OPERATIONS.md](docs/reference/OPERATIONS.md) | 운영 루틴 | -| [LIVE_TRADING.md](docs/reference/LIVE_TRADING.md) | 06 실거래 | - -## 면책 - -실거래 손익은 사용자 책임입니다. 본 저장소는 투자 자문이 아닙니다. +- 2026-06-08: 2단계 매매 기법 8종 + GT 정합 비교 리포트 추가 +- 2026-06-08: 1단계 Ground Truth (ZigZag 스윙 매수·매도 타점) 추가 +- 2026-06-07: BTC 최대 2년 분·일·주·월봉 수집 지원 +- 2026-06-07: 캔들 수집 모듈 초기 구현 diff --git a/config.py b/config.py deleted file mode 100644 index fe017a4..0000000 --- a/config.py +++ /dev/null @@ -1,439 +0,0 @@ -""" -전역 설정 (WLD). 값은 PROJECT_ROOT/.env → OS 환경 변수 순으로 읽습니다. -""" - -from __future__ import annotations - -import os - -from deepcoin.env_loader import load_project_env - -load_project_env(override=True) - - -def _getenv(key: str, default: str = "") -> str: - return os.getenv(key, default) - - -def _getenv_int(key: str, default: str) -> int: - return int(_getenv(key, default)) - - -def _getenv_float(key: str, default: str) -> float: - return float(_getenv(key, default)) - - -def _parse_int_tuple(env_key: str, default: str) -> tuple[int, ...]: - raw = _getenv(env_key, default) - return tuple(int(x.strip()) for x in raw.split(",") if x.strip()) - - -def _parse_int_set(env_key: str, default: str) -> frozenset[int]: - return frozenset(_parse_int_tuple(env_key, default)) - - -def _parse_interval_map(env_key: str, default: str) -> dict[int, int]: - """ - '3:120,5:100' → {3: 120, 5: 100}. - """ - raw = _getenv(env_key, default) - out: dict[int, int] = {} - for part in raw.split(","): - part = part.strip() - if ":" not in part: - continue - k, v = part.split(":", 1) - out[int(k.strip())] = int(v.strip()) - return out - - -def _parse_str_map(env_key: str, default: str) -> dict[int, str]: - """'3:m3,1440:d1' → {3: 'm3', 1440: 'd1'}.""" - raw = _getenv(env_key, default) - out: dict[int, str] = {} - for part in raw.split(","): - part = part.strip() - if ":" not in part: - continue - k, v = part.split(":", 1) - out[int(k.strip())] = v.strip() - return out - - -# --- API / 알림 --- -BITHUMB_ACCESS_KEY = _getenv("BITHUMB_ACCESS_KEY") -BITHUMB_SECRET_KEY = _getenv("BITHUMB_SECRET_KEY") -BITHUMB_API_URL = _getenv("BITHUMB_API_URL", "https://api.bithumb.com") -BITHUMB_API_CANDLE_COUNT = _getenv_int("BITHUMB_API_CANDLE_COUNT", "200") -BITHUMB_MINUTE_INTERVALS = _parse_int_set( - "BITHUMB_MINUTE_INTERVALS", "3,5,10,15,30,60,240" -) -HTS_API_RETRY_SLEEP_SEC = _getenv_float("HTS_API_RETRY_SLEEP_SEC", "0.5") - -COIN_TELEGRAM_BOT_TOKEN = _getenv("COIN_TELEGRAM_BOT_TOKEN") -COIN_TELEGRAM_CHAT_ID = _getenv("COIN_TELEGRAM_CHAT_ID") - -# --- 거래 대상 --- -SYMBOL = _getenv("SYMBOL", "WLD") -COIN_NAME = _getenv("COIN_NAME", "월드코인") -KR_COINS: dict[str, str] = {SYMBOL: COIN_NAME} - -# --- 타임프레임 (분) --- -DAILY_INTERVAL_MIN = _getenv_int("DAILY_INTERVAL_MIN", "1440") -ENTRY_INTERVAL = _getenv_int("ENTRY_INTERVAL", "3") -TREND_INTERVAL_1H = _getenv_int("TREND_INTERVAL_1H", "60") -TREND_INTERVAL_1D = _getenv_int("TREND_INTERVAL_1D", "1440") - -ALL_INTERVALS: tuple[int, ...] = _parse_int_tuple( - "ALL_INTERVALS", "3,5,10,15,30,60,240,1440" -) -# 1분봉은 01_download·ops_sync 미적재 (DOWNLOAD_EXCLUDED_INTERVALS). -DOWNLOAD_INTERVALS: tuple[int, ...] = _parse_int_tuple( - "DOWNLOAD_INTERVALS", - "3,5,10,15,30,60,240,1440", -) -# 주봉(10080)·월봉(43200) — 01_download 별도 적재, 기본 2년(DOWNLOAD_MONTHS_WM) -WEEK_INTERVAL_MIN = _getenv_int("WEEK_INTERVAL_MIN", "10080") -MONTH_INTERVAL_MIN = _getenv_int("MONTH_INTERVAL_MIN", "43200") -DOWNLOAD_INTERVALS_WM: tuple[int, ...] = _parse_int_tuple( - "DOWNLOAD_INTERVALS_WM", - "10080,43200", -) -DOWNLOAD_MONTHS_WM = _getenv_int("DOWNLOAD_MONTHS_WM", "24") -GENERAL_ANALYSIS_INTERVALS: tuple[int, ...] = _parse_int_tuple( - "GENERAL_ANALYSIS_INTERVALS", "3,5,10,15,30,60,240,1440" -) -TIMING_INTERVALS: tuple[int, ...] = _parse_int_tuple( - "TIMING_INTERVALS", "3,5,10,15" -) -TREND_INTERVALS: tuple[int, ...] = _parse_int_tuple( - "TREND_INTERVALS", "60,240,1440" -) - -INTERVAL_PREFIX: dict[int, str] = _parse_str_map( - "INTERVAL_PREFIX", - "3:m3,5:m5,10:m10,15:m15,30:m30,60:m60,240:m240,1440:d1,10080:w1,43200:mo1", -) - -# --- 볼린저 / RSI --- -BB_PERIOD = _getenv_int("BB_PERIOD", "20") -BB_STD = _getenv_float("BB_STD", "2") -BB_MIN_WIDTH_PCT = _getenv_float("BB_MIN_WIDTH_PCT", "0.8") -RSI_PERIOD = _getenv_int("RSI_PERIOD", "14") - -# --- 이격도 --- -DISPARITY_PERIODS: tuple[int, ...] = _parse_int_tuple("DISPARITY_PERIODS", "5,20,60") -DISPARITY_OVERBOUGHT = _getenv_float("DISPARITY_OVERBOUGHT", "105") -DISPARITY_OVERSOLD = _getenv_float("DISPARITY_OVERSOLD", "95") - -# --- MACD / Stochastic --- -MACD_FAST = _getenv_int("MACD_FAST", "12") -MACD_SLOW = _getenv_int("MACD_SLOW", "26") -MACD_SIGNAL = _getenv_int("MACD_SIGNAL", "9") -STOCH_K_PERIOD = _getenv_int("STOCH_K_PERIOD", "14") -STOCH_D_PERIOD = _getenv_int("STOCH_D_PERIOD", "3") -STOCH_SMOOTH_K = _getenv_int("STOCH_SMOOTH_K", "3") -STOCH_OVERSOLD = _getenv_float("STOCH_OVERSOLD", "20") -STOCH_OVERBOUGHT = _getenv_float("STOCH_OVERBOUGHT", "80") - -# --- 추세 --- -TREND_RANGE_MA_GAP_PCT = _getenv_float("TREND_RANGE_MA_GAP_PCT", "0.5") - -# --- MTF 합성·정렬 --- -ALIGN_RSI_OVERSOLD = _getenv_float("ALIGN_RSI_OVERSOLD", "35") -ALIGN_RSI_OVERBOUGHT = _getenv_float("ALIGN_RSI_OVERBOUGHT", "65") -ALIGN_RSI_CONFLICT_TIMING_LOW = _getenv_float("ALIGN_RSI_CONFLICT_TIMING_LOW", "40") -ALIGN_RSI_CONFLICT_TIMING_HIGH = _getenv_float("ALIGN_RSI_CONFLICT_TIMING_HIGH", "65") -ALIGN_RSI_CONFLICT_TREND_LOW = _getenv_float("ALIGN_RSI_CONFLICT_TREND_LOW", "40") -ALIGN_RSI_CONFLICT_TREND_HIGH = _getenv_float("ALIGN_RSI_CONFLICT_TREND_HIGH", "65") -ALIGN_BB_POS_LOW = _getenv_float("ALIGN_BB_POS_LOW", "0.2") -ALIGN_BB_POS_HIGH = _getenv_float("ALIGN_BB_POS_HIGH", "0.8") - -# --- 다운로드 / DB --- -DOWNLOAD_MONTHS = _getenv_int("DOWNLOAD_MONTHS", "12") -INCREMENTAL_OVERLAP_BARS = _getenv_int("INCREMENTAL_OVERLAP_BARS", "3") -DOWNLOAD_BACKFILL_EXTRA_BARS = _getenv_int("DOWNLOAD_BACKFILL_EXTRA_BARS", "200") -DOWNLOAD_MIN_INCREMENTAL_BARS = _getenv_int("DOWNLOAD_MIN_INCREMENTAL_BARS", "50") -DOWNLOAD_DAILY_EXTRA_DAYS = _getenv_int("DOWNLOAD_DAILY_EXTRA_DAYS", "20") -# 05/06 시작 시 누락·지연 봉 자동 증분 (01_download와 동일 저장) -OPS_SYNC_ON_START = _getenv("OPS_SYNC_ON_START", "1").strip().lower() in ( - "1", - "true", - "yes", -) -OPS_SYNC_MAX_LAG_BARS = _getenv_int("OPS_SYNC_MAX_LAG_BARS", "2") -DB_READ_LIMIT_DEFAULT = _getenv_int("DB_READ_LIMIT_DEFAULT", "7000") -DB_ROW_WARMUP_BARS = _getenv_int("DB_ROW_WARMUP_BARS", "200") -DB_ROW_MIN_DAILY_BARS = _getenv_int("DB_ROW_MIN_DAILY_BARS", "100") -DB_ROW_DAILY_PADDING_DAYS = _getenv_int("DB_ROW_DAILY_PADDING_DAYS", "30") - - -def _paths(): - from deepcoin.paths import ( - ANALYSIS_CAPABILITY_HTML, - ANALYSIS_LATEST_DIR, - ANALYSIS_REPORT_HTML, - ANALYSIS_TRADES_CSV, - resolve_db_path, - resolve_ground_truth_file, - ) - - return ( - resolve_db_path(), - resolve_ground_truth_file(), - ANALYSIS_TRADES_CSV, - ANALYSIS_REPORT_HTML, - ANALYSIS_CAPABILITY_HTML, - ANALYSIS_LATEST_DIR, - ) - - -_db, _gt, _a_csv, _a_html, _a_cap, _a_latest = _paths() -DB_PATH = _getenv("DB_PATH", str(_db)) -GROUND_TRUTH_PATH = _gt -REPORTS_ANALYSIS_TRADES_CSV = _a_csv -REPORTS_ANALYSIS_REPORT_HTML = _a_html -REPORTS_ANALYSIS_CAPABILITY_HTML = _a_cap -REPORTS_ANALYSIS_LATEST_DIR = _a_latest -GROUND_TRUTH_FILE = _getenv("GROUND_TRUTH_FILE", str(_gt)) - -# --- 차트 --- -CHART_LOOKBACK_DAYS = _getenv_int("CHART_LOOKBACK_DAYS", "365") -GT_UNLIMITED_CHRONOLOGICAL_DAYS = _getenv_int("GT_UNLIMITED_CHRONOLOGICAL_DAYS", "300") - -# --- Ground Truth --- -GT_MIN_SWING_PCT = _getenv_float("GT_MIN_SWING_PCT", "4.0") -GT_PIVOT_ORDER = _getenv_int("GT_PIVOT_ORDER", "20") -GT_MIN_BARS_BETWEEN = _getenv_int("GT_MIN_BARS_BETWEEN", "30") -GT_MAX_ROUND_TRIPS = _getenv_int("GT_MAX_ROUND_TRIPS", "24") -GT_SELECTION_MODE = _getenv("GT_SELECTION_MODE", "split_buy_peak_sell") -GT_MIN_LEG_PCT = _getenv_float("GT_MIN_LEG_PCT", "8.0") -GT_BUY_MIN_SWING_PCT = _getenv_float("GT_BUY_MIN_SWING_PCT", "3.0") -GT_BUY_BB_MAX = _getenv_float("GT_BUY_BB_MAX", "0.45") -GT_BUY_MIN_BARS = _getenv_int("GT_BUY_MIN_BARS", "24") -GT_MAX_BUYS_PER_LEG = _getenv_int("GT_MAX_BUYS_PER_LEG", "12") -GT_MAX_SELLS_PER_LEG = _getenv_int("GT_MAX_SELLS_PER_LEG", "2") -GT_SELL_SPLIT_GAP_PCT = _getenv_float("GT_SELL_SPLIT_GAP_PCT", "2.5") -GT_SELL_SPLIT_WEIGHTS: tuple[float, ...] = tuple( - float(x.strip()) - for x in _getenv("GT_SELL_SPLIT_WEIGHTS", "0.65,0.35").split(",") - if x.strip() -) or (0.65, 0.35) -GT_BUY_WEIGHT_RULE = _getenv("GT_BUY_WEIGHT_RULE", "inverse_price_normalized") -GT_MARKER_SIZE_MIN = _getenv_int("GT_MARKER_SIZE_MIN", "10") -GT_MARKER_SIZE_MAX = _getenv_int("GT_MARKER_SIZE_MAX", "32") -GT_INITIAL_CASH_KRW = _getenv_int("GT_INITIAL_CASH_KRW", "400000") -GT_MIN_ORDER_KRW = _getenv_int("GT_MIN_ORDER_KRW", "5000") -GT_BUY_PCT_LARGE_LEG = _getenv_float("GT_BUY_PCT_LARGE_LEG", "1.0") -GT_BUY_PCT_SMALL_LEG = _getenv_float("GT_BUY_PCT_SMALL_LEG", "0.05") -GT_LARGE_LEG_TOP_PCT = _getenv_float("GT_LARGE_LEG_TOP_PCT", "0.2") -# 시뮬·스캔: 1=인과적 신호·tier (미래 데이터 미사용, 운영 정합) -GT_SIGNAL_CAUSAL = _getenv("GT_SIGNAL_CAUSAL", "1").strip().lower() in ( - "1", - "true", - "yes", -) -SIM_CAUSAL_TIER = _getenv("SIM_CAUSAL_TIER", "1").strip().lower() in ( - "1", - "true", - "yes", -) -# 인과 GT leg 엔진 (Option C +300% 경로) -CAUSAL_GT_PEAK_MODE = _getenv("CAUSAL_GT_PEAK_MODE", "local").strip().lower() -if CAUSAL_GT_PEAK_MODE not in ("local", "zigzag"): - CAUSAL_GT_PEAK_MODE = "local" -CAUSAL_GT_MIN_LEG_PCT = _getenv_float("CAUSAL_GT_MIN_LEG_PCT", "5.0") -CAUSAL_GT_MIN_BARS_BETWEEN_LEGS = _getenv_int("CAUSAL_GT_MIN_BARS_BETWEEN_LEGS", "60") -CAUSAL_GT_USE_LOCAL_TROUGH = _getenv("CAUSAL_GT_USE_LOCAL_TROUGH", "1").strip().lower() in ( - "1", - "true", - "yes", -) -CAUSAL_GT_DD_LARGE_PCT = _getenv_float("CAUSAL_GT_DD_LARGE_PCT", "8.0") -CAUSAL_GT_DD_MEDIUM_PCT = _getenv_float("CAUSAL_GT_DD_MEDIUM_PCT", "4.0") -GT_BUY_PCT_MEDIUM_LEG = _getenv_float("GT_BUY_PCT_MEDIUM_LEG", "0.25") -SIM_TIER_CONVICTION_DD_PCT = _getenv_float("SIM_TIER_CONVICTION_DD_PCT", "10.0") -TRADING_FEE_RATE = _getenv_float("TRADING_FEE_RATE", "0.0005") - -# --- 모니터 / API 수집 --- -MONITOR_LOOP_SLEEP_SEC = _getenv_int("MONITOR_LOOP_SLEEP_SEC", "180") -MONITOR_POOL_WORKERS = _getenv_int("MONITOR_POOL_WORKERS", "12") -MONITOR_DEFAULT_INTERVAL = _getenv_int("MONITOR_DEFAULT_INTERVAL", "60") -MONITOR_API_RETRIES = _getenv_int("MONITOR_API_RETRIES", "3") -MONITOR_API_BONG_COUNT = _getenv_int("MONITOR_API_BONG_COUNT", "3000") -MONITOR_SLEEP_AFTER_REQUEST_SEC = _getenv_float("MONITOR_SLEEP_AFTER_REQUEST_SEC", "0.5") -MONITOR_SLEEP_RATE_LIMIT_SEC = _getenv_float("MONITOR_SLEEP_RATE_LIMIT_SEC", "5") -MONITOR_SLEEP_BETWEEN_CHUNKS_SEC = _getenv_float("MONITOR_SLEEP_BETWEEN_CHUNKS_SEC", "0.3") -MONITOR_API_CHUNK_BARS = _getenv_int("MONITOR_API_CHUNK_BARS", "200") -MONITOR_MA_WINDOWS: tuple[int, ...] = _parse_int_tuple( - "MONITOR_MA_WINDOWS", "5,20,40,120,200,240,720,1440" -) -MONITOR_NORM_WINDOW = _getenv_int("MONITOR_NORM_WINDOW", "20") -MONITOR_TELEGRAM_BATCH_SIZE = _getenv_int("MONITOR_TELEGRAM_BATCH_SIZE", "20") -# 규칙 알림 참고 금액(매수 시 수량=금액/가격). 매도 시에는 보유 수량 우선. -MONITOR_ALERT_KRW_AMOUNT = _getenv_int("MONITOR_ALERT_KRW_AMOUNT", "40000") -# 05/06·live_eval API 수집 시 coins.db 증분 INSERT (01_download와 동일 append_data) -MONITOR_PERSIST_CANDLES = _getenv("MONITOR_PERSIST_CANDLES", "1").strip().lower() in ( - "1", - "true", - "yes", -) - -# --- general_analysis --- -GA_COL_PREFIX = _getenv("GA_COL_PREFIX", "ga_") -LOOKBACK_BARS: dict[int, int] = _parse_interval_map( - "LOOKBACK_BARS", - "3:120,5:100,10:80,15:60,30:50,60:40,240:30,1440:60", -) -CONTEXT_TAIL_ROWS: dict[int, int] = _parse_interval_map( - "CONTEXT_TAIL_ROWS", - "3:6000,5:5000,10:4000,15:3000,30:2000,60:1500,240:800,1440:500", -) -GA_DEFAULT_TAIL_EXPORT = _getenv_int("GA_DEFAULT_TAIL_EXPORT", "200") -GA_PATTERN_TOLERANCE_PCT = _getenv_float("GA_PATTERN_TOLERANCE_PCT", "2.5") -GA_VP_BINS = _getenv_int("GA_VP_BINS", "30") -GA_VP_VALUE_AREA_PCT = _getenv_float("GA_VP_VALUE_AREA_PCT", "0.70") -GA_HV_ROLLING_BARS = _getenv_int("GA_HV_ROLLING_BARS", "20") -GA_HV_PERCENTILE_WINDOW = _getenv_int("GA_HV_PERCENTILE_WINDOW", "120") -GA_HV_ANNUALIZE_SQRT = _getenv_float("GA_HV_ANNUALIZE_SQRT", "339.41148133") -GA_DIVERGENCE_LOOKBACK = _getenv_int("GA_DIVERGENCE_LOOKBACK", "10") -GA_SMA_PERIODS: tuple[int, ...] = _parse_int_tuple("GA_SMA_PERIODS", "5,20,60,120") -GA_EMA_SPANS: tuple[int, ...] = _parse_int_tuple("GA_EMA_SPANS", "12,26") -GA_ATR_PERIOD = _getenv_int("GA_ATR_PERIOD", "14") -GA_KELTNER_ATR_MULT = _getenv_float("GA_KELTNER_ATR_MULT", "2") -GA_AO_FAST = _getenv_int("GA_AO_FAST", "5") -GA_AO_SLOW = _getenv_int("GA_AO_SLOW", "34") -GA_LINREG_WINDOW = _getenv_int("GA_LINREG_WINDOW", "20") -GA_ADX_PERIOD = _getenv_int("GA_ADX_PERIOD", "14") -GA_ADX_TREND_THRESHOLD = _getenv_float("GA_ADX_TREND_THRESHOLD", "25") -GA_SUPERTREND_ATR_MULT = _getenv_float("GA_SUPERTREND_ATR_MULT", "3") -GA_VOL_SPIKE_MULT = _getenv_float("GA_VOL_SPIKE_MULT", "1.8") -GA_VOL_MA_WINDOW = _getenv_int("GA_VOL_MA_WINDOW", "20") -GA_CCI_PERIOD = _getenv_int("GA_CCI_PERIOD", "20") -GA_WILLIAMS_PERIOD = _getenv_int("GA_WILLIAMS_PERIOD", "14") -GA_ROC_PERIOD = _getenv_int("GA_ROC_PERIOD", "10") -GA_MFI_PERIOD = _getenv_int("GA_MFI_PERIOD", "14") -GA_CMF_PERIOD = _getenv_int("GA_CMF_PERIOD", "20") -GA_DONCHIAN_PERIOD = _getenv_int("GA_DONCHIAN_PERIOD", "20") -GA_BB_SQUEEZE_WINDOW = _getenv_int("GA_BB_SQUEEZE_WINDOW", "50") -GA_BB_SQUEEZE_QUANTILE = _getenv_float("GA_BB_SQUEEZE_QUANTILE", "0.2") -GA_PIVOT_ORDER = _getenv_int("GA_PIVOT_ORDER", "3") -GA_PSAR_AF_START = _getenv_float("GA_PSAR_AF_START", "0.02") -GA_PSAR_AF_STEP = _getenv_float("GA_PSAR_AF_STEP", "0.02") -GA_PSAR_AF_MAX = _getenv_float("GA_PSAR_AF_MAX", "0.2") - -# --- 04 매칭 (GT 프로필 + 전구간 EV) --- -MATCH_PRIMARY_INTERVAL = _getenv_int("MATCH_PRIMARY_INTERVAL", "3") -MATCH_GT_TOLERANCE_MIN = _getenv_int("MATCH_GT_TOLERANCE_MIN", "15") -MATCH_FORWARD_BARS = _getenv_int("MATCH_FORWARD_BARS", "60") -MATCH_FEE_RATE = _getenv_float("MATCH_FEE_RATE", "0.0005") -MATCH_MIN_FIRES = _getenv_int("MATCH_MIN_FIRES", "10") -MATCH_TRAIN_RATIO = _getenv_float("MATCH_TRAIN_RATIO", "0.7") -MATCH_MAX_RULES_PER_SIDE = _getenv_int("MATCH_MAX_RULES_PER_SIDE", "5") -MATCH_PROFILE_QUANTILE_LO = _getenv_float("MATCH_PROFILE_QUANTILE_LO", "0.25") -MATCH_PROFILE_QUANTILE_HI = _getenv_float("MATCH_PROFILE_QUANTILE_HI", "0.75") -MATCH_MIN_EV_VALID = _getenv_float("MATCH_MIN_EV_VALID", "0.0") -MATCH_MIN_PROFIT_FACTOR = _getenv_float("MATCH_MIN_PROFIT_FACTOR", "1.0") -MATCH_MAX_VALID_FIRE_RATE = _getenv_float("MATCH_MAX_VALID_FIRE_RATE", "0.35") -MATCH_BEST_EFFORT_PER_SIDE = _getenv_int("MATCH_BEST_EFFORT_PER_SIDE", "3") -MATCH_INCLUDE_WIDE_RULES = _getenv("MATCH_INCLUDE_WIDE_RULES", "0").strip() in ( - "1", - "true", - "True", - "yes", -) -MATCH_PROFILE_TIGHT_LO = _getenv_float("MATCH_PROFILE_TIGHT_LO", "0.35") -MATCH_PROFILE_TIGHT_HI = _getenv_float("MATCH_PROFILE_TIGHT_HI", "0.65") -MATCH_PROFILE_TOP_PER_TF = _getenv_int("MATCH_PROFILE_TOP_PER_TF", "6") -MATCH_PROFILE_TOP_GLOBAL = _getenv_int("MATCH_PROFILE_TOP_GLOBAL", "30") -MATCH_PROFILE_MIN_SEPARATION = _getenv_float("MATCH_PROFILE_MIN_SEPARATION", "0.25") -MATCH_PROFILE_MIN_SAMPLES = _getenv_int("MATCH_PROFILE_MIN_SAMPLES", "10") -MATCH_INCLUDE_MTF_CROSS = _getenv("MATCH_INCLUDE_MTF_CROSS", "1").strip() in ( - "1", - "true", - "True", - "yes", -) -MATCH_LIVE_LOOKBACK_DAYS = _getenv_int("MATCH_LIVE_LOOKBACK_DAYS", "14") -MATCH_LIVE_CACHE_SEC = _getenv_int("MATCH_LIVE_CACHE_SEC", "180") -MATCH_LABEL_MODE = _getenv("MATCH_LABEL_MODE", "leg_gt") -MATCH_MAX_HOLD_DAYS = _getenv_int("MATCH_MAX_HOLD_DAYS", "45") -MATCH_INCLUDE_ATOMIC = _getenv("MATCH_INCLUDE_ATOMIC", "0").strip() in ( - "1", - "true", - "True", - "yes", -) -MATCH_HOLDOUT_RATIO = _getenv_float("MATCH_HOLDOUT_RATIO", "0.15") -MATCH_MIN_FIRES_HOLDOUT = _getenv_int("MATCH_MIN_FIRES_HOLDOUT", "5") -MATCH_MONITOR_MAX_PER_SIDE = _getenv_int("MATCH_MONITOR_MAX_PER_SIDE", "1") -MONITOR_ALERT_COOLDOWN_MIN = _getenv_int("MONITOR_ALERT_COOLDOWN_MIN", "3") -MATCH_KIND_PRIORITY: tuple[str, ...] = tuple( - x.strip() - for x in _getenv( - "MATCH_KIND_PRIORITY", - "mtf_cross,compound_tight,contrast,compound,atomic,wide", - ).split(",") - if x.strip() -) - -# --- Simulation: 시뮬레이션 리포트 --- -SIM_WALK_FORWARD_MIN_MONTHS = _getenv_int("SIM_WALK_FORWARD_MIN_MONTHS", "3") -SIM_FEE_STRESS_MULT = _getenv_float("SIM_FEE_STRESS_MULT", "2.0") -SIM_GO_MIN_HOLDOUT_EV = _getenv_float("SIM_GO_MIN_HOLDOUT_EV", "0.0") -SIM_GO_MIN_HOLDOUT_PF = _getenv_float("SIM_GO_MIN_HOLDOUT_PF", "1.0") -SIM_GO_WF_POSITIVE_RATIO = _getenv_float("SIM_GO_WF_POSITIVE_RATIO", "0.5") -# hybrid DD tier 승격·검증 (Option C +300%) -SIM_HYBRID_MIN_HOLDOUT_PNL_PCT = _getenv_float("SIM_HYBRID_MIN_HOLDOUT_PNL_PCT", "0.0") -SIM_HYBRID_MAX_MDD_PCT = _getenv_float("SIM_HYBRID_MAX_MDD_PCT", "30.0") -SIM_OPTION_C_TARGET_PNL_PCT = _getenv_float("SIM_OPTION_C_TARGET_PNL_PCT", "300.0") -SIM_OPTION_C_PHASE2_TARGET_PNL_PCT = _getenv_float("SIM_OPTION_C_PHASE2_TARGET_PNL_PCT", "1000.0") -SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO = _getenv_float("SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO", "0.85") -SIM_OPTION_C_MIN_GT_CAPTURE = _getenv_float("SIM_OPTION_C_MIN_GT_CAPTURE", "0.23") -SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO = _getenv_float("SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO", "0.5") -SIM_PRIMARY_SIZING = _getenv("SIM_PRIMARY_SIZING", "auto").strip().lower() -if SIM_PRIMARY_SIZING not in ("auto", "hybrid", "causal_tier"): - SIM_PRIMARY_SIZING = "auto" - -# --- Operations: 실거래 (LIVE=1, 시뮬 Go·monitor_rules 선행) --- -LIVE_TRADING_ENABLED = _getenv("LIVE_TRADING_ENABLED", "1").strip() in ( - "1", - "true", - "True", - "yes", -) -LIVE_ORDER_KRW = _getenv_int("LIVE_ORDER_KRW", "40000") -LIVE_BUY_PCT_LARGE = _getenv_float("LIVE_BUY_PCT_LARGE", "1.0") -LIVE_BUY_PCT_SMALL = _getenv_float("LIVE_BUY_PCT_SMALL", "0.05") -# 운영 기본: 일한도=초기자금 1배 (GT_INITIAL_CASH_KRW). -LIVE_DAILY_KRW_MAX = _getenv_int("LIVE_DAILY_KRW_MAX", "400000") -LIVE_COOLDOWN_MIN = _getenv_int("LIVE_COOLDOWN_MIN", "3") -LIVE_MAX_TRADES_PER_DAY = _getenv_int("LIVE_MAX_TRADES_PER_DAY", "15") -LIVE_DAILY_LOSS_LIMIT_KRW = _getenv_int("LIVE_DAILY_LOSS_LIMIT_KRW", "40000") -LIVE_SLIPPAGE_PCT = _getenv_float("LIVE_SLIPPAGE_PCT", "0.05") -# 06: fire_outcomes monitor 발화로 hybrid 이력 부트스트랩 (시뮬 sim_causal_hybrid 정합) -LIVE_HYBRID_BOOTSTRAP_FIRES = _getenv("LIVE_HYBRID_BOOTSTRAP_FIRES", "1").strip() in ( - "1", - "true", - "True", - "yes", -) - -# --- 일일 수익률 텔레그램 (07_daily_pnl_telegram) --- -DAILY_PNL_REPORT_ENABLED = _getenv("DAILY_PNL_REPORT_ENABLED", "1").strip() in ( - "1", - "true", - "True", - "yes", -) -DAILY_PNL_REPORT_HOUR = _getenv_int("DAILY_PNL_REPORT_HOUR", "19") -DAILY_PNL_REPORT_MINUTE = _getenv_int("DAILY_PNL_REPORT_MINUTE", "0") -DAILY_PNL_REPORT_TZ = _getenv("DAILY_PNL_REPORT_TZ", "Asia/Seoul") -# 06 루프마다 스냅샷 적재 → 24시간 전 자산 비교 가능 -DAILY_PNL_SNAPSHOT_ON_LIVE = _getenv("DAILY_PNL_SNAPSHOT_ON_LIVE", "1").strip() in ( - "1", - "true", - "True", - "yes", -) -DAILY_PNL_SNAPSHOT_RETENTION_DAYS = _getenv_int("DAILY_PNL_SNAPSHOT_RETENTION_DAYS", "90") diff --git a/data/ground_truth/ground_truth_trades.json b/data/ground_truth/ground_truth_trades.json deleted file mode 100644 index d11ef72..0000000 --- a/data/ground_truth/ground_truth_trades.json +++ /dev/null @@ -1,6403 +0,0 @@ -{ - "name": "ground_truth_split_buy_peak_sell", - "model": { - "selection_mode": "split_buy_peak_sell", - "leg_definition": "이전 고점 매도 ~ 다음 고점 매도 구간 = leg_id; 기간말 잔여 구간은 마지막 leg", - "entry": { - "pivot": "trough", - "price": "Low", - "weight_rule": "inverse_price_normalized", - "weight_formula": "w_i = (1/price_i) / sum(1/price_j)", - "max_buys_per_leg": 12, - "min_bars_between_buys": 24, - "bb_filter": "bb_pos <= 0.45" - }, - "exit": { - "pivot": "peak", - "price": "High", - "weight_rule": "fixed_split_or_full", - "weights_split": [ - 0.65, - 0.35 - ], - "split_gap_pct": 2.5, - "max_sells_per_leg": 2 - }, - "capital": { - "buy": "target = total_asset * (weight/remaining_weights) * tier_scale; amount = min(target, available_cash/(1+fee))", - "optimal_buy_rate": "weight / sum(remaining_buy_weights_in_leg)", - "large_leg_top_pct": 0.2, - "pct_large_leg": 1.0, - "pct_small_leg": 0.05, - "min_order_krw": 5000.0, - "sell": "sell_base_qty * sell_weight * price (last sell = full leg_qty)" - }, - "execution": { - "chrono": "amount_krw 배분·summary.pnl_pct = 시각순 체결(매도 후 현금 → 다음 매수 반영)", - "leg_block_json": "JSON 저장 순서 = leg별 매수 전량 → 매도 전량 (차트·테이블 leg 정합)" - } - }, - "method": "split_buy_at_troughs + peak_sell_1or2", - "symbol": "WLD", - "interval_min": 3, - "lookback_days": 365, - "period_start": "2025-06-04 08:30:00", - "period_end": "2026-06-04 08:27:00", - "trend_at_end": "up", - "params": { - "min_swing_pct": 4.0, - "pivot_order": 20, - "min_bars_between": 30, - "max_round_trips": 24, - "selection_mode": "split_buy_peak_sell", - "buy_min_swing_pct": 3.0, - "buy_bb_max": 0.45, - "max_sells_per_leg": 2 - }, - "summary": { - "pivot_candidates": 411, - "sell_peaks": 80, - "trade_count": 485, - "buy_count": 325, - "sell_count": 160, - "round_trips": 81, - "sum_sell_leg_return_pct": 1795.33, - "initial_cash_krw": 400000, - "final_asset_krw": 24488124.0, - "pnl_krw": 24088124.0, - "pnl_pct": 6022.03, - "total_fees_krw": 127822.0, - "cash_krw": 24488124.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "realized_final_asset_krw": 24488124.0, - "realized_pnl_krw": 24088124.0, - "realized_pnl_pct": 6022.03, - "unrealized_pnl_krw": 0.0, - "execution_order": "chronological", - "order_amount_min_krw": 5000, - "buy_pct_large_leg": 1.0, - "buy_pct_small_leg": 0.05, - "large_leg_top_pct": 0.2, - "buy_executed": 315, - "buy_skipped": 10, - "sell_executed": 160, - "sell_skipped": 0, - "buy_total_krw": 115713852.0, - "large_leg_count": 55, - "large_tier_buy_count": 55, - "buy_amount_avg_krw": 367346.0, - "buy_amount_min_krw": 5000, - "buy_amount_max_krw": 7791115.0 - }, - "note": "저점 분할 매수(비중=삼각형), 고점 1~2회 매도. 매수=총자산×최적비중×티어(상위 leg 대형·그 외 소형), 현금 한도·최소 ₩5,000. 체결 순서=chronological. summary.pnl_pct는 미청산 포함 종가 평가.", - "trades": [ - { - "dt": "2025-06-06 06:12:00", - "action": "buy", - "price": 1421.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#0", - "weight": 1.0, - "amount_krw": 20000.0, - "leg_id": 0, - "bb_pos": 0.295, - "rsi": 35.6, - "pivot_kind": "trough", - "forward_return_pct": 11.05 - }, - { - "dt": "2025-06-07 19:57:00", - "action": "sell", - "price": 1578.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#0", - "weight": 0.65, - "amount_krw": 14436.0, - "leg_id": 0, - "bb_pos": 0.888, - "rsi": 72.2, - "pivot_kind": "peak", - "forward_return_pct": 11.05 - }, - { - "dt": "2025-06-07 21:42:00", - "action": "sell", - "price": 1575.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#0", - "weight": 0.35, - "amount_krw": 7759.0, - "leg_id": 0, - "bb_pos": 1.0, - "rsi": 61.3, - "pivot_kind": "peak", - "forward_return_pct": 10.84 - }, - { - "dt": "2025-06-08 19:27:00", - "action": "buy", - "price": 1509.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1", - "weight": 0.076, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.0, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": -11.2 - }, - { - "dt": "2025-06-09 15:09:00", - "action": "buy", - "price": 1472.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1", - "weight": 0.078, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.159, - "rsi": 27.3, - "pivot_kind": "trough", - "forward_return_pct": -8.97 - }, - { - "dt": "2025-06-09 23:06:00", - "action": "buy", - "price": 1502.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1", - "weight": 0.076, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.132, - "rsi": 17.7, - "pivot_kind": "trough", - "forward_return_pct": -10.79 - }, - { - "dt": "2025-06-10 15:12:00", - "action": "buy", - "price": 1536.0, - "memo": "저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#1", - "weight": 0.074, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.339, - "rsi": 27.3, - "pivot_kind": "trough", - "forward_return_pct": -12.76 - }, - { - "dt": "2025-06-11 02:36:00", - "action": "buy", - "price": 1555.0, - "memo": "저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#1", - "weight": 0.074, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.489, - "rsi": 58.6, - "pivot_kind": "trough", - "forward_return_pct": -13.83 - }, - { - "dt": "2025-06-13 11:12:00", - "action": "buy", - "price": 1307.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.087, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.011, - "rsi": 38.0, - "pivot_kind": "trough", - "forward_return_pct": 2.52 - }, - { - "dt": "2025-06-13 23:27:00", - "action": "buy", - "price": 1330.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.086, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.183, - "rsi": 19.0, - "pivot_kind": "trough", - "forward_return_pct": 0.75 - }, - { - "dt": "2025-06-15 05:12:00", - "action": "buy", - "price": 1328.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.086, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.0, - "rsi": 11.5, - "pivot_kind": "trough", - "forward_return_pct": 0.9 - }, - { - "dt": "2025-06-16 06:12:00", - "action": "buy", - "price": 1325.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.086, - "amount_krw": 5000, - "leg_id": 1, - "bb_pos": 0.175, - "rsi": 37.9, - "pivot_kind": "trough", - "forward_return_pct": 1.13 - }, - { - "dt": "2025-06-17 09:09:00", - "action": "buy", - "price": 1274.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.09, - "amount_krw": 6457.0, - "leg_id": 1, - "bb_pos": 0.0, - "rsi": 6.8, - "pivot_kind": "trough", - "forward_return_pct": 5.18 - }, - { - "dt": "2025-06-18 02:12:00", - "action": "buy", - "price": 1242.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.092, - "amount_krw": 9748.0, - "leg_id": 1, - "bb_pos": 0.289, - "rsi": 36.4, - "pivot_kind": "trough", - "forward_return_pct": 7.89 - }, - { - "dt": "2025-06-18 22:24:00", - "action": "buy", - "price": 1208.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1", - "weight": 0.095, - "amount_krw": 19738.0, - "leg_id": 1, - "bb_pos": 0.0, - "rsi": 18.2, - "pivot_kind": "trough", - "forward_return_pct": 10.93 - }, - { - "dt": "2025-06-19 09:42:00", - "action": "sell", - "price": 1340.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#1", - "weight": 0.65, - "amount_krw": 53035.0, - "leg_id": 1, - "bb_pos": 0.95, - "rsi": 64.9, - "pivot_kind": "peak", - "forward_return_pct": -2.35 - }, - { - "dt": "2025-06-19 10:24:00", - "action": "sell", - "price": 1317.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#1", - "weight": 0.35, - "amount_krw": 28067.0, - "leg_id": 1, - "bb_pos": 0.224, - "rsi": 18.9, - "pivot_kind": "peak", - "forward_return_pct": -4.03 - }, - { - "dt": "2025-06-20 14:21:00", - "action": "buy", - "price": 1258.0, - "memo": "저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#2", - "weight": 0.234, - "amount_krw": 5000, - "leg_id": 2, - "bb_pos": 0.271, - "rsi": 36.8, - "pivot_kind": "trough", - "forward_return_pct": -5.8 - }, - { - "dt": "2025-06-20 23:54:00", - "action": "buy", - "price": 1251.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#2", - "weight": 0.235, - "amount_krw": 6170.0, - "leg_id": 2, - "bb_pos": 0.0, - "rsi": 28.6, - "pivot_kind": "trough", - "forward_return_pct": -5.28 - }, - { - "dt": "2025-06-22 06:30:00", - "action": "buy", - "price": 1139.0, - "memo": "저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#2", - "weight": 0.259, - "amount_krw": 9785.0, - "leg_id": 2, - "bb_pos": 0.0, - "rsi": 27.5, - "pivot_kind": "trough", - "forward_return_pct": 4.04 - }, - { - "dt": "2025-06-23 05:18:00", - "action": "buy", - "price": 1083.0, - "memo": "저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#2", - "weight": 0.272, - "amount_krw": 20012.0, - "leg_id": 2, - "bb_pos": 0.0, - "rsi": 34.3, - "pivot_kind": "trough", - "forward_return_pct": 9.42 - }, - { - "dt": "2025-06-23 23:18:00", - "action": "sell", - "price": 1185.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#2", - "weight": 0.65, - "amount_krw": 27710.0, - "leg_id": 2, - "bb_pos": 0.784, - "rsi": 84.8, - "pivot_kind": "peak", - "forward_return_pct": 0.6 - }, - { - "dt": "2025-06-24 03:06:00", - "action": "sell", - "price": 1183.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#2", - "weight": 0.35, - "amount_krw": 14896.0, - "leg_id": 2, - "bb_pos": 0.8, - "rsi": 81.6, - "pivot_kind": "peak", - "forward_return_pct": 0.43 - }, - { - "dt": "2025-06-24 01:33:00", - "action": "buy", - "price": 1124.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#3", - "weight": 1.0, - "amount_krw": 388766.0, - "leg_id": 3, - "bb_pos": 0.081, - "rsi": 11.8, - "pivot_kind": "trough", - "forward_return_pct": 17.35 - }, - { - "dt": "2025-06-24 14:57:00", - "action": "sell", - "price": 1319.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#3", - "weight": 0.65, - "amount_krw": 296538.0, - "leg_id": 3, - "bb_pos": 0.817, - "rsi": 79.4, - "pivot_kind": "peak", - "forward_return_pct": 17.35 - }, - { - "dt": "2025-06-24 15:15:00", - "action": "sell", - "price": 1318.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#3", - "weight": 0.35, - "amount_krw": 159553.0, - "leg_id": 3, - "bb_pos": 0.719, - "rsi": 63.2, - "pivot_kind": "peak", - "forward_return_pct": 17.26 - }, - { - "dt": "2025-06-26 07:39:00", - "action": "buy", - "price": 1205.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#4", - "weight": 0.327, - "amount_krw": 7697.0, - "leg_id": 4, - "bb_pos": 0.001, - "rsi": 27.3, - "pivot_kind": "trough", - "forward_return_pct": 8.3 - }, - { - "dt": "2025-06-26 23:09:00", - "action": "buy", - "price": 1172.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#4", - "weight": 0.336, - "amount_krw": 11746.0, - "leg_id": 4, - "bb_pos": 0.172, - "rsi": 40.7, - "pivot_kind": "trough", - "forward_return_pct": 11.35 - }, - { - "dt": "2025-06-27 10:06:00", - "action": "buy", - "price": 1171.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#4", - "weight": 0.337, - "amount_krw": 23526.0, - "leg_id": 4, - "bb_pos": 0.097, - "rsi": 19.2, - "pivot_kind": "trough", - "forward_return_pct": 11.44 - }, - { - "dt": "2025-06-30 07:51:00", - "action": "sell", - "price": 1305.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#4", - "weight": 0.65, - "amount_krw": 30961.0, - "leg_id": 4, - "bb_pos": 0.83, - "rsi": 83.9, - "pivot_kind": "peak", - "forward_return_pct": 10.36 - }, - { - "dt": "2025-06-30 08:03:00", - "action": "sell", - "price": 1303.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#4", - "weight": 0.35, - "amount_krw": 16646.0, - "leg_id": 4, - "bb_pos": 0.724, - "rsi": 64.9, - "pivot_kind": "peak", - "forward_return_pct": 10.19 - }, - { - "dt": "2025-06-30 23:06:00", - "action": "buy", - "price": 1212.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5", - "weight": 0.197, - "amount_krw": 93643.0, - "leg_id": 5, - "bb_pos": 0.092, - "rsi": 29.4, - "pivot_kind": "trough", - "forward_return_pct": 26.57 - }, - { - "dt": "2025-07-02 10:15:00", - "action": "buy", - "price": 1161.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#5", - "weight": 0.206, - "amount_krw": 120921.0, - "leg_id": 5, - "bb_pos": 0.258, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 32.13 - }, - { - "dt": "2025-07-03 02:45:00", - "action": "buy", - "price": 1274.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#5", - "weight": 0.188, - "amount_krw": 154871.0, - "leg_id": 5, - "bb_pos": 0.222, - "rsi": 38.3, - "pivot_kind": "trough", - "forward_return_pct": 20.41 - }, - { - "dt": "2025-07-06 03:48:00", - "action": "buy", - "price": 1174.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5", - "weight": 0.204, - "amount_krw": 105672.0, - "leg_id": 5, - "bb_pos": 0.309, - "rsi": 28.0, - "pivot_kind": "trough", - "forward_return_pct": 30.66 - }, - { - "dt": "2025-07-09 00:24:00", - "action": "buy", - "price": 1169.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5", - "weight": 0.205, - "amount_krw": 0, - "leg_id": 5, - "bb_pos": 0.185, - "rsi": 21.4, - "pivot_kind": "trough", - "forward_return_pct": 31.22 - }, - { - "dt": "2025-07-11 15:06:00", - "action": "sell", - "price": 1534.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#5", - "weight": 0.65, - "amount_krw": 391849.0, - "leg_id": 5, - "bb_pos": 0.863, - "rsi": 57.1, - "pivot_kind": "peak", - "forward_return_pct": 28.2 - }, - { - "dt": "2025-07-11 15:15:00", - "action": "sell", - "price": 1527.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#5", - "weight": 0.35, - "amount_krw": 210033.0, - "leg_id": 5, - "bb_pos": 0.717, - "rsi": 58.0, - "pivot_kind": "peak", - "forward_return_pct": 27.61 - }, - { - "dt": "2025-07-12 07:30:00", - "action": "buy", - "price": 1365.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#6", - "weight": 0.336, - "amount_krw": 10107.0, - "leg_id": 6, - "bb_pos": 0.0, - "rsi": 4.8, - "pivot_kind": "trough", - "forward_return_pct": 11.21 - }, - { - "dt": "2025-07-13 00:42:00", - "action": "buy", - "price": 1355.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#6", - "weight": 0.338, - "amount_krw": 15309.0, - "leg_id": 6, - "bb_pos": 0.05, - "rsi": 28.3, - "pivot_kind": "trough", - "forward_return_pct": 12.03 - }, - { - "dt": "2025-07-14 07:27:00", - "action": "buy", - "price": 1409.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#6", - "weight": 0.326, - "amount_krw": 30125.0, - "leg_id": 6, - "bb_pos": 0.164, - "rsi": 39.6, - "pivot_kind": "trough", - "forward_return_pct": 7.74 - }, - { - "dt": "2025-07-14 14:12:00", - "action": "sell", - "price": 1518.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#6", - "weight": 0.65, - "amount_krw": 39550.0, - "leg_id": 6, - "bb_pos": 0.966, - "rsi": 77.6, - "pivot_kind": "peak", - "forward_return_pct": 10.32 - }, - { - "dt": "2025-07-14 14:33:00", - "action": "sell", - "price": 1513.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#6", - "weight": 0.35, - "amount_krw": 21226.0, - "leg_id": 6, - "bb_pos": 0.658, - "rsi": 57.1, - "pivot_kind": "peak", - "forward_return_pct": 9.96 - }, - { - "dt": "2025-07-15 05:15:00", - "action": "buy", - "price": 1398.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7", - "weight": 0.2, - "amount_krw": 6068.0, - "leg_id": 7, - "bb_pos": 0.0, - "rsi": 25.9, - "pivot_kind": "trough", - "forward_return_pct": 11.3 - }, - { - "dt": "2025-07-15 12:18:00", - "action": "buy", - "price": 1368.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7", - "weight": 0.204, - "amount_krw": 7734.0, - "leg_id": 7, - "bb_pos": 0.0, - "rsi": 18.8, - "pivot_kind": "trough", - "forward_return_pct": 13.74 - }, - { - "dt": "2025-07-15 23:54:00", - "action": "buy", - "price": 1365.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7", - "weight": 0.205, - "amount_krw": 10432.0, - "leg_id": 7, - "bb_pos": 0.0, - "rsi": 10.7, - "pivot_kind": "trough", - "forward_return_pct": 13.99 - }, - { - "dt": "2025-07-16 04:45:00", - "action": "buy", - "price": 1416.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7", - "weight": 0.197, - "amount_krw": 15304.0, - "leg_id": 7, - "bb_pos": 0.0, - "rsi": 15.2, - "pivot_kind": "trough", - "forward_return_pct": 9.89 - }, - { - "dt": "2025-07-16 11:39:00", - "action": "buy", - "price": 1439.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#7", - "weight": 0.194, - "amount_krw": 30407.0, - "leg_id": 7, - "bb_pos": 0.089, - "rsi": 12.2, - "pivot_kind": "trough", - "forward_return_pct": 8.13 - }, - { - "dt": "2025-07-17 06:27:00", - "action": "sell", - "price": 1556.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#7", - "weight": 0.65, - "amount_krw": 50140.0, - "leg_id": 7, - "bb_pos": 1.0, - "rsi": 61.0, - "pivot_kind": "peak", - "forward_return_pct": 11.41 - }, - { - "dt": "2025-07-17 06:48:00", - "action": "sell", - "price": 1547.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#7", - "weight": 0.35, - "amount_krw": 26842.0, - "leg_id": 7, - "bb_pos": 0.641, - "rsi": 61.8, - "pivot_kind": "peak", - "forward_return_pct": 10.77 - }, - { - "dt": "2025-07-17 12:39:00", - "action": "buy", - "price": 1484.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#8", - "weight": 0.493, - "amount_krw": 15128.0, - "leg_id": 8, - "bb_pos": 0.046, - "rsi": 20.0, - "pivot_kind": "trough", - "forward_return_pct": 10.18 - }, - { - "dt": "2025-07-18 05:03:00", - "action": "buy", - "price": 1444.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#8", - "weight": 0.507, - "amount_krw": 30665.0, - "leg_id": 8, - "bb_pos": 0.0, - "rsi": 8.8, - "pivot_kind": "trough", - "forward_return_pct": 13.23 - }, - { - "dt": "2025-07-18 14:42:00", - "action": "sell", - "price": 1635.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#8", - "weight": 0.65, - "amount_krw": 33402.0, - "leg_id": 8, - "bb_pos": 0.727, - "rsi": 72.9, - "pivot_kind": "peak", - "forward_return_pct": 11.7 - }, - { - "dt": "2025-07-18 15:51:00", - "action": "sell", - "price": 1632.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#8", - "weight": 0.35, - "amount_krw": 17953.0, - "leg_id": 8, - "bb_pos": 0.901, - "rsi": 67.8, - "pivot_kind": "peak", - "forward_return_pct": 11.5 - }, - { - "dt": "2025-07-18 20:21:00", - "action": "buy", - "price": 1560.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#9", - "weight": 0.245, - "amount_krw": 7586.0, - "leg_id": 9, - "bb_pos": 0.0, - "rsi": 36.1, - "pivot_kind": "trough", - "forward_return_pct": 11.6 - }, - { - "dt": "2025-07-19 05:39:00", - "action": "buy", - "price": 1515.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9", - "weight": 0.252, - "amount_krw": 10331.0, - "leg_id": 9, - "bb_pos": 0.089, - "rsi": 16.3, - "pivot_kind": "trough", - "forward_return_pct": 14.92 - }, - { - "dt": "2025-07-19 10:03:00", - "action": "buy", - "price": 1506.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9", - "weight": 0.253, - "amount_krw": 15565.0, - "leg_id": 9, - "bb_pos": 0.0, - "rsi": 14.3, - "pivot_kind": "trough", - "forward_return_pct": 15.6 - }, - { - "dt": "2025-07-19 23:57:00", - "action": "buy", - "price": 1526.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9", - "weight": 0.25, - "amount_krw": 30967.0, - "leg_id": 9, - "bb_pos": 0.144, - "rsi": 43.8, - "pivot_kind": "trough", - "forward_return_pct": 14.09 - }, - { - "dt": "2025-07-21 01:00:00", - "action": "sell", - "price": 1741.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#9", - "weight": 0.65, - "amount_krw": 47880.0, - "leg_id": 9, - "bb_pos": 0.9, - "rsi": 90.7, - "pivot_kind": "peak", - "forward_return_pct": 14.05 - }, - { - "dt": "2025-07-21 01:15:00", - "action": "sell", - "price": 1730.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#9", - "weight": 0.35, - "amount_krw": 25619.0, - "leg_id": 9, - "bb_pos": 0.68, - "rsi": 71.9, - "pivot_kind": "peak", - "forward_return_pct": 13.33 - }, - { - "dt": "2025-07-21 10:36:00", - "action": "buy", - "price": 1639.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10", - "weight": 0.199, - "amount_krw": 6251.0, - "leg_id": 10, - "bb_pos": 0.117, - "rsi": 39.1, - "pivot_kind": "trough", - "forward_return_pct": 15.31 - }, - { - "dt": "2025-07-22 04:30:00", - "action": "buy", - "price": 1633.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10", - "weight": 0.199, - "amount_krw": 7803.0, - "leg_id": 10, - "bb_pos": 0.0, - "rsi": 38.5, - "pivot_kind": "trough", - "forward_return_pct": 15.74 - }, - { - "dt": "2025-07-22 10:15:00", - "action": "buy", - "price": 1635.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10", - "weight": 0.199, - "amount_krw": 10383.0, - "leg_id": 10, - "bb_pos": 0.0, - "rsi": 20.2, - "pivot_kind": "trough", - "forward_return_pct": 15.6 - }, - { - "dt": "2025-07-22 17:24:00", - "action": "buy", - "price": 1598.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10", - "weight": 0.204, - "amount_krw": 15886.0, - "leg_id": 10, - "bb_pos": 0.146, - "rsi": 19.0, - "pivot_kind": "trough", - "forward_return_pct": 18.27 - }, - { - "dt": "2025-07-23 02:24:00", - "action": "buy", - "price": 1634.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10", - "weight": 0.199, - "amount_krw": 31427.0, - "leg_id": 10, - "bb_pos": 0.153, - "rsi": 31.6, - "pivot_kind": "trough", - "forward_return_pct": 15.67 - }, - { - "dt": "2025-07-23 08:57:00", - "action": "sell", - "price": 1890.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#10", - "weight": 0.65, - "amount_krw": 54198.0, - "leg_id": 10, - "bb_pos": 0.913, - "rsi": 56.8, - "pivot_kind": "peak", - "forward_return_pct": 16.12 - }, - { - "dt": "2025-07-23 09:24:00", - "action": "sell", - "price": 1854.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#10", - "weight": 0.35, - "amount_krw": 28628.0, - "leg_id": 10, - "bb_pos": 0.351, - "rsi": 44.7, - "pivot_kind": "peak", - "forward_return_pct": 13.91 - }, - { - "dt": "2025-07-23 22:48:00", - "action": "buy", - "price": 1636.0, - "memo": "저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#11", - "weight": 0.314, - "amount_krw": 10036.0, - "leg_id": 11, - "bb_pos": 0.038, - "rsi": 24.5, - "pivot_kind": "trough", - "forward_return_pct": -1.22 - }, - { - "dt": "2025-07-24 06:24:00", - "action": "buy", - "price": 1537.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#11", - "weight": 0.334, - "amount_krw": 15546.0, - "leg_id": 11, - "bb_pos": 0.055, - "rsi": 41.5, - "pivot_kind": "trough", - "forward_return_pct": 5.14 - }, - { - "dt": "2025-07-24 15:51:00", - "action": "buy", - "price": 1462.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#11", - "weight": 0.352, - "amount_krw": 31869.0, - "leg_id": 11, - "bb_pos": 0.072, - "rsi": 31.7, - "pivot_kind": "trough", - "forward_return_pct": 10.53 - }, - { - "dt": "2025-07-25 00:15:00", - "action": "sell", - "price": 1616.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#11", - "weight": 0.65, - "amount_krw": 39965.0, - "leg_id": 11, - "bb_pos": 0.806, - "rsi": 90.1, - "pivot_kind": "peak", - "forward_return_pct": 4.82 - }, - { - "dt": "2025-07-25 01:03:00", - "action": "sell", - "price": 1611.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#11", - "weight": 0.35, - "amount_krw": 21453.0, - "leg_id": 11, - "bb_pos": 0.68, - "rsi": 48.9, - "pivot_kind": "peak", - "forward_return_pct": 4.5 - }, - { - "dt": "2025-07-25 12:33:00", - "action": "buy", - "price": 1502.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#12", - "weight": 0.501, - "amount_krw": 16110.0, - "leg_id": 12, - "bb_pos": 0.0, - "rsi": 38.4, - "pivot_kind": "trough", - "forward_return_pct": 12.05 - }, - { - "dt": "2025-07-26 00:39:00", - "action": "buy", - "price": 1506.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#12", - "weight": 0.499, - "amount_krw": 32158.0, - "leg_id": 12, - "bb_pos": 0.0, - "rsi": 42.1, - "pivot_kind": "trough", - "forward_return_pct": 11.75 - }, - { - "dt": "2025-07-28 17:06:00", - "action": "sell", - "price": 1683.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#12", - "weight": 0.65, - "amount_krw": 35093.0, - "leg_id": 12, - "bb_pos": 0.832, - "rsi": 73.7, - "pivot_kind": "peak", - "forward_return_pct": 11.9 - }, - { - "dt": "2025-07-28 18:54:00", - "action": "sell", - "price": 1680.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#12", - "weight": 0.35, - "amount_krw": 18862.0, - "leg_id": 12, - "bb_pos": 0.854, - "rsi": 57.1, - "pivot_kind": "peak", - "forward_return_pct": 11.7 - }, - { - "dt": "2025-07-29 11:54:00", - "action": "buy", - "price": 1506.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#13", - "weight": 0.13, - "amount_krw": 5000, - "leg_id": 13, - "bb_pos": 0.089, - "rsi": 36.5, - "pivot_kind": "trough", - "forward_return_pct": -6.44 - }, - { - "dt": "2025-07-30 20:54:00", - "action": "buy", - "price": 1420.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13", - "weight": 0.138, - "amount_krw": 5143.0, - "leg_id": 13, - "bb_pos": 0.151, - "rsi": 11.6, - "pivot_kind": "trough", - "forward_return_pct": -0.77 - }, - { - "dt": "2025-07-31 04:06:00", - "action": "buy", - "price": 1414.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13", - "weight": 0.139, - "amount_krw": 6157.0, - "leg_id": 13, - "bb_pos": 0.0, - "rsi": 1.4, - "pivot_kind": "trough", - "forward_return_pct": -0.35 - }, - { - "dt": "2025-08-01 09:51:00", - "action": "buy", - "price": 1357.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13", - "weight": 0.145, - "amount_krw": 7920.0, - "leg_id": 13, - "bb_pos": 0.0, - "rsi": 25.7, - "pivot_kind": "trough", - "forward_return_pct": 3.83 - }, - { - "dt": "2025-08-01 22:51:00", - "action": "buy", - "price": 1336.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13", - "weight": 0.147, - "amount_krw": 10622.0, - "leg_id": 13, - "bb_pos": 0.0, - "rsi": 15.6, - "pivot_kind": "trough", - "forward_return_pct": 5.46 - }, - { - "dt": "2025-08-02 07:39:00", - "action": "buy", - "price": 1319.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13", - "weight": 0.149, - "amount_krw": 16013.0, - "leg_id": 13, - "bb_pos": 0.098, - "rsi": 21.5, - "pivot_kind": "trough", - "forward_return_pct": 6.82 - }, - { - "dt": "2025-08-03 03:48:00", - "action": "buy", - "price": 1287.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13", - "weight": 0.152, - "amount_krw": 32289.0, - "leg_id": 13, - "bb_pos": 0.0, - "rsi": 35.8, - "pivot_kind": "trough", - "forward_return_pct": 9.48 - }, - { - "dt": "2025-08-05 02:15:00", - "action": "sell", - "price": 1409.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#13", - "weight": 0.65, - "amount_krw": 57068.0, - "leg_id": 13, - "bb_pos": 1.0, - "rsi": 75.8, - "pivot_kind": "peak", - "forward_return_pct": 2.58 - }, - { - "dt": "2025-08-05 02:48:00", - "action": "sell", - "price": 1396.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#13", - "weight": 0.35, - "amount_krw": 30446.0, - "leg_id": 13, - "bb_pos": 0.184, - "rsi": 35.5, - "pivot_kind": "peak", - "forward_return_pct": 1.63 - }, - { - "dt": "2025-08-05 17:06:00", - "action": "buy", - "price": 1317.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#14", - "weight": 0.494, - "amount_krw": 16130.0, - "leg_id": 14, - "bb_pos": 0.293, - "rsi": 28.2, - "pivot_kind": "trough", - "forward_return_pct": 14.81 - }, - { - "dt": "2025-08-06 13:15:00", - "action": "buy", - "price": 1287.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#14", - "weight": 0.506, - "amount_krw": 32633.0, - "leg_id": 14, - "bb_pos": 0.0, - "rsi": 25.9, - "pivot_kind": "trough", - "forward_return_pct": 17.48 - }, - { - "dt": "2025-08-10 13:27:00", - "action": "sell", - "price": 1512.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#14", - "weight": 0.65, - "amount_krw": 36957.0, - "leg_id": 14, - "bb_pos": 1.0, - "rsi": 59.5, - "pivot_kind": "peak", - "forward_return_pct": 16.15 - }, - { - "dt": "2025-08-10 13:42:00", - "action": "sell", - "price": 1510.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#14", - "weight": 0.35, - "amount_krw": 19873.0, - "leg_id": 14, - "bb_pos": 0.708, - "rsi": 59.5, - "pivot_kind": "peak", - "forward_return_pct": 15.99 - }, - { - "dt": "2025-08-10 17:06:00", - "action": "buy", - "price": 1417.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#15", - "weight": 0.325, - "amount_krw": 10742.0, - "leg_id": 15, - "bb_pos": 0.05, - "rsi": 8.6, - "pivot_kind": "trough", - "forward_return_pct": 9.39 - }, - { - "dt": "2025-08-11 22:06:00", - "action": "buy", - "price": 1399.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#15", - "weight": 0.33, - "amount_krw": 16156.0, - "leg_id": 15, - "bb_pos": 0.13, - "rsi": 37.8, - "pivot_kind": "trough", - "forward_return_pct": 10.79 - }, - { - "dt": "2025-08-12 20:09:00", - "action": "buy", - "price": 1336.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#15", - "weight": 0.345, - "amount_krw": 32985.0, - "leg_id": 15, - "bb_pos": 0.229, - "rsi": 37.5, - "pivot_kind": "trough", - "forward_return_pct": 16.02 - }, - { - "dt": "2025-08-14 08:12:00", - "action": "sell", - "price": 1550.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#15", - "weight": 0.65, - "amount_krw": 44147.0, - "leg_id": 15, - "bb_pos": 0.948, - "rsi": 78.2, - "pivot_kind": "peak", - "forward_return_pct": 12.07 - }, - { - "dt": "2025-08-14 11:54:00", - "action": "sell", - "price": 1543.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#15", - "weight": 0.35, - "amount_krw": 23664.0, - "leg_id": 15, - "bb_pos": 1.0, - "rsi": 71.4, - "pivot_kind": "peak", - "forward_return_pct": 11.56 - }, - { - "dt": "2025-08-14 22:03:00", - "action": "buy", - "price": 1380.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16", - "weight": 0.136, - "amount_krw": 5000, - "leg_id": 16, - "bb_pos": 0.13, - "rsi": 20.7, - "pivot_kind": "trough", - "forward_return_pct": 2.61 - }, - { - "dt": "2025-08-15 06:33:00", - "action": "buy", - "price": 1371.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16", - "weight": 0.137, - "amount_krw": 5303.0, - "leg_id": 16, - "bb_pos": 0.0, - "rsi": 23.9, - "pivot_kind": "trough", - "forward_return_pct": 3.28 - }, - { - "dt": "2025-08-16 01:09:00", - "action": "buy", - "price": 1332.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16", - "weight": 0.141, - "amount_krw": 6484.0, - "leg_id": 16, - "bb_pos": 0.156, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 6.31 - }, - { - "dt": "2025-08-16 21:24:00", - "action": "buy", - "price": 1350.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16", - "weight": 0.139, - "amount_krw": 7932.0, - "leg_id": 16, - "bb_pos": 0.221, - "rsi": 26.9, - "pivot_kind": "trough", - "forward_return_pct": 4.89 - }, - { - "dt": "2025-08-20 08:54:00", - "action": "buy", - "price": 1251.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16", - "weight": 0.15, - "amount_krw": 11191.0, - "leg_id": 16, - "bb_pos": 0.067, - "rsi": 35.3, - "pivot_kind": "trough", - "forward_return_pct": 13.19 - }, - { - "dt": "2025-08-20 23:09:00", - "action": "buy", - "price": 1270.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16", - "weight": 0.148, - "amount_krw": 16632.0, - "leg_id": 16, - "bb_pos": 0.0, - "rsi": 30.6, - "pivot_kind": "trough", - "forward_return_pct": 11.5 - }, - { - "dt": "2025-08-22 21:36:00", - "action": "buy", - "price": 1257.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16", - "weight": 0.149, - "amount_krw": 33349.0, - "leg_id": 16, - "bb_pos": 0.013, - "rsi": 12.1, - "pivot_kind": "trough", - "forward_return_pct": 12.65 - }, - { - "dt": "2025-08-23 06:42:00", - "action": "sell", - "price": 1416.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#16", - "weight": 0.65, - "amount_krw": 61489.0, - "leg_id": 16, - "bb_pos": 0.948, - "rsi": 64.0, - "pivot_kind": "peak", - "forward_return_pct": 7.77 - }, - { - "dt": "2025-08-23 06:48:00", - "action": "sell", - "price": 1416.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#16", - "weight": 0.35, - "amount_krw": 33110.0, - "leg_id": 16, - "bb_pos": 0.852, - "rsi": 59.1, - "pivot_kind": "peak", - "forward_return_pct": 7.77 - }, - { - "dt": "2025-08-23 11:36:00", - "action": "buy", - "price": 1362.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#17", - "weight": 0.238, - "amount_krw": 8063.0, - "leg_id": 17, - "bb_pos": 0.0, - "rsi": 17.1, - "pivot_kind": "trough", - "forward_return_pct": -1.32 - }, - { - "dt": "2025-08-24 19:36:00", - "action": "buy", - "price": 1329.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#17", - "weight": 0.244, - "amount_krw": 10845.0, - "leg_id": 17, - "bb_pos": 0.072, - "rsi": 12.0, - "pivot_kind": "trough", - "forward_return_pct": 1.13 - }, - { - "dt": "2025-08-25 19:33:00", - "action": "buy", - "price": 1278.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#17", - "weight": 0.254, - "amount_krw": 16589.0, - "leg_id": 17, - "bb_pos": 0.059, - "rsi": 21.7, - "pivot_kind": "trough", - "forward_return_pct": 5.16 - }, - { - "dt": "2025-08-26 07:15:00", - "action": "buy", - "price": 1229.0, - "memo": "저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#17", - "weight": 0.264, - "amount_krw": 33764.0, - "leg_id": 17, - "bb_pos": 0.0, - "rsi": 42.5, - "pivot_kind": "trough", - "forward_return_pct": 9.36 - }, - { - "dt": "2025-08-27 13:12:00", - "action": "sell", - "price": 1344.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#17", - "weight": 0.65, - "amount_krw": 47640.0, - "leg_id": 17, - "bb_pos": 0.932, - "rsi": 80.6, - "pivot_kind": "peak", - "forward_return_pct": 3.58 - }, - { - "dt": "2025-08-27 13:18:00", - "action": "sell", - "price": 1344.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#17", - "weight": 0.35, - "amount_krw": 25653.0, - "leg_id": 17, - "bb_pos": 0.952, - "rsi": 86.7, - "pivot_kind": "peak", - "forward_return_pct": 3.58 - }, - { - "dt": "2025-08-28 09:33:00", - "action": "buy", - "price": 1294.0, - "memo": "저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#18", - "weight": 0.157, - "amount_krw": 107103.0, - "leg_id": 18, - "bb_pos": 0.177, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 13.52 - }, - { - "dt": "2025-08-30 10:57:00", - "action": "buy", - "price": 1239.0, - "memo": "저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#18", - "weight": 0.164, - "amount_krw": 131842.0, - "leg_id": 18, - "bb_pos": 0.0, - "rsi": 4.0, - "pivot_kind": "trough", - "forward_return_pct": 18.56 - }, - { - "dt": "2025-09-01 13:45:00", - "action": "buy", - "price": 1195.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18", - "weight": 0.17, - "amount_krw": 167619.0, - "leg_id": 18, - "bb_pos": 0.126, - "rsi": 26.7, - "pivot_kind": "trough", - "forward_return_pct": 22.93 - }, - { - "dt": "2025-09-02 06:39:00", - "action": "buy", - "price": 1170.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18", - "weight": 0.174, - "amount_krw": 226126.0, - "leg_id": 18, - "bb_pos": 0.205, - "rsi": 28.1, - "pivot_kind": "trough", - "forward_return_pct": 25.56 - }, - { - "dt": "2025-09-05 00:30:00", - "action": "buy", - "price": 1207.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18", - "weight": 0.169, - "amount_krw": 48469.0, - "leg_id": 18, - "bb_pos": 0.244, - "rsi": 31.8, - "pivot_kind": "trough", - "forward_return_pct": 21.71 - }, - { - "dt": "2025-09-05 23:45:00", - "action": "buy", - "price": 1230.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18", - "weight": 0.165, - "amount_krw": 0, - "leg_id": 18, - "bb_pos": 0.214, - "rsi": 15.4, - "pivot_kind": "trough", - "forward_return_pct": 19.43 - }, - { - "dt": "2025-09-07 15:03:00", - "action": "sell", - "price": 1469.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#18", - "weight": 0.65, - "amount_krw": 537459.0, - "leg_id": 18, - "bb_pos": 0.853, - "rsi": 79.7, - "pivot_kind": "peak", - "forward_return_pct": 20.29 - }, - { - "dt": "2025-09-07 15:21:00", - "action": "sell", - "price": 1435.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#18", - "weight": 0.35, - "amount_krw": 282703.0, - "leg_id": 18, - "bb_pos": 0.472, - "rsi": 59.4, - "pivot_kind": "peak", - "forward_return_pct": 17.5 - }, - { - "dt": "2025-09-07 18:42:00", - "action": "buy", - "price": 1410.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#19", - "weight": 0.504, - "amount_krw": 413155.0, - "leg_id": 19, - "bb_pos": 0.0, - "rsi": 35.3, - "pivot_kind": "trough", - "forward_return_pct": 27.66 - }, - { - "dt": "2025-09-08 07:42:00", - "action": "buy", - "price": 1432.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#19", - "weight": 0.496, - "amount_krw": 406187.0, - "leg_id": 19, - "bb_pos": 0.241, - "rsi": 47.1, - "pivot_kind": "trough", - "forward_return_pct": 25.7 - }, - { - "dt": "2025-09-08 14:12:00", - "action": "sell", - "price": 1800.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#19", - "weight": 0.65, - "amount_krw": 674701.0, - "leg_id": 19, - "bb_pos": 1.0, - "rsi": 83.3, - "pivot_kind": "peak", - "forward_return_pct": 26.68 - }, - { - "dt": "2025-09-08 15:42:00", - "action": "sell", - "price": 1784.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#19", - "weight": 0.35, - "amount_krw": 360071.0, - "leg_id": 19, - "bb_pos": 0.738, - "rsi": 52.4, - "pivot_kind": "peak", - "forward_return_pct": 25.55 - }, - { - "dt": "2025-09-08 16:54:00", - "action": "buy", - "price": 1718.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#20", - "weight": 0.491, - "amount_krw": 507819.0, - "leg_id": 20, - "bb_pos": 0.0, - "rsi": 33.7, - "pivot_kind": "trough", - "forward_return_pct": 25.03 - }, - { - "dt": "2025-09-08 20:15:00", - "action": "buy", - "price": 1658.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#20", - "weight": 0.509, - "amount_krw": 525919.0, - "leg_id": 20, - "bb_pos": 0.065, - "rsi": 29.5, - "pivot_kind": "trough", - "forward_return_pct": 29.55 - }, - { - "dt": "2025-09-09 00:03:00", - "action": "sell", - "price": 2148.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#20", - "weight": 0.65, - "amount_krw": 855575.0, - "leg_id": 20, - "bb_pos": 1.0, - "rsi": 83.1, - "pivot_kind": "peak", - "forward_return_pct": 27.29 - }, - { - "dt": "2025-09-09 02:36:00", - "action": "sell", - "price": 2136.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#20", - "weight": 0.35, - "amount_krw": 458120.0, - "leg_id": 20, - "bb_pos": 0.891, - "rsi": 64.2, - "pivot_kind": "peak", - "forward_return_pct": 26.58 - }, - { - "dt": "2025-09-09 03:09:00", - "action": "buy", - "price": 1990.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#21", - "weight": 1.0, - "amount_krw": 1312383.0, - "leg_id": 21, - "bb_pos": 0.0, - "rsi": 24.3, - "pivot_kind": "trough", - "forward_return_pct": 24.87 - }, - { - "dt": "2025-09-09 09:27:00", - "action": "sell", - "price": 2485.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#21", - "weight": 0.65, - "amount_krw": 1065240.0, - "leg_id": 21, - "bb_pos": 0.849, - "rsi": 80.6, - "pivot_kind": "peak", - "forward_return_pct": 24.87 - }, - { - "dt": "2025-09-09 12:45:00", - "action": "sell", - "price": 2542.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#21", - "weight": 0.35, - "amount_krw": 586747.0, - "leg_id": 21, - "bb_pos": 0.957, - "rsi": 79.4, - "pivot_kind": "peak", - "forward_return_pct": 27.74 - }, - { - "dt": "2025-09-09 11:45:00", - "action": "buy", - "price": 2334.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#22", - "weight": 0.355, - "amount_krw": 569222.0, - "leg_id": 22, - "bb_pos": 0.19, - "rsi": 35.8, - "pivot_kind": "trough", - "forward_return_pct": 25.92 - }, - { - "dt": "2025-09-09 14:00:00", - "action": "buy", - "price": 2508.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#22", - "weight": 0.33, - "amount_krw": 866345.0, - "leg_id": 22, - "bb_pos": 0.191, - "rsi": 38.2, - "pivot_kind": "trough", - "forward_return_pct": 17.19 - }, - { - "dt": "2025-09-09 16:54:00", - "action": "buy", - "price": 2624.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#22", - "weight": 0.315, - "amount_krw": 214768.0, - "leg_id": 22, - "bb_pos": 0.238, - "rsi": 19.2, - "pivot_kind": "trough", - "forward_return_pct": 12.0 - }, - { - "dt": "2025-09-09 19:33:00", - "action": "sell", - "price": 2939.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#22", - "weight": 0.65, - "amount_krw": 1282156.0, - "leg_id": 22, - "bb_pos": 1.0, - "rsi": 90.0, - "pivot_kind": "peak", - "forward_return_pct": 18.38 - }, - { - "dt": "2025-09-09 19:42:00", - "action": "sell", - "price": 2932.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#22", - "weight": 0.35, - "amount_krw": 688747.0, - "leg_id": 22, - "bb_pos": 0.85, - "rsi": 82.0, - "pivot_kind": "peak", - "forward_return_pct": 18.09 - }, - { - "dt": "2025-09-10 01:36:00", - "action": "buy", - "price": 2395.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#23", - "weight": 0.345, - "amount_krw": 33947.0, - "leg_id": 23, - "bb_pos": 0.05, - "rsi": 22.8, - "pivot_kind": "trough", - "forward_return_pct": 18.91 - }, - { - "dt": "2025-09-10 06:21:00", - "action": "buy", - "price": 2457.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#23", - "weight": 0.336, - "amount_krw": 50471.0, - "leg_id": 23, - "bb_pos": 0.0, - "rsi": 41.9, - "pivot_kind": "trough", - "forward_return_pct": 15.91 - }, - { - "dt": "2025-09-10 09:24:00", - "action": "buy", - "price": 2583.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#23", - "weight": 0.32, - "amount_krw": 98756.0, - "leg_id": 23, - "bb_pos": 0.0, - "rsi": 26.1, - "pivot_kind": "trough", - "forward_return_pct": 10.26 - }, - { - "dt": "2025-09-10 10:36:00", - "action": "sell", - "price": 2848.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#23", - "weight": 0.65, - "amount_krw": 135043.0, - "leg_id": 23, - "bb_pos": 0.87, - "rsi": 84.0, - "pivot_kind": "peak", - "forward_return_pct": 15.03 - }, - { - "dt": "2025-09-10 11:09:00", - "action": "sell", - "price": 2800.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#23", - "weight": 0.35, - "amount_krw": 71490.0, - "leg_id": 23, - "bb_pos": 0.559, - "rsi": 42.9, - "pivot_kind": "peak", - "forward_return_pct": 13.09 - }, - { - "dt": "2025-09-10 17:00:00", - "action": "buy", - "price": 2550.0, - "memo": "저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#24", - "weight": 0.231, - "amount_krw": 22997.0, - "leg_id": 24, - "bb_pos": 0.0, - "rsi": 30.3, - "pivot_kind": "trough", - "forward_return_pct": -5.45 - }, - { - "dt": "2025-09-11 01:30:00", - "action": "buy", - "price": 2460.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#24", - "weight": 0.24, - "amount_krw": 31048.0, - "leg_id": 24, - "bb_pos": 0.166, - "rsi": 12.5, - "pivot_kind": "trough", - "forward_return_pct": -1.99 - }, - { - "dt": "2025-09-12 01:51:00", - "action": "buy", - "price": 2217.0, - "memo": "저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#24", - "weight": 0.266, - "amount_krw": 49862.0, - "leg_id": 24, - "bb_pos": 0.182, - "rsi": 32.9, - "pivot_kind": "trough", - "forward_return_pct": 8.75 - }, - { - "dt": "2025-09-12 12:09:00", - "action": "buy", - "price": 2235.0, - "memo": "저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#24", - "weight": 0.264, - "amount_krw": 99388.0, - "leg_id": 24, - "bb_pos": 0.132, - "rsi": 36.6, - "pivot_kind": "trough", - "forward_return_pct": 7.87 - }, - { - "dt": "2025-09-12 15:36:00", - "action": "sell", - "price": 2411.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#24", - "weight": 0.65, - "amount_krw": 138848.0, - "leg_id": 24, - "bb_pos": 0.977, - "rsi": 92.1, - "pivot_kind": "peak", - "forward_return_pct": 2.3 - }, - { - "dt": "2025-09-12 15:45:00", - "action": "sell", - "price": 2384.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#24", - "weight": 0.35, - "amount_krw": 73927.0, - "leg_id": 24, - "bb_pos": 0.715, - "rsi": 71.0, - "pivot_kind": "peak", - "forward_return_pct": 1.15 - }, - { - "dt": "2025-09-13 00:36:00", - "action": "buy", - "price": 2166.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#25", - "weight": 1.0, - "amount_krw": 100118.0, - "leg_id": 25, - "bb_pos": 0.114, - "rsi": 24.6, - "pivot_kind": "trough", - "forward_return_pct": 9.88 - }, - { - "dt": "2025-09-13 09:27:00", - "action": "sell", - "price": 2380.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#25", - "weight": 0.65, - "amount_krw": 71506.0, - "leg_id": 25, - "bb_pos": 0.881, - "rsi": 80.3, - "pivot_kind": "peak", - "forward_return_pct": 9.88 - }, - { - "dt": "2025-09-13 09:39:00", - "action": "sell", - "price": 2368.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#25", - "weight": 0.35, - "amount_krw": 38309.0, - "leg_id": 25, - "bb_pos": 0.685, - "rsi": 68.8, - "pivot_kind": "peak", - "forward_return_pct": 9.33 - }, - { - "dt": "2025-09-14 00:39:00", - "action": "buy", - "price": 2205.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#26", - "weight": 0.499, - "amount_krw": 50198.0, - "leg_id": 26, - "bb_pos": 0.02, - "rsi": 23.1, - "pivot_kind": "trough", - "forward_return_pct": 8.57 - }, - { - "dt": "2025-09-14 02:12:00", - "action": "buy", - "price": 2200.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#26", - "weight": 0.501, - "amount_krw": 100590.0, - "leg_id": 26, - "bb_pos": 0.503, - "rsi": 52.6, - "pivot_kind": "trough", - "forward_return_pct": 8.82 - }, - { - "dt": "2025-09-14 16:36:00", - "action": "sell", - "price": 2394.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#26", - "weight": 0.65, - "amount_krw": 106575.0, - "leg_id": 26, - "bb_pos": 0.968, - "rsi": 54.4, - "pivot_kind": "peak", - "forward_return_pct": 8.69 - }, - { - "dt": "2025-09-14 16:54:00", - "action": "sell", - "price": 2382.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#26", - "weight": 0.35, - "amount_krw": 57099.0, - "leg_id": 26, - "bb_pos": 0.67, - "rsi": 61.6, - "pivot_kind": "peak", - "forward_return_pct": 8.15 - }, - { - "dt": "2025-09-15 17:00:00", - "action": "buy", - "price": 2146.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#27", - "weight": 0.488, - "amount_krw": 49402.0, - "leg_id": 27, - "bb_pos": 0.159, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 3.31 - }, - { - "dt": "2025-09-16 01:00:00", - "action": "buy", - "price": 2047.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#27", - "weight": 0.512, - "amount_krw": 101119.0, - "leg_id": 27, - "bb_pos": 0.188, - "rsi": 34.4, - "pivot_kind": "trough", - "forward_return_pct": 8.3 - }, - { - "dt": "2025-09-16 22:33:00", - "action": "sell", - "price": 2217.0, - "memo": "고점 매도 · 비중 100% · 1회 · leg#27", - "weight": 1.0, - "amount_krw": 160553.0, - "leg_id": 27, - "bb_pos": 0.962, - "rsi": 74.7, - "pivot_kind": "peak", - "forward_return_pct": 5.81 - }, - { - "dt": "2025-09-17 14:21:00", - "action": "buy", - "price": 2059.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#28", - "weight": 0.513, - "amount_krw": 52186.0, - "leg_id": 28, - "bb_pos": 0.312, - "rsi": 29.6, - "pivot_kind": "trough", - "forward_return_pct": 13.02 - }, - { - "dt": "2025-09-18 19:27:00", - "action": "buy", - "price": 2165.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#28", - "weight": 0.487, - "amount_krw": 101861.0, - "leg_id": 28, - "bb_pos": 0.028, - "rsi": 18.4, - "pivot_kind": "trough", - "forward_return_pct": 7.48 - }, - { - "dt": "2025-09-18 23:24:00", - "action": "sell", - "price": 2327.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#28", - "weight": 0.65, - "amount_krw": 109500.0, - "leg_id": 28, - "bb_pos": 1.0, - "rsi": 89.6, - "pivot_kind": "peak", - "forward_return_pct": 10.25 - }, - { - "dt": "2025-09-19 00:03:00", - "action": "sell", - "price": 2270.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#28", - "weight": 0.35, - "amount_krw": 57517.0, - "leg_id": 28, - "bb_pos": 0.547, - "rsi": 38.8, - "pivot_kind": "peak", - "forward_return_pct": 7.55 - }, - { - "dt": "2025-09-22 15:00:00", - "action": "buy", - "price": 1851.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29", - "weight": 0.196, - "amount_krw": 20084.0, - "leg_id": 29, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 6.7 - }, - { - "dt": "2025-09-23 20:21:00", - "action": "buy", - "price": 1875.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#29", - "weight": 0.193, - "amount_krw": 24607.0, - "leg_id": 29, - "bb_pos": 0.28, - "rsi": 51.6, - "pivot_kind": "trough", - "forward_return_pct": 5.33 - }, - { - "dt": "2025-09-24 13:06:00", - "action": "buy", - "price": 1794.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29", - "weight": 0.202, - "amount_krw": 33871.0, - "leg_id": 29, - "bb_pos": 0.135, - "rsi": 38.5, - "pivot_kind": "trough", - "forward_return_pct": 10.09 - }, - { - "dt": "2025-09-26 02:12:00", - "action": "buy", - "price": 1775.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29", - "weight": 0.204, - "amount_krw": 51121.0, - "leg_id": 29, - "bb_pos": 0.42, - "rsi": 49.0, - "pivot_kind": "trough", - "forward_return_pct": 11.27 - }, - { - "dt": "2025-09-26 20:06:00", - "action": "buy", - "price": 1773.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29", - "weight": 0.204, - "amount_krw": 102233.0, - "leg_id": 29, - "bb_pos": 0.552, - "rsi": 53.5, - "pivot_kind": "trough", - "forward_return_pct": 11.39 - }, - { - "dt": "2025-09-27 14:51:00", - "action": "sell", - "price": 1975.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#29", - "weight": 0.65, - "amount_krw": 166009.0, - "leg_id": 29, - "bb_pos": 1.0, - "rsi": 92.2, - "pivot_kind": "peak", - "forward_return_pct": 8.96 - }, - { - "dt": "2025-09-27 15:12:00", - "action": "sell", - "price": 1944.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#29", - "weight": 0.35, - "amount_krw": 87986.0, - "leg_id": 29, - "bb_pos": 0.655, - "rsi": 67.6, - "pivot_kind": "peak", - "forward_return_pct": 7.25 - }, - { - "dt": "2025-09-28 19:03:00", - "action": "buy", - "price": 1792.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30", - "weight": 0.202, - "amount_krw": 20899.0, - "leg_id": 30, - "bb_pos": 0.0, - "rsi": 42.9, - "pivot_kind": "trough", - "forward_return_pct": 9.6 - }, - { - "dt": "2025-09-30 02:00:00", - "action": "buy", - "price": 1795.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30", - "weight": 0.202, - "amount_krw": 26189.0, - "leg_id": 30, - "bb_pos": 0.034, - "rsi": 17.4, - "pivot_kind": "trough", - "forward_return_pct": 9.42 - }, - { - "dt": "2025-10-01 03:45:00", - "action": "buy", - "price": 1758.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#30", - "weight": 0.206, - "amount_krw": 35743.0, - "leg_id": 30, - "bb_pos": 0.242, - "rsi": 45.2, - "pivot_kind": "trough", - "forward_return_pct": 11.72 - }, - { - "dt": "2025-10-03 00:03:00", - "action": "buy", - "price": 1849.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30", - "weight": 0.196, - "amount_krw": 52077.0, - "leg_id": 30, - "bb_pos": 0.108, - "rsi": 33.9, - "pivot_kind": "trough", - "forward_return_pct": 6.22 - }, - { - "dt": "2025-10-03 23:18:00", - "action": "buy", - "price": 1871.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#30", - "weight": 0.194, - "amount_krw": 103704.0, - "leg_id": 30, - "bb_pos": 0.18, - "rsi": 24.4, - "pivot_kind": "trough", - "forward_return_pct": 4.97 - }, - { - "dt": "2025-10-04 01:45:00", - "action": "sell", - "price": 1964.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#30", - "weight": 0.65, - "amount_krw": 166183.0, - "leg_id": 30, - "bb_pos": 1.0, - "rsi": 82.7, - "pivot_kind": "peak", - "forward_return_pct": 8.38 - }, - { - "dt": "2025-10-04 01:54:00", - "action": "sell", - "price": 1950.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#30", - "weight": 0.35, - "amount_krw": 88845.0, - "leg_id": 30, - "bb_pos": 0.712, - "rsi": 61.2, - "pivot_kind": "peak", - "forward_return_pct": 7.61 - }, - { - "dt": "2025-10-05 09:57:00", - "action": "buy", - "price": 1795.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#31", - "weight": 0.327, - "amount_krw": 34096.0, - "leg_id": 31, - "bb_pos": 0.0, - "rsi": 28.6, - "pivot_kind": "trough", - "forward_return_pct": 2.67 - }, - { - "dt": "2025-10-06 10:00:00", - "action": "buy", - "price": 1792.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#31", - "weight": 0.328, - "amount_krw": 50815.0, - "leg_id": 31, - "bb_pos": 0.339, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 2.85 - }, - { - "dt": "2025-10-08 21:06:00", - "action": "buy", - "price": 1704.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#31", - "weight": 0.345, - "amount_krw": 104055.0, - "leg_id": 31, - "bb_pos": 0.169, - "rsi": 15.4, - "pivot_kind": "trough", - "forward_return_pct": 8.16 - }, - { - "dt": "2025-10-09 05:39:00", - "action": "sell", - "price": 1843.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#31", - "weight": 0.65, - "amount_krw": 129878.0, - "leg_id": 31, - "bb_pos": 1.0, - "rsi": 72.2, - "pivot_kind": "peak", - "forward_return_pct": 4.56 - }, - { - "dt": "2025-10-09 08:54:00", - "action": "sell", - "price": 1843.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#31", - "weight": 0.35, - "amount_krw": 69934.0, - "leg_id": 31, - "bb_pos": 0.808, - "rsi": 55.9, - "pivot_kind": "peak", - "forward_return_pct": 4.56 - }, - { - "dt": "2025-10-09 23:33:00", - "action": "buy", - "price": 1728.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#32", - "weight": 0.508, - "amount_krw": 53239.0, - "leg_id": 32, - "bb_pos": 0.082, - "rsi": 35.0, - "pivot_kind": "trough", - "forward_return_pct": 9.26 - }, - { - "dt": "2025-10-10 16:36:00", - "action": "buy", - "price": 1786.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#32", - "weight": 0.492, - "amount_krw": 104889.0, - "leg_id": 32, - "bb_pos": 0.292, - "rsi": 39.1, - "pivot_kind": "trough", - "forward_return_pct": 5.71 - }, - { - "dt": "2025-10-10 22:09:00", - "action": "sell", - "price": 1888.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#32", - "weight": 0.65, - "amount_krw": 109881.0, - "leg_id": 32, - "bb_pos": 1.0, - "rsi": 87.0, - "pivot_kind": "peak", - "forward_return_pct": 7.48 - }, - { - "dt": "2025-10-10 22:24:00", - "action": "sell", - "price": 1887.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#32", - "weight": 0.35, - "amount_krw": 59135.0, - "leg_id": 32, - "bb_pos": 0.816, - "rsi": 74.7, - "pivot_kind": "peak", - "forward_return_pct": 7.43 - }, - { - "dt": "2025-10-11 06:18:00", - "action": "buy", - "price": 1149.0, - "memo": "저점 분할 매수 · 비중 53% · 2회 · BB하단 · leg#33", - "weight": 0.533, - "amount_krw": 1122894.0, - "leg_id": 33, - "bb_pos": 0.0, - "rsi": 6.5, - "pivot_kind": "trough", - "forward_return_pct": 30.55 - }, - { - "dt": "2025-10-11 10:51:00", - "action": "buy", - "price": 1312.0, - "memo": "저점 분할 매수 · 비중 47% · 2회 · BB하단 · leg#33", - "weight": 0.467, - "amount_krw": 982797.0, - "leg_id": 33, - "bb_pos": 0.14, - "rsi": 28.0, - "pivot_kind": "trough", - "forward_return_pct": 14.33 - }, - { - "dt": "2025-10-11 18:03:00", - "action": "sell", - "price": 1500.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#33", - "weight": 0.65, - "amount_krw": 1683203.0, - "leg_id": 33, - "bb_pos": 0.96, - "rsi": 73.8, - "pivot_kind": "peak", - "forward_return_pct": 22.44 - }, - { - "dt": "2025-10-11 18:27:00", - "action": "sell", - "price": 1498.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#33", - "weight": 0.35, - "amount_krw": 905132.0, - "leg_id": 33, - "bb_pos": 0.734, - "rsi": 70.5, - "pivot_kind": "peak", - "forward_return_pct": 22.27 - }, - { - "dt": "2025-10-12 04:51:00", - "action": "buy", - "price": 1375.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#34", - "weight": 0.499, - "amount_krw": 64547.0, - "leg_id": 34, - "bb_pos": 0.218, - "rsi": 23.8, - "pivot_kind": "trough", - "forward_return_pct": 13.89 - }, - { - "dt": "2025-10-12 11:09:00", - "action": "buy", - "price": 1370.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#34", - "weight": 0.501, - "amount_krw": 129339.0, - "leg_id": 34, - "bb_pos": 0.043, - "rsi": 19.4, - "pivot_kind": "trough", - "forward_return_pct": 14.31 - }, - { - "dt": "2025-10-13 02:03:00", - "action": "sell", - "price": 1566.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#34", - "weight": 0.65, - "amount_krw": 143881.0, - "leg_id": 34, - "bb_pos": 0.704, - "rsi": 56.6, - "pivot_kind": "peak", - "forward_return_pct": 14.1 - }, - { - "dt": "2025-10-13 05:03:00", - "action": "sell", - "price": 1565.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#34", - "weight": 0.35, - "amount_krw": 77425.0, - "leg_id": 34, - "bb_pos": 0.923, - "rsi": 72.3, - "pivot_kind": "peak", - "forward_return_pct": 14.03 - }, - { - "dt": "2025-10-13 03:39:00", - "action": "buy", - "price": 1517.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#35", - "weight": 0.13, - "amount_krw": 16977.0, - "leg_id": 35, - "bb_pos": 0.0, - "rsi": 31.1, - "pivot_kind": "trough", - "forward_return_pct": -7.25 - }, - { - "dt": "2025-10-13 21:00:00", - "action": "buy", - "price": 1464.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#35", - "weight": 0.135, - "amount_krw": 20278.0, - "leg_id": 35, - "bb_pos": 0.198, - "rsi": 28.1, - "pivot_kind": "trough", - "forward_return_pct": -3.89 - }, - { - "dt": "2025-10-14 15:45:00", - "action": "buy", - "price": 1367.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#35", - "weight": 0.144, - "amount_krw": 25579.0, - "leg_id": 35, - "bb_pos": 0.0, - "rsi": 12.5, - "pivot_kind": "trough", - "forward_return_pct": 2.93 - }, - { - "dt": "2025-10-16 18:33:00", - "action": "buy", - "price": 1395.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#35", - "weight": 0.141, - "amount_krw": 31163.0, - "leg_id": 35, - "bb_pos": 0.186, - "rsi": 46.2, - "pivot_kind": "trough", - "forward_return_pct": 0.86 - }, - { - "dt": "2025-10-17 17:18:00", - "action": "buy", - "price": 1262.0, - "memo": "저점 분할 매수 · 비중 16% · 7회 · BB하단 · leg#35", - "weight": 0.156, - "amount_krw": 45129.0, - "leg_id": 35, - "bb_pos": 0.083, - "rsi": 34.2, - "pivot_kind": "trough", - "forward_return_pct": 11.49 - }, - { - "dt": "2025-10-19 18:27:00", - "action": "buy", - "price": 1322.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#35", - "weight": 0.149, - "amount_krw": 66130.0, - "leg_id": 35, - "bb_pos": 0.055, - "rsi": 35.3, - "pivot_kind": "trough", - "forward_return_pct": 6.43 - }, - { - "dt": "2025-10-20 09:30:00", - "action": "buy", - "price": 1356.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#35", - "weight": 0.145, - "amount_krw": 130742.0, - "leg_id": 35, - "bb_pos": 0.023, - "rsi": 3.8, - "pivot_kind": "trough", - "forward_return_pct": 3.76 - }, - { - "dt": "2025-10-20 15:42:00", - "action": "sell", - "price": 1407.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#35", - "weight": 0.65, - "amount_krw": 227076.0, - "leg_id": 35, - "bb_pos": 0.953, - "rsi": 70.0, - "pivot_kind": "peak", - "forward_return_pct": 2.04 - }, - { - "dt": "2025-10-20 15:54:00", - "action": "sell", - "price": 1407.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#35", - "weight": 0.35, - "amount_krw": 122272.0, - "leg_id": 35, - "bb_pos": 0.768, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 2.04 - }, - { - "dt": "2025-10-21 13:45:00", - "action": "buy", - "price": 1329.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#36", - "weight": 0.243, - "amount_krw": 31921.0, - "leg_id": 36, - "bb_pos": 0.117, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 6.55 - }, - { - "dt": "2025-10-23 06:09:00", - "action": "buy", - "price": 1250.0, - "memo": "저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#36", - "weight": 0.258, - "amount_krw": 44738.0, - "leg_id": 36, - "bb_pos": 0.0, - "rsi": 23.5, - "pivot_kind": "trough", - "forward_return_pct": 13.28 - }, - { - "dt": "2025-10-25 01:39:00", - "action": "buy", - "price": 1286.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#36", - "weight": 0.251, - "amount_krw": 66082.0, - "leg_id": 36, - "bb_pos": 0.383, - "rsi": 46.9, - "pivot_kind": "trough", - "forward_return_pct": 10.11 - }, - { - "dt": "2025-10-25 16:00:00", - "action": "buy", - "price": 1301.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#36", - "weight": 0.248, - "amount_krw": 131456.0, - "leg_id": 36, - "bb_pos": 0.049, - "rsi": 31.2, - "pivot_kind": "trough", - "forward_return_pct": 8.84 - }, - { - "dt": "2025-10-27 04:12:00", - "action": "sell", - "price": 1416.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#36", - "weight": 0.65, - "amount_krw": 195343.0, - "leg_id": 36, - "bb_pos": 1.0, - "rsi": 72.7, - "pivot_kind": "peak", - "forward_return_pct": 9.69 - }, - { - "dt": "2025-10-27 07:48:00", - "action": "sell", - "price": 1415.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#36", - "weight": 0.35, - "amount_krw": 105110.0, - "leg_id": 36, - "bb_pos": 0.756, - "rsi": 60.6, - "pivot_kind": "peak", - "forward_return_pct": 9.62 - }, - { - "dt": "2025-10-30 03:39:00", - "action": "buy", - "price": 1263.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#37", - "weight": 0.317, - "amount_krw": 42054.0, - "leg_id": 37, - "bb_pos": 0.0, - "rsi": 38.8, - "pivot_kind": "trough", - "forward_return_pct": 4.91 - }, - { - "dt": "2025-10-31 02:33:00", - "action": "buy", - "price": 1170.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#37", - "weight": 0.342, - "amount_krw": 66350.0, - "leg_id": 37, - "bb_pos": 0.113, - "rsi": 28.6, - "pivot_kind": "trough", - "forward_return_pct": 13.25 - }, - { - "dt": "2025-11-01 02:21:00", - "action": "buy", - "price": 1176.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#37", - "weight": 0.341, - "amount_krw": 132531.0, - "leg_id": 37, - "bb_pos": 0.13, - "rsi": 14.7, - "pivot_kind": "trough", - "forward_return_pct": 12.67 - }, - { - "dt": "2025-11-01 17:12:00", - "action": "sell", - "price": 1325.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#37", - "weight": 0.65, - "amount_krw": 174578.0, - "leg_id": 37, - "bb_pos": 0.946, - "rsi": 88.7, - "pivot_kind": "peak", - "forward_return_pct": 10.28 - }, - { - "dt": "2025-11-01 17:21:00", - "action": "sell", - "price": 1321.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#37", - "weight": 0.35, - "amount_krw": 93720.0, - "leg_id": 37, - "bb_pos": 0.782, - "rsi": 77.6, - "pivot_kind": "peak", - "forward_return_pct": 9.94 - }, - { - "dt": "2025-11-01 18:24:00", - "action": "buy", - "price": 1266.0, - "memo": "저점 분할 매수 · 비중 12% · 7회 · BB하단 · leg#38", - "weight": 0.117, - "amount_krw": 15696.0, - "leg_id": 38, - "bb_pos": 0.177, - "rsi": 5.8, - "pivot_kind": "trough", - "forward_return_pct": -12.16 - }, - { - "dt": "2025-11-04 17:15:00", - "action": "buy", - "price": 1037.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#38", - "weight": 0.143, - "amount_krw": 21705.0, - "leg_id": 38, - "bb_pos": 0.055, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 7.23 - }, - { - "dt": "2025-11-04 23:00:00", - "action": "buy", - "price": 1038.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#38", - "weight": 0.143, - "amount_krw": 25906.0, - "leg_id": 38, - "bb_pos": 0.228, - "rsi": 37.9, - "pivot_kind": "trough", - "forward_return_pct": 7.13 - }, - { - "dt": "2025-11-05 02:15:00", - "action": "buy", - "price": 1020.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38", - "weight": 0.146, - "amount_krw": 32782.0, - "leg_id": 38, - "bb_pos": 0.0, - "rsi": 15.6, - "pivot_kind": "trough", - "forward_return_pct": 9.02 - }, - { - "dt": "2025-11-05 05:15:00", - "action": "buy", - "price": 991.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38", - "weight": 0.15, - "amount_krw": 44564.0, - "leg_id": 38, - "bb_pos": 0.057, - "rsi": 8.3, - "pivot_kind": "trough", - "forward_return_pct": 12.21 - }, - { - "dt": "2025-11-05 06:33:00", - "action": "buy", - "price": 983.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38", - "weight": 0.151, - "amount_krw": 67263.0, - "leg_id": 38, - "bb_pos": 0.0, - "rsi": 21.1, - "pivot_kind": "trough", - "forward_return_pct": 13.12 - }, - { - "dt": "2025-11-05 10:24:00", - "action": "buy", - "price": 997.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38", - "weight": 0.149, - "amount_krw": 133776.0, - "leg_id": 38, - "bb_pos": 0.0, - "rsi": 22.4, - "pivot_kind": "trough", - "forward_return_pct": 11.53 - }, - { - "dt": "2025-11-06 07:57:00", - "action": "sell", - "price": 1112.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#38", - "weight": 0.65, - "amount_krw": 244306.0, - "leg_id": 38, - "bb_pos": 1.0, - "rsi": 81.2, - "pivot_kind": "peak", - "forward_return_pct": 6.88 - }, - { - "dt": "2025-11-06 08:30:00", - "action": "sell", - "price": 1111.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#38", - "weight": 0.35, - "amount_krw": 131431.0, - "leg_id": 38, - "bb_pos": 0.805, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 6.78 - }, - { - "dt": "2025-11-07 01:42:00", - "action": "buy", - "price": 1038.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#39", - "weight": 1.0, - "amount_krw": 135701.0, - "leg_id": 39, - "bb_pos": 0.0, - "rsi": 27.3, - "pivot_kind": "trough", - "forward_return_pct": 9.92 - }, - { - "dt": "2025-11-07 16:57:00", - "action": "sell", - "price": 1141.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#39", - "weight": 0.65, - "amount_krw": 96958.0, - "leg_id": 39, - "bb_pos": 1.0, - "rsi": 75.0, - "pivot_kind": "peak", - "forward_return_pct": 9.92 - }, - { - "dt": "2025-11-07 17:15:00", - "action": "sell", - "price": 1132.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#39", - "weight": 0.35, - "amount_krw": 51796.0, - "leg_id": 39, - "bb_pos": 0.66, - "rsi": 67.4, - "pivot_kind": "peak", - "forward_return_pct": 9.06 - }, - { - "dt": "2025-11-07 21:48:00", - "action": "buy", - "price": 1074.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#40", - "weight": 1.0, - "amount_krw": 2725573.0, - "leg_id": 40, - "bb_pos": 0.052, - "rsi": 11.1, - "pivot_kind": "trough", - "forward_return_pct": 19.93 - }, - { - "dt": "2025-11-08 07:57:00", - "action": "sell", - "price": 1288.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#40", - "weight": 0.65, - "amount_krw": 2124627.0, - "leg_id": 40, - "bb_pos": 1.0, - "rsi": 84.2, - "pivot_kind": "peak", - "forward_return_pct": 19.93 - }, - { - "dt": "2025-11-08 11:42:00", - "action": "sell", - "price": 1266.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#40", - "weight": 0.35, - "amount_krw": 1124489.0, - "leg_id": 40, - "bb_pos": 0.895, - "rsi": 70.6, - "pivot_kind": "peak", - "forward_return_pct": 17.88 - }, - { - "dt": "2025-11-09 12:24:00", - "action": "buy", - "price": 1165.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.076, - "amount_krw": 12328.0, - "leg_id": 41, - "bb_pos": 0.094, - "rsi": 26.9, - "pivot_kind": "trough", - "forward_return_pct": -9.36 - }, - { - "dt": "2025-11-11 02:00:00", - "action": "buy", - "price": 1201.0, - "memo": "저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#41", - "weight": 0.074, - "amount_krw": 12991.0, - "leg_id": 41, - "bb_pos": 0.17, - "rsi": 18.8, - "pivot_kind": "trough", - "forward_return_pct": -12.07 - }, - { - "dt": "2025-11-12 09:57:00", - "action": "buy", - "price": 1147.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.077, - "amount_krw": 14688.0, - "leg_id": 41, - "bb_pos": 0.172, - "rsi": 47.8, - "pivot_kind": "trough", - "forward_return_pct": -7.93 - }, - { - "dt": "2025-11-13 02:21:00", - "action": "buy", - "price": 1122.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.079, - "amount_krw": 16565.0, - "leg_id": 41, - "bb_pos": 0.184, - "rsi": 29.0, - "pivot_kind": "trough", - "forward_return_pct": -5.88 - }, - { - "dt": "2025-11-14 03:33:00", - "action": "buy", - "price": 1101.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.08, - "amount_krw": 18675.0, - "leg_id": 41, - "bb_pos": 0.153, - "rsi": 36.1, - "pivot_kind": "trough", - "forward_return_pct": -4.09 - }, - { - "dt": "2025-11-14 13:39:00", - "action": "buy", - "price": 1070.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.083, - "amount_krw": 21882.0, - "leg_id": 41, - "bb_pos": 0.0, - "rsi": 18.6, - "pivot_kind": "trough", - "forward_return_pct": -1.31 - }, - { - "dt": "2025-11-14 21:39:00", - "action": "buy", - "price": 1064.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.083, - "amount_krw": 25292.0, - "leg_id": 41, - "bb_pos": 0.0, - "rsi": 29.4, - "pivot_kind": "trough", - "forward_return_pct": -0.75 - }, - { - "dt": "2025-11-15 08:06:00", - "action": "buy", - "price": 1058.0, - "memo": "저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41", - "weight": 0.084, - "amount_krw": 30322.0, - "leg_id": 41, - "bb_pos": 0.0, - "rsi": 28.8, - "pivot_kind": "trough", - "forward_return_pct": -0.19 - }, - { - "dt": "2025-11-17 02:54:00", - "action": "buy", - "price": 988.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41", - "weight": 0.09, - "amount_krw": 39844.0, - "leg_id": 41, - "bb_pos": 0.244, - "rsi": 39.3, - "pivot_kind": "trough", - "forward_return_pct": 6.88 - }, - { - "dt": "2025-11-17 22:51:00", - "action": "buy", - "price": 985.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41", - "weight": 0.09, - "amount_krw": 52875.0, - "leg_id": 41, - "bb_pos": 0.058, - "rsi": 10.7, - "pivot_kind": "trough", - "forward_return_pct": 7.21 - }, - { - "dt": "2025-11-18 09:42:00", - "action": "buy", - "price": 960.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41", - "weight": 0.092, - "amount_krw": 80199.0, - "leg_id": 41, - "bb_pos": 0.0, - "rsi": 25.9, - "pivot_kind": "trough", - "forward_return_pct": 10.0 - }, - { - "dt": "2025-11-20 04:24:00", - "action": "buy", - "price": 950.0, - "memo": "저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41", - "weight": 0.093, - "amount_krw": 161110.0, - "leg_id": 41, - "bb_pos": 0.328, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": 11.16 - }, - { - "dt": "2025-11-20 22:15:00", - "action": "sell", - "price": 1056.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#41", - "weight": 0.65, - "amount_krw": 333556.0, - "leg_id": 41, - "bb_pos": 0.887, - "rsi": 68.3, - "pivot_kind": "peak", - "forward_return_pct": -0.53 - }, - { - "dt": "2025-11-20 22:51:00", - "action": "sell", - "price": 1053.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#41", - "weight": 0.35, - "amount_krw": 179097.0, - "leg_id": 41, - "bb_pos": 0.518, - "rsi": 47.8, - "pivot_kind": "peak", - "forward_return_pct": -0.81 - }, - { - "dt": "2025-11-21 04:00:00", - "action": "buy", - "price": 960.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.085, - "amount_krw": 13910.0, - "leg_id": 42, - "bb_pos": 0.174, - "rsi": 15.0, - "pivot_kind": "trough", - "forward_return_pct": 2.29 - }, - { - "dt": "2025-11-21 21:27:00", - "action": "buy", - "price": 871.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.094, - "amount_krw": 16805.0, - "leg_id": 42, - "bb_pos": 0.0, - "rsi": 23.5, - "pivot_kind": "trough", - "forward_return_pct": 12.74 - }, - { - "dt": "2025-11-22 01:15:00", - "action": "buy", - "price": 891.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.092, - "amount_krw": 18334.0, - "leg_id": 42, - "bb_pos": 0.182, - "rsi": 31.2, - "pivot_kind": "trough", - "forward_return_pct": 10.21 - }, - { - "dt": "2025-11-22 08:00:00", - "action": "buy", - "price": 865.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.095, - "amount_krw": 21312.0, - "leg_id": 42, - "bb_pos": 0.098, - "rsi": 13.5, - "pivot_kind": "trough", - "forward_return_pct": 13.53 - }, - { - "dt": "2025-11-22 14:39:00", - "action": "buy", - "price": 880.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.093, - "amount_krw": 23998.0, - "leg_id": 42, - "bb_pos": 0.206, - "rsi": 40.5, - "pivot_kind": "trough", - "forward_return_pct": 11.59 - }, - { - "dt": "2025-11-24 09:18:00", - "action": "buy", - "price": 911.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.09, - "amount_krw": 27244.0, - "leg_id": 42, - "bb_pos": 0.0, - "rsi": 22.7, - "pivot_kind": "trough", - "forward_return_pct": 7.79 - }, - { - "dt": "2025-11-24 23:27:00", - "action": "buy", - "price": 901.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.091, - "amount_krw": 33029.0, - "leg_id": 42, - "bb_pos": 0.218, - "rsi": 14.3, - "pivot_kind": "trough", - "forward_return_pct": 8.99 - }, - { - "dt": "2025-11-25 23:48:00", - "action": "buy", - "price": 925.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.088, - "amount_krw": 40065.0, - "leg_id": 42, - "bb_pos": 0.0, - "rsi": 24.1, - "pivot_kind": "trough", - "forward_return_pct": 6.16 - }, - { - "dt": "2025-11-27 00:45:00", - "action": "buy", - "price": 925.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.088, - "amount_krw": 53027.0, - "leg_id": 42, - "bb_pos": 0.081, - "rsi": 36.0, - "pivot_kind": "trough", - "forward_return_pct": 6.16 - }, - { - "dt": "2025-11-28 11:27:00", - "action": "buy", - "price": 953.0, - "memo": "저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42", - "weight": 0.086, - "amount_krw": 76784.0, - "leg_id": 42, - "bb_pos": 0.217, - "rsi": 26.3, - "pivot_kind": "trough", - "forward_return_pct": 3.04 - }, - { - "dt": "2025-12-02 02:30:00", - "action": "buy", - "price": 836.0, - "memo": "저점 분할 매수 · 비중 10% · 11회 · BB하단 · leg#42", - "weight": 0.098, - "amount_krw": 162209.0, - "leg_id": 42, - "bb_pos": 0.245, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 17.46 - }, - { - "dt": "2025-12-03 01:00:00", - "action": "sell", - "price": 982.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#42", - "weight": 0.65, - "amount_krw": 349835.0, - "leg_id": 42, - "bb_pos": 0.861, - "rsi": 71.8, - "pivot_kind": "peak", - "forward_return_pct": 9.1 - }, - { - "dt": "2025-12-03 01:51:00", - "action": "sell", - "price": 981.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#42", - "weight": 0.35, - "amount_krw": 188181.0, - "leg_id": 42, - "bb_pos": 0.798, - "rsi": 50.0, - "pivot_kind": "peak", - "forward_return_pct": 8.98 - }, - { - "dt": "2025-12-03 23:03:00", - "action": "buy", - "price": 923.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#43", - "weight": 0.187, - "amount_krw": 31076.0, - "leg_id": 43, - "bb_pos": 0.0, - "rsi": 9.5, - "pivot_kind": "trough", - "forward_return_pct": -0.43 - }, - { - "dt": "2025-12-06 05:45:00", - "action": "buy", - "price": 846.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#43", - "weight": 0.204, - "amount_krw": 41666.0, - "leg_id": 43, - "bb_pos": 0.061, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 8.63 - }, - { - "dt": "2025-12-07 23:54:00", - "action": "buy", - "price": 835.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#43", - "weight": 0.206, - "amount_krw": 56153.0, - "leg_id": 43, - "bb_pos": 0.25, - "rsi": 30.6, - "pivot_kind": "trough", - "forward_return_pct": 10.06 - }, - { - "dt": "2025-12-08 08:03:00", - "action": "buy", - "price": 840.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#43", - "weight": 0.205, - "amount_krw": 84463.0, - "leg_id": 43, - "bb_pos": 0.303, - "rsi": 52.4, - "pivot_kind": "trough", - "forward_return_pct": 9.4 - }, - { - "dt": "2025-12-09 04:15:00", - "action": "buy", - "price": 868.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#43", - "weight": 0.198, - "amount_krw": 166391.0, - "leg_id": 43, - "bb_pos": 0.164, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 5.88 - }, - { - "dt": "2025-12-09 13:03:00", - "action": "sell", - "price": 919.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#43", - "weight": 0.65, - "amount_krw": 264276.0, - "leg_id": 43, - "bb_pos": 1.0, - "rsi": 87.1, - "pivot_kind": "peak", - "forward_return_pct": 6.7 - }, - { - "dt": "2025-12-09 13:18:00", - "action": "sell", - "price": 918.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#43", - "weight": 0.35, - "amount_krw": 142148.0, - "leg_id": 43, - "bb_pos": 0.865, - "rsi": 69.7, - "pivot_kind": "peak", - "forward_return_pct": 6.59 - }, - { - "dt": "2025-12-09 18:39:00", - "action": "buy", - "price": 876.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#44", - "weight": 1.0, - "amount_krw": 167497.0, - "leg_id": 44, - "bb_pos": 0.11, - "rsi": 23.5, - "pivot_kind": "trough", - "forward_return_pct": 9.7 - }, - { - "dt": "2025-12-11 05:15:00", - "action": "sell", - "price": 961.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#44", - "weight": 0.65, - "amount_krw": 119437.0, - "leg_id": 44, - "bb_pos": 1.0, - "rsi": 66.0, - "pivot_kind": "peak", - "forward_return_pct": 9.7 - }, - { - "dt": "2025-12-11 05:33:00", - "action": "sell", - "price": 953.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#44", - "weight": 0.35, - "amount_krw": 63777.0, - "leg_id": 44, - "bb_pos": 0.591, - "rsi": 58.8, - "pivot_kind": "peak", - "forward_return_pct": 8.79 - }, - { - "dt": "2025-12-11 13:00:00", - "action": "buy", - "price": 866.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45", - "weight": 0.13, - "amount_krw": 21876.0, - "leg_id": 45, - "bb_pos": 0.194, - "rsi": 46.2, - "pivot_kind": "trough", - "forward_return_pct": -9.47 - }, - { - "dt": "2025-12-13 01:36:00", - "action": "buy", - "price": 848.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45", - "weight": 0.132, - "amount_krw": 25528.0, - "leg_id": 45, - "bb_pos": 0.248, - "rsi": 31.6, - "pivot_kind": "trough", - "forward_return_pct": -7.55 - }, - { - "dt": "2025-12-15 08:30:00", - "action": "buy", - "price": 835.0, - "memo": "저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45", - "weight": 0.134, - "amount_krw": 30543.0, - "leg_id": 45, - "bb_pos": 0.649, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": -6.11 - }, - { - "dt": "2025-12-16 16:51:00", - "action": "buy", - "price": 776.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#45", - "weight": 0.145, - "amount_krw": 40317.0, - "leg_id": 45, - "bb_pos": 0.089, - "rsi": 9.5, - "pivot_kind": "trough", - "forward_return_pct": 1.03 - }, - { - "dt": "2025-12-17 17:30:00", - "action": "buy", - "price": 763.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#45", - "weight": 0.147, - "amount_krw": 53755.0, - "leg_id": 45, - "bb_pos": 0.009, - "rsi": 12.5, - "pivot_kind": "trough", - "forward_return_pct": 2.75 - }, - { - "dt": "2025-12-18 15:00:00", - "action": "buy", - "price": 731.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#45", - "weight": 0.154, - "amount_krw": 82678.0, - "leg_id": 45, - "bb_pos": 0.22, - "rsi": 42.9, - "pivot_kind": "trough", - "forward_return_pct": 7.25 - }, - { - "dt": "2025-12-19 10:48:00", - "action": "buy", - "price": 708.0, - "memo": "저점 분할 매수 · 비중 16% · 7회 · BB하단 · leg#45", - "weight": 0.158, - "amount_krw": 167125.0, - "leg_id": 45, - "bb_pos": 0.29, - "rsi": 45.5, - "pivot_kind": "trough", - "forward_return_pct": 10.73 - }, - { - "dt": "2025-12-20 05:48:00", - "action": "sell", - "price": 784.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#45", - "weight": 0.65, - "amount_krw": 287162.0, - "leg_id": 45, - "bb_pos": 0.771, - "rsi": 54.5, - "pivot_kind": "peak", - "forward_return_pct": -0.19 - }, - { - "dt": "2025-12-20 06:00:00", - "action": "sell", - "price": 783.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#45", - "weight": 0.35, - "amount_krw": 154429.0, - "leg_id": 45, - "bb_pos": 0.674, - "rsi": 56.5, - "pivot_kind": "peak", - "forward_return_pct": -0.32 - }, - { - "dt": "2025-12-21 22:54:00", - "action": "buy", - "price": 741.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#46", - "weight": 0.192, - "amount_krw": 649236.0, - "leg_id": 46, - "bb_pos": 0.164, - "rsi": 14.3, - "pivot_kind": "trough", - "forward_return_pct": 16.06 - }, - { - "dt": "2025-12-24 23:36:00", - "action": "buy", - "price": 708.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46", - "weight": 0.201, - "amount_krw": 833711.0, - "leg_id": 46, - "bb_pos": 0.02, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 21.47 - }, - { - "dt": "2025-12-26 08:36:00", - "action": "buy", - "price": 704.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46", - "weight": 0.202, - "amount_krw": 1111980.0, - "leg_id": 46, - "bb_pos": 0.14, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 22.16 - }, - { - "dt": "2025-12-27 01:54:00", - "action": "buy", - "price": 711.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46", - "weight": 0.2, - "amount_krw": 788202.0, - "leg_id": 46, - "bb_pos": 0.4, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": 20.96 - }, - { - "dt": "2026-01-01 02:54:00", - "action": "buy", - "price": 689.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#46", - "weight": 0.206, - "amount_krw": 0, - "leg_id": 46, - "bb_pos": 0.287, - "rsi": 45.5, - "pivot_kind": "trough", - "forward_return_pct": 24.82 - }, - { - "dt": "2026-01-03 15:21:00", - "action": "sell", - "price": 860.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#46", - "weight": 0.65, - "amount_krw": 2650677.0, - "leg_id": 46, - "bb_pos": 1.0, - "rsi": 88.0, - "pivot_kind": "peak", - "forward_return_pct": 21.09 - }, - { - "dt": "2026-01-03 15:33:00", - "action": "sell", - "price": 854.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#46", - "weight": 0.35, - "amount_krw": 1417330.0, - "leg_id": 46, - "bb_pos": 0.761, - "rsi": 77.0, - "pivot_kind": "peak", - "forward_return_pct": 20.25 - }, - { - "dt": "2026-01-03 17:03:00", - "action": "buy", - "price": 806.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#47", - "weight": 0.343, - "amount_krw": 69731.0, - "leg_id": 47, - "bb_pos": 0.171, - "rsi": 30.8, - "pivot_kind": "trough", - "forward_return_pct": 17.74 - }, - { - "dt": "2026-01-04 05:03:00", - "action": "buy", - "price": 828.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#47", - "weight": 0.334, - "amount_krw": 103399.0, - "leg_id": 47, - "bb_pos": 0.516, - "rsi": 53.8, - "pivot_kind": "trough", - "forward_return_pct": 14.61 - }, - { - "dt": "2026-01-05 13:33:00", - "action": "buy", - "price": 855.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#47", - "weight": 0.323, - "amount_krw": 203675.0, - "leg_id": 47, - "bb_pos": 0.0, - "rsi": 12.0, - "pivot_kind": "trough", - "forward_return_pct": 10.99 - }, - { - "dt": "2026-01-06 04:12:00", - "action": "sell", - "price": 949.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#47", - "weight": 0.65, - "amount_krw": 277341.0, - "leg_id": 47, - "bb_pos": 1.0, - "rsi": 83.8, - "pivot_kind": "peak", - "forward_return_pct": 14.45 - }, - { - "dt": "2026-01-06 04:33:00", - "action": "sell", - "price": 928.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#47", - "weight": 0.35, - "amount_krw": 146033.0, - "leg_id": 47, - "bb_pos": 0.334, - "rsi": 48.9, - "pivot_kind": "peak", - "forward_return_pct": 11.92 - }, - { - "dt": "2026-01-06 16:48:00", - "action": "buy", - "price": 897.0, - "memo": "저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48", - "weight": 0.118, - "amount_krw": 24262.0, - "leg_id": 48, - "bb_pos": 0.02, - "rsi": 16.7, - "pivot_kind": "trough", - "forward_return_pct": 2.23 - }, - { - "dt": "2026-01-07 02:57:00", - "action": "buy", - "price": 887.0, - "memo": "저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48", - "weight": 0.12, - "amount_krw": 27972.0, - "leg_id": 48, - "bb_pos": 0.0, - "rsi": 24.3, - "pivot_kind": "trough", - "forward_return_pct": 3.38 - }, - { - "dt": "2026-01-07 11:00:00", - "action": "buy", - "price": 891.0, - "memo": "저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48", - "weight": 0.119, - "amount_krw": 32109.0, - "leg_id": 48, - "bb_pos": 0.158, - "rsi": 35.0, - "pivot_kind": "trough", - "forward_return_pct": 2.92 - }, - { - "dt": "2026-01-08 23:42:00", - "action": "buy", - "price": 830.0, - "memo": "저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48", - "weight": 0.128, - "amount_krw": 40871.0, - "leg_id": 48, - "bb_pos": 0.572, - "rsi": 47.4, - "pivot_kind": "trough", - "forward_return_pct": 10.48 - }, - { - "dt": "2026-01-10 15:18:00", - "action": "buy", - "price": 838.0, - "memo": "저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48", - "weight": 0.127, - "amount_krw": 50645.0, - "leg_id": 48, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 9.43 - }, - { - "dt": "2026-01-12 08:03:00", - "action": "buy", - "price": 823.0, - "memo": "저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48", - "weight": 0.129, - "amount_krw": 68229.0, - "leg_id": 48, - "bb_pos": 0.223, - "rsi": 43.8, - "pivot_kind": "trough", - "forward_return_pct": 11.42 - }, - { - "dt": "2026-01-12 23:24:00", - "action": "buy", - "price": 821.0, - "memo": "저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48", - "weight": 0.129, - "amount_krw": 102197.0, - "leg_id": 48, - "bb_pos": 0.085, - "rsi": 35.3, - "pivot_kind": "trough", - "forward_return_pct": 11.69 - }, - { - "dt": "2026-01-13 08:03:00", - "action": "buy", - "price": 818.0, - "memo": "저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48", - "weight": 0.13, - "amount_krw": 205122.0, - "leg_id": 48, - "bb_pos": 0.0, - "rsi": 46.2, - "pivot_kind": "trough", - "forward_return_pct": 12.1 - }, - { - "dt": "2026-01-14 07:48:00", - "action": "sell", - "price": 917.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#48", - "weight": 0.65, - "amount_krw": 394847.0, - "leg_id": 48, - "bb_pos": 0.783, - "rsi": 91.9, - "pivot_kind": "peak", - "forward_return_pct": 7.96 - }, - { - "dt": "2026-01-14 08:03:00", - "action": "sell", - "price": 916.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#48", - "weight": 0.35, - "amount_krw": 212378.0, - "leg_id": 48, - "bb_pos": 0.718, - "rsi": 73.7, - "pivot_kind": "peak", - "forward_return_pct": 7.84 - }, - { - "dt": "2026-01-15 12:54:00", - "action": "buy", - "price": 848.0, - "memo": "저점 분할 매수 · 비중 8% · 10회 · BB하단 · leg#49", - "weight": 0.084, - "amount_krw": 350060.0, - "leg_id": 49, - "bb_pos": 0.243, - "rsi": 20.8, - "pivot_kind": "trough", - "forward_return_pct": 7.9 - }, - { - "dt": "2026-01-17 00:45:00", - "action": "buy", - "price": 801.0, - "memo": "저점 분할 매수 · 비중 9% · 10회 · BB하단 · leg#49", - "weight": 0.088, - "amount_krw": 398479.0, - "leg_id": 49, - "bb_pos": 0.078, - "rsi": 23.1, - "pivot_kind": "trough", - "forward_return_pct": 14.23 - }, - { - "dt": "2026-01-19 09:00:00", - "action": "buy", - "price": 712.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.099, - "amount_krw": 486223.0, - "leg_id": 49, - "bb_pos": 0.093, - "rsi": 12.8, - "pivot_kind": "trough", - "forward_return_pct": 28.51 - }, - { - "dt": "2026-01-21 08:24:00", - "action": "buy", - "price": 694.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.102, - "amount_krw": 564941.0, - "leg_id": 49, - "bb_pos": 0.434, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 31.84 - }, - { - "dt": "2026-01-21 22:36:00", - "action": "buy", - "price": 699.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.101, - "amount_krw": 652300.0, - "leg_id": 49, - "bb_pos": 0.292, - "rsi": 36.4, - "pivot_kind": "trough", - "forward_return_pct": 30.9 - }, - { - "dt": "2026-01-22 02:30:00", - "action": "buy", - "price": 690.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.103, - "amount_krw": 786997.0, - "leg_id": 49, - "bb_pos": 0.206, - "rsi": 31.0, - "pivot_kind": "trough", - "forward_return_pct": 32.61 - }, - { - "dt": "2026-01-23 00:27:00", - "action": "buy", - "price": 694.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.102, - "amount_krw": 926299.0, - "leg_id": 49, - "bb_pos": 0.0, - "rsi": 30.4, - "pivot_kind": "trough", - "forward_return_pct": 31.84 - }, - { - "dt": "2026-01-24 00:00:00", - "action": "buy", - "price": 688.0, - "memo": "저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49", - "weight": 0.103, - "amount_krw": 0, - "leg_id": 49, - "bb_pos": 0.19, - "rsi": 23.8, - "pivot_kind": "trough", - "forward_return_pct": 32.99 - }, - { - "dt": "2026-01-26 05:33:00", - "action": "buy", - "price": 645.0, - "memo": "저점 분할 매수 · 비중 11% · 10회 · BB하단 · leg#49", - "weight": 0.11, - "amount_krw": 0, - "leg_id": 49, - "bb_pos": 0.06, - "rsi": 42.1, - "pivot_kind": "trough", - "forward_return_pct": 41.86 - }, - { - "dt": "2026-01-28 02:48:00", - "action": "buy", - "price": 656.0, - "memo": "저점 분할 매수 · 비중 11% · 10회 · BB하단 · leg#49", - "weight": 0.108, - "amount_krw": 0, - "leg_id": 49, - "bb_pos": 0.152, - "rsi": 16.7, - "pivot_kind": "trough", - "forward_return_pct": 39.48 - }, - { - "dt": "2026-01-29 07:48:00", - "action": "sell", - "price": 915.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#49", - "weight": 0.65, - "amount_krw": 3458892.0, - "leg_id": 49, - "bb_pos": 0.972, - "rsi": 93.1, - "pivot_kind": "peak", - "forward_return_pct": 29.22 - }, - { - "dt": "2026-01-29 08:18:00", - "action": "sell", - "price": 913.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#49", - "weight": 0.35, - "amount_krw": 1858409.0, - "leg_id": 49, - "bb_pos": 0.757, - "rsi": 64.6, - "pivot_kind": "peak", - "forward_return_pct": 28.93 - }, - { - "dt": "2026-01-30 00:12:00", - "action": "buy", - "price": 693.0, - "memo": "저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#50", - "weight": 0.233, - "amount_krw": 61916.0, - "leg_id": 50, - "bb_pos": 0.161, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": -10.25 - }, - { - "dt": "2026-01-30 11:24:00", - "action": "buy", - "price": 662.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#50", - "weight": 0.244, - "amount_krw": 84491.0, - "leg_id": 50, - "bb_pos": 0.194, - "rsi": 26.3, - "pivot_kind": "trough", - "forward_return_pct": -6.04 - }, - { - "dt": "2026-01-30 18:21:00", - "action": "buy", - "price": 669.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#50", - "weight": 0.241, - "amount_krw": 122420.0, - "leg_id": 50, - "bb_pos": 0.091, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": -7.03 - }, - { - "dt": "2026-02-01 03:42:00", - "action": "buy", - "price": 572.0, - "memo": "저점 분할 매수 · 비중 28% · 4회 · BB하단 · leg#50", - "weight": 0.282, - "amount_krw": 263723.0, - "leg_id": 50, - "bb_pos": 0.0, - "rsi": 24.0, - "pivot_kind": "trough", - "forward_return_pct": 8.74 - }, - { - "dt": "2026-02-01 09:54:00", - "action": "sell", - "price": 622.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#50", - "weight": 0.65, - "amount_krw": 348110.0, - "leg_id": 50, - "bb_pos": 0.809, - "rsi": 47.4, - "pivot_kind": "peak", - "forward_return_pct": -3.65 - }, - { - "dt": "2026-02-01 11:00:00", - "action": "sell", - "price": 614.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#50", - "weight": 0.35, - "amount_krw": 185033.0, - "leg_id": 50, - "bb_pos": 0.594, - "rsi": 68.8, - "pivot_kind": "peak", - "forward_return_pct": -4.88 - }, - { - "dt": "2026-02-02 08:09:00", - "action": "buy", - "price": 570.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51", - "weight": 0.203, - "amount_krw": 53998.0, - "leg_id": 51, - "bb_pos": 0.0, - "rsi": 38.5, - "pivot_kind": "trough", - "forward_return_pct": 9.82 - }, - { - "dt": "2026-02-02 12:36:00", - "action": "buy", - "price": 574.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51", - "weight": 0.202, - "amount_krw": 67440.0, - "leg_id": 51, - "bb_pos": 0.104, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 9.06 - }, - { - "dt": "2026-02-02 15:36:00", - "action": "buy", - "price": 572.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51", - "weight": 0.202, - "amount_krw": 90366.0, - "leg_id": 51, - "bb_pos": 0.125, - "rsi": 40.9, - "pivot_kind": "trough", - "forward_return_pct": 9.44 - }, - { - "dt": "2026-02-03 12:00:00", - "action": "buy", - "price": 590.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51", - "weight": 0.196, - "amount_krw": 133030.0, - "leg_id": 51, - "bb_pos": 0.103, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 6.1 - }, - { - "dt": "2026-02-04 03:21:00", - "action": "buy", - "price": 590.0, - "memo": "저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51", - "weight": 0.196, - "amount_krw": 266057.0, - "leg_id": 51, - "bb_pos": 0.134, - "rsi": 23.1, - "pivot_kind": "trough", - "forward_return_pct": 6.1 - }, - { - "dt": "2026-02-04 04:33:00", - "action": "sell", - "price": 626.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#51", - "weight": 0.65, - "amount_krw": 425872.0, - "leg_id": 51, - "bb_pos": 0.97, - "rsi": 87.8, - "pivot_kind": "peak", - "forward_return_pct": 8.11 - }, - { - "dt": "2026-02-04 06:03:00", - "action": "sell", - "price": 626.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#51", - "weight": 0.35, - "amount_krw": 229316.0, - "leg_id": 51, - "bb_pos": 0.819, - "rsi": 77.8, - "pivot_kind": "peak", - "forward_return_pct": 8.11 - }, - { - "dt": "2026-02-05 01:36:00", - "action": "buy", - "price": 588.0, - "memo": "저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#52", - "weight": 0.148, - "amount_krw": 793038.0, - "leg_id": 52, - "bb_pos": 0.0, - "rsi": 42.9, - "pivot_kind": "trough", - "forward_return_pct": 6.12 - }, - { - "dt": "2026-02-06 07:21:00", - "action": "buy", - "price": 503.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52", - "weight": 0.173, - "amount_krw": 1064667.0, - "leg_id": 52, - "bb_pos": 0.064, - "rsi": 34.3, - "pivot_kind": "trough", - "forward_return_pct": 24.06 - }, - { - "dt": "2026-02-06 09:18:00", - "action": "buy", - "price": 461.0, - "memo": "저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#52", - "weight": 0.188, - "amount_krw": 1411316.0, - "leg_id": 52, - "bb_pos": 0.0, - "rsi": 15.1, - "pivot_kind": "trough", - "forward_return_pct": 35.36 - }, - { - "dt": "2026-02-06 12:21:00", - "action": "buy", - "price": 504.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52", - "weight": 0.172, - "amount_krw": 1883662.0, - "leg_id": 52, - "bb_pos": 0.423, - "rsi": 43.8, - "pivot_kind": "trough", - "forward_return_pct": 23.81 - }, - { - "dt": "2026-02-06 16:15:00", - "action": "buy", - "price": 509.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52", - "weight": 0.171, - "amount_krw": 203005.0, - "leg_id": 52, - "bb_pos": 0.178, - "rsi": 23.8, - "pivot_kind": "trough", - "forward_return_pct": 22.59 - }, - { - "dt": "2026-02-07 10:21:00", - "action": "buy", - "price": 587.0, - "memo": "저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#52", - "weight": 0.148, - "amount_krw": 0, - "leg_id": 52, - "bb_pos": 0.097, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 6.3 - }, - { - "dt": "2026-02-07 13:18:00", - "action": "sell", - "price": 624.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#52", - "weight": 0.65, - "amount_krw": 4324920.0, - "leg_id": 52, - "bb_pos": 1.0, - "rsi": 76.9, - "pivot_kind": "peak", - "forward_return_pct": 19.7 - }, - { - "dt": "2026-02-07 13:33:00", - "action": "sell", - "price": 615.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#52", - "weight": 0.35, - "amount_krw": 2295214.0, - "leg_id": 52, - "bb_pos": 0.62, - "rsi": 60.5, - "pivot_kind": "peak", - "forward_return_pct": 17.97 - }, - { - "dt": "2026-02-07 20:24:00", - "action": "buy", - "price": 575.0, - "memo": "저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#53", - "weight": 0.16, - "amount_krw": 1057634.0, - "leg_id": 53, - "bb_pos": 0.033, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 11.48 - }, - { - "dt": "2026-02-09 19:30:00", - "action": "buy", - "price": 556.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53", - "weight": 0.165, - "amount_krw": 1291228.0, - "leg_id": 53, - "bb_pos": 0.088, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 15.29 - }, - { - "dt": "2026-02-10 15:45:00", - "action": "buy", - "price": 561.0, - "memo": "저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#53", - "weight": 0.164, - "amount_krw": 1601550.0, - "leg_id": 53, - "bb_pos": 0.0, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 14.26 - }, - { - "dt": "2026-02-11 19:15:00", - "action": "buy", - "price": 536.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53", - "weight": 0.172, - "amount_krw": 2158498.0, - "leg_id": 53, - "bb_pos": 0.022, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 19.59 - }, - { - "dt": "2026-02-12 00:06:00", - "action": "buy", - "price": 536.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53", - "weight": 0.172, - "amount_krw": 504608.0, - "leg_id": 53, - "bb_pos": 0.182, - "rsi": 20.0, - "pivot_kind": "trough", - "forward_return_pct": 19.59 - }, - { - "dt": "2026-02-13 05:51:00", - "action": "buy", - "price": 549.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53", - "weight": 0.168, - "amount_krw": 0, - "leg_id": 53, - "bb_pos": 0.0, - "rsi": 30.8, - "pivot_kind": "trough", - "forward_return_pct": 16.76 - }, - { - "dt": "2026-02-15 04:39:00", - "action": "sell", - "price": 641.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#53", - "weight": 0.65, - "amount_krw": 4993554.0, - "leg_id": 53, - "bb_pos": 1.0, - "rsi": 76.2, - "pivot_kind": "peak", - "forward_return_pct": 16.16 - }, - { - "dt": "2026-02-15 06:18:00", - "action": "sell", - "price": 641.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#53", - "weight": 0.35, - "amount_krw": 2688837.0, - "leg_id": 53, - "bb_pos": 0.89, - "rsi": 72.7, - "pivot_kind": "peak", - "forward_return_pct": 16.16 - }, - { - "dt": "2026-02-17 23:45:00", - "action": "buy", - "price": 574.0, - "memo": "저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#54", - "weight": 0.159, - "amount_krw": 60983.0, - "leg_id": 54, - "bb_pos": 0.0, - "rsi": 22.7, - "pivot_kind": "trough", - "forward_return_pct": 8.71 - }, - { - "dt": "2026-02-19 22:42:00", - "action": "buy", - "price": 545.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54", - "weight": 0.168, - "amount_krw": 76572.0, - "leg_id": 54, - "bb_pos": 0.056, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 14.5 - }, - { - "dt": "2026-02-20 22:36:00", - "action": "buy", - "price": 552.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54", - "weight": 0.166, - "amount_krw": 94540.0, - "leg_id": 54, - "bb_pos": 0.05, - "rsi": 23.5, - "pivot_kind": "trough", - "forward_return_pct": 13.04 - }, - { - "dt": "2026-02-23 10:51:00", - "action": "buy", - "price": 537.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54", - "weight": 0.17, - "amount_krw": 128350.0, - "leg_id": 54, - "bb_pos": 0.376, - "rsi": 45.0, - "pivot_kind": "trough", - "forward_return_pct": 16.2 - }, - { - "dt": "2026-02-24 13:15:00", - "action": "buy", - "price": 536.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54", - "weight": 0.171, - "amount_krw": 194021.0, - "leg_id": 54, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 16.42 - }, - { - "dt": "2026-02-25 06:15:00", - "action": "buy", - "price": 548.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54", - "weight": 0.167, - "amount_krw": 384111.0, - "leg_id": 54, - "bb_pos": 0.078, - "rsi": 30.8, - "pivot_kind": "trough", - "forward_return_pct": 13.87 - }, - { - "dt": "2026-02-26 04:36:00", - "action": "sell", - "price": 624.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#54", - "weight": 0.65, - "amount_krw": 697605.0, - "leg_id": 54, - "bb_pos": 0.955, - "rsi": 71.1, - "pivot_kind": "peak", - "forward_return_pct": 13.79 - }, - { - "dt": "2026-02-26 04:54:00", - "action": "sell", - "price": 621.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#54", - "weight": 0.35, - "amount_krw": 373828.0, - "leg_id": 54, - "bb_pos": 0.789, - "rsi": 65.6, - "pivot_kind": "peak", - "forward_return_pct": 13.24 - }, - { - "dt": "2026-02-27 01:48:00", - "action": "buy", - "price": 565.0, - "memo": "저점 분할 매수 · 비중 48% · 2회 · BB하단 · leg#55", - "weight": 0.485, - "amount_krw": 189402.0, - "leg_id": 55, - "bb_pos": 0.0, - "rsi": 28.0, - "pivot_kind": "trough", - "forward_return_pct": 4.6 - }, - { - "dt": "2026-02-28 18:06:00", - "action": "buy", - "price": 532.0, - "memo": "저점 분할 매수 · 비중 52% · 2회 · BB하단 · leg#55", - "weight": 0.515, - "amount_krw": 389962.0, - "leg_id": 55, - "bb_pos": 0.144, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 11.09 - }, - { - "dt": "2026-03-01 11:45:00", - "action": "sell", - "price": 591.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#55", - "weight": 0.65, - "amount_krw": 410363.0, - "leg_id": 55, - "bb_pos": 0.729, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 7.85 - }, - { - "dt": "2026-03-01 12:00:00", - "action": "sell", - "price": 587.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#55", - "weight": 0.35, - "amount_krw": 219469.0, - "leg_id": 55, - "bb_pos": 0.321, - "rsi": 46.7, - "pivot_kind": "peak", - "forward_return_pct": 7.12 - }, - { - "dt": "2026-03-02 05:39:00", - "action": "buy", - "price": 549.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#56", - "weight": 1.0, - "amount_krw": 393013.0, - "leg_id": 56, - "bb_pos": 0.167, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 10.38 - }, - { - "dt": "2026-03-03 03:06:00", - "action": "sell", - "price": 606.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#56", - "weight": 0.65, - "amount_krw": 281981.0, - "leg_id": 56, - "bb_pos": 1.0, - "rsi": 71.8, - "pivot_kind": "peak", - "forward_return_pct": 10.38 - }, - { - "dt": "2026-03-03 03:15:00", - "action": "sell", - "price": 606.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#56", - "weight": 0.35, - "amount_krw": 151836.0, - "leg_id": 56, - "bb_pos": 0.916, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 10.38 - }, - { - "dt": "2026-03-04 12:33:00", - "action": "buy", - "price": 567.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#57", - "weight": 1.0, - "amount_krw": 395033.0, - "leg_id": 57, - "bb_pos": 0.0, - "rsi": 23.5, - "pivot_kind": "trough", - "forward_return_pct": 12.52 - }, - { - "dt": "2026-03-05 00:54:00", - "action": "sell", - "price": 638.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#57", - "weight": 0.65, - "amount_krw": 288924.0, - "leg_id": 57, - "bb_pos": 0.941, - "rsi": 83.8, - "pivot_kind": "peak", - "forward_return_pct": 12.52 - }, - { - "dt": "2026-03-05 01:00:00", - "action": "sell", - "price": 638.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#57", - "weight": 0.35, - "amount_krw": 155575.0, - "leg_id": 57, - "bb_pos": 0.838, - "rsi": 74.4, - "pivot_kind": "peak", - "forward_return_pct": 12.52 - }, - { - "dt": "2026-03-06 03:00:00", - "action": "buy", - "price": 591.0, - "memo": "저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#58", - "weight": 0.149, - "amount_krw": 59225.0, - "leg_id": 58, - "bb_pos": 0.221, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 0.17 - }, - { - "dt": "2026-03-10 04:12:00", - "action": "buy", - "price": 530.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58", - "weight": 0.166, - "amount_krw": 77475.0, - "leg_id": 58, - "bb_pos": 0.34, - "rsi": 37.5, - "pivot_kind": "trough", - "forward_return_pct": 11.7 - }, - { - "dt": "2026-03-11 16:42:00", - "action": "buy", - "price": 515.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58", - "weight": 0.171, - "amount_krw": 99103.0, - "leg_id": 58, - "bb_pos": 0.0, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 14.95 - }, - { - "dt": "2026-03-12 12:45:00", - "action": "buy", - "price": 512.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58", - "weight": 0.172, - "amount_krw": 132822.0, - "leg_id": 58, - "bb_pos": 0.262, - "rsi": 44.4, - "pivot_kind": "trough", - "forward_return_pct": 15.62 - }, - { - "dt": "2026-03-12 23:39:00", - "action": "buy", - "price": 510.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58", - "weight": 0.172, - "amount_krw": 199585.0, - "leg_id": 58, - "bb_pos": 0.0, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 16.08 - }, - { - "dt": "2026-03-14 21:57:00", - "action": "buy", - "price": 516.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58", - "weight": 0.17, - "amount_krw": 397172.0, - "leg_id": 58, - "bb_pos": 0.257, - "rsi": 20.0, - "pivot_kind": "trough", - "forward_return_pct": 14.73 - }, - { - "dt": "2026-03-17 07:42:00", - "action": "sell", - "price": 592.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#58", - "weight": 0.65, - "amount_krw": 715458.0, - "leg_id": 58, - "bb_pos": 0.676, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 12.2 - }, - { - "dt": "2026-03-17 07:48:00", - "action": "sell", - "price": 592.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#58", - "weight": 0.35, - "amount_krw": 385247.0, - "leg_id": 58, - "bb_pos": 0.824, - "rsi": 58.8, - "pivot_kind": "peak", - "forward_return_pct": 12.2 - }, - { - "dt": "2026-03-17 23:00:00", - "action": "buy", - "price": 567.0, - "memo": "저점 분할 매수 · 비중 9% · 9회 · BB하단 · leg#59", - "weight": 0.09, - "amount_krw": 36414.0, - "leg_id": 59, - "bb_pos": 0.153, - "rsi": 43.8, - "pivot_kind": "trough", - "forward_return_pct": -23.63 - }, - { - "dt": "2026-03-19 01:33:00", - "action": "buy", - "price": 532.0, - "memo": "저점 분할 매수 · 비중 10% · 9회 · BB하단 · leg#59", - "weight": 0.096, - "amount_krw": 42676.0, - "leg_id": 59, - "bb_pos": 0.336, - "rsi": 37.5, - "pivot_kind": "trough", - "forward_return_pct": -18.61 - }, - { - "dt": "2026-03-21 00:00:00", - "action": "buy", - "price": 476.0, - "memo": "저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59", - "weight": 0.107, - "amount_krw": 53129.0, - "leg_id": 59, - "bb_pos": 0.159, - "rsi": 42.9, - "pivot_kind": "trough", - "forward_return_pct": -9.03 - }, - { - "dt": "2026-03-21 22:33:00", - "action": "buy", - "price": 469.0, - "memo": "저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59", - "weight": 0.109, - "amount_krw": 62311.0, - "leg_id": 59, - "bb_pos": 0.444, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": -7.68 - }, - { - "dt": "2026-03-23 06:45:00", - "action": "buy", - "price": 455.0, - "memo": "저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59", - "weight": 0.112, - "amount_krw": 75664.0, - "leg_id": 59, - "bb_pos": 0.344, - "rsi": 45.0, - "pivot_kind": "trough", - "forward_return_pct": -4.84 - }, - { - "dt": "2026-03-23 18:33:00", - "action": "buy", - "price": 457.0, - "memo": "저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59", - "weight": 0.112, - "amount_krw": 93149.0, - "leg_id": 59, - "bb_pos": 0.156, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": -5.25 - }, - { - "dt": "2026-03-24 23:48:00", - "action": "buy", - "price": 469.0, - "memo": "저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59", - "weight": 0.109, - "amount_krw": 118007.0, - "leg_id": 59, - "bb_pos": 0.111, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": -7.68 - }, - { - "dt": "2026-03-28 10:33:00", - "action": "buy", - "price": 372.0, - "memo": "저점 분할 매수 · 비중 14% · 9회 · BB하단 · leg#59", - "weight": 0.137, - "amount_krw": 207014.0, - "leg_id": 59, - "bb_pos": 0.045, - "rsi": 7.7, - "pivot_kind": "trough", - "forward_return_pct": 16.4 - }, - { - "dt": "2026-03-28 18:48:00", - "action": "buy", - "price": 402.0, - "memo": "저점 분할 매수 · 비중 13% · 9회 · BB하단 · leg#59", - "weight": 0.127, - "amount_krw": 401264.0, - "leg_id": 59, - "bb_pos": 0.114, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 7.71 - }, - { - "dt": "2026-03-30 19:51:00", - "action": "sell", - "price": 433.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#59", - "weight": 0.65, - "amount_krw": 722006.0, - "leg_id": 59, - "bb_pos": 0.958, - "rsi": 81.8, - "pivot_kind": "peak", - "forward_return_pct": -5.85 - }, - { - "dt": "2026-03-30 20:03:00", - "action": "sell", - "price": 431.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#59", - "weight": 0.35, - "amount_krw": 386977.0, - "leg_id": 59, - "bb_pos": 0.549, - "rsi": 57.1, - "pivot_kind": "peak", - "forward_return_pct": -6.28 - }, - { - "dt": "2026-03-31 04:09:00", - "action": "buy", - "price": 411.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60", - "weight": 0.189, - "amount_krw": 76566.0, - "leg_id": 60, - "bb_pos": 0.133, - "rsi": 44.4, - "pivot_kind": "trough", - "forward_return_pct": -0.97 - }, - { - "dt": "2026-04-01 02:54:00", - "action": "buy", - "price": 412.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60", - "weight": 0.189, - "amount_krw": 94411.0, - "leg_id": 60, - "bb_pos": 0.0, - "rsi": 35.3, - "pivot_kind": "trough", - "forward_return_pct": -1.21 - }, - { - "dt": "2026-04-02 22:39:00", - "action": "buy", - "price": 400.0, - "memo": "저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60", - "weight": 0.195, - "amount_krw": 126928.0, - "leg_id": 60, - "bb_pos": 0.516, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": 1.75 - }, - { - "dt": "2026-04-06 06:12:00", - "action": "buy", - "price": 365.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#60", - "weight": 0.213, - "amount_krw": 201319.0, - "leg_id": 60, - "bb_pos": 0.3, - "rsi": 50.0, - "pivot_kind": "trough", - "forward_return_pct": 11.51 - }, - { - "dt": "2026-04-07 11:03:00", - "action": "buy", - "price": 364.0, - "memo": "저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#60", - "weight": 0.214, - "amount_krw": 403513.0, - "leg_id": 60, - "bb_pos": 0.0, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 11.81 - }, - { - "dt": "2026-04-08 08:45:00", - "action": "sell", - "price": 407.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#60", - "weight": 0.65, - "amount_krw": 633035.0, - "leg_id": 60, - "bb_pos": 0.939, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 4.58 - }, - { - "dt": "2026-04-08 08:51:00", - "action": "sell", - "price": 407.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#60", - "weight": 0.35, - "amount_krw": 340865.0, - "leg_id": 60, - "bb_pos": 0.838, - "rsi": 73.3, - "pivot_kind": "peak", - "forward_return_pct": 4.58 - }, - { - "dt": "2026-04-08 23:30:00", - "action": "buy", - "price": 384.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#61", - "weight": 0.255, - "amount_krw": 104095.0, - "leg_id": 61, - "bb_pos": 0.14, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 16.67 - }, - { - "dt": "2026-04-09 10:06:00", - "action": "buy", - "price": 377.0, - "memo": "저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#61", - "weight": 0.26, - "amount_krw": 142382.0, - "leg_id": 61, - "bb_pos": 0.286, - "rsi": 36.4, - "pivot_kind": "trough", - "forward_return_pct": 18.83 - }, - { - "dt": "2026-04-10 09:18:00", - "action": "buy", - "price": 395.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#61", - "weight": 0.248, - "amount_krw": 208762.0, - "leg_id": 61, - "bb_pos": 0.109, - "rsi": 41.7, - "pivot_kind": "trough", - "forward_return_pct": 13.42 - }, - { - "dt": "2026-04-11 22:00:00", - "action": "buy", - "price": 411.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#61", - "weight": 0.238, - "amount_krw": 410043.0, - "leg_id": 61, - "bb_pos": 0.047, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 9.0 - }, - { - "dt": "2026-04-12 07:21:00", - "action": "sell", - "price": 448.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#61", - "weight": 0.65, - "amount_krw": 633341.0, - "leg_id": 61, - "bb_pos": 0.907, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 14.48 - }, - { - "dt": "2026-04-12 10:30:00", - "action": "sell", - "price": 446.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#61", - "weight": 0.35, - "amount_krw": 339507.0, - "leg_id": 61, - "bb_pos": 1.0, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 13.97 - }, - { - "dt": "2026-04-12 10:51:00", - "action": "buy", - "price": 423.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62", - "weight": 0.253, - "amount_krw": 104731.0, - "leg_id": 62, - "bb_pos": 0.0, - "rsi": 14.3, - "pivot_kind": "trough", - "forward_return_pct": 13.95 - }, - { - "dt": "2026-04-13 00:15:00", - "action": "buy", - "price": 423.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62", - "weight": 0.253, - "amount_krw": 140201.0, - "leg_id": 62, - "bb_pos": 0.367, - "rsi": 45.5, - "pivot_kind": "trough", - "forward_return_pct": 13.95 - }, - { - "dt": "2026-04-13 17:51:00", - "action": "buy", - "price": 431.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62", - "weight": 0.249, - "amount_krw": 208768.0, - "leg_id": 62, - "bb_pos": 0.043, - "rsi": 28.6, - "pivot_kind": "trough", - "forward_return_pct": 11.83 - }, - { - "dt": "2026-04-14 03:15:00", - "action": "buy", - "price": 437.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62", - "weight": 0.245, - "amount_krw": 414495.0, - "leg_id": 62, - "bb_pos": 0.189, - "rsi": 20.0, - "pivot_kind": "trough", - "forward_return_pct": 10.3 - }, - { - "dt": "2026-04-14 16:51:00", - "action": "sell", - "price": 482.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#62", - "weight": 0.65, - "amount_krw": 630334.0, - "leg_id": 62, - "bb_pos": 0.894, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 12.51 - }, - { - "dt": "2026-04-14 17:06:00", - "action": "sell", - "price": 479.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#62", - "weight": 0.35, - "amount_krw": 337298.0, - "leg_id": 62, - "bb_pos": 0.777, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 11.81 - }, - { - "dt": "2026-04-15 09:57:00", - "action": "buy", - "price": 433.0, - "memo": "저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#63", - "weight": 0.515, - "amount_krw": 215724.0, - "leg_id": 63, - "bb_pos": 0.034, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 11.78 - }, - { - "dt": "2026-04-17 02:36:00", - "action": "buy", - "price": 459.0, - "memo": "저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#63", - "weight": 0.485, - "amount_krw": 419524.0, - "leg_id": 63, - "bb_pos": 0.109, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 5.45 - }, - { - "dt": "2026-04-17 07:45:00", - "action": "sell", - "price": 484.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#63", - "weight": 0.65, - "amount_krw": 444279.0, - "leg_id": 63, - "bb_pos": 1.0, - "rsi": 73.3, - "pivot_kind": "peak", - "forward_return_pct": 8.62 - }, - { - "dt": "2026-04-17 08:36:00", - "action": "sell", - "price": 483.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#63", - "weight": 0.35, - "amount_krw": 238733.0, - "leg_id": 63, - "bb_pos": 0.655, - "rsi": 50.0, - "pivot_kind": "peak", - "forward_return_pct": 8.39 - }, - { - "dt": "2026-04-19 13:39:00", - "action": "buy", - "price": 386.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64", - "weight": 0.136, - "amount_krw": 57288.0, - "leg_id": 64, - "bb_pos": 0.368, - "rsi": 44.4, - "pivot_kind": "trough", - "forward_return_pct": -1.04 - }, - { - "dt": "2026-04-20 07:21:00", - "action": "buy", - "price": 383.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64", - "weight": 0.138, - "amount_krw": 67277.0, - "leg_id": 64, - "bb_pos": 0.0, - "rsi": 29.4, - "pivot_kind": "trough", - "forward_return_pct": -0.26 - }, - { - "dt": "2026-04-22 04:39:00", - "action": "buy", - "price": 385.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64", - "weight": 0.137, - "amount_krw": 79491.0, - "leg_id": 64, - "bb_pos": 0.057, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": -0.78 - }, - { - "dt": "2026-04-24 02:39:00", - "action": "buy", - "price": 381.0, - "memo": "저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64", - "weight": 0.138, - "amount_krw": 98670.0, - "leg_id": 64, - "bb_pos": 0.0, - "rsi": 25.0, - "pivot_kind": "trough", - "forward_return_pct": 0.26 - }, - { - "dt": "2026-04-30 03:30:00", - "action": "buy", - "price": 359.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64", - "weight": 0.147, - "amount_krw": 136982.0, - "leg_id": 64, - "bb_pos": 0.144, - "rsi": 20.0, - "pivot_kind": "trough", - "forward_return_pct": 6.41 - }, - { - "dt": "2026-05-02 14:21:00", - "action": "buy", - "price": 345.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64", - "weight": 0.153, - "amount_krw": 211101.0, - "leg_id": 64, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 10.72 - }, - { - "dt": "2026-05-04 09:21:00", - "action": "buy", - "price": 348.0, - "memo": "저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64", - "weight": 0.151, - "amount_krw": 419704.0, - "leg_id": 64, - "bb_pos": 0.072, - "rsi": 0.0, - "pivot_kind": "trough", - "forward_return_pct": 9.77 - }, - { - "dt": "2026-05-06 19:33:00", - "action": "sell", - "price": 382.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#64", - "weight": 0.65, - "amount_krw": 742173.0, - "leg_id": 64, - "bb_pos": 0.964, - "rsi": 71.4, - "pivot_kind": "peak", - "forward_return_pct": 3.59 - }, - { - "dt": "2026-05-06 19:39:00", - "action": "sell", - "price": 382.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#64", - "weight": 0.35, - "amount_krw": 399632.0, - "leg_id": 64, - "bb_pos": 1.0, - "rsi": 71.4, - "pivot_kind": "peak", - "forward_return_pct": 3.59 - }, - { - "dt": "2026-05-07 11:12:00", - "action": "buy", - "price": 365.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#65", - "weight": 0.502, - "amount_krw": 213223.0, - "leg_id": 65, - "bb_pos": 0.0, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 12.05 - }, - { - "dt": "2026-05-08 00:27:00", - "action": "buy", - "price": 368.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#65", - "weight": 0.498, - "amount_krw": 424829.0, - "leg_id": 65, - "bb_pos": 0.0, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 11.14 - }, - { - "dt": "2026-05-09 04:30:00", - "action": "sell", - "price": 409.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#65", - "weight": 0.65, - "amount_krw": 462207.0, - "leg_id": 65, - "bb_pos": 1.0, - "rsi": 71.4, - "pivot_kind": "peak", - "forward_return_pct": 11.6 - }, - { - "dt": "2026-05-09 06:51:00", - "action": "sell", - "price": 404.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#65", - "weight": 0.35, - "amount_krw": 245838.0, - "leg_id": 65, - "bb_pos": 0.969, - "rsi": 54.5, - "pivot_kind": "peak", - "forward_return_pct": 10.23 - }, - { - "dt": "2026-05-10 10:27:00", - "action": "buy", - "price": 391.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#66", - "weight": 1.0, - "amount_krw": 428212.0, - "leg_id": 66, - "bb_pos": 0.212, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 9.21 - }, - { - "dt": "2026-05-11 01:12:00", - "action": "sell", - "price": 427.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#66", - "weight": 0.65, - "amount_krw": 303965.0, - "leg_id": 66, - "bb_pos": 1.0, - "rsi": 93.3, - "pivot_kind": "peak", - "forward_return_pct": 9.21 - }, - { - "dt": "2026-05-11 04:36:00", - "action": "sell", - "price": 423.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#66", - "weight": 0.35, - "amount_krw": 162140.0, - "leg_id": 66, - "bb_pos": 0.978, - "rsi": 72.7, - "pivot_kind": "peak", - "forward_return_pct": 8.18 - }, - { - "dt": "2026-05-11 06:12:00", - "action": "buy", - "price": 399.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#67", - "weight": 0.331, - "amount_krw": 142358.0, - "leg_id": 67, - "bb_pos": 0.194, - "rsi": 16.0, - "pivot_kind": "trough", - "forward_return_pct": 6.02 - }, - { - "dt": "2026-05-11 12:36:00", - "action": "buy", - "price": 402.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#67", - "weight": 0.329, - "amount_krw": 211531.0, - "leg_id": 67, - "bb_pos": 0.153, - "rsi": 26.7, - "pivot_kind": "trough", - "forward_return_pct": 5.22 - }, - { - "dt": "2026-05-13 01:48:00", - "action": "buy", - "price": 388.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#67", - "weight": 0.34, - "amount_krw": 429511.0, - "leg_id": 67, - "bb_pos": 0.0, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 9.02 - }, - { - "dt": "2026-05-13 18:45:00", - "action": "sell", - "price": 423.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#67", - "weight": 0.65, - "amount_krw": 547142.0, - "leg_id": 67, - "bb_pos": 0.962, - "rsi": 81.8, - "pivot_kind": "peak", - "forward_return_pct": 6.75 - }, - { - "dt": "2026-05-13 19:18:00", - "action": "sell", - "price": 417.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#67", - "weight": 0.35, - "amount_krw": 290436.0, - "leg_id": 67, - "bb_pos": 0.227, - "rsi": 33.3, - "pivot_kind": "peak", - "forward_return_pct": 5.24 - }, - { - "dt": "2026-05-14 12:48:00", - "action": "buy", - "price": 377.0, - "memo": "저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#68", - "weight": 0.314, - "amount_krw": 135884.0, - "leg_id": 68, - "bb_pos": 0.111, - "rsi": 31.2, - "pivot_kind": "trough", - "forward_return_pct": -1.86 - }, - { - "dt": "2026-05-16 19:03:00", - "action": "buy", - "price": 352.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#68", - "weight": 0.337, - "amount_krw": 212369.0, - "leg_id": 68, - "bb_pos": 0.153, - "rsi": 44.4, - "pivot_kind": "trough", - "forward_return_pct": 5.11 - }, - { - "dt": "2026-05-18 08:39:00", - "action": "buy", - "price": 340.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#68", - "weight": 0.349, - "amount_krw": 431716.0, - "leg_id": 68, - "bb_pos": 0.132, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 8.82 - }, - { - "dt": "2026-05-19 15:27:00", - "action": "sell", - "price": 370.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#68", - "weight": 0.65, - "amount_krw": 537159.0, - "leg_id": 68, - "bb_pos": 0.906, - "rsi": 63.6, - "pivot_kind": "peak", - "forward_return_pct": 4.03 - }, - { - "dt": "2026-05-19 15:33:00", - "action": "sell", - "price": 370.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#68", - "weight": 0.35, - "amount_krw": 289239.0, - "leg_id": 68, - "bb_pos": 0.863, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 4.03 - }, - { - "dt": "2026-05-20 21:24:00", - "action": "buy", - "price": 352.0, - "memo": "저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#69", - "weight": 1.0, - "amount_krw": 435034.0, - "leg_id": 69, - "bb_pos": 0.071, - "rsi": 30.0, - "pivot_kind": "trough", - "forward_return_pct": 12.22 - }, - { - "dt": "2026-05-21 18:03:00", - "action": "sell", - "price": 395.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#69", - "weight": 0.65, - "amount_krw": 317315.0, - "leg_id": 69, - "bb_pos": 1.0, - "rsi": 88.9, - "pivot_kind": "peak", - "forward_return_pct": 12.22 - }, - { - "dt": "2026-05-21 18:09:00", - "action": "sell", - "price": 395.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#69", - "weight": 0.35, - "amount_krw": 170862.0, - "leg_id": 69, - "bb_pos": 0.943, - "rsi": 80.0, - "pivot_kind": "peak", - "forward_return_pct": 12.22 - }, - { - "dt": "2026-05-21 20:42:00", - "action": "buy", - "price": 378.0, - "memo": "저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#70", - "weight": 0.267, - "amount_krw": 116857.0, - "leg_id": 70, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 17.72 - }, - { - "dt": "2026-05-22 06:45:00", - "action": "buy", - "price": 397.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#70", - "weight": 0.254, - "amount_krw": 151762.0, - "leg_id": 70, - "bb_pos": 0.025, - "rsi": 27.3, - "pivot_kind": "trough", - "forward_return_pct": 12.09 - }, - { - "dt": "2026-05-22 18:33:00", - "action": "buy", - "price": 417.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#70", - "weight": 0.242, - "amount_krw": 221613.0, - "leg_id": 70, - "bb_pos": 0.021, - "rsi": 37.5, - "pivot_kind": "trough", - "forward_return_pct": 6.71 - }, - { - "dt": "2026-05-22 23:21:00", - "action": "buy", - "price": 425.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#70", - "weight": 0.237, - "amount_krw": 439131.0, - "leg_id": 70, - "bb_pos": 0.0, - "rsi": 38.7, - "pivot_kind": "trough", - "forward_return_pct": 4.71 - }, - { - "dt": "2026-05-23 00:30:00", - "action": "sell", - "price": 445.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#70", - "weight": 0.65, - "amount_krw": 652581.0, - "leg_id": 70, - "bb_pos": 1.0, - "rsi": 80.0, - "pivot_kind": "peak", - "forward_return_pct": 10.31 - }, - { - "dt": "2026-05-23 01:09:00", - "action": "sell", - "price": 443.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#70", - "weight": 0.35, - "amount_krw": 349810.0, - "leg_id": 70, - "bb_pos": 0.592, - "rsi": 51.4, - "pivot_kind": "peak", - "forward_return_pct": 9.82 - }, - { - "dt": "2026-05-23 04:33:00", - "action": "buy", - "price": 407.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#71", - "weight": 0.338, - "amount_krw": 149299.0, - "leg_id": 71, - "bb_pos": 0.0, - "rsi": 17.6, - "pivot_kind": "trough", - "forward_return_pct": 14.0 - }, - { - "dt": "2026-05-23 16:48:00", - "action": "buy", - "price": 392.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#71", - "weight": 0.351, - "amount_krw": 234173.0, - "leg_id": 71, - "bb_pos": 0.076, - "rsi": 9.1, - "pivot_kind": "trough", - "forward_return_pct": 18.37 - }, - { - "dt": "2026-05-24 08:42:00", - "action": "buy", - "price": 444.0, - "memo": "저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#71", - "weight": 0.31, - "amount_krw": 443494.0, - "leg_id": 71, - "bb_pos": 0.054, - "rsi": 30.8, - "pivot_kind": "trough", - "forward_return_pct": 4.5 - }, - { - "dt": "2026-05-24 22:45:00", - "action": "sell", - "price": 464.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#71", - "weight": 0.65, - "amount_krw": 592061.0, - "leg_id": 71, - "bb_pos": 1.0, - "rsi": 68.4, - "pivot_kind": "peak", - "forward_return_pct": 12.29 - }, - { - "dt": "2026-05-24 23:00:00", - "action": "sell", - "price": 455.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#71", - "weight": 0.35, - "amount_krw": 312619.0, - "leg_id": 71, - "bb_pos": 0.416, - "rsi": 48.4, - "pivot_kind": "peak", - "forward_return_pct": 10.11 - }, - { - "dt": "2026-05-25 06:42:00", - "action": "buy", - "price": 427.0, - "memo": "저점 분할 매수 · 비중 36% · 3회 · BB하단 · leg#72", - "weight": 0.361, - "amount_krw": 3210513.0, - "leg_id": 72, - "bb_pos": 0.083, - "rsi": 30.8, - "pivot_kind": "trough", - "forward_return_pct": 41.22 - }, - { - "dt": "2026-05-26 05:42:00", - "action": "buy", - "price": 482.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#72", - "weight": 0.32, - "amount_krw": 4657104.0, - "leg_id": 72, - "bb_pos": 0.107, - "rsi": 48.0, - "pivot_kind": "trough", - "forward_return_pct": 25.1 - }, - { - "dt": "2026-05-26 09:51:00", - "action": "buy", - "price": 482.0, - "memo": "저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#72", - "weight": 0.32, - "amount_krw": 1030215.0, - "leg_id": 72, - "bb_pos": 0.185, - "rsi": 36.4, - "pivot_kind": "trough", - "forward_return_pct": 25.1 - }, - { - "dt": "2026-05-26 21:30:00", - "action": "sell", - "price": 603.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#72", - "weight": 0.65, - "amount_krw": 7571762.0, - "leg_id": 72, - "bb_pos": 1.0, - "rsi": 66.7, - "pivot_kind": "peak", - "forward_return_pct": 30.47 - }, - { - "dt": "2026-05-27 01:00:00", - "action": "sell", - "price": 597.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#72", - "weight": 0.35, - "amount_krw": 4036534.0, - "leg_id": 72, - "bb_pos": 1.0, - "rsi": 68.3, - "pivot_kind": "peak", - "forward_return_pct": 29.17 - }, - { - "dt": "2026-05-26 23:03:00", - "action": "buy", - "price": 564.0, - "memo": "저점 분할 매수 · 비중 14% · 6회 · BB하단 · leg#73", - "weight": 0.138, - "amount_krw": 78532.0, - "leg_id": 73, - "bb_pos": 0.136, - "rsi": 46.7, - "pivot_kind": "trough", - "forward_return_pct": -18.26 - }, - { - "dt": "2026-05-27 13:18:00", - "action": "buy", - "price": 522.0, - "memo": "저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#73", - "weight": 0.149, - "amount_krw": 100226.0, - "leg_id": 73, - "bb_pos": 0.08, - "rsi": 16.7, - "pivot_kind": "trough", - "forward_return_pct": -11.69 - }, - { - "dt": "2026-05-27 18:15:00", - "action": "buy", - "price": 520.0, - "memo": "저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#73", - "weight": 0.149, - "amount_krw": 121163.0, - "leg_id": 73, - "bb_pos": 0.0, - "rsi": 23.1, - "pivot_kind": "trough", - "forward_return_pct": -11.35 - }, - { - "dt": "2026-05-29 02:45:00", - "action": "buy", - "price": 412.0, - "memo": "저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73", - "weight": 0.188, - "amount_krw": 192248.0, - "leg_id": 73, - "bb_pos": 0.413, - "rsi": 47.4, - "pivot_kind": "trough", - "forward_return_pct": 11.89 - }, - { - "dt": "2026-05-29 07:27:00", - "action": "buy", - "price": 408.0, - "memo": "저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73", - "weight": 0.19, - "amount_krw": 291333.0, - "leg_id": 73, - "bb_pos": 0.135, - "rsi": 27.8, - "pivot_kind": "trough", - "forward_return_pct": 12.99 - }, - { - "dt": "2026-05-29 13:09:00", - "action": "buy", - "price": 417.0, - "memo": "저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73", - "weight": 0.186, - "amount_krw": 577312.0, - "leg_id": 73, - "bb_pos": 0.056, - "rsi": 27.8, - "pivot_kind": "trough", - "forward_return_pct": 10.55 - }, - { - "dt": "2026-05-29 16:27:00", - "action": "sell", - "price": 461.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#73", - "weight": 0.65, - "amount_krw": 937714.0, - "leg_id": 73, - "bb_pos": 0.992, - "rsi": 90.0, - "pivot_kind": "peak", - "forward_return_pct": -0.99 - }, - { - "dt": "2026-05-29 17:00:00", - "action": "sell", - "price": 458.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#73", - "weight": 0.35, - "amount_krw": 501637.0, - "leg_id": 73, - "bb_pos": 0.627, - "rsi": 53.5, - "pivot_kind": "peak", - "forward_return_pct": -1.64 - }, - { - "dt": "2026-05-29 21:33:00", - "action": "buy", - "price": 430.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74", - "weight": 0.25, - "amount_krw": 2919907.0, - "leg_id": 74, - "bb_pos": 0.6, - "rsi": 53.6, - "pivot_kind": "trough", - "forward_return_pct": 30.93 - }, - { - "dt": "2026-05-30 01:24:00", - "action": "buy", - "price": 439.0, - "memo": "저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#74", - "weight": 0.244, - "amount_krw": 3819180.0, - "leg_id": 74, - "bb_pos": 0.085, - "rsi": 29.2, - "pivot_kind": "trough", - "forward_return_pct": 28.25 - }, - { - "dt": "2026-05-30 09:57:00", - "action": "buy", - "price": 424.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74", - "weight": 0.253, - "amount_krw": 4934705.0, - "leg_id": 74, - "bb_pos": 0.192, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 32.78 - }, - { - "dt": "2026-05-30 13:30:00", - "action": "buy", - "price": 424.0, - "memo": "저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74", - "weight": 0.253, - "amount_krw": 0, - "leg_id": 74, - "bb_pos": 0.151, - "rsi": 28.6, - "pivot_kind": "trough", - "forward_return_pct": 32.78 - }, - { - "dt": "2026-05-31 05:45:00", - "action": "sell", - "price": 563.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#74", - "weight": 0.65, - "amount_krw": 9927734.0, - "leg_id": 74, - "bb_pos": 0.796, - "rsi": 75.0, - "pivot_kind": "peak", - "forward_return_pct": 31.19 - }, - { - "dt": "2026-05-31 05:51:00", - "action": "sell", - "price": 563.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#74", - "weight": 0.35, - "amount_krw": 5345703.0, - "leg_id": 74, - "bb_pos": 0.675, - "rsi": 63.6, - "pivot_kind": "peak", - "forward_return_pct": 31.19 - }, - { - "dt": "2026-05-31 09:36:00", - "action": "buy", - "price": 495.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#75", - "weight": 0.345, - "amount_krw": 263335.0, - "leg_id": 75, - "bb_pos": 0.0, - "rsi": 33.3, - "pivot_kind": "trough", - "forward_return_pct": 20.2 - }, - { - "dt": "2026-05-31 19:33:00", - "action": "buy", - "price": 482.0, - "memo": "저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#75", - "weight": 0.354, - "amount_krw": 412336.0, - "leg_id": 75, - "bb_pos": 0.0, - "rsi": 16.7, - "pivot_kind": "trough", - "forward_return_pct": 23.44 - }, - { - "dt": "2026-06-01 13:48:00", - "action": "buy", - "price": 568.0, - "memo": "저점 분할 매수 · 비중 30% · 3회 · BB하단 · leg#75", - "weight": 0.301, - "amount_krw": 768893.0, - "leg_id": 75, - "bb_pos": 0.14, - "rsi": 40.0, - "pivot_kind": "trough", - "forward_return_pct": 4.75 - }, - { - "dt": "2026-06-01 14:51:00", - "action": "sell", - "price": 595.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#75", - "weight": 0.65, - "amount_krw": 1060137.0, - "leg_id": 75, - "bb_pos": 1.0, - "rsi": 71.7, - "pivot_kind": "peak", - "forward_return_pct": 16.13 - }, - { - "dt": "2026-06-01 16:24:00", - "action": "sell", - "price": 586.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#75", - "weight": 0.35, - "amount_krw": 562209.0, - "leg_id": 75, - "bb_pos": 1.0, - "rsi": 78.8, - "pivot_kind": "peak", - "forward_return_pct": 14.37 - }, - { - "dt": "2026-06-01 15:27:00", - "action": "buy", - "price": 552.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#76", - "weight": 0.496, - "amount_krw": 7643217.0, - "leg_id": 76, - "bb_pos": 0.055, - "rsi": 5.3, - "pivot_kind": "trough", - "forward_return_pct": 13.41 - }, - { - "dt": "2026-06-01 21:06:00", - "action": "buy", - "price": 543.0, - "memo": "저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#76", - "weight": 0.504, - "amount_krw": 7791115.0, - "leg_id": 76, - "bb_pos": 0.204, - "rsi": 17.4, - "pivot_kind": "trough", - "forward_return_pct": 15.29 - }, - { - "dt": "2026-06-02 03:39:00", - "action": "sell", - "price": 626.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#76", - "weight": 0.65, - "amount_krw": 11472418.0, - "leg_id": 76, - "bb_pos": 0.953, - "rsi": 84.2, - "pivot_kind": "peak", - "forward_return_pct": 14.35 - }, - { - "dt": "2026-06-02 06:27:00", - "action": "sell", - "price": 641.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#76", - "weight": 0.35, - "amount_krw": 6325478.0, - "leg_id": 76, - "bb_pos": 1.0, - "rsi": 70.0, - "pivot_kind": "peak", - "forward_return_pct": 17.09 - }, - { - "dt": "2026-06-02 04:00:00", - "action": "buy", - "price": 591.0, - "memo": "저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#77", - "weight": 0.344, - "amount_krw": 297241.0, - "leg_id": 77, - "bb_pos": 0.174, - "rsi": 37.8, - "pivot_kind": "trough", - "forward_return_pct": 17.77 - }, - { - "dt": "2026-06-02 05:45:00", - "action": "buy", - "price": 616.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#77", - "weight": 0.33, - "amount_krw": 440951.0, - "leg_id": 77, - "bb_pos": 0.241, - "rsi": 44.4, - "pivot_kind": "trough", - "forward_return_pct": 12.99 - }, - { - "dt": "2026-06-02 07:39:00", - "action": "buy", - "price": 621.0, - "memo": "저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#77", - "weight": 0.327, - "amount_krw": 890365.0, - "leg_id": 77, - "bb_pos": 0.013, - "rsi": 36.0, - "pivot_kind": "trough", - "forward_return_pct": 12.08 - }, - { - "dt": "2026-06-02 14:18:00", - "action": "sell", - "price": 696.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#77", - "weight": 0.65, - "amount_krw": 1200007.0, - "leg_id": 77, - "bb_pos": 0.961, - "rsi": 60.0, - "pivot_kind": "peak", - "forward_return_pct": 14.28 - }, - { - "dt": "2026-06-02 14:48:00", - "action": "sell", - "price": 687.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#77", - "weight": 0.35, - "amount_krw": 637802.0, - "leg_id": 77, - "bb_pos": 0.522, - "rsi": 51.5, - "pivot_kind": "peak", - "forward_return_pct": 12.8 - }, - { - "dt": "2026-06-02 19:03:00", - "action": "buy", - "price": 597.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78", - "weight": 0.167, - "amount_krw": 3002416.0, - "leg_id": 78, - "bb_pos": 0.132, - "rsi": 35.5, - "pivot_kind": "trough", - "forward_return_pct": 33.5 - }, - { - "dt": "2026-06-03 00:30:00", - "action": "buy", - "price": 585.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78", - "weight": 0.17, - "amount_krw": 3655747.0, - "leg_id": 78, - "bb_pos": 0.022, - "rsi": 23.9, - "pivot_kind": "trough", - "forward_return_pct": 36.24 - }, - { - "dt": "2026-06-03 05:27:00", - "action": "buy", - "price": 576.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78", - "weight": 0.173, - "amount_krw": 4645814.0, - "leg_id": 78, - "bb_pos": 0.023, - "rsi": 38.9, - "pivot_kind": "trough", - "forward_return_pct": 38.37 - }, - { - "dt": "2026-06-03 08:24:00", - "action": "buy", - "price": 559.0, - "memo": "저점 분할 매수 · 비중 18% · 6회 · BB하단 · leg#78", - "weight": 0.178, - "amount_krw": 6344254.0, - "leg_id": 78, - "bb_pos": 0.012, - "rsi": 20.7, - "pivot_kind": "trough", - "forward_return_pct": 42.58 - }, - { - "dt": "2026-06-03 12:57:00", - "action": "buy", - "price": 568.0, - "memo": "저점 분할 매수 · 비중 18% · 6회 · BB하단 · leg#78", - "weight": 0.175, - "amount_krw": 339291.0, - "leg_id": 78, - "bb_pos": 0.136, - "rsi": 12.0, - "pivot_kind": "trough", - "forward_return_pct": 40.32 - }, - { - "dt": "2026-06-03 21:03:00", - "action": "buy", - "price": 721.0, - "memo": "저점 분할 매수 · 비중 14% · 6회 · BB하단 · leg#78", - "weight": 0.138, - "amount_krw": 0, - "leg_id": 78, - "bb_pos": 0.068, - "rsi": 29.4, - "pivot_kind": "trough", - "forward_return_pct": 10.54 - }, - { - "dt": "2026-06-03 22:33:00", - "action": "sell", - "price": 772.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#78", - "weight": 0.65, - "amount_krw": 15701622.0, - "leg_id": 78, - "bb_pos": 0.761, - "rsi": 74.7, - "pivot_kind": "peak", - "forward_return_pct": 29.4 - }, - { - "dt": "2026-06-03 22:39:00", - "action": "sell", - "price": 788.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#78", - "weight": 0.35, - "amount_krw": 8629947.0, - "leg_id": 78, - "bb_pos": 0.762, - "rsi": 59.3, - "pivot_kind": "peak", - "forward_return_pct": 32.08 - }, - { - "dt": "2026-06-03 23:21:00", - "action": "buy", - "price": 764.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.166, - "amount_krw": 201649.0, - "leg_id": 79, - "bb_pos": 0.266, - "rsi": 42.5, - "pivot_kind": "trough", - "forward_return_pct": 9.69 - }, - { - "dt": "2026-06-04 01:06:00", - "action": "buy", - "price": 755.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.168, - "amount_krw": 244625.0, - "leg_id": 79, - "bb_pos": 0.11, - "rsi": 39.6, - "pivot_kind": "trough", - "forward_return_pct": 10.99 - }, - { - "dt": "2026-06-04 02:21:00", - "action": "buy", - "price": 757.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.167, - "amount_krw": 304430.0, - "leg_id": 79, - "bb_pos": 0.226, - "rsi": 23.9, - "pivot_kind": "trough", - "forward_return_pct": 10.7 - }, - { - "dt": "2026-06-04 03:18:00", - "action": "buy", - "price": 754.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.168, - "amount_krw": 408490.0, - "leg_id": 79, - "bb_pos": 0.024, - "rsi": 35.7, - "pivot_kind": "trough", - "forward_return_pct": 11.14 - }, - { - "dt": "2026-06-04 04:33:00", - "action": "buy", - "price": 764.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.166, - "amount_krw": 608249.0, - "leg_id": 79, - "bb_pos": 0.185, - "rsi": 22.2, - "pivot_kind": "trough", - "forward_return_pct": 9.69 - }, - { - "dt": "2026-06-04 05:54:00", - "action": "buy", - "price": 760.0, - "memo": "저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79", - "weight": 0.166, - "amount_krw": 1216018.0, - "leg_id": 79, - "bb_pos": 0.063, - "rsi": 23.8, - "pivot_kind": "trough", - "forward_return_pct": 10.26 - }, - { - "dt": "2026-06-04 06:51:00", - "action": "sell", - "price": 797.0, - "memo": "고점 매도 · 비중 65% · 분할 · leg#79", - "weight": 0.65, - "amount_krw": 2034913.0, - "leg_id": 79, - "bb_pos": 0.91, - "rsi": 63.3, - "pivot_kind": "peak", - "forward_return_pct": 5.01 - }, - { - "dt": "2026-06-04 07:57:00", - "action": "sell", - "price": 816.0, - "memo": "고점 매도 · 비중 35% · 분할 · leg#79", - "weight": 0.35, - "amount_krw": 1121843.0, - "leg_id": 79, - "bb_pos": 0.542, - "rsi": 46.8, - "pivot_kind": "peak", - "forward_return_pct": 7.51 - }, - { - "dt": "2026-06-04 07:21:00", - "action": "buy", - "price": 798.0, - "memo": "저점 분할 매수 · 비중 49% · leg#80(기간말)", - "weight": 0.494, - "amount_krw": 604296.0, - "leg_id": 80, - "bb_pos": 0.336, - "rsi": 38.1, - "pivot_kind": "trough", - "forward_return_pct": -1.5 - }, - { - "dt": "2026-06-04 08:21:00", - "action": "buy", - "price": 780.0, - "memo": "저점 분할 매수 · 비중 51% · leg#80(기간말)", - "weight": 0.506, - "amount_krw": 1223785.0, - "leg_id": 80, - "bb_pos": 0.388, - "rsi": 47.1, - "pivot_kind": "trough", - "forward_return_pct": 0.77 - }, - { - "dt": "2026-06-04 08:27:00", - "action": "sell", - "price": 786.0, - "memo": "기간말 잔여 청산 · leg#80", - "weight": 1.0, - "amount_krw": 1828408.0, - "leg_id": 80, - "bb_pos": 0.408, - "rsi": 50.0, - "pivot_kind": "peak", - "forward_return_pct": -0.37 - } - ] -} \ No newline at end of file diff --git a/data/ops/.gitkeep b/data/ops/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/__init__.py b/deepcoin/__init__.py deleted file mode 100644 index 78b1972..0000000 --- a/deepcoin/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -""" -DeepCoin 패키지 — WLD MTF 분석·정답·운영 단계. -""" - -from pathlib import Path -import sys - -_PROJECT_ROOT = Path(__file__).resolve().parents[1] -if str(_PROJECT_ROOT) not in sys.path: - sys.path.insert(0, str(_PROJECT_ROOT)) - -from deepcoin.paths import ensure_dirs - -ensure_dirs() diff --git a/deepcoin/analysis/__init__.py b/deepcoin/analysis/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/analysis/general_analysis_align.py b/deepcoin/analysis/general_analysis_align.py deleted file mode 100644 index 4c88e0b..0000000 --- a/deepcoin/analysis/general_analysis_align.py +++ /dev/null @@ -1,153 +0,0 @@ -""" -general_analysis MTF 합성·정렬 점수. -""" - -from __future__ import annotations - -from typing import Any - -import pandas as pd - -from config import ( - ALIGN_BB_POS_HIGH, - ALIGN_BB_POS_LOW, - ALIGN_RSI_CONFLICT_TIMING_HIGH, - ALIGN_RSI_CONFLICT_TIMING_LOW, - ALIGN_RSI_CONFLICT_TREND_HIGH, - ALIGN_RSI_CONFLICT_TREND_LOW, - ALIGN_RSI_OVERBOUGHT, - ALIGN_RSI_OVERSOLD, -) -from deepcoin.analysis.general_analysis_config import TIMING_INTERVALS, TREND_INTERVALS -from deepcoin.analysis.general_analysis_core import ga_col, interval_tf_prefix - - -def general_analysis_mtf_scores( - prefixed_row: dict[str, Any], -) -> dict[str, float | int | str]: - """ - 간격 접두사가 붙은 스냅샷 행에서 MTF 합성 점수 계산. - - Args: - prefixed_row: m3_ga_rsi 형태 flat dict. - - Returns: - ga_align_* 점수. - """ - rsi_oversold = 0 - rsi_overbought = 0 - trend_up = 0 - trend_down = 0 - n_timing = 0 - n_trend = 0 - conflict = 0 - - for interval in TIMING_INTERVALS: - p = interval_tf_prefix(interval) - rk = f"{p}_RSI" - if rk in prefixed_row and prefixed_row[rk] is not None: - n_timing += 1 - rsi = float(prefixed_row[rk]) - if rsi < ALIGN_RSI_OVERSOLD: - rsi_oversold += 1 - if rsi > ALIGN_RSI_OVERBOUGHT: - rsi_overbought += 1 - - for interval in TREND_INTERVALS: - p = interval_tf_prefix(interval) - sk = f"{p}_{ga_col('struct_trend')}" - if sk in prefixed_row: - n_trend += 1 - t = prefixed_row[sk] - if t == "up": - trend_up += 1 - elif t == "down": - trend_down += 1 - - m3_rsi = prefixed_row.get("m3_RSI") - d1_rsi = prefixed_row.get("d1_RSI") - if m3_rsi is not None and d1_rsi is not None: - if ( - float(m3_rsi) < ALIGN_RSI_CONFLICT_TIMING_LOW - and float(d1_rsi) > ALIGN_RSI_CONFLICT_TREND_HIGH - ): - conflict = 1 - if ( - float(m3_rsi) > ALIGN_RSI_CONFLICT_TIMING_HIGH - and float(d1_rsi) < ALIGN_RSI_CONFLICT_TREND_LOW - ): - conflict = 1 - - timing_buy_align = rsi_oversold / max(len(TIMING_INTERVALS), 1) - timing_sell_align = rsi_overbought / max(len(TIMING_INTERVALS), 1) - - return { - "ga_align_rsi_oversold_tf": rsi_oversold, - "ga_align_rsi_overbought_tf": rsi_overbought, - "ga_align_trend_up_tf": trend_up, - "ga_align_trend_down_tf": trend_down, - "ga_align_timing_buy_score": round(timing_buy_align, 3), - "ga_align_timing_sell_score": round(timing_sell_align, 3), - "ga_align_trend_score": round( - (trend_up - trend_down) / max(n_trend, 1), 3 - ), - "ga_align_mtf_conflict": conflict, - } - - -def general_analysis_mtf_vote_latest( - frames_enriched: dict[int, pd.DataFrame], -) -> dict[str, float | int | str]: - """ - 각 TF 최신 완성봉 지표로 TF 가중 투표·필터 점수 산출. - - Args: - frames_enriched: interval → enrich된 DataFrame. - - Returns: - ga_vote_* 점수 (접두사 없음, ga_col로 감쌀 것). - """ - votes_buy = 0 - votes_sell = 0 - trend_ok = 0 - n = 0 - - for interval in TIMING_INTERVALS: - df = frames_enriched.get(interval) - if df is None or df.empty: - continue - row = df.iloc[-1] - n += 1 - rsi = row.get("RSI") - if rsi is not None and not pd.isna(rsi): - if float(rsi) < ALIGN_RSI_OVERSOLD: - votes_buy += 1 - if float(rsi) > ALIGN_RSI_OVERBOUGHT: - votes_sell += 1 - bb_pos = row.get("bb_pos") - if bb_pos is not None and float(bb_pos) < ALIGN_BB_POS_LOW: - votes_buy += 1 - if bb_pos is not None and float(bb_pos) > ALIGN_BB_POS_HIGH: - votes_sell += 1 - - for interval in TREND_INTERVALS: - df = frames_enriched.get(interval) - if df is None or df.empty: - continue - row = df.iloc[-1] - st = row.get(ga_col("struct_trend"), "range") - if st == "up": - trend_ok += 1 - elif st == "down": - trend_ok -= 1 - - return { - "vote_timing_buy": votes_buy, - "vote_timing_sell": votes_sell, - "vote_trend_score": trend_ok, - "vote_tf_used": n, - } - - -def general_analysis_vote_columns() -> list[str]: - return ["vote_timing_buy", "vote_timing_sell", "vote_trend_score", "vote_tf_used"] diff --git a/deepcoin/analysis/general_analysis_candles.py b/deepcoin/analysis/general_analysis_candles.py deleted file mode 100644 index 61c7d8e..0000000 --- a/deepcoin/analysis/general_analysis_candles.py +++ /dev/null @@ -1,114 +0,0 @@ -""" -general_analysis 캔들·차트 변환 (Heikin-Ashi, 복수봉 패턴). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from deepcoin.analysis.general_analysis_core import ga_col - - -def general_analysis_apply_candles(df: pd.DataFrame) -> pd.DataFrame: - """ - 단일·복수 봉 캔들 패턴 및 Heikin-Ashi 컬럼 추가. - - Args: - df: OHLCV. - - Returns: - ga_* 캔들 컬럼이 추가된 DataFrame. - """ - out = df.copy() - o = out["Open"].astype(float) - h = out["High"].astype(float) - l = out["Low"].astype(float) - c = out["Close"].astype(float) - - rng = (h - l).replace(0, np.nan) - body = (c - o).abs() - out[ga_col("body_ratio")] = (body / rng).fillna(0).clip(0, 1) - upper_wick = h - np.maximum(o, c) - lower_wick = np.minimum(o, c) - l - out[ga_col("upper_wick_ratio")] = (upper_wick / rng).fillna(0).clip(0, 1) - out[ga_col("lower_wick_ratio")] = (lower_wick / rng).fillna(0).clip(0, 1) - out[ga_col("bullish")] = (c > o).astype(int) - out[ga_col("bearish")] = (c < o).astype(int) - out[ga_col("hammer")] = ( - (out[ga_col("lower_wick_ratio")] > 0.45) & (out[ga_col("body_ratio")] < 0.35) - ).astype(int) - out[ga_col("shooting_star")] = ( - (out[ga_col("upper_wick_ratio")] > 0.45) & (out[ga_col("body_ratio")] < 0.35) - ).astype(int) - out[ga_col("doji")] = (out[ga_col("body_ratio")] < 0.1).astype(int) - - prev_o, prev_c = o.shift(1), c.shift(1) - out[ga_col("bullish_engulfing")] = ( - (c > o) & (prev_c < prev_o) & (c >= prev_o) & (o <= prev_c) - ).astype(int) - out[ga_col("bearish_engulfing")] = ( - (c < o) & (prev_c > prev_o) & (c <= prev_o) & (o >= prev_c) - ).astype(int) - - o2, c2 = o.shift(2), c.shift(2) - mid1 = (o.shift(1) + c.shift(1)) / 2 - out[ga_col("morning_star")] = ( - (c2 < o2) - & (abs(c.shift(1) - o.shift(1)) < rng.shift(1) * 0.15) - & (c > o) - & (c > mid1) - ).astype(int) - out[ga_col("evening_star")] = ( - (c2 > o2) - & (abs(c.shift(1) - o.shift(1)) < rng.shift(1) * 0.15) - & (c < o) - & (c < mid1) - ).astype(int) - - out[ga_col("three_white_soldiers")] = ( - (c > o) - & (c.shift(1) > o.shift(1)) - & (c.shift(2) > o.shift(2)) - & (c > c.shift(1)) - & (c.shift(1) > c.shift(2)) - ).astype(int) - out[ga_col("three_black_crows")] = ( - (c < o) - & (c.shift(1) < o.shift(1)) - & (c.shift(2) < o.shift(2)) - & (c < c.shift(1)) - & (c.shift(1) < c.shift(2)) - ).astype(int) - - # Heikin-Ashi - ha_close = (o + h + l + c) / 4 - ha_open = ha_close.copy() - ha_open.iloc[0] = (o.iloc[0] + c.iloc[0]) / 2 - for i in range(1, len(out)): - ha_open.iloc[i] = (ha_open.iloc[i - 1] + ha_close.iloc[i - 1]) / 2 - out[ga_col("ha_close")] = ha_close - out[ga_col("ha_open")] = ha_open - out[ga_col("ha_bull")] = (ha_close > ha_open).astype(int) - out[ga_col("ha_trend_up")] = ( - (ha_close > ha_close.shift(1)) & (ha_close.shift(1) > ha_close.shift(2)) - ).astype(int) - - return out - - -def general_analysis_candle_columns() -> list[str]: - return [ - "body_ratio", - "hammer", - "shooting_star", - "doji", - "bullish_engulfing", - "bearish_engulfing", - "morning_star", - "evening_star", - "three_white_soldiers", - "three_black_crows", - "ha_bull", - "ha_trend_up", - ] diff --git a/deepcoin/analysis/general_analysis_chart.py b/deepcoin/analysis/general_analysis_chart.py deleted file mode 100644 index 863e97b..0000000 --- a/deepcoin/analysis/general_analysis_chart.py +++ /dev/null @@ -1,159 +0,0 @@ -""" -general_analysis 차트 유형 (캔들·선·바·Renko·P&F). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from deepcoin.analysis.general_analysis_core import ga_col - - -def _renko_direction_series(close: pd.Series, brick: pd.Series) -> pd.Series: - """ATR 기반 브릭 크기로 Renko 방향 (+1/-1/0) 시계열.""" - n = len(close) - direction = pd.Series(0, index=close.index, dtype=int) - if n < 2: - return direction - - price = float(close.iloc[0]) - for i in range(1, n): - b = float(brick.iloc[i]) if not np.isnan(brick.iloc[i]) else float(close.diff().abs().median()) - if b < 1e-9: - b = 1e-9 - c = float(close.iloc[i]) - if c >= price + b: - steps = int((c - price) // b) - direction.iloc[i] = 1 - price += steps * b - elif c <= price - b: - steps = int((price - c) // b) - direction.iloc[i] = -1 - price -= steps * b - return direction - - -def general_analysis_apply_chart_bars(df: pd.DataFrame) -> pd.DataFrame: - """ - 봉 단위 차트 파생 컬럼 (선 기울기, Renko, P&F). - - Args: - df: OHLCV (+ ga_atr_14 권장). - - Returns: - ga_chart_* 시계열 컬럼 추가. - """ - out = df.copy() - c = out["Close"].astype(float) - h = out["High"].astype(float) - l = out["Low"].astype(float) - - out[ga_col("chart_line_slope_1")] = c.diff() - out[ga_col("chart_bar_range_pct")] = (h - l) / c.replace(0, np.nan) * 100 - - from config import GA_ATR_PERIOD - - brick = ( - out[ga_col("atr_14")] - if ga_col("atr_14") in out.columns - else (h - l).rolling(GA_ATR_PERIOD).mean() - ) - brick = brick.fillna(c.diff().abs().rolling(20).median()).replace(0, np.nan).bfill() - renko_dir = _renko_direction_series(c, brick) - out[ga_col("chart_renko_dir")] = renko_dir - out[ga_col("chart_renko_up")] = (renko_dir == 1).astype(int) - - box = brick.fillna(1.0) - pnf = pd.Series(0, index=out.index, dtype=int) - col = 0 - for i in range(1, len(c)): - b = float(box.iloc[i]) - move = c.iloc[i] - c.iloc[i - 1] - if move >= b: - col += 1 - pnf.iloc[i] = 1 - elif move <= -b: - col -= 1 - pnf.iloc[i] = -1 - out[ga_col("chart_pnf_col")] = pnf - - if "Volume" in out.columns: - v = out["Volume"].astype(float) - out[ga_col("chart_vol_spike")] = (v > v.rolling(20).mean() * 1.8).astype(int) - - if ga_col("ha_trend_up") in out.columns: - out[ga_col("chart_ha_trend")] = out[ga_col("ha_trend_up")] - elif ga_col("ha_bull") in out.columns: - out[ga_col("chart_ha_trend")] = out[ga_col("ha_bull")] - - return out - - -def general_analysis_chart_metrics(df: pd.DataFrame) -> dict[str, object]: - """ - lookback 구간 차트 요약 (마지막 봉 스냅샷용). - - Returns: - ga_chart_* dict. - """ - res: dict[str, object] = { - "chart_type_candle": 1, - "chart_line_slope": 0.0, - "chart_bar_range_pct": 0.0, - "chart_ha_trend": 0, - "chart_renko_brick_up_ratio": 0.5, - "chart_renko_dir": 0, - "chart_pnf_col": 0, - "chart_vol_spike": 0, - } - if df is None or len(df) < 5: - return {ga_col(k): v for k, v in res.items()} - - row = df.iloc[-1] - c = df["Close"].astype(float) - res["chart_line_slope"] = float((c.iloc[-1] - c.iloc[0]) / max(len(c) - 1, 1)) - res["chart_bar_range_pct"] = float( - (df["High"].iloc[-1] - df["Low"].iloc[-1]) / max(c.iloc[-1], 1e-9) * 100 - ) - - if ga_col("chart_renko_dir") in df.columns: - rd = df[ga_col("chart_renko_dir")].astype(float) - up = (rd == 1).sum() - down = (rd == -1).sum() - res["chart_renko_brick_up_ratio"] = round(up / max(up + down, 1), 3) - res["chart_renko_dir"] = int(rd.iloc[-1]) - else: - diff = c.diff().fillna(0) - up = (diff > 0).sum() - down = (diff < 0).sum() - res["chart_renko_brick_up_ratio"] = round(up / max(up + down, 1), 3) - - if ga_col("chart_pnf_col") in df.columns: - res["chart_pnf_col"] = int(df[ga_col("chart_pnf_col")].iloc[-1]) - if ga_col("chart_ha_trend") in df.columns: - res["chart_ha_trend"] = int(row[ga_col("chart_ha_trend")]) - elif ga_col("ha_trend_up") in df.columns: - res["chart_ha_trend"] = int(row[ga_col("ha_trend_up")]) - if ga_col("chart_vol_spike") in df.columns: - res["chart_vol_spike"] = int(row[ga_col("chart_vol_spike")]) - elif "Volume" in df.columns: - v = df["Volume"].astype(float) - res["chart_vol_spike"] = int(v.iloc[-1] > v.iloc[-20:].mean() * 1.8) - - return {ga_col(k): v for k, v in res.items()} - - -def general_analysis_chart_columns() -> list[str]: - return [ - "chart_type_candle", - "chart_line_slope", - "chart_line_slope_1", - "chart_bar_range_pct", - "chart_ha_trend", - "chart_renko_brick_up_ratio", - "chart_renko_dir", - "chart_renko_up", - "chart_pnf_col", - "chart_vol_spike", - ] diff --git a/deepcoin/analysis/general_analysis_config.py b/deepcoin/analysis/general_analysis_config.py deleted file mode 100644 index e82d4d4..0000000 --- a/deepcoin/analysis/general_analysis_config.py +++ /dev/null @@ -1,26 +0,0 @@ -""" -general_analysis MTF 설정 (config.py 재노출). -""" - -from __future__ import annotations - -from config import ( - CONTEXT_TAIL_ROWS, - GA_COL_PREFIX, - GENERAL_ANALYSIS_INTERVALS, - GROUND_TRUTH_FILE, - INTERVAL_PREFIX, - LOOKBACK_BARS, - REPORTS_ANALYSIS_CAPABILITY_HTML, - REPORTS_ANALYSIS_LATEST_DIR, - REPORTS_ANALYSIS_REPORT_HTML, - REPORTS_ANALYSIS_TRADES_CSV, - TIMING_INTERVALS, - TREND_INTERVALS, -) - -DEFAULT_TRADES_FILE = GROUND_TRUTH_FILE -DEFAULT_OUTPUT_CSV = str(REPORTS_ANALYSIS_TRADES_CSV) -DEFAULT_OUTPUT_HTML = str(REPORTS_ANALYSIS_REPORT_HTML) -DEFAULT_CAPABILITY_HTML = str(REPORTS_ANALYSIS_CAPABILITY_HTML) -DEFAULT_LATEST_DIR = str(REPORTS_ANALYSIS_LATEST_DIR) diff --git a/deepcoin/analysis/general_analysis_context.py b/deepcoin/analysis/general_analysis_context.py deleted file mode 100644 index 534abb5..0000000 --- a/deepcoin/analysis/general_analysis_context.py +++ /dev/null @@ -1,98 +0,0 @@ -""" -general_analysis lookback 컨텍스트 특징 (패턴·파동·VP·하모닉) 봉별 적용. -""" - -from __future__ import annotations - -import pandas as pd - -from deepcoin.analysis.general_analysis_config import CONTEXT_TAIL_ROWS, LOOKBACK_BARS -from deepcoin.analysis.general_analysis_core import ga_col -from deepcoin.analysis.general_analysis_harmonic import ( - general_analysis_harmonic_columns, - general_analysis_harmonic_snapshot, -) -from deepcoin.analysis.general_analysis_patterns import general_analysis_apply_patterns_to_bars -from deepcoin.analysis.general_analysis_volume import ( - general_analysis_volume_columns, - general_analysis_volume_snapshot, -) -from deepcoin.analysis.general_analysis_wave import general_analysis_apply_wave_to_bars - - -def general_analysis_apply_volume_to_bars( - df: pd.DataFrame, - interval: int, - tail_rows: int | None = None, -) -> pd.DataFrame: - """Volume Profile 컬럼을 최근 봉에 롤링 적용.""" - out = df.copy() - for k in general_analysis_volume_columns(): - out[ga_col(k)] = 0.0 if k != "vp_in_value_area" else 0 - - lb = LOOKBACK_BARS.get(interval, 80) - n = len(out) - if n < lb + 1: - return out - if tail_rows is None: - tail_rows = CONTEXT_TAIL_ROWS.get(interval, 5000) - start = max(lb, n - tail_rows) - - for i in range(start, n): - snap = general_analysis_volume_snapshot(out.iloc[i - lb : i]) - idx = out.index[i] - for k, v in snap.items(): - out.at[idx, k] = v - - return out - - -def general_analysis_apply_harmonic_to_bars( - df: pd.DataFrame, - interval: int, - tail_rows: int | None = None, -) -> pd.DataFrame: - """하모닉 패턴 컬럼 롤링 적용.""" - out = df.copy() - for k in general_analysis_harmonic_columns(): - default = "none" if k == "harmonic_label" else 0 - out[ga_col(k)] = default - - lb = LOOKBACK_BARS.get(interval, 80) - n = len(out) - if n < lb + 1: - return out - if tail_rows is None: - tail_rows = CONTEXT_TAIL_ROWS.get(interval, 5000) - start = max(lb, n - tail_rows) - - for i in range(start, n): - snap = general_analysis_harmonic_snapshot(out.iloc[i - lb : i]) - idx = out.index[i] - for k, v in snap.items(): - out.at[idx, k] = v - - return out - - -def general_analysis_apply_context_features( - df: pd.DataFrame, - interval: int, - tail_rows: int | None = None, -) -> pd.DataFrame: - """ - 패턴·파동·VP·하모닉 lookback 라벨을 봉 시계열에 병합. - - Args: - df: general_analysis_enrich_bars 1단계 결과. - interval: 분봉 간격(분). - tail_rows: 롤링 적용 봉 수 상한. - - Returns: - 컨텍스트 ga_* 컬럼이 추가된 DataFrame. - """ - out = general_analysis_apply_patterns_to_bars(df, interval, tail_rows) - out = general_analysis_apply_wave_to_bars(out, interval, tail_rows) - out = general_analysis_apply_volume_to_bars(out, interval, tail_rows) - out = general_analysis_apply_harmonic_to_bars(out, interval, tail_rows) - return out diff --git a/deepcoin/analysis/general_analysis_core.py b/deepcoin/analysis/general_analysis_core.py deleted file mode 100644 index 921ad4a..0000000 --- a/deepcoin/analysis/general_analysis_core.py +++ /dev/null @@ -1,92 +0,0 @@ -""" -general_analysis 공통 유틸 (슬라이스·피벗·컬럼 접두사). -""" - -from __future__ import annotations - -from typing import Any - -import numpy as np -import pandas as pd - -from deepcoin.analysis.general_analysis_config import GA_COL_PREFIX, LOOKBACK_BARS - - -def ga_col(name: str) -> str: - """general_analysis 출력 컬럼명.""" - return f"{GA_COL_PREFIX}{name}" - - -def interval_tf_prefix(interval: int) -> str: - """간격 접두사 (m3, d1).""" - from deepcoin.analysis.general_analysis_config import INTERVAL_PREFIX - - return INTERVAL_PREFIX.get(interval, f"m{interval}") - - -def prefixed_snapshot( - row: pd.Series, - interval: int, - keys: list[str] | tuple[str, ...], -) -> dict[str, Any]: - """한 봉의 ga_ 컬럼을 {m3_ga_rsi: ...} 형태로 변환.""" - p = interval_tf_prefix(interval) - out: dict[str, Any] = {} - for k in keys: - col = ga_col(k) - if col in row.index: - v = row[col] - out[f"{p}_{col}"] = None if pd.isna(v) else v - return out - - -def slice_to_timestamp(df: pd.DataFrame, ts: pd.Timestamp) -> pd.DataFrame: - """타점 시각 이전 완성봉만 (해당 시각 봉 미포함).""" - if df.empty: - return df - if not isinstance(df.index, pd.DatetimeIndex): - df = df.copy() - df.index = pd.to_datetime(df.index) - ts = pd.Timestamp(ts) - if ts.tzinfo is not None and df.index.tz is None: - ts = ts.tz_localize(None) - return df[df.index < ts].copy() - - -def lookback_slice(df: pd.DataFrame, interval: int, end_ts: pd.Timestamp) -> pd.DataFrame: - """타점 직전 lookback 구간.""" - sliced = slice_to_timestamp(df, end_ts) - n = LOOKBACK_BARS.get(interval, 80) - if len(sliced) > n: - return sliced.iloc[-n:].copy() - return sliced - - -def find_pivots( - highs: np.ndarray, - lows: np.ndarray, - order: int = 3, -) -> tuple[list[int], list[int]]: - """국소 고점·저점 인덱스 (양쪽 order 봉보다 극값).""" - peak_idx: list[int] = [] - trough_idx: list[int] = [] - n = len(highs) - if n < order * 2 + 1: - return peak_idx, trough_idx - for i in range(order, n - order): - if highs[i] >= highs[i - order : i + order + 1].max(): - peak_idx.append(i) - if lows[i] <= lows[i - order : i + order + 1].min(): - trough_idx.append(i) - return peak_idx, trough_idx - - -def last_row_dict(df: pd.DataFrame, cols: list[str]) -> dict[str, Any]: - """마지막 봉의 지정 컬럼 dict.""" - if df.empty: - return {ga_col(c): None for c in cols} - row = df.iloc[-1] - return { - ga_col(c): (None if c not in row.index or pd.isna(row[c]) else row[c]) - for c in cols - } diff --git a/deepcoin/analysis/general_analysis_enrich_runner.py b/deepcoin/analysis/general_analysis_enrich_runner.py deleted file mode 100644 index 001b0c7..0000000 --- a/deepcoin/analysis/general_analysis_enrich_runner.py +++ /dev/null @@ -1,148 +0,0 @@ -""" -general_analysis 봉 데이터 전구간 enrich + 최신봉·기법 점검 리포트. - - python scripts/03_analyze_enrich.py - python scripts/03_analyze_enrich.py --interval 1440 -""" - -from __future__ import annotations - -import argparse -from pathlib import Path - -import pandas as pd - -from config import CHART_LOOKBACK_DAYS, GA_DEFAULT_TAIL_EXPORT, SYMBOL -from deepcoin.analysis.general_analysis_align import ( - general_analysis_mtf_scores, - general_analysis_mtf_vote_latest, -) -from deepcoin.analysis.general_analysis_config import ( - DEFAULT_CAPABILITY_HTML, - DEFAULT_LATEST_DIR, - GENERAL_ANALYSIS_INTERVALS, -) -from deepcoin.analysis.general_analysis_core import ga_col, interval_tf_prefix -from deepcoin.analysis.general_analysis_pipeline import general_analysis_enrich_bars -from deepcoin.ops.monitor import Monitor -from deepcoin.data.mtf_bb import load_frames_from_db - - -def _latest_row_summary(df: pd.DataFrame, prefix: str) -> dict[str, object]: - """최신 봉의 ga_·핵심 레거시 컬럼 요약.""" - if df.empty: - return {} - row = df.iloc[-1] - out: dict[str, object] = {"dt": str(df.index[-1]), "tf": prefix} - for c in df.columns: - if c.startswith("ga_") or c in ("RSI", "bb_pos", "macd_hist", "stoch_k"): - v = row[c] - if pd.isna(v): - continue - out[c] = v - return out - - -def write_capability_html( - summaries: dict[str, dict[str, object]], - vote: dict[str, object], - path: Path, -) -> None: - """기법 컬럼 존재 여부·최신값 요약 HTML.""" - rows = "" - for tf, snap in summaries.items(): - ga_cols = [k for k in snap if str(k).startswith("ga_")] - rows += f"{tf}{snap.get('dt','')}{len(ga_cols)}" - - vote_rows = "".join(f"
  • {k}: {v}
  • " for k, v in vote.items()) - - html = f""" - -general_analysis 기법 점검 - -

    general_analysis 기법 점검 ({SYMBOL})

    -

    3분~일봉 enrich 완료. 최신 봉 기준 컬럼 수·MTF 투표.

    -

    간격별 ga_ 컬럼 수

    - -{rows}
    TF최신 시각ga_ 컬럼 수
    -

    MTF 투표 (최신 봉)

    - -

    상세 CSV: {DEFAULT_LATEST_DIR}/

    -""" - path.parent.mkdir(parents=True, exist_ok=True) - path.write_text(html, encoding="utf-8") - - -def main() -> None: - parser = argparse.ArgumentParser(description="general_analysis 8TF enrich") - parser.add_argument("--interval", type=int, default=0, help="단일 간격만 (0=전체)") - parser.add_argument( - "--tail-export", - type=int, - default=GA_DEFAULT_TAIL_EXPORT, - help="CSV 저장 최근 N봉", - ) - args = parser.parse_args() - - from deepcoin.paths import ANALYSIS_CAPABILITY_HTML, ANALYSIS_LATEST_DIR - - intervals = ( - (args.interval,) - if args.interval > 0 - else GENERAL_ANALYSIS_INTERVALS - ) - - print(f"=== general_analysis enrich {SYMBOL} ===") - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - if not frames: - raise RuntimeError("coins.db 데이터 없음") - - enriched: dict[int, pd.DataFrame] = {} - summaries: dict[str, dict[str, object]] = {} - out_dir = ANALYSIS_LATEST_DIR - out_dir.mkdir(parents=True, exist_ok=True) - - for iv in intervals: - raw = frames.get(iv) - if raw is None or raw.empty: - print(f" skip {iv}: no data") - continue - p = interval_tf_prefix(iv) - print(f" [{p}] enrich {len(raw)} bars...") - ef = general_analysis_enrich_bars(raw, iv, full_context=True) - enriched[iv] = ef - tail = ef.tail(args.tail_export) - csv_path = out_dir / f"{p}_latest.csv" - tail.to_csv(csv_path, encoding="utf-8-sig") - print(f" -> {csv_path} ({len(tail)} rows x {len(tail.columns)} cols)") - summaries[p] = _latest_row_summary(ef, p) - - flat_vote: dict[str, object] = {} - if len(enriched) >= 2: - for k, v in general_analysis_mtf_vote_latest(enriched).items(): - flat_vote[ga_col(k)] = v - prefixed = {} - for iv, ef in enriched.items(): - p = interval_tf_prefix(iv) - row = ef.iloc[-1] - for c in ("RSI", "bb_pos"): - if c in row.index: - prefixed[f"{p}_{c}"] = row[c] - st = row.get(ga_col("struct_trend")) - if st is not None: - prefixed[f"{p}_{ga_col('struct_trend')}"] = st - flat_vote.update(general_analysis_mtf_scores(prefixed)) - - write_capability_html(summaries, flat_vote, ANALYSIS_CAPABILITY_HTML) - print(f"점검 리포트: {ANALYSIS_CAPABILITY_HTML}") - print("완료.") - - -if __name__ == "__main__": - main() diff --git a/deepcoin/analysis/general_analysis_harmonic.py b/deepcoin/analysis/general_analysis_harmonic.py deleted file mode 100644 index 3b2f1bc..0000000 --- a/deepcoin/analysis/general_analysis_harmonic.py +++ /dev/null @@ -1,72 +0,0 @@ -""" -general_analysis 하모닉 패턴 (Gartley, Bat 근사). -""" - -from __future__ import annotations - -import numpy as np - -from deepcoin.analysis.general_analysis_core import find_pivots, ga_col - - -def _ratio(a: float, b: float) -> float: - if abs(b) < 1e-12: - return 0.0 - return abs(a / b) - - -def _near(x: float, target: float, tol: float = 0.08) -> bool: - return abs(x - target) <= tol - - -def general_analysis_harmonic_snapshot(win) -> dict[str, object]: - """ - 최근 5개 피벗으로 Gartley·Bat 유사 비율 검사. - - Args: - win: OHLCV DataFrame. - - Returns: - ga_harmonic_* dict. - """ - res: dict[str, object] = { - "harmonic_gartley": 0, - "harmonic_bat": 0, - "harmonic_label": "none", - } - if win is None or len(win) < 30: - return {ga_col(k): v for k, v in res.items()} - - h = win["High"].astype(float).values - l = win["Low"].astype(float).values - peaks, troughs = find_pivots(h, l, order=2) - pivots = sorted([(i, "H", h[i]) for i in peaks] + [(i, "L", l[i]) for i in troughs]) - if len(pivots) < 5: - return {ga_col(k): v for k, v in res.items()} - - pts = pivots[-5:] - prices = [p[2] for p in pts] - xa = abs(prices[1] - prices[0]) - ab = abs(prices[2] - prices[1]) - bc = abs(prices[3] - prices[2]) - cd = abs(prices[4] - prices[3]) - - if xa < 1e-9: - return {ga_col(k): v for k, v in res.items()} - - r_ab = _ratio(ab, xa) - r_bc = _ratio(bc, ab) if ab > 1e-9 else 0.0 - r_cd = _ratio(cd, bc) if bc > 1e-9 else 0.0 - - if _near(r_ab, 0.618) and 0.35 <= r_bc <= 0.95 and 1.1 <= r_cd <= 1.75: - res["harmonic_gartley"] = 1 - res["harmonic_label"] = "gartley" - if _near(r_ab, 0.382) and 0.35 <= r_bc <= 0.95 and 1.5 <= r_cd <= 2.1: - res["harmonic_bat"] = 1 - res["harmonic_label"] = "bat" - - return {ga_col(k): v for k, v in res.items()} - - -def general_analysis_harmonic_columns() -> list[str]: - return ["harmonic_gartley", "harmonic_bat", "harmonic_label"] diff --git a/deepcoin/analysis/general_analysis_indicators.py b/deepcoin/analysis/general_analysis_indicators.py deleted file mode 100644 index 1415b03..0000000 --- a/deepcoin/analysis/general_analysis_indicators.py +++ /dev/null @@ -1,382 +0,0 @@ -""" -general_analysis 확장 기술적 지표 (추세·모멘텀·변동성·거래량). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import ( - BB_PERIOD, - BB_STD, - GA_ADX_PERIOD, - GA_ADX_TREND_THRESHOLD, - GA_AO_FAST, - GA_AO_SLOW, - GA_ATR_PERIOD, - GA_BB_SQUEEZE_QUANTILE, - GA_BB_SQUEEZE_WINDOW, - GA_CCI_PERIOD, - GA_CMF_PERIOD, - GA_DIVERGENCE_LOOKBACK, - GA_DONCHIAN_PERIOD, - GA_EMA_SPANS, - GA_HV_ANNUALIZE_SQRT, - GA_HV_PERCENTILE_WINDOW, - GA_HV_ROLLING_BARS, - GA_KELTNER_ATR_MULT, - GA_LINREG_WINDOW, - GA_MFI_PERIOD, - GA_PSAR_AF_MAX, - GA_PSAR_AF_START, - GA_PSAR_AF_STEP, - GA_ROC_PERIOD, - GA_SMA_PERIODS, - GA_SUPERTREND_ATR_MULT, - GA_VOL_MA_WINDOW, - GA_WILLIAMS_PERIOD, -) -from deepcoin.analysis.general_analysis_core import ga_col -from deepcoin.common.indicators import apply_bar_indicators - - -def _ema(series: pd.Series, span: int) -> pd.Series: - return series.ewm(span=span, adjust=False).mean() - - -def _parabolic_sar( - high: np.ndarray, - low: np.ndarray, - af_start: float = GA_PSAR_AF_START, - af_step: float = GA_PSAR_AF_STEP, - af_max: float = GA_PSAR_AF_MAX, -) -> tuple[np.ndarray, np.ndarray]: - """ - Parabolic SAR 시계열. - - Returns: - (sar, bull_flag 0/1) - """ - n = len(high) - sar = np.zeros(n) - bull = np.ones(n, dtype=int) - if n < 2: - return sar, bull - - is_bull = True - af = af_start - ep = high[0] - sar[0] = low[0] - - for i in range(1, n): - prev_sar = sar[i - 1] - if is_bull: - sar[i] = prev_sar + af * (ep - prev_sar) - sar[i] = min(sar[i], low[i - 1], low[i] if i > 0 else low[i - 1]) - if low[i] < sar[i]: - is_bull = False - sar[i] = ep - ep = low[i] - af = af_start - else: - if high[i] > ep: - ep = high[i] - af = min(af + af_step, af_max) - else: - sar[i] = prev_sar + af * (ep - prev_sar) - sar[i] = max(sar[i], high[i - 1], high[i] if i > 0 else high[i - 1]) - if high[i] > sar[i]: - is_bull = True - sar[i] = ep - ep = high[i] - af = af_start - else: - if low[i] < ep: - ep = low[i] - af = min(af + af_step, af_max) - bull[i] = int(is_bull) - - return sar, bull - - -def general_analysis_apply_indicators(df: pd.DataFrame) -> pd.DataFrame: - """ - 기존 apply_bar_indicators 위에 ga_ 접두사 확장 지표를 추가합니다. - - Args: - df: OHLCV. - - Returns: - ga_* 컬럼이 추가된 DataFrame. - """ - out = apply_bar_indicators(df.copy()) - o = out["Open"].astype(float) - h = out["High"].astype(float) - l = out["Low"].astype(float) - c = out["Close"].astype(float) - v = out["Volume"].astype(float) - - # --- 추세: MA --- - sma_fast = GA_SMA_PERIODS[0] if GA_SMA_PERIODS else 5 - sma_slow = GA_SMA_PERIODS[1] if len(GA_SMA_PERIODS) > 1 else 20 - for p in GA_SMA_PERIODS: - ma = c.rolling(p).mean() - out[ga_col(f"sma_{p}")] = ma - out[ga_col(f"close_vs_sma_{p}_pct")] = (c / ma.replace(0, np.nan) - 1) * 100 - - ema_fast = GA_EMA_SPANS[0] if GA_EMA_SPANS else 12 - ema_slow = GA_EMA_SPANS[1] if len(GA_EMA_SPANS) > 1 else 26 - out[ga_col(f"ema_{ema_fast}")] = _ema(c, ema_fast) - out[ga_col(f"ema_{ema_slow}")] = _ema(c, ema_slow) - out[ga_col("golden_cross")] = ( - (out[ga_col(f"sma_{sma_fast}")] > out[ga_col(f"sma_{sma_slow}")]) - & (out[ga_col(f"sma_{sma_fast}")].shift(1) <= out[ga_col(f"sma_{sma_slow}")].shift(1)) - ).astype(int) - out[ga_col("death_cross")] = ( - (out[ga_col(f"sma_{sma_fast}")] < out[ga_col(f"sma_{sma_slow}")]) - & (out[ga_col(f"sma_{sma_fast}")].shift(1) >= out[ga_col(f"sma_{sma_slow}")].shift(1)) - ).astype(int) - - # --- ATR / 변동성 --- - tr = pd.concat( - [ - h - l, - (h - c.shift(1)).abs(), - (l - c.shift(1)).abs(), - ], - axis=1, - ).max(axis=1) - atr = tr.rolling(GA_ATR_PERIOD).mean() - out[ga_col("atr_14")] = atr - out[ga_col("atr_pct")] = atr / c.replace(0, np.nan) * 100 - out[ga_col("bb_width_pct")] = out.get("BB_Width", (out["Upper"] - out["Lower"]) / out["MA"] * 100) - bw = out[ga_col("bb_width_pct")].astype(float) - out[ga_col("bb_squeeze")] = ( - bw < bw.rolling(GA_BB_SQUEEZE_WINDOW).quantile(GA_BB_SQUEEZE_QUANTILE) - ).astype(int) - - dc = GA_DONCHIAN_PERIOD - out[ga_col("donchian_high_20")] = h.rolling(dc).max() - out[ga_col("donchian_low_20")] = l.rolling(dc).min() - out[ga_col("donchian_pos")] = (c - out[ga_col("donchian_low_20")]) / ( - out[ga_col("donchian_high_20")] - out[ga_col("donchian_low_20")] - ).replace(0, np.nan) - - # --- 모멘텀: CCI, Williams %R --- - tp = (h + l + c) / 3 - cci_period = GA_CCI_PERIOD - sma_tp = tp.rolling(cci_period).mean() - mad = tp.rolling(cci_period).apply(lambda x: np.abs(x - x.mean()).mean(), raw=True) - out[ga_col("cci_20")] = (tp - sma_tp) / (0.015 * mad.replace(0, np.nan)) - out[ga_col("cci_oversold")] = (out[ga_col("cci_20")] < -100).astype(int) - out[ga_col("cci_overbought")] = (out[ga_col("cci_20")] > 100).astype(int) - - hh = h.rolling(GA_WILLIAMS_PERIOD).max() - ll = l.rolling(GA_WILLIAMS_PERIOD).min() - out[ga_col("williams_r")] = (hh - c) / (hh - ll).replace(0, np.nan) * -100 - out[ga_col("williams_oversold")] = (out[ga_col("williams_r")] < -80).astype(int) - out[ga_col("williams_overbought")] = (out[ga_col("williams_r")] > -20).astype(int) - - div_lb = GA_DIVERGENCE_LOOKBACK - out[ga_col("roc_10")] = (c / c.shift(GA_ROC_PERIOD).replace(0, np.nan) - 1) * 100 - - # MFI - raw_mf = tp * v - pos_mf = raw_mf.where(tp > tp.shift(1), 0.0).rolling(GA_MFI_PERIOD).sum() - neg_mf = raw_mf.where(tp < tp.shift(1), 0.0).rolling(GA_MFI_PERIOD).sum() - mfr = pos_mf / neg_mf.replace(0, np.nan) - out[ga_col("mfi_14")] = 100 - (100 / (1 + mfr)) - - # MACD / RSI / Stoch 다이버전스 - if "RSI" in out.columns and "macd_hist" in out.columns: - price_up = (c > c.shift(div_lb)).astype(int) - rsi_up = (out["RSI"] > out["RSI"].shift(div_lb)).astype(int) - macd_up = (out["macd_hist"] > out["macd_hist"].shift(div_lb)).astype(int) - out[ga_col("rsi_bull_div")] = ((price_up == 0) & (rsi_up == 1)).astype(int) - out[ga_col("rsi_bear_div")] = ((price_up == 1) & (rsi_up == 0)).astype(int) - out[ga_col("macd_bull_div")] = ((price_up == 0) & (macd_up == 1)).astype(int) - out[ga_col("macd_bear_div")] = ((price_up == 1) & (macd_up == 0)).astype(int) - if "stoch_k" in out.columns: - price_up = (c > c.shift(div_lb)).astype(int) - st_up = (out["stoch_k"] > out["stoch_k"].shift(div_lb)).astype(int) - out[ga_col("stoch_bull_div")] = ((price_up == 0) & (st_up == 1)).astype(int) - out[ga_col("stoch_bear_div")] = ((price_up == 1) & (st_up == 0)).astype(int) - - # 봉 간 변화 (타점 Δ와 동일 정의, 전 구간) - if "RSI" in out.columns: - out[ga_col("rsi_delta_1")] = out["RSI"].diff() - if "macd_hist" in out.columns: - out[ga_col("macd_hist_delta_1")] = out["macd_hist"].diff() - if "stoch_k" in out.columns: - out[ga_col("stoch_k_delta_1")] = out["stoch_k"].diff() - - # --- 거래량 --- - vol_ma = v.rolling(GA_VOL_MA_WINDOW).mean() - out[ga_col("vol_ma20")] = vol_ma - out[ga_col("vol_ratio")] = v / vol_ma.replace(0, np.nan) - out[ga_col("obv")] = (np.sign(c.diff().fillna(0)) * v).cumsum() - obv = out[ga_col("obv")].astype(float) - out[ga_col("obv_slope_10")] = obv - obv.shift(div_lb) - out[ga_col("obv_bull_div")] = ( - (c < c.shift(div_lb)) & (obv > obv.shift(div_lb)) - ).astype(int) - out[ga_col("obv_bear_div")] = ( - (c > c.shift(div_lb)) & (obv < obv.shift(div_lb)) - ).astype(int) - - # CMF - mfv = ((c - l) - (h - c)) / (h - l).replace(0, np.nan) * v - out[ga_col("cmf_20")] = ( - mfv.rolling(GA_CMF_PERIOD).sum() / v.rolling(GA_CMF_PERIOD).sum().replace(0, np.nan) - ) - - # Accumulation/Distribution Line - clv = ((c - l) - (h - c)) / (h - l).replace(0, np.nan) - out[ga_col("ad_line")] = (clv * v).cumsum() - ad = out[ga_col("ad_line")].astype(float) - out[ga_col("ad_slope_10")] = ad - ad.shift(div_lb) - - # VWAP 근사 (누적, 세션 리셋 없음) - cum_vp = (tp * v).cumsum() - cum_v = v.cumsum().replace(0, np.nan) - out[ga_col("vwap")] = cum_vp / cum_v - out[ga_col("close_vs_vwap_pct")] = (c / out[ga_col("vwap")] - 1) * 100 - - # Keltner Channel - k_mid = _ema(c, BB_PERIOD) - out[ga_col("keltner_mid")] = k_mid - out[ga_col("keltner_upper")] = k_mid + GA_KELTNER_ATR_MULT * atr - out[ga_col("keltner_lower")] = k_mid - GA_KELTNER_ATR_MULT * atr - out[ga_col("keltner_pos")] = (c - out[ga_col("keltner_lower")]) / ( - out[ga_col("keltner_upper")] - out[ga_col("keltner_lower")] - ).replace(0, np.nan) - - # Awesome Oscillator: median price SMA5 - SMA34 - mp = (h + l) / 2 - out[ga_col("ao")] = mp.rolling(GA_AO_FAST).mean() - mp.rolling(GA_AO_SLOW).mean() - out[ga_col("ao_bull")] = ( - (out[ga_col("ao")] > 0) & (out[ga_col("ao")].shift(1) <= 0) - ).astype(int) - out[ga_col("ao_bear")] = ( - (out[ga_col("ao")] < 0) & (out[ga_col("ao")].shift(1) >= 0) - ).astype(int) - - # Historical Volatility (로그수익 20봉 표준편차, 연율화 계수 1=봉 단위) - log_ret = np.log(c / c.shift(1).replace(0, np.nan)) - hv = log_ret.rolling(GA_HV_ROLLING_BARS).std() * GA_HV_ANNUALIZE_SQRT - out[ga_col("hv_20")] = hv - out[ga_col("hv_percentile")] = hv.rolling(GA_HV_PERCENTILE_WINDOW).apply( - lambda x: float((x[:-1] < x[-1]).mean()) if len(x) > 1 and not np.isnan(x[-1]) else 0.5, - raw=True, - ) - - # Parabolic SAR - sar, psar_bull = _parabolic_sar(h.values, l.values) - out[ga_col("psar")] = sar - out[ga_col("psar_bull")] = psar_bull - ps = pd.Series(psar_bull, index=out.index) - out[ga_col("psar_flip_bull")] = ((ps == 1) & (ps.shift(1) == 0)).astype(int) - out[ga_col("psar_flip_bear")] = ((ps == 0) & (ps.shift(1) == 1)).astype(int) - - # ADX - up_move = h.diff() - down_move = -l.diff() - plus_dm = np.where((up_move > down_move) & (up_move > 0), up_move, 0.0) - minus_dm = np.where((down_move > up_move) & (down_move > 0), down_move, 0.0) - atr_safe = atr.replace(0, np.nan) - plus_di = 100 * pd.Series(plus_dm, index=out.index).rolling(GA_ADX_PERIOD).mean() / atr_safe - minus_di = 100 * pd.Series(minus_dm, index=out.index).rolling(GA_ADX_PERIOD).mean() / atr_safe - dx = (plus_di - minus_di).abs() / (plus_di + minus_di).replace(0, np.nan) * 100 - out[ga_col("adx_14")] = dx.rolling(GA_ADX_PERIOD).mean() - out[ga_col("plus_di")] = plus_di - out[ga_col("minus_di")] = minus_di - out[ga_col("adx_trending")] = (out[ga_col("adx_14")] > GA_ADX_TREND_THRESHOLD).astype(int) - - # Supertrend 방향 (ATR 밴드) - hl2 = (h + l) / 2 - upper = hl2 + GA_SUPERTREND_ATR_MULT * atr - lower = hl2 - GA_SUPERTREND_ATR_MULT * atr - out[ga_col("supertrend_bull")] = (c > lower).astype(int) - - # Linear regression slope 20 - def _lin_slope(y: np.ndarray) -> float: - if len(y) < 2: - return 0.0 - x = np.arange(len(y)) - coef = np.polyfit(x, y, 1) - return float(coef[0]) - - out[ga_col("linreg_slope_20")] = c.rolling(GA_LINREG_WINDOW).apply(_lin_slope, raw=True) - - def _lin_r2(y: np.ndarray) -> float: - if len(y) < 3: - return 0.0 - x = np.arange(len(y)) - coef = np.polyfit(x, y, 1) - pred = coef[0] * x + coef[1] - ss_res = ((y - pred) ** 2).sum() - ss_tot = ((y - y.mean()) ** 2).sum() - if ss_tot < 1e-12: - return 0.0 - return float(1 - ss_res / ss_tot) - - out[ga_col("linreg_r2_20")] = c.rolling(GA_LINREG_WINDOW).apply(_lin_r2, raw=True) - - return out - - -def general_analysis_indicator_columns() -> list[str]: - """스냅샷용 ga_ 지표 컬럼 목록.""" - return [ - "sma_5", - "sma_20", - "sma_60", - "close_vs_sma_20_pct", - "golden_cross", - "death_cross", - "atr_14", - "atr_pct", - "bb_squeeze", - "donchian_pos", - "cci_20", - "cci_oversold", - "cci_overbought", - "williams_r", - "williams_oversold", - "williams_overbought", - "roc_10", - "mfi_14", - "rsi_bull_div", - "rsi_bear_div", - "macd_bull_div", - "macd_bear_div", - "stoch_bull_div", - "stoch_bear_div", - "rsi_delta_1", - "macd_hist_delta_1", - "stoch_k_delta_1", - "keltner_pos", - "ao", - "ao_bull", - "ao_bear", - "hv_20", - "hv_percentile", - "ad_line", - "ad_slope_10", - "vol_ratio", - "obv_slope_10", - "obv_bull_div", - "obv_bear_div", - "cmf_20", - "close_vs_vwap_pct", - "adx_14", - "adx_trending", - "supertrend_bull", - "linreg_slope_20", - "linreg_r2_20", - "psar", - "psar_bull", - "psar_flip_bull", - "psar_flip_bear", - ] diff --git a/deepcoin/analysis/general_analysis_patterns.py b/deepcoin/analysis/general_analysis_patterns.py deleted file mode 100644 index 127c2d3..0000000 --- a/deepcoin/analysis/general_analysis_patterns.py +++ /dev/null @@ -1,302 +0,0 @@ -""" -general_analysis 차트·가격 패턴 (반전·지속·박스). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import GA_PATTERN_TOLERANCE_PCT, GA_PIVOT_ORDER -from deepcoin.analysis.general_analysis_core import find_pivots, ga_col, last_row_dict - - -def _pct_diff(a: float, b: float) -> float: - return abs(a - b) / max(abs(a), abs(b), 1e-9) * 100 - - -def general_analysis_detect_patterns(win: pd.DataFrame) -> dict[str, int | float | str | None]: - """ - lookback 윈도우 마지막 봉 기준 패턴 라벨 (0/1 및 요약). - - Args: - win: OHLCV (+ 지표 선택). - - Returns: - ga_pattern_* 키 dict (접두사 없음, ga_col로 감쌈). - """ - res: dict[str, int | float | str | None] = { - "pattern_double_top": 0, - "pattern_double_bottom": 0, - "pattern_head_shoulders": 0, - "pattern_inv_head_shoulders": 0, - "pattern_triangle_sym": 0, - "pattern_triangle_asc": 0, - "pattern_triangle_desc": 0, - "pattern_flag_bull": 0, - "pattern_flag_bear": 0, - "pattern_wedge_rising": 0, - "pattern_wedge_falling": 0, - "pattern_rectangle": 0, - "pattern_channel_up": 0, - "pattern_channel_down": 0, - "pattern_measured_move": 0, - "pattern_rounding_top": 0, - "pattern_rounding_bottom": 0, - "pattern_gap_up": 0, - "pattern_gap_down": 0, - "pattern_v_bottom": 0, - "pattern_spike_top": 0, - "pattern_triple_top": 0, - "pattern_triple_bottom": 0, - "pattern_cup_handle": 0, - "pattern_keystone_bull": 0, - "pattern_keystone_bear": 0, - "pattern_island_top": 0, - "pattern_island_bottom": 0, - "pattern_label": "none", - } - if win is None or len(win) < 20: - return res - - h = win["High"].astype(float).values - l = win["Low"].astype(float).values - c = win["Close"].astype(float).values - peaks, troughs = find_pivots(h, l, order=GA_PIVOT_ORDER) - tol = GA_PATTERN_TOLERANCE_PCT - - if len(peaks) >= 3: - p1, p2, p3 = peaks[-3], peaks[-2], peaks[-1] - if ( - _pct_diff(h[p1], h[p2]) < tol - and _pct_diff(h[p2], h[p3]) < tol - and p1 < p2 < p3 - ): - res["pattern_triple_top"] = 1 - res["pattern_label"] = "triple_top" - - if len(troughs) >= 3: - t1, t2, t3 = troughs[-3], troughs[-2], troughs[-1] - if ( - _pct_diff(l[t1], l[t2]) < tol - and _pct_diff(l[t2], l[t3]) < tol - and t1 < t2 < t3 - ): - res["pattern_triple_bottom"] = 1 - res["pattern_label"] = "triple_bottom" - - if len(peaks) >= 2: - p1, p2 = peaks[-2], peaks[-1] - if _pct_diff(h[p1], h[p2]) < tol: - res["pattern_double_top"] = 1 - if res["pattern_label"] == "none": - res["pattern_label"] = "double_top" - - if len(troughs) >= 2: - t1, t2 = troughs[-2], troughs[-1] - if _pct_diff(l[t1], l[t2]) < tol: - res["pattern_double_bottom"] = 1 - res["pattern_label"] = "double_bottom" - - if len(peaks) >= 3: - i, j, k = peaks[-3], peaks[-2], peaks[-1] - if h[j] > h[i] and h[j] > h[k] and _pct_diff(h[i], h[k]) < tol * 1.5: - res["pattern_head_shoulders"] = 1 - res["pattern_label"] = "head_shoulders" - - if len(troughs) >= 3: - i, j, k = troughs[-3], troughs[-2], troughs[-1] - if l[j] < l[i] and l[j] < l[k] and _pct_diff(l[i], l[k]) < tol * 1.5: - res["pattern_inv_head_shoulders"] = 1 - res["pattern_label"] = "inv_head_shoulders" - - n = len(win) - x = np.arange(n) - high_slope = np.polyfit(x, h, 1)[0] - low_slope = np.polyfit(x, l, 1)[0] - if high_slope < 0 and low_slope > 0: - res["pattern_triangle_sym"] = 1 - if res["pattern_label"] == "none": - res["pattern_label"] = "triangle_sym" - if high_slope < 0 and low_slope > 0 and low_slope > abs(high_slope) * 0.5: - res["pattern_triangle_asc"] = 1 - if high_slope < 0 and low_slope < 0 and abs(high_slope) > abs(low_slope) * 0.5: - res["pattern_triangle_desc"] = 1 - - rng_pct = (h.max() - l.min()) / max(c[-1], 1e-9) * 100 - if rng_pct < 8 and abs(high_slope) < c[-1] * 0.0001: - res["pattern_rectangle"] = 1 - if res["pattern_label"] == "none": - res["pattern_label"] = "rectangle" - - leg = max(n // 3, 5) - if n > leg * 2: - first_move = (c[leg] - c[0]) / max(c[0], 1e-9) * 100 - channel = (c[-1] - c[-leg]) / max(c[-leg], 1e-9) * 100 - if first_move > 5 and abs(channel) < 3: - res["pattern_flag_bull"] = 1 - res["pattern_label"] = "flag_bull" - if first_move < -5 and abs(channel) < 3: - res["pattern_flag_bear"] = 1 - res["pattern_label"] = "flag_bear" - - if high_slope > 0 and low_slope > 0: - res["pattern_wedge_rising"] = 1 - if high_slope < 0 and low_slope < 0: - res["pattern_wedge_falling"] = 1 - - if high_slope > 0 and low_slope > 0: - res["pattern_channel_up"] = 1 - if high_slope < 0 and low_slope < 0: - res["pattern_channel_down"] = 1 - - if len(c) >= 15: - mid = len(c) // 2 - first_half = c[:mid].mean() - second_half = c[mid:].mean() - if c[0] > c[mid] * 1.08 and c[-1] > c[mid] * 1.05: - res["pattern_v_bottom"] = 1 - res["pattern_label"] = "v_bottom" - if c[0] < c[-1] * 0.92 and c.max() > c[0] * 1.1: - res["pattern_spike_top"] = 1 - - o = win["Open"].astype(float).values - gap_ups: list[int] = [] - gap_downs: list[int] = [] - for i in range(1, min(30, n)): - if l[i] > h[i - 1]: - res["pattern_gap_up"] = 1 - gap_ups.append(i) - if h[i] < l[i - 1]: - res["pattern_gap_down"] = 1 - gap_downs.append(i) - for gi in gap_ups: - for gd in gap_downs: - if gd > gi and h[gi] < l[gd]: - res["pattern_island_top"] = 1 - res["pattern_label"] = "island_top" - if gd > gi and l[gi] > h[gd]: - res["pattern_island_bottom"] = 1 - res["pattern_label"] = "island_bottom" - - # 키리스톤: 상단 수평 + 하단 상승(역키리스톤) 또는 하단 수평 + 상단 하락 - if abs(high_slope) < c[-1] * 0.00005 and low_slope > 0: - res["pattern_keystone_bull"] = 1 - if res["pattern_label"] == "none": - res["pattern_label"] = "keystone_bull" - if abs(low_slope) < c[-1] * 0.00005 and high_slope < 0: - res["pattern_keystone_bear"] = 1 - if res["pattern_label"] == "none": - res["pattern_label"] = "keystone_bear" - - # 컵앤핸들: 전반 U자 + 후반 15% 소폭 조정 - if n >= 40: - cup_len = int(n * 0.65) - handle_len = max(int(n * 0.15), 5) - cup = c[:cup_len] - handle = c[-handle_len:] - rim = float(max(cup[0], cup[-1])) - bottom = float(cup.min()) - depth = rim - bottom - if depth > rim * 0.08 and float(cup[-1]) > bottom + depth * 0.5: - handle_pull = float(handle.max() - handle.min()) - if handle_pull < depth * 0.5 and float(c[-1]) >= rim * 0.98: - res["pattern_cup_handle"] = 1 - res["pattern_label"] = "cup_handle" - - if len(c) >= 30: - ma = pd.Series(c).rolling(10).mean() - if float(ma.iloc[-1]) > float(ma.iloc[-15]) > float(ma.iloc[-30]): - res["pattern_rounding_bottom"] = 1 - if float(ma.iloc[-1]) < float(ma.iloc[-15]) < float(ma.iloc[-30]): - res["pattern_rounding_top"] = 1 - - if len(peaks) >= 2 and len(troughs) >= 2: - leg_h = h[peaks[-1]] - l[troughs[-1]] - if leg_h > 0 and c[-1] >= l[troughs[-1]] + leg_h * 0.9: - res["pattern_measured_move"] = 1 - - return res - - -def general_analysis_pattern_snapshot(win: pd.DataFrame) -> dict[str, object]: - """패턴 dict → ga_pattern_* 컬럼명.""" - raw = general_analysis_detect_patterns(win) - return {ga_col(k): v for k, v in raw.items()} - - -def general_analysis_pattern_columns() -> list[str]: - return [ - "pattern_double_top", - "pattern_double_bottom", - "pattern_head_shoulders", - "pattern_inv_head_shoulders", - "pattern_triangle_sym", - "pattern_triangle_asc", - "pattern_triangle_desc", - "pattern_flag_bull", - "pattern_flag_bear", - "pattern_wedge_rising", - "pattern_wedge_falling", - "pattern_rectangle", - "pattern_channel_up", - "pattern_channel_down", - "pattern_measured_move", - "pattern_rounding_top", - "pattern_rounding_bottom", - "pattern_gap_up", - "pattern_gap_down", - "pattern_v_bottom", - "pattern_spike_top", - "pattern_triple_top", - "pattern_triple_bottom", - "pattern_cup_handle", - "pattern_keystone_bull", - "pattern_keystone_bear", - "pattern_island_top", - "pattern_island_bottom", - "pattern_label", - ] - - -def general_analysis_apply_patterns_to_bars( - df: pd.DataFrame, - interval: int, - tail_rows: int | None = None, -) -> pd.DataFrame: - """ - lookback 윈도우 패턴 라벨을 봉별 컬럼으로 채움 (최근 tail_rows만, 성능). - - Args: - df: OHLCV (+ 선택적 지표). - interval: 분봉 간격. - tail_rows: None이면 전체(8천봉 이하) 또는 config tail. - - Returns: - ga_pattern_* 컬럼이 추가된 DataFrame. - """ - from deepcoin.analysis.general_analysis_config import CONTEXT_TAIL_ROWS, LOOKBACK_BARS - - out = df.copy() - lb = LOOKBACK_BARS.get(interval, 80) - keys = [k for k in general_analysis_pattern_columns() if k != "pattern_label"] - for k in keys: - out[ga_col(k)] = 0 - out[ga_col("pattern_label")] = "none" - - n = len(out) - if n < lb + 1: - return out - - if tail_rows is None: - tail_rows = CONTEXT_TAIL_ROWS.get(interval, 5000) - start = max(lb, n - tail_rows) - - for i in range(start, n): - win = out.iloc[i - lb : i] - det = general_analysis_detect_patterns(win) - idx = out.index[i] - for k, v in det.items(): - out.at[idx, ga_col(k)] = v - - return out diff --git a/deepcoin/analysis/general_analysis_pipeline.py b/deepcoin/analysis/general_analysis_pipeline.py deleted file mode 100644 index b74b0d8..0000000 --- a/deepcoin/analysis/general_analysis_pipeline.py +++ /dev/null @@ -1,154 +0,0 @@ -""" -general_analysis 전체 파이프라인 (지표·캔들·한 봉 특징). -""" - -from __future__ import annotations - -import pandas as pd - -from deepcoin.common.candle_features import compute_bar_features -from deepcoin.analysis.general_analysis_candles import ( - general_analysis_apply_candles, - general_analysis_candle_columns, -) -from deepcoin.analysis.general_analysis_chart import ( - general_analysis_apply_chart_bars, - general_analysis_chart_columns, - general_analysis_chart_metrics, -) -from deepcoin.analysis.general_analysis_context import general_analysis_apply_context_features -from deepcoin.analysis.general_analysis_harmonic import ( - general_analysis_harmonic_columns, - general_analysis_harmonic_snapshot, -) -from deepcoin.analysis.general_analysis_volume import ( - general_analysis_volume_columns, - general_analysis_volume_snapshot, -) -from deepcoin.analysis.general_analysis_core import ga_col, lookback_slice -from deepcoin.analysis.general_analysis_indicators import ( - general_analysis_apply_indicators, - general_analysis_indicator_columns, -) -from deepcoin.analysis.general_analysis_patterns import ( - general_analysis_pattern_columns, - general_analysis_pattern_snapshot, -) -from deepcoin.analysis.general_analysis_wave import ( - general_analysis_wave_columns, - general_analysis_wave_snapshot, -) - - -def general_analysis_enrich_bars( - df: pd.DataFrame, - interval: int | None = None, - *, - full_context: bool = True, -) -> pd.DataFrame: - """ - OHLCV → candle_features + ga 지표 + 캔들 + 차트 + (선택) lookback 컨텍스트. - - Args: - df: raw OHLCV. - interval: 분봉 간격. full_context=True일 때 필수. - full_context: 패턴·VP·파동·하모닉 롤링 적용. - - Returns: - 전체 특징 컬럼 DataFrame. - """ - base = compute_bar_features(df) - out = general_analysis_apply_indicators(base) - out = general_analysis_apply_candles(out) - out = general_analysis_apply_chart_bars(out) - if full_context and interval is not None: - out = general_analysis_apply_context_features(out, interval) - return out - - -def general_analysis_snapshot_at_bar( - enriched: pd.DataFrame, - ts: pd.Timestamp, - interval: int, -) -> dict[str, object]: - """ - 타점 시각 직전 완성봉 + lookback 패턴·파동·차트 메타. - - Args: - enriched: general_analysis_enrich_bars 결과. - ts: 타점 시각. - interval: 분봉 간격. - - Returns: - flat dict (ga_ 키 + legacy bb/rsi where present). - """ - win = lookback_slice(enriched, interval, ts) - snap: dict[str, object] = {} - if win.empty: - return snap - - row = win.iloc[-1] - - legacy_cols = [ - "bb_pos", - "RSI", - "macd_hist", - "stoch_k", - "stoch_d", - "macd_line", - "macd_signal", - "BB_Width", - ] - for c in legacy_cols: - if c in row.index and not pd.isna(row[c]): - snap[c] = float(row[c]) if isinstance(row[c], (int, float)) else row[c] - - for c in general_analysis_indicator_columns(): - col = ga_col(c) - if col in row.index: - v = row[col] - snap[col] = None if pd.isna(v) else v - - for c in general_analysis_candle_columns(): - col = ga_col(c) - if col in row.index: - snap[col] = int(row[col]) if not pd.isna(row[col]) else 0 - - pat_cols = [ga_col(c) for c in general_analysis_pattern_columns()] - if pat_cols and pat_cols[0] in enriched.columns: - for col in pat_cols: - if col in row.index: - snap[col] = row[col] - else: - snap.update(general_analysis_pattern_snapshot(win)) - - wave_cols = [ga_col(c) for c in general_analysis_wave_columns()] - if wave_cols and wave_cols[0] in enriched.columns: - for col in wave_cols: - if col in row.index: - snap[col] = row[col] - else: - snap.update(general_analysis_wave_snapshot(win)) - - snap.update(general_analysis_volume_snapshot(win)) - snap.update(general_analysis_harmonic_snapshot(win)) - snap.update(general_analysis_chart_metrics(win)) - - return snap - - -def general_analysis_all_snapshot_keys() -> list[str]: - """CSV 헤더용 전체 키 목록 (간격 접두사 제외).""" - keys = list(legacy_snapshot_keys()) - keys += [ga_col(c) for c in general_analysis_indicator_columns()] - keys += [ga_col(c) for c in general_analysis_candle_columns()] - keys += [ga_col(c) for c in general_analysis_pattern_columns()] - keys += [ga_col(c) for c in general_analysis_wave_columns()] - keys += [ga_col(c) for c in general_analysis_chart_columns()] - keys += [ga_col(c) for c in general_analysis_volume_columns()] - keys += [ga_col(c) for c in general_analysis_harmonic_columns()] - return keys - - -def legacy_snapshot_keys() -> list[str]: - return ["bb_pos", "RSI", "macd_hist", "stoch_k", "stoch_d"] diff --git a/deepcoin/analysis/general_analysis_report.py b/deepcoin/analysis/general_analysis_report.py deleted file mode 100644 index 88b2640..0000000 --- a/deepcoin/analysis/general_analysis_report.py +++ /dev/null @@ -1,73 +0,0 @@ -""" -general_analysis HTML 요약 리포트. -""" - -from __future__ import annotations - -from pathlib import Path - -import pandas as pd - -from deepcoin.analysis.general_analysis_config import DEFAULT_OUTPUT_CSV, DEFAULT_OUTPUT_HTML - - -def write_analysis_report( - csv_path: Path | str = DEFAULT_OUTPUT_CSV, - html_path: Path | str = DEFAULT_OUTPUT_HTML, -) -> Path: - """ - 스냅샷 CSV를 읽어 모듈별 컬럼 수·샘플 테이블 HTML 생성. - - Returns: - HTML 경로. - """ - df = pd.read_csv(csv_path) - html_out = Path(html_path) - html_out.parent.mkdir(parents=True, exist_ok=True) - - modules = { - "지표 (ga_)": [c for c in df.columns if "_ga_" in c or c.startswith("ga_")], - "패턴": [c for c in df.columns if "ga_pattern_" in c], - "파동·구조": [c for c in df.columns if "ga_struct_" in c or "ga_elliott" in c or "ga_wyckoff" in c or "ga_fib_" in c], - "차트": [c for c in df.columns if "ga_chart_" in c], - "MTF 합성": [c for c in df.columns if "ga_align_" in c], - "레거시": [c for c in df.columns if c.endswith("_RSI") or c.endswith("_bb_pos")], - } - - summary_rows = "" - for name, cols in modules.items(): - summary_rows += f"{name}{len(cols)}" - - sample = df.head(5)[ - ["dt", "action", "price", "ga_align_timing_buy_score", "ga_align_mtf_conflict", "d1_RSI", "m3_RSI"] - ].to_html(index=False, classes="tbl") if "d1_RSI" in df.columns else df.head(3).to_html(index=False) - - buy_mean = df[df["action"] == "buy"]["ga_align_timing_buy_score"].mean() if "ga_align_timing_buy_score" in df.columns else 0 - sell_mean = df[df["action"] == "sell"]["ga_align_timing_sell_score"].mean() if "ga_align_timing_sell_score" in df.columns else 0 - - content = f""" - -general_analysis 실행 리포트 - -

    general_analysis 실행 리포트

    -

    타점 {len(df)}건 · 컬럼 {len(df.columns)}개 · CSV: {csv_path}

    -

    모듈별 컬럼 수

    - -{summary_rows}
    모듈컬럼 수
    -

    MTF 합성 평균

    - -

    샘플 5건

    -{sample} -

    전체 데이터: {csv_path}

    -""" - html_out.write_text(content, encoding="utf-8") - print(f"리포트: {html_out}") - return html_out diff --git a/deepcoin/analysis/general_analysis_runner.py b/deepcoin/analysis/general_analysis_runner.py deleted file mode 100644 index b191acf..0000000 --- a/deepcoin/analysis/general_analysis_runner.py +++ /dev/null @@ -1,89 +0,0 @@ -""" -general_analysis 실행 진입점. - - python scripts/03_analyze_trades.py - python scripts/03_analyze_trades.py --limit 20 # 테스트용 타점 수 제한 -""" - -from __future__ import annotations - -import argparse -import json -from pathlib import Path - -from config import CHART_LOOKBACK_DAYS, SYMBOL -from deepcoin.analysis.general_analysis_config import ( - DEFAULT_OUTPUT_CSV, - DEFAULT_OUTPUT_HTML, - DEFAULT_TRADES_FILE, -) -from deepcoin.analysis.general_analysis_report import write_analysis_report -from deepcoin.analysis.general_analysis_snapshot import export_trade_snapshots -from deepcoin.ops.monitor import Monitor -from deepcoin.data.mtf_bb import load_frames_from_db - - -def main() -> None: - """ground truth 타점 MTF general_analysis 스냅샷 생성.""" - parser = argparse.ArgumentParser(description="general_analysis MTF 타점 분석") - parser.add_argument("--limit", type=int, default=0, help="타점 수 제한 (0=전체)") - parser.add_argument("--trades", type=str, default=DEFAULT_TRADES_FILE) - parser.add_argument("--csv", type=str, default=DEFAULT_OUTPUT_CSV) - parser.add_argument("--html", type=str, default=DEFAULT_OUTPUT_HTML) - args = parser.parse_args() - - from deepcoin.paths import REPORTS_ANALYSIS - - trades_path = Path(args.trades) - data = json.loads(trades_path.read_text(encoding="utf-8")) - trades = data.get("trades") or [] - if args.limit > 0: - trades = trades[: args.limit] - print(f"테스트 모드: 타점 {args.limit}건만") - - import sys - import time - - print(f"=== 03b GT 타점 MTF 분석 {SYMBOL} (lookback {CHART_LOOKBACK_DAYS}일) ===") - print(f" 간격: 3,5,10,15,30,60,240,1440분 (1분 제외) · 타점 {len(trades)}건") - sys.stdout.flush() - t0 = time.time() - print("[03b] Phase 0: DB에서 8TF OHLCV 로드...") - sys.stdout.flush() - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - if not frames: - raise RuntimeError("coins.db 데이터 없음") - for iv in (3, 5, 10, 15, 30, 60, 240, 1440): - df = frames.get(iv) - n = len(df) if df is not None else 0 - print(f" WLD_{iv}: {n:,}봉") - print(f"[03b] Phase 0 완료 ({time.time() - t0:.0f}초)") - sys.stdout.flush() - - # limit 시 임시 trades 파일 - if args.limit > 0: - tmp = REPORTS_ANALYSIS / "_ga_trades_subset.json" - tmp.parent.mkdir(exist_ok=True) - subset = {**data, "trades": trades} - tmp.write_text(json.dumps(subset, ensure_ascii=False), encoding="utf-8") - trades_path = tmp - - from deepcoin.analysis.general_analysis_snapshot import build_trade_mtf_snapshots - - csv_path = Path(args.csv) - df = build_trade_mtf_snapshots(frames, trades) - csv_path.parent.mkdir(parents=True, exist_ok=True) - df.to_csv(csv_path, index=False, encoding="utf-8-sig") - print(f"저장: {csv_path} ({len(df)}행 × {len(df.columns)}열)") - - write_analysis_report(csv_path, Path(args.html)) - - from deepcoin.matching.gt_mtf_profile import run_gt_mtf_profile - - run_gt_mtf_profile(csv_path) - print("완료.") - - -if __name__ == "__main__": - main() diff --git a/deepcoin/analysis/general_analysis_snapshot.py b/deepcoin/analysis/general_analysis_snapshot.py deleted file mode 100644 index 2078ad3..0000000 --- a/deepcoin/analysis/general_analysis_snapshot.py +++ /dev/null @@ -1,130 +0,0 @@ -""" -general_analysis ground truth 타점 MTF 스냅샷 생성. -""" - -from __future__ import annotations - -import json -import sys -import time -from pathlib import Path -from typing import Any - -import pandas as pd - -from deepcoin.analysis.general_analysis_align import general_analysis_mtf_scores -from deepcoin.analysis.general_analysis_config import ( - DEFAULT_OUTPUT_CSV, - DEFAULT_TRADES_FILE, - GENERAL_ANALYSIS_INTERVALS, -) -from deepcoin.analysis.general_analysis_core import interval_tf_prefix -from deepcoin.analysis.general_analysis_pipeline import general_analysis_enrich_bars, general_analysis_snapshot_at_bar -from deepcoin.ground_truth.ground_truth import load_ground_truth - - -def _prefixed_snap(snap: dict[str, Any], interval: int) -> dict[str, Any]: - p = interval_tf_prefix(interval) - return {f"{p}_{k}": v for k, v in snap.items()} - - -def build_trade_mtf_snapshots( - frames: dict[int, pd.DataFrame], - trades: list[dict[str, Any]], -) -> pd.DataFrame: - """ - 모든 타점에 대해 8개 간격 general_analysis 스냅샷. - - Args: - frames: interval → OHLCV. - trades: ground_truth trades. - - Returns: - wide DataFrame (1 row per trade). - """ - n_trades = len(trades) - enriched: dict[int, pd.DataFrame] = {} - t0 = time.time() - print( - f"[03b] MTF enrich (주·월봉 포함) — {len(GENERAL_ANALYSIS_INTERVALS)}개 간격" - ) - sys.stdout.flush() - for step, iv in enumerate(GENERAL_ANALYSIS_INTERVALS, start=1): - raw = frames.get(iv) - if raw is None or raw.empty: - print(f" [{step}/8] {interval_tf_prefix(iv)} SKIP (데이터 없음)") - sys.stdout.flush() - continue - label = interval_tf_prefix(iv) - print(f" [{step}/8] {label} enrich 시작 ({len(raw):,}봉)...") - sys.stdout.flush() - t_iv = time.time() - enriched[iv] = general_analysis_enrich_bars(raw, iv, full_context=True) - print(f" [{step}/8] {label} 완료 — {len(enriched[iv].columns)}열, {time.time() - t_iv:.0f}초") - sys.stdout.flush() - print(f"[03b] Phase A 완료 (누적 {time.time() - t0:.0f}초)") - sys.stdout.flush() - - print(f"[03b] Phase B: GT 타점 스냅샷 {n_trades}건") - sys.stdout.flush() - rows: list[dict[str, Any]] = [] - t_b = time.time() - for i, t in enumerate(sorted(trades, key=lambda x: x["dt"])): - ts = pd.Timestamp(t["dt"]) - row: dict[str, Any] = { - "trade_idx": i, - "dt": t["dt"], - "action": t["action"], - "price": t["price"], - "weight": t.get("weight", 1.0), - "leg_id": t.get("leg_id", 0), - "memo": t.get("memo", ""), - } - flat: dict[str, Any] = {} - for iv in GENERAL_ANALYSIS_INTERVALS: - ef = enriched.get(iv) - if ef is None: - continue - snap = general_analysis_snapshot_at_bar(ef, ts, iv) - flat.update(_prefixed_snap(snap, iv)) - row.update(flat) - row.update(general_analysis_mtf_scores(flat)) - rows.append(row) - done = i + 1 - if done == 1 or done % 25 == 0 or done == n_trades: - elapsed = time.time() - t_b - rate = done / elapsed if elapsed > 0 else 0 - eta = (n_trades - done) / rate if rate > 0 else 0 - print( - f" 타점 {done}/{n_trades} " - f"({elapsed:.0f}초 경과, ETA 약 {eta:.0f}초)" - ) - sys.stdout.flush() - - print(f"[03b] Phase B 완료 ({time.time() - t_b:.0f}초)") - sys.stdout.flush() - return pd.DataFrame(rows) - - -def export_trade_snapshots( - frames: dict[int, pd.DataFrame], - trades_path: Path | str = DEFAULT_TRADES_FILE, - output_csv: Path | str = DEFAULT_OUTPUT_CSV, -) -> Path: - """ - CSV로 타점 MTF 스냅샷 저장. - - Returns: - 저장 경로. - """ - data = load_ground_truth(Path(trades_path)) - if not data: - raise FileNotFoundError(f"정답 파일 없음: {trades_path}") - trades = data.get("trades") or [] - print(f"타점 {len(trades)}건 × {len(GENERAL_ANALYSIS_INTERVALS)} TF general_analysis") - df = build_trade_mtf_snapshots(frames, trades) - out = Path(output_csv) - out.parent.mkdir(parents=True, exist_ok=True) - df.to_csv(out, index=False, encoding="utf-8-sig") - print(f"저장: {out} ({len(df)}행 × {len(df.columns)}열)") - return out diff --git a/deepcoin/analysis/general_analysis_volume.py b/deepcoin/analysis/general_analysis_volume.py deleted file mode 100644 index 6408b1f..0000000 --- a/deepcoin/analysis/general_analysis_volume.py +++ /dev/null @@ -1,92 +0,0 @@ -""" -general_analysis Volume Profile (POC, VAH, VAL). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import GA_VP_BINS, GA_VP_VALUE_AREA_PCT -from deepcoin.analysis.general_analysis_core import ga_col - - -def general_analysis_volume_profile( - win: pd.DataFrame, - bins: int | None = None, - value_area_pct: float | None = None, -) -> dict[str, float | int]: - """ - lookback 구간 가격-거래량 분포에서 POC·VAH·VAL 계산. - - Args: - win: OHLCV. - bins: 가격 구간 수. - value_area_pct: value area 누적 비율 (기본 70%). - - Returns: - ga_vp_* 키 dict (접두사 없음). - """ - res: dict[str, float | int] = { - "vp_poc": 0.0, - "vp_vah": 0.0, - "vp_val": 0.0, - "vp_close_vs_poc_pct": 0.0, - "vp_in_value_area": 0, - } - if bins is None: - bins = GA_VP_BINS - if value_area_pct is None: - value_area_pct = GA_VP_VALUE_AREA_PCT - - if win is None or len(win) < 10 or "Volume" not in win.columns: - return res - - h = win["High"].astype(float).values - l = win["Low"].astype(float).values - c = win["Close"].astype(float).values - v = win["Volume"].astype(float).values - tp = (h + l + c) / 3.0 - - lo, hi = float(l.min()), float(h.max()) - if hi <= lo: - return res - - edges = np.linspace(lo, hi, bins + 1) - hist = np.zeros(bins, dtype=float) - for i in range(len(tp)): - idx = int(np.clip(np.digitize(tp[i], edges) - 1, 0, bins - 1)) - hist[idx] += v[i] - - if hist.sum() <= 0: - return res - - poc_idx = int(np.argmax(hist)) - poc = float((edges[poc_idx] + edges[poc_idx + 1]) / 2) - res["vp_poc"] = poc - - order = np.argsort(hist)[::-1] - cum = 0.0 - selected: list[int] = [] - total = hist.sum() - for idx in order: - selected.append(int(idx)) - cum += hist[idx] - if cum >= total * value_area_pct: - break - sel_min, sel_max = min(selected), max(selected) - res["vp_val"] = float(edges[sel_min]) - res["vp_vah"] = float(edges[sel_max + 1]) - res["vp_close_vs_poc_pct"] = float((c[-1] / poc - 1) * 100) if poc else 0.0 - res["vp_in_value_area"] = int(res["vp_val"] <= c[-1] <= res["vp_vah"]) - - return res - - -def general_analysis_volume_columns() -> list[str]: - return ["vp_poc", "vp_vah", "vp_val", "vp_close_vs_poc_pct", "vp_in_value_area"] - - -def general_analysis_volume_snapshot(win: pd.DataFrame) -> dict[str, object]: - """Volume profile → ga_vp_*.""" - return {ga_col(k): v for k, v in general_analysis_volume_profile(win).items()} diff --git a/deepcoin/analysis/general_analysis_wave.py b/deepcoin/analysis/general_analysis_wave.py deleted file mode 100644 index 0db968d..0000000 --- a/deepcoin/analysis/general_analysis_wave.py +++ /dev/null @@ -1,205 +0,0 @@ -""" -general_analysis 파동·시장 구조 (다우, 엘리어트 라이트, 피보나치, Wyckoff 태그). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from deepcoin.analysis.general_analysis_core import find_pivots, ga_col - - -def _fib_levels(low: float, high: float) -> dict[str, float]: - diff = high - low - return { - "fib_0": low, - "fib_382": low + diff * 0.382, - "fib_500": low + diff * 0.5, - "fib_618": low + diff * 0.618, - "fib_100": high, - "fib_1618": low + diff * 1.618, - } - - -def general_analysis_wave_snapshot(win: pd.DataFrame) -> dict[str, object]: - """ - lookback 윈도우 마지막 시점 파동·구조 스냅샷. - - Args: - win: OHLCV. - - Returns: - ga_wave_* / ga_struct_* / ga_fib_* dict. - """ - res: dict[str, object] = { - "struct_trend": "range", - "struct_hh": 0, - "struct_hl": 0, - "struct_lh": 0, - "struct_ll": 0, - "struct_bos_bull": 0, - "struct_bos_bear": 0, - "struct_choch": 0, - "elliott_wave_count": 0, - "elliott_phase": "unknown", - "wyckoff_phase": "unknown", - "fib_near_level": "none", - "ichi_trend": "neutral", - "pitchfork_bias": "neutral", - "pitchfork_dist_pct": 0.0, - "wyckoff_spring": 0, - "wyckoff_utad": 0, - } - if win is None or len(win) < 15: - return {ga_col(k): v for k, v in res.items()} - - h = win["High"].astype(float).values - l = win["Low"].astype(float).values - c = win["Close"].astype(float).values - peaks, troughs = find_pivots(h, l, order=2) - - # Dow HH/HL/LH/LL - if len(peaks) >= 2 and len(troughs) >= 2: - hh = int(h[peaks[-1]] > h[peaks[-2]]) - hl = int(l[troughs[-1]] > l[troughs[-2]]) - lh = int(h[peaks[-1]] < h[peaks[-2]]) - ll = int(l[troughs[-1]] < l[troughs[-2]]) - res["struct_hh"] = hh - res["struct_hl"] = hl - res["struct_lh"] = lh - res["struct_ll"] = ll - if hh and hl: - res["struct_trend"] = "up" - elif lh and ll: - res["struct_trend"] = "down" - if hh and c[-1] > h[peaks[-2]]: - res["struct_bos_bull"] = 1 - if ll and c[-1] < l[troughs[-2]]: - res["struct_bos_bear"] = 1 - if (hh and ll) or (lh and hl): - res["struct_choch"] = 1 - - # Elliott lite: pivot count in window - swings = len(peaks) + len(troughs) - res["elliott_wave_count"] = swings - if swings >= 5: - res["elliott_phase"] = "impulse_late" - elif swings >= 3: - res["elliott_phase"] = "corrective" - - # Wyckoff lite - vol = win["Volume"].astype(float).values if "Volume" in win.columns else np.ones(len(c)) - vol_ma = vol[-20:].mean() if len(vol) >= 20 else vol.mean() - price_range = (h[-20:].max() - l[-20:].min()) / max(c[-1], 1e-9) * 100 - if price_range < 6 and vol[-1] < vol_ma * 1.2: - res["wyckoff_phase"] = "accumulation" - elif price_range < 6 and vol[-1] > vol_ma * 1.5 and c[-1] > c[-5]: - res["wyckoff_phase"] = "distribution" - - if price_range < 8 and l[-1] < l[-5] and c[-1] > c[-2] and vol[-1] > vol_ma * 1.3: - res["wyckoff_spring"] = 1 - if price_range < 8 and h[-1] > h[-5] and c[-1] < c[-2] and vol[-1] > vol_ma * 1.3: - res["wyckoff_utad"] = 1 - - # Andrews Pitchfork (3피벗 중앙선 대비 종가 위치) - pivots = sorted([(i, h[i]) for i in peaks] + [(i, l[i]) for i in troughs]) - if len(pivots) >= 3: - p0, p1, p2 = pivots[-3], pivots[-2], pivots[-1] - y0 = p0[1] - y_mid = (p1[1] + p2[1]) / 2 - x0, x2 = p0[0], p2[0] - if x2 != x0: - slope = (y_mid - y0) / (x2 - x0) - y_line = y0 + slope * (len(c) - 1 - x0) - dist_pct = (c[-1] - y_line) / max(c[-1], 1e-9) * 100 - res["pitchfork_dist_pct"] = round(float(dist_pct), 3) - if dist_pct > 0.5: - res["pitchfork_bias"] = "above" - elif dist_pct < -0.5: - res["pitchfork_bias"] = "below" - - # Fibonacci - hi, lo = float(h.max()), float(l.min()) - levels = _fib_levels(lo, hi) - price = float(c[-1]) - for name, lvl in levels.items(): - if abs(price - lvl) / max(price, 1e-9) * 100 < 1.5: - res["fib_near_level"] = name.replace("fib_", "") - break - - if "ichi_cloud_top" in win.columns: - row = win.iloc[-1] - ct = float(row.get("ichi_cloud_top", np.nan)) - cb = float(row.get("ichi_cloud_bottom", np.nan)) - if not np.isnan(ct) and price > ct: - res["ichi_trend"] = "above_cloud" - elif not np.isnan(cb) and price < cb: - res["ichi_trend"] = "below_cloud" - else: - res["ichi_trend"] = "in_cloud" - - return {ga_col(k): v for k, v in res.items()} - - -def general_analysis_wave_columns() -> list[str]: - return [ - "struct_trend", - "struct_hh", - "struct_hl", - "struct_lh", - "struct_ll", - "struct_bos_bull", - "struct_bos_bear", - "struct_choch", - "elliott_wave_count", - "elliott_phase", - "wyckoff_phase", - "fib_near_level", - "ichi_trend", - "pitchfork_bias", - "pitchfork_dist_pct", - "wyckoff_spring", - "wyckoff_utad", - ] - - -def general_analysis_apply_wave_to_bars( - df: pd.DataFrame, - interval: int, - tail_rows: int | None = None, -) -> pd.DataFrame: - """파동·구조 스냅샷을 최근 봉에 롤링 적용.""" - from deepcoin.analysis.general_analysis_config import CONTEXT_TAIL_ROWS, LOOKBACK_BARS - - out = df.copy() - lb = LOOKBACK_BARS.get(interval, 80) - for k in general_analysis_wave_columns(): - col = ga_col(k) - if k == "struct_trend": - out[col] = "range" - elif k in ("elliott_phase", "wyckoff_phase"): - out[col] = "unknown" - elif k == "fib_near_level": - out[col] = "none" - elif k in ("ichi_trend", "pitchfork_bias"): - out[col] = "neutral" - elif k == "pitchfork_dist_pct": - out[col] = 0.0 - else: - out[col] = 0 - - n = len(out) - if n < lb + 1: - return out - if tail_rows is None: - tail_rows = CONTEXT_TAIL_ROWS.get(interval, 5000) - start = max(lb, n - tail_rows) - - for i in range(start, n): - snap = general_analysis_wave_snapshot(out.iloc[i - lb : i]) - idx = out.index[i] - for k, v in snap.items(): - out.at[idx, k] = v - - return out diff --git a/deepcoin/api/__init__.py b/deepcoin/api/__init__.py deleted file mode 100644 index bbc1ed0..0000000 --- a/deepcoin/api/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -"""외부 API 연동 (빗썸 등).""" - -from deepcoin.api.bithumb import HTS - -__all__ = ["HTS"] diff --git a/deepcoin/api/bithumb.py b/deepcoin/api/bithumb.py deleted file mode 100644 index c3d72de..0000000 --- a/deepcoin/api/bithumb.py +++ /dev/null @@ -1,301 +0,0 @@ -import pandas as pd -import jwt -import uuid -import time -import requests -import json -import hashlib -from urllib.parse import urlencode - - -class HTS: - """빗썸 Open API 래퍼 (시세 조회, 잔고, 주문).""" - - bithumb = None - accessKey = "" - secretKey = "" - apiUrl = "" - - def __init__(self): - from config import BITHUMB_ACCESS_KEY, BITHUMB_API_URL, BITHUMB_SECRET_KEY - - self.bithumb = None - self.accessKey = BITHUMB_ACCESS_KEY - self.secretKey = BITHUMB_SECRET_KEY - self.apiUrl = BITHUMB_API_URL.rstrip("/") - - def append(self, stock, df=None, data_1=None): - if df is not None: - for i in range(len(df)): - stock['PRICE'].append( - { - "ymd": df.index[i], - "close": df['close'].iloc[i], - "diff": 0, - "open": df['open'].iloc[i], - "high": df['high'].iloc[i], - "low": df['low'].iloc[i], - "volume": df['volume'].iloc[i], - "avg5": -1, "avg20": -1, "avg60": -1, "avg120": -1, "avg240": -1, "avg480": -1, - "bolingerband_upper": -1, "bolingerband_lower": -1, "bolingerband_middle": -1, "bolingerband_bwi": -1, - "ichimokucloud_changeLine": -1, "ichimokucloud_baseLine": -1, "ichimokucloud_leadingSpan1": -1, "ichimokucloud_leadingSpan2": -1, - "stochastic_fast_k_1": -1, "stochastic_slow_k_1": -1, "stochastic_slow_d_1": -1, - "stochastic_fast_k_2": -1, "stochastic_slow_k_2": -1, "stochastic_slow_d_2": -1, - "stochastic_fast_k_3": -1, "stochastic_slow_k_3": -1, "stochastic_slow_d_3": -1, - "rsi": -1, "rsis": -1, - "macd": -1, "macds": -1, "macdo": -1, "nor_macd": -1, "nor_macds": -1, "nor_macdo": -1, - }) - - if data_1 is not None: - stock['PRICE'].append( - { - "ymd": data_1.index[-1], - "close": data_1['close'].iloc[-1], - "diff": 0, - "open": data_1['open'].iloc[-1], - "high": data_1['high'].iloc[-1], - "low": data_1['low'].iloc[-1], - "volume": data_1['volume'].iloc[-1], - "avg5": -1, "avg20": -1, "avg60": -1, "avg120": -1, "avg240": -1, "avg480": -1, - "bolingerband_upper": -1, "bolingerband_lower": -1, "bolingerband_middle": -1, "bolingerband_bwi": -1, "bolingerband_nor_bwi": -1, - "envelope_upper": -1, "envelope_lower": -1, "envelope_middle": -1, - "ichimokucloud_changeLine": -1, "ichimokucloud_baseLine": -1, "ichimokucloud_leadingSpan1": -1, - "ichimokucloud_leadingSpan2": -1, - "stochastic_fast_k_1": -1, "stochastic_slow_k_1": -1, "stochastic_slow_d_1": -1, - "stochastic_fast_k_2": -1, "stochastic_slow_k_2": -1, "stochastic_slow_d_2": -1, - "stochastic_fast_k_3": -1, "stochastic_slow_k_3": -1, "stochastic_slow_d_3": -1, - "rsi": -1, "rsis": -1, - "macd": -1, "macds": -1, "macdo": -1, "nor_macd": -1, "nor_macds": -1, "nor_macdo": -1, - }) - return - - def getCoinRawData(self, ticker_code, minute=None, day=False, week=False, month=False, to=None, endpoint='/v1/candles'): - url = None - if minute == 0: - # 현재가 정보 - url = (self.apiUrl + "/v1/ticker?markets=KRW-{}").format(ticker_code) - - headers = {"accept": "application/json"} - response = requests.get(url, headers=headers) - json_data = json.loads(response.text) - df_temp = pd.DataFrame(json_data) - if 'trade_date_kst' not in df_temp or 'trade_time_kst' not in df_temp: - return None - df = pd.DataFrame() - df['datetime'] = pd.to_datetime(df_temp['trade_date_kst'], format='%Y-%m-%dT%H:%M:%S') - df['open'] = df_temp['opening_price'] - df['close'] = df_temp['trade_price'] - df['high'] = df_temp['high_price'] - df['low'] = df_temp['low_price'] - df['volume'] = df_temp['trade_volume'] - df = df.set_index('datetime') - df = df.astype(float) - df["datetime"] = df.index - else: - # 분봉 - if minute is not None and minute in {1, 3, 5, 10, 15, 30, 60, 240}: - if to is None: - url = (self.apiUrl + endpoint + "/minutes/{}?market=KRW-{}&count=3000").format(minute, ticker_code) - else: - url = (self.apiUrl + endpoint + "/minutes/{}?market=KRW-{}&count=3000&to={}").format(minute, ticker_code, to) - if day: - if to is None: - url = (self.apiUrl + endpoint + "/days?market=KRW-{}&count=3000").format(ticker_code) - else: - url = (self.apiUrl + endpoint + "/days?market=KRW-{}&count=3000&to={}").format(ticker_code, to) - if week: - if to is None: - url = (self.apiUrl + endpoint + "/weeks?market=KRW-{}&count=3000").format(ticker_code) - else: - url = (self.apiUrl + endpoint + "/weeks?market=KRW-{}&count=3000&to={}").format(ticker_code, to) - if month: - if to is None: - url = (self.apiUrl + endpoint + "/months?market=KRW-{}&count=3000").format(ticker_code) - else: - url = (self.apiUrl + endpoint + "/months?market=KRW-{}&count=3000&to={}").format(ticker_code, to) - - if url is None: - return None - - headers = {"accept": "application/json"} - response = requests.get(url, headers=headers) - json_data = json.loads(response.text) - df_temp = pd.DataFrame(json_data) - if 'candle_date_time_kst' not in df_temp: - return None - df = pd.DataFrame() - #df.columns = ['datetime', 'open', 'close', 'high', 'low', 'volume'] - #df['datetime'] = pd.to_datetime(df_temp['candle_date_time_kst']) - df['datetime'] = pd.to_datetime(df_temp['candle_date_time_kst'], format='%Y-%m-%dT%H:%M:%S') - df['open'] = df_temp['opening_price'] - df['close'] = df_temp['trade_price'] - df['high'] = df_temp['high_price'] - df['low'] = df_temp['low_price'] - df['volume'] = df_temp['candle_acc_trade_volume'] - df = df.set_index('datetime') - df = df.astype(float) - df["datetime"] = df.index - - if df is None: - return None - - return df - - def getTickerList(self): - url = f"{self.apiUrl}/v1/market/all?isDetails=false" - headers = {"accept": "application/json"} - response = requests.get(url, headers=headers) - - tickets = response.json() - return tickets - - def getVirtual_asset_warning(self): - url = f"{self.apiUrl}/v1/market/virtual_asset_warning" - headers = {"accept": "application/json"} - response = requests.get(url, headers=headers) - warning_list = response.json() - return warning_list - - # 거래대금이 많은 순으로 코인리스트를 얻는다. - def getTopCoinList(self, interval, top): - return - - # 현재 가격 얻어오기 - def getCurrentPrice(self, ticker_code, endpoint='/v1/ticker'): - headers = {"accept": "application/json"} - url = (self.apiUrl + endpoint + "?markets=KRW-{}").format(ticker_code) - response = requests.get(url, headers=headers) - - ticker_state = response.json() - return ticker_state - - # 잔고 가져오기 - def getBalances(self, ticker_code=None, endpoint='/v1/accounts'): - - payload = { - 'access_key': self.accessKey, - 'nonce': str(uuid.uuid4()), - 'timestamp': round(time.time() * 1000) - } - jwt_token = jwt.encode(payload, self.secretKey) - authorization_token = 'Bearer {}'.format(jwt_token) - headers = { - 'Authorization': authorization_token - } - response = requests.get(self.apiUrl + endpoint, headers=headers) - balances = response.json() - - """ - [ - {'currency': 'P', 'balance': '78290', 'locked': '0', 'avg_buy_price': '0', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'KRW', 'balance': '4218.401653', 'locked': '0', 'avg_buy_price': '0', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'XRP', 'balance': '13069.27647861', 'locked': '0', 'avg_buy_price': '1917', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'ADA', 'balance': '6941.65484013', 'locked': '0', 'avg_buy_price': '1260', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'BSV', 'balance': '0.00005656', 'locked': '0', 'avg_buy_price': '65450', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'SAND', 'balance': '0.00001158', 'locked': '0', 'avg_buy_price': '544.8', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'AVAX', 'balance': '26.43960509', 'locked': '0', 'avg_buy_price': '60882', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'}, - {'currency': 'XCORE', 'balance': '0.2119', 'locked': '0', 'avg_buy_price': '0', 'avg_buy_price_modified': False, 'unit_currency': 'KRW'} - ] - """ - if ticker_code is None: - return balances - else: - for balance in balances: - if balance['currency'] == ticker_code: - return balance - - return None - - - def order(self, ticker_code, side, ord_type, volume, price=None, endpoint='/v1/orders'): - if ord_type=='limit': - # 지정가 매수 (limit, side=bid) / 매도 (limit, side=ask) - if price is None: - return - - requestBody = dict(market='KRW-'+ticker_code, side=side, volume=volume, price=price, ord_type=ord_type) - else: - # 시장가 매수 (price, side=bid) / 매도 (market, side=ask) - - if ord_type == 'price': - requestBody = dict(market='KRW-' + ticker_code, side=side, price=price, ord_type=ord_type) - else: - requestBody = dict(market='KRW-' + ticker_code, side=side, volume=volume, ord_type=ord_type) - - # Generate access token - query = urlencode(requestBody).encode() - hash = hashlib.sha512() - hash.update(query) - query_hash = hash.hexdigest() - payload = { - 'access_key': self.accessKey, - 'nonce': str(uuid.uuid4()), - 'timestamp': round(time.time() * 1000), - 'query_hash': query_hash, - 'query_hash_alg': 'SHA512', - } - jwt_token = jwt.encode(payload, self.secretKey) - authorization_token = 'Bearer {}'.format(jwt_token) - headers = { - 'Authorization': authorization_token, - 'Content-Type': 'application/json' - } - - response = requests.post(self.apiUrl + endpoint, data=json.dumps(requestBody), headers=headers) - # handle to success or fail - #print(response.json()) - if response.status_code == 200: - return True - return False - - # 시장가 매수한다. 2초 뒤 잔고 데이터 리스트 리턴 - def buyCoinMarket(self, ticker_code, price, count=None): - if price > 5000: - if price < 50000: - self.order(ticker_code, side='bid', ord_type='price', volume=count, price=price) - buy_price = price - else: - repeat = 10 - buy_price = int(price / 1000) * 1000 - buy_amount = int(buy_price / repeat) - while repeat > 0: - self.order(ticker_code, side='bid', ord_type='price', volume=count, price=buy_amount) - repeat -= 1 - time.sleep(0.5) - else: - buy_price = 0 - return buy_price - - # 시장가 매도한다. 2초 뒤 잔고 데이터 리스트 리턴 - def sellCoinMarket(self, ticker_code, price, count): - return self.order(ticker_code, side='ask', ord_type='market', volume=count, price=price) - - # 지정가 매수한다. 2초 뒤 잔고 데이터 리스트 리턴 - def buyCoinLimit(self, ticker_code, price, count): - return self.order(ticker_code, side='bid', ord_type='limit', volume=count, price=price) - - # 지정가 매도한다. 2초 뒤 잔고 데이터 리스트 리턴 - def sellCoinLimit(self, ticker_code, price, count): - return self.order(ticker_code, side='ask', ord_type='limit', volume=count, price=price) - - def getOrderBook(self, ticker_code, endpoint='/v1/orderbook'): - """ - 필드 설명 타입 - market 마켓 코드 String - timestamp 호가 생성 시각 Long - total_ask_size 호가 매도 총 잔량 Double - total_bid_size 호가 매수 총 잔량 Double - orderbook_units 호가 List of Objects - > ask_price 매도호가 Double - > bid_price 매수호가 Double - > ask_size 매도 잔량 Double - > bid_size 매수 잔량 Double - """ - headers = {"accept": "application/json"} - url = (self.apiUrl + endpoint + "?markets=KRW-{}").format(ticker_code) - response = requests.get(url, headers=headers) - - # 매도 총 잔량: sum([units['ask_size'] for units in orders[0]['orderbook_units']]) - # 매수 총 잔량: sum([units['bid_size'] for units in orders[0]['orderbook_units']]) - orders = response.json() - return orders \ No newline at end of file diff --git a/deepcoin/common/__init__.py b/deepcoin/common/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/common/candle_features.py b/deepcoin/common/candle_features.py deleted file mode 100644 index a3e2446..0000000 --- a/deepcoin/common/candle_features.py +++ /dev/null @@ -1,362 +0,0 @@ -""" -모든 봉(3~1440분 등)에 BB·일목 위치·캔들 형태 특징을 계산하고 -기준 타임라인(3분)에 맞춰 정렬합니다. -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import ( - ALL_INTERVALS, - BB_MIN_WIDTH_PCT, - DISPARITY_PERIODS, - ENTRY_INTERVAL, - INTERVAL_PREFIX, - STOCH_OVERBOUGHT, - STOCH_OVERSOLD, -) -from deepcoin.common.indicators import apply_bar_indicators, disparity_column - - -def interval_prefix(interval: int) -> str: - """컬럼 접두사 (예: m3, d1).""" - return INTERVAL_PREFIX.get(interval, f"m{interval}") - - -def interval_display(interval: int) -> str: - if interval >= 1440: - return "일봉" - return f"{interval}분" - - -# BB 위치 (밴드 내 %B 구간) -BB_ZONE_FEATURES: tuple[str, ...] = ( - "bb_zone_bottom", - "bb_zone_low", - "bb_zone_mid", - "bb_zone_high", - "bb_zone_top", -) - -# 일목 위치 -ICHI_FEATURES: tuple[str, ...] = ( - "ichi_above_cloud", - "ichi_below_cloud", - "ichi_in_cloud", - "ichi_cloud_bull", - "ichi_cloud_bear", - "ichi_tk_bull", - "ichi_tk_bear", - "ichi_price_above_tenkan", - "ichi_price_below_kijun", - "ichi_tk_cross_up", - "ichi_tk_cross_down", -) - -# BB 이벤트·캔들 형태 -BB_EVENT_FEATURES: tuple[str, ...] = ( - "cross_up_lower", - "cross_up_upper", - "cross_down_lower", - "below_lower", - "above_upper", - "inside_band", - "bb_pos_low", - "bb_pos_high", - "squeeze", -) - -MACD_STOCH_FEATURES: tuple[str, ...] = ( - "macd_hist_positive", - "macd_hist_negative", - "macd_cross_up", - "macd_cross_down", - "stoch_oversold", - "stoch_overbought", - "stoch_cross_up", - "stoch_cross_down", -) - - -def _disparity_feature_names() -> tuple[str, ...]: - """기간별 이격도 과매수·과매도 불리언 컬럼명.""" - names: list[str] = [] - for p in DISPARITY_PERIODS: - names.append(f"disparity_{p}_oversold") - names.append(f"disparity_{p}_overbought") - return tuple(names) - - -DISPARITY_FEATURES: tuple[str, ...] = _disparity_feature_names() - -CANDLE_SHAPE_FEATURES: tuple[str, ...] = ( - "body_strong", - "body_weak", - "hammer", - "shooting_star", - "bullish", - "bearish", -) - -FEATURE_BOOL_COLS: tuple[str, ...] = ( - BB_EVENT_FEATURES - + BB_ZONE_FEATURES - + ICHI_FEATURES - + MACD_STOCH_FEATURES - + DISPARITY_FEATURES - + CANDLE_SHAPE_FEATURES -) - - -def compute_bar_features(df: pd.DataFrame) -> pd.DataFrame: - """단일 봉 DataFrame에 BB·일목·MACD·스토캐스틱·캔들 위치 특징을 추가합니다.""" - out = apply_bar_indicators(df.copy()) - if len(out) < 2: - return out - - o = out["Open"].astype(float) - h = out["High"].astype(float) - l = out["Low"].astype(float) - c = out["Close"].astype(float) - prev_c = c.shift(1) - upper = out["Upper"].astype(float) - lower = out["Lower"].astype(float) - prev_upper = upper.shift(1) - prev_lower = lower.shift(1) - - rng = (h - l).replace(0, np.nan) - body = (c - o).abs() - out["range_pct"] = (rng / c.replace(0, np.nan)) * 100 - out["body_ratio"] = (body / rng).fillna(0).clip(0, 1) - out["upper_wick_ratio"] = ((h - np.maximum(o, c)) / rng).fillna(0).clip(0, 1) - out["lower_wick_ratio"] = ((np.minimum(o, c) - l) / rng).fillna(0).clip(0, 1) - out["ret_pct"] = ((c - prev_c) / prev_c.replace(0, np.nan)) * 100 - - pos = out["bb_pos"].astype(float) - out["bb_zone_bottom"] = (pos < 0.15).astype(int) - out["bb_zone_low"] = ((pos >= 0.15) & (pos < 0.35)).astype(int) - out["bb_zone_mid"] = ((pos >= 0.35) & (pos < 0.65)).astype(int) - out["bb_zone_high"] = ((pos >= 0.65) & (pos < 0.85)).astype(int) - out["bb_zone_top"] = (pos >= 0.85).astype(int) - - out["cross_up_lower"] = ((prev_c <= prev_lower) & (c > lower)).astype(int) - out["cross_up_upper"] = ((prev_c < prev_upper) & (c >= upper)).astype(int) - out["cross_down_lower"] = ((prev_c >= prev_lower) & (c < lower)).astype(int) - out["below_lower"] = (c < lower).astype(int) - out["above_upper"] = (c > upper).astype(int) - out["inside_band"] = ((c >= lower) & (c <= upper)).astype(int) - out["bb_pos_low"] = (pos < 0.2).astype(int) - out["bb_pos_high"] = (pos > 0.8).astype(int) - out["squeeze"] = (out["BB_Width"] < BB_MIN_WIDTH_PCT).astype(int) - - ct = out["ichi_cloud_top"].astype(float) - cb = out["ichi_cloud_bottom"].astype(float) - ten = out["ichi_tenkan"].astype(float) - kij = out["ichi_kijun"].astype(float) - prev_ten = ten.shift(1) - prev_kij = kij.shift(1) - - out["ichi_above_cloud"] = (c > ct).astype(int) - out["ichi_below_cloud"] = (c < cb).astype(int) - out["ichi_in_cloud"] = ((c >= cb) & (c <= ct)).astype(int) - out["ichi_cloud_bull"] = (out["ichi_span_a"] > out["ichi_span_b"]).astype(int) - out["ichi_cloud_bear"] = (out["ichi_span_a"] < out["ichi_span_b"]).astype(int) - out["ichi_tk_bull"] = (ten > kij).astype(int) - out["ichi_tk_bear"] = (ten < kij).astype(int) - out["ichi_price_above_tenkan"] = (c > ten).astype(int) - out["ichi_price_below_kijun"] = (c < kij).astype(int) - out["ichi_tk_cross_up"] = ((prev_ten <= prev_kij) & (ten > kij)).astype(int) - out["ichi_tk_cross_down"] = ((prev_ten >= prev_kij) & (ten < kij)).astype(int) - - out["body_strong"] = (out["body_ratio"] > 0.55).astype(int) - out["body_weak"] = (out["body_ratio"] < 0.25).astype(int) - out["hammer"] = ((out["lower_wick_ratio"] > 0.45) & (out["body_ratio"] < 0.35)).astype(int) - out["shooting_star"] = ((out["upper_wick_ratio"] > 0.45) & (out["body_ratio"] < 0.35)).astype(int) - out["bullish"] = (c > o).astype(int) - out["bearish"] = (c < o).astype(int) - - if "macd_hist" in out.columns: - mh = out["macd_hist"].astype(float) - prev_mh = mh.shift(1) - ml = out["macd_line"].astype(float) - ms = out["macd_signal"].astype(float) - prev_ml = ml.shift(1) - prev_ms = ms.shift(1) - out["macd_hist_positive"] = (mh > 0).astype(int) - out["macd_hist_negative"] = (mh < 0).astype(int) - out["macd_cross_up"] = ((prev_ml <= prev_ms) & (ml > ms)).astype(int) - out["macd_cross_down"] = ((prev_ml >= prev_ms) & (ml < ms)).astype(int) - - if "stoch_k" in out.columns: - sk = out["stoch_k"].astype(float) - sd = out["stoch_d"].astype(float) - prev_sk = sk.shift(1) - prev_sd = sd.shift(1) - out["stoch_oversold"] = (sk <= STOCH_OVERSOLD).astype(int) - out["stoch_overbought"] = (sk >= STOCH_OVERBOUGHT).astype(int) - out["stoch_cross_up"] = ((prev_sk <= prev_sd) & (sk > sd)).astype(int) - out["stoch_cross_down"] = ((prev_sk >= prev_sd) & (sk < sd)).astype(int) - - from config import DISPARITY_OVERBOUGHT, DISPARITY_OVERSOLD - - for p in DISPARITY_PERIODS: - col = disparity_column(p) - if col not in out.columns: - continue - d = out[col].astype(float) - out[f"disparity_{p}_oversold"] = (d <= DISPARITY_OVERSOLD).astype(int) - out[f"disparity_{p}_overbought"] = (d >= DISPARITY_OVERBOUGHT).astype(int) - - return out - - -def describe_latest_position(df: pd.DataFrame, interval: int) -> dict: - """한 봉의 최신 BB·일목 위치 요약.""" - feat = compute_bar_features(df) - if feat.empty: - return {"interval": interval, "label": interval_display(interval)} - row = feat.iloc[-1] - pos = float(row.get("bb_pos", 0.5)) - bb_zone = "mid" - for z in BB_ZONE_FEATURES: - if int(row.get(z, 0)) == 1: - bb_zone = z.replace("bb_zone_", "") - break - ichi_pos = "in_cloud" - if int(row.get("ichi_above_cloud", 0)): - ichi_pos = "above_cloud" - elif int(row.get("ichi_below_cloud", 0)): - ichi_pos = "below_cloud" - - snap: dict = { - "interval": interval, - "label": interval_display(interval), - "close": float(row["Close"]), - "bb_pos": round(pos, 3), - "bb_zone": bb_zone, - "bb_state": _bb_event_label(row), - "ichi_position": ichi_pos, - "ichi_tk": "bull" if int(row.get("ichi_tk_bull", 0)) else "bear", - "ichi_cloud": "bull" if int(row.get("ichi_cloud_bull", 0)) else "bear", - } - if "macd_hist" in row.index and pd.notna(row["macd_hist"]): - snap["macd_hist"] = round(float(row["macd_hist"]), 4) - snap["macd_state"] = "bull" if float(row["macd_hist"]) > 0 else "bear" - if "stoch_k" in row.index and pd.notna(row["stoch_k"]): - sk = float(row["stoch_k"]) - snap["stoch_k"] = round(sk, 1) - snap["stoch_d"] = round(float(row["stoch_d"]), 1) - if sk <= STOCH_OVERSOLD: - snap["stoch_zone"] = "oversold" - elif sk >= STOCH_OVERBOUGHT: - snap["stoch_zone"] = "overbought" - else: - snap["stoch_zone"] = "mid" - disp_vals: dict[int, float] = {} - for p in DISPARITY_PERIODS: - col = disparity_column(p) - if col in row.index and pd.notna(row[col]): - disp_vals[p] = round(float(row[col]), 2) - if disp_vals: - snap["disparity"] = disp_vals - primary_p = 20 if 20 in DISPARITY_PERIODS else DISPARITY_PERIODS[0] - snap["disparity_primary"] = disp_vals.get( - primary_p, next(iter(disp_vals.values())) - ) - return snap - - -def _bb_event_label(row: pd.Series) -> str: - for name in ( - "cross_up_lower", - "cross_up_upper", - "cross_down_lower", - "below_lower", - "above_upper", - "squeeze", - "inside_band", - ): - if int(row.get(name, 0)) == 1: - return name - return "neutral" - - -def _merge_interval_features( - master_index: pd.DatetimeIndex, - feat: pd.DataFrame, - prefix: str, -) -> pd.DataFrame: - """master_index 길이와 동일한 간격 특징만 반환.""" - pick = [c for c in FEATURE_BOOL_COLS if c in feat.columns] - numeric_cols = ( - "bb_pos", - "body_ratio", - "lower_wick_ratio", - "ret_pct", - "bb_width_pct", - "macd_line", - "macd_signal", - "macd_hist", - "stoch_k", - "stoch_d", - "RSI", - ) + tuple(disparity_column(p) for p in DISPARITY_PERIODS) - extra = [c for c in numeric_cols if c in feat.columns] - if "bb_width_pct" not in feat.columns and "BB_Width" in feat.columns: - feat = feat.copy() - feat["bb_width_pct"] = feat["BB_Width"] - extra.append("bb_width_pct") - - sub = feat[pick + extra].copy() - sub.columns = [f"{prefix}_{c}" for c in sub.columns] - - left = pd.DataFrame({"ts": master_index}) - right = sub.reset_index() - time_col = right.columns[0] - right = right.rename(columns={time_col: "ts"}) - - merged = pd.merge_asof( - left.sort_values("ts"), - right.sort_values("ts"), - on="ts", - direction="backward", - ) - merged.index = master_index - return merged.drop(columns=["ts"]) - - -def build_master_feature_matrix(frames: dict[int, pd.DataFrame]) -> pd.DataFrame: - """3분 타임라인에 모든 봉의 BB·일목·캔들 특징을 붙인 행렬.""" - entry = frames.get(ENTRY_INTERVAL) - if entry is None or entry.empty: - raise ValueError(f"{ENTRY_INTERVAL}분봉(ENTRY_INTERVAL) 데이터가 없습니다.") - - entry_feat = compute_bar_features(entry) - entry_feat = entry_feat[~entry_feat.index.duplicated(keep="last")].sort_index() - - p0 = interval_prefix(ENTRY_INTERVAL) - ohlc = ["Open", "High", "Low", "Close", "Volume", "Upper", "Lower", "MA"] - master = entry_feat[[c for c in ohlc if c in entry_feat.columns]].copy() - - for col in FEATURE_BOOL_COLS: - if col in entry_feat.columns: - master[f"{p0}_{col}"] = entry_feat[col] - for col in ("bb_pos", "body_ratio", "lower_wick_ratio", "ret_pct", "bb_width_pct", "BB_Width"): - if col in entry_feat.columns: - master[f"{p0}_{col}"] = entry_feat[col] - - for interval in ALL_INTERVALS: - if interval == ENTRY_INTERVAL: - continue - df = frames.get(interval) - if df is None or df.empty: - continue - feat = compute_bar_features(df) - feat = feat[~feat.index.duplicated(keep="last")].sort_index() - prefix = interval_prefix(interval) - merged = _merge_interval_features(master.index, feat, prefix) - master = pd.concat([master, merged], axis=1) - - return master.loc[:, ~master.columns.duplicated()] diff --git a/deepcoin/common/indicators.py b/deepcoin/common/indicators.py deleted file mode 100644 index 25b6bfb..0000000 --- a/deepcoin/common/indicators.py +++ /dev/null @@ -1,370 +0,0 @@ -""" -볼린저 밴드·일목·MACD·스토캐스틱·RSI·이격도 계산 (모든 봉 간격 공용). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import ( - BB_PERIOD, - BB_STD, - DISPARITY_OVERBOUGHT, - DISPARITY_OVERSOLD, - DISPARITY_PERIODS, - MACD_FAST, - MACD_SIGNAL, - MACD_SLOW, - RSI_PERIOD, - STOCH_D_PERIOD, - STOCH_K_PERIOD, - STOCH_OVERBOUGHT, - STOCH_OVERSOLD, - STOCH_SMOOTH_K, - TREND_RANGE_MA_GAP_PCT, -) - -Trend = str # "up" | "down" | "range" - - -def add_bollinger( - df: pd.DataFrame, - period: int = BB_PERIOD, - std_mult: float = BB_STD, -) -> pd.DataFrame: - """ - 볼린저 밴드 컬럼을 추가합니다. - - Args: - df: OHLCV DataFrame. - period: 중심선 기간. - std_mult: 표준편차 배수. - - Returns: - MA, Upper, Lower, STD, bb_pos, BB_Width 가 추가된 DataFrame. - """ - out = df.copy() - if "MA" not in out.columns: - out["MA"] = out["Close"].rolling(period).mean() - if "Upper" not in out.columns or "Lower" not in out.columns: - std = out["Close"].rolling(period).std() - out["STD"] = std - out["Upper"] = out["MA"] + std_mult * std - out["Lower"] = out["MA"] - std_mult * std - ma = out["MA"].replace(0, np.nan) - band = (out["Upper"] - out["Lower"]).replace(0, np.nan) - out["bb_pos"] = ((out["Close"] - out["Lower"]) / band).clip(0, 1) - out["BB_Width"] = band / ma * 100 - return out - - -def add_macd( - df: pd.DataFrame, - fast: int = MACD_FAST, - slow: int = MACD_SLOW, - signal_period: int = MACD_SIGNAL, -) -> pd.DataFrame: - """ - MACD(12,26,9) 라인·시그널·히스토그램을 추가합니다. - - Args: - df: OHLCV (Close 필요). - fast: 단기 EMA 기간. - slow: 장기 EMA 기간. - signal_period: 시그널 EMA 기간. - - Returns: - macd_line, macd_signal, macd_hist 컬럼이 추가된 DataFrame. - """ - out = df.copy() - close = out["Close"].astype(float) - ema_fast = close.ewm(span=fast, adjust=False).mean() - ema_slow = close.ewm(span=slow, adjust=False).mean() - out["macd_line"] = ema_fast - ema_slow - out["macd_signal"] = out["macd_line"].ewm(span=signal_period, adjust=False).mean() - out["macd_hist"] = out["macd_line"] - out["macd_signal"] - return out - - -def disparity_column(period: int) -> str: - """이격도 컬럼명 (예: disparity_20).""" - return f"disparity_{period}" - - -def add_disparity( - df: pd.DataFrame, - periods: tuple[int, ...] | None = None, -) -> pd.DataFrame: - """ - 이격도 = (종가 / SMA(n)) × 100. 100이면 이평선과 동일 위치. - - Args: - df: OHLCV (Close 필요). - periods: SMA 기간 목록. None이면 config.DISPARITY_PERIODS. - - Returns: - disparity_{n} 컬럼이 추가된 DataFrame. - """ - out = df.copy() - close = out["Close"].astype(float) - for p in periods or DISPARITY_PERIODS: - ma = close.rolling(p).mean() - out[disparity_column(p)] = (close / ma.replace(0, np.nan)) * 100.0 - return out - - -def disparity_zone(value: float | None) -> str: - """이격도 구간 라벨 (oversold / mid / overbought).""" - if value is None: - return "mid" - if value <= DISPARITY_OVERSOLD: - return "oversold" - if value >= DISPARITY_OVERBOUGHT: - return "overbought" - return "mid" - - -def add_stochastic( - df: pd.DataFrame, - k_period: int = STOCH_K_PERIOD, - d_period: int = STOCH_D_PERIOD, - smooth_k: int = STOCH_SMOOTH_K, -) -> pd.DataFrame: - """ - 스토캐스틱 %K·%D를 추가합니다 (Slow Stochastic). - - Args: - df: OHLCV (High, Low, Close 필요). - k_period: %K lookback. - d_period: %D SMA 기간. - smooth_k: %K SMA 평활 기간. - - Returns: - stoch_k, stoch_d 컬럼이 추가된 DataFrame. - """ - out = df.copy() - h = out["High"].astype(float) - l = out["Low"].astype(float) - c = out["Close"].astype(float) - lowest = l.rolling(k_period).min() - highest = h.rolling(k_period).max() - denom = (highest - lowest).replace(0, np.nan) - raw_k = ((c - lowest) / denom) * 100.0 - out["stoch_k"] = raw_k.rolling(smooth_k).mean() - out["stoch_d"] = out["stoch_k"].rolling(d_period).mean() - return out - - -def add_ichimoku( - df: pd.DataFrame, - tenkan: int = 9, - kijun: int = 26, - senkou_b_period: int = 52, -) -> pd.DataFrame: - """ - 일목균형표 라인·구름 위치 컬럼 추가 (해당 봉 시점, 미래 데이터 미사용). - - Returns: - ichi_tenkan, ichi_kijun, ichi_span_a, ichi_span_b, - ichi_cloud_top, ichi_cloud_bottom - """ - out = df.copy() - h = out["High"].astype(float) - l = out["Low"].astype(float) - c = out["Close"].astype(float) - - out["ichi_tenkan"] = (h.rolling(tenkan).max() + l.rolling(tenkan).min()) / 2 - out["ichi_kijun"] = (h.rolling(kijun).max() + l.rolling(kijun).min()) / 2 - out["ichi_span_a"] = (out["ichi_tenkan"] + out["ichi_kijun"]) / 2 - out["ichi_span_b"] = (h.rolling(senkou_b_period).max() + l.rolling(senkou_b_period).min()) / 2 - out["ichi_cloud_top"] = np.maximum(out["ichi_span_a"], out["ichi_span_b"]) - out["ichi_cloud_bottom"] = np.minimum(out["ichi_span_a"], out["ichi_span_b"]) - return out - - -def prepare_entry_df(data: pd.DataFrame) -> pd.DataFrame: - """ - RSI·거래량 MA·BB 폭 등 보조 컬럼을 추가합니다. - - Args: - data: BB(MA/Upper/Lower)가 계산된 OHLCV. - - Returns: - RSI 등 컬럼이 추가된 DataFrame. - """ - df = data.copy() - delta = df["Close"].diff() - gain = delta.where(delta > 0, 0.0).rolling(RSI_PERIOD).mean() - loss = (-delta.where(delta < 0, 0.0)).rolling(RSI_PERIOD).mean() - rs = gain / loss.replace(0, np.nan) - df["RSI"] = 100 - (100 / (1 + rs)) - df["VolMA5"] = df["Volume"].rolling(5).mean() - if "MA" in df.columns and "Upper" in df.columns and "Lower" in df.columns: - ma = df["MA"].replace(0, np.nan) - df["BB_Width"] = (df["Upper"] - df["Lower"]) / ma * 100 - return df - - -def apply_bar_indicators(df: pd.DataFrame) -> pd.DataFrame: - """ - 봉 분석·차트용 표준 지표 일괄 적용 (BB, 일목, RSI, MACD, 스토캐스틱, 이격도). - - Args: - df: OHLCV DataFrame (datetime index). - - Returns: - 모든 지표 컬럼이 붙은 DataFrame. - """ - out = add_bollinger(df) - out = add_ichimoku(out) - out = prepare_entry_df(out) - out = add_disparity(out) - out = add_macd(out) - out = add_stochastic(out) - return out - - -def latest_indicator_snapshot(df: pd.DataFrame) -> dict[str, float | str | None]: - """ - 최신 봉의 BB·RSI·MACD·스토캐스틱 요약 (모니터·로그용). - - Args: - df: apply_bar_indicators 적용된 DataFrame. - - Returns: - 지표명→값 dict. - """ - if df.empty: - return {} - row = df.iloc[-1] - - def _f(col: str) -> float | None: - if col not in row.index or pd.isna(row[col]): - return None - return round(float(row[col]), 4) - - macd_hist = _f("macd_hist") - stoch_k = _f("stoch_k") - stoch_d = _f("stoch_d") - stoch_zone = "mid" - if stoch_k is not None: - if stoch_k <= STOCH_OVERSOLD: - stoch_zone = "oversold" - elif stoch_k >= STOCH_OVERBOUGHT: - stoch_zone = "overbought" - - macd_state = "neutral" - if macd_hist is not None: - macd_state = "bull" if macd_hist > 0 else "bear" - - disp: dict[str, float | None] = {} - for p in DISPARITY_PERIODS: - col = disparity_column(p) - disp[col] = _f(col) - primary = disparity_column(DISPARITY_PERIODS[0]) if DISPARITY_PERIODS else None - disp_primary = disp.get(primary) if primary else None - - return { - "bb_pos": _f("bb_pos"), - "rsi": _f("RSI"), - "disparity": disp, - "disparity_primary": disp_primary, - "disparity_zone": disparity_zone(disp_primary), - "macd_line": _f("macd_line"), - "macd_signal": _f("macd_signal"), - "macd_hist": macd_hist, - "macd_state": macd_state, - "stoch_k": stoch_k, - "stoch_d": stoch_d, - "stoch_zone": stoch_zone, - } - - -def _trend_from_ma20(df: pd.DataFrame) -> Trend: - """ - 단일 TF에서 종가·MA20·MA40 관계로 추세를 판정합니다. - - Args: - df: OHLCV+지표 DataFrame. - - Returns: - up | down | range. - """ - if len(df) < 20: - return "range" - close = float(df["Close"].iloc[-1]) - ma20_col = "MA20" if "MA20" in df.columns else "MA" - if ma20_col not in df.columns: - return "range" - ma20 = float(df[ma20_col].iloc[-1]) - ma40 = float(df["MA40"].iloc[-1]) if "MA40" in df.columns and len(df) >= 40 else ma20 - if ma40 == 0: - return "range" - gap = abs(ma20 - ma40) / ma40 * 100 - if gap < TREND_RANGE_MA_GAP_PCT: - return "range" - if close > ma20 and ma20 > ma40: - return "up" - if close < ma20 and ma20 < ma40: - return "down" - return "range" - - -def get_trend(df_1d: pd.DataFrame, df_1h: pd.DataFrame) -> Trend: - """ - 일봉·1시간봉 기준 추세(up/down/range)를 반환합니다. - - Args: - df_1d: 일봉 OHLCV+지표. - df_1h: 1시간봉 OHLCV+지표. - - Returns: - 추세 문자열. - """ - if len(df_1d) < 20 or len(df_1h) < 40: - return "range" - - d_close = float(df_1d["Close"].iloc[-1]) - d_ma20 = float(df_1d["MA20"].iloc[-1]) - h_close = float(df_1h["Close"].iloc[-1]) - h_ma20 = float(df_1h["MA20"].iloc[-1]) - h_ma40 = float(df_1h["MA40"].iloc[-1]) - - if h_ma40 == 0: - return "range" - - ma_gap_pct = abs(h_ma20 - h_ma40) / h_ma40 * 100 - if ma_gap_pct < TREND_RANGE_MA_GAP_PCT: - return "range" - - if d_close > d_ma20 and h_ma20 > h_ma40 and h_close > h_ma20: - return "up" - if d_close < d_ma20 and h_ma20 < h_ma40 and h_close < h_ma20: - return "down" - return "range" - - -def get_mtf_trend_summary( - frames: dict[int, pd.DataFrame], - interval_keys: tuple[int, ...], -) -> dict[str, str]: - """ - 여러 TF의 종가·이동평균 기준 추세 요약(주·월봉 포함). - - Args: - frames: interval → OHLCV+지표. - interval_keys: 요약할 간격(분) 목록. - - Returns: - interval_label → up/down/range. - """ - from deepcoin.data.mtf_bb import interval_label - - out: dict[str, str] = {} - for iv in interval_keys: - df = frames.get(iv) - if df is None or df.empty: - continue - out[interval_label(iv)] = _trend_from_ma20(df) - return out diff --git a/deepcoin/data/__init__.py b/deepcoin/data/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/data/candle_intervals.py b/deepcoin/data/candle_intervals.py deleted file mode 100644 index da39397..0000000 --- a/deepcoin/data/candle_intervals.py +++ /dev/null @@ -1,93 +0,0 @@ -""" -봉 간격 상수·빗썸(Upbit 호환) 캔들 API 경로. - -분봉·일봉 외 주봉(10080)·월봉(43200)은 DB 테이블명 `{symbol}_{interval}` 에 그대로 사용합니다. -""" - -from __future__ import annotations - -from dateutil.relativedelta import relativedelta - -from config import DAILY_INTERVAL_MIN, MONTH_INTERVAL_MIN, WEEK_INTERVAL_MIN - -WM_INTERVALS: frozenset[int] = frozenset({WEEK_INTERVAL_MIN, MONTH_INTERVAL_MIN}) - -# 01_download·ops_sync 대상에서 제외 (DB 적재 안 함) -DOWNLOAD_EXCLUDED_INTERVALS: frozenset[int] = frozenset({1}) - - -def is_excluded_from_download(interval: int) -> bool: - """01_download·ops_sync에서 건너뛸 간격(1분봉 등).""" - return interval in DOWNLOAD_EXCLUDED_INTERVALS - - -def is_week_or_month(interval: int) -> bool: - """주봉·월봉 여부.""" - return interval in WM_INTERVALS - - -def candle_api_segment(interval: int) -> str: - """ - REST 경로 세그먼트 (minutes/{n} 제외). - - Returns: - 'weeks' | 'months' | 'days' | minutes/{interval} - """ - if interval == WEEK_INTERVAL_MIN: - return "weeks" - if interval == MONTH_INTERVAL_MIN: - return "months" - if interval >= DAILY_INTERVAL_MIN: - return "days" - return f"minutes/{interval}" - - -def interval_display_label(interval: int) -> str: - """로그·UI용 라벨.""" - if interval == WEEK_INTERVAL_MIN: - return "주봉" - if interval == MONTH_INTERVAL_MIN: - return "월봉" - if interval >= DAILY_INTERVAL_MIN: - return "일봉(1440)" - return f"{interval}분봉" - - -def pagination_step(interval: int, chunk_bars: int) -> relativedelta: - """ - get_coin_more_data 역순 수집 시 `to` 감소 단위. - - Args: - interval: 봉 간격(분 표기). - chunk_bars: API 1회 최대 봉 수(겹침 청크). - - Returns: - relativedelta. - """ - if interval == WEEK_INTERVAL_MIN: - return relativedelta(weeks=chunk_bars) - if interval == MONTH_INTERVAL_MIN: - return relativedelta(months=chunk_bars) - return relativedelta(minutes=interval * chunk_bars) - - -def bars_for_months(interval: int, months: int, *, extra_days: int = 0) -> int: - """ - N개월치 예상 봉 수(여유 포함). - - Args: - interval: 봉 간격. - months: 보관·적재 개월 수. - extra_days: 일봉 계열 여유 일수. - - Returns: - API 요청 목표 봉 수. - """ - if interval == WEEK_INTERVAL_MIN: - return int(months * 30 / 7) + max(extra_days // 7, 5) - if interval == MONTH_INTERVAL_MIN: - return months + max(extra_days // 30, 2) - if interval >= DAILY_INTERVAL_MIN: - return months * 30 + extra_days - bars_per_day = (24 * 60) // interval - return months * 30 * bars_per_day + 200 diff --git a/deepcoin/data/downloader.py b/deepcoin/data/downloader.py deleted file mode 100644 index 85d7491..0000000 --- a/deepcoin/data/downloader.py +++ /dev/null @@ -1,426 +0,0 @@ -""" -WLD 과거 봉을 빗썸 API에서 받아 coins.db에 저장합니다. - -- 최초: 최근 N개월 전량 적재 -- 이후: DB 마지막 시각 **이후** 봉만 추가 (증분) -""" - -from __future__ import annotations - -import sqlite3 -from datetime import datetime - -import pandas as pd -from dateutil.relativedelta import relativedelta - -from config import ( - BITHUMB_MINUTE_INTERVALS, - COIN_NAME, - DB_PATH, - DOWNLOAD_BACKFILL_EXTRA_BARS, - DOWNLOAD_DAILY_EXTRA_DAYS, - DOWNLOAD_INTERVALS, - DOWNLOAD_INTERVALS_WM, - DOWNLOAD_MIN_INCREMENTAL_BARS, - DOWNLOAD_MONTHS, - DOWNLOAD_MONTHS_WM, - INCREMENTAL_OVERLAP_BARS, - KR_COINS, - SYMBOL, -) -from deepcoin.data.candle_intervals import ( - bars_for_months, - interval_display_label, - is_excluded_from_download, - is_week_or_month, -) -from deepcoin.ops.monitor import Monitor - - -def bong_count_for_months(interval_minutes: int, months: int) -> int: - """N개월치 봉 개수(여유분 포함).""" - if is_week_or_month(interval_minutes): - return bars_for_months( - interval_minutes, months, extra_days=DOWNLOAD_DAILY_EXTRA_DAYS - ) - days = months * 30 - from config import DAILY_INTERVAL_MIN - - if interval_minutes >= DAILY_INTERVAL_MIN: - return days + DOWNLOAD_DAILY_EXTRA_DAYS - bars_per_day = (24 * 60) // interval_minutes - return days * bars_per_day + DOWNLOAD_BACKFILL_EXTRA_BARS - - -def bong_count_since( - interval_minutes: int, last_ts: pd.Timestamp, overlap: int = INCREMENTAL_OVERLAP_BARS -) -> int: - """마지막 저장 시각 이후 필요한 API 봉 수(겹침 포함).""" - now = pd.Timestamp.now() - if last_ts.tzinfo is not None and now.tzinfo is None: - last_ts = last_ts.tz_localize(None) - delta_min = max(0, (now - last_ts).total_seconds() / 60) - bars = int(delta_min / interval_minutes) + overlap + 10 - return max(bars, DOWNLOAD_MIN_INCREMENTAL_BARS) - - -def months_cutoff(months: int) -> pd.Timestamp: - """N개월 전 시각.""" - return pd.Timestamp(datetime.now() - relativedelta(months=months)) - - -def trim_to_recent_months(data: pd.DataFrame, months: int) -> pd.DataFrame: - """최근 N개월 구간만 남깁니다.""" - if data is None or data.empty: - return data - cutoff = months_cutoff(months) - if not isinstance(data.index, pd.DatetimeIndex): - data = data.copy() - data.index = pd.to_datetime(data.index) - return data[data.index >= cutoff].copy() - - -def interval_label(interval: int) -> str: - """로그용 간격 라벨.""" - return interval_display_label(interval) - - -def months_for_interval(interval: int, default_months: int) -> int: - """간격별 DB 보관 개월 수 (주·월봉은 DOWNLOAD_MONTHS_WM).""" - if is_week_or_month(interval): - return DOWNLOAD_MONTHS_WM - return default_months - - -def all_download_intervals() -> tuple[int, ...]: - """분봉·일봉 + 주·월봉 간격 목록(1분 제외, 중복 제거, 순서 유지).""" - seen: set[int] = set() - out: list[int] = [] - for iv in (*DOWNLOAD_INTERVALS, *DOWNLOAD_INTERVALS_WM): - if is_excluded_from_download(iv) or iv in seen: - continue - seen.add(iv) - out.append(iv) - return tuple(out) - - -def download_jobs() -> list[tuple[int, str]]: - """ - 01_download 대상 간격. - - Returns: - (interval_min, 표시명) 리스트. - """ - jobs: list[tuple[int, str]] = [] - for iv in all_download_intervals(): - if is_excluded_from_download(iv): - continue - if not is_week_or_month(iv) and iv < 1440 and iv not in BITHUMB_MINUTE_INTERVALS: - print(f"경고: {iv}분봉은 빗썸 API 미지원 — 건너뜀") - continue - jobs.append((iv, interval_label(iv))) - return jobs - - -def ensure_table(cursor, table_name: str) -> None: - cursor.execute( - f"CREATE TABLE IF NOT EXISTS {table_name} " - "(CODE text, NAME text, ymdhms datetime, ymd text, hms text, " - "Close REAL, Open REAL, High REAL, Low REAL, Volume REAL)" - ) - cursor.execute( - f"CREATE INDEX IF NOT EXISTS {table_name}_idx ON {table_name}(CODE, ymdhms)" - ) - - -def get_earliest_timestamp( - symbol: str, interval: int, db_path: str = DB_PATH -) -> pd.Timestamp | None: - """테이블에 저장된 해당 심볼의 가장 오래된 봉 시각.""" - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - ensure_table(cursor, table_name) - cursor.execute( - f"SELECT MIN(ymdhms) FROM {table_name} WHERE CODE = ?", - (symbol,), - ) - row = cursor.fetchone() - conn.close() - if row and row[0]: - return pd.Timestamp(row[0]) - return None - - -def get_last_timestamp( - symbol: str, interval: int, db_path: str = DB_PATH -) -> pd.Timestamp | None: - """테이블에 저장된 해당 심볼의 마지막 봉 시각.""" - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - ensure_table(cursor, table_name) - cursor.execute( - f"SELECT MAX(ymdhms) FROM {table_name} WHERE CODE = ?", - (symbol,), - ) - row = cursor.fetchone() - conn.close() - if row and row[0]: - return pd.Timestamp(row[0]) - return None - - -def get_row_count(symbol: str, interval: int, db_path: str = DB_PATH) -> int: - """저장된 봉 개수.""" - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - ensure_table(cursor, table_name) - cursor.execute( - f"SELECT COUNT(*) FROM {table_name} WHERE CODE = ?", - (symbol,), - ) - row = cursor.fetchone() - conn.close() - return int(row[0]) if row else 0 - - -def filter_after_last( - data: pd.DataFrame, last_ts: pd.Timestamp | None -) -> pd.DataFrame: - """마지막 저장 시각보다 이후(>)인 봉만 반환.""" - if data is None or data.empty or last_ts is None: - return data - if not isinstance(data.index, pd.DatetimeIndex): - data = data.copy() - data.index = pd.to_datetime(data.index) - last = pd.Timestamp(last_ts) - return data[data.index > last].copy() - - -def prune_before_cutoff( - symbol: str, interval: int, months: int, db_path: str = DB_PATH -) -> int: - """N개월보다 오래된 봉 삭제 (DB 용량 유지).""" - cutoff = months_cutoff(months).strftime("%Y-%m-%d %H:%M:%S") - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - ensure_table(cursor, table_name) - cursor.execute( - f"DELETE FROM {table_name} WHERE CODE = ? AND ymdhms < ?", - (symbol, cutoff), - ) - deleted = cursor.rowcount - conn.commit() - cursor.close() - conn.close() - return deleted - - -def append_data( - symbol: str, - interval: int, - data: pd.DataFrame, - last_ts: pd.Timestamp | None = None, - db_path: str = DB_PATH, -) -> tuple[int, int]: - """ - 마지막 시각 이후 봉만 INSERT합니다. 기존 데이터는 삭제하지 않습니다. - - Args: - last_ts: None이면 전체 data 적재, 있으면 index > last_ts 만 적재 - - Returns: - (추가된 행 수, 스킵된 행 수) - """ - if data is None or data.empty: - return 0, 0 - - total = len(data) - to_save = data if last_ts is None else filter_after_last(data, last_ts) - skipped = total - len(to_save) - - if to_save.empty: - return 0, skipped - - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - ensure_table(cursor, table_name) - - records = [] - for i in range(len(to_save)): - ts = to_save.index[i] - if hasattr(ts, "to_pydatetime"): - ts = ts.to_pydatetime() - ymd = ts.strftime("%Y%m%d") - hms = ts.strftime("%H%M%S") - ymdhms = ts.strftime("%Y-%m-%d %H:%M:%S") - records.append( - ( - symbol, - KR_COINS[symbol], - ymdhms, - ymd, - hms, - float(to_save["Open"].iloc[i]), - float(to_save["High"].iloc[i]), - float(to_save["Low"].iloc[i]), - float(to_save["Close"].iloc[i]), - float(to_save["Volume"].iloc[i]), - ) - ) - - cursor.executemany( - f"INSERT INTO {table_name} " - "(CODE, NAME, ymdhms, ymd, hms, Close, Open, High, Low, Volume) " - "VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", - records, - ) - conn.commit() - cursor.close() - conn.close() - return len(records), skipped - - -def backfill_before_earliest( - monitor: Monitor, - symbol: str, - interval: int, - months: int, -) -> int: - """ - DB 최초 봉보다 오래된 구간을 API로 채웁니다 (1년 적재 시 필요). - - Returns: - 추가된 행 수. - """ - months = months_for_interval(interval, months) - cutoff = months_cutoff(months) - earliest = get_earliest_timestamp(symbol, interval) - if earliest is None or earliest <= cutoff: - return 0 - - label = interval_label(interval) - # now부터 역순 수집이므로 cutoff까지 닿으려면 N개월 전체 봉 수가 필요 - target = bong_count_for_months(interval, months) - - print( - f" [백필] {label} — {cutoff.date()} ~ {earliest} " - f"(API 역수집 약 {target}봉)" - ) - - data = monitor.get_coin_more_data( - symbol, interval, bong_count=target, verbose=True - ) - if data is None or data.empty: - print(" -> 백필 API 데이터 없음") - return 0 - - if not isinstance(data.index, pd.DatetimeIndex): - data.index = pd.to_datetime(data.index) - hist = data[(data.index >= cutoff) & (data.index < earliest)].copy() - if hist.empty: - print(" -> 백필 대상 구간 없음") - return 0 - - inserted, skipped = append_data(symbol, interval, hist, last_ts=None) - print(f" -> 백필 추가 {inserted}행 (스킵 {skipped})") - return inserted - - -def download_symbol( - monitor: Monitor, - symbol: str, - interval: int, - months: int, - *, - verbose: bool = True, - skip_backfill: bool = False, -) -> None: - """ - 한 간격의 봉을 API로 받아 증분·백필 저장합니다. - - Args: - skip_backfill: True면 운영 증분만(백필 생략). 05/06 시작 동기화용. - """ - months = months_for_interval(interval, months) - label = interval_label(interval) - existing = get_row_count(symbol, interval) - - if existing > 0 and not skip_backfill: - backfill_before_earliest(monitor, symbol, interval, months) - - last_ts = get_last_timestamp(symbol, interval) - - if last_ts is None: - target = bong_count_for_months(interval, months) - mode = "초기 적재" - else: - target = min( - bong_count_since(interval, last_ts), - bong_count_for_months(interval, months), - ) - mode = f"증분 (마지막 {last_ts.strftime('%Y-%m-%d %H:%M:%S')} 이후)" - - print(f"\n[{symbol}] {label} — {mode}") - print(f" DB 기존 {existing}행 | API 목표 약 {target}봉") - - data = monitor.get_coin_more_data( - symbol, interval, bong_count=target, verbose=verbose - ) - if data is None or data.empty: - print(" -> API 데이터 없음") - return - - data = trim_to_recent_months(data, months) - if data.empty: - print(" -> 최근 N개월 필터 후 데이터 없음") - return - - inserted, skipped = append_data(symbol, interval, data, last_ts=last_ts) - pruned = prune_before_cutoff(symbol, interval, months) - - new_last = get_last_timestamp(symbol, interval) - total = get_row_count(symbol, interval) - print(f" -> API {len(data)}봉 | 추가 {inserted}행 | 스킵(기존) {skipped}행") - if pruned > 0: - print(f" -> {months}개월 이전 {pruned}행 정리") - if new_last is not None: - print(f" -> DB 합계 {total}행 | {data.index[0]} ~ {new_last}") - - -def download(months: int | None = None) -> None: - """ - WLD 다중 분봉·일봉·주봉·월봉을 coins.db에 증분 적재합니다. - - 간격: DOWNLOAD_INTERVALS + DOWNLOAD_INTERVALS_WM (주·월은 DOWNLOAD_MONTHS_WM, 기본 24=2년) - """ - default_months = months or DOWNLOAD_MONTHS - monitor = Monitor(cooldown_file=None) - jobs = download_jobs() - - intervals_str = ", ".join(str(iv) for iv, _ in jobs) - print(f"=== {COIN_NAME} ({SYMBOL}) -> {DB_PATH} (증분 INSERT) ===") - print( - f"보관 분봉·일봉 {default_months}개월 | " - f"주·월봉 {DOWNLOAD_MONTHS_WM}개월 | 간격(분): {intervals_str}" - ) - started = datetime.now() - - for interval, desc in jobs: - print(f"\n--- {desc} ---") - job_months = months_for_interval(interval, default_months) - try: - download_symbol(monitor, SYMBOL, interval, job_months) - except Exception as e: - print(f"오류 interval={interval}: {e}") - - elapsed = datetime.now() - started - print(f"\n완료 (소요: {elapsed})") - - -if __name__ == "__main__": - download() diff --git a/deepcoin/data/mtf_bb.py b/deepcoin/data/mtf_bb.py deleted file mode 100644 index 4bfc9eb..0000000 --- a/deepcoin/data/mtf_bb.py +++ /dev/null @@ -1,56 +0,0 @@ -""" -coins.db에서 전 간격 봉 데이터를 로드합니다. -""" - -from __future__ import annotations - -import pandas as pd - -from config import DOWNLOAD_INTERVALS, DOWNLOAD_INTERVALS_WM, SYMBOL -from deepcoin.data.candle_intervals import interval_display_label - - -def interval_label(interval: int) -> str: - """봉 간격 표시 라벨.""" - return interval_display_label(interval) - - -def _all_load_intervals() -> tuple[int, ...]: - seen: set[int] = set() - out: list[int] = [] - for iv in (*DOWNLOAD_INTERVALS, *DOWNLOAD_INTERVALS_WM): - if iv not in seen: - seen.add(iv) - out.append(iv) - return tuple(out) - - -def load_frames_from_db( - monitor, - symbol: str, - lookback_days: int | None = None, -) -> dict[int, pd.DataFrame]: - """ - coins.db에서 DOWNLOAD_INTERVALS 전부 로드·지표 계산. - - Args: - monitor: Monitor 인스턴스. - symbol: 코인 심볼. - lookback_days: 지정 시 간격별로 해당 일수만큼 DB에서 더 많이 읽습니다. - - Returns: - 간격(분) → OHLCV+지표 DataFrame. - """ - frames: dict[int, pd.DataFrame] = {} - for iv in _all_load_intervals(): - db_max = None - if lookback_days is not None: - db_max = monitor.db_row_limit_for_interval(iv, lookback_days) - df = monitor.get_coin_some_data(symbol, iv, db_max_rows=db_max) - if df is None or df.empty: - print(f" [{interval_label(iv)}] DB/API 데이터 없음 — 스킵") - continue - df = monitor.calculate_technical_indicators(df) - frames[iv] = df - print(f" [{interval_label(iv)}] {len(df)}봉 {df.index[0]} ~ {df.index[-1]}") - return frames diff --git a/deepcoin/data/ops_sync.py b/deepcoin/data/ops_sync.py deleted file mode 100644 index 50d6ef3..0000000 --- a/deepcoin/data/ops_sync.py +++ /dev/null @@ -1,191 +0,0 @@ -""" -05/06 운영 시작 전 coins.db 누락 봉을 증분 보완합니다. - -마지막 저장 시각이 현재보다 OPS_SYNC_MAX_LAG_BARS 이상 뒤처진 간격만 -01_download.download_symbol 과 동일 경로로 API 수집합니다. -""" - -from __future__ import annotations - -from dataclasses import dataclass, field -from datetime import datetime - -import pandas as pd - -from config import ( - COIN_NAME, - DB_PATH, - DOWNLOAD_MONTHS, - OPS_SYNC_MAX_LAG_BARS, - OPS_SYNC_ON_START, - SYMBOL, -) -from deepcoin.data.downloader import ( - download_jobs, - download_symbol, - get_last_timestamp, - get_row_count, - interval_label, -) -from deepcoin.ops.monitor import Monitor - -# 프로세스당 1회 상세 로그(루프마다 ensure 호출 시 스팸 방지) -_logged_fresh_once: bool = False - - -@dataclass -class OpsSyncResult: - """운영 전 DB 동기화 결과.""" - - synced: list[int] = field(default_factory=list) - skipped_fresh: list[int] = field(default_factory=list) - errors: dict[int, str] = field(default_factory=dict) - disabled: bool = False - - @property - def ok(self) -> bool: - """치명적 오류 없이 완료.""" - return not self.errors or len(self.synced) > 0 or len(self.skipped_fresh) > 0 - - -def lag_minutes_since_last( - last_ts: pd.Timestamp | None, interval_minutes: int -) -> float | None: - """ - 마지막 봉 시각 대비 경과 분. - - Returns: - last_ts 없으면 None. - """ - if last_ts is None: - return None - now = pd.Timestamp.now() - last = pd.Timestamp(last_ts) - if last.tzinfo is not None and now.tzinfo is None: - last = last.tz_localize(None) - return max(0.0, (now - last).total_seconds() / 60.0) - - -def is_interval_stale( - symbol: str, - interval: int, - *, - max_lag_bars: int = OPS_SYNC_MAX_LAG_BARS, - db_path: str = DB_PATH, -) -> tuple[bool, str]: - """ - 간격별 DB가 운영에 필요한 최신성을 만족하는지 판단. - - Returns: - (stale 여부, 사유 문자열) - """ - rows = get_row_count(symbol, interval, db_path=db_path) - last = get_last_timestamp(symbol, interval, db_path=db_path) - if rows == 0 or last is None: - return True, "데이터 없음" - lag = lag_minutes_since_last(last, interval) - if lag is None: - return True, "마지막 시각 없음" - threshold = float(interval * max_lag_bars) - if lag > threshold: - return True, f"지연 {lag:.0f}분 > 허용 {threshold:.0f}분" - return False, f"최신 (마지막 {last.strftime('%Y-%m-%d %H:%M:%S')})" - - -def list_stale_intervals( - symbol: str = SYMBOL, - *, - max_lag_bars: int = OPS_SYNC_MAX_LAG_BARS, - db_path: str = DB_PATH, -) -> list[tuple[int, str, str]]: - """ - 갱신이 필요한 (interval, label, reason) 목록. - - Returns: - download_jobs 순서와 동일하게 stale 항목만. - """ - out: list[tuple[int, str, str]] = [] - for interval, label in download_jobs(): - stale, reason = is_interval_stale( - symbol, interval, max_lag_bars=max_lag_bars, db_path=db_path - ) - if stale: - out.append((interval, label, reason)) - return out - - -def ensure_ops_candles( - symbol: str = SYMBOL, - months: int | None = None, - *, - force: bool = False, - verbose_download: bool = False, -) -> OpsSyncResult: - """ - 05/06 실행 직전 누락·지연 봉을 coins.db에 증분 적재합니다. - - Args: - symbol: 코인 코드. - months: 보관 개월( None 이면 DOWNLOAD_MONTHS ). - force: True면 최신 간격도 전부 재수집. - verbose_download: True면 download_symbol API 진행 로그 출력. - - Returns: - OpsSyncResult - """ - global _logged_fresh_once - result = OpsSyncResult() - if not OPS_SYNC_ON_START and not force: - result.disabled = True - print("[ops_sync] OPS_SYNC_ON_START=0 — 건너뜀") - return result - - months = months or DOWNLOAD_MONTHS - jobs = download_jobs() - stale = list_stale_intervals(symbol) if not force else [ - (iv, lb, "force") for iv, lb in jobs - ] - fresh = [ - iv for iv, _ in jobs if iv not in {s[0] for s in stale} - ] - result.skipped_fresh = fresh - - if not stale: - if not _logged_fresh_once or force: - print( - f"[ops_sync] {COIN_NAME} ({symbol}) DB 최신 · " - f"간격 {len(fresh)}개 (증분 다운로드 없음)" - ) - for iv in fresh: - last = get_last_timestamp(symbol, iv) - if last is not None: - print(f" [{interval_label(iv)}] ~ {last}") - _logged_fresh_once = True - return result - - print( - f"[ops_sync] {COIN_NAME} ({symbol}) 누락 보완 · " - f"갱신 {len(stale)}개 / 최신 {len(fresh)}개 (백필 생략·증분만)" - ) - monitor = Monitor(cooldown_file=None) - started = datetime.now() - for interval, label, reason in stale: - print(f"\n[ops_sync] --- {label} --- ({reason})") - try: - download_symbol( - monitor, - symbol, - interval, - months, - verbose=verbose_download, - skip_backfill=True, - ) - result.synced.append(interval) - except Exception as exc: - result.errors[interval] = str(exc) - print(f" [ops_sync] 오류 interval={interval}: {exc}") - - elapsed = datetime.now() - started - _logged_fresh_once = True - print(f"\n[ops_sync] 완료 (소요: {elapsed}) · 갱신={result.synced} 오류={len(result.errors)}") - return result diff --git a/deepcoin/env_loader.py b/deepcoin/env_loader.py deleted file mode 100644 index 6f049af..0000000 --- a/deepcoin/env_loader.py +++ /dev/null @@ -1,87 +0,0 @@ -""" -DeepCoin .env 로드 (프로젝트 루트 기준). - -config·HTS·스크립트 진입 전에 한 번 호출하면 cwd와 무관하게 동일한 설정을 사용합니다. -""" - -from __future__ import annotations - -import os -from pathlib import Path - -from deepcoin.paths import PROJECT_ROOT - -_ENV_LOADED = False -_ENV_LOADER = "none" -ENV_FILE = PROJECT_ROOT / ".env" - - -def _load_env_fallback(*, override: bool) -> None: - """ - python-dotenv 미설치 시 .env 를 직접 파싱해 os.environ 에 반영합니다. - - Args: - override: True면 기존 키를 .env 값으로 덮어씀. - """ - if not ENV_FILE.is_file(): - return - for line in ENV_FILE.read_text(encoding="utf-8").splitlines(): - line = line.strip() - if not line or line.startswith("#"): - continue - if line.startswith("export "): - line = line[7:].strip() - if "=" not in line: - continue - key, _, value = line.partition("=") - key = key.strip() - value = value.strip().strip('"').strip("'") - if not key: - continue - if not override and key in os.environ: - continue - os.environ[key] = value - - -def load_project_env(*, override: bool = False) -> bool: - """ - PROJECT_ROOT/.env 를 로드합니다 (python-dotenv 우선, 없으면 fallback). - - Args: - override: True면 기존 OS 환경 변수를 .env 값으로 덮어씀. - - Returns: - .env 파일이 존재해 로드했으면 True, 없으면 False. - """ - global _ENV_LOADED, _ENV_LOADER - if _ENV_LOADED and not override: - return ENV_FILE.is_file() - - if not ENV_FILE.is_file(): - _ENV_LOADED = True - _ENV_LOADER = "missing" - return False - - try: - from dotenv import load_dotenv - - load_dotenv(ENV_FILE, override=override) - _ENV_LOADER = "dotenv" - except ImportError: - _load_env_fallback(override=override) - _ENV_LOADER = "fallback" - - _ENV_LOADED = True - return True - - -def env_status() -> dict[str, str | bool]: - """디버그용 .env 상태.""" - return { - "project_root": str(PROJECT_ROOT), - "env_file": str(ENV_FILE), - "env_exists": ENV_FILE.is_file(), - "loaded": _ENV_LOADED, - "loader": _ENV_LOADER, - "live_trading_enabled": os.getenv("LIVE_TRADING_ENABLED", ""), - } diff --git a/deepcoin/ground_truth/__init__.py b/deepcoin/ground_truth/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/ground_truth/causal_gt_calibrate.py b/deepcoin/ground_truth/causal_gt_calibrate.py deleted file mode 100644 index 816a135..0000000 --- a/deepcoin/ground_truth/causal_gt_calibrate.py +++ /dev/null @@ -1,173 +0,0 @@ -""" -인과 GT leg 엔진 파라미터 그리드 탐색·최적 저장. -""" - -from __future__ import annotations - -import json -from itertools import product -from pathlib import Path -from typing import Any - -from config import ( - CHART_LOOKBACK_DAYS, - GT_BUY_BB_MAX, - GT_BUY_MIN_SWING_PCT, - GT_MIN_SWING_PCT, - GT_PIVOT_ORDER, - MATCH_PRIMARY_INTERVAL, - SYMBOL, -) -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.ground_truth.causal_gt_trades import simulate_causal_gt_portfolio -from deepcoin.ground_truth.ground_truth import load_ground_truth -from deepcoin.ops.monitor import Monitor -from deepcoin.paths import MATCHING_CAUSAL_GT_CALIBRATION_JSON, resolve_ground_truth_file - - -def default_causal_gt_params() -> dict[str, Any]: - """ - 인과 GT leg 엔진 기본 파라미터. - - Returns: - build_causal_split_buy_peak_sell_trades 키워드 인자. - """ - from config import ( - CAUSAL_GT_MIN_BARS_BETWEEN_LEGS, - CAUSAL_GT_MIN_LEG_PCT, - CAUSAL_GT_PEAK_MODE, - CAUSAL_GT_USE_LOCAL_TROUGH, - ) - - return { - "pivot_order": GT_PIVOT_ORDER, - "buy_swing_pct": GT_BUY_MIN_SWING_PCT, - "sell_swing_pct": GT_MIN_SWING_PCT, - "bb_max": GT_BUY_BB_MAX, - "min_leg_pct": CAUSAL_GT_MIN_LEG_PCT, - "use_local_trough": CAUSAL_GT_USE_LOCAL_TROUGH, - "peak_mode": CAUSAL_GT_PEAK_MODE, - "min_bars_between_legs": CAUSAL_GT_MIN_BARS_BETWEEN_LEGS, - } - - -def load_causal_gt_params(path: Path | None = None) -> dict[str, Any]: - """ - 캘리브레이션 JSON 또는 config 기본값. - - Args: - path: JSON 경로. None이면 MATCHING_CAUSAL_GT_CALIBRATION_JSON. - - Returns: - best params dict. - """ - p = path or MATCHING_CAUSAL_GT_CALIBRATION_JSON - if p.is_file(): - data = json.loads(p.read_text(encoding="utf-8")) - best = data.get("best_params") or data.get("params") - if best: - return dict(best) - return default_causal_gt_params() - - -def _grid_space() -> dict[str, list[Any]]: - """탐색 그리드 (로컬 peak 최적화 반영, 조합 ~864).""" - return { - "peak_mode": ["local", "zigzag"], - "pivot_order": [8, 10, 12, 15], - "buy_swing_pct": [2.0, 2.5, 3.0], - "sell_swing_pct": [3.0, 4.0], - "bb_max": [0.55, 0.65, 0.75], - "min_leg_pct": [3.0, 5.0, 8.0], - "min_bars_between_legs": [60, 90], - "use_local_trough": [True, False], - } - - -def run_causal_gt_calibration( - *, - min_trades: int = 30, - top_n: int = 20, - out_path: Path | None = None, -) -> dict[str, Any]: - """ - 그리드 탐색 후 최적 파라미터 JSON 저장. - - Args: - min_trades: 최소 체결 수 미만 조합 제외. - top_n: 상위 N개 기록. - out_path: 저장 경로. - - Returns: - calibration report dict. - """ - gt = load_ground_truth(resolve_ground_truth_file()) or {} - mark = float((gt.get("summary") or {}).get("mark_price") or 0) - gt_pnl = float( - (gt.get("summary") or {}).get("pnl_pct") - or 0 - ) - - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - df = frames[MATCH_PRIMARY_INTERVAL].copy() - - grid = _grid_space() - keys = list(grid.keys()) - results: list[dict[str, Any]] = [] - total = 1 - for k in keys: - total *= len(grid[k]) - - print(f"[causal_gt] 그리드 {total} 조합 탐색...") - done = 0 - for combo in product(*(grid[k] for k in keys)): - params = dict(zip(keys, combo)) - r = simulate_causal_gt_portfolio(df, last_price=mark or None, **params) - tc = int(r.get("trade_count") or 0) - done += 1 - if done % 200 == 0: - print(f" ... {done}/{total}") - if tc < min_trades: - continue - pnl = float(r.get("pnl_pct") or 0) - results.append( - { - "pnl_pct": round(pnl, 2), - "trade_count": tc, - "leg_count": r.get("leg_count", 0), - "max_drawdown_pct": r.get("max_drawdown_pct"), - "capture_ratio": round(pnl / gt_pnl, 4) if gt_pnl else 0, - "params": params, - } - ) - - results.sort(key=lambda x: x["pnl_pct"], reverse=True) - best = results[0] if results else None - report: dict[str, Any] = { - "symbol": SYMBOL, - "interval_min": MATCH_PRIMARY_INTERVAL, - "gt_pnl_pct": gt_pnl, - "grid_combinations": total, - "valid_combinations": len(results), - "min_trades": min_trades, - "best": best, - "best_params": best["params"] if best else default_causal_gt_params(), - "top": results[:top_n], - "target_pnl_pct": 300.0, - "target_met": bool(best and best["pnl_pct"] >= 300.0), - } - - out = out_path or MATCHING_CAUSAL_GT_CALIBRATION_JSON - out.parent.mkdir(parents=True, exist_ok=True) - out.write_text(json.dumps(report, ensure_ascii=False, indent=2), encoding="utf-8") - print(f"[causal_gt] 저장: {out}") - if best: - print( - f"[causal_gt] 최적 PnL={best['pnl_pct']}% " - f"trades={best['trade_count']} legs={best['leg_count']} " - f"capture={best.get('capture_ratio', 0):.2%}" - ) - else: - print("[causal_gt] 유효 조합 없음") - return report diff --git a/deepcoin/ground_truth/causal_gt_hybrid.py b/deepcoin/ground_truth/causal_gt_hybrid.py deleted file mode 100644 index d650247..0000000 --- a/deepcoin/ground_truth/causal_gt_hybrid.py +++ /dev/null @@ -1,447 +0,0 @@ -""" -Phase 3: monitor 발화 + drawdown/past-leg tier (인과적). - -매도는 monitor(sell_mtf_cross) 유지, tier만 drawdown·과거 leg 수익으로 강화합니다. -""" - -from __future__ import annotations - -from typing import Any - -import pandas as pd - -from config import ( - CAUSAL_GT_DD_LARGE_PCT, - CAUSAL_GT_DD_MEDIUM_PCT, - GT_BUY_PCT_LARGE_LEG, - GT_BUY_PCT_MEDIUM_LEG, - GT_BUY_PCT_SMALL_LEG, - GT_INITIAL_CASH_KRW, - SIM_TIER_CONVICTION_DD_PCT, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.gt_allocation import ( - allocate_order_amounts_chronological, - simulate_portfolio_summary, -) -from deepcoin.matching.portfolio_sim import sort_fires_chronological -from deepcoin.matching.position_sizing import enrich_sim_trades_with_gt_weights - - -def _deduped_ohlc(df: pd.DataFrame) -> pd.DataFrame: - """ - DatetimeIndex 중복 제거·정렬 (drawdown lookup용). - - Args: - df: OHLC DataFrame. - - Returns: - index unique OHLC. - """ - if df.empty: - return df - out = df.sort_index() - if not out.index.is_unique: - out = out[~out.index.duplicated(keep="last")] - return out - - -def _close_series_from_df(df: pd.DataFrame) -> pd.Series: - """ - OHLC DataFrame에서 종가 시리즈 추출 (positional index). - - Args: - df: Open/Close 또는 open/close 컬럼을 가진 OHLC. - - Returns: - float 종가 시리즈. - """ - if df.empty: - return pd.Series(dtype=float) - frame = _deduped_ohlc(df) - for col in ("close", "Close"): - if col in frame.columns: - return frame[col].astype(float).reset_index(drop=True) - raise KeyError("OHLC DataFrame에 close/Close 컬럼이 없습니다.") - - -def _bar_index_at(df: pd.DataFrame, dt: str) -> int: - """ - 시각 dt에 대응하는 bar 위치 (인덱스 중복 시 nearest). - - Args: - df: DatetimeIndex OHLC. - dt: ISO 시각 문자열. - - Returns: - 정수 bar 위치 (0..n-1). - """ - frame = _deduped_ohlc(df) - if frame.empty: - return 0 - try: - ts = pd.to_datetime(dt) - except (TypeError, ValueError): - return 0 - pos = int(frame.index.get_indexer([ts], method="nearest")[0]) - return max(pos, 0) - - -def _drawdown_pct_at_index(closes: pd.Series, idx: int) -> float: - """ - bar idx 시점 drawdown % (과거 rolling high 대비, 인과적). - - Args: - closes: 종가 시리즈. - idx: 봉 위치. - - Returns: - drawdown % (0~100). - """ - if idx < 0 or idx >= len(closes): - return 0.0 - seg = closes.iloc[: idx + 1].astype(float) - if seg.empty: - return 0.0 - peak = float(seg.max()) - cur = float(seg.iloc[-1]) - if peak <= 0: - return 0.0 - return max((peak - cur) / peak * 100.0, 0.0) - - -def hybrid_tier_scale( - trade: dict[str, Any], - *, - completed_leg_ret: dict[int, float], - enhanced: bool = False, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> float: - """ - 과거 leg 수익 tier + drawdown tier (인과적). - - Args: - trade: 매수 trade dict (drawdown_pct 포함). - completed_leg_ret: 청산 완료 leg realized return %. - enhanced: True면 medium tier·conviction 플래그 적용. - dd_large_pct: drawdown large tier 임계(%). None이면 config. - dd_medium_pct: drawdown medium tier 임계(%). None이면 config. - - Returns: - asset_pct_scale. - """ - from config import GT_LARGE_LEG_TOP_PCT - from deepcoin.matching.position_sizing import ( - large_leg_ids_from_past_returns, - ) - - dd_large = float(dd_large_pct if dd_large_pct is not None else CAUSAL_GT_DD_LARGE_PCT) - dd_medium = float(dd_medium_pct if dd_medium_pct is not None else CAUSAL_GT_DD_MEDIUM_PCT) - - lid = int(trade.get("leg_id", 0)) - large_past = large_leg_ids_from_past_returns(completed_leg_ret, GT_LARGE_LEG_TOP_PCT) - dd = float(trade.get("drawdown_pct") or 0.0) - - if lid in large_past: - if enhanced and dd >= SIM_TIER_CONVICTION_DD_PCT: - trade["conviction_buy"] = True - return float(GT_BUY_PCT_LARGE_LEG) - - if dd >= dd_large: - if enhanced: - trade["conviction_buy"] = True - return float(GT_BUY_PCT_LARGE_LEG) - if dd >= dd_medium: - if enhanced and dd >= SIM_TIER_CONVICTION_DD_PCT: - trade["conviction_buy"] = True - return float(GT_BUY_PCT_MEDIUM_LEG) if enhanced else float(GT_BUY_PCT_LARGE_LEG) * 0.5 - return float(GT_BUY_PCT_SMALL_LEG) - - -def _monitor_rows_from_fires(fires: pd.DataFrame) -> list[dict[str, Any]]: - """monitor 발화 DataFrame → trade dict 리스트.""" - rows: list[dict[str, Any]] = [] - for _, r in sort_fires_chronological(fires).iterrows(): - rows.append( - { - "dt": str(r["dt"]), - "action": r["side"], - "price": float(r["close"]), - "rule_id": r.get("rule_id", ""), - } - ) - return rows - - -def build_monitor_hybrid_sized_trades( - fires: pd.DataFrame, - df: pd.DataFrame, - *, - enhanced: bool = False, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> tuple[list[dict[str, Any]], dict[str, Any]]: - """ - monitor 발화 → hybrid tier amount_krw 배분 (인과적). - - Args: - fires: monitor rule 발화 (buy+sell). - df: 3m OHLC (drawdown 계산). - enhanced: conviction·medium tier 사용. - initial_cash: 시작 현금. - fee_rate: 수수료율. - - Returns: - (amount_krw가 채워진 trade dict, alloc_stats). - """ - from deepcoin.ground_truth.ground_truth import load_ground_truth, order_trades_chronological - from deepcoin.paths import resolve_ground_truth_file - - if fires.empty: - return [], {"buy_executed": 0, "buy_skipped": 0} - - gt_data = load_ground_truth(resolve_ground_truth_file()) or {} - gt_trades = order_trades_chronological(gt_data.get("trades") or []) - - enriched = enrich_sim_trades_with_gt_weights( - _monitor_rows_from_fires(fires), - gt_trades, - causal_legs=True, - ) - enriched = _attach_drawdown_to_buys(enriched, df) - - def scale_fn(t: dict[str, Any], completed_leg_ret: dict[int, float]) -> float: - return hybrid_tier_scale( - t, - completed_leg_ret=completed_leg_ret, - enhanced=enhanced, - dd_large_pct=dd_large_pct, - dd_medium_pct=dd_medium_pct, - ) - - return allocate_order_amounts_chronological( - enriched, - initial_cash=initial_cash, - fee_rate=fee_rate, - causal_tier=False, - asset_pct_scale_fn=scale_fn, - ) - - -def _simulate_monitor_tier_portfolio( - fires: pd.DataFrame, - df: pd.DataFrame, - *, - enhanced: bool = False, - last_price: float | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> dict[str, Any]: - """ - monitor buy+sell + tier 복리 시뮬 (hybrid 또는 enhanced). - - Args: - fires: monitor rule 발화 (buy+sell). - df: 3m OHLC (drawdown 계산). - enhanced: conviction·medium tier 사용. - last_price: 미청산 평가가. - initial_cash: 시작 현금. - fee_rate: 수수료율. - dd_large_pct: drawdown large tier 임계(%). - dd_medium_pct: drawdown medium tier 임계(%). - - Returns: - portfolio summary dict. - """ - mode = "monitor_tier_enhanced" if enhanced else "monitor_dd_tier" - if fires.empty: - return {"pnl_pct": 0.0, "trade_count": 0, "sizing_mode": mode} - - sized, alloc_stats = build_monitor_hybrid_sized_trades( - fires, - df, - enhanced=enhanced, - initial_cash=initial_cash, - fee_rate=fee_rate, - dd_large_pct=dd_large_pct, - dd_medium_pct=dd_medium_pct, - ) - - mark = last_price - if mark is None and not df.empty: - try: - mark = float(_close_series_from_df(df).iloc[-1]) - except KeyError: - mark = None - - result = simulate_portfolio_summary( - sized, - initial_cash=initial_cash, - fee_rate=fee_rate, - last_price=mark, - use_amount_krw=True, - ) - result["sizing_mode"] = mode - if enhanced: - result["sizing_note"] = ( - "monitor buy+sell + past-leg·drawdown tier + conviction (미래 미사용)" - ) - else: - result["sizing_note"] = ( - "monitor buy+sell + drawdown·past-leg tier (미래 미사용)" - ) - result["alloc_stats"] = alloc_stats - result["input_fires"] = int(len(fires)) - return result - - -def _attach_drawdown_to_buys( - trades: list[dict[str, Any]], - df: pd.DataFrame, -) -> list[dict[str, Any]]: - """ - 매수 trade에 bar drawdown % 부여 (인과적). - - Args: - trades: enrich된 trade dict. - df: 3m OHLC (DatetimeIndex). - - Returns: - drawdown_pct가 추가된 trade dict. - """ - if df.empty: - return trades - close_s = _close_series_from_df(df) - out: list[dict[str, Any]] = [] - for t in trades: - row = dict(t) - if row.get("action") != "buy": - out.append(row) - continue - bar_idx = _bar_index_at(df, str(row.get("dt", ""))) - row["drawdown_pct"] = round(_drawdown_pct_at_index(close_s, bar_idx), 2) - out.append(row) - return out - - -def simulate_monitor_dd_tier_portfolio( - fires: pd.DataFrame, - df: pd.DataFrame, - *, - last_price: float | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> dict[str, Any]: - """ - monitor buy+sell + drawdown/past-leg tier 복리 시뮬. - - Args: - fires: monitor rule 발화 (buy+sell). - df: 3m OHLC (drawdown 계산). - last_price: 미청산 평가가. - initial_cash: 시작 현금. - fee_rate: 수수료율. - dd_large_pct: drawdown large tier 임계(%). - dd_medium_pct: drawdown medium tier 임계(%). - - Returns: - portfolio summary dict. - """ - return _simulate_monitor_tier_portfolio( - fires, - df, - enhanced=False, - last_price=last_price, - initial_cash=initial_cash, - fee_rate=fee_rate, - dd_large_pct=dd_large_pct, - dd_medium_pct=dd_medium_pct, - ) - - -def simulate_monitor_tier_enhanced_portfolio( - fires: pd.DataFrame, - df: pd.DataFrame, - *, - last_price: float | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> dict[str, Any]: - """ - Phase 4: monitor + past-leg·drawdown tier + conviction (weight 분할 생략). - - Args: - fires: monitor rule 발화 (buy+sell). - df: 3m OHLC (drawdown 계산). - last_price: 미청산 평가가. - initial_cash: 시작 현금. - fee_rate: 수수료율. - - Returns: - portfolio summary dict. - """ - return _simulate_monitor_tier_portfolio( - fires, - df, - enhanced=True, - last_price=last_price, - initial_cash=initial_cash, - fee_rate=fee_rate, - ) - - -def simulate_causal_gt_hybrid_portfolio( - buy_fires: pd.DataFrame, - df: pd.DataFrame, - *, - monitor_fires: pd.DataFrame | None = None, - last_price: float | None = None, - cg_params: dict[str, Any] | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> dict[str, Any]: - """ - Phase 3 하이브리드: monitor buy+sell + DD tier (권장). - - monitor_fires가 있으면 DD tier 경로, 없으면 구 peak-sell 경로(legacy). - - Args: - buy_fires: buy 발화 (legacy peak-sell 경로용). - df: 3m OHLCV. - monitor_fires: monitor buy+sell (권장). - last_price: 미청산 평가가. - cg_params: legacy 파라미터. - initial_cash: 시작 현금. - fee_rate: 수수료율. - dd_large_pct: drawdown large tier 임계(%). - dd_medium_pct: drawdown medium tier 임계(%). - - Returns: - portfolio summary dict. - """ - if monitor_fires is not None and not monitor_fires.empty: - return simulate_monitor_dd_tier_portfolio( - monitor_fires, - df, - last_price=last_price, - initial_cash=initial_cash, - fee_rate=fee_rate, - dd_large_pct=dd_large_pct, - dd_medium_pct=dd_medium_pct, - ) - - return { - "pnl_pct": 0.0, - "trade_count": 0, - "note": "monitor_fires required", - "sizing_mode": "causal_gt_hybrid", - } diff --git a/deepcoin/ground_truth/causal_gt_trades.py b/deepcoin/ground_truth/causal_gt_trades.py deleted file mode 100644 index db766bb..0000000 --- a/deepcoin/ground_truth/causal_gt_trades.py +++ /dev/null @@ -1,433 +0,0 @@ -""" -인과적 GT leg 타점 생성 — t 시점까지 데이터만 사용. - -GT split_buy_peak_sell 과 동일 구조(분할매수·65/35 매도·leg_id)이나 -피벗·leg 종료는 gt_signal_causal 확정 신호만 사용합니다. -""" - -from __future__ import annotations - -from typing import Any, Literal - -import pandas as pd - -from config import ( - GT_BUY_MIN_BARS, - GT_BUY_MIN_SWING_PCT, - GT_MAX_BUYS_PER_LEG, - GT_MAX_SELLS_PER_LEG, - GT_MIN_SWING_PCT, - GT_PIVOT_ORDER, - GT_SELL_SPLIT_GAP_PCT, -) -from deepcoin.ground_truth.gt_model import leg_entry_weights, leg_exit_weights -from deepcoin.ground_truth.gt_signal_causal import enrich_scan_frame_gt_signals_causal - -PeakMode = Literal["zigzag", "local"] - - -def _collect_causal_buy_bars( - frame: pd.DataFrame, - start: pd.Timestamp, - end: pd.Timestamp, - *, - min_bars: int, - max_buys: int, - use_local_trough: bool, - bb_max: float, -) -> list[tuple[pd.Timestamp, float]]: - """ - leg 구간 (start, end) 내 인과적 매수 후보 봉. - - Args: - frame: gt_buy_signal 등 포함. - start: 이전 매도 시각(미포함). - end: leg 종료 peak 시각(포함). - min_bars: 분할 매수 최소 간격. - max_buys: leg당 최대 매수. - use_local_trough: True면 gt_trough_local+BB, False면 gt_buy_signal. - bb_max: BB %B 상한. - - Returns: - (dt, low_price) 리스트 (시간순). - """ - seg = frame[(frame.index > start) & (frame.index <= end)] - if seg.empty: - return [] - - if use_local_trough: - bb = pd.to_numeric(seg.get("bb_pos"), errors="coerce") - mask = (seg["gt_trough_local"] == 1) & (bb <= bb_max) - else: - mask = seg["gt_buy_signal"] == 1 - - cands: list[tuple[pd.Timestamp, float, int]] = [] - for ts, row in seg[mask].iterrows(): - price = float(row["Low"]) if "Low" in row else float(row.get("close", 0)) - if price <= 0: - continue - idx = frame.index.get_loc(ts) - if isinstance(idx, slice): - idx = int(idx.start or 0) - cands.append((ts, price, int(idx))) - - cands.sort(key=lambda x: x[0]) - filtered: list[tuple[pd.Timestamp, float, int]] = [] - for ts, price, idx in cands: - if filtered and idx - filtered[-1][2] < min_bars: - if price < filtered[-1][1]: - filtered[-1] = (ts, price, idx) - continue - filtered.append((ts, price, idx)) - - if len(filtered) > max_buys: - filtered.sort(key=lambda x: x[1]) - filtered = sorted(filtered[:max_buys], key=lambda x: x[0]) - - return [(ts, price) for ts, price, _ in filtered] - - -def _causal_sell_points( - frame: pd.DataFrame, - peak_ts: pd.Timestamp, - max_splits: int, - *, - peak_signal_col: str = "gt_peak_zigzag", -) -> list[tuple[pd.Timestamp, float, float]]: - """ - 인과적 매도: peak 확정봉 + (선택) 직후 확정 peak 1건 분할. - - Args: - frame: OHLC + gt peak 컬럼. - peak_ts: leg 종료 peak 시각. - max_splits: 최대 분할(2). - peak_signal_col: 두 번째 분할 탐색 컬럼. - - Returns: - (dt, high_price, weight) 리스트. - """ - if peak_ts not in frame.index: - return [] - - row = frame.loc[peak_ts] - if isinstance(row, pd.DataFrame): - row = row.iloc[-1] - main_price = float(row["High"]) if "High" in row else float(row.get("close", 0)) - weights = leg_exit_weights(max_splits if max_splits >= 2 else 1) - - if max_splits < 2 or len(weights) < 2: - return [(peak_ts, main_price, 1.0)] - - peak_idx = frame.index.get_loc(peak_ts) - if isinstance(peak_idx, slice): - peak_idx = int(peak_idx.start or 0) - seg = frame.iloc[peak_idx + 1 : peak_idx + 81] - second_ts: pd.Timestamp | None = None - second_price = main_price - for ts, srow in seg.iterrows(): - if int(srow.get(peak_signal_col, 0)) != 1: - continue - px = float(srow["High"]) if "High" in srow else float(srow.get("close", 0)) - gap = abs(px - main_price) / max(main_price, 1e-9) * 100.0 - if gap <= GT_SELL_SPLIT_GAP_PCT: - second_ts = ts - second_price = px - break - - if second_ts is None: - return [(peak_ts, main_price, 1.0)] - - return [ - (peak_ts, main_price, weights[0]), - (second_ts, second_price, weights[1]), - ] - - -def _peak_signal_column(peak_mode: PeakMode) -> str: - """leg 종료 peak 컬럼명.""" - return "gt_peak_local" if peak_mode == "local" else "gt_peak_zigzag" - - -def _filter_peak_times( - frame: pd.DataFrame, - peak_col: str, - min_bars: int, -) -> list[pd.Timestamp]: - """ - peak 후보를 min_bars 간격으로稀疏화 (인과적, 시간순). - - Args: - frame: OHLC frame. - peak_col: peak 신호 컬럼. - min_bars: 최소 봉 간격. - - Returns: - peak 타임스탬프 리스트. - """ - peaks = frame.index[frame[peak_col] == 1] - if len(peaks) == 0: - return [] - kept: list[pd.Timestamp] = [] - last_idx = -min_bars - for ts in peaks: - idx = frame.index.get_loc(ts) - if isinstance(idx, slice): - idx = int(idx.start or 0) - if idx - last_idx >= min_bars: - kept.append(ts) - last_idx = int(idx) - return kept - - -def _precompute_buy_candidates( - frame: pd.DataFrame, - *, - use_local_trough: bool, - bb_max: float, -) -> list[tuple[int, pd.Timestamp, float]]: - """ - 전구간 매수 후보 (bar_idx, ts, price). - - Args: - frame: enriched frame. - use_local_trough: local trough vs zigzag buy. - bb_max: BB 상한. - - Returns: - (idx, ts, price) 리스트. - """ - if use_local_trough: - bb = pd.to_numeric(frame.get("bb_pos"), errors="coerce") - mask = (frame["gt_trough_local"] == 1) & (bb <= bb_max) - else: - mask = frame["gt_buy_signal"] == 1 - - out: list[tuple[int, pd.Timestamp, float]] = [] - for ts in frame.index[mask]: - row = frame.loc[ts] - if isinstance(row, pd.DataFrame): - row = row.iloc[-1] - price = float(row["Low"]) if "Low" in row else float(row.get("close", 0)) - if price <= 0: - continue - idx = frame.index.get_loc(ts) - if isinstance(idx, slice): - idx = int(idx.start or 0) - out.append((int(idx), ts, price)) - return out - - -def _buys_in_range( - candidates: list[tuple[int, pd.Timestamp, float]], - start_idx: int, - end_idx: int, - *, - min_bars: int, - max_buys: int, -) -> list[tuple[pd.Timestamp, float]]: - """start_idx < bar_idx <= end_idx 구간 매수 후보 (min_bars·max_buys 적용).""" - seg = [(i, ts, p) for i, ts, p in candidates if start_idx < i <= end_idx] - if not seg: - return [] - filtered: list[tuple[int, pd.Timestamp, float]] = [] - for i, ts, p in seg: - if filtered and i - filtered[-1][0] < min_bars: - if p < filtered[-1][2]: - filtered[-1] = (i, ts, p) - continue - filtered.append((i, ts, p)) - if len(filtered) > max_buys: - filtered.sort(key=lambda x: x[2]) - filtered = sorted(filtered[:max_buys], key=lambda x: x[0]) - return [(ts, p) for _, ts, p in filtered] - - -def build_causal_split_buy_peak_sell_trades( - df: pd.DataFrame, - *, - pivot_order: int = GT_PIVOT_ORDER, - buy_swing_pct: float = GT_BUY_MIN_SWING_PCT, - sell_swing_pct: float = GT_MIN_SWING_PCT, - bb_max: float = 0.65, - min_leg_pct: float = GT_MIN_SWING_PCT, - buy_min_bars: int = GT_BUY_MIN_BARS, - max_buys: int = GT_MAX_BUYS_PER_LEG, - max_sells: int = GT_MAX_SELLS_PER_LEG, - use_local_trough: bool = True, - peak_mode: PeakMode = "local", - min_bars_between_legs: int = 60, -) -> list[dict[str, Any]]: - """ - 인과적 split_buy_peak_sell trade dict 리스트. - - Args: - df: 3m OHLCV+bb_pos (DatetimeIndex). - pivot_order: 피벗 확정 지연. - buy_swing_pct: 매수 ZigZag %. - sell_swing_pct: 매도 ZigZag %. - bb_max: BB %B 상한. - min_leg_pct: leg 최소 수익률(%). - buy_min_bars: 분할 매수 간격. - max_buys: leg당 매수 상한. - max_sells: leg당 매도 상한. - use_local_trough: local trough 분할매수 사용. - peak_mode: zigzag | local (leg 종료 peak). - min_bars_between_legs: 연속 leg 종료 최소 간격(봉). - - Returns: - {dt, action, price, weight, leg_id} dict 리스트. - """ - frame = enrich_scan_frame_gt_signals_causal( - df, - pivot_order=pivot_order, - buy_swing_pct=buy_swing_pct, - sell_swing_pct=sell_swing_pct, - bb_max=bb_max, - ) - - peak_col = _peak_signal_column(peak_mode) - if peak_col not in frame.columns: - return [] - - peak_times = _filter_peak_times(frame, peak_col, min_bars_between_legs) - if not peak_times: - return [] - - buy_candidates = _precompute_buy_candidates( - frame, - use_local_trough=use_local_trough, - bb_max=bb_max, - ) - start_idx = 0 - if frame.index.size: - loc = frame.index.get_loc(frame.index[0]) - start_idx = int(loc.start or 0) if isinstance(loc, slice) else int(loc) - - peak_signal_col = peak_col - trades: list[dict[str, Any]] = [] - prev_sell_idx = start_idx - leg_id = 0 - leg_trough_price = 0.0 - - for peak_ts in peak_times: - peak_idx = frame.index.get_loc(peak_ts) - if isinstance(peak_idx, slice): - peak_idx = int(peak_idx.start or 0) - if peak_idx - prev_sell_idx < min_bars_between_legs: - continue - - prow = frame.loc[peak_ts] - if isinstance(prow, pd.DataFrame): - prow = prow.iloc[-1] - peak_price = float(prow["High"]) if "High" in prow else float(prow.get("close", 0)) - seg = frame.iloc[prev_sell_idx + 1 : peak_idx + 1] - if not seg.empty and "Low" in seg.columns: - leg_trough_price = float(seg["Low"].astype(float).min()) - - leg_pct = ( - (peak_price - leg_trough_price) / max(leg_trough_price, 1e-9) * 100.0 - if leg_trough_price > 0 - else 0.0 - ) - if leg_pct < min_leg_pct: - continue - - buys = _buys_in_range( - buy_candidates, - prev_sell_idx, - int(peak_idx), - min_bars=buy_min_bars, - max_buys=max_buys, - ) - if not buys: - prev_sell_idx = int(peak_idx) - leg_trough_price = peak_price - continue - - prices = [p for _, p in buys] - weights = leg_entry_weights(prices) - for (dt, price), w in zip(buys, weights): - trades.append( - { - "dt": dt.strftime("%Y-%m-%d %H:%M:%S"), - "action": "buy", - "price": round(price, 2), - "weight": round(w, 4), - "leg_id": leg_id, - } - ) - - sell_pts = _causal_sell_points( - frame, - peak_ts, - max_sells, - peak_signal_col=peak_signal_col, - ) - for dt, price, w in sell_pts[:max_sells]: - trades.append( - { - "dt": dt.strftime("%Y-%m-%d %H:%M:%S"), - "action": "sell", - "price": round(price, 2), - "weight": round(w, 4), - "leg_id": leg_id, - } - ) - - prev_sell_idx = int(peak_idx) - leg_trough_price = peak_price - leg_id += 1 - - return trades - - -def simulate_causal_gt_portfolio( - df: pd.DataFrame, - *, - last_price: float | None = None, - **build_kw: Any, -) -> dict[str, Any]: - """ - 인과 GT 타점 + causal tier 복리 포트폴리오. - - Args: - df: 3m OHLCV. - last_price: 미청산 평가 종가. - build_kw: build_causal_split_buy_peak_sell_trades 인자. - - Returns: - simulate_portfolio_summary 형식 dict + leg_count, params. - """ - from deepcoin.ground_truth.gt_allocation import ( - allocate_order_amounts_chronological, - simulate_portfolio_summary, - ) - - raw = build_causal_split_buy_peak_sell_trades(df, **build_kw) - if not raw: - return { - "pnl_pct": 0.0, - "trade_count": 0, - "leg_count": 0, - "note": "no trades", - "sizing_mode": "causal_gt_leg_engine", - } - - sized, alloc_stats = allocate_order_amounts_chronological(raw, causal_tier=True) - mark = last_price - if mark is None and "close" in df.columns: - mark = float(df["close"].iloc[-1]) - result = simulate_portfolio_summary( - sized, - last_price=mark, - use_amount_krw=True, - ) - leg_count = len({t.get("leg_id") for t in raw}) - result["leg_count"] = leg_count - result["sizing_mode"] = "causal_gt_leg_engine" - result["sizing_note"] = ( - "인과 GT leg: split_buy + peak_sell, causal tier 복리 (미래 미사용)" - ) - result["causal_gt_params"] = dict(build_kw) - result["alloc_stats"] = alloc_stats - return result diff --git a/deepcoin/ground_truth/ground_truth.py b/deepcoin/ground_truth/ground_truth.py deleted file mode 100644 index 9124118..0000000 --- a/deepcoin/ground_truth/ground_truth.py +++ /dev/null @@ -1,1393 +0,0 @@ -""" -차트 조회 구간(기본 1년) 3분봉에서 최적 매수·매도 타점(정답 라벨)을 생성합니다. - -방법: - 1) ZigZag 피벗(스윙 고저) 추출 - 2) split_buy_peak_sell: 저점 분할 매수 + 고점 1~2회 매도 (비중=삼각형 크기) - 3) ground_truth_trades.json 저장 - -실행: - python scripts/02_ground_truth.py - python scripts/05_chart_truth.py -""" - -from __future__ import annotations - -import json -from dataclasses import asdict, dataclass -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - CHART_LOOKBACK_DAYS, - ENTRY_INTERVAL, - GROUND_TRUTH_FILE, - GT_BUY_BB_MAX, - GT_BUY_MIN_BARS, - GT_BUY_MIN_SWING_PCT, - GT_BUY_PCT_LARGE_LEG, - GT_BUY_PCT_SMALL_LEG, - GT_INITIAL_CASH_KRW, - GT_LARGE_LEG_TOP_PCT, - GT_MIN_ORDER_KRW, - GT_MAX_BUYS_PER_LEG, - GT_MAX_ROUND_TRIPS, - TRADING_FEE_RATE, - GT_MAX_SELLS_PER_LEG, - GT_MIN_BARS_BETWEEN, - GT_MIN_LEG_PCT, - GT_MIN_SWING_PCT, - GT_PIVOT_ORDER, - GT_SELECTION_MODE, - GT_SELL_SPLIT_GAP_PCT, - SYMBOL, -) -from deepcoin.common.indicators import apply_bar_indicators, get_trend -from deepcoin.data.mtf_bb import load_frames_from_db - -from deepcoin.ground_truth.gt_allocation import ( - allocate_order_amounts_chronological, - resolve_sell_qty as _resolve_sell_qty, -) -from deepcoin.ground_truth.gt_model import ( - compute_entry_weights, - leg_entry_weights, - leg_exit_weights, - sell_split_weights, -) -from deepcoin.paths import resolve_ground_truth_file - -DEFAULT_OUTPUT = resolve_ground_truth_file() - - -@dataclass -class Pivot: - """스윙 피벗 한 점.""" - - idx: int - ts: pd.Timestamp - kind: str # "trough" | "peak" - price: float - - -@dataclass -class TradePoint: - """정답 타점 1건.""" - - dt: str - action: str - price: float - memo: str - weight: float = 1.0 - amount_krw: float | None = None - leg_id: int = 0 - bb_pos: float | None = None - rsi: float | None = None - pivot_kind: str = "" - forward_return_pct: float | None = None - - -def _local_extrema_indices(arr: np.ndarray, order: int, kind: str) -> np.ndarray: - """ - order 양옆 구간에서 국소 최소/최대 인덱스를 반환합니다. - - Args: - arr: 가격 배열. - order: 좌우 봉 수. - kind: "min" 또는 "max". - - Returns: - 인덱스 ndarray. - """ - n = len(arr) - if n < 2 * order + 1: - return np.array([], dtype=int) - out: list[int] = [] - for i in range(order, n - order): - window = arr[i - order : i + order + 1] - if kind == "min" and arr[i] <= window.min(): - out.append(i) - elif kind == "max" and arr[i] >= window.max(): - out.append(i) - return np.array(out, dtype=int) - - -def build_zigzag_pivots( - df: pd.DataFrame, - min_swing_pct: float = GT_MIN_SWING_PCT, - pivot_order: int = GT_PIVOT_ORDER, -) -> list[Pivot]: - """ - ZigZag 방식으로 스윙 저점·고점 피벗을 만듭니다. - - Args: - df: OHLCV (index=datetime). - min_swing_pct: 피벗 확정 최소 가격 변동(%). - pivot_order: 국소 극값 탐색 반경(봉). - - Returns: - 시간순 Pivot 리스트. - """ - low = df["Low"].astype(float).values - high = df["High"].astype(float).values - index = df.index - min_ratio = min_swing_pct / 100.0 - - trough_idx = _local_extrema_indices(low, pivot_order, "min") - peak_idx = _local_extrema_indices(high, pivot_order, "max") - - candidates: list[tuple[int, str, float]] = [] - for i in trough_idx: - candidates.append((int(i), "trough", float(low[i]))) - for i in peak_idx: - candidates.append((int(i), "peak", float(high[i]))) - candidates.sort(key=lambda x: x[0]) - if not candidates: - return [] - - pivots: list[Pivot] = [] - last_kind: str | None = None - last_price = 0.0 - - for idx, kind, price in candidates: - if not pivots: - pivots.append(Pivot(idx, index[idx], kind, price)) - last_kind = kind - last_price = price - continue - - if kind == last_kind: - # 같은 방향이면 더 극단적인 쪽만 유지 - if kind == "trough" and price < last_price: - pivots[-1] = Pivot(idx, index[idx], kind, price) - last_price = price - elif kind == "peak" and price > last_price: - pivots[-1] = Pivot(idx, index[idx], kind, price) - last_price = price - continue - - move = abs(price - last_price) / max(last_price, 1e-9) - if move >= min_ratio: - pivots.append(Pivot(idx, index[idx], kind, price)) - last_kind = kind - last_price = price - - return pivots - - -def _select_optimal_chain( - pivots: list[Pivot], - min_bars: int = GT_MIN_BARS_BETWEEN, - max_round_trips: int = GT_MAX_ROUND_TRIPS, - mode: str = GT_SELECTION_MODE, -) -> list[Pivot]: - """ - 피벗에서 정답 체인을 선택합니다. - - Args: - pivots: ZigZag 피벗. - min_bars: 연속 체결 최소 봉 간격. - max_round_trips: 최대 라운드트립 수. - mode: "zigzag" 또는 "max_profit". - - Returns: - 선택된 Pivot 부분열 (매수·매도 교대). - """ - if len(pivots) < 2: - return [] - - if mode == "zigzag": - return _filter_alternating_pivots(pivots, min_bars, max_round_trips * 2) - - if mode == "major_swings": - return _select_major_swings( - pivots, - min_bars=min_bars, - max_round_trips=max_round_trips, - min_leg_pct=GT_MIN_LEG_PCT, - ) - - intervals: list[tuple[int, int, float, Pivot, Pivot]] = [] - for i, buy_p in enumerate(pivots): - if buy_p.kind != "trough": - continue - for j in range(i + 1, len(pivots)): - sell_p = pivots[j] - if sell_p.kind != "peak": - continue - if sell_p.idx - buy_p.idx < min_bars: - continue - if sell_p.price <= buy_p.price: - continue - profit = (sell_p.price - buy_p.price) / buy_p.price * 100.0 - intervals.append((buy_p.idx, sell_p.idx, profit, buy_p, sell_p)) - - if not intervals: - return _filter_alternating_pivots(pivots, min_bars, max_round_trips * 2) - - intervals.sort(key=lambda x: x[1]) - m = len(intervals) - sell_bars = [iv[1] for iv in intervals] - - def prev_non_overlap(k: int) -> int: - """매도 봉이 겹치지 않도록, 이전 구간의 매도 봉 < 현재 매수 봉.""" - buy_bar = intervals[k][0] - lo, hi = 0, k - 1 - ans = -1 - while lo <= hi: - mid = (lo + hi) // 2 - if sell_bars[mid] < buy_bar: - ans = mid - lo = mid + 1 - else: - hi = mid - 1 - return ans - - pprev = [prev_non_overlap(k) for k in range(m)] - - dp_val = [0.0] * m - dp_take = [False] * m - for k in range(m): - profit = intervals[k][2] - p_idx = pprev[k] - skip = profit - take = profit + (dp_val[p_idx] if p_idx >= 0 else 0.0) - if take >= skip: - dp_val[k] = take - dp_take[k] = True - else: - dp_val[k] = skip - - chain_iv: list[tuple[int, int, float, Pivot, Pivot]] = [] - k = m - 1 - if m == 0: - return [] - best_end = max(range(m), key=lambda i: dp_val[i]) - k = best_end - while k >= 0 and len(chain_iv) < max_round_trips: - if dp_take[k]: - chain_iv.append(intervals[k]) - k = pprev[k] - else: - k -= 1 - - chain_iv.reverse() - result: list[Pivot] = [] - for _, _, _, bp, sp in chain_iv: - result.extend([bp, sp]) - return result - - -def _select_major_swings( - pivots: list[Pivot], - min_bars: int, - max_round_trips: int, - min_leg_pct: float, -) -> list[Pivot]: - """ - ZigZag 교대 체인에서 구간 수익이 min_leg_pct 이상인 매수·매도만 남깁니다. - - 구간이 max_round_trips를 초과하면 비겹침 수익 합이 최대가 되도록 고릅니다. - - Args: - pivots: ZigZag 피벗. - min_bars: 체결 간 최소 봉 수. - max_round_trips: 최대 라운드트립. - min_leg_pct: 한 구간 최소 수익률(%). - - Returns: - 선택된 Pivot 리스트 (시간순). - """ - chain = _filter_alternating_pivots(pivots, min_bars, len(pivots)) - if len(chain) < 2: - return chain - - legs: list[tuple[float, Pivot, Pivot, int, int]] = [] - i = 0 - while i < len(chain) - 1: - buy_p = chain[i] - sell_p = chain[i + 1] - if buy_p.kind == "trough" and sell_p.kind == "peak": - profit = (sell_p.price - buy_p.price) / max(buy_p.price, 1e-9) * 100.0 - if profit >= min_leg_pct: - legs.append((profit, buy_p, sell_p, buy_p.idx, sell_p.idx)) - i += 2 - else: - i += 1 - - if not legs: - # 임계값 완화 후 재시도 - return _select_major_swings( - pivots, - min_bars, - max_round_trips, - min_leg_pct=max(min_leg_pct * 0.6, 3.0), - ) - - if len(legs) <= max_round_trips: - out: list[Pivot] = [] - for _, bp, sp, _, _ in legs: - out.extend([bp, sp]) - return out - - # 1년 라벨: 시간순 비겹침 구간 전부 사용 (상한으로 뒤쪽 월이 빠지지 않게 함) - if CHART_LOOKBACK_DAYS >= 300: - chosen: list[tuple[float, Pivot, Pivot, int, int]] = [] - last_sell_bar = -1 - for pr, bp, sp, lb, sb in sorted(legs, key=lambda x: x[3]): - if lb > last_sell_bar: - chosen.append((pr, bp, sp, lb, sb)) - last_sell_bar = sb - result: list[Pivot] = [] - for _pr, bp, sp, _lb, _sb in chosen: - result.extend([bp, sp]) - return result - - intervals = [(lb, sb, pr, bp, sp) for pr, bp, sp, lb, sb in legs] - intervals.sort(key=lambda x: x[1]) - m = len(intervals) - sell_bars = [iv[1] for iv in intervals] - - def prev_non_overlap(k: int) -> int: - buy_bar = intervals[k][0] - lo, hi = 0, k - 1 - ans = -1 - while lo <= hi: - mid = (lo + hi) // 2 - if sell_bars[mid] < buy_bar: - ans = mid - lo = mid + 1 - else: - hi = mid - 1 - return ans - - pprev = [prev_non_overlap(k) for k in range(m)] - dp_val = [0.0] * m - dp_take = [False] * m - for k in range(m): - profit = intervals[k][2] - p_idx = pprev[k] - take = profit + (dp_val[p_idx] if p_idx >= 0 else 0.0) - if take >= profit: - dp_val[k] = take - dp_take[k] = True - else: - dp_val[k] = profit - - best_end = max(range(m), key=lambda i: dp_val[i]) - k = best_end - chosen: list[tuple[float, Pivot, Pivot, int, int]] = [] - while k >= 0 and len(chosen) < max_round_trips: - if dp_take[k]: - chosen.append(intervals[k]) - k = pprev[k] - else: - k -= 1 - chosen.reverse() - result: list[Pivot] = [] - for _lb, _sb, _pr, bp, sp in chosen: - result.extend([bp, sp]) - return result - - -def _filter_alternating_pivots( - pivots: list[Pivot], - min_bars: int, - max_points: int, -) -> list[Pivot]: - """ZigZag 피벗을 간격·교대 규칙으로만 줄입니다.""" - filtered: list[Pivot] = [] - for p in pivots: - if filtered and p.idx - filtered[-1].idx < min_bars: - continue - if filtered and p.kind == filtered[-1].kind: - if p.kind == "trough" and p.price < filtered[-1].price: - filtered[-1] = p - elif p.kind == "peak" and p.price > filtered[-1].price: - filtered[-1] = p - continue - filtered.append(p) - if filtered and filtered[0].kind == "peak": - filtered = filtered[1:] - if filtered and filtered[-1].kind == "trough": - filtered = filtered[:-1] - return filtered[:max_points] - - -def _bb_context(row: pd.Series) -> tuple[float | None, float | None, float | None]: - """봉의 BB %B, RSI, 이격도(20 기본).""" - from config import DISPARITY_PERIODS - from deepcoin.common.indicators import disparity_column - - bb = None - if "bb_pos" in row.index and pd.notna(row["bb_pos"]): - bb = round(float(row["bb_pos"]), 3) - rsi = None - if "RSI" in row.index and pd.notna(row["RSI"]): - rsi = round(float(row["RSI"]), 1) - disp = None - primary_p = 20 if 20 in DISPARITY_PERIODS else DISPARITY_PERIODS[0] - dcol = disparity_column(primary_p) - if dcol in row.index and pd.notna(row[dcol]): - disp = round(float(row[dcol]), 1) - return bb, rsi, disp - - -def _memo_for_trade( - action: str, - pivot: Pivot, - bb_pos: float | None, - rsi: float | None, - disparity: float | None, - forward_pct: float | None, -) -> str: - """타점 해석 메모.""" - zone = "중단" - if bb_pos is not None: - if bb_pos < 0.25: - zone = "밴드 하단" - elif bb_pos > 0.75: - zone = "밴드 상단" - parts = [ - f"ZigZag {pivot.kind}", - zone, - ] - if rsi is not None: - parts.append(f"RSI {rsi}") - if disparity is not None: - parts.append(f"D.I.{disparity}") - if forward_pct is not None and action == "buy": - parts.append(f"다음 매도까지 +{forward_pct:.1f}%") - elif forward_pct is not None and action == "sell": - parts.append(f"직전 매수 대비 +{forward_pct:.1f}%") - return " · ".join(parts) - - -def _bar_index(df: pd.DataFrame, ts: pd.Timestamp) -> int: - """타임스탬프의 정수 봉 위치.""" - loc = df.index.get_loc(ts if ts in df.index else df.index[df.index.get_indexer([ts], method="nearest")[0]]) - if isinstance(loc, slice): - return int(loc.start or 0) - if hasattr(loc, "__len__") and not isinstance(loc, int): - return int(loc[-1]) - return int(loc) - - -def _row_at_ts(df: pd.DataFrame, ts: pd.Timestamp) -> pd.Series: - """타임스탬프에 해당하는 봉 1행.""" - loc = ts if ts in df.index else df.index[df.index.get_indexer([ts], method="nearest")[0]] - row = df.loc[loc] - if isinstance(row, pd.DataFrame): - row = row.iloc[-1] - return row - - -def _collect_buy_troughs( - df: pd.DataFrame, - buy_pivots: list[Pivot], - start: pd.Timestamp, - end: pd.Timestamp, - min_bars: int, - max_buys: int = GT_MAX_BUYS_PER_LEG, -) -> list[Pivot]: - """ - 매도 전 구간의 ZigZag 저점(trough)을 모읍니다. - - BB 하단이면서 구간 최저에 가까운 저점 1건만 추가 보완합니다. - """ - out: list[Pivot] = [] - for p in buy_pivots: - if start < p.ts < end: - out.append(p) - - if "bb_pos" in df.columns and out: - seg = df[(df.index > start) & (df.index < end)] - if not seg.empty and "bb_pos" in seg.columns: - bb_seg = seg[seg["bb_pos"] <= GT_BUY_BB_MAX] - if not bb_seg.empty: - loc = bb_seg["Low"].astype(float).idxmin() - idx = _bar_index(df, loc) - if all(abs(idx - p.idx) >= min_bars for p in out): - row_bb = _row_at_ts(bb_seg, loc) - out.append( - Pivot(idx, loc, "trough", float(row_bb["Low"])) - ) - - out.sort(key=lambda x: x.ts) - filtered: list[Pivot] = [] - for p in out: - if filtered and p.idx - filtered[-1].idx < min_bars: - if p.price < filtered[-1].price: - filtered[-1] = p - continue - filtered.append(p) - - if len(filtered) > max_buys: - filtered.sort(key=lambda x: x.price) - filtered = sorted(filtered[:max_buys], key=lambda x: x.ts) - return filtered - - -def _peak_sell_points( - df: pd.DataFrame, - peak: Pivot, - max_splits: int, - split_gap_pct: float, -) -> list[tuple[Pivot, float]]: - """ - 고점에서 1회 또는 분할 매도 시점·비중. - - Returns: - (피벗, 비중) 리스트. 비중 합 = 1.0. - """ - row = _row_at_ts(df, peak.ts) - main_price = float(row["High"]) if "High" in row else peak.price - main = Pivot(peak.idx, peak.ts, "peak", main_price) - - if max_splits < 2: - return [(main, 1.0)] - - seg = df.iloc[peak.idx : peak.idx + 80] - if len(seg) < 5: - return [(main, 1.0)] - - sub_peaks: list[Pivot] = [] - highs = seg["High"].astype(float).values - for j in range(2, len(seg) - 2): - if highs[j] >= highs[j - 2 : j + 3].max(): - px = float(highs[j]) - if abs(px - main_price) / max(main_price, 1e-9) * 100 <= split_gap_pct: - sub_peaks.append( - Pivot(peak.idx + j, seg.index[j], "peak", px) - ) - - if not sub_peaks: - return [(main, 1.0)] - - second = max(sub_peaks, key=lambda x: x.price) - if second.ts == main.ts: - return [(main, 1.0)] - w = sell_split_weights(2) - return [(main, w[0]), (second, w[1])] - - -def build_split_buy_peak_sell_trades( - df: pd.DataFrame, - raw_pivots: list[Pivot], - sell_peaks: list[Pivot], - buy_min_bars: int = GT_BUY_MIN_BARS, -) -> list[TradePoint]: - """ - 저점 분할 매수 + 고점 1~2회 매도 정답 타점. - - Args: - df: 지표 포함 3분봉. - raw_pivots: ZigZag 피벗(매수 탐지용, 낮은 스윙%). - sell_peaks: 고점 매도 기준 피벗(major swing). - buy_min_bars: 분할 매수 최소 간격(봉). - - Returns: - TradePoint 리스트. - """ - buy_pivots = build_zigzag_pivots( - df, min_swing_pct=GT_BUY_MIN_SWING_PCT, pivot_order=GT_PIVOT_ORDER - ) - buy_pivots = [p for p in buy_pivots if p.kind == "trough"] - - sell_peaks = sorted(sell_peaks, key=lambda x: x.ts) - trades: list[TradePoint] = [] - prev_sell_ts = df.index[0] - - for leg_id, peak in enumerate(sell_peaks): - troughs = _collect_buy_troughs(df, buy_pivots, prev_sell_ts, peak.ts, buy_min_bars) - if troughs: - prices = [ - float(_row_at_ts(df, t.ts)["Low"]) if "Low" in _row_at_ts(df, t.ts) else t.price - for t in troughs - ] - weights = leg_entry_weights(prices) - for t, w in zip(troughs, weights): - row = _row_at_ts(df, t.ts) - bb_pos, rsi, disp = _bb_context(row) - price = float(row["Low"]) if "Low" in row else t.price - pct = (peak.price - price) / max(price, 1e-9) * 100.0 - trades.append( - TradePoint( - dt=t.ts.strftime("%Y-%m-%d %H:%M:%S"), - action="buy", - price=round(price, 2), - weight=round(w, 3), - leg_id=leg_id, - memo=( - f"저점 분할 매수 · 비중 {w*100:.0f}% · {len(troughs)}회 " - f"· BB하단 · leg#{leg_id}" - ), - bb_pos=bb_pos, - rsi=rsi, - pivot_kind="trough", - forward_return_pct=round(pct, 2), - ) - ) - - sell_pts = _peak_sell_points( - df, peak, GT_MAX_SELLS_PER_LEG, GT_SELL_SPLIT_GAP_PCT - ) - leg_avg = ( - sum(t.price * t.weight for t in trades if t.leg_id == leg_id and t.action == "buy") - / max( - sum(t.weight for t in trades if t.leg_id == leg_id and t.action == "buy"), - 1e-9, - ) - ) - for sp, w in sell_pts: - row = _row_at_ts(df, sp.ts) - bb_pos, rsi, disp = _bb_context(row) - price = float(row["High"]) if "High" in row else sp.price - ret = (price - leg_avg) / max(leg_avg, 1e-9) * 100.0 if leg_avg > 0 else None - n_sell = len(sell_pts) - trades.append( - TradePoint( - dt=sp.ts.strftime("%Y-%m-%d %H:%M:%S"), - action="sell", - price=round(price, 2), - weight=round(w, 3), - leg_id=leg_id, - memo=( - f"고점 매도 · 비중 {w*100:.0f}% · " - f"{'분할' if n_sell > 1 else '1회'} · leg#{leg_id}" - ), - bb_pos=bb_pos, - rsi=rsi, - pivot_kind="peak", - forward_return_pct=round(ret, 2) if ret is not None else None, - ) - ) - - prev_sell_ts = peak.ts - - # 마지막 매도 이후 ~ 기간 말: 분할 매수 후 동일 leg에서 기간말 청산(포트폴리오 정합) - if sell_peaks: - last_peak = sell_peaks[-1] - troughs = _collect_buy_troughs( - df, buy_pivots, last_peak.ts, df.index[-1], buy_min_bars - ) - leg_id = len(sell_peaks) - if troughs: - prices = [ - float(_row_at_ts(df, t.ts)["Low"]) if "Low" in _row_at_ts(df, t.ts) else t.price - for t in troughs - ] - weights = leg_entry_weights(prices) - leg_buys: list[TradePoint] = [] - for t, w in zip(troughs, weights): - row = _row_at_ts(df, t.ts) - bb_pos, rsi, disp = _bb_context(row) - price = float(row["Low"]) if "Low" in row else t.price - leg_buys.append( - TradePoint( - dt=t.ts.strftime("%Y-%m-%d %H:%M:%S"), - action="buy", - price=round(price, 2), - weight=round(w, 3), - leg_id=leg_id, - memo=f"저점 분할 매수 · 비중 {w*100:.0f}% · leg#{leg_id}(기간말)", - bb_pos=bb_pos, - rsi=rsi, - pivot_kind="trough", - ) - ) - trades.extend(leg_buys) - leg_avg = ( - sum(x.price * x.weight for x in leg_buys) - / max(sum(x.weight for x in leg_buys), 1e-9) - ) - end_ts = df.index[-1] - end_row = df.loc[end_ts] - if isinstance(end_row, pd.DataFrame): - end_row = end_row.iloc[-1] - end_price = float(end_row["Close"]) - bb_pos, rsi, _ = _bb_context(end_row) - ret = (end_price - leg_avg) / max(leg_avg, 1e-9) * 100.0 if leg_avg > 0 else None - trades.append( - TradePoint( - dt=end_ts.strftime("%Y-%m-%d %H:%M:%S"), - action="sell", - price=round(end_price, 2), - weight=1.0, - leg_id=leg_id, - memo=f"기간말 잔여 청산 · leg#{leg_id}", - bb_pos=bb_pos, - rsi=rsi, - pivot_kind="peak", - forward_return_pct=round(ret, 2) if ret is not None else None, - ) - ) - for b in leg_buys: - if b.forward_return_pct is None and ret is not None: - b.forward_return_pct = round( - (end_price - b.price) / max(b.price, 1e-9) * 100.0, 2 - ) - - return trades - - -def pivots_to_trades( - pivots: list[Pivot], - df: pd.DataFrame, -) -> list[TradePoint]: - """ - 피벗을 매수·매도 정답 타점으로 변환합니다. - - Args: - pivots: 선택된 피벗. - df: 지표가 포함된 3분봉. - - Returns: - TradePoint 리스트. - """ - trades: list[TradePoint] = [] - last_buy_price: float | None = None - - for i, p in enumerate(pivots): - loc = ( - p.ts - if p.ts in df.index - else df.index[df.index.get_indexer([p.ts], method="nearest")[0]] - ) - row = df.loc[loc] - if isinstance(row, pd.DataFrame): - row = row.iloc[-1] - - bb_pos, rsi, disp = _bb_context(row) - forward_pct: float | None = None - - if p.kind == "trough": - action = "buy" - price = float(row["Low"]) if "Low" in row else p.price - if i + 1 < len(pivots) and pivots[i + 1].kind == "peak": - forward_pct = (pivots[i + 1].price - price) / max(price, 1e-9) * 100.0 - last_buy_price = price - else: - action = "sell" - price = float(row["High"]) if "High" in row else p.price - if last_buy_price: - forward_pct = (price - last_buy_price) / max(last_buy_price, 1e-9) * 100.0 - last_buy_price = None - - trades.append( - TradePoint( - dt=p.ts.strftime("%Y-%m-%d %H:%M:%S"), - action=action, - price=round(price, 2), - weight=1.0, - memo=_memo_for_trade(action, p, bb_pos, rsi, disp, forward_pct), - bb_pos=bb_pos, - rsi=rsi, - pivot_kind=p.kind, - forward_return_pct=round(forward_pct, 2) if forward_pct is not None else None, - ) - ) - - return trades - - -def generate_ground_truth( - df_3m: pd.DataFrame, - df_1d: pd.DataFrame | None = None, - df_1h: pd.DataFrame | None = None, - min_swing_pct: float = GT_MIN_SWING_PCT, - pivot_order: int = GT_PIVOT_ORDER, - min_bars: int = GT_MIN_BARS_BETWEEN, - max_round_trips: int = GT_MAX_ROUND_TRIPS, - selection_mode: str = GT_SELECTION_MODE, -) -> dict[str, Any]: - """ - 3분봉 구간에서 정답 타점 JSON 구조를 생성합니다. - - Args: - df_3m: 3분 OHLCV. - df_1d: 일봉 (추세 메모용, 선택). - df_1h: 1시간봉 (추세 메모용, 선택). - min_swing_pct: ZigZag 최소 스윙(%). - pivot_order: 국소 극값 반경. - min_bars: 체결 간 최소 봉 수. - max_round_trips: 최대 라운드트립. - selection_mode: zigzag | max_profit. - - Returns: - ground_truth_trades.json 에 넣을 dict. - """ - df = apply_bar_indicators(df_3m.sort_index().copy()) - if df.empty: - raise ValueError("3분봉 데이터가 비어 있습니다.") - - raw_pivots = build_zigzag_pivots(df, min_swing_pct=min_swing_pct, pivot_order=pivot_order) - - if selection_mode == "split_buy_peak_sell": - selected = _select_optimal_chain( - raw_pivots, - min_bars=min_bars, - max_round_trips=max_round_trips, - mode="major_swings", - ) - sell_peaks = [p for p in selected if p.kind == "peak"] - trades = build_split_buy_peak_sell_trades(df, raw_pivots, sell_peaks) - method = "split_buy_at_troughs + peak_sell_1or2" - else: - selected = _select_optimal_chain( - raw_pivots, - min_bars=min_bars, - max_round_trips=max_round_trips, - mode=selection_mode, - ) - trades = pivots_to_trades(selected, df) - method = "zigzag_pivot + max_profit_chain" - - trend = "range" - if df_1d is not None and df_1h is not None: - trend = get_trend(df_1d, df_1h) - - round_trips = len({t.leg_id for t in trades if t.action == "sell"}) - buy_count = sum(1 for t in trades if t.action == "buy") - sell_count = sum(1 for t in trades if t.action == "sell") - total_ret = sum( - t.forward_return_pct or 0.0 for t in trades if t.action == "sell" - ) - - trade_dicts = order_trades_leg_block(trades) - trade_dicts, alloc_stats = allocate_gt_order_amounts( - trade_dicts, - initial_cash=GT_INITIAL_CASH_KRW, - min_order_krw=GT_MIN_ORDER_KRW, - fee_rate=TRADING_FEE_RATE, - ) - last_close = float(df["Close"].iloc[-1]) - pnl = simulate_truth_portfolio( - trade_dicts, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=last_close, - ) - pnl_realized = simulate_truth_portfolio( - trade_dicts, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=None, - ) - _validate_leg_portfolio(trade_dicts, last_close) - - from deepcoin.ground_truth.gt_model import default_model, model_to_dict - - gt_model = model_to_dict(default_model()) - - return { - "name": "ground_truth_split_buy_peak_sell", - "model": gt_model, - "method": method, - "symbol": SYMBOL, - "interval_min": ENTRY_INTERVAL, - "lookback_days": CHART_LOOKBACK_DAYS, - "period_start": str(df.index[0]), - "period_end": str(df.index[-1]), - "trend_at_end": trend, - "params": { - "min_swing_pct": min_swing_pct, - "pivot_order": pivot_order, - "min_bars_between": min_bars, - "max_round_trips": max_round_trips, - "selection_mode": selection_mode, - "buy_min_swing_pct": GT_BUY_MIN_SWING_PCT, - "buy_bb_max": GT_BUY_BB_MAX, - "max_sells_per_leg": GT_MAX_SELLS_PER_LEG, - }, - "summary": { - "pivot_candidates": len(raw_pivots), - "sell_peaks": len([p for p in selected if p.kind == "peak"]) if selected else 0, - "trade_count": len(trades), - "buy_count": buy_count, - "sell_count": sell_count, - "round_trips": round_trips, - "sum_sell_leg_return_pct": round(total_ret, 2), - **pnl, - "realized_final_asset_krw": pnl_realized.get("final_asset_krw"), - "realized_pnl_krw": pnl_realized.get("pnl_krw"), - "realized_pnl_pct": pnl_realized.get("pnl_pct"), - "unrealized_pnl_krw": round( - float(pnl.get("pnl_krw", 0)) - float(pnl_realized.get("pnl_krw", 0)), 0 - ), - "execution_order": ( - "chronological" - if any(float(t.get("amount_krw") or 0) > 0 for t in trade_dicts) - else "leg_block" - ), - "order_amount_min_krw": GT_MIN_ORDER_KRW, - "buy_pct_large_leg": GT_BUY_PCT_LARGE_LEG, - "buy_pct_small_leg": GT_BUY_PCT_SMALL_LEG, - "large_leg_top_pct": GT_LARGE_LEG_TOP_PCT, - **alloc_stats, - }, - "note": ( - "저점 분할 매수(비중=삼각형), 고점 1~2회 매도. " - "매수=총자산×최적비중×티어(상위 leg 대형·그 외 소형), " - f"현금 한도·최소 ₩{GT_MIN_ORDER_KRW:,}. " - "체결 순서=chronological. summary.pnl_pct는 미청산 포함 종가 평가." - ), - "trades": trade_dicts, - } - - -def _validate_leg_portfolio( - trade_dicts: list[dict[str, Any]], - last_close: float, -) -> None: - """ - leg 블록 체결 후 보유·현금 불변식을 검증합니다. - - Args: - trade_dicts: order_trades_leg_block 결과. - last_close: 기간 말 종가. - - Raises: - ValueError: leg 매도 후에도 보유가 남는 경우(비정상). - """ - steps = simulate_truth_portfolio_steps(trade_dicts) - if not steps: - return - final = steps[-1] - if float(final["holding_qty"]) > 1e-2: - raise ValueError( - f"최종 보유 잔존 qty={final['holding_qty']} — 기간말 청산 누락 가능" - ) - pnl = simulate_truth_portfolio(trade_dicts, last_price=last_close) - if float(pnl.get("holding_qty", 0)) > 1e-2: - raise ValueError("종가 평가 후에도 미청산 보유가 남음") - - -def allocate_gt_order_amounts( - trades: list[dict[str, Any]], - initial_cash: float = GT_INITIAL_CASH_KRW, - min_order_krw: float = GT_MIN_ORDER_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> tuple[list[dict[str, Any]], dict[str, Any]]: - """ - GT 각 타점에 amount_krw를 시각순·총자산·비중(최적 매수율)으로 배분합니다. - - 매수: 목표=총보유자산×(leg 비중 share×티어 스케일), 체결=min(목표, 보유현금/(1+fee)). - leg 상위 GT_LARGE_LEG_TOP_PCT는 GT_BUY_PCT_LARGE_LEG, 그 외는 GT_BUY_PCT_SMALL_LEG. - 매도 후 현금 증가분은 다음 매수부터 자동 반영(시각순 복리). - - Args: - trades: trade dict 리스트(시각순 정렬 전). - initial_cash: 초기 현금. - min_order_krw: 매수·매도 최소 원화 금액. - fee_rate: 수수료율. - - Returns: - (동일 dict 참조, amount_krw 채움), alloc_stats 요약. - """ - return allocate_order_amounts_chronological( - trades, - initial_cash=initial_cash, - min_order_krw=min_order_krw, - fee_rate=fee_rate, - ) - - -def _trade_buy_amount( - t: dict[str, Any], - cash: float, - leg_budget: float, - current_leg: int | None, - leg_id: int, - fee_rate: float, -) -> tuple[float, float, int | None]: - """ - 매수 체결 원화: amount_krw 우선, 없으면 leg_budget*weight. - - Returns: - (amount, new_leg_budget, new_current_leg). - """ - weight = float(t.get("weight", 1.0)) - if t.get("amount_krw") is not None and float(t["amount_krw"]) > 0: - amount = min(float(t["amount_krw"]), max(cash / (1.0 + fee_rate), 0.0)) - return amount, leg_budget, current_leg - if leg_id != current_leg: - current_leg = leg_id - leg_budget = cash - amount = leg_budget * weight - return amount, leg_budget, current_leg - - -def order_trades_leg_block( - trades: list[TradePoint] | list[dict[str, Any]], -) -> list[dict[str, Any]]: - """ - leg별 매수 전량 → 매도 전량 순으로 정렬합니다 (포트폴리오 시뮬·JSON 저장용). - - 시각순 정렬은 leg가 섞여 매도 미완료·보유 누적 오류를 만듭니다. - - Args: - trades: TradePoint 또는 dict 리스트. - - Returns: - leg_id, action(buy=0), dt 순 dict 리스트. - """ - rows = [t if isinstance(t, dict) else asdict(t) for t in trades] - - def _sort_key(x: dict[str, Any]) -> tuple[int, int, str]: - return (int(x.get("leg_id", 0)), 0 if x.get("action") == "buy" else 1, x["dt"]) - - return sorted(rows, key=_sort_key) - - -def order_trades_chronological( - trades: list[TradePoint] | list[dict[str, Any]], -) -> list[dict[str, Any]]: - """ - 시각순 dict 리스트 (차트 표시·분석용). - - Args: - trades: TradePoint 또는 dict. - - Returns: - dt 순 정렬된 dict 리스트. - """ - rows = [t if isinstance(t, dict) else asdict(t) for t in trades] - return sorted(rows, key=lambda x: x["dt"]) - - -def _truth_simulation_rows( - trades: list[dict[str, Any]] | list[TradePoint], - *, - chronological: bool = False, -) -> list[dict[str, Any]]: - """ - 포트폴리오 시뮬용 체결 순서로 정규화합니다. - - Args: - trades: JSON trades 또는 TradePoint. - chronological: True면 시각순(레거시), False면 leg 블록 순(기본). - - Returns: - dict 행 리스트. - """ - rows = [t if isinstance(t, dict) else asdict(t) for t in trades] - use_chrono = chronological or any( - float(r.get("amount_krw") or 0) > 0 for r in rows - ) - if use_chrono: - return sorted(rows, key=lambda x: x["dt"]) - return order_trades_leg_block(trades) - - -def simulate_truth_portfolio_steps( - trades: list[dict[str, Any]] | list[TradePoint], - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> list[dict[str, Any]]: - """ - 체결마다 현금·보유·총평가(현금+보유×체결가) 스냅샷을 반환합니다. - - Args: - trades: JSON trades 또는 TradePoint 리스트. - initial_cash: 시작 원화. - fee_rate: 매수·매도 수수료율. - - Returns: - 체결 시각순 스냅샷 dict 리스트 (total_asset_krw, cash_krw, holding_qty 등). - """ - rows = _truth_simulation_rows(trades) - cash = float(initial_cash) - qty = 0.0 - leg_budget = 0.0 - current_leg: int | None = None - sell_leg: int | None = None - sell_base_qty = 0.0 - steps: list[dict[str, Any]] = [] - - for t in rows: - action = t["action"] - price = float(t["price"]) - weight = float(t.get("weight", 1.0)) - leg_id = int(t.get("leg_id", 0)) - - if action == "buy": - if leg_id != current_leg: - current_leg = leg_id - leg_budget = cash - sell_leg = None - amount, leg_budget, current_leg = _trade_buy_amount( - t, cash, leg_budget, current_leg, leg_id, fee_rate - ) - if amount <= 0: - continue - fee = amount * fee_rate - spend = amount + fee - if spend > cash: - amount = max(cash / (1.0 + fee_rate), 0.0) - fee = amount * fee_rate - spend = amount + fee - cash -= spend - if price > 0: - qty += amount / price - - elif action == "sell" and qty > 0: - if leg_id != sell_leg: - sell_leg = leg_id - sell_base_qty = qty - sell_qty = _resolve_sell_qty(t, qty, price, sell_base_qty, weight) - if sell_qty <= 0: - continue - gross = sell_qty * price - fee = gross * fee_rate - cash += gross - fee - qty -= sell_qty - if qty < 1e-12: - qty = 0.0 - - total_asset = cash + qty * price - steps.append( - { - "dt": t["dt"], - "action": action, - "price": price, - "weight": weight, - "amount_krw": t.get("amount_krw"), - "leg_id": leg_id, - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 4), - "total_asset_krw": round(total_asset, 0), - } - ) - - return steps - - -def simulate_truth_portfolio( - trades: list[dict[str, Any]] | list[TradePoint], - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - last_price: float | None = None, -) -> dict[str, Any]: - """ - 분할 매수·매도를 시간순으로 적용한 뒤, 초기·기말 총평가로 수익을 계산합니다. - - - 초기 총평가 = initial_cash (전액 현금, 보유 0). - - 매수/매도마다 그 시점 현금·보유 수량을 갱신 (분할 비중 weight 반영). - - 기말 총평가 = 현금 + 보유수량 × mark_price(미청산은 종가 평가). - - 수익금 = 기말 총평가 − 초기 총평가. - - 수익률(%) = 수익금 / 초기 총평가 × 100. - - 분할 매도: 같은 leg의 첫 매도 시점 보유량 기준으로 weight 합이 1이 되도록 매도 - (0.65+0.35를 남은 수량에 연속 적용하지 않음). - - Args: - trades: JSON trades 또는 TradePoint 리스트. - initial_cash: 시작 원화 (기본 GT_INITIAL_CASH_KRW, 40만). - fee_rate: 매수·매도 각각 적용 수수료율. - last_price: 미청산 평가용 종가. None이면 마지막 체결가. - - Returns: - initial_cash, final_asset, pnl_krw, pnl_pct, total_fees, holding_qty 등. - """ - rows = _truth_simulation_rows(trades) - cash = float(initial_cash) - qty = 0.0 - total_fees = 0.0 - leg_budget = 0.0 - current_leg: int | None = None - sell_leg: int | None = None - sell_base_qty = 0.0 - last_trade_price = last_price - - for t in rows: - action = t["action"] - price = float(t["price"]) - weight = float(t.get("weight", 1.0)) - leg_id = int(t.get("leg_id", 0)) - last_trade_price = price - - if action == "buy": - if leg_id != current_leg: - current_leg = leg_id - leg_budget = cash - sell_leg = None - amount, leg_budget, current_leg = _trade_buy_amount( - t, cash, leg_budget, current_leg, leg_id, fee_rate - ) - if amount <= 0: - continue - fee = amount * fee_rate - spend = amount + fee - if spend > cash: - amount = max(cash / (1.0 + fee_rate), 0.0) - fee = amount * fee_rate - spend = amount + fee - cash -= spend - total_fees += fee - if price > 0: - qty += amount / price - - elif action == "sell" and qty > 0: - if leg_id != sell_leg: - sell_leg = leg_id - sell_base_qty = qty - sell_qty = _resolve_sell_qty(t, qty, price, sell_base_qty, weight) - if sell_qty <= 0: - continue - gross = sell_qty * price - fee = gross * fee_rate - cash += gross - fee - total_fees += fee - qty -= sell_qty - if qty < 1e-12: - qty = 0.0 - - if last_price is None: - mark_price = None - holding_value = 0.0 - else: - mark_price = float(last_price) - holding_value = qty * mark_price - final_asset = cash + holding_value - pnl_krw = final_asset - initial_cash - pnl_pct = pnl_krw / initial_cash * 100.0 if initial_cash else 0.0 - - return { - "initial_cash_krw": round(initial_cash, 0), - "final_asset_krw": round(final_asset, 0), - "pnl_krw": round(pnl_krw, 0), - "pnl_pct": round(pnl_pct, 2), - "total_fees_krw": round(total_fees, 0), - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 6), - "holding_value_krw": round(holding_value, 0), - "mark_price": round(mark_price, 2) if last_price is not None else None, - "fee_rate": fee_rate, - } - - -def save_ground_truth(data: dict[str, Any], path: Path = DEFAULT_OUTPUT) -> Path: - """정답 JSON 저장.""" - path.write_text(json.dumps(data, ensure_ascii=False, indent=2), encoding="utf-8") - return path - - -def load_ground_truth(path: Path = DEFAULT_OUTPUT) -> dict[str, Any] | None: - """정답 JSON 로드.""" - if not path.exists(): - return None - return json.loads(path.read_text(encoding="utf-8")) - - -def _report_month_gaps(trades: list[dict[str, Any]]) -> list[str]: - """거래가 없는 연속 월(YYYY-MM) 목록.""" - if not trades: - return [] - from collections import Counter - - months = sorted({t["dt"][:7] for t in trades}) - gaps: list[str] = [] - y1, m1 = map(int, months[0].split("-")) - for label in months[1:]: - y2, m2 = map(int, label.split("-")) - gap = (y2 - y1) * 12 + (m2 - m1) - if gap > 1: - gaps.append(f"{months[months.index(label) - 1]} → {label} ({gap - 1}개월 공백)") - y1, m1 = y2, m2 - return gaps - - -def print_ground_truth_report(data: dict[str, Any]) -> None: - """터미널 요약 출력.""" - s = data.get("summary", {}) - trades = data.get("trades") or [] - print(f"\n[정답 타점] {data.get('period_start')} ~ {data.get('period_end')}") - print( - f" 피벗 {s.get('pivot_candidates')} | 매수 {s.get('buy_count')} / 매도 {s.get('sell_count')} " - f"| leg {s.get('round_trips')}" - ) - print(f" 매도 수익 합(참고): {s.get('sum_sell_leg_return_pct')}%") - if s.get("initial_cash_krw"): - print( - f" 포트폴리오: 초기 ₩{s['initial_cash_krw']:,.0f} → " - f"총보유자산 ₩{s['final_asset_krw']:,.0f} | " - f"초기 대비 {s['pnl_pct']:+.2f}% | " - f"수수료 ₩{s['total_fees_krw']:,.0f}" - ) - if s.get("holding_qty", 0) > 0: - print( - f" 미청산: {s['holding_qty']}개 " - f"(평가 ₩{s['holding_value_krw']:,.0f}, 종가 ₩{s.get('mark_price', 0):,.0f})" - ) - elif s.get("execution_order"): - print(f" 체결 순서: {s['execution_order']} (leg별 매수→매도)") - print(f" 파라미터: {data.get('params')}") - from collections import Counter - - by_month = Counter(t["dt"][:7] for t in trades) - print(f" 월별 타점: {', '.join(f'{m}({c})' for m, c in sorted(by_month.items()))}") - gaps = _report_month_gaps(trades) - if gaps: - print(f" 경고 — 거래 공백 월: {'; '.join(gaps)}") - else: - print(" 월별 공백: 없음 (연속 커버)") - show = trades if len(trades) <= 40 else trades[:20] + trades[-10:] - if len(trades) > 40: - print(f" (타점 {len(trades)}건 — 앞 20·뒤 10건만 표시)") - for t in show: - mark = "매수" if t["action"] == "buy" else "매도" - w = float(t.get("weight", 1.0)) - ret = t.get("forward_return_pct") - ret_s = f" (+{ret}%)" if ret is not None else "" - print( - f" [{mark}] {t['dt'][:16]} ₩{t['price']:,.0f} " - f"비중{w*100:.0f}%{ret_s} {t.get('memo', '')}" - ) - - -def run_from_db(monitor=None, output: Path = DEFAULT_OUTPUT) -> dict[str, Any]: - """ - coins.db에서 CHART_LOOKBACK_DAYS 구간을 읽어 정답을 생성·저장합니다. - - Args: - monitor: Monitor 인스턴스. None이면 새로 생성. - output: 저장 경로. - - Returns: - 생성된 dict. - """ - from config import TREND_INTERVAL_1D, TREND_INTERVAL_1H - from deepcoin.ops.monitor import Monitor - - mon = monitor or Monitor(cooldown_file=None) - print(f"정답 생성: 최근 {CHART_LOOKBACK_DAYS}일 3분봉") - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - df_3m = frames.get(ENTRY_INTERVAL) - if df_3m is None or df_3m.empty: - raise RuntimeError("3분봉 없음. python scripts/01_download.py 실행 후 재시도.") - - df_1d = frames.get(TREND_INTERVAL_1D) - if df_1d is None or df_1d.empty: - df_1d = df_3m - df_1h = frames.get(TREND_INTERVAL_1H) - if df_1h is None or df_1h.empty: - df_1h = df_3m - - data = generate_ground_truth(df_3m, df_1d, df_1h) - save_ground_truth(data, output) - print(f"저장: {output}") - print_ground_truth_report(data) - return data - - -def main() -> None: - """CLI: 정답 JSON 생성.""" - run_from_db() - - -if __name__ == "__main__": - main() diff --git a/deepcoin/ground_truth/gt_allocation.py b/deepcoin/ground_truth/gt_allocation.py deleted file mode 100644 index 78f2d7a..0000000 --- a/deepcoin/ground_truth/gt_allocation.py +++ /dev/null @@ -1,407 +0,0 @@ -""" -GT 공통 자본 배분·포트폴리오 시뮬 엔진. - -ground_truth.allocate_gt_order_amounts · simulate_truth_portfolio · -matching/portfolio_sim 이 동일 규칙을 공유합니다. -""" - -from __future__ import annotations - -from typing import Any, Callable - -from config import ( - GT_INITIAL_CASH_KRW, - GT_MIN_ORDER_KRW, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.gt_model import remaining_weight_sum - - -def resolve_sell_qty( - t: dict[str, Any], - qty: float, - price: float, - sell_base_qty: float, - weight: float, -) -> float: - """ - 매도 수량: amount_krw 우선, 없으면 sell_base_qty × weight. - - Args: - t: trade dict. - qty: 현재 보유 수량. - price: 체결가. - sell_base_qty: leg 첫 매도 시점 보유량. - weight: 매도 비중. - - Returns: - 매도 수량. - """ - if qty <= 0 or price <= 0: - return 0.0 - ak = t.get("amount_krw") - if ak is not None and float(ak) > 0: - gross_cap = float(ak) - if gross_cap >= qty * price * 0.999: - return qty - return min(qty, gross_cap / price) - return min(sell_base_qty * weight, qty) - - -def allocate_order_amounts_chronological( - trades: list[dict[str, Any]], - *, - initial_cash: float = GT_INITIAL_CASH_KRW, - min_order_krw: float = GT_MIN_ORDER_KRW, - fee_rate: float = TRADING_FEE_RATE, - large_legs: set[int] | None = None, - asset_pct_scale_fn: Callable[[dict[str, Any]], float] | None = None, - causal_tier: bool = False, -) -> tuple[list[dict[str, Any]], dict[str, Any]]: - """ - 시각순·leg 비중·티어 스케일로 amount_krw를 배분합니다. - - causal_tier=True: 청산 완료 leg의 realized return 만으로 tier 산정 (인과적). - - Args: - trades: trade dict (weight·leg_id·action·price). - initial_cash: 초기 현금. - min_order_krw: 최소 체결 원화. - fee_rate: 수수료율. - large_legs: 대형 leg. None이면 GT trades에서 산출(비인과). - asset_pct_scale_fn: 매수 trade별 tier scale. - causal_tier: 과거 청산 leg 수익률만으로 tier. - - Returns: - (amount_krw 채워진 trades, alloc_stats). - """ - from config import GT_BUY_PCT_LARGE_LEG, GT_LARGE_LEG_TOP_PCT - - from deepcoin.matching.position_sizing import ( - compute_buy_amount_krw, - large_leg_ids_from_past_returns, - leg_asset_pct_scale, - top_leg_ids_by_forward_return, - ) - - chron = sorted(trades, key=lambda x: x["dt"]) - if large_legs is None and not causal_tier: - large_legs = top_leg_ids_by_forward_return(chron) - elif large_legs is None: - large_legs = set() - - leg_buy_idxs: dict[int, list[int]] = {} - leg_sell_idxs: dict[int, list[int]] = {} - for i, t in enumerate(chron): - lid = int(t.get("leg_id", 0)) - if t["action"] == "buy": - leg_buy_idxs.setdefault(lid, []).append(i) - elif t["action"] == "sell": - leg_sell_idxs.setdefault(lid, []).append(i) - - cash = float(initial_cash) - qty = 0.0 - qty_by_leg: dict[int, float] = {} - sell_leg: int | None = None - sell_base_qty = 0.0 - buy_executed = 0 - buy_skipped = 0 - sell_executed = 0 - sell_skipped = 0 - buy_amounts: list[float] = [] - large_tier_buys = 0 - completed_leg_ret: dict[int, float] = {} - leg_cost_krw: dict[int, float] = {} - leg_proceeds_krw: dict[int, float] = {} - - for i, t in enumerate(chron): - price = float(t["price"]) - if price <= 0: - continue - leg_id = int(t.get("leg_id", 0)) - weight = float(t.get("weight", 1.0)) - - if t["action"] == "buy": - w_sum = remaining_weight_sum(chron, leg_id, i) - if causal_tier: - large_now = large_leg_ids_from_past_returns( - completed_leg_ret, GT_LARGE_LEG_TOP_PCT - ) - scale = leg_asset_pct_scale(leg_id, large_now) - elif asset_pct_scale_fn is not None: - scale = asset_pct_scale_fn(t, completed_leg_ret) - else: - scale = leg_asset_pct_scale(leg_id, large_legs) - amount = compute_buy_amount_krw( - cash, - qty, - price, - weight, - w_sum, - asset_pct_scale=scale, - min_order_krw=min_order_krw, - fee_rate=fee_rate, - ignore_weight_split=bool(t.get("conviction_buy")), - ) - if amount <= 0: - t["amount_krw"] = 0 - buy_skipped += 1 - continue - t["amount_krw"] = amount - fee = amount * fee_rate - cash -= amount + fee - bought_qty = amount / price - qty += bought_qty - qty_by_leg[leg_id] = qty_by_leg.get(leg_id, 0.0) + bought_qty - leg_cost_krw[leg_id] = leg_cost_krw.get(leg_id, 0.0) + amount + fee - buy_executed += 1 - buy_amounts.append(amount) - if scale >= float(GT_BUY_PCT_LARGE_LEG) * 0.99: - large_tier_buys += 1 - sell_leg = None - - elif t["action"] == "sell": - leg_qty = qty_by_leg.get(leg_id, 0.0) - if leg_qty <= 1e-12: - sell_skipped += 1 - continue - if sell_leg != leg_id: - sell_leg = leg_id - sell_base_qty = leg_qty - rem_sells = [j for j in leg_sell_idxs.get(leg_id, []) if j >= i] - is_last_leg_sell = bool(rem_sells) and i == rem_sells[-1] - if is_last_leg_sell: - sell_qty = leg_qty - gross = sell_qty * price - else: - gross = sell_base_qty * weight * price - if gross >= min_order_krw: - gross = max(min_order_krw, gross) - gross = min(gross, leg_qty * price) - if gross <= 0: - sell_skipped += 1 - continue - sell_qty = leg_qty if is_last_leg_sell else gross / price - t["amount_krw"] = round(gross, 0) - fee = gross * fee_rate - cash += gross - fee - leg_proceeds_krw[leg_id] = leg_proceeds_krw.get(leg_id, 0.0) + (gross - fee) - leg_qty -= sell_qty - qty_by_leg[leg_id] = max(leg_qty, 0.0) - qty = max(qty - sell_qty, 0.0) - if qty < 1e-12: - qty = 0.0 - sell_executed += 1 - if (causal_tier or asset_pct_scale_fn is not None) and leg_qty <= 1e-12: - cost = leg_cost_krw.pop(leg_id, 0.0) - proceeds = leg_proceeds_krw.pop(leg_id, 0.0) - if cost > 0: - completed_leg_ret[leg_id] = (proceeds - cost) / cost * 100.0 - - stats: dict[str, Any] = { - "buy_executed": buy_executed, - "buy_skipped": buy_skipped, - "sell_executed": sell_executed, - "sell_skipped": sell_skipped, - "buy_total_krw": round(sum(buy_amounts), 0), - "large_leg_count": large_tier_buys, - "large_tier_buy_count": large_tier_buys, - } - if buy_amounts: - stats["buy_amount_avg_krw"] = round(sum(buy_amounts) / len(buy_amounts), 0) - stats["buy_amount_min_krw"] = round(min(buy_amounts), 0) - stats["buy_amount_max_krw"] = round(max(buy_amounts), 0) - return trades, stats - - -def simulate_portfolio_steps( - trades: list[dict[str, Any]], - *, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - use_amount_krw: bool = True, -) -> list[dict[str, Any]]: - """ - 체결마다 현금·보유·총평가 스냅샷. - - Args: - trades: 시각순 trade dict (amount_krw·weight·leg_id). - initial_cash: 시작 현금. - fee_rate: 수수료율. - use_amount_krw: True면 amount_krw 기준 체결. - - Returns: - step dict 리스트. - """ - rows = sorted(trades, key=lambda x: x["dt"]) - cash = float(initial_cash) - qty = 0.0 - qty_by_leg: dict[int, float] = {} - sell_leg: int | None = None - sell_base_qty = 0.0 - leg_budget = 0.0 - current_leg: int | None = None - steps: list[dict[str, Any]] = [] - - for t in rows: - action = t.get("action", t.get("side", "")) - price = float(t["price"]) - if price <= 0: - continue - weight = float(t.get("weight", 1.0)) - leg_id = int(t.get("leg_id", 0)) - - if action == "buy": - if use_amount_krw and t.get("amount_krw") is not None and float(t["amount_krw"]) > 0: - amount = min(float(t["amount_krw"]), max(cash / (1.0 + fee_rate), 0.0)) - else: - if leg_id != current_leg: - current_leg = leg_id - leg_budget = cash - amount = min(leg_budget * weight, max(cash / (1.0 + fee_rate), 0.0)) - if amount <= 0: - continue - fee = amount * fee_rate - cash -= amount + fee - bought = amount / price - qty += bought - qty_by_leg[leg_id] = qty_by_leg.get(leg_id, 0.0) + bought - sell_leg = None - - elif action == "sell" and qty > 0: - leg_qty = qty_by_leg.get(leg_id, qty) - if sell_leg != leg_id: - sell_leg = leg_id - sell_base_qty = leg_qty - sell_qty = resolve_sell_qty(t, leg_qty, price, sell_base_qty, weight) - if sell_qty <= 0: - continue - gross = sell_qty * price - fee = gross * fee_rate - cash += gross - fee - leg_qty -= sell_qty - qty_by_leg[leg_id] = max(leg_qty, 0.0) - qty -= sell_qty - if qty < 1e-12: - qty = 0.0 - - steps.append( - { - "dt": t["dt"], - "action": action, - "price": price, - "weight": weight, - "leg_id": leg_id, - "amount_krw": t.get("amount_krw"), - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 6), - "total_asset_krw": round(cash + qty * price, 0), - } - ) - return steps - - -def compute_drawdown_metrics(steps: list[dict[str, Any]]) -> dict[str, Any]: - """ - equity curve 기준 최대 낙폭·고점 대비 하락. - - Args: - steps: simulate_portfolio_steps 결과. - - Returns: - max_drawdown_pct, peak_asset_krw, trough_after_peak_krw. - """ - if not steps: - return { - "max_drawdown_pct": 0.0, - "peak_asset_krw": 0.0, - "trough_asset_krw": 0.0, - } - assets = [float(s["total_asset_krw"]) for s in steps] - peak = assets[0] - max_dd = 0.0 - peak_at = assets[0] - trough_at = assets[0] - for a in assets: - if a > peak: - peak = a - dd = (peak - a) / peak * 100.0 if peak > 0 else 0.0 - if dd > max_dd: - max_dd = dd - peak_at = peak - trough_at = a - return { - "max_drawdown_pct": round(max_dd, 2), - "peak_asset_krw": round(peak_at, 0), - "trough_asset_krw": round(trough_at, 0), - } - - -def simulate_portfolio_summary( - trades: list[dict[str, Any]], - *, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - last_price: float | None = None, - use_amount_krw: bool = True, -) -> dict[str, Any]: - """ - 포트폴리오 시뮬 요약 + MDD. - - Args: - trades: trade dict 리스트. - initial_cash: 시작 현금. - fee_rate: 수수료율. - last_price: 미청산 평가가. - use_amount_krw: amount_krw 체결 사용. - - Returns: - pnl·fee·MDD 포함 dict. - """ - steps = simulate_portfolio_steps( - trades, - initial_cash=initial_cash, - fee_rate=fee_rate, - use_amount_krw=use_amount_krw, - ) - if not steps: - return { - "initial_cash_krw": round(initial_cash, 0), - "final_asset_krw": round(initial_cash, 0), - "pnl_krw": 0.0, - "pnl_pct": 0.0, - "trade_count": len(trades), - "max_drawdown_pct": 0.0, - } - - last_step = steps[-1] - cash = float(last_step["cash_krw"]) - qty = float(last_step["holding_qty"]) - mark = float(last_price if last_price is not None else last_step["price"]) - holding_value = qty * mark - final_asset = cash + holding_value - pnl = final_asset - initial_cash - pnl_pct = pnl / initial_cash * 100.0 if initial_cash else 0.0 - - fees = 0.0 - for t in sorted(trades, key=lambda x: x["dt"]): - ak = float(t.get("amount_krw") or 0) - if ak <= 0: - continue - fees += ak * fee_rate - - dd = compute_drawdown_metrics(steps) - return { - "initial_cash_krw": round(initial_cash, 0), - "final_asset_krw": round(final_asset, 0), - "pnl_krw": round(pnl, 0), - "pnl_pct": round(pnl_pct, 2), - "total_fees_krw": round(fees, 0), - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 6), - "holding_value_krw": round(holding_value, 0), - "mark_price": round(mark, 2), - "fee_rate": fee_rate, - "trade_count": len(trades), - **dd, - } diff --git a/deepcoin/ground_truth/gt_allocation_analysis.py b/deepcoin/ground_truth/gt_allocation_analysis.py deleted file mode 100644 index 836a527..0000000 --- a/deepcoin/ground_truth/gt_allocation_analysis.py +++ /dev/null @@ -1,150 +0,0 @@ -""" -GT 체결 amount_krw·총자산 비율 분석 — 시뮬 tier·배분율 최적 추정. -""" - -from __future__ import annotations - -from typing import Any - -from config import ( - GT_BUY_PCT_LARGE_LEG, - GT_BUY_PCT_SMALL_LEG, - GT_INITIAL_CASH_KRW, - GT_LARGE_LEG_TOP_PCT, - TRADING_FEE_RATE, -) -from deepcoin.matching.position_sizing import ( - leg_asset_pct_scale, - optimal_weight_share, - portfolio_totals, - top_leg_ids_by_forward_return, -) - - -def analyze_gt_buy_allocation( - trades: list[dict[str, Any]], - *, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> dict[str, Any]: - """ - GT 시각순 체결에서 매수별 (실제투입/총자산) 비율을 분석합니다. - - Args: - trades: amount_krw·weight·leg_id가 채워진 GT trade dict. - initial_cash: 시작 현금. - fee_rate: 수수료율. - - Returns: - leg tier별·전체 배분 통계 및 권장 pct_large/pct_small. - """ - chron = sorted(trades, key=lambda x: x["dt"]) - if not chron: - return {"note": "체결 없음"} - - large_legs = top_leg_ids_by_forward_return(chron, GT_LARGE_LEG_TOP_PCT) - cash = float(initial_cash) - qty = 0.0 - - ratios_large: list[float] = [] - ratios_small: list[float] = [] - ratios_all: list[float] = [] - - for i, t in enumerate(chron): - price = float(t["price"]) - if price <= 0: - continue - leg_id = int(t.get("leg_id", 0)) - action = t.get("action", "") - - if action == "buy": - w = float(t.get("weight", 1.0)) - rem = sum( - float(chron[j].get("weight", 1.0)) - for j in range(i, len(chron)) - if int(chron[j].get("leg_id", 0)) == leg_id - and chron[j].get("action") == "buy" - ) - opt = optimal_weight_share(w, rem) if rem > 0 else 1.0 - total_asset, _, _ = portfolio_totals(cash, qty, price) - amount = float(t.get("amount_krw") or 0) - if total_asset > 0 and amount > 0 and opt > 0: - implied = amount / (total_asset * opt) - ratios_all.append(implied) - if leg_id in large_legs: - ratios_large.append(implied) - else: - ratios_small.append(implied) - if amount > 0: - fee = amount * fee_rate - cash -= amount + fee - qty += amount / price - elif action == "sell" and qty > 0: - gross = float(t.get("amount_krw") or qty * price) - cash += gross * (1.0 - fee_rate) - qty = 0.0 - - def _stats(vals: list[float]) -> dict[str, float]: - if not vals: - return {} - s = sorted(vals) - n = len(s) - return { - "count": n, - "mean": round(sum(s) / n, 4), - "median": round(s[n // 2], 4), - "p25": round(s[max(0, n // 4)], 4), - "p75": round(s[min(n - 1, 3 * n // 4)], 4), - } - - st_all = _stats(ratios_all) - st_large = _stats(ratios_large) - st_small = _stats(ratios_small) - - rec_large = st_large.get("median", GT_BUY_PCT_LARGE_LEG) - rec_small = st_small.get("median", GT_BUY_PCT_SMALL_LEG) - if not rec_large or rec_large <= 0: - rec_large = GT_BUY_PCT_LARGE_LEG - if not rec_small or rec_small <= 0: - rec_small = GT_BUY_PCT_SMALL_LEG - - return { - "large_leg_ids": sorted(large_legs), - "large_leg_count": len(large_legs), - "config_pct_large": GT_BUY_PCT_LARGE_LEG, - "config_pct_small": GT_BUY_PCT_SMALL_LEG, - "observed_implied_scale": { - "all": st_all, - "large_leg": st_large, - "small_leg": st_small, - }, - "recommended_pct_large_leg": round(rec_large, 4), - "recommended_pct_small_leg": round(rec_small, 4), - "note": ( - "implied_scale = amount / (pre_buy_total_asset × weight_share); " - "시뮬 tier는 GT 분석 median 사용" - ), - } - - -def gt_tier_scale_from_analysis( - leg_id: int, - large_legs: set[int], - analysis: dict[str, Any] | None = None, -) -> float: - """ - GT 분석 권장값 또는 config tier scale. - - Args: - leg_id: leg 번호. - large_legs: 상위 leg. - analysis: analyze_gt_buy_allocation 결과. - - Returns: - 총자산 대비 매수 스케일 (0~1). - """ - if analysis and analysis.get("observed_implied_scale", {}).get("all"): - if leg_id in large_legs: - return float(analysis.get("recommended_pct_large_leg", GT_BUY_PCT_LARGE_LEG)) - return float(analysis.get("recommended_pct_small_leg", GT_BUY_PCT_SMALL_LEG)) - return leg_asset_pct_scale(leg_id, large_legs) diff --git a/deepcoin/ground_truth/gt_model.py b/deepcoin/ground_truth/gt_model.py deleted file mode 100644 index 8451a6f..0000000 --- a/deepcoin/ground_truth/gt_model.py +++ /dev/null @@ -1,417 +0,0 @@ -""" -Ground Truth 타점·비중·자본 배분 모델 (일반화 명세). - -타점 생성(ground_truth.py), 자본 배분(gt_allocation.py), -시뮬(position_sizing.py)의 공통 언어. -""" - -from __future__ import annotations - -from dataclasses import dataclass, field -from typing import Any, Callable - -from config import ( - GT_BUY_BB_MAX, - GT_BUY_MIN_BARS, - GT_BUY_MIN_SWING_PCT, - GT_BUY_PCT_LARGE_LEG, - GT_BUY_PCT_SMALL_LEG, - GT_BUY_WEIGHT_RULE, - GT_LARGE_LEG_TOP_PCT, - GT_MAX_BUYS_PER_LEG, - GT_MAX_SELLS_PER_LEG, - GT_MIN_ORDER_KRW, - GT_SELL_SPLIT_GAP_PCT, - GT_SELL_SPLIT_WEIGHTS, - GT_SELECTION_MODE, -) - -# --- 매수 비중 규칙 (확장 가능) --- - -EntryWeightFn = Callable[[list[float]], list[float]] - - -def normalize_weights(scores: list[float]) -> list[float]: - """ - 비중 점수를 합 1로 정규화합니다. - - Args: - scores: raw score 리스트. - - Returns: - 정규화 weight (합 ≈ 1). - """ - if not scores: - return [] - total = sum(scores) - if total <= 0: - n = len(scores) - return [1.0 / n] * n - return [s / total for s in scores] - - -def compute_buy_weights_inverse_price(prices: list[float]) -> list[float]: - """ - 저점 매수 비중: score_i = 1/price_i → 합=1 정규화. - - Args: - prices: leg 내 매수 후보 가격. - - Returns: - weight 리스트 (합 ≈ 1). - """ - if not prices: - return [] - scores = [1.0 / max(p, 1e-9) for p in prices] - return normalize_weights(scores) - - -def compute_buy_weights_equal(_prices: list[float]) -> list[float]: - """ - 균등 분할 매수 비중. - - Args: - _prices: leg 내 매수 후보 가격(미사용). - - Returns: - weight 리스트 (합 = 1). - """ - n = len(_prices) - if n <= 0: - return [] - return [1.0 / n] * n - - -ENTRY_WEIGHT_RULES: dict[str, EntryWeightFn] = { - "inverse_price_normalized": compute_buy_weights_inverse_price, - "equal": compute_buy_weights_equal, -} - - -def compute_entry_weights( - prices: list[float], - rule: str | None = None, -) -> list[float]: - """ - 매수 타점 비중을 규칙명으로 계산합니다. - - Args: - prices: 체결 가격 리스트. - rule: `inverse_price_normalized` | `equal`. None이면 config. - - Returns: - leg 내 매수 weight (합 ≈ 1). - """ - key = (rule or GT_BUY_WEIGHT_RULE).strip() - fn = ENTRY_WEIGHT_RULES.get(key, compute_buy_weights_inverse_price) - return fn(prices) - - -def leg_entry_weights( - prices: list[float], - rule: str | None = None, -) -> list[float]: - """ - leg 내 매수 타점 비중 (compute_entry_weights 별칭). - - Args: - prices: 체결 가격 리스트. - rule: 비중 규칙 키. - - Returns: - weight 리스트 (합 ≈ 1). - """ - return compute_entry_weights(prices, rule) - - -def leg_exit_weights( - n_sells: int, - exit_spec: GtExitSpec | None = None, -) -> list[float]: - """ - leg 매도 분할 비중. - - Args: - n_sells: 매도 횟수. - exit_spec: 매도 명세. - - Returns: - weight 리스트 (합 ≈ 1). - """ - return sell_split_weights(n_sells, exit_spec) - - -@dataclass(frozen=True) -class GtEntrySpec: - """ - 매수 타점(leg 내 분할) 규칙. - - Attributes: - pivot_kind: ZigZag 저점(trough). - price_field: 체결가 = 봉 Low. - weight_rule: 매수 비중 규칙 키. - max_per_leg: leg당 최대 매수 횟수. - min_bars_gap: 분할 매수 최소 봉 간격. - """ - - pivot_kind: str = "trough" - price_field: str = "Low" - weight_rule: str = GT_BUY_WEIGHT_RULE - max_per_leg: int = GT_MAX_BUYS_PER_LEG - min_bars_gap: int = GT_BUY_MIN_BARS - bb_filter: str = f"bb_pos <= {GT_BUY_BB_MAX}" - - -@dataclass(frozen=True) -class GtExitSpec: - """ - 매도 타점(leg 내 분할) 규칙. - - Attributes: - pivot_kind: major swing 고점(peak). - price_field: 체결가 = 봉 High. - split_weights: N회 분할 시 각 매도 비중 (합=1). - split_gap_pct: 2차 고점 인정 최소 괴리(%). - """ - - pivot_kind: str = "peak" - price_field: str = "High" - split_weights: tuple[float, ...] = GT_SELL_SPLIT_WEIGHTS - split_gap_pct: float = GT_SELL_SPLIT_GAP_PCT - max_per_leg: int = GT_MAX_SELLS_PER_LEG - - -@dataclass(frozen=True) -class GtCapitalSpec: - """ - 체결 원화(amount_krw) 배분 규칙. - - Attributes: - buy_formula: 총자산 × 최적매수율, 상한=가용현금. - optimal_buy_rate: leg 내 남은 weight 비중. - large_leg_top_pct: 수익률 상위 leg 비율. - pct_large: 상위 leg 총자산 배분 스케일. - pct_small: 그 외 leg 스케일. - min_order_krw: 최소 체결 원화. - """ - - buy_formula: str = ( - "target = total_asset * (weight/remaining_weights) * tier_scale; " - "amount = min(target, available_cash/(1+fee))" - ) - optimal_buy_rate: str = "weight / sum(remaining_buy_weights_in_leg)" - large_leg_top_pct: float = GT_LARGE_LEG_TOP_PCT - pct_large: float = GT_BUY_PCT_LARGE_LEG - pct_small: float = GT_BUY_PCT_SMALL_LEG - min_order_krw: float = float(GT_MIN_ORDER_KRW) - sell_formula: str = "sell_base_qty * sell_weight * price (last sell = full leg_qty)" - - -@dataclass -class GroundTruthModel: - """ - GT 전체 모델 (타점 + 비중 + 자본). - - Attributes: - selection_mode: 타점 생성 모드. - entry: 매수 명세. - exit: 매도 명세. - capital: 자본 배분 명세. - leg: leg 정의. - """ - - selection_mode: str = GT_SELECTION_MODE - entry: GtEntrySpec = field(default_factory=GtEntrySpec) - exit: GtExitSpec = field(default_factory=GtExitSpec) - capital: GtCapitalSpec = field(default_factory=GtCapitalSpec) - leg_definition: str = ( - "이전 고점 매도 ~ 다음 고점 매도 구간 = leg_id; " - "기간말 잔여 구간은 마지막 leg" - ) - execution_order_chrono: str = ( - "amount_krw 배분·summary.pnl_pct = 시각순 체결(매도 후 현금 → 다음 매수 반영)" - ) - execution_order_leg_block: str = ( - "JSON 저장 순서 = leg별 매수 전량 → 매도 전량 (차트·테이블 leg 정합)" - ) - - -def default_model() -> GroundTruthModel: - """현재 config 기준 GT 모델.""" - return GroundTruthModel() - - -def sell_split_weights( - n_sells: int, - exit_spec: GtExitSpec | None = None, -) -> list[float]: - """ - leg 매도 비중 (1회=100%, N회=split_weights 정규화). - - Args: - n_sells: 매도 횟수(1 이상). - exit_spec: None이면 default. - - Returns: - weight 리스트 (합 ≈ 1). - """ - spec = exit_spec or GtExitSpec() - if n_sells <= 1: - return [1.0] - weights = list(spec.split_weights[:n_sells]) - if len(weights) < n_sells: - weights.extend([weights[-1]] * (n_sells - len(weights))) - return normalize_weights(weights) - - -def pair_peak_sell_weights( - n_peaks: int, - exit_spec: GtExitSpec | None = None, -) -> list[tuple[float, float]]: - """ - 고점 피벗 (피벗, weight) 쌍 — 1회 또는 분할. - - Args: - n_peaks: 인정된 고점 수 (1 또는 2+). - exit_spec: 매도 명세. - - Returns: - (weight,) 또는 (w1, w2) 리스트. 호출측에서 피벗과 zip. - """ - if n_peaks <= 1: - return [(1.0,)] - w = sell_split_weights(2, exit_spec) - return [(w[0],), (w[1],)] - - -def remaining_weight_sum( - trades: list[dict[str, Any]], - leg_id: int, - from_index: int, -) -> float: - """ - leg 내 from_index 이후 남은 매수 weight 합. - - Args: - trades: 시각순 trade dict. - leg_id: leg 번호. - from_index: chron 리스트 인덱스. - - Returns: - 남은 weight 합. - """ - total = 0.0 - for j, t in enumerate(trades): - if j < from_index: - continue - if int(t.get("leg_id", 0)) != leg_id: - continue - if t.get("action") == "buy": - total += float(t.get("weight", 1.0)) - return total - - -def model_to_dict(model: GroundTruthModel | None = None) -> dict[str, Any]: - """ - JSON·리포트용 모델 dict. - - Args: - model: None이면 default. - - Returns: - 직렬화 dict. - """ - m = model or default_model() - w_rule = m.entry.weight_rule - w_formula = ( - "w_i = (1/price_i) / sum(1/price_j)" - if w_rule == "inverse_price_normalized" - else "w_i = 1 / n" - ) - return { - "selection_mode": m.selection_mode, - "leg_definition": m.leg_definition, - "entry": { - "pivot": m.entry.pivot_kind, - "price": m.entry.price_field, - "weight_rule": m.entry.weight_rule, - "weight_formula": w_formula, - "max_buys_per_leg": m.entry.max_per_leg, - "min_bars_between_buys": m.entry.min_bars_gap, - "bb_filter": m.entry.bb_filter, - }, - "exit": { - "pivot": m.exit.pivot_kind, - "price": m.exit.price_field, - "weight_rule": "fixed_split_or_full", - "weights_split": list(m.exit.split_weights), - "split_gap_pct": m.exit.split_gap_pct, - "max_sells_per_leg": m.exit.max_per_leg, - }, - "capital": { - "buy": m.capital.buy_formula, - "optimal_buy_rate": m.capital.optimal_buy_rate, - "large_leg_top_pct": m.capital.large_leg_top_pct, - "pct_large_leg": m.capital.pct_large, - "pct_small_leg": m.capital.pct_small, - "min_order_krw": m.capital.min_order_krw, - "sell": m.capital.sell_formula, - }, - "execution": { - "chrono": m.execution_order_chrono, - "leg_block_json": m.execution_order_leg_block, - }, - } - - -def summarize_leg_weights(trades: list[dict[str, Any]]) -> dict[str, Any]: - """ - leg별 매수·매도 비중 합 검증용 요약. - - Args: - trades: GT trade dict. - - Returns: - leg_id → {buy_sum, sell_sum, n_buy, n_sell, valid}. - """ - legs: dict[int, dict[str, Any]] = {} - for t in trades: - lid = int(t.get("leg_id", 0)) - legs.setdefault( - lid, - {"buy_sum": 0.0, "sell_sum": 0.0, "n_buy": 0, "n_sell": 0}, - ) - w = float(t.get("weight", 0)) - if t.get("action") == "buy": - legs[lid]["buy_sum"] += w - legs[lid]["n_buy"] += 1 - elif t.get("action") == "sell": - legs[lid]["sell_sum"] += w - legs[lid]["n_sell"] += 1 - for lid, info in legs.items(): - buy_ok = abs(info["buy_sum"] - 1.0) < 0.02 or info["n_buy"] == 0 - sell_ok = abs(info["sell_sum"] - 1.0) < 0.02 or info["n_sell"] == 0 - info["valid"] = buy_ok and sell_ok - info["buy_sum"] = round(info["buy_sum"], 4) - info["sell_sum"] = round(info["sell_sum"], 4) - return legs - - -def weight_policy_summary(model: GroundTruthModel | None = None) -> dict[str, Any]: - """ - 시뮬·리포트용 비중 정책 요약. - - Args: - model: GT 모델. - - Returns: - entry/exit/capital 요약 dict. - """ - m = model or default_model() - return { - "entry_weight_rule": m.entry.weight_rule, - "exit_split_weights": list(m.exit.split_weights), - "capital_large_pct": m.capital.pct_large, - "capital_small_pct": m.capital.pct_small, - "large_leg_top_pct": m.capital.large_leg_top_pct, - } diff --git a/deepcoin/ground_truth/gt_signal_causal.py b/deepcoin/ground_truth/gt_signal_causal.py deleted file mode 100644 index 59c583d..0000000 --- a/deepcoin/ground_truth/gt_signal_causal.py +++ /dev/null @@ -1,182 +0,0 @@ -""" -인과적(미래 미사용) GT 스타일 신호 — t봉 시점에 t 이하 데이터만 사용. - -ZigZag/국소극값: pivot bar i-order 는 bar i 에서 확정 (i-order..i 구간만 관측). -""" - -from __future__ import annotations - -import numpy as np -import pandas as pd - -from config import ( - GT_BUY_BB_MAX, - GT_BUY_MIN_SWING_PCT, - GT_MIN_SWING_PCT, - GT_PIVOT_ORDER, -) - - -def _confirmed_trough_mask( - low: np.ndarray, - order: int, -) -> np.ndarray: - """ - bar i 에서 i-order 봉이 저점임을 확정 (low[i-order:i+1] 만 사용). - - Args: - low: Low 가격 배열. - order: pivot 반경(봉). - - Returns: - 길이 n, i 에 1이면 i 시점 매수 확인 신호. - """ - n = len(low) - out = np.zeros(n, dtype=np.int8) - for i in range(2 * order, n): - p = i - order - seg = low[p - order : i + 1] - if len(seg) == 0: - continue - if low[p] <= seg.min() + 1e-12: - out[i] = 1 - return out - - -def _confirmed_peak_mask( - high: np.ndarray, - order: int, -) -> np.ndarray: - """ - bar i 에서 i-order 봉이 고점임을 확정. - - Args: - high: High 가격 배열. - order: pivot 반경. - - Returns: - i 시점 매도 확인 신호. - """ - n = len(high) - out = np.zeros(n, dtype=np.int8) - for i in range(2 * order, n): - p = i - order - seg = high[p - order : i + 1] - if len(seg) == 0: - continue - if high[p] >= seg.max() - 1e-12: - out[i] = 1 - return out - - -def _zigzag_filter_causal( - confirm: np.ndarray, - prices: np.ndarray, - min_swing_pct: float, - kind: str, - pivot_order: int = GT_PIVOT_ORDER, -) -> np.ndarray: - """ - 확정 피벗에 ZigZag 최소 스윙% 필터 (인과적, 순차 갱신). - - Args: - confirm: bar i 에 확정 플래그. - prices: pivot 가격 (i-order 위치의 low/high). - pivot_indices: confirm==1 인 bar index. - min_swing_pct: 최소 스윙 %. - kind: trough | peak. - - Returns: - zigzag 통과 시점에 1. - """ - n = len(confirm) - out = np.zeros(n, dtype=np.int8) - order = int(pivot_order) - last_kind: str | None = None - last_price = 0.0 - min_ratio = min_swing_pct / 100.0 - - for i in range(n): - if confirm[i] != 1: - continue - p = i - order - if p < 0: - continue - price = float(prices[p]) - if last_kind is None: - out[i] = 1 - last_kind = kind - last_price = price - continue - if kind == last_kind: - if kind == "trough" and price < last_price: - out[i - 1] = 0 - out[i] = 1 - last_price = price - elif kind == "peak" and price > last_price: - out[i - 1] = 0 - out[i] = 1 - last_price = price - continue - move = abs(price - last_price) / max(last_price, 1e-9) - if move >= min_ratio: - out[i] = 1 - last_kind = kind - last_price = price - return out - - -def enrich_scan_frame_gt_signals_causal( - frame: pd.DataFrame, - *, - pivot_order: int = GT_PIVOT_ORDER, - buy_swing_pct: float = GT_BUY_MIN_SWING_PCT, - sell_swing_pct: float = GT_MIN_SWING_PCT, - bb_max: float = GT_BUY_BB_MAX, -) -> pd.DataFrame: - """ - 인과적 GT 신호 컬럼 (gt_*). t 시점 신호는 데이터 index<=t 만 사용. - - Args: - frame: m3 스캔 프레임. - pivot_order: 확정 지연(봉). - buy_swing_pct: 매수 ZigZag 스윙%. - sell_swing_pct: 매도 ZigZag 스윙%. - bb_max: BB 하단 필터. - - Returns: - gt_* 컬럼 추가 DataFrame. - """ - out = frame.copy() - if "Low" not in out.columns or "High" not in out.columns: - return out - - low = out["Low"].astype(float).values - high = out["High"].astype(float).values - n = len(low) - - trough_conf = _confirmed_trough_mask(low, pivot_order) - peak_conf = _confirmed_peak_mask(high, pivot_order) - - trough_z = _zigzag_filter_causal( - trough_conf, low, buy_swing_pct, "trough", pivot_order=pivot_order - ) - peak_z = _zigzag_filter_causal( - peak_conf, high, sell_swing_pct, "peak", pivot_order=pivot_order - ) - - out["gt_trough_local"] = trough_conf - out["gt_peak_local"] = peak_conf - out["gt_trough_zigzag"] = trough_z - out["gt_peak_zigzag"] = peak_z - - bb_ok = pd.Series(True, index=out.index) - if "bb_pos" in out.columns: - bb = pd.to_numeric(out["bb_pos"], errors="coerce") - bb_ok = bb <= bb_max - - out["gt_buy_signal"] = (pd.Series(trough_z, index=out.index) == 1) & bb_ok - out["gt_buy_signal"] = out["gt_buy_signal"].astype(int) - out["gt_sell_signal"] = pd.Series(peak_z, index=out.index).astype(int) - out["gt_signal_causal"] = 1 - return out diff --git a/deepcoin/ground_truth/gt_signal_rules.py b/deepcoin/ground_truth/gt_signal_rules.py deleted file mode 100644 index 4962319..0000000 --- a/deepcoin/ground_truth/gt_signal_rules.py +++ /dev/null @@ -1,197 +0,0 @@ -""" -GT 모델(entry/exit)을 규칙 스캔·발화 형식으로 일반화. - -ZigZag trough/peak + BB 필터 등 GT 타점 생성 로직과 동일 파라미터를 -rule_eval 스캔 프레임 컬럼(gt_*)으로 노출합니다. -""" - -from __future__ import annotations - -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - GT_BUY_BB_MAX, - GT_BUY_MIN_SWING_PCT, - GT_MIN_SWING_PCT, - GT_PIVOT_ORDER, - MATCH_PRIMARY_INTERVAL, -) -from deepcoin.ground_truth.ground_truth import build_zigzag_pivots - - -def _local_extrema_mask( - series: pd.Series, - order: int, - kind: str, -) -> pd.Series: - """ - 국소 극값 boolean 마스크. - - Args: - series: 가격 시리즈. - order: 좌우 봉 수. - kind: min | max. - - Returns: - boolean Series (index=series.index). - """ - arr = series.astype(float).values - n = len(arr) - out = np.zeros(n, dtype=bool) - if n < 2 * order + 1: - return pd.Series(out, index=series.index) - for i in range(order, n - order): - window = arr[i - order : i + order + 1] - if kind == "min" and arr[i] <= window.min(): - out[i] = True - elif kind == "max" and arr[i] >= window.max(): - out[i] = True - return pd.Series(out, index=series.index) - - -def enrich_scan_frame_gt_signals( - frame: pd.DataFrame, - *, - pivot_order: int = GT_PIVOT_ORDER, - buy_swing_pct: float = GT_BUY_MIN_SWING_PCT, - sell_swing_pct: float = GT_MIN_SWING_PCT, - bb_max: float = GT_BUY_BB_MAX, - causal: bool | None = None, -) -> pd.DataFrame: - """ - 스캔 프레임에 GT 모델 신호 컬럼을 추가합니다. - - GT_SIGNAL_CAUSAL=1 이면 t 시점까지 데이터만 사용 (운영 정합). - - Args: - frame: m3 스캔 프레임 (Low, High, bb_pos). - pivot_order: 피벗 반경. - buy_swing_pct: 매수 ZigZag 스윙%. - sell_swing_pct: 매도 ZigZag 스윙%. - bb_max: BB 하단 필터. - causal: None이면 config GT_SIGNAL_CAUSAL. - - Returns: - gt_* 컬럼이 추가된 DataFrame. - """ - from config import GT_SIGNAL_CAUSAL - - use_causal = GT_SIGNAL_CAUSAL if causal is None else causal - if use_causal: - from deepcoin.ground_truth.gt_signal_causal import ( - enrich_scan_frame_gt_signals_causal, - ) - - return enrich_scan_frame_gt_signals_causal( - frame, - pivot_order=pivot_order, - buy_swing_pct=buy_swing_pct, - sell_swing_pct=sell_swing_pct, - bb_max=bb_max, - ) - - out = frame.copy() - if "Low" not in out.columns or "High" not in out.columns: - return out - - low = out["Low"].astype(float) - high = out["High"].astype(float) - out["gt_trough_local"] = _local_extrema_mask(low, pivot_order, "min").astype(int) - out["gt_peak_local"] = _local_extrema_mask(high, pivot_order, "max").astype(int) - - df_ohlc = out[["Low", "High"]].copy() - if "close" in out.columns: - df_ohlc["close"] = out["close"] - df_ohlc.index = out.index - - buy_pivots = build_zigzag_pivots( - df_ohlc, - min_swing_pct=buy_swing_pct, - pivot_order=pivot_order, - ) - sell_pivots = build_zigzag_pivots( - df_ohlc, - min_swing_pct=sell_swing_pct, - pivot_order=pivot_order, - ) - - trough_z = pd.Series(0, index=out.index, dtype=int) - for p in buy_pivots: - if p.kind == "trough" and p.ts in trough_z.index: - trough_z.loc[p.ts] = 1 - peak_z = pd.Series(0, index=out.index, dtype=int) - for p in sell_pivots: - if p.kind == "peak" and p.ts in peak_z.index: - peak_z.loc[p.ts] = 1 - - out["gt_trough_zigzag"] = trough_z - out["gt_peak_zigzag"] = peak_z - - bb_ok = pd.Series(True, index=out.index) - if "bb_pos" in out.columns: - bb = pd.to_numeric(out["bb_pos"], errors="coerce") - bb_ok = bb <= bb_max - - out["gt_buy_signal"] = ((out["gt_trough_zigzag"] == 1) & bb_ok).astype(int) - out["gt_sell_signal"] = (out["gt_peak_zigzag"] == 1).astype(int) - return out - - -def build_gt_model_rules() -> list[dict[str, Any]]: - """ - GT entry/exit 명세와 동일한 스캔 규칙 후보. - - Returns: - rule dict 리스트 (buy 2종 + sell 2종). - """ - return [ - { - "rule_id": "gt_model_buy_zigzag_bb", - "side": "buy", - "kind": "gt_model", - "logic": "and", - "conditions": [ - {"col": "gt_buy_signal", "op": "eq_int", "value": 1}, - ], - "gt_spec": "trough_zigzag + bb_pos <= GT_BUY_BB_MAX", - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "logic": "and", - "conditions": [ - {"col": "gt_trough_local", "op": "eq_int", "value": 1}, - {"col": "bb_pos", "op": "lte", "value": GT_BUY_BB_MAX}, - ], - "gt_spec": "local trough + bb filter", - }, - { - "rule_id": "gt_model_sell_zigzag_peak", - "side": "sell", - "kind": "gt_model", - "logic": "and", - "conditions": [ - {"col": "gt_sell_signal", "op": "eq_int", "value": 1}, - ], - "gt_spec": "major swing peak (ZigZag)", - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "logic": "and", - "conditions": [ - {"col": "gt_peak_local", "op": "eq_int", "value": 1}, - ], - "gt_spec": "local high extremum", - }, - ] - - -def gt_signal_rule_ids() -> set[str]: - """GT 일반화 규칙 ID 집합.""" - return {r["rule_id"] for r in build_gt_model_rules()} diff --git a/deepcoin/ground_truth/hybrid_dd_calibrate.py b/deepcoin/ground_truth/hybrid_dd_calibrate.py deleted file mode 100644 index e4fd06a..0000000 --- a/deepcoin/ground_truth/hybrid_dd_calibrate.py +++ /dev/null @@ -1,200 +0,0 @@ -""" -Hybrid DD tier 임계값 train 그리드 → holdout 검증 (Option C 2차). -""" - -from __future__ import annotations - -import json -from itertools import product -from pathlib import Path -from typing import Any - -import pandas as pd - -from config import GT_INITIAL_CASH_KRW, MATCH_HOLDOUT_RATIO, TRADING_FEE_RATE -from deepcoin.ground_truth.causal_gt_hybrid import build_monitor_hybrid_sized_trades -from deepcoin.ground_truth.gt_allocation import simulate_portfolio_steps -from deepcoin.matching.option_c_phase2 import walk_forward_portfolio_by_month -from deepcoin.matching.portfolio_sim import sort_fires_chronological -from deepcoin.matching.simulation import portfolio_holdout_from_steps -from deepcoin.paths import MATCHING_HYBRID_DD_CALIBRATION_JSON - - -def default_dd_grid() -> dict[str, list[float]]: - """DD large/medium 탐색 그리드.""" - return { - "dd_large_pct": [5.0, 6.0, 8.0, 10.0, 12.0], - "dd_medium_pct": [2.0, 3.0, 4.0, 6.0], - } - - -def load_hybrid_dd_params(path: Path | None = None) -> dict[str, float]: - """ - 캘리브레이션 JSON 또는 config 기본값. - - Args: - path: JSON 경로. - - Returns: - {dd_large_pct, dd_medium_pct}. - """ - from config import CAUSAL_GT_DD_LARGE_PCT, CAUSAL_GT_DD_MEDIUM_PCT - - p = path or MATCHING_HYBRID_DD_CALIBRATION_JSON - if p.is_file(): - data = json.loads(p.read_text(encoding="utf-8")) - best = data.get("best_params") or {} - if best.get("dd_large_pct") is not None: - return { - "dd_large_pct": float(best["dd_large_pct"]), - "dd_medium_pct": float( - best.get("dd_medium_pct", CAUSAL_GT_DD_MEDIUM_PCT) - ), - } - return { - "dd_large_pct": float(CAUSAL_GT_DD_LARGE_PCT), - "dd_medium_pct": float(CAUSAL_GT_DD_MEDIUM_PCT), - } - - -def calibrate_hybrid_dd_thresholds( - fires: pd.DataFrame, - ohlc_df: pd.DataFrame, - *, - holdout_start: pd.Timestamp, - grid: dict[str, list[float]] | None = None, - last_price: float | None = None, -) -> dict[str, Any]: - """ - train 구간 PnL 최대 → holdout PnL로 검증, 최적 DD 임계 저장. - - Args: - fires: monitor 전체 발화. - ohlc_df: 3m OHLC. - holdout_start: holdout 시작 시각. - grid: dd_large/medium 후보. - last_price: 미청산 평가가. - - Returns: - best_params, train/holdout metrics, grid top-N. - """ - from deepcoin.ground_truth.gt_allocation import simulate_portfolio_summary - - grid = grid or default_dd_grid() - chron = sort_fires_chronological(fires) - results: list[dict[str, Any]] = [] - - for dd_large, dd_medium in product( - grid["dd_large_pct"], - grid["dd_medium_pct"], - ): - if dd_medium >= dd_large: - continue - sized, stats = build_monitor_hybrid_sized_trades( - chron, - ohlc_df, - enhanced=False, - dd_large_pct=dd_large, - dd_medium_pct=dd_medium, - ) - steps = simulate_portfolio_steps(sized, use_amount_krw=True) - train = portfolio_holdout_from_steps( - [s for s in steps if pd.to_datetime(s["dt"]) < holdout_start], - holdout_start, - initial_if_empty=GT_INITIAL_CASH_KRW, - note="train", - ) - # train-only: start 1M → last asset before holdout - if steps: - pre = [ - float(s["total_asset_krw"]) - for s in steps - if pd.to_datetime(s["dt"]) < holdout_start - ] - train_asset_end = pre[-1] if pre else GT_INITIAL_CASH_KRW - train_pnl = (train_asset_end - GT_INITIAL_CASH_KRW) / GT_INITIAL_CASH_KRW * 100 - else: - train_pnl = 0.0 - - holdout = portfolio_holdout_from_steps( - steps, - holdout_start, - note="holdout", - ) - full = simulate_portfolio_summary( - sized, - last_price=last_price, - use_amount_krw=True, - ) - wf = walk_forward_portfolio_by_month(steps) - pos_months = sum(1 for w in wf if float(w.get("pnl_pct") or 0) > 0) - results.append( - { - "dd_large_pct": dd_large, - "dd_medium_pct": dd_medium, - "train_pnl_pct": round(train_pnl, 2), - "holdout_pnl_pct": float(holdout.get("pnl_pct", 0)), - "full_pnl_pct": float(full.get("pnl_pct", 0)), - "max_drawdown_pct": float(full.get("max_drawdown_pct", 0)), - "wf_positive_months": pos_months, - "wf_months": len(wf), - "large_tier_buys": stats.get("large_tier_buy_count", 0), - } - ) - - if not results: - return {"best_params": load_hybrid_dd_params(), "note": "empty grid"} - - # train PnL 1순위, holdout PnL 2순위 - ranked = sorted( - results, - key=lambda x: (x["train_pnl_pct"], x["holdout_pnl_pct"]), - reverse=True, - ) - best = ranked[0] - return { - "best_params": { - "dd_large_pct": best["dd_large_pct"], - "dd_medium_pct": best["dd_medium_pct"], - }, - "best_metrics": best, - "grid_size": len(results), - "top5": ranked[:5], - "holdout_start": str(holdout_start), - } - - -def run_and_save_calibration( - fires: pd.DataFrame, - ohlc_df: pd.DataFrame, - *, - outcomes: pd.DataFrame, - last_price: float | None = None, - out_path: Path | None = None, -) -> dict[str, Any]: - """ - 캘리브레이션 실행 후 JSON 저장. - - Args: - fires: monitor 발화. - ohlc_df: OHLC. - outcomes: fire_outcomes (holdout split). - last_price: 평가 종가. - out_path: 저장 경로. - - Returns: - calibrate_hybrid_dd_thresholds 결과. - """ - outcomes_ts = outcomes.copy() - outcomes_ts["ts"] = pd.to_datetime(outcomes_ts["dt"]) - holdout_start = outcomes_ts["ts"].quantile(1.0 - MATCH_HOLDOUT_RATIO) - result = calibrate_hybrid_dd_thresholds( - fires, - ohlc_df, - holdout_start=holdout_start, - last_price=last_price, - ) - p = out_path or MATCHING_HYBRID_DD_CALIBRATION_JSON - p.parent.mkdir(parents=True, exist_ok=True) - p.write_text(json.dumps(result, ensure_ascii=False, indent=2), encoding="utf-8") - return result diff --git a/deepcoin/matching/README.md b/deepcoin/matching/README.md deleted file mode 100644 index 452628f..0000000 --- a/deepcoin/matching/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# Matching — Simulation 축 - -03b GT 스냅샷에서 규칙 후보 → 전 구간 인과 스캔 → EV·holdout → `matched_rules.json`. -설계: [docs/reference/ARCHITECTURE.md](../../docs/reference/ARCHITECTURE.md) - -## PDCA - -| 단계 | 스크립트 모듈 | 산출물 | -|------|---------------|--------| -| 4-1 Plan/Do | `profile_rules.py` | `rule_candidates.json` (기본: 복합·대조만) | -| 4-2 Do | `rule_eval.scan` | `rule_fires.csv` | -| 4-3 Check | `label_outcomes.py` | `fire_outcomes.csv` (기본: `leg_gt` 청산) | -| 4-4 Act | `select_rules.py` | `matched_rules.json`, `backtest_summary.html` | - -## 실행 - -```bash -# 전체 (enrich+스캔 약 2~3분) -python scripts/04_match_rules.py - -# 단계별 -python scripts/04_match_rules.py --phase profile -python scripts/04_match_rules.py --phase scan -python scripts/04_match_rules.py --phase label -python scripts/04_match_rules.py --phase select -``` - -선행: `python scripts/03_analyze_trades.py` - -## 설정 (`.env` / `config.py`) - -- `MATCH_LABEL_MODE` — `leg_gt`(다음 GT 매도/직전 매수) 또는 `forward` -- `MATCH_MAX_HOLD_DAYS` — leg_gt 최대 보유 일수 (기본 45) -- `MATCH_INCLUDE_ATOMIC` — 0이면 atomic 규칙 제외 -- `MATCH_FORWARD_BARS` — leg_gt 불가 시 폴백 봉 수 (기본 60) -- `MATCH_TRAIN_RATIO` — train/valid 분할 (기본 0.7) -- `MATCH_MIN_FIRES`, `MATCH_MIN_EV_VALID`, `MATCH_MIN_PROFIT_FACTOR` diff --git a/deepcoin/matching/__init__.py b/deepcoin/matching/__init__.py deleted file mode 100644 index 861c800..0000000 --- a/deepcoin/matching/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -""" -04단계: GT 프로필 + 전구간 EV 필터 매칭. -""" - -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.matching.pipeline import run_matching_pipeline - -__all__ = ["run_matching_pipeline", "load_monitor_rules"] diff --git a/deepcoin/matching/config.py b/deepcoin/matching/config.py deleted file mode 100644 index 0b9ba6f..0000000 --- a/deepcoin/matching/config.py +++ /dev/null @@ -1,70 +0,0 @@ -""" -04단계 매칭 설정·메타 컬럼·프로필 피처 목록. -""" - -from __future__ import annotations - -from deepcoin.analysis.general_analysis_core import ga_col, interval_tf_prefix -from deepcoin.paths import ( - ANALYSIS_TRADES_CSV, - MATCHING_BACKTEST_HTML, - MATCHING_FIRE_OUTCOMES, - MATCHING_GT_OVERLAP, - MATCHING_MATCHED_RULES, - MATCHING_RULE_CANDIDATES, - MATCHING_RULE_FIRES, -) - -META_COLS: tuple[str, ...] = ( - "trade_idx", - "dt", - "action", - "price", - "weight", - "leg_id", - "memo", -) - -# 04-1 기본 폴백 (03c gt_mtf_profile.json 없을 때만 사용) -BUY_PROFILE_FEATURES: tuple[str, ...] = ( - "m3_bb_pos", - "m3_RSI", - "m3_stoch_k", - "m3_macd_hist", - "m15_RSI", - "m30_RSI", - "m60_RSI", - "ga_align_timing_buy_score", - "ga_align_trend_score", - "ga_align_rsi_oversold_tf", - f"{interval_tf_prefix(60)}_{ga_col('struct_trend')}", - f"{interval_tf_prefix(1440)}_RSI", -) - -SELL_PROFILE_FEATURES: tuple[str, ...] = ( - "m3_bb_pos", - "m3_RSI", - "m3_stoch_k", - "m3_macd_hist", - "m15_RSI", - "m30_RSI", - "m60_RSI", - "ga_align_timing_sell_score", - "ga_align_trend_score", - "ga_align_rsi_overbought_tf", - f"{interval_tf_prefix(60)}_{ga_col('struct_trend')}", - f"{interval_tf_prefix(1440)}_RSI", -) - -__all__ = [ - "ANALYSIS_TRADES_CSV", - "META_COLS", - "BUY_PROFILE_FEATURES", - "SELL_PROFILE_FEATURES", - "MATCHING_RULE_CANDIDATES", - "MATCHING_RULE_FIRES", - "MATCHING_FIRE_OUTCOMES", - "MATCHING_MATCHED_RULES", - "MATCHING_BACKTEST_HTML", - "MATCHING_GT_OVERLAP", -] diff --git a/deepcoin/matching/gt_mtf_profile.py b/deepcoin/matching/gt_mtf_profile.py deleted file mode 100644 index 822213a..0000000 --- a/deepcoin/matching/gt_mtf_profile.py +++ /dev/null @@ -1,514 +0,0 @@ -""" -GT 매수/매도 타점 MTF 프로필 분석 (3분~일봉 전 TF). - -03b wide CSV에서 간격별·기법별 분포를 비교하고, -04 규칙 후보 생성용 피처 목록을 산출합니다. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - GENERAL_ANALYSIS_INTERVALS, - MATCH_PROFILE_MIN_SAMPLES, - MATCH_PROFILE_MIN_SEPARATION, - MATCH_PROFILE_TOP_GLOBAL, - MATCH_PROFILE_TOP_PER_TF, -) -from deepcoin.analysis.general_analysis_config import INTERVAL_PREFIX -from deepcoin.analysis.general_analysis_core import interval_tf_prefix -from deepcoin.matching.config import ANALYSIS_TRADES_CSV, META_COLS -from deepcoin.paths import ANALYSIS_GT_MTF_PROFILE_HTML, ANALYSIS_GT_MTF_PROFILE_JSON - - -def _feature_separation( - buy: pd.Series, - sell: pd.Series, -) -> float: - """ - 매수·매도 GT 분포 간 분리도(Cohen 유사). - - Args: - buy: 매수 타점 값. - sell: 매도 타점 값. - - Returns: - 분리도(비숫자·표본 부족 시 0). - """ - a = pd.to_numeric(buy, errors="coerce").dropna() - b = pd.to_numeric(sell, errors="coerce").dropna() - if len(a) < MATCH_PROFILE_MIN_SAMPLES or len(b) < MATCH_PROFILE_MIN_SAMPLES: - return 0.0 - pooled = np.sqrt((a.var() + b.var()) / 2) - if pooled < 1e-9: - return abs(float(a.mean() - b.mean())) - return abs(float(a.mean() - b.mean())) / pooled - - -def _numeric_stats(series: pd.Series) -> dict[str, float | int]: - """ - 숫자 컬럼 요약 통계. - - Args: - series: 한 side GT 값. - - Returns: - count, mean, median, q25, q75, std. - """ - s = pd.to_numeric(series, errors="coerce").dropna() - if s.empty: - return {"count": 0} - return { - "count": int(len(s)), - "mean": round(float(s.mean()), 4), - "median": round(float(s.median()), 4), - "q25": round(float(s.quantile(0.25)), 4), - "q75": round(float(s.quantile(0.75)), 4), - "std": round(float(s.std()), 4) if len(s) > 1 else 0.0, - } - - -def _categorical_stats(series: pd.Series) -> dict[str, Any]: - """ - 범주형 컬럼 최빈값·비율. - - Args: - series: GT 값. - - Returns: - mode, mode_frac, value_counts 상위 5. - """ - s = series.dropna().astype(str) - if s.empty: - return {"count": 0} - vc = s.value_counts() - mode = str(vc.index[0]) - return { - "count": int(len(s)), - "mode": mode, - "mode_frac": round(float(vc.iloc[0] / len(s)), 3), - "top": {str(k): int(v) for k, v in vc.head(5).items()}, - } - - -def _parse_tf_column(col: str) -> tuple[str, int | None, str]: - """ - 컬럼명에서 TF 접두사·간격·베이스명 추출. - - Args: - col: 예 m3_ga_rsi, ga_align_timing_buy_score. - - Returns: - (tf_label, interval_minutes|None, base_name). - """ - if col.startswith("ga_align_"): - return ("mtf_align", None, col) - prefixes = sorted( - set(INTERVAL_PREFIX.values()), - key=len, - reverse=True, - ) - for p in prefixes: - if col.startswith(f"{p}_"): - inv = {v: k for k, v in INTERVAL_PREFIX.items()} - return (p, inv.get(p), col[len(p) + 1 :]) - return ("other", None, col) - - -def _feature_family(base: str) -> str: - """기법군 라벨.""" - if base in ("bb_pos", "RSI", "macd_hist", "stoch_k", "stoch_d", "BB_Width"): - return "legacy" - if base.startswith("ga_align_"): - return "mtf_align" - if "pattern" in base: - return "pattern" - if "struct" in base or "elliott" in base or "wyckoff" in base or "fib_" in base: - return "wave_structure" - if "chart" in base: - return "chart" - if "volume" in base or "vp_" in base: - return "volume" - if "harmonic" in base: - return "harmonic" - if base.startswith("ga_"): - return "indicator" - return "other" - - -def discover_profile_columns(df: pd.DataFrame) -> list[str]: - """ - 규칙·프로필 분석 대상 컬럼 목록. - - Args: - df: 03b wide CSV DataFrame. - - Returns: - META 제외·분석 가능 컬럼명. - """ - meta = set(META_COLS) - out: list[str] = [] - for col in df.columns: - if col in meta: - continue - if df[col].notna().sum() < MATCH_PROFILE_MIN_SAMPLES: - continue - if pd.api.types.is_numeric_dtype(df[col]): - out.append(col) - continue - nuniq = df[col].dropna().astype(str).nunique() - if 1 < nuniq <= 20: - out.append(col) - return out - - -def _analyze_one_column( - buy: pd.DataFrame, - sell: pd.DataFrame, - col: str, -) -> dict[str, Any]: - """ - 단일 컬럼 매수 vs 매도 GT 비교. - - Args: - buy: 매수 행. - sell: 매도 행. - col: 컬럼명. - - Returns: - 분리도·통계·방향 힌트. - """ - tf_label, interval, base = _parse_tf_column(col) - family = _feature_family(base) - row: dict[str, Any] = { - "col": col, - "tf": tf_label, - "interval": interval, - "base": base, - "family": family, - "dtype": "numeric" if pd.api.types.is_numeric_dtype(buy[col]) else "categorical", - } - if row["dtype"] == "numeric": - row["buy"] = _numeric_stats(buy[col]) - row["sell"] = _numeric_stats(sell[col]) - sep = _feature_separation(buy[col], sell[col]) - row["separation"] = round(sep, 4) - bm = row["buy"].get("median") - sm = row["sell"].get("median") - if bm is not None and sm is not None: - row["buy_lower_than_sell"] = bm < sm - else: - row["buy_lower_than_sell"] = None - else: - row["buy"] = _categorical_stats(buy[col]) - row["sell"] = _categorical_stats(sell[col]) - row["separation"] = 0.0 - if row["buy"].get("mode") and row["sell"].get("mode"): - row["modes_differ"] = row["buy"]["mode"] != row["sell"]["mode"] - return row - - -def analyze_gt_mtf_profile(df: pd.DataFrame) -> dict[str, Any]: - """ - 전 TF·전 컬럼 GT 매수/매도 프로필 분석. - - Args: - df: general_analysis_trades.csv. - - Returns: - JSON 직렬화 가능 분석 결과. - """ - buy = df[df["action"] == "buy"].copy() - sell = df[df["action"] == "sell"].copy() - cols = discover_profile_columns(df) - features: list[dict[str, Any]] = [] - for col in cols: - features.append(_analyze_one_column(buy, sell, col)) - - numeric_feats = [f for f in features if f["dtype"] == "numeric"] - ranked = sorted(numeric_feats, key=lambda x: x["separation"], reverse=True) - - by_interval: dict[str, dict[str, Any]] = {} - for iv in GENERAL_ANALYSIS_INTERVALS: - pfx = interval_tf_prefix(iv) - iv_feats = [f for f in numeric_feats if f["tf"] == pfx] - iv_ranked = sorted(iv_feats, key=lambda x: x["separation"], reverse=True) - buy_favor = [f for f in iv_ranked if f.get("buy_lower_than_sell") is True][:10] - sell_favor = [f for f in iv_ranked if f.get("buy_lower_than_sell") is False][:10] - by_interval[pfx] = { - "interval_minutes": iv, - "feature_count": len(iv_feats), - "top_separation": [ - {"col": x["col"], "separation": x["separation"]} - for x in iv_ranked[:15] - ], - "buy_favor_lower_median": [ - {"col": x["col"], "separation": x["separation"]} - for x in buy_favor[:8] - ], - "sell_favor_higher_median": [ - {"col": x["col"], "separation": x["separation"]} - for x in sell_favor[:8] - ], - } - - align_feats = [f for f in features if f["family"] == "mtf_align"] - - selected_buy = _select_side_features(ranked, "buy") - selected_sell = _select_side_features(ranked, "sell") - - return { - "source_rows": int(len(df)), - "buy_gt_count": int(len(buy)), - "sell_gt_count": int(len(sell)), - "columns_analyzed": len(cols), - "intervals": list(GENERAL_ANALYSIS_INTERVALS), - "config": { - "top_per_tf": MATCH_PROFILE_TOP_PER_TF, - "top_global": MATCH_PROFILE_TOP_GLOBAL, - "min_separation": MATCH_PROFILE_MIN_SEPARATION, - "min_samples": MATCH_PROFILE_MIN_SAMPLES, - }, - "global_top_separation": [ - { - "col": x["col"], - "tf": x["tf"], - "family": x["family"], - "separation": x["separation"], - "buy_median": x["buy"].get("median"), - "sell_median": x["sell"].get("median"), - } - for x in ranked[:40] - ], - "by_interval": by_interval, - "mtf_align": align_feats, - "selected_features": { - "buy": selected_buy, - "sell": selected_sell, - }, - "features": features, - } - - -def _select_side_features( - ranked: list[dict[str, Any]], - side: str, -) -> list[str]: - """ - 04 규칙용 피처 목록: TF별 상위 + 글로벌 상위. - - Args: - ranked: separation 내림차순 numeric feature dicts. - side: buy | sell. - - Returns: - 컬럼명 리스트(중복 제거, 순서 유지). - """ - chosen: list[str] = [] - seen: set[str] = set() - - def add(col: str) -> None: - if col not in seen: - seen.add(col) - chosen.append(col) - - for iv in GENERAL_ANALYSIS_INTERVALS: - pfx = interval_tf_prefix(iv) - iv_list = [ - f - for f in ranked - if f["tf"] == pfx and f["separation"] >= MATCH_PROFILE_MIN_SEPARATION - ] - if side == "buy": - iv_list.sort( - key=lambda x: ( - x["separation"], - 1 if x.get("buy_lower_than_sell") else 0, - ), - reverse=True, - ) - else: - iv_list.sort( - key=lambda x: ( - x["separation"], - 1 if x.get("buy_lower_than_sell") is False else 0, - ), - reverse=True, - ) - for f in iv_list[:MATCH_PROFILE_TOP_PER_TF]: - add(f["col"]) - - global_list = [f for f in ranked if f["separation"] >= MATCH_PROFILE_MIN_SEPARATION] - if side == "buy": - global_list.sort( - key=lambda x: ( - x["separation"], - 1 if x.get("buy_lower_than_sell") else 0, - ), - reverse=True, - ) - else: - global_list.sort( - key=lambda x: ( - x["separation"], - 1 if x.get("buy_lower_than_sell") is False else 0, - ), - reverse=True, - ) - for f in global_list[:MATCH_PROFILE_TOP_GLOBAL]: - add(f["col"]) - - for name in ( - "ga_align_timing_buy_score", - "ga_align_timing_sell_score", - "ga_align_trend_score", - "ga_align_rsi_oversold_tf", - "ga_align_rsi_overbought_tf", - "ga_align_mtf_conflict", - ): - add(name) - - return chosen - - -def load_selected_features( - profile_path: Path | None = None, -) -> tuple[list[str], list[str]]: - """ - 저장된 프로필 JSON에서 buy/sell 피처 목록 로드. - - Args: - profile_path: gt_mtf_profile.json. - - Returns: - (buy_features, sell_features). 없으면 빈 리스트. - """ - path = profile_path or ANALYSIS_GT_MTF_PROFILE_JSON - if not path.is_file(): - return [], [] - data = json.loads(path.read_text(encoding="utf-8")) - sel = data.get("selected_features") or {} - return list(sel.get("buy") or []), list(sel.get("sell") or []) - - -def run_gt_mtf_profile( - trades_csv: Path | None = None, - *, - write_json: bool = True, - write_html: bool = True, -) -> dict[str, Any]: - """ - 03b CSV 분석 후 JSON/HTML 저장. - - Args: - trades_csv: 입력 CSV. - write_json: JSON 저장 여부. - write_html: HTML 저장 여부. - - Returns: - analyze_gt_mtf_profile 결과. - """ - path = trades_csv or ANALYSIS_TRADES_CSV - if not path.is_file(): - raise FileNotFoundError(f"03b CSV 없음: {path}") - df = pd.read_csv(path) - analysis = analyze_gt_mtf_profile(df) - buy_n = len(analysis["selected_features"]["buy"]) - sell_n = len(analysis["selected_features"]["sell"]) - print( - f"[03c] GT MTF 프로필: 분석 {analysis['columns_analyzed']}열 " - f"→ 매수 피처 {buy_n}, 매도 피처 {sell_n}" - ) - if write_json: - ANALYSIS_GT_MTF_PROFILE_JSON.parent.mkdir(parents=True, exist_ok=True) - ANALYSIS_GT_MTF_PROFILE_JSON.write_text( - json.dumps(analysis, ensure_ascii=False, indent=2), - encoding="utf-8", - ) - print(f"[03c] 저장: {ANALYSIS_GT_MTF_PROFILE_JSON}") - if write_html: - write_gt_mtf_profile_html(analysis, ANALYSIS_GT_MTF_PROFILE_HTML) - print(f"[03c] 저장: {ANALYSIS_GT_MTF_PROFILE_HTML}") - return analysis - - -def write_gt_mtf_profile_html( - analysis: dict[str, Any], - html_path: Path, -) -> Path: - """ - TF별·글로벌 분리도 요약 HTML. - - Args: - analysis: analyze_gt_mtf_profile 결과. - html_path: 출력 경로. - - Returns: - html_path. - """ - html_path.parent.mkdir(parents=True, exist_ok=True) - - def _rows_interval() -> str: - rows = "" - for pfx, block in analysis.get("by_interval", {}).items(): - top = block.get("top_separation") or [] - top_s = ", ".join( - f"{t['col'].split('_', 1)[-1][:20]}({t['separation']:.2f})" - for t in top[:5] - ) or "-" - rows += ( - f"{pfx}{block.get('feature_count', 0)}" - f"{top_s}" - ) - return rows - - def _rows_global() -> str: - rows = "" - for item in analysis.get("global_top_separation") or []: - rows += ( - f"{item['col']}{item['tf']}" - f"{item['family']}{item['separation']:.3f}" - f"{item.get('buy_median','')}{item.get('sell_median','')}" - ) - return rows - - buy_feats = ", ".join(analysis["selected_features"]["buy"][:25]) - sell_feats = ", ".join(analysis["selected_features"]["sell"][:25]) - - html = f""" - -GT MTF 프로필 (3분~일봉) - -

    Ground Truth MTF 타점 프로필

    -

    매수 GT {analysis['buy_gt_count']}건 · 매도 GT {analysis['sell_gt_count']}건 · -분석 컬럼 {analysis['columns_analyzed']}개 (3,5,10,15,30,60,240,1440분 + MTF 합성)

    -

    분리도 = |mean_buy − mean_sell| / pooled_std. TF별·글로벌 상위 피처로 04 규칙 후보를 생성합니다.

    - -

    간격별 분리도 상위 (요약)

    - -{_rows_interval()}
    TF숫자 피처 수상위 5 (분리도)
    - -

    글로벌 분리도 Top 40

    - -{_rows_global()}
    컬럼TF기법군분리도매수 median매도 median
    - -

    04 규칙 선별용 피처 (발췌)

    -

    매수
    {buy_feats}

    -

    매도
    {sell_feats}

    -""" - html_path.write_text(html, encoding="utf-8") - return html_path diff --git a/deepcoin/matching/gt_schedule.py b/deepcoin/matching/gt_schedule.py deleted file mode 100644 index 27ccab3..0000000 --- a/deepcoin/matching/gt_schedule.py +++ /dev/null @@ -1,64 +0,0 @@ -""" -Ground Truth 매수·매도 시각표 (04-3 leg 라벨링용). -""" - -from __future__ import annotations - -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from deepcoin.ground_truth.ground_truth import load_ground_truth -from deepcoin.paths import resolve_ground_truth_file - - -def load_gt_trade_events( - gt_path: Path | str | None = None, -) -> tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]: - """ - GT trades에서 매수·매도 이벤트 시각(ns)·가격 배열을 만듭니다. - - Args: - gt_path: ground_truth JSON 경로. None이면 기본 경로. - - Returns: - (buy_ts_ns, buy_px, sell_ts_ns, sell_px) 오름차순 정렬. - """ - path = ( - resolve_ground_truth_file() - if gt_path is None - else Path(gt_path) - ) - data = load_ground_truth(path) or {} - trades: list[dict[str, Any]] = data.get("trades") or [] - - buys: list[tuple[pd.Timestamp, float]] = [] - sells: list[tuple[pd.Timestamp, float]] = [] - for t in trades: - ts = pd.Timestamp(t["dt"]) - px = float(t["price"]) - if t.get("action") == "buy": - buys.append((ts, px)) - elif t.get("action") == "sell": - sells.append((ts, px)) - - buys.sort(key=lambda x: x[0]) - sells.sort(key=lambda x: x[0]) - - if buys: - buy_ts = np.array([x[0].value for x in buys], dtype=np.int64) - buy_px = np.array([x[1] for x in buys], dtype=float) - else: - buy_ts = np.array([], dtype=np.int64) - buy_px = np.array([], dtype=float) - - if sells: - sell_ts = np.array([x[0].value for x in sells], dtype=np.int64) - sell_px = np.array([x[1] for x in sells], dtype=float) - else: - sell_ts = np.array([], dtype=np.int64) - sell_px = np.array([], dtype=float) - - return buy_ts, buy_px, sell_ts, sell_px diff --git a/deepcoin/matching/label_outcomes.py b/deepcoin/matching/label_outcomes.py deleted file mode 100644 index 597a520..0000000 --- a/deepcoin/matching/label_outcomes.py +++ /dev/null @@ -1,231 +0,0 @@ -""" -04-3: 규칙 발화별 성과 라벨링 (GT leg 청산 + forward 폴백). -""" - -from __future__ import annotations - -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - CHART_LOOKBACK_DAYS, - MATCH_FORWARD_BARS, - MATCH_LABEL_MODE, - MATCH_MAX_HOLD_DAYS, - MATCH_PRIMARY_INTERVAL, - SYMBOL, - TRADING_FEE_RATE, -) -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.matching.gt_schedule import load_gt_trade_events -from deepcoin.ops.monitor import Monitor - -_NS_PER_DAY = 86_400 * 1_000_000_000 - - -def _forward_ret_vectorized( - fire_ts_ns: np.ndarray, - c0: np.ndarray, - close_ts_ns: np.ndarray, - close_px: np.ndarray, - side: np.ndarray, - n_bars: int, - fee_pct: float, -) -> tuple[np.ndarray, np.ndarray]: - """ - 고정 N봉 forward 수익률(벡터화, 루프 최소). - - Args: - fire_ts_ns: 발화 시각(ns). - c0: 발화가. - close_ts_ns, close_px: 주간격 종가 시계열. - side: buy | sell. - n_bars: forward 봉 수. - fee_pct: 왕복 수수료 %p. - - Returns: - (ret_pct, valid_mask). - """ - ret = np.full(len(fire_ts_ns), np.nan, dtype=float) - valid = np.zeros(len(fire_ts_ns), dtype=bool) - for i in range(len(fire_ts_ns)): - idx = np.searchsorted(close_ts_ns, fire_ts_ns[i], side="right") - 1 - if idx < 0: - continue - end = idx + n_bars - if end >= len(close_px): - continue - c_entry = c0[i] - c_exit = float(close_px[end]) - if side[i] == "buy": - ret[i] = (c_exit / c_entry - 1.0) * 100.0 - fee_pct - else: - ret[i] = (c_entry / c_exit - 1.0) * 100.0 - fee_pct - valid[i] = True - return ret, valid - - -def _leg_gt_ret_vectorized( - fire_ts_ns: np.ndarray, - c0: np.ndarray, - side: np.ndarray, - buy_ts: np.ndarray, - buy_px: np.ndarray, - sell_ts: np.ndarray, - sell_px: np.ndarray, - max_hold_days: int, - fee_pct: float, -) -> tuple[np.ndarray, np.ndarray, np.ndarray]: - """ - GT 이벤트 기준 leg 청산 수익률. - - 매수 발화: 다음 GT 매도까지 보유. - 매도 발화: 직전 GT 매수가 대비 청산 수익. - - Args: - fire_ts_ns, c0, side: 발화 배열. - buy_ts, buy_px, sell_ts, sell_px: GT 이벤트. - max_hold_days: 최대 보유 일수. - fee_pct: 왕복 수수료 %p. - - Returns: - (ret_pct, valid_mask, hold_days). - """ - n = len(fire_ts_ns) - ret = np.full(n, np.nan, dtype=float) - valid = np.zeros(n, dtype=bool) - hold_days = np.full(n, np.nan, dtype=float) - max_hold_ns = max_hold_days * _NS_PER_DAY - - buy_m = side == "buy" - if buy_m.any() and len(sell_ts) > 0: - t_b = fire_ts_ns[buy_m] - idx = np.searchsorted(sell_ts, t_b, side="right") - ok = idx < len(sell_ts) - if ok.any(): - i_ok = np.where(buy_m)[0][ok] - exit_ns = sell_ts[idx[ok]] - delta = exit_ns - t_b[ok] - within = (delta > 0) & (delta <= max_hold_ns) - if within.any(): - ii = i_ok[within] - exit_px = sell_px[idx[ok][within]] - entry = c0[ii] - ret[ii] = (exit_px / entry - 1.0) * 100.0 - fee_pct - valid[ii] = True - hold_days[ii] = delta[within] / _NS_PER_DAY - - sell_m = side == "sell" - if sell_m.any() and len(buy_ts) > 0: - t_s = fire_ts_ns[sell_m] - idx = np.searchsorted(buy_ts, t_s, side="left") - 1 - ok = idx >= 0 - if ok.any(): - i_ok = np.where(sell_m)[0][ok] - entry_ns = buy_ts[idx[ok]] - delta = t_s[ok] - entry_ns - within = (delta > 0) & (delta <= max_hold_ns) - if within.any(): - ii = i_ok[within] - entry_px = buy_px[idx[ok][within]] - exit_p = c0[ii] - ret[ii] = (exit_p / entry_px - 1.0) * 100.0 - fee_pct - valid[ii] = True - hold_days[ii] = delta[within] / _NS_PER_DAY - - return ret, valid, hold_days - - -def label_fire_outcomes( - fires: pd.DataFrame, - frames: dict[int, pd.DataFrame] | None = None, -) -> pd.DataFrame: - """ - 각 발화의 성과를 라벨링합니다. - - MATCH_LABEL_MODE=leg_gt: GT 다음 매도/직전 매수 기준. - 미충족 분은 forward N봉으로 폴백. - - Args: - fires: rule_fires. - frames: OHLCV (폴백용). - - Returns: - fire_outcomes (+ forward_ret_pct, label_method, hold_days, ...). - """ - if fires.empty: - return fires.copy() - - fee_pct = TRADING_FEE_RATE * 2 * 100 - fts = pd.to_datetime(fires["dt"]) - fire_ts_ns = fts.values.astype("datetime64[ns]").astype(np.int64) - c0 = fires["close"].astype(float).values - side = fires["side"].astype(str).values - - buy_ts, buy_px, sell_ts, sell_px = load_gt_trade_events() - label_method = np.full(len(fires), "", dtype=object) - hold_days = np.full(len(fires), np.nan, dtype=float) - - ret = np.full(len(fires), np.nan, dtype=float) - - if MATCH_LABEL_MODE == "leg_gt": - ret, valid, hd = _leg_gt_ret_vectorized( - fire_ts_ns, - c0, - side, - buy_ts, - buy_px, - sell_ts, - sell_px, - MATCH_MAX_HOLD_DAYS, - fee_pct, - ) - label_method[valid] = "leg_gt" - hold_days = hd - - need_fb = ~np.isfinite(ret) - if need_fb.any(): - if frames is None: - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - if need_fb.any() and frames is not None: - raw = frames.get(MATCH_PRIMARY_INTERVAL) - if raw is not None and not raw.empty: - px = raw.copy() - if not isinstance(px.index, pd.DatetimeIndex): - px.index = pd.to_datetime(px.index) - px = px.sort_index() - col = "close" if "close" in px.columns else "Close" - close_px = px[col].astype(float).values - close_ts_ns = px.index.astype(np.int64).values - fb_ret, fb_ok = _forward_ret_vectorized( - fire_ts_ns[need_fb], - c0[need_fb], - close_ts_ns, - close_px, - side[need_fb], - MATCH_FORWARD_BARS, - fee_pct, - ) - ret[need_fb] = np.where(fb_ok, fb_ret, np.nan) - fb_idx = np.where(need_fb)[0][fb_ok] - label_method[fb_idx] = f"forward_{MATCH_FORWARD_BARS}" - - out = fires.copy() - out["forward_ret_pct"] = np.round(ret, 4) - out["win"] = (ret > 0).astype(int) - out["label_method"] = label_method - out["hold_days"] = np.round(hold_days, 2) - out["forward_bars"] = MATCH_FORWARD_BARS - out = out[np.isfinite(out["forward_ret_pct"])].reset_index(drop=True) - - leg_n = int((out["label_method"] == "leg_gt").sum()) - fb_n = int(out["label_method"].astype(str).str.startswith("forward").sum()) - print( - f"[04-3] 성과 라벨: {len(out):,}건 " - f"(mode={MATCH_LABEL_MODE}, leg_gt={leg_n:,}, forward폴백={fb_n:,}, " - f"수수료 {fee_pct:.3f}%p)" - ) - return out diff --git a/deepcoin/matching/live_eval.py b/deepcoin/matching/live_eval.py deleted file mode 100644 index 4571589..0000000 --- a/deepcoin/matching/live_eval.py +++ /dev/null @@ -1,86 +0,0 @@ -""" -05 연동: 최신 봉에서 matched 규칙 평가. -""" - -from __future__ import annotations - -import time -from typing import Any - -import pandas as pd - -from config import CHART_LOOKBACK_DAYS, MATCH_LIVE_CACHE_SEC, MATCH_LIVE_LOOKBACK_DAYS, SYMBOL -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.matching.rule_eval import ( - build_mtf_scan_frame, - conditions_columns, - eval_conditions, -) -from deepcoin.ops.monitor import Monitor - -_cache: dict[str, Any] = {"ts": 0.0, "frame": None, "rules_key": ""} - - -def evaluate_live_rules( - rules: list[dict[str, Any]] | None = None, - *, - lookback_days: int | None = None, - force_refresh: bool = False, -) -> list[dict[str, Any]]: - """ - 최신 완성 3분봉에서 활성 규칙 발화 여부를 검사합니다. - - Args: - rules: 규칙 목록. None이면 matched_rules에서 로드. - lookback_days: DB 조회 일수(기본 MATCH_LIVE_LOOKBACK_DAYS). - force_refresh: 캐시 무시. - - Returns: - 발화한 규칙 정보 리스트 (rule_id, side, dt, close). - """ - active = rules if rules is not None else load_monitor_rules() - if not active: - return [] - - lb = lookback_days if lookback_days is not None else MATCH_LIVE_LOOKBACK_DAYS - rules_key = ",".join(r["rule_id"] for r in active) - now = time.time() - global _cache - if ( - not force_refresh - and _cache.get("frame") is not None - and now - float(_cache.get("ts", 0)) < MATCH_LIVE_CACHE_SEC - and _cache.get("rules_key") == rules_key - ): - frame = _cache["frame"] - else: - mon = Monitor(cooldown_file=None) - days = min(lb, CHART_LOOKBACK_DAYS) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=days) - needed = conditions_columns(active) - frame = build_mtf_scan_frame(frames, needed) - _cache["ts"] = now - _cache["frame"] = frame - _cache["rules_key"] = rules_key - - if frame.empty: - return [] - - ts = frame.index[-1] - row_frame = frame.iloc[[-1]] - fired: list[dict[str, Any]] = [] - close_col = "close" - for rule in active: - if not eval_conditions(row_frame, rule["conditions"]).iloc[0]: - continue - fired.append( - { - "rule_id": rule["rule_id"], - "side": rule["side"], - "kind": rule.get("kind", ""), - "dt": ts.strftime("%Y-%m-%d %H:%M:%S"), - "close": float(row_frame[close_col].iloc[0]), - } - ) - return fired diff --git a/deepcoin/matching/load_rules.py b/deepcoin/matching/load_rules.py deleted file mode 100644 index 0beb54e..0000000 --- a/deepcoin/matching/load_rules.py +++ /dev/null @@ -1,61 +0,0 @@ -""" -04 산출 matched_rules.json 로드. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -from deepcoin.paths import MATCHING_MATCHED_RULES - - -def load_matched_rules(path: Path | None = None) -> dict[str, Any]: - """ - matched_rules.json 전체를 로드합니다. - - Args: - path: JSON 경로. None이면 기본 경로. - - Returns: - matched_rules dict. 없으면 빈 dict. - """ - p = path or MATCHING_MATCHED_RULES - if not p.is_file(): - return {} - return json.loads(p.read_text(encoding="utf-8")) - - -def load_active_rules(path: Path | None = None) -> list[dict[str, Any]]: - """ - 04 선별 규칙 전체(strict 우선). - - Args: - path: matched_rules.json 경로. - - Returns: - 규칙 dict 리스트. - """ - data = load_matched_rules(path) - selected = data.get("selected") or [] - if selected: - return list(selected) - return list(data.get("selected_best_effort") or []) - - -def load_monitor_rules(path: Path | None = None) -> list[dict[str, Any]]: - """ - 05 모니터·텔레그램에 쓸 규칙 (holdout 통과, 매수·매도 각 최대 1개). - - Args: - path: matched_rules.json 경로. - - Returns: - monitor_rules 또는 active_rules fallback. - """ - data = load_matched_rules(path) - monitor = data.get("monitor_rules") or [] - if monitor: - return list(monitor) - return load_active_rules(path) diff --git a/deepcoin/matching/option_c_phase2.py b/deepcoin/matching/option_c_phase2.py deleted file mode 100644 index 054da2f..0000000 --- a/deepcoin/matching/option_c_phase2.py +++ /dev/null @@ -1,245 +0,0 @@ -""" -Option C 2차 목표(+1000%) 검증 — hybrid tier 포트폴리오 WF·슬리피지·Go/No-Go. -""" - -from __future__ import annotations - -from typing import Any - -import pandas as pd - -from config import ( - GT_INITIAL_CASH_KRW, - LIVE_SLIPPAGE_PCT, - SIM_HYBRID_MAX_MDD_PCT, - SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO, - SIM_OPTION_C_MIN_GT_CAPTURE, - SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO, - SIM_OPTION_C_PHASE2_TARGET_PNL_PCT, -) -from deepcoin.ground_truth.gt_allocation import simulate_portfolio_summary - - -def apply_slippage_to_trades( - trades: list[dict[str, Any]], - slippage_pct: float = LIVE_SLIPPAGE_PCT, -) -> list[dict[str, Any]]: - """ - 체결가에 슬리피지 반영 (매수 불리·매도 불리). - - Args: - trades: amount_krw·price·action trade dict. - slippage_pct: 체결가 대비 % (0.05 = 0.05%). - - Returns: - price 조정된 trade dict 복사본. - """ - slip = float(slippage_pct) / 100.0 - out: list[dict[str, Any]] = [] - for t in trades: - row = dict(t) - price = float(row.get("price") or 0) - if price <= 0: - out.append(row) - continue - action = row.get("action", "") - if action == "buy": - row["price"] = round(price * (1.0 + slip), 4) - elif action == "sell": - row["price"] = round(price * (1.0 - slip), 4) - out.append(row) - return out - - -def walk_forward_portfolio_by_month( - steps: list[dict[str, Any]], - *, - initial_cash: float = GT_INITIAL_CASH_KRW, -) -> list[dict[str, Any]]: - """ - 포트폴리오 step에서 월별 자산 증감률 (인과적). - - Args: - steps: simulate_portfolio_steps 결과. - initial_cash: 첫 달 시작 자산(이전 달 종료 없을 때). - - Returns: - {month, pnl_pct, start_asset, end_asset} 리스트. - """ - if not steps: - return [] - df = pd.DataFrame(steps) - df["ts"] = pd.to_datetime(df["dt"]) - df = df.sort_values("ts") - df["month"] = df["ts"].dt.to_period("M").astype(str) - rows: list[dict[str, Any]] = [] - prev_end = float(initial_cash) - for month in sorted(df["month"].unique()): - grp = df[df["month"] == month] - end_asset = float(grp["total_asset_krw"].iloc[-1]) - pnl_pct = (end_asset - prev_end) / prev_end * 100.0 if prev_end > 0 else 0.0 - rows.append( - { - "month": month, - "pnl_pct": round(pnl_pct, 2), - "start_asset_krw": round(prev_end, 0), - "end_asset_krw": round(end_asset, 0), - } - ) - prev_end = end_asset - return rows - - -def walk_forward_portfolio_summary(wf_rows: list[dict[str, Any]]) -> dict[str, Any]: - """ - 월별 포트폴리오 WF 요약. - - Args: - wf_rows: walk_forward_portfolio_by_month 결과. - - Returns: - months, positive_months, positive_ratio, mean_pnl_pct. - """ - if not wf_rows: - return {"months": 0, "positive_ratio": 0.0, "mean_pnl_pct": 0.0} - n = len(wf_rows) - pos = sum(1 for r in wf_rows if float(r.get("pnl_pct") or 0) > 0) - mean_pnl = sum(float(r.get("pnl_pct") or 0) for r in wf_rows) / n - return { - "months": n, - "positive_months": pos, - "positive_ratio": round(pos / n, 4), - "mean_pnl_pct": round(mean_pnl, 2), - } - - -def simulate_hybrid_slippage_stress( - sized_trades: list[dict[str, Any]], - *, - last_price: float | None, - slippage_pct: float = LIVE_SLIPPAGE_PCT, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float, -) -> dict[str, Any]: - """ - hybrid sized trades + 슬리피지 포트폴리오 요약. - - Args: - sized_trades: build_monitor_hybrid_sized_trades 출력. - last_price: 미청산 평가가. - slippage_pct: 체결 슬리피지 %. - initial_cash: 시작 현금. - fee_rate: 수수료율. - - Returns: - simulate_portfolio_summary 결과. - """ - slipped = apply_slippage_to_trades(sized_trades, slippage_pct) - result = simulate_portfolio_summary( - slipped, - initial_cash=initial_cash, - fee_rate=fee_rate, - last_price=last_price, - use_amount_krw=True, - ) - result["slippage_pct"] = slippage_pct - result["sizing_mode"] = "hybrid_slippage_stress" - return result - - -def evaluate_option_c_phase2_go( - hybrid_go: dict[str, Any], - hybrid_full: dict[str, Any], - hybrid_holdout: dict[str, Any], - hybrid_fee_stress: dict[str, Any], - hybrid_slippage: dict[str, Any], - portfolio_wf_summary: dict[str, Any], - gt_pnl_pct: float, -) -> dict[str, Any]: - """ - Option C 2차(+1000%) Go/No-Go. - - Args: - hybrid_go: 1차 hybrid tier Go 결과. - hybrid_full: 전기간 hybrid 포트폴리오. - hybrid_holdout: holdout 구간 증감. - hybrid_fee_stress: 수수료 2x hybrid. - hybrid_slippage: 슬리피지 반영 hybrid. - portfolio_wf_summary: 월별 포트폴리오 WF. - gt_pnl_pct: GT 전기간 PnL %. - - Returns: - go, checks, targets. - """ - full_pnl = float(hybrid_full.get("pnl_pct", 0)) - capture = full_pnl / gt_pnl_pct if abs(gt_pnl_pct) > 1e-6 else 0.0 - ho_pnl = float(hybrid_holdout.get("pnl_pct", -999)) - mdd = float(hybrid_full.get("max_drawdown_pct", 999)) - fee_pnl = float(hybrid_fee_stress.get("pnl_pct", -999)) - slip_pnl = float(hybrid_slippage.get("pnl_pct", -999)) - wf_ratio = float(portfolio_wf_summary.get("positive_ratio", 0)) - - c_phase1 = bool(hybrid_go.get("go")) - c_pnl = full_pnl >= SIM_OPTION_C_PHASE2_TARGET_PNL_PCT - c_capture = capture >= SIM_OPTION_C_MIN_GT_CAPTURE - c_holdout = ho_pnl > 0.0 - c_mdd = mdd <= SIM_HYBRID_MAX_MDD_PCT - c_fee = fee_pnl >= SIM_OPTION_C_PHASE2_TARGET_PNL_PCT * SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO - c_slip = slip_pnl > 0.0 - c_wf = wf_ratio >= SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO - - all_go = ( - c_phase1 - and c_pnl - and c_capture - and c_holdout - and c_mdd - and c_fee - and c_slip - and c_wf - ) - - return { - "go": all_go, - "gt_capture_ratio": round(capture, 4), - "targets": { - "phase2_pnl_pct": SIM_OPTION_C_PHASE2_TARGET_PNL_PCT, - "min_gt_capture": SIM_OPTION_C_MIN_GT_CAPTURE, - "portfolio_wf_min_ratio": SIM_HYBRID_PORTFOLIO_WF_MIN_RATIO, - }, - "checks": [ - {"name": "phase1_hybrid_go", "pass": c_phase1}, - { - "name": "full_pnl_1000pct", - "pass": c_pnl, - "value": full_pnl, - }, - { - "name": "gt_capture_23pct", - "pass": c_capture, - "value": round(capture, 4), - }, - {"name": "holdout_pnl_positive", "pass": c_holdout, "value": ho_pnl}, - {"name": "max_mdd", "pass": c_mdd, "value": mdd}, - { - "name": "fee_stress_ratio", - "pass": c_fee, - "value": fee_pnl, - "threshold": round( - SIM_OPTION_C_PHASE2_TARGET_PNL_PCT * SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO, - 2, - ), - }, - { - "name": "slippage_stress_positive", - "pass": c_slip, - "value": slip_pnl, - "note": "체결가 슬리피지 반영 후에도 흑자", - }, - { - "name": "portfolio_wf_positive_ratio", - "pass": c_wf, - "value": wf_ratio, - }, - ], - } diff --git a/deepcoin/matching/pipeline.py b/deepcoin/matching/pipeline.py deleted file mode 100644 index 1ff3ad3..0000000 --- a/deepcoin/matching/pipeline.py +++ /dev/null @@ -1,145 +0,0 @@ -""" -04단계 PDCA 파이프라인: 프로필 → 스캔 → 라벨 → 선별. -""" - -from __future__ import annotations - -import argparse -import json -import sys -import time -from pathlib import Path - -import pandas as pd - -from config import CHART_LOOKBACK_DAYS, SYMBOL -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.matching.config import ( - MATCHING_BACKTEST_HTML, - MATCHING_FIRE_OUTCOMES, - MATCHING_GT_OVERLAP, - MATCHING_MATCHED_RULES, - MATCHING_RULE_CANDIDATES, - MATCHING_RULE_FIRES, -) -from deepcoin.matching.label_outcomes import label_fire_outcomes -from deepcoin.matching.profile_rules import build_rule_candidates, save_rule_candidates -from deepcoin.matching.rule_eval import ( - build_mtf_scan_frame, - conditions_columns, - scan_rule_fires, -) -from deepcoin.matching.select_rules import ( - select_matched_rules, - write_backtest_summary_html, -) -from deepcoin.ops.monitor import Monitor -from deepcoin.paths import ensure_dirs - - -def run_matching_pipeline( - phase: str = "all", - trades_csv: Path | None = None, -) -> None: - """ - 04a~04d 단계를 순서대로 실행합니다. - - Args: - phase: all | profile | scan | label | select. - trades_csv: 03b CSV 경로(선택). - """ - ensure_dirs() - t0 = time.time() - from config import MATCH_INCLUDE_ATOMIC, MATCH_LABEL_MODE - - print( - f"=== 04 매칭 파이프라인 {SYMBOL} " - f"(label={MATCH_LABEL_MODE}, atomic={MATCH_INCLUDE_ATOMIC}) ===" - ) - sys.stdout.flush() - - candidates_path = MATCHING_RULE_CANDIDATES - fires_path = MATCHING_RULE_FIRES - outcomes_path = MATCHING_FIRE_OUTCOMES - - candidates: dict | None = None - fires: pd.DataFrame | None = None - outcomes: pd.DataFrame | None = None - frames = None - - if phase in ("all", "profile"): - print("[04] Phase 4-1 Plan/Do: GT 프로필 → 규칙 후보") - candidates = build_rule_candidates(trades_csv) - save_rule_candidates(candidates, candidates_path) - if phase == "profile": - return - - if phase in ("all", "scan", "label"): - if candidates is None: - candidates = json.loads(candidates_path.read_text(encoding="utf-8")) - rules = candidates.get("rules", []) - print(f"[04] Phase 4-2 Do: 전구간 발화 스캔 ({len(rules)}규칙)") - sys.stdout.flush() - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - needed = conditions_columns(rules) - scan_frame = build_mtf_scan_frame(frames, needed) - fires = scan_rule_fires(scan_frame, rules) - fires_path.parent.mkdir(parents=True, exist_ok=True) - fires.to_csv(fires_path, index=False, encoding="utf-8-sig") - print(f"[04-2] 저장: {fires_path} ({len(fires):,}행)") - if phase == "scan": - return - - if phase in ("all", "label", "select"): - if fires is None: - fires = pd.read_csv(fires_path) - if phase in ("all", "label"): - print("[04] Phase 4-3 Check: 발화별 forward PnL 라벨") - if frames is None: - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - outcomes = label_fire_outcomes(fires, frames) - outcomes.to_csv(outcomes_path, index=False, encoding="utf-8-sig") - print(f"[04-3] 저장: {outcomes_path}") - if phase == "label": - return - - if phase in ("all", "select"): - if candidates is None: - candidates = json.loads(candidates_path.read_text(encoding="utf-8")) - if outcomes is None: - outcomes = pd.read_csv(outcomes_path) - print("[04] Phase 4-4 Act: EV 필터·규칙 선별") - matched = select_matched_rules(outcomes, candidates) - MATCHING_MATCHED_RULES.parent.mkdir(parents=True, exist_ok=True) - MATCHING_MATCHED_RULES.write_text( - json.dumps(matched, ensure_ascii=False, indent=2), - encoding="utf-8", - ) - print(f"[04-4] 저장: {MATCHING_MATCHED_RULES}") - overlap = matched.get("gt_overlap", {}) - MATCHING_GT_OVERLAP.write_text( - json.dumps(overlap, ensure_ascii=False, indent=2), - encoding="utf-8", - ) - write_backtest_summary_html(matched, MATCHING_BACKTEST_HTML) - print(f"완료 ({time.time() - t0:.0f}초)") - - -def main() -> None: - """CLI 진입.""" - parser = argparse.ArgumentParser(description="04 GT+EV 매칭 파이프라인") - parser.add_argument( - "--phase", - choices=("all", "profile", "scan", "label", "select"), - default="all", - ) - parser.add_argument("--trades-csv", type=str, default="") - args = parser.parse_args() - csv = Path(args.trades_csv) if args.trades_csv else None - run_matching_pipeline(phase=args.phase, trades_csv=csv) - - -if __name__ == "__main__": - main() diff --git a/deepcoin/matching/portfolio_sim.py b/deepcoin/matching/portfolio_sim.py deleted file mode 100644 index 332c4b3..0000000 --- a/deepcoin/matching/portfolio_sim.py +++ /dev/null @@ -1,343 +0,0 @@ -""" -규칙 발화 기반 GT 모델 복리 포트폴리오 시뮬. -""" - -from __future__ import annotations - -from typing import Any - -import pandas as pd - -from config import ( - GT_INITIAL_CASH_KRW, - GT_SIGNAL_CAUSAL, - LIVE_ORDER_KRW, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.gt_allocation import simulate_portfolio_summary -from deepcoin.matching.position_sizing import ( - attach_gt_model_amounts, -) - - -def _planned_order_krw( - t: dict[str, Any], - order_krw: float, - sizing_mode: str, -) -> float: - """ - 체결 계획 원화: amount_krw 우선 또는 고정. - - Args: - t: trade dict. - order_krw: 고정 1회 금액. - sizing_mode: fixed | amount_krw. - - Returns: - 계획 원화. - """ - ak = t.get("amount_krw") - if sizing_mode == "amount_krw" or (ak is not None and float(ak) > 0): - return float(ak or 0) - return float(order_krw) - - -def sort_fires_chronological(fires: pd.DataFrame) -> pd.DataFrame: - """ - 발화를 시간순 정렬 (일·금액 한도 없음). - - Args: - fires: fire_outcomes. - - Returns: - 정렬된 DataFrame. - """ - if fires.empty: - return fires - return fires.sort_values("dt").copy() - - -def simulate_fires_compound( - fires: pd.DataFrame, - *, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> tuple[list[dict[str, Any]], dict[str, Any]]: - """ - 발화 → GT tier 복리 amount_krw 배분 (allocate_order_amounts_chronological). - - Args: - fires: fire_outcomes. - initial_cash: 시작 현금 (이후 체결마다 누적). - fee_rate: 수수료율. - - Returns: - (amount_krw 채워진 trade dict, stats). - """ - trades = fires_to_trade_list( - fires, - apply_dynamic_sizing=True, - initial_cash=initial_cash, - fee_rate=fee_rate, - ) - n_in = int(len(fires)) - n_out = sum(1 for t in trades if float(t.get("amount_krw") or 0) > 0) - return trades, { - "input_fires": n_in, - "executed": n_out, - "skipped": max(n_in - n_out, 0), - } - - -def select_capped_fires( - fires: pd.DataFrame, - *, - use_dynamic_sizing: bool = True, -) -> pd.DataFrame: - """ - 시각순 발화 반환 (레거시명; 일·금액 한도 미적용). - - Args: - fires: fire_outcomes. - use_dynamic_sizing: 미사용 (하위 호환). - - Returns: - 정렬된 발화 DataFrame. - """ - _ = use_dynamic_sizing - return sort_fires_chronological(fires) - - -def fires_to_trade_list( - fires: pd.DataFrame, - *, - apply_dynamic_sizing: bool = True, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> list[dict[str, Any]]: - """ - 발화 → GT 모델 amount_krw가 채워진 trade dict (복리 배분). - - Args: - fires: 체결 대상 발화. - apply_dynamic_sizing: True면 GT tier 복리 배분. - initial_cash: 시작 현금 (누적 복리). - fee_rate: 수수료율. - - Returns: - dt, action, price, amount_krw 키 dict 리스트. - """ - if fires.empty: - return [] - rows: list[dict[str, Any]] = [] - for _, r in sort_fires_chronological(fires).iterrows(): - rows.append( - { - "dt": str(r["dt"]), - "action": r["side"], - "price": float(r["close"]), - "rule_id": r.get("rule_id", ""), - "forward_ret_pct": float(r.get("forward_ret_pct", 0)), - } - ) - if apply_dynamic_sizing: - attach_gt_model_amounts( - rows, - initial_cash=initial_cash, - fee_rate=fee_rate, - ) - return rows - - -def simulate_sized_portfolio( - trades: list[dict[str, Any]], - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - last_price: float | None = None, - fallback_order_krw: float = LIVE_ORDER_KRW, -) -> dict[str, Any]: - """ - trade.amount_krw(GT 모델·복리 배분) 기준 포트폴리오 시뮬 + MDD. - - Args: - trades: 시간순 trade dict (amount_krw 권장). - initial_cash: 시작 현금. - fee_rate: 수수료율. - last_price: 미청산 평가 종가. - fallback_order_krw: amount_krw 없을 때 1회 금액. - - Returns: - simulate_truth_portfolio와 동일 키 + max_drawdown_pct. - """ - if trades and not any(float(t.get("amount_krw") or 0) > 0 for t in trades): - attach_gt_model_amounts(trades, initial_cash=initial_cash, fee_rate=fee_rate) - result = simulate_portfolio_summary( - trades, - initial_cash=initial_cash, - fee_rate=fee_rate, - last_price=last_price, - use_amount_krw=True, - ) - result["sizing_mode"] = ( - "gt_model_compound_causal" if GT_SIGNAL_CAUSAL else "gt_model_compound" - ) - result["sizing_note"] = ( - "전기간 복리·GT tier·총자산×비중, 보유현금 한도; " - + ("인과적 신호·tier(미래 미사용)" if GT_SIGNAL_CAUSAL else "상한 없음") - ) - return result - - -def simulate_fixed_order_portfolio( - trades: list[dict[str, Any]], - order_krw: float = LIVE_ORDER_KRW, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - last_price: float | None = None, - sizing_mode: str = "fixed", -) -> dict[str, Any]: - """ - 포트폴리오 시뮬 (고정 원화 또는 trade.amount_krw). - - Args: - trades: 시간순 {dt, action, price, amount_krw?}. - order_krw: sizing_mode=fixed 일 때 1회 금액(원). - initial_cash: 시작 현금. - fee_rate: 수수료율. - last_price: 미청산 평가 종가. - sizing_mode: 'fixed' | 'amount_krw'. - - Returns: - simulate_truth_portfolio와 동일 키 구조. - """ - cash = float(initial_cash) - qty = 0.0 - total_fees = 0.0 - last_trade_price = last_price - order = float(order_krw) - - for t in sorted(trades, key=lambda x: x["dt"]): - action = t["action"] - price = float(t["price"]) - if price <= 0: - continue - last_trade_price = price - - if action == "buy": - planned = _planned_order_krw(t, order, sizing_mode) - amount = min(planned, max(cash / (1.0 + fee_rate), 0.0)) - if amount <= 0: - continue - fee = amount * fee_rate - cash -= amount + fee - total_fees += fee - qty += amount / price - - elif action == "sell" and qty > 0: - planned = _planned_order_krw(t, order, sizing_mode) - if planned >= qty * price * 0.999: - sell_qty = qty - else: - sell_qty = min(qty, planned / price) - if sell_qty <= 0: - continue - gross = sell_qty * price - fee = gross * fee_rate - cash += gross - fee - total_fees += fee - qty -= sell_qty - if qty < 1e-12: - qty = 0.0 - - mark_price = float(last_price if last_price is not None else last_trade_price or 0) - holding_value = qty * mark_price - final_asset = cash + holding_value - pnl_krw = final_asset - initial_cash - pnl_pct = pnl_krw / initial_cash * 100.0 if initial_cash else 0.0 - - return { - "initial_cash_krw": round(initial_cash, 0), - "final_asset_krw": round(final_asset, 0), - "pnl_krw": round(pnl_krw, 0), - "pnl_pct": round(pnl_pct, 2), - "total_fees_krw": round(total_fees, 0), - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 6), - "holding_value_krw": round(holding_value, 0), - "mark_price": round(mark_price, 2), - "fee_rate": fee_rate, - "order_krw": round(order, 0), - "sizing_mode": sizing_mode, - "trade_count": len(trades), - } - - -def simulate_fixed_order_portfolio_steps( - trades: list[dict[str, Any]], - order_krw: float = LIVE_ORDER_KRW, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, - sizing_mode: str = "fixed", -) -> list[dict[str, Any]]: - """ - 체결마다 현금·보유·총평가 스냅샷 (GT 테이블용). - - Args: - trades: 시간순 trade dict. - order_krw: 1회 체결 원화. - initial_cash: 시작 현금. - fee_rate: 수수료율. - sizing_mode: fixed | amount_krw. - - Returns: - step dict 리스트. - """ - cash = float(initial_cash) - qty = 0.0 - order = float(order_krw) - steps: list[dict[str, Any]] = [] - - for t in sorted(trades, key=lambda x: x["dt"]): - action = t["action"] - price = float(t["price"]) - if price <= 0: - continue - - if action == "buy": - planned = _planned_order_krw(t, order, sizing_mode) - amount = min(planned, max(cash / (1.0 + fee_rate), 0.0)) - if amount <= 0: - continue - fee = amount * fee_rate - cash -= amount + fee - qty += amount / price - - elif action == "sell" and qty > 0: - planned = _planned_order_krw(t, order, sizing_mode) - if planned >= qty * price * 0.999: - sell_qty = qty - else: - sell_qty = min(qty, planned / price) - if sell_qty <= 0: - continue - gross = sell_qty * price - fee = gross * fee_rate - cash += gross - fee - qty -= sell_qty - if qty < 1e-12: - qty = 0.0 - - steps.append( - { - "dt": t["dt"], - "action": action, - "price": price, - "rule_id": t.get("rule_id", ""), - "forward_ret_pct": t.get("forward_ret_pct"), - "amount_krw": t.get("amount_krw"), - "cash_krw": round(cash, 0), - "holding_qty": round(qty, 4), - "total_asset_krw": round(cash + qty * price, 0), - } - ) - return steps diff --git a/deepcoin/matching/position_sizing.py b/deepcoin/matching/position_sizing.py deleted file mode 100644 index 010191b..0000000 --- a/deepcoin/matching/position_sizing.py +++ /dev/null @@ -1,453 +0,0 @@ -""" -총자산 대비 GT 모델 매수율(비중) · 보유 현금 한도 · leg tier 배분. -""" - -from __future__ import annotations - -import json -from datetime import datetime -from pathlib import Path -from typing import Any - -from config import ( - GT_BUY_PCT_LARGE_LEG, - GT_BUY_PCT_SMALL_LEG, - GT_INITIAL_CASH_KRW, - GT_LARGE_LEG_TOP_PCT, - GT_MIN_ORDER_KRW, - MATCH_GT_TOLERANCE_MIN, - TRADING_FEE_RATE, -) -from deepcoin.matching.load_rules import load_matched_rules -from deepcoin.paths import MATCHING_FIRE_OUTCOMES, MATCHING_MATCHED_RULES - -_GT_ALLOC_ANALYSIS_CACHE: dict[str, Any] | None = None - - -def portfolio_totals( - cash: float, - qty: float, - price: float, -) -> tuple[float, float, float]: - """ - 총보유자산·코인평가·가용현금(=총자산-평가액)을 계산합니다. - - Args: - cash: 현금. - qty: 보유 수량. - price: 평가·체결가. - - Returns: - (total_asset_krw, holding_value_krw, cash_krw). - """ - holding = qty * price - total = cash + holding - return total, holding, cash - - -def optimal_weight_share(weight: float, weight_sum_remaining: float) -> float: - """ - leg 내 남은 매수 비중 대비 이번 체결 최적 매수율(0~1). - - Args: - weight: 이번 타점 weight. - weight_sum_remaining: 동일 leg 남은 매수 weight 합. - - Returns: - 비중 비율. - """ - if weight_sum_remaining > 0: - return weight / weight_sum_remaining - return 1.0 - - -def compute_buy_amount_krw( - cash: float, - qty: float, - price: float, - weight: float, - weight_sum_remaining: float, - *, - asset_pct_scale: float, - min_order_krw: float = GT_MIN_ORDER_KRW, - fee_rate: float = TRADING_FEE_RATE, - ignore_weight_split: bool = False, -) -> float: - """ - 목표=총보유자산×(최적 매수율×scale), 체결=min(목표, 보유현금/(1+fee)) 로 매수 원화를 산출합니다. - - 보유 현금 = 총보유자산 − 코인평가액(cash 인자). - - Args: - cash: 보유 현금(가용 원화). - qty: 보유 수량. - price: 체결가. - weight: 타점 비중. - weight_sum_remaining: leg 내 남은 매수 weight 합. - asset_pct_scale: leg·규칙 티어(대형/소형) 스케일. - min_order_krw: 최소 주문 원화. - fee_rate: 수수료율. - ignore_weight_split: True면 weight 분할 없이 scale만 적용 (conviction 매수). - - Returns: - 매수 원화(0이면 미체결). - """ - if price <= 0: - return 0.0 - total_asset, _, available_cash = portfolio_totals(cash, qty, price) - budget = max(available_cash / (1.0 + fee_rate), 0.0) - if ignore_weight_split: - opt_rate = asset_pct_scale - else: - opt_rate = optimal_weight_share(weight, weight_sum_remaining) * asset_pct_scale - target = total_asset * opt_rate - amount = min(target, budget) - if budget >= min_order_krw and 0 < amount < min_order_krw: - amount = min(min_order_krw, budget) - return round(max(amount, 0.0), 0) - - -def large_leg_ids_from_past_returns( - leg_returns: dict[int, float], - top_pct: float = GT_LARGE_LEG_TOP_PCT, -) -> set[int]: - """ - 이미 청산된 leg의 realized return 상위 n% (인과적 tier). - - Args: - leg_returns: leg_id → realized return %. - top_pct: 상위 비율. - - Returns: - large leg id set. - """ - if not leg_returns: - return set() - ranked = sorted(leg_returns.items(), key=lambda x: x[1], reverse=True) - n = max(1, int(len(ranked) * top_pct + 0.999999)) - return {lid for lid, _ in ranked[:n]} - - -def top_leg_ids_by_forward_return( - trades: list[dict[str, Any]], - top_pct: float = GT_LARGE_LEG_TOP_PCT, -) -> set[int]: - """ - leg별 최대 forward_return 기준 상위 n% leg_id 집합. - - Args: - trades: GT trade dict. - top_pct: 상위 비율(0~1). - - Returns: - 대형 매수 leg_id set. - """ - leg_ret: dict[int, float] = {} - for t in trades: - if t.get("action") != "sell": - continue - lid = int(t.get("leg_id", 0)) - ret = float(t.get("forward_return_pct") or 0.0) - leg_ret[lid] = max(leg_ret.get(lid, 0.0), ret) - if not leg_ret: - return set() - ranked = sorted(leg_ret.items(), key=lambda x: x[1], reverse=True) - n = max(1, int(len(ranked) * top_pct + 0.999999)) - return {lid for lid, _ in ranked[:n]} - - -def leg_asset_pct_scale(leg_id: int, large_legs: set[int]) -> float: - """ - leg 티어에 따른 총자산 대비 매수 스케일. - - Args: - leg_id: leg 번호. - large_legs: 상위 leg 집합. - - Returns: - GT_BUY_PCT_LARGE_LEG 또는 GT_BUY_PCT_SMALL_LEG. - """ - if leg_id in large_legs: - return float(GT_BUY_PCT_LARGE_LEG) - return float(GT_BUY_PCT_SMALL_LEG) - - -def _parse_dt(dt: str) -> datetime: - return datetime.fromisoformat(str(dt).replace("Z", "+00:00")[:19]) - - -def nearest_gt_leg_id( - dt: str, - gt_trades: list[dict[str, Any]], - tolerance_min: int = MATCH_GT_TOLERANCE_MIN, -) -> int | None: - """ - 시각에 가장 가까운 GT trade의 leg_id (매수 우선). - - Args: - dt: 발화 시각. - gt_trades: GT trades. - tolerance_min: 허용 분. - - Returns: - leg_id 또는 None. - """ - if not gt_trades: - return None - t0 = _parse_dt(dt) - best_buy: int | None = None - best_buy_min = float(tolerance_min) + 1.0 - best_any: int | None = None - best_any_min = float(tolerance_min) + 1.0 - for t in gt_trades: - try: - t1 = _parse_dt(t["dt"]) - except ValueError: - continue - delta = abs((t0 - t1).total_seconds()) / 60.0 - if delta > tolerance_min: - continue - lid = int(t.get("leg_id", 0)) - if t.get("action") == "buy" and delta < best_buy_min: - best_buy_min = delta - best_buy = lid - if delta < best_any_min: - best_any_min = delta - best_any = lid - return best_buy if best_buy is not None else best_any - - -def load_gt_allocation_analysis( - gt_trades: list[dict[str, Any]] | None = None, -) -> dict[str, Any]: - """ - GT amount_krw 분석 캐시 (tier 권장 pct). - - Args: - gt_trades: GT trades. None이면 파일 로드. - - Returns: - analyze_gt_buy_allocation 결과. - """ - global _GT_ALLOC_ANALYSIS_CACHE - if _GT_ALLOC_ANALYSIS_CACHE is not None: - return _GT_ALLOC_ANALYSIS_CACHE - from deepcoin.ground_truth.gt_allocation_analysis import analyze_gt_buy_allocation - from deepcoin.paths import resolve_ground_truth_file - - trades = gt_trades - if trades is None: - p = resolve_ground_truth_file() - if p.is_file(): - trades = json.loads(p.read_text(encoding="utf-8")).get("trades") or [] - if not trades: - _GT_ALLOC_ANALYSIS_CACHE = {} - return _GT_ALLOC_ANALYSIS_CACHE - chron = sorted(trades, key=lambda x: x["dt"]) - if not any(float(t.get("amount_krw") or 0) > 0 for t in chron): - from deepcoin.ground_truth.ground_truth import allocate_gt_order_amounts - - allocate_gt_order_amounts(chron) - _GT_ALLOC_ANALYSIS_CACHE = analyze_gt_buy_allocation(chron) - return _GT_ALLOC_ANALYSIS_CACHE - - -def gt_tier_scale_for_trade( - trade: dict[str, Any], - gt_trades: list[dict[str, Any]], - large_legs: set[int], - *, - analysis: dict[str, Any] | None = None, -) -> float: - """ - GT leg tier 배분 스케일 (분석 권장값 또는 config). - - Args: - trade: {dt, leg_id?, action, ...}. - gt_trades: GT trades (leg 매칭). - large_legs: 상위 leg. - analysis: analyze_gt_buy_allocation 결과. - - Returns: - pct_large 또는 pct_small. - """ - from deepcoin.ground_truth.gt_allocation_analysis import gt_tier_scale_from_analysis - - lid = trade.get("leg_id") - if lid is None: - lid = nearest_gt_leg_id(str(trade["dt"]), gt_trades) - if lid is None: - return float(GT_BUY_PCT_SMALL_LEG) - return gt_tier_scale_from_analysis(int(lid), large_legs, analysis) - - -def enrich_sim_trades_with_gt_weights( - trades: list[dict[str, Any]], - gt_trades: list[dict[str, Any]], - *, - causal_legs: bool = False, -) -> list[dict[str, Any]]: - """ - 규칙 발화에 GT leg_id·매수/매도 weight를 부여합니다. - - causal_legs=True: GT leg 매칭 없이 매수~매도 구간 순번 leg_id (인과적). - - Args: - trades: {dt, action/side, price, rule_id}. - gt_trades: GT trades (leg 매칭, causal_legs=False 일 때). - causal_legs: 순차 leg_id. - - Returns: - leg_id·weight가 채워진 trade dict. - """ - from deepcoin.ground_truth.gt_model import leg_entry_weights, leg_exit_weights - - rows = sorted(trades, key=lambda x: x["dt"]) - pos = 0 - seq_leg = 0 - while pos < len(rows): - action = rows[pos].get("action", rows[pos].get("side", "")) - if action != "buy": - if causal_legs: - rows[pos]["leg_id"] = seq_leg - elif "leg_id" not in rows[pos]: - rows[pos]["leg_id"] = nearest_gt_leg_id(rows[pos]["dt"], gt_trades) or 0 - rows[pos]["weight"] = float(rows[pos].get("weight", 1.0)) - pos += 1 - continue - buy_end = pos - while buy_end < len(rows): - a = rows[buy_end].get("action", rows[buy_end].get("side", "")) - if a != "buy": - break - buy_end += 1 - buy_slice = rows[pos:buy_end] - sell_slice: list[dict[str, Any]] = [] - sell_end = buy_end - while sell_end < len(rows): - a = rows[sell_end].get("action", rows[sell_end].get("side", "")) - if a == "buy": - break - if a == "sell": - sell_slice.append(rows[sell_end]) - sell_end += 1 - - if causal_legs: - leg_id = seq_leg - else: - leg_id = nearest_gt_leg_id(buy_slice[0]["dt"], gt_trades) or 0 - prices = [float(t["price"]) for t in buy_slice] - buy_weights = leg_entry_weights(prices) - for t, w in zip(buy_slice, buy_weights): - t["leg_id"] = leg_id - t["weight"] = round(w, 4) - if "action" not in t and "side" in t: - t["action"] = t["side"] - - if sell_slice: - sw = leg_exit_weights(len(sell_slice)) - for t, w in zip(sell_slice, sw): - t["leg_id"] = leg_id - t["weight"] = round(w, 4) - if "action" not in t and "side" in t: - t["action"] = t["side"] - if causal_legs and sell_slice: - seq_leg += 1 - pos = sell_end if sell_slice else buy_end - return rows - - -def attach_gt_model_amounts( - trades: list[dict[str, Any]], - *, - gt_trades: list[dict[str, Any]] | None = None, - approved_rules: set[str] | None = None, - large_legs: set[int] | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - fee_rate: float = TRADING_FEE_RATE, -) -> list[dict[str, Any]]: - """ - GT 모델 비중 + 공통 배분 엔진으로 amount_krw를 채웁니다. - - 시뮬·매칭 전용: leg·tier 모두 인과적(과거 청산 leg 수익만). GT 정답 배분은 - ground_truth.allocate_gt_order_amounts 를 사용하세요. - - Args: - trades: enrich_sim_trades_with_gt_weights 출력 또는 raw fires. - gt_trades: GT trades. None이면 파일 로드. - approved_rules: EV/WF 통과 rule (live scale용). - large_legs: 상위 leg. - initial_cash: 초기 현금. - fee_rate: 수수료율. - - Returns: - amount_krw·weight·leg_id가 채워진 trade dict. - """ - from deepcoin.ground_truth.gt_allocation import allocate_order_amounts_chronological - - if gt_trades is None: - gt_trades, _, _ = load_sizing_context_from_gt() - - enriched = enrich_sim_trades_with_gt_weights( - list(trades), - gt_trades, - causal_legs=True, - ) - - allocate_order_amounts_chronological( - enriched, - initial_cash=initial_cash, - fee_rate=fee_rate, - large_legs=None, - asset_pct_scale_fn=None, - causal_tier=True, - ) - return enriched - - -def attach_dynamic_buy_amounts( - trades: list[dict[str, Any]], - *, - gt_trades: list[dict[str, Any]] | None = None, - approved_rules: set[str] | None = None, - large_legs: set[int] | None = None, - initial_cash: float = GT_INITIAL_CASH_KRW, - default_weight: float = 1.0, - fee_rate: float = TRADING_FEE_RATE, -) -> list[dict[str, Any]]: - """ - 시뮬 발화 trade dict에 amount_krw(GT 모델·보유 현금 한도)를 채웁니다. - - attach_gt_model_amounts 별칭. - """ - return attach_gt_model_amounts( - trades, - gt_trades=gt_trades, - approved_rules=approved_rules, - large_legs=large_legs, - initial_cash=initial_cash, - fee_rate=fee_rate, - ) - - -def load_sizing_context_from_gt( - gt_path: Path | None = None, -) -> tuple[list[dict[str, Any]], set[int], set[str]]: - """ - GT JSON에서 trades, 상위 leg, EV/WF 통과 rule을 로드합니다. - - Args: - gt_path: ground_truth_trades.json. - - Returns: - (gt_trades, large_legs, approved_rules). - """ - from deepcoin.paths import resolve_ground_truth_file - - p = gt_path or resolve_ground_truth_file() - trades: list[dict[str, Any]] = [] - if p.is_file(): - data = json.loads(p.read_text(encoding="utf-8")) - trades = data.get("trades") or [] - large = top_leg_ids_by_forward_return(trades) - return trades, large, set() diff --git a/deepcoin/matching/profile_rules.py b/deepcoin/matching/profile_rules.py deleted file mode 100644 index 78f38ef..0000000 --- a/deepcoin/matching/profile_rules.py +++ /dev/null @@ -1,427 +0,0 @@ -""" -04-1: GT 스냅샷(03b)에서 규칙 후보 생성. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - MATCH_INCLUDE_ATOMIC, - MATCH_INCLUDE_MTF_CROSS, - MATCH_INCLUDE_WIDE_RULES, - MATCH_PROFILE_QUANTILE_HI, - MATCH_PROFILE_QUANTILE_LO, - MATCH_PROFILE_TIGHT_HI, - MATCH_PROFILE_TIGHT_LO, -) -from deepcoin.analysis.general_analysis_config import GENERAL_ANALYSIS_INTERVALS -from deepcoin.analysis.general_analysis_core import interval_tf_prefix -from deepcoin.matching.config import ( - ANALYSIS_TRADES_CSV, - BUY_PROFILE_FEATURES, - SELL_PROFILE_FEATURES, -) -from deepcoin.matching.gt_mtf_profile import ( - analyze_gt_mtf_profile, - load_selected_features, -) -from deepcoin.paths import ( - ANALYSIS_GT_CALIBRATION_JSON, - ANALYSIS_GT_MTF_PROFILE_JSON, -) - - -def _feature_separation( - buy: pd.DataFrame, - sell: pd.DataFrame, - col: str, -) -> float: - """ - 매수·매도 GT 분포 간 분리도(절대 평균차/합동표준편차)를 계산합니다. - - Args: - buy: 매수 타점 행. - sell: 매도 타점 행. - col: 컬럼명. - - Returns: - 분리도(숫자형만, 그 외 0). - """ - if col not in buy.columns or not pd.api.types.is_numeric_dtype(buy[col]): - return 0.0 - a = pd.to_numeric(buy[col], errors="coerce").dropna() - b = pd.to_numeric(sell[col], errors="coerce").dropna() - if len(a) < 5 or len(b) < 5: - return 0.0 - pooled = np.sqrt((a.var() + b.var()) / 2) - if pooled < 1e-9: - return abs(float(a.mean() - b.mean())) - return abs(float(a.mean() - b.mean())) / pooled - - -def _condition_from_series(series: pd.Series, side: str) -> dict[str, Any] | None: - """ - 한 컬럼의 GT 분포에서 단일 조건을 추출합니다. - - Args: - series: 해당 side 타점 값. - side: buy | sell (설명용). - - Returns: - 조건 dict 또는 None. - """ - col_name = series.name - if series.dtype == object or series.dtype.name == "string": - mode = series.dropna().astype(str).mode() - if mode.empty: - return None - return {"col": col_name, "op": "eq", "value": str(mode.iloc[0])} - - s = pd.to_numeric(series, errors="coerce").dropna() - if len(s) < 10: - return None - - if set(s.unique()).issubset({0, 1, 0.0, 1.0}): - frac = float(s.mean()) - if frac >= 0.55: - return {"col": col_name, "op": "eq_int", "value": 1} - if frac <= 0.45: - return {"col": col_name, "op": "eq_int", "value": 0} - return None - - lo = float(s.quantile(MATCH_PROFILE_QUANTILE_LO)) - hi = float(s.quantile(MATCH_PROFILE_QUANTILE_HI)) - if lo >= hi: - return None - return {"col": col_name, "op": "between", "lo": lo, "hi": hi} - - -def _condition_tight(series: pd.Series) -> dict[str, Any] | None: - """ - q35~q65 좁은 구간 조건. - - Args: - series: GT 부분집합 값. - - Returns: - between 조건 또는 None. - """ - s = pd.to_numeric(series, errors="coerce").dropna() - if len(s) < 10: - return None - lo = float(s.quantile(MATCH_PROFILE_TIGHT_LO)) - hi = float(s.quantile(MATCH_PROFILE_TIGHT_HI)) - if lo >= hi: - return None - return {"col": series.name, "op": "between", "lo": lo, "hi": hi} - - -def _contrast_conditions( - buy: pd.DataFrame, - sell: pd.DataFrame, - col: str, - side: str, -) -> list[dict[str, Any]]: - """ - 매수·매도 GT 분리가 큰 컬럼에 대해 쪽별 타이트 AND 대조 조건. - - Args: - buy: 매수 GT. - sell: 매도 GT. - col: 컬럼명. - side: buy | sell. - - Returns: - 조건 리스트(비어 있을 수 있음). - """ - if col not in buy.columns or not pd.api.types.is_numeric_dtype(buy[col]): - return [] - b = pd.to_numeric(buy[col], errors="coerce").dropna() - s = pd.to_numeric(sell[col], errors="coerce").dropna() - if len(b) < 10 or len(s) < 10: - return [] - tight = _condition_tight(b if side == "buy" else s) - if tight is None: - return [] - conds = [tight] - if side == "buy" and float(b.median()) < float(s.median()): - conds.append({"col": col, "op": "lte", "value": float(s.quantile(0.40))}) - elif side == "sell" and float(b.median()) < float(s.median()): - conds.append({"col": col, "op": "gte", "value": float(b.quantile(0.60))}) - return conds - - -def _resolve_profile_features( - trades_csv: Path, - df: pd.DataFrame, -) -> tuple[list[str], list[str], dict[str, Any] | None]: - """ - 03c 프로필 JSON 갱신 후 buy/sell 피처 목록 반환. - - Args: - trades_csv: 03b CSV 경로. - df: 동일 CSV DataFrame. - - Returns: - (buy_features, sell_features, profile_analysis 또는 None). - """ - profile_path = ANALYSIS_GT_MTF_PROFILE_JSON - need_run = not profile_path.is_file() - if not need_run and profile_path.stat().st_mtime < trades_csv.stat().st_mtime: - need_run = True - analysis: dict[str, Any] | None = None - if need_run: - analysis = analyze_gt_mtf_profile(df) - profile_path.parent.mkdir(parents=True, exist_ok=True) - profile_path.write_text( - json.dumps(analysis, ensure_ascii=False, indent=2), - encoding="utf-8", - ) - from deepcoin.matching.gt_mtf_profile import write_gt_mtf_profile_html - from deepcoin.paths import ANALYSIS_GT_MTF_PROFILE_HTML - - write_gt_mtf_profile_html(analysis, ANALYSIS_GT_MTF_PROFILE_HTML) - print(f"[04-1] 03c GT MTF 프로필 갱신: {profile_path}") - buy_f, sell_f = load_selected_features(profile_path) - if not buy_f: - buy_f = list(BUY_PROFILE_FEATURES) - if not sell_f: - sell_f = list(SELL_PROFILE_FEATURES) - return buy_f, sell_f, analysis - - -def _mtf_cross_conditions( - buy: pd.DataFrame, - sell: pd.DataFrame, - features: list[str], - side: str, -) -> list[dict[str, Any]]: - """ - 각 TF에서 분리도 1위 컬럼 조건을 AND (크로스-TF 복합). - - Args: - buy: 매수 GT. - sell: 매도 GT. - features: 후보 컬럼. - side: buy | sell. - - Returns: - 조건 리스트(2개 이상일 때만 의미). - """ - subset = buy if side == "buy" else sell - conds: list[dict[str, Any]] = [] - for iv in GENERAL_ANALYSIS_INTERVALS: - pfx = interval_tf_prefix(iv) - iv_feats = [f for f in features if f.startswith(f"{pfx}_") and f in subset.columns] - if not iv_feats: - continue - best = max(iv_feats, key=lambda c: _feature_separation(buy, sell, c)) - cond = _condition_from_series(subset[best], side) - if cond: - conds.append(cond) - return conds - - -def build_rule_candidates( - trades_csv: Path | None = None, -) -> dict[str, Any]: - """ - 03b CSV + 03c MTF 프로필에서 매수·매도별 규칙 후보를 생성합니다. - - Args: - trades_csv: general_analysis_trades.csv 경로. - - Returns: - rule_candidates 메타·rules 리스트 dict. - """ - path = trades_csv or ANALYSIS_TRADES_CSV - if not path.is_file(): - raise FileNotFoundError(f"03b CSV 없음: {path} — scripts/03_analyze_trades.py 먼저 실행") - - df = pd.read_csv(path) - buy = df[df["action"] == "buy"].copy() - sell = df[df["action"] == "sell"].copy() - buy_features, sell_features, profile = _resolve_profile_features(path, df) - rules: list[dict[str, Any]] = [] - rid = 0 - - for side, subset, features in ( - ("buy", buy, buy_features), - ("sell", sell, sell_features), - ): - skip_cols = { - "ga_align_trend_score", # 분포가 넓어 전구간 발화 과다 - } - if MATCH_INCLUDE_ATOMIC: - for feat in features: - if feat not in df.columns or feat in skip_cols: - continue - cond = _condition_from_series(subset[feat], side) - if cond is None: - continue - rules.append( - { - "rule_id": f"{side}_a{rid:03d}_{feat}", - "side": side, - "kind": "atomic", - "conditions": [cond], - "profile_col": feat, - } - ) - rid += 1 - - ranked = sorted( - [f for f in features if f in df.columns], - key=lambda c: _feature_separation(buy, sell, c), - reverse=True, - ) - ranked_top = ranked[:5] - compound_conds: list[dict[str, Any]] = [] - for feat in ranked_top[:3]: - cond = _condition_from_series(subset[feat], side) - if cond: - compound_conds.append(cond) - if len(compound_conds) >= 2: - rules.append( - { - "rule_id": f"{side}_compound_top3", - "side": side, - "kind": "compound", - "conditions": compound_conds, - "profile_cols": ranked_top[:3], - } - ) - - tight_conds: list[dict[str, Any]] = [] - for feat in ranked_top[:4]: - if feat not in subset.columns: - continue - tc = _condition_tight(subset[feat]) - if tc: - tight_conds.append(tc) - if len(tight_conds) >= 2: - rules.append( - { - "rule_id": f"{side}_compound_tight", - "side": side, - "kind": "compound_tight", - "conditions": tight_conds, - } - ) - - if ranked_top: - c0 = ranked_top[0] - contrast = _contrast_conditions(buy, sell, c0, side) - if len(contrast) >= 2: - rules.append( - { - "rule_id": f"{side}_contrast_{c0}", - "side": side, - "kind": "contrast", - "conditions": contrast, - } - ) - - if MATCH_INCLUDE_MTF_CROSS: - cross = _mtf_cross_conditions(buy, sell, features, side) - if len(cross) >= 3: - rules.append( - { - "rule_id": f"{side}_mtf_cross_all_tf", - "side": side, - "kind": "mtf_cross", - "conditions": cross, - } - ) - - if MATCH_INCLUDE_WIDE_RULES: - for feat in ranked_top[:2]: - if feat not in subset.columns: - continue - s = pd.to_numeric(subset[feat], errors="coerce").dropna() - if len(s) < 10: - continue - lo, hi = float(s.quantile(0.10)), float(s.quantile(0.90)) - if lo < hi: - rules.append( - { - "rule_id": f"{side}_wide_{feat}", - "side": side, - "kind": "wide", - "conditions": [ - {"col": feat, "op": "between", "lo": lo, "hi": hi} - ], - } - ) - - if ANALYSIS_GT_CALIBRATION_JSON.is_file(): - cal = json.loads(ANALYSIS_GT_CALIBRATION_JSON.read_text(encoding="utf-8")) - cal_rules = cal.get("calibrated_rules") or [] - if cal.get("final", {}).get("targets_met") and cal_rules: - rules = [] - for cr in cal_rules: - if "logic" not in cr: - cr["logic"] = "and" - rules.append(cr) - print(f"[04-1] 캘리브레이션 규칙 적용(90% 달성) → {len(rules)}개") - else: - seen_ids = {r["rule_id"] for r in rules} - for cr in cal_rules: - if cr.get("rule_id") not in seen_ids: - if "logic" not in cr: - cr["logic"] = "and" - rules.append(cr) - seen_ids.add(cr["rule_id"]) - print(f"[04-1] 캘리브레이션 규칙 병합 → 총 {len(rules)}개") - - from deepcoin.ground_truth.gt_signal_rules import build_gt_model_rules - - seen_ids = {r["rule_id"] for r in rules} - for gr in build_gt_model_rules(): - if gr["rule_id"] not in seen_ids: - rules.append(gr) - seen_ids.add(gr["rule_id"]) - print(f"[04-1] GT 모델 일반화 규칙 추가 → 총 {len(rules)}개") - - out = { - "source": str(path), - "profile_json": str(ANALYSIS_GT_MTF_PROFILE_JSON), - "calibration_json": str(ANALYSIS_GT_CALIBRATION_JSON), - "buy_profile_features": buy_features[:50], - "sell_profile_features": sell_features[:50], - "buy_gt_count": int(len(buy)), - "sell_gt_count": int(len(sell)), - "rule_count": len(rules), - "rules": rules, - } - print( - f"[04-1] 규칙 후보 {len(rules)}개 " - f"(매수 GT {len(buy)}, 매도 GT {len(sell)})" - ) - return out - - -def save_rule_candidates( - data: dict[str, Any], - out_path: Path, -) -> Path: - """ - rule_candidates.json 저장. - - Args: - data: build_rule_candidates 결과. - out_path: 출력 경로. - - Returns: - out_path. - """ - out_path.parent.mkdir(parents=True, exist_ok=True) - out_path.write_text(json.dumps(data, ensure_ascii=False, indent=2), encoding="utf-8") - print(f"[04-1] 저장: {out_path}") - return out_path diff --git a/deepcoin/matching/rule_eval.py b/deepcoin/matching/rule_eval.py deleted file mode 100644 index 7229888..0000000 --- a/deepcoin/matching/rule_eval.py +++ /dev/null @@ -1,335 +0,0 @@ -""" -규칙 조건 벡터 평가·MTF 스캔 프레임 병합. -""" - -from __future__ import annotations - -from typing import Any - -import numpy as np -import pandas as pd - -from config import GENERAL_ANALYSIS_INTERVALS, MATCH_PRIMARY_INTERVAL -from deepcoin.analysis.general_analysis_core import interval_tf_prefix -from deepcoin.analysis.general_analysis_pipeline import general_analysis_enrich_bars -from config import ( - ALIGN_RSI_CONFLICT_TIMING_HIGH, - ALIGN_RSI_CONFLICT_TIMING_LOW, - ALIGN_RSI_CONFLICT_TREND_HIGH, - ALIGN_RSI_CONFLICT_TREND_LOW, - ALIGN_RSI_OVERBOUGHT, - ALIGN_RSI_OVERSOLD, - TIMING_INTERVALS, - TREND_INTERVALS, -) -from deepcoin.analysis.general_analysis_core import ga_col - - -def _add_align_columns_vectorized(frame: pd.DataFrame) -> pd.DataFrame: - """ - 스캔 프레임에 ga_align_* 컬럼을 벡터 연산으로 추가합니다. - - Args: - frame: TF 접두사 컬럼이 포함된 DataFrame. - - Returns: - align 컬럼이 추가된 DataFrame. - """ - out = frame.copy() - rsi_oversold = pd.Series(0, index=out.index, dtype=float) - rsi_overbought = pd.Series(0, index=out.index, dtype=float) - n_timing = 0 - for iv in TIMING_INTERVALS: - p = interval_tf_prefix(iv) - rk = f"{p}_RSI" - if rk not in out.columns: - continue - n_timing += 1 - rsi = pd.to_numeric(out[rk], errors="coerce") - rsi_oversold += (rsi < ALIGN_RSI_OVERSOLD).astype(int) - rsi_overbought += (rsi > ALIGN_RSI_OVERBOUGHT).astype(int) - - trend_up = pd.Series(0, index=out.index, dtype=float) - trend_down = pd.Series(0, index=out.index, dtype=float) - n_trend = 0 - for iv in TREND_INTERVALS: - p = interval_tf_prefix(iv) - sk = f"{p}_{ga_col('struct_trend')}" - if sk not in out.columns: - continue - n_trend += 1 - st = out[sk].astype(str) - trend_up += (st == "up").astype(int) - trend_down += (st == "down").astype(int) - - denom_t = max(n_timing, 1) - denom_r = max(n_trend, 1) - out["ga_align_rsi_oversold_tf"] = rsi_oversold - out["ga_align_rsi_overbought_tf"] = rsi_overbought - out["ga_align_trend_up_tf"] = trend_up - out["ga_align_trend_down_tf"] = trend_down - out["ga_align_timing_buy_score"] = (rsi_oversold / denom_t).round(3) - out["ga_align_timing_sell_score"] = (rsi_overbought / denom_t).round(3) - out["ga_align_trend_score"] = ((trend_up - trend_down) / denom_r).round(3) - - conflict = pd.Series(0, index=out.index, dtype=int) - m3_rsi = out.get("m3_RSI") - d1_rsi = out.get("d1_RSI") - if m3_rsi is not None and d1_rsi is not None: - m3v = pd.to_numeric(m3_rsi, errors="coerce") - d1v = pd.to_numeric(d1_rsi, errors="coerce") - conflict = ( - ((m3v < ALIGN_RSI_CONFLICT_TIMING_LOW) & (d1v > ALIGN_RSI_CONFLICT_TREND_HIGH)) - | ((m3v > ALIGN_RSI_CONFLICT_TIMING_HIGH) & (d1v < ALIGN_RSI_CONFLICT_TREND_LOW)) - ).astype(int) - out["ga_align_mtf_conflict"] = conflict - return out - - -def _scalar_float(val: Any) -> float: - """Series/ndarray 스칼라를 float로 변환.""" - if isinstance(val, pd.Series): - val = val.iloc[0] - return float(val) - - -def conditions_columns(rules: list[dict[str, Any]]) -> set[str]: - """ - 규칙 목록에서 참조하는 컬럼명 집합을 반환합니다. - - Args: - rules: rule_candidates 항목 리스트. - - Returns: - 컬럼명 set. - """ - cols: set[str] = set() - for rule in rules: - for cond in rule.get("conditions", []): - c = cond.get("col") - if c: - cols.add(c) - return cols - - -def build_mtf_scan_frame( - frames: dict[int, pd.DataFrame], - needed_cols: set[str], -) -> pd.DataFrame: - """ - 주간격(m3) 인덱스에 필요 컬럼만 merge_asof로 붙인 스캔용 DataFrame을 만듭니다. - - Args: - frames: interval → OHLCV. - needed_cols: 규칙 평가에 필요한 컬럼명. - - Returns: - m3 인덱스 wide DataFrame (close 포함). - """ - primary = MATCH_PRIMARY_INTERVAL - raw = frames.get(primary) - if raw is None or raw.empty: - raise RuntimeError(f"주간격 {primary}분 데이터 없음") - - n_tf = len(GENERAL_ANALYSIS_INTERVALS) - print(f"[04b] Phase A: {n_tf}TF enrich (스캔용, 주·월봉 포함)...") - enriched: dict[int, pd.DataFrame] = {} - for iv in GENERAL_ANALYSIS_INTERVALS: - r = frames.get(iv) - if r is None or r.empty: - continue - label = interval_tf_prefix(iv) - print(f" enrich {label} ({len(r):,}봉)...") - enriched[iv] = general_analysis_enrich_bars(r, iv, full_context=True) - - base = enriched[primary].copy() - if not isinstance(base.index, pd.DatetimeIndex): - base.index = pd.to_datetime(base.index) - base = base.sort_index() - out = pd.DataFrame(index=base.index) - close_col = "close" if "close" in base.columns else "Close" - out["close"] = base[close_col].astype(float) - - def _source_col(prefixed: str, prefix: str, ef: pd.DataFrame) -> str | None: - """m3_RSI → RSI, m60_ga_struct_trend → ga_struct_trend.""" - if not prefixed.startswith(f"{prefix}_"): - return None - suffix = prefixed[len(prefix) + 1 :] - if suffix in ef.columns: - return suffix - return None - - for iv in GENERAL_ANALYSIS_INTERVALS: - ef = enriched.get(iv) - if ef is None: - continue - p = interval_tf_prefix(iv) - for col in needed_cols: - if col in out.columns or not col.startswith(f"{p}_"): - continue - src = _source_col(col, p, ef) - if src is None: - continue - if iv == primary: - out[col] = ef[src].reindex(out.index) - else: - sub = ef[[src]].copy() - if not isinstance(sub.index, pd.DatetimeIndex): - sub.index = pd.to_datetime(sub.index) - sub = sub.sort_index().rename(columns={src: col}) - merged = pd.merge_asof( - out.reset_index(names="_ts"), - sub.reset_index(names="_ts"), - on="_ts", - direction="backward", - ).set_index("_ts") - out[col] = merged[col].values - - align_needed = [c for c in needed_cols if c.startswith("ga_align_")] - if align_needed: - out = _add_align_columns_vectorized(out) - - gt_needed = [c for c in needed_cols if c.startswith("gt_")] - bb_in_rules = "bb_pos" in needed_cols - if gt_needed or bb_in_rules: - ef = enriched[primary] - for src in ("Low", "High", "low", "high", "bb_pos", "Open", "Volume"): - if src in ef.columns and src not in out.columns: - out[src] = ef[src].reindex(out.index) - if "Low" not in out.columns and "low" in out.columns: - out["Low"] = out["low"] - if "High" not in out.columns and "high" in out.columns: - out["High"] = out["high"] - from deepcoin.ground_truth.gt_signal_rules import enrich_scan_frame_gt_signals - - # 시뮬·live 스캔: 타점 판단은 항상 인과적 (GT 정답 생성은 ground_truth.py 별도) - out = enrich_scan_frame_gt_signals(out, causal=True) - - out = out.loc[:, ~out.columns.duplicated()] - out = out.dropna(subset=["close"]) - print(f"[04b] 스캔 프레임: {len(out):,}봉 × {len(out.columns)}열") - return out - - -def _eval_one_condition( - frame: pd.DataFrame, - cond: dict[str, Any], -) -> pd.Series: - """ - 단일 조건 boolean Series. - - Args: - frame: 평가 대상. - cond: {col, op, ...}. - - Returns: - boolean Series. - """ - col = cond.get("col") - if not col or col not in frame.columns: - return pd.Series(False, index=frame.index) - s = frame[col] - op = cond.get("op", "between") - if op == "between": - lo, hi = float(cond["lo"]), float(cond["hi"]) - ok = pd.to_numeric(s, errors="coerce") - part = (ok >= lo) & (ok <= hi) - elif op == "gte": - part = pd.to_numeric(s, errors="coerce") >= float(cond["value"]) - elif op == "lte": - part = pd.to_numeric(s, errors="coerce") <= float(cond["value"]) - elif op == "eq": - val = cond["value"] - if isinstance(val, (int, float)) and pd.api.types.is_numeric_dtype(s): - part = pd.to_numeric(s, errors="coerce") == float(val) - else: - part = s.astype(str) == str(val) - elif op == "eq_int": - part = ( - pd.to_numeric(s, errors="coerce").fillna(-999).astype(int) - == int(cond["value"]) - ) - else: - part = pd.Series(False, index=frame.index) - return part.fillna(False) - - -def eval_conditions(frame: pd.DataFrame, conditions: list[dict[str, Any]]) -> pd.Series: - """ - 단일 규칙의 조건을 모두 AND로 평가합니다. - - Args: - frame: 스캔용 DataFrame. - conditions: {col, op, ...} 리스트. - - Returns: - boolean Series (인덱스=frame.index). - """ - mask = pd.Series(True, index=frame.index) - for cond in conditions: - mask &= _eval_one_condition(frame, cond) - return mask - - -def eval_rule_mask(frame: pd.DataFrame, rule: dict[str, Any]) -> pd.Series: - """ - 규칙 dict 평가 (logic=and|or). - - Args: - frame: 스캔/스냅샷 DataFrame. - rule: conditions, logic 키 포함. - - Returns: - boolean Series. - """ - conditions = rule.get("conditions") or [] - if not conditions: - return pd.Series(False, index=frame.index) - logic = str(rule.get("logic", "and")).lower() - if logic == "or": - mask = pd.Series(False, index=frame.index) - for cond in conditions: - mask |= _eval_one_condition(frame, cond) - return mask - return eval_conditions(frame, conditions) - - -def scan_rule_fires( - frame: pd.DataFrame, - rules: list[dict[str, Any]], -) -> pd.DataFrame: - """ - 모든 규칙 후보에 대해 발화 시각을 수집합니다. - - Args: - frame: build_mtf_scan_frame 결과. - rules: rule_candidates. - - Returns: - fire_id, rule_id, side, dt, close 컬럼 DataFrame. - """ - rows: list[dict[str, Any]] = [] - fid = 0 - for rule in rules: - rid = rule["rule_id"] - side = rule["side"] - mask = eval_rule_mask(frame, rule) - hits = frame.index[mask] - close_s = frame["close"] - if isinstance(close_s, pd.DataFrame): - close_s = close_s.iloc[:, 0] - for ts in hits: - rows.append( - { - "fire_id": fid, - "rule_id": rid, - "side": side, - "dt": ts.strftime("%Y-%m-%d %H:%M:%S"), - "close": _scalar_float(close_s.loc[ts]), - } - ) - fid += 1 - print(f" 규칙 {rid}: 발화 {len(hits):,}건") - if not rows: - return pd.DataFrame(columns=["fire_id", "rule_id", "side", "dt", "close"]) - return pd.DataFrame(rows) diff --git a/deepcoin/matching/select_rules.py b/deepcoin/matching/select_rules.py deleted file mode 100644 index 5bb1bc6..0000000 --- a/deepcoin/matching/select_rules.py +++ /dev/null @@ -1,362 +0,0 @@ -""" -04-4: EV·리스크 필터로 최종 규칙 선별 및 리포트 생성. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - MATCH_BEST_EFFORT_PER_SIDE, - MATCH_GT_TOLERANCE_MIN, - MATCH_HOLDOUT_RATIO, - MATCH_KIND_PRIORITY, - MATCH_LABEL_MODE, - MATCH_MAX_RULES_PER_SIDE, - MATCH_MAX_VALID_FIRE_RATE, - MATCH_MIN_EV_VALID, - MATCH_MIN_FIRES, - MATCH_MIN_FIRES_HOLDOUT, - MATCH_MIN_PROFIT_FACTOR, - MATCH_MONITOR_MAX_PER_SIDE, - MATCH_TRAIN_RATIO, -) -from deepcoin.ground_truth.ground_truth import load_ground_truth -from deepcoin.paths import resolve_ground_truth_file - - -def _split_train_valid_holdout(df: pd.DataFrame, dt_col: str = "dt") -> pd.Series: - """ - 시계열 3분할: train / valid / holdout(최근 MATCH_HOLDOUT_RATIO). - - Args: - df: fire_outcomes. - dt_col: 시각 컬럼. - - Returns: - 'train' | 'valid' | 'holdout' Series. - """ - ts = pd.to_datetime(df[dt_col]) - holdout_start = ts.quantile(1.0 - MATCH_HOLDOUT_RATIO) - in_sample = ts <= holdout_start - cutoff = ( - ts[in_sample].quantile(MATCH_TRAIN_RATIO) - if in_sample.any() - else ts.quantile(MATCH_TRAIN_RATIO) - ) - split = np.where( - in_sample, - np.where(ts <= cutoff, "train", "valid"), - "holdout", - ) - return pd.Series(split, index=df.index) - - -def _kind_rank(kind: str) -> int: - """kind 우선순위 (작을수록 우선).""" - try: - return MATCH_KIND_PRIORITY.index(kind) - except ValueError: - return len(MATCH_KIND_PRIORITY) - - -def _rule_metrics(sub: pd.DataFrame) -> dict[str, float | int]: - """ - 규칙·구간별 집계 지표. - - Args: - sub: fire_outcomes 부분집합. - - Returns: - count, ev, win_rate, profit_factor. - """ - if sub.empty: - return {"count": 0, "ev_pct": 0.0, "win_rate": 0.0, "profit_factor": 0.0} - r = sub["forward_ret_pct"] - wins = r[r > 0] - losses = r[r <= 0] - pf = ( - float(wins.sum() / abs(losses.sum())) - if len(losses) and losses.sum() != 0 - else float(wins.sum()) if len(wins) else 0.0 - ) - return { - "count": int(len(sub)), - "ev_pct": round(float(r.mean()), 4), - "win_rate": round(float((r > 0).mean()), 4), - "profit_factor": round(pf, 4), - } - - -def gt_overlap_report( - fires: pd.DataFrame, - gt_trades: list[dict[str, Any]], - tolerance_min: int = MATCH_GT_TOLERANCE_MIN, -) -> dict[str, Any]: - """ - GT 타점이 규칙 발화와 ±tolerance 내 겹치는 비율을 계산합니다. - - Args: - fires: rule_fires. - gt_trades: ground truth trades. - tolerance_min: 분 단위 허용. - - Returns: - side별 recall dict. - """ - tol = pd.Timedelta(minutes=tolerance_min) - report: dict[str, Any] = {} - for side in ("buy", "sell"): - gt_side = [t for t in gt_trades if t.get("action") == side] - f_side = fires[fires["side"] == side] if not fires.empty else pd.DataFrame() - if not gt_side or f_side.empty: - report[side] = {"gt_count": len(gt_side), "matched": 0, "recall": 0.0} - continue - fire_ts = pd.to_datetime(f_side["dt"]).sort_values() - matched = 0 - for t in gt_side: - gts = pd.Timestamp(t["dt"]) - delta = (fire_ts - gts).abs() - if (delta <= tol).any(): - matched += 1 - report[side] = { - "gt_count": len(gt_side), - "matched": matched, - "recall": round(matched / len(gt_side), 4) if gt_side else 0.0, - } - return report - - -def select_matched_rules( - outcomes: pd.DataFrame, - candidates: dict[str, Any], - gt_path: Path | None = None, -) -> dict[str, Any]: - """ - valid 구간 EV·PF 기준으로 규칙을 선별합니다. - - Args: - outcomes: fire_outcomes. - candidates: rule_candidates dict. - gt_path: ground truth JSON. - - Returns: - matched_rules + summaries. - """ - if outcomes.empty: - return {"selected": [], "rejected": [], "note": "발화 없음"} - - outcomes = outcomes.copy() - outcomes["split"] = _split_train_valid_holdout(outcomes) - valid_dt = pd.to_datetime(outcomes.loc[outcomes["split"] == "valid", "dt"]) - valid_bars = max( - int((valid_dt.max() - valid_dt.min()).total_seconds() / 180) + 1, 1 - ) if len(valid_dt) > 1 else 1 - - gt_file = gt_path or resolve_ground_truth_file() - gt_data = load_ground_truth(gt_file) or {} - gt_trades = gt_data.get("trades") or [] - - summaries: list[dict[str, Any]] = [] - for rule in candidates.get("rules", []): - rid = rule["rule_id"] - sub = outcomes[outcomes["rule_id"] == rid] - train = sub[sub["split"] == "train"] - valid = sub[sub["split"] == "valid"] - holdout = sub[sub["split"] == "holdout"] - m_all = _rule_metrics(sub) - m_train = _rule_metrics(train) - m_valid = _rule_metrics(valid) - m_holdout = _rule_metrics(holdout) - fire_rate = m_valid["count"] / valid_bars if valid_bars else 1.0 - pass_valid = ( - m_valid["count"] >= MATCH_MIN_FIRES - and m_valid["ev_pct"] >= MATCH_MIN_EV_VALID - and m_valid["profit_factor"] >= MATCH_MIN_PROFIT_FACTOR - and fire_rate <= MATCH_MAX_VALID_FIRE_RATE - ) - pass_holdout = ( - m_holdout["count"] >= MATCH_MIN_FIRES_HOLDOUT - and m_holdout["ev_pct"] >= MATCH_MIN_EV_VALID - and m_holdout["profit_factor"] >= MATCH_MIN_PROFIT_FACTOR - ) - summaries.append( - { - "rule_id": rid, - "side": rule["side"], - "kind": rule.get("kind", ""), - "conditions": rule["conditions"], - "valid_fire_rate": round(fire_rate, 4), - "metrics": { - "all": m_all, - "train": m_train, - "valid": m_valid, - "holdout": m_holdout, - }, - "pass_valid": pass_valid, - "pass_holdout": pass_holdout, - } - ) - - selected: list[dict[str, Any]] = [] - for side in ("buy", "sell"): - pool = [s for s in summaries if s["side"] == side and s["pass_valid"]] - pool.sort( - key=lambda x: ( - x["metrics"]["valid"]["ev_pct"], - -_kind_rank(x.get("kind", "")), - ), - reverse=True, - ) - selected.extend(pool[:MATCH_MAX_RULES_PER_SIDE]) - - best_effort: list[dict[str, Any]] = [] - if not selected: - for side in ("buy", "sell"): - pool = [ - s - for s in summaries - if s["side"] == side - and s["metrics"]["valid"]["count"] >= MATCH_MIN_FIRES - and s.get("valid_fire_rate", 1) <= MATCH_MAX_VALID_FIRE_RATE - ] - pool.sort( - key=lambda x: ( - x["metrics"]["valid"]["ev_pct"], - -_kind_rank(x.get("kind", "")), - ), - reverse=True, - ) - best_effort.extend(pool[:MATCH_BEST_EFFORT_PER_SIDE]) - - rejected = [s for s in summaries if s not in selected and s not in best_effort] - - overlap = gt_overlap_report( - outcomes[["rule_id", "side", "dt"]].drop_duplicates(), - gt_trades, - ) - - holdout_passed = [s for s in summaries if s["pass_valid"] and s["pass_holdout"]] - monitor_rules: list[dict[str, Any]] = [] - for side in ("buy", "sell"): - pool = [s for s in holdout_passed if s["side"] == side] - pool.sort( - key=lambda x: ( - x["metrics"]["holdout"]["ev_pct"], - -_kind_rank(x.get("kind", "")), - ), - reverse=True, - ) - monitor_rules.extend(pool[:MATCH_MONITOR_MAX_PER_SIDE]) - if not monitor_rules: - for side in ("buy", "sell"): - pool = [s for s in selected if s["side"] == side] or [ - s for s in best_effort if s["side"] == side - ] - pool.sort( - key=lambda x: ( - x["metrics"].get("holdout", x["metrics"]["valid"])["ev_pct"], - -_kind_rank(x.get("kind", "")), - ), - reverse=True, - ) - monitor_rules.extend(pool[:MATCH_MONITOR_MAX_PER_SIDE]) - - active = selected if selected else best_effort - result = { - "method": "gt_profile_plus_full_bar_ev_filter", - "label_mode": MATCH_LABEL_MODE, - "train_ratio": MATCH_TRAIN_RATIO, - "holdout_ratio": MATCH_HOLDOUT_RATIO, - "criteria": { - "min_fires_valid": MATCH_MIN_FIRES, - "min_fires_holdout": MATCH_MIN_FIRES_HOLDOUT, - "min_ev_valid_pct": MATCH_MIN_EV_VALID, - "min_profit_factor_valid": MATCH_MIN_PROFIT_FACTOR, - "max_valid_fire_rate": MATCH_MAX_VALID_FIRE_RATE, - }, - "selected": selected, - "selected_best_effort": best_effort, - "holdout_passed": holdout_passed, - "monitor_rules": monitor_rules, - "active_rules": active, - "strict_pass": len(selected) > 0, - "holdout_pass": len(holdout_passed) > 0, - "rejected_count": len(rejected), - "gt_overlap": overlap, - "valid_bars_approx": valid_bars, - "all_rule_summaries": summaries, - "note": ( - "strict EV/PF 통과 규칙 없음 — selected_best_effort는 valid EV 상위(튜닝용)" - if not selected - else "" - ), - } - n_out = len(selected) or len(best_effort) - print( - f"[04-4] 선별: strict {len(selected)}개, holdout통과 {len(holdout_passed)}개, " - f"05감시 {len(monitor_rules)}개 / 후보 {len(summaries)}개" - ) - return result - - -def write_backtest_summary_html( - matched: dict[str, Any], - out_path: Path, -) -> Path: - """ - backtest_summary.html 생성. - - Args: - matched: select_matched_rules 결과. - out_path: HTML 경로. - - Returns: - out_path. - """ - rows = [] - show = matched.get("monitor_rules") or matched.get("selected") or [] - title = "05 monitor_rules (holdout 우선)" - for s in show: - v = s["metrics"]["valid"] - h = s["metrics"].get("holdout", {}) - rows.append( - f"{s['rule_id']}{s['side']}" - f"{v['count']}{v['ev_pct']}" - f"{h.get('count', 0)}{h.get('ev_pct', 0)}" - f"{h.get('profit_factor', 0)}" - ) - gt = matched.get("gt_overlap", {}) - html = f""" - -04 Backtest Summary - -

    04 매칭 — {title} (valid 구간)

    -

    방법: {matched.get('method','')}

    -

    {matched.get('note','')}

    -

    선별 규칙

    - - - -{''.join(rows) if rows else ''} -
    rule_idsidevalid_nvalid_evholdout_nholdout_evholdout_pf
    통과 규칙 없음
    -

    GT recall (±{MATCH_GT_TOLERANCE_MIN}분, 전체 발화 기준)

    - -""" - out_path.parent.mkdir(parents=True, exist_ok=True) - out_path.write_text(html, encoding="utf-8") - print(f"[04-4] 리포트: {out_path}") - return out_path diff --git a/deepcoin/matching/simulation.py b/deepcoin/matching/simulation.py deleted file mode 100644 index 978a576..0000000 --- a/deepcoin/matching/simulation.py +++ /dev/null @@ -1,936 +0,0 @@ -""" -Simulation: walk-forward·민감도·Go/No-Go·portfolio_compare 리포트. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -import numpy as np -import pandas as pd - -from config import ( - GT_INITIAL_CASH_KRW, - LIVE_ORDER_KRW, - LIVE_SLIPPAGE_PCT, - MATCH_HOLDOUT_RATIO, - MATCH_MIN_EV_VALID, - MATCH_MIN_FIRES_HOLDOUT, - MATCH_MIN_PROFIT_FACTOR, - MATCH_TRAIN_RATIO, - SIM_FEE_STRESS_MULT, - SIM_GO_MIN_HOLDOUT_EV, - SIM_GO_MIN_HOLDOUT_PF, - SIM_GO_WF_POSITIVE_RATIO, - SIM_HYBRID_MAX_MDD_PCT, - SIM_HYBRID_MIN_HOLDOUT_PNL_PCT, - SIM_OPTION_C_MIN_GT_CAPTURE, - SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO, - SIM_OPTION_C_PHASE2_TARGET_PNL_PCT, - SIM_OPTION_C_TARGET_PNL_PCT, - SIM_WALK_FORWARD_MIN_MONTHS, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.ground_truth import ( - load_ground_truth, - order_trades_chronological, -) -from deepcoin.ground_truth.gt_allocation import simulate_portfolio_summary -from deepcoin.ground_truth.gt_model import ( - default_model, - model_to_dict, - summarize_leg_weights, - weight_policy_summary, -) -from deepcoin.matching.portfolio_sim import ( - fires_to_trade_list, - simulate_fixed_order_portfolio, - simulate_sized_portfolio, - sort_fires_chronological, -) -from deepcoin.matching.select_rules import _rule_metrics, _split_train_valid_holdout -from deepcoin.paths import resolve_ground_truth_file -from deepcoin.paths import ( - ANALYSIS_GT_CALIBRATION_JSON, - MATCHING_FIRE_OUTCOMES, - MATCHING_MATCHED_RULES, - MATCHING_SIMULATION_HTML, - MATCHING_SIMULATION_JSON, - resolve_ground_truth_file, -) - - -def _fee_adjust_ret(series: pd.Series, mult: float) -> pd.Series: - """ - 수수료 스트레스: 왕복 수수료 %p를 (mult-1)배 추가 차감. - - Args: - series: forward_ret_pct. - mult: 수수료 배수 (2.0 = 2배). - - Returns: - 조정된 수익률 %. - """ - extra = TRADING_FEE_RATE * 2 * 100 * (mult - 1.0) - return series - extra - - -def walk_forward_by_month(outcomes: pd.DataFrame) -> list[dict[str, Any]]: - """ - 규칙·월별 EV·PF 집계. - - Args: - outcomes: fire_outcomes. - - Returns: - 월별 행 dict 리스트. - """ - if outcomes.empty: - return [] - df = outcomes.copy() - df["ts"] = pd.to_datetime(df["dt"]) - df["month"] = df["ts"].dt.to_period("M").astype(str) - rows: list[dict[str, Any]] = [] - for (rid, month), grp in df.groupby(["rule_id", "month"]): - m = _rule_metrics(grp) - rows.append( - { - "rule_id": rid, - "side": grp["side"].iloc[0], - "month": month, - **m, - } - ) - return rows - - -def walk_forward_summary(wf_rows: list[dict[str, Any]]) -> dict[str, Any]: - """ - 규칙별 월별 EV 양수 비율 요약. - - Args: - wf_rows: walk_forward_by_month 결과. - - Returns: - rule_id → {positive_ratio, months, ...}. - """ - if not wf_rows: - return {} - df = pd.DataFrame(wf_rows) - out: dict[str, Any] = {} - for rid, grp in df.groupby("rule_id"): - n = len(grp) - pos = int((grp["ev_pct"] > 0).sum()) - out[rid] = { - "months": n, - "positive_months": pos, - "positive_ratio": round(pos / n, 4) if n else 0.0, - "mean_ev_pct": round(float(grp["ev_pct"].mean()), 4), - } - return out - - -def simulate_live_order_cap( - outcomes: pd.DataFrame, - *, - rule_ids: set[str] | None = None, - holdout_only: bool = True, -) -> dict[str, Any]: - """ - GT 복리 배분·슬리피지 가정으로 체결 가능한 발화 집계 (일·금액 한도 없음). - - Args: - outcomes: fire_outcomes (split 컬럼 있으면 holdout 필터 가능). - rule_ids: None이면 전 규칙, 지정 시 해당 rule만. - holdout_only: True면 split==holdout 만. - - Returns: - 규칙별·전체 요약. - """ - if outcomes.empty: - return {"rules": {}, "note": "발화 없음"} - - df = outcomes.copy() - if holdout_only and "split" in df.columns: - df = df[df["split"] == "holdout"] - if rule_ids is not None: - df = df[df["rule_id"].isin(rule_ids)] - slip = LIVE_SLIPPAGE_PCT - - trades = fires_to_trade_list(sort_fires_chronological(df), apply_dynamic_sizing=True) - executed_dts = { - t["dt"] - for t in trades - if t.get("action") == "sell" or float(t.get("amount_krw") or 0) > 0 - } - if not executed_dts: - return {"rules": {}, "taken_count": 0, "total_count": int(len(df))} - - taken = df[df["dt"].astype(str).isin(executed_dts)].copy() - taken["adj_ret_pct"] = taken["forward_ret_pct"] - slip - - by_rule: dict[str, Any] = {} - for rid, grp in taken.groupby("rule_id"): - g = grp.copy() - g["forward_ret_pct"] = g["adj_ret_pct"] - by_rule[rid] = { - "taken_count": int(len(grp)), - "total_count": int((df["rule_id"] == rid).sum()), - "metrics": _rule_metrics(g), - } - - return { - "assumptions": { - "slippage_pct": slip, - "sizing": "gt_model_compound_no_daily_cap", - }, - "taken_count": int(len(taken)), - "total_count": int(len(df)), - "rules": by_rule, - "portfolio_adj_ev_pct": round(float(taken["adj_ret_pct"].mean()), 4), - } - - -def evaluate_go_no_go( - matched: dict[str, Any], - wf_summary: dict[str, Any], - fee_stress: dict[str, Any], - live_cap: dict[str, Any], -) -> dict[str, Any]: - """ - monitor_rules·holdout·walk-forward·수수료 스트레스 기준 Go/No-Go. - - Args: - matched: matched_rules.json 내용. - wf_summary: walk_forward_summary. - fee_stress: 규칙별 fee 2x EV. - live_cap: simulate_live_order_cap. - - Returns: - go, checks, monitor_rules 판정. - """ - rules = matched.get("monitor_rules") or matched.get("selected") or [] - checks: list[dict[str, Any]] = [] - all_go = True - - for rule in rules: - rid = rule["rule_id"] - h = rule.get("metrics", {}).get("holdout", {}) - ev_h = float(h.get("ev_pct", -999)) - pf_h = float(h.get("profit_factor", 0)) - wf = wf_summary.get(rid, {}) - wf_ratio = float(wf.get("positive_ratio", 0)) - wf_months = int(wf.get("months", 0)) - stress_ev = fee_stress.get(rid, {}).get("ev_pct", -999) - - c_holdout = ev_h >= SIM_GO_MIN_HOLDOUT_EV and pf_h >= SIM_GO_MIN_HOLDOUT_PF - c_wf = wf_months >= SIM_WALK_FORWARD_MIN_MONTHS and wf_ratio >= SIM_GO_WF_POSITIVE_RATIO - c_fee = stress_ev >= SIM_GO_MIN_HOLDOUT_EV - ok = c_holdout and c_wf and c_fee - if not ok: - all_go = False - checks.append( - { - "rule_id": rid, - "side": rule.get("side"), - "pass": ok, - "holdout_ev": ev_h, - "holdout_pf": pf_h, - "wf_positive_ratio": wf_ratio, - "fee_stress_ev": stress_ev, - } - ) - - return { - "go": all_go and len(checks) > 0, - "checks": checks, - "live_cap_taken_ratio": round( - live_cap.get("taken_count", 0) / max(live_cap.get("total_count", 1), 1), - 4, - ), - } - - -def portfolio_holdout_from_steps( - steps: list[dict[str, Any]], - holdout_start: pd.Timestamp, - *, - initial_if_empty: float = GT_INITIAL_CASH_KRW, - trade_count: int = 0, - note: str = "", -) -> dict[str, Any]: - """ - 포트폴리오 step에서 holdout 구간 자산 증감. - - Args: - steps: simulate_portfolio_steps 결과. - holdout_start: holdout 시작 시각. - initial_if_empty: step 없을 때 시작 자산. - trade_count: holdout 발화 수. - note: 설명. - - Returns: - holdout pnl 요약 dict. - """ - if not steps: - return {"pnl_pct": 0.0, "note": "steps empty"} - assets = [(pd.to_datetime(s["dt"]), float(s["total_asset_krw"])) for s in steps] - pre = [a for d, a in assets if d < holdout_start] - in_h = [a for d, a in assets if d >= holdout_start] - asset_start = pre[-1] if pre else float(initial_if_empty) - asset_end = in_h[-1] if in_h else assets[-1][1] - ho_pnl_pct = ( - (asset_end - asset_start) / asset_start * 100.0 if asset_start > 0 else 0.0 - ) - return { - "initial_asset_krw": round(asset_start, 0), - "final_asset_krw": round(asset_end, 0), - "pnl_krw": round(asset_end - asset_start, 0), - "pnl_pct": round(ho_pnl_pct, 2), - "trade_count": int(trade_count), - "note": note, - } - - -def evaluate_hybrid_sizing_go( - base_go: dict[str, Any], - hybrid_full: dict[str, Any], - hybrid_holdout: dict[str, Any], - hybrid_fee_stress: dict[str, Any], -) -> dict[str, Any]: - """ - hybrid DD tier 배분 승격 Go/No-Go (규칙 Go + holdout·MDD·수수료 스트레스). - - Args: - base_go: monitor 규칙 evaluate_go_no_go 결과. - hybrid_full: 전기간 hybrid 포트폴리오 요약. - hybrid_holdout: holdout 구간 자산 증감. - hybrid_fee_stress: 수수료 스트레스 hybrid 포트폴리오. - - Returns: - go, checks, primary_sizing 권장. - """ - from config import ( - SIM_HYBRID_MAX_MDD_PCT, - SIM_HYBRID_MIN_HOLDOUT_PNL_PCT, - SIM_OPTION_C_TARGET_PNL_PCT, - SIM_PRIMARY_SIZING, - ) - - base_ok = bool(base_go.get("go")) - ho_pnl = float(hybrid_holdout.get("pnl_pct", -999)) - full_pnl = float(hybrid_full.get("pnl_pct", 0)) - mdd = float(hybrid_full.get("max_drawdown_pct", 999)) - stress_pnl = float(hybrid_fee_stress.get("pnl_pct", -999)) - - c_base = base_ok - c_holdout = ho_pnl >= SIM_HYBRID_MIN_HOLDOUT_PNL_PCT - c_mdd = mdd <= SIM_HYBRID_MAX_MDD_PCT - c_fee = stress_pnl > 0.0 - c_target = full_pnl >= SIM_OPTION_C_TARGET_PNL_PCT - - all_go = c_base and c_holdout and c_mdd and c_fee - if SIM_PRIMARY_SIZING == "hybrid": - primary = "hybrid" - elif SIM_PRIMARY_SIZING == "causal_tier": - primary = "causal_tier" - else: - primary = "hybrid" if all_go else "causal_tier" - - return { - "go": all_go, - "primary_sizing": primary, - "checks": [ - {"name": "monitor_rules_go", "pass": c_base}, - {"name": "hybrid_holdout_pnl", "pass": c_holdout, "value": ho_pnl}, - {"name": "hybrid_max_mdd", "pass": c_mdd, "value": mdd}, - {"name": "hybrid_fee_stress_pnl", "pass": c_fee, "value": stress_pnl}, - { - "name": "option_c_target_300pct", - "pass": c_target, - "value": full_pnl, - "optional": True, - }, - ], - } - - -def simulate_hybrid_order_cap( - outcomes: pd.DataFrame, - ohlc_df: pd.DataFrame, - *, - rule_ids: set[str] | None = None, - holdout_only: bool = True, - fee_rate: float = TRADING_FEE_RATE, - dd_large_pct: float | None = None, - dd_medium_pct: float | None = None, -) -> dict[str, Any]: - """ - hybrid tier 복리 배분·슬리피지 가정 체결 가능 발화 집계. - - Args: - outcomes: fire_outcomes. - ohlc_df: 3m OHLC (drawdown). - rule_ids: monitor rule_id 필터. - holdout_only: holdout만. - fee_rate: 수수료율. - - Returns: - simulate_live_order_cap과 동일 구조. - """ - from deepcoin.ground_truth.causal_gt_hybrid import build_monitor_hybrid_sized_trades - - if outcomes.empty: - return {"rules": {}, "note": "발화 없음"} - - df = outcomes.copy() - if holdout_only and "split" in df.columns: - df = df[df["split"] == "holdout"] - if rule_ids is not None: - df = df[df["rule_id"].isin(rule_ids)] - slip = LIVE_SLIPPAGE_PCT - - sized, _ = build_monitor_hybrid_sized_trades( - sort_fires_chronological(df), - ohlc_df, - enhanced=False, - fee_rate=fee_rate, - dd_large_pct=dd_large_pct, - dd_medium_pct=dd_medium_pct, - ) - executed_dts = { - t["dt"] - for t in sized - if t.get("action") == "sell" or float(t.get("amount_krw") or 0) > 0 - } - if not executed_dts: - return {"rules": {}, "taken_count": 0, "total_count": int(len(df))} - - taken = df[df["dt"].astype(str).isin(executed_dts)].copy() - taken["adj_ret_pct"] = taken["forward_ret_pct"] - slip - - by_rule: dict[str, Any] = {} - for rid, grp in taken.groupby("rule_id"): - g = grp.copy() - g["forward_ret_pct"] = g["adj_ret_pct"] - by_rule[rid] = { - "taken_count": int(len(grp)), - "total_count": int((df["rule_id"] == rid).sum()), - "metrics": _rule_metrics(g), - } - - return { - "assumptions": { - "slippage_pct": slip, - "sizing": "hybrid_dd_tier_compound", - }, - "taken_count": int(len(taken)), - "total_count": int(len(df)), - "rules": by_rule, - "portfolio_adj_ev_pct": round(float(taken["adj_ret_pct"].mean()), 4), - } - - -def build_simulation_report( - outcomes_path: Path | None = None, - matched_path: Path | None = None, -) -> dict[str, Any]: - """ - 시뮬레이션 리포트 dict 생성. - - Args: - outcomes_path: fire_outcomes.csv. - matched_path: matched_rules.json. - - Returns: - simulation_report 전체 dict. - """ - op = outcomes_path or MATCHING_FIRE_OUTCOMES - mp = matched_path or MATCHING_MATCHED_RULES - if not op.is_file(): - raise FileNotFoundError(f"fire_outcomes 없음: {op} — 04_match_rules.py 먼저 실행") - outcomes = pd.read_csv(op) - matched: dict[str, Any] = {} - if mp.is_file(): - matched = json.loads(mp.read_text(encoding="utf-8")) - - outcomes["split"] = _split_train_valid_holdout(outcomes) - wf_rows = walk_forward_by_month(outcomes) - wf_sum = walk_forward_summary(wf_rows) - - fee_stress: dict[str, Any] = {} - for rid in outcomes["rule_id"].unique(): - sub = outcomes[outcomes["rule_id"] == rid] - adj = _fee_adjust_ret(sub["forward_ret_pct"], SIM_FEE_STRESS_MULT) - fee_stress[rid] = _rule_metrics( - sub.assign(forward_ret_pct=adj) - ) - - monitor_ids = {r["rule_id"] for r in matched.get("monitor_rules", [])} - live_cap = simulate_live_order_cap( - outcomes, rule_ids=monitor_ids, holdout_only=True - ) - go = evaluate_go_no_go(matched, wf_sum, fee_stress, live_cap) - - portfolio_compare: dict[str, Any] = {} - gt_data = load_ground_truth(resolve_ground_truth_file()) or {} - gt_trades = gt_data.get("trades") or [] - mark = (gt_data.get("summary") or {}).get("mark_price") - gt_chrono = order_trades_chronological(gt_trades) if gt_trades else [] - - from deepcoin.ground_truth.gt_signal_rules import gt_signal_rule_ids - from config import GT_SIGNAL_CAUSAL, SIM_CAUSAL_TIER - from deepcoin.matching.position_sizing import load_gt_allocation_analysis - - gt_alloc_analysis = load_gt_allocation_analysis(gt_trades) if gt_trades else {} - - if gt_chrono: - if not any(float(t.get("amount_krw") or 0) > 0 for t in gt_chrono): - from deepcoin.ground_truth.ground_truth import allocate_gt_order_amounts - - allocate_gt_order_amounts(gt_chrono) - portfolio_compare["ground_truth_chrono"] = simulate_portfolio_summary( - gt_chrono, - last_price=float(mark) if mark else None, - use_amount_krw=True, - ) - - # 전기간 monitor 규칙 — GT_INITIAL_CASH_KRW에서 복리 (holdout만 X) - all_monitor = outcomes[outcomes["rule_id"].isin(monitor_ids)] - if not all_monitor.empty: - sim_trades_full = fires_to_trade_list(sort_fires_chronological(all_monitor)) - portfolio_compare["sim_sized"] = simulate_sized_portfolio( - sim_trades_full, - last_price=float(mark) if mark else None, - ) - portfolio_compare["sim_fixed_order"] = simulate_fixed_order_portfolio( - fires_to_trade_list(all_monitor, apply_dynamic_sizing=False), - last_price=float(mark) if mark else None, - ) - - # GT 모델 일반화 규칙 (ZigZag+BB 매수 / ZigZag 고점 매도) - gt_buy_rule = "gt_model_buy_zigzag_bb" - gt_sell_rule = "gt_model_sell_zigzag_peak" - gt_pair_ids = {gt_buy_rule, gt_sell_rule} - if gt_pair_ids.issubset(set(outcomes["rule_id"].unique())): - gt_pair_fires = outcomes[outcomes["rule_id"].isin(gt_pair_ids)] - gt_pair_trades = fires_to_trade_list(sort_fires_chronological(gt_pair_fires)) - portfolio_compare["sim_gt_model"] = simulate_sized_portfolio( - gt_pair_trades, - last_price=float(mark) if mark else None, - ) - - # 인과 GT leg 엔진 (split_buy + peak_sell, 캘리브레이션 파라미터) - cg_df = None - try: - from config import CHART_LOOKBACK_DAYS, MATCH_PRIMARY_INTERVAL, SYMBOL - from deepcoin.data.mtf_bb import load_frames_from_db - from deepcoin.ground_truth.causal_gt_calibrate import load_causal_gt_params - from deepcoin.ground_truth.causal_gt_trades import simulate_causal_gt_portfolio - from deepcoin.ops.monitor import Monitor - - cg_params = load_causal_gt_params() - mon_cg = Monitor(cooldown_file=None) - cg_frames = load_frames_from_db(mon_cg, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - cg_df = cg_frames[MATCH_PRIMARY_INTERVAL] - portfolio_compare["sim_causal_gt"] = simulate_causal_gt_portfolio( - cg_df, - last_price=float(mark) if mark else None, - **cg_params, - ) - # Phase 3: monitor buy + 인과 peak sell + drawdown tier - from deepcoin.ground_truth.causal_gt_hybrid import ( - simulate_causal_gt_hybrid_portfolio, - simulate_monitor_tier_enhanced_portfolio, - ) - from deepcoin.ground_truth.hybrid_dd_calibrate import load_hybrid_dd_params - - dd_params = load_hybrid_dd_params() - - buy_only = all_monitor[all_monitor["side"] == "buy"] - portfolio_compare["sim_causal_hybrid"] = simulate_causal_gt_hybrid_portfolio( - buy_only, - cg_df, - monitor_fires=all_monitor, - last_price=float(mark) if mark else None, - cg_params=cg_params, - dd_large_pct=dd_params.get("dd_large_pct"), - dd_medium_pct=dd_params.get("dd_medium_pct"), - ) - portfolio_compare["hybrid_dd_params"] = dd_params - portfolio_compare["sim_tier_enhanced"] = simulate_monitor_tier_enhanced_portfolio( - all_monitor, - cg_df, - last_price=float(mark) if mark else None, - ) - except Exception as exc: - portfolio_compare["sim_causal_gt"] = { - "pnl_pct": 0.0, - "note": f"causal_gt sim skipped: {exc}", - } - portfolio_compare["sim_causal_hybrid"] = { - "pnl_pct": 0.0, - "note": f"causal_hybrid sim skipped: {exc}", - } - portfolio_compare["sim_tier_enhanced"] = { - "pnl_pct": 0.0, - "note": f"tier_enhanced sim skipped: {exc}", - } - - holdout = outcomes[ - outcomes["rule_id"].isin(monitor_ids) & (outcomes["split"] == "holdout") - ] - if not holdout.empty and not all_monitor.empty: - full_trades = fires_to_trade_list(sort_fires_chronological(all_monitor)) - if full_trades: - from deepcoin.ground_truth.gt_allocation import simulate_portfolio_steps - - steps = simulate_portfolio_steps(full_trades, use_amount_krw=True) - if steps: - outcomes_ts = outcomes.copy() - outcomes_ts["ts"] = pd.to_datetime(outcomes_ts["dt"]) - h0 = outcomes_ts["ts"].quantile(1.0 - MATCH_HOLDOUT_RATIO) - portfolio_compare["sim_sized_holdout"] = portfolio_holdout_from_steps( - steps, - h0, - trade_count=int(len(holdout)), - note="전기간 복리(causal tier) 후 holdout 구간 자산 증감", - ) - - go_hybrid: dict[str, Any] = {"go": False, "note": "hybrid sim unavailable"} - go_option_c_phase2: dict[str, Any] = {"go": False, "note": "phase2 unavailable"} - if ( - cg_df is not None - and not all_monitor.empty - and portfolio_compare.get("sim_causal_hybrid", {}).get("sizing_mode") - ): - from deepcoin.ground_truth.causal_gt_hybrid import build_monitor_hybrid_sized_trades - from deepcoin.ground_truth.gt_allocation import simulate_portfolio_steps - from deepcoin.ground_truth.hybrid_dd_calibrate import load_hybrid_dd_params - from deepcoin.matching.option_c_phase2 import ( - evaluate_option_c_phase2_go, - simulate_hybrid_slippage_stress, - walk_forward_portfolio_by_month, - walk_forward_portfolio_summary, - ) - - dd_params = portfolio_compare.get("hybrid_dd_params") or load_hybrid_dd_params() - dd_large = dd_params.get("dd_large_pct") - dd_medium = dd_params.get("dd_medium_pct") - - hybrid_full = portfolio_compare["sim_causal_hybrid"] - sized_h, _ = build_monitor_hybrid_sized_trades( - sort_fires_chronological(all_monitor), - cg_df, - enhanced=False, - dd_large_pct=dd_large, - dd_medium_pct=dd_medium, - ) - steps_h = simulate_portfolio_steps(sized_h, use_amount_krw=True) - if steps_h and not holdout.empty: - outcomes_ts = outcomes.copy() - outcomes_ts["ts"] = pd.to_datetime(outcomes_ts["dt"]) - h0 = outcomes_ts["ts"].quantile(1.0 - MATCH_HOLDOUT_RATIO) - portfolio_compare["sim_hybrid_holdout"] = portfolio_holdout_from_steps( - steps_h, - h0, - trade_count=int(len(holdout)), - note="전기간 복리(hybrid DD tier) 후 holdout 구간 자산 증감", - ) - - stress_fee = TRADING_FEE_RATE * SIM_FEE_STRESS_MULT - sized_stress, _ = build_monitor_hybrid_sized_trades( - sort_fires_chronological(all_monitor), - cg_df, - enhanced=False, - fee_rate=stress_fee, - dd_large_pct=dd_large, - dd_medium_pct=dd_medium, - ) - portfolio_compare["sim_hybrid_fee_stress"] = simulate_portfolio_summary( - sized_stress, - fee_rate=stress_fee, - last_price=float(mark) if mark else None, - use_amount_krw=True, - ) - - portfolio_compare["sim_hybrid_slippage_stress"] = simulate_hybrid_slippage_stress( - sized_h, - last_price=float(mark) if mark else None, - fee_rate=TRADING_FEE_RATE, - ) - wf_rows = walk_forward_portfolio_by_month(steps_h) - wf_port = walk_forward_portfolio_summary(wf_rows) - portfolio_compare["hybrid_portfolio_walk_forward"] = wf_rows - portfolio_compare["hybrid_portfolio_wf_summary"] = wf_port - - gt_pnl_for_phase2 = float( - (portfolio_compare.get("ground_truth_chrono") or {}).get("pnl_pct", 0) - ) - go_hybrid = evaluate_hybrid_sizing_go( - go, - hybrid_full, - portfolio_compare.get("sim_hybrid_holdout") or {}, - portfolio_compare.get("sim_hybrid_fee_stress") or {}, - ) - go_option_c_phase2 = evaluate_option_c_phase2_go( - go_hybrid, - hybrid_full, - portfolio_compare.get("sim_hybrid_holdout") or {}, - portfolio_compare.get("sim_hybrid_fee_stress") or {}, - portfolio_compare.get("sim_hybrid_slippage_stress") or {}, - wf_port, - gt_pnl_for_phase2, - ) - - primary = go_hybrid.get("primary_sizing", "causal_tier") - portfolio_compare["primary_sizing"] = primary - if primary == "hybrid": - portfolio_compare["sim_primary"] = { - **hybrid_full, - "sizing_mode": "primary_hybrid_dd_tier", - "sizing_note": ( - "권장: monitor + past-leg·drawdown tier (검증 통과, 미래 미사용)" - ), - } - live_cap = simulate_hybrid_order_cap( - outcomes, - cg_df, - rule_ids=monitor_ids, - holdout_only=True, - dd_large_pct=dd_large, - dd_medium_pct=dd_medium, - ) - else: - portfolio_compare["sim_primary"] = portfolio_compare.get("sim_sized") or {} - - if portfolio_compare.get("sim_sized") and portfolio_compare.get("ground_truth_chrono"): - gt_pnl = float(portfolio_compare["ground_truth_chrono"].get("pnl_pct", 0)) - sim_pnl = float(portfolio_compare["sim_sized"].get("pnl_pct", 0)) - portfolio_compare["gt_capture_ratio"] = round( - sim_pnl / gt_pnl if abs(gt_pnl) > 1e-6 else 0.0, - 4, - ) - portfolio_compare["gt_pnl_pct"] = gt_pnl - portfolio_compare["sim_sized_pnl_pct"] = sim_pnl - if portfolio_compare.get("sim_gt_model"): - gtp = float(portfolio_compare["sim_gt_model"].get("pnl_pct", 0)) - portfolio_compare["gt_model_capture_ratio"] = round( - gtp / gt_pnl if abs(gt_pnl) > 1e-6 else 0.0, - 4, - ) - if portfolio_compare.get("sim_causal_gt"): - cgp = float(portfolio_compare["sim_causal_gt"].get("pnl_pct", 0)) - portfolio_compare["causal_gt_capture_ratio"] = round( - cgp / gt_pnl if abs(gt_pnl) > 1e-6 else 0.0, - 4, - ) - portfolio_compare["sim_causal_gt_pnl_pct"] = cgp - if portfolio_compare.get("sim_causal_hybrid"): - chp = float(portfolio_compare["sim_causal_hybrid"].get("pnl_pct", 0)) - portfolio_compare["causal_hybrid_capture_ratio"] = round( - chp / gt_pnl if abs(gt_pnl) > 1e-6 else 0.0, - 4, - ) - portfolio_compare["sim_causal_hybrid_pnl_pct"] = chp - if portfolio_compare.get("sim_tier_enhanced"): - tep = float(portfolio_compare["sim_tier_enhanced"].get("pnl_pct", 0)) - portfolio_compare["tier_enhanced_capture_ratio"] = round( - tep / gt_pnl if abs(gt_pnl) > 1e-6 else 0.0, - 4, - ) - portfolio_compare["sim_tier_enhanced_pnl_pct"] = tep - - portfolio_compare["causal_gt_params"] = {} - try: - from deepcoin.ground_truth.causal_gt_calibrate import load_causal_gt_params - - portfolio_compare["causal_gt_params"] = load_causal_gt_params() - except Exception: - pass - - portfolio_compare["gt_allocation_analysis"] = gt_alloc_analysis - portfolio_compare["causal_mode"] = { - "gt_signal_causal": GT_SIGNAL_CAUSAL, - "sim_causal_tier": SIM_CAUSAL_TIER, - "note": "인과적: t 시점까지 데이터만 사용 (운영 정합)", - } - - gt_portfolio: dict[str, Any] = {} - if ANALYSIS_GT_CALIBRATION_JSON.is_file(): - cal = json.loads(ANALYSIS_GT_CALIBRATION_JSON.read_text(encoding="utf-8")) - gt_portfolio = cal.get("final", {}) - - summaries = matched.get("all_rule_summaries") or matched.get("monitor_rules") or [] - leg_weight_check = summarize_leg_weights(gt_trades) if gt_trades else {} - invalid_legs = [lid for lid, info in leg_weight_check.items() if not info.get("valid", True)] - return { - "label_mode": matched.get("label_mode"), - "train_ratio": MATCH_TRAIN_RATIO, - "holdout_ratio": MATCH_HOLDOUT_RATIO, - "outcomes_rows": int(len(outcomes)), - "walk_forward": wf_rows, - "walk_forward_summary": wf_sum, - "fee_stress_mult": SIM_FEE_STRESS_MULT, - "fee_stress_by_rule": fee_stress, - "live_order_cap_sim": live_cap, - "go_no_go": go, - "go_no_go_hybrid": go_hybrid, - "go_no_go_option_c_phase2": go_option_c_phase2, - "portfolio_compare": portfolio_compare, - "gt_model": gt_data.get("model") or model_to_dict(default_model()), - "gt_weight_policy": weight_policy_summary(default_model()), - "gt_leg_weight_validation": { - "legs": leg_weight_check, - "invalid_leg_ids": invalid_legs, - "all_valid": len(invalid_legs) == 0, - }, - "monitor_rules": matched.get("monitor_rules", []), - "gt_portfolio_calibration": gt_portfolio, - "criteria": { - "min_holdout_ev": SIM_GO_MIN_HOLDOUT_EV, - "min_holdout_pf": SIM_GO_MIN_HOLDOUT_PF, - "wf_positive_ratio": SIM_GO_WF_POSITIVE_RATIO, - "wf_min_months": SIM_WALK_FORWARD_MIN_MONTHS, - "hybrid_min_holdout_pnl_pct": SIM_HYBRID_MIN_HOLDOUT_PNL_PCT, - "hybrid_max_mdd_pct": SIM_HYBRID_MAX_MDD_PCT, - "option_c_target_pnl_pct": SIM_OPTION_C_TARGET_PNL_PCT, - "option_c_phase2_target_pnl_pct": SIM_OPTION_C_PHASE2_TARGET_PNL_PCT, - "option_c_phase2_fee_stress_ratio": SIM_OPTION_C_PHASE2_FEE_STRESS_RATIO, - "option_c_min_gt_capture": SIM_OPTION_C_MIN_GT_CAPTURE, - }, - } - - -def write_simulation_html(report: dict[str, Any], out_path: Path) -> Path: - """ - simulation_report.html 저장 (ground_truth 차트 동일 스타일). - - Args: - report: build_simulation_report 결과. - out_path: HTML 경로. - - Returns: - out_path. - """ - from deepcoin.matching.simulation_html import write_simulation_report_html - - return write_simulation_report_html(report, out_path) - - -def run_simulation_report( - outcomes_path: Path | None = None, - matched_path: Path | None = None, -) -> dict[str, Any]: - """ - 시뮬 리포트 생성·저장·요약 출력. - - Args: - outcomes_path: fire_outcomes.csv. - matched_path: matched_rules.json. - - Returns: - report dict. - """ - report = build_simulation_report(outcomes_path, matched_path) - MATCHING_SIMULATION_JSON.parent.mkdir(parents=True, exist_ok=True) - MATCHING_SIMULATION_JSON.write_text( - json.dumps(report, ensure_ascii=False, indent=2), - encoding="utf-8", - ) - write_simulation_html(report, MATCHING_SIMULATION_HTML) - go = report["go_no_go"]["go"] - go_h = report.get("go_no_go_hybrid") or {} - pc_early = report.get("portfolio_compare") or {} - print(f"[시뮬] 저장: {MATCHING_SIMULATION_JSON}") - print(f"[시뮬] 저장: {MATCHING_SIMULATION_HTML}") - print(f"[시뮬] Go/No-Go (규칙): {'GO' if go else 'NO-GO'}") - print( - f"[시뮬] Go/No-Go (hybrid tier): {'GO' if go_h.get('go') else 'NO-GO'} " - f"· primary={pc_early.get('primary_sizing', '-')}" - ) - for c in go_h.get("checks", []): - mark = "OK" if c.get("pass") else "NG" - opt = " (optional)" if c.get("optional") else "" - print(f" [hybrid {mark}] {c.get('name')}: {c.get('value', '-')}{opt}") - go_p2 = report.get("go_no_go_option_c_phase2") or {} - print( - f"[시뮬] Option C 2차(+1000%): {'GO' if go_p2.get('go') else 'NO-GO'}" - ) - for c in go_p2.get("checks", []): - mark = "OK" if c.get("pass") else "NG" - print(f" [phase2 {mark}] {c.get('name')}: {c.get('value', '-')}") - for c in report["go_no_go"].get("checks", []): - mark = "OK" if c["pass"] else "NG" - print( - f" [{mark}] {c['rule_id']}: holdout EV={c['holdout_ev']} " - f"WF+={c['wf_positive_ratio']} fee2x EV={c['fee_stress_ev']}" - ) - cal = report.get("gt_portfolio_calibration") or {} - port = cal.get("portfolio") or {} - pc = report.get("portfolio_compare") or {} - if pc.get("gt_capture_ratio") is not None: - print( - f"[시뮬] GT 대비 sim_sized(전기간 복리): {pc.get('sim_sized_pnl_pct')}% " - f"/ GT {pc.get('gt_pnl_pct')}% " - f"(capture={pc.get('gt_capture_ratio'):.2%})" - ) - if pc.get("gt_model_capture_ratio") is not None: - print( - f"[시뮬] GT 대비 sim_gt_model: " - f"{pc.get('sim_gt_model', {}).get('pnl_pct')}% " - f"(capture={pc.get('gt_model_capture_ratio'):.2%})" - ) - if pc.get("sim_causal_gt_pnl_pct") is not None: - scg = pc.get("sim_causal_gt") or {} - print( - f"[시뮬] GT 대비 sim_causal_gt(인과 leg): " - f"{pc.get('sim_causal_gt_pnl_pct')}% " - f"(capture={pc.get('causal_gt_capture_ratio', 0):.2%}, " - f"legs={scg.get('leg_count', '-')}, trades={scg.get('trade_count', '-')})" - ) - if pc.get("sim_causal_hybrid_pnl_pct") is not None: - sch = pc.get("sim_causal_hybrid") or {} - print( - f"[시뮬] GT 대비 sim_causal_hybrid(monitor+DD tier): " - f"{pc.get('sim_causal_hybrid_pnl_pct')}% " - f"(capture={pc.get('causal_hybrid_capture_ratio', 0):.2%}, " - f"MDD={sch.get('max_drawdown_pct', '-')}%)" - ) - if pc.get("sim_primary"): - sp = pc["sim_primary"] - print( - f"[시뮬] 권장 primary ({pc.get('primary_sizing')}): " - f"{sp.get('pnl_pct')}% · MDD={sp.get('max_drawdown_pct', '-')}%" - ) - ho_h = pc.get("sim_hybrid_holdout") or {} - if ho_h.get("pnl_pct") is not None: - print( - f"[시뮬] hybrid holdout: {ho_h.get('pnl_pct')}% " - f"({ho_h.get('initial_asset_krw')}→{ho_h.get('final_asset_krw')})" - ) - if pc.get("sim_tier_enhanced_pnl_pct") is not None: - ste = pc.get("sim_tier_enhanced") or {} - ast = ste.get("alloc_stats") or {} - print( - f"[시뮬] GT 대비 sim_tier_enhanced(conviction tier): " - f"{pc.get('sim_tier_enhanced_pnl_pct')}% " - f"(capture={pc.get('tier_enhanced_capture_ratio', 0):.2%}, " - f"large_buys={ast.get('large_tier_buy_count', '-')}, " - f"avg_buy={ast.get('buy_amount_avg_krw', '-')})" - ) - if pc.get("sim_sized", {}).get("max_drawdown_pct") is not None: - print( - f"[시뮬] sim_sized MDD: {pc['sim_sized']['max_drawdown_pct']}% " - f"(GT MDD: {pc.get('ground_truth_chrono', {}).get('max_drawdown_pct')}%)" - ) - if port.get("asset_ratio") is not None: - met = cal.get("targets_met", port.get("target_met_90")) - print( - f"[시뮬] GT 총자산 대비 leg subset 비율: {port['asset_ratio']:.2%} " - f"({port.get('legs_covered')}/{port.get('legs_total')} leg) " - f"목표90%={'달성' if met else '미달'}" - ) - return report diff --git a/deepcoin/matching/simulation_html.py b/deepcoin/matching/simulation_html.py deleted file mode 100644 index 136d7e8..0000000 --- a/deepcoin/matching/simulation_html.py +++ /dev/null @@ -1,606 +0,0 @@ -""" -1단계 시뮬레이션 HTML — ground_truth 차트와 동일 스타일·타점·수익률·규칙 기준. -""" - -from __future__ import annotations - -import json -from pathlib import Path -from typing import Any - -import pandas as pd - -from config import ( - CHART_LOOKBACK_DAYS, - COIN_NAME, - GT_INITIAL_CASH_KRW, - LIVE_ORDER_KRW, - SYMBOL, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.ground_truth import ( - load_ground_truth, - order_trades_chronological, - simulate_truth_portfolio, - simulate_truth_portfolio_steps, -) -from deepcoin.matching.portfolio_sim import ( - fires_to_trade_list, - simulate_fixed_order_portfolio, - simulate_fixed_order_portfolio_steps, - simulate_sized_portfolio, - sort_fires_chronological, -) -from deepcoin.matching.select_rules import _split_train_valid_holdout -from deepcoin.ops.chart_report import ( - card_html, - go_no_go_table_html, - market_cards_html, - pnl_cards_html, - rule_criteria_html, - stacked_summary_cards_html, - wrap_chart_report_page, -) -from deepcoin.ops.simulation import build_chart_html, load_chart_frames, _frames_to_mtf -from deepcoin.common.indicators import apply_bar_indicators, get_trend -from deepcoin.paths import ( - MATCHING_FIRE_OUTCOMES, - MATCHING_MATCHED_RULES, - MATCHING_SIMULATION_HTML, - resolve_ground_truth_file, -) - - -def _fires_to_chart_trades(fires: pd.DataFrame) -> list[dict[str, Any]]: - """ - fire_outcomes 행을 차트 마커용 dict 리스트로 변환. - - Args: - fires: monitor holdout 발화. - - Returns: - build_chart_html sim_trades 인자. - """ - rows: list[dict[str, Any]] = [] - for _, r in fires.iterrows(): - rows.append( - { - "dt": str(r["dt"]), - "action": r["side"], - "price": float(r["close"]), - "forward_ret_pct": float(r["forward_ret_pct"]), - "rule_id": r["rule_id"], - } - ) - return rows - - -def _sim_fire_table_rows( - fires: pd.DataFrame, - rules_by_id: dict[str, dict], - steps: list[dict[str, Any]], -) -> str: - """ - 시뮬 발화 테이블 tbody (GT와 동일하게 총 평가금액 포함). - - Args: - fires: holdout 체결 발화. - rules_by_id: rule_id → rule dict. - steps: simulate_fixed_order_portfolio_steps 결과. - - Returns: - tr HTML. - """ - if fires.empty: - return "발화 없음" - sorted_fires = fires.sort_values("dt").reset_index(drop=True) - lines: list[str] = [] - lines.append( - f""" - - 시작---- - ₩{GT_INITIAL_CASH_KRW:,.0f} - -초기 현금 (1회 ₩{LIVE_ORDER_KRW:,.0f} 가정) - """ - ) - for i in range(len(sorted_fires)): - r = sorted_fires.iloc[i] - side = r["side"] - cls = "buy" if side == "buy" else "sell" - mark = "매수" if side == "buy" else "매도" - ret = float(r["forward_ret_pct"]) - ret_s = f" (+{ret:.2f}%)" if ret > 0 else f" ({ret:.2f}%)" - win = "승" if int(r.get("win", 0)) else "패" - win_cls = "pass" if int(r.get("win", 0)) else "fail" - kind = rules_by_id.get(r["rule_id"], {}).get("kind", "") - step = steps[i] if i < len(steps) else None - if step: - total_s = f"₩{step['total_asset_krw']:,.0f}" - hold_s = ( - f" (현금 ₩{step['cash_krw']:,.0f} + 코인 {step['holding_qty']:,.2f}개)" - ) - else: - total_s = "-" - hold_s = "" - lines.append( - f"" - f"{str(r['dt'])[:16]}" - f'{mark}' - f"{r['rule_id']}" - f"{kind}" - f'₩{float(r["close"]):,.0f}{ret_s}' - f"{total_s}{hold_s}" - f'{win}' - f"leg_gt 구간 수익" - f"" - ) - return "\n".join(lines) - - -def _gt_table_rows(trades: list[dict[str, Any]], steps: list[dict[str, Any]]) -> str: - """ - GT 타점 테이블 tbody (ground_truth 차트와 동일). - - Args: - trades: ground_truth trades. - steps: simulate_truth_portfolio_steps. - - Returns: - tr HTML. - """ - if not trades: - return "타점 없음" - step_key = { - (s["dt"], s["action"], float(s["price"]), float(s["weight"])): s - for s in steps - } - lines: list[str] = [] - lines.append( - f""" - - 시작--- - ₩{GT_INITIAL_CASH_KRW:,.0f} - 초기 현금 (보유 0) - """ - ) - for t in sorted(trades, key=lambda x: x["dt"]): - cls = "buy" if t["action"] == "buy" else "sell" - mark = "매수" if t["action"] == "buy" else "매도" - ret = t.get("forward_return_pct") - ret_s = f" (+{ret}%)" if ret is not None else "" - w = float(t.get("weight", 1.0)) - key = (t["dt"], t["action"], float(t["price"]), w) - step = step_key.get(key) - if step: - total_s = f"₩{step['total_asset_krw']:,.0f}" - hold_s = ( - f" (현금 ₩{step['cash_krw']:,.0f} + 코인 {step['holding_qty']:,.2f}개)" - ) - else: - total_s = "-" - hold_s = "" - lines.append( - f"" - f"{t['dt'][:16]}" - f'{mark}' - f"{w*100:.0f}%" - f"₩{t['price']:,.0f}{ret_s}" - f"{total_s}{hold_s}" - f"{t.get('memo', '')}" - f"" - ) - return "\n".join(lines) - - -def _summary_cards_html( - close_last: float, - bb_txt: str, - gt_trades: list[dict[str, Any]], - gt_pnl: dict[str, Any], - sim_sized_pnl: dict[str, Any], - sim_fixed_pnl: dict[str, Any], - sim_trade_count: int, - go_flag: bool, - model_note: str = "", - sim_causal_gt_pnl: dict[str, Any] | None = None, - sim_causal_hybrid_pnl: dict[str, Any] | None = None, - sim_tier_enhanced_pnl: dict[str, Any] | None = None, - sim_primary_pnl: dict[str, Any] | None = None, - primary_sizing: str = "", - hybrid_go: bool = False, - phase2_go: bool = False, -) -> str: - """ - ground_truth HTML과 동일 구성의 상단 카드 (GT + 시뮬 2줄). - - Args: - close_last: 종가. - bb_txt: BB %B. - gt_trades: GT trades. - gt_pnl: GT 포트폴리오 요약. - sim_sized_pnl: 총자산%·EV/WF·leg 시뮬 요약. - sim_fixed_pnl: 고정 ₩/회 baseline. - sim_trade_count: 체결 가정 발화 수. - go_flag: Go/No-Go. - model_note: GT 모델 한 줄 요약. - sim_causal_gt_pnl: 인과 GT leg 엔진 요약. - sim_causal_hybrid_pnl: monitor buy + 인과 sell 하이브리드. - sim_tier_enhanced_pnl: monitor + conviction tier. - sim_primary_pnl: 검증 통과 권장 배분 경로. - primary_sizing: hybrid | causal_tier. - hybrid_go: hybrid tier Go/No-Go. - - Returns: - cards HTML. - """ - go_cls = "go-pass" if go_flag else "go-fail" - gt_sub = ( - "저점 분할매수(1/price 비중) · 고점 65/35% 매도 · " - "총자산×비중×leg티어 · 시각순 복리" - ) - if model_note: - gt_sub = model_note - gt_cards = market_cards_html(close_last, bb_txt) + pnl_cards_html( - gt_pnl, "정답 GT", len(gt_trades) - ) - sim_sized_title = ( - "시뮬·GT tier 복리 (전기간, 상한 없음) — " - f'{"GO" if go_flag else "NO-GO"}' - ) - sim_fixed_title = f"시뮬·고정 ₩{LIVE_ORDER_KRW:,}/회 (비교)" - primary_block = "" - if sim_primary_pnl and float(sim_primary_pnl.get("pnl_pct") or 0) != 0: - hgo_cls = "go-pass" if hybrid_go else "go-fail" - primary_block = stacked_summary_cards_html( - ( - f"권장 primary · {primary_sizing or 'causal_tier'} · " - f'hybrid {"GO" if hybrid_go else "NO-GO"} · ' - f'2차 {"GO" if phase2_go else "NO-GO"}' - ), - pnl_cards_html( - sim_primary_pnl, - "Primary", - int(sim_primary_pnl.get("trade_count") or 0), - ), - ) - causal_block = "" - if sim_causal_gt_pnl and ( - float(sim_causal_gt_pnl.get("pnl_pct") or 0) != 0 - or sim_causal_gt_pnl.get("trade_count") - ): - legs = sim_causal_gt_pnl.get("leg_count", "-") - causal_block += stacked_summary_cards_html( - f"인과 GT leg 엔진 (peak_local·분할매수·causal tier) · leg {legs}개", - pnl_cards_html( - sim_causal_gt_pnl, - "인과 GT", - int(sim_causal_gt_pnl.get("trade_count") or 0), - ), - ) - if sim_causal_hybrid_pnl and ( - float(sim_causal_hybrid_pnl.get("pnl_pct") or 0) != 0 - or sim_causal_hybrid_pnl.get("trade_count") - ): - legs_h = sim_causal_hybrid_pnl.get("leg_count", "-") - causal_block += stacked_summary_cards_html( - f"하이브리드 (monitor + DD tier) · 발화 {sim_causal_hybrid_pnl.get('input_fires', '-')}건", - pnl_cards_html( - sim_causal_hybrid_pnl, - "하이브리드", - int(sim_causal_hybrid_pnl.get("trade_count") or 0), - ), - ) - if sim_tier_enhanced_pnl and ( - float(sim_tier_enhanced_pnl.get("pnl_pct") or 0) != 0 - or sim_tier_enhanced_pnl.get("trade_count") - ): - ast = sim_tier_enhanced_pnl.get("alloc_stats") or {} - causal_block += stacked_summary_cards_html( - f"Enhanced tier (conviction·DD) · large매수 {ast.get('large_tier_buy_count', '-')}건", - pnl_cards_html( - sim_tier_enhanced_pnl, - "Enhanced", - int(sim_tier_enhanced_pnl.get("trade_count") or 0), - ), - ) - return ( - '
    ' - + stacked_summary_cards_html(gt_sub, gt_cards) - + stacked_summary_cards_html( - sim_sized_title, - pnl_cards_html(sim_sized_pnl, "시뮬(비율)", sim_trade_count), - ) - + stacked_summary_cards_html( - sim_fixed_title, - pnl_cards_html(sim_fixed_pnl, "시뮬(고정)", sim_trade_count), - ) - + primary_block - + causal_block - + "
    " - ) - - -def build_simulation_page_html( - report: dict[str, Any], - outcomes_path: Path | None = None, - matched_path: Path | None = None, - gt_path: Path | None = None, - close_last: float | None = None, -) -> str: - """ - 시뮬 리포트 전체 HTML (차트 + Go/No-Go + 규칙 기준 + 타점 테이블). - - Args: - report: build_simulation_report 결과. - outcomes_path: fire_outcomes.csv. - matched_path: matched_rules.json. - gt_path: ground_truth JSON. - close_last: 미청산 평가 종가 (None이면 DB 종가). - - Returns: - HTML 문자열. - """ - op = outcomes_path or MATCHING_FIRE_OUTCOMES - mp = matched_path or MATCHING_MATCHED_RULES - matched: dict[str, Any] = {} - if mp.is_file(): - matched = json.loads(mp.read_text(encoding="utf-8")) - - monitor_rules = matched.get("monitor_rules") or report.get("monitor_rules") or [] - monitor_ids = {r["rule_id"] for r in monitor_rules} - rules_by_id = {r["rule_id"]: r for r in monitor_rules} - - sim_fires = pd.DataFrame() - holdout_fires = pd.DataFrame() - if op.is_file(): - outcomes = pd.read_csv(op) - outcomes["split"] = _split_train_valid_holdout(outcomes) - sim_fires = outcomes[outcomes["rule_id"].isin(monitor_ids)].copy() - holdout_fires = outcomes[ - (outcomes["rule_id"].isin(monitor_ids)) & (outcomes["split"] == "holdout") - ].copy() - - compound_fires = sort_fires_chronological(sim_fires) - - gt_data = load_ground_truth(gt_path or resolve_ground_truth_file()) or {} - gt_trades = gt_data.get("trades") or [] - gt_summary = gt_data.get("summary") or {} - - go = report.get("go_no_go", {}) - go_flag = bool(go.get("go")) - go_hybrid = report.get("go_no_go_hybrid") or {} - hybrid_go_flag = bool(go_hybrid.get("go")) - go_phase2 = report.get("go_no_go_option_c_phase2") or {} - phase2_go_flag = bool(go_phase2.get("go")) - pc = report.get("portfolio_compare") or {} - label_mode = report.get("label_mode", "leg_gt") - - frames = load_chart_frames() - bb_txt = "-" - trend = "-" - close_val = float(close_last or 0) - if frames is not None: - df_1d, df_1h, df_3m = _frames_to_mtf(frames) - trend = get_trend(df_1d, df_1h) - df_chart = apply_bar_indicators(df_3m) - close_val = float(df_chart["Close"].iloc[-1]) - bb_pos = ( - float(df_chart["bb_pos"].iloc[-1]) - if "bb_pos" in df_chart.columns and pd.notna(df_chart["bb_pos"].iloc[-1]) - else None - ) - bb_txt = f"{bb_pos:.2f}" if bb_pos is not None else "-" - elif gt_summary.get("mark_price"): - close_val = float(gt_summary["mark_price"]) - - sim_trades_sized = fires_to_trade_list(compound_fires, apply_dynamic_sizing=True) - sim_trades_fixed = fires_to_trade_list(compound_fires, apply_dynamic_sizing=False) - - gt_pnl: dict[str, Any] = {} - if gt_trades: - gt_chron = order_trades_chronological(gt_trades) - gt_pnl = simulate_truth_portfolio( - gt_chron, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=close_val if close_val else None, - ) - - mark = close_val if close_val else None - sim_sized_pnl = simulate_sized_portfolio( - sim_trades_sized, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=mark, - ) - sim_fixed_pnl = simulate_fixed_order_portfolio( - sim_trades_fixed, - order_krw=LIVE_ORDER_KRW, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=mark, - sizing_mode="fixed", - ) - sim_steps = simulate_fixed_order_portfolio_steps( - sim_trades_sized, - order_krw=LIVE_ORDER_KRW, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - sizing_mode="amount_krw", - ) - gt_steps = ( - simulate_truth_portfolio_steps( - order_trades_chronological(gt_trades), - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - ) - if gt_trades - else [] - ) - model = gt_data.get("model") or {} - model_note = ( - f"mode={model.get('selection_mode', 'split_buy_peak_sell')} · " - f"매수비중=1/price · 매도=65/35%" - if model - else "" - ) - - criteria_blocks = "".join(rule_criteria_html(r) for r in monitor_rules) - go_table = go_no_go_table_html(go.get("checks", []), go_flag) - hybrid_checks = go_hybrid.get("checks") or [] - if hybrid_checks: - hybrid_rows = "".join( - f"{c.get('name')}" - f"{'PASS' if c.get('pass') else 'FAIL'}" - f"{c.get('value', '-')}" - for c in hybrid_checks - ) - hgo_cls = "go-pass" if hybrid_go_flag else "go-fail" - go_table += ( - f"

    Hybrid tier Go/No-Go · " - f'{"GO" if hybrid_go_flag else "NO-GO"}

    ' - f"" - f"{hybrid_rows}
    검사결과
    " - ) - phase2_checks = go_phase2.get("checks") or [] - if phase2_checks: - p2_rows = "".join( - f"{c.get('name')}" - f"{'PASS' if c.get('pass') else 'FAIL'}" - f"{c.get('value', '-')}" - for c in phase2_checks - ) - p2_cls = "go-pass" if phase2_go_flag else "go-fail" - go_table += ( - f"

    Option C 2차 (+1000%) · " - f'{"GO" if phase2_go_flag else "NO-GO"}

    ' - f"" - f"{p2_rows}
    검사결과
    " - ) - - def _mark_note(price: float) -> str: - if price > 0: - return f" 총보유자산(미청산 포함)은 종가 ₩{price:,.0f} 평가." - return "" - - sim_table = f""" -

    시뮬 타점 (전기간 {len(sim_fires)}건 → 복리 체결 {len(compound_fires)}건)

    -

    총자산×GT비중×leg tier·보유현금 한도·전기간 복리(일한도 없음). - 가격 열 (+/-) = {label_mode} 구간 수익%.{_mark_note(close_val)}

    -
    - - - - {_sim_fire_table_rows(compound_fires, rules_by_id, sim_steps)} -
    시각구분규칙유형가격총 평가금액승/패비고
    -
    """ - - gt_table = f""" -

    정답 타점 (ground_truth)

    -

    삼각형 크기 = GT 체결 금액. 매수 분할·매도 leg 반영.{_mark_note(close_val)}

    -
    - - - {_gt_table_rows(gt_trades, gt_steps)} -
    시각구분비중가격총 평가금액해석
    -
    """ - - sections = f""" - {go_table} -

    매수·매도 판단 기준 (monitor_rules)

    -

    04 GT 프로필 + 전구간 EV 선별. 조건 모두 충족 시 3분봉 종가에 신호.

    - {criteria_blocks} - {sim_table} - {gt_table} -""" - - note = ( - f"1단계 시뮬 · holdout {report.get('holdout_ratio', 0.15)} · " - f"전기간 발화 {len(sim_fires)}건 / holdout {len(holdout_fires)}건. " - "상단 카드: 초기 금액·총보유자산·초기 대비 증감율·수수료." - ) - legend = ( - "▲ 정답 매수 · ▼ 정답 매도 — 삼각형 = GT 체결 금액.
    " - "● 시뮬 — holdout 발화 (차트). 테이블 = 전기간 GT tier 복리 체결." - ) - if frames is not None: - meta_line = ( - f"추세(참고): {trend} | 기간: {df_chart.index[0]} ~ {df_chart.index[-1]} " - f"| 봉 {len(df_chart)}" - ) - else: - meta_line = ( - f"추세·{SYMBOL} | lookback {CHART_LOOKBACK_DAYS}일 | " - f"초기 ₩{GT_INITIAL_CASH_KRW:,.0f}" - ) - - cards = _summary_cards_html( - close_val, - bb_txt, - gt_trades, - gt_pnl, - sim_sized_pnl, - sim_fixed_pnl, - len(compound_fires), - go_flag, - model_note=model_note, - sim_causal_gt_pnl=pc.get("sim_causal_gt"), - sim_causal_hybrid_pnl=pc.get("sim_causal_hybrid"), - sim_tier_enhanced_pnl=pc.get("sim_tier_enhanced"), - sim_primary_pnl=pc.get("sim_primary"), - primary_sizing=str(pc.get("primary_sizing") or ""), - hybrid_go=hybrid_go_flag, - phase2_go=phase2_go_flag, - ) - - if frames is not None: - return build_chart_html( - df_chart, - trend, - note=note, - truth_trades=gt_trades, - sim_trades=_fires_to_chart_trades(holdout_fires), - # 차트 마커는 holdout; 카드·테이블은 전기간 GT tier 복리 - title_suffix="1단계 시뮬레이션 (monitor · holdout)", - legend_html=legend, - footer_sections=sections, - cards_html=cards, - ) - - return wrap_chart_report_page( - page_title=f"{SYMBOL} 시뮬레이션", - heading=f"{COIN_NAME} ({SYMBOL}) 1단계 시뮬레이션", - meta_line=meta_line, - note_html=f"

    {note}

    ", - legend_html=legend, - cards_html=cards, - chart_html=( - "

    차트 데이터 없음 — " - "python scripts/01_download.py 후 재생성.

    " - ), - sections_html=sections, - ) - - -def write_simulation_report_html( - report: dict[str, Any], - out_path: Path, - outcomes_path: Path | None = None, - matched_path: Path | None = None, -) -> Path: - """ - simulation_report.html 저장 (ground_truth 동일 스타일). - - Args: - report: build_simulation_report 결과. - out_path: HTML 경로. - outcomes_path: fire_outcomes.csv. - matched_path: matched_rules.json. - - Returns: - out_path. - """ - html = build_simulation_page_html(report, outcomes_path, matched_path) - out_path.parent.mkdir(parents=True, exist_ok=True) - out_path.write_text(html, encoding="utf-8") - return out_path diff --git a/deepcoin/ops/__init__.py b/deepcoin/ops/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/deepcoin/ops/alert_message.py b/deepcoin/ops/alert_message.py deleted file mode 100644 index 516e598..0000000 --- a/deepcoin/ops/alert_message.py +++ /dev/null @@ -1,108 +0,0 @@ -""" -05 규칙 알림 텔레그램 메시지 포맷. -""" - -from __future__ import annotations - -from typing import Any - -from config import COIN_NAME, MONITOR_ALERT_KRW_AMOUNT, SYMBOL - - -def _fmt_krw(value: float) -> str: - """원화 금액 표시.""" - if value >= 100: - return f"₩{value:,.0f}" - if value >= 1: - return f"₩{value:,.2f}" - return f"₩{value:,.4f}" - - -def _fmt_price(value: float) -> str: - """코인 단가 표시.""" - if value >= 100: - return f"₩{value:,.0f}" - if value >= 10: - return f"₩{value:,.2f}" - if value >= 1: - return f"₩{value:,.3f}" - return f"₩{value:,.4f}" - - -def _holding_qty(balances: dict[str, dict[str, float]], symbol: str) -> float: - """ - 잔고 dict에서 코인 보유 수량을 반환합니다. - - Args: - balances: load_balances_dict() 결과. - symbol: 통화 코드 (예: WLD). - - Returns: - 보유 수량 (없으면 0). - """ - info = balances.get(symbol) or {} - return float(info.get("balance") or 0.0) - - -def build_rule_alert_message( - hit: dict[str, Any], - balances: dict[str, dict[str, float]] | None = None, - *, - trade_krw: float | None = None, - trade_qty: float | None = None, -) -> str: - """ - 규칙 발화 알림 본문을 만듭니다. - - trade_krw·trade_qty가 있으면 실제(모의) 체결 규모를 표시합니다. - 없으면 매수는 MONITOR_ALERT_KRW_AMOUNT, 매도는 보유×가격(또는 참고 금액). - - Args: - hit: evaluate_live_rules 항목 (side, rule_id, dt, close). - balances: 잔고 dict (모의·실거래). - trade_krw: 체결 원화(모의·실거래 planned/executed). - trade_qty: 체결 수량(매도 시). - - Returns: - 텔레그램 메시지 문자열. - """ - side = str(hit.get("side", "")).upper() - close = float(hit["close"]) - rule_id = hit.get("rule_id", "") - dt = hit.get("dt", "") - - qty_basis = "" - if trade_krw is not None and trade_krw > 0: - amount = float(trade_krw) - if trade_qty is not None and trade_qty > 0: - qty = float(trade_qty) - qty_basis = "체결 기준" - elif close > 0: - qty = amount / close - qty_basis = "체결 기준(원화→수량)" - else: - qty = 0.0 - qty_basis = "체결 기준" - elif side == "SELL" and balances is not None: - qty = _holding_qty(balances, SYMBOL) - amount = qty * close - qty_basis = "보유 기준(체결 전)" - elif side == "BUY": - amount = float(MONITOR_ALERT_KRW_AMOUNT) - qty = amount / close if close > 0 else 0.0 - qty_basis = "참고 매수 규모(알림용)" - else: - amount = float(MONITOR_ALERT_KRW_AMOUNT) - qty = amount / close if close > 0 else 0.0 - qty_basis = "참고 규모(잔고 미조회)" - - lines = [ - f"[DeepCoin {side}] {COIN_NAME}", - f"규칙: {rule_id}", - f"시각: {dt}", - f"가격: {_fmt_price(close)}", - f"수량: {qty:,.4f} {SYMBOL} ({qty_basis})", - f"금액: {_fmt_krw(amount)}", - "※ 알림만 전송, 자동 주문 없음", - ] - return "\n".join(lines) diff --git a/deepcoin/ops/chart_report.py b/deepcoin/ops/chart_report.py deleted file mode 100644 index abed108..0000000 --- a/deepcoin/ops/chart_report.py +++ /dev/null @@ -1,308 +0,0 @@ -""" -ground_truth·시뮬 등 차트 HTML 공통 레이아웃·스타일. -""" - -from __future__ import annotations - -from typing import Any - -CHART_REPORT_CSS = """ - body { font-family: "Malgun Gothic", Arial, sans-serif; margin: 24px; background: #f8fafc; } - h1 { font-size: 1.35rem; } - h2 { font-size: 1.1rem; margin-top: 28px; } - .meta { color: #475569; font-size: 0.9rem; } - .note { background: #f1f5f9; border: 1px solid #cbd5e1; padding: 10px; border-radius: 6px; - color: #334155; font-size: 0.9rem; line-height: 1.5; } - .go { font-size: 1.25rem; font-weight: 700; } - .go-pass { color: #16a34a; } - .go-fail { color: #dc2626; } - .cards { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; } - .card { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px 14px; } - .card span { font-size: 0.75rem; color: #64748b; display: block; } - .card b { font-size: 1.05rem; } - .chart-wrap { background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:8px; } - .legend-box { font-size:0.85rem; color:#475569; margin-bottom:10px; line-height: 1.6; } - table { width:100%; border-collapse:collapse; background:#fff; font-size:0.85rem; } - th, td { border:1px solid #e2e8f0; padding:8px; text-align:left; } - th { background:#f1f5f9; } - td.buy { color:#16a34a; font-weight:600; } - td.sell { color:#dc2626; font-weight:600; } - td.num { text-align: right; font-variant-numeric: tabular-nums; } - .criteria { background:#fff; border:1px solid #e2e8f0; border-radius:8px; - padding:12px 16px; margin:12px 0; } - .criteria h3 { margin: 0 0 8px; font-size: 1rem; } - .criteria ul { margin: 6px 0 0 18px; padding: 0; } - .criteria li { margin: 4px 0; color: #334155; } - .criteria .kind { color: #64748b; font-size: 0.85rem; } - .table-scroll { max-height: 480px; overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 8px; } - .pass { color: #16a34a; font-weight: 600; } - .fail { color: #dc2626; font-weight: 600; } - .summary-cards { margin: 16px 0; } - .summary-cards .cards-row-block { display: block; width: 100%; margin-bottom: 14px; } - .summary-cards .cards-row-block:last-child { margin-bottom: 0; } - .cards-group-title { - font-size: 0.82rem; color: #475569; margin: 0 0 8px; font-weight: 600; - display: block; - } -""" - - -def initial_change_pct(pnl: dict[str, Any]) -> float: - """ - 초기 금액 대비 총보유자산 증감율(%)을 계산합니다. - - Args: - pnl: initial_cash_krw, final_asset_krw (또는 pnl_pct) 포함 dict. - - Returns: - 증감율 %. - """ - if pnl.get("pnl_pct") is not None: - return float(pnl["pnl_pct"]) - initial = float(pnl.get("initial_cash_krw") or 0) - final = float(pnl.get("final_asset_krw") or 0) - if initial <= 0: - return 0.0 - return (final - initial) / initial * 100.0 - - -def pnl_cards_html(pnl: dict[str, Any], trade_label: str, trade_count: int) -> str: - """ - GT·시뮬 HTML 공통 자산 요약 카드 (총보유자산·초기 대비 증감율). - - Args: - pnl: simulate_truth_portfolio 또는 simulate_fixed_order_portfolio 결과. - trade_label: 타점 라벨(예: 정답 타점, 시뮬 체결). - trade_count: 타점 건수. - - Returns: - card div HTML 연속 문자열. - """ - if pnl.get("initial_cash_krw") is None: - return card_html(trade_label, f"{trade_count}건") - change_pct = initial_change_pct(pnl) - out = card_html(trade_label, f"{trade_count}건") - out += card_html("초기 금액", f"₩{pnl['initial_cash_krw']:,.0f}") - out += card_html("총보유자산", f"₩{pnl['final_asset_krw']:,.0f}") - out += card_html("초기 대비 증감율", f"{change_pct:+.2f}%") - out += card_html("수수료", f"₩{pnl['total_fees_krw']:,.0f}") - if pnl.get("holding_qty", 0) > 0: - out += card_html( - "미청산", - f"{pnl['holding_qty']}개 (₩{pnl['holding_value_krw']:,.0f})", - ) - return out - - -def market_cards_html(close_last: float, bb_pos_txt: str) -> str: - """ - 종가·BB %B 카드. - - Args: - close_last: 종가. - bb_pos_txt: BB %B 표시 문자열. - - Returns: - card HTML. - """ - return card_html("종가", f"₩{close_last:,.2f}") + card_html("BB %B", bb_pos_txt) - - -def card_html(label: str, value: str) -> str: - """ - 요약 카드 HTML 한 칸. - - Args: - label: 라벨. - value: 값(HTML 허용). - - Returns: - div.card 문자열. - """ - return f'
    {label}{value}
    ' - - -def stacked_summary_cards_html( - title: str, - cards_inner: str, -) -> str: - """ - 제목 한 줄 + 카드 flex 한 줄을 세로 블록으로 묶습니다. - - Args: - title: cards-group-title 텍스트(HTML 허용). - cards_inner: .cards 안에 넣을 card div 문자열. - - Returns: - cards-row-block HTML. - """ - return ( - '
    ' - f'

    {title}

    ' - f'
    {cards_inner}
    ' - "
    " - ) - - -def wrap_chart_report_page( - page_title: str, - heading: str, - meta_line: str, - note_html: str, - legend_html: str, - cards_html: str, - chart_html: str, - sections_html: str, -) -> str: - """ - Plotly 차트·테이블을 ground_truth와 동일 스타일 페이지로 감쌉니다. - - Args: - page_title: document title. - heading: h1. - meta_line: 기간·추세 등. - note_html: 안내 박스. - legend_html: 차트 범례 설명. - cards_html: .cards 내부 HTML 또는 .summary-cards 블록 전체. - chart_html: plotly embed. - sections_html: h2·테이블·criteria 등 본문 하단. - - Returns: - 전체 HTML 문서. - """ - return f""" - - - - {page_title} - - - -

    {heading}

    -

    {meta_line}

    - {note_html} -
    {legend_html}
    - {cards_html if "summary-cards" in cards_html else f'
    {cards_html}
    '} -
    {chart_html}
    - {sections_html} - -""" - - -_COL_LABELS: dict[str, str] = { - "m3_bb_pos": "3분 BB %B", - "m15_bb_pos": "15분 BB %B", - "m30_bb_pos": "30분 BB %B", - "m3_RSI": "3분 RSI", - "m15_RSI": "15분 RSI", - "m30_RSI": "30분 RSI", - "m3_stoch_k": "3분 Stoch %K", - "m15_stoch_k": "15분 Stoch %K", -} - - -def _col_label(col: str) -> str: - """지표 컬럼 한글 라벨.""" - return _COL_LABELS.get(col, col) - - -def _format_condition(cond: dict[str, Any]) -> str: - """ - 규칙 조건 dict를 읽기 쉬운 문자열로 변환. - - Args: - cond: {col, op, lo, hi, value}. - - Returns: - 한 줄 설명. - """ - col = _col_label(str(cond.get("col", ""))) - op = cond.get("op", "") - if op == "between": - return f"{col} ∈ [{cond.get('lo'):.4g}, {cond.get('hi'):.4g}]" - if op == "lte": - return f"{col} ≤ {cond.get('value'):.4g}" - if op == "gte": - return f"{col} ≥ {cond.get('value'):.4g}" - if op == "lt": - return f"{col} < {cond.get('value'):.4g}" - if op == "gt": - return f"{col} > {cond.get('value'):.4g}" - return f"{col} {op} {cond}" - - -_KIND_LABELS: dict[str, str] = { - "contrast": "대조 — GT 매수·매도 프로필 대비 반대 구간 (m3 중심)", - "compound_tight": "복합 타이트 — GT 프로필 상위 3지표 AND 동시 충족", - "compound": "복합 TOP3 — GT 프로필 상위 3지표 AND", - "atomic": "단일 — GT 프로필 1지표", - "wide": "완화 — 프로필 외곽 구간", -} - - -def format_rule_kind(kind: str) -> str: - """규칙 kind 한글 설명.""" - return _KIND_LABELS.get(kind, kind) - - -def rule_criteria_html(rule: dict[str, Any]) -> str: - """ - monitor_rule 1개의 매칭 기준 블록 HTML. - - Args: - rule: matched_rules 내 rule dict. - - Returns: - .criteria 블록 HTML. - """ - rid = rule.get("rule_id", "") - side = "매수" if rule.get("side") == "buy" else "매도" - kind = rule.get("kind", "") - conds = rule.get("conditions") or [] - items = "".join(f"
  • {_format_condition(c)}
  • " for c in conds) - m = rule.get("metrics", {}).get("all", {}) - hold = rule.get("metrics", {}).get("holdout", {}) - return f""" -
    -

    {rid} ({side} · {format_rule_kind(kind)})

    -

    발화 시 3분봉 종가·8TF 지표가 아래를 모두 만족하면 {side} 신호.

    - -

    전구간 EV {m.get('ev_pct', '-')}%% · holdout EV {hold.get('ev_pct', '-')}%% · - holdout PF {hold.get('profit_factor', '-')}

    -
    """ - - -def go_no_go_table_html(checks: list[dict[str, Any]], go: bool) -> str: - """ - Go/No-Go 검증 테이블 HTML. - - Args: - checks: go_no_go.checks. - go: 종합 판정. - - Returns: - section HTML. - """ - flag = "go-pass" if go else "go-fail" - label = "GO" if go else "NO-GO" - rows = [] - for c in checks: - mark = "PASS" if c.get("pass") else "FAIL" - cls = "pass" if c.get("pass") else "fail" - rows.append( - f"{c.get('rule_id')}{c.get('side')}" - f'{mark}' - f'{c.get("holdout_ev")}' - f'{c.get("holdout_pf")}' - f'{c.get("wf_positive_ratio")}' - f'{c.get("fee_stress_ev")}' - ) - body = "\n".join(rows) if rows else "없음" - return f""" -

    Go/No-Go (monitor_rules)

    -

    종합 판정: {label}

    - - - - {body} -
    규칙side판정holdout EV%holdout PFWF 양수월수수료 2x EV%
    """ diff --git a/deepcoin/ops/hybrid_sim_execution.py b/deepcoin/ops/hybrid_sim_execution.py deleted file mode 100644 index 6924309..0000000 --- a/deepcoin/ops/hybrid_sim_execution.py +++ /dev/null @@ -1,473 +0,0 @@ -""" -시뮬 sim_causal_hybrid 와 동일 체결 엔진 (build_monitor_hybrid_sized_trades). - -live(06) plan_live_hit: 발화 이력 → hybrid 배분 → amount_krw·수량 (인과, 현금·보유 제약). -""" - -from __future__ import annotations - -from dataclasses import dataclass -from typing import Any - -import pandas as pd - -from config import ( - CHART_LOOKBACK_DAYS, - GT_INITIAL_CASH_KRW, - LIVE_HYBRID_BOOTSTRAP_FIRES, - TRADING_FEE_RATE, -) -from deepcoin.ground_truth.causal_gt_hybrid import build_monitor_hybrid_sized_trades -from deepcoin.ground_truth.gt_allocation import resolve_sell_qty -from deepcoin.ground_truth.hybrid_dd_calibrate import load_hybrid_dd_params -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.paths import MATCHING_FIRE_OUTCOMES - - -@dataclass -class SimTradeResult: - """단일 발화에 대한 시뮬 배분·체결 결과.""" - - hit: dict[str, Any] - amount_krw: float - sell_qty: float - ok: bool - message: str - leg_id: int | None = None - - -def bootstrap_monitor_signals_from_outcomes( - *, - end_dt: str | None = None, - lookback_days: int | None = None, -) -> list[dict[str, Any]]: - """ - 04 fire_outcomes 에서 monitor 규칙 발화를 로드 (시뮬 all_monitor 와 동일 입력). - - Args: - end_dt: 이 시각 이전만 포함 (None=전체). - lookback_days: CHART_LOOKBACK_DAYS 대신 사용할 일수. - - Returns: - {dt, rule_id, side, close} 리스트 (시각순). - """ - import pandas as pd - - path = MATCHING_FIRE_OUTCOMES - if not path.is_file(): - return [] - monitor_ids = {r["rule_id"] for r in load_monitor_rules()} - if not monitor_ids: - return [] - df = pd.read_csv(path) - if df.empty or "rule_id" not in df.columns: - return [] - sub = df[df["rule_id"].isin(monitor_ids)].copy() - if sub.empty: - return [] - sub["dt"] = sub["dt"].astype(str) - if end_dt: - sub = sub[sub["dt"] <= str(end_dt)] - if lookback_days is not None and lookback_days > 0: - end_ts = pd.to_datetime(sub["dt"].max()) if end_dt is None else pd.to_datetime(end_dt) - start = end_ts - pd.Timedelta(days=int(lookback_days)) - sub = sub[pd.to_datetime(sub["dt"]) >= start] - elif lookback_days is None and CHART_LOOKBACK_DAYS > 0: - end_ts = pd.to_datetime(sub["dt"].max()) - start = end_ts - pd.Timedelta(days=int(CHART_LOOKBACK_DAYS)) - sub = sub[pd.to_datetime(sub["dt"]) >= start] - rows: list[dict[str, Any]] = [] - for _, r in sub.iterrows(): - rows.append( - { - "dt": str(r["dt"]), - "rule_id": str(r["rule_id"]), - "side": str(r["side"]), - "close": float(r["close"]), - } - ) - return sort_hits_sim_order(rows) - - -def merge_signal_histories( - *histories: list[dict[str, Any]], -) -> list[dict[str, Any]]: - """ - 발화 이력 병합 (dt+rule_id+side 기준 중복 제거, 시뮬 정렬). - - Args: - *histories: 신호 dict 리스트들. - - Returns: - 병합·정렬된 리스트. - """ - seen: set[tuple[str, str, str]] = set() - merged: list[dict[str, Any]] = [] - for hist in histories: - for h in hist: - key = hit_key(h) - if key in seen: - continue - seen.add(key) - merged.append( - { - "dt": key[0], - "rule_id": key[1], - "side": key[2], - "close": float(h["close"]), - } - ) - return sort_hits_sim_order(merged) - - -def build_live_signal_history( - persisted: list[dict[str, Any]] | None = None, - *, - bootstrap_fires: bool | None = None, -) -> list[dict[str, Any]]: - """ - 운영 hybrid 이력: fire_outcomes 부트스트랩 + live 저장분 병합. - - Args: - persisted: live_signal_history.json signals. - bootstrap_fires: fire_outcomes 부트스트랩 여부. None이면 config. - - Returns: - sim_causal_hybrid 입력과 동일 형식의 이력. - """ - use_boot = ( - LIVE_HYBRID_BOOTSTRAP_FIRES if bootstrap_fires is None else bootstrap_fires - ) - parts: list[list[dict[str, Any]]] = [] - if use_boot: - boot = bootstrap_monitor_signals_from_outcomes() - if boot: - parts.append(boot) - if persisted: - parts.append(persisted) - if not parts: - return [] - return merge_signal_histories(*parts) - - -class HybridSimPortfolio: - """ - hybrid 배분 결과를 현금·보유 수량에 적용 (시뮬·live plan 공용, API 미사용). - """ - - def __init__(self) -> None: - """초기 현금만 보유.""" - self.cash_krw: float = float(GT_INITIAL_CASH_KRW) - self.qty: float = 0.0 - self.qty_by_leg: dict[int, float] = {} - self.sell_leg: int | None = None - self.sell_base_qty: float = 0.0 - - def apply_buy(self, amount_krw: float, price: float, leg_id: int) -> bool: - """ - 매수 체결 (가용 현금·수수료 범위). - - Args: - amount_krw: 매수 원화. - price: 체결가. - leg_id: leg ID. - - Returns: - 체결 성공 여부. - """ - if amount_krw <= 0 or price <= 0: - return False - fee = amount_krw * TRADING_FEE_RATE - if self.cash_krw < amount_krw + fee: - return False - self.cash_krw -= amount_krw + fee - bought = amount_krw / price - self.qty += bought - self.qty_by_leg[leg_id] = self.qty_by_leg.get(leg_id, 0.0) + bought - self.sell_leg = None - self.sell_base_qty = 0.0 - return True - - def apply_sell(self, amount_krw: float, sell_qty: float, price: float, leg_id: int) -> bool: - """ - 매도 체결 (보유 수량 필요). - - Args: - amount_krw: 매도 원화(총액). - sell_qty: 매도 수량. - price: 체결가. - leg_id: leg ID. - - Returns: - 체결 성공 여부. - """ - if sell_qty <= 0 or amount_krw <= 0: - return False - leg_qty = self.qty_by_leg.get(leg_id, 0.0) - if leg_qty <= 1e-12: - return False - fee = amount_krw * TRADING_FEE_RATE - self.cash_krw += amount_krw - fee - leg_qty -= sell_qty - self.qty_by_leg[leg_id] = max(leg_qty, 0.0) - self.qty = max(self.qty - sell_qty, 0.0) - if self.qty < 1e-12: - self.qty = 0.0 - if self.qty_by_leg.get(leg_id, 0.0) <= 1e-12: - self.qty_by_leg.pop(leg_id, None) - self.sell_leg = None - self.sell_base_qty = 0.0 - return True - - -def hit_key(hit: dict[str, Any]) -> tuple[str, str, str]: - """발화 고유 키 (dt, rule_id, side).""" - return (str(hit["dt"]), str(hit["rule_id"]), str(hit["side"])) - - -def sort_hits_sim_order(hits: list[dict[str, Any]]) -> list[dict[str, Any]]: - """ - 시뮬·allocate 순서: 시각순, 동일 시각이면 buy → sell. - - Args: - hits: evaluate_live_rules 발화. - - Returns: - 정렬된 리스트. - """ - side_rank = {"buy": 0, "sell": 1} - - def _key(h: dict[str, Any]) -> tuple: - return (str(h["dt"]), side_rank.get(str(h["side"]), 9), str(h["rule_id"])) - - return sorted(hits, key=_key) - - -def _signals_for_hybrid( - signal_history: list[dict[str, Any]], - *, - approved_buy_rules: set[str] | None = None, -) -> list[dict[str, Any]]: - """ - hybrid 배분용 신호 목록. - - sim_causal_hybrid 와 동일하려면 approved_buy_rules=None (monitor 전체 발화). - 운영에서 추가로 EV/WF 매수만 허용하려면 rule_id 집합을 넘깁니다. - - Args: - signal_history: {dt, rule_id, side, close}. - approved_buy_rules: None=필터 없음. set 이면 해당 매수 rule_id 만. - - Returns: - 시뮬 입력 trade dict 리스트. - """ - out: list[dict[str, Any]] = [] - for h in sort_hits_sim_order(signal_history): - side = str(h["side"]) - rid = str(h["rule_id"]) - if ( - side == "buy" - and approved_buy_rules is not None - and rid not in approved_buy_rules - ): - continue - out.append( - { - "dt": str(h["dt"]), - "side": side, - "close": float(h["close"]), - "rule_id": rid, - } - ) - return out - - -def size_monitor_signals( - signal_history: list[dict[str, Any]], - ohlc_df: pd.DataFrame, - *, - approved_buy_rules: set[str] | None = None, -) -> list[dict[str, Any]]: - """ - 시뮬과 동일 hybrid tier 배분 (amount_krw·weight·leg_id). - - Args: - signal_history: 누적 발화. - ohlc_df: 3m OHLC. - approved_buy_rules: 매수 허용 규칙. - - Returns: - sized trade dict 리스트 (시각순). - """ - rows = _signals_for_hybrid(signal_history, approved_buy_rules=approved_buy_rules) - if not rows: - return [] - fires = pd.DataFrame(rows) - dd = load_hybrid_dd_params() - sized, _stats = build_monitor_hybrid_sized_trades( - fires, - ohlc_df, - enhanced=False, - initial_cash=float(GT_INITIAL_CASH_KRW), - fee_rate=TRADING_FEE_RATE, - dd_large_pct=dd.get("dd_large_pct"), - dd_medium_pct=dd.get("dd_medium_pct"), - ) - return sized - - -def replay_hybrid_signals( - signal_history: list[dict[str, Any]], - ohlc_df: pd.DataFrame, - *, - approved_buy_rules: set[str] | None = None, -) -> tuple[HybridSimPortfolio, dict[tuple[str, str, str], SimTradeResult]]: - """ - 신호 이력 전체를 hybrid 배분·체결 규칙으로 재생 (simulate_portfolio_steps 동일). - - Args: - signal_history: 누적 발화. - ohlc_df: 3m OHLC. - approved_buy_rules: None=시뮬 동일. set 이면 매수 rule_id 필터. - - Returns: - (portfolio, hit_key → SimTradeResult). - """ - sized = size_monitor_signals( - signal_history, ohlc_df, approved_buy_rules=approved_buy_rules - ) - portfolio = HybridSimPortfolio() - results: dict[tuple[str, str, str], SimTradeResult] = {} - fee_rate = TRADING_FEE_RATE - current_leg: int | None = None - leg_budget = 0.0 - - for t in sorted(sized, key=lambda x: x["dt"]): - action = str(t.get("action", t.get("side", ""))) - price = float(t["price"]) - if price <= 0: - continue - dt = str(t["dt"]) - rid = str(t.get("rule_id", "")) - leg_id = int(t.get("leg_id", 0)) - weight = float(t.get("weight", 1.0)) - hit = {"dt": dt, "rule_id": rid, "side": action, "close": price} - key = hit_key(hit) - - if action == "buy": - ak = t.get("amount_krw") - if ak is not None and float(ak) > 0: - amount = min( - float(ak), - max(portfolio.cash_krw / (1.0 + fee_rate), 0.0), - ) - else: - if leg_id != current_leg: - current_leg = leg_id - leg_budget = portfolio.cash_krw - amount = min( - leg_budget * weight, - max(portfolio.cash_krw / (1.0 + fee_rate), 0.0), - ) - if amount <= 0: - results[key] = SimTradeResult( - hit, 0.0, 0.0, False, "시뮬 매수 스킵(현금·tier)" - ) - continue - fee = amount * fee_rate - portfolio.cash_krw -= amount + fee - bought = amount / price - portfolio.qty += bought - portfolio.qty_by_leg[leg_id] = ( - portfolio.qty_by_leg.get(leg_id, 0.0) + bought - ) - portfolio.sell_leg = None - portfolio.sell_base_qty = 0.0 - results[key] = SimTradeResult( - hit, - amount, - 0.0, - True, - f"sim_buy leg={leg_id} ₩{amount:,.0f}", - leg_id=leg_id, - ) - continue - - if action == "sell" and portfolio.qty > 0: - leg_qty = portfolio.qty_by_leg.get(leg_id, portfolio.qty) - if portfolio.sell_leg != leg_id: - portfolio.sell_leg = leg_id - portfolio.sell_base_qty = leg_qty - sell_qty = resolve_sell_qty( - t, leg_qty, price, portfolio.sell_base_qty, weight - ) - if sell_qty <= 0: - results[key] = SimTradeResult( - hit, 0.0, 0.0, False, "시뮬 매도 스킵" - ) - continue - gross = sell_qty * price - fee = gross * fee_rate - portfolio.cash_krw += gross - fee - leg_qty -= sell_qty - portfolio.qty_by_leg[leg_id] = max(leg_qty, 0.0) - portfolio.qty = max(portfolio.qty - sell_qty, 0.0) - if portfolio.qty < 1e-12: - portfolio.qty = 0.0 - results[key] = SimTradeResult( - hit, - gross, - sell_qty, - True, - f"sim_sell qty={sell_qty:.4f} ₩{gross:,.0f}", - leg_id=leg_id, - ) - continue - - results[key] = SimTradeResult(hit, 0.0, 0.0, False, "보유 없음") - - return portfolio, results - - -def plan_live_hit( - signal_history: list[dict[str, Any]], - hit: dict[str, Any], - ohlc_df: pd.DataFrame, - *, - approved_buy_rules: set[str] | None = None, -) -> SimTradeResult: - """ - live: 누적 이력 + 신규 발화 1건 — replay 와 동일 sell_qty·amount. - - Args: - signal_history: 기존 이력(신규 hit 미포함). - hit: 이번 발화. - ohlc_df: 3m OHLC. - approved_buy_rules: 매수 허용. - - Returns: - SimTradeResult. - """ - if ohlc_df is None or getattr(ohlc_df, "empty", True): - return SimTradeResult(hit, 0.0, 0.0, False, "OHLC 없음") - dt, rid, side = hit_key(hit) - hist = list(signal_history) - if not any( - str(s["dt"]) == dt and str(s["rule_id"]) == rid and str(s["side"]) == side - for s in hist - ): - hist.append( - { - "dt": dt, - "rule_id": rid, - "side": side, - "close": float(hit["close"]), - } - ) - _, results = replay_hybrid_signals( - hist, ohlc_df, approved_buy_rules=approved_buy_rules - ) - res = results.get((dt, rid, side)) - if res is not None: - return res - return SimTradeResult(hit, 0.0, 0.0, False, "시뮬 배분 없음") diff --git a/deepcoin/ops/live_trader.py b/deepcoin/ops/live_trader.py deleted file mode 100644 index 32e87d8..0000000 --- a/deepcoin/ops/live_trader.py +++ /dev/null @@ -1,373 +0,0 @@ -""" -3단계: monitor_rules 발화 시 빗썸 실주문 (가드·로그). - -체결 배분: 시뮬 sim_causal_hybrid 와 동일 - - fire_outcomes 부트스트랩 + hybrid_sim_execution.plan_live_hit - - enhanced=False, hybrid DD tier, EV/WF 매수 필터 -LIVE_TRADING_ENABLED=1 필수. -""" - -from __future__ import annotations - -import json -import time -from datetime import date, datetime -from typing import Any - -from config import ( - CHART_LOOKBACK_DAYS, - COIN_NAME, - LIVE_COOLDOWN_MIN, - LIVE_DAILY_KRW_MAX, - LIVE_DAILY_LOSS_LIMIT_KRW, - LIVE_HYBRID_BOOTSTRAP_FIRES, - LIVE_MAX_TRADES_PER_DAY, - LIVE_ORDER_KRW, - LIVE_TRADING_ENABLED, - MATCH_PRIMARY_INTERVAL, - SYMBOL, - TRADING_FEE_RATE, -) -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.matching.live_eval import evaluate_live_rules -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.ops.alert_message import build_rule_alert_message -from deepcoin.ops.hybrid_sim_execution import ( - SimTradeResult, - build_live_signal_history, - hit_key, - plan_live_hit, - sort_hits_sim_order, -) -from deepcoin.ops.monitor import Monitor -from deepcoin.ops.portfolio_report import maybe_record_portfolio_snapshot -from deepcoin.paths import ( - LIVE_SIGNAL_HISTORY_JSON, - LIVE_TRADES_LOG, -) - - -class LiveTrader(Monitor): - """ - 규칙 발화 시 빗썸 실주문. 배분은 시뮬 sim_causal_hybrid 와 동일 엔진. - """ - - def __init__(self) -> None: - """Monitor 초기화, hybrid 이력·일별 카운터.""" - if not LIVE_TRADING_ENABLED: - raise RuntimeError( - "LIVE_TRADING_ENABLED=0 — 실거래만 지원합니다. " - ".env 에 LIVE_TRADING_ENABLED=1 설정 후 재기동하세요." - ) - super().__init__(cooldown_file=None) - self._rule_last_unix: dict[str, float] = {} - self._day: str = "" - self._day_spent_krw: float = 0.0 - self._day_trades: int = 0 - self._day_pnl_krw: float = 0.0 - self._ohlc_df = None - self._persisted_ops_signals: list[dict[str, Any]] = self._load_persisted_signals() - self._live_signal_history = self._init_signal_history() - self._load_ohlc_df() - - def _load_persisted_signals(self) -> list[dict[str, Any]]: - """live_signal_history.json.""" - if not LIVE_SIGNAL_HISTORY_JSON.is_file(): - return [] - try: - data = json.loads(LIVE_SIGNAL_HISTORY_JSON.read_text(encoding="utf-8")) - return list(data.get("signals") or []) - except (json.JSONDecodeError, OSError): - return [] - - def _init_signal_history(self) -> list[dict[str, Any]]: - """ - 시뮬과 동일 hybrid 입력: fire_outcomes 부트스트랩 + 운영 저장분. - - Returns: - 병합된 발화 이력. - """ - merged = build_live_signal_history(self._persisted_ops_signals) - n_boot = max(len(merged) - len(self._persisted_ops_signals), 0) - print( - f"[06] hybrid 이력: total={len(merged)} " - f"(bootstrap={'on' if LIVE_HYBRID_BOOTSTRAP_FIRES else 'off'}, " - f"from_fires~{n_boot}, ops_persisted={len(self._persisted_ops_signals)})" - ) - return merged - - def _save_persisted_ops_signals(self) -> None: - """운영 체결분만 저장 (fire_outcomes 부트스트랩은 재로드).""" - LIVE_SIGNAL_HISTORY_JSON.parent.mkdir(parents=True, exist_ok=True) - LIVE_SIGNAL_HISTORY_JSON.write_text( - json.dumps( - {"signals": self._persisted_ops_signals[-2000:]}, - ensure_ascii=False, - indent=2, - ), - encoding="utf-8", - ) - - def _live_signal_seen(self, hit: dict[str, Any]) -> bool: - """이력에 동일 봉 발화가 있는지.""" - dt, rid, side = hit_key(hit) - return any( - str(s["dt"]) == dt and str(s["rule_id"]) == rid and str(s["side"]) == side - for s in self._live_signal_history - ) - - def _append_live_signal(self, hit: dict[str, Any]) -> None: - """체결 성공 발화를 전체 이력·운영 저장분에 추가.""" - if self._live_signal_seen(hit): - return - row = { - "dt": str(hit["dt"]), - "rule_id": str(hit["rule_id"]), - "side": str(hit["side"]), - "close": float(hit["close"]), - } - self._live_signal_history.append(row) - if not any(hit_key(s) == hit_key(row) for s in self._persisted_ops_signals): - self._persisted_ops_signals.append(row) - - def _reset_day_if_needed(self) -> None: - """날짜 변경 시 일별 한도 카운터 초기화.""" - today = date.today().isoformat() - if today != self._day: - self._day = today - self._day_spent_krw = 0.0 - self._day_trades = 0 - self._day_pnl_krw = 0.0 - - def _append_log(self, record: dict[str, Any]) -> None: - """live_trades.jsonl append.""" - LIVE_TRADES_LOG.parent.mkdir(parents=True, exist_ok=True) - with LIVE_TRADES_LOG.open("a", encoding="utf-8") as f: - f.write(json.dumps(record, ensure_ascii=False) + "\n") - - def _can_trade(self, rule_id: str, planned_krw: float | None = None) -> tuple[bool, str]: - """ - 쿨다운(1봉=3분) + 일한도·손실한도·거래횟수. - - Args: - rule_id: 규칙 ID. - planned_krw: 예정 매수 원화. - - Returns: - (허용 여부, 거절 사유). - """ - self._reset_day_if_needed() - last = self._rule_last_unix.get(rule_id, 0.0) - if time.time() - last < LIVE_COOLDOWN_MIN * 60: - return False, f"규칙 쿨다운({LIVE_COOLDOWN_MIN}분)" - if self._day_trades >= LIVE_MAX_TRADES_PER_DAY: - return False, "일 최대 거래 수 초과" - need = float(planned_krw if planned_krw is not None else LIVE_ORDER_KRW) - if self._day_spent_krw + need > LIVE_DAILY_KRW_MAX: - return False, "일 주문 한도 초과" - if self._day_pnl_krw <= -abs(LIVE_DAILY_LOSS_LIMIT_KRW): - return False, "일 손실 한도 초과" - return True, "" - - def _load_ohlc_df(self) -> None: - """drawdown tier용 3m OHLC.""" - try: - frames = load_frames_from_db(self, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - self._ohlc_df = frames.get(MATCH_PRIMARY_INTERVAL) - except Exception: - self._ohlc_df = None - - def _sim_plan(self, hit: dict[str, Any]) -> SimTradeResult: - """시뮬 hybrid 배분 1건 (누적 이력·인과, 현금·보유 제약).""" - if self._ohlc_df is None: - self._load_ohlc_df() - return plan_live_hit( - list(self._live_signal_history), - hit, - self._ohlc_df, - approved_buy_rules=None, - ) - - @staticmethod - def _cap_plan_to_exchange(plan: SimTradeResult, hit: dict[str, Any], balances: dict) -> SimTradeResult: - """ - 시뮬 planned 금액을 거래소 가용 잔고 이내로 제한. - - Args: - plan: hybrid 시뮬 배분 결과. - hit: 발화. - balances: load_balances_dict() 결과. - - Returns: - 조정된 SimTradeResult. - """ - sym = balances.get(SYMBOL, {}) - price = float(hit["close"]) - side = hit["side"] - - if not plan.ok or plan.amount_krw <= 0: - return plan - - if side == "buy": - krw = float(sym.get("krw") or 0) - max_buy = max(krw / (1.0 + TRADING_FEE_RATE) - 1.0, 0.0) - capped = min(float(plan.amount_krw), max_buy) - if capped <= 0: - return SimTradeResult( - plan.hit, 0.0, 0.0, False, "거래소 현금 부족(시뮬 대비)" - ) - if capped < plan.amount_krw - 1.0: - return SimTradeResult( - plan.hit, - round(capped, 0), - 0.0, - True, - f"sim_buy capped ₩{capped:,.0f} (plan ₩{plan.amount_krw:,.0f})", - leg_id=plan.leg_id, - ) - return plan - - held = float(sym.get("balance") or 0) - if held <= 0: - return SimTradeResult(plan.hit, 0.0, 0.0, False, "거래소 보유 없음") - sell_qty = min(float(plan.sell_qty), held) - if sell_qty <= 0: - return SimTradeResult(plan.hit, 0.0, 0.0, False, "매도 수량 0") - gross = round(sell_qty * price, 0) - if sell_qty < plan.sell_qty - 1e-8: - return SimTradeResult( - plan.hit, - gross, - sell_qty, - True, - f"sim_sell capped qty={sell_qty:.4f}", - leg_id=plan.leg_id, - ) - return plan - - def _execute_live_order( - self, hit: dict[str, Any], plan: SimTradeResult, balances: dict - ) -> dict[str, Any]: - """실거래: 시뮬 plan(잔고 cap)으로 API 주문.""" - side = hit["side"] - price = float(hit["close"]) - plan = self._cap_plan_to_exchange(plan, hit, balances) - record: dict[str, Any] = { - "ts": datetime.now().isoformat(timespec="seconds"), - "rule_id": hit["rule_id"], - "side": side, - "signal_dt": hit["dt"], - "price": price, - "amount_krw": plan.amount_krw, - "live_enabled": True, - "ok": False, - "message": plan.message, - "sizing": "sim_causal_hybrid", - } - if not plan.ok: - return record - - try: - if side == "buy": - ok = self.buyCoinMarket(SYMBOL, int(plan.amount_krw), count=None) - record["ok"] = bool(ok) - record["message"] = "buyCoinMarket" if ok else "buy failed" - elif side == "sell": - sell_qty = float(plan.sell_qty) - gross = sell_qty * price - record["amount_krw"] = round(gross, 0) - ok = self.sellCoinMarket(SYMBOL, int(price), sell_qty) - record["ok"] = bool(ok) - record["sell_qty"] = sell_qty - record["message"] = ( - f"sell qty={sell_qty:.4f}" if ok else "sell failed" - ) - else: - record["message"] = f"unknown side {side}" - except Exception as exc: - record["message"] = str(exc) - - if record["ok"]: - spent = float(record.get("amount_krw") or plan.amount_krw) - self._day_spent_krw += spent - self._day_trades += 1 - self._rule_last_unix[hit["rule_id"]] = time.time() - self._append_live_signal(hit) - self._save_persisted_ops_signals() - return record - - def run_once(self) -> None: - """1회: 규칙 평가 → hybrid 배분 → 빗썸 주문 → 텔레그램.""" - from deepcoin.data.ops_sync import ensure_ops_candles - - ensure_ops_candles() - rules = load_monitor_rules() - print( - f"[06] {datetime.now():%Y-%m-%d %H:%M:%S} " - f"{COIN_NAME} LIVE rules={len(rules)} · sim=hybrid · bar={MATCH_PRIMARY_INTERVAL}m" - ) - if not rules: - print(" monitor_rules 없음 — scripts/04_match_rules.py 실행") - maybe_record_portfolio_snapshot(self) - return - - fired = evaluate_live_rules(rules, force_refresh=True) - if not fired: - print(" 발화 없음") - maybe_record_portfolio_snapshot(self) - return - - try: - balances = self.load_balances_dict() - except Exception: - balances = {} - - for hit in sort_hits_sim_order(fired): - rid = hit["rule_id"] - if self._live_signal_seen(hit): - continue - - plan_preview = self._sim_plan(hit) - ok, reason = self._can_trade(rid, plan_preview.amount_krw) - if not ok: - print(f" [{hit['side']}] {rid} @ {hit['dt']}") - print(f" skip: {reason}") - continue - - if not plan_preview.ok: - print(f" [{hit['side']}] {rid} @ {hit['dt']}") - print(f" skip: {plan_preview.message}") - continue - - print(f" [{hit['side']}] {rid} @ {hit['dt']}") - log = self._execute_live_order(hit, plan_preview, balances) - self._append_log(log) - print(f" order: {log['message']} ok={log['ok']}") - if not log["ok"]: - continue - try: - balances = self.load_balances_dict() - except Exception: - balances = None - msg = build_rule_alert_message( - hit, - balances, - trade_krw=float(log.get("amount_krw") or 0), - trade_qty=float(log.get("sell_qty") or 0) or None, - ) - if balances: - sym = balances.get(SYMBOL, {}) - msg += ( - f"\n[잔고] 현금 ₩{float(sym.get('krw', 0)):,.0f} · " - f"보유 {float(sym.get('balance', 0)):.4f} {SYMBOL}" - ) - msg += f"\n[체결] {log['message']}" - self._send_coin_msg(msg) - maybe_record_portfolio_snapshot(self) - - def run_loop(self, sleep_sec: int) -> None: - """상시 루프.""" - print(f"[06] 실거래 루프 시작 · sleep={sleep_sec}s") - while True: - self.run_once() - time.sleep(sleep_sec) diff --git a/deepcoin/ops/monitor.py b/deepcoin/ops/monitor.py deleted file mode 100644 index 07ee4ae..0000000 --- a/deepcoin/ops/monitor.py +++ /dev/null @@ -1,554 +0,0 @@ -import pandas as pd -from deepcoin.api.bithumb import HTS -from dateutil.relativedelta import relativedelta -from datetime import datetime -import sqlite3 -import time - -try: - import telegram -except ImportError: - telegram = None # type: ignore -import requests -import json -import asyncio -from multiprocessing import Pool -import numpy as np -import os - -from config import * -from deepcoin.data.candle_intervals import ( - candle_api_segment, - interval_display_label, - pagination_step, -) - -class Monitor(HTS): - """WLD 코인 데이터·지표·시장 상태 출력.""" - - last_signal = None - cooldown_file = None - - def __init__(self, cooldown_file: str | None = None) -> None: - HTS.__init__(self) - # 최근 매수 신호 저장용(파일은 [신규] 포맷으로 저장) - self.last_signal: dict[str, str] = {} - if cooldown_file is not None: - self.cooldown_file = cooldown_file - self.buy_cooldown = self._load_buy_cooldown() - else: - self.cooldown_file = None - self.buy_cooldown = {} - - # ------------- Persistence ------------- - def _load_buy_cooldown(self) -> dict: - """load trade record file into nested dict {symbol:{'buy':{'datetime':dt,'signal':s},'sell':{...}}}""" - if not os.path.exists(self.cooldown_file): - return {} - - try: - with open(self.cooldown_file, 'r', encoding='utf-8') as f: - raw = json.load(f) - except Exception as e: - print(f"Error loading cooldown data: {e}") - return {} - - record: dict[str, dict] = {} - for symbol, value in raw.items(): - # 신규 포맷: value has 'buy'/'sell' - if isinstance(value, dict) and ('buy' in value or 'sell' in value): - record[symbol] = {} - for side in ['buy', 'sell']: - side_val = value.get(side) - if isinstance(side_val, dict): - dt_iso = side_val.get('datetime') - sig = side_val.get('signal', '') - if dt_iso: - try: - dt_obj = datetime.fromisoformat(dt_iso) - except Exception: - dt_obj = None - else: - dt_obj = None - record[symbol][side] = {'datetime': dt_obj, 'signal': sig} - else: - # 구 포맷 처리 (매수만 기록) - try: - dt_obj = None - sig = '' - if isinstance(value, str): - dt_obj = datetime.fromisoformat(value) - elif isinstance(value, dict): - dt_iso = value.get('datetime') - sig = value.get('signal', '') - if dt_iso: - dt_obj = datetime.fromisoformat(dt_iso) - record.setdefault(symbol, {})['buy'] = {'datetime': dt_obj, 'signal': sig} - except Exception: - continue - - # last_signal 채우기 (buy 기준) - for sym, sides in record.items(): - if 'buy' in sides and sides['buy'].get('signal'): - self.last_signal[sym] = sides['buy']['signal'] - return record - - def _save_buy_cooldown(self) -> None: - """save nested trade record structure""" - try: - data: dict[str, dict] = {} - for symbol, sides in self.buy_cooldown.items(): - data[symbol] = {} - for side in ['buy', 'sell']: - info = sides.get(side) - if not info: - continue - dt_obj = info.get('datetime') - sig = info.get('signal', '') - data[symbol][side] = { - 'datetime': dt_obj.isoformat() if isinstance(dt_obj, datetime) else '', - 'signal': sig, - } - with open(self.cooldown_file, 'w', encoding='utf-8') as f: - json.dump(data, f, ensure_ascii=False, indent=2) - except Exception as e: - print(f"Error saving cooldown data: {e}") - - # ------------- Telegram ------------- - def _send_coin_msg(self, text: str) -> None: - if telegram is None: - print(f"[telegram skip] {text}") - return - coin_client = telegram.Bot(token=COIN_TELEGRAM_BOT_TOKEN) - asyncio.run(coin_client.send_message(chat_id=COIN_TELEGRAM_CHAT_ID, text=text)) - - def sendMsg(self, msg): - try: - pool = Pool(12) - pool.map(self._send_coin_msg, [msg]) - except Exception as e: - print(f"Error sending Telegram message: {str(e)}") - return - - def send_coin_telegram_message(self, message_list: list[str], header: str) -> None: - payload = header + "\n" - for i, message in enumerate(message_list): - payload += message - if i + 1 % MONITOR_TELEGRAM_BATCH_SIZE == 0: - pool = Pool(MONITOR_POOL_WORKERS) - pool.map(self._send_coin_msg, [payload]) - payload = '' - if len(message_list) % MONITOR_TELEGRAM_BATCH_SIZE != 0: - pool = Pool(MONITOR_POOL_WORKERS) - pool.map(self._send_coin_msg, [payload]) - - # ------------- Indicators ------------- - def normalize_data(self, data: pd.DataFrame) -> pd.DataFrame: - columns_to_normalize = ['Open', 'High', 'Low', 'Close', 'Volume'] - normalized_data = data.copy() - for column in columns_to_normalize: - min_val = data[column].rolling(window=MONITOR_NORM_WINDOW).min() - max_val = data[column].rolling(window=MONITOR_NORM_WINDOW).max() - denominator = max_val - min_val - normalized_data[f'{column}_Norm'] = np.where( - denominator != 0, - (data[column] - min_val) / denominator, - 0.5, - ) - return normalized_data - - def inverse_data(self, data: pd.DataFrame) -> pd.DataFrame: - """원본 data 가격 시계를 상하 대칭(글로벌 min/max 기준)으로 반전하여 하락↔상승 트렌드를 뒤집는다.""" - price_cols = ['Open', 'High', 'Low', 'Close'] - inv = data.copy() - global_min = data[price_cols].min().min() - global_max = data[price_cols].max().max() - # 축 기준은 global_mid = (max+min), so transformed = max+min - price - for col in price_cols: - inv[col] = global_max + global_min - data[col] - # Volume은 그대로 유지 - inv['Volume'] = data['Volume'] - # 지표 다시 계산 - inv = self.normalize_data(inv) - - for w in MONITOR_MA_WINDOWS: - inv[f"MA{w}"] = inv["Close"].rolling(window=w).mean() - inv[f"Deviation{w}"] = (inv["Close"] / inv[f"MA{w}"]) * 100 - if len(MONITOR_MA_WINDOWS) >= 2: - w_fast, w_slow = MONITOR_MA_WINDOWS[0], MONITOR_MA_WINDOWS[1] - inv["golden_cross"] = (inv[f"MA{w_fast}"] > inv[f"MA{w_slow}"]) & ( - inv[f"MA{w_fast}"].shift(1) <= inv[f"MA{w_slow}"].shift(1) - ) - inv["MA"] = inv["Close"].rolling(window=BB_PERIOD).mean() - inv["STD"] = inv["Close"].rolling(window=BB_PERIOD).std() - inv["Upper"] = inv["MA"] + (BB_STD * inv["STD"]) - inv["Lower"] = inv["MA"] - (BB_STD * inv["STD"]) - return inv - - def calculate_technical_indicators(self, data: pd.DataFrame) -> pd.DataFrame: - data = self.normalize_data(data) - - for w in MONITOR_MA_WINDOWS: - data[f"MA{w}"] = data["Close"].rolling(window=w).mean() - data[f"Deviation{w}"] = (data["Close"] / data[f"MA{w}"]) * 100 - if len(MONITOR_MA_WINDOWS) >= 2: - w_fast, w_slow = MONITOR_MA_WINDOWS[0], MONITOR_MA_WINDOWS[1] - data["golden_cross"] = (data[f"MA{w_fast}"] > data[f"MA{w_slow}"]) & ( - data[f"MA{w_fast}"].shift(1) <= data[f"MA{w_slow}"].shift(1) - ) - data["MA"] = data["Close"].rolling(window=BB_PERIOD).mean() - data["STD"] = data["Close"].rolling(window=BB_PERIOD).std() - data["Upper"] = data["MA"] + (BB_STD * data["STD"]) - data["Lower"] = data["MA"] - (BB_STD * data["STD"]) - - from deepcoin.common.indicators import add_macd, add_stochastic - - data = add_macd(data) - data = add_stochastic(data) - return data - - def process_wld_market_status(self, symbol: str) -> None: - """ - WLD: 전 봉 BB·일목 위치·추세만 출력 (자동 매매 없음). - """ - from deepcoin.common.candle_features import describe_latest_position - from deepcoin.common.indicators import get_trend - from deepcoin.data.mtf_bb import load_frames_from_db - - try: - frames = load_frames_from_db(self, symbol) - if not frames: - print(f"Data for {symbol}: 로드된 봉 없음.") - return - - df_1d = frames.get(TREND_INTERVAL_1D) - df_1h = frames.get(TREND_INTERVAL_1H) - if df_1d is None or df_1d.empty: - df_1d = frames.get(ENTRY_INTERVAL) - if df_1h is None or df_1h.empty: - df_1h = frames.get(ENTRY_INTERVAL) - - trend = get_trend(df_1d, df_1h) - print(f"{symbol} 추세(참고): {trend}") - print("--- 봉별 BB·일목 위치 ---") - for iv in sorted(frames.keys()): - pos = describe_latest_position(frames[iv], iv) - macd_s = "" - if pos.get("macd_hist") is not None: - macd_s = f" | MACD {pos.get('macd_state', '-')} h={pos['macd_hist']}" - stoch_s = "" - if pos.get("stoch_k") is not None: - stoch_s = ( - f" | Stoch K={pos['stoch_k']} D={pos.get('stoch_d')} " - f"{pos.get('stoch_zone', '')}" - ) - disp_s = "" - if pos.get("disparity"): - parts = [f"{p}={v:.1f}" for p, v in sorted(pos["disparity"].items())] - disp_s = " | D.I. " + " ".join(parts) - print( - f" {pos['label']:>6} | BB {pos['bb_zone']} {pos['bb_state']:>16} | " - f"일목 {pos['ichi_position']} TK={pos['ichi_tk']}" - f"{macd_s}{stoch_s}{disp_s}" - ) - except Exception as e: - print(f"Error processing {symbol}: {str(e)}") - - def process_symbol( - self, - symbol: str, - interval: int | None = None, - balances: dict | None = None, - use_inverse: bool = False, - ) -> None: - """하위 호환: 시장 상태 출력으로 위임.""" - self.process_wld_market_status(symbol) - - def load_balances_dict(self) -> dict: - """getBalances() 결과를 currency 키 dict로 변환.""" - tmps = self.getBalances() - balances: dict = {} - if isinstance(tmps, dict): - if tmps.get("error"): - raise RuntimeError(f"getBalances: {tmps.get('error')}") - return balances - if not isinstance(tmps, list): - raise RuntimeError(f"getBalances unexpected: {type(tmps)}") - for tmp in tmps: - if not isinstance(tmp, dict) or "currency" not in tmp: - continue - balances[tmp["currency"]] = { - "balance": float(tmp["balance"]), - "avg_buy_price": float(tmp.get("avg_buy_price") or 0), - } - return balances - - # ------------- Formatting ------------- - def format_message( - self, symbol: str, symbol_name: str, close: float, signal: str, buy_amount: float - ) -> str: - message = f"[매수] {symbol_name} ({symbol}) [{signal}]: " - - if int(close) >= 100: - message += f"₩{close}" - message += f" (₩{buy_amount})" - elif int(close) >= 10: - message += f"₩{close:.2f}" - message += f" (₩{buy_amount:.2f})" - elif int(close) >= 1: - message += f"₩{close:.3f}" - message += f" (₩{buy_amount:.3f})" - else: - message += f"₩{close:.4f}" - message += f" (₩{buy_amount:.4f})" - - if signal != '': - message += f"[{signal}]" - return message - - # ------------- Data fetch ------------- - def get_coin_data( - self, - symbol: str, - interval: int = MONITOR_DEFAULT_INTERVAL, - to: str | None = None, - retries: int = MONITOR_API_RETRIES, - ) -> pd.DataFrame | None: - base = BITHUMB_API_URL.rstrip("/") - count = BITHUMB_API_CANDLE_COUNT - segment = candle_api_segment(interval) - for attempt in range(retries): - try: - path = f"/v1/candles/{segment}" - if to is None: - url = f"{base}{path}?market=KRW-{symbol}&count={count}" - else: - url = f"{base}{path}?market=KRW-{symbol}&count={count}&to={to}" - headers = {"accept": "application/json"} - response = requests.get(url, headers=headers) - json_data = json.loads(response.text) - df_temp = pd.DataFrame(json_data) - df_temp = df_temp.sort_index(ascending=False) - if 'candle_date_time_kst' not in df_temp: - return None - data = pd.DataFrame() - data['datetime'] = pd.to_datetime(df_temp['candle_date_time_kst'], format='%Y-%m-%dT%H:%M:%S') - data['Open'] = df_temp['opening_price'] - data['Close'] = df_temp['trade_price'] - data['High'] = df_temp['high_price'] - data['Low'] = df_temp['low_price'] - data['Volume'] = df_temp['candle_acc_trade_volume'] - data = data.set_index('datetime') - data = data.astype(float) - data["datetime"] = data.index - if not data.empty: - return data - print(f"No data received for {symbol}, attempt {attempt + 1}") - time.sleep(MONITOR_SLEEP_AFTER_REQUEST_SEC) - except Exception as e: - print(f"Attempt {attempt + 1} failed for {symbol}: {str(e)}") - if attempt < retries - 1: - time.sleep(MONITOR_SLEEP_RATE_LIMIT_SEC) - continue - return None - - def get_coin_more_data( - self, - symbol: str, - interval: int, - bong_count: int = MONITOR_API_BONG_COUNT, - verbose: bool = False, - ) -> pd.DataFrame: - """ - 빗썸 API를 반복 호출해 bong_count개까지 과거 봉을 수집합니다. - - Args: - verbose: True면 수집 진행 상황을 출력합니다. - """ - to = datetime.now() - data: pd.DataFrame | None = None - step = 0 - while data is None or len(data) < bong_count: - step += 1 - if data is None: - chunk = self.get_coin_data(symbol, interval, to.strftime("%Y-%m-%d %H:%M:%S")) - data = chunk - else: - previous_count = len(data) - df = self.get_coin_data(symbol, interval, to.strftime("%Y-%m-%d %H:%M:%S")) - if df is not None and not df.empty: - data = pd.concat([data, df], ignore_index=True) - if df is None or df.empty or previous_count == len(data): - if verbose: - print(f" API 추가 데이터 없음 (수집 {len(data)}봉)") - break - if verbose and (step == 1 or step % 5 == 0 or len(data) >= bong_count): - label = interval_display_label(interval) - print(f" [{label}] 요청 {step}회 — 누적 {len(data)}/{bong_count}봉") - time.sleep(MONITOR_SLEEP_BETWEEN_CHUNKS_SEC) - to = to - pagination_step(interval, MONITOR_API_CHUNK_BARS) - if data is None or data.empty: - return pd.DataFrame() - data = data.set_index("datetime") - data = data.sort_index() - data = data.drop_duplicates(keep="first") - data["datetime"] = data.index - return data - - @staticmethod - def db_row_limit_for_interval(interval: int, lookback_days: int) -> int: - """ - lookback_days 구간 + 지표 워밍업을 담을 SQLite LIMIT(봉 개수)을 계산합니다. - - Args: - interval: 봉 간격(분). 1440이면 일봉. - lookback_days: 과거 조회 일수. - - Returns: - LIMIT에 넣을 최대 행 수. - """ - from config import MONTH_INTERVAL_MIN, WEEK_INTERVAL_MIN - - if interval == WEEK_INTERVAL_MIN: - return max(lookback_days // 7 + 10, DB_ROW_MIN_DAILY_BARS) - if interval == MONTH_INTERVAL_MIN: - return max(lookback_days // 30 + 6, DB_ROW_MIN_DAILY_BARS) - if interval >= DAILY_INTERVAL_MIN: - return max( - lookback_days + DB_ROW_DAILY_PADDING_DAYS, - DB_ROW_MIN_DAILY_BARS, - ) - bars_per_day = max((24 * 60) // max(interval, 1), 1) - return bars_per_day * lookback_days + DB_ROW_WARMUP_BARS - - def persist_api_candles_to_db( - self, - symbol: str, - interval: int, - data: pd.DataFrame, - db_path: str = DB_PATH, - ) -> tuple[int, int]: - """ - API로 받은 봉을 coins.db에 증분 INSERT합니다 (01_download.append_data와 동일). - - 05·06·live_eval이 load_frames_from_db 할 때마다 최신 봉이 쌓입니다. - - Returns: - (추가 행 수, 스킵 행 수) - """ - if not MONITOR_PERSIST_CANDLES or data is None or data.empty: - return 0, 0 - - from deepcoin.data.downloader import ( - append_data, - get_last_timestamp, - months_for_interval, - prune_before_cutoff, - ) - - if not isinstance(data.index, pd.DatetimeIndex): - data = data.copy() - data.index = pd.to_datetime(data.index) - data = data.sort_index() - - last_ts = get_last_timestamp(symbol, interval, db_path=db_path) - inserted, skipped = append_data( - symbol, interval, data, last_ts=last_ts, db_path=db_path - ) - if inserted > 0: - months = months_for_interval(interval, DOWNLOAD_MONTHS) - prune_before_cutoff(symbol, interval, months, db_path=db_path) - return inserted, skipped - - def read_candles_from_db( - self, - symbol: str, - interval: int, - db_path: str = DB_PATH, - max_rows: int = DB_READ_LIMIT_DEFAULT, - ) -> pd.DataFrame: - """ - coins.db에서 저장된 봉을 읽습니다. - - scripts/01_download.py 또는 persist_api_candles_to_db로 적재된 데이터. - """ - conn = sqlite3.connect(db_path) - cursor = conn.cursor() - table_name = f"{symbol}_{interval}" - cursor.execute( - f"CREATE TABLE IF NOT EXISTS {table_name} " - "(CODE text, NAME text, ymdhms datetime, ymd text, hms text, " - "Close REAL, Open REAL, High REAL, Low REAL, Volume REAL)" - ) - cursor.execute( - f"CREATE INDEX IF NOT EXISTS {table_name}_idx ON {table_name}(CODE, ymdhms)" - ) - - cursor.execute( - f"SELECT Open, Close, High, Low, Volume, ymdhms AS datetime " - f"FROM (SELECT Open, Close, High, Low, Volume, ymdhms " - f"FROM {table_name} ORDER BY ymdhms DESC LIMIT {int(max_rows)}) " - f"ORDER BY datetime" - ) - result = cursor.fetchall() - conn.commit() - cursor.close() - conn.close() - - if not result: - return pd.DataFrame( - columns=["Open", "Close", "High", "Low", "Volume", "datetime"] - ) - - df = pd.DataFrame( - result, columns=["Open", "Close", "High", "Low", "Volume", "datetime"] - ) - df = df.set_index("datetime") - df = df.sort_index() - df["datetime"] = df.index - return df - - def get_coin_saved_data( - self, - symbol: str, - interval: int, - data: pd.DataFrame, - db_path: str = DB_PATH, - max_rows: int = DB_READ_LIMIT_DEFAULT, - ) -> pd.DataFrame: - """하위 호환: API 봉 저장 후 DB에서 읽기.""" - self.persist_api_candles_to_db(symbol, interval, data, db_path=db_path) - return self.read_candles_from_db( - symbol, interval, db_path=db_path, max_rows=max_rows - ) - - def get_coin_some_data( - self, symbol: str, interval: int, db_max_rows: int | None = None - ) -> pd.DataFrame: - """ - WLD 시세: API 최신 봉 + coins.db 과거 봉을 합칩니다. - - MONITOR_PERSIST_CANDLES=1 이면 API 청크를 즉시 coins.db에 INSERT합니다. - 1분봉은 다운로드·병합하지 않습니다. - """ - data = self.get_coin_data(symbol, interval) - if data is None or data.empty: - return pd.DataFrame() - - self.persist_api_candles_to_db(symbol, interval, data) - - row_limit = DB_READ_LIMIT_DEFAULT if db_max_rows is None else int(db_max_rows) - saved_data = self.read_candles_from_db( - symbol, interval, max_rows=row_limit - ) - parts = [data] - if saved_data is not None and not saved_data.empty: - parts.append(saved_data) - - merged = pd.concat(parts, ignore_index=True) - merged["datetime"] = pd.to_datetime(merged["datetime"], format="%Y-%m-%d %H:%M:%S") - merged = merged.set_index("datetime") - merged = merged.sort_index() - merged = merged.drop_duplicates(keep="first") - merged["datetime"] = merged.index - return merged diff --git a/deepcoin/ops/monitor_coin.py b/deepcoin/ops/monitor_coin.py deleted file mode 100644 index 34eaa45..0000000 --- a/deepcoin/ops/monitor_coin.py +++ /dev/null @@ -1,92 +0,0 @@ -""" -WLD(월드코인) 실시간 모니터 — BB·일목·04 매칭 규칙 알림 (자동 매매 없음). -""" - -from __future__ import annotations - -from datetime import datetime -import time - -from config import COIN_NAME, MONITOR_ALERT_COOLDOWN_MIN, MONITOR_LOOP_SLEEP_SEC, SYMBOL -from deepcoin.matching.live_eval import evaluate_live_rules -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.ops.alert_message import build_rule_alert_message -from deepcoin.ops.monitor import Monitor - - -class MonitorCoin(Monitor): - """WLD 시장 상태·매칭 규칙 주기 출력.""" - - def __init__(self, cooldown_file: str | None = None, *, check_rules: bool = True) -> None: - """ - Args: - cooldown_file: 매매 쿨다운 JSON 경로. - check_rules: True면 04 active_rules 평가·알림. - """ - super().__init__(cooldown_file=cooldown_file) - self.check_rules = check_rules - self._last_alert_unix: dict[str, float] = {} - - def monitor_wld(self) -> None: - """전 봉 BB·일목·추세 및 규칙 발화를 출력합니다.""" - from deepcoin.data.ops_sync import ensure_ops_candles - - ensure_ops_candles() - print( - "[{}] {} ({})".format( - datetime.now().strftime("%Y-%m-%d %H:%M:%S"), - COIN_NAME, - SYMBOL, - ) - ) - self.process_wld_market_status(SYMBOL) - if self.check_rules: - self._check_matched_rules() - - def _check_matched_rules(self) -> None: - """04 monitor_rules 최신 봉 평가 후 쿨다운 내 중복 알림 방지.""" - rules = load_monitor_rules() - if not rules: - print(" [04 규칙] monitor_rules 없음 — scripts/04_match_rules.py 실행") - return - try: - fired = evaluate_live_rules(rules) - except Exception as exc: - print(f" [04 규칙] 평가 오류: {exc}") - return - if not fired: - print(f" [04 규칙] 발화 없음 (감시 {len(rules)}개)") - return - balances: dict | None = None - try: - balances = self.load_balances_dict() - except Exception: - balances = None - cooldown_sec = MONITOR_ALERT_COOLDOWN_MIN * 60 - now = time.time() - for hit in fired: - rid = hit["rule_id"] - preview = build_rule_alert_message(hit, balances).replace("\n", " | ") - print(f" [04] {preview}") - last = self._last_alert_unix.get(rid, 0.0) - if now - last < cooldown_sec: - print(f" [04] 쿨다운 skip {rid} ({MONITOR_ALERT_COOLDOWN_MIN}분)") - continue - self._last_alert_unix[rid] = now - self._send_coin_msg(build_rule_alert_message(hit, balances)) - - def run_schedule(self) -> None: - """MONITOR_LOOP_SLEEP_SEC 간격으로 상태를 출력합니다.""" - rules = load_monitor_rules() - names = ", ".join(r["rule_id"] for r in rules) or "(없음)" - print( - f"05 모니터 시작 · 감시 {len(rules)}개 ({names}) · " - f"주기 {MONITOR_LOOP_SLEEP_SEC}초 · 알림쿨다운 {MONITOR_ALERT_COOLDOWN_MIN}분" - ) - while True: - self.monitor_wld() - time.sleep(MONITOR_LOOP_SLEEP_SEC) - - -if __name__ == "__main__": - MonitorCoin(cooldown_file=None).run_schedule() diff --git a/deepcoin/ops/portfolio_report.py b/deepcoin/ops/portfolio_report.py deleted file mode 100644 index 724acc0..0000000 --- a/deepcoin/ops/portfolio_report.py +++ /dev/null @@ -1,435 +0,0 @@ -""" -운영 포트폴리오 스냅샷·최근 24시간 수익률 텔레그램 리포트. -""" - -from __future__ import annotations - -import json -import logging -from datetime import datetime, timedelta, timezone -from pathlib import Path -from typing import Any -from zoneinfo import ZoneInfo - -from config import ( - COIN_NAME, - COIN_TELEGRAM_BOT_TOKEN, - COIN_TELEGRAM_CHAT_ID, - DAILY_PNL_REPORT_ENABLED, - DAILY_PNL_REPORT_HOUR, - DAILY_PNL_REPORT_MINUTE, - DAILY_PNL_REPORT_TZ, - DAILY_PNL_SNAPSHOT_ON_LIVE, - DAILY_PNL_SNAPSHOT_RETENTION_DAYS, - ENTRY_INTERVAL, - GT_INITIAL_CASH_KRW, - SYMBOL, -) -from deepcoin.ops.monitor import Monitor -from deepcoin.paths import LIVE_TRADES_LOG, PORTFOLIO_SNAPSHOTS_LOG, ensure_dirs - -logger = logging.getLogger(__name__) - -ROLLING_HOURS = 24 -MAX_ANCHOR_SKEW_HOURS = 6 - - -def _report_tz() -> ZoneInfo: - """ - 리포트 기준 타임존. - - Returns: - ZoneInfo (잘못된 이름이면 UTC). - """ - try: - return ZoneInfo(DAILY_PNL_REPORT_TZ) - except Exception: - logger.warning("DAILY_PNL_REPORT_TZ=%s invalid, using UTC", DAILY_PNL_REPORT_TZ) - return ZoneInfo("UTC") - - -def _parse_ts(value: str) -> datetime: - """ISO 시각 → timezone-aware datetime.""" - dt = datetime.fromisoformat(str(value).replace("Z", "+00:00")) - if dt.tzinfo is None: - dt = dt.replace(tzinfo=timezone.utc) - return dt - - -def fetch_mark_price(monitor: Monitor, symbol: str = SYMBOL) -> float: - """ - 최근 종가(3분봉)를 조회합니다. - - Args: - monitor: Monitor 인스턴스. - symbol: 통화 코드. - - Returns: - 종가. 실패 시 0. - """ - try: - data = monitor.get_coin_data(symbol, interval=ENTRY_INTERVAL) - if data is None or data.empty: - return 0.0 - return float(data["Close"].iloc[-1]) - except Exception as exc: - logger.warning("mark price fetch failed: %s", exc) - return 0.0 - - -def portfolio_from_balances( - balances: dict[str, dict[str, float]], - mark_price: float, - *, - ts: datetime | None = None, -) -> dict[str, Any]: - """ - 잔고·시세로 총자산 스냅샷 dict를 만듭니다. - - Args: - balances: load_balances_dict() 결과. - mark_price: 코인 평가 단가. - ts: 기록 시각 (None이면 now UTC). - - Returns: - 스냅샷 필드 dict. - """ - when = ts or datetime.now(timezone.utc) - krw = float((balances.get("KRW") or {}).get("balance") or 0.0) - qty = float((balances.get(SYMBOL) or {}).get("balance") or 0.0) - holding_value = qty * mark_price if mark_price > 0 else 0.0 - total = krw + holding_value - return { - "ts": when.isoformat(timespec="seconds"), - "symbol": SYMBOL, - "krw": round(krw, 0), - "coin_qty": qty, - "mark_price": mark_price, - "holding_value_krw": round(holding_value, 0), - "total_asset_krw": round(total, 0), - } - - -def fetch_portfolio_snapshot(monitor: Monitor) -> dict[str, Any]: - """ - API 잔고·시세로 현재 포트폴리오 스냅샷을 조회합니다. - - Args: - monitor: Monitor 인스턴스. - - Returns: - portfolio_from_balances 결과. - - Raises: - RuntimeError: 잔고 API 오류. - """ - balances = monitor.load_balances_dict() - mark = fetch_mark_price(monitor) - if mark <= 0: - raise RuntimeError("mark price unavailable") - return portfolio_from_balances(balances, mark) - - -def append_portfolio_snapshot(snapshot: dict[str, Any]) -> None: - """portfolio_snapshots.jsonl에 1행 추가 후 오래된 행 정리.""" - ensure_dirs() - PORTFOLIO_SNAPSHOTS_LOG.parent.mkdir(parents=True, exist_ok=True) - with PORTFOLIO_SNAPSHOTS_LOG.open("a", encoding="utf-8") as f: - f.write(json.dumps(snapshot, ensure_ascii=False) + "\n") - _prune_snapshots(DAILY_PNL_SNAPSHOT_RETENTION_DAYS) - - -def _prune_snapshots(retention_days: int) -> None: - """보관 일수 초과 스냅샷 삭제.""" - if not PORTFOLIO_SNAPSHOTS_LOG.is_file(): - return - cutoff = datetime.now(timezone.utc) - timedelta(days=retention_days) - kept: list[str] = [] - try: - for line in PORTFOLIO_SNAPSHOTS_LOG.read_text(encoding="utf-8").splitlines(): - line = line.strip() - if not line: - continue - row = json.loads(line) - if _parse_ts(row["ts"]) >= cutoff: - kept.append(line) - except (json.JSONDecodeError, OSError, KeyError) as exc: - logger.warning("snapshot prune skipped: %s", exc) - return - PORTFOLIO_SNAPSHOTS_LOG.write_text( - "\n".join(kept) + ("\n" if kept else ""), - encoding="utf-8", - ) - - -def load_snapshots() -> list[dict[str, Any]]: - """스냅샷 jsonl 전체 로드 (시각 오름차순).""" - if not PORTFOLIO_SNAPSHOTS_LOG.is_file(): - return [] - rows: list[dict[str, Any]] = [] - for line in PORTFOLIO_SNAPSHOTS_LOG.read_text(encoding="utf-8").splitlines(): - line = line.strip() - if not line: - continue - try: - rows.append(json.loads(line)) - except json.JSONDecodeError: - continue - rows.sort(key=lambda r: _parse_ts(r["ts"])) - return rows - - -def _nearest_snapshot( - snapshots: list[dict[str, Any]], - target: datetime, -) -> tuple[dict[str, Any] | None, float]: - """ - target에 가장 가까운 스냅샷. - - Returns: - (스냅샷, |시차| 시간). - """ - if not snapshots: - return None, 0.0 - best = snapshots[0] - best_hours = abs((_parse_ts(best["ts"]) - target).total_seconds()) / 3600.0 - for row in snapshots[1:]: - hours = abs((_parse_ts(row["ts"]) - target).total_seconds()) / 3600.0 - if hours < best_hours: - best = row - best_hours = hours - return best, best_hours - - -def count_trades_since(path: Path, since: datetime) -> dict[str, int]: - """ - live_trades.jsonl에서 구간 내 체결 건수. - - Returns: - {"buy": n, "sell": n, "ok": n}. - """ - out = {"buy": 0, "sell": 0, "ok": 0} - if not path.is_file(): - return out - for line in path.read_text(encoding="utf-8").splitlines(): - line = line.strip() - if not line: - continue - try: - row = json.loads(line) - except json.JSONDecodeError: - continue - if not row.get("ok"): - continue - try: - ts = _parse_ts(str(row.get("ts", ""))) - except (TypeError, ValueError): - continue - if ts < since: - continue - side = str(row.get("side", "")).lower() - if side in out: - out[side] += 1 - out["ok"] += 1 - return out - - -def compute_24h_return( - current: dict[str, Any], - snapshots: list[dict[str, Any]] | None = None, - *, - baseline_krw: float | None = None, -) -> dict[str, Any]: - """ - 최근 24시간 총자산 수익률을 계산합니다. - - Args: - current: 현재 스냅샷. - snapshots: 과거 스냅샷 목록 (None이면 파일 로드). - baseline_krw: 앵커 없을 때 대체 기준(초기 자금). - - Returns: - 리포트 dict (pnl_pct, anchor, trade_counts 등). - """ - snapshots = snapshots if snapshots is not None else load_snapshots() - now = _parse_ts(current["ts"]) - target = now - timedelta(hours=ROLLING_HOURS) - anchor, skew_h = _nearest_snapshot(snapshots, target) - - base_asset = float(baseline_krw or GT_INITIAL_CASH_KRW) - anchor_ts = None - anchor_note = f"기준=초기자금 ₩{base_asset:,.0f} (24h 스냅샷 없음)" - - if anchor is not None: - base_asset = float(anchor["total_asset_krw"]) - anchor_ts = anchor["ts"] - if skew_h <= MAX_ANCHOR_SKEW_HOURS: - anchor_note = f"기준=24h 전 스냅샷 ({anchor_ts}, 시차 {skew_h:.1f}h)" - else: - anchor_note = ( - f"기준=가장 가까운 스냅샷 ({anchor_ts}, 24h 대비 시차 {skew_h:.1f}h)" - ) - - final_asset = float(current["total_asset_krw"]) - pnl_krw = final_asset - base_asset - pnl_pct = (pnl_krw / base_asset * 100.0) if base_asset > 0 else 0.0 - cum_pct = ( - (final_asset - GT_INITIAL_CASH_KRW) / GT_INITIAL_CASH_KRW * 100.0 - if GT_INITIAL_CASH_KRW > 0 - else 0.0 - ) - - trades = count_trades_since(LIVE_TRADES_LOG, target) - - return { - "current": current, - "anchor": anchor, - "anchor_ts": anchor_ts, - "anchor_note": anchor_note, - "anchor_skew_hours": skew_h if anchor else None, - "base_asset_krw": base_asset, - "final_asset_krw": final_asset, - "pnl_krw": pnl_krw, - "pnl_pct": pnl_pct, - "cumulative_pnl_pct": cum_pct, - "trade_counts": trades, - "window_hours": ROLLING_HOURS, - } - - -def build_daily_pnl_message(report: dict[str, Any]) -> str: - """ - 텔레그램 본문 생성. - - Args: - report: compute_24h_return 결과. - - Returns: - 메시지 문자열. - """ - cur = report["current"] - sign = "+" if report["pnl_pct"] >= 0 else "" - cum_sign = "+" if report["cumulative_pnl_pct"] >= 0 else "" - tc = report["trade_counts"] - tz = _report_tz() - now_local = _parse_ts(cur["ts"]).astimezone(tz).strftime("%Y-%m-%d %H:%M") - - lines = [ - f"[DeepCoin 일일 리포트] {COIN_NAME} ({SYMBOL})", - f"시각: {now_local} ({DAILY_PNL_REPORT_TZ})", - "", - f"최근 {report['window_hours']}시간 수익률: {sign}{report['pnl_pct']:.2f}%", - f" 손익: {sign}₩{report['pnl_krw']:,.0f}", - f" {report['anchor_note']}", - f" 24h 전 총자산: ₩{report['base_asset_krw']:,.0f}", - f" 현재 총자산: ₩{report['final_asset_krw']:,.0f}", - "", - f"누적(초기 ₩{GT_INITIAL_CASH_KRW:,} 대비): {cum_sign}{report['cumulative_pnl_pct']:.2f}%", - "", - "현재 잔고", - f" 현금: ₩{float(cur['krw']):,.0f}", - f" {SYMBOL}: {float(cur['coin_qty']):.4f} (₩{float(cur['holding_value_krw']):,.0f} @ ₩{float(cur['mark_price']):,.0f})", - "", - f"24h 체결(성공): 매수 {tc['buy']} · 매도 {tc['sell']} · 합계 {tc['ok']}", - "※ 총자산=현금+보유×종가. 미실현 포함.", - ] - return "\n".join(lines) - - -def maybe_record_portfolio_snapshot(monitor: Monitor) -> None: - """ - 06 루프용: 설정 시 스냅샷만 기록 (텔레그램 없음). - - Args: - monitor: Monitor/LiveTrader 인스턴스. - """ - if not DAILY_PNL_SNAPSHOT_ON_LIVE: - return - try: - snap = fetch_portfolio_snapshot(monitor) - append_portfolio_snapshot(snap) - except Exception as exc: - logger.warning("portfolio snapshot skip: %s", exc) - - -def send_daily_pnl_report( - monitor: Monitor | None = None, - *, - send_telegram: bool = True, -) -> dict[str, Any]: - """ - 스냅샷 저장 → 24h 수익률 계산 → 텔레그램 발송. - - Args: - monitor: None이면 Monitor() 생성. - send_telegram: False면 메시지만 반환·콘솔 출력. - - Returns: - compute_24h_return 결과 + message 키. - """ - if not DAILY_PNL_REPORT_ENABLED: - raise RuntimeError("DAILY_PNL_REPORT_ENABLED=0") - - mon = monitor or Monitor(cooldown_file=None) - current = fetch_portfolio_snapshot(mon) - append_portfolio_snapshot(current) - report = compute_24h_return(current) - msg = build_daily_pnl_message(report) - report["message"] = msg - - print(msg) - if send_telegram: - if not COIN_TELEGRAM_BOT_TOKEN or not COIN_TELEGRAM_CHAT_ID: - print("[telegram skip] COIN_TELEGRAM_BOT_TOKEN/CHAT_ID 미설정") - else: - mon._send_coin_msg(msg) - return report - - -def seconds_until_next_report( - hour: int | None = None, - minute: int | None = None, -) -> float: - """ - 다음 리포트 시각(로컬 TZ)까지 대기 초. - - Args: - hour: 시 (기본 DAILY_PNL_REPORT_HOUR). - minute: 분 (기본 DAILY_PNL_REPORT_MINUTE). - - Returns: - 초 (>= 1). - """ - tz = _report_tz() - h = DAILY_PNL_REPORT_HOUR if hour is None else hour - m = DAILY_PNL_REPORT_MINUTE if minute is None else minute - now = datetime.now(tz) - target = now.replace(hour=h, minute=m, second=0, microsecond=0) - if target <= now: - target += timedelta(days=1) - return max((target - now).total_seconds(), 1.0) - - -def run_schedule_loop(monitor: Monitor | None = None) -> None: - """ - 매일 지정 시각에 리포트를 발송하는 무한 루프. - - Args: - monitor: 재사용할 Monitor (None이면 매 회 생성). - """ - tz = _report_tz() - print( - f"[07] 일일 수익률 텔레그램 · {DAILY_PNL_REPORT_HOUR:02d}:" - f"{DAILY_PNL_REPORT_MINUTE:02d} {tz.key} · Ctrl+C 종료" - ) - while True: - wait = seconds_until_next_report() - next_at = datetime.now(tz) + timedelta(seconds=wait) - print(f"[07] 다음 발송: {next_at:%Y-%m-%d %H:%M:%S} (대기 {wait / 3600:.2f}h)") - import time - - time.sleep(wait) - try: - send_daily_pnl_report(monitor) - except Exception as exc: - print(f"[07] 리포트 오류: {exc}") diff --git a/deepcoin/ops/simulation.py b/deepcoin/ops/simulation.py deleted file mode 100644 index e26dc32..0000000 --- a/deepcoin/ops/simulation.py +++ /dev/null @@ -1,669 +0,0 @@ -""" -Ground Truth 차트 HTML (05_chart_truth). - - python scripts/05_chart_truth.py -""" - -from __future__ import annotations - -import sys -import webbrowser -from pathlib import Path - -import numpy as np -import pandas as pd -import plotly.graph_objs as go -from plotly.subplots import make_subplots - -from config import ( - CHART_LOOKBACK_DAYS, - COIN_NAME, - DISPARITY_OVERBOUGHT, - DISPARITY_OVERSOLD, - DISPARITY_PERIODS, - ENTRY_INTERVAL, - GROUND_TRUTH_FILE, - GT_INITIAL_CASH_KRW, - GT_MARKER_SIZE_MAX, - GT_MARKER_SIZE_MIN, - LIVE_ORDER_KRW, - MACD_FAST, - MACD_SIGNAL, - MACD_SLOW, - STOCH_D_PERIOD, - STOCH_K_PERIOD, - SYMBOL, - TRADING_FEE_RATE, - TREND_INTERVAL_1D, - TREND_INTERVAL_1H, -) -from deepcoin.common.indicators import apply_bar_indicators, disparity_column, get_trend -from deepcoin.ops.monitor import Monitor -from deepcoin.data.mtf_bb import interval_label, load_frames_from_db - -from deepcoin.ops.chart_report import wrap_chart_report_page -from deepcoin.paths import CHART_TRUTH_HTML, resolve_ground_truth_file - -TRUTH_HTML = CHART_TRUTH_HTML -GROUND_TRUTH_PATH = resolve_ground_truth_file() -REPORT_DIR = CHART_TRUTH_HTML.parent - - -def interval_chart_label(interval_min: int) -> str: - """차트 제목용 봉 라벨.""" - if interval_min >= 1440: - return "일봉" - return f"{interval_min}분봉" - - -def _marker_hover_text( - label: str, - t: dict, - *, - default_order_krw: float | None = None, - extra_lines: list[str] | None = None, -) -> str: - """ - 차트 마커 툴팁: 체결가(price)와 체결 원화(amount_krw)를 함께 표시. - - Args: - label: 정답/시뮬 매수·매도 라벨. - t: trade dict (price, amount_krw, weight, memo …). - default_order_krw: amount_krw 없을 때 표시할 기본 원화(시뮬 고정 주문). - extra_lines: 툴팁 하단 추가 줄. - - Returns: - hovertext HTML 줄바꿈 문자열. - """ - action = t.get("action", t.get("side", "")) - amt_label = "매수금액" if action == "buy" else "매도금액" - lines = [ - label, - str(t.get("dt", ""))[:16], - f"체결가 ₩{float(t['price']):,.0f}", - ] - ak = t.get("amount_krw") - if ak is not None and float(ak) > 0: - lines.append(f"{amt_label} ₩{float(ak):,.0f}") - elif default_order_krw is not None and action == "buy": - lines.append(f"{amt_label} ₩{float(default_order_krw):,.0f}") - else: - lines.append(f"{amt_label} (미배분)") - if t.get("weight") is not None: - lines.append(f"비중 {float(t.get('weight', 1)) * 100:.0f}%") - if extra_lines: - lines.extend(extra_lines) - memo = t.get("memo", "") - if memo: - lines.append(str(memo)) - rule_id = t.get("rule_id", "") - if rule_id: - lines.append(str(rule_id)) - return "
    ".join(lines) - - -def _trade_amount_krw(t: dict) -> float: - """ - 마커 크기·툴팁용 체결 원화. amount_krw 없으면 비중×초기자본으로 상대 크기만 추정. - - Args: - t: trade dict. - - Returns: - 원화 금액(0 이상). - """ - ak = t.get("amount_krw") - if ak is not None and float(ak) > 0: - return float(ak) - return max(float(t.get("weight", 1.0)), 0.05) * float(GT_INITIAL_CASH_KRW) - - -def _marker_sizes(pts: list[dict]) -> list[float]: - """ - 체결 원화(amount_krw)에 비례한 삼각형 크기. - - 같은 trace(매수 또는 매도) 안에서 최소·최대 금액으로 선형 스케일. - - Args: - pts: 동일 action의 trade dict 리스트. - - Returns: - plotly marker size(diameter) 리스트. - """ - if not pts: - return [] - lo, hi = float(GT_MARKER_SIZE_MIN), float(GT_MARKER_SIZE_MAX) - amounts = [_trade_amount_krw(t) for t in pts] - amin, amax = min(amounts), max(amounts) - sizes: list[float] = [] - for amount in amounts: - if amax > amin: - ratio = (amount - amin) / (amax - amin) - else: - ratio = 0.5 - ratio = max(ratio, 0.08) - sizes.append(lo + (hi - lo) * ratio) - return sizes - - -def _add_sim_markers(fig, trades: list[dict], row: int = 1) -> None: - """ - 시뮬(규칙) 매수·매도 마커 — 원형, GT 삼각형과 구분. - - Args: - fig: plotly Figure. - trades: dt, action, price, forward_ret_pct, rule_id 키. - row: subplot row. - """ - for action, color, label in [ - ("buy", "#059669", "시뮬 매수"), - ("sell", "#b91c1c", "시뮬 매도"), - ]: - pts = [t for t in trades if t.get("action") == action] - if not pts: - continue - fig.add_trace( - go.Scatter( - x=[pd.Timestamp(t["dt"]) for t in pts], - y=[float(t["price"]) for t in pts], - mode="markers", - name=label, - legendgroup=label, - marker=dict( - symbol="circle", - size=9, - color=color, - line=dict(width=1, color="#fff"), - opacity=0.75, - ), - hovertext=[ - _marker_hover_text( - label, - t, - default_order_krw=LIVE_ORDER_KRW, - extra_lines=[ - f"leg_gt {float(t.get('forward_ret_pct', 0)):+.2f}%", - ], - ) - for t in pts - ], - hovertemplate="%{hovertext}", - ), - row=row, - col=1, - ) - - -def _add_truth_markers(fig, trades: list[dict], row: int = 1) -> None: - """정답 매수·매도 마커 (삼각형 크기 = 체결 원화 금액).""" - for action, color, symbol, label in [ - ("buy", "#16a34a", "triangle-up", "정답 매수"), - ("sell", "#dc2626", "triangle-down", "정답 매도"), - ]: - pts = [t for t in trades if t.get("action") == action] - if not pts: - continue - sizes = _marker_sizes(pts) - fig.add_trace( - go.Scatter( - x=[pd.Timestamp(t["dt"]) for t in pts], - y=[t["price"] for t in pts], - mode="markers", - name=label, - legendgroup=label, - marker=dict( - symbol=symbol, - size=sizes, - sizemode="diameter", - color=color, - line=dict(width=1.5, color="#111"), - ), - hovertext=[ - _marker_hover_text(label, t) - for t in pts - ], - hovertemplate="%{hovertext}", - ), - row=row, - col=1, - ) - - -def build_chart_html( - df: pd.DataFrame, - trend: str, - interval_min: int = ENTRY_INTERVAL, - note: str = "", - truth_trades: list[dict] | None = None, - sim_trades: list[dict] | None = None, - title_suffix: str = "BB 차트", - pnl_summary: dict | None = None, - legend_html: str | None = None, - footer_sections: str | None = None, - cards_html: str | None = None, -) -> str: - """BB·이격도·RSI·MACD·스토캐스틱·거래량 차트 HTML.""" - df = apply_bar_indicators(df.copy()) - iv_label = interval_chart_label(interval_min) - close_last = float(df["Close"].iloc[-1]) - bb_pos = None - if "bb_pos" in df.columns and pd.notna(df["bb_pos"].iloc[-1]): - bb_pos = float(df["bb_pos"].iloc[-1]) - - disp_title = "이격도 " + ",".join(str(p) for p in DISPARITY_PERIODS) - fig = make_subplots( - rows=6, - cols=1, - shared_xaxes=True, - vertical_spacing=0.03, - row_heights=[0.42, 0.11, 0.11, 0.11, 0.13, 0.12], - subplot_titles=( - f"{COIN_NAME} ({SYMBOL}) {iv_label}", - disp_title, - f"Stochastic ({STOCH_K_PERIOD},{STOCH_D_PERIOD})", - "RSI (14)", - f"MACD ({MACD_FAST},{MACD_SLOW},{MACD_SIGNAL})", - "거래량", - ), - ) - disp_colors = ("#0d9488", "#7c3aed", "#ca8a04") - - fig.add_trace( - go.Candlestick( - x=df.index, - open=df["Open"], - high=df["High"], - low=df["Low"], - close=df["Close"], - name=f"{iv_label} 캔들", - increasing_line_color="#ef4444", - decreasing_line_color="#3b82f6", - ), - row=1, - col=1, - ) - if "MA" in df.columns: - fig.add_trace( - go.Scatter( - x=df.index, - y=df["MA"], - name="BB 중심", - line=dict(color="#64748b", width=1, dash="dot"), - ), - row=1, - col=1, - ) - if "Upper" in df.columns: - fig.add_trace( - go.Scatter( - x=df.index, - y=df["Upper"], - name="BB 상단", - line=dict(color="#94a3b8", width=1), - ), - row=1, - col=1, - ) - if "Lower" in df.columns: - fig.add_trace( - go.Scatter( - x=df.index, - y=df["Lower"], - name="BB 하단", - line=dict(color="#94a3b8", width=1), - ), - row=1, - col=1, - ) - - if truth_trades: - _add_truth_markers(fig, truth_trades, row=1) - if sim_trades: - _add_sim_markers(fig, sim_trades, row=1) - - disp_row = 2 - for i, p in enumerate(DISPARITY_PERIODS): - col = disparity_column(p) - if col not in df.columns: - continue - color = disp_colors[i % len(disp_colors)] - fig.add_trace( - go.Scatter( - x=df.index, - y=df[col], - name=f"D.I. {p}", - line=dict(color=color, width=1), - ), - row=disp_row, - col=1, - ) - if any(disparity_column(p) in df.columns for p in DISPARITY_PERIODS): - fig.add_hline( - y=100, line_dash="solid", line_color="#64748b", row=disp_row, col=1 - ) - fig.add_hline( - y=DISPARITY_OVERBOUGHT, - line_dash="dot", - line_color="#ef4444", - row=disp_row, - col=1, - ) - fig.add_hline( - y=DISPARITY_OVERSOLD, - line_dash="dot", - line_color="#16a34a", - row=disp_row, - col=1, - ) - - stoch_row = 3 - if "stoch_k" in df.columns: - fig.add_trace( - go.Scatter( - x=df.index, - y=df["stoch_k"], - name="Stoch %K", - line=dict(color="#0ea5e9", width=1), - ), - row=stoch_row, - col=1, - ) - fig.add_trace( - go.Scatter( - x=df.index, - y=df["stoch_d"], - name="Stoch %D", - line=dict(color="#f97316", width=1), - ), - row=stoch_row, - col=1, - ) - fig.add_hline(y=80, line_dash="dot", line_color="#9ca3af", row=stoch_row, col=1) - fig.add_hline(y=20, line_dash="dot", line_color="#9ca3af", row=stoch_row, col=1) - - rsi_row = 4 - if "RSI" in df.columns: - fig.add_trace( - go.Scatter( - x=df.index, - y=df["RSI"], - name="RSI", - line=dict(color="#7c3aed"), - ), - row=rsi_row, - col=1, - ) - fig.add_hline(y=70, line_dash="dot", line_color="#9ca3af", row=rsi_row, col=1) - fig.add_hline(y=30, line_dash="dot", line_color="#9ca3af", row=rsi_row, col=1) - - macd_row = 5 - vol_row = 6 - if "macd_hist" in df.columns: - colors = np.where(df["macd_hist"].astype(float) >= 0, "#ef4444", "#3b82f6") - fig.add_trace( - go.Bar( - x=df.index, - y=df["macd_hist"], - name="MACD Hist", - marker_color=colors, - ), - row=macd_row, - col=1, - ) - fig.add_trace( - go.Scatter( - x=df.index, - y=df["macd_line"], - name="MACD", - line=dict(color="#2563eb", width=1), - ), - row=macd_row, - col=1, - ) - fig.add_trace( - go.Scatter( - x=df.index, - y=df["macd_signal"], - name="Signal", - line=dict(color="#ea580c", width=1, dash="dot"), - ), - row=macd_row, - col=1, - ) - - fig.add_trace( - go.Bar( - x=df.index, - y=df["Volume"], - name="Volume", - marker_color="#cbd5e1", - ), - row=vol_row, - col=1, - ) - - fig.update_layout( - height=1180, - template="plotly_white", - xaxis_rangeslider_visible=False, - legend=dict(orientation="h", y=1.05, x=0), - margin=dict(l=60, r=30, t=90, b=40), - ) - fig.update_yaxes(title_text="가격 (KRW)", row=1, col=1) - fig.update_yaxes(title_text="이격도", row=2, col=1) - fig.update_yaxes(title_text="Stoch", row=3, col=1, range=[0, 100]) - fig.update_yaxes(title_text="RSI", row=4, col=1, range=[0, 100]) - fig.update_yaxes(title_text="MACD", row=5, col=1) - - chart_html = fig.to_html(full_html=False, include_plotlyjs="cdn") - note_html = f"

    {note}

    " if note else "" - bb_pos_txt = f"{bb_pos:.2f}" if bb_pos is not None else "-" - pnl = pnl_summary or {} - if truth_trades and not pnl: - from deepcoin.ground_truth.ground_truth import simulate_truth_portfolio - - pnl = simulate_truth_portfolio( - truth_trades, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - last_price=close_last, - ) - trade_rows = "" - trade_table = footer_sections or "" - if footer_sections is None and truth_trades: - from deepcoin.ground_truth.ground_truth import simulate_truth_portfolio_steps - - steps = simulate_truth_portfolio_steps( - truth_trades, - initial_cash=GT_INITIAL_CASH_KRW, - fee_rate=TRADING_FEE_RATE, - ) - step_key = { - (s["dt"], s["action"], float(s["price"]), float(s["weight"])): s - for s in steps - } - sorted_trades = sorted(truth_trades, key=lambda x: x["dt"]) - trade_rows += f""" - - 시작 - - - - - - - ₩{GT_INITIAL_CASH_KRW:,.0f} - 초기 현금 (보유 0) - """ - for t in sorted_trades: - cls = "buy" if t["action"] == "buy" else "sell" - mark = "매수" if t["action"] == "buy" else "매도" - ret = t.get("forward_return_pct") - ret_s = f" (+{ret}%)" if ret is not None else "" - w = float(t.get("weight", 1.0)) - key = (t["dt"], t["action"], float(t["price"]), w) - step = step_key.get(key) - if step: - total_s = f"₩{step['total_asset_krw']:,.0f}" - hold_s = f" (현금 ₩{step['cash_krw']:,.0f} + 코인 {step['holding_qty']:,.2f}개)" - else: - total_s = "-" - hold_s = "" - trade_rows += f""" - - {t['dt'][:16]} - {mark} - {w*100:.0f}% - ₩{t['price']:,.0f}{ret_s} - {total_s}{hold_s} - {t.get('memo', '')} - """ - if not trade_table and truth_trades: - if not trade_rows: - trade_rows = "타점 없음" - mark_note = "" - if pnl.get("mark_price"): - mark_note = ( - f" 총보유자산(미청산 포함)은 종가 ₩{pnl['mark_price']:,.0f} 평가." - ) - trade_table = f""" -

    정답 타점 (ground_truth)

    -

    삼각형 크기 = 체결 금액(매수/매도 각각 min~max). 매수: 저점 분할 / 매도: 고점 1~2회. - 총평가 = 체결 직후 현금 + 보유×체결가.{mark_note}

    - - - {trade_rows} -
    시각구분비중가격총 평가금액해석
    """ - - pnl_cards = "" - if truth_trades and pnl.get("initial_cash_krw") is not None: - from deepcoin.ops.chart_report import card_html, initial_change_pct - - change_pct = initial_change_pct(pnl) - pnl_cards = ( - card_html("초기 금액", f"₩{pnl['initial_cash_krw']:,.0f}") - + card_html("총보유자산", f"₩{pnl['final_asset_krw']:,.0f}") - + card_html("초기 대비 증감율", f"{change_pct:+.2f}%") - + card_html("수수료", f"₩{pnl['total_fees_krw']:,.0f}") - ) - if pnl.get("holding_qty", 0) > 0: - pnl_cards += card_html( - "미청산", - f"{pnl['holding_qty']}개 (₩{pnl['holding_value_krw']:,.0f})", - ) - - default_legend = ( - "▲ 정답 매수 · ▼ 정답 매도 — 크기=체결금액. " - "매수=총자산×비중×leg티어(상위 대형). " - "툴팁: 체결가·매수/매도금액.
    " - "● 시뮬 매수 · ● 시뮬 매도 — 원 = holdout 발화 " - f"(매수 ₩{LIVE_ORDER_KRW:,.0f}/회)." - ) - if cards_html: - cards_inner = cards_html - else: - cards_inner = f""" -
    종가₩{close_last:,.2f}
    -
    BB %B{bb_pos_txt}
    -
    정답 타점{len(truth_trades) if truth_trades else 0}건
    - {pnl_cards}""" - return wrap_chart_report_page( - page_title=f"{SYMBOL} {title_suffix}", - heading=f"{COIN_NAME} ({SYMBOL}) {title_suffix}", - meta_line=f"추세(참고): {trend} | 기간: {df.index[0]} ~ {df.index[-1]} | 봉 수: {len(df)}", - note_html=note_html, - legend_html=legend_html or default_legend, - cards_html=cards_inner, - chart_html=chart_html, - sections_html=trade_table, - ) - - -def _frames_to_mtf( - frames: dict[int, pd.DataFrame], -) -> tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]: - """전 간격 frames에서 1d/1h/3m 추출.""" - df_3m = frames.get(ENTRY_INTERVAL) - if df_3m is None or df_3m.empty: - raise ValueError(f"{ENTRY_INTERVAL}분봉 데이터 없음") - df_1d = frames.get(TREND_INTERVAL_1D) - if df_1d is None or df_1d.empty: - df_1d = df_3m - df_1h = frames.get(TREND_INTERVAL_1H) - if df_1h is None or df_1h.empty: - df_1h = df_3m - return df_1d, df_1h, df_3m - - -def load_chart_frames() -> dict[int, pd.DataFrame] | None: - """coins.db 전 간격 로드. 부족 시 None.""" - monitor = Monitor(cooldown_file=None) - print(f"DB 조회: 최근 {CHART_LOOKBACK_DAYS}일 (CHART_LOOKBACK_DAYS)") - frames = load_frames_from_db(monitor, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - if ENTRY_INTERVAL not in frames: - print("coins.db 데이터 부족. python scripts/01_download.py 실행 후 재시도.") - return None - return frames - - -def run_ground_truth_chart( - open_browser: bool = True, - *, - from_json: bool = True, -) -> Path: - """ - 정답 타점 마커가 포함된 HTML 차트를 만듭니다. - - Args: - open_browser: True면 브라우저로 HTML을 엽니다. - from_json: True면 기존 ground_truth_trades.json 을 사용합니다. - False면 DB에서 GT를 재생성합니다. - - Returns: - HTML 파일 경로. - """ - from deepcoin.ground_truth.ground_truth import load_ground_truth, run_from_db - - gt_path = resolve_ground_truth_file() - if from_json: - data = load_ground_truth(gt_path) - if not data: - print(f"GT JSON 없음({gt_path}) — DB에서 재생성합니다.") - data = run_from_db() - else: - print(f"GT JSON 로드: {gt_path}") - else: - data = run_from_db() - frames = load_chart_frames() - if frames is None: - raise RuntimeError("차트 데이터 로드 실패") - - df_1d, df_1h, df_3m = _frames_to_mtf(frames) - trend = get_trend(df_1d, df_1h) - df_chart = apply_bar_indicators(df_3m) - trades = data.get("trades") or [] - - summary = data.get("summary") or {} - html = build_chart_html( - df_chart, - trend, - note=data.get("note", ""), - truth_trades=trades, - title_suffix=f"정답 타점 ({CHART_LOOKBACK_DAYS}일)", - pnl_summary=summary if summary.get("pnl_krw") is not None else None, - ) - REPORT_DIR.mkdir(parents=True, exist_ok=True) - TRUTH_HTML.write_text(html, encoding="utf-8") - print(f"HTML: {TRUTH_HTML}") - if open_browser: - webbrowser.open(TRUTH_HTML.resolve().as_uri()) - return TRUTH_HTML - - -def main() -> None: - """05_chart_truth CLI 진입 (미사용 시 no-op).""" - if len(sys.argv) > 1 and sys.argv[1] in ("-h", "--help", "help"): - print("GT 차트: python scripts/05_chart_truth.py") - return - run_ground_truth_chart(open_browser=False) - - -if __name__ == "__main__": - main() diff --git a/deepcoin/paths.py b/deepcoin/paths.py deleted file mode 100644 index 2fc26c8..0000000 --- a/deepcoin/paths.py +++ /dev/null @@ -1,109 +0,0 @@ -""" -DeepCoin 프로젝트 경로 (data + docs 통합). - -docs/ - reference/ 가이드·기법 명세 (Git 추적) - 02_ground_truth/ … 05_ops/ 단계별 산출물 (로컬 재생성, Git 제외) -""" - -from __future__ import annotations - -import os -from pathlib import Path - -# DeepCoin/ (이 파일: DeepCoin/deepcoin/paths.py) -PROJECT_ROOT = Path(__file__).resolve().parents[1] - -# --- data --- -DATA_DIR = PROJECT_ROOT / "data" -DB_DIR = DATA_DIR -GROUND_TRUTH_DIR = DATA_DIR / "ground_truth" -OPS_STATE_DIR = DATA_DIR / "ops" -COOLDOWN_FILE = OPS_STATE_DIR / "coins_buy_time.json" - -# --- docs (reference + 단계별 산출물) --- -DOCS_DIR = PROJECT_ROOT / "docs" -DOCS_REFERENCE_DIR = DOCS_DIR / "reference" - -DOCS_GROUND_TRUTH = DOCS_DIR / "02_ground_truth" -DOCS_ANALYSIS = DOCS_DIR / "03_analysis" -DOCS_MATCHING = DOCS_DIR / "04_matching" -DOCS_OPS = DOCS_DIR / "05_ops" - -ANALYSIS_TRADES_CSV = DOCS_ANALYSIS / "general_analysis_trades.csv" -ANALYSIS_GT_MTF_PROFILE_JSON = DOCS_ANALYSIS / "gt_mtf_profile.json" -ANALYSIS_GT_MTF_PROFILE_HTML = DOCS_ANALYSIS / "gt_mtf_profile_report.html" -ANALYSIS_GT_CALIBRATION_JSON = DOCS_ANALYSIS / "gt_calibration_report.json" -ANALYSIS_REPORT_HTML = DOCS_ANALYSIS / "general_analysis_report.html" -ANALYSIS_CAPABILITY_HTML = DOCS_ANALYSIS / "general_analysis_capability.html" -ANALYSIS_LATEST_DIR = DOCS_ANALYSIS / "latest" - -MATCHING_RULE_CANDIDATES = DOCS_MATCHING / "rule_candidates.json" -MATCHING_RULE_FIRES = DOCS_MATCHING / "rule_fires.csv" -MATCHING_FIRE_OUTCOMES = DOCS_MATCHING / "fire_outcomes.csv" -MATCHING_MATCHED_RULES = DOCS_MATCHING / "matched_rules.json" -MATCHING_BACKTEST_HTML = DOCS_MATCHING / "backtest_summary.html" -MATCHING_GT_OVERLAP = DOCS_MATCHING / "gt_overlap_report.json" -MATCHING_SIMULATION_JSON = DOCS_MATCHING / "simulation_report.json" -MATCHING_SIMULATION_HTML = DOCS_MATCHING / "simulation_report.html" -MATCHING_CAUSAL_GT_CALIBRATION_JSON = DOCS_MATCHING / "causal_gt_calibration.json" -MATCHING_HYBRID_DD_CALIBRATION_JSON = DOCS_MATCHING / "hybrid_dd_calibration.json" - -LIVE_TRADES_LOG = OPS_STATE_DIR / "live_trades.jsonl" -LIVE_SIGNAL_HISTORY_JSON = OPS_STATE_DIR / "live_signal_history.json" -PORTFOLIO_SNAPSHOTS_LOG = OPS_STATE_DIR / "portfolio_snapshots.jsonl" - -CHART_TRUTH_HTML = DOCS_GROUND_TRUTH / "wld_ground_truth_chart.html" - -# 하위 호환 (구 reports/ 이름) -REPORTS_DIR = DOCS_DIR -REPORTS_GROUND_TRUTH = DOCS_GROUND_TRUTH -REPORTS_ANALYSIS = DOCS_ANALYSIS -REPORTS_MATCHING = DOCS_MATCHING -REPORTS_OPS = DOCS_OPS - - -def resolve_db_path() -> Path: - """존재하는 coins.db 경로.""" - candidates = [ - DATA_DIR / "coins.db", - PROJECT_ROOT / "coins.db", - ] - for p in candidates: - if p.is_file(): - return p - return DATA_DIR / "coins.db" - - -def resolve_ground_truth_file() -> Path: - """존재하는 ground_truth_trades.json 경로.""" - name = os.getenv("GROUND_TRUTH_FILE", "ground_truth_trades.json") - p = Path(name) - if p.is_absolute(): - return p - candidates = [ - GROUND_TRUTH_DIR / "ground_truth_trades.json", - PROJECT_ROOT / "ground_truth_trades.json", - PROJECT_ROOT / name, - ] - for c in candidates: - if c.is_file(): - return c - return GROUND_TRUTH_DIR / "ground_truth_trades.json" - - -def ensure_dirs() -> None: - """단계별 출력·가이드 디렉터리 생성.""" - for d in ( - DATA_DIR, - GROUND_TRUTH_DIR, - OPS_STATE_DIR, - DOCS_DIR, - DOCS_REFERENCE_DIR, - DOCS_GROUND_TRUTH, - DOCS_ANALYSIS, - DOCS_MATCHING, - DOCS_OPS, - ANALYSIS_LATEST_DIR, - ): - d.mkdir(parents=True, exist_ok=True) diff --git a/docs/03_analysis/general_analysis_trades.csv b/docs/03_analysis/general_analysis_trades.csv deleted file mode 100644 index 52b4f85..0000000 --- a/docs/03_analysis/general_analysis_trades.csv +++ /dev/null @@ -1,486 +0,0 @@ -trade_idx,dt,action,price,weight,leg_id,memo,m3_bb_pos,m3_RSI,m3_macd_hist,m3_stoch_k,m3_stoch_d,m3_macd_line,m3_macd_signal,m3_BB_Width,m3_ga_sma_5,m3_ga_sma_20,m3_ga_sma_60,m3_ga_close_vs_sma_20_pct,m3_ga_golden_cross,m3_ga_death_cross,m3_ga_atr_14,m3_ga_atr_pct,m3_ga_bb_squeeze,m3_ga_donchian_pos,m3_ga_cci_20,m3_ga_cci_oversold,m3_ga_cci_overbought,m3_ga_williams_r,m3_ga_williams_oversold,m3_ga_williams_overbought,m3_ga_roc_10,m3_ga_mfi_14,m3_ga_rsi_bull_div,m3_ga_rsi_bear_div,m3_ga_macd_bull_div,m3_ga_macd_bear_div,m3_ga_stoch_bull_div,m3_ga_stoch_bear_div,m3_ga_rsi_delta_1,m3_ga_macd_hist_delta_1,m3_ga_stoch_k_delta_1,m3_ga_keltner_pos,m3_ga_ao,m3_ga_ao_bull,m3_ga_ao_bear,m3_ga_hv_20,m3_ga_hv_percentile,m3_ga_ad_line,m3_ga_ad_slope_10,m3_ga_vol_ratio,m3_ga_obv_slope_10,m3_ga_obv_bull_div,m3_ga_obv_bear_div,m3_ga_cmf_20,m3_ga_close_vs_vwap_pct,m3_ga_adx_14,m3_ga_adx_trending,m3_ga_supertrend_bull,m3_ga_linreg_slope_20,m3_ga_linreg_r2_20,m3_ga_psar,m3_ga_psar_bull,m3_ga_psar_flip_bull,m3_ga_psar_flip_bear,m3_ga_body_ratio,m3_ga_hammer,m3_ga_shooting_star,m3_ga_doji,m3_ga_bullish_engulfing,m3_ga_bearish_engulfing,m3_ga_morning_star,m3_ga_evening_star,m3_ga_three_white_soldiers,m3_ga_three_black_crows,m3_ga_ha_bull,m3_ga_ha_trend_up,m3_ga_pattern_double_top,m3_ga_pattern_double_bottom,m3_ga_pattern_head_shoulders,m3_ga_pattern_inv_head_shoulders,m3_ga_pattern_triangle_sym,m3_ga_pattern_triangle_asc,m3_ga_pattern_triangle_desc,m3_ga_pattern_flag_bull,m3_ga_pattern_flag_bear,m3_ga_pattern_wedge_rising,m3_ga_pattern_wedge_falling,m3_ga_pattern_rectangle,m3_ga_pattern_channel_up,m3_ga_pattern_channel_down,m3_ga_pattern_measured_move,m3_ga_pattern_rounding_top,m3_ga_pattern_rounding_bottom,m3_ga_pattern_gap_up,m3_ga_pattern_gap_down,m3_ga_pattern_v_bottom,m3_ga_pattern_spike_top,m3_ga_pattern_triple_top,m3_ga_pattern_triple_bottom,m3_ga_pattern_cup_handle,m3_ga_pattern_keystone_bull,m3_ga_pattern_keystone_bear,m3_ga_pattern_island_top,m3_ga_pattern_island_bottom,m3_ga_pattern_label,m3_ga_struct_trend,m3_ga_struct_hh,m3_ga_struct_hl,m3_ga_struct_lh,m3_ga_struct_ll,m3_ga_struct_bos_bull,m3_ga_struct_bos_bear,m3_ga_struct_choch,m3_ga_elliott_wave_count,m3_ga_elliott_phase,m3_ga_wyckoff_phase,m3_ga_fib_near_level,m3_ga_ichi_trend,m3_ga_pitchfork_bias,m3_ga_pitchfork_dist_pct,m3_ga_wyckoff_spring,m3_ga_wyckoff_utad,m3_ga_vp_poc,m3_ga_vp_vah,m3_ga_vp_val,m3_ga_vp_close_vs_poc_pct,m3_ga_vp_in_value_area,m3_ga_harmonic_gartley,m3_ga_harmonic_bat,m3_ga_harmonic_label,m3_ga_chart_type_candle,m3_ga_chart_line_slope,m3_ga_chart_bar_range_pct,m3_ga_chart_ha_trend,m3_ga_chart_renko_brick_up_ratio,m3_ga_chart_renko_dir,m3_ga_chart_pnf_col,m3_ga_chart_vol_spike,m5_bb_pos,m5_RSI,m5_macd_hist,m5_stoch_k,m5_stoch_d,m5_macd_line,m5_macd_signal,m5_BB_Width,m5_ga_sma_5,m5_ga_sma_20,m5_ga_sma_60,m5_ga_close_vs_sma_20_pct,m5_ga_golden_cross,m5_ga_death_cross,m5_ga_atr_14,m5_ga_atr_pct,m5_ga_bb_squeeze,m5_ga_donchian_pos,m5_ga_cci_20,m5_ga_cci_oversold,m5_ga_cci_overbought,m5_ga_williams_r,m5_ga_williams_oversold,m5_ga_williams_overbought,m5_ga_roc_10,m5_ga_mfi_14,m5_ga_rsi_bull_div,m5_ga_rsi_bear_div,m5_ga_macd_bull_div,m5_ga_macd_bear_div,m5_ga_stoch_bull_div,m5_ga_stoch_bear_div,m5_ga_rsi_delta_1,m5_ga_macd_hist_delta_1,m5_ga_stoch_k_delta_1,m5_ga_keltner_pos,m5_ga_ao,m5_ga_ao_bull,m5_ga_ao_bear,m5_ga_hv_20,m5_ga_hv_percentile,m5_ga_ad_line,m5_ga_ad_slope_10,m5_ga_vol_ratio,m5_ga_obv_slope_10,m5_ga_obv_bull_div,m5_ga_obv_bear_div,m5_ga_cmf_20,m5_ga_close_vs_vwap_pct,m5_ga_adx_14,m5_ga_adx_trending,m5_ga_supertrend_bull,m5_ga_linreg_slope_20,m5_ga_linreg_r2_20,m5_ga_psar,m5_ga_psar_bull,m5_ga_psar_flip_bull,m5_ga_psar_flip_bear,m5_ga_body_ratio,m5_ga_hammer,m5_ga_shooting_star,m5_ga_doji,m5_ga_bullish_engulfing,m5_ga_bearish_engulfing,m5_ga_morning_star,m5_ga_evening_star,m5_ga_three_white_soldiers,m5_ga_three_black_crows,m5_ga_ha_bull,m5_ga_ha_trend_up,m5_ga_pattern_double_top,m5_ga_pattern_double_bottom,m5_ga_pattern_head_shoulders,m5_ga_pattern_inv_head_shoulders,m5_ga_pattern_triangle_sym,m5_ga_pattern_triangle_asc,m5_ga_pattern_triangle_desc,m5_ga_pattern_flag_bull,m5_ga_pattern_flag_bear,m5_ga_pattern_wedge_rising,m5_ga_pattern_wedge_falling,m5_ga_pattern_rectangle,m5_ga_pattern_channel_up,m5_ga_pattern_channel_down,m5_ga_pattern_measured_move,m5_ga_pattern_rounding_top,m5_ga_pattern_rounding_bottom,m5_ga_pattern_gap_up,m5_ga_pattern_gap_down,m5_ga_pattern_v_bottom,m5_ga_pattern_spike_top,m5_ga_pattern_triple_top,m5_ga_pattern_triple_bottom,m5_ga_pattern_cup_handle,m5_ga_pattern_keystone_bull,m5_ga_pattern_keystone_bear,m5_ga_pattern_island_top,m5_ga_pattern_island_bottom,m5_ga_pattern_label,m5_ga_struct_trend,m5_ga_struct_hh,m5_ga_struct_hl,m5_ga_struct_lh,m5_ga_struct_ll,m5_ga_struct_bos_bull,m5_ga_struct_bos_bear,m5_ga_struct_choch,m5_ga_elliott_wave_count,m5_ga_elliott_phase,m5_ga_wyckoff_phase,m5_ga_fib_near_level,m5_ga_ichi_trend,m5_ga_pitchfork_bias,m5_ga_pitchfork_dist_pct,m5_ga_wyckoff_spring,m5_ga_wyckoff_utad,m5_ga_vp_poc,m5_ga_vp_vah,m5_ga_vp_val,m5_ga_vp_close_vs_poc_pct,m5_ga_vp_in_value_area,m5_ga_harmonic_gartley,m5_ga_harmonic_bat,m5_ga_harmonic_label,m5_ga_chart_type_candle,m5_ga_chart_line_slope,m5_ga_chart_bar_range_pct,m5_ga_chart_ha_trend,m5_ga_chart_renko_brick_up_ratio,m5_ga_chart_renko_dir,m5_ga_chart_pnf_col,m5_ga_chart_vol_spike,m10_bb_pos,m10_RSI,m10_macd_hist,m10_stoch_k,m10_stoch_d,m10_macd_line,m10_macd_signal,m10_BB_Width,m10_ga_sma_5,m10_ga_sma_20,m10_ga_sma_60,m10_ga_close_vs_sma_20_pct,m10_ga_golden_cross,m10_ga_death_cross,m10_ga_atr_14,m10_ga_atr_pct,m10_ga_bb_squeeze,m10_ga_donchian_pos,m10_ga_cci_20,m10_ga_cci_oversold,m10_ga_cci_overbought,m10_ga_williams_r,m10_ga_williams_oversold,m10_ga_williams_overbought,m10_ga_roc_10,m10_ga_mfi_14,m10_ga_rsi_bull_div,m10_ga_rsi_bear_div,m10_ga_macd_bull_div,m10_ga_macd_bear_div,m10_ga_stoch_bull_div,m10_ga_stoch_bear_div,m10_ga_rsi_delta_1,m10_ga_macd_hist_delta_1,m10_ga_stoch_k_delta_1,m10_ga_keltner_pos,m10_ga_ao,m10_ga_ao_bull,m10_ga_ao_bear,m10_ga_hv_20,m10_ga_hv_percentile,m10_ga_ad_line,m10_ga_ad_slope_10,m10_ga_vol_ratio,m10_ga_obv_slope_10,m10_ga_obv_bull_div,m10_ga_obv_bear_div,m10_ga_cmf_20,m10_ga_close_vs_vwap_pct,m10_ga_adx_14,m10_ga_adx_trending,m10_ga_supertrend_bull,m10_ga_linreg_slope_20,m10_ga_linreg_r2_20,m10_ga_psar,m10_ga_psar_bull,m10_ga_psar_flip_bull,m10_ga_psar_flip_bear,m10_ga_body_ratio,m10_ga_hammer,m10_ga_shooting_star,m10_ga_doji,m10_ga_bullish_engulfing,m10_ga_bearish_engulfing,m10_ga_morning_star,m10_ga_evening_star,m10_ga_three_white_soldiers,m10_ga_three_black_crows,m10_ga_ha_bull,m10_ga_ha_trend_up,m10_ga_pattern_double_top,m10_ga_pattern_double_bottom,m10_ga_pattern_head_shoulders,m10_ga_pattern_inv_head_shoulders,m10_ga_pattern_triangle_sym,m10_ga_pattern_triangle_asc,m10_ga_pattern_triangle_desc,m10_ga_pattern_flag_bull,m10_ga_pattern_flag_bear,m10_ga_pattern_wedge_rising,m10_ga_pattern_wedge_falling,m10_ga_pattern_rectangle,m10_ga_pattern_channel_up,m10_ga_pattern_channel_down,m10_ga_pattern_measured_move,m10_ga_pattern_rounding_top,m10_ga_pattern_rounding_bottom,m10_ga_pattern_gap_up,m10_ga_pattern_gap_down,m10_ga_pattern_v_bottom,m10_ga_pattern_spike_top,m10_ga_pattern_triple_top,m10_ga_pattern_triple_bottom,m10_ga_pattern_cup_handle,m10_ga_pattern_keystone_bull,m10_ga_pattern_keystone_bear,m10_ga_pattern_island_top,m10_ga_pattern_island_bottom,m10_ga_pattern_label,m10_ga_struct_trend,m10_ga_struct_hh,m10_ga_struct_hl,m10_ga_struct_lh,m10_ga_struct_ll,m10_ga_struct_bos_bull,m10_ga_struct_bos_bear,m10_ga_struct_choch,m10_ga_elliott_wave_count,m10_ga_elliott_phase,m10_ga_wyckoff_phase,m10_ga_fib_near_level,m10_ga_ichi_trend,m10_ga_pitchfork_bias,m10_ga_pitchfork_dist_pct,m10_ga_wyckoff_spring,m10_ga_wyckoff_utad,m10_ga_vp_poc,m10_ga_vp_vah,m10_ga_vp_val,m10_ga_vp_close_vs_poc_pct,m10_ga_vp_in_value_area,m10_ga_harmonic_gartley,m10_ga_harmonic_bat,m10_ga_harmonic_label,m10_ga_chart_type_candle,m10_ga_chart_line_slope,m10_ga_chart_bar_range_pct,m10_ga_chart_ha_trend,m10_ga_chart_renko_brick_up_ratio,m10_ga_chart_renko_dir,m10_ga_chart_pnf_col,m10_ga_chart_vol_spike,m15_bb_pos,m15_RSI,m15_macd_hist,m15_stoch_k,m15_stoch_d,m15_macd_line,m15_macd_signal,m15_BB_Width,m15_ga_sma_5,m15_ga_sma_20,m15_ga_sma_60,m15_ga_close_vs_sma_20_pct,m15_ga_golden_cross,m15_ga_death_cross,m15_ga_atr_14,m15_ga_atr_pct,m15_ga_bb_squeeze,m15_ga_donchian_pos,m15_ga_cci_20,m15_ga_cci_oversold,m15_ga_cci_overbought,m15_ga_williams_r,m15_ga_williams_oversold,m15_ga_williams_overbought,m15_ga_roc_10,m15_ga_mfi_14,m15_ga_rsi_bull_div,m15_ga_rsi_bear_div,m15_ga_macd_bull_div,m15_ga_macd_bear_div,m15_ga_stoch_bull_div,m15_ga_stoch_bear_div,m15_ga_rsi_delta_1,m15_ga_macd_hist_delta_1,m15_ga_stoch_k_delta_1,m15_ga_keltner_pos,m15_ga_ao,m15_ga_ao_bull,m15_ga_ao_bear,m15_ga_hv_20,m15_ga_hv_percentile,m15_ga_ad_line,m15_ga_ad_slope_10,m15_ga_vol_ratio,m15_ga_obv_slope_10,m15_ga_obv_bull_div,m15_ga_obv_bear_div,m15_ga_cmf_20,m15_ga_close_vs_vwap_pct,m15_ga_adx_14,m15_ga_adx_trending,m15_ga_supertrend_bull,m15_ga_linreg_slope_20,m15_ga_linreg_r2_20,m15_ga_psar,m15_ga_psar_bull,m15_ga_psar_flip_bull,m15_ga_psar_flip_bear,m15_ga_body_ratio,m15_ga_hammer,m15_ga_shooting_star,m15_ga_doji,m15_ga_bullish_engulfing,m15_ga_bearish_engulfing,m15_ga_morning_star,m15_ga_evening_star,m15_ga_three_white_soldiers,m15_ga_three_black_crows,m15_ga_ha_bull,m15_ga_ha_trend_up,m15_ga_pattern_double_top,m15_ga_pattern_double_bottom,m15_ga_pattern_head_shoulders,m15_ga_pattern_inv_head_shoulders,m15_ga_pattern_triangle_sym,m15_ga_pattern_triangle_asc,m15_ga_pattern_triangle_desc,m15_ga_pattern_flag_bull,m15_ga_pattern_flag_bear,m15_ga_pattern_wedge_rising,m15_ga_pattern_wedge_falling,m15_ga_pattern_rectangle,m15_ga_pattern_channel_up,m15_ga_pattern_channel_down,m15_ga_pattern_measured_move,m15_ga_pattern_rounding_top,m15_ga_pattern_rounding_bottom,m15_ga_pattern_gap_up,m15_ga_pattern_gap_down,m15_ga_pattern_v_bottom,m15_ga_pattern_spike_top,m15_ga_pattern_triple_top,m15_ga_pattern_triple_bottom,m15_ga_pattern_cup_handle,m15_ga_pattern_keystone_bull,m15_ga_pattern_keystone_bear,m15_ga_pattern_island_top,m15_ga_pattern_island_bottom,m15_ga_pattern_label,m15_ga_struct_trend,m15_ga_struct_hh,m15_ga_struct_hl,m15_ga_struct_lh,m15_ga_struct_ll,m15_ga_struct_bos_bull,m15_ga_struct_bos_bear,m15_ga_struct_choch,m15_ga_elliott_wave_count,m15_ga_elliott_phase,m15_ga_wyckoff_phase,m15_ga_fib_near_level,m15_ga_ichi_trend,m15_ga_pitchfork_bias,m15_ga_pitchfork_dist_pct,m15_ga_wyckoff_spring,m15_ga_wyckoff_utad,m15_ga_vp_poc,m15_ga_vp_vah,m15_ga_vp_val,m15_ga_vp_close_vs_poc_pct,m15_ga_vp_in_value_area,m15_ga_harmonic_gartley,m15_ga_harmonic_bat,m15_ga_harmonic_label,m15_ga_chart_type_candle,m15_ga_chart_line_slope,m15_ga_chart_bar_range_pct,m15_ga_chart_ha_trend,m15_ga_chart_renko_brick_up_ratio,m15_ga_chart_renko_dir,m15_ga_chart_pnf_col,m15_ga_chart_vol_spike,m30_bb_pos,m30_RSI,m30_macd_hist,m30_stoch_k,m30_stoch_d,m30_macd_line,m30_macd_signal,m30_BB_Width,m30_ga_sma_5,m30_ga_sma_20,m30_ga_sma_60,m30_ga_close_vs_sma_20_pct,m30_ga_golden_cross,m30_ga_death_cross,m30_ga_atr_14,m30_ga_atr_pct,m30_ga_bb_squeeze,m30_ga_donchian_pos,m30_ga_cci_20,m30_ga_cci_oversold,m30_ga_cci_overbought,m30_ga_williams_r,m30_ga_williams_oversold,m30_ga_williams_overbought,m30_ga_roc_10,m30_ga_mfi_14,m30_ga_rsi_bull_div,m30_ga_rsi_bear_div,m30_ga_macd_bull_div,m30_ga_macd_bear_div,m30_ga_stoch_bull_div,m30_ga_stoch_bear_div,m30_ga_rsi_delta_1,m30_ga_macd_hist_delta_1,m30_ga_stoch_k_delta_1,m30_ga_keltner_pos,m30_ga_ao,m30_ga_ao_bull,m30_ga_ao_bear,m30_ga_hv_20,m30_ga_hv_percentile,m30_ga_ad_line,m30_ga_ad_slope_10,m30_ga_vol_ratio,m30_ga_obv_slope_10,m30_ga_obv_bull_div,m30_ga_obv_bear_div,m30_ga_cmf_20,m30_ga_close_vs_vwap_pct,m30_ga_adx_14,m30_ga_adx_trending,m30_ga_supertrend_bull,m30_ga_linreg_slope_20,m30_ga_linreg_r2_20,m30_ga_psar,m30_ga_psar_bull,m30_ga_psar_flip_bull,m30_ga_psar_flip_bear,m30_ga_body_ratio,m30_ga_hammer,m30_ga_shooting_star,m30_ga_doji,m30_ga_bullish_engulfing,m30_ga_bearish_engulfing,m30_ga_morning_star,m30_ga_evening_star,m30_ga_three_white_soldiers,m30_ga_three_black_crows,m30_ga_ha_bull,m30_ga_ha_trend_up,m30_ga_pattern_double_top,m30_ga_pattern_double_bottom,m30_ga_pattern_head_shoulders,m30_ga_pattern_inv_head_shoulders,m30_ga_pattern_triangle_sym,m30_ga_pattern_triangle_asc,m30_ga_pattern_triangle_desc,m30_ga_pattern_flag_bull,m30_ga_pattern_flag_bear,m30_ga_pattern_wedge_rising,m30_ga_pattern_wedge_falling,m30_ga_pattern_rectangle,m30_ga_pattern_channel_up,m30_ga_pattern_channel_down,m30_ga_pattern_measured_move,m30_ga_pattern_rounding_top,m30_ga_pattern_rounding_bottom,m30_ga_pattern_gap_up,m30_ga_pattern_gap_down,m30_ga_pattern_v_bottom,m30_ga_pattern_spike_top,m30_ga_pattern_triple_top,m30_ga_pattern_triple_bottom,m30_ga_pattern_cup_handle,m30_ga_pattern_keystone_bull,m30_ga_pattern_keystone_bear,m30_ga_pattern_island_top,m30_ga_pattern_island_bottom,m30_ga_pattern_label,m30_ga_struct_trend,m30_ga_struct_hh,m30_ga_struct_hl,m30_ga_struct_lh,m30_ga_struct_ll,m30_ga_struct_bos_bull,m30_ga_struct_bos_bear,m30_ga_struct_choch,m30_ga_elliott_wave_count,m30_ga_elliott_phase,m30_ga_wyckoff_phase,m30_ga_fib_near_level,m30_ga_ichi_trend,m30_ga_pitchfork_bias,m30_ga_pitchfork_dist_pct,m30_ga_wyckoff_spring,m30_ga_wyckoff_utad,m30_ga_vp_poc,m30_ga_vp_vah,m30_ga_vp_val,m30_ga_vp_close_vs_poc_pct,m30_ga_vp_in_value_area,m30_ga_harmonic_gartley,m30_ga_harmonic_bat,m30_ga_harmonic_label,m30_ga_chart_type_candle,m30_ga_chart_line_slope,m30_ga_chart_bar_range_pct,m30_ga_chart_ha_trend,m30_ga_chart_renko_brick_up_ratio,m30_ga_chart_renko_dir,m30_ga_chart_pnf_col,m30_ga_chart_vol_spike,m60_bb_pos,m60_RSI,m60_macd_hist,m60_stoch_k,m60_stoch_d,m60_macd_line,m60_macd_signal,m60_BB_Width,m60_ga_sma_5,m60_ga_sma_20,m60_ga_sma_60,m60_ga_close_vs_sma_20_pct,m60_ga_golden_cross,m60_ga_death_cross,m60_ga_atr_14,m60_ga_atr_pct,m60_ga_bb_squeeze,m60_ga_donchian_pos,m60_ga_cci_20,m60_ga_cci_oversold,m60_ga_cci_overbought,m60_ga_williams_r,m60_ga_williams_oversold,m60_ga_williams_overbought,m60_ga_roc_10,m60_ga_mfi_14,m60_ga_rsi_bull_div,m60_ga_rsi_bear_div,m60_ga_macd_bull_div,m60_ga_macd_bear_div,m60_ga_stoch_bull_div,m60_ga_stoch_bear_div,m60_ga_rsi_delta_1,m60_ga_macd_hist_delta_1,m60_ga_stoch_k_delta_1,m60_ga_keltner_pos,m60_ga_ao,m60_ga_ao_bull,m60_ga_ao_bear,m60_ga_hv_20,m60_ga_hv_percentile,m60_ga_ad_line,m60_ga_ad_slope_10,m60_ga_vol_ratio,m60_ga_obv_slope_10,m60_ga_obv_bull_div,m60_ga_obv_bear_div,m60_ga_cmf_20,m60_ga_close_vs_vwap_pct,m60_ga_adx_14,m60_ga_adx_trending,m60_ga_supertrend_bull,m60_ga_linreg_slope_20,m60_ga_linreg_r2_20,m60_ga_psar,m60_ga_psar_bull,m60_ga_psar_flip_bull,m60_ga_psar_flip_bear,m60_ga_body_ratio,m60_ga_hammer,m60_ga_shooting_star,m60_ga_doji,m60_ga_bullish_engulfing,m60_ga_bearish_engulfing,m60_ga_morning_star,m60_ga_evening_star,m60_ga_three_white_soldiers,m60_ga_three_black_crows,m60_ga_ha_bull,m60_ga_ha_trend_up,m60_ga_pattern_double_top,m60_ga_pattern_double_bottom,m60_ga_pattern_head_shoulders,m60_ga_pattern_inv_head_shoulders,m60_ga_pattern_triangle_sym,m60_ga_pattern_triangle_asc,m60_ga_pattern_triangle_desc,m60_ga_pattern_flag_bull,m60_ga_pattern_flag_bear,m60_ga_pattern_wedge_rising,m60_ga_pattern_wedge_falling,m60_ga_pattern_rectangle,m60_ga_pattern_channel_up,m60_ga_pattern_channel_down,m60_ga_pattern_measured_move,m60_ga_pattern_rounding_top,m60_ga_pattern_rounding_bottom,m60_ga_pattern_gap_up,m60_ga_pattern_gap_down,m60_ga_pattern_v_bottom,m60_ga_pattern_spike_top,m60_ga_pattern_triple_top,m60_ga_pattern_triple_bottom,m60_ga_pattern_cup_handle,m60_ga_pattern_keystone_bull,m60_ga_pattern_keystone_bear,m60_ga_pattern_island_top,m60_ga_pattern_island_bottom,m60_ga_pattern_label,m60_ga_struct_trend,m60_ga_struct_hh,m60_ga_struct_hl,m60_ga_struct_lh,m60_ga_struct_ll,m60_ga_struct_bos_bull,m60_ga_struct_bos_bear,m60_ga_struct_choch,m60_ga_elliott_wave_count,m60_ga_elliott_phase,m60_ga_wyckoff_phase,m60_ga_fib_near_level,m60_ga_ichi_trend,m60_ga_pitchfork_bias,m60_ga_pitchfork_dist_pct,m60_ga_wyckoff_spring,m60_ga_wyckoff_utad,m60_ga_vp_poc,m60_ga_vp_vah,m60_ga_vp_val,m60_ga_vp_close_vs_poc_pct,m60_ga_vp_in_value_area,m60_ga_harmonic_gartley,m60_ga_harmonic_bat,m60_ga_harmonic_label,m60_ga_chart_type_candle,m60_ga_chart_line_slope,m60_ga_chart_bar_range_pct,m60_ga_chart_ha_trend,m60_ga_chart_renko_brick_up_ratio,m60_ga_chart_renko_dir,m60_ga_chart_pnf_col,m60_ga_chart_vol_spike,m240_macd_hist,m240_macd_line,m240_macd_signal,m240_ga_sma_5,m240_ga_sma_20,m240_ga_sma_60,m240_ga_close_vs_sma_20_pct,m240_ga_golden_cross,m240_ga_death_cross,m240_ga_atr_14,m240_ga_atr_pct,m240_ga_bb_squeeze,m240_ga_donchian_pos,m240_ga_cci_20,m240_ga_cci_oversold,m240_ga_cci_overbought,m240_ga_williams_r,m240_ga_williams_oversold,m240_ga_williams_overbought,m240_ga_roc_10,m240_ga_mfi_14,m240_ga_rsi_bull_div,m240_ga_rsi_bear_div,m240_ga_macd_bull_div,m240_ga_macd_bear_div,m240_ga_stoch_bull_div,m240_ga_stoch_bear_div,m240_ga_rsi_delta_1,m240_ga_macd_hist_delta_1,m240_ga_stoch_k_delta_1,m240_ga_keltner_pos,m240_ga_ao,m240_ga_ao_bull,m240_ga_ao_bear,m240_ga_hv_20,m240_ga_hv_percentile,m240_ga_ad_line,m240_ga_ad_slope_10,m240_ga_vol_ratio,m240_ga_obv_slope_10,m240_ga_obv_bull_div,m240_ga_obv_bear_div,m240_ga_cmf_20,m240_ga_close_vs_vwap_pct,m240_ga_adx_14,m240_ga_adx_trending,m240_ga_supertrend_bull,m240_ga_linreg_slope_20,m240_ga_linreg_r2_20,m240_ga_psar,m240_ga_psar_bull,m240_ga_psar_flip_bull,m240_ga_psar_flip_bear,m240_ga_body_ratio,m240_ga_hammer,m240_ga_shooting_star,m240_ga_doji,m240_ga_bullish_engulfing,m240_ga_bearish_engulfing,m240_ga_morning_star,m240_ga_evening_star,m240_ga_three_white_soldiers,m240_ga_three_black_crows,m240_ga_ha_bull,m240_ga_ha_trend_up,m240_ga_pattern_double_top,m240_ga_pattern_double_bottom,m240_ga_pattern_head_shoulders,m240_ga_pattern_inv_head_shoulders,m240_ga_pattern_triangle_sym,m240_ga_pattern_triangle_asc,m240_ga_pattern_triangle_desc,m240_ga_pattern_flag_bull,m240_ga_pattern_flag_bear,m240_ga_pattern_wedge_rising,m240_ga_pattern_wedge_falling,m240_ga_pattern_rectangle,m240_ga_pattern_channel_up,m240_ga_pattern_channel_down,m240_ga_pattern_measured_move,m240_ga_pattern_rounding_top,m240_ga_pattern_rounding_bottom,m240_ga_pattern_gap_up,m240_ga_pattern_gap_down,m240_ga_pattern_v_bottom,m240_ga_pattern_spike_top,m240_ga_pattern_triple_top,m240_ga_pattern_triple_bottom,m240_ga_pattern_cup_handle,m240_ga_pattern_keystone_bull,m240_ga_pattern_keystone_bear,m240_ga_pattern_island_top,m240_ga_pattern_island_bottom,m240_ga_pattern_label,m240_ga_struct_trend,m240_ga_struct_hh,m240_ga_struct_hl,m240_ga_struct_lh,m240_ga_struct_ll,m240_ga_struct_bos_bull,m240_ga_struct_bos_bear,m240_ga_struct_choch,m240_ga_elliott_wave_count,m240_ga_elliott_phase,m240_ga_wyckoff_phase,m240_ga_fib_near_level,m240_ga_ichi_trend,m240_ga_pitchfork_bias,m240_ga_pitchfork_dist_pct,m240_ga_wyckoff_spring,m240_ga_wyckoff_utad,m240_ga_vp_poc,m240_ga_vp_vah,m240_ga_vp_val,m240_ga_vp_close_vs_poc_pct,m240_ga_vp_in_value_area,m240_ga_harmonic_gartley,m240_ga_harmonic_bat,m240_ga_harmonic_label,m240_ga_chart_type_candle,m240_ga_chart_line_slope,m240_ga_chart_bar_range_pct,m240_ga_chart_ha_trend,m240_ga_chart_renko_brick_up_ratio,m240_ga_chart_renko_dir,m240_ga_chart_pnf_col,m240_ga_chart_vol_spike,d1_macd_hist,d1_macd_line,d1_macd_signal,d1_ga_sma_5,d1_ga_sma_20,d1_ga_sma_60,d1_ga_close_vs_sma_20_pct,d1_ga_golden_cross,d1_ga_death_cross,d1_ga_atr_14,d1_ga_atr_pct,d1_ga_bb_squeeze,d1_ga_donchian_pos,d1_ga_cci_20,d1_ga_cci_oversold,d1_ga_cci_overbought,d1_ga_williams_r,d1_ga_williams_oversold,d1_ga_williams_overbought,d1_ga_roc_10,d1_ga_mfi_14,d1_ga_rsi_bull_div,d1_ga_rsi_bear_div,d1_ga_macd_bull_div,d1_ga_macd_bear_div,d1_ga_stoch_bull_div,d1_ga_stoch_bear_div,d1_ga_rsi_delta_1,d1_ga_macd_hist_delta_1,d1_ga_stoch_k_delta_1,d1_ga_keltner_pos,d1_ga_ao,d1_ga_ao_bull,d1_ga_ao_bear,d1_ga_hv_20,d1_ga_hv_percentile,d1_ga_ad_line,d1_ga_ad_slope_10,d1_ga_vol_ratio,d1_ga_obv_slope_10,d1_ga_obv_bull_div,d1_ga_obv_bear_div,d1_ga_cmf_20,d1_ga_close_vs_vwap_pct,d1_ga_adx_14,d1_ga_adx_trending,d1_ga_supertrend_bull,d1_ga_linreg_slope_20,d1_ga_linreg_r2_20,d1_ga_psar,d1_ga_psar_bull,d1_ga_psar_flip_bull,d1_ga_psar_flip_bear,d1_ga_body_ratio,d1_ga_hammer,d1_ga_shooting_star,d1_ga_doji,d1_ga_bullish_engulfing,d1_ga_bearish_engulfing,d1_ga_morning_star,d1_ga_evening_star,d1_ga_three_white_soldiers,d1_ga_three_black_crows,d1_ga_ha_bull,d1_ga_ha_trend_up,d1_ga_pattern_double_top,d1_ga_pattern_double_bottom,d1_ga_pattern_head_shoulders,d1_ga_pattern_inv_head_shoulders,d1_ga_pattern_triangle_sym,d1_ga_pattern_triangle_asc,d1_ga_pattern_triangle_desc,d1_ga_pattern_flag_bull,d1_ga_pattern_flag_bear,d1_ga_pattern_wedge_rising,d1_ga_pattern_wedge_falling,d1_ga_pattern_rectangle,d1_ga_pattern_channel_up,d1_ga_pattern_channel_down,d1_ga_pattern_measured_move,d1_ga_pattern_rounding_top,d1_ga_pattern_rounding_bottom,d1_ga_pattern_gap_up,d1_ga_pattern_gap_down,d1_ga_pattern_v_bottom,d1_ga_pattern_spike_top,d1_ga_pattern_triple_top,d1_ga_pattern_triple_bottom,d1_ga_pattern_cup_handle,d1_ga_pattern_keystone_bull,d1_ga_pattern_keystone_bear,d1_ga_pattern_island_top,d1_ga_pattern_island_bottom,d1_ga_pattern_label,d1_ga_struct_trend,d1_ga_struct_hh,d1_ga_struct_hl,d1_ga_struct_lh,d1_ga_struct_ll,d1_ga_struct_bos_bull,d1_ga_struct_bos_bear,d1_ga_struct_choch,d1_ga_elliott_wave_count,d1_ga_elliott_phase,d1_ga_wyckoff_phase,d1_ga_fib_near_level,d1_ga_ichi_trend,d1_ga_pitchfork_bias,d1_ga_pitchfork_dist_pct,d1_ga_wyckoff_spring,d1_ga_wyckoff_utad,d1_ga_vp_poc,d1_ga_vp_vah,d1_ga_vp_val,d1_ga_vp_close_vs_poc_pct,d1_ga_vp_in_value_area,d1_ga_harmonic_gartley,d1_ga_harmonic_bat,d1_ga_harmonic_label,d1_ga_chart_type_candle,d1_ga_chart_line_slope,d1_ga_chart_bar_range_pct,d1_ga_chart_ha_trend,d1_ga_chart_renko_brick_up_ratio,d1_ga_chart_renko_dir,d1_ga_chart_pnf_col,d1_ga_chart_vol_spike,ga_align_rsi_oversold_tf,ga_align_rsi_overbought_tf,ga_align_trend_up_tf,ga_align_trend_down_tf,ga_align_timing_buy_score,ga_align_timing_sell_score,ga_align_trend_score,ga_align_mtf_conflict,m240_bb_pos,m240_RSI,m240_stoch_k,m240_stoch_d,m240_BB_Width,d1_RSI,d1_stoch_k,d1_stoch_d,d1_bb_pos,d1_BB_Width -0,2025-06-06 06:12:00,buy,1421.0,1.0,0,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#0,0.29762575162234406,37.5,0.9806278950956866,39.68253968253968,33.46560846560847,-11.793846600003008,-12.774474495098694,3.3950494511771643,1431.0,1440.9,1476.6,-0.6870705808869504,0,0,10.0,0.6988120195667366,0,0.25,-60.39243332158512,0,0,-66.66666666666666,0,0,-0.41753653444676075,25.014136788585745,1,0,1,0,1,0,-0.7022471910112387,0.2556981905469886,8.730158730158724,0.2230758209332123,-24.938235294117476,0,0,1.8149210071454875,0.9915966386554622,-41526003.345188886,-2821405.516678646,1.1571734672913367,-286460.5851285672,0,0,,-9.121069594788523,36.528711917541855,1,1,-1.720300751879684,0.6925272926139657,1430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1470.15,1546.0,1423.0,-2.662993572084482,1,0,0,none,1,-0.8907563025210085,-0.20964360587002098,0,0.3,0,0,0,0.21758593438818474,31.42857142857143,-1.1570165854752723,18.39127029144044,14.647008359025193,-17.509805580936018,-16.352788995460745,6.155759853102234,1431.0,1455.3,1490.0333333333333,-1.7384731670445963,0,0,13.285714285714286,0.9290709290709291,0,0.12857142857142856,-95.73847051955684,0,0,-78.04878048780488,0,0,-1.3112491373360902,26.269926218459588,1,0,1,0,1,0,0.8730158730158735,0.5621615183287645,5.276256844201097,0.08967715532743332,-43.92647058823536,0,0,1.8466949778471995,0.8151260504201681,,,2.0866386098606786,-446376.3444941365,0,0,,-9.11380006751309,47.238548997911394,1,1,-3.657142857142852,0.9332617813447175,1421.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1428.8000000000002,1540.6,1421.0,0.08398656215005129,1,0,0,none,1,-1.4545454545454546,0.0,0,0.269,0,0,1,0.10847285420925966,26.543209876543216,-4.735287032586577,10.233739837398366,9.903814568448693,-22.75243748675007,-18.01715045416349,8.286420941757234,1437.8,1477.95,1516.6166666666666,-3.2443587401468243,0,0,23.142857142857142,1.6183816183816184,0,0.08333333333333333,-118.56487275761393,1,0,-91.25,1,0,-3.7685060565275874,10.212483098329542,0,0,0,0,0,0,3.230326440960397,0.40241035473692577,3.421717171717174,0.066919046635838,-60.108823529411666,0,0,3.034125032434047,1.0,-82320291.21384624,-14815437.89710693,1.6086943457882548,-960788.824503202,0,0,,-9.067659740708311,43.67440337477523,1,1,-4.883458646616574,0.8904090997328729,1425.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1535.5,1558.0,1423.0,-6.870726147834583,1,0,0,none,1,-1.6708860759493671,-0.27972027972027974,0,0.286,0,0,0,0.0,11.711711711711715,-7.143628505800844,14.38745013275694,16.052621567937617,-24.641900929174653,-17.49827242337381,7.8953304075716355,1447.2,1491.65,1529.7333333333333,-4.468206348674297,0,0,20.285714285714285,1.4235588972431077,0,0.0449438202247191,-164.39062097397553,1,0,-95.34883720930233,1,0,-5.629139072847678,4.543250361591404,0,0,0,0,0,0,0.5048151599875865,-0.7546006594963881,-0.965335673541027,-0.24445919437635782,-72.38529411764716,0,0,1.9156096628676949,0.8739495798319328,,,2.5172240730448645,-2777431.625885609,0,0,,-9.391593913283714,33.08919372455798,1,1,-4.382706766917317,0.775529589004645,1421.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1534.25,1572.0,1421.0,-7.120743034055732,1,0,0,none,1,-2.0508474576271185,0.0,0,0.294,0,0,1,0.0,16.0,-8.453610245332396,15.405015405015417,18.7495413301865,-26.80051387249705,-18.346903627164654,9.86142715242589,1468.0,1517.55,1558.8166666666666,-6.098645843629535,0,0,27.357142857142858,1.9197994987468672,0,0.014388489208633094,-194.93505279880344,1,0,-98.1981981981982,1,0,-7.105606258148633,16.78481726296927,0,0,0,0,0,0,0.9056603773584868,-2.2999250771037403,-5.492589363557103,-0.24786580845680456,-78.53529411764703,0,0,3.3660916249093846,,-137652755.00435215,-51268707.46387698,2.2231461354744932,-3570398.7301109685,0,0,,-9.192907954749108,35.15024008934105,1,1,-5.515037593984916,0.760535378932461,1423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.4666666666667,1572.0666666666666,1423.0,-8.856387514924101,1,0,0,none,1,-3.4285714285714284,-0.5614035087719298,0,0.231,-1,-1,1,0.0,24.799999999999997,-8.337555353355086,27.6984126984127,24.968490557921456,-33.37254029451469,-25.034984941159607,9.616779554280619,1484.0,1535.35,,-7.187286286514471,0,0,33.357142857142854,2.340852130325814,0,0.014184397163120567,-216.71826625387078,1,0,-98.4126984126984,1,0,-7.467532467532467,15.878401779368488,0,0,0,0,1,0,-6.300478468899527,-3.7735269690633793,-1.0969157310620687,-0.2863264686803143,-86.87058823529424,0,0,4.362593220318849,,-187311453.0135049,-142560993.11075634,2.1364381355236053,-3819254.2394345026,0,0,-13.76313292005364,-9.006008761363871,60.91730567114927,1,1,-5.0593984962406005,0.6575241270987171,1423.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1551.9166666666665,1644.0,1430.3666666666666,-8.178059388927661,0,0,0,none,1,-5.871794871794871,-2.3157894736842106,0,0.143,-1,-1,1,-13.726972930504903,-34.578674675735556,-20.851701745230653,1540.2,,,,0,0,,,0,,,0,0,,0,0,-9.609609609609615,,0,0,0,0,0,0,,-1.3440019573466664,,,,0,0,,,-91289259.17998599,-73809552.91631815,,-16757921.045531563,0,0,,-3.15064031390343,,0,0,,,1449.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.75,1631.0,1455.5,3.1705227077977627,1,0,0,none,1,-16.0,-2.0598006644518274,0,0.0,-1,0,0,-4.531054131054043,-5.663817663817554,-1.1327635327635108,,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-4.531054131054043,,,,0,0,,,-73006294.69088003,,,,0,0,,1.529930600780327,,0,0,,,1507.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,0.0,0.0,0,0.5,0,0,0,3,0,0,0,0.75,0.0,0.0,0,,,,,,,,,, -1,2025-06-07 19:57:00,sell,1578.0,0.65,0,고점 매도 · 비중 65% · 분할 · leg#0,0.832397959186393,74.35897435897436,0.6033701599251557,81.03896103896106,78.60408597250706,4.183005129071489,3.5796349691463334,2.182329424747372,1570.8,1564.65,1561.0166666666667,0.7254018470584489,0,0,4.5,0.28553299492385786,0,1.0416666666666667,115.28822055137826,0,1,10.0,0,1,0.3821656050955413,84.12542191021588,0,0,0,1,0,1,3.7707390648567127,0.24282996655238698,8.596491228070192,1.0501861416970921,11.694117647058874,0,0,0.7945619848365761,0.8907563025210085,-54713308.618710905,-24704.531193345785,1.283981873374108,99950.9602533551,0,0,,2.3046053864659077,52.114834009896796,1,1,1.2293233082706774,0.7258472460447623,1575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.9,1571.2,1544.6,1.1618203992554088,0,0,0,none,1,0.2857142857142857,-0.12690355329949238,1,0.564,1,1,0,0.9312364826279553,76.92307692307693,1.728703351332895,101.58730158730158,103.17460317460318,3.8315676573522524,2.1028643060193573,2.3858814645536874,1570.0,1559.95,1558.9333333333334,1.028879130741367,0,0,5.785714285714286,0.3671138506163887,0,1.0,134.9285476902629,0,1,-0.0,0,1,1.285347043701801,87.34757925109503,0,0,0,0,0,0,12.339743589743591,0.24167618997902096,-1.5873015873015959,1.029931747870945,10.779411764705856,0,0,0.9444078267865218,0.8319327731092437,-77454640.9321823,-135119.39353904128,0.9839651424626471,274856.5050620013,0,0,,2.3182278123839994,36.68332842634822,1,1,1.272932330827045,0.655057733089218,1575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1559.5333333333333,1570.9333333333334,1525.3333333333333,1.055871414525722,0,0,0,none,1,0.7171717171717171,-0.12690355329949238,1,0.677,0,1,0,0.7192008112591103,50.76923076923077,0.128757856355171,121.42857142857143,118.84142545907251,4.908240516099568,4.779482659744397,1.738833485396778,1566.4,1561.05,1539.8666666666666,0.38115371064348924,0,0,7.857142857142857,0.5014130732063087,1,0.9411764705882353,121.1594202898556,0,1,-5.88235294117647,0,1,0.4487179487179471,33.94848546624789,0,0,0,0,0,0,-3.0769230769230873,0.07854924361753923,-7.516339869281055,0.7383053386749278,11.085294117646981,0,0,1.029942253395702,0.18487394957983194,-98963258.76136823,,1.1600753094206588,3824.483289560303,0,0,,1.77643614181906,24.09940087684938,0,1,-0.05789473684212992,0.0025475139932826796,1569.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.8000000000002,1568.0,1472.0,0.6551901336073973,1,0,0,none,1,1.0126582278481013,-0.7019783024888321,0,0.762,0,0,0,0.8210075566662343,60.526315789473685,-1.0461576014679164,125.88235294117646,81.96078431372548,9.522271702762964,10.56842930423088,2.268464575243917,1561.2,1558.65,1519.75,0.7281942706829581,0,0,8.714285714285714,0.5550500454959053,0,1.1153846153846154,144.36167480092453,0,1,17.647058823529413,0,1,0.5121638924455718,49.13750725441509,0,1,0,1,0,0,5.764411027568926,0.44050512685822163,36.18538324420676,0.9111904454525276,16.185294117647118,0,0,1.6244010750593103,0.7226890756302521,-98345215.45290783,-2427199.659456685,0.9219831298799994,-118558.48696378991,0,1,,1.9858462696759505,15.685561473845222,0,1,0.6939849624060204,0.21573814297287264,1570.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1565.4166666666665,1567.0,1475.1666666666667,0.29278679797712925,0,0,0,none,1,1.6271186440677967,-0.7006369426751593,1,0.733,0,0,0,0.8423043266991859,68.37606837606837,0.8681176373012995,93.51766513056837,90.2781535991478,18.84153941374825,17.97342177644695,6.566171593612142,1561.0,1539.4,1500.1833333333334,2.247628946342717,0,0,11.857142857142858,0.7533127609366492,0,1.1304347826086956,113.9169472502804,0,1,25.71428571428571,0,1,2.141466580142759,70.90427976233167,0,1,0,1,0,1,2.012432012432015,0.4233842461334909,11.6017316017316,1.1900246464808475,44.84999999999991,0,0,2.5518463786291834,0.7142857142857143,-160557853.12620804,-8431854.341268748,1.1567359947990326,-282333.9477037769,0,1,,2.3379019828428937,53.90657485539053,1,1,3.8781954887217847,0.8243658648797924,1558.02,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1499.35,1565.0,1464.0,4.978824157134776,0,0,0,none,1,2.1020408163265305,-0.8259212198221092,1,0.75,1,1,0,0.7902192042644057,77.6978417266187,7.2716246421404325,103.19028506740763,110.13191352802345,17.958521101255428,10.686896459114996,8.514013532705409,1558.0,1513.6,1510.3166666666666,2.470930232558155,0,0,18.071428571428573,1.165146909827761,0,0.9390243902439024,109.28522178809479,0,1,-6.329113924050633,0,1,4.93910690121786,76.90454249219297,0,0,0,0,0,0,0.0,-1.6389942785210465,-8.603211134856721,0.9011227238993845,63.299999999999955,0,0,2.7357865664544634,,-212591961.65067497,-14717918.920719981,1.307954837006862,1785618.8892547784,0,0,-2.6321775147134914,0.8938979354446763,27.45245508824149,1,1,4.26766917293233,0.6141558716067272,1551.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1473.9833333333333,1556.0,1427.4333333333334,5.225070387498731,1,0,0,none,1,1.1794871794871795,-1.9342359767891684,0,0.667,0,0,0,5.6007935618961255,-35.373019349781316,-40.97381291167744,1510.2,1542.55,,1.5202100418138853,0,0,48.5,3.0970625798212006,0,0.6,38.81424610791233,0,0,21.875,0,1,1.6883116883116944,47.0483457617573,0,1,0,0,0,1,11.544192144943082,6.23084850956235,33.689876957494405,0.6356483584792382,,0,0,,,-132140162.37884018,-59877493.63563129,1.1440804365592463,593877.0403612666,0,0,,2.3503026473719935,,0,1,-8.727067669172941,0.6104985203043733,1478.101210596552,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.75,1631.0,1455.5,7.3521850899742835,1,0,0,none,1,-5.2105263157894735,-2.10727969348659,1,0.2,1,1,0,-9.292979115429189,-12.748987427049997,-3.4560083116208085,,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-4.761924984375145,,,,0,0,,,-72113983.44402552,,,,0,0,,-0.5717814258413223,,0,0,,,1506.94,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,0.0,0.0,0,0.5,0,0,0,0,2,0,0,0.0,0.5,0.0,0,0.5887202583730499,46.498599439775916,69.55940315315316,44.74343785899995,17.134869416427108,,,,, -2,2025-06-07 21:42:00,sell,1575.0,0.35,0,고점 매도 · 비중 35% · 분할 · leg#0,1.0,63.63636363636363,0.671043966028295,115.00000000000001,118.33333333333339,0.589666459046839,-0.08137750698145597,0.643893414845825,1569.0,1566.4,1565.45,0.4213483146067398,0,0,3.642857142857143,0.23158659522295885,0,1.0,300.51813471503,0,1,-0.0,0,1,0.5111821086261958,69.01433122536773,0,0,0,0,0,0,5.015673981191213,0.305860739661504,-8.333333333333343,0.8801356643582863,2.6852941176471177,0,0,0.5251924002480848,0.2184873949579832,-54721982.02978884,,1.149371112225698,2557.248549139127,0,0,,2.08939025885857,46.69840465830601,1,1,0.21954887218044003,0.26534880246975046,1575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.2,1571.6,1553.4666666666667,1.0146416645260725,0,0,0,none,1,0.13445378151260504,-0.3814367450731087,1,0.537,1,1,0,1.0,61.11111111111111,0.14347387652283716,106.66666666666667,97.77777777777777,1.1909101168109828,1.0474362402881456,0.8144956144060596,1569.0,1568.25,1564.0166666666667,0.43041606886657924,1,0,4.071428571428571,0.25850340136054417,1,1.2,217.68707482993173,0,1,20.0,0,1,0.6389776357827559,54.602832402722136,0,0,0,0,0,0,15.94982078853046,0.5529780026538542,13.333333333333343,0.951187628793784,2.735294117647072,0,0,0.6676624224494656,0.03361344537815126,-77875533.87307502,-69528.2137477845,0.6044528318577223,34862.813208567444,0,0,,2.2332204157809787,43.18993474664027,1,1,-0.15413533834588847,0.0815425660926723,1575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1568.1999999999998,1570.8,1546.5333333333333,0.4336181609488676,0,0,0,none,1,0.40404040404040403,-0.25396825396825395,1,0.593,1,1,0,0.813025950732918,59.61538461538462,-0.2855761235100003,90.47619047619048,70.61660561660558,4.046486506967767,4.332062630477767,2.0207508022163685,1568.8,1565.1,1552.7166666666667,0.6325474410580956,0,0,5.142857142857143,0.326530612244898,0,1.2,100.6183249016313,0,1,57.14285714285714,0,1,-0.06345177664974777,61.03091980178512,0,0,0,0,0,0,-0.7619738751814182,0.460827378886834,34.432234432234445,0.9433658387929723,5.655882352941262,0,0,1.045568003933075,0.2184873949579832,-99435756.03354718,-267839.6701231599,0.7824870104100341,-15326.284027132206,0,0,,2.2737122619256978,8.139289274582474,0,1,0.8616541353383337,0.4156657851059774,1574.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1569.3833333333332,1571.0,1496.6333333333334,0.3578900417361419,0,0,0,none,1,1.2025316455696202,-0.19047619047619047,1,0.75,1,1,0,0.6474599091440228,57.74647887323944,-1.524695329690827,90.74074074074075,90.74074074074072,7.225464582764062,8.750159912454889,1.7996126624423805,1566.4,1563.85,1530.0,0.26537071969818804,0,0,8.785714285714286,0.5603134110787172,1,1.0,94.47689312429323,0,0,-0.0,0,1,1.0960670535138606,48.375853228128044,0,0,0,0,0,0,5.5725658297611815,0.0725474140062552,3.7037037037037237,0.6787227768196008,10.508823529411757,0,0,1.2496783959814082,0.12605042016806722,-100117697.77840084,-1956504.1686764956,0.3051097684569553,185703.6788232508,0,0,,1.8362017438672718,14.853361755936719,0,1,0.39172932330828325,0.10849554911679793,1569.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.8000000000002,1568.0,1475.2,0.7194244604316502,1,0,0,none,1,1.3728813559322033,-0.701530612244898,0,0.733,0,0,0,0.7148852601991025,63.91752577319588,-0.6799363372835607,98.76543209876546,108.20693709582598,17.434651107928858,18.11458744521242,4.343602936371516,1570.6,1553.5,1506.7166666666667,0.9333762471837703,0,0,11.428571428571429,0.728862973760933,0,1.0,69.57287538529198,0,0,-0.0,0,1,0.2557544757033181,57.02725516482437,0,1,0,1,0,1,1.9175257731958766,-0.5016797583096633,-9.87654320987653,0.881133713716539,42.891176470588334,0,0,2.277294700021851,0.6218487394957983,,,0.4237105752202932,-72974.3667575214,0,1,,1.9237526989263953,40.95037041188344,1,1,2.4330827067669234,0.7280798630569397,1564.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1497.6166666666668,1568.0,1465.0,4.699689506660576,1,0,0,none,1,2.0816326530612246,0.0,1,0.8,0,0,0,0.8251036583524367,76.36363636363636,6.406638349782639,104.86703954469631,103.80277352964875,20.535483246793547,14.128844897010907,9.630021022595638,1564.0,1520.4,1510.0,3.130755064456725,0,0,19.071428571428573,1.216290087463557,0,1.0561797752808988,92.46449456975756,0,0,5.813953488372093,0,1,4.8128342245989275,73.16603760646888,0,0,0,0,0,1,-4.01611047180667,-0.9545170520183675,1.516043567853984,0.9845239517091945,59.83823529411757,0,0,2.839056204892117,,-214741897.6170259,-15841693.51361847,0.6926900939971447,1679131.1544478547,0,0,-2.9970213541053723,1.9756127171750348,35.66370185957522,1,1,5.52781954887215,0.7982254117428008,1564.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1443.0333333333333,1563.0,1441.0,8.65999861403064,0,0,0,none,1,3.6666666666666665,-0.1913265306122449,0,0.727,0,0,0,10.224292911987867,-28.193446771692606,-38.41773968368047,1524.2,1538.1,,2.464079058578772,0,0,45.92857142857143,2.914249456127629,0,0.7383720930232558,45.03996238834046,0,0,24.509803921568626,0,1,4.717607973421933,47.46947222570303,0,1,0,0,0,1,5.114303786030533,4.623499350091741,32.38868464052288,0.6788491055869542,,0,0,6.192269224529428,,-160012669.27683255,-68723410.09684657,0.6578529245915771,5879876.973745612,0,0,,2.94001034568514,,0,1,-6.31578947368421,0.38617546985831475,1481.4191863846208,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.75,1631.0,1455.5,8.037703513281924,1,0,0,none,1,-4.45,-0.12690355329949238,0,0.2,0,0,0,-9.292979115429189,-12.748987427049997,-3.4560083116208085,,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-4.761924984375145,,,,0,0,,,-72113983.44402552,,,,0,0,,-0.5717814258413223,,0,0,,,1506.94,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,0.0,0.0,0,0.5,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.6575831919618482,51.61290322580645,101.94808779367604,69.12567238082931,15.636687059717257,,,,, -3,2025-06-08 19:27:00,buy,1509.0,0.076,1,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1,0.08630249301214434,33.33333333333333,-0.4377266232050294,24.537037037037067,23.456790123456873,-1.9576373093827897,-1.5199106861777603,0.8051836537775559,1512.6,1516.05,1518.6666666666667,-0.33310247023514705,0,0,2.642857142857143,0.17490781885222653,0,0.1111111111111111,-163.05469556243526,1,0,-88.88888888888889,1,0,-0.5266622778143493,16.77807866580912,0,0,0,0,0,0,-6.666666666666664,-0.0765285296413245,-0.4629629629629619,0.06320488653392663,-5.349999999999909,0,0,0.5546955316710717,0.8571428571428571,-57239360.45826586,,1.9987248311135135,9900.962855999358,1,0,,-1.946756452167453,29.031587532731695,1,1,-0.3345864661654083,0.4207148274755761,1510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1523.4166666666665,1535.6666666666667,1514.6666666666667,-0.8150538810787089,0,0,0,none,1,-0.2605042016806723,-0.13236267372600927,0,0.353,0,-1,1,0.0,33.33333333333333,-0.6314307331885483,22.685185185185194,26.234567901234573,-2.615182700655396,-1.9837519674668476,0.9993301488399794,1512.8,1517.8,1522.55,-0.5797865331400698,0,0,3.857142857142857,0.2556092019312695,0,0.0,-167.53562738964416,1,0,-100.0,1,0,-0.5273566249175965,16.212986180979755,0,0,0,0,0,0,-8.333333333333343,-0.2596765256182756,-8.333333333333336,-0.004102019205323257,-6.5499999999999545,0,0,0.5597696489076349,0.5546218487394958,-84478954.46064831,-74098.19001692533,0.8475033528128044,2509.147501816973,1,0,,-2.063587717981097,29.080663183147657,1,1,-0.5609022556390882,0.7657999317473776,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1521.9833333333333,1550.0,1515.8333333333333,-0.8530535814014639,0,0,0,none,1,-0.42424242424242425,-0.06626905235255136,0,0.25,0,-1,0,0.18049517478917276,50.0,0.18748422751180538,35.38461538461539,39.89010989010985,-4.195357728262479,-4.382841955774285,0.8652805015893569,1516.4,1519.2,1533.9166666666667,-0.2764612954186396,0,0,4.642857142857143,0.3064592173503065,1,0.46153846153846156,-167.05882352940873,1,0,-53.84615384615385,0,0,-0.45992115637318864,28.131144027344973,1,0,0,0,0,0,4.285714285714285,-0.018589519817812317,1.098901098901102,0.21208466390772568,-9.241176470588243,0,0,0.6928610932259691,0.2773109243697479,-107827550.73563099,-1836970.3990335912,1.6215299503933112,34745.95126661286,1,0,,-1.635419123035653,18.481313846799306,0,1,-0.2751879699248416,0.2454161720089627,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1558.4666666666667,1565.0,1514.6,-2.789066176156052,1,0,0,none,1,-0.4810126582278481,-0.066006600660066,0,0.35,0,0,0,0.11030677435453572,26.19047619047619,-0.051814016372716765,32.407407407407405,26.851851851851848,-6.702149995909849,-6.650335979537132,1.8283096620435695,1516.2,1522.85,1541.4,-0.7124798896805284,0,0,6.357142857142857,0.4204459561602419,0,0.13636363636363635,-145.63314114883494,1,0,-75.0,0,0,-0.26385224274406704,17.992588527664395,0,0,1,0,1,0,-7.142857142857139,-0.1919958212068691,5.555555555555557,0.057101287143231226,-16.135294117647163,0,0,0.8276172826610217,0.0,-112766437.80588034,-1335169.8826975226,1.202823629998817,-338156.86806969903,0,0,,-1.8153440330233916,50.64349366589447,1,1,-1.018796992481233,0.7498071396513097,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1522.25,1562.0,1514.3,-0.6733453769091846,0,0,0,none,1,-0.7288135593220338,-0.06613756613756613,0,0.333,0,0,0,0.16889109878955466,25.000000000000014,-2.0437980137960743,17.948717948717967,15.775335775335774,-8.443702829327322,-6.399904815531247,3.4151059787414186,1518.2,1534.35,1547.85,-1.1307719881382905,0,0,8.071428571428571,0.5320651662115077,0,0.1951219512195122,-115.89743589743598,1,0,-75.0,0,0,-1.6850291639663006,19.905384548825367,0,0,0,0,1,0,4.310344827586221,0.3172146637444433,2.6190476190476186,0.05833568833061066,-23.102941176470495,0,0,1.2062850464554926,0.06722689075630252,-174058127.6571398,-6162890.877287954,1.0298384723888179,-161862.7185438117,0,0,,-1.4100162913229353,49.328611300466,1,1,-2.0563909774436024,0.86246635127636,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.1833333333334,1568.0,1514.9,-2.5805139621753015,1,0,0,none,1,-0.8163265306122449,-0.06591957811470006,0,0.25,0,0,0,0.0884247149701246,33.66336633663367,-5.4756041453429525,7.692307692307701,10.836034973966017,-3.232490944932806,2.243113200410146,3.8073511800711524,1521.2,1541.15,1513.7333333333333,-1.5670116471466211,0,0,12.071428571428571,0.7957434786703079,0,0.05128205128205128,-133.60881542699613,1,0,-94.87179487179486,1,0,-2.5690430314707746,40.37493422412367,0,0,0,0,0,0,-7.289014615747284,0.058679718110861145,-5.982905982905982,0.11018751695399452,-23.258823529411757,0,0,2.095817311546458,,-231861459.98617834,-8405124.823993951,0.9109945657635871,-915457.3435851501,0,0,,-1.356201883770769,36.37868118814799,1,1,-1.426315789473715,0.3308900530299955,1516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1561.5166666666667,1563.0,1476.9666666666667,-2.850860808402089,1,0,0,none,1,0.9487179487179487,-0.5273566249176005,0,0.545,0,0,0,8.908097096567932,-15.828162985697873,-24.736260082265805,1544.6,1520.0,,0.2631578947368318,0,0,33.214285714285715,2.1794150731158606,0,0.7352941176470589,8.592111494485732,0,0,-31.03448275862069,0,0,1.195219123505975,74.82145743780099,0,0,0,0,0,0,6.374980420821807,-2.196851205575072,-7.076853729997751,0.3549598957587546,,0,0,6.30808159265382,,-190766270.7555162,-57549786.84375115,0.7110057385601495,2839937.317044921,0,0,-4.650688012886896,-0.47953995104182967,,0,1,1.5669172932331055,0.053782456668715395,1497.039821412394,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.75,1631.0,1455.5,4.473007712082255,1,0,0,none,1,-5.64,-0.5249343832020997,0,0.2,0,0,0,-8.82338781697193,-14.485243082835723,-5.6618552658637915,,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,0.46959129845725833,,,,0,0,,,-86350130.93291026,,,,0,0,,2.305434908112991,,0,0,,,1506.8812,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,0.0,0.0,0,0.5,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.525017287652098,61.6822429906542,90.85565260586993,96.5895170328668,10.519041808066403,,,,, -4,2025-06-09 15:09:00,buy,1472.0,0.078,1,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1,0.16928108611929352,28.57142857142857,-0.0909515955278355,10.0,17.99145299145307,-4.851944055000786,-4.76099245947295,1.423403529836465,1481.6,1487.0,1498.6666666666667,-0.470746469401484,0,0,3.0,0.20270270270270271,0,0.07142857142857142,-105.22151898733937,1,0,-90.0,1,0,-0.33670033670033517,29.994758585948574,0,0,1,0,0,0,5.494505494505489,0.02670482916224426,-9.487179487179535,-0.052901959856683334,-10.155882352941262,0,0,0.4583418309550677,0.19327731092436976,,,2.8396412756465916,-11094.135846191086,0,0,,-3.8172394321328906,87.02561327561328,1,1,-0.8375939849624398,0.8769546045565042,1479.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1505.55,1532.1,1479.0,-1.6970542326724458,1,0,0,none,1,-0.42857142857142855,0.0,0,0.303,0,0,1,0.13289417142460613,30.555555555555557,-0.6451904080961226,28.851540616246528,27.871148459383793,-7.001710814428861,-6.356520406332739,2.17278106323829,1482.4,1491.9,1507.8166666666666,-0.7976405925330221,0,0,4.857142857142857,0.32818532818532814,0,0.18518518518518517,-142.23120997640666,1,0,-70.58823529411765,0,0,-1.0033444816053505,11.525794996225528,1,0,1,0,1,0,0.8258258258258309,0.03847474031163767,0.28011204481792973,-0.06473248831263588,-16.4794117647059,0,0,0.7165439474492779,0.42857142857142855,-95623029.21164812,,3.473689150173587,-27242.074995069765,0,0,,-3.8004046907065714,75.3402456678681,1,1,-1.299248120300777,0.8996236383553848,1475.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1526.15,1552.5,1475.0,-3.0239491530976714,1,0,0,none,1,-0.8686868686868687,-0.13513513513513514,0,0.286,0,0,1,0.0,30.0,-1.543943678358703,11.213517665130576,12.443932411674323,-9.975587127850758,-8.431643449492055,2.7694845453953665,1487.0,1500.9,1525.25,-1.3924978346325556,0,0,8.5,0.5743243243243243,0,0.1388888888888889,-165.75392479007039,1,0,-85.71428571428571,1,0,-1.9218025182239917,8.03376659412288,0,0,0,0,0,0,-3.9285714285714306,-0.21278668259909672,0.7619047619047592,-0.08504021819078389,-25.761764705882342,0,0,0.9623212636492178,0.31092436974789917,-121230894.96187575,-2995446.316782728,2.8340023694887124,-563374.8343161093,0,0,,-3.7635212629717585,45.4192141998821,1,1,-1.4827067669173168,0.7125201638465986,1475.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.5,1565.0,1475.0,-3.109656301145658,1,0,0,none,1,-0.7721518987341772,-0.13513513513513514,0,0.381,0,0,1,0.03210261709429856,20.634920634920633,-2.402128312250383,12.963564213564213,15.284992784992776,-12.120195626795521,-9.718067314545138,3.9057034208209975,1488.2,1507.55,1528.8166666666666,-1.827468409007993,0,0,10.142857142857142,0.6853281853281853,0,0.08333333333333333,-167.53121998078709,1,0,-88.57142857142857,1,0,-1.5302727877578137,6.849932470178061,0,0,1,0,1,0,1.5172735760971108,-0.18302989993134489,-3.1349206349206344,-0.11619498695585033,-32.797058823529596,0,0,1.0705184668123693,0.4369747899159664,-133329835.080418,-2440571.2196138203,2.5141068237355277,-1026999.7813319797,0,0,,-3.741967681996139,55.26908436995691,1,1,-2.3375939849624014,0.8826412391756185,1476.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1524.4,1564.0,1476.0,-2.912621359223311,1,0,0,none,1,-0.9491525423728814,-0.33783783783783783,0,0.444,0,0,1,0.03140920783318434,18.39080459770115,-5.135154080158348,12.801932367149783,15.942555229284418,-11.846058259713118,-6.7109041795547695,6.2768474354541555,1496.8,1524.85,1529.5333333333333,-2.9412729120897096,0,0,12.857142857142858,0.8687258687258688,0,0.0125,-155.12052680194344,1,0,-97.82608695652173,1,0,-3.394255874673624,17.403261036772108,0,0,0,0,0,0,1.3695280019564677,-0.5493107490466453,-5.811310031258879,-0.19136912563478192,-35.061764705882524,0,0,2.105289870659649,0.7478991596638656,-192347163.20498106,-9830405.698176831,1.6807182683482838,-2077834.0825323532,0,0,,-3.659474412602237,50.712662334991066,1,1,-3.748120300751899,0.8587716055562608,1479.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1525.6666666666665,1556.3333333333333,1479.0,-2.9932270045881504,1,0,0,none,1,-1.183673469387755,-0.6081081081081081,0,0.375,-1,0,0,0.0,36.96969696969697,-5.596034499370678,20.38188761593019,20.435306419348994,-8.695758199545935,-3.099723700175258,4.9810683480497335,1504.6,1526.75,1531.6333333333334,-3.0620599312264574,0,0,19.785714285714285,1.3368725868725868,0,0.015384615384615385,-213.00977418267584,1,0,-98.46153846153847,1,0,-4.082955281918343,13.671490119583098,0,0,0,0,0,0,-1.8838062150163992,-1.6444543947853378,0.5128205128205146,-0.0439126024404672,-32.42058823529419,0,0,3.130788947755453,,-265809241.4499811,-29505300.92833069,1.8114225761763532,-1732283.280846428,0,0,,-3.593229245347973,31.625808914244335,1,1,-1.1721804511278116,0.13304425199725312,1479.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1525.25,1554.0,1479.0,-2.966726766103922,1,0,0,none,1,-1.8461538461538463,-1.3513513513513513,0,0.333,-1,0,1,4.089707072582851,-13.244698334499162,-17.334405407082013,1527.0,1516.7,,-0.3098832992681544,0,0,33.214285714285715,2.1967120181405897,0,0.6020408163265306,-46.494188226471806,0,0,-65.0,0,0,-4.060913705583758,55.40985857968063,1,0,0,0,0,0,0.6747204729469232,-1.866593539396625,-12.61904761904762,0.31352372559051156,,0,0,6.0797809166173336,,-248519344.71832025,-88506675.4414877,1.5053970952293134,-5952829.01008716,0,0,-5.987437595682919,-1.1105361734979113,18.249642736808106,0,1,4.04661654135338,0.40432809472608944,1491.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1457.6,1609.5333333333333,1454.7333333333333,3.732162458836452,1,0,0,none,1,-4.689655172413793,-1.3227513227513228,0,0.2,0,0,0,-9.291255741918746,-17.275924943262225,-7.984669201343479,1548.2,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-0.46786792494681606,,,,0,0,,,-108382020.8054291,,,,0,0,,1.1758790119753115,,0,0,,,1506.925952,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-19.75,-2.8067885117493474,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.46879107916056945,56.45161290322581,64.6588486140725,71.38267338730539,9.929317994124057,,,,, -5,2025-06-09 23:06:00,buy,1502.0,0.076,1,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#1,0.11995283452654333,22.222222222222214,-3.232782181691941,3.4188034188034564,7.252007252007317,-10.90305743023714,-7.6702752485452,4.04966116212731,1513.8,1536.65,1550.3333333333333,-1.5390622457944314,0,0,8.5,0.5617977528089888,0,0.09302325581395349,-114.4400785854621,1,0,-89.74358974358975,1,0,-2.1345407503234104,28.210679672140117,0,0,0,0,0,0,3.8888888888888857,0.462374815545072,-1.7094017094017095,-0.06642800106121338,-32.25882352941176,0,0,0.9845312990791083,0.8235294117647058,-70644865.67538244,,2.249610102826557,-229167.27336165123,0,0,,-1.640619606534155,62.09328680959129,1,1,-2.463909774436103,0.8779106817178316,1512.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1560.0,1567.0,1508.2,-3.012820512820513,1,0,0,none,1,0.21008403361344538,-0.19828155981493722,1,0.538,0,0,1,0.0,14.705882352941174,-4.979395944451401,6.250000000000038,14.249569336778686,-9.700632674011331,-4.72123672955993,4.352535226410762,1518.8,1543.3,1545.8166666666666,-2.2225102054040047,0,0,9.428571428571429,0.6248224936097699,0,0.07692307692307693,-163.6274398761651,1,0,-91.66666666666666,1,0,-2.519379844961245,1.5993703521843372,0,0,0,0,0,0,0.0,-0.1289871522574293,-5.749354005167958,-0.24783982085840595,-34.09999999999991,0,0,1.1897011855848447,0.865546218487395,-108437868.8764211,-9672130.993523821,2.9505009550610137,-362091.1416504227,0,0,,-1.8790526129395246,42.43129313847735,1,1,-2.466165413533813,0.7548264861698873,1505.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1560.55,1562.0,1475.0,-3.303322546538079,1,0,0,none,1,0.24242424242424243,-0.33134526176275675,0,0.581,0,0,1,0.0,22.10526315789474,-6.899048869909258,23.14975845410629,31.792960662525857,-0.1502406908168723,6.748808179092386,3.635138985703786,1531.8,1551.35,1518.05,-2.7298804267251064,0,0,12.142857142857142,0.8046956357095523,0,0.07547169811320754,-249.20863309352487,1,0,-92.0,1,0,-2.9581993569131826,16.43343718156244,0,0,0,0,0,0,-6.289798570500324,-1.4095947797752384,-14.0,-0.17135388271958596,-15.611764705882479,0,0,1.3983559967316952,0.8823529411764706,-137025253.40870008,-12499619.120502576,2.569009729493984,-1223069.2357237935,0,0,,-1.8406987461550672,41.7587019018531,1,1,-1.8413533834586737,0.5970362415551496,1505.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1558.5833333333335,1560.0,1475.0,-3.1813078115810356,1,0,0,none,1,-0.24050632911392406,-0.33134526176275675,0,0.44,-1,-1,1,0.004965161679354623,21.568627450980387,-5.353282417015089,29.047619047619055,41.82539682539682,5.974156191525253,11.327438608540342,5.000212767973138,1539.8,1547.3,1519.35,-2.47527951916241,0,1,16.5,1.0934393638170974,0,0.0,-154.99533146591986,1,0,-100.0,1,0,-3.2692307692307687,10.981457584626867,0,0,0,0,0,0,-18.66125760649087,-2.505098033631862,-9.523809523809522,0.04252580109332002,9.267647058823513,0,0,2.4855623575021917,1.0,-145252392.6315827,-9790386.217815876,2.112937159522846,-1217131.0394091466,0,0,,-1.8259917159602956,55.842210268620214,1,1,0.43759398496241586,0.01791450010186091,1509.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.6333333333332,1558.0,1476.0,-3.060022698558851,1,0,0,none,1,-0.3389830508474576,-1.3916500994035785,0,0.471,-1,-1,1,0.4310621611619329,54.63917525773196,2.0765176285399036,73.98030942334742,89.63900609470231,7.050540571898637,4.974022943358733,8.790248967926576,1545.4,1518.2,1525.8833333333334,-0.6059807666974115,0,0,23.857142857142858,1.5809902489822967,0,0.3924050632911392,-15.202141587041087,0,0,-66.66666666666666,0,0,0.6000000000000005,44.84576025432365,0,0,0,0,0,0,-13.813205694648993,-3.767496958225472,-19.690576652601976,0.2782225109408051,14.549999999999955,0,0,3.3650657963391053,1.0,-219925976.75931147,-24296154.90376264,2.091323007260761,24931.57208782062,0,0,,-1.7365261290303025,36.46146851860796,1,1,4.148872180451133,0.5412374154041137,1509.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.65,1559.0,1480.7,-3.123294706769819,1,0,0,none,1,-0.16326530612244897,-1.126573889993373,0,0.5,-1,-1,1,0.3392590373750938,45.45454545454546,3.499482254891609,92.85714285714288,107.24053724053726,0.9992046086908886,-2.5002776462007206,7.111910509993836,1546.8,1526.45,1537.25,-1.1431753414785972,0,0,29.928571428571427,1.9833380668370728,0,0.42857142857142855,-43.70713032381579,0,0,-57.14285714285714,0,0,-0.1984126984126977,39.29322373755541,0,0,1,0,1,0,-12.987012987012982,-2.9347481554732666,-25.714285714285722,0.34773466485694676,14.349999999999909,0,0,4.54466533322274,,-297920477.64090055,-32047379.4106403,1.781574424052592,-802361.2127476013,0,0,,-1.6662472334056044,37.44559884279898,1,1,-0.6593984962406392,0.020660755529780084,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1525.25,1554.0,1506.5,-1.0653991148992015,1,0,0,none,1,-1.3846153846153846,-0.9277667329357191,0,0.417,-1,-1,0,4.584206743526318,-11.223337796066971,-15.80754453959329,1528.0,1524.3,,2.5388703011218317,0,0,29.928571428571427,1.914815830362855,0,1.1379310344827587,21.04598036356576,0,0,20.0,0,1,1.4276443867618394,62.463974142456976,0,0,0,1,0,1,6.522382537920819,3.0609700170977394,14.62686567164178,0.7311499694026438,,0,0,6.423596195533786,,-274625357.4280488,-113512947.69502926,2.3342728910860675,-3731538.552161569,0,1,-6.137350381906078,2.3028086054513563,12.80444316186257,0,1,2.203007518797014,0.16185424494426492,1494.06,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1525.9833333333333,1563.2333333333333,1453.9666666666667,2.425758254240429,1,0,0,none,1,-1.6551724137931034,-0.8957133717210494,1,0.286,1,1,1,-9.291255741918746,-17.275924943262225,-7.984669201343479,1548.2,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-0.46786792494681606,,,,0,0,,,-108382020.8054291,,,,0,0,,1.1758790119753115,,0,0,,,1506.925952,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-19.75,-2.8067885117493474,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.7986503439031355,57.843137254901954,51.666666666666664,51.12177209192134,8.501146417381285,,,,, -6,2025-06-10 15:12:00,buy,1536.0,0.074,1,저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#1,0.25595941532250654,30.434782608695656,-0.3840582326441142,14.074074074074113,14.590003473208986,-4.087595130366481,-3.7035368977223664,2.0412841407261606,1539.4,1545.7,1552.35,-0.49815617519570754,0,0,3.5,0.22756827048114434,0,0.041666666666666664,-65.62857394211254,0,0,-80.0,0,0,-0.1946787800129801,24.09335906573162,0,0,1,0,1,0,7.101449275362327,0.06776221208163058,-1.17647058823529,0.0704635414329167,-8.900000000000091,0,0,0.6836919982746769,0.44537815126050423,-85160268.57750681,-150626.389490664,0.4481435874725331,-3889.622708151117,0,0,,-0.19608468435674542,50.43979419965116,1,1,-1.1518796992481102,0.7463541275791399,1537.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1540.2,1601.0,1539.1333333333334,-0.14283859239060392,0,0,0,none,1,-0.4369747899159664,-0.13003901170351106,0,0.308,0,0,0,0.17880314320456592,33.33333333333333,-0.8096935490065897,7.681159420289883,7.560386473429971,-5.354530684033534,-4.5448371350269445,1.9300150316074633,1540.0,1548.6,1560.7,-0.6199147617202527,0,0,6.714285714285714,0.4362758748723661,0,0.13043478260869565,-111.69284467713914,1,0,-86.95652173913044,1,0,-1.5984654731457826,16.156923995671022,0,0,0,0,0,0,0.0,0.1167719305180901,2.6811594202898545,0.19020947079240602,-11.820588235294053,0,0,0.9760538656713321,0.5462184873949579,-131546684.33249176,,0.7134232042245529,-411105.59019688703,0,0,,-0.1187870752295761,30.036603475582474,1,1,-0.8992481203007164,0.5069290874244415,1536.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1588.2666666666667,1600.0,1540.2666666666667,-3.1019140362659514,0,0,0,none,1,-0.30303030303030304,-0.0649772579597141,0,0.333,0,0,0,0.019373804866731053,29.09090909090908,-1.2741623877791124,-2.592592592592574,1.680911680911662,-7.1881287779924605,-5.913966390213348,2.0016895171938285,1543.0,1553.95,1567.6,-0.9620644164870185,0,0,7.428571428571429,0.4826882019864476,0,-0.05555555555555555,-147.8463329452858,1,0,-105.55555555555556,1,0,-0.7736943907156624,17.267572355446887,0,0,1,0,0,0,-7.751196172248811,-0.14426207047564077,-1.8518518518518516,-0.00019127883837637204,-20.102941176470495,0,0,1.0776578461694895,0.11764705882352941,-159746627.15511915,-3818708.228334278,0.9303426301426352,-162236.11832090653,0,0,,-0.08089212884582198,39.978703978259695,1,1,-1.048872180451185,0.6367451550238578,1540.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1581.7166666666667,1594.0,1540.4,-2.7006522449237624,0,0,0,none,1,0.02531645569620253,-0.5198180636777128,0,0.4,0,0,0,0.10579217409508009,25.0,-2.845633960657649,14.784490871447403,26.555060613031632,-6.139549968404026,-3.293916007746377,3.304158255646159,1549.8,1562.35,1556.6333333333334,-1.302525042404068,0,0,9.785714285714286,0.6346118213822495,0,0.14285714285714285,-142.54094732182386,1,0,-78.57142857142857,0,0,-1.1538461538461497,19.40855857766489,0,0,1,0,0,0,-1.3157894736842195,-0.02918196709302734,-13.227513227513231,0.07140957232989463,-23.982352941176487,0,0,1.075152369485606,0.08403361344537816,-179676950.1490023,-8502607.918275446,0.9619483195616382,-483063.2052066894,0,0,,0.12494056585381497,62.48297617196737,1,1,-2.048872180451144,0.8821438580097223,1536.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1585.8666666666668,1587.0,1528.0666666666666,-2.7661005549016404,1,0,0,none,1,0.2542372881355932,-0.06485084306095978,0,0.467,0,0,0,0.16147524743498706,26.41509433962264,-5.585630540202281,11.668706650346815,14.389062665276455,1.4433449506598208,7.028975490862102,5.185086651852672,1552.0,1569.55,1538.05,-1.7552801758465741,0,0,15.0,0.9727626459143969,0,0.16981132075471697,-103.40107402337571,1,0,-102.32558139534885,1,0,-2.5284450063211117,17.334048233914714,0,0,0,0,0,0,-1.8677339432056357,-0.5391634063825794,-1.7011197243755412,0.19552429468615554,-2.3352941176469812,0,1,3.2762145453719906,0.8571428571428571,-256468934.22138694,-13500372.705688596,0.71348120197943,-900877.1984794643,0,0,-4.993604835148236,0.20113155352197154,34.807796963290436,1,1,-0.9255639097744027,0.07243333860560608,1543.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1584.2,1586.0,1481.6,-2.6638050751167763,1,0,0,none,1,1.1020408163265305,-0.8430609597924773,0,0.545,0,0,0,0.3986345666543651,56.46258503401361,-0.8520638639535587,50.62377564697393,67.34381508824643,9.001950477817218,9.854014341770776,6.451229197381547,1561.6,1552.15,1537.5666666666666,-0.6539316432045972,0,0,21.357142857142858,1.38502871965907,0,0.4647887323943662,-15.351619821650983,0,0,-71.69811320754717,0,0,0.982318271119853,43.85057723103018,0,1,0,1,0,1,-8.572380000951433,-2.099068547214374,-16.828663998475314,0.3828093043796433,19.2294117647059,0,0,4.010998115489066,0.7478991596638656,-326537732.7049484,-27047045.220792055,0.8225850959103764,-575484.4622220334,0,1,-5.106658186606253,0.2868468856961348,20.065075204266748,0,1,1.7330827067669272,0.1677545401101792,1543.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.65,1580.0,1505.9333333333334,-0.17155990030104373,1,0,0,none,1,0.2564102564102564,-1.1673151750972763,0,0.5,-1,0,0,8.149381801414702,-1.9284750158749375,-10.07785681728964,1554.2,1538.05,,1.8172361106596036,0,0,35.42857142857143,2.262360883050538,0,1.056338028169014,71.11364861864377,0,0,5.633802816901409,0,1,3.230059327620305,61.09642380658365,0,1,0,0,0,0,-2.2896281800391236,0.4534520586204085,22.989045383411593,0.671557234518563,18.514705882352928,0,0,6.887330769532867,,-327368612.8878888,-137224983.6185414,1.4509277720014968,-116785.17698472925,0,1,-6.028497533068079,2.270509537453358,15.854916286161382,0,1,0.7120300751879568,0.022406284370022456,1505.7001180896002,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1526.2166666666667,1562.0,1456.5333333333333,2.606663536195164,0,0,0,none,1,0.5172413793103449,-1.1494252873563218,0,0.429,0,0,0,-10.237184221669803,-20.781149478430734,-10.54396525676093,1528.6,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-0.945928479751057,,,,0,0,,,-94763483.4265991,,,,0,0,,-0.3435212800033671,,0,0,,,1506.96891392,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-19.6,-3.965631196298744,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.7482986638060787,53.424657534246585,113.29577464788734,95.49713093375067,7.318751066976607,,,,, -7,2025-06-11 02:36:00,buy,1555.0,0.074,1,저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#1,0.20648164093343946,46.42857142857143,-0.07394455518325382,41.66666666666669,63.888888888888935,-1.8213637908063447,-1.7474192356230909,0.9684685883809411,1564.8,1565.45,1570.25,-0.28426331086908174,0,1,4.071428571428571,0.26082181751624417,1,0.125,-62.30910201588089,0,0,-87.5,1,0,0.0,56.5432002843782,1,0,1,0,1,0,3.095238095238102,-0.29801108923317954,-20.833333333333336,0.15891967518094302,-4.997058823529414,0,0,0.6672254848786342,0.0,-102549886.79692255,-110987.21231000125,0.5148082602766034,-40196.25182348117,0,0,,0.9771940453058292,17.24920295876124,0,1,-0.026315789473686266,0.0016872185960380426,1560.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1596.05,1628.0,1557.0,-2.196046489771619,1,0,0,none,1,-0.33613445378151263,-0.19218449711723257,0,0.467,0,0,0,0.3358103073887669,48.14814814814815,0.35962566249521544,40.00000000000002,45.04629629629631,-3.429181020649594,-3.7888066831448093,1.7075488558065617,1566.4,1569.4,1584.6666666666667,-0.2803619217535469,0,0,6.5,0.41533546325878595,1,0.42105263157894735,-113.65120836054933,1,0,-46.666666666666664,0,0,-0.06385696040868138,42.85382062885367,0,0,0,0,0,0,11.051373954599761,0.039566574774622776,1.1111111111111072,0.3751670466539193,-4.7176470588233315,0,0,1.0798831084676381,0.3949579831932773,-153857485.41097763,,1.3523650390272817,11415.950523432926,1,0,,1.2483428322443313,17.331271684186476,0,1,-0.8090225563909703,0.5103824288676693,1557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1568.8166666666666,1626.0,1557.8666666666666,-0.24328315396955347,1,0,0,none,1,0.09090909090909091,-0.12779552715654952,0,0.552,0,0,0,0.17383289888580394,38.23529411764706,-0.891676441803412,42.10526315789477,32.09064327485379,-6.467048031026707,-5.575371589223295,2.0375078556660453,1564.0,1572.45,1579.7833333333333,-0.6645680307799995,0,0,11.785714285714286,0.7545271629778673,1,0.20833333333333334,-133.48900564311924,1,0,-73.68421052631578,0,0,-0.3826530612244916,30.04198882790341,1,0,1,0,1,0,-11.060480530240262,-0.018824040370012618,8.771929824561404,0.2496023790799699,-22.4794117647059,0,0,1.3811882923484633,0.2857142857142857,-181590261.5323355,-1441766.7005161345,0.9152413143287721,-40412.84729631618,0,0,,1.0918268091041572,15.876972156378368,0,1,-0.9045112781955013,0.44633785949759375,1557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1601.6333333333332,1626.0,1542.8666666666666,-2.4745572228350166,1,0,0,none,1,0.10126582278481013,-0.12804097311139565,0,0.5,0,0,0,0.23904941312880462,32.743362831858406,-3.207553715888606,18.45238095238096,19.746787603930457,-4.983528066190274,-1.7759743503016683,5.787056847846142,1567.6,1585.95,1572.1,-1.5101358807024234,0,0,15.214285714285714,0.974025974025974,0,0.031746031746031744,-86.39280280478941,0,0,-90.47619047619048,1,0,-0.44614404079030834,37.67484229225553,0,0,1,0,1,0,-11.423303834808259,0.04938920727514384,-5.158730158730155,0.24823902622817984,-17.488235294117658,0,0,2.4678926320550536,0.8151260504201681,-220315576.9007687,-2013604.836686045,0.5715275177206198,-247600.32675684383,0,0,,1.1016896422413769,36.432872855974786,1,1,-3.296992481203022,0.722652419040144,1561.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1575.15,1623.0,1550.5,-0.8348411262419475,1,0,0,none,1,-0.13559322033898305,-0.3841229193341869,0,0.571,0,0,0,0.28325406684662935,47.74193548387097,-4.800931553906097,13.854332801701242,18.218950367030203,1.2817142057883757,6.082645759694473,5.7607403282035,1570.4,1581.75,1563.2833333333333,-1.2486170380907269,0,0,23.857142857142858,1.5273458935430766,0,0.19696969696969696,-73.11786829859159,0,0,-92.98245614035088,1,0,-3.520691785052499,44.78346392068532,0,0,0,0,0,0,3.297491039426525,-0.5187266878657617,-2.6253577205424907,0.3310248725160589,-5.905882352941262,0,0,2.7402617263899707,0.6554621848739496,-290603758.8110872,-25080354.3199175,0.38761126728614576,-1580012.7266567163,0,0,-4.586820711844091,1.1688061712305187,16.302968430108994,0,1,0.47593984962405367,0.015277766921677483,1558.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1598.8666666666668,1615.0,1541.6666666666667,-2.3057999416253305,1,0,0,none,1,0.5102040816326531,-0.2560819462227913,0,0.571,0,0,0,0.3151483731475024,48.77049180327869,-1.8298678085322937,44.64285714285716,71.82539682539685,10.03329091165233,11.863158720184623,5.458146543837424,1587.0,1575.9,1542.95,-1.008947268227689,0,0,29.785714285714285,1.9093406593406592,0,0.30357142857142855,-60.33147459727401,0,0,-69.64285714285714,0,0,0.38610038610038533,43.28606120085309,0,1,0,1,0,1,0.3965080634412885,-2.059718648951902,-24.40476190476192,0.4070447155969809,15.279411764705856,0,0,4.477693769258393,0.865546218487395,-363097797.40169865,-36848681.29504323,0.4427577438299456,-461331.63028336596,0,1,-4.744411258078233,1.1442934926328308,19.357378996453928,0,1,0.437593984962425,0.014493825220699641,1558.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1545.0,1599.0,1507.0,0.9708737864077666,1,0,0,none,1,0.9743589743589743,-0.2564102564102564,0,0.5,0,0,0,7.293383697127129,2.771015826694793,-4.522367870432336,1570.4,1544.5,,1.586273875040467,0,0,33.92857142857143,2.162432850769371,0,1.0985915492957747,106.86274509803899,0,1,9.859154929577464,0,1,2.2149837133550454,74.50623257317756,0,0,0,0,0,0,2.739145183175033,-0.30272975539041713,1.4084507042253591,0.6563971587688413,40.51176470588234,0,0,6.340776884900149,,-332501057.4764267,-90109129.55231616,0.8537561161708549,1573020.8975283206,0,0,-5.7045524550196225,2.2175767609781127,15.253487317762405,0,1,0.7819548872180199,0.033114792845785335,1513.8332575449872,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1560.1166666666668,1562.0,1456.5333333333333,0.5694018609719187,0,0,0,none,1,2.206896551724138,-2.1669853409815167,0,0.429,0,0,0,-6.623507261683843,-18.823349333865735,-12.199842072181893,1534.4,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,3.613676959985961,,,,0,0,,,-85450482.26858097,,,,0,0,,2.4056113259188328,,0,0,,,1507.1507790848,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-7.0,-7.0108349267049075,1,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.7409358323949884,56.71641791044776,103.75586854460096,106.10328638497653,6.583802248392597,,,,, -8,2025-06-13 11:12:00,buy,1307.0,0.087,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.024795786740142097,35.71428571428572,0.962679083844808,27.24867724867725,44.082892416225775,-10.237792668906877,-11.200471752751685,2.113415943430355,1319.2,1324.3,1367.3,-1.0043041606886627,0,0,10.142857142857142,0.7736733137190803,0,0.08695652173913043,-170.79889807162397,1,0,-90.47619047619048,1,0,-0.9818731117824719,23.65124429892002,1,0,1,0,1,0,-4.044750430292595,-0.5363194437061587,-17.1957671957672,0.09554125691688023,-15.611764705882479,0,0,2.0171056052353826,0.9411764705882353,,,0.9343546131444723,-319703.36190576665,0,0,,-14.529084804559645,16.87983440451168,0,1,-0.6045112781954926,0.2612486925764207,1309.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1372.3166666666666,1422.5333333333333,1317.7333333333333,-4.468113530647688,0,0,0,none,1,-1.1092436974789917,0.0,0,0.276,-1,0,0,0.12457950608342573,30.188679245283026,0.9792634615779612,18.381582575130974,21.1187366026076,-18.594634854581955,-19.573898316159916,4.268365258194329,1319.4,1332.35,1385.9666666666667,-1.6024317934476562,0,0,12.142857142857142,0.9262286150158003,0,0.08695652173913043,-120.20914280232223,1,0,-86.66666666666667,1,0,-1.7241379310344862,19.001538951159404,1,0,1,0,1,0,-4.71698113207546,-0.23903991740033703,-4.157706093189962,-0.020734491571287195,-40.91764705882338,0,0,2.536351407406528,0.9663865546218487,,,0.7421013616948589,-507895.2707563257,0,0,,-14.505019280414267,35.71237431327621,1,1,-2.033834586466182,0.7162414961907778,1307.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.3333333333335,1429.6666666666667,1313.1333333333334,-0.8570708343836775,0,0,0,none,1,-1.8686868686868687,0.0,0,0.2,-1,0,0,0.15750226649453206,11.409395973154375,-4.124454700111304,5.970017636684332,5.831863609641359,-29.664775912113328,-25.540321212002024,12.68613065719926,1320.0,1370.55,1425.6166666666666,-4.3449709970449835,0,0,26.142857142857142,1.9941157240928407,0,0.0,-93.12575531385542,0,0,-100.0,1,0,-3.7444933920704804,13.833811034671797,0,0,0,0,0,0,-2.259668775047075,0.3494205042035823,0.0,0.035843722260228035,-69.16470588235302,0,0,2.316752454600823,1.0,-382093273.33191603,-12167825.918858707,0.7619460424724223,-2609872.7864516918,0,0,,-14.459772027712392,55.256459093733824,1,1,-7.024812030075183,0.914132847854777,1311.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1414.3333333333335,1511.0,1311.0,-7.306151308036779,1,0,0,none,1,-2.2658227848101267,-0.9916094584286803,0,0.273,0,0,0,0.08678112099741613,17.14285714285714,-6.3275205658481894,10.26018654884637,9.147439044346298,-32.89878753678727,-26.571266970939078,11.391121183950387,1331.4,1388.35,1449.4666666666667,-4.707026326214569,0,0,24.642857142857142,1.8626498218334953,0,0.14285714285714285,-122.2338996905469,1,0,-85.71428571428571,1,0,-7.2880168185003535,19.067480087731326,0,0,0,0,0,0,-1.0389610389610482,0.4210418261061193,5.105547373588609,-0.08913593581854383,-91.73529411764707,0,0,3.414212707540337,0.9831932773109243,,,0.8598925703528956,-5235048.783569766,0,0,,-13.680672899093105,59.871261681808036,1,1,-5.686466165413522,0.7240058451614962,1307.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1384.8166666666666,1496.4666666666667,1320.5333333333333,-4.4638881199677405,1,0,0,none,1,-2.7796610169491527,0.0,0,0.294,0,0,0,0.008090621096216865,15.83710407239819,-10.121111817447318,8.387104865461442,13.538002751632286,-39.39256074136824,-29.271448923920925,14.822374831892414,1356.4,1427.05,1487.6,-7.291265197435271,0,0,33.357142857142854,2.5213259907137457,0,0.01764705882352941,-163.3645057325517,1,0,-97.43589743589743,1,0,-6.236711552090712,9.345355043214184,0,0,0,0,0,0,-0.2179417991614372,-0.9082050812122766,-1.1396011396011385,-0.17496736010388708,-114.65000000000009,0,0,4.341536520184602,0.9747899159663865,-510259846.66945744,-79434113.66690892,1.1230146900199574,-6291204.04593683,0,0,,-13.594928020474306,52.375955292432614,1,1,-8.378195488721817,0.8785673165153931,1320.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1378.0833333333335,1525.0,1320.0,-3.997097417911366,1,0,0,none,1,-4.224489795918367,-1.2849584278155708,0,0.214,0,0,0,0.0,22.377622377622373,-11.713128800148908,20.78747860112499,21.17707780901168,-46.34755890533006,-34.63443010518115,15.153806472182834,1383.6,1459.75,1540.8333333333333,-9.368042473026206,0,0,42.714285714285715,3.228593024511392,0,0.005291005291005291,-183.28381584099122,1,0,-99.42528735632183,1,0,-9.631147540983608,19.766924190154967,0,0,0,0,0,0,-2.0498585384081593,-3.089504508797585,-3.1792156356278802,-0.23411819055857866,-125.74411764705883,0,0,5.060420603036676,1.0,-540187402.0965213,-59779294.630233586,1.2173642848489432,-1226834.1991557507,0,0,-4.55700747260195,-13.44587120009132,52.409729709832796,1,1,-8.295488721804528,0.787538039828329,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.35,1631.0,1322.0,-3.314210545547547,1,0,0,none,1,-6.666666666666667,-1.6628873771730914,0,0.214,-1,0,0,-16.93563769097452,-21.374170317706103,-4.438532626731583,1482.8,1554.65,,-8.918406072106267,0,0,56.857142857142854,4.015334947538337,0,0.337037037037037,-264.88126131737084,1,0,-66.2962962962963,0,0,-11.995027967681793,30.086382047120736,0,0,0,0,0,0,-4.619051444792582,-4.362546797868852,11.546094380985345,-0.01379199196264349,-95.69117647058829,0,0,8.196383039325667,,-736795341.4509821,-385951977.71705955,2.8682809781573964,-21275986.583220087,0,0,-7.5684796326310595,-7.029952311898613,30.785250165067247,1,1,-5.372180451127834,0.327384507525758,1325.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1590.5,1595.0,1343.0,-10.971392643822696,1,0,0,none,1,-4.379310344827586,-1.5536723163841808,0,0.444,-1,-1,1,-2.347986866768279,-14.67394965094718,-12.3259627841789,1556.6,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-4.191490885548532,,,,0,0,,,-474308489.358961,,,,0,0,,0.2860521571920849,,0,0,,,1344.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-12.625,-2.7152317880794703,0,0.0,0,-1,0,3,0,0,0,0.75,0.0,0.0,0,0.0,33.40563991323211,32.392596172347304,25.18699172066027,14.29166779183457,,,,, -9,2025-06-13 23:27:00,buy,1330.0,0.086,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.0935074605244031,14.63414634146342,-1.9262308680927602,5.1587301587301395,5.829489181891918,-4.372911535649109,-2.446680667556349,2.6471993600195076,1335.8,1347.5,1351.35,-1.0760667903525034,0,0,5.785714285714286,0.4340370806987461,0,0.03571428571428571,-124.45278298936833,1,0,-95.23809523809523,1,0,-1.1860637509266136,8.124301779301518,0,0,0,0,0,0,-5.820399113082033,0.01833883383802659,-2.7605244996549345,0.026398675610502336,-10.69705882352946,0,0,1.055935771299192,0.8403361344537815,-227713752.42719263,-540617.0531309247,0.21371370155121824,-140323.66577540897,0,0,,-12.251382490414775,26.61243188135928,1,1,-1.1428571428571603,0.574832183038668,1332.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1350.75,1363.5,1341.0,-1.314084767721635,0,1,0,gartley,1,-0.2773109243697479,-0.30007501875468867,0,0.441,0,0,0,0.06476092791113475,40.67796610169491,-1.6527657931771724,12.564102564102578,13.719983719983752,-4.054762443183108,-2.4019966500059358,2.312005885174021,1338.6,1346.55,1352.6833333333334,-1.0062752961271348,0,0,8.714285714285714,0.6537348622870002,0,0.1,-165.65656565656624,1,0,-90.0,1,0,-1.25925925925926,32.263240037137294,1,0,0,0,0,0,-5.084745762711869,-0.3554285125442842,0.15873015873015994,0.11384075463667274,-14.082352941176623,0,0,1.2473300887605483,0.6638655462184874,,,0.4021281334647665,-414396.76232667174,0,0,,-12.236108997766348,23.03927580310364,0,1,-0.38721804511278085,0.0866316057313854,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1354.4166666666667,1374.0,1328.5666666666666,-1.5812465391004782,1,0,0,none,1,-0.050505050505050504,0.0,0,0.444,-1,0,0,0.029070374829802834,33.33333333333333,-1.5313883188523785,35.01683501683504,62.850729517396154,-2.92695180460737,-1.3955634857549915,2.582787478286968,1349.2,1352.45,1351.5,-1.2163111390439574,0,0,11.214285714285714,0.8393926432848589,0,0.2222222222222222,-180.47034764826196,1,0,-77.77777777777779,0,0,-1.3293943870014813,25.97739060251071,0,0,0,0,0,0,-9.689922480620162,-0.6395201223582418,-22.222222222222214,0.17784039358386852,-9.938235294117476,0,0,1.85449719884084,0.680672268907563,,,0.8998367543176766,-430017.8422084097,0,0,,-12.008167226567945,33.683317996663405,1,1,-0.7992481203007197,0.2931780778769798,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1342.0,1371.0,1313.0,-0.44709388971684305,1,0,0,none,1,-0.0379746835443038,0.0,0,0.5,0,0,0,0.0,41.9753086419753,-1.2156873983891,71.49097815764485,59.78474200696426,-2.0811215439687203,-0.8654341455796203,2.0111823270082985,1347.8,1353.7,1351.1333333333334,-1.0120410726157991,0,0,11.357142857142858,0.847547974413646,1,0.37037037037037035,-245.41607898448598,1,0,-62.96296296296296,0,0,-1.3980868285504044,43.12665754868817,1,0,0,0,1,0,-6.6733400066733495,-0.6379903673442707,9.781576448243115,0.23178254349004954,-6.685294117647118,0,0,1.7289213762385716,0.29411764705882354,,,1.2986912051677235,-83813.253644526,0,0,,-11.728171966260758,13.387637851669737,0,1,-0.5097744360902257,0.1963343942678758,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1349.9333333333334,1385.4,1321.9333333333334,-0.7358388068546606,1,0,0,none,1,-1.4745762711864407,0.0,0,0.429,-1,0,0,0.43817711082045796,50.52631578947368,3.2894524416434585,31.79012345679014,53.31701433233999,-10.446000653038027,-13.735453094681485,2.9323567447583887,1352.8,1351.45,1413.1833333333334,-0.18128676606607996,0,0,13.285714285714286,0.9848565074658477,1,0.7241379310344828,-116.46586345381479,1,0,-29.629629629629626,0,0,-1.0271460014673495,55.16088489813786,0,0,0,0,0,0,-6.7464114832535955,-0.3750573602278866,-12.175393784589183,0.3441628099264424,-8.117647058823422,0,0,2.3356206369366324,0.31932773109243695,,,1.1037329011131745,-166939.29646334425,0,0,,-11.076839770400781,16.324047745639398,0,1,0.5541353383458667,0.10949294736075987,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1348.0500000000002,1419.7333333333333,1320.0,0.0704721634954053,1,0,0,none,1,-2.877551020408163,0.0,0,0.333,0,0,0,0.35560165453228465,32.82828282828282,5.2520502872969175,75.61488073167719,57.62781691591483,-35.13851407499192,-40.390564362288835,11.93188650112337,1355.4,1372.65,1494.0833333333333,-1.7229446690707806,0,0,27.714285714285715,2.0544318542835964,0,0.23478260869565218,-55.856687041094254,0,0,-6.896551724137931,0,1,-0.36927621861152504,36.490093517667944,1,0,1,0,1,0,0.0,0.21888256978690634,19.206525769373364,0.21064823778059635,-68.42352941176455,0,0,5.001308779205636,0.8991596638655462,-550520041.7434086,-10172475.190871835,0.7703543194658948,590246.3049615077,1,0,,-10.952060871953584,42.960125679738645,1,1,-4.766165413533841,0.4742293103558355,1344.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1366.85,1529.0,1322.0,-1.3059223762665884,1,0,0,none,1,-4.641025641025641,-1.3343217197924389,0,0.111,0,0,0,-25.682903384852654,-49.296951746536024,-23.61404836168337,1383.6,1521.3,,-10.93144021560507,0,0,63.42857142857143,4.681075382182393,0,0.1111111111111111,-139.87842804636713,1,0,-88.88888888888889,1,0,-15.259537210756724,20.919223030428086,0,0,0,0,0,0,1.6107481404328183,0.7871106226839579,-7.530864197530864,-0.0075798005495693165,-162.68235294117653,0,0,8.95717597968489,,-741747127.0535609,-186620593.45489442,0.8906769157184548,-12566150.021419141,0,0,-6.531419703236253,-10.216484300827622,45.24034832279606,1,1,-12.9624060150376,0.6578654091149759,1337.6324000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1590.5,1595.0,1343.0,-14.80666457088966,1,0,0,none,1,-6.103448275862069,-1.3284132841328413,0,0.4,0,0,0,-2.347986866768279,-14.67394965094718,-12.3259627841789,1556.6,,,,0,0,,,0,,,0,0,,0,0,,,0,0,0,0,0,0,,-4.191490885548532,,,,0,0,,,-474308489.358961,,,,0,0,,0.2860521571920849,,0,0,,,1344.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,0.0,0.0,0.0,0.0,0,0,0,none,1,-12.625,-2.7152317880794703,0,0.0,0,-1,0,2,0,0,0,0.5,0.0,0.0,0,0.06027501679854076,27.495291902071557,6.5432098765432265,14.17533638507423,24.859720582664398,,,,, -10,2025-06-15 05:12:00,buy,1328.0,0.086,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.0,16.666666666666657,-1.6417191643924558,20.408865300506168,19.984825402782082,-2.0642305970720827,-0.422511432679627,1.5978179714094554,1337.6,1344.7,1345.15,-0.944448575890533,0,0,3.642857142857143,0.2734877734877735,0,0.09523809523809523,-192.37832874196292,1,0,-90.47619047619048,1,0,-1.4063656550703185,11.51558023915888,0,0,0,0,0,0,-1.5151515151515156,-0.30243718685160204,0.3968253968253954,-0.19657051941308185,-6.241176470588243,0,0,0.600324862372699,0.4369747899159664,-237708786.12343505,-171652.3142683208,5.468709123188807,-62976.86694237217,0,0,,-11.601199413277596,39.21126722368958,1,1,-0.6300751879699421,0.48157881021415283,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1344.7,1366.4,1331.4,-0.944448575890533,1,0,0,none,1,-0.31932773109243695,-0.15015015015015015,0,0.412,0,0,1,0.07024808368014585,31.42857142857143,-1.2084402377285377,22.76407802723591,24.373151215256488,-1.9372181856576844,-0.7287779479291469,1.8987157922157838,1338.4,1341.95,1345.8166666666666,-0.8159767502515014,0,0,4.5,0.33809166040571,0,0.13636363636363635,-150.37749508739066,1,0,-86.36363636363636,1,0,-1.261127596439171,35.27756487223235,0,0,0,0,0,0,-12.32142857142857,-0.6112900207927123,1.2121212121212075,-0.15350517887653345,-7.8941176470586925,0,0,0.8437184995128313,0.7394957983193278,,,3.0697499100913084,-103774.14131959621,0,0,,-11.652865240164367,21.49147486783,0,1,0.2593984962406061,0.05804039250470372,1328.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1364.8166666666666,1368.7333333333333,1334.2666666666667,-2.477744263576298,0,0,0,none,1,-0.3939393939393939,0.0,0,0.394,-1,-1,1,0.03555300713874289,37.333333333333336,-0.07779742948831281,33.518518518518576,61.85185185185185,-3.7308393200876253,-3.6530418905993125,2.11433541775763,1343.0,1344.2,1356.95,-0.9819967266775809,0,1,8.857142857142858,0.6654502522271117,0,0.0,-138.13813813813513,1,0,-100.0,1,0,-0.6716417910447747,33.08818028460658,0,0,0,0,0,0,-9.145539906103288,-0.8518979931667481,-35.185185185185176,0.11701340788642767,-5.985294117647072,0,0,1.6159432243576062,1.0,-421853856.3361459,,1.8198939547225275,-99107.23467590101,0,0,,-11.621876849882051,16.229184107393447,0,1,-0.29924812030077214,0.06208337775213657,1331.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1367.75,1373.0,1334.0,-2.6868945348199613,0,0,0,none,1,-0.5063291139240507,-0.6010518407212623,0,0.375,-1,-1,1,0.2724436584156859,47.56097560975609,0.6141403696472807,75.28604118993135,77.72692601067888,-4.960807200906174,-5.574947570553455,2.0564102535200557,1345.4,1346.3,1362.5166666666667,-0.46794919408749136,0,0,10.357142857142858,0.7729211087420043,0,0.46153846153846156,-153.9456662354476,1,0,-47.82608695652174,0,0,-0.8142116950407119,44.803777222836,1,0,1,0,1,0,-1.1890243902439082,-0.33000518118634226,-7.170099160945838,0.29632518139663655,-11.132352941176578,0,0,1.750527968802615,0.7394957983193278,,,1.1198957254032842,-43526.30735834129,0,0,,-11.008288936418797,27.565140429596426,1,1,-0.4406015037594175,0.14183282861075175,1328.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1367.0,1380.0,1345.3333333333333,-1.9751280175566932,0,0,0,none,1,-0.6271186440677966,0.0,0,0.267,0,0,0,0.162150743311406,31.818181818181827,-1.314685990675776,29.030501089324627,29.42992011619459,-7.703923670837412,-6.389237680161636,3.761891636812104,1344.8,1357.25,1367.65,-1.270952293240002,0,0,13.142857142857142,0.9808102345415779,0,0.16666666666666666,-104.28769017980586,1,0,-82.35294117647058,1,0,-1.7595307917888547,13.590032882510286,0,0,0,0,0,0,-12.137862137862122,-0.03132055401369449,0.326797385620921,0.22263200008618203,-21.91470588235302,0,0,1.8932717395334773,0.3865546218487395,-563807313.3855662,-4864125.330749869,0.7584877884566431,-974931.7795110792,0,0,,-10.945991706858093,31.14102254821605,1,1,-1.7691729323308458,0.6723514349954668,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1379.0500000000002,1387.0,1349.9,-2.831659475726056,0,0,0,none,1,-0.32653061224489793,-0.8208955223880596,0,0.385,0,0,0,0.051483294080258896,28.865979381443296,-2.1673918272446784,28.751072501072525,25.97416768928399,-10.272229333830637,-8.104837506585959,4.219674161929904,1344.0,1365.85,1389.9666666666667,-1.892594355163446,0,0,13.214285714285714,0.9861407249466949,0,0.13953488372093023,-139.47863477559824,1,0,-81.25,1,0,-1.831501831501836,21.180852541569166,0,0,0,0,1,0,-1.241547500277136,-0.1904504753185403,6.25,0.09874271554283716,-23.90000000000009,0,0,1.9350404052312646,0.025210084033613446,-573336477.6959419,-9085610.154212594,0.6966035023472498,-880912.2320305998,0,0,,-10.850612279179138,37.941826176154464,1,1,-2.116541353383479,0.7552273275499659,1340.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1354.8333333333335,1384.0,1337.3333333333333,-1.094845614466733,1,0,0,none,1,-0.2564102564102564,-0.9701492537313432,0,0.4,0,0,0,-3.3506066116608224,-51.104527680358615,-47.75392106869779,1364.2,1432.85,1503.6,-6.20092821998115,0,0,45.642857142857146,3.396045918367347,0,0.07037037037037037,-64.05036241300628,0,0,-85.49618320610686,1,0,1.4339622641509342,26.619801412622053,0,0,0,0,0,0,1.6261499529512662,0.7705931896564877,-3.4091220006019327,0.1006582817197159,-116.76764705882351,0,0,8.789131560765828,,-756747093.2147502,-21713369.041656137,0.2742912451472293,951938.2586695179,0,0,,-10.203567869330177,64.82678930960094,1,1,-14.24586466165414,0.7419421368239627,1344.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1347.5,1595.0,1325.0,-0.2597402597402598,1,0,0,none,1,-8.551724137931034,-2.306547619047619,0,0.429,0,0,0,-21.244937285902992,-42.71548577745398,-21.470548491550986,1489.2,,,,0,0,,,0,,,0,0,,0,0,-15.332091868404717,,0,0,0,0,0,0,,-5.911531742317663,,,,0,0,,,-472760016.8951391,-421101916.80437875,,-36114018.78462527,0,0,,-8.360894868341184,,0,0,,,1360.4,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1545.5833333333335,1549.0,1385.0,-11.7485307596916,0,0,0,none,1,-24.7,-3.2991202346041053,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.27298235051019754,27.72585669781931,22.264321039905713,24.534774541368208,27.31474065526211,,,,, -11,2025-06-16 06:12:00,buy,1325.0,0.086,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.1011145100880369,33.33333333333333,0.2670585895829527,44.44444444444445,55.55555555555559,-3.6810328195124384,-3.948091409095391,1.32485628812607,1332.0,1334.05,1344.0333333333333,-0.5284659495521149,0,0,3.4285714285714284,0.25837011519000963,0,0.0,-106.52420268738884,1,0,-100.0,1,0,-0.22556390977443996,17.95460460189362,1,0,1,0,1,0,-8.333333333333343,-0.32316069833084704,-22.22222222222222,-0.0498641568773832,-7.6235294117645935,0,0,0.641764805218466,0.957983193277311,-240334519.26934692,,0.5062064664884892,43786.29968267679,1,0,,-11.582278467727535,46.23711309671901,1,1,-0.5646616541353265,0.5715876833207207,1327.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1329.1,1369.0,1328.4,-0.1580016552554242,0,0,0,none,1,-0.36134453781512604,-0.22607385079125847,0,0.324,-1,-1,0,0.07682384303334246,26.829268292682926,-0.604452738099841,27.625272331154687,26.739288307915782,-5.006325337263206,-4.401872599163365,2.1090280479262535,1332.2,1338.95,1347.5833333333333,-0.8924903842563281,0,0,5.214285714285714,0.3929378835181398,0,0.08333333333333333,-130.6069816708109,1,0,-88.23529411764706,1,0,-0.8221225710014934,12.630517598946042,1,0,1,0,1,0,-10.313588850174213,-0.23163735832944887,-4.9673202614379015,-0.0193903837900652,-13.099999999999909,0,0,0.885358367705834,0.773109243697479,,,1.07519599274112,37626.35702390224,1,0,,-11.566949995322862,73.88937291558302,1,1,-1.0894736842105237,0.8335431482237976,1325.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1366.65,1374.0,1328.2666666666667,-2.9012548933523674,0,0,0,none,1,-0.32323232323232326,0.0,0,0.37,0,-1,0,0.0,17.948717948717942,-1.8242268026963622,10.848484848484896,11.272727272727254,-6.385235761626518,-4.561008958930156,2.5799932046572334,1331.6,1344.35,1353.9166666666667,-1.2905865288057372,0,0,6.071428571428571,0.4575304123156421,0,0.0,-131.4403480650345,1,0,-100.0,1,0,-1.77646188008882,7.949827939114968,0,0,0,0,0,0,-8.521870286576174,-0.18172216087321225,-1.5151515151515156,-0.13760518069125588,-17.752941176470586,0,0,0.8425576820334231,0.7226890756302521,-428286887.1000913,,1.1165646144991543,-371527.5658180099,0,0,,-11.536435549413893,32.832918534994135,1,1,-1.1315789473683997,0.5960681515485888,1327.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1366.75,1370.5,1331.5,-2.9083592463874153,0,0,0,none,1,-0.31645569620253167,-0.6028636021100227,0,0.478,0,-1,0,0.08084760908258996,39.0625,-2.0740987763980034,16.300366300366317,22.444037444037466,-5.7614833184536565,-3.687384542055653,2.451524639919557,1336.8,1347.85,1353.05,-1.0275624142152218,0,0,7.214285714285714,0.5408010280573998,0,0.3103448275862069,-182.77945619335586,1,0,-65.38461538461539,0,0,-0.9651076466221209,11.745422802918142,1,0,0,0,1,0,6.303879310344826,0.1276403387768319,-0.9615384615384635,0.0739246481762711,-19.50588235294117,0,0,1.1113426255918606,0.46218487394957986,,,2.553731855282013,-71490.41384294257,0,0,,-11.05397561709317,54.19563480095491,1,1,-1.1255639097744514,0.6497895078987834,1325.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1366.3,1367.0,1330.6,-2.364048891165915,1,0,0,none,1,-0.4576271186440678,0.0,0,0.368,0,0,1,0.0,31.395348837209312,-2.4909108849581214,15.869484612532416,24.080854584655032,-4.265184323122867,-1.7742734381647451,2.916281834521312,1343.8,1354.1,1353.75,-1.4843807695148037,0,0,10.785714285714286,0.8085243092739345,0,0.03225806451612903,-188.27376781126077,1,0,-96.7741935483871,1,0,-1.9117647058823573,38.5806518075612,0,0,0,0,0,0,-2.6955602536997816,-0.42684487468221466,-8.183990442054954,0.11332718580125811,-13.029411764705856,0,0,1.699338173018655,0.42016806722689076,-573948545.6350522,-1166376.0434572697,1.3049059709412367,-831469.012326099,0,0,,-10.990842967685023,23.293406212229886,0,1,-1.0375939849624152,0.38661834411062446,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1359.35,1364.0,1333.0,-1.8648618825173768,1,0,0,none,1,-0.08163265306122448,-0.8245877061469266,0,0.455,0,0,0,0.0,39.130434782608695,-1.5823499949525868,43.88888888888891,59.907407407407426,-4.065279653397056,-2.482929658444469,2.6270196439319453,1347.6,1355.85,1362.0333333333333,-1.6115351993214566,0,0,13.357142857142858,1.0012850717498394,0,0.041666666666666664,-197.49979025085983,1,0,-95.83333333333334,1,0,-1.9117647058823573,32.774502517214685,0,0,0,0,0,0,1.235697940503428,-1.1222433631727053,-20.833333333333336,0.1156258586306883,-10.111764705882479,0,0,1.99695172189117,0.04201680672268908,-589313260.6577228,-10381452.987024784,1.150345031790588,-76802.6171441963,0,0,,-10.897537278124304,38.2931409886927,1,1,-0.5586466165413416,0.13775660817438262,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1360.2333333333331,1371.0,1335.5333333333333,-1.928590682971043,0,0,0,none,1,-1.205128205128205,-1.1244377811094453,0,0.364,-1,0,0,5.328337235853603,-38.70594133950431,-44.03427857535791,1359.8,1374.5,1484.7333333333333,-1.5642051655147315,0,0,21.785714285714285,1.610178439446732,0,0.21374045801526717,-63.499796995534034,0,0,-66.66666666666666,0,0,-1.6715116279069742,48.64007409844444,1,0,1,0,1,0,-10.08342774745082,0.1199540024127046,-1.2345679012345698,0.0611738095284549,-89.52352941176468,0,0,6.92730432970287,,-763038651.5724454,,0.508135075789285,-4207400.442065321,0,0,,-9.262836384246942,42.693187157087145,1,1,-3.7593984962405957,0.2511154044032782,1354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1347.5,1595.0,1325.0,0.40816326530612734,1,0,0,none,1,-8.758620689655173,-2.2172949002217295,0,0.5,0,0,0,-23.066374271875418,-50.30351633139526,-27.23714205951984,1450.0,,,,0,0,,,0,,,0,0,,0,0,-10.844155844155845,,0,0,0,0,0,0,,-1.8214369859724258,,,,0,0,,,-476443439.64990574,-403437144.95902574,,-14910567.913948208,0,0,,-7.274442451905583,,0,0,,,1373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1545.5833333333335,1549.0,1385.0,-11.166226343883112,0,0,0,none,1,-21.636363636363637,-4.952658412235979,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.3788948085759575,49.31506849315068,66.66666666666669,63.768115942029,12.91608680950565,,,,, -12,2025-06-17 09:09:00,buy,1274.0,0.09,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.0,15.254237288135585,-2.2603974576849897,16.048830879869712,13.43006469727375,-13.767802924261105,-11.507405466576115,4.603459615738298,1315.2,1336.9,1367.3833333333334,-2.5357169571396554,0,0,9.928571428571429,0.7619778533055587,0,0.07547169811320754,-173.6209894104627,1,0,-91.48936170212765,1,0,-2.8337061894108895,1.036767582656708,0,0,0,0,0,0,-1.4124293785310726,-0.5700472239509597,2.836879432624116,-0.26666298866932464,-35.00882352941176,0,0,1.1092884647502628,0.7899159663865546,-260207885.9107624,-5463009.760417163,2.7130961783624548,-1136340.637313515,0,0,,-12.542818054333527,47.13345560993776,1,1,-2.4796992481203017,0.9091164703077896,1299.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1342.3333333333333,1399.5333333333333,1299.0,-2.930221008194678,1,0,0,none,1,-0.7058823529411765,-0.6139677666922486,0,0.355,-1,0,1,0.0,17.333333333333343,-3.2784318997271686,27.44180832416126,21.582042681786948,-17.321451183245472,-14.043019283518303,6.151820854202461,1321.0,1346.0,1379.2333333333333,-3.3432392273402667,0,0,12.5,0.9607993850883935,0,0.21495327102803738,-254.90196078431254,1,0,-68.91891891891892,0,0,-3.9143279172821233,6.783743442121832,0,0,0,0,1,0,-18.89855072463768,-1.0699589346659675,5.598455598455601,-0.36407892456856644,-51.694117647058874,0,0,2.008841427788778,1.0,,,3.801412713693377,-1841197.9490859387,0,0,,-12.638792413208066,41.62463112995626,1,1,-3.0120300751879845,0.7409845542374727,1278.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1284.25,1394.6666666666667,1282.1666666666667,1.3042631886315048,1,0,0,none,1,-0.9191919191919192,0.0,0,0.364,-1,-1,1,0.02729211720589992,19.827586206896555,-5.905563996939339,24.55732472710405,20.22235065528781,-16.434868889170502,-10.529304892231163,8.194242915665113,1337.0,1372.15,1385.6833333333334,-3.8734832197646063,0,0,18.928571428571427,1.4350698581176216,0,0.3416666666666667,-176.81312863949154,1,0,-64.03508771929825,0,0,-5.312275664034461,14.179102939037236,0,0,0,0,0,0,0.33606078316773846,-0.5072992185859864,6.63116123642439,-0.07614224238922877,-54.247058823529414,0,0,2.492042297268587,0.9915966386554622,,,5.3562625302933595,-2721070.361707028,0,0,,-11.400304543971785,48.235956281121425,1,1,-4.333082706766909,0.8316893412211024,1278.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.5833333333335,1403.0,1290.5,2.0437109148346178,1,0,0,none,1,-0.8481012658227848,0.0,0,0.4,0,0,1,0.0,17.09401709401709,-7.594768044779042,25.47509175817576,17.812268605025547,-14.663669728488003,-7.068901683708961,7.629449799876213,1340.6,1379.9,1387.8166666666666,-4.413363287194727,0,0,19.785714285714285,1.5000541535795515,0,0.35537190082644626,-216.6782166782161,1,0,-64.46280991735537,0,0,-5.785714285714283,13.917061855363954,0,0,0,0,0,0,-6.2704688872913295,-1.0538844764471023,7.764097374486983,-0.14316281274013437,-55.05882352941171,0,0,2.6715259963960287,1.0,-506785599.5257502,,6.644126090967132,-4208656.124357494,0,0,,-11.333907350689032,36.61312910839654,1,1,-3.6661654135338386,0.67909490177601,1276.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1286.4166666666665,1401.0,1284.3333333333333,2.5328755587225693,1,0,0,none,1,-1.4067796610169492,-0.45489006823351025,0,0.4,-1,0,1,0.0,23.07692307692308,-8.08055927651755,21.263332412268554,42.48603563497173,-8.543104813189075,-0.4625455366715254,6.2466038954700505,1360.2,1385.3,1375.6166666666666,-4.785966938569263,0,0,23.571428571428573,1.787068125203076,0,0.24,-297.3406694177007,1,0,-76.0,0,0,-5.448028673835125,7.861115113569184,0,0,0,0,0,0,-6.04929051530992,-2.6574107980688346,-23.111111111111107,-0.1308340062933154,-47.80882352941171,0,0,3.098135754199404,1.0,-630413448.7053492,-36508470.91221595,7.331918044354066,-5415131.936682861,0,0,-5.769928055948548,-11.19739652650118,38.99861085497829,1,1,-1.9999999999999918,0.29913857088234497,1295.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1296.75,1400.0,1295.0,1.7158280316174945,1,0,0,none,1,-0.7142857142857143,-2.350265352539803,0,0.571,-1,-1,1,0.0,22.727272727272734,-7.223443332711693,50.21310130005784,78.00192908888563,-1.8253401276201657,5.398103205091528,5.7794064852968186,1370.6,1386.5,1365.75,-4.868373602596465,0,0,24.214285714285715,1.8358063467995234,0,0.125,-341.92580469176113,1,0,-86.90476190476191,1,0,-5.785714285714283,26.14585752984692,0,0,0,0,0,0,-6.637806637806634,-3.6911896621398848,-38.05916305916307,-0.09659627146552667,-20.958823529411802,0,0,3.5943543777029543,0.6974789915966386,-660632952.0167439,-51834586.08558774,5.555620989445015,-6976938.658066608,0,0,-5.167354597144349,-11.059142669713173,45.8406908614723,1,1,-1.4932330827067584,0.1944630099839778,1308.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1309.4666666666667,1396.0,1308.0,0.7280317686589877,1,0,0,none,1,-0.7692307692307693,-3.3358605003790753,0,0.538,-1,-1,1,8.205379170356085,-20.379815499683446,-28.58519467003953,1384.6,1367.9,1473.4166666666667,-1.381679947364578,0,0,33.357142857142854,2.472731123583607,1,0.421875,-248.5746864310149,1,0,-57.8125,0,0,-0.36927621861152504,33.13229992938615,1,0,1,0,1,0,-14.15055532702592,-3.049168304951422,-21.651785714285708,0.235389155147894,-36.220588235294144,0,0,4.242876625319182,,-811878892.4347396,-53260266.90184653,5.085537803848908,-725435.4707960263,0,0,,-8.505242911863087,23.666462837239163,0,1,0.7518796992481137,0.07871767025923404,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1344.0500000000002,1504.7,1322.0,0.36828987016850334,1,0,0,none,1,-6.068965517241379,-4.29948109710897,0,0.429,-1,-1,1,-21.474169131479307,-54.07985347386898,-32.60568434238967,1396.8,,,,0,0,,,0,,,0,0,,0,0,-7.503320053120854,,0,0,0,0,0,0,,1.5922051403961106,,,,0,0,,,-755616063.8830235,-683502080.438998,,10749694.123203538,1,0,,-4.766328636164163,,0,0,,,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.5,1549.0,1306.0,-9.808999676270636,1,0,0,none,1,-18.166666666666668,-1.0768126346015794,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.2019730435091859,45.98930481283423,93.4275793650794,108.39120370370374,4.636090518902999,,,,, -13,2025-06-18 02:12:00,buy,1242.0,0.092,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.26940784092181536,37.77777777777778,-0.5029248299131295,31.25000000000004,21.450617283950663,-6.054654810989405,-5.551729981076275,2.451261236070036,1246.4,1256.1,1271.1833333333334,-0.5652416208900446,0,0,5.928571428571429,0.47466544664302873,0,0.2727272727272727,-65.99116653676164,0,0,-62.5,0,0,-1.186708860759489,19.55893231729209,0,0,0,0,1,0,5.219638242894057,0.3900631400342158,14.351851851851855,0.25376762637047756,-13.644117647058692,0,0,0.8737058763769513,0.6722689075630253,-309425039.3147555,,0.7535806192550375,-282404.77837837115,0,0,,-15.274051553618474,28.2896347808074,1,1,-1.1969924812030062,0.8463368405023948,1249.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1280.7,1287.4666666666667,1244.9333333333334,-2.475208870149137,1,0,0,none,1,-0.2773109243697479,-0.24019215372297836,1,0.423,0,0,0,0.21135836744638892,30.909090909090907,-1.2879271890466555,7.641025641025641,5.7877492877493255,-8.359362380273978,-7.071435191227323,3.160792732438305,1245.8,1260.5,1276.1166666666666,-0.9123363744545809,0,0,7.071428571428571,0.5661672194898776,0,0.2692307692307692,-115.48876252369301,1,0,-73.07692307692307,0,0,-1.3428120063191162,13.10152711236789,0,0,0,0,0,0,6.9090909090909065,0.530506244360744,7.641025641025641,0.1542202266003471,-22.738235294117658,0,0,1.3149481168021842,0.9243697478991597,,,0.9018309108974362,-199374.7263054978,0,0,,-15.254224223835788,34.13210454686428,1,1,-1.4887218045113018,0.7818751121836423,1242.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1280.2666666666667,1290.5333333333333,1243.8666666666666,-2.4421995417621356,1,0,0,none,1,-0.3838383838383838,0.0,1,0.37,0,0,0,0.13483393985639502,27.65957446808511,-2.6893486992742224,13.44155844155847,15.99401237332267,-9.342870872616686,-6.653522173342464,5.067872152052049,1253.4,1272.55,1283.4666666666667,-1.8506149070763422,0,0,12.714285714285714,1.0179572229211942,0,0.12,-113.83161512027607,1,0,-75.0,0,0,-1.1084718923198733,12.343030401138947,0,0,0,0,1,0,4.9323017408123775,0.17391993159941865,-2.777777777777775,0.1388997094480048,-24.988235294117658,0,0,1.8663786733072683,0.7226890756302521,-526322104.3685301,-7135638.871216476,0.7726285751377365,-469229.8281301521,0,0,-5.33482062780336,-15.220573810604765,55.92627622915355,1,1,-2.5345864661654027,0.8649703861593674,1248.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.3333333333333,1303.8,1243.0,-2.977731745209733,1,0,0,none,1,-0.8987341772151899,-0.8807045636509208,0,0.316,0,0,0,0.0,26.530612244897966,-3.0804810596221195,14.311594202898553,18.519105831699537,-9.764483099060271,-6.684002039438152,4.420693350531122,1259.2,1276.9,1292.7,-2.7331819249745593,0,0,14.714285714285714,1.184725097768576,0,0.0,-174.13071181503676,1,0,-100.0,1,0,-4.0185471406491535,15.888860525077362,0,0,0,0,0,0,-10.136054421768698,-0.9894495641410099,-6.896551724137931,-0.029805199452151033,-25.055882352941126,0,0,1.8851315558586783,0.7394957983193278,,,0.9288017040880838,-1910499.334110789,0,0,,-15.682282419630322,57.20449649062043,1,1,-1.7473684210526161,0.5366145423286548,1242.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1283.8,1318.0,1264.8,-3.2559588720984523,0,0,0,none,1,-1.0677966101694916,0.0,0,0.286,-1,-1,0,0.0,25.961538461538467,-1.5844360432028264,26.166817223727765,29.70114423366448,-16.30923370944629,-14.724797666243463,4.62663227656273,1263.2,1283.3,1333.6666666666667,-3.21826540949115,0,0,13.357142857142858,1.0754543363239015,0,-0.017241379310344827,-190.93655589123983,1,0,-102.4390243902439,1,0,-3.2710280373831724,20.128463218736314,1,0,0,0,1,0,-6.596601073345255,-1.493161802865437,-0.8130081300813004,-0.26597227137581575,-34.32941176470581,0,0,2.163607034777668,0.6890756302521008,-685532473.7211175,-30706624.162872553,1.492909922317571,-1727739.383699201,0,0,-6.440981001643741,-15.614720166868224,52.6618662482785,1,1,-2.052631578947364,0.6693044062068609,1243.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1291.1333333333332,1395.0,1263.2666666666667,-3.8054422471213822,0,0,0,none,1,-3.020408163265306,-1.6908212560386473,0,0.2,-1,-1,0,0.013665727176925394,12.264150943396217,-3.5918012331303792,20.096260328818488,20.35721941330699,-25.67455910897661,-22.08275787584623,9.550866322203342,1272.0,1302.5,1347.9666666666667,-4.644913627639157,0,0,16.714285714285715,1.3457556935817805,0,-0.01098901098901099,-166.93914623069952,1,0,-101.53846153846153,1,0,-4.387990762124716,15.978529167688876,0,0,1,0,1,0,-18.58691288639102,-1.466491977107573,-7.375565610859734,-0.3938425178012974,-67.76764705882351,0,0,3.5018717787826263,0.773109243697479,-733212947.1811426,-55333941.82634652,0.8167053529684385,-2380951.186128702,0,0,-6.577933445024569,-15.519632029467822,35.95796871364515,1,1,-4.54887218045112,0.7487804508823341,1243.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1296.55,1396.0,1248.1,-4.2073194246268875,0,0,0,none,1,-3.051282051282051,-1.8518518518518516,0,0.364,-1,-1,0,-4.111477867387478,-32.99668370490008,-28.8852058375126,1308.4,1353.35,1456.4833333333333,-5.419883991576457,0,0,40.0,3.125,0,0.07017543859649122,-199.10067449412944,1,0,-92.98245614035088,1,0,-5.535055350553508,25.269808605787404,0,0,0,0,0,0,-1.111366774045095,-2.051795169521437,-6.473079249848761,0.02891681753624482,-79.98235294117649,0,0,4.3842029216037055,,-854979818.7627004,-91241300.07737672,1.5696130668639434,-11414480.898390066,0,0,,-12.622519033243329,16.119329651678637,0,1,-2.504511278195469,0.2030548074038806,1272.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1349.0,1404.0,1311.6,-5.114899925871019,0,0,0,none,1,-6.689655172413793,-2.421875,0,0.375,-1,0,0,-26.264630576487754,-65.43647256299937,-39.171841986511616,1350.8,,,,0,0,107.71428571428571,8.415178571428571,0,,,0,0,-90.57239057239057,1,0,-17.525773195876294,36.12872619593665,0,0,0,0,0,0,,-4.790461445008447,,0.017956113439921272,,0,0,,,-794420745.1043736,-708070614.1714633,,-12089011.539854728,0,0,,-11.205922962222015,,0,1,,,1252.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.05,1549.0,1252.0,-17.1011301447492,1,0,0,none,1,-25.46153846153846,-3.5937499999999996,0,0.0,-1,-1,0,3,0,0,0,0.75,0.0,0.0,0,0.0,32.54716981132076,8.539563157718453,16.19250124536425,9.7185223984106,29.643296432964334,,,, -14,2025-06-18 22:24:00,buy,1208.0,0.095,1,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#1,0.0,23.80952380952381,-2.362566847833909,15.44035674470461,21.31006248653311,-5.400277732693212,-3.037710884859303,2.753033786994969,1221.0,1232.75,1234.9833333333333,-1.520989657270333,0,0,6.0,0.4942339373970346,0,0.10344827586206896,-176.99115044247782,1,0,-88.46153846153845,1,0,-1.8593371059013708,7.186118687216691,0,0,0,0,0,0,2.070393374741201,-0.21365004290772172,-5.957767722473607,-0.16153140691491785,-18.491176470588243,0,0,0.8624687360860696,0.9915966386554622,-326760773.0975968,,1.970483622074537,-1076503.1454860456,0,0,,-16.83280807791072,60.35730244787073,1,1,-1.290977443609018,0.8103119249412135,1211.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1233.75,1276.0,1211.0,-1.6008105369807457,1,0,0,none,1,-0.4957983193277311,-0.2471169686985173,0,0.281,0,0,1,0.0,16.0,-2.34783610010772,19.940476190476186,21.043417366946827,-5.20049314373523,-2.85265704362751,2.8444973033693945,1223.8,1236.4,1244.1166666666666,-2.0543513426075743,0,0,6.928571428571429,0.5721363689984664,0,0.0,-225.1101991184041,1,0,-100.0,1,0,-2.3387096774193594,6.576741401383515,0,0,0,0,0,0,-9.581395348837205,-0.8613933993704688,0.0,-0.28253099464441694,-13.629411764705765,0,0,1.1828707010758142,1.0,-428520434.95308423,-11961525.578312337,2.768803010924796,-439059.01524774544,0,0,,-17.01875593774985,44.87542160154586,1,1,-1.2105263157894586,0.6634488590757953,1211.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.1166666666668,1284.0,1211.0,-1.8731346307075292,1,0,0,none,1,-0.7575757575757576,-0.2477291494632535,0,0.214,-1,-1,1,0.0,40.57971014492754,-0.8032294010993786,37.61121652962263,55.43467566237962,-8.268943520719858,-7.46571411962048,3.0064291432262538,1229.0,1235.8,1261.1166666666666,-2.0067972163780534,0,0,8.357142857142858,0.6901026306476348,0,0.02857142857142857,-227.54678568632144,1,0,-96.7741935483871,1,0,-1.7045454545454586,30.55685906595896,1,0,1,0,1,0,-6.0869565217391255,-1.3569750084049428,-24.414927261227078,-0.2987017843055188,-21.32352941176464,0,0,1.7083713758231949,0.7815126050420168,-574642780.5243944,-21960550.962867856,2.055170729707881,-738818.9306581728,0,0,,-16.97652976483748,37.96358366397072,1,1,-0.6601503759398393,0.17679722732894054,1210.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1274.4833333333333,1283.0,1210.0,-4.981103453687119,1,0,0,none,1,-0.7974683544303798,-0.3303055326176713,0,0.3,-1,-1,1,0.05179702607936499,28.378378378378386,-0.7556895436782369,39.39708939708941,45.20674520674521,-10.022436602080006,-9.26674705840177,4.195474841273296,1234.8,1244.4,1264.9166666666667,-1.8804243008679,0,0,12.071428571428571,0.9886509886509887,0,0.21568627450980393,-172.7286334381092,1,0,-70.27027027027027,0,0,-1.0534846029173428,18.574817672357824,1,0,1,0,1,0,-3.439803439803441,-0.7330996736918767,-6.756756756756751,0.0210992550326816,-28.0205882352941,0,0,1.5389601978718945,0.7142857142857143,-589536311.4284228,-11497548.813381076,2.7353528912333944,-1130914.5035290457,0,0,,-16.274281750911555,58.613016417997336,1,1,-1.8195488721804534,0.6801946784905935,1210.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1225.8166666666666,1283.0,1210.0,-0.39293532203020787,1,0,0,none,1,-0.847457627118644,-0.32760032760032765,0,0.294,-1,0,1,0.12162387103070157,22.471910112359552,-3.0816789811853607,34.12162885847094,27.268313233225445,-11.15441135715696,-8.072732375971599,6.093621746500679,1235.4,1262.1,1272.9666666666667,-2.3056810078440626,0,0,14.785714285714286,1.1991657977059438,0,0.323943661971831,-150.4839954866687,1,0,-63.49206349206349,0,0,-3.142183817753341,11.889255388275473,0,0,0,0,0,0,-1.0575016523463319,0.1144859093017665,5.151768309663044,0.12012634296544121,-33.82352941176464,0,0,1.85685877353273,0.36134453781512604,-746153649.8412418,,3.2623169057378973,-4023346.7447043024,0,0,,-15.403780000111421,45.17732735311056,1,1,-2.930827067669161,0.8132609064733076,1210.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1262.6166666666668,1287.0,1215.1333333333334,-2.345657826999492,1,0,0,none,1,-0.9795918367346939,-0.32441200324412006,0,0.286,0,0,1,0.0,38.4,-2.022974860538733,16.959064327485397,24.8189919242551,-15.857840806711692,-13.83486594617296,5.268759883886965,1243.4,1266.85,1318.9833333333333,-2.6719816868611024,0,0,17.214285714285715,1.3961302282470167,0,0.15789473684210525,-185.73437813944182,1,0,-84.21052631578947,1,0,-2.989771833202204,29.153785054246015,0,0,0,0,0,0,0.8999999999999986,-0.622706360847161,-12.280701754385966,0.023557029975068387,-38.252941176470586,0,0,3.35892175879465,0.773109243697479,-806155055.9209251,-53093496.572395444,3.142563552443017,-5057979.202619314,0,0,-5.800277686706311,-15.281013919971931,28.70238338609033,1,1,-1.715037593984954,0.36971588510454545,1233.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1295.5,1334.0,1224.0,-4.8243921265920475,1,0,0,none,1,-4.128205128205129,-2.3519870235198703,0,0.2,0,0,1,-6.337334769943396,-42.26983245529118,-35.93249768534778,1261.0,1328.9,1433.4333333333334,-7.893746707803451,0,0,41.5,3.3905228758169934,0,0.0,-130.3977272727272,1,0,-100.0,1,0,-12.25806451612903,16.58108406352615,0,0,0,0,0,0,-8.364452566343559,-1.95051353004353,-0.2666666666666675,-0.06347763569913076,-78.94117647058829,0,0,5.143558188623193,,-995636701.3475773,-199723403.1147641,2.572575341284817,-21395727.49689161,0,0,-5.2000056111966595,-15.436129717112335,13.395605424422088,0,1,-7.297744360902269,0.6733864710946658,1224.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1313.1,1386.0,1224.0,-6.785469499657292,1,0,0,none,1,-4.137931034482759,-3.758169934640523,0,0.429,-1,-1,1,-26.264630576487754,-65.43647256299937,-39.171841986511616,1350.8,,,,0,0,107.71428571428571,8.415178571428571,0,,,0,0,-90.57239057239057,1,0,-17.525773195876294,36.12872619593665,0,0,0,0,0,0,,-4.790461445008447,,0.017956113439921272,,0,0,,,-794420745.1043736,-708070614.1714633,,-12089011.539854728,0,0,,-11.205922962222015,,0,1,,,1252.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.05,1549.0,1252.0,-17.1011301447492,1,0,0,none,1,-25.46153846153846,-3.5937499999999996,0,0.0,-1,-1,0,3,0,0,0,0.75,0.0,0.0,0,0.0015460727712346813,22.177419354838705,13.366255144032941,10.955281207133078,15.836462061177862,29.643296432964334,,,, -15,2025-06-19 09:42:00,sell,1340.0,0.65,1,고점 매도 · 비중 65% · 분할 · leg#1,0.8610926903688343,60.37735849056604,1.5820101858178361,103.0303030303031,109.46969696969704,4.867003326020495,3.2849931402026584,2.2973674527200445,1337.2,1326.0,1318.15,0.8295625942684737,0,0,5.857142857142857,0.4380809915589272,0,0.9545454545454546,137.00873362445404,0,1,-4.545454545454546,0,1,1.2112036336108911,46.51719351533631,0,0,0,0,0,0,-3.6226415094339615,-0.12473950463817873,-9.848484848484844,0.9100171498928283,14.382352941176578,0,0,1.0551647169768987,0.6134453781512605,-344059938.81644154,,0.9586762731112604,433846.07894393057,0,0,,-7.624782891802983,19.527286490903176,0,1,0.7488721804511304,0.3384195516013342,1338.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1315.0,1338.0,1304.2666666666667,1.6730038022813698,1,0,0,none,1,0.5798319327731093,-0.44876589379207177,0,0.649,0,0,0,1.0,63.63636363636363,0.9174882370714519,117.16791979949875,105.53699062470997,6.435681721283572,5.51819348421212,2.034247801373458,1331.8,1324.25,1305.2166666666667,1.038323579384559,0,0,6.5,0.4857997010463378,0,1.0,199.74473516273548,0,1,-0.0,0,1,0.7530120481927804,57.82481520209049,0,1,0,0,0,0,-2.4350649350649363,0.24918176512420231,0.0,1.0205006008555284,15.482352941176487,0,0,1.200097431547477,0.23529411764705882,-448563561.23825395,-2135706.257636726,0.8769385764393569,-96021.1824051328,0,1,,-7.534941319129073,28.22263663674512,1,1,0.8037593984962403,0.49853135885840916,1337.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1304.75,1338.0,1243.0,2.548380915884274,1,0,0,none,1,0.8686868686868687,-0.29895366218236175,1,0.654,0,0,0,1.0,75.86206896551724,-0.09147919088145073,98.56711915535446,95.77677224736044,12.536794580801143,12.628273771682593,2.679222213138097,1327.4,1318.2,1281.0,1.502048247610377,0,0,7.857142857142857,0.5872304078582106,0,1.0,198.1645668066585,0,1,-0.0,0,1,1.9040365575019091,74.82753305418561,0,0,0,0,0,1,2.1778584392014437,0.5127028351775369,3.9215686274509807,1.1970892006177505,27.15000000000009,0,0,1.370091989486609,0.35294117647058826,-600563489.7966547,-2553714.628156185,1.3496610501361417,952024.1530241668,0,0,-1.3445465001161223,-7.494384848488334,32.25903469568389,1,1,1.198496240601516,0.6448835429107476,1337.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.8000000000002,1338.0,1214.2666666666667,6.630538731271907,1,0,0,none,1,1.2911392405063291,-0.14947683109118087,1,0.714,1,0,0,0.8358755659116057,61.25,1.2229616766827185,132.05128205128207,126.22377622377626,16.552938155818993,15.329976479136274,7.5169167765483005,1324.6,1303.1,1266.0,2.5247486762336013,0,0,7.928571428571429,0.5934559452523525,0,1.064102564102564,122.16150576806214,0,1,19.230769230769234,0,1,1.59695817490495,87.4195821905591,0,1,0,1,0,0,-9.226190476190482,0.45202740448687884,6.410256410256395,1.4676065215508236,41.549999999999955,0,0,2.95207706078251,0.8907563025210085,-606732745.4959065,-2509389.958214164,1.7035848228717125,750130.556833569,0,0,,-7.616838066295307,45.65435921570029,1,1,3.48270676691729,0.707924386260987,1336.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.35,1322.9333333333334,1234.2,6.679442647822098,0,0,0,none,1,1.4067796610169492,-0.8233532934131738,1,0.5,1,1,0,0.9217360887309403,77.84810126582278,7.060146455718812,109.25925925925924,107.47923422654598,18.790521602996705,11.730375147277893,10.151632443039995,1321.4,1281.15,1270.95,4.281309760761798,0,0,17.857142857142858,1.3366124893071,0,1.1111111111111112,114.42506096417155,0,1,11.11111111111111,0,1,6.0317460317460325,83.06713610767324,0,0,0,0,0,0,2.1724255901470997,-0.009644400728427982,1.5873015873015817,1.1321427198053218,56.74117647058824,0,0,3.8697468848416663,0.9411764705882353,-766671227.7424432,,1.762814506867738,4338856.331063997,0,0,,-7.542369425305573,46.1798247071123,1,1,4.7571428571428545,0.7492188269549237,1329.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.85,1327.0,1213.9,6.466908395425763,0,0,0,none,1,1.3877551020408163,-0.14970059880239522,1,0.364,1,0,0,0.9752175199449836,66.06334841628959,10.51609824573283,112.12418300653597,109.30944446289716,6.914861984104846,-3.6012362616279834,9.433381525669189,1305.0,1268.15,1299.1,4.48290817332333,0,0,25.642857142857142,1.935309973045822,0,1.1348314606741574,154.90036966910122,0,1,15.0,0,1,7.3743922204214,65.8535781965165,0,0,0,0,0,0,4.312196342556874,0.8789136981947561,-2.3593073593073655,0.9544722325601829,42.81470588235288,0,0,5.130314204484453,1.0,-808410287.5091462,-4071266.197654605,1.4936357300934981,4416332.938054733,0,0,,-8.218369393170843,28.946521410194343,1,1,2.0458646616541425,0.1637818519572689,1325.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.5166666666667,1313.0,1224.0,1.0280718252404952,0,0,0,none,1,0.9743589743589743,-1.2075471698113207,1,0.444,0,0,0,1.3577518962412967,-36.51890295143767,-37.876654847678964,1262.4,1315.15,1420.2,-0.16347945101320427,0,0,47.785714285714285,3.639429877053639,0,0.5493827160493827,-0.5671450411798186,0,0,-19.090909090909093,0,1,1.0777521170130866,35.727976936455846,0,0,0,0,0,0,16.510155055689005,5.442769112748422,26.96969696969697,0.5370950792740066,-68.95588235294122,0,0,6.969039564838902,,-1052550134.1113961,-219879215.87654722,1.8695795917496716,-5073969.387888305,0,1,-5.158317025100457,-8.558166873172212,9.841001355578594,0,1,-7.734586466165422,0.6840647440180312,1248.69936,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1313.1,1386.0,1224.0,-0.007615566217344938,1,0,0,none,1,-2.1724137931034484,-0.15232292460015232,1,0.5,1,1,1,-29.25631838542693,-75.74223996829528,-46.48592158286835,1332.6,,,,0,0,113.35714285714286,9.046858967050508,0,,,0,0,-99.66329966329967,1,0,-18.211488250652742,41.98043313277912,0,0,0,0,0,0,-0.95282024248813,-2.991687808939176,,0.03170037994060755,,0,0,,,-786205938.0755556,-677823917.2701265,,-19483914.804848522,0,0,,-12.004287667883574,,0,1,,,1252.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.05,1549.0,1252.0,-18.849778180758392,1,0,0,none,1,-25.571428571428573,-4.708699122106943,0,0.0,0,0,0,0,1,0,0,0.0,0.25,0.0,0,0.49028470591189405,36.8421052631579,37.72919064058306,21.76880541625035,16.82702031772159,28.690476190476204,,,, -16,2025-06-19 10:24:00,sell,1317.0,0.35,1,고점 매도 · 비중 35% · 분할 · leg#1,0.12265513304051304,23.07692307692308,-2.466473787823292,4.166666666666733,5.134680134680196,-2.121965863768537,0.34450792405475517,2.779716129890168,1317.6,1329.95,1321.5166666666667,-1.0489116132185505,0,0,5.071428571428571,0.3853669127225358,0,0.0,-99.22151450813938,0,0,-100.0,1,0,-1.5706806282722474,21.95110905897218,0,0,0,0,0,0,0.5769230769230802,0.07357640567770973,-2.7777777777777777,0.06057708547830111,-8.673529411764548,0,0,1.0342020300775165,0.5378151260504201,-345843008.5456795,,0.5465520339747043,-619869.8875263296,0,0,,-9.031432015482077,38.211302166141046,1,1,-1.2218045112782008,0.6116739057971776,1316.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.7833333333333,1340.0,1301.4333333333334,0.09253742695247702,1,0,0,none,1,0.4117647058823529,-0.303951367781155,1,0.6,0,0,0,0.2079551933287692,47.368421052631575,-2.6774761483917944,6.060606060606051,15.632515632515682,1.333393828749422,4.010869977141216,2.4907002494102124,1320.4,1326.65,1314.0166666666667,-0.7273960728149897,0,0,7.5,0.5694760820045558,0,0.045454545454545456,-85.69979716024399,0,0,-95.45454545454545,1,0,-1.4221556886227504,49.00934437520959,0,0,0,0,0,0,4.035087719298247,-0.20534649328540677,-4.834054834054835,0.2519429263157766,-3.3529411764704946,0,0,1.4038269119463345,0.40336134453781514,-450838215.05301356,-3004987.507603705,0.48925596020634377,-317955.572754411,0,0,,-8.942526628446046,19.253030727232673,0,1,0.00977443609024149,4.900222481574179e-05,1317.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.5,1338.0,1256.5333333333333,0.19018638265499987,1,0,0,none,1,0.7474747474747475,-0.15186028853454822,0,0.654,0,0,0,0.40338997657930975,52.857142857142854,-2.355930112451393,26.363008971704645,58.415175806480114,9.279261630657857,11.63519174310925,2.977997638090524,1328.6,1320.8,1285.9333333333334,-0.2877044215626845,0,0,9.785714285714286,0.743030697472611,0,0.36363636363636365,-39.87538940809946,0,0,-91.30434782608695,1,0,-0.5287009063444148,51.65234573295691,0,0,0,0,0,0,-1.5546218487394938,-0.8635666493196545,-32.99888517279822,0.44580324674381183,16.367647058823422,0,0,1.6224539813797587,0.453781512605042,-607910731.08139,-9767320.444334269,0.680232019958476,-193936.9191710353,0,0,-2.7077840699164497,-8.905661554752564,28.836414734887835,1,1,1.1624060150376068,0.4890811286871639,1315.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.8000000000002,1325.2,1214.2666666666667,4.956965253426815,1,0,0,none,1,0.9113924050632911,-0.15186028853454822,0,0.667,0,0,0,0.5365096020785857,50.53763440860215,-0.6106519641330532,91.02564102564104,111.53846153846155,15.191294286516722,15.801946250649776,5.317647388492189,1328.6,1313.45,1269.85,0.1941451901480873,0,0,10.214285714285714,0.7761615284411636,0,0.7169811320754716,15.183867141163274,0,0,-57.692307692307686,0,0,0.6116207951070374,54.080329122918485,0,1,0,1,0,1,-9.703329446819538,-1.4876811399081955,-25.64102564102565,0.6186057008571177,35.273529411764684,0,0,3.0883425619737315,0.8907563025210085,-625733777.3204479,-21427446.589160323,0.8109980326806563,533045.932536032,0,0,-3.7038196658347586,-8.953232147223444,40.097250343186936,1,1,2.182706766917304,0.5469059584806439,1315.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.35,1331.0,1234.2,5.082445003393632,1,0,0,none,1,1.2372881355932204,-0.1519756838905775,0,0.5,-1,-1,0,0.828945848381935,71.81208053691276,6.130329750827766,107.76748971193415,108.23290221438363,19.3932873358126,13.262957584984836,10.421620981310818,1325.2,1284.95,1271.9,3.4281489552122624,0,0,18.642857142857142,1.4027732989358273,0,1.0246913580246915,78.44422593685144,0,0,2.4691358024691357,0,1,5.980861244019131,73.70734110365066,0,0,0,0,0,0,-6.036020728910017,-0.9298167048910457,-1.4917695473250916,0.9629041997947975,56.48823529411766,0,0,3.8655883004658618,0.9327731092436975,-778457094.1341194,-20843739.5709939,1.4473850219489892,3674673.716106046,0,0,,-7.994973295421293,47.3703008975885,1,1,4.9962406015037315,0.7795279819157239,1315.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.85,1327.0,1213.9,5.909072797545534,0,0,0,none,1,1.2448979591836735,-0.15048908954100826,0,0.364,0,0,0,0.9477006374357703,76.92307692307692,10.803815516155948,113.23529411764707,113.28098916334211,9.903533133566953,-0.9002823825889963,10.303135661012835,1320.0,1270.4,1298.0666666666666,4.612720403022652,0,0,24.571428571428573,1.8488659572181019,0,1.1797752808988764,123.12499999999987,0,1,20.0,0,1,6.065442936951326,64.07925428872016,0,0,0,0,0,0,10.859728506787334,0.28771727042311923,1.1111111111111,0.9659406282243919,46.46176470588239,0,0,5.11948472717603,0.9915966386554622,-818548595.631827,-14209574.320335388,1.2005300236007932,4648350.540524395,0,0,,-7.8879722145557825,27.84998523474855,1,1,3.1654135338345903,0.32751344268421456,1312.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.5166666666667,1313.0,1238.8333333333333,1.333062230750648,0,0,0,none,1,0.9487179487179487,-0.3762227238525207,0,0.444,0,0,0,1.3577518962412967,-36.51890295143767,-37.876654847678964,1262.4,1315.15,1420.2,-0.16347945101320427,0,0,47.785714285714285,3.639429877053639,0,0.5493827160493827,-0.5671450411798186,0,0,-19.090909090909093,0,1,1.0777521170130866,35.727976936455846,0,0,0,0,0,0,16.510155055689005,5.442769112748422,26.96969696969697,0.5370950792740066,-68.95588235294122,0,0,6.969039564838902,,-1052550134.1113961,-219879215.87654722,1.8695795917496716,-5073969.387888305,0,1,-5.158317025100457,-8.558166873172212,9.841001355578594,0,1,-7.734586466165422,0.6840647440180312,1248.69936,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1313.1,1386.0,1224.0,-0.007615566217344938,1,0,0,none,1,-2.1724137931034484,-0.15232292460015232,1,0.5,1,1,1,-29.25631838542693,-75.74223996829528,-46.48592158286835,1332.6,,,,0,0,113.35714285714286,9.046858967050508,0,,,0,0,-99.66329966329967,1,0,-18.211488250652742,41.98043313277912,0,0,0,0,0,0,-0.95282024248813,-2.991687808939176,,0.03170037994060755,,0,0,,,-786205938.0755556,-677823917.2701265,,-19483914.804848522,0,0,,-12.004287667883574,,0,1,,,1252.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.05,1549.0,1252.0,-18.849778180758392,1,0,0,none,1,-25.571428571428573,-4.708699122106943,0,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.49028470591189405,36.8421052631579,37.72919064058306,21.76880541625035,16.82702031772159,28.690476190476204,,,, -17,2025-06-20 14:21:00,buy,1258.0,0.234,2,저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#2,0.3366433556167154,35.0,0.5393809928337814,59.523809523809575,65.8730158730159,-3.1057162491392774,-3.6450972419730587,0.9670735077399246,1265.2,1266.0,1276.5,-0.15797788309637184,0,0,2.5714285714285716,0.2034358047016275,0,0.42857142857142855,-73.09296051017884,0,0,-50.0,0,0,0.07917656373712667,28.998628205460903,0,0,0,0,0,0,-3.095238095238095,-0.006751288332703886,-7.142857142857139,0.21941492358299444,-5.75,0,0,0.4868126050359857,0.7478991596638656,,,0.564729155572307,31774.896263808012,0,0,,-12.013915002393126,40.81297736485898,1,1,-0.3609022556391037,0.48660978288417167,1262.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1274.4166666666665,1294.8333333333333,1266.8333333333333,-0.8173674230039785,0,0,0,none,1,-0.23529411764705882,0.0,0,0.371,0,0,0,0.20491551598354035,23.07692307692308,-0.1326663566332229,32.6007326007326,32.85171618504957,-4.955605322834572,-4.822938966201349,1.973989600680925,1264.4,1270.4,1281.8833333333334,-0.5824937027707922,0,0,4.785714285714286,0.37891641217056893,0,0.19047619047619047,-114.03508771929654,1,0,-71.42857142857143,0,0,-0.47281323877068626,17.602348054645773,1,0,1,0,1,0,-9.065934065934073,0.04536560012090973,-3.296703296703299,0.14674721127068993,-10.952941176470404,0,0,0.6559648740427599,0.773109243697479,-475211633.3148915,-3061940.569470942,2.080331504794104,-188090.46639686264,0,0,,-12.058929144380492,57.357473744338,1,1,-0.9849624060150519,0.8638864166307556,1259.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1291.3000000000002,1295.7333333333333,1269.1333333333334,-2.191589870672983,0,0,0,none,1,-0.23232323232323232,-0.0791765637371338,0,0.391,0,0,1,0.10216470063782435,24.324324324324323,-1.5093119965378161,11.507936507936543,13.141534391534355,-6.487521510887973,-4.978209514350157,2.9210787241063434,1265.4,1277.85,1286.3,-1.1621082286653261,0,0,5.714285714285714,0.45243750706933605,0,0.06896551724137931,-128.01330008312695,1,0,-90.47619047619048,1,0,-1.3281250000000022,22.615245846221427,0,0,0,0,0,0,-1.3899613899613996,0.06882899132441267,-3.492063492063494,-0.04110650440760288,-18.75,0,0,0.6781408923883536,0.008403361344537815,-639876123.4311938,-5989680.145884633,1.7193575941445962,-1064285.3836601898,0,0,,-12.02553244097686,51.45934706512637,1,1,-1.524060150375938,0.9335680169266662,1261.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1290.25,1300.0,1267.5,-2.111993799651235,0,0,0,none,1,-0.4936708860759494,-0.23752969121140144,0,0.375,0,0,0,0.060897420853926194,21.42857142857143,-2.3180622392268324,8.210180623973747,12.848528116893945,-6.568785211024533,-4.250722971797701,3.1187142009591677,1267.0,1281.55,1288.7666666666667,-1.3694354492606586,0,0,5.928571428571429,0.4690325497287523,0,0.0967741935483871,-149.76805831676805,1,0,-89.65517241379311,1,0,-1.480904130943106,9.313698506172528,0,0,0,0,0,0,-5.238095238095227,0.08725500503723538,-1.8850574712643677,-0.10840375342686345,-20.438235294117476,0,0,0.9965420397108024,0.01680672268907563,-669104926.1707889,,1.3517296936572298,-792485.9118214175,0,0,,-11.934501831460054,53.86298448218497,1,1,-1.5315789473684052,0.8223269764067247,1261.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1291.2166666666667,1298.0,1274.5666666666666,-2.107831115356318,0,0,0,none,1,-0.576271186440678,-0.23734177215189875,0,0.333,0,0,0,0.0,32.87671232876713,-2.491153350182206,24.85304659498206,28.381214961860064,-5.284228459249562,-2.7930751090673556,2.583559102377628,1275.0,1286.05,1296.7666666666667,-1.87006726021538,0,0,8.642857142857142,0.6848539732850351,0,0.03225806451612903,-247.12041884817486,1,0,-96.7741935483871,1,0,-2.3219814241486114,15.973036303081287,0,0,0,0,0,0,-3.486924034869233,-0.8358266242593175,-9.181141439205952,-0.1391741078240391,-16.24411764705883,0,0,1.3914450092248185,0.1092436974789916,-836953222.1548573,-26664670.191893697,1.3862401828072486,-1675339.3818076998,0,0,,-12.018417226588596,21.8212712412504,0,1,-0.915037593984952,0.4247304442883785,1261.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.0,1309.0,1270.6,-2.094647013188522,0,0,0,none,1,-0.8775510204081632,-0.2377179080824089,0,0.2,-1,0,0,0.0,29.113924050632903,-2.8417916656437763,29.329004329004345,69.80519480519482,-3.3474956614154507,-0.5057039957716745,2.682810304043379,1281.8,1288.5,1281.9,-2.056655025223131,0,0,11.714285714285714,0.9282318315598823,1,0.0,-281.19765494136993,1,0,-100.0,1,0,-2.472952086553326,31.812411335401976,0,0,0,0,0,0,-14.364336818932316,-1.3127144395511414,-45.83333333333333,-0.03646259461162734,-18.15882352941162,0,0,1.9964329569495212,0.1092436974789916,-889658701.8682245,-21256888.511574864,1.3096322131035147,-1683544.3085322026,0,0,,-11.92530516213216,34.96122123262384,1,1,-0.6721804511278273,0.21174394760685944,1262.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.8833333333332,1313.0,1246.0,-3.8024214551598767,1,0,0,none,1,0.717948717948718,-0.8716323296354992,0,0.333,-1,-1,0,6.504893999216577,-19.56699953366774,-26.071893532884317,1291.0,1286.25,1391.7333333333333,-0.3304178814382941,0,0,29.857142857142858,2.3289503008691774,1,0.7435897435897436,-21.258808073570833,0,0,-25.64102564102564,0,0,4.738562091503273,47.35490678985918,0,0,0,0,0,0,-0.6959064327485436,-0.9260967477332436,-5.555555555555557,0.3506282995643816,-26.852941176470495,0,0,6.5842783442294195,,-1072039338.4304161,-76402637.08283877,0.8935881114474433,-1880742.712093398,0,1,,-10.145261887911817,16.54767072571209,0,1,-0.6924812030075287,0.021442506361723956,1277.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1269.9,1386.0,1224.0,0.952830931569415,1,0,0,none,1,-2.4827586206896552,-1.4820592823712948,0,0.5,0,0,0,-26.493640637875927,-79.60297238021326,-53.10933174233733,1318.8,,,,0,0,99.85714285714286,7.710976282404854,0,,,0,0,-85.23489932885906,1,0,-14.408460013218772,48.90146733758415,0,0,0,0,0,0,6.204714931595319,2.7626777475510025,,0.114154968197736,,0,0,,,-1451132390.9511771,-1356368907.524578,,10423936.791087527,1,0,,-8.345786592726279,,0,1,,,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.0333333333333,1549.0,1251.0,-16.128753697027264,1,0,0,none,1,-21.066666666666666,-0.15444015444015444,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.4620226461481963,52.19298245614035,84.18803418803421,87.60683760683763,8.70039241616611,34.89519112207152,8.176470145150235,,, -18,2025-06-20 23:54:00,buy,1251.0,0.235,2,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#2,0.0,28.070175438596493,-1.2016787787481142,18.771566597653607,16.980292922321933,-6.790507420934773,-5.588828642186659,2.655139068064975,1264.8,1274.2,1286.0166666666667,-1.4283471982420415,0,0,5.785714285714286,0.4606460418562329,0,0.06666666666666667,-158.95196506550297,1,0,-91.30434782608695,1,0,-1.9516003122560521,11.196543086373978,0,0,0,0,0,0,-3.302373581011352,-0.4208190352764589,1.231884057971012,-0.22369207273478364,-18.55294117647054,0,0,1.1535135185838006,1.0,-376730250.6912569,,2.4291378272370396,-214749.94280780852,0,0,,-12.222962914688795,64.16686448364338,1,1,-1.3308270676691567,0.8665258643961273,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.1166666666668,1297.0,1258.3,-2.568942557565268,0,0,0,none,1,-0.35294117647058826,-0.07961783439490447,0,0.4,-1,-1,1,0.06609146924792701,24.13793103448276,-2.055847726791356,21.61803713527853,16.300029472443335,-6.909894768999493,-4.854047042208137,3.273831095806474,1266.8,1281.2,1288.8333333333333,-1.4205432407118357,0,0,7.642857142857143,0.605135165705237,0,0.2894736842105263,-169.0544412607465,1,0,-62.06896551724138,0,0,-1.4820592823712953,13.994036907639071,0,0,0,0,1,0,-0.42347247428917,0.005677997481132735,11.310344827586205,0.008042053134324349,-21.126470588235406,0,0,1.053192650636123,0.7310924369747899,-494271583.59505063,-13287080.217460632,4.124433054494161,-529567.1166941002,0,0,,-11.714072767272155,71.82433094172424,1,1,-1.6796992481203088,0.8980586158100607,1252.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.5833333333335,1307.0,1253.8333333333333,-2.0613893376413728,1,0,0,none,1,-0.13131313131313133,-0.0791765637371338,0,0.5,0,0,1,0.0,20.83333333333333,-2.9391280420583525,15.630827996854324,16.3259879842286,-5.472148400671358,-2.5330203586130056,2.93669099537033,1273.0,1286.5,1286.65,-1.8266614846482732,0,0,8.428571428571429,0.6673453229272707,0,0.27906976744186046,-227.639179838762,1,0,-72.09302325581395,0,0,-2.395672333848531,7.578121717879512,0,0,0,0,0,0,-5.995934959349597,-0.493671646593687,-3.741152679474217,-0.1023790482975447,-20.75,0,0,1.1425358022921965,0.7310924369747899,-662361095.4731299,-14998788.882395506,3.871565404907266,-830431.5219394416,0,0,-5.382941360764075,-11.674104709150656,28.535891811722514,1,1,-1.237593984962409,0.6009084658549029,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.2666666666667,1307.0,1252.8666666666666,-2.037333884895809,1,0,0,none,1,-0.3037974683544304,-0.1583531274742676,0,0.421,-1,0,1,0.0,19.565217391304344,-3.346340468542017,28.823073945025182,34.884266591583675,-3.876287631789637,-0.5299471632476201,2.7071858873364856,1277.0,1288.9,1286.0666666666666,-1.9318798975870966,0,0,8.642857142857142,0.6837703435804701,0,0.3023255813953488,-270.9310589907577,1,0,-68.29268292682927,0,0,-2.091402013942678,9.791842578716981,0,0,0,0,0,0,-4.825026511134681,-0.7435082270805342,-0.542005420054199,-0.1244733175727229,-19.94705882352946,0,0,1.039476811107569,0.19327731092436976,-692061832.0644486,-18521882.15936017,3.6956047088391744,-2211801.4835490473,0,0,-5.437280682620475,-11.581722798187199,29.71242119493678,1,1,-1.0360902255639144,0.4937516706415339,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1290.4166666666665,1304.1666666666667,1254.6666666666667,-2.047142395866952,1,0,0,none,1,-0.4745762711864407,-0.15822784810126583,0,0.368,0,0,1,0.18704781276862809,27.692307692307693,-1.583579311469093,43.21590705247615,53.108462083176356,-0.7686123243240672,0.8149669871450259,4.09822843673784,1285.6,1286.5,1288.9833333333333,-1.2825495530509157,0,1,10.428571428571429,0.8211473565804275,0,0.3877551020408163,-169.45339264713326,1,0,-61.224489795918366,0,0,-1.7027863777089758,36.49048592813115,0,0,0,0,0,0,-26.255060728744937,-1.2574971610736656,-10.263235729074239,0.08206688498875844,-7.1794117647059466,0,0,2.0414132027729397,0.6050420168067226,-873011830.1079763,-31944932.494367003,2.577806969966236,-1833609.4534488395,0,0,-4.173124884267802,-11.10582482743646,20.21071967358208,0,1,0.7879699248120231,0.12508216922190263,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1291.0166666666667,1300.0,1255.9,-1.627915983527195,1,0,0,none,1,-0.3673469387755102,-0.15748031496062992,0,0.364,-1,-1,1,0.36455223224826233,44.79166666666667,0.5034447015767561,98.24712643678163,103.63026819923374,-0.1315454250559469,-0.634990126632703,3.03965467952823,1290.8,1287.3,1284.2166666666667,-0.41171444107822586,0,0,17.285714285714285,1.348339647871629,0,0.775,-197.16312056737814,1,0,-22.5,0,0,0.23455824863174435,37.601864632323206,0,0,0,0,0,0,-5.208333333333329,-0.7625506863148216,-7.5,0.4075794579483997,-6.188235294117476,0,1,2.264568721019741,0.3697478991596639,-952559798.9604903,-62745902.53447008,2.5399706665900026,-369317.45738568343,0,1,,-10.180417674499054,18.710111052907784,0,1,-0.0015037593985191024,8.270593965242767e-07,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.9666666666667,1313.0,1259.2666666666667,-2.2841027465128727,1,0,0,none,1,-0.7948717948717948,-0.15600624024961,0,0.2,0,0,1,5.667137371852306,-17.628415892895646,-23.29555326474795,1287.2,1281.05,1382.4333333333334,0.7767066078607332,0,0,30.785714285714285,2.384640920659511,1,0.8589743589743589,-44.53441295546462,0,0,-14.102564102564102,0,1,3.6115569823435,44.759382272587644,0,0,0,0,0,0,1.2228260869565233,0.22891367115914107,-0.8547008547008659,0.4517370306236414,-30.614705882352837,0,0,6.0837105508737634,,-1205830263.159856,-205907650.5100144,1.2091137471608013,-1799896.175174661,0,1,,-9.175289445069879,16.828195087038203,0,1,0.893984962406014,0.05750047984143336,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1264.5,1386.0,1224.0,2.0956899960458575,1,0,0,none,1,-2.8275862068965516,-0.1549186676994578,0,0.429,0,0,0,-26.493640637875927,-79.60297238021326,-53.10933174233733,1318.8,,,,0,0,99.85714285714286,7.710976282404854,0,,,0,0,-85.23489932885906,1,0,-14.408460013218772,48.90146733758415,0,0,0,0,0,0,6.204714931595319,2.7626777475510025,,0.114154968197736,,0,0,,,-1451132390.9511771,-1356368907.524578,,10423936.791087527,1,0,,-8.345786592726279,,0,1,,,1251.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.0333333333333,1549.0,1251.0,-16.128753697027264,1,0,0,none,1,-21.066666666666666,-0.15444015444015444,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.6127806486404493,54.34782608695652,75.64102564102565,78.7749287749288,6.88687835390027,34.89519112207152,8.176470145150235,,, -19,2025-06-22 06:30:00,buy,1139.0,0.259,2,저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#2,0.0,26.829268292682926,-1.5370837718481707,55.00000000000008,67.7777777777778,0.0860528377004357,1.6231366095486064,1.5939990603326306,1174.4,1177.3,1171.65,-1.4694640278603566,0,0,6.5,0.5603448275862069,0,0.0,-349.20634920635996,1,0,-100.0,1,0,-1.9442096365173245,11.611341674327392,0,0,0,0,0,0,-21.170731707317067,-1.1364230294762239,-26.666666666666664,-0.08017392184819983,-3.6323529411765776,0,0,1.337483345072288,1.0,-440001481.4460562,,2.1727480695455865,-611685.9557046779,0,0,,-17.54185074505916,26.932842284379923,1,1,-0.2766917293233058,0.12173906789929922,1160.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1163.0,1192.4,1162.4,-0.2579535683576939,0,0,0,none,1,-0.19327731092436976,-0.3448275862068966,0,0.424,-1,-1,1,0.0,35.71428571428572,-0.8711581990955239,58.33333333333335,73.41269841269852,0.19990582056993844,1.0710640196654624,2.2284545277432906,1173.6,1173.25,1174.9833333333333,-1.4702748774770957,0,0,6.928571428571429,0.5993573900148295,0,0.0,-194.12288512911744,1,0,-100.0,1,0,-1.7841971112999122,22.86996641023171,0,0,0,0,0,0,-32.70676691729322,-1.593844819642316,-23.809523809523817,-0.1305885987752966,-1.576470588235452,0,1,1.8245378784841033,1.0,-584821812.6949316,-285329.90073907375,7.472422317558153,-268157.17116932943,0,0,,-17.79215083756488,26.934357411578475,1,1,0.4172932330826962,0.14265336887027702,1156.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1189.8000000000002,1208.0,1156.0,-2.840813582114654,1,0,0,none,1,-0.5454545454545454,-0.7785467128027681,0,0.391,-1,-1,1,0.8980942469430762,62.264150943396224,2.37094251520329,113.5746606334842,110.50779286073401,-1.763192600566299,-4.134135115769589,1.7794089106421982,1178.4,1171.7,1189.5333333333333,0.708372450285899,0,0,6.428571428571429,0.5447941888619855,1,1.1764705882352942,-106.18729096989662,1,0,17.647058823529413,0,1,1.4617368873602654,31.27967972899532,0,0,0,0,0,0,7.5471698113207495,0.0825601062121013,8.446455505279047,0.6911443873095962,-2.076470588235452,0,1,1.2758239825948634,0.7478991596638656,-817084179.8233969,-3989371.2000712156,6.743920025446382,745392.7656998374,0,0,,-16.052756616035946,31.315426780643147,1,1,0.3533834586466363,0.16087778531955677,1160.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1196.7333333333333,1236.0,1162.5333333333333,-1.3982507938276378,1,0,0,none,1,-0.7215189873417721,-0.7627118644067797,0,0.286,0,0,1,0.5290826016851902,57.142857142857146,2.4795419164432175,128.75000000000003,101.703216374269,-6.19090026371623,-8.670442180159448,2.9238791813025604,1176.4,1176.0,1204.5833333333333,0.08503401360544505,1,0,7.285714285714286,0.6190071610632358,0,0.68,-113.77729846319683,1,0,6.25,0,1,0.426621160409546,37.30956299755494,0,0,0,0,0,0,9.523809523809526,0.061441402605327156,20.833333333333343,0.4599830071320294,-9.182352941176532,0,0,1.5539990458176842,0.5714285714285714,-753369442.4922221,-3991349.2729474306,4.21331404884412,-493963.9535283707,0,1,,-16.235927287515995,26.42562573365173,1,1,-0.7669172932330759,0.2785810680547539,1160.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.25,1235.0,1162.5,-1.1962224554039835,1,0,0,none,1,-1.0,-0.7646559048428208,0,0.316,0,0,1,0.3759824758184396,39.743589743589745,-0.0056578917669227735,35.64814814814813,15.38185472293994,-15.104163384026151,-15.098505492259228,6.4008491479161505,1170.6,1190.45,1223.2,-0.7938174639842144,0,0,13.142857142857142,1.112858352485787,0,0.3333333333333333,-99.76317347542954,0,0,-22.22222222222222,0,0,-0.9228187919463116,12.909769267363046,1,0,1,0,1,0,12.032746370095772,1.2912223026201985,25.925925925925927,0.34294290420114915,-38.797058823529596,0,0,1.8680341220155943,0.6134453781512605,-943957228.4051459,-8780593.365518212,1.6554527222607582,-12349.483662102371,0,0,,-15.892088438976092,70.82174417822388,1,1,-2.9436090225564038,0.8357007174314747,1160.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1235.9666666666667,1240.2666666666667,1162.8666666666666,-4.447261253000356,1,0,0,none,1,-1.4285714285714286,-0.7620660457239627,0,0.182,0,0,0,0.21662875337311577,24.76190476190476,-3.256405328097788,13.907474123634719,9.067261471098716,-21.85007256944982,-18.593667241352033,9.139615796715187,1174.6,1212.4,1255.0833333333333,-2.5899043220059426,0,0,18.214285714285715,1.54227652110802,0,0.38461538461538464,-132.7115038455247,1,0,-59.77011494252874,0,0,-3.591836734693876,15.945533325431597,0,0,0,0,0,0,12.933947772657433,1.400149058054069,11.358679634541703,0.15585914998436565,-59.65882352941162,0,0,2.0723646801043185,0.14285714285714285,-1027186590.9713029,,3.6805200281904056,-3820362.845030669,0,0,,-15.700767261221472,54.22407046042163,1,1,-4.3428571428571505,0.8601840385007289,1146.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1259.5833333333335,1291.0,1150.8333333333333,-6.2388355937810225,1,0,0,none,1,-2.2564102564102564,-1.100762066045724,0,0.25,0,0,1,-6.597802941584664,-32.94662278835767,-26.348819846773008,1211.2,1261.2,1332.0166666666667,-7.469077069457663,0,0,31.928571428571427,2.735952993022402,0,-0.007462686567164179,-184.05921407922784,1,0,-100.87719298245614,1,0,-8.970358814352576,15.160987680863641,0,0,0,0,0,0,-0.6848590618224222,-2.413658404984279,-5.355688800059216,-0.17139001076769425,-76.50294117647059,0,0,6.400080611869091,,-1361069227.4394155,-289029889.00899935,1.3235896423494171,-28140917.439012602,0,0,,-16.247609122288665,25.951890406253302,1,1,-5.042105263157882,0.5509195673560447,1168.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1241.7,1302.0,1168.0,-6.0159458806475,0,0,0,none,1,-6.275862068965517,-3.3419023136246784,0,0.111,-1,0,0,-27.173409320824547,-93.51629703305525,-66.3428877122307,1253.8,,,,0,0,111.21428571428571,9.33789132781576,0,,,0,0,-86.0576923076923,1,0,-28.20976491862568,34.67013123739062,0,0,0,0,0,0,-6.044990311348116,-1.4125947620756563,4.535202451869118,0.013602530944439147,,0,0,,,-2168878152.509247,-1910133604.8112612,,-82938924.63299924,0,0,,-12.42630019014822,,0,1,,,1133.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1542.0666666666666,1549.0,1133.0,-22.765985041718906,1,0,0,none,1,-24.705882352941178,-2.518891687657431,0,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.0,18.686868686868678,18.4894861266642,22.179341038204655,12.746115826263729,28.383233532934128,15.062618430274313,11.255501517943246,, -20,2025-06-23 05:18:00,buy,1083.0,0.272,2,저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#2,0.0,31.578947368421055,-1.1093495132392432,34.732905982906054,65.19586894586895,-2.830506858281751,-1.721157345042508,1.608954301880251,1098.0,1101.45,1104.1,-1.1303282037314455,0,0,5.0,0.4591368227731864,0,0.0625,-240.25764895330107,1,0,-93.75,1,0,-1.0899182561307952,32.13314986031466,1,0,0,0,1,0,-1.7543859649122737,-0.5655585974408965,-31.249999999999993,-0.12100687068749494,-9.744117647058829,0,0,1.0621655069985851,0.453781512605042,-507009055.3676776,-3439802.497752309,2.2703060909269075,-565398.0339896493,0,0,,-20.813437386584198,46.75246062740104,1,1,-0.34812030075188805,0.2160875442393404,1088.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1110.7666666666667,1133.0,1100.8,-1.9596074783182815,0,0,0,none,1,-0.2605042016806723,-0.09182736455463728,0,0.375,-1,0,1,0.0,21.05263157894737,-1.4810061429689398,42.10087719298247,55.7246588693958,-2.943736333632387,-1.4627301906634471,2.488925259033623,1099.6,1105.45,1106.7666666666667,-1.4880817766520504,0,0,6.928571428571429,0.6362324544142727,0,0.1875,-245.04950495049496,1,0,-76.0,0,0,-1.1796733212341204,16.611798091926516,0,0,0,0,1,0,-10.526315789473685,-0.6003659784178048,-12.833333333333336,0.0005075935559053146,-9.438235294117476,0,0,1.2342923660101697,0.40336134453781514,-692029584.4373876,-5362051.679751635,3.9034594895563157,-725563.660937719,0,0,,-20.76815869611528,23.26382744310951,0,1,-0.9887218045112627,0.7231598937273125,1083.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1109.2833333333333,1135.5666666666666,1094.0666666666666,-1.828507895488074,0,0,0,none,1,-0.797979797979798,-0.3673094582185491,0,0.348,0,0,1,0.11317478866907672,47.142857142857146,0.26431333733322937,41.854636591478744,45.694096351991085,-5.256772603709351,-5.52108594104258,2.5989612088804104,1101.0,1104.1,1129.7,-1.0053437188660364,0,0,9.214285714285714,0.8430270552868905,0,0.35714285714285715,-184.85687903970464,1,0,-64.28571428571429,0,0,-1.8850987432674993,21.47962888476482,0,0,0,0,0,0,-11.190476190476183,-0.744458433910987,-6.845238095238095,0.13511339692612895,-11.811764705882524,0,0,1.7876679393618748,0.5882352941176471,-926809988.6458472,-8216451.325721264,3.0761079145502865,-762657.8174229674,0,0,,-20.44689789468831,17.690046277354476,0,1,0.18947368421054295,0.024415713040011222,1083.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1110.75,1168.1,1097.8,-1.5980193562907918,0,0,0,none,1,-1.2911392405063291,-0.36596523330283626,0,0.286,0,-1,1,0.024856027245235605,46.391752577319586,1.092378726969736,51.19825708061003,70.079883805374,-10.000556309867534,-11.09293503683727,3.1881051640341926,1101.2,1105.75,1146.55,-1.514808953199187,0,0,13.071428571428571,1.200314836678473,0,0.0,-172.77486910994713,1,0,-100.0,1,0,-0.4570383912248621,31.461056347524362,1,0,1,0,1,0,-2.5212909009412883,-1.0252233334450391,-25.490196078431374,0.10644337428129566,-19.182352941176532,0,0,2.5969200158052215,0.6134453781512605,-905812324.0040486,-11550392.46658349,2.1872794324774567,-201474.94084032625,0,0,,-20.687555746141705,35.79823421279937,1,1,-0.5180451127819664,0.12093277408327141,1089.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1111.5333333333333,1186.0666666666666,1089.0,-2.0272296527319544,1,0,0,none,1,-1.7118644067796611,-1.1019283746556474,0,0.312,-1,-1,1,0.2948865991309683,33.69565217391305,-0.2576460229336206,37.57244576916706,33.38004557676683,-19.546206017553914,-19.288559994620293,10.406162410288248,1107.4,1129.1,1165.8833333333334,-2.1344433619697067,0,0,20.142857142857142,1.8228829993535878,0,0.18518518518518517,-91.50326797385607,0,0,-54.54545454545454,0,0,-2.47131509267432,27.042612809382206,0,0,1,0,1,0,0.36231884057971797,0.6972244193690962,3.722943722943718,0.23904742284989086,-45.200000000000045,0,0,4.583071320819336,0.9747899159663865,-1157204240.5069077,-27506522.340154886,1.3627889626937337,-2797044.448798105,0,0,,-19.46883945113962,57.86787543633814,1,1,-4.345864661654115,0.7661157798790058,1091.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1117.3000000000002,1211.8,1090.0,-1.100868164324731,1,0,0,none,1,-1.2448979591836735,-1.085972850678733,0,0.308,0,0,0,0.13558239931760138,20.0,-5.281540786792341,5.907172995780608,5.4182573169915065,-26.13465192786589,-20.853111141073548,12.965763918051357,1106.4,1159.8,1206.9333333333334,-4.7249525780306945,0,0,24.785714285714285,2.2430510665804784,0,0.030927835051546393,-100.59171597633123,1,0,-96.20253164556962,1,0,-4.905335628227192,8.66814900874634,0,0,0,0,0,0,-2.058823529411754,0.684214232214206,1.265822784810128,0.06395482775837191,-62.45588235294122,0,0,3.4016116088521215,0.46218487394957986,-1203149657.8338137,-82349843.3939302,1.6571069080643526,-12823496.768727839,0,0,-6.369233362779187,-19.363351778482198,49.325186712770865,1,1,-6.018045112781957,0.8968844138260386,1105.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1104.1833333333334,1211.1666666666667,1102.0,0.07396114775626295,1,0,0,none,1,-3.358974358974359,-3.8914027149321266,0,0.167,0,0,0,-8.085609594282836,-43.13774534624713,-35.05213575196429,1159.4,1223.95,1297.2833333333333,-9.55512888598391,0,0,46.214285714285715,4.174732223512711,0,0.0,-134.07694574803318,1,0,-100.0,1,0,-10.653753026634384,28.327242861690763,0,0,0,0,0,0,-6.352201257861651,-2.242068390260748,-8.490566037735848,-0.05447207636016696,-96.44411764705887,0,0,5.19258009642635,,-1425472988.287609,-181126862.51357222,1.7524205436230633,-23422806.996521212,0,0,,-18.61639558535654,36.577154626542594,1,1,-9.137593984962406,0.9140610017725597,1107.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1240.25,1302.0,1107.0,-10.743801652892559,1,0,0,none,1,-5.344827586206897,-7.226738934056007,0,0.143,-1,0,0,-29.730910390552026,-103.50652570042075,-73.77561530986873,1224.4,,,,0,0,113.42857142857143,10.011347875425546,0,,,0,0,-100.0,1,0,-24.96688741721854,32.876221223795,0,0,0,0,0,0,-1.2354672099100696,-2.557501069727479,-4.921700223713646,-0.04714214726732193,,0,0,,,-2173932083.8858914,-1699623594.5269303,,-90578603.16792744,0,0,,-15.20301286635053,,0,1,,,1133.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,-0.6082227030820619,1,0,0,none,1,-26.555555555555557,-8.20829655781112,0,0.0,-1,0,0,2,0,0,0,0.5,0.0,0.0,0,0.0,16.666666666666657,15.086737921619571,20.954401884728096,18.478835682735752,27.147766323024058,10.140918206560666,11.910317538413393,, -21,2025-06-23 23:18:00,sell,1185.0,0.65,2,고점 매도 · 비중 65% · 분할 · leg#2,0.8529000829365228,90.19607843137254,1.5698217279272173,107.01754385964921,103.94572289309133,7.762749326462881,6.192927598535664,4.510966849026879,1183.2,1168.4,1156.7,1.5919205751455001,0,0,6.714285714285714,0.5656517029726802,0,1.1081081081081081,98.20393974507583,0,0,21.052631578947366,0,1,0.9353741496598733,93.92687183818062,0,0,0,0,0,1,10.950795412504618,-0.024128745529057305,5.112781954887225,1.0481350287420717,19.25588235294117,0,0,1.2197910992386205,0.9243697478991597,-527895785.39104515,-1720550.0749801993,1.13740956014068,455184.35930472985,0,0,,-12.641584131456373,42.40928721260822,1,1,2.0481203007518527,0.8456226050758033,1185.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1148.15,1183.0,1144.7333333333333,3.3837042198318956,0,0,0,none,1,0.2184873949579832,-0.16849199663016007,1,0.485,0,0,0,0.9520972150917516,71.42857142857143,2.929389916670381,108.68686868686869,107.49365576951793,8.30434904134404,5.3749591246736586,4.177004312632484,1181.0,1165.0,1155.8166666666666,1.8884120171673846,0,0,8.571428571428571,0.7221085569864003,0,1.1142857142857143,138.76020295609942,0,1,11.428571428571429,0,1,3.038194444444442,78.04082428426918,0,0,0,0,0,0,5.756929637526653,0.01408840905904718,0.36124794745484223,1.0687107826161084,24.541176470588198,0,0,1.6449179513027634,0.9747899159663865,-712178440.1937801,-2480330.418429494,1.1243643194303032,1439383.7189992443,0,0,,-12.60699732957723,20.134507738482135,0,1,1.5338345864661427,0.5563695868404969,1187.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1159.6666666666665,1183.0,1148.3333333333333,2.3569991376832578,0,0,0,none,1,0.29292929292929293,-0.33698399326032014,0,0.517,0,0,0,1.0,74.66666666666666,3.7938439429682056,116.70551670551674,111.41520788579612,5.693553013822566,1.8997090708543605,4.255532787090254,1171.4,1156.15,1156.8333333333333,2.5818449163170776,0,0,10.142857142857142,0.8552156106962177,0,1.0769230769230769,203.93232738911803,0,1,7.6923076923076925,0,1,3.580786026200866,76.73646979581413,0,0,0,0,0,0,1.809523809523796,0.6841883070346535,-1.3574660633484115,1.1087645221940963,17.614705882352837,0,0,1.5690206756468716,0.6470588235294118,-956200786.2556119,-182742.60131442547,2.053535323582748,2110185.049578931,0,0,,-12.647459501918856,29.12316123207236,1,1,1.6654135338346105,0.6416466886023213,1186.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1157.65,1181.7,1146.6,2.4489267049626395,0,0,0,none,1,0.2911392405063291,-0.33726812816188867,1,0.5,1,0,1,1.0,72.22222222222223,3.9196179033367526,123.41176470588236,107.16526610644257,5.150334463265608,1.2307165599288556,4.183153035082815,1170.2,1156.4,1157.5166666666667,2.646143203043927,0,0,10.5,0.8845829823083403,0,1.2941176470588236,184.97423379441068,0,1,29.411764705882355,0,1,3.487358326068013,57.89845288661364,0,0,0,0,0,0,7.053682896379527,0.9197364956058336,21.708683473389357,1.1296472392947516,12.044117647058783,0,0,2.194398456676734,0.5630252100840336,-935244583.4389437,-7150232.496437669,2.6595966113525167,2246971.0937358774,0,0,,-12.515928906662143,38.10032723864877,1,1,1.0781954887218088,0.2782014414184302,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1176.4333333333334,1177.0,1147.5333333333333,0.8981951095117902,0,0,0,none,1,0.4067796610169492,-0.2527379949452401,0,0.562,0,0,1,1.0,58.82352941176471,0.921686765982999,107.49559082892415,77.89535567313341,3.2671051456900386,2.3454183797070396,2.6920589084952056,1158.6,1156.45,1145.7666666666667,2.0364045138138165,1,0,9.0,0.7627118644067797,0,1.2962962962962963,320.87227414330806,0,1,29.629629629629626,0,1,1.8119068162208762,66.58837963842407,0,0,0,0,0,0,10.675381263616565,1.7826564006580687,43.20987654320986,1.1780178564633843,4.038235294117612,0,0,2.6874526045683877,0.5210084033613446,-1203078620.8727512,,3.5399489379269387,295551.5468480773,0,0,,-12.968057392039501,38.82673634017438,1,1,0.09398496240600278,0.005103662322761049,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1159.6999999999998,1161.0666666666666,1090.0,1.7504527032853545,0,0,0,none,1,1.2448979591836735,-0.2542372881355932,1,0.529,1,1,1,0.8656657236477729,63.63636363636363,4.019872969009093,127.40740740740743,84.96124031007753,1.1962174905070242,-2.8236554785020687,7.219527897197271,1160.8,1149.65,1175.2833333333333,2.639933892923918,0,0,12.0,1.0169491525423728,0,1.1904761904761905,120.00783852635658,0,1,60.0,0,1,2.7874564459930307,68.0847604489563,0,0,0,1,0,0,10.38961038961039,1.0595097715861517,49.62962962962965,0.9876103532140329,9.520588235294099,0,0,3.792790084651376,0.40336134453781514,-1268998912.3331368,-20738318.496355057,1.7468535203657132,5880218.870437518,0,0,-2.646935921235049,-12.897646019751352,37.66412938094076,1,1,2.466917293233077,0.49470730202111723,1172.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.6166666666668,1199.0,1102.0,6.921183381910967,1,0,0,none,1,0.20512820512820512,-0.3389830508474576,1,0.571,1,1,0,-0.18892636070253843,-37.75868835794449,-37.569761997241955,1146.6,1197.05,1283.65,-4.0140345014828105,0,0,41.714285714285715,3.630486137013552,0,0.25149700598802394,-55.035742872126086,0,0,-63.793103448275865,0,0,-1.5424164524421635,44.964645215868025,1,0,1,0,1,0,-5.806182121971588,0.9614789087872566,-1.952198503922645,0.24287333994615204,-73.4794117647059,0,0,6.659461940041151,,-1486874626.6782825,-125805399.23886704,1.1158458529706812,-9561925.946734473,0,0,-4.190859250690736,-14.786358392588339,37.3989931769293,1,1,-7.533082706766917,0.8119154546208313,1148.6882980799999,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1155.75,1302.0,1113.5,-0.5840363400389403,1,0,0,none,1,-3.586206896551724,-2.610966057441253,1,0.167,0,0,0,-29.730910390552026,-103.50652570042075,-73.77561530986873,1224.4,,,,0,0,113.42857142857143,10.011347875425546,0,,,0,0,-100.0,1,0,-24.96688741721854,32.876221223795,0,0,0,0,0,0,-1.2354672099100696,-2.557501069727479,-4.921700223713646,-0.04714214726732193,,0,0,,,-2173932083.8858914,-1699623594.5269303,,-90578603.16792744,0,0,,-15.20301286635053,,0,1,,,1133.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,-0.6082227030820619,1,0,0,none,1,-26.555555555555557,-8.20829655781112,0,0.0,-1,0,0,0,4,0,0,0.0,1.0,0.0,1,0.2571254287445038,33.0827067669173,39.31764276591864,35.76902025177889,16.527191301802336,27.147766323024058,10.140918206560666,11.910317538413393,, -22,2025-06-24 01:33:00,buy,1124.0,1.0,3,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#3,0.06497688872538636,10.256410256410263,-1.603253652277104,9.259259259259329,9.694867665882173,-9.646326926557094,-8.04307327427999,4.1522189534761225,1134.2,1148.75,1166.1333333333334,-1.8063112078345989,0,0,5.785714285714286,0.5129179331306991,0,0.07692307692307693,-136.91905447948284,1,0,-88.88888888888889,1,0,-2.083333333333337,9.839663957952467,0,0,0,0,0,0,-0.5544005544005444,-0.07947142709462707,-2.706552706552708,-0.29851553565276034,-24.576470588235452,0,0,0.9143243927799051,0.5126050420168067,-545100737.442238,-4432251.434312582,2.580005588516775,-784379.1461795643,0,0,,-16.84248403380154,64.5013919419909,1,1,-1.978195488721817,0.9631965079720678,1125.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1148.0,1185.0,1143.0,-1.7421602787456414,0,0,0,none,1,-0.21008403361344538,-0.08865248226950355,0,0.429,0,0,1,0.019828297490785497,16.666666666666657,-3.6892138761717606,15.898825654923213,12.855131554318618,-9.453668629254707,-5.764454753082947,5.29890943861459,1136.2,1157.45,1160.4166666666667,-2.544386366581719,0,0,9.5,0.8421985815602837,0,0.09615384615384616,-153.71762740183792,1,0,-87.8048780487805,1,0,-3.175965665236047,3.7175894076169556,0,0,0,0,0,0,-0.9803921568627487,-0.14912898342653946,4.065040650406505,-0.1478791425032389,-32.17058823529419,0,0,1.3439331314200327,0.7394957983193278,-729873714.4913363,-7391743.033761263,2.1976935177844754,-1000946.6495554671,0,0,,-16.80588128777114,48.22935692485674,1,1,-2.456390977443608,0.8982671983465526,1123.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1180.0,1183.0,1143.0,-4.406779661016946,0,0,0,none,1,-0.3434343434343434,-0.08865248226950355,0,0.393,0,0,1,0.0,19.79166666666667,-5.214107382886132,8.484848484848532,11.835094415739592,-4.901230831001612,0.31287655188451935,5.6158050083541,1143.2,1164.55,1158.6833333333334,-3.1385513717745006,0,0,12.571428571428571,1.1144883485309016,0,0.0,-167.06596390352945,1,0,-100.0,1,0,-3.754266211604096,10.412468152282997,0,0,0,0,0,0,-8.617424242424235,-0.9097414270283961,-8.73015873015873,-0.08793805776679305,-19.17058823529419,0,0,2.490839630102377,0.9243697478991597,-976998603.9119269,-12920155.37136972,1.642953644439218,-255831.89205131307,0,0,,-16.764015796070485,28.963714398272398,1,1,-1.5255639097744296,0.30472530473152404,1128.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1156.4166666666665,1181.1666666666667,1128.0,-2.457303451754689,1,0,0,none,1,-0.34177215189873417,-1.152482269503546,0,0.435,-1,-1,0,0.0,35.87786259541984,-4.477128177319544,18.76853305424736,29.362070469213325,-2.4173196296308106,2.0598085476887333,5.524586257112314,1147.6,1160.1,1157.3166666666666,-2.767002844582356,0,0,15.714285714285714,1.393110435663627,0,0.0,-158.84995507637024,1,0,-100.0,1,0,-4.406779661016946,32.874584401228674,0,0,0,0,0,0,-6.757796319308838,-1.501631344619362,-12.0,0.02526552167458577,-13.900000000000091,0,0,2.9601071359404227,0.680672268907563,-957219609.469246,-28951442.687013626,1.8395223713806286,-560650.15307118,0,0,,-16.720906709265016,20.073285282574975,0,1,0.09323308270673865,0.0011850529189010306,1128.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1176.1833333333334,1177.0,1128.0,-4.096583582491398,1,0,0,none,1,-0.576271186440678,-1.4184397163120568,0,0.474,-1,0,1,0.0,40.68965517241379,-2.351367856335906,35.46576879910213,63.56154133931907,0.4777306277005664,2.8290984840364723,3.9950714824090032,1157.2,1156.95,1144.2166666666667,-2.5022688966679696,0,0,15.142857142857142,1.342451874366768,0,0.0,-231.584981370021,1,0,-100.0,1,0,-1.3986013986013957,46.418920589932526,0,0,0,0,1,0,-6.510344827586216,-2.2196452741650194,-32.098765432098766,0.049140303844011614,-6.614705882352837,0,1,3.2837412610526835,0.5714285714285714,-1257005116.2355373,-70910174.19327688,2.344886441187878,-3057723.89138142,0,0,,-16.629386666060764,42.50746933794635,1,1,-0.1706766917293241,0.007635863738455595,1128.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1159.6999999999998,1172.0,1090.0,-2.7334655514356987,1,0,0,none,1,0.3673469387755102,-1.152482269503546,0,0.5,-1,-1,1,0.4462769389947521,42.857142857142854,2.4634263120078277,109.76190476190477,130.59964726631395,1.2367795459610988,-1.2266467660467288,5.156227234003887,1163.8,1155.2,1172.7333333333333,-0.27700831024931594,0,0,16.285714285714285,1.413690476190476,1,0.7037037037037037,-130.15813015813046,1,0,-45.714285714285715,0,0,-0.5181347150259086,51.92190097601612,0,0,0,0,1,0,-11.587301587301596,-1.4611822258057043,-44.867724867724874,0.4171300543195768,9.011764705882342,0,0,4.124808159676877,0.4789915966386555,-1334704740.4615316,-87655595.7585206,1.7874539016195905,180831.5681604296,1,0,-5.038573855575237,-14.805598046676604,38.79245064372845,1,1,1.330827067669184,0.2795457027644601,1133.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1158.5833333333335,1163.4333333333334,1102.0,-0.5682226857512851,1,0,0,none,1,-1.6923076923076923,-1.128472222222222,0,0.429,-1,-1,0,2.1701187770789403,-34.85711352589328,-37.02723230297222,1159.4,1191.8,1280.7666666666667,-1.7452592716898807,0,0,43.142857142857146,3.684274734659022,0,0.4507042253521127,-42.42649795310744,0,0,-17.94871794871795,0,1,-0.08532423208190698,51.593010204889744,1,0,1,0,1,0,5.786551183612737,2.3590451377814787,14.65201465201465,0.390407015140532,-63.44117647058829,0,0,6.913566031211471,,-1491076629.4227004,-136307694.92368054,1.4458717926802513,-11840478.408840954,0,0,-4.13621487091486,-12.870070138283651,34.924850831819214,1,1,-6.658646616541367,0.7302984954882232,1158.5945321184,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1155.75,1302.0,1113.5,1.3194895089768455,1,0,0,none,1,-2.586206896551724,-5.5508112724167376,1,0.286,1,0,0,-26.67768963602866,-107.12272735490455,-80.4450377188759,1208.0,1401.95,,-16.47348336245943,0,0,121.07142857142857,10.339148468952056,0,0.09134615384615384,-95.27766596985072,0,0,-90.86538461538461,1,0,-12.872023809523814,36.29583887363338,0,0,0,0,0,0,3.6818300895319993,3.053220754523366,-2.448610514252973,0.10720963991151432,,0,0,,,-2161686457.2737417,-1692486067.1003332,2.0373996644451813,-46833863.83536729,0,0,-6.37365957334133,-11.369252405782381,,0,1,-24.527067669172943,0.836091287993332,1166.28,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,2.7253055734253406,1,0,0,none,1,-23.157894736842106,-13.49274124679761,0,0.0,0,0,1,3,0,0,0,0.75,0.0,0.0,0,0.3871936473374039,38.869257950530034,53.96965741793329,44.85238048456441,15.47128535313919,30.829596412556057,7.692307692307693,10.965281443047559,0.1361644151511966,45.2772737150084 -23,2025-06-24 03:06:00,sell,1183.0,0.35,2,고점 매도 · 비중 35% · 분할 · leg#2,0.8019743504927005,82.92682926829268,0.6769637823134893,107.69230769230778,98.5902830222606,8.65452633092832,7.977562548614831,4.525860551992186,1176.2,1167.05,1154.9166666666667,1.366693800608365,0,0,6.428571428571429,0.5434126313247193,0,1.0857142857142856,92.75622784683723,0,0,23.076923076923077,0,1,0.25423728813558366,71.56988404778535,0,1,0,1,0,0,1.3478818998716235,0.1401063604544328,12.040133779264224,1.1009515436697872,24.19705882352946,0,0,1.2665625215272,0.6302521008403361,-546773641.9938039,-694705.8187983036,1.5295986076173262,-138632.60566456988,0,1,,-12.638315248864352,68.44691595099574,1,1,1.9165413533834394,0.7372981647435722,1183.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.8833333333332,1185.0,1124.0,0.4343950306340494,1,0,0,none,1,0.3025210084033613,-0.33812341504649196,1,0.514,1,1,0,0.8269428047516529,85.33333333333333,3.792817962666611,98.6853485556132,96.72490341924703,7.365024426233276,3.572206463566665,7.278370198637756,1175.8,1153.55,1161.6,2.3796107667634736,0,0,9.928571428571429,0.8406919075843715,0,1.0175438596491229,98.39603382910506,0,0,2.4390243902439024,0,1,3.1441048034934527,84.87816242939772,0,0,0,0,0,0,8.7099567099567,-0.23395886530729948,2.9406677045493836,0.9609909136478673,23.720588235294144,0,0,1.7271259626351418,0.8235294117647058,-732206964.4976857,-166763.69956040382,0.34093698392987287,1088218.7963785604,0,0,-1.4725666920773868,-12.75077678926152,48.267067774286105,1,1,3.345112781954892,0.8889317680142199,1181.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1148.0,1183.0,1129.0,2.8745644599303066,1,0,0,none,1,0.23232323232323232,-0.3386960203217612,1,0.517,0,0,0,0.7729514974976566,55.04587155963303,3.766684761509854,105.79710144927542,100.1341921631777,2.1027876531850325,-1.6638971083248215,6.016373098251742,1171.4,1157.0,1157.8333333333333,1.6421780466724378,0,0,15.142857142857142,1.2876579203109815,0,1.0434782608695652,99.30623660600762,0,0,4.3478260869565215,0,1,2.977232924693518,49.90561232880815,0,0,0,0,0,0,-1.204128440366972,0.40039888394613765,1.4492753623188435,0.7743295452675556,13.900000000000091,0,0,2.851697722298792,0.9747899159663865,-977691544.8274357,-816664.7445904016,1.0229896524024686,1388787.0914049223,0,0,,-13.087391474962395,36.161128770567025,1,1,-0.2345864661654389,0.006360008467469314,1176.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1160.0833333333335,1181.1666666666667,1128.0,1.3720278715609435,1,0,0,none,1,0.35443037974683544,-0.8503401360544218,0,0.522,0,0,0,0.69672474401341,50.0,1.887423912229796,102.8985507246377,76.73272207433699,0.9309897114012529,-0.9564342008285431,6.323695493672559,1160.6,1161.55,1156.9833333333333,1.2440273772114985,0,0,16.428571428571427,1.3969873663751213,0,0.9795918367346939,83.25925925925934,0,0,4.3478260869565215,0,1,1.4667817083692913,44.08901285432893,0,1,0,0,0,0,4.01459854014599,1.1630051817475922,23.217982845312036,0.7659867076815274,9.385294117647163,1,0,3.51839810023705,0.8571428571428571,-957282706.0823523,-20972404.10084164,0.971139973922265,217637.07868956774,0,0,,-13.045138453875115,16.958219668836204,0,1,-0.960150375939848,0.09568609323275301,1176.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1176.1833333333334,1177.0,1128.0,-0.015587139193162791,1,0,0,none,1,0.3728813559322034,-0.935374149659864,0,0.5,0,0,0,0.8393534942119424,57.54189944134078,0.3465360360712615,72.66139657444005,43.917435221783,2.1146078127883357,1.7680717767170742,4.865026618795163,1152.4,1156.9,1143.6333333333334,1.6509637825222523,0,0,20.571428571428573,1.749271137026239,0,1.0434782608695652,166.8129938542576,0,1,4.3478260869565215,0,1,0.9442060085836923,64.78384513151843,0,0,0,0,0,0,1.7407944689650847,1.5473212818117745,34.782608695652165,0.7300144981276053,-2.6794117647059466,0,0,4.336576712719407,0.865546218487395,-1255666437.8223355,-59619055.30504751,1.4190425011190178,-535608.1259730086,0,1,,-12.962775983530362,40.683265645423496,1,1,0.25112781954883795,0.011148478352028035,1176.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1158.7833333333333,1174.0,1099.3,1.4857537359586948,0,0,0,none,1,1.7551020408163265,-1.0204081632653061,1,0.562,0,0,0,0.9065793829677933,59.333333333333336,1.516098533811793,52.102206736353104,72.44676732481612,0.7067960389301788,-0.8093024948816141,3.6506870724914715,1162.2,1158.8,1169.9833333333333,1.484294097342076,0,0,19.571428571428573,1.6642371234207969,1,1.048780487804878,230.78926803855109,0,1,4.878048780487805,0,1,1.379310344827589,66.36116217128506,0,1,0,1,0,1,19.51032448377581,1.362819982963126,-3.373983739837385,0.7429377535373799,13.497058823529414,0,0,5.059965636814567,0.8823529411764706,-1331824245.4840722,-79960815.28540778,1.1581954380700699,-841936.3755669519,0,1,-4.391540726497779,-12.890627478722783,36.79596919519221,1,1,0.10676691729325502,0.0035669354074049364,1175.56,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1134.1999999999998,1186.0,1102.0,3.685417034032823,1,0,0,none,1,-0.38461538461538464,-0.935374149659864,1,0.444,1,1,0,2.1701187770789403,-34.85711352589328,-37.02723230297222,1159.4,1191.8,1280.7666666666667,-1.7452592716898807,0,0,43.142857142857146,3.684274734659022,0,0.4507042253521127,-42.42649795310744,0,0,-17.94871794871795,0,1,-0.08532423208190698,51.593010204889744,1,0,1,0,1,0,5.786551183612737,2.3590451377814787,14.65201465201465,0.390407015140532,-63.44117647058829,0,0,6.913566031211471,,-1491076629.4227004,-136307694.92368054,1.4458717926802513,-11840478.408840954,0,0,-4.13621487091486,-12.870070138283651,34.924850831819214,1,1,-6.658646616541367,0.7302984954882232,1158.5945321184,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1155.75,1302.0,1113.5,1.3194895089768455,1,0,0,none,1,-2.586206896551724,-5.5508112724167376,1,0.286,1,0,0,-26.67768963602866,-107.12272735490455,-80.4450377188759,1208.0,1401.95,,-16.47348336245943,0,0,121.07142857142857,10.339148468952056,0,0.09134615384615384,-95.27766596985072,0,0,-90.86538461538461,1,0,-12.872023809523814,36.29583887363338,0,0,0,0,0,0,3.6818300895319993,3.053220754523366,-2.448610514252973,0.10720963991151432,,0,0,,,-2161686457.2737417,-1692486067.1003332,2.0373996644451813,-46833863.83536729,0,0,-6.37365957334133,-11.369252405782381,,0,1,-24.527067669172943,0.836091287993332,1166.28,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,2.7253055734253406,1,0,0,none,1,-23.157894736842106,-13.49274124679761,0,0.0,0,0,1,0,2,0,0,0.0,0.5,0.0,1,0.3871936473374039,38.869257950530034,53.96965741793329,44.85238048456441,15.47128535313919,30.829596412556057,7.692307692307693,10.965281443047559,0.1361644151511966,45.2772737150084 -24,2025-06-24 14:57:00,sell,1319.0,0.65,3,고점 매도 · 비중 65% · 분할 · leg#3,0.7437785831864977,80.55555555555556,1.1726891238174355,102.09339774557174,105.91569294717725,6.864349372316383,5.691660248498947,3.6479732952690553,1318.0,1304.4,1295.7666666666667,0.8892977614228803,0,0,4.285714285714286,0.3256621797655232,0,0.9655172413793104,86.00742196027151,0,0,-5.555555555555555,0,1,0.9202453987730008,80.3810542773638,0,0,0,1,0,1,-1.9444444444444429,-0.45662065520439654,-4.2328042328042415,0.9795458135368394,18.511764705882342,0,0,0.747406052601176,0.5294117647058824,-571250445.969938,-746367.2372238636,0.8324074750094209,495418.3969762176,0,0,,-2.444609860413327,56.00272996272052,1,1,1.9413533834586252,0.9321211016234429,1316.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.3000000000002,1317.0,1270.2,2.2294725394235826,1,0,0,none,1,0.24369747899159663,-0.3799392097264438,0,0.645,0,0,0,0.8884461985266651,79.54545454545455,2.3973723796738486,107.49327956989248,106.57587133852435,7.825002641047831,5.427630261373983,3.6520645194906893,1317.4,1300.55,1289.45,1.4186305793702614,0,0,5.571428571428571,0.42239792050254515,0,1.03125,120.57877813504761,0,1,3.125,0,1,2.4864024864024836,83.26379163570472,0,0,0,0,0,0,1.7676767676767753,-0.22874209324082084,-0.10775862068965125,1.1687612531711697,20.99411764705883,0,0,0.9736126385172527,0.31092436974789917,-760886283.7522857,130056.51326024532,1.375428845699411,926781.1760424068,0,0,,-2.1841652884302287,32.03591362619871,1,1,1.6473684210526467,0.6736565091782816,1320.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.9666666666667,1296.8,1257.9333333333334,2.409482647066441,0,0,0,none,1,1.0505050505050506,-0.1516300227445034,0,0.714,0,0,0,1.0,72.22222222222223,1.6560872628803018,111.93760262725783,104.9743168708686,9.910513885264436,8.254426622384134,3.2321118686894588,1307.6,1294.55,1268.3166666666666,2.0431810281565044,0,0,8.785714285714286,0.6650805666702715,0,1.1515151515151516,220.07326007326003,0,1,17.24137931034483,0,1,1.9290123456790154,69.56434864954869,0,0,0,0,0,1,5.07936507936509,0.7882607849981866,3.183023872679044,1.2226262834926283,23.82352941176464,0,0,1.3538110960363925,0.2773109243697479,-1025216829.6913526,-2530482.9255713224,1.2784602982287894,1306840.9443350285,0,0,-1.5417077103166894,-1.996892098897407,15.911841195991943,0,1,1.3360902255639324,0.5710171795442571,1320.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1282.45,1297.7,1133.0,3.0059651448399505,0,0,0,none,1,2.367088607594937,-0.3028009084027252,1,0.9,0,0,0,1.0,78.57142857142857,0.10599691197475813,110.80156402737049,102.84498207885304,15.063313253120214,14.957316341145455,3.6858292227135205,1302.2,1288.6,1234.35,2.3591494645351707,0,0,7.785714285714286,0.5902740171125311,0,1.069767441860465,232.81653746770002,0,1,9.090909090909092,0,1,2.3273855702094615,87.38245945678865,0,0,0,0,0,1,13.782696177062377,1.034449795490536,11.36363636363636,1.4830931746313647,26.517647058823513,0,0,1.5087678701727956,0.3445378151260504,-1011620968.1298025,-974248.7513256073,1.3506065703757903,669101.6844259761,0,0,-0.7607153833359535,-2.104753404126236,28.434038468082235,1,1,1.76541353383458,0.773702959803571,1319.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1281.5333333333333,1297.2,1128.0,2.923581126775221,0,0,0,none,1,2.5084745762711864,-0.3032600454890068,1,0.722,1,1,0,0.847118140446671,69.1588785046729,0.23213278928920644,123.18200553494671,122.62255252451327,29.433600732816785,29.20146794352758,9.965394384565448,1295.2,1266.2,1195.0166666666667,3.459169167588061,0,0,11.571428571428571,0.8833151581243185,0,1.0326086956521738,131.44537735401545,0,1,8.108108108108109,0,1,2.9874213836478036,71.07454002987312,0,1,0,1,0,0,-6.753530254451192,0.4454105978928595,0.32175032175031504,1.488191413210168,71.92058823529419,0,0,4.192936761259179,0.6638655462184874,-1298598413.7229974,-7384031.252768755,0.78558153042412,2140932.5356141143,0,0,-2.500824552657708,-2.694041670419023,55.878700485033804,1,1,4.694736842105249,0.7752056582176434,1310.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1154.85,1295.0666666666666,1139.9333333333334,13.434645192016292,0,0,0,none,1,3.204081632653061,-0.9923664122137404,1,0.667,1,1,0,0.8310082162462306,72.24334600760456,9.646993272583902,102.19453121332526,104.00517115465505,35.084507651225294,25.437514378641392,18.997009909291325,1284.4,1211.8,1177.1,6.288166364086489,0,0,28.5,2.2127329192546585,0,1.0130718954248366,109.89289562076185,0,1,1.3071895424836601,0,1,8.691983122362878,82.67963163441918,0,0,0,0,0,0,1.3478236195448545,-1.6244024941683755,-3.1103694432855917,1.0176598828316505,101.72352941176473,0,0,5.657288014502525,0.9915966386554622,-1340608563.7954485,-9348559.9136827,1.041520308649559,1079784.1521993726,0,0,-2.84628645566457,-4.253450094398314,42.83324547303596,1,1,8.939849624060141,0.8445319017440883,1288.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1160.2666666666667,1286.0,1102.0,11.008963456676636,0,0,0,none,1,4.051282051282051,-2.639751552795031,1,0.667,0,0,0,16.904540417745416,-11.715512104972504,-28.62005252271792,1211.8,1189.15,1274.5333333333333,7.892191901778567,0,0,48.57142857142857,3.785769958801915,0,1.0057142857142858,189.4945661549076,0,1,0.5714285714285714,0,1,9.564474807856538,70.58130936007267,0,0,0,0,0,0,5.918220946915362,4.946340571846477,6.17338217338218,0.8995033310112529,3.05294117647054,1,0,8.59334017708025,,-1478682790.6175795,-70726635.64482498,0.9803883088486957,12739292.511587836,0,0,-2.4108451070686687,-4.188132329702821,29.927089907924287,1,1,-0.6142857142857067,0.006579926980435413,1187.1402568735812,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1157.4333333333334,1285.0,1130.7333333333333,10.848716988739437,1,0,0,none,1,-0.8620689655172413,-2.6500389711613406,1,0.286,0,0,0,-26.67768963602866,-107.12272735490455,-80.4450377188759,1208.0,1401.95,,-16.47348336245943,0,0,121.07142857142857,10.339148468952056,0,0.09134615384615384,-95.27766596985072,0,0,-90.86538461538461,1,0,-12.872023809523814,36.29583887363338,0,0,0,0,0,0,3.6818300895319993,3.053220754523366,-2.448610514252973,0.10720963991151432,,0,0,,,-2161686457.2737417,-1692486067.1003332,2.0373996644451813,-46833863.83536729,0,0,-6.37365957334133,-11.369252405782381,,0,1,-24.527067669172943,0.836091287993332,1166.28,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,2.7253055734253406,1,0,0,none,1,-23.157894736842106,-13.49274124679761,0,0.0,0,0,1,0,4,0,0,0.0,1.0,0.0,1,1.0,67.6829268292683,102.55886049434439,90.70998848306971,15.070138782424342,30.829596412556057,7.692307692307693,10.965281443047559,0.1361644151511966,45.2772737150084 -25,2025-06-24 15:15:00,sell,1318.0,0.35,3,고점 매도 · 비중 35% · 분할 · leg#3,0.5956509089648958,58.82352941176471,-0.3970636299449044,79.04761904761914,92.61183261183267,5.880796375206955,6.27786000515186,2.1493677014078925,1318.4,1313.3,1299.1333333333334,0.20558897433944345,0,0,3.7142857142857144,0.2822405557967868,0,0.85,46.43841007477487,0,0,-42.857142857142854,0,0,-0.15174506828528056,46.71683958414175,0,0,0,0,0,0,-6.80147058823529,-0.38612647160849356,-20.346320346320354,0.7248142407900112,13.67058823529419,0,0,0.8009974342676823,0.680672268907563,-571486347.6475928,-947499.3807899952,0.4202793764793019,190189.62674368545,1,0,,-2.441244567427203,57.15564194941607,1,1,1.0195488721804422,0.7305581645934733,1316.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1288.2,1319.0,1266.7333333333333,2.158049992237232,1,0,0,none,1,0.2773109243697479,-0.22796352583586624,0,0.656,-1,0,0,0.7463942144048461,87.17948717948718,1.2128533438987397,100.89285714285715,103.46742191500265,7.892408025780696,6.679554681881957,3.9675173394802843,1319.0,1304.25,1291.9666666666667,0.9775733179988588,0,0,5.357142857142857,0.40676863000325414,0,0.96875,76.29839471199136,0,0,-3.571428571428571,0,1,1.2298232129131392,79.14234789117944,0,0,0,0,0,0,-4.712404712404705,-0.5031466177951351,-2.232142857142847,0.9306743087054311,19.035294117647027,0,0,0.9443947165067359,0.24369747899159663,-761780533.9725643,-878640.6559692621,0.7605734471762264,525386.6793785817,0,0,,-2.3297492670938724,46.27590549776953,1,1,1.9571428571428333,0.8010760055260401,1317.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1272.55,1318.0,1260.7666666666667,3.492986523122865,1,0,0,none,1,1.0303030303030303,-0.22779043280182232,0,0.741,0,0,0,0.8998697826775968,66.66666666666666,1.683882507465528,110.34482758620693,110.88943623426383,10.824392172059333,9.140509664593806,3.6508938512758395,1316.6,1298.05,1272.3,1.4598821308886345,0,0,8.642857142857142,0.6562533897385833,0,1.0344827586206897,128.13679769042864,0,1,3.4482758620689653,0,1,1.542020046260606,64.97406170028928,0,1,0,0,0,1,-0.9803921568627629,-0.17656715390761768,-0.041050903119867144,1.0016168150132734,27.67647058823536,0,0,1.380590791980588,0.2857142857142857,-1026876478.2392678,-4064989.2760252953,0.6037710078664037,866470.8271717578,0,0,-1.789582918716992,-2.290677268936392,19.81915820000417,0,1,1.5857142857142694,0.6269842757778415,1317.0,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1285.2,1316.0,1181.6,2.474323062558348,0,0,0,none,1,2.3417721518987342,-0.22779043280182232,0,0.9,0,0,0,1.0,80.88235294117646,0.6124504719061186,109.28641251221897,106.50863473444117,15.722879431028105,15.110428959121986,3.9810160370194407,1307.4,1291.05,1236.8166666666666,2.164904535068368,0,0,7.571428571428571,0.5740279432470485,0,1.075,193.77777777777828,0,1,9.090909090909092,0,1,2.3273855702094615,78.2181583797214,0,0,0,0,0,1,2.3109243697478945,0.5064535599313604,-1.5151515151515156,1.4146387981408681,29.614705882352837,0,0,1.5015810742326308,0.3445378151260504,-1012035933.8168408,-1307346.3047443628,1.4262616164948765,669101.6844259761,0,0,-0.7971873611324968,-2.1021301854641017,33.75211022683196,1,1,1.9060150375939704,0.7701347041394911,1319.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1281.5333333333333,1316.0,1128.0,2.923581126775221,0,0,0,none,1,2.4237288135593222,-0.22744503411675512,0,0.737,1,0,0,0.9032691051791562,71.05263157894737,0.8072735038026124,112.16348701642819,119.40191592152372,30.210559823280846,29.403286319478234,9.081703202060314,1301.2,1272.4,1197.7333333333333,3.662370323797548,0,0,11.428571428571429,0.8664572728257338,0,1.0947368421052632,135.8164033107606,0,1,22.5,0,1,3.858267716535435,69.26451707912344,0,1,0,1,0,0,1.8937530742744713,0.575140714513406,-11.018518518518519,1.5833789196014527,71.51470588235293,0,0,4.194972100114643,0.6638655462184874,-1303722954.9247787,-12547790.079104424,0.7682760637038604,3291329.3050452713,0,0,-2.8614775041942337,-2.021024531617399,50.74076207613732,1,1,4.324812030075186,0.7844053906523536,1312.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1155.3,1291.8,1140.1333333333334,14.169479788799455,0,0,0,none,1,3.2857142857142856,-0.1516300227445034,1,0.688,1,0,0,0.9075495146993517,80.36363636363636,9.869576546247004,104.20962353694209,103.90301846895942,37.77448506145015,27.904908515203147,19.95458328675955,1294.2,1219.8,1179.55,8.132480734546643,0,0,26.857142857142858,2.0361745911404743,0,1.0508474576271187,116.20385859261768,0,1,6.7164179104477615,0,1,10.376569037656914,91.56359325581244,0,0,0,0,0,0,8.120290356031802,0.22258327366310127,2.0150923236168268,1.2580901180023725,102.67352941176455,0,0,5.808718367741663,1.0,-1342943927.779905,-12915856.195872545,0.7409014304716544,938538.078086026,0,0,-2.7212084465325788,-1.941382913135281,47.240296755087236,1,1,9.63759398496238,0.877935672837602,1316.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1160.9333333333334,1275.3333333333333,1102.0,13.61548179625589,0,0,0,none,1,4.769230769230769,-0.45489006823351025,1,0.75,1,1,0,16.904540417745416,-11.715512104972504,-28.62005252271792,1211.8,1189.15,1274.5333333333333,7.892191901778567,0,0,48.57142857142857,3.785769958801915,0,1.0057142857142858,189.4945661549076,0,1,0.5714285714285714,0,1,9.564474807856538,70.58130936007267,0,0,0,0,0,0,5.918220946915362,4.946340571846477,6.17338217338218,0.8995033310112529,3.05294117647054,1,0,8.59334017708025,,-1478682790.6175795,-70726635.64482498,0.9803883088486957,12739292.511587836,0,0,-2.4108451070686687,-4.188132329702821,29.927089907924287,1,1,-0.6142857142857067,0.006579926980435413,1187.1402568735812,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1157.4333333333334,1285.0,1130.7333333333333,10.848716988739437,1,0,0,none,1,-0.8620689655172413,-2.6500389711613406,1,0.286,0,0,0,-26.67768963602866,-107.12272735490455,-80.4450377188759,1208.0,1401.95,,-16.47348336245943,0,0,121.07142857142857,10.339148468952056,0,0.09134615384615384,-95.27766596985072,0,0,-90.86538461538461,1,0,-12.872023809523814,36.29583887363338,0,0,0,0,0,0,3.6818300895319993,3.053220754523366,-2.448610514252973,0.10720963991151432,,0,0,,,-2161686457.2737417,-1692486067.1003332,2.0373996644451813,-46833863.83536729,0,0,-6.37365957334133,-11.369252405782381,,0,1,-24.527067669172943,0.836091287993332,1166.28,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,2.7253055734253406,1,0,0,none,1,-23.157894736842106,-13.49274124679761,0,0.0,0,0,1,0,3,0,0,0.0,0.75,0.0,0,1.0,67.6829268292683,102.55886049434439,90.70998848306971,15.070138782424342,30.829596412556057,7.692307692307693,10.965281443047559,0.1361644151511966,45.2772737150084 -26,2025-06-26 07:39:00,buy,1205.0,0.327,4,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#4,0.0,26.08695652173914,-0.7015911290007075,7.500000000000095,15.555555555555612,-3.926014159489796,-3.2244230304890884,1.4264234432069185,1211.2,1216.9,1224.4166666666667,-0.813542608266915,0,0,3.5,0.2899751449875725,0,-0.07692307692307693,-190.04065040651105,1,0,-110.00000000000001,1,0,-0.6584362139917643,14.89326558136888,0,0,1,0,1,0,1.0869565217391397,-0.228268415147165,-13.333333333333332,-0.1807918805478721,-11.244117647058829,0,0,0.5611224908972002,0.15966386554621848,-595879959.4337399,-688562.2570558786,3.9890087826960388,-240694.66861078516,0,0,,-10.204207420607869,70.02789712376179,1,1,-0.6421052631579028,0.7662910770498026,1208.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1208.5333333333333,1230.4,1208.0,-0.12687555163283237,0,0,0,none,1,-0.18487394957983194,-0.24855012427506215,0,0.432,-1,0,1,0.04430036836917566,24.242424242424235,-1.1661229616689202,16.442307692307693,21.83793058793067,-4.260852869148948,-3.094729907480028,2.40751058468698,1213.6,1221.4,1225.8,-1.0971016865891636,0,0,4.214285714285714,0.3488647114474929,0,0.04,-153.54107648725153,1,0,-93.75,1,0,-1.064701064701068,4.6619632918002765,0,0,0,0,1,0,0.0,-0.21699495489347864,-10.037878787878785,-0.16162600503369082,-11.779411764705856,0,0,0.7972971481598963,0.15966386554621848,-808139757.4247553,-2114999.3891876936,3.7510927466284447,-226375.52487668768,0,0,,-10.096799545096879,50.68002832305606,1,1,-1.1864661654135462,0.9116885513354872,1207.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1232.8333333333335,1257.0,1207.0,-2.0143301338380493,1,0,0,none,1,-0.3434343434343434,-0.16556291390728478,0,0.387,-1,0,1,0.0,27.77777777777777,-1.1738993614699003,18.03174603174607,14.28897028897029,-4.235815224024009,-3.0619158625541085,1.9832273343690414,1217.4,1225.75,1235.8,-1.203344890883129,0,0,5.785714285714286,0.47776335967913175,0,0.16,-212.7933140469296,1,0,-84.0,1,0,-1.3843648208469062,14.604082786731567,0,0,0,0,0,0,-10.153256704980848,-0.41847980800594575,3.1111111111111125,-0.05919447411704291,-11.523529411764684,0,0,0.9565231363608859,0.09243697478991597,-1096377038.3285277,-3967528.182264805,4.820739439873311,-417392.38165780157,0,0,,-9.838902497681035,18.558571101557554,0,1,-0.8142857142857277,0.6283373199653914,1207.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1249.75,1264.0,1207.0,-3.1006201240248,1,0,0,none,1,-0.6582278481012658,-0.16515276630883566,0,0.375,-1,-1,1,0.0,40.98360655737705,-0.82722146063906,17.083333333333353,18.425925925925924,-5.9361517649583675,-5.1089303043193075,1.9944997653007586,1217.8,1225.75,1241.5333333333333,-1.203344890883129,0,0,7.285714285714286,0.6016279344107586,0,0.2,-244.83345489909303,1,0,-80.0,0,0,-1.2234910277324595,20.676399321979503,0,0,0,0,0,0,-1.3892747985551566,-0.46041878125913716,-1.6666666666666643,-0.0057339134525680145,-14.055882352941126,0,0,1.451382175571816,0.37815126050420167,-1092242196.6825128,-3237424.8278360367,4.506355202202809,-818011.0732894465,0,0,,-9.802166389604272,53.91185845416381,1,1,-0.6127819548872241,0.3518262016435968,1207.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1247.1333333333332,1263.0,1207.0,-2.897311166942851,1,0,0,none,1,-0.9830508474576272,-0.2477291494632535,0,0.222,-1,0,1,0.10072730051577325,36.73469387755102,-1.0884014124513897,23.03030303030303,34.6650717703349,-10.068100577374707,-8.979699164923318,4.946666291428693,1223.0,1235.4,1255.9666666666667,-1.9750688036263675,0,0,10.5,0.8670520231213872,0,0.045454545454545456,-157.76752362118364,1,0,-90.9090909090909,1,0,-1.8638573743922193,15.441697465904838,0,0,1,0,0,0,3.707170941771203,-0.5583744067962186,-16.267942583732058,-0.030082356524742084,-22.629411764705765,0,0,2.790509579822714,0.6050420168067226,-1384499966.6491206,-5586967.44268918,2.37060890898226,-694127.6196910515,0,0,,-9.726775469700765,66.98306293125272,1,1,-2.1398496240601363,0.6866163107778454,1209.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1274.8833333333332,1276.0,1209.0,-5.010916031532286,1,0,0,none,1,-1.2653061224489797,-0.41288191577208916,0,0.385,0,0,1,0.08396434300382732,34.640522875816984,-3.802408072054707,26.474358974358992,19.9928774928775,-10.197111921293981,-6.394703849239274,5.9845655266308295,1226.8,1249.1,1248.8666666666666,-2.4897926507085,0,0,16.0,1.3136288998357963,0,0.13846153846153847,-146.04591836734716,1,0,-77.5,0,0,-3.409992069785883,34.27897588805074,0,0,1,0,1,0,-3.4889735270607147,-0.1444738035899098,7.5,0.09029196168894771,-33.18235294117653,0,0,2.8577503167027025,0.25210084033613445,-1429559477.983828,-18279134.621495247,1.8785620601421997,-1158926.571309194,0,0,,-9.133773544105283,60.529081589777185,1,1,-2.8090225563910076,0.7907492895111891,1209.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1273.5166666666667,1288.0,1251.1333333333334,-4.359319993194699,0,0,0,none,1,-2.4871794871794872,-0.41050903119868637,0,0.143,0,0,1,2.256287211041606,7.37978487802684,5.123497666985234,1253.8,1222.25,1258.9333333333334,-0.020454080589082935,0,0,40.57142857142857,3.3200841711480007,0,0.6571428571428571,-6.820924497612774,0,0,-61.855670103092784,0,0,-4.754481683554168,58.68580163653774,0,0,0,0,0,0,-4.10983319529047,-3.7439296764540657,-16.608531638374266,0.38398284611707856,26.832352941176623,0,0,8.673820438267168,,-1958191726.7349067,-479508936.1173272,0.35143779628535743,-343585.79999400675,0,0,-7.021786865160229,-8.437715231512055,30.248371220441392,1,1,7.8834586466165435,0.5592883481781722,1209.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1156.5833333333335,1282.0,1107.0,5.656027091288984,1,0,0,none,1,0.0,-0.4091653027823241,0,0.333,-1,0,0,-8.784862198938768,-95.34510897627274,-86.56024677733397,1206.0,1371.15,,-8.470991503482484,0,0,117.64285714285714,9.373932840068298,0,0.2932692307692308,-75.8102480535939,0,0,-40.487804878048784,0,0,-8.594319009468322,36.001457663593584,0,0,1,0,0,0,-7.663540163540162,6.891111835954703,19.837398373983742,0.3106397567674835,,0,0,17.607619835305098,,-2289040933.7461305,-1812597494.0962248,0.6040991319913083,-62089233.93596248,0,0,-6.580309547510736,-4.6474751206935565,,0,1,-22.390225563909773,0.7695583652119391,1188.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,10.09415755307328,1,0,0,none,1,-16.952380952380953,-1.3545816733067728,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.4989978168716792,61.442006269592476,62.92894842542159,76.31086463425044,20.409523979264144,27.045454545454547,37.2517716351312,20.786150862862115,0.3076963561325829,44.05008315558894 -27,2025-06-26 23:09:00,buy,1172.0,0.336,4,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#4,0.3704226804232732,50.0,0.32429383600775674,58.33333333333343,40.27777777777783,-3.6583726305682376,-3.9826664665759943,1.0785338518872523,1177.2,1180.65,1193.9,-0.13975352560031684,0,0,3.7857142857142856,0.3210953592632982,0,0.625,-71.07843137254325,0,0,-37.5,0,0,-0.25380710659898,56.66035785212739,1,0,1,0,1,0,3.5714285714285694,0.14363496158088962,20.833333333333336,0.32268425402939765,-7.858823529411666,0,0,0.8418884615568477,0.9747899159663865,,,0.48783675059044074,26256.73355583474,1,0,,-12.122181683818745,47.02157473487973,1,1,-0.24887218045109133,0.2139098720574648,1176.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1206.0833333333335,1210.6666666666667,1174.0,-2.2455606992330623,1,0,0,none,1,-0.4117647058823529,0.0,0,0.308,0,0,0,0.32417247181267655,43.90243902439024,0.1680692513140407,34.24242424242425,28.302068302068392,-5.780855722545994,-5.948924973860034,2.230537743730679,1180.2,1185.65,1200.0833333333333,-0.3921899380086913,0,0,5.357142857142857,0.45361074150235875,0,0.35,-92.8689883913768,0,0,-36.36363636363637,0,0,0.2546689303905003,27.047585537434102,0,0,0,0,0,0,9.018718094157684,0.27417800276648574,11.688311688311686,0.2751328167684337,-14.929411764705947,0,0,1.0062993057413185,0.9327731092436975,,,1.867922900294775,199806.1417409554,0,0,,-11.94050541976468,73.96142295301959,1,1,-0.9556390977443455,0.7312126261110636,1174.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1206.6666666666665,1230.0,1175.8666666666666,-2.1270718232044072,1,0,0,none,1,-0.31313131313131315,0.0,0,0.4,0,0,1,0.10534595961134485,10.810810810810807,-1.4604804527141964,15.319776009431225,13.432557225660679,-8.843876647556954,-7.383396194842757,3.8343745293835747,1181.2,1196.1,1210.6833333333334,-1.5132514003845743,0,0,6.857142857142857,0.5821004123211254,0,0.12121212121212122,-116.36250194977437,1,0,-86.66666666666667,1,0,-1.6694490818030094,12.798960991849583,0,0,0,0,0,0,-0.6177606177606094,0.07131170381781349,0.5982905982905979,-0.06312453658804736,-22.779411764705856,0,0,0.5800179103587975,0.01680672268907563,,,2.0762286194474866,-828964.1820777282,0,0,,-12.130633955463733,83.49346912678115,1,1,-1.8827067669172948,0.9436899960687207,1174.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1224.1333333333332,1238.0,1174.0,-3.76865265221652,1,0,0,none,1,-0.5189873417721519,0.0,0,0.391,0,0,1,0.012235659768933933,16.981132075471706,-2.289553880071839,18.833812260536416,15.72876756066411,-9.431933218108725,-7.142379338036886,3.77541582141973,1182.6,1200.1,1214.3666666666666,-1.8415132072327256,0,0,8.357142857142858,0.7094348775163717,0,0.09090909090909091,-142.6322418136013,1,0,-90.625,1,0,-2.4026512013256007,8.661982182583955,0,0,0,0,1,0,-11.018867924528294,-0.09826609342356996,4.274425287356321,-0.10272879254942217,-29.33529411764698,0,0,1.3489585265515356,0.3865546218487395,-1113815027.9930925,-9351276.504836082,2.4717716154269436,-291076.05971943587,0,0,,-12.093083626135549,80.63549091170269,1,1,-1.6751879699248065,0.7655096392223487,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1215.3166666666666,1232.0333333333333,1175.0,-3.0705303144585083,1,0,0,none,1,-0.576271186440678,-0.5093378607809848,0,0.412,0,0,1,0.0,15.625,-3.4498029422907974,11.734997029114666,16.911008954352567,-10.404714186727006,-6.954911244436208,4.654903635966416,1190.0,1209.95,1227.1166666666666,-2.6406049836770196,0,0,11.0,0.9337860780984719,0,0.058823529411764705,-169.59064327485618,1,0,-94.11764705882352,1,0,-3.2046014790468313,26.861835554237956,0,0,0,0,0,0,-6.597222222222214,-0.5051787520654685,-5.933952528379773,-0.14414418877299795,-28.120588235294235,0,0,1.3114358017218712,0.008403361344537815,-1410955096.5683935,-10731197.337878704,1.9479634347442865,-2127810.2374996617,0,0,,-12.02138099248562,39.126116071430246,1,1,-1.8578947368421002,0.6093600784104994,1175.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1212.7,1250.4,1195.8,-2.861383689288366,0,0,0,none,1,-1.8571428571428572,-1.2733446519524618,0,0.312,-1,0,1,0.0,33.33333333333333,-2.940888868546306,28.518518518518537,31.781705948372622,-13.380903865383061,-10.440014996836755,4.7377041378095095,1197.8,1215.95,1252.3,-3.1210164891648517,0,0,16.5,1.400679117147708,0,0.061224489795918366,-210.5820105820085,1,0,-93.33333333333333,1,0,-3.679476696647588,40.39512601106505,0,0,0,0,0,0,-7.407407407407412,-1.197787199975739,-8.194444444444446,-0.07626188300808033,-34.602941176470495,0,0,2.6279723295756154,0.17647058823529413,-1462597445.3655066,-26096471.371402502,2.071839508591894,-3310056.5610439256,0,0,-4.470628372585994,-11.93783472019102,48.198498809272614,1,1,-1.5225563909774553,0.39117175956676964,1175.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1272.35,1274.0,1178.3,-7.415412425826218,0,0,0,none,1,-2.41025641025641,-1.4431239388794566,0,0.222,0,0,1,-3.890581466212175,-0.9577064719348982,2.932874994277277,1220.0,1238.4,1248.5166666666667,-2.374031007751942,0,0,29.142857142857142,2.410492733073378,0,0.45112781954887216,-79.73493604561585,0,0,-75.5813953488372,0,0,-3.8950715421303683,19.31446951842466,0,0,0,0,0,0,-4.77130977130976,-1.4559621868665809,8.596155888287136,0.28797324777292993,1.2970588235295963,0,0,7.646033992679088,,-1980405630.315201,-87862491.4671185,0.8397709717695451,-4397293.93037799,0,0,-8.234448590866394,-9.23483812993764,34.330331840868766,1,1,1.6240601503759713,0.0441889955459438,1188.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1156.5833333333335,1282.0,1112.8333333333333,4.532026803083777,1,0,0,none,1,0.6206896551724138,-1.4061207609594708,0,0.375,0,0,0,-8.784862198938768,-95.34510897627274,-86.56024677733397,1206.0,1371.15,,-8.470991503482484,0,0,117.64285714285714,9.373932840068298,0,0.2932692307692308,-75.8102480535939,0,0,-40.487804878048784,0,0,-8.594319009468322,36.001457663593584,0,0,1,0,0,0,-7.663540163540162,6.891111835954703,19.837398373983742,0.3106397567674835,,0,0,17.607619835305098,,-2289040933.7461305,-1812597494.0962248,0.6040991319913083,-62089233.93596248,0,0,-6.580309547510736,-4.6474751206935565,,0,1,-22.390225563909773,0.7695583652119391,1188.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,10.09415755307328,1,0,0,none,1,-16.952380952380953,-1.3545816733067728,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.33919177004019707,35.769230769230774,27.774238080067978,24.303035345523778,14.76311883008338,27.045454545454547,37.2517716351312,20.786150862862115,0.3076963561325829,44.05008315558894 -28,2025-06-27 10:06:00,buy,1171.0,0.337,4,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#4,0.07954915354298835,23.07692307692308,-1.430700140158609,5.664488017429289,5.2941176470588704,-3.6508408300069277,-2.2201406898483187,2.0585681107765224,1175.4,1184.25,1189.1,-0.865526704665398,0,0,4.071428571428571,0.34679970795814064,0,0.05555555555555555,-118.89596602972344,1,0,-94.44444444444444,1,0,-1.1784511784511786,10.267437900134382,0,0,0,0,0,0,0.0,0.024264333320876075,1.8518518518518525,-0.025926934020144815,-10.47352941176473,0,0,0.703225448747433,0.4789915966386555,-612564146.575595,-940583.8074179888,0.31777464502320235,-251168.64524748176,0,0,,-12.394655980993042,28.800310800310804,1,1,-0.6819548872180597,0.4382097645814813,1173.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1188.2,1221.0,1176.2,-1.1950850025248316,0,0,0,none,1,-0.15126050420168066,-0.17035775127768313,0,0.432,0,0,0,0.0,31.25,-1.1869810175851088,12.476657329598524,14.805265540559752,-4.206937016501797,-3.0199559989166884,1.8381014108471698,1176.8,1184.8,1195.2333333333333,-0.9959486833220788,0,0,5.0,0.4262574595055414,0,0.19047619047619047,-205.09090909091267,1,0,-80.95238095238095,1,0,-0.929054054054057,25.3174083354389,0,0,0,0,0,0,0.9469696969696884,-0.22896141009545845,1.587301587301587,-0.056757137817328385,-12.911764705882433,0,0,0.8898331466621859,0.29411764705882354,-823773507.5048863,-1890561.374497056,2.138406059296006,-210352.4962155614,0,0,,-12.435608336971725,49.256043722642936,1,1,-0.5744360902255681,0.38962106971975485,1169.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1187.1999999999998,1221.0,1175.9333333333334,-1.196091644204833,0,0,0,none,1,-0.0707070707070707,-0.17050298380221654,0,0.483,0,0,1,0.0,24.324324324324323,-1.3515243283968275,51.63817663817668,50.55792972459639,-4.291803977562722,-2.9402796491658947,2.16461525386882,1184.0,1189.9,1192.8,-1.33624674342383,0,0,5.785714285714286,0.49282063762472617,0,0.1724137931034483,-254.70499942269655,1,0,-75.0,0,0,-1.1784511784511786,19.111280839617365,1,0,1,0,1,0,-0.6756756756756914,-0.5453326344974214,0.0,-0.1478373155121513,-14.90882352941162,0,0,1.157845796730087,0.4957983193277311,-1116392431.3258817,-2712696.7396576405,2.364966386971573,-86503.40864180773,0,0,,-12.327486154036826,56.885461656637816,1,1,-0.9187969924812086,0.7125983275019252,1169.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1187.75,1214.0,1175.0,-1.1576510208377133,0,0,0,none,1,-0.43037974683544306,-0.17035775127768313,0,0.364,0,0,1,0.03422873446395126,16.279069767441854,-2.1726230677693206,23.29988851727984,19.77510769781301,-4.067414688810231,-1.8947916210409106,3.79940214400579,1183.0,1195.15,1193.5,-1.7696523448939572,0,0,6.071428571428571,0.5171574592358238,0,0.0,-138.62709711917665,1,0,-100.0,1,0,-1.8394648829431426,24.681212350426705,0,0,0,0,0,0,-10.747957259585164,-0.48437671995413134,0.0,-0.1660909311118481,-10.244117647058829,0,0,1.7720767652387996,0.8739495798319328,-1119050980.751696,-868081.2314171791,2.128895359179469,-754996.0604460984,0,0,,-12.290676834581971,41.872164421786174,1,1,-1.736090225563883,0.8185726921702778,1174.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1188.1833333333334,1211.0,1175.2333333333333,-1.193699064398035,0,0,0,none,1,-0.576271186440678,-1.7035775127768313,0,0.286,-1,-1,1,0.033798341785967426,45.945945945945944,-1.1288054804717622,20.868347338935564,28.827393026175944,-4.604951112796471,-3.4761456323247084,3.2833843496262465,1185.8,1192.25,1207.2166666666667,-1.530719228349764,0,0,11.142857142857142,0.949136042832806,0,0.0,-122.06572769953156,1,0,-100.0,1,0,-2.329450915141429,26.9410111479246,0,0,0,0,0,0,-5.569205569205572,-1.031557400426896,-11.904761904761905,0.0702714229147157,-9.614705882352837,0,0,1.7468912686372338,0.4117647058823529,-1414638050.9658194,-2121105.455817938,2.8508529527861737,-447460.59082945436,0,0,,-12.21525946404446,14.686833965081167,0,1,0.12556390977442813,0.005761553216741433,1174.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1186.1333333333332,1230.0,1175.8666666666666,-1.0229316546762512,0,0,0,none,1,-0.8163265306122449,-1.788756388415673,0,0.412,-1,-1,1,0.10956846782575051,36.0,0.2049471887711647,31.57088122605366,54.507055415381735,-10.9056455147836,-11.110592703554765,5.225334038056173,1192.2,1198.45,1234.1833333333334,-2.0401351746005325,0,0,17.714285714285715,1.5088829398880506,0,0.0,-95.05002632964744,0,0,-100.0,1,0,-1.0951979780960408,36.288452088956774,0,0,1,0,1,0,-3.473684210526315,-1.075832135798212,-26.66666666666666,0.14843075131104858,-19.22352941176473,0,0,2.528690954490422,0.10084033613445378,-1470199221.7368627,-7601776.37135601,1.6419056100403244,-595557.9413267523,0,0,,-12.140384328795017,46.02196838107111,1,1,-1.7451127819548604,0.4348776309512974,1174.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1247.75,1249.0,1176.5,-5.910639150470843,0,0,0,none,1,-1.8717948717948718,-1.9591141396933562,0,0.222,-1,0,0,-6.797237437414707,-8.710448950052069,-1.9132115126373612,1200.8,1242.95,1239.1166666666666,-4.179572790538644,0,0,28.142857142857142,2.3629602974691135,0,0.031914893617021274,-114.3111111111109,1,0,-95.83333333333334,1,0,-5.924170616113744,30.737572786626288,0,0,0,0,0,0,-2.158288589185318,-0.24005556157116814,-6.75064599483204,0.21866850359364295,-12.335294117646981,0,0,7.630502877238563,,-1986549089.516572,-81925635.71652365,0.6538161001759434,-7550964.160373576,0,0,-9.704342143089162,-10.482446857672834,43.36714091699047,1,1,-4.233834586466177,0.4306652267587999,1191.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1156.5833333333335,1282.0,1107.0,2.97571871172273,1,0,0,none,1,0.0,-2.18303946263644,0,0.429,0,0,0,-7.55557770304695,-96.00471890614267,-88.44914120309572,1205.2,1355.2,,-12.411452184179462,0,0,98.5,8.298230834035383,0,0.12980769230769232,-81.71036634322027,0,0,-73.65853658536585,0,0,-14.788226848528351,38.854264922973876,0,0,1,0,0,0,2.7417794970986478,1.229284495891818,5.735616010006254,0.13922614415293577,,0,0,17.926008598628552,,-2299379453.296805,-1543763389.4137814,0.45487686922285536,-86963626.42554238,0,0,-6.62912797206517,-9.61821211219609,,0,1,-22.891729323308276,0.7851368567577353,1184.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,4.128896426691608,1,0,0,none,1,-19.272727272727273,-1.4321819713563606,0,0.0,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.1597269487392499,29.493087557603673,4.202279202279221,9.601153971707244,12.282996772894156,29.787234042553195,42.98738764513745,32.551177513805364,0.22487753220633472,45.11246312855745 -29,2025-06-30 07:51:00,sell,1305.0,0.65,4,고점 매도 · 비중 65% · 분할 · leg#4,0.8356990838076541,84.21052631578948,0.8504086336931991,108.1280788177341,106.37691879071197,14.131060680912015,13.280652047218815,5.51318016569098,1300.8,1283.25,1254.2833333333333,1.8507695304889937,0,0,7.071428571428571,0.5410427369111378,0,1.0638297872340425,99.44432416829036,0,0,10.344827586206897,0,1,2.18921032056294,78.00574749496236,0,1,0,1,0,0,1.5182186234817863,-0.01892279518865081,2.3371647509578253,1.26696959680598,33.30882352941171,0,0,1.243574575743287,0.9663865546218487,-632506906.7565486,-1277277.5785278082,1.216232042559843,803872.9785326384,0,0,,-1.9572480412672566,80.04323233034914,1,1,2.8488721804511186,0.9080443063494698,1307.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1296.9166666666665,1304.0,1233.1666666666667,0.7774850607209505,0,0,0,none,1,0.6974789915966386,-0.306044376434583,1,0.737,0,0,0,0.8691462887088527,88.88888888888889,3.456134876384418,103.53196628636037,103.3028177649387,17.19887721475402,13.742742338369602,7.947115942128209,1301.2,1269.75,1245.1666666666667,2.933648355975582,0,0,9.857142857142858,0.7541807847852224,0,1.0298507462686568,111.47775816642427,0,1,4.166666666666666,0,1,3.730158730158739,84.34068167903757,0,0,0,0,0,0,0.15649452269170183,-0.26761744261576403,1.3888888888889,1.2739357451974118,42.83823529411757,0,0,1.1464753030765007,0.957983193277311,-839413148.129776,-842106.9306262732,1.5948010691880214,1616314.401479165,0,0,-0.24753020515756535,-1.9225906419884309,79.23312241374197,1,1,4.169172932330797,0.9559436768778066,1307.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1218.4666666666667,1305.0,1217.0,7.265962685342231,0,0,0,none,1,0.7171717171717171,-0.22953328232593728,1,0.677,0,0,0,1.0,88.50574712643677,6.6715814590092855,111.12971823498147,108.86260263453248,17.43784136699105,10.766259907981766,8.069038161561148,1294.2,1254.55,1236.5666666666666,4.180781953688584,0,0,11.071428571428571,0.8470871133457208,0,1.0909090909090908,154.47602550980162,0,1,9.090909090909092,0,1,5.829959514170047,97.08601371825002,0,0,0,0,0,0,1.0057471264367734,0.2846041105934809,3.030303030303031,1.5100569326541737,51.59705882352955,0,0,1.6035180812376035,1.0,-1143991602.757413,-468969.1534457207,2.5061380887999,1998056.5800306816,0,0,,-1.8841758722240032,54.857974170492284,1,1,3.663909774436092,0.7335979000171364,1304.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1238.0,1301.0,1217.0,5.573505654281097,0,0,0,none,1,0.8354430379746836,-0.22953328232593728,1,0.632,0,0,1,1.0,90.47619047619048,7.237395550277398,108.26806599832918,105.42937204121415,14.570335206080472,7.332939655803074,7.409790850782734,1278.8,1245.15,1235.85,4.485403365056406,0,0,11.0,0.8455034588777863,0,1.0266666666666666,208.95148669796365,0,1,3.125,0,1,5.1738075990299,96.71691649697425,0,0,0,0,0,0,0.0,0.9311242186994866,1.0416666666666714,1.6038019538993042,46.57647058823545,0,0,1.9644593736560334,0.9915966386554622,-1152620914.8883643,868681.775832653,3.4650019394973093,1228589.0196346305,0,0,,-2.297222556709,44.70929769951569,1,1,3.172180451127803,0.6619856123434268,1301.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1232.85,1299.0,1218.0,5.527841992132054,0,0,0,none,1,1.152542372881356,-0.3843197540353574,1,0.688,0,0,1,1.0,91.2621359223301,5.843753914354428,105.23809523809523,103.50041771094402,9.327606109802673,3.4838521954482453,5.979685061186031,1256.2,1236.1,1229.25,5.412183480300947,0,0,13.357142857142858,1.0251068961736653,0,1.1486486486486487,353.24483775811086,0,1,15.714285714285714,0,1,6.454248366013071,92.80834040667973,0,0,0,0,0,0,12.80059746079165,3.383175075733514,5.238095238095227,1.6498173186080751,26.635294117647163,0,0,3.0481844839606103,1.0,-1456222127.1895304,310293.65078639984,3.830857744234937,2523713.011974342,0,0,-2.3849116017988683,-2.071088199818716,30.204716042768478,1,1,1.720300751879684,0.3033422824609875,1284.48,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.0333333333333,1292.0,1218.0,5.588719915723517,0,0,0,none,1,1.5510204081632653,-0.920951650038373,1,0.8,1,1,1,1.0,69.01408450704226,1.2555605271128627,105.55555555555556,104.1975308641975,6.893306448056364,5.637745920943502,2.9382541392435253,1239.6,1231.55,1211.95,2.310097032195202,0,0,12.357142857142858,0.9807256235827665,0,1.0,380.21978021978265,0,1,-0.0,0,1,1.9417475728155331,77.27209909088933,0,0,0,0,0,1,10.523518469306403,1.5956042953727874,-4.444444444444443,1.0729926523463624,21.238235294117658,0,0,1.8593614230842603,0.24369747899159663,-1524083409.8318262,-11366188.679231167,5.12603910600464,716658.295881018,0,0,-1.9115398299810464,-5.22397437153459,14.328906473982197,0,1,0.8187969924812026,0.2867198060426501,1260.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1258.8833333333332,1260.0,1204.1666666666667,0.08870295102803016,1,0,0,none,1,1.435897435897436,-3.492063492063492,1,0.7,1,1,1,4.9482818212447635,2.7462236906435464,-2.202058130601217,1228.4,1204.7,1217.7833333333333,2.5151489997509824,0,0,19.214285714285715,1.5558126084441875,1,1.0980392156862746,195.34050179211388,0,1,9.803921568627452,0,1,2.9166666666666563,62.94846142601162,0,0,0,0,0,0,7.752153375937766,0.1302786581306421,-0.5199049316696147,0.7408426274422035,15.770588235294099,0,0,3.0840145498236295,0.0,-2036030173.614784,-37760254.1884017,2.2865789777815895,8767613.828776285,0,0,-2.1833675794305076,-6.714673995116682,28.171844567906792,1,1,2.717293233082724,0.7367949449567017,1232.4,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1223.5500000000002,1260.0,1179.0,0.935801561031413,1,0,0,none,1,-1.2758620689655173,-5.991902834008097,0,0.5,0,0,1,1.8809146871244593,-88.20197460168129,-90.08288928880575,1209.4,1305.6,,-6.326593137254899,0,0,86.5,7.072771872444808,0,0.21634615384615385,-44.84010391925733,0,0,-31.297709923664126,0,0,-5.559845559845556,42.8426946942496,1,0,1,0,1,0,1.564696053860139,4.5227325345038025,14.12027555390058,0.28780432841355535,,0,0,17.91092835863572,,-2345089126.5517716,-893956735.6005945,0.7634516076345061,-51139810.74129662,0,0,-6.81931900793735,-6.3601661642510905,,0,1,-19.472180451127837,0.679174041681717,1215.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,7.286975846540722,1,0,0,none,1,-15.52,-0.4088307440719542,1,0.0,0,0,0,0,4,0,0,0.0,1.0,0.0,1,0.9044691725156998,71.31147540983606,110.84373143196676,112.61483614424793,6.2183948015305015,38.39009287925697,42.90343429894957,36.340809313603025,0.35227228254976095,42.82604000421222 -30,2025-06-30 08:03:00,sell,1303.0,0.35,4,고점 매도 · 비중 35% · 분할 · leg#4,0.7071347811846677,75.0,-0.2831689048448034,114.21911421911436,115.51283965077077,13.343341934064938,13.626510838909741,4.4240132224371935,1307.6,1293.15,1258.9666666666667,0.916367010787611,0,0,6.142857142857143,0.4707170224411604,0,1.0,70.80968031072489,0,0,-0.0,0,1,0.15349194167306734,65.41357342837854,0,1,0,1,0,0,-5.0,-0.5448517220696765,-4.761904761904731,1.0023953579078606,29.773529411764684,0,0,1.2663443916759505,0.9915966386554622,-633209801.6596366,-703263.0498099327,0.4883427063892994,121343.58015067503,0,0,,-2.105625290081359,72.25155041004385,1,1,2.209774436090245,0.8355131244508849,1304.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1297.8333333333335,1305.0,1233.3333333333333,0.5522023885963678,1,0,0,none,1,0.7142857142857143,-0.22988505747126436,0,0.763,0,0,0,0.7858074267953207,84.05797101449275,2.305178826801505,103.47222222222223,103.96495014903904,17.385653084853857,15.080474258052352,7.74174880507999,1303.8,1276.75,1247.85,2.212649304875658,0,0,9.857142857142858,0.7553366174055829,0,1.0,83.61757105943161,0,0,-0.0,0,1,2.594339622641506,74.78571202774876,0,1,0,1,0,1,-4.830917874396135,-0.7405700251279761,-1.4184397163120508,1.0854601030964648,42.11176470588248,0,0,1.2022683616717262,0.9747899159663865,-840194809.9703996,-1654049.6927678585,0.45214333491227976,1543825.800084231,0,0,-0.5550432246110901,-2.0714818535567447,81.2422897170269,1,1,4.059398496240605,0.9445425251019466,1304.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1303.5333333333333,1305.0,1217.0,0.11251470362605431,1,0,0,none,1,0.7878787878787878,-0.07662835249042146,0,0.7,0,0,0,0.9313295291079842,87.5,6.274441213366103,106.71717171717178,108.6487683856105,18.609311424689395,12.334870211323292,8.64268111054722,1300.8,1258.1,1237.7166666666667,3.7278435736427973,0,0,11.357142857142858,0.8702791461412152,0,1.0606060606060606,127.0935017705041,0,1,6.0606060606060606,0,1,5.4119547657512035,92.42868119329027,0,0,0,0,0,0,-1.0057471264367734,-0.3971402456431825,-4.412546517809687,1.3510385344913258,53.40294117647045,0,0,1.6143530659343066,1.0,-1145132177.4399483,-1690814.1356420517,1.0900720621787223,1753847.0400074888,0,0,,-2.033416007115907,57.0766415790331,1,1,4.060150375939823,0.7808092718584019,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1299.6,1301.0,1217.0,0.41551246537396835,0,0,0,none,1,0.810126582278481,-0.07662835249042146,0,0.611,0,0,0,1.0,90.69767441860465,7.6300275818734224,110.03851776878093,108.51099436625752,16.870474133144853,9.24044655127143,8.409233278516155,1289.4,1249.0,1237.05,4.483586869495593,0,0,10.928571428571429,0.8374384236453203,0,1.0675675675675675,165.98079561042425,0,1,7.6923076923076925,0,1,5.241935483870974,96.92877399938709,0,0,0,0,0,0,0.22148394241416725,0.39263203159602433,1.770451770451757,1.5879939362307365,53.299999999999955,0,0,1.959389401032551,0.9831932773109243,-1154598011.105739,,1.3778132168872068,1432893.7765043415,0,0,,-1.9956105506849897,47.44684433107154,1,1,3.756390977443603,0.7162950123400105,1301.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1233.0333333333333,1300.0,1218.0,5.83655483766321,0,0,0,none,1,1.271186440677966,-0.07662835249042146,0,0.688,0,0,0,1.0,91.34615384615384,7.753796984473562,110.47619047619048,105.23809523809523,13.176098426040198,5.422301441566637,7.76345904672585,1269.2,1239.55,1230.9,5.280141987011411,0,0,13.714285714285714,1.050903119868637,0,1.144736842105263,242.76244588744527,0,1,15.714285714285714,0,1,6.270358306188917,80.5439675129612,0,0,0,0,0,0,0.08401792382373685,1.9100430701191335,5.238095238095255,1.5462055885452652,36.07352941176464,0,0,3.03747193242217,0.9915966386554622,-1459144357.9277163,-2574450.4826533794,1.827964353304291,2966374.562999049,0,0,-3.0034608788180726,-1.9180118712077476,32.22334958314115,1,1,2.7030075187969893,0.44181850558905833,1297.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.4666666666667,1294.0,1218.0,5.7136685208187155,0,0,0,none,1,1.4081632653061225,-0.22988505747126436,0,0.778,0,0,1,1.0,80.35714285714286,5.010232448298598,111.80210060807076,109.11921872120875,11.900536481316749,6.890304033018151,6.006131718761617,1255.0,1235.65,1213.9833333333333,5.612430704487514,0,0,14.071428571428571,1.078270388615216,0,1.2985074626865671,356.14445310470046,0,1,29.850746268656714,0,1,5.582524271844669,77.73858507640854,0,0,0,0,0,1,11.343058350100605,3.754671921185735,6.246545052515202,1.6786141765198208,29.961764705882388,0,0,3.1485464124089773,0.9327731092436975,-1555182503.0714557,-41056931.84794617,1.8695569924600652,1514070.943051003,0,0,-5.4073276510685995,-1.833503334521558,18.505786560265165,0,1,1.7330827067669088,0.30538377040904474,1286.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.4,1285.0,1193.0,5.719377835385608,0,0,0,none,1,2.4615384615384617,-0.07662835249042146,1,0.727,1,1,1,9.257853061403853,9.3702581961536,0.11240513474974632,1244.8,1210.6,1217.9833333333333,7.797786221708258,0,0,19.5,1.4942528735632183,1,1.7746478873239437,191.41653501843052,0,1,100.0,0,1,8.38870431893688,73.34261313583801,0,0,0,0,0,0,10.363917260321003,4.30957124015909,25.757575757575736,1.5266782956317975,21.991176470588243,0,0,4.82802666295048,0.23529411764705882,,,1.97169769587118,10142228.216304697,0,0,,-1.3990613682130504,25.121107714353034,1,1,3.8706766917292894,0.6339960931422153,1240.632,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1256.6833333333334,1258.0,1179.0,3.8447765944748635,0,0,0,none,1,0.9655172413793104,0.0,1,0.6,1,1,1,1.8809146871244593,-88.20197460168129,-90.08288928880575,1209.4,1305.6,,-6.326593137254899,0,0,86.5,7.072771872444808,0,0.21634615384615385,-44.84010391925733,0,0,-31.297709923664126,0,0,-5.559845559845556,42.8426946942496,1,0,1,0,1,0,1.564696053860139,4.5227325345038025,14.12027555390058,0.28780432841355535,,0,0,17.91092835863572,,-2345089126.5517716,-893956735.6005945,0.7634516076345061,-51139810.74129662,0,0,-6.81931900793735,-6.3601661642510905,,0,1,-19.472180451127837,0.679174041681717,1215.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,7.286975846540722,1,0,0,none,1,-15.52,-0.4088307440719542,1,0.0,0,0,0,0,4,0,0,0.0,1.0,0.0,1,1.0,81.67539267015707,136.6013071895425,119.60289166171522,9.5024796971112,38.39009287925697,42.90343429894957,36.340809313603025,0.35227228254976095,42.82604000421222 -31,2025-06-30 23:06:00,buy,1212.0,0.197,5,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5,0.2026641792205269,41.66666666666667,-0.503490604529909,6.666666666666799,2.2222222222222743,-2.9945008378792863,-2.4910102333493773,1.4297451708878808,1217.2,1223.2,1229.7333333333333,-0.42511445389143976,0,0,4.0,0.3284072249589491,0,0.2,-117.93020457280275,1,0,-80.0,0,0,-0.5714285714285672,16.06498298098164,0,0,0,0,0,0,0.0,0.1202170746061264,4.102564102564102,0.23458526020216652,-7.647058823529505,0,0,0.7807737954113899,0.9831932773109243,,,0.3272350029621519,-309509.0170664489,0,0,,-8.521436893251034,24.905174671012,0,1,-0.5368421052631578,0.5276779503825566,1215.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1224.3166666666666,1249.4,1215.0,-0.5159340584543703,1,0,0,none,1,-0.3445378151260504,0.0,0,0.294,0,0,0,0.08584087866608263,35.71428571428572,-0.6295506437023857,12.971342383107078,11.782988253576546,-4.281514177446525,-3.651963533744139,1.5389231161754584,1217.8,1223.8,1234.1,-0.6373590455956868,0,0,4.5,0.3700657894736842,0,0.23529411764705882,-177.56183745582686,1,0,-76.47058823529412,0,0,-0.7346938775510181,17.69528346613032,0,0,0,0,0,0,-10.952380952380942,-0.04741469225822614,5.279034690799396,0.05614521030612549,-12.320588235294053,0,0,0.9505358708370779,0.8319327731092437,-854905732.1439345,,1.5484306079559151,-587329.2240909236,0,0,,-8.638107174693488,36.2350582666807,1,1,-0.4947368421052634,0.3864397460888752,1212.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1222.8333333333335,1262.0,1215.3333333333333,-0.5588115033392516,1,0,0,none,1,-0.41414141414141414,-0.1644736842105263,0,0.348,0,0,0,0.08155538518508366,34.54545454545455,-0.7464647708344998,17.424242424242493,30.80808080808082,-6.27590695056233,-5.52944217972783,2.4084485855983178,1222.8,1230.4,1243.6833333333334,-1.007802340702213,0,0,7.071428571428571,0.5805770584095706,0,0.25,-154.6599496221662,1,0,-72.72727272727273,0,0,-1.6155088852988664,16.560903299957005,0,0,0,0,0,0,1.8181818181818272,-0.08365385726968277,-13.825757575757578,0.09596585731401686,-15.311764705882524,0,0,1.1460815821605475,0.6218487394957983,-1165956458.150091,,1.246868555473238,157158.10535324365,1,0,,-8.453248285275027,48.86972350891089,1,1,-1.0872180451128137,0.7537961705183566,1212.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1225.65,1264.5,1222.5,-0.6241586097172958,0,0,0,none,1,-0.7721518987341772,-0.16420361247947454,0,0.304,0,0,0,0.005486484007582915,26.666666666666657,-0.9775076286450961,31.11111111111114,25.93542260208928,-7.2881630473907535,-6.310655418745657,2.6462228359732007,1224.0,1234.15,1252.6333333333334,-1.3085929587165368,0,0,6.857142857142857,0.5629838142153413,0,0.034482758620689655,-170.4847277556443,1,0,-94.44444444444444,1,0,-1.4563106796116498,13.89323563760405,1,0,0,0,1,0,-5.891472868217065,-0.2682645160807553,1.8518518518518547,-0.05793407620759766,-19.07941176470581,0,0,1.0047709443843535,0.3277310924369748,-1191397977.480932,-7318230.580252647,1.3768920378071345,-100497.6045187749,0,0,,-8.417577348450822,65.98098167705739,1,1,-1.2804511278195583,0.8608457110562914,1217.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1249.0833333333333,1286.3,1217.0,-2.488491560477679,1,0,0,none,1,-1.4067796610169492,-0.5747126436781609,0,0.2,0,0,0,0.0,32.432432432432435,-2.9145858795411126,12.364088226157177,12.72403437920677,-7.503281958868911,-4.588696079327798,3.7909802915807846,1227.0,1242.75,1244.9666666666667,-1.9915509957754929,0,0,10.142857142857142,0.8327468918601924,0,0.02702702702702703,-162.45585438739485,1,0,-97.2972972972973,1,0,-2.4038461538461564,12.697787821401363,0,0,0,0,0,0,-0.9009009009008935,-0.3485757921034307,-4.846225535880711,-0.03856808959731062,-29.720588235294144,0,0,1.769674854129581,0.773109243697479,-1497606365.438277,-8688709.002761126,1.2114295801826735,-854127.6288212333,0,0,,-8.344210930390117,24.948278947736988,0,1,-1.7120300751879982,0.739503458446932,1217.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.7166666666667,1294.0,1217.0,-5.779817696582135,1,0,0,none,1,-0.4489795918367347,-0.6568144499178982,0,0.385,-1,-1,0,0.1136893235731575,22.131147540983605,-5.553187087097831,10.085790438114266,9.236402098096214,-1.8939807460874363,3.6592063410103943,6.717561627660499,1229.8,1250.45,1228.0833333333333,-2.5950657763205265,0,0,14.285714285714286,1.172882946281961,0,0.04285714285714286,-150.58912960851384,1,0,-93.47826086956522,1,0,-3.0254777070063743,12.58868135647218,0,0,0,0,0,0,2.131147540983605,-0.5893783112679563,-0.390189520624304,0.09049433193592817,-14.676470588235361,0,0,3.9965023508195108,0.9915966386554622,-1599317695.881544,,0.9074742814366962,-3224303.6147609204,0,0,,-8.262992861582797,28.051436365654336,1,1,-1.6744360902255788,0.2225200754827461,1215.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.8333333333335,1285.0,1217.3333333333333,-1.3632069105142475,1,0,0,none,1,-0.41025641025641024,-0.41050903119868637,0,0.455,0,0,0,4.496744532385253,9.30686764950201,4.810123117116757,1254.2,1218.2,1216.0166666666667,1.5432605483500117,0,0,25.142857142857142,2.032567271047465,0,0.8169014084507042,18.785939166861766,0,0,-23.636363636363637,0,0,1.5599343185550119,50.00163573035822,0,0,0,0,0,1,-1.8127705627705595,-1.8346822817156268,-41.21212121212122,0.5728919096573768,26.932352941176532,0,0,6.070555860046291,0.31932773109243695,-2072712899.8321464,-68281163.64617562,1.7149445759051714,2861960.4598324373,0,0,,-6.440675272706853,26.363439124814388,1,1,4.209022556390945,0.6935253682383415,1215.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1248.8166666666666,1250.0,1179.0,-0.9462290968783704,1,0,0,none,1,-0.6206896551724138,-0.40420371867421184,0,0.429,-1,0,0,1.8809146871244593,-88.20197460168129,-90.08288928880575,1209.4,1305.6,,-6.326593137254899,0,0,86.5,7.072771872444808,0,0.21634615384615385,-44.84010391925733,0,0,-31.297709923664126,0,0,-5.559845559845556,42.8426946942496,1,0,1,0,1,0,1.564696053860139,4.5227325345038025,14.12027555390058,0.28780432841355535,,0,0,17.91092835863572,,-2345089126.5517716,-893956735.6005945,0.7634516076345061,-51139810.74129662,0,0,-6.81931900793735,-6.3601661642510905,,0,1,-19.472180451127837,0.679174041681717,1215.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,7.286975846540722,1,0,0,none,1,-15.52,-0.4088307440719542,1,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.6571859623770676,58.00865800865801,88.4848484848485,118.26104179045358,9.818055792081166,38.39009287925697,42.90343429894957,36.340809313603025,0.35227228254976095,42.82604000421222 -32,2025-07-02 10:15:00,buy,1161.0,0.206,5,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#5,0.16045860050921634,29.411764705882362,-0.5130710146335393,14.814814814814946,19.753086419753135,-1.2423407946625957,-0.7292697800290564,1.0203030916490632,1166.4,1169.05,1169.5333333333333,-0.3464351396432974,0,0,2.2857142857142856,0.19619865113427343,0,0.0,-85.96491228070046,0,0,-100.0,1,0,-0.5972696245733822,33.897805057532295,0,0,0,0,0,0,-5.882352941176464,-0.02488296357491726,-7.4074074074074066,0.13289174538189458,-3.7529411764705856,0,0,0.5250715128805807,0.5294117647058824,-654959422.2056843,,0.31767255717352316,-6079.382160790265,0,0,,-12.27193254818577,26.39897034328606,1,1,-0.2939849624060056,0.34018384226325804,1165.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1168.5833333333335,1173.1666666666667,1164.0,-0.3066390929187923,1,0,0,none,1,-0.08403361344537816,-0.08583690987124463,0,0.452,-1,0,0,0.15951523079221422,38.46153846153846,-0.670810305043591,9.523809523809495,9.523809523809575,-0.913825182725077,-0.24301487768148597,0.9790799940118482,1165.8,1169.9,1169.8333333333333,-0.33336182579708495,0,0,2.9285714285714284,0.2511639304092134,0,0.14285714285714285,-112.55411255410601,1,0,-85.71428571428571,1,0,-0.2566295979469668,40.093040699433196,0,0,0,0,0,0,3.8461538461538325,0.020184128633535248,4.761904761904762,0.2587651957576146,-3.088235294117567,0,0,0.6101518211911728,0.11764705882352941,-869716310.2387372,-563343.4490588903,0.6706590225798583,-86759.9036109196,0,0,,-12.167066529912606,23.938028300565076,0,1,-0.2706766917293392,0.31272018299920656,1166.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1170.3333333333335,1173.3333333333333,1164.6666666666667,-0.37026488180007533,1,0,0,none,1,-0.16161616161616163,-0.08576329331046312,0,0.407,0,0,0,0.187237251131568,40.625,-0.12822550829213064,5.555555555555621,46.2962962962963,-1.0421178673866507,-0.91389235909452,0.9023457324243052,1169.0,1169.3,1173.9333333333334,-0.2822201317027262,0,1,4.571428571428571,0.39206076941926,0,0.0,-145.45454545455252,1,0,-100.0,1,0,0.0,36.403028790864475,0,0,0,0,0,0,-5.089285714285715,-0.19461528686959229,-44.444444444444436,0.3040496809651511,-1.520588235294099,0,0,0.8886737240091428,0.680672268907563,-1182461348.5202382,-1212298.6393785477,3.5390237254271395,-38396.494205038995,0,0,,-12.129698719983594,12.927299888807076,0,1,-0.007518796992485711,0.00028437204964870677,1167.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1170.2833333333333,1184.3,1164.0,-0.3660082316248148,1,0,0,none,1,-0.27848101265822783,-0.6003430531732418,0,0.368,0,0,1,0.19253753152985706,42.10526315789474,0.5364023462856511,80.00000000000004,92.06349206349209,-1.9817744940382909,-2.518176840323942,1.0010897887837027,1170.0,1169.6,1178.8333333333333,-0.30779753761969175,0,0,5.071428571428571,0.43494241607449147,1,0.2857142857142857,-126.92307692307573,1,0,-100.0,1,0,-0.1712328767123239,33.25967689353841,0,0,1,0,0,0,-15.78947368421052,-0.3449666511156466,-19.04761904761905,0.27442096338574373,-2.6588235294116203,0,0,1.1456695527169762,0.5210084033613446,-1213308406.9417968,-619996.423510313,1.2057004725927238,-159963.25903833658,0,0,,-12.101737528637525,20.17810998830621,0,1,-0.01804511278191813,0.0013301065932644907,1166.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1181.5,1194.0,1165.0,-1.3118916631400745,1,0,0,none,1,-0.5254237288135594,-0.17152658662092624,0,0.312,-1,-1,0,0.20405827818569078,32.075471698113205,0.6357905683716316,65.38461538461537,49.572649572649546,-6.205272135834321,-6.841062704205952,2.2882914202934037,1168.6,1173.95,1195.85,-0.6772009029345383,0,0,7.428571428571429,0.6370987503062975,0,0.0,-81.609962197021,0,0,-100.0,1,0,0.0,19.35707246809237,0,0,1,0,1,0,-10.232220609579102,-0.16692828982693708,0.0,0.21937541961943313,-10.520588235294099,0,0,1.2698263214276517,0.07563025210084033,-1522508844.6172493,-1171440.7879440784,2.503235056286941,-431360.19083548896,0,0,,-12.028512062212371,50.823388867391635,1,1,-0.9210526315789369,0.6583169809698375,1168.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1192.95,1211.7333333333333,1166.0,-2.2591055786076564,1,0,0,none,1,-1.0408163265306123,-1.0291595197255576,0,0.111,0,0,1,0.13109573557727996,32.5,-0.15371627016889278,11.859649122807008,16.795321637426863,-12.846211512547598,-12.692495242378705,3.8840931640603884,1170.0,1182.95,1219.1,-1.4328585316370157,0,0,10.0,0.8576329331046313,1,0.0,-101.19047619047481,1,0,-100.0,1,0,-2.0168067226890796,36.78000894461425,0,0,1,0,0,0,-1.2662337662337677,0.049105906692615164,-8.000000000000002,0.058948655290845406,-28.432352941176532,0,0,1.874509066945398,0.2857142857142857,-1649170184.5280235,-9817897.700018883,1.6025181942163587,-1051503.4600625336,0,0,,-11.951344967154087,68.09981443555232,1,1,-1.7646616541353342,0.8260358009245576,1168.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1217.0,1234.0,1166.0,-4.1906327033689355,1,0,0,none,1,-1.8461538461538463,-1.0291595197255576,0,0.125,0,0,0,-7.803095747274691,-10.375465802092322,-2.5723700548176303,1182.8,1221.1,1213.3666666666666,-4.430431578085326,0,0,29.714285714285715,2.5462112865711837,0,0.0,-153.47533338573146,1,0,-100.0,1,0,-6.189710610932475,35.87967606112656,0,0,0,0,0,0,1.2230028623471227,-0.6701094547188449,-2.2222222222222214,0.1509960284318798,-27.80882352941171,0,0,6.379261684741468,0.42857142857142855,-2181741583.873898,-133294012.54983187,0.8701457849191708,-10084564.242220595,0,0,,-11.502003057646949,44.424701218421355,1,1,-3.1067669172932515,0.36544372237943057,1167.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1248.6166666666668,1250.0,1167.0,-6.536567134295302,1,0,0,none,1,-0.896551724137931,-1.1996572407883461,0,0.429,0,0,0,5.830313229432122,-81.54709274613765,-87.37740597556977,1202.2,1264.5,,-5.891656781336496,0,0,72.64285714285714,6.104441776710684,0,0.2780487804878049,-50.78745845976029,0,0,-50.86206896551724,0,0,-0.08396305625524292,51.843963082627624,1,0,1,0,1,0,5.7392844122701945,0.8386932059202508,5.094588122605359,0.19248558197018573,,0,0,16.649943610440655,,-2382424631.9283843,-213546479.41913748,0.9757173649917386,-14848227.912795052,0,0,-6.62743384916617,-8.443199111484024,37.56350537774109,1,1,-12.133834586466174,0.5948630302036924,1190.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,4.3920697116790475,1,0,0,none,1,-15.592592592592593,-6.386554621848739,0,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.05515897508610119,38.52459016393443,9.136546184738975,10.148269847065047,9.959584053523072,41.75824175824175,63.130648416249876,54.69004766961465,0.29988820914369946,29.44182727127394 -33,2025-07-03 02:45:00,buy,1274.0,0.188,5,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#5,0.0,41.99999999999999,-2.5725249528169662,42.4501424501426,55.84045584045587,3.6788842490188927,6.251409201835859,1.2844426778864548,1282.6,1286.0,1262.3166666666666,-0.7776049766718529,0,0,5.571428571428571,0.4366323331840573,1,0.07692307692307693,-174.72766884531748,1,0,-92.3076923076923,1,0,-0.7776049766718529,44.03590133265577,0,0,0,0,0,0,-4.9387755102040884,-0.45582353147616317,-14.102564102564102,0.210172829960274,2.0499999999999545,0,0,1.0532740779286403,0.9243697478991597,-674636070.0798055,-1143296.5964877605,0.20889911470562866,-572.2167090717703,0,0,,-3.6287535007563543,22.479111286579517,0,1,-0.14887218045112194,0.04548872180450725,1275.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1222.6666666666665,1288.0,1213.3333333333333,4.362050163576892,1,0,0,none,1,0.5630252100840336,-0.4702194357366771,0,0.742,-1,0,0,0.5024368204302765,55.71428571428571,-1.5549078721198342,68.88888888888889,91.11111111111116,10.264235732196767,11.8191436043166,3.2062725271703445,1286.6,1279.9,1247.2333333333333,0.007813110399235157,0,0,7.785714285714286,0.6082589285714286,0,0.6666666666666666,-3.667384198356487,0,0,-80.0,0,0,-0.6982156710628407,55.541008107632194,0,0,0,0,0,0,-4.285714285714292,-0.7524352553452474,-33.33333333333333,0.583838725007516,19.826470588235452,0,0,1.5007982186949396,0.8991596638655462,-888720400.8382405,-2293558.114959836,0.36499670201938506,320075.82815862726,1,0,,-3.2918290789299864,48.83767389622777,1,1,1.3578947368420888,0.6131507887630874,1278.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1223.5,1288.0,1207.7333333333333,4.61789946873723,1,0,0,none,1,0.6666666666666666,-0.625,0,0.656,-1,-1,0,0.7298170757676359,69.76744186046511,1.6430499264120435,98.93320964749542,101.71479659057299,16.278478648556984,14.63542872214494,7.099840645246543,1284.2,1259.45,1231.3166666666666,1.6316646155067671,0,0,10.142857142857142,0.7924107142857142,0,0.9038461538461539,54.314860766473885,0,0,-11.363636363636363,0,1,2.646351242983158,70.9202618792539,0,0,0,0,0,1,-7.244052392408449,-1.07882578114312,-3.787878787878796,0.9046172550117202,37.61764705882342,0,0,1.7346588062605,0.7899159663865546,,,0.5056611524167411,264275.1396669727,0,0,,-3.248650394593988,47.05083549982485,1,1,3.5496240601503697,0.8824572634911153,1273.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1208.5,1285.0,1206.8,5.916425320645424,1,0,0,none,1,1.2531645569620253,0.0,0,0.739,0,0,0,0.9041500515285096,86.66666666666667,4.731031232788403,105.0961443155913,106.4428540016839,18.595418855369644,13.86438762258124,8.045789255286584,1283.0,1245.5,1216.35,3.25170614211161,0,0,10.428571428571429,0.8109309042435014,0,1.0317460317460319,111.40805952942489,0,1,3.508771929824561,0,1,4.129554655870438,95.30883118171548,0,0,0,0,0,1,7.8787878787878896,-0.46566996640064673,-2.8533978624722494,1.3076215952974695,49.90588235294126,0,0,1.8862958121219902,0.957983193277311,-1227188446.78872,-4264510.63997364,0.7200551102285412,1371789.5426594727,0,0,,-2.7552282025424146,42.54487370060427,1,1,3.921804511278189,0.8576994687977793,1282.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1205.1666666666665,1284.0,1203.3333333333333,6.707232747891045,0,0,0,none,1,1.9661016949152543,-0.6220839813374806,0,0.833,0,0,0,1.0,88.17204301075269,6.035808644359715,104.8309178743961,102.83922366302225,20.29253015880022,14.256721514440503,7.712782690291004,1265.2,1230.65,1196.8333333333333,4.4976232072482025,0,0,12.714285714285714,0.9886691846256388,0,1.0833333333333333,181.44535255001972,0,1,8.695652173913043,0,1,5.930807248764425,76.08968715677962,0,0,0,0,0,0,-0.6034671933289388,0.7192718237009998,2.021357742181536,1.5059896169474862,56.80294117647054,0,0,2.099427169986309,0.9411764705882353,-1531050630.5496342,-1042438.5138828754,0.7016063659214395,3705155.0065224087,0,0,-1.4511613394881824,-2.679981352298788,44.597842558216506,1,1,3.2157894736842074,0.6427941907523622,1285.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1205.9,1257.2,1166.0,6.642341819388009,0,0,0,none,1,2.122448979591837,-1.088646967340591,0,0.846,0,0,0,1.0,86.09271523178808,8.718249644780595,105.97121334409469,104.24670320907138,15.35422918034692,6.635979535566324,10.354019965768693,1241.8,1203.15,1209.1,6.719860366537822,0,0,19.5,1.5186915887850467,0,1.1037735849056605,204.82060070748972,0,1,13.095238095238097,0,1,6.733167082294256,91.5007950955742,0,0,0,0,0,1,4.041433180506033,2.4166986729512123,3.655859506923335,1.3795958429235673,52.05294117647054,0,0,2.9642523892446806,0.8319327731092437,-1669947591.345996,-25803032.928800583,0.8216585158343498,4266253.335412256,0,0,-1.3710772174223376,-2.7495930845893524,47.50876437130905,1,1,4.887969924812022,0.8621593256442586,1278.6,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1207.0166666666667,1262.3,1166.0,6.3779842863257885,0,0,0,none,1,1.8974358974358974,-1.0903426791277258,1,0.545,1,1,0,1.0170640962363393,-4.829111682204939,-5.846175778441278,1199.0,1217.35,1215.6666666666667,1.4498706206103495,0,0,31.0,2.5101214574898787,0,0.8192771084337349,117.31843575419009,0,1,3.0303030303030303,0,1,0.7340946166394691,62.48070570607432,0,1,0,0,0,0,8.627600687154036,3.105623734011864,31.13058293781185,0.7114530494721737,3.520588235294099,1,0,6.593258605556423,0.5126050420168067,-2170217170.2969985,-39244245.06886983,1.7332199655553076,10167258.828645185,0,0,,-6.073683059493195,46.039286027588695,1,1,-3.3195488721804516,0.37124835083318364,1201.63976,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1248.6166666666668,1250.0,1167.0,-1.0905401978189344,1,0,0,none,1,1.9655172413793103,-5.506072874493928,0,0.5,0,0,0,9.718753232288776,-75.22896443520881,-84.94771766749759,1212.4,1250.75,,-1.2592444533280012,0,0,76.28571428571429,6.176980913823019,0,0.4975609756097561,19.13679109687483,0,0,-12.068965517241379,0,1,9.002647837599298,51.81027037352935,0,0,0,0,0,0,6.6460135609071855,3.8884400028566546,6.4095814688075805,0.3684857722672507,,0,0,15.908962305262964,,-2364527616.9576125,-190595533.07172108,1.226605562918731,35874579.507404074,0,0,-5.979217894503783,-4.822393659986468,35.13962720172886,1,1,-8.67894736842107,0.49395184033608963,1218.72,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1139.9333333333334,1549.0,1133.0,8.339668986490434,1,0,0,none,1,-13.428571428571429,-4.2105263157894735,1,0.0,0,0,0,0,2,0,0,0.0,0.5,0.0,0,0.636900141122453,47.337278106508876,76.13447911955376,47.4205581560374,10.590716771529728,48.40425531914894,69.54022988505746,63.56897953165062,0.44610334729073275,23.364056764725262 -34,2025-07-06 03:48:00,buy,1174.0,0.204,5,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5,0.28808782961306306,30.769230769230774,-0.5464674935009501,9.090909090909241,3.823953823953918,-3.8859033700471173,-3.339435876546167,2.034196122877955,1176.4,1183.1,1189.15,-0.43107091539176245,0,0,3.2857142857142856,0.2789231142372059,0,0.1875,-54.054054054053516,0,0,-72.72727272727273,0,0,-0.5067567567567544,5.938514276341664,0,0,0,0,0,0,10.769230769230774,0.33291886004869875,11.47186147186147,0.22639623168584866,-9.217647058823331,0,0,0.6346089193147783,1.0,-716571591.0512772,,0.13973668060836275,-124077.4412875697,0,0,,-10.701201430877427,45.76063391170212,1,1,-0.9548872180450906,0.8815838666162353,1177.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.65,1196.0,1175.0,-1.4761845021536435,1,0,0,none,1,-0.12605042016806722,-0.1697792869269949,1,0.472,0,0,0,0.19092134561725052,28.0,-1.1251991587898464,12.777777777777766,9.603174603174669,-4.153085945717294,-3.0278867869274473,2.1553113175836427,1176.8,1185.9,1190.9833333333333,-0.6661607218146681,0,0,3.357142857142857,0.2849866601988843,0,0.21052631578947367,-115.14778325123044,1,0,-75.0,0,0,-1.0915197313182246,1.7052950482861036,0,0,0,0,0,0,6.260869565217391,0.2646709508012943,5.952380952380951,0.04049704307926886,-12.147058823529505,0,0,0.6420518576880786,0.865546218487395,,,0.9312510446823725,-239398.68252407946,0,0,,-10.66969368546945,34.65548317765067,1,1,-0.9654135338346054,0.7989114317115291,1174.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1190.3333333333333,1201.0666666666666,1174.9333333333334,-1.0361243349201854,1,0,0,none,1,-0.23232323232323232,0.0,0,0.333,0,0,0,0.0,27.08333333333333,-1.6731676709612877,11.425438596491285,23.864584895286693,-3.9872376110281493,-2.3140699400668616,2.096960285288808,1181.8,1189.8,1194.9166666666667,-1.2439065389140969,0,0,6.285714285714286,0.5349544072948328,0,0.05,-204.8498009410107,1,0,-95.0,1,0,-1.755852842809369,19.357605053886232,0,0,0,0,0,0,-5.569727891156461,-0.31427690323611746,-11.153846153846155,-0.01709059412958799,-11.755882352941171,0,0,1.0211706518172237,0.9915966386554622,,,0.8678967882546992,-365750.8000715785,0,0,,-10.858783578666086,38.27268421668287,1,1,-0.8045112781954954,0.5822693910099916,1174.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1207.25,1207.8333333333333,1177.5,-2.671360530130462,0,0,0,none,1,-0.34177215189873417,0.0,0,0.381,0,0,0,0.0,28.205128205128204,-1.4192630351483086,17.02786377708984,28.814907143080575,-3.9634572533409482,-2.5441942181926396,1.8808672523470047,1183.8,1190.9,1197.9166666666667,-1.083214375682262,0,0,6.071428571428571,0.5154014067426631,0,0.15,-213.005632360469,1,0,-84.21052631578947,1,0,-1.340033500837523,14.660663797050532,0,0,0,0,0,0,3.8148843026891797,-0.25466539447956515,-12.918660287081341,0.018156090307287095,-11.523529411764684,0,0,1.0040468783850767,0.5546218487394958,-1318178630.8835526,-2525429.3573179245,1.246532847170159,-301035.21823320165,0,0,,-10.596141948167915,23.471378035416475,0,1,-0.6225563909774381,0.4325920541535162,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1198.65,1208.0,1178.3,-1.7227714512159542,0,0,0,none,1,-0.423728813559322,-0.08488964346349745,0,0.333,0,0,0,0.0,27.272727272727266,-1.3285648443199864,22.556390977443588,34.474063947748114,-4.0930469026147875,-2.764482058294801,2.152646865415358,1189.0,1195.3,1197.65,-1.5309964025767564,0,0,7.857142857142857,0.6675567423230974,0,0.08,-253.10173697270733,1,0,-89.47368421052632,1,0,-1.5062761506276168,24.89456091989898,0,0,0,0,1,0,-11.363636363636367,-0.8003280564882433,-20.733652312599677,-0.03998473280207157,-12.673529411764548,0,0,1.3309162768317606,0.17647058823529413,-1652714649.5316505,,1.1358654956754755,213309.58155024424,1,0,,-10.607273882848013,60.62188286452992,1,1,-0.8676691729323094,0.6367910363545541,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.5333333333333,1207.0,1191.0,-1.2197168914004353,0,0,0,none,1,-0.3673469387755102,-0.08496176720475786,0,0.429,-1,-1,0,0.08284240488104516,38.983050847457626,1.0262291657434108,40.93406593406592,38.4310134310134,-7.301425688084237,-8.327654853827648,1.8588954301105471,1193.6,1199.3,1237.5333333333333,-0.7754523472025321,0,0,8.857142857142858,0.7442977190876351,1,0.5357142857142857,-231.3390313390318,1,0,-46.42857142857143,0,0,-1.2448132780082943,31.367557203735885,0,0,0,0,0,0,-6.471494607087834,-0.3586618980099825,-2.65567765567765,0.20668512322639715,-10.073529411764639,0,0,1.5560029183480621,0.03361344537815126,-1859149629.9059734,-15932382.273776054,1.3554093959352116,-1111369.1523384973,0,0,,-9.545157211773258,29.013697646647106,1,1,-0.38947368421052747,0.17091440903173905,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.15,1230.8,1184.3,-0.4309082541940401,1,0,0,none,1,-2.0,-0.08403361344537816,0,0.125,0,0,0,-8.200753301730531,-9.59117809542522,-1.39042479369469,1202.4,1248.65,1222.8833333333334,-4.056380891362677,0,0,28.0,2.337228714524207,0,0.19166666666666668,-98.49849849849865,0,0,-78.0952380952381,0,0,-6.7704280155642005,20.902418683713307,0,0,0,0,0,0,-8.216638693354042,0.6594957639700034,3.251743064827176,0.24213877687865346,-30.5205882352941,0,0,5.859097663652461,0.3277310924369748,-2537846190.394887,-291079600.82279253,0.4454519523146017,-10713013.786923729,0,0,-8.526416364113325,-8.5781594247739,32.50969469806595,1,1,-5.296992481203023,0.46383933036856484,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.8666666666668,1295.0,1184.0666666666666,-7.337699169803546,1,0,0,none,1,-1.0344827586206897,-0.08347245409015025,0,0.375,0,0,0,12.651804827305725,-61.74091152218466,-74.39271634949039,1222.2,1231.0,,-2.680747359870028,0,0,69.92857142857143,5.837109468161221,0,0.4961832061068702,-43.24789721173631,0,0,-60.0,0,0,-4.54183266932271,56.68125082884677,1,0,1,0,1,0,4.4282909303588625,-1.3683989729054673,-15.977011494252878,0.2699540030739239,,0,0,14.502278287541472,,-2659591353.9186535,-370550420.172523,0.4252757998386579,-1018064.8685119599,0,0,-6.8587776944170855,-7.314247162702792,26.33250673817162,1,1,-4.013533834586473,0.16945805999479924,1198.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,0.21750041827002242,1,0,0,none,1,-13.32258064516129,-2.2537562604340566,0,0.25,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.2248054269189062,15.70680628272251,18.205014092864577,16.244869702813645,14.740046818319168,50.63291139240506,84.48717948717947,93.0128205128205,0.3569709964651069,18.742683606937337 -35,2025-07-09 00:24:00,buy,1169.0,0.205,5,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#5,0.3139897310588738,20.0,0.09830311243126344,15.07936507936523,6.878306878306894,-2.835026275342898,-2.9333293877741613,1.0301133809023726,1171.4,1174.25,1181.65,-0.19161166702150734,0,0,2.4285714285714284,0.2072159921989273,0,0.2857142857142857,-76.80882664968667,0,0,-71.42857142857143,0,0,-0.2553191489361728,15.876686199159607,0,0,1,0,0,0,-16.842105263157897,0.12053158033910583,9.523809523809524,0.2452079469046483,-6.6264705882354065,0,0,0.48506811561732344,0.5378151260504201,,,0.9794655835735231,-202089.8048412092,0,0,,-10.773581291862344,59.624003447532864,1,1,-0.37819548872182174,0.547431167847682,1170.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1187.6666666666665,1190.0,1170.6666666666667,-1.3191131069323458,1,0,0,none,1,-0.058823529411764705,0.0,0,0.485,0,0,0,0.2573065334155947,29.629629629629633,-0.5933046973008778,16.72077922077924,12.774571107904544,-3.643570235109337,-3.050265537808459,2.203061326152611,1171.6,1178.3,1183.7333333333333,-0.5346685903420134,0,0,3.7857142857142856,0.32301316431009264,0,0.10526315789473684,-83.97271952259034,0,0,-71.42857142857143,0,0,-0.2553191489361728,10.201560679098364,0,0,1,0,1,0,3.7037037037037095,0.191532631113986,4.761904761904761,0.1824308236016691,-10.09705882352955,0,0,0.7883294025959244,0.9411764705882353,,,0.8366831917655515,-175356.52585922647,0,0,,-10.743329576770744,51.670166451479055,1,1,-0.9894736842105359,0.8136386955892614,1170.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.0,1190.0,1170.6666666666667,-0.4248088360237934,1,0,0,none,1,-0.06060606060606061,0.0,0,0.481,0,0,0,0.10760611082539032,30.612244897959187,-1.7242392118521852,9.477124183006593,14.963409865370684,-2.8316930367498117,-1.1074538248976264,2.1881204260424587,1174.2,1182.15,1181.3166666666666,-0.858605083957209,0,0,5.928571428571429,0.5058508044856168,0,0.1111111111111111,-127.65957446808565,1,0,-88.23529411764706,1,0,-0.7620660457239636,19.151724157516895,0,0,0,0,0,0,-5.236811705814404,0.07528931294673469,-2.7450980392156854,0.17009644229173443,-10.479411764705901,0,0,1.218037022130245,0.9915966386554622,-1327799184.6101062,-2605300.9602324963,1.8926040987840578,-642244.8632370625,0,0,,-10.703436610639294,43.99183882021088,1,1,-0.8127819548872086,0.5529024562539064,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.5,1188.0,1170.6,-0.4670912951167727,1,0,0,none,1,-0.06329113924050633,-0.17064846416382254,0,0.474,0,0,1,0.0,35.84905660377359,-1.831852177597578,14.561965811965889,17.06196581196591,-1.8466188999427686,-0.014766722345190577,1.9834958768056785,1175.0,1183.65,1181.9166666666667,-1.0687280868500015,0,0,5.928571428571429,0.5062827863852629,0,0.058823529411764705,-180.11695906432686,1,0,-93.75,1,0,-1.0979729729729715,20.71845669747465,0,0,0,0,0,0,0.6638714185883998,-0.2503240181098765,2.083333333333334,0.08531323372247916,-7.232352941176487,0,0,1.228177047927202,0.8571428571428571,-1352878267.6730762,-7290477.020155668,1.6699922576595883,-345822.28265895694,0,0,,-10.746713477199021,29.290876829460583,1,1,-0.6593984962406025,0.44174813322359474,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1184.35,1188.9,1170.7,-1.1272005741545965,1,0,0,none,1,-0.4406779661016949,-0.1707941929974381,0,0.444,0,0,0,0.07159271550387104,44.44444444444444,-0.24252566971992384,50.96153846153843,84.4373219373219,-1.2468399122697065,-1.0043142425497826,1.798447961755039,1182.6,1181.1,1187.4333333333334,-0.77046820760307,0,0,7.642857142857143,0.6521209166260361,0,0.125,-157.07906488048482,1,0,-87.5,1,0,-0.4248088360237934,37.268389980733645,1,0,0,0,1,0,-3.9426523297491087,-0.7916921452589991,-29.166666666666664,0.17473139055846407,-3.3941176470586925,0,0,1.431683653856721,0.5882352941176471,-1701628121.0532572,-10366823.715757608,2.107310270435344,3550.3848830088973,1,0,,-10.60694184628258,16.10139236045288,0,1,0.15789473684209931,0.030942417634225006,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1180.15,1191.0,1170.0,-0.6905901792145119,1,0,0,none,1,-0.40816326530612246,-0.17064846416382254,0,0.357,-1,0,1,0.0006191437394625754,38.095238095238095,0.7458498704545491,106.66666666666667,126.66666666666663,-4.036857445182704,-4.7827073156372535,1.8535992322512524,1184.4,1182.95,1196.1833333333334,-0.9256519717655065,0,0,8.785714285714286,0.749634324719649,1,-0.09090909090909091,-187.70226537217144,1,0,-110.00000000000001,1,0,-0.9298393913778513,35.78715015685154,0,0,1,0,1,0,-8.058608058608058,-0.9496833636396786,-36.66666666666667,0.1328895100589734,-7.455882352941217,0,0,1.7551830718451655,0.47058823529411764,-1918206436.5182288,-19921571.760545492,1.5547200189094752,176756.15230114758,1,0,-3.6001295056865477,-10.531734418577265,16.53261683775866,0,1,-0.25639097744362277,0.07656478089874219,1173.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1180.2,1221.0,1173.0,-0.6947974919505162,0,0,0,none,1,-1.1282051282051282,-0.5119453924914675,0,0.143,-1,-1,0,-1.4083701349667397,-10.954439810900112,-9.546069675933373,1180.4,1193.0,1220.5833333333333,-1.7602682313495377,0,0,17.285714285714285,1.4748902974158946,1,-0.027777777777777776,-54.735941843063195,0,0,-102.77777777777777,1,0,-4.326530612244895,44.419695973678905,0,0,0,0,0,0,-8.41073648796899,-0.535583402739034,-2.07535121328225,0.15084642929255881,-30.405882352941262,0,0,3.289767587185839,0.04201680672268908,-2641235692.3973002,-104877596.2344532,1.1146922384689615,-4658954.538515098,0,0,,-10.167516944085175,35.79869419167741,1,1,-0.47218045112781537,0.03441612387514681,1173.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1181.6666666666667,1273.5333333333333,1176.4666666666667,-0.8180535966149538,0,0,0,none,1,-3.689655172413793,-3.0716723549488054,0,0.25,-1,0,0,9.152487657782657,-57.19883997856141,-66.35132763634407,1193.2,1212.9,,-3.372083436392126,0,0,50.285714285714285,4.290589956118966,0,0.33620689655172414,-62.80587275693289,0,0,-101.66666666666666,1,0,-2.170283806343909,50.5044464115196,0,0,1,0,0,0,-16.1445823140697,-1.7961943408916738,-13.888888888888886,0.14799186937942388,-100.22352941176473,0,0,13.010210576801434,,-2856728928.787863,-564545831.8364854,0.6805134655086569,-3497719.307113111,0,0,-7.131232580321043,-8.908146889403623,17.723463132022122,0,1,-1.4676691729323361,0.0427139090995885,1173.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,-1.957503764430324,1,0,0,none,1,-12.911764705882353,-1.7064846416382253,0,0.2,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.15134310629679773,43.80165289256198,8.812260536398485,8.099191145168176,5.048711966234591,35.863874345549746,19.619365828092235,33.512706283932694,0.2566194984847347,13.855191420010371 -36,2025-07-11 15:06:00,sell,1534.0,0.65,5,고점 매도 · 비중 65% · 분할 · leg#5,0.6735097513214274,58.62068965517241,-0.8272152099770604,66.66666666666681,92.59259259259271,8.864351359469993,9.691566569447053,2.2735167017989095,1529.8,1521.0,1494.6333333333334,0.39447731755424265,0,0,8.0,0.5239030779305829,0,0.8095238095238095,89.69072164948491,0,0,-22.22222222222222,0,0,0.6591957811469928,71.74525179634031,0,1,0,1,0,1,3.0651340996168557,-0.28154183514540243,-29.629629629629648,0.7256161207057943,19.46764705882333,0,0,1.5804257624399298,1.0,-785067186.022945,-6649977.538012266,0.645312372119754,640160.5074787345,0,0,,16.135216869023417,23.310702320467836,0,1,1.1548872180451117,0.6246150587736992,1526.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1478.3166666666666,1531.0,1440.1666666666667,3.2931600130779337,1,0,0,none,1,0.6974789915966386,-0.5239030779305829,1,0.667,0,0,0,0.7421977525653652,61.81818181818181,0.5342683663255983,110.83333333333336,118.88047138047149,13.731120322676588,13.19685195635099,4.8356234517665575,1530.4,1511.3,1480.9,1.1711771322702402,0,0,10.142857142857142,0.6633654115668504,0,1.0,98.92270189510116,0,0,-0.0,0,1,0.5921052631578938,78.74876971254254,0,1,0,1,0,1,-0.3439803439803555,-0.5166840660396907,-7.0707070707070585,0.8773698366863338,31.897058823529505,0,0,1.8919316524427066,1.0,-1033179931.435821,-2739721.0915397406,0.6815934693498368,924788.7942725043,0,0,-1.9270671438131743,16.318676181276626,29.627407715398856,1,1,2.879699248120271,0.8695127968450029,1530.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.6333333333332,1529.0,1411.0,6.726540868796405,1,0,0,none,1,1.1717171717171717,-0.5232177894048398,0,0.741,0,0,0,0.8432858731830548,76.19047619047619,2.1176545652318204,110.83333333333339,110.85932423651725,20.22477974256026,18.107125177328438,5.41345501523838,1522.0,1493.25,1443.5166666666667,1.858362631843291,0,0,11.5,0.7560815253122946,0,0.9642857142857143,123.17518248175118,0,1,-4.444444444444445,0,1,2.9790115098171865,76.86610999186703,0,0,0,0,0,0,-14.087301587301582,-0.7931584403975904,-4.113060428849906,1.0509736231214566,47.22352941176473,0,0,1.5508045661553158,0.42857142857142855,-1388499343.0442164,-1897899.3542480469,0.869697664517624,4189331.3003555057,0,0,-1.3156957930513953,15.760860967905677,49.55487434977979,1,1,3.0744360902255345,0.8100369968705389,1523.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.5,1523.0,1323.2,6.326459279972041,1,0,0,none,1,2.8354430379746836,-1.051939513477975,0,0.952,0,-1,0,0.8999933425993983,73.2824427480916,1.4815619237163666,108.68951354126564,111.05578644383377,27.71406560551418,26.232503681797812,6.908431986105898,1517.8,1480.1,1398.9333333333334,2.7633268022430935,0,0,13.428571428571429,0.882877805954729,0,1.0,149.8470948012226,0,1,-0.0,0,1,3.0487804878048808,78.0707569307431,0,0,0,0,0,0,-4.495335029686174,-0.2606649041632245,-6.3218390804597675,1.2249976139843166,60.09999999999991,0,0,2.332502230983208,0.7899159663865546,-1424904890.6209016,-6171746.75224638,0.9076363946872389,2316879.4242255874,0,0,-1.457563591156532,15.800990532855842,40.42232684393082,1,1,4.0466165413533615,0.8770635088179536,1523.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1422.4833333333333,1521.0,1323.9666666666667,6.925681613141332,1,0,0,none,1,4.254237288135593,-0.9204470742932281,1,0.938,0,0,0,0.8807706813563815,78.80794701986756,2.764405022267141,104.60196833934562,106.92862801619253,48.752913163265475,45.988508140998334,13.659855935575424,1502.0,1445.8,1328.5666666666666,5.201272651819067,0,0,16.214285714285715,1.0660279891049123,0,1.0426829268292683,130.4692260816579,0,1,7.865168539325842,0,1,4.53608247422681,94.36784171352383,0,1,0,1,0,1,-0.809887375036908,-0.02471695248689798,-1.0819808572617688,1.645299017046445,116.47647058823532,0,0,3.2065405114376127,0.865546218487395,-1769733597.440053,-358465.67241334915,0.7915067883904481,6191787.896967255,0,0,-0.24166842118807766,15.873755065641483,75.37731358736349,1,1,7.933834586466188,0.9037444249262797,1514.34196,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1509.5333333333333,1514.0,1254.9333333333334,0.7596166585699837,0,0,0,none,1,5.510204081632653,-0.26298487836949375,0,0.933,0,0,0,0.9041385707898534,95.39007092198581,13.04663914039594,105.64150194022757,105.1542385284305,67.33949276232192,54.292853621925985,26.512702382316238,1488.4,1373.8,1265.4333333333334,10.714805648566017,0,0,36.142857142857146,2.3762562224100687,0,1.0708333333333333,99.36510576949739,0,0,9.659090909090908,0,1,14.533132530120474,87.32975092864739,0,0,0,0,0,1,6.267263904441947,-0.38130378912315166,1.386363636363626,1.3605543259902417,163.15294117647045,0,0,4.592849729375696,0.9327731092436975,-2046286324.901983,-55511518.659170866,1.7522777518238262,25175870.821014825,0,0,-2.1831168655907556,15.912251689755585,58.65639140256633,1,1,14.978947368421016,0.9470994821405854,1481.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1488.25,1504.0,1220.5,2.2005711406013706,0,0,0,none,1,8.538461538461538,-0.26298487836949375,0,0.812,0,0,0,28.681774910877603,48.38951997363938,19.707745062761777,1360.4,1239.8,1227.0166666666667,18.97080174221648,0,0,46.42857142857143,3.14769975786925,0,1.0378006872852235,232.60555318811163,0,1,3.873239436619718,0,1,23.845507976490342,89.86455006366995,0,0,0,0,0,0,0.2160743913261598,6.005627874609697,-6.574088727119275,1.5895785006915362,152.87941176470576,0,0,6.824340666634548,0.7815126050420168,-2646653775.8091516,14459868.221289158,3.1046400172423763,44583703.24306795,0,0,-0.5335293016372206,12.878192979646187,50.33569167754994,1,1,11.834586466165392,0.6656379748942407,1263.8110204686513,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.85,1464.0,1173.0,25.22816997070936,0,0,0,none,1,9.931034482758621,-1.152542372881356,1,0.75,1,0,1,15.351478680340257,-44.86876070442395,-60.220239384764206,1207.0,1209.2,,6.103208733046639,0,0,64.78571428571429,5.049549047990202,0,1.1627906976744187,309.06294545727405,0,1,23.595505617977526,0,1,5.509868421052633,72.23451124635949,0,0,0,0,0,1,20.98123324396783,6.178604354361035,32.34433520599251,0.6585620173944752,-44.02647058823527,0,0,13.900960139983686,,-2807932996.1034102,-422217241.1138234,2.7125278036601563,50663727.7487855,0,0,-2.6043218738910747,-0.4347949666061446,14.737439469572852,0,1,1.221052631578955,0.03231814183036452,1216.88,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,7.328091015559646,1,0,0,none,1,-9.11111111111111,-16.757599376461418,1,0.333,1,1,1,0,2,0,0,0.0,0.5,0.0,0,1.0,91.41104294478528,107.10673593998341,112.27976381418777,27.68703331098668,62.0,48.976279650436936,28.4091966409912,0.9591463705398391,13.292512202308865 -37,2025-07-11 15:15:00,sell,1527.0,0.35,5,고점 매도 · 비중 35% · 분할 · leg#5,0.5386263993230157,55.319148936170215,-0.7223998781044898,97.13423831070905,94.46958270487693,8.661750218140924,9.384150096245413,2.292341856835682,1530.2,1524.65,1497.8,0.08854491194700831,0,0,9.928571428571429,0.6506272233664108,0,0.6190476190476191,57.0666666666657,0,0,-61.53846153846154,0,0,-0.06548788474132206,65.5539598636791,0,0,0,0,0,0,-12.582085631731026,-0.7532649049765379,-13.105413105413106,0.5636090613263751,17.564705882352882,0,0,1.8496034401011467,1.0,-784897492.201891,-4487770.830270648,0.6082131156972461,495494.17110935226,1,0,,16.049045922081785,17.397518238986297,0,1,1.0804511278195372,0.5351791633093291,1526.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1476.1333333333332,1534.0,1440.6666666666667,3.37819528497878,1,0,0,none,1,0.7142857142857143,-0.5897771952817824,0,0.676,0,-1,0,0.8099230270701988,63.15789473684211,0.5088240394611656,101.11111111111113,109.94949494949508,13.832882005677448,13.324057966216282,4.699408696922525,1532.4,1513.95,1482.15,1.456454968790255,0,0,10.285714285714286,0.6696428571428572,0,1.1521739130434783,96.10367752251094,0,0,33.33333333333333,0,1,1.7218543046357615,78.38851048266106,0,1,0,1,0,1,1.3397129186602967,-0.025444326864432654,-9.722222222222229,0.9906229561440859,30.188235294117476,0,0,1.8961541537121402,1.0,-1033356441.9936844,-3105491.3840800524,0.5903832702015217,1258466.2581103295,0,0,-1.905050432022353,16.846032483614493,27.68232264512341,1,1,2.7857142857143047,0.8585224821842998,1535.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1423.5500000000002,1529.0,1418.0,7.899265919707754,0,0,0,none,1,1.2626262626262625,-0.5859375,0,0.75,1,0,0,0.9521118593643879,78.26086956521739,2.301693022624253,113.61111111111116,113.13027940220927,20.984241455608753,18.6825484329845,5.929197424118326,1527.2,1495.9,1446.8333333333333,2.680660471956675,0,0,11.571428571428571,0.7533482142857143,0,1.1694915254237288,118.04613297150611,0,1,20.833333333333336,0,1,3.5738368172623103,76.61493552496933,0,0,0,0,0,0,2.070393374741201,0.18403845739243252,2.7777777777777715,1.2886326611195005,47.0,0,0,1.6398551540938877,0.5294117647058824,-1390497026.0429327,-3832988.7998826504,0.606051769684326,4223515.418745522,0,0,-1.3173959338341,16.894600758773493,49.72026931295185,1,1,3.523308270676711,0.8836745892863785,1528.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1420.6333333333332,1526.0,1322.5333333333333,8.120791196414757,0,0,0,none,1,2.9873417721518987,-0.13020833333333331,1,0.95,0,1,0,0.8999933425993983,73.2824427480916,1.4815619237163666,108.68951354126564,111.05578644383377,27.71406560551418,26.232503681797812,6.908431986105898,1517.8,1480.1,1398.9333333333334,2.7633268022430935,0,0,13.428571428571429,0.882877805954729,0,1.0,149.8470948012226,0,1,-0.0,0,1,3.0487804878048808,78.0707569307431,0,0,0,0,0,0,-4.495335029686174,-0.2606649041632245,-6.3218390804597675,1.2249976139843166,60.09999999999991,0,0,2.332502230983208,0.7899159663865546,-1424904890.6209016,-6171746.75224638,0.9076363946872389,2316879.4242255874,0,0,-1.457563591156532,15.800990532855842,40.42232684393082,1,1,4.0466165413533615,0.8770635088179536,1523.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1422.4833333333333,1521.0,1323.9666666666667,6.925681613141332,1,0,0,none,1,4.254237288135593,-0.9204470742932281,1,0.938,0,0,0,0.8807706813563815,78.80794701986756,2.764405022267141,104.60196833934562,106.92862801619253,48.752913163265475,45.988508140998334,13.659855935575424,1502.0,1445.8,1328.5666666666666,5.201272651819067,0,0,16.214285714285715,1.0660279891049123,0,1.0426829268292683,130.4692260816579,0,1,7.865168539325842,0,1,4.53608247422681,94.36784171352383,0,1,0,1,0,1,-0.809887375036908,-0.02471695248689798,-1.0819808572617688,1.645299017046445,116.47647058823532,0,0,3.2065405114376127,0.865546218487395,-1769733597.440053,-358465.67241334915,0.7915067883904481,6191787.896967255,0,0,-0.24166842118807766,15.873755065641483,75.37731358736349,1,1,7.933834586466188,0.9037444249262797,1514.34196,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1509.5333333333333,1514.0,1254.9333333333334,0.7596166585699837,0,0,0,none,1,5.510204081632653,-0.26298487836949375,0,0.933,0,0,0,0.9041385707898534,95.39007092198581,13.04663914039594,105.64150194022757,105.1542385284305,67.33949276232192,54.292853621925985,26.512702382316238,1488.4,1373.8,1265.4333333333334,10.714805648566017,0,0,36.142857142857146,2.3762562224100687,0,1.0708333333333333,99.36510576949739,0,0,9.659090909090908,0,1,14.533132530120474,87.32975092864739,0,0,0,0,0,1,6.267263904441947,-0.38130378912315166,1.386363636363626,1.3605543259902417,163.15294117647045,0,0,4.592849729375696,0.9327731092436975,-2046286324.901983,-55511518.659170866,1.7522777518238262,25175870.821014825,0,0,-2.1831168655907556,15.912251689755585,58.65639140256633,1,1,14.978947368421016,0.9470994821405854,1481.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1488.25,1504.0,1220.5,2.2005711406013706,0,0,0,none,1,8.538461538461538,-0.26298487836949375,0,0.812,0,0,0,28.681774910877603,48.38951997363938,19.707745062761777,1360.4,1239.8,1227.0166666666667,18.97080174221648,0,0,46.42857142857143,3.14769975786925,0,1.0378006872852235,232.60555318811163,0,1,3.873239436619718,0,1,23.845507976490342,89.86455006366995,0,0,0,0,0,0,0.2160743913261598,6.005627874609697,-6.574088727119275,1.5895785006915362,152.87941176470576,0,0,6.824340666634548,0.7815126050420168,-2646653775.8091516,14459868.221289158,3.1046400172423763,44583703.24306795,0,0,-0.5335293016372206,12.878192979646187,50.33569167754994,1,1,11.834586466165392,0.6656379748942407,1263.8110204686513,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.85,1464.0,1173.0,25.22816997070936,0,0,0,none,1,9.931034482758621,-1.152542372881356,1,0.75,1,0,1,15.351478680340257,-44.86876070442395,-60.220239384764206,1207.0,1209.2,,6.103208733046639,0,0,64.78571428571429,5.049549047990202,0,1.1627906976744187,309.06294545727405,0,1,23.595505617977526,0,1,5.509868421052633,72.23451124635949,0,0,0,0,0,1,20.98123324396783,6.178604354361035,32.34433520599251,0.6585620173944752,-44.02647058823527,0,0,13.900960139983686,,-2807932996.1034102,-422217241.1138234,2.7125278036601563,50663727.7487855,0,0,-2.6043218738910747,-0.4347949666061446,14.737439469572852,0,1,1.221052631578955,0.03231814183036452,1216.88,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,7.328091015559646,1,0,0,none,1,-9.11111111111111,-16.757599376461418,1,0.333,1,1,1,0,2,0,0,0.0,0.5,0.0,0,1.0,91.41104294478528,107.10673593998341,112.27976381418777,27.68703331098668,62.0,48.976279650436936,28.4091966409912,0.9591463705398391,13.292512202308865 -38,2025-07-12 07:30:00,buy,1365.0,0.336,6,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#6,0.0,22.222222222222214,-3.2736339999780686,17.177470127408935,19.26680595703328,-16.809185927588715,-13.535551927610646,5.412754757787885,1388.6,1414.65,1448.7833333333333,-3.085568868624755,0,0,11.571428571428571,0.8440137542982182,0,0.041666666666666664,-208.86596396800365,1,0,-94.33962264150944,1,0,-3.2462949894142556,7.867571778506175,0,0,0,0,0,0,0.0,-0.8911172117364572,-2.1536115875738524,-0.3768850916006537,-46.33235294117662,0,0,1.4465045765528182,0.8571428571428571,-843815780.7051612,-12454674.829981565,4.411023979593986,-1639538.834861489,0,0,,3.7961212926701515,42.129080370449216,1,1,-2.9751879699248294,0.8454387255382348,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1369.8166666666666,1469.7333333333333,1368.0,0.08638625606833816,1,0,0,none,1,-0.7563025210084033,-1.0211524434719184,0,0.37,-1,-1,1,0.0,24.10714285714286,-3.9560577085460515,20.467062807488364,19.95794904256074,-17.721125604444296,-13.765067895898245,6.4827671680756636,1402.4,1429.75,1456.5,-3.3397447106137457,0,0,14.928571428571429,1.0802150093032872,0,0.15053763440860216,-184.37667201712168,1,0,-81.08108108108108,1,0,-3.9610840861709518,13.019975836675059,1,0,0,0,0,0,-1.8543956043956058,-0.7999532187092733,0.750750750750754,-0.2207845737723186,-53.2911764705882,0,0,1.7606031325222715,0.8571428571428571,-1100847925.2432427,,5.037335760119887,-1669544.315607929,0,0,,4.661035863731988,80.34056899924094,1,1,-3.7436090225563876,0.9135407809105428,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1469.15,1487.0,1368.0,-5.9320014974645225,1,0,0,none,1,-0.8585858585858586,-1.0130246020260492,0,0.379,-1,0,1,0.0,10.576923076923066,-6.815107599250252,20.06105006105011,13.054811345599418,-15.033372018090631,-8.218264418840379,7.085486373051987,1414.0,1452.45,1461.8166666666666,-3.8865365417053988,0,0,17.857142857142858,1.2791649611133853,0,0.26666666666666666,-201.215696790918,1,0,-73.33333333333333,0,0,-4.839809134287664,2.9276399368953463,0,0,0,0,0,0,-6.265182186234824,-0.7720549135444257,7.631027253668764,-0.1518850567613651,-53.547058823529596,0,0,1.8242045028701606,0.5546218487394958,-1467740650.96677,,5.928219813901929,-2774739.774745887,0,0,,5.766540087365679,47.171948635926874,1,1,-3.823308270676692,0.7729029119297984,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1470.0833333333335,1493.0,1372.1666666666667,-5.039396859588463,1,0,0,none,1,-1.1645569620253164,-1.002865329512894,0,0.333,-1,0,1,0.0,23.275862068965523,-6.8339754722318125,19.047619047619126,21.444892473118387,-12.421186588423552,-5.58721111619174,6.12964220561416,1424.2,1458.2,1468.2333333333333,-3.7169112604581,0,0,18.357142857142858,1.3074888074888076,0,0.34285714285714286,-244.9355432780836,1,0,-65.71428571428571,0,0,-4.6843177189409335,7.799322763425835,0,0,0,0,0,0,-4.175118323191342,-1.1198865610420263,-7.926267281105989,-0.1296663208189904,-48.549999999999955,0,0,2.633489370218196,0.6974789915966386,-1576042757.661707,-13955107.875086784,6.849340110683491,-1744784.2464897372,0,0,,6.415695173083735,49.98231689332949,1,1,-2.711278195488721,0.5152663152949415,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1467.6333333333332,1490.0,1372.0666666666666,-4.335778691317083,1,0,0,none,1,-1.3728813559322033,-0.9971509971509971,0,0.4,0,0,1,0.0,30.718954248366018,-5.396908739995441,50.37590934121666,70.48102097402152,-3.2655477124187655,2.131361027576675,4.214242628888204,1455.4,1464.45,1443.0166666666667,-3.1035542353784695,0,0,25.357142857142858,1.7869727172052752,0,0.4857142857142857,-358.74196297156885,1,0,-51.42857142857142,0,0,-2.6080988332189414,15.459769939865524,0,0,1,0,1,0,-3.5876150946996717,-2.3470922102167364,-19.29339477726574,0.07874528439900692,-35.141176470588334,0,0,3.2187513798698326,0.6722689075630253,-1896937338.4831266,-31286664.906629324,3.121030320385331,-3050808.712598078,0,0,,7.63178761101817,40.91054338400164,1,1,-1.0909774436090245,0.1749973215132512,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1472.6333333333332,1514.0,1387.4666666666667,-3.642001856085464,1,0,0,none,1,0.7755102040816326,-0.9866102889358703,0,0.667,-1,-1,1,0.0,40.56603773584906,-12.171506327465401,63.3398136471907,67.24090232485258,20.945011506757737,33.11651783422314,5.872242170830466,1458.2,1473.2,1339.4166666666667,-3.6790659788216162,0,0,30.571428571428573,2.154434712574248,1,0.2857142857142857,-336.72603901611586,1,0,-64.58333333333334,0,0,-3.2060027285129578,31.471121482230828,0,0,0,0,1,0,-3.311513284559105,-2.602851357959402,-8.707264957264947,0.2527102442363322,16.470588235294144,0,0,4.82068999608263,0.8739495798319328,-2199212596.554853,-82497185.62370944,2.0943005631387748,-2821499.7824599035,0,0,-6.8855129710574,7.7142759669516,25.377204940693446,1,1,-2.392481203007539,0.4283056073887125,1385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1466.65,1504.0,1271.6,-3.248900555688139,1,0,0,none,1,4.17948717948718,-2.1846370683579983,0,0.75,-1,-1,1,24.308755301405803,72.65263134840552,48.34387604699972,1475.8,1298.5,1246.3,12.899499422410464,0,0,57.142857142857146,3.8978756577665177,0,1.0070422535211268,69.69278639670434,0,0,0.7662835249042145,0,1,17.65650080256822,67.50297316760299,0,0,0,0,0,1,-3.7524067452341114,-4.065833586771575,-1.9184852018435379,1.0532851818596944,192.92647058823536,0,0,6.845497023989189,0.7899159663865546,-2701009060.422574,-43916697.04293966,1.3307441729389224,33216429.751691278,0,0,-0.7513791690909111,11.726504195432351,63.19292427667542,1,1,19.028571428571404,0.8564654136434844,1293.3257904973923,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1459.15,1464.0,1173.0,0.4694513929342392,0,0,0,none,1,8.310344827586206,-2.1145975443383356,0,0.75,0,0,0,31.412819182540794,-20.95421540658822,-52.36703458912901,1262.2,1223.55,,20.79604429733155,1,0,70.5,4.769959404600812,0,1.6813186813186813,310.83028489080976,0,1,68.50828729281768,0,1,24.20168067226891,75.25827474932467,0,0,0,0,0,0,12.83108108108108,16.061340502200537,56.72498465316146,1.2574660706208804,-3.69705882352946,0,0,16.92680350195381,,-3040044129.017294,-657619497.0889096,1.6633608991380795,91165612.24455753,0,0,-2.913387171205858,14.255819425464345,13.004243688758025,0,1,4.77368421052629,0.15387496542615575,1243.4496000000001,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,23.64062238581226,1,0,0,none,1,-3.5945945945945947,-1.6238159675236805,1,0.429,1,1,0,4,0,0,0,1.0,0.0,0.0,1,0.8442464956178185,93.9297124600639,103.63707035371205,104.78281334033038,37.471694226719045,74.83108108108108,105.70126430359839,57.10316279949325,1.0,23.536506102785776 -39,2025-07-13 00:42:00,buy,1355.0,0.338,6,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#6,0.04940046846057644,28.846153846153854,-1.6687565299704836,4.239766081871515,9.939800481596277,-6.0456000276658415,-4.376843497695358,2.719905726052085,1363.2,1374.85,1379.85,-1.225588245990461,0,0,6.285714285714286,0.4628655585945719,0,0.03125,-144.22073079791062,1,0,-95.0,1,0,-1.0204081632653073,16.653696620086876,1,0,1,0,0,0,-3.068739770867424,-0.17599868427949383,-12.058823529411764,-0.08088994958570082,-18.22352941176473,0,0,1.0478370442150016,0.957983193277311,-869229342.9502592,,0.3928461735137912,177963.64816932008,1,0,,2.637782708800085,52.72973016738835,1,1,-1.489473684210511,0.8884548397883391,1357.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1374.4166666666665,1412.0,1369.8333333333333,-1.1944461286606312,0,0,0,none,1,-0.3865546218487395,-0.07363770250368189,0,0.417,-1,0,0,0.0,14.545454545454547,-2.179217074170002,14.671620418746876,17.423274894539386,-5.80718815248224,-3.627971078312238,3.202376676756173,1367.8,1380.3,1388.6333333333334,-1.61559081359125,0,0,8.928571428571429,0.6574794866400169,0,0.08108108108108109,-156.7155692027749,1,0,-89.65517241379311,1,0,-2.020202020202022,16.253937148639807,0,0,0,0,0,0,-7.676767676767668,-0.4329805892746408,-2.107279693486589,-0.0035971997699980355,-14.27647058823527,0,0,1.1824543677266792,0.7310924369747899,-1127235648.451601,,1.042732069203625,-857468.6242097511,0,0,,2.6685327547463666,34.03456571794643,1,1,-1.5443609022556117,0.6835870384520915,1355.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1402.6,1409.1333333333334,1369.9333333333334,-3.179808926279759,0,0,0,none,1,-0.47474747474747475,-0.14727540500736377,0,0.417,0,0,0,0.0,40.54054054054053,-1.6813680293918596,23.71541501976289,25.23056653491442,-6.760287569122511,-5.078919539730651,2.7653993517922597,1371.0,1380.3,1395.4333333333334,-1.61559081359125,0,0,10.785714285714286,0.7942352198611403,0,0.0,-191.90031152647904,1,0,-100.0,1,0,-1.8076644974692746,42.27151884185305,1,0,0,0,0,0,-2.316602316602321,-0.9742762650777941,-1.6666666666666679,-0.039849028170911606,-22.261764705882342,0,0,1.710337307887174,0.7058823529411765,-1513900188.8645277,-10921920.878331423,0.9845287055387653,-443101.91577363084,0,0,,2.71222133329283,29.40836897097093,1,1,-0.5624060150376073,0.12156967380883543,1358.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1399.6,1422.0,1370.8,-2.97227779365532,0,0,0,none,1,-0.8607594936708861,-0.4418262150220913,0,0.381,-1,-1,0,0.1318397898965164,32.53012048192771,-1.3315233359578516,26.902025177887325,39.839445356686845,-6.950120545763639,-5.618597209805787,3.8985837925761544,1381.0,1389.95,1400.15,-1.4353034281808785,0,0,15.785714285714286,1.1522419186652764,0,0.2830188679245283,-150.16091954023,1,0,-58.333333333333336,0,0,-1.0115606936416222,19.27310538972536,0,0,1,0,1,0,0.3872633390705573,-0.40759102950511306,-6.111111111111107,0.22888816370212461,-21.049999999999955,0,0,1.7645259845056755,0.3445378151260504,-1625593405.5855587,-12763952.27094531,1.4057626118551971,-662627.9407949634,0,0,,3.660811764125782,30.136209446925108,1,1,-1.808270676691711,0.6235952591008767,1355.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1414.1833333333334,1419.7666666666667,1372.8666666666666,-3.1243002439570566,0,0,0,none,1,-0.01694915254237288,-0.145985401459854,0,0.375,0,0,0,0.0,37.09677419354839,-1.3222015950143042,40.90909090909086,43.64831106766584,-10.195016687437828,-8.872815092423524,3.5411226161917773,1380.0,1396.15,1427.35,-1.87300791462236,0,0,16.071428571428573,1.1730969760166843,0,0.05714285714285714,-168.3264987307143,1,0,-93.93939393939394,1,0,-2.1428571428571463,26.018322271711313,1,0,0,0,0,0,-1.2365591397849371,-0.7217138515045001,-10.202020202020194,0.1200871275674491,-21.988235294117658,0,0,2.141159371006621,0.23529411764705882,-1940276385.534768,-18040768.58333087,1.8535079756768464,-3069944.9896251545,0,0,,3.733504043015956,38.320336462653415,1,1,-1.5030075187969816,0.5175642159609993,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1394.25,1473.0,1368.0,-1.7392863546709658,1,0,0,none,1,-2.204081632653061,-1.167883211678832,0,0.333,-1,0,1,0.21900489808814586,48.96551724137931,-4.220220681033927,14.876120991032082,31.48687381929514,-9.75838560118882,-5.538164920154893,7.032563893520176,1391.6,1406.8,1392.0166666666667,-1.976116007961326,0,0,20.785714285714285,1.5073034289858074,0,0.11363636363636363,-150.444548432382,1,0,-76.74418604651163,0,0,-0.7913669064748219,37.4385852777478,1,0,1,0,0,0,4.866138359391734,-0.11917948346682472,-10.105204872646734,0.17343301068009562,-46.48823529411766,0,0,4.361872901411861,0.6890756302521008,-2268738281.506022,-41664937.882311344,1.2396167698028853,-3282181.0690637752,0,0,-4.899438130666134,4.508217260204894,13.24452687071881,0,1,-2.529323308270682,0.3660198400192093,1369.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1465.75,1504.0,1382.5,-5.918471772130307,0,0,0,none,1,-1.5897435897435896,-1.160261058738216,0,0.4,0,0,0,-3.412621880086455,51.81641126829527,55.229033148381724,1400.2,1351.5,1263.0666666666666,2.0347761746208004,0,0,64.0,4.641044234952864,0,0.6920289855072463,22.021907804655438,0,0,-46.96132596685083,0,0,-3.8354253835425345,53.24183472991986,0,0,0,0,0,0,-6.894875102140048,-4.917853668559509,-8.161420582222448,0.5614690927484522,107.98235294117649,0,0,8.526660715017556,0.9159663865546218,-2735711430.876005,-91924581.28544569,0.5697242742330341,3036364.391987972,1,0,-0.898485744824632,4.903467447415544,66.92661713632636,1,1,14.359398496240571,0.6338162045355235,1327.0182891291925,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1459.15,1464.0,1173.0,-5.4929239625809645,1,0,0,none,1,6.482758620689655,-3.118201595358956,0,0.7,0,0,0,33.99251590108949,-9.87638971276715,-43.86890561385664,1300.0,1235.85,,11.583120928915335,0,0,76.57142857142857,5.552677923961462,0,1.138121546961326,212.7236804967543,0,1,13.812154696132598,0,1,11.65991902834007,67.98698514019993,0,0,0,0,0,0,-11.46328196734401,2.5796967185486963,29.604051565377503,0.8385421651720582,42.91764705882338,1,0,17.40618793346922,,-3035198697.148538,-670671080.1909256,1.1478237773367699,55478908.528285,0,0,-3.03278276439147,6.391473774961276,12.127800419713326,0,1,5.564661654135351,0.18481026014148694,1267.893632,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,15.358875690145556,1,0,0,none,1,-6.105263157894737,-5.366207396664249,0,0.375,-1,-1,0,3,0,0,0,0.75,0.0,0.0,0,0.5644294021538362,65.4911838790932,66.7692355156757,71.17719081584943,31.581484642095802,63.36779911373707,135.3053158689759,96.66095327433707,0.9673277979050195,24.78585904977453 -40,2025-07-14 07:27:00,buy,1409.0,0.326,6,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#6,0.33399789582559,46.51162790697675,-0.10995725301075865,22.69841269841291,21.364838864839,-6.643578510178031,-6.5336212571672725,2.2236670866241033,1415.0,1422.25,1438.55,-0.3691334153629766,0,0,5.428571428571429,0.38310313539671337,0,0.28,-89.97839767070779,0,0,-53.333333333333336,0,0,-0.49157303370787053,19.31045223098522,1,0,1,0,0,0,5.485986881335727,0.4147184138916238,6.464646464646467,0.2500476697781678,-16.42647058823536,0,0,1.2028544760013478,1.0,,,0.16988289721367517,-351011.3261165656,0,0,,6.851708615059482,17.498832672294743,0,1,-1.0879699248120411,0.6627204719861103,1410.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1437.95,1453.0,1411.4333333333334,-1.4569352202788766,1,0,0,none,1,-0.21008403361344538,0.0,0,0.406,0,1,0,0.19676241079161766,26.785714285714278,-1.658266593362745,13.937138130686547,12.04458623813476,-8.292254640396095,-6.63398804703335,3.598545709765641,1414.4,1429.6,1440.1,-1.0912143256854967,0,0,8.5,0.6011315417256011,0,0.13513513513513514,-92.92259520191541,0,0,-80.76923076923077,1,0,-1.118881118881121,32.2890951862279,1,0,1,0,0,0,6.415343915343911,0.36299973548053366,2.8388278388278394,0.13309808469218484,-22.708823529411802,0,0,0.9809755059957751,0.773109243697479,,,1.0673046975419975,-44579.05921664159,0,0,,6.656439243633527,52.1319629786416,1,1,-2.0932330827067394,0.9271288186100983,1409.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1439.8166666666666,1444.8333333333333,1410.4333333333334,-1.7930523562027512,1,0,0,none,1,-0.15151515151515152,0.0,0,0.48,0,0,0,0.0,27.77777777777777,-4.192468603701625,9.587517934002888,13.69829029172645,-6.292934600030549,-2.1004659963289227,3.7076392466406887,1418.4,1439.2,1437.4,-2.028904947192889,0,0,10.214285714285714,0.7244174265450861,0,0.024390243902439025,-153.56422943008846,1,0,-97.5609756097561,1,0,-2.8256374913852467,24.122267343244445,0,0,0,0,0,0,-0.3912363067292688,-0.37600268034617557,-8.561991869918701,-0.08013839442517737,-22.682352941176532,0,0,1.4172374062567648,0.7815126050420168,-1565288314.7439444,-5550433.411781549,1.5296034991493974,-831480.252678819,0,0,,6.399831138431411,21.677086332390342,0,1,-1.8421052631579014,0.6673899643228542,1409.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1439.6,1450.0,1408.4,-2.056126701861627,1,0,0,none,1,0.11392405063291139,-0.14184397163120568,0,0.625,-1,0,0,0.0,30.30303030303031,-4.257777615338954,9.696969696969783,18.167388167388292,-2.2492118243887944,2.008565790950159,3.031207482666499,1426.6,1440.65,1428.55,-1.6416201020372778,0,0,10.714285714285714,0.7561246093356184,0,0.2,-205.80474934036684,1,0,-80.0,0,0,-1.937716262975775,18.23219883368577,0,0,0,0,0,0,3.987240829346092,-0.4851800362249499,-11.190476190476192,0.049047720492472836,-16.761764705882342,0,0,1.6062736982323382,0.6554621848739496,-1665804848.5843115,-6731566.629706383,2.488870506581035,-1325018.9018717855,0,0,,6.969450405313693,18.25091335051607,0,1,-0.8157894736842102,0.19543211210778388,1409.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1419.1,1449.0,1403.0,-0.14798111479106257,1,0,0,none,1,0.01694915254237288,-0.14114326040931546,0,0.529,0,0,1,0.02505309664216217,45.83333333333333,-2.583443331706107,74.40019486055286,103.28827183047123,5.921660714322115,8.505104046028222,2.803622471465954,1439.4,1438.15,1413.2333333333333,-1.331571811007204,0,0,14.071428571428571,0.9916440148998288,0,0.2857142857142857,-205.88674734797638,1,0,-71.42857142857143,0,0,-1.2526096033402934,35.321729725285905,0,0,0,0,0,0,0.37878787878787534,-1.8100694949143339,-37.53501400560225,0.20807594707533753,6.629411764705765,0,0,2.4068488974610056,0.4789915966386555,-1993195744.9086385,-16384458.499269247,1.5802449248087103,-1321541.3103846218,0,0,-4.206147564089229,7.196932081040441,18.744964825440594,0,1,0.6804511278195314,0.15949037079503392,1409.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.5166666666669,1444.0,1398.0666666666666,-0.9435608660748662,1,0,0,none,1,0.5918367346938775,-0.14094432699083861,0,0.636,-1,-1,0,0.4371948011149936,52.0,0.899159000007284,87.96296296296298,103.51851851851852,9.070236504417608,8.171077504410324,4.252498262852403,1438.8,1422.8,1418.2166666666667,-0.26707899915658917,0,0,14.142857142857142,0.9966777408637874,0,0.40540540540540543,-32.79279279279116,0,0,-61.111111111111114,0,0,-0.3511235955056202,61.61963393770343,0,0,0,0,0,0,-24.31578947368422,-2.1558044249992347,-25.925925925925924,0.39488879482781886,25.47352941176473,0,0,2.378656725477638,0.3277310924369748,-2302262508.757668,-16262493.001465797,1.3237277726748873,2279096.7652851213,1,0,,7.288920791484732,20.490522947238816,0,1,2.097744360902242,0.6731582129781568,1415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1427.8,1429.0,1369.0,-0.6163328197226425,1,0,0,none,1,0.2564102564102564,-0.5637773079633545,0,0.714,-1,-1,0,-5.032710157200931,37.769542965272194,42.802253122473125,1419.6,1416.2,1276.1833333333334,2.1748340629854424,0,0,38.92857142857143,2.6902951920229046,0,0.860655737704918,28.79581151832474,0,0,23.214285714285715,0,1,2.2614840989399365,43.3231610776455,0,1,0,1,0,1,5.292422129242212,1.923790840187344,29.05592469545958,0.8683240383733095,88.97058823529414,0,0,8.351756728992322,0.8571428571428571,-2761745390.24309,-57994949.87052393,0.5979725035558023,7508065.771136759,0,0,-1.2078146569419024,9.8243138623475,35.364146771034605,1,1,0.6105263157894866,0.005344501073984209,1368.8200832208227,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1459.2666666666667,1464.0,1180.0,-0.8406048700260405,1,0,0,none,1,8.724137931034482,-0.55286800276434,0,0.875,0,0,0,37.41830360326892,2.9039738902295085,-34.51432971303941,1351.4,1248.75,,14.43443443443444,0,0,79.85714285714286,5.588323502949115,0,1.0940170940170941,199.46770248885056,0,1,9.401709401709402,0,1,11.29283489096573,70.70959809056936,0,0,0,0,0,0,1.3045655586275942,3.425787702179427,-4.7312654054226755,0.9353193125574785,95.61470588235284,0,0,17.428514557476408,,-3042396431.8940573,-400652229.50933456,2.0179166900036747,71709395.5811231,0,0,-3.174569058789934,9.749924434426905,10.718991836991702,0,1,7.300000000000006,0.25098382918749307,1290.38214144,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,19.54157604149238,1,0,0,none,1,-4.666666666666667,-2.44926522043387,0,0.375,0,0,1,3,0,0,0,0.75,0.0,0.0,0,0.6558496743187824,43.51464435146444,76.59851409851412,53.18781103664826,13.954691098917163,64.67236467236467,130.57405046355322,123.86021021204249,1.0,27.613312124142197 -41,2025-07-14 14:12:00,sell,1518.0,0.65,6,고점 매도 · 비중 65% · 분할 · leg#6,0.8127226977762277,75.0,0.46940676636377354,84.3939393939396,88.72727272727286,9.641105666732983,9.17169890036921,3.1004317874585263,1508.6,1495.5,1474.85,0.9695753928452122,0,0,6.071428571428571,0.402081362346263,0,1.0,117.04745166959476,0,1,-0.0,0,1,1.070950468540821,83.46977141463432,0,1,0,1,0,1,1.1904761904761898,-0.14179913255195586,-4.0,1.0415247835919914,22.65882352941162,0,0,0.8071299949254307,0.36134453781512604,-896321114.2698476,-3911908.0370354652,2.3097870089544106,1264346.0211736,0,0,,13.684943249369109,63.49911742086398,1,1,1.8796992481203116,0.9203384489425684,1510.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1463.1166666666668,1510.0,1413.0,3.204346885074094,1,0,0,none,1,0.8235294117647058,-0.728476821192053,1,0.75,1,0,1,0.8837196213339404,88.0,1.7668091817030778,107.84313725490199,108.58387799564282,13.58262372695458,11.815814545251502,4.238935461228665,1509.2,1487.8,1458.4666666666667,1.626562710041668,0,0,7.642857142857143,0.5054799697656841,0,1.0,138.36011536876805,0,1,-0.0,0,1,1.68123739071957,87.50461738220285,0,0,0,0,0,1,0.5,-0.2100913481972242,-0.9803921568627203,1.1972888026971333,32.61176470588248,0,0,1.026758244765782,0.6722689075630253,-1170873555.336327,-680536.5714583397,2.5821385584831282,1679022.0766524016,0,0,-0.7786609587046406,13.862514802348791,49.81634328240363,1,1,2.5654135338346005,0.9266165922937422,1512.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1472.5166666666667,1512.0,1409.0,2.681350522348369,1,0,0,none,1,0.6565656565656566,-0.7275132275132274,1,0.633,0,0,1,0.9726693158122124,86.76470588235294,3.8015260276377596,109.62962962962966,108.98219263810661,17.95097071031455,14.14944468267679,5.446809106940122,1502.8,1474.05,1445.05,2.5745395339371147,0,0,8.214285714285714,0.5432728647014361,0,1.0,161.2005160589374,0,1,-0.0,0,1,3.0674846625766916,96.23574877176158,0,0,0,0,0,0,7.034976152623216,-1.6746267608169774e-05,-0.9523809523809348,1.566706326964361,49.57941176470581,0,0,1.3370733888313961,0.5210084033613446,-1576765119.4107022,376238.8782875538,2.6015638685663043,2388081.3975039115,0,0,-1.1351314851115035,13.900630635177414,65.01339540021284,1,1,3.1631578947368437,0.8692026246518847,1512.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1510.2833333333333,1512.0,1412.4333333333334,0.11366520630786692,1,0,0,none,1,1.0,-0.26455026455026454,1,0.7,0,0,1,1.0,85.12396694214875,5.718120967633958,110.30586401714406,106.48277556137198,17.4837123923935,11.765591424759542,7.31227106587978,1491.4,1458.2,1442.6833333333334,3.7580578795775477,0,0,16.071428571428573,1.0622226418657352,0,1.141025641025641,167.43236345074055,0,1,18.96551724137931,0,1,3.135650988411731,89.40588159652948,0,0,0,0,0,1,1.1953955135773242,0.7622623136332329,6.3218390804597675,1.2323154707072816,51.67647058823536,0,0,1.895310519050722,0.9159663865546218,-1674245848.6840327,-7499922.553786516,2.619760547641947,4020185.1870158985,0,0,,14.029321452023291,35.70439566662035,1,1,4.30526315789474,0.912953546429401,1514.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1500.45,1502.0,1412.1,0.8364157419440854,0,0,0,none,1,1.4576271186440677,-1.3879709187045606,1,0.632,1,0,1,1.0,83.57142857142857,7.534704573972704,108.08811544978006,107.29534913357769,15.601332437273413,8.06662786330071,7.521278271703774,1480.6,1445.7,1426.9166666666667,4.655184339766194,0,0,16.285714285714285,1.0763856104239446,0,1.118279569892473,201.0296396261308,0,1,12.643678160919542,0,1,6.474313863476433,91.7085871017882,0,0,0,0,0,0,12.983193277310917,1.859166686313074,1.069905298922862,1.4149242764832497,44.58235294117662,0,0,2.6877433792627525,0.7310924369747899,-2004476686.0413907,-11096174.419514894,3.267594705288175,7107855.155716969,0,0,-2.180818903282078,14.086973951864334,38.72745815295191,1,1,2.6902255639097645,0.3427881037189342,1495.698,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1406.6166666666668,1502.0,1405.0,7.563065037856798,0,0,0,none,1,2.326530612244898,-1.0575016523463316,1,0.733,1,1,1,1.0,75.92592592592592,6.234245794237282,131.99362041467307,112.00743376181974,15.900710354786725,9.666464560549443,6.743949308424618,1464.0,1437.4,1416.3333333333333,5.259496312786971,0,0,20.428571428571427,1.3502030025493341,0,1.671875,220.95470903782237,0,1,78.18181818181819,0,1,4.561161022805815,86.91436434619848,0,0,0,0,0,0,9.259259259259267,3.404633197233462,22.356902356902353,1.3797538279534878,43.57647058823545,0,0,3.002290229114212,0.5546218487394958,-2312096978.025258,-15486030.689514637,3.614649932656688,10422081.688696692,0,0,-1.1789884167226887,14.154172312314772,22.54980405037141,0,1,2.702255639097725,0.4351680631840915,1488.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1468.3166666666666,1470.0,1369.0,3.043167345826858,0,0,0,none,1,3.3333333333333335,-1.3879709187045606,1,0.8,1,1,1,-3.980841859886894,36.327331407703014,40.30817326758991,1431.0,1428.6,1281.5,1.9879602407951946,1,0,33.785714285714285,2.318854789685263,0,0.9186046511627907,99.44159403267979,0,0,5.333333333333334,0,1,3.113941967445144,68.76201350561225,0,1,0,1,0,0,10.12859962486668,2.014635699759097,12.13813813813816,0.9347553030531064,91.61176470588248,0,0,8.278001475001282,0.8067226890756303,-2752432740.569841,-17253304.80875683,2.0130159271337007,9538235.7302923,0,0,-1.1876386072114127,10.335893136721053,29.222806097396873,1,1,-2.312781954887216,0.16488627561635671,1379.717207925278,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1459.4,1464.0,1188.0,-0.16445114430588825,1,0,0,none,1,9.206896551724139,-1.4413177762525737,1,0.875,0,1,1,37.41830360326892,2.9039738902295085,-34.51432971303941,1351.4,1248.75,,14.43443443443444,0,0,79.85714285714286,5.588323502949115,0,1.0940170940170941,199.46770248885056,0,1,9.401709401709402,0,1,11.29283489096573,70.70959809056936,0,0,0,0,0,0,1.3045655586275942,3.425787702179427,-4.7312654054226755,0.9353193125574785,95.61470588235284,0,0,17.428514557476408,,-3042396431.8940573,-400652229.50933456,2.0179166900036747,71709395.5811231,0,0,-3.174569058789934,9.749924434426905,10.718991836991702,0,1,7.300000000000006,0.25098382918749307,1290.38214144,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,19.54157604149238,1,0,0,none,1,-4.666666666666667,-2.44926522043387,0,0.375,0,0,1,0,4,0,0,0.0,1.0,0.0,0,0.7107084200273422,48.50498338870432,104.21284271284274,90.96202046202048,9.43465021728712,64.67236467236467,130.57405046355322,123.86021021204249,1.0,27.613312124142197 -42,2025-07-14 14:33:00,sell,1513.0,0.35,6,고점 매도 · 비중 35% · 분할 · leg#6,0.8060566759208715,62.12121212121212,-0.5051858774184392,71.11111111111133,74.38271604938284,9.2085997810334,9.713785658451839,2.5580513887749308,1515.2,1507.2,1482.0333333333333,0.7829087048832228,0,0,7.357142857142857,0.48434120191855545,0,1.0357142857142858,76.61414890330742,0,0,6.666666666666667,0,1,0.396563119629878,53.806520205729,0,1,0,1,0,1,2.443792766373406,0.10355790687203736,0.3703703703703809,0.9185270856276928,18.40882352941162,0,0,1.0814253876160254,1.0,-898122975.3752457,-1378659.7312834263,0.4494397601430761,1093214.8212552704,0,0,,14.328822148045784,45.601018934892416,1,1,1.4300751879698985,0.770451792295151,1514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1464.2666666666667,1518.0,1414.0,3.7379348024039416,0,0,0,none,1,0.8823529411764706,-0.13166556945358787,1,0.771,0,0,0,0.828935280372448,76.66666666666666,0.7734793790220031,106.84947768281104,108.01282051282065,13.952100534947022,13.178621155925018,4.467766050389922,1516.2,1497.0,1464.8666666666666,1.4696058784235078,0,0,7.0,0.4608294930875576,0,1.1219512195121952,87.99368088467588,0,0,20.833333333333336,0,1,1.7414601473543234,82.02112611509804,0,0,0,1,0,1,-0.7526881720430225,-0.1704716294622486,-0.4629629629629619,1.2000229771159232,31.844117647058738,0,0,0.9597372269963634,0.453781512605042,-1175446628.0439887,-4960666.170994759,0.6527154751913711,1156226.6564226712,0,0,-1.3054505375098697,14.361007490207633,55.00942943259565,1,1,2.7503759398496412,0.9469950289881333,1514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1512.25,1514.0,1412.5,0.4463547693833725,0,0,0,none,1,0.797979797979798,-0.13166556945358787,1,0.645,0,1,0,0.9360784639742853,93.75,3.5412413969320973,107.85185185185186,109.4320987654321,19.50812295991659,15.966881562984494,5.868001129259056,1512.8,1481.1,1447.2833333333333,2.558908919046665,0,0,8.142857142857142,0.5360669613467506,0,1.1272727272727272,114.39665471923497,0,1,15.555555555555555,0,1,3.192934782608692,92.73222337593717,0,0,0,0,0,0,-0.27985074626865014,-0.18726472736661215,-2.962962962962976,1.5647215889709474,51.09117647058838,0,0,1.3304375981467045,0.5126050420168067,,,1.000628482887101,2537773.3776403447,0,0,,14.403960590670394,70.30799051098442,1,1,3.443609022556379,0.8791572456079437,1509.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1510.2833333333333,1512.0,1412.4333333333334,0.577154397077817,0,0,0,none,1,0.9367088607594937,0.0,0,0.7,0,0,0,0.9276654651255976,81.89655172413794,6.12078509892652,118.64888310561709,114.55579693364075,21.007381096334484,14.886595997407964,8.139922090688609,1509.2,1467.9,1445.4666666666667,3.481163567000478,0,0,16.428571428571427,1.0815386062259003,0,1.1046511627906976,105.54712527398478,0,1,16.9811320754717,0,1,4.255319148936176,81.10744288671792,0,0,0,0,0,0,-2.9773978556939937,-0.2424480927406396,3.936239427456087,1.1572446426915022,58.31764705882347,0,0,1.9207186109557142,0.9495798319327731,,,1.617655181080355,3907118.823088035,0,0,,14.437048546557607,36.72056641263431,1,1,4.836090225563895,0.917367561574015,1495.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1508.3166666666666,1510.0,1412.3666666666666,0.7082951192830977,0,0,0,none,1,1.4576271186440677,0.0,0,0.632,0,0,0,1.0,90.44117647058823,8.614376647092831,112.491470386875,109.19926532917073,18.83459867216675,10.220222025073918,8.760335923571583,1493.0,1448.95,1429.05,4.834535353186786,0,0,18.785714285714285,1.236715884510486,0,1.1827956989247312,121.4774896149095,0,1,19.767441860465116,0,1,6.447091800981086,79.71817167116858,0,0,0,0,0,0,6.8697478991596626,1.0796720731201273,4.403354937094932,1.289869991983604,46.56764705882347,0,0,2.683463862392358,0.7310924369747899,-2012027389.472548,-18176954.549033403,2.657794576151929,8313389.143671949,0,0,-2.0493517247571296,14.494999957330744,39.70070606218064,1,1,3.8684210526315796,0.5201243487227392,1488.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.4833333333331,1502.0,1405.0,6.03962815157828,0,0,0,none,1,2.061224489795918,-1.3824884792626728,0,0.733,0,0,1,1.0,75.92592592592592,6.234245794237282,131.99362041467307,112.00743376181974,15.900710354786725,9.666464560549443,6.743949308424618,1464.0,1437.4,1416.3333333333333,5.259496312786971,0,0,20.428571428571427,1.3502030025493341,0,1.671875,220.95470903782237,0,1,78.18181818181819,0,1,4.561161022805815,86.91436434619848,0,0,0,0,0,0,9.259259259259267,3.404633197233462,22.356902356902353,1.3797538279534878,43.57647058823545,0,0,3.002290229114212,0.5546218487394958,-2312096978.025258,-15486030.689514637,3.614649932656688,10422081.688696692,0,0,-1.1789884167226887,14.154172312314772,22.54980405037141,0,1,2.702255639097725,0.4351680631840915,1488.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1468.3166666666666,1470.0,1369.0,3.043167345826858,0,0,0,none,1,3.3333333333333335,-1.3879709187045606,1,0.8,1,1,1,-3.980841859886894,36.327331407703014,40.30817326758991,1431.0,1428.6,1281.5,1.9879602407951946,1,0,33.785714285714285,2.318854789685263,0,0.9186046511627907,99.44159403267979,0,0,5.333333333333334,0,1,3.113941967445144,68.76201350561225,0,1,0,1,0,0,10.12859962486668,2.014635699759097,12.13813813813816,0.9347553030531064,91.61176470588248,0,0,8.278001475001282,0.8067226890756303,-2752432740.569841,-17253304.80875683,2.0130159271337007,9538235.7302923,0,0,-1.1876386072114127,10.335893136721053,29.222806097396873,1,1,-2.312781954887216,0.16488627561635671,1379.717207925278,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1459.4,1464.0,1188.0,-0.16445114430588825,1,0,0,none,1,9.206896551724139,-1.4413177762525737,1,0.875,0,1,1,37.41830360326892,2.9039738902295085,-34.51432971303941,1351.4,1248.75,,14.43443443443444,0,0,79.85714285714286,5.588323502949115,0,1.0940170940170941,199.46770248885056,0,1,9.401709401709402,0,1,11.29283489096573,70.70959809056936,0,0,0,0,0,0,1.3045655586275942,3.425787702179427,-4.7312654054226755,0.9353193125574785,95.61470588235284,0,0,17.428514557476408,,-3042396431.8940573,-400652229.50933456,2.0179166900036747,71709395.5811231,0,0,-3.174569058789934,9.749924434426905,10.718991836991702,0,1,7.300000000000006,0.25098382918749307,1290.38214144,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,19.54157604149238,1,0,0,none,1,-4.666666666666667,-2.44926522043387,0,0.375,0,0,1,0,3,0,0,0.0,0.75,0.0,0,0.7107084200273422,48.50498338870432,104.21284271284274,90.96202046202048,9.43465021728712,64.67236467236467,130.57405046355322,123.86021021204249,1.0,27.613312124142197 -43,2025-07-15 05:15:00,buy,1398.0,0.2,7,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7,0.0,32.14285714285715,-0.539706229498329,17.378917378917606,28.235653235653388,-2.825586140774476,-2.285879911276147,1.0104990307339685,1410.0,1413.3,1421.4166666666667,-0.5872780018396639,0,0,4.071428571428571,0.28978139298423994,0,0.07692307692307693,-180.63314711359143,1,0,-92.3076923076923,1,0,-0.8468595624558928,22.579216357155488,0,0,0,0,0,0,-2.4725274725274744,-0.32378455070066714,-9.935897435897434,-0.01648828973453314,-7.720588235294144,0,0,0.69359412489488,0.2184873949579832,,,0.44377450184516665,-32371.073344685137,0,0,,5.506834509702929,19.449620427881296,0,1,-0.17443609022554407,0.08354494825004832,1404.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1428.1666666666665,1444.0,1415.6666666666667,-1.6221262691095695,0,0,0,none,1,-0.4369747899159664,0.0,0,0.361,-1,0,0,0.09209524137808937,41.99999999999999,-0.10215560578474836,47.979797979798,71.54882154882166,-4.043256397010509,-3.941100791225761,1.5065697694960285,1412.0,1415.7,1425.6166666666666,-0.6145369781733412,0,0,5.785714285714286,0.41120925982333234,0,0.17647058823529413,-173.82039573820262,1,0,-72.72727272727273,0,0,-0.21276595744680327,54.42470194303794,1,0,1,0,1,0,-2.6808510638297918,-0.33146553225814523,-35.35353535353534,0.10891336051263063,-9.626470588235406,0,0,0.9945335222759065,0.48739495798319327,-1222086836.9974477,-229030.66236305237,0.5792704594585303,-29283.89661922143,0,0,,5.688273756226336,48.58299803874626,1,1,-0.578947368421043,0.4126152107406613,1404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.1,1462.0,1417.5333333333333,-1.615271659324513,0,0,0,none,1,-0.47474747474747475,-0.07107320540156362,0,0.391,0,0,0,0.08538830378934982,30.30303030303031,-0.5695344955035155,12.698412698412726,20.10582010582011,-7.23413913482409,-6.664604639320575,2.619690135488306,1412.8,1422.45,1439.75,-1.086154170621112,0,0,8.214285714285714,0.5838156157985582,0,0.0,-153.07771411781852,1,0,-100.0,1,0,-1.332398316970551,10.015890088131584,0,0,0,0,0,0,-9.379509379509372,-0.22935867315671743,-11.111111111111109,0.08453513748380403,-13.635294117647163,0,0,1.1320901401011898,0.08403361344537816,-1674840801.8378613,-4875096.045974493,2.400297735004771,23037.26127278013,1,0,,5.731283440389046,38.284194713590736,1,1,-1.468421052631591,0.8695916540190631,1407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.55,1480.0,1431.3333333333333,-1.7835328609821621,0,0,0,none,1,-0.8227848101265823,-0.9239516702203269,0,0.308,0,0,1,0.19669712199986636,31.14754098360656,-0.6107538107957904,28.246753246753332,16.48629148629161,-9.202759679665405,-8.592005868869615,2.600640572808923,1413.4,1426.25,1453.2666666666667,-0.7887817703768674,0,0,9.285714285714286,0.6562342251388189,0,0.39285714285714285,-151.17719950433641,1,0,-60.71428571428571,0,0,-1.0489510489510523,12.39760028585441,0,0,0,0,0,0,-17.632946821271496,0.26104996407831926,17.64069264069264,0.1847888435713413,-22.470588235294144,0,0,1.8117849165721582,0.44537815126050423,-1748124106.4397717,-8230129.056384325,0.6461527524970047,-164685.70353111997,0,0,-6.861859648052406,6.372566738524621,39.39699416666195,1,1,-1.1060150375939868,0.49791832296885863,1404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1451.7,1510.0,1428.7333333333333,-2.528070537989946,0,0,0,none,1,-1.8135593220338984,-0.0706713780918728,0,0.125,0,0,0,0.10551589120552247,27.08333333333333,-3.280247790242665,5.829725829725775,15.642736892736815,-10.793125393736318,-7.512877603493653,4.530635171742033,1421.2,1440.75,1448.5,-1.7872635779975665,0,0,17.571428571428573,1.241797072185765,0,0.0784313725490196,-141.43370043164242,1,0,-88.57142857142857,1,0,-1.8723994452149784,23.40099117488424,0,0,1,0,0,0,-5.608974358974365,0.19236001939687863,-7.648809523809525,0.18462033513873552,-37.93529411764712,0,0,1.6855880498112783,0.12605042016806722,-2045778545.7780657,-9513709.302066565,0.6311210201556586,-1103556.3607213106,0,0,-3.1997672845965686,6.446102314734392,46.894856781791226,1,1,-2.5812030075188086,0.8756628217611566,1411.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1450.85,1502.0,1409.0,-2.4709652962056627,1,0,0,none,1,-0.7959183673469388,-1.2014134275618376,0,0.417,0,0,0,0.09856000023203744,22.137404580152676,-7.365899712806504,11.904761904761925,17.943409247757074,-3.2053511680483098,4.1605485447581945,6.873170893139044,1425.6,1455.15,1424.1666666666667,-2.7591657217469034,0,0,22.857142857142858,1.6153457849570922,0,0.0,-139.04470508244114,1,0,-100.0,1,0,-3.5446489434219464,13.454281923913143,0,0,0,0,0,0,3.547660990409085,-0.35339234680039944,-8.695652173913045,0.196315875598511,-20.502941176470586,0,0,3.640665433910033,0.5798319327731093,-2361919673.7050743,-33712236.4025116,0.3179102221595658,-735333.8594312556,0,0,-2.5254215082487286,6.5454288791714,29.9750081909442,1,1,-2.43383458646616,0.3316197076407038,1415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1469.9,1471.0,1405.0,-3.734947955643242,1,0,0,none,1,-0.07692307692307693,-1.6254416961130742,0,0.636,0,0,0,-5.5706166712957526,31.798232088141276,37.36884875943703,1449.8,1424.75,1297.05,-0.6843305843130421,0,0,31.571428571428573,2.231196365471984,0,0.49333333333333335,-1.2874155133572287,0,0,-64.40677966101694,0,0,0.6401137980085458,68.17269832587783,0,1,0,0,0,0,-6.808414777847084,-2.7681337226496225,-29.91337099811679,0.5090080661215491,67.27352941176468,0,0,6.4865985625602205,0.6638655462184874,-2829374647.3264413,-91224459.94770765,0.38304097309714685,4931173.160009408,0,0,-2.3361881715811403,6.9599632302651315,20.229015876336273,0,1,1.1616541353383334,0.05207095493139102,1400.2339673543759,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.3666666666668,1464.0,1362.2666666666667,-3.1065257583711925,1,0,0,none,1,6.0344827586206895,-2.9681978798586575,0,0.8,-1,0,0,38.74828184617802,13.921022594683109,-24.827259251494908,1402.2,1256.85,,14.731272626009485,0,0,81.35714285714286,5.641965524073708,0,1.1495726495726495,134.42622950819697,0,1,14.957264957264957,0,1,19.767441860465105,67.0648656262607,0,0,0,0,0,0,1.2880873050364698,1.3299782429090996,-17.850340778517577,0.9227414539632071,129.21470588235297,0,0,16.246107068740294,,-3389568916.262157,-735241765.4788499,1.2782077279807538,97693761.2641453,0,0,-4.165313011963462,10.53021017255018,10.887234447094775,0,1,10.554135338345851,0.420273061990765,1311.0715701248,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,20.629078132842558,1,0,0,none,1,-4.225,-0.5547850208044383,0,0.375,0,0,0,3,0,0,0,0.75,0.0,0.0,1,0.4190659020700624,50.3968253968254,78.08662900188325,100.25109855618332,8.455405098916938,65.96045197740114,112.72370968503564,126.20102533918823,0.9805878876750519,30.652609031149748 -44,2025-07-15 12:18:00,buy,1368.0,0.204,7,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7,0.0,20.454545454545453,-2.3533329792652626,20.05108556832718,19.99283009567358,-7.76200650970577,-5.408673530440508,2.6379630746249543,1385.0,1398.65,1413.3833333333334,-1.4764236942766296,0,0,7.285714285714286,0.5287165664524155,0,0.2222222222222222,-201.43785427899638,1,0,-77.77777777777779,0,0,-2.1306818181818232,6.569387012390862,0,0,0,0,0,0,-6.628787878787875,-0.2579482430160409,5.653021442495126,-0.1667789860940172,-25.055882352941126,0,0,1.1261363545777545,0.865546218487395,-939496665.4587649,-5283281.788505316,0.9432303679107631,-783169.37044397,0,0,,3.425266317909048,39.03909103198087,1,1,-1.0864661654135404,0.48558461198928593,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.25,1440.0,1377.5,-1.659232827832291,1,0,0,none,1,-0.3445378151260504,-0.07256894049346879,0,0.475,0,0,0,0.0,15.78947368421052,-2.3486606907613847,12.254901960784332,21.503267973856342,-9.000496355793302,-6.651835665031918,3.5106888094294195,1389.4,1404.95,1421.5666666666666,-1.9182177301683367,0,0,9.357142857142858,0.6790379431888866,0,0.1276595744680851,-200.56497175141408,1,0,-85.0,1,0,-1.6416845110635236,8.183823461280923,0,0,0,0,0,0,-12.07937877480586,-0.5227487195030429,-11.666666666666666,-0.13454765827661183,-25.014705882352928,0,0,1.446871851789945,0.8907563025210085,-1250376240.1059496,-11083080.40396738,1.4263040251217505,-1005974.8735558332,0,0,,3.4553579965422854,29.350830164890446,1,1,-1.8127819548872317,0.7564369915078281,1372.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1400.75,1438.7,1376.6,-1.6241299303944357,1,0,0,none,1,-0.37373737373737376,-0.21770682148040638,0,0.481,0,0,0,0.0,23.750000000000014,-2.8820509466977837,33.16498316498319,26.683501683501685,-8.658418392616568,-5.776367445918784,4.560981629066065,1397.8,1415.35,1420.9833333333333,-2.356307627088705,0,0,12.428571428571429,0.8993177589414927,0,0.16129032258064516,-197.579757975798,1,0,-75.0,0,0,-1.846590909090906,13.471555020317325,0,0,1,0,1,0,-1.25,-0.917384351565933,2.777777777777782,-0.0785432027650713,-27.852941176470495,0,0,1.7461379381316477,0.8571428571428571,-1709494886.3472679,-27532742.390182734,1.863730893128471,-889261.2213983707,0,0,-8.243366028643731,3.798584620884049,51.502285138395415,1,1,-2.445864661654139,0.8039120292167296,1372.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1431.45,1447.4,1386.5,-3.4545391037060336,0,0,0,none,1,-1.0,-0.21707670043415342,0,0.421,-1,-1,1,0.0,29.530201342281885,-4.075954143995814,21.28971076339506,23.368104947052434,-8.861209834270312,-4.785255690274498,4.976035615893714,1400.0,1421.15,1428.05,-3.036273440523529,0,0,16.428571428571427,1.1922040223927015,0,0.0,-175.19057519057574,1,0,-100.0,1,0,-3.7709497206703912,22.09466191411383,0,0,0,0,0,0,-9.155930044579428,-1.319422279296493,-1.8018018018018012,-0.04690323623305388,-25.976470588235316,0,0,2.5156611136094926,0.957983193277311,-1776654126.926739,-21839834.379927635,1.2162937713280138,-1759291.4165976513,0,0,,3.5349475146075227,49.20129358631018,1,1,-2.5556390977443497,0.7313752762234115,1378.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1431.9833333333333,1457.0,1383.2666666666667,-3.769829723344076,0,0,0,none,1,-1.2372881355932204,-1.1611030478955007,0,0.308,-1,-1,0,0.06954822137745922,42.30769230769231,-2.043612134431604,25.347222222222157,22.337962962962877,-9.167594019432272,-7.123981885000668,3.6851901346562883,1407.0,1421.55,1443.5,-1.5862966480250429,0,0,15.714285714285714,1.1232513019503727,1,0.3541666666666667,-204.3307658770536,1,0,-64.58333333333334,0,0,-1.8934081346423604,26.208032392248953,1,0,0,0,0,0,-0.4107542942494433,-0.6002318089820893,11.805555555555557,0.12014263707333608,-29.873529411764594,0,0,2.1430278520000634,0.5042016806722689,-2069493625.9087732,-24048423.159443617,3.4419832194284252,-1189166.6200600509,0,0,,5.186467457044608,14.729713969185623,0,1,-0.6624060150375767,0.0895349267782789,1382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1500.0,1502.0,1406.0,-6.733333333333336,0,0,0,none,1,-1.3877551020408163,-1.143674052894925,0,0.462,0,0,1,0.07139358153169312,27.611940298507463,-4.536241968343053,26.044973544973562,39.803377742972934,-8.362979218526334,-3.826737250183281,6.390839003366018,1420.4,1438.4,1427.2666666666667,-2.739154616240269,0,0,25.928571428571427,1.853364648218115,0,0.24,-180.92609628948233,1,0,-62.5,0,0,-2.6443980514961773,17.188672160101078,0,0,1,0,1,0,-5.464982778415617,-0.7845936383897247,-13.306451612903235,0.19316119520890782,-29.34999999999991,0,0,2.4943006523712654,0.20168067226890757,-2389853116.9592876,-46263782.52633381,1.9059786982200666,-2657925.5024632188,0,0,-4.218988320969353,5.283130969094896,42.15495806504309,1,1,-3.4390977443608945,0.7837940508384217,1381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1469.5,1471.0,1408.0,-4.797550187138477,0,0,0,none,1,-0.6410256410256411,-1.0721944245889923,0,0.545,-1,0,1,-8.665063236648216,25.03398920088739,33.699052437535606,1431.0,1419.3,1304.25,-1.4302825336433456,0,0,32.642857142857146,2.3332992954150926,0,0.28,-94.20226295939007,0,0,-87.09677419354838,1,0,-0.5685856432125047,60.6306057523315,1,0,0,0,1,0,-10.966831786338354,-2.6509411856907192,-24.143369175627242,0.38240543943041,26.732352941176487,0,0,6.85800316304199,0.7563025210084033,-2879071242.179163,-139880294.362185,0.864954236719226,6828175.879791588,1,0,-2.5665663816542956,5.687669194309297,17.12843611645041,0,1,2.509774436090208,0.3249106850525594,1391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.7666666666667,1464.0,1360.5333333333333,-4.228373228669879,1,0,0,none,1,4.931034482758621,-1.7869907076483202,0,0.778,0,-1,0,38.74828184617802,13.921022594683109,-24.827259251494908,1402.2,1256.85,,14.731272626009485,0,0,81.35714285714286,5.641965524073708,0,1.1495726495726495,134.42622950819697,0,1,14.957264957264957,0,1,19.767441860465105,67.0648656262607,0,0,0,0,0,0,1.2880873050364698,1.3299782429090996,-17.850340778517577,0.9227414539632071,129.21470588235297,0,0,16.246107068740294,,-3389568916.262157,-735241765.4788499,1.2782077279807538,97693761.2641453,0,0,-4.165313011963462,10.53021017255018,10.887234447094775,0,1,10.554135338345851,0.420273061990765,1311.0715701248,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,20.629078132842558,1,0,0,none,1,-4.225,-0.5547850208044383,0,0.375,0,0,0,4,0,0,0,1.0,0.0,0.0,1,0.3051729162170655,50.95785440613027,39.894295607800274,60.67286313103702,7.341292113353622,65.96045197740114,112.72370968503564,126.20102533918823,0.9805878876750519,30.652609031149748 -45,2025-07-15 23:54:00,buy,1365.0,0.205,7,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7,0.0243438279565215,16.0,-3.8071040460732695,11.447811447811686,11.976430976431134,-4.651026828258864,-0.8439227821855947,3.3753297375376383,1386.6,1404.55,1396.0833333333333,-1.605496422341668,0,0,8.142857142857142,0.589208186892702,0,0.20454545454545456,-168.99948159668028,1,0,-79.54545454545455,0,0,-1.9858156028368823,16.683409747801377,0,0,0,0,0,0,-13.629629629629633,-0.02668799197940297,-2.441077441077441,-0.023157637334646333,-21.882352941176578,0,0,1.1928365583449612,0.6302521008403361,-956977760.8373039,-5023810.663049579,3.301923130811287,-283566.5030497499,0,0,,3.652150953833133,35.63195415613685,1,1,-1.712030075187971,0.7303045169828983,1373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1400.1333333333332,1412.6,1373.0,-1.2951147509760896,1,0,0,none,1,-0.008403361344537815,-0.1447178002894356,0,0.452,0,0,1,0.026022285246723016,42.5,-3.867182444486632,24.52431289640594,31.910729995545456,0.14778608974347662,4.014968534230109,2.799263081940737,1394.0,1405.65,1390.5,-1.3267883185714813,0,0,10.5,0.7570295602018745,0,0.37209302325581395,-223.89516241461232,1,0,-62.7906976744186,0,0,-1.770538243626063,44.116404732852295,0,0,0,0,0,0,7.5,-0.28739175800631855,-0.29531192321889677,0.19329824537688486,-8.90882352941162,0,0,1.7544225063976226,0.8571428571428571,-1281145587.1246915,,1.7895212372653047,135115.43938910728,1,0,,4.057130640230189,19.773910139850678,0,1,-0.8338345864661466,0.25148148170867746,1371.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1403.25,1412.5666666666666,1373.8666666666666,-1.1580260110457874,1,0,0,none,1,-0.030303030303030304,-0.07209805335255948,0,0.393,0,0,0,0.38664271590296545,55.670103092783506,-0.5822104449048728,60.49111382444718,83.10315199204088,4.168575213804161,4.750785658709034,4.366847648732147,1403.2,1393.9,1390.95,-0.49501398952579434,0,0,15.071428571428571,1.0866206612421463,0,0.4358974358974359,-91.24117891241275,0,0,-56.41025641025641,0,0,-1.3513513513513487,38.457511006059214,0,0,0,0,0,0,-4.112505602868666,-1.4714677128045999,-19.755799755799742,0.33530080060162226,3.849999999999909,0,0,1.9541794541461066,0.8991596638655462,-1729396514.4663143,-9701477.355565786,1.869916464787764,-1560407.5418174833,0,0,,4.099412554322912,24.38551487227385,0,1,1.8330827067669055,0.5078703167300495,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.0,1412.0,1372.4,-0.9992862241256284,1,0,0,none,1,-0.3291139240506329,-0.5767844268204758,0,0.429,0,0,1,0.3516437508815384,49.264705882352935,1.712427021921112,88.3412824589296,107.22487193075438,3.4325113877414424,1.7200843658203304,4.388461701403418,1405.4,1390.05,1395.8833333333334,-0.6510557174202347,0,0,18.142857142857142,1.313747801799938,0,0.2972972972972973,-96.31454378592414,0,0,-70.27027027027027,0,0,0.21770682148041232,47.90139479800429,0,0,0,0,0,0,-11.644385026737979,-2.360680371343981,-28.325384207737144,0.3133053661757463,8.138235294117521,0,0,2.7545616018805514,1.0,-1804141986.7083988,-17022018.362638235,1.7618953951647915,-805766.6566780359,0,1,,3.686597387359236,27.121094085207393,1,1,1.5045112781954548,0.3406382814547747,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1402.45,1411.3,1371.9666666666667,-1.5294662911333745,1,0,0,none,1,-0.9830508474576272,-0.5792903692976104,0,0.316,-1,-1,0,0.9175929744118506,55.14018691588786,4.498222546240282,134.47712418300645,112.5599128540304,-2.8066920206219947,-7.304914566862276,2.92663530884103,1397.8,1391.0,1418.0166666666667,1.2221423436376666,0,0,14.5,1.0298295454545454,0,1.1176470588235294,-71.95816748614784,0,0,11.76470588235294,0,1,1.2949640287769792,59.88666811710639,0,0,0,0,0,0,-4.1190723433714,0.4621223051048329,13.725490196078425,0.7210039216753369,-5.097058823529551,0,0,1.9447474590382356,0.40336134453781514,-2091931689.4544013,-15574145.012732506,2.1352573050947496,810384.2791747898,0,0,,5.788404604725761,22.672857724203435,0,1,0.10375939849623511,0.0036379057399593684,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1377.4666666666667,1434.0,1376.4,2.2166295615138942,1,0,0,none,1,-1.0816326530612246,-0.5681818181818182,0,0.3,0,0,1,0.6217735834428806,39.024390243902445,0.99131055060049,56.58783783783786,23.373373373373372,-12.149677483217147,-13.140988033817637,5.356199829396459,1389.6,1402.85,1427.0333333333333,0.652243646861761,0,0,20.285714285714285,1.4366653176851476,0,0.711864406779661,-69.93353132513084,0,0,50.0,0,1,2.3930384336475763,29.99826776703634,0,0,0,0,0,0,14.024390243902431,2.3442717355998717,47.91666666666667,0.6036869137191231,-36.80882352941171,0,0,2.8501548487667914,0.36134453781512604,-2410821585.315232,-21049066.508834362,1.7528936392956402,4234423.9628573395,0,0,-3.0156259156450793,6.1907659731080145,23.93469208595382,0,1,-2.2518796992481485,0.5029703484386057,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1469.3166666666666,1471.0,1376.7333333333333,-3.900906316995423,1,0,0,none,1,-0.07692307692307693,-0.56657223796034,0,0.444,1,1,0,-12.092123809974215,15.927313585921638,28.019437395895853,1405.2,1418.1,1310.3333333333333,-2.4046259079049337,0,0,34.5,2.4927745664739884,0,0.1686746987951807,-125.1556999729218,1,0,-83.13253012048193,1,0,-4.353835521769178,45.324294926200004,1,0,0,0,0,0,-3.7935323383084594,-1.4657874533894137,-18.106323599482668,0.3149467480782475,-2.8617647058824787,0,1,5.052671166970984,0.37815126050420167,-2913347545.092597,-151602154.84950686,1.9311780117870583,-6897659.037829349,0,0,-3.028091513292562,4.501132825693466,16.19806327392188,0,1,0.9954887218044934,0.04824474251706512,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1461.9666666666667,1464.0,1366.4,-5.332998928384147,1,0,0,none,1,3.4827586206896552,-0.5780346820809248,0,0.667,-1,0,1,38.74828184617802,13.921022594683109,-24.827259251494908,1402.2,1256.85,,14.731272626009485,0,0,81.35714285714286,5.641965524073708,0,1.1495726495726495,134.42622950819697,0,1,14.957264957264957,0,1,19.767441860465105,67.0648656262607,0,0,0,0,0,0,1.2880873050364698,1.3299782429090996,-17.850340778517577,0.9227414539632071,129.21470588235297,0,0,16.246107068740294,,-3389568916.262157,-735241765.4788499,1.2782077279807538,97693761.2641453,0,0,-4.165313011963462,10.53021017255018,10.887234447094775,0,1,10.554135338345851,0.420273061990765,1311.0715701248,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,20.629078132842558,1,0,0,none,1,-4.225,-0.5547850208044383,0,0.375,0,0,0,1,0,0,0,0.25,0.0,0.0,1,0.1820571829953336,45.833333333333336,12.908639855522253,27.93929963944248,7.563076689572279,65.96045197740114,112.72370968503564,126.20102533918823,0.9805878876750519,30.652609031149748 -46,2025-07-16 04:45:00,buy,1416.0,0.197,7,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#7,0.0,38.23529411764706,-1.176687136727031,24.415204678362812,26.127819548872342,-2.772918444433799,-1.5962313077067678,1.2987055351637213,1435.8,1440.75,1442.9166666666667,-0.6767308693388818,0,0,4.785714285714286,0.3344314665069382,1,0.3157894736842105,-239.66942148760356,1,0,-68.42105263157895,0,0,-0.968858131487893,21.798915000855587,0,0,0,0,0,0,0.0,-0.267727751229627,5.764411027568922,-0.006217996902912584,-11.464705882352973,0,0,0.8410606748385495,0.09243697478991597,-965419228.3239267,-1119603.0176337957,2.3574336256826536,-188149.67072737217,0,0,,7.259883430171299,33.03413938589021,1,1,-0.220300751879695,0.07762852712056478,1425.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1427.2833333333333,1466.0,1365.0,0.2604014619848938,1,0,0,none,1,0.19327731092436976,-0.06988120195667365,0,0.556,-1,0,1,0.19752694154408015,34.61538461538463,-2.1701616402522292,52.01525054466234,50.61728395061743,-0.007732170346798739,2.1624294699054305,3.246185170739276,1440.4,1446.2,1426.3166666666666,-0.9818835569077589,0,0,8.0,0.5586592178770949,1,0.175,-127.17638152914417,1,0,-61.111111111111114,0,0,-0.6245662734212343,27.252108506093563,0,0,1,0,1,0,6.923076923076934,-0.4037696671021509,0.21786492374727828,0.1840323174583034,-6.441176470588289,0,0,1.3933686773855347,0.5294117647058824,-1287331420.549886,-1985749.2960937023,0.8453163077641228,-117689.78756718128,0,0,,7.365941812147048,13.219113929816043,0,1,-1.32330827067668,0.44494546775006905,1425.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1403.25,1461.8333333333333,1373.1666666666667,2.048815250311775,1,0,0,none,1,0.5656565656565656,-0.06983240223463687,0,0.577,-1,0,0,0.3334525557722868,50.46728971962617,-3.066086350498475,40.68681318681322,46.48980104862459,7.799515771160031,10.865602121658506,3.915663504515539,1440.6,1441.4,1408.7166666666667,-0.6521437491327942,0,1,14.357142857142858,1.0025937749401437,0,0.325,-103.31847449232372,1,0,-67.5,0,0,-2.1857923497267784,55.09214505848645,0,0,0,0,0,0,-7.627948375611922,-0.7936914849157457,-7.794117647058819,0.4094458248321151,13.120588235294235,0,0,1.9879096209309863,0.7226890756302521,-1735781476.9161935,,1.2806717828394258,-867791.3525529765,0,0,,7.408977348786316,39.650134516952754,1,1,0.8466165413533714,0.12600325493865627,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.15,1459.0,1372.9666666666667,2.2017628376690412,1,0,0,none,1,0.5316455696202531,-0.27932960893854747,0,0.562,0,0,0,0.6451824803119196,61.15702479338843,-0.02846938846447067,56.778309409888436,59.304925094398875,13.057920724679661,13.086390113144132,7.929333721695454,1441.0,1424.6,1402.4333333333334,1.1512003369366974,0,0,15.571428571428571,1.0805987905224546,0,0.797752808988764,22.465187119233725,0,0,-47.368421052631575,0,0,0.9810791871058155,65.65222109840411,0,0,0,1,0,1,-4.715991079627443,-0.7611268364602548,0.0,0.6733713257601733,25.355882352941308,0,0,2.997083978901686,0.8907563025210085,-1812507971.2695909,-7767832.579277277,0.47312748181471026,260632.3239333611,0,0,,8.125612774219526,27.122560590455986,1,1,4.012030075187963,0.7064104482736858,1425.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1371.4833333333333,1459.0,1370.0,5.068721214257077,1,0,0,none,1,0.7796610169491526,-0.06939625260235947,0,0.5,0,0,0,0.7956596779785965,66.497461928934,6.0569081725521325,93.16239316239309,101.32882595569153,12.049511670532866,5.992603497980733,8.062457708676087,1446.2,1407.45,1412.2,2.3837436498632236,0,0,27.428571428571427,1.9034400713790027,0,0.9102564102564102,59.95067349649074,0,0,-8.974358974358974,0,1,2.34375,73.95622612112243,0,0,0,0,0,1,2.9506638993773535,-1.027315258348052,-9.829059829059815,0.7117306717036895,41.452941176470404,0,0,3.7160731178768214,0.9915966386554622,-2093458391.3967524,-1526701.9423511028,0.5290231071548338,2415736.9787841085,0,0,,8.200953423657587,20.897817999252656,0,1,4.024812030075196,0.7044957571960044,1422.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1392.1,1448.0,1375.2,3.5126786868759474,1,0,0,none,1,0.5306122448979592,-0.4857737682165163,0,0.5,0,0,0,0.8668503268036958,60.294117647058826,8.28542020977846,140.51572327044028,115.60327443346311,0.7824709766989599,-7.5029492330795,6.96459952849386,1423.0,1403.15,1428.2166666666667,2.5549656130848364,0,0,24.071428571428573,1.6727886429067806,0,1.3018867924528301,105.7311297960762,0,1,30.18867924528302,0,1,4.124457308248908,61.312935168437214,0,0,0,0,0,0,-11.279486413854883,0.3477273966862686,8.475591494459422,0.7737146140788355,10.326470588235452,1,0,4.8766968837156845,0.8319327731092437,-2417984199.7425933,-22775084.92009735,0.6130421287245273,7230630.513328327,0,0,-2.7713425773467844,8.155397227577188,19.713991545457983,0,1,0.8654135338345903,0.043917225242320446,1422.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1469.3166666666666,1471.0,1376.7333333333333,-2.0633174151249434,1,0,0,none,1,-0.8974358974358975,-0.4864489228630994,0,0.455,0,-1,0,-9.50013756532698,12.778755596922338,22.278893162249318,1397.0,1417.5,1317.6166666666666,1.5167548500881756,0,0,42.785714285714285,2.9732949468877194,0,0.8313253012048193,79.01622187336505,0,0,-16.867469879518072,0,1,-1.2354152367879179,49.316008077776,1,0,0,0,0,0,11.640188922284246,3.961901803932186,24.725768746628304,0.6751598841423824,-7.835294117646981,0,0,6.337768802394858,0.6386554621848739,-2908982189.3517632,-156549448.78192234,0.7775377122116169,-13339677.929963926,0,0,-2.471272871883229,8.571184857384328,17.504312775553405,0,1,0.4541353383458881,0.008466502387829755,1375.48,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1462.4333333333334,1464.0,1370.0,-1.6023522439769344,1,0,0,none,1,0.1724137931034483,-3.0576789437109104,1,0.625,1,1,0,33.245928732431764,16.730151664044797,-16.515777068386967,1419.8,1262.65,,8.581158674216915,0,0,82.64285714285714,6.027925393352089,0,0.8461538461538461,124.93989971838722,0,1,-15.384615384615385,0,1,14.440734557596002,68.3718419223561,0,0,0,0,0,0,-3.9418596799243772,-5.502353113746253,-9.732256693582656,0.6822055317618541,142.96764705882333,0,0,16.702395065234153,,-3368465337.829249,-708873983.9105954,1.4899713537614478,82266879.60355192,0,0,-3.6231157704624435,4.80296212763105,11.314341751825586,0,1,12.155639097744338,0.5209793013371837,1330.105844514816,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,14.68964363393006,1,0,0,none,1,-5.853658536585366,-8.898614150255288,0,0.375,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.6840819331063863,54.70588235294118,33.734939759036166,18.550916875655428,8.239563896863288,62.01859229747676,102.99145299145299,115.42973771334728,0.7718737886643023,31.56302310853714 -47,2025-07-16 11:39:00,buy,1439.0,0.194,7,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#7,0.04080663183478369,11.111111111111114,-2.6892177016139343,9.89988876529502,6.9635777644678,-8.345184378222257,-5.6559666766083225,3.4654334357653394,1449.2,1467.35,1476.2833333333333,-1.5913040515214472,0,0,6.785714285714286,0.4699248120300752,0,0.027777777777777776,-138.08348755911967,1,0,-96.7741935483871,1,0,-1.6348773841961872,3.2475914329400837,0,0,0,0,0,0,-0.5167958656330711,-0.05176347541201487,3.639371381306865,-0.21214799352454056,-24.144117647058692,0,0,0.7886892616463825,0.5462184873949579,-972319728.1398034,-2281663.2828971148,1.7985647255208266,-520715.1590277478,0,0,,8.117112586464348,74.04657719580929,1,1,-2.0624060150375967,0.9211997360811777,1443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1478.0333333333333,1488.0,1449.6666666666667,-2.3026093231997447,0,0,0,none,1,0.0,-0.3462603878116343,0,0.516,-1,0,0,0.0,8.333333333333329,-4.147644133281126,8.35663249456355,14.442842928600193,-6.549468951290464,-2.4018248180093384,3.326381984036609,1454.0,1472.3,1470.0833333333333,-1.990083542756227,0,0,7.571428571428571,0.5247005247005246,0,0.0,-176.08078258125488,1,0,-100.0,1,0,-2.3680649526387043,6.796045253880507,0,0,0,0,0,0,-9.848484848484844,-0.4507729361595225,-4.761904761904759,-0.3163657263243245,-24.90882352941162,0,0,0.908163132461923,0.08403361344537816,-1307913672.2829216,-7394083.031224728,1.6123525557376568,-728615.678876353,0,0,,8.072963105887476,56.4936305696667,1,1,-1.7293233082706796,0.6982381168847958,1443.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1480.4166666666665,1486.0,1430.1666666666667,-2.527441598649016,1,0,0,none,1,-0.2222222222222222,-0.2772002772002772,0,0.462,-1,-1,0,0.0,35.44303797468355,-4.534355185494468,29.285714285714306,49.725829725829726,1.4365267082200717,5.97088189371454,2.5511489479499176,1466.0,1476.35,1455.75,-1.7170725099061812,0,0,10.571428571428571,0.7285615831446294,1,0.2,-269.4638694638673,1,0,-80.0,0,0,-2.420981842636183,34.81571282544343,0,0,0,0,0,0,0.44303797468354844,-0.9458453542609808,-23.636363636363633,0.038085604207608655,-7.308823529411711,0,0,1.4998527585909642,0.42016806722689076,-1761417067.2313988,-14225655.412155628,1.4046804089389535,-766805.2239806091,0,0,,8.717377729776521,36.09414529948906,1,1,-0.6563909774436284,0.17008379784164174,1444.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1477.1833333333334,1479.0,1370.0,-1.7725175164445939,1,0,0,none,1,0.5189873417721519,-0.2756719503790489,0,0.579,0,0,0,0.07618186995148493,45.45454545454546,-3.5180680936166695,61.940035273368686,84.71327026882592,7.193748119792872,10.711816213409541,3.06553979806797,1471.2,1470.1,1435.9833333333333,-1.299231344806473,0,0,11.428571428571429,0.7876341439401398,1,0.22857142857142856,-155.0064184852371,1,0,-77.14285714285715,0,0,-1.959459459459456,49.922205549788295,0,0,0,0,0,0,-12.653562653562652,-1.687987091929184,-25.714285714285715,0.14710423861409275,7.188235294117476,0,0,1.7148893173377164,0.36134453781512604,-1829867784.1318877,-12262466.482475996,1.2581089006688713,-582873.1608929262,0,0,-2.749076510402424,8.756461201292321,53.16783983222573,1,1,0.9067669172932297,0.2267105278745416,1443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1476.2,1478.0,1370.0,-1.707085760737026,1,0,0,none,1,1.2372881355932204,-0.41350792556857335,0,0.643,-1,-1,0,0.4388512266914461,54.464285714285715,-0.2900653906310211,80.51146384479709,98.44209288653724,15.88035985271199,16.17042524334301,5.000057185376842,1473.6,1455.45,1419.2666666666667,-0.3057473633584107,0,0,14.928571428571429,1.0288471005218076,0,0.5370370370370371,-36.37782982045272,0,0,-71.42857142857143,0,0,0.0,77.03322157517445,0,0,0,0,0,0,-17.94950738916257,-2.460873234293743,-27.51322751322752,0.45582666350588613,38.5,0,0,2.8012162274140127,0.7226890756302521,-2106384531.0641632,-13347206.521028519,1.084278585850947,656941.2702580541,0,0,,8.83190257246973,30.924903465239396,1,1,2.2969924812029987,0.5579080792560922,1447.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1474.2333333333333,1476.0,1373.5333333333333,-1.5759603861894345,1,0,0,none,1,0.8571428571428571,-0.6891798759476223,0,0.6,-1,-1,0,0.8665930404654386,67.93893129770993,8.795322079155705,106.81645087585684,106.33179664120259,15.803954808420485,7.0086327292647805,10.682668929757433,1471.2,1422.3,1433.2666666666667,3.916192083245451,0,0,30.5,2.0635994587280106,0,1.0384615384615385,73.3019032652344,0,0,3.8461538461538463,0,1,4.526166902404527,80.83812290963313,0,0,0,0,0,0,-1.0533167643055776,-0.6296398565215622,0.9032634032634093,0.8239367672469325,50.23823529411766,0,0,4.7008920563054,0.7142857142857143,-2429532489.485263,-20462420.12281418,1.22793064734718,5871206.225064633,0,0,-1.77723011260359,10.963941565145618,17.72684689059709,0,1,5.816541353383444,0.820683512737457,1447.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1382.1333333333332,1474.0,1376.9333333333334,6.936137372178286,0,0,0,none,1,0.38461538461538464,-0.6765899864682002,0,0.444,0,0,0,-5.445640499948492,15.471842537313705,20.917483037262198,1409.0,1421.5,1322.1333333333334,2.638058389025688,0,0,40.5,2.7758738862234407,0,1.072289156626506,99.2016751734071,0,0,7.228915662650602,0,1,-0.8831521739130488,51.97732528697731,0,0,0,0,0,0,-0.2680125304559766,4.054497065378488,30.12048192771085,0.779121075117532,-0.47352941176472996,0,0,6.071429171888561,0.5294117647058824,-2926889765.3204317,-163975813.45856905,1.441920645091194,-12658273.761791477,0,0,-2.6169302829159666,9.998414169407898,17.44420106796347,0,1,0.43909774436090754,0.007954373184029473,1380.8504,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1462.4333333333334,1464.0,1370.0,-0.23476853645750806,1,0,0,none,1,-0.5517241379310345,-0.6854009595613434,1,0.571,0,0,0,33.245928732431764,16.730151664044797,-16.515777068386967,1419.8,1262.65,,8.581158674216915,0,0,82.64285714285714,6.027925393352089,0,0.8461538461538461,124.93989971838722,0,1,-15.384615384615385,0,1,14.440734557596002,68.3718419223561,0,0,0,0,0,0,-3.9418596799243772,-5.502353113746253,-9.732256693582656,0.6822055317618541,142.96764705882333,0,0,16.702395065234153,,-3368465337.829249,-708873983.9105954,1.4899713537614478,82266879.60355192,0,0,-3.6231157704624435,4.80296212763105,11.314341751825586,0,1,12.155639097744338,0.5209793013371837,1330.105844514816,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,14.68964363393006,1,0,0,none,1,-5.853658536585366,-8.898614150255288,0,0.375,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.8218689099590516,54.437869822485204,63.855421686747015,35.533177486063686,8.196064631906488,62.01859229747676,102.99145299145299,115.42973771334728,0.7718737886643023,31.56302310853714 -48,2025-07-17 06:27:00,sell,1556.0,0.65,7,고점 매도 · 비중 65% · 분할 · leg#7,1.0,61.016949152542374,0.8976860178969788,111.28654970760256,113.02144249512683,4.10921829494896,3.211532277051981,1.4776521589727876,1546.2,1541.1,1530.45,0.7721757186425426,0,0,6.714285714285714,0.4323429307331432,0,1.105263157894737,201.8935202262404,0,1,10.526315789473683,0,1,1.1726384364820763,71.92538524839307,0,0,0,0,0,0,8.557932759099764,0.5113717749532807,-6.491228070175453,0.9839362195461568,12.794117647058783,0,0,0.9548207239289203,0.5378151260504201,-998911138.5971855,84885.01846170425,1.8532763556336036,556808.2978733778,0,0,,15.917799868699323,23.00994617150908,0,1,0.06015037593983994,0.003907137118542181,1555.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1524.3333333333335,1551.0,1495.5333333333333,1.8806035425322554,0,0,0,none,1,0.5294117647058824,-0.4507405022537025,1,0.622,0,0,1,0.9152838937185714,66.10169491525424,1.0824499748993537,116.66666666666667,101.17448999801952,5.148360712050135,4.065910737150781,2.8377265703947963,1542.6,1535.9,1530.2166666666667,1.1784621394621997,0,0,7.5,0.4826254826254826,0,1.025,165.4032643583972,0,1,4.545454545454546,0,1,0.6476683937823857,78.2947532153335,0,1,0,1,0,0,3.1387319522912804,0.6866208696047402,10.404040404040416,1.0573759381496908,15.714705882352973,0,0,1.1021152888253836,0.453781512605042,-1332530192.935536,213750.69716620445,3.762760322284697,200305.563320991,0,0,,16.01976244994452,26.989527446357865,1,1,1.293233082706783,0.4930314970865396,1554.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1530.75,1553.0,1469.9333333333334,1.5188633023027975,0,0,0,none,1,0.7676767676767676,-0.45045045045045046,1,0.621,1,1,1,0.8198226211884019,67.21311475409836,0.28860909045010086,95.09090909090911,92.80808080808079,7.156479556829936,6.867870466379835,2.6446683403511497,1539.6,1531.05,1507.2,0.8458247607850744,0,0,10.785714285714286,0.6985566247224279,0,1.08,148.26334888543434,0,1,8.0,0,1,1.846965699208436,71.24460342814035,0,0,0,0,0,0,10.761501850872548,0.27069222039819074,10.24242424242425,0.8016740256806966,13.582352941176623,0,0,1.5274723467843847,0.6890756302521008,-1795143193.9261694,628391.2056295872,4.577183173773839,1461702.2073441325,0,0,,15.321097254890791,20.834136426223534,0,1,0.5887218045112387,0.1183823860223252,1545.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1490.1999999999998,1542.0,1469.2,3.610253657227225,0,0,0,none,1,0.9493670886075949,-1.16580310880829,1,0.609,0,0,1,0.9168899249398695,60.91954022988505,0.1769174165396663,106.48148148148158,113.58024691358037,11.66537277005932,11.488455353519655,2.446707836274329,1541.2,1529.4,1492.75,1.0200078462141882,0,0,12.571428571428571,0.8136846971798428,0,1.1111111111111112,196.27039627039585,0,1,11.11111111111111,0,1,0.3898635477582957,66.29430705213449,0,1,0,1,0,1,0.45442395081528275,0.3101244186044685,-6.018518518518533,0.8862068348181388,31.570588235294053,0,0,1.9352980532018962,0.5378151260504201,-1852177112.5861304,,2.566925143278601,588543.4158332907,0,0,,15.43850949537855,15.641251661558607,0,1,0.6210526315789648,0.15425471303951355,1545.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1493.0,1542.0,1460.8,3.482920294708647,0,0,0,none,1,1.5084745762711864,-1.1650485436893203,0,0.706,0,0,1,0.7966055479120391,66.8639053254438,1.7856734264943945,106.99251580400603,97.93226354734811,17.84182332266505,16.056149896170655,6.640609474268722,1528.4,1505.35,1471.3,1.9696416115853488,0,0,17.785714285714285,1.158678455095393,0,1.0666666666666667,111.44338118022327,0,1,9.75609756097561,0,1,2.5384101536406245,81.87445500077956,0,0,0,1,0,1,-5.528732711366018,-0.3877602162081555,8.013937282229975,0.8595775439539397,42.34999999999991,0,0,2.891205508947867,0.7899159663865546,-2133692759.0268817,-14254113.706234694,1.3993385507585014,1289408.2465883195,0,0,,14.77312885872526,20.487322282694183,0,1,3.7706766917293106,0.7967751203602798,1537.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1473.15,1531.0,1450.9,4.198486236975185,0,0,0,none,1,1.9387755102040816,-2.019543973941368,1,0.714,0,0,0,0.9446764056004335,74.64788732394366,4.263092279802422,101.77523474178406,106.23851986684703,23.082332820710462,18.81924054090804,7.6344366148643275,1527.6,1484.6,1444.1833333333334,3.3948538326822097,0,0,18.357142857142858,1.1959050721265705,0,1.0731707317073171,145.27899404962437,0,1,8.450704225352112,0,1,5.281207133058974,81.71568285898164,0,0,0,0,0,0,1.7155564968760046,0.15999087432399506,-0.8289319248826246,1.1112978763459347,64.81470588235288,0,0,3.126246488869105,0.4117647058823529,-2443697502.099837,-7694308.1240615845,1.467947284866786,5305327.020900661,0,0,,14.872300403968097,43.39011969446726,1,1,4.206015037593953,0.7711817959036102,1531.6,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1478.65,1529.0,1375.3,3.810908599059948,0,0,0,none,1,3.5384615384615383,-1.0423452768729642,1,0.7,0,0,0,5.435645172000278,26.94040518468364,21.504760012683363,1476.6,1440.15,1345.95,5.752872964621725,0,0,38.57142857142857,2.5325954413282057,0,1.1007194244604317,190.15195229851858,0,1,10.071942446043165,0,1,8.86347390993567,65.41149805631896,0,0,0,0,0,0,6.259259259259252,3.3444771707098013,-0.13105794434218865,1.03840729566071,57.852941176470495,0,0,6.478848349029872,0.7394957983193278,-2941196411.48404,-62125169.304876804,1.0218722707269405,652115.854366662,0,0,-2.551501818553904,14.41948082653619,13.621350982473258,0,1,1.9180451127819311,0.09441241951692858,1406.1336038903987,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.35,1499.7333333333333,1370.0,4.290067449584001,0,0,0,none,1,4.758620689655173,-0.8535784635587657,1,0.625,1,0,0,35.79922705983331,28.23325675640467,-7.56597030342864,1422.2,1277.8,,16.60666771012678,0,0,87.07142857142857,5.843720038350911,0,1.039344262295082,159.7018551105898,0,1,3.934426229508197,0,1,23.960066555740433,70.63902446966588,0,0,0,0,0,0,3.3985781982910765,2.5532983274015493,-1.822427724067083,0.9656011642923877,165.08823529411757,0,0,16.995926880002838,,-3351541597.7037754,-627596933.6836762,2.016264181851434,106232092.34414162,0,0,-3.2591707015129256,13.12220022458419,11.385233266326122,0,1,14.209022556390993,0.5837914322359319,1347.6173769536308,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,24.644470470135516,1,0,0,none,1,-2.880952380952381,-3.3557046979865772,1,0.444,1,1,1,0,2,0,0,0.0,0.5,0.0,0,1.0,59.25925925925925,107.44415961483689,105.49375082509151,10.257240504279913,65.41717049576783,101.1690252673859,105.62806264795817,0.9821875811766729,34.44026424239683 -49,2025-07-17 06:48:00,sell,1547.0,0.35,7,고점 매도 · 비중 35% · 분할 · leg#7,0.47783597972296876,51.42857142857143,-1.0927625602464,30.55555555555578,43.9814814814816,2.9500231031483963,4.042785663394796,2.193396618010703,1544.8,1542.75,1532.0333333333333,-0.0486144871171601,0,0,8.785714285714286,0.5697609783212897,0,0.4166666666666667,16.7364016736393,0,0,-66.66666666666666,0,0,-0.1941747572815511,75.91899236447217,0,0,0,0,0,0,-3.976833976833973,-0.2848422900714951,-11.11111111111111,0.4537412977577176,0.5617647058825241,0,0,1.2352811489317328,0.8235294117647058,-1000620833.9655532,,0.6988821142689523,278994.77637414634,1,0,,15.082280068914455,17.153327200181348,0,1,0.8142857142857002,0.32427704672603197,1541.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1524.4833333333333,1556.0,1495.0,1.1490231663186412,1,0,0,none,1,0.3949579831932773,-0.5188067444876783,1,0.639,0,0,0,0.5174316915120384,48.529411764705884,-0.08985535206180728,53.03030303030303,75.75757575757586,4.7346870093620055,4.824542361423813,1.8607453555516513,1548.0,1541.5,1531.4166666666667,0.03243593902042541,0,0,9.642857142857142,0.6253474152306837,0,0.5,41.095890410958646,0,0,-50.0,0,0,0.5870841487279899,64.56003343617053,0,1,0,1,0,1,2.1526001705029856,-0.4530393322739057,-24.242424242424235,0.5489328924919629,13.870588235294235,0,0,1.272358717119409,0.6050420168067226,-1332904602.8219776,172815.43365192413,0.6348232057764391,230972.26391813694,0,0,,15.11496561423673,19.961496470277474,0,1,0.4857142857143227,0.16057903202222645,1541.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1530.75,1547.0666666666666,1469.9333333333334,0.7349338559529572,1,0,0,none,1,0.696969696969697,-0.5188067444876783,0,0.613,0,0,0,0.6808915963583334,61.79775280898876,0.6743880420342192,122.66666666666667,113.4141414141414,8.029350167411849,7.35496212537763,3.084334060533549,1543.2,1532.45,1509.8333333333333,0.557930111912297,0,0,12.0,0.7787151200519143,0,0.96,83.0409356725145,0,0,-4.0,0,1,1.4483212639894605,62.83075467046392,0,0,0,0,0,0,-12.526571515335561,-0.5995905519227369,0.18181818181817277,0.640279840377398,13.667647058823377,0,0,1.7473382856942008,0.7983193277310925,-1796467424.5093002,-769930.155203104,0.9087181472665912,1433598.5087224087,0,0,,15.088078655423098,17.793999852906186,0,1,1.2293233082706774,0.37881294578159364,1540.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1540.6,1542.0,1469.2,0.025963910164872317,1,0,0,none,1,0.9873417721518988,-0.5840363400389358,0,0.625,-1,-1,0,0.7268041430361302,55.752212389380524,0.4720074752979144,123.45679012345688,115.9465020576133,12.350193364097095,11.87818588879918,3.008389936612674,1545.0,1531.55,1495.75,0.6823153014919647,0,0,14.357142857142858,0.9310728182323513,0,1.0,98.22560202788253,0,0,-0.0,0,1,1.6479894528675043,48.790192439591394,0,1,0,0,0,0,-9.19624121886691,-0.614907190522274,5.555555555555543,0.7100555889148962,27.241176470588243,0,0,2.023196473847013,0.5714285714285714,-1853606452.851107,-2168206.45277524,1.109624920803398,786635.2714829817,0,0,,15.200461273209665,11.925567037186486,0,1,1.1315789473684088,0.3377747110790543,1541.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1493.0,1542.0,1460.8,3.281982585398535,1,0,0,none,1,1.305084745762712,-0.324254215304799,0,0.684,-1,-1,0,0.9602107378785383,73.91304347826087,2.770450297488569,135.83348615441034,113.93486016006413,19.519212768031366,16.748762470542797,6.95183935986133,1535.4,1509.7,1474.2333333333333,3.1993111214148495,0,0,17.642857142857142,1.1324041811846688,0,1.403225806451613,112.99010397093807,0,1,71.42857142857143,0,1,2.163934426229508,81.57880954620639,0,0,0,1,0,1,7.049138152817079,0.9847768709941747,28.840970350404305,1.1228381261704437,44.120588235294235,0,0,3.0040718050387816,0.8067226890756303,-2135374518.131524,-16305767.590540886,0.8235028689370915,895753.1199477576,0,0,,16.47858303376255,20.71520860080607,0,1,3.9804511278195647,0.8055116997705197,1544.86,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1471.3666666666668,1533.0,1447.0,5.887949978478058,0,0,0,none,1,2.3877551020408165,-0.7702182284980745,1,0.733,1,1,0,0.9446764056004335,74.64788732394366,4.263092279802422,101.77523474178406,106.23851986684703,23.082332820710462,18.81924054090804,7.6344366148643275,1527.6,1484.6,1444.1833333333334,3.3948538326822097,0,0,18.357142857142858,1.1959050721265705,0,1.0731707317073171,145.27899404962437,0,1,8.450704225352112,0,1,5.281207133058974,81.71568285898164,0,0,0,0,0,0,1.7155564968760046,0.15999087432399506,-0.8289319248826246,1.1112978763459347,64.81470588235288,0,0,3.126246488869105,0.4117647058823529,-2443697502.099837,-7694308.1240615845,1.467947284866786,5305327.020900661,0,0,,14.872300403968097,43.39011969446726,1,1,4.206015037593953,0.7711817959036102,1531.6,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1478.65,1529.0,1375.3,3.810908599059948,0,0,0,none,1,3.5384615384615383,-1.0423452768729642,1,0.7,0,0,0,5.435645172000278,26.94040518468364,21.504760012683363,1476.6,1440.15,1345.95,5.752872964621725,0,0,38.57142857142857,2.5325954413282057,0,1.1007194244604317,190.15195229851858,0,1,10.071942446043165,0,1,8.86347390993567,65.41149805631896,0,0,0,0,0,0,6.259259259259252,3.3444771707098013,-0.13105794434218865,1.03840729566071,57.852941176470495,0,0,6.478848349029872,0.7394957983193278,-2941196411.48404,-62125169.304876804,1.0218722707269405,652115.854366662,0,0,-2.551501818553904,14.41948082653619,13.621350982473258,0,1,1.9180451127819311,0.09441241951692858,1406.1336038903987,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.35,1499.7333333333333,1370.0,4.290067449584001,0,0,0,none,1,4.758620689655173,-0.8535784635587657,1,0.625,1,0,0,35.79922705983331,28.23325675640467,-7.56597030342864,1422.2,1277.8,,16.60666771012678,0,0,87.07142857142857,5.843720038350911,0,1.039344262295082,159.7018551105898,0,1,3.934426229508197,0,1,23.960066555740433,70.63902446966588,0,0,0,0,0,0,3.3985781982910765,2.5532983274015493,-1.822427724067083,0.9656011642923877,165.08823529411757,0,0,16.995926880002838,,-3351541597.7037754,-627596933.6836762,2.016264181851434,106232092.34414162,0,0,-3.2591707015129256,13.12220022458419,11.385233266326122,0,1,14.209022556390993,0.5837914322359319,1347.6173769536308,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,24.644470470135516,1,0,0,none,1,-2.880952380952381,-3.3557046979865772,1,0.444,1,1,1,0,0,0,0,0.0,0.0,0.0,0,1.0,59.25925925925925,107.44415961483689,105.49375082509151,10.257240504279913,65.41717049576783,101.1690252673859,105.62806264795817,0.9821875811766729,34.44026424239683 -50,2025-07-17 12:39:00,buy,1484.0,0.493,8,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#8,0.16796773383438174,26.666666666666657,-1.7517864238767387,15.784832451499335,14.74150290575423,-5.539951647460839,-3.7881652235841003,2.373195633827669,1491.8,1503.85,1512.9333333333334,-0.7879775243541554,0,0,6.0,0.40214477211796246,0,0.25,-124.58271184032827,1,0,-74.07407407407408,0,0,-1.0610079575596787,18.670010066162206,0,0,0,0,0,0,0.0,0.32761549026681935,7.192699946323133,0.12115608376409644,-16.785294117647027,0,0,0.896308660440177,0.12605042016806722,-1022797178.7673855,-1316734.9596880674,1.9355755092032576,-277441.9570122473,0,0,,11.169235125375977,40.65966456741126,1,1,-1.315037593984976,0.7603056929951754,1486.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1506.7,1547.0,1487.0666666666666,-0.9756421318112496,1,0,0,none,1,-0.36134453781512604,-0.06702412868632708,0,0.357,0,0,1,0.1399784598042582,31.578947368421055,-1.510966114614173,23.71014492753623,18.389315146348505,-5.292794077127155,-3.781827962512982,2.138609740945875,1495.6,1506.6,1514.0333333333333,-0.7699455728129467,0,0,7.785714285714286,0.5207835642618251,1,0.3076923076923077,-148.7927249921626,1,0,-68.0,0,0,-1.1243386243386277,11.041810740276333,0,0,0,0,0,0,5.163853028798414,0.1086357373985285,10.666666666666666,0.1729451349880337,-16.49411764705883,0,0,1.1342683556083037,0.23529411764705882,-1375527291.5421898,-3212033.5208935738,1.7281263954334742,36232.46422163921,1,0,,11.424900554300276,25.936895576442048,1,1,-0.7022556390977793,0.26602318580357587,1487.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1492.0500000000002,1548.4,1490.9,0.1977145538017977,1,0,0,none,1,-0.25252525252525254,-0.13377926421404682,0,0.48,0,0,0,0.08131824763973597,32.173913043478265,-1.7064555116900557,31.398809523809536,46.382858699035154,-6.298421992450585,-4.591966480760529,4.021488855983793,1502.6,1514.5,1523.85,-1.6837240013205634,0,0,15.928571428571429,1.0697495922479132,0,0.09803921568627451,-133.2246524475851,1,0,-84.375,1,0,0.3369272237196741,16.466464160799603,0,1,0,0,0,1,-5.545385202135776,-0.8149621501935007,-19.39484126984127,0.16613308164899482,-15.644117647058692,0,0,2.434621137152901,0.9159663865546218,-1846107180.14098,-3478760.190509081,0.7445304823915553,-251904.96015518415,0,1,,11.024119068898774,21.832280769248825,0,1,-1.8992481203007672,0.5445517312008747,1487.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1540.8666666666668,1542.0,1487.6,-3.366071042270591,1,0,0,none,1,0.24050632911392406,-0.1343183344526528,0,0.56,-1,0,0,0.008493172751522797,44.366197183098585,-3.128856865962203,23.773448773448866,33.69679901937979,-6.095473157456581,-2.966616291494378,3.5510313755075877,1505.6,1515.45,1514.9666666666667,-1.745356164835532,0,0,19.357142857142858,1.3000095941667467,0,0.022727272727272728,-171.21729237770242,1,0,-97.72727272727273,1,0,-2.296587926509186,34.17946012791259,1,0,0,0,0,0,-0.3146538807311998,-0.8374148252552875,-11.070381231671558,0.17322763385475645,-20.682352941176532,0,0,2.361250995443616,0.8991596638655462,-1882522750.1919527,-11498840.113212824,1.4075909635809813,-1626236.263473209,0,0,,11.057299234586647,20.709448868826495,0,1,-1.10150375939853,0.23462146985544896,1488.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.7,1542.0,1471.8,-2.533219873011716,1,0,0,none,1,-0.05084745762711865,-0.47011417058428473,0,0.556,0,0,0,0.0,35.38461538461539,-5.759139110444813,30.522875816993388,30.072621641249,2.225288188108607,7.9844272985534195,4.3368585770079,1507.4,1523.75,1490.3,-2.2805578342903976,0,0,24.785714285714285,1.6645879305382325,0,-0.022222222222222223,-164.2613487273681,1,0,-102.22222222222221,1,0,-2.9967426710097667,39.33713482342266,0,0,0,0,0,0,-13.594976452119305,-1.287030412794457,0.23965141612200114,0.24503822078981038,-8.929411764705947,0,0,3.4344324596613607,0.8571428571428571,-2175697167.813305,-22208522.814362526,1.1599074520338117,-3414263.6994971912,0,0,,11.134065877356502,23.316118067070267,0,1,-1.4834586466165718,0.282202565663058,1490.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1533.6166666666668,1535.0,1452.0,-2.9092450308095374,1,0,0,none,1,0.8571428571428571,-0.8059100067159166,0,0.625,0,-1,0,0.6207793336595884,59.58549222797927,-2.586648146954481,65.49572649572652,68.72200152481842,17.07637866775849,19.66302681471297,6.971508719871899,1513.4,1502.35,1450.3166666666666,0.8420141777881307,0,0,23.857142857142858,1.5747289014615746,0,0.8028169014084507,-5.958611804493555,0,0,-35.8974358974359,0,0,-1.1096605744125299,65.46002421887701,0,0,0,0,0,0,4.33687344344888,-0.42130641431397464,3.418803418803421,0.6325285131604581,21.5205882352941,0,0,3.507018536432384,0.5630252100840336,-2476213473.9858103,-31930584.364135742,1.0025786518758302,276507.57330997754,1,0,,13.188950457552373,42.57806062843577,1,1,3.313533834586485,0.5604992729856539,1493.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1526.35,1529.0,1380.6,-0.7436040226684537,1,0,0,none,1,3.358974358974359,-0.7920792079207921,0,0.667,0,0,0,6.9710215202227275,31.981261506781493,25.010239986558766,1501.8,1448.25,1355.7333333333333,4.609010875194208,0,0,37.5,2.4752475247524752,0,1.0431654676258992,122.77291869128614,0,1,4.316546762589928,0,1,9.465317919075144,61.663577570389656,0,0,0,0,0,0,4.239297169153531,-0.07987685505614195,-2.264854782840402,0.9050755564889278,73.80882352941171,0,0,6.402924232122601,0.7226890756302521,-2952622574.52147,-39275029.42887306,1.0094602946286693,4885437.528500903,0,0,-2.2666720010975028,13.593179368815056,18.20095698525372,0,1,3.9616541353383457,0.28287750810185175,1415.553113176339,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.35,1509.0,1370.0,3.7422535693498293,0,0,0,none,1,3.6551724137931036,-2.838283828382838,0,0.714,0,0,0,35.79922705983331,28.23325675640467,-7.56597030342864,1422.2,1277.8,,16.60666771012678,0,0,87.07142857142857,5.843720038350911,0,1.039344262295082,159.7018551105898,0,1,3.934426229508197,0,1,23.960066555740433,70.63902446966588,0,0,0,0,0,0,3.3985781982910765,2.5532983274015493,-1.822427724067083,0.9656011642923877,165.08823529411757,0,0,16.995926880002838,,-3351541597.7037754,-627596933.6836762,2.016264181851434,106232092.34414162,0,0,-3.2591707015129256,13.12220022458419,11.385233266326122,0,1,14.209022556390993,0.5837914322359319,1347.6173769536308,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,24.644470470135516,1,0,0,none,1,-2.880952380952381,-3.3557046979865772,1,0.444,1,1,1,3,0,0,0,0.75,0.0,0.0,1,0.878686573882542,67.6056338028169,108.15347721822543,108.67198961137605,12.171043794712896,65.41717049576783,101.1690252673859,105.62806264795817,0.9821875811766729,34.44026424239683 -51,2025-07-18 05:03:00,buy,1444.0,0.507,8,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#8,0.0,14.545454545454547,-4.104091891712044,18.031097299390197,15.816735328930543,-5.773373490054155,-1.669281598342111,3.2826342705513016,1470.4,1489.3,1487.7166666666667,-1.9673672194990943,0,0,7.928571428571429,0.5430528375733855,0,0.11363636363636363,-194.9099937926762,1,0,-88.09523809523809,1,0,-2.341137123745818,8.874834364462458,0,0,0,0,0,0,-2.1212121212121104,-0.5190490276237156,3.9682539682539684,-0.25654853401670613,-22.117647058823422,0,0,1.0401755407818336,0.6386554621848739,-1057631168.1946048,-2225209.318070054,1.5496134441136742,-299194.24136973545,0,0,,8.393978885654496,46.55819295271628,1,1,-1.557894736842119,0.5686628663830688,1455.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1525.8,1527.0,1476.6,-4.312491807576347,0,0,0,none,1,-0.5462184873949579,-0.136986301369863,0,0.433,0,0,0,0.0,28.070175438596493,-3.1764567831382484,24.55840455840456,37.176988054181145,-4.034322762230886,-0.8578659790926373,2.6543092402599404,1478.2,1488.85,1492.8666666666666,-1.9377371797024479,0,0,9.0,0.6164383561643836,0,0.17777777777777778,-262.2906537007034,1,0,-82.22222222222221,1,0,-2.4064171122994638,20.79266360348298,0,0,0,0,0,0,-7.48538011695905,-1.2651591834215983,-13.372319688109165,-0.22854080192661286,-16.029411764705856,0,0,1.1564174627253043,0.33613445378151263,-1427699840.867609,-6313341.113211632,1.9378960979088906,-584219.9397312403,0,0,,8.424472079936262,14.542510331673697,0,1,-0.6729323308270915,0.16237751370688858,1452.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1526.1,1527.4,1480.6,-4.331302011663707,0,0,0,none,1,-0.6262626262626263,-0.0684931506849315,0,0.409,-1,-1,1,0.0,38.75,-0.9788804032106988,58.56481481481483,86.21913580246911,-6.104130946985833,-5.125250543775135,2.435582449696173,1485.2,1486.8,1507.5666666666666,-1.8025289211729856,0,1,12.642857142857142,0.8659491193737769,0,0.2916666666666667,-310.5439076268646,1,0,-70.83333333333334,0,0,-2.144772117962468,43.031042321531174,1,0,0,0,0,0,-4.305555555555564,-1.8581891916077842,-25.833333333333336,-0.07389370357619358,-17.832352941176623,0,0,1.649531048277617,0.36134453781512604,-1915156411.981675,-12120336.921257973,2.492472412280531,-837585.3668601168,0,0,,8.467637686927931,22.196034487073852,0,1,0.05864661654134829,0.0014688017243189577,1446.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.5833333333333,1529.0666666666666,1490.5,-4.424199443565535,0,0,0,none,1,-0.7341772151898734,-0.136986301369863,0,0.389,-1,-1,1,0.0,41.50943396226415,-0.7215546780771263,68.39387464387474,81.53252611585958,-8.614096740391915,-7.892542062314789,3.728910850682539,1485.8,1491.45,1511.6166666666666,-2.108686177880592,0,0,13.142857142857142,0.9001956947162427,0,0.08928571428571429,-218.31735889243967,1,0,-87.17948717948718,1,0,-1.81573638197714,49.10375910005418,1,0,1,0,1,0,-3.8513907800038965,-1.879510170760347,-29.059829059829056,-0.11441222461791138,-20.985294117647072,0,0,2.5427574847683343,0.9831932773109243,-1949324128.512825,-7085597.817855835,1.5622497638182409,-503438.2847729903,0,0,,8.50482045971377,10.236317858006615,0,1,-1.366165413533811,0.33791945934343914,1455.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1528.3333333333335,1529.6666666666667,1481.6666666666667,-4.471101417666312,0,0,0,none,1,-0.5254237288135594,-0.7534246575342466,0,0.462,-1,-1,0,0.0,26.277372262773724,-4.360924591322958,28.128226436000023,31.61536545989207,-10.196178560006729,-5.83525396868377,5.61324997653194,1485.2,1506.8,1514.2833333333333,-3.105919830103532,0,0,22.428571428571427,1.5362035225048922,0,0.030303030303030304,-159.70287836583032,1,0,-96.72131147540983,1,0,-4.512753433616745,32.55293372345747,0,0,0,0,0,0,-19.17717319177173,-1.4412048656174878,-9.224564142596929,0.0526914883617932,-28.964705882352973,0,0,3.047766288463032,0.6470588235294118,-2248306949.492233,-29740293.115586758,1.1002742870466418,208954.19562809914,1,0,,8.577442055178718,13.72124182824511,0,1,-2.944360902255604,0.6786254174847599,1458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1515.75,1535.0,1488.8,-3.6780471713673046,0,0,0,none,1,-1.2040816326530612,-1.3013698630136987,0,0.5,0,-1,0,0.0,33.55263157894737,-8.122804803181328,26.40211640211642,29.74867724867725,-2.682492805245829,5.4403119979355,5.2415458412098,1487.0,1510.4,1477.7166666666667,-3.3368644067796716,0,0,24.142857142857142,1.6536203522504893,0,0.031746031746031744,-188.92237348020322,1,0,-96.82539682539682,1,0,-4.823989569752285,43.91625272688878,0,0,0,0,0,0,-12.824180015255529,-1.8418191843548772,1.0582010582010604,0.045996618981149824,-30.817647058823468,0,0,3.496069105710016,0.6134453781512605,-2528728514.2833595,-47959851.48018885,0.8114153249680293,-4525817.897949722,0,0,,8.681908083848988,15.103906124369223,0,1,-1.2195488721804817,0.13288737240532533,1458.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.8166666666666,1529.0,1458.0,-4.438796103371912,1,0,0,none,1,0.1282051282051282,-1.8493150684931507,0,0.5,-1,-1,0,2.021436418999869,32.40052008305361,30.379083664053738,1517.2,1461.45,1377.05,1.7482637106982724,0,0,41.714285714285715,2.8052646748006533,0,0.841726618705036,44.84657749803304,0,0,-31.88405797101449,0,0,2.764340013821709,62.907044772032094,0,0,0,0,0,0,-10.003954757573368,-3.7944261495027227,-14.464949779306977,0.5737246111984768,61.84705882352955,0,0,6.1242625929643255,0.5546218487394958,-2980208786.080485,-54669125.00315666,1.4077139797074856,5621456.536571,0,0,-2.447411320135846,11.061262071280753,30.406727662648827,1,1,7.35263157894737,0.6907888985013948,1433.2878653427315,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1506.6833333333334,1509.0,1370.0,-1.3064014778597643,1,0,0,none,1,3.206896551724138,-5.110961667787492,0,0.714,0,-1,0,38.080796743874416,40.03502562641438,1.9542288825399647,1452.2,1295.05,,18.064939577622496,0,0,91.57142857142857,5.988975053723255,0,1.1672131147540983,145.94182649561802,0,1,16.721311475409838,0,1,28.487394957983202,78.55904925791883,0,0,0,0,0,0,-0.4232904468082239,2.281569684041102,0.5880155060482934,0.9968905937960029,185.53529411764703,0,0,16.991646041836425,,-3359750102.2062864,-497093647.87516785,2.646764785103491,162204309.39173985,0,0,-2.908078975581788,14.921649015368278,12.015183178565517,0,1,16.316541353383442,0.6360821884541058,1363.7279867973402,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,27.90697674418603,1,0,0,none,1,-1.9069767441860466,-9.61412688031393,1,0.444,0,0,1,2,0,0,0,0.5,0.0,0.0,0,0.6220469021862856,69.1449814126394,99.20411496889447,107.72831010553877,14.324523436324702,64.99388004895961,101.7570407734342,101.97250634409102,0.9832340712359009,37.38341448362756 -52,2025-07-18 14:42:00,sell,1635.0,0.65,8,고점 매도 · 비중 65% · 분할 · leg#8,0.8157374687947171,83.75,1.4308145449149485,114.07407407407429,111.21252204585547,17.151192492835207,15.720377947920259,5.664282980389786,1637.4,1613.15,1579.3333333333333,1.7884263707652615,0,0,8.642857142857142,0.526361579954759,0,1.1379310344827587,87.44131455399042,0,0,26.666666666666668,0,1,1.6089108910890992,82.02322101221723,0,1,0,1,0,0,1.8055555555555571,-0.2578983444066161,5.185185185185205,1.2259881668866546,39.96764705882333,0,0,1.2953082550505532,0.8991596638655462,-1080964404.823332,-695112.2726018429,0.46645998831519525,1088832.2531209234,0,0,,21.302041150220496,73.8791617293501,1,1,3.7015037593985025,0.918977815812053,1637.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.0,1634.0,1524.0,5.459216441875392,0,0,0,none,1,0.9915966386554622,-0.18270401948842874,1,0.742,0,1,0,0.8521889841524424,88.60759493670886,4.216367751973701,106.54875825928457,108.3489865996338,20.052328657258386,15.835960905284685,7.111796274947686,1636.2,1597.0,1569.55,2.504696305572951,0,0,10.5,0.6414172266340867,0,1.0434782608695652,100.87573439751652,0,1,5.263157894736842,0,1,3.804692454026637,92.00718440624387,0,0,0,0,0,0,-0.5490315693152326,-0.6824512664133735,-0.977854472246193,1.270209496783504,52.32352941176464,0,0,1.3086668483204837,0.47058823529411764,-1447670680.0657034,345671.44037508965,0.48674027846404505,4339672.305937956,0,0,,20.963686631222767,63.59654478056773,1,1,4.642105263157895,0.9355124002721253,1635.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1554.25,1634.0,1489.0,5.324111307704671,0,0,0,none,1,1.2222222222222223,-0.061087354917532075,0,0.75,0,0,0,0.9923509250734823,86.66666666666667,6.385068397794775,110.42050522043314,109.51805462046285,23.28287040561213,16.897802007817354,7.453886921794763,1625.6,1579.05,1534.8333333333333,3.6699281213387724,0,0,13.285714285714286,0.8115891439043547,0,1.0921052631578947,141.01841413002597,0,1,9.722222222222223,0,1,4.667519181585678,93.15685367738068,0,0,0,0,0,0,-0.7207207207207205,0.11664776370834495,2.091315453384425,1.441635458970515,60.96764705882333,0,0,1.7858844324139398,0.5630252100840336,-1941100425.9486182,-11879058.943429708,1.1568358353822281,5480595.412360435,0,0,,21.00295889936472,43.805307152715706,1,1,4.299999999999983,0.7474249207492571,1619.17953,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1559.4666666666667,1630.0,1488.9333333333334,4.971785225718195,0,0,0,none,1,2.0126582278481013,-0.061087354917532075,0,0.75,0,0,0,1.0,77.77777777777777,5.941295584768085,107.5735294117648,112.74773755656122,24.11318073126199,18.171885146493906,6.789621200251446,1604.0,1567.85,1520.85,4.41049845329593,0,0,15.642857142857142,0.9555807662099659,0,1.07,226.31534066683633,0,1,8.75,0,1,5.138086062941549,87.22903328041868,0,0,0,0,0,0,3.267973856209153,1.7881795791898334,-7.339743589743591,1.5641817310990964,64.26470588235293,0,0,1.943594604555316,0.33613445378151263,-1957326656.373869,2101534.345240116,1.0374800835362916,7097202.023686852,0,0,,21.05855210953227,36.464436329752026,1,1,3.6142857142857303,0.6455544485240067,1604.1828694015999,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1562.9166666666665,1630.0,1478.3333333333333,4.740069314849382,0,0,0,none,1,1.88135593220339,-0.3054367745876604,1,0.75,1,1,0,1.0,80.6930693069307,10.209807495524334,108.20678697083184,105.90469299738955,25.19564649251879,14.985838996994456,12.063579664968143,1587.0,1534.25,1519.5,6.697083265439141,0,0,25.857142857142858,1.5795444628676152,0,1.1146496815286624,167.63522574877064,0,1,16.363636363636363,0,1,8.052805280528052,82.445919012215,0,0,0,0,0,0,1.2193850964043804,2.4611359693879944,2.3295454545454533,1.3361025584333361,73.34999999999991,0,0,4.11448730834925,0.9831932773109243,-2264101255.3890653,-8601023.643693924,1.414422277819171,12972737.540348317,0,0,-0.6571280345521809,21.114578033300944,31.806266789825667,1,1,7.3917293233082715,0.8931727822496892,1578.99461856,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1514.35,1619.0,1484.8333333333333,8.099184468583886,0,0,0,none,1,2.857142857142857,-0.5497861942577886,1,0.75,1,1,0,1.0,62.886597938144334,9.699694100447104,105.57910906298007,112.20530457289647,16.97691747271142,7.277223372264316,9.332243329388042,1565.4,1520.4,1498.95,5.4985530123651705,0,0,38.357142857142854,2.3913430708941927,0,1.042857142857143,225.10665700716447,0,1,4.285714285714286,0,1,7.868190988567592,82.79580833822051,0,0,0,0,0,0,4.747063054423407,2.763494094281244,-9.42414174972312,0.9940635558716823,57.0411764705882,0,0,4.5334832697408,0.8571428571428571,-2536641302.096547,,3.148231117114804,16919904.787625216,0,0,,18.802418694094115,21.647559704696505,0,1,2.260150375939871,0.1420937145514083,1562.1832823808,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1516.3333333333335,1598.0,1486.0,5.7814904374587694,0,0,0,none,1,3.230769230769231,-1.8703241895261846,1,0.6,0,1,1,2.928592811914374,34.36542505810894,31.436832246194566,1524.4,1472.4,1388.8833333333334,5.745721271393633,0,0,44.57142857142857,2.8626479493531516,0,1.0331491712707181,160.08826565113694,0,1,5.769230769230769,0,1,6.790123456790131,70.57155628841616,0,0,0,0,0,1,-2.8262273901808754,1.6261912952654534,-2.873086146467429,0.8962509354879192,71.88529411764716,0,0,6.150696516523528,0.5714285714285714,-2966643528.108301,-27083912.283597946,2.2526551056173374,30090477.689800277,0,0,-1.3487431764043112,15.725775273762665,36.9807581624428,1,1,8.383458646616564,0.784838859509649,1441.6320658751595,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1517.8166666666666,1551.0,1370.0,2.581559037652781,0,0,0,none,1,5.103448275862069,-5.2665382145150925,1,0.75,1,0,1,38.080796743874416,40.03502562641438,1.9542288825399647,1452.2,1295.05,,18.064939577622496,0,0,91.57142857142857,5.988975053723255,0,1.1672131147540983,145.94182649561802,0,1,16.721311475409838,0,1,28.487394957983202,78.55904925791883,0,0,0,0,0,0,-0.4232904468082239,2.281569684041102,0.5880155060482934,0.9968905937960029,185.53529411764703,0,0,16.991646041836425,,-3359750102.2062864,-497093647.87516785,2.646764785103491,162204309.39173985,0,0,-2.908078975581788,14.921649015368278,12.015183178565517,0,1,16.316541353383442,0.6360821884541058,1363.7279867973402,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,27.90697674418603,1,0,0,none,1,-1.9069767441860466,-9.61412688031393,1,0.444,0,0,1,0,4,0,0,0.0,1.0,0.0,0,0.8777838360213398,72.86821705426357,96.67140168542697,98.4733348287386,15.209018289149562,64.99388004895961,101.7570407734342,101.97250634409102,0.9832340712359009,37.38341448362756 -53,2025-07-18 15:51:00,sell,1632.0,0.35,8,고점 매도 · 비중 35% · 분할 · leg#8,0.9210986793133588,60.0,0.9297667757876926,114.14141414141436,104.86812570145914,3.0018571432194676,2.072090367431775,1.8772650517002325,1625.8,1619.2,1603.6666666666667,0.7905138339920903,0,0,7.5,0.4595588235294118,1,1.0909090909090908,132.15715102507573,0,1,9.090909090909092,0,1,1.1152416356877248,74.16726931948577,0,0,0,0,0,0,6.969696969696969,0.5575728095483623,0.9469696969697168,0.8871750692544007,3.979411764705901,0,0,1.1793119549434272,0.8739495798319328,-1089064675.7357533,,0.6416372134010586,245542.38827292435,0,0,,20.4603111568479,49.20247479616524,1,1,0.06015037593983994,0.0021928682442553526,1633.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1615.2,1635.0,1552.2,1.0401188707280795,1,0,0,none,1,0.907563025210084,-0.24509803921568626,1,0.71,0,0,0,0.7067478099431839,47.368421052631575,-1.4833189805100222,80.95238095238095,51.52116402116411,8.171637253486551,9.654956233996574,2.381199067806245,1621.6,1625.0,1586.45,0.492307692307703,0,0,9.714285714285714,0.5948735893622605,0,0.9583333333333334,71.63120567376,0,0,9.523809523809524,0,1,0.3687768899815591,34.536378999740464,0,1,0,1,0,1,2.1629416005767794,0.9047208861897182,30.95238095238095,0.9068561646002877,16.747058823529414,0,0,1.3936199387099297,0.5546218487394958,-1461546192.8848815,-4943543.994787693,0.570516378441942,112359.31344749033,0,0,,20.56323685010655,34.53625841000079,1,1,-0.8255639097744608,0.2549125908133604,1632.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1631.8166666666666,1634.0,1516.1,0.07251631617113397,1,0,0,none,1,1.1616161616161615,-0.0612369871402327,1,0.75,0,0,0,0.7771715315859954,73.55371900826447,-0.43979383137716255,84.49802003261124,74.44850591601114,18.93390285870578,19.37369669008294,7.199748829833968,1617.6,1601.05,1553.25,1.9955654101995624,0,0,17.142857142857142,1.0497769224039892,0,1.0273972602739727,85.31210649397347,0,0,3.7037037037037033,0,1,1.1771995043370564,72.90965599079242,0,1,0,1,0,1,0.9041463586918184,0.43553727664478714,12.345679012345684,0.9254144797616655,36.049999999999955,0,0,2.103401427156197,0.8319327731092437,-1954253380.397807,-27692065.78927803,0.5144646067279404,1469753.4410371445,0,0,,20.610705105977623,53.270240715242096,1,1,4.060902255639097,0.6950061025197114,1623.3,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1627.9166666666665,1631.0,1489.1666666666667,0.31226004607116664,0,0,0,none,1,1.9620253164556962,-0.1224739742804654,1,0.75,1,0,0,0.828599633110756,76.11940298507463,1.9555675168447237,84.51621477937276,88.07704235335827,25.301422531566686,23.345855014721963,7.891633162731576,1623.4,1586.85,1529.5833333333333,2.593187761918281,0,0,18.928571428571427,1.1626886626886626,0,0.975,100.92478542240981,0,1,-3.0303030303030303,0,1,4.02555910543132,78.7749653973806,0,0,0,0,0,1,3.7056098816263443,-0.33657025793441164,0.3056884635832091,0.9880788444476722,57.68235294117653,0,0,2.1488471919879615,0.4789915966386555,-1964450640.9499419,-5263347.676933765,0.6897364815461599,3873186.00508161,0,0,,20.283964175931057,46.16252338501041,1,1,4.6052631578947585,0.7573408808703774,1615.44,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1627.0833333333335,1630.0,1478.3333333333333,0.05633802816900069,1,0,0,none,1,1.9322033898305084,-0.4914004914004914,1,0.786,0,1,0,0.8249789129839773,68.83720930232559,8.731612004889428,104.73413379073749,107.688966550531,28.510950300461218,19.77933829557179,11.723223150565051,1610.6,1549.95,1522.75,3.8098003161392224,0,0,27.214285714285715,1.6913788511053893,0,0.92,123.89870381475164,0,1,-9.433962264150944,0,1,3.141025641025652,79.06999124085638,0,0,0,0,0,0,-7.376382930684116,-1.7107731845304563,-5.391845099286272,0.9254917810344259,88.40000000000009,0,0,3.7691353609430522,0.8739495798319328,-2279749550.9024935,-26841756.41139078,0.7797969843975515,5844844.769618247,0,0,-1.2115062414395121,18.967298104529306,35.554282951833386,1,1,7.220300751879693,0.8842379746486367,1589.3548449596158,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1514.35,1619.0,1506.3,6.250206359164001,1,0,0,none,1,2.020408163265306,-1.4916096954630205,0,0.75,0,0,0,1.0,68.89632107023411,12.324785879656417,107.90284435922024,109.49506807830114,22.683205721834838,10.35841984217842,11.20132025400101,1584.8,1525.05,1501.6666666666667,6.685026720435405,0,0,35.42857142857143,2.1775397313196945,0,1.1342281879194631,200.03967073291767,0,1,13.422818791946309,0,1,11.438356164383556,89.10877063139344,0,0,0,0,0,0,6.009723132089775,2.6250917792093134,2.323735296240173,1.1308016955221551,68.53529411764703,0,0,4.617231498499862,0.8571428571428571,-2537919602.6752043,-9191088.39184475,1.2447224740448222,20281638.10962022,0,0,,20.426889746636824,24.532977728426413,0,1,3.9977443609022276,0.3066983729656102,1570.408619790336,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1604.5166666666667,1607.0,1487.8,1.401252713693646,0,0,0,none,1,3.5128205128205128,-1.5980331899200986,1,0.636,1,0,0,2.928592811914374,34.36542505810894,31.436832246194566,1524.4,1472.4,1388.8833333333334,5.745721271393633,0,0,44.57142857142857,2.8626479493531516,0,1.0331491712707181,160.08826565113694,0,1,5.769230769230769,0,1,6.790123456790131,70.57155628841616,0,0,0,0,0,1,-2.8262273901808754,1.6261912952654534,-2.873086146467429,0.8962509354879192,71.88529411764716,0,0,6.150696516523528,0.5714285714285714,-2966643528.108301,-27083912.283597946,2.2526551056173374,30090477.689800277,0,0,-1.3487431764043112,15.725775273762665,36.9807581624428,1,1,8.383458646616564,0.784838859509649,1441.6320658751595,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1517.8166666666666,1551.0,1370.0,2.581559037652781,0,0,0,none,1,5.103448275862069,-5.2665382145150925,1,0.75,1,0,1,38.080796743874416,40.03502562641438,1.9542288825399647,1452.2,1295.05,,18.064939577622496,0,0,91.57142857142857,5.988975053723255,0,1.1672131147540983,145.94182649561802,0,1,16.721311475409838,0,1,28.487394957983202,78.55904925791883,0,0,0,0,0,0,-0.4232904468082239,2.281569684041102,0.5880155060482934,0.9968905937960029,185.53529411764703,0,0,16.991646041836425,,-3359750102.2062864,-497093647.87516785,2.646764785103491,162204309.39173985,0,0,-2.908078975581788,14.921649015368278,12.015183178565517,0,1,16.316541353383442,0.6360821884541058,1363.7279867973402,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,27.90697674418603,1,0,0,none,1,-1.9069767441860466,-9.61412688031393,1,0.444,0,0,1,0,2,0,0,0.0,0.5,0.0,0,0.8777838360213398,72.86821705426357,96.67140168542697,98.4733348287386,15.209018289149562,64.99388004895961,101.7570407734342,101.97250634409102,0.9832340712359009,37.38341448362756 -54,2025-07-18 20:21:00,buy,1560.0,0.245,9,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#9,0.04767535192768679,36.111111111111114,-0.9472567620575845,30.89646464646486,50.95765345765355,-1.938943828298079,-0.9916870662404946,1.3644763032030083,1578.0,1579.75,1583.3666666666666,-0.6171862636493164,0,1,5.642857142857143,0.359417652411283,1,0.2727272727272727,-186.01793832166186,1,0,-72.72727272727273,0,0,-0.6957621758380772,30.142370884411463,0,0,0,0,0,0,-2.1241830065359437,-0.5789433467942312,-16.550116550116552,0.02214968567027497,-8.876470588235406,0,0,0.8510046226197815,0.0,,,1.8079800153713415,-201454.79495274648,0,0,,15.625486592262083,19.49458373426923,0,1,0.17218045112780658,0.03573114935050159,1564.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1633.8,1635.0,1570.2,-3.905006732770222,0,0,0,none,1,-0.5294117647058824,0.0,0,0.441,-1,0,1,0.026540271685464963,35.82089552238806,-0.7231272910737645,46.62698412698413,63.51410934744276,-3.5168930520983395,-2.793765761024575,2.294613905748051,1578.6,1583.2,1594.5,-1.0864072764022237,0,0,9.571428571428571,0.6112023353402664,0,0.13157894736842105,-181.39534883720884,1,0,-79.16666666666666,0,0,-0.8860759493670933,25.762231226590558,0,0,0,0,1,0,-3.5233667726939117,-0.8691575446044304,-21.626984126984127,0.1044791643751749,-5.923529411764548,0,0,1.4298745039743088,0.6218487394957983,-1502948690.6277623,-3017391.2449777126,2.338220880423501,-459601.6328106029,0,0,,15.360034579100956,10.914337845182322,0,1,-0.945864661654159,0.3796253650972733,1561.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1632.6666666666665,1634.0,1559.3333333333333,-4.083299305839105,1,0,0,none,1,0.1111111111111111,-0.19157088122605362,0,0.583,-1,0,1,0.10096692496992046,45.21739130434783,-1.242222420491668,43.47319347319348,49.1064491064491,-4.881463476335739,-3.639241055844071,2.8399722057526504,1578.0,1583.95,1587.7,-1.1332428422614393,0,0,12.642857142857142,0.8073344280240832,1,-0.029411764705882353,-137.69271664008434,1,0,-103.84615384615385,1,0,-1.4474512271869133,53.84274466916503,1,0,1,0,1,0,-9.684569479965901,-0.8583832352302041,-17.94871794871795,0.1267305002010656,-17.541176470588198,0,0,2.551873706095625,0.7815126050420168,-2015115462.6246746,-8092107.167699575,1.0849436339332776,-121403.58653206564,0,0,,15.407743095185754,17.223549768878428,0,1,-0.7375939849624338,0.15056070647498077,1567.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1573.4,1631.0,1503.0,-0.4703190542773683,1,0,0,none,1,0.7721518987341772,-0.5747126436781609,0,0.667,-1,-1,0,0.23990757315587538,41.333333333333336,-3.8136745324902592,49.48948948948958,45.81747367461666,-0.5206286815234762,3.293045850966783,5.041473730113415,1580.4,1593.9,1561.2,-1.3112491373361013,0,0,22.357142857142858,1.4213059667605121,1,0.16129032258064516,-98.49131796185559,0,0,-66.66666666666666,0,0,0.6397952655150307,34.6121818709893,0,0,0,0,0,0,-1.327217125382262,-0.24887669532216927,-0.4535147392290213,0.3428531109755609,-15.344117647058738,0,0,3.905339069509906,0.9411764705882353,-2010629659.9226625,-5108307.902183056,0.720037507088492,336729.2525893396,0,0,,15.965388957230275,27.884284504178943,1,1,-2.3187969924811918,0.4663117142343326,1567.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1579.0166666666667,1630.0,1490.4666666666667,-0.3810388321845881,1,0,0,none,1,1.88135593220339,-0.5721551176096631,0,0.765,-1,0,0,0.48823001991625253,53.77049180327869,-4.452910562689464,44.18414918414911,46.02175602175594,15.726125409531733,20.179035972221197,6.686755152723721,1585.4,1588.25,1536.1666666666667,-0.07870297497245549,0,1,31.5,1.9848771266540641,0,0.5076923076923077,-46.72090729782994,0,0,-61.53846153846154,0,0,-2.458512599877072,59.364257081090805,0,0,0,0,0,0,-0.45028741750053314,-0.3063145953713864,-1.025641025641022,0.5559023774485017,30.00588235294117,0,0,4.911808547239428,0.9915966386554622,-2356391241.2553477,-75619374.73659706,0.5666983694572052,-2011866.8323691562,0,0,-4.116787800656587,17.08346353188133,31.77226390196368,1,1,1.6729323308270505,0.1389556485707969,1567.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1514.35,1619.0,1511.6666666666667,4.797437844619812,1,0,0,none,1,1.2040816326530612,-0.5671077504725899,0,0.667,0,0,0,0.7102289646714299,67.6829268292683,4.311762973602313,84.42308258488464,85.27388399313179,24.640714698568217,20.328951724965904,13.849728258725008,1592.8,1542.1,1514.05,2.911614032812415,0,0,40.0,2.520478890989288,0,0.8657718120805369,54.01699356007738,0,0,-20.408163265306122,0,0,3.7254901960784403,74.22488987707715,0,0,0,0,0,1,-4.230653417645286,-1.8036901774591492,2.145824772862156,0.6752252738076052,48.32058823529405,0,0,5.760328142173806,1.0,-2644240222.9066205,-109231561.19984198,0.5385841776450797,12212771.18888953,0,0,,17.20290023406865,28.997251379670207,1,1,7.691729323308271,0.7263207198505723,1577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1604.5166666666667,1607.0,1497.7333333333333,-1.091709860705714,1,0,0,none,1,1.7435897435897436,-1.1972274732199117,0,0.556,0,0,0,8.008427558917283,43.50492665995034,35.49649910103306,1556.2,1491.55,1403.1166666666666,6.3993831919815,0,0,50.214285714285715,3.1641011792240525,0,1.1361256544502618,126.84906552292648,0,1,25.24271844660194,0,1,4.202232435981612,64.79915687040784,0,0,0,0,0,0,-7.215265354800238,-0.22181230151939246,3.0378953961791524,0.8913066796068386,93.04411764705878,0,0,6.924104877411333,0.8571428571428571,-3011143971.49317,-69947560.00913,1.343427124185858,20650345.65676823,0,0,-1.1846099901118612,17.496038986190566,41.02896386557473,1,1,10.259398496240582,0.8353497154597422,1449.6458360665033,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.8166666666666,1561.0,1427.3,1.8733483828863084,0,0,0,none,1,5.448275862068965,-2.0163831127914302,0,0.778,0,0,0,38.080796743874416,40.03502562641438,1.9542288825399647,1452.2,1295.05,,18.064939577622496,0,0,91.57142857142857,5.988975053723255,0,1.1672131147540983,145.94182649561802,0,1,16.721311475409838,0,1,28.487394957983202,78.55904925791883,0,0,0,0,0,0,-0.4232904468082239,2.281569684041102,0.5880155060482934,0.9968905937960029,185.53529411764703,0,0,16.991646041836425,,-3359750102.2062864,-497093647.87516785,2.646764785103491,162204309.39173985,0,0,-2.908078975581788,14.921649015368278,12.015183178565517,0,1,16.316541353383442,0.6360821884541058,1363.7279867973402,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,27.90697674418603,1,0,0,none,1,-1.9069767441860466,-9.61412688031393,1,0.444,0,0,1,0,0,0,0,0.0,0.0,0.0,0,0.8593305852022519,70.34883720930233,132.9910380881255,119.87186082183293,17.809180335649852,64.99388004895961,101.7570407734342,101.97250634409102,0.9832340712359009,37.38341448362756 -55,2025-07-19 05:39:00,buy,1515.0,0.252,9,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9,0.03758317869732045,18.0,-2.6372623007377136,0.041050903120095995,6.185509538000049,-8.176887824480218,-5.5396255237425045,2.9874344624859868,1520.8,1538.25,1551.95,-1.3814399479928463,0,0,9.285714285714286,0.6121103682079293,0,0.0,-136.51668197122635,1,0,-100.0,1,0,-1.8122977346278324,7.585108702473363,0,0,0,0,0,0,-12.508474576271183,-0.061312853607796036,-8.641975308641975,-0.006892225311473583,-21.864705882352837,0,0,1.3522813638605988,0.7563025210084033,-1149477985.9851716,-1010974.8324935436,0.7582308687833547,-343606.8473325223,0,0,,11.403175799866272,28.658243319893625,1,1,-1.4248120300751594,0.5383349211429516,1517.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1570.65,1604.0,1517.0,-3.4157832744405203,1,0,0,none,1,-0.6050420168067226,-0.3295978905735003,0,0.357,0,0,0,0.0,18.91891891891892,-2.7600677464766203,15.402364607170119,24.267537283989697,-9.606761284824188,-6.8466935383475676,3.1010523981222495,1528.4,1542.35,1558.9666666666667,-1.9677764450351631,0,0,11.571428571428571,0.7653061224489796,0,0.021739130434782608,-198.36400817995818,1,0,-97.5,1,0,-2.009073233959824,10.474153248565997,0,0,0,0,0,0,-10.41441441441441,-0.8738519968268186,-11.810344827586201,-0.1278381744738249,-25.364705882352837,0,0,1.4484820062614059,0.6890756302521008,-1531243843.3445368,-5056686.070263386,0.6571396014772295,-631970.8382232077,0,0,-5.440553803354405,11.068703910038757,22.036125461612592,0,1,-1.2804511278195583,0.40135618167835896,1511.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1615.5,1625.0,1560.4,-6.406685236768805,0,0,0,none,1,-0.7474747474747475,-0.3306878306878307,0,0.417,-1,0,0,0.0,33.87096774193549,-2.2238841714486597,21.988304093567262,25.225318197454403,-11.54104444727841,-9.31716027582975,4.06741423885063,1536.8,1555.35,1577.0,-2.3370945446362534,0,0,15.357142857142858,1.011003479732907,0,0.03508771929824561,-184.70746922947257,1,0,-95.0,1,0,-2.8150991682661552,16.043479238020026,0,0,0,0,0,0,-2.3359288097886477,-1.1437764888121809,-11.666666666666668,-0.037580816686902246,-28.21764705882333,0,0,2.1002389608295116,0.5042016806722689,-2061991882.127251,-8832679.470190525,2.5709051153085745,-466303.25354858674,0,0,,11.630348518427457,36.58988173203203,1,1,-2.3541353383458645,0.7754571487265677,1517.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1573.65,1616.5666666666666,1561.6333333333334,-3.472817970959241,0,0,0,none,1,-1.2278481012658229,-0.5266622778143515,0,0.389,-1,-1,1,0.0,32.903225806451616,-3.0432380785696793,26.102941176470683,30.5964052287583,-12.807387492569205,-9.764149413999526,3.8953278889567096,1541.8,1558.85,1584.5,-2.5563716842544104,0,0,17.928571428571427,1.1802877833160914,1,0.0,-202.0609318996426,1,0,-100.0,1,0,-3.309993634627628,24.348828871094128,0,0,0,0,0,0,-3.7874216755627756,-1.3028083123212895,-5.208333333333336,-0.03984896147770027,-38.70588235294122,0,0,2.5242875048806823,0.4957983193277311,-2044863990.9485135,,1.9275674371139848,-1179272.2571975715,0,0,,11.66995643721258,55.88498873314008,1,1,-1.901503759398541,0.5491433245616479,1519.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1573.7666666666667,1625.0,1572.0,-3.4799737360472704,0,0,0,none,1,-1.9661016949152543,-0.9216589861751152,0,0.4,-1,-1,1,0.0,14.705882352941174,-7.349530031999032,16.263736263736188,15.736015397032252,-8.602204386038693,-1.2526743540396608,6.125008469237681,1548.0,1575.9,1552.8,-3.610635192588363,0,0,26.071428571428573,1.7163547446628422,0,0.0,-186.18504435994964,1,0,-100.0,1,0,-3.371501272264632,16.967478283718577,0,0,0,0,0,0,-2.685421994884919,-1.6683317412080552,-0.5649717514124291,0.035636209089752895,-41.90294117647045,0,0,3.0660972352246723,0.42857142857142855,-2392239863.8620796,-14107016.739016056,0.7847038645462461,-1503060.907826867,0,0,,11.750586612252167,27.63080825514152,1,1,-2.88571428571432,0.5005229409683585,1519.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1611.15,1619.0,1519.5666666666666,-5.719517115104122,0,0,0,none,1,1.2040816326530612,-1.6458196181698488,0,0.7,-1,-1,0,0.19963394793295886,35.09433962264151,-7.630565714980126,22.73890983568406,20.215930606028138,9.038640342698272,16.669206057678398,7.000680616029266,1561.2,1581.25,1530.9333333333334,-2.1027667984189757,0,0,39.0,2.5193798449612403,0,0.1917808219178082,-154.9271034603909,1,0,-78.78787878787878,0,0,-3.3707865168539297,30.198170813732617,0,0,0,0,0,0,-5.750730799893702,-1.2097446119274693,1.5151515151515156,0.3735339751696992,7.770588235294099,0,0,5.717466482726049,0.9411764705882353,-2681588037.941101,-39595582.06425047,0.4668696247016253,-8122621.296019334,0,0,-3.5209754027470086,14.008335791405479,25.92733867344204,1,1,-0.2624060150376077,0.0031466902347880854,1534.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1604.5166666666667,1607.0,1507.6666666666667,-3.5223483707450876,1,0,0,none,1,1.3076923076923077,-1.614987080103359,0,0.571,0,0,0,3.698850743629812,41.933463885725814,38.234613142096,1583.2,1509.8,1415.85,2.7950721949927093,0,0,56.285714285714285,3.6266568483063324,0,0.9256198347107438,53.807343863845524,0,0,-12.162162162162163,0,1,2.442244224422452,55.85811523927776,0,1,0,1,0,0,-5.773947404278516,-3.5547546769921325,-26.70777573690198,0.6443520237538766,98.26764705882351,0,0,7.197572262955374,0.8571428571428571,-3087994927.350403,-135372352.82893276,0.6238549491522654,25926151.214242756,0,0,-1.5740494232776003,14.72502589514788,41.97669692458886,1,1,8.948872180451119,0.7740154287280921,1457.34226095827,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.8166666666666,1561.0,1370.0,-0.37338582845648505,1,0,0,none,1,4.724137931034483,-2.5128865979381443,0,0.75,0,0,0,41.32582562700162,53.61151091629199,12.285685289290372,1484.2,1314.6,,20.873269435569753,0,0,86.0,5.412208936438011,0,1.2644376899696048,134.4171868195674,0,1,26.443768996960486,0,1,35.580204778157,82.01929830550634,0,0,0,0,0,0,9.159193978643899,3.2450288831272047,13.942794793858639,1.1364998055562032,198.6264705882354,0,0,17.102607096841695,,-3502615360.873385,-645886432.0855222,1.2028257703021965,194941960.01723492,0,0,-3.1846859014094178,18.871496884702733,11.571039345022076,0,1,18.98345864661653,0.6892814877348367,1378.549747853553,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,32.92621716580224,0,0,0,none,1,-0.5,-1.5103838892385149,1,0.5,1,0,0,4,0,0,0,1.0,0.0,0.0,1,0.6753173677132002,63.12849162011173,116.9727980407592,131.21480330218196,15.942928139128504,74.15307402760351,115.69983556729284,106.20863386937098,1.0,41.16019454404677 -56,2025-07-19 10:03:00,buy,1506.0,0.253,9,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9,0.0,15.78947368421052,-3.91871272497779,15.253968253968461,12.210978835978912,-8.06309081882091,-4.1443780938431205,3.669149098605052,1525.4,1547.0,1551.7,-1.8745959922430555,0,0,8.357142857142858,0.5505364201016375,0,0.16,-165.28640441683825,1,0,-84.0,1,0,-2.692307692307694,10.527274012871828,0,0,0,0,0,0,-0.5741626794258394,-0.19281037359841013,5.333333333333332,-0.20378560961688244,-26.429411764705947,0,0,0.967694980359218,0.3025210084033613,,,1.6087061965768015,-492820.3198389411,0,0,,11.391405523424769,42.26944453163473,1,1,-2.1022556390977627,0.7681530014267238,1510.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1535.6833333333334,1565.8333333333333,1512.2333333333333,-1.151496076665115,1,0,0,none,1,-0.2184873949579832,0.0,0,0.417,-1,0,0,0.0,19.40298507462687,-3.979356579304702,20.20242914979759,23.547820762733156,-6.023102941923753,-2.043746362619051,3.074896971833394,1531.6,1549.0,1548.7666666666667,-2.0012911555842505,0,0,9.928571428571429,0.6540560888386976,0,0.2692307692307692,-244.72036506420451,1,0,-73.07692307692307,0,0,-2.316602316602312,15.184492171768213,0,0,0,0,0,0,-9.1684434968017,-0.8504461463393342,-5.840455840455839,-0.18568710893130766,-25.797058823529596,0,0,1.1811024332171274,0.14285714285714285,-1550361192.0411842,-14015801.350221157,2.9839179321183824,-908154.468084842,0,0,,11.421524707339369,35.36237224574571,1,1,-1.1428571428571512,0.322409587442993,1504.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1562.8,1576.0,1506.4,-2.8666496032761724,1,0,0,none,1,-0.6262626262626263,-0.13175230566534915,0,0.4,-1,0,1,0.0,26.72413793103449,-3.0163988784160978,24.730877056458457,39.0995314251128,-4.866295179344888,-1.8498963009287905,3.545446969695077,1541.0,1551.45,1556.6666666666667,-2.1560475684037517,0,0,14.857142857142858,0.9787314135140222,0,0.0847457627118644,-247.23103467468144,1,0,-88.09523809523809,1,0,-1.9379844961240345,21.258083965565277,0,0,0,0,1,0,-1.203789996893434,-1.536604149732515,-17.93650793650794,0.0023931326253306654,-13.382352941176578,0,0,2.3209212417727603,0.5126050420168067,-2086446069.3264217,-18167121.84157014,2.3929019647363194,-784980.9447756242,0,0,,11.466619315875715,16.678181196920768,0,1,-1.2052631578947468,0.26886497754007566,1513.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1614.65,1620.0,1513.0,-5.98581735979934,1,0,0,none,1,-0.7341772151898734,-0.7246376811594203,0,0.474,-1,0,1,0.012577046548826482,34.751773049645394,-1.3496526693450193,44.177350427350525,59.3126780626782,-5.413478943312157,-4.063826273967138,4.008467007708169,1546.4,1548.25,1568.6166666666666,-1.9538188277087087,0,1,20.071428571428573,1.3222284961415398,0,0.07692307692307693,-176.78920262830715,1,0,-92.3076923076923,1,0,-3.802281368821292,26.411824726319495,0,0,0,0,0,0,-9.150665974744847,-2.178965014673675,-19.23076923076924,0.0999354354889875,-12.855882352941308,0,0,3.0405903179175553,0.773109243697479,-2082161729.167015,,2.131837977553592,-854109.2519338685,0,0,,11.505066599136239,17.262738399996117,0,1,0.342105263157894,0.01701644107535505,1514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1609.3833333333332,1611.0,1514.0,-5.67815830079843,1,0,0,none,1,-1.152542372881356,-0.7905138339920948,0,0.4,-1,-1,1,0.0,38.32599118942731,-1.9438596925668419,69.99113475177298,74.32033096926705,-8.517526229356008,-6.573666536789166,4.4935212061058865,1545.2,1555.95,1560.75,-2.4390243902439046,0,0,29.0,1.9104084321475625,1,0.0,-169.5853331603759,1,0,-100.0,1,0,-1.9379844961240345,28.67049360234232,1,0,1,0,1,0,-6.986508810572694,-2.1338307171680926,-18.43971631205673,0.16955507402126935,-25.779411764705856,0,0,3.903386864183048,0.7815126050420168,-2489734663.1315684,-97388331.20860481,1.813258387899158,351665.9629043266,1,0,-12.714517697180613,11.58460357973501,39.65488181614442,1,1,-1.582706766917277,0.2869617950508515,1518.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1613.95,1619.0,1518.0,-5.945041667957495,1,0,0,none,1,0.061224489795918366,-1.9762845849802373,0,0.6,-1,-1,1,0.0441716581905647,35.193133047210296,-8.300013937640603,22.012811037201313,22.75601543894228,-1.828415436492378,6.471598501148225,7.966342991720388,1541.2,1575.2,1536.75,-3.6312849162011163,0,0,32.714285714285715,2.155091285526068,0,0.0,-146.9680128442632,1,0,-100.0,1,0,-4.468219005663943,36.25759892476422,0,0,0,0,0,0,-3.8544860004087553,-1.4142125949579842,-9.090909090909086,0.20165806951535678,-9.429411764705947,0,0,5.203063846077921,0.8571428571428571,-2788493933.777556,-115255360.34175634,0.8346967322517764,-2444448.4182842337,0,0,-8.447381963354859,11.700997380577526,19.694507224921438,0,1,-4.260150375939817,0.6454290031144431,1518.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1604.5166666666667,1607.0,1512.6333333333334,-5.392070301544594,1,0,0,none,1,-0.41025641025641024,-1.844532279314888,0,0.429,-1,-1,0,0.6092335223314009,38.996155045010255,38.386921522678854,1581.2,1518.6,1421.7333333333333,1.8701435532727517,0,0,55.285714285714285,3.573737187182565,0,0.8771929824561403,49.49822448664514,0,0,-18.91891891891892,0,1,1.442622950819672,54.649680676309586,0,1,0,1,0,1,-4.518219716788472,-3.089617221298411,-14.72054578850694,0.6125100590404235,82.58529411764698,0,0,7.133376176835826,0.8487394957983193,-3089908861.538064,-134032803.62284517,0.7694339782222868,16265681.761507466,0,0,-1.6446729070847237,14.267876044460582,42.02516329576484,1,1,7.288721804511282,0.7155444817078664,1461.0754157391045,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.8166666666666,1561.0,1446.4,-0.6943478586483143,1,0,0,none,1,3.103448275862069,-4.0077569489334195,0,0.75,0,0,0,41.32582562700162,53.61151091629199,12.285685289290372,1484.2,1314.6,,20.873269435569753,0,0,86.0,5.412208936438011,0,1.2644376899696048,134.4171868195674,0,1,26.443768996960486,0,1,35.580204778157,82.01929830550634,0,0,0,0,0,0,9.159193978643899,3.2450288831272047,13.942794793858639,1.1364998055562032,198.6264705882354,0,0,17.102607096841695,,-3502615360.873385,-645886432.0855222,1.2028257703021965,194941960.01723492,0,0,-3.1846859014094178,18.871496884702733,11.571039345022076,0,1,18.98345864661653,0.6892814877348367,1378.549747853553,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,32.92621716580224,0,0,0,none,1,-0.5,-1.5103838892385149,1,0.5,1,0,0,4,0,0,0,1.0,0.0,0.0,1,0.6392808057410708,58.61027190332326,102.25225225225226,120.96854135689087,13.42714484829616,74.15307402760351,115.69983556729284,106.20863386937098,1.0,41.16019454404677 -57,2025-07-19 23:57:00,buy,1526.0,0.25,9,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#9,0.15928565968465527,41.17647058823529,0.12658160086446069,40.00000000000019,50.213243546576926,-3.4547068021647647,-3.5812884030292254,1.079153129655195,1534.2,1536.65,1545.1,-0.3676829466697118,0,0,4.785714285714286,0.31258747783894747,0,0.15384615384615385,-118.90838206627932,1,0,-80.0,0,0,-0.39037085230969604,55.20607313077202,1,0,1,0,1,0,1.176470588235297,-0.1545526245645248,-16.666666666666664,0.18952571573890262,-8.108823529411666,0,0,0.6346841801439763,0.3277310924369748,-1175022927.0863862,,0.685894047075688,-153432.8444767706,0,0,,12.073912752950644,38.614965435393835,1,1,-0.5345864661654112,0.5819797541626208,1529.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1549.7833333333333,1567.7,1533.3,-1.2119973759772806,0,0,0,none,1,-0.21008403361344538,-0.06531678641410843,0,0.438,-1,0,0,0.14853309433010753,33.89830508474576,-0.5309056519202295,33.61111111111113,27.037037037037134,-4.899627094287553,-4.368721442367323,1.8555168138806397,1533.8,1541.05,1551.2333333333333,-0.6521527529930848,0,0,6.642857142857143,0.43389008117943456,0,0.22727272727272727,-138.37837837837967,1,0,-66.66666666666666,0,0,-0.777705767984449,36.12430734385087,0,0,0,0,0,0,-2.9438001784121326,-0.04517292262828665,9.027777777777775,0.1756301163281269,-12.011764705882342,0,0,0.9304468560628943,0.5294117647058824,-1569930397.7297196,,2.6097704112237903,-474574.54717725236,0,0,,12.103595192302175,59.03467429033497,1,1,-1.110526315789471,0.8446610888413697,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1548.9166666666665,1581.0,1526.0,-1.1567224404153365,1,0,0,none,1,-0.494949494949495,-0.2612671456564337,0,0.385,0,0,1,0.11709022217841249,37.5,-1.2339202724572758,12.333333333333337,15.192982456140326,-6.861751763783332,-5.627831491326056,2.043860891602336,1535.2,1546.1,1562.75,-0.7826143199016866,0,0,8.285714285714286,0.5401378282734215,0,0.2962962962962963,-173.30538085255174,1,0,-68.0,0,0,-0.7761966364812412,16.064622268086566,1,0,0,0,0,0,-2.499999999999993,0.14440918871885167,-5.122807017543858,0.15889827472839435,-18.997058823529414,0,0,1.1984613504199684,0.12605042016806722,-2108275358.0596304,-2392835.473620653,1.8485709851106866,-192379.29155256972,0,0,,12.371177380055997,40.44028365662287,1,1,-1.060150375939854,0.6302968586925248,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1595.8166666666666,1597.0,1526.0,-3.8736696989002506,1,0,0,none,1,-0.02531645569620253,-0.2607561929595828,0,0.474,0,0,1,0.16742862859087712,41.25,-1.5799295988862951,13.611111111111208,19.03133903133917,-7.1800311623699145,-5.600101563483619,2.819761368936983,1539.4,1551.55,1560.45,-0.93777190551384,0,0,9.214285714285714,0.5994980946184589,0,0.2682926829268293,-169.44444444444358,1,0,-63.33333333333333,0,0,-0.2595717066839698,21.731077418862114,0,0,1,0,0,0,9.485294117647058,0.19208231261904007,-1.6666666666666696,0.16605151481049624,-21.252941176470586,0,0,1.6275030467530762,0.17647058823529413,-2128612765.130313,-6254807.137984276,1.4504384067109792,-416621.4347708323,0,0,,12.631949875973426,15.666248346892312,0,1,-1.5390977443609093,0.6930493593582734,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1592.6666666666665,1594.0,1514.0,-3.4951862704060144,1,0,0,none,1,-0.3220338983050847,-0.2602472348731295,0,0.429,0,0,0,0.0,22.5,-3.3444920476889246,22.16360028860021,20.202302841191635,-6.050039961711036,-2.7055479140221115,4.048956935600287,1546.0,1563.5,1566.7833333333333,-2.078669651423093,0,0,14.214285714285714,0.9284314640291126,1,0.08928571428571429,-179.40379403794097,1,0,-84.84848484848484,1,0,-1.8589743589743635,24.866459333725587,0,0,0,0,1,0,-2.500000000000014,-0.850867715055224,-1.359751359751364,0.049079929716414374,-16.332352941176623,0,0,1.44438608859061,0.008403361344537815,-2537113835.7484736,-18843209.800078392,1.6082709735280571,-1756840.0324826688,0,0,,12.276271693341045,48.95337406781774,1,1,-2.4496240601503865,0.8385033817997407,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1588.8,1590.0,1518.0,-3.637965760322248,1,0,0,none,1,-1.6326530612244898,-0.2612671456564337,0,0.333,-1,0,0,0.3444244920414099,47.23618090452261,-3.0805478306759326,45.90668590668593,55.69023569023569,-1.077166174019112,2.0033816566568206,5.261035074739697,1554.4,1557.75,1547.55,-0.8184882041405883,0,0,28.142857142857142,1.8215441516412392,0,0.42857142857142855,-88.07250588072506,0,0,-65.45454545454545,0,0,-3.3166458072590776,40.725797099898735,0,0,0,0,0,0,-4.2638190954773805,-0.5860844499172071,-11.765271765271763,0.3597065834633696,-18.80294117647054,0,0,3.7853189564255754,0.5126050420168067,-2820847439.6202626,-30598655.957948685,0.9561971162312027,-4350705.76907159,0,0,-7.765378105837077,13.42736628303902,11.451340780645697,0,1,0.8609022556390512,0.06179563568985946,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1605.3666666666668,1607.0,1528.6,-3.7603039803990823,1,0,0,none,1,0.6666666666666666,-0.2588996763754045,0,0.667,0,0,0,-2.1575955664833586,35.37677106724732,37.53436663373068,1561.2,1536.7,1440.8333333333333,1.646385110952031,0,0,54.714285714285715,3.502835192976038,0,0.9904761904761905,19.496956966661212,0,0,-1.3157894736842104,0,1,5.04371217215871,55.7074256088524,0,1,0,1,0,0,-1.8836278056833748,-1.5292532524753426,5.8677098150782285,0.626767226934381,62.200000000000045,0,0,6.33061650944511,0.6302521008403361,-3156014031.2212734,-175805245.14078856,0.5875990858854101,24273770.817108285,0,0,-2.081800152795347,15.13366733563779,36.51790763828853,1,1,5.560902255639104,0.5769302310432941,1471.8328446903192,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1559.7833333333333,1563.0,1370.0,0.14211375511556934,1,0,0,none,1,4.137931034482759,-0.2560819462227913,0,0.714,0,0,0,41.32582562700162,53.61151091629199,12.285685289290372,1484.2,1314.6,,20.873269435569753,0,0,86.0,5.412208936438011,0,1.2644376899696048,134.4171868195674,0,1,26.443768996960486,0,1,35.580204778157,82.01929830550634,0,0,0,0,0,0,9.159193978643899,3.2450288831272047,13.942794793858639,1.1364998055562032,198.6264705882354,0,0,17.102607096841695,,-3502615360.873385,-645886432.0855222,1.2028257703021965,194941960.01723492,0,0,-3.1846859014094178,18.871496884702733,11.571039345022076,0,1,18.98345864661653,0.6892814877348367,1378.549747853553,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.4,1549.0,1133.0,32.92621716580224,0,0,0,none,1,-0.5,-1.5103838892385149,1,0.5,1,0,0,1,0,0,0,0.25,0.0,0.0,0,0.6460302720901788,56.85131195335277,107.89473684210526,100.0,11.274272706520303,74.15307402760351,115.69983556729284,106.20863386937098,1.0,41.16019454404677 -58,2025-07-21 01:00:00,sell,1741.0,0.65,9,고점 매도 · 비중 65% · 분할 · leg#9,0.9482852869968457,90.72164948453609,6.463795208055693,105.68542568542586,105.64437478230586,19.117301022180527,12.653505814124834,7.029795181694174,1730.8,1689.75,1671.0666666666666,3.1513537505548195,0,0,13.357142857142858,0.766330628636997,0,1.0365853658536586,128.41670964414635,0,1,3.896103896103896,0,1,3.8736591179976188,93.32771991058692,0,0,0,0,0,0,-2.2076434447568403,-0.05980434922890332,0.7034632034632153,1.3088189548786369,51.35588235294131,0,0,1.355635571253737,0.9663865546218487,-1201738817.4708798,-347147.87900304794,0.9175071853823565,3144541.2713593226,0,0,,26.627505892021787,56.88366730539678,1,1,4.7210526315789085,0.8845766221650542,1712.01346813952,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1658.3000000000002,1740.0,1656.4,5.107640354579979,0,0,0,none,1,0.9663865546218487,-0.6310958118187034,0,0.632,0,0,0,1.0,82.30088495575221,7.835161488129335,111.36593980343984,107.54180316680328,16.151219398169133,8.316057910039797,6.010067951955865,1717.8,1679.3,1666.2,3.852795807777043,0,0,14.428571428571429,0.8273263433813892,0,1.1486486486486487,191.5606512748028,0,1,14.864864864864865,0,1,4.870715574263373,97.09843537963329,0,0,0,0,0,0,2.9194416567831354,1.3772330208062353,4.954954954954971,1.4809050666528676,50.57647058823545,0,0,1.5258826777892254,0.907563025210084,-1604591664.558993,2586506.924234152,1.3199091608651465,4610207.164028628,0,0,,26.737642603352253,29.709501674531502,1,1,3.3037593984962528,0.6000528594514176,1695.127758336,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1659.6166666666668,1733.0,1629.8666666666666,5.084507466583643,0,0,0,none,1,1.2424242424242424,-0.6307339449541285,1,0.667,1,1,0,1.0,82.14285714285714,4.648760385206447,103.57587064676619,98.87714206744056,12.657568505297377,8.00880812009093,4.210767070116776,1688.0,1668.65,1646.5833333333333,3.4369100770083483,0,0,15.785714285714286,0.9145836781989738,0,1.0434782608695652,317.41192411923845,0,1,4.477611940298507,0,1,4.164152082076034,86.12058941170238,0,0,0,0,0,0,7.142857142857139,2.46274392438933,1.492537313432834,1.3495690957788575,35.141176470588334,0,0,1.863779167068059,0.8487394957983193,-2177685236.1686916,-2141980.21306324,3.5125371052659538,5299709.387044216,0,0,,25.484026433179086,22.075384790965455,0,1,1.8969924812030206,0.40819370666989496,1670.966032,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1658.1999999999998,1723.0,1617.4,4.0887709564588315,0,0,0,none,1,1.8481012658227849,-1.2166859791425262,1,0.739,1,1,1,1.0,71.96969696969697,3.1156144132470214,118.96464646464653,111.62457912457923,15.473666053855823,12.358051640608801,4.756466043526196,1682.6,1664.1,1625.2833333333333,3.479358211645933,0,0,18.0,1.0452961672473868,0,1.1,341.2644459551318,0,1,13.333333333333334,0,1,3.86007237635706,75.13487416409514,0,0,0,0,0,0,17.01474201474202,2.856924819671667,10.0,1.2961474420513197,37.952941176470404,0,0,2.7359866187679263,1.0,-2167178975.232427,1572148.7716960907,2.8913814599954297,4620404.235656395,0,0,,25.241078173076392,22.60908033210656,0,1,2.027067669172887,0.36727966048080796,1665.75018584064,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1628.8333333333335,1714.0,1587.4666666666667,5.719840376547625,0,0,0,none,1,2.559322033898305,-1.7421602787456445,1,0.833,1,1,1,1.0,68.63905325443787,1.8709912622232778,120.59386973180068,121.25208763139788,21.85217336092819,19.981182098704913,5.268903319533864,1667.6,1644.0,1590.7166666666667,2.676399026763998,0,0,17.5,1.0367298578199051,0,1.028169014084507,210.37836622252047,0,1,3.4482758620689653,0,1,3.11545510079414,89.14011375810122,0,1,0,1,0,0,1.9723865877712115,0.8775023662235988,-6.542882404951385,1.1248138391293683,56.15000000000009,0,0,2.8926528304725534,0.4789915966386555,-2557875405.596734,2907092.149131298,4.287778127126862,10472398.847102996,0,0,,22.864714684591924,15.283710931721576,0,1,3.2481203007518875,0.7874231032125768,1645.0802079108557,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1663.2,1686.0,1569.4666666666667,1.4911014911014986,0,0,0,none,1,3.2857142857142856,-3.4360189573459716,1,0.833,1,1,1,0.89536470807928,81.69934640522877,6.7535268879038775,115.53270042194094,118.2542194092827,26.69605906339507,19.94253217549119,9.054847371916368,1660.0,1610.35,1582.0833333333333,3.57996708790016,0,0,25.285714285714285,1.5159301130524152,0,1.1149425287356323,163.8718473074303,0,1,12.658227848101266,0,1,4.773869346733672,85.70719031021328,0,0,0,0,0,1,3.267973856209153,-0.6111689049394471,-6.613924050632889,0.9858829019524987,80.3764705882354,0,0,3.240936810114211,0.23529411764705882,-2840612701.5479455,-12232956.342432022,3.582488196241105,3263904.2912168577,0,0,-0.6454457352509781,21.551285248364028,60.84796883184636,1,1,5.704511278195486,0.8570814376997721,1633.2896428416748,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1655.6666666666665,1658.0,1527.3333333333333,0.7449164485605175,0,0,0,none,1,2.871794871794872,-5.155875299760192,1,0.75,0,0,1,4.763924138584834,38.052324707496155,33.28840056891132,1613.2,1568.75,1481.7666666666667,6.326693227091629,0,0,49.642857142857146,2.9761904761904763,0,1.0584795321637428,220.7547169811319,0,1,7.575757575757576,0,1,7.821590174531345,66.97384268643188,0,1,0,0,0,0,-4.049424674373832,3.6883413302453434,-0.19583591012163026,1.0057670197713031,107.91764705882338,0,0,6.787746320487233,0.7899159663865546,-3133314258.278378,-43405396.74031401,1.7768939509685369,36861668.24422295,0,0,-1.5729493742752072,21.875516819929718,14.810207372241763,0,1,4.522556390977433,0.3771749387055443,1494.5372964892126,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1577.1166666666666,1658.0,1447.0,5.762625889016881,0,0,0,none,1,7.896551724137931,-3.41726618705036,1,0.875,1,0,0,41.347011836263114,73.25061943284072,31.903607596577608,1560.6,1352.4,,23.33629103815438,0,0,102.21428571428571,6.1279547790339155,0,1.064516129032258,163.42818937779455,0,1,6.451612903225806,0,1,30.007794232268115,86.50647264811926,0,0,0,0,0,0,4.250476630312505,4.222334443377299,-3.42323285739468,1.1262691860126206,275.75588235294117,0,0,18.453050778121817,,-3467417143.597629,-659484147.4942188,1.7122212909034278,146814694.79652923,0,0,-2.5698333641607882,22.74436904192525,10.916838446665789,0,1,23.606015037593988,0.7867789572582646,1404.7309065832474,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1553.8333333333333,1133.0,39.942669370062234,0,0,0,none,1,1.2391304347826086,-4.916067146282973,1,0.5,0,1,0,0,4,0,0,0.0,1.0,0.0,0,1.0,55.83596214511041,105.62602771905097,108.28183751771792,11.10843431022754,73.53535353535354,110.96512730006208,113.68444100827055,1.0,46.56774014431628 -59,2025-07-21 01:15:00,sell,1730.0,0.35,9,고점 매도 · 비중 35% · 분할 · leg#9,0.6739377097286576,72.22222222222223,0.6068193538710638,70.30088622069772,81.47765389746526,17.478661924456674,16.87184257058561,6.85128137268467,1733.4,1707.65,1676.65,1.1916961906713874,0,0,13.642857142857142,0.7895171957671957,0,0.8333333333333334,58.27505827505811,0,0,-29.545454545454547,0,0,0.5235602094240788,83.69657472718956,0,1,0,1,0,1,-2.2675736961451207,-1.0959798173495905,-10.890151515151516,0.7813680038964661,39.25,0,0,1.544980706795486,0.9915966386554622,-1204145770.1015515,-3902080.047854185,0.3385441244859664,545945.161863884,0,0,,25.49235845273248,73.41117394171262,1,1,4.510526315789491,0.8323407097834477,1728.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1662.4166666666665,1741.0,1656.6666666666667,3.945059902752024,1,0,0,none,1,0.8319327731092437,-0.28935185185185186,1,0.649,0,0,0,0.8198290665696831,76.06837606837607,5.562975699996029,99.54954954954957,105.77608858858868,19.0003323959736,13.437356695977572,7.319530319530407,1733.6,1689.45,1671.45,2.3409985498239028,0,0,16.928571428571427,0.9790960918780466,0,0.9459459459459459,94.97875149564702,0,0,-5.405405405405405,0,1,3.96873120865906,84.90158283146098,0,0,0,0,0,0,-0.7911280638553393,-1.147407304394159,-6.756756756756758,0.942958755918383,52.700000000000045,0,0,1.8215929067926195,0.9915966386554622,-1608282783.9183903,-1200739.8796446323,0.7472407795148072,4512591.244530376,0,0,,25.602328264550845,40.11225251845882,1,1,4.58270676691732,0.7690862562086715,1713.609412268032,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1660.2333333333333,1733.0,1630.7333333333333,4.141988073965508,1,0,0,none,1,1.1616161616161615,-0.5205320994794679,0,0.667,0,0,0,0.9881989975251397,74.45255474452554,7.0988342247721,114.92537313432838,110.14718076285239,18.63844291067221,11.539608685900111,6.420742186046432,1718.0,1676.45,1650.4666666666667,3.134599898595236,0,0,17.357142857142858,1.0038833347104026,0,1.0869565217391304,156.86580762723057,0,1,8.955223880597014,0,1,3.8438438438438416,69.50573995051566,0,0,0,0,0,0,-9.287282653848436,0.07446618630748247,2.985074626865668,1.1492443476790772,52.30294117647054,0,0,2.1283874493317434,0.9915966386554622,-2181859848.320167,-6221531.56720686,1.1906095258048792,5125320.553093715,0,0,,25.644047037226002,27.401677830226816,1,1,3.3872180451127587,0.5545269549359914,1686.2848321792,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1658.65,1723.0,1589.5333333333333,4.241401139480905,0,0,0,none,1,1.8987341772151898,-0.23134759976865238,0,0.739,0,0,0,1.0,81.81818181818181,6.034276492660391,120.75036075036083,116.22655122655135,19.90089725643429,13.8666207637739,5.937638634796048,1697.2,1670.0,1628.1666666666667,4.431137724550904,0,0,17.714285714285715,1.015727391874181,0,1.421875,259.16973200209947,0,1,42.857142857142854,0,1,5.441354292623934,80.52063966454864,0,0,0,0,0,0,9.848484848484844,2.9186620794133695,1.7857142857142918,1.512855981670839,47.305882352941126,0,0,2.7778899866074394,1.0,-2170408005.4283247,-1913517.6219358444,1.430515239064517,6007201.00195504,0,0,,26.794805409521526,23.216395722030644,0,1,2.5669172932330557,0.37527644908777524,1671.5401635397632,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1714.5166666666667,1717.0,1587.8666666666666,1.7196294388117206,0,0,0,none,1,2.7288135593220337,-0.8027522935779817,1,0.846,1,1,0,1.0,75.46296296296296,5.71453684236133,122.86659700452795,123.53240629102687,27.124353151656578,21.40981630929525,7.356970258202596,1685.6,1650.25,1593.7166666666667,5.680957430692324,0,0,19.857142857142858,1.138597640891219,0,1.2772277227722773,232.40875912408717,0,1,31.818181818181817,0,1,7.257072570725698,89.84094390928772,0,0,0,0,0,0,6.823909708525093,3.843545580138052,2.2727272727272663,1.6360925695695796,64.30882352941171,0,0,3.5463923986771264,0.6386554621848739,-2566628418.655233,-6668823.013007164,1.7828597033570663,13198129.876503006,0,0,,26.862946394748977,16.27598892399957,0,1,4.281954887218046,0.6965859625139408,1648.3537912779873,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1658.3666666666668,1716.0,1570.4,5.163715302204963,0,0,0,none,1,4.0,-0.573394495412844,1,0.917,1,1,0,1.0,87.77292576419214,10.684757210451735,117.47942173341634,118.38624887597702,33.29847868855586,22.613721478104125,11.44713925761828,1683.6,1618.6,1585.0833333333333,7.747436055850732,0,0,28.071428571428573,1.6096002621231982,0,1.2097902097902098,197.91329542127053,0,1,24.59016393442623,0,1,7.720815318097585,86.7496227660815,0,0,0,0,0,0,6.0735793589633715,3.931230322547858,1.9467213114754003,1.5083664605031535,89.00294117647059,0,0,4.327063728224292,0.6218487394957983,-2993568954.374418,-163798769.78358698,1.6797582263248816,4002463.9722594246,0,0,-5.53495658890107,26.984210475647274,66.57060876501261,1,1,7.118796992481213,0.8266625038611324,1635.8264714143409,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1573.0,1714.0,1526.0,10.870947234583594,0,0,0,none,1,5.794871794871795,-0.05733944954128441,1,0.778,1,1,0,4.763924138584834,38.052324707496155,33.28840056891132,1613.2,1568.75,1481.7666666666667,6.326693227091629,0,0,49.642857142857146,2.9761904761904763,0,1.0584795321637428,220.7547169811319,0,1,7.575757575757576,0,1,7.821590174531345,66.97384268643188,0,1,0,0,0,0,-4.049424674373832,3.6883413302453434,-0.19583591012163026,1.0057670197713031,107.91764705882338,0,0,6.787746320487233,0.7899159663865546,-3133314258.278378,-43405396.74031401,1.7768939509685369,36861668.24422295,0,0,-1.5729493742752072,21.875516819929718,14.810207372241763,0,1,4.522556390977433,0.3771749387055443,1494.5372964892126,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1577.1166666666666,1658.0,1447.0,5.762625889016881,0,0,0,none,1,7.896551724137931,-3.41726618705036,1,0.875,1,0,0,41.347011836263114,73.25061943284072,31.903607596577608,1560.6,1352.4,,23.33629103815438,0,0,102.21428571428571,6.1279547790339155,0,1.064516129032258,163.42818937779455,0,1,6.451612903225806,0,1,30.007794232268115,86.50647264811926,0,0,0,0,0,0,4.250476630312505,4.222334443377299,-3.42323285739468,1.1262691860126206,275.75588235294117,0,0,18.453050778121817,,-3467417143.597629,-659484147.4942188,1.7122212909034278,146814694.79652923,0,0,-2.5698333641607882,22.74436904192525,10.916838446665789,0,1,23.606015037593988,0.7867789572582646,1404.7309065832474,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1553.8333333333333,1133.0,39.942669370062234,0,0,0,none,1,1.2391304347826086,-4.916067146282973,1,0.5,0,1,0,0,4,0,0,0.0,1.0,0.0,0,1.0,55.83596214511041,105.62602771905097,108.28183751771792,11.10843431022754,73.53535353535354,110.96512730006208,113.68444100827055,1.0,46.56774014431628 -60,2025-07-21 10:36:00,buy,1639.0,0.199,10,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10,0.34451861324189886,49.20634920634921,-0.9044751683013066,18.899521531100643,19.20710868079292,-2.3274966183366814,-1.4230214500353748,1.7644299560221843,1653.0,1658.55,1665.3833333333334,-0.2743360163998676,0,0,7.285714285714286,0.44049058559336673,0,0.4090909090909091,-108.34298957126383,1,0,-59.09090909090909,0,0,-0.7202881152461038,40.74399864431472,0,0,0,0,0,0,0.0,0.08996533057755673,-0.39872408293460637,0.34268141763882626,-7.741176470588243,0,0,1.1012266781732964,0.5378151260504201,-1227730496.686604,-2572000.783512354,1.07714363150789,-15466.796559890732,0,0,,19.72789213312609,18.293321745410406,0,1,0.08646616541354452,0.0048889370286429035,1645.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1667.5,1678.0,1647.6666666666667,-0.8095952023988051,1,0,0,none,1,-0.4957983193277311,-0.06045949214026602,0,0.406,0,0,0,0.2208800331595362,50.81967213114754,-0.22945977410911134,32.033788174139055,44.141217240632535,-4.005828095615243,-3.7763683215061317,1.9340188444513091,1655.6,1657.95,1671.4,-0.5398232757320764,0,0,7.857142857142857,0.47647925149441217,0,0.3448275862068966,-142.1052631578949,1,0,-62.96296296296296,0,0,-0.2419842710223885,42.29360609074194,1,0,1,0,1,0,-3.4176160044456765,-0.48428257985100975,-5.198180636777124,0.15887160867799446,-11.573529411764639,0,0,1.161848734147888,0.10084033613445378,-1641552165.1247,-8797878.27443695,1.8196394883101539,-265571.1438230667,0,0,,19.39559904326178,36.50428796038462,1,1,-0.18421052631580387,0.018482156905427316,1639.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1665.6,1715.0,1649.1333333333334,-0.9966378482228588,0,0,0,none,1,-0.6363636363636364,-0.06064281382656155,0,0.389,0,0,1,0.14664848203769063,40.952380952380956,0.011777056258029717,46.996336996337014,54.981684981684964,-8.039148647317234,-8.050925703575263,2.2517982361151665,1659.8,1665.25,1692.9833333333333,-0.7956763248761489,0,0,12.642857142857142,0.7653061224489796,0,0.37142857142857144,-158.46994535519033,1,0,-62.857142857142854,0,0,-1.490757304710788,27.79753651825618,0,0,0,0,0,0,-1.2044817927170826,-0.3528787635877215,-11.978021978021971,0.21241171610497495,-16.47352941176473,0,0,1.7068730200116442,0.4957983193277311,-2232158926.528484,-27880719.938280582,1.4419528224219962,-1608003.1205897145,0,0,,19.663586642204557,22.526879809682693,0,1,-0.7977443609022463,0.25345314176292644,1639.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1721.6,1723.0,1650.2,-4.042750929368022,1,0,0,none,1,-0.0759493670886076,-0.06053268765133172,0,0.467,0,0,0,0.13487243343439967,33.87096774193549,-1.5310064362542626,47.06140350877201,41.92982456140363,-8.804848668140949,-7.273842231886686,3.3003134897719058,1659.4,1672.15,1681.85,-1.2050354334240398,0,0,16.785714285714285,1.0160843998616396,1,0.02564102564102564,-139.77941596662595,1,0,-95.0,1,0,-1.2552301255230103,43.3223745977912,0,0,1,0,1,0,-10.84447941253606,-0.3015793686698869,0.27777777777777857,0.207036132452032,-27.958823529411802,0,0,2.3935366982052684,0.8235294117647058,-2204151577.5891056,-7486735.423490524,1.1702017076619076,-1495196.1933686035,0,0,,19.706667345403407,34.337721130635764,1,1,-1.8097744360902577,0.6022489759120123,1651.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1719.45,1721.0,1652.8,-3.9227660007560616,0,0,0,none,1,0.3220338983050847,-0.7869249394673125,0,0.5,0,0,0,0.0866787407421764,26.016260162601625,-7.952066387449687,9.995507637016997,13.246751798538137,0.5878749858245556,8.539941373274242,5.887097281132884,1663.8,1693.2,1638.8,-2.433262461611152,0,0,20.357142857142858,1.2322725700449673,0,0.030303030303030304,-125.23659305993716,1,0,-96.42857142857143,1,0,-2.8235294117647025,14.47943788936091,0,0,0,0,0,0,-12.195121951219512,-0.2810330015666711,-8.029381965552178,0.20648231884260063,-16.876470588235406,0,0,3.394493635746065,0.6050420168067226,-2609696019.193402,,0.876297105711719,293741.00148686767,1,0,,19.79388442109058,27.07780236537309,1,1,-3.93533834586465,0.8728371797348818,1650.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1659.2666666666667,1716.0,1617.3333333333333,-0.4379444734621707,1,0,0,none,1,1.653061224489796,-0.7263922518159807,0,0.727,0,0,0,0.4821737634005692,57.67790262172284,-5.439663550670655,32.706283542039365,49.08535827867223,23.92385699840861,29.363520549079265,8.903500054895714,1678.6,1669.65,1599.0333333333333,-0.15871589854161705,0,0,36.642857142857146,2.1981318022109866,0,0.5252525252525253,-32.70281630937319,0,0,-73.4375,0,0,-0.059952038369304184,54.089125370735125,0,0,0,0,0,0,-0.6554307116104994,-1.7182815601648471,-15.952034883720941,0.5136869934300619,37.94705882352946,0,0,5.057644714935837,0.8235294117647058,-3025319671.3986444,-184706969.85069895,0.7634754065004025,-2893682.984458994,0,0,,21.020123339624885,56.82760817201093,1,1,4.158646616541328,0.4382477014636571,1650.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1667.0,1714.0,1544.8,0.0,1,0,0,none,1,2.641025641025641,-0.7198560287942412,0,0.75,0,0,0,8.99945417011213,46.918197896456604,37.91874372634447,1660.4,1585.2,1491.9833333333333,5.538733282866515,0,0,48.714285714285715,2.9117923319955596,0,1.1079136690647482,133.7780706089058,0,1,11.363636363636363,0,1,5.819101834282092,68.59359423943982,0,0,0,0,0,0,-8.333333333333336,-0.5224642895083207,3.787878787878796,0.9243418930101578,121.1235294117646,0,0,7.375284328570196,0.8571428571428571,-3155500928.6957684,-61286875.04823828,0.9577291351801817,28478519.507966794,0,0,-1.5685126000226284,21.91849357187341,14.775052218538777,0,1,6.583458646616511,0.48177660843402526,1507.3527724444584,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1654.6666666666665,1658.0,1491.3333333333333,1.1079774375503781,0,0,0,none,1,7.793103448275862,-2.0322773460848773,0,0.875,0,0,0,41.347011836263114,73.25061943284072,31.903607596577608,1560.6,1352.4,,23.33629103815438,0,0,102.21428571428571,6.1279547790339155,0,1.064516129032258,163.42818937779455,0,1,6.451612903225806,0,1,30.007794232268115,86.50647264811926,0,0,0,0,0,0,4.250476630312505,4.222334443377299,-3.42323285739468,1.1262691860126206,275.75588235294117,0,0,18.453050778121817,,-3467417143.597629,-659484147.4942188,1.7122212909034278,146814694.79652923,0,0,-2.5698333641607882,22.74436904192525,10.916838446665789,0,1,23.606015037593988,0.7867789572582646,1404.7309065832474,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1553.8333333333333,1133.0,39.942669370062234,0,0,0,none,1,1.2391304347826086,-4.916067146282973,1,0.5,0,1,0,1,0,0,0,0.25,0.0,0.0,0,0.8911733374983739,61.666666666666664,120.70707070707071,114.41743011510454,14.15928119817097,73.53535353535354,110.96512730006208,113.68444100827055,1.0,46.56774014431628 -61,2025-07-22 04:30:00,buy,1633.0,0.199,10,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10,0.13451189755115656,40.0,-0.3053718665172056,28.888888888889056,40.31746031746038,-3.8335832645063874,-3.528211397989182,1.2216059548535627,1653.8,1657.4,1665.3666666666666,-0.4464824423796365,0,0,5.928571428571429,0.35930735930735935,1,0.4,-209.0909090909093,1,0,-46.666666666666664,0,0,-0.1210653753026647,11.486788985601308,1,0,1,0,1,0,-3.75,-0.17846344214846566,-1.2698412698412689,0.17039430030009392,-11.038235294117612,0,0,0.7687120655306023,0.01680672268907563,-1265547937.3885052,-1712936.8437011242,3.1055802212796766,-310680.3402599599,0,0,,18.661964295857338,52.28910736535345,1,1,-0.563909774436099,0.43440050413625997,1642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1720.4,1738.0,1648.4,-4.092071611253201,1,0,0,none,1,-0.37815126050420167,-0.12121212121212122,0,0.485,0,0,1,0.18582518195467562,28.813559322033896,-0.4752051389548706,24.305555555555575,24.124396135265812,-6.102160323669295,-5.626955184714425,2.1624022457867764,1654.6,1663.3,1683.0666666666666,-0.6793723321108613,0,0,8.142857142857142,0.49290902801798686,0,0.3125,-140.7189816757571,1,0,-68.75,0,0,-0.6016847172081841,5.76967655128847,0,0,0,0,0,0,-2.3339816615726647,0.023899430764639185,3.170289855072461,0.2150513702812333,-11.411764705882433,0,0,1.079894940483385,0.35294117647058826,-1695516404.241055,-4164580.118876934,2.3329745572769367,3954.7249833066016,1,0,,18.841048326624765,22.97880928455018,0,1,-1.1789473684210698,0.6016760427301802,1642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1717.1999999999998,1738.0,1651.6,-3.7968786396459286,1,0,0,none,1,-0.45454545454545453,-0.12106537530266344,0,0.462,0,0,1,0.09938821859778586,38.63636363636363,-0.8969715019763242,18.719211822660117,19.414340448823186,-10.465846509277071,-9.568875007300747,2.3082266099905993,1654.8,1665.4,1689.1,-0.9247027741083325,0,0,10.0,0.6060606060606061,0,0.27586206896551724,-187.06415620641775,1,0,-72.41379310344827,0,0,-0.9009009009009028,19.24882281250777,1,0,1,0,1,0,-8.616383616383622,-0.16295643600581755,2.52873563218391,0.03585825254265842,-32.16764705882338,0,0,1.9326269144159929,0.7983193277310925,-2289933413.4972453,-6697941.610783577,1.7374982810643125,-574356.4002482034,0,0,,18.747819802394304,32.53348195676477,1,1,-0.8917293233082765,0.30134231178584847,1642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1692.75,1729.0,1665.2,-2.5254762959680987,0,0,0,none,1,-0.5189873417721519,-0.12121212121212122,0,0.571,0,0,0,0.28147763369919937,36.69724770642201,-2.510640155671372,26.289926289926374,23.349926031918486,-10.291663685376989,-7.7810235297056165,6.521886850276099,1663.6,1684.0,1689.0,-1.4251781472684133,0,0,15.714285714285714,0.9466437177280551,0,0.20689655172413793,-96.0877813669702,0,0,-45.45454545454545,0,0,-0.47961630695443347,28.274283232566262,0,0,1,0,1,0,11.897247706422014,0.5644957595893674,10.15712682379349,0.25006201258205285,-29.432352941176532,0,0,2.287948181010511,0.6722689075630253,-2285219925.771096,-12711379.97126913,0.8584680145559046,59157.55690306425,1,0,,19.512163135564098,35.93336608469927,1,1,-4.0872180451128015,0.7755556162117101,1642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1684.05,1729.0,1662.3,-1.4281048662450613,0,0,0,none,1,-0.3559322033898305,-0.12048192771084339,0,0.5,0,0,0,0.03941998090719336,36.47798742138365,-6.22067998443746,20.553041422048185,16.69724396607948,-5.941610146618132,0.2790698378193283,5.091953035305517,1664.0,1690.65,1687.65,-2.3452518262206845,0,0,24.571428571428573,1.4882755040235356,0,0.1232876712328767,-159.39499709133204,1,0,-87.67123287671232,1,0,-3.843913803145016,43.6664166478389,0,0,0,0,0,0,-1.1843502409540108,-0.8006675658497411,4.109589041095891,0.16627827396497982,-26.320588235294053,0,0,2.5811660356273283,0.7142857142857143,-2686864994.6433043,-44202208.42683649,0.533980004775495,-3065226.124745488,0,0,,18.95357122601087,19.60569347459953,0,1,-1.597744360902276,0.19289741930432414,1642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1713.7833333333333,1715.0,1654.1666666666667,-3.6634347010026547,0,0,0,none,1,-1.2244897959183674,-0.12113870381586916,0,0.444,0,0,0,0.04311351070503506,36.090225563909776,-6.738691561584247,19.826546003016606,46.60453056325921,5.269665965957529,12.008357527541776,4.327294664687517,1681.8,1684.3,1635.3666666666666,-1.977082467493907,0,1,23.571428571428573,1.427706152115601,1,0.2,-169.6051838456889,1,0,-80.0,0,0,-2.0759193357058114,49.94942017462994,0,0,0,0,0,0,-7.013222711952295,-2.0234651681933222,-19.375000000000004,0.17040768094597875,-16.214705882352973,0,0,2.7090444478204576,0.10084033613445378,-3083020734.318815,-54179274.17393446,0.6334117096622696,2611956.167797692,1,0,-2.3834553160725895,19.079126828911463,20.014111151589695,0,1,0.7548872180451336,0.060073140271177494,1638.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1711.9666666666667,1714.0,1640.8,-3.561206409782125,1,0,0,none,1,1.4871794871794872,-0.30284675953967294,0,0.636,-1,0,0,2.321530283778266,48.10457900988354,45.78304872610527,1686.0,1617.65,1509.5,2.0616326152134157,0,0,47.357142857142854,2.868391451068616,0,0.8223684210526315,52.105210521052186,0,0,-20.610687022900763,0,0,4.5598480050665025,70.28291867312868,0,1,0,0,0,0,-9.546068109067065,-5.001451333602134,-9.31467345207804,0.6221093031955589,104.47352941176473,0,0,6.348336762889191,0.5546218487394958,-3330847074.761246,-181361274.16487312,0.8139819479753556,33156950.81654729,0,0,-3.3879075657147215,19.476452422457967,20.9721027468699,0,1,9.062406015037576,0.7232901419723206,1562.1527198695107,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1674.8166666666666,1678.0,1487.0,-1.4220461941107931,1,0,0,none,1,4.413793103448276,-3.210175651120533,0,0.833,0,-1,0,44.981305327564364,88.13023925603306,43.1489339284687,1607.0,1379.0,,24.873096446700504,0,0,105.28571428571429,6.114152978264477,0,1.1806451612903226,142.3382774124386,0,1,18.666666666666668,0,1,16.50879566982408,77.3688598623319,0,0,0,0,0,0,2.2398402630960703,3.63429349130125,-2.5923674434312716,1.1661056050428737,291.664705882353,0,0,18.240704931969557,,-3533163270.8579855,-493119141.84069157,1.8559804603534718,163403393.87825555,0,0,-2.5758133020343794,25.342398386696008,12.051907482036938,0,1,26.321804511278174,0.8124838929896265,1428.0578159249226,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1638.0,1133.0,44.47318744319375,0,0,0,none,1,2.3617021276595747,-5.7491289198606275,0,0.545,1,0,1,1,0,0,0,0.25,0.0,0.0,0,0.6322557559281832,61.49870801033592,107.16485871166465,110.3913669771444,15.588226015152925,75.7751937984496,108.37275985663081,111.24208243804988,0.9963543441675924,50.11157198274101 -62,2025-07-22 10:15:00,buy,1635.0,0.199,10,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10,0.06010239136600179,22.368421052631575,-3.816883791790243,10.00000000000018,15.564588979223196,-7.915470370793855,-4.098586579003612,3.2941821847459187,1660.6,1680.35,1682.7666666666667,-1.4491028654744498,0,0,8.928571428571429,0.5391649413388544,0,0.13333333333333333,-154.02038505096317,1,0,-83.33333333333334,1,0,-1.721068249258162,25.362903917280477,0,0,0,0,0,0,-1.9905533063427896,0.1844038300189652,-5.0135501355013545,-0.04559218582665099,-29.344117647058738,0,0,1.1446537763804217,1.0,-1275467439.0402546,-4700309.191637993,2.730835158381162,-337719.03834898025,0,0,,18.929682616970076,43.38922673325299,1,1,-2.026315789473696,0.7504254514341673,1650.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1651.9833333333331,1697.7666666666667,1641.9333333333334,0.24314208174014418,1,0,0,none,1,-0.03361344537815126,-0.18115942028985507,0,0.561,0,0,1,0.0,24.0,-5.027773516298097,22.020034229336574,29.60606899560399,-3.3647632348354364,1.6630102814626608,2.9916442715816074,1670.0,1686.3,1671.25,-2.0933404495048324,0,0,10.357142857142858,0.6273254304750367,0,0.021739130434782608,-230.266465560582,1,0,-97.72727272727273,1,0,-2.4808033077377445,25.54682852937674,0,0,0,0,0,0,-2.470588235294116,-1.076501400531019,-7.575757575757574,-0.19426722983170358,-20.27647058823527,0,0,1.1573173033005506,0.42016806722689076,-1707990965.8052504,-6673842.703023672,2.571492343645043,-915319.262067154,0,0,,18.605595164965273,39.63374004371777,1,1,-1.666165413533829,0.6108501350656784,1650.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1653.0,1696.0,1636.0,-0.1209921355111887,1,1,0,gartley,1,-0.23232323232323232,-0.18170805572380377,0,0.552,0,0,1,0.0,31.68316831683167,-3.2429856338988987,39.87322201607919,53.86546874642112,2.8977894162271696,6.140775050126068,3.232050876636246,1679.0,1680.4,1669.75,-1.7495834325160775,0,1,15.642857142857142,0.9474777191312624,0,0.10204081632653061,-212.95192689710007,1,0,-89.79591836734694,1,0,-2.5383707201888983,22.60481116765402,0,0,0,0,0,0,-15.443268464777525,-2.293449341517917,-11.181972789115648,0.07240955530936159,0.1617647058824332,0,0,1.7636528683306403,0.8235294117647058,-2310079754.2403235,-11476502.826863289,3.4972890125100666,-1003454.5584896654,0,0,-3.334891539707565,18.644281207863944,40.47485202476795,1,1,0.7548872180450604,0.10818584659662012,1646.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1727.4833333333333,1729.0,1641.0333333333333,-4.427442618838584,1,0,0,none,1,-0.5443037974683544,-0.9691096305269533,0,0.55,-1,-1,1,0.5384085683770675,58.65384615384615,1.6918780877765207,76.4150514150515,86.14569114569126,4.824390720732708,3.1325126329561876,4.206115857896599,1686.0,1671.3,1681.0333333333333,0.1615508885298933,0,0,12.857142857142858,0.7680491551459293,0,0.5833333333333334,-52.808169219548454,0,0,-45.45454545454545,0,0,0.2995805871779611,54.24906849523223,0,1,0,1,0,1,-5.7025894897182,-1.4985084444760353,-9.96632996632998,0.4406605161245745,12.926470588235361,0,0,1.7096374004143495,0.29411764705882354,-2312859888.9071693,-22944796.688328743,2.5860596687372888,-361250.0283717448,0,1,-5.0414680289859986,20.353881734328173,38.22338332300898,1,1,2.5744360902255594,0.7510709564203958,1650.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1691.0833333333333,1729.0,1647.1,-1.0102005617700693,1,0,0,none,1,-0.23728813559322035,-0.17921146953405018,0,0.562,-1,0,1,0.5519423228671652,51.5625,3.8571634512368407,96.73202614379078,105.88824118235873,-0.3224749861608416,-4.179638437397682,5.015825831319136,1687.8,1669.65,1681.6666666666667,0.26053364477585106,0,0,19.5,1.1648745519713262,0,0.7058823529411765,-39.024011792543654,0,0,-29.411764705882355,0,0,2.19780219780219,51.16249346837254,0,0,0,0,0,0,-15.394021739130437,-1.150548196849857,-13.071895424836583,0.4780407502321133,1.5058823529411711,0,0,2.5589446097315762,0.7226890756302521,-2707815283.3137755,-20042848.72346735,2.3138998038184884,1078281.0595398545,0,0,,20.425618501178853,22.91255056792604,0,1,0.08646616541351707,0.0005969591959297249,1664.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1713.7166666666667,1715.0,1653.4,-2.317574861655469,1,0,0,none,1,0.30612244897959184,-2.031063321385902,0,0.583,-1,-1,1,0.40906181612678466,43.61702127659574,-2.4911246189120115,68.20512820512823,54.87179487179487,0.42837064806212766,2.919495266974139,5.16512271434476,1670.0,1681.9,1646.0166666666667,-0.46970687912480935,0,0,32.5,1.941457586618877,0,0.5538461538461539,-30.841250172105322,0,0,-44.61538461538462,0,0,-2.7874564459930307,38.52938896915014,0,0,0,0,0,0,-6.659221817326909,0.5595240557835979,8.71794871794873,0.4888805561629152,-8.252941176470586,0,0,2.875139046757024,0.21008403361344538,-3097961990.788509,-43153759.298434734,2.113358925629674,-3749257.874907095,0,0,-2.59405017315193,20.517114478671573,20.97721277048606,0,1,-1.7142857142857175,0.2180684365066955,1669.12276,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1689.6333333333332,1714.0,1642.3333333333333,-0.9252500542523912,1,0,0,none,1,1.1794871794871795,-4.4205495818399045,0,0.556,0,0,1,0.6897889546113731,46.64528491936949,45.955495964758114,1688.2,1622.35,1514.4666666666667,3.738404166795095,0,0,47.0,2.7926322043969103,0,1.0328947368421053,58.26570529258554,0,0,4.761904761904762,0,1,3.8888888888888973,74.31238414335533,0,0,0,0,0,1,8.813791989664082,-1.6317413291668927,-2.7986633249791026,0.7653213845965013,94.13529411764716,0,0,6.480633677586088,0.6218487394957983,-3338742128.328395,-189256327.7320218,1.5063453445400155,36525304.70702978,0,0,-2.6226037280622028,21.576709840342613,22.16257893734609,0,1,9.543609022556396,0.7714108001644765,1573.7374478825598,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1674.8166666666666,1678.0,1487.0,0.48861069370778054,0,0,0,none,1,5.793103448275862,-3.0303030303030303,0,0.833,0,0,0,44.981305327564364,88.13023925603306,43.1489339284687,1607.0,1379.0,,24.873096446700504,0,0,105.28571428571429,6.114152978264477,0,1.1806451612903226,142.3382774124386,0,1,18.666666666666668,0,1,16.50879566982408,77.3688598623319,0,0,0,0,0,0,2.2398402630960703,3.63429349130125,-2.5923674434312716,1.1661056050428737,291.664705882353,0,0,18.240704931969557,,-3533163270.8579855,-493119141.84069157,1.8559804603534718,163403393.87825555,0,0,-2.5758133020343794,25.342398386696008,12.051907482036938,0,1,26.321804511278174,0.8124838929896265,1428.0578159249226,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1638.0,1133.0,44.47318744319375,0,0,0,none,1,2.3617021276595747,-5.7491289198606275,0,0.545,1,0,1,3,0,0,0,0.75,0.0,0.0,1,0.7358669059371239,70.3125,104.36619538668555,109.3368620873643,15.849634148300783,75.7751937984496,108.37275985663081,111.24208243804988,0.9963543441675924,50.11157198274101 -63,2025-07-22 17:24:00,buy,1598.0,0.204,10,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10,0.22067113767634186,21.05263157894737,-3.256115438032012,7.017543859649316,5.230081236273266,-8.674601708847149,-5.418486270815137,4.124536088741509,1608.8,1631.8,1633.95,-1.152101973281039,0,0,7.642857142857143,0.4738287131343548,0,0.18181818181818182,-97.70243140753902,0,0,-78.94736842105263,0,0,-1.7661388550548107,13.544475899633156,0,0,0,0,0,0,4.385964912280713,0.8584582607757376,2.744039586144849,0.09355476719803703,-26.220588235294144,0,0,1.0919507473572323,0.25210084033613445,,,0.6642399834626966,-741417.4561907537,0,0,,15.455605783126458,55.014595570566975,1,1,-2.6586466165413483,0.8738264459483027,1605.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1638.8833333333332,1665.6333333333334,1605.0,-1.5793273875504554,1,0,0,none,1,-0.7815126050420168,0.0,0,0.375,0,0,0,0.12206569628430018,32.96703296703298,-3.89180234375706,13.540051679586583,14.71328149497703,-6.546119820787908,-2.654317477030848,3.3245409581906875,1615.4,1635.55,1640.05,-1.256458072208122,0,0,10.357142857142858,0.6413091552410438,0,0.26666666666666666,-153.69725125822617,1,0,-73.33333333333333,0,0,-2.4169184290030232,11.108249951222916,0,0,0,0,0,0,3.8972655251725143,0.32946871612916295,5.079365079365079,0.11400780133379608,-22.549999999999955,0,0,1.3863417947576042,0.48739495798319327,-1767410960.391693,-16063302.909962893,1.224378781625736,-985786.7307945918,0,0,,15.631148465268296,22.218674448785606,0,1,-1.3436090225563906,0.34193442277848873,1603.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1706.25,1708.0,1606.5,-5.347985347985351,1,0,0,none,1,-0.7474747474747475,-0.061919504643962855,0,0.379,0,1,0,0.09304357576319482,44.339622641509436,-0.9596358427137428,30.12016718913273,57.54963427377219,-7.740905309523896,-6.781269466810153,2.872148089381198,1628.8,1634.1,1662.7833333333333,-1.1688391163331424,0,1,12.428571428571429,0.7695709862892526,1,0.38636363636363635,-191.00493494840734,1,0,-61.36363636363637,0,0,-1.6443361753958552,33.79259490726254,0,0,0,0,0,0,-5.233026931140138,-0.9351331342021734,-22.753396029258106,0.054933474189663704,-20.952941176470404,0,0,2.203839936207927,0.6722689075630253,-2381107207.800399,-14724389.121441841,1.7865948702604644,-428819.04425460845,0,0,,15.674716160863689,21.155555164173244,0,1,0.0887218045113003,0.0020011417027928635,1598.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1616.8833333333332,1701.0,1615.1666666666667,-0.11647923474172872,0,0,0,none,1,-0.5189873417721519,-0.24767801857585142,0,0.48,0,0,0,0.0,39.080459770114935,-0.9499098726707924,68.9983579638753,100.37528854620321,-10.520786052855556,-9.570876180184763,4.232879192432886,1636.2,1639.8,1660.5333333333333,-2.183193072325895,0,0,20.5,1.2780548628428927,0,0.1016949152542373,-200.9363295880148,1,0,-85.71428571428571,1,0,-0.987654320987652,36.41514529427844,1,0,1,0,1,0,-8.322137632482466,-2.170829865209326,-45.812807881773395,0.031453454651787845,-28.332352941176623,0,0,3.1275876356827106,0.9411764705882353,-2476753785.4468646,-46638418.21539259,1.4985001265722329,-554214.0190883391,0,0,,14.929604769923998,25.59312710390943,1,1,-1.384962406015085,0.22295154442072307,1598.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1695.35,1697.0,1617.8,-5.3882679092812635,0,0,0,none,1,-0.9322033898305084,-0.24937655860349126,0,0.467,-1,-1,0,0.19456312251404043,40.08810572687225,-2.761413754621948,39.277945113788405,35.31487059348495,-11.35654222729795,-8.595128472676002,6.847888064460488,1637.2,1663.8,1676.1333333333334,-2.091597547782187,0,0,31.785714285714285,1.9512409015171446,0,0.3229166666666667,-129.65879265091888,1,0,-67.70833333333334,0,0,-3.1510107015457756,36.34939038744122,0,0,0,0,0,0,-0.3563387175721999,-0.23177555883230205,0.3221218206157985,0.2998738098112422,-28.023529411764684,0,0,3.7836240697615158,0.9831932773109243,-2867209828.4142504,-152358693.59594297,1.5514655060419076,-4919927.934524395,0,0,-9.496364759249825,16.81137542326323,25.144058409869757,1,1,-3.56240601503764,0.5474687224054215,1598.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1713.05,1715.0,1617.5,-4.906453401827148,1,0,0,none,1,-1.4489795918367347,-0.24554941682013504,0,0.5,0,0,0,0.18219739694377188,42.084942084942085,-6.326557072913124,31.770833333333357,29.129629629629637,-9.741099762600243,-3.4145426896871185,7.394017941656885,1634.4,1668.2,1658.3,-2.3498381489030162,0,0,34.857142857142854,2.1397877751468912,0,0.1956521739130435,-130.28657404142373,1,0,-71.875,0,0,-1.6898008449004243,33.98323303366523,1,0,1,0,1,0,-1.5150579150579162,-0.09348135676294156,9.375,0.27189670223612356,-46.00588235294117,0,0,4.360427425367365,0.6050420168067226,-3461014142.830456,-379316047.64456177,1.2092910116301847,-5548681.602376346,0,0,-12.565433668841658,16.93521239675453,13.400862810046105,0,1,-3.2225563909774655,0.38223622619247355,1617.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1684.6333333333332,1705.0,1611.0,-3.3024001266348746,1,0,0,none,1,-2.2051282051282053,-1.4119091467157765,0,0.375,0,0,0,-4.9985456836759,39.49433887925147,44.49288456292737,1675.2,1633.4,1522.7333333333333,0.28162115832006673,0,0,53.0,3.235653235653236,0,0.7368421052631579,2.0622955482862255,0,0,-68.96551724137932,0,0,-1.7985611510791366,60.90570311378948,1,0,0,0,0,0,-10.00751099824744,-4.146645760028797,-16.118276739492842,0.5009608493752982,58.0205882352941,0,0,6.545472610781217,0.6386554621848739,-3373924212.5282826,-240609954.24990463,1.1063923547039927,3179403.153260559,1,0,-2.7531746838878224,17.9841537751936,21.252604667537945,0,1,8.123308270676704,0.6336693767898052,1593.5473327848736,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1674.8166666666666,1678.0,1487.0,-2.1982505547870845,1,0,0,none,1,3.7241379310344827,-3.47985347985348,0,0.833,0,0,0,44.981305327564364,88.13023925603306,43.1489339284687,1607.0,1379.0,,24.873096446700504,0,0,105.28571428571429,6.114152978264477,0,1.1806451612903226,142.3382774124386,0,1,18.666666666666668,0,1,16.50879566982408,77.3688598623319,0,0,0,0,0,0,2.2398402630960703,3.63429349130125,-2.5923674434312716,1.1661056050428737,291.664705882353,0,0,18.240704931969557,,-3533163270.8579855,-493119141.84069157,1.8559804603534718,163403393.87825555,0,0,-2.5758133020343794,25.342398386696008,12.051907482036938,0,1,26.321804511278174,0.8124838929896265,1428.0578159249226,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1191.9166666666665,1638.0,1133.0,44.47318744319375,0,0,0,none,1,2.3617021276595747,-5.7491289198606275,0,0.545,1,0,1,2,0,0,0,0.5,0.0,0.0,1,0.5190485640880358,58.48563968668407,79.9455971869765,93.4585555000438,14.784377290514318,75.7751937984496,108.37275985663081,111.24208243804988,0.9963543441675924,50.11157198274101 -64,2025-07-23 02:24:00,buy,1634.0,0.199,10,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#10,0.09867380128018773,25.0,-1.9108997324773416,-1.8518518518516622,4.350382128159981,-7.636219671870776,-5.725319939393435,2.590853872201293,1639.6,1654.2,1665.85,-1.0397775359690553,0,0,5.285714285714286,0.3228903045640981,0,0.0,-141.0114433370254,1,0,-100.0,1,0,-0.9679370840895318,43.03179915439074,0,0,0,0,0,0,4.591836734693885,0.08626678757647976,-1.2345679012345676,-0.19960085991923138,-20.75,0,0,0.8341385283114711,0.0,-1364810100.836236,-541899.966275692,0.36119254051874894,-418088.1735901423,0,0,,16.74465380300454,37.52884780824525,1,1,-1.6421052631579076,0.8221066144179447,1637.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1698.9333333333334,1700.0,1659.4666666666667,-3.645424580128709,0,0,0,none,1,0.01680672268907563,-0.12217470983506415,0,0.45,0,0,0,0.003975565404198038,32.911392405063296,-2.666561295351996,9.009009009009018,17.46190635079533,-7.7997065373781425,-5.1331452420261465,2.671846611546934,1646.4,1660.0,1673.4833333333333,-1.3253012048192736,0,0,10.285714285714286,0.6279434850863422,0,0.02702702702702703,-159.43984068863904,1,0,-97.2972972972973,1,0,-1.8573996405032989,24.37499847826814,0,0,0,0,0,0,1.661392405063296,-0.22403970173105492,-12.679346012679348,0.010149597576177519,-21.65000000000009,0,0,1.2808511341503326,0.36134453781512604,-1837756585.28042,-4541016.404942989,0.5858335553842056,-602465.6930436492,0,0,-3.194200202380918,16.850974163466436,22.02863191108355,0,1,-1.2902255639097815,0.47389277989494316,1638.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1692.4666666666667,1694.0,1635.7333333333333,-3.218182534367986,1,0,0,none,1,0.26262626262626265,-0.18315018315018314,0,0.542,0,0,0,0.0,22.10526315789474,-4.551581012257321,10.2634493209769,10.996218828278918,-4.80938418274809,-0.2578031704907692,3.2311187395248164,1649.6,1666.85,1653.0166666666667,-1.7308096109427962,0,0,15.5,0.9462759462759462,0,-0.023255813953488372,-196.11968209443677,1,0,-102.63157894736842,1,0,-1.9161676646706538,7.570646911987154,0,0,0,0,0,0,-20.503432494279174,-0.5694512168680874,-2.0266182698124613,0.10221622336484504,-23.523529411764684,0,0,1.8969020152321272,0.24369747899159663,-2414607765.5909,-5597649.273599625,0.5019146391190866,-994763.9094560891,0,0,,16.90138236330545,18.094323032794517,0,1,-1.4172932330826828,0.38780069157958186,1639.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1683.55,1685.0,1615.4,-2.7055923494995637,1,0,0,none,1,-0.43037974683544306,-0.6105006105006106,0,0.45,-1,0,0,0.0,30.12820512820514,-5.377711449678566,16.111111111111196,32.407407407407526,-0.8191033469181548,4.558608102760411,3.9862115939789904,1658.0,1675.0,1653.3166666666666,-2.268656716417905,0,0,21.642857142857142,1.3221048957151582,0,0.0,-193.07832422586594,1,0,-100.0,1,0,-1.7406962785114,30.658849121389707,0,0,0,0,0,0,-10.636126081985935,-1.2138752593851425,-19.999999999999996,0.18419353903607194,-6.8205882352940534,0,1,2.7303655978898465,0.5966386554621849,-2528041815.124695,-13770405.069902897,0.630410457685837,-1347286.970112837,0,0,-3.92584274592728,16.870178029660554,26.08881758088028,1,1,-2.1834586466165495,0.5988632328838712,1637.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1665.65,1693.7,1617.8,-1.7200492300303294,1,0,0,none,1,-1.152542372881356,-0.6108735491753208,0,0.4,0,0,0,0.49247523620219025,56.12244897959183,1.0062516465719589,62.62083780880764,82.23066824570573,4.109711672932917,3.1034600263609584,6.830145197165442,1671.0,1653.85,1666.9,-0.05139522931341123,0,0,26.357142857142858,1.5945035001296344,0,0.6962025316455697,-24.382946896035477,0,0,-63.1578947368421,0,0,0.12113870381587066,54.50277053361141,0,1,0,1,0,1,-8.3445560965503,-1.8227198012836232,-23.103913630229407,0.4148291755706157,8.891176470588334,0,0,3.7899767531064423,0.8823529411764706,-2910978790.188236,-45225882.0364213,0.7155262892577638,-1478644.5346585438,0,1,-4.429729382299977,18.11080676908883,16.35543025809731,0,1,3.2203007518796825,0.45512300306881526,1639.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1673.1999999999998,1694.0,1617.2,-1.207267511355481,1,0,0,none,1,-0.32653061224489793,-0.6049606775559588,0,0.5,0,0,0,0.44432651518639565,45.017182130584196,2.5834090678827177,101.98786356978451,112.84936259157494,-1.0907572990870449,-3.6741663669697626,6.711885577827911,1675.0,1659.2,1670.1333333333334,-0.37367405978785406,0,0,35.357142857142854,2.1389681099299973,0,0.65625,-29.649245787574237,0,0,-22.22222222222222,0,0,0.9157509157509125,52.059782882951254,0,0,0,0,0,0,2.0663624584530496,-1.3361593907168308,-7.407407407407391,0.44290486785217986,-0.8823529411765776,0,1,5.073458426799185,0.8235294117647058,-3521937589.48641,-65099056.779892445,0.5971163239259769,4681984.089413125,0,0,-12.167203953523924,18.23692482336423,17.112475952577576,0,1,-0.6601503759398484,0.01967828338296529,1645.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1670.8,1703.0,1614.0666666666666,-1.065357912377296,1,0,0,none,1,0.05128205128205128,-0.9679370840895343,0,0.5,0,0,0,-5.6219586368832495,35.72159325243706,41.34355188932031,1668.8,1643.2,1531.8833333333334,2.908958130477113,0,0,51.57142857142857,3.0497592295345104,0,1.0855263157894737,42.9891253335479,0,0,32.5,0,1,1.075911536162577,63.57008451970731,0,1,0,1,0,1,0.0,1.3534134206617736,9.486531986531979,0.7282519426239975,50.65588235294126,0,0,6.708578010215079,0.7226890756302521,-3377910122.9464207,-222409194.2506523,0.7270172652170415,18688434.37986003,0,0,-2.572387971628602,21.405899657434937,19.94838329286439,0,1,7.130827067669192,0.5336764763749304,1609.5933395557474,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1675.35,1678.0,1524.3,0.9341331662040764,0,0,0,none,1,7.0344827586206895,-2.247191011235955,0,0.833,0,0,0,42.5294875540258,96.31079337100095,53.781305816975156,1639.4,1401.8,,20.630617777143677,0,0,110.57142857142857,6.538818957506125,0,1.113978494623656,124.41309124551871,0,1,14.929577464788732,0,1,22.62509064539522,65.71933572713075,0,0,0,0,0,1,-0.9426579132821473,-2.451817773538565,4.9765258215962405,1.010442155002791,306.79999999999995,0,0,18.380178489310286,,-3661022781.381365,-625824084.2328267,2.734688854525735,112011335.60891254,0,0,-2.618919809671937,21.233678650996836,11.726456729597317,0,1,28.505263157894724,0.8532450701693217,1449.0520343324304,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,3.768857069803122,0,0,0,none,1,1.6666666666666667,-2.6611472501478417,0,0.545,0,0,1,4,0,0,0,1.0,0.0,0.0,1,0.7069345509099688,59.12596401028278,69.17816091954022,69.60512901317499,14.057382480041806,74.83253588516746,113.34928567822705,110.89572427830664,0.8960190834048859,52.09500915906909 -65,2025-07-23 08:57:00,sell,1890.0,0.65,10,고점 매도 · 비중 65% · 분할 · leg#10,0.8224786511403307,56.8421052631579,-1.4383560014956878,87.2294372294374,75.54112554112561,13.88057048242581,15.318926483921498,3.1657879643850175,1878.4,1870.9,1820.2333333333333,1.0208990325511813,0,0,11.214285714285714,0.5933484504913076,0,1.0425531914893618,146.91444600280332,0,1,7.142857142857142,0,1,1.0154997327632254,52.60458345686854,0,1,0,1,0,1,-0.44956140350877405,0.6718998069661435,11.471861471861459,0.9780530523766467,25.82352941176464,0,0,1.7859796219382227,0.7310924369747899,-1403153561.2574067,,1.0003722699931352,993673.6755315848,0,0,,33.739767106693265,27.057104929898465,1,1,1.6887218045112862,0.45523899046189564,1875.6,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1816.6,1888.0,1728.4,4.040515248265986,0,0,0,none,1,2.0756302521008405,-0.4232804232804233,1,0.806,1,0,0,0.8580202283806173,70.24793388429751,-1.6236438437829044,107.50337381916331,114.79644624381477,26.522576693567544,28.146220537350448,5.146737625868758,1883.6,1858.75,1775.9166666666667,1.8426361802286406,0,0,16.642857142857142,0.8791789298920836,0,1.078125,104.70738911105853,0,1,9.615384615384617,0,1,1.0138740661686185,71.13050791899464,0,0,0,1,0,1,2.1063409639435235,0.3940763454141276,-4.689608636977056,1.0355812256759838,52.55294117647054,0,0,1.979165391379909,0.5546218487394958,-1867719345.587547,-9549924.971401215,1.2731945679414338,462798.4407750871,0,0,-1.946414042412527,33.97429593222083,28.31086628579487,1,1,3.6804511278195275,0.8288656010064958,1867.4644215689557,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1816.6,1888.0,1636.0,4.2056589232632335,0,0,0,none,1,2.2525252525252526,-0.15847860538827258,1,0.76,0,0,0,0.8029986514581479,87.5912408759124,3.4125815306190006,105.96506300114551,106.05364073877469,45.88208304141904,42.469501510800036,11.895595866989211,1876.6,1811.7,1717.0,3.6043495059888464,0,0,17.142857142857142,0.9133115153360225,0,1.0138888888888888,105.36632554350571,0,1,3.3333333333333335,0,1,3.245324532453253,93.31992424967333,0,1,0,1,0,1,-4.955342975019278,-1.3589148587887436,-1.5989159891599058,1.3662195194124453,115.52647058823527,0,0,2.2923275210931915,0.6974789915966386,-2425752801.821933,-3802913.0445599556,0.9331702402098252,2333849.6529673263,0,0,-0.3395326392637082,32.90442521574324,90.82132709413338,1,1,8.84060150375938,0.9423379586795114,1845.8622945256523,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1871.05,1875.0,1638.0,0.3180032602014826,0,0,0,none,1,3.0,-0.8524240809802877,0,0.8,0,0,0,0.871473576351561,85.78199052132702,10.894323703606062,107.88476411159888,108.13564781318685,52.0058640569639,41.11154035335784,15.863788097047776,1863.2,1771.6,1695.3166666666666,5.892978098893664,0,0,25.571428571428573,1.3630825464514165,0,1.0265957446808511,114.50518042157904,0,1,3.4965034965034967,0,1,8.627678054429655,98.24223230956152,0,0,0,0,0,0,-1.3974966581601649,-1.358740012892568,1.165501165501155,1.3614619859899726,141.27647058823527,0,0,3.0221807986991505,0.7226890756302521,-2534512287.6423364,-4324922.135960102,0.9772563200784669,6843872.501341293,0,0,-0.2649365161369894,32.88438384311587,88.56350615566045,1,1,11.67218045112779,0.9659327026834551,1821.9647655767217,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1689.2333333333333,1871.0,1640.4666666666667,11.056297728752696,0,0,0,none,1,4.389830508474576,-1.0660980810234542,1,0.812,0,0,0,1.0,88.34586466165413,20.08298604644396,101.16954868336074,102.5896318681498,46.531216857375284,26.448230810931324,16.903077729169212,1825.4,1714.05,1675.5666666666666,9.273358420116097,0,0,38.142857142857146,2.036457936084204,0,1.0129870129870129,171.7195497310069,0,1,1.2987012987012987,0,1,13.515151515151524,96.21550294088468,0,0,0,0,0,0,1.208935201073217,1.7564131942637466,-0.9396485867074063,1.3870910500330642,151.7294117647059,0,0,3.661510282496247,0.7310924369747899,-2898757542.407239,12348220.295609951,1.9627750361517495,24435176.37525828,0,0,-0.10983270534576198,32.786014683452876,36.8169363122655,1,1,10.072932330827078,0.6768950056961243,1754.0935639273719,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1783.8666666666668,1870.0,1616.1333333333334,4.996636519919262,0,0,0,none,1,3.877551020408163,-1.1211959423384943,1,0.7,1,0,1,1.0,79.57559681697612,19.569923039819567,105.39158848951199,111.69496750238818,27.95738988148605,8.387466841666484,14.5594594119451,1752.0,1674.9,1681.1666666666667,9.857304913726184,0,0,49.857142857142854,2.7096273291925463,0,1.0,266.43982721590737,0,1,-0.0,0,1,8.23529411764705,87.66995686457105,0,0,0,0,0,0,3.9591584608117216,5.101106292383278,-8.71794871794873,1.204507140486383,100.6470588235295,0,0,6.133937029454926,0.9915966386554622,-3504299093.6261706,-3037868.9286990166,2.5159850022511,21810013.721981335,0,0,-7.657761361399076,30.612303749032478,21.894296710722738,0,1,7.666165413533831,0.5534471220066259,1690.1610032,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1668.25,1840.0,1611.0,10.29521954143564,1,0,0,none,1,3.7948717948717947,-2.7717391304347827,1,0.667,1,0,1,4.218630256628032,45.05187400061277,40.83324374398474,1697.6,1664.2,1543.9,10.563634178584302,0,0,63.857142857142854,3.470496894409938,0,1.2136363636363636,286.5653857610963,0,1,30.32258064516129,0,1,9.06935388263188,69.67310371628635,0,1,0,1,0,0,10.796226938549033,10.478493094598392,28.77419354838709,1.1860971425258946,91.40000000000009,0,0,9.516433070280872,1.0,-3393229374.32023,-240580933.25332355,2.49362342811177,17950460.619805723,0,0,-1.6891422724196006,30.708289072960106,18.774846334207165,0,1,7.0330827067669235,0.4454657808858591,1622.5906050401554,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1726.25,1793.0,1534.9,6.589427950760318,0,0,0,none,1,9.758620689655173,-1.7934782608695652,1,0.857,1,1,1,42.5294875540258,96.31079337100095,53.781305816975156,1639.4,1401.8,,20.630617777143677,0,0,110.57142857142857,6.538818957506125,0,1.113978494623656,124.41309124551871,0,1,14.929577464788732,0,1,22.62509064539522,65.71933572713075,0,0,0,0,0,1,-0.9426579132821473,-2.451817773538565,4.9765258215962405,1.010442155002791,306.79999999999995,0,0,18.380178489310286,,-3661022781.381365,-625824084.2328267,2.734688854525735,112011335.60891254,0,0,-2.618919809671937,21.233678650996836,11.726456729597317,0,1,28.505263157894724,0.8532450701693217,1449.0520343324304,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,3.768857069803122,0,0,0,none,1,1.6666666666666667,-2.6611472501478417,0,0.545,0,0,1,0,3,0,0,0.0,0.75,0.0,0,1.0,66.10486891385767,113.44086021505375,89.09522926708688,14.983975218226348,74.83253588516746,113.34928567822705,110.89572427830664,0.8960190834048859,52.09500915906909 -66,2025-07-23 09:24:00,sell,1854.0,0.35,10,고점 매도 · 비중 35% · 분할 · leg#10,0.18640575569517723,36.363636363636374,-6.286872598135095,14.666666666666837,12.217054263565958,0.1516391172267504,6.438511715361845,3.442413827725742,1848.4,1871.2,1839.6166666666666,-1.0795211628901291,0,0,13.142857142857142,0.7100409045303697,0,0.22,-77.22755600471567,0,0,-78.0,0,0,-1.5425531914893598,42.70827475111986,0,0,0,0,0,0,3.956228956228969,0.4629298501297052,2.666666666666666,0.26089753868947824,-15.111764705882479,0,0,1.5670494622050193,0.5042016806722689,-1426911350.7652001,-23601234.3466897,0.38947118308027345,-1340703.594194129,0,0,,30.852207119290842,21.833371080234407,0,1,-1.3052631578947071,0.22994163440750015,1851.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1812.1,1890.0,1726.0,2.1466806467634214,1,0,0,none,1,1.7058823529411764,-0.6482982171799028,1,0.758,0,0,0,0.2826457802665126,41.48148148148148,-7.914953149949042,17.36111111111112,35.985309017224004,13.932523425410409,21.84747657535945,4.115985798480434,1861.6,1866.7,1791.4666666666667,-0.89462688166283,0,1,18.928571428571427,1.0231660231660231,1,0.2830188679245283,-50.05787037037133,0,0,-79.16666666666666,0,0,-1.2279765082754968,42.44403051125069,0,0,0,0,0,0,4.473607465733451,-0.5818295938224196,-10.1984126984127,0.3923392826432781,9.47352941176473,0,0,2.327213414826724,0.9747899159663865,-1875164906.268276,-11418870.695287704,0.428799101706484,-1219676.0719285645,0,0,,30.817634481656953,27.414385111448873,1,1,0.9293233082706959,0.08192659332276708,1849.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1816.6,1888.0,1636.0,1.8385995816360357,1,0,0,none,1,1.8484848484848484,-0.9189189189189189,0,0.731,0,0,0,0.6026482385618286,61.333333333333336,-2.987396630621909,80.82387340901276,97.94031647746817,39.39566758958176,42.38306422020367,9.867277588890202,1871.0,1831.45,1726.7833333333333,1.0128586639001957,0,0,17.571428571428573,0.9498069498069498,0,0.8076923076923077,39.8977684008299,0,0,-49.01960784313725,0,0,0.7625272331154731,74.33867522994218,0,1,0,1,0,1,-1.2517006802721085,-2.6770186193260486,-17.450980392156865,0.7899010994071585,83.38823529411752,0,0,2.9836811538258052,1.0,-2455016007.732534,-29803182.63686323,0.47776250534043935,1641530.218201533,0,0,-1.5522955846583455,30.864890038244464,77.72983605341142,1,1,6.779699248120275,0.7881775474853083,1849.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1871.05,1875.0,1638.0,-1.1250367440741815,1,0,0,none,1,2.5949367088607596,-0.48648648648648646,0,0.727,-1,0,0,0.6855609752708026,69.31818181818181,5.448240632776574,99.06759906759915,104.57239819730565,50.45130861715779,45.00306798438122,15.13765158253296,1873.0,1790.7,1703.8166666666666,2.8089573909644283,0,0,30.428571428571427,1.6528284317529292,0,0.8275862068965517,63.26422115895799,0,0,-20.97902097902098,0,0,2.7917364600781758,85.58626432477723,0,1,0,1,0,1,-17.107157548334015,-4.669629258540347,-7.697232345119687,0.8211231630277528,128.60882352941167,0,0,3.8938058006245106,1.0,-2533724669.647906,-6355057.316876411,0.5864824750005524,2291384.2357209884,0,0,,30.278420971240205,80.6449093348388,1,1,11.013533834586452,0.9244400031689585,1839.617449969102,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1688.75,1871.0,1628.0,9.015544041450774,1,0,0,none,1,3.8813559322033897,-0.7061379684953829,0,0.778,-1,-1,0,1.0,94.42379182156134,21.102500635869756,103.69215969215959,102.32363521519613,52.826356605768524,31.723855969898768,18.95221337998681,1849.0,1725.15,1679.2666666666667,9.671622757441378,0,0,37.642857142857146,1.9895801872546062,0,1.0952380952380953,130.51279629804523,0,1,9.777777777777779,0,1,13.361294188136608,88.40302540154521,0,0,0,0,0,0,6.077927159907205,1.0195145894257962,2.5226110087988474,1.4274352393273217,157.17352941176455,0,0,3.535266029536235,0.6722689075630253,-2916783594.8257647,-5949391.250540733,1.7608308813739162,26859046.19502061,0,0,-0.6321140414961769,33.9997564217142,41.48367848716923,1,1,11.919548872180473,0.7442760850111987,1777.2748511418974,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1783.8666666666668,1870.0,1616.1333333333334,6.06173854548171,0,0,0,none,1,4.040816326530612,-0.7399577167019027,0,0.684,0,0,0,1.0,81.5347721822542,24.98336151987173,110.19242706393545,109.8978509203027,39.616668741506146,14.633307221634418,18.46832613625701,1796.6,1686.15,1684.75,12.208285146635811,0,0,50.142857142857146,2.650256720024162,0,1.2331838565022422,178.1285678828491,0,1,26.666666666666668,0,1,13.293413173652691,75.08859680711208,0,0,0,0,0,0,1.9591753652780852,5.413438480052161,4.800838574423466,1.3683471508024976,122.25588235294117,0,0,6.279481676241725,1.0,-4041207174.1283545,-540119146.8315969,2.2449278735734173,29661261.491299495,0,0,-11.025106247219334,34.03486282464407,22.617789953333304,0,1,10.642857142857125,0.6541193676547856,1714.135242688,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1668.25,1840.0,1611.0,13.412258354563168,0,0,0,none,1,5.282051282051282,-0.10570824524312897,0,0.667,1,1,1,4.218630256628032,45.05187400061277,40.83324374398474,1697.6,1664.2,1543.9,10.563634178584302,0,0,63.857142857142854,3.470496894409938,0,1.2136363636363636,286.5653857610963,0,1,30.32258064516129,0,1,9.06935388263188,69.67310371628635,0,1,0,1,0,0,10.796226938549033,10.478493094598392,28.77419354838709,1.1860971425258946,91.40000000000009,0,0,9.516433070280872,1.0,-3393229374.32023,-240580933.25332355,2.49362342811177,17950460.619805723,0,0,-1.6891422724196006,30.708289072960106,18.774846334207165,0,1,7.0330827067669235,0.4454657808858591,1622.5906050401554,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1726.25,1793.0,1534.9,6.589427950760318,0,0,0,none,1,9.758620689655173,-1.7934782608695652,1,0.857,1,1,1,42.5294875540258,96.31079337100095,53.781305816975156,1639.4,1401.8,,20.630617777143677,0,0,110.57142857142857,6.538818957506125,0,1.113978494623656,124.41309124551871,0,1,14.929577464788732,0,1,22.62509064539522,65.71933572713075,0,0,0,0,0,1,-0.9426579132821473,-2.451817773538565,4.9765258215962405,1.010442155002791,306.79999999999995,0,0,18.380178489310286,,-3661022781.381365,-625824084.2328267,2.734688854525735,112011335.60891254,0,0,-2.618919809671937,21.233678650996836,11.726456729597317,0,1,28.505263157894724,0.8532450701693217,1449.0520343324304,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,3.768857069803122,0,0,0,none,1,1.6666666666666667,-2.6611472501478417,0,0.545,0,0,1,0,1,0,0,0.0,0.25,0.0,1,1.0,66.10486891385767,113.44086021505375,89.09522926708688,14.983975218226348,74.83253588516746,113.34928567822705,110.89572427830664,0.8960190834048859,52.09500915906909 -67,2025-07-23 22:48:00,buy,1636.0,0.314,11,저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#11,0.01202467664428664,29.2929292929293,-2.8360965322903198,43.46764346764363,79.4980990102942,-16.68872766350296,-13.85263113121264,5.885734846859306,1681.2,1700.85,1729.25,-2.8720933650821623,0,0,13.642857142857142,0.8258388101003112,0,0.0,-199.36649897521764,1,0,-100.0,1,0,-2.8235294117647025,33.496422006636294,1,0,1,0,1,0,-3.2913403699920565,-1.6177392609512484,-57.142857142857146,-0.35431512706542834,-47.49117647058824,0,0,2.1623580018575788,1.0,-1513134490.8907852,-16426139.073980331,0.9676425652247203,-1833700.588037869,0,0,-4.8666515736373315,15.793904407047087,46.4886607390841,1,1,-3.423308270676714,0.6548572358584684,1652.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1695.75,1764.5,1652.0,-2.579979360165119,1,0,0,none,1,-1.0336134453781514,-0.423728813559322,0,0.355,-1,-1,0,0.0,21.354166666666657,-5.852612638283421,22.93688767372979,24.103862349476476,-18.026678319929488,-12.174065681646066,7.928645437114483,1684.8,1720.95,1736.45,-4.006508033353673,0,0,27.642857142857142,1.6732964372189554,0,0.06896551724137931,-144.06193833817284,1,0,-91.57894736842105,1,0,-5.002875215641178,16.088270629110923,0,0,0,0,0,0,-5.2281118143459935,-1.7061094288789267,-5.850991114149007,-0.018718445236139452,-49.84705882352955,0,0,3.0183896607262333,1.0,-2006973369.9202602,-21297048.424849987,1.4232104657632225,-2038568.1664597113,0,0,,15.822818031234887,38.834219745779436,1,1,-5.096992481203002,0.7814145861760782,1644.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1741.9,1786.4,1655.8666666666666,-5.161031058040077,0,0,0,none,1,-1.6767676767676767,-0.18159806295399517,0,0.308,-1,-1,0,0.05495226658881969,36.41618497109827,-4.697624768924657,21.68484273747436,16.09095483868623,-17.196025118228818,-12.49840034930416,5.654541738234553,1692.4,1730.55,1770.05,-2.5165409840802067,0,0,26.642857142857142,1.5793039207384199,0,0.38738738738738737,-199.11504424778772,1,0,-61.261261261261254,0,0,-3.1016657093624334,26.549259892356474,0,0,0,0,0,0,-4.90118029836281,-0.42440830541608854,4.57957957957958,0.12481622845630595,-57.200000000000045,0,0,3.2029797750786044,0.9915966386554622,-2680855360.9964523,-68676250.8671236,3.6615099805041504,-4551608.600944057,0,0,,18.331260801634297,26.68600670955481,1,1,-2.2759398496240517,0.3029329090714512,1644.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1821.65,1831.0,1656.4666666666667,-7.391650426810859,1,0,0,none,1,-2.1139240506329116,-0.23710729104919975,0,0.316,0,0,1,0.0,33.00492610837439,-5.824285337164273,17.8731870106534,21.76870748299331,-23.559800823595424,-17.73551548643115,6.574259732497765,1697.4,1733.35,1790.6833333333334,-4.69322410361438,0,0,30.142857142857142,1.8246281563472848,0,0.0,-233.38649654439183,1,0,-100.0,1,0,-4.0650406504065035,20.206565103040745,1,0,0,0,0,0,-5.723397591047572,-3.20591044570315,-1.2578616352201273,-0.15842116744425122,-76.37058823529424,0,0,3.445282887148451,0.7899159663865546,-2684726064.4260645,-32319254.175866127,3.0092953893175594,-4286180.0034010075,0,0,,15.888393622963836,44.9347507996293,1,1,-3.363157894736874,0.4877713591006121,1652.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1867.35,1871.0,1652.0,-11.532385466034755,1,0,0,none,1,-3.1864406779661016,-1.9975786924939467,0,0.267,-1,-1,1,0.05098629625896267,20.60606060606061,-10.591863538925178,34.96659516056513,28.11148109847937,-16.040473541297388,-5.448610002372209,9.186911985263341,1728.2,1772.1,1735.55,-4.125049376446022,0,0,32.714285714285715,1.9255023963676114,0,0.23952095808383234,-184.99542543458358,1,0,-66.38655462184873,0,0,-4.281690140845074,16.2289528660407,0,0,1,0,1,0,2.8050134856417657,-0.6357813208476522,10.315592903828197,0.057192077329704216,-81.7294117647059,0,0,3.536856051556427,0.6134453781512605,-3228980310.8475347,-100665950.85520506,3.4361490803518153,-707329.3389795199,0,0,-5.815465669897158,19.278119256559336,58.97202924751708,1,1,-6.484210526315805,0.8883552602314843,1659.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1819.9499999999998,1854.6,1654.4,-6.645786972169554,1,0,0,none,1,-0.02040816326530612,-1.9423190111830488,0,0.533,0,0,1,0.20714348104984892,28.955223880597003,-15.107282613586502,19.301040209601684,14.232825369012525,10.188293820531726,25.295576434118228,14.482275154339415,1739.0,1774.25,1705.0,-4.241228688178101,0,0,44.785714285714285,2.6360043723198516,0,0.22099447513812154,-134.51551072419053,1,0,-73.8562091503268,0,0,-6.955093099671417,14.522060500428793,0,0,0,0,0,0,-9.215123122557571,-3.1167795855925426,9.044629953191398,0.18500495850513202,-4.732352941176487,0,1,6.97070969590024,0.9831932773109243,-4259251573.4631786,-200303144.30293274,2.214746916302539,-10774967.40537341,0,0,-12.062947793496436,19.44159344215104,25.402485695912457,1,1,0.9586466165413472,0.007794744741739468,1659.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1836.1833333333334,1840.0,1626.2666666666667,-7.47111308783619,1,0,0,none,1,1.0769230769230769,-1.9423190111830488,0,0.583,-1,0,1,5.179661284389709,51.94315382047557,46.76349253608586,1772.8,1697.0,1562.7833333333333,2.533883323512076,0,0,79.5,4.568965517241379,0,0.6787878787878788,-10.426083288133963,0,0,-34.193548387096776,0,0,5.390672319806189,57.958862492784505,0,1,0,0,0,1,-5.443548387096776,-4.062189624737961,-21.505376344086017,0.6408957181657161,116.25882352941176,0,0,10.1497135096627,1.0,-3532382211.38729,-201535136.6260438,1.7932159170037818,-20241697.351902664,0,1,-2.4111541216683325,22.777114938637343,14.923615173799481,0,1,6.4105263157894585,0.387566282110996,1671.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1681.75,1793.0,1534.9,3.4636539319161663,1,0,0,none,1,5.206896551724138,-2.586206896551724,0,0.8,0,0,0,42.5294875540258,96.31079337100095,53.781305816975156,1639.4,1401.8,,20.630617777143677,0,0,110.57142857142857,6.538818957506125,0,1.113978494623656,124.41309124551871,0,1,14.929577464788732,0,1,22.62509064539522,65.71933572713075,0,0,0,0,0,1,-0.9426579132821473,-2.451817773538565,4.9765258215962405,1.010442155002791,306.79999999999995,0,0,18.380178489310286,,-3661022781.381365,-625824084.2328267,2.734688854525735,112011335.60891254,0,0,-2.618919809671937,21.233678650996836,11.726456729597317,0,1,28.505263157894724,0.8532450701693217,1449.0520343324304,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,3.768857069803122,0,0,0,none,1,1.6666666666666667,-2.6611472501478417,0,0.545,0,0,1,3,0,0,0,0.75,0.0,0.0,1,0.6764630365152264,56.25,94.83870967741935,106.96236559139783,14.359286644676086,74.83253588516746,113.34928567822705,110.89572427830664,0.8960190834048859,52.09500915906909 -68,2025-07-24 06:24:00,buy,1537.0,0.334,11,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#11,0.1256116060487429,41.9753086419753,0.6758236151000538,58.58965595807717,73.49586086428197,-10.19295636401057,-10.868779979110624,3.5061664798694476,1576.6,1580.75,1615.5833333333333,-1.3126680373240496,0,0,10.928571428571429,0.7005494505494506,0,0.0851063829787234,-143.602085840354,1,0,-85.71428571428571,1,0,-0.3831417624521105,47.81942436336954,1,0,1,0,1,0,-18.588071639714833,-1.2832359996291682,-16.90476190476189,-0.06542534955662571,-26.17647058823536,0,0,1.9704344404323824,0.7226890756302521,-1586752155.630916,-3663660.9781615734,0.9805907639488691,-185058.27599297464,0,0,,8.921315114660388,37.448350915038965,1,1,-0.9060150375939838,0.1496467850456792,1556.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1709.4,1712.0,1566.4,-8.739908739908742,0,0,0,none,1,-1.4789915966386555,-0.19230769230769232,0,0.3,-1,-1,0,0.14864664978858114,30.714285714285708,-0.8909930943081044,33.68945868945871,39.3299845054232,-15.43582719786491,-14.544834103556806,6.333460211589376,1580.4,1597.55,1626.4,-2.2252824637726487,0,0,17.785714285714285,1.1386500823120542,0,0.1728395061728395,-118.5376838675674,1,0,-77.77777777777779,0,0,-2.375000000000005,33.9961499896105,1,0,1,0,1,0,-2.362637362637372,-0.8234381169723104,-8.382066276803116,0.05266617980670517,-38.09411764705874,0,0,2.6205855602959045,0.7815126050420168,-2103946839.8630528,-22788737.479480505,2.7142780493778327,-891392.1938860137,0,0,,9.093955899724904,72.5997675689262,1,1,-3.5902255639098,0.7050833912975377,1548.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1699.0500000000002,1707.0,1616.9,-8.066272328654255,0,0,0,none,1,-1.4141414141414141,-0.12804097311139565,0,0.308,-1,-1,1,0.03917181725814821,22.929936305732497,-3.9176675755710484,22.301283511809867,17.001240474924675,-22.94080917199335,-19.023141596422303,7.2707257446391464,1571.8,1616.15,1663.5833333333333,-3.350555332116456,0,0,23.071428571428573,1.4770440826778857,0,0.09302325581395349,-152.62553502453255,1,0,-89.33333333333333,1,0,-4.112952731737263,16.19188916109495,0,0,0,0,0,0,-3.7367303609341747,-0.5253224720408092,3.122655122655125,-0.008559131873384414,-60.023529411764684,0,0,2.7038072631410963,0.6722689075630253,-2790658479.8745375,-52538253.81871319,3.8970061130982243,-2533454.384661272,0,0,,9.142020967484,41.176252656027664,1,1,-4.369172932330855,0.7742257947487255,1554.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1694.4,1762.8,1568.4,-7.813975448536359,0,0,0,none,1,-2.670886075949367,-1.2163892445582587,0,0.25,0,-1,1,0.08138886571969789,30.701754385964904,-2.7809827196205674,13.235496761747365,19.006935832070294,-27.138799830832795,-24.357817111212228,6.65406079399198,1591.4,1626.3,1697.35,-2.7854639365430756,0,0,19.0,1.2017710309930425,0,0.25961538461538464,-195.858049745031,1,0,-67.07317073170732,0,0,-3.361858190709044,22.977097687962996,0,0,0,0,0,0,-6.696619597774934,-0.06299094191878041,-2.0187405263883136,-0.09188401228501682,-67.78823529411761,0,0,2.3407268190997157,0.25210084033613445,-2764033958.490487,-42498705.0598588,2.640922695890863,-3552494.0638860418,0,0,,10.512046369721295,36.51799054839506,1,1,-3.724812030075178,0.663470926528904,1554.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1681.0500000000002,1785.0,1577.1,-5.951637369501217,1,0,0,none,1,-3.6440677966101696,-1.2017710309930425,0,0.154,0,0,1,0.07167082906374912,36.67820069204152,-6.039356732063354,19.997042480965785,21.589557427778402,-39.83734814332274,-33.79799141125939,11.956972163332921,1615.0,1668.45,1735.05,-5.121519973628219,0,0,38.214285714285715,2.4140420539662486,0,0.16022099447513813,-165.83026653284278,1,0,-78.51851851851852,0,0,-7.046388725778041,42.380126150082994,1,0,0,0,0,0,2.594599405867889,-0.7812579551234791,2.271604938271608,-0.019604394780121492,-109.0,0,0,5.107892539264058,1.0,-3376653521.926528,-134416603.8703866,1.263357187186411,-8503361.764573343,0,0,,10.736116703387367,41.90966882240478,1,1,-7.6458646616541115,0.8225691373571726,1554.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1822.6,1870.0,1659.3333333333333,-13.146055086140674,0,0,0,none,1,-3.020408163265306,-1.2002526847757422,0,0.4,-1,0,0,0.043472469616123915,18.597560975609753,-19.29412669575386,12.698151120282297,11.621675986430093,-31.420842524380532,-12.126715828626674,18.3398467015846,1627.0,1727.65,1700.35,-8.372644922293293,0,0,53.0,3.3480732785849656,0,0.004347826086956522,-137.62128325508584,1,0,-99.43181818181817,1,0,-9.022988505747131,21.24599655348453,0,0,0,0,0,0,-0.2295995182173982,-1.2949586076729958,0.18939393939393945,-0.012701221475493159,-110.47352941176473,0,0,4.826257397878155,0.5966386554621849,-4416819926.432081,-203154512.77597904,1.5980149900157956,-7453412.078735374,0,0,,10.867122111800587,52.66097298567522,1,1,-13.050375939849607,0.9500164833992006,1582.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1663.7,1840.0,1582.0,-4.850634128749176,1,0,0,none,1,-1.1282051282051282,-2.9690461149715732,0,0.5,0,0,0,-9.08392104845889,34.791661346331466,43.87558239479036,1734.6,1700.6,1570.15,-3.1518287663177658,0,0,94.71428571428571,5.75071558678116,0,0.22340425531914893,-156.16308657316992,1,0,-77.6595744680851,0,0,-2.0808561236623113,44.29748398358356,0,0,0,0,0,0,-2.835693446239233,-6.61620153173574,-25.026309768931597,0.3904064417031044,40.752941176470586,0,0,10.627953249808884,1.0,-3580639728.049066,-209819174.92264414,1.1997072775566064,-43017956.011723675,0,0,-2.614741993121403,15.80832401261494,13.4197515625303,0,1,2.9112781954887694,0.09023923908986664,1605.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1681.75,1793.0,1561.6,-2.0662999851345343,1,0,0,none,1,3.4482758620689653,-4.250151791135397,0,0.667,0,0,0,36.996602483407905,100.02705892123504,63.030456437827134,1655.8,1421.15,,17.580832424444992,0,0,119.57142857142857,7.155680943831752,0,1.070967741935484,77.49539084481292,0,0,12.313432835820896,0,1,16.934919524142767,56.402578658573766,0,0,0,1,0,1,-1.8106102416974892,-5.532885070617894,1.9539399775317037,0.8892337902640407,302.27647058823527,0,0,18.39586871579187,,-3765851505.888191,-723455073.994134,2.209118306380777,24009498.293928068,0,0,-2.0690378804673517,18.84994124614534,12.317946540599323,0,1,30.49097744360901,0.9033641940148274,1467.9468308991873,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,2.541549475837379,0,0,0,none,1,1.2244897959183674,-9.45541591861161,0,0.545,0,0,1,3,0,0,0,0.75,0.0,0.0,0,0.2662859717834761,45.826513911620296,36.47906657515442,64.2743841988866,13.485834762976914,73.02192564346997,115.30322565575875,112.34175706353886,0.8291132975567495,53.418784822614164 -69,2025-07-24 15:51:00,buy,1462.0,0.352,11,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#11,0.024713796843985707,33.33333333333333,-2.9011774539950306,13.33333333333348,26.51461988304098,-15.910691841109838,-13.009514387114807,4.32669769684606,1495.4,1517.2,1559.3333333333333,-2.0564197205378387,0,0,14.0,0.9421265141318977,0,0.18,-157.30527027598131,1,0,-82.0,1,0,-1.978891820580475,43.256864011375676,1,0,0,0,0,0,5.498281786941575,-0.24994544744842884,-10.666666666666673,-0.06678003792065722,-41.61176470588248,0,0,2.0708534780049423,1.0,-1669202107.5277581,-13577944.216136694,0.8579733545498832,-1279245.2195627503,0,0,,3.521792803314261,19.699392692531028,0,1,-1.6210526315789604,0.3414943204959938,1485.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1551.9166666666665,1626.8333333333333,1477.0,-4.247435966278246,1,0,0,none,1,-1.134453781512605,-0.6056527590847914,1,0.306,0,0,0,0.004845037265894296,26.71232876712328,-2.7551369611609253,21.063063063063083,28.024582722257236,-22.47250420914338,-19.717367247982455,6.082285631444498,1503.2,1529.05,1582.9833333333333,-3.011673915176083,0,0,21.642857142857142,1.4593969752432328,0,0.20930232558139536,-192.6579557667289,1,0,-76.0,0,0,-1.5925680159256772,12.797317656399159,1,0,1,0,0,0,4.0172933061303695,-0.6859673553945242,-2.077519379844958,-0.018775935838555614,-59.14411764705869,0,0,2.4659979736662025,0.865546218487395,-2199948973.8063006,-16909972.57771921,2.724194316918017,210100.5707000969,1,0,,3.343139415395302,42.73408230948176,1,1,-3.3360902255639235,0.7205873035516221,1465.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1617.9499999999998,1626.0,1465.0,-8.340801631694417,1,0,0,none,1,-1.2525252525252526,-0.7417397167902899,0,0.355,0,0,1,0.029704420771597732,17.032967032967022,-6.680689589651038,15.370018975332115,17.91027906562248,-28.298096126664632,-21.617406537013593,10.689484743607917,1513.0,1561.5,1592.9,-5.027217419148256,0,0,27.214285714285715,1.8350833253058474,0,0.0,-150.07523929197492,1,0,-100.0,1,0,-4.384268214055453,11.84736563919681,0,0,1,0,1,0,-1.529907218529985,-1.072447337100492,-5.154639175257731,-0.12262428022961461,-80.18823529411748,0,0,2.722389196534787,0.6218487394957983,-2867479171.9217114,-32644963.40996027,2.3946135638982207,-3887186.1429601163,0,0,,3.392601035775722,73.01761817174977,1,1,-6.85714285714287,0.945098123880049,1483.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1616.4499999999998,1629.5333333333333,1483.0,-8.25574561539174,1,0,0,none,1,-1.7341772151898733,-2.0229265003371544,0,0.316,-1,0,1,0.0,21.513944223107572,-10.792084070060938,18.11565503054872,18.823135099730948,-28.663526272710442,-17.871442202649504,11.898534736328536,1519.2,1582.9,1607.85,-6.753427253774724,0,0,33.57142857142857,2.2744870305845915,0,-0.006944444444444444,-159.50794201112015,1,0,-100.71428571428571,1,0,-8.776266996291715,12.728937850549983,0,0,0,0,0,0,-6.844264732116301,-2.2057663209554565,0.06493506493506374,-0.16980476977453413,-92.0411764705882,0,0,4.392982581787736,1.0,-2874340996.633617,-90301220.79058075,2.7122733465023647,-694367.607545262,0,0,,2.9457061910011184,62.11713171927558,1,1,-7.249624060150372,0.8297076140800435,1477.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1617.0833333333335,1634.1666666666667,1477.0,-8.724555526926059,0,0,0,none,1,-3.847457627118644,-2.0325203252032518,0,0.25,0,-1,1,0.03962445717277411,30.90128755364806,-6.257769732057355,24.326319675156792,33.067396918431974,-30.56267241097862,-24.304902678921266,8.916337564134823,1552.0,1594.45,1690.1833333333334,-4.104863746119358,0,0,32.142857142857146,2.10221433243016,0,0.3488372093023256,-196.79324894514798,1,0,-65.11627906976744,0,0,-5.849753694581283,17.291007475190682,0,0,0,0,0,0,2.456843109203618,-0.897662596381732,-0.3512596899224789,-0.018528766887822175,-85.15294117647045,0,0,4.505125193414476,0.8151260504201681,-3488437207.088774,-97429567.71079874,2.8263020373747034,-3559136.8308594003,0,0,-4.725830341404155,6.722360444323772,22.101452598350992,0,1,-2.051879699248155,0.11665329287482495,1484.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1662.5,1790.0,1484.0,-8.03007518796992,1,0,0,none,1,-5.979591836734694,-1.962066710268149,0,0.167,0,0,1,0.0,20.121951219512184,-8.416517378950203,35.35148090674693,45.02862850926281,-41.481244062459155,-33.06472668350895,14.040745031280391,1587.2,1635.0,1685.4,-7.828746177370027,0,0,52.357142857142854,3.474262963314058,0,0.0970464135021097,-213.91259374191873,1,0,-84.13793103448276,1,0,-6.9753086419753085,25.795353240571217,1,0,1,0,1,0,-13.098387763538668,-4.402073814053768,-10.453384418901663,-0.09175946240672722,-135.73823529411766,0,0,5.6764221797835885,0.8151260504201681,-4521671281.5778885,-109086842.54718018,1.8163818831965564,-16770432.349695116,0,0,,5.340184826344352,43.19597556759394,1,1,-8.320300751879696,0.7356144587924702,1484.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1834.0666666666666,1840.0,1484.0,-17.83286685325869,1,0,0,none,1,-4.717948717948718,-1.9907100199071004,0,0.385,-1,-1,1,-18.93474744156044,16.232448419504635,35.167195861065075,1655.6,1692.45,1575.95,-4.517120151260013,0,0,99.14285714285714,6.135077793493634,0,0.42718446601941745,-223.31929722665893,1,0,-57.28155339805825,0,0,-2.0606060606060628,46.06622958096761,0,0,0,0,0,0,6.30028076613015,-3.0359487482197522,7.142708007098863,0.3529125545705858,-45.11176470588248,0,1,10.386853886530249,0.9747899159663865,-3706857098.684901,-338019882.1680827,1.4818312083799832,-41167986.32710568,0,0,-3.217642322558337,13.437840096979482,13.307308677808617,0,1,0.13157894736842218,0.00015079654526684028,1484.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1643.65,1793.0,1587.0,-1.6822316186536068,1,0,0,none,1,1.206896551724138,-1.8564356435643563,0,0.571,0,0,0,36.996602483407905,100.02705892123504,63.030456437827134,1655.8,1421.15,,17.580832424444992,0,0,119.57142857142857,7.155680943831752,0,1.070967741935484,77.49539084481292,0,0,12.313432835820896,0,1,16.934919524142767,56.402578658573766,0,0,0,1,0,1,-1.8106102416974892,-5.532885070617894,1.9539399775317037,0.8892337902640407,302.27647058823527,0,0,18.39586871579187,,-3765851505.888191,-723455073.994134,2.209118306380777,24009498.293928068,0,0,-2.0690378804673517,18.84994124614534,12.317946540599323,0,1,30.49097744360901,0.9033641940148274,1467.9468308991873,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,2.541549475837379,0,0,0,none,1,1.2244897959183674,-9.45541591861161,0,0.545,0,0,1,4,0,0,0,1.0,0.0,0.0,1,0.1984962177778824,46.93520140105079,21.50898574674653,24.118110020516202,14.981968444867638,73.02192564346997,115.30322565575875,112.34175706353886,0.8291132975567495,53.418784822614164 -70,2025-07-25 00:15:00,sell,1616.0,0.65,11,고점 매도 · 비중 65% · 분할 · leg#11,0.7897950317682508,90.41095890410959,3.408649074962314,101.851851851852,101.90796857463528,15.294736734837898,11.886087659875583,7.051185390824971,1612.0,1580.7,1564.3333333333333,2.0433984943379446,0,0,9.642857142857142,0.597821273580728,0,1.0,93.37107808445397,0,0,-0.0,0,1,1.9595448798988668,84.5928947572381,0,0,0,1,0,1,-3.8747553816047002,-0.7222207161259977,0.0,1.1061960053895177,40.03235294117667,0,0,1.1154767285711202,0.8823529411764706,-1700123558.693063,-250107.1073679924,0.6058232285722374,831455.4559931755,0,0,,12.214129126789919,74.64661649108068,1,1,4.6135338345864625,0.9594719299163023,1613.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1561.7666666666667,1613.0,1524.6666666666667,3.2804729686466194,1,0,0,none,1,0.6218487394957983,-0.3719776813391197,0,0.561,0,0,0,0.9767271872119161,79.27927927927928,6.318376670247233,108.83584215673768,107.28894700287744,14.812711628356965,8.494334958109732,6.354044966866794,1608.4,1571.4,1554.9166666666667,3.0291459844724367,0,0,13.714285714285714,0.8470837377569929,0,1.0972222222222223,140.0409626216077,0,1,9.722222222222223,0,1,4.721862871927551,91.92864107380274,0,0,0,0,0,0,3.3177408177408125,0.23711892505174603,1.5740740740740478,1.221040022190539,44.38823529411752,0,0,1.7752208984956228,0.7058823529411765,-2231439568.478464,242336.13176441193,1.4523083939176187,1798358.5736347586,0,0,,12.666845819852668,35.16505686881936,1,1,3.1007518796992666,0.5400674372351806,1618.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1536.1,1566.0,1474.0,5.396784063537541,0,0,0,none,1,1.5454545454545454,-0.3705991352686844,1,0.654,0,0,0,1.0,76.11940298507463,6.106160591314072,107.8029572484732,102.64779193241866,14.304242694789309,8.198082103475237,5.611466987097951,1593.0,1564.85,1540.4166666666667,3.46039556507014,0,0,18.428571428571427,1.138268772610959,0,1.1014492753623188,214.10099360283178,0,1,10.294117647058822,0,1,3.38441890166028,78.68358789327345,0,0,0,0,0,1,-0.17689331122167573,1.4229665493147863,-1.4705882352941302,1.17795289433367,46.549999999999955,0,0,2.5165915010365927,0.6890756302521008,-2899955996.820421,-11428659.306871414,2.4416058624131396,2808001.5209668055,0,0,,12.71301872303756,27.607457626147255,1,1,2.3090225563909685,0.3872096079132802,1617.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1485.3333333333335,1618.3333333333333,1483.0,8.999102333931774,0,0,0,none,1,-0.16455696202531644,-0.3088326127239036,1,0.5,0,0,1,1.0,67.66467065868264,5.392465189520221,91.98135198135206,62.595182595182706,8.429332639575023,3.036867450054801,5.624694348168853,1568.8,1553.65,1564.8166666666666,3.8200366877996883,0,0,22.642857142857142,1.403772916482154,0,1.0888888888888888,264.44444444444485,0,1,12.307692307692308,0,1,3.3311979500320277,54.037404683927505,0,0,0,1,0,0,5.164670658682631,2.794850662080808,38.95104895104895,1.095290384566985,33.67058823529419,0,0,2.9033040138252666,0.46218487394957986,-2902683195.397564,-6893446.73434639,1.5320249527303522,2063262.2086164495,0,0,,12.34801698963841,24.28486915694074,0,1,2.6338345864661536,0.5086988855104171,1612.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1618.6,1621.0,1477.0,-0.34597800568392234,1,0,0,none,1,0.3050847457627119,-0.805951642901426,1,0.5,1,1,0,1.0,72.5,10.18544120681856,108.90756302521,113.58104495359386,-5.73232727328741,-15.91776848010597,7.162295881202476,1567.4,1540.7,1614.5833333333333,4.6926721620042855,0,0,26.428571428571427,1.6384731201842175,0,1.1120689655172413,213.817448310641,0,1,15.294117647058824,0,1,5.355976485956893,55.49198504389449,0,0,0,0,0,0,6.661490683229815,3.225362174881681,-6.753812636165577,0.9889590905603735,4.797058823529596,1,0,5.273652626086806,0.9831932773109243,-3511338411.2529902,,1.2709350579663152,2637657.12307737,0,0,,12.420959623409878,26.965178901432864,1,1,3.3954887218045178,0.5302149025486913,1607.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1555.75,1689.0,1484.0,3.679897155712686,1,0,0,none,1,-1.5714285714285714,-0.4339739615623063,1,0.444,1,1,0,0.7350286508640691,48.08259587020649,8.605380360220913,71.23655913978497,60.663082437275996,-30.738093561691358,-39.34347392191227,10.902807688244572,1563.2,1572.7,1666.65,2.5624721815985296,0,0,46.42857142857143,2.87839872464795,1,1.0403225806451613,69.01390483480066,0,0,4.032258064516129,0,1,2.6081424936386766,48.02704066355452,0,0,0,0,0,0,6.168404451064575,5.015489571005645,13.440860215053753,0.6569991886489431,-53.49411764705883,0,0,6.346023686897088,0.8571428571428571,-4552573510.43701,-43928687.3473711,0.9667506177444894,1428643.1904643402,0,0,-3.1355113728182906,12.576489876433783,19.34190807336613,0,1,-3.562406015037622,0.24171654655194852,1595.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1806.5333333333333,1812.0,1484.0,-10.712967746697167,1,0,0,none,1,-7.153846153846154,-0.24798512089274644,1,0.222,1,1,0,-24.709085361138,-10.386367897197715,14.322717463940286,1570.6,1672.5,1580.2166666666667,-3.5575485799701045,0,0,109.57142857142857,6.793020990169161,0,0.4174757281553398,-69.52286062216312,0,0,-58.252427184466015,0,0,-12.336956521739129,49.52716652549141,0,0,0,0,0,0,8.45517418502687,5.370168078682575,-0.3236245954692514,0.4344455573236289,-85.18823529411748,0,0,13.0330258550699,1.0,-3706194189.478317,-312964815.1580868,0.5593785152956526,-41204783.365628265,0,0,-3.038409801167787,13.021368076109674,13.36020885307064,0,1,-6.1593984962405655,0.17791510927555554,1553.7104,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1643.65,1793.0,1514.9,-1.8647522282724482,1,0,0,none,1,2.2758620689655173,-2.045877247365158,1,0.571,0,0,0,27.31321313346011,97.17197285465227,69.85875972119216,1673.0,1441.6,,11.889567147613779,0,0,111.28571428571429,6.899300327694624,0,0.946236559139785,54.31301049597549,0,0,-9.328358208955224,0,1,11.858529819694862,50.03004241491571,0,0,0,1,0,1,-6.717577817383017,-9.683389349947795,-9.331674958540631,0.7604978890255536,275.164705882353,0,0,17.77623441797111,,-4031338579.4182625,-641769663.1561055,0.9016135068996838,-19547220.918785706,0,1,-2.4551265171587993,14.447308057019237,11.61978679861488,0,1,29.803007518796996,0.8873188620254779,1484.9521478092686,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-1.0176425466632555,1,0,0,none,1,0.04,-1.2399256044637323,0,0.545,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.3278166848040809,48.34437086092715,19.52535059331175,17.81216767273366,20.661401343806986,66.30434782608695,105.97155069721812,111.54135401040132,0.7289267635589175,51.93611687326294 -71,2025-07-25 01:03:00,sell,1611.0,0.35,11,고점 매도 · 비중 35% · 분할 · leg#11,0.3074593204600807,36.04651162790698,-2.5809011995448925,23.93939393939409,23.131313131313167,3.28249955668457,5.8634007562294626,2.1523793888653646,1597.8,1604.65,1578.4833333333333,-0.41442059015985855,0,0,10.571428571428571,0.6615412122295726,0,0.18181818181818182,-18.271485164525235,0,0,-60.0,0,0,-0.49813200498132204,39.05210421154647,0,0,0,0,0,0,0.0,0.24165447092414816,1.212121212121211,0.49381560731127533,5.25,0,0,1.4167357023810823,0.9663865546218487,-1706626283.5277655,-668068.5739405155,1.2965520470019836,22781.083972245455,1,0,,11.148705537538373,38.4315028879225,1,1,-1.1015037593984935,0.5695891452891891,1595.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.3166666666666,1616.0,1514.2666666666667,2.218573758782072,1,0,0,none,1,0.5630252100840336,-1.0012515644555695,0,0.59,0,0,0,0.5349421175887551,50.57471264367816,-2.0149007556635308,34.66666666666668,37.57828282828291,9.272783772624734,11.287684528288265,5.023352671553656,1598.4,1595.2,1568.6833333333334,0.1755265797392047,0,0,10.642857142857142,0.6660110852851779,0,0.7142857142857143,52.45787736668351,0,0,-72.0,0,0,-1.2970969734403925,76.60815216554563,0,0,0,0,0,0,-7.0010449320794095,-0.27926453146194596,-2.125,0.6117862718136509,19.961764705882388,0,0,1.799831998255155,0.6722689075630253,-2237896124.3220186,-6456555.843554497,2.0191656465881933,-748850.9234591853,0,0,,11.179773572404228,42.89224899758818,1,1,1.8947368421052555,0.31308928566498506,1595.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1535.0166666666669,1616.0,1521.8333333333333,4.1031042008230045,1,0,0,none,1,0.9191919191919192,-1.6896120150187734,0,0.64,0,0,1,0.6938375305786966,63.768115942028984,1.9464303211196121,81.37254901960789,86.76470588235294,15.510476389902351,13.564046068782739,6.671068520194947,1604.6,1577.6,1545.6666666666667,1.2931034482758674,0,0,20.0,1.2515644555694618,0,0.7941176470588235,73.32757462328445,0,0,-20.588235294117645,0,0,3.363518758085382,68.36454070972145,0,0,0,0,0,0,0.9109730848861233,-1.1767265281677712,-3.9215686274509665,0.691470314918692,36.21470588235297,0,0,2.277079718924433,0.5126050420168067,-2902851407.2815094,-3324742.2931661606,1.9320576237269402,1928877.7956291698,0,0,-2.14966728703536,11.230600119375666,31.117272560290083,1,1,3.4781954887218056,0.6116618640451875,1595.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1485.3333333333335,1618.3333333333333,1483.0,7.585278276481144,1,0,0,none,1,-0.3291139240506329,-1.0638297872340425,0,0.5,0,0,1,0.7975979931676039,61.49068322981366,4.955121167024766,91.79487179487187,101.7094017094018,14.258861031423521,9.303739864398755,6.069043364307082,1606.0,1569.65,1564.05,1.8061351256649427,0,0,22.285714285714285,1.394600393348829,0,0.8923076923076924,97.03196347032053,0,0,-10.76923076923077,0,1,2.0434227330779153,57.78602452982779,0,1,0,0,0,1,-1.8229262376419584,-0.9326978158600738,-10.256410256410248,0.7726158176493769,47.93529411764712,0,0,2.8529625314074325,0.4117647058823529,-2911642547.185603,-15210864.32435608,1.4620519150120963,2203083.591284411,0,0,-2.377947083955228,11.273810415130448,23.13143378524507,0,1,2.8744360902255592,0.5098556204412521,1595.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1551.4,1621.0,1477.0,3.0037385587211585,1,0,0,none,1,-0.4067796610169492,-0.1251564455569462,0,0.455,0,0,0,0.8873452919449296,63.541666666666664,11.12743592117528,106.66666666666657,107.67507002801109,0.8343998423019912,-10.293036078873289,8.32153134429616,1585.0,1548.1,1609.7833333333333,3.223305987985281,0,0,28.142857142857142,1.7611299839084569,0,0.9827586206896551,107.45313214449038,0,1,-2.3529411764705883,0,1,4.036458333333326,49.74068869726592,0,0,0,0,0,0,-4.333981001727118,-0.24405776258016942,-0.7843137254902075,0.76067754253801,18.264705882352928,0,0,4.619247061967348,0.7058823529411765,,,0.9607115971865948,573019.8287173212,0,0,,11.354632104421647,26.024837779629564,1,1,4.660150375939813,0.7327964569884821,1575.0,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1555.75,1689.0,1484.0,2.7157319620761733,1,0,0,none,1,-2.36734693877551,0.0,0,0.444,0,0,0,0.6576687320483499,45.11494252873563,10.699305783421089,84.89958233359995,71.3106134660387,-25.969341692635908,-36.668647476057,10.654089275918178,1575.6,1571.6,1665.5,1.6798167472639403,1,0,48.785714285714285,3.0529232969783657,1,0.9193548387096774,25.13708933857434,0,0,-5.785123966942149,0,1,6.038487060384878,46.80143296328064,0,0,0,0,0,0,-2.9676533414708572,2.093925423200176,13.663023193814979,0.5656375918437184,-43.38235294117658,0,0,6.262582811600013,0.8403361344537815,-4571416935.433123,-49745653.855234146,0.7276294973596619,4857627.641921163,0,0,-3.373280879141139,11.510556384593308,18.688785378505052,0,1,-2.454135338345889,0.12030075187969969,1568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1664.4,1812.0,1484.0,-3.9894256188416244,1,0,0,none,1,-5.3076923076923075,-0.37546933667083854,0,0.125,0,0,0,-24.709085361138,-10.386367897197715,14.322717463940286,1570.6,1672.5,1580.2166666666667,-3.5575485799701045,0,0,109.57142857142857,6.793020990169161,0,0.4174757281553398,-69.52286062216312,0,0,-58.252427184466015,0,0,-12.336956521739129,49.52716652549141,0,0,0,0,0,0,8.45517418502687,5.370168078682575,-0.3236245954692514,0.4344455573236289,-85.18823529411748,0,0,13.0330258550699,1.0,-3706194189.478317,-312964815.1580868,0.5593785152956526,-41204783.365628265,0,0,-3.038409801167787,13.021368076109674,13.36020885307064,0,1,-6.1593984962405655,0.17791510927555554,1553.7104,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1643.65,1793.0,1514.9,-1.8647522282724482,1,0,0,none,1,2.2758620689655173,-2.045877247365158,1,0.571,0,0,0,27.31321313346011,97.17197285465227,69.85875972119216,1673.0,1441.6,,11.889567147613779,0,0,111.28571428571429,6.899300327694624,0,0.946236559139785,54.31301049597549,0,0,-9.328358208955224,0,1,11.858529819694862,50.03004241491571,0,0,0,1,0,1,-6.717577817383017,-9.683389349947795,-9.331674958540631,0.7604978890255536,275.164705882353,0,0,17.77623441797111,,-4031338579.4182625,-641769663.1561055,0.9016135068996838,-19547220.918785706,0,1,-2.4551265171587993,14.447308057019237,11.61978679861488,0,1,29.803007518796996,0.8873188620254779,1484.9521478092686,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-1.0176425466632555,1,0,0,none,1,0.04,-1.2399256044637323,0,0.545,0,0,0,0,0,0,0,0.0,0.0,0.0,1,0.3278166848040809,48.34437086092715,19.52535059331175,17.81216767273366,20.661401343806986,66.30434782608695,105.97155069721812,111.54135401040132,0.7289267635589175,51.93611687326294 -72,2025-07-25 12:33:00,buy,1502.0,0.501,12,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#12,0.49338473188925563,58.33333333333333,0.47738324916630936,95.7142857142859,93.80952380952385,-0.28611967925371573,-0.7635029284200251,1.4828380430082098,1531.8,1529.15,1531.1833333333334,-0.00980937121931591,0,0,9.428571428571429,0.6166495375128469,1,0.8,-173.6375158428396,1,0,-20.0,0,0,0.2622950819672232,36.238374095768904,0,0,0,0,0,0,0.9562841530054627,-0.33029576311079023,-4.285714285714278,0.43736464612141895,-4.494117647058829,0,0,1.262638280098233,0.8151260504201681,-1737902595.1710434,-10616433.472255945,3.584287474531867,-444508.6129154712,0,1,,6.260555796697953,23.540200561102342,0,1,0.34812030075188805,0.13199549524864318,1509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1523.5166666666669,1567.0666666666666,1520.1666666666667,0.35991292076444914,1,0,0,none,1,-0.3697478991596639,-0.06540222367560497,0,0.375,0,0,1,0.33822423529701073,43.47826086956522,0.17633253663322201,63.02521008403363,57.42296918767517,-1.769491806322776,-1.945824342955998,1.9143686452438073,1532.2,1533.75,1538.6,-0.309698451507745,0,0,10.5,0.6867233485938522,0,0.6410256410256411,-200.64412238325235,1,0,-28.57142857142857,0,0,0.3939592908732692,39.145966555369306,0,1,0,0,0,0,2.3823704586063172,-0.10624440024786619,9.523809523809518,0.43109427026777647,-5.129411764705765,0,0,1.3802211680002083,0.6050420168067226,-2270609872.9124002,-6387885.933535099,4.013486559273061,-304152.2074373942,0,1,,6.292912095746139,17.361975193983337,0,1,-0.7285714285714199,0.34480376766090637,1504.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1530.0666666666666,1568.4,1510.1333333333334,-0.06971373796348379,1,0,0,none,1,-0.696969696969697,-0.3924133420536298,0,0.318,0,0,1,0.38678760209629226,52.5,1.2798527257697874,70.952380952381,54.603174603174615,-6.347362532683064,-7.627215258452852,1.6433672581555634,1530.0,1531.85,1562.8666666666666,-0.18604954793223216,0,0,11.357142857142858,0.7427823974586565,1,0.7,-227.62033288348948,1,0,-30.0,0,0,-0.1958224543080922,47.00765111759766,1,0,1,0,1,0,0.0,-0.1582527017900901,20.952380952380956,0.3534636135558133,-14.997058823529414,0,0,1.5376551014692423,0.33613445378151263,-2929030320.1244483,-8456232.109529495,2.7749890702323645,-574769.1888869815,0,0,,6.343339929098923,12.228277814433568,0,1,0.08947368421051867,0.007074193356630509,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.0666666666666,1612.0,1511.4666666666667,0.12660438313105704,1,0,0,none,1,-0.21518987341772153,-0.6540222367560496,0,0.375,0,0,1,0.30013292465869484,37.9746835443038,0.3892780622717531,47.60418833645385,34.049880960636216,-10.571575981522983,-10.960854043794736,3.2994673725467023,1529.8,1539.15,1567.7,-0.6594548939349743,0,0,15.428571428571429,1.0090628795664767,0,0.3469387755102041,-151.8340170025562,1,0,-26.08695652173913,0,0,0.1309757694826441,36.54972625787043,0,0,0,0,0,0,-3.275316455696199,0.15741815163667106,22.883295194508,0.30332272183381437,-30.738235294117658,0,0,1.7007706723741656,0.15966386554621848,-2931867104.7626886,-6612547.219546318,2.1620179100803276,-336127.32675716747,0,1,,6.38519102905466,40.100321781113394,1,1,-1.5135338345864597,0.497419406870508,1512.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1603.45,1605.0,1521.3,-4.643113286974964,1,0,0,none,1,-0.3389830508474576,-0.9156311314584695,0,0.333,0,0,1,0.18983720681467411,23.148148148148152,-3.9756414792150085,13.06982872200255,15.921834472559006,-12.907087484449903,-8.931446005234895,6.912499007316248,1532.8,1562.5,1569.6833333333334,-2.1440000000000015,0,0,21.428571428571427,1.4014762216201064,0,0.11267605633802817,-108.96921017402963,1,0,-82.6086956521739,1,0,-2.549394518801784,13.603598064053628,0,0,0,0,0,0,-1.3973063973063944,0.5340756306344439,-3.462157809983898,0.22948161006907394,-34.53823529411761,0,0,1.7526771884672032,0.0,-3537531458.771494,-15510450.49161625,2.2384550098678524,-1036618.7597442642,0,0,,6.464324074533012,40.35626939033414,1,1,-4.3714285714285745,0.917327860906869,1521.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1554.9499999999998,1608.7,1484.0,-1.668863950609334,1,0,0,none,1,-1.7755102040816326,-1.5042511445389144,0,0.286,0,0,1,0.17072620821281434,45.13618677042802,-0.8889258734326404,10.10989010989014,18.851218226218236,-19.53662108046524,-18.647695207032598,7.060949419366387,1541.0,1561.3,1650.4833333333333,-2.3249855889322935,0,0,33.214285714285715,2.177985948477752,1,0.05714285714285714,-118.93007147594103,1,0,-94.28571428571428,1,0,-2.7423469387755084,42.8025802361002,1,0,0,0,0,0,-0.7136156011134815,-1.3964582821162956,-9.032738095238093,0.1843012772512077,-36.80294117647054,0,0,5.097246564606599,0.6050420168067226,-4597569123.596704,-26798146.27074337,1.0642104403463497,-4651729.014587261,0,0,,6.33945199234085,16.843641023707153,0,1,0.3052631578947479,0.004293761245868888,1521.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1527.1166666666668,1683.0,1484.0,-0.13860543289642147,1,0,0,none,1,-5.538461538461538,-1.5081967213114755,0,0.143,0,0,0,-20.899696676122502,-22.16201062144546,-1.2623139453229588,1566.6,1653.15,1587.45,-7.751867646614041,0,0,107.71428571428571,7.063231850117095,0,0.13268608414239483,-106.76644839413771,1,0,-86.73139158576052,1,0,-12.356321839080465,31.06004185822148,0,0,0,0,0,0,-0.8643617021276597,-0.7226224436505824,-9.492988133764829,0.27889455332388224,-78.58529411764698,0,0,12.781235006992059,0.9747899159663865,-3777135098.222898,-244752886.835608,0.5994796762678506,-25397461.87695374,0,0,-2.5284263515007717,6.759605130903368,14.146884475905944,0,1,-9.533082706766937,0.35476831638963824,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1643.65,1793.0,1514.9,-7.2186901104249745,1,0,0,none,1,-3.2758620689655173,-2.2950819672131146,0,0.571,0,0,0,27.31321313346011,97.17197285465227,69.85875972119216,1673.0,1441.6,,11.889567147613779,0,0,111.28571428571429,6.899300327694624,0,0.946236559139785,54.31301049597549,0,0,-9.328358208955224,0,1,11.858529819694862,50.03004241491571,0,0,0,1,0,1,-6.717577817383017,-9.683389349947795,-9.331674958540631,0.7604978890255536,275.164705882353,0,0,17.77623441797111,,-4031338579.4182625,-641769663.1561055,0.9016135068996838,-19547220.918785706,0,1,-2.4551265171587993,14.447308057019237,11.61978679861488,0,1,29.803007518796996,0.8873188620254779,1484.9521478092686,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-1.0176425466632555,1,0,0,none,1,0.04,-1.2399256044637323,0,0.545,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.1616519719955452,40.625,25.0269687162891,30.384753685724558,22.910928999154624,66.30434782608695,105.97155069721812,111.54135401040132,0.7289267635589175,51.93611687326294 -73,2025-07-26 00:39:00,buy,1506.0,0.499,12,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#12,0.5519604030680438,49.23076923076923,1.8405327404552523,85.41666666666681,95.83333333333333,-3.7645521763970464,-5.605084916852299,1.1965022751041605,1533.4,1528.05,1549.8,0.062170740486244824,0,0,7.785714285714286,0.5092030271886386,0,0.75,-149.950206288235,1,0,-25.0,0,0,0.5259697567389976,43.27549626748549,0,0,0,0,0,0,-3.2282471626733766,-0.33680747880930006,-12.5,0.38881078422735893,-7.4294117647059466,0,0,1.1531380182323814,0.8571428571428571,-1763861527.830084,,2.711455865564623,-83317.42078562453,0,1,,6.162515344668451,44.54699957850499,1,1,0.35714285714282884,0.2136829035682829,1514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.8166666666666,1575.0,1522.1333333333334,-2.2263905615534596,1,0,0,none,1,-0.29411764705882354,-0.2616088947024199,0,0.462,0,0,1,0.47047996645894835,41.55844155844156,1.0696797456600287,78.30687830687833,55.63182229848906,-7.677195048917383,-8.746874794577412,3.7450744910209126,1531.6,1537.7,1557.1833333333334,-0.11055472458867399,0,0,9.785714285714286,0.6370907738095238,0,0.5652173913043478,-91.24017634655894,0,0,23.809523809523807,0,1,0.721311475409836,35.07178164280241,0,0,0,0,0,0,4.572140188578544,0.680632863015564,31.393298059964735,0.46791267236970446,-19.36176470588248,0,0,1.395088971082414,0.7899159663865546,,,2.5987419260408053,233680.21967161633,0,0,,6.681736136528715,55.3418402174778,1,1,-1.8586466165413553,0.5833343197514416,1510.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.55,1573.0,1518.4,-1.7620159252981993,1,0,0,none,1,-0.0707070707070707,0.0,0,0.52,0,0,1,0.21864344377330874,27.58620689655173,-4.071344576425216,20.44396706050847,14.297648884115077,-9.043020996133464,-4.971676419708248,4.707485716366642,1526.0,1551.55,1549.2166666666667,-1.3244819696432542,0,0,13.142857142857142,0.8584491928711392,0,0.3684210526315789,-122.32355273592336,1,0,-63.1578947368421,0,0,-1.7329910141206661,21.609293966624122,0,0,0,0,0,0,0.8420208500401003,0.9748169997915923,10.92015753669889,0.23123608351594058,-34.14411764705869,0,0,1.5015363921471074,0.44537815126050423,,,1.7100340192818082,-28855.274739619344,0,0,,6.386131116150517,38.51617617471809,1,1,-2.666917293233089,0.7466164404689649,1510.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1538.4166666666665,1565.5,1511.3333333333333,-0.48209739450733036,1,0,0,none,1,-0.08860759493670886,0.0,0,0.529,0,0,0,0.119395981975008,35.18518518518519,-5.364129859913631,22.222222222222296,19.90740740740751,-5.1608160702985515,0.20331378961508,4.437211154615924,1530.6,1557.3,1542.3666666666666,-1.6888203942721391,0,0,14.357142857142858,0.9377624335168424,0,0.3559322033898305,-167.97328687572386,1,0,-62.5,0,0,-2.2349936143039595,39.537727784455626,0,0,0,0,0,0,-1.1784511784511693,0.4147869216145601,7.6388888888888875,0.19607050491747702,-28.226470588235316,0,0,2.0562577196731353,0.5294117647058824,-3007475524.731497,-21342254.147363663,1.8789771233664885,-906313.4477954227,0,0,,6.428028082817927,47.281690512589066,1,1,-2.365413533834561,0.6562018074709537,1510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1535.9333333333334,1566.8666666666666,1511.4,-0.3211944962889013,1,0,0,none,1,-0.11864406779661017,-0.45721750489875895,0,0.364,0,0,1,0.23902653321424971,44.370860927152314,-2.7308169764953227,29.333333333333247,54.0974450386214,-1.554040965613467,1.1767760108818555,4.611570589105483,1546.0,1549.65,1556.75,-1.2034975639660606,0,1,18.857142857142858,1.2316879723803302,0,0.26,-106.24561403508798,1,0,-74.0,0,0,-1.7329910141206661,49.73345270099567,0,0,0,0,0,0,0.0,-1.0300786943358378,-21.636363636363637,0.24807189731876678,-4.702941176470404,0,1,2.628765806176723,0.2184873949579832,-3581013673.1144915,-12642633.464447975,1.3635946758576056,-1231594.0730954185,0,0,,6.5060428998074515,20.893570026697482,0,1,1.0052631578947349,0.1108109292614684,1528.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1528.1333333333332,1600.0,1514.9333333333334,0.18759270569759234,1,0,0,none,1,-1.6734693877551021,-1.6329196603527107,0,0.4,0,0,0,0.15206346402214693,48.08743169398907,2.867164736642117,81.37387387387389,108.38684838684838,-8.593683069072995,-11.460847805715112,5.662724119573504,1558.2,1550.55,1608.65,-1.9702686143626469,0,0,25.142857142857142,1.6541353383458646,1,0.03389830508474576,-96.23418387281029,0,0,-95.0,1,0,-1.4906027219701912,56.889756944213424,1,0,1,0,1,0,-7.258480255696469,-3.172100437973839,-36.17117117117118,0.15681932747423993,-0.48823529411765776,0,1,3.7655058578814806,0.17647058823529413,-4654041718.264517,-7559943.0446949005,1.1007526543346635,669654.4045638964,1,0,,5.892709931678519,21.532234030314324,0,1,-0.736090225563933,0.0393575241168479,1518.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1523.2666666666667,1608.0,1484.0,-0.21445139831064441,1,0,0,none,1,-2.128205128205128,-1.644736842105263,0,0.333,-1,-1,0,-14.959370620696125,-28.671757878757035,-13.71238725806091,1543.6,1634.5,1595.5,-7.005200367084741,0,0,94.28571428571429,6.203007518796992,0,0.11650485436893204,-79.2809212161379,0,0,-74.64788732394366,0,0,-5.2369077306733125,23.50154106889508,0,0,1,0,1,0,-0.9280519324397432,0.1465758059798823,4.027834753938947,0.28738957552548083,-101.51764705882351,0,0,13.050573380934958,1.0,-3774899933.487427,-193747999.79962206,0.2845747824853784,9788402.824331958,1,0,,6.32892654642796,20.07807433918509,0,1,-12.94285714285716,0.5586578642891173,1518.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1674.5500000000002,1793.0,1494.3,-9.229345197217176,1,0,0,none,1,-6.724137931034483,-2.302631578947368,0,0.4,0,0,0,13.24011680938041,86.40890573291767,73.16878892353726,1643.4,1457.7,,4.273856074638127,0,0,112.35714285714286,7.3919172932330826,0,0.7462365591397849,45.78873122562443,0,0,-44.02985074626866,0,0,10.867979576951136,46.10113916835709,0,1,0,1,0,1,-13.996655518394647,-14.0730963240797,-19.653142737019124,0.5462191902320237,236.1470588235295,0,0,18.60035043875458,,-4022879485.0263505,-654414147.1971016,0.4854890814166944,-11137268.945068754,0,1,-2.40062509528019,7.717175580966051,11.365462454760944,0,1,27.07669172932334,0.8028090926276099,1500.2569330283418,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-6.724622858603935,1,0,0,none,1,-1.7843137254901962,-5.7894736842105265,0,0.5,-1,0,0,1,0,0,0,0.25,0.0,0.0,0,0.22058206811757794,29.465648854961827,27.2358008929903,22.99411938558265,25.070690058762924,52.30769230769231,86.318407960199,102.53106143772528,0.5871173334965142,49.058619026822456 -74,2025-07-28 17:06:00,sell,1683.0,0.65,12,고점 매도 · 비중 65% · 분할 · leg#12,0.8153510358551089,74.35897435897436,1.2944667311108584,115.55555555555573,110.07407407407413,3.353990317804346,2.0595235866934876,2.1174011498509198,1679.2,1669.85,1670.7333333333333,0.667724645926282,0,0,4.214285714285714,0.25070111328290984,0,1.0740740740740742,106.64911125740574,0,1,20.0,0,1,0.6586826347305452,91.48410435284651,0,0,0,0,0,0,-4.807692307692307,-0.053338823379721845,4.0,0.9527173835417473,10.064705882352882,0,0,0.8098781474303579,0.8991596638655462,-1795024246.4958754,-67692.73421883583,1.5381107839493382,108972.59283314645,0,0,,16.26153280415876,30.295440575929337,1,1,1.3496240601503664,0.815929132723695,1681.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1671.4833333333333,1679.0,1651.6666666666667,0.5693545653062682,0,0,0,none,1,0.3697478991596639,-0.3569303985722784,1,0.581,0,0,0,0.9348839378091994,60.0,1.651812032650852,112.19047619047622,108.38447971781316,3.0684624255886774,1.4166503929378254,1.7286096845229877,1678.0,1669.45,1666.1833333333334,0.7517445865404815,0,0,6.0,0.356718192627824,0,1.08,133.70786516853798,0,1,8.0,0,1,1.5087507543753764,65.86106012140155,0,0,0,0,0,0,-1.7021276595744723,0.15775831254679318,2.666666666666657,0.9203242305315484,8.279411764705856,0,0,0.7949008301368482,0.29411764705882354,,,1.6172566857561887,794693.038983414,0,0,,16.36505051332149,29.465106897494866,1,1,0.7000000000000144,0.3294908741594592,1680.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1667.25,1674.0,1635.0,0.8846903583745735,0,0,0,none,1,0.2828282828282828,0.0,1,0.581,0,0,0,0.9861359120275371,63.15789473684211,0.45338877735331096,111.85807656395896,98.92818238406475,3.954031877022544,3.500643099669233,1.3549351496855222,1672.4,1670.0,1659.0666666666666,0.6586826347305452,1,0,7.857142857142857,0.4674088552732217,1,1.2380952380952381,163.00675675675623,0,1,23.809523809523807,0,1,0.5984440454817497,67.25894581687865,0,0,0,1,0,0,10.615521855486179,0.6177878165753761,7.9365079365079225,0.9009306814923593,10.491176470588243,0,0,1.0427643192275637,0.3277310924369748,-3019393394.112271,,1.0557179530834482,360403.4292768948,0,0,,16.351646304949785,22.238881532905854,0,1,0.07969924812031377,0.006947467352595105,1680.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1670.6333333333332,1676.0,1633.0666666666666,0.6205231548913615,0,0,0,none,1,0.569620253164557,-0.297441998810232,1,0.619,0,0,0,0.9228546991206272,61.64383561643836,0.21662459651167865,115.5555555555556,87.53086419753095,5.809419450578389,5.59279485406671,2.1077601774442933,1670.2,1666.15,1652.1166666666666,0.891276295651644,0,0,8.214285714285714,0.4886547123310954,0,1.24,128.25520833333283,0,1,33.33333333333333,0,1,0.47818290496115523,58.515799577253965,0,1,0,1,0,1,-2.458728486125743,0.6528069561827863,37.037037037037024,0.9536615441390136,10.761764705882342,0,0,1.363742272154292,0.7226890756302521,-3083797088.7150273,-4403418.120782375,0.9982339009103135,661480.4018475283,0,0,,16.396988086683308,33.72106620426593,1,1,0.9962406015037759,0.45065678774793794,1678.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1669.9833333333333,1675.0,1632.0,0.6596872224273742,0,0,0,none,1,0.8813559322033898,-0.1784651992861392,1,0.667,1,0,0,0.9455209603880047,70.12987012987013,0.6567403737307114,109.89879822896891,104.37486822686053,11.126555259070301,10.46981488533959,2.846354263896312,1672.2,1659.95,1628.1666666666667,1.2681104852555691,0,0,10.214285714285714,0.6076315118551882,0,1.2647058823529411,133.70668533426638,0,1,26.47058823529412,0,1,1.5709969788519684,78.11817350935182,0,0,0,0,0,0,19.555157486191966,0.4482819913069136,8.823529411764724,1.0214949189011155,22.09117647058838,0,0,1.7008570529421059,0.6722689075630253,-3649550002.5300145,-1596612.0883469582,0.7663205161973367,1553373.084466964,0,0,,16.480646000881016,18.993336911249482,0,1,1.2924812030075463,0.41905263923686376,1677.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1661.9666666666667,1672.0,1588.8666666666666,1.1452295473234564,0,0,0,none,1,1.6122448979591837,-0.297441998810232,1,0.692,1,0,0,0.9210897788647762,67.30769230769232,2.261428984013804,126.26262626262627,120.88430088430088,18.29760675140301,16.036177767389205,5.396430176673155,1670.2,1643.65,1608.1666666666667,2.272381589754513,0,0,14.0,0.8328375966686495,0,1.2580645161290323,130.32430625208886,0,1,48.484848484848484,0,1,2.1884498480243098,73.42219660207947,0,1,0,1,0,0,-0.9166067577282462,0.34052812286657996,12.742812742812745,1.1184912004940364,44.69705882352946,0,0,1.8691216918009457,0.15126050420168066,-4703983567.303814,-6197772.225446701,0.9826293899958365,2702465.1606015787,0,0,,16.639887455061817,51.974747959183574,1,1,3.5075187969924846,0.875701772426689,1676.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1663.6166666666668,1665.0,1582.0,1.044912189306424,0,0,0,none,1,2.1025641025641026,-0.6543723973825104,0,0.75,1,0,0,11.517471364619228,10.963072921597814,-0.5543984430214138,1645.8,1592.2,1622.0333333333333,4.760708453711837,0,0,16.071428571428573,0.9635149023638233,0,1.1450381679389312,158.84151825867932,0,1,26.76056338028169,0,1,4.8397234443746,85.5429214436538,0,0,0,0,0,0,-3.5983981693363774,0.6836026727967344,4.800337606161278,1.3159792920994513,41.7294117647059,0,0,5.08402225942569,0.13445378151260504,-3815926699.2569113,-10079891.549994946,0.9816928882428794,17902535.930315856,0,0,,16.196685429627177,37.14772397880645,1,1,6.568421052631575,0.8621259873402832,1670.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1646.25,1649.0,1495.0,1.3211845102505615,0,0,0,none,1,-2.4827586206896552,-1.3788968824940047,1,0.571,0,0,0,4.433064303410632,80.6074423333896,76.17437802997897,1601.8,1498.35,,7.718490339373307,0,0,106.64285714285714,6.607364135245176,0,0.9466666666666667,60.77219176484313,0,0,-8.955223880597014,0,1,5.559189012426424,44.26092766205695,0,1,0,1,0,1,-1.1994271392767573,-3.156227818945524,0.12437810945273498,0.7248948696803154,187.81764705882347,0,0,18.660218743226107,,-4251846937.0734024,-892096834.867116,0.5799139355622263,-62763958.97623409,0,1,-2.3919098957650067,13.975319229407223,11.233281005755023,0,1,22.36466165413535,0.693821545367705,1526.428115752957,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-0.9562771669649694,1,0,0,none,1,0.05660377358490566,-0.30978934324659235,1,0.5,0,0,0,0,1,0,0,0.0,0.25,0.0,0,0.9527928662430438,85.21739130434783,128.3607209765681,125.08942270039235,10.514097744544534,60.8187134502924,76.49253731343282,79.72636815920397,0.68201751559851,42.40520652088552 -75,2025-07-28 18:54:00,sell,1680.0,0.35,12,고점 매도 · 비중 35% · 분할 · leg#12,0.6318765435113997,54.54545454545455,-0.03437694665622809,58.33333333333354,37.0370370370371,-0.1797300034700129,-0.1453530568137848,0.9286323817548214,1672.0,1673.95,1672.55,0.12246482869857633,0,0,4.714285714285714,0.28128196385952947,1,0.75,91.66666666666623,0,0,-25.0,0,0,-0.2974419988102328,54.88683429669529,0,0,0,0,0,0,0.0,0.2893692456705044,22.22222222222223,0.6303708044329586,-0.7647058823529278,0,0,0.6043472362345019,0.3949579831932773,-1796324086.3274956,,1.3269127609176288,-125321.94151741266,0,0,,15.898499160094914,20.270044405512383,0,1,-0.053383458646636656,0.006604331005244601,1675.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1671.2833333333333,1679.3,1664.5,0.2822182554324648,1,0,0,none,1,0.15126050420168066,-0.23866348448687352,1,0.516,0,0,0,0.5027770560891898,53.48837209302325,-0.6276450628656014,20.833333333333343,25.12626262626271,0.08501142981322118,0.7126564926788226,1.075580379184116,1671.2,1673.95,1671.9,0.0029869470414167765,0,0,6.785714285714286,0.40535927632701824,0,0.7272727272727273,86.58922914466592,0,0,-37.5,0,0,-0.11933174224343368,43.43972333890924,1,0,1,0,0,0,1.1074197120708789,0.227807704369963,2.6515151515151523,0.5232956162611774,0.0,0,0,0.8164999990365501,0.3697478991596639,-2342570796.1929755,-64196.43884754181,1.0855521897013136,198418.40795554034,1,0,,15.795262170076274,23.31179141497136,0,1,-0.15864661654138174,0.043478940239278896,1673.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1670.25,1678.5,1635.0,0.22451728783117186,1,0,0,none,1,0.3939393939393939,-0.4778972520908005,1,0.586,0,0,0,0.5675497918781489,52.54237288135593,-0.7345432481970264,38.09523809523815,63.647681294740146,2.4176453776178732,3.1521886258148997,1.593530098127567,1674.4,1672.2,1662.6166666666666,0.10764262648008671,0,0,7.571428571428571,0.4522956135859362,0,0.9047619047619048,76.7824497257769,0,0,-28.57142857142857,0,0,-0.3571428571428559,56.88498320709943,0,0,0,0,0,0,-4.380704041720989,0.0408269383951807,-23.249299719887958,0.5559497635420986,3.3882352941175213,0,0,1.2193807641451067,0.5378151260504201,-3021057012.0904384,-1531886.4049367905,0.959433824475719,-313318.41425560415,0,0,,15.849579524322955,17.360768760017162,0,1,0.48120300751879275,0.182619737198786,1673.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1670.9833333333333,1676.0,1633.0,0.18053242102953337,1,0,0,none,1,0.5063291139240507,-0.35842293906810035,0,0.65,0,0,0,0.3652273480356939,45.45454545454546,-0.9316897552940553,90.7407407407408,98.76543209876553,4.401853396883325,5.333543152177381,1.3091727473130967,1673.4,1671.95,1655.9666666666667,-0.17644068303478422,0,0,10.714285714285714,0.641958401095609,1,0.6666666666666666,46.92556634304349,0,0,-33.33333333333333,0,0,0.7242003621001913,48.604725508546366,0,1,0,0,0,0,-4.54545454545454,-0.4731988088397916,-12.962962962962962,0.47343811824426807,9.729411764705901,0,0,1.1840525721580217,0.46218487394957986,-3085616787.8213186,-2281905.1031279564,0.7020451323445766,473724.88897749037,0,0,,15.549226671335958,12.79181953011461,0,1,0.25037593984962875,0.07327110288244898,1669.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1669.9833333333333,1675.0,1636.3,-0.05888282318187166,1,0,0,none,1,0.5254237288135594,-0.659077291791492,0,0.643,0,0,0,0.6806346189205638,67.6923076923077,-0.2646904737895266,110.4084321475625,114.98742894667312,10.301373901046873,10.5660643748364,3.02952312428604,1675.0,1662.9,1632.2666666666667,0.5472367550664492,0,0,9.428571428571429,0.5639097744360902,0,1.0,74.44953128406232,0,0,-0.0,0,1,0.48076923076922906,74.3580010639889,0,0,0,0,0,1,-8.696581196581192,-0.48944876665675174,-8.82352941176471,0.7263401849481279,20.991176470588243,0,0,1.6635068148052894,0.6218487394957983,-3650811054.1651106,-2806993.3636102676,0.5807080664948981,862878.8911512569,0,0,,15.841806538877856,32.88086894549037,1,1,1.5714285714285805,0.5448745295450474,1672.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1670.5666666666666,1672.0,1600.3333333333333,0.08579922980227472,1,0,0,none,1,1.6122448979591837,-0.9569377990430622,1,0.75,0,0,0,0.8329691165691387,68.62745098039215,1.8910304793673944,131.01987618116652,123.60077198786875,18.39996586659845,16.508935387231055,5.297387815893512,1673.2,1646.95,1609.8333333333333,1.7638665411821908,0,0,13.928571428571429,0.8310603477667917,0,1.2115384615384615,116.35865845311403,0,1,35.483870967741936,0,1,1.330108827085863,69.82014647664819,0,1,0,1,0,0,1.3197586726998338,-0.3703985046464098,4.7572499185402535,0.9812603737826113,45.13529411764716,0,0,1.879182350668966,0.15966386554621848,-4704259805.399963,-6021751.128902435,0.8743816378477814,1496725.6899675801,0,0,,16.283208189026087,53.71307931423967,1,1,3.4383458646616396,0.869766711791621,1676.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1663.6166666666668,1665.0,1582.0,0.7443621827945002,0,0,0,none,1,2.3333333333333335,-0.9546539379474941,0,0.75,0,0,0,11.517471364619228,10.963072921597814,-0.5543984430214138,1645.8,1592.2,1622.0333333333333,4.760708453711837,0,0,16.071428571428573,0.9635149023638233,0,1.1450381679389312,158.84151825867932,0,1,26.76056338028169,0,1,4.8397234443746,85.5429214436538,0,0,0,0,0,0,-3.5983981693363774,0.6836026727967344,4.800337606161278,1.3159792920994513,41.7294117647059,0,0,5.08402225942569,0.13445378151260504,-3815926699.2569113,-10079891.549994946,0.9816928882428794,17902535.930315856,0,0,,16.196685429627177,37.14772397880645,1,1,6.568421052631575,0.8621259873402832,1670.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1646.25,1649.0,1495.0,1.3211845102505615,0,0,0,none,1,-2.4827586206896552,-1.3788968824940047,1,0.571,0,0,0,4.433064303410632,80.6074423333896,76.17437802997897,1601.8,1498.35,,7.718490339373307,0,0,106.64285714285714,6.607364135245176,0,0.9466666666666667,60.77219176484313,0,0,-8.955223880597014,0,1,5.559189012426424,44.26092766205695,0,1,0,1,0,1,-1.1994271392767573,-3.156227818945524,0.12437810945273498,0.7248948696803154,187.81764705882347,0,0,18.660218743226107,,-4251846937.0734024,-892096834.867116,0.5799139355622263,-62763958.97623409,0,1,-2.3919098957650067,13.975319229407223,11.233281005755023,0,1,22.36466165413535,0.693821545367705,1526.428115752957,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-0.9562771669649694,1,0,0,none,1,0.05660377358490566,-0.30978934324659235,1,0.5,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.9527928662430438,85.21739130434783,128.3607209765681,125.08942270039235,10.514097744544534,60.8187134502924,76.49253731343282,79.72636815920397,0.68201751559851,42.40520652088552 -76,2025-07-29 11:54:00,buy,1506.0,0.13,13,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#13,0.12798991641910212,35.18518518518519,-0.14603858091133493,44.27350427350448,30.712250712250793,-5.824199107426921,-5.678160526515586,1.69707695066797,1513.6,1520.6,1534.35,-0.6313297382612104,0,0,7.0,0.4632693580410324,1,0.13636363636363635,-144.66230936819093,1,0,-80.0,0,0,-0.32981530343008103,29.33182593440337,1,0,1,0,1,0,-8.56481481481481,-0.16664932921482478,9.230769230769226,0.13863598256226137,-16.120588235294235,0,0,0.9686738147265178,0.46218487394957986,-1836865426.7838817,-441573.4461944103,1.5048765334428476,-235453.70130733773,0,0,,4.366595475645885,55.538687249502004,1,1,-0.8947368421052506,0.6732023533796524,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1538.55,1551.8666666666666,1514.2666666666667,-1.7906470377953232,0,0,0,none,1,-0.23529411764705882,-0.1985440105890139,0,0.485,0,-1,0,0.2116160553119328,27.272727272727266,-1.3237350563274992,17.77777777777781,19.13419913419924,-6.722297811156977,-5.398562754829478,3.3210428226488222,1517.8,1529.65,1537.7,-0.9577354296734564,0,0,9.714285714285714,0.6412069778406412,0,0.225,-113.16995417413744,1,0,-66.66666666666666,0,0,-0.6557377049180357,11.816148143078266,0,0,1,0,1,0,-0.41958041958042713,0.2047834995709774,-0.31746031746031633,0.2198405587119153,-18.75588235294117,0,0,1.247830541670866,0.5798319327731093,-2387605753.224341,-4795360.26317215,1.8210149911583966,-228101.78012041934,0,0,,4.674274427152403,38.99558984831195,1,1,-1.9406015037594067,0.8171986884213027,1506.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1538.6666666666665,1556.4,1526.5333333333333,-1.538128249566717,0,0,0,none,1,-0.30303030303030304,-0.066006600660066,0,0.462,0,0,1,0.10164545667073643,32.65306122448979,-2.4410100223123514,17.477477477477535,15.572715572715593,-8.0591555992753,-5.618145576962949,3.222351841138713,1517.0,1534.7,1546.5833333333333,-1.2836384961230185,0,0,10.928571428571429,0.7213578500707214,0,0.175,-146.4323748668809,1,0,-80.0,0,0,-1.5594541910331383,14.85785600767197,0,0,0,0,0,0,3.486394557823118,0.11703738430655619,8.571428571428571,0.12726310011347822,-23.30882352941171,0,0,1.7359355745065248,0.8235294117647058,-3077100730.4892726,-9988840.515310764,1.8647341978453054,-215105.356993407,0,0,,4.723148124585808,16.962527900419015,0,1,-1.5624060150376213,0.5589628295654798,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1536.25,1621.0,1526.8333333333333,-1.3832384052074875,0,0,0,none,1,-1.518987341772152,-0.33003300330033003,0,0.235,0,0,1,0.0,38.61386138613861,-0.6488552940285786,17.996967190515633,19.450710579742918,-9.345450313785705,-8.696595019757126,2.5390710676060966,1526.6,1537.7,1570.0166666666667,-1.3461663523444134,0,0,14.571428571428571,0.9605424239570581,0,0.23076923076923078,-211.83138505136455,1,0,-76.92307692307693,0,0,-2.0658489347966436,22.649423332012034,0,0,0,0,0,0,-1.5923241808716995,-0.6440383181969906,7.692307692307692,0.149874360649962,-21.326470588235452,0,0,1.9922553783972698,0.7983193277310925,-3165087760.719374,-17762117.737150192,1.4723494437428535,-1178529.4134750878,0,0,,4.902491668673004,19.86988100671352,0,1,-1.024060150375963,0.3852529899491841,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1587.5666666666666,1636.3333333333333,1528.5333333333333,-4.444957692065421,0,0,0,none,1,-2.4745762711864407,-0.3295978905735003,0,0.077,-1,0,0,0.09159552655829682,32.758620689655174,1.5491362944403875,45.86580086580077,49.68635939224165,-20.998598612044134,-22.54773490648452,3.9855015942861525,1537.2,1548.2,1615.8166666666666,-1.6276966800155002,0,0,17.357142857142858,1.1396679485976926,0,0.2542372881355932,-192.92867361536926,1,0,-54.54545454545454,0,0,-0.846354166666663,23.59632620379864,1,0,1,0,1,0,-5.452761424165963,-0.6004382522780887,5.347593582887697,0.05862315254739291,-50.16764705882338,0,0,2.1440503526141956,0.8235294117647058,-3762127765.587843,-28014903.319231987,1.5737238235627533,-510681.7976456359,0,0,-8.819867866892189,5.3948483113600565,46.974955226597345,1,1,-2.130827067669168,0.6678275579242712,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1669.2666666666667,1672.0,1535.3333333333333,-8.76233076400814,0,0,0,none,1,-2.3469387755102042,-0.3282994090610637,0,0.333,0,0,0,0.1819542680356759,5.769230769230774,-7.978587327533191,9.44638864586372,5.690839570979544,-27.915845619100537,-19.937258291567346,14.513516477549803,1538.8,1598.8,1610.1166666666666,-4.61596197147861,0,0,31.071428571428573,2.037470725995316,0,0.10759493670886076,-100.88346108873607,1,0,-84.25925925925925,1,0,-3.5420619860847546,0.0,0,0,1,0,0,0,-0.39515279241307155,0.5880059779067288,4.459512005443764,0.05708038805926054,-84.0,0,0,2.5412244448811614,0.44537815126050423,-4804895364.9854555,-38844820.831048965,1.3293182416633946,-2852162.2586420625,0,0,-6.447090163275007,5.681813674622815,69.02916403305426,1,1,-9.362406015037621,0.9116526301490172,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1663.3666666666668,1666.0,1529.0666666666666,-8.318470571732039,0,0,0,none,1,-2.1025641025641026,-0.32786885245901637,0,0.545,-1,0,0,-5.307485831455406,-3.1994636854281,2.1080221460273063,1603.4,1601.9,1623.2666666666667,-3.7393095698857626,0,0,35.92857142857143,2.32999814711877,1,0.24113475177304963,-187.30043248049802,1,0,-75.88652482269504,0,0,-3.745318352059923,57.26204243065075,0,0,0,0,0,0,-3.3394939774392896,-4.55290481285747,-35.24575703045059,0.06477389587824028,-10.094117647058738,0,1,5.413373034184726,0.14285714285714285,-4071805821.2877398,-260451604.48822927,1.3467609861279124,10916708.553426448,1,0,-6.041188526410542,7.299762724818448,37.899817146128846,1,1,2.1413533834586462,0.1093804826078505,1508.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1519.75,1649.0,1495.0,1.4640565882546364,1,0,0,none,1,-2.5517241379310347,-0.324254215304799,0,0.571,0,0,0,-0.3865838819074696,75.69114817759464,76.07773205950211,1584.4,1518.95,,4.28256361302215,0,0,111.5,7.039141414141414,0,0.847887323943662,9.820309235269475,0,0,-36.486486486486484,0,0,-0.3146633102580232,44.33131169198104,0,0,0,0,0,0,-2.676511615430016,-4.819648185318101,2.514454753260722,0.6337540882896039,171.18823529411748,0,0,18.69696288153252,,-4516138935.196946,-1013523574.3235612,0.5458169275540642,-101640097.21894224,0,0,-2.8272918366318165,11.737090703462027,10.346844141205983,0,1,18.435338345864704,0.6079653010784084,1491.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-2.797238557913573,1,0,0,none,1,-0.5,-0.7575757575757576,0,0.5,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.10905615275319282,38.91402714932127,23.31573419873405,59.47029740603822,9.56482522034705,58.142201834862384,79.00699206669354,77.28922952803549,0.6162630123605932,36.83513377186245 -77,2025-07-30 20:54:00,buy,1420.0,0.138,13,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13,0.10787191345985649,19.148936170212764,-1.0490818182847805,4.7208538587851026,7.632172924526748,-8.290544876942931,-7.241463058658151,2.7916905169985853,1427.6,1438.75,1454.9,-1.0947002606429224,0,0,7.0,0.4919184820801124,0,0.03333333333333333,-116.0758247168896,1,0,-96.55172413793103,1,0,-0.9742519137091121,12.843864596262804,0,0,1,0,0,0,-3.57833655705997,-0.03660274869832669,-3.978779840848806,-0.023033704629045002,-21.46764705882333,0,0,0.827035994456668,0.8319327731092437,-1884709599.7618806,-2408888.5060505867,0.7763312106217963,-265683.9285986088,0,0,,-1.7643245122928364,48.74547747409086,1,1,-1.4864661654135551,0.7669955915496696,1422.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1436.75,1473.1333333333334,1422.0,-0.957021054463203,1,0,0,none,1,-0.4789915966386555,-0.21082220660576245,0,0.364,0,0,0,0.04988560281008053,16.92307692307692,-2.372363444317786,11.806602983073608,12.096740405564043,-9.623651744514746,-7.2512883001969595,3.8911815483184995,1429.0,1447.35,1461.0,-1.7514768369779166,0,0,9.142857142857142,0.6429576049829214,0,0.024390243902439025,-131.64155432196583,1,0,-97.05882352941177,1,0,-1.591695501730106,14.794297869152274,0,0,0,0,0,0,-4.95192307692308,-0.16724865873967953,-2.144607843137255,-0.08175960268757206,-25.211764705882388,0,0,1.1389764391491641,0.8907563025210085,-2435645981.917655,-9844546.417694569,0.8266090849146193,-1142008.7915464751,0,0,,-1.8039804928797198,42.11900144859582,1,1,-2.2353383458646765,0.8821947010202486,1421.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1462.4166666666665,1475.4333333333334,1421.0,-2.7636902387600304,1,0,0,none,1,-0.7171717171717171,-0.14064697609001406,0,0.25,-1,0,0,0.0,25.925925925925924,-3.3250790280740308,10.256410256410309,16.30850630850632,-10.76084019721884,-7.43576116914481,4.173276112953817,1434.6,1455.8,1471.9166666666667,-2.3217474927874626,0,0,9.428571428571429,0.6630500301386377,0,0.0,-159.48257151538772,1,0,-100.0,1,0,-2.5359835503769745,15.727749124033068,0,0,0,0,0,0,-2.8411973617453015,-0.5833653619309827,-4.761904761904761,-0.2795225901240534,-31.844117647058738,0,0,1.5973964133756606,0.6554621848739496,-3149990801.8906994,-22637498.219504833,1.2066030583923804,-596627.2165547311,0,0,,-1.757854954639504,48.894238434616184,1,1,-2.3142857142857354,0.8125765911401986,1422.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.6333333333332,1496.0,1429.4,-0.6034623360283264,0,0,0,none,1,-0.8607594936708861,-0.5625879043600562,0,0.333,-1,-1,0,0.0,28.395061728395063,-3.3323833812642585,20.1947922878156,24.958302005824844,-10.687266458443219,-7.35488307717896,3.7836738901805242,1442.2,1460.6,1476.8,-2.3688894974667862,0,0,11.142857142857142,0.7814065317571629,0,0.0,-212.08333333333425,1,0,-100.0,1,0,-2.7285129604365577,13.36334593637747,0,0,0,0,0,0,0.34628124059018717,-0.8140402607801756,1.44927536231884,-0.20845759540338354,-31.84705882352955,0,0,1.5619252559350856,0.47058823529411764,-3244628928.066397,-23426146.675630093,1.6291748955379226,-681485.5504399966,0,0,,-1.443917614721546,58.595225013717894,1,1,-1.9699248120300854,0.7115367552000087,1426.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1436.5,1496.0,1426.0,-0.730943264879913,1,0,0,none,1,-0.7457627118644068,-0.5610098176718092,0,0.308,-1,0,0,0.0,18.604651162790702,-3.389534921686158,26.947496947496855,21.08623886401654,-11.913812925119146,-8.524278003432988,4.324353221212187,1451.2,1472.7,1496.4,-2.899436409316225,0,0,13.571428571428571,0.949050949050949,0,0.05,-224.6172269266957,1,0,-93.33333333333333,1,0,-3.182125930941093,10.513959180224703,0,0,0,0,0,0,-2.7286821705426263,-1.2925069709413615,3.4567901234567913,-0.19777889154142964,-28.738235294117658,0,0,1.7256283096246892,0.24369747899159663,-3841671651.47937,-27876301.958343983,2.3581481598167073,-1851059.3844895214,0,0,-5.836087639287668,-1.0956040322037675,32.170802401990414,1,1,-2.4165413533834603,0.8063165887810355,1427.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1476.3,1529.0,1433.8,-3.136218925692602,0,0,0,none,1,-1.7142857142857142,-0.5594405594405595,0,0.182,-1,-1,1,0.0,40.15748031496063,-0.41871411160324357,28.026059085841705,24.90495581981088,-18.945976763285216,-18.527262651681973,3.5439844849058315,1463.4,1479.55,1551.1,-2.3351694772059006,0,0,19.0,1.314878892733564,1,0.27692307692307694,-283.8863587074371,1,0,-72.3076923076923,0,0,-2.4307900067521926,22.290560540572642,1,0,0,0,0,0,-3.0628586680902146,-1.2079125849398515,7.996201329534664,-0.006578585416793646,-41.65294117647045,0,0,2.1511037087524656,0.37815126050420167,-4887756266.616427,-35074863.54125404,3.2348693834446576,-2780536.39040656,0,0,-4.057964327690965,0.08121907946834206,14.539680348915917,0,1,-1.33007518796992,0.3603275712520554,1427.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1544.0166666666667,1546.0,1427.0,-6.412927321596273,1,0,0,none,1,-2.871794871794872,-0.5536332179930795,0,0.167,0,0,1,-11.907766187350898,-36.577162967552795,-24.669396780201897,1478.4,1561.9,1611.1333333333334,-7.4844740380306085,0,0,49.07142857142857,3.395946613939693,0,-0.0049261083743842365,-110.9660347138803,1,0,-100.49261083743843,1,0,-7.014157014157019,23.651389182128327,0,0,0,0,0,0,-2.3109243697479087,-0.8483406947384076,-2.3999759702030525,0.036788350223166795,-89.10882352941167,0,0,5.809195273328217,0.17647058823529413,-4197739641.3079185,-174251915.55385065,1.3778938764894813,-15955316.151117403,0,0,-7.62136285992201,0.490590142574332,50.36011863841727,1,1,-10.655639097744377,0.7558613111786372,1446.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1645.6166666666668,1649.0,1446.0,-12.190971976057618,0,0,0,none,1,-2.586206896551724,-3.4602076124567476,0,0.5,-1,0,0,-10.015809522743112,63.557970156073225,73.57377967881634,1560.0,1534.1,,-2.8094648328009897,0,0,118.0,7.914151576123407,0,0.45149253731343286,-46.22561492790477,0,0,-86.98224852071006,1,0,-2.3575638506876273,40.53388506391341,0,0,0,0,0,0,-1.4307924388892275,-9.629225640835642,-23.14831169595807,0.43608072479480453,150.60882352941167,0,0,19.558216701982428,,-4541086467.490223,-1064001223.5365281,0.4550453817109586,-89379944.28503777,0,0,-2.9141163188386288,5.138763257568613,9.821769741686436,0,1,12.810526315789511,0.4223280941372919,1469.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-8.504218869854252,1,0,0,none,1,-2.1818181818181817,-3.35345405767941,0,0.5,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.09694709727604475,19.117647058823522,7.429493273413418,7.142470698754175,18.5694582211125,56.711409395973156,55.85868037073547,70.4527365836206,0.40760653172741235,30.407613063211837 -78,2025-07-31 04:06:00,buy,1414.0,0.139,13,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13,0.0,7.843137254901947,-4.560498589924953,19.799910522824593,13.185743989002185,-6.776394440625381,-2.215895850700428,3.8037760431623555,1456.4,1478.1,1476.7333333333333,-2.2393613422637126,0,0,11.285714285714286,0.7810182896688087,0,0.38235294117647056,-244.98424474492498,1,0,-61.76470588235294,0,0,-2.889784946236562,2.409828226550914,0,0,0,0,0,0,-6.442577030812345,-0.5604968145283831,7.189542483660132,-0.1007836466623913,-29.94705882352946,0,0,1.1170117792247432,0.9663865546218487,-1895041421.9291148,-4246013.079657555,9.195053857627933,-726157.395453129,0,0,,-0.24667309446496644,34.04224490276846,1,1,-1.9037593984962053,0.6420585535980186,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.6666666666665,1487.0,1423.5333333333333,1.427234440804881,1,0,0,none,1,0.08403361344537816,-0.7612456747404844,0,0.606,-1,0,1,0.0,22.82608695652175,-5.858805129010305,27.43353572067795,28.910559479391924,-4.586810006375117,1.2719951226351875,3.9452762235411325,1459.2,1478.15,1468.6666666666667,-3.1221459256503103,0,0,14.857142857142858,1.0375099760574622,0,0.22535211267605634,-300.6189213085771,1,0,-77.46478873239437,0,0,-3.6339165545087537,9.04433033851815,0,0,0,0,0,0,-10.9767299448867,-1.891489726808346,2.178403755868544,-0.18264502130482801,-28.13823529411752,0,0,1.8033924763450664,1.0,-2459512921.2704496,-16884551.728496075,8.084175003812135,-1275689.0929883067,0,0,,-1.1138585889709174,33.84746630939744,1,1,-1.2248120300752023,0.24702167820040444,1416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1417.1833333333334,1479.9,1416.0,1.045501052557296,1,0,0,none,1,-0.23232323232323232,-0.6983240223463687,0,0.5,-1,-1,1,0.0,37.70491803278688,-2.7462943271029916,66.8067226890757,94.95175848117026,4.648645958897077,7.394940286000069,2.381980661541815,1477.2,1476.35,1456.45,-1.3783994310292202,0,0,12.357142857142858,0.8487048665620094,0,0.5882352941176471,-423.362082009381,1,0,-41.17647058823529,0,0,-1.2211668928086894,19.75373895005096,0,0,0,0,0,0,-6.525851197982355,-1.6754550397320136,-24.836601307189525,0.15245818424841173,-0.9647058823529733,0,1,1.512924414094156,0.8823529411764706,-3171446773.109829,-14804638.8039217,7.410332152056734,-1170982.9679384232,0,0,-6.822603215453085,0.5903601659011715,26.75648690809739,1,1,0.36165413533834956,0.059227005923441545,1416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1457.9333333333334,1474.9333333333334,1425.0666666666666,-0.13260780099685343,1,0,0,none,1,-0.31645569620253167,-0.6868131868131868,0,0.474,-1,0,1,0.2745719934228884,47.76119402985074,-0.2164074617040459,84.93396497272472,108.12255439278432,6.447873977673908,6.6642814393779535,3.8807691516909824,1479.6,1468.85,1462.75,-0.8748340538516475,0,0,14.071428571428571,0.9664442700156985,0,0.37209302325581395,-187.62183235867496,1,0,-62.7906976744186,0,0,-1.0869565217391353,36.788741923031104,0,0,0,0,0,0,-29.511533242876524,-2.2735996203002546,-24.77638640429339,0.25959179029784574,12.917647058823377,0,0,2.0308134761358074,0.9663865546218487,-3255808624.960335,-7449351.139557362,5.408756965557318,-714273.4150938587,0,0,,0.6281598431804758,41.97648152756512,1,1,1.7947368421052587,0.5551355874752528,1440.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1434.85,1473.2,1426.0,1.474021674739534,1,0,0,none,1,-0.6101694915254238,-2.3351648351648353,0,0.429,-1,-1,1,0.5006636303821574,61.6,3.9781359909226808,108.60728172499107,115.32343584305397,1.0707340606295475,-2.9074019302931333,5.174844248445554,1475.6,1455.95,1475.8166666666666,0.0034341838661910984,0,0,18.571428571428573,1.2755102040816326,0,0.6304347826086957,-68.21869488536203,0,0,-41.46341463414634,0,0,1.1813759555246772,59.81775847827932,0,0,0,0,0,0,-19.45263157894737,-2.184261972056831,-14.545775892541542,0.3791802308761584,1.7911764705881978,0,0,2.8974019147271446,1.0,-3855203020.1682925,-12306416.230487347,3.151470284066545,872616.9073855728,0,0,-4.126964871967137,0.7012544951530142,29.786904623175865,1,1,1.884962406015014,0.3505144491414204,1446.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1435.0500000000002,1479.9,1427.0,1.4598794467091558,1,0,0,none,1,-0.6122448979591837,-2.7472527472527473,0,0.4,-1,-1,1,0.3365572500441269,44.44444444444444,4.192467452738693,102.29112833763998,96.96278475749205,-12.012891481001361,-16.205358933740055,5.331895695736788,1471.0,1468.8,1524.2166666666667,-0.8714596949891074,1,0,24.428571428571427,1.6777864992150706,0,0.5,-80.66971080669765,0,0,-32.55813953488372,0,0,-0.8849557522123908,29.4216504886907,1,0,1,0,1,0,-4.87062404870624,-1.0051981085117916,-2.80673616680032,0.3485231687987378,-12.720588235294144,0,0,3.1396543908084964,0.7563025210084033,-4902041848.867084,-31926491.79989624,2.653002865092933,-1698607.5236938745,0,0,-4.170671712077993,0.8403006604494889,21.597071659309915,0,1,-1.7593984962406133,0.282636236901569,1456.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1476.5833333333333,1546.0,1427.0,-1.3939838591342624,1,0,0,none,1,-1.9487179487179487,-4.739010989010989,0,0.333,-1,-1,1,-8.95429981560396,-38.37695525131562,-29.42265543571166,1467.6,1547.7,1603.5,-5.924920850293991,0,0,46.642857142857146,3.2034929356357935,0,0.04926108374384237,-97.89851358277807,0,0,-89.79591836734694,1,0,-3.4482758620689613,23.53079456573866,0,0,1,0,0,0,-0.9912646276282686,1.104434990831134,-1.8531550551254998,0.14333381384295452,-97.91176470588243,0,0,5.9807793185049976,0.16806722689075632,-4217667568.221758,-147771548.0568409,1.3300959486949606,-11948417.580652833,0,0,-7.821902910750676,1.252109434709392,54.0772547835877,1,1,-11.950375939849614,0.8474574181048448,1456.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1645.6166666666668,1649.0,1446.0,-11.522529548193694,1,0,0,none,1,-4.517241379310345,-3.571428571428571,0,0.5,0,0,0,-17.600923029118093,51.57262589241873,69.17354892153682,1549.8,1543.4,,-4.82052611118311,0,0,112.85714285714286,7.682582903821842,0,0.3694029850746269,-70.34503053042033,0,0,-89.41798941798942,1,0,-11.93045563549161,34.89760305731534,0,0,0,0,0,0,-8.028849797478799,-7.585113506374981,-26.82092184579747,0.3954400780548322,119.2970588235296,0,0,18.922736480592008,,-4567345981.333497,-1099928837.735868,0.49009842765168843,-139019917.51566216,0,0,-3.169159240953715,3.566508106761468,11.286435973475957,0,1,7.915789473684224,0.2105918576193121,1449.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-9.854257223216567,1,0,0,none,1,-2.5357142857142856,-2.9271613342409806,0,0.5,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.20149425271343316,20.661157024793383,9.089574234537194,9.153932265871104,19.848598910244892,48.68255959849436,29.037758524938,54.63447698745566,0.3177340789806231,26.44776425687736 -79,2025-08-01 09:51:00,buy,1357.0,0.145,13,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#13,0.016303302121160903,26.027397260273972,-1.3265360802150195,23.30198537095106,18.54818942941544,-9.624128912530978,-8.297592832315958,3.5015614146655722,1373.0,1387.5,1406.0166666666667,-1.6936936936936986,0,0,10.571428571428571,0.7750314201927104,0,0.13043478260869565,-168.66948143336603,1,0,-79.3103448275862,0,0,-1.6582552271088735,17.701942583096837,0,0,1,0,1,0,-3.660102739726028,-0.4752938548481751,1.3409961685823752,-0.006679116047473148,-25.205882352941217,0,0,1.2394069957694467,0.9243697478991597,-1929873082.1843464,-5381969.239221573,2.9462433388241958,-973439.5727272928,0,0,,-5.841758927152418,38.5416982848555,1,1,-1.9067669172932529,0.8625688373627616,1358.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1377.4333333333334,1449.8666666666666,1358.0,-0.9752438109527417,1,0,0,none,1,-0.865546218487395,-0.21994134897360706,0,0.267,-1,0,1,0.0,26.881720430107535,-2.363784721612703,19.880952380952408,17.547619047619136,-13.01167828096186,-10.647893559349157,4.667258178295727,1374.4,1395.4,1421.7,-2.5369069800774025,0,0,12.928571428571429,0.9506302521008404,0,-0.02,-154.6820070310002,1,0,-102.49999999999999,1,0,-3.1339031339031376,12.96389854172294,0,0,0,0,0,0,-2.530044275774827,-0.7614456792424722,1.8333333333333321,-0.11108715696090349,-30.523529411764684,0,0,1.7058631157986195,1.0,-2509017298.066413,-18406898.31861925,4.153459491661038,-2135271.7180783944,0,0,,-6.087440738656702,52.339486435156196,1,1,-2.6000000000000183,0.892511118170267,1361.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1363.05,1447.1,1361.0,-0.2237628847070905,0,0,0,none,1,-1.2525252525252526,-1.8382352941176472,0,0.308,-1,-1,1,0.0,15.0,-3.2735009195902762,14.4827586206897,14.858237547892728,-17.498481662830272,-14.224980743239996,5.863706163556137,1381.6,1408.05,1441.7833333333333,-3.4125208621852865,0,0,14.071428571428571,1.0346638655462184,0,-0.012195121951219513,-181.15622241835834,1,0,-102.0,1,0,-3.886925795053009,11.157765883347238,0,0,0,0,1,0,-4.3548387096774235,-1.2496237857808534,-7.5632183908045985,-0.3008122461364642,-46.76764705882351,0,0,1.837664670090662,0.8907563025210085,-3260863863.9294276,-39941585.71134663,4.9905354242615605,-3984785.5344269443,0,0,,-6.0402758662437055,69.9703066662447,1,1,-3.1887218045112937,0.835296646238231,1361.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1363.25,1482.5,1361.0,-0.23840088024940087,0,0,0,none,1,-1.7974683544303798,-2.5,0,0.238,-1,-1,1,0.015415057586423706,15.686274509803908,-4.437499322533695,4.761904761904819,13.260758848994238,-19.800676289378316,-15.363176966844621,7.138952845601347,1388.6,1422.2,1456.2166666666667,-3.4594290535789662,0,0,18.071428571428573,1.3162001872854023,0,0.0,-153.9243336636432,1,0,-100.0,1,0,-3.1734837799717863,4.137104541204664,0,0,0,0,0,0,-0.9803921568627487,-0.41139057104080123,-13.235294117647058,-0.09757986937606074,-55.59117647058838,0,0,1.9160047250694319,0.7647058823529411,-3303589950.291778,-21772040.47786188,5.536389552694075,-4233647.948556633,0,0,-3.844268246013997,-5.1071963204137205,50.75653590915864,1,1,-4.076691729323314,0.9028454137009024,1373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1375.15,1471.9,1373.0,-0.15634658037305682,1,0,0,none,1,-2.2542372881355934,-2.4763292061179896,0,0.214,0,0,1,0.0,7.142857142857139,-6.1381472032065805,15.58762894940743,13.506030064155587,-19.870603747908262,-13.732456544701682,7.16733938403476,1405.2,1444.15,1469.3833333333334,-4.234324689263591,0,0,21.0,1.5184381778741864,0,0.021739130434782608,-195.28812025060157,1,0,-97.2972972972973,1,0,-4.686423156443831,7.8067667439825925,0,0,0,0,0,0,-0.6349206349206327,-1.1283821488636079,0.3718003718003722,-0.15491476187548056,-63.08529411764698,0,0,2.098422807317326,0.48739495798319327,-3904375928.1108685,-22885068.151477337,5.577814557502289,-5156448.730689317,0,0,,-4.348016794294585,42.48031118372864,1,1,-3.7390977443609033,0.7307706820844397,1381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1382.95,1498.0,1381.0,0.0036154597057080906,1,0,0,none,1,-1.836734693877551,-2.458423716558207,0,0.357,-1,-1,1,0.0,18.51851851851852,-7.722827034659943,20.751400343937444,19.044361926004168,-15.602486844032455,-7.879659809372512,8.083837652233393,1429.8,1469.25,1474.45,-4.44104134762634,0,0,30.5,2.1723646723646723,0,0.2,-213.86832057042795,1,0,-78.50467289719626,0,0,-4.489795918367346,3.878606229615656,0,0,0,0,0,0,-5.26196928635953,-1.1234658004040154,1.5153915201436199,0.0654796096993021,-53.502941176470586,0,0,2.6773677747918287,0.5126050420168067,-4962811167.988064,-33725791.30163765,5.331367690623249,-7346036.211063195,0,0,,-2.7632556864748747,49.19972002036848,1,1,-4.438345864661673,0.7819945868072803,1381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1382.9166666666665,1496.0,1381.0,1.524555589032861,1,0,0,none,1,-1.6666666666666667,-2.4216524216524213,0,0.364,0,0,1,-2.20137761728666,-34.189103523876156,-31.987725906589496,1463.8,1486.9,1578.1666666666667,-5.104579998654923,0,0,44.142857142857146,3.128480307785765,1,0.06299212598425197,-209.39661340329113,1,0,-90.58823529411765,1,0,-4.5331529093369465,27.925316084665027,1,0,1,0,1,0,-3.6268056032196654,-2.8735894658446988,-25.650623885918005,0.03891893436328552,-90.72647058823532,0,0,5.815648159469714,0.16806722689075632,-4346975316.403552,-149375903.91401863,2.7162899729840198,-2414629.903109167,0,0,-6.5645641224990365,-1.8742827894398073,43.149083938602544,1,1,-4.693233082706758,0.5956286425201823,1403.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1644.9,1649.0,1403.0,-14.219709404827041,1,0,0,none,1,-6.379310344827586,-3.968816442239546,0,0.375,-1,-1,1,-23.27563341149869,40.07900715716346,63.35464056866215,1521.6,1542.0,,-5.966277561608302,0,1,115.85714285714286,7.990147783251232,0,0.29850746268656714,-119.72800951096815,1,0,-70.1492537313433,0,0,-15.795586527293848,25.491419582300296,0,0,0,0,0,0,-3.766214682149446,-5.674710382380596,-11.220922414952263,0.3707536593038007,64.97352941176473,0,0,15.593716663910536,,-4660890385.986529,-1127727115.1285439,0.7203912174599398,-200292491.1833853,0,0,-2.946388449359152,2.2729072341642897,12.734169553494455,0,1,5.548872180451143,0.10122675578362128,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-11.020199437484013,1,0,0,none,1,-2.824561403508772,-2.9655172413793105,0,0.5,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.0,34.9624060150376,27.252029016734898,45.78989637813168,9.67824447866037,44.91634491634491,17.816836109985736,34.23775833521973,0.27708630427634445,26.76496633479466 -80,2025-08-01 22:51:00,buy,1336.0,0.147,13,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13,0.0,21.951219512195124,-2.475254317853707,22.007168458781546,28.064253548124494,-3.0276542684935066,-0.5523999506397995,2.064642494155061,1355.8,1364.3,1360.6333333333334,-1.3413472110239688,0,0,6.285714285714286,0.4669921460411802,0,0.1935483870967742,-233.69565217391454,1,0,-80.64516129032258,1,0,-1.966496722505462,23.532155471857124,0,0,0,0,0,0,-2.373104812129199,-0.4883433759835265,-5.453149001536097,-0.12284295153884436,-13.061764705882524,0,0,0.8801423971256578,0.5126050420168067,-1944326144.068252,,4.1821643614993524,-551994.8461425565,0,0,,-7.0342254027314866,30.028243272069606,1,1,-0.8315789473684457,0.4880738249784937,1340.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1348.45,1371.0,1341.3,-0.1816900886202677,1,0,0,none,1,-0.14285714285714285,-0.1485884101040119,0,0.467,0,0,1,0.0,23.214285714285722,-3.2017391460036526,29.63497453310701,25.470808823949852,-1.8995417846756482,1.3021973613280047,2.4070335273283576,1354.2,1364.4,1357.9666666666667,-1.788331867487547,0,0,7.785714285714286,0.5810234541577826,0,0.18421052631578946,-275.41371158392195,1,0,-81.57894736842105,1,0,-1.9751280175566932,18.05268290320855,0,0,0,0,0,0,-3.869047619047606,-0.9926069152985253,3.362573099415208,-0.1698873534299084,-10.852941176470495,0,0,1.2824131634115308,0.8403361344537815,-2533608410.4441066,-6190572.433743,2.367493845972665,-484031.87843723875,0,0,,-7.421154373773209,24.285108534180882,0,1,-0.6721804511278456,0.23459139729398282,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1345.35,1372.0,1342.1,-0.39766603486081076,0,0,0,none,1,-0.32323232323232326,-0.0746268656716418,0,0.4,-1,-1,1,0.0,43.75,-1.1421620124769838,37.688172043010795,66.15719406041988,-0.36097145089638616,0.7811905615805976,2.48455960282047,1360.8,1359.35,1363.3333333333333,-1.4234744547026112,0,0,10.5,0.7835820895522387,0,0.0,-185.1058767546984,1,0,-100.0,1,0,-2.118334550766987,45.33777398322546,0,0,0,0,0,0,-11.805555555555557,-1.6991442641682442,-34.92063492063494,0.026196806785903737,-0.9058823529412621,0,1,1.5924502815543224,0.6050420168067226,-3286225880.183076,-8521901.796320915,2.402369109329526,-842487.7084231973,0,0,-4.403684653340806,-7.37767663912935,17.94906072517117,0,1,0.5210526315789222,0.13328761348204443,1340.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1361.85,1397.0,1343.8,-1.6044351433711412,0,0,0,none,1,-0.5316455696202531,-0.7462686567164178,0,0.4,-1,-1,1,0.2735573608346978,47.43589743589743,1.39744027226086,81.38888888888891,107.3468393205236,-1.6059158606146866,-3.0033561328755467,2.1469102938891074,1364.4,1357.6,1373.3333333333333,-0.48615203299940957,0,0,9.5,0.7031828275351591,1,0.375,-176.69923311272441,1,0,-62.5,0,0,-0.14781966001478075,49.78510824605494,1,0,0,0,0,0,-12.56410256410257,-1.2104418949800841,-22.587719298245602,0.23833515404519284,0.34411764705873793,0,0,1.683374084494278,0.4369747899159664,-3336901287.047061,-3878697.9632430077,3.1593314314418,-367610.939733645,0,0,,-6.582896065517452,18.715600783882167,0,1,0.7218045112781983,0.34344385945037015,1342.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1366.15,1404.1,1342.0,-1.108955824763025,1,0,0,none,1,-1.0169491525423728,-0.7401924500370096,0,0.333,-1,-1,1,0.4734274738019026,50.0,3.9108609610351976,96.96969696969688,86.20071684587806,-13.301794833650092,-17.21265579468529,3.588550594698364,1360.2,1363.3,1422.1333333333334,-0.09535685469082011,0,0,12.357142857142858,0.9072792112439689,1,0.5714285714285714,-101.54843356139813,1,0,-9.090909090909092,0,1,1.263940520446094,46.30533332162307,0,0,0,0,0,0,0.0,0.16926139599594947,1.5151515151515156,0.3802119190512501,-19.326470588235452,0,0,2.1932954986643356,0.6638655462184874,-3936455488.201713,-5655583.436468601,1.8864830143347862,679431.6305315048,0,0,,-5.755404455052426,38.56694117870165,1,1,-1.3112781954887012,0.4023061665140232,1342.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.3833333333332,1468.6333333333332,1342.0,-0.6117509699232526,1,0,0,none,1,-2.489795918367347,-0.7342143906020557,0,0.167,0,0,1,0.3169499943474113,33.82352941176471,-0.8474781898863597,32.449553001277145,16.992762877820333,-28.375177639594312,-27.527699449707953,10.811592655258382,1355.4,1394.6,1448.2333333333333,-1.9790620966585348,0,0,23.857142857142858,1.745218936147978,0,0.2336448598130841,-89.63145697839586,0,0,-44.44444444444444,0,0,-2.4268379728765166,23.27105493918566,1,0,1,0,1,0,8.017077798861479,1.7739129224197825,18.518518518518512,0.24453067744686707,-72.93235294117653,0,0,2.7434821860621703,0.42016806722689076,-4995898244.252909,-20146772.952773094,1.1815525525479023,-1308105.4026710074,0,0,-3.9079949151840676,-5.281571250299022,47.56537294634972,1,1,-5.918796992481224,0.8629313460264179,1342.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1375.3666666666668,1496.0,1342.0,-0.6083226291170973,1,0,0,none,1,-2.3846153846153846,-0.7315288953913679,0,0.25,0,0,0,-8.83859778607809,-45.78715914066834,-36.94856135459025,1399.8,1463.15,1564.15,-7.3915866452516905,0,0,50.357142857142854,3.7163943068002108,0,0.006329113924050633,-177.2751653853031,1,0,-99.25373134328358,1,0,-6.936813186813184,20.325844345392753,1,0,1,0,1,0,-1.1499071689525096,-2.06749239865551,-2.888498683055312,-0.030760660781692217,-136.94705882352946,0,0,5.713632145567864,0.13445378151260504,-4366117736.960463,-148450168.73870468,1.4267196497943353,-6833986.507668465,0,0,-5.66823774315161,-5.7260994623246075,34.265232365463724,1,1,-6.454887218045127,0.6432177921272396,1354.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1644.0833333333335,1649.0,1354.0,-17.583253079223482,1,0,0,none,1,-8.931034482758621,-3.1734317343173433,0,0.333,0,0,0,-23.27563341149869,40.07900715716346,63.35464056866215,1521.6,1542.0,,-5.966277561608302,0,1,115.85714285714286,7.990147783251232,0,0.29850746268656714,-119.72800951096815,1,0,-70.1492537313433,0,0,-15.795586527293848,25.491419582300296,0,0,0,0,0,0,-3.766214682149446,-5.674710382380596,-11.220922414952263,0.3707536593038007,64.97352941176473,0,0,15.593716663910536,,-4660890385.986529,-1127727115.1285439,0.7203912174599398,-200292491.1833853,0,0,-2.946388449359152,2.2729072341642897,12.734169553494455,0,1,5.548872180451143,0.10122675578362128,1370.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-11.020199437484013,1,0,0,none,1,-2.824561403508772,-2.9655172413793105,0,0.5,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.0,27.11864406779661,13.091066407094962,20.421333122787498,13.017116626011171,44.91634491634491,17.816836109985736,34.23775833521973,0.27708630427634445,26.76496633479466 -81,2025-08-02 07:39:00,buy,1319.0,0.149,13,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13,0.05937584140799692,21.518987341772146,-3.9588475043060996,7.341269841270029,13.002645502645485,-9.738015747856934,-5.779168243550835,4.831595723033303,1330.0,1352.8,1359.3666666666666,-2.1289178001182685,0,0,11.428571428571429,0.8631851532153647,0,0.08,-137.34949209710905,1,0,-90.47619047619048,1,0,-1.9985196150999252,22.48793673351321,1,0,0,0,0,0,-0.9810126582278542,0.08783062698229394,-8.49206349206349,-0.009465269850469568,-34.32352941176464,0,0,1.5139937102248335,1.0,-1951458421.242188,,1.6821433381628466,-159678.92265108228,0,0,,-8.52338187468823,55.47049832049589,1,1,-2.5789473684210713,0.8718155674607937,1323.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1320.9166666666665,1369.5,1320.0,0.23342375875339272,1,0,0,none,1,-0.37815126050420167,-0.5287009063444109,0,0.406,0,0,0,0.0,17.073170731707307,-4.904367035343143,17.1335200746966,25.53994057262044,-7.295825830150534,-2.3914587948073907,4.677174177507492,1338.2,1359.45,1357.2333333333333,-2.901908860200819,0,0,12.285714285714286,0.9307359307359307,0,0.0196078431372549,-172.49417249417104,1,0,-98.0392156862745,1,0,-3.649635036496346,17.080867132827763,0,0,0,0,0,0,-5.426829268292693,-0.9143679666244466,-11.69208424110385,-0.1535081474614945,-25.797058823529596,0,0,1.8753050729238883,1.0,-2540977983.888746,,1.7645680099093257,-745128.0848191844,0,0,,-8.77350115665555,47.128435272171956,1,1,-2.1586466165413367,0.645442509929308,1319.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1320.0,1379.0,1319.0,0.0,1,0,0,none,1,-0.40404040404040403,-0.5303030303030304,0,0.467,0,0,0,0.0,34.23423423423422,-2.9669614006767766,21.66666666666669,36.65343915343913,-3.199970185836719,-0.2330087851599424,3.6042864597533253,1350.0,1359.4,1360.55,-2.456966308665598,0,0,15.142857142857142,1.1419952596423184,0,0.061224489795918366,-235.47880690737625,1,0,-93.33333333333333,1,0,-1.9230769230769273,21.8060185149302,0,0,0,0,1,0,-4.149604149604173,-1.873842658474886,-20.396825396825395,-0.004910074761818146,-14.320588235294053,0,0,2.495131320720812,1.0,-3294452435.598798,-2843558.4114689827,4.741410222286254,-115128.42627870105,0,0,,-8.316477672512068,18.56776395549095,0,1,-0.7248120300751816,0.12254784569112032,1323.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1363.5,1373.4,1323.0,-2.7502750275027465,1,0,0,none,1,-0.4430379746835443,-1.206636500754148,0,0.471,-1,-1,1,0.0,40.71428571428571,-2.2328445439339157,41.37308039747068,71.74545819532278,-2.6779287571355326,-0.44508421320161673,3.6067971080888626,1355.8,1357.25,1359.0333333333333,-2.30244980659422,0,1,19.857142857142858,1.4975220857573799,0,-0.04878048780487805,-226.64152237270613,1,0,-104.8780487804878,1,0,-3.6337209302325535,25.518373294313562,0,0,0,0,0,0,-6.007025761124126,-2.258482517475263,-36.193917494730506,0.10152771240585805,-12.297058823529596,0,0,2.7255645123887193,1.0,-3345340689.489619,,4.786717820996491,-1399094.7895212993,0,0,,-8.28139223032115,13.261242314465832,0,1,0.13909774436091704,0.004521318230131022,1328.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1349.6,1369.6,1328.0,-1.748666271487842,0,0,0,none,1,-0.6610169491525424,-1.6591251885369533,0,0.429,-1,-1,1,0.0,41.711229946524064,-0.3561400116545652,65.37878787878778,75.45454545454537,-5.710547686164773,-5.354407674510208,3.765770561152705,1354.6,1360.05,1385.3333333333333,-2.503584427043115,0,1,23.285714285714285,1.7560870502046972,0,-0.05,-242.02898550724507,1,0,-105.0,1,0,-2.212389380530977,39.63226603154681,0,0,0,0,0,0,-5.276721860704846,-2.5667339604866637,-25.90909090909092,0.14114027991886302,-9.367647058823422,0,0,4.213944135486772,1.0,-3949773868.6278424,-8128245.695247173,2.569864557157598,-947669.4312897921,0,0,,-8.2148201593912,9.981446158067468,0,1,-0.5481203007518726,0.0641390229775941,1328.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.3666666666668,1410.0,1328.0,-3.237576317773838,0,1,0,gartley,1,-2.2448979591836733,-1.809954751131222,0,0.222,-1,-1,1,0.47113145291851866,48.5207100591716,4.481288118283317,140.27388733271087,116.67609804864708,-17.488304769369734,-21.96959288765305,4.441810422159953,1360.0,1364.75,1430.6666666666667,-0.1282286132991417,0,0,23.857142857142858,1.750340635153548,0,0.5714285714285714,-160.3431210821512,1,0,14.285714285714285,0,1,0.14695077149156077,28.88014697640277,0,0,0,0,0,0,1.6999008106166826,0.18710937968081964,19.576719576719555,0.394210499362255,-37.80294117647054,0,0,3.629942581444924,0.9747899159663865,-5008323983.853439,-18516124.35614395,2.135931909889597,485858.89199369773,0,0,-3.339581377856131,-5.526236482431091,25.624500873766518,1,1,-1.202255639097727,0.2202700391770026,1331.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1377.75,1496.0,1331.0,-1.0705861005262163,1,0,0,none,1,-3.41025641025641,-1.760821716801174,0,0.143,0,0,1,-8.331804896917426,-49.40970675993867,-41.077901863021246,1370.8,1446.4,1553.5666666666666,-6.5265486725663795,0,0,48.642857142857146,3.597844463229079,0,0.1337579617834395,-151.24407293347025,1,0,-86.62420382165605,1,0,-9.261744966442953,26.014535733898327,0,0,0,0,0,0,1.3518950671924017,-0.14624776011084606,-0.267769433089331,0.028288924276874308,-145.14117647058833,0,0,5.321775243869409,0.04201680672268908,-4379569822.171147,-163210517.87760973,0.9919928239828802,-11227810.832519425,0,0,-4.824935324205558,-5.910419854503601,24.866100205997896,0,1,-6.959398496240604,0.6641282773420409,1331.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1643.7,1649.0,1352.2,-17.746547423495773,0,0,0,none,1,-10.413793103448276,-1.7751479289940828,0,0.143,0,0,0,-31.103837055863096,24.47484424883328,55.578681304696374,1473.4,1541.7,,-10.942466108840899,0,0,124.14285714285714,9.041723025699719,0,0.15873015873015872,-153.37132003798652,1,0,-84.12698412698413,1,0,-18.80544056771142,20.409851370133367,0,0,0,0,0,0,-8.518360029695032,-7.828203644364407,0.9517547979086451,0.2505722579983705,9.0,0,0,15.237354825589172,,-4740193726.5250635,-1079170945.1436987,0.4015908726531429,-143540553.88119125,0,0,-3.1298496814476104,-3.1030969606244185,14.935994246761776,0,1,0.5609022556391066,0.0010242548124580475,1323.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-15.745333674252105,1,0,0,none,1,-4.103448275862069,-1.1653313911143481,0,0.462,-1,0,0,3,0,0,0,0.75,0.0,0.0,0,0.03287591317824133,33.910034602076124,9.433723104224102,10.74209401621084,13.971766510633232,36.39798488664988,18.76859090789438,21.874395180939374,0.09324032734236247,26.901551073994924 -82,2025-08-03 03:48:00,buy,1287.0,0.152,13,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#13,0.21075815617055035,40.42553191489362,0.0005057500525529335,44.318181818182005,39.77272727272726,-5.120953617574969,-5.121459367627522,1.17160994188527,1294.4,1298.4,1311.1,-0.3388786198398108,0,0,5.571428571428571,0.4305586222124089,1,0.4166666666666667,-146.14295824487195,1,0,-54.54545454545454,0,0,-0.15432098765432167,23.30323219656195,1,0,1,0,1,0,0.0,0.10020791330463741,10.984848484848484,0.22599296211231337,-14.108823529411666,0,0,1.0558564032007636,0.9327731092436975,-1963522513.0264723,-1212920.5263113976,0.6804169072661306,16397.66349838674,1,0,,-10.537205054714892,49.485983791753185,1,1,-0.4015037593985064,0.39010736448106387,1289.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1296.5,1332.3333333333333,1295.6666666666667,-0.19282684149634077,0,0,0,none,1,-0.25210084033613445,-0.07727975270479134,0,0.414,0,0,0,0.21141674763179558,25.423728813559322,-0.9600680389664316,21.661169415292402,14.77650757954369,-6.332034144902536,-5.371966105936105,3.7613441867702324,1296.6,1308.2,1317.9333333333334,-1.0854609386943936,0,0,8.571428571428571,0.6623978803267829,0,0.20512820512820512,-106.8427370948385,1,0,-68.0,0,0,-0.4615384615384577,13.38952973800508,0,0,1,0,0,0,-0.43834015195791665,0.06357804125825517,10.66666666666667,0.18721900941952221,-17.064705882352882,0,0,1.1168765283373723,0.6974789915966386,-2557624570.459756,-1526578.2722439766,1.2020737620573725,8418.709201681457,1,0,,-10.511320487314402,32.35445967616531,1,1,-1.897744360902248,0.8329693181200067,1286.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1313.3833333333332,1333.7,1296.6,-1.4758321383703588,0,0,0,none,1,-0.41414141414141414,-0.1545595054095827,0,0.44,0,0,0,0.1694458273530242,39.189189189189186,-1.850624454772504,21.080928126768573,14.867477834370874,-7.158533696113182,-5.307909241340678,3.2028788247755307,1299.2,1312.9,1325.2,-1.0587249600121917,0,0,10.571428571428571,0.8138128230506982,0,0.34210526315789475,-150.3144654088063,1,0,-65.78947368421053,0,0,-1.5163002274450332,21.64325613543933,0,0,0,0,0,0,4.406580493537014,0.22196933868781077,10.014619883040934,0.20231276869118317,-22.28235294117667,0,0,1.6417823519450208,0.8403361344537815,-3316102262.828166,-5657359.531725407,0.6230008343351838,-330786.2618139442,0,0,,-10.124184792975699,18.771359268554768,0,1,-1.1398496240601221,0.41147062341060825,1286.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1312.25,1349.0,1296.5,-1.0097161364069351,1,0,0,none,1,-0.6962025316455697,-0.15396458814472672,0,0.333,0,0,0,0.04715639215836453,27.272727272727266,-2.6427332081503963,6.349206349206376,10.960591133004998,-8.802087620747216,-6.159354412596819,3.922382625571224,1299.0,1317.4,1331.5833333333333,-1.7762258994990177,0,0,12.071428571428571,0.9328770147935527,0,0.075,-162.8711766019184,1,0,-89.28571428571429,1,0,-1.6717325227963542,14.92231579497178,0,0,0,0,0,0,-4.434589800443476,-0.11129089082507182,-0.5952380952380958,0.08150284301049564,-26.50588235294117,0,0,1.6428576897516975,0.24369747899159663,-3377470726.0301747,-3171731.4184422493,1.0328825798507728,-913921.5486238468,0,0,,-10.436633634019653,21.479124038362574,0,1,-1.810526315789476,0.6874838161380519,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1328.4,1336.3333333333333,1291.0,-2.589581451370071,1,0,0,none,1,-1.1016949152542372,-0.5409582689335394,0,0.353,0,0,0,0.0,30.0,-2.50106115305608,37.901653776017,44.32790458823272,-10.196901540248973,-7.695840387192893,3.787484213750957,1310.6,1325.95,1344.6666666666667,-2.4850107470115845,0,0,14.642857142857142,1.1324715501049607,0,0.047619047619047616,-207.77848235045394,1,0,-94.44444444444444,1,0,-2.6355421686746983,14.831349193568713,0,0,0,0,1,0,-7.190082644628099,-1.046600485770111,-11.481481481481481,-0.027411224905597248,-29.567647058823468,0,0,2.3579205422742797,0.6722689075630253,-3993684861.967512,-22126313.005660057,1.194690515058774,-325779.04537635297,0,0,,-10.442916566209492,31.32490739394223,1,1,-1.678947368421072,0.625901847056582,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1330.05,1362.0,1305.2,-2.78560956355024,0,0,0,none,1,-1.1020408163265305,-0.5413766434648105,0,0.3,-1,0,0,0.0,27.34375,-1.610819682556567,19.647019647019665,23.235098235098224,-15.418450076645286,-13.807630394088719,4.823964281014554,1319.0,1337.65,1386.9666666666667,-2.739879639666587,0,0,19.857142857142858,1.5262984517404194,0,0.15625,-213.28808249575738,1,0,-82.14285714285714,1,0,-3.629629629629627,12.323191969437048,0,0,0,0,0,0,-6.86677631578948,-1.0338484323146098,-3.1385281385281374,0.057540251780014,-33.66470588235302,0,0,3.254059646037126,0.6134453781512605,-5051944928.808481,-25113162.754737854,1.1454500451217873,-798580.4686304908,0,0,-4.8071429711640405,-9.767554845976834,33.72156904905597,1,1,-2.0548872180451383,0.567898672975023,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1347.0,1367.8,1332.6,-3.4149962880475115,0,0,0,none,1,-2.5641025641025643,-0.5380476556495004,0,0.0,0,0,0,-4.481415956088902,-53.64124464802853,-49.15982869193963,1334.0,1408.0,1516.9666666666667,-6.036931818181824,0,0,47.285714285714285,3.574128063923982,0,0.16243654822335024,-110.99875769219649,1,0,-79.22077922077922,0,0,-6.236711552090712,10.176017257419275,0,0,0,0,0,0,-2.26723937775715,0.8949143271635549,1.652145323031398,0.09164139967285205,-126.2911764705882,0,0,5.651388924919037,0.14285714285714285,-4419142411.994135,-72167095.59058285,0.9944603932701991,-12742915.184912432,0,0,-4.398513555117305,-7.870147315033449,33.66103434321195,1,1,-9.455639097744369,0.8025410826150221,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1350.75,1530.0,1322.8666666666666,-2.054414214325373,1,0,0,none,1,-7.9655172413793105,-0.5291005291005291,0,0.0,0,0,0,-38.077472326824136,7.981840896166204,46.05931322299034,1421.2,1536.4,1395.7,-13.889612080187453,0,0,125.0,9.44822373393802,0,0.0,-148.60528903379378,1,0,-100.0,1,0,-20.82585278276481,14.198414281629184,0,0,0,0,0,0,0.5585368524805574,-6.97363527096104,-3.5273368606701947,0.18539856064278093,-27.247058823529414,0,1,15.199814784784222,,-4741310020.402394,-975458514.5142031,0.42881073700754296,-94852316.57043971,0,0,-3.2171261740615,-6.568943097509683,17.152046060295106,0,1,-4.342857142857142,0.05251532239232248,1323.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-18.81360265916645,1,0,0,none,1,-4.88135593220339,-5.366591080876796,0,0.462,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.15969552412426855,20.677966101694906,8.533618280453723,6.826127459038858,17.739795524718037,36.95652173913044,15.241254047224187,17.275560355034767,0.02415240795055636,29.18920324964939 -83,2025-08-05 02:15:00,sell,1409.0,0.65,13,고점 매도 · 비중 65% · 분할 · leg#13,1.0,71.875,0.8780618534166775,109.89010989011008,106.11721611721607,4.59667815298485,3.718616299568173,1.479159041716404,1406.2,1399.4,1392.3333333333333,0.757467486065444,0,0,3.142857142857143,0.22289766970618033,0,1.1333333333333333,171.0868434737412,0,1,14.285714285714285,0,1,0.5706134094151105,84.195521306502,0,0,0,0,0,1,0.9072580645161281,0.11744112704168774,4.761904761904773,1.282949832287327,12.702941176470404,0,0,0.5508465129082555,0.2605042016806723,-1972334581.8388085,,0.43248915886554196,200458.36898076534,0,0,,-2.418155087842333,13.434550037034512,0,1,0.8075187969924603,0.8522751454106963,1410.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1392.6,1408.0,1364.0,1.2494614390349046,0,0,0,none,1,0.35294117647058826,-0.3546099290780142,1,0.6,0,0,0,1.0,88.46153846153847,1.3358121877233828,110.68376068376075,106.98005698005714,5.206754494823599,3.8709423071002163,2.1633322984160426,1403.8,1393.9,1384.3166666666666,1.1550326422268498,0,0,3.5,0.24822695035460995,0,1.1153846153846154,171.8542165469553,0,1,16.666666666666664,0,1,1.0752688172043001,75.68637331634613,0,0,0,0,0,0,0.961538461538467,0.30692567717579644,5.555555555555557,1.478583719244008,13.814705882352882,0,0,0.5572659143033155,0.5210084033613446,-2572812102.526357,165588.5386095047,0.703736494921098,265498.8027338544,0,0,,-2.390294285854877,46.764931049493256,1,1,1.2270676691728666,0.9272895147667279,1410.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1371.0666666666666,1407.0,1364.4666666666667,2.839638237868325,0,0,0,none,1,0.36363636363636365,-0.425531914893617,1,0.6,1,1,0,1.0,69.38775510204081,1.5412506035048263,108.50793650793655,105.60358160358157,6.8149263691809665,5.27367576567614,2.122028933813112,1401.2,1392.55,1378.85,1.2530968367383544,0,0,5.571428571428571,0.39513677811550146,0,1.16,173.82469751546878,0,1,16.0,0,1,1.5850144092218965,77.38079877678979,0,0,0,0,0,0,2.7210884353741562,0.48921659204953905,5.333333333333343,1.322122767851965,19.708823529411802,0,0,1.3184048182111687,0.8907563025210085,,,0.6112344350913467,519164.8748995662,0,0,,-2.345457420424557,21.86224164277295,0,1,0.5857142857142921,0.22000647503323822,1406.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.4166666666665,1406.0,1365.0,3.038791790999351,0,0,0,none,1,0.3924050632911392,0.0,1,0.6,1,1,0,0.8913856087507238,71.73913043478261,1.787940950876017,105.47345374931587,100.29191753329691,6.451689806944842,4.663748856068825,3.72969390272542,1396.0,1383.8,1377.8666666666666,1.459748518572046,0,0,11.071428571428571,0.7885632885632885,0,1.054054054054054,154.52980058879004,0,1,9.523809523809524,0,1,0.14265335235377208,75.4286703134757,0,1,0,1,0,1,5.805064500716682,0.3553304933820849,5.473453749315823,0.8896825595810702,20.13823529411752,0,0,1.7727932533954196,0.9915966386554622,-3415325227.602976,-799904.3565154076,1.249313309368739,362768.90321792435,0,0,,-2.725851207183483,20.031343394435314,0,1,1.7804511278195605,0.6664308723249702,1404.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.5500000000002,1397.0666666666666,1365.0,2.4406260260479318,0,0,0,none,1,0.5084745762711864,-0.7834757834757835,1,0.529,1,0,0,1.0,66.0377358490566,2.8058025090925853,108.76984126984115,106.15079365079355,6.29285557776825,3.487053068675665,3.530322197351171,1391.8,1378.6,1370.6,1.8424488611635148,0,0,10.571428571428571,0.752950752950753,0,1.1142857142857143,171.13305124588538,0,1,11.428571428571429,0,1,2.7818448023426035,72.6976871635891,0,0,0,0,0,0,7.5471698113207495,0.5924588601355083,-1.190476190476204,1.0162334822179844,14.688235294117476,0,0,2.2149639330393005,0.7226890756302521,-4032438273.6650295,-8337475.752030373,1.2975405384890613,1722300.3214902803,0,0,,-2.6575056246912587,38.84448939608207,1,1,1.2571428571428553,0.3736388753453612,1401.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1390.9,1391.6,1365.0,0.9418362211517595,0,0,0,none,1,1.0204081632653061,-0.07122507122507123,1,0.667,1,0,0,1.0,64.3835616438356,1.3809996153427777,125.74786324786328,123.07692307692305,8.29820274260328,6.917203127260502,2.9004848646396098,1386.4,1377.7,1350.7333333333333,1.9089787326703966,0,0,9.214285714285714,0.6562881562881562,0,1.5,205.93368237347275,0,1,50.0,0,1,2.034883720930236,66.83242789278677,0,0,0,0,0,0,5.0085616438356055,1.2994450068343735,-6.410256410256409,1.2524050296752167,18.655882352941262,0,0,2.342103045748589,0.24369747899159663,-5081020945.126783,-23955208.574324608,1.0795564165092708,1845739.735874612,0,0,,-2.5268239984414964,19.47816571668763,0,1,0.6225563909774656,0.13592360819780147,1392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1383.5,1391.0,1341.0,1.4817491868449606,0,0,0,none,1,1.9487179487179487,-0.07122507122507123,1,0.8,1,1,0,11.962629167960927,-18.469506832992465,-30.432136000953392,1375.8,1349.7,1474.1333333333334,2.3190338593761517,0,0,21.428571428571427,1.5516706320471707,1,1.0344827586206897,123.19760715595767,0,1,3.4482758620689653,0,1,5.0989345509893536,71.49085287152711,0,0,0,0,0,0,10.846025702046639,0.06735951561464049,-5.868118572292815,0.59454287324608,-7.347058823529551,0,0,4.589194075883261,0.008403361344537815,-4432128978.897037,-14754894.144904137,0.8595436130016841,3653095.215400163,0,0,-1.8457735351613325,-3.737922084422829,36.41778398184515,1,1,1.822556390977455,0.20287451974290094,1381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1353.3833333333332,1488.0,1317.2666666666667,2.040565003756023,1,0,0,none,1,-2.586206896551724,-0.5068790731354091,1,0.25,0,0,0,-35.93841057851368,-8.571219129657948,27.36719144885574,1376.4,1532.55,1388.7833333333333,-9.888747512316076,0,0,113.07142857142857,8.187648701768904,0,0.1892744479495268,-122.33823991492036,1,0,-80.32786885245902,1,0,-9.14473684210526,6.834905191223612,0,0,0,0,0,0,-3.180022345853928,2.891665939511043,1.2663717581750369,0.32522857040590986,-73.98529411764707,0,0,14.917056450740805,,-4944670664.357846,-921791179.3314958,0.5124559907032615,-33905981.757283784,0,0,-3.093671065972791,-2.3846833790555966,20.698775006169758,0,1,-13.125563909774419,0.4417975801092284,1321.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-15.254410636665805,1,0,0,none,1,-2.1186440677966103,-0.5792903692976104,0,0.462,0,0,0,0,4,0,0,0.0,1.0,0.0,1,0.8268760504694469,64.77272727272727,105.47842961636064,110.0278343018815,7.094535852491017,23.565891472868216,10.077729084383838,11.37678015260561,0.17569352284665724,30.491982766167038 -84,2025-08-05 02:48:00,sell,1396.0,0.35,13,고점 매도 · 비중 35% · 분할 · leg#13,0.05981061274204398,35.48387096774192,-1.8632307773714474,2.38095238095257,8.613608613608577,0.13774699141686142,2.000977768788309,1.4009648004818687,1396.8,1402.65,1393.5166666666667,-0.6166898370940754,0,0,4.357142857142857,0.31256405001024795,0,-0.07142857142857142,-118.96745230078558,1,0,-107.14285714285714,1,0,-1.2747875354107596,50.16665044799065,0,0,0,0,0,0,-1.1827956989247426,-0.1261159902808182,-7.509157509157511,0.15175578834839298,-3.291176470588198,0,0,0.5578720206766673,0.18487394957983194,-1972971829.4092298,-429901.75380682945,0.06961973661117118,-86480.11421912536,0,0,,-3.5249412577786465,30.534095763909427,1,1,-0.33007518796993335,0.15800131667080963,1396.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1396.25,1407.5,1367.0,-0.1611459265890791,1,0,0,none,1,0.23529411764705882,-0.2152080344332855,1,0.571,0,0,0,0.28341608989975825,51.35135135135135,-1.4659474416690301,0.4329004329005078,26.91197691197708,2.5804912442556542,4.046438685924684,1.7323586057816889,1398.2,1399.25,1388.2333333333333,-0.37520100053599625,0,1,5.5,0.3945480631276901,0,0.1875,-49.85337243401926,0,0,-118.18181818181819,1,0,-0.5706134094151216,61.4780657367114,0,0,0,0,0,0,2.633402633402625,-0.4029334430793874,-25.108225108225106,0.3052560872834585,3.3794117647057647,0,0,0.6962308655727482,0.6974789915966386,-2573316775.740916,-404825.2413058281,0.04891322361553791,-45574.56792096002,0,0,,-3.497390576369186,39.05345111451103,1,1,0.47443609022554367,0.21452466709590434,1396.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1371.0666666666666,1407.0,1364.4666666666667,1.6726636195662836,1,0,0,none,1,0.16161616161616163,-0.2869440459110474,0,0.56,0,0,0,0.5340985097480531,57.4468085106383,0.18713132370526964,80.00000000000004,96.6137566137566,6.1405855364128,5.9534542127075305,2.314332041945517,1403.4,1393.9,1380.0833333333333,0.07891527369250362,0,0,6.285714285714286,0.45058883768561186,0,0.56,25.982905982905628,0,0,-44.0,0,0,0.3597122302158251,69.31431035656257,0,1,0,0,0,0,-9.219858156028359,-0.8172960451979767,-20.0,0.5400725243768285,16.070588235294053,0,0,1.3334093386283856,0.8991596638655462,-3334029499.9521527,,0.370940107545119,386693.9592353385,0,0,,-3.3839100506870112,20.88688083248689,0,1,0.8481203007518814,0.3870689833501082,1396.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.4166666666665,1406.0,1365.0,1.942634431520629,1,0,0,none,1,0.11392405063291139,-0.43010752688172044,0,0.524,-1,0,0,0.5977205568243606,48.83720930232558,0.9725526571039858,101.58730158730162,112.69841269841277,6.946720974517348,5.974168317413362,3.4988656862417296,1401.8,1389.25,1379.0333333333333,0.3419111031131905,0,0,10.142857142857142,0.7276081164172986,0,0.7837837837837838,34.32700993676473,0,0,-38.095238095238095,0,0,0.4322766570605152,48.628177633312056,0,1,0,1,0,0,-9.117336152219863,-0.9116213275631893,-15.87301587301586,0.5830280738138699,19.694117647058874,0,0,1.9766878240764763,1.0,-3418510464.571021,-3023557.5231904984,0.4898503398411612,536144.0374084378,0,0,,-3.4179218024372626,17.07438717558075,0,1,1.5466165413533493,0.5669411432885856,1392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.5500000000002,1402.0,1365.0,1.7109919375433158,1,0,0,none,1,0.1864406779661017,-0.07173601147776185,0,0.529,0,0,0,0.9022272874976254,62.85714285714286,2.8068156522341257,108.33333333333321,109.0211640211639,6.995572633968322,4.188756981734197,3.8015727894540925,1395.8,1379.9,1371.2666666666667,1.529096311326894,0,0,11.357142857142858,0.8106454573263996,0,1.0285714285714285,104.39326082320382,0,1,2.857142857142857,0,1,2.562225475841884,68.41212652568359,0,0,0,0,0,0,-3.1805929919137412,0.0010131431415403291,-0.43650793650793673,0.8750070536079549,15.967647058823331,0,0,2.224240225326309,0.7310924369747899,-4036032279.2752123,-11954889.856142998,0.7710627310878848,1533142.131480664,0,0,,-2.8649800425255667,35.176935417969084,1,1,1.5203007518797087,0.47035438525930917,1392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1390.9,1391.6,1365.0,0.726148536918525,0,0,0,none,1,0.8163265306122449,-0.07137758743754462,0,0.667,0,0,0,1.0,64.3835616438356,1.3809996153427777,125.74786324786328,123.07692307692305,8.29820274260328,6.917203127260502,2.9004848646396098,1386.4,1377.7,1350.7333333333333,1.9089787326703966,0,0,9.214285714285714,0.6562881562881562,0,1.5,205.93368237347275,0,1,50.0,0,1,2.034883720930236,66.83242789278677,0,0,0,0,0,0,5.0085616438356055,1.2994450068343735,-6.410256410256409,1.2524050296752167,18.655882352941262,0,0,2.342103045748589,0.24369747899159663,-5081020945.126783,-23955208.574324608,1.0795564165092708,1845739.735874612,0,0,,-2.5268239984414964,19.47816571668763,0,1,0.6225563909774656,0.13592360819780147,1392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1383.5,1391.0,1341.0,1.4817491868449606,0,0,0,none,1,1.9487179487179487,-0.07122507122507123,1,0.8,1,1,0,11.962629167960927,-18.469506832992465,-30.432136000953392,1375.8,1349.7,1474.1333333333334,2.3190338593761517,0,0,21.428571428571427,1.5516706320471707,1,1.0344827586206897,123.19760715595767,0,1,3.4482758620689653,0,1,5.0989345509893536,71.49085287152711,0,0,0,0,0,0,10.846025702046639,0.06735951561464049,-5.868118572292815,0.59454287324608,-7.347058823529551,0,0,4.589194075883261,0.008403361344537815,-4432128978.897037,-14754894.144904137,0.8595436130016841,3653095.215400163,0,0,-1.8457735351613325,-3.737922084422829,36.41778398184515,1,1,1.822556390977455,0.20287451974290094,1381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1353.3833333333332,1488.0,1317.2666666666667,2.040565003756023,1,0,0,none,1,-2.586206896551724,-0.5068790731354091,1,0.25,0,0,0,-35.93841057851368,-8.571219129657948,27.36719144885574,1376.4,1532.55,1388.7833333333333,-9.888747512316076,0,0,113.07142857142857,8.187648701768904,0,0.1892744479495268,-122.33823991492036,1,0,-80.32786885245902,1,0,-9.14473684210526,6.834905191223612,0,0,0,0,0,0,-3.180022345853928,2.891665939511043,1.2663717581750369,0.32522857040590986,-73.98529411764707,0,0,14.917056450740805,,-4944670664.357846,-921791179.3314958,0.5124559907032615,-33905981.757283784,0,0,-3.093671065972791,-2.3846833790555966,20.698775006169758,0,1,-13.125563909774419,0.4417975801092284,1321.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-15.254410636665805,1,0,0,none,1,-2.1186440677966103,-0.5792903692976104,0,0.462,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.8268760504694469,64.77272727272727,105.47842961636064,110.0278343018815,7.094535852491017,23.565891472868216,10.077729084383838,11.37678015260561,0.17569352284665724,30.491982766167038 -85,2025-08-05 17:06:00,buy,1317.0,0.494,14,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#14,0.12341930941970047,24.324324324324323,-0.3764087573510295,9.391124871001223,9.61042311661504,-5.912658848670162,-5.536250091319133,2.037754175150297,1322.2,1329.2,1342.8,-0.7673788745109822,0,0,4.571428571428571,0.3465829091302935,0,0.0,-90.45045045044952,0,0,-100.0,1,0,-0.9015777610818954,12.625184090620024,0,0,0,0,0,0,-10.675675675675677,-0.042738461072946876,2.083333333333334,-0.023503772039619703,-13.452941176470404,0,0,0.7010693529388288,1.0,-1981824402.066188,-1208191.8614051342,0.5615872610928698,-202589.7050404027,0,0,,-8.68579304243201,49.970187869618606,1,1,-1.0045112781955075,0.7702175549065479,1319.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1354.7666666666667,1375.0666666666666,1320.9333333333334,-2.6400610191176788,0,0,0,none,1,-0.5126050420168067,-0.37907505686125853,0,0.3,0,0,0,0.19178503260236274,28.57142857142857,-0.9960220481566902,13.703703703703809,12.636577197980905,-7.6380204153661,-6.64199836720941,3.087211160540551,1322.6,1334.7,1347.7166666666667,-0.9515246871956262,0,0,4.928571428571429,0.37281175707802033,0,0.15625,-114.47678992919057,1,0,-72.22222222222221,0,0,-0.9737827715355807,12.910657709014743,1,0,1,0,1,0,4.887218045112789,0.2492765806456534,2.241715399610138,-0.04583240341753301,-19.57941176470581,0,0,0.7356250592331073,0.9663865546218487,-2585966388.3212266,-1411554.2010035515,0.8833486938883631,-277289.1845769265,0,0,,-8.451675857629171,76.72197104151992,1,1,-1.6586466165413525,0.9073937198914352,1317.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1355.75,1392.0,1322.0,-2.489397012723582,1,0,0,none,1,-0.7070707070707071,-0.07564296520423601,0,0.222,0,0,0,0.004220996030104941,18.181818181818173,-1.8437523337269557,8.110599078341052,14.493761284932754,-10.318632781840051,-8.474880448113096,3.3705960464205065,1327.2,1343.45,1367.7833333333333,-1.6710707506792266,0,0,6.428571428571429,0.48664431707580835,0,0.11428571428571428,-150.45272688987282,1,0,-88.57142857142857,1,0,-2.3651145602365142,20.619686978759674,0,0,0,0,0,0,-0.4228329809725295,-0.13689304850119477,-9.093701996927807,-0.2918206752129087,-26.017647058823513,0,0,0.9394987201277253,0.5042016806722689,-3357679820.179728,-7941048.2478170395,1.239932759952202,-1053065.9408967718,0,0,,-8.479135612885846,47.14665400307935,1,1,-1.6684210526315666,0.7602263528592925,1317.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1352.55,1396.0,1319.6333333333334,-2.332630956341719,1,0,0,none,1,-0.810126582278481,-0.0757002271006813,0,0.273,0,0,0,0.0,16.981132075471706,-2.2668426868838036,15.474778621125902,16.441564128009315,-12.518300531466593,-10.25145784458279,3.572660228328421,1329.6,1347.9,1373.8333333333333,-1.995697010163966,0,0,7.0,0.5299015897047691,0,0.07894736842105263,-180.41804180418052,1,0,-91.17647058823529,1,0,-2.2928994082840215,15.21331827980849,0,0,0,0,1,0,1.1916583912611856,-0.30878129091280826,-0.23342670401493848,-0.4408124894093411,-34.21176470588239,0,0,1.185379435733991,0.5210084033613446,-3447683902.54218,-9603665.807621002,1.048468127090639,-1075758.4523076708,0,0,,-8.445678775403564,68.87853240322957,1,1,-1.777443609022559,0.7629233589456996,1318.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1354.9,1394.5333333333333,1323.4666666666667,-2.5020296700863587,0,0,0,none,1,-1.5423728813559323,-0.1514004542013626,0,0.222,0,0,0,0.005636350266190346,7.5,-4.758176116509141,8.967336173665943,14.07303436692174,-13.120246023850314,-8.362069907341173,6.785345294570336,1339.2,1366.85,1375.5666666666666,-3.3544280645279256,0,0,11.785714285714286,0.8921812479723155,0,0.0,-141.83329150283086,1,0,-100.0,1,0,-3.9272727272727237,10.518985629306712,0,0,0,0,0,0,-0.8333333333333286,-0.6695201851705734,-10.884353741496598,-0.29786109670373445,-38.897058823529505,0,0,1.5589120197456743,0.3697478991596639,-4089306129.070127,-25543097.374680042,1.917579873101436,-2046610.534605965,0,0,,-8.37926662119356,57.09022789163701,1,1,-3.8082706766917207,0.9441870164345769,1321.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1390.7833333333333,1400.0,1321.0,-5.017556053542971,1,0,0,none,1,-1.1020408163265305,-0.8327024981074944,0,0.333,-1,-1,1,0.0,24.475524475524466,-7.5801078484505915,16.878306878306898,15.493220230062315,-8.214331413071477,-0.6342235646208859,6.385560931342093,1343.6,1375.15,1362.1333333333334,-3.9377522452096247,0,0,19.857142857142858,1.503190223856386,0,0.0,-180.59281972658763,1,0,-100.0,1,0,-5.236728837876614,9.441014291515174,0,0,0,0,0,0,-1.0719207799499912,-1.3487505865524465,-0.8547008547008552,-0.06599649620759315,-34.120588235294235,0,0,2.9369612212703786,0.6890756302521008,-5159908776.160586,-76035328.34386826,1.895790341738784,-3303597.5138391703,0,0,-8.802834632847334,-8.254510697295302,23.41981342004444,0,1,-2.506015037593988,0.45609689895761785,1321.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1382.8333333333335,1391.0,1323.3333333333333,-4.471495721345075,0,0,0,none,1,-1.0256410256410255,-1.514004542013626,0,0.462,-1,0,1,6.932353443911662,-12.979029178687824,-19.911382622599486,1375.6,1354.0,1460.9666666666667,-1.2555391432791718,0,0,22.0,1.6454749439042633,1,0.5287356321839081,-47.01608983705572,0,0,-100.0,1,0,-1.3284132841328455,62.34462805337619,1,0,0,0,0,0,-17.487778460817893,-3.846881844868875,-36.01532567049807,0.09516266195687319,-8.544117647058783,0,0,4.848884009426991,0.058823529411764705,-4560095728.667862,-136409785.59502983,1.8195610900361183,-872200.1072319914,0,0,-5.160329648036996,-6.765421629350188,19.585014785018938,0,1,3.1669172932331007,0.4706794509208807,1337.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1355.1666666666665,1445.0,1316.6666666666667,-1.3405485180174481,1,0,0,none,1,-5.724137931034483,-2.318623784592371,0,0.333,-1,-1,1,-35.93841057851368,-8.571219129657948,27.36719144885574,1376.4,1532.55,1388.7833333333333,-9.888747512316076,0,0,113.07142857142857,8.187648701768904,0,0.1892744479495268,-122.33823991492036,1,0,-80.32786885245902,1,0,-9.14473684210526,6.834905191223612,0,0,0,0,0,0,-3.180022345853928,2.891665939511043,1.2663717581750369,0.32522857040590986,-73.98529411764707,0,0,14.917056450740805,,-4944670664.357846,-921791179.3314958,0.5124559907032615,-33905981.757283784,0,0,-3.093671065972791,-2.3846833790555966,20.698775006169758,0,1,-13.125563909774419,0.4417975801092284,1321.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-15.254410636665805,1,0,0,none,1,-2.1186440677966103,-0.5792903692976104,0,0.462,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.34437448364465184,55.95854922279793,75.86785391663442,101.0742209228332,8.067694634421853,23.565891472868216,10.077729084383838,11.37678015260561,0.17569352284665724,30.491982766167038 -86,2025-08-06 13:15:00,buy,1287.0,0.506,14,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#14,0.0,32.0,-0.9926006599731574,19.507575757575946,27.108585858585826,-2.553036555446397,-1.5604358954732396,1.1477245334811015,1296.4,1301.45,1305.2666666666667,-0.6492758077528915,0,0,3.2857142857142856,0.25411556734062535,0,0.3125,-230.1504022385426,1,0,-68.75,0,0,-0.7674597083653145,5.625679843110959,0,0,0,0,0,0,-8.0,-0.18794373794239205,-7.765151515151516,-0.1057264185505296,-8.997058823529414,0,0,0.4893837188597689,0.453781512605042,,,6.712122271592622,-491742.31619083136,0,0,,-10.41416490865592,37.232914600927025,1,1,-0.31203007518801523,0.24437154407059658,1288.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.9,1326.0,1289.2666666666667,0.24032870765173797,1,0,0,none,1,-0.15126050420168066,0.0,0,0.483,0,0,1,0.0,31.034482758620683,-0.5459592824791821,37.9166666666668,49.58333333333355,-2.696824641100875,-2.150865358621693,1.060681719166583,1300.4,1303.5,1311.25,-0.6520905255082421,0,0,3.7857142857142856,0.29233314947600664,0,0.3684210526315789,-266.8869309838491,1,0,-56.25,0,0,-0.5376344086021501,9.764349462787607,0,0,0,0,1,0,0.0,-0.30349482539188477,-6.25,-0.03420779715927951,-7.508823529411757,0,0,0.5299353007870646,0.21008403361344538,,,7.389953681626893,-772147.1934084703,0,0,,-10.250203166847072,37.484170872533085,1,1,-0.4240601503759544,0.5268060017886183,1288.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.9,1326.0,1289.2666666666667,0.3953794867819216,1,0,0,none,1,-0.1717171717171717,0.0,0,0.519,0,0,1,0.0,39.02439024390244,-0.6816621037010941,54.4193061840121,50.789341377576655,-3.7369252360877,-3.0552631323866057,1.1772306325072144,1301.6,1305.65,1312.7666666666667,-0.8156856738023244,0,0,5.071428571428571,0.39161610590182017,0,0.29411764705882354,-313.48080922670044,1,0,-70.58823529411765,0,0,-0.993883792048933,6.053302790729759,1,0,1,0,1,0,-0.9756097560975547,-0.4157570189798654,-3.529411764705884,-0.04539946304993971,-11.788235294117612,0,0,0.9738245426406312,0.3025210084033613,-3386246814.516786,-7854922.248931885,7.560511331765094,-1609692.360714592,0,0,,-10.20537892979565,57.92658363403587,1,1,-0.4368421052631426,0.4523351687005789,1290.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1290.5833333333335,1325.0,1290.0,0.34222250920126207,1,0,0,none,1,-0.31645569620253167,-0.3088803088803089,0,0.45,-1,-1,1,0.1908343850144019,28.30188679245282,-0.8374789894579222,26.97368421052633,12.861452049095112,-4.034557111825507,-3.1970781223675844,2.675188398230984,1303.2,1311.85,1316.8666666666666,-0.82707626634142,0,0,7.428571428571429,0.570989348852531,0,0.35135135135135137,-156.34218289085769,1,0,-31.57894736842105,0,0,-0.15349194167306734,15.498437596494583,0,0,1,0,1,0,0.524109014675048,-0.01303879357827098,21.357742181540807,0.23469359153620128,-11.182352941176532,0,0,1.1520121194727537,0.44537815126050423,,,4.794821071909139,-1459694.7602496566,0,0,,-9.761280159130436,38.737250358861296,1,1,-1.2684210526316066,0.7315395425077682,1288.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1306.5500000000002,1321.5666666666666,1291.5333333333333,-0.4247828249971386,1,0,0,none,1,-0.711864406779661,0.0,0,0.385,0,0,1,0.09791263424386056,41.42857142857144,-0.1935139037617173,16.765873015872902,19.821428571428456,-7.090828933476132,-6.897315029714415,2.1697130064420938,1305.6,1312.45,1337.6166666666666,-0.8724141872071378,0,0,10.642857142857142,0.8180520478752608,1,0.3125,-200.41833048107878,1,0,-68.75,0,0,-0.9139375476009182,30.329276999259164,0,0,0,0,0,0,4.719710669077763,-0.21928522014392549,2.083333333333332,0.21407341641964872,-15.65294117647045,0,0,1.654543665100771,0.37815126050420167,-4113839619.8971763,-12122429.64454317,5.1871225456617545,-2017345.1176791638,0,0,,-9.693718148842123,19.19950324973541,0,1,-0.6338345864661804,0.2774404467474779,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1352.95,1354.0,1291.0,-3.839757566798485,1,0,0,none,1,-1.1428571428571428,-0.3843197540353574,0,0.286,0,0,1,0.15617903915128709,29.126213592233,-0.2257431098004954,29.700854700854723,25.26353276353275,-13.590774787580358,-13.365031677779863,4.749992053905597,1310.6,1322.6,1356.3166666666666,-1.6331468319975784,0,0,14.0,1.0760953112990008,0,0.18181818181818182,-145.04028896915767,1,0,-58.333333333333336,0,0,-1.7371601208459264,13.964812635069066,0,0,1,0,1,0,-6.1118816458622405,-0.23554121439770803,9.444444444444446,0.11100854601616154,-34.16764705882338,0,0,2.6669861339383374,0.3949579831932773,-5194279290.560867,-18830302.35812092,2.8892278155629714,-2333907.3004775066,0,0,,-9.573032833275485,34.45556182655291,1,1,-2.1909774436090537,0.6811159288508901,1291.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.0,1391.0,1291.0,-1.8853695324283604,1,0,0,none,1,-1.7692307692307692,-0.3843197540353574,0,0.364,0,0,1,-2.509144222848132,-21.67482200729819,-19.165677784450057,1320.8,1352.65,1438.3,-3.4487857169260394,0,0,25.642857142857142,1.963465324874207,1,0.0,-126.48318042813456,1,0,-100.0,1,0,-4.671532846715332,26.308150190355434,0,0,0,0,0,0,-3.168498168498175,-1.0613389106357545,-1.639344262295082,0.05618921154697854,-37.120588235294235,0,0,4.346408526535003,0.0,-4594403035.859541,-162050734.7562437,2.167312506626626,-7845529.961930171,0,0,-4.5874131110277245,-8.851716072476501,30.845903559254328,1,1,-1.2563909774436186,0.07109696276920974,1306.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1350.45,1378.0,1296.8,-3.2914954274501085,1,0,0,none,1,-2.310344827586207,-2.756508422664625,0,0.333,0,0,1,-36.384398473953155,-18.1133066435857,18.27109183036745,1350.4,1524.05,1385.6833333333334,-13.38866835077589,0,0,113.0,8.56060606060606,0,-0.0031545741324921135,-120.40447115073971,1,0,-100.38910505836576,1,0,-17.03331238214959,8.647194088273096,0,0,0,0,0,0,-1.0473729543496972,-0.4459878954394725,-0.12970168612191912,0.21967069147247476,-83.69705882352946,0,0,13.72781573105767,,-4951922516.798118,-932472099.2792931,0.4794529397140331,-57965155.64943054,0,0,-3.2750237511047153,-6.628587678740583,22.900217387361074,0,1,-16.83383458646619,0.6255668801940624,1321.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1629.5833333333333,1638.0,1133.0,-18.997698798261307,1,0,0,none,1,-3.9322033898305087,-3.1818181818181817,0,0.429,-1,0,0,3,0,0,0,0.75,0.0,0.0,0,0.08163210516423372,35.164835164835154,5.2920227920227925,10.56782994804278,8.24342823504631,22.51851851851852,9.94802739826192,9.612371269618185,0.09486813432305778,33.04768023716061 -87,2025-08-10 13:27:00,sell,1512.0,0.65,14,고점 매도 · 비중 65% · 분할 · leg#14,1.0,61.904761904761905,0.9453676264059343,105.20895226777604,102.9933320129399,3.0520546649088374,2.106687038502903,1.2717190838502035,1505.6,1501.45,1498.2833333333333,0.8358586699523718,0,0,4.5,0.297225891677675,0,1.1666666666666667,206.35666196962603,0,1,17.647058823529413,0,1,0.7318695941450404,49.704999050989,0,1,0,1,0,0,2.930402930402934,0.6188715164388845,-1.5250544662309267,1.2142245863788805,11.332352941176623,0,0,0.854100605645056,0.8151260504201681,,,1.8962038385080464,124591.91761367023,0,0,,4.99016309579936,21.91844781585149,0,1,0.40225563909773393,0.248535358490924,1511.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1502.75,1505.5,1480.2,0.7486275162202682,0,0,0,none,1,0.09243697478991597,0.0,1,0.472,1,1,1,0.9892719553969277,73.77049180327869,1.6433725217514343,120.09803921568641,101.99049316696397,3.1763946910475624,1.5330221692961281,2.533561087878632,1504.2,1496.45,1495.5333333333333,1.23960038758395,0,0,7.285714285714286,0.48090523338048086,0,1.1333333333333333,153.16707128669046,0,1,23.52941176470588,0,1,1.4056224899598346,79.74674201692878,0,0,0,0,0,0,0.8891358710752968,0.5847407712519113,19.9643493761141,0.9977144929216369,7.1058823529413075,0,0,1.1130846149508682,0.9243697478991597,-2681034697.9727073,-689745.6413750648,1.1738051996690648,464330.04621686786,0,0,,5.088337977064317,20.774448850630808,0,1,1.3902255639097783,0.7529590988808029,1513.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1500.5,1509.0,1482.0,0.9663445518160563,0,0,0,none,1,0.2727272727272727,-0.132013201320132,1,0.552,1,1,0,0.7543823696058003,53.48837209302325,0.7184317854726807,100.83905415713201,105.86448004068141,2.1263692436343717,1.407937458161691,2.1770899678402267,1502.2,1498.7,1492.9333333333334,0.5538133048642147,0,0,10.571428571428571,0.7014882927291686,0,1.1304347826086956,119.2321889996306,0,1,13.043478260869565,0,1,1.0053619302949013,61.49871197720606,0,0,0,0,0,0,8.751529987760101,0.5123185527347491,-3.9855072463768124,0.7313984807929134,9.061764705882524,0,0,1.4379775523187355,0.9831932773109243,-3496518921.224241,,2.3039796491594986,173668.359647749,0,0,,4.580255033466352,19.82045645664254,0,1,-0.2902255639097856,0.04430749393654643,1506.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1502.1999999999998,1504.0,1471.6,0.31953135401412425,0,0,0,none,1,0.45569620253164556,-0.5972130059721301,1,0.583,0,1,1,0.7871203245051311,60.0,0.6246415841328838,120.9494324045408,105.0223598211215,3.1970974949176707,2.572455910784787,2.4000442780422655,1499.6,1494.7,1486.9666666666667,0.689101491938171,0,0,10.5,0.6976744186046512,0,1.1578947368421053,112.63383297644418,0,1,15.789473684210526,0,1,0.0,59.53689036879661,1,0,0,0,1,0,-1.4457831325301171,0.3111128712999909,7.223942208462347,0.715015220894218,7.314705882352882,0,0,1.4973964300343587,0.6302521008403361,-3582448351.164498,-2667237.2543473244,1.9085175152145373,161588.2894702903,0,0,,4.47871248763132,15.802380253447117,0,1,0.7984962406014829,0.2774515794787322,1505.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.4666666666667,1502.0,1470.0,0.23532545955065043,0,0,0,none,1,0.22033898305084745,-0.7308970099667774,0,0.579,0,0,1,0.7943621453474883,49.586776859504134,-0.14852032566408635,76.47058823529399,76.47058823529399,6.009135289830056,6.157655615494142,2.447287078878636,1497.6,1492.25,1470.55,0.720388674819894,0,0,14.142857142857142,0.9409751924721984,0,1.2352941176470589,133.76309427880483,0,1,23.52941176470588,0,1,1.144010767160153,55.76797646747066,0,1,0,0,0,1,-0.41322314049586595,0.40705957966173134,1.9607843137254832,0.7056077442545861,10.5,0,0,2.3646270353505203,0.8487394957983193,-4229497995.4037385,-21188752.649937153,1.8218575526687468,2121226.273795098,0,0,,4.41092052398615,11.676074815499595,0,1,0.6323308270676796,0.16788957397439908,1504.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1485.0666666666666,1499.0,1455.9333333333334,1.207577662057835,0,0,0,none,1,1.6326530612244898,-1.2641383898868928,1,0.667,0,0,1,0.9037845724790878,62.096774193548384,-1.2255226461592539,109.60144927536236,111.2141233304916,14.389153939873268,15.614676586032521,3.010340724343342,1494.2,1484.95,1437.15,1.2155291423953551,0,0,14.857142857142858,0.9884991920920065,1,1.375,159.01875901876008,0,1,37.5,0,1,1.691474966170503,54.777169916303095,0,1,0,0,0,0,17.910727681920484,0.5490267202694454,0.9057971014492807,0.8642614897589249,29.367647058823422,0,0,2.7401566945840092,0.42016806722689076,-5343139279.915467,-37263800.018951416,1.4828609076292192,-247724.97836820967,0,1,,4.548011412489816,20.191851756481263,0,1,1.1872180451127647,0.3949972172260471,1504.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1472.1166666666668,1494.0,1419.9333333333334,2.0978862635434137,0,0,0,none,1,2.7948717948717947,-0.7984031936127743,0,0.615,1,1,0,8.452204251522687,31.934135408720522,23.481931157197835,1481.8,1417.8,1380.75,4.5986740019748895,0,0,20.785714285714285,1.4015990752335998,0,1.0212765957446808,89.89307934338494,0,0,3.75,0,1,5.476529160739685,67.25839959961736,0,0,0,1,0,1,4.91673844387023,-1.3817978308388632,-2.6096491228070136,1.150897955569951,93.82647058823545,0,0,4.011586468197958,0.08403361344537816,-4685613032.297024,-30682009.33284664,1.6974841024654566,152769.32360447478,0,0,-1.622525614925502,3.559486322455885,70.6306376130457,1,1,7.759398496240598,0.9273923693541712,1466.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.6999999999998,1480.0,1306.0,5.800099878718723,0,0,0,none,1,5.0344827586206895,-0.6068779501011463,0,0.714,0,0,0,-11.137149722204416,-16.51462727148487,-5.377477549280454,1382.2,1487.95,1376.1,-0.7359118249941177,0,0,89.5,6.059580230196344,0,0.5114754098360655,-8.87955368851544,0,0,-39.0625,0,0,0.5445881552076148,35.02783845227502,0,1,0,0,0,0,0.5099232217876306,10.120506906870332,19.27488651102464,0.6244037495539951,-52.252941176470586,0,0,12.106286843230544,,-4970664437.101464,-403318455.7679672,0.8789204233713717,28440429.6757475,0,0,-3.6107447864913644,4.499042633373462,28.1786366426966,1,1,-18.919548872180453,0.7319308053757295,1412.01,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,19,impulse_late,unknown,500,in_cloud,above,3.569,0,0,1629.5833333333333,1638.0,1133.0,-9.363334185630269,1,0,0,none,1,-3.0847457627118646,-3.1821259309410967,1,0.467,1,0,0,0,1,0,1,0.0,0.25,-0.333,0,0.8419458087984547,84.5679012345679,104.97324159021407,107.95537641445416,13.448546183776697,40.33898305084746,38.859841115434484,22.507971249459562,0.4790760177923968,35.17073459977959 -88,2025-08-10 13:42:00,sell,1510.0,0.35,14,고점 매도 · 비중 35% · 분할 · leg#14,0.8088515401337036,64.28571428571428,0.9877786991886435,107.40740740740763,108.02469135802473,4.591437435993839,3.6036587368051958,1.602180044456103,1513.4,1505.55,1499.1666666666667,0.4948357743017606,0,0,4.571428571428571,0.3021433292418091,0,1.0555555555555556,91.83916250297138,0,0,5.555555555555555,0,1,1.2717536813922292,60.364403782844256,0,0,0,0,0,0,1.495016611295675,-0.20430533856605626,-1.851851851851876,0.8845268935058104,13.220588235294144,0,0,0.7545570096094343,0.453781512605042,-2056909514.9276779,-134852.0774729252,0.5249409259483067,208058.15027822554,0,0,,4.91994062056873,8.476411953302716,0,1,0.6488721804511336,0.4052222966418155,1511.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.2333333333333,1512.0,1480.2666666666667,0.7837999866776135,0,0,0,none,1,0.11764705882352941,-0.06609385327164573,0,0.486,0,0,0,0.791087212578735,62.745098039215684,1.618024366897496,113.72549019607857,118.46405228758192,4.481522724121987,2.863498357224491,2.575259767563763,1512.4,1500.75,1497.0,0.7496251874062887,0,0,6.5,0.4298941798941799,0,1.0333333333333334,97.28760367630477,0,0,5.88235294117647,0,1,0.3984063745019917,67.58391101711354,0,0,0,1,0,0,-3.2549019607843164,-0.23992154649902186,-5.882352941176464,0.8150996179284851,13.214705882352973,0,0,1.112645858012241,0.8991596638655462,,,0.38952448558313235,68130.04128833301,0,0,,4.879574280895871,19.16834148407865,0,1,1.4278195488721976,0.7643211623138195,1510.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1500.5,1511.0,1482.0,0.7664111962679021,0,0,0,none,1,0.1717171717171717,0.0,0,0.571,0,0,0,0.8399265515037593,51.72413793103448,1.6663738347277963,113.87163561076609,105.41298899422468,3.8498471259188136,2.1834732911910173,2.442436670656008,1506.2,1499.55,1494.0833333333333,0.8302490747224223,0,0,10.642857142857142,0.7038926681783824,0,1.1071428571428572,115.40972902383245,0,1,10.714285714285714,0,1,1.9554956169925752,57.60208074497334,0,0,0,0,0,0,-4.7976011994003045,0.23060433733828756,12.34335839598998,0.7802455984995011,10.691176470588289,0,0,1.4694412483482495,1.0,-3497011635.000862,-118177.16947889328,0.8087416462097821,635801.4241117127,0,0,,4.926183802196404,15.514090923367847,0,1,0.2879699248120298,0.034618940080671234,1511.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.4833333333333,1509.0,1480.3,0.7004184750635467,0,0,0,none,1,0.5316455696202531,-0.26455026455026454,0,0.6,0,0,0,0.9694378763850515,58.44155844155844,1.3378027454531738,117.55576724616976,117.41022994892971,4.244709342601254,2.9069065971480805,2.519860291576515,1505.2,1496.3,1487.3333333333333,1.1829178640647031,0,0,10.214285714285714,0.6746555953953576,0,1.1923076923076923,134.16753562738907,0,1,19.230769230769234,0,1,0.8660892738174608,56.445539888343276,0,0,0,0,0,0,-1.558441558441558,0.71316116132029,-3.3936651583710358,0.899279890761758,10.59705882352955,0,0,1.5475663336602403,0.7647058823529411,-3583905880.55995,-4158032.473347664,0.7133333330096033,423333.4707206702,0,0,,5.102828170823415,17.170085230174653,0,1,0.8736842105263309,0.30068151067159654,1510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1470.65,1507.7,1470.0,2.9476761975997023,0,0,0,none,1,0.5423728813559322,-0.06605019815059446,1,0.579,1,0,0,1.0,62.83185840707965,0.760258544843424,125.30345471521929,92.09461562402726,7.107978796548423,6.347720251704999,2.5475495549922864,1500.2,1494.15,1471.95,1.3285145400394827,0,0,12.642857142857142,0.8350632194753728,0,1.5238095238095237,157.41692360397457,0,1,52.38095238095239,0,1,2.1592442645074206,60.67413718129519,0,0,0,0,0,0,13.245081547575516,0.9087788705075104,48.8328664799253,0.9048954355355817,10.417647058823377,0,0,2.406689128878846,0.8487394957983193,-4231955397.2620463,-23646154.50824499,1.109293903217025,2687379.0248390734,0,0,,5.1735094509615775,12.617137860435879,0,1,0.6864661654135072,0.182134668862446,1506.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1483.7333333333331,1503.0,1435.0,2.0398993529834764,0,0,0,none,1,1.8571428571428572,-0.19815059445178335,1,0.733,1,0,0,0.9037845724790878,62.096774193548384,-1.2255226461592539,109.60144927536236,111.2141233304916,14.389153939873268,15.614676586032521,3.010340724343342,1494.2,1484.95,1437.15,1.2155291423953551,0,0,14.857142857142858,0.9884991920920065,1,1.375,159.01875901876008,0,1,37.5,0,1,1.691474966170503,54.777169916303095,0,1,0,0,0,0,17.910727681920484,0.5490267202694454,0.9057971014492807,0.8642614897589249,29.367647058823422,0,0,2.7401566945840092,0.42016806722689076,-5343139279.915467,-37263800.018951416,1.4828609076292192,-247724.97836820967,0,1,,4.548011412489816,20.191851756481263,0,1,1.1872180451127647,0.3949972172260471,1504.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1472.1166666666668,1494.0,1419.9333333333334,2.0978862635434137,0,0,0,none,1,2.7948717948717947,-0.7984031936127743,0,0.615,1,1,0,8.452204251522687,31.934135408720522,23.481931157197835,1481.8,1417.8,1380.75,4.5986740019748895,0,0,20.785714285714285,1.4015990752335998,0,1.0212765957446808,89.89307934338494,0,0,3.75,0,1,5.476529160739685,67.25839959961736,0,0,0,1,0,1,4.91673844387023,-1.3817978308388632,-2.6096491228070136,1.150897955569951,93.82647058823545,0,0,4.011586468197958,0.08403361344537816,-4685613032.297024,-30682009.33284664,1.6974841024654566,152769.32360447478,0,0,-1.622525614925502,3.559486322455885,70.6306376130457,1,1,7.759398496240598,0.9273923693541712,1466.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.6999999999998,1480.0,1306.0,5.800099878718723,0,0,0,none,1,5.0344827586206895,-0.6068779501011463,0,0.714,0,0,0,-11.137149722204416,-16.51462727148487,-5.377477549280454,1382.2,1487.95,1376.1,-0.7359118249941177,0,0,89.5,6.059580230196344,0,0.5114754098360655,-8.87955368851544,0,0,-39.0625,0,0,0.5445881552076148,35.02783845227502,0,1,0,0,0,0,0.5099232217876306,10.120506906870332,19.27488651102464,0.6244037495539951,-52.252941176470586,0,0,12.106286843230544,,-4970664437.101464,-403318455.7679672,0.8789204233713717,28440429.6757475,0,0,-3.6107447864913644,4.499042633373462,28.1786366426966,1,1,-18.919548872180453,0.7319308053757295,1412.01,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,19,impulse_late,unknown,500,in_cloud,above,3.569,0,0,1629.5833333333333,1638.0,1133.0,-9.363334185630269,1,0,0,none,1,-3.0847457627118646,-3.1821259309410967,1,0.467,1,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.8419458087984547,84.5679012345679,104.97324159021407,107.95537641445416,13.448546183776697,40.33898305084746,38.859841115434484,22.507971249459562,0.4790760177923968,35.17073459977959 -89,2025-08-10 17:06:00,buy,1417.0,0.325,15,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#15,0.018928398887490355,12.857142857142847,-3.147759739638582,12.536634416118147,11.332203025928044,-11.252881442998842,-8.10512170336026,4.941107831303281,1433.4,1455.6,1470.7166666666667,-2.37702665567463,0,0,11.071428571428571,0.7791293857444456,0,0.037037037037037035,-135.94896331738425,1,0,-96.15384615384616,1,0,-3.069577080491137,3.5959285996245,0,0,0,0,0,0,-4.092009685230039,-0.46643011346082464,0.4048582995951424,-0.14293457097122933,-29.261764705882342,0,0,1.0577395896909672,1.0,-2068494312.1751688,-7042786.66129303,3.4935696549505013,-1216963.7820669413,0,0,,-1.4650201236286242,54.894343100798245,1,1,-2.82105263157895,0.8615443668753842,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1436.05,1512.0,1419.0,-1.0480136485498392,1,0,0,none,1,-0.6722689075630253,-0.422237860661506,0,0.324,-1,-1,1,0.0,18.604651162790702,-4.034357287809845,13.33940753200647,13.029533229391781,-13.746630755193792,-9.712273467383946,4.769308067386422,1431.6,1457.6,1482.55,-2.9912184412733245,0,0,11.142857142857142,0.7880379874722166,0,0.016666666666666666,-177.00717220249226,1,0,-98.33333333333333,1,0,-4.070556309362283,18.41828535576184,0,0,0,0,0,0,-9.564362921716338,-1.0881751792160745,-4.707602339181287,-0.4036930487578202,-37.84705882352955,0,0,1.596041099379257,1.0,-2704578436.6120467,-16936553.937348843,2.308431968723624,-1666940.5345641365,0,0,,-1.922794353601942,35.21367406728332,1,1,-2.091729323308275,0.5070041626684672,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1499.5666666666666,1511.0,1419.5333333333333,-5.706092871273915,0,0,0,none,1,-0.7070707070707071,-0.14144271570014144,0,0.379,-1,-1,1,0.005585912032515288,16.249999999999986,-3.8926586086694446,18.51147883124632,26.47153198947015,-12.946446357464083,-9.053787748794639,5.605933451866246,1452.2,1473.85,1488.2833333333333,-2.7716524748108595,0,0,13.357142857142858,0.9321104575814974,0,0.2222222222222222,-206.2330623306234,1,0,-68.75,0,0,-2.117486338797814,11.18202144639534,0,0,1,0,1,0,-1.8055555555555713,-0.746926805788144,-9.095528455284551,-0.16892334253418437,-40.53529411764703,0,0,1.5824986243051242,0.9831932773109243,-3527658368.322693,-19027294.306522846,3.3558655259499632,-2259797.449794052,0,0,,-0.5606673688882791,58.46989696359975,1,1,-3.2082706766917397,0.8443598680970081,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.0,1509.0,1416.2,-4.530313124583607,1,0,0,none,1,-0.6075949367088608,-0.13956734124214934,0,0.478,0,0,1,0.0,14.782608695652186,-5.93530207425037,20.78068328068332,23.608652413000314,-12.245059367208569,-6.309757292958198,6.292321947800011,1455.4,1483.2,1487.55,-3.3845738942826387,0,0,17.214285714285715,1.2012760442627854,0,0.11627906976744186,-185.46365914786935,1,0,-87.5,1,0,-3.6314727639542688,9.199089150952716,0,0,0,0,0,0,-6.528866714183891,-0.8870988277655449,-3.804347826086957,-0.10430701145452498,-38.797058823529596,0,0,2.395594560847942,1.0,-3621227446.074974,-32848863.10269928,3.2944869871833617,-2945522.2734828186,0,0,,-0.5251943373981272,27.236958306901368,1,1,-3.3187969924812055,0.7081546293609339,1423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1498.9666666666667,1509.0,1423.0,-4.400809446507592,1,0,0,none,1,-0.6440677966101694,-0.8374040474528961,0,0.526,0,0,1,0.0,27.027027027027017,-6.857613534937859,20.340375586854325,17.84820031298891,-6.041592432952257,0.8160211019856024,5.169542552148355,1461.6,1487.15,1477.4,-3.641192885721012,0,0,20.928571428571427,1.4604725351410626,0,0.014084507042253521,-253.46914673752715,1,0,-98.59154929577466,1,0,-3.3715441672285906,23.136397691537283,0,0,0,0,0,0,-17.159019484600883,-2.116099626585707,1.3028169014084483,-0.06814085446776875,-32.13823529411752,0,0,3.1051276068264833,1.0,-4357585985.687338,-128091732.96172762,2.9506578484894956,-872215.7195935622,0,0,,-0.45744100267504084,15.74955159382104,0,1,-1.6669172932331116,0.26327059286446064,1432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1492.35,1503.0,1432.0,-3.976949107112937,1,0,0,none,1,-0.7346938775510204,-1.465457083042568,0,0.538,-1,-1,1,0.0,37.43016759776536,-7.278537335970327,33.10291858678958,75.26241679467485,4.695197455631842,11.973734791602169,4.620315333549888,1477.2,1483.8,1443.3,-3.4236420002695778,0,1,24.571428571428573,1.714684478117835,0,0.016129032258064516,-258.9013667624277,1,0,-98.38709677419355,1,0,-3.8900067069081112,26.348979443426515,0,0,0,0,0,0,-11.602090466750766,-3.1299421370647167,-49.46236559139785,0.05332507662656882,-6.205882352941217,0,1,3.600005972032006,0.9327731092436975,-5528320593.757984,-219020914.6583948,2.5197085115231337,-4280516.030507259,0,0,,-0.3256511860216138,21.14911741885829,0,1,-0.2917293233082773,0.010140379975956404,1432.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1487.6666666666667,1494.0,1423.0666666666666,-3.6746583015908607,1,0,0,none,1,0.9230769230769231,-2.2330774598743894,0,0.583,-1,-1,1,5.844061058600662,30.787007480448665,24.942946421848003,1479.2,1423.5,1380.25,2.985598876009843,0,0,23.857142857142858,1.6273630871175209,0,0.8923076923076924,30.846681922197046,0,0,-17.72151898734177,0,1,4.639543183440398,56.8046048899818,0,1,0,1,0,1,-15.224835541137239,-2.608143192922025,-7.130414585994657,0.8519125743293785,83.39117647058833,0,0,4.188923405189956,0.12605042016806722,-4702256199.444298,-47380293.50244331,1.788616299100854,-2482481.9221251644,0,1,-1.5849280410487425,2.3707690983902463,68.60722892297036,1,1,7.4090225563909895,0.9009614269402557,1436.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.6999999999998,1480.0,1306.0,4.587286865948514,1,0,0,none,1,4.068965517241379,-1.7053206002728514,0,0.833,0,0,0,-11.137149722204416,-16.51462727148487,-5.377477549280454,1382.2,1487.95,1376.1,-0.7359118249941177,0,0,89.5,6.059580230196344,0,0.5114754098360655,-8.87955368851544,0,0,-39.0625,0,0,0.5445881552076148,35.02783845227502,0,1,0,0,0,0,0.5099232217876306,10.120506906870332,19.27488651102464,0.6244037495539951,-52.252941176470586,0,0,12.106286843230544,,-4970664437.101464,-403318455.7679672,0.8789204233713717,28440429.6757475,0,0,-3.6107447864913644,4.499042633373462,28.1786366426966,1,1,-18.919548872180453,0.7319308053757295,1412.01,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,19,impulse_late,unknown,500,in_cloud,above,3.569,0,0,1629.5833333333333,1638.0,1133.0,-9.363334185630269,1,0,0,none,1,-3.0847457627118646,-3.1821259309410967,1,0.467,1,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.7300843600086322,69.34306569343066,97.84282700421942,103.46631976915153,12.976105268075685,40.33898305084746,38.859841115434484,22.507971249459562,0.4790760177923968,35.17073459977959 -90,2025-08-11 22:06:00,buy,1399.0,0.33,15,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#15,0.1792866418915812,37.83783783783784,0.9926614385221342,41.66666666666691,49.44444444444449,-5.833003578299667,-6.825665016821802,1.2497412447870941,1406.8,1409.65,1432.5,-0.40080871138226115,0,0,4.642857142857143,0.3306878306878307,0,0.15384615384615385,-125.94458438287182,1,0,-75.0,0,0,-0.49610205527994555,17.63693552188576,0,0,1,0,1,0,-3.3386327503974513,-0.15368610729454613,-11.666666666666664,0.13908921988646286,-8.458823529411802,0,0,0.9982681870237606,0.8151260504201681,-2101562829.7027164,,2.1033295687301066,-189835.33473592997,0,0,,-2.669652952525381,12.964559878595287,0,1,-0.6157894736841982,0.6842105263157925,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1455.65,1474.5,1402.0,-3.5482430529316877,1,0,0,none,1,-0.7142857142857143,-0.14245014245014245,0,0.214,0,0,1,0.20242277320817728,34.14634146341464,0.6856764436397107,33.333333333333435,31.623931623931806,-10.83764776794851,-11.523324211588221,2.743872891600207,1405.2,1414.55,1446.25,-0.8165140857516517,0,0,6.714285714285714,0.47856633744017923,0,0.034482758620689655,-115.40972902383227,1,0,-92.3076923076923,1,0,-0.566973777462787,13.208763443930053,1,0,1,0,1,0,-12.195121951219505,-0.01302466376727196,-5.128205128205131,0.009129096402931986,-23.549999999999955,0,0,1.429494109058922,0.9831932773109243,-2762080298.6003923,-2618311.7364578247,2.6509772569970624,-686850.7939908383,0,0,,-2.7111988157798916,36.59484704118774,1,1,-1.4157894736842187,0.7451107015141213,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1493.45,1495.0,1402.0,-6.056446482975664,1,0,0,none,1,-0.9595959595959596,-0.3563791874554526,0,0.182,0,0,1,0.20431578909197948,17.105263157894726,-2.0524973010597876,7.20512820512826,6.0876068376068355,-17.20103530808842,-15.148538007028634,6.351756876838785,1408.2,1434.95,1469.1833333333334,-1.878114220007665,0,0,11.571428571428571,0.8218344155844156,0,0.10344827586206896,-94.95966650425011,0,0,-88.0,1,0,-1.8815331010452963,18.569214721263833,1,0,0,0,0,0,4.118250170881737,0.7015870341870354,2.0769230769230775,0.015610451405505939,-40.602941176470495,0,0,1.464442040573225,0.957983193277311,-3599038801.072381,-23762497.01047182,2.479994389198703,-21389.76662974246,0,0,-7.38085559083029,-2.3212088569887546,70.06190486586375,1,1,-3.712030075187962,0.9288588630050331,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1403.8333333333335,1512.0,1402.0,0.2968063635284235,1,0,0,none,1,-0.9620253164556962,-0.35511363636363635,0,0.3,0,0,1,0.12202389814525717,13.97849462365592,-4.657299910236514,8.204417763411106,5.824911012319693,-19.532630031798362,-14.875330121561849,7.095105928396143,1409.0,1446.8,1474.9833333333333,-2.6817804810616463,0,0,14.285714285714286,1.0146103896103895,0,0.12162162162162163,-118.32957534761375,1,0,-85.24590163934425,1,0,-3.69357045143639,0.0,0,0,0,0,0,0,5.932517612161675,0.7062911724940868,4.388932257784717,-0.0712471587702058,-54.391176470588334,0,0,1.5789076470437038,0.6302521008403361,-3692029802.8686843,-31221866.98267269,2.0974868134255242,-1558076.183077183,0,0,,-2.2872170404765746,56.06517209937821,1,1,-3.927819548872174,0.8198913676480948,1399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1503.5,1509.0,1399.0,-6.351845693382108,1,0,0,none,1,-1.0169491525423728,-0.14204545454545456,0,0.389,0,0,1,0.017490030547840506,15.573770491803273,-8.497996585577072,5.480491158204001,11.59904088770878,-16.7768761125933,-8.278879527016228,8.423288159202942,1423.0,1467.65,1465.5666666666666,-4.064320512383746,0,0,20.285714285714285,1.4407467532467533,0,0.09090909090909091,-159.17943391326946,1,0,-89.8876404494382,1,0,-3.4955448937628475,10.38263491063509,0,0,0,0,0,0,0.0,-0.15121364213525013,-2.4069912609238457,-0.08637163254631289,-58.938235294117476,0,0,1.8598590598685196,0.16806722689075632,-4450600356.936474,-63897008.904486656,1.7241541274048078,-3811513.750269048,0,0,,-2.2203659763052053,41.72793986765806,1,1,-4.856390977443614,0.8641855499009082,1399.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.4,1507.0,1417.0,-3.455842018650579,0,0,0,none,1,-0.5714285714285714,-0.14204545454545456,0,0.538,0,0,0,0.0,31.016042780748663,-8.877970327380964,17.31981364757471,25.37971484762963,-8.92279548737838,-0.044825159997415376,6.875312768862352,1442.6,1474.2,1470.5666666666666,-4.490571157237822,0,0,24.142857142857142,1.7146915584415585,0,-0.011235955056179775,-211.41036779611926,1,0,-101.12359550561798,1,0,-6.693174287607684,42.0240138760396,0,0,0,0,0,0,-2.679609393164384,-2.00774661205158,-7.950289410963563,-0.07593376008025401,-31.90882352941162,0,0,3.3046868596297707,0.7226890756302521,-5605782760.208419,-57806271.30569744,2.070775241409907,-10012936.071905406,0,0,,-2.0900891510736153,32.38612650184377,1,1,-2.4751879699248085,0.33396939131223735,1409.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1496.5166666666667,1498.0,1409.0,-5.914846699557863,0,0,0,none,1,-2.128205128205128,-1.6335227272727273,0,0.385,-1,0,1,-1.7455029314092485,24.340801308925847,26.086304240335096,1482.8,1456.7,1386.1666666666667,-0.18535044964645975,0,0,35.285714285714285,2.4268029082334444,0,0.6091954022988506,-68.37293588255653,0,0,-48.57142857142857,0,0,-2.0215633423180557,50.465061240216976,0,0,0,0,0,0,-8.359683794466413,-2.9442242371400056,-15.573192239858898,0.504129683844289,53.944117647058874,0,0,4.49394317345064,0.25210084033613445,-4925925024.754548,-270654830.34431744,2.0243303675606383,-16814428.4673094,0,0,-4.444149249406465,1.4965883384158607,52.77727658760883,1,1,3.9999999999999836,0.5329539876378704,1418.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.0833333333333,1488.0,1398.6,3.776839350502592,1,0,0,none,1,4.310344827586207,-1.4442916093535076,0,0.778,-1,0,1,-5.437312108079825,-12.174117684380235,-6.73680557630041,1409.6,1474.7,1372.7333333333333,-1.2002441174476242,0,0,94.21428571428571,6.466320227473281,0,0.4459016393442623,-19.292845882441288,0,0,-13.924050632911392,0,1,0.4827586206896495,34.510061194604475,0,1,0,0,0,0,-3.712066526145591,5.699837614124592,20.520776896681944,0.5589075441579829,-39.07941176470581,0,0,11.728265830085919,,-5073115167.415287,-412224781.42875767,1.0959130289123704,26523281.209813893,0,0,-3.882881089104635,3.0707092840872363,30.21692601751204,1,1,-15.666165413533825,0.6092562057717305,1418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,above_cloud,above,8.26,0,0,1629.5833333333333,1638.0,1133.0,-10.59064177959601,1,0,0,none,1,-0.8983050847457628,-1.4413177762525737,0,0.467,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.47917645732172426,55.73122529644268,95.09984639016898,106.24825807497912,8.901004622994913,36.62691652470187,59.38061801211643,39.27513791065359,0.4627336785443918,32.20720668331471 -91,2025-08-12 20:09:00,buy,1336.0,0.345,15,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#15,0.32845636817456114,43.99999999999999,0.19138548702131963,44.444444444444706,53.70370370370379,-1.3634715930954826,-1.5548570801168022,0.6695270349532916,1349.2,1349.55,1355.1666666666667,-0.11485309918120024,0,1,3.357142857142857,0.2490462060194998,1,0.3333333333333333,-46.511627906970496,0,0,-66.66666666666666,0,0,-0.22205773501110526,44.13825135851391,1,0,0,0,0,0,-4.0,-0.09373538088619005,-11.111111111111114,0.33427821346672815,-2.588235294117567,0,0,0.5061636154809518,0.226890756302521,-2126449759.0570168,-402199.89454340935,0.390816915307865,-28722.146692544222,0,0,,-6.502891230497754,13.270797688744723,0,1,0.02180451127818386,0.0032611182417016105,1348.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.0,1370.0,1346.0,-1.4619883040935644,1,0,0,none,1,-0.13445378151260504,-0.0741839762611276,0,0.414,0,0,0,0.31010085711132246,40.625,0.22094820678224947,53.70370370370379,51.85185185185204,-2.6686525505074314,-2.889600757289681,1.2471173959409991,1349.0,1351.2,1358.7333333333333,-0.2368265245707546,0,0,4.642857142857143,0.344425604069521,1,0.3,-67.94055201698566,0,0,-50.0,0,0,0.0742390497401546,40.35379960007521,0,0,0,0,0,0,1.231060606060609,-0.025643661012813457,-3.3333333333333357,0.3204751945957666,-4.888235294117521,0,0,0.8088977481060786,0.7983193277310925,-2786971239.9135795,-372724.2680182457,0.39816475492416065,151745.36637413246,0,0,,-6.477044916594544,42.636156697485355,1,1,-0.46616541353383045,0.4285625094765354,1347.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.65,1371.4,1348.3,-1.5087860300295963,0,0,0,none,1,-0.32323232323232326,-0.0741839762611276,0,0.273,0,0,0,0.23605006810908685,40.0,-0.5815470105187246,15.000000000000037,16.111111111111093,-4.353377725954942,-3.771830715436218,2.1641149139958253,1349.0,1356.75,1365.8666666666666,-0.5712179841533049,0,0,5.714285714285714,0.4235941967595044,0,0.09090909090909091,-96.94350108058168,0,0,-80.0,0,0,-0.5895357406042745,20.990717055044996,0,0,1,0,1,0,-3.999999999999993,0.15155930776966464,-7.222222222222223,0.23524479177085653,-9.285294117647027,0,0,1.067526227105546,0.5042016806722689,-3633592106.954344,-2374884.187897682,0.5092356690976284,-305851.9144926034,0,0,,-6.366577742872714,46.39628367306601,1,1,-1.0924812030075344,0.7752748170793284,1347.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.4333333333334,1382.4666666666667,1347.0,-1.5639821954126498,1,0,0,none,1,-0.24050632911392406,-0.07412898443291327,0,0.389,0,0,0,0.17644497387424551,35.82089552238806,-0.7480518467449935,21.904761904761937,16.19047619047626,-5.5591741786463444,-4.811122331901351,2.24035355771842,1349.6,1358.85,1370.1833333333334,-0.7248776538985147,0,0,7.0,0.5189028910303929,0,0.35714285714285715,-167.20142602495707,1,0,-64.28571428571429,0,0,-0.5895357406042745,32.971141955797336,0,0,0,0,0,0,1.492537313432834,0.08533564620130019,11.904761904761903,0.18974446623206273,-14.779411764705856,0,0,1.5765234748450916,0.7142857142857143,-3739250531.8996563,-6102231.121511459,2.0668363918371266,-228665.29528245982,0,0,,-6.3327660353532655,29.049460015162982,1,1,-0.8353383458646474,0.42163504713808386,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1379.5,1393.0,1353.4,-2.210945994925695,0,0,0,none,1,-0.7966101694915254,-0.2223869532987398,0,0.286,0,0,1,0.11796413123099382,36.0,0.3421384518827715,11.904761904761761,18.057323939676728,-11.118854675394914,-11.460993127277685,3.2386473380994625,1354.0,1365.9,1404.4666666666667,-1.2372794494472594,0,0,10.5,0.7783543365455894,0,0.1111111111111111,-145.09949326412172,1,0,-83.33333333333334,1,0,-0.735835172921262,31.320882008192754,0,0,0,0,0,0,-0.9863013698630141,-0.25023059726012953,-10.130718954248364,0.10825370818306401,-21.538235294117612,0,0,1.6867024940960607,0.025210084033613446,-4506739348.166239,-6327589.4560136795,1.6525594607430134,-495797.1252694428,0,0,,-6.2686392284692865,17.887957431658617,0,1,-1.6120300751880015,0.7436510201400719,1345.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1418.1166666666668,1419.9,1355.7,-4.873835015924888,0,0,0,none,1,-2.306122448979592,-0.6671608598962194,0,0.2,-1,0,0,0.15518824318622398,27.450980392156865,-0.16136493104897198,10.020630710285909,17.91578366291009,-22.791471829005786,-22.630106897956814,6.607206851361741,1358.4,1380.45,1438.3833333333334,-2.2782426020500623,0,0,15.857142857142858,1.1754738960076248,0,0.015151515151515152,-120.13971266640249,1,0,-96.55172413793103,1,0,-2.3171614771904436,27.37467177793374,1,0,1,0,1,0,1.282756093091436,-0.06343889236663358,-13.665389527458492,-0.013462492395816938,-53.726470588235316,0,0,2.133128732981709,0.0,-5668799012.30998,-45709193.02061844,1.1160317019601245,-1903791.2539497344,0,0,-4.475842584360533,-6.145665692421165,36.12220966361013,1,1,-3.5210526315789368,0.8345567835490717,1348.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1410.5,1498.0,1358.0,-4.360155973059198,0,0,0,none,1,-3.5128205128205128,-1.0378057820607858,0,0.143,-1,0,0,-17.323471542475023,-10.641186423641784,6.6822851188332395,1373.2,1446.45,1389.6833333333334,-6.737184140481878,0,0,45.5,3.3728687916975537,0,0.007142857142857143,-120.57765609062136,1,0,-99.28571428571429,1,0,-9.097035040431267,41.073815565946255,0,0,0,0,0,0,-0.8502367198019414,-0.8856561340396816,-0.03968253968253954,0.11682551020417023,-55.57058823529405,0,0,5.376650777480149,0.44537815126050423,-4972990738.544471,-269395339.99631023,1.911658323253006,-26228262.491858743,0,0,-4.847620496381327,-5.7692371046656366,31.935430520487532,1,1,-6.229323308270675,0.5717799382576988,1348.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1439.0,1488.0,1362.0,-6.254343293954134,0,0,0,none,1,-1.206896551724138,-5.114899925871016,0,0.556,0,0,1,-4.0710198125236285,-11.825580341954947,-7.754560529431318,1427.2,1461.0,1371.1833333333334,-3.011635865845308,0,0,93.21428571428571,6.5782841012198805,0,0.3735408560311284,-42.07092437920087,0,0,-2.0408163265306123,0,1,3.2046613255644507,34.10039489349974,0,1,0,0,0,0,-0.6135161896934918,1.366292295556196,22.276926334736217,0.45680649385671235,-40.94117647058829,0,0,11.800066430120227,,-5100042896.186298,-359849169.66123486,1.1452730552124435,17483035.5329659,0,0,-4.124582983787338,0.27158151388002594,31.56765442915517,1,1,-13.07518796992481,0.515188737225483,1405.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,618,above_cloud,above,6.726,0,0,1629.5833333333333,1638.0,1133.0,-13.045256967527486,1,0,0,none,1,1.2372881355932204,-4.869442484121383,0,0.467,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.00012500260801176944,28.246753246753244,7.795275590551182,10.586280881556478,13.477737785710369,36.01340033500838,81.65754434685265,59.96600115813451,0.3979309900961751,29.505879097710867 -92,2025-08-14 08:12:00,sell,1550.0,0.65,15,고점 매도 · 비중 65% · 분할 · leg#15,0.9149019110682773,78.94736842105263,1.8091153481899873,108.03435319377375,100.51224245427152,8.828307538327408,7.019192190137421,3.1366911087208473,1542.6,1529.1,1514.6666666666667,1.3014191354391524,0,0,6.428571428571429,0.41501429493682557,0,1.0588235294117647,130.64081852450198,0,1,8.695652173913043,0,1,1.6404199475065662,81.75833788797733,0,0,0,0,0,1,-1.05263157894737,1.814187341508955e-05,6.7447045707915265,1.1630049740854191,22.067647058823468,0,0,0.9143936287453112,0.7983193277310925,-2168094940.950427,609341.3033537865,2.548839619588831,884315.6183328256,0,0,,7.404197608472085,49.10230366413562,1,1,1.9278195488721726,0.9047019041123567,1549.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1511.2333333333333,1547.0,1498.6666666666667,2.499062575821065,0,0,0,none,1,0.4957983193277311,-0.4519044544867657,1,0.683,0,0,1,0.9876339856701853,85.45454545454545,2.8291341417163522,101.54401154401167,102.73689273689297,9.709875886951295,6.880741745234943,3.494050962098371,1542.8,1523.05,1509.65,1.7038179967827638,0,0,6.642857142857143,0.4288481047680532,0,1.0526315789473684,147.76032577079675,0,1,6.0606060606060606,0,1,2.2442244224422536,78.20554234776752,0,0,0,0,0,1,2.9984051036682615,0.11486110121740989,-2.7417027417027384,1.3309468566740292,26.338235294117567,0,0,1.0016328018393532,0.4789915966386555,-2844109917.0297794,-1320627.4489278793,2.4106756193137837,1019395.110753959,0,0,,7.4328146801259765,46.77464493003436,1,1,2.0503759398495993,0.8313199999955281,1548.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1512.8333333333335,1547.0,1473.2,2.390657706290611,0,0,0,none,1,0.7474747474747475,-0.25823111684958033,1,0.724,0,0,1,1.0,79.45205479452055,3.2688359148171484,119.96594295444872,111.59812686249465,9.960486916032096,6.6916510012149475,3.685157711584245,1534.2,1514.5,1499.1,2.2779795311984152,0,0,8.0,0.5164622336991607,0,1.2619047619047619,181.05703819989435,0,1,37.93103448275862,0,1,2.5148908007941673,89.24413714357662,0,0,0,0,0,1,10.221285563751323,0.8308395562261799,12.643678160919535,1.45422109185332,25.758823529411757,0,0,1.3997760290029986,0.5294117647058824,-3705406248.9968476,-5701949.561554432,3.3461132515210203,1579995.835926503,0,0,,7.478921850382325,47.76403233794456,1,1,2.0781954887218137,0.7764439484762187,1541.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1536.7833333333333,1538.0,1474.7333333333333,0.7949504918281614,0,0,0,none,1,0.7215189873417721,-0.19367333763718528,1,0.667,1,1,1,1.0,80.3921568627451,2.5189728155733375,102.21052631578952,105.91040782784857,8.93969041360424,6.420717598030902,3.3613241421828297,1523.2,1508.95,1495.0,1.7926372643228605,0,0,8.5,0.5533854166666667,0,1.0217391304347827,226.82786413356362,0,1,2.631578947368421,0,1,2.605210420841675,87.33963589812767,0,0,0,0,0,0,-2.063983488132095,0.6285629236334591,-6.530214424951282,1.2386123366637976,27.694117647058874,0,0,2.103956240148284,0.7394957983193278,-3813934415.906754,1364863.3313422203,3.572552342165116,2553449.376983514,0,0,,6.615587643131371,31.53606187306752,1,1,1.3090225563909728,0.37300254843396585,1537.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1480.2333333333333,1535.0,1473.0,3.767424054766133,0,0,0,none,1,0.8983050847457628,-0.9765625,1,0.706,1,0,1,1.0,72.44094488188976,2.29283587275952,103.794577070439,108.9273773645296,12.099856219565254,9.807020346805734,4.185858368090027,1517.2,1498.95,1475.5333333333333,2.4717302111477935,0,0,12.928571428571429,0.841703869047619,0,1.0161290322580645,194.0800538176921,0,1,1.9230769230769231,0,1,1.4531043593130732,81.21297685680514,0,0,0,0,0,1,2.613358674993222,1.164885549930652,-7.051282051282044,1.1561893423860463,29.682352941176532,0,0,2.2044525162585114,0.6974789915966386,,,2.7232679510823044,2453521.0784861594,0,0,,6.684983872650041,19.524215219216416,0,1,2.1345864661654153,0.6481450044859968,1535.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1484.8833333333332,1535.0,1444.4666666666667,3.442470227739558,0,0,0,none,1,1.6938775510204083,0.0,1,0.778,1,1,1,1.0,67.40740740740742,2.056697600857987,111.8984367940725,120.13482296647514,20.06074200827743,18.004044407419443,5.397337793883388,1510.2,1487.25,1432.15,3.2778618255169034,0,0,16.214285714285715,1.0556175595238095,0,1.173913043478261,192.35602868337446,0,1,23.52941176470588,0,1,3.7837837837837895,60.192923688788206,0,0,0,0,0,0,3.4729811778992286,1.5600633582895682,-11.455108359133149,1.2459657654827319,43.9794117647059,0,0,2.745647235033199,0.15126050420168066,-5760611448.837954,-34674688.55719948,2.0763621548033147,7554403.128131237,0,0,-3.560170664803568,6.821542096327993,24.407599647017594,0,1,2.8383458646616404,0.700150660900953,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1480.0,1524.0,1348.0,3.7837837837837895,0,0,0,none,1,4.17948717948718,-0.13020833333333331,1,0.889,1,1,1,10.324176692741773,18.70790593946549,8.383729246723718,1490.2,1445.95,1409.1,6.227739548393796,0,0,40.357142857142854,2.6274181547619047,0,1.1393939393939394,135.85392477920024,0,1,13.939393939393941,0,1,12.858192505510658,80.0318817095438,0,0,0,0,0,0,12.235391116149643,3.0511487300990314,-1.568224619072069,1.0114054912413748,51.13823529411752,0,0,6.619154831276258,0.865546218487395,-4998203191.064727,-21269842.133509636,1.6556374607330737,13629909.028800499,0,0,-3.922524577341096,7.20500548412204,19.290337899878125,0,1,1.4924812030075307,0.027921980548603953,1530.76,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1466.25,1513.0,1359.0,4.757033248081832,0,0,0,none,1,3.8275862068965516,-2.083333333333333,1,0.636,1,0,0,1.2147795243157749,-7.160176074840592,-8.374955599156367,1446.0,1440.75,1374.0333333333333,2.307825785181339,1,0,82.07142857142857,5.567939523163404,0,0.5953307392996109,-2.2113955979407485,0,0,70.0,0,1,8.78228782287822,38.73043383854331,0,0,0,0,0,0,8.777383066903496,4.911139327531739,27.974683544303787,0.6200843547052977,-43.37647058823541,0,0,12.33706839568365,,-5201195224.126929,-465398960.4233055,2.4267576367754113,36860928.05747167,0,0,-3.5910146095291235,4.272590760813744,29.988386600681427,1,1,-7.57368421052632,0.25674024197622924,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,500,in_cloud,above,2.171,0,0,1629.5833333333333,1638.0,1133.0,-9.547430324725125,1,0,0,none,1,1.7118644067796611,-3.5278154681139755,1,0.5,0,0,1,0,4,0,0,0.0,1.0,0.0,0,0.9260434998198025,69.00958466453675,108.07185281761554,106.26851804817908,14.61761428358335,50.44404973357017,120.43083900226755,98.18151293569464,0.5940020697906656,24.55079755499698 -93,2025-08-14 11:54:00,sell,1543.0,0.35,15,고점 매도 · 비중 35% · 분할 · leg#15,1.0,70.58823529411765,1.4819933823211076,107.44008714596976,111.77229814484723,3.2570200894363097,1.7750267071152022,1.3676763247798798,1538.8,1531.8,1528.95,0.7311659485572664,0,0,4.428571428571429,0.28701046199425984,0,1.05,198.0497184452654,0,1,5.0,0,1,1.3797634691195881,79.00855289640288,0,0,0,0,0,0,9.477124183006545,0.17495572145909555,-7.424242424242436,1.075044557255417,11.167647058823377,0,0,0.63630760838596,0.2773109243697479,-2179075007.716096,-60061.26570510864,1.521295570927495,409158.621757485,0,0,,6.960943261675268,20.99887689949802,0,1,0.5007518796992392,0.31993548722150744,1543.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1528.85,1550.0,1509.2666666666667,0.9255322628119345,1,0,0,none,1,0.3025210084033613,-0.19442644199611148,1,0.611,0,0,0,1.0,71.875,1.6721739917878988,120.41958041958054,135.49339549339572,2.6226578099342532,0.9504838181463545,1.7141118332375687,1535.6,1529.1,1529.6166666666666,0.9744294029167655,0,0,4.642857142857143,0.30070318282753516,1,1.15,226.77595628415133,0,1,23.076923076923077,0,1,0.8491182233834049,72.44867690925503,0,0,0,0,0,0,2.9094827586206975,0.4771524886563374,-25.641025641025664,1.185554229946583,8.505882352941171,0,0,0.7817967846640927,0.1092436974789916,-2859588540.8245864,-356467.97149801254,0.7978616756748347,382586.6694435589,0,0,-0.7225988184284937,7.059773312989548,45.4611119393242,1,1,0.8631578947368528,0.6073211958555373,1543.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1540.2333333333333,1547.0,1508.3333333333333,0.24455169130217502,1,0,0,none,1,0.42424242424242425,-0.1295336787564767,1,0.696,1,0,0,0.9428366723784188,56.666666666666664,0.4480175591737634,105.69800569800572,96.96106362773025,3.566606927293151,3.1185893681193875,2.036513578493246,1532.8,1530.2,1516.6666666666667,0.901842896353422,0,0,8.571428571428571,0.5551443375277572,1,1.1153846153846154,189.84126984127002,0,1,11.538461538461538,0,1,1.9141914191419085,54.25156017137308,0,0,0,0,0,0,7.647058823529406,0.89225312372551,10.096153846153854,0.9256829147109943,7.464705882352973,0,0,1.5898301833632804,0.865546218487395,-3725579333.199578,-166746.68693304062,0.5801973577759109,111289.87033233792,0,0,-4.342517494484102,7.107569709080752,46.78803580447059,1,1,-0.11879699248121568,0.00813819147243533,1544.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1537.2,1541.0,1465.0,0.44236273744471255,0,0,0,none,1,0.7088607594936709,-0.2590673575129534,1,0.65,1,1,0,0.7958004653007136,45.54455445544555,-0.5910056655321014,81.11111111111116,74.25925925925935,5.930583778307437,6.521589443839538,2.597529715949965,1531.4,1529.25,1505.7833333333333,0.7683504986104372,1,0,12.071428571428571,0.7833503290998424,0,1.0833333333333333,132.80606360191163,0,1,8.333333333333332,0,1,0.06493506493505663,51.78324376997976,0,1,0,1,0,1,-1.0573872921272596,0.8741173589128346,9.444444444444429,0.8104962211395662,15.200000000000045,0,0,1.8233136389951485,0.5714285714285714,-3831067819.7554746,-10306617.599492073,0.7809373853465402,-123338.28846128192,0,1,,6.936148574681189,26.301099546903647,1,1,0.22330827067670578,0.01769781357998046,1542.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1537.9,1539.0,1473.0,0.20157357435464096,0,0,0,none,1,0.9152542372881356,-0.3893575600259572,1,0.632,1,0,0,0.7370003179986214,62.765957446808514,-0.013178123845857925,79.82456140350864,77.00292397660805,12.131732075161608,12.144910199007466,4.039706339258963,1527.8,1514.5,1484.55,0.9574116870254112,0,0,12.428571428571429,0.8128562085396618,0,0.85,105.57058798264737,0,1,-15.789473684210526,0,1,1.191264063534092,74.29279985039265,0,0,0,1,0,1,-4.560775226458816,-0.30313526341506325,6.403508771929822,0.7737269942939634,25.317647058823468,0,0,2.1416263131486932,0.5798319327731093,-4576784814.822976,-12882154.750816345,0.8898798008927341,2595010.3633293733,0,0,,6.175579129855802,26.544538311687912,1,1,2.1338345864661603,0.6811948882329573,1530.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1483.3,1535.0,1456.6666666666667,3.0809681116429566,1,0,0,none,1,1.8571428571428572,-1.1118378024852846,1,0.778,0,0,0,0.9046793463326013,64.47368421052632,1.61896007278731,104.57516339869285,108.04232804232804,20.97576559726781,19.3568055244805,5.629250185282989,1525.0,1496.9,1437.7666666666667,2.2780412853229848,0,0,18.357142857142858,1.1990295791732761,0,1.1372549019607843,146.92414891499143,0,1,13.725490196078432,0,1,3.5158891142663906,54.161574936004975,0,1,0,0,0,0,2.935222672064775,0.01507687039412886,-3.2679738562091387,0.9535437194243074,48.39411764705869,0,0,2.7564325038861415,0.19327731092436976,-5765894788.347091,-33641926.2271471,0.8060778932713597,4730628.059909394,0,0,-2.266173111295349,6.453993610505626,24.50325026206429,0,1,3.046616541353375,0.7320435865155672,1532.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1521.1,1524.0,1355.8,0.6508447833804443,0,0,0,none,1,4.666666666666667,-1.5676028739386023,0,0.889,0,0,0,10.324176692741773,18.70790593946549,8.383729246723718,1490.2,1445.95,1409.1,6.227739548393796,0,0,40.357142857142854,2.6274181547619047,0,1.1393939393939394,135.85392477920024,0,1,13.939393939393941,0,1,12.858192505510658,80.0318817095438,0,0,0,0,0,0,12.235391116149643,3.0511487300990314,-1.568224619072069,1.0114054912413748,51.13823529411752,0,0,6.619154831276258,0.865546218487395,-4998203191.064727,-21269842.133509636,1.6556374607330737,13629909.028800499,0,0,-3.922524577341096,7.20500548412204,19.290337899878125,0,1,1.4924812030075307,0.027921980548603953,1530.76,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1466.25,1513.0,1359.0,4.757033248081832,0,0,0,none,1,3.8275862068965516,-2.083333333333333,1,0.636,1,0,0,1.2147795243157749,-7.160176074840592,-8.374955599156367,1446.0,1440.75,1374.0333333333333,2.307825785181339,1,0,82.07142857142857,5.567939523163404,0,0.5953307392996109,-2.2113955979407485,0,0,70.0,0,1,8.78228782287822,38.73043383854331,0,0,0,0,0,0,8.777383066903496,4.911139327531739,27.974683544303787,0.6200843547052977,-43.37647058823541,0,0,12.33706839568365,,-5201195224.126929,-465398960.4233055,2.4267576367754113,36860928.05747167,0,0,-3.5910146095291235,4.272590760813744,29.988386600681427,1,1,-7.57368421052632,0.25674024197622924,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,500,in_cloud,above,2.171,0,0,1629.5833333333333,1638.0,1133.0,-9.547430324725125,1,0,0,none,1,1.7118644067796611,-3.5278154681139755,1,0.5,0,0,1,0,2,0,0,0.0,0.5,0.0,0,0.9260434998198025,69.00958466453675,108.07185281761554,106.26851804817908,14.61761428358335,50.44404973357017,120.43083900226755,98.18151293569464,0.5940020697906656,24.55079755499698 -94,2025-08-14 22:03:00,buy,1380.0,0.136,16,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16,0.14694712752713532,23.566878980891715,-5.854437031149498,7.985599738177323,10.466898771200286,-22.603796339388737,-16.74935930823924,10.49628789864598,1408.4,1451.8,1479.05,-3.7057445929191357,0,0,23.857142857142858,1.706519517678316,0,0.09523809523809523,-101.57597383288743,1,0,-90.47619047619048,1,0,-6.550802139037437,22.42686355908016,0,0,0,0,0,0,1.6918789808917154,0.43253312912890785,-0.6568144499178983,0.0515747014151164,-61.444117647058874,0,0,3.54001400341067,1.0,-2398956051.3571305,-32880560.997668743,0.6330515318601806,-3643506.663125582,0,0,,-3.114488749071076,37.20073086135039,1,1,-5.643609022556364,0.7680983152127319,1388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1412.9333333333334,1492.2666666666667,1406.1333333333334,-1.0569028970463412,0,0,0,none,1,-1.1008403361344539,-0.28612303290414876,0,0.304,0,0,0,0.05344698603742147,25.714285714285722,-8.310375399908335,16.53346199487183,18.360185271000145,-22.432764779761783,-14.122389379853448,10.07363422003354,1412.2,1463.85,1488.4333333333334,-4.498411722512552,0,0,27.0,1.9313304721030045,0,0.22131147540983606,-144.99759835138414,1,0,-77.8688524590164,0,0,-6.048387096774189,14.394615352312456,0,0,0,0,0,0,-1.3941480206540433,-0.246315208479281,-1.9419472354427398,-0.014352958998112323,-69.67941176470595,0,0,5.381428553753425,0.9831932773109243,,,1.2933420620150473,537185.5578795141,1,0,,-3.082369559703557,28.1203906569121,1,1,-4.733082706766915,0.5769135046518983,1371.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1400.3333333333335,1531.0,1397.6666666666667,-0.1666269935729714,1,0,0,none,1,-1.3737373737373737,0.0,0,0.333,0,0,0,0.0,17.006802721088448,-8.75546531231727,8.015199717214582,30.18410236599334,-20.679640715256483,-11.924175402939213,8.633030468221156,1442.0,1481.0,1508.9166666666667,-5.6043214044564476,0,0,23.357142857142858,1.6707541385652975,0,0.018518518518518517,-216.5419783873649,1,0,-97.82608695652173,1,0,-6.363027461486936,5.358555189885493,0,0,0,0,0,0,-1.2413724613933113,-2.3089872327931804,-31.432225063938613,-0.2953342715968462,-70.50294117647059,0,0,4.416251770072428,0.9915966386554622,-3810855500.7482905,-57043869.27245283,2.329458943882476,3178665.0598077495,1,0,,-3.043322270755877,29.970419974085967,1,1,-4.036090225563929,0.5580499776124832,1396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.25,1541.0,1396.0,-2.391342293594001,1,0,0,none,1,-1.6835443037974684,-2.28898426323319,0,0.267,-1,0,1,0.0,18.965517241379317,-7.744093701025044,42.319457374650945,44.90171195933275,-19.133192762468752,-11.389099061443709,7.626282280222823,1458.4,1488.3,1516.05,-6.0673251360612745,0,0,26.785714285714285,1.9160024524831392,0,0.01680672268907563,-277.52993660483577,1,0,-98.05825242718447,1,0,-6.924101198402132,4.380308089003066,0,0,0,0,0,0,-9.515495416848523,-3.866553721475631,-5.602750809061483,-0.29268090552456705,-63.720588235294144,0,0,4.291923596636438,1.0,-3949030919.2526855,-54012303.94303751,2.4526324496125627,4263658.033345976,1,0,,-3.0124708877005357,39.20563821061838,1,1,-3.317293233082723,0.47835358880001955,1396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1436.5166666666669,1539.0,1396.0,-2.681254423315671,1,0,0,none,1,-2.0,-3.290414878397711,0,0.471,-1,-1,1,0.0,19.545454545454547,-9.90967578633493,27.906722615613116,20.706456383917,-14.32801626496098,-4.418340478626049,8.399423102802995,1472.2,1509.55,1504.0166666666667,-7.389619423006854,0,0,31.071428571428573,2.2225628448804415,0,0.021739130434782608,-300.6201956673652,1,0,-97.58064516129032,1,0,-8.267716535433067,10.449582729970771,0,0,0,0,0,0,-16.744868035190613,-5.439716940474105,-0.9953501888985734,-0.3042063408460009,-62.19117647058829,0,0,5.425994632769876,1.0,-4763894496.253675,-164416638.4112978,2.6866782840433148,4522434.986759275,1,0,-8.201843161575878,-2.9422568257876813,43.067219828573876,1,1,-4.280451127819555,0.6382240870851553,1395.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1425.3333333333335,1535.0,1395.0,-1.9176800748363032,1,0,0,none,1,-1.8979591836734695,-2.0028612303290414,0,0.556,-1,-1,1,0.0,19.469026548672574,-13.404805429742353,27.34896723093652,29.485797546791,-2.439762985749212,10.965042443993141,8.327994835273072,1476.2,1511.05,1457.8,-7.4815525627874635,0,0,35.0,2.503576537911302,0,0.014598540145985401,-304.1081932286595,1,0,-98.54014598540147,1,0,-9.514563106796114,6.481578974587009,0,0,0,0,0,0,-23.213900280595723,-6.060437020155273,-14.592747074498899,-0.20542879718533738,-40.42941176470595,0,0,5.6882312624151865,1.0,-5952564268.633846,-182273020.20747185,2.4736763536984054,-17884950.499105543,0,0,-6.219554058542828,-2.8121316915364125,30.945693391919235,1,1,-2.0278195488721606,0.14541462017469464,1396.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.1166666666668,1533.0,1396.0,-1.6266550951716474,1,0,0,none,1,-1.3846153846153846,-3.5050071530758222,0,0.667,-1,-1,1,8.228958019742972,24.634284607996733,16.40532658825376,1520.0,1450.75,1416.4166666666667,2.9122867482336723,0,0,49.357142857142854,3.3059037412687777,0,0.8787878787878788,-19.852012272153363,0,0,-12.121212121212121,0,1,3.107734806629825,60.17914294676205,0,0,0,0,0,0,-9.715870018447163,-3.435180007437106,-8.686868686868692,0.6117055619233712,41.73235294117649,0,0,6.669586578722041,0.8907563025210085,-5105329334.924237,-136326229.30327034,3.678758903435204,-2121223.0134431235,0,1,-3.0571623764258553,4.169427722880847,19.775658928163235,0,1,6.638345864661648,0.4497128820785923,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1427.75,1513.0,1359.0,4.570127823498504,1,0,0,none,1,0.5517241379310345,-3.4829202947086406,0,0.556,0,0,1,1.2147795243157749,-7.160176074840592,-8.374955599156367,1446.0,1440.75,1374.0333333333333,2.307825785181339,1,0,82.07142857142857,5.567939523163404,0,0.5953307392996109,-2.2113955979407485,0,0,70.0,0,1,8.78228782287822,38.73043383854331,0,0,0,0,0,0,8.777383066903496,4.911139327531739,27.974683544303787,0.6200843547052977,-43.37647058823541,0,0,12.33706839568365,,-5201195224.126929,-465398960.4233055,2.4267576367754113,36860928.05747167,0,0,-3.5910146095291235,4.272590760813744,29.988386600681427,1,1,-7.57368421052632,0.25674024197622924,1419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,500,in_cloud,above,2.171,0,0,1629.5833333333333,1638.0,1133.0,-9.547430324725125,1,0,0,none,1,1.7118644067796611,-3.5278154681139755,1,0.5,0,0,1,4,0,0,0,1.0,0.0,0.0,0,0.6803601085485133,68.13880126182966,105.85858585858585,110.89355089355091,16.147066952171,50.44404973357017,120.43083900226755,98.18151293569464,0.5940020697906656,24.55079755499698 -95,2025-08-15 06:33:00,buy,1371.0,0.137,16,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16,0.0,36.8421052631579,-1.4109269539070337,30.147058823529676,30.147058823529676,-2.910537937248364,-1.4996109833413303,1.4838321922076332,1388.0,1394.65,1398.1333333333334,-0.8353350302943485,0,0,5.142857142857143,0.37186241090796407,0,0.36,-260.41256076730696,1,0,-62.5,0,0,-1.0729613733905574,14.964738472082772,0,0,0,0,0,0,4.409672830725462,-0.2579356266946078,0.0,0.0006131987684799255,-10.041176470588198,0,0,0.7599442068306216,0.5210084033613446,-2409051717.6504383,-1043431.0878462791,2.2259273137937217,-158898.80359029025,0,0,,-4.135167100219672,16.64541127486136,0,1,-0.5751879699247773,0.432620978264164,1374.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1396.7333333333333,1398.9333333333334,1382.8,-0.9832466230728865,1,0,0,none,1,-0.3025210084033613,-0.07230657989877079,0,0.412,0,0,1,0.0,33.33333333333333,-1.2437102568743772,36.79453262786609,49.16960611405079,-2.777503479614097,-1.53379322273972,1.2896773428428692,1390.8,1394.7,1397.0833333333333,-0.8388900838890101,0,0,5.785714285714286,0.41834521227145954,0,0.4074074074074074,-299.58351285365956,1,0,-59.25925925925925,0,0,-0.8602150537634357,19.820568775854568,0,0,0,0,0,0,-7.207207207207205,-0.4395286891125001,-10.229276895943563,0.005512630403237098,-10.788235294117612,0,0,0.7635988769651956,0.09243697478991597,,,1.8126411808383764,-210892.87828612514,0,0,,-4.104530846780586,18.83537732615689,0,1,-0.3699248120300902,0.23685971827016172,1372.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.15,1425.0,1391.4333333333334,-1.2953645219997978,0,0,0,none,1,-0.29292929292929293,0.0,0,0.478,0,0,1,0.0,35.593220338983045,-0.3037082297431146,33.38164251207729,36.69887278582925,-4.173572368703162,-3.8698641389600477,1.8285552304840986,1393.0,1397.05,1411.6,-1.0056905622561785,0,0,9.357142857142858,0.6765829976242124,0,0.23333333333333334,-260.8125819134982,1,0,-76.66666666666667,0,0,-1.4957264957264904,25.354138102761766,0,0,0,0,0,0,-12.554927809165108,-0.7853129900905014,-7.777777777777779,0.1295447189625512,-7.141176470588334,0,0,1.2560903421568421,0.31932773109243695,-3830753663.6444025,,3.7457228991737703,-535253.6102012694,0,0,,-4.0675702001126135,20.3558625156645,0,1,-0.244360902255653,0.05124026920000013,1376.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1429.2833333333333,1431.6,1385.2666666666667,-3.238219620555749,0,0,0,none,1,-1.7088607594936709,-0.6507592190889371,0,0.267,-1,-1,1,0.0,41.30434782608696,1.550066123343008,42.74196235215734,42.492087289688605,-9.0037222341291,-10.553788357472108,1.758922738950624,1394.4,1396.95,1443.2833333333333,-0.998604101793199,0,0,12.071428571428571,0.8728437144923045,1,0.20689655172413793,-292.3433874709946,1,0,-79.3103448275862,0,0,-0.8602150537634357,32.485458997854465,1,0,0,0,1,0,-7.413600891861762,-1.01229830284508,0.22988505747127164,0.13631495783553726,-11.799999999999955,0,0,1.7154280394871584,0.23529411764705882,-3982867850.1305695,-2549257.753303051,2.4118923264535654,-455682.0119236037,0,0,,-4.037770842533117,16.260331852830554,0,1,-0.08345864661654291,0.006460638659908424,1377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.9666666666667,1503.5333333333333,1391.6,-3.4869385191560687,0,0,0,none,1,-2.389830508474576,-0.7230657989877078,0,0.308,0,-1,1,0.2565651415727366,27.0,1.4842102080621977,26.650326797385485,29.98910675381249,-24.706029793713924,-26.19024000177612,8.322841359788184,1397.0,1411.6,1480.8166666666666,-2.026069708132605,0,0,15.071428571428571,1.089763454188617,0,0.020202020202020204,-120.08733624454152,1,0,-93.33333333333333,1,0,-0.7178750897343877,28.00452063393935,1,0,1,0,1,0,-13.816326530612244,-0.42525300864149784,-1.9444444444444429,-0.07314444233998298,-56.58235294117662,0,0,5.6478878428113575,0.9243697478991597,-4781829429.40316,-3402468.8678445816,0.3509838355086513,-40652.79059237987,0,0,,-3.9707125787610487,30.59426668974852,1,1,-3.2406015037593745,0.4260619518633334,1381.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.6333333333332,1535.0,1386.1333333333334,-2.922389386742774,0,0,0,none,1,-2.510204081632653,-1.0122921185827911,0,0.429,-1,0,0,0.21837630667448032,19.1588785046729,-9.988251214771115,5.474258852073736,2.616492826182003,-27.248307788383954,-17.26005657361284,16.68974761843674,1396.8,1466.95,1462.4833333333333,-4.7002283649749454,0,0,35.57142857142857,2.5444512568976085,0,0.1118421052631579,-87.34238136490508,0,0,-84.40366972477065,1,0,-6.363027461486936,7.3902823178954264,0,0,0,0,0,0,0.9345794392523317,1.9136463176786478,4.1489079920055865,0.17213828858803013,-82.51764705882351,0,0,5.275066002902412,0.9495798319327731,-5964760106.070809,-149916760.97937012,0.4121633733260525,-12466349.48802639,0,0,-6.370040333423116,-2.801730920115275,41.21759353121298,1,1,-9.690977443609036,0.8773907082630724,1381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1419.0,1533.0,1391.1333333333334,-1.4799154334038,1,0,0,none,1,-1.4615384615384615,-1.0014306151645207,0,0.667,0,0,0,-5.697672093805872,9.444429341828254,15.142101435634126,1476.0,1444.25,1417.1833333333334,-3.410074433096766,0,0,55.42857142857143,3.9733742959549416,0,0.28484848484848485,-66.57590197413218,0,0,-100.0,1,0,-4.647983595352012,54.28778367464051,1,0,0,0,0,0,-1.4882592878403713,-6.342443577133194,-36.76767676767677,0.21104818046890503,-10.258823529411757,0,1,7.589593688654191,0.907563025210084,-5118968127.069629,-138334768.03139973,0.44177900868674996,-14790698.426749822,0,0,-2.2164821875885043,-2.6582278805042714,15.636025327563091,0,1,6.106015037593974,0.3691276551641284,1395.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1427.75,1513.0,1359.0,-2.2938189458938885,1,0,0,none,1,-3.1379310344827585,-2.078853046594982,0,0.455,-1,0,0,0.6680517941929018,-7.539890856415241,-8.207942650608143,1434.0,1435.6,1374.7666666666667,-1.2956255224296442,0,1,79.92857142857143,5.640689585643714,0,0.3735408560311284,-36.22746185852992,0,0,6.666666666666667,0,1,2.606806661839256,39.477155268005745,0,0,0,0,0,0,-3.189474026415425,-0.546727730122873,2.9024943310657676,0.4502558214209693,-57.41764705882338,0,0,11.8836139306837,,-5605429102.038914,-660758437.6810675,0.9322824640392563,8552169.41613052,0,0,-4.836019249165155,0.2657888188889679,27.781643033689413,1,1,-6.661654135338333,0.2073476521607236,1366.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,above,2.791,0,0,1629.5833333333333,1638.0,1133.0,-13.045256967527486,1,0,0,none,1,0.4067796610169492,-0.2822865208186309,0,0.5,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.2929178602875598,55.95854922279793,35.507618558466014,71.21383324773156,16.46725515697338,47.25457570715474,123.33333333333331,112.07344259785486,0.4462737645680779,24.115323026333378 -96,2025-08-16 01:09:00,buy,1332.0,0.141,16,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16,0.1963161624275653,31.25,0.07951733498641644,24.35897435897463,33.1196581196582,-8.020977042321647,-8.100494377308063,2.7355333954421135,1341.4,1348.2,1370.1166666666666,-0.830737279335414,0,0,7.428571428571429,0.5556149161235175,0,0.1111111111111111,-105.75518550978798,1,0,-76.92307692307693,0,0,-0.8895478131949575,15.374486157076689,1,0,1,0,1,0,2.9481132075471805,-0.006320604654620254,-6.974358974358971,0.13441648679196058,-16.944117647058874,0,0,1.049045438434412,0.7983193277310925,-2425127527.393391,,0.19472657707090732,-391074.61255344003,0,0,,-7.287937759221574,47.17542759762959,1,1,-1.3729323308270693,0.776056970062597,1334.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0833333333335,1399.0,1334.0,-3.6106939020727036,1,0,0,none,1,-0.5210084033613446,-0.14958863126402394,0,0.333,0,0,0,0.1242612027020295,28.985507246376812,-1.288627596469917,30.788177339901598,26.727047244288855,-11.365342106514163,-10.076714510044246,4.147596313358152,1339.4,1357.15,1378.4166666666667,-1.5584128504586903,0,0,9.642857142857142,0.7217707442258341,0,0.0975609756097561,-115.14245594963087,1,0,-86.20689655172413,1,0,-1.9089574155653488,21.321481055621476,1,0,1,0,1,0,0.0,0.02328453813168352,2.375478927203062,0.008311417056248294,-28.688235294117476,0,0,1.3771938920200053,0.9915966386554622,,,0.41751832224186103,-755574.4273387883,0,0,,-7.327766762867006,61.897702286312814,1,1,-2.2563909774436146,0.8998457592999798,1332.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1393.8833333333332,1411.0,1337.2666666666667,-4.152667009434063,0,0,0,none,1,-0.6767676767676768,0.0,0,0.273,0,0,0,0.07977436611219195,19.736842105263165,-3.965517149068198,14.324074074074074,14.165812976096603,-13.172821792905097,-9.207304643836899,5.706922167203503,1346.6,1373.95,1391.7333333333333,-2.3981949852614703,0,0,11.428571428571429,0.8522424629807182,0,0.14754098360655737,-139.3378005518328,1,0,-81.25,1,0,-3.0368763557483747,8.900186817589343,0,0,0,0,0,0,7.078614257161902,0.23572034440931589,6.25,-0.07904926648489467,-38.21764705882333,0,0,1.438942573349521,0.9747899159663865,,,0.5619976305550273,-968376.0670010969,0,0,,-6.94590221412138,39.844957185312275,1,1,-3.1796992481202797,0.920904000184959,1332.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1406.25,1413.0,1337.4,-4.64,1,0,0,none,1,-0.8354430379746836,0.0,0,0.273,0,0,0,0.006846447854261438,27.956989247311824,-4.7733427909247865,11.494252873563303,17.83163973568785,-13.524713448903412,-8.751370657978626,5.380192869124543,1350.0,1377.55,1395.3833333333334,-2.6532612246379372,0,0,12.785714285714286,0.9534462554596784,0,0.1206896551724138,-156.11814345991624,1,0,-87.93103448275862,1,0,-3.8709677419354827,8.113191130597201,0,0,0,0,0,0,7.123655913978496,-0.022587875502369847,-7.571214392803599,-0.1184608703215705,-41.82941176470581,0,0,1.7514340543095597,0.6302521008403361,-4016421483.9753656,,0.5202211156370689,-2969517.4439349445,0,0,,-6.91682145510466,33.809618923251826,1,1,-2.5827067669173003,0.6800295682444986,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1405.5,1412.0,1336.6,-4.589114194236932,1,0,0,none,1,-0.9830508474576272,-0.5219985085756897,0,0.353,0,0,0,0.0,19.626168224299064,-4.903147059117597,14.638906961613399,20.83797381112711,-13.225110766878288,-8.321963707760691,5.782224251274703,1361.8,1389.45,1404.8333333333333,-3.4869912555327676,0,0,15.642857142857142,1.1665068712048576,0,0.0,-193.42962333616563,1,0,-100.0,1,0,-3.732950466618812,21.728486689149037,0,0,0,0,0,0,0.0,-1.0752917603532524,-7.894736842105262,-0.16419974138051022,-38.42352941176455,0,0,1.882691762544729,0.3025210084033613,-4844144175.252562,-28349692.183755875,0.6836500264444273,-3750995.7807317227,0,0,-6.1390411255900545,-6.851294502772065,41.04350638390337,1,1,-3.015789473684232,0.7890678725201977,1341.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1393.5,1411.0,1341.0,-3.7674919268030127,1,0,0,none,1,-1.5918367346938775,-1.1185682326621924,0,0.3,0,0,0,0.0,19.298245614035082,-2.178631349856289,26.954373728567315,34.31779883392786,-19.213931536531618,-17.03530018667533,4.770355568872471,1374.2,1393.2,1452.2333333333333,-3.7467700258397962,0,0,17.571428571428573,1.3103227868328542,0,0.0,-241.37781816608313,1,0,-100.0,1,0,-4.487179487179482,9.668707223541574,0,0,0,0,0,0,-16.892230576441115,-2.318904759947756,-19.047619047619047,-0.27852184098048727,-43.647058823529505,0,0,2.5971131323446923,0.13445378151260504,-6019739516.221963,-36452527.36995602,0.6683702034371036,-4729814.096493965,0,0,,-6.728842975190874,25.5632057694999,1,1,-1.3293233082706741,0.22403755900847722,1341.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.0,1533.0,1341.0,-5.629838142153409,1,0,0,none,1,-4.615384615384615,-1.6405667412378822,0,0.143,-1,-1,0,-13.12865133327153,-12.077327802481022,1.0513235307905084,1393.2,1445.85,1420.2833333333333,-5.522702908323818,0,0,51.57142857142857,3.7753608031792507,0,0.11976047904191617,-127.5673099833211,1,0,-88.02395209580838,1,0,-11.067708333333337,37.16500384211113,0,0,0,0,0,0,-2.497283332991607,-1.4977414005350198,1.7321289624141532,0.1773284487388458,-51.38823529411752,0,0,7.148001710798213,0.9243697478991597,-5200352971.947451,-202149780.8827238,0.7960227920948901,-23081831.6510824,0,0,-2.5612012260127766,-4.645742847164447,23.95752537795729,0,1,-2.059398496240622,0.045293269886668375,1346.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1426.7166666666667,1513.0,1346.0,-4.255691973412146,1,0,0,none,1,-4.068965517241379,-1.0248901903367496,0,0.5,0,0,0,-2.889517542440288,-11.819839578658502,-8.930322036218215,1415.8,1424.35,1374.3166666666666,-4.0966054691613625,0,0,75.78571428571429,5.54800250993516,1,0.17578125,-58.19521178637192,0,0,-50.0,0,0,3.4848484848484906,39.32644691024318,0,0,0,0,0,0,2.1367286406713433,-3.5575693366331897,-14.444444444444443,0.30031816432077674,-67.48529411764707,0,0,11.453156449540066,,-5614118960.109972,-662196443.3118544,0.7156727523986497,8580339.427002221,0,0,-4.882875170807806,-3.3097034063240938,26.134106731443232,1,1,-5.202255639097746,0.14936609869785444,1366.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,in_cloud,above,1.188,0,0,1629.5833333333333,1638.0,1133.0,-16.174891332140117,1,0,0,none,1,1.4576271186440677,-2.855051244509517,0,0.5,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.15129565953921573,35.913312693498455,14.797660539942209,11.602091571802168,15.83778080027916,49.391304347826086,108.88888888888887,117.55102040816325,0.316818683406855,22.363664293668844 -97,2025-08-16 21:24:00,buy,1350.0,0.139,16,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#16,0.3012618212689321,32.0,-0.3150837912602391,24.621212121212405,20.328282828282738,-2.5585615726768083,-2.243477781416569,1.3527692881878162,1353.2,1357.65,1362.3833333333334,-0.2688469045777686,0,0,3.5,0.258493353028065,0,0.25,-78.35163345533378,0,0,-62.5,0,0,-0.4411764705882337,28.366134476755946,0,0,0,0,1,0,0.0,0.1933941966334216,6.439393939394222,0.32196812247746365,-5.808823529411711,0,0,0.5528492576704467,0.6386554621848739,-2431873951.743511,,1.6082649206220991,-286.23223824054,0,0,,-6.080492344127975,49.675735467660935,1,1,-0.7015037593985153,0.8170053770051142,1352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1368.1999999999998,1375.0,1356.6,-1.0378599619938478,0,0,0,none,1,-0.13445378151260504,-0.14771048744460857,0,0.462,0,0,0,0.27679124573069336,37.5,-0.5770547324561552,13.88888888888902,12.037037037037264,-2.960255730249173,-2.383200997793018,1.3350833034333578,1353.6,1359.05,1365.4166666666667,-0.2980022810051053,0,0,3.7857142857142856,0.27938850817079597,0,0.25,-98.85057471264709,0,0,-75.0,0,0,-0.513950073421443,13.695776339842709,0,0,0,0,0,0,2.0161290322580783,0.20019795931096107,2.7777777777777786,0.2595771973460302,-8.34705882352955,0,0,0.6517766027023436,0.6050420168067226,-3009819785.785567,-835218.6503295898,1.445270567691728,46383.04677861184,1,0,,-5.981367791609349,23.543033111356092,0,1,-0.36315789473685034,0.22433209254110786,1352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1372.4166666666665,1372.8333333333333,1352.0,-1.26905094419818,1,0,0,none,1,-0.20202020202020202,-0.14760147601476015,0,0.407,0,0,0,0.19115519483619894,45.23809523809524,-0.7366593344008079,15.151515151515154,23.38945005611667,-3.6050743821879223,-2.8684150477871144,1.841387586154775,1357.0,1362.75,1369.2666666666667,-0.5687029902770147,0,0,5.714285714285714,0.42171850289931473,0,0.15789473684210525,-111.11111111111111,1,0,-72.72727272727273,0,0,-0.14738393515106862,40.80102355879927,1,0,1,0,0,0,11.904761904761912,0.041319677957385004,-3.8720538720538737,0.2148627292196896,-10.532352941176669,0,0,1.0969764349471147,0.6134453781512605,-3881352605.9352016,-1033992.9094614983,1.0474247959915859,94798.73945601471,1,0,,-5.945918356545166,25.116518398958963,1,1,-0.8233082706766776,0.60282350811834,1354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1372.35,1384.0666666666666,1361.8666666666666,-1.2642547455095188,0,0,0,none,1,-0.31645569620253167,-0.44280442804428044,0,0.348,0,0,0,0.046662892485672354,38.02816901408451,-1.062302467483765,14.03508771929832,28.153717627401964,-4.168639591574902,-3.106337124091137,1.899168482275336,1358.6,1364.75,1372.8666666666666,-0.8609635464370768,0,0,8.5,0.6282335550628234,0,0.05,-138.50357292980428,1,0,-94.73684210526315,1,0,-1.5283842794759805,29.691937111593887,0,0,0,0,0,0,-1.6978583831757632,-0.1661381269226383,-10.150375939849626,0.19932762512284546,-10.411764705882433,0,0,1.3421033799448578,0.6302521008403361,-4026815548.519764,,1.0483484871229491,-385571.3983740276,0,0,,-6.055656995325476,26.950264211685756,1,1,-0.8669172932330911,0.6264842614213353,1353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1371.8333333333335,1386.0,1363.3333333333333,-1.3728587048961405,0,0,0,none,1,-0.1864406779661017,-0.4434589800443459,0,0.5,0,0,0,0.0,30.882352941176464,-1.5329848512781266,20.370370370370228,19.80056980056965,-4.297671018783831,-2.764686167505704,2.356291151289692,1359.2,1369.3,1375.05,-1.1903892499817381,0,0,7.357142857142857,0.5437651779115193,0,0.038461538461538464,-166.0203139427544,1,0,-94.44444444444444,1,0,-0.7336757153338258,25.41190626577948,0,0,0,0,1,0,-5.7843137254902,-0.38534669242090747,-8.404558404558408,0.03333028164408967,-12.19705882352946,0,0,1.249500582003117,0.03361344537815126,-4857195998.251189,-781966.8320903778,0.9494701205319086,-4275.156385853887,0,0,,-5.990367475574853,50.6611170758415,1,1,-1.2180451127819534,0.798104304605556,1352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1384.2833333333333,1385.1,1341.0,-2.259893807866886,1,0,0,none,1,-0.673469387755102,-0.4434589800443459,0,0.333,-1,-1,0,0.21648400805372245,40.952380952380956,-0.07643329639625307,9.523809523809561,21.603515958354663,-9.087004787551223,-9.01057149115497,3.867475765804229,1361.8,1368.0,1411.4333333333334,-1.0964912280701733,0,0,9.428571428571429,0.6968641114982579,1,0.20588235294117646,-72.31270358306143,0,0,-96.42857142857143,1,0,-2.1691973969631184,42.89102420374631,0,0,0,0,0,0,-8.597168597168597,-0.591182498298183,-9.920634920634921,0.023839726099270545,-15.202941176470404,0,0,2.4249379066393884,0.10084033613445378,-6034387920.327703,-8620698.386304855,1.0823086216702644,-2677000.3487051064,0,0,,-5.867123201005009,26.778220724867886,1,1,0.13984962406016288,0.003912760239950019,1352.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1346.1666666666667,1403.0,1345.1333333333334,0.50761421319796,1,0,0,none,1,-1.1538461538461537,-0.9608277900960829,0,0.333,0,0,0,-9.020882324297377,-21.82112017578652,-12.800237851489142,1368.2,1431.9,1424.8333333333333,-5.091137649277188,0,0,47.642857142857146,3.5057290024177443,0,0.07784431137724551,-77.32108117057821,0,0,-90.22556390977444,1,0,-2.580645161290318,20.696503726744297,0,0,0,0,0,0,-2.578652039593976,0.6957313354237069,-6.123092161541576,0.24741424065449286,-51.720588235294144,0,0,6.529410777201525,0.8487394957983193,-5208556176.91929,-89588049.84966087,0.42679107072812306,-6517240.271471117,0,0,,-5.1083532065277275,30.657444561451154,1,1,-8.918796992481184,0.6748337704329865,1359.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1426.7166666666667,1513.0,1346.0,-4.746328983797299,1,0,0,none,1,-2.0,-1.6188373804267846,0,0.375,0,0,0,-2.889517542440288,-11.819839578658502,-8.930322036218215,1415.8,1424.35,1374.3166666666666,-4.0966054691613625,0,0,75.78571428571429,5.54800250993516,1,0.17578125,-58.19521178637192,0,0,-50.0,0,0,3.4848484848484906,39.32644691024318,0,0,0,0,0,0,2.1367286406713433,-3.5575693366331897,-14.444444444444443,0.30031816432077674,-67.48529411764707,0,0,11.453156449540066,,-5614118960.109972,-662196443.3118544,0.7156727523986497,8580339.427002221,0,0,-4.882875170807806,-3.3097034063240938,26.134106731443232,1,1,-5.202255639097746,0.14936609869785444,1366.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,in_cloud,above,1.188,0,0,1629.5833333333333,1638.0,1133.0,-16.174891332140117,1,0,0,none,1,1.4576271186440677,-2.855051244509517,0,0.5,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.21625668395840633,19.607843137254903,13.321454328300822,16.31122182960064,17.94275798387753,49.391304347826086,108.88888888888887,117.55102040816325,0.316818683406855,22.363664293668844 -98,2025-08-20 08:54:00,buy,1251.0,0.15,16,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16,0.023607667551311756,34.28571428571429,-0.6813123834101842,20.740740740740996,20.493827160493904,-3.7277993597840577,-3.0464869763738736,1.463953850181379,1255.6,1261.8,1269.1,-0.6974163892851437,0,0,3.357142857142857,0.2679284004104435,0,0.0,-152.76558384547963,1,0,-100.0,1,0,-0.7131537242472286,24.143052443054287,1,0,0,0,0,0,-2.077922077922068,-0.10559831242942908,0.0,-0.09621145028453267,-9.838235294117567,0,0,0.6687287966425749,0.680672268907563,-2480367653.5616627,-788569.8071389198,6.722965508655116,-422578.1487200707,0,0,,-12.900159444963933,77.73098672934259,1,1,-0.7233082706766899,0.8586161850826485,1253.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1253.4166666666665,1274.6666666666667,1253.0,-0.033242470580396866,1,0,0,none,1,-0.21008403361344538,-0.23942537909018355,0,0.333,-1,0,1,0.0,19.23076923076924,-1.0110395444948588,10.073260073260178,14.611314611314839,-3.9068356444229266,-2.895796099928068,1.6395776240225506,1258.0,1264.65,1268.9166666666667,-0.8421302336614978,0,0,3.7142857142857144,0.2961950330371383,0,0.058823529411764705,-163.33938294011313,1,0,-92.85714285714286,1,0,-0.9478672985781977,12.085185250273412,0,0,0,0,1,0,0.0,-0.14654824248794984,-7.875457875457874,-0.14389852170731576,-11.355882352941308,0,0,0.6697429824117289,0.1092436974789916,-3080406824.086736,-2012376.0015954971,5.5438370236422,-445111.56934070983,0,0,,-12.803419140871586,57.53606680239793,1,1,-0.7827067669173023,0.7979607720702181,1253.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1273.9,1288.4666666666667,1253.0,-1.5621320354816004,1,0,0,none,1,-0.41414141414141414,-0.23923444976076555,0,0.261,-1,-1,1,0.0,20.0,-1.3714729633984226,9.391124871001042,13.314126820318728,-4.504715801029533,-3.1332428376311108,2.199065211909437,1259.0,1268.85,1276.0333333333333,-1.1703511053315907,0,0,5.0,0.3987240829346092,0,0.0,-176.06330365974168,1,0,-100.0,1,0,-1.337529504327306,9.452470512561703,0,0,0,0,0,0,-6.470588235294116,-0.24550205282162674,-6.25,-0.10717932023793537,-10.602941176470495,0,0,0.9575591239656204,0.2184873949579832,-3971105796.47189,-2283330.208484173,4.586585713047581,-923436.6227850392,0,0,,-12.770496836298639,24.927210305952993,0,1,-1.0624060150376098,0.8118434369412774,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1284.45,1317.0,1254.0,-2.3706644867452997,1,0,0,none,1,-0.8481012658227848,-0.3189792663476874,0,0.235,-1,0,1,0.06726990761043798,45.00000000000001,-0.4904007009289648,24.79532163742699,34.79709374446231,-5.25433795716549,-4.763937256236525,1.9760701448596782,1263.6,1268.85,1288.8666666666666,-0.8551050163533858,0,0,6.785714285714286,0.539404951169657,0,0.21052631578947367,-171.61929371231614,1,0,-78.94736842105263,0,0,-1.4106583072100332,18.147295176474188,0,0,0,0,0,0,2.142857142857153,-0.3644229236731693,-5.103668261563001,0.06133513337311801,-11.44705882352946,0,0,1.4695904008393748,0.5546218487394958,-4147014147.270659,-4353239.792610645,3.8576629474616477,-860997.9933035052,0,0,,-12.465473975825358,10.518163093326342,0,1,-0.1766917293232724,0.027809628551995424,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1284.45,1317.0,1254.0,-2.0592471485849972,1,0,0,none,1,-0.7457627118644068,-0.3179650238473768,0,0.333,0,0,1,0.11835870688763478,36.25000000000001,-0.32196649994474313,35.014005602240736,42.149491375497405,-9.99507498389562,-9.673108483950877,3.680401778572194,1269.4,1277.95,1304.45,-1.4045932939473427,0,0,10.857142857142858,0.8616780045351473,0,0.1935483870967742,-168.1720430107523,1,0,-71.42857142857143,0,0,-1.17647058823529,17.01195284797498,1,0,1,0,1,0,-1.4123376623376558,-0.3993382245722419,-9.77443609022557,0.0736006490232848,-22.50588235294117,0,0,2.2725594960011697,0.7394957983193278,-5036957845.9444065,-5517542.252907753,2.25219101251286,-900919.3844747245,0,0,,-12.266330733636755,40.40390382537688,1,1,-1.605263157894725,0.652322435163452,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1289.1,1324.2,1254.0,-2.2573888759599647,1,0,0,none,1,-1.510204081632653,-0.31746031746031744,0,0.273,0,0,1,0.1348896903564259,32.35294117647058,-1.248951506963314,24.40884820747525,17.31502669717774,-15.779244113490904,-14.53029260652759,5.3766268990568085,1270.0,1291.35,1335.8833333333334,-1.9630619119526016,0,0,17.785714285714285,1.4048747461069735,0,0.21052631578947367,-134.67865760035093,1,0,-78.94736842105263,0,0,-3.65296803652968,17.28377015357954,0,0,0,0,0,0,-8.051099227569821,-0.03695616707784133,6.292906178489702,0.14489847556261384,-37.46764705882333,0,0,2.538556338429056,0.40336134453781514,-6283327836.45853,-26289223.996458054,1.6056758692109194,-3903074.7493301686,0,0,-3.1572694074162997,-11.736942067548794,27.566405444448954,1,1,-1.9676691729323479,0.4497637565890691,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.1833333333334,1333.0,1256.6333333333334,-2.0262862596896802,1,0,0,none,1,-1.6153846153846154,-0.315955766192733,0,0.25,0,0,0,-7.154813219651693,-33.229509954109744,-26.07469673445805,1285.8,1346.1,1404.0166666666667,-5.950523735235114,0,0,31.928571428571427,2.5220040622884223,0,0.007936507936507936,-125.20729684908758,1,0,-99.2,1,0,-4.812030075187968,27.282180844070595,0,0,0,0,0,0,-0.7055682684973164,-0.241652726470992,-9.669230769230772,-0.027297376267794268,-76.8529411764705,0,0,5.168808096928026,0.42016806722689076,-5585965215.369713,-98214263.77978897,1.2191683983660306,-4414732.593617894,0,0,-8.66851968902118,-11.411016031039622,56.48444688133788,1,1,-7.245112781954887,0.8200318875642774,1267.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1390.8666666666668,1393.0,1265.0,-8.977615874994015,1,0,0,none,1,-4.724137931034483,-1.7377567140600316,0,0.167,0,0,0,-11.024027564287547,-26.207879489536026,-15.18385192524848,1353.2,1386.45,1379.6833333333334,-7.028742471780447,0,0,77.28571428571429,5.995788540396764,1,0.016129032258064516,-156.61235872596478,1,0,-98.38709677419355,1,0,-12.728503723764383,38.07426713183747,1,0,1,0,1,0,1.4543481210147817,-4.527774883235839,-17.98088410991636,0.14118086786712664,-113.3764705882354,0,0,11.64905521654805,,-5977610920.548403,-1006946483.4469385,0.9348347132154161,-56237759.488335244,0,0,-4.4170431500561556,-8.54484805353659,16.250916184278662,0,1,-0.3135338345864886,0.0012143455729487496,1287.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,382,below_cloud,below,-1.351,0,0,1629.5833333333333,1638.0,1133.0,-20.90002556890821,1,0,0,none,1,1.6610169491525424,-3.6462373933281613,0,0.5,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.07693341729985746,18.859649122807028,6.349206349206349,12.770870399441828,14.065218049738231,47.266313932980594,44.85663082437276,58.36718438868976,0.042306691692043714,15.356882751388623 -99,2025-08-20 23:09:00,buy,1270.0,0.148,16,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16,0.0,34.0,-1.038477069151209,24.583517617573634,22.947073566268728,-4.397919652804603,-3.359442583653394,1.7877575844963387,1277.4,1284.85,1291.6333333333334,-1.0001167451453408,0,0,6.357142857142857,0.4997753818508535,0,0.05263157894736842,-164.03162055335946,1,0,-94.73684210526315,1,0,-1.3953488372092981,36.399808763068144,0,0,0,0,0,0,-7.463414634146346,-0.34175660303856237,-5.388471177944865,0.02092613280163221,-12.15294117647045,0,0,0.9851196473893841,0.865546218487395,,,1.4600182712197252,-325590.24069677293,0,0,,-11.518579099535797,32.953139741681724,1,1,-0.6714285714285816,0.4784819362267293,1271.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.85,1314.0,1278.1666666666667,-3.0376948584060592,0,0,0,none,1,-0.18487394957983194,0.0,0,0.457,0,-1,0,0.0652356515585112,28.205128205128204,-1.1211088119960997,13.921568627451094,14.04487841020373,-4.691309740671613,-3.5702009286755136,2.0159072046116666,1280.4,1289.3,1299.4166666666667,-0.8764445823314926,0,0,5.857142857142857,0.45830538788285263,0,0.25,-176.48237179487245,1,0,-70.0,0,0,-0.5447470817120603,27.876950388858802,1,0,0,0,0,0,0.7051282051282044,-0.025923015100068003,2.9824561403508785,0.08670122223730589,-12.25,0,0,0.7566164606015777,0.7394957983193278,-3094951647.596952,-1870235.4646191597,1.7829379112815837,-188756.1416569848,0,0,,-11.07328297582546,31.706960100954536,1,1,-0.9458646616541315,0.7416465621795707,1272.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1312.3166666666666,1313.0,1282.9333333333334,-2.6149684400360695,0,0,0,none,1,-0.1111111111111111,-0.1564945226917058,0,0.522,0,0,0,0.016181569602450478,42.10526315789473,-1.7797453315864873,32.0846560846561,35.73897707231037,-4.235651738720435,-2.4559064071339476,2.364352144168752,1286.0,1293.8,1295.6166666666666,-1.1439171432988116,0,0,8.714285714285714,0.6813358650731597,0,0.23333333333333334,-202.27920227920305,1,0,-72.0,0,0,-1.2355212355212308,40.764265760395105,1,0,1,0,0,0,3.395585738539893,-0.31151101610557896,-2.787878787878789,0.10296106737059504,-16.741176470588243,0,0,1.3175524444444402,0.957983193277311,-3993644023.3142376,-5283215.91038847,1.676839722133666,-375917.91077023186,0,0,,-10.97060296616792,19.994578410781266,0,1,-0.9293233082706593,0.5168482761980553,1272.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.1,1312.0,1267.0,-2.448325833269771,1,0,0,none,1,0.11392405063291139,-0.1563721657544957,0,0.632,-1,0,0,0.04418753856720131,30.95238095238095,-2.807810690973067,24.671592775041134,25.301039956212502,-2.3437823042884247,0.46402838668464225,3.419370085218939,1287.4,1299.25,1285.9666666666667,-1.55859149509332,0,0,11.714285714285714,0.9158941137049034,0,0.13513513513513514,-155.78899029906543,1,0,-82.14285714285714,1,0,-1.2355212355212308,37.1411271024269,0,0,0,0,0,0,-2.8138528138528187,-0.39068529141203445,2.5041050903119846,0.184493363045854,-13.794117647058783,0,0,1.6091733690994956,0.8235294117647058,-4173545056.020784,-3487875.538008213,1.6500381064596175,-727998.7729063206,0,0,,-10.942567154646255,24.99204683451344,0,1,-1.6714285714285682,0.7926582857142879,1274.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1310.05,1311.0,1254.0,-2.370138544330369,1,0,0,none,1,0.2542372881355932,-0.3909304143862392,0,0.632,-1,0,0,0.07852039445353047,43.66197183098591,-2.381113394151421,24.87143525011673,32.484338475923174,2.141752299615746,4.522865693767167,3.030869619700504,1290.8,1295.55,1288.7333333333333,-1.2774497317741496,0,0,11.285714285714286,0.8823857924717972,1,0.0,-130.92680131786457,1,0,-100.0,1,0,-2.291825821237581,48.44213184379343,0,0,0,0,0,0,-8.797044562456698,-1.073577837329216,-9.333333333333332,0.19871184620648685,3.417647058823377,0,0,1.5680637905021877,0.12605042016806722,-5062832810.777001,-23204411.58924961,1.5162124097419916,-1609940.3713523373,0,0,-3.5352728998807614,-10.880706753858504,35.960990755812134,1,1,0.3601503759398487,0.047109978447032574,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1290.4,1310.0,1254.0,-0.8834469931804145,1,0,0,none,1,-0.7346938775510204,-1.4073494917904612,0,0.5,-1,0,0,0.44971555659268325,63.10679611650485,2.5482449559596403,60.40050745933103,82.35454706042943,-0.7998148017802578,-3.348059757739898,5.195227660497323,1298.0,1282.35,1307.6666666666667,-0.26123913128240916,0,0,15.0,1.1727912431587177,0,0.49019607843137253,7.80780780780773,0,0,-78.78787878787878,0,0,0.31372549019608176,57.62337104511148,0,0,0,0,0,0,-1.893203883495147,-1.854946184875454,-26.262626262626263,0.3016152983897996,4.2264705882353155,0,0,2.5520300793563178,0.5042016806722689,-6297722431.331726,-14970031.435578346,1.945468705743169,-1562055.9632284604,0,1,-1.918804249158716,-10.764010840869142,24.88463522410006,0,1,2.139097744360918,0.5773337775665531,1279.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.5,1324.0,1256.3333333333333,-1.0444874274661564,1,0,0,none,1,-1.4102564102564104,-2.18921032056294,0,0.385,-1,-1,1,-1.2749220554036746,-30.290356774177326,-29.01543471877365,1279.0,1331.05,1395.35,-1.9571015363810451,0,0,25.428571428571427,1.9485495347564312,0,0.31746031746031744,-60.247592847317954,0,0,-32.20338983050847,0,0,-2.5392083644510843,39.45069757119816,0,0,1,0,1,0,15.20986009327116,2.90252250699778,22.332203389830507,0.33331270235338256,-65.8970588235295,0,0,5.242556606521945,0.453781512605042,-5588550190.888365,-95229674.7501564,1.70701313306319,1670073.3397097848,1,0,-7.5319412667185786,-8.627828556972538,64.21952807534929,1,1,-7.227819548872197,0.8106913214062074,1297.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1330.1,1391.0,1265.0,-1.8870761596872399,1,0,0,none,1,-2.103448275862069,-2.1455938697318007,0,0.286,1,0,0,-11.024027564287547,-26.207879489536026,-15.18385192524848,1353.2,1386.45,1379.6833333333334,-7.028742471780447,0,0,77.28571428571429,5.995788540396764,1,0.016129032258064516,-156.61235872596478,1,0,-98.38709677419355,1,0,-12.728503723764383,38.07426713183747,1,0,1,0,1,0,1.4543481210147817,-4.527774883235839,-17.98088410991636,0.14118086786712664,-113.3764705882354,0,0,11.64905521654805,,-5977610920.548403,-1006946483.4469385,0.9348347132154161,-56237759.488335244,0,0,-4.4170431500561556,-8.54484805353659,16.250916184278662,0,1,-0.3135338345864886,0.0012143455729487496,1287.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,382,below_cloud,below,-1.351,0,0,1629.5833333333333,1638.0,1133.0,-20.90002556890821,1,0,0,none,1,1.6610169491525424,-3.6462373933281613,0,0.5,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.3628694636284851,40.526315789473685,38.7463734921362,19.437898915865016,14.271814201024183,47.266313932980594,44.85663082437276,58.36718438868976,0.042306691692043714,15.356882751388623 -100,2025-08-22 21:36:00,buy,1257.0,0.149,16,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#16,0.0,9.090909090909093,-1.4488646345471272,13.754385964912602,15.680311890838311,-6.340997819060931,-4.892133184513804,2.4303060988366076,1267.4,1277.8,1289.55,-1.4712787603693767,0,0,4.928571428571429,0.39146715079995464,0,0.0,-170.01594896331463,1,0,-100.0,1,0,-1.7174082747853259,2.6026191482739875,0,0,0,0,0,0,-3.4090909090909065,-0.4517583391862008,-5.555555555555555,-0.3627461533096907,-16.752941176470586,0,0,0.7226073748486734,1.0,-2511757514.804938,-362646.90512132645,4.280288668646682,-403379.72978887707,0,0,,-12.309580279886745,53.30142137699825,1,1,-1.2075187969924934,0.8466971655474698,1259.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1307.4499999999998,1310.0,1259.0,-3.7056866419365786,1,0,0,none,1,-0.33613445378151263,-0.23828435266084197,0,0.333,-1,-1,1,0.0,14.63414634146342,-1.7116564578041684,18.742368742368857,23.178673178673467,-7.4850668849267095,-5.773410427122541,2.7068434577058103,1269.6,1281.35,1295.4,-1.6662114176454468,0,0,6.142857142857143,0.4875283446712018,0,0.030303030303030304,-181.01733447002158,1,0,-96.15384615384616,1,0,-1.869158878504673,10.38470612865099,0,0,0,0,1,0,-5.9540889526542315,-0.48925280320587117,-9.829059829059826,-0.30067798331385087,-21.32941176470581,0,0,0.8072041835293937,1.0,-3130552619.9851117,-5576867.353819847,1.1083841424298522,-754964.0835305736,0,0,,-12.212504678295788,55.33541882352677,1,1,-1.3421052631579264,0.8384928405505057,1259.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1300.65,1310.0,1260.7,-3.125360396724719,0,0,0,none,1,-0.5050505050505051,-0.2380952380952381,0,0.286,-1,-1,0,0.0,17.64705882352942,-2.277843745239225,17.443593018305677,17.22283038374988,-7.669107622272122,-5.391263877032897,3.3646572464151157,1276.6,1290.75,1300.45,-1.7625411582413375,0,0,6.928571428571429,0.546417305092384,0,0.20454545454545456,-193.098640641339,1,0,-75.0,0,0,-1.8575851393188847,12.189599518781108,0,0,0,0,1,0,-1.918158567774924,-0.29959169123631924,-1.6666666666666679,-0.2088406059565276,-24.076470588235452,0,0,0.9897824801113896,0.5882352941176471,-4040359577.218706,-7417923.867758274,4.262802884934411,-609936.599387073,0,0,,-11.622420382412802,66.37718010078258,1,1,-1.7436090225564054,0.9026519306414251,1259.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1300.5666666666666,1317.0,1260.9333333333334,-2.5040367019504295,1,0,0,none,1,-0.5189873417721519,-0.23659305993690852,0,0.278,-1,-1,1,0.0,7.5,-2.90897840683703,20.35273368606711,20.178318729043507,-7.493135308019873,-4.584156901182843,3.6139559739964717,1279.2,1295.5,1303.85,-2.1227325357005,0,0,7.714285714285714,0.6083821541234791,0,0.05,-184.77103301384594,1,0,-94.28571428571428,1,0,-2.6861089792785897,4.722221161941718,0,0,0,0,0,0,-0.1923076923076792,-0.5278307009303669,-1.1255411255411296,-0.2546806060272402,-22.694117647058874,0,0,0.9096323022049677,0.23529411764705882,-4218919472.9863586,-5688704.0954117775,4.430251824378922,-1904291.9665085797,0,0,,-11.593734573353808,45.060768153703734,1,1,-1.8120300751879586,0.8388383559744544,1266.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.1833333333334,1315.0,1266.0,-3.5142230282431464,1,0,0,none,1,-0.7288135593220338,-1.025236593059937,0,0.353,-1,0,1,0.0,28.94736842105263,-3.191195797284133,24.999999999999858,33.88888888888872,-6.657942072445167,-3.4667462751610336,3.232290966552048,1285.6,1299.45,1305.8,-2.4202547231521043,0,0,9.857142857142858,0.7773771969355566,0,0.05,-260.4209097080792,1,0,-94.44444444444444,1,0,-2.9096477794793296,21.373681592315805,0,0,0,0,0,0,-5.42763157894737,-1.1419204915476238,-11.481481481481481,-0.2315214042171901,-22.958823529411802,0,0,1.4757092055874486,0.3949579831932773,-5106973733.319811,-7169849.513253212,4.212942499446521,-2810143.214302033,0,0,,-11.530347142069697,35.19647192201308,1,1,-1.2729323308270726,0.5143498498986193,1266.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.75,1315.0,1266.0,-2.667434273651892,1,0,0,none,1,-0.7959183673469388,-1.1041009463722398,0,0.353,-1,-1,1,0.0,31.707317073170742,-1.800838516807644,42.959491488903296,43.793842323254104,-4.750529582031504,-2.94969106522386,2.561472738056993,1296.6,1303.85,1307.65,-1.6758062660582107,0,0,12.714285714285714,0.9917539558725206,1,0.3,-349.52354519381976,1,0,-69.23076923076923,0,0,-2.286585365853655,22.899432693002055,0,0,0,0,0,0,-8.29268292682925,-0.9422066414147388,-0.8547008547008446,0.09415433905752643,-16.314705882352882,0,0,1.956088390229691,0.25210084033613445,-6335740535.983721,-16197579.360344887,3.819612318277431,-734834.9144460075,0,0,,-10.441291904127482,17.51129120446813,0,1,-0.672932330827064,0.2273505855159217,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1332.9333333333334,1334.0,1270.0,-3.82114634390317,1,0,0,none,1,-1.205128205128205,-1.0920436817472698,0,0.286,-1,0,1,2.369288561215809,-11.958990871326705,-14.328279432542514,1307.0,1302.85,1372.1666666666667,-0.7560348466822631,0,0,26.428571428571427,2.0439730416528556,1,0.4666666666666667,12.98099211868314,0,0,-100.0,1,0,-1.9711902956785488,65.26948927621578,1,0,0,0,0,0,-2.851309733900827,-1.2117235093295324,-29.310344827586214,0.2980169618579411,-17.735294117647072,0,0,4.382584120273147,0.23529411764705882,-5657436772.147536,-71912557.50859642,5.472421112223241,-18743753.63122881,0,0,-2.3301203463911127,-9.293302574656636,18.48353648722762,0,1,1.4533834586466197,0.16575453714733357,1293.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1300.4166666666665,1335.8333333333333,1265.0,-0.5703300224287,1,0,0,none,1,-3.9655172413793105,-7.65661252900232,0,0.333,0,0,1,-12.660337152380038,-34.183998234693036,-21.523661082312998,1325.0,1375.1,1384.2166666666667,-5.461420987564535,0,0,72.71428571428571,5.593406593406593,1,0.10483870967741936,-93.02635969302617,0,0,-89.51612903225806,1,0,-8.25688073394495,39.82286412960365,1,0,0,0,0,0,-5.250852243380045,0.038562323497981055,-8.602150537634406,0.2199502589458572,-128.3735294117646,0,0,11.005951662959866,,-5973916604.818453,-873873708.6321545,1.3430084790023593,18721692.65334549,1,0,-3.8341323736386292,-7.602113554412404,13.356930988139906,0,1,-1.8180451127819799,0.03506067047609651,1301.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,22,impulse_late,unknown,none,below_cloud,below,-1.061,0,0,1630.25,1638.0,1188.5,-20.257629197975767,1,0,0,none,1,2.1864406779661016,-7.615384615384616,1,0.538,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.3834010293441113,56.21301775147929,36.44488579940417,61.57965759479303,6.484061072147072,41.82879377431907,6.451612903225797,22.120669056152916,0.17314782713575058,16.709146950761777 -101,2025-08-23 06:42:00,sell,1416.0,0.65,16,고점 매도 · 비중 65% · 분할 · leg#16,0.7617434151984265,60.869565217391305,0.455361064572538,104.76190476190509,112.96296296296306,1.200296740213389,0.7449356756408511,0.812303783792859,1414.6,1411.0,1410.6333333333334,0.2126151665485576,0,0,3.7142857142857144,0.26267932915740555,0,1.0,106.75381263616313,0,1,-0.0,0,1,0.0,63.602806903132056,1,0,1,0,0,0,-4.515050167224082,-0.07359701691461029,-9.523809523809518,0.6438269532023309,4.335294117646981,0,0,0.5054856780689282,0.2605042016806723,-2530129509.622539,-1012979.2266097069,0.9299554799438208,-117152.22419317812,0,0,,-1.4344007298457973,22.860222655042183,0,1,0.3368421052631366,0.4836707152496551,1415.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1409.1666666666667,1414.0,1375.3333333333333,0.3429923122412637,1,0,0,none,1,0.36134453781512604,-0.2828854314002829,1,0.583,0,0,0,0.8253083015345484,52.38095238095237,0.09989962400373442,133.33333333333346,136.66666666666697,1.6744137690877778,1.5745141450840434,0.7190914538748682,1413.0,1410.7,1406.1666666666667,0.23392641950803483,0,0,4.428571428571429,0.31319458476459894,0,1.0,189.3147502903543,0,1,-0.0,0,1,0.28368794326241176,57.71821866664541,0,0,0,0,0,0,-1.1074197120708789,0.05073554251235746,-16.666666666666657,0.6639573148414073,3.5088235294117567,0,0,0.7299995456368641,0.20168067226890757,-3147720973.1730876,-1766893.0353393555,2.370140981178118,477377.49941630044,0,0,,-1.402952494865639,13.714751934077757,0,1,0.20451127819547776,0.22760665985751027,1414.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1331.75,1414.0,1296.5,6.176084099868584,1,0,0,none,1,1.4646464646464648,-0.2828854314002829,0,0.727,0,0,1,0.7400090517142712,51.28205128205128,-2.143342554542116,115.55555555555559,136.29629629629628,8.058051450949279,10.201394005491395,0.93025516554171,1412.6,1410.85,1364.6,0.22326966013397342,0,0,4.928571428571429,0.3485552636896343,1,1.0,184.52380952380676,0,1,-0.0,0,1,-0.07067137809186885,59.23864660042625,0,0,1,0,0,0,-2.7720027720027787,0.15227227305426183,-44.44444444444444,0.8203274701183974,8.708823529411802,0,0,0.8092749247309192,0.06722689075630252,-4049241026.129349,-1371101.8575735092,1.7245197347711267,-183518.70048682392,0,0,,-1.364194190651269,21.360550058811604,0,1,0.28345864661654574,0.2612170857356033,1414.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1333.9166666666665,1414.0,1269.3333333333333,6.003623414756065,1,0,0,none,1,1.3164556962025316,-0.21216407355021216,1,0.556,0,0,0,0.8189512785664261,66.66666666666666,-3.2501896837971422,110.73232323232332,104.83405483405498,16.594179661312864,19.844369345110007,2.19624219886461,1410.8,1406.15,1341.9,0.7004942573693995,0,0,5.428571428571429,0.3833736884584342,0,1.1818181818181819,118.74518860661986,0,1,36.36363636363637,0,1,0.42553191489360653,77.60608026734158,0,1,0,1,0,0,4.666666666666657,0.30276409542410576,14.50216450216449,1.2798124131042774,31.24411764705883,0,0,1.3740651658396958,0.6302521008403361,-4227256494.590057,-4830244.425472736,1.21974737522404,522349.8536487218,0,0,-1.5025566786856763,-1.1931675492060756,33.518257319742254,1,1,0.9992481203007317,0.5862879130633099,1416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1307.3666666666668,1412.0,1266.0,8.309324086586267,0,0,0,none,1,2.0338983050847457,-0.423728813559322,1,0.562,1,1,0,0.7392673235674398,80.15873015873015,3.7067460516397297,108.1143428158352,106.7720418838342,29.187595172233387,25.480849120593657,16.363142465623383,1412.8,1362.65,1324.1166666666666,3.9151653029024347,0,0,12.214285714285714,0.862590799031477,0,1.0416666666666667,73.49638742433098,0,0,11.11111111111111,0,1,2.3121387283236983,96.0034185595092,0,0,0,1,0,0,-5.555555555555557,-1.0992251182012005,1.553166069295088,1.3197384359626074,73.25588235294117,0,0,3.8609738216781966,0.9159663865546218,-5097522821.008803,-2939986.974705696,0.4432585272388089,1654704.7025634423,0,0,,-1.1184582617119743,54.16288064410103,1,1,8.684962406015037,0.8496143685090476,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.0,1410.0,1266.0,8.75576036866359,0,0,0,none,1,2.204081632653061,-0.211864406779661,1,0.562,1,0,0,0.910612973450844,79.8941798941799,13.027319165502558,104.42084241103852,103.20832036518311,25.69947224640987,12.67215308090731,14.610103109019795,1404.4,1330.2,1319.9,5.999097880018045,0,0,27.428571428571427,1.945288753799392,0,1.0294117647058822,120.29024182582967,0,1,2.941176470588235,0,1,9.048723897911826,82.21980014135764,0,0,0,0,0,0,0.42049568365358425,-0.7347632374365283,0.7158418923124827,1.0757236209578283,86.57352941176464,0,0,4.781370609875291,0.9747899159663865,-6322257862.770909,,0.8190648852484472,12636469.614198474,0,0,,-1.4118328654459833,37.42289064646309,1,1,6.078195488721806,0.547768313120129,1409.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1308.5333333333333,1406.0,1270.0,7.754228652944772,0,0,0,none,1,1.9487179487179487,-0.7092198581560284,0,0.4,0,0,0,10.916658294111485,0.7107747011880292,-10.205883592923456,1334.2,1310.6,1370.7,7.5843125286128465,0,0,34.785714285714285,2.4670719351570414,0,1.0740740740740742,278.0629217754972,0,1,9.345794392523365,0,1,5.7764441110277565,76.44012950246045,0,0,0,0,0,1,5.169592793455294,5.34373322974673,27.67666830627973,1.0967659165298442,16.16470588235302,1,0,6.016191721248572,0.7394957983193278,-5659253047.655375,-63311977.42250061,1.0358895245663469,-11400248.146683548,0,1,-1.8071753509293873,-1.0706132198995966,19.331666746792855,0,1,3.70225563909773,0.43144032146177613,1405.8,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1303.25,1377.5,1265.0,8.191060809514683,0,0,0,none,1,0.1724137931034483,-0.425531914893617,1,0.5,1,1,0,-8.266292621790921,-31.85652685955165,-23.59023423776073,1314.4,1376.7,1387.2833333333333,-1.5762330209922348,0,0,73.21428571428571,5.403268318397469,1,0.5483870967741935,9.642906766708297,0,0,-45.16129032258064,0,0,-3.558718861209964,39.50045319822443,1,0,0,0,0,0,4.004539559014269,4.394044530589117,17.741935483870968,0.41827075068667946,-111.33235294117662,0,0,11.132371139620703,,-5957009036.721269,-878960732.6311779,1.0329684837888489,58280407.834683605,1,0,-3.7136587663357115,-3.6639060309752836,11.981457973706346,0,1,-2.9278195488721686,0.09448774679437721,1334.7,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,neutral,-0.029,0,0,1630.25,1638.0,1188.5,-16.88391351019782,1,0,0,none,1,1.271186440677966,-3.3210332103321036,1,0.538,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,1.0,70.7509881422925,69.78193146417446,49.44402680715779,10.177236990053,45.833333333333336,24.193548387096765,15.23297491039425,0.4037259680377482,16.372359076124056 -102,2025-08-23 06:48:00,sell,1416.0,0.35,16,고점 매도 · 비중 35% · 분할 · leg#16,0.8955774026766797,64.0,0.6039181570216321,107.40740740740773,105.29100529100539,1.6423390358734196,1.0384208788517875,0.9311050700518679,1415.4,1411.8,1410.9333333333334,0.36832412523020164,0,0,3.7142857142857144,0.2621231979030144,0,1.1111111111111112,99.61685823754576,0,0,11.11111111111111,0,1,0.6392045454545414,59.366271759735376,0,0,0,0,0,0,0.0,0.03389550119951845,3.7037037037036953,0.7830289362251084,4.82941176470581,0,0,0.4966408642877104,0.21008403361344538,,,0.2980493072769089,144859.5604616627,0,0,,-1.2251845914637793,24.427042931539884,0,1,0.43458646616543256,0.6120637851939761,1415.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1411.0,1416.0,1380.0,0.425230333097093,0,0,0,none,1,0.3865546218487395,0.0,0,0.6,0,0,0,1.0,60.97560975609756,0.3035612223135513,115.00000000000011,132.77777777777808,1.9539656729759827,1.6504044506624314,0.8199773063104407,1414.6,1410.95,1406.6333333333334,0.4287891137177091,0,0,4.357142857142857,0.3074906744631515,0,1.25,176.75312199807533,0,1,25.0,0,1,0.7107320540156392,59.54862833026701,0,0,0,0,0,0,8.59465737514519,0.2036615983098169,-18.333333333333343,0.8065118789095859,4.417647058823377,0,0,0.7274515637126056,0.19327731092436976,-3147766454.035497,-1909483.9424643517,0.766703673228948,619968.4065410361,0,0,,-1.1937270562114355,13.904217640784841,0,1,0.3150375939849528,0.41522727864011877,1417.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1332.1666666666665,1415.0,1296.6666666666667,6.368072063055186,0,0,0,none,1,1.4444444444444444,-0.14114326040931546,1,0.727,0,0,0,0.7400090517142712,51.28205128205128,-2.143342554542116,115.55555555555559,136.29629629629628,8.058051450949279,10.201394005491395,0.93025516554171,1412.6,1410.85,1364.6,0.22326966013397342,0,0,4.928571428571429,0.3485552636896343,1,1.0,184.52380952380676,0,1,-0.0,0,1,-0.07067137809186885,59.23864660042625,0,0,1,0,0,0,-2.7720027720027787,0.15227227305426183,-44.44444444444444,0.8203274701183974,8.708823529411802,0,0,0.8092749247309192,0.06722689075630252,-4049241026.129349,-1371101.8575735092,1.7245197347711267,-183518.70048682392,0,0,,-1.364194190651269,21.360550058811604,0,1,0.28345864661654574,0.2612170857356033,1414.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1333.9166666666665,1414.0,1269.3333333333333,6.003623414756065,1,0,0,none,1,1.3164556962025316,-0.21216407355021216,1,0.556,0,0,0,0.8400758484281624,61.22448979591836,-3.0071423639372803,141.28787878787887,116.08345358345372,16.085441390188407,19.092583754125688,1.9742047257857271,1411.8,1407.55,1343.9166666666667,0.6713793470924712,0,0,5.571428571428571,0.39318479685452157,1,1.2941176470588236,94.59459459459102,0,0,100.0,0,1,0.2830856334041121,67.89637406812429,0,1,0,1,0,0,-5.442176870748298,0.24304731985986194,30.555555555555543,1.2280519685730058,27.838235294117567,0,0,1.3601001096127308,0.6302521008403361,-4228055910.7911053,-5299217.751885414,1.1164010123916197,504341.82919479,0,0,-1.6808577016284885,-1.123186401948273,32.1542065447931,1,1,0.8834586466165449,0.5660417197090593,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1307.3666666666668,1412.0,1266.0,8.38581372224063,0,0,0,none,1,2.0338983050847457,-0.2117148906139732,0,0.6,0,0,0,0.7392673235674398,80.15873015873015,3.7067460516397297,108.1143428158352,106.7720418838342,29.187595172233387,25.480849120593657,16.363142465623383,1412.8,1362.65,1324.1166666666666,3.9151653029024347,0,0,12.214285714285714,0.862590799031477,0,1.0416666666666667,73.49638742433098,0,0,11.11111111111111,0,1,2.3121387283236983,96.0034185595092,0,0,0,1,0,0,-5.555555555555557,-1.0992251182012005,1.553166069295088,1.3197384359626074,73.25588235294117,0,0,3.8609738216781966,0.9159663865546218,-5097522821.008803,-2939986.974705696,0.4432585272388089,1654704.7025634423,0,0,,-1.1184582617119743,54.16288064410103,1,1,8.684962406015037,0.8496143685090476,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.0,1410.0,1266.0,8.75576036866359,0,0,0,none,1,2.204081632653061,-0.211864406779661,1,0.562,1,0,0,0.910612973450844,79.8941798941799,13.027319165502558,104.42084241103852,103.20832036518311,25.69947224640987,12.67215308090731,14.610103109019795,1404.4,1330.2,1319.9,5.999097880018045,0,0,27.428571428571427,1.945288753799392,0,1.0294117647058822,120.29024182582967,0,1,2.941176470588235,0,1,9.048723897911826,82.21980014135764,0,0,0,0,0,0,0.42049568365358425,-0.7347632374365283,0.7158418923124827,1.0757236209578283,86.57352941176464,0,0,4.781370609875291,0.9747899159663865,-6322257862.770909,,0.8190648852484472,12636469.614198474,0,0,,-1.4118328654459833,37.42289064646309,1,1,6.078195488721806,0.547768313120129,1409.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1308.5333333333333,1406.0,1270.0,7.754228652944772,0,0,0,none,1,1.9487179487179487,-0.7092198581560284,0,0.4,0,0,0,10.916658294111485,0.7107747011880292,-10.205883592923456,1334.2,1310.6,1370.7,7.5843125286128465,0,0,34.785714285714285,2.4670719351570414,0,1.0740740740740742,278.0629217754972,0,1,9.345794392523365,0,1,5.7764441110277565,76.44012950246045,0,0,0,0,0,1,5.169592793455294,5.34373322974673,27.67666830627973,1.0967659165298442,16.16470588235302,1,0,6.016191721248572,0.7394957983193278,-5659253047.655375,-63311977.42250061,1.0358895245663469,-11400248.146683548,0,1,-1.8071753509293873,-1.0706132198995966,19.331666746792855,0,1,3.70225563909773,0.43144032146177613,1405.8,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1303.25,1377.5,1265.0,8.191060809514683,0,0,0,none,1,0.1724137931034483,-0.425531914893617,1,0.5,1,1,0,-8.266292621790921,-31.85652685955165,-23.59023423776073,1314.4,1376.7,1387.2833333333333,-1.5762330209922348,0,0,73.21428571428571,5.403268318397469,1,0.5483870967741935,9.642906766708297,0,0,-45.16129032258064,0,0,-3.558718861209964,39.50045319822443,1,0,0,0,0,0,4.004539559014269,4.394044530589117,17.741935483870968,0.41827075068667946,-111.33235294117662,0,0,11.132371139620703,,-5957009036.721269,-878960732.6311779,1.0329684837888489,58280407.834683605,1,0,-3.7136587663357115,-3.6639060309752836,11.981457973706346,0,1,-2.9278195488721686,0.09448774679437721,1334.7,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,neutral,-0.029,0,0,1630.25,1638.0,1188.5,-16.88391351019782,1,0,0,none,1,1.271186440677966,-3.3210332103321036,1,0.538,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,1.0,70.7509881422925,69.78193146417446,49.44402680715779,10.177236990053,45.833333333333336,24.193548387096765,15.23297491039425,0.4037259680377482,16.372359076124056 -103,2025-08-23 11:36:00,buy,1362.0,0.238,17,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#17,0.0,25.000000000000014,-0.9763045127220389,24.00000000000034,34.85185185185198,-5.230763071309639,-4.2544585585876,1.9286946882248432,1376.6,1382.1,1398.3833333333334,-1.1648940018811893,0,0,4.357142857142857,0.3189709265843966,0,0.12,-194.1045606229136,1,0,-88.0,1,0,-1.6558675305975545,24.024493435284043,0,0,0,0,0,0,-1.4705882352941018,-0.7503790292405332,-7.111111111111111,-0.4757218300105689,-13.108823529411666,0,0,1.1923565234628402,1.0,-2535130654.8546653,-1079992.6953639984,1.7437790426892976,-385248.64089187235,0,0,,-4.772304704115859,20.32803215912554,0,1,-0.16390977443610252,0.021173459840644226,1363.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1409.8166666666666,1416.0,1384.2,-3.1079691212805405,0,0,0,none,1,-0.36134453781512604,-0.07320644216691069,0,0.389,-1,-1,0,0.0,32.30769230769231,-1.166531146722261,36.888888888889,56.2469135802472,-7.718128366876499,-6.551597220154238,3.1919102381417903,1377.8,1385.9,1402.35,-1.6523558698318896,0,0,8.5,0.623624358033749,0,0.02564102564102564,-179.59295929592932,1,0,-96.0,1,0,-0.6559766763848396,35.319207175060484,1,0,1,0,1,0,-2.118537200504406,-0.9293628086104491,-28.29629629629629,-0.1732012202083979,-21.44117647058829,0,0,1.3427865257586116,0.8991596638655462,-3162890165.4755397,-790984.7506332397,1.2404445692749029,-159047.90292366804,0,0,,-4.950855729076897,54.86667305423696,1,1,-1.2842105263157781,0.47194930263950796,1362.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1408.8166666666666,1415.0,1392.0333333333333,-3.2521383193933384,0,0,0,none,1,-0.41414141414141414,-0.07336757153338225,0,0.44,-1,-1,0,0.027380910300973914,26.373626373626365,-2.826540645297796,31.23749772685945,33.84554767533487,-7.115944459431148,-4.289403814133352,4.128008221137009,1384.2,1399.3,1404.4333333333334,-1.9509754877438668,0,0,11.571428571428571,0.8433985839233653,0,0.19607843137254902,-152.2988505747125,1,0,-78.72340425531915,0,0,-2.6259758694109347,30.465842986796616,0,0,0,0,0,0,-6.521110468478895,-0.5084423468448662,-5.728314238952539,0.01014741303215615,-22.929411764705947,0,0,1.6431961310795247,0.7226890756302521,-4076121167.4957376,-23459665.38079405,1.6902135983021045,-1312048.9741501585,0,0,,-4.285796884813031,37.73034020383659,1,1,-2.0345864661654187,0.6947643957200038,1362.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1331.75,1414.0,1301.2,3.0223390275952777,1,0,0,none,1,1.2911392405063291,-0.0728862973760933,0,0.667,-1,-1,0,0.0,33.33333333333333,-5.394294961724071,30.09438009438018,26.476852792642404,-3.995657957505273,1.3986370042187983,4.151293504521016,1379.6,1402.4,1375.9833333333333,-2.167712492869378,0,0,12.071428571428571,0.879841732611412,0,0.11627906976744186,-170.30492030492175,1,0,-88.09523809523809,1,0,-2.970297029702973,30.6438247029934,0,0,0,0,0,0,-5.128205128205131,-0.36178260727885814,3.9682539682539684,0.0016257051161966934,-27.705882352941217,0,0,1.8735759249912585,0.7647058823529411,-4248215498.003165,,1.5088747358697876,-2286381.7433914645,0,0,,-4.25483654771438,35.70223848102897,1,1,-1.9233082706766884,0.6111884511517278,1367.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1336.5666666666666,1412.0,1266.0,2.6510711524553088,1,0,0,none,1,1.4915254237288136,-0.43731778425655976,0,0.529,-1,0,0,0.0,29.473684210526315,-7.5249028136741245,14.078639078638936,46.27017127017111,12.062083482716162,19.586986296390286,3.5142888604727562,1392.8,1404.3,1340.8333333333333,-2.3000783308409822,0,0,13.357142857142858,0.9735526863806748,0,0.02564102564102564,-216.3126317496337,1,0,-97.43589743589743,1,0,-3.1073446327683607,36.438072856735,0,0,0,0,0,0,-7.23517654896736,-1.4872040513036993,-27.716727716727718,0.16245659382370622,17.41470588235302,0,0,2.2936889775626437,0.6638655462184874,-5125516986.14472,-27994165.13591671,1.1310781176056552,-2102113.0213910863,0,0,,-4.1826455207047974,45.25594596302246,1,1,-0.6030075187969918,0.08360625649595288,1371.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.0,1410.0,1266.0,5.376344086021501,1,0,0,none,1,1.2244897959183674,-0.7288629737609329,0,0.467,-1,-1,0,0.653562873015687,76.35467980295567,3.8049131734180293,97.35373824326484,100.99699771507521,26.78925084147886,22.98433766806083,16.38931896527428,1405.6,1354.9,1328.8666666666666,2.516790907078015,0,0,29.571428571428573,2.1289725393397103,0,0.875,27.849302073451927,0,0,-13.821138211382115,0,1,2.358142962417098,80.40166644491386,0,0,0,1,0,0,-2.325523242729602,-2.8958218840114576,-4.607046070460683,0.6641711780769907,60.18235294117653,0,0,4.885639959075603,1.0,-6340765691.867317,-19099114.571655273,0.5899340505426056,353511.16007192014,0,0,,-2.8721997376679353,47.80229488653355,1,1,8.10676691729324,0.7463578407455422,1371.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1308.5333333333333,1406.0,1270.0,6.149378438964748,1,0,0,none,1,1.9487179487179487,-0.7199424046076314,0,0.444,0,0,0,13.531511927815075,6.708506316845387,-6.8230056109696875,1352.2,1316.45,1369.8833333333334,6.8023852026282805,0,0,37.285714285714285,2.651900020321073,0,1.0451127819548873,166.86646896754758,0,1,5.607476635514018,0,1,5.953278070836476,67.93683068143076,0,0,0,0,0,1,1.4264312125462055,2.6148536337035893,35.20249221183799,0.979463147751382,30.873529411764594,0,0,5.68630127053113,0.680672268907563,-5691431454.042597,-68284838.08174133,1.397129364060613,-13911129.737976223,0,1,-1.8622326037709518,-1.3425823062084952,20.095888280245163,0,1,4.72406015037591,0.510391735116855,1371.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1303.25,1382.0,1287.5,7.884135814310378,0,0,0,none,1,2.2413793103448274,-0.7112375533428165,0,0.5,0,0,0,-8.266292621790921,-31.85652685955165,-23.59023423776073,1314.4,1376.7,1387.2833333333333,-1.5762330209922348,0,0,73.21428571428571,5.403268318397469,1,0.5483870967741935,9.642906766708297,0,0,-45.16129032258064,0,0,-3.558718861209964,39.50045319822443,1,0,0,0,0,0,4.004539559014269,4.394044530589117,17.741935483870968,0.41827075068667946,-111.33235294117662,0,0,11.132371139620703,,-5957009036.721269,-878960732.6311779,1.0329684837888489,58280407.834683605,1,0,-3.7136587663357115,-3.6639060309752836,11.981457973706346,0,1,-2.9278195488721686,0.09448774679437721,1334.7,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,neutral,-0.029,0,0,1630.25,1638.0,1188.5,-16.88391351019782,1,0,0,none,1,1.271186440677966,-3.3210332103321036,1,0.538,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,1.0,72.1774193548387,104.98442367601245,72.29053943269388,11.886479531193181,45.833333333333336,24.193548387096765,15.23297491039425,0.4037259680377482,16.372359076124056 -104,2025-08-24 19:36:00,buy,1329.0,0.244,17,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#17,0.04012764509897232,11.538461538461533,-1.6284367163669744,10.623781676413595,10.797691396246767,-4.665837265872597,-3.037400549505622,2.191417045023451,1334.0,1344.55,1348.9333333333334,-1.0077721170651865,0,0,4.428571428571429,0.33272512611355587,0,0.047619047619047616,-126.98412698412814,1,0,-94.73684210526315,1,0,-1.261127596439171,0.10181010327703177,0,0,0,0,0,0,0.0,-0.015133352724010951,1.7543859649122808,-0.11939518129861382,-13.964705882352973,0,0,0.5186789799200915,0.6218487394957983,,,1.7464453814388312,-406630.7140003517,0,0,,-7.177779320371291,83.49566892734595,1,1,-1.1691729323308282,0.881742038786769,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1349.5833333333333,1370.7333333333333,1330.0,-1.3769682000617456,1,0,0,none,1,-0.3865546218487395,0.0,0,0.25,-1,0,0,0.0,21.875,-1.9889471271780308,11.277650648360144,13.379099923722615,-4.730656634556681,-2.74170950737865,2.192015454507738,1335.2,1346.3,1350.15,-1.1364480427839219,0,0,5.0,0.3756574004507889,0,0.13043478260869565,-163.31595929510814,1,0,-86.95652173913044,1,0,-1.6260162601625994,6.438297907637121,0,0,0,0,0,0,0.0,-0.11022125008209605,4.347826086956521,-0.1432293724046076,-15.59705882352955,0,0,0.720388629679193,0.8067226890756303,-3186505087.7911377,-4505720.962552071,2.059680350331696,-317904.4679652774,0,0,,-7.148171471929743,57.664922845595115,1,1,-1.018045112781969,0.6664248127570898,1328.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1347.95,1391.0,1336.4,-1.2574650395044351,0,0,0,none,1,-0.6060606060606061,-0.07513148009015778,0,0.174,0,0,1,0.0,16.129032258064512,-0.8732002901075981,25.907097288676255,55.914776419162344,-5.959719120032787,-5.086518829925189,1.790763722946076,1342.2,1348.95,1367.4666666666667,-1.256532858890247,0,0,4.785714285714286,0.3592878592878593,0,0.16666666666666666,-259.00277008311235,1,0,-81.81818181818183,1,0,-1.4063656550703185,15.215334526825856,0,0,0,0,0,0,-14.1739980449658,-0.6291545260560989,-19.86531986531987,-0.35967718179347374,-13.308823529411711,0,0,0.9227546140670873,0.8067226890756303,-4110383721.046425,-6319253.66549015,2.8814459792626264,-820261.5947874561,0,0,,-7.04216178058541,30.235455589410964,1,1,-0.6473684210526053,0.40218212751736415,1328.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1348.9666666666667,1402.0,1345.2666666666667,-1.2577528478588618,0,0,0,none,1,-0.8354430379746836,-0.07507507507507508,0,0.217,-1,0,1,0.0,39.2156862745098,-0.03614323283889931,46.89083820662777,76.38401559454205,-8.577122157146505,-8.540978924307606,2.0007745342369594,1345.4,1350.5,1378.45,-1.3698630136986356,0,0,6.428571428571429,0.4826254826254826,0,0.037037037037037035,-273.853779429981,1,0,-95.0,1,0,-1.1869436201780381,35.81025077968765,1,0,1,0,1,0,-6.238859180035661,-0.9165280729692338,-39.07407407407408,-0.3075176870803595,-18.814705882352882,0,0,1.0963795429032954,0.7058823529411765,-4293112749.529579,-12396677.703204155,1.6925304775017178,-834405.7039595325,0,0,,-7.0125163726160284,34.17329400362148,1,1,-0.7142857142857401,0.3913330037897501,1331.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1350.0,1407.0,1331.0,-1.3333333333333308,1,0,0,none,1,-1.271186440677966,-0.3003003003003003,0,0.263,-1,-1,0,0.06059982076507243,20.51282051282051,-2.0542259878070137,20.721925133689684,23.43470419571628,-13.680042065376256,-11.625816077569242,5.672706195453416,1346.6,1366.05,1389.7,-2.4925881190293153,0,0,10.857142857142858,0.8151008151008152,0,0.0,-127.40306288693446,1,0,-100.0,1,0,-2.7737226277372296,19.756112916785113,0,0,1,0,1,0,-3.36777650210486,-0.5972186160009976,-7.31707317073171,-0.20086654302523177,-34.694117647058874,0,0,1.5234058935824868,0.5210084033613446,-5192491491.30117,-32833675.805727005,1.3517834035732907,-2366808.444014311,0,0,,-6.942341019960407,81.78244260053684,1,1,-3.1240601503759513,0.9101501149785113,1332.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1398.9166666666665,1405.0,1336.8666666666666,-4.783463394293197,0,0,0,none,1,-1.510204081632653,-0.37537537537537535,0,0.2,-1,-1,0,0.10021492918306586,13.095238095238088,-6.564362967222276,17.51443001443005,14.171476671476682,-9.80026543708118,-3.235902469858904,6.3960978508272746,1350.4,1384.4,1367.0,-2.5570644322450264,0,0,13.428571428571429,0.9954463623848353,0,0.25757575757575757,-147.30971128608985,1,0,-74.24242424242425,0,0,-3.505007153075823,15.738532701892808,0,0,0,0,0,0,-12.167919799498748,0.5432801826589317,7.990620490620488,0.00966667915702266,-41.91470588235302,0,0,1.673584021019965,0.09243697478991597,-6440476217.066455,-78591165.07445145,2.0599637946755314,-3997778.752121553,0,0,-8.056686845136296,-5.635572084558094,65.12447354857726,1,1,-3.3187969924812424,0.7866762214209323,1332.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1404.7666666666667,1406.0,1346.8,-3.9698170514676168,1,0,0,none,1,-1.564102564102564,-0.37064492216456635,0,0.143,0,0,1,1.8400922747054764,13.957390030195938,12.117297755490462,1385.0,1353.65,1354.9666666666667,-0.7867617183171527,0,0,38.785714285714285,2.887990639293692,0,0.4672897196261682,-24.416774008873666,0,0,-53.271028037383175,0,0,-0.88560885608856,61.019396821757596,0,0,0,0,1,0,-9.747386193908696,-4.537924105968946,-17.133956386292823,0.3768085271989674,45.28529411764703,0,0,6.36910156952832,0.8235294117647058,-6000870328.893242,-348388668.47196484,0.928099383505138,-6334709.054432005,0,0,-7.498055820037403,-5.728788537989715,32.81310639597029,1,1,5.093984962406,0.49696448158762385,1332.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1303.25,1400.0,1287.5,3.050067139842705,1,0,0,none,1,0.8620689655172413,-0.37230081906180196,0,0.667,-1,-1,0,-1.9919953838098614,-26.080228467523057,-24.088233083713195,1328.0,1378.95,1389.2833333333333,1.5265238043438822,0,0,71.14285714285714,5.081632653061225,1,0.9112903225806451,-10.535047698050446,0,0,-3.418803418803419,0,1,-5.02035278154681,32.71221114423467,0,0,0,0,0,0,-3.2229686500319943,6.2742972379810595,29.774377355022505,0.5669737459181055,-90.65882352941162,0,0,11.260006611977516,,-6042386473.850839,-841191249.7239094,0.7710608791575739,31524769.24041587,1,0,-3.943710977944219,-0.4347945323234903,10.925349273183178,0,1,-2.9375939849623918,0.0951658282269856,1346.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,382,below_cloud,above,4.723,0,0,1630.25,1638.0,1204.0,-14.123600674743141,1,0,0,none,1,2.457627118644068,-1.3571428571428572,0,0.538,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.4377182781056973,54.23728813559322,77.25856697819314,90.34267912772584,12.63230518341079,42.61036468330134,53.96792574211927,28.204362344147274,0.5934128951115683,16.34168176160978 -105,2025-08-25 19:33:00,buy,1278.0,0.254,17,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#17,0.03641397960599135,20.83333333333333,-1.1257601129735688,7.692307692308034,12.432012432012604,-4.0290122549772605,-2.9032521420036916,1.614080235880655,1281.8,1289.65,1294.7666666666667,-0.7482650331485319,0,0,3.7142857142857144,0.29017857142857145,0,0.06666666666666667,-155.6052696992336,1,0,-92.3076923076923,1,0,-1.081916537867078,2.521111332957261,0,0,0,0,0,0,4.166666666666671,0.023728408743605378,-2.5641025641025648,-0.059604167975222964,-12.047058823529596,0,0,0.47098655364896774,0.058823529411764705,-2587112019.2612033,,0.6181634415288445,-940599.795459643,0,0,,-10.642601483510571,55.920782065740056,1,1,-0.7917293233082797,0.8101165848251957,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1323.4333333333334,1341.0,1279.0,-3.281867868926791,1,0,0,none,1,-0.5210084033613446,-0.234375,0,0.214,0,0,0,0.0,25.000000000000014,-1.0785869315210181,8.888888888889003,20.21164021164047,-4.7190987272776965,-3.6405117957566784,1.81985002265764,1284.6,1292.45,1301.95,-0.9632867809199586,0,0,4.642857142857143,0.3627232142857143,0,0.05,-183.32740424522675,1,0,-93.33333333333333,1,0,-1.2345679012345734,10.6008725299953,0,0,0,0,0,0,-0.7142857142857082,-0.17339298440524598,-14.444444444444443,-0.0891215949508082,-10.994117647058829,0,0,0.8106746581012635,0.15966386554621848,-3236678850.293896,-1750063.0058083534,0.6712603210559208,-597636.3483293327,0,0,,-10.615033808577524,48.41275502528669,1,1,-0.8714285714285569,0.7686929859850176,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1323.5500000000002,1357.3,1279.0,-3.290393260549296,1,0,0,none,1,-0.6767676767676768,-0.234375,0,0.261,0,0,0,0.0,42.465753424657535,-0.25380119316346317,25.767543859649148,40.12751786874589,-8.755785916089962,-8.5019847229265,2.1626718080797818,1288.0,1296.05,1322.2666666666667,-1.2383781489911594,0,0,6.428571428571429,0.5022321428571429,1,0.043478260869565216,-210.40189125295626,1,0,-94.73684210526315,1,0,-1.4626635873749017,15.109731277033802,1,0,0,0,0,0,2.206013164917273,-0.4441548455850679,-16.764132553606235,-0.15713811562917207,-17.53235294117667,0,0,1.5206310866721044,0.680672268907563,-4165580508.5565014,-4050347.968548298,1.0093388730600832,-399393.380633138,0,0,,-10.579888196354592,70.12876607721606,1,1,-0.910526315789468,0.590946657602796,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1324.65,1359.2333333333333,1279.0,-3.3707016947873036,1,0,0,none,1,-1.0,-0.546875,0,0.263,0,0,0,0.013285799279559885,28.30188679245282,-0.27965050713466333,28.762541806020163,24.962535491094883,-12.307994533209467,-12.028344026074803,3.409590273841636,1290.0,1301.6,1333.95,-1.659496004917016,0,0,7.857142857142857,0.6138392857142857,0,0.02631578947368421,-162.71409749670573,1,0,-95.65217391304348,1,0,-1.3107170393215073,23.733893864165026,1,0,1,0,1,0,-0.5442670537010343,-0.5121411837251291,-2.4722932651321408,-0.2228701390080843,-30.338235294117567,0,0,1.1003012225553965,0.37815126050420167,-4369396154.094844,-10914237.89370346,0.871887528448399,-1409328.113268612,0,0,,-10.552085026229674,67.2250366353755,1,1,-1.739849624060158,0.8607003655881622,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1328.5833333333335,1364.0,1279.0,-3.6567772690208944,1,0,0,none,1,-1.694915254237288,-0.390625,0,0.25,-1,-1,0,0.07906317779679982,4.938271604938279,-3.5318647436253467,7.315862941394421,6.805310184882093,-17.293780751552276,-13.76191600792693,7.416893354811803,1292.4,1321.25,1343.05,-3.122043519394513,0,0,13.571428571428571,1.0602678571428572,0,0.013888888888888888,-118.7924528301884,1,0,-98.38709677419355,1,0,-3.4690799396681737,4.973691698059184,0,0,0,0,0,0,-0.39506172839504927,-0.23252712614426585,-2.910641453466816,-0.15818403240083118,-45.96176470588239,0,0,1.970379320527751,0.5294117647058824,-5270489462.137058,,0.7976567583590957,-1942782.3868034184,0,0,,-10.48452410749292,40.026558579649546,1,1,-3.6909774436090332,0.7944320188831171,1279.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1374.5666666666666,1376.6,1283.0666666666666,-6.879743919295778,0,0,0,none,1,-1.4081632653061225,-0.46875,0,0.462,0,-1,0,0.07574432457242226,21.83098591549296,-5.4991176607326615,8.3173690932312,8.261030077716862,-17.10387793070481,-11.60476026997215,8.422181883198023,1302.2,1341.95,1370.8333333333333,-3.5731584634300817,0,0,24.0,1.8547140649149922,0,0.1566265060240964,-158.41633967199974,1,0,-81.94444444444444,1,0,-4.219096965210955,19.332368005563012,0,0,0,0,0,0,2.9285468911027266,-0.1354087073039132,3.033443891652847,0.08801789546413137,-49.19705882352946,0,0,3.708641234725554,0.8067226890756303,-6514697916.228081,-44875752.460110664,1.4437414902036856,-5825454.2652452,0,0,,-9.39102074280268,19.300050481179507,0,1,-3.6127819548872204,0.5722023374469909,1281.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1372.65,1398.0,1281.0,-5.729792736677242,1,0,0,none,1,-2.6666666666666665,-0.46367851622874806,0,0.231,0,0,0,-6.408817618670486,1.3746484174985198,7.783466036169006,1352.6,1363.25,1348.0,-4.419585549238947,0,0,38.285714285714285,2.93827431202719,0,0.18487394957983194,-141.61008729388965,1,0,-80.7017543859649,1,0,-6.928571428571429,44.916783614289756,0,0,0,0,0,0,-6.508292245629768,-3.876467405353903,-27.390780873753016,0.15698196466101189,-3.432352941176532,0,1,8.286943883377619,1.0,-6325154223.206795,-619622702.7062292,1.1281197709022508,-269925.73925580084,0,0,-10.01206916210318,-8.44681707491418,34.8000482097033,1,1,0.49849624060149256,0.005588154362166087,1281.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.8166666666666,1400.0,1284.9666666666667,0.014072074607596186,1,0,0,none,1,-0.06896551724137931,-0.4604758250191865,0,0.714,-1,-1,0,-1.2453274257306894,-25.644892365876558,-24.39956494014587,1339.2,1377.15,1390.7833333333333,-2.3345314598990696,0,0,74.35714285714286,5.5284121083377595,0,0.46774193548387094,-75.22540707845498,0,0,-50.427350427350426,0,0,-5.081157374735357,32.34576493918799,0,0,0,0,0,0,-2.682307129344508,0.746667958079172,13.029592868302565,0.3906688242877371,-74.91470588235302,0,0,11.59519666833895,,-6084448432.782202,-479019330.74328804,1.532555223963609,20367880.372337684,1,0,-3.30690345042377,-4.239426806785474,9.545798686863687,0,1,-3.3902255639097603,0.12451445084853818,1329.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,500,in_cloud,above,8.455,0,0,1630.25,1638.0,1188.5,-17.497316362521087,1,0,0,none,1,2.6779661016949152,-4.014869888475837,0,0.538,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.11820050696304903,35.07246376811594,37.74135893869371,51.12123160985727,11.57567160208675,39.92805755395683,66.99751861042184,48.38633091321262,0.35859386625126216,16.509407322084506 -106,2025-08-26 07:15:00,buy,1229.0,0.264,17,저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#17,0.31837921078857334,50.0,0.7193185127308821,55.15151515151547,45.050505050505215,-3.5426038128443906,-4.261922325575273,0.8894955760919186,1235.8,1238.0,1255.2333333333333,-0.1615508885298822,0,0,5.071428571428571,0.41030975496994915,1,0.45454545454545453,-137.91223766694105,1,0,-54.54545454545454,0,0,-0.08084074373484462,50.784835062499745,1,0,0,0,1,0,2.631578947368425,-0.07813363520566341,11.818181818181813,0.3268068356507284,-5.270588235294099,0,0,0.8844904296133582,0.6974789915966386,,,0.7495288304192532,-21545.402387663722,0,0,,-13.634126583315354,12.072599672652188,0,1,-0.05714285714286579,0.015079365079353924,1231.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1237.3333333333333,1286.7333333333333,1233.5333333333333,-0.10775862068964637,1,0,0,none,1,-0.6218487394957983,0.0,0,0.259,0,0,0,0.3988055376970069,49.09090909090909,1.298001885207043,42.76094276094286,62.2254288920958,-7.547450016559424,-8.845451901766467,1.5528288129976282,1239.6,1240.95,1268.2833333333333,-0.15713767677989487,0,0,6.714285714285714,0.5419116799262077,0,0.5714285714285714,-111.39851698568535,1,0,-27.27272727272727,0,0,-0.24154589371980784,38.90500766879341,1,0,1,0,1,0,5.231259968102073,0.17541860470934978,-12.794612794612796,0.309410421207752,-15.438235294117476,0,0,1.528511131795934,0.8151260504201681,,,0.5984710336205615,-748880.2469806187,0,0,,-13.397664183134605,50.101472790087506,1,1,-0.5315789473684278,0.42615525092354745,1231.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1235.9,1329.0,1231.0,0.2508293551258145,1,0,0,none,1,-0.48484848484848486,0.0,0,0.278,0,0,0,0.25182524599922484,25.333333333333343,-0.9258677905491215,18.990331795209876,14.274077078955102,-13.577466070606306,-12.651598280057184,5.991105199489594,1238.4,1257.7,1283.4833333333333,-1.4868410590760939,0,0,9.857142857142858,0.7955724662746456,0,0.18,-85.71056402240399,0,0,-75.0,0,0,-1.9002375296912066,10.530350186422595,1,0,1,0,0,0,5.6150234741784,0.57601233626111,6.6239316239316235,0.10136943374738318,-33.18529411764712,0,0,1.5986862811396225,0.8319327731092437,-4204727734.6245604,,0.9562704975032013,-933882.1573313137,0,0,,-13.363304277925447,80.26040644284903,1,1,-3.0120300751880027,0.8948260568659344,1230.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1284.4499999999998,1322.4,1233.3,-3.5384795048464146,1,0,0,none,1,-0.759493670886076,-0.08071025020177562,0,0.294,0,0,0,0.10060942601956331,1.8518518518518476,-4.2367639871421545,3.874254104157481,3.5601032865978,-15.85946966847655,-11.622705681334395,6.857738851622962,1236.6,1268.75,1286.2833333333333,-2.738916256157631,0,0,10.714285714285714,0.8682565408659412,0,0.05357142857142857,-113.52880226273473,1,0,-94.33962264150944,1,0,-3.8191738113795837,0.0,0,0,0,0,0,0,0.09746588693957392,0.4390288861917302,0.49790356394129986,-0.17665901099993037,-45.055882352941126,0,0,1.1095904383373634,0.15126050420168066,,,1.4117504422241247,-4314783.781586949,0,0,,-13.687036073922009,80.80606252941206,1,1,-3.441353383458623,0.8760574229589377,1231.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1312.6166666666668,1314.0,1231.0,-5.989308886829114,1,0,0,none,1,-1.271186440677966,0.0,0,0.357,0,0,0,0.0,2.9702970297029623,-5.182987231166589,3.890068351284017,13.227495352314579,-17.411643462551865,-12.228656231385276,7.507067123104844,1248.8,1283.05,1318.7666666666667,-3.822921943805768,0,0,16.214285714285715,1.3139615651771246,0,0.014084507042253521,-157.18009335030646,1,0,-98.4375,1,0,-4.489164086687303,11.566043016870722,0,0,0,0,0,0,-20.22970297029704,-0.5292653209944085,-11.458333333333334,-0.15800219199671933,-43.31470588235288,0,0,2.888794872011799,0.8823529411764706,-5318981583.312179,-17386911.426940918,1.4357927657949336,-6577164.937181145,0,0,,-13.61950482599359,45.42537336799878,1,1,-2.994736842105276,0.5413493227302135,1233.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1311.65,1354.0,1233.0,-5.920024396752188,1,0,0,none,1,-2.5510204081632653,-1.2965964343598055,0,0.154,0,0,0,0.0,32.0,-4.66318880787313,22.295321637426934,33.16364326365083,-23.509807522928895,-18.846618715055765,9.6930999451718,1263.8,1297.1,1347.4166666666667,-4.864698172847115,0,0,21.714285714285715,1.7596665894883075,0,0.008771929824561403,-179.9176954732505,1,0,-98.4375,1,0,-4.192546583850931,41.00378660239668,1,0,1,0,1,0,0.0,-1.4930024605072454,-14.421695402298855,-0.18380035176907045,-59.773529411764684,0,0,4.4106902388255484,0.8235294117647058,-6561479258.174897,-47193792.928687096,1.3108305381095635,-7925094.651574489,0,0,,-13.505306583152965,56.35981969336645,1,1,-4.302255639097766,0.6557044813741173,1233.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1361.8166666666666,1364.0,1233.0,-9.385746980136823,1,0,0,none,1,-2.7948717948717947,-1.3776337115072934,0,0.25,0,0,0,-10.25944680903257,-9.72935331189342,0.530093497139151,1311.6,1362.65,1344.4666666666667,-5.698455215939536,0,0,42.42857142857143,3.3018343524180103,0,0.2532467532467532,-186.6043613707162,1,0,-73.8255033557047,0,0,-7.153179190751446,43.44845416655145,0,0,0,0,0,0,-3.1848518935133114,-1.5467215829240342,2.2920836767534034,0.1721609541855026,-50.023529411764684,0,0,9.203253307774894,1.0,-6475504635.256801,-488297118.2858877,2.0841366512535293,-7058955.118653409,0,0,-12.490223761663042,-9.62558637586205,45.151535115000875,1,1,-5.139097744360905,0.5448460282942805,1246.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1299.9,1400.0,1251.1333333333334,-1.1462420186168276,1,0,0,none,1,-1.896551724137931,-1.3229571984435797,0,0.6,0,-1,1,-1.5106847384960886,-26.28792086326598,-24.777236124769892,1345.8,1377.6,1393.15,-3.5278745644599208,0,0,74.0,5.568096313017306,0,0.3387096774193548,-124.3439854507664,1,0,-64.1025641025641,0,0,-2.708638360175697,32.36762994587586,0,0,1,0,0,0,1.801265754313846,-0.2653573127653992,-6.313757926661161,0.35169786153645693,-71.12941176470576,0,0,11.096856251402874,,-6136903441.179186,-522784481.06921387,1.2091805791199675,10628956.106625125,1,0,-3.34384329629925,-5.262722628395711,9.297418428934714,0,1,-4.980451127819523,0.2729520084347963,1287.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,382,in_cloud,above,2.999,0,0,1630.25,1638.0,1188.5,-18.4787609262383,1,0,0,none,1,2.457627118644068,-4.36418359668924,0,0.538,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.028699974418952345,35.95800524934384,22.46752227324463,23.265934833517345,12.09092914627817,41.72932330827068,60.683760683760674,60.54973501210059,0.28456477228646304,16.37556959417482 -107,2025-08-27 13:12:00,sell,1344.0,0.65,17,고점 매도 · 비중 65% · 분할 · leg#17,0.9162286821610225,74.19354838709677,1.1925235206101417,104.7619047619051,107.27513227513248,3.2144446006293492,2.0219210800192076,1.7855267554633762,1339.6,1332.1,1328.1,0.7431874483897705,0,0,3.7142857142857144,0.2767724079199489,0,1.0,132.2330888345588,0,1,-0.0,0,1,1.0542168674698704,95.37556239935776,0,0,0,0,0,0,0.8602150537634401,0.010120627124655446,-2.380952380952394,1.0196826706234348,8.955882352941217,0,0,0.6093973567014679,0.453781512605042,-2635709434.160838,224474.63628196716,1.647949217751329,297639.1250193268,0,0,,-6.082397764874181,30.773634003447672,1,1,0.8345864661654291,0.6894842047064667,1343.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1331.65,1334.8,1319.5,0.7772312544587434,0,0,0,none,1,0.13445378151260504,-0.14903129657228018,1,0.577,0,0,0,1.0,71.42857142857143,1.356655854646738,107.77777777777789,109.0572390572393,3.1721111311364893,1.8154552764897514,1.4560051885589376,1339.0,1331.85,1328.3833333333334,0.7620978338401585,0,0,3.857142857142857,0.2874175005322546,0,1.0,192.28070175438324,0,1,-0.0,0,1,1.2066365007541435,93.42890235943729,0,0,0,0,0,0,0.0,0.1561738233507468,-3.030303030303017,1.116911166719074,11.614705882352837,0,0,0.6360887242291867,0.12605042016806722,-3297645358.538798,,1.304502134833505,861498.848835771,0,0,,-6.053151207703622,26.26825909189427,1,1,0.4037593984962256,0.24277101891443398,1343.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.6,1331.7333333333333,1316.8,1.1608623548922115,0,0,0,none,1,0.25252525252525254,-0.22354694485842028,1,0.615,1,0,0,1.0,67.9245283018868,1.2478696910505742,106.54761904761908,98.015873015873,3.3478492622264184,2.099979571175844,2.1314994247281454,1334.0,1327.35,1322.8333333333333,1.1037028666139426,0,0,6.142857142857143,0.4577389823291463,0,1.0,197.18875502007893,0,1,-0.0,0,1,1.0542168674698704,73.7284059299553,0,0,0,0,0,0,-2.250910294604438,0.43617665247771753,4.761904761904759,0.9915413090918229,8.576470588235452,0,0,1.230409558313846,0.6470588235294118,-4239965477.146238,492648.40719509125,1.8316995129797735,1012009.0602378224,0,0,,-6.016796729772899,28.75097334482172,1,1,0.9135338345864603,0.5838428325824798,1343.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1329.7166666666667,1333.0666666666666,1297.3333333333333,0.9237556873018082,0,0,0,none,1,0.7088607594936709,-0.29806259314456035,1,0.727,1,0,1,1.0,58.18181818181818,-0.3157795851919891,95.58823529411774,91.58496732026157,4.028339573091671,4.34411915828366,1.4678747298321408,1330.6,1328.75,1310.05,0.7714016933207946,0,0,8.142857142857142,0.6081297343433265,1,1.1176470588235294,240.06259780907536,0,1,11.76470588235294,0,1,1.5163002274450443,55.17558425924523,0,0,0,0,0,0,10.355731225296438,0.7193739660917515,3.9215686274509807,0.8518088325288741,6.25,0,0,1.2602955772130005,0.3949579831932773,-4438849491.1024885,-188681.5606803894,1.6736581150412446,1208084.4386457698,0,0,,-6.197595665829225,19.61117952530524,0,1,0.039849624060129436,0.0023376093803935127,1339.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.4,1332.7333333333333,1273.0,0.8738888051830651,0,0,0,none,1,1.1016949152542372,-0.597460791635549,1,0.818,1,1,0,0.894205424376467,54.8076923076923,-1.060503138684048,106.7307692307691,112.42229992229977,11.258078858760882,12.31858199744493,2.9417964519306476,1330.4,1323.65,1285.1166666666666,1.1596721187625114,0,0,8.285714285714286,0.6187986770511044,0,1.0571428571428572,161.86216037110879,0,1,12.5,0,1,0.5255255255255165,77.28314914417925,0,1,0,1,0,1,4.281376518218622,0.5984029079647932,1.6025641025641164,1.0593198590791761,25.488235294117658,0,0,1.9987707950000828,0.42857142857142855,-5365254245.455783,,1.4811843245089233,-1418608.7148970664,0,1,,-6.126622143348415,21.04356450171131,0,1,1.1947368421052595,0.5271824837147715,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.3166666666666,1331.4666666666667,1254.0,0.8802220017830598,0,0,0,none,1,1.5714285714285714,-0.22404779686333084,1,0.769,1,1,0,0.8191303264004555,86.58536585365853,4.37745217090316,109.84918888073696,110.67823838336646,14.89549142834494,10.51803925744178,9.078118428229596,1332.0,1301.3,1302.25,2.897102897102899,0,0,12.285714285714286,0.9175290728688787,0,1.025,103.80078636959409,0,1,3.4482758620689653,0,1,3.15870570107859,82.21489218073388,0,0,0,1,0,0,6.065885334178006,-0.38419220483508987,-0.9782342871117748,1.0964353608472013,48.81470588235288,0,0,2.3524477917068802,0.2689075630252101,-6585703259.640021,-8395419.926031113,1.1079515223788456,5045854.292260757,0,0,-0.8347657803933957,-6.00715149319776,45.170516162346175,1,1,4.809022556390981,0.9280152384920741,1339.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.0666666666666,1330.0666666666666,1233.0,6.943187263723982,0,0,0,none,1,1.2564102564102564,-0.4480955937266617,1,0.7,0,0,0,2.455087133227728,-12.602070932500737,-15.057158065728466,1303.2,1319.65,1331.9166666666667,0.784298867123856,0,0,40.57142857142857,3.050483351235231,0,0.6131386861313869,35.09607749722103,0,0,7.6923076923076925,0,1,3.90625,53.9503546706868,0,0,0,0,0,0,-8.267529953609447,2.8420574944722983,21.560518334711887,0.600451372297034,-21.15000000000009,0,0,8.094980183978482,0.9495798319327731,-6478889992.500838,-157621093.89317894,0.7110167148758949,2149332.0952119976,0,0,-10.979410380799429,-6.319629796847536,62.45367406742414,1,1,-5.1225563909774605,0.4137563612620563,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1299.9,1400.0,1246.0,2.3155627355950337,1,0,0,none,1,1.1379310344827587,-0.7518796992481203,1,0.571,0,0,0,-4.116083182999823,-29.922340103519673,-25.80625692051985,1343.0,1375.45,1394.85,-6.50332618415792,0,0,74.07142857142857,5.759831148633636,0,-0.008064516129032258,-98.64120455380107,0,0,-101.20481927710843,1,0,-6.199854121079507,30.183137038930255,0,0,1,0,0,0,-2.2977069672404866,-2.6053984445037344,-32.595338619435005,0.23464300438460867,-66.31470588235288,0,0,11.3624479226073,,-6130565536.805233,-524333584.28599644,0.9263628089045646,-14485543.327909768,0,0,-3.2716903793383803,-8.249239788239226,10.783348263467559,0,1,-7.056390977443608,0.4989097260338473,1287.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,above,2.445,0,0,1630.25,1638.0,1188.5,-21.116393191228344,1,0,0,none,1,1.4915254237288136,-3.4992223950233283,0,0.538,0,0,0,0,3,0,1,0.0,0.75,-0.333,1,0.5549201772541803,40.16620498614959,89.27773499519884,66.19067086252848,14.280705313349179,39.43161634103019,28.08842206432567,51.92323378616939,0.12163175497350946,17.187822365226765 -108,2025-08-27 13:18:00,sell,1344.0,0.35,17,고점 매도 · 비중 35% · 분할 · leg#17,0.8804922122891197,78.57142857142857,1.192227302312042,100.0,101.58730158730155,3.8235938927143707,2.6313665904023287,2.0793612750247044,1342.0,1333.45,1328.85,0.7911807716824759,0,0,3.9285714285714284,0.29230442176870747,0,1.0,119.58762886597894,0,1,-0.0,0,1,1.1286681715575675,97.03069003479193,0,0,0,0,0,0,-2.073732718894007,-0.05332743690839914,0.0,1.0063897379073543,10.700000000000045,0,0,0.6076009594167081,0.453781512605042,-2635570920.3223147,358030.55155706406,2.091837341382598,471394.34198565036,0,0,,-5.941774693086499,29.553722962108058,1,1,1.1045112781955042,0.8886177050600638,1345.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1329.9833333333333,1334.3333333333333,1318.8666666666666,1.0538979185202857,0,0,0,none,1,0.09243697478991597,-0.3720238095238095,1,0.577,0,0,1,1.0,71.42857142857143,1.4945086082847232,104.07407407407418,107.55331088664445,3.6835910368456553,2.189082428560932,1.6656889556468242,1340.6,1332.5,1328.6,0.8630393996247765,0,0,4.071428571428571,0.30293367346938777,0,1.0555555555555556,168.28929068150342,0,1,5.555555555555555,0,1,1.2810851544837965,94.19560410457133,0,0,0,0,0,0,0.0,0.13785275363798521,-3.7037037037037095,1.1398921111560354,12.394117647058692,0,0,0.6260059930911912,0.1092436974789916,-3297585525.987613,,2.4856592682596212,1015303.3641943475,0,0,,-5.912499854603048,29.125401949037126,1,1,0.5639097744360716,0.3614806246385195,1345.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.0833333333333,1332.3666666666666,1316.9,1.3510965876956105,0,0,0,none,1,0.2727272727272727,-0.2232142857142857,1,0.6,0,0,1,1.0,67.9245283018868,1.2478696910505742,106.54761904761908,98.015873015873,3.3478492622264184,2.099979571175844,2.1314994247281454,1334.0,1327.35,1322.8333333333333,1.1037028666139426,0,0,6.142857142857143,0.4577389823291463,0,1.0,197.18875502007893,0,1,-0.0,0,1,1.0542168674698704,73.7284059299553,0,0,0,0,0,0,-2.250910294604438,0.43617665247771753,4.761904761904759,0.9915413090918229,8.576470588235452,0,0,1.230409558313846,0.6470588235294118,-4239965477.146238,492648.40719509125,1.8316995129797735,1012009.0602378224,0,0,,-6.016796729772899,28.75097334482172,1,1,0.9135338345864603,0.5838428325824798,1343.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1329.7166666666667,1333.0666666666666,1297.3333333333333,0.9237556873018082,0,0,0,none,1,0.7088607594936709,-0.29806259314456035,1,0.727,1,0,1,1.0,61.016949152542374,0.43114758176316226,119.19934640522884,102.15141612200448,4.883053635487613,4.451906053724451,1.7878210376139854,1333.4,1329.4,1311.2166666666667,1.098239807431911,0,0,7.928571428571429,0.5899234693877552,0,1.3333333333333333,200.32310177706077,0,1,33.33333333333333,0,1,1.8181818181818077,64.94881794109307,0,0,0,0,0,0,2.835130970724194,0.7469271669551514,23.6111111111111,0.9695486620581456,7.5,0,0,1.2840724714271676,0.4117647058823529,-4440232593.623917,-1782016.176024437,1.1913469105433176,1274472.8490152508,0,0,,-5.846304504489752,18.85130110585235,0,1,0.2932330827067689,0.08524217520546429,1340.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.0833333333335,1338.0,1273.0,1.3510965876955883,0,0,0,none,1,1.1694915254237288,-0.1488095238095238,1,0.909,1,0,0,0.894205424376467,54.8076923076923,-1.060503138684048,106.7307692307691,112.42229992229977,11.258078858760882,12.31858199744493,2.9417964519306476,1330.4,1323.65,1285.1166666666666,1.1596721187625114,0,0,8.285714285714286,0.6187986770511044,0,1.0571428571428572,161.86216037110879,0,1,12.5,0,1,0.5255255255255165,77.28314914417925,0,1,0,1,0,1,4.281376518218622,0.5984029079647932,1.6025641025641164,1.0593198590791761,25.488235294117658,0,0,1.9987707950000828,0.42857142857142855,-5365254245.455783,,1.4811843245089233,-1418608.7148970664,0,1,,-6.126622143348415,21.04356450171131,0,1,1.1947368421052595,0.5271824837147715,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.3166666666666,1331.4666666666667,1254.0,0.8802220017830598,0,0,0,none,1,1.5714285714285714,-0.22404779686333084,1,0.769,1,1,0,0.8191303264004555,86.58536585365853,4.37745217090316,109.84918888073696,110.67823838336646,14.89549142834494,10.51803925744178,9.078118428229596,1332.0,1301.3,1302.25,2.897102897102899,0,0,12.285714285714286,0.9175290728688787,0,1.025,103.80078636959409,0,1,3.4482758620689653,0,1,3.15870570107859,82.21489218073388,0,0,0,1,0,0,6.065885334178006,-0.38419220483508987,-0.9782342871117748,1.0964353608472013,48.81470588235288,0,0,2.3524477917068802,0.2689075630252101,-6585703259.640021,-8395419.926031113,1.1079515223788456,5045854.292260757,0,0,-0.8347657803933957,-6.00715149319776,45.170516162346175,1,1,4.809022556390981,0.9280152384920741,1339.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.0666666666666,1330.0666666666666,1233.0,6.943187263723982,0,0,0,none,1,1.2564102564102564,-0.4480955937266617,1,0.7,0,0,0,2.455087133227728,-12.602070932500737,-15.057158065728466,1303.2,1319.65,1331.9166666666667,0.784298867123856,0,0,40.57142857142857,3.050483351235231,0,0.6131386861313869,35.09607749722103,0,0,7.6923076923076925,0,1,3.90625,53.9503546706868,0,0,0,0,0,0,-8.267529953609447,2.8420574944722983,21.560518334711887,0.600451372297034,-21.15000000000009,0,0,8.094980183978482,0.9495798319327731,-6478889992.500838,-157621093.89317894,0.7110167148758949,2149332.0952119976,0,0,-10.979410380799429,-6.319629796847536,62.45367406742414,1,1,-5.1225563909774605,0.4137563612620563,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1299.9,1400.0,1246.0,2.3155627355950337,1,0,0,none,1,1.1379310344827587,-0.7518796992481203,1,0.571,0,0,0,-4.116083182999823,-29.922340103519673,-25.80625692051985,1343.0,1375.45,1394.85,-6.50332618415792,0,0,74.07142857142857,5.759831148633636,0,-0.008064516129032258,-98.64120455380107,0,0,-101.20481927710843,1,0,-6.199854121079507,30.183137038930255,0,0,1,0,0,0,-2.2977069672404866,-2.6053984445037344,-32.595338619435005,0.23464300438460867,-66.31470588235288,0,0,11.3624479226073,,-6130565536.805233,-524333584.28599644,0.9263628089045646,-14485543.327909768,0,0,-3.2716903793383803,-8.249239788239226,10.783348263467559,0,1,-7.056390977443608,0.4989097260338473,1287.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,above,2.445,0,0,1630.25,1638.0,1188.5,-21.116393191228344,1,0,0,none,1,1.4915254237288136,-3.4992223950233283,0,0.538,0,0,0,0,3,0,1,0.0,0.75,-0.333,1,0.5549201772541803,40.16620498614959,89.27773499519884,66.19067086252848,14.280705313349179,39.43161634103019,28.08842206432567,51.92323378616939,0.12163175497350946,17.187822365226765 -109,2025-08-28 09:33:00,buy,1294.0,0.157,18,저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#18,0.29406138227350137,45.45454545454546,-0.22962764465128638,18.51851851851885,29.012345679012537,-2.53484376085612,-2.3052161162048335,1.116279501188885,1301.8,1305.0,1310.7833333333333,-0.22988505747126853,0,0,3.7142857142857144,0.2852754004827737,0,0.3333333333333333,-87.81256152786115,0,0,-55.55555555555556,0,0,0.0,28.199269988257427,1,0,1,0,1,0,10.45454545454546,0.1078687302776653,-3.703703703703706,0.29753931254969074,-7.414705882353019,0,0,0.5570929583395188,0.2857142857142857,-2649363582.2537303,-2982441.3127145767,0.40993727374171823,-200583.76284528524,0,0,,-8.82948734291713,35.850991114149004,1,1,-0.3804511278195501,0.3819608545172446,1300.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.3666666666668,1330.8666666666666,1299.1333333333334,-1.5401678808197539,1,0,0,none,1,-0.14285714285714285,-0.07680491551459294,1,0.387,0,0,0,0.21987469634210005,39.99999999999999,-0.3432927404939896,36.69467787114856,43.44849050731428,-3.684555314804129,-3.3412625743101394,1.420067421368216,1303.2,1307.2,1316.4333333333334,-0.39779681762546204,0,0,4.214285714285714,0.3236778582400702,1,0.42857142857142855,-167.5728426042094,1,0,-47.05882352941176,0,0,-0.4587155963302725,23.324073227510695,0,0,0,0,1,0,12.413793103448263,0.1284109868384422,-3.1862745098039227,0.22044038905416313,-8.644117647058692,0,0,0.8449903095303646,0.47058823529411764,,,1.1799294379278893,-175561.42669378966,0,0,,-8.801059307171233,26.73756579093407,1,1,-0.6646616541353325,0.71793854136808,1293.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.5,1329.7333333333333,1298.0666666666666,-1.4755959137343955,1,0,0,none,1,-0.18181818181818182,0.0,0,0.419,0,1,0,0.15453486425279803,47.99999999999999,-0.9393729582841641,26.666666666666725,20.634920634920643,-4.590474839757007,-3.6511018814728433,2.1405875279027713,1304.0,1311.7,1318.7,-0.7394983609056993,0,0,7.071428571428571,0.54312047399605,0,0.24,-155.1235317942488,1,0,-70.0,0,0,-1.2888551933282755,43.858434583065424,1,0,1,0,0,0,5.89473684210526,-0.009008507400317445,10.000000000000004,0.1812872852438394,-13.441176470588289,0,0,1.0567037472729677,0.5210084033613446,-4266137557.5260196,-3812510.2889528275,0.832358296099239,-591753.1194833403,0,0,,-8.76643150790839,31.562337418273902,1,1,-0.9323308270676518,0.6174376338196473,1296.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1324.2666666666667,1328.0,1302.4,-1.6814337494965748,0,0,0,none,1,-0.25316455696202533,-0.2304147465437788,0,0.455,0,0,0,0.13399552591624075,29.729729729729726,-1.7377411173729458,9.242424242424336,12.729930887825759,-4.444739543981541,-2.706998426608595,3.0400511225803353,1305.6,1316.65,1317.7,-1.1126723123077609,0,0,9.428571428571429,0.7241606319947334,0,0.043478260869565216,-130.40416842698286,1,0,-95.0,1,0,-0.8377760853008343,17.390800147543345,0,0,0,0,0,0,-3.1274131274131207,-0.034753832484508695,-2.878787878787879,0.20351443909798325,-13.944117647058874,0,0,1.637198478573343,0.9495798319327731,-4461261784.060018,-3434501.3838415146,0.6584968437297948,-8042.046722394414,0,0,,-8.73705056176216,27.932278587287733,1,1,-1.3827067669173108,0.6682604253136327,1301.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.3166666666666,1324.0,1301.0,-1.46192560451065,1,0,0,none,1,-0.23728813559322035,-0.6144393241167435,0,0.5,0,0,0,0.002495041459900159,33.92857142857143,-2.3806227814099508,15.151515151515,19.180819180819018,-3.3071394616420093,-0.9265166802320587,2.492812535018178,1308.0,1318.35,1322.0833333333333,-1.2401865968824644,0,0,10.571428571428571,0.8119376782971253,0,0.0,-176.06551274893255,1,0,-100.0,1,0,-1.4383043149129415,52.91987626800383,0,0,0,0,0,0,-3.3595641646489156,-0.32658921289255805,-4.761904761904759,0.1653552099654761,-10.405882352941262,0,0,1.430816808507457,0.20168067226890757,-5402860525.017515,-12768239.775281906,0.6703004007717269,-118995.61248221248,0,0,-3.4719230757986734,-8.668973906207656,21.90636572581825,0,1,-0.6308270676691696,0.20633266140673923,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.8000000000002,1338.0,1302.0,-1.4979573309124028,1,0,0,none,1,-0.6530612244897959,-0.9216589861751152,0,0.4,0,0,0,0.0,38.96103896103895,-2.935003892441151,20.83333333333337,120.55555555555554,0.9251116161676691,3.86011550860882,2.755638658465087,1316.4,1321.1,1297.3166666666666,-1.4457648928922762,0,0,11.642857142857142,0.8942286592056178,1,0.0,-220.57877813504976,1,0,-100.0,1,0,-0.9885931558935357,44.19413384806621,1,0,1,0,1,0,-6.6271963330787,-0.8628577820643692,-126.66666666666666,0.17413226581101363,-6.755882352941171,0,0,1.778217599056711,0.15966386554621848,-6619552417.406919,-21562053.948667526,1.5033317221900815,1292369.6075054808,1,0,-2.9723346557927326,-8.554018817331045,14.712143549527156,0,1,-0.9218045112782194,0.35904572716579886,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.6666666666665,1331.6666666666667,1257.0,-1.9332161687170335,1,0,0,none,1,1.2307692307692308,-0.9216589861751152,0,0.7,-1,0,0,3.867409744324034,-5.6436741229604195,-9.511083867284453,1320.2,1309.55,1325.25,0.18708716734756603,0,0,29.428571428571427,2.2430313588850175,0,0.7586206896551724,11.842563566701418,0,0,-15.384615384615385,0,1,4.375497215592672,50.82408782390898,0,0,0,0,0,0,-12.041078305519896,-0.6405695095337443,-2.991452991453002,0.46669635587578523,-16.53235294117667,0,0,7.725038584894385,0.865546218487395,-6503020011.976626,-26287482.833090782,0.6316008402898214,10525673.737571679,0,0,-7.375492216659327,-7.537321063944535,45.468459273318594,1,1,-1.0639097744360833,0.026417628410309035,1310.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.9833333333333,1395.0,1246.0,-0.8301943839050696,1,0,0,none,1,-2.0689655172413794,-1.295731707317073,0,0.4,0,0,0,-3.319706274389901,-29.95588976350723,-26.63618348911733,1335.4,1372.1,1396.8333333333333,-4.015742292835789,0,0,74.64285714285714,5.667642911378675,0,0.24193548387096775,-59.45331658592033,0,0,-63.85542168674698,0,0,-6.463068181818176,39.97332550554874,0,0,0,0,0,0,-4.3839972934111415,0.7963769086099219,-4.476023753132186,0.3556924636769173,-73.56470588235288,0,0,11.052449147981465,,-6133455000.286191,-353059406.7206249,0.697083910916198,-17607975.72297005,0,0,-3.300300670047774,-5.990405988204451,10.910238071260624,0,1,-7.756390977443596,0.5757480401114172,1317.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,neutral,-0.181,0,0,1630.25,1638.0,1281.5,-19.21484434902623,1,0,0,none,1,1.5932203389830508,-2.9612756264236904,1,0.538,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.5158166383864438,45.853658536585364,89.74358974358974,93.87464387464388,11.828503805708536,35.04761904761905,23.612398311193484,37.461527019759934,0.2722207665990741,17.62997544981407 -110,2025-08-30 10:57:00,buy,1239.0,0.164,18,저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#18,0.010419875837332952,5.0,-0.9303400894356129,17.628384687208555,11.760396466279047,-4.930880412174247,-4.000540322738634,1.8986278692030303,1250.6,1258.7,1267.85,-0.9295304679431182,0,0,3.7142857142857144,0.2978577156604422,0,0.25,-173.96449704142054,1,0,-71.42857142857143,0,0,-1.1102299762093537,0.0,0,0,0,0,0,0,-0.8823529411764639,-0.1098040552534214,7.142857142857141,-0.19808953986369338,-13.894117647058692,0,0,0.3150328270601998,0.01680672268907563,,,1.698604789436639,-703800.7959410548,0,0,,-12.552036723187499,64.03811524609844,1,1,-0.974436090225592,0.9310448045800142,1241.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1247.6,1277.0,1247.0,-0.04809233728758633,1,0,0,none,1,-0.19327731092436976,0.0,0,0.382,0,0,0,0.0,13.793103448275858,-1.8347898330271222,20.378510378510512,18.4859584859587,-5.753253200364725,-3.9184633673376026,2.6557820844648425,1251.4,1262.5,1268.55,-1.4653465346534666,0,0,4.071428571428571,0.32728525493798805,0,0.14285714285714285,-195.94594594594668,1,0,-80.76923076923077,1,0,-1.5822784810126556,7.114643148448209,0,0,0,0,1,0,-2.2068965517241423,-0.3291193500111813,1.6483516483516496,-0.4909978118718571,-17.97352941176473,0,0,0.6604788262886896,0.44537815126050423,,,2.3280845329186737,-916992.3980768174,0,0,,-12.734836511409231,61.70191713048856,1,1,-1.3503759398496304,0.9083427670299348,1239.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1245.7833333333333,1276.0,1240.2333333333333,-0.14314955784178185,1,0,0,none,1,-0.1919191919191919,0.0,0,0.407,-1,-1,1,0.0,20.51282051282051,-2.535827832312846,20.090187104590157,21.61642561931971,-3.675383666654625,-1.1395558343417789,2.4584262970182933,1257.6,1268.55,1266.1833333333334,-1.4622994757794272,0,0,5.785714285714286,0.4628571428571428,0,0.3142857142857143,-228.2099343955009,1,0,-67.64705882352942,0,0,-1.8067556952081731,2.408087282078796,0,0,0,0,0,0,0.0,-0.32770128234847506,0.367647058823529,-0.1505462859639315,-14.15294117647045,0,0,0.8360899849429382,0.08403361344537816,,,5.6232962718197355,-1269490.0458826444,0,0,,-12.28091322588094,52.162774698590525,1,1,-1.1030075187969943,0.7005117234837821,1239.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1274.7666666666667,1297.0,1240.9333333333334,-1.9428392124048788,1,0,0,none,1,-0.6835443037974683,0.0,0,0.353,-1,0,1,0.0,30.95238095238095,-1.9550765426510683,33.67763772175544,23.064503579209582,-2.6679486652749347,-0.7128721226238663,2.2459899807482286,1260.4,1268.7,1272.2333333333333,-1.316308031843627,0,0,5.714285714285714,0.4564125969876769,0,0.37142857142857144,-247.84110535405762,1,0,-61.76470588235294,0,0,-1.8039215686274535,14.219329482434233,0,0,0,0,0,0,2.0634920634920633,-0.589265505447895,12.745098039215684,-0.13336881584658442,-8.758823529411757,0,0,1.2256925877611584,0.3697478991596639,,,5.317799978524612,-1563082.786016697,0,0,,-12.11246259009231,32.97001457587864,1,1,-0.4270676691729377,0.12579051861140045,1239.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.5833333333335,1294.0,1242.6666666666667,-2.7635751731279634,1,0,0,none,1,-0.6779661016949152,0.0,0,0.308,-1,0,1,0.11144799210515775,50.0,0.898140439390553,66.32204396910264,82.93523469994041,-5.2562011171226,-6.154341556513153,2.1236311376550123,1267.4,1266.45,1294.85,-0.8251411425638677,0,0,9.785714285714286,0.7791173794358508,1,0.5151515151515151,-211.04803099936797,1,0,-48.484848484848484,0,0,-0.6329113924050667,25.744891477985135,1,0,1,0,1,0,-7.142857142857139,-0.9949494120427875,-16.161616161616166,0.1349571606134716,-9.314705882352882,0,0,1.4199907768493225,0.35294117647058826,,,4.534086694478861,-1443322.4387631267,0,0,,-11.766781201550813,19.23156669257271,0,1,0.24285714285716134,0.045662062484927324,1239.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.95,1328.0,1241.9666666666667,-2.4806863620482233,1,0,0,none,1,-1.653061224489796,0.0,0,0.308,-1,0,1,0.3048444670202381,38.65546218487395,0.5346961456402415,67.23631617587083,62.56446510953406,-11.95792460006669,-12.492620745706931,5.628697813792042,1269.6,1279.05,1306.6333333333334,-1.0984715218326113,0,0,14.571428571428571,1.1518915866741954,0,0.3561643835616438,-149.09297052154182,1,0,-36.58536585365854,0,0,-0.628436763550666,41.53613653498258,1,0,1,0,1,0,-5.882352941176471,0.027459199351266506,-1.9387116948092569,0.24161718869818402,-28.94705882352946,0,0,3.069135150106148,0.5630252100840336,,,1.65817351303735,-2174760.154444838,0,0,,-11.02375247527898,51.51700955781039,1,1,-2.2398496240601604,0.5420443732341609,1239.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1287.5666666666666,1333.0,1245.2666666666667,-1.7526600564372052,1,0,0,none,1,-1.205128205128205,0.0,0,0.375,0,0,0,-5.126386485752431,-10.6517922324972,-5.525405746744769,1283.2,1312.5,1324.0666666666666,-2.780952380952384,0,0,24.571428571428573,1.9256605463502017,1,0.2835820895522388,-175.6034641606776,1,0,-67.79661016949152,0,0,-3.1866464339908918,33.295884660614846,0,0,0,0,0,0,8.391217564870267,-0.10720968756810478,-3.9942188937064778,0.20477602735150038,-35.58529411764698,0,0,3.7889085940162315,0.025210084033613446,-6573833303.898618,-71268957.0335846,1.0152345402402017,-5667877.372022241,0,0,-2.074815108113246,-9.947418469563797,42.37210226861928,1,1,-2.1398496240601452,0.3273847989503933,1260.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.7,1324.0,1246.0,-3.5306569894911988,1,0,0,none,1,-2.9310344827586206,-1.6457680250783697,0,0.333,0,0,0,-3.715574972344264,-31.642258757113723,-27.92668378476946,1307.4,1358.45,1399.6,-6.290257278515954,0,0,71.28571428571429,5.599820446638986,0,0.07746478873239436,-116.6248356639177,1,0,-89.81481481481481,1,0,-1.241272304111718,40.77378130180426,0,0,1,0,0,0,-0.6712965891217877,-2.269148762080018,3.796668154097869,0.23216206440045348,-79.4529411764704,0,0,10.564289735574087,,-6306025335.26216,-328414414.7137575,0.5228434933029608,17105905.728177294,1,0,-3.8397547062903636,-9.00719094434692,11.659081855861984,0,1,-7.528571428571433,0.5767596776656326,1262.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,20,impulse_late,unknown,382,in_cloud,neutral,-0.268,0,0,1630.25,1638.0,1281.5,-21.913816899248584,0,0,0,none,1,1.4067796610169492,-1.8067556952081696,0,0.538,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.08757512502609141,37.724550898203596,19.774011299435028,31.397397371941853,6.742930772854846,40.5295315682281,35.718168588826465,30.417355778249505,0.13574717927189184,17.26893223762086 -111,2025-09-01 13:45:00,buy,1195.0,0.17,18,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18,0.07861895966247635,26.66666666666667,-0.29215721997140065,4.761904761905103,10.687830687830948,-2.0686834924536015,-1.7765262724822009,0.857159314719072,1201.2,1204.35,1210.1833333333334,-0.36119068377131747,0,0,2.4285714285714284,0.20238095238095236,0,0.0,-135.37675606641216,1,0,-100.0,1,0,-0.6622516556291425,12.75264242186259,0,0,0,0,0,0,1.6666666666666714,-0.020329101229147772,-5.5555555555555545,0.11364945377322051,-4.402941176470449,0,0,0.4390050194829881,0.23529411764705882,-2690577163.869107,,2.014524249800969,-425773.2035049796,0,0,,-15.732476149190544,35.02325289089995,1,1,-0.3601503759398579,0.6815963258600831,1200.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1205.0166666666667,1231.5333333333333,1200.0,-0.41631512703834694,1,0,0,none,1,-0.36134453781512604,-0.16666666666666669,0,0.241,0,0,1,0.07155638460808764,35.294117647058826,0.06739176086628218,19.04761904761919,13.095238095238322,-3.530670226012262,-3.598061986878544,0.8712677193748113,1201.8,1205.5,1216.2833333333333,-0.3732890916632092,0,0,2.357142857142857,0.19626501724753181,1,0.1111111111111111,-180.22747156606107,1,0,-85.71428571428571,1,0,-0.4971002485501197,35.35810168447463,0,0,0,0,0,0,7.516339869281055,-0.034945251421226065,4.761904761904763,-0.020626077209960625,-7.114705882352837,0,0,0.6280284947411648,0.5546218487394958,-3377267140.8042035,-996390.2839784622,2.9551768097257574,123966.96704233997,1,0,,-15.636623170421904,20.482021735897426,0,1,-0.3278195488721959,0.5455317683521756,1200.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1219.25,1242.1666666666667,1200.0,-1.4968218166905856,1,0,0,none,1,-0.5050505050505051,-0.16652789342214822,0,0.182,0,0,1,0.2135380413505097,25.641025641025635,0.09687357157939136,18.518518518518572,15.731922398589091,-7.485939972712686,-7.582813544292077,3.182546699790513,1203.8,1212.05,1232.9666666666667,-0.9116785611154588,0,0,5.428571428571429,0.4520042821458309,0,0.12903225806451613,-111.08746541817604,1,0,-66.66666666666666,0,0,-0.5794701986754913,15.103188572556832,0,0,1,0,1,0,0.641025641025621,-0.016303033349625018,4.444444444444441,0.03227225249841272,-14.90294117647045,0,0,0.9030783574558976,0.8823529411764706,-4362435626.843296,-4142162.553175926,2.838812587113822,-223972.52715337346,0,0,,-15.603599483769493,52.017386238801045,1,1,-1.4488721804511357,0.7900553755707069,1197.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1219.6166666666668,1250.1,1197.0,-1.5264359019910745,1,0,0,none,1,-0.6582278481012658,-0.2497918401332223,0,0.318,-1,0,1,0.14043125977424395,22.5,-0.5842347227967526,11.566211566211642,10.132460132460254,-9.848710749342445,-9.264476026545692,3.2670553097230957,1206.0,1217.3,1239.35,-1.1747309619649982,0,0,7.285714285714286,0.6056287851799074,0,0.10344827586206896,-110.8628181253886,1,0,-88.46153846153845,1,0,-1.9559902200488977,19.998120558370715,0,0,0,0,0,0,-4.527027027027017,0.0878434494249003,0.6715506715506709,0.00802436466503248,-24.114705882352837,0,0,0.9848517592399118,0.8235294117647058,-4559965685.973076,-5921306.6005373,2.0091421997142764,-1187547.920579847,0,0,-3.756389099087888,-15.437663862334682,46.747808570924754,1,1,-1.4932330827067766,0.7894688803789918,1200.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1219.6,1250.4,1200.0,-1.3611020006559449,1,0,0,none,1,-0.7796610169491526,-0.1662510390689942,0,0.25,0,0,1,0.09906484182519472,14.492753623188406,-3.1513161617839494,4.036750483558842,3.8224801203523087,-12.462706356495119,-9.31139019471117,6.127731897015298,1207.6,1233.3,1251.0666666666666,-2.456823157382626,0,0,12.142857142857142,1.0093813086331789,0,0.07692307692307693,-122.58899676375306,1,0,-92.0,1,0,-2.5910931174089047,9.20479332321446,0,0,0,0,0,0,-0.8918617614269806,0.11712472639849025,1.9090909090909087,-0.004895574997823038,-34.55294117647054,0,0,1.4210246570782439,0.6554621848739496,-5556859151.6321335,-31945524.77823639,2.4940395853894306,-2620987.035555981,0,0,,-15.37317500898615,53.781826098883116,1,1,-3.0375939849623883,0.9047123130583087,1199.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1253.8333333333335,1259.6666666666667,1199.0,-4.054233683371011,1,0,0,none,1,-1.489795918367347,-0.41562759767248547,0,0.154,0,0,1,0.0,24.705882352941174,-4.288868834157085,22.00000000000004,20.846560846560866,-12.022078679685364,-7.73320984552828,5.343003910034101,1219.6,1244.9,1258.8833333333334,-3.044421238653716,0,0,12.571428571428571,1.041543377914546,0,0.13793103448275862,-187.0997255260757,1,0,-84.0,1,0,-3.4399999999999986,14.228335290922814,0,0,0,0,1,0,1.1103767349636513,-0.5624420484960373,5.333333333333336,-0.16507881430992738,-38.49411764705883,0,0,2.030946618634632,0.5210084033613446,-6776216156.332652,-33691282.245817184,2.3661434344183645,-3218621.008039182,0,0,,-14.986770119323612,62.64764620899468,1,1,-2.354887218045129,0.7019211586772722,1199.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.5,1273.0,1199.0,-3.7863690713431652,1,0,0,none,1,-1.4871794871794872,-0.4142502071251036,0,0.2,0,0,1,-3.5654338445439393,-19.57917856027416,-16.01374471573022,1242.2,1270.4,1312.1833333333334,-4.911838790931999,0,0,20.0,1.6556291390728477,0,0.009174311926605505,-221.03353353353236,1,0,-98.27586206896551,1,0,-4.956726986624704,23.150560009443836,0,0,1,0,1,0,-4.421589970722913,-2.1550535528751524,-1.386071670047329,-0.22057853539791097,-51.99117647058824,0,0,4.118557253240511,0.15126050420168066,-6686588203.616659,-108328966.22926712,1.713783546609935,-6595415.226898782,0,0,-4.956389558037308,-14.621901045857644,57.22607572564573,1,1,-4.31578947368421,0.7117426959726991,1207.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.1833333333334,1316.0,1214.2666666666667,-8.079796071070755,0,0,0,none,1,-4.344827586206897,-1.2417218543046358,0,0.2,-1,-1,0,-6.720392703675792,-37.67478689751806,-30.95439419384227,1286.6,1340.3,1401.0333333333333,-6.811907781839888,0,0,71.5,5.724579663730984,0,0.15300546448087432,-143.85315879339782,1,0,-79.1044776119403,0,0,-3.923076923076918,37.35365161457858,0,0,1,0,1,0,-5.841816225045832,-1.3299437710603499,-13.309739959993843,0.20879660982569903,-81.36764705882342,0,0,10.428564075046008,,-6400141805.749756,-426225200.931303,0.9571176078630078,-38807254.3956541,0,0,-3.9549603265291244,-10.570878985811694,12.234943702375457,0,1,-7.696240601503746,0.5887427007347255,1221.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,20,impulse_late,unknown,none,below_cloud,above,0.872,0,0,1630.25,1638.0,1281.5,-23.38598374482441,0,0,0,none,1,-0.5932203389830508,-2.1617293835068057,0,0.5,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,35.83815028901735,41.89928845101259,39.43555643673077,9.529108465067667,33.192389006342495,14.721606574259189,26.157040565779553,0.11535428769503042,17.709563798384433 -112,2025-09-02 06:39:00,buy,1170.0,0.174,18,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18,0.18616974484048976,32.35294117647058,-0.20956608635508456,14.652014652015,14.249084249084513,-6.543250246985963,-6.333684160630878,1.9122386172978483,1177.2,1183.1,1200.35,-0.6001183331924564,0,0,3.7857142857142856,0.32191448007774537,0,0.1111111111111111,-113.64326952294147,1,0,-84.61538461538461,1,0,-0.42337002540220325,27.06282712418303,1,0,1,0,0,0,4.22794117647058,0.12726873812765138,5.128205128205128,-0.05230243881990209,-15.976470588235316,0,0,1.345275177241457,1.0,-2699950260.8068347,-1777470.9868559837,0.3015877756531662,29934.782846994698,1,0,,-17.32931673543461,36.877794994210646,1,1,-0.739849624060153,0.5988911073339855,1177.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1178.7833333333333,1209.5333333333333,1174.0,-0.2361191624132175,1,0,0,none,1,-0.31092436974789917,-0.25510204081632654,0,0.419,0,0,0,0.16290422433101717,24.59016393442623,-1.5706046791362693,4.301075268817336,5.674555764161705,-7.858753814012971,-6.288149134876702,4.512614906001883,1179.4,1193.15,1201.8666666666666,-1.5211834220341225,0,0,8.285714285714286,0.7051671732522796,0,0.0,-90.31556039173066,0,0,-100.0,1,0,-0.4237288135593209,10.342667685279025,1,0,1,0,0,0,-1.2719050310910092,0.05892033720709211,-1.234567901234568,0.05983617184472776,-20.879411764705765,0,0,1.4100240467741714,0.9663865546218487,-3389773455.880004,-1232704.7986598015,0.346602910768767,-36966.030075524,0,0,,-17.374567672253637,48.33011818950764,1,1,-2.12406015037591,0.8715152902371823,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1216.65,1222.6,1178.4,-3.423334566226943,0,0,0,none,1,-0.5050505050505051,-0.0851063829787234,0,0.348,0,0,0,0.02122234096155943,19.23076923076924,-2.870860005022828,7.22153154921596,11.033163728969564,-7.31241092529649,-4.441550920273662,3.902804226618025,1182.6,1201.45,1210.6833333333334,-1.8685754713055114,0,0,7.857142857142857,0.6664243305464679,0,0.11764705882352941,-145.0844738557182,1,0,-88.23529411764706,1,0,-2.238805970149249,7.207009825675556,0,0,0,0,0,0,-1.9230769230769198,-0.06301042900971288,-4.411764705882353,-0.08112689406442095,-21.07352941176464,0,0,1.2739093073883314,0.8319327731092437,-4382182819.937427,-8678627.542139053,1.5246443725272627,-1048386.770144288,0,0,,-17.062315442582033,40.62388924895627,1,1,-1.6052631578947159,0.6563198916304933,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1227.0,1255.0,1183.0,-3.9119804400977953,0,0,0,none,1,-0.7974683544303798,-0.2544529262086514,0,0.278,0,0,0,0.0,32.83582089552239,-2.4198530137665175,22.277839574836307,26.410002883862848,-7.664546850351371,-5.244693836584854,3.447754924255661,1187.8,1202.1,1218.4166666666667,-1.9216371350137207,0,0,8.571428571428571,0.7270083605961468,0,0.16666666666666666,-191.45299145299225,1,0,-83.33333333333334,1,0,-2.5619834710743805,11.58987965779842,0,0,0,0,0,0,-3.2297528749694138,-0.49613831518056806,5.555555555555554,-0.13551887853367386,-26.5,0,0,1.9514928358449553,0.957983193277311,-4589150437.231998,-6229998.9633283615,4.100454106095681,-1681902.5832638424,0,0,,-17.032460338917666,27.863813053200627,1,1,-1.00451127819548,0.3289604538849801,1173.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1242.6999999999998,1255.0,1173.0,-5.125935463104514,1,0,0,none,1,-0.5932203389830508,-0.33927056827820185,0,0.364,0,0,1,0.0,20.0,-2.3167087275024274,33.501683501683345,45.32577234331604,-8.729031468226822,-6.412322740724394,4.056242818992968,1198.0,1210.25,1225.8333333333333,-2.582111134063214,0,0,11.571428571428571,0.9814612868047983,0,0.043478260869565216,-232.853717026379,1,0,-93.93939393939394,1,0,-2.481389578163773,5.31898065385802,0,0,0,0,1,0,-8.787878787878796,-1.108930835579926,-17.97979797979798,-0.12727522164676802,-24.144117647058692,0,0,1.860181799233367,0.7983193277310925,-5597780743.472185,-15630079.037128448,2.521072365825778,-2286321.4971469715,0,0,,-16.97073182414578,61.85874845145518,1,1,-1.7300751879699348,0.6955364737518649,1177.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1225.1,1251.0,1189.3333333333333,-3.762958125867266,0,0,0,none,1,-1.489795918367347,-0.6785411365564037,0,0.231,0,0,1,0.06591284753844101,42.857142857142854,-1.635255993572624,27.23790370849198,20.97848659302511,-10.99144668784561,-9.356190694272986,5.415534023267315,1203.0,1216.6,1244.4,-2.3508137432187937,0,0,18.785714285714285,1.5812890812890814,0,0.1746031746031746,-190.19825829164324,1,0,-82.53968253968253,1,0,-3.3360455655004118,30.504337442837098,1,0,0,0,0,0,-7.889125799573563,-1.0714303030582641,4.965404965404964,0.10246829998696477,-30.252941176470586,0,0,3.5570095824051986,0.9915966386554622,-6818778904.587884,-19053391.75049019,1.5081943322116609,-1645657.190054128,0,0,-3.7506458557372464,-16.233647386980866,22.395081750934573,0,1,-0.8180451127819751,0.08633051551046911,1177.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1218.3333333333335,1257.0,1201.0,-2.4897400820793503,0,0,0,none,1,-1.794871794871795,-0.6734006734006733,0,0.25,-1,-1,0,-2.9976036581223546,-22.458648612128627,-19.461044954006272,1215.6,1250.05,1304.1,-3.203871845126194,0,0,23.071428571428573,1.9067296340023614,1,0.35294117647058826,-182.847377977145,1,0,-61.53846153846154,0,0,-5.098039215686279,36.819830197509035,0,0,0,0,1,0,-1.0056989607777354,-0.07300381640779818,11.09637488947834,0.0696248298858771,-65.56470588235288,0,0,3.9782454469237605,0.15126050420168066,-6715145408.631716,-103178841.68968105,1.6226473534591757,-4596829.306271426,0,0,-4.6400413132360425,-14.391665939477072,56.66723641474344,1,1,-3.2263157894736945,0.7069855863134622,1180.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1313.7333333333333,1316.0,1202.6666666666667,-7.896072262255149,1,0,0,none,1,-3.5172413793103448,-0.9090909090909091,0,0.2,0,0,0,-8.706370887337847,-41.837357803014584,-33.130986915676736,1267.4,1331.1,1399.9833333333333,-8.271354518819019,0,0,68.07142857142857,5.575055575055575,0,0.0,-156.55102394571963,1,0,-100.0,1,0,-9.88929889298893,37.67564160454631,0,0,0,0,0,0,3.748787464245737,-1.9859781836620556,-3.3950617283950617,0.13022049279343273,-96.94705882352946,0,0,10.501823918901499,,-6409743201.259707,-452734164.5384388,0.7900808272656912,-68303318.82810831,0,0,-4.1790003269627345,-12.482961984417184,11.866362511876458,0,1,-8.378947368421072,0.6203675198695966,1221.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,20,impulse_late,unknown,none,below_cloud,above,0.881,0,0,1630.25,1638.0,1281.5,-25.103511731329554,0,0,0,none,1,0.288135593220339,-4.832104832104831,0,0.462,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.05893061588936296,30.57324840764332,34.614517778817984,24.358396467929936,7.263872670705564,36.94117647058823,11.326544845864127,18.026499318125442,0.0626507673535192,18.912470633062565 -113,2025-09-05 00:30:00,buy,1207.0,0.169,18,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18,0.16157258834691515,28.57142857142857,-0.39839232251814316,3.703703703704045,8.950617283950887,-3.09131482585326,-2.692922503335117,1.4821597461778842,1211.0,1216.1,1222.1666666666667,-0.5016034865553798,0,0,2.4285714285714284,0.20070838252656434,0,0.0,-88.33261401237048,0,0,-100.0,1,0,-0.5751848808545623,18.15643909322695,0,0,0,0,0,0,1.2987012987013031,0.042204909107655286,-8.333333333333334,-0.003214578014632565,-6.102941176470495,0,0,0.539961644707969,0.3865546218487395,-2711694339.5318804,,0.824958319276135,-59470.348833948374,0,0,,-14.741860230702919,46.6701429895861,1,1,-0.7082706766917551,0.8646850407511772,1211.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1225.4666666666667,1242.0,1216.4,-1.2621042324012621,0,0,0,none,1,-0.12605042016806722,-0.1652892561983471,0,0.483,0,0,0,0.08393696507699512,40.90909090909091,-0.6009455195169422,3.3333333333334942,12.83950617283972,-3.7887639872490126,-3.1878184677320704,1.3420658030789656,1212.4,1217.8,1225.7166666666667,-0.5583839710954108,0,0,2.7857142857142856,0.23003421021587828,0,0.07692307692307693,-118.41674844618838,1,0,-90.0,1,0,-0.7377049180327888,48.5047856155268,1,0,0,0,0,0,6.1264822134387344,0.023356349974566815,-11.481481481481481,-0.09191098092452406,-9.40294117647045,0,0,0.5878201473516069,0.5546218487394958,-3408427817.0195317,-337048.21108055115,1.1110741875376815,-4551.094347221777,0,0,,-14.645675978372418,16.615160023812845,0,1,-0.5458646616541352,0.6246811859409049,1210.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1221.6666666666667,1238.0,1217.4666666666667,-0.87312414733971,0,0,0,none,1,-0.20202020202020202,-0.16515276630883566,0,0.414,0,0,0,0.05325864558201298,18.421052631578945,-1.317756476596141,8.001867413632175,19.860422801599288,-4.103344465949476,-2.7855879893533353,2.6506540909696152,1216.4,1224.5,1227.6166666666666,-1.1841567986933477,0,0,5.428571428571429,0.44864226682408503,0,-0.037037037037037035,-133.8390680032502,1,0,-106.66666666666667,1,0,-1.1437908496731986,12.619317865197473,0,0,0,0,1,0,-13.15789473684211,-0.26381520753111776,-15.042735042735044,-0.04219174724975734,-10.65294117647045,0,0,1.2378570697489173,0.9831932773109243,-4425405438.797927,-1430368.5515384674,0.6817959434691011,153.78907397249714,1,0,,-14.684531392423395,29.217565900472213,1,1,-1.2616541353383486,0.8461453393676018,1211.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1229.45,1247.9,1217.8333333333333,-1.5820082150555193,0,0,0,none,1,-0.5189873417721519,-0.1652892561983471,0,0.381,-1,0,0,0.05238138767516055,31.25,-1.5581280698361102,11.682539682539778,13.793650793650935,-4.49109753960397,-2.93296946976786,2.7153329319912745,1216.0,1225.9,1234.2,-1.2154335590178755,0,0,7.285714285714286,0.6016279344107586,0,0.0,-137.62014119248113,1,0,-100.0,1,0,-1.3039934800325947,14.740036712887388,0,0,0,0,0,0,-5.257936507936506,-0.2804774554592817,-6.666666666666666,0.05380023891042966,-11.064705882352882,0,0,1.5387115692817483,1.0,-4643193306.355935,-8037156.767481804,0.5684664981658304,-679806.4045664091,0,0,,-14.586805530450587,14.351483990860187,0,1,-0.733834586466159,0.27216239412941945,1211.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1248.0500000000002,1248.7,1217.5,-2.9686310644605696,0,0,0,none,1,-0.6779661016949152,-0.16515276630883566,0,0.333,-1,0,0,0.0,37.70491803278688,-0.7668619549672231,27.8010366826155,45.06246677299293,-5.0174611170346,-4.250599162067377,1.993242579512932,1223.6,1228.25,1239.8,-1.0787706085894522,0,0,8.928571428571429,0.7348618459729571,0,0.14285714285714285,-201.8779342723039,1,0,-84.21052631578947,1,0,-0.897226753670477,27.72422931753242,1,0,1,0,1,0,-5.398530243075193,-0.5564994083646297,-9.888357256778303,0.09536515657250294,-15.817647058823468,0,0,1.420964131311718,0.680672268907563,-5675174913.979728,-5302200.424370766,1.089202228660747,-905433.2990396991,0,0,,-14.243084173277188,45.1082145134579,1,1,-0.4593984962406272,0.1971847426786164,1212.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.3166666666666,1253.0,1222.9333333333334,-2.9798107507419513,0,0,0,none,1,-0.5918367346938775,-0.24691358024691357,0,0.357,-1,0,0,0.04582754639755609,28.395061728395063,-2.687031783694557,30.65644033385973,37.75938559030885,-4.531775684401737,-1.8447439007071798,4.265001079387769,1225.6,1239.0,1232.95,-1.937046004842613,0,0,11.5,0.9465020576131686,0,0.07692307692307693,-141.05865522174574,1,0,-90.9090909090909,1,0,-2.48796147672552,19.432826722524467,0,0,0,0,0,0,-7.968574635241296,-0.491169372323645,-14.918414918414921,0.09808051389124418,-15.317647058823468,0,0,1.7460412300635086,0.2773109243697479,-6926146880.054079,-14466555.757732391,0.8625174765746136,-1383255.213080423,0,0,,-14.137262300010855,62.68162716346556,1,1,-2.043609022556405,0.8375345783034165,1212.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1250.35,1251.0,1225.0,-2.8272083816531346,0,0,0,none,1,-0.5641025641025641,-0.411522633744856,0,0.429,0,0,0,1.1037464160192298,-6.536258958064764,-7.6400053740839935,1233.2,1228.25,1265.8,-1.0787706085894522,0,0,18.0,1.4814814814814816,1,0.5072463768115942,-63.21112515802785,0,0,-89.47368421052632,1,0,-2.0950846091861375,39.17842458174769,0,0,0,0,0,0,-7.818758344459276,-1.5284941751579542,-31.785345717234264,0.21715582290760457,-7.702941176470404,0,0,4.17879718907017,0.20168067226890757,-6836118844.276594,-116253542.40842247,0.4098722537387103,-4011022.3106977567,0,0,,-13.85041189275138,22.90412740995287,0,1,1.342105263157899,0.21529165533469818,1211.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1215.1,1258.0,1203.4,-0.008229775327128763,1,0,0,none,1,-1.4137931034482758,-0.3292181069958848,0,0.333,0,0,0,-6.7475722619592275,-45.38257457378472,-38.635002311825495,1232.8,1302.95,1401.4833333333333,-6.750067155301432,0,0,63.57142857142857,5.232216343327455,0,0.0,-110.65974875651905,1,0,-100.0,1,0,-8.577878103837467,28.256554568677885,0,0,0,0,0,0,-4.169844902110341,-0.22505159859429114,0.0,0.17308251579923292,-104.34411764705874,0,0,9.383166234932478,,-6632374784.042631,-495471342.8634453,0.9647862654424958,-29410671.1100716,0,0,-3.5934785439084056,-12.7103207925927,11.510747628659365,0,1,-7.5015037593984735,0.6142994930599677,1215.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,below_cloud,above,0.719,0,0,1630.25,1638.0,1281.5,-25.471553442723504,0,0,0,none,1,0.423728813559322,-2.139917695473251,0,0.462,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.30642517122836127,44.859813084112155,17.437101882495284,48.260750945476694,5.572886802664245,40.274599542334094,10.31272210376687,9.777303956408414,0.11168552707347933,17.382991430707566 -114,2025-09-05 23:45:00,buy,1230.0,0.165,18,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#18,0.20284031963572133,15.0,-1.8936049573937233,7.237122179651294,5.506699912830463,-7.97067973424646,-6.0770747768527364,3.918496578948055,1233.6,1249.55,1257.3166666666666,-1.1644191909087276,0,0,6.714285714285714,0.5436668594563331,0,0.13333333333333333,-78.20136852394874,0,0,-85.18518518518519,1,0,-1.5151515151515138,7.0057530628409665,0,0,0,0,0,0,0.0,0.5161793330232003,3.82716049382716,0.08326302045793031,-23.049999999999955,0,0,0.7954967368898466,0.680672268907563,-2726876624.306871,-4376609.989183903,0.22033615296107523,-476426.2245360166,0,0,,-12.894911629186367,62.63804094997933,1,1,-1.9571428571428606,0.8947194115005285,1235.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1259.0,1279.0,1240.6,-1.9062748212867353,0,0,0,none,1,-0.09243697478991597,-0.24291497975708504,1,0.537,0,0,0,0.046013951427300616,10.0,-3.9944830795269857,4.6387520525453265,6.452289728152015,-6.006300872765223,-2.0118177932382375,4.518201639177594,1236.6,1257.8,1252.5,-2.051200508824924,0,0,7.714285714285714,0.6261595547309833,0,0.0,-130.0580786441951,1,0,-100.0,1,0,-2.454473475851149,7.90095879385666,0,0,0,0,0,0,0.4761904761904816,-0.029791754410233295,-1.1111111111111116,-0.12935591249642636,-22.238235294117658,0,0,1.2156873993688473,0.7394957983193278,-3428979523.2611012,-5094605.6232767105,0.2781439029494505,-1199688.4121070523,0,0,,-13.080260914869923,37.75788155370543,1,1,-2.2300751879699465,0.8623283019814871,1232.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1258.4499999999998,1277.0,1229.3,-2.101791886844917,1,0,0,none,1,0.08080808080808081,-0.487012987012987,0,0.6,0,0,0,0.0,36.904761904761905,-4.125152210682888,7.671957671957728,24.376984126984144,-0.434671425122815,3.6904807855600725,3.782279722476096,1246.6,1256.15,1243.5,-1.9225410977988355,0,0,12.214285714285714,0.9914192949907235,0,0.0,-163.9736684619994,1,0,-100.0,1,0,-3.296703296703296,56.423495945310954,0,0,0,0,0,0,-5.263912794033281,-0.925681908883984,-17.708333333333332,0.07708935529030023,-10.373529411764594,0,0,1.7826115406208691,1.0,-4450089237.243397,-16045958.403264046,0.635501226815771,-1264777.0987920978,0,0,,-13.046532100213682,24.365370675122563,0,1,-0.16917293233081415,0.007100018610815773,1232.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.75,1272.1666666666667,1222.6666666666667,-1.8131101813110173,1,0,0,none,1,0.12658227848101267,-0.3246753246753247,0,0.7,0,0,0,0.11220293652473906,45.205479452054796,-1.9980884279618385,48.59210606337053,69.84228344381616,4.283698804947562,6.281787232909401,3.1606626443086485,1255.2,1252.35,1236.2833333333333,-1.2256956920988493,0,0,10.214285714285714,0.8257304538630326,0,0.034482758620689655,-146.45528790062463,1,0,-96.55172413793103,1,0,-1.1191047162270151,68.72612779282225,0,0,0,0,0,0,-10.72672393777571,-1.616093634478669,-24.60815047021942,0.1269667771642699,2.597058823529551,0,0,1.5938526974176628,1.0,-4662666136.587408,-16684258.925961494,1.3226640657759305,2215272.002026221,1,0,,-12.667048086217081,29.3439365161914,1,1,0.9180451127819445,0.30123702203831604,1236.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1256.2,1265.0,1217.0,-1.5284190415538967,1,0,0,none,1,0.3050847457627119,-0.8084074373484237,0,0.556,-1,-1,0,0.38297260122886045,50.427350427350426,0.24035219771138117,69.68569065343245,97.90409378222982,7.967156869290648,7.726804671579266,4.705816727339069,1259.2,1243.85,1228.8833333333334,-0.5507094906942123,0,0,12.714285714285714,1.0278323132001383,0,0.325,-70.56927416105482,0,0,-87.09677419354838,1,0,-0.24193548387096975,67.61884609354243,0,0,0,0,0,0,-18.20010055304173,-2.083150297801736,-37.36559139784947,0.33088982846619386,17.44705882352946,0,0,2.7580200956925776,1.0,-5697668855.661568,-12728415.953565598,1.3569632741540472,2628447.997590624,1,0,,-12.60320932624277,16.38487221779339,0,1,1.8939849624060097,0.5863204483539266,1233.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1261.35,1264.0,1216.3,-1.930471320410665,1,0,0,none,1,0.2653061224489796,-0.5658852061438965,0,0.6,-1,-1,0,0.9206672071924217,72.38095238095238,4.798016430187995,127.08333333333339,117.68162393162396,8.422109575599052,3.6240931454110568,5.803633578754141,1255.4,1232.9,1235.5166666666667,2.4413983291426744,0,0,14.5,1.1480601741884402,0,1.2,48.753415300546244,0,0,25.0,0,1,3.1020408163265234,79.52147126016152,0,0,0,0,0,1,-0.6959706959707006,-0.15893721492557145,7.051282051282044,0.8968387129642758,21.34117647058838,0,0,2.8580254190458723,0.6470588235294118,-6953291648.066366,-23290083.687120438,2.4825069451978057,991778.8829103243,0,0,-2.0389283476472926,-10.657536662306622,24.71246902290422,0,1,2.6451127819548503,0.765280664406502,1233.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1254.2666666666667,1255.0,1218.3333333333333,0.6962899968108838,0,0,0,none,1,0.28205128205128205,-0.5542359461599367,0,0.429,0,0,1,1.8571640688329127,-5.05161222726997,-6.908776296102883,1226.4,1232.05,1262.8,0.9699281684996564,0,0,15.0,1.2057877813504823,1,0.868421052631579,39.42834547816712,0,0,-13.157894736842104,0,1,-0.5595523581135131,67.40958304893346,0,0,0,0,0,0,10.977701543739279,1.3431855794088792,15.789473684210542,0.6944274710970262,-1.0382352941176123,0,0,2.9827092027332403,0.0,-6863346340.057826,-132325754.99890518,3.717011089828404,2052242.431302026,1,0,,-11.705961397928045,22.41501000991298,0,1,-0.16766917293233163,0.006192587748041767,1233.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1213.35,1249.0,1212.2,2.5260642024148128,1,0,0,none,1,-0.1724137931034483,-0.5627009646302251,1,0.429,1,1,1,-6.7475722619592275,-45.38257457378472,-38.635002311825495,1232.8,1302.95,1401.4833333333333,-6.750067155301432,0,0,63.57142857142857,5.232216343327455,0,0.0,-110.65974875651905,1,0,-100.0,1,0,-8.577878103837467,28.256554568677885,0,0,0,0,0,0,-4.169844902110341,-0.22505159859429114,0.0,0.17308251579923292,-104.34411764705874,0,0,9.383166234932478,,-6632374784.042631,-495471342.8634453,0.9647862654424958,-29410671.1100716,0,0,-3.5934785439084056,-12.7103207925927,11.510747628659365,0,1,-7.5015037593984735,0.6142994930599677,1215.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,below_cloud,above,0.719,0,0,1630.25,1638.0,1281.5,-25.471553442723504,0,0,0,none,1,0.423728813559322,-2.139917695473251,0,0.462,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.7370045885524595,51.886792452830186,53.50877192982457,39.1812865497076,4.092444683976956,40.274599542334094,10.31272210376687,9.777303956408414,0.11168552707347933,17.382991430707566 -115,2025-09-07 15:03:00,sell,1469.0,0.65,18,고점 매도 · 비중 65% · 분할 · leg#18,0.8492469750400431,78.94736842105263,3.575299160610655,102.00000000000038,103.11111111111143,14.222106982510695,10.64680782190004,5.737763269444293,1467.2,1437.2,1412.4,2.0038964653492863,0,0,9.928571428571429,0.6772558955369324,0,0.96,104.42340894207318,0,1,-4.0,0,1,3.021784961349261,82.80611638391943,0,0,0,0,0,1,-1.05263157894737,-0.6345001592328998,-1.3333333333333286,1.075343802715265,35.71470588235297,0,0,1.6161569489146437,0.9915966386554622,-2779906217.4737196,565106.0100865364,1.5529737670278738,4158246.900737211,0,0,,3.5218299796245356,37.769521172755596,1,1,3.00300751879698,0.742644889914502,1467.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.45,1468.0,1374.9,3.1341236061767974,1,0,0,none,1,1.0168067226890756,-0.47748976807639837,0,0.742,0,0,0,0.9752230133028913,82.43243243243244,3.822958133440622,114.39393939393956,114.63317384370039,16.265287399049384,12.442329265608763,4.966101219319204,1458.6,1432.2,1398.85,2.3600055858120417,0,0,9.571428571428571,0.6528941726758916,0,1.065217391304348,164.37718277066355,0,1,6.8181818181818175,0,1,3.0942334739803012,86.82011705970613,0,0,0,0,0,0,6.182432432432435,0.03251570458682984,-0.3588516746411585,1.3550896892599882,46.33235294117662,0,0,1.829401121108352,0.8235294117647058,-3486097911.544609,-3368826.2609381676,1.5743835746449302,2724396.3938340507,0,0,-1.0044294988203017,3.5526638299457236,44.48529025756337,1,1,1.9458646616541093,0.4191551591724024,1467.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.8166666666666,1463.0,1336.3666666666666,0.3548243562391029,0,0,0,none,1,1.303030303030303,-0.5457025920873124,0,0.741,0,0,0,0.9986566353127023,85.0,4.007899062970626,108.54550202376295,105.35561648605129,21.921898674815793,17.913999611845167,7.728329813412584,1442.4,1411.6,1367.15,3.8537829413431535,0,0,17.142857142857142,1.1693626973299551,0,1.0561797752808988,144.1226236687569,0,1,7.246376811594203,0,1,2.949438202247201,76.45216503057847,0,0,0,0,0,0,-6.056910569105696,0.8665146858191406,1.7487922705314105,1.2172012271461237,50.50882352941176,0,0,3.2976833184010443,1.0,-4528185333.590216,-21688134.108333588,2.083557092796141,2279680.2069884837,0,0,-2.0010650683451727,3.5897048847980617,29.46282798939288,1,1,3.999999999999956,0.7528585984376771,1457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.0666666666666,1461.0,1331.9333333333334,0.5440994924786224,0,0,0,none,1,2.3164556962025316,-0.2728512960436562,0,0.792,0,0,1,1.0,77.20588235294117,4.773853276207628,106.98303417752653,103.863071332951,27.047288291902305,22.273435015694677,8.529929907422188,1437.8,1400.65,1342.15,4.66569092921143,0,0,20.0,1.364256480218281,0,1.1170212765957446,144.7404940327512,0,1,13.253012048192772,0,1,6.851311953352779,63.1737432767965,0,0,0,0,0,0,1.0520361990950136,1.1712024758642556,3.73739857388739,1.2662980663809804,61.24411764705883,0,0,2.5911466311560227,0.9915966386554622,-4840224878.919924,-124580365.38209534,2.340426090202615,12992708.416524507,0,0,-5.5556810967525925,3.62210927866502,49.281877972490506,1,1,4.496992481203021,0.79338169056683,1446.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1452.0333333333333,1455.0,1336.3333333333333,0.9618695622230833,0,0,0,none,1,3.2203389830508473,-0.06821282401091405,0,0.8,0,0,1,1.0,79.42583732057416,7.372982364914268,118.78841323285752,113.96656078459603,35.050591955856135,27.677609590941866,12.013883497755302,1425.8,1369.95,1309.0,7.011204788495928,0,0,22.571428571428573,1.5396608848177744,0,1.4038461538461537,147.3349903341615,0,1,50.0,0,1,8.51221317542561,92.82829784206817,0,0,0,0,0,0,5.174340314586132,2.107060837736153,7.48792270531402,1.4829175367509109,88.02352941176468,0,0,3.632907876455307,1.0,-5836049352.045916,-85800210.30092144,2.75906740327623,19998183.836726516,0,0,-2.4867660576539334,3.6978987804247243,36.63022161283957,1,1,6.5255639097744265,0.8803347717600257,1430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.3,1424.0,1337.6,3.1450080911841205,0,0,0,none,1,3.979591836734694,-0.4092769440654843,1,0.786,1,1,1,1.0,87.64940239043824,12.911306012594455,113.77958887043195,108.40483542599635,40.11481895419979,27.203512941605336,16.978714542015766,1409.4,1329.75,1276.0166666666667,10.246286896033086,0,0,26.142857142857142,1.7832781134281817,0,1.3310344827586207,157.1069594668414,0,1,37.2093023255814,0,1,13.73157486423584,98.75758502422728,0,0,0,0,0,1,3.59143137594549,2.9524433408590127,8.661604176554349,1.6359498736945048,101.05588235294113,0,0,4.201117911571964,1.0,-7090485352.385013,-70390018.0549841,3.464625237574825,35994367.18762192,0,0,-2.2299022817810616,3.8221959442080067,39.4443882485811,1,1,8.970676691729329,0.8840744205233003,1427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1415.0666666666666,1418.0,1271.3333333333333,3.599359276359193,0,0,0,none,1,5.9743589743589745,-0.6139154160982265,1,0.714,1,1,1,14.44103952583345,25.296229417540644,10.855189891707195,1320.2,1260.7,1258.7166666666667,10.018243832791306,0,0,29.357142857142858,2.116592851992996,0,1.1210191082802548,244.58676425739498,0,1,13.194444444444445,0,1,11.4951768488746,95.87140877172689,0,0,0,0,0,0,3.5323383084577102,3.6847898026249606,1.7526455026454926,1.4367363284042296,84.5470588235296,0,0,4.395213004152559,0.3865546218487395,-6848261550.082503,15084789.975322723,6.2096127443686955,48966683.72411221,0,0,,-1.4207006802942956,27.857285022154976,1,1,6.118796992481199,0.6358153582750492,1387.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1365.3833333333332,1368.0,1211.0,1.5831939748300217,0,0,0,none,1,5.551724137931035,-4.253785147801009,1,0.889,1,1,1,-0.3967072341755369,-40.38937772108375,-39.99267048690821,1241.2,1289.6,1403.9833333333333,-0.821960297766744,0,0,76.78571428571429,6.003574220931532,1,0.45714285714285713,113.20427872331187,0,1,-17.94871794871795,0,1,-2.8853454821564206,48.580613753675244,0,0,1,0,1,0,0.16271820448878316,4.637258231979757,18.778998778998776,0.46191885566869295,-57.51470588235293,0,0,9.719558560704545,,-6556796436.755646,-423341436.46945477,4.158470165593418,54995529.31968229,1,0,-2.2866833210746225,-7.9339810055052755,13.612091889131236,0,1,-5.902255639097733,0.49130387555900557,1273.5,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,above,2.954,0,0,1630.95,1638.0,1215.0,-21.57944756123732,1,0,0,none,1,1.5423728813559323,-16.3408913213448,1,0.5,0,0,1,0,4,0,1,0.0,1.0,-0.333,1,1.0,93.53233830845771,119.24663299663298,118.51010792102745,14.403989566601764,34.91271820448878,32.70757020757019,18.982954579969483,0.4468052305479562,15.451900745763297 -116,2025-09-07 15:21:00,sell,1435.0,0.35,18,고점 매도 · 비중 35% · 분할 · leg#18,0.3423616043150707,54.73684210526316,-2.99195140083763,38.42431281455709,67.85981993558569,8.734132687483452,11.726084088321082,5.695249887235753,1455.6,1448.0,1420.2666666666667,-0.8977900552486151,0,0,13.928571428571429,0.9706321553011448,0,0.3333333333333333,-31.686274509803365,0,0,-100.0,1,0,-1.7796030116358663,58.41631660365211,0,0,0,0,0,0,-8.184506209343589,-1.8379349764721464,-34.04255319148937,0.25142700772771864,13.34117647058838,0,0,2.0194485214840143,1.0,-2804578311.0156064,-26907474.63445711,0.6684458494248685,-597081.7310612276,0,0,,1.3271243816046496,44.89478289268991,1,1,2.3383458646616475,0.4502387097014455,1435.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1422.1,1469.0,1375.2,0.9071092046972762,1,0,0,none,1,0.7983193277310925,-0.9059233449477353,0,0.719,-1,0,0,0.5797537787351107,61.458333333333336,-0.4970380871342748,67.42424242424259,86.3636363636366,13.66035174210424,14.157389829238515,5.625815516549604,1456.6,1437.55,1405.8333333333333,0.4486800459114537,0,0,14.0,0.9695290858725761,0,0.5869565217391305,10.182689427972276,0,0,-43.18181818181818,0,0,1.4757554462403455,56.070753274324474,0,0,0,0,0,1,0.0,-1.3584845601800062,-20.454545454545453,0.5748420840124798,26.458823529411802,0,0,2.1302363473702175,0.9663865546218487,-3529842667.7456484,-46323820.76037073,0.8745555326815253,1701408.119525058,0,0,-4.14365015616977,1.993493604992591,34.666397517574964,1,1,2.6022556390977285,0.5797904432832257,1436.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1460.8666666666668,1463.0,1335.0,-1.1545657828686218,1,0,0,none,1,1.1313131313131313,-0.06925207756232687,0,0.692,0,0,0,0.7303650779201124,69.69696969696969,2.159552012067607,87.4853890071282,100.60015777407084,21.51424850190574,19.354696489838133,8.099731954710522,1453.8,1417.55,1372.2166666666667,1.8658953828789127,0,0,20.428571428571427,1.4147210130589631,0,0.8089887640449438,53.58335336699018,0,0,-38.63636363636363,0,0,1.2622720897615736,60.223196513275994,0,0,0,1,0,1,-8.528836754643208,-1.4436834878366405,-18.284193284193265,0.7585693221059907,49.33529411764698,0,0,3.409104348154075,1.0,-4542769439.782117,-29675835.787190437,1.2271187740912484,-615308.8727774341,0,1,-2.1071751304074615,2.0315958437502557,32.65864383808229,1,1,4.367669172932318,0.8103440198008907,1430.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1458.0666666666666,1461.0,1331.9333333333334,-0.9647478396049514,1,0,0,none,1,1.9113924050632911,-0.41551246537396125,0,0.739,-1,0,0,0.8400778289336237,66.23376623376623,3.7144534253748773,101.60642570281134,103.9450318279924,26.916501797413275,23.202048372038398,8.31773767791262,1442.8,1405.25,1344.9666666666667,2.828678171143917,0,0,21.857142857142858,1.5126050420168067,0,0.8795180722891566,81.03621612774988,0,0,-12.048192771084338,0,1,4.256854256854248,61.06101473641169,0,1,0,0,0,0,-10.972116119174942,-1.059399850832751,-5.376608474715198,0.9170877238012477,60.15882352941162,0,0,2.945197195430526,1.0,-4853842684.942932,-138409920.73572254,1.6594644943693615,10299575.418119017,0,0,-5.70078006244404,2.136008205969109,48.200435072466455,1,1,4.378195488721769,0.785707137093061,1430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1452.0333333333333,1455.0,1336.3333333333333,-0.4843782282316744,1,0,0,none,1,2.7796610169491527,-0.4152249134948097,0,0.842,0,0,0,1.0,79.42583732057416,7.372982364914268,118.78841323285752,113.96656078459603,35.050591955856135,27.677609590941866,12.013883497755302,1425.8,1369.95,1309.0,7.011204788495928,0,0,22.571428571428573,1.5396608848177744,0,1.4038461538461537,147.3349903341615,0,1,50.0,0,1,8.51221317542561,92.82829784206817,0,0,0,0,0,0,5.174340314586132,2.107060837736153,7.48792270531402,1.4829175367509109,88.02352941176468,0,0,3.632907876455307,1.0,-5836049352.045916,-85800210.30092144,2.75906740327623,19998183.836726516,0,0,-2.4867660576539334,3.6978987804247243,36.63022161283957,1,1,6.5255639097744265,0.8803347717600257,1430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.3,1424.0,1337.6,3.1450080911841205,0,0,0,none,1,3.979591836734694,-0.4092769440654843,1,0.786,1,1,1,1.0,87.64940239043824,12.911306012594455,113.77958887043195,108.40483542599635,40.11481895419979,27.203512941605336,16.978714542015766,1409.4,1329.75,1276.0166666666667,10.246286896033086,0,0,26.142857142857142,1.7832781134281817,0,1.3310344827586207,157.1069594668414,0,1,37.2093023255814,0,1,13.73157486423584,98.75758502422728,0,0,0,0,0,1,3.59143137594549,2.9524433408590127,8.661604176554349,1.6359498736945048,101.05588235294113,0,0,4.201117911571964,1.0,-7090485352.385013,-70390018.0549841,3.464625237574825,35994367.18762192,0,0,-2.2299022817810616,3.8221959442080067,39.4443882485811,1,1,8.970676691729329,0.8840744205233003,1427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1415.0666666666666,1418.0,1271.3333333333333,3.599359276359193,0,0,0,none,1,5.9743589743589745,-0.6139154160982265,1,0.714,1,1,1,14.44103952583345,25.296229417540644,10.855189891707195,1320.2,1260.7,1258.7166666666667,10.018243832791306,0,0,29.357142857142858,2.116592851992996,0,1.1210191082802548,244.58676425739498,0,1,13.194444444444445,0,1,11.4951768488746,95.87140877172689,0,0,0,0,0,0,3.5323383084577102,3.6847898026249606,1.7526455026454926,1.4367363284042296,84.5470588235296,0,0,4.395213004152559,0.3865546218487395,-6848261550.082503,15084789.975322723,6.2096127443686955,48966683.72411221,0,0,,-1.4207006802942956,27.857285022154976,1,1,6.118796992481199,0.6358153582750492,1387.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1365.3833333333332,1368.0,1211.0,1.5831939748300217,0,0,0,none,1,5.551724137931035,-4.253785147801009,1,0.889,1,1,1,-0.3967072341755369,-40.38937772108375,-39.99267048690821,1241.2,1289.6,1403.9833333333333,-0.821960297766744,0,0,76.78571428571429,6.003574220931532,1,0.45714285714285713,113.20427872331187,0,1,-17.94871794871795,0,1,-2.8853454821564206,48.580613753675244,0,0,1,0,1,0,0.16271820448878316,4.637258231979757,18.778998778998776,0.46191885566869295,-57.51470588235293,0,0,9.719558560704545,,-6556796436.755646,-423341436.46945477,4.158470165593418,54995529.31968229,1,0,-2.2866833210746225,-7.9339810055052755,13.612091889131236,0,1,-5.902255639097733,0.49130387555900557,1273.5,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,above,2.954,0,0,1630.95,1638.0,1215.0,-21.57944756123732,1,0,0,none,1,1.5423728813559323,-16.3408913213448,1,0.5,0,0,1,0,2,0,1,0.0,0.5,-0.333,0,1.0,93.53233830845771,119.24663299663298,118.51010792102745,14.403989566601764,34.91271820448878,32.70757020757019,18.982954579969483,0.4468052305479562,15.451900745763297 -117,2025-09-07 18:42:00,buy,1410.0,0.504,19,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#19,0.0,36.36363636363636,-0.6938437297332374,46.825396825397206,67.72486772486803,-0.4856775572998231,0.20816617243341426,1.1508568801937662,1421.4,1423.15,1422.2666666666667,-0.7132066191195663,0,1,4.5,0.3184713375796179,0,0.125,-241.00156494522432,1,0,-85.71428571428571,1,0,-0.5629838142153454,20.153692406680236,0,0,0,0,1,0,-19.636363636363633,-0.6914165338721062,-28.57142857142857,-0.012588532551843754,-2.7323529411764866,0,1,1.0493539773741478,0.4369747899159664,,,1.3625244281154085,446904.9117585197,1,0,,-0.22956652893395546,25.795259413413568,1,1,-0.22030075187971332,0.10131552393777132,1411.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1423.35,1469.0,1413.6666666666667,-0.727157761618713,0,0,0,none,1,0.23529411764705882,0.0,0,0.6,-1,-1,0,0.0448810665023923,43.39622641509434,-0.2697559687229082,67.46031746031763,100.26455026455051,-0.9246255849170666,-0.6548696161941584,1.1123639844847555,1422.2,1422.2,1427.9,-0.5062579102798503,0,0,6.285714285714286,0.4442200908632004,1,0.35714285714285715,-228.85572139303147,1,0,-64.28571428571429,0,0,-0.6320224719101097,44.60721387851151,0,0,0,0,0,0,-2.6037735849056602,-0.5350537252514148,-38.0952380952381,0.21297253063229923,-1.5558823529411256,0,1,1.1819124016301474,0.2857142857142857,-3564004781.8089366,,1.6589867301759003,-600952.1087610815,0,0,,-0.05768867872335548,22.148790102508997,0,1,0.015037593984962273,0.0005059755714977854,1410.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1461.3,1463.0,1381.4,-3.1684116882228164,1,0,0,none,1,0.5555555555555556,-0.0706713780918728,0,0.621,0,0,0,0.10731165449730991,41.30434782608696,-1.8265918271005281,80.55555555555561,91.24579124579127,1.681097222727658,3.507689049828186,1.3604505976626986,1421.6,1422.6,1401.7,-0.5342330943343132,0,0,7.214285714285714,0.5098435133770822,1,0.21428571428571427,-172.21918805753145,1,0,-75.0,0,0,0.28348688873138794,30.10551628826464,0,1,0,0,0,0,-11.473429951690825,-0.39365037572664763,-18.939393939393938,0.2587304581628345,-5.264705882352928,0,0,1.6210929504320912,0.6722689075630253,-4609509824.93314,-8081685.809991837,1.7434726499057747,-446641.2228195239,0,1,-6.632915132657682,-0.019889190190702788,24.10081732988226,0,1,-0.30977443609020455,0.1434656785849563,1414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1423.0,1461.0,1334.3333333333333,-0.5621925509487036,1,0,0,none,1,1.4050632911392404,-0.8480565371024734,0,0.727,0,-1,0,0.43781733591569927,29.2929292929293,-3.535578975561405,51.12315010570834,40.20290110406404,9.52888273043277,13.064461705994175,3.7717321473517087,1425.4,1428.35,1374.6333333333334,-0.23453635313472887,0,0,13.357142857142858,0.93734335839599,1,0.3333333333333333,-90.26915113871547,0,0,-6.25,0,1,-0.07012622720897754,12.346701835355049,0,0,0,0,0,0,-4.669334858014096,0.24969004852940024,14.195736434108525,0.6042864011593484,11.691176470588289,0,0,2.7130931663544757,0.8907563025210085,-4911014601.84522,-52879689.189333916,0.7916932449511003,1392520.8242948037,1,0,-8.621109065411938,0.7196366651482045,25.856173610927964,1,1,-0.7030075187969977,0.09535797102540056,1410.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1452.2333333333333,1455.0,1338.8,-1.875272568687314,1,0,0,none,1,1.9830508474576272,-0.07017543859649122,0,0.722,0,0,0,0.6773091942529982,58.29145728643216,-2.54350635558702,98.07692307692292,92.69773436440084,26.61617280030805,29.15967915589507,9.62049706937524,1421.0,1401.1,1326.15,1.705802583684246,0,0,22.142857142857142,1.5538847117794485,0,1.0119047619047619,42.96388542963825,0,0,1.9230769230769231,0,1,-0.21008403361344463,67.43406225117886,0,0,0,0,0,0,-1.4172805776455064,-0.5157563668837888,8.974358974358964,0.7812195865155368,52.82647058823545,0,0,4.320905635160319,0.9495798319327731,-5886689839.15223,-114448407.34444141,0.8235397163188483,5392345.099742547,1,0,-3.4526062412804883,0.7949816067398752,26.22049831153305,1,1,4.664661654135325,0.6706486179482487,1418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1421.3,1424.0,1337.6,0.26032505452755483,0,0,0,none,1,3.204081632653061,-0.8421052631578947,0,0.733,0,0,0,0.7985539118914663,69.06474820143885,6.626951759024635,101.61894215050368,109.84399169874673,40.418770104702844,33.79181834567821,17.446234674819074,1429.0,1351.6,1286.2833333333333,5.208641609943787,0,0,28.714285714285715,2.019288728149488,0,1.0285714285714285,88.8096218045457,0,0,4.081632653061225,0,1,5.882352941176472,88.75724008174858,0,1,0,0,0,1,-1.5837159623836783,-1.8150255815335683,-11.042556557506714,0.9877917794741455,103.19117647058829,0,0,5.061253790568259,0.9915966386554622,-7181491701.412047,-158000361.8975439,0.8271185350541874,29664587.83701972,0,0,-3.65761937647965,0.7049830845421212,42.78485431131901,1,1,9.524812030075188,0.9136946211122456,1418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1415.2833333333333,1418.0,1271.3,0.47458106150712887,0,0,0,none,1,4.538461538461538,-0.8438818565400843,0,0.714,0,0,0,18.383495427966366,33.83455917666515,15.451063748698786,1350.2,1269.4,1260.5166666666667,12.33653694658894,0,0,31.5,2.208976157082749,0,1.1025641025641026,226.84008571286162,0,1,10.989010989010989,0,1,15.652879156528797,96.34377655681787,0,0,0,0,0,0,0.7154493021617583,3.9424559021329166,-8.458208458208446,1.5699140469181123,107.15294117647045,0,0,4.6980175732352665,0.4957983193277311,-6854451596.05398,8193905.701053619,2.257888483757119,59173908.34289515,0,0,,1.3458641752542855,33.86023941373496,1,1,8.342857142857135,0.7132712940198513,1427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1396.25,1406.0,1211.0,2.130707251566699,0,0,0,none,1,7.0344827586206895,-1.6830294530154277,1,0.889,1,1,1,-0.3967072341755369,-40.38937772108375,-39.99267048690821,1241.2,1289.6,1403.9833333333333,-0.821960297766744,0,0,76.78571428571429,6.003574220931532,1,0.45714285714285713,113.20427872331187,0,1,-17.94871794871795,0,1,-2.8853454821564206,48.580613753675244,0,0,1,0,1,0,0.16271820448878316,4.637258231979757,18.778998778998776,0.46191885566869295,-57.51470588235293,0,0,9.719558560704545,,-6556796436.755646,-423341436.46945477,4.158470165593418,54995529.31968229,1,0,-2.2866833210746225,-7.9339810055052755,13.612091889131236,0,1,-5.902255639097733,0.49130387555900557,1273.5,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,above,2.954,0,0,1630.95,1638.0,1215.0,-21.57944756123732,1,0,0,none,1,1.5423728813559323,-16.3408913213448,1,0.5,0,0,1,1,0,0,1,0.25,0.0,-0.333,0,1.0,94.24778761061947,110.78842453842454,115.84301500968166,18.415476200939143,34.91271820448878,32.70757020757019,18.982954579969483,0.4468052305479562,15.451900745763297 -118,2025-09-08 07:42:00,buy,1432.0,0.496,19,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#19,0.21468640065590383,39.99999999999999,0.09236737763579672,103.33333333333371,84.28571428571462,-1.4809551612993346,-1.5733225389351313,0.7165529047250928,1441.8,1442.95,1447.7,-0.20444228836757894,0,0,2.357142857142857,0.1636904761904762,0,0.14285714285714285,-84.72479901051256,0,0,-50.0,0,0,-0.27700831024930483,37.244389129248326,0,0,1,0,1,0,0.0,-0.11399106915967772,2.3809523809523654,0.1914802160231245,-3.097058823529551,0,0,0.4788632149655065,0.4117647058823529,,,1.6267342990038287,-26969.105166837573,0,0,,1.6254397888656014,41.28974396776255,1,1,-0.2879699248120298,0.43439338795985427,1440.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1447.3333333333335,1455.0,1439.6666666666667,-0.5066789497927382,1,0,0,none,1,-0.1092436974789916,0.0,0,0.423,0,-1,0,0.1444780242227166,40.625,-0.2549468368289456,38.611111111111285,35.092592592592844,-2.3488148112362524,-2.0938679744073068,0.8956612192547699,1441.4,1444.6,1448.4666666666667,-0.3184272462965487,0,0,3.857142857142857,0.26785714285714285,0,0.5333333333333333,-207.9710144927583,1,0,-46.666666666666664,0,0,-0.4149377593360981,19.9581191863266,0,0,0,0,0,0,1.231060606060609,-0.010240111556155007,9.444444444444446,0.2396462601697131,-6.541176470588198,0,0,0.5626094426278548,0.11764705882352941,-3617601142.888984,,4.660092544734432,-394504.56906013854,0,0,,1.6560000207480385,43.88939121758197,1,1,-0.4766917293233086,0.7601170935386719,1432.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1490.0166666666667,1491.0,1445.7666666666667,-3.3567857182805527,0,0,0,none,1,-0.29292929292929293,-0.1388888888888889,0,0.381,0,0,1,0.12807697364778248,29.629629629629633,-0.5020729413511438,18.518518518518565,22.22222222222224,-3.256397532043593,-2.754324590692449,1.5501006013680372,1442.0,1448.35,1457.8,-0.5765181068111969,0,0,4.357142857142857,0.30257936507936506,0,0.0,-162.53443526170992,1,0,-100.0,1,0,-0.5524861878453025,18.232181479130062,0,0,0,0,0,0,-1.1396011396011403,-0.0977017245847307,-11.11111111111111,0.11038516713512837,-7.823529411764639,0,0,0.7752971391529867,0.03361344537815126,-4665868658.746373,-1412575.7779502869,4.144689185695083,-617954.6657989528,0,0,,1.693982477079392,37.44064177927867,1,1,-0.8308270676691816,0.7669066158002116,1440.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1480.5,1484.0,1423.3333333333333,-2.7355623100303927,1,0,0,none,1,0.189873417721519,-0.7638888888888888,0,0.579,0,0,1,0.20000768524504695,45.45454545454546,-1.269095768587939,17.810457516339966,14.847494553377054,-3.2613410012902477,-1.9922452327023088,1.4843833608343426,1442.4,1448.45,1447.9833333333333,-0.44530360040042627,0,0,6.0,0.4160887656033287,1,0.4166666666666667,-208.17092536451324,1,0,-58.333333333333336,0,0,-1.2328767123287676,21.04842466323055,0,0,0,0,0,0,1.268498942917553,0.17661962028882017,7.222222222222223,0.23235722673219547,-13.835294117646981,0,0,0.8698137863671292,0.03361344537815126,-4958136718.192548,-5591110.744425774,3.0864904826667736,-349433.4623784721,0,0,,1.8692937592109216,28.48817345454617,1,1,-0.4909774436090251,0.2920195561314264,1432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1456.8,1482.0,1412.4,-1.0159253157605685,1,0,0,none,1,0.423728813559322,-0.13869625520110956,0,0.55,0,0,1,0.22981099796917473,22.35294117647058,-5.0755646328543165,14.28571428571413,11.991028295375946,5.3445116974223765,10.420076330276693,4.023914628725692,1444.8,1457.85,1403.6333333333334,-1.0872174777926347,0,0,10.785714285714286,0.747969090548841,1,0.1,-127.92127921279103,1,0,-75.0,0,0,-0.7570543702684063,11.611678058939248,0,0,0,0,0,0,-4.313725490196077,0.14241624720919965,4.166666666666666,0.3699844059466964,-0.8176470588234679,0,1,2.7009324690670447,0.5630252100840336,-5929211363.914324,-4590091.190412521,0.7088041784386635,-268695.7491056323,0,0,,1.9448144888219998,30.984429428553103,1,1,-1.7812030075187972,0.5162875683415142,1439.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1466.85,1469.0,1340.0,-1.6941064185158616,1,0,0,none,1,1.9387755102040816,-0.624133148404993,0,0.692,0,0,0,0.500457094315616,59.25925925925925,-6.340831125657914,84.9570500733292,89.78280606187586,29.946435910672108,36.28726703633002,7.591284581198847,1449.2,1440.95,1334.8166666666666,0.0034699330302867537,0,0,20.571428571428573,1.4275800535342522,0,0.7777777777777778,-3.5802469135803574,0,0,-37.83783783783784,0,0,-0.4834254143646355,68.82082672802274,0,0,0,0,0,0,2.7886710239651364,-1.323022473854543,-5.635868426566091,0.6365863103126899,58.57352941176464,0,0,4.593973665642158,0.8739495798319328,-7215899633.322879,-39247642.72880745,0.37624946508840623,1803196.9839836173,1,0,,1.996667200456903,27.878924279416513,1,1,2.857894736842087,0.3822540685531587,1439.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1451.8,1455.0,1378.2,-0.743904119024652,1,0,0,none,1,4.256410256410256,-0.6245662734212353,0,0.643,0,0,0,21.371268857984806,53.00885966852297,31.637590810538168,1434.8,1302.5,1266.9666666666667,11.017274472168914,0,0,37.92857142857143,2.6229994072317724,0,1.0173160173160174,127.36714692905396,0,1,2.13903743315508,0,1,13.322884012539182,94.38251063475138,0,0,0,0,0,1,-12.078014184397176,-1.870671745590112,-2.949991185285313,1.2419208587059787,157.95588235294122,0,0,5.24510545645269,0.6386554621848739,-6999267542.809785,-134927100.07020378,0.45373404123464417,75658972.11757387,0,0,-1.5877719004242636,2.7193534655020724,48.08910015713276,1,1,13.586466165413546,0.8659691280220612,1439.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1438.15,1442.0,1234.1,0.5458401418489078,0,0,0,none,1,7.068965517241379,-0.6224066390041494,0,0.909,0,0,0,15.91404139745547,-20.100118740088874,-36.014160137544344,1292.2,1297.15,1408.9,14.327564275527106,0,0,124.57142857142857,8.39996146806666,0,1.2465116279069768,416.62373347071986,0,1,24.651162790697676,0,1,11.336336336336327,80.13819523165661,0,0,0,0,0,0,27.632736340965764,16.310748631631007,41.550387596899235,0.8491752027914224,34.20588235294122,1,0,14.418450793824286,,-6372066913.121282,-83829350.24467564,8.084517150345343,260829252.07757813,0,0,-0.7388461289582903,4.429496304406011,14.682778311894978,0,1,-2.4699248120300603,0.04970501808423933,1309.95,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,in_cloud,above,7.282,0,0,1630.95,1638.0,1215.0,-9.071400104233728,1,0,0,none,1,3.389830508474576,-43.35805799055968,1,0.538,1,1,1,1,0,0,1,0.25,0.0,-0.333,0,0.9153388736147068,83.66666666666666,107.76229151947861,109.01531003900901,26.525989191151872,62.54545454545455,74.25795780446943,40.29803314687034,1.0,20.21098260883708 -119,2025-09-08 14:12:00,sell,1800.0,0.65,19,고점 매도 · 비중 65% · 분할 · leg#19,1.0,83.33333333333333,6.684831835244243,113.93660773485824,110.34296704679832,31.87307659948101,25.188244764236767,8.497536721866416,1780.2,1730.2,1665.2666666666667,4.785573922089936,0,0,18.571428571428573,1.0243479631234735,0,1.140495867768595,200.82815734989646,0,1,22.972972972972975,0,1,5.22344747533372,85.53860094312586,0,0,0,0,0,0,0.6561679790026176,1.5866293444725592,5.483744614179386,1.5341796903162386,80.56176470588252,0,0,1.7817253758435079,0.5714285714285714,-2996579841.5823946,2942211.1673669815,1.4904147262545735,12594695.246561363,0,0,0.09435879777606743,27.18910976268716,67.63297575770572,1,1,5.5609022556390855,0.8011241698749231,1813.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1790.0166666666667,1796.0,1520.7666666666667,1.2839731473636151,0,0,0,none,1,3.142857142857143,-1.323772752344181,1,0.805,0,0,0,1.0,78.8546255506608,5.625176839938689,105.11308493671334,104.56340581709945,43.858718674825695,38.233541834887006,10.50703292220691,1765.0,1709.8,1594.7,5.450929933325543,0,0,29.857142857142858,1.655970208382854,0,1.019736842105263,169.8159135858816,0,1,1.9736842105263157,0,1,6.246317030053028,87.69656698264475,0,0,0,0,0,0,-0.6213569820902904,1.3655188952159563,-0.948530965969141,1.2370997021693877,98.23823529411766,0,0,3.476437849510534,1.0,-3665920227.7291784,-10024361.876769066,1.4173884202375127,11050937.636667311,0,0,,26.498657547547076,33.287825377252595,1,1,6.446616541353386,0.7211089599736452,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1720.2666666666667,1800.0,1432.0,4.809331886529211,0,0,0,none,1,3.585858585858586,-0.11092623405435387,1,0.774,0,0,0,1.0,78.45659163987138,8.303310778967855,109.82284505552623,108.0437216811082,66.39371608500483,58.09040530603697,16.99781271601307,1748.8,1659.65,1522.2166666666667,8.637363299490852,0,0,33.92857142857143,1.8817843277077886,0,1.1609756097560975,157.47310109726251,0,1,27.049180327868854,0,1,8.876811594202906,84.7147414129798,0,1,0,1,0,0,0.13943953631151373,2.4662016695829223,4.984135378106828,1.5184024830162013,165.92647058823536,0,0,4.402765363051464,1.0,-4738760754.863221,-70732143.4706564,1.466585415859551,9874093.654337868,0,0,-1.1930874174030495,26.52205696037029,65.16675579498113,1,1,11.405263157894726,0.9153339010772774,1775.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1764.45,1770.0,1437.0,2.1848167984357625,0,0,0,none,1,4.2784810126582276,-0.27731558513588467,1,0.68,1,1,0,0.9007074966784179,87.14285714285714,15.933009213737897,108.06930306930319,107.41832882651663,71.93316628496041,56.00015707122251,26.95235969699878,1714.4,1589.35,1499.0833333333333,10.800012583760665,0,0,45.357142857142854,2.5756469538411615,0,1.0095541401273886,132.32855154046388,0,1,1.3636363636363635,0,1,12.308673469387754,94.68310131215446,0,0,0,0,0,1,0.26239067055392695,0.01577300638201251,0.2827241487035508,1.2876709639324941,188.6470588235295,0,0,4.443145581422001,0.9831932773109243,-4961493741.080971,-4376291.303910255,2.787171423372792,23797035.938949123,0,0,-0.05912008152436899,23.653915912229138,83.0233489602123,1,1,17.877443609022535,0.9753627831353897,1759.8,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1752.5666666666666,1758.0,1453.7333333333333,0.4811990033664948,0,0,0,none,1,5.0508474576271185,-2.4985803520726857,1,0.625,0,0,1,1.0,95.45454545454545,30.063095457290423,106.74473876576303,105.705291510515,69.5798185506726,39.516723093382176,28.64343351657445,1691.0,1521.2,1457.3333333333333,15.763870628451215,0,0,50.214285714285715,2.8514642654336013,0,1.035143769968051,171.03433710554577,0,1,3.5143769968051117,0,1,22.46175243393602,98.0935522601465,0,0,0,0,0,0,1.8375241779497031,2.5710669225560068,0.8642393368766506,1.501368926254043,201.63529411764716,0,0,4.979884884356544,0.9915966386554622,-5885831523.129308,42417277.940852165,3.765609297373512,74048268.98287056,0,0,,23.67962349112547,61.01821350935601,1,1,15.607518796992496,0.718510261082943,1743.92,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1440.1666666666665,1750.0,1412.0,22.277514176599933,0,0,0,none,1,6.795918367346939,-2.271436683702442,1,0.722,1,0,1,1.0,85.1010101010101,25.50987507370001,108.620049469016,102.80559495694284,68.27342889278452,42.763553819084514,24.456381791684763,1610.6,1491.25,1371.1,18.088851634534798,0,0,56.0,3.1800113571834183,0,1.034375,260.21557271557265,0,1,3.5143769968051117,0,1,21.78423236514522,95.66495018233604,0,0,0,0,0,0,6.120118381264888,9.402735567249849,0.15105083566974997,1.6301495663464516,191.25,0,0,7.532753220759552,1.0,-7167460728.215337,45314269.298044205,3.483353239287677,74208807.08487892,0,0,,23.77758371588903,29.355476210668808,1,1,10.008270676691726,0.42171668830575426,1645.33229824,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1474.6666666666665,1750.0,1435.3333333333333,19.416817359855344,0,0,0,none,1,12.435897435897436,-1.6467915956842702,1,0.8,1,1,1,27.534215961248606,70.64118408655918,43.10696812531057,1486.6,1334.75,1273.7166666666667,22.345008428544677,0,0,70.92857142857143,4.343452016446505,0,1.0199501246882794,230.3030303030304,0,1,2.2857142857142856,0,1,27.978056426332287,97.33365239006433,0,0,0,0,0,1,5.566728398634183,9.190922663407626,-5.777170198222819,1.4232337275353963,217.59117647058838,0,0,10.303994359381715,1.0,-6918868829.79893,-52345024.94379425,6.191022078303281,106307482.98029914,0,0,-0.4386001013861046,15.17857095373385,57.29166181906301,1,1,17.110526315789485,0.8357041851681639,1481.48,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1618.1,1625.0,1224.8,0.9208330758296857,0,0,0,none,1,13.89655172413793,-8.818126148193508,1,0.917,1,1,1,15.91404139745547,-20.100118740088874,-36.014160137544344,1292.2,1297.15,1408.9,14.327564275527106,0,0,124.57142857142857,8.39996146806666,0,1.2465116279069768,416.62373347071986,0,1,24.651162790697676,0,1,11.336336336336327,80.13819523165661,0,0,0,0,0,0,27.632736340965764,16.310748631631007,41.550387596899235,0.8491752027914224,34.20588235294122,1,0,14.418450793824286,,-6372066913.121282,-83829350.24467564,8.084517150345343,260829252.07757813,0,0,-0.7388461289582903,4.429496304406011,14.682778311894978,0,1,-2.4699248120300603,0.04970501808423933,1309.95,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,in_cloud,above,7.282,0,0,1630.95,1638.0,1215.0,-9.071400104233728,1,0,0,none,1,3.389830508474576,-43.35805799055968,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,1.0,90.36402569593147,100.87611484441355,105.09723046884284,33.184185617637525,62.54545454545455,74.25795780446943,40.29803314687034,1.0,20.21098260883708 -120,2025-09-08 15:42:00,sell,1784.0,0.35,19,고점 매도 · 비중 35% · 분할 · leg#19,0.5198237379289142,47.107438016528924,-1.7244925278582093,75.92592592592631,81.79012345679045,4.339035937946392,6.063528465804601,2.131160677979916,1777.0,1775.25,1744.7,0.042247570764675224,0,0,15.357142857142858,0.8647039897039898,1,0.8333333333333334,55.69007263922488,0,0,-16.666666666666664,0,1,0.5662514156285381,40.77093538960685,0,0,0,0,0,0,-2.892561983471076,0.11402520762156332,-4.629629629629633,0.5288055800151157,-1.5882352941175668,0,0,2.023673802414409,0.4117647058823529,-3076150849.690804,-5078859.971730232,0.6050665636157582,393784.5412905039,0,0,,24.312599984837078,9.582900194203502,0,1,-0.08947368421054612,0.003132039541416498,1776.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1781.95,1800.0,1523.2333333333333,-0.333903869356611,1,0,0,none,1,2.7899159663865545,-0.5630630630630631,1,0.833,0,0,0,0.4940650650688378,46.03174603174603,-5.351536468634823,85.18518518518535,93.51851851851876,17.754091114245057,23.10562758287988,2.83771140053222,1780.0,1781.3,1689.0833333333333,-0.016841632515574023,0,0,18.357142857142858,1.0307211037138044,1,0.5777777777777777,43.8021836865753,0,0,-3.7037037037037033,0,1,1.0783200908059065,33.671836978380995,0,1,0,1,0,0,-0.4249468816397979,0.49836102432375284,-4.938271604938279,0.6896803266188003,31.961764705882388,0,0,2.9035933517246626,0.7142857142857143,-3729006039.7762756,-14764535.397715092,0.31970081875383305,-86276.86867667735,0,1,,24.69810254957625,21.831349226651554,0,1,-1.2285714285714406,0.3308097215552236,1781.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1769.3333333333335,1800.0,1530.1333333333334,0.659382064807823,1,0,0,none,1,3.4343434343434343,-0.2807411566535654,1,0.8,0,0,0,0.7130298905615,65.67164179104478,-5.670847799539331,103.11185870479399,99.11798897299319,52.79794924343764,58.46879704297697,11.420238373544347,1775.2,1738.7,1570.8166666666666,2.4328521309023854,0,0,29.0,1.6282987085906795,0,1.015267175572519,72.37136011046579,0,0,3.4482758620689653,0,1,1.1357183418512218,60.51940595453358,0,1,0,1,0,1,-5.3062761900277735,-0.7686593541697206,6.216091954023,0.9294987110361975,103.01764705882351,0,0,4.8978902170801115,0.9663865546218487,-4803184318.005887,-118571660.12416649,0.23545767642094853,1564827.4697599858,0,0,-2.639031245362089,24.752289909517078,33.553083369375244,1,1,7.138345864661641,0.7237416290308218,1781.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1773.3,1779.0,1437.0,0.43421868832120847,0,0,0,none,1,4.151898734177215,-0.7860752386299831,0,0.708,0,0,0,0.7615137536874235,76.61870503597122,3.3073196468471764,103.14009661835757,104.57521105685801,75.64950406965227,72.34218442280509,21.414513223414996,1781.0,1686.55,1529.9666666666667,5.600189736444228,0,0,37.357142857142854,2.0975374989973528,0,1.0384615384615385,83.490097117076,0,0,7.82608695652174,0,1,6.519138755980869,84.75133565511808,0,1,0,1,0,1,-1.9997160166603578,-2.6204467402366163,-0.013027194268033782,1.0921918366923273,181.6911764705883,0,0,4.803063473664835,0.9915966386554622,-4982464768.980479,-10535917.841147423,0.36554225542185687,12623879.113182172,0,0,-0.38784650211120164,24.798779258699177,78.30295972293156,1,1,14.630827067669118,0.9189902962859804,1782.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1766.3333333333335,1772.0,1522.6666666666667,0.8303453481788958,0,0,0,none,1,5.169491525423729,-1.4598540145985401,1,0.652,0,0,0,0.8770721585846745,93.42105263157895,26.690943484192623,107.3963804455697,106.96891145955907,88.2415852610086,61.55064177681597,35.49804772566396,1769.0,1570.75,1479.1666666666667,13.3853254814579,0,0,54.92857142857143,3.084142135237026,0,1.065015479876161,107.00523262888892,0,1,6.7092651757188495,0,1,18.654230512991333,93.65161294951938,0,0,0,0,0,0,-0.16869095816464608,-3.1008910184600325,1.0649627263045858,1.2426481191549752,236.1264705882354,0,0,4.974299455932613,0.9663865546218487,-5909102522.811863,9772377.258584023,0.5830081404021759,65566925.939917356,0,0,,24.890910862039274,67.66278578111704,1,1,22.145112781954865,0.8833254537287026,1769.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1754.2,1760.0,1435.2,1.5277619427659372,0,0,0,none,1,6.428571428571429,-0.5053340819764177,0,0.706,0,0,0,1.0,89.64646464646465,30.824908552952948,110.29000165898721,109.1263499204498,81.2946895102757,50.469780957322754,29.099593173075505,1676.6,1509.25,1380.0,17.87311578598643,0,0,55.07142857142857,3.0956396049144783,0,1.0926517571884984,192.21999936489797,0,1,9.26517571884984,0,1,21.849315068493148,88.80285077950778,0,0,0,0,0,0,4.545454545454547,5.315033479252939,1.6699521899712124,1.6136871064354732,230.29999999999995,0,0,7.463542501332865,0.9915966386554622,-7180152601.534403,34137616.67210579,1.2944797684399436,81309355.7157087,0,0,,24.922427919881596,34.706140419929675,1,1,12.978195488721816,0.489013047014518,1676.4791305216,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1742.1333333333332,1750.0,1435.3333333333333,2.1161793969080023,0,0,0,none,1,12.820512820512821,-1.5739179314221474,0,0.8,0,0,0,27.534215961248606,70.64118408655918,43.10696812531057,1486.6,1334.75,1273.7166666666667,22.345008428544677,0,0,70.92857142857143,4.343452016446505,0,1.0199501246882794,230.3030303030304,0,1,2.2857142857142856,0,1,27.978056426332287,97.33365239006433,0,0,0,0,0,1,5.566728398634183,9.190922663407626,-5.777170198222819,1.4232337275353963,217.59117647058838,0,0,10.303994359381715,1.0,-6918868829.79893,-52345024.94379425,6.191022078303281,106307482.98029914,0,0,-0.4386001013861046,15.17857095373385,57.29166181906301,1,1,17.110526315789485,0.8357041851681639,1481.48,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1618.1,1625.0,1224.8,0.9208330758296857,0,0,0,none,1,13.89655172413793,-8.818126148193508,1,0.917,1,1,1,15.91404139745547,-20.100118740088874,-36.014160137544344,1292.2,1297.15,1408.9,14.327564275527106,0,0,124.57142857142857,8.39996146806666,0,1.2465116279069768,416.62373347071986,0,1,24.651162790697676,0,1,11.336336336336327,80.13819523165661,0,0,0,0,0,0,27.632736340965764,16.310748631631007,41.550387596899235,0.8491752027914224,34.20588235294122,1,0,14.418450793824286,,-6372066913.121282,-83829350.24467564,8.084517150345343,260829252.07757813,0,0,-0.7388461289582903,4.429496304406011,14.682778311894978,0,1,-2.4699248120300603,0.04970501808423933,1309.95,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,in_cloud,above,7.282,0,0,1630.95,1638.0,1215.0,-9.071400104233728,1,0,0,none,1,3.389830508474576,-43.35805799055968,1,0.538,1,1,1,0,2,0,1,0.0,0.5,-0.333,0,1.0,90.36402569593147,100.87611484441355,105.09723046884284,33.184185617637525,62.54545454545455,74.25795780446943,40.29803314687034,1.0,20.21098260883708 -121,2025-09-08 16:54:00,buy,1718.0,0.491,20,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#20,0.0,36.170212765957444,-3.536806476887721,25.548821548821923,21.872053872054195,-6.08390449009471,-2.547098013206989,2.9878841938799483,1749.4,1763.3,1773.2166666666667,-2.058640049906424,0,0,13.357142857142858,0.7734303912647862,0,0.12,-240.12076122702152,1,0,-88.0,1,0,-2.5944726452340694,24.97888064504916,0,0,0,0,0,0,-13.829787234042556,-1.6951375725899382,0.29629629629629406,-0.14768449832602182,-23.720588235294144,0,0,1.9033744603646927,0.25210084033613445,-3120281343.290894,-36336868.79734421,2.777846315073931,-3307910.471707276,0,0,,20.76769004534471,35.93416334170816,1,1,-1.034586466165432,0.21594426573684944,1721.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1767.5666666666666,1800.0,1568.3333333333333,-2.2950572349934917,1,0,0,none,1,1.5546218487394958,-0.05790387955993051,0,0.71,-1,-1,1,0.0,25.86206896551724,-6.449971661275339,22.786380286380453,35.09301809301834,-0.6243934402139075,5.8255782210614315,3.3982446524677736,1756.6,1769.65,1735.4333333333334,-2.5230977876981364,0,0,18.857142857142858,1.0931677018633539,0,0.109375,-248.59065284597142,1,0,-87.27272727272727,1,0,-2.4321266968325816,9.59937006373022,0,0,0,0,0,0,-14.762931034482762,-1.931358940872106,-11.757575757575754,-0.00344466943842679,-24.452941176470404,0,0,2.0815502060870417,0.5294117647058824,-3775039817.423562,-37848821.995815754,3.0297562145661288,-3248367.5247026384,0,0,,20.659966229643835,19.421793404339546,0,1,-1.644360902255636,0.4186954737088957,1718.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1769.75,1800.0,1558.0,-2.528605735273348,1,0,0,none,1,2.757575757575758,-0.057971014492753624,0,0.778,-1,-1,1,0.03002552213699611,34.433962264150935,-12.98651237712042,53.858024691358075,64.14609053497945,29.165943624468355,42.152456001588774,5.098666152092955,1758.0,1767.35,1607.7166666666667,-2.3962429626276593,0,0,26.285714285714285,1.5238095238095237,0,0.06896551724137931,-178.11646951774412,1,0,-100.0,1,0,-1.6533637400228063,19.3131459133282,0,0,0,0,0,0,-10.463996919522536,-2.603972300791881,-23.611111111111107,0.2992778095503453,33.69117647058829,0,0,4.159965336193595,0.8571428571428571,-4840159015.572087,-38509817.8233242,1.3651583545435853,-2049709.0728240684,0,0,,20.70278425097003,19.257984984397158,0,1,0.1345864661654238,0.0012492015827543224,1725.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1773.3,1779.0,1437.0,-2.7237354085603127,1,0,0,none,1,3.5569620253164556,-0.8115942028985508,0,0.68,-1,-1,0,0.5722963252843912,65.26717557251908,-8.853713972313685,87.558539119316,95.5365100430234,58.197613640265445,67.05132761257913,12.211808678499574,1769.4,1738.65,1555.4666666666667,0.882868892531552,0,0,33.0,1.881413911060433,0,0.8434782608695652,-0.9915849279092902,0,0,-41.86046511627907,0,0,-2.6096612992781765,70.04067315290871,0,0,0,0,0,0,-7.421900057733012,-2.571866910723486,-12.606687025291691,0.7397624846623095,118.75588235294117,0,0,4.9017704594685405,0.9915966386554622,-5031410282.816254,-62142506.09252453,1.0922054443019324,-11729630.700249426,0,0,-1.1725271474196606,22.77225724724414,58.429763506448786,1,1,7.163157894736854,0.6374010322986472,1729.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1766.3333333333335,1772.0,1522.6666666666667,-0.6982449518777245,1,0,0,none,1,5.0508474576271185,-0.798175598631699,0,0.682,0,0,0,0.8042450476517153,93.45549738219896,17.994095028568097,105.65797337830237,106.03633631726579,89.53261221857701,71.53851719000892,36.190016589864356,1779.8,1603.45,1493.0833333333333,11.010633321899643,0,0,59.07142857142857,3.318619582664526,0,1.061919504643963,72.4508519003931,0,0,7.6923076923076925,0,1,13.520408163265296,85.82132905302797,0,0,0,0,0,0,0.03444475062001118,-3.9633115956355454,0.6033182503770718,1.0662032856799946,216.05588235294113,0,0,5.031470113312789,0.9831932773109243,-5949918712.546493,-43839658.54953766,1.0100244498921236,51255662.94251202,0,0,,24.70194533592338,72.41056665821351,1,1,23.563157894736847,0.9233505357928786,1729.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1754.2,1760.0,1446.8,1.47075590012542,0,0,0,none,1,7.224489795918367,-0.7865168539325843,0,0.733,0,0,0,0.9944086685526924,89.19597989949749,31.37825826519775,106.17678381256661,108.36227831352325,89.69260378881995,58.3143455236222,32.06791963292575,1722.6,1526.05,1388.5333333333333,15.854657448969567,0,0,58.357142857142854,3.3007433742727863,0,1.0575079872204474,139.46587537091992,0,1,5.7507987220447285,0,1,22.099447513812166,81.7696463533845,0,0,0,0,0,0,-0.4504847469671631,0.5533497122448026,-4.113217846420596,1.4082533322942963,246.34411764705874,0,0,7.580419177861992,1.0,-7230947029.911173,,1.2863443240735812,74153781.78810164,0,0,,24.035753168535102,38.74799107832168,1,1,15.45488721804509,0.5585224158092592,1702.642469638144,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1742.3166666666666,1750.0,1427.3,1.4740910090970782,0,0,0,none,1,12.58974358974359,-0.7918552036199095,0,0.8,0,0,0,40.073905745470164,93.19935030714828,53.125444561678115,1553.8,1361.85,1281.2166666666667,29.82340198994016,0,0,77.14285714285714,4.3632837750484805,0,1.1079429735234216,217.49039148656738,0,1,12.045454545454545,0,1,38.232994526974196,97.77170786980383,0,0,0,0,0,1,1.9172779061268415,12.539689784221558,3.302139037433136,1.6638514434484273,256.8735294117646,0,0,11.399292218058035,1.0,-7017164586.962183,-152956362.0628872,2.896125643830922,135214405.36631647,0,0,-0.8155563835868219,24.215754901511378,62.114057495894826,1,1,21.582706766917294,0.78589135989104,1518.8624,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1673.0,1715.0,1379.0,5.6784219964136184,0,0,0,none,1,18.448275862068964,-1.4705882352941175,1,0.923,1,1,1,15.91404139745547,-20.100118740088874,-36.014160137544344,1292.2,1297.15,1408.9,14.327564275527106,0,0,124.57142857142857,8.39996146806666,0,1.2465116279069768,416.62373347071986,0,1,24.651162790697676,0,1,11.336336336336327,80.13819523165661,0,0,0,0,0,0,27.632736340965764,16.310748631631007,41.550387596899235,0.8491752027914224,34.20588235294122,1,0,14.418450793824286,,-6372066913.121282,-83829350.24467564,8.084517150345343,260829252.07757813,0,0,-0.7388461289582903,4.429496304406011,14.682778311894978,0,1,-2.4699248120300603,0.04970501808423933,1309.95,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,in_cloud,above,7.282,0,0,1630.95,1638.0,1215.0,-9.071400104233728,1,0,0,none,1,3.389830508474576,-43.35805799055968,1,0.538,1,1,1,2,1,0,1,0.5,0.25,-0.333,0,1.0,92.28130360205832,104.17825388184669,103.90255125629886,42.30477518816285,62.54545454545455,74.25795780446943,40.29803314687034,1.0,20.21098260883708 -122,2025-09-08 20:15:00,buy,1658.0,0.509,20,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#20,0.0,26.31578947368422,-9.524554274187764,6.031746031746401,19.802087217817885,-16.90939125888599,-7.384836984698224,7.24268400919166,1691.4,1732.65,1748.7666666666667,-3.9621389201512147,0,0,25.714285714285715,1.5453296703296704,0,0.01904761904761905,-164.16285652079324,1,0,-98.09523809523809,1,0,-4.3128234617596295,41.062799750931646,0,0,0,0,0,0,1.8839712918660467,-1.4430408983912333,-12.473693597289103,-0.10939473680409298,-67.12941176470576,0,0,2.8849089104606276,1.0,-3241374122.564137,,1.0968633074114138,-2677516.7889912967,0,0,,15.927862817781445,29.00877611260028,1,1,-2.3812030075188058,0.20163230292189216,1664.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1781.9666666666667,1784.0,1662.0,-6.620026562412318,1,0,0,none,1,-1.1512605042016806,-0.4206730769230769,0,0.419,0,0,0,0.0,27.488151658767777,-7.847745421071578,31.929824561403667,76.5246449456978,-12.973036982791655,-5.1252915617200765,7.4675588932004935,1725.8,1745.55,1755.7,-4.901034058033282,0,0,32.714285714285715,1.9707401032702239,0,0.0,-244.35828611194094,1,0,-100.0,1,0,-4.101675332177934,29.398891202565494,0,0,0,0,1,0,-0.39646372584761025,-3.9034565477381733,-46.66666666666667,-0.0885970732712908,-44.21764705882333,0,0,4.163242492467597,0.9915966386554622,-3904415274.6806126,-50044137.127560616,1.6944333030705447,-6738961.548942443,0,0,,15.685719789829577,32.52761361438378,1,1,-3.44135338345866,0.3903234739663376,1660.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1780.1666666666665,1800.0,1652.6666666666667,-6.750304278625585,1,0,0,none,1,0.31313131313131315,-1.746987951807229,0,0.565,0,0,0,0.0,29.23076923076924,-9.117169291477506,70.1774042950514,72.2751322751323,-3.272343528080455,5.844825763397051,5.69077174759364,1732.2,1747.85,1708.7333333333333,-5.026175015018442,0,0,34.285714285714285,2.065404475043029,0,0.0,-342.4836601307162,1,0,-100.0,1,0,-6.214689265536721,44.50121060302458,0,0,0,0,0,0,-15.795408779701972,-5.324152189969984,-8.82352941176471,-0.09952468941022621,-38.4588235294118,0,0,4.788169614625126,0.9411764705882353,-5101956389.985307,-249325066.7642002,1.8093004059047644,-11344848.39607165,0,0,-8.024097190627923,15.731054585052595,17.45778957413977,0,1,-1.378195488721845,0.10751251562222697,1660.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1773.3,1779.0,1516.8,-6.389217842440642,1,0,0,none,1,2.7721518987341773,-1.2650602409638554,0,0.68,-1,-1,1,0.2466514667943001,40.09661835748793,-10.864563377258083,50.312891113892455,38.09682738343579,18.322794168443806,29.18735754570189,3.977015383052112,1741.2,1756.7,1619.8,-1.0075710138327532,0,0,32.142857142857146,1.8483529121826996,0,0.7368421052631579,-270.9185064050161,1,0,-25.53191489361702,0,0,-0.5717552887364197,26.425816818135004,0,0,1,0,1,0,-5.990338164251199,0.3552519084863768,25.803087192323733,0.4844778905554613,-12.067647058823468,0,1,3.3257063332657584,0.7394957983193278,-5162991489.64938,-133511069.49658298,3.3392374260893374,-7730776.095405214,0,0,-4.137041430840001,21.291290587178292,22.748156548923248,0,1,-1.7187969924812108,0.33894361174666365,1669.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1766.3333333333335,1772.0,1556.6666666666667,-1.5474617852425099,1,0,0,none,1,4.898305084745763,-1.6676250718803909,0,0.667,0,0,1,0.5833126595337828,62.093862815884485,-8.19385859520304,73.09449943600391,85.83004644880032,64.27042045221401,72.46427904741705,20.284548121970676,1752.2,1710.1,1534.2166666666667,1.6899596514823756,0,0,42.285714285714285,2.43161094224924,0,0.9054054054054054,-20.041434376305915,0,0,-26.582278481012654,0,0,-2.2484541877459296,59.90059007287181,0,0,0,0,0,0,-3.411363664951743,-2.678478088100519,-12.097005448363433,0.7430430314855481,129.5382352941176,0,0,5.809145445128255,1.0,-6065906283.031535,-166338820.44383335,1.6068030065594032,-8708569.410301626,0,0,-1.1370692674554412,21.364936960909485,70.61632061770153,1,1,10.81954887218046,0.5447944118230601,1681.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1754.5,1760.0,1463.0,-0.8834425762325404,1,0,0,none,1,6.387755102040816,-2.3576768257619323,0,0.733,0,0,0,0.771958185677929,83.14350797266515,14.96342100164641,99.57401490947821,99.46751863684774,94.81128812823408,79.84786712658767,36.73431032632007,1749.0,1581.05,1420.35,9.990196388476026,0,0,70.42857142857143,4.049946603138093,0,0.9648562300319489,58.81299106800086,0,0,-3.5143769968051117,0,1,20.01380262249828,64.53451811708445,0,0,0,0,0,0,-0.764538004346349,-5.138113053027126,0.8519701810436402,0.9288315045419984,205.38235294117658,0,0,7.941405204767487,0.9831932773109243,-7285314156.066742,-80217281.00013828,1.9679736102012666,65667009.5742865,0,0,,21.491585208526164,48.553088369929014,1,1,21.770676691729346,0.7868589581798009,1702.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1742.8333333333335,1750.0,1434.6666666666667,-0.21994835995028383,1,0,0,none,1,11.538461538461538,-3.565267395054629,0,0.769,0,0,1,43.497753221865345,107.4976360890098,63.99988286714446,1605.0,1387.55,1288.6666666666667,25.328816979568302,0,0,98.42857142857143,5.660067362195022,0,1.049792531120332,210.38537664454532,0,1,5.466970387243736,0,1,32.14285714285714,98.84071427897184,0,0,0,0,0,1,-4.392596564415115,3.4238474763951814,2.421125857624162,1.2586471635759802,320.8882352941175,0,0,11.619521455830087,1.0,-6967509936.623933,-103180406.28719711,5.881636011932705,37051271.85411165,0,0,-0.41424000610424927,20.61968742440685,67.55740078544581,1,1,24.809774436090247,0.8114056018065048,1551.758912,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1706.6,1715.0,1446.2,1.8985116606117458,0,0,0,none,1,16.82758620689655,-24.899367452558945,1,0.923,0,0,1,15.91404139745547,-20.100118740088874,-36.014160137544344,1292.2,1297.15,1408.9,14.327564275527106,0,0,124.57142857142857,8.39996146806666,0,1.2465116279069768,416.62373347071986,0,1,24.651162790697676,0,1,11.336336336336327,80.13819523165661,0,0,0,0,0,0,27.632736340965764,16.310748631631007,41.550387596899235,0.8491752027914224,34.20588235294122,1,0,14.418450793824286,,-6372066913.121282,-83829350.24467564,8.084517150345343,260829252.07757813,0,0,-0.7388461289582903,4.429496304406011,14.682778311894978,0,1,-2.4699248120300603,0.04970501808423933,1309.95,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,in_cloud,above,7.282,0,0,1630.95,1638.0,1215.0,-9.071400104233728,1,0,0,none,1,3.389830508474576,-43.35805799055968,1,0.538,1,1,1,3,0,0,1,0.75,0.0,-0.333,0,1.0,87.8887070376432,106.59937973947085,103.88458282191037,46.97309612929567,62.54545454545455,74.25795780446943,40.29803314687034,1.0,20.21098260883708 -123,2025-09-09 00:03:00,sell,2148.0,0.65,20,고점 매도 · 비중 65% · 분할 · leg#20,0.921715657044893,80.2588996763754,3.915058924500947,103.65575807787941,103.93199462172156,60.545556941184714,56.63049801668377,13.083845800720464,2035.4,1964.6,1825.2,5.517662628524889,0,0,38.42857142857143,1.853766108469437,0,1.01,155.80950171123612,0,1,1.4084507042253522,0,1,4.43324937027707,84.68924760710418,0,1,0,1,0,1,10.224056470800491,1.0864501361654675,0.4694835680751339,1.1814725563085857,151.16470588235302,0,0,4.388920782970136,0.9915966386554622,-3385096243.6711473,-67412412.66677666,2.829561533161987,13481845.047084123,0,0,-1.7844837527711017,42.33472905995745,50.92429877621688,1,1,10.46616541353387,0.9284191759221866,1999.5842709889105,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1761.25,2071.0,1658.0,17.700496806245567,0,0,0,none,1,2.7983193277310923,-4.148576941630487,1,0.658,1,1,1,0.9120138212778701,91.875,14.661756186391713,102.92740890105158,106.43313214757374,77.11845374732798,62.45669756093626,21.827912182859286,2038.4,1901.95,1781.1333333333334,8.993401508977627,0,0,52.5,2.532561505065123,0,1.0067340067340067,151.68511685116815,0,1,0.7633587786259541,0,1,8.194154488517746,94.67497412365758,0,0,0,0,0,1,1.1939964157706129,0.011466229413734652,-4.135790976230368,1.1974453664143756,210.75294117647059,0,0,4.344662254479594,0.9747899159663865,-3968783820.5567346,-18066533.38286352,3.0930590774635465,27681578.667212434,0,0,-0.3164745385198968,42.25927856800431,73.77753563650772,1,1,17.11203007518795,0.9514117476886754,1972.123912851456,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1749.0500000000002,2071.0,1660.0,18.521483090820713,0,0,0,none,1,2.878787878787879,-5.643994211287988,1,0.68,0,0,1,1.0,94.41489361702128,32.448721156703556,104.36442021814283,106.14461941749703,77.5419277077724,45.093206551068846,27.476028715754126,2004.4,1817.9,1774.55,14.032675064635015,0,0,52.142857142857146,2.515333195506857,0,1.0051679586563307,168.3408816661707,0,1,0.6230529595015576,0,1,17.71720613287904,97.05823142102264,0,0,0,0,0,1,0.3137700215156656,1.6273551924992589,-2.266274013499469,1.5070986447071242,239.48823529411766,0,0,5.483158707618043,0.9831932773109243,-5123241051.295912,15120301.768202782,3.706317709616483,44323570.18741026,0,0,-0.2079790371476149,42.13002071962282,57.17759387083622,1,1,19.63609022556392,0.865466301427345,1921.162816,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1777.85,2071.0,1644.6,16.60151306353179,0,0,0,none,1,6.848101265822785,-2.7496382054992763,1,0.76,1,0,1,1.0,97.57281553398059,35.11760734264033,105.16073619631912,107.59342375269887,71.64599509804793,36.5283877554076,26.614673666401966,1963.0,1788.4,1714.9166666666667,15.913665846566749,0,0,62.714285714285715,3.0252911584315347,0,1.0049751243781095,209.93977988509724,0,1,0.5333333333333333,0,1,21.228070175438596,94.81312362937956,0,0,0,0,0,0,0.15679486214595784,4.928264749739835,-4.5392033542976975,1.455322291172157,214.02647058823527,0,0,6.726615976380792,0.9915966386554622,-5142648298.603027,41310425.04379749,3.675937117288179,87035132.0751571,0,0,-0.19154461885629057,42.04420693095001,39.17570862879772,1,1,15.989473684210529,0.6319529577219227,1889.8848000000003,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1767.95,2071.0,1653.0,17.254447241155013,0,0,0,none,1,10.694915254237289,-3.087313072841293,1,0.864,1,0,1,1.0,82.88461538461539,20.914266001779538,105.56815407303219,109.51489101325029,81.71750346240037,60.803237460620835,20.469078162616256,1881.4,1781.95,1585.4666666666667,16.33323044978816,0,0,79.64285714285714,3.84191303149335,0,1.0681198910081744,325.1413035701511,0,1,6.811989100817439,0,1,18.119658119658123,88.85399050499419,0,0,0,0,0,0,11.57484407484408,13.214140931035473,-6.820246057303265,1.429683714219266,221.2088235294118,0,0,8.97269641299689,1.0,-6006128654.187107,8368557.351923943,4.021420603269024,92647719.47049004,0,0,-0.7113974501551446,41.83871383654771,38.37849059926384,1,1,6.188721804511281,0.16121385080518502,1836.7712,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1773.0500000000002,2048.0,1681.4,16.917176616564667,0,0,0,none,1,12.36734693877551,-3.762662807525326,1,0.706,1,1,1,1.0,87.68115942028986,23.095995848466202,103.73041991121772,98.35267511377613,113.87928405581488,90.78328820734868,41.457386025209814,1816.6,1657.35,1457.6333333333334,25.079192687121022,0,0,115.57142857142857,5.575080973054924,0,1.0409165302782324,197.42111164504246,0,1,6.038647342995169,0,1,17.71720613287904,82.26373578128916,0,0,0,1,0,1,5.420289855072468,16.249034388161633,7.231199806557484,1.3178425652047798,264.38529411764716,0,0,12.541350817438373,1.0,-7225535657.188629,-58074928.97329235,3.4361928458372315,98196824.6211015,0,0,,41.84044420370421,61.11735344269601,1,1,25.826315789473675,0.7911897365968162,1758.2068479999998,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1896.9833333333333,2048.0,1420.7,9.27876716541174,0,0,0,none,1,18.58974358974359,-2.2672455378678245,1,0.818,1,1,1,64.09515538810385,144.11882710227428,80.02367171417043,1730.4,1429.95,1302.0,44.97010384978495,0,0,122.0,5.885190545103714,0,1.1320754716981132,247.87545040451434,0,1,14.060258249641318,0,1,54.35591958302308,99.46603146009424,0,0,0,0,0,1,4.378242114899166,20.597402166238503,3.9248479879756815,1.6730205207077709,416.5205882352941,0,0,16.597544087121857,1.0,-7029031049.524905,-172556182.57146454,4.002754008188807,102235243.2356672,0,0,-0.5023180263436695,41.549040821934334,73.37586329638619,1,1,32.035338345864616,0.7483766440405427,1580.70784256,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1809.4666666666667,1975.0,1491.1333333333332,14.564144130867284,0,0,0,none,1,28.344827586206897,-5.258080077182827,1,0.923,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,1.0,92.26694915254237,110.52422772744653,107.10062044958802,61.28333115287168,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -124,2025-09-09 02:36:00,sell,2136.0,0.35,20,고점 매도 · 비중 35% · 분할 · leg#20,1.0,72.6027397260274,6.290383215578299,116.65090703530537,112.61941299179887,14.426948628771697,8.136565413193399,4.259974492420791,2127.8,2096.35,2085.6,2.7977198463996933,0,0,17.071428571428573,0.79217765992708,0,1.360655737704918,184.56486042692663,0,1,36.0655737704918,0,1,2.7658559847401065,73.40502688733442,0,0,0,0,0,1,2.453485994684115,1.7087464971211093,5.077413479052808,1.2733064910296152,41.39411764705892,0,0,2.1788504559432447,0.3445378151260504,-3563658376.312086,,1.537803518325579,2733772.1896851137,0,0,,46.12694724652528,21.76722721315633,0,1,2.454887218045153,0.4231647986081746,2123.0963199999997,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2077.05,2148.0,1753.8333333333333,3.7529188031101723,0,0,0,none,1,3.957983193277311,-0.09280742459396751,1,0.742,1,1,0,1.0,84.6774193548387,1.0439252692560856,119.35162765671255,107.05870136735457,25.4087134143997,24.364788145143613,4.4078836243460495,2116.0,2090.65,1980.8666666666666,2.838830028938366,0,0,15.714285714285714,0.7308970099667774,0,1.2463768115942029,232.90414878397885,0,1,28.333333333333332,0,1,3.4151034151034043,82.21022684847927,0,0,0,0,0,0,4.677419354838705,2.292463596433148,18.21637426900584,1.4271363404432393,30.073529411764866,0,0,2.5335713432695512,0.40336134453781514,-4579762009.918742,-3399842.1643714905,0.7724009399835365,1261335.1727686673,0,0,-2.948848797546057,45.82158280437878,43.2309861093279,1,1,2.11353383458645,0.29456661968171693,2099.984,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2077.8166666666666,2133.0,1660.0,3.47399914974853,0,0,0,none,1,4.0,-0.5116279069767441,0,0.731,1,0,0,0.8228147332334533,51.456310679611654,-7.983267606988761,108.89164598842022,123.25093247186977,66.42792325943378,74.41119086642254,9.949312291055675,2094.0,2070.5,1853.3833333333334,3.2117845930934585,0,0,34.142857142857146,1.5977003810415138,0,1.0482758620689656,157.4100446216654,0,1,11.29032258064516,0,1,2.9383429672447114,57.91909765228054,0,1,0,1,0,0,0.6366385484641128,2.6232930917682467,-16.749379652605455,1.2025402835423156,154.17058823529396,0,0,5.596256902389791,0.8739495798319328,-5978351705.781335,-29456752.74870205,0.5316033997774019,8926507.6413697,0,0,-8.498272324495701,45.04998619403422,34.28652322122285,1,1,5.162406015037581,0.3516865407819356,2073.416189974735,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2090.833333333333,2098.6666666666665,1722.6666666666667,2.2080510163411837,0,0,0,none,1,5.569620253164557,-0.6551240056153487,1,0.727,1,1,0,0.7631133913582219,83.46938775510205,3.521868916768298,121.21379123641576,108.04679011249665,92.64684378363722,89.12497486686893,29.577806748047603,2092.2,1982.7,1815.0166666666667,7.7823170424168975,0,0,59.285714285714285,2.774249615616017,0,1.1723076923076923,66.95583278499198,0,0,58.333333333333336,0,1,3.087313072841291,87.06114893091286,0,1,0,1,0,0,1.7538121343345523,-0.14958405165694444,19.075440754407538,1.0768126073967406,213.58529411764698,0,0,6.158210729947609,0.9411764705882353,-5259142352.518164,-116494053.91513634,0.5298455026014327,3120197.0635151863,0,0,-0.5523735486621881,45.065839574729935,74.62694970213799,1,1,21.833082706766902,0.7761974284148718,2057.0421834797876,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2073.55,2081.0,1678.7,3.059969617322933,0,0,0,none,1,9.203389830508474,-0.8890968647636874,1,0.824,0,0,0,0.9036300842146772,81.0126582278481,26.40191738983141,109.40634877009741,108.36364191592979,124.24493825468176,97.84302086485035,36.44559786465746,2103.8,1862.95,1641.8,14.710539735365957,0,0,87.71428571428571,4.104552443345144,0,1.1906005221932114,98.18983763302404,0,0,19.06005221932115,0,1,24.97076023391813,80.60812643026595,0,0,0,0,0,0,2.898180113369989,-1.0229586890950486,3.370894599422826,1.1590877191755824,292.26176470588234,0,0,9.253237996012803,0.9915966386554622,-6542253823.13624,-481537544.61851215,0.6074882989436855,110573627.02823466,0,0,-3.2150311560494638,45.164402762590974,36.844751807095925,1,1,24.206766917293233,0.7118181347321826,1987.059746816,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2053.55,2064.0,1666.9,4.063694577682542,0,0,0,none,1,13.89795918367347,-0.09358914365933552,0,0.812,0,0,0,0.9555489282271535,83.92857142857143,35.635716935915184,108.31618839445697,105.95249254824184,143.4894794358836,107.85376249996841,46.91557138633276,1965.4,1721.15,1484.7833333333333,21.37233826220839,0,0,97.0,4.643370033508856,0,1.0516129032258064,161.31246892829256,0,1,9.014084507042254,0,1,18.15610859728507,76.5973262928595,0,1,0,0,0,0,-2.6680120142669352,2.9895367013514544,2.5053190554060905,1.330082598878205,372.92941176470595,0,0,12.47580965006026,0.9831932773109243,-7682607278.020394,-451660248.10922146,0.8455493582101932,99151117.69228199,0,0,,42.22207387484234,65.18615148295201,1,1,30.86842105263157,0.8183618880975863,1859.695692288,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2045.8333333333333,2057.0,1431.6666666666667,2.1099796334012266,0,0,0,none,1,18.128205128205128,-0.09573958831977022,0,0.818,0,0,0,64.09515538810385,144.11882710227428,80.02367171417043,1730.4,1429.95,1302.0,44.97010384978495,0,0,122.0,5.885190545103714,0,1.1320754716981132,247.87545040451434,0,1,14.060258249641318,0,1,54.35591958302308,99.46603146009424,0,0,0,0,0,1,4.378242114899166,20.597402166238503,3.9248479879756815,1.6730205207077709,416.5205882352941,0,0,16.597544087121857,1.0,-7029031049.524905,-172556182.57146454,4.002754008188807,102235243.2356672,0,0,-0.5023180263436695,41.549040821934334,73.37586329638619,1,1,32.035338345864616,0.7483766440405427,1580.70784256,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1809.4666666666667,1975.0,1491.1333333333332,14.564144130867284,0,0,0,none,1,28.344827586206897,-5.258080077182827,1,0.923,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,3,0,1,0.0,0.75,-0.333,0,1.0,92.26694915254237,110.52422772744653,107.10062044958802,61.28333115287168,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -125,2025-09-09 03:09:00,buy,1990.0,1.0,21,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#21,0.04791937511456117,28.712871287128706,-8.488022362494382,21.1555481801088,20.390439260083042,-6.761952304542774,1.7260700579516082,5.780685414398474,2067.2,2098.85,2093.983333333333,-2.6133358744074076,0,0,29.714285714285715,1.453732177802628,0,0.29770992366412213,-199.54705586310965,1,0,-70.22900763358778,0,0,-4.307116104868913,31.99947043053848,0,0,0,0,0,0,-17.985241920418467,-1.3307179808190792,-2.1245286489469315,0.1189378316972667,-40.358823529411666,0,0,2.950394208515129,0.5966386554621849,-3611344008.376454,-48187318.690089226,1.7835236064098874,-1283697.7824225277,0,0,-5.239489176273488,38.42881161933889,23.715947117471405,0,1,-1.860902255639102,0.13173879204907202,2005.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2078.85,2148.0,1748.4666666666667,-1.6764076292180685,1,0,0,none,1,2.7899159663865545,-0.831702544031311,0,0.656,0,-1,0,0.11056729754020078,39.89361702127659,-10.509240198541647,29.209770114942682,26.82106367451216,7.061152269453487,17.570392467995134,5.322675165759001,2073.8,2091.35,2013.7,-2.072823774117194,0,1,35.57142857142857,1.7368861607142856,0,0.43333333333333335,-275.3283039955299,1,0,-56.666666666666664,0,0,-1.7745803357314127,46.717155028793535,0,0,0,0,0,0,-2.963525835866264,-1.9441112561409035,9.087301587301589,0.228664310289334,-34.673529411764775,0,0,2.942215721241698,0.5210084033613446,-4656058418.681304,-75360170.35158539,1.9362646450591277,-5063651.656450316,0,0,-4.944273948702828,38.73798033606191,33.91754306480438,1,1,0.6203007518796824,0.017389186903466025,1983.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2077.8166666666666,2133.0,1660.0,-1.4349998796813979,1,0,0,none,1,2.8585858585858586,-0.390625,0,0.654,0,0,1,0.19430870073071563,42.391304347826086,-13.13817154613011,71.01894521249363,88.95322121128572,54.188467015911556,67.32663856204167,5.54506319086722,2099.6,2088.4,1871.2333333333333,-1.6950775713464927,0,0,41.357142857142854,2.014473592651868,1,0.47619047619047616,-297.9255021862779,1,0,-52.38095238095239,0,0,-0.7253384912959349,59.89623433141565,0,0,0,0,0,0,-0.15415019762846072,-4.090345090314983,-21.22375832053251,0.4934126748590252,98.79411764705878,0,0,5.486254703437125,0.8403361344537815,-6114368325.307602,-138523016.5648365,0.8276596054252913,1220739.0557947457,1,0,-12.439467879722796,39.18423872673414,26.687641474367638,1,1,0.8135338345864178,0.027637509074606603,1983.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2090.833333333333,2098.6666666666665,1722.6666666666667,-1.8094858509366096,1,0,0,none,1,4.189873417721519,-0.3896736483195324,0,0.667,-1,0,0,0.5759426835619887,58.54271356783919,-5.909828631680696,121.38773848713328,125.85453699121491,81.75511442682546,87.66494305850615,25.298855395305196,2092.8,2014.3,1830.45,1.9212629697661798,0,0,52.714285714285715,2.5676710041054904,0,0.9072847682119205,1.9304564823314665,0,0,-38.35616438356164,0,0,-3.47907851433944,76.47774898520095,0,0,0,0,1,0,-13.692580549807865,-5.979530029910293,-13.574342762962345,0.685723999884117,177.03529411764725,0,0,6.7653034070040885,0.9747899159663865,-5371435299.657764,-180913051.5095091,0.6592709993194876,-8584389.478027165,0,0,-1.3066535260866756,39.19617557238468,66.63229256000108,1,1,16.98496240601505,0.6221099622993451,2008.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2073.9333333333334,2081.0,1657.0,-1.0093542061782812,1,0,0,none,1,6.627118644067797,-1.607403799318071,0,0.765,-1,0,0,0.7530922217817083,72.11267605633803,18.12401465951426,107.51626444325821,107.65268912801004,120.49803918924317,102.37402452972891,36.576933969750925,2089.0,1879.05,1651.8833333333334,9.2573374843671,0,0,91.78571428571429,4.470809268666064,0,0.9712793733681462,64.42831215970976,0,0,-3.0386740331491713,0,1,16.581487791027815,81.89483750074314,0,0,0,0,0,0,-8.899982171510075,-8.277902730317152,-1.890084326839201,0.8628621331778644,262.4852941176471,0,0,9.589247603266244,1.0,-6550472110.053888,-490116398.7698269,0.6293334470007275,98573779.11473447,0,0,-3.229984295089672,39.30815254510882,38.81688587225573,1,1,24.838345864661612,0.7313783456816481,2002.4477974528,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2053.55,2064.0,1666.9,-0.026782888169274432,1,0,0,none,1,12.244897959183673,-3.1660983925962007,0,0.812,0,0,0,0.8699983061735997,78.47533632286995,32.36069939368308,105.92771909233183,106.6849256086132,148.30463674207226,115.94393734838918,46.47883068305548,2023.8,1751.75,1497.7833333333333,17.19708862566005,0,0,96.0,4.676083779834388,0,0.9935483870967742,133.36467638301198,0,1,-1.1267605633802817,0,1,18.601964182553445,71.98152966816345,0,1,0,0,0,0,-5.453235105701481,-3.2750175422321064,-2.388469302125145,1.1740288837958985,405.414705882353,0,0,12.652034213197735,1.0,-7686292568.730725,-459170004.85358906,0.5934489960507808,96819136.9672487,0,0,,39.54471765094796,65.40403333566262,1,1,31.185714285714287,0.8215703908594234,1899.1565538303998,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2045.9166666666667,2057.0,1436.3333333333333,0.34621807665675686,1,0,0,none,1,17.076923076923077,-5.309303458353629,0,0.8,0,0,0,64.09515538810385,144.11882710227428,80.02367171417043,1730.4,1429.95,1302.0,44.97010384978495,0,0,122.0,5.885190545103714,0,1.1320754716981132,247.87545040451434,0,1,14.060258249641318,0,1,54.35591958302308,99.46603146009424,0,0,0,0,0,1,4.378242114899166,20.597402166238503,3.9248479879756815,1.6730205207077709,416.5205882352941,0,0,16.597544087121857,1.0,-7029031049.524905,-172556182.57146454,4.002754008188807,102235243.2356672,0,0,-0.5023180263436695,41.549040821934334,73.37586329638619,1,1,32.035338345864616,0.7483766440405427,1580.70784256,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1809.4666666666667,1975.0,1491.1333333333332,14.564144130867284,0,0,0,none,1,28.344827586206897,-5.258080077182827,1,0.923,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,1,0,0,1,0.25,0.0,-0.333,1,1.0,92.26694915254237,110.52422772744653,107.10062044958802,61.28333115287168,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -126,2025-09-09 09:27:00,sell,2485.0,0.65,21,고점 매도 · 비중 65% · 분할 · leg#21,0.9003435489521483,82.174688057041,35.54778876780592,121.65282938542349,119.83804448529675,97.63291835138489,62.08512958357897,26.679657961486303,2493.8,2260.55,2173.45,10.681028953130856,0,0,72.42857142857143,2.89482699554642,0,1.058011049723757,125.55880020188917,0,1,6.7092651757188495,0,1,15.352697095435675,81.22267052924965,0,0,0,0,0,0,-1.949399534199884,-3.8944957500283905,1.1576730736754257,1.1634514146073098,277.5205882352943,0,0,5.565878538057205,1.0,-3740178602.0418897,-8975771.063717842,1.002542728408639,24455254.42840078,0,0,,66.38237055700958,60.893765705126135,1,1,23.096992481202943,0.8213157345848004,2355.9131860737148,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2473.55,2481.0,2093.6,1.1501687857532694,0,0,0,none,1,3.9495798319327733,-0.5995203836930456,0,0.667,0,0,0,1.0,95.95505617977528,42.86575571862329,112.35396950761368,111.8901135511526,88.27693552646542,45.41117980784213,26.232027776275817,2438.2,2211.25,2147.633333333333,14.234030525720742,0,0,63.285714285714285,2.5053726953964484,0,1.1187335092348285,167.64399840515014,0,1,12.228260869565217,0,1,18.25842696629214,92.6871263692756,0,0,0,0,0,0,1.372663403251579,2.625908361301782,-0.12144390767581115,1.5342763760715938,262.77941176470586,0,0,5.526970653531103,0.8151260504201681,-4727390383.120792,-14164002.415561676,1.1957114986407862,41689742.02317302,0,0,-0.4674365569470914,67.98188716468752,55.50022363467125,1,1,20.551127819548835,0.7029427060346116,2300.38837921792,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2472.7,2481.0,2066.0,2.1555384802038224,0,0,0,none,1,4.242424242424242,-0.4750593824228029,0,0.708,0,0,0,1.0,84.9906191369606,33.84254973004732,112.00260145300835,118.20098973691672,64.32562740569801,30.483077675650698,19.700662304795582,2291.6,2167.1,2108.733333333333,16.192146186147394,0,0,69.57142857142857,2.762963803472143,0,1.133879781420765,309.2857142857154,0,1,13.387978142076504,0,1,18.605746585021187,90.49327667165576,0,0,0,0,0,0,2.887710859555682,15.128990318274973,-8.55817395264117,1.6708455139705556,178.2470588235292,0,0,8.213890803089624,1.0,-6157974817.633832,-15832806.677767754,2.8656780530401633,20755473.198833838,0,0,-0.6294796246234572,67.59958878199048,21.66128012294567,0,1,10.589473684210533,0.3445222066669683,2189.909056,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2078.4666666666667,2442.0666666666666,1768.7333333333333,21.146999390576383,0,0,0,none,1,10.860759493670885,-0.9531374106433679,1,0.792,1,1,1,1.0,90.72847682119206,17.91078090122447,114.60679496317424,101.32412735388948,57.31224645571683,39.40146555449236,15.0243606547347,2210.0,2136.35,1986.6166666666666,15.149671168113855,0,0,67.57142857142857,2.746806039488966,0,1.1044776119402986,437.1454504197868,0,1,10.869565217391305,0,1,15.655853314527501,88.20549942020843,0,0,0,0,0,0,17.183503276218516,19.151233391450972,12.566277836691413,1.6555584174069355,132.0411764705882,0,0,9.045267360873192,1.0,-5386564383.759074,-8280639.317442894,6.213336280354352,40723913.7523562,0,0,-0.24130946041048953,63.83686089771228,37.75819480983777,1,1,7.715037593984946,0.3235394999935819,2134.82496,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2084.8,2425.0,1669.0,17.996930161166524,0,0,0,none,1,11.694915254237289,-2.7642276422764227,1,0.737,1,1,1,1.0,62.34413965087282,-8.040519809280283,95.49450549450535,99.21041921041905,86.41508134515425,94.45560115443453,8.044706965334145,2135.6,2097.5,1780.8,4.314660309892737,0,0,67.78571428571429,3.0980673805171066,1,1.0571428571428572,398.1573574831189,0,1,5.714285714285714,0,1,4.9400479616307,73.20429771945294,0,1,0,1,0,1,5.364082670815847,3.327728253516838,0.19536019536019467,0.9754939960295301,211.87941176470576,0,0,9.215980144994528,0.9243697478991597,-6553814035.688263,-4358361.684925079,4.360819690981819,45664235.28966993,0,0,-3.039277584980642,46.03250467066891,31.293820011986845,1,1,4.413533834586487,0.38312152271483546,2099.976115825008,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2093.3166666666666,2180.0,1659.9,4.5231251841177045,0,0,0,none,1,15.040816326530612,-14.305301645338208,1,0.875,1,1,1,0.8585517108499316,80.53596614950635,11.940738522393445,105.30509127318965,105.78183184268725,157.70265727004494,145.7619187476515,37.479690915489996,2125.0,1928.8,1582.4166666666667,13.438407299875577,0,0,110.21428571428571,5.037215983285453,0,1.0167364016736402,129.2556076704635,0,1,1.6736401673640167,0,1,20.95080154781648,87.39433788113553,0,1,0,0,0,0,2.5455355274967815,-0.4929521632631122,-0.5735385691032064,1.056169453911968,400.72647058823554,0,0,12.061957188933585,0.9327731092436975,-7731129172.254492,-508413305.5888138,3.473432691202573,101434925.32249612,0,0,-1.7911082603890658,45.77756650058495,63.38349945754544,1,1,27.180451127819552,0.7916531645319087,2035.8462876473163,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2065.7,2180.0,1443.4,5.920511206854839,0,0,0,none,1,19.641025641025642,-11.654478976234003,1,0.875,1,0,1,76.07872866650065,193.5424539213493,117.46372525484865,1953.6,1515.5,1329.5833333333333,38.76608380072584,0,0,143.07142857142858,6.803206303919571,0,1.0072992700729928,186.79323076637985,0,1,0.7957559681697612,0,1,47.47545582047685,99.61858757778484,0,1,0,0,0,1,0.11820586171533876,2.3972431702884904,-1.5570714730246493,1.3644282746200012,580.1911764705883,0,0,16.48297921472223,0.9831932773109243,-6939608405.011365,-85156808.95738506,3.956740166428271,189188779.99184036,0,0,-0.15491279845044112,39.828345054760874,79.61614069492505,1,1,43.69774436090226,0.8066036618748987,1703.123345465344,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2082.2333333333336,2097.0,1654.0,0.9973265884386739,0,0,0,none,1,29.379310344827587,-14.21778411792677,1,0.923,0,0,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,1.0,92.47422680412372,106.25831104557666,108.19930709720818,75.97435081142959,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -127,2025-09-09 11:45:00,buy,2334.0,0.355,22,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#22,0.37893082751048024,38.888888888888886,-0.9842073921412835,63.264254046809334,61.88954187716982,-6.090699265922922,-5.106491873781638,3.5437775894504355,2410.0,2412.35,2409.9,-0.42904222024167105,0,0,27.285714285714285,1.135958130129654,1,0.41935483870967744,-69.32296728215164,0,0,-52.83018867924528,0,0,0.4180602006689016,38.02509999474936,0,0,0,0,0,0,-4.121863799283162,-0.09095269994749344,-4.495308794721105,0.37809659337100787,-24.8058823529409,0,0,2.985450337951247,0.6722689075630253,-4015184827.6266346,-25870201.150533676,1.0128130488698002,943363.3119073361,0,0,,57.563665837866274,30.57199731623174,1,1,-1.033834586466113,0.08189862110554469,2384.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2478.45,2485.0,2118.2,-3.084589158546669,1,0,0,none,1,2.6134453781512605,-0.16652789342214822,0,0.571,0,0,0,0.3774108151223063,38.495575221238944,-12.022262351447367,34.23667570009047,16.83227943390565,13.419734320494172,25.44199667194154,5.882526652414601,2407.2,2440.6,2298.633333333333,-0.7211341473408184,0,0,40.214285714285715,1.6596898767761337,0,0.42857142857142855,-78.67834976268686,0,0,-27.77777777777778,0,0,0.8742714404662788,25.473566950423603,0,1,0,0,0,0,6.3387124761409055,2.2823967944659707,24.48057813911472,0.5409352789315408,-20.9441176470591,0,0,3.1163015371609317,0.5630252100840336,-4950026264.726614,-35595400.16983795,0.6715720843941968,1360342.12671642,0,0,,59.00857889597246,20.2068968391277,0,1,-4.777443609022565,0.6200948794721792,2384.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2473.5666666666666,2481.0,2124.2,-2.0442815367822442,1,0,0,none,1,3.8181818181818183,-0.16508460586050352,0,0.7,0,0,0,0.572609227312338,38.554216867469876,-12.452960814612382,28.525322740814318,34.781871984001555,65.10527374231242,77.5582345569248,20.361188794567823,2421.0,2387.7,2194.55,1.4784101855342069,0,0,63.0,2.60008254230293,0,0.8571428571428571,-8.708677326087985,0,0,-36.79245283018868,0,0,-0.4928131416837789,36.70561943393162,0,0,0,0,0,0,-9.191684771874385,-0.8536430658388809,5.917667238421956,0.6927037554471409,116.96470588235297,0,0,9.270706826162396,0.9915966386554622,-6261498434.386683,-54780428.85795021,0.726792816465842,-9148907.607875526,0,0,,59.05356839839797,48.095303823389976,1,1,11.893233082706768,0.3351367910720321,2356.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2086.75,2469.0,1820.3333333333333,16.11357373906792,1,0,0,none,1,8.151898734177216,-1.1555922410235244,0,0.81,0,0,0,0.6620484286222195,70.5965909090909,3.2966269271754243,88.90736046256752,92.98150916926257,95.09866930473754,91.80204237756212,28.08000095031667,2426.8,2288.85,2092.7833333333333,4.550320029709254,0,0,99.14285714285714,4.143036236642588,0,0.8333333333333334,48.279113625648314,0,0,-17.46987951807229,0,1,9.369287020109685,65.40466996504337,0,1,0,0,0,1,0.7932201225740556,-6.702181261979348,-2.5665881918478703,0.6883394128302937,197.07352941176487,0,0,10.087556438831669,1.0,-5569466548.599676,-183508021.11826038,0.4384824632672807,23436080.504069537,0,0,-1.8296772323248678,57.28279698692751,45.70532767131099,1,1,22.666917293233105,0.6965367681312027,2384.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2086.083333333333,2451.0,1821.8333333333333,14.712579395198343,1,0,0,none,1,12.016949152542374,-0.1671541997492687,0,0.833,0,0,0,0.8219531089721265,71.05263157894737,19.434886798438527,101.05881531397831,108.835459488741,140.36515966183197,120.93027286339344,28.466033192724925,2448.6,2192.1,1863.9666666666667,9.164727886501534,0,0,88.42857142857143,3.695301773028476,0,0.8959390862944162,99.39666182234564,0,0,-12.275449101796406,0,1,12.824139556812831,71.64095224542093,0,0,0,0,0,1,-6.673942921820682,-6.295800752654827,-4.187054462503568,1.014778191327721,352.2882352941174,0,0,11.50728601753505,1.0,-6633666558.935545,-81494915.9443779,0.9677218621326913,45290968.802484095,0,0,-4.044911717467812,57.42015695067215,38.80238155530184,1,1,21.067669172932366,0.6383316524559625,2294.7281736335385,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2073.583333333333,2434.0,1713.1666666666667,15.404091146565936,1,0,0,none,1,17.448979591836736,-2.841621395737568,0,0.929,0,0,0,0.9896086151306952,90.79956188389923,31.882426416539516,108.63137068505962,106.18613868833887,191.97492471464898,160.09249829810946,46.06597897963477,2263.4,1995.85,1621.2833333333333,22.55430017285869,0,0,124.0,5.069501226492233,0,1.1137724550898203,137.472797147752,0,1,13.547237076648841,0,1,16.75417661097851,87.15972078483343,0,0,0,1,0,0,3.7782852881545494,6.442534631247128,4.0094165782922175,1.3323735040367075,459.22352941176473,0,0,13.75647325709146,1.0,-7776425395.5440445,-532756902.2574291,0.7677980739808893,78781834.6724445,0,0,-1.8643443912535238,61.430178537231406,66.5852580415618,1,1,35.77218045112781,0.84773955167124,2125.7416240942825,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2074.55,2370.0,1685.8,17.90508785037719,0,0,0,none,1,26.0,-2.7800490596892886,0,0.889,0,0,0,76.07872866650065,193.5424539213493,117.46372525484865,1953.6,1515.5,1329.5833333333333,38.76608380072584,0,0,143.07142857142858,6.803206303919571,0,1.0072992700729928,186.79323076637985,0,1,0.7957559681697612,0,1,47.47545582047685,99.61858757778484,0,1,0,0,0,1,0.11820586171533876,2.3972431702884904,-1.5570714730246493,1.3644282746200012,580.1911764705883,0,0,16.48297921472223,0.9831932773109243,-6939608405.011365,-85156808.95738506,3.956740166428271,189188779.99184036,0,0,-0.15491279845044112,39.828345054760874,79.61614069492505,1,1,43.69774436090226,0.8066036618748987,1703.123345465344,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2082.2333333333336,2097.0,1654.0,0.9973265884386739,0,0,0,none,1,29.379310344827587,-14.21778411792677,1,0.923,0,0,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,1,0,1,0.0,0.25,-0.333,1,1.0,92.47422680412372,106.25831104557666,108.19930709720818,75.97435081142959,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -128,2025-09-09 12:45:00,sell,2542.0,0.35,21,고점 매도 · 비중 35% · 분할 · leg#21,0.7901720236327999,77.09251101321586,6.124167607469406,100.76230076230114,105.74328174328208,26.69417439729068,20.570006789821274,9.463883270535598,2511.0,2450.7,2440.8333333333335,2.7461541600359185,0,0,28.785714285714285,1.1431975490752297,0,1.0,115.18790304647491,0,1,-0.0,0,1,1.9846091535034471,81.09543106535942,0,0,0,1,0,1,1.505656553121952,-0.497586191370317,-3.9039039039038954,0.9242589269344672,82.52058823529433,0,0,2.896042364280561,0.5378151260504201,-4030534634.623818,-19650033.257296562,1.9122083581239426,3154776.0174497813,0,0,,64.20122724296611,46.22984408258918,1,1,9.165413533834585,0.8745267632576029,2489.9417386051173,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2497.0,2518.0,2140.0,0.8410092110532563,1,0,0,none,1,3.2857142857142856,-2.2239872915011913,1,0.605,0,0,1,0.8373202129738717,69.53405017921148,8.274161433435022,106.48148148148164,109.66080770035593,28.514520551244914,20.24035911780989,8.119532028883683,2502.4,2435.3,2360.6833333333334,2.7388822732312246,0,0,42.57142857142857,1.7014959461002626,0,1.0,138.56008573237855,0,1,-0.0,0,1,6.196943972835323,81.33873918013535,0,0,0,0,0,0,-1.6338330324673507,-1.0046790138693602,-4.0,0.7944701202582416,68.25588235294117,0,0,3.1068456247481624,0.4957983193277311,-4960802809.754262,-4212408.106497765,1.7972774680215626,10734834.28669402,0,0,-1.4031926284121947,63.22687298094463,25.10323472445229,1,1,5.754887218045103,0.4743454342961836,2473.210267648,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2467.25,2502.0,2112.8,1.4084507042253502,1,0,0,none,1,3.9696969696969697,-2.877697841726619,0,0.7,0,0,0,0.8336980281831989,52.42290748898679,-2.6311854624349778,112.78417282143414,101.07486811312246,58.67148615564156,61.30267161807654,7.067767908674074,2471.0,2444.35,2229.5,2.358500214781034,1,0,57.0,2.278177458033573,0,1.0,151.98196505729848,0,1,-0.0,0,1,2.289452166802941,59.345011154339026,0,1,0,1,0,0,-0.5837740254898236,1.6385268530089903,3.1446540880503306,0.887956288894118,149.2470588235292,0,0,5.528389405317858,0.6470588235294118,-6259516129.063739,-26412780.963199615,1.4142002841372154,4981198.905617043,0,0,,63.26502143108201,24.40803929876341,0,1,0.07142857142854564,9.572835879023689e-05,2435.97216,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2095.45,2502.0,1983.0,19.401560523992465,1,0,0,none,1,6.544303797468355,-1.518784972022382,1,0.762,0,0,0,0.7809443706443472,71.6710182767624,0.3103045562371278,109.01818775672507,93.12259595416178,89.22566338696288,88.91535883072575,25.562327411754175,2435.2,2351.15,2142.65,7.181591986900027,0,0,95.85714285714286,3.803854875283447,0,1.0803108808290156,101.31041285050017,0,1,29.523809523809526,0,1,3.490759753593431,59.81387965059332,0,1,0,1,0,0,0.45085912556876906,3.465738117346376,17.79448621553884,0.9109664515701456,193.43529411764666,0,0,10.287774779167256,0.9915966386554622,-5564866531.569198,-123291087.09704208,0.966618805153882,4528885.311485231,0,0,-1.4534151759456682,64.65181626911524,48.167260699719755,1,1,19.447368421052616,0.5863382811017178,2419.4,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2085.85,2489.0,1829.3,20.814056619603516,0,0,0,none,1,12.88135593220339,-3.373015873015873,1,0.789,1,0,0,0.9221997577355868,76.67934093789607,15.908718697337918,94.6929974248393,96.31132052023572,144.18995350744035,128.28123481010243,31.216462162974352,2445.8,2226.55,1897.65,13.179582762569897,0,0,110.0,4.365079365079365,0,1.069042316258352,135.20980832326015,0,1,8.031088082901555,0,1,18.75589066918002,76.35144797894608,0,0,0,0,0,1,4.060293318848451,2.413589607839967,1.5108486029497072,1.0995128246190802,336.92058823529396,0,0,11.942552065183005,1.0,-6619610122.072244,-21784498.973371506,1.7119466758354285,67027151.011800826,0,0,-0.5095839403667417,64.62410854283398,40.49949700471884,1,1,25.69248120300748,0.765187476974522,2344.866031125465,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2086.866666666667,2433.5333333333333,1657.0,20.755199182187,0,0,0,none,1,18.102040816326532,-4.484126984126984,1,0.917,0,1,0,0.883623923367854,85.06637168141593,29.53491923208378,109.92534248112348,107.72622242431682,197.0111473382142,167.4762281061304,47.294370008439316,2313.4,2027.2,1639.8833333333334,18.143251775848455,0,0,127.42857142857143,5.320608410378766,0,1.0266666666666666,148.92814666550643,0,1,5.555555555555555,0,1,14.648157012924834,87.80092144567251,0,0,0,1,0,0,-5.7331902024833,-2.3475071844557363,1.2939717960638575,1.1423101552729764,506.7058823529412,0,0,13.946418265523365,1.0,-7756314110.729063,-73706832.70866871,1.4249405702800362,66703039.33853346,0,0,-1.5633963088201808,56.99243328790624,67.25603520273833,1,1,37.876691729323305,0.8740172840349215,2174.593299275426,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2079.333333333333,2377.0,1687.6666666666667,15.18114780378328,0,0,0,none,1,24.28205128205128,-9.394572025052192,0,0.889,0,0,0,91.15696504594325,231.40993156227773,140.25296651633448,2079.0,1572.45,1348.4833333333333,52.310089351012756,0,0,181.07142857142858,7.5603936773039075,0,1.0163339382940109,205.14423760125052,0,1,1.8181818181818181,0,1,67.24860335195531,99.68074173356848,0,1,0,0,0,1,1.5665895224069004,15.0782363794426,-4.080692143819832,1.4827284088891404,704.0294117647059,0,0,18.227337107060478,1.0,-6874664446.86811,-34995770.09353447,2.572899586115851,245676717.90785334,0,0,-0.02336379574291441,55.89050875934547,81.40829417603581,1,1,52.16466165413531,0.816744142647804,1774.0211432815822,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2202.1,2377.0,1638.5333333333333,8.759820171654331,0,0,0,none,1,40.275862068965516,-13.444676409185805,1,0.929,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,3,0,1,0.0,0.75,-0.333,0,1.0,94.04081632653062,102.17761890175683,105.4171041553116,86.86614513147288,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -129,2025-09-09 14:00:00,buy,2508.0,0.33,22,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#22,0.27669467666789566,45.93023255813954,-8.158169282263758,34.25925925925964,22.726851851852203,4.815117095514779,12.973286377778537,4.041468080149194,2535.6,2565.15,2488.3,-0.9024813363740947,0,0,18.928571428571427,0.74463302236709,0,0.21333333333333335,-94.80283588211196,0,0,-55.55555555555556,0,0,-0.7418976962124124,41.26340680140308,0,0,0,0,0,0,9.611824597940533,1.11410435536936,15.335648148148149,0.4315795856770301,-11.75,0,0,2.193711289378248,0.17647058823529413,-4099087666.06511,-7649603.195979118,0.3610221439004114,-2952051.3904616237,0,0,,64.60109745054321,31.718127894680975,1,1,-3.838345864661627,0.7676661654253168,2530.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2494.833333333333,2601.0,2372.3333333333335,1.8905738526287852,1,0,0,none,1,3.689075630252101,-0.3147128245476003,0,0.657,0,0,0,0.42510127309598617,44.590163934426236,-8.405462835786622,12.866300366300509,25.666134940328693,26.32225978590668,34.7277226216933,5.783208784808858,2549.6,2551.05,2469.7166666666667,-0.43315497540229453,0,1,36.57142857142857,1.4398200224971878,0,0.4387755102040816,-38.346038346038625,0,0,-84.61538461538461,1,0,-3.164315669081208,59.8370439342356,0,0,0,0,0,0,-12.43462945400352,-1.1038136259770894,-11.359250068927489,0.5187132834918167,49.53235294117667,0,0,3.6564855072403764,0.6554621848739496,-5063451561.185547,-85066859.61344051,0.27042662835774983,-6345537.170936629,0,0,-3.486602838548583,64.54145620539533,31.700729733501724,1,1,2.594736842105206,0.17322037691304415,2530.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2468.75,2578.1666666666665,2123.6666666666665,2.886075949367095,1,0,0,none,1,4.343434343434343,-0.31496062992125984,0,0.667,0,0,0,0.7384830763821129,67.69911504424779,-1.6367217984680167,94.55128205128206,97.91666666666667,65.30284065539854,66.93956245386656,12.186203893449921,2564.0,2480.9,2290.266666666667,2.9062033939296184,0,0,56.214285714285715,2.201891332326115,0,0.9471153846153846,61.50049358341578,0,0,-5.288461538461538,0,1,4.119086460032628,63.60493057521052,0,0,0,0,0,0,2.8284253890753774,-2.129512051515576,-0.320512820512846,0.7828103848093417,122.4441176470591,0,0,5.119940139210362,0.4117647058823529,-6312050946.497679,-58424841.45601368,0.4003107496754013,13294128.005394965,0,0,-1.5954433414833609,65.546039966619,17.504708020497922,0,1,10.469172932330817,0.6715175627271031,2530.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2438.116666666667,2564.0,2060.4666666666667,4.711970304948476,1,0,0,none,1,5.7974683544303796,-0.3133568350959655,0,0.722,0,0,0,0.7087922185008719,55.33333333333333,0.7324724462479821,99.6007984031937,111.60678642714583,96.12810524902761,95.39563280277963,14.955174315126055,2565.2,2461.15,2208.75,3.122524023322426,0,0,66.78571428571429,2.631430822920185,0,0.9221556886227545,80.51408051408066,0,0,-7.784431137724551,0,1,5.617977528089879,55.11794613152938,0,1,0,1,0,0,-7.218106995884781,-3.7873951572890405,-12.774451097804388,0.8618269588894278,229.57941176470604,0,0,10.459266729797358,1.0,-5753422022.639121,-196513696.2679453,0.29944277142693115,20968470.94275707,0,0,-2.750283961215218,64.66677439589257,34.24042521381042,1,1,9.951127819548933,0.4093299386757403,2500.033472,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2093.05,2551.0,1912.0,21.25845058646472,1,0,0,none,1,12.35593220338983,-0.4728132387706856,0,0.778,0,0,0,0.8602687070384696,74.43946188340807,18.452560394166483,109.03718261767203,102.47306946466767,156.50970567394097,138.0571452797745,33.76335766831222,2493.4,2279.7,1935.5833333333333,12.163881212440252,0,0,113.85714285714286,4.452762724174535,0,1.0425055928411633,102.88277590870112,0,1,4.3678160919540225,0,1,20.61320754716982,74.86830039803856,0,0,0,0,0,0,-4.526055357971231,-2.1985210903551433,5.348154266180288,1.0321225282432867,342.29705882352937,0,0,11.565623533380391,0.9915966386554622,-6712879401.618137,-123727908.90519524,0.5961604028300286,68309461.6102035,0,0,-1.0302079583252448,66.24379732655439,44.74574294558435,1,1,29.312781954887182,0.8121858981891742,2406.554259920297,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2095.2166666666667,2538.0,1738.1333333333334,22.03988449881873,0,0,0,none,1,18.06122448979592,-0.4692999608916699,0,0.909,0,0,0,1.0,87.30009407337724,38.198685544362434,112.38910292041227,110.3152720288651,215.22458503658345,177.02589949222101,50.45515669053954,2413.2,2070.75,1661.9666666666667,25.654955933840395,0,0,114.78571428571429,4.411441748105853,0,1.1029411764705883,167.6404730249808,0,1,18.064516129032256,0,1,26.741354115927905,86.52839754117804,0,0,0,0,0,0,2.233722391961308,8.663766312278653,2.463760439288791,1.553049012449486,551.2411764705885,0,0,14.526723537434112,1.0,-7960884324.436978,-274591755.70625305,0.9107539842096571,90985947.65410036,0,0,-2.1233770186067975,69.7451014799153,67.82784580009753,1,1,41.41127819548872,0.8797491171099431,2215.0746394203406,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2067.583333333333,2481.9666666666667,1689.2333333333333,25.84740639232601,0,0,0,none,1,29.384615384615383,-0.4611837048424289,1,0.9,1,1,0,91.15696504594325,231.40993156227773,140.25296651633448,2079.0,1572.45,1348.4833333333333,52.310089351012756,0,0,181.07142857142858,7.5603936773039075,0,1.0163339382940109,205.14423760125052,0,1,1.8181818181818181,0,1,67.24860335195531,99.68074173356848,0,1,0,0,0,1,1.5665895224069004,15.0782363794426,-4.080692143819832,1.4827284088891404,704.0294117647059,0,0,18.227337107060478,1.0,-6874664446.86811,-34995770.09353447,2.572899586115851,245676717.90785334,0,0,-0.02336379574291441,55.89050875934547,81.40829417603581,1,1,52.16466165413531,0.816744142647804,1774.0211432815822,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2202.1,2377.0,1638.5333333333333,8.759820171654331,0,0,0,none,1,40.275862068965516,-13.444676409185805,1,0.929,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,1,0,1,0.0,0.25,-0.333,0,1.0,94.04081632653062,102.17761890175683,105.4171041553116,86.86614513147288,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -130,2025-09-09 16:54:00,buy,2624.0,0.315,22,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#22,0.2774669237760726,40.14084507042253,-13.570933119034265,4.531846057270175,3.694850869992463,8.37516956194304,21.946102680977305,6.752100999868641,2662.8,2708.7,2608.6,-1.50256580647542,0,0,40.5,1.5179910044977512,0,0.09322033898305085,-103.67996692164583,1,0,-90.67796610169492,1,0,-2.4140453547915164,25.83901215344322,0,0,0,0,0,0,2.4647887323943536,1.2756765214623051,1.1130426384663683,0.4204578377563405,-1.3411764705883797,0,1,3.264232423991635,0.8487394957983193,-4244054316.309703,-25623081.37648058,0.7824813336091692,-398446.17312078923,0,0,-2.407760473473404,69.43565099761561,31.916887849535303,1,1,-3.908270676691718,0.2557158336829757,2657.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2694.15,2775.0,2392.8,-0.9706215318375011,1,0,0,none,1,2.0168067226890756,-1.199400299850075,0,0.686,0,0,0,0.5200942674971716,57.90754257907542,-9.02588725390639,19.57104573094999,30.446948896986186,31.609631127162174,40.635518381068565,10.354389940523106,2672.4,2667.45,2577.25,0.20806388123488784,0,0,51.214285714285715,1.9159852493185827,0,0.5488372093023256,-16.705357549273685,0,0,-80.16528925619835,1,0,-1.0000000000000009,68.90955231249515,0,0,0,0,0,0,1.6575425790754181,-1.1959041027409398,-7.174437982518793,0.540141611230314,48.71764705882333,0,0,4.125256266426264,0.7899159663865546,-5400365548.168223,-308374183.71052265,0.5857481515154843,-10149106.492086217,0,0,-6.3948575786685815,69.82061845083507,44.95180763802762,1,1,7.274436090225593,0.3884589079183072,2649.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2468.883333333333,2770.0,2396.2,8.267570359069222,1,0,0,none,1,5.424242424242424,-0.8978675645342313,0,0.72,0,0,0,0.7120912054442354,62.04545454545455,2.123080382454411,77.24303651808985,91.86155390846223,60.9880626137483,58.86498223129389,12.149934694981548,2705.0,2605.85,2443.4666666666667,2.5768942955273655,0,0,54.142857142857146,2.0255464699909145,0,0.7611940298507462,46.54193888998862,0,0,-24.489795918367346,0,0,4.414062500000004,70.94465621886434,0,0,0,0,0,0,0.9731934731934686,-3.5130612059442115,-16.289301790367873,0.7502925323319682,130.03235294117667,0,0,4.563649973559179,0.226890756302521,-6466923237.062792,-122242622.18591022,0.7659547127433664,23655374.81549661,0,0,-2.498455636311439,69.94292312254535,25.876100114895813,1,1,10.850375939849613,0.6577046091640337,2640.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2429.3999999999996,2721.0,2116.2,10.02716720177823,1,0,0,none,1,7.987341772151899,-0.5985783763561541,0,0.789,0,0,0,0.7250413020358643,59.66542750929368,3.2577462925883083,119.58333333333343,126.87169312169324,89.9747297508743,86.716983458286,13.823091668080936,2703.6,2579.75,2323.516666666667,3.1107665471460377,0,0,67.28571428571429,2.5295381310418907,0,0.8536585365853658,76.81061628429995,0,0,-18.75,0,1,4.559748427672949,56.63768962054115,0,1,0,0,0,0,1.3017911456573188,-5.024169137558829,-8.333333333333329,0.8031366971801165,191.4970588235292,0,0,6.62869642615446,0.7394957983193278,-6007385571.502862,-254284321.35723686,0.7011027863978206,36989058.58577764,0,0,-4.2547618835846786,69.2106126829876,24.905386040517673,0,1,11.602255639097708,0.5927987363791504,2625.38494464,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2451.3,2690.0,2076.2,8.51384979398686,1,0,0,none,1,9.677966101694915,-0.6015037593984963,0,0.667,-1,0,0,0.8429585060942646,64.4092219020173,7.751044751570504,103.97596656217331,103.31423253544874,156.89435500210402,149.14331025053352,31.691180822585142,2614.6,2429.9,2050.2,10.868760031277013,0,0,92.14285714285714,3.4202990773146675,0,1.0189655172413794,106.62338521658239,0,1,3.793103448275862,0,1,12.57835353113248,71.03382735281657,0,1,0,1,0,0,-11.345305260960572,0.9945766399287379,1.16912972085386,1.166106943942338,324.5911764705884,0,0,12.058942977195702,1.0,-6812585404.050676,-178918845.11513138,0.844731019038731,54948374.50653207,0,0,-1.2418556044026137,71.78029866944901,60.47135955396898,1,1,29.293233082706745,0.8103432083565557,2537.5022879125463,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2098.5,2683.0,1714.4,28.37741243745533,0,0,0,none,1,18.897959183673468,-0.5939123979213066,0,0.9,0,0,0,0.9487186541729764,80.15794669299112,34.64019857114792,106.39545493499493,107.618209834534,236.85502702117856,202.21482845003064,51.03520975118134,2553.2,2196.9,1726.5166666666667,22.900450634985646,0,0,117.07142857142857,4.335978835978836,0,1.0880648899188876,134.92346206746413,0,1,14.074074074074074,0,1,28.69399428026691,87.28109256105084,0,0,0,0,0,0,4.283820818865252,3.9424263890666964,-1.3301473516527267,1.4776175754624514,587.3529411764705,0,0,15.13514312589322,1.0,-8193386557.313828,-507759787.98608875,1.5483901541008607,123268494.12379634,0,0,-2.4112735585504255,72.77815632614109,67.76723200418044,1,1,44.87518796992484,0.8970986491044364,2364.702215383214,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2089.85,2624.0,1674.4,29.195875302055185,0,0,0,none,1,31.666666666666668,-0.5925925925925926,1,0.9,1,1,0,114.01484069773721,282.771517388506,168.7566766907688,2271.2,1643.7,1372.2,64.26355174301878,0,0,205.5,7.611111111111112,0,1.056338028169014,201.29762315286663,0,1,6.349206349206349,0,1,82.0633850303439,99.74521797767713,0,1,0,0,0,1,1.1022309123249983,22.85787565179396,0.8100958100958309,1.6191488126544753,832.7088235294118,0,0,19.329248174998188,1.0,-6856362734.013312,136871972.41422653,3.138256531934909,343036385.81509507,0,0,0.00969004765024909,69.88981362653861,82.2252280924595,1,1,63.57593984962406,0.8152585519783144,1894.6169146252657,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.45,2624.0,1634.9,3.828183583610545,0,0,0,none,1,51.0,-6.814814814814815,1,0.933,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,0,0,1,0.0,0.0,-0.333,0,1.0,95.14304723885562,102.98771471185266,103.80788155306205,101.37166176655457,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -131,2025-09-09 19:33:00,sell,2939.0,0.65,22,고점 매도 · 비중 65% · 분할 · leg#22,1.0,89.80392156862746,16.484929410660484,115.05858959042563,114.73030511399924,46.001041474126396,29.51611206346591,9.890514764242516,2856.8,2759.5,2703.5,5.019025185722059,0,0,32.92857142857143,1.1362516020901114,0,1.0238095238095237,175.82907174957364,0,1,3.0120481927710845,0,1,6.153846153846154,97.96838658765613,0,0,0,0,0,0,-1.4311381923287172,0.809326166682748,-1.8805993203583427,1.3754752489163158,124.44999999999982,0,0,2.4760839886916646,0.6722689075630253,-4317517582.128472,2359562.3598918915,1.97096472174031,15715175.845412567,0,0,-0.61593953784827,81.07955197192109,52.4220849950475,1,1,10.526315789473683,0.8329946813289598,2802.90442496,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2694.083333333333,2893.0,2636.3333333333335,7.5690556466330605,0,0,0,none,1,2.966386554621849,-1.621808143547274,1,0.71,0,0,1,1.0,78.32167832167832,16.378706105813492,103.979700854701,104.89989602776978,43.173577856875454,26.79487175106196,8.224086421273167,2821.8,2740.3,2671.633333333333,5.754844360106559,0,0,44.07142857142857,1.5207532288277628,0,1.0251256281407035,262.72914824638815,0,1,2.564102564102564,0,1,7.452725250278092,92.71532256398415,0,0,0,0,0,0,1.115795968737146,4.385300885872379,0.4715590922487536,1.3262599467674219,138.48823529411766,0,0,2.5281750802685115,0.23529411764705882,-5471095697.287935,7601467.108949661,2.856393081374971,30128439.12826951,0,0,-0.8424078406614033,80.97051031927079,21.128566128396734,0,1,7.127819548872209,0.5601829258699591,2777.84832,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2687.1499999999996,2893.0,2517.1,7.846603278566522,0,0,0,none,1,5.0,-3.3816425120772946,1,0.724,1,0,1,1.0,81.81818181818181,11.321694997094305,104.36156335439517,107.25508477149843,56.93761569729941,45.6159207002051,9.362749042707996,2781.2,2708.75,2579.15,6.986617443470244,0,0,51.714285714285715,1.784481908705511,0,1.0196850393700787,277.94864625565015,0,1,1.968503937007874,0,1,8.865514650638628,92.67258457827474,0,0,0,0,0,0,4.191063174114021,7.862622238436288,-4.407123160237873,1.3901045244769181,143.2323529411765,0,0,4.525542765796879,0.2605042016806723,-6498450230.4969225,6102840.519745827,3.816916339799061,43452979.075302005,0,0,-2.1629948816735434,80.653439799452,21.542396767407656,0,1,6.536090225563923,0.3719456553001754,2733.02336,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2432.166666666667,2893.0,2392.6666666666665,19.1530185705475,0,0,0,none,1,9.89873417721519,-0.8971704623878536,1,0.8,1,1,1,1.0,65.66455696202532,7.048982084654014,105.94776962052633,107.65386204446173,80.21739045171034,73.16840836705633,13.370644427309491,2763.0,2678.35,2440.0833333333335,8.200944611421225,0,0,64.07142857142857,2.2108843537414966,0,1.0141242937853108,242.6935745281542,0,1,1.968503937007874,0,1,9.772727272727266,73.96894630573127,0,0,0,0,0,0,4.0037795768663145,9.14923158613287,-1.724784401949762,1.3455032346867417,180.19705882352946,0,0,6.602664542096075,0.7142857142857143,-6129901651.528686,-124272475.99373913,3.067343117568025,47151669.440556675,0,0,-3.107221996907444,80.50842728419747,5.252976590665136,0,1,11.241353383458632,0.551805330127477,2706.48521984,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2451.3500000000004,2893.0,2250.6,18.220572337691454,0,0,0,none,1,13.508474576271187,-1.518288474810214,1,0.765,1,1,1,1.0,77.07736389684814,6.340511318529138,121.35705549098043,109.62277196127907,155.55156968169695,149.2110583631678,19.863996127569816,2732.8,2586.5,2158.6,12.043301759133973,0,0,78.21428571428571,2.698905649216208,0,1.2982005141388175,160.30289417955478,0,1,46.03174603174603,0,1,12.89442929489677,84.76925075278572,0,0,0,1,0,0,1.504844812878673,9.462744760653493,14.066331139501884,1.5294797496073365,338.13823529411775,0,0,8.4216546382224,0.6638655462184874,-7039525299.489484,-317455450.383358,2.874343571648018,87547590.70642889,0,0,-2.101250429304516,80.28809862508948,53.60057289469001,1,1,19.63909774436082,0.8182252566980044,2651.8586477625468,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2066.35,2782.0,1864.5,40.24729595663852,0,0,0,none,1,23.3265306122449,-0.8971704623878536,1,0.909,1,1,1,0.884414263811305,79.3388429752066,23.416773682564184,102.66914245643984,105.13579689028937,245.50649697677454,222.08972329421036,43.804121687687264,2660.6,2336.55,1794.9833333333333,16.838929190473117,0,0,124.57142857142857,4.5630559916274205,0,1.018045112781955,119.40255636938095,0,1,1.951219512195122,0,1,24.771480804387558,92.76925828502469,0,1,0,0,0,1,0.5853018987193508,-3.043307227207265,-4.040951520626322,1.2453604020119462,594.2794117647059,0,0,15.112668456749436,0.9831932773109243,-8144085959.439787,-412956787.1852951,2.9281756550324607,126621736.95807117,0,0,-2.4586531467683526,70.54464239823173,71.40338187929122,1,1,40.85789473684213,0.8924006665434614,2501.3195342762056,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1757.25,2718.0,1735.9,55.35638070849338,0,0,0,none,1,32.92307692307692,-3.296703296703297,1,1.0,0,0,1,114.01484069773721,282.771517388506,168.7566766907688,2271.2,1643.7,1372.2,64.26355174301878,0,0,205.5,7.611111111111112,0,1.056338028169014,201.29762315286663,0,1,6.349206349206349,0,1,82.0633850303439,99.74521797767713,0,1,0,0,0,1,1.1022309123249983,22.85787565179396,0.8100958100958309,1.6191488126544753,832.7088235294118,0,0,19.329248174998188,1.0,-6856362734.013312,136871972.41422653,3.138256531934909,343036385.81509507,0,0,0.00969004765024909,69.88981362653861,82.2252280924595,1,1,63.57593984962406,0.8152585519783144,1894.6169146252657,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.45,2624.0,1634.9,3.828183583610545,0,0,0,none,1,51.0,-6.814814814814815,1,0.933,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,1.0,95.14304723885562,102.98771471185266,103.80788155306205,101.37166176655457,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -132,2025-09-09 19:42:00,sell,2932.0,0.35,22,고점 매도 · 비중 35% · 분할 · leg#22,0.8814100370540476,81.34556574923548,18.289874010128962,105.34591194968591,107.23325581536028,62.18252330832638,43.89264929819742,13.128233509513295,2931.0,2796.95,2717.15,5.00724002931765,0,0,40.214285714285715,1.3692300209154142,0,0.9918367346938776,119.03918791312564,0,1,-0.9433962264150944,0,1,6.067172264355358,80.6352181743896,0,0,0,0,0,1,-10.831304999063846,-2.4509373287744083,-1.3184814730620786,1.1891746537309917,163.27647058823504,0,0,2.8950968832098405,0.8487394957983193,-4332912113.424498,-14215846.641552925,1.4052558608141745,20297246.669033088,0,0,-0.3703916400725145,82.65162853459648,67.81229873196487,1,1,14.805263157894755,0.9104126809966131,2863.4310655795202,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2687.5833333333335,2939.0,2551.1,9.280332392794023,1,0,0,none,1,3.2605042016806722,-0.8512087163772558,0,0.727,0,0,0,0.9493598142791809,76.01918465227817,22.561215086438942,113.04183090712786,109.91964955530425,60.98626258637705,38.42504749993811,12.258698478228517,2895.0,2766.6,2685.983333333333,5.5085664714812355,0,0,46.0,1.5758821514217198,0,1.0091324200913243,154.40185717300588,0,1,0.91324200913242,0,1,7.434670592565329,88.938112871094,0,0,0,0,0,0,-11.068727435633917,-1.3982728226267085,0.304414003044144,1.2077229960251814,178.70294117647063,0,0,3.9497580457738874,0.7647058823529411,-5710638522.472623,-232569444.7229538,1.4732376802777973,32247589.829498544,0,0,-5.257248892621569,81.50038016222673,25.40900207226203,1,1,11.284210526315782,0.6199389392796011,2823.5029248,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2907.65,2917.0,2524.3,0.39034959503378985,0,0,0,none,1,5.3232323232323235,-0.6851661527920521,0,0.733,0,-1,0,1.0,85.94594594594595,16.580631630338793,106.20276296108152,106.44433761003654,66.3417102381286,49.761078607789806,11.492953859177534,2821.6,2716.2,2587.5833333333335,7.4663132317208,0,0,52.42857142857143,1.7961141291048792,0,1.1023622047244095,210.00028233434014,0,1,10.833333333333334,0,1,8.351893095768382,81.91943301455615,0,0,0,0,0,0,4.127764127764138,5.258936633244488,1.8411996066863452,1.384960285370735,165.94705882352946,0,0,4.433615207721769,0.226890756302521,-6505918869.128503,-1781260.9095125198,2.082475263914526,48620781.71560401,0,0,-1.025832351420908,81.46002053517101,26.33891288802003,1,1,10.506766917293238,0.6343652824250259,2765.018688,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2432.166666666667,2893.0,2392.6666666666665,20.016446241348575,0,0,0,none,1,10.10126582278481,-2.1240150736553614,0,0.8,0,0,1,1.0,65.66455696202532,7.048982084654014,105.94776962052633,107.65386204446173,80.21739045171034,73.16840836705633,13.370644427309491,2763.0,2678.35,2440.0833333333335,8.200944611421225,0,0,64.07142857142857,2.2108843537414966,0,1.0141242937853108,242.6935745281542,0,1,1.968503937007874,0,1,9.772727272727266,73.96894630573127,0,0,0,0,0,0,4.0037795768663145,9.14923158613287,-1.724784401949762,1.3455032346867417,180.19705882352946,0,0,6.602664542096075,0.7142857142857143,-6129901651.528686,-124272475.99373913,3.067343117568025,47151669.440556675,0,0,-3.107221996907444,80.50842728419747,5.252976590665136,0,1,11.241353383458632,0.551805330127477,2706.48521984,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2451.3500000000004,2893.0,2250.6,18.220572337691454,0,0,0,none,1,13.508474576271187,-1.518288474810214,1,0.765,1,1,1,1.0,77.07736389684814,6.340511318529138,121.35705549098043,109.62277196127907,155.55156968169695,149.2110583631678,19.863996127569816,2732.8,2586.5,2158.6,12.043301759133973,0,0,78.21428571428571,2.698905649216208,0,1.2982005141388175,160.30289417955478,0,1,46.03174603174603,0,1,12.89442929489677,84.76925075278572,0,0,0,1,0,0,1.504844812878673,9.462744760653493,14.066331139501884,1.5294797496073365,338.13823529411775,0,0,8.4216546382224,0.6638655462184874,-7039525299.489484,-317455450.383358,2.874343571648018,87547590.70642889,0,0,-2.101250429304516,80.28809862508948,53.60057289469001,1,1,19.63909774436082,0.8182252566980044,2651.8586477625468,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2066.35,2782.0,1864.5,40.24729595663852,0,0,0,none,1,23.3265306122449,-0.8971704623878536,1,0.909,1,1,1,0.884414263811305,79.3388429752066,23.416773682564184,102.66914245643984,105.13579689028937,245.50649697677454,222.08972329421036,43.804121687687264,2660.6,2336.55,1794.9833333333333,16.838929190473117,0,0,124.57142857142857,4.5630559916274205,0,1.018045112781955,119.40255636938095,0,1,1.951219512195122,0,1,24.771480804387558,92.76925828502469,0,1,0,0,0,1,0.5853018987193508,-3.043307227207265,-4.040951520626322,1.2453604020119462,594.2794117647059,0,0,15.112668456749436,0.9831932773109243,-8144085959.439787,-412956787.1852951,2.9281756550324607,126621736.95807117,0,0,-2.4586531467683526,70.54464239823173,71.40338187929122,1,1,40.85789473684213,0.8924006665434614,2501.3195342762056,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1757.25,2718.0,1735.9,55.35638070849338,0,0,0,none,1,32.92307692307692,-3.296703296703297,1,1.0,0,0,1,114.01484069773721,282.771517388506,168.7566766907688,2271.2,1643.7,1372.2,64.26355174301878,0,0,205.5,7.611111111111112,0,1.056338028169014,201.29762315286663,0,1,6.349206349206349,0,1,82.0633850303439,99.74521797767713,0,1,0,0,0,1,1.1022309123249983,22.85787565179396,0.8100958100958309,1.6191488126544753,832.7088235294118,0,0,19.329248174998188,1.0,-6856362734.013312,136871972.41422653,3.138256531934909,343036385.81509507,0,0,0.00969004765024909,69.88981362653861,82.2252280924595,1,1,63.57593984962406,0.8152585519783144,1894.6169146252657,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.45,2624.0,1634.9,3.828183583610545,0,0,0,none,1,51.0,-6.814814814814815,1,0.933,1,1,1,63.28381817718703,43.090612583939446,-20.193205593247587,1456.6,1336.35,1422.0666666666666,55.12403187787631,1,0,193.57142857142858,9.33774378058025,0,1.1289473684210527,470.9151892668906,0,1,12.894736842105264,0,1,62.843676355066776,93.94752842908521,0,0,0,0,0,0,20.55063086379812,47.36977677973156,32.27443609022555,1.3927300917184426,217.18235294117653,0,0,28.57577123838253,,-6050170216.574182,255855118.68797874,9.504569692241764,751948828.314656,0,0,-0.07153576317540448,31.59668782136884,18.629076494673843,0,1,8.484962406014997,0.0733442817391099,1342.755,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,618,above_cloud,above,20.759,0,0,1962.3333333333333,1975.0,1341.6666666666667,5.639544759639881,0,0,0,none,1,10.084745762711865,-28.46116739025567,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,1.0,95.14304723885562,102.98771471185266,103.80788155306205,101.37166176655457,83.09608540925267,106.53239389469498,71.16597396891153,1.0,55.48052831673389 -133,2025-09-10 01:36:00,buy,2395.0,0.345,23,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#23,0.04454616574070078,28.57142857142857,-6.64174885213869,5.9174421379149775,11.739879470863,-34.599670699737544,-27.957921847598854,6.430218979772838,2426.2,2480.65,2554.35,-2.9286678894644536,0,0,34.214285714285715,1.420859041290935,0,0.08661417322834646,-145.99737532808416,1,0,-91.33858267716536,1,0,-5.494505494505497,31.67640281157081,0,0,0,0,0,0,-1.3802622498274673,-0.15725814685120199,-8.73365599942209,0.01527933342049861,-84.88529411764694,0,0,2.3656173998144925,0.0,-5320705280.3424,-22516595.47912407,0.6372456986532101,-4024199.0613958836,0,0,-3.24983880684914,43.865705482357,30.46100582038638,1,1,-5.090977443609053,0.5704372276051886,2397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2602.083333333333,2932.0,2450.5,-7.458767013610879,0,0,0,none,1,-4.764705882352941,-0.24916943521594684,0,0.321,0,0,0,0.12524328338738622,36.688311688311686,-5.01888484720655,22.52203633747092,22.248233122491285,-46.89940384234342,-41.88051899513687,8.401124424918882,2436.4,2499.7,2624.7833333333333,-3.148377805336633,0,0,39.857142857142854,1.646309081253319,0,0.1497326203208556,-147.78543170940878,1,0,-76.47058823529412,0,0,-2.3790322580645173,22.826912180991044,0,0,0,0,0,0,-8.07089511055517,0.022534476161666817,6.942236354001059,0.016594004848035027,-116.6411764705881,0,0,5.0117005135639605,0.7563025210084033,-6452180125.305097,-68688139.84353065,0.49824055418032553,2113685.979324281,1,0,-5.346590761881521,44.713858555202,38.34773910723491,1,1,-6.818045112781977,0.5902787566469747,2393.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2908.2666666666664,2917.0,2445.4,-16.75453878598936,0,0,0,none,1,-2.3434343434343434,-0.53696819496076,0,0.536,0,0,0,0.0,34.52914798206278,-11.617302072001934,17.234409257988595,28.991675405110396,-68.18400087424561,-56.56669880224368,12.468326936223688,2469.4,2563.2,2684.2833333333333,-6.249999999999989,0,0,67.0,2.7881814398668334,0,0.038314176245210725,-148.75072632190583,1,0,-95.16908212560386,1,0,-8.317436093094244,20.764271244440224,1,0,0,0,0,0,-0.8460434421332366,-2.54353064994703,-15.730734504295697,-0.06429754053526417,-187.52352941176468,0,0,7.200208472159197,0.6386554621848739,-7877715361.715394,-370967213.5665779,0.5173265168358696,-4190975.7554947436,0,0,-11.077692558085033,43.80442860894193,32.84273607422544,1,1,-12.066165413533856,0.7982615748256655,2393.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2834.666666666667,2893.0,2476.3333333333335,-15.228127939793046,0,0,0,none,1,-1.0506329113924051,-0.5409904286308781,0,0.611,-1,0,0,0.08363108844068594,38.56749311294766,-27.68902219342582,19.492243790794365,18.616014049725504,-63.96562501749668,-36.27660282407086,20.75467110440178,2483.4,2630.3,2626.9,-8.641599817511313,0,0,86.78571428571429,3.611556982343499,0,0.0,-142.09010254637658,1,0,-100.0,1,0,-8.665906499429877,21.702645967968493,1,0,1,0,0,0,-1.1488189437899265,-2.3267083069105396,0.0,-0.042679487179990885,-212.08529411764675,0,0,9.275492559404478,0.7394957983193278,-7831740491.993026,-733180930.5597525,0.3964913358012104,-23536582.57948196,0,0,-10.105134381372356,43.832727953083776,54.82966159364822,1,1,-20.65413533834589,0.8016038286711766,2403.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2663.95,2893.0,2384.0,-9.795604271851943,1,0,0,none,1,-0.23728813559322035,-1.0403662089055348,0,0.562,0,0,0,0.0,37.0338248048569,-56.67004104224978,11.39085281282757,11.559157216083412,17.143299205128187,73.81334024737797,19.861205622968715,2527.0,2681.05,2337.95,-10.370936759851556,0,0,135.57142857142858,5.641757327150586,0,0.0,-165.8042694263379,1,0,-100.0,1,0,-17.98634812286689,49.9105652445622,0,0,0,0,0,0,-4.954592183560088,-6.913552409457054,-2.90909090909091,0.13251515728894414,-103.54705882352937,0,0,12.208662141866759,0.9831932773109243,-7965436112.443008,-870235661.5627966,0.343399472798988,-97815077.5761385,0,0,-5.118931418943411,44.17757989695066,40.17124110218998,1,1,-11.027819548872195,0.24018522424679967,2403.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2802.083333333333,2815.0,2272.5,-14.242379182156128,1,0,0,none,1,6.285714285714286,-2.6217228464419478,0,0.714,-1,0,0,0.5205470554522158,53.394039735099334,-35.55021951658455,40.67122343946297,52.13839156783308,180.33002732068599,215.88024683727053,35.87855431951616,2627.6,2509.5,1924.0166666666667,0.7371986451484291,0,0,143.64285714285714,5.682075045207957,0,0.6054131054131054,-18.369635068433016,0,0,-76.51933701657458,0,0,-0.43324143363528966,61.12022122688745,0,0,0,0,0,0,-2.0582003325253453,-11.317916008216343,-6.272541841710684,0.5739602141181371,279.0029411764708,0,0,15.177576098298111,1.0,-9221437022.438105,-1275874443.0940208,0.5385287970180822,112299399.12604487,1,0,-3.5415452895507333,52.36978347544725,56.435346878768826,1,1,29.49774436090225,0.6010649052308201,2443.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2657.1833333333334,2762.7666666666664,1706.9333333333334,-4.861664293644274,1,0,0,none,1,27.666666666666668,-2.492088607594937,0,0.909,0,0,0,112.17507681690384,340.88923161079583,228.714154793892,2513.8,1784.7,1419.5,43.665602061971185,0,0,238.5,9.301872074882995,0,0.9554234769687965,111.56241972771639,0,1,-5.063291139240507,0,1,78.17929117442668,76.43935983815234,0,1,0,0,0,1,-13.1915492347988,-15.479758778684953,-2.293824319140782,1.1507234296094597,936.4529411764704,0,0,21.33503839851883,1.0,-8970424090.011404,-1999236626.8485355,1.0762119698959982,437261943.5698862,0,0,-2.5692253126462847,55.3637071347393,78.60833023726717,1,1,79.41203007518794,0.8685419570558147,2157.19482536017,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.6666666666665,2624.0,1644.0,-1.409894898743902,1,0,0,none,1,46.62068965517241,-4.953198127925117,0,1.0,0,-1,0,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,2,0,0,1,0.5,0.0,-0.333,1,0.8864735405530927,82.14689265536722,105.53751612526499,105.45219042717447,112.98471300125792,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -134,2025-09-10 06:21:00,buy,2457.0,0.336,23,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#23,0.0,40.49586776859503,-0.4322543495594875,62.96296296296335,98.27160493827195,-5.740730189723763,-5.3084758401642755,1.345617705605957,2502.4,2504.35,2517.2833333333333,-1.0122387046539005,0,1,12.357142857142858,0.49847288653258803,1,0.0,-282.1969696969627,1,0,-100.0,1,0,-1.3922036595067633,40.99790966588434,0,0,0,0,0,0,-18.014770529277314,-1.9259091263753794,-59.99999999999999,-0.06694427651875917,-17.04411764705901,0,0,1.485175349544941,0.19327731092436976,-5367634785.984517,-11652078.210130692,1.9486275834176376,-63230.524792037904,0,0,,47.526619251793804,19.48302016673102,0,1,-0.1616541353383742,0.012886299765577425,2479.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2398.116666666667,2525.9,2395.0,3.3727855886911184,1,0,0,none,1,0.19327731092436976,-0.24203307785397335,0,0.5,-1,-1,1,0.19098086142516557,42.37288135593221,-2.4633350325773375,91.11757105943168,94.43947525342895,-5.521052662156762,-3.057717629579425,4.082425563320389,2505.0,2516.75,2501.7166666666667,-1.26154763087315,0,0,17.714285714285715,0.712848519689566,0,0.17117117117117117,-202.29320229320317,1,0,-55.81395348837209,0,0,-0.5204163330664535,32.35713982727101,0,0,1,0,1,0,-7.627118644067792,-1.2299193285833199,-1.937984496124031,0.12498626725292046,-21.629411764705765,0,0,1.830462764782753,0.01680672268907563,-6489771260.213318,-8737726.318068504,2.8462060908233457,239064.99178099632,1,0,-4.468824462776231,47.95408009188249,18.677628656231104,0,1,-2.8744360902255868,0.4383052140052357,2466.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2601.5,2671.0,2411.5333333333333,-4.4781856621180065,1,0,0,none,1,-1.3636363636363635,-0.5231388329979879,0,0.4,-1,-1,1,0.257682734087938,45.564516129032256,-1.0156403545714268,23.8482559567674,24.86128443711928,-7.757471394259028,-6.741831039687601,5.0523129475766195,2505.2,2515.8,2572.7833333333333,-1.2242626599888728,0,0,36.42857142857143,1.465938488071285,1,0.22033898305084745,-136.3300622559889,1,0,-77.96610169491525,0,0,-3.979907264296756,45.46302100311546,0,0,0,0,0,0,-9.579516792778449,-1.7836713976358114,-2.545477121748309,0.29740961405463756,1.050000000000182,0,0,3.2898234749520983,0.01680672268907563,-7944272803.019982,-50798553.970267296,2.4431724714327165,-2372647.1757290363,0,0,-6.107812229857946,48.11039937033874,16.861262242918954,0,1,0.1834586466166221,0.0011666260913164583,2459.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2834.666666666667,2893.0,2476.3333333333335,-12.335371589840083,1,0,0,none,1,-2.3037974683544302,-0.2414486921529175,0,0.556,0,0,1,0.5425107632350188,51.12540192926045,5.797174853947865,36.64402942840983,31.21109224674602,-18.40503059454477,-24.202205448492634,7.374123632911275,2509.6,2504.15,2629.133333333333,0.31347962382444194,0,0,45.5,1.8113057324840764,1,0.6369047619047619,-55.993111125112875,0,0,-53.50877192982456,0,0,0.7621339751303635,46.44594054948375,0,0,0,0,0,1,1.8993957373099803,-0.5856696654000899,9.045463120166009,0.41769027604185455,-26.517647058823513,0,0,4.8899489159027425,0.13445378151260504,-7929003332.426344,-79029206.50397396,1.5804479773955162,2678236.563977599,0,0,-4.461853587417578,49.76958429048723,21.714335950905763,0,1,4.13308270676698,0.28053994671980087,2459.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2656.166666666667,2893.0,2484.6666666666665,-5.427621258706161,1,0,0,none,1,-1.0338983050847457,-0.23885350318471338,0,0.571,0,0,0,0.3700540123820679,40.48780487804878,-14.947290391650615,63.02632209247997,68.51887296706023,-13.57865319146913,1.3686372001814862,21.237909109156554,2522.8,2585.35,2443.8333333333335,-2.7597810741292195,0,0,89.21428571428571,3.5486987157631544,0,0.26941747572815533,-62.61939452808776,0,0,-26.490066225165563,0,0,-0.5537974683544333,28.92183841587149,0,0,1,0,1,0,4.363773870296839,2.9642883632219146,-7.919275262669018,0.4016407561318258,-90.70294117647063,0,0,10.96578926550198,0.6974789915966386,-8119192975.8975315,-152612870.55736256,0.3104814494479465,6640022.285171688,1,0,-7.418385153687023,50.29908551327515,48.170873251161424,1,1,-17.06992481203012,0.5412389425500435,2459.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2803.083333333333,2815.0,2266.8333333333335,-10.313048131521828,1,0,0,none,1,8.46938775510204,-0.23866348448687352,0,0.714,0,0,0,0.34816555486548517,39.89130434782609,-49.55863458325854,18.96869244935549,18.078575813382482,103.92672568642638,153.48536026968492,18.510495359857405,2502.6,2586.7,2013.4833333333333,-2.8105307921289624,0,0,115.57142857142857,4.597113308330492,1,0.2885085574572127,-62.985256913547765,0,0,-80.38674033149171,1,0,-10.438190238688993,49.062960725243705,0,0,0,0,0,0,-8.952358926919516,1.399848726688674,-1.9337016574585633,0.5451489834025082,134.82058823529405,0,0,13.147040036722926,0.8487394957983193,-9240305648.845522,-1117813532.464078,0.24880765773373395,-2444403.880298674,0,0,-4.23984618697119,50.918313800426354,35.659110621317566,1,1,-1.4586466165414045,0.005197087114696686,2480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2639.55,2768.2333333333336,1702.0,-4.756492583963179,1,0,0,none,1,18.846153846153847,-1.0739856801909307,0,0.75,0,0,0,90.86951089074392,342.3010434073219,251.431532516578,2594.6,1846.25,1440.35,35.788761002031144,0,0,242.35714285714286,9.667217505270957,0,0.9105504587155964,101.70114379335162,0,1,-9.873417721518987,0,1,53.52112676056338,76.74920133447647,0,1,0,0,0,1,-2.6301436163776515,-21.305565926159915,-5.407541356908439,1.0261819866932445,952.9676470588233,0,0,21.631818571899935,1.0,-8967064988.759638,-2048196158.9607077,0.44178997277720095,359928424.1507467,0,0,-2.5114889719842184,51.32498401906744,76.49428310298859,1,1,81.69849624060149,0.8849708732848386,2250.555860288136,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.6666666666665,2624.0,1644.0,-3.6016406049730776,1,0,0,none,1,44.172413793103445,-5.265257279617072,0,0.938,-1,0,0,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,0,0,0,1,0.0,0.0,-0.333,0,0.8215093326587706,79.51674903898957,100.12997476835655,104.4996104460091,111.314843354843,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -135,2025-09-10 09:24:00,buy,2583.0,0.32,23,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#23,0.0,38.02816901408451,-11.231221165741925,30.843501326260327,26.441573258036346,11.623379309562097,22.85460047530402,2.836932334952096,2651.6,2669.55,2576.5666666666666,-1.4440636062257761,0,0,22.714285714285715,0.8633327903567356,0,0.42,-274.0002887252783,1,0,-57.99999999999999,0,0,-2.3385300668151476,42.11358443491172,0,0,0,0,0,0,-3.6984496909514633,-1.1032998418915732,12.924731182795696,0.21978802081358453,-8.097058823529096,0,1,1.5067295797703046,0.31092436974789917,-5465538109.924765,-51685092.892552376,1.787061790175367,-4847358.469406031,0,0,,55.08893371632162,23.344878151897582,0,1,-0.5601503759398333,0.030635376127791436,2589.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2685.133333333333,2689.0,2457.0,-2.016038930406927,1,0,0,none,1,1.0756302521008403,-0.26605853287723297,0,0.545,0,0,0,0.3961200200995021,41.919191919191924,-6.99018990131372,39.173155357805115,53.62801409898193,32.93236296494115,39.92255286625487,6.688094284378419,2663.0,2648.4,2555.866666666667,-0.6947590998338637,0,0,32.785714285714285,1.2466051059206953,0,0.5396825396825397,-84.83377166363256,0,0,-62.365591397849464,0,0,-1.3503375843960996,32.828829934385965,0,0,0,0,0,0,-13.636363636363633,-3.547271589654706,-12.612429837019,0.44409931033265854,63.11176470588225,0,0,2.77744187461098,0.5630252100840336,-6650472025.659691,-131401100.40167904,1.3808354900859725,-5732990.00818482,0,0,-4.042425951682738,55.10912536730568,55.37800285856417,1,1,4.827067669172973,0.4158942050322372,2595.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2663.416666666667,2688.0,2412.6666666666665,-1.2546541096962072,1,0,0,none,1,1.1717171717171717,-0.6463878326996197,0,0.542,-1,0,0,0.6748490718541507,71.67630057803468,10.672847089822724,93.27868852459018,101.20924288806873,41.74330643826306,31.070459348440338,13.705459803446725,2666.4,2568.45,2530.3166666666666,2.39638692596702,0,0,50.5,1.9201520912547527,0,0.7990654205607477,28.751431844215382,0,0,-23.497267759562842,0,0,4.572564612326047,60.33621511583873,0,0,0,0,0,0,-2.798173896439792,-5.595101037068009,-11.007025761124112,0.6614265468956073,101.85294117647072,0,0,3.911749197403759,0.31092436974789917,-8088285919.8318615,-138988162.1997099,1.7454901961890714,5685874.044062793,0,0,-3.477611461739346,55.24245761572748,37.599315032638756,1,1,13.157142857142853,0.782315176548785,2588.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2659.75,2878.0,2473.8333333333335,-1.1185261772723054,1,0,0,none,1,-3.1012658227848102,-0.6083650190114068,0,0.55,0,0,0,0.8186521592732314,68.09523809523809,22.00632511492936,100.31152647975087,108.17930079612334,32.8176213369311,10.811296222001737,12.088233182082215,2674.8,2558.45,2609.516666666667,3.851941605268827,0,0,56.642857142857146,2.131835044894887,0,0.9252336448598131,58.8440354179738,0,0,-7.476635514018691,0,1,6.025538707102962,60.60374242807757,0,0,0,0,0,0,-6.081977094635334,-3.044975881133233,-7.492211838006227,0.8325182054728271,127.30294117647054,0,0,5.384402421026023,0.31932773109243695,-8023715646.243019,-85026892.15827274,2.221678608000839,20072428.646609038,0,0,-3.4303955431113127,56.888596832043945,18.385335966901973,0,1,7.9285714285714395,0.36804285200501385,2588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2623.5,2893.0,2468.3333333333335,1.276920144844662,1,0,0,none,1,-0.7627118644067796,-0.602182913059842,0,0.583,0,0,1,1.0,69.4620253164557,15.068507874625903,114.25925925925912,99.35848621206861,10.753682816869059,-4.314825057756844,11.071349324756323,2582.2,2529.8,2490.4666666666667,6.292987587951604,0,0,75.14285714285714,2.794453594007331,1,1.2118644067796611,150.69341258048595,0,1,27.77777777777778,0,1,7.259672915835669,67.7451747393952,0,0,0,0,0,0,-0.7999161319264232,7.821286172250121,15.178262374524067,0.9239083306076136,-11.191176470588289,0,0,7.56848515908969,0.4369747899159664,-8231367237.207069,-230589856.47829056,1.8909150719428263,42161312.607043624,0,0,-4.413341152628721,59.226448069491354,30.491978667930848,1,1,3.4300751879699267,0.08398888632904533,2588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2804.55,2815.0,2271.6,-4.120090567114165,1,0,0,none,1,11.612244897959183,-0.5950167348456675,0,0.778,0,0,1,0.6960604483685167,47.97630799605133,-29.07354739039502,39.13443830570908,26.212400245549457,94.30693763628915,123.38048502668417,17.003192621292204,2556.4,2602.25,2071.0666666666666,3.3336535690267954,0,0,122.35714285714286,4.5502842267438774,1,0.6795580110497238,48.11122414377765,0,0,-32.04419889502763,0,0,2.204484986697075,41.68001327046778,0,1,0,1,0,1,3.743503763247105,12.620017885277747,16.114180478821364,0.8480066390963121,126.02352941176468,0,0,12.219984327764799,0.7647058823529411,-9233483321.627903,-93485961.60710716,0.9605389262732443,-6409049.021153033,0,1,-3.640497653354954,59.67975367036102,23.84012132508564,0,1,-6.940601503759422,0.13779176497540768,2597.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2639.55,2768.2333333333336,1702.0,1.8734253944801216,1,0,0,none,1,24.025641025641026,-3.718854592785422,1,0.778,1,0,0,75.43758949986642,345.72851939141106,270.29092989154464,2632.6,1911.55,1462.4666666666667,35.230572048860864,0,0,261.2857142857143,10.107764575849682,0,0.9695550351288056,107.05063721782886,0,1,-3.2911392405063293,0,1,46.210407239819,79.3634653913785,0,1,0,0,0,1,0.2992682770277355,-15.431921390877505,-6.205924135445173,1.0091043002441276,938.2558823529414,0,0,21.488760955393346,0.9915966386554622,-8891714877.37749,-1874550290.415306,1.8664008181852765,413753174.5396031,0,0,-2.2059587423692806,53.002791242021495,76.74372902795741,1,1,83.29548872180449,0.8951528388759145,2325.244688230509,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.6666666666665,2624.0,1644.0,-0.6024096385542133,1,0,0,none,1,46.89655172413793,-8.27852998065764,1,0.938,0,0,1,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,0,2,0,1,0.0,0.5,-0.333,1,0.8232499450503431,79.81601731601731,93.92405063291137,99.86384717551095,108.98864048801013,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -136,2025-09-10 10:36:00,sell,2848.0,0.65,23,고점 매도 · 비중 65% · 분할 · leg#23,0.8689016029468953,83.66666666666666,15.497927401762531,103.62294374422974,103.27687534371613,53.809164110715756,38.311236708953224,12.165185657376039,2841.0,2721.85,2663.3166666666666,4.487756489152606,0,0,37.285714285714285,1.3110307414104883,0,1.0353535353535352,112.38535575600942,0,1,4.117647058823529,0,1,6.636670416197976,91.03405546262015,0,0,0,0,0,0,2.2713178294573595,-1.9737503829615477,0.5134424903982335,1.1475634077410246,152.12352941176505,0,0,2.811715171203308,0.8487394957983193,-5476206076.085257,-3748616.6376314163,1.0819413075109674,14511770.634223953,0,0,,66.27989152761535,65.55669748051541,1,1,13.256390977443594,0.8975791959284185,2844.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2830.666666666667,2837.0,2596.3333333333335,0.47103155911445427,0,0,0,none,1,2.1596638655462184,-0.7032348804500703,1,0.581,0,0,0,0.9858311762618812,88.37209302325581,19.552307497925625,110.28534849819032,107.62030666452843,58.212389075672945,38.66008157774732,12.626327527153059,2823.2,2694.7,2597.9,6.134263554384534,0,0,40.714285714285715,1.4235764235764237,0,1.1056910569105691,142.89188574297677,0,1,11.818181818181818,0,1,7.599699021820916,98.23165312490175,0,0,0,0,0,0,9.158609877188397,0.8387351893267976,3.9393939393939377,1.3593518350059008,152.42352941176478,0,0,3.2275204768535537,0.7478991596638656,-6683645075.411822,-24189096.60129738,0.9127670369404786,20439805.116295427,0,0,-3.777698113546397,67.26549421538883,30.412195717871647,1,1,10.855639097744342,0.5700643386466049,2837.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2827.75,2834.0,2459.0,1.1404827159402275,0,0,0,none,1,3.414141414141414,-0.1048951048951049,1,0.615,0,0,0,1.0,71.15384615384616,17.581782665952936,102.20400057326538,97.97799566824811,59.3191866962693,41.73740403031636,13.669576329507027,2738.8,2645.15,2546.266666666667,7.290701850556669,0,0,58.357142857142854,2.056277056277056,0,1.0205278592375366,199.3949250651416,0,1,2.880658436213992,0,1,5.384329743780181,70.76861170906976,0,1,0,1,0,1,-3.259799901590938,5.097523733074063,1.3390073575258725,1.2676004644681294,173.91470588235325,0,0,4.489713916560219,0.4369747899159664,-8072638368.086522,-114009831.0508852,1.2754080782197126,17766232.248454094,0,0,-1.620902229129477,66.17562799322141,49.63852343515045,1,1,12.134586466165473,0.6307064462118616,2779.848,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2648.5,2831.0,2480.6,7.1549933924863085,0,0,0,none,1,-0.4430379746835443,-0.21141649048625794,1,0.583,1,0,0,1.0,79.63576158940397,23.134548155136052,101.02045625532664,94.20231772828367,53.84629310364244,30.711744948506386,16.223425650724504,2701.0,2598.7,2604.35,9.208450379035682,0,0,79.71428571428571,2.808819087888855,0,1.0188172043010753,179.41313460642766,0,1,2.0527859237536656,0,1,9.787234042553195,81.64422746524282,0,0,0,0,0,0,7.12653649715304,6.858576087176083,3.2749355497140584,1.1418299877880749,160.60588235294108,0,0,6.032444665318319,0.4957983193277311,-8005094898.684833,-78918888.43549156,1.5304079171692595,31265355.1864627,0,0,-1.335527304134718,66.18180026033606,29.64194419686651,1,1,15.479699248120285,0.7549455781488532,2751.56,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2847.4666666666667,2855.0,2493.4,-0.3324592620340905,1,0,0,none,1,-1.694915254237288,-0.4580690627202256,1,0.571,1,1,0,1.0,71.36038186157518,27.792901668092405,103.41295444262272,103.83721841255276,37.604370533329984,9.811468865237577,15.999927640310688,2690.4,2549.45,2521.5333333333333,11.318127439251601,0,0,94.07142857142857,3.314708547266687,1,1.2322946175637395,216.89913078633464,0,1,27.609427609427613,0,1,13.610888710968783,76.48411575348082,0,0,0,0,0,0,11.938098505316582,11.791385812812088,-0.05611672278338631,1.1340765793423897,83.17941176470595,0,0,9.406073241132383,0.6050420168067226,-8275050898.905,-200029212.7578869,2.0723213206749262,69203873.13552809,0,0,-3.608774847714197,66.44642241643699,23.10692621141774,0,1,12.37067669172934,0.5150458656949756,2669.7200000000003,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2611.0333333333333,2815.0,2421.133333333333,8.692599354023312,0,0,0,none,1,8.224489795918368,-0.8809020436927414,1,0.75,1,1,1,0.642009894018509,42.9171038824764,-21.849217889942096,72.60344658855354,44.91938090705009,96.06896266425656,117.91818055419866,16.907139490795043,2588.0,2609.35,2091.3333333333335,2.4009810872439585,0,0,120.64285714285714,4.515076988879383,1,0.6325966850828729,84.07639968768252,0,0,10.628019323671497,0,1,4.212168486739465,44.0774412408408,0,1,0,0,0,0,-5.0592041135749355,7.224329500452924,33.469008282844456,0.78746432328703,150.68235294117676,0,0,12.009225843146645,0.7394957983193278,-9211102206.262655,-32767571.853471756,1.8018834162434139,-17366898.260459006,0,1,-3.327549490531478,57.428824042735414,19.905115726973417,0,1,-7.084962406015041,0.14443025674670573,2638.6,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2639.55,2768.2333333333336,1885.8333333333333,1.229376219431333,1,0,0,none,1,23.512820512820515,-4.902694610778443,1,0.778,0,0,1,75.43758949986642,345.72851939141106,270.29092989154464,2632.6,1911.55,1462.4666666666667,35.230572048860864,0,0,261.2857142857143,10.107764575849682,0,0.9695550351288056,107.05063721782886,0,1,-3.2911392405063293,0,1,46.210407239819,79.3634653913785,0,1,0,0,0,1,0.2992682770277355,-15.431921390877505,-6.205924135445173,1.0091043002441276,938.2558823529414,0,0,21.488760955393346,0.9915966386554622,-8891714877.37749,-1874550290.415306,1.8664008181852765,413753174.5396031,0,0,-2.2059587423692806,53.002791242021495,76.74372902795741,1,1,83.29548872180449,0.8951528388759145,2325.244688230509,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.6666666666665,2624.0,1644.0,-0.6024096385542133,1,0,0,none,1,46.89655172413793,-8.27852998065764,1,0.938,0,0,1,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,0.8232499450503431,79.81601731601731,93.92405063291137,99.86384717551095,108.98864048801013,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -137,2025-09-10 11:09:00,sell,2800.0,0.35,23,고점 매도 · 비중 35% · 분할 · leg#23,0.4343650940392003,36.47798742138365,-9.636885167991686,24.87562189054763,14.598723553947773,26.046583050001573,35.68346821799326,5.7231540026179575,2791.8,2808.55,2708.266666666667,-0.375638674761003,0,0,27.928571428571427,0.9981619524149903,0,0.494949494949495,3.422619047618979,0,0,-74.6268656716418,0,0,-2.133613151451552,44.42604550525854,0,0,0,0,0,0,-6.188679245283012,0.051005074931460115,7.960199004975124,0.5944859162193927,51.8058823529409,0,0,3.020633089491605,0.9159663865546218,-5501847699.072883,-21680328.09871292,0.4699795803387052,-5737744.782768413,0,0,-0.8800967066385719,63.130243703904924,53.8881520835523,1,1,1.1872180451127738,0.03055018330972692,2800.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2841.4833333333336,2848.0,2496.1,-1.5303040078832097,1,0,0,none,1,2.46218487394958,-0.8934953538241601,1,0.633,0,0,0,0.645114321685168,71.1864406779661,-2.503719463120426,70.90914722168372,76.3123363444085,46.58934704701642,49.09306651013684,13.188563248375859,2798.4,2740.55,2627.65,1.9138494097900027,0,0,46.07142857142857,1.6495319932484271,0,0.8136363636363636,50.33698705911499,0,0,-28.47222222222222,0,0,1.563636363636367,80.58299967053145,0,0,0,1,0,1,0.9240500074121627,-2.209146344531298,-1.8914315870274407,0.696532320196673,79.42058823529396,0,0,3.240994321292879,0.7647058823529411,-6701137805.867417,-50109999.40953255,0.5889352328044681,5918183.936712623,0,0,-1.0865356184916934,62.93162470740443,38.272704520425535,1,1,12.922556390977423,0.7158375338434848,2793.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2827.75,2834.0,2496.5,-1.228892228803824,1,0,0,none,1,2.8585858585858586,-1.3605442176870748,1,0.615,0,0,0,0.7800622638346401,64.0,12.215965838491023,88.34019204389575,95.3360768175583,65.86385583565107,53.64788999716004,12.136348742815612,2812.0,2690.55,2560.95,3.3989333035996383,0,0,64.5,2.3184759166067574,0,0.8008130081300813,105.8911641049209,0,1,-20.16460905349794,0,0,5.7794676806083745,70.12552521689733,0,1,0,0,0,1,0.28318584070796504,-3.8630137770731565,-7.681755829903977,0.834619378205283,196.0941176470592,0,0,4.826184229681423,0.6050420168067226,-8095585225.199214,-7299305.367352486,0.8059019876732062,17292737.84537351,0,0,-1.8257457427739117,62.48335536653915,44.44530964330453,1,1,10.531578947368395,0.5825279566274084,2781.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2663.1000000000004,2831.0,2480.6,4.464721565093299,1,0,0,none,1,2.5443037974683542,-1.5815959741193386,0,0.609,0,0,0,0.8204860929579755,72.01210287443268,22.645717946780728,95.63783283382266,99.81486472368442,65.59977548151346,42.95405753473273,18.15270905256559,2777.2,2629.05,2602.366666666667,5.8176908008596095,0,0,84.5,3.0373831775700935,0,0.8682795698924731,110.8390181330534,0,1,-19.91869918699187,0,1,4.351087771942996,70.87325399252214,0,0,0,1,0,1,-7.690867422597009,-3.6778144513439344,-7.148472248081248,0.8442109747502103,200.38235294117658,0,0,6.4080927370485785,0.5546218487394958,-8037741991.510535,-97222948.2636404,0.9537811430959592,31207338.36485505,0,0,-1.555620609716834,62.507953075372114,34.88386189780293,1,1,18.275939849624013,0.8212339251150872,2781.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2621.4666666666667,2855.0,2493.4,6.123798382584811,1,0,0,none,1,-1.271186440677966,-0.7548526240115025,0,0.583,0,0,0,0.9810970770780101,65.85928489042675,30.063325564836187,115.9606536569886,107.61422642167247,47.39062582128281,17.327300256446623,17.835660617867543,2713.6,2562.15,2533.05,8.580684191011457,0,0,93.92857142857143,3.3762966005956665,0,1.0830670926517572,152.8370957901161,0,1,8.754208754208754,0,1,10.66030230708035,70.37543232527331,0,0,0,0,0,0,-5.501096971148428,2.2704238967437824,12.547699214365878,0.9397066175949543,97.68529411764666,0,0,9.578446036215757,0.6134453781512605,-8322100027.705279,-202907051.80774784,1.2411495949086133,59829556.501158714,0,0,-3.11197905620872,62.886601797799344,21.260069699141127,0,1,15.354135338345854,0.6321952849996122,2698.7760000000003,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2611.0333333333333,2815.0,2421.133333333333,6.547854616946047,1,0,0,none,1,6.26530612244898,-0.39539899352983465,0,0.75,0,0,0,0.8477029799095612,46.875,-10.230870535237955,97.5750781900194,69.77098769476065,105.12959238515123,115.36046292038918,17.60827296097464,2641.6,2621.5,2112.866666666667,6.1224489795918435,1,0,109.57142857142857,3.938584779706275,1,0.93646408839779,118.87377714149365,0,1,14.14141414141414,0,1,10.047468354430379,58.10975541351223,0,1,0,0,0,0,3.957896117523603,11.618347354704142,24.97163160146586,1.0134419072019636,189.67352941176478,0,0,12.344415339256253,0.7647058823529411,-9220201757.383244,1235265.0548610687,0.610529617510705,5302641.591777682,0,0,-3.5323993819014867,63.47099522613835,18.62947176272441,0,1,-5.729323308270653,0.0862703261095118,2671.88,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2639.55,2768.2333333333336,1885.8333333333333,5.3967532344528335,0,0,0,none,1,26.743589743589745,-1.6534867002156721,1,0.8,1,1,0,75.43758949986642,345.72851939141106,270.29092989154464,2632.6,1911.55,1462.4666666666667,35.230572048860864,0,0,261.2857142857143,10.107764575849682,0,0.9695550351288056,107.05063721782886,0,1,-3.2911392405063293,0,1,46.210407239819,79.3634653913785,0,1,0,0,0,1,0.2992682770277355,-15.431921390877505,-6.205924135445173,1.0091043002441276,938.2558823529414,0,0,21.488760955393346,0.9915966386554622,-8891714877.37749,-1874550290.415306,1.8664008181852765,413753174.5396031,0,0,-2.2059587423692806,53.002791242021495,76.74372902795741,1,1,83.29548872180449,0.8951528388759145,2325.244688230509,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2600.6666666666665,2624.0,1644.0,-0.6024096385542133,1,0,0,none,1,46.89655172413793,-8.27852998065764,1,0.938,0,0,1,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,0,2,0,1,0.0,0.5,-0.333,1,0.8232499450503431,79.81601731601731,93.92405063291137,99.86384717551095,108.98864048801013,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -138,2025-09-10 17:00:00,buy,2550.0,0.231,24,저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#24,0.0,25.157232704402517,-6.487835886011581,16.36115400011475,19.65743124959394,-23.597288042733453,-17.109452156721872,4.711329250773453,2591.4,2631.95,2666.2166666666667,-2.543741332472116,0,0,24.5,0.9551656920077972,0,0.06956521739130435,-196.35174668731685,1,0,-90.80459770114942,1,0,-2.914458743376225,23.488901478884145,0,0,0,0,0,0,0.0,-1.2247314347927958,-5.139994105511345,-0.1319740239056992,-75.76764705882351,0,0,1.5427234790244724,0.5042016806722689,-5723292641.501388,-10931957.107728004,2.6249718012616756,-5349423.305590689,0,0,,47.94065479445913,41.681654294014535,1,1,-4.4037593984962635,0.7063061894849483,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2698.75,2800.0,2638.0,-4.955998147290408,0,0,0,none,1,-1.8235294117647058,-1.2475633528265107,0,0.385,0,0,1,0.0,18.446601941747574,-7.756149936941638,17.84303145603906,23.179246499979637,-23.490660038427905,-15.734510101486267,5.936978021388203,2612.0,2658.1,2683.8166666666666,-3.314397501975097,0,0,32.285714285714285,1.2562534741523068,0,0.09090909090909091,-183.00473788781886,1,0,-89.34426229508196,1,0,-3.709254402397899,13.356405392017052,0,0,0,0,0,0,-4.152268114749603,-2.1426976953490744,-7.559198542805099,-0.07348569641305218,-64.45588235294099,0,0,1.9378741053147586,0.29411764705882354,-6920581996.75737,-65890389.03690529,2.7771114572992897,-6615249.132737696,0,0,,48.3207698493614,31.02580078261573,1,1,-6.2120300751879745,0.8677240070806427,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2829.383333333333,2834.0,2612.4,-9.167486436973892,0,0,0,none,1,-0.8686868686868687,-1.245136186770428,0,0.389,-1,0,1,0.0,39.62962962962964,-8.111749418612533,36.450001218590835,32.31418520955698,-18.356223046896503,-10.24447362828397,4.800192394717625,2631.2,2673.25,2678.616666666667,-2.7027027027026973,0,0,39.714285714285715,1.5268852639094854,0,0.3055555555555556,-247.97462472473282,1,0,-68.79432624113475,0,0,-2.3648648648648685,25.35253748295898,0,0,0,0,0,0,-5.140244847357806,-1.935408112191979,10.401891252955089,0.080097469075934,-80.11176470588225,0,0,3.0323240060126704,0.06722689075630252,-8342624706.787045,-76949666.58652401,3.147765691120092,-10321902.829908162,0,0,,50.2876219152147,20.635859928387553,0,1,-3.6203007518797516,0.4457392602518867,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2663.6000000000004,2831.0,2595.4,-2.3502027331431252,1,0,0,none,1,1.5063291139240507,-1.2302960399846214,0,0.542,0,0,1,0.0,36.12167300380228,-12.562610802435657,26.847097913149494,39.85555268216766,-7.125182209371815,5.437428593063841,5.341973131249955,2656.6,2690.25,2624.233333333333,-2.7971378124709623,0,0,45.5,1.7399617590822178,1,0.3841059602649007,-280.7779054427854,1,0,-59.154929577464785,0,0,-2.679568291775214,31.395774397644672,1,0,0,0,0,0,-4.303858911091339,-1.9342189109478607,-8.203158344003409,0.15107573201752889,-69.59999999999991,0,0,3.3255231298974803,0.008403361344537815,-8224510648.237396,-65728857.244547844,2.4315643938206066,-10123488.717643797,0,0,-3.840578805207346,51.15860924701121,29.508878599802717,1,1,-4.196240601503775,0.47744144005774536,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2688.3999999999996,2831.0,2471.4,-2.7302484749293088,1,0,0,none,1,2.9152542372881354,-1.2237093690248566,0,0.545,0,0,1,0.4134728541182747,54.04255319148936,-9.379594608000751,48.89308516356787,51.74570517644568,26.809155497075608,36.18875010507636,13.307823226837387,2672.4,2674.8,2621.483333333333,-1.1514879617167684,0,1,87.57142857142857,3.312081262156905,1,0.5789473684210527,-99.3608144831015,0,0,-56.28140703517588,0,0,-3.854545454545455,57.50480245198814,0,0,0,0,0,0,4.626210779037997,-3.5723974249722446,-3.085865837122128,0.43402442164361427,53.417647058823604,0,0,8.468993530006161,0.36134453781512604,-8580132777.331448,-260251596.03721237,1.0339766497386955,3235817.317462504,1,0,-3.394555697085461,53.28279765598685,16.10229742570608,0,1,6.339849624060113,0.17764347704314132,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2808.133333333333,2815.0,2499.133333333333,-5.8449266416599315,1,0,0,none,1,-1.1428571428571428,-1.2102874432677762,0,0.625,-1,0,0,0.6304592043060354,67.24890829694323,-12.470249749140763,82.6595009928344,88.38498949610066,93.5848828665521,106.05513261569287,17.299671563689024,2711.6,2620.85,2217.15,2.256901386954624,0,0,90.85714285714286,3.390191897654584,1,0.797979797979798,-3.4605597964376607,0,0,-23.076923076923077,0,0,6.603023070803493,67.28117100793767,0,0,0,0,0,0,7.561001925031654,-2.70854006746481,-1.9684019684019631,0.6757307759049787,101.11176470588225,0,0,11.436917995035508,0.6638655462184874,-9471509285.378721,-231203636.5331993,0.9193130658398342,28726011.670563757,0,0,-4.919613269560065,56.057191392105146,15.98003732331325,0,1,7.269924812030082,0.14397524237600468,2557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2591.9333333333334,2754.866666666667,2253.5333333333333,3.3977211348028558,1,0,0,none,1,15.0,-1.1940298507462688,0,0.778,0,0,0,56.95122010475728,359.5233941863157,302.57217408155844,2624.4,2051.9,1511.4166666666667,30.61065354062089,0,0,269.57142857142856,10.058635394456289,0,1.031275720164609,80.0793853721494,0,0,4.217536071032186,0,1,29.28123492522914,76.59412479043513,0,1,0,1,0,1,-3.90654650966772,-15.222536550540553,4.6969845975170585,0.9675900837426739,846.3058823529411,0,0,22.424092802328126,1.0,-9205063037.562721,-2176031988.037816,0.6737507226755883,425656982.11218464,0,0,-2.439065406328243,56.53665089497875,75.08243013856277,1,1,86.17443609022557,0.9081853655359277,2436.396600467526,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2618.5166666666664,2642.0,1796.6,2.348021462532879,0,0,0,none,1,49.51724137931034,-2.425373134328358,0,0.938,0,0,0,121.17540477256922,131.27605037246394,10.10064559989472,1726.4,1399.75,1440.1666666666667,83.17556706554743,0,0,227.28571428571428,8.864497437040338,0,1.1579399141630902,341.6961674619059,0,1,15.793991416309014,0,1,103.16957210776545,95.48713930450364,0,0,0,0,0,0,7.552769552579392,57.89158659538219,11.247569788342332,1.6765312684831737,437.8676470588234,0,0,31.901169364295065,,-6206370369.171438,145411702.82234097,3.830259277903715,996391488.2859277,0,0,-0.1855002207007803,54.57183065469289,22.749345192141448,0,1,25.385714285714275,0.2062445676411725,1418.6244000000002,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,above_cloud,above,43.829,0,0,2205.25,2380.0,1331.5,16.267996825756725,0,0,0,none,1,20.084745762711865,-8.658346333853356,1,0.538,1,1,1,2,0,0,1,0.5,0.0,-0.333,1,0.7935239745368765,79.39365229748934,105.07070370541338,99.78949114874035,104.28672338918321,90.64885496183206,117.77996368303731,99.52343846073389,1.0,94.50214495142886 -139,2025-09-11 01:30:00,buy,2460.0,0.24,24,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#24,0.08719170181249623,7.741935483870975,-11.992277903635387,4.261941056910957,5.268737115790311,-30.573675079352597,-18.58139717571721,8.244536810348263,2476.2,2551.85,2569.9666666666667,-3.4034132100240977,0,0,26.0,1.054766734279919,0,0.0,-105.46809439092368,1,0,-100.0,1,0,-4.383242823894495,11.478891417608878,0,0,0,0,0,0,-1.5913978494623677,0.6435484085487388,-1.1396011396011394,-0.15611874974892387,-93.48529411764684,0,0,2.0579252116925124,0.957983193277311,-5946341954.317253,-40336931.218011856,0.9216042124861427,-3623548.003303118,0,0,,40.75962096346104,64.75823510954635,1,1,-7.92706766917293,0.7950058971272344,2465.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2627.25,2630.0,2470.5,-6.17565895898754,0,0,0,none,1,-1.2857142857142858,-0.2434077079107505,0,0.414,0,0,0,0.0,9.756097560975604,-14.035283680019441,5.66487775790116,21.752793499019727,-23.94539520942044,-9.910111529400998,6.875055710412262,2506.2,2570.25,2590.25,-4.133839120708105,0,0,27.642857142857142,1.121869202226345,0,0.0,-178.4335315275642,1,0,-100.0,1,0,-5.194305502116203,8.092130865777392,0,0,0,0,0,0,0.0,-2.0784534359526994,-15.74074074074074,-0.31797883283445816,-82.05294117647054,0,0,2.211987583765943,0.9831932773109243,-7089337524.351925,-35014725.28127003,1.1658404341140014,-5426706.966603726,0,0,-4.7158844336096175,40.786990770754805,44.80142407676984,1,1,-4.994736842105258,0.447414516577179,2464.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2607.3500000000004,2647.0,2488.4,-5.497919343394653,0,0,0,none,1,-1.101010101010101,-0.7711038961038961,0,0.423,0,0,0,0.0,33.99209486166008,-7.102794166772648,44.87034579913839,75.9971824987305,-17.91906538225976,-10.816271215487111,5.534496632890129,2556.4,2580.1,2609.1666666666665,-4.034727336149757,0,0,35.142857142857146,1.4193399492268637,0,0.036231884057971016,-245.97076092524628,1,0,-95.7983193277311,1,0,-3.807303807303808,30.96813809386535,0,0,0,0,1,0,-3.5624902911783494,-5.837235433413282,-37.815126050420176,-0.2148063972950915,-56.029411764705856,0,0,3.058199358783734,0.40336134453781514,-8544553739.465973,-57153094.913393974,0.9214390615733017,-4499856.656401485,0,0,-5.255916680348312,41.638342478930745,31.861439110904985,1,1,-2.936842105263237,0.2368753616358844,2471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2617.1499999999996,2708.0,2557.9,-5.393271306573933,0,0,0,none,1,-3.2658227848101267,-0.7673667205169629,0,0.35,-1,-1,0,0.0,27.516778523489933,-4.773837743846782,57.84886801835962,74.42449787082565,-19.797698684566058,-15.023860940719276,5.408492812134719,2570.0,2592.4,2649.9166666666665,-4.14287918531091,0,0,43.357142857142854,1.7447542397240583,0,0.0958904109589041,-257.7187863531477,1,0,-89.39393939393939,1,0,-4.016994978756272,36.56533377585165,0,0,0,0,0,0,-10.622756360231001,-6.301162285565287,-23.97787397787399,-0.0857697172355804,-50.90000000000009,0,0,3.5774717667845524,0.31092436974789917,-8376183745.082288,-49040602.055021286,1.085804493577714,-5606823.255376935,0,0,-3.8648836241319016,42.212211927367996,20.1757763200809,0,1,-3.812030075187977,0.4139464137881457,2471.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2609.0,2831.0,2555.0,-4.752778842468375,0,0,0,none,1,-5.983050847457627,-0.7645875251509054,0,0.333,-1,-1,0,0.26629728417840587,40.92526690391459,-4.889537573800913,67.70647653000582,47.07862943157047,-14.084695967372227,-9.195158393571313,5.70721909353532,2580.0,2612.85,2626.6,-1.3337926019480584,0,0,45.92857142857143,1.7815582400531975,1,0.5297029702970297,-241.9119181799212,1,0,-18.939393939393938,0,1,-0.4633204633204602,26.981799722006016,1,0,1,0,1,0,-7.695422751257823,0.16020262642354233,21.62804515745693,0.32492187782941423,-79.17941176470595,0,0,4.365877595454352,0.0,-8826860825.847778,-224675103.66499138,1.4920819378110988,7458888.66295588,1,0,-4.663082531818162,47.95705494734126,25.044336098359057,1,1,-3.8263157894736937,0.3686986950705702,2471.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2608.916666666667,2756.0,2497.133333333333,-1.185038489794621,1,0,0,none,1,0.7959183673469388,-0.7370054305663305,0,0.5,0,0,0,0.33467434217206793,33.056478405315616,-23.742645846879554,23.77857535486797,20.79808006668036,26.36894571402354,50.11159156090309,12.33108631394626,2593.8,2631.65,2381.0666666666666,-2.0386449565861775,0,0,82.0,3.180760279286268,1,0.3769230769230769,-120.53866253194344,1,0,-53.25443786982249,0,0,-3.6981695928277936,22.847962675408567,0,0,0,0,0,0,-11.856312292358801,0.7334928943008947,6.656535282008168,0.4245322507975263,-42.19705882352946,0,0,8.196240103976654,0.5882352941176471,-9765325578.90267,-403316456.93575096,0.7229164862195814,-6718135.632792711,0,0,-2.7400508075669445,48.55479509295573,14.574440731209823,0,1,-1.86842105263156,0.018564300831088953,2499.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2648.2166666666667,2805.0,2409.633333333333,-2.6514698570736295,1,0,0,none,1,3.6666666666666665,-1.900698215671063,0,0.667,0,0,0,18.78438550500522,335.0332733479022,316.248887842897,2648.6,2170.85,1556.2333333333333,19.860883985535626,0,0,259.2857142857143,9.964862193916767,0,0.9667497921862012,56.0195461171077,0,0,-7.029876977152901,0,1,23.728007608178793,70.78488483096883,0,1,0,1,0,1,-1.7077965972599145,-17.13808403534364,-7.105197087622386,0.8373839048194949,786.655882352941,0,0,23.111605112502886,1.0,-9270811869.730906,-2331203464.7195406,0.2813024220218213,293182281.9939656,0,0,-2.488476339002501,50.863074558393315,69.20299743520908,1,1,79.53007518796991,0.8561439893343081,2510.4138242992167,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2619.2166666666667,2642.0,1776.2333333333333,-0.657321209267403,1,0,0,none,1,46.41379310344828,-2.6133743274404306,0,0.933,0,0,0,153.44150032028756,201.90252100025418,48.461020679966616,2000.2,1464.85,1460.55,77.6291087824692,0,0,246.42857142857142,9.470736795871307,0,1.190557939914163,207.9598463367787,0,1,19.05579399141631,0,1,108.32666132906326,86.02046363752743,0,0,0,0,0,0,0.041455361157176185,32.266095547718336,-1.8651229330938008,1.5166698057964902,611.679411764706,0,0,31.844734839318047,,-42731100818.23746,-36330959012.4877,1.573519672155689,1116182029.0499365,0,0,-27.791021674021504,54.389806363579126,25.154683353933173,1,1,40.98571428571426,0.32581763331524627,1553.2169840000001,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,19,impulse_late,unknown,none,above_cloud,above,55.003,0,0,2205.25,2380.0,1331.5,17.991157465140017,0,0,0,none,1,19.88135593220339,-0.07686395080707148,0,0.583,0,0,0,4,0,0,1,1.0,0.0,-0.333,1,0.7119709713219191,72.13375796178343,97.13876464801525,102.15114336302209,93.69624463989933,90.69031032298923,115.91484074994351,113.40906610922525,1.0,115.99681748192093 -140,2025-09-12 01:51:00,buy,2217.0,0.266,24,저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#24,0.20028959081112835,41.55844155844156,-0.09489704109417296,21.333333333333723,28.000000000000323,-8.505128846454681,-8.410231805360509,1.8746357748757363,2233.0,2242.6,2265.25,-0.5618478551681072,0,0,8.642857142857142,0.3875720691864189,0,0.14814814814814814,-85.46365914787074,0,0,-84.0,1,0,-0.9769094138543544,23.708897223901502,0,0,0,0,0,0,3.0042246909716823,0.026974280800136086,-10.666666666666668,0.1667994081010708,-16.40000000000009,0,0,1.0150455497596569,0.2184873949579832,-6353044804.72702,-5738253.974146843,0.3031307063333992,-962727.3202561438,0,0,,25.477047982628996,42.567086358295676,1,1,-1.461654135338333,0.6769238705683625,2229.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2319.5166666666664,2407.0,2244.1,-3.85928102837515,0,0,0,none,1,-1.5126050420168067,-0.08968609865470852,0,0.292,0,0,0,0.1409480728206656,38.54166666666667,0.5389634977999673,37.4859708193043,32.89508845064421,-14.924702025355145,-15.463665523155113,2.482893000895499,2232.4,2249.05,2297.2166666666667,-0.8914875169516057,0,0,12.928571428571429,0.5800166634621547,0,0.1836734693877551,-149.22037686017583,1,0,-72.72727272727273,0,0,-0.6241640659830572,38.917178832733136,0,0,0,0,1,0,3.3035714285714306,-0.11928285171686248,1.9480519480519476,0.11695846125803869,-26.988235294117658,0,0,1.3693822783390104,0.5882352941176471,-7492829069.370975,-17659651.279146194,1.1118692955097726,-1163008.7685044408,0,0,,25.489091618892946,22.447127783924035,0,1,-2.047368421052634,0.7527760583489272,2220.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2345.0333333333333,2405.5333333333333,2244.2,-4.948046225355718,0,0,0,none,1,-2.1818181818181817,-0.31404217137729923,0,0.286,0,0,0,0.16762530486884117,31.034482758620683,1.2174469444302147,12.855691056910587,20.01420084822317,-32.827813162357415,-34.04526010678763,5.329976892612575,2239.4,2269.2,2365.1666666666665,-1.7715494447382296,0,0,20.285714285714285,0.9100813946036018,0,0.037037037037037035,-103.4032780039675,1,0,-92.6829268292683,1,0,-2.065026362038669,33.25492441051959,0,0,1,0,0,0,-11.211506546192147,-0.05426937015076305,-12.838753387533874,-0.019276019689401423,-64.62352941176505,0,0,2.4716451137478055,0.9159663865546218,-9047589227.88826,-55137444.10323715,0.8803965478584983,-5054849.532339722,0,0,,25.623346142322934,55.6097342331028,1,1,-4.684210526315863,0.8399716651396371,2229.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2439.8500000000004,2471.7,2226.0,-8.641924708486194,1,0,0,none,1,-3.3797468354430378,-1.525347689546882,0,0.263,0,0,0,0.18526628540360182,24.848484848484844,-1.9165688842965096,12.464071073948348,13.136613638813342,-46.883161768691025,-44.966592884394515,8.7614540373064,2242.4,2297.35,2406.9,-2.7575249744270502,0,0,24.928571428571427,1.1158715948330988,0,0.05194805194805195,-95.39842873176175,0,0,-90.69767441860465,1,0,-3.1222896790980004,25.76566036022274,1,0,1,0,1,0,3.9624088991177615,0.9033531977633444,2.644154189232239,-0.1097783182419774,-107.96764705882333,0,0,2.7055826798118323,0.7647058823529411,-8780178686.747007,-123472481.33715439,0.5266696095515301,-5456694.995458126,0,0,-4.489782734442734,25.95614799891535,68.82671831138234,1,1,-8.081954887218046,0.9028470167427598,2234.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2316.25,2511.0,2254.5,-3.550998381003778,0,0,0,none,1,-5.491525423728813,-1.521933751119069,0,0.071,0,0,0,0.05980057881371214,14.87341772151899,-12.392182679009991,5.49093183239511,6.972413313876582,-68.26280487461145,-55.870622195601456,13.6495620749338,2255.0,2368.3,2490.5,-6.008529324832168,0,0,46.07142857142857,2.0696958028494414,0,0.0,-115.72428890588249,1,0,-100.0,1,0,-7.211338057523964,9.928818876318658,0,0,0,0,0,0,-0.8456458236315143,0.13386279054380879,0.17094017094017122,-0.18341631314774987,-173.72647058823532,0,0,3.31926214470723,0.15966386554621848,-9420859233.53767,-325257097.99884415,0.5995917456998271,1094273.4058318734,1,0,-8.117392310369217,25.846915025690897,62.1813537664658,1,1,-12.78345864661659,0.8757374110128372,2226.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2335.6499999999996,2613.0,2238.9,-4.69462462269602,0,0,0,none,1,-7.183673469387755,-1.527403414195867,0,0.231,-1,0,0,0.020360153376822347,11.678832116788328,-24.713908892189778,9.735378476119273,11.820236934014533,-72.13585607010145,-47.421947177911676,18.143565713188046,2302.2,2456.8,2560.55,-8.702377075871059,0,0,58.42857142857143,2.6049296223170497,0,0.002890173410404624,-155.34396332401323,1,0,-99.58847736625515,1,0,-8.560945780676722,8.076961434058987,0,0,0,0,0,0,0.33131438629186505,-1.2073982731441575,0.006965877914952401,-0.26675039910926607,-216.1911764705883,0,0,4.824678158739133,0.21008403361344538,-10705945586.594,-814940357.7352123,0.7681400332067022,-28687274.144375622,0,0,,27.342837571256307,40.42768726614668,1,1,-17.921804511278175,0.905245985853792,2242.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2698.5,2740.0,2242.0,-16.879748008152674,1,0,0,none,1,-11.0,-1.5158270173874275,0,0.2,-1,0,0,-70.09561200900453,195.5680781165147,265.6636901255192,2439.8,2446.6,1678.7,-7.994768249816064,0,1,174.14285714285714,7.736244208923019,0,0.31282952548330406,-64.55820792865867,0,0,-100.25641025641025,1,0,-12.920696324951642,32.04022380635489,0,0,0,0,0,0,-15.827749441466658,-17.10861709194171,-11.738586616635398,0.37954167390852295,356.1176470588234,0,0,23.28569749273296,0.9663865546218487,-14638718657.528637,-5747003780.151148,0.3322324339702639,-79082288.7618658,0,0,,28.62451076108583,40.965680431362955,1,1,19.466165413533844,0.17841117336439372,2252.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2620.35,2642.0,1776.0,-14.095445264945516,1,0,0,none,1,32.241379310344826,-2.3989338071968014,0,0.857,-1,0,0,142.779797039458,226.93576697928916,84.15596993983114,2194.6,1509.65,1474.25,49.10740900208657,0,0,270.14285714285717,12.001015421717334,0,0.8892703862660944,140.07758448310344,0,1,-11.072961373390559,0,1,84.35708435708436,79.93123246034318,0,0,0,0,0,0,-16.695532255104112,-10.661703280829556,-7.989232738498586,1.0452041722691434,756.9705882352941,0,0,34.62459811626037,,-43057315226.5751,-36647572025.3154,1.3430451125669727,1034776543.3218179,0,0,-26.50562504598337,32.1618240772054,27.710702590433623,1,1,50.481954887218,0.4242715233810692,1668.9666062400001,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,above_cloud,above,56.072,0,0,2205.25,2380.0,1331.5,2.074594717152256,1,0,0,none,1,13.711864406779661,-0.7552199022656597,0,0.583,0,-1,0,2,0,0,1,0.5,0.0,-0.333,0,0.32064831871238747,34.48514167242571,18.453637865402573,32.53675567674338,44.575931446081455,73.99477806788512,107.92560801144492,113.87347081480857,0.9042174478577638,121.48760342321121 -141,2025-09-12 12:09:00,buy,2235.0,0.264,24,저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#24,0.006517754083189178,29.545454545454547,-0.14468410736509973,7.936507936508305,13.71693121693152,-7.106474139653983,-6.961790032288883,1.1021684131514478,2245.6,2252.25,2275.65,-0.543900543900544,0,0,6.285714285714286,0.28061224489795916,0,0.0,-137.92349726775598,1,0,-100.0,1,0,-0.972590627763037,18.875667334192457,0,0,0,0,0,0,-3.787878787878782,-0.2795829187265735,-10.416666666666668,-0.006943657095482928,-13.967647058823331,0,0,0.6930950305669147,0.31932773109243695,-6432245906.891337,,0.5731050152234493,-558383.7465768531,0,0,,25.63475082940123,15.14288316496112,0,1,-0.7360902255639056,0.4924033692019597,2240.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2300.3166666666666,2317.0,2250.266666666667,-2.622102753968658,0,0,0,none,1,-0.3445378151260504,-0.13392857142857142,0,0.452,-1,0,0,0.1442132256580457,33.33333333333333,-0.40010956184974056,17.758284600390002,12.53241800152575,-11.216576315044676,-10.816466753194936,2.227235937526474,2245.4,2258.9,2288.2833333333333,-0.7924210899110218,0,0,8.785714285714286,0.3920443679479824,0,0.1,-132.28832680204508,1,0,-78.94736842105263,0,0,-0.40000000000000036,23.8754378627644,1,0,1,0,1,0,0.865800865800864,-0.11555142147195596,4.11899313501144,-0.003740787282256933,-27.120588235294235,0,0,0.8799416006057211,0.35294117647058826,-7605263943.62326,-7313099.647092819,0.8415889265809054,-1237543.7820697129,0,0,,25.762440675406385,40.30316140015753,1,1,-1.8721804511277984,0.7754556729170722,2237.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2275.1833333333334,2313.366666666667,2250.1666666666665,-1.502443026569289,0,0,0,none,1,-0.2727272727272727,-0.0892458723784025,0,0.533,0,0,0,0.15059984171295812,21.100917431192656,-4.17121898076843,11.961999740768713,11.887025981584403,-12.620080357338793,-8.448861376570363,4.214158481221124,2252.4,2278.55,2281.233333333333,-1.4724276403853431,0,0,16.357142857142858,0.7286032453070315,0,0.11594202898550725,-118.70463428252407,1,0,-79.48717948717949,0,0,-1.5350877192982448,23.920820485347022,0,0,1,0,0,0,0.7469351303077048,0.2804432778986765,2.744039586144849,0.09983645298680567,-38.402941176470904,0,0,1.4251875969710108,0.4117647058823529,-9153627935.40791,-37405393.472099304,0.8484172387872584,-4973028.5506102145,0,0,-4.881186292233838,26.125760979951874,44.647963397698405,1,1,-3.778195488721851,0.8669978550832302,2237.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2308.6,2310.0,2248.4,-2.754916399549512,0,0,0,none,1,-0.8354430379746836,-0.08908685968819599,0,0.533,0,0,0,0.09227886968710826,22.900763358778633,-6.1089685549435275,10.862663906142261,7.879234985681895,-11.394923238707634,-5.285954683764106,4.677799970459411,2250.6,2288.65,2284.35,-1.9072378913333243,0,0,19.642857142857142,0.8749602290804964,0,0.136986301369863,-131.06772716317167,1,0,-85.5072463768116,1,0,-2.981849611063092,19.608720722404883,0,0,0,0,0,0,-6.595639518919199,0.08327831719870016,4.8309178743961345,0.10612351099437316,-34.43529411764666,0,0,1.9391883896977555,0.453781512605042,-8900113814.0715,-86047543.8951168,0.7812516661967978,-5094215.78887701,0,0,,26.174078621015596,30.622869368265384,1,1,-3.9751879699247703,0.7720782333187292,2235.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2315.8333333333335,2338.9333333333334,2246.5333333333333,-3.0586541921554633,0,0,0,none,1,-2.3728813559322033,-0.044543429844097995,0,0.385,0,0,0,0.11611510208845853,44.44444444444444,1.5994051562724536,6.143045195260947,20.078035602130132,-22.04410373169867,-23.643508887971123,3.9481887067964037,2261.6,2279.55,2390.633333333333,-1.5156500186440436,0,0,23.714285714285715,1.056315622017181,1,0.0,-133.99999999999994,1,0,-100.0,1,0,-2.6452732003469204,35.59599199763878,0,0,0,0,0,0,-3.0209933435739913,-1.7772763881003897,-20.930232558139533,0.05953888817452507,-32.11764705882342,0,0,2.576903949847987,0.058823529411764705,-9552425251.465107,-127143881.75894737,0.8272256330276914,2068866.3077220917,1,0,-4.317309585160954,26.50956356559049,30.41031394183965,1,1,0.34511278195490475,0.008234098675913848,2245.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2247.5833333333335,2485.0,2243.266666666667,-0.11493826702755339,1,0,0,none,1,-5.673469387755102,-0.623608017817372,0,0.167,0,0,0,0.2624030289934083,33.632286995515685,3.660253996488386,24.222553402881328,34.77577393498938,-58.88049561555408,-62.54074961204247,12.58532124183604,2273.6,2314.2,2489.9333333333334,-2.9902342062051557,0,0,33.0,1.469933184855234,0,0.015,-74.78468491515314,0,0,-94.54545454545455,1,0,-0.08900756564308443,30.80722940909662,1,0,1,0,1,0,6.26002422179306,-0.5716783545618753,-13.194540828128613,-0.08898833152050595,-126.02647058823504,0,0,3.965613669383989,0.025210084033613446,-10855031050.45242,-150130091.9895668,0.5642334002128148,813733.3235709667,1,0,-11.193941571953161,27.025171257102553,43.59779277931579,1,1,-9.302255639097782,0.5712604772251161,2245.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2586.166666666667,2592.0,2242.0,-13.191982986402017,1,0,0,none,1,-9.76923076923077,-0.9354120267260578,0,0.2,0,0,0,-82.17966349468799,123.28965420993381,205.4693177046218,2293.0,2492.2,1732.0833333333333,-9.918947114998788,0,0,134.0,5.968819599109131,0,0.0,-96.62697415799954,0,0,-100.0,1,0,-13.320463320463316,48.0809377931097,0,0,0,0,0,0,0.1683664761588446,-2.127193781067433,0.08547008547008517,0.36420791365626665,167.53823529411738,0,0,19.33332569219978,0.8823529411764706,-15075243357.933302,-5851831094.825529,0.7111034734458908,-51216311.75708592,0,0,,27.547460194854743,37.95652527667518,1,1,-12.8225563909775,0.1573046593584435,2245.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2621.8,2642.0,1793.6,-14.371805629720047,1,0,0,none,1,28.24137931034483,-5.167037861915367,0,0.818,0,0,0,142.779797039458,226.93576697928916,84.15596993983114,2194.6,1509.65,1474.25,49.10740900208657,0,0,270.14285714285717,12.001015421717334,0,0.8892703862660944,140.07758448310344,0,1,-11.072961373390559,0,1,84.35708435708436,79.93123246034318,0,0,0,0,0,0,-16.695532255104112,-10.661703280829556,-7.989232738498586,1.0452041722691434,756.9705882352941,0,0,34.62459811626037,,-43057315226.5751,-36647572025.3154,1.3430451125669727,1034776543.3218179,0,0,-26.50562504598337,32.1618240772054,27.710702590433623,1,1,50.481954887218,0.4242715233810692,1668.9666062400001,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,above_cloud,above,56.072,0,0,2205.25,2380.0,1331.5,2.074594717152256,1,0,0,none,1,13.711864406779661,-0.7552199022656597,0,0.583,0,-1,0,4,0,0,1,1.0,0.0,-0.333,1,0.17688982945094373,38.488576449912124,5.6481302073241615,8.494764867560837,30.69834384397022,73.99477806788512,107.92560801144492,113.87347081480857,0.9042174478577638,121.48760342321121 -142,2025-09-12 15:36:00,sell,2411.0,0.65,24,고점 매도 · 비중 65% · 분할 · leg#24,0.9796109181048221,91.51515151515152,11.497784035296196,107.8304376317238,107.08956688030317,32.265922564818084,20.768138529521888,8.307455673059188,2401.6,2325.35,2289.5333333333333,3.9843464424710318,0,0,22.357142857142858,0.9246130213872149,0,1.0873015873015872,151.56653746770016,0,1,9.322033898305085,0,1,5.681818181818188,93.87981949820183,0,0,0,0,0,0,2.8359062321326434,0.21011340867575612,2.172765193516014,1.3646272931660586,94.6676470588236,0,0,2.471502617891649,0.9663865546218487,-6456180804.153401,-13783818.923183441,1.6922242143031458,4381143.350798659,0,0,,35.33056255732985,40.05576815510169,1,1,7.018796992481189,0.7392658836072135,2418.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2278.0,2407.0,2246.4666666666667,6.145741878841093,0,0,0,none,1,0.8823529411764706,-1.1166253101736971,1,0.548,1,0,0,1.0,88.0,13.27595537945188,109.59164292497638,110.32085198751884,31.728343010339813,18.452387630887934,8.151176804215162,2384.2,2311.8,2276.6,4.550566658015387,0,0,23.428571428571427,0.9693244281576925,0,1.1278195488721805,167.8246926777114,0,1,14.529914529914532,0,1,5.270034843205584,79.27070167898859,0,0,0,0,0,0,5.61363636363636,1.1952086310455599,2.528490028490012,1.4705663068079096,92.24705882352919,0,0,1.8163899180036265,0.9831932773109243,-7660387769.276003,-34758129.66371536,2.8260485246669833,14249000.402139008,0,0,-2.6410869100348515,35.31917946393317,44.203093213932675,1,1,6.672180451127793,0.702073285910712,2402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2397.25,2400.0,2246.0,0.8238606736886034,0,0,0,none,1,0.98989898989899,-0.08274720728175423,1,0.559,0,0,1,1.0,85.42713567839196,13.149662473686075,104.42473288902994,103.91210903064281,20.400036513854502,7.250374040168427,6.857699874500072,2330.8,2284.9,2286.45,5.387544312661374,0,0,28.214285714285715,1.1716896060749882,0,1.0526315789473684,286.37497718006466,0,1,5.839416058394161,0,1,6.313465783664451,90.3932024452851,0,0,0,0,0,0,3.2185467213367502,4.666296830697872,-0.13686131386862144,1.4672069911548067,66.61470588235306,0,0,2.3614327496124585,0.8487394957983193,-9191713741.95228,-28583430.63698387,4.475726321470461,15198717.837451547,0,0,-1.8129460079042918,34.96460980994005,32.05319118092644,1,1,5.3082706766917465,0.6426918653825926,2402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.75,2400.0,2247.866666666667,5.718362419053902,0,0,0,none,1,1.8860759493670887,-0.08305647840531562,1,0.722,1,1,1,1.0,81.9607843137255,13.506559970022474,117.97720797720808,117.81932573599256,15.034840150064156,1.528280180041681,6.846537688232518,2325.6,2276.55,2278.4333333333334,5.774087984010889,0,0,28.857142857142858,1.1983863312766967,0,1.3307692307692307,283.47983987454154,0,1,36.75213675213676,0,1,6.784922394678494,95.37223981814559,0,0,0,0,0,0,8.16399286987523,5.802088589376222,3.222934472934469,1.4847628395085306,43.13823529411775,0,0,3.2074111956941236,1.0,-8918696076.852547,-11552871.208667755,4.748623357466668,12953135.808888108,0,0,,34.98580587342166,36.48860054940609,1,1,4.742105263157874,0.5183630235196919,2396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2358.05,2365.0,2244.5333333333333,2.1182756938996183,0,0,0,none,1,2.542372881355932,-1.287375415282392,1,0.667,1,1,1,1.0,63.855421686746986,14.028210217355392,119.3724696356274,86.24300834330613,-1.4941796185034946,-15.522389835858887,6.384075594900753,2307.0,2288.25,2355.1,5.2332568556757275,1,0,32.857142857142854,1.364499288087328,0,1.7157894736842105,232.33760075865325,0,1,71.57894736842105,0,1,5.521472392638027,64.72210686868283,0,0,0,0,0,0,15.57955961778147,7.983782978459127,45.65452091767881,1.372861752456285,31.985294117646845,0,0,4.786816322412207,0.6638655462184874,-9687508087.15822,-145296835.95031357,4.091570933133066,1633903.9243900776,0,0,-4.938128260104072,35.29402382439506,31.41756189782606,1,1,0.07443609022556555,0.00014539589673767672,2350.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2335.7166666666667,2384.9,2241.133333333333,3.0946961318082167,0,0,0,none,1,-0.9183673469387755,-0.41528239202657813,1,0.333,1,1,1,0.5127324438510396,62.365591397849464,8.277899967951164,47.62237762237768,28.370718534652998,-49.71991712145109,-57.997817089402254,7.555839560858027,2261.2,2286.8,2478.2833333333333,0.09620430295609328,0,0,29.5,1.2887723896898209,1,0.35877862595419846,74.56307392831381,0,0,-15.384615384615385,0,1,0.8370044052863346,71.31736304046316,0,0,0,0,0,0,8.794162826420887,2.7024790760736153,26.386946386946384,0.3296382611437004,-97.3470588235291,0,0,4.100957475411318,0.05042016806722689,-10830456374.70801,-121168157.65352821,3.963009583014464,24936339.053223133,0,0,-8.198441860244923,29.161878659188222,35.08434972172479,1,1,-3.890225563909745,0.2838675643900864,2290.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2305.4333333333334,2588.0,2242.0,-0.7128088717956116,1,0,0,none,1,-8.025641025641026,-2.7522935779816518,1,0.273,1,0,1,-82.17966349468799,123.28965420993381,205.4693177046218,2293.0,2492.2,1732.0833333333333,-9.918947114998788,0,0,134.0,5.968819599109131,0,0.0,-96.62697415799954,0,0,-100.0,1,0,-13.320463320463316,48.0809377931097,0,0,0,0,0,0,0.1683664761588446,-2.127193781067433,0.08547008547008517,0.36420791365626665,167.53823529411738,0,0,19.33332569219978,0.8823529411764706,-15075243357.933302,-5851831094.825529,0.7111034734458908,-51216311.75708592,0,0,,27.547460194854743,37.95652527667518,1,1,-12.8225563909775,0.1573046593584435,2245.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2621.8,2642.0,1793.6,-14.371805629720047,1,0,0,none,1,28.24137931034483,-5.167037861915367,0,0.818,0,0,0,142.779797039458,226.93576697928916,84.15596993983114,2194.6,1509.65,1474.25,49.10740900208657,0,0,270.14285714285717,12.001015421717334,0,0.8892703862660944,140.07758448310344,0,1,-11.072961373390559,0,1,84.35708435708436,79.93123246034318,0,0,0,0,0,0,-16.695532255104112,-10.661703280829556,-7.989232738498586,1.0452041722691434,756.9705882352941,0,0,34.62459811626037,,-43057315226.5751,-36647572025.3154,1.3430451125669727,1034776543.3218179,0,0,-26.50562504598337,32.1618240772054,27.710702590433623,1,1,50.481954887218,0.4242715233810692,1668.9666062400001,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,above_cloud,above,56.072,0,0,2205.25,2380.0,1331.5,2.074594717152256,1,0,0,none,1,13.711864406779661,-0.7552199022656597,0,0.583,0,-1,0,0,4,0,1,0.0,1.0,-0.333,0,0.17688982945094373,38.488576449912124,5.6481302073241615,8.494764867560837,30.69834384397022,73.99477806788512,107.92560801144492,113.87347081480857,0.9042174478577638,121.48760342321121 -143,2025-09-12 15:45:00,sell,2384.0,0.35,24,고점 매도 · 비중 35% · 분할 · leg#24,0.6386423658451336,67.94871794871796,5.517930612959059,97.00395703787488,106.5750490504496,33.170590221405746,27.652659608446687,9.453658203113376,2410.0,2342.3,2297.15,1.3106775391708902,0,0,30.071428571428573,1.26723255673951,0,0.7076923076923077,52.354541279542445,0,0,-32.758620689655174,0,0,1.4536126549807626,79.57198008876793,0,1,0,0,0,1,-15.735492577597824,-4.643733412420179,-14.026884862653418,0.6279619211249413,81.37941176470576,0,0,3.0004157127441347,1.0,-6492729028.373522,-50513080.11316109,1.3404050483934378,836791.8093130514,0,0,,32.74274181006018,46.16912051964834,1,1,8.508270676691774,0.826772062898176,2375.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2408.0666666666666,2411.0,2246.733333333333,-1.4562166052988545,1,0,0,none,1,0.4957983193277311,-1.3063632532659082,0,0.545,-1,-1,0,0.9105421243994447,78.65168539325842,12.07601429520486,107.12250712250726,107.92576764799007,33.54740549989401,21.47139120468915,8.546034369944595,2396.8,2318.65,2278.633333333333,3.508507105427716,0,0,26.571428571428573,1.1071428571428572,0,1.0,112.82556358065234,0,1,-0.0,0,1,5.124835742444156,68.74032466608197,0,0,0,0,0,0,-9.348314606741582,-1.199941084247019,-2.4691358024691255,1.129553152077169,96.40588235294081,0,0,1.9369653633855022,1.0,-7663271432.682155,-37480069.33112049,2.3078725827710125,12280305.172177523,0,0,-2.496263266924888,34.331093958111424,48.10285671214633,1,1,7.161654135338353,0.7315012116390525,2396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2397.25,2400.0,2246.0,0.11471477734905644,1,0,0,none,1,0.9696969696969697,-1.2916666666666667,0,0.545,0,0,1,1.0,81.31313131313132,14.808438303626868,103.75806622236327,104.2481311047639,25.760921919702014,10.952483616075146,7.925379912484214,2354.2,2292.85,2288.4666666666667,4.673223281069405,0,0,30.642857142857142,1.2767857142857144,0,1.0,181.21968121968084,0,1,-0.0,0,1,6.053910737958468,74.9305104871153,0,0,0,0,0,0,-4.114004365260641,1.6587758299407938,-0.6666666666666714,1.2466853667018372,80.96176470588262,0,0,2.4194573436047437,0.8571428571428571,-9216866385.052551,-53932401.74420738,3.01890402816575,11684000.141085744,0,0,-2.589618054230973,34.45785830613302,32.57659019570476,1,1,6.25939849624058,0.664449168457586,2374.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.75,2400.0,2269.6,5.367138623641754,1,0,0,none,1,1.8860759493670887,-0.375,0,0.722,0,0,1,1.0,81.9607843137255,13.506559970022474,117.97720797720808,117.81932573599256,15.034840150064156,1.528280180041681,6.846537688232518,2325.6,2276.55,2278.4333333333334,5.774087984010889,0,0,28.857142857142858,1.1983863312766967,0,1.3307692307692307,283.47983987454154,0,1,36.75213675213676,0,1,6.784922394678494,95.37223981814559,0,0,0,0,0,0,8.16399286987523,5.802088589376222,3.222934472934469,1.4847628395085306,43.13823529411775,0,0,3.2074111956941236,1.0,-8918696076.852547,-11552871.208667755,4.748623357466668,12953135.808888108,0,0,,34.98580587342166,36.48860054940609,1,1,4.742105263157874,0.5183630235196919,2396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2358.05,2365.0,2244.5333333333333,2.1182756938996183,0,0,0,none,1,2.542372881355932,-1.287375415282392,1,0.667,1,1,1,1.0,63.855421686746986,14.028210217355392,119.3724696356274,86.24300834330613,-1.4941796185034946,-15.522389835858887,6.384075594900753,2307.0,2288.25,2355.1,5.2332568556757275,1,0,32.857142857142854,1.364499288087328,0,1.7157894736842105,232.33760075865325,0,1,71.57894736842105,0,1,5.521472392638027,64.72210686868283,0,0,0,0,0,0,15.57955961778147,7.983782978459127,45.65452091767881,1.372861752456285,31.985294117646845,0,0,4.786816322412207,0.6638655462184874,-9687508087.15822,-145296835.95031357,4.091570933133066,1633903.9243900776,0,0,-4.938128260104072,35.29402382439506,31.41756189782606,1,1,0.07443609022556555,0.00014539589673767672,2350.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2335.7166666666667,2384.9,2241.133333333333,3.0946961318082167,0,0,0,none,1,-0.9183673469387755,-0.41528239202657813,1,0.333,1,1,1,0.5127324438510396,62.365591397849464,8.277899967951164,47.62237762237768,28.370718534652998,-49.71991712145109,-57.997817089402254,7.555839560858027,2261.2,2286.8,2478.2833333333333,0.09620430295609328,0,0,29.5,1.2887723896898209,1,0.35877862595419846,74.56307392831381,0,0,-15.384615384615385,0,1,0.8370044052863346,71.31736304046316,0,0,0,0,0,0,8.794162826420887,2.7024790760736153,26.386946386946384,0.3296382611437004,-97.3470588235291,0,0,4.100957475411318,0.05042016806722689,-10830456374.70801,-121168157.65352821,3.963009583014464,24936339.053223133,0,0,-8.198441860244923,29.161878659188222,35.08434972172479,1,1,-3.890225563909745,0.2838675643900864,2290.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2305.4333333333334,2588.0,2242.0,-0.7128088717956116,1,0,0,none,1,-8.025641025641026,-2.7522935779816518,1,0.273,1,0,1,-82.17966349468799,123.28965420993381,205.4693177046218,2293.0,2492.2,1732.0833333333333,-9.918947114998788,0,0,134.0,5.968819599109131,0,0.0,-96.62697415799954,0,0,-100.0,1,0,-13.320463320463316,48.0809377931097,0,0,0,0,0,0,0.1683664761588446,-2.127193781067433,0.08547008547008517,0.36420791365626665,167.53823529411738,0,0,19.33332569219978,0.8823529411764706,-15075243357.933302,-5851831094.825529,0.7111034734458908,-51216311.75708592,0,0,,27.547460194854743,37.95652527667518,1,1,-12.8225563909775,0.1573046593584435,2245.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2621.8,2642.0,1793.6,-14.371805629720047,1,0,0,none,1,28.24137931034483,-5.167037861915367,0,0.818,0,0,0,142.779797039458,226.93576697928916,84.15596993983114,2194.6,1509.65,1474.25,49.10740900208657,0,0,270.14285714285717,12.001015421717334,0,0.8892703862660944,140.07758448310344,0,1,-11.072961373390559,0,1,84.35708435708436,79.93123246034318,0,0,0,0,0,0,-16.695532255104112,-10.661703280829556,-7.989232738498586,1.0452041722691434,756.9705882352941,0,0,34.62459811626037,,-43057315226.5751,-36647572025.3154,1.3430451125669727,1034776543.3218179,0,0,-26.50562504598337,32.1618240772054,27.710702590433623,1,1,50.481954887218,0.4242715233810692,1668.9666062400001,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,above_cloud,above,56.072,0,0,2205.25,2380.0,1331.5,2.074594717152256,1,0,0,none,1,13.711864406779661,-0.7552199022656597,0,0.583,0,-1,0,0,4,0,1,0.0,1.0,-0.333,0,0.17688982945094373,38.488576449912124,5.6481302073241615,8.494764867560837,30.69834384397022,73.99477806788512,107.92560801144492,113.87347081480857,0.9042174478577638,121.48760342321121 -144,2025-09-13 00:36:00,buy,2166.0,1.0,25,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#25,0.06623876801730284,23.648648648648646,-6.196008982269724,5.906862745098408,5.4084967320264425,-20.50565021976672,-14.309641237496997,5.721651628828458,2177.8,2222.15,2246.7,-2.4818306594964423,0,0,18.5,0.8537148131056761,0,0.0,-119.8191986516508,1,0,-100.0,1,0,-3.2589285714285765,19.1206562385169,0,0,0,0,0,0,-1.3513513513513544,-0.11203937584830115,-1.9607843137254903,-0.12219705387256122,-57.1941176470591,0,0,2.417098930194265,0.9663865546218487,-6663136859.843877,-63645874.536626816,1.7692595270433553,790147.1846062914,1,0,,20.83340235689839,38.69119692275585,1,1,-4.696992481202996,0.764254827822583,2167.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2252.416666666667,2275.3333333333335,2167.0,-3.7922231677087748,1,0,0,none,1,-0.9747899159663865,-0.23073373327180433,0,0.333,-1,0,0,0.0,17.721518987341767,-7.754422536295911,7.278208440999271,6.291367850875557,-21.180952849088953,-13.426530312793043,5.805661646051003,2180.6,2232.1,2256.4666666666667,-2.9613368576676624,0,0,21.5,0.9926131117266852,0,0.0,-148.97917930058762,1,0,-100.0,1,0,-3.2603841000446665,9.079356999840542,0,0,0,0,0,0,-17.834036568213776,-0.6663607589581222,-0.9803921568627443,-0.1560163492654336,-64.94117647058829,0,0,2.729765887830123,1.0,-7880483041.96431,-72910690.35644627,0.9757280266708687,-2236549.5872466266,0,0,,20.84394522566719,33.70393861731727,1,1,-4.618045112781992,0.7111703327359311,2166.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2258.8,2300.4,2166.0,-4.108376128918012,1,0,0,none,1,-2.111111111111111,-0.32317636195752536,0,0.25,-1,0,0,0.0,31.818181818181827,-6.021333585365031,36.150994257462095,37.76391485772445,-18.49338127941155,-12.47204769404652,4.56970657541892,2218.4,2249.35,2288.983333333333,-3.0831128992820145,0,0,24.071428571428573,1.1041939711664484,0,0.11764705882352941,-243.1036377623914,1,0,-86.81318681318682,1,0,-3.7102473498233257,24.45784880927259,0,0,0,0,0,0,1.086474501108654,-2.253983983432816,4.395604395604391,-0.15876066697977237,-55.63235294117658,0,0,2.772770547254298,0.8571428571428571,-9381767157.172428,-63223402.49775696,2.4733474862427793,-2114879.0678007603,0,0,,21.758205188791678,29.109961098952613,1,1,-3.322556390977453,0.5851160953301648,2168.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2372.9333333333334,2400.0,2198.9333333333334,-8.130583806259484,0,0,0,none,1,-1.0126582278481013,-0.3211009174311927,0,0.45,0,0,1,0.0,26.41509433962264,-7.280787128467717,20.419210419210515,30.560812644146115,-22.156837393962633,-14.876050265494916,4.9619750908063285,2218.4,2254.3,2281.0,-3.295923346493379,0,0,23.928571428571427,1.0976408912188726,0,0.009615384615384616,-227.83014087362218,1,0,-98.9010989010989,1,0,-3.7527593818984517,14.964973267745421,0,0,0,0,0,0,0.32813781788350127,-1.9532181951685548,-7.133699633699635,-0.2230698059294832,-68.5823529411764,0,0,1.956888475127021,0.4117647058823529,-9113126883.3614,-97618434.34397316,2.394822652539012,-7708788.5663124025,0,0,,21.807707458449443,34.74873299101542,1,1,-3.7939849624060042,0.6442384716957889,2179.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2361.9,2365.0,2179.0,-7.701426817392775,1,0,0,none,1,-2.2711864406779663,-0.8256880733944955,0,0.333,0,0,1,0.0,21.86046511627906,-8.78536365126617,28.62385321100904,28.388124362894867,-20.190865725719505,-11.405502074453334,8.569378248183849,2236.4,2286.35,2293.6666666666665,-4.651518796334764,0,0,31.0,1.4220183486238533,0,0.0,-196.76804561251865,1,0,-100.0,1,0,-4.720279720279718,13.985234515153564,0,0,0,0,0,0,-3.8225949930105685,-3.6316087351242974,-7.291666666666668,-0.19708054307459627,-56.45588235294099,0,0,5.228598264555036,0.773109243697479,-9872701183.887074,-105847290.92976761,1.2479016685540516,-9472172.195123851,0,0,,22.124041495713275,65.83180889774205,1,1,-6.979699248120241,0.7106853980164413,2180.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2337.333333333333,2340.0,2190.6666666666665,-6.731317741015386,0,0,0,none,1,-1.4489795918367347,-1.0091743119266057,0,0.308,-1,-1,0,0.06307697107171346,43.09764309764309,3.5103393812928303,35.117986588574894,32.94782559488447,-31.04394834173263,-34.55428772302546,4.965137613620797,2261.0,2279.45,2428.7166666666667,-2.1693829651889596,0,0,42.642857142857146,1.9122357463164639,1,0.3560606060606061,-241.8522712973456,1,0,-64.39393939393939,0,0,-1.4582412726469318,53.29369846677291,0,0,0,0,1,0,-0.7379733407130686,-2.7997697684839906,7.106782106782116,0.1518301631127872,-60.95588235294099,0,0,3.6021836684452433,0.03361344537815126,-11058537543.190445,-208760591.06237411,1.840542060853663,12842060.95052737,1,0,-4.074089371911879,25.45740216096586,30.83457980052528,1,1,-0.951127819548834,0.039549689261002996,2183.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2306.5,2560.0,2183.0,-3.3167136353782767,1,0,0,none,1,-9.512820512820513,-0.9865470852017937,0,0.25,0,0,1,-70.7047393779886,80.73895697147145,151.44369634946005,2282.6,2475.85,1785.3333333333333,-9.929923056727985,0,0,110.28571428571429,4.945547725816785,0,0.0,-104.90021190752701,1,0,-100.0,1,0,-14.820473644003052,25.36506941493535,0,0,0,0,0,0,1.2123562875442673,0.3795008902461916,0.0,0.31951535868879866,75.80294117647054,0,0,13.987599243312417,0.7983193277310925,-15309608075.1401,,0.5631642477692868,-86917849.13584548,0,0,,26.215296923183118,42.27728617617928,1,1,-26.460902255639184,0.7568699918120545,2230.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2621.95,2642.0,1799.9,-14.948797650603552,1,0,0,none,1,27.03448275862069,-4.573991031390134,0,0.667,-1,0,0,126.5050902271617,242.28733272378327,115.78224249662156,2344.0,1551.15,1487.3833333333334,43.764303903555415,0,0,269.92857142857144,12.104420243433697,0,0.871244635193133,112.82874526824826,0,1,-12.875536480686694,0,1,81.59609120521172,75.43521822432568,0,0,0,0,0,0,1.498029603931613,-16.2747068122963,-9.556509298998591,0.9760743130699239,823.7294117647057,0,0,34.717817306689206,,-43126409250.956474,-36717046403.810455,1.0596902649416784,948810848.5154171,0,0,-25.321288167264917,29.915164012355945,30.204602838206508,1,1,59.0413533834586,0.5189619939610195,1768.5112813664002,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,14.455,0,0,2205.25,2380.0,1331.5,1.1223217322299028,1,0,0,none,1,14.559322033898304,-3.2735426008968607,0,0.583,0,0,0,4,0,0,0,1.0,0.0,0.0,1,0.15842805401521862,27.040816326530617,15.656840719813012,14.859948109318386,29.071248893404185,75.49280767181673,98.36909871244633,107.40318249127824,0.8500187274467962,125.0341780932499 -145,2025-09-13 09:27:00,sell,2380.0,0.65,25,고점 매도 · 비중 65% · 분할 · leg#25,0.9114935574646452,77.27272727272728,6.73076941060747,103.46320346320384,106.11832611832641,22.299715818326604,15.568946407719134,6.097017413432939,2374.0,2321.75,2300.85,2.508883385377403,0,0,18.571428571428573,0.7803121248499401,0,1.0930232558139534,125.17472228352828,0,1,10.38961038961039,0,1,3.3434650455927084,77.10695161281716,0,0,0,0,0,1,2.8046421663443084,-0.15805256319070793,2.5108225108225355,1.139014538929502,62.573529411764866,0,0,2.1382588656578783,1.0,-6747604865.777193,-54237592.496370316,1.5027965417089304,4395745.093120806,0,0,,32.361418813971696,43.490574686002795,1,1,5.447368421052618,0.8292696008851641,2380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2369.9833333333336,2372.0,2271.1666666666665,0.4226471353525607,0,0,0,none,1,1.0672268907563025,-0.46218487394957986,1,0.667,0,0,0,1.0,91.73553719008264,9.560173842708245,109.42748454190115,110.70049156555534,20.575177838829404,11.015003996121159,5.879640718366481,2359.4,2306.05,2290.85,3.4236031308948034,0,0,16.214285714285715,0.6798442647499251,0,1.0490196078431373,184.7103513770179,0,1,5.4945054945054945,0,1,4.19397116644824,98.3120486992694,0,0,0,0,0,0,1.636527289092541,1.217967995336112,-0.900738605656656,1.5137013106566257,60.96764705882333,0,0,1.289460676652462,0.48739495798319327,-7907713645.800799,1650769.2419557571,2.5868499763033106,8152867.604762077,0,0,0.11371230483371587,32.70225373556271,52.062625525697634,1,1,5.036842105263171,0.772797456435884,2385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2355.1000000000004,2380.0,2214.0,1.2695851556197013,0,0,0,none,1,1.7878787878787878,-0.37735849056603776,1,0.76,1,1,1,1.0,76.8,5.995166298838372,109.63041933191188,105.66839985535978,16.125496095676226,10.130329796837854,4.014918277891386,2322.6,2296.1,2260.4333333333334,2.9571882757719603,0,0,19.357142857142858,0.8188300700991056,0,1.0348837209302326,310.7426597582019,0,1,3.571428571428571,0,1,2.961672473867605,87.18878358842204,0,0,0,0,0,0,5.118584070796459,2.6987131888859963,4.699248120300766,1.331386813854354,44.2911764705882,0,0,1.7252443608930033,0.5714285714285714,-9429039301.300552,6586230.6879787445,3.54251823313623,10296881.406225711,0,0,-0.38499050362198545,31.6780278294736,24.007512961415582,0,1,2.333834586466163,0.3589162764021776,2364.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2351.35,2361.0,2168.0,0.5379888149360967,0,0,0,none,1,1.0,-1.1844331641285957,1,0.632,1,0,1,1.0,77.70700636942675,4.742359567352304,111.00404971372723,98.2705887829229,15.945231782949122,11.202872215596818,3.6640465810138494,2307.4,2289.7,2263.266666666667,3.332314276979531,0,0,24.285714285714285,1.0264460813911362,0,1.1604938271604939,370.76279319743605,0,1,16.883116883116884,0,1,2.601908065915004,82.33007533171862,0,0,0,0,0,1,9.817098112546006,4.185173579553833,11.510058568882073,1.280847419499723,49.61176470588225,0,0,2.3236022020548113,0.6974789915966386,-9125470107.73901,-1572117.6153697968,5.145321842920381,10073337.955631673,0,0,-0.4718878382933008,31.847436225180804,31.46518995238472,1,1,2.10827067669172,0.3536401963008503,2366.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2181.9,2353.0,2179.0,8.43760025665703,0,0,0,none,1,1.2203389830508475,-1.521555367709214,1,0.538,1,1,1,0.862092797767345,72.95597484276729,6.475922416517457,95.90038314176233,99.20270023718285,6.876115745473726,0.4001933289562692,6.253718943633549,2293.8,2258.85,2277.4666666666667,2.264426588750923,0,0,28.214285714285715,1.2213976499690786,0,1.04,167.29486294703665,0,1,6.666666666666667,0,1,2.0768890852850275,78.99000826004912,0,0,0,0,0,0,6.289308176100633,0.7649993175813972,-2.9501915708812163,0.8087551828208612,35.99411764705883,0,0,3.370763277893974,0.3865546218487395,-9875598181.12739,-1280080.4062709808,5.457075059524779,13988198.317866027,0,0,,29.073683294730902,29.842756214048254,1,1,4.898496240601537,0.6733828976690441,2310.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2337.333333333333,2340.0,2190.6666666666665,-1.169423844837414,1,0,0,none,1,-0.12244897959183673,-3.6363636363636362,1,0.417,1,0,1,0.7482092425532871,54.651162790697676,11.305658420800164,111.62253047498956,106.01670792792369,-11.455313260521052,-22.760971681321216,6.450143456407234,2290.2,2273.6,2371.766666666667,1.6009852216748888,0,0,36.92857142857143,1.598639455782313,0,0.9621212121212122,113.87900355871808,0,1,4.098360655737705,0,1,1.9867549668874274,68.52408931242141,0,0,0,0,0,0,8.063625698709544,1.6224106551627706,4.336417248282203,0.713427491964689,21.44117647058829,0,0,4.599248966913844,0.25210084033613445,-11067078866.861471,-50091159.941511154,3.4596940175127577,3668420.22998327,0,0,-2.455471021329482,29.556208120190107,34.21845656509824,1,1,-1.2857142857142974,0.043043749678360554,2310.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2308.1833333333334,2329.7666666666664,2243.4333333333334,0.07870547544606143,1,0,0,none,1,-3.5384615384615383,-0.7792207792207793,1,0.429,1,0,1,-59.85571094351056,60.11527850370203,119.97098944721259,2282.6,2434.4,1820.0,-6.383503121919166,0,0,95.42857142857143,4.187300194320818,0,0.11893203883495146,-59.79348939859703,0,0,-81.29770992366412,1,0,-6.713057715923043,40.56907798489154,0,0,0,0,0,0,0.2921854419187895,6.179405721968806,-0.5226600646447981,0.4379476568757,27.958823529411802,0,0,12.052893185602048,0.7815126050420168,-15299522679.528269,-5827283606.953093,1.1803749321878825,-28500432.119555473,0,0,,28.56813575448549,43.979644417998934,1,1,-24.875187969924784,0.7516362312851372,2280.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2626.9833333333336,2642.0,1741.0,-13.246499470241535,1,0,0,none,1,22.275862068965516,-1.3602457218078103,1,0.667,0,0,0,126.5050902271617,242.28733272378327,115.78224249662156,2344.0,1551.15,1487.3833333333334,43.764303903555415,0,0,269.92857142857144,12.104420243433697,0,0.871244635193133,112.82874526824826,0,1,-12.875536480686694,0,1,81.59609120521172,75.43521822432568,0,0,0,0,0,0,1.498029603931613,-16.2747068122963,-9.556509298998591,0.9760743130699239,823.7294117647057,0,0,34.717817306689206,,-43126409250.956474,-36717046403.810455,1.0596902649416784,948810848.5154171,0,0,-25.321288167264917,29.915164012355945,30.204602838206508,1,1,59.0413533834586,0.5189619939610195,1768.5112813664002,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,14.455,0,0,2205.25,2380.0,1331.5,1.1223217322299028,1,0,0,none,1,14.559322033898304,-3.2735426008968607,0,0.583,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.2711270418010579,32.5782092772384,10.432569974554708,12.348213577855743,27.891032528056293,75.49280767181673,98.36909871244633,107.40318249127824,0.8500187274467962,125.0341780932499 -146,2025-09-13 09:39:00,sell,2368.0,0.35,25,고점 매도 · 비중 35% · 분할 · leg#25,0.6982966300627121,69.87951807228916,2.4659219288734704,94.84848484848521,101.56800361619668,22.77095487533552,20.30503294646205,6.30436110226661,2378.6,2339.75,2307.133333333333,1.2501335612779219,0,0,20.5,0.8653440270156184,0,0.872093023255814,57.61273209549094,0,0,-15.714285714285714,0,1,1.2825994014536102,66.43088778067334,0,1,0,1,0,1,-2.3098310401368707,-1.7131506644373538,-6.442914515203654,0.7638163191534537,57.08823529411757,0,0,2.231788054246657,1.0,-6754009885.526367,-60424890.535806656,0.893725237240221,3172417.7988817394,0,0,,31.70846849735247,43.913740950921216,1,1,5.712030075187954,0.8397459624232566,2369.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2377.85,2380.0,2272.5,-0.3721849569989666,1,0,0,none,1,0.9663865546218487,-0.3799071338117349,0,0.655,0,0,0,0.8803903127091675,83.33333333333333,8.826685486367962,104.01709401709415,106.62952438696163,24.542676214673065,15.715990728305103,6.8658391028883115,2376.2,2316.5,2294.3166666666666,2.61169868335851,0,0,18.714285714285715,0.7873069295029751,0,0.9705882352941176,106.57484833579284,0,1,-3.3333333333333335,0,1,3.7538192928852077,83.13278685280127,0,0,0,0,0,1,-8.666666666666671,-1.1505759559998392,-2.4269005847953196,1.117660948437612,65.83529411764675,0,0,1.2955907677499539,0.5126050420168067,-7913413585.514011,-3931718.504576683,1.3534781983568238,8253931.08818987,0,0,-0.298330057036054,32.22789734900942,62.02935679677673,1,1,6.1969924812030035,0.8501549990025492,2375.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2355.3999999999996,2380.0,2226.9333333333334,0.9170416914324742,1,0,0,none,1,1.4747474747474747,-0.6310475389145982,0,0.76,0,0,0,1.0,84.61538461538461,8.875476231335485,114.78914949064203,109.78358001138832,21.22467508600721,12.349198854671725,5.276084309533645,2341.2,2301.9,2262.65,3.783830748512096,0,0,19.5,0.8162411050648808,0,1.3333333333333333,227.54118744171623,0,1,33.33333333333333,0,1,4.918752744839705,90.94966983691626,0,0,0,0,0,0,7.815384615384616,2.880309932497113,5.158730158730151,1.5366842324325984,56.18529411764666,0,0,1.8270567208410895,0.6050420168067226,-9434795210.814892,772481.2809467316,2.2571134734606795,12593956.28166914,0,0,-0.6677932920606556,33.040999828669904,27.37310729075037,1,1,3.2962406015037304,0.412505246605706,2375.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2357.7833333333333,2361.0,2168.0,1.3239836852410924,0,0,0,none,1,1.4936708860759493,-0.6278777731268314,0,0.65,1,1,1,1.0,82.38636363636364,8.482614782089236,122.65063605910876,111.04955897256043,21.806140693208363,13.323525911119127,5.28380540191637,2328.4,2295.25,2264.85,4.084522383182665,0,0,23.714285714285715,0.992644860371943,0,1.3295454545454546,272.0867208672067,0,1,34.93975903614458,0,1,4.005224205485414,86.41716532469215,0,0,0,0,0,1,4.67935726693689,3.7402552147369317,11.646586345381536,1.4428821471555067,60.78529411764703,0,0,2.394168834608611,0.7058823529411765,-9136149060.637955,-11358956.509048462,2.4114070584655747,13140376.269954681,0,0,-0.9051628274304769,33.09234367840401,32.958736088788,1,1,3.3421052631578627,0.4252797015512342,2371.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2356.9833333333336,2360.0,2179.0,1.3583747586957795,0,0,0,none,1,1.7796610169491525,-0.46044370029300963,1,0.571,1,0,1,1.0,81.9327731092437,11.65387756965552,137.631936719812,110.79429819140596,14.96754029102567,3.3136627213701497,8.075128605710109,2312.2,2265.5,2279.4333333333334,5.451335246082545,0,0,27.642857142857142,1.1570890390480177,0,1.4822695035460993,163.5529334644378,0,1,109.6774193548387,0,1,4.8726953467954415,86.34732592422876,0,0,0,0,0,0,8.976798266476408,5.177955153138064,41.731553578049656,1.4315500980768532,41.961764705882615,0,0,4.15268145018303,0.6050420168067226,-10221280111.761326,-347017809.14665985,2.5813025766149584,18533850.94740069,0,0,-10.185106808648833,33.41481183229283,27.715874090971145,1,1,6.712781954887213,0.7539908574243638,2323.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2337.333333333333,2340.0,2190.6666666666665,2.2104962920707516,0,0,0,none,1,1.7959183673469388,-0.08371703641691085,1,0.462,1,1,1,0.7482092425532871,54.651162790697676,11.305658420800164,111.62253047498956,106.01670792792369,-11.455313260521052,-22.760971681321216,6.450143456407234,2290.2,2273.6,2371.766666666667,1.6009852216748888,0,0,36.92857142857143,1.598639455782313,0,0.9621212121212122,113.87900355871808,0,1,4.098360655737705,0,1,1.9867549668874274,68.52408931242141,0,0,0,0,0,0,8.063625698709544,1.6224106551627706,4.336417248282203,0.713427491964689,21.44117647058829,0,0,4.599248966913844,0.25210084033613445,-11067078866.861471,-50091159.941511154,3.4596940175127577,3668420.22998327,0,0,-2.455471021329482,29.556208120190107,34.21845656509824,1,1,-1.2857142857142974,0.043043749678360554,2310.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2308.1833333333334,2329.7666666666664,2243.4333333333334,0.07870547544606143,1,0,0,none,1,-3.5384615384615383,-0.7792207792207793,1,0.429,1,0,1,-59.85571094351056,60.11527850370203,119.97098944721259,2282.6,2434.4,1820.0,-6.383503121919166,0,0,95.42857142857143,4.187300194320818,0,0.11893203883495146,-59.79348939859703,0,0,-81.29770992366412,1,0,-6.713057715923043,40.56907798489154,0,0,0,0,0,0,0.2921854419187895,6.179405721968806,-0.5226600646447981,0.4379476568757,27.958823529411802,0,0,12.052893185602048,0.7815126050420168,-15299522679.528269,-5827283606.953093,1.1803749321878825,-28500432.119555473,0,0,,28.56813575448549,43.979644417998934,1,1,-24.875187969924784,0.7516362312851372,2280.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2626.9833333333336,2642.0,1741.0,-13.246499470241535,1,0,0,none,1,22.275862068965516,-1.3602457218078103,1,0.667,0,0,0,126.5050902271617,242.28733272378327,115.78224249662156,2344.0,1551.15,1487.3833333333334,43.764303903555415,0,0,269.92857142857144,12.104420243433697,0,0.871244635193133,112.82874526824826,0,1,-12.875536480686694,0,1,81.59609120521172,75.43521822432568,0,0,0,0,0,0,1.498029603931613,-16.2747068122963,-9.556509298998591,0.9760743130699239,823.7294117647057,0,0,34.717817306689206,,-43126409250.956474,-36717046403.810455,1.0596902649416784,948810848.5154171,0,0,-25.321288167264917,29.915164012355945,30.204602838206508,1,1,59.0413533834586,0.5189619939610195,1768.5112813664002,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,14.455,0,0,2205.25,2380.0,1331.5,1.1223217322299028,1,0,0,none,1,14.559322033898304,-3.2735426008968607,0,0.583,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.2711270418010579,32.5782092772384,10.432569974554708,12.348213577855743,27.891032528056293,75.49280767181673,98.36909871244633,107.40318249127824,0.8500187274467962,125.0341780932499 -147,2025-09-14 00:39:00,buy,2205.0,0.499,26,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#26,0.06579459231637344,30.769230769230774,-1.5234642661791336,18.1728395061732,16.526748971193708,-5.328239921988825,-3.8047756558096912,1.3791381787681003,2218.8,2229.35,2239.866666666667,-0.5988292551640573,0,0,6.642857142857143,0.29976792160907684,0,0.18518518518518517,-150.64502704952142,1,0,-81.48148148148148,1,0,-0.9830205540661274,18.273623314113962,0,0,0,0,0,0,2.7692307692307736,-2.09254740424214e-06,4.320987654320989,0.07355735595144595,-14.420588235293962,0,0,0.6280964549919661,0.42857142857142855,,,0.48074106310585024,-712976.082602635,0,0,,22.730642112066878,27.993319574526463,1,1,-0.9691729323308071,0.5564402074626581,2211.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2229.9,2263.2,2214.6,-0.623346338400832,1,0,0,none,1,-0.21008403361344538,0.0,0,0.448,0,0,0,0.0,32.87671232876713,-1.41551829737603,24.040404040404173,27.373737373737555,-6.516664084003878,-5.101145786627848,1.3551415871830703,2222.4,2232.15,2244.883333333333,-0.9027171113052512,0,0,7.857142857142857,0.3552053732885559,0,0.041666666666666664,-219.63523476911024,1,0,-95.45454545454545,1,0,-0.8960573476702538,19.706417687967203,1,0,0,0,1,0,-7.123287671232873,-0.7106092007150817,-11.818181818181817,-0.12731019829043516,-17.358823529411893,0,0,0.8815437615421933,0.7394957983193278,-8164477660.647353,-10335387.045022964,1.291538909953108,-977221.4069163501,0,0,,22.577743662234795,36.37684413675736,1,1,-0.9210526315789461,0.5192073414404332,2211.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2235.583333333333,2264.1,2222.8,-1.0549073694412159,0,0,0,none,1,-0.5959595959595959,-0.045207956600361664,0,0.32,-1,-1,0,0.10704296283746383,37.647058823529406,-1.6124704050107583,24.805068226120856,19.86679662118257,-7.1822689526984504,-5.569798547687692,2.3938048872465987,2229.4,2243.1,2254.483333333333,-0.9406624760376237,0,0,14.571428571428571,0.6557798637006558,0,0.22448979591836735,-146.01344860710614,1,0,-69.44444444444444,0,0,-0.6261180679785316,25.987239824815333,0,0,0,0,0,0,3.962848297213611,-0.26717777067869797,3.9351851851851833,0.21290573523559816,-16.370588235294235,0,0,1.2570411888660686,0.44537815126050423,-9763503883.150108,-23573674.639608383,1.287311999955824,-308284.58206772804,0,0,,23.265663701083938,8.74158195903564,0,1,-2.0451127819549058,0.8123586025640066,2211.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2246.4666666666667,2323.0,2222.2,-1.0891177256135531,0,0,0,none,1,-0.8860759493670886,-0.09000900090009001,0,0.316,-1,0,0,0.03376128760667849,27.272727272727266,-1.6864584233346989,20.189232266829368,15.682688989600555,-9.2367079579044,-7.550249534569701,2.1642690204793893,2229.8,2244.65,2271.05,-1.0090660013810648,0,0,15.928571428571429,0.7168574000257169,0,0.2127659574468085,-168.88232397833445,1,0,-78.72340425531915,0,0,-1.6814159292035447,25.785778500341536,0,0,0,0,0,0,-12.92335115864529,-0.37823237793934705,7.092198581560284,0.17530376856911936,-20.970588235294144,0,0,1.2497457531665637,0.13445378151260504,-9505073103.660645,-19921700.043130875,1.889849503735628,-3887008.1333422363,0,0,,23.313308168275615,9.47091365593123,0,1,-1.2398496240602013,0.3647592424890156,2212.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2287.85,2323.0,2226.8,-2.878248136897088,0,0,0,none,1,-2.5254237288135593,-0.45004500450045004,0,0.167,0,0,1,0.028021941198597574,35.87786259541984,-2.421210319414973,26.29271437782063,26.627577401044103,-12.44706982603384,-10.025859506618866,2.9848064888183057,2238.0,2253.75,2268.1,-1.4087631724902905,0,0,22.642857142857142,1.019030474476019,1,0.22580645161290322,-175.64254646105167,1,0,-70.2127659574468,0,0,-1.0685663401602818,24.04503740474229,1,0,1,0,1,0,-2.333519518401296,-0.7818329968022208,4.595744680851066,0.1521236051315709,-45.470588235294144,0,0,1.5311435335626324,0.008403361344537815,-10422697910.6123,-72081782.53605652,1.2398438507792782,-5641524.083166897,0,0,-5.189810383352978,23.637479926099793,42.64968187352842,1,1,-2.206766917293262,0.6026388371486953,2208.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2318.65,2321.0,2180.0,-4.168373838224837,1,0,0,none,1,-0.16326530612244897,-0.27002700270027,0,0.4,0,0,0,0.08465324242669586,20.91503267973856,-2.8709355512229084,24.76005906238471,28.544358311800227,-12.91111620861875,-10.040180657395842,4.422128559936471,2249.6,2275.8,2299.483333333333,-1.8367167589419142,0,0,27.0,1.2085944494180842,1,0.26804123711340205,-157.98931639711594,1,0,-69.76744186046511,0,0,-2.4454148471615755,22.07422559672304,0,0,0,0,0,0,-7.035277879267653,-0.6900153893409211,-2.7796234772978963,0.2099939754685583,-29.84999999999991,0,0,2.533549572197324,0.0,-11285077426.290806,-156274228.3684559,0.9923464933198961,-17316826.877752006,0,0,-3.5831127008528543,24.830418796033072,19.50372892647559,0,1,-3.2992481203007684,0.6018483417536816,2208.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2312.8,2315.0,2187.4,-3.4071255620892527,1,0,0,none,1,-1.7179487179487178,-0.26857654431512984,0,0.455,0,0,0,-42.35301272297255,30.592419235025773,72.94543195799832,2267.0,2359.3,1888.3666666666666,-5.310897300046635,0,0,80.07142857142857,3.584217930681673,0,0.013513513513513514,-72.1940214326001,0,0,-89.47368421052632,1,0,-2.742707879843276,40.36131021814398,0,0,1,0,1,0,1.0134022446859632,2.480140360409493,-5.485937064884434,0.3280831720208942,-70.52352941176468,0,0,9.468050521066289,0.7226890756302521,-15617993312.655798,-519812752.34674454,0.4253753633844281,-23190434.52701515,0,0,,25.627581353563755,54.43313947353804,1,1,-18.96992481203008,0.7015081089383444,2234.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2633.0166666666664,2642.0,2192.8333333333335,-15.154354004595483,1,0,0,none,1,5.137931034482759,-1.611459265890779,0,0.5,0,0,0,108.87251947253466,251.8728918372899,143.00037236475524,2376.2,1595.6,1501.7666666666667,40.01002757583354,0,0,269.92857142857144,12.082747154367567,0,0.8746781115879828,97.65522109379765,0,0,-12.532188841201716,0,1,78.57713828936849,77.15808249352507,0,0,0,0,0,0,0.49649714101749964,-17.63257075462704,-10.52932761087267,0.9340857590535868,787.6999999999998,0,0,34.39851081788144,,-43421583292.01716,-36783951124.98929,1.098003159746321,1023219898.661846,0,0,-24.536975664841382,29.11261755179413,32.12688953998774,1,1,65.54135338345863,0.5888611092366745,1854.1197019751041,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,10.777,0,0,2205.25,2380.0,1331.5,1.303707062691295,1,0,0,none,1,12.610169491525424,-0.6714413607878245,0,0.583,0,0,0,3,0,0,0,0.75,0.0,0.0,1,0.2662197623903303,33.89830508474576,15.108137301645025,19.313188121180815,22.71747755220418,75.98930481283423,87.83977110157366,98.04482594182163,0.8158565563800219,126.67151201286325 -148,2025-09-14 02:12:00,buy,2200.0,0.501,26,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#26,0.46692218473584846,51.315789473684205,1.0660922114165108,103.3333333333337,103.33333333333364,-0.35121962369294124,-1.417311835109452,0.88890745944287,2214.2,2210.65,2220.483333333333,-0.029403116730375434,0,0,6.428571428571429,0.2908855850032321,0,0.6,-17.179970668343998,0,0,-40.0,0,0,-0.045228403437358455,37.901266539300025,0,0,0,0,1,0,-11.184210526315802,-0.5569101452105958,-16.666666666666657,0.38694173210358845,1.7352941176468448,0,0,1.0025700349781268,0.8319327731092437,-6902099069.43196,,0.6994503529693208,71623.62878995389,1,0,,22.370976956416765,15.92439611914924,0,1,0.5556390977443766,0.4477344817719877,2208.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2207.05,2265.0,2206.0333333333333,0.1336625812736303,1,0,0,none,1,-0.2857142857142857,-0.18099547511312217,0,0.452,-1,-1,0,0.23217189905364022,50.0,1.3835219368354235,125.27472527472541,129.05982905982927,-3.9932543334966795,-5.376776270332103,0.6161980545192087,2214.0,2211.65,2233.1666666666665,-0.1650351547487161,0,0,6.571428571428571,0.2976190476190476,1,0.6153846153846154,-231.20089786756915,1,0,-38.46153846153847,0,0,-0.31602708803611934,50.36699767707751,1,0,1,0,1,0,-6.86274509803922,-0.5519474533729678,-17.58241758241759,0.22999400734840605,-7.573529411764866,0,0,0.8025414382145739,0.3865546218487395,,,1.673258100913635,-197067.28912070394,0,0,,22.327307504389804,41.57902873802924,1,1,0.12706766917293807,0.048683827001161806,2200.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2234.6499999999996,2263.0,2208.4,-1.192580493589579,0,0,0,none,1,-0.48484848484848486,0.0,0,0.348,-1,-1,0,0.21611108322739117,29.310344827586206,-0.033419949068138166,18.055555555555557,16.203703703703685,-9.680880915899252,-9.647460966831114,2.1800129408260203,2210.8,2221.75,2242.233333333333,-0.6188815123213676,0,0,9.357142857142858,0.4237836438923396,0,0.0,-71.01947308132978,0,0,-100.0,1,0,-0.6300630063006296,11.886590963210011,0,0,1,0,0,0,-8.871473354231973,0.035549940167607375,-2.777777777777775,0.1491388401193415,-22.050000000000182,0,0,0.7654888694254266,0.07563025210084033,-9767628343.100414,-4124459.9503059387,1.178349641655167,-1102742.025026977,0,0,-4.016166512416961,22.45889123573741,28.25909418799322,1,1,-1.8353383458646706,0.804103186261443,2208.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2247.1666666666665,2302.0,2208.0,-1.7429355484684383,1,0,0,none,1,-1.1518987341772151,-0.6793478260869565,0,0.235,0,0,0,0.25457878845929566,17.647058823529406,-1.313293148226382,23.33333333333344,10.21367521367536,-12.491544105382218,-11.178250957155836,3.3930905338501933,2210.4,2233.6,2260.9666666666667,-0.8327363896848072,0,0,15.285714285714286,0.690099967752338,0,0.2542372881355932,-103.76687988628163,1,0,-50.0,0,0,-0.939177101967803,19.849232331607183,0,0,0,0,1,0,-12.352941176470594,0.7367248524782237,16.666666666666668,0.2802265184387489,-27.45588235294099,0,0,0.99935296433,0.058823529411764705,,,0.990902526433317,-2362224.64585945,0,0,,22.901342070849996,10.39979080035454,0,1,-3.025563909774464,0.8924810266341426,2200.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2230.75,2306.6,2204.1,-0.7060405693152472,1,0,0,none,1,-1.2033898305084745,0.0,0,0.182,0,0,0,0.12580497259847723,41.984732824427475,-3.5763837569567265,4.255319148936038,12.245862884160625,-16.416156677732943,-12.839772920776216,3.3713284633461758,2217.2,2243.3,2264.3333333333335,-1.2615343467213602,0,0,20.714285714285715,0.9351821992905515,1,0.1346153846153846,-127.64992631220953,1,0,-85.1063829787234,1,0,-2.077807250221042,39.42290360891521,1,0,0,0,0,0,7.425909295015707,0.5165184472378179,-4.964539007092198,0.1706987072254765,-48.417647058823604,0,0,1.601854209816622,0.04201680672268908,-10424026960.471199,-65023251.696668625,0.6581835844128691,-6867684.392552435,0,0,-4.719464520539815,23.22576340841893,26.532932362814385,1,1,-2.502255639097759,0.6130198438589365,2214.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2319.116666666667,2321.0,2208.0,-4.489496719296859,1,0,0,none,1,-0.5102040816326531,-0.6320541760722348,1,0.429,0,0,0,0.07669004810863624,22.516556291390714,-5.083532736812316,13.107822410148058,16.907726210051848,-17.574758951550848,-12.491226214738532,5.5916339867476585,2231.2,2268.7,2289.9166666666665,-2.3669943139242644,0,0,27.642857142857142,1.2479845211222185,0,0.07216494845360824,-113.55130577832672,1,0,-90.9090909090909,1,0,-2.4658740642888644,16.232861104450322,0,0,0,0,0,0,1.0400462242766224,-0.36288324425388474,0.2525252525252526,0.13291589999524644,-39.229411764705674,0,0,2.4555324499587665,0.0,-11284894737.610071,-105709558.26696014,0.33208675676818256,-14185319.150580406,0,0,-3.5765305826042373,23.743452952082443,23.991399051969086,0,1,-4.801503759398449,0.8022522790844373,2215.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2312.8,2315.0,2187.4,-4.228640608785894,1,0,0,none,1,-1.0,-1.4446952595936793,0,0.417,0,0,0,-42.35301272297255,30.592419235025773,72.94543195799832,2267.0,2359.3,1888.3666666666666,-5.310897300046635,0,0,80.07142857142857,3.584217930681673,0,0.013513513513513514,-72.1940214326001,0,0,-89.47368421052632,1,0,-2.742707879843276,40.36131021814398,0,0,1,0,1,0,1.0134022446859632,2.480140360409493,-5.485937064884434,0.3280831720208942,-70.52352941176468,0,0,9.468050521066289,0.7226890756302521,-15617993312.655798,-519812752.34674454,0.4253753633844281,-23190434.52701515,0,0,,25.627581353563755,54.43313947353804,1,1,-18.96992481203008,0.7015081089383444,2234.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2633.0166666666664,2642.0,2192.8333333333335,-15.154354004595483,1,0,0,none,1,5.137931034482759,-1.611459265890779,0,0.5,0,0,0,108.87251947253466,251.8728918372899,143.00037236475524,2376.2,1595.6,1501.7666666666667,40.01002757583354,0,0,269.92857142857144,12.082747154367567,0,0.8746781115879828,97.65522109379765,0,0,-12.532188841201716,0,1,78.57713828936849,77.15808249352507,0,0,0,0,0,0,0.49649714101749964,-17.63257075462704,-10.52932761087267,0.9340857590535868,787.6999999999998,0,0,34.39851081788144,,-43421583292.01716,-36783951124.98929,1.098003159746321,1023219898.661846,0,0,-24.536975664841382,29.11261755179413,32.12688953998774,1,1,65.54135338345863,0.5888611092366745,1854.1197019751041,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,10.777,0,0,2205.25,2380.0,1331.5,1.303707062691295,1,0,0,none,1,12.610169491525424,-0.6714413607878245,0,0.583,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.2662197623903303,33.89830508474576,15.108137301645025,19.313188121180815,22.71747755220418,75.98930481283423,87.83977110157366,98.04482594182163,0.8158565563800219,126.67151201286325 -149,2025-09-14 16:36:00,sell,2394.0,0.65,26,고점 매도 · 비중 65% · 분할 · leg#26,0.6203334264980565,47.69230769230769,-0.5976121579399969,72.38095238095273,79.04761904761932,8.093067497467473,8.69067965540747,2.049403318087296,2380.0,2372.15,2342.95,0.24661172354192296,0,0,17.357142857142858,0.7299050823020545,1,0.8,96.37074260189712,0,0,-20.0,0,0,0.6347862886161737,45.8241594597305,0,1,0,1,0,1,-6.983951300498063,-0.16860569172482975,-7.619047619047606,0.6092226717062987,13.94705882352946,0,0,1.5711791745576897,0.6890756302521008,-7081731836.948567,-17281759.856158257,2.93401288567075,-2263941.3621950746,0,1,,31.037689435929614,14.651877397053708,0,1,0.681954887218078,0.11019455963847413,2377.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2382.4833333333336,2385.0,2239.0333333333333,-0.1881790009024331,1,0,0,none,1,1.2016806722689075,-1.0092514718250631,1,0.59,0,0,1,1.0,70.93023255813952,0.6879071388715943,115.73685573685584,111.68781835448522,18.28779586607061,17.599888727199016,2.928661529588562,2386.8,2369.75,2312.766666666667,1.6140943137461727,0,0,21.214285714285715,0.8809919316563836,1,1.2372881355932204,175.38354253835405,0,1,35.8974358974359,0,1,1.775147928994092,77.9471400095082,0,0,0,0,0,0,12.846400222810182,1.507527635966781,4.558404558404533,0.9887841709730244,38.87647058823495,0,0,2.409787591864654,0.8823529411764706,-8360012872.340499,-38348564.97379398,1.0140121103264077,3770185.786708325,0,0,,32.75914217008857,20.011442923956146,0,1,1.5721804511277897,0.28737526319404816,2396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2284.8,2388.4,2237.2,5.392156862745079,0,0,0,none,1,1.4646464646464648,-0.08305647840531562,1,0.643,1,1,0,0.8171164165280229,65.33333333333334,2.749049565317492,112.18857089932389,106.15365784061805,28.44411864926269,25.6950690839452,6.2551445132383945,2374.8,2336.65,2285.016666666667,1.983609012903087,0,0,25.357142857142858,1.0640848869971826,0,1.1368421052631579,111.28787878787907,0,1,21.311475409836063,0,1,3.160173160173163,77.33199685061197,0,0,0,1,0,0,-4.3247863247863165,-0.4792436901318844,3.2943013270882204,0.9160051746417005,70.2088235294118,0,0,2.7050286863793827,0.9495798319327731,-9863914349.6312,-10578802.635162354,1.3313135280485253,3745107.4379065037,0,0,,31.523729407798484,40.038707992072084,1,1,5.76165413533838,0.8702025862553777,2383.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2362.5,2370.0,2240.0,0.8677248677248617,0,0,0,none,1,2.0759493670886076,-1.0910616869492236,1,0.6,0,0,0,0.8660094301975081,80.08658008658008,7.216904162513458,115.20515140226716,111.90132391984359,31.055391030129158,23.8384868676157,8.451228983311916,2368.8,2311.5,2269.15,3.093229504650652,0,0,27.214285714285715,1.1420178646364127,0,1.099236641221374,115.03540191586875,0,1,13.684210526315791,0,1,3.6988685813751143,81.38830718787628,0,0,0,0,0,0,3.434597707725459,-0.40521942506997277,2.2425629290617906,1.0373951182715249,81.59999999999991,0,0,3.3435714140420965,0.9495798319327731,-9678977811.521072,-50251753.10150337,1.3853261154430172,6196778.52930364,0,0,-2.838087712070103,31.57421613785678,55.087867709146074,1,1,7.724812030075097,0.8756616589468906,2382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2367.166666666667,2370.0,2251.0,0.6688727733577204,0,0,0,none,1,2.847457627118644,-0.5035669324381032,1,0.688,0,0,0,1.0,69.23076923076923,13.63620571513465,111.17489249220802,121.4499751504354,29.360672682256336,15.724466967121685,8.472636980669861,2359.2,2285.75,2266.4666666666667,4.254621021546545,0,0,31.0,1.3008812421317666,0,1.091549295774648,165.08484325568017,0,1,9.15492957746479,0,1,6.3839285714285765,94.22155866088434,0,0,0,0,0,0,7.76018099547511,0.6967214699684305,-15.887750746905681,1.1772546846439311,94.52352941176468,0,0,3.611759427194753,0.6470588235294118,-10623985694.88116,-34073486.799806595,1.5211752386917081,19177075.6374951,0,0,-3.8937834604504498,31.904638315330125,17.354701925034536,0,1,5.749624060150373,0.4935967262375168,2382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2253.8999999999996,2370.0,2208.0,5.727849505301941,0,0,0,none,1,2.2857142857142856,-0.5035669324381032,1,0.5,0,0,0,1.0,77.10437710437711,14.610520552438164,133.64257114257123,111.73226798226806,14.609610217111822,-0.0009103353263418003,7.737676589073741,2304.6,2261.4,2270.866666666667,5.0676572035022405,0,0,36.92857142857143,1.5542328042328044,0,1.20863309352518,247.04642520383868,0,1,26.126126126126124,0,1,5.319148936170204,87.41441566758192,0,0,0,0,0,0,0.23362880505737849,3.919766944381994,17.04204204204204,1.1623903071554336,47.14411764705892,0,0,3.8340341386812358,0.226890756302521,-11323959456.612907,-40170470.92814255,2.549321901023521,25125953.89057201,0,0,-1.2315112057142492,32.06189377587483,16.940314432715493,0,1,4.577443609022553,0.38322877393821053,2377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2344.6833333333334,2347.0,2208.0,1.3356458939018045,0,0,0,none,1,4.948717948717949,-1.4730639730639732,1,0.583,0,0,1,-19.081955535609872,23.016247776750788,42.09820331236066,2268.8,2298.45,1957.1833333333334,3.3740129217516124,0,0,63.142857142857146,2.6575276575276576,1,0.7487179487179487,70.8335089419933,0,0,186.27450980392157,0,1,6.547085201793723,70.04134594904048,0,0,0,0,0,0,9.473558267528112,11.892140253915763,91.91606467148262,0.852546663966522,-109.19117647058829,0,0,9.818293367984326,0.7310924369747899,-15727479462.71212,-417871387.5720196,1.245979915248822,14241578.108864903,0,0,-21.51109229990986,32.81885967576314,48.36403776785028,1,1,-6.545112781954909,0.2758583619128371,2310.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2635.133333333333,2642.0,2230.0,-9.833784501732989,1,0,0,none,1,-14.862068965517242,-1.2205387205387206,1,0.4,1,1,0,108.87251947253466,251.8728918372899,143.00037236475524,2376.2,1595.6,1501.7666666666667,40.01002757583354,0,0,269.92857142857144,12.082747154367567,0,0.8746781115879828,97.65522109379765,0,0,-12.532188841201716,0,1,78.57713828936849,77.15808249352507,0,0,0,0,0,0,0.49649714101749964,-17.63257075462704,-10.52932761087267,0.9340857590535868,787.6999999999998,0,0,34.39851081788144,,-43421583292.01716,-36783951124.98929,1.098003159746321,1023219898.661846,0,0,-24.536975664841382,29.11261755179413,32.12688953998774,1,1,65.54135338345863,0.5888611092366745,1854.1197019751041,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,10.777,0,0,2205.25,2380.0,1331.5,1.303707062691295,1,0,0,none,1,12.610169491525424,-0.6714413607878245,0,0.583,0,0,0,0,3,0,0,0.0,0.75,0.0,0,0.7629745560713295,56.61641541038526,130.51255589955278,67.77319114780414,12.830187726741338,75.98930481283423,87.83977110157366,98.04482594182163,0.8158565563800219,126.67151201286325 -150,2025-09-14 16:54:00,sell,2382.0,0.35,26,고점 매도 · 비중 35% · 분할 · leg#26,0.4716230316567431,56.25,-1.0099186425654754,69.09613375130651,80.35527690700133,7.999561431047368,9.009480073612844,2.2964310864978947,2387.0,2378.55,2352.4,-0.06516575224402299,0,0,17.285714285714285,0.7272071638920607,1,0.6136363636363636,25.734481996906837,0,0,-58.620689655172406,0,0,-0.46063651591289334,56.078255592687526,0,0,0,0,0,0,-4.152684563758385,-0.9585877204948492,-14.237199582027174,0.4811853997904326,15.961764705882615,0,0,1.7478725501615882,0.7983193277310925,-7085685139.327402,-14232420.723181725,0.35179648443880773,-2737040.390338421,0,0,,30.958211597894625,12.055541338927414,0,1,1.0263157894737096,0.19770545063176093,2376.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2380.75,2388.7,2256.2,-0.15751338863803088,1,0,0,none,1,1.1428571428571428,-0.5469078670593185,0,0.579,0,0,0,0.57503003107262,52.07100591715976,-1.578936158931775,76.92307692307705,99.0157990157992,15.686075727818206,17.26501188674998,3.091038640979477,2389.2,2371.5,2320.116666666667,0.23192072527935537,0,0,20.428571428571427,0.8594266482360718,1,0.711864406779661,62.976333734457214,0,0,-43.58974358974359,0,0,0.042087542087543284,66.72254501139567,0,1,0,1,0,1,-1.8683880222341784,-1.1478967213826188,-26.495726495726487,0.5715588178733914,33.39411764705892,0,0,2.245432265945381,0.8403361344537815,-8378658964.646832,,0.3943921942303495,1518966.2290207744,0,0,,31.03168471229103,17.572674168411776,0,1,2.305263157894694,0.5538267389206453,2376.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2284.8,2388.4,2237.2,4.03536414565826,1,0,0,none,1,0.9494949494949495,-0.7572570466975179,0,0.63,0,0,0,0.7211520796253345,61.18143459915612,1.3890804194403685,117.55158633064185,119.74120321795668,28.156402551640895,26.767322132200526,5.6628127590704675,2380.2,2347.6,2288.9166666666665,1.252342818197305,0,0,26.285714285714285,1.1058356872408197,0,1.0123456790123457,84.14239482200709,0,0,1.4925373134328357,0,1,0.2107925801011712,68.19857675023479,0,1,0,1,0,0,-3.840986925507565,-1.5108513541405628,-11.931866093262514,0.7662251254326105,67.6676470588236,0,0,2.7958489978717087,0.9747899159663865,-9863591073.781553,-3648748.14853096,0.5041475186905102,-2123408.540425986,0,1,,31.16777695286408,37.86154397336763,1,1,5.1278195488722,0.833183937601451,2376.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2363.5,2376.0,2241.0,0.5711867992384212,0,0,0,none,1,1.9367088607594938,-0.2944888514934792,0,0.64,0,0,0,0.8294159581316071,76.84729064039409,6.303449837493506,113.01806312822235,113.72860100123167,31.717799164482585,25.41434932698908,8.28732773117775,2375.8,2318.7,2271.9333333333334,2.7299780049165667,0,0,25.571428571428573,1.0735276478349527,0,1.053030303030303,107.54516471838485,0,1,9.090909090909092,0,1,1.8819503849443864,81.54394286222222,0,0,0,1,0,1,-3.2392894461859925,-0.913454325019952,-2.187088274044811,1.008606446018565,82.50294117647081,0,0,3.3403389992104615,0.9411764705882353,-9680143595.226797,-43460230.52575302,0.5980579110899202,2137428.9030424953,0,0,-2.7882318883873465,31.50305037492973,61.10402417173111,1,1,7.571428571428545,0.8694118084013218,2382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2372.083333333333,2375.0,2252.5,0.4180572633058377,0,0,0,none,1,2.830508474576271,-0.2938706968933669,0,0.688,0,0,0,1.0,69.23076923076923,13.63620571513465,111.17489249220802,121.4499751504354,29.360672682256336,15.724466967121685,8.472636980669861,2359.2,2285.75,2266.4666666666667,4.254621021546545,0,0,31.0,1.3008812421317666,0,1.091549295774648,165.08484325568017,0,1,9.15492957746479,0,1,6.3839285714285765,94.22155866088434,0,0,0,0,0,0,7.76018099547511,0.6967214699684305,-15.887750746905681,1.1772546846439311,94.52352941176468,0,0,3.611759427194753,0.6470588235294118,-10623985694.88116,-34073486.799806595,1.5211752386917081,19177075.6374951,0,0,-3.8937834604504498,31.904638315330125,17.354701925034536,0,1,5.749624060150373,0.4935967262375168,2382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2253.8999999999996,2370.0,2208.0,5.727849505301941,0,0,0,none,1,2.2857142857142856,-0.5035669324381032,1,0.5,0,0,0,1.0,77.10437710437711,14.610520552438164,133.64257114257123,111.73226798226806,14.609610217111822,-0.0009103353263418003,7.737676589073741,2304.6,2261.4,2270.866666666667,5.0676572035022405,0,0,36.92857142857143,1.5542328042328044,0,1.20863309352518,247.04642520383868,0,1,26.126126126126124,0,1,5.319148936170204,87.41441566758192,0,0,0,0,0,0,0.23362880505737849,3.919766944381994,17.04204204204204,1.1623903071554336,47.14411764705892,0,0,3.8340341386812358,0.226890756302521,-11323959456.612907,-40170470.92814255,2.549321901023521,25125953.89057201,0,0,-1.2315112057142492,32.06189377587483,16.940314432715493,0,1,4.577443609022553,0.38322877393821053,2377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2344.6833333333334,2347.0,2208.0,1.3356458939018045,0,0,0,none,1,4.948717948717949,-1.4730639730639732,1,0.583,0,0,1,-19.081955535609872,23.016247776750788,42.09820331236066,2268.8,2298.45,1957.1833333333334,3.3740129217516124,0,0,63.142857142857146,2.6575276575276576,1,0.7487179487179487,70.8335089419933,0,0,186.27450980392157,0,1,6.547085201793723,70.04134594904048,0,0,0,0,0,0,9.473558267528112,11.892140253915763,91.91606467148262,0.852546663966522,-109.19117647058829,0,0,9.818293367984326,0.7310924369747899,-15727479462.71212,-417871387.5720196,1.245979915248822,14241578.108864903,0,0,-21.51109229990986,32.81885967576314,48.36403776785028,1,1,-6.545112781954909,0.2758583619128371,2310.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2635.133333333333,2642.0,2230.0,-9.833784501732989,1,0,0,none,1,-14.862068965517242,-1.2205387205387206,1,0.4,1,1,0,108.87251947253466,251.8728918372899,143.00037236475524,2376.2,1595.6,1501.7666666666667,40.01002757583354,0,0,269.92857142857144,12.082747154367567,0,0.8746781115879828,97.65522109379765,0,0,-12.532188841201716,0,1,78.57713828936849,77.15808249352507,0,0,0,0,0,0,0.49649714101749964,-17.63257075462704,-10.52932761087267,0.9340857590535868,787.6999999999998,0,0,34.39851081788144,,-43421583292.01716,-36783951124.98929,1.098003159746321,1023219898.661846,0,0,-24.536975664841382,29.11261755179413,32.12688953998774,1,1,65.54135338345863,0.5888611092366745,1854.1197019751041,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,10.777,0,0,2205.25,2380.0,1331.5,1.303707062691295,1,0,0,none,1,12.610169491525424,-0.6714413607878245,0,0.583,0,0,0,0,1,0,0,0.0,0.25,0.0,0,0.7629745560713295,56.61641541038526,130.51255589955278,67.77319114780414,12.830187726741338,75.98930481283423,87.83977110157366,98.04482594182163,0.8158565563800219,126.67151201286325 -151,2025-09-15 17:00:00,buy,2146.0,0.488,27,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#27,0.20118087975451973,22.950819672131146,-1.1376089248518273,14.920634920635274,13.959435626102598,-11.204399148345146,-10.066790223493319,2.7542944117244508,2163.4,2180.95,2205.3,-0.8230358330085452,0,0,10.357142857142858,0.4788323096228783,0,0.13513513513513514,-83.59317000742469,0,0,-86.11111111111111,1,0,-1.2328767123287676,16.213897720604592,0,0,0,0,0,0,0.728597449908932,0.3652787862771092,0.9259259259259256,0.1397793959103931,-25.482352941176487,0,0,0.8118963254474265,0.8991596638655462,,,0.3766526692001299,-1474338.142049022,0,0,,18.678367404396745,28.183197655474146,1,1,-2.2127819548872103,0.7598941986759571,2158.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2226.833333333333,2228.0,2158.0,-2.866551904797532,1,0,0,none,1,-0.3025210084033613,0.0,0,0.467,0,0,0,0.11550172708488758,31.460674157303373,-3.2410592179661037,9.470899470899612,9.294532627866184,-13.377428268717267,-10.136369050751163,3.41036816355141,2162.8,2188.7,2206.5833333333335,-1.3112806688902023,0,0,12.428571428571429,0.5753968253968255,0,0.03571428571428571,-120.06530127634308,1,0,-94.44444444444444,1,0,-1.6841147018661795,19.901465514307787,1,0,1,0,0,0,0.6914433880725994,0.1709119576431295,1.851851851851852,-0.015679588314277616,-43.470588235294144,0,0,0.9666360205866991,0.5630252100840336,-8612200968.001875,,0.5589317241107341,-1668398.9586811066,0,0,,18.58009679571644,55.0801487584482,1,1,-2.7609022556391283,0.7661522537640004,2158.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2224.866666666667,2226.0,2158.0,-2.915530518682774,1,0,0,none,1,-0.2727272727272727,-0.0462962962962963,0,0.429,0,0,0,0.00940973959510698,22.60869565217392,-5.905162711380995,15.106286748077792,24.61094599154298,-10.422904431690313,-4.517741720309318,3.9306725832065257,2180.0,2206.55,2208.85,-1.9283496861616678,0,0,16.428571428571427,0.7591761288618959,0,0.08955223880597014,-145.76868237859674,1,0,-91.04477611940298,1,0,-2.872531418312385,16.539539547473495,0,0,0,0,0,0,3.858695652173921,-0.37170158560169053,-10.506988865197822,-0.013876667383042217,-34.21764705882333,0,0,1.360313994146121,0.42016806722689076,-10194069146.169563,-24963297.22026062,0.6469908863905426,-3629373.8043292165,0,0,,18.92719884010856,41.13204847756753,1,1,-2.87443609022555,0.6150806381392635,2158.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2208.6,2231.6,2158.0,-2.01937879199493,1,0,0,none,1,-0.7848101265822784,-0.04621072088724584,0,0.421,0,0,0,0.0,33.064516129032256,-4.827357345493709,24.712572373862812,21.74157996314209,-8.100734926471432,-3.2733775809777224,3.0909936810398366,2183.8,2206.9,2217.85,-2.0345280710498903,0,0,16.785714285714285,0.7763975155279503,0,0.06153846153846154,-210.36826299984298,1,0,-93.84615384615384,1,0,-2.9622980251346465,22.858510863602007,0,0,0,0,0,0,-4.898446833930706,-1.7204865732550791,2.0512820512820547,-0.10413705280688076,-26.061764705882524,0,0,1.5450106051491594,0.19327731092436976,-9979798486.250238,-36889919.94841766,0.9384171653280226,-4392345.995191097,0,0,,18.87025641616966,33.08499392568496,1,1,-1.1609022556390876,0.1621876545212203,2158.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2189.8500000000004,2239.9,2161.0333333333333,-1.2717766057036006,1,0,0,none,1,-1.2372881355932204,-0.04625346901017577,0,0.385,-1,-1,0,0.13769960126560535,37.74834437086092,-0.09369356583696486,39.05597326649944,67.92444073145813,-10.752026078506333,-10.658332512669368,3.396788585704761,2206.4,2210.2,2252.516666666667,-1.23065785901727,0,0,21.142857142857142,0.9685230024213075,0,0.3424657534246575,-212.49999999999977,1,0,-60.317460317460316,0,0,-1.3556258472661509,37.321203668319235,0,0,1,0,1,0,-9.378092410748273,-1.4685749411338413,-24.735449735449727,0.1554652900807875,-22.602941176470722,0,0,2.525422638859833,0.42857142857142855,-10988524915.343035,-34808398.128507614,2.1113152086498888,-5443067.4820482135,0,0,,20.335145960881885,20.934562511607407,0,1,-1.2135338345864601,0.14631593326230907,2158.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2366.4666666666667,2370.0,2186.266666666667,-7.752767839535735,0,0,0,none,1,-3.938775510204082,-0.6871278057718736,0,0.167,0,0,1,0.07400775109334033,35.632183908045974,-1.8576241120991472,60.056930068841986,53.04548145524924,-17.658045570441118,-15.80042145834197,4.209792621992161,2207.0,2224.9,2258.9,-1.7933390264731064,0,0,28.142857142857142,1.2880026152337365,1,0.2872340425531915,-196.79715302491175,1,0,-63.013698630136986,0,0,-2.149574563367662,30.33037231977022,1,0,1,0,1,0,-13.65353037766831,-1.2000259347559936,-1.1847463902258468,0.13198098079144105,-47.96470588235297,0,0,3.650923426228184,0.21008403361344538,-11638106860.797726,-96554622.14031029,1.6328676544603888,-1799474.4160102606,0,0,-4.823504899090388,20.936380625079053,34.49168809746554,1,1,-2.836090225563949,0.5134352901201364,2158.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2343.85,2347.0,2202.1,-6.777310834737715,0,0,0,none,1,-0.5897435897435898,-0.6864988558352403,0,0.417,-1,-1,0,-19.69171271858936,-4.88700985890091,14.804702859688451,2213.4,2260.0,2058.05,-3.31858407079646,0,0,64.5,2.9519450800915332,1,0.0,-156.3767547056955,1,0,-100.0,1,0,-2.1933751119068923,44.10961740420403,1,0,1,0,1,0,-3.1496062992126,-0.8338101394939379,-6.060606060606066,0.21491241540795356,-130.5029411764708,0,0,8.258923578361582,0.6386554621848739,-16254696674.379719,-636703361.7239208,1.1525688826048353,-27943293.59932798,0,0,-4.556397430131109,21.638363415966587,40.214993132972,1,1,-3.2646616541353506,0.16636731728857446,2185.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2281.616666666667,2526.0,2185.0,-4.23457051651972,1,0,0,none,1,-13.96551724137931,-2.7917620137299775,0,0.25,0,0,0,89.59724563811912,254.99692941240414,165.39968377428502,2306.4,1639.9,1513.85,35.06921153728886,0,0,273.92857142857144,12.366978394066432,0,0.8583690987124464,76.39125854932274,0,0,-14.163090128755366,0,1,82.3045267489712,75.01377140664259,0,0,0,0,0,0,-0.24303615611782448,-19.275273834415543,-1.0300429184549245,0.8713204393842009,690.3470588235293,0,0,34.37694013551059,,-44846807892.01586,-38214433107.97323,0.6343880044644608,987743418.5614384,0,0,-24.983987509419844,27.524376704455978,34.18881173973757,1,1,70.18045112781952,0.6391590122064725,1927.7429436985894,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,8.07,0,0,2205.25,2380.0,1331.5,0.44212674299966004,1,0,0,none,1,11.627118644067796,-0.3160270880361174,0,0.545,0,0,0,4,0,0,0,1.0,0.0,0.0,1,0.10402927520961,40.74803149606299,21.167369901547115,23.35592209009931,8.380882381022428,75.74626865671641,86.80972818311874,91.00619933237958,0.776845620045141,126.67425091128639 -152,2025-09-16 01:00:00,buy,2047.0,0.512,27,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#27,0.27124871687859536,35.95505617977528,-0.4460151137006356,18.60465116279106,13.178294573643726,-21.402487973044117,-20.95647285934348,4.20171048500335,2059.8,2086.05,2141.5666666666666,-0.9611466647491795,0,0,12.571428571428571,0.6084912183653713,0,0.19444444444444445,-98.12623274161747,0,0,-67.44186046511628,0,0,-1.61904761904762,40.243648576491125,1,0,1,0,1,0,2.2341259472171373,1.0334929073928123,10.852713178294575,0.09141347693924337,-54.03529411764703,0,0,1.6930559970821006,1.0,-7356092075.681283,-15349167.118891716,0.6410366825775765,-1106550.163641367,0,0,,13.18603641869207,47.86609159207499,1,1,-3.248872180451161,0.7693989713705185,2056.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2173.633333333333,2230.0,2052.0,-4.951770461132665,1,0,0,none,1,-1.4453781512605042,-0.0484027105517909,0,0.222,0,0,0,0.17836720852636395,26.229508196721312,-5.1071254011089415,17.549834744887573,14.29133977208866,-28.408975858031226,-23.301850456922285,7.579671620664922,2065.8,2114.55,2159.2,-2.4378709418079625,0,0,22.785714285714285,1.1044941486046673,0,0.16535433070866143,-98.24902723735413,0,0,-73.75,0,0,-3.507951356407857,24.773793856309865,0,0,0,0,0,0,9.069744883111852,1.1305473682099212,6.7419678714859455,0.03983418298594128,-76.04411764705901,0,0,2.2551352548402464,1.0,-8695471579.723572,-18553444.737651825,0.8252932326609349,-2608038.2024869323,0,0,,13.084492406696956,64.99618650165561,1,1,-6.569172932330831,0.9407467297893368,2056.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2156.7,2228.0,2048.2,-4.344600547132183,1,0,0,none,1,-0.9696969696969697,-0.048473097430925836,0,0.357,0,0,0,0.0,16.582914572864325,-10.989345287913782,16.250742721330955,14.73189120247941,-29.733206698480444,-18.743861410566662,7.961325005437773,2081.2,2145.3,2175.9666666666667,-4.721950309979961,0,0,28.0,1.36986301369863,0,0.014285714285714285,-156.31831473752942,1,0,-98.48484848484848,1,0,-5.150812064965193,14.815194435948072,0,0,0,0,0,0,-1.548953559003806,-1.8102184688840204,0.5050505050505034,-0.28742372178714554,-91.40588235294081,0,0,2.081522587542922,1.0,-10262610943.796774,-30010972.49569702,1.3399136042260589,-5210299.780525327,0,0,,12.162908813229546,56.65657878618361,1,1,-6.297744360902273,0.7613972605082724,2042.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2221.95,2225.0,2084.7,-8.008731069556008,0,0,0,none,1,-2.0126582278481013,-0.684931506849315,0,0.348,-1,-1,0,0.0,22.79069767441861,-11.09840771881217,12.069997262839733,18.7415022336086,-25.76664558985931,-14.668237871047138,7.181242037619476,2104.4,2162.6,2187.9166666666665,-4.420604827522423,0,0,27.928571428571427,1.3511645587117285,0,0.07857142857142857,-199.90014977533662,1,0,-90.67796610169492,1,0,-5.874316939890711,16.681124968577095,0,0,0,0,0,0,-2.730135658914733,-1.9124889088164085,-6.471199428534318,-0.25065946559628566,-83.74411764705883,0,0,2.4131411643239864,0.9159663865546218,-10082053238.09066,-73434145.39802551,2.166539243529664,-5811460.916810393,0,0,,13.47496905504142,67.47121158459832,1,1,-5.511278195488687,0.7052468711232285,2056.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2220.2166666666667,2223.0,2094.9666666666667,-6.900978132764823,0,0,0,none,1,-2.169491525423729,-0.6773101112723754,0,0.294,-1,-1,1,0.0,38.306451612903224,-7.3285697517848885,37.81444098620401,43.27211275115341,-20.322961631672115,-12.994391879887226,6.132879536885008,2148.2,2180.3,2216.9,-3.8205751502086938,0,0,39.214285714285715,1.870018393623544,0,0.2645161290322581,-269.9530516431947,1,0,-72.2972972972973,0,0,-5.156037991858886,41.778032257766455,0,0,0,0,0,0,-2.819089512637909,-3.1809547654422747,-3.6909358337929774,0.0006024565151108671,-62.96470588235297,0,0,3.3775558288318273,0.6974789915966386,-11080582318.062813,-75696623.6052494,1.4852972356832317,-4067499.7894771695,0,0,,15.416749066193214,26.573924792071217,1,1,-3.111278195488781,0.3031826464740396,2056.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2215.0,2236.0,2092.0,-5.3273137697516955,1,0,0,none,1,-2.4081632653061225,-0.6676204101096805,0,0.333,0,0,0,0.0,37.00000000000001,-4.423308375648915,44.02286942671043,48.76893311231483,-23.36597135644797,-18.942662980799057,5.870577806702548,2171.4,2199.6,2243.133333333333,-3.7552282233133227,0,0,46.07142857142857,2.176260206491666,0,0.3485714285714286,-296.9693119003756,1,0,-60.64516129032258,0,0,-4.381210478771457,37.23113167540797,0,0,0,0,1,0,-8.679012345679006,-3.7309179784554196,-7.636437411239598,0.06279358203228241,-78.56764705882324,0,0,4.327977597447125,0.5210084033613446,-11796969705.081478,-219839795.82056808,2.239280154672318,-9189275.756322503,0,0,-5.260779747138042,16.991509833883246,18.565972050034297,0,1,-3.6827067669173656,0.4554840648953806,2056.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2342.15,2347.0,2153.0,-9.612962449031881,0,0,0,none,1,-4.641025641025641,-0.6613131790269249,0,0.357,-1,-1,1,-21.952466263423005,-17.225820802953876,4.726645460469129,2188.4,2246.05,2088.7166666666667,-5.745642349903168,0,0,75.14285714285714,3.5494972670220664,1,0.14583333333333334,-258.45260319435823,1,0,-85.41666666666666,1,0,-6.368863334807607,45.36496550603699,0,0,1,0,0,0,-4.0277777777777715,-3.59270292996872,-0.69444444444445,0.09069280392801321,-153.7323529411765,0,0,7.668235734107344,0.5546218487394958,-16474799776.635818,-822048024.5590687,0.7442702951792144,-38055332.39058077,0,0,-5.789519097973583,17.741632364675432,43.614381589539995,1,1,-4.896992481203026,0.29393896580808243,2089.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2283.7833333333333,2492.0,2209.9,-7.3029402964379315,0,0,0,none,1,-13.793103448275861,-2.220122815304676,0,0.2,-1,-1,0,65.05699335495515,246.720925467979,181.66393211302383,2209.4,1681.45,1523.65,25.90323827648755,0,0,280.57142857142856,13.253255955192659,0,0.7742489270386266,61.36415169891789,0,0,-22.57510729613734,0,0,71.69505271695054,73.2073681778942,0,0,0,0,0,0,-2.7246859229034612,-24.540252283163966,-3.2331902718168806,0.748996991268182,638.3882352941177,0,0,34.51686076562154,,-44876824293.59753,-38252809118.152985,0.5556235774231251,934395158.1838219,0,0,-24.578854942005425,21.52956016819967,36.89882003061145,1,1,71.40827067669173,0.6530718958726793,1991.058931580787,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,18,impulse_late,unknown,none,above_cloud,above,4.389,0,0,2205.25,2380.0,1331.5,-4.001813853304615,1,0,0,none,1,8.94915254237288,-4.204062352385451,0,0.5,-1,0,0,3,0,0,0,0.75,0.0,0.0,1,0.0,36.25,21.7310298102981,21.774624655529255,9.516460510724293,73.02158273381295,83.57653791130186,86.07534573199808,0.7082936288723569,124.35924428759724 -153,2025-09-16 22:33:00,sell,2217.0,1.0,27,고점 매도 · 비중 100% · 1회 · leg#27,1.0,76.04790419161677,5.688221378757852,108.80188401530795,113.95893980527508,24.82621295162062,19.137991572862767,5.153677932015267,2195.6,2157.7,2112.2833333333333,3.0263706724753314,0,0,19.5,0.8771929824561403,0,1.0909090909090908,180.02271268453973,0,1,10.126582278481013,0,1,3.7330844610359293,79.05707513403271,0,0,0,0,0,1,2.591114068159982,1.219938033319,-7.735583684950768,1.2868440704469497,65.87647058823495,0,0,2.1020734621147015,0.9915966386554622,-7402416561.416258,-21782532.374285698,1.9592503045714624,3616160.1854499094,0,0,,21.61985176291783,34.93948007411473,1,1,4.0571428571428125,0.7454387320093323,2219.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2212.7333333333336,2215.0,2079.0,0.46398119972279606,0,0,0,none,1,1.134453781512605,-0.3598740440845704,1,0.654,0,0,1,1.0,80.5,8.274181823605034,104.92890850033719,100.12359298073603,27.07967530303449,18.805493479429458,7.447962838709126,2183.8,2133.95,2102.116666666667,4.173012488577532,0,0,24.642857142857142,1.1085405822247927,0,1.096774193548387,183.5232539119992,0,1,12.244897959183673,0,1,4.1705716963448936,83.40137909311413,0,1,0,0,0,0,1.1349206349206327,1.8269377057221021,10.387938959367517,1.2871329135205731,69.3470588235291,0,0,2.2544922810943806,1.0,-8760920014.703285,-35348716.096250534,2.91773466655127,5672195.629940271,0,0,,21.680567727409784,58.16864724491766,1,1,6.345112781954898,0.8925308534187189,2222.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2204.45,2211.0,2080.0,0.8414797341740554,0,0,0,none,1,1.303030303030303,-0.4948268106162843,1,0.667,1,1,1,1.0,94.19354838709677,12.565414504025997,127.27511663052765,125.76409118231835,24.42633653388384,11.860922029857845,7.63850808061478,2169.8,2111.25,2097.0833333333335,5.293072824156297,0,0,18.714285714285715,0.841848210269263,0,1.2033898305084745,198.12390475208747,0,1,21.052631578947366,0,1,6.414552417424613,99.55251297021397,0,0,0,0,0,0,2.2292626728110605,3.0194247204586233,2.0792722547108724,1.7947250675816246,68.90588235294081,0,0,2.0633676351510637,0.9915966386554622,-10369063618.284136,-57285468.15217209,4.074647625664684,5368757.517294526,0,0,,21.80236660620738,52.09273594081593,1,1,5.760150375939833,0.7144293039231837,2201.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2089.916666666667,2199.0,2080.0,6.367877507077613,0,0,0,none,1,1.6329113924050633,-0.0899685110211426,1,0.611,1,1,1,1.0,92.45283018867924,12.269787711416878,117.36748173906655,112.98354145348696,19.05496536024566,6.785177648828782,6.733232575333389,2153.4,2103.0,2095.633333333333,5.706134094151216,0,0,20.285714285714285,0.9125377546430178,0,1.2882882882882882,253.89980976537694,0,1,29.09090909090909,0,1,6.823642479577119,96.84781168961081,0,0,0,0,0,0,5.639643375492426,4.988998569284391,5.209790209790214,1.829873030011498,59.529411764705856,0,0,2.8937646410321376,1.0,-10172620913.843292,-48973594.17673111,4.657987988352671,11537185.49160695,0,0,-3.6548437181257483,21.85078614661069,40.1201683864191,1,1,4.114285714285697,0.47277134457310943,2195.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2089.25,2191.0,2080.0,6.401818834509987,0,0,0,none,1,2.016949152542373,-0.1799370220422852,1,0.455,1,1,1,1.0,87.57062146892656,12.642108187806105,128.63305072140398,115.95234553735209,11.254937197139952,-1.3871709906661522,6.167859369146101,2131.4,2099.2,2115.983333333333,5.897484756097571,0,0,21.142857142857142,0.9510956879377932,0,1.7108433734939759,318.9190815804509,0,1,71.08433734939759,0,1,6.363636363636371,93.0340589410453,0,0,0,0,0,0,10.251033840060586,6.57320865406405,9.409064830751575,1.8477987612497875,37.22352941176496,0,0,3.163910025297839,0.680672268907563,-11209333309.83997,-97497959.06809807,6.1499775635738025,16530663.034510493,0,0,-4.864671637286273,22.133799079363037,47.556570326252356,1,1,2.675187969924793,0.23906724192735695,2172.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2168.1,2170.0,2063.6,2.5321710253217056,0,0,0,none,1,0.9795918367346939,-0.3598740440845704,1,0.5,1,1,1,1.0,64.12213740458014,8.304470951651595,55.81546458739448,38.34199696772803,-15.28597693904112,-23.590447890692715,2.7669621747471282,2099.0,2094.6,2183.0333333333333,2.3107037143129894,1,0,19.571428571428573,0.9132724485034333,1,1.1481481481481481,346.80134680134853,0,1,14.814814814814813,0,1,2.7817745803357274,82.13044167542533,0,0,0,0,0,0,23.61580829065609,3.583952206786094,26.604938271604933,0.9697779364912932,-13.988235294117658,0,0,2.3616789886454703,0.058823529411764705,-11816040441.973597,1966610.752313614,8.515979579366864,16319855.254768133,0,0,-0.6393592580664504,18.22028479569424,30.9664216834478,1,1,0.0977443609022136,0.0015928057206837654,2145.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2152.25,2213.5,2067.6666666666665,-0.42978278545707793,1,0,0,none,1,-2.7948717948717947,-1.726551563229118,1,0.273,1,1,1,-20.039356315522394,-44.10573995834693,-24.066383642824537,2090.4,2200.65,2156.95,-5.437029968418427,0,0,64.21428571428571,3.085741745040159,0,0.0,-92.59452502695729,0,0,-100.0,1,0,-6.555904804669954,37.863877061220116,0,0,0,0,0,0,0.7561556388691884,1.9328734657268107,-3.571428571428571,0.11121806411908418,-138.57647058823522,0,0,7.136610937135297,0.5546218487394958,-16496136979.125015,-331293349.0909405,2.30316082237731,-31978986.923962593,0,0,-4.729839484817136,15.525387170219096,56.760963188890955,1,1,-11.37969924812034,0.6713821651876535,2081.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.666666666667,2281.0,2094.3333333333335,-8.634567539880011,0,0,0,none,1,-5.862068965517241,-2.4987986544930325,0,0.167,0,0,1,65.05699335495515,246.720925467979,181.66393211302383,2209.4,1681.45,1523.65,25.90323827648755,0,0,280.57142857142856,13.253255955192659,0,0.7742489270386266,61.36415169891789,0,0,-22.57510729613734,0,0,71.69505271695054,73.2073681778942,0,0,0,0,0,0,-2.7246859229034612,-24.540252283163966,-3.2331902718168806,0.748996991268182,638.3882352941177,0,0,34.51686076562154,,-44876824293.59753,-38252809118.152985,0.5556235774231251,934395158.1838219,0,0,-24.578854942005425,21.52956016819967,36.89882003061145,1,1,71.40827067669173,0.6530718958726793,1991.058931580787,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,18,impulse_late,unknown,none,above_cloud,above,4.389,0,0,2205.25,2380.0,1331.5,-4.001813853304615,1,0,0,none,1,8.94915254237288,-4.204062352385451,0,0.5,-1,0,0,0,4,0,0,0.0,1.0,0.0,0,0.1359401336788222,35.79136690647482,1.6666666666666667,3.492063492063492,14.93443928153789,73.02158273381295,83.57653791130186,86.07534573199808,0.7082936288723569,124.35924428759724 -154,2025-09-17 14:21:00,buy,2059.0,0.513,28,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#28,0.33392430825772274,41.269841269841265,-0.3459208694895506,10.256410256410541,12.055780476833336,-2.783420393097913,-2.4374995236083623,1.4357612890426958,2071.8,2075.95,2085.5833333333335,-0.23844504925455423,0,0,5.571428571428571,0.269021176795199,0,0.3157894736842105,-51.93972427060323,0,0,-100.0,1,0,-1.0983763132760282,45.40993594359214,0,0,0,0,0,0,-6.491352760009477,-0.018784576366182026,0.0,0.283727208456372,-3.30294117647054,0,0,1.0496364925428083,0.9411764705882353,-7525190173.023655,-874975.387087822,0.7376321620368559,-302127.2709503174,0,0,,13.138782026203577,32.04354339990568,1,1,-0.17218045112779745,0.01868776876072553,2072.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2076.75,2112.0,2069.7,-0.2768749247622493,1,0,0,none,1,-0.2857142857142857,-0.14485755673587639,0,0.378,0,0,0,0.22697942352443357,45.56962025316456,0.12809032864153558,58.809523809523945,58.492063492063686,-4.7556944093712445,-4.88378473801278,1.084978191432088,2072.4,2076.15,2093.05,-0.2962213712882078,0,0,9.285714285714286,0.4485852311939269,1,0.55,-203.86594354053474,1,0,-45.0,0,0,0.1936108422071703,29.051254473931678,0,0,0,0,0,0,-1.1836265000821982,-0.1949397390224057,-0.7142857142857082,0.28368999272957274,-12.402941176470904,0,0,1.0459481178725685,0.9663865546218487,-8871675538.338324,-5057147.765462875,2.7875966407108166,-184000.83605834842,0,1,,13.144860413407722,44.284758190439106,1,1,-0.17067669172934238,0.03214970460754507,2059.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2102.7166666666662,2117.9666666666667,2061.0333333333333,-1.5559236860252068,1,0,0,none,1,-0.24242424242424243,-0.0966183574879227,0,0.481,0,0,1,0.1785309067913799,35.294117647058826,-1.0547811002449947,25.72649572649573,38.91402714932125,-7.557304063202082,-6.502522962957087,2.504316578284627,2078.6,2086.8,2096.2,-0.8050603795284772,0,0,11.0,0.5314009661835749,0,0.14285714285714285,-114.47302067574583,1,0,-80.76923076923077,1,0,-0.48076923076922906,19.99884557847662,1,0,1,0,1,0,1.9607843137254974,-0.1129056930990977,-12.21719457013575,0.17092590087695084,-19.511764705882342,0,0,1.3684730192312011,0.7310924369747899,-10493841131.494205,-5343084.402225494,2.014172445401058,-1542088.0754561126,0,0,,13.26436899610146,63.67908072285148,1,1,-1.8586466165413735,0.7083396700928439,2068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2113.1833333333334,2114.0,2065.0,-2.0435204391478945,1,0,0,none,1,-0.6582278481012658,-0.5314009661835749,0,0.35,0,0,1,0.1719764032983023,31.578947368421055,-2.4590082618045868,28.571428571428683,26.240601503759564,-8.224832836162932,-5.765824574358345,2.8914608901601557,2074.2,2092.85,2101.3,-0.9484674009126226,0,0,10.0,0.482392667631452,0,0.1951219512195122,-116.86293752044448,1,0,-77.14285714285715,0,0,-1.3326987148976732,23.306273988426156,0,0,0,0,0,0,3.1838856400259914,0.3395048445448525,6.74185463659148,0.13323763002206307,-25.65882352941162,0,0,1.3575115881664157,0.7394957983193278,-10272557381.878695,-12129397.436777115,1.710496625143084,-942588.1916974187,0,0,,13.479652802176867,66.50288111018548,1,1,-2.3345864661653817,0.8334836873720655,2068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2124.9833333333336,2126.0,2069.0666666666666,-2.4462936964211646,1,0,0,none,1,-1.2372881355932204,-0.5306319343945972,0,0.333,0,0,0,0.08952044812042913,31.25,-3.584500282894095,15.07936507936491,26.67421241275215,-7.601235798003017,-4.016735515108922,2.7033083158044193,2080.2,2095.25,2100.733333333333,-1.1096527860637195,0,0,12.357142857142858,0.5963872035300607,0,0.16666666666666666,-149.5893990294883,1,0,-83.33333333333334,1,0,-1.4272121788772574,19.289063993205104,0,0,0,0,0,0,-3.4034653465346594,-0.2505913810322413,-11.648745519713257,0.04528813679436044,-29.90000000000009,0,0,1.3377567927024618,0.05042016806722689,-11285876642.197035,-23872529.17932701,1.4752990262407792,-2024074.9290043116,0,0,,13.709149399892539,26.374920768194027,1,1,-0.6323308270676522,0.0697933231267045,2068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2162.35,2164.0,2084.8,-4.1783245080583615,0,0,0,none,1,-0.6530612244897959,-0.5308880308880308,0,0.429,0,0,0,0.1813714725047328,28.26086956521739,-1.4548663143047236,20.369149637442394,31.28513879733399,-9.239315271237501,-7.784448956932778,4.707191509389634,2090.2,2103.55,2135.65,-1.4998454992750432,0,0,21.071428571428573,1.01696083838941,0,0.0,-127.47319136082325,1,0,-100.0,1,0,-0.9560229445506718,27.963945882841443,0,0,0,0,0,0,5.847076461769106,-1.1648869409387634,-10.666666666666668,0.1767480569211938,-12.385294117646936,0,0,3.3093593998001802,0.31092436974789917,-11907351273.271063,-29991299.612197876,0.7239078644280482,-4258754.146660566,0,0,-2.0744805436247726,14.167477984451239,19.33682581250751,0,1,-1.516541353383507,0.13136120612792912,2072.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2133.6833333333334,2135.0,2069.1666666666665,-2.890931956475895,1,0,0,none,1,-2.6153846153846154,-1.2548262548262548,0,0.25,0,0,0,-7.067980643328767,-41.80035986099165,-34.73237921766288,2101.6,2172.4,2208.65,-3.5628797643159626,0,0,46.92857142857143,2.2400272758267987,0,0.07,-69.65416859789008,0,0,-85.85858585858585,1,0,-4.772727272727273,32.95475095094041,0,0,1,0,0,0,-3.3752526386705597,1.965869906064583,-7.694954410282881,0.1748698982463931,-99.08823529411757,0,0,7.570364778703584,0.6134453781512605,-16605184365.982765,-148991882.70223427,0.6910801359764996,-30251327.662430048,0,0,-5.346613032943279,16.185371763226097,65.23960619514233,1,1,-12.454135338345855,0.7438988687891113,2096.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.666666666667,2281.0,2081.0,-8.019903409922446,1,0,0,none,1,-8.827586206896552,-2.386634844868735,0,0.2,0,0,0,45.566313119089244,238.6218235118854,193.05551039279615,2185.6,1722.2,1532.7,23.79514574381605,0,0,282.7142857142857,13.260519967837043,0,0.7871244635193133,54.587634927818705,0,0,-21.28755364806867,0,0,66.69272869429241,71.8976678443639,0,0,0,0,0,0,0.11045411367936708,-19.49068023586591,-2.9184549356223215,0.7355764509772486,589.1999999999998,0,0,34.543534092853236,,-44952745692.6269,-38395949255.871254,0.3240856772806266,889557639.5294052,0,0,-24.42011258318013,22.1884477030031,39.336668685244504,1,1,72.09022556390977,0.6609007400420304,2045.510681159477,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,18,impulse_late,unknown,none,above_cloud,below,-3.063,0,0,2205.25,2380.0,1331.5,-3.3216188640743716,1,0,0,none,1,10.254237288135593,-1.7823639774859286,0,0.455,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.27348846901670665,31.967213114754102,13.959546806262134,16.899735391219576,15.729352712638514,73.13203684749232,80.65808297567953,83.68144969003338,0.6952853548709755,121.84808102756826 -155,2025-09-18 19:27:00,buy,2165.0,0.487,28,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#28,0.0,25.000000000000014,-1.6269533651724983,14.196950710108917,10.324422166527752,-2.9905669014929117,-1.3636135363204134,1.179293637190198,2173.2,2182.35,2180.8333333333335,-0.6117258918138635,0,0,5.5,0.2535730751498386,0,0.047619047619047616,-156.29583071443318,1,0,-95.23809523809523,1,0,-0.6413192853870875,17.23114499806364,0,0,0,0,0,0,-17.499999999999986,-0.23373362046948953,1.5873015873015852,0.01029519601522886,-10.099999999999909,0,0,0.5472390213702574,0.15126050420168066,,,1.3462391649971766,-350285.8723786175,0,0,,18.10491094478486,36.18872735653075,1,1,-0.8909774436090947,0.6711641158710164,2168.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2183.166666666667,2238.0,2170.3333333333335,-0.6489044965264701,0,0,0,none,1,-0.42857142857142855,0.0,0,0.419,0,-1,0,0.0,36.73469387755102,-1.1224373972565211,16.025641025641168,19.63437796771151,-3.1781248582769877,-2.0556874610204665,0.9914431419882259,2175.0,2182.1,2190.616666666667,-0.5545117089042595,0,0,6.0,0.2764976958525346,0,0.25,-225.8737610850241,1,0,-75.0,0,0,-0.6410256410256387,23.1556665308089,0,0,0,0,0,0,0.7346938775510168,-0.34382638742768545,0.0,0.0612164094757001,-7.938235294117476,0,0,0.753699383370219,0.01680672268907563,-9051454653.928198,-3484160.8353176117,1.8072330537694665,-581318.7624741197,0,0,,18.22300046832863,45.85508109371654,1,1,-0.5218045112781772,0.325775756411536,2165.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2234.35,2238.0,2169.866666666667,-2.880032224136775,1,0,0,none,1,-0.43434343434343436,-0.04608294930875576,0,0.414,0,0,1,0.2061776007059241,50.0,0.5703857077353325,65.46052631578948,82.93128654970756,-6.422690021995095,-6.993075729730427,1.0918384718823375,2180.6,2182.0,2204.3,-0.32080659945004086,0,1,7.785714285714286,0.3579638752052545,1,0.5,-173.16982534374094,1,0,-47.368421052631575,0,0,-0.5486968449931462,48.8867655843349,1,0,1,0,1,0,3.6231884057971016,-0.37894383036660617,-17.872807017543863,0.14600967487542024,-16.511764705882342,0,0,0.8265376442619754,0.0,-10664616084.597399,-9264032.549337387,1.5213238520604464,-825057.1944854856,0,0,,18.6206714180557,24.02178118562199,0,1,-0.06165413533837735,0.0037504741081041404,2165.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2213.0166666666664,2232.0,2182.866666666667,-1.7178662609861228,0,0,0,none,1,0.25316455696202533,-0.04597701149425287,0,0.471,0,0,0,0.2366361637209851,34.24657534246576,-0.7002951542545945,53.07108350586622,58.881067402806686,-7.7624614626456605,-7.062166308391066,3.3083912647313465,2184.0,2192.1,2204.55,-0.8713106153916295,0,0,11.428571428571429,0.5259351784892512,0,0.14545454545454545,-120.0326750276275,1,0,-65.21739130434783,0,0,-0.4580852038479133,34.09933873054281,0,0,1,0,1,0,-11.467710371819955,-0.482460109361428,-10.628019323671488,0.1114341943835053,-22.188235294117476,0,0,1.1661452380819939,0.20168067226890757,-10575043594.606968,-13408584.810352325,1.4533527988197736,-211975.55042162538,0,0,,18.566296389624103,34.33460843020028,1,1,-2.2616541353383446,0.5446104293363337,2165.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2210.1,2231.0,2171.6,-1.6786570743405282,1,0,0,none,1,-0.423728813559322,-0.04601932811780948,0,0.455,-1,0,0,0.239304180442879,38.36477987421383,-6.715270311310627,25.135477919981398,18.809331642261288,1.2480283717113707,7.963298683021998,3.715209090821995,2182.6,2204.35,2153.4,-0.9685394787579016,0,0,19.642857142857142,0.8998102218441202,0,0.3050847457627119,-113.14454504591298,1,0,-69.49152542372882,0,0,-2.282900626678608,43.72069565527174,0,0,0,0,0,0,0.23977987421383062,0.5137898741888858,4.727314654675428,0.34827494203599574,-15.905882352940807,0,0,2.338869467895361,0.5042016806722689,-11553597123.030512,-72172357.81887817,1.0947143179870074,-1571826.5105669498,0,0,-5.245274114604216,19.405163651630698,34.98514917578989,1,1,-1.7165413533834457,0.24601916679376012,2165.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2153.35,2224.0,2145.5,1.3769243272111042,1,0,0,none,1,2.142857142857143,-0.04580852038479157,0,0.636,0,0,0,0.47665156815564047,46.93877551020408,-5.092801248260162,19.806992564467723,36.69514317354855,19.628763020832594,24.721564269092756,7.051401435681239,2191.8,2186.6,2126.4166666666665,-0.16463916582821758,0,0,30.142857142857142,1.3807996858844316,0,0.6759259259259259,-16.054076890579378,0,0,-81.3953488372093,1,0,-1.5779981965734935,46.861809314007914,0,0,0,0,0,0,-5.788497217068645,-1.2323722703949507,-12.846068660022144,0.517236624300926,38.63823529411775,0,0,4.3146801856471555,0.7142857142857143,-12105518186.185743,-35300719.28980446,0.6849057348011574,-1709383.2638027668,0,0,-3.678709139073841,19.881479782803304,8.054781853426109,0,1,3.74135338345865,0.32972807069035037,2183.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2215.4833333333336,2218.0,2082.1,-1.4661962400981055,1,0,0,none,1,2.3333333333333335,-0.8703618873110398,0,0.556,0,0,0,16.86709233679691,-8.37826010594381,-25.24535244274072,2182.4,2133.45,2282.983333333333,2.9787433499730565,0,0,47.142857142857146,2.1457832108719685,1,1.1111111111111112,91.83727450669258,0,0,11.11111111111111,0,1,3.0487804878048808,66.04044361159632,0,0,0,0,0,0,-5.181472199016056,0.4885921773444224,-2.570806100217851,0.6925405955212125,7.729411764705674,1,0,6.0200081198029,0.5126050420168067,-16858380930.308949,-277468348.1251564,0.7408817243261777,15696340.493311763,0,0,-4.49189866552247,21.43681501482564,47.13059371913185,1,1,1.208270676691712,0.01781598332851897,2183.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.4333333333334,2281.0,2081.266666666667,-3.531753582249031,1,0,0,none,1,-1.9310344827586208,-0.864815657715066,0,0.5,0,0,0,26.776149453736934,226.52569720996735,199.7495477562304,2158.4,1760.3,1542.15,18.95699596659661,0,0,291.0,13.896848137535816,0,0.7545064377682403,56.33034486030071,0,0,-24.934612031386223,0,0,41.20026972353339,73.38640010287278,0,0,0,0,0,0,-1.7252313624745454,-18.79016366535231,-3.5905073008769506,0.6775348933584759,561.5294117647059,0,0,34.6805279938101,,-44883182595.77945,-38511115682.658165,0.8463450425814285,598800718.2929461,0,0,-23.47842597414192,19.410827746484394,41.44651994910878,1,1,71.2406015037594,0.6507722571414096,2092.33918579715,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,none,above_cloud,below,-5.342,0,0,2205.25,2380.0,1331.5,-5.044779503457653,1,0,0,none,1,7.220338983050848,-8.118433619866284,0,0.455,0,0,0,2,0,0,0,0.5,0.0,0.0,1,0.7966621940882811,61.23456790123457,129.16479232268708,123.32549271229762,10.040859298325806,71.40680548501777,77.06757567480258,80.43406552059464,0.6596794877286324,118.71904297947839 -156,2025-09-18 23:24:00,sell,2327.0,0.65,28,고점 매도 · 비중 65% · 분할 · leg#28,1.0,87.3015873015873,12.824928428487974,107.86546746537168,107.64202734045371,28.51264723696295,15.687718808474974,7.790111389271721,2275.4,2213.1,2187.883333333333,5.372554335547419,0,0,25.357142857142858,1.087356040186229,0,1.0816326530612246,225.99807952085686,0,1,8.16326530612245,0,1,6.43541761752624,96.42305195717692,0,0,0,0,0,0,2.3959269242288173,3.166596643229351,-0.3092145949288607,1.5319987596154891,83.62647058823495,0,0,1.862204623429102,1.0,-7696589318.11337,2104881.6340112686,3.6643379155649196,7968073.417115435,0,0,,26.861934488080543,35.3361808739701,1,1,6.273684210526316,0.7415559507452951,2333.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2307.083333333333,2320.0,2170.1666666666665,1.0800072241285985,0,0,0,none,1,1.2773109243697478,-0.7718696397941681,1,0.647,1,1,1,1.0,89.41176470588235,12.012377761275943,106.31404901141757,109.47549429128395,22.323625246094252,10.31124748481831,6.687964177229796,2250.8,2198.3,2184.6666666666665,5.126688804985657,0,0,23.714285714285715,1.026148235148668,0,1.0217391304347827,266.7946257197705,0,1,2.2556390977443606,0,1,5.960568546538281,93.60479867355382,0,0,0,0,0,1,3.474264705882348,3.763180817970639,-1.9147869674185358,1.551793571622841,70.59999999999991,0,0,2.0263811833874903,1.0,-9046492482.263834,6777562.755067825,5.1089713311790845,10118928.893126339,0,0,,25.786091264857692,30.740041272954613,1,1,4.99248120300753,0.6457421086786368,2312.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.0166666666664,2308.0,2169.766666666667,1.4924499161915294,0,0,0,none,1,0.9595959595959596,-1.125054089138901,1,0.514,1,1,1,1.0,91.92546583850931,12.339921340298368,113.6833450786939,159.08251954763577,15.890086867213085,3.550165526914718,6.068186521214519,2231.0,2190.05,2193.983333333333,5.522704961073943,0,0,23.428571428571427,1.0137850033998888,0,1.0610687022900764,347.3377306184847,0,1,6.2015503875969,0,1,5.960568546538281,95.99069414288971,0,0,0,0,0,0,5.467132505175982,5.604903256629936,-19.361387966039118,1.6720153353342564,52.76176470588234,0,0,2.5033693276736613,0.7983193277310925,-10661323905.92065,4640720.5333480835,6.801962776509863,13025379.18050322,0,0,,25.897760839388575,29.867534814249044,1,1,3.5436090225563666,0.3981564187038119,2312.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2300.7,2303.0,2169.6,0.4476898335289414,0,0,0,none,1,1.3037974683544304,-0.7788836001730853,1,0.556,1,1,1,1.0,83.60655737704917,7.972139384911387,128.88719512195135,139.42073170731723,5.015409080003792,-2.9567303049075946,3.8219791639277316,2202.0,2184.0,2199.133333333333,3.571428571428581,0,0,21.071428571428573,0.931539724643173,0,1.0777777777777777,437.91978507003734,0,1,8.536585365853659,0,1,4.047838086476552,88.03181645133034,0,0,0,0,0,0,6.078467489408723,4.393675699660189,-17.15447154471542,1.3447591796790481,29.29705882352937,0,0,2.2475154601483966,0.7394957983193278,-10568152442.686136,8203511.475164413,9.821504108922493,10826506.971694738,0,0,,23.288602704006877,29.513470549881838,1,1,1.3669172932330296,0.15017256702307025,2263.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2253.5,2255.0,2171.0,0.37719103616595806,0,0,0,none,1,1.0677966101694916,-2.9177718832891246,1,0.5,1,1,1,0.7714049846790831,56.115107913669064,-0.008546042279241384,90.42397660818699,69.52899807169904,-0.8842993870930513,-0.87575334481381,3.808365642486508,2184.8,2191.35,2166.1833333333334,1.0336094188514,0,0,23.285714285714285,1.0517486127242226,0,0.8305084745762712,218.7760868169238,0,1,22.5,0,1,1.4200641319285445,89.54121541909267,0,0,0,0,0,0,9.623879843493626,2.8540877878348265,17.023809523809533,0.7773975561130139,-1.3676470588234224,0,0,2.232967441224088,0.5042016806722689,-11547021508.803762,-31030964.795043945,9.26269919237444,12655700.786324084,0,0,-2.665094803249965,20.97209563949334,54.08040684196676,1,1,-2.089473684210492,0.3510436046224876,2214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2221.85,2224.0,2150.9,-0.3533091792875309,1,0,0,none,1,2.326530612244898,-5.239385727190606,1,0.636,1,1,1,0.6826678845035781,48.94736842105264,-4.724345445726826,31.060606060606137,16.27906976744193,13.846477118255734,18.57082256398256,3.909763548777867,2185.4,2198.3,2132.383333333333,0.7141882363644658,0,0,28.857142857142858,1.3033939863208155,1,0.9183673469387755,126.93770108218897,0,1,-9.090909090909092,0,1,-0.13531799729363803,74.5323017968137,0,0,0,0,0,0,17.240051347881895,2.4947277161912176,25.65186751233263,0.7684666620026893,35.673529411764775,0,0,3.430018096573555,0.42857142857142855,-12094475852.091335,-20638729.560401917,6.645165991587889,12418933.885593355,1,0,-2.4206409350689353,21.40502743661785,10.767200779156777,0,1,-0.615037593984989,0.028675859640665435,2214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2215.4833333333336,2218.0,2097.2,-0.06695303507888717,1,0,0,none,1,2.717948717948718,-2.664859981933153,1,0.556,0,1,1,15.498206034333759,-5.872594899823525,-21.370800934157284,2199.8,2132.45,2290.35,2.276723956013038,0,0,50.0,2.2925263640531863,1,0.9743589743589743,124.0880624959642,0,1,-2.564102564102564,0,1,4.254302103250485,74.0383944955833,0,0,0,0,0,0,0.7654320987654302,-1.368886302463153,-16.05937921727397,0.5918679637983678,26.14411764705892,0,0,5.905193412939376,0.48739495798319327,-16842539731.981722,-261849135.35840607,2.6838145365242783,-2476962.530698061,0,1,-3.6709611091395735,20.375423607345986,42.36911096225739,1,1,2.9541353383458455,0.11123812911554187,2183.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.4333333333334,2281.0,2081.266666666667,-4.234298845191232,1,0,0,none,1,-1.8275862068965518,-4.401650618982118,0,0.5,0,0,1,26.776149453736934,226.52569720996735,199.7495477562304,2158.4,1760.3,1542.15,18.95699596659661,0,0,291.0,13.896848137535816,0,0.7545064377682403,56.33034486030071,0,0,-24.934612031386223,0,0,41.20026972353339,73.38640010287278,0,0,0,0,0,0,-1.7252313624745454,-18.79016366535231,-3.5905073008769506,0.6775348933584759,561.5294117647059,0,0,34.6805279938101,,-44883182595.77945,-38511115682.658165,0.8463450425814285,598800718.2929461,0,0,-23.47842597414192,19.410827746484394,41.44651994910878,1,1,71.2406015037594,0.6507722571414096,2092.33918579715,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,none,above_cloud,below,-5.342,0,0,2205.25,2380.0,1331.5,-5.044779503457653,1,0,0,none,1,7.220338983050848,-8.118433619866284,0,0.455,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.7316283272711267,62.0,113.1054131054131,124.66860128366837,9.829212095237747,71.40680548501777,77.06757567480258,80.43406552059464,0.6596794877286324,118.71904297947839 -157,2025-09-19 00:03:00,sell,2270.0,0.35,28,고점 매도 · 비중 35% · 분할 · leg#28,0.4235196227603166,42.600896860986545,-6.4600816450132825,26.495726495726817,24.598707525537105,13.614825153943912,20.074906798957194,6.350695805114846,2266.0,2275.05,2211.766666666667,-0.4857036109096602,0,0,26.357142857142858,1.1641847551741544,0,0.3942307692307692,-8.041649235344465,0,0,-80.76923076923077,1,0,-2.4558380008616987,50.75732081913949,0,0,0,0,0,0,-6.605452345362664,-0.04902894592250817,6.410256410256409,0.509759213239227,23.235294117646845,0,0,2.985389766142196,0.9915966386554622,-7726319424.3014555,-13680437.649412155,0.9869343392073476,-1502368.320599325,0,0,,23.069768422029746,35.059815783438864,1,1,0.8473684210526355,0.019262296517730926,2264.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2270.3,2327.0,2170.4,-0.2774963661190233,1,0,0,none,1,0.6890756302521008,-1.0600706713780919,0,0.594,0,0,0,0.6079084716004088,64.93506493506493,-1.0363306740396006,57.31270101714207,61.413124314493906,24.016663216993038,25.05299389103264,8.989171936866006,2265.6,2242.25,2197.95,0.9700078046604999,0,0,33.357142857142854,1.4733720343260976,0,0.6691729323308271,44.75156301414911,0,0,-46.808510638297875,0,0,0.9362460989745802,68.91215923158784,0,1,0,1,0,1,-4.327230146902281,-1.6307486104652824,-4.324641390710816,0.6127799877958219,47.58823529411757,0,0,2.66007449438782,1.0,-9071935679.482319,-20629966.09287834,1.3835315573043574,1227289.143285066,0,0,,23.132972229728367,40.426286911806535,1,1,6.638345864661612,0.6074357366404743,2264.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2305.616666666667,2308.0,2169.766666666667,-1.8050123972617627,1,0,0,none,1,0.6868686868686869,-0.7508833922261484,1,0.559,0,0,0,0.7720252975878452,68.44444444444444,9.004309419523018,70.54263565891472,84.75452196382425,25.026186433413386,16.021877013890368,8.888696401793913,2285.4,2210.55,2197.35,2.4179502838659994,0,0,34.42857142857143,1.520696617869763,0,0.7022900763358778,59.848353302078415,0,0,-30.23255813953488,0,0,4.091954022988498,58.18312377047147,0,0,0,0,0,1,0.42642642642641704,-2.1664383802655127,-14.72868217054264,0.7750882655560634,69.76176470588234,0,0,3.143214242836914,0.8571428571428571,-10738567013.868265,-71693650.19080162,2.2373332645450628,14708398.91745773,0,0,,23.254421296753726,36.33638153188784,1,1,6.730075187969914,0.6569783050728432,2235.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2263.8999999999996,2303.0,2169.6,0.004417156234826081,1,0,0,none,1,0.6582278481012658,-0.30918727915194344,0,0.5,0,0,1,0.8802371086837734,69.69696969696969,12.436907000814966,129.07096171802064,131.84430343953315,19.488361940698724,7.051454939883759,7.872346317084118,2264.8,2198.2,2202.8166666666666,2.9933582021654193,0,0,28.714285714285715,1.268298838970217,0,1.064516129032258,91.50036954914934,0,0,7.142857142857142,0,1,3.8532110091743066,67.0776627664892,0,0,0,0,0,0,1.6118633139909662,-1.0586313925711668,-0.46457607433217163,0.9340829455891051,62.311764705882524,0,0,3.574416528437537,0.8235294117647058,,,2.755417064726286,14098601.281418085,0,0,,23.306529724590753,28.082665781747824,1,1,5.281203007518787,0.5215680281432014,2223.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2256.45,2258.0,2174.3,0.3345963792683371,0,0,0,none,1,0.9152542372881356,0.0,0,0.5,0,0,1,0.9362670679817648,65.83629893238434,9.922758573397083,164.02173913043464,135.39897448936338,13.682010620055735,3.7592520466586525,6.866667576322735,2230.6,2198.15,2173.2833333333333,2.9957009303277715,0,0,31.857142857142858,1.4071176173649673,0,1.434782608695652,117.9324894514774,0,1,43.47826086956522,0,1,3.710490151168111,78.18359204103014,0,0,0,0,0,0,-14.949727268489028,1.3054955809043154,12.270531400966178,0.9486328909465643,20.226470588235316,0,0,4.6626551295374465,1.0,-11753187097.05053,-199589974.02001762,2.9537661476536643,14743478.664983213,0,0,-7.924572752929542,23.599633431482346,54.43015089641424,1,1,1.6879699248120494,0.07003429148152385,2214.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2231.6833333333334,2234.0,2150.6,1.4480847790531826,0,0,0,none,1,3.2244897959183674,-0.13250883392226148,0,0.583,-1,-1,1,1.0,66.51162790697674,0.10853609717543122,97.7272727272728,44.73220577871748,18.70649268545185,18.597956588276418,4.507375286083856,2201.6,2203.1,2135.366666666667,2.764286686941131,0,0,26.785714285714285,1.1831145885916203,0,1.9387755102040816,117.24671307037973,0,1,104.54545454545455,0,1,1.3428827215756556,83.15289516440627,0,1,0,1,0,1,17.564259485924104,4.832881542902257,66.66666666666667,1.1839047742898625,39.19705882352946,0,0,3.5868936930992947,0.4789915966386555,-12439347102.449274,-354087387.6562538,2.340418670377086,17869425.840165436,0,0,-8.463253176808173,24.090195756927745,11.967255954107353,0,1,-0.154887218045116,0.0013623958956283655,2213.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2215.4833333333336,2218.0,2122.366666666667,2.1898908439843767,0,0,0,none,1,4.153846153846154,-0.08833922261484099,0,0.6,1,1,1,19.319472659449556,2.7785398901546614,-16.540932769294894,2219.0,2136.4,2293.5333333333333,5.9726642950758135,0,0,52.0,2.2968197879858656,0,1.6837606837606838,137.50015105922645,0,1,68.37606837606837,0,1,7.400379506641364,77.87054416678274,0,0,0,0,0,0,6.134171907756809,3.821266625115797,12.535612535612529,0.9409565619124993,30.09999999999991,0,0,6.5306582332024306,0.5210084033613446,-16883154976.59165,-281294581.666111,1.3651222242008352,4661496.594293177,0,0,-3.9761246292273196,24.862390757356877,38.05882670766355,1,1,5.663157894736875,0.32118303191400044,2217.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2277.4333333333334,2281.0,2081.266666666667,-0.5898452936785592,1,0,0,none,1,1.0344827586206897,-1.5017667844522968,0,0.571,1,1,0,22.62311324534312,228.0284393129093,205.4053260675662,2164.4,1809.85,1552.0833333333333,25.093239771251774,0,0,291.14285714285717,12.859666834931854,0,0.9004291845493563,53.801746038073574,0,0,-10.526315789473683,0,1,9.213699951760734,74.33391776842655,0,1,0,1,0,1,3.5337556181681578,-4.153036208393814,4.01626383555454,0.7926219210629724,522.3647058823528,0,0,34.4787635445948,,-45217382602.40519,-39167212385.83101,0.41908754417345423,151761118.51113963,0,0,-23.303784431605035,28.77523544602458,42.88543353298802,1,1,70.74210526315791,0.6457874566084972,2132.6116997855493,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,none,above_cloud,below,-10.313,0,0,2205.25,2380.0,1331.5,2.664097041151803,1,0,0,none,1,9.186440677966102,-1.2809187279151943,1,0.455,0,0,0,0,2,0,0,0.0,0.5,0.0,0,1.0,68.13417190775681,125.64102564102564,122.63707702304195,11.068628666529259,74.94056110318593,81.08383951035712,79.60316605361307,0.7180078477987096,115.10246087297182 -158,2025-09-22 15:00:00,buy,1851.0,0.196,29,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29,0.28000814282766323,48.57142857142856,1.0117258103865328,164.44444444444477,167.77777777777808,-2.7801672744656116,-3.7918930848521444,0.35846024407825483,1966.0,1965.55,1982.2166666666667,-0.07885833481722226,0,0,3.357142857142857,0.17093395402967704,1,0.875,-471.54471544715557,1,0,-6.666666666666667,0,1,0.05094243504839557,32.16143766765384,0,0,0,0,0,0,-7.678571428571438,-0.20968146800148313,-35.55555555555554,0.27821723146456967,-3.9529411764704037,0,0,0.46625765288661786,0.06722689075630252,,,3.0809973334725544,170848.5035341829,0,0,,6.330910011547042,58.278861538159155,1,1,-0.0473684210526792,0.02531137002813788,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2007.45,2029.2666666666667,1957.8666666666666,-2.1644374704226754,1,0,0,none,1,-0.7563025210084033,0.0,0,0.385,0,-1,1,0.3919930688523427,45.45454545454545,1.3367467884659145,57.14285714285731,31.746031746031964,-7.684494019743852,-9.021240808209766,0.8229924500620063,1965.2,1968.75,1995.8166666666666,-0.0888888888888939,0,0,5.428571428571429,0.27598227903260947,1,0.8095238095238095,-249.35543278084774,1,0,-0.0,0,1,-0.1522842639593902,9.897950797739242,1,0,1,0,1,0,7.954545454545453,0.21528482361225265,33.33333333333333,0.2807741963926985,-16.58529411764698,0,0,0.8057044893617302,0.46218487394957986,,,2.548003591558432,-644508.7885181159,0,0,,6.5508652851608895,47.65968270222193,1,1,-0.49248120300752596,0.5173619694786338,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1964.9333333333334,2026.8,1962.8,0.10517744452738231,1,0,0,none,1,-1.1313131313131313,0.0,0,0.333,0,0,1,0.24219546495072006,28.723404255319153,-0.36943198039226743,14.918173987941467,8.038263774697903,-16.555890480141215,-16.186458499748948,3.7109389016921455,1965.8,1986.0,2030.2333333333333,-0.9566968781470342,0,0,13.071428571428571,0.6645362771443097,0,0.29310344827586204,-101.12359550561719,1,0,-62.22222222222222,0,0,-1.5022533800701066,15.390548886606325,0,0,0,0,0,0,3.9922214596202252,0.6234978543526779,11.835016835016834,0.1635832414192087,-33.09705882352955,0,0,1.7936273793675597,0.7983193277310925,,,1.1378503860179139,545093.3372739255,1,0,,6.661418888456394,27.609751575103992,1,1,-2.738345864661662,0.7731050883021511,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1969.35,2070.4,1962.9,-0.11932871251935095,1,0,0,none,1,-1.139240506329114,0.0,0,0.368,0,0,0,0.17068431420643523,32.3943661971831,-1.7305178729028832,20.357142857142957,18.575837742504586,-22.121104584408158,-20.390586711505275,4.6660711869985905,1966.2,1994.65,2043.1833333333334,-1.5366104329080366,0,0,18.857142857142858,0.9601396566773348,0,0.2028985507246377,-113.1425543190242,1,0,-75.0,0,0,-2.627664848785327,19.63820021960312,0,0,0,0,0,0,0.6702282661486265,0.5539003926082664,3.0423280423280445,0.10503004963687262,-54.44705882352946,0,0,2.3535731040908274,0.9495798319327731,,,0.8433740939002652,-1691262.0386443436,0,0,,6.5502195485851455,43.832017546987494,1,1,-3.423308270676705,0.7576069020415481,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1965.0500000000002,2074.7,1962.9,-0.053433754866294425,1,0,0,none,1,-1.88135593220339,0.0,0,0.308,0,0,0,0.07846625908630915,10.606060606060595,-6.954830615494007,8.508508508508347,11.622096404704976,-26.430623914436637,-19.47579329894263,7.744797781182972,1982.2,2032.35,2067.983333333333,-3.264693581322109,0,0,26.142857142857142,1.3297485830547886,0,0.13559322033898305,-127.85388127853868,1,0,-85.58558558558559,1,0,-3.7689672050905565,6.839863025564341,0,0,0,0,0,0,0.3870825038708148,0.07291837732217843,-2.0133770133770135,-0.019969504411091948,-74.80588235294113,0,0,1.5851512026813805,0.7058823529411765,,,1.1743677995566562,-8340018.078877032,0,0,,6.913924746415945,40.60845974940407,1,1,-6.357142857142886,0.9134710747613976,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2013.25,2115.0,1966.5,-2.3469514466658348,0,0,0,none,1,-2.7551020408163267,0.0,0,0.231,0,0,0,0.0,19.209039548022602,-8.789760790906623,19.07264957264963,16.891466558133285,-27.07754160148579,-18.287780810579168,6.524752865390624,1999.8,2051.6,2093.0666666666666,-4.172353285240781,0,0,30.928571428571427,1.573172503996512,0,0.1322314049586777,-191.06521817073667,1,0,-86.66666666666667,1,0,-5.662188099808063,6.125965664632091,0,0,0,0,0,0,-1.9089728743376497,-2.077419176138072,-1.3756613756613731,-0.15451224810300954,-84.95588235294099,0,0,2.8031290121358774,0.6134453781512605,,,1.3086260628651856,-10753066.29698646,0,0,,7.33757827404331,52.788272558680355,1,1,-3.76090225563906,0.442036982412232,1950.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2070.95,2127.0,1961.8,-5.067722542794362,1,0,0,none,1,-4.230769230769231,0.0,0,0.167,-1,0,0,-7.858561711857384,-29.336760757902994,-21.47819904604561,2058.4,2114.15,2169.7,-5.020930397559309,0,0,51.0,2.539840637450199,1,0.3704918032786885,-319.8735955056198,1,0,-48.63636363636364,0,0,-5.059101654846332,18.61773305936117,1,0,0,0,1,0,-3.4363948763170526,-3.563364302329667,4.3006993006993,0.027576647542417173,-99.15294117647068,0,0,4.548869823590058,0.17647058823529413,-17519979200.001213,-338789203.605999,3.1036734867452282,-15430916.730000913,0,0,-7.484989792393863,10.318033496441492,56.531506771352625,1,1,-6.757142857142873,0.705948224995296,1895.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,2197.866666666667,2203.0,1905.2666666666667,-8.638679932055327,1,0,0,none,1,-3.3793103448275863,-2.589641434262948,0,0.429,-1,-1,1,-14.622914970919197,188.91574294262432,203.53865791354352,2142.4,1940.95,1573.25,6.906411808650392,0,0,252.85714285714286,12.185886402753873,0,0.7381974248927039,0.6828206027276,0,0,-58.99419729206963,0,0,-7.818747223456246,66.72213889888039,0,0,0,0,0,0,-5.246104052661963,-12.731059160111187,-16.155960500865312,0.6006797429406928,412.3323529411764,0,0,34.994855250815725,,-46246023579.0282,-3188708352.4530945,0.4808961631727739,-172466580.88731146,0,0,-23.280494049012425,17.639685822488094,42.36264825887154,1,1,53.16616541353382,0.45449962897156027,1863.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,none,above_cloud,above,4.561,0,0,2205.25,2380.0,1331.5,-5.906359823149298,1,0,0,none,1,7.830508474576271,-0.9638554216867471,0,0.4,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.0,36.31123919308357,55.429383700411734,45.60482611884481,9.001914660698397,64.62450592885375,45.24944040020862,61.97197147113092,0.5718297298697496,96.14976725060713 -159,2025-09-23 20:21:00,buy,1875.0,0.193,29,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#29,0.21843880240862606,41.66666666666667,-0.033380856234018985,37.50000000000032,59.722222222222534,-1.5350301408861924,-1.5016492846521734,0.7736924489301406,1881.6,1882.1,1889.9666666666667,-0.21784177248816983,0,1,4.357142857142857,0.23200973680206904,0,0.125,-73.97793640493457,0,0,-87.5,1,0,-0.3713527851458842,32.95439670378177,0,0,0,0,0,0,-4.487179487179482,-0.3043640503791667,-16.66666666666667,0.2104170650711902,-2.3735294117645935,0,0,0.6360627903257234,0.680672268907563,-8171594226.444727,-290749.98023700714,0.42228796940674,-75385.30041616783,0,0,,1.6133044012503595,13.896807655780703,0,1,0.157894736842081,0.06584172902470642,1880.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1899.55,1918.0,1877.0,-1.134479218762341,1,0,0,none,1,-0.16806722689075632,-0.10649627263045794,0,0.448,0,0,0,0.2843067475665124,48.64864864864865,0.43480027277012123,32.14285714285733,69.44444444444468,-3.3246401089791107,-3.759440381749232,0.8865594986130135,1882.8,1882.6,1895.3333333333333,-0.19122490173164586,0,0,4.642857142857143,0.24709191819356802,0,0.25,-99.73753280839675,0,0,-75.0,0,0,0.0,22.054387378027215,1,0,1,0,1,0,2.702702702702709,-0.2014865437681519,-34.523809523809526,0.21276992108225815,-7.211764705882388,0,0,0.7443799121142052,0.23529411764705882,-9492573223.081459,-919274.1607666016,1.261537214945429,-880.797954633832,0,0,,1.7211759816524008,36.874357765288416,1,1,-0.18796992481202385,0.07102853869862091,1877.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1897.9666666666667,1951.0,1877.0,-0.9993150564639341,1,0,0,none,1,-0.42424242424242425,-0.10643959552953698,0,0.417,0,0,0,0.20304250200859683,31.48148148148148,0.13573480307853814,25.00000000000004,29.444444444444457,-7.095178960301155,-7.230913763379693,1.9953356794310664,1882.4,1890.2,1909.2,-0.5925298910168242,0,0,7.928571428571429,0.42195696799209303,0,0.05,-86.71171171171382,0,0,-95.0,1,0,-0.6871035940803405,27.129943221753805,0,0,0,0,0,0,-6.254367575122288,-0.07921292209055952,-11.666666666666668,0.18224250457336066,-12.502941176470586,0,0,0.8199653066945195,0.05042016806722689,-11292083580.765648,-1725999.403617859,0.8098337369627543,-506930.89545837045,0,0,,1.8248991854830754,27.539039322223292,1,1,-1.3428571428571265,0.7099049423226537,1879.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1901.1833333333334,1985.0,1878.0,-1.1668171577351005,1,0,0,none,1,-0.9493670886075949,-0.2660989888238425,0,0.35,0,0,0,0.10713714961955524,30.158730158730165,-0.44918371468829754,15.00000000000009,12.345679012345855,-10.385904449760801,-9.936720735072504,2.296799132591718,1880.8,1895.1,1926.3666666666666,-0.9023270539813111,0,0,8.428571428571429,0.4488057203712156,1,0.0,-112.56218905472575,1,0,-100.0,1,0,-1.1578947368421022,28.52164054712442,0,0,0,0,0,0,-8.437761069340013,-0.07080827978088422,-1.666666666666666,0.021774232274224845,-22.735294117647072,0,0,1.0820526763895202,0.008403361344537815,-11194974014.315695,-6055375.16794014,0.5971434622506254,-956871.4773290455,0,0,,1.8216327430454538,37.62962134895891,1,1,-1.6375939849624235,0.7926659479171737,1878.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1900.75,1979.5,1878.0,-1.1968959621202147,1,0,0,none,1,-1.1864406779661016,-0.26624068157614483,0,0.182,0,-1,0,0.2238807539902486,23.148148148148152,-2.8143871558257114,11.785139176443357,11.176453804380477,-13.249553964765255,-10.435166808939544,4.295539830025738,1888.8,1909.65,1913.1833333333334,-1.1860812190715664,0,0,14.714285714285714,0.779771368006662,0,0.125,-106.35679119606144,1,0,-69.56521739130434,0,0,-0.36958817317845893,19.702223667147763,0,0,1,0,1,0,0.0,0.6664108154140642,3.608979823813586,0.16917594497999303,-40.7088235294118,0,0,1.9133994822300155,0.5210084033613446,-12387143684.578806,-13878544.177211761,0.473093475195815,-1527990.1809666157,0,0,,2.55232737565787,48.27910743471208,1,1,-3.077443609022527,0.7881795803623864,1880.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1888.5,1965.0,1866.4,-0.0794281175536149,1,0,0,none,1,0.3469387755102041,-0.2649708532061473,0,0.455,0,0,0,0.22070353879823115,34.13461538461539,-1.7133368662384107,6.756756756756815,10.178360178360242,-18.932610622770426,-17.219273756532015,6.949300774678438,1894.8,1924.35,1990.35,-1.940915114194397,0,0,24.142857142857142,1.279430691195397,0,0.02702702702702703,-96.7234600262125,0,0,-97.2972972972973,1,0,-2.9820051413881776,47.12711752101962,0,0,0,0,0,0,3.6413418420144836,-0.22369443379569987,-1.6243516243516236,0.1714948247915765,-22.567647058823468,0,0,3.8080247050741347,0.7983193277310925,-13278784719.149452,-128842552.85877419,0.33674071153038065,1674466.5203737617,1,0,-7.9327407531530545,2.9548331009190187,28.915157904191542,1,1,-2.1451127819548663,0.14409136057686578,1887.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1873.15,2025.4,1869.7666666666667,0.7393962042548496,1,0,0,none,1,-4.846153846153846,-0.6359300476947536,0,0.3,0,0,0,-10.021097524653221,-63.91794765549503,-53.896850130841806,1927.8,2018.7,2120.4,-6.52400059444197,0,0,74.85714285714286,3.96699220228632,0,0.09523809523809523,-82.15300906440257,0,0,-87.93969849246231,1,0,-9.452975047984646,30.256869621822446,0,0,0,0,0,0,0.5032301938116177,0.49226556442398106,-9.971669044812543,0.12999458843758244,-153.2705882352941,0,0,7.2208489488022884,0.5042016806722689,-17663095979.9112,-284302442.3320885,1.2278514213396956,-54923899.03884572,0,0,-4.315606220065425,3.5918210429378927,55.514094260284715,1,1,-14.518796992481207,0.769629791896516,1887.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.3333333333335,2203.0,1874.3333333333333,-0.22911526260134263,1,0,0,none,1,-13.0,-2.1197668256491786,0,0.167,0,0,0,-37.284724330129706,156.9327525008814,194.2174768310111,2096.0,1972.65,1577.4,-5.609205890553326,0,0,191.35714285714286,10.276967930029155,0,0.5553648068669528,-16.464391352621348,0,0,-100.19342359767892,1,0,-16.502242152466373,47.46662710854285,0,0,0,0,0,0,-21.030091842636388,-22.66180935921051,-24.479190251623184,0.3685938162816794,335.4617647058824,0,0,36.44570877787642,,-46213402361.3293,-3086993110.3728256,0.5062389140432682,-139088549.46280074,0,0,-22.78427370488771,5.475310838748082,39.40354828167393,1,1,40.781203007518776,0.3060539309870529,1863.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,none,above_cloud,above,3.1,0,0,2205.25,2380.0,1292.6666666666667,-15.565128670218797,1,0,0,none,1,5.796610169491525,-3.2760472610096674,0,0.364,-1,-1,0,2,0,0,0,0.5,0.0,0.0,0,0.16371920616137484,29.01960784313725,19.681020042742446,28.338914033136536,19.40045555373797,43.59441408621736,20.770250148585436,42.47503048328932,0.43656976026162747,88.43110027156331 -160,2025-09-24 13:06:00,buy,1794.0,0.202,29,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29,0.16404819646038504,32.89473684210526,-0.565960908995244,12.592592592592915,10.966368667518395,-11.561956385200801,-10.995995476205557,3.0149150168258045,1813.4,1826.5,1853.1,-1.0128661374212977,0,0,10.5,0.5807522123893806,0,0.11904761904761904,-123.29131429179358,1,0,-72.22222222222221,0,0,-0.9315068493150669,22.583314615541553,1,0,1,0,0,0,2.774254914394419,-0.06009599574850988,4.661558109833973,0.06882024991947285,-28.429411764705947,0,0,1.1931220166860215,0.9243697478991597,-8218063224.82473,-3285462.7349672318,0.6741306300454769,-921277.4585667197,0,0,-4.45345896504462,-2.184022185158574,41.92409923176704,1,1,-2.0872180451127913,0.8045150365499982,1803.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1816.05,1875.5,1805.9,-0.44326973376282996,1,0,0,none,1,-0.6554621848739496,-0.11061946902654868,0,0.308,0,0,0,0.11026872652577269,21.176470588235304,-2.8136876623286433,10.864042933810575,12.075238357772008,-14.340246770270141,-11.526559107941498,4.549514857997506,1814.8,1838.6,1858.2833333333333,-1.7730882192972919,0,0,14.5,0.8028792912513842,0,0.08196721311475409,-115.87168758716926,1,0,-90.38461538461539,1,0,-2.2727272727272707,20.752740629720606,0,0,0,0,0,0,-0.5102763997165027,-0.006841321424822411,-0.5827505827505828,0.025382133831734446,-39.46176470588239,0,0,1.1107309064778028,0.6134453781512605,-9550889363.071308,-11329417.107027054,2.5110512832109264,-3087699.3677241206,0,0,,-2.2402286127524706,55.87888387857226,1,1,-3.3864661654134856,0.9178607987328227,1801.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1860.45,1873.5,1801.0,-2.9267112795291483,1,0,0,none,1,-0.3333333333333333,-0.4429678848283499,0,0.35,0,0,1,0.0032482025313629636,20.689655172413794,-5.401744709015587,15.048286994517317,14.958299704062426,-14.263852309366484,-8.862107600350898,4.695462504639644,1820.2,1854.25,1868.2666666666667,-2.3324794391263337,0,0,16.428571428571427,0.9071546895953301,0,0.14285714285714285,-164.28247048138078,1,0,-85.71428571428571,1,0,-2.6344086021505397,20.622910924222936,0,0,0,0,0,0,-7.276446522501459,-0.2554613334443454,4.187192118226601,-0.05621702490888967,-46.67352941176455,0,0,1.5867212453390847,0.5462184873949579,-11376352271.326069,-32729963.31670189,3.239380470179367,-3476309.4225983024,0,0,-5.652945481527134,-1.869629142785667,27.858297773018773,1,1,-2.96466165413536,0.6492993530288913,1801.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1815.5833333333335,1926.0,1801.0,-0.25244411805205313,1,0,0,none,1,-1.379746835443038,-0.44174489232468256,0,0.312,0,0,1,0.0,25.0,-5.255938607189298,7.153679653679738,26.18927368927385,-14.031263569921748,-8.77532496273245,4.182025268237557,1831.4,1858.2,1883.4833333333333,-2.5400925626950843,0,0,18.857142857142858,1.0412558176224658,0,-0.017857142857142856,-194.15698697641798,1,0,-101.78571428571428,1,0,-3.155080213903738,8.299520512811597,0,0,0,0,0,0,-8.600000000000009,-1.0250013146252446,-21.807359307359302,-0.0731199823951107,-41.98235294117649,0,0,2.064911179830496,0.6386554621848739,-11260763320.49727,-28440004.760461807,3.358858326434387,-3724249.768033743,0,0,,-1.8211241801974976,36.349827654842336,1,1,-2.21353383458652,0.4543621436455917,1812.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1919.1833333333334,1921.0,1812.0,-5.636946270549103,0,0,0,none,1,-1.305084745762712,-1.4356709000552181,0,0.286,0,0,1,0.0,28.47682119205298,-4.911313270800761,24.607614607614437,46.829836829836694,-16.554477027729263,-11.643163756928502,4.465099260208361,1845.6,1865.65,1900.2,-2.929273979578173,0,0,22.142857142857142,1.222686755541532,0,-0.014705882352941176,-231.3339581380814,1,0,-101.51515151515152,1,0,-3.4648187633262273,11.57576510108467,0,0,0,0,0,0,-9.02317880794702,-1.838929058107393,-19.345630215195428,-0.10766198495118841,-45.66176470588243,0,0,2.9053728330071613,0.5882352941176471,-12452187294.29642,-31239890.812656403,3.34057995588267,-4767618.619968891,0,0,,-1.5883515816468075,20.460160697092032,0,1,-2.193233082706782,0.3881816688361609,1812.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1900.8666666666668,1936.0,1812.0,-4.727668081226111,0,0,0,none,1,-2.5714285714285716,-1.932633903920486,0,0.143,0,0,1,0.0,36.8421052631579,-4.120954524755,29.771048204227984,26.5428035013289,-20.762867867460272,-16.641913342705273,5.693812290587491,1853.2,1882.5,1931.5333333333333,-3.798140770252323,0,0,35.5,1.9602429596907784,0,-0.010752688172043012,-202.3200272944384,1,0,-101.0752688172043,1,0,-5.133577789418542,28.17562532004895,0,0,0,0,0,0,-6.140350877192979,-3.035577126554415,-1.7189671567551699,0.015328305175386612,-54.30882352941171,0,0,3.5109740779234797,0.7647058823529411,-13350032551.607075,-61734129.562244415,3.0503586382114363,-9697217.461927474,0,0,-3.344609084079347,-1.2027069144684654,34.127201587657126,1,1,-2.77443609022559,0.3751986063524271,1812.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1878.15,1959.0,1812.0,-3.575326784335653,0,0,0,none,1,-1.5128205128205128,-2.7609055770292654,0,0.417,-1,-1,1,-4.8992774977207745,-64.53419921092632,-59.63492171320554,1884.6,1972.35,2096.5333333333333,-5.696250665449842,0,0,79.0,4.247311827956989,0,0.0,-90.14564485374642,0,0,-100.0,1,0,-1.1164274322169043,24.925928877442857,1,0,1,0,0,0,-2.2567287784679166,0.3141924803176863,-9.045226130653266,0.18504723955305807,-161.22352941176473,0,0,7.242129948262529,0.4957983193277311,-17713132157.5807,-144413342.47591782,1.6486172296890798,-30392524.362536907,0,0,-4.270531505263562,2.098240404070939,53.46397689943671,1,1,-14.176691729323359,0.7640480497345596,1860.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.2666666666667,2128.0,1860.0,-1.6532130142056456,1,0,0,none,1,-10.344827586206897,-4.516129032258064,0,0.0,0,0,0,-47.79485269825261,134.47391095819535,182.26876365644796,2026.6,2005.95,1584.0166666666667,-4.434307933896664,0,0,158.5,8.268127282211788,0,0.5963382737576286,-27.577287497037787,0,0,-86.04651162790698,1,0,-14.18979409131602,26.077078482912995,0,0,0,0,0,0,-20.307874036671542,-10.510128368122906,-2.5149609878039527,0.43495126166985915,264.42352941176455,0,0,36.450547823168954,,-46241974807.06557,-2820391515.0484085,0.2940807702429688,-196693383.19774008,0,0,-22.453981946349423,8.540094536033415,39.68104308273363,1,1,28.591729323308268,0.17686055803498357,1911.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,none,in_cloud,below,-6.331,0,0,2205.25,2380.0,1292.6666666666667,-13.071080376374555,1,0,0,none,1,5.52542372881356,-6.155451225873762,0,0.4,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.2072718397817899,27.14285714285714,5.99034777849644,12.480444024301931,19.459182407335376,23.28654004954582,18.255289160781484,28.09165990319184,0.4447124925788236,80.20451890001851 -161,2025-09-26 02:12:00,buy,1775.0,0.204,29,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29,0.13063629517720754,39.130434782608695,-0.33695571790785106,45.38461538461569,41.965811965812236,-4.94640741257831,-4.609451694670459,1.460655266115444,1782.2,1788.65,1802.35,-0.5395130405613235,0,0,5.285714285714286,0.2971171605235686,0,0.09090909090909091,-95.53478712357773,0,0,-84.61538461538461,1,0,-0.5589714924538858,35.62485156170726,1,0,1,0,1,0,3.1304347826086953,-0.13904133285466447,0.0,0.0713204851245459,-11.126470588235406,0,0,0.8707794196695862,0.5714285714285714,-8293273388.243776,-1858818.204741478,1.2481125008997591,254252.99021347985,1,0,,-3.7555079829081905,49.27589644562734,1,1,-0.9270676691729768,0.7051227167295183,1777.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1787.2666666666667,1818.0666666666666,1786.3333333333333,-0.462531239509123,0,0,0,none,1,-0.36134453781512604,-0.33726812816188867,0,0.393,0,0,0,0.13112643319212733,33.33333333333333,-0.6622193316620155,24.07407407407427,17.283950617284177,-5.840903191349753,-5.178683859687737,1.6622361051433345,1785.0,1794.0,1803.3666666666666,-0.6131549609810438,0,0,7.5,0.4206393718452047,0,0.2857142857142857,-141.1862990810354,1,0,-66.66666666666666,0,0,-0.4466778336125077,32.763472578849616,0,0,1,0,0,0,-5.26315789473685,0.00711488631746704,11.11111111111111,0.1738769224627049,-17.194117647058874,0,0,0.9001939738702254,0.15966386554621848,,,1.4613248745854557,94853.4166059792,1,0,,-3.488503291015266,41.82962218653211,1,1,-1.1473684210525894,0.8290171451355661,1775.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1800.55,1848.0,1784.7333333333333,-0.9747021743356177,0,0,0,none,1,-0.45454545454545453,0.0,0,0.333,0,0,0,0.14569992771505472,23.529411764705884,-1.7638573478980373,13.482295482295557,15.637275859498118,-7.595824293128771,-5.831966945230734,3.130855529861185,1786.4,1803.0,1816.1,-1.1092623405435376,0,0,9.928571428571429,0.5568464065379377,0,0.04878048780487805,-100.85337470907685,1,0,-90.47619047619048,1,0,-0.9994447529150463,40.586759572756534,0,0,0,0,0,0,2.3755656108597236,-0.0004565852143443294,-2.9982363315696663,0.12068863794887864,-15.132352941176578,0,0,1.3135074217629223,0.35294117647058826,-11490635083.527561,-1312280.6649017334,2.5972552176551527,87964.067658633,1,0,,-3.3900484000384923,33.30604157980292,1,1,-2.1353383458646613,0.8013161868731025,1781.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1819.7,1858.4,1781.0,-2.0168159586745116,1,0,0,none,1,-1.1139240506329113,-1.4582164890633762,0,0.353,0,0,1,0.09341582984693862,37.40458015267176,-1.2906621757372285,14.458648501201777,19.9847146655659,-9.233277711272876,-7.942615535535648,2.851177016277431,1792.6,1802.9,1827.8,-1.159243441122637,0,0,14.857142857142858,0.8337341670675005,0,0.14893617021276595,-168.7499999999992,1,0,-85.1063829787234,1,0,-2.24904004388371,42.47769406843758,0,0,0,0,0,0,-10.040675321780789,-0.5933646062317717,-7.648073605520414,0.13509300747032016,-22.220588235294144,0,0,2.5133272191651383,0.9663865546218487,,,1.2069421105876934,-1592678.0867005885,0,0,,-3.3975171799293102,12.367619065457806,0,1,-0.6496240601504343,0.08943769328349926,1775.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1798.1833333333334,1864.1666666666667,1785.7,-0.8999823896339909,0,0,0,none,1,-1.576271186440678,0.0,0,0.333,0,0,0,0.07465779601461103,39.1025641025641,-0.4552277903423736,22.82196969696953,35.25968013467999,-17.46353901700968,-17.008311226667306,4.274632992319462,1796.4,1815.0,1865.7833333333333,-1.8181818181818188,0,0,19.071428571428573,1.0702260702260702,0,-0.0196078431372549,-108.42680471670933,1,0,-103.03030303030303,1,0,-1.5469613259668558,35.244905644434155,0,0,1,0,0,0,5.400906644000571,-0.7534184608366061,-12.343434343434343,0.07370317764090185,-35.40000000000009,0,0,2.6786609838335464,0.5042016806722689,-12572968990.654951,-12059201.692249298,1.5826685350616856,-2567101.393014014,0,0,,-3.1696624473356083,38.30327183323497,1,1,-2.661654135338304,0.6590833547214439,1783.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1785.2166666666667,1916.0,1783.0,-0.18018354448106066,0,0,0,none,1,-2.693877551020408,-1.5712682379349048,0,0.3,-1,0,0,0.14716076470560466,23.414634146341456,-4.442587403347819,14.602244857657992,15.532960464429935,-24.900450483706663,-20.457863080358845,9.387969690472463,1800.0,1843.05,1873.0333333333333,-3.3124440465532645,0,0,29.142857142857142,1.6354016354016354,0,-0.007936507936507936,-94.97243156830096,0,0,-102.27272727272727,1,0,-1.8722466960352402,20.727309292322246,0,0,1,0,1,0,-7.549832858734689,-0.4447123954105052,-6.090909090909092,0.06331982791392604,-63.50882352941176,0,0,3.0739813818835775,0.37815126050420167,-13474805866.290813,-51226630.94197655,1.6674545510116405,-3260913.747151315,0,0,-4.44118566477222,-2.7931095826694285,57.54079262061314,1,1,-6.787218045112761,0.8616959222360173,1783.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1823.85,1912.0,1783.0,-2.2945965951147285,0,0,0,none,1,-2.3846153846153846,-1.9079685746352413,0,0.286,-1,0,0,-0.5382308923875385,-54.12307655274208,-53.58484566035454,1849.2,1886.2,2042.15,-4.092885165942106,0,0,47.07142857142857,2.6020690199794676,1,0.007936507936507936,-122.69984079381005,1,0,-98.78048780487805,1,0,-3.57142857142857,34.234875079893584,1,0,1,0,0,0,1.4964797779947503,-1.6174320114040768,-23.403019744483156,0.01559745156641349,-120.94705882352946,0,0,5.991542327310285,0.2773109243697479,-17868311489.017788,-161113957.1478691,1.0714910921527818,-6588150.98577404,0,0,,-0.7148170167510015,32.68413536169829,1,1,-4.124812030075157,0.35243712148621364,1808.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1892.4333333333334,2076.2,1808.0,-4.408785866521059,1,0,0,none,1,-10.413793103448276,-5.970149253731343,0,0.0,0,0,0,-62.983166792276364,90.05942319165342,153.0425899839298,1914.8,2069.55,1592.6,-12.589693411611226,0,0,128.64285714285714,7.111269051567559,0,0.3634336677814939,-82.2107081174439,0,0,-99.74489795918367,1,0,-14.548889938592346,33.945568727213626,0,0,0,0,0,0,5.541054474814629,-9.061638894479984,0.14950854616508025,0.2455030937989801,120.26764705882351,0,0,36.75794319270335,,-46420238866.68347,-1543414573.0859451,0.29128576781694726,-153952046.91138768,0,0,-22.222891395551066,2.3852318093987135,44.393534268341384,1,1,-1.318045112781932,0.0006355919644128738,1808.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,618,above_cloud,below,-0.586,0,0,2205.25,2380.0,1292.6666666666667,-17.968484298832333,1,0,0,none,1,3.8135593220338984,-2.321724709784411,0,0.364,-1,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.030473674624326545,34.09836065573769,4.471544715447159,26.526352136108244,8.717051514986606,26.236559139784944,13.21356305944714,14.844302244503558,0.28940115363922414,59.78044813238855 -162,2025-09-26 20:06:00,buy,1773.0,0.204,29,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#29,1.0,57.5,1.4723514159234945,116.66666666666693,112.22222222222244,-1.5384478256230523,-3.0107992415465468,0.7266476969562574,1784.6,1781.5,1793.6,0.3648610721302292,0,0,4.642857142857143,0.25966762543943755,1,1.4,80.70175438595722,0,0,40.0,0,1,0.6756756756756799,45.15449918269962,0,0,0,0,0,0,4.722222222222214,0.2698083286865449,10.0,0.7446317636383984,0.6911764705882888,1,0,0.5923518343223446,0.3277310924369748,,,0.47581873453145196,102222.29403028265,0,0,,-3.262671652044369,17.99685611345984,0,1,0.09172932330825614,0.0281180337779241,1781.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1805.5,1816.0,1782.4,-0.969260592633614,1,0,0,none,1,-0.12605042016806722,0.0,0,0.433,0,1,0,0.37197895298476075,40.0,0.7094542029567448,81.1111111111113,57.03703703703726,-4.936600013036696,-5.64605421599344,1.1823895346184703,1780.4,1783.7,1798.9166666666667,-0.15137074620171775,0,0,7.142857142857143,0.4010587952193792,0,0.5,-88.38951310861523,0,0,-16.666666666666664,0,1,-0.056116722783394746,23.840167117429885,1,0,1,0,1,0,-6.296296296296298,0.09418381776856855,27.777777777777793,0.36017793231882644,-10.655882352941262,0,0,0.878694856083869,0.2857142857142857,-9695342413.544634,-2760152.35777092,1.0503989072019624,-33756.23767191172,0,0,,-3.590969400177002,55.82613154474046,1,1,-0.6060150375939659,0.4623704281529252,1777.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1801.2,1832.0,1776.0,-1.1214745725072195,1,0,0,none,1,-0.5555555555555556,-0.22459292532285235,0,0.286,0,0,0,0.24092556047722377,28.846153846153854,-1.0963447884999518,14.743589743589801,11.752136752136755,-8.654833051054084,-7.558488262554132,2.7954667570485583,1780.2,1795.0,1812.1833333333334,-0.7242339832869038,0,0,7.071428571428571,0.3968253968253968,0,0.21428571428571427,-90.40553907022874,0,0,-75.0,0,0,-0.8898776418242438,15.716016816818453,0,0,0,0,0,0,11.538461538461547,0.5239979390760983,8.333333333333332,0.15707323854720814,-20.65882352941162,0,0,0.8609921035441109,0.025210084033613446,-11552069064.018803,-3112343.2515239716,0.8204927276105126,-269718.5560705066,0,0,,-3.439146483478639,64.37011336004319,1,1,-2.048120300751862,0.932956471446174,1777.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1837.95,1839.0,1776.0,-3.0441524524606245,1,0,0,none,1,-0.6962025316455697,-0.22446689113355783,0,0.312,0,0,0,0.16604388451162505,34.78260869565217,-1.76635655287639,5.860805860805946,7.061457061457251,-10.325367225893842,-8.559010673017452,2.796642814225112,1781.2,1798.8,1820.6,-0.9339559706470935,0,0,8.642857142857142,0.48500881834215165,0,0.21428571428571427,-118.38574105018036,1,0,-78.57142857142857,0,0,-1.5469613259668558,14.317248364982817,0,0,0,0,0,0,9.782608695652158,0.4504184573397474,2.014652014652014,0.08056521854328111,-26.444117647058874,0,0,1.3624042983109104,0.09243697478991597,-11459601217.25219,-8160982.5458545685,0.7126259056729974,-693990.4722929895,0,0,,-3.3920930411314387,59.652489511047655,1,1,-1.7834586466165256,0.7038406611497432,1776.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1840.2333333333331,1844.3333333333333,1776.0,-3.1644537830347486,1,0,0,none,1,-1.3389830508474576,-0.16835016835016833,0,0.2,0,0,0,0.09294457143217917,30.827067669172934,-3.207890138913065,11.716312056737422,15.541276767364595,-11.904673947617084,-8.69678380870402,3.9205755129105166,1788.8,1810.9,1821.75,-1.5958915456402933,0,0,16.571428571428573,0.9299342632675968,0,0.08163265306122448,-136.90169840452782,1,0,-84.0,1,0,-1.3289036544850474,27.96010886439089,0,0,0,0,0,0,-0.5162159129166213,0.03678807902153647,-3.4385964912280738,0.12792617959221125,-37.52647058823527,0,0,1.9179273398421914,0.23529411764705882,-12678401411.08412,-8400264.481491089,0.7896503040784572,-1551265.8450965881,0,0,,-3.1655407547033665,57.927272566798386,1,1,-2.721804511278217,0.8230255213026724,1783.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1797.5,1868.0,1781.0,-0.8623087621696834,1,0,0,none,1,-0.9387755102040817,-0.7295173961840629,0,0.4,0,0,0,0.14864197988739716,30.872483221476514,-3.0114360960486195,10.939393939393993,16.316696375519953,-14.516915356975232,-11.505479260926613,6.026593518584667,1796.8,1820.55,1852.1,-2.1174919667133585,0,0,19.5,1.0942760942760943,0,-0.012195121951219513,-105.1590483827853,1,0,-102.27272727272727,1,0,-3.3622559652928374,31.51323787080365,0,0,0,0,0,0,5.0297865922630365,-0.6843397005298293,-8.110516934046343,0.05922412721102505,-25.40000000000009,0,0,4.220418768731194,0.8319327731092437,-13649827254.186426,-78576853.20271683,0.6394262853267528,-3069193.3401064873,0,0,,-2.7904881106714186,24.361531528568772,0,1,-2.041353383458631,0.19385427847212655,1783.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1835.9166666666665,1910.0,1783.0,-2.936770913712483,0,0,0,none,1,-2.923076923076923,-1.122334455667789,0,0.143,0,0,0,-0.08508153960529796,-50.99066807606687,-50.90558653646157,1823.4,1862.6,2019.9,-4.32728444110383,0,0,43.285714285714285,2.429052429052429,1,-0.009345794392523364,-118.743866535819,1,0,-100.93457943925233,1,0,-5.764145954521416,42.657695365356865,0,0,0,0,0,0,-0.5427296682237355,-1.7062527763903006,-7.628599650482487,0.0017792806720492568,-97.8970588235295,0,0,5.812224639165815,0.13445378151260504,-17959606993.66292,-249550773.0070572,1.0036692581985052,-10313040.657137096,0,0,,-2.1935096264391496,29.917830866462513,1,1,-5.324812030075173,0.5705593097817715,1783.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1889.9499999999998,2024.8,1783.0,-5.711791317230608,0,0,0,none,1,-10.10344827586207,-2.3007856341189674,0,0.2,0,0,0,-62.983166792276364,90.05942319165342,153.0425899839298,1914.8,2069.55,1592.6,-12.589693411611226,0,0,128.64285714285714,7.111269051567559,0,0.3634336677814939,-82.2107081174439,0,0,-99.74489795918367,1,0,-14.548889938592346,33.945568727213626,0,0,0,0,0,0,5.541054474814629,-9.061638894479984,0.14950854616508025,0.2455030937989801,120.26764705882351,0,0,36.75794319270335,,-46420238866.68347,-1543414573.0859451,0.29128576781694726,-153952046.91138768,0,0,-22.222891395551066,2.3852318093987135,44.393534268341384,1,1,-1.318045112781932,0.0006355919644128738,1808.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,618,above_cloud,below,-0.586,0,0,2205.25,2380.0,1292.6666666666667,-17.968484298832333,1,0,0,none,1,3.8135593220338984,-2.321724709784411,0,0.364,-1,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.01684425834954549,39.40217391304348,14.15429723291186,26.919284695870612,8.956293112282749,26.236559139784944,13.21356305944714,14.844302244503558,0.28940115363922414,59.78044813238855 -163,2025-09-27 14:51:00,sell,1975.0,0.65,29,고점 매도 · 비중 65% · 분할 · leg#29,1.0,91.37931034482759,9.148791651235584,113.00388057337476,109.313376098836,13.030568232831229,3.8817765815956453,5.484824659086301,1924.2,1891.1,1886.1833333333334,4.595209137539014,0,0,16.071428571428573,0.8125090278780877,0,1.108695652173913,294.7020861473842,0,1,10.869565217391305,0,1,5.324813631522907,99.14373638781488,0,0,0,0,0,0,8.620689655172413,3.603681644605441,3.6231884057971087,1.7051546083580016,40.24411764705883,0,0,1.9223927496846849,1.0,-8339988166.657321,681050.9855546951,3.7053217572083086,2803592.5406149942,0,0,,7.014289510232774,29.452949499725715,1,1,2.911278195488696,0.4411649044651744,1975.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1953.5333333333333,1968.0,1844.0,1.2524314916561474,0,0,0,none,1,1.050420168067227,-0.3538928210313448,1,0.619,1,1,1,1.0,84.92063492063492,7.7604437724377675,109.15095114836288,107.44705570848821,13.88373551496511,6.123291742527343,5.126385699424044,1921.0,1894.25,1873.6,4.315692226474854,0,0,18.214285714285715,0.9217755928282244,0,1.0526315789473684,320.9005376344109,0,1,5.263157894736842,0,1,4.883227176220806,95.37018876772416,0,0,0,0,0,0,7.60104729176895,3.7972175256481533,-4.912280701754398,1.552424468379405,38.96176470588239,0,0,2.038851276604221,1.0,-9716386546.72798,,3.569536486919834,3629771.696145192,0,0,,6.960474836069408,21.32597681984442,0,1,1.8563909774436451,0.20465849493461596,1975.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.4499999999998,1971.0,1846.3,4.470115519839291,0,0,0,none,1,1.2828282828282829,-0.20242914979757085,1,0.667,1,1,1,1.0,76.31578947368422,5.304134503448305,102.02797202797206,72.22319347319345,15.55211567421452,10.247981170766215,5.055521304644564,1905.4,1887.65,1861.5166666666667,4.6804227478610905,0,0,19.785714285714285,1.0013013302486986,0,1.3076923076923077,357.0141246489786,0,1,40.0,0,1,4.329461457233363,83.27361489259064,0,0,0,0,0,1,13.429191535539893,5.188020336324987,37.575757575757564,1.5910650166144487,37.46176470588239,0,0,3.170533926413125,1.0,-11625494931.614254,-43590506.44799423,3.8353817272194433,4171255.916159272,0,0,-7.525641384784257,7.067708874178602,25.159988444753115,1,1,2.384210526315734,0.34954443684422265,1950.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1928.8000000000002,1948.0,1841.3333333333333,2.4471173786810407,0,0,0,none,1,1.9620253164556962,-0.10121457489878542,1,0.75,1,1,1,1.0,77.19298245614036,3.7684572122215645,90.61458974502462,87.68652609585821,14.903442467515788,11.134985255294223,5.124963910544268,1895.0,1873.8,1850.8166666666666,3.746397694524495,0,0,22.357142857142858,1.1500587889476779,0,1.0769230769230769,254.051925232512,0,1,10.144927536231885,0,1,4.235924932975865,89.02791797915889,0,0,0,0,0,1,11.10602593440123,3.4775372623094096,5.820666902321193,1.223219410524416,35.379411764705765,0,0,2.9141679805446845,1.0,-11487892740.898605,-6647464.815376282,6.87989382846238,5410646.673560411,0,0,,5.385554410101245,35.88698457360922,1,1,3.3488721804511212,0.6810156280466677,1947.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1934.95,1937.0,1838.6,0.4677123439882136,0,0,0,none,1,2.2033898305084745,-0.668724279835391,1,0.75,1,1,1,0.8329285935427422,70.96774193548387,2.683641578675891,102.3577235772356,112.60947302253345,15.206503990587407,12.522862411911516,3.99021583585306,1889.0,1859.3,1830.7666666666667,1.3284569461625262,0,0,17.5,0.9288747346072187,0,0.9523809523809523,185.26031102096024,0,1,-5.0,0,1,1.8929150892374347,83.79966093032573,0,0,0,0,0,1,0.7549759780370664,-0.6413569471820413,-3.253968253968253,0.8129827177630204,45.16470588235302,0,0,1.498319996668221,0.07563025210084033,-12692376006.096561,114157.45666885376,8.024999631292683,2251414.5253276825,0,0,-0.1478686436179745,2.3731243917928246,44.68333791924375,1,1,2.5518796992481207,0.6625470226774046,1885.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1884.2,1886.0,1778.0,-0.010614584439017083,1,0,0,none,1,1.7755102040816326,-3.715498938428875,0,0.7,0,0,1,0.9178758152752438,86.45833333333333,6.425001674341975,125.74955908289246,120.13521457965908,13.215078287274764,6.790076612932789,6.3567063625081115,1868.0,1835.25,1840.7833333333333,2.6563138536984,0,0,16.714285714285715,0.8871701546860783,0,1.10989010989011,182.84220960619885,0,1,18.51851851851852,0,1,2.1138211382113914,91.37961999757503,0,0,0,0,0,0,1.7644557823129219,0.18460432381828618,6.172839506172821,1.0638859708454078,45.9588235294118,0,0,1.8341926070016557,0.01680672268907563,-13652206296.549627,-455589.0739326477,4.722365450491733,-1569083.834134698,0,1,-0.19535215317775087,2.767793546791375,50.22770630347621,1,1,4.71353383458645,0.9141690599416074,1884.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1872.4833333333333,1874.0,1786.0333333333333,0.6150477529839993,0,0,0,none,1,1.9230769230769231,-4.033970276008493,1,0.667,0,0,1,10.016742576463002,-35.119225630521896,-45.1359682069849,1831.6,1851.75,2002.3833333333334,0.93155123531794,0,0,51.285714285714285,2.7440189558969657,1,0.8037383177570093,92.4341364557533,0,0,6.172839506172839,0,1,2.8052805280528004,52.04616327381126,0,0,0,0,0,0,5.3599597476066165,2.9390229252642257,25.733625629783475,0.5392590881567378,-31.761764705882342,0,0,5.93215386147765,0.18487394957983194,-17949910130.890366,-79810761.81066132,2.651214529968547,5487751.2745381,0,0,,2.568216848947369,41.61029078154972,1,1,-3.490977443609012,0.2919023595637601,1869.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.2166666666667,1934.0,1818.2333333333333,-1.174728790108659,1,0,0,none,1,-0.896551724137931,-3.9058319957196366,1,0.4,1,0,1,-66.437316580756,69.99594425798477,136.43326083874078,1862.6,2096.3,1596.4333333333334,-13.466583981300396,0,0,124.5,6.863285556780594,0,0.01048951048951049,-97.36594543744114,0,0,-98.46938775510205,1,0,-14.915572232645403,42.17754620610778,0,0,0,0,0,0,1.0063292628408789,-3.45414978847964,-4.1409587090650195,0.2711627562414914,100.38529411764716,0,0,36.75026248088345,,-46400987831.17788,-1448242138.5509796,0.2971954897182681,-153764045.1552782,0,0,-22.818615127052603,2.6444727141864854,45.91381180706771,1,1,-17.451127819548823,0.16284375142895258,1814.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,500,in_cloud,below,-5.064,0,0,2205.25,2380.0,1292.6666666666667,-17.74175263575558,1,0,0,none,1,5.47457627118644,-1.7089305402425579,0,0.364,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.6128149995486697,47.135416666666664,75.53892157993924,51.334884555722226,8.257334920398247,27.242888402625823,9.07260435038212,11.783407307703769,0.22414623584741308,48.817836590590915 -164,2025-09-27 15:12:00,sell,1944.0,0.35,29,고점 매도 · 비중 35% · 분할 · leg#29,0.6612222444100291,67.95580110497238,1.8953363419133957,69.17675183027067,74.59783853777598,18.948467526504828,17.053131184591432,8.436517305780267,1951.4,1918.9,1897.1166666666666,1.3601542550419454,0,0,23.071428571428573,1.1861917003305178,0,0.696969696969697,47.86488209050341,0,0,-32.608695652173914,0,0,2.530311017395892,64.63521301524571,0,1,0,0,0,1,2.241515390686658,-1.592130963645154,-2.6221425369789273,0.6741310160232801,40.19117647058829,0,0,2.3843136779286707,0.9915966386554622,-8366302044.066591,-26013772.246294975,0.5992491539642192,1921242.1243907716,0,0,,5.223994117983,45.228159867486745,1,1,5.729323308270663,0.7013965067737494,1945.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1889.85,1975.0,1844.0,2.918221022832501,1,0,0,none,1,0.7983193277310925,-0.46272493573264784,0,0.595,0,0,0,0.7555254730428638,69.79865771812081,5.921861798734467,77.54385964912298,87.48538011695928,20.037159758727967,14.1152979599935,7.429664901699579,1960.0,1906.8,1880.55,1.8984686385567384,0,0,22.571428571428573,1.1616792882876261,0,0.7052631578947368,80.17817371937699,0,0,-29.47368421052631,0,0,3.2961190855927747,62.28378441709151,0,0,0,0,0,0,-7.284675615212521,-1.847849565942635,-11.228070175438603,0.7808050467791047,51.997058823529414,0,0,2.358426403006458,1.0,-9736405980.154108,-19303678.7541008,0.7467148958683701,2439280.682963446,0,0,,5.170485259662105,33.82767835899296,1,1,4.681203007518825,0.6114405519362077,1944.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.4499999999998,1971.0,1846.3,2.72542229506465,1,0,0,none,1,0.98989898989899,-0.3088008234688626,0,0.64,-1,0,0,0.9110485157298163,67.85714285714286,6.429876759681088,112.38095238095242,111.005661005661,19.932567911031356,13.502691151350268,6.083290516243514,1932.2,1895.6,1864.8666666666666,2.500527537455155,0,0,22.142857142857142,1.1396220866112785,0,0.945054945054945,149.2085661080093,0,1,-7.142857142857142,0,1,2.6413100898045494,63.27939736512111,0,1,0,0,0,1,-3.7477954144620753,-0.15908640297403132,-6.227106227106219,0.9852880437890077,55.16764705882338,0,0,3.4118247975248455,1.0,-11629170732.495216,-44960805.66590309,1.23614178222712,2363488.6658100784,0,0,-6.683738270646643,5.276694804009763,26.809893257936974,1,1,3.3127819548872024,0.46217155854146463,1938.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1928.8000000000002,1948.0,1841.3333333333333,0.7362090418913114,1,0,0,none,1,1.5822784810126582,-0.4117344312918168,0,0.75,0,0,0,1.0,77.96610169491525,6.09576955463249,107.28778467908911,94.23209908893915,18.754697198584836,12.658927643952346,6.167890751589153,1907.8,1878.75,1853.1,3.845642049234854,0,0,21.5,1.1019989748846746,0,1.1538461538461537,214.69301887836983,0,1,20.28985507246377,0,1,2.9008438818565407,73.77315679893663,0,0,0,0,0,1,0.7731192387748962,2.3273123424109254,16.673194934064497,1.2540714814726635,44.641176470588334,0,0,2.913103299612556,0.9915966386554622,-11491502975.365362,-6571472.059715271,2.9102720920059184,6300539.830972552,0,0,,5.762589239347071,37.219632740789756,1,1,4.107518796992448,0.7036161732113551,1944.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1935.0333333333333,1937.0,1838.6666666666667,0.8251365178894465,0,0,0,none,1,2.3220338983050848,-0.5125576627370578,0,0.75,0,0,1,1.0,82.80254777070064,6.30258547284741,112.6291079812205,106.86617446322002,20.40109425297078,14.09850878012337,5.851784191383071,1900.0,1864.65,1832.7166666666667,4.630895878583097,0,0,19.571428571428573,1.0031485684996706,0,1.4657534246575343,213.91822366639593,0,1,47.88732394366197,0,1,5.3455723542116695,86.65973673257702,0,0,0,0,0,1,11.83480583521677,3.618943894171519,10.271384403984896,1.5275346804287209,48.82352941176464,0,0,2.969062456564596,0.7647058823529411,-12772619471.534084,-78995725.86809921,3.702655104001154,4521094.38827914,0,0,-6.242031362868389,6.010210128184412,46.00608924199508,1,1,3.620300751879633,0.6164616640426621,1919.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1905.4166666666665,1917.0,1787.2666666666667,2.3923026459654606,0,0,0,none,1,2.693877551020408,-0.10251153254741158,1,0.8,1,1,1,1.0,91.77215189873418,10.417778526965426,133.95061728395066,126.42563198118758,19.812299771639573,9.394521244674147,8.0092577582094,1887.8,1843.45,1841.2666666666667,5.834169627600416,0,0,19.5,0.9994874423372629,0,1.3389830508474576,235.2757311899982,0,1,55.55555555555556,0,1,5.802603036876364,93.04308122055778,0,0,0,0,0,0,5.313818565400851,3.992776852623451,8.201058201058203,1.7144666014963685,58.83235294117662,0,0,2.9568858370373876,0.18487394957983194,-13665098272.220589,-13096363.724237442,3.3694558027437127,2592416.180035889,0,0,-0.6842812996054218,6.416423589734754,55.26133462206029,1,1,5.605263157894772,0.8071100852380307,1929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1904.6,1911.0,1783.0,2.436207077601593,0,0,0,none,1,3.641025641025641,-0.9226037929267042,1,0.7,1,1,1,10.016742576463002,-35.119225630521896,-45.1359682069849,1831.6,1851.75,2002.3833333333334,0.93155123531794,0,0,51.285714285714285,2.7440189558969657,1,0.8037383177570093,92.4341364557533,0,0,6.172839506172839,0,1,2.8052805280528004,52.04616327381126,0,0,0,0,0,0,5.3599597476066165,2.9390229252642257,25.733625629783475,0.5392590881567378,-31.761764705882342,0,0,5.93215386147765,0.18487394957983194,-17949910130.890366,-79810761.81066132,2.651214529968547,5487751.2745381,0,0,,2.568216848947369,41.61029078154972,1,1,-3.490977443609012,0.2919023595637601,1869.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1891.2166666666667,1934.0,1818.2333333333333,-1.174728790108659,1,0,0,none,1,-0.896551724137931,-3.9058319957196366,1,0.4,1,0,1,-66.437316580756,69.99594425798477,136.43326083874078,1862.6,2096.3,1596.4333333333334,-13.466583981300396,0,0,124.5,6.863285556780594,0,0.01048951048951049,-97.36594543744114,0,0,-98.46938775510205,1,0,-14.915572232645403,42.17754620610778,0,0,0,0,0,0,1.0063292628408789,-3.45414978847964,-4.1409587090650195,0.2711627562414914,100.38529411764716,0,0,36.75026248088345,,-46400987831.17788,-1448242138.5509796,0.2971954897182681,-153764045.1552782,0,0,-22.818615127052603,2.6444727141864854,45.91381180706771,1,1,-17.451127819548823,0.16284375142895258,1814.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,500,in_cloud,below,-5.064,0,0,2205.25,2380.0,1292.6666666666667,-17.74175263575558,1,0,0,none,1,5.47457627118644,-1.7089305402425579,0,0.364,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.6128149995486697,47.135416666666664,75.53892157993924,51.334884555722226,8.257334920398247,27.242888402625823,9.07260435038212,11.783407307703769,0.22414623584741308,48.817836590590915 -165,2025-09-28 19:03:00,buy,1792.0,0.202,30,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30,0.3010443926611457,52.17391304347826,-0.10350600130340112,41.90476190476216,40.95238095238108,-0.32939341370411057,-0.22588741240070945,0.5026805410690347,1799.4,1799.8,1801.6666666666667,-0.10001111234581028,0,1,3.0,0.16685205784204674,0,0.4,-162.04559457794196,1,0,-60.0,0,0,-0.05558643690939391,27.86955162295068,1,0,0,0,1,0,-4.968944099378881,-0.17279037409214484,-0.9523809523806932,0.30218524508270167,-1.80294117647054,0,0,0.3699802970120023,0.46218487394957986,-8403277432.435036,-949321.6168346405,4.1968644638865875,-145399.89988305606,0,0,,-2.731440717091671,25.270250291258698,1,1,0.13834586466164378,0.13094464556454788,1794.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1803.8166666666666,1804.3333333333333,1796.0666666666666,-0.32246440418002287,1,0,0,none,1,-0.18487394957983194,-0.05561735261401557,0,0.417,-1,0,1,0.2645461068932611,31.034482758620683,0.152097611874076,31.818181818181984,47.64309764309788,-1.1127899627085753,-1.2648875745826513,0.613267890520147,1800.8,1800.6,1806.2333333333333,-0.14439631234032246,0,0,3.9285714285714284,0.21849674241220404,0,0.45454545454545453,-186.16567036720488,1,0,-54.54545454545454,0,0,0.0,31.836850625284,0,0,0,0,0,0,-16.024340770791078,-0.18915957997217148,-12.626262626262637,0.3160566526179689,-2.291176470588198,0,0,0.5725772513303461,0.4957983193277311,-9803169653.179068,-2320172.750152588,3.709632822624789,-174034.85000489652,0,0,,-2.680733814948655,30.316616897548233,1,1,-0.049624060150334326,0.01130935072487882,1793.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1802.8166666666666,1821.9333333333334,1797.1333333333334,-0.26717451395501524,1,0,0,none,1,-0.18181818181818182,-0.05561735261401557,0,0.429,0,0,1,0.21805830363150533,45.65217391304348,0.42494671224935043,74.44444444444447,69.25925925925922,-3.600768759544735,-4.0257154717940855,0.6890876547465843,1800.0,1801.5,1813.8166666666666,-0.19428254232584097,0,0,4.857142857142857,0.2701414269823613,1,0.25,-178.8898475697556,1,0,-60.0,0,0,-0.11111111111110628,30.241367182246464,1,0,1,0,1,0,0.971322849213692,-0.13407417185893333,7.7777777777777715,0.239866673176577,-7.923529411764548,0,0,0.8395656811205402,0.37815126050420167,-11724814077.220327,-2172620.6091766357,2.6156400514870923,-456156.46494597197,0,0,,-2.5823432163028515,42.04227423565503,1,1,-0.13383458646612306,0.0650889518879082,1796.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1798.75,1827.1666666666667,1796.0,-0.04169562195969201,1,0,0,none,1,-0.4936708860759494,-0.22246941045606228,0,0.4,-1,0,1,0.2617937370927203,50.0,0.31543193065288566,83.33333333333339,64.19753086419769,-5.89906889071699,-6.214500821369875,1.767009443234143,1799.8,1805.6,1822.9166666666667,-0.4209127159946813,0,0,5.357142857142857,0.2979501032893691,0,0.05,-95.75320512820761,0,0,-100.0,1,0,-0.3325942350332567,42.72104274146706,1,0,1,0,1,0,12.5,-0.033136595713285644,0.0,0.1477898187836724,-11.264705882352928,0,0,0.9212224177403838,0.05042016806722689,-11630745200.450922,-2712098.0416259766,2.0319208797938213,-371296.38009655476,0,0,,-2.5344619716059613,47.79168222502677,1,1,-1.05413533834586,0.6113078029288994,1798.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1799.6,1849.0,1797.0,-0.08890864636585949,1,0,0,none,1,-0.6779661016949152,-0.33370411568409347,0,0.4,0,0,1,0.16485064032440075,33.33333333333333,-0.5487618642533381,13.333333333333163,17.777777777777626,-11.137251457863158,-10.58848959360982,2.5665202620140626,1800.6,1813.6,1847.2833333333333,-0.8601676224084698,0,0,8.5,0.4727474972191324,1,0.037037037037037035,-96.51689906467142,0,0,-95.0,1,0,-1.2630422844590927,18.43110251168018,0,0,0,0,0,0,0.5747126436781542,0.14296058300887537,-1.666666666666666,0.047824848524335134,-23.67058823529419,0,0,1.189378040681593,0.0,-12969090078.114662,-35564924.42468643,1.645127369699472,-1160127.909815073,0,0,,-2.306285200185243,68.94786052664539,1,1,-1.7112781954887342,0.756931975461041,1799.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1798.3166666666666,1876.0,1797.0,-0.017609060324930148,1,0,0,none,1,-1.1020408163265305,-0.5005561735261401,0,0.222,0,0,0,0.058055288165051455,23.529411764705884,-3.481517526150112,4.802420117224478,8.637589435869929,-13.753310106056915,-10.271792579906803,3.622096012954776,1805.6,1827.25,1837.8833333333334,-1.60076617868381,0,0,13.285714285714286,0.7389162561576356,1,-0.023255813953488372,-122.20888355342156,1,0,-102.32558139534885,1,0,-2.123026673924877,17.23517605945078,0,0,1,0,0,0,-4.705882352941174,0.10017076626445132,0.10199918400652841,-0.021311703397306394,-43.450000000000045,0,0,2.281288295893875,0.04201680672268908,-13776221371.41518,-17244750.502653122,1.5343387757321334,-2510892.170414865,0,0,,-1.9320995012637843,43.42523100137318,1,1,-2.548120300751855,0.8300648531021396,1799.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1901.6666666666665,1911.0,1799.0,-5.451358457493416,0,0,0,none,1,-1.205128205128205,-0.7230255839822024,0,0.4,-1,0,0,3.2191988754016343,-24.178241891965172,-27.397440767366806,1828.2,1838.75,1966.7333333333333,-1.9442556084296347,0,0,42.214285714285715,2.341335868790112,1,0.273972602739726,-86.41975308641975,0,0,-72.6027397260274,0,0,-0.6063947078280063,63.227858569685374,1,0,1,0,1,0,5.0662866951645285,-2.6331880692672485,-16.438356164383556,0.21095147036051362,-32.03235294117667,0,0,6.744259109100185,0.33613445378151263,-18057843644.932613,-100339883.21411514,0.600292658669144,12922653.245522618,1,0,-4.399226880709393,-1.0594994121878365,42.270332720675455,1,1,0.3000000000000088,0.00245269294210404,1804.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1888.2166666666667,1890.0,1797.2666666666667,-4.513076712594777,1,0,0,none,1,-2.896551724137931,-0.7210205213533,0,0.429,0,0,0,-64.70413356954103,55.5530938768145,120.25722744635553,1858.2,2114.15,1602.25,-12.967386420074266,0,0,124.07142857142857,6.7430124223602474,0,0.055944055944055944,-109.95777255424038,1,0,-89.43894389438944,1,0,-12.129894937917863,29.66082052739563,0,0,0,0,0,0,1.7101030503656318,1.733183011214976,-4.957014219940514,0.3396413355936472,68.83823529411757,0,0,35.24116250510237,,-46443272009.44565,-1560089413.6661987,0.13768828528234184,-73629903.74088252,0,0,-26.096453779807874,4.107451590068578,47.96647685247054,1,1,-30.796240601503772,0.6804835796205202,1810.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,500,in_cloud,above,3.877,0,0,2205.25,2380.0,1292.6666666666667,-16.562747987756488,1,0,0,none,1,6.288135593220339,-1.0869565217391304,0,0.364,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.25060808583381866,46.48318042813456,51.598173515981735,66.0578386605784,7.795984945743238,28.952991452991455,4.115590130441606,8.80058584675695,0.1896831502996546,41.78756787649818 -166,2025-09-30 02:00:00,buy,1795.0,0.202,30,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30,0.0,14.0,-1.9741943229609618,7.823507601038455,15.813314089318617,-10.055460142446236,-8.081265819485274,2.319852872958328,1809.0,1824.15,1846.55,-1.3239042841871607,0,0,7.928571428571429,0.4404761904761905,0,0.0,-183.27330932372948,1,0,-100.0,1,0,-1.3157894736842146,6.24366979349557,0,0,0,0,0,0,-2.666666666666657,-0.38229138793827744,-8.695652173913047,-0.22039694875404126,-25.905882352941262,0,0,0.6702229677281946,0.42016806722689076,-8453980626.165437,-2230426.424771309,1.3130871277879055,-566289.7481127866,0,0,,-2.629901025955872,50.892912827533515,1,1,-1.5541353383458898,0.7553073627144692,1800.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1865.0833333333335,1871.0,1823.6666666666667,-3.489567043474384,0,0,0,none,1,-0.3697478991596639,-0.33333333333333337,0,0.412,0,0,0,0.0,20.77922077922078,-3.1903622188921528,14.89262371615329,22.93637261667975,-10.78877958462067,-7.598417365728517,3.0748805910526413,1816.8,1833.2,1843.4333333333334,-1.7564913811913607,0,0,9.714285714285714,0.539382882525581,0,-0.020833333333333332,-183.1238779174152,1,0,-102.94117647058823,1,0,-1.9597169297768113,9.03345182910823,0,0,1,0,1,0,-1.7559904883848674,-0.6176652659339279,-7.924836601307193,-0.2632801522767432,-32.452941176470404,0,0,0.906966080738198,0.6974789915966386,-9862177375.589989,-10671547.462755203,1.6899141194983716,-749313.0090602636,0,0,,-2.5253911884027813,71.87761314742413,1,1,-2.242105263157889,0.8859797909913122,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1863.4166666666665,1869.0,1802.0,-3.3495818612763184,0,0,0,none,1,-0.696969696969697,-0.3331482509716824,0,0.31,-1,0,0,0.0,18.888888888888886,-4.38186659558146,12.474747474747511,13.458735425523122,-8.219817194013558,-3.8379505984320974,3.917279462829652,1823.6,1846.5,1853.25,-2.085025724343348,0,0,13.5,0.7466814159292036,0,0.09090909090909091,-176.0180676123921,1,0,-90.9090909090909,1,0,-3.367183324425438,11.362147093125415,0,0,0,0,0,0,-7.426900584795334,-0.8638947803119539,-3.352675693101226,-0.08002574557319046,-24.855882352941308,0,0,1.6108149646101722,0.9663865546218487,-11804871327.756294,-17367194.749559402,1.5874920406478967,-699488.8726417124,0,0,,-2.048026433712813,38.38280199881675,1,1,-2.0120300751879614,0.433300537679301,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1871.0166666666667,1879.4333333333334,1825.5666666666666,-3.368044111490187,0,0,0,none,1,-1.2278481012658229,-0.33185840707964603,0,0.25,-1,-1,0,0.10872737306509749,44.73684210526316,-2.700000099875499,23.482499655505066,27.234305064331394,-7.468360371650988,-4.768360271775489,3.3879150383110894,1831.0,1844.45,1866.05,-1.3255984168722423,0,0,15.5,0.8516483516483516,0,0.3050847457627119,-176.64109121909598,1,0,-69.49152542372882,0,0,-2.3605150214592308,48.01853966129347,0,0,0,0,0,0,-3.596491228070178,-0.7689676600688307,3.6880100439422456,0.10099515545349394,-25.15000000000009,0,0,2.0554643257490097,0.9663865546218487,-11730449691.540314,-21071663.248832703,1.8792667115733628,-353038.19134798646,0,0,,-1.349633381146531,16.06068279672297,0,1,-0.28646616541354736,0.011768900788506564,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1864.2833333333333,1903.0,1805.3666666666666,-2.3753542469402866,1,0,0,none,1,-1.3389830508474576,-0.32967032967032966,0,0.182,0,0,1,0.023588698402019184,37.2093023255814,-2.5441606362476135,40.27150031387303,63.65751950497698,-8.739895071054661,-6.195734434807048,3.741691405570239,1846.6,1854.05,1854.5,-1.7825840727056952,0,0,23.214285714285715,1.2748097591590177,0,0.2714285714285714,-191.58113937230564,1,0,-67.79661016949152,0,0,-1.5675675675675627,34.482374908937174,1,0,1,0,1,0,-1.3449145418884783,-1.2123887942777314,-24.186171643798765,0.16399498396473447,-31.655882352941262,0,0,2.246206340140606,0.6050420168067226,-13090343028.98043,-45688518.87349129,1.512001273257158,1357365.4312151074,1,0,,-1.065580071730765,40.37019991762205,1,1,-2.0954887218045317,0.510951720283571,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1899.35,1901.0,1831.7,-4.125095427383052,0,0,0,none,1,0.04081632653061224,-0.3294892915980231,0,0.471,-1,0,0,0.12595908085538954,30.409356725146196,-5.776142260706545,42.50319119015172,31.636990401188545,-1.2394355796764103,4.536706681030135,5.852305161463322,1844.0,1873.0,1851.6,-2.1890016017084846,0,0,25.571428571428573,1.395820336868372,0,0.3191489361702128,-166.54456654456624,1,0,-67.74193548387096,0,0,-2.293333333333336,20.01766359358008,0,0,0,0,0,0,-4.9647929347177495,-0.8346800540636661,10.752688172043005,0.2520825076464426,-14.34705882352955,0,0,3.6332359595111865,0.6386554621848739,-13864408216.251455,-46334948.729068756,1.0760113944767242,-842648.3295871615,0,0,,-0.08951276160366062,30.22837519592795,1,1,-3.0872180451128233,0.4442149317785634,1802.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1894.2833333333333,1896.0,1796.4333333333334,-3.2879629059362814,1,0,0,none,1,0.10256410256410256,-0.32751091703056767,0,0.417,-1,-1,0,8.04997962569444,-4.939664847663835,-12.989644473358275,1881.8,1849.3,1922.7166666666667,1.065267939220238,0,0,49.5,2.648475120385233,0,0.7926829268292683,-39.414114513981254,0,0,-20.73170731707317,0,0,1.4657980456026065,38.65415584922932,0,1,0,1,0,1,-5.730788011963625,-0.5592564127552855,-14.634146341463406,0.5540875406102167,13.573529411764639,0,0,5.90109681406481,0.11764705882352941,-18105937014.586086,-58130100.331970215,0.9769674053668738,2703054.583105564,0,0,,2.54500297040976,25.440095732393257,1,1,1.8285714285714216,0.07567137635677879,1819.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1885.2666666666667,1887.0,1786.4666666666667,-0.8628310760635083,1,0,0,none,1,-0.7586206896551724,-1.3911182450508293,0,0.444,0,0,0,-56.225629542743945,34.15003546764751,90.37566501039146,1828.2,2066.2,1614.9,-9.544090601103472,0,0,107.14285714285714,5.732630130703967,0,0.16993464052287582,-85.76432187855629,0,0,-75.625,0,0,-12.663551401869155,39.45044716421948,0,0,0,0,0,0,7.787128483331017,7.074990658368449,7.614795918367347,0.4154459213504848,33.90882352941162,0,0,16.727761773287384,,-46739159793.296135,-1503390609.9727554,0.40380883936906936,-96413479.37992597,0,0,-47.38336476996437,5.711727488633178,52.04874773286648,1,1,-31.80751879699248,0.8105923673290895,1791.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,500,in_cloud,above,1.194,0,0,2205.25,2380.0,1292.6666666666667,-15.24770434191135,1,0,0,none,1,8.40677966101695,-0.4815409309791332,0,0.364,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.6252351094459141,40.98837209302325,71.54471544715447,91.0569105691057,8.506144514372872,36.37362637362638,11.75536303630362,6.670506761560496,0.26412367127751085,40.462265343853915 -167,2025-10-01 03:45:00,buy,1758.0,0.206,30,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#30,0.21492552115151056,47.72727272727273,0.14754943197844916,18.518518518518785,36.88271604938294,-2.1455292480104617,-2.293078679988911,0.6962003564358639,1763.0,1763.5,1774.8,-0.19846895378509144,0,1,5.357142857142857,0.30438311688311687,0,0.1111111111111111,-113.16113161132051,1,0,-88.88888888888889,1,0,-0.4524886877828038,58.0339071699842,0,0,0,0,0,0,1.215644820295978,-0.18729584593212367,-4.629629629629626,0.3017226630517762,-3.5647058823528823,0,0,0.6669504102697974,0.6218487394957983,,,0.16202493191641393,-70296.3895742204,0,0,,-4.783152192112993,13.466333926149831,0,1,-0.0315789473684162,0.0037047927080271492,1759.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1776.1,1793.2,1761.5333333333333,-0.9064804909633462,0,0,0,none,1,-0.2184873949579832,0.0,0,0.469,0,0,0,0.09787796957694342,44.680851063829785,0.49788281175522986,65.87301587301606,84.92063492063518,-4.322618641894451,-4.820501453649681,0.67637551173417,1763.8,1764.8,1779.3666666666666,-0.27198549410697437,0,0,5.357142857142857,0.30438311688311687,1,0.14285714285714285,-156.55233069481216,1,0,-85.71428571428571,1,0,-0.11350737797957144,49.46198427133219,1,0,1,0,1,0,1.8237082066869306,-0.23281434310494742,-28.57142857142857,0.17801417770767827,-10.144117647058692,0,0,0.7701063267681628,0.8319327731092437,-9912356275.235165,-200343.25180625916,0.2365188591828081,194032.031916067,1,0,,-4.734069335317503,46.81436244999885,1,1,-0.21954887218041258,0.1894452443164668,1759.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1786.7666666666667,1793.0,1761.2666666666667,-1.4980504822491247,0,0,0,none,1,-0.3434343434343434,-0.056818181818181816,0,0.407,0,0,0,0.19106462354591694,21.05263157894737,-0.9216290818972572,11.82795698924735,8.651588184402385,-6.600345448812732,-5.6787163669154745,2.8077398291075495,1763.6,1775.4,1784.1,-0.867410161090465,0,0,9.142857142857142,0.5194805194805194,0,0.0,-81.40655105973087,0,0,-100.0,1,0,-0.6211180124223614,26.58630737893037,0,0,1,0,0,0,-8.114035087719301,-0.053140639110198507,-1.1494252873563227,0.16699061307289012,-16.673529411764548,0,0,0.9949962021751603,0.6722689075630253,-11868964895.70483,-1968903.2133922577,0.6553518408396783,177895.87099134922,1,0,,-4.638481783285586,38.35139735344893,1,1,-1.8195488721804443,0.7461210977830894,1760.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1788.7,1802.0,1761.4,-1.6045172471627511,0,0,0,none,1,-0.5316455696202531,-0.22727272727272727,0,0.333,-1,-1,0,0.2900345026518336,36.36363636363636,-1.5444915660873244,18.27160493827166,10.205761316872607,-6.425640228436578,-4.881148662349253,2.5411698401289726,1765.8,1780.5,1789.75,-0.5335579893288367,0,0,11.071428571428571,0.6251512462692587,0,0.4,-102.1452684307955,1,0,-60.0,0,0,-1.171875,34.531349857953714,0,0,0,0,0,0,-0.8158508158508226,0.6532767573419225,9.62962962962963,0.35265985688096413,-19.288235294117612,0,0,1.267729483498389,0.42857142857142855,-11801189859.742783,-8524060.135305405,0.8312334155116766,-1054026.6450319886,0,0,-4.995855153593721,-3.995780808128113,41.51985748725726,1,1,-1.4601503759398688,0.5832192575226645,1759.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1802.2666666666667,1803.0,1760.4666666666667,-1.734852408078713,1,0,0,none,1,-0.576271186440678,-0.16939582156973462,0,0.4,0,0,0,0.14980700300223113,40.0,-0.9883886013382437,15.608465608465428,26.677805625173885,-9.363745009422018,-8.375356408083775,2.1126275509659598,1772.4,1784.2,1810.2833333333333,-0.7398273736128225,0,0,10.857142857142858,0.6130515447285634,0,0.35714285714285715,-162.35632183907617,1,0,-64.28571428571429,0,0,-1.1166945840312636,39.88497061013579,0,0,0,0,1,0,5.060240963855421,0.21041326391097215,3.5714285714285694,0.1964344903244414,-24.997058823529414,0,0,1.4430961219636493,0.4117647058823529,-13168636160.203568,-15448687.175519943,0.7989828042603462,-122115.11957812309,0,0,-3.2865346512015328,-3.772986920098731,45.61297508522838,1,1,-1.0255639097744271,0.41455345333461857,1761.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1805.1666666666667,1867.0,1761.0,-1.8927153540762687,1,0,0,none,1,-0.9183673469387755,-0.282326369282891,0,0.333,0,0,0,0.0,19.40298507462687,-1.1582416498472607,32.328613827665116,40.916472047876276,-16.087926324780256,-14.929684674932995,3.6768990601849856,1781.0,1795.65,1830.0333333333333,-1.8739732130426345,0,0,11.357142857142858,0.6445597535268365,1,0.016129032258064516,-187.96404845642675,1,0,-97.05882352941177,1,0,-1.838440111420614,15.930546236137374,0,0,1,0,1,0,-5.597014925373131,-0.9480991626609168,-13.602941176470587,-0.2631736273334603,-37.055882352941126,0,0,1.7199840530272599,0.07563025210084033,-14021692887.87768,-18768067.472236633,1.004522504253925,-1342973.2448010445,0,0,-9.609014084804974,-3.899421062807007,69.24023181663372,1,1,-2.417293233082706,0.7506541754992124,1761.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1785.5666666666666,1895.0,1783.3333333333333,-1.3198424403083941,0,0,0,none,1,-3.6666666666666665,-0.28376844494892167,0,0.231,-1,0,0,-4.657172489713792,-18.75651670662228,-14.099344216908486,1803.2,1836.65,1892.0166666666667,-2.431056543162824,0,0,44.214285714285715,2.467315051020408,1,0.248,-148.33935639304744,1,0,-75.2,0,0,-6.471816283924847,32.14541567220634,0,0,0,0,0,0,2.7501332859427734,-0.473562081048426,7.87906976744186,0.2647752559024726,-37.08235294117662,0,0,5.411709111268932,0.058823529411764705,-18251547105.187332,-181232571.23400116,0.9764389754502478,-10638552.12754637,0,0,,-1.6737930094349318,17.344064321621154,0,1,-1.9451127819548726,0.0954385438229105,1761.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1883.9166666666665,1886.0,1786.0,-4.879019772636783,1,0,0,none,1,-3.0344827586206895,-0.27901785714285715,0,0.444,0,0,0,-54.58161985501084,22.14864019162792,76.73026004663876,1824.8,2025.7,1621.8833333333334,-11.536752727452237,0,0,110.92857142857143,6.190210459183674,0,0.002369668246445498,-82.81498779322807,0,0,-99.6875,1,0,-16.22253389434315,39.884169732322206,0,0,0,0,0,0,-3.8633383077827546,1.644009687733103,-3.416185368536853,0.26910154718942814,21.738235294117658,0,0,16.654575054615783,,-46732672278.16141,-1400048428.8269882,0.6483046749487419,-103194911.6448803,0,0,-5.153112513183161,1.3434435195851968,54.40251739496408,1,1,-27.264661654135377,0.8445846771470911,1791.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,19,impulse_late,unknown,none,above_cloud,above,4.944,0,0,2205.25,2380.0,1292.6666666666667,-18.739371953293283,1,0,0,none,1,7.9491525423728815,-5.412946428571429,0,0.4,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.20032910552991856,48.33836858006042,12.307070707070709,11.605897020074673,8.11242128623052,32.510288065843625,8.339177667766767,8.078369274002215,0.16712116313947595,34.65751333505809 -168,2025-10-03 00:03:00,buy,1849.0,0.196,30,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#30,0.15835157797048577,33.33333333333333,-1.607462587562205,18.41025641025666,18.13675213675235,-7.552735985384743,-5.945273397822538,2.2701947424496107,1855.2,1869.5,1883.1666666666667,-0.77560845145761,0,0,7.142857142857143,0.38505968425105896,0,0.15151515151515152,-113.65807067812892,1,0,-80.76923076923077,1,0,-1.2772751463544396,23.47880081994289,0,0,0,0,0,0,1.129943502824844,0.2610956523900638,3.7435897435897427,0.07590257292928335,-20.105882352941308,0,0,0.8330007596875495,1.0,,,1.4351941108792998,-287395.0430113841,0,0,,0.35026447449344467,29.832952075869372,1,1,-1.5518796992480883,0.7487329825264435,1850.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1880.45,1913.0,1856.3,-1.3533994522587744,0,0,0,none,1,-0.2184873949579832,0.0,0,0.4,0,0,0,0.015070779279289452,28.070175438596493,-2.042977387183809,13.378033205619625,15.570455512984546,-8.252559402224733,-6.209582015040924,2.1724279575079204,1859.8,1874.75,1889.7166666666667,-1.053473796506199,0,0,9.642857142857142,0.5198305737389295,0,0.19444444444444445,-171.98248905565794,1,0,-80.55555555555556,1,0,-1.3297872340425565,14.687448633435721,0,0,0,0,0,0,-1.020733652312586,-0.1228195696894474,5.332056194125162,0.032288414856280936,-26.09117647058838,0,0,0.9837233129880241,0.8739495798319328,-10040298801.205126,-14080465.685789108,1.7453825927255455,-1169828.8730178177,0,0,,0.4013380607203798,28.24261530166583,1,1,-1.3240601503759535,0.5918695075040065,1848.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1881.0666666666666,1903.4666666666667,1858.6666666666667,-1.385738588035157,0,0,0,none,1,-0.37373737373737376,-0.1078167115902965,0,0.4,0,0,0,0.011881629387229527,26.26262626262627,-3.2536710088202474,14.777265745007726,20.089605734766995,-7.770475852880054,-4.5168048440598065,3.2498081314409273,1867.4,1884.9,1888.7333333333333,-1.5862910499230831,0,0,12.285714285714286,0.6623026569118214,0,0.0,-164.53141864939732,1,0,-100.0,1,0,-0.85515766969535,18.44559665319734,0,0,0,0,0,0,-0.5414974487139403,-0.5433052159322576,-9.523809523809527,-0.005745794040193252,-24.788235294117612,0,0,1.426980514018251,0.9243697478991597,-12001235009.604822,-12339181.022813797,1.513242481798327,-1138420.8700449169,0,0,-8.801593966639595,0.5009947287844874,57.82208776157129,1,1,-2.345864661654133,0.8213000745501247,1855.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1897.3666666666668,1908.7333333333333,1855.0,-2.23291930921804,1,0,0,none,1,-0.4177215189873418,-0.5390835579514826,0,0.5,0,0,0,0.0,25.742574257425744,-4.4248759569119125,18.11594202898557,23.033126293996048,-6.8620433828516525,-2.43716742593974,3.285420310673438,1869.8,1889.15,1890.1166666666666,-1.8076912897334818,0,0,14.214285714285714,0.7662687716596072,0,0.0,-166.75200546168384,1,0,-100.0,1,0,-2.573529411764708,7.579973550362666,0,0,0,0,0,0,-0.2574257425742559,-0.6213907342352964,0.0,0.017582239359146504,-23.28235294117667,0,0,1.5598173348725668,0.8235294117647058,-11935213046.5103,-32711596.493125916,1.27696124646634,-1359798.6191794574,0,0,-5.310264210352952,0.5495723477642267,30.92150489493366,1,1,-2.0338345864661544,0.6013184418566817,1855.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1909.0833333333335,1910.0,1862.3333333333333,-2.832947749792669,0,0,0,none,1,-0.3559322033898305,-0.7008086253369272,0,0.5,0,0,0,0.0,35.78947368421052,-4.41103164550263,33.237685318029456,34.57675753228104,-0.6215776576425469,3.789453987860084,2.4026454846217207,1878.0,1888.55,1875.4,-1.7764951947261132,0,0,14.5,0.7816711590296497,0,0.0,-243.72469635627482,1,0,-100.0,1,0,-1.591511936339518,41.36638072066068,1,0,0,0,1,0,-7.248500999333785,-1.7861694355658422,0.0,-0.024606636733210507,-16.252941176470586,0,0,1.5390675787157657,0.3865546218487395,-13307840120.929811,-24257114.759487152,1.1387774583715058,-187344.81438863277,0,0,-4.7358916082856926,0.7806634334322826,36.51032534771143,1,1,-0.6383458646616188,0.11083164054433337,1855.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1900.1666666666667,1905.0,1852.8,-2.376984475046051,1,0,0,none,1,-0.08163265306122448,-0.9703504043126685,0,0.462,-1,-1,0,0.12353875598681378,47.13375796178344,-4.970833175706819,52.05415499533152,80.45440398381581,10.463787622501286,15.434620798208105,3.8943121058466152,1886.6,1882.6,1830.7666666666667,-1.4660575799426256,0,0,21.5,1.1590296495956873,0,0.045454545454545456,-97.6610904584895,0,0,-100.0,1,0,-2.110817941952503,40.63634801359218,0,0,0,0,0,0,-7.681056853031379,-2.4313992730202827,-36.27450980392157,0.23529748006454917,13.65882352941162,0,0,2.6185591063654594,0.4117647058823529,-14199713102.54619,-69887413.418993,0.9083772240115735,-5995303.612280488,0,0,-4.906359327868669,1.1584026692583071,17.891452220975143,0,1,1.1172932330827015,0.1300602983299578,1855.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1849.4666666666667,1897.0,1801.9333333333334,0.29918535073174546,1,0,0,none,1,1.9743589743589745,-1.4555256064690028,0,0.636,-1,-1,0,10.014899561064764,9.29178631311811,-0.7231132479466545,1885.2,1832.9,1854.1166666666666,1.2057395384363456,0,0,35.07142857142857,1.8906430496726991,0,0.7899159663865546,76.27449215350947,0,0,-21.008403361344538,0,0,4.330708661417315,71.25230122751834,0,0,0,0,0,0,-8.33986928104575,-3.544934096781949,-18.302236148696764,0.5400224243787842,45.93235294117653,0,0,6.103691203457685,0.3865546218487395,-18492491563.88227,-241374504.9206848,1.0370504499136646,-6810936.108000696,0,1,-5.176996334324265,1.7644036911766303,22.640610589242815,0,1,3.7789473684210604,0.23443620085124617,1855.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1800.5833333333335,1886.0,1798.5,3.0221687416114973,1,0,0,none,1,0.5517241379310345,-3.3423180592991915,0,0.444,-1,-1,0,-41.02961900520492,13.56908994780747,54.59870895301239,1835.6,1987.05,1639.05,-6.645529805490547,0,0,104.35714285714286,5.625721986907971,0,0.15647921760391198,-47.06779208123088,0,0,-78.15699658703072,0,0,-0.3759398496240629,28.82218651739508,0,0,0,0,0,0,-12.617379521549708,6.466966364095683,-0.8439988623435735,0.4230440550386393,3.2941176470587834,0,0,13.719330128193366,,-46740898315.99837,-527495954.6690674,0.8731016058684326,37964408.97824001,1,0,-5.470379376790102,4.827422661308489,57.05181410018315,1,1,-24.78872180451123,0.782982058896756,1855.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,2.995,0,0,2205.25,2380.0,1331.5,-15.882552998526245,1,0,0,none,1,8.033898305084746,-1.6172506738544474,1,0.4,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.619657452996405,58.0,100.56022408963588,112.11514798495794,10.076593711823184,25.27206771463119,13.843501137656418,12.290059601807721,0.300810627304704,33.362873307786074 -169,2025-10-03 23:18:00,buy,1871.0,0.194,30,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#30,0.21277330882970455,23.25581395348837,-1.8172518913908096,14.523809523809817,13.306878306878465,-1.9959766102888352,-0.1787247188980257,1.8165357570516707,1877.6,1887.85,1885.35,-0.5217575548904785,0,0,6.0,0.3194888178913738,0,0.14285714285714285,-96.1240310077513,0,0,-85.0,1,0,-0.6349206349206327,12.447361289855081,0,0,0,0,0,0,-5.00505561172902,0.09778040296967538,0.23809523809553212,0.22558954060641176,-6.288235294117612,0,0,0.8422303300810582,0.7394957983193278,-8640482805.602734,-2601623.767080307,0.9540568160501681,-297562.3468708731,0,0,,1.572309798020055,33.153685995208335,1,1,-0.6233082706767022,0.18499966216425268,1877.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1898.0666666666666,1940.0,1876.5333333333333,-1.057216114642967,1,0,0,none,1,-0.11764705882352941,-0.1597444089456869,0,0.447,0,0,0,0.27806766736323946,54.83870967741936,-0.7466295392026281,30.365769496204503,42.28203358638172,-1.3851761121568416,-0.6385465729542135,1.7089901181861666,1882.6,1885.15,1891.1,-0.379280163382234,0,1,8.571428571428571,0.4564125969876769,0,0.2608695652173913,-84.58630088806815,0,0,-80.95238095238095,1,0,-0.3713527851458842,52.761029845815216,1,0,0,0,0,0,8.263367211665937,-0.42827233743871007,-9.592822636300898,0.26911208288591554,-5.97352941176473,0,0,1.0695168967585078,0.7142857142857143,,,0.7990259383745417,-112654.98869243264,0,0,,1.6237848579085057,12.530211249846008,0,1,0.23383458646611988,0.029500854484997285,1874.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1898.25,1935.0,1878.3,-1.0667720268668468,0,0,0,none,1,-0.20202020202020202,0.0,0,0.455,0,0,0,0.2458656538859077,47.19101123595505,0.5309638268642813,58.33333333333339,88.88888888888887,-3.004274985874872,-3.5352388127391534,1.4077516676769908,1891.0,1886.75,1898.95,-0.3577580495561117,0,0,11.0,0.5851063829787234,1,0.3,-142.9582448690746,1,0,-70.0,0,0,-0.2123142250530785,29.706978208570362,1,0,1,0,1,0,-2.2342761203667934,-0.6371300402433278,-33.333333333333336,0.29644929318549307,-7.367647058823422,0,0,1.2524125269527437,0.5294117647058824,,,0.7814110792347604,582138.291105926,1,0,,1.8325974572494186,62.02463108424933,1,1,-0.06390977443605078,0.003242214758019446,1874.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1923.1666666666665,1924.0,1875.6666666666667,-2.2445619204436995,1,0,0,none,1,-0.21518987341772153,0.0,0,0.391,0,0,0,0.14485771163332523,38.372093023255815,-0.5859765690975829,45.12077294685995,58.0354267310791,-5.253704065656393,-4.66772749655881,1.928356535938843,1884.6,1890.95,1898.6166666666666,-0.6848409529601529,0,0,10.357142857142858,0.5514985546934429,1,0.14814814814814814,-109.03284671533,1,0,-73.33333333333333,0,0,-0.4769475357710662,21.893024206247375,0,0,1,0,1,0,-0.9136212624584701,-0.3318922644782374,-25.893719806763293,0.20599537799606313,-12.017647058823513,0,0,1.3637159901633886,0.42857142857142855,-12043318413.720816,-20844436.662893295,1.2535704170350825,-807758.2153372765,0,0,-5.196833145474789,1.7730467757046897,55.78931000585583,1,1,-1.2022556390977635,0.6087611282552623,1877.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1914.3166666666666,1915.0,1875.3666666666666,-1.8971086288405714,1,0,0,none,1,-0.5254237288135594,-0.6389776357827476,0,0.4,0,0,0,0.15104575112823093,43.10344827586207,-2.0312388453223065,21.79867046533694,15.009813232035297,-3.794011651162691,-1.7627728058403846,2.571525664515865,1887.0,1900.05,1897.65,-0.8973448067156053,0,0,15.0,0.7966011683483802,0,0.037037037037037035,-128.06702573309468,1,0,-96.29629629629629,1,0,-2.0291363163371434,50.38162893426772,0,0,0,0,0,0,-1.5394088669950676,-0.23701469624389282,1.2345679012345663,0.28113028458402595,-14.535294117647027,0,0,2.0534062009465464,0.7394957983193278,-13390199690.391787,-38704099.16406059,1.144155622429463,-2168135.3895428777,0,0,,2.277364225322409,30.988028328594492,1,1,-1.3421052631578716,0.4225220717714331,1882.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1913.0166666666667,1914.0,1876.6333333333334,-1.5690750211271864,1,0,0,none,1,0.08163265306122448,-0.6372809346787042,0,0.462,0,-1,0,0.13088608485253417,38.56209150326797,-3.9143837676495075,25.888888888888943,37.370370370370416,1.5256334738421629,5.44001724149167,2.8120623868417645,1891.2,1902.75,1874.65,-1.0379713572460925,0,0,19.071428571428573,1.012821485471512,1,0.1891891891891892,-142.4830313719204,1,0,-65.0,0,0,-0.5282620179609121,44.94872872111517,0,0,0,0,0,0,-2.46354952237305,-0.4455524339509198,-7.873563218390807,0.32867744328735893,-7.94705882352946,0,0,2.15541130728136,0.2184873949579832,-14262889826.323324,-35764543.2992363,1.0945634962241289,2316810.3659288883,1,0,-2.6088445698361418,2.6582687196798904,29.789838106761245,1,1,-1.2624060150375578,0.31172581796427856,1876.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1883.0333333333333,1913.0,1862.7333333333333,-0.001770193482142357,1,0,0,none,1,0.46153846153846156,-0.3186404673393521,0,0.636,0,0,0,6.3722653439401515,16.852686272549136,10.480420928608984,1902.6,1850.0,1852.0166666666667,2.5945945945945903,0,0,37.92857142857143,1.998344121631793,0,0.9448275862068966,52.524659177129706,0,0,-15.09433962264151,0,1,1.2266666666666648,72.81402507385275,0,0,0,1,0,1,-0.9260506969710605,-1.3672996806831694,-6.799123308557284,0.6842522323091864,53.5411764705882,0,0,5.69347907296581,0.10084033613445378,-18554357982.958195,-245093955.30550385,1.2156327164606764,3087617.731707096,0,0,-4.191496961586251,4.095419794156219,17.764496521190797,0,1,7.951879699248143,0.7427672551689405,1876.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1893.9166666666665,1906.0,1799.6666666666667,0.2156025872310563,1,0,0,none,1,3.0689655172413794,-0.31612223393045313,0,0.5,0,0,0,-41.02961900520492,13.56908994780747,54.59870895301239,1835.6,1987.05,1639.05,-6.645529805490547,0,0,104.35714285714286,5.625721986907971,0,0.15647921760391198,-47.06779208123088,0,0,-78.15699658703072,0,0,-0.3759398496240629,28.82218651739508,0,0,0,0,0,0,-12.617379521549708,6.466966364095683,-0.8439988623435735,0.4230440550386393,3.2941176470587834,0,0,13.719330128193366,,-46740898315.99837,-527495954.6690674,0.8731016058684326,37964408.97824001,1,0,-5.470379376790102,4.827422661308489,57.05181410018315,1,1,-24.78872180451123,0.782982058896756,1855.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,2.995,0,0,2205.25,2380.0,1331.5,-15.882552998526245,1,0,0,none,1,8.033898305084746,-1.6172506738544474,1,0.4,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.7198385229862241,65.4696132596685,89.91804840861444,95.34653628017325,11.802274502895843,25.27206771463119,13.843501137656418,12.290059601807721,0.300810627304704,33.362873307786074 -170,2025-10-04 01:45:00,sell,1964.0,0.65,30,고점 매도 · 비중 65% · 분할 · leg#30,0.9848231561152283,76.27118644067797,1.7018008686597028,103.57142857142885,104.6560846560849,12.582503752512366,10.880702883852663,2.6475295674602233,1941.4,1924.3,1897.0833333333333,1.2835836408044532,0,0,9.714285714285714,0.4984241002712013,0,1.0,211.9864464210094,0,1,-0.0,0,1,1.1416709911779899,80.32622177900372,0,1,0,1,0,1,0.0,0.21984201349968302,0.0,1.1190902391091595,36.60588235294131,0,0,0.7305816002844288,0.5210084033613446,-8642426635.149126,1626183.621980667,4.794299517175845,1550058.0671800133,0,0,,5.405852727813665,48.378782379797336,1,1,1.9593984962406439,0.8283356825000017,1948.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1885.3,1949.0,1871.0,3.3787726091338177,1,0,0,none,1,0.42857142857142855,-1.3853258081067215,1,0.55,0,0,1,0.9240359007668923,89.28571428571428,3.5457579763389226,103.77260981912168,102.97895902547096,14.140353922966824,10.594595946627901,4.824183927691977,1933.6,1908.95,1892.6166666666666,2.045627177244036,0,0,12.571428571428571,0.6453505426811381,0,1.0273972602739727,162.6943005181344,0,1,4.651162790697675,0,1,2.2035676810073346,84.65904918395358,0,0,0,0,0,1,9.05315614617939,0.3354633056269112,1.4210854715202004e-14,1.1463064714056574,40.55294117647054,0,0,1.1493500366994158,0.7226890756302521,-10112971178.65702,-2309365.7146396637,3.9797229748076064,3009773.612854138,0,0,-0.9008241189506132,5.40508721687738,41.78269006541598,1,1,3.7962406015037877,0.9516092720643282,1948.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1944.75,1946.0,1871.0,0.16711659596349016,0,0,0,none,1,0.3838383838383838,-1.5400410677618068,1,0.542,1,0,1,1.0,79.36507936507937,6.770083938496697,104.21436922330317,106.62242503120007,11.009076320395025,4.238992381898328,4.537261357134305,1928.6,1897.25,1896.95,2.674924232441689,0,0,13.714285714285714,0.7040187738339688,0,1.0273972602739727,191.90662400758404,0,1,2.73972602739726,0,1,3.837953091684443,85.32694239379416,0,0,0,0,0,0,7.435254803675861,1.0402025621388802,-4.159221758983534,1.294828588743782,39.84705882352955,0,0,1.7724647228825137,0.9915966386554622,-12109748603.79197,-5721077.358394623,4.1820398865210375,3528126.9037724733,0,0,,5.508290212588407,29.8060026456235,1,1,2.486466165413496,0.4672146145641921,1948.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1898.55,1946.0,1882.7333333333333,2.6046193147402086,0,0,0,none,1,0.5189873417721519,-0.5646817248459959,1,0.5,1,1,1,1.0,68.90756302521008,6.219026073860585,112.81349749202012,107.2354539112407,5.148766045769662,-1.0702600280909231,3.579707288124295,1913.0,1890.85,1898.0,2.0704973953513006,0,0,17.642857142857142,0.9141376757957068,0,1.0566037735849056,259.61538461538385,0,1,5.88235294117647,0,1,2.4960169941582677,78.09632335033477,0,0,0,0,0,0,-0.5139245780957111,0.8774970761544774,-4.449472096530911,0.9566502560380211,25.394117647058692,0,0,1.6985161365245012,0.7226890756302521,-12043911932.578962,-711615.2410430908,3.718426890777618,2489225.439682603,0,0,-2.3201747790775475,4.584645831216139,38.60338565025628,1,1,1.5721804511278445,0.3021228849388643,1930.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1926.1166666666668,1927.0,1875.7666666666667,0.20161464778007954,0,0,0,none,1,0.7627118644067796,-2.5388601036269427,1,0.5,0,0,1,1.0,60.714285714285715,2.9986051612412634,84.18300653594753,49.71083382848074,0.46955593513348504,-2.5290492261077784,3.244537680116285,1897.6,1897.25,1898.7,1.7261826327579444,1,0,16.714285714285715,0.8660251665433013,0,1.0588235294117647,197.8584729981367,0,1,5.88235294117647,0,1,2.3872679045092937,60.09228193574567,0,0,0,0,0,0,12.4384236453202,2.429056598487274,35.29411764705882,0.9813505610091603,5.958823529411802,1,0,2.303312095986081,0.8235294117647058,-13391719503.261003,-27484917.510442734,3.1464811092560114,4685833.361041367,0,0,,4.822129247783957,37.3077077515644,1,1,-0.40526315789469897,0.024272108684399107,1930.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1926.15,1927.0,1876.0,0.19988059081588183,0,0,0,none,1,1.163265306122449,-0.3626943005181347,1,0.538,0,0,1,0.7918689948278794,61.21212121212121,-1.9662071479463408,50.55555555555562,32.33333333333338,1.8610662611440603,3.827273409090401,3.054838114762686,1889.4,1901.05,1878.4666666666667,0.8916125299176736,0,0,21.214285714285715,1.106062863101445,1,1.1666666666666667,149.3257778477349,0,1,16.666666666666664,0,1,1.0537407797681864,64.48214601025141,0,0,0,0,0,1,18.766078046653583,2.518561033712396,30.00000000000001,0.7542067135919958,-2.05294117647054,0,0,2.7074250576078067,0.4789915966386555,-14259207665.720242,-27833789.921518326,3.1813202599435293,5427183.301915944,0,0,-2.0518155648529923,4.558217333216352,31.730769981903645,1,1,-1.020300751879688,0.17285460746086,1917.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1912.0333333333333,1913.0,1862.7333333333333,0.3120587158522259,0,0,0,none,1,1.3846153846153846,-1.1470281543274243,1,0.636,1,1,1,3.6816871130276763,15.08252981989358,11.400842706865904,1895.8,1853.85,1851.3333333333333,1.1948107991477164,0,0,34.857142857142854,1.85805665549802,0,0.7931034482758621,57.05518281583138,0,0,-56.60377358490566,0,0,0.5898123324396876,73.35761680699855,0,0,0,1,0,1,-1.7599358403136662,-2.6905782309124753,-15.58509624547358,0.5386339550904939,47.69117647058829,0,0,5.790866648292569,0.11764705882352941,-18546190415.24984,-241642108.6913681,2.372830635702458,-1028789.8575847149,0,1,-3.527851618889833,2.8778025389874173,13.30731891330554,0,1,7.518045112781945,0.6910477379131743,1876.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1893.9166666666665,1906.0,1799.6666666666667,-0.9460113521362223,1,0,0,none,1,0.6206896551724138,-2.398720682302772,0,0.5,0,0,1,-33.98300441504214,12.11995343420972,46.10295784925186,1849.0,1969.15,1647.3,-4.730467460579446,0,0,93.92857142857143,5.006853487663722,0,0.265625,-51.91903769931136,0,0,-66.53543307086615,0,0,-2.1387584767866508,28.130120763293448,1,0,1,0,1,0,6.495888086473769,7.046614590162783,11.050688976377955,0.4732131060589386,-16.94705882352946,0,1,13.783988715837918,,-49859286713.79963,-3617311906.734062,0.9444936436794545,40638487.6412127,1,0,-10.626648147804643,5.98114287865219,58.71615661490241,1,1,-22.475939849624062,0.7196145886158978,1822.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,3.181,0,0,2205.25,2380.0,1331.5,-14.930280013603902,1,0,0,none,1,9.423728813559322,-0.053304904051172705,0,0.4,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.6034972509700539,63.70967741935484,74.33295216314086,86.98939076297569,11.5443723185791,31.76795580110496,24.894190114034373,17.808397083896924,0.3514334753781384,31.84073580922522 -171,2025-10-04 01:54:00,sell,1950.0,0.35,30,고점 매도 · 비중 35% · 분할 · leg#30,0.8464211366319319,67.34693877551021,2.7708386192444223,105.55555555555584,108.26719576719603,16.062961481952698,13.292122862708275,3.6804596310475906,1958.8,1933.35,1900.75,1.2749890087154547,0,0,13.714285714285714,0.7004231723332847,0,0.88,86.64553360968728,0,0,-12.5,0,1,2.1387584767866397,67.17703765049124,0,0,0,0,0,0,-6.279434850863424,-0.7297406750594835,-4.166666666666671,0.9081468058293037,38.452941176470404,0,0,1.3560718424806886,1.0,-8649500808.23092,-5427504.839962006,1.2984580590802959,1359785.0966899171,0,0,,5.890734873205838,43.32627186510195,1,1,2.6187969924811823,0.7585192576204799,1950.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1884.95,1964.0,1871.0,3.875434361654162,1,0,0,none,1,0.5042016806722689,-0.35750766087844743,0,0.55,-1,0,0,0.871128390835314,73.63636363636363,4.67449411618397,124.43454835340061,116.06575402715957,17.752826357626418,13.078332241442448,5.281101331144024,1950.4,1918.4,1895.2833333333333,1.9599666388657067,0,0,13.785714285714286,0.7047911189015484,0,1.088235294117647,119.87196429095731,0,1,13.333333333333334,0,1,1.9812304483837417,78.11859243284573,0,0,0,0,0,0,-16.789168278529985,-0.5859569468902404,4.444444444444429,1.0699684885649638,47.81764705882347,0,0,1.72753251658463,1.0,-10117723445.433891,-7268317.991844177,1.3977522102384965,2748272.5201286823,0,0,-1.5527975624108088,5.836035114418903,44.05756817616035,1,1,4.0857142857143005,0.9107447586543151,1957.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1948.6833333333334,1950.0,1876.2666666666667,0.375467195798862,0,0,0,none,1,0.41414141414141414,-0.7157464212678937,0,0.52,-1,-1,0,1.0,79.36507936507937,7.53905899143167,107.33130390664644,106.6397547040787,13.662816121187916,6.123757129756246,5.308534025571644,1936.2,1900.15,1897.6666666666667,2.93924163881798,0,0,14.571428571428571,0.7449605609114811,0,1.1369863013698631,131.5953793318762,0,1,13.698630136986301,0,1,4.487179487179493,77.53827810024319,0,0,0,0,0,0,0.0,0.768975052934973,3.116934683343274,1.301011832805161,40.76176470588234,0,0,1.6880010693549006,0.907563025210084,-12123937428.118004,-20144910.727516174,1.4522751859506107,4411375.891416997,0,0,,5.940667529284371,29.642888248059343,1,1,3.337593984962434,0.6130982159911655,1934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1898.55,1946.0,1882.7333333333333,3.025993521371584,0,0,0,none,1,0.620253164556962,-0.10224948875255625,0,0.5,0,0,0,1.0,83.11688311688312,9.388382509999674,138.2287798840467,122.76841565487275,10.66521810940867,1.2768355994089953,5.365472190258434,1931.8,1895.3,1899.5166666666667,4.257901123832641,0,0,17.0,0.8603238866396761,0,1.7586206896551724,201.747815230961,0,1,78.57142857142857,0,1,5.218317358892444,80.56315830975288,0,0,0,0,0,0,14.209320091673035,3.16935643613909,25.415282392026583,1.5408282616219353,32.59705882352955,0,0,2.4014455286100533,0.9159663865546218,-12099740697.865318,-56422284.14450264,2.463863873709859,4141857.9671230316,0,0,-7.33144579288035,7.075218103184788,33.62456393289009,1,1,2.727819548872184,0.40294658569519504,1934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1923.3,1932.0,1875.9333333333334,2.7400821504705464,0,0,0,none,1,1.6101694915254237,-0.10121457489878542,1,0.524,1,1,1,1.0,60.714285714285715,2.9986051612412634,84.18300653594753,49.71083382848074,0.46955593513348504,-2.5290492261077784,3.244537680116285,1897.6,1897.25,1898.7,1.7261826327579444,1,0,16.714285714285715,0.8660251665433013,0,1.0588235294117647,197.8584729981367,0,1,5.88235294117647,0,1,2.3872679045092937,60.09228193574567,0,0,0,0,0,0,12.4384236453202,2.429056598487274,35.29411764705882,0.9813505610091603,5.958823529411802,1,0,2.303312095986081,0.8235294117647058,-13391719503.261003,-27484917.510442734,3.1464811092560114,4685833.361041367,0,0,,4.822129247783957,37.3077077515644,1,1,-0.40526315789469897,0.024272108684399107,1930.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1926.15,1927.0,1876.0,0.19988059081588183,0,0,0,none,1,1.163265306122449,-0.3626943005181347,1,0.538,0,0,1,0.7918689948278794,61.21212121212121,-1.9662071479463408,50.55555555555562,32.33333333333338,1.8610662611440603,3.827273409090401,3.054838114762686,1889.4,1901.05,1878.4666666666667,0.8916125299176736,0,0,21.214285714285715,1.106062863101445,1,1.1666666666666667,149.3257778477349,0,1,16.666666666666664,0,1,1.0537407797681864,64.48214601025141,0,0,0,0,0,1,18.766078046653583,2.518561033712396,30.00000000000001,0.7542067135919958,-2.05294117647054,0,0,2.7074250576078067,0.4789915966386555,-14259207665.720242,-27833789.921518326,3.1813202599435293,5427183.301915944,0,0,-2.0518155648529923,4.558217333216352,31.730769981903645,1,1,-1.020300751879688,0.17285460746086,1917.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1912.0333333333333,1913.0,1862.7333333333333,0.3120587158522259,0,0,0,none,1,1.3846153846153846,-1.1470281543274243,1,0.636,1,1,1,3.6816871130276763,15.08252981989358,11.400842706865904,1895.8,1853.85,1851.3333333333333,1.1948107991477164,0,0,34.857142857142854,1.85805665549802,0,0.7931034482758621,57.05518281583138,0,0,-56.60377358490566,0,0,0.5898123324396876,73.35761680699855,0,0,0,1,0,1,-1.7599358403136662,-2.6905782309124753,-15.58509624547358,0.5386339550904939,47.69117647058829,0,0,5.790866648292569,0.11764705882352941,-18546190415.24984,-241642108.6913681,2.372830635702458,-1028789.8575847149,0,1,-3.527851618889833,2.8778025389874173,13.30731891330554,0,1,7.518045112781945,0.6910477379131743,1876.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1893.9166666666665,1906.0,1799.6666666666667,-0.9460113521362223,1,0,0,none,1,0.6206896551724138,-2.398720682302772,0,0.5,0,0,1,-33.98300441504214,12.11995343420972,46.10295784925186,1849.0,1969.15,1647.3,-4.730467460579446,0,0,93.92857142857143,5.006853487663722,0,0.265625,-51.91903769931136,0,0,-66.53543307086615,0,0,-2.1387584767866508,28.130120763293448,1,0,1,0,1,0,6.495888086473769,7.046614590162783,11.050688976377955,0.4732131060589386,-16.94705882352946,0,1,13.783988715837918,,-49859286713.79963,-3617311906.734062,0.9444936436794545,40638487.6412127,1,0,-10.626648147804643,5.98114287865219,58.71615661490241,1,1,-22.475939849624062,0.7196145886158978,1822.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,3.181,0,0,2205.25,2380.0,1331.5,-14.930280013603902,1,0,0,none,1,9.423728813559322,-0.053304904051172705,0,0.4,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.6034972509700539,63.70967741935484,74.33295216314086,86.98939076297569,11.5443723185791,31.76795580110496,24.894190114034373,17.808397083896924,0.3514334753781384,31.84073580922522 -172,2025-10-05 09:57:00,buy,1795.0,0.327,31,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#31,0.0,28.57142857142857,-1.6588787626683534,9.152046783626005,11.4813549024078,-3.93227353015277,-2.2733947674844166,1.307751595670049,1803.0,1811.65,1814.0166666666667,-0.7534567935307601,0,0,4.214285714285714,0.23438741458763707,0,0.05,-179.0373369320757,1,0,-95.0,1,0,-0.9366391184573053,16.161979624441884,0,0,0,0,0,0,-1.058201058201064,-0.258952979729993,-3.095238095238095,-0.23566499478582095,-12.69705882352946,0,0,0.4008923191885108,0.19327731092436976,,,1.6957467435683375,-539869.1353202965,0,0,,-2.768221163828155,16.728809070712128,0,1,-0.7180451127819508,0.5143898302503804,1797.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1799.4,1843.4,1798.6,-0.07780371234856753,0,0,0,none,1,-0.3445378151260504,0.0,0,0.3,0,0,0,0.0,23.07692307692308,-1.679320529895175,16.97678539783827,25.655679603048338,-3.6405580731720875,-1.9612375432769125,1.4418996789515726,1806.4,1814.15,1819.5166666666667,-0.8351018383264908,0,0,6.0,0.33351862145636463,0,0.15384615384615385,-202.88970288970557,1,0,-81.81818181818183,1,0,-1.0451045104510448,20.21118893842072,0,0,0,0,0,0,-0.6072874493927003,-0.36684764964827554,-5.050505050505048,-0.04216204602896786,-11.305882352941126,0,0,0.5979324383286847,0.3025210084033613,,,1.469794114248066,-581833.1293902248,0,0,,-2.665175499660599,34.679784005604965,1,1,-0.8323308270676458,0.5669744788406341,1795.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1799.0,1843.0,1798.2,0.0,1,0,0,none,1,-0.40404040404040403,0.0,0,0.37,0,0,0,0.15404649247170746,47.69230769230769,-0.21279633654041863,52.6271929824562,59.96442495126701,-4.472067091778854,-4.259270755238435,1.7943893206462371,1810.4,1812.25,1828.5166666666667,-0.620775279348873,0,1,8.214285714285714,0.45609581978266034,0,0.24,-130.91833492214573,1,0,-76.0,0,0,-1.0439560439560402,34.85050725156671,1,0,0,0,0,0,-9.450549450549445,-0.8257003891100512,-12.37037037037036,0.054444568863589435,-12.25,0,0,1.2427035424308515,0.9411764705882353,,,1.4665586202163936,-484356.88182786107,0,0,,-2.460922775819585,24.105559181446434,0,1,0.4593984962406272,0.11176288321839767,1795.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1836.3333333333335,1875.0,1795.0,-1.924124160464702,1,0,0,none,1,-0.9620253164556962,0.0,0,0.286,-1,-1,0,0.22802187836185467,40.65934065934066,0.4931457892599118,58.063241106719396,59.562547900143976,-6.877688143695195,-7.370833932955107,2.7897171402633925,1813.6,1818.8,1841.2333333333333,-0.7587420277105794,0,0,10.857142857142858,0.6015037593984963,0,0.2631578947368421,-121.51462994836378,1,0,-60.0,0,0,0.11092623405435376,28.55012508290943,0,0,0,0,0,0,-1.3861138861138897,-0.6113964609960574,-5.858585858585855,0.1782146376705328,-14.59705882352955,0,0,1.4590465643511874,0.6890756302521008,,,1.5394910215099231,160981.76565244794,0,0,,-2.1976998468720255,33.60359611746044,1,1,-1.2225563909774742,0.3251139427792288,1795.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1837.35,1872.0,1797.5666666666666,-1.7606879473154202,1,0,0,none,1,-1.11864406779661,0.0,0,0.25,-1,-1,0,0.3230585308040943,43.99999999999999,1.0562551271472849,58.34586466165394,56.53856864383164,-13.676488930496589,-14.732744057643874,3.1087514446061517,1816.0,1827.05,1868.95,-0.5500670479735015,0,0,14.285714285714286,0.7862253321802029,1,0.46808510638297873,-119.92445703493874,1,0,-42.10526315789473,0,0,-1.2499999999999956,30.640375196338553,1,0,1,0,1,0,-1.6310679611650585,0.4248211058010263,-3.558897243107779,0.29321428724822524,-28.252941176470586,0,0,1.7984399113058023,0.5966386554621849,,,1.4836668686632277,-2043859.024612546,0,0,,-1.3230929010987658,54.98931417420375,1,1,-1.799248120300752,0.5619494840548294,1795.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1869.1,1909.0,1798.8,-2.7874378042908265,1,0,0,none,1,-1.3673469387755102,0.0,0,0.154,0,0,0,0.23462536800218245,28.695652173913032,-2.6032569038007196,22.11640211640217,15.485008818342203,-20.543112786902384,-17.939855883101664,6.120613478808902,1813.6,1847.0,1881.5666666666666,-1.6242555495397992,0,0,16.714285714285715,0.9198836386508374,0,0.24175824175824176,-108.59106529209689,1,0,-68.57142857142857,0,0,-1.5709642470205898,29.66749043729787,1,0,1,0,1,0,-0.2517162471395977,1.025400979623793,9.947089947089944,0.11581234325545509,-57.29411764705878,0,0,1.6354514240975726,0.06722689075630252,,,1.1332880464220145,-3136617.1549112797,0,0,,-0.9579264501718088,69.59892272077387,1,1,-4.5548872180451045,0.9091165908973803,1795.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1906.15,1912.0,1826.2,-4.6769666605461335,0,0,0,none,1,-1.9487179487179487,0.0,0,0.222,0,0,0,-10.576833429916832,-6.228901399921369,4.347932029995462,1827.8,1876.15,1847.0333333333333,-2.8862297790688385,0,0,34.214285714285715,1.8778422455700172,1,0.17647058823529413,-138.111330740292,1,0,-82.35294117647058,1,0,-4.05476566614007,56.36017050436934,0,0,0,0,0,0,10.069000766675181,0.1253234624733679,4.295051353874883,0.24410226887542136,-25.455882352941217,0,0,5.255321931308675,0.09243697478991597,-18746113512.585564,-235007199.32759476,0.8817346677686436,-27890379.81978792,0,0,-4.9835116136832065,-0.09231866888264051,16.97248836705764,0,1,-3.4488721804511364,0.3404114787205791,1822.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1893.9166666666665,1906.0,1799.6666666666667,-3.797245566946794,1,0,0,none,1,0.7241379310344828,-1.920965971459934,1,0.5,0,0,0,-31.651343372435427,6.5387786337075795,38.19012200614301,1839.6,1949.5,1655.6666666666667,-6.540138497050529,0,0,93.07142857142857,5.108201348596519,0,0.096875,-61.5287920788363,0,0,-50.79365079365079,0,0,-4.657247514390372,28.012863610812687,1,0,1,0,1,0,-2.166926200075366,2.3316610426067115,9.94378306878307,0.3443054290422311,-29.96764705882333,0,0,13.871205876968741,,-49875324484.85036,-3474957145.9066086,0.784289972842219,42035693.38310242,1,0,-8.679103546297192,2.9146843994888982,60.49580389418577,1,1,-20.696240601503746,0.6776846032839412,1822.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,4.344,0,0,2205.25,2380.0,1331.5,-17.378981974832787,1,0,0,none,1,8.35593220338983,-1.8660812294182216,0,0.444,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.11289440682583529,43.95604395604395,11.764705882352951,14.245923404523573,7.455923732340089,29.601029601029595,34.83797318281744,24.525221478169403,0.2856919344904979,30.517463173874553 -173,2025-10-06 10:00:00,buy,1792.0,0.328,31,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#31,0.2966670365168097,48.4375,-1.0965383017959813,4.761904761905046,14.331723027375487,-1.5839086856842641,-0.48737038388828285,1.636619544919841,1799.0,1803.0,1803.9833333333333,-0.33277870216306127,0,0,7.428571428571429,0.4133873916845537,0,0.13043478260869565,-62.25240520656681,0,0,-95.23809523809523,1,0,-0.388026607538805,40.166628233812816,0,0,0,0,0,0,-3.736413043478258,-0.0367829799933066,-7.108350586611455,0.3163636794403795,-5.247058823529414,0,0,1.1731221923130082,1.0,-8744317297.998848,,0.3315871672186157,-350414.4197136387,0,0,,-2.816723769665186,5.091189305912261,0,1,-0.11278195488721247,0.008180509300333982,1798.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1804.35,1806.2666666666667,1794.0,-0.40734890680853564,1,0,0,none,1,-0.15126050420168066,-0.05564830272676684,0,0.387,0,0,0,0.10279877236691529,44.444444444444436,-0.8291519855459187,49.0196078431375,63.39869281045785,-1.022772052340997,-0.19362006679507837,1.3539319813918733,1801.6,1803.7,1803.6166666666666,-0.5377834451405494,0,0,9.071428571428571,0.5056537665233317,0,0.17647058823529413,-133.45302214243733,1,0,-82.35294117647058,1,0,-0.33333333333332993,33.61287047396104,1,0,0,0,1,0,-2.067183462532313,-0.5636634529459352,-11.76470588235295,0.24901372905382219,-4.426470588235361,0,0,1.3829098019852717,1.0,-10232394120.120039,-4674032.469261169,0.6765193118931278,100802.71311829984,1,0,,-2.9303362116216425,57.86038459418818,1,1,-0.2165413533834659,0.04402987134596992,1793.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1800.3166666666666,1812.5,1792.4333333333334,-0.3508641998166917,1,0,0,none,1,-0.42424242424242425,-0.2787068004459309,0,0.357,0,0,0,0.3377558745401913,48.611111111111114,0.27548464891661983,73.80952380952387,99.99999999999996,-1.5178142317486163,-1.7932988806652361,1.1790874262796234,1803.2,1803.45,1813.7,-0.19130000831739657,0,1,7.071428571428571,0.3928571428571429,0,0.6428571428571429,-156.4625850340067,1,0,-35.714285714285715,0,0,-0.33222591362126463,42.39315866269712,0,0,0,0,0,0,-1.3888888888888857,-0.30011661781523147,-50.0,0.35452706775191495,-1.4294117647059466,0,0,1.5848719503708972,0.9915966386554622,-12275413224.20797,-20692847.300079346,2.03034862379824,-1038501.782060951,0,0,,-2.510089828423745,43.545815758396635,1,1,0.07894736842106795,0.007719036860238115,1798.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1801.4,1839.0,1794.2,-0.07771733096481048,1,0,0,none,1,-0.3037974683544304,-0.33333333333333337,0,0.45,0,0,1,0.5452483567848528,47.368421052631575,0.9311081500870646,66.66666666666667,57.777777777777935,-3.768472878238299,-4.699581028325364,0.6127044653601196,1802.6,1803.5,1819.0833333333333,0.02772387025229417,0,0,5.428571428571429,0.30091859360152046,1,1.0,-135.92233009708949,1,0,-0.0,0,1,0.27793218454696955,45.2290143761577,0,0,0,0,0,0,-3.8510911424903753,0.0774302136354148,13.333333333333336,0.4164484724561101,-8.05294117647054,0,0,0.6852853982334144,0.0,-12244106470.13833,-1836662.6970710754,1.7199927127738819,-1033863.4786111116,0,1,,-2.2469471785256823,35.631745422491946,1,1,0.04210526315784861,0.008130671506339837,1798.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1800.05,1834.9,1798.0,0.219438348934764,1,0,0,none,1,-0.5423728813559322,-0.3325942350332594,0,0.364,0,0,0,0.32201909711493254,27.272727272727266,-0.14368237968914244,28.159633418584637,24.982645232005694,-8.329819861123497,-8.186137481434354,3.251314051315799,1803.8,1814.5,1825.6,-0.5786718104160871,0,0,8.428571428571429,0.46721571111815013,0,0.16666666666666666,-78.43701996927918,0,0,-64.70588235294117,0,0,-0.33149171270717703,15.930903059036112,0,0,1,0,1,0,9.09090909090908,0.37610578728634714,3.069053708439899,0.25311134906980287,-19.455882352941217,0,0,1.2171776209040142,0.11764705882352941,-13567342241.550457,-3188430.701532364,1.805885144837539,-16778.83758664131,0,0,,-2.0253344803101148,26.2557120211113,1,1,-2.1097744360902575,0.7161900638360961,1798.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1830.1333333333332,1863.0,1797.2666666666667,-1.4279469619699725,1,0,0,none,1,-0.2653061224489796,-0.3325942350332594,0,0.5,0,0,1,0.1794419425433841,33.65384615384616,-2.326328136367886,16.33428300094973,11.796266786850646,-11.147485898637797,-8.82115776226991,4.739521252175349,1802.2,1829.8,1853.9,-1.5192917258716743,0,0,14.285714285714286,0.7927699381639449,0,0.06666666666666667,-116.09765981156754,1,0,-85.18518518518519,1,0,-1.637554585152834,32.2273047186048,0,0,0,0,0,0,5.428039702233249,0.1894882576652801,2.6783845992885578,0.15977531377175072,-20.491176470588243,0,0,2.3707483877288005,0.31932773109243695,-14611173976.950987,-30825005.5346756,1.898945034252643,-3003421.293225527,0,0,,-1.7738207546220908,35.259891850413986,1,1,-3.2210526315790013,0.7725159818212675,1798.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1863.8333333333335,1865.0,1802.0,-3.3175355450237087,1,0,0,none,1,-1.7435897435897436,-0.4439511653718091,0,0.25,0,0,1,-6.299180029855796,-12.102324972305041,-5.803144942449245,1826.6,1859.1,1845.7,-2.9100102199989153,0,0,32.5,1.8005540166204987,0,0.00980392156862745,-94.19675118609992,0,0,-98.94736842105263,1,0,-3.217158176943702,41.694418374594676,0,0,0,0,0,0,1.6360413857876637,-0.37349955715153094,-9.122807017543858,0.2123574001038518,-28.326470588235452,0,0,4.335190642233,0.008403361344537815,-18800067635.87612,-91829163.64138412,0.846303260645846,740647.5775122643,1,0,-3.6800148922316036,-1.0247895632151893,29.907529536016586,1,1,-5.872180451127818,0.7524286372024405,1806.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1895.0,1906.0,1800.4,-4.74934036939314,1,0,0,none,1,0.6551724137931034,-1.0526315789473684,0,0.571,0,0,0,-28.62358907896912,2.4106356574316123,31.03422473640073,1846.4,1934.95,1663.95,-5.630636450554283,0,0,74.21428571428571,4.064309184791112,0,0.109375,-58.839028740524554,0,0,-44.44444444444444,0,0,0.9397457158651257,30.303723898244414,0,0,0,0,0,0,3.034953662568739,3.027754293466309,11.237517380862087,0.3355318532837672,-47.620588235294235,0,0,13.59999027853676,,-49895511327.67043,-3475272460.9869614,0.5541690016119527,83380296.16154718,0,0,-9.110791516006204,3.130481194179824,62.019121404929635,1,1,-19.815789473684184,0.6474986254290578,1821.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,500,in_cloud,neutral,0.037,0,0,2205.25,2380.0,1331.5,-17.197596644371384,1,0,0,none,1,7.491525423728813,-1.6976998904709748,0,0.444,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.1622957573163326,35.85657370517929,11.92982456140352,22.80701754385967,8.617037786892032,32.635983263598334,46.07549056367953,35.26921795351044,0.313043199595975,30.11731286792531 -174,2025-10-08 21:06:00,buy,1704.0,0.345,31,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#31,0.22099763930166738,17.391304347826093,-1.151121276977538,10.049019607843384,6.740196078431629,-4.730314707700472,-3.5791934307229343,1.9202557294743197,1707.2,1717.2,1721.6,-0.5357558816678321,0,0,3.642857142857143,0.21328203412512545,0,0.13043478260869565,-89.75468975468884,0,0,-82.35294117647058,1,0,-0.755374782103424,13.960781952930006,0,0,0,0,0,0,3.754940711462453,0.3100713273113711,3.9215686274509807,0.043767411527447814,-13.088235294117567,0,0,0.49832303016950175,0.5462184873949579,-8853961213.868937,-3599601.5526390076,1.956139108194756,-311280.3910317188,0,0,,-7.593594837038764,50.00107453114972,1,1,-1.3187969924812142,0.8957442397816084,1705.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1725.5,1729.0,1705.0,-1.0141987829614618,1,0,0,none,1,0.0,-0.0585480093676815,0,0.536,0,0,1,0.08952939552817578,20.689655172413794,-1.901606948057172,4.166666666666913,4.113756613756931,-4.43586144929327,-2.534254501236098,1.8061873893138185,1708.0,1719.75,1722.9,-0.7413868294810277,0,0,4.928571428571429,0.2887270901330655,0,0.125,-130.5841924398634,1,0,-87.5,1,0,-1.215277777777779,10.567905877168869,0,0,0,0,0,0,1.9396551724137936,0.12458266542546292,2.579365079365079,-0.008198750293779743,-13.65294117647045,0,0,0.5162584185612782,0.23529411764705882,-10381546140.331005,-2829558.6232624054,2.5907262490630742,-523314.0980255604,0,0,,-7.601720929090783,31.160869463296592,1,1,-1.0714285714285505,0.666282223122721,1704.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1721.8833333333332,1727.2,1704.0,-0.8643636328438786,1,0,0,none,1,-0.1919191919191919,-0.11716461628588166,0,0.478,0,0,1,0.0,36.170212765957444,-2.010628212643473,17.377450980392215,41.168300653594734,-2.7726943090538043,-0.762066096410331,1.60726550122763,1714.8,1722.85,1724.0166666666667,-0.91998723046115,0,0,6.357142857142857,0.3724161017658381,0,0.11538461538461539,-215.3249272550953,1,0,-85.0,1,0,-1.043478260869568,15.9751169610485,0,0,0,0,0,0,0.753546099290773,-0.4405712715388346,-28.333333333333332,-0.027719499842035925,-10.217647058823331,0,0,0.7517445285323137,0.25210084033613445,-12474720333.999393,-7326961.68126297,2.8359413181035626,-293132.2090587318,0,0,-4.016878214977252,-7.512033539979179,30.634639002796114,1,1,-0.7902255639097606,0.4560579142656509,1704.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1722.4,1745.6,1704.0,-0.8941012540641058,1,0,0,none,1,-0.5949367088607594,-0.11716461628588166,0,0.45,0,0,1,0.0,36.36363636363636,-1.1042566950615067,34.117647058823486,65.22875816993475,-2.6331740696616635,-1.5289173746001568,1.5808335574306818,1719.0,1722.95,1730.7333333333333,-0.9257378333671906,0,0,8.0,0.46865846514352666,1,0.0,-209.08983030734336,1,0,-100.0,1,0,-0.8710801393728262,26.98324839393227,0,0,0,0,0,0,-2.34604105571848,-0.8469478615223527,-40.00000000000001,0.04286350889567103,-4.264705882352928,0,0,1.074380882251232,0.31092436974789917,-12476047200.827553,-3044577.7919540405,2.3837483419934706,-1006557.7320247293,0,0,,-7.468238757269285,20.80322458296024,0,1,-0.28195488721804496,0.06001083075473668,1707.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1722.8666666666668,1733.1333333333334,1707.0,-0.920945710637322,1,0,0,none,1,-0.9661016949152542,-0.5272407732864675,0,0.308,-1,0,1,0.09434391819610609,38.095238095238095,1.452226131503041,69.23076923076903,85.4700854700853,-8.576167182124436,-10.028393313627477,2.296249977665582,1719.8,1723.05,1761.9666666666667,-0.9314877687821022,0,0,8.714285714285714,0.5105029709599129,1,0.0,-153.60804797833327,1,0,-100.0,1,0,-0.5824111822946954,42.760391699077694,0,0,1,0,1,0,-12.968591691995954,-1.1400803302466898,-28.205128205128204,-0.034148352832627196,-13.282352941176669,0,0,1.500262080275392,0.42016806722689076,-13841106030.985584,-18985321.462503433,1.4573874981267225,-638717.9934893847,0,0,-4.128072783419677,-7.261172907066515,14.780582760076154,0,1,-0.681954887218078,0.16636625049269038,1707.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1753.7666666666667,1829.0,1719.2,-2.6666413243875087,0,0,0,none,1,-2.36734693877551,-0.5272407732864675,0,0.308,-1,-1,0,0.054683935262812344,31.746031746031747,1.490515430323228,22.32645403377118,32.54812035299847,-22.66889026809781,-24.15940569842104,3.5093508563474494,1722.0,1734.1,1798.3333333333333,-1.5627703131307236,0,0,19.428571428571427,1.1381705582057076,1,0.0,-110.8122646584193,1,0,-100.0,1,0,-2.0091848450057403,18.836180462513056,1,0,1,0,1,0,-3.036576949620425,-0.6487550167782778,-17.094017094017087,0.06619400121838183,-47.9794117647059,0,0,2.1554951126556547,0.3697478991596639,-14808384446.14995,-32846738.02178192,1.3007018355508229,1558579.1420263648,1,0,,-6.923990874409924,38.85469252369053,1,1,-2.072180451127838,0.6492938882291446,1707.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1865.3166666666666,1868.0,1712.3666666666666,-8.48738820039493,0,0,0,none,1,-3.9743589743589745,-1.054481546572935,0,0.25,0,0,0,-11.198109791671243,-29.423302425560678,-18.225192633889435,1735.8,1804.6,1836.0333333333333,-4.410949794968411,0,0,40.285714285714285,2.3354037267080745,0,0.06944444444444445,-133.92660953636621,1,0,-93.05555555555556,1,0,-7.704654895666129,34.08747349429471,0,0,0,0,0,0,0.9678291430116133,0.12776952834424726,-0.5341880341880358,0.07032325674791005,-94.42352941176455,0,0,4.647506574910884,0.12605042016806722,-18932723567.355263,-127799754.5599556,0.9256672596962559,-15750932.190830767,0,0,,-5.386552377364229,31.846552462212887,1,1,-5.296240601503759,0.4046211648929343,1715.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1834.6,1892.8666666666668,1776.3333333333333,-5.974054289763431,0,0,0,none,1,-5.206896551724138,-0.7536231884057971,0,0.25,0,0,0,-26.965431656662542,-9.129409066805692,17.83602258985685,1820.6,1902.6,1677.1833333333334,-7.600126143172492,0,0,66.92857142857143,3.807085974321469,0,0.10858585858585859,-118.88394662353416,1,0,-67.17557251908397,0,0,-4.456521739130437,31.980609552016446,1,0,1,0,1,0,-11.349671103882542,-1.138054727149548,-5.460640575144389,0.12250936432388407,-126.30882352941171,0,0,13.697216098644647,,-50048752680.062195,-3605480670.6165466,0.7867792465630697,-9127481.507856607,0,0,,-0.7004881660653384,60.01650202107772,1,1,-17.881203007518774,0.5865223678396985,1715.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,18,impulse_late,unknown,500,in_cloud,neutral,-0.174,0,0,2205.25,2380.0,1331.5,-20.28114726221517,1,0,0,none,1,4.762711864406779,-0.7394766780432309,0,0.4,-1,0,0,2,0,0,0,0.5,0.0,0.0,0,0.09600532018941042,34.67153284671532,8.652842983828906,8.914001578320844,10.91833634303416,34.62282398452611,53.430031798674044,52.798731578723995,0.23829029058410445,29.04029109250495 -175,2025-10-09 05:39:00,sell,1843.0,0.65,31,고점 매도 · 비중 65% · 분할 · leg#31,1.0,62.903225806451616,1.1458424851054971,109.52380952380976,110.79365079365103,4.040669259084325,2.894826773978828,1.3162995435795026,1823.6,1816.55,1807.75,0.7404145220335279,0,0,7.071428571428571,0.3864168618266979,0,1.0,254.6296296296232,0,1,-0.0,0,1,0.7154650522839923,87.69363720428362,0,0,0,0,0,0,0.0,0.3693444432591959,-6.666666666666671,0.9248662180452017,10.299999999999955,0,0,0.8939399019055588,0.5966386554621849,-8864894978.007086,,4.306122304780819,950223.6376752257,0,0,,-0.981308646240675,21.951733385645504,0,1,0.6187969924812181,0.3750422894263463,1830.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1812.45,1830.0,1713.0,0.9683025738641104,1,0,0,none,1,0.957983193277311,-0.7103825136612022,1,0.75,1,0,1,0.9569367665137511,60.416666666666664,-1.0365938501867191,113.3333333333336,114.44444444444478,7.172545114558943,8.209138964745662,0.9640910223143013,1819.6,1816.0,1781.5166666666667,0.4405286343612369,0,0,7.428571428571429,0.4072681704260651,1,1.0,269.0058479532196,0,1,-0.0,0,1,0.5512679162072764,85.84242765736028,0,0,0,0,0,0,-3.0448717948717956,0.38922680313917013,-8.333333333333329,0.8524569080282144,12.505882352941171,0,0,0.8451994946811662,0.5546218487394958,-10392617646.772861,116376.9745464325,4.162820798406078,1047471.3069139719,0,0,-1.1595533641083589,-1.257056640068177,15.811267204371111,0,1,0.12330827067665405,0.027778236800798606,1824.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1810.35,1824.0,1710.9,0.7539978457204555,1,0,0,none,1,1.1717171717171717,-1.2061403508771928,1,0.75,0,0,1,0.7624681578005449,68.26923076923077,-1.129799511380682,107.61460761460766,95.88302196997846,18.616640257608424,19.746439768989106,4.3758924526596665,1815.4,1802.3,1750.05,1.1485324307829003,0,0,11.857142857142858,0.6504192461405847,0,1.0727272727272728,116.4402942840976,0,1,36.36363636363637,0,1,0.7739082365948002,84.94654585066456,0,1,0,1,0,1,8.809771309771314,0.09029239969816061,14.141414141414131,0.9982883087427882,43.60588235294131,0,0,1.9037937970986174,0.9831932773109243,-12483948271.862011,-4239666.232885361,2.481792255895016,825783.0902928114,0,0,,-1.2154781579205576,42.14109679605792,1,1,2.7578947368421085,0.6847877050944213,1823.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1725.0833333333335,1819.0,1715.5,5.676054296893862,0,0,0,none,1,1.3417721518987342,-1.4810751508502469,1,0.75,1,0,1,0.7950944094931357,84.070796460177,2.5351247245651862,105.18030007294806,103.27616561969207,24.04854979981519,21.513425075250005,7.942745012176614,1815.4,1781.25,1740.4166666666667,2.3438596491228036,0,0,14.214285714285714,0.779719457722749,0,1.0421052631578946,98.40901907069855,0,0,7.547169811320755,0,1,1.4468558708959467,95.89254160178614,0,1,0,1,0,1,-0.13972985561248663,-0.50840019188146,1.614822369539354,1.1224727638761471,61.7294117647059,0,0,1.8548410090611793,0.907563025210084,-12483090033.753761,-1805183.15051651,2.9362469560644278,1135831.331260413,0,0,-0.6812000943892662,-1.168629483126804,76.62871882923126,1,1,5.6924812030075165,0.9065677002907039,1823.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1817.1333333333332,1819.0,1707.0,0.32285284514070867,0,0,0,none,1,1.9152542372881356,-1.2616566099835436,1,0.684,1,0,1,0.9169934821383491,87.94326241134752,10.537849365433525,104.14943479459588,106.80110366590958,23.16531248430715,12.627463118873626,9.789638013387746,1815.0,1751.5,1742.2666666666667,4.082215244076504,0,0,18.071428571428573,0.9913016221299272,0,1.0357142857142858,127.05272255834048,0,1,3.8461538461538463,0,1,5.558772437753334,90.49381074323679,0,0,0,0,0,0,3.2717295646321816,-0.5269297668244466,-4.335926246038596,1.2688729556996352,76.78823529411761,0,0,2.0271045420255565,0.7058823529411765,-13844695156.959635,309802.1125717163,3.0026032038176114,7265622.605071843,0,0,,-0.9481234981768782,47.72960959797404,1,1,6.448120300751878,0.7919554277668508,1823.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1817.1333333333332,1819.0,1710.7333333333333,0.32285284514070867,0,0,0,none,1,1.5714285714285714,-0.7131102578167855,1,0.643,0,0,1,1.0,79.1907514450867,14.762449037929706,113.09257582606574,112.3738912919275,3.851203159496208,-10.911245878433498,7.578541429729222,1780.0,1738.05,1792.0166666666667,4.427375507033737,0,0,23.214285714285715,1.2790240062967335,0,1.0693069306930694,216.48460774577845,0,1,6.9306930693069315,0,1,5.461940732132486,75.08994756005572,0,0,0,0,0,0,1.7896215015838806,1.5584065194340528,-1.4992927864215062,1.1490169436001678,41.30882352941171,0,0,3.0568615238156283,0.6722689075630253,-14810146588.303345,-20280476.301607132,2.599866657360233,3595657.1445795894,0,0,-1.7227756107411825,-1.0255443467112935,27.877121238761873,1,1,2.955639097744328,0.2819648956395341,1815.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1817.0166666666667,1868.0,1712.3666666666666,-0.11098779134295356,1,0,0,none,1,-1.6153846153846154,-1.322314049586777,1,0.455,0,0,1,-3.402662870213497,-25.197368375535007,-21.79470550532151,1744.4,1797.05,1833.85,1.22144625914693,0,0,52.92857142857143,2.9097620356553837,0,0.7222222222222222,43.33171547214587,0,0,-27.77777777777778,0,0,-2.2568511552928494,43.451884684036365,0,0,0,0,0,0,18.62361757997433,7.472725745301297,24.07407407407407,0.637251236659724,-67.24411764705883,0,0,6.347502194238326,0.7563025210084033,-18928456801.15289,-121561998.51488876,1.6097681049518537,-6156208.013497829,0,0,,-0.22373737515536396,26.694290128273533,1,1,-4.904511278195476,0.3231335412098594,1820.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1860.5333333333333,1863.0,1749.5333333333333,-2.2323348143901356,1,0,0,none,1,-3.1379310344827585,-1.3743815283122593,1,0.25,1,1,0,-29.04430165602954,-18.469354480180073,10.574947175849466,1788.8,1875.25,1681.1833333333334,-8.438874816691111,0,0,59.714285714285715,3.477826774274066,0,0.005420054200542005,-129.02837282128039,1,0,-98.47328244274809,1,0,-5.085682697622995,31.496312787084904,1,0,1,0,1,0,-2.195287752642045,-2.0788699993669972,-18.00961266610122,-0.038104681416148034,-159.86470588235284,0,0,11.837868761127051,,-50025809702.46604,-3603291424.7195053,1.2187587746446311,-17865601.68398297,0,0,,-2.995757506091068,56.479639354721044,1,1,-14.826315789473693,0.5814738734696818,1715.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,18,impulse_late,unknown,none,below_cloud,below,-3.844,0,0,2205.25,2380.0,1331.5,-22.14034689944451,1,0,0,none,1,4.406779661016949,-1.80547466511357,0,0.333,0,0,0,0,2,0,0,0.0,0.5,0.0,0,0.6075067649758927,52.673796791443856,26.85185185185186,12.760824204486193,11.36157579870285,32.42753623188406,35.420419132572825,49.24704110168843,0.15606089077556912,24.535955901381605 -176,2025-10-09 08:54:00,sell,1843.0,0.35,31,고점 매도 · 비중 35% · 분할 · leg#31,0.7451827634483524,58.064516129032256,0.03370702357306632,47.40740740740764,49.876543209876786,2.0340033226971173,2.000296299124051,1.133003414283547,1837.8,1835.9,1833.2333333333333,0.27779290811045243,0,0,6.928571428571429,0.3763482579343525,0,0.9230769230769231,103.97553516819349,0,1,-11.11111111111111,0,1,0.16322089227420733,58.51594643530339,0,1,0,1,0,1,2.8921023359288043,0.21097764031098754,1.8518518518518476,0.680553056287007,5.614705882352837,0,0,0.8597814329286955,0.33613445378151263,-8879761180.525377,-1668158.567237854,0.8500006783413754,253858.8166735638,0,0,,-0.384915766205729,15.603701020043706,0,1,0.452631578947369,0.26516563889287526,1842.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1834.6,1843.0,1792.6,0.34884988553363083,1,0,0,none,1,0.42857142857142855,-0.21727322107550243,1,0.625,0,0,0,0.8657835380294323,62.264150943396224,0.45871346370994903,78.43137254901986,77.7777777777781,3.106524024128703,2.647810560418754,1.4172793704052176,1838.2,1832.5,1827.6666666666667,0.5184174624829563,0,0,7.071428571428571,0.3838994881340158,0,1.0,122.94481097496833,0,1,-0.0,0,1,0.7107709130672601,70.3293692929554,0,0,0,0,0,1,6.708595387840667,0.2048694142791887,1.9607843137254974,0.7612044781792388,6.2000000000000455,0,0,0.8661828841141631,0.3445378151260504,-10405995552.460472,-4265765.743188858,0.7083193123165398,1022544.8094674647,0,0,,-0.2814650229922444,15.106534082880014,0,1,0.888721804511284,0.6557235786094489,1842.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1836.1,1842.0,1790.8666666666666,0.3213332607156616,1,0,0,none,1,1.1313131313131313,-0.2714440825190011,1,0.739,0,1,0,0.8134935522682969,50.0,-1.2236576202751532,115.07936507936513,122.48677248677244,9.38918121121219,10.612838831487343,1.478799852032149,1838.8,1833.5,1788.55,0.46359421870738604,0,0,8.071428571428571,0.43818830463781605,1,1.1666666666666667,134.46768285478055,0,1,16.666666666666664,0,1,0.6557377049180246,52.66464012790605,0,1,0,0,0,0,-2.631578947368425,0.33898137524403005,-18.253968253968267,0.8858285171810452,14.085294117646981,0,0,1.586019297012197,0.7563025210084033,-12500046767.607143,,0.5609740564738556,1135139.9648923278,0,0,,-0.1847777746846635,17.10249840163684,0,1,0.06165413533834075,0.002895555038811448,1842.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1836.75,1839.0,1713.0,0.2858309514087276,0,0,0,none,1,1.481012658227848,-0.21715526601520088,1,0.722,0,0,0,0.666790455189856,59.375,-2.83098917176277,117.8451178451178,107.65373028530932,16.664194326736606,19.495183498499376,2.1983343932610895,1833.6,1827.3,1765.1666666666667,0.3666611941115283,0,0,11.571428571428571,0.6309393986602274,0,1.0,98.36065573770507,0,0,-0.0,0,1,0.3831417624521105,69.40510645984519,0,1,0,1,0,0,-1.0416666666666643,-0.21253839463927093,8.771929824561397,0.783411788540393,34.62647058823541,0,0,1.5365936941072675,0.7647058823529411,-12496841208.258522,-8057919.099170685,0.596718585864741,175116.69224983454,0,0,,-0.5712566062227142,26.58186004084451,1,1,1.178947368421024,0.4823581759952531,1833.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1831.8833333333332,1834.0,1707.0,0.11554593178242367,1,0,0,none,1,1.728813559322034,-0.49073064340239914,0,0.667,0,0,0,0.7565645636270478,84.02777777777777,3.8465645525410075,103.85334829779254,105.53919589489794,27.26012521098778,23.413560658446773,10.671031862821827,1833.0,1786.1,1750.2,2.7378086333352147,0,0,18.571428571428573,1.0120669521214483,0,1.0256410256410255,80.27923211169329,0,0,4.545454545454546,0,1,1.4372581536760576,90.13397410140848,0,0,0,1,0,1,-0.8406432748538037,-1.0682836527834816,-0.13501350135011592,1.0148869758269126,71.51470588235293,0,0,1.885815345697808,0.5462184873949579,-13850946425.053776,-7949768.938550949,0.7546401800015722,3844771.753007591,0,0,,-0.2954167909091865,69.30855221589138,1,1,7.56541353383457,0.8823258369393387,1835.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1829.9166666666665,1832.0,1711.1666666666667,0.27779042761510997,0,0,0,none,1,1.6938775510204083,-0.5994550408719346,1,0.692,0,0,0,0.9116068765080851,78.3625730994152,15.16458560709588,105.19323671497591,107.30828655852294,16.058678562666046,0.8940929555701654,10.75001175539163,1824.6,1751.5,1793.3833333333334,4.424778761061954,0,0,23.428571428571427,1.2809497773959229,0,1.0166666666666666,129.0955463998431,0,1,1.6666666666666667,0,1,6.337209302325575,75.20977035826112,0,0,0,0,0,0,-1.298443849737339,-0.8700873380568055,-1.754675467546761,1.0851786488743447,76.52647058823527,0,0,3.0957329226186387,0.6890756302521008,-14812168820.721012,-3349235.6774311066,1.6311598529326963,2868816.2331552505,0,0,-1.269875512781913,-0.26178105519732986,37.498107551835574,1,1,6.553383458646586,0.678392482310315,1829.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1817.0,1827.0,1715.0,0.6604292790313604,0,0,0,none,1,-0.38461538461538464,-0.8747949699289228,0,0.4,0,0,0,2.296344874502285,-18.924274412193654,-21.22061928669594,1761.4,1797.2,1832.4,1.769419096372138,0,0,50.42857142857143,2.7571662891509803,0,0.7916666666666666,18.354395754691673,0,0,-20.833333333333336,0,0,-2.035350830208893,33.40733145934408,0,0,0,0,0,0,-1.568824415753248,5.699007744715782,24.074074074074066,0.6751895427581447,-48.84117647058838,0,0,6.359243750801853,0.7647058823529411,-19022516502.055313,-187075126.67466354,1.5146895484413465,-6381418.886440396,0,0,,0.326957426003216,27.073492206982998,1,1,-3.990977443609024,0.21318328466703018,1790.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1838.25,1860.0,1744.0,-0.5031959744322023,1,0,0,none,1,-1.4137931034482758,-0.3280481137233461,0,0.25,0,0,0,-29.04430165602954,-18.469354480180073,10.574947175849466,1788.8,1875.25,1681.1833333333334,-8.438874816691111,0,0,59.714285714285715,3.477826774274066,0,0.005420054200542005,-129.02837282128039,1,0,-98.47328244274809,1,0,-5.085682697622995,31.496312787084904,1,0,1,0,1,0,-2.195287752642045,-2.0788699993669972,-18.00961266610122,-0.038104681416148034,-159.86470588235284,0,0,11.837868761127051,,-50025809702.46604,-3603291424.7195053,1.2187587746446311,-17865601.68398297,0,0,,-2.995757506091068,56.479639354721044,1,1,-14.826315789473693,0.5814738734696818,1715.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,18,impulse_late,unknown,none,below_cloud,below,-3.844,0,0,2205.25,2380.0,1331.5,-22.14034689944451,1,0,0,none,1,4.406779661016949,-1.80547466511357,0,0.333,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.6554642041492867,51.10497237569061,50.925925925925924,26.851851851851865,11.381520949176323,32.42753623188406,35.420419132572825,49.24704110168843,0.15606089077556912,24.535955901381605 -177,2025-10-09 23:33:00,buy,1728.0,0.508,32,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#32,0.12288885698876427,39.34426229508197,-0.0009441701943817549,28.771228771228987,44.66422466422487,-5.5322104889849015,-5.53126631879052,1.538254849737154,1737.2,1741.1,1755.9,-0.5800930446269503,0,0,6.928571428571429,0.40026409177189076,0,0.1111111111111111,-126.01384767556758,1,0,-85.71428571428571,1,0,-0.05773672055426893,21.216807386578424,1,0,1,0,1,0,-5.2985948477751705,-0.34130999456071454,-19.480519480519487,0.10273029556161704,-14.541176470588198,0,0,0.8563749977998674,0.8151260504201681,-8911679139.214478,-1407670.616054535,1.1482496806327915,1709.7035463126376,1,0,,-6.3232589686002765,54.55606566246372,1,1,-0.7669172932330668,0.45917799900078937,1729.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1755.65,1770.0,1731.7333333333333,-1.404038390339768,0,0,0,none,1,-0.24369747899159663,-0.17331022530329288,0,0.452,0,0,0,0.12406334721252125,31.08108108108108,-1.63484122135565,23.950617283950862,32.56496178718433,-6.865789550186037,-5.230948328830387,2.8353911844055104,1737.8,1749.65,1755.2833333333333,-1.0659274712085276,0,0,9.214285714285714,0.5323099777172567,0,0.10810810810810811,-121.07040789815447,1,0,-86.66666666666667,1,0,-1.142204454597373,18.463325679476867,0,0,1,0,1,0,-6.252252252252255,-0.14173584054991473,-14.222222222222229,0.08257234102401845,-19.314705882352882,0,0,1.114387579765424,0.9411764705882353,-10455014960.226507,-1855938.1318855286,1.647165528171991,-893757.9358380437,0,0,,-6.276818293624665,69.40845623746323,1,1,-1.9300751879699374,0.8476335747068152,1727.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1756.45,1780.2,1730.8,-1.4489453158359256,1,0,0,none,1,-0.5555555555555556,-0.11554015020219525,0,0.348,-1,0,0,0.0,28.735632183908052,-2.7667521612678625,16.875000000000057,18.310185185185137,-6.974687167848288,-4.207935006580425,2.771249484414131,1737.8,1755.9,1767.6333333333334,-1.4180762002391933,0,0,11.0,0.635470826112074,0,0.03125,-156.51810002092782,1,0,-96.875,1,0,-1.759364358683313,13.872678650136677,0,0,0,0,0,0,-11.26436781609194,-0.38069598814436345,1.041666666666666,0.034102828034153015,-20.226470588235316,0,0,1.3071083049516792,0.4957983193277311,-12584616784.9643,-3816334.45621109,1.8722996682734365,-1348455.69822371,0,0,,-6.186003845877986,38.32882117232823,1,1,-1.4616541353383605,0.5052734261145443,1730.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1794.2333333333333,1795.8,1730.0,-3.5242536273617286,1,0,0,none,1,-1.1772151898734178,-0.462160600808781,0,0.316,0,-1,1,0.0,41.0,-1.4414431662677991,18.2795698924731,28.899051071835768,-8.5701141747586,-7.128671008490802,2.4089390216129267,1741.8,1753.9,1782.4333333333334,-1.305661668282121,0,0,11.0,0.635470826112074,0,0.03225806451612903,-187.68920282542956,1,0,-96.7741935483871,1,0,-1.5918135304150094,37.54996279397419,0,0,0,0,0,0,-6.126436781609193,-0.8185988506184678,-11.568409343715238,-0.03084181748946755,-22.7294117647059,0,0,1.5767831285363125,0.5966386554621849,-12593742101.117699,-15454840.807605743,1.7619978911091976,126058.91138550639,1,0,,-6.141565946613703,30.21618131106834,1,1,-0.5413533834586601,0.09193660630489342,1730.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1749.0666666666666,1834.0,1733.4666666666667,-1.03293184936728,0,0,0,none,1,-1.7457627118644068,-0.462160600808781,0,0.214,-1,-1,0,0.10627393343065825,29.824561403508767,-2.58669998361694,22.583205325140586,46.02207430164401,-12.764247709599431,-10.17754772598249,4.941988737708209,1751.0,1765.35,1772.9666666666667,-1.9457897867278362,0,0,15.571428571428571,0.8995625980028059,0,0.014925373134328358,-120.82982898794585,1,0,-96.7741935483871,1,0,-1.4236902050113853,45.683186872386294,1,0,1,0,1,0,0.7647323436797109,-0.7531898174141087,-25.806451612903235,-0.020716536170997155,-38.46470588235297,0,0,1.854628879421687,0.40336134453781514,-13956931289.510544,-4052656.719877243,1.5508583287901503,-2033974.1326320767,0,0,,-5.932722951698633,53.499403189041935,1,1,-2.970676691729336,0.6492824407135293,1730.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1830.05,1832.0,1730.6,-5.412420425671427,1,0,0,none,1,0.22448979591836735,-1.2131715771230502,0,0.571,0,0,0,0.04961980623371075,26.470588235294116,-7.450887253296524,21.440763052208908,18.44377510040168,-6.308998326119308,1.1418889271772157,7.595742378111662,1751.8,1793.35,1776.8333333333333,-3.4209719240527403,0,0,26.5,1.5300230946882216,0,0.0,-126.4341264341258,1,0,-100.0,1,0,-3.724291272929403,22.98346716381242,0,0,0,0,0,0,-9.640522875816991,-1.1742503094332024,-2.0080321285140563,0.12351072685618085,-15.002941176470586,0,0,3.6469793141640823,0.907563025210084,-14988824152.38109,-47344620.24409485,1.151057361484408,-3233664.736201763,0,0,,-5.5389835640546785,43.90122929381733,1,1,-5.104511278195515,0.7863679328070953,1732.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1801.0,1827.0,1711.0,-3.831204886174344,1,0,0,none,1,-0.5128205128205128,-1.212471131639723,0,0.444,-1,-1,0,1.6334794403010804,-17.43883016099153,-19.07230960129261,1793.4,1791.7,1827.3166666666666,-2.3832114751353495,1,0,57.0,3.2590051457975986,0,0.2361111111111111,-69.89416326102948,0,0,-61.79775280898876,0,0,0.4595060310166543,19.277863923435305,0,0,0,0,0,0,-2.8831221607814115,-1.937527750428913,-13.65480649188514,0.32915004037566004,-24.108823529411666,0,0,6.688746682668382,0.773109243697479,-19070402959.695927,-171108001.11086655,0.8933582132194251,-1592930.769221127,0,1,,-4.051045953884946,30.6911751442594,1,1,-4.323308270676704,0.24268710443561803,1744.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1837.4,1859.0,1734.2,-4.811146184826387,1,0,0,none,1,-2.5172413793103448,-1.2006861063464835,0,0.333,0,0,0,-29.04430165602954,-18.469354480180073,10.574947175849466,1788.8,1875.25,1681.1833333333334,-8.438874816691111,0,0,59.714285714285715,3.477826774274066,0,0.005420054200542005,-129.02837282128039,1,0,-98.47328244274809,1,0,-5.085682697622995,31.496312787084904,1,0,1,0,1,0,-2.195287752642045,-2.0788699993669972,-18.00961266610122,-0.038104681416148034,-159.86470588235284,0,0,11.837868761127051,,-50025809702.46604,-3603291424.7195053,1.2187587746446311,-17865601.68398297,0,0,,-2.995757506091068,56.479639354721044,1,1,-14.826315789473693,0.5814738734696818,1715.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,18,impulse_late,unknown,none,below_cloud,below,-3.844,0,0,2205.25,2380.0,1331.5,-22.14034689944451,1,0,0,none,1,4.406779661016949,-1.80547466511357,0,0.333,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.2943915269501342,35.49222797927462,45.14148980441116,57.17679289776669,11.591017820347089,32.42753623188406,35.420419132572825,49.24704110168843,0.15606089077556912,24.535955901381605 -178,2025-10-10 16:36:00,buy,1786.0,0.492,32,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#32,0.1988885909904401,29.411764705882348,-0.19539296676228002,22.96918767507025,21.742636448518994,-7.719815698986849,-7.524422732224569,2.2164827083885004,1790.0,1798.0,1815.25,-0.6674082313681828,0,0,6.142857142857143,0.34394496880499126,0,-0.041666666666666664,-93.56725146198711,0,0,-114.28571428571428,1,0,-0.3904071388733943,22.861893981356417,1,0,1,0,1,0,-1.838235294117652,-0.05511925225010206,-6.277056277056282,0.018138980806549437,-19.117647058823422,0,0,0.8233677042461574,0.35294117647058826,-8932963296.680838,,0.6337808466448732,-162312.4684468694,0,0,,-3.3324248045634497,71.54327628274653,1,1,-1.4857142857142909,0.7783063172246646,1787.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1821.5500000000002,1842.7666666666667,1784.7,-1.9516345969092352,1,0,0,none,1,0.04201680672268908,-0.16797312430011196,0,0.517,0,0,0,0.19488628333578845,13.20754716981132,-2.261950115548581,5.0709939148075485,5.304908448925012,-8.11990473747369,-5.857954621925108,3.5159727411021087,1791.0,1808.4,1812.6666666666667,-1.0727715107277214,0,0,8.928571428571429,0.49908168969096867,0,0.02702702702702703,-87.60585065434968,0,0,-96.55172413793103,1,0,-1.1602209944751363,7.504435221914605,0,0,0,0,0,0,-5.660377358490564,0.33706956619719985,0.13932427725531138,0.10084477357521773,-23.964705882352973,0,0,0.6165311415518667,0.3025210084033613,-10484480077.819506,,0.7028127810061071,-587543.0546213984,0,0,,-3.1222653236976594,61.716725179650155,1,1,-2.5729323308270953,0.9169903387029474,1788.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1835.5333333333333,1837.0,1778.3333333333333,-2.5351396506010926,1,0,0,none,1,0.3838383838383838,-0.22358859698155395,0,0.52,0,0,0,0.08651280620964909,34.61538461538461,-5.61142716004798,8.365508365508408,9.471877892930472,-1.4793903703805427,4.1320367896674375,3.1633372663207084,1795.4,1815.75,1789.6666666666667,-1.3079994492633862,0,0,10.142857142857142,0.5660076530612245,0,0.09090909090909091,-144.80953765629627,1,0,-89.1891891891892,1,0,-2.0229633679606396,29.25197129933774,0,0,0,0,0,0,7.733664185277078,0.09073306464365771,3.603603603603603,0.0945135658455571,-18.044117647058783,0,0,1.7845956939035355,0.8151260504201681,-12619789361.615639,-9351241.634454727,0.5734004455715764,-990274.4947235882,0,0,,-2.8662286123581238,23.625436559286754,0,1,-1.521052631578982,0.3927113105333704,1788.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1831.5666666666666,1833.0,1749.8666666666666,-2.160263526671158,1,0,0,none,1,0.45569620253164556,-0.2232142857142857,0,0.533,0,0,0,0.18240857934176144,37.70491803278688,-5.514535718115679,4.945054945054927,19.520069520069644,5.278226983709374,10.792762701825053,3.6471424697193284,1802.8,1813.0,1778.1666666666667,-1.158301158301156,0,0,15.714285714285714,0.8769132653061223,0,0.20408163265306123,-113.35504885993518,1,0,-92.85714285714286,1,0,-2.236770321876702,42.67273477675213,0,0,0,0,0,0,-0.6284153005464503,-0.6771696926318196,-12.033462033462033,0.27579245674196845,1.3294117647058101,0,0,2.7674937724670565,0.9243697478991597,-12642552996.993038,-9989486.380363464,0.3372151570471976,-1531491.1741309762,0,0,,-2.8199808875742027,25.536338155876372,1,1,0.05112781954886258,0.0003348123776334422,1789.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1826.85,1828.2333333333333,1748.0,-1.9076552535785551,1,0,0,none,1,0.576271186440678,-0.27901785714285715,0,0.6,0,0,0,0.5215805165575259,58.525345622119815,-0.08043713121279694,60.28708133971269,86.00162812333845,13.212920076134196,13.293357207346993,6.732929687065392,1811.8,1789.4,1774.6,0.14530010059237153,0,0,22.142857142857142,1.2356505102040816,0,0.6,-0.7415647015202085,0,0,-73.68421052631578,0,0,-0.3891050583657574,76.4356851563544,0,0,0,0,0,0,-1.6556498529933137,-2.184012104816155,-27.894736842105253,0.46835519576101237,30.291176470588198,0,0,3.271799093548467,1.0,-14021985570.490797,-50592928.85944939,0.5694546276243474,-2337976.236522794,0,0,-3.8556586199852885,-2.604513371676409,18.46612519887288,0,1,4.0932330827068135,0.6463949486637787,1787.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1818.5,1820.0,1730.0,-1.4572449821281253,1,0,0,none,1,0.22448979591836735,-0.33482142857142855,0,0.5,0,0,0,0.7117656946960693,62.857142857142854,7.190825833469746,112.92114695340511,122.15053763440869,10.731127914049694,3.5403020805799477,6.5652833865031,1811.4,1769.4,1764.3333333333333,1.3903017972193954,0,0,21.214285714285715,1.1825131390348782,0,0.7948717948717948,63.474986551908245,0,0,-26.666666666666668,0,0,2.397260273972601,77.25551544376935,0,0,0,0,0,0,-15.809523809523817,-2.246748723361642,-18.56630824372759,0.6414539884913719,29.067647058823468,0,0,3.3012924742250447,0.7226890756302521,-15044435158.439215,-52592820.47040939,0.8285472806099756,-1166808.349970758,0,1,,-2.1446055216952753,24.65040879690855,0,1,3.7067669172932414,0.5701899837207217,1787.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1819.0833333333335,1827.0,1741.5,-1.3788996289339939,1,0,0,none,1,1.8205128205128205,-0.33444816053511706,0,0.583,-1,-1,0,4.247842024019267,-13.172578524822711,-17.420420548841978,1765.0,1775.0,1822.3,1.0704225352112573,0,0,44.142857142857146,2.4605828953655045,0,0.5486111111111112,61.39434461624151,0,0,-11.235955056179774,0,1,4.484566103669185,56.214044699956446,0,0,0,0,0,0,0.2885906040268438,2.1303496252322205,15.355805243445694,0.5795772261221304,-17.673529411764548,0,0,6.441735757555676,0.7226890756302521,-19057268265.049072,-130165220.91923141,0.7994791303429614,18569291.46938342,0,0,,-1.5676721258222726,23.73555580978381,0,1,-2.1443609022556203,0.07895323125784937,1794.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1784.6,1859.0,1734.2,0.5267286786955205,1,0,0,none,1,-1.2758620689655173,-1.839464882943144,1,0.375,1,0,0,-27.261897326549633,-23.502424482337574,3.7594728442120586,1773.0,1855.4,1685.95,-6.057992885631136,0,0,57.0,3.2702237521514634,0,0.08484848484848485,-89.12096287953757,0,0,-78.62595419847328,0,0,-6.741573033707871,40.66428533526637,1,0,1,0,1,0,10.63969065887224,1.7824043294799061,-16.845355519341283,0.0931343382495468,-181.59117647058838,0,0,11.519074164422562,,-49994423239.057755,-3255263445.7616196,1.3297465351780253,-213990.75006389618,0,0,,-1.5251341345580371,52.51247495831292,1,1,-12.535338345864698,0.5473419301960256,1744.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-6.407,0,0,2205.25,2380.0,1331.5,-20.961342251445416,1,0,0,none,1,5.52542372881356,-4.53241537578887,1,0.333,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.6052074905122858,57.0,68.91385767790263,53.93258426966293,10.174394712763029,43.0672268907563,18.575063613231542,35.808504848159465,0.21967256917390418,21.610417745344627 -179,2025-10-10 22:09:00,sell,1888.0,0.65,32,고점 매도 · 비중 65% · 분할 · leg#32,1.0,84.61538461538461,2.6410630551285763,111.21212121212143,108.55780022446709,12.073765665665178,9.432702610536602,2.826647235711204,1875.0,1856.8,1830.3666666666666,1.788022404136158,0,0,7.857142857142857,0.41572184429327286,0,1.15,201.41211445559486,0,1,15.0,0,1,1.9967620075553194,98.17357408226911,0,0,0,0,0,0,2.3573200992555883,0.7701719992413754,5.0,1.4883837772244801,28.944117647058874,0,0,1.0906845307871647,0.8907563025210085,-8951009340.636995,-410042.30055999756,0.859835339072238,2552328.434523627,0,0,-1.6588544040823592,2.298183970130885,37.73439305153721,1,1,1.7578947368421125,0.6282033955026978,1888.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1846.4333333333334,1884.0,1786.0,2.359503908436089,0,0,0,none,1,0.8403361344537815,-0.6878306878306878,1,0.667,1,0,0,1.0,80.0,2.848789565360219,125.96925133689865,115.35576351752859,14.705146513866339,11.85635694850612,3.7463042826735093,1867.8,1847.55,1819.0333333333333,2.4058888798679456,0,0,9.571428571428571,0.5058894593778315,0,1.1967213114754098,238.34808259586896,0,1,36.36363636363637,0,1,2.3809523809523725,90.03560575800576,0,0,0,1,0,0,2.2222222222222285,1.5016442228478581,10.73232323232321,1.6132285063658145,37.84999999999991,0,0,1.2278945472211575,0.5546218487394958,-10498666810.967255,724302.0216064453,1.31142795812801,3366245.316556677,0,0,-0.23724200759085384,2.4568680966782885,69.75960790825137,1,1,2.6022556390977285,0.7915702165529038,1891.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1846.75,1876.8333333333333,1785.0,2.4502504399620983,0,0,0,none,1,0.5959595959595959,-0.5813953488372093,1,0.6,1,1,0,0.9840852049547507,83.6734693877551,4.554211672338596,105.14155157012304,105.77899173137261,14.404214076918379,9.850002404579783,4.928291729259597,1853.8,1825.45,1815.4166666666667,2.3857131118354413,0,0,13.571428571428571,0.7261331498891691,0,1.098360655737705,158.83394632883784,0,1,11.11111111111111,0,1,3.3738938053097245,83.66733981443824,0,0,0,0,0,0,2.7745929832607175,0.43097049386518016,-0.4629629629629477,1.1707147768203199,43.129411764705765,0,0,1.1625288820839892,0.35294117647058826,-12648874337.601418,1177880.8242454529,4.3696544599433675,6601150.555450976,0,0,,1.3089266408084388,54.15825410031203,1,1,3.5796992481203036,0.8866422216482631,1868.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1861.1166666666668,1863.0,1783.9,0.4235808251318529,0,0,0,none,1,1.5063291139240507,-1.4981273408239701,1,0.684,0,0,1,1.0,84.70588235294117,5.676375823767168,107.97265999260672,109.45319302925812,14.285212034137885,8.608836210370717,4.91537886162956,1853.8,1819.55,1800.5166666666667,2.717704927042397,0,0,12.5,0.6688068485821295,0,1.0845070422535212,177.20057720057756,0,1,9.836065573770492,0,1,3.6031042128603197,87.25965731472193,0,0,0,0,0,1,0.3685329553508154,0.7400905558593935,-0.5972804676578818,1.3392456387895617,40.21176470588239,0,0,1.9817088526673716,0.7142857142857143,-12645407505.76799,726614.6699848175,4.0796682230906,6927854.438308954,0,0,,1.3570317717053193,35.76136681297173,1,1,3.2293233082706503,0.7300777248549878,1868.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1861.1,1863.0,1783.2,0.4244801461501302,0,0,0,none,1,1.9322033898305084,-0.8025682182985553,1,0.667,1,1,1,1.0,62.804878048780495,4.353592457199593,112.14371713597696,105.69356397529752,16.63098258228615,12.277390125086558,4.5744563614818015,1839.2,1818.75,1778.0666666666666,2.7628865979381523,0,0,22.785714285714285,1.2191393411297102,0,1.0789473684210527,235.71227477477584,0,1,7.894736842105263,0,1,4.647256438969771,83.2986279494219,0,0,0,0,0,0,4.301476688236271,1.8794570179764278,4.651780967570431,1.079784950241458,48.502941176470586,0,0,3.5248074914000154,0.9831932773109243,-14024491362.065609,-2895852.278404236,3.014241267534977,8661349.68457359,0,0,-2.6537053866220823,1.5805856406032381,20.83817964332124,0,1,0.9646616541353412,0.07528579958366288,1868.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1820.8833333333332,1863.0,1730.0,2.6424903663972765,0,0,0,none,1,2.1020408163265305,-1.070090957731407,1,0.667,1,0,1,1.0,72.03065134099617,7.520922323705287,112.68346111719613,105.8608170053954,18.84402555219981,11.323103228494523,8.051142780413015,1830.8,1791.75,1772.1333333333334,4.3114273754709,0,0,30.857142857142858,1.6509974776427425,0,1.1782178217821782,165.3192735793784,0,1,21.686746987951807,0,1,4.941044357102742,90.01604913673756,0,0,0,0,0,0,3.3063715056052274,2.048833834371848,11.673360107095036,1.038107372063741,51.42647058823536,0,0,3.5734793757157806,0.8739495798319328,-15060957443.023613,-70389823.78743935,3.330810896288061,12270636.048818111,0,0,-2.3281959227060196,1.945008458589359,16.293041996313608,0,1,5.172180451127795,0.7198889055471234,1861.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1849.0166666666667,1851.0,1743.9,1.0807546353467146,0,0,0,none,1,1.0,-0.5350454788657035,1,0.545,1,0,1,6.731779260672901,-9.005696473000853,-15.737475733673755,1779.0,1772.6,1822.7333333333333,2.27913798939412,1,0,42.42857142857143,2.34024111575132,0,1.101123595505618,109.12240184757526,0,1,10.112359550561797,0,1,-0.32985156679494754,67.21466211050691,1,0,1,0,1,0,4.09324758842444,2.4839372366536345,22.097378277153567,0.6761981552930935,-4.414705882353019,0,0,6.510786202744393,0.7226890756302521,-19061061076.222523,-132604275.06963348,2.599747015722039,25075345.461212993,1,0,,-0.5231123535037296,23.238710896955293,0,1,-0.24360902255638886,0.0012082449041149745,1814.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1813.4,1859.0,1734.2,-0.022058012573067387,1,0,0,none,1,-0.4482758620689655,-0.7722007722007722,1,0.375,0,0,1,-27.261897326549633,-23.502424482337574,3.7594728442120586,1773.0,1855.4,1685.95,-6.057992885631136,0,0,57.0,3.2702237521514634,0,0.08484848484848485,-89.12096287953757,0,0,-78.62595419847328,0,0,-6.741573033707871,40.66428533526637,1,0,1,0,1,0,10.63969065887224,1.7824043294799061,-16.845355519341283,0.0931343382495468,-181.59117647058838,0,0,11.519074164422562,,-49994423239.057755,-3255263445.7616196,1.3297465351780253,-213990.75006389618,0,0,,-1.5251341345580371,52.51247495831292,1,1,-12.535338345864698,0.5473419301960256,1744.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-6.407,0,0,2205.25,2380.0,1331.5,-20.961342251445416,1,0,0,none,1,5.52542372881356,-4.53241537578887,1,0.333,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.7435967380376969,61.09324758842444,91.0112359550562,71.16104868913858,9.356192565441564,43.0672268907563,18.575063613231542,35.808504848159465,0.21967256917390418,21.610417745344627 -180,2025-10-10 22:24:00,sell,1887.0,0.35,32,고점 매도 · 비중 35% · 분할 · leg#32,0.864106564526695,78.57142857142857,1.056637989552975,86.91820162408419,91.48676305539071,13.06305290305636,12.006414913503384,3.7820142277834874,1887.0,1866.3,1837.3333333333333,1.3770562074693293,0,0,10.214285714285714,0.5398671096345514,0,1.0909090909090908,109.24176077436984,0,1,11.76470588235294,0,1,1.5021459227467782,88.1227159281354,0,0,0,0,0,1,13.186813186813183,0.13907995713331012,0.8912655971479495,1.0423828164989335,27.40000000000009,0,0,1.265898985809578,1.0,-8954113666.674215,-2679094.392814636,0.7681035727173798,1744713.9090563115,0,0,-0.9301075277244594,2.405816196574162,49.38955692359007,1,1,2.7323308270676865,0.8391611359964083,1892.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1845.5,1888.0,1786.0,2.519642373340547,0,0,0,none,1,0.865546218487395,-0.42283298097251587,1,0.658,0,1,0,0.9394927777810422,71.26436781609195,2.7571601039258873,115.61561561561587,124.95168965757235,16.893492070570346,14.136331966644459,3.8523735691575753,1884.2,1857.55,1823.5166666666667,1.6930903609593262,0,0,11.571428571428571,0.6125690085457157,0,1.1,147.04834303361557,0,1,13.513513513513514,0,1,2.2186147186147087,76.43339790899338,0,1,0,0,0,0,2.128565346956151,-0.07301919168130588,-7.616707616707615,1.1475479273708917,43.74117647058824,0,0,1.403379848900733,0.680672268907563,-10502205782.881395,-2936774.2987060547,0.7395347142675915,3009470.009090796,0,0,-0.666467764282672,2.2938744317932525,64.72087209199327,1,1,2.6609022556390585,0.774297854998541,1889.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1846.0500000000002,1884.0,1791.6,2.326589203976037,0,0,0,none,1,0.7373737373737373,-0.31762837480148226,0,0.583,0,0,0,0.9795954784299311,85.84905660377359,6.239512848543798,117.0514670514671,111.72095100666525,19.140293966096806,12.900781117553008,6.223726734319794,1871.4,1834.25,1818.7166666666667,2.9848712007632505,0,0,14.642857142857142,0.775164486122665,0,1.131578947368421,139.13043478260846,0,1,14.285714285714285,0,1,3.620405924300596,81.47134898791757,0,0,0,0,0,0,0.802327631810968,0.27591084519470677,4.081632653061234,1.2839757374271963,52.06764705882347,0,0,1.410591114615627,0.5378151260504201,-12651983268.286085,-2183689.863550186,1.0831599828544434,6027133.8248128295,0,0,,2.3923091707379385,64.29645880748225,1,1,4.579699248120263,0.9012470516873418,1883.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1810.25,1879.0,1783.1666666666667,4.35022786907886,0,0,0,none,1,1.7215189873417722,-0.21175224986765487,0,0.7,0,0,0,1.0,90.1098901098901,6.402376767523727,105.29650823108909,107.27970289465361,16.611807169775375,10.209430402251648,5.555430534189274,1860.0,1823.65,1802.5833333333333,3.0351218709730343,0,0,12.714285714285714,0.6766517144377708,0,1.0357142857142858,169.09154542272844,0,1,4.166666666666666,0,1,3.754831584759799,90.38332911800015,0,0,0,0,0,1,5.404007756948928,0.7260009437565582,-2.6761517615176302,1.4244226187734885,45.61470588235284,0,0,1.9731132744814053,0.680672268907563,-12645280458.667738,683437.1485424042,1.5400691164814062,7646959.5183828175,0,0,,1.898880968581751,37.88523317992003,1,1,3.7225563909774495,0.7560528812586131,1878.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1827.3166666666666,1871.7666666666667,1782.8666666666666,2.8283731154060243,0,0,0,none,1,2.0847457627118646,-0.37253858435337944,1,0.688,1,0,0,1.0,62.804878048780495,4.353592457199593,112.14371713597696,105.69356397529752,16.63098258228615,12.277390125086558,4.5744563614818015,1839.2,1818.75,1778.0666666666666,2.7628865979381523,0,0,22.785714285714285,1.2191393411297102,0,1.0789473684210527,235.71227477477584,0,1,7.894736842105263,0,1,4.647256438969771,83.2986279494219,0,0,0,0,0,0,4.301476688236271,1.8794570179764278,4.651780967570431,1.079784950241458,48.502941176470586,0,0,3.5248074914000154,0.9831932773109243,-14024491362.065609,-2895852.278404236,3.014241267534977,8661349.68457359,0,0,-2.6537053866220823,1.5805856406032381,20.83817964332124,0,1,0.9646616541353412,0.07528579958366288,1868.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1820.8833333333332,1863.0,1730.0,2.6424903663972765,0,0,0,none,1,2.1020408163265305,-1.070090957731407,1,0.667,1,0,1,1.0,72.03065134099617,7.520922323705287,112.68346111719613,105.8608170053954,18.84402555219981,11.323103228494523,8.051142780413015,1830.8,1791.75,1772.1333333333334,4.3114273754709,0,0,30.857142857142858,1.6509974776427425,0,1.1782178217821782,165.3192735793784,0,1,21.686746987951807,0,1,4.941044357102742,90.01604913673756,0,0,0,0,0,0,3.3063715056052274,2.048833834371848,11.673360107095036,1.038107372063741,51.42647058823536,0,0,3.5734793757157806,0.8739495798319328,-15060957443.023613,-70389823.78743935,3.330810896288061,12270636.048818111,0,0,-2.3281959227060196,1.945008458589359,16.293041996313608,0,1,5.172180451127795,0.7198889055471234,1861.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1849.0166666666667,1851.0,1743.9,1.0807546353467146,0,0,0,none,1,1.0,-0.5350454788657035,1,0.545,1,0,1,6.731779260672901,-9.005696473000853,-15.737475733673755,1779.0,1772.6,1822.7333333333333,2.27913798939412,1,0,42.42857142857143,2.34024111575132,0,1.101123595505618,109.12240184757526,0,1,10.112359550561797,0,1,-0.32985156679494754,67.21466211050691,1,0,1,0,1,0,4.09324758842444,2.4839372366536345,22.097378277153567,0.6761981552930935,-4.414705882353019,0,0,6.510786202744393,0.7226890756302521,-19061061076.222523,-132604275.06963348,2.599747015722039,25075345.461212993,1,0,,-0.5231123535037296,23.238710896955293,0,1,-0.24360902255638886,0.0012082449041149745,1814.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1813.4,1859.0,1734.2,-0.022058012573067387,1,0,0,none,1,-0.4482758620689655,-0.7722007722007722,1,0.375,0,0,1,-27.261897326549633,-23.502424482337574,3.7594728442120586,1773.0,1855.4,1685.95,-6.057992885631136,0,0,57.0,3.2702237521514634,0,0.08484848484848485,-89.12096287953757,0,0,-78.62595419847328,0,0,-6.741573033707871,40.66428533526637,1,0,1,0,1,0,10.63969065887224,1.7824043294799061,-16.845355519341283,0.0931343382495468,-181.59117647058838,0,0,11.519074164422562,,-49994423239.057755,-3255263445.7616196,1.3297465351780253,-213990.75006389618,0,0,,-1.5251341345580371,52.51247495831292,1,1,-12.535338345864698,0.5473419301960256,1744.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-6.407,0,0,2205.25,2380.0,1331.5,-20.961342251445416,1,0,0,none,1,5.52542372881356,-4.53241537578887,1,0.333,0,0,0,0,4,0,0,0.0,1.0,0.0,0,0.7435967380376969,61.09324758842444,91.0112359550562,71.16104868913858,9.356192565441564,43.0672268907563,18.575063613231542,35.808504848159465,0.21967256917390418,21.610417745344627 -181,2025-10-11 06:18:00,buy,1149.0,0.533,33,저점 분할 매수 · 비중 53% · 2회 · BB하단 · leg#33,0.0,7.5,-20.302929066889146,25.58420132066419,21.577156128374156,-40.06089740447078,-19.757968337581634,16.426879566875773,1575.2,1661.3,1695.15,-14.043219165713595,0,0,49.5,3.466386554621849,0,0.041237113402061855,-265.28545119705325,1,0,-95.87628865979381,1,0,-16.344463971880497,6.022089453686348,0,0,0,0,0,0,-7.5,-10.404002575079415,-3.727470369591135,-0.5670202888606761,-138.6264705882354,0,0,8.735743319587986,1.0,-9114299089.42789,-74522751.4398117,2.081374060385058,-6518794.3254615385,0,0,,-22.66521783185119,50.79486006197858,1,1,-8.518796992481198,0.5456803164515557,1416.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1764.9166666666665,1784.6666666666665,1468.6666666666667,-19.089664290098675,0,0,0,none,1,-3.310924369747899,-2.1708683473389354,0,0.25,-1,-1,1,0.0,14.13333333333334,-20.400334382358835,41.408589029868665,30.968147863284504,-38.54347534024191,-18.143140957883077,15.635485698373259,1589.6,1672.55,1715.0833333333333,-14.621386505635103,0,0,64.0,4.481792717086835,0,0.41014799154334036,-375.3002314511537,1,0,-58.985200845665965,0,0,-15.801886792452835,7.204577867799543,0,0,0,0,1,0,-15.033333333333331,-12.379010700332385,13.671599718111349,-0.39185559933858105,-176.97058823529414,0,0,9.758566195275527,1.0,-10773340978.028824,-181813072.19786263,3.017964993518674,-5841599.424326196,0,0,,-22.621251089900973,71.11400547058457,1,1,-6.647368421052598,0.3618316508458912,1234.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1764.8333333333335,1884.0,1472.3333333333333,-19.08584380017,0,0,0,none,1,-4.454545454545454,-0.42016806722689076,0,0.231,-1,-1,1,0.0,20.338983050847446,-5.2263283514967185,58.991596638655494,61.1372070195599,-29.008783598074388,-23.78245524657767,7.701301817823025,1672.0,1701.6,1777.4666666666667,-5.1480959097320085,0,0,51.0,3.1598513011152414,0,0.77079107505071,-498.94502627843417,1,0,-20.168067226890756,0,0,-5.05882352941176,7.934251136237606,1,0,0,0,1,0,0.8945386064030032,-3.2484865686660633,6.610644257703079,0.08184589224696778,-133.10882352941167,0,0,4.8109313604098505,0.9915966386554622,-13369095950.930338,-629887881.9173164,6.719302604716631,6935016.556069255,1,0,,-12.455210793614125,70.41987993399583,1,1,-4.027067669172961,0.5288379829177496,1234.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1868.25,1879.0,1341.5,-13.60899237254115,1,0,0,none,1,-2.1772151898734178,-0.37174721189591076,0,0.375,0,0,1,0.0,7.303370786516865,-19.369198287579685,56.39726151355242,50.657664921565406,-52.9172279875952,-33.54802970001551,17.17920070889225,1629.8,1705.1,1781.3,-16.251246261216345,0,0,82.5,5.777310924369748,0,0.2539325842696629,-426.96298476709177,1,0,-72.50608272506082,0,0,-17.265353418308226,5.053858925358696,0,0,0,0,1,0,-5.894598756630344,-14.370796750592746,-2.156115625334742,-0.3045415168771742,-216.7705882352941,0,0,9.95505863428875,1.0,-12849832368.726973,-101416936.1758728,4.571928280973239,-14333158.450870872,0,0,,-22.48813356679713,84.63168406884108,1,1,-8.631578947368428,0.48625368437788663,1315.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1866.65,1876.0,1315.0,-23.499316958187134,1,0,0,none,1,-6.694915254237288,-22.058823529411764,0,0.35,-1,-1,1,0.0,8.389261744966447,-16.08904826750918,34.21326428668523,18.325630800959843,-35.7814304322726,-19.69238216476342,16.24620673789633,1687.4,1775.5,1778.95,-9.152351450295694,0,0,83.92857142857143,5.203259233017447,0,0.5437956204379562,-384.2829647383523,1,0,-40.28056112224449,0,0,-8.611898016997166,2.58869269566064,0,0,0,0,1,0,-2.721849366144667,-4.187082104816531,18.723047673255785,0.10043183233871465,-192.6911764705883,0,0,5.342392087935411,1.0,-14194282957.044699,-67766181.75076103,4.433675393236502,-11131877.737562895,0,0,,-12.247309540976536,50.39133195078227,1,1,-11.27368421052635,0.8554102578443985,1315.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1817.3333333333335,1863.0,1315.0,-11.243580337490833,1,0,0,none,1,-2.7551020408163267,-19.528828270303784,0,0.438,-1,-1,1,0.0,26.61498708010336,-21.278284926752214,30.113652814185496,20.84772129271482,-23.13165537577379,-1.853370449021574,13.856298948339624,1701.0,1786.4,1774.3333333333333,-9.706672637707126,0,0,94.78571428571429,5.876361704012045,0,0.39746835443037976,-403.32623164709565,1,0,-60.25316455696203,0,0,-11.031439602868176,27.920271749119834,0,0,0,0,0,0,-3.768493745855338,-6.135117396079327,10.958868811801462,0.10827674270926511,-155.7970588235296,0,0,5.986483551052381,1.0,-15398518878.658407,-349445336.74902916,5.700926464692067,-31532355.801213384,0,0,,-11.879501749752752,29.87701093096599,1,1,-6.042105263157869,0.3336665660699246,1456.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1462.5833333333335,1851.0,1456.0,10.28431428408636,1,0,0,none,1,-4.794871794871795,-28.270303781773094,0,0.385,-1,0,1,2.872849651625181,-10.046829697268095,-12.919679348893276,1785.2,1764.85,1822.4833333333333,-2.541292461115674,0,0,104.5,6.075581395348837,0,0.7829457364341085,-556.4621661150034,1,0,-21.705426356589147,0,0,-3.856903297931802,43.636355252621065,1,0,0,0,1,0,-18.13367904976672,-5.525486235871565,-3.489823766803127,0.35623206940064966,-100.75294117647059,0,0,7.558048705661826,0.9915966386554622,-19977947047.91522,-946502588.422432,5.89940508998269,-6884598.347360671,0,0,-8.19676301209192,-5.368726531611423,21.198190333008274,0,1,2.060902255639114,0.1151595532740387,1417.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.3666666666668,1859.0,1417.0,20.755423463059586,1,0,0,none,1,-2.9310344827586206,-24.24418604651163,0,0.375,0,0,1,-19.96355672771025,-21.194973065425756,-1.2314163377155043,1771.4,1839.35,1692.6333333333334,-1.1607361296109953,0,0,107.78571428571429,5.928807166430929,1,0.9113300492610837,-434.976715544779,1,0,-7.035175879396985,0,1,1.4508928571428603,27.95967693708387,0,0,0,0,0,0,7.299073475544056,7.298340598839381,20.04679887989566,0.46271901405975674,-293.34705882352955,0,0,12.173687811944424,,-50294488079.56227,-3561815801.4008636,3.650049803613228,138113332.74206185,0,0,,3.2996759564279277,52.24894630540689,1,1,-8.591729323308263,0.4599324700258903,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-2.001,0,0,2205.25,2380.0,1331.5,-17.56036730529419,1,0,0,none,1,7.0,-24.64246424642464,0,0.333,0,0,1,4,0,0,0,1.0,0.0,0.0,0,0.18792352987783398,49.340369393139845,101.37909009087478,99.08641330120297,8.143172281206756,50.36630036630036,38.6218624931272,30.87244841297719,0.42878519084234407,16.299083622359387 -182,2025-10-11 10:51:00,buy,1312.0,0.467,33,저점 분할 매수 · 비중 47% · 2회 · BB하단 · leg#33,0.23470137509464478,32.83582089552239,-1.2471896767805752,31.74603174603195,40.2116402116404,-16.815479259665153,-15.568289582884578,7.522995942484904,1350.0,1370.35,1400.8333333333333,-1.9958404787098094,0,0,19.928571428571427,1.4838846931177534,0,0.24,-89.51450173826443,0,0,-71.42857142857143,0,0,-2.681159420289858,22.759373158131027,0,0,1,0,0,0,3.605051664753148,0.33443334578929296,-6.878306878306876,0.20647384092271848,-40.71176470588239,0,0,2.881055064139925,0.3949579831932773,,,0.8302670746867602,-1341759.643443987,0,0,,-27.035666907361556,43.07654271405104,1,1,-3.773684210526321,0.7503682903134798,1330.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1418.7,1483.8,1316.4,-5.33587086769578,1,0,0,none,1,-2.991596638655462,0.0,0,0.357,0,0,0,0.12338345514118167,30.909090909090907,-3.7727213819642706,33.22888105496826,38.96189971159714,-22.872101095344533,-19.099379713380262,9.379724861344785,1346.0,1382.85,1412.0833333333333,-3.532559569006033,0,0,24.071428571428573,1.8044549153994431,0,0.18181818181818182,-132.54437869822524,1,0,-75.67567567567568,0,0,-4.02877697841727,24.55906694412434,0,0,0,0,1,0,-2.6238432226456183,0.020321379919291616,-7.8543332064458795,0.07468982753584395,-52.34411764705874,0,0,4.105018372123653,0.5630252100840336,-11013150108.345484,-44032395.87521362,1.1504256505389947,-2325933.7551167905,0,0,,-27.482458373907914,57.11955760075756,1,1,-4.976691729323313,0.8244022353071412,1316.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1429.1666666666665,1491.9333333333334,1294.6666666666667,-6.65889212827987,1,0,0,none,1,-4.252525252525253,-0.3748125937031484,0,0.292,0,0,0,0.00955779393137015,38.60294117647059,1.958292152045587,7.577758162001828,12.867519952922075,-46.09286722457159,-48.05115937661718,9.424789133928387,1358.2,1398.65,1569.3833333333334,-4.622314374575486,0,0,31.857142857142858,2.3880916684514886,0,0.009259259259259259,-172.47649458932042,1,0,-99.07407407407408,1,0,-6.582633053221287,22.555670693131063,0,0,0,0,0,0,-8.455882352941174,-1.5721196919302187,-4.603638726445743,-0.0639283998361119,-75.54411764705878,0,0,6.537681377448554,0.773109243697479,-13573827743.04639,-77197809.73578262,0.754306263279822,-1403901.8246163428,0,0,-6.941285932549916,-27.407262455678772,27.519226646535458,1,1,-3.2157894736841706,0.333274328224928,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1416.75,1879.0,1298.5,-5.840832892182812,1,0,0,none,1,-6.506329113924051,-1.6491754122938531,0,0.238,0,0,0,0.2049562045792574,34.10138248847926,3.8722025297397664,27.787813046768918,42.67942332047028,-73.44610215123066,-77.31830468097043,17.96870423991396,1372.6,1411.85,1660.5833333333333,-5.30155469773701,0,0,49.0,3.664921465968586,0,0.2222222222222222,-99.94311206922333,0,0,-95.06172839506173,1,0,-3.604902667627974,53.4245012225084,1,0,1,0,1,0,-2.4503416494517793,-1.5948118833326816,-13.505424616535727,-0.04053446911447448,-155.5588235294117,0,0,15.761443178720107,0.9495798319327731,-12960145366.553907,-81717686.94569206,0.573523200845999,-6730581.2550987005,0,0,,-27.209064060112542,10.161893168698631,0,1,-4.490977443609045,0.17549273302717927,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1399.15,1876.0,1315.0,-4.44198263231248,1,0,0,none,1,-8.067796610169491,-1.6454749439042633,0,0.353,0,0,0,0.17291327077102808,28.06004618937645,-18.857835844339036,17.7914242334194,21.417396118639175,-110.39752292348612,-91.53968707914709,43.95047098540477,1394.2,1573.15,1724.7166666666667,-14.375615802688879,0,0,122.42857142857143,9.088980803902853,0,0.07223476297968397,-80.54241564175337,0,0,-91.68831168831169,1,0,-21.228070175438596,58.71963163170531,1,0,0,0,1,0,-1.394499265169003,1.5597975992809126,-5.3793964796409774,0.11311968782968766,-277.4558823529412,0,0,19.511987235509114,1.0,-14285444730.223106,,0.868625292235386,-20433889.480250537,0,0,,-26.492980614925155,48.81375122245884,1,1,-26.274436090225567,0.8087001032303803,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1324.1333333333332,1863.0,1315.0,1.7269157184573558,1,0,0,none,1,-8.612244897959183,-1.6332590942835932,0,0.412,0,0,0,0.000442078693027979,10.467289719626166,-46.481689471890554,5.552423080937609,9.327434871829094,-90.2712985514147,-43.78960907952415,37.44574646886087,1460.0,1709.85,1754.5666666666666,-18.70631926777202,0,0,129.28571428571428,9.301130524152107,0,0.11003861003861004,-143.19012176200982,1,0,-88.996138996139,1,0,-23.542354235423545,37.42379224761277,0,0,0,0,0,0,-2.392595117226037,-0.9653812409176297,0.05812263876779955,0.00011806804356552751,-373.3088235294117,0,0,8.753494533906242,0.9747899159663865,-15559884488.106983,-392878788.1574631,1.5393036522600811,-68115412.79842865,0,0,,-23.88505193304016,30.552177767760117,1,1,-22.597744360902244,0.697585105528407,1333.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1358.9,1851.0,1350.2666666666667,2.288615792184845,1,0,0,none,1,-9.23076923076923,-1.5827338129496402,0,0.385,-1,0,0,-19.89616582291956,-37.78988662754273,-17.893720804623168,1712.6,1747.85,1816.4833333333333,-18.871756729696475,0,1,126.92857142857143,8.951239169856942,0,0.002583979328165375,-322.4084569315497,1,0,-99.74160206718346,1,0,-20.38180797304885,50.88247382818193,0,0,0,0,1,0,-21.55433670368962,-22.76901547454474,-36.617987205915085,-0.1452640128324927,-170.21470588235297,0,0,16.170905993496373,1.0,-19998207668.330154,-933916568.0941658,3.5068929550723,-31690899.147185475,0,0,-6.765571249925755,-21.849075458088564,18.839352060857305,0,1,-3.0022556390977613,0.043120914987736625,1417.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.3666666666668,1844.2666666666667,1417.0,-0.44698228452412225,1,0,0,none,1,-13.482758620689655,-8.815232722143865,0,0.333,-1,-1,1,-19.96355672771025,-21.194973065425756,-1.2314163377155043,1771.4,1839.35,1692.6333333333334,-1.1607361296109953,0,0,107.78571428571429,5.928807166430929,1,0.9113300492610837,-434.976715544779,1,0,-7.035175879396985,0,1,1.4508928571428603,27.95967693708387,0,0,0,0,0,0,7.299073475544056,7.298340598839381,20.04679887989566,0.46271901405975674,-293.34705882352955,0,0,12.173687811944424,,-50294488079.56227,-3561815801.4008636,3.650049803613228,138113332.74206185,0,0,,3.2996759564279277,52.24894630540689,1,1,-8.591729323308263,0.4599324700258903,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-2.001,0,0,2205.25,2380.0,1331.5,-17.56036730529419,1,0,0,none,1,7.0,-24.64246424642464,0,0.333,0,0,1,3,0,0,0,0.75,0.0,0.0,0,0.0,27.786032689450224,64.7611028849597,90.33636894450414,19.574629021376897,50.36630036630036,38.6218624931272,30.87244841297719,0.42878519084234407,16.299083622359387 -183,2025-10-11 18:03:00,sell,1500.0,0.65,33,고점 매도 · 비중 65% · 분할 · leg#33,0.8866450789394615,70.2127659574468,2.618008475636966,104.05092592592614,103.99813190383384,12.782942953825568,10.164934478188602,5.064369125497331,1490.6,1468.25,1450.6333333333334,1.9581134003064937,0,0,9.928571428571429,0.6632312243534688,0,1.0566037735849056,134.03957919517356,0,1,9.375,0,1,1.8367346938775508,91.77698249718655,0,0,0,1,0,1,-3.3721397029305535,-0.01893410003162188,0.4934210526315894,1.119346218943255,35.752941176470586,0,0,1.642261801576942,0.29411764705882354,-9580572559.021677,567501.9986114502,1.0093793237502744,788197.3069286551,0,0,,-18.539102804842166,29.891534259498705,1,1,2.988721804511291,0.9047077007906437,1497.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1442.85,1472.3,1425.8,3.7529888761825614,0,0,0,none,1,0.5798319327731093,-1.068804275217101,1,0.548,1,0,0,0.9797368834762842,94.20289855072464,5.0845931512714575,108.66824271079615,107.19542486370942,13.19143147440559,8.106838323134133,5.715302463269846,1486.0,1457.05,1446.6,2.7418413918534057,0,0,9.642857142857142,0.644145433724592,0,1.0666666666666667,147.68310911808686,0,1,7.4074074074074066,0,1,3.670360110803328,82.44500166358259,0,0,0,0,0,1,2.898550724637687,0.10289407538171247,1.5919428200129886,1.35197599827058,38.67647058823536,0,0,1.4299030118486535,0.0,-11059075369.259987,484106.3234348297,1.5475359707463372,3899435.4317409694,0,0,,-18.494074599893985,43.11114089431085,1,1,3.244360902255631,0.8500001392378268,1497.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1442.85,1493.0,1327.8,3.7529888761825614,0,0,0,none,1,0.9797979797979798,-1.002004008016032,1,0.6,0,0,0,1.0,70.83333333333333,5.75805785389254,106.83006535947716,112.09921931735651,11.820781303012382,6.062723449119842,5.3824825541803,1478.0,1451.25,1426.2833333333333,3.1524547803617464,0,0,15.071428571428571,1.0067754556732513,0,1.088235294117647,209.11949685534526,0,1,8.823529411764707,0,1,5.12640449438202,85.02760954623686,0,0,0,0,0,0,3.007246376811594,1.0820914856949981,-7.2440087145969585,1.2028411813980977,36.602941176470495,0,0,2.526955884758754,0.42016806722689076,-13661364236.392614,-4579083.488178253,1.5373918347988003,5686401.871563882,0,0,,-18.410404098269062,47.92201158498636,1,1,1.5736842105263087,0.22728641290629503,1497.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.25,1453.8,1343.9,4.6670162558993145,0,0,0,none,1,-2.6202531645569622,-0.6012024048096193,1,0.522,0,0,0,1.0,72.05882352941177,7.371822421254126,118.20231218453098,109.25601634312352,5.2563288931492025,-2.115493528104923,4.494941790551414,1465.4,1447.8,1479.8166666666666,3.3982594280978162,0,0,14.857142857142858,0.9924611127015938,1,1.1694915254237288,265.23505513638895,0,1,16.94915254237288,0,1,3.31262939958592,79.6758130925293,0,0,0,1,0,0,7.652043868394827,1.8365292169747276,7.501569365976138,1.2788145365862986,43.07647058823545,0,0,2.6631533564129795,0.5042016806722689,-13014094903.563387,-12996517.377822876,1.4219991854959462,4530431.902016729,0,0,,-18.36994232534286,21.62734349888841,0,1,1.4616541353383512,0.2824957885049071,1490.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1431.4499999999998,1479.4,1315.0,4.579272765377773,0,0,0,none,1,-3.9661016949152543,-0.2004008016032064,1,0.4,1,1,0,0.963694169055571,81.29770992366412,19.600829467113762,118.11259513829201,108.49870256103151,-33.23940636831935,-52.84023583543311,10.555168092834027,1453.8,1427.15,1643.4833333333333,4.894369898048545,0,0,29.428571428571427,1.9658364347743102,0,1.0649350649350648,172.79042685620226,0,1,16.94915254237288,0,1,4.685314685314679,73.0689958643142,0,0,0,0,0,0,6.5989147429412185,2.27877740834014,6.919558783965556,0.7580651735767465,-24.008823529411757,0,0,7.419526725364491,0.8067226890756303,-14330851002.694742,-25269738.37360382,0.7378705168303068,8474948.68033272,0,0,-2.4628296919773587,-18.176743987065148,27.84134185226386,1,1,4.322556390977449,0.4611049780348381,1497.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1324.1333333333332,1863.0,1315.0,13.055080052361312,1,0,0,none,1,-6.224489795918367,-0.8684034736138945,1,0.364,1,0,0,0.4133861300747655,31.810766721044047,1.9049005522527835,37.67774470899479,31.14392560411738,-85.00801489474634,-86.91291544699912,43.063582543963946,1453.2,1555.0,1709.5166666666667,-3.729903536977497,0,0,124.28571428571429,8.30231892356141,0,0.340956340956341,-20.69631192619359,0,0,-41.42857142857143,0,0,5.571227080394925,54.933802247146346,0,0,0,0,0,0,7.385987959982103,7.940888291296275,9.72999509081983,0.42635644427781527,-185.6441176470587,0,0,11.50791160220139,1.0,-15628348211.028454,-197723064.3276825,0.508675657371438,-11438068.498214006,0,1,,-17.888902033549194,18.22199348106051,0,1,-23.606015037593988,0.6959087314789469,1472.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1358.9,1851.0,1333.0,10.16263154021635,1,0,0,none,1,-6.897435897435898,-0.26720106880427524,1,0.417,0,0,0,-37.92517629392456,-73.26927112254748,-35.34409482862292,1563.8,1716.35,1804.8666666666666,-16.800186442159227,0,0,121.42857142857143,8.503401360544217,0,0.028423772609819122,-145.2576915539878,1,0,-97.1576227390181,1,0,-18.07228915662651,58.14069118149498,0,0,0,0,0,0,-1.620443049014483,-6.048856491850124,-25.150732127476314,-0.03652251359211069,-296.0,0,0,16.217876115948073,0.9915966386554622,-20011416081.155354,-941880633.0118141,1.1319824942891368,-21363226.55220902,0,0,-6.111029512739153,-21.195464638840022,17.978234440892752,0,1,-11.623308270676691,0.28139531095790593,1428.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.3666666666668,1844.2666666666667,1417.0,0.2550841309587826,1,0,0,none,1,-12.793103448275861,-4.761904761904762,1,0.375,0,0,0,-19.96355672771025,-21.194973065425756,-1.2314163377155043,1771.4,1839.35,1692.6333333333334,-1.1607361296109953,0,0,107.78571428571429,5.928807166430929,1,0.9113300492610837,-434.976715544779,1,0,-7.035175879396985,0,1,1.4508928571428603,27.95967693708387,0,0,0,0,0,0,7.299073475544056,7.298340598839381,20.04679887989566,0.46271901405975674,-293.34705882352955,0,0,12.173687811944424,,-50294488079.56227,-3561815801.4008636,3.650049803613228,138113332.74206185,0,0,,3.2996759564279277,52.24894630540689,1,1,-8.591729323308263,0.4599324700258903,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-2.001,0,0,2205.25,2380.0,1331.5,-17.56036730529419,1,0,0,none,1,7.0,-24.64246424642464,0,0.333,0,0,1,0,4,0,0,0.0,1.0,0.0,0,0.0,15.726495726495727,2.583979328165384,31.693264556255603,30.210609496886725,50.36630036630036,38.6218624931272,30.87244841297719,0.42878519084234407,16.299083622359387 -184,2025-10-11 18:27:00,sell,1498.0,0.35,33,고점 매도 · 비중 35% · 분할 · leg#33,0.7364581622715681,62.6865671641791,-0.6825740039708492,84.95726495726517,75.22588522588542,11.182796210097877,11.865370214068726,3.312519454708509,1493.8,1487.35,1456.8666666666666,0.7832722627491906,0,0,7.785714285714286,0.5193938816353759,0,0.9736842105263158,80.0341935139181,0,0,-6.666666666666667,0,1,0.6040268456375841,74.87074263538302,0,1,0,1,0,1,-4.845900368288433,-0.05812287037620756,9.682539682539684,0.9212789362327536,25.014705882352928,0,0,1.7787030167941809,0.5462184873949579,-9589625476.40008,-8904520.502368927,0.5652249881072042,807253.2579481108,0,0,,-18.424786827761853,30.122231278225268,1,1,1.6428571428571443,0.6226505797198432,1499.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1442.6666666666665,1500.0,1428.0,3.904805914972287,1,0,0,none,1,0.5798319327731093,-0.20013342228152103,1,0.567,0,0,0,0.8232151946182222,82.22222222222223,2.4251236622908294,95.1515151515154,95.08417508417544,15.19457266406107,12.76944900177024,6.558643517466503,1498.6,1471.8,1451.6333333333334,2.11985324092947,0,0,10.642857142857142,0.7081075943351391,0,1.0666666666666667,94.03393541324611,0,0,12.121212121212121,0,1,2.3144996596323963,74.63935098062143,0,0,0,1,0,1,1.4993306559571664,-0.23886543072955924,3.4343434343434183,1.0954211924544544,39.65588235294126,0,0,1.393505899711616,0.01680672268907563,-11065154728.275856,-5591074.084213257,0.35968718797107735,1513756.3731224686,0,0,-0.9875184487519569,-18.162477540188483,63.655210594379696,1,1,3.9172932330827046,0.9222200115841059,1500.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1441.05,1499.0,1328.2,4.298948683251802,0,0,0,none,1,1.1111111111111112,-0.19960079840319359,1,0.625,1,0,0,0.9100556622677678,80.73394495412845,5.8745229525149725,108.30532212885157,108.79240585122932,14.973533446045849,9.099010493530876,6.618233302377127,1491.0,1455.5,1430.0,2.713844039848845,0,0,13.071428571428571,0.8743430482560917,0,1.0285714285714285,136.64596273291923,0,1,2.857142857142857,0,1,3.460207612456756,89.5104263366068,0,0,0,0,0,0,6.157673767687768,-0.3961022726141916,-2.936507936507951,1.1238196303517163,44.9588235294118,0,0,1.9947596989671912,0.18487394957983194,-13662669588.406252,-740293.0063915253,0.6491249659187354,5385309.985870361,0,0,,-18.51571215033414,43.61774241658714,1,1,2.9578947368420927,0.5280133358170805,1495.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.25,1453.8,1343.9,4.527180562838673,0,0,0,none,1,-2.430379746835443,-0.46822742474916385,0,0.545,0,0,0,1.0,65.11627906976744,7.709043146249123,106.92080328271538,111.94128609526722,7.520810404706481,-0.18823274154264233,5.085643063269395,1475.4,1450.6,1475.8,2.716117468633672,0,0,14.857142857142858,0.9971236816874401,1,1.0163934426229508,205.69668976135438,0,1,1.639344262295082,0,1,3.328710124826628,78.36669462706496,0,0,0,0,0,0,-6.942544459644324,0.33722072499499767,-11.281508901815599,1.0980712107575683,50.84411764705874,0,0,2.7145865577453074,0.5126050420168067,-13013595144.715988,-5122761.355060577,0.7969682476126057,4633228.162847698,0,0,,-18.749286503508678,22.465306716520477,0,1,1.846616541353358,0.3508765725044771,1490.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1430.0333333333333,1450.3333333333333,1315.0,4.193375445793812,0,0,0,none,1,-4.016949152542373,-0.738255033557047,0,0.4,0,0,0,0.963694169055571,81.29770992366412,19.600829467113762,118.11259513829201,108.49870256103151,-33.23940636831935,-52.84023583543311,10.555168092834027,1453.8,1427.15,1643.4833333333333,4.894369898048545,0,0,29.428571428571427,1.9658364347743102,0,1.0649350649350648,172.79042685620226,0,1,16.94915254237288,0,1,4.685314685314679,73.0689958643142,0,0,0,0,0,0,6.5989147429412185,2.27877740834014,6.919558783965556,0.7580651735767465,-24.008823529411757,0,0,7.419526725364491,0.8067226890756303,-14330851002.694742,-25269738.37360382,0.7378705168303068,8474948.68033272,0,0,-2.4628296919773587,-18.176743987065148,27.84134185226386,1,1,4.322556390977449,0.4611049780348381,1497.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1324.1333333333332,1863.0,1315.0,13.055080052361312,1,0,0,none,1,-6.224489795918367,-0.8684034736138945,1,0.364,1,0,0,0.4133861300747655,31.810766721044047,1.9049005522527835,37.67774470899479,31.14392560411738,-85.00801489474634,-86.91291544699912,43.063582543963946,1453.2,1555.0,1709.5166666666667,-3.729903536977497,0,0,124.28571428571429,8.30231892356141,0,0.340956340956341,-20.69631192619359,0,0,-41.42857142857143,0,0,5.571227080394925,54.933802247146346,0,0,0,0,0,0,7.385987959982103,7.940888291296275,9.72999509081983,0.42635644427781527,-185.6441176470587,0,0,11.50791160220139,1.0,-15628348211.028454,-197723064.3276825,0.508675657371438,-11438068.498214006,0,1,,-17.888902033549194,18.22199348106051,0,1,-23.606015037593988,0.6959087314789469,1472.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1358.9,1851.0,1333.0,10.16263154021635,1,0,0,none,1,-6.897435897435898,-0.26720106880427524,1,0.417,0,0,0,-37.92517629392456,-73.26927112254748,-35.34409482862292,1563.8,1716.35,1804.8666666666666,-16.800186442159227,0,0,121.42857142857143,8.503401360544217,0,0.028423772609819122,-145.2576915539878,1,0,-97.1576227390181,1,0,-18.07228915662651,58.14069118149498,0,0,0,0,0,0,-1.620443049014483,-6.048856491850124,-25.150732127476314,-0.03652251359211069,-296.0,0,0,16.217876115948073,0.9915966386554622,-20011416081.155354,-941880633.0118141,1.1319824942891368,-21363226.55220902,0,0,-6.111029512739153,-21.195464638840022,17.978234440892752,0,1,-11.623308270676691,0.28139531095790593,1428.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1424.3666666666668,1844.2666666666667,1417.0,0.2550841309587826,1,0,0,none,1,-12.793103448275861,-4.761904761904762,1,0.375,0,0,0,-19.96355672771025,-21.194973065425756,-1.2314163377155043,1771.4,1839.35,1692.6333333333334,-1.1607361296109953,0,0,107.78571428571429,5.928807166430929,1,0.9113300492610837,-434.976715544779,1,0,-7.035175879396985,0,1,1.4508928571428603,27.95967693708387,0,0,0,0,0,0,7.299073475544056,7.298340598839381,20.04679887989566,0.46271901405975674,-293.34705882352955,0,0,12.173687811944424,,-50294488079.56227,-3561815801.4008636,3.650049803613228,138113332.74206185,0,0,,3.2996759564279277,52.24894630540689,1,1,-8.591729323308263,0.4599324700258903,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,17,impulse_late,unknown,none,below_cloud,below,-2.001,0,0,2205.25,2380.0,1331.5,-17.56036730529419,1,0,0,none,1,7.0,-24.64246424642464,0,0.333,0,0,1,0,3,0,0,0.0,0.75,0.0,0,0.0,15.726495726495727,2.583979328165384,31.693264556255603,30.210609496886725,50.36630036630036,38.6218624931272,30.87244841297719,0.42878519084234407,16.299083622359387 -185,2025-10-12 04:51:00,buy,1375.0,0.499,34,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#34,0.14194151007634995,19.512195121951223,-1.390629671303838,6.250000000000218,10.525937428111545,-7.785630636130918,-6.39500096482708,2.8224606731565136,1387.0,1400.15,1414.1166666666666,-1.010606006499315,0,0,8.5,0.6132756132756133,0,0.1,-101.7672151127351,1,0,-81.25,1,0,-0.7874015748031482,44.08684931980015,0,0,0,0,0,0,-11.737804878048777,0.21489569740262837,-2.445652173913044,0.13779865541612388,-19.417647058823377,0,0,1.1228569148695913,0.42016806722689076,-9638235199.210852,-1902680.6815814972,0.44324209572612294,233470.01751515362,1,0,-3.8584111791190665,-24.51263373677718,31.860783856739065,1,1,-1.5436090225564116,0.854393066595206,1386.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1451.8333333333335,1453.0,1394.6666666666667,-4.5344966134772235,0,0,0,none,1,-0.5126050420168067,-0.2886002886002886,1,0.394,0,0,0,0.08916168009701833,26.15384615384616,-1.8380445149713562,10.256410256410513,11.207807662201809,-10.018693067708455,-8.180648552737098,3.490449976011894,1389.2,1405.15,1425.8166666666666,-1.4340106038501332,0,0,9.285714285714286,0.6704486848891181,0,0.27906976744186046,-160.74860900353957,1,0,-69.23076923076923,0,0,-1.8426647767540771,2.089541406585795,0,0,0,0,0,0,-2.2043628013777266,0.12343560528595532,4.509283819628647,0.030062724995031254,-25.976470588235316,0,0,1.1188343214215353,0.24369747899159663,-11116330653.421803,-5787733.684356689,1.947097221972254,-634949.884159416,0,0,,-24.52538516443389,44.15810654156832,1,1,-1.925563909774426,0.8631687127710574,1373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1442.0166666666667,1474.0,1393.2,-3.9539533754811007,0,0,0,none,1,-0.8686868686868687,-0.21660649819494585,0,0.263,0,0,1,0.0,19.69696969696969,-2.6108245858827974,18.91310665504217,19.82518498647525,-12.899984321962165,-10.289159736079368,3.707096217292407,1395.0,1414.45,1443.4166666666667,-2.0820813743858024,0,0,11.785714285714286,0.850954100051573,0,0.11627906976744186,-189.30872031535554,1,0,-86.48648648648648,1,0,-2.464788732394363,9.046179165329761,0,0,0,0,1,0,-1.8414918414918446,-0.34916479113312704,4.504504504504505,-0.096351508336627,-35.80882352941171,0,0,1.6261038512087294,0.20168067226890757,-13712354801.326979,-6220986.288854599,1.771743624710594,-1280455.4772789776,0,0,,-24.448740889945675,79.5061105754626,1,1,-1.9631578947368546,0.7849745422070625,1380.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1445.9166666666665,1493.0,1425.2,-4.213013659155084,0,0,0,none,1,-0.7848101265822784,-0.7220216606498195,0,0.286,0,0,0,0.0,12.5,-3.317326536389155,13.630612841889688,18.70460173599039,-14.522838004204004,-11.20551146781485,5.675586599489015,1402.8,1426.8,1448.45,-3.069806560134569,0,0,14.928571428571429,1.0794339427745068,0,0.04477611940298507,-186.83473389355666,1,0,-93.02325581395348,1,0,-3.1512605042016806,14.77934790009796,0,0,0,0,1,0,-3.9383561643835634,-0.96257797756817,-6.841085271317832,-0.14247697354506345,-39.33823529411757,0,0,2.1884997635426386,0.19327731092436976,-13070009629.289886,-7621371.774238586,1.4318892996312402,-2146727.723079443,0,0,,-24.521863046900204,57.78212843807471,1,1,-3.2406015037593927,0.8967916890026588,1380.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.6833333333334,1489.0,1430.8666666666666,-3.467851700189628,0,0,0,none,1,-1.2033898305084745,-0.7230657989877078,0,0.333,-1,-1,0,0.04808701028754643,17.54385964912281,-2.270880701303774,22.77777777777754,17.13108692436838,-19.357852992879316,-17.08697229157554,7.273814927923591,1414.4,1446.55,1513.0,-3.287131450693026,0,0,21.214285714285715,1.5163892576330031,0,0.20212765957446807,-178.70007830853538,1,0,-66.66666666666666,0,0,-2.508710801393732,27.505212496153604,0,0,0,0,1,0,-2.063983488132095,-0.8196269538887861,4.320987654320987,0.03491458912385152,-37.779411764705856,0,0,2.4683613331652774,0.33613445378151263,-14391737764.213245,-21324208.046278,1.033692468630518,-1762919.833907485,0,0,,-23.470627295021785,44.7328474535617,1,1,-4.1180451127819255,0.8577857633408038,1380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1436.9166666666665,1456.1666666666667,1315.0,-2.638751957315999,1,0,0,none,1,-6.551020408163265,-0.7147962830593281,0,0.3,-1,0,0,0.3153983460510325,40.528634361233486,7.873137668099169,19.149805324838493,25.864463801028382,-54.118199614469404,-61.99133728256857,9.949258128317402,1431.0,1437.4,1648.7666666666667,-1.8366495060526011,0,0,32.5,2.303330970942594,0,0.5611510791366906,-111.46272855133638,1,0,-66.30434782608695,0,0,-5.74482297929192,35.83068326667677,1,0,1,0,0,0,-8.006930492323,-1.1995139253570528,-5.774918663117422,0.0039669423032032336,-112.26176470588234,0,0,8.039284551881186,0.8235294117647058,-15694539953.72536,-66191742.69690704,0.5961062055197753,-5361075.614690363,0,0,-4.594525970560182,-22.54694290979602,25.225825450495027,1,1,1.8541353383458528,0.09413133357134196,1380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1358.9,1851.0,1333.0,3.833983368901306,1,0,0,none,1,-10.538461538461538,-0.7087172218284904,0,0.333,0,0,0,-33.739585072080175,-95.0353693645236,-61.29578429244343,1441.8,1674.35,1784.2333333333333,-15.72849165347746,0,0,122.5,8.681785967399009,0,0.0,-102.08807196573832,1,0,-100.0,1,0,-20.774845592363846,61.799669755334705,0,0,0,0,0,0,-0.1857775590551114,0.6866732948403111,-0.9474590869939714,0.061815421123153136,-274.0647058823529,0,0,16.733368867462534,1.0,-20354711171.779396,-1296640672.939663,0.5105040804730168,-38321844.05332747,0,0,-7.5672203718483075,-22.065967040392962,11.08998158297239,0,1,-21.33458646616544,0.6041526712349803,1411.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1418.4666666666667,1814.2,1411.0,-0.5263899985900267,1,0,0,none,1,-15.620689655172415,-3.1892274982282065,0,0.25,-1,0,0,-37.94388462567255,-48.6612721198062,-10.717387494133645,1696.8,1808.0,1693.35,-19.91150442477876,0,0,138.35714285714286,9.555051302288872,0,0.0,-290.1604351717974,1,0,-100.0,1,0,-21.856449001618994,32.708067316748796,0,0,1,0,1,0,-22.388772276412716,-17.9803278979623,-0.5089058524173069,-0.1311646175453626,-352.7882352941176,0,0,20.62360400516715,,-50320997734.55388,-3568561585.4740524,0.9839329649330807,81210132.34330952,1,0,,-17.603804049090744,47.40233243978197,1,1,-10.46165413533834,0.3940580180594748,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,500,above_cloud,above,2.279,0,0,2205.25,2380.0,1331.5,-34.33851037297359,1,0,0,none,1,-0.4406779661016949,-6.00828729281768,0,0.3,-1,-1,0,4,0,0,0,1.0,0.0,0.0,0,0.09455828525878768,23.59375,9.167537855625918,9.269888860397193,38.79347161778047,27.97752808988764,38.112956640709896,31.76996091568954,0.0,21.813023189757892 -186,2025-10-12 11:09:00,buy,1370.0,0.501,34,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#34,0.0,26.470588235294116,-1.1503974200181197,10.000000000000211,16.573056573056768,-6.617968038136269,-5.467570618118149,1.951907695834568,1377.8,1387.5,1401.5833333333333,-1.1171171171171168,0,0,4.785714285714286,0.34881299458558934,0,0.0,-174.57886676875972,1,0,-100.0,1,0,-1.3659237958303372,16.5453216119772,0,0,0,0,0,0,0.7563025210083936,-0.25700708431885744,-10.256410256410257,-0.26606230181934815,-16.373529411764594,0,0,0.7394423288698301,0.11764705882352941,-9656993506.222628,-5248971.132040024,0.49953738098477474,-1131267.6287859704,0,0,,-25.240808666378246,37.45183699728351,1,1,-1.0000000000000233,0.7634902411021846,1372.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1389.15,1416.1,1373.6333333333334,-1.2345679012345734,0,0,0,none,1,-0.09243697478991597,-0.1457725947521866,0,0.464,-1,0,0,0.05886991201981464,26.08695652173914,-1.6819294032502512,23.023137554030257,21.485295364014274,-7.641053177942467,-5.959123774692216,3.033600843936753,1381.8,1393.65,1405.45,-1.3382126071825873,0,0,5.928571428571429,0.43116883116883115,0,0.15384615384615385,-175.2136752136747,1,0,-73.91304347826086,0,0,-1.5748031496062964,17.13218153851801,0,0,1,0,0,0,2.5575447570332557,-0.15801853088078133,3.695652173913043,-0.204050864312633,-21.53235294117667,0,0,1.1443197702496894,0.5210084033613446,,,0.9334261474207098,-1459895.5556573719,0,0,,-25.036578050804447,64.16265180518305,1,1,-1.6684210526315482,0.8721175745658453,1369.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.5,1417.3333333333333,1374.0,-1.1857707509881465,1,0,0,none,1,-0.41414141414141414,0.0,0,0.318,-1,0,0,0.0,20.0,-3.067991800368484,15.525676937441661,13.44039838157478,-6.761174676911651,-3.6931828765431667,3.528577301735694,1386.4,1403.2,1408.2666666666667,-1.86716077537058,0,0,8.142857142857142,0.5913476501711795,0,0.17777777777777778,-168.8901778808963,1,0,-80.95238095238095,1,0,-2.6166902404526127,6.04096179848672,0,0,0,0,0,0,-8.0,-0.38932251039328225,0.7936507936507944,-0.15263117835841497,-18.799999999999955,0,0,1.0623679378110111,0.008403361344537815,,,3.8757323989094394,-2439746.33723256,0,0,,-24.851798441861128,45.374779139112626,1,1,-1.8812030075187849,0.8083899980784609,1369.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1447.6666666666665,1449.0,1371.6666666666667,-4.881418374395574,1,0,0,none,1,-0.8987341772151899,0.0,0,0.286,-1,0,1,0.0,21.212121212121204,-2.1404582036124964,17.751763391298244,17.228565775077524,-6.9898361380408005,-4.849377934428304,3.391730546686171,1389.0,1404.55,1423.1333333333334,-1.9614823252999125,0,0,9.928571428571429,0.7210291524017014,1,0.13953488372093023,-195.06016466117958,1,0,-86.04651162790698,1,0,-2.1321961620469065,21.282919979404753,0,0,0,0,0,0,-5.202973127501437,-0.9395899725528869,-5.071059431524553,-0.10897654052823338,-16.135294117647163,0,0,2.012651451243457,0.09243697478991597,-13095924914.536713,-23073497.056173325,3.557281107840062,-2346704.329241097,0,0,,-24.814765306881657,38.375783606703905,1,1,-1.0473684210526475,0.2706885490503208,1371.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1432.0500000000002,1470.0,1371.0,-3.844139520268164,1,0,0,none,1,-1.6440677966101696,-0.36310820624546114,0,0.231,-1,-1,1,0.047525850706126964,36.71875,0.04896370073400114,23.063973063972828,47.70911731696025,-15.908108267672787,-15.957071968406789,4.7353616133971315,1395.6,1407.15,1434.3666666666666,-2.1426287176207315,0,0,16.428571428571427,1.1930698205208008,1,0.0,-132.0580585619599,1,0,-100.0,1,0,-0.9352517985611541,39.491069088352496,1,0,1,0,1,0,-3.4521901709401703,-1.1862893695274526,-27.27272727272727,0.002054101208717461,-34.68529411764712,0,0,2.511345187917575,0.3025210084033613,-14426818548.090925,-34650609.49201584,2.469189349969834,-1192284.2848137617,0,0,,-24.63821334908295,42.62439563447818,1,1,-1.7255639097744322,0.37554590975261926,1377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1433.1,1487.0,1333.0,-3.9145907473309594,1,0,0,none,1,0.6122448979591837,-1.3798111837327522,0,0.4,-1,0,1,0.10875836068553177,24.19354838709677,5.665042332285957,20.24691358024699,30.222758990875008,-45.54292019401237,-51.207962526298324,9.645151554605576,1401.2,1431.0,1607.05,-3.7735849056603765,0,0,28.928571428571427,2.1008403361344534,0,0.0,-121.10977080820275,1,0,-100.0,1,0,-4.903314917127077,25.826575827148687,0,0,0,0,0,0,0.1293772641021178,-1.2690002813684842,-12.681159420289852,-0.00608839173691065,-48.44117647058829,0,0,4.832347763884682,0.7563025210084033,-15756440800.89587,-85555599.28046799,1.1563141634877803,-5906858.708018303,0,0,-5.097207371803249,-24.37542657655355,29.676658605886825,1,1,-4.636090225563929,0.6318215085055932,1377.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1358.9,1851.0,1333.0,1.3319596732651373,1,0,0,none,1,-11.179487179487179,-1.016702977487291,0,0.273,0,0,0,-30.72641413211727,-99.70380195759003,-68.97738782547276,1437.8,1659.25,1776.7333333333333,-14.720506252825071,0,0,125.0,8.8339222614841,0,0.08254716981132075,-92.83564194790947,0,0,-91.74528301886792,1,0,-21.12597547380156,59.22628879284632,0,0,0,0,0,0,0.700920846394979,3.0131709399629045,-3.277712772008516,0.11871443530062424,-269.7941176470588,0,0,16.757608039289117,1.0,-20385873778.954105,-1328605513.905033,0.5553846287959129,-36910035.489708304,0,0,-7.799528824881967,-21.82087636705049,9.510307208894599,0,1,-24.366165413533796,0.7026594830715378,1380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.9833333333333,1827.0666666666666,1380.0,1.9464690978517885,1,0,0,none,1,-15.379310344827585,-0.9893992932862191,0,0.25,0,0,0,-37.94388462567255,-48.6612721198062,-10.717387494133645,1696.8,1808.0,1693.35,-19.91150442477876,0,0,138.35714285714286,9.555051302288872,0,0.0,-290.1604351717974,1,0,-100.0,1,0,-21.856449001618994,32.708067316748796,0,0,1,0,1,0,-22.388772276412716,-17.9803278979623,-0.5089058524173069,-0.1311646175453626,-352.7882352941176,0,0,20.62360400516715,,-50320997734.55388,-3568561585.4740524,0.9839329649330807,81210132.34330952,1,0,,-17.603804049090744,47.40233243978197,1,1,-10.46165413533834,0.3940580180594748,1448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,500,above_cloud,above,2.279,0,0,2205.25,2380.0,1331.5,-34.33851037297359,1,0,0,none,1,-0.4406779661016949,-6.00828729281768,0,0.3,-1,-1,0,4,0,0,0,1.0,0.0,0.0,0,0.1449203144085473,24.29467084639498,5.889825083617402,8.390786627287746,41.45690911127532,27.97752808988764,38.112956640709896,31.76996091568954,0.0,21.813023189757892 -187,2025-10-13 02:03:00,sell,1566.0,0.65,34,고점 매도 · 비중 65% · 분할 · leg#34,0.7397505628171904,62.06896551724138,-1.6900116223679227,135.68376068376088,123.44258363528157,17.99779534877439,19.68780697114231,3.9744285891069113,1564.8,1553.2,1488.5666666666666,0.9528714911151148,0,0,13.428571428571429,0.8564139941690961,1,1.135135135135135,71.8917917361503,0,0,41.66666666666667,0,1,-0.4444444444444473,79.7891523641369,0,0,0,0,1,0,-1.311316172899467,-0.15121515922826134,5.842911877394641,0.8431732658136144,33.94705882352946,0,0,2.540217514488972,0.7899159663865546,-9744844317.639093,-3975425.1406116486,0.920315894570942,89053.14557431452,1,0,,-14.418540897018616,32.253290929475874,1,1,2.009022556390969,0.5931349189733812,1566.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1560.1,1563.0,1389.0,0.506377796295121,0,0,0,none,1,1.4873949579831933,-0.3826530612244898,0,0.733,0,0,0,0.7811412683412527,69.81132075471697,-0.48040953542906806,112.04644412191608,112.73310288896873,29.806902085650563,30.28731162107963,8.049663748335838,1563.4,1533.3,1455.4666666666667,2.263092675927747,0,0,18.928571428571427,1.2071793002915452,0,1.103896103896104,90.71366238852347,0,0,15.09433962264151,0,1,2.550686723348594,78.79423928445901,0,0,0,1,0,0,-1.9533851276359684,-0.5261535023617583,-3.6642056330325374,0.9575241629206476,67.71764705882333,0,0,3.5396118015811306,0.8571428571428571,-11176030801.69673,-7092970.344366074,0.698994381754796,2125288.082003653,0,0,,-14.372213123856136,31.503962450370352,1,1,4.580451127819545,0.771249302679813,1570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.95,1560.0,1389.2,0.7097209287388884,0,0,0,none,1,1.7777777777777777,-0.8290816326530612,1,0.679,0,0,0,0.8231110137011035,78.40531561461793,7.722775175917498,105.67455600568185,107.74514734567951,41.271802801805734,33.549027625888236,17.705777760493824,1560.2,1483.15,1425.9166666666667,5.720931800559614,0,0,34.42857142857143,2.1956997084548107,0,1.0595238095238095,99.10018964612826,0,0,9.523809523809524,0,1,2.6850032743942265,78.10782522057048,0,1,0,1,0,1,2.7559649652672817,-1.022979754983485,-4.1313328984561934,0.9944363413089513,109.11176470588248,0,0,4.58446898129341,0.9831932773109243,-13768407605.787756,-10661540.56092453,0.711272943649846,3046846.1215531826,0,0,,-14.28458067289159,50.54101445299862,1,1,10.57669172932329,0.9084218054243802,1569.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1554.9833333333333,1558.0,1389.0666666666666,0.8370936451623345,0,0,0,none,1,2.2531645569620253,-0.701530612244898,1,0.667,0,0,0,0.9103949598215572,79.63636363636364,14.918446486799482,112.79418838242366,111.67345726169269,42.709130044763924,27.790683557964442,18.275913519312358,1551.6,1458.6,1417.0833333333333,7.500342794460457,0,0,36.285714285714285,2.314139941690962,0,1.0595238095238095,118.544037500353,0,1,5.952380952380952,0,1,11.442786069651746,83.33190835321803,0,0,0,0,0,0,-0.29064366290643306,-1.103500818150465,-0.238095238095255,1.1088217553523692,120.22058823529414,0,0,4.642137088130834,1.0,-13137378456.934704,-6925106.906963348,0.798975538587611,6306418.6357085705,0,0,-0.8077180207862199,-14.242657463628083,40.6313818575259,1,1,10.027067669172936,0.7923285617557322,1562.0,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1555.0333333333333,1558.0,1391.8666666666666,0.8338513643866285,0,0,0,none,1,3.3389830508474576,-0.25510204081632654,0,0.684,0,0,0,1.0,82.57575757575758,20.20213915053464,111.28423615337772,118.22086024650797,33.51505051713366,13.312911366599018,17.129971295485767,1524.4,1429.05,1420.6333333333334,9.723242713690915,0,0,33.357142857142854,2.1273688046647226,0,1.1320754716981132,177.3547903328141,0,1,13.20754716981132,0,1,12.562814070351758,88.01080519627081,0,0,0,0,0,0,-2.3663273663273685,1.7015200072420171,-13.039344741845866,1.3777931283088167,111.67352941176455,0,0,5.4880576205630485,0.7478991596638656,-14488271121.622208,-25139594.132148743,1.1838516279815292,8449635.617119908,0,0,-1.6716390287993013,-14.04116654716253,30.27136102855644,1,1,7.782706766917264,0.5660323375696978,1554.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.1666666666665,1547.0,1388.3333333333333,12.71115370791902,0,0,0,none,1,2.510204081632653,-0.4464285714285714,0,0.5,0,0,0,1.0,82.75862068965517,22.458803799291,111.57349896480339,103.64062329737396,5.2785010164056985,-17.180302782885303,13.180888984887599,1464.6,1413.4,1519.6333333333334,10.938163294184221,0,0,31.142857142857142,1.9861516034985423,0,1.2818791946308725,286.8810617662083,0,1,30.434782608695656,0,1,11.442786069651746,89.35266227793616,0,0,0,0,0,0,4.497751124437784,6.603549467266188,18.916857360793273,1.5709648516193015,51.87647058823541,0,0,5.683594343016622,0.7815126050420168,-15829977367.247149,-59708873.90431595,1.4355498400200806,14800191.554219246,0,0,-3.4390396663278744,-13.738054020984958,29.26963754176027,1,1,4.1428571428571574,0.27692895339954193,1536.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1379.4833333333333,1526.0,1377.0,13.665744421220506,0,0,0,none,1,6.0256410256410255,-0.6377551020408163,1,0.667,1,1,0,-11.262655256490348,-101.18356203298868,-89.92090677649833,1408.2,1579.65,1744.4833333333333,-8.017598835185014,0,0,133.78571428571428,9.207550879952807,0,0.1721698113207547,-30.769130287117594,0,0,-82.78301886792453,1,0,2.4682651622002894,58.915175262048244,0,1,0,0,0,1,5.551803028652344,8.50094046640939,5.89622641509434,0.3359167074055715,-222.5205882352941,0,0,16.63877795396929,0.9663865546218487,-20374678410.165924,-376470741.83576965,1.869852718072144,17430386.327902585,0,0,-6.520645706970233,-19.57787396375116,8.086996048259518,0,1,-25.773684210526348,0.7265347536794862,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0666666666666,1804.0,1380.0,4.753436508699416,1,0,0,none,1,-9.931034482758621,-5.230557467309016,1,0.333,0,0,1,-46.80772798880096,-69.22704748013484,-22.419319491333884,1635.8,1787.55,1693.0,-18.715560403904785,0,0,138.71428571428572,9.54675056533281,0,0.01256281407035176,-191.85700099304862,1,0,-98.74371859296483,1,0,-21.6711590296496,35.68822755226306,1,0,0,0,1,0,1.4206200582604964,-8.86384336312841,-6.705921464830514,-0.06143032267966255,-377.29999999999995,0,0,19.361561101141916,,-50277854059.758675,-3536955743.7603073,1.6798751999515982,104137959.39391673,1,0,,-17.13934729828307,42.66946939142311,1,1,-14.680451127819609,0.47861505550669414,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-16.92,0,0,2205.25,2380.0,1331.5,-34.11177870989683,1,0,0,none,1,0.6101694915254238,-2.477632484514797,0,0.3,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,0.3230042353009625,26.86567164179104,8.490566037735858,5.267295597484296,45.298252468459296,29.398148148148138,31.407035175879383,36.04728476990549,0.0,28.091959832670742 -188,2025-10-13 03:39:00,buy,1517.0,0.13,35,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#35,0.0,37.5,-1.090845493982712,39.63869463869483,31.6278166278168,-4.385405181916667,-3.294559687933955,1.3269328544539993,1529.0,1535.45,1541.0833333333333,-0.6805822397342842,0,0,6.5,0.42622950819672134,1,0.35,-224.88038277511964,1,0,-65.0,0,0,-0.5867014341590648,49.51836796622272,1,0,1,0,1,0,-11.217948717948723,-0.2107796841571492,11.666666666666668,0.06328063017346827,-17.291176470588198,0,0,0.8983820291895905,0.01680672268907563,-9753926982.63363,-1457147.471567154,1.3754380065996685,-118123.7230679337,0,0,,-16.754919247575963,21.154678494669497,0,1,-0.5165413533834564,0.35993905038485285,1518.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.0666666666666,1566.0,1448.6666666666667,-2.435383434274496,1,0,0,none,1,1.0252100840336134,-0.19672131147540983,0,0.593,0,0,0,0.2038052178429497,25.0,-4.5707810266754585,19.945080091533445,16.92008099960083,1.074073660610793,5.6448546872862515,3.844484861667405,1532.6,1545.6,1499.5666666666666,-1.1387163561076497,0,0,8.642857142857142,0.5656320119670905,0,0.2,-119.47664943893348,1,0,-65.21739130434783,0,0,-0.7792207792207795,18.70490038557324,0,0,1,0,1,0,1.6666666666666714,0.1961736618276495,6.385869565217389,0.21834883110315778,-14.435294117647118,0,0,1.0904846289746344,0.5042016806722689,-11193948098.453516,-874539.3645801544,0.7843971436475581,-457884.17205516994,0,0,,-16.546105868819183,65.18022118769179,1,1,-2.2887218045112765,0.8308134388633297,1520.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.1333333333332,1560.0,1388.0,-1.8709594554095044,1,0,0,none,1,1.393939393939394,-0.32722513089005234,0,0.615,0,0,0,0.4289980733717471,51.06382978723405,-6.99787781363073,20.0793650793651,30.210460399139567,23.066041661166082,30.063919474796812,6.041545826221149,1534.0,1538.6,1447.1666666666667,-0.4289613934745806,0,0,17.0,1.1096605744125325,0,0.6111111111111112,-46.6991747936985,0,0,-70.0,0,0,-2.1086261980830634,50.79120863342473,0,0,0,0,0,0,-6.960861570790648,-0.5658865365579295,-7.610062893081761,0.6121110544633218,43.94705882352946,0,0,3.691957641851923,0.8403361344537815,-13787195834.022867,-19358797.667448044,0.23828305146726872,-992648.0862553418,0,0,,-16.243025132349842,30.539832607224554,1,1,1.4406015037593858,0.1345018166811075,1520.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.95,1560.0,1389.2,-1.6024920517678787,1,0,0,none,1,1.6582278481012658,-0.3263707571801566,0,0.667,0,0,0,0.6246841340711696,66.39004149377593,-1.0219614727909914,72.51061927118263,80.40387568694679,35.08708674717536,36.109048219966354,17.246447666212987,1540.4,1499.75,1433.2666666666667,2.1503583930655212,0,0,31.0,2.0234986945169715,0,0.8452380952380952,31.756460797196798,0,0,-36.61971830985916,0,0,1.658925016589241,67.17946018564041,0,1,0,1,0,1,-7.8956727919383525,-2.301852297703867,-8.285004142502075,0.6927367180323651,74.64117647058833,0,0,4.886119892200767,1.0,-13148032723.339064,-16390104.1871109,0.21237174491747132,-1110522.32168141,0,1,-1.1354104167921857,-16.202393298820205,46.70450613753046,1,1,9.254887218045122,0.7169572114739762,1518.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1555.15,1558.0,1387.0,-1.4886023856219732,1,0,0,none,1,2.3389830508474576,-0.19582245430809397,0,0.706,0,0,0,0.7862619051097136,74.30555555555556,13.047972735279245,95.75371549893818,103.95503194189746,38.4664436600674,25.418470924788153,19.729786785638534,1552.8,1450.1,1423.9333333333334,5.647886352665332,0,0,38.642857142857146,2.5223797090637823,0,0.9056603773584906,80.5066779732882,0,0,-9.554140127388536,0,1,9.039145907473301,80.56728616031589,0,0,0,0,0,1,-1.1269703960015391,-3.1315219169329715,-7.587229099066619,0.8759327604464908,111.85882352941167,0,0,5.702484495746734,0.7478991596638656,-14495863108.852531,-13342256.628055573,0.2845310162462122,5369849.420491874,0,0,-1.3489727361724462,-16.007298576739625,39.11919467102592,1,1,10.511278195488739,0.7558896500524288,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.1666666666665,1547.0,1377.0,10.123397627890274,1,0,0,none,1,2.2244897959183674,-0.7180156657963447,0,0.545,0,0,0,1.0,73.48242811501598,23.471099701846114,112.31884057971024,105.51632704950792,12.15857184442234,-11.312527857423774,15.191202047315791,1490.8,1419.6,1514.7666666666667,8.129050436742746,0,0,32.857142857142854,2.140530479292694,0,1.0604026845637584,181.30383381185658,0,1,6.521739130434782,0,1,9.721229449606872,86.04669946726533,0,0,0,0,0,0,-9.276192574639197,1.0122959025551133,0.7453416149068488,1.1912394234797392,76.47352941176473,0,0,5.994495372214646,0.7899159663865546,-15832448145.892565,-41307646.86126709,0.4706140334221569,14770478.162427664,0,0,-3.4732718134829854,-15.550307410963903,28.701842241822114,1,1,5.842105263157903,0.4109703793695898,1526.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1523.5166666666667,1526.0,1377.0,0.7537386091389431,0,0,0,none,1,2.5641025641025643,-0.7166123778501629,0,0.667,0,-1,0,-11.262655256490348,-101.18356203298868,-89.92090677649833,1408.2,1579.65,1744.4833333333333,-8.017598835185014,0,0,133.78571428571428,9.207550879952807,0,0.1721698113207547,-30.769130287117594,0,0,-82.78301886792453,1,0,2.4682651622002894,58.915175262048244,0,1,0,0,0,1,5.551803028652344,8.50094046640939,5.89622641509434,0.3359167074055715,-222.5205882352941,0,0,16.63877795396929,0.9663865546218487,-20374678410.165924,-376470741.83576965,1.869852718072144,17430386.327902585,0,0,-6.520645706970233,-19.57787396375116,8.086996048259518,0,1,-25.773684210526348,0.7265347536794862,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0666666666666,1804.0,1380.0,4.753436508699416,1,0,0,none,1,-9.931034482758621,-5.230557467309016,1,0.333,0,0,1,-46.80772798880096,-69.22704748013484,-22.419319491333884,1635.8,1787.55,1693.0,-18.715560403904785,0,0,138.71428571428572,9.54675056533281,0,0.01256281407035176,-191.85700099304862,1,0,-98.74371859296483,1,0,-21.6711590296496,35.68822755226306,1,0,0,0,1,0,1.4206200582604964,-8.86384336312841,-6.705921464830514,-0.06143032267966255,-377.29999999999995,0,0,19.361561101141916,,-50277854059.758675,-3536955743.7603073,1.6798751999515982,104137959.39391673,1,0,,-17.13934729828307,42.66946939142311,1,1,-14.680451127819609,0.47861505550669414,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-16.92,0,0,2205.25,2380.0,1331.5,-34.11177870989683,1,0,0,none,1,0.6101694915254238,-2.477632484514797,0,0.3,0,0,0,1,1,0,1,0.25,0.25,-0.333,0,0.3230042353009625,26.86567164179104,8.490566037735858,5.267295597484296,45.298252468459296,29.398148148148138,31.407035175879383,36.04728476990549,0.0,28.091959832670742 -189,2025-10-13 05:03:00,sell,1565.0,0.35,34,고점 매도 · 비중 35% · 분할 · leg#34,0.7376584258129567,62.50000000000001,0.9194472193791903,107.69230769230786,109.41427853192575,6.9035039630086885,5.984056743629498,2.6600213781321274,1560.4,1550.2,1543.15,0.6321764933556961,0,0,4.285714285714286,0.2747252747252747,0,1.0,110.91854419410714,0,1,-0.0,0,1,0.25706940874035134,76.72057879078162,0,1,0,1,0,0,-7.267441860465105,-0.34706979232481316,-4.166666666666671,1.0121481633891296,21.629411764705765,0,0,0.8007475723222519,0.03361344537815126,-9754719572.924555,-482058.42247390747,2.0494568006910403,-62502.027007116005,0,1,,-14.839598040899338,63.660226415865516,1,1,1.5879699248120343,0.8304755549730111,1560.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1563.1666666666665,1566.0,1452.6666666666667,-0.20258023243414636,1,0,0,none,1,1.3697478991596639,-0.576923076923077,0,0.7,0,0,1,0.8236155995967915,85.71428571428571,2.4063214095958347,104.76190476190503,103.17460317460348,7.183608381250906,4.777286971655071,4.002935854209742,1557.6,1540.05,1536.95,1.2954124866075833,0,0,6.785714285714286,0.434981684981685,0,1.0,107.17299578059047,0,1,-0.0,0,1,1.894186806009146,95.82086986709504,0,0,0,0,0,0,-6.878306878306887,-0.2808673738297687,0.0,0.9915916222308445,18.714705882352973,0,0,1.105061852208128,0.42857142857142855,-11194408815.291916,-431452.4702358246,2.064842973355724,240662.2013605088,0,0,,-14.793512815764842,45.42680923403746,1,1,2.3360902255639098,0.8041560764939854,1560.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1557.1666666666665,1560.0,1395.6666666666667,0.18195440436692412,1,0,0,none,1,1.6565656565656566,-0.576923076923077,1,0.69,0,0,1,0.7328976830774642,63.63636363636363,-1.6914835851107846,101.04166666666669,103.07231800766276,16.00963684115527,17.701120426266055,4.1967336392329715,1554.6,1544.9,1469.7166666666667,0.9774095410706174,0,0,11.285714285714286,0.7234432234432234,0,1.0,83.00970873786375,0,0,-0.0,0,1,1.7612524461839474,65.27519371589172,0,0,0,0,0,0,12.499999999999993,0.6964667790520132,-8.045977011494244,1.021114580513679,31.97352941176473,0,0,1.8008046886401314,0.5882352941176471,,,0.8941981190812129,517351.8206219673,0,0,,-14.707106596389286,26.31739428122674,1,1,-0.7248120300751816,0.06998665781807145,1560.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1556.95,1560.0,1389.2,0.19589582195960187,1,0,0,none,1,1.860759493670886,0.0,1,0.65,1,0,0,0.7074061426669856,43.36283185840708,-2.808294853186684,97.49999999999999,82.59259259259272,27.549021999254137,30.35731685244082,6.49961038938763,1548.0,1539.25,1447.4,1.3480591197011504,0,0,17.928571428571427,1.1492673992673992,0,1.028169014084507,66.30500301386428,0,0,5.0,0,1,0.38610038610038533,41.78890097879974,0,1,0,1,0,1,-13.684148007364733,0.46405305038462075,12.5,0.9879365926476775,66.50588235294117,0,0,4.297576819705143,0.8739495798319328,,,0.4321073565952708,-192428.1819320917,0,1,,-14.665568690980468,33.64769422264942,1,1,1.6428571428571443,0.15100615683246288,1552.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1555.15,1558.0,1398.4,0.3118670224736997,0,0,0,none,1,2.6610169491525424,0.0,0,0.647,0,0,0,0.7914155141103362,75.16129032258064,7.808223930711652,98.66761139820242,93.81715494487376,39.79768398533156,31.989460054619908,20.218333055432534,1541.4,1473.2,1429.1333333333334,5.891935921802882,0,0,40.285714285714285,2.582417582417582,0,1.0617283950617284,84.31030182090319,0,0,6.25,0,1,7.364074328974546,82.21952856688692,0,0,0,0,0,1,1.5278498081111849,-1.0085861420366875,5.268046709129507,0.915321101169174,98.95588235294122,0,0,5.786961876797771,0.7394957983193278,-14496193817.975008,-20463517.667503357,0.44746854778326267,-1573599.8695408702,0,1,-1.2681174850633528,-14.466739426101382,47.56933816626217,1,1,11.276691729323323,0.8026705527520331,1560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1547.1166666666668,1550.0,1377.0,0.8327318560332531,0,0,0,none,1,3.2857142857142856,-0.641025641025641,1,0.545,0,0,0,0.984115437984089,74.6987951807229,22.709512271144114,104.416188132349,109.5235925014433,22.643445778187242,-0.06606649295687042,18.40083071678153,1538.8,1432.4,1506.5,8.908126221725766,0,0,35.07142857142857,2.248168498168498,0,1.076470588235294,142.2699156143157,0,1,8.176100628930817,0,1,11.747851002865328,86.25801238429523,0,0,0,0,0,0,5.417749429088914,0.4331790844206118,-7.419560659921615,1.198111211157043,110.35588235294131,0,0,6.218785990130014,0.7899159663865546,-15847344064.822136,-47542203.22883606,0.6569192319757295,15008394.75900054,0,0,-3.2800936957860167,-14.167153438000824,28.588545557027977,1,1,8.998496240601488,0.6527162447968818,1549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1470.5,1547.0,1377.0,6.086365181910924,0,0,0,none,1,2.717948717948718,-0.1282051282051282,1,0.667,0,1,0,0.006822410216869912,-89.91237876372725,-89.91920117394412,1430.0,1568.4,1738.05,-2.8309104820198994,0,0,136.5,8.956692913385826,0,0.33962264150943394,-11.187973277045144,0,0,-57.27002967359051,0,0,6.202090592334497,56.36179081773938,0,0,0,0,0,1,4.820006431719733,11.269477666707218,12.120681932702537,0.4721479122484384,-184.14117647058833,0,0,17.18915829060597,1.0,-20416430839.60649,-397484812.5311279,0.5882742424949288,9569446.608319521,0,0,-6.637739161873362,-15.627777846010238,5.852672831793444,0,1,-23.89473684210528,0.6547386035498336,1515.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0666666666666,1804.0,1380.0,9.872152263770072,1,0,0,none,1,-7.862068965517241,-0.19685039370078738,1,0.4,0,0,0,-46.80772798880096,-69.22704748013484,-22.419319491333884,1635.8,1787.55,1693.0,-18.715560403904785,0,0,138.71428571428572,9.54675056533281,0,0.01256281407035176,-191.85700099304862,1,0,-98.74371859296483,1,0,-21.6711590296496,35.68822755226306,1,0,0,0,1,0,1.4206200582604964,-8.86384336312841,-6.705921464830514,-0.06143032267966255,-377.29999999999995,0,0,19.361561101141916,,-50277854059.758675,-3536955743.7603073,1.6798751999515982,104137959.39391673,1,0,,-17.13934729828307,42.66946939142311,1,1,-14.680451127819609,0.47861505550669414,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-16.92,0,0,2205.25,2380.0,1331.5,-34.11177870989683,1,0,0,none,1,0.6101694915254238,-2.477632484514797,0,0.3,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,0.43646388166300976,31.685678073510772,20.611247970438395,10.565384543605267,44.555924348493996,29.398148148148138,31.407035175879383,36.04728476990549,0.0,28.091959832670742 -190,2025-10-13 21:00:00,buy,1464.0,0.135,35,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#35,0.22637544557709396,28.57142857142857,-1.1030538996043475,12.743147656940932,15.918803418803563,-7.315881834852917,-6.212827935248569,3.450672419834326,1475.8,1488.05,1498.7,-0.9441887033365792,0,0,8.428571428571429,0.5718162434580345,0,0.10344827586206896,-79.89101347735037,0,0,-87.5,1,0,-1.404682274247493,13.22166895769422,0,0,0,0,0,0,0.4464285714285694,0.21727760002423668,-2.7298850574712645,0.1733848741144679,-17.11176470588248,0,0,1.5494494843985454,0.957983193277311,,,0.46596889401897706,-635618.6143317884,0,0,,-19.44739655226202,37.22273482925235,1,1,-1.9240601503759434,0.7862900916354523,1471.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.75,1512.0,1471.0,-1.8478441817879165,1,0,0,none,1,-0.20168067226890757,0.0,0,0.435,0,0,0,0.2085149451832707,33.33333333333333,-2.367958088503573,18.60215053763466,15.830346475508122,-7.4450783683601,-5.077120279856527,3.3762738221046957,1476.6,1493.7,1501.5333333333333,-0.9841333601124713,0,0,8.428571428571429,0.5698831256640587,0,0.25806451612903225,-102.73606453807574,1,0,-74.19354838709677,0,0,-1.5968063872255467,21.207909274997093,0,0,0,0,0,0,0.9803921568627487,0.5494553827609048,5.268817204301074,0.16480486763945457,-22.023529411764684,0,0,1.3776664280375976,1.0,,,0.7616580415575206,-1375041.4839652926,0,0,,-19.130774035364993,23.010968719976663,0,1,-1.7037593984962118,0.6391495260235254,1471.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1508.3666666666668,1509.0,1478.6,-1.9469183001480705,1,0,0,none,1,-0.21212121212121213,0.0,0,0.5,0,0,0,0.0,31.42857142857143,-3.6769189865858984,5.634920634920673,28.169793169793113,-5.999189292061601,-2.3222703054757026,3.229550233963597,1484.6,1500.05,1502.1166666666666,-1.7366087797073382,0,0,11.071428571428571,0.7511145570847063,0,0.08333333333333333,-182.25419664268816,1,0,-91.66666666666666,1,0,-2.384105960264904,21.26245888836509,0,0,0,0,0,0,0.0,-0.4020169130336533,-20.07936507936508,0.003475044931440524,-22.352941176470495,0,0,1.5633251184352144,0.5546218487394958,,,1.0836393328218688,-1786595.5536000133,0,0,,-19.322927183939132,21.73123856006999,0,1,-1.4037593984962489,0.4701948002282962,1471.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1501.1,1508.8,1471.0,-1.8053427486509843,1,0,0,none,1,-0.6455696202531646,0.0,0,0.45,0,0,0,0.0,37.037037037037045,-2.740790484745846,37.13606654783124,63.38878985937824,-4.168651007217704,-1.4278605224718581,2.605678543582716,1492.0,1501.7,1505.8833333333334,-1.5116201638143423,0,0,11.142857142857142,0.753404810199942,0,0.23529411764705882,-238.2306477093229,1,0,-76.47058823529412,0,0,-1.3342228152101399,24.263787883264214,0,0,0,0,0,0,5.037037037037045,-0.6776581227263985,-31.04575163398693,0.06035348576007183,-14.676470588235361,0,0,1.81527493127654,0.7142857142857143,,,1.0150577743306208,-609424.7996656895,0,0,,-19.01029999925006,21.92457259316052,0,1,-0.9954887218044934,0.3624538190708304,1471.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1500.5833333333335,1530.1666666666667,1485.2,-1.4383295385128059,0,0,0,none,1,-1.2372881355932204,0.0,0,0.333,0,0,0,0.0,38.46153846153846,-2.855368259590368,66.63082437275962,109.61768219832715,-1.1592864659357929,1.6960817936545753,2.248119685175566,1497.8,1501.9,1480.3166666666666,-1.9908116385911279,0,1,12.285714285714286,0.8346273291925466,0,0.02857142857142857,-372.29987293520065,1,0,-96.7741935483871,1,0,-2.0625415834996663,35.54924413863863,0,0,1,0,1,0,-16.332982086406744,-1.9894140368314472,-76.7025089605735,-0.09542181288600696,-17.50588235294117,0,0,2.346924860540808,0.18487394957983194,-14585964304.320093,-24518340.375076294,2.126590623950828,-175273.45200014114,0,0,,-19.20725586597458,22.90225910134655,0,1,-0.34736842105264226,0.059271757470194864,1471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1499.3333333333335,1550.0,1416.6666666666667,-1.8230324588706215,1,0,0,none,1,1.7142857142857142,-0.4076086956521739,0,0.5,-1,-1,1,0.3705094443422428,33.08823529411765,-2.7239380247567127,56.71807114896553,36.96892789033718,11.80989489247736,14.533832917234072,5.675553887080885,1506.2,1517.15,1450.9,-0.7349306265036493,0,0,20.642857142857142,1.370707645608044,1,0.4605263157894737,-126.30559590509797,1,0,-14.634146341463413,0,1,0.8707300736771506,29.650562166754852,0,1,0,1,0,1,0.9453781512604991,-0.09556103011568773,24.751580849141824,0.606819182257415,30.799999999999955,0,0,5.37377900499568,0.6302521008403361,-15962081332.911982,-67651312.2980442,1.8516670075680424,-250022.69013178349,0,1,-4.0382895667530505,-17.05515912666089,30.223954183429807,1,1,-2.3225563909774576,0.40742438237782075,1471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1470.5,1547.0,1377.0,2.4141448486909134,1,0,0,none,1,3.230769230769231,-0.398406374501992,0,0.6,0,0,1,16.773708260796525,-60.254247742810776,-77.0279560036073,1513.8,1519.1,1712.0833333333333,-0.8623527088407523,0,0,50.57142857142857,3.3579965850882187,0,0.2971698113207547,-4.731796380116926,0,0,-4.545454545454546,0,1,6.732813607370658,57.66286583230391,0,0,0,0,0,0,-2.337009723944398,1.5498392360325113,-2.2727272727272663,0.3820715592091311,-94.59999999999991,0,0,17.067566579904742,0.9663865546218487,-20469129069.624447,-114417897.84505081,1.032486944177341,-5514363.246505499,0,1,-6.657901355555257,-16.527293263963006,10.511680561272204,0,1,-13.087218045112753,0.28460014284376245,1486.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0666666666666,1804.0,1380.0,8.574449677977514,1,0,0,none,1,-7.275862068965517,-1.593625498007968,0,0.5,0,0,0,-46.80772798880096,-69.22704748013484,-22.419319491333884,1635.8,1787.55,1693.0,-18.715560403904785,0,0,138.71428571428572,9.54675056533281,0,0.01256281407035176,-191.85700099304862,1,0,-98.74371859296483,1,0,-21.6711590296496,35.68822755226306,1,0,0,0,1,0,1.4206200582604964,-8.86384336312841,-6.705921464830514,-0.06143032267966255,-377.29999999999995,0,0,19.361561101141916,,-50277854059.758675,-3536955743.7603073,1.6798751999515982,104137959.39391673,1,0,,-17.13934729828307,42.66946939142311,1,1,-14.680451127819609,0.47861505550669414,1453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-16.92,0,0,2205.25,2380.0,1331.5,-34.11177870989683,1,0,0,none,1,0.6101694915254238,-2.477632484514797,0,0.3,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.4774343680311564,59.220779220779214,98.4848484848485,93.80501353795125,38.21531389111577,29.398148148148138,31.407035175879383,36.04728476990549,0.0,28.091959832670742 -191,2025-10-14 15:45:00,buy,1367.0,0.144,35,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#35,0.0,26.829268292682926,-1.2452123389940528,14.392998306041974,14.102306711002521,-7.099778258621427,-5.854565919627374,2.1447814225062634,1404.0,1415.3,1432.3333333333333,-1.0810428884335477,0,0,6.857142857142857,0.4897959183673469,0,0.34285714285714286,-207.58858576356246,1,0,-65.71428571428571,0,0,-1.4084507042253502,2.490557743719961,0,0,0,0,0,0,-4.123112659698023,-0.10964101756755706,0.8225108225108215,-0.011467469735306862,-20.279411764705856,0,0,0.7947733463825409,0.453781512605042,-9881187813.279501,,3.5172453590439785,-1461607.9025608543,0,0,,-23.3600645307397,42.94953156289586,1,1,-1.072180451127833,0.6986516739664952,1388.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1486.0833333333335,1495.0,1398.7,-5.792631637974555,1,0,0,none,1,-0.8571428571428571,-0.14285714285714285,0,0.214,0,0,1,0.0493221815554363,23.63636363636364,-0.9770699717439086,26.897446689113583,21.090996519136954,-10.839172606172951,-9.862102634429043,3.1152859775373734,1406.4,1420.95,1448.8333333333333,-1.4039902881874844,0,0,8.357142857142858,0.5965126950137657,0,0.2826086956521739,-200.95575001551478,1,0,-59.375,0,0,-1.3380281690140827,14.90810974652031,0,0,0,0,1,0,5.454545454545453,-0.12727390142749861,12.092391304347824,-0.055909915748618026,-27.679411764705947,0,0,1.062748349395883,0.8403361344537815,-11356800244.29734,-18251366.322483063,2.887097305457595,-288478.409970209,0,0,,-23.264307192057963,46.00040985348029,1,1,-1.7330827067668906,0.8583673132421711,1388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1506.0,1508.0,1416.0,-6.972111553784865,0,0,0,none,1,-1.0303030303030303,-0.14275517487508924,0,0.136,0,0,1,0.05827453860141447,12.121212121212125,-1.506781472808047,21.21501430012074,15.605729967432056,-17.435503220594,-15.928721747785954,5.302198931272348,1412.8,1434.6,1475.3666666666666,-2.342116269343364,0,0,14.142857142857142,1.009483022330988,0,0.19444444444444445,-192.95392953929553,1,0,-70.2127659574468,0,0,-1.8220042046250828,15.850774544908717,0,0,1,0,1,0,-0.782013685239491,-0.37246244752489055,5.76241134751773,-0.06084786850022014,-45.53823529411761,0,0,1.3167588910612573,0.29411764705882354,-13965500286.877098,-10672610.602964401,4.065386936649288,-3487242.269169003,0,0,,-23.181141945200658,59.72512730053886,1,1,-3.0812030075187837,0.9188718871755859,1387.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1505.0,1507.0,1387.0,-6.910299003322262,1,0,0,none,1,-1.0759493670886076,-1.7844396859386153,0,0.308,-1,0,1,0.08830760175313408,15.294117647058826,-3.470798919160277,17.36111111111109,10.694444444444587,-19.862871966684907,-16.39207304752463,6.965829008121127,1419.0,1450.6,1482.1,-2.8677788501309753,0,0,13.571428571428571,0.9631957822163641,0,0.21649484536082475,-153.34517465956208,1,0,-70.0,0,0,-3.5592060232717326,17.945305265354435,1,0,1,0,1,0,-0.3685329553508154,0.0068045675018542084,9.999999999999996,-0.17880780646905048,-56.97352941176473,0,0,1.3680899272758558,0.33613445378151263,-13320915677.634052,-44783296.52936363,2.1612409874305114,-5505625.0613646805,0,0,,-22.711634451829397,80.251690078442,1,1,-4.210526315789492,0.9723437651928715,1388.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1505.0166666666667,1507.0,1391.9666666666667,-6.3797743103620075,1,0,0,none,1,-1.6610169491525424,-0.14194464158977999,0,0.278,-1,0,1,0.0,9.917355371900825,-8.155159927845778,11.775273679788233,10.93835773648935,-19.650905827312272,-11.495745899466494,8.941493351967047,1427.0,1475.2,1489.6,-4.48752711496746,0,0,20.785714285714285,1.4752103822366418,0,0.11428571428571428,-176.76211453744574,1,0,-88.57142857142857,1,0,-5.752508361204011,4.319639276092133,0,0,0,0,0,0,-0.8934554389099816,-0.4536860606912523,4.25997425997426,-0.14311040949933226,-64.37941176470576,0,0,2.158788124120757,0.14285714285714285,-14707573260.967718,-69700736.41909218,3.075416684007708,-9130378.032475054,0,0,,-22.524434541629013,47.827879754160776,1,1,-5.130827067669183,0.8473071242177231,1397.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1503.2,1505.0,1397.0,-6.266631186801497,1,0,0,none,1,-1.816326530612245,-2.48403122782115,0,0.222,0,0,1,0.0,21.686746987951807,-9.374982987601072,25.314185544768133,30.181295466489715,-11.64959867520497,-2.2746156876038977,6.953452715955025,1452.4,1485.55,1465.3666666666666,-4.479822288041468,0,0,27.5,1.937984496124031,0,0.21359223300970873,-270.2445220704994,1,0,-78.64077669902912,0,0,-4.444444444444439,14.096160491897521,0,0,0,0,0,0,-12.72185516258584,-1.850994846843931,1.1368351174176432,-0.039942373939941885,-55.84411764705874,0,0,4.121742640614159,0.4957983193277311,-16126004039.694336,-130406743.02124023,2.0859164322313077,-16422268.44486332,0,0,-5.000487513358415,-21.70623848585266,43.0483068010757,1,1,-2.4413533834586367,0.3128050555045294,1397.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1494.5,1532.0,1397.0,-5.051856808297083,1,0,0,none,1,-0.8717948717948718,-2.466525722339676,0,0.5,0,0,1,14.328690150193978,-47.00595493226024,-61.334645082454216,1490.0,1459.05,1684.9833333333333,0.613412837120042,0,0,49.785714285714285,3.391397430906968,0,0.6666666666666666,-61.49333333333345,0,0,-33.33333333333333,0,0,5.7636887608069065,44.08150973708911,0,0,0,0,0,0,-0.18268176835951522,-2.1876214740088216,-4.292929292929301,0.26274415854667993,-101.77352941176468,0,0,16.70074657072016,0.907563025210084,-20810324037.118523,-418340653.92097473,1.327450723773141,-12564500.188709795,0,1,-4.84531813098083,-18.514931871203878,13.08004708908317,0,1,4.743609022556402,0.3601986537223322,1397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.0666666666666,1804.0,1380.0,5.834855330193212,1,0,0,none,1,-10.793103448275861,-2.3841961852861036,0,0.4,0,0,0,-47.663116941855165,-81.99821566865285,-34.33509872679768,1589.4,1765.95,1694.1333333333334,-15.909283954811858,0,0,143.28571428571428,9.648869648869649,0,0.14251781472684086,-170.04838963370034,1,0,-85.74821852731591,1,0,-20.84221748400853,34.4778890281862,0,0,0,0,0,0,-2.36465532518163,-0.8553889530542023,-26.237680882639637,0.05876047936585077,-412.0205882352941,0,0,19.27411398080679,,-50398649134.46072,-539362420.661087,1.315915804195643,117114081.17570388,1,0,,-15.150132052483578,37.6109308159534,1,1,-16.95864661654138,0.5241323119086541,1425.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,below,-4.095,0,0,2205.25,2380.0,1331.5,-32.66069606620564,1,0,0,none,1,2.016949152542373,-4.242424242424243,0,0.3,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.5478510176097134,58.82352941176471,80.55555555555556,83.41750841750844,12.819222406579039,27.033492822966508,5.169354293239745,24.896448703276334,0.0,31.389639923588835 -192,2025-10-16 18:33:00,buy,1395.0,0.141,35,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#35,0.40231019808560364,56.52173913043478,0.2176749586352436,63.333333333333485,93.48765432098774,0.3607848730857768,0.14310991445053317,1.1208751866356144,1419.0,1415.55,1417.9,-0.10949807495319597,0,0,3.2857142857142856,0.23237017579308952,0,0.5,-66.56828988359003,0,0,-60.0,0,0,0.0,75.65259762149519,1,0,1,0,1,0,-8.478260869565219,-0.4300650928448954,-34.814814814814824,0.2633399199182419,0.48235294117648664,0,0,0.7060260747453896,0.7563025210084033,,,0.7497040202713272,60585.382950437255,0,0,,-22.405736094850514,27.996873538496136,1,1,0.4112781954887388,0.37626555098231396,1410.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.3,1422.5333333333333,1400.8666666666666,0.9063012916577406,1,0,0,none,1,-0.1092436974789916,0.0,0,0.469,-1,0,0,0.32221375625115195,46.34146341463415,0.19712058362204676,102.42424242424265,106.86868686868719,0.06832739656420017,-0.1287931870578466,1.1710335456587986,1419.0,1416.95,1414.1,-0.2081936553865682,0,0,5.714285714285714,0.404122044857547,0,0.7692307692307693,-250.55741360089135,1,0,-20.0,0,0,0.35486160397444344,22.49592528653136,0,0,0,0,0,0,-1.1585365853658516,-0.3314740807794423,-6.666666666666657,0.3829553705593004,-2.6088235294116657,0,1,0.9185785390964114,0.9663865546218487,-11458197821.05474,-10826845.087144852,5.6691068977278745,-156853.19321648777,0,1,,-22.363488478229733,31.78010186220757,1,1,-0.2112781954887085,0.09079243451955121,1394.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1402.2333333333331,1426.9333333333334,1400.3333333333333,0.8391375662633482,1,0,0,none,1,-0.08080808080808081,-0.07072135785007072,0,0.522,-1,0,1,0.2355570806640633,43.99999999999999,0.040611204431206874,108.52049910873443,93.14319667260838,-0.08130342771369214,-0.12191463214489902,1.0534264914269602,1416.6,1417.95,1418.75,-0.27857117669876086,0,0,8.285714285714286,0.5859769650434432,1,0.7222222222222222,-293.60967184801314,1,0,-23.52941176470588,0,0,-0.7022471910112404,23.691159861486966,0,0,0,0,1,0,-9.488372093023258,-0.2934725015275263,7.30837789661318,0.41494340771721444,-1.1205882352942353,0,1,1.036859218956125,0.24369747899159663,-14052077946.286085,-5849294.328651428,5.45599675866811,-551273.6918750107,0,0,,-22.28416026071004,37.790355804293085,1,1,-0.17518796992479904,0.07703113227490943,1401.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1414.5333333333333,1426.2,1401.0,-0.03770383636534369,1,0,0,none,1,-0.21518987341772153,-0.7072135785007072,0,0.529,0,0,1,0.5102259606509679,54.385964912280706,0.26323725042939095,77.14285714285715,70.37037037037054,-0.8615973405965178,-1.1248345910259088,1.7292718564934313,1415.2,1413.75,1419.6833333333334,0.017683465959317246,0,0,7.571428571428571,0.5354617094362497,0,0.75,-30.98183439206716,0,0,-57.14285714285714,0,0,-0.35236081747709314,45.65739271704658,1,0,0,0,1,0,-6.398348813209488,-0.22557258871481678,4.285714285714278,0.4132001675575573,-5.150000000000091,0,0,1.3131752581562095,0.453781512605042,-13418433841.943611,-2561977.649892807,4.439522146133723,-919199.502312988,0,0,,-22.245785441671305,24.367921921688716,0,1,0.6548872180451276,0.4018363979692098,1415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1415.4333333333334,1428.0,1402.0,-0.10126463038410138,1,0,0,none,1,-0.1864406779661017,-2.4045261669024045,0,0.455,0,0,1,0.3622178054839558,41.55844155844156,0.3937951276309053,54.16666666666645,62.03703703703684,-3.3268573960799586,-3.720652523710864,2.3789460481374354,1416.4,1418.65,1431.5666666666666,-0.3277764071476508,0,0,11.642857142857142,0.823398666397252,0,0.5,-57.65086206896762,0,0,-50.0,0,0,-0.6324666198172846,28.013531383233513,0,0,0,0,0,0,2.0522687189353945,-0.11220473755695659,-11.111111111111107,0.4026677611628121,-4.402941176470449,0,0,1.8375147266863185,0.5126050420168067,-14792790440.605932,-5586903.833374023,4.7457465144049475,-755315.663299799,0,0,,-22.063777098191707,18.46347783322245,0,1,-0.44887218045113986,0.09906350660949403,1415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1410.8833333333332,1443.0,1410.2,0.22090179910931873,1,0,0,none,1,-0.7346938775510204,-2.6874115983026874,1,0.286,0,0,1,0.30283579895995616,41.964285714285715,0.1456786772709764,76.5512265512266,58.82635882635888,-6.907019201095181,-7.052697878366158,3.3317456698089893,1413.2,1423.35,1437.7333333333333,-0.6569009730565178,0,0,16.928571428571427,1.197211557890483,0,0.42857142857142855,-62.264150943397915,0,0,-42.857142857142854,0,0,0.14164305949009304,35.33727861694753,0,0,0,0,0,0,-2.797619047619044,-0.00901568533378505,10.714285714285722,0.3636126137118141,-17.623529411764594,0,0,2.2791104050256026,0.19327731092436976,-16217537861.169945,-20794479.102165222,3.0142631961202215,-1752145.795300305,0,1,,-21.797645933028754,17.017717144967758,0,1,-1.3421052631578898,0.4485326795485667,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1411.35,1453.0,1410.5,0.1877634888581836,1,0,0,none,1,-0.9230769230769231,-2.6874115983026874,0,0.4,0,0,1,5.662024287007824,-33.3234069919738,-38.98543127898162,1426.2,1453.25,1599.6,-2.3567865129881294,0,0,37.785714285714285,2.662841034934058,1,0.22916666666666666,-62.25603836018108,0,0,-46.34146341463415,0,0,-0.42105263157894424,48.157453235607576,0,0,1,0,1,0,-6.888332377877681,-0.5552173004669427,3.3028455284552862,0.2721216621466096,-11.664705882353019,0,0,5.186236650731941,0.226890756302521,-20852055758.72047,-47163746.38740158,0.897830407754968,-14594951.175306708,0,0,-4.407149494503936,-21.047243469792644,18.14619632960639,0,1,-4.5691729323308214,0.5433031142156133,1419.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1408.6,1503.2,1384.4,0.7383217378957863,1,0,0,none,1,-2.3448275862068964,-3.7350246652572237,0,0.333,0,0,0,-46.41944072938929,-104.66357766460783,-58.24413693521854,1449.6,1723.05,1696.2166666666667,-16.601375467920253,0,0,138.35714285714286,9.628193657421216,0,0.04439252336448598,-116.71113746417642,1,0,-95.56074766355141,1,0,-21.303395399780946,33.660731806072604,0,0,0,0,0,0,-4.607614607614622,2.7972713749048523,1.060990309804474,0.05680739355509284,-398.3823529411766,0,0,19.173627695603816,,-50440712265.37505,-545200937.7046204,0.5532945322916054,121333379.35913122,1,0,,-17.750036619055887,28.819591627306686,1,1,-22.82781954887216,0.6542830525650327,1418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,11.883,0,0,2205.25,2380.0,1331.5,-34.837320031742436,1,0,0,none,1,0.4915254237288136,-1.8789144050104383,0,0.3,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.26651979596919834,32.80632411067194,40.56129963473549,38.43991791367191,10.094159900071071,22.987012987012974,6.230344603044219,5.523017729841231,0.07168198281824917,38.75946096583581 -193,2025-10-17 17:18:00,buy,1262.0,0.156,35,저점 분할 매수 · 비중 16% · 7회 · BB하단 · leg#35,0.22777442114840224,36.111111111111114,1.3175628111324205,33.582887700534904,22.590612002376787,-10.805888863410019,-12.123451674542439,2.962554202621532,1276.0,1283.35,1321.7,-0.8064830326878769,0,0,7.214285714285714,0.5667152957019415,0,0.1875,-159.35634570464538,1,0,-64.70588235294117,0,0,-0.23510971786834256,37.13520850368431,1,0,1,0,1,0,1.9005847953216346,-0.14251797532445565,14.79500891265597,0.06443911639810693,-21.641176470588334,0,0,1.0944830383820834,0.7815126050420168,-9991879983.431967,-2686365.330341339,1.7311158006598397,258255.8518221099,1,0,,-30.02745877975065,33.9633554099463,1,1,-1.2609022556391118,0.6159252811472923,1267.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1275.8333333333333,1373.0,1267.0,-0.22207707380795805,1,0,0,none,1,-0.7647058823529411,-0.7855459544383346,0,0.267,0,0,0,0.20050197589880267,28.888888888888886,0.043934151687206935,12.954333643989054,12.37417090411679,-17.624872119148222,-17.66880627083543,5.520155446470332,1278.4,1294.4,1339.05,-1.653275648949326,0,0,12.142857142857142,0.9538772303894063,0,0.14285714285714285,-116.26328884867725,1,0,-78.37837837837837,0,0,-1.6228748068006227,30.509131474079695,1,0,1,0,0,0,-0.3245942571785321,0.2022222097833577,2.821242294926506,0.04107957615169396,-42.22352941176473,0,0,2.0824389292072527,1.0,-11578326597.043465,-7835596.7880420685,1.1976831242363368,-2744683.7610509396,0,0,,-29.9899911271859,55.92588940946443,1,1,-2.800000000000021,0.8599327043610226,1265.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1274.6666666666665,1377.1333333333334,1265.0,-0.1307531380753013,1,0,0,none,1,-1.0,-0.6284367635506678,0,0.28,0,0,0,0.15165988437812433,22.222222222222214,-5.132534597184758,6.655844155844188,5.067804909577,-23.156901828762102,-18.024367231577344,10.214407138544217,1280.4,1325.15,1356.1,-3.558087763649409,0,0,17.214285714285715,1.3469707131678963,0,0.13829787234042554,-112.73996509598587,1,0,-85.22727272727273,1,0,-4.769001490312963,9.426558743824998,0,0,0,0,0,0,0.1633986928104605,0.8167397838247439,4.080360567702341,-0.05006116268851846,-65.60588235294131,0,0,2.47244079783871,0.957983193277311,-14252857199.536076,-144611554.35027885,1.188970833962444,-2043691.2742611766,0,0,,-29.64503677667051,85.55223095326508,1,1,-5.442857142857162,0.9054938135215111,1265.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1370.4,1380.7333333333333,1273.2666666666667,-6.742556917688269,1,0,0,none,1,-1.4936708860759493,-0.6259780907668232,0,0.273,0,0,0,0.03999094192448527,12.711864406779654,-7.974977543820053,4.175475687103594,8.33595646386359,-24.074725384959265,-16.099747841139212,10.522003201761642,1284.4,1337.75,1364.5,-4.840216781909923,0,0,18.571428571428573,1.4588710582426216,0,0.030303030303030304,-134.09689843908365,1,0,-96.5909090909091,1,0,-5.982274741506643,0.5922554305139158,0,0,0,0,0,0,-0.5624718764061925,0.11740491731680613,-4.677589852008456,-0.21869214459643202,-72.67352941176455,0,0,1.8630431733519908,0.7478991596638656,-13536364706.871521,-71601696.21277237,1.622403672624437,-7427560.015643567,0,0,,-29.88451506521659,74.10779482172458,1,1,-5.47593984962406,0.847536843191806,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1371.15,1373.1333333333334,1270.0,-7.158224847755534,1,0,0,none,1,-2.169491525423729,-1.021209740769835,0,0.2,0,0,0,0.0,12.5984251968504,-7.901636327560011,16.547801916465286,27.414854968943672,-22.23463158191521,-14.332995254355199,8.47601569960507,1316.0,1356.85,1393.1333333333334,-5.663853778973349,0,0,21.857142857142858,1.7075892857142858,0,0.09615384615384616,-223.94382149733923,1,0,-89.79591836734694,1,0,-6.501095690284875,4.43066001812106,0,0,0,0,0,0,-0.5163289015102492,-1.902272336295372,-11.852876743917903,-0.3019729652489232,-66.57352941176464,0,0,2.5781680390128066,0.8235294117647058,-14932069428.58241,-89248881.72148705,2.6132094136441606,-11097930.660103142,0,0,,-29.338322850002807,52.09306673322719,1,1,-3.6744360902255613,0.5716395125897265,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1294.75,1435.0,1270.0,-1.1392160648773908,1,0,0,none,1,-2.7551020408163267,-1.015625,0,0.214,-1,0,1,0.0,18.888888888888886,-7.95028132435111,31.987992756217725,37.45231036468882,-25.24271660943282,-17.29243528508171,10.387352561699,1336.6,1377.4,1415.4833333333333,-7.071293741832441,0,0,25.714285714285715,2.0089285714285716,0,0.034013605442176874,-269.9724517906337,1,0,-94.89795918367348,1,0,-7.514450867052025,11.971458629386433,0,0,0,0,1,0,-1.349206349206355,-3.371287172930254,-7.49472202674173,-0.3655274203468398,-73.3735294117646,0,0,3.982953745114429,0.7899159663865546,-16358975815.265392,,2.8698688335793947,-12569908.280038416,0,0,,-29.091165889652736,67.04872379463956,1,1,-5.312781954887194,0.7721507703636756,1275.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1288.1666666666665,1433.0,1275.0,-0.6339759347910312,1,0,0,none,1,-4.17948717948718,-1.40625,0,0.222,-1,-1,1,-4.369351063978087,-40.07991513353227,-35.71056406955418,1372.0,1418.1,1553.3,-7.270291234750714,0,0,38.714285714285715,2.944052145573058,0,0.10869565217391304,-267.627460096079,1,0,-89.13043478260869,1,0,-8.489909533750872,28.338227061161817,0,0,0,0,0,0,-5.85026673859619,-3.965112813533473,-11.043478260869563,-0.1713527256540748,-82.72352941176473,0,0,6.19663426293345,0.5042016806722689,-20961302740.93674,-122449258.58088303,3.1201658334137115,-20955542.990388066,0,0,,-26.695273417228172,32.3532002958954,1,1,-3.86165413533833,0.3919996133872844,1300.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1409.5333333333333,1504.9333333333334,1300.0,-6.706711441138912,1,0,0,none,1,-2.5172413793103448,-3.269961977186312,0,0.2,-1,-1,1,-43.04195169778657,-112.04657655745177,-69.0046248596652,1443.2,1703.15,1696.35,-16.859936000939435,0,0,149.57142857142858,10.562953995157386,0,0.19626168224299065,-127.80858628323459,1,0,-79.41176470588235,0,0,-22.240527182866554,27.137365039655194,0,0,0,0,0,0,-0.8070383355554327,3.377489031602714,2.112151273811185,0.0973230205350453,-396.61470588235284,0,0,19.14061198907043,,-50601299951.821526,,1.049035899899258,124352981.45841455,1,0,,-18.796157019310034,26.181705703706477,1,1,-25.778195488721767,0.7271335329421035,1311.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,19.346,0,0,2205.25,2380.0,1292.6666666666667,-35.78959301666478,1,0,0,none,1,1.423728813559322,-3.8135593220338984,0,0.3,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.0,24.49799196787147,18.70177919170497,26.612405840944167,10.292425005026349,22.17997465145754,8.342495876855404,6.580731591046451,0.0986073821828961,42.00360258897871 -194,2025-10-19 18:27:00,buy,1322.0,0.149,35,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#35,0.15432880487781273,36.36363636363636,-0.5611460756850346,51.42857142857158,43.333333333333435,-2.4235689447316417,-1.8624228690466071,1.3217607399254043,1330.4,1335.1,1336.8833333333334,-0.45689461463560566,0,0,4.357142857142857,0.327851230785768,0,0.26666666666666666,-127.49864937871321,1,0,-60.0,0,0,-0.7468259895444307,14.97057492570147,0,0,0,0,1,0,0.0,-0.004977415353194514,5.0,0.21566424169596135,-6.747058823529414,0,0,0.6121756028268138,0.8319327731092437,-10029887405.525347,,1.5263124646566248,-694009.2797458284,0,0,,-26.802661715463582,12.568012076089445,0,1,-0.6706766917293357,0.8088745389704657,1325.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.35,1352.0,1325.9,0.1997964338221525,1,0,0,none,1,-0.17647058823529413,-0.07524454477050413,0,0.429,0,0,0,0.04594802666504183,34.14634146341464,-1.221382102221913,25.576275576275805,16.99473366140064,-2.4867314266650737,-1.2653493244431608,1.6472633095867095,1329.6,1337.0,1338.1,-0.7479431563201189,0,0,5.857142857142857,0.4413822801162665,0,0.2777777777777778,-187.26591760299675,1,0,-72.22222222222221,0,0,-0.8961911874533213,15.925976195308763,0,0,0,0,0,0,-1.7510944340212546,-0.12829122955475025,9.259259259259263,0.16091539736298943,-9.141176470588334,0,0,1.002695212001079,1.0,-11620455892.817734,,1.1508705005937534,-1040210.5558620542,0,0,,-26.874162210015406,18.40378729632446,0,1,-0.6977443609022587,0.5620718462823742,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1326.35,1351.0,1325.8666666666666,0.04900667244693846,1,0,0,none,1,-0.1111111111111111,-0.15071590052750566,0,0.409,0,0,0,0.17311659232424,46.666666666666664,-0.7356815800819738,37.64705882352947,44.29505135387485,-2.086810993274412,-1.351129413192438,1.4184121569174837,1333.8,1337.2,1342.6166666666666,-0.46365539934191125,0,0,7.142857142857143,0.5366534292154127,0,0.5294117647058824,-208.09968847352178,1,0,-47.05882352941176,0,0,-0.5231689088191382,25.848907118119172,1,0,0,0,0,0,2.480620155038757,-0.2048551775106373,4.313725490196077,0.2638671692489118,-8.520588235294099,0,0,0.9987768591021077,0.9915966386554622,-14321398095.637083,-4171044.147628784,1.4187836748899514,-470622.86720457673,0,0,,-26.580861109498578,14.99616505641158,0,1,0.046616541353369324,0.003382754639393637,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.6999999999998,1351.1333333333334,1327.0666666666666,0.24855012427507095,1,0,0,none,1,-0.4177215189873418,-0.15026296018031557,0,0.36,0,0,0,0.0,34.48275862068965,-0.11621648627908288,47.6470588235294,67.36383442265809,-2.7092425787770935,-2.5930260924980106,0.9497710362822374,1336.6,1338.1,1347.25,-0.5306030939391637,0,0,6.714285714285714,0.5044542234624879,1,0.45,-266.8869309838531,1,0,-47.05882352941176,0,0,-0.2248875562218866,10.346068912755015,1,0,1,0,1,0,-5.517241379310349,-0.37268255416412943,-21.241830065359473,0.2151452790513167,-9.19705882352946,0,0,0.6132523682299458,0.025210084033613446,-13582338360.972178,-5644366.597187042,1.647847771841234,-688913.062487334,0,0,,-26.54614127777698,22.67799427463293,0,1,-0.28872180451124824,0.28902287000085614,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1336.5666666666666,1349.8666666666666,1323.2666666666667,-0.41649001172157085,1,0,0,none,1,-0.4576271186440678,-0.15026296018031557,0,0.333,-1,0,0,0.14771741675234928,33.33333333333333,-0.42657245307103686,50.66666666666643,41.67521367521348,-3.922325299937711,-3.495752846866674,1.711928008772073,1337.8,1343.1,1350.3166666666666,-0.6030824212642338,0,0,7.0,0.5243445692883896,0,0.4482758620689655,-204.0634070104937,1,0,-48.0,0,0,-0.9643916913946615,14.640759873951282,0,0,1,0,1,0,-7.843137254901961,-0.10544824077498127,4.512820512820504,0.22568022510072133,-12.844117647058738,0,0,0.9388940479670185,0.03361344537815126,-14996254475.322271,-17518322.083379745,4.116889889122698,-916229.0808726549,0,0,,-26.157941284730047,19.793451347737374,0,1,-0.7759398496240716,0.6377587805129252,1322.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1344.75,1361.0,1324.6,-0.7250418293363037,1,0,0,none,1,-0.4489795918367347,-0.149812734082397,0,0.375,0,0,1,0.10988430056403156,33.82352941176471,-1.7693905842896753,11.754385964912338,12.545579635362975,-3.94033643050102,-2.1709458462113447,2.3872912675681377,1337.2,1347.55,1345.5,-0.9313198026047242,0,0,8.357142857142858,0.6260032102728732,0,0.05,-127.18828152911632,1,0,-94.73684210526315,1,0,-1.25739644970414,7.138771911166089,0,0,0,0,0,0,-1.5610859728506625,-0.012590284815162667,-3.245614035087719,0.1938584630925099,-12.952941176470404,0,0,1.6309000726260037,0.03361344537815126,-16426319967.252491,-16158636.453865051,4.075891361834063,-1741998.435721755,0,0,,-25.90537370420175,25.26183133944513,1,1,-0.9270676691729218,0.4650614085561773,1335.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1334.4333333333334,1360.0,1334.0,0.042464966402722126,1,0,0,none,1,-0.4358974358974359,-1.947565543071161,0,0.429,0,0,1,4.959316028795989,-28.501637572226628,-33.46095360102262,1347.6,1362.6,1468.3166666666666,-2.09892851900777,0,0,28.5,2.136431784107946,0,0.3177570093457944,-38.85999408008772,0,0,-32.0,0,0,1.8320610687022842,46.36999644862478,0,0,0,0,0,0,4.40222897669706,-0.7905582072726389,-4.476190476190482,0.21306131746231577,-40.18235294117653,0,0,5.107525074755024,0.2184873949579832,-20979957044.132965,-24062056.500213623,1.1639352384939698,-2379226.790035188,0,1,,-25.515501621065763,32.93189339519162,1,1,-4.166917293233087,0.38743097358465917,1334.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.3,1438.0,1300.0,2.434154956615231,1,0,0,none,1,-2.413793103448276,-3.223388305847077,0,0.2,0,0,0,-40.21236296864814,-130.47114035692857,-90.25877738828044,1387.8,1653.75,1697.0166666666667,-18.306878306878303,0,0,155.85714285714286,11.53642804271968,0,0.07476635514018691,-87.31792428787082,0,0,-91.64926931106471,1,0,-21.31624927198602,31.791285172619183,0,0,0,0,0,0,5.027946323922208,4.591884177164658,1.3038261174955625,0.10398340598001252,-382.9441176470589,0,0,19.96534381220084,,-50588559611.5727,-562749909.1066589,0.3901547253204185,175204074.97937465,1,0,,-22.418045532878615,19.46774439611395,0,1,-31.796240601503783,0.8325170790492045,1351.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,26.285,0,0,2205.25,2380.0,1292.6666666666667,-38.73710463666251,1,0,0,none,1,0.9322033898305084,-6.217616580310881,0,0.3,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.3194679523418827,42.02127659574468,75.03865124204107,75.03247602788234,11.626348597023727,22.648083623693367,9.577165701128283,8.731000387205464,0.13287755285682445,49.86586477982027 -195,2025-10-20 09:30:00,buy,1356.0,0.145,35,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#35,0.0,4.0,-1.9709895184454824,10.964426877470508,16.878641487337244,-6.978223000614207,-5.007233482168725,2.578424393233409,1366.0,1378.65,1388.6333333333334,-1.3527726399013562,0,0,4.357142857142857,0.3203781512605042,0,0.03333333333333333,-164.53327344861387,1,0,-95.45454545454545,1,0,-1.591895803183796,1.3719063984161295,0,0,0,0,0,0,0.1538461538461462,-0.15099022503649628,-9.595959595959595,-0.4393598965412717,-19.63823529411752,0,0,0.4917666088851109,0.8991596638655462,-10040837566.033895,-3645695.8084278107,0.7460501000265722,-614183.863876218,0,0,,-25.054248878160244,92.08987441130299,1,1,-1.408270676691733,0.8789080595260448,1359.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1394.7,1398.2,1359.0,-2.4879902487990324,1,0,0,none,1,-0.31092436974789917,-0.07352941176470588,0,0.323,0,0,0,0.0,8.333333333333329,-2.251442311933144,17.175393784589414,20.595995086642244,-6.441258739653904,-4.18981642772076,2.5867159310899788,1372.2,1384.45,1392.3333333333333,-1.6938134277149852,0,0,5.5,0.4041146216017634,0,0.058823529411764705,-213.95067332425515,1,0,-93.10344827586206,1,0,-1.8745493871665464,4.180538817563885,0,0,0,0,1,0,-5.952380952380963,-0.6133934053631553,-7.505070993914806,-0.4515576012712162,-19.838235294117567,0,0,0.6171322084641783,0.42857142857142855,-11640545072.297525,-4069417.642145157,0.907009809949311,-737605.1808840781,0,0,,-24.95975480585284,85.85576335797477,1,1,-1.4112781954887346,0.8696835657547293,1359.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1395.75,1399.5,1362.0,-2.489700877664336,0,0,0,none,1,-0.3434343434343434,-0.07347538574577515,0,0.4,-1,-1,0,0.0,17.948717948717942,-2.38077113588441,27.858999350227478,20.515022123209235,-4.513385815958827,-2.132614680074417,2.140654348514381,1379.8,1390.25,1395.0,-1.4565725588922884,0,0,6.571428571428571,0.4796663190823775,0,0.2894736842105263,-271.65627165626944,1,0,-71.05263157894737,0,0,-2.002861230329045,13.21505729077991,0,0,0,0,0,0,-11.46304675716442,-0.5755649631816175,9.649122807017545,-0.19645941393007013,-17.364705882352837,0,0,0.8023146593699331,0.36134453781512604,-14340726983.351187,-11077809.883228302,3.452723048599128,-1047636.3457217216,0,0,,-24.388536349993263,35.41320905188815,1,1,-0.8654135338346085,0.4735398038714562,1359.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1362.6666666666667,1403.0,1361.9333333333334,0.5381604696673037,1,0,0,none,1,-0.0379746835443038,-0.072992700729927,0,0.5,-1,-1,1,0.0,25.000000000000014,-2.910565078734052,24.780701754385962,25.461088618983485,-2.4391177747811525,0.4714473039528992,2.0938800331812413,1383.8,1393.5,1384.3166666666666,-1.471115895227848,0,0,8.071428571428571,0.5878680678389345,0,0.3684210526315789,-299.218194740582,1,0,-63.1578947368421,0,0,-1.294033069734002,15.715074305482503,0,0,0,0,0,0,-9.782608695652158,-0.6400054389787653,-3.1039136302294246,-0.04680662353554104,-15.767647058823513,0,0,0.9926974701195477,0.5126050420168067,-13609484566.741905,-18144860.370422363,3.4397554120027745,-1029314.7322484255,0,0,,-24.187125717301893,40.67992876797441,1,1,-0.9007518796992722,0.5336798970720549,1359.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1367.9,1399.9333333333334,1340.0,0.37283427151106885,1,0,0,none,1,0.8813559322033898,-0.07283321194464676,0,0.611,-1,-1,1,0.0,40.845070422535215,-2.900751349579851,57.717057717057465,82.36478236478216,6.26307429417534,9.16382564375519,1.4183928830061103,1392.0,1395.05,1365.5333333333333,-0.9354503422816407,0,0,8.071428571428571,0.5840396940252222,1,0.6216216216216216,-408.9614089614161,1,0,-37.83783783783784,0,0,-1.0737294201861092,28.279761450114847,0,0,0,0,0,0,-9.8795672586242,-0.7727511192424643,-31.660231660231666,0.29244027812207657,7.941176470588289,0,0,1.5654945730735745,0.5378151260504201,-15040948090.847912,-36693198.96146393,3.007781929819506,-933564.5952369571,0,0,,-23.51688292269577,32.890916183629926,1,1,-0.265413533834591,0.10075382024261648,1359.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1394.7666666666667,1396.0,1324.4666666666667,-0.9153263389336308,1,0,0,none,1,0.5714285714285714,-0.0723589001447178,0,0.5,-1,0,1,0.5869821608627805,68.04123711340206,0.6680700502112344,87.15277777777784,99.59981167608292,11.533344356931593,10.865274306720359,7.578158165965008,1394.0,1372.95,1356.1833333333334,0.6591645726355733,0,0,14.071428571428571,1.018193094893529,0,0.8,-8.743169398907282,0,0,-37.5,0,0,-0.21660649819494893,63.0117112392796,1,0,0,0,0,0,-11.550599621291823,-1.5590013611718305,-17.019774011299432,0.5490898239446165,23.90000000000009,0,0,2.280067698842748,0.4789915966386555,-16442743868.874691,-17206753.251462936,1.6049346042764634,-560077.0029948354,0,0,,-23.257044432001262,57.864299523335205,1,1,3.8353383458646344,0.7609543756395645,1368.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1335.0,1394.0,1334.0,3.5205992509363293,1,0,0,none,1,0.6666666666666666,-1.0130246020260492,0,0.5,-1,0,0,11.581621753037208,-12.146009590005178,-23.727631343042386,1378.0,1354.95,1444.2666666666667,2.8082217055979797,0,0,23.428571428571427,1.6818787816634189,1,1.0568181818181819,80.37703513281936,0,0,9.25925925925926,0,1,3.4149962880475115,68.68835213478039,0,0,0,0,0,0,-2.983780032960354,0.3367219423694543,-0.4223521767381442,0.6985605938753314,-3.4500000000000455,0,0,5.44433046548773,0.3697478991596639,-20993209969.13057,-33888868.354660034,0.8256705865743497,-2786754.609138131,0,1,,-22.18298492110531,29.759604527676466,1,1,1.8488721804511228,0.14958187964457748,1369.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.3,1438.0,1300.0,6.964601090378575,1,0,0,none,1,-2.1379310344827585,-1.0768126346015794,0,0.333,0,0,0,-31.084869848301167,-129.1148646986569,-98.02999485035573,1383.4,1630.45,1698.8,-13.950136465392992,0,0,157.21428571428572,11.205579879849303,0,0.17196261682242991,-70.08603941160145,0,0,-79.37219730941703,0,0,-19.506597819850835,34.7353176562889,0,0,0,0,0,0,4.084589643633365,9.12749312034697,0.013189132155105199,0.21960675980873082,-371.40588235294126,0,0,20.04269653218434,,-50601532228.47529,-607108989.4175339,0.4063431025148949,152734820.8783269,1,0,,-19.382495161133374,17.664405116345677,0,1,-31.97969924812037,0.8362645367976553,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,below,-0.518,0,0,2205.25,2380.0,1331.5,-36.37909534066432,1,0,0,none,1,1.7457627118644068,-3.4212401995723454,1,0.3,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.8363514102775662,72.6775956284153,115.65951916829111,110.53367987870915,8.349070703406799,26.73267326732673,9.590354833283389,9.14695337268146,0.2251540178236732,50.756195724350505 -196,2025-10-20 15:42:00,sell,1407.0,0.65,35,고점 매도 · 비중 65% · 분할 · leg#35,0.8559345409403163,68.42105263157895,0.2128593505599241,105.55555555555571,112.59259259259271,3.00171287719445,2.788853526634526,1.022805148666964,1404.8,1400.9,1395.4333333333334,0.3640516810621719,0,0,2.142857142857143,0.15240804714488923,0,1.0,154.9173194081821,0,1,-0.0,0,1,0.28530670470756636,67.8177842867745,0,0,0,1,0,1,-5.263157894736835,0.0005959464591600572,-6.666666666666671,1.0447158491054938,7.194117647058874,0,0,0.4996322799735199,0.058823529411764705,-10043141502.891668,-359235.23021507263,0.4924006479234367,513567.9877975108,0,0,,-22.500704930420813,12.088074185953815,0,1,0.5548872180451033,0.8398416056548235,1406.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1400.4,1406.0,1362.8,0.39988574692944034,1,0,0,none,1,0.31932773109243695,-0.2844950213371266,1,0.629,0,0,0,0.8541735695259985,68.75,0.1784930926678978,113.69047619047642,123.677248677249,4.591151796850454,4.412658704182556,1.5344969462202174,1404.4,1398.4,1384.4333333333334,0.5434782608695565,0,0,3.5,0.24893314366998576,0,1.0,141.90093708165838,0,1,-0.0,0,1,0.7163323782235054,61.42070051126125,0,0,0,0,0,0,0.0,0.011518238235554534,-14.285714285714278,0.9881194656493497,7.961764705882388,0,0,0.7816737301894295,0.6386554621848739,-11644379009.84665,-678995.6120414734,0.7463876070161091,425312.0211274028,0,0,,-22.459915063121272,18.278535129466807,0,1,0.8436090225564064,0.8655169379190485,1405.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.1166666666668,1406.0,1359.0,1.0698839062144305,1,0,0,none,1,0.09090909090909091,-0.21337126600284498,1,0.45,0,0,0,0.8372019864388489,70.96774193548387,1.1751505954330073,113.46153846153851,117.67806267806266,6.643580066941013,5.4684294715080055,2.713882300771154,1402.8,1393.25,1384.4333333333334,0.9151265027812716,0,0,3.4285714285714284,0.24385287543182277,0,1.0,141.3333333333309,0,1,-0.0,0,1,0.9332376166546918,82.91220945497176,0,0,0,1,0,0,13.391984359726294,0.015039203365294185,-5.555555555555557,1.4213937874960938,20.59999999999991,0,0,1.3860880792949704,0.5882352941176471,-14344544429.052366,-523345.9375782013,1.0673653315188678,615004.9400317967,0,0,,-22.38250128361654,33.864308216058724,1,1,1.1766917293233323,0.5423420869948401,1405.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1389.55,1404.4333333333334,1360.5666666666666,1.183836493828938,0,0,0,none,1,0.06329113924050633,-0.07112375533428165,1,0.45,1,0,0,0.811586225845044,76.92307692307693,2.529022805414089,104.30555555555556,103.2072158365263,5.558547967645836,3.029525162231747,4.523527106769884,1398.6,1383.5,1388.9333333333334,1.4094687387061766,0,0,9.0,0.6414825374198148,0,1.0476190476190477,101.03420843277559,0,1,6.666666666666667,0,1,0.0,86.28911771006126,0,0,0,0,0,0,1.1166253101737027,-0.08901829234093217,1.0727969348659059,0.8821029358430602,18.82352941176464,0,0,1.6383233345750248,0.6470588235294118,-13614745076.992458,-3080288.5853118896,1.7278531823230956,380648.25010600686,0,0,,-22.511940104490925,40.92056008176114,1,1,2.3563909774436023,0.7939076890247552,1402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.2833333333333,1402.0,1359.0,0.12250674976510556,0,0,0,none,1,0.03389830508474576,-0.5702066999287242,1,0.455,0,0,0,0.7975811913661651,56.07476635514018,2.321088400651298,104.27709545356579,101.99549905432237,4.359396842580281,2.0383084419289834,4.379632132972082,1396.2,1384.95,1370.9166666666667,1.3032961478753657,0,0,13.285714285714286,0.9469504123816314,0,1.0476190476190477,104.58354711817968,0,1,4.761904761904762,0,1,2.783882783882774,67.17278096934865,0,0,0,0,0,0,2.803738317757009,0.4615445449244133,1.5873015873015817,0.8080498681498689,9.417647058823377,0,0,2.655448024497387,0.9915966386554622,-15056614494.342253,-14575165.955474854,1.7917619390667812,2964922.616523862,0,0,,-22.335036006585685,38.40601960792668,1,1,0.10300751879701674,0.0016150368023418737,1402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1362.8166666666666,1401.0,1324.6333333333334,2.9485501840550876,0,0,0,none,1,1.346938775510204,-0.3563791874554526,1,0.583,0,0,0,0.7269881630658535,52.42718446601941,-0.24145302530198443,110.84967320261444,79.91285403050115,8.0390737596922,8.280526784994185,4.385811698221552,1385.8,1386.2,1361.5166666666667,0.9955273409320453,0,0,14.857142857142858,1.0612244897959184,0,1.0555555555555556,90.24433743534809,0,0,5.88235294117647,0,1,0.14306151645206988,51.10416878294527,0,1,0,1,0,0,7.234876773711719,0.772130517086504,30.849673202614383,0.8035471907013182,19.970588235294144,0,0,2.986969321600233,0.680672268907563,-16449652351.650913,-16786763.233556747,1.6719369597495055,-143140.85862916708,0,1,,-22.239461008343376,50.34877266537496,1,1,0.6481203007518694,0.06364254297458571,1401.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1335.0666666666666,1398.0,1334.0,4.863677219614515,0,0,0,none,1,1.2564102564102564,-0.5714285714285714,0,0.556,0,0,0,9.806423483416346,-11.469601988771956,-21.2760254721883,1384.8,1353.55,1437.3833333333334,1.067563074877187,0,0,22.785714285714285,1.6656223893065998,1,0.7727272727272727,104.16666666666717,0,1,-37.03703703703704,0,0,0.219780219780219,70.8969156783644,0,0,0,0,0,0,-15.29123199205167,-1.7751982696208621,-19.363222871994807,0.43654718928661995,6.099999999999909,1,0,5.509920422813908,0.37815126050420167,-20990471228.68356,-22719270.30376053,1.0732036866262027,-8372927.614461571,0,1,-1.9121920282592222,-23.56598947425237,29.280093307555283,1,1,2.6834586466165247,0.3509968118982494,1369.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.25,1430.5,1300.0,5.048953733922068,1,0,0,none,1,-2.8275862068965516,-2.997076023391813,0,0.286,-1,-1,0,-31.084869848301167,-129.1148646986569,-98.02999485035573,1383.4,1630.45,1698.8,-13.950136465392992,0,0,157.21428571428572,11.205579879849303,0,0.17196261682242991,-70.08603941160145,0,0,-79.37219730941703,0,0,-19.506597819850835,34.7353176562889,0,0,0,0,0,0,4.084589643633365,9.12749312034697,0.013189132155105199,0.21960675980873082,-371.40588235294126,0,0,20.04269653218434,,-50601532228.47529,-607108989.4175339,0.4063431025148949,152734820.8783269,1,0,,-19.382495161133374,17.664405116345677,0,1,-31.97969924812037,0.8362645367976553,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,below,-0.518,0,0,2205.25,2380.0,1331.5,-36.37909534066432,1,0,0,none,1,1.7457627118644068,-3.4212401995723454,1,0.3,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.6348126086612416,57.38636363636363,96.2962962962963,109.34589560320558,7.91886668078474,26.73267326732673,9.590354833283389,9.14695337268146,0.2251540178236732,50.756195724350505 -197,2025-10-20 15:54:00,sell,1407.0,0.35,35,고점 매도 · 비중 35% · 분할 · leg#35,0.7103049115852429,60.0,0.1112792599321466,109.52380952380967,114.28571428571438,3.18035190499927,3.0690726450671235,0.8979051435709626,1407.4,1403.35,1397.2,0.18883386183061734,0,0,2.4285714285714284,0.17272912009754113,0,0.8571428571428571,77.6826859776165,0,0,-14.285714285714285,0,1,0.28530670470756636,68.55007390718998,0,0,0,0,0,0,-3.1578947368421098,-0.21069830354752073,-9.523809523809518,0.7657305439391563,7.635294117647163,0,0,0.35425793462598704,0.0,-10043282877.400415,,0.3123914345659958,519189.67482277006,0,0,,-22.50003527813538,16.68204167689774,0,1,0.4819548872180294,0.8192338443563176,1407.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1401.2833333333333,1407.0,1362.9,0.33659621537400763,1,0,0,none,1,0.3277310924369748,-0.1422475106685633,0,0.622,-1,0,0,0.8204700858871655,70.37037037037038,0.23523996257681024,114.81481481481501,114.59435626102322,4.788603463087156,4.553363500510346,1.5266114310737038,1406.2,1400.15,1385.8166666666666,0.4892332964325119,0,0,3.142857142857143,0.22337293126205707,0,1.0588235294117647,111.4903299203621,0,1,11.11111111111111,0,1,0.49999999999998934,64.60535541655345,0,0,0,0,0,1,4.853128991060032,-0.0923392601575399,-0.4629629629629761,0.9963845200923164,9.320588235294053,0,0,0.7508420430713578,0.5210084033613446,-11644967043.520832,-1211632.6403274536,0.7903188644979265,508759.43028606474,0,0,,-22.404115841345597,19.76276518512543,0,1,0.8383458646616399,0.8614465386579513,1407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.1166666666668,1406.0,1359.0,1.1417686031605312,0,0,0,none,1,0.0707070707070707,-0.14214641080312723,0,0.45,0,0,0,0.8574846801713523,76.66666666666666,1.136936576844878,106.98005698005704,113.15289648622979,6.889600192564103,5.752663615719225,2.396186939951784,1404.2,1395.05,1384.5833333333333,0.856600121859441,0,0,3.357142857142857,0.23860290384810642,0,1.0434782608695652,132.77761238463907,0,1,5.555555555555555,0,1,1.0775862068965525,78.96880849162734,0,0,0,1,0,0,5.698924731182785,-0.03821401858812923,-6.481481481481467,1.4187549485272875,20.608823529411666,0,0,1.3706804396376027,0.5882352941176471,-14344974351.930891,,0.9893647341873778,844469.9770196676,0,0,,-22.326695821371313,33.98053097634928,1,1,1.0218045112782073,0.5232421458333291,1406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1389.55,1406.0,1362.1333333333334,1.2558022381346623,0,0,0,none,1,0.13924050632911392,-0.07107320540156362,0,0.476,1,0,0,0.8634064893501154,81.15942028985506,2.695938690160962,107.1604938271605,104.89960266780203,6.39944852493295,3.703509834771988,4.637038060400167,1401.6,1385.65,1389.0666666666666,1.6851297225128903,0,0,9.0,0.63875088715401,0,1.0869565217391304,105.17679875297455,0,1,14.814814814814813,0,1,0.642857142857145,86.65067544643239,0,0,0,1,0,1,4.236343366778129,0.16691588474687302,2.8549382716049365,0.9965058308421312,20.65882352941162,0,0,1.6518550888480306,0.6722689075630253,-13616506111.180883,-1572688.8814678192,1.3579232991667776,804257.925489217,0,0,,-22.179504944323234,43.38207100191867,1,1,2.4443609022556565,0.8104575469126352,1406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1399.6333333333332,1405.0,1359.0,0.669222891709742,0,0,0,none,1,0.23728813559322035,-0.07097232079488999,1,0.5,1,0,0,0.7975811913661651,56.07476635514018,2.321088400651298,104.27709545356579,101.99549905432237,4.359396842580281,2.0383084419289834,4.379632132972082,1396.2,1384.95,1370.9166666666667,1.3032961478753657,0,0,13.285714285714286,0.9469504123816314,0,1.0476190476190477,104.58354711817968,0,1,4.761904761904762,0,1,2.783882783882774,67.17278096934865,0,0,0,0,0,0,2.803738317757009,0.4615445449244133,1.5873015873015817,0.8080498681498689,9.417647058823377,0,0,2.655448024497387,0.9915966386554622,-15056614494.342253,-14575165.955474854,1.7917619390667812,2964922.616523862,0,0,,-22.335036006585685,38.40601960792668,1,1,0.10300751879701674,0.0016150368023418737,1402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1362.8166666666666,1401.0,1324.6333333333334,2.9485501840550876,0,0,0,none,1,1.346938775510204,-0.3563791874554526,1,0.583,0,0,0,0.7269881630658535,52.42718446601941,-0.24145302530198443,110.84967320261444,79.91285403050115,8.0390737596922,8.280526784994185,4.385811698221552,1385.8,1386.2,1361.5166666666667,0.9955273409320453,0,0,14.857142857142858,1.0612244897959184,0,1.0555555555555556,90.24433743534809,0,0,5.88235294117647,0,1,0.14306151645206988,51.10416878294527,0,1,0,1,0,0,7.234876773711719,0.772130517086504,30.849673202614383,0.8035471907013182,19.970588235294144,0,0,2.986969321600233,0.680672268907563,-16449652351.650913,-16786763.233556747,1.6719369597495055,-143140.85862916708,0,1,,-22.239461008343376,50.34877266537496,1,1,0.6481203007518694,0.06364254297458571,1401.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1335.0666666666666,1398.0,1334.0,4.863677219614515,0,0,0,none,1,1.2564102564102564,-0.5714285714285714,0,0.556,0,0,0,9.806423483416346,-11.469601988771956,-21.2760254721883,1384.8,1353.55,1437.3833333333334,1.067563074877187,0,0,22.785714285714285,1.6656223893065998,1,0.7727272727272727,104.16666666666717,0,1,-37.03703703703704,0,0,0.219780219780219,70.8969156783644,0,0,0,0,0,0,-15.29123199205167,-1.7751982696208621,-19.363222871994807,0.43654718928661995,6.099999999999909,1,0,5.509920422813908,0.37815126050420167,-20990471228.68356,-22719270.30376053,1.0732036866262027,-8372927.614461571,0,1,-1.9121920282592222,-23.56598947425237,29.280093307555283,1,1,2.6834586466165247,0.3509968118982494,1369.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1302.25,1430.5,1300.0,5.048953733922068,1,0,0,none,1,-2.8275862068965516,-2.997076023391813,0,0.286,-1,-1,0,-31.084869848301167,-129.1148646986569,-98.02999485035573,1383.4,1630.45,1698.8,-13.950136465392992,0,0,157.21428571428572,11.205579879849303,0,0.17196261682242991,-70.08603941160145,0,0,-79.37219730941703,0,0,-19.506597819850835,34.7353176562889,0,0,0,0,0,0,4.084589643633365,9.12749312034697,0.013189132155105199,0.21960675980873082,-371.40588235294126,0,0,20.04269653218434,,-50601532228.47529,-607108989.4175339,0.4063431025148949,152734820.8783269,1,0,,-19.382495161133374,17.664405116345677,0,1,-31.97969924812037,0.8362645367976553,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,below,-0.518,0,0,2205.25,2380.0,1331.5,-36.37909534066432,1,0,0,none,1,1.7457627118644068,-3.4212401995723454,1,0.3,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,0.6348126086612416,57.38636363636363,96.2962962962963,109.34589560320558,7.91886668078474,26.73267326732673,9.590354833283389,9.14695337268146,0.2251540178236732,50.756195724350505 -198,2025-10-21 13:45:00,buy,1329.0,0.243,36,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#36,0.03449732420920525,22.58064516129032,-0.6069858168863762,20.264550264550437,23.654000320667105,-4.7059848860521925,-4.098999069165816,1.7290748195325552,1336.0,1341.8,1351.3333333333333,-0.8048889551348859,0,0,3.9285714285714284,0.29515938606847697,0,0.05,-159.35451336359029,1,0,-90.0,1,0,-0.4487658937920691,26.98911926093656,1,0,1,0,1,0,0.0,-0.22670619800631187,0.303030303030301,-0.1560875126602338,-12.635294117647163,0,0,0.6760235451268191,0.9915966386554622,-10057672317.556442,-911886.9515075684,1.1313877062455915,-169736.7059482662,0,0,,-26.586376422932577,67.10405661206154,1,1,-0.8466165413533623,0.7456901013484991,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1355.1333333333332,1375.0666666666666,1330.0,-1.7808825699808017,1,0,0,none,1,-0.44537815126050423,-0.07513148009015778,0,0.242,-1,0,0,0.0,13.333333333333329,-0.9926478897044619,20.22328548644359,21.90678716994537,-5.887086694594245,-4.894438804889783,2.2976407706957183,1339.0,1347.65,1359.7333333333333,-1.161280747968696,0,0,5.642857142857143,0.4236379236379237,0,0.08,-146.64202094886082,1,0,-90.9090909090909,1,0,-1.4063656550703185,16.214380690259844,0,0,0,0,0,0,-0.45977011494252906,-0.30659769879653886,-3.6363636363636367,-0.1075290093838024,-13.34705882352955,0,0,0.7410885469615927,0.9411764705882353,-11660990032.091286,,2.092092679544728,-534521.8930133879,0,0,,-26.492719361751117,67.3016790469798,1,1,-1.2233082706766925,0.8740602329238861,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1354.3000000000002,1380.4,1337.2,-1.6466071033006124,0,0,0,none,1,-0.48484848484848486,-0.07507507507507508,0,0.292,-1,0,1,0.0,23.25581395348837,-1.3656042083877082,20.326086956521795,18.316519844652813,-8.2642893368984,-6.898685128510692,2.6967312287395613,1340.6,1352.85,1369.6,-1.5411908193812995,0,0,6.142857142857143,0.4611754611754612,0,0.030303030303030304,-196.99151864298452,1,0,-95.83333333333334,1,0,-1.4792899408283988,24.721876990968894,1,0,0,0,1,0,-7.047216349541941,-0.4968206409302809,3.6111111111111107,-0.30963795154476,-23.629411764705765,0,0,0.9999008318673548,0.7058823529411765,-14366985662.791784,-5948816.08180809,1.351494966129321,-1006736.4616691172,0,0,,-26.41976808972839,48.82858566586793,1,1,-1.3887218045112866,0.8114166501952895,1331.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1378.25,1381.4,1341.5,-3.3557046979865723,0,0,0,none,1,-0.7848101265822784,-0.22522522522522523,0,0.176,-1,-1,0,0.1032613075257581,24.074074074074076,-1.6140718649307946,20.317460317460316,16.065416065416187,-8.827118452866216,-7.2130465879354215,3.4639743225487107,1347.0,1360.7,1376.3166666666666,-1.3742926434923253,0,0,7.428571428571429,0.5535448158398978,0,0.26666666666666666,-157.42208135235,1,0,-65.71428571428571,0,0,-1.3960323291697274,13.772160515984737,0,0,0,0,0,0,4.775828460038994,0.03660222565565707,8.65079365079365,-0.043954301048652916,-24.917647058823377,0,0,0.8833668064676057,0.2184873949579832,-13650943648.249655,-12146072.458709717,1.77599871115021,-1064392.4832687378,0,0,,-25.832502988699137,73.92035586020361,1,1,-1.930827067669156,0.9397247952722382,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1378.5166666666667,1401.0,1339.4666666666667,-2.6489826020722695,1,0,0,none,1,-1.0169491525423728,-0.07451564828614009,0,0.312,0,0,0,0.0,15.0,-3.022079734662227,17.528344671201566,11.227849164356892,-9.915874268742755,-6.893794534080528,3.8695554971656887,1349.8,1370.1,1381.9833333333333,-2.0509451864827333,0,0,9.785714285714286,0.7291888439429424,0,0.24489795918367346,-183.45000897504966,1,0,-75.51020408163265,0,0,-2.894356005788712,4.647037159149264,0,0,0,0,0,0,-8.728813559322035,-0.2833733118867876,8.163265306122447,-0.1285645092172249,-29.92058823529419,0,0,1.0493417822234838,0.1092436974789916,-15099022781.225533,-24428757.703781128,3.2904435125707283,-2553533.5927531123,0,0,,-25.661898729395617,43.46661697279726,1,1,-1.983458646616556,0.7838042887192816,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1378.5166666666667,1401.0,1332.3666666666666,-2.6489826020722695,1,0,0,none,1,-1.2448979591836735,-0.14903129657228018,0,0.222,-1,0,1,0.0,5.97014925373135,-4.7278056955454755,20.1704089815558,22.124879536797238,-6.840599287895884,-2.112793592350409,4.3494406167971995,1361.6,1381.35,1373.2666666666667,-2.4143048467079264,0,0,14.071428571428571,1.0438745231030098,0,0.2903225806451613,-245.1550387596907,1,0,-68.96551724137932,0,0,-2.3188405797101463,10.03498264012002,0,0,0,0,1,0,-19.346306442471175,-0.5003645270251473,0.6674082313681851,0.01612650221376001,-28.200000000000045,0,0,1.4526622629953883,0.0,-16520872881.150951,-51425670.207603455,3.0192977212740275,-4065184.8231087327,0,0,-6.199689269190376,-25.07788504707278,40.47560958287281,1,1,-2.221804511278215,0.7658177707978526,1330.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1394.6,1398.0,1334.5333333333333,-3.3414599168220205,1,0,0,none,1,-0.358974358974359,-0.1483679525222552,0,0.375,0,0,1,3.5446549309389592,-5.432987984395822,-8.977642915334782,1381.6,1369.2,1409.3,-1.256208004674264,0,0,31.928571428571427,2.361580726965342,1,0.3333333333333333,-85.72940553889558,0,0,-66.66666666666666,0,0,-0.807043286867204,47.09363892520324,1,0,0,0,0,0,-7.897438090757454,-2.993190875316923,-29.629629629629633,0.2979512609741296,1.2058823529412166,0,0,4.554119870744915,0.09243697478991597,-21078599250.047913,-101403420.62681198,1.507969266902937,-8323102.425237834,0,0,-2.994870848205064,-24.40605407935157,26.116302792968536,1,1,2.3082706766916954,0.3544897039300666,1339.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1301.7833333333333,1407.0,1300.0,3.8575287746296816,1,0,0,none,1,-2.310344827586207,-0.8136094674556213,0,0.333,-1,0,0,-23.032145987314806,-126.82017733449925,-103.78803134718444,1376.0,1610.85,1700.4666666666667,-13.089362758791934,0,0,157.71428571428572,11.26530612244898,0,0.16635514018691588,-65.56735387695079,0,0,-79.2056074766355,0,0,-22.992299229922995,37.05221370557666,0,0,0,0,0,0,0.05894746034691423,8.052723860986362,7.000620467677514,0.24281260974036653,-357.4558823529412,0,0,19.93654302600053,,-50611403806.2893,-316915726.7270279,0.48331998901813183,25022661.70524013,1,0,,-19.496562515460802,15.01589865599818,0,1,-32.72105263157896,0.8551649984338958,1402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,4.009,0,0,2205.25,2380.0,1331.5,-36.51513433851037,1,0,0,none,1,0.7627118644067796,-6.214285714285714,0,0.3,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.31252234539019014,48.89867841409691,68.51851851851852,91.56378600823047,6.700574568680005,26.791620727673646,16.590975300960903,11.919498611790852,0.24818750044569934,51.98059183702022 -199,2025-10-23 06:09:00,buy,1250.0,0.258,36,저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#36,0.0,22.222222222222214,-1.1496675334969861,21.666666666666845,22.16049382716062,-5.8641868859890565,-4.71451935249207,2.090497885897988,1270.6,1279.2,1290.45,-1.3445903689806138,0,0,5.714285714285714,0.4527960153950645,0,0.0,-213.25051759834568,1,0,-100.0,1,0,-1.3291634089132143,13.854715516866477,1,0,0,0,1,0,-8.812260536398469,-0.554942187163876,-7.407407407407412,-0.22470568120885637,-16.791176470588198,0,0,0.7448395135908132,0.42016806722689076,-10098113210.906237,-1453469.4049777985,4.462567836975451,-565940.8555954685,0,0,,-30.257009568805426,23.702547780496197,0,1,-0.9533834586465989,0.711781809682007,1262.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1297.0,1322.0,1262.0,-2.698535080956055,1,0,0,none,1,-0.5210084033613446,-0.31695721077654515,0,0.192,-1,-1,1,0.0,15.384615384615387,-1.3293490970230346,12.541806020067126,16.276164869515583,-6.962586598318012,-5.633237501294977,2.845594799320845,1275.0,1285.5,1298.6333333333334,-1.4391287436795075,0,0,7.071428571428571,0.5581238020069906,0,0.08571428571428572,-171.23717814527961,1,0,-88.46153846153845,1,0,-1.5540015540015495,13.18227345370147,0,0,0,0,0,0,-2.7972027972028,-0.3337422293958854,-3.996983408748113,-0.07936542126678836,-17.91470588235302,0,0,0.6791167026944276,0.025210084033613446,-11728610078.934042,,4.013076507662069,-772432.6053537428,0,0,,-29.94394489069503,16.037328205318964,0,1,-1.4857142857142909,0.9237795558752108,1264.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.6333333333332,1326.0,1264.0,-3.6233170212226384,1,0,0,none,1,-0.5454545454545454,-0.4735595895816891,0,0.261,-1,0,1,0.0,29.508196721311478,-1.6142744597133678,21.04575163398698,14.97821350762524,-8.69248842979141,-7.078213970078043,2.8620638729070884,1278.6,1292.5,1310.3166666666666,-1.5087040618955494,0,0,9.928571428571429,0.7799349119066322,0,0.2647058823529412,-208.11287477954394,1,0,-73.52941176470588,0,0,-2.3023791250959325,25.135782443446843,0,0,0,0,0,0,-2.634660421545675,-0.24386063965205995,10.490196078431374,0.030379111078211965,-24.605882352941308,0,0,1.212241524652107,0.6302521008403361,-14447206038.457422,-4533768.967838287,4.929042213488507,-1384337.9681374729,0,0,,-29.542737729678603,22.71149998210246,0,1,-1.2676691729323335,0.6576277617119723,1264.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1320.5333333333333,1328.0,1264.0,-3.5995557350565366,1,0,0,none,1,-0.7088607594936709,-0.4713275726630008,0,0.348,0,0,1,0.011617726287019894,25.0,-1.8157558639513613,23.504273504273485,18.38303604607962,-9.981825848844437,-8.166069984893076,3.905029088519817,1282.4,1297.75,1314.8666666666666,-1.90714698516663,0,0,11.214285714285714,0.8809336774772752,0,0.2909090909090909,-223.08522114347377,1,0,-58.97435897435898,0,0,-1.926040061633283,15.177359229943946,1,0,1,0,1,0,-2.118644067796609,-0.3978204088025503,4.300213675213673,-0.0020424856849719482,-29.5,0,0,1.2001799188168443,0.3697478991596639,-13735175379.582588,-10378804.955575943,6.079839784204509,-1297143.0234239697,0,0,,-29.50694048820086,41.42357690791544,1,1,-2.023308270676704,0.8926506363457607,1257.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1315.8,1329.0,1259.4,-3.2527739778081766,1,0,0,none,1,-1.0,-0.5498821681068342,0,0.25,-1,0,1,0.0,25.0,-3.098702866125114,24.941161256950494,23.948528159054277,-13.214045003972842,-10.115342137847728,5.139420708919205,1286.4,1309.05,1339.1666666666667,-2.7539055039914384,0,0,15.071428571428571,1.1839299741892044,0,0.25396825396825395,-197.03638497652588,1,0,-70.9090909090909,0,0,-3.487490523123582,14.868515990721946,0,0,0,0,0,0,-7.283464566929126,-0.5617660276901955,0.17316017316017351,-0.028129623485141426,-35.25588235294117,0,0,2.3929651750045142,0.8151260504201681,-15220874159.497213,-18230934.107797623,3.6787989234683462,-2987436.451683104,0,0,-3.7274264216003923,-29.346681423702915,64.72325137461438,1,1,-2.447368421052649,0.7410472851399839,1257.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1317.5,1341.3333333333333,1257.0,-3.377609108159396,1,0,0,none,1,-2.0408163265306123,-0.5498821681068342,0,0.154,0,0,1,0.0,22.0,-3.88778827943875,20.3333333333334,18.915915915915974,-17.166851915547568,-13.279063636108818,5.799336174636742,1293.2,1320.35,1353.3,-3.5861703336236506,0,0,18.642857142857142,1.4644821007743238,0,0.20481927710843373,-228.83326494323643,1,0,-75.0,0,0,-3.120243531202438,20.375975137822778,1,0,0,0,1,0,-3.581395348837205,-1.1321222706680683,1.1261261261261275,-0.10524215922498022,-55.30882352941171,0,0,1.979627037366374,0.37815126050420167,-16677754876.74523,-35638467.923957825,2.748949721901065,-1683051.219203651,0,0,,-29.106233898171897,66.29016789643808,1,1,-2.7631578947368474,0.7292303296319523,1256.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1403.5,1406.0,1256.0,-9.298183113644464,1,0,0,none,1,-1.5897435897435896,-0.4713275726630008,0,0.222,-1,-1,1,-6.339503875023004,-17.629794829234697,-11.290290954211693,1321.2,1365.95,1394.4,-5.487023683150927,0,0,42.785714285714285,3.314152926856258,0,0.27611940298507465,-204.75231274246505,1,0,-71.53846153846153,0,0,-4.511834319526631,27.93769533676587,0,0,0,0,0,0,-3.749908360010757,-2.177616172848774,2.1812434141201216,0.13953459154538986,-45.397058823529505,0,0,6.771623684348546,0.7394957983193278,-21376546663.93721,-297947413.8892975,1.6543730163220278,-6681939.58089906,0,0,,-27.673399351872508,19.854478263159315,0,1,-4.546616541353383,0.5964130736012684,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1385.7666666666667,1388.0,1262.9333333333334,-6.838573112356572,1,0,0,none,1,-1.9310344827586208,-0.3098373353989156,0,0.5,0,0,0,-13.334156545885648,-124.19017917031988,-110.85602262443423,1380.0,1562.75,1700.3166666666666,-14.765637498000316,0,0,164.42857142857142,12.344487344487344,0,0.09276437847866419,-86.55817647819424,0,0,-89.05908096280088,1,0,-8.327598072952513,39.299712246425045,0,0,1,0,0,0,-1.366060709775951,1.6036520172278301,-3.2289612177946125,0.202688796169287,-312.19705882352946,0,0,19.953045109622128,0.7983193277310925,-50828875950.70008,-551021890.9414062,0.5987457199265085,6445408.989178896,1,0,,-23.238907867430104,10.284136458752673,0,1,-31.178195488721784,0.8239332655451139,1282.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,8.138,0,0,2205.25,2380.0,1331.5,-39.598684956354155,1,0,0,none,1,-0.22033898305084745,-2.4024024024024024,0,0.3,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.0,32.781456953642376,24.329765404026393,20.224531003189984,10.199384429360805,28.587319243604,18.600244040437083,19.006808199876556,0.2161148082122243,52.01270769008156 -200,2025-10-25 01:39:00,buy,1286.0,0.251,36,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#36,0.1534224905783932,41.379310344827594,0.13829610877786003,33.333333333333506,43.05555555555565,-3.075349870878881,-3.213645979656741,1.0774133771508254,1296.8,1298.85,1308.4333333333334,-0.3734072448704606,0,0,4.0,0.3091190108191654,0,0.0,-125.26205450732857,1,0,-100.0,1,0,0.0,34.61250736742859,1,0,1,0,1,0,-3.0651340996168415,-0.208819134585708,-12.5,0.1323404403395756,-6.979411764705901,0,0,0.6835767510099854,0.5546218487394958,,,0.22737953460879326,-8335.653115759604,0,0,,-28.34147380446148,33.88244553279115,1,1,-0.29699248120301636,0.25222969270087914,1294.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1323.75,1329.0,1302.1666666666667,-2.2474032105760156,0,0,0,none,1,-0.18487394957983194,0.0,0,0.379,0,0,0,0.1661538893715255,30.232558139534888,-0.1807421384806034,7.941919191919449,18.804713804714176,-4.481730991865788,-4.300988853385185,2.010330263647146,1298.8,1303.75,1313.6666666666667,-0.6711409395973145,0,0,5.214285714285714,0.4026475455046884,0,-0.0625,-86.95652173913099,0,0,-109.09090909090908,1,0,-0.5376344086021501,9.417547673018646,0,0,1,0,0,0,-3.100775193798441,-0.11670920049561406,-17.613636363636363,0.12425441186878579,-9.014705882352928,0,0,0.8447081220794216,0.8151260504201681,-11764876339.766369,-584227.103307724,0.21379906375418672,-53525.86061990261,0,0,,-28.248812749852416,37.102211638029566,1,1,-0.9330827067668976,0.7097490892416457,1296.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1327.4666666666667,1328.0,1296.0,-2.4457613499397346,0,0,0,none,1,-0.2222222222222222,-0.15444015444015444,0,0.318,0,0,0,0.20040852074349588,35.0,-1.4076410861702975,22.69005847953221,15.087719298245561,-4.850863336708471,-3.4432222505381738,2.7501593939522473,1299.0,1310.8,1316.45,-0.8239243210253266,0,0,7.642857142857143,0.5879120879120879,0,0.14285714285714285,-111.05904404873446,1,0,-73.33333333333333,0,0,-1.0654490106544956,30.311171872240607,0,0,1,0,1,0,1.1290322580645125,0.22283508240945604,3.6257309941520504,0.2261772544555031,-14.97352941176473,0,0,1.1910216427005018,0.8907563025210085,-14490017407.223618,-2053881.34085083,0.19743782471852472,-200290.96658831835,0,0,,-27.900957063187526,42.1024016991982,1,1,-1.3563909774435972,0.7928101747369967,1296.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.9166666666665,1326.0,1302.6666666666667,-1.657946164029489,0,0,0,none,1,0.06329113924050633,-0.15384615384615385,0,0.471,0,0,0,0.14521744550059798,22.64150943396227,-2.3412779554664196,9.951925812140846,12.242539751500422,-4.067209348583447,-1.725931393117027,3.056149690858337,1302.6,1314.25,1312.5,-1.0842685942552777,0,0,10.285714285714286,0.7912087912087912,0,0.21212121212121213,-166.86706746826925,1,0,-77.41935483870968,0,0,-1.7384731670445963,15.521498516520467,0,0,0,0,0,0,3.343263819927188,0.1131532222902818,2.764976958525345,0.23521161867582316,-17.047058823529596,0,0,1.5074160290727123,0.6890756302521008,-13780275174.115232,-5570812.554853439,1.244971898033907,-434479.76791223884,0,0,-3.630002094387747,-27.86563305804869,18.344327792971477,0,1,-1.1330827067668823,0.4456624400620516,1293.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1323.25,1326.0,1293.0,-1.7570375968259944,1,0,0,none,1,0.0847457627118644,-1.0,0,0.556,0,0,0,0.024644854362382923,36.58536585365854,-3.106698487264516,25.27472527472504,27.845611178944306,0.5523861740450684,3.6590846613095844,2.5892556264676614,1305.8,1316.2,1299.3,-1.2308159854125589,0,0,14.0,1.0769230769230769,0,0.14285714285714285,-188.8764464352379,1,0,-85.71428571428571,1,0,-0.7633587786259555,43.589575041893625,0,0,0,0,0,0,1.6456068175139578,-0.3873164320922471,-4.497354497354493,0.295980688583033,-7.8764705882354065,0,0,1.75799542615904,0.6470588235294118,-15258126309.469166,-12714287.687158585,1.0946877482385557,1411019.4497938752,1,0,,-27.70307476481939,15.037837932875604,0,1,-0.8601503759398512,0.3567328995342143,1296.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.5,1322.3333333333333,1282.3333333333333,-1.626939084373813,1,0,0,none,1,0.32653061224489793,-1.2307692307692308,0,0.667,0,0,0,0.36906785601196723,50.458715596330265,-0.6013957666044591,69.2307692307693,96.1538461538462,5.303969899872982,5.905365666477441,4.587727723695046,1315.2,1306.85,1300.1166666666666,-0.6006810268967322,0,0,16.214285714285715,1.2482129110304632,0,0.4444444444444444,-75.40029112081548,0,0,-76.92307692307693,0,0,-1.291793313069911,63.11048412474685,0,0,0,0,0,0,-6.684141546526874,-1.5696307486996686,-38.46153846153845,0.35765557671506326,10.794117647058783,0,0,2.407260893985428,0.453781512605042,-16716777141.671192,-13825542.748476028,0.9526193138095348,-282268.5597922206,0,0,,-27.517322804314148,21.564261822390478,0,1,1.788721804511283,0.4984560533357152,1296.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1318.1833333333334,1319.0,1276.5333333333333,-1.4552856835796768,1,0,0,none,1,0.23076923076923078,-1.2317167051578137,0,0.667,-1,0,0,3.898459619189719,-16.824475955545267,-20.722935574734986,1307.0,1316.05,1361.05,-0.3837240226435168,0,0,28.571428571428573,2.179361447096001,0,0.43846153846153846,-21.45092226613981,0,0,7.547169811320755,0,1,4.46215139442232,37.31696729382024,0,0,0,0,0,0,2.976564134756231,0.8564563878646183,16.550810989738494,0.4618375867641893,-29.682352941176532,0,0,6.61287721121741,0.6554621848739496,-21388718703.042973,-15335529.45452118,0.5290474345795605,8348147.805260658,0,0,,-26.416260445001626,34.43437708996684,1,1,-4.116541353383443,0.3911914296684377,1311.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1385.7666666666667,1388.0,1262.9333333333334,-5.395328698915158,1,0,0,none,1,-2.9655172413793105,-2.440884820747521,0,0.375,0,0,0,-10.528367025445903,-127.48499832288917,-116.95663129744327,1347.6,1507.45,1698.95,-13.031941357922317,0,0,111.07142857142857,8.472267625585703,0,0.05708661417322835,-76.07100771657736,0,0,-82.73809523809523,1,0,-7.9999999999999964,46.139737529469784,0,0,1,0,1,0,-3.8395904436860064,3.345700641144319,-2.2678385996143025,0.10683385286318467,-295.9529411764704,0,0,20.126747993415048,0.8151260504201681,-50832442028.9741,-432978032.4673462,0.5284429858068264,-15394179.815802455,0,0,,-24.310727260369802,7.0143470381603175,0,1,-28.865413533834626,0.7906107232668237,1311.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,1.221,0,0,2205.25,2380.0,1331.5,-40.5509579412765,0,0,0,none,1,0.423728813559322,-2.745995423340961,1,0.3,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.4675765258099548,46.186440677966104,97.32409096016387,81.20749619264933,11.834759606400409,21.160409556313994,9.202528567955254,13.091046591987293,0.24428183096018774,50.96212524458286 -201,2025-10-25 16:00:00,buy,1301.0,0.248,36,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#36,0.10373192247211688,31.25,-0.19083313816616299,13.333333333333513,25.000000000000117,-2.0931698800247887,-1.9023367418586257,0.7338129688292987,1304.4,1306.8,1311.9,-0.2907866544230142,0,0,1.9285714285714286,0.14801008661330994,0,0.125,-150.47961630696057,1,0,-80.0,0,0,-0.15325670498084198,8.520083156786853,1,0,1,0,0,0,4.583333333333329,-0.017053140767602448,-1.666666666666666,0.0422996908992029,-4.794117647058783,0,0,0.370074461074026,0.31092436974789917,-10130155082.0257,-428230.68378829956,2.097130591866208,41609.15299870167,1,0,,-27.798108316136915,65.75757575757576,1,1,-0.3669172932330703,0.8198518273706356,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1318.0333333333333,1327.1333333333334,1308.9333333333334,-1.1405882501707043,0,0,0,none,1,-0.19327731092436976,-0.07674597083653108,0,0.375,0,0,1,0.0,23.529411764705884,-0.23564851875322024,15.277777777778041,14.351851851852238,-3.0091921650011955,-2.7735436462479752,0.8206800705361003,1305.0,1308.55,1316.5666666666666,-0.4241335829735182,0,0,2.2142857142857144,0.16993750685231884,0,0.1111111111111111,-168.53408029878446,1,0,-87.5,1,0,-0.4583651642475206,3.8374302950490318,0,0,0,0,0,0,-1.470588235294116,-0.08038179390283462,4.166666666666666,-0.12342826471915612,-6.764705882352928,0,0,0.4077867546365336,0.08403361344537816,-11778825862.272005,-478909.4367313385,1.2017359831536993,-243360.83702480793,0,0,,-27.760620002987658,38.376623376623385,1,1,-0.3917293233082466,0.7451295269938162,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1339.3666666666668,1340.0,1309.6,-2.715213658196669,0,0,0,none,1,-0.3939393939393939,-0.07674597083653108,0,0.273,0,0,0,0.05784273289537229,20.0,-0.5856848462826543,7.9059829059829525,9.91647241647236,-4.715386755263808,-4.129701908981153,1.550247415787665,1306.6,1313.0,1324.4333333333334,-0.6854531607006886,0,0,3.2857142857142856,0.25197195442594217,0,0.13333333333333333,-149.06832298136445,1,0,-84.61538461538461,1,0,-0.7610350076103556,21.570456261805532,0,0,0,0,0,0,4.0,-0.0396275983694121,-0.9324009324009328,-0.14437637701395886,-11.114705882352837,0,0,0.5692132936006741,0.0,-14508130635.848444,-1477831.0377559662,1.312758575991601,-331467.2085790932,0,0,,-27.634136449885006,41.259448510362226,1,1,-0.8075187969925061,0.8813772235466731,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1333.4833333333333,1338.2666666666667,1309.5666666666666,-2.211001262357981,0,0,0,none,1,0.0,-0.07668711656441718,0,0.476,0,0,0,0.1188400708314755,21.73913043478261,-1.0657970520328268,16.402116402116373,14.7795414462082,-4.905379099635866,-3.839582047603039,2.011849023024553,1309.0,1317.1,1320.55,-0.7668362311137988,0,0,4.0,0.306044376434583,0,0.22727272727272727,-145.47604967475078,1,0,-72.22222222222221,0,0,-0.8345978755690431,18.807072277648714,0,0,1,0,0,0,8.40579710144928,0.10091166904055093,4.814814814814815,-0.047976939431137566,-14.929411764705947,0,0,0.6750022362021593,0.0,-13807217942.154415,,0.9290923116821876,-550997.6407290399,0,0,,-27.433475289778887,33.1041516432205,1,1,-1.0857142857143036,0.9401363807696277,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1336.0833333333333,1336.8666666666666,1293.0,-2.1767604316098033,1,0,0,none,1,0.13559322033898305,-0.07651109410864575,0,0.429,0,0,0,0.04426346626924011,9.090909090909093,-3.0381765149987765,14.85714285714262,12.074888074887872,-2.242896188646,0.7952803263527763,3.162793724716321,1311.8,1325.1,1316.0833333333333,-1.441400649007618,0,0,7.857142857142857,0.6016189017720411,0,0.11428571428571428,-167.23307844802952,1,0,-84.0,1,0,-1.5825169555388041,8.212926117396108,0,0,0,0,0,0,-9.513742071881609,-0.2024019444336047,0.2051282051282044,0.07600374537055224,-7.970588235294144,0,0,1.4286803715035437,0.18487394957983194,-15289417924.366055,-7417582.582971573,0.44624086943138885,-1495708.6255263686,0,0,,-27.326293019347858,35.65218560795263,1,1,-1.4526315789473832,0.6727596630852255,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1321.2833333333333,1337.0,1296.0,-1.1567037097771071,1,0,0,none,1,-0.20408163265306123,-0.0765696784073507,0,0.5,-1,0,0,0.3422656647553955,57.69230769230769,-2.0506144446901864,47.789725209080125,63.46077260055762,3.814210897001658,5.864825341691844,3.869085992694623,1319.2,1319.05,1299.5166666666667,-0.6102877070618962,0,0,12.428571428571429,0.9480222294867604,0,0.4166666666666667,-76.28854564579554,0,0,-67.74193548387096,0,0,-1.2057272042200418,31.708233347382787,1,0,0,0,0,0,5.366726296958852,-0.7461450128977773,-18.876941457586618,0.3507239848707493,3.4676470588233315,0,0,2.3036804767670302,0.40336134453781514,-16756184909.08908,-40232072.17121506,0.6280320153859497,1072203.776049137,1,0,-3.4776384993550926,-26.804665006158658,13.655415014816828,0,1,0.6984962406014862,0.10490033908061913,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1317.5,1332.0,1279.8,-0.49335863377608646,1,0,0,none,1,0.7692307692307693,-0.07627765064836003,0,0.625,0,0,0,6.87546912043009,-9.394345387263229,-16.26981450769332,1319.2,1307.55,1354.9333333333334,1.563993728729307,0,0,24.857142857142858,1.8717728055077452,1,0.9736842105263158,33.311621847957696,0,0,17.02127659574468,0,1,2.390131071703938,56.77852459224897,0,0,0,0,0,0,7.992134585973346,0.4221048801349063,3.15803559480797,0.5980226382066411,-18.13823529411752,0,0,5.326952859223085,0.33613445378151263,-21527966579.648228,-144664845.31510162,0.8290334386863095,4953573.279197216,0,0,,-25.420379119598667,30.565420372454394,1,1,-0.32406015037594843,0.005743502720713001,1302.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1383.8,1386.0,1262.8,-4.032374620609913,1,0,0,none,1,-2.6551724137931036,-0.07530120481927711,0,0.5,0,0,0,-10.528367025445903,-127.48499832288917,-116.95663129744327,1347.6,1507.45,1698.95,-13.031941357922317,0,0,111.07142857142857,8.472267625585703,0,0.05708661417322835,-76.07100771657736,0,0,-82.73809523809523,1,0,-7.9999999999999964,46.139737529469784,0,0,1,0,1,0,-3.8395904436860064,3.345700641144319,-2.2678385996143025,0.10683385286318467,-295.9529411764704,0,0,20.126747993415048,0.8151260504201681,-50832442028.9741,-432978032.4673462,0.5284429858068264,-15394179.815802455,0,0,,-24.310727260369802,7.0143470381603175,0,1,-28.865413533834626,0.7906107232668237,1311.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,1.221,0,0,2205.25,2380.0,1331.5,-40.5509579412765,0,0,0,none,1,0.423728813559322,-2.745995423340961,1,0.3,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.7020980323579291,59.29648241206031,114.76466795615731,108.49906435982412,7.7387875106046025,21.160409556313994,9.202528567955254,13.091046591987293,0.24428183096018774,50.96212524458286 -202,2025-10-27 04:12:00,sell,1416.0,0.65,36,고점 매도 · 비중 65% · 분할 · leg#36,0.9183300135882877,64.86486486486487,1.1239193948392203,104.18300653594792,106.94821518350943,3.304298991090036,2.1803795962508157,1.4326370306362755,1408.0,1401.6,1396.4333333333334,0.5993150684931559,0,0,4.714285714285714,0.3343465045592705,0,1.0,177.08333333333093,0,1,-0.0,0,1,0.6423982869379063,85.58496475842364,0,1,0,0,0,0,4.86486486486487,0.05694963334856551,-5.128205128205124,0.9285974024375943,11.511764705882342,0,0,0.7847894638897323,0.8067226890756303,-10160215628.859568,,3.337796274729133,156673.385948529,0,0,,-21.74790136870708,19.36598413784322,0,1,0.3488721804511156,0.16904416429545088,1410.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1396.9666666666667,1405.4666666666667,1377.1333333333334,0.9329738242382257,0,0,0,none,1,0.226890756302521,-0.5673758865248227,1,0.529,0,0,1,1.0,73.17073170731707,1.4066806797360702,109.72222222222251,98.33333333333378,4.253795342676767,2.847114662940697,2.2454281745912588,1406.4,1398.5,1391.45,1.1798355380765013,0,0,5.785714285714286,0.408884401817264,0,1.0,207.80469050365082,0,1,-0.0,0,1,0.8553100498930766,87.87742946075653,0,0,0,0,0,1,1.3758599124452786,0.4867845199106213,0.0,1.1187231864527827,11.379411764705765,0,0,1.0826257413974305,0.5882352941176471,-11812975837.560875,,2.4006087124605173,218981.06103645265,0,0,,-21.4294966077922,19.97550180015544,0,1,1.0421052631578627,0.6167198525776454,1415.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1380.5833333333333,1395.3333333333333,1377.6333333333334,2.4929075873724837,0,0,0,none,1,0.5757575757575758,-0.2826855123674912,1,0.63,1,0,1,1.0,58.33333333333334,0.9284434683954128,101.78571428571433,92.02380952380945,5.863752875950013,4.9353094075546,2.2745898375779707,1402.4,1396.25,1382.0333333333333,1.3428827215756556,0,0,8.357142857142858,0.5906108026249369,0,1.2916666666666667,189.2004153686384,0,1,29.166666666666668,0,1,1.6522988505747183,75.88767614036797,0,1,0,0,0,0,4.487179487179489,0.8101689112126138,11.944444444444457,1.0486076702541556,12.047058823529596,0,0,1.6368621499937541,0.8319327731092437,,,1.4544479123478318,283135.0170468092,0,0,,-21.352250413669804,6.3492379861866794,0,1,0.8323308270676366,0.38463378232683076,1408.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1383.6166666666668,1400.3,1333.5666666666666,2.268210125636916,0,0,0,none,1,1.0379746835443038,0.0,1,0.762,1,0,0,0.9750806501580596,63.541666666666664,-0.040747352895274425,107.09617180205413,113.51735138499855,7.6259432677368295,7.666690620632104,2.4364787431352704,1399.8,1390.9,1364.9,1.157523905384994,0,0,10.142857142857142,0.7208853690730023,0,1.0769230769230769,193.7509813157455,0,1,9.523809523809524,0,1,1.4419610670511895,78.2418791578445,0,0,0,0,0,1,4.239341085271313,0.5576895792674907,-8.590102707749779,0.8849967079914877,16.002941176470586,0,0,1.8103362371840575,0.7563025210084033,-13853747744.040382,-8071830.118780136,1.6079387693611904,140142.03147006035,0,0,,-21.76043107729383,22.38152522093748,0,1,1.0977443609022552,0.587588637233208,1405.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1384.0,1393.8,1335.0,1.6618497109826658,0,0,0,none,1,1.4576271186440677,-0.9950248756218906,1,0.833,0,1,0,0.9264916555328275,60.29411764705882,0.5919317692373394,113.88888888888867,111.21732026143773,14.939843809419472,14.347912040182132,4.137926148457327,1397.6,1382.6,1344.4,1.764790973528152,0,0,7.642857142857143,0.5432023555690934,0,1.0851063829787233,151.35305223410916,0,1,16.666666666666664,0,1,1.5884476534296033,54.10652569413621,0,1,0,1,0,0,-10.035552682611517,0.3943170587844005,3.333333333333343,1.3520393228334378,36.48529411764707,0,0,2.4376545039079964,0.9411764705882353,-15331989942.286188,-4937615.860651016,0.6805681696215855,206140.1044203639,0,0,-1.2781769819024122,-21.584904156428266,37.30296718571116,1,1,1.9969924812030084,0.6823109022943283,1405.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1387.05,1391.4,1327.6,1.4383043149129415,0,0,0,none,1,1.6938775510204083,-0.14214641080312723,1,0.818,1,1,0,0.8953693042519554,86.32478632478633,4.515960493262213,116.88486265341913,115.15378560688089,20.623730780646156,16.107770287383943,9.203482082369222,1394.4,1357.6,1331.1333333333334,3.6387743076016665,0,0,14.071428571428571,1.0001015331505736,0,1.1666666666666667,107.10784313725497,0,1,22.033898305084744,0,1,4.454342984409809,88.86375170044585,0,0,0,0,0,1,0.4840783601845544,0.010124156172004461,2.799178222907031,1.2250012091370834,51.58529411764698,0,0,2.6826223870908947,0.6638655462184874,-16785580615.486422,-15156349.721424103,0.6288489616809918,1348911.1860605478,0,0,-1.1582233203210446,-21.32365693617928,43.82218915547224,1,1,4.9037593984962475,0.8625779121893671,1399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1386.3333333333335,1394.0,1302.0,1.4907429670593775,0,0,0,none,1,2.3076923076923075,-0.35536602700781805,1,0.727,1,0,0,11.447944404401031,10.56403104027686,-0.883913364124173,1360.2,1322.9,1340.1,6.357245445611914,0,0,27.642857142857142,1.9646664636003655,0,1.292929292929293,234.45143256463976,0,1,38.15789473684211,0,1,5.948795180722888,75.24344978634231,0,0,0,0,0,0,9.447724057179101,2.5202880656474616,8.274853801169598,1.1366757191251047,46.24411764705883,0,0,4.128916685095796,0.05042016806722689,-21540135202.6784,-12168623.03017044,1.3924649666689142,22020630.87362975,0,0,,-20.84925751247756,27.695662813356414,1,1,4.338345864661657,0.6658293959691493,1405.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1305.6666666666665,1378.0,1274.6666666666667,7.761041613479724,0,0,0,none,1,1.8620689655172413,-2.55863539445629,1,0.556,1,0,0,1.7318309393166231,-116.41536079385287,-118.14719173316949,1324.6,1460.05,1700.55,-5.277216533680351,0,0,83.85714285714286,6.063423200082636,0,0.2210065645514223,-42.3923499122955,0,0,-22.30769230769231,0,0,-2.330508474576276,37.05502507998588,1,0,1,0,1,0,6.764078037181157,8.225903621538052,26.095848595848594,0.26663154723084265,-264.035294117647,0,0,20.7351235666687,0.8235294117647058,-51286100824.92697,-684800873.1054459,0.804717644051851,41554311.583996534,1,0,-2.5100273634018007,-19.983175960374645,7.404963463568632,0,1,-22.630827067669195,0.6701072215504706,1353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,17,impulse_late,unknown,none,below_cloud,neutral,-0.418,0,0,2205.25,2380.0,1331.5,-37.28602199297132,1,0,0,none,1,0.864406779661017,-0.21691973969631237,1,0.3,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,1.0,74.27184466019418,118.33305059586921,110.63264180803371,9.51063876865294,43.923611111111114,38.397435897435884,19.96718392232614,0.3822257485399982,44.807897042526186 -203,2025-10-27 07:48:00,sell,1415.0,0.35,36,고점 매도 · 비중 35% · 분할 · leg#36,0.6907450332815218,62.85714285714286,-0.07813352897765125,106.34920634920654,96.66109718741309,5.153640885116602,5.231774414094253,2.6663295030104712,1410.6,1405.85,1395.3,0.5085891097912354,0,0,3.4285714285714284,0.24264482863208978,0,1.0454545454545454,74.75490196078532,0,0,33.33333333333333,0,1,-0.21186440677966045,64.52874408769324,0,0,0,0,0,0,-7.597402597402592,-0.028441893508875715,12.865497076023388,0.993028996037064,12.52647058823527,0,0,0.8550669050892981,0.7310924369747899,-10162553130.940525,-829642.9041385651,0.6380815423142878,121296.25524280919,1,0,,-21.567123848422153,55.61259272138424,1,1,1.2233082706766834,0.5964228091429615,1412.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1404.9166666666665,1413.6666666666667,1381.0,0.5753603416572828,1,0,0,none,1,0.058823529411764705,-0.28308563340410475,1,0.464,0,0,0,0.7839908792368431,77.55102040816327,1.5759357541490044,98.35858585858614,101.99831649831695,5.462080087566392,3.8861443334173873,3.4602142496927564,1411.2,1399.25,1398.0833333333333,0.9826692871180986,0,0,6.714285714285714,0.47517945607117584,0,1.037037037037037,87.84290211362527,0,0,4.166666666666666,0,1,1.581595974119332,73.16122568408721,0,0,0,0,0,0,1.4640638864241424,-0.19600196781488455,-2.6111111111111285,0.8726829874201887,16.42058823529419,0,0,1.107625722690248,0.7058823529411765,-11818542794.89817,-584393.8649101257,1.5036858155732644,1017112.9060812443,0,0,,-21.526037903393537,47.497267772358065,1,1,1.7676691729323357,0.7464374001910918,1412.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1397.9,1413.7333333333333,1378.2666666666667,1.0801917161456398,1,0,0,none,1,0.3434343434343434,-0.21231422505307856,1,0.562,0,0,0,0.802278262866127,65.07936507936508,2.404527553307954,103.08045977011498,104.27225602884825,3.710219086026882,1.3056915327189278,2.9752435889968405,1408.2,1395.45,1392.15,0.8993514636855382,0,0,7.571428571428571,0.5377435064935066,0,0.9310344827586207,117.95065458207345,0,1,-8.0,0,1,1.4409221902017322,70.98551335952072,0,0,0,0,0,0,-5.610290093048718,-0.15843622090321174,-8.41379310344827,0.8230640782526812,13.323529411764639,0,0,1.5718284241698837,0.7226890756302521,-14567656044.596521,-962020.5525875092,1.441823342365668,722553.6009989977,0,0,,-21.72707269464803,24.453853076085068,0,1,0.5511278195488742,0.09867771360544475,1407.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1383.45,1410.0,1356.9,1.7745491344103526,1,0,0,none,1,0.4936708860759494,-0.5681818181818182,0,0.6,0,0,0,0.8403798333959522,46.875,1.4109911545015628,118.27160493827158,95.75102880658444,4.950019183757604,3.539028029256041,3.067309637098604,1404.6,1398.4,1382.0833333333333,1.0440503432494141,0,0,12.142857142857142,0.8593671014053179,0,1.0666666666666667,135.31914893616937,0,1,6.666666666666667,0,1,1.4357501794687755,55.80043461548687,0,0,0,0,0,0,-5.902777777777779,0.539337764166123,18.8888888888889,0.8194747812375984,12.873529411764594,0,0,2.1944416096903487,0.8739495798319328,-13861453789.198673,-1269223.7093009949,1.1711946837011058,786698.546818465,0,0,,-21.41192705876014,21.602559591260963,0,1,0.030075187969915394,0.0002753129620098882,1412.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1384.75,1411.0,1356.0,2.0400794367214203,0,0,0,none,1,1.3220338983050848,-0.21231422505307856,0,0.692,0,0,0,1.0,65.38461538461539,-1.278101215863387,66.15190365190342,42.46309246309227,10.487746423620365,11.765847639483752,2.7145801411097636,1392.0,1391.25,1354.1833333333334,1.563342318059302,1,0,11.642857142857142,0.8239813972298048,0,1.2142857142857142,197.61525024682805,0,1,23.076923076923077,0,1,1.5086206896551824,75.14556578892297,0,1,0,1,0,1,9.570661896243294,1.4342400424269357,28.52564102564103,1.0349926101105373,19.547058823529596,0,0,1.9529047379782778,0.6890756302521008,-15341195603.626753,-10727677.661071777,1.2780421164927245,1557058.48600775,0,0,-2.12635700753534,-21.236197781509425,16.89960110332029,0,1,0.8669172932331002,0.29507177537940743,1413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1384.25,1407.0,1328.1333333333334,2.0769369694780604,0,0,0,none,1,1.7142857142857142,-0.4953998584571833,1,0.7,1,1,0,0.7096372386199997,73.01587301587301,1.0552028075607645,97.03486793623715,104.92321487189805,18.81484320418076,17.759640396619996,9.072696914622043,1396.4,1367.0,1334.6666666666667,1.9019751280175523,0,0,17.285714285714285,1.2408983693980105,0,0.9871794871794872,84.88212011701903,0,0,-2.631578947368421,0,1,0.0,80.96876554336093,0,0,0,0,0,0,1.7043976060369488,-0.932713256303245,-8.2218257508177,0.7877423893559864,45.997058823529414,0,0,2.6454940323658174,0.6470588235294118,-16787326727.2649,-7453777.428081512,1.8544083391012196,478998.8422576189,0,0,-0.833715729199009,-22.09305983043699,53.770659407547804,1,1,4.848120300751901,0.855706769387061,1392.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1386.4166666666667,1394.0,1303.0,0.4748452244996093,1,0,0,none,1,2.3333333333333335,-1.7229002153625268,0,0.8,0,0,1,11.447944404401031,10.56403104027686,-0.883913364124173,1360.2,1322.9,1340.1,6.357245445611914,0,0,27.642857142857142,1.9646664636003655,0,1.292929292929293,234.45143256463976,0,1,38.15789473684211,0,1,5.948795180722888,75.24344978634231,0,0,0,0,0,0,9.447724057179101,2.5202880656474616,8.274853801169598,1.1366757191251047,46.24411764705883,0,0,4.128916685095796,0.05042016806722689,-21540135202.6784,-12168623.03017044,1.3924649666689142,22020630.87362975,0,0,,-20.84925751247756,27.695662813356414,1,1,4.338345864661657,0.6658293959691493,1405.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1305.6666666666665,1378.0,1274.6666666666667,7.761041613479724,0,0,0,none,1,1.8620689655172413,-2.55863539445629,1,0.556,1,0,0,1.7318309393166231,-116.41536079385287,-118.14719173316949,1324.6,1460.05,1700.55,-5.277216533680351,0,0,83.85714285714286,6.063423200082636,0,0.2210065645514223,-42.3923499122955,0,0,-22.30769230769231,0,0,-2.330508474576276,37.05502507998588,1,0,1,0,1,0,6.764078037181157,8.225903621538052,26.095848595848594,0.26663154723084265,-264.035294117647,0,0,20.7351235666687,0.8235294117647058,-51286100824.92697,-684800873.1054459,0.804717644051851,41554311.583996534,1,0,-2.5100273634018007,-19.983175960374645,7.404963463568632,0,1,-22.630827067669195,0.6701072215504706,1353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,17,impulse_late,unknown,none,below_cloud,neutral,-0.418,0,0,2205.25,2380.0,1331.5,-37.28602199297132,1,0,0,none,1,0.864406779661017,-0.21691973969631237,1,0.3,0,0,0,0,2,0,1,0.0,0.5,-0.333,0,1.0,74.27184466019418,118.33305059586921,110.63264180803371,9.51063876865294,43.923611111111114,38.397435897435884,19.96718392232614,0.3822257485399982,44.807897042526186 -204,2025-10-30 03:39:00,buy,1263.0,0.317,37,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#37,0.0,36.904761904761905,-2.1488626074786543,54.82837528604139,46.69717772692612,2.634575499150742,4.783438106629396,1.972865448256082,1313.2,1317.1,1300.6666666666667,-1.450155644977591,0,0,9.285714285714286,0.7153863086066476,0,0.08695652173913043,-362.5886524822701,1,0,-91.30434782608695,1,0,-1.5921152388172821,23.631625764568838,0,0,0,0,0,0,-15.554254488680705,-1.337410114551214,-3.7681159420289916,0.09153577894136634,2.067647058823468,0,0,2.0353308517428257,1.0,-10224972661.447739,-810808.3052024841,6.3196659102786175,-276488.07173739,0,0,,-27.758856330363948,27.487188953433048,1,1,-0.12781954887217475,0.013550338805354722,1296.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1294.9499999999998,1319.0,1283.2333333333333,0.23553032935637042,1,0,0,none,1,-0.008403361344537815,-0.30816640986132515,0,0.533,-1,-1,1,0.8564701358515977,72.72727272727272,1.1033670011078192,98.36526181353798,94.00595998297194,6.504874242300048,5.4015072411922285,4.039231949077997,1318.6,1309.15,1303.15,1.439865561623943,0,0,11.857142857142858,0.892857142857143,0,1.2,-87.74205948777123,0,0,20.0,0,1,0.7587253414264028,26.20004300835292,0,1,0,1,0,1,4.5454545454545325,0.39311435181676124,5.517241379310349,0.836916785327926,8.894117647058692,0,0,1.5894633518620198,1.0,,,11.355829477911158,1125543.6731284112,0,0,,-26.048375734656627,29.762260052418988,1,1,1.8759398496240367,0.7047732943054661,1274.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1292.75,1317.5,1284.5,2.726745310384837,0,0,0,none,1,0.3333333333333333,0.0,0,0.6,0,1,1,0.7711263218979743,69.62025316455696,2.9868361897009525,110.93189964157712,118.39904420549574,4.794893258200773,1.8080570684998203,4.066174344891823,1320.6,1301.65,1301.5833333333333,1.1024468943264143,0,0,12.714285714285714,0.9661311333043855,0,1.0,-72.26530275532048,0,0,-0.0,0,1,1.7788089713843824,18.957280573414565,0,0,0,0,0,0,0.0,-0.5390187493868237,-12.903225806451616,0.682625168587878,7.932352941176532,0,0,1.9645172485793656,1.0,,,7.435504121492034,-1120217.5520497859,0,1,,-26.64520135176983,23.268204009617317,0,1,1.4203007518796844,0.4032628579610644,1274.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1288.7,1316.0,1288.0,2.1184139054861495,1,0,0,none,1,0.31645569620253167,0.0,0,0.619,0,0,1,0.7929227569972708,55.670103092783506,2.4578588857484185,119.08575241908572,112.84339895451014,3.4516438703515178,0.993784984603099,3.498649277891768,1313.4,1302.65,1297.6833333333334,1.0248339922465766,0,0,15.285714285714286,1.1615284411636995,0,1.054054054054054,-116.49343008432955,1,0,5.405405405405405,0,1,2.094647013188511,13.508265638225197,0,0,0,0,0,0,0.0,0.06278179034712794,-3.136469803136464,0.692916874888079,4.635294117647163,0,0,2.323578408847881,0.9915966386554622,-13985788628.653772,-13993008.346551895,8.521144468719577,1930102.625237465,0,0,,-26.6072899425424,25.707427710114835,1,1,0.25037593984962875,0.016901175319765982,1277.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1285.0166666666669,1314.0,1284.4,2.411123072333665,0,0,0,none,1,0.4406779661016949,-1.21580547112462,0,0.611,0,0,1,0.8649508126054933,55.0,1.7655534536439195,108.46681922196773,71.16704805491973,2.2815147071712545,0.5159612535273351,3.0314514497070544,1304.6,1301.6,1305.75,1.1063306699446995,1,0,17.571428571428573,1.3352149370386452,0,1.2608695652173914,-50.934119960667914,0,0,26.08695652173913,0,1,0.07604562737641984,29.14618345902484,0,1,0,1,0,1,-8.478260869565219,0.5710329152092153,35.01144164759725,0.6937279124965205,2.9882352941176578,0,0,2.7956220818697215,1.0,-15513316018.94919,-15512134.581666946,6.263642633458806,-2784440.008724332,0,1,,-26.443290046775225,19.640468889577164,0,1,0.5729323308270764,0.11806967657134981,1308.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1294.9,1298.4,1284.4,1.6294694571009183,0,0,0,none,1,-0.3673469387755102,-3.571428571428571,0,0.429,0,0,1,1.0,66.97247706422019,3.746802152659952,104.44444444444451,84.86772486772493,-3.8062942498152097,-7.553096402475162,2.99318003763571,1304.6,1297.4,1328.6833333333334,2.3585632804069556,0,0,13.571428571428571,1.021944922547332,1,2.7333333333333334,59.92509363296232,0,0,173.33333333333334,0,1,1.9969278033794113,39.14015021820132,0,0,0,0,0,0,17.657408571069503,1.950414760839803,51.11111111111111,0.9450854137679016,-10.979411764705901,0,0,2.8207907172269753,0.907563025210084,-16949783360.196903,-11728425.141544342,4.585730397340377,3387325.101812184,0,0,,-25.527758445573934,37.35025078015469,1,1,0.7428571428571271,0.20492038673856572,1308.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1298.6999999999998,1337.4,1287.0,2.256102256102266,1,0,0,none,1,-0.07692307692307693,-3.5391566265060246,0,0.444,1,1,1,-7.201116829047061,-11.746013149792816,-4.544896320745755,1296.8,1346.9,1338.0833333333333,-3.1108471304477026,0,0,25.357142857142858,1.9430760810071155,0,0.1509433962264151,-99.2979785164511,0,0,-74.60317460317461,0,0,-2.5392083644510843,23.827388565505856,0,0,0,0,0,0,4.237942504157772,1.394271625570509,7.52221223919337,0.28483275441787687,-36.76470588235293,0,0,4.195037845135565,0.06722689075630252,-21864726569.7909,-46943154.5554924,1.3768622238167147,-6184009.014659017,0,0,-5.2712185945859575,-26.391758523380314,39.087106268844,1,1,-5.999999999999984,0.7900520761142897,1305.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1393.2333333333333,1395.0,1289.0,-6.332990406009998,1,0,0,none,1,-0.2413793103448276,-3.601532567049808,0,0.5,0,0,0,8.469216496889672,-103.95405789820825,-112.42327439509792,1339.2,1399.0,1702.7166666666667,-6.7190850607576795,0,0,89.92857142857143,6.891078270388615,0,0.3983402489626556,-165.54825319958505,1,0,-33.793103448275865,0,0,-6.985032074126874,33.386228380002166,1,0,1,0,1,0,-3.856060606060616,0.0022416491887184975,-3.828470380194524,0.15968327629481532,-223.02352941176468,0,0,20.56266317254154,0.7899159663865546,-51926221516.81804,-1324689288.3427505,0.9733210441064499,-22529457.05751121,0,0,-3.7159279790989754,-24.2609232904767,10.840878477662065,0,1,-13.088721804511309,0.45751969681798765,1209.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,17,impulse_late,unknown,none,below_cloud,above,2.529,0,0,2204.35,2380.0,1326.1,-40.798874951799846,0,0,0,none,1,0.9491525423728814,-0.6896551724137931,0,0.333,0,0,0,0,2,0,1,0.0,0.5,-0.333,0,0.2377010099413006,24.456521739130437,12.169312169312178,6.89080989502314,11.859927976663313,37.99999999999999,57.70528638292003,56.6958796648768,0.2947224286408504,32.73170574003969 -205,2025-10-31 02:33:00,buy,1170.0,0.342,37,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#37,0.10271865520365037,27.027027027027017,-0.7009640399097483,11.11111111111132,13.44729344729357,-5.056937019092857,-4.355972979183108,2.183627648580962,1179.4,1187.3,1197.3,-0.8675145287627362,0,0,4.928571428571429,0.4187401383663066,0,0.058823529411764705,-132.20973782771534,1,0,-93.33333333333333,1,0,-1.2583892617449632,12.209040261357188,0,0,0,0,0,0,-9.084084084084097,-0.02981929613779144,-6.666666666666668,0.037332225123289244,-12.926470588235361,0,0,0.9558138055203027,0.35294117647058826,-10336962604.445665,,2.7215576568066338,-353852.0284744054,0,0,,-34.37173119818453,64.87392459093994,1,1,-1.0180451127819596,0.8634634694981019,1176.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1218.0,1243.2,1176.0,-3.3661740558292297,1,0,0,none,1,-0.5882352941176471,-0.5097706032285472,0,0.2,0,0,1,0.01706581311957401,18.181818181818187,-1.0653837575084246,13.143592677345822,11.228176116620512,-6.806749502090497,-5.7413657445820725,2.5628247505313624,1181.2,1191.75,1206.3666666666666,-1.2376756870148942,0,0,5.857142857142857,0.4976332079135817,0,0.15384615384615385,-165.0165016501643,1,0,-82.6086956521739,1,0,-1.5886287625418105,17.63779531437602,0,0,0,0,0,0,0.5347593582887811,-0.12789019023734838,0.24154589371980784,-0.07014513833586157,-16.317647058823468,0,0,0.9163021232895459,0.5294117647058824,-11976947663.806484,-3968469.972137451,2.097810598533447,-715051.7244171649,0,0,-3.2811097879203803,-34.33806941098187,37.61418806343027,1,1,-1.1180451127819566,0.7504098770962639,1173.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1209.4499999999998,1254.0,1181.1,-2.683037744429273,0,0,0,none,1,-0.8080808080808081,-0.2548853016142736,0,0.211,0,0,1,0.0,26.530612244897966,-0.7529556584656518,14.960127591706588,17.047669679248553,-11.325813190669123,-10.572857532203471,3.2365526336335138,1185.2,1198.3,1230.15,-1.7775181507135085,0,0,7.714285714285714,0.6554193470081321,0,0.06060606060606061,-199.60353766392345,1,0,-90.9090909090909,1,0,-1.7529215358931594,23.899789068245823,0,0,0,0,0,0,2.4565381708238903,-0.3945343521930411,-7.575757575757571,-0.18968957735671996,-25.514705882352928,0,0,1.085796753921507,0.15966386554621848,-14750185748.182817,-7226380.89440918,1.273509708338257,-949556.7678638995,0,0,,-34.27390348301521,87.19515689230674,1,1,-1.4992481203007433,0.8368325920612729,1175.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1209.65,1264.1,1194.8,-2.699127846897875,0,0,0,none,1,-1.0759493670886076,-0.4248088360237893,0,0.19,-1,0,0,0.0,23.33333333333333,-1.114411039176007,19.371980676328487,20.350816655164564,-15.353963043389285,-14.239552004213278,4.427796747134278,1188.8,1205.3,1243.45,-2.3479631626980746,0,0,10.214285714285714,0.8678237650200267,0,0.0,-165.40212443095612,1,0,-100.0,1,0,-2.6468155500413593,21.127442112190522,0,0,1,0,1,0,-2.1212121212121247,-0.4804595424893794,0.0,-0.20318689493553166,-35.891176470588334,0,0,1.8178927572458383,0.5882352941176471,-14105056812.121632,-13381859.947883606,0.831036488887828,-1435272.2006511092,0,0,-3.6225505664196964,-34.24300051527121,54.868189330460254,1,1,-2.1157894736841967,0.8801714237696427,1177.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1209.3000000000002,1275.8,1203.6,-2.670966674935926,0,0,0,none,1,-1.9830508474576272,-0.6796941376380629,0,0.188,0,0,0,0.03555153684171363,11.578947368421055,-3.494020065564783,11.818181818181579,11.475468975468793,-22.83861406715505,-19.344594001590266,9.101517486523194,1193.4,1228.95,1273.6833333333334,-4.22718580902397,0,0,15.642857142857142,1.329044786988712,0,0.0,-126.6304347826085,1,0,-100.0,1,0,-4.773462783171523,8.00211082280643,0,0,0,0,0,0,-2.001299545159185,-0.5345916230707779,-0.5952380952380949,-0.23674110880888216,-55.7705882352941,0,0,1.6330419963015919,0.29411764705882354,-15618016657.30754,-44133570.40199852,0.9125789545790051,-6361868.648269415,0,0,,-34.096461307549454,68.24210637241633,1,1,-4.645864661654143,0.966106695666368,1177.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1248.5333333333333,1320.0666666666666,1177.0,-5.729389149935926,1,0,0,none,1,-2.326530612244898,-1.3593882752761257,0,0.182,-1,0,0,0.04779771956890953,16.778523489932894,-7.328543825690804,8.726556343577698,9.514804507353277,-26.298733336190935,-18.97018951050013,11.73510500781169,1206.8,1258.8,1293.9833333333333,-5.306641245630761,0,0,22.571428571428573,1.893576222435283,0,0.05128205128205128,-154.480606330807,1,0,-92.0,1,0,-5.621536025336504,8.571708517381737,0,0,0,0,0,0,-1.464719753310348,-0.06367182822826578,2.666666666666667,-0.12602066991728436,-74.55588235294113,0,0,3.0091444372569853,0.8151260504201681,-17075136274.340052,-80582632.6453743,1.3892696909024753,-9774927.238310337,0,0,-5.192928896679804,-33.03742701781084,39.297725861821405,1,1,-6.000000000000038,0.9238534800796504,1186.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1291.35,1310.7,1186.0,-7.693499051380337,1,0,0,none,1,-2.6666666666666665,-1.342281879194631,0,0.222,0,0,0,-10.316444966704374,-24.501913686583066,-14.185468719878692,1263.0,1309.8,1325.8333333333333,-7.695831424644983,0,0,35.357142857142854,2.9244948599787306,0,0.19662921348314608,-239.45224475645725,1,0,-76.19047619047619,0,0,-7.071483474250573,16.907969292930858,0,0,0,0,1,0,-8.082706766917283,-2.873132396220477,-6.878306878306876,-0.13453991141859004,-84.59705882352955,0,0,3.9746095102104975,0.06722689075630252,-22080959828.874798,-221878954.9257202,1.5462858214484434,-17267765.022841334,0,0,-6.822984553290775,-31.685640429297045,52.686109705988265,1,1,-6.024060150375933,0.8181800754836726,1174.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.3166666666666,1395.0,1218.2,-13.103894392601735,0,0,0,none,1,-4.0,-0.3308519437551696,0,0.4,-1,-1,0,2.925097002140518,-108.76690314242228,-111.6920001445628,1317.8,1368.55,1702.05,-11.658324504037122,0,0,86.92857142857143,7.190121706250739,1,0.0,-190.6611482542712,1,0,-100.0,1,0,-13.642857142857146,36.05185013862079,1,0,1,0,1,0,-4.559999999999995,-5.544119494749154,-18.205128205128204,-0.06832634298828982,-235.24705882352941,0,0,20.552399076193378,0.7815126050420168,-51939082033.35268,-1327678227.0633774,0.7723116603434725,-24309394.46807182,0,0,-3.8874672156616157,-29.751657903786533,10.979449762412752,0,1,-9.187218045112795,0.6168127065929496,1209.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,neutral,0.405,0,0,2204.35,2380.0,1326.1,-45.15390024270193,0,0,0,none,1,-0.2033898305084746,-3.887510339123242,0,0.3,-1,-1,0,4,0,0,1,1.0,0.0,-0.333,0,0.0,14.285714285714292,26.801587301587308,31.2454018644495,12.0324447848883,33.44,39.500158177791825,52.91306710794213,0.0,20.22743025860084 -206,2025-11-01 02:21:00,buy,1176.0,0.341,37,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#37,0.2812298438390322,28.125,-0.43014568596274927,16.081871345029434,14.72881550280944,-5.2752183979423535,-4.845072711979604,2.531776498675244,1184.0,1191.6,1201.7,-0.5538771399798526,0,0,5.0,0.42194092827004215,0,0.3,-94.61966604823773,0,0,-68.42105263157895,0,0,-0.6705783738474413,7.994960337773023,0,0,1,0,0,0,6.25,0.3300415015368632,3.1189083820662784,0.2376945527366047,-13.464705882352973,0,0,0.7823578878962617,0.6302521008403361,-10353039673.210627,-1307060.0474739075,3.4447529010970372,-119724.88105805963,0,0,,-33.85430179045726,81.47856896422529,1,1,-1.159398496240605,0.8270690605121254,1179.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1209.9166666666665,1214.0,1179.0,-2.059370480060596,1,0,0,none,1,-0.09243697478991597,-0.25316455696202533,0,0.515,0,0,1,0.05650797819878153,21.05263157894737,-1.739210042405472,15.684137880934502,11.805871598576338,-6.246474580172844,-4.507264537767372,2.9606809660804663,1183.2,1195.7,1203.0333333333333,-1.3130383875554097,0,0,6.142857142857143,0.5205811138014528,0,0.08,-138.14904492870542,1,0,-90.47619047619048,1,0,-1.5846538782318564,5.790579367659845,0,0,0,0,1,0,-1.1695906432748444,-0.007421108622200023,1.2138188608776819,-0.04649593368819141,-19.294117647058783,0,0,1.0216866285486648,0.6890756302521008,-12000693401.985718,-7893948.606409073,2.243154521261789,-318430.7631678879,0,0,,-34.09908014308654,84.13308572044002,1,1,-1.399999999999983,0.8758231420507999,1178.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1200.1999999999998,1211.6,1178.0,-1.6830528245292298,1,0,0,none,1,-0.1919191919191919,-0.5932203389830508,0,0.407,0,0,1,0.0,14.583333333333329,-2.8670564490890276,7.633053221288544,16.036414565826245,-5.054974973129447,-2.1879185240404193,3.3561744006988024,1188.6,1201.75,1201.75,-1.809860619929271,0,0,7.928571428571429,0.6719128329297821,0,0.058823529411764705,-194.18306244653604,1,0,-94.11764705882352,1,0,-1.9118869492934287,10.392134286758136,0,0,0,0,0,0,-14.82843137254902,-0.3361704052814378,-11.134453781512601,-0.06582200549033668,-18.950000000000045,0,0,1.2857831837955729,0.9747899159663865,-14777567026.672644,-6007610.603572845,1.8624256196672058,-567122.8469811082,0,0,,-34.03495202710499,32.43505512713523,1,1,-1.330075187969929,0.6090081551750461,1178.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1200.2166666666667,1221.0,1186.6,-1.684418091177986,0,0,0,none,1,-0.5569620253164557,-0.5932203389830508,0,0.35,0,0,1,0.0,36.507936507936506,-2.707301667659107,19.768641320365443,28.379331396572866,-3.6025861044615795,-0.8952844368024728,2.8623592891619194,1192.4,1202.9,1206.2,-1.6543353562224694,0,0,9.428571428571429,0.7970051926095882,0,0.13793103448275862,-241.30551096843158,1,0,-86.20689655172413,1,0,-1.8257261410788428,21.584341843478853,0,0,0,0,0,0,0.5704365079365061,-0.5236360136524256,-7.3070607553366145,0.043178962008305316,-13.27647058823527,0,0,1.518120801240486,0.8067226890756303,-14134463745.127743,-6618478.950836182,2.497564778595545,-721140.6291504502,0,0,,-33.836392277932326,33.26681063492354,1,1,-0.7458646616541105,0.2627851059670768,1179.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1203.5,1219.6,1186.0,-1.7033651848774367,0,0,0,none,1,-0.6610169491525424,-0.591715976331361,0,0.333,0,0,1,0.0,40.21739130434783,-1.1551934772479482,47.713156408808345,79.71641884685346,-2.743983914726641,-1.588790437478693,2.325694743729986,1201.4,1202.0,1204.9333333333334,-1.580698835274541,0,1,12.0,1.0143702451394758,1,0.14285714285714285,-307.0549242424216,1,0,-85.71428571428571,1,0,-2.231404958677685,44.40370706440329,1,0,0,0,1,0,-10.415520088057235,-1.3616046592953557,-31.6017316017316,0.08251654773316848,-11.288235294117612,0,0,2.0592317074696793,0.6554621848739496,-15650616118.310171,-11855868.655843735,1.9114736081929806,-850019.9842953682,0,0,,-33.69050561832698,35.93105506712775,1,1,0.05714285714283834,0.0023399014778318072,1179.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1218.2333333333333,1219.0,1173.0,-2.8921662516759206,1,0,0,none,1,-0.3469387755102041,-0.591715976331361,0,0.5,-1,-1,1,0.0,36.206896551724135,1.2619719126159161,46.75324675324683,59.018759018759084,-8.839144822604794,-10.10111673522071,3.517973668219454,1202.2,1206.85,1247.9166666666667,-1.9762190827360415,0,1,14.0,1.183431952662722,1,-0.030303030303030304,-205.63777307963295,1,0,-103.03030303030303,1,0,-1.8257261410788428,37.53557038926841,0,0,0,0,0,0,-3.0454398968739937,-1.644077977650321,-24.81962481962482,0.06587582059713018,-9.82941176470581,0,0,2.7411194959477134,0.5714285714285714,-17123405008.741966,-17086159.12760544,1.2528101735845143,-1099876.527251482,0,0,,-33.47221314001223,25.293464562361976,1,1,-0.6248120300751756,0.12128163252259105,1184.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1263.0833333333335,1265.0,1173.0,-6.340304809658914,1,0,0,none,1,-2.717948717948718,-1.0143702451394758,0,0.273,-1,-1,0,-6.024915896824673,-35.69698455981393,-29.672068662989254,1206.6,1265.5,1309.1333333333334,-4.069537732121686,0,0,34.642857142857146,2.853612614732879,0,0.272108843537415,-89.21933085501853,0,0,-68.25396825396825,0,0,-6.973180076628349,26.23103959596618,1,0,0,0,0,0,5.988455988455996,2.5184369856058773,-0.264550264550266,0.20202816894046768,-97.45000000000005,0,0,4.788352897498174,0.3277310924369748,-22155783592.143936,-278159313.4912605,0.7682843304526087,-19169464.911289155,0,0,-5.541134044268143,-31.331332111806944,45.09596385932824,1,1,-8.015037593984957,0.8221579718623557,1195.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1391.3166666666666,1395.0,1203.4666666666667,-12.744522574539696,1,0,0,none,1,-6.655172413793103,-1.8945634266886324,0,0.222,0,0,0,0.6341748562101088,-110.89928157430018,-111.53345643051028,1284.0,1356.85,1701.9333333333334,-10.528061318495041,0,0,84.0,6.919275123558484,1,0.02074688796680498,-142.15033105058183,1,0,-96.55172413793103,1,0,-14.144271570014144,47.39408901260393,1,0,1,0,1,0,7.399694656488556,-2.290922145930409,-16.281767373194135,-0.018663347461865345,-243.54999999999995,0,0,12.23036200565341,0.2605042016806723,-51930210578.504684,-1173553947.3837662,1.9002976596737577,-3788247.2008652687,0,0,-3.7047110429835324,-29.26757074461006,12.52755893598092,0,1,-10.140601503759402,0.6461325364977837,1214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,0,below_cloud,below,-7.054,0,0,2204.35,2380.0,1326.1,-44.92707600880078,0,0,0,none,1,-0.23728813559322035,-8.813838550247118,0,0.3,0,0,1,3,0,0,1,0.75,0.0,-0.333,0,0.25380156501992607,33.76623376623377,24.603174603174608,25.39682539682541,16.529502847778293,40.839694656488554,23.21839080459769,40.141278455103176,0.021498481761411736,22.002148200594807 -207,2025-11-01 17:12:00,sell,1325.0,0.65,37,고점 매도 · 비중 65% · 분할 · leg#37,0.9869223871367978,88.29787234042553,6.00720795169946,105.57315233785842,105.32413282726186,24.37176185778617,18.36455390608671,9.078492652444044,1311.2,1267.95,1228.85,4.4205213139319355,0,0,14.214285714285714,1.0735865343116098,0,1.0357142857142858,152.1763914540429,0,1,4.411764705882353,0,1,4.746835443037978,89.13350037845322,0,1,0,0,0,0,-0.8110385506635822,0.07383786497894107,0.8645276292335211,1.387643131925203,67.42352941176455,0,0,1.8882098440819775,1.0,-10355155110.975279,1105843.0385932922,1.2541537454086773,5911339.331359153,0,0,0.04731544789110823,-26.012128944042136,72.81691184352407,1,1,4.495488721804511,0.8541027161722521,1324.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1318.7666666666667,1321.0,1204.8666666666666,0.3968354270404095,0,0,0,none,1,1.1428571428571428,-0.4531722054380665,0,0.767,0,0,0,1.0,89.78102189781022,9.132127447801398,107.0586917562727,104.9515814626176,25.879679383449,16.747551935647603,12.279463305636478,1301.0,1247.9,1221.7,6.258514304030771,0,0,18.5,1.3951734539969836,0,1.0341880341880343,169.15422885572076,0,1,4.301075268817205,0,1,6.763285024154597,94.9412340007701,0,0,0,0,0,0,-2.417559662473465,0.565969747727646,0.5564987738162586,1.3887335231115838,73.0470588235296,0,0,2.4715125517534773,1.0,-12004560799.609901,-295350.7997341156,1.8635740358847033,6153175.9715165645,0,0,0.053821114353097624,-25.859547998395925,69.92546025657238,1,1,6.123308270676692,0.8942149663315433,1328.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1319.75,1322.0,1205.0,0.4735745406327041,0,0,0,none,1,1.303030303030303,-0.4524886877828055,1,0.645,0,0,1,1.0,95.3125,10.66987869102993,103.09357309357313,107.81995781995772,22.201754564965995,11.531875873936064,11.226069832873142,1280.6,1229.45,1209.6,7.853105046972209,0,0,17.142857142857142,1.2928248222365868,0,1.0810810810810811,213.59839692081846,0,1,8.181818181818182,0,1,9.859154929577475,98.78059756178727,0,0,0,0,0,0,2.243193069306926,2.6416992498689567,-6.902356902356885,1.738746813545291,63.71176470588239,0,0,2.723203924445262,1.0,,,3.7528105092114554,9178794.387977004,0,0,,-25.780898542361907,55.71653885273749,1,1,4.689473684210538,0.6464858321251103,1317.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1306.25,1317.0,1196.6,1.5119617224880422,0,0,0,none,1,1.6835443037974684,0.0,1,0.708,1,1,1,1.0,91.66666666666667,7.81958277374865,107.36087583913668,107.11932994541696,14.987186461285319,7.167603687536669,7.713200234160918,1251.0,1219.05,1203.7,6.476354538370055,0,0,17.0,1.3097072419106317,0,1.010752688172043,311.34846461949246,0,1,1.0869565217391304,0,1,7.450331125827825,95.69514778320152,0,0,0,0,0,0,8.589743589743591,3.229520456554712,0.36231884057970376,1.5753952916549632,50.83823529411757,0,0,3.066284606710646,1.0,-14135669305.496735,7272518.599744797,7.558169493052072,11301925.248764455,0,0,,-27.32039076065985,34.88451240842284,1,1,2.6187969924811916,0.43438962585839536,1297.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1295.0333333333333,1297.0,1206.5333333333333,0.2290803325525781,0,0,0,none,1,1.9491525423728813,-2.3882896764252695,1,0.667,1,1,1,1.0,89.23076923076923,8.199790280428253,104.85620793591785,106.17782870198312,12.72611743793459,4.526327157506336,8.091035739001015,1236.2,1209.7,1205.7166666666667,7.299330412498972,0,0,18.714285714285715,1.4417785604226283,0,1.0096153846153846,375.47892720306567,0,1,0.9615384615384616,0,1,7.896924355777224,93.6842436706913,0,0,0,0,0,0,5.322723253757729,4.205852001870767,-2.2435897435897516,1.5775954868839446,42.18235294117653,0,0,3.5084900255736087,1.0,-15645193363.42824,10894208.344810486,9.005180897787385,15176936.419891,0,0,,-27.14531817790298,24.079293066608972,0,1,2.7804511278195383,0.4519131287546231,1297.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1295.0333333333333,1297.0,1194.7333333333333,0.2290803325525781,0,0,0,none,1,1.9183673469387754,-1.4637904468412943,1,0.615,1,1,1,1.0,86.53846153846153,8.568247631266427,107.67457180500666,111.12209046991661,6.483782540350148,-2.0844650909162796,7.802885298820769,1228.8,1206.2,1224.4666666666667,7.610678162825391,0,0,19.785714285714285,1.5243231344926258,0,1.1287128712871286,414.56106252024796,0,1,14.130434782608695,0,1,8.437761069340022,92.84485225907243,0,0,0,0,0,0,14.170040485829958,5.350986657979181,-1.3504611330698282,1.5687695696505763,28.220588235294144,0,0,5.469828440860786,1.0,-17195545869.21577,-70219191.33455276,9.248814146471494,18392043.677307606,0,0,-3.311202371846937,-26.88792057855277,32.818128126880126,1,1,1.7789473684210597,0.2000622420756445,1289.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1283.1333333333332,1285.0,1191.6666666666667,1.1586221229282545,0,0,0,none,1,2.717948717948718,-0.30816640986132515,1,0.667,1,1,1,0.21003587155581727,-32.21888527882129,-32.42892115037711,1204.8,1241.15,1299.1,-1.9457760947508396,0,0,38.5,3.1635168447000823,0,0.3412698412698413,9.423624808240216,0,0,-37.68115942028986,0,0,0.6617038875103454,57.12536944455531,0,0,0,0,0,0,4.2821036259356475,2.374164468459938,15.746491833448356,0.36233900750178916,-71.89411764705869,0,0,4.933354791257928,0.36134453781512604,-22130022243.08772,-49062414.21292114,6.314836514475976,28657029.8676908,0,0,-3.440100208615062,-31.01953525298645,39.16222769282932,1,1,-6.666917293233081,0.7090823295333373,1217.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1242.2333333333333,1352.0,1179.9333333333334,-2.031287734456755,1,0,0,none,1,-5.068965517241379,-6.0805258833196385,1,0.0,0,0,1,0.6341748562101088,-110.89928157430018,-111.53345643051028,1284.0,1356.85,1701.9333333333334,-10.528061318495041,0,0,84.0,6.919275123558484,1,0.02074688796680498,-142.15033105058183,1,0,-96.55172413793103,1,0,-14.144271570014144,47.39408901260393,1,0,1,0,1,0,7.399694656488556,-2.290922145930409,-16.281767373194135,-0.018663347461865345,-243.54999999999995,0,0,12.23036200565341,0.2605042016806723,-51930210578.504684,-1173553947.3837662,1.9002976596737577,-3788247.2008652687,0,0,-3.7047110429835324,-29.26757074461006,12.52755893598092,0,1,-10.140601503759402,0.6461325364977837,1214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,0,below_cloud,below,-7.054,0,0,2204.35,2380.0,1326.1,-44.92707600880078,0,0,0,none,1,-0.23728813559322035,-8.813838550247118,0,0.3,0,0,1,0,4,0,1,0.0,1.0,-0.333,0,0.37110193866326047,32.67716535433071,36.52426961122614,26.331723027375215,15.09546438924014,40.839694656488554,23.21839080459769,40.141278455103176,0.021498481761411736,22.002148200594807 -208,2025-11-01 17:21:00,sell,1321.0,0.35,37,고점 매도 · 비중 35% · 분할 · leg#37,0.9101049388866024,88.88888888888889,4.8779204863702965,107.4074074074076,105.38447572761311,27.20022335042995,22.322302864059655,10.280863951212577,1327.2,1281.95,1235.0,4.216233082413501,0,0,15.071428571428571,1.1281009409751925,0,1.1325301204819278,96.1590115498254,0,0,15.277777777777779,0,1,6.5390749601276,81.51559603359794,0,0,0,0,0,0,0.591016548463358,-0.3125476724526166,3.622004357298465,1.2905268048771612,67.30294117647054,0,0,1.8642822201547304,0.9747899159663865,-10358365431.8428,-1550554.924993515,1.6020609790632205,8551690.85264739,0,0,-0.2793599137662646,-25.33074031489346,67.92042607761405,1,1,5.283458646616552,0.8999600985549107,1323.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.7666666666667,1325.0,1204.4,1.000428395030628,0,0,0,none,1,1.218487394957983,-0.8982035928143712,0,0.774,0,0,0,0.8440182594154675,81.8840579710145,7.543624730502671,101.67692829139305,105.91019543791431,28.42285689966252,20.87923216915985,13.330871275872044,1319.6,1259.25,1225.5333333333333,4.586063132817153,0,0,18.142857142857142,1.3775897602776874,0,0.9565217391304348,117.07589102658697,0,1,-6.329113924050633,0,1,5.191693290734833,75.27796401935554,0,1,0,0,0,1,-7.971014492753625,-1.439471473043632,-7.318037974683534,1.1272536975503988,80.50294117647059,0,0,2.604436297020373,1.0,-12004127400.135498,-441494.5646839142,1.544253988951242,5672170.6889000535,0,0,,-26.351471903408186,72.89170728663748,1,1,6.850375939849611,0.9325579946654206,1317.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1319.75,1322.0,1205.0,-0.2083727978783867,1,0,0,none,1,1.2222222222222223,-1.518602885345482,0,0.667,0,0,0,1.0,91.04477611940298,11.08681904504594,103.09357309357313,105.394358727692,25.39039968024349,14.30358063519755,12.728613420667234,1293.6,1234.8,1211.5833333333333,6.65694849368319,0,0,18.0,1.366742596810934,0,1.0,162.69453166555127,0,1,-0.0,0,1,9.113504556752282,85.97141809831042,0,0,0,0,0,0,-4.267723880597018,0.4169403540160097,0.0,1.45430564432474,71.58529411764698,0,0,2.857152480780549,1.0,-14782126795.919111,4152276.2820854187,2.4665198467063885,7277697.933060974,0,0,,-26.276165057260613,59.59210992198446,1,1,5.633082706766913,0.7193244913806237,1316.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.85,1317.0,1205.2,0.16351675096020202,1,0,0,none,1,1.6075949367088607,-0.3796507213363705,0,0.708,0,0,1,1.0,93.43065693430657,11.283052419346712,108.73853382056825,107.69932221942072,21.27141921172006,9.988366792373347,10.990580390591779,1273.2,1225.05,1206.1166666666666,8.403738622913348,0,0,18.142857142857142,1.3661790017211703,0,1.1603773584905661,242.73055464391206,0,1,16.037735849056602,0,1,9.661436829066883,96.62753545118181,0,0,0,0,0,0,1.7639902676398975,3.463469645598062,1.3776579814315681,1.7857025700906937,64.81176470588252,0,0,3.390497590594343,1.0,-14155232152.857302,,4.039654351186621,14544137.057006776,0,0,,-25.625535414071077,40.2666652695673,1,1,4.000751879699248,0.4944499976048553,1316.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1308.8833333333332,1311.0,1205.1666666666667,1.4605325149936954,0,0,0,none,1,2.542372881355932,-0.37650602409638556,1,0.684,1,1,1,1.0,89.23076923076923,8.199790280428253,104.85620793591785,106.17782870198312,12.72611743793459,4.526327157506336,8.091035739001015,1236.2,1209.7,1205.7166666666667,7.299330412498972,0,0,18.714285714285715,1.4417785604226283,0,1.0096153846153846,375.47892720306567,0,1,0.9615384615384616,0,1,7.896924355777224,93.6842436706913,0,0,0,0,0,0,5.322723253757729,4.205852001870767,-2.2435897435897516,1.5775954868839446,42.18235294117653,0,0,3.5084900255736087,1.0,-15645193363.42824,10894208.344810486,9.005180897787385,15176936.419891,0,0,,-27.14531817790298,24.079293066608972,0,1,2.7804511278195383,0.4519131287546231,1297.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1295.0333333333333,1297.0,1194.7333333333333,0.2290803325525781,0,0,0,none,1,1.9183673469387754,-1.4637904468412943,1,0.615,1,1,1,1.0,86.53846153846153,8.568247631266427,107.67457180500666,111.12209046991661,6.483782540350148,-2.0844650909162796,7.802885298820769,1228.8,1206.2,1224.4666666666667,7.610678162825391,0,0,19.785714285714285,1.5243231344926258,0,1.1287128712871286,414.56106252024796,0,1,14.130434782608695,0,1,8.437761069340022,92.84485225907243,0,0,0,0,0,0,14.170040485829958,5.350986657979181,-1.3504611330698282,1.5687695696505763,28.220588235294144,0,0,5.469828440860786,1.0,-17195545869.21577,-70219191.33455276,9.248814146471494,18392043.677307606,0,0,-3.311202371846937,-26.88792057855277,32.818128126880126,1,1,1.7789473684210597,0.2000622420756445,1289.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1283.1333333333332,1285.0,1191.6666666666667,1.1586221229282545,0,0,0,none,1,2.717948717948718,-0.30816640986132515,1,0.667,1,1,1,0.21003587155581727,-32.21888527882129,-32.42892115037711,1204.8,1241.15,1299.1,-1.9457760947508396,0,0,38.5,3.1635168447000823,0,0.3412698412698413,9.423624808240216,0,0,-37.68115942028986,0,0,0.6617038875103454,57.12536944455531,0,0,0,0,0,0,4.2821036259356475,2.374164468459938,15.746491833448356,0.36233900750178916,-71.89411764705869,0,0,4.933354791257928,0.36134453781512604,-22130022243.08772,-49062414.21292114,6.314836514475976,28657029.8676908,0,0,-3.440100208615062,-31.01953525298645,39.16222769282932,1,1,-6.666917293233081,0.7090823295333373,1217.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1242.2333333333333,1352.0,1179.9333333333334,-2.031287734456755,1,0,0,none,1,-5.068965517241379,-6.0805258833196385,1,0.0,0,0,1,0.6341748562101088,-110.89928157430018,-111.53345643051028,1284.0,1356.85,1701.9333333333334,-10.528061318495041,0,0,84.0,6.919275123558484,1,0.02074688796680498,-142.15033105058183,1,0,-96.55172413793103,1,0,-14.144271570014144,47.39408901260393,1,0,1,0,1,0,7.399694656488556,-2.290922145930409,-16.281767373194135,-0.018663347461865345,-243.54999999999995,0,0,12.23036200565341,0.2605042016806723,-51930210578.504684,-1173553947.3837662,1.9002976596737577,-3788247.2008652687,0,0,-3.7047110429835324,-29.26757074461006,12.52755893598092,0,1,-10.140601503759402,0.6461325364977837,1214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,0,below_cloud,below,-7.054,0,0,2204.35,2380.0,1326.1,-44.92707600880078,0,0,0,none,1,-0.23728813559322035,-8.813838550247118,0,0.3,0,0,1,0,4,0,1,0.0,1.0,-0.333,0,0.37110193866326047,32.67716535433071,36.52426961122614,26.331723027375215,15.09546438924014,40.839694656488554,23.21839080459769,40.141278455103176,0.021498481761411736,22.002148200594807 -209,2025-11-01 18:24:00,buy,1266.0,0.117,38,저점 분할 매수 · 비중 12% · 7회 · BB하단 · leg#38,0.11210164085135702,5.769230769230774,-5.473590490627559,8.654019873532269,8.301286187465182,-4.40949901486033,1.0640914757672288,5.807549121436659,1274.4,1296.2,1266.0833333333333,-2.252738774880425,0,0,10.071428571428571,0.7949035967978352,0,0.0,-110.76696165191713,1,0,-100.0,1,0,-2.086553323029361,3.2130412199751106,0,0,1,0,1,0,0.31468531468532035,0.11763836089020163,-0.9523809523809526,-0.0037356698259895468,-23.03235294117667,0,0,1.3966696704807477,0.7478991596638656,-10398819379.452744,-9714741.857120514,0.32537209472261264,-1914517.2892388082,0,0,-5.910654671958214,-29.15365887074416,51.96493150409759,1,1,-3.1112781954887265,0.9566121658542118,1267.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1322.9833333333333,1325.0,1204.0,-4.231597777749785,1,0,0,none,1,0.5210084033613446,-0.23677979479084454,0,0.613,0,0,0,0.19999064080434784,20.21276595744682,-7.8422548728294075,5.868945868946153,6.93732193732242,7.534059876596302,15.37631474942571,7.303352064376186,1278.6,1298.45,1243.1166666666666,-2.1910739728137396,0,0,13.714285714285714,1.0798650168728907,0,0.11864406779661017,-97.0931090453005,0,0,-100.0,1,0,-3.495440729483279,7.571649692233265,0,0,0,0,0,0,-1.1355486492947477,-0.45375445813171567,0.0,0.22402289863527455,5.323529411764639,0,0,3.3461831595618734,1.0,-12059617712.228065,-48314267.956380844,0.37261298086104827,-1742991.623321712,0,0,,-28.94921182466087,42.18464021894162,1,1,-0.6954887218045211,0.030121269772271808,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1319.75,1322.0,1205.0,-3.7696533434362522,1,0,0,none,1,0.7171717171717171,-0.31496062992125984,0,0.633,-1,0,0,0.5539018684858081,65.31791907514452,-1.016987130867637,54.72276822276825,69.92274092274084,21.377937440322057,22.394924571189694,13.685711341529672,1290.6,1260.7,1221.3333333333333,0.7376854128658739,0,0,24.214285714285715,1.9066366704161979,0,0.5727272727272728,16.73052362707538,0,0,-63.51351351351351,0,0,0.4746835443038,64.71697899240849,0,1,0,1,0,1,-4.967795210569761,-2.5779087283402724,-15.110565110565105,0.5211699172559838,40.45588235294122,0,0,3.47875868767858,1.0,-14812499369.389383,-27455041.99179268,0.47065078113232456,164547.36017167568,0,0,,-28.87926239137831,69.52072170980477,1,1,6.061654135338333,0.6912132836461712,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1314.85,1317.0,1205.2,-3.411035479332236,1,0,0,none,1,0.8227848101265823,-0.39370078740157477,0,0.625,-1,0,0,0.7074365392224918,68.50828729281768,5.737023812018194,78.93081761006287,90.98532494758918,24.92320938440639,19.186185572388197,13.85340314256068,1302.0,1242.3,1213.4666666666667,2.8737020043467787,0,0,25.142857142857142,1.967359713838587,0,0.6886792452830188,55.130834731804676,0,0,-31.132075471698112,0,0,6.058091286307055,69.64476570625675,0,0,0,0,0,0,-4.902117331459763,-2.6859874422670593,-11.949685534591211,0.7361832193724538,64.16764705882338,0,0,3.9178192215722225,1.0,-14257684572.775646,-114064466.60585403,0.787931631884357,8476254.944059193,0,0,,-28.39753920702278,45.208698415686875,1,1,6.142857142857121,0.7134490145220221,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1308.9333333333334,1311.0,1207.6666666666667,-2.3632474279311477,1,0,0,none,1,1.5084745762711864,-0.39123630672926446,0,0.667,0,0,0,0.9609544784587721,79.26829268292683,11.196395098280732,103.69278371468586,106.05502485033342,21.400206671936985,10.203811573656253,12.222663273727601,1274.4,1220.25,1208.5166666666667,5.634091374718286,0,0,22.0,1.7067494181536074,0,0.9230769230769231,135.79335793357936,0,1,-8.51063829787234,0,1,6.353135313531344,70.54512827919788,0,0,0,0,0,1,-11.009485094850945,-0.3171474680382005,-5.923299185710533,1.140211416942435,65.16764705882338,0,0,4.048723134877187,1.0,-15721743387.867144,-64096593.657491684,1.850790682072351,15847058.752469063,0,0,,-27.621981601846045,29.126820235592625,1,1,4.851879699248112,0.5926233345494283,1270.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1295.0333333333333,1297.0,1202.6,-0.46588247406759153,1,0,0,none,1,1.7959183673469388,-0.3878975950349108,0,0.643,-1,-1,1,1.0,80.76923076923077,10.91762539944601,107.60869565217399,108.10276679841904,11.562566658391233,0.6449412589452229,9.865709824336479,1244.2,1210.65,1223.8333333333333,6.47173006236319,0,0,20.428571428571427,1.58483874542835,0,1.0396039603960396,248.97285949917452,0,1,4.3478260869565215,0,1,7.685881370091896,80.75819274249751,0,0,0,0,0,0,-5.769230769230759,2.3493777681795827,-0.06587615283267212,1.3369021387064595,39.220588235294144,0,0,5.453197384555952,0.9915966386554622,-17202324411.343727,-76857837.3398571,2.276847773113064,15002772.613328815,0,0,-3.215684100668253,-27.37909823545094,35.0978852582812,1,1,2.863909774436081,0.3219680686526424,1281.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1283.1333333333332,1285.0,1195.4,0.45721411129007183,0,0,0,none,1,2.6923076923076925,-1.2412723041117144,0,0.667,0,0,1,0.21003587155581727,-32.21888527882129,-32.42892115037711,1204.8,1241.15,1299.1,-1.9457760947508396,0,0,38.5,3.1635168447000823,0,0.3412698412698413,9.423624808240216,0,0,-37.68115942028986,0,0,0.6617038875103454,57.12536944455531,0,0,0,0,0,0,4.2821036259356475,2.374164468459938,15.746491833448356,0.36233900750178916,-71.89411764705869,0,0,4.933354791257928,0.36134453781512604,-22130022243.08772,-49062414.21292114,6.314836514475976,28657029.8676908,0,0,-3.440100208615062,-31.01953525298645,39.16222769282932,1,1,-6.666917293233081,0.7090823295333373,1217.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1242.2333333333333,1352.0,1179.9333333333334,-2.031287734456755,1,0,0,none,1,-5.068965517241379,-6.0805258833196385,1,0.0,0,0,1,0.6341748562101088,-110.89928157430018,-111.53345643051028,1284.0,1356.85,1701.9333333333334,-10.528061318495041,0,0,84.0,6.919275123558484,1,0.02074688796680498,-142.15033105058183,1,0,-96.55172413793103,1,0,-14.144271570014144,47.39408901260393,1,0,1,0,1,0,7.399694656488556,-2.290922145930409,-16.281767373194135,-0.018663347461865345,-243.54999999999995,0,0,12.23036200565341,0.2605042016806723,-51930210578.504684,-1173553947.3837662,1.9002976596737577,-3788247.2008652687,0,0,-3.7047110429835324,-29.26757074461006,12.52755893598092,0,1,-10.140601503759402,0.6461325364977837,1214.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,0,below_cloud,below,-7.054,0,0,2204.35,2380.0,1326.1,-44.92707600880078,0,0,0,none,1,-0.23728813559322035,-8.813838550247118,0,0.3,0,0,1,2,2,0,1,0.5,0.5,-0.333,0,0.37110193866326047,32.67716535433071,36.52426961122614,26.331723027375215,15.09546438924014,40.839694656488554,23.21839080459769,40.141278455103176,0.021498481761411736,22.002148200594807 -210,2025-11-04 17:15:00,buy,1037.0,0.143,38,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#38,0.282025149925004,45.45454545454546,0.5961944914191033,44.44444444444462,61.111111111111235,-4.295382727709466,-4.891577219128569,1.1856753248316623,1042.8,1044.7,1058.3,-0.25844740116780507,0,0,3.4285714285714284,0.3290375651220181,1,0.4,-154.88215488215218,1,0,-33.33333333333333,0,0,-0.2870813397129135,27.774389571926733,1,0,1,0,1,0,8.417508417508415,0.011249394162336834,-22.22222222222222,0.19855419117068512,-8.32941176470581,0,0,0.7670089832681327,0.5798319327731093,-10571632588.324306,,1.2432106309884952,-473162.27896931395,0,0,,-41.35544030255039,35.2891024388767,1,1,-0.38646616541354417,0.5451251619718914,1038.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1054.0,1099.8666666666666,1040.1333333333334,-1.1385199240986688,1,0,0,none,1,-0.47058823529411764,-0.09596928982725528,0,0.233,0,0,0,0.22916504140190286,27.5,0.21740895980936603,23.412698412698735,19.620811287478446,-7.593341707477748,-7.810750667287114,3.2662660967715973,1042.6,1051.3,1074.6,-0.8846190430895073,0,0,6.0,0.5758157389635317,0,0.17391304347826086,-97.11895910780679,0,0,-75.0,0,0,-0.7619047619047636,15.286477382639148,0,0,1,0,1,0,-5.0,0.10758401575592824,0.9259259259259274,0.13558585787810293,-12.485294117647072,0,0,1.064790726240217,0.36134453781512604,-12274565806.148031,-6853780.589151382,1.5261427071863793,-851216.6778114587,0,0,,-41.3257167568714,57.19432462386082,1,1,-1.3533834586466138,0.8699079508512739,1038.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1099.95,1101.0,1042.2,-5.268421291876912,0,0,0,none,1,-0.4444444444444444,-0.09596928982725528,0,0.36,0,0,0,0.20428449505642884,42.10526315789474,-1.560979979657457,10.000000000000037,11.851851851851812,-12.078298547314262,-10.517318567656805,6.180854932244135,1043.8,1061.4,1082.7,-1.8277746372715398,0,0,12.071428571428571,1.1584864272004387,0,0.12727272727272726,-116.11721611721576,1,0,-80.0,0,0,-2.7985074626865725,22.17174164313198,1,0,1,0,0,0,3.64372469635628,0.2829553174856123,-4.444444444444443,0.12317867103169902,-32.2911764705882,0,0,2.6887811578050957,0.8319327731092437,-15133671538.080564,-29603476.99954605,1.4279012711805374,-2795107.5316131264,0,0,,-41.26697563653522,47.542425962971045,1,1,-2.300751879699274,0.6887669985011837,1035.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1098.9166666666665,1100.0,1041.5,-5.179343292636673,1,0,0,none,1,-0.7721518987341772,-0.09596928982725528,0,0.316,0,0,0,0.14637064678126946,22.935779816513758,-3.534388371938773,6.139169472502786,9.745419799328241,-13.125167520954847,-9.590779149016074,8.557996047778058,1048.4,1075.55,1087.8,-3.026358607224211,0,0,14.714285714285714,1.4107656485412956,0,0.0847457627118644,-105.6793289522895,1,0,-90.74074074074075,1,0,-2.7052238805970186,20.116404873163987,0,0,0,0,0,0,-1.3885445078105647,0.2650694595879415,-1.9450267877940846,0.07556881654845272,-35.9794117647059,0,0,2.7848305825579502,0.8319327731092437,-14588508636.33526,-77992483.79574585,0.9979563475860259,-2867878.109523028,0,0,,-41.185234147293514,51.48333896934377,1,1,-3.6503759398496123,0.8807605240046876,1038.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1082.9166666666667,1099.6,1040.5666666666666,-3.686033089649876,1,0,0,none,1,-1.1016949152542372,-0.09587727708533077,0,0.286,0,0,0,0.0,28.90625,-2.740544470885732,10.885341074020083,21.78680857926123,-17.160725140263366,-14.420180669377634,7.084065581534284,1053.4,1081.55,1128.0666666666666,-3.5643289723082616,0,0,15.857142857142858,1.5203396794959596,0,0.0,-146.34816035145616,1,0,-100.0,1,0,-4.31192660550459,32.592904057221276,0,0,0,0,0,0,-8.59375,-0.6229326237514456,-16.666666666666664,-0.0740673265103408,-34.641176470588334,0,0,3.6781631513537283,0.8235294117647058,-16280637043.872877,-227030123.2993641,2.0182525026634046,-8385663.956644595,0,0,-13.355060990142858,-41.0496740265639,30.764677304889325,1,1,-1.963157894736864,0.36765471443331865,1043.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1093.6,1175.0,1043.0,-4.626920263350398,1,0,0,none,1,-2.7346938775510203,-1.6299137104506232,0,0.231,0,0,1,0.10633638411699986,28.021978021978015,-0.9325249155284752,9.770114942528824,34.579253583085084,-33.05454481244965,-32.122019896921174,13.206845915039622,1068.8,1100.2,1193.9833333333333,-5.199054717324126,0,0,21.0,2.013422818791946,0,0.0,-145.83333333333326,1,0,-100.0,1,0,-4.31192660550459,31.52377277306364,0,0,1,0,0,0,-9.682940010808878,-1.0717517008921718,-26.666666666666668,-0.19375782317688986,-74.0411764705882,0,0,6.753579960518956,0.9915966386554622,-17996952554.61329,-349975599.11667633,1.6287263853811054,-7845555.139667392,0,0,,-40.85270044943036,59.010482136097885,1,1,-4.984962406015053,0.6591288161691441,1043.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1172.35,1182.3,1043.0,-11.033394464110536,1,0,0,none,1,-5.102564102564102,-2.205177372962608,0,0.143,0,0,0,-17.118974063591605,-45.647928279723374,-28.52895421613177,1103.8,1209.6,1271.45,-12.36772486772486,0,0,45.142857142857146,4.2587601078167125,0,-0.004329004329004329,-145.36505056613916,1,0,-100.49751243781095,1,0,-14.10048622366289,6.832785421310092,0,0,0,0,0,0,-0.4770054656876255,-1.4071832996263005,-2.4646880539829583,-0.17567624840121596,-130.70588235294122,0,0,8.510746117791069,0.9915966386554622,-22585352232.70636,-275312013.24092484,1.3441761462390238,-11665057.838745981,0,0,-3.776157729549729,-39.528816300789124,40.766482241887736,1,1,-10.428571428571415,0.6611113403666613,1061.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1241.9499999999998,1284.3,1061.0,-14.650348242682865,0,0,0,none,1,-6.448275862068965,-3.5849056603773586,0,0.2,-1,0,0,1.832921972099257,-106.99605816982125,-108.82898014192051,1222.8,1323.25,1701.8833333333334,-11.052333270357073,0,0,92.57142857142857,7.865032164097585,1,0.3415384615384615,-221.89146279858545,1,0,-60.91549295774647,0,0,-10.221205186880244,39.78898521728117,1,0,1,0,1,0,-3.1150226269468817,-2.7582414219885436,11.878743726728182,0.04247297385730328,-259.67352941176455,0,0,13.16545879554712,0.31932773109243695,-52715839149.253494,-1883397120.279396,2.0197803548029585,-28677587.961423755,0,0,-5.743215526938953,-31.005607575219862,18.819526904050928,0,1,-10.047368421052655,0.6316014037860725,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-3.571,0,0,2182.9,2380.0,1328.8,-46.08090155297998,0,0,0,none,1,-0.9491525423728814,-2.7187765505522514,0,0.3,0,0,1,2,0,0,1,0.5,0.0,-0.333,0,0.007109936098122899,11.726384364820845,4.619641068584475,9.017989050114762,25.09225844363336,31.323283082077054,40.46111920565537,28.83825301746621,0.011155112999824735,22.609080230296268 -211,2025-11-04 23:00:00,buy,1038.0,0.143,38,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#38,0.26584731902309583,37.93103448275862,0.21457408315387072,44.44444444444463,42.74691358024705,-2.857279724592445,-3.0718538077463156,1.4850778467338843,1046.8,1049.65,1059.45,-0.34773495927215015,0,0,4.714285714285714,0.4506965310024583,0,0.25,-72.81724991163553,0,0,-62.5,0,0,0.0956937799043045,24.825027217624566,0,0,0,0,0,0,-2.8097062579821213,-0.03279166154540114,1.3888888888888857,0.306760929400673,-5.747058823529414,0,0,0.8088094081359567,0.6218487394957983,,,0.5742482403973344,185726.73189700395,0,0,,-41.09101109354637,31.401601584062046,1,1,-0.47744360902253613,0.5253451598151535,1045.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1061.0500000000002,1069.5,1037.0,-1.4184062956505539,1,0,0,none,1,0.025210084033613446,0.0,0,0.48,0,0,0,0.21714299202620554,42.10526315789474,-0.27188143070993176,24.242424242424562,39.814814814815314,-4.195162856550496,-3.9232814258405644,1.814036316477653,1048.6,1052.4,1061.05,-0.5131128848346767,0,0,4.214285714285714,0.4025105744303452,0,0.21428571428571427,-108.8122605363985,1,0,-72.72727272727273,0,0,-0.8522727272727293,46.16605443968175,1,0,1,0,0,0,1.5647226173542066,0.10909385908097313,-15.151515151515156,0.17268397014307907,-10.47352941176473,0,0,1.042570940991166,0.5378151260504201,-12290979869.61499,-2217023.5607624054,1.6513939137331644,-112123.61846035719,0,0,,-41.004821572117166,39.94640318550055,1,1,-0.6766917293233207,0.7035842841855098,1045.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1053.0,1073.6666666666667,1040.3333333333333,-0.5698005698005715,1,0,0,none,1,-0.20202020202020202,-0.09551098376313276,0,0.417,0,0,0,0.10297084933952216,28.57142857142857,-1.8382225531172995,14.456140350877225,13.972171808832385,-4.530977277573811,-2.6927547244565115,3.7631617965802824,1048.4,1060.85,1064.4333333333334,-1.494084931894224,0,0,6.357142857142857,0.608339029391661,0,0.034482758620689655,-111.98768520300138,1,0,-94.73684210526315,1,0,-1.8779342723004744,19.365800789861538,0,0,0,0,0,0,0.5012531328320762,-0.04595246463837688,-6.291591046581976,0.044926919104394746,-12.455882352941217,0,0,1.4758793160985604,0.2773109243697479,-15146037075.353527,-4944101.107028961,1.272337563977433,-402261.81492236257,0,0,,-41.060837257848725,49.79185583142986,1,1,-1.5586466165413648,0.8536298740033916,1045.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1098.9166666666665,1100.0,1039.3333333333333,-4.90634716008188,1,0,0,none,1,-0.7088607594936709,-0.09569377990430622,0,0.417,0,-1,0,0.12188277367972683,26.530612244897966,-1.4874423491134463,15.999999999999986,16.810457516339962,-4.858021326019525,-3.3705789769060788,3.2896540333684783,1050.4,1061.2,1073.9,-1.2438748586505843,0,0,7.071428571428571,0.6747546346782988,0,0.16,-123.48973389667016,1,0,-84.0,1,0,-2.5116279069767433,18.976757714030114,0,0,0,0,0,0,-4.238618524332807,-0.07823301834498952,-0.5490196078431389,0.10597020192126688,-8.164705882353019,0,0,1.5445023209927562,0.08403361344537816,-14603885366.58553,,1.1915914666433074,-1319392.5795039833,0,0,,-40.86388532849489,28.603976569758906,1,1,-0.5759398496240689,0.15242189220979574,1045.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1040.95,1097.0,1039.9666666666667,0.6772659589797669,1,0,0,none,1,-0.6949152542372882,-0.09541984732824427,0,0.357,0,0,0,0.18663885356147425,32.94117647058823,0.8690426671324669,37.17948717948695,62.525788387857176,-10.736364901784555,-11.605407568917022,6.533461010484383,1058.8,1064.8,1104.5833333333333,-2.047332832456794,0,0,12.714285714285714,1.219011094370634,0,0.0,-99.17043740573143,0,0,-100.0,1,0,-0.7611798287345373,47.66905186817652,0,0,1,0,1,0,-20.667070952092175,-1.1396561221751238,-30.769230769230766,0.0444115704779385,-18.25,0,0,3.485396711709014,0.7142857142857143,-16294860401.07852,-14972042.670181274,0.6339659963440973,-449457.7164617777,0,0,,-41.01728182432694,27.059435350229677,1,1,-1.5142857142857147,0.2653267181037202,1044.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1094.6666666666665,1167.0,1043.0,-4.719853836784393,1,0,0,none,1,-2.5714285714285716,-0.19175455417066153,0,0.231,-1,0,0,0.20914913349596204,39.50617283950616,2.801256260986708,43.53741496598648,44.44444444444452,-27.347560537955133,-30.14881679894184,7.865448465456313,1062.2,1079.7,1174.4833333333333,-2.28767250162083,0,0,19.285714285714285,1.8280297901150981,0,0.20689655172413793,-105.68709604079437,1,0,-75.51020408163265,0,0,-3.2110091743119296,34.85823714422257,1,0,1,0,1,0,-2.8779331207587333,-0.10996767267993235,-5.442176870748305,0.09942394199516322,-49.51176470588234,0,0,4.830609221560944,0.6638655462184874,-18011964300.607937,-352445633.65805817,0.7415255653581568,-4410556.747548401,0,0,,-40.14515029302886,51.40218911695507,1,1,-2.688721804511282,0.5613407658002084,1045.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.3166666666666,1182.3,1043.0,0.8298953471702397,1,0,0,none,1,-4.82051282051282,-0.2843601895734597,0,0.143,0,0,0,-16.141477054064836,-48.70580053371282,-32.56432347964798,1082.6,1203.0,1267.55,-10.97256857855362,0,0,44.5,4.154995331465919,0,0.04329004329004329,-121.75987798340383,1,0,-94.76439790575915,1,0,-13.068181818181824,14.157394714086578,0,0,0,0,0,0,4.480512186903297,0.9774970095267683,1.7452006980802786,-0.06424523357041922,-131.79411764705878,0,0,8.562196620401318,1.0,-22592756065.56101,-282824968.9362831,0.9518868738738839,-5130077.631369859,0,0,-3.7587624992662096,-38.87112997507064,45.456130493179835,1,1,-12.512781954887204,0.8154033882576281,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1241.9499999999998,1284.3,1061.0,-13.764644309352214,1,0,0,none,1,-4.758620689655173,-2.801120448179272,0,0.2,0,0,0,1.832921972099257,-106.99605816982125,-108.82898014192051,1222.8,1323.25,1701.8833333333334,-11.052333270357073,0,0,92.57142857142857,7.865032164097585,1,0.3415384615384615,-221.89146279858545,1,0,-60.91549295774647,0,0,-10.221205186880244,39.78898521728117,1,0,1,0,1,0,-3.1150226269468817,-2.7582414219885436,11.878743726728182,0.04247297385730328,-259.67352941176455,0,0,13.16545879554712,0.31932773109243695,-52715839149.253494,-1883397120.279396,2.0197803548029585,-28677587.961423755,0,0,-5.743215526938953,-31.005607575219862,18.819526904050928,0,1,-10.047368421052655,0.6316014037860725,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-3.571,0,0,2182.9,2380.0,1328.8,-46.08090155297998,0,0,0,none,1,-0.9491525423728814,-2.7187765505522514,0,0.3,0,0,1,2,0,0,1,0.5,0.0,-0.333,0,0.09745698334605461,16.206896551724142,6.364841766664753,6.022937319272224,27.258126770551872,31.323283082077054,40.46111920565537,28.83825301746621,0.011155112999824735,22.609080230296268 -212,2025-11-05 02:15:00,buy,1020.0,0.146,38,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38,0.0,14.893617021276597,-2.0113521850075626,15.50192645612698,19.153224207149023,-6.563508994608583,-4.55215680960102,3.6176826471193935,1035.8,1048.25,1055.6833333333334,-2.1225852611495344,0,0,6.785714285714286,0.6613756613756614,0,0.029411764705882353,-193.01310043667976,1,0,-96.55172413793103,1,0,-2.285714285714291,10.528043050472093,0,0,0,0,0,0,-12.606382978723403,-0.5235233937645534,-3.198400799600197,-0.22287449427887798,-20.326470588235452,0,0,1.4011470315763193,0.7478991596638656,-10593080387.747293,,0.7881265061483614,88344.45421478525,1,0,,-42.18295579551226,35.28442492163657,1,1,-1.462406015037597,0.832785741252561,1025.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1068.35,1076.0,1038.6,-3.964056722984033,0,0,0,none,1,-0.4117647058823529,-0.3898635477582846,0,0.344,-1,-1,0,0.0,36.666666666666664,-2.4977667438329045,29.595841959972716,28.734173435260885,-5.104401194244474,-2.6066344504115695,3.7600308474263584,1041.8,1053.85,1054.4,-1.8835697679935426,0,0,9.071428571428571,0.8773141751865156,0,0.21951219512195122,-207.1690657634781,1,0,-71.875,0,0,-2.083333333333337,33.73121208090974,0,0,0,0,0,0,0.0,-0.3103038318271323,-0.881410256410259,0.035881903522185885,-18.30882352941171,0,0,1.4904775234050276,0.5294117647058824,-12304776139.848139,-4454335.105438232,1.946689671967387,-1107707.666321829,0,0,,-41.702640160713,39.81259192416811,1,1,-1.4278195488721792,0.7271001912816176,1025.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1068.2833333333333,1074.0,1044.6,-3.209198558434867,0,0,0,none,1,-0.1919191919191919,-0.3868471953578337,0,0.435,0,0,1,0.07678933489016551,29.76190476190476,-2.2970531034298682,15.071770334928267,20.75491759702283,-3.417752791208841,-1.1206996877789728,4.549621083295021,1046.6,1054.3,1056.6,-1.925448164659016,0,0,12.285714285714286,1.1881735285990604,0,0.13636363636363635,-173.15284827975094,1,0,-86.36363636363636,1,0,-3.63466915191053,27.837410180206703,0,0,0,0,0,0,-22.278911564625844,-0.8719126457665229,-4.3434343434343425,0.10833424530671108,-13.55294117647054,0,0,2.787343357247349,0.9411764705882353,-15159514781.591866,-7295700.058597565,1.3735475809650586,-1263694.9954926372,0,0,,-41.64523290013435,24.112406571370947,0,1,-0.0962406015037311,0.002254373214353733,1028.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1065.9499999999998,1067.1,1039.5,-2.9973263286270257,0,0,0,none,1,-0.8481012658227848,-1.0638297872340425,0,0.32,-1,0,0,0.27114936965653885,51.37614678899082,-0.42224514062539686,50.83333333333332,60.50000000000009,-2.417150349279609,-1.9949052086542123,3.604443261990886,1052.6,1054.7,1066.35,-0.8248791125438526,0,1,13.928571428571429,1.3316033870527177,1,0.525,-184.64699838544033,1,0,-47.5,0,0,0.38387715930903177,69.30919298393619,0,0,0,0,0,0,4.317323259579062,-0.6338292385879556,-11.833333333333336,0.31213988727554726,-11.482352941176487,0,0,2.8361885184276843,0.7563025210084033,-14617319568.068752,-12723711.506134033,1.550120462890007,1018115.6192222834,0,0,,-40.9415740363938,37.750329162577835,1,1,0.13383458646615967,0.006940495394179291,1025.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1040.6,1070.6,1039.4,0.5189313857389966,1,0,0,none,1,-0.8813559322033898,-0.3824091778202677,0,0.389,0,0,0,0.25106903007973336,42.73504273504273,1.3283751121286063,33.333333333333094,59.829059829059645,-7.866863499441706,-9.195238611570312,4.011284579706217,1059.0,1056.55,1090.7666666666667,-0.9985329610524785,0,0,16.571428571428573,1.5842665938268232,1,0.11538461538461539,-145.8251150558846,1,0,-88.46153846153845,1,0,-1.9681349578256846,40.222604212275286,1,0,0,0,0,0,-7.264957264957268,-0.7701799974578645,-34.61538461538462,0.28270222705324544,-15.338235294117567,0,0,3.3617099690772854,0.6638655462184874,-16308342508.498026,-20656980.903572083,1.4706443553949915,-1763632.6300144792,0,0,,-40.80938837634087,17.109362752692626,0,1,0.053383458646609205,0.0008884937677660076,1043.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1044.1333333333332,1092.8666666666666,1043.0,0.17877665687653366,1,0,0,none,1,-1.163265306122449,-2.48565965583174,0,0.385,0,0,0,0.1954879710498336,38.421052631578945,2.837984165063684,23.12925170068036,23.809523809523892,-24.400894164017018,-27.238878329080702,7.515795587338031,1052.6,1070.5,1159.9666666666667,-2.2886501634750145,0,0,22.285714285714285,2.1305654192843484,0,0.061224489795918366,-113.76075058639508,1,0,-93.87755102040816,1,0,-1.3207547169811318,33.81084598862198,1,0,1,0,0,0,0.597218434687754,-0.3251143359981761,0.6802721088435391,0.17861445790635652,-47.141176470588334,0,0,4.796061473315883,0.6302521008403361,-18037807575.99549,-40232782.351257324,1.1191950983692374,-4696610.910399854,0,0,-12.084424131074574,-40.6140693466141,52.38392544066288,1,1,-2.593984962406024,0.5821027787368789,1046.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.7333333333333,1174.2,1043.0,0.025500446257797904,1,0,0,none,1,-4.512820512820513,-2.8680688336520075,0,0.0,0,0,0,-14.641025900145927,-50.86560585483039,-36.224579954684465,1075.4,1195.5,1263.4,-10.748640736093684,0,0,47.5,4.451733833177133,0,0.1,-119.01196025903346,1,0,-86.63101604278076,1,0,-14.090177133655391,13.562552169426226,0,0,0,0,0,0,-4.107252423610262,1.5004511539189096,-0.3291505621150348,0.002687373449834683,-134.40882352941162,0,0,8.45188036624728,0.9747899159663865,-22612232205.26807,-276316144.8249016,1.415347730573908,-15955359.51876095,0,0,-4.880935018438185,-39.06076734844619,51.84755774977045,1,1,-14.23458646616539,0.930139063878244,1042.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1237.8333333333335,1283.6666666666667,1050.3333333333333,-13.800996364615603,1,0,0,none,1,-3.689655172413793,-2.6241799437675724,0,0.222,0,0,0,-6.019745095336475,-116.3536615110911,-110.33391641575463,1194.4,1304.75,1699.1166666666666,-18.221881586510825,0,0,99.71428571428571,9.345293881376355,1,0.003472222222222222,-217.84163562465773,1,0,-99.64788732394366,1,0,-18.9209726443769,38.4659003440629,0,0,1,0,1,0,-6.3593581181520875,-7.852667067435732,-16.20446818844098,-0.13382267334349052,-267.47352941176473,0,0,14.6795119088446,0.42857142857142855,-52744617909.96691,-1926632897.8041763,1.8480275906934185,-86938726.98225868,0,0,-5.414491425057043,-37.240604711957225,21.548488239041408,0,1,-11.912030075187976,0.6201126470004421,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,neutral,0.142,0,0,2182.9,2380.0,1328.8,-51.120069632140726,0,0,0,none,1,-3.593220338983051,-9.090909090909092,0,0.273,-1,-1,1,2,0,0,1,0.5,0.0,-0.333,0,0.13209287258553273,12.09964412811388,6.035691204549718,5.6733913465996535,29.215636053673837,24.963924963924967,24.25665101721439,31.10004856726565,0.0,27.435772617392278 -213,2025-11-05 05:15:00,buy,991.0,0.15,38,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38,0.029491054051966278,7.142857142857139,-1.5461675787867688,14.522417153996301,14.619883040935834,-4.774963358354626,-3.228795779567857,3.231153499588524,1023.0,1032.7,1037.5833333333333,-1.5202866272876925,0,0,4.571428571428571,0.4495013344570867,0,0.0,-142.4460431654658,1,0,-100.0,1,0,-1.4534883720930258,13.54874471521343,0,0,0,0,1,0,-0.5494505494505404,-0.21248728595507638,0.0,-0.20077723605602565,-12.132352941176578,0,0,0.7793296141871668,0.01680672268907563,-10597972189.434566,-1405401.2919635773,2.856232301636953,-498851.8994719498,0,0,,-42.66831964096611,86.35324096193662,1,1,-1.374436090225552,0.9501093529467275,1017.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1069.25,1074.0,1017.0,-4.886602758943182,1,0,0,none,1,-0.19327731092436976,-0.19665683382497542,0,0.375,-1,0,1,0.06634964182311902,21.276595744680847,-1.9118336213246376,15.934065934066254,16.920044371025256,-5.227328472120917,-3.315494850796279,3.9118836239385972,1024.2,1034.55,1045.4333333333334,-1.6963897346672474,0,0,6.428571428571429,0.6321112515802781,0,0.0,-140.42553191489452,1,0,-100.0,1,0,-2.4928092042186045,7.474446087819871,0,0,0,0,0,0,-10.63829787234043,-0.41326307865266765,-3.703703703703706,-0.13239630801916966,-14.379411764705878,0,0,2.731982689103424,0.8823529411764706,-12314074286.089447,-5637396.448184967,2.4312347397482243,-379452.14856258035,0,0,,-42.639296547451764,43.73002206695667,1,1,-0.5812030075188079,0.11549652299854551,1017.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1068.3333333333335,1073.0,1022.6,-4.804992199687996,0,0,0,none,1,-0.45454545454545453,-0.19665683382497542,0,0.346,-1,0,1,0.010309244138765087,30.487804878048777,-1.3547966028936944,37.09090909090914,43.515151515151494,-6.513906812499954,-5.1591102096062595,3.9288294665838386,1028.8,1036.95,1051.6666666666667,-1.9239114711413374,0,0,15.357142857142858,1.5100435454417755,0,0.38095238095238093,-244.61152882205508,1,0,-60.0,0,0,-1.3579049466537318,17.378645703817156,0,0,0,0,0,0,-2.8455284552845512,-0.7631951229798135,-1.818181818181813,0.17367493197156555,-23.382352941176578,0,0,2.713093206099868,0.8319327731092437,-15177190417.223473,-15359424.358316422,6.326463195676445,-2116839.9945103377,0,0,,-42.57393798927941,19.48691237835266,0,1,-0.8007518796992479,0.21634256370777916,1001.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.4,1073.0,1001.0,-2.7166634780945165,1,0,0,none,1,-0.5443037974683544,-1.671583087512291,0,0.4,-1,0,1,0.12632071400597863,35.779816513761475,-1.1004232379264174,50.6256900993743,64.44522826101783,-6.009110288819784,-4.908687050893366,4.831228515028037,1038.0,1046.9,1054.7333333333333,-1.805330021969631,0,0,16.428571428571427,1.5981100611450805,0,0.22916666666666666,-148.02631578947364,1,0,-57.692307692307686,0,0,-1.4381591562799612,21.199214604260504,0,0,1,0,1,0,-0.3312945973496326,-0.5002367217341508,-13.675213675213676,0.2554671893147683,-14.373529411764594,0,0,3.29277199530342,0.9159663865546218,-14630431899.61256,-13528671.081407547,1.733093716947317,-1751134.6165526807,0,0,,-41.935847966553375,22.61946523051439,0,1,-1.6225563909774614,0.5763178437898,1017.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1054.5833333333335,1070.1666666666667,1029.8333333333333,-2.520742789411312,0,0,0,none,1,-1.0508474576271187,-0.19455252918287938,0,0.368,-1,0,0,0.050320247933506486,40.68965517241379,-0.8055069890657798,34.786967418546126,31.152306052487358,-10.093892891837413,-9.288385902771633,5.176552787121104,1038.2,1052.5,1077.4333333333334,-2.327790973871735,0,0,21.642857142857142,2.1053362979433015,0,0.1276595744680851,-204.51339915373828,1,0,-84.21052631578947,1,0,-3.655107778819122,31.77396405962088,0,0,0,0,1,0,-2.376038258243149,-0.690252406068188,6.453634085213029,0.24087889806971216,-27.858823529411666,0,0,3.539584701532033,0.7226890756302521,-16316674813.6003,-21792465.620500565,4.010145398961584,-5126011.092014015,0,0,,-41.79343563045017,15.293625105890415,0,1,-1.700751879699256,0.5456880499120116,1022.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1055.3,1096.0,1022.0,-2.586942101772005,1,0,0,none,1,-1.3673469387755102,-3.6964980544747084,0,0.357,0,0,1,0.09008176111725008,43.15068493150685,1.6744645571152148,28.15315315315324,23.59349145063439,-23.777372559522973,-25.45183711663819,8.0988181838049,1043.0,1063.3,1147.9666666666667,-3.3198532869368913,0,0,23.071428571428573,2.244302390216787,0,0.04477611940298507,-166.79702776691386,1,0,-91.8918918918919,1,0,-3.292568203198498,31.231642688972883,1,0,1,0,1,0,6.943788379782717,-1.0016494391475064,0.6618863761720917,0.09462962088269429,-50.7705882352941,0,0,4.7518339886726295,0.6218487394957983,-18043889674.014187,-47939555.379463196,2.550049029031263,-7252998.812957287,0,0,,-41.5988952755618,52.86750687644224,1,1,-2.9052631578947388,0.6373882515787339,1025.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1047.95,1178.0,1025.0,-1.9037167803807487,1,0,0,none,1,-4.051282051282051,-4.571984435797665,0,0.0,-1,0,1,-14.070619101627756,-53.81285383171917,-39.74223473009141,1066.4,1183.2,1258.7166666666667,-11.764705882352944,0,0,49.857142857142854,4.775588396278051,0,0.008,-115.53200163065641,1,0,-98.91891891891892,1,0,-14.144736842105265,12.184515664949345,0,0,0,0,0,0,-0.21153224000200055,0.5704067985181709,0.5261978396306777,-0.033022584012916474,-140.4411764705883,0,0,6.738852029614168,0.8067226890756303,-22620412915.663174,-237853468.74460602,2.392947126988767,-20031055.174664944,0,0,-4.2323030247235565,-40.307335630702845,57.98284548820943,1,1,-14.906766917293206,0.9480921515497625,1042.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1237.8333333333335,1283.6666666666667,1042.0,-15.659081728827262,1,0,0,none,1,-5.482758620689655,-6.992337164750957,0,0.25,0,0,1,-6.019745095336475,-116.3536615110911,-110.33391641575463,1194.4,1304.75,1699.1166666666666,-18.221881586510825,0,0,99.71428571428571,9.345293881376355,1,0.003472222222222222,-217.84163562465773,1,0,-99.64788732394366,1,0,-18.9209726443769,38.4659003440629,0,0,1,0,1,0,-6.3593581181520875,-7.852667067435732,-16.20446818844098,-0.13382267334349052,-267.47352941176473,0,0,14.6795119088446,0.42857142857142855,-52744617909.96691,-1926632897.8041763,1.8480275906934185,-86938726.98225868,0,0,-5.414491425057043,-37.240604711957225,21.548488239041408,0,1,-11.912030075187976,0.6201126470004421,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,neutral,0.142,0,0,2182.9,2380.0,1328.8,-51.120069632140726,0,0,0,none,1,-3.593220338983051,-9.090909090909092,0,0.273,-1,-1,1,3,0,0,1,0.75,0.0,-0.333,0,0.1157737460566892,11.88811188811188,6.561889044180396,6.32080733846496,30.619213969924942,24.963924963924967,24.25665101721439,31.10004856726565,0.0,27.435772617392278 -214,2025-11-05 06:33:00,buy,983.0,0.151,38,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38,0.018393686270424255,23.07692307692308,-1.7497900045004262,16.441779110444976,13.436045749301051,-2.9923006649711397,-1.2425106604707135,3.3640432038086248,1014.8,1024.6,1027.8,-1.620144446613303,0,0,6.642857142857143,0.6590136054421769,0,0.22857142857142856,-191.50265542018147,1,0,-72.41379310344827,0,0,-2.2308438409311293,8.669785916108495,0,0,0,0,0,0,-1.412872841444269,-0.4608132361729673,2.846195949644226,0.0049842525241381806,-7.982352941176487,0,0,1.776373165630641,0.4369747899159664,,,2.818925826916479,-900262.203253977,0,0,,-43.14570246550639,39.929735209299956,1,1,-0.7699248120300959,0.2794170001129833,1000.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,999.9833333333333,1052.6,991.0,0.8016800280004732,1,0,0,none,1,-0.5126050420168067,0.0,0,0.29,-1,0,1,0.17953085510028688,53.46534653465347,-0.7730681461831268,47.91666666666699,59.02777777777826,-3.998228945980145,-3.225160799797018,4.138981121571443,1018.6,1021.55,1034.3833333333334,-1.3264157407860577,0,1,12.5,1.2400793650793651,0,0.375,-155.3903345724906,1,0,-62.5,0,0,-2.135922330097084,37.29111019847407,1,0,0,0,0,0,4.374437443744377,-0.8564487866562818,-10.416666666666664,0.18396803479434765,-13.61470588235295,0,0,2.9627744073388196,0.9495798319327731,-12346592962.191175,-24423829.857395172,2.030438081640504,-1574559.9813242257,0,0,,-43.11542766917482,13.590488558648842,0,1,0.1390977443609079,0.00606068977290497,993.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,999.6666666666667,1070.3333333333333,995.6666666666666,0.8336112037345744,1,0,0,none,1,-0.45454545454545453,-0.0992063492063492,0,0.393,0,0,1,0.05328050767806957,32.075471698113205,-0.5535839554931528,47.85714285714291,61.5079365079365,-6.847791758176754,-6.2942078026836015,4.4191760076700675,1024.2,1028.3,1045.0833333333333,-1.9741320626276315,0,0,18.285714285714285,1.8140589569160999,0,0.26666666666666666,-195.1191891738855,1,0,-71.42857142857143,0,0,-1.850048685491723,22.914328967194635,0,0,0,0,0,0,-6.222400642312323,-0.9914766413132945,-15.476190476190482,0.21829855540219475,-17.24411764705883,0,0,3.1939940431191745,0.9831932773109243,-15192046799.931389,,3.4252303158816644,-4407651.818248317,0,0,,-43.055447600885344,19.989001806231204,0,1,-0.8992481203007622,0.21929303317015425,996.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,999.85,1073.0,996.0,0.8151222683402404,1,0,0,none,1,-0.35443037974683544,-1.2896825396825395,0,0.429,0,0,1,0.0,33.04347826086956,-1.7722513996212692,42.67028985507246,52.46915644741742,-8.760390632205826,-6.988139232584557,4.5456415230759815,1024.6,1035.25,1050.15,-2.632214440956293,0,0,19.428571428571427,1.9274376417233559,0,0.2708333333333333,-234.25863236289564,1,0,-71.73913043478261,0,0,-3.4482758620689613,15.487291414491978,0,0,0,0,0,0,-3.8497256226255914,-0.9822414529517394,-18.784838350055736,0.16012701227752618,-22.950000000000045,0,0,3.4245707877909908,0.9159663865546218,-14652284261.469254,-31544744.688566208,3.406451762930955,-5824136.869349718,0,0,,-43.026334931215224,19.14511569663321,0,1,-1.3390977443608973,0.4534524351567203,995.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1040.6333333333332,1069.0,995.0,-3.135910823536936,1,0,0,none,1,-0.864406779661017,-1.1904761904761905,0,0.375,-1,0,1,0.0,39.75903614457832,-2.306130011554881,13.725490196078196,17.956328730322358,-12.840833497003587,-10.534703485448706,6.1563378576972685,1026.0,1045.1,1070.6166666666666,-3.5498995311453396,0,0,24.571428571428573,2.437641723356009,0,-0.0196078431372549,-160.17759562841422,1,0,-101.96078431372548,1,0,-4.815864022662886,22.830210066867892,0,0,0,0,0,0,-5.446443307476478,-1.1211330514025128,-5.916752665978672,0.1489804624681462,-32.06176470588241,0,0,3.9175835591668413,0.8235294117647058,-16345244836.045193,-38380819.46219635,2.95411227247106,-8626680.598814964,0,0,,-42.89648128101873,15.204126426275456,0,1,-2.0646616541353615,0.5766671652890321,1009.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1010.45,1096.0,1009.0,-0.24246622791825878,0,0,0,none,1,-1.3673469387755102,-5.059523809523809,0,0.357,-1,0,1,0.1571473148050329,39.416058394160586,1.3823644269439477,25.225225225225316,26.95654838511989,-23.723881582958256,-25.106246009902204,7.9796634961397706,1039.2,1060.0,1144.0,-2.7358490566037785,0,0,25.571428571428573,2.480254953581821,0,0.08955223880597014,-149.10163582729965,1,0,-83.78378378378379,1,0,-3.734827264239027,45.579566297651304,0,0,0,0,0,0,-3.7346265373462657,-0.2921001301712671,-2.927927927927925,0.19562942050506751,-53.049999999999955,0,0,4.632003855262057,0.5966386554621849,-18047702776.207157,-49557909.112789154,2.249941691362971,-4113270.6263746023,0,0,,-41.40457990024019,50.56546380085734,1,1,-2.8345864661654296,0.6289071902921152,1031.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.75,1170.0,1025.0,-1.504657272510146,1,0,0,none,1,-3.871794871794872,-4.946653734238604,0,0.0,0,0,1,-14.070619101627756,-53.81285383171917,-39.74223473009141,1066.4,1183.2,1258.7166666666667,-11.764705882352944,0,0,49.857142857142854,4.775588396278051,0,0.008,-115.53200163065641,1,0,-98.91891891891892,1,0,-14.144736842105265,12.184515664949345,0,0,0,0,0,0,-0.21153224000200055,0.5704067985181709,0.5261978396306777,-0.033022584012916474,-140.4411764705883,0,0,6.738852029614168,0.8067226890756303,-22620412915.663174,-237853468.74460602,2.392947126988767,-20031055.174664944,0,0,-4.2323030247235565,-40.307335630702845,57.98284548820943,1,1,-14.906766917293206,0.9480921515497625,1042.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1237.8333333333335,1283.6666666666667,1042.0,-15.659081728827262,1,0,0,none,1,-5.482758620689655,-6.992337164750957,0,0.25,0,0,1,-6.019745095336475,-116.3536615110911,-110.33391641575463,1194.4,1304.75,1699.1166666666666,-18.221881586510825,0,0,99.71428571428571,9.345293881376355,1,0.003472222222222222,-217.84163562465773,1,0,-99.64788732394366,1,0,-18.9209726443769,38.4659003440629,0,0,1,0,1,0,-6.3593581181520875,-7.852667067435732,-16.20446818844098,-0.13382267334349052,-267.47352941176473,0,0,14.6795119088446,0.42857142857142855,-52744617909.96691,-1926632897.8041763,1.8480275906934185,-86938726.98225868,0,0,-5.414491425057043,-37.240604711957225,21.548488239041408,0,1,-11.912030075187976,0.6201126470004421,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,neutral,0.142,0,0,2182.9,2380.0,1328.8,-51.120069632140726,0,0,0,none,1,-3.593220338983051,-9.090909090909092,0,0.273,-1,-1,1,3,0,0,1,0.75,0.0,-0.333,0,0.1157737460566892,11.88811188811188,6.561889044180396,6.32080733846496,30.619213969924942,24.963924963924967,24.25665101721439,31.10004856726565,0.0,27.435772617392278 -215,2025-11-05 10:24:00,buy,997.0,0.149,38,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#38,0.0,22.448979591836732,-1.4660703834724913,29.766734279919074,29.506745226826535,-8.299077259666547,-6.833006876194055,3.6588527237599573,1018.8,1030.2,1047.8166666666666,-2.0578528441079436,0,0,6.714285714285714,0.6654396148945207,0,0.1282051282051282,-220.05842259006866,1,0,-82.75862068965517,1,0,-1.9436345966958202,16.40955605967997,1,0,1,0,1,0,-6.439909297052154,-0.5277111685947995,-2.586206896551726,-0.26779179443460993,-23.82941176470581,0,0,1.2352249901199386,0.4789915966386555,,,2.321466430070014,-768639.8302528299,0,0,,-43.039872681309376,64.53424376123341,1,1,-1.399999999999983,0.7725225225225228,1004.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,989.4166666666667,1060.0,988.1333333333333,1.9792807209635166,1,0,0,none,1,-0.3025210084033613,0.0,0,0.382,-1,0,1,0.0,19.40298507462687,-3.339379717009935,16.84981684981717,17.543837335504495,-7.6936982226116015,-4.3543185056016664,5.845175376975166,1023.8,1040.7,1038.0833333333333,-3.0460267127894736,0,0,9.071428571428571,0.8990513945915333,0,0.07407407407407407,-161.74157768396674,1,0,-90.47619047619048,1,0,-3.259827420901251,14.613997722185232,0,0,0,0,0,0,-1.9084903352092084,-0.6696593700192452,-4.232804232804234,-0.22706956374894402,-27.344117647058738,0,0,1.7521192344147292,0.2184873949579832,-12359017014.004843,-3933870.4382076263,3.1162995024615703,-491214.0634932071,0,0,,-43.01050527108242,66.93730991772972,1,1,-2.4526315789473423,0.9103459344734317,1005.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1000.7,1059.0,993.0,0.8294194064154992,1,0,0,none,1,-0.2828282828282828,-0.19821605550049554,0,0.419,-1,-1,1,0.0,20.98765432098766,-4.919963156450432,24.55883875762177,21.03618831813557,-3.8435349815979407,1.0764281748524913,5.585256806162234,1025.8,1047.9,1040.4333333333334,-3.7121862773165426,0,0,11.428571428571429,1.132663174288546,0,0.13793103448275862,-215.57632398753876,1,0,-86.20689655172413,1,0,-4.17853751187085,14.005767002757295,0,0,0,0,0,0,-2.3000169118890597,-1.1455330490460347,3.486590038314173,-0.14499672605525454,-14.7676470588234,0,0,2.4322654595941984,0.35294117647058826,-15208458324.461203,-16113940.845363617,3.2638827143088025,-2575585.050184816,0,0,,-42.95247096089992,49.87529764230775,1,1,-1.975939849624043,0.6382774380269465,1001.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,997.2666666666667,1066.9333333333334,996.0,1.1765492345745088,1,0,0,none,1,-0.7088607594936709,-0.5946481665014867,0,0.318,-1,-1,1,0.2976047429772189,61.78861788617886,-1.9068703489527268,41.29595131644311,55.488905447921944,-1.482848221455015,0.42402212749771184,7.2501915298942174,1034.8,1039.25,1047.6,-1.467404378157322,0,1,15.714285714285714,1.5345982142857142,0,0.47540983606557374,-115.93625498007988,1,0,-58.18181818181818,0,0,-3.2136105860113395,45.594268809455244,1,0,0,0,0,0,1.4711575687185459,-1.0367730058379034,-12.290114257327367,0.23052181576950068,-8.976470588235316,0,0,4.5257895056353625,0.9663865546218487,-14670899943.456293,-18174824.52937317,2.2061014380142683,-1904550.1354266703,0,0,,-42.07744218448718,28.79543198677081,1,1,0.9932330827067285,0.09730862923244155,1001.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1055.4333333333334,1069.0,995.0,-2.978239585636233,1,0,0,none,1,-0.7627118644067796,-0.5859375,0,0.412,0,0,1,0.3496570261122892,45.96273291925466,2.2413350463953376,85.54778554778532,99.24648994416418,-4.246184230763674,-6.487519277159012,5.834332755189175,1050.0,1043.15,1063.7333333333333,-0.8771509370656294,0,0,26.571428571428573,2.569770654877038,0,0.6346153846153846,-132.74485077763717,1,0,-36.53846153846153,0,0,0.5836575875486361,28.911362591365574,0,0,0,0,0,0,-4.0372670807453375,-1.2000482481936459,-15.2097902097902,0.39351567155937467,-6.488235294117658,0,1,4.485022901619708,0.9495798319327731,-16400142950.876078,-83468137.27577782,1.5976875538717539,-1847072.979478538,0,1,,-41.38428958617304,17.830853722509588,0,1,-0.5060150375939692,0.03871140720245969,1001.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1056.4166666666665,1067.5,1007.3333333333334,-2.1219531434881977,1,0,0,none,1,-0.9387755102040817,-0.5802707930367506,0,0.467,0,0,0,0.17602455300716,37.414965986394556,3.6903995826672826,71.44644644644653,60.443777110443854,-18.1719071371067,-21.862306719773983,4.761358725145101,1043.0,1050.2,1129.35,-1.542563321272139,0,0,31.214285714285715,3.0187897209173804,1,0.24324324324324326,-139.2964635063962,1,0,-66.66666666666666,0,0,-3.0927835051546393,42.42948540484868,0,0,1,0,1,0,-11.422243315931027,-0.849106651493539,3.003003003003002,0.31733385957171695,-29.976470588235316,0,0,5.197704711496571,0.6638655462184874,-18064770383.68754,-31575243.492908478,1.8345795373515945,-523754.05626910925,0,0,,-41.18341200954411,40.89102364915125,1,1,-0.9759398496240653,0.21331838960191973,1030.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1027.35,1166.0,1025.0,0.6472964423030136,1,0,0,none,1,-3.4358974358974357,-3.5783365570599615,0,0.0,0,0,1,-11.847359733308117,-54.55143439672656,-42.704074663418446,1059.6,1172.0,1254.05,-9.897610921501709,0,0,51.0,4.829545454545454,0,0.056,-97.2638705636188,0,0,-92.3076923076923,1,0,-10.280373831775702,20.5464832493752,0,0,0,0,0,0,5.148925148925159,2.2232593683196384,0.8189018660222835,0.08176967392428285,-139.7705882352941,0,0,6.941863808338624,0.8571428571428571,-22629013624.71776,-186556495.83135605,1.630244947977782,-7437167.322226167,0,0,-4.2041021313912195,-39.57398701163585,63.62073269280409,1,1,-15.195488721804528,0.958719381212988,1056.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.1666666666665,1283.6666666666667,1042.0,0.939939461526218,1,0,0,none,1,-5.482758620689655,-5.965909090909091,0,0.25,0,0,0,-6.019745095336475,-116.3536615110911,-110.33391641575463,1194.4,1304.75,1699.1166666666666,-18.221881586510825,0,0,99.71428571428571,9.345293881376355,1,0.003472222222222222,-217.84163562465773,1,0,-99.64788732394366,1,0,-18.9209726443769,38.4659003440629,0,0,1,0,1,0,-6.3593581181520875,-7.852667067435732,-16.20446818844098,-0.13382267334349052,-267.47352941176473,0,0,14.6795119088446,0.42857142857142855,-52744617909.96691,-1926632897.8041763,1.8480275906934185,-86938726.98225868,0,0,-5.414491425057043,-37.240604711957225,21.548488239041408,0,1,-11.912030075187976,0.6201126470004421,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,neutral,0.142,0,0,2182.9,2380.0,1328.8,-51.120069632140726,0,0,0,none,1,-3.593220338983051,-9.090909090909092,0,0.273,-1,-1,1,3,0,0,1,0.75,0.0,-0.333,0,0.18413969041974118,17.037037037037038,7.38079091020268,6.659457052977603,31.335405624893063,24.963924963924967,24.25665101721439,31.10004856726565,0.0,27.435772617392278 -216,2025-11-06 07:57:00,sell,1112.0,0.65,38,고점 매도 · 비중 65% · 분할 · leg#38,0.992317182706877,73.33333333333333,0.5366414885168691,100.0,100.0,2.7131270011541346,2.1764855126372655,1.1953707997588487,1108.6,1104.5,1100.6333333333334,0.5885015844273367,0,0,1.4285714285714286,0.12858428700012858,0,1.0,187.36383442265912,0,1,-0.0,0,1,0.5429864253393646,,0,0,0,1,0,1,0.0,0.09010830363710776,0.0,1.5683375855962132,8.176470588235361,0,0,0.5231225413475509,0.6134453781512605,-10631477622.930952,,2.410373014341825,213130.8067575395,0,0,,-37.167618696222384,24.959958465044714,0,1,0.5203007518796856,0.8696814500018147,1110.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1100.85,1104.7,1092.8,0.9220148067402567,0,0,0,none,1,0.10084033613445378,-0.18001800180018002,1,0.656,1,1,1,0.9739366812312864,85.71428571428572,1.0244313995623147,103.03030303030334,107.74410774410823,2.6139004985454903,1.5894690989831757,1.7425244726696039,1108.2,1101.9,1100.7,0.825846265541319,0,0,2.357142857142857,0.21216407355021216,0,1.0,147.16981132075142,0,1,-0.0,0,1,1.0000000000000009,94.18409883079988,0,0,0,0,0,0,1.5037593984962427,0.09175014753632071,-5.555555555555557,1.2700348846047453,8.220588235294144,0,0,0.5911422534149835,0.04201680672268908,-12379328433.148026,-140357.46153831482,1.8295880716495225,248356.3376222551,0,0,,-37.13584462208017,50.14275885792914,1,1,0.7744360902255158,0.9109972281091059,1112.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1095.25,1104.0,1076.0,1.4380278475234043,0,0,0,none,1,0.35353535353535354,-0.09000900090009001,1,0.727,1,1,1,0.9805234417734696,63.333333333333336,0.563484946979901,108.88888888888897,110.21164021164024,2.6881457540714564,2.1246608070915554,1.3231105792948024,1105.4,1101.0,1093.35,0.6357856494096259,0,0,3.7857142857142856,0.3416709644146467,0,1.0,203.76647834274996,0,1,-0.0,0,1,1.0948905109489093,66.19023182411937,0,0,0,0,0,0,3.9583333333333357,0.17059465343228442,0.0,0.9437038818333691,6.902941176470449,0,0,0.8320709791972991,0.0,-15237791961.74036,,1.4333846042950389,139958.6303973794,0,0,,-37.24539998711218,22.002262522423813,0,1,0.21654135338343844,0.12373791621912467,1108.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1078.55,1104.2,1054.8,2.730517824857448,0,0,0,none,1,0.5063291139240507,-0.36101083032490977,1,0.714,0,0,0,1.0,66.66666666666666,-0.2147544701834052,107.19696969696969,88.23232323232334,4.219095157373204,4.433849627556609,1.303301537188425,1102.4,1100.3,1083.1166666666666,0.6998091429610165,0,0,4.285714285714286,0.3867973182052604,1,1.0833333333333333,233.75527426159766,0,1,9.090909090909092,0,1,0.36231884057971175,50.70458822913427,0,1,0,1,0,1,16.666666666666657,0.4072109372961057,9.696969696969688,1.0275769875780911,9.532352941176669,0,0,0.8735642967481054,0.01680672268907563,-14700909972.983438,-1688243.5717430115,1.62608312127799,293415.6071139276,0,0,,-37.21613744986422,24.307086825465944,0,1,0.2135338345864826,0.12416791364159463,1108.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1078.0666666666666,1101.4,1052.8666666666666,2.776575350936872,0,0,0,none,1,0.576271186440678,-0.45126353790613716,1,0.75,0,0,0,0.8182348208301994,70.0,-0.3973903471998721,98.5797827903089,98.37092731829557,9.151878235292088,9.54926858249196,3.4063627379793395,1100.2,1093.15,1064.7,1.0840232356035262,0,0,7.071428571428571,0.6399482870071105,1,1.037037037037037,124.64985994397952,0,1,5.263157894736842,0,1,0.9132420091324311,50.81543101422563,0,0,0,1,0,1,2.142857142857139,0.1307246912563631,2.842170943040401e-14,0.9550817448692586,20.126470588235406,0,0,1.8736780217707187,0.0,-16417581959.513123,-3310275.8453731537,1.0705556636010356,-149601.21920102835,0,1,-1.6850736355583058,-37.24995649525742,38.371270090018406,1,1,1.3451127819548914,0.7307420870660734,1105.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1054.2166666666667,1079.9666666666667,1004.4333333333333,4.817162822316723,0,0,0,none,1,1.4489795918367347,-0.7239819004524887,1,0.889,1,0,0,0.8009465783446971,59.42028985507247,3.9043476465919342,106.4909034844281,110.07809190025303,9.4321403556919,5.527792709099965,6.577001208156201,1100.2,1078.65,1079.9833333333333,1.9793260093635467,0,0,12.928571428571429,1.1753246753246753,0,1.0425531914893618,113.22522522522453,0,1,4.25531914893617,0,1,3.092783505154628,60.40386558825198,0,1,0,1,0,0,-1.6908212560386389,-0.7087971953375689,-5.248226950354592,0.8347459215181503,40.305882352941126,0,0,3.5956399251875237,0.37815126050420167,-18074190738.418682,-7351837.882102966,0.7462424229782233,1352181.9039872885,0,0,,-37.332737750906034,24.21427944199012,0,1,2.6263157894736953,0.7674763076215855,1099.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1026.2166666666667,1098.0,1025.0,7.1898397024669825,0,0,0,none,1,1.0256410256410255,-1.2727272727272727,0,0.75,0,0,0,3.2888914599428176,-43.93005990676966,-47.218951366712474,1072.0,1119.15,1230.0333333333333,-1.264352410311409,0,0,46.92857142857143,4.246929541047188,0,0.34054054054054056,-4.9574182845789245,0,0,26.0,0,1,1.3761467889908285,30.980809605722754,0,0,0,0,0,0,7.959072799710256,4.324481315216808,34.837465564738295,0.4471627002723425,-84.0205882352941,0,0,7.364197888748219,0.9243697478991597,-22646934315.98196,-64393294.15488434,0.4264110428043124,-8481705.888421535,0,1,-3.196705971948708,-36.68386307920044,67.49406839915079,1,1,-10.02330827067667,0.7233177083933037,1104.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.1666666666665,1283.6666666666667,1042.0,5.623705591843242,1,0,0,none,1,-3.1724137931034484,-1.809954751131222,1,0.25,0,0,0,-8.790556812006798,-121.32211243076313,-112.53155561875633,1167.6,1287.95,1695.8,-16.145813113863117,0,0,88.42857142857143,8.187830687830688,0,0.04861111111111111,-158.28692868479797,1,0,-95.07042253521126,1,0,-21.908893709327547,43.09635253111724,0,0,0,0,0,0,4.84376734376734,-2.770811716670323,-9.467918622848204,-0.11339382213103842,-276.2470588235294,0,0,14.82188227167253,0.42857142857142855,-52805493204.424385,-1519392379.4974136,0.6764683148541384,-95483921.92917585,0,0,-5.423625716331928,-36.40411021464717,22.143267733123093,0,1,-13.366165413533816,0.6433761335597084,1068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,0,below_cloud,below,-8.107,0,0,2182.9,2380.0,1285.0,-50.52453158642174,0,0,0,none,1,-6.830508474576271,-0.6481481481481481,0,0.273,0,0,0,0,3,0,1,0.0,0.75,-0.333,1,0.4492640393615533,38.63636363636364,54.947658402203864,29.176002448729733,24.920241863978788,29.807692307692307,14.788732394366187,26.50216753907864,0.0,30.617474745739713 -217,2025-11-06 08:30:00,sell,1111.0,0.35,38,고점 매도 · 비중 35% · 분할 · leg#38,0.44099770873666416,50.0,-0.6239930761937766,26.666666666666874,21.85185185185203,1.5429761702894211,2.1669692464831978,0.9172917742055035,1107.8,1108.6,1102.05,-0.05412231643513454,0,0,2.4285714285714284,0.21918514698298092,0,0.42857142857142855,32.723772858514636,0,0,-80.0,0,0,-0.4492362982928988,57.58328110690036,0,0,0,0,0,0,-2.941176470588232,-0.028688020795522906,6.666666666666664,0.5188019816238572,2.82941176470581,0,0,0.4283032429074376,0.19327731092436976,-10631927736.66836,,1.9503628650111942,-102630.17968963087,0,0,,-37.33557699356824,44.38989581846725,1,1,0.17293233082704326,0.16194802968335864,1109.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1101.3666666666668,1112.0,1092.9333333333334,0.6022820132562501,1,0,0,none,1,0.1092436974789916,-0.36101083032490977,0,0.636,0,0,1,0.6337678423165082,60.869565217391305,0.08639034674353896,64.35185185185217,72.16049382716098,2.5485809811145828,2.462190634371044,1.487285600682472,1108.8,1105.8,1102.1166666666666,0.1989509857116989,0,0,2.4285714285714284,0.21918514698298092,0,0.7692307692307693,72.86149895682864,0,0,-50.0,0,0,0.1808318264014508,69.41669464427636,0,1,0,1,0,1,-5.7971014492753525,-0.20944730128647304,-12.962962962962962,0.6800418604306249,6.835294117646981,0,0,0.7074681645311132,0.33613445378151263,-12379381389.28137,-13364.909986495972,1.3929632015399245,117401.80225238204,0,0,,-37.30405743128359,57.076136797499025,1,1,0.6090225563909584,0.7679144935814058,1108.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1095.7,1111.0,1078.1333333333334,1.1225700465455901,1,0,0,none,1,0.26262626262626265,-0.36101083032490977,1,0.68,0,0,0,0.8668608387792746,66.66666666666666,0.8268887263198641,113.33333333333341,112.96296296296298,3.6220885412892585,2.7951998149693944,1.8667523002498285,1109.8,1102.45,1095.0166666666667,0.6848383146627945,0,0,3.7142857142857144,0.33462033462033464,0,1.0666666666666667,125.82445459157745,0,1,6.666666666666667,0,1,1.3698630136986356,72.62669975550628,0,0,0,0,0,0,4.16666666666665,-0.08778882805144761,2.2222222222222285,0.9188996475111548,8.59117647058838,0,0,0.8266571597181878,0.0,-15238716483.296904,-1056316.958032608,0.9541505648691528,350349.958100453,0,0,,-37.13058726372848,25.19925907425908,1,1,0.6172932330827082,0.5038251758235427,1110.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1079.0333333333333,1109.0,1064.5333333333333,2.86985264588675,0,0,0,none,1,0.5569620253164557,-0.36036036036036034,0,0.714,0,0,0,0.8032375893101992,58.82352941176471,0.23069212485816148,121.2121212121212,117.92929292929303,4.804815033354316,4.574122908496155,1.5563868049112644,1107.2,1101.8,1084.4666666666667,0.47195498275549586,0,0,4.428571428571429,0.40005161956381474,1,1.0,151.89873417721552,0,1,-0.0,0,1,0.6363636363636349,51.07933149365703,0,1,0,0,0,0,-10.141987829614592,-0.09970887404185813,-4.166666666666671,0.8425432503453208,11.479411764705901,0,0,1.0341181398227504,0.04201680672268908,-14702587363.57085,-2968748.410774231,0.9864462777498245,459115.19588908553,0,0,,-37.27126648027884,24.390629014271294,0,1,0.29624060150373394,0.1671231342962216,1108.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1078.0666666666666,1107.0,1052.8666666666666,2.683816708923392,1,0,0,none,1,0.864406779661017,-0.5420054200542005,0,0.692,-1,-1,0,0.96846006920863,69.49152542372882,0.1288596670478359,122.08405629458237,106.41454062506676,9.710343166301755,9.581483499253919,3.5387463011947657,1102.8,1094.85,1065.8166666666666,1.6577613371694833,0,0,7.285714285714286,0.6546014632268001,1,1.2692307692307692,143.0844907407412,0,1,53.84615384615385,0,1,1.6438356164383494,51.29238931788113,0,1,0,1,0,0,-0.5084745762711833,0.526250014247708,23.50427350427347,1.1479966209612795,20.88823529411752,0,0,1.8993854313526843,0.01680672268907563,-16417977916.063082,-3713793.1502189636,0.8818135946408541,147366.19326901436,0,0,-1.6320941835174947,-36.79411984444469,41.45333295468997,1,1,1.4052631578947221,0.7367077619436389,1112.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1055.25,1102.5,1004.5,5.472636815920406,0,0,0,none,1,1.163265306122449,-0.5390835579514826,1,0.9,1,1,0,0.9263893534362843,71.96969696969697,4.034648739638354,107.83477700221465,108.6882703071418,10.571103633647908,6.536454894009554,6.8308960712794535,1103.8,1081.5,1079.1166666666666,2.9126213592232997,0,0,11.928571428571429,1.0717494544987807,0,1.1272727272727272,122.65084075173219,0,1,12.727272727272727,0,1,3.151065801668218,59.65834929333996,0,0,0,1,0,0,12.5494071146245,0.13030109304641968,1.3438735177865482,1.0747622538069357,40.15294117647045,0,0,3.2357770056180453,0.3697478991596639,-18081153927.05597,-14823914.451339722,0.7220183544761443,530777.31396842,0,0,,-36.58935046919293,23.147560446699693,0,1,2.759398496240591,0.7812831724427566,1107.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1026.35,1081.7,1025.0,8.442539094850687,0,0,0,none,1,1.794871794871795,-0.08984725965858043,1,0.8,1,1,0,6.76801092107749,-38.75893771536562,-45.52694863644311,1083.4,1113.1,1225.0166666666667,-0.008983918785365752,0,0,43.285714285714285,3.889102810935695,0,0.3901098901098901,-9.071056610112548,0,0,42.0,0,1,5.000000000000004,33.85810699963986,0,0,0,0,0,0,-0.9440559440559468,3.4791194611346725,44.853994490358126,0.4899757965974889,-76.18529411764712,0,0,7.322329258706815,0.907563025210084,-22657482403.711052,-72130171.00469208,0.6070532922372535,2422268.1087076664,0,0,-3.2215221740955156,-36.208184707039514,63.697781952082515,1,1,-8.297744360902257,0.583408553109876,1093.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.1666666666665,1283.6666666666667,1042.0,6.388402102915425,1,0,0,none,1,-3.103448275862069,-1.6172506738544474,0,0.25,0,0,0,-8.790556812006798,-121.32211243076313,-112.53155561875633,1167.6,1287.95,1695.8,-16.145813113863117,0,0,88.42857142857143,8.187830687830688,0,0.04861111111111111,-158.28692868479797,1,0,-95.07042253521126,1,0,-21.908893709327547,43.09635253111724,0,0,0,0,0,0,4.84376734376734,-2.770811716670323,-9.467918622848204,-0.11339382213103842,-276.2470588235294,0,0,14.82188227167253,0.42857142857142855,-52805493204.424385,-1519392379.4974136,0.6764683148541384,-95483921.92917585,0,0,-5.423625716331928,-36.40411021464717,22.143267733123093,0,1,-13.366165413533816,0.6433761335597084,1068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,0,below_cloud,below,-8.107,0,0,2182.9,2380.0,1285.0,-50.52453158642174,0,0,0,none,1,-6.830508474576271,-0.6481481481481481,0,0.273,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,0.4996110154683023,37.69230769230769,99.80165289256199,58.28650137741048,23.095825291961944,29.807692307692307,14.788732394366187,26.50216753907864,0.0,30.617474745739713 -218,2025-11-07 01:42:00,buy,1038.0,1.0,39,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#39,0.10713128961342482,31.578947368421055,0.17076038011481653,11.111111111111306,15.410052910053082,-5.184306081945579,-5.355066462060395,1.1176733628775546,1044.2,1047.6,1065.2833333333333,-0.43909889270713487,0,0,3.142857142857143,0.3013285851253253,1,0.3333333333333333,-192.32613908873108,1,0,-66.66666666666666,0,0,-0.8555133079847899,26.56004582572021,1,0,1,0,0,0,3.8011695906432834,0.03920869861106269,2.777777777777777,0.0019158140593550665,-11.182352941176532,0,0,0.7301447284517933,0.44537815126050423,-10644145400.672657,,2.5005006289538025,-115285.64277494326,0,0,,-40.95795431180734,42.81204284461122,1,1,-0.3473684210526514,0.4928876244665612,1039.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1071.1166666666668,1086.0,1049.9666666666667,-2.6249863849253985,0,0,0,none,1,-0.24369747899159663,-0.09587727708533077,0,0.419,0,0,1,0.173436943462896,24.48979591836735,-0.7123128430531409,13.737373737374059,10.321735877291916,-7.238035118067046,-6.525722275013905,3.877300052707981,1044.2,1054.35,1066.7,-1.2661829563237914,0,0,6.214285714285714,0.5969534787978592,0,0.09090909090909091,-121.91358024691438,1,0,-80.0,0,0,-0.7626310772163913,17.712605535832154,0,0,1,0,0,0,1.412872841444269,0.0010078997766216347,1.7283950617283939,0.017515869349488608,-18.42058823529419,0,0,1.251732080009507,0.7563025210084033,-12401273267.481339,-1473700.9598445892,3.177827825694022,-420535.7031582296,0,0,,-41.040850472484394,56.962310166969395,1,1,-1.5556390977443633,0.8109186700342867,1038.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1070.8,1086.0,1049.2,-2.7829660067239415,0,0,0,none,1,-0.30303030303030304,-0.5763688760806917,0,0.385,-1,0,1,0.0891244548497191,22.222222222222214,-3.0769538723046486,0.6805555555556122,4.972222222222208,-7.647452519863236,-4.570498647558588,5.618632176597848,1045.6,1065.6,1068.9666666666667,-2.308558558558549,0,0,8.857142857142858,0.8508302456429258,0,-0.025,-129.38825165102577,1,0,-104.0,1,0,-2.3452157598499057,12.479596094168542,0,0,0,0,0,0,-11.111111111111114,0.043120680362642716,-8.0,-0.01955105541397331,-21.376470588235406,0,0,2.01884791418604,0.9327731092436975,-15271091585.706228,-4083602.657875061,2.0069037286610363,-461764.96520887315,0,0,,-40.98406585914995,51.74188676455001,1,1,-2.392481203007475,0.8942016524114278,1042.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1070.3666666666668,1088.0,1042.0,-2.743608109370632,0,0,0,none,1,-0.5822784810126582,-0.9606147934678195,0,0.36,0,0,1,0.05786837715751383,38.66666666666667,-3.0593231700633017,7.207792207792207,9.069264069264177,-6.329434126011165,-3.2701109559478634,4.611529927623035,1050.6,1066.75,1073.9166666666667,-2.03890321068666,0,0,11.428571428571429,1.0936431989063569,0,0.1590909090909091,-182.7057182705719,1,0,-84.0909090909091,1,0,-3.508771929824561,28.661793870785985,0,0,0,0,0,0,-1.0593607305936033,-0.17636309861538058,6.255411255411254,0.09526919316090017,-21.620588235294235,0,0,2.058534460262915,0.9747899159663865,-14748454369.907757,-16366852.091342926,2.280268261870281,-1480828.2282444835,0,0,,-40.729929643651076,13.250259427271256,0,1,-1.1601503759398875,0.3114592483819374,1038.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1072.4499999999998,1089.2333333333333,1038.0,-2.559559886241769,1,0,0,none,1,-0.6949152542372882,-0.5741626794258373,0,0.417,0,0,1,0.0,32.432432432432435,-2.013694220634128,19.04761904761882,33.097798259088414,-6.510088522182059,-4.496394301547931,3.4014996778593662,1060.2,1069.15,1082.2333333333333,-2.258803722583369,0,0,12.642857142857142,1.2098427887901573,0,-0.06451612903225806,-262.2036262203587,1,0,-106.4516129032258,1,0,-2.518656716417911,26.95672587808488,0,0,0,0,0,0,-1.8532818532818567,-0.9861027814871357,-8.817204301075268,0.0251905795592568,-19.379411764705765,0,0,2.193722236002065,0.1092436974789916,-16476787334.60763,-13526090.477119446,1.959093453050814,-1647795.4249073863,0,0,,-40.60019068814874,25.731939454484085,1,1,-0.7315789473684398,0.22661689083106518,1047.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1070.0,1107.0,1047.0,-2.336448598130836,0,0,0,none,1,-0.9183673469387755,-1.5311004784688995,0,0.455,0,0,1,0.010246119938011002,30.188679245283026,-3.31208510329581,43.04689304689314,38.998730394079324,-5.101972945873058,-1.7898878425772482,6.199982149525893,1066.2,1081.85,1068.9333333333334,-3.036465314045378,0,0,13.5,1.2869399428026693,0,0.017241379310344827,-167.46987951807282,1,0,-97.43589743589743,1,0,-1.8709073900841866,37.26279154035365,0,0,0,0,1,0,-3.8538739462063347,-1.006298081489736,1.965811965811966,0.021164464976971397,-18.63823529411752,0,0,3.0542661928067147,0.3277310924369748,-18135774884.903576,-25285458.867099762,1.2834161780850202,-1530730.710299611,0,0,-4.96610974884769,-40.181087179804464,30.232437415860375,1,1,-2.5075187969924615,0.7826389259782245,1048.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1069.2666666666667,1100.9333333333334,1030.0,-1.895380011222647,1,0,0,none,1,0.38461538461538464,-1.5252621544327931,0,0.556,-1,-1,0,5.900509550459795,-32.806972131888415,-38.70748168234821,1083.4,1084.95,1204.7166666666667,-1.746624268399466,0,1,36.0,3.377110694183865,0,0.19834710743801653,-56.975203482870036,0,0,-52.0,0,0,0.9469696969697017,43.3521385009132,0,0,0,0,0,0,5.841027699718978,-0.6548974964418619,-18.66666666666667,0.2526572635748465,-72.25882352941176,0,0,6.98517175611305,0.8235294117647058,-22682703681.213192,-53690056.49543381,0.45045767136625275,1386328.4489336312,0,0,-2.4175126142194237,-38.857543827637876,38.78310130144195,1,1,-2.521052631578941,0.1824070543867271,1062.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1046.1666666666665,1192.0,1042.0,1.8958101003664352,1,0,0,none,1,-8.517241379310345,-2.8142589118198873,0,0.143,0,0,0,-9.933950983934295,-124.9489943486742,-115.01504336473991,1124.8,1275.75,1688.85,-16.44130903390163,0,0,88.35714285714286,8.28866255695524,0,0.0,-128.4516537796724,1,0,-100.0,1,0,-21.212121212121215,48.867660950884506,0,0,0,0,0,0,1.8788494299567589,-1.143394171927497,-13.028169014084506,-0.0912634054804743,-283.8294117647058,0,0,13.906017980221032,0.40336134453781514,-52797098182.73511,-1481989234.2822037,1.0717716376419095,-103298332.462098,0,0,-5.295313395885146,-37.11575452448813,23.00683769093398,0,1,-16.18872180451132,0.7562326916168632,1068.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,0,below_cloud,below,-3.972,0,0,2182.9,2380.0,1066.0,-51.165880251042196,1,0,0,none,1,-17.06779661016949,-10.22514071294559,1,0.2,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.36433928445733244,51.595744680851055,56.0,77.55555555555556,12.87494512624863,31.686541737649065,1.7605633802816805,13.601982263954083,0.02387266018501889,34.53132735517892 -219,2025-11-07 16:57:00,sell,1141.0,0.65,39,고점 매도 · 비중 65% · 분할 · leg#39,1.0,72.72727272727272,0.9639433232835759,103.33333333333353,91.23456790123475,4.443046271106596,3.4791029478230198,2.125954570715604,1124.8,1118.75,1107.7333333333333,1.452513966480451,0,0,5.928571428571429,0.5223410950283197,0,1.0952380952380953,256.2620423892103,0,1,10.0,0,1,0.9786476868327343,82.22566111510086,0,0,0,0,0,1,8.624708624708617,0.718754602776623,10.740740740740733,1.1571576609053227,10.958823529411802,0,0,1.0292957000445389,0.8487394957983193,-10654280271.437742,266843.1376171112,1.216036693805877,569485.7235827595,0,0,,-35.69639362248884,15.62116048107075,0,1,0.6563909774436101,0.42651977916506933,1134.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1104.25,1130.7,1075.5,2.7846954946796565,0,0,0,none,1,0.6134453781512605,-0.7048458149779736,1,0.778,1,1,0,1.0,80.48780487804878,0.7498653187148401,100.01633986928135,81.7701525054471,7.283022315534936,6.533156996820096,2.327490963116986,1123.4,1116.7,1096.65,1.7283066177129047,0,0,5.857142857142857,0.5155935613682092,0,1.04,302.0979020979083,0,1,4.166666666666666,0,1,1.883408071748871,86.78334676387202,0,0,0,0,0,0,13.82113821138212,0.7923978660540056,18.055555555555557,1.3385843956203354,15.711764705882388,0,0,1.0783998337741258,0.6722689075630253,-12410276885.299856,-547156.7120304108,1.389058471351012,858367.8661552668,0,0,,-35.60680187869969,25.834885613799816,1,1,0.8135338345864636,0.5486434860524532,1137.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1102.4166666666665,1132.1666666666667,1055.6666666666667,3.046337591654713,0,0,0,none,1,0.8888888888888888,-0.7922535211267605,1,0.778,1,1,0,0.9154169894886849,77.58620689655173,0.8092426633385443,105.63888888888896,112.8659420289855,11.473850560251549,10.664607896913004,5.3174147186095855,1119.6,1104.6,1078.5833333333333,2.208944414267622,0,0,8.357142857142858,0.7402252309249653,0,1.0192307692307692,166.3768115942027,0,1,4.0,0,1,2.357207615593837,76.71067462916494,0,0,0,1,0,1,4.116819141449682,0.4607817417538289,-9.777777777777771,1.1735125699688431,27.788235294117612,0,0,1.4309674029150632,0.4117647058823529,-15286167469.998663,-2863895.366371155,2.76394474711949,1646062.579114765,0,0,,-35.942264822260384,65.29319805834776,1,1,2.347368421052634,0.8944156671702703,1128.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1102.35,1128.0,1049.7,2.4175624801560325,0,0,0,none,1,0.810126582278481,-1.41718334809566,1,0.708,1,1,1,0.8766886991598503,85.29411764705883,1.8496622180478006,103.33333333333333,103.30827067669183,13.087350825163185,11.237688607115384,5.9246686829312365,1115.0,1095.55,1071.0,2.231755739126462,0,0,9.142857142857142,0.8163265306122448,0,1.0,142.31471339904977,0,1,-0.0,0,1,2.564102564102555,92.21136720572386,0,0,0,0,0,0,10.646230323115162,-0.13984236147291718,0.0,1.0943989388086046,35.71176470588239,0,0,1.635863287353068,0.33613445378151263,-14763104524.688261,-8170032.124555588,2.7009315153161744,2362477.9031552672,0,0,,-36.42327339767972,57.80295610780128,1,1,2.5556390977443497,0.8681495211058555,1117.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.9666666666667,1120.0,1050.9333333333334,1.4523385367915642,1,0,0,none,1,1.2203389830508475,-2.142857142857143,0,0.786,0,0,1,0.9362015891148957,80.41237113402062,5.160654842201865,105.76305994095729,107.19918994851594,12.510272650149773,7.349617807947908,7.857570664729393,1109.2,1078.05,1072.3,3.42748481053754,0,0,13.357142857142858,1.1979500320307497,0,1.0333333333333334,172.40737292869088,0,1,4.081632653061225,0,1,4.891815616180617,90.69218805937004,0,0,0,0,0,1,-0.39570967406018553,-0.16879272871653317,-1.3605442176870781,1.0550010346295509,44.86470588235284,0,0,2.1195659261636597,0.18487394957983194,-16483687592.91349,-651392.2923259735,2.0515172672490647,2837718.98427099,0,0,-0.7097260987174606,-36.569790496504716,43.2664440906185,1,1,3.3315789473684214,0.8662312486160271,1115.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1111.9,1113.0,1047.0,0.27880205054411356,0,0,0,none,1,0.8775510204081632,-2.780269058295964,1,0.643,0,0,1,1.0,80.18867924528303,6.125568256402799,102.72108843537423,108.2243153671726,5.29547172422167,-0.8300965321811287,6.449523150749266,1091.6,1069.1,1072.2333333333333,4.012720980263773,0,0,15.714285714285714,1.4131551901336072,0,1.0,254.8113933795224,0,1,-0.0,0,1,5.703422053231932,90.53497389843258,0,0,0,0,0,0,1.9708574631048066,1.2043691524892353,-7.692307692307708,1.0627309995208671,23.82941176470581,0,0,3.5191527378166327,0.5378151260504201,-18135292117.18909,1564037.3655891418,2.575208954426746,6582813.3554958105,0,0,-1.6405292955468853,-36.53726914003765,35.52897001063767,1,1,1.661654135338354,0.32522013169947006,1112.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1070.4,1112.0,1052.2666666666667,3.886397608370684,1,0,0,none,1,0.5641025641025641,-2.877697841726619,1,0.556,0,0,1,8.521391963327254,-24.079223252563224,-32.60061521589048,1075.6,1073.85,1186.9833333333333,3.552637705452355,1,0,28.571428571428573,2.5693730729701953,1,1.320754716981132,155.0887409872434,0,1,38.63636363636363,0,1,2.9629629629629672,62.265810742017685,0,0,0,0,0,0,4.783866883704114,2.782365539623868,32.87878787878788,0.6529158479768468,-46.53235294117667,0,0,5.608641861450945,0.5210084033613446,-22703265927.449783,-57012375.94482803,1.2873090373671519,5336596.255699545,0,0,-1.7853032932723454,-36.14977600332329,22.469298763543918,0,1,1.0007518796992325,0.09026168772182208,1102.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.1166666666668,1185.3666666666668,1042.0,6.399604509863321,1,0,0,none,1,-5.172413793103448,-0.6294964028776978,1,0.167,1,1,0,-9.933950983934295,-124.9489943486742,-115.01504336473991,1124.8,1275.75,1688.85,-16.44130903390163,0,0,88.35714285714286,8.28866255695524,0,0.0,-128.4516537796724,1,0,-100.0,1,0,-21.212121212121215,48.867660950884506,0,0,0,0,0,0,1.8788494299567589,-1.143394171927497,-13.028169014084506,-0.0912634054804743,-283.8294117647058,0,0,13.906017980221032,0.40336134453781514,-52797098182.73511,-1481989234.2822037,1.0717716376419095,-103298332.462098,0,0,-5.295313395885146,-37.11575452448813,23.00683769093398,0,1,-16.18872180451132,0.7562326916168632,1068.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,0,below_cloud,below,-3.972,0,0,2182.9,2380.0,1066.0,-51.165880251042196,1,0,0,none,1,-17.06779661016949,-10.22514071294559,1,0.2,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.9839782436224082,64.43298969072166,75.48041389504804,51.84848484848485,7.340490512263734,31.686541737649065,1.7605633802816805,13.601982263954083,0.02387266018501889,34.53132735517892 -220,2025-11-07 17:15:00,sell,1132.0,0.35,39,고점 매도 · 비중 35% · 분할 · leg#39,0.6785010057880264,68.08510638297872,0.4269151673506295,70.23809523809543,76.98412698412717,6.035864653494627,5.608949486143998,3.260426594698081,1135.4,1125.45,1112.6333333333334,0.5819894264516456,0,0,6.071428571428571,0.5363452801615346,0,0.6785714285714286,59.83839266215473,0,0,-32.142857142857146,0,0,1.2522361359570633,57.677754599402974,0,0,0,0,0,0,2.778983933999129,-0.4259511403272329,-2.380952380952394,0.716443972418592,12.361764705882479,0,0,1.329163838693071,0.9747899159663865,-10654620649.444416,,0.6826988934193178,853525.6439050809,0,0,,-35.86235598146359,18.370966932468065,0,1,1.1135338345864634,0.515695803190393,1132.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.7833333333333,1138.4333333333334,1074.2666666666667,2.5563591888504655,1,0,0,none,1,0.5294117647058824,-0.26501766784452296,0,0.763,0,0,0,0.7817530791479779,66.10169491525424,0.9489650112049128,104.49275362318872,111.6278298759122,8.50280844908525,7.553843437880338,3.3418835129332165,1134.8,1120.45,1099.4666666666667,0.941585969922798,0,0,6.857142857142857,0.6062902614626753,0,0.8333333333333334,103.51398734659615,0,1,-20.0,0,0,0.8920606601248826,62.40487334071103,0,1,0,0,0,1,-2.86382232612506,-0.46280254198322535,-8.055555555555543,0.8494214428606403,20.326470588235452,0,0,1.4701329975952195,0.7815126050420168,-12419437011.21735,,0.5365255769323694,618758.6052822918,0,0,,-35.88685697427058,28.07150085041505,1,1,1.2533834586466353,0.627463354924745,1132.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.5666666666666,1135.0,1055.7333333333333,2.485879119219514,1,0,0,none,1,0.8080808080808081,-0.2652519893899204,0,0.786,0,0,0,0.8450590769132418,66.66666666666666,1.6140167208976468,121.08641975308647,116.26646090534979,13.177000128335749,11.562983407438102,5.283421382137779,1127.2,1110.75,1081.2,1.823092505064139,0,0,8.857142857142858,0.7831249210559557,0,1.0256410256410255,132.11988074690208,0,1,3.7037037037037033,0,1,1.3440860215053752,71.38162415952937,0,1,0,1,0,0,-15.023474178403774,-0.3654686003050891,-0.9876543209876587,1.032370536496487,30.205882352941217,0,0,1.9893038964728127,0.7563025210084033,-15294294977.844656,-11165903.125442505,0.819802020701713,1426504.2388943732,0,0,-2.2365659765749912,-35.824768552578924,58.08880017466547,1,1,2.31203007518797,0.8691842387924684,1132.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1128.6166666666668,1130.0,1049.7666666666667,0.2111729698598408,0,0,0,none,1,0.8734177215189873,-0.3536693191865605,0,0.667,-1,-1,0,1.0,88.23529411764706,3.158039118677701,111.59067882472137,106.08578183046279,15.18523750546251,12.027198386784809,6.9227213304514725,1121.8,1098.95,1072.6166666666666,4.19036352882296,0,0,9.571428571428571,0.8359326263256395,0,1.2586206896551724,155.54177860439418,0,1,31.914893617021278,0,1,4.375569735642659,93.0546541762065,0,0,0,0,0,0,2.941176470588232,1.3083769006299004,8.257345491388037,1.6045054083804275,37.45588235294122,0,0,2.223711337209075,0.9411764705882353,-14769100226.444891,-14362068.05078888,2.2791591996810108,2701443.3712203205,0,0,,-35.00075610466421,62.129843836644746,1,1,2.9691729323308533,0.8530008154994895,1133.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1128.6,1130.0,1051.6,1.4531277689172617,0,0,0,none,1,1.6271186440677967,-0.26200873362445415,1,0.8,1,1,1,1.0,83.62068965517241,6.631853627388205,113.02721088435351,108.63795832798512,15.639434842183164,9.007581214794959,9.391770772634667,1118.8,1082.35,1073.2,5.78833094655149,0,0,12.642857142857142,1.104179663131628,0,1.295774647887324,161.29294241858253,0,1,35.0,0,1,6.313834726090994,91.89082166414323,0,0,0,0,0,1,3.2083185211517957,1.4711987851863402,7.264150943396217,1.5672366629106285,48.01470588235293,0,0,2.7855174995150636,0.6974789915966386,,,2.5504493237637775,3647159.5022090077,0,0,,-34.85709754038998,42.87018802721753,1,1,3.987218045112759,0.8615839262801204,1124.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1122.7166666666667,1124.0,1047.0,1.9847690868874501,0,0,0,none,1,1.4081632653061225,0.0,1,0.667,1,1,1,1.0,83.46456692913387,8.672881836268377,118.06500377928957,110.39982944744857,10.011005763154344,1.3381239268859657,9.023944166411335,1105.2,1072.8,1074.1833333333334,6.730052199850856,0,0,15.357142857142858,1.341235184029944,0,1.4264705882352942,211.2155913477948,0,1,46.03174603174603,0,1,8.120868744098209,91.76356175940226,0,0,0,0,0,0,3.27588768385084,2.5473135798655786,15.343915343915342,1.5070244912507664,32.03235294117667,0,0,4.076544197112228,0.5546218487394958,-18152538722.778896,-15462668.893928528,2.2840298144710665,7825027.790681601,0,0,-2.391824926432473,-34.64556538063741,34.09544113349977,1,1,2.7759398496240633,0.46044504208802284,1121.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1114.8666666666668,1116.0,1052.5333333333333,2.7028643186031154,0,0,0,none,1,1.1538461538461537,-0.43668122270742354,1,0.6,1,1,1,8.521391963327254,-24.079223252563224,-32.60061521589048,1075.6,1073.85,1186.9833333333333,3.552637705452355,1,0,28.571428571428573,2.5693730729701953,1,1.320754716981132,155.0887409872434,0,1,38.63636363636363,0,1,2.9629629629629672,62.265810742017685,0,0,0,0,0,0,4.783866883704114,2.782365539623868,32.87878787878788,0.6529158479768468,-46.53235294117667,0,0,5.608641861450945,0.5210084033613446,-22703265927.449783,-57012375.94482803,1.2873090373671519,5336596.255699545,0,0,-1.7853032932723454,-36.14977600332329,22.469298763543918,0,1,1.0007518796992325,0.09026168772182208,1102.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.1166666666668,1185.3666666666668,1042.0,6.399604509863321,1,0,0,none,1,-5.172413793103448,-0.6294964028776978,1,0.167,1,1,0,-9.933950983934295,-124.9489943486742,-115.01504336473991,1124.8,1275.75,1688.85,-16.44130903390163,0,0,88.35714285714286,8.28866255695524,0,0.0,-128.4516537796724,1,0,-100.0,1,0,-21.212121212121215,48.867660950884506,0,0,0,0,0,0,1.8788494299567589,-1.143394171927497,-13.028169014084506,-0.0912634054804743,-283.8294117647058,0,0,13.906017980221032,0.40336134453781514,-52797098182.73511,-1481989234.2822037,1.0717716376419095,-103298332.462098,0,0,-5.295313395885146,-37.11575452448813,23.00683769093398,0,1,-16.18872180451132,0.7562326916168632,1068.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,0,below_cloud,below,-3.972,0,0,2182.9,2380.0,1066.0,-51.165880251042196,1,0,0,none,1,-17.06779661016949,-10.22514071294559,1,0.2,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,0.9839782436224082,64.43298969072166,75.48041389504804,51.84848484848485,7.340490512263734,31.686541737649065,1.7605633802816805,13.601982263954083,0.02387266018501889,34.53132735517892 -221,2025-11-07 21:48:00,buy,1074.0,1.0,40,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#40,0.08004800153257344,21.621621621621614,-1.3350489254409097,8.848484848485052,5.6767676767678665,-4.587004659666718,-3.2519557342258083,2.7942495396701577,1080.4,1090.8,1098.85,-1.1734506784011667,0,0,4.5,0.4174397031539889,0,0.12,-142.61168384879656,1,0,-88.0,1,0,-1.5525114155251152,6.290068380001628,0,0,0,0,0,0,-4.694167852062606,-0.02781020245853716,5.754385964912281,-0.05961213859651101,-10.708823529411802,0,0,0.8145552120356953,0.15126050420168066,,,0.5879044585650194,-465300.3795375973,0,0,,-38.89536743714539,41.378009768979894,1,1,-1.0406015037593985,0.6527340832138364,1075.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1111.3000000000002,1138.8,1079.4,-2.996490596598589,0,0,0,none,1,-0.2773109243697479,0.0,0,0.429,0,0,0,0.00993006676250939,36.58536585365854,-0.9671731380953448,11.172161172161486,15.011531678198827,-5.628694837353123,-4.661521699257778,2.246449652440012,1083.2,1090.0,1107.2,-1.1009174311926606,0,0,5.785714285714286,0.5367081897694143,1,0.19230769230769232,-201.8437651625406,1,0,-80.76923076923077,1,0,-1.5525114155251152,26.99112342267523,1,0,0,0,0,0,-5.914634146341463,-0.29329763349655114,-0.997150997150996,-0.06725928676306876,-16.464705882352973,0,0,1.205098001086768,0.48739495798319327,,,1.1809824178928807,-233201.0526960343,0,0,,-38.86429867643829,26.520261983358637,1,1,-0.34436090225565896,0.1107565261468243,1073.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1115.3666666666668,1135.0,1085.4,-3.3501688532919016,0,0,0,none,1,-0.020202020202020204,0.0,0,0.538,-1,0,0,0.06574423793210887,28.125,-1.9696964806369204,18.71157827679573,29.016828582045964,-6.0735108705737275,-4.103814389936807,3.761325599760583,1090.6,1098.95,1101.15,-1.6333773147094943,0,0,9.285714285714286,0.8589929959032643,0,0.2,-160.25520735597848,1,0,-77.14285714285715,0,0,-1.9056261343012748,14.303353172913162,0,0,1,0,0,0,0.8522727272727337,-0.2611279261332671,-10.238095238095234,0.0548473519786343,-20.394117647058692,0,0,1.9682468813164369,0.6134453781512605,,,1.3138824838352146,-1142078.352968663,0,0,,-38.63545636959813,40.0182820492771,1,1,-1.3150375939849486,0.5667958184971748,1073.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1128.6166666666668,1130.0,1055.3,-4.219029195032276,1,0,0,none,1,0.35443037974683544,0.0,0,0.6,-1,0,0,0.08340605979752955,32.35294117647058,-4.252029659249904,19.07070707070708,24.49158249158261,-3.8196662927782654,0.43236336647163864,6.203866144796526,1089.2,1106.6,1087.7833333333333,-2.5844930417494916,0,0,12.285714285714286,1.1396766498807316,0,0.0,-129.28929443516333,1,0,-100.0,1,0,-3.1446540880503138,28.069156611606076,0,0,0,0,0,0,-0.32032615026209044,-0.36489146968103947,-10.000000000000004,0.08085328393014488,-17.0205882352941,0,0,3.065236722602412,0.9831932773109243,-14810959945.71161,-26442191.74122238,0.7963757234094717,-793706.0826125443,0,0,,-38.77650175530556,34.408984997172006,1,1,-2.592481203007514,0.7985701818869645,1078.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1107.3333333333335,1130.0,1060.6666666666667,-2.64900662251657,1,0,0,none,1,0.3220338983050847,-0.927643784786642,0,0.571,-1,0,0,0.2685936126661595,46.25,-4.110360760448501,10.349213141253992,23.417638083876692,5.925141337900868,10.035502098349369,6.569864459969857,1095.8,1101.75,1076.5166666666667,-1.5203085999546229,0,1,16.428571428571427,1.5141540487162606,0,0.1702127659574468,-87.97493145319244,0,0,-95.1219512195122,1,0,-2.6905829596412523,53.63833596775466,0,0,0,0,0,0,-8.070987654320994,-0.9964407694164219,-13.821138211382115,0.3128156298007512,7.17058823529419,0,0,3.816636742156484,0.8235294117647058,-16538347591.046375,-54659998.13288498,1.150485330607918,-2005984.2342969775,0,0,,-38.245354834975956,37.37252557591898,1,1,0.9646616541353504,0.09946244242019298,1083.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1122.7166666666667,1124.0,1047.0,-3.359410952600095,1,0,0,none,1,0.2857142857142857,-0.9216589861751152,0,0.556,0,0,0,0.6415993688665024,62.33766233766234,3.3557341633968107,82.0105820105821,97.70723104056447,10.67143616444946,7.3157020010526495,10.121476165824761,1115.8,1081.5,1078.4,1.433194637078139,0,0,21.142857142857142,1.9273342883187914,0,0.6984126984126984,18.518518518518025,0,0,-30.158730158730158,0,0,2.5233644859813165,65.22963437120734,0,0,0,0,0,0,-3.687978687978685,-1.856550794066826,-12.169312169312178,0.5689488656663495,25.444117647058874,0,0,3.944480269531283,0.5210084033613446,-18193115656.07652,-55362126.858867645,1.378986292372588,2487929.831817925,0,0,-3.6479201795301184,-37.36203589088808,27.982382607880453,1,1,3.911278195488738,0.714964831433422,1083.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1114.8666666666668,1116.0,1052.5333333333333,-1.6025832685523045,1,0,0,none,1,-0.07692307692307693,-0.9115770282588878,0,0.5,0,0,0,9.477656280372521,-20.75354486542483,-30.23120114579735,1082.8,1074.45,1183.15,2.564102564102555,0,0,30.357142857142858,2.754731656728027,1,1.1320754716981132,137.29782317888802,0,1,15.909090909090908,0,1,-0.2714932126696823,65.01886956560838,1,0,1,0,1,0,-3.1584798868000874,0.9562643170452674,30.506282335550637,0.5557042514984908,-29.047058823529596,0,0,5.6606198816607565,0.5378151260504201,-22702234574.820194,-55300258.83823395,1.5837354036800324,-3945816.5488455594,0,0,-1.3514727566406461,-36.68823868131233,20.695255813030375,0,1,1.65789473684207,0.23128438714257782,1102.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.0833333333335,1190.0,1042.0,5.446136671716761,1,0,0,none,1,-4.551724137931035,-6.170598911070781,1,0.167,0,0,0,-9.933950983934295,-124.9489943486742,-115.01504336473991,1124.8,1275.75,1688.85,-16.44130903390163,0,0,88.35714285714286,8.28866255695524,0,0.0,-128.4516537796724,1,0,-100.0,1,0,-21.212121212121215,48.867660950884506,0,0,0,0,0,0,1.8788494299567589,-1.143394171927497,-13.028169014084506,-0.0912634054804743,-283.8294117647058,0,0,13.906017980221032,0.40336134453781514,-52797098182.73511,-1481989234.2822037,1.0717716376419095,-103298332.462098,0,0,-5.295313395885146,-37.11575452448813,23.00683769093398,0,1,-16.18872180451132,0.7562326916168632,1068.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,0,below_cloud,below,-3.972,0,0,2182.9,2380.0,1066.0,-51.165880251042196,1,0,0,none,1,-17.06779661016949,-10.22514071294559,1,0.2,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.8377099023250227,61.27450980392157,105.98669623059868,74.68957871396897,7.592618831871818,31.686541737649065,1.7605633802816805,13.601982263954083,0.02387266018501889,34.53132735517892 -222,2025-11-08 07:57:00,sell,1288.0,0.65,40,고점 매도 · 비중 65% · 분할 · leg#40,1.0,71.42857142857143,1.8734436649843378,103.17460317460336,108.17700817700835,4.250583221791885,2.3771395568075473,1.971581168968246,1279.8,1271.1,1267.2333333333333,1.2508850601840926,0,0,4.785714285714286,0.37185037185037184,0,1.0,229.2660758918399,0,1,-0.0,0,1,1.4984227129337446,93.4700672523005,0,0,0,0,0,0,3.1358885017421585,0.35686758625716597,-9.09090909090908,1.251600870033576,13.358823529411666,0,0,0.7709977428570375,0.25210084033613445,-10691415783.737053,685495.031129837,3.032572712485485,916712.0413676575,0,0,,-26.920538325321385,12.474779204914134,0,1,0.7984962406015105,0.5685190449978514,1287.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1267.75,1287.0,1233.1,1.5184381778741818,1,0,0,none,1,0.6218487394957983,-0.1554001554001554,1,0.704,0,0,1,1.0,80.0,2.1259361342633065,108.33333333333366,116.1111111111116,3.998816963434365,1.8728808291710584,2.21446104930746,1277.6,1268.45,1269.55,1.5412511332728807,0,0,6.142857142857143,0.4769299023957409,0,1.0,259.99598151496895,0,1,-0.0,0,1,1.577287066246047,87.14116489917964,0,0,0,0,0,1,3.07692307692308,0.605290772294969,-10.0,1.1928281960039246,12.664705882353019,0,0,0.8742429226448943,0.10084033613445378,-12464503215.221458,,1.7704940868005923,1088859.7842199057,0,0,,-26.826784125861703,22.13451123554265,0,1,0.9210526315789461,0.602107622436745,1288.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1263.85,1288.0,1137.7333333333333,1.9108280254777066,1,0,0,none,1,1.9292929292929293,-0.38819875776397517,1,0.81,1,0,0,1.0,62.745098039215684,-1.5232193431864403,128.5185185185186,128.8888888888889,8.711767354915537,10.234986698101977,1.7888910750055653,1272.0,1267.95,1216.5166666666667,1.1080878583540343,0,0,7.142857142857143,0.5571651437486072,1,1.0,351.4093137254915,0,1,-0.0,0,1,1.3438735177865535,61.39056419269998,0,0,0,0,0,0,3.1706299541093017,0.9364688345780934,5.555555555555543,1.0676359792351937,6.911764705882433,0,0,1.9317512176094243,0.23529411764705882,-15358253121.027546,-1307755.1441898346,3.500185111249602,631512.3799630404,0,0,,-27.09784844509191,29.523798079637967,1,1,0.13308270676693215,0.019277877975077073,1282.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1264.5833333333333,1282.0,1086.9333333333334,1.3772652388797324,1,0,0,none,1,2.329113924050633,-0.858034321372855,1,0.684,1,1,1,0.7340620846581883,57.74647887323944,-4.8468987769714005,115.47619047619048,90.87301587301597,19.09702047136443,23.94391924833583,2.2382530719508065,1268.2,1269.35,1179.85,0.5238901800133977,0,0,7.928571428571429,0.6213613972234663,1,1.25,199.5377503852088,0,1,25.0,0,1,0.47244094488188004,60.280722428138105,0,1,0,1,0,0,5.691684352691489,0.6863546151608517,8.333333333333329,1.1115123186286129,33.450000000000045,0,0,2.1168854189699133,0.3277310924369748,-14836597713.253014,-4905288.233594894,2.0239855365064168,670141.1231451333,0,0,-2.7011246473455595,-27.405397722435055,22.996403450983,0,1,-0.4248120300751911,0.12519889259427153,1275.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1269.75,1273.0,1084.5,0.4922228785193994,0,0,0,none,1,2.2203389830508473,-1.5673981191222568,1,0.647,0,0,1,0.7142210468678015,82.14285714285714,0.7037584596942636,100.8241758241756,97.70699936546377,42.38106316066319,41.677304700968925,22.646375201577197,1266.8,1214.1,1124.8333333333333,4.851330203442883,0,0,19.571428571428573,1.537425653686455,0,1.0282485875706215,74.38683516396993,0,0,9.615384615384617,0,1,2.003205128205132,87.80961256544,0,0,0,1,0,1,-3.489326765188835,-1.1411308223533965,4.779931354734515,1.1345971094552691,97.22647058823532,0,0,4.319778314178281,0.865546218487395,-16560845833.198557,-19597572.26291275,0.7947293540819401,3532610.0039103627,0,0,-0.899413111116275,-27.41929048909013,74.33129162924266,1,1,10.422556390977421,0.8046929920739545,1274.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1264.4166666666665,1268.0,1074.5,0.6788374085546778,0,0,0,none,1,4.36734693877551,-1.9638648860958365,1,0.722,0,0,0,0.876763708687418,73.38403041825094,14.843212117737025,101.67597765363136,102.17256362507767,49.40999684039116,34.566784722654134,25.652324366738082,1266.2,1156.25,1103.55,9.664864864864864,0,0,39.0,3.0757097791798107,0,1.0324324324324323,117.34355298958143,0,1,3.35195530726257,0,1,15.587967183226992,76.18345088821766,0,0,0,0,0,0,-2.4780385472662942,-1.679387556022558,-0.372439478584738,1.089194723280317,150.55588235294113,0,0,6.188012870061823,0.9159663865546218,-18188448692.833447,4666963.24307251,0.8428988112503757,17141412.384582162,0,0,-1.386973934826375,-27.47224868959566,33.762357536499415,1,1,11.00526315789473,0.7709601910701678,1269.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1258.4333333333334,1262.0,1069.4,0.7602044870606228,0,0,0,none,1,5.0256410256410255,-2.5236593059936907,0,0.692,0,0,0,22.08404446842397,0.5078903886417265,-21.576154079782242,1141.0,1088.6,1178.9833333333333,16.663604629799742,0,0,51.0,4.015748031496063,0,1.0704225352112675,353.3283189168854,0,1,7.772020725388601,0,1,16.08775137111518,80.1440397783488,0,0,0,0,0,1,15.684882011412626,9.547900672787499,-10.288114303658347,1.2544999739138702,44.561764705882524,0,0,9.621925742597867,1.0,-22688961810.804016,-15828955.603889465,1.0602300275614163,14735297.61883244,0,0,-1.0078271905440146,-26.93729896201358,23.73145128104739,0,1,5.036090225563916,0.36073015316958923,1270.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.55,1184.0,1042.0,21.467170388790603,0,0,0,none,1,0.9655172413793104,-2.9921259842519685,1,0.333,1,1,0,-4.103506200323011,-120.14442611514369,-116.04091991482068,1106.8,1265.4,1673.3666666666666,-9.593804330646439,0,0,96.42857142857143,8.42907092907093,0,0.2708333333333333,-59.89944788871401,0,0,-72.53521126760563,0,0,-14.563106796116509,52.21917117995761,0,0,0,0,0,0,5.163851963138342,5.830444783611284,9.03755868544601,0.19278787234541148,-264.27941176470586,0,0,14.91135428275106,0.42857142857142855,-52769617589.99414,-1408429514.478592,1.8007111697165479,-51262090.66352701,0,0,-4.907405446685206,-32.32861353868286,20.73858259689218,0,1,-16.882706766917277,0.7897234160803617,1141.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,0,below_cloud,below,-4.184,0,0,2358.1,2380.0,1066.0,-51.48636614223315,1,0,0,none,1,-24.06779661016949,-7.255244755244755,1,0.111,0,0,1,0,2,0,1,0.0,0.5,-0.333,1,1.0,81.92419825072886,114.17389711487482,114.87420158800222,18.22753591637215,36.85039370078741,10.798122065727691,9.115805946791848,0.22996497159549747,35.5279994130068 -223,2025-11-08 11:42:00,sell,1266.0,0.35,40,고점 매도 · 비중 35% · 분할 · leg#40,0.8789840050085896,71.42857142857143,0.9246486309188438,99.78632478632498,98.69420702754053,5.0612956389393275,4.136647008020484,2.429448780679723,1262.8,1254.45,1247.6333333333334,0.9207222288652339,0,0,4.642857142857143,0.36673437147370797,0,1.0434782608695652,126.56641604009981,0,1,7.6923076923076925,0,1,1.1182108626198062,76.19265356914454,0,0,0,1,0,1,-2.25563909774435,0.05300782047528907,2.5641025641025834,1.045341610154485,15.573529411764639,0,0,0.856912120911001,0.3949579831932773,-10727987864.623753,-139364.69826316833,1.0958530130830029,359015.59260278195,0,0,,-28.07379833501641,40.44508913095821,1,1,1.2022556390977361,0.8714840957964057,1266.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1250.6666666666665,1288.0,1224.0,1.2260127931769782,1,0,0,none,1,-0.025210084033613446,-0.1579778830963665,1,0.562,0,0,0,0.8945040798578161,70.37037037037038,2.5496473248984115,101.58730158730191,102.1164021164026,3.821492039563509,1.2718447146650977,3.2677341100510815,1261.4,1248.9,1255.9,1.2891344383056946,0,0,5.857142857142857,0.46301524562394125,0,1.0,134.5542413836952,0,1,-0.0,0,1,1.688102893890675,77.5998720327208,0,0,0,0,0,1,2.4458420684835858,-0.06681905207046279,-1.58730158730161,0.9968401053282453,15.623529411764594,0,0,1.204092119614442,0.16806722689075632,-12503840980.988808,-186306.4296722412,0.8041033335107511,594711.7293052971,0,0,,-28.094451665435916,21.734241522609125,0,1,1.6511278195488577,0.9166439204493185,1265.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1263.4666666666667,1288.0,1236.8,0.12135922330096527,1,0,0,none,1,-0.08080808080808081,-0.31620553359683795,1,0.545,0,0,0,0.9421431165992148,52.33644859813084,2.4706174284359195,104.41345298730705,99.19772549653705,0.27634836446941335,-2.194269063966506,3.145167939474914,1257.4,1247.65,1258.3666666666666,1.390614354987374,0,0,11.5,0.9090909090909091,0,1.0789473684210527,162.9297458893857,0,1,7.894736842105263,0,1,3.3496732026143894,60.84384064117952,0,0,0,0,0,0,0.0,0.6113588082036285,5.857385398981322,0.7732624123129238,3.7000000000000455,0,0,2.781409153860161,0.6386554621848739,-15472783680.40454,-521684.46428489685,0.6298345097146058,1252349.0768734217,0,0,-6.287040719044545,-28.02496887519729,18.7953127015256,0,1,0.5045112781954775,0.09256707983625667,1265.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1266.5,1282.0,1102.2,-0.11843663639952151,1,0,0,none,1,2.2025316455696204,-0.31620553359683795,1,0.667,0,0,0,0.6127292684850449,40.490797546012274,-1.2437581554052293,92.08251042352424,68.14570989686207,2.3167635825354864,3.5605217379407157,5.125592947242212,1251.4,1254.75,1214.3166666666666,0.5778043434947255,0,0,18.142857142857142,1.4376273488793299,0,0.7755102040816326,62.048052250991105,0,0,8.571428571428571,0,1,1.774193548387104,49.72448134862834,0,0,0,0,0,0,-4.080631025416288,1.2512764428323129,24.62585034013604,0.6526653078298572,-4.65882352941162,0,0,3.606983223988056,0.9495798319327731,-14912969008.488708,-35882468.631074905,0.5268880506323188,518264.84672647715,0,0,-7.561520770676606,-28.16273928101807,43.0903883330379,1,1,-1.3932330827067707,0.26280459126132605,1263.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1269.75,1273.0,1123.5,-0.6103563693640512,1,0,0,none,1,2.8983050847457625,-0.7923930269413629,1,0.706,0,0,0,0.560024965550969,49.70059880239521,-7.023358873391125,65.9090909090907,45.20202020202006,23.04234410486015,30.065702978251274,5.828787577392531,1246.2,1257.6,1150.75,0.3498727735369078,0,0,18.5,1.4659270998415215,1,0.8636363636363636,11.152587676851368,0,0,-13.636363636363635,0,1,0.0,48.856857660641325,0,0,0,0,0,0,4.519875910828951,1.1440282443332492,28.787878787878796,0.8217026927916138,43.10588235294131,0,0,4.671724790383508,0.8403361344537815,,,0.5469035947698441,3631934.2051819563,0,0,,-28.00595428977641,46.66911108664698,1,1,-0.40601503759399055,0.017180300299394324,1255.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1264.6,1268.0,1077.6,-0.20559860825556386,1,0,0,none,1,3.9183673469387754,0.0,1,0.684,1,0,0,0.719826968656997,73.15634218289085,2.776104944657007,87.00033162419334,94.79775175803347,45.11674591140536,42.34064096674835,24.66688431897443,1255.8,1189.5,1115.6166666666666,5.422446406052961,0,0,40.857142857142854,3.258145363408521,0,0.9553072625698324,64.95811151004906,0,0,-5.47945205479452,0,1,4.6744574290484175,72.77878165118331,0,1,0,1,0,1,3.7295905905341726,-1.7819018481042903,-7.599295936328176,0.8251310765037367,109.07647058823545,0,0,7.5319143296436115,1.0,-18306041971.276573,-119442661.80072784,0.6046174641024747,8492683.744806945,0,0,-4.048769983043194,-28.232746043327218,41.939336138264345,1,1,10.446616541353396,0.7098749436364183,1254.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1258.4333333333334,1262.0,1048.0,-0.3522898842476141,1,0,0,none,1,4.666666666666667,-0.4784688995215311,1,0.692,0,0,0,28.57531347939141,14.142987769457022,-14.43232570993439,1184.2,1099.9,1178.85,17.556141467406118,0,0,50.57142857142857,3.9111700364600592,0,1.1862745098039216,239.5508730276494,0,1,19.689119170984455,0,1,20.615671641791057,67.17209280639463,0,0,0,0,0,0,-0.32182436348850274,6.491269010967443,1.2600094206311638,1.29129988203629,74.46176470588239,0,0,9.595095891378419,0.9915966386554622,-22718988292.45937,-44234557.38190079,1.827522878824885,25577088.776934773,0,0,-1.0964650801733284,-25.573993308418785,25.854489273650596,1,1,7.615037593984968,0.4509511958998411,1255.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.55,1255.0,1042.0,23.666969537563975,0,0,0,none,1,2.6551724137931036,-2.474864655839134,0,0.333,0,0,1,-4.103506200323011,-120.14442611514369,-116.04091991482068,1106.8,1265.4,1673.3666666666666,-9.593804330646439,0,0,96.42857142857143,8.42907092907093,0,0.2708333333333333,-59.89944788871401,0,0,-72.53521126760563,0,0,-14.563106796116509,52.21917117995761,0,0,0,0,0,0,5.163851963138342,5.830444783611284,9.03755868544601,0.19278787234541148,-264.27941176470586,0,0,14.91135428275106,0.42857142857142855,-52769617589.99414,-1408429514.478592,1.8007111697165479,-51262090.66352701,0,0,-4.907405446685206,-32.32861353868286,20.73858259689218,0,1,-16.882706766917277,0.7897234160803617,1141.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,0,below_cloud,below,-4.184,0,0,2358.1,2380.0,1066.0,-51.48636614223315,1,0,0,none,1,-24.06779661016949,-7.255244755244755,1,0.111,0,0,1,0,2,0,1,0.0,0.5,-0.333,1,1.0,81.60237388724036,115.43390653550598,118.02327168963798,24.397655330422594,36.85039370078741,10.798122065727691,9.115805946791848,0.22996497159549747,35.5279994130068 -224,2025-11-09 12:24:00,buy,1165.0,0.076,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.2682237326195905,31.818181818181827,0.014388498933192828,22.61904761904782,21.428571428571583,-6.034853009505014,-6.0492415084382065,2.770382092199263,1177.4,1183.6,1197.5,-0.6421088205474712,0,0,3.7142857142857144,0.31584062196307094,0,0.1935483870967742,-119.4347657762289,1,0,-57.14285714285714,0,0,-0.75949367088608,43.775245159246424,1,0,1,0,1,0,4.895104895104907,0.10058103307635857,1.7857142857142811,0.00635958980852216,-14.144117647058692,0,0,0.7307588527442703,0.5882352941176471,-10759034128.359411,-1763547.0296077728,1.8235517757003412,-122853.04021113552,0,0,,-33.10483120429324,52.504188399925724,1,1,-1.2000000000000168,0.749999999999997,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1177.2,1218.0,1176.4,-0.10193679918450993,0,0,0,none,1,-0.24369747899159663,-0.08503401360544217,0,0.5,0,0,1,0.16036833242908305,16.279069767441854,-1.2558132291546382,11.126262626262937,6.449494949495403,-7.925130072708043,-6.669316843553405,3.8945007379043086,1177.2,1190.75,1204.5333333333333,-1.3226957799706063,0,0,6.357142857142857,0.5410334346504558,0,0.20588235294117646,-113.92782582761652,1,0,-78.78787878787878,0,0,-1.755852842809369,33.691149396763365,0,0,0,0,0,0,-5.149501661129577,0.13917300943841227,5.681818181818181,-0.011063990133848517,-19.711764705882388,0,0,0.9871569049835368,0.7058823529411765,-12547374164.877693,,1.7984232943137164,-417500.9525179714,0,0,,-33.12815242177949,62.83546897560102,1,1,-1.805263157894755,0.8486415745678441,1168.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1203.1166666666668,1217.0,1176.1666666666667,-2.3369858838849233,0,0,0,none,1,-0.37373737373737376,-0.0851063829787234,0,0.5,-1,0,0,0.030119584442655365,29.032258064516128,-3.202356888799385,7.06075533661748,9.868839830525676,-8.08071503514293,-4.878358146343545,4.259952086616904,1179.4,1199.0,1204.8833333333334,-2.0016680567139233,0,0,8.857142857142858,0.7537993920972645,0,0.13513513513513514,-161.83425868804989,1,0,-85.71428571428571,1,0,-2.083333333333337,16.195972261244975,0,0,0,0,0,0,0.9072580645161281,-0.04868917041551413,-4.126984126984129,-0.07212055422958322,-27.014705882352928,0,0,1.7396687269910058,0.7142857142857143,-15531310924.065275,-1838911.8114681244,1.9530752160864782,-473332.5436516404,0,0,,-33.063341188057564,41.17622443411209,1,1,-1.872180451127835,0.7523772310052074,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1195.3,1216.0,1170.0,-1.6983184137873253,1,0,0,none,1,-0.46835443037974683,-0.425531914893617,0,0.5,0,0,1,0.0,21.538461538461533,-3.457690882287643,10.853710853710844,20.16484271386242,-6.672202880135728,-3.2145119978480854,4.094735851029082,1186.8,1203.9,1207.3666666666666,-2.1513414735443215,0,0,9.571428571428571,0.8125151588649041,0,0.18181818181818182,-200.08737439930056,1,0,-80.95238095238095,1,0,-2.4026512013256007,7.955418428458145,0,0,0,0,0,0,0.0,-0.2471806520353943,-9.337068160597571,-0.04344694434925141,-23.4794117647059,0,0,1.3511715316885549,0.18487394957983194,-15006454012.503592,-17342173.002550125,2.4086892514439433,-974784.0940038264,0,0,,-32.861230313988145,36.43622427096307,1,1,-1.8315789473684232,0.7730484295151205,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1201.0500000000002,1213.7,1170.0,-1.9191540735190138,1,0,0,none,1,-1.0677966101694916,-0.4244482173174873,0,0.3,0,0,1,0.0,28.787878787878796,-1.8787090967649198,36.74443937781811,41.15155967641133,-5.69005626301805,-3.8113471662531304,2.930635109330701,1196.4,1204.85,1224.5,-2.3114910569780434,0,0,10.357142857142858,0.879961160334992,1,0.16279069767441862,-331.23689727463506,1,0,-83.72093023255815,1,0,-2.7272727272727226,19.613581397190103,0,0,0,0,0,0,-17.365967365967357,-1.5453907954337005,-11.240310077519382,-0.17365516500797915,-18.78235294117667,0,0,1.9993659098071481,0.10084033613445378,-16758924156.3109,-17922550.238962173,3.1928987363155614,-1657112.005503714,0,0,,-32.773274232533566,22.541689319632525,0,1,-0.3315789473684433,0.04938243078230076,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1211.0833333333335,1255.0,1192.6666666666667,-2.8142847313011865,0,0,0,none,1,-1.7346938775510203,-0.4248088360237893,0,0.333,-1,-1,1,0.0,24.603174603174608,-5.136456993260795,33.992529114480426,40.27686222808182,-1.4987127884551228,3.637744204805673,5.300937794870441,1202.8,1212.85,1170.1833333333334,-2.955847796512334,0,0,19.285714285714285,1.6385483675203298,1,0.10606060606060606,-210.96586782861326,1,0,-82.92682926829268,1,0,-1.9166666666666665,17.06047955812899,0,0,1,0,1,0,-6.089894703756087,-1.4544037476287945,-13.008130081300806,0.09758682275425187,-30.332352941176623,0,0,3.5162195888721857,0.3025210084033613,-18396977190.692852,-29081369.110359192,2.0543006552002874,1127131.7386401296,1,0,-6.511107338103218,-32.5550725570804,25.588678805000626,1,1,-1.8263157894737208,0.45187693439320764,1170.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1259.0166666666667,1262.0,1112.8333333333333,-6.514343204352602,1,0,0,none,1,2.051282051282051,-0.7646559048428208,0,0.556,-1,-1,1,6.604582438402971,24.08069367137159,17.47611123296862,1209.8,1152.85,1169.3833333333334,2.0948085180205744,0,0,57.714285714285715,4.903507707246025,0,0.5958549222797928,26.016260162601704,0,0,-43.82022471910113,0,0,6.805807622504534,56.839753251223584,0,0,0,1,0,1,-5.698384087531217,-5.041169026186763,-7.1801439909957026,0.5154665874392459,81.98235294117649,0,0,10.47585490454811,1.0,-22831207307.429504,-128972732.60931015,0.8051337102440417,22214597.433455765,0,0,-2.2632070790550416,-32.157560447843714,39.21934635375162,1,1,10.042857142857116,0.5683108412073481,1177.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.55,1255.0,1042.0,12.572330352446093,1,0,0,none,1,4.0344827586206895,-1.5293118096856415,0,0.5,-1,0,0,5.163540267505738,-109.58649458043851,-114.75003484794425,1113.8,1255.85,1650.8333333333333,-3.4916590357128574,0,0,95.64285714285714,7.891324846770391,0,0.5140845070422535,-32.26849875143919,0,0,-48.59154929577465,0,0,-7.126436781609192,51.62477433726119,1,0,0,0,0,0,5.6997495656882435,9.267046467828749,15.49295774647887,0.3805792853821189,-219.37058823529424,0,0,15.356036219783277,0.47058823529411764,-52791954057.89993,-865732541.0818939,0.7548962774347204,-9017179.141932607,0,0,-4.8791690493579,-28.228175391077613,20.396611511043755,0,1,-15.4729323308271,0.7168188910044622,1205.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,3.995,0,0,2230.2666666666664,2250.0,1066.0,-45.65672266395647,1,0,0,none,1,-23.559322033898304,-3.6303630363036308,1,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.5766052981116233,63.855421686746986,70.8854864062409,76.7660890208483,27.345478311019317,42.55014326647565,26.29107981220656,12.94992175273864,0.398607068637968,34.436907867330476 -225,2025-11-11 02:00:00,buy,1201.0,0.074,41,저점 분할 매수 · 비중 7% · 12회 · BB하단 · leg#41,0.18730867477432095,17.647058823529406,-1.1448097336735419,4.751852894267992,4.534509178472225,-6.218608065207491,-5.073798331533949,2.90599600462567,1204.8,1216.05,1225.25,-0.908679741786933,0,0,4.642857142857143,0.38529934795494963,0,0.045454545454545456,-90.84312871862122,0,0,-94.11764705882352,1,0,-1.0673234811165888,9.731190272356287,0,0,0,0,0,0,5.882352941176464,0.2813484704077398,1.96078431372549,0.019601978712211695,-16.382352941176578,0,0,0.7586477557148663,0.5714285714285714,,,0.02750984506361466,-261882.63446427882,0,0,,-31.28650888941129,45.786444673328084,1,1,-1.396240601503754,0.8742097835370317,1204.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.0666666666666,1248.0,1214.2666666666667,-2.355356274647502,0,0,0,none,1,-0.29411764705882354,0.0,0,0.4,0,0,0,0.033180359840583803,20.689655172413794,-1.8546968163959763,10.956790123457111,13.323045267490158,-6.705985741755512,-4.851288925359536,3.244360741636844,1207.6,1221.5,1231.3833333333334,-1.514531313958245,0,0,8.142857142857142,0.6768792304951906,0,0.03333333333333333,-135.79256883186144,1,0,-95.83333333333334,1,0,-1.3934426229508245,8.211681628073194,0,0,0,0,0,0,-9.81881940385739,-0.13172781336049777,-3.5493827160493847,0.025237082722423722,-18.285294117647027,0,0,1.2400865031515829,0.8067226890756303,-12606295567.184631,-1921730.9205150604,0.16607163316765688,-356033.5783532858,0,0,,-31.36642161918686,23.713281719308497,0,1,-1.4661654135338262,0.7664939829466433,1202.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.8,1250.0,1214.8,-2.575315840621961,0,0,0,none,1,-0.21212121212121213,-0.24937655860349126,0,0.464,0,0,0,0.024909551780077782,29.032258064516128,-2.178090074001572,17.959595959596054,29.269360269360305,-6.455181138212538,-4.277091064210966,3.512387325306142,1216.4,1228.5,1235.0333333333333,-1.6687016687016665,0,0,9.857142857142858,0.8159886471144749,0,0.10256410256410256,-170.37037037036998,1,0,-84.0,1,0,-1.70870626525631,31.40400154530039,0,0,0,0,0,0,1.3399503722084347,-0.2956670916939359,-8.0,0.05124072676380061,-19.82352941176464,0,0,1.219440239004373,0.5126050420168067,-15607683171.264774,-3998654.867494583,0.2463781621306173,-988286.4667186737,0,0,,-31.015349768617394,15.727695127977118,0,1,-1.6000000000000407,0.7699683401175934,1204.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.75,1249.0,1222.0,-2.1664304515084054,0,0,0,none,1,-0.3291139240506329,-0.24834437086092717,0,0.48,0,0,0,0.0,29.411764705882362,-3.0076018009422754,23.179012345679013,30.864197530864306,-5.150302031598358,-2.1427002306560823,3.405845089593839,1221.8,1232.6,1232.5666666666666,-2.2391692357617954,0,0,14.071428571428571,1.167753408417309,0,0.025,-192.24180127263858,1,0,-97.5,1,0,-2.350081037277152,33.25077909003356,0,0,0,0,0,0,-10.094408133623801,-0.9276390451434349,-4.722222222222218,0.06714906621969167,-19.84705882352955,0,0,1.842102468174499,0.8319327731092437,-15080638597.65513,-11547233.512788773,0.3716282300828828,284586.74213019013,1,0,-3.3444436385297824,-31.15474752856089,19.161840265303997,0,1,-1.3473684210526289,0.5768549814904238,1204.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1225.7,1246.0,1219.4,-1.6888308721546896,0,0,0,none,1,-0.2711864406779661,-0.24896265560165973,0,0.5,-1,0,0,0.0,35.35353535353535,-3.2916581184685607,38.041467304624994,35.9936204146729,0.02538988584205981,3.3170480043106205,2.866455484767732,1225.4,1235.15,1221.2,-1.5504189774521393,0,0,13.142857142857142,1.080827067669173,0,0.3157894736842105,-221.8273359988157,1,0,-68.42105263157895,0,0,-2.4077046548956704,30.93489296718957,0,0,0,0,0,0,-12.794612794612803,-0.679907643653348,9.011164274322173,0.2045327822205232,-12.426470588235361,0,0,2.2076481272150135,0.5042016806722689,-16864958715.723412,,0.603241350570766,-3043926.4541712403,0,0,,-30.37667893318329,12.019527651810607,0,1,-0.44135338345865416,0.0870224164758342,1204.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1223.6333333333332,1242.0,1211.6,-0.6238252199732952,1,0,0,none,1,-0.061224489795918366,-0.24671052631578946,0,0.556,0,0,0,0.40467390688482635,51.45631067961164,-1.6922316796002175,70.83333333333343,87.13624338624345,6.427260681997041,8.119492361597258,3.5873058295040665,1232.4,1228.2,1213.35,-0.34196384953590897,0,0,13.0,1.0620915032679739,1,0.625,-125.83503749147857,1,0,-37.5,0,0,-0.9708737864077666,50.12751025890388,0,0,0,0,0,0,6.00176522506618,-0.7849567158481605,-5.357142857142847,0.43788620971828496,8.950000000000045,0,0,2.792033652315658,0.2184873949579832,-18493647540.446033,-33917468.731357574,0.6585434654730576,-720761.292897582,0,0,-3.301556584755684,-29.6947532720357,28.61719171313883,1,1,1.1789473684210514,0.4009607569157194,1204.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1234.9,1236.0,1170.0,-0.8826625637703533,1,0,0,none,1,0.5897435897435898,-0.24509803921568626,0,0.571,0,0,0,0.9925269164850938,21.35904497503725,20.366518058552156,1225.6,1211.95,1169.1333333333334,0.74673047567968,0,0,25.642857142857142,2.1001521001521,0,0.7017543859649122,7.137134950113012,0,0,-2.2222222222222223,0,1,0.49382716049382047,59.041085692422,0,1,0,1,0,0,5.630196409205929,-1.1206956477215115,-1.4653784219001693,0.7144794448709694,68.17352941176455,0,0,10.042319664101486,0.8823529411764706,-22872263416.88604,-43605468.114494324,0.5611158906173054,12589728.75126174,0,0,-1.8501207260889165,-29.46162402488194,26.003740855253408,1,1,1.098496240601501,0.02393452144496966,1205.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.8166666666666,1255.0,1062.0,10.616195322290856,1,0,0,none,1,4.0,-0.32760032760032765,0,0.75,0,0,0,16.596423272929783,-91.17933209053695,-107.77575536346673,1169.6,1236.45,1610.3833333333334,-1.249545068543012,0,0,90.78571428571429,7.435357435357435,0,0.545774647887324,-16.744948930142428,0,0,-27.906976744186046,0,0,0.5766062602965416,50.887736108103375,0,1,0,0,0,0,3.372920183265009,5.2957286079494,14.8760781744732,0.4210970603408733,-127.48823529411766,0,0,15.375355941387907,0.48739495798319327,-52833538780.60174,-903328202.0970535,0.9043929379751733,-37995181.28471434,0,1,-4.52283689873833,-27.490760341880062,19.33812668600432,0,1,-11.63082706766915,0.52123658222645,1201.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,in_cloud,above,10.896,0,0,1425.1,2200.0,1066.0,-14.321801978808502,1,0,0,none,1,-17.10169491525424,-2.0475020475020473,0,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.5538602500063358,51.74418604651163,119.25925925925925,109.66637763739215,13.864222234242252,39.42307692307692,60.0787226125301,43.85748228759784,0.45947329305297824,30.832632668044496 -226,2025-11-12 09:57:00,buy,1147.0,0.077,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.0,47.82608695652174,-0.16829424149705874,44.44444444444468,67.98941798941816,-1.4649918087538936,-1.2966975672568348,0.8871211823922275,1154.6,1155.6,1159.1333333333334,-0.48459674627898686,0,0,3.5714285714285716,0.31055900621118016,1,-0.125,-137.20466837461757,1,0,-116.66666666666667,1,0,-0.6050129645635227,68.48378186545943,1,0,0,0,0,0,3.826086956521749,-0.34906206814781426,-38.88888888888888,0.0892747570950341,-2.817647058823468,0,0,0.8250564164665762,0.8319327731092437,-10830867176.645838,-229313.93326187134,0.750306855239864,-94303.77645441517,0,0,,-34.31538681585876,14.401728010750572,0,1,-0.0947368421052669,0.04782388663967296,1151.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1160.45,1165.4,1150.0,-0.9005127321297768,1,0,0,none,1,-0.2773109243697479,-0.43478260869565216,0,0.333,-1,-1,0,0.05851289405333211,40.816326530612244,-0.3856320886054565,66.34920634920667,57.989417989418406,-2.219916700785234,-1.8342846121797773,1.4968081353097347,1154.2,1157.65,1161.0833333333333,-0.6608214918153221,0,0,6.142857142857143,0.5341614906832298,0,0.17647058823529413,-179.25925925926367,1,0,-66.66666666666666,0,0,-1.03270223752151,50.07154158279579,0,0,1,0,1,0,-4.638218923933216,-0.3015766031487044,6.349206349206355,0.21432588247096912,-6.188235294117476,0,0,1.2373106983742486,0.6722689075630253,,,0.9068329079831793,-531660.0217609257,0,0,,-34.28263783910022,30.69479610076925,1,1,-0.519548872180458,0.5034473014678011,1147.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1160.25,1184.1,1150.5333333333333,-0.8834302951949979,0,0,0,none,1,-0.4444444444444444,0.0,0,0.318,0,0,0,0.28597503918750555,39.53488372093023,0.03479159759667372,24.291497975708605,28.426836321573195,-3.993931323743027,-4.028722921339701,1.753114429722721,1156.0,1159.35,1174.9666666666667,-0.3752102471212271,0,0,5.642857142857143,0.4885590599876315,1,0.42105263157894735,-125.01604415350859,1,0,-57.89473684210527,0,0,-0.6024096385542133,15.81865749588313,0,0,0,0,0,0,-7.40389178927385,-0.0006311655489401602,-2.631578947368425,0.2667015845984887,-8.620588235294235,0,0,1.2027495876457,0.3025210084033613,,,0.8581066766365704,202793.45089961588,1,0,,-33.93406668807032,11.978870958986407,0,1,-0.14511278195491112,0.02854629183293378,1147.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1187.0166666666667,1196.0,1150.2666666666667,-2.697238174134031,1,0,0,none,1,-0.4430379746835443,0.0,0,0.316,0,0,0,0.32292487035330697,41.02564102564102,0.35626452370736583,31.48148148148147,21.099887766554534,-6.194661873298173,-6.550926397005539,1.7744346081162403,1156.2,1161.65,1179.95,-0.3142082382817657,0,0,7.357142857142857,0.6353318529484332,0,0.5238095238095238,-128.43137254901941,1,0,-38.88888888888889,0,0,0.08643042350906516,26.93196502572438,0,0,0,0,0,0,-2.8767979987492183,0.2217629711209783,17.592592592592595,0.3178080716090058,-17.305882352941126,0,0,1.035142070009633,0.03361344537815126,,,0.6623612378780919,-248345.12387105823,0,1,,-33.7316809644173,19.791646634980687,0,1,-0.5887218045112844,0.4568121820754458,1147.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1186.2,1193.4,1150.2,-2.3773394031360695,1,0,0,none,1,-0.4915254237288136,0.0,0,0.286,0,0,0,0.18370063254753316,21.538461538461533,-1.032978399553592,19.005847953216165,20.907749855118123,-10.481151150228015,-9.448172750674424,5.055057151597327,1160.8,1175.8,1198.3666666666666,-1.5989113794863008,0,0,12.214285714285714,1.0556858871465613,0,0.2222222222222222,-110.21775544388626,1,0,-66.66666666666666,0,0,-1.9491525423728784,3.077146849502185,0,0,0,0,1,0,4.078144078144078,0.19189107626325885,1.2012012012012008,0.1874769949176482,-21.90882352941162,0,0,1.7556253533835757,0.2689075630252101,,,0.6781262471603481,-1443101.8696721792,0,0,,-33.64675592246933,61.447153612405444,1,1,-2.3684210526316085,0.8891740937010716,1147.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1188.85,1240.0,1159.4,-2.679059595407318,0,0,0,none,1,-1.469387755102041,0.0,0,0.2,0,0,0,0.0500103667206919,34.28571428571429,-3.089827273142273,18.996212121212217,20.689935064935142,-14.244183002146883,-11.15435572900461,5.950426396155861,1161.8,1185.75,1210.3333333333333,-2.6776301918616907,0,0,12.642857142857142,1.0955682099529584,0,0.11864406779661017,-163.3223266446543,1,0,-82.5,1,0,-2.6981450252951067,26.92140960021547,1,0,1,0,1,0,-3.6090225563909755,-0.22155615614716595,-1.4583333333333321,-0.09791602297251728,-40.93529411764712,0,0,2.720069481122959,0.14285714285714285,-18663288029.570118,-56847308.1091423,1.056050241202981,-3207752.8003177643,0,0,,-33.60787556523127,55.087364879731695,1,1,-2.4729323308270437,0.687907509289992,1147.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1237.4666666666667,1239.0,1156.2,-6.744962827281542,0,0,0,none,1,-1.8974358974358974,-0.08665511265164644,0,0.308,0,0,0,-8.532393248410298,4.853415633376017,13.385808881786314,1188.0,1206.85,1163.05,-3.3848448440154,0,0,28.642857142857142,2.4565057583925505,1,0.017543859649122806,-150.0197634467449,1,0,-98.24561403508771,1,0,-5.280259951259136,52.544306572121904,1,0,0,0,0,0,-8.48571041582013,-1.7141437443113876,-4.67836257309941,0.21479985859463152,-3.5470588235295963,0,1,5.100020806731057,0.33613445378151263,-22953485825.501938,-125487361.60585403,0.6229949039604163,463419.5756466687,1,0,-2.751798050419935,-32.528977833134306,21.286103355161025,0,1,-0.22481203007518827,0.003569942110482671,1165.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1104.55,1255.0,1102.0,5.563351591145715,1,0,0,none,1,3.0689655172413794,-1.6295025728987993,0,0.5,-1,0,0,18.688071485721977,-84.41566600631427,-103.10373749203625,1196.4,1229.85,1593.2166666666667,-2.4271252591779424,0,0,91.0,7.583333333333334,0,0.47183098591549294,-32.636175591817995,0,0,-17.791411042944784,0,1,-6.25,50.9317573104087,0,0,1,0,1,0,-0.4373399975618639,2.091648212792194,10.266712750943285,0.3765819283162048,-95.12941176470576,0,0,14.826134702156859,0.42857142857142855,-52856641205.37183,-657305425.7398071,0.5742898758884007,-70883351.52387857,0,0,-4.459085100136026,-28.67755043449768,17.872372769438034,0,1,-10.64285714285717,0.45953712729328433,1185.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,13.071,0,0,1425.1,2200.0,1066.0,-15.795382780155776,1,0,0,none,1,-17.52542372881356,-3.25,0,0.0,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.041215130260557786,40.57971014492753,22.99349773033984,29.946091806556936,7.377847586686458,38.985736925515056,70.34543536347338,58.542267471353455,0.419656195719681,30.209239914875297 -227,2025-11-13 02:21:00,buy,1122.0,0.079,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.010688015760762722,19.354838709677423,0.3826362798501748,-1.457431457431235,9.567099567099742,-7.83081808761699,-8.213454367467165,1.9182351185019382,1128.4,1134.65,1162.6833333333334,-0.9386154320715767,0,0,4.857142857142857,0.4321301474326385,1,-0.125,-162.71186440677891,1,0,-118.18181818181819,1,0,-0.881834215167554,15.024630727394793,0,0,0,0,0,0,-0.6451612903225765,-0.23602992909450649,-14.94949494949495,-0.1090367555800432,-13.782352941176669,0,0,1.1131883537817753,0.6470588235294118,-10841416333.078318,-491726.2286453247,1.0682704978014124,-141049.4382591471,0,0,,-35.75329588364076,18.707501294212452,0,1,-0.6533834586466085,0.5046575642733229,1126.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1136.0333333333333,1209.1333333333334,1126.0,-1.0592412194477818,0,0,0,none,1,-0.7058823529411765,-0.4448398576512456,0,0.25,-1,0,0,0.1710617021020703,34.66666666666667,0.22274021002237276,16.29901960784346,18.698009506833465,-13.300915614235464,-13.523655824257837,4.595088371601376,1129.4,1141.25,1178.7166666666667,-1.5115005476451282,0,0,7.571428571428571,0.6736146415861719,0,0.025,-109.2477822335654,1,0,-93.75,1,0,-0.969162995594719,50.64853643773127,1,0,1,0,1,0,0.9004329004329037,-0.11102431334367502,-5.492424242424242,-0.12084910893834647,-28.714705882352973,0,0,1.841213252706793,0.8319327731092437,-12668506972.130709,-1085558.841884613,0.7642307111445245,-239672.70723751187,0,0,,-35.72097396856378,47.79893590918927,1,1,-1.8909774436090447,0.7281341607098983,1123.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1133.3833333333332,1212.0,1131.9,-0.8279046512653765,0,0,0,none,1,-0.7373737373737373,-0.1779359430604982,0,0.385,-1,0,0,0.1332577039163984,12.5,-3.822767538502278,6.1561417019639135,5.244022949005168,-18.49436752740621,-14.671599988903933,9.404064679255562,1131.8,1164.15,1187.8,-3.448868272988881,0,0,13.357142857142858,1.188357905439756,0,0.01282051282051282,-97.93103448275815,0,0,-98.11320754716981,1,0,-4.0955631399317465,0.0,0,0,0,0,0,0,-8.487654320987659,0.2839569956244983,0.6289308176100619,-0.12316028326795624,-48.36470588235284,0,0,1.8687400954580708,0.8991596638655462,-15694173416.919676,-6662519.078020096,0.8456677971290175,-2280973.4001265317,0,0,,-35.65950928963591,59.7039299224223,1,1,-4.527067669172954,0.9575752214497834,1123.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1136.05,1210.0,1134.6,-1.0606927511993325,0,0,0,none,1,-0.6329113924050633,-0.5338078291814947,0,0.458,0,0,0,0.08096612397885958,11.538461538461533,-7.263779173758968,6.788432267884315,7.874175545408527,-17.15832497279871,-9.894545799039742,10.42865998654286,1132.4,1178.5,1183.6166666666666,-4.369961815867629,0,0,17.142857142857142,1.5211053365445557,0,0.0,-118.2236205227497,1,0,-100.0,1,0,-5.926544240400666,8.6194423850133,0,0,0,0,0,0,-2.3229246001523336,0.32791078963376386,-2.7397260273972615,-0.08703727974286123,-54.50588235294117,0,0,2.3994503348169967,0.9747899159663865,-15179038025.139908,-11768797.99555397,0.983575297198549,-2364546.252227336,0,0,,-35.45776429127354,51.8901553903237,1,1,-4.78646616541356,0.8493795955015484,1127.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1204.6833333333334,1206.0,1129.6333333333334,-6.448444266128028,0,0,0,none,1,-0.576271186440678,-0.6211180124223602,0,0.529,0,0,0,0.0,19.266055045871568,-8.703580361811413,10.868016846277513,20.493484697235615,-7.550338173046612,1.1532421887648021,7.864937613875732,1156.6,1188.45,1180.35,-4.749884303083851,0,0,17.642857142857142,1.5585562847046945,0,0.05128205128205128,-197.8273299028004,1,0,-94.87179487179486,1,0,-5.980066445182719,23.569348899174642,0,0,0,0,0,0,-6.172541445356515,-1.38360713866257,-12.66968325791855,-0.16535787428266732,-33.56764705882347,0,0,2.7443760359300033,0.8319327731092437,-17000394390.60329,-15089662.299507141,1.026513644593652,-3610186.2700080276,0,0,,-35.03240454487375,26.893093276616437,1,1,-1.925563909774426,0.23765749102079148,1128.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1204.7,1206.0,1135.8,-6.034697435046077,0,0,0,none,1,-1.183673469387755,-0.6183745583038869,0,0.385,-1,0,0,0.0,38.19444444444444,-3.058308347398263,30.467229072031245,62.853753241308304,-5.02370760571057,-1.9653992583123068,7.375605097308956,1175.4,1176.25,1200.2166666666667,-3.761955366631242,0,1,19.928571428571427,1.760474507824331,0,-0.029850746268656716,-153.3944954128439,1,0,-102.98507462686568,1,0,-4.793944491169045,42.33784906238662,0,0,0,0,0,0,-9.837051618547676,-3.4453250577262695,-36.82835820895522,-0.10604515498852449,-17.694117647058874,0,0,3.644802795663123,0.6974789915966386,-18688877002.552513,-21561142.917201996,1.3079946507733549,-2202866.9867833853,0,0,-3.1442875224813416,-34.823439753756944,29.53742983004316,1,1,1.3180451127819135,0.12925697645977907,1134.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1184.75,1214.5,1134.0,-4.452416121544633,0,0,0,none,1,-2.3333333333333335,-1.5901060070671376,0,0.375,-1,-1,0,-5.289699742349551,1.1072641005248443,6.396963842874396,1182.6,1205.1,1158.1166666666666,-1.750892042154173,0,0,37.285714285714285,3.1491312741312742,1,0.5777777777777777,-174.84696716750193,1,0,-34.177215189873415,0,0,-4.439063761097661,28.708803996183093,0,0,0,0,0,0,-6.179608772969772,0.19683101790566138,21.356132948404763,0.4260952279014528,-24.491176470588243,0,0,5.150567231719261,0.3949579831932773,-23000054307.12346,-125621043.88489914,1.2076154719352257,-3194681.8911446333,0,0,-2.5064603652186124,-31.437161273517088,29.456486419487856,1,1,-1.855639097744381,0.22640932652579093,1132.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1252.95,1255.0,1185.3,-5.503012889580594,0,0,0,none,1,-2.9655172413793105,-1.0135135135135136,0,0.5,0,0,0,18.938310948546814,-79.43084880635274,-98.36915975489956,1204.4,1225.0,1575.7166666666667,-3.3469387755102,0,0,86.78571428571429,7.329874517374519,0,0.4154929577464789,-39.63689938691112,0,0,-27.607361963190186,0,0,-4.051863857374394,52.531396619525985,1,0,1,0,1,0,1.1447687841097363,0.2502394628248368,5.21931471975293,0.34121270455896774,-80.2911764705882,0,0,14.597515487757994,0.4117647058823529,-52869962002.293396,-477427293.5971222,0.7062073943228729,-64838160.6163789,0,0,-4.498746459288741,-29.553807245851548,17.01587328317448,0,1,-10.49022556390981,0.44914879723706225,1185.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,in_cloud,above,7.583,0,0,2093.5833333333335,2111.0,1066.0,-43.446244477172314,1,0,0,none,1,-17.47457627118644,-5.912162162162162,0,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.27136533175220146,40.24896265560166,61.12221481974979,38.69765835122265,7.658033908735665,40.13050570962479,75.56475008322631,68.6629693530766,0.38931210276861217,30.237621810753048 -228,2025-11-14 03:33:00,buy,1101.0,0.08,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.32531689395453756,36.111111111111114,0.8719391248388586,43.58974358974379,37.89173789173807,-7.587571124221313,-8.459510249060171,2.7566542745914826,1115.8,1121.4,1145.8833333333334,-0.48154093097914075,0,0,4.071428571428571,0.36482334869431643,0,0.17391304347826086,-82.0055236881258,0,0,-33.33333333333333,0,0,-0.17889087656529634,15.961050095620621,1,0,1,0,1,0,1.8253968253968225,0.16978010067688132,4.273504273504265,0.10880768701102277,-14.452941176470404,0,0,0.9901497661454526,0.7310924369747899,,,0.2874431202353219,-12551.126071050763,0,0,,-36.13371568521189,73.3039195792021,1,1,-1.1037593984962402,0.7139226282131139,1112.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1115.95,1191.0,1112.0,0.0044804874770321135,1,0,0,none,1,-0.5210084033613446,0.0,0,0.269,0,0,0,0.21556079786200583,21.621621621621614,-0.20998023609939054,16.452991452991792,7.727920227920684,-11.937867591489294,-11.727887355389903,4.294257316219947,1116.2,1129.8,1158.9,-1.221455124800841,0,0,7.0,0.6272401433691757,0,0.27906976744186046,-122.48936380726323,1,0,-66.66666666666666,0,0,-1.326259946949604,13.54005702675029,0,0,1,0,0,0,1.621621621621614,0.3474857376244085,11.11111111111111,0.011873915104055348,-28.635294117647163,0,0,1.0010593854184215,0.5882352941176471,-12697635616.392614,-3968525.921142578,0.9565643464616694,-758271.901996702,0,0,,-36.101644622971854,72.13360945072723,1,1,-1.9443609022556634,0.8994199508502234,1104.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1171.7833333333333,1187.0,1112.3,-4.760550158590182,1,0,0,none,1,-0.5858585858585859,-0.2688172043010753,0,0.36,0,0,0,0.1503830806930564,10.810810810810807,-3.5488458077056677,9.305025156089101,5.991717422491445,-15.371570366423384,-11.822724558717717,8.130233656285576,1118.2,1148.65,1167.3333333333333,-2.8424672441561882,0,0,11.0,0.985663082437276,0,0.1527777777777778,-126.91029900332244,1,0,-78.84615384615384,0,0,-3.460207612456745,3.024884976896672,0,0,0,0,0,0,-3.8558558558558644,0.4866863494966083,5.662393162393164,-0.09325486838253544,-43.96470588235297,0,0,1.5870529953553563,0.7478991596638656,-15731435590.696499,-12078544.98368454,2.2511718470225217,-1492503.6227079332,0,0,,-36.03954087740112,65.94788139386418,1,1,-3.883458646616533,0.9683757578428354,1105.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1173.8000000000002,1201.0,1105.0,-4.924177883796233,1,0,0,none,1,-0.7721518987341772,-0.5376344086021506,0,0.333,0,0,1,0.0679864486493659,9.890109890109898,-5.685283944578575,3.2092982912655046,8.65011868722062,-15.131553763709007,-9.446269819130432,8.443588009315894,1123.6,1158.25,1174.5166666666667,-3.6477444420461858,0,0,15.642857142857142,1.4016897081413209,0,0.031746031746031744,-139.17796699253697,1,0,-96.82539682539682,1,0,-4.69684030742955,0.0,0,0,0,0,0,0,-16.89560439560438,0.21798370620134655,-3.4615729530983765,-0.04389013965005936,-45.41764705882338,0,0,2.4342890142579097,0.8823529411764706,-15223381514.738712,-20799665.018140793,2.1752041451708273,-1472388.7485943437,0,0,-5.474168290377552,-36.00887550836867,51.83008392808181,1,1,-3.5902255639097906,0.7546973241913751,1114.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1176.35,1198.1,1114.0,-5.1302758532749575,1,0,0,none,1,-1.1355932203389831,-1.4336917562724014,0,0.333,0,0,1,0.0,23.300970873786397,-7.206185084281337,19.29780314594789,24.233973027473027,-11.148384266610947,-3.94219918232961,6.991060105184308,1136.6,1166.7,1166.4333333333334,-4.345590125996401,0,0,16.642857142857142,1.491295442908346,0,0.09230769230769231,-211.4716486397895,1,0,-90.76923076923077,1,0,-5.021276595744684,27.929161927672,0,0,0,0,1,0,0.22404779686331722,-0.9905660234978075,-1.0897435897435876,-0.1667295583541439,-44.470588235294144,0,0,2.4292731550186843,0.7899159663865546,-17059953101.970057,-44100738.13451958,2.1150621197207196,-4094153.401562333,0,0,-6.6496105789919495,-35.870928976339265,51.481499235277106,1,1,-2.4646616541353303,0.5113263526401639,1110.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1174.5,1200.0,1110.0,-4.980842911877392,1,0,0,none,1,-0.46938775510204084,-0.985663082437276,0,0.5,0,0,1,0.0,29.931972789115648,-4.759823276959018,31.466159809183168,46.00866295633745,-5.10213143957094,-0.34230816261192104,6.700637633008983,1160.2,1170.9,1174.4,-4.517892219660102,0,0,21.714285714285715,1.9422438027089193,0,0.09302325581395349,-247.4856321839071,1,0,-90.69767441860465,1,0,-5.892255892255893,34.545129143751765,0,0,0,0,0,0,-12.703686125613032,-3.094411036953419,-22.454780361757102,-0.07196579112769146,-21.458823529411802,0,0,3.774782543889248,0.8991596638655462,-18793644941.339977,-91590822.0213089,2.0113888635850508,-4800212.463234425,0,0,-6.894200516677163,-35.551676601020844,40.90060350771803,1,1,-0.24661654135337216,0.005532998547422618,1110.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1199.4833333333333,1201.0,1110.0,-6.7932026289096665,1,0,0,none,1,-1.2307692307692308,-0.9838998211091234,0,0.5,-1,-1,1,-1.8258527244542806,-3.6534221256943056,-1.827569401240025,1176.6,1192.3,1154.8833333333334,-0.2767759791998614,0,0,40.07142857142857,3.3701790219872643,0,0.7821782178217822,-147.39229024943236,1,0,17.91044776119403,0,1,1.9725557461406584,34.51731521903264,0,0,0,0,0,0,8.152734778121776,1.5170249578777588,24.957491025883243,0.5266939876005666,-30.91470588235302,0,0,6.853454544465784,0.6050420168067226,-23087994256.168476,-134508430.66653824,1.4805225006611535,9494746.784546793,0,0,-4.419675818987382,-31.06772683140584,45.971405725193996,1,1,-3.267669172932325,0.4450643161538631,1110.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1220.1333333333332,1222.0,1169.7333333333333,-2.5516337012348234,1,0,0,none,1,-0.7586206896551724,-0.9251471825063078,0,0.333,0,0,0,19.318279813458147,-74.22130998807688,-93.53958980153503,1199.8,1218.9,1558.6166666666666,-2.4530314217737326,0,0,85.71428571428571,7.208939084464736,0,0.43309859154929575,-77.44807847550099,0,0,-24.539877300613497,0,0,1.0195412064570863,51.0198327637009,0,0,0,0,0,0,7.953785478114668,0.3799688649113335,1.122366481190852,0.36773393987078445,-96.2294117647059,0,0,14.454523986452314,0.4117647058823529,-53009227952.46397,-293388803.2104721,1.2001621753343534,4007829.820221901,0,0,-4.64613539136656,-29.114160503667787,16.02559904679239,0,1,-9.646616541353376,0.3964681291493648,1104.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,in_cloud,above,7.348,0,0,1431.75,2111.0,1066.0,-16.954775624236074,1,0,0,none,1,-15.728813559322035,-3.616484440706476,0,0.0,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.4715296220180765,47.368421052631575,104.50738329628454,81.03421140549163,9.721542136728702,48.08429118773946,76.68711656441717,74.19910067037229,0.41752804300670665,29.74382458237555 -229,2025-11-14 13:39:00,buy,1070.0,0.083,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.0,31.034482758620683,-0.5049824565687295,46.12470862470883,44.617327117327314,-3.6862307116127795,-3.18124825504405,1.3309522180935138,1100.0,1104.35,1113.1333333333334,-0.8466518766695241,0,0,5.0,0.45662100456621,0,0.5555555555555556,-346.7933491686391,1,0,-42.30769230769231,0,0,-0.6352087114337546,7.400589748160314,1,0,0,0,1,0,-2.2988505747126453,-0.28556142144970886,-0.7692307692307736,0.04061576796883628,-11.508823529411757,0,0,0.6779692748432918,0.226890756302521,-10881820163.134619,-13572006.01303482,4.967878468316997,-1000849.7193253227,0,0,,-37.288132163566935,54.73696555908158,1,1,-0.5120300751879723,0.679579967263716,1080.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1121.6833333333334,1128.8,1084.0666666666666,-2.3788650985869464,1,0,0,none,1,-0.2605042016806723,-0.091324200913242,0,0.419,0,0,1,0.0,20.0,-1.0368065711037175,37.246963562753386,27.73729194781873,-5.036233377431927,-3.9994268063282092,2.1608879507800594,1100.8,1107.85,1118.0166666666667,-1.5209640294263638,0,0,6.0,0.5499541704857929,0,0.4883720930232558,-364.34108527131946,1,0,-46.15384615384615,0,0,-1.534296028880866,4.99417366326162,1,0,0,0,1,0,-10.434782608695656,-0.6309855692934199,7.948717948717949,-0.16253604407390299,-17.141176470588334,0,0,0.9502845453034052,0.2689075630252101,-12731463404.041088,-19795685.531692505,8.648323209181228,-1144690.929903984,0,0,,-37.48252050197626,65.38194854307388,1,1,-0.9300751879699143,0.8452744159274065,1070.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1075.9166666666665,1126.8,1074.7333333333333,1.4019053520254232,1,0,0,none,1,-0.1414141414141414,-0.27497708524289644,0,0.44,-1,-1,1,0.07668339654540943,24.242424242424235,-1.3832467719827704,25.921568627451094,18.44444444444449,-4.731086356204742,-3.3478395842219713,2.510941584962612,1105.4,1114.85,1116.4833333333333,-1.062923263219262,0,0,7.357142857142857,0.6670120450718818,0,0.66,-297.06790123456585,1,0,-34.0,0,0,-1.1648745519713288,2.9350319189644125,0,0,0,0,0,0,-9.090909090909093,0.03997694033675403,10.235294117647058,0.16501259337713262,-20.30882352941171,0,0,1.0238343802138223,0.15966386554621848,-15790117044.275995,-41172923.04408646,7.831497303761307,-1478273.9344811589,0,0,,-36.73493570332001,39.66326044252986,1,1,-1.0924812030075528,0.8529231035247556,1070.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1107.45,1123.5,1077.1333333333334,-0.40182401011332747,1,0,0,none,1,-1.0506329113924051,-0.271985494106981,0,0.318,0,0,1,0.06652337054146391,35.55555555555554,-1.3790747466135196,29.95331465919701,21.49105796164631,-5.160297670859563,-3.781222924246044,3.176565937525213,1107.6,1118.4,1130.7833333333333,-1.3769670958512226,0,0,8.5,0.7706255666364461,0,0.42857142857142855,-284.5451683978619,1,0,-48.57142857142857,0,0,-1.1648745519713288,19.822978050994635,0,0,0,0,1,0,4.786324786324769,-0.1941830990981983,17.142857142857142,0.13282884738930534,-15.641176470588334,0,0,1.3273190276973719,0.2184873949579832,-15252349310.177662,-12093677.373470306,7.158313389994443,-2372065.295639068,0,0,-3.4856018566252365,-36.70236149344868,37.11920996115054,1,1,-1.312781954887211,0.7646508183990802,1085.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1086.5333333333333,1177.0,1085.0,1.5155233771014798,1,0,0,none,1,-1.2542372881355932,-1.6319129646418857,0,0.286,0,0,1,0.14281646911187015,50.495049504950494,0.3698967455137332,33.47619047619027,46.82539682539669,-10.024815555435907,-10.39471230094964,3.397580013319854,1113.2,1116.55,1152.5833333333333,-1.213559625632521,0,0,14.571428571428571,1.3210723999481933,1,0.3142857142857143,-225.39682539682516,1,0,-68.57142857142857,0,0,-3.075571177504388,31.40070208917389,1,0,0,0,0,0,0.9804863981543761,-0.6528696560325997,-9.523809523809526,0.17289521247699446,-26.22352941176473,0,0,2.5762082928038197,0.6974789915966386,-17090636642.757524,-19235269.47666359,4.894426527010762,-4928707.539738059,0,0,-2.8543238425751487,-36.56506670802384,27.068383057880464,1,1,0.08646616541354452,0.002909274414866103,1092.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1093.8,1189.2,1092.0,0.8411044066557016,1,0,0,none,1,-1.510204081632653,-2.2665457842248413,0,0.308,-1,0,1,0.24233685159648158,27.516778523489933,-2.1029118732573107,17.747287238812763,17.3454837456114,-15.733099078734767,-13.630187205477457,11.066333275507164,1117.4,1141.55,1161.7166666666667,-2.851386273049794,0,0,23.285714285714285,2.0997037227875817,0,0.21518987341772153,-108.26542491268982,1,0,-76.38888888888889,0,0,-0.805008944543828,14.13217790066065,0,0,1,0,0,0,-1.35646091312978,0.2179271868496091,3.5692951015531644,0.22703710437924762,-39.08823529411757,0,0,3.4664736178240347,0.6470588235294118,-18817674228.402958,-24029287.06298065,3.5070473073013715,-3712773.434159875,0,0,-6.393066920602778,-36.01730049912416,59.25276095319231,1,1,-4.536090225563914,0.7220279809409836,1092.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1107.6,1178.6666666666667,1092.0,0.12639942217407274,1,0,0,none,1,-2.3846153846153846,-2.254283137962128,0,0.25,0,0,1,-7.786248078190554,-14.696913896828619,-6.910665818638065,1143.6,1176.8,1156.1,-5.081577158395644,0,0,44.42857142857143,3.9774907277145415,0,0.06930693069306931,-160.43094594311341,1,0,-89.39393939393939,1,0,-7.533112582781454,36.34774976720331,0,0,0,0,0,0,1.2738269794721404,-0.9167056529895374,-35.76812905171114,0.21559774891737893,-57.023529411764684,0,0,8.437354043341937,0.7899159663865546,-23104212494.140503,-143145538.04607773,2.2369598078797606,-2946283.4842787385,0,0,-3.7254214293737484,-35.17315983631891,50.56231289340549,1,1,-4.518796992481214,0.5558960897035286,1119.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1220.1333333333332,1222.0,1110.0,-8.452628128073425,1,0,0,none,1,-2.1379310344827585,-4.923903312444047,0,0.333,0,0,1,19.318279813458147,-74.22130998807688,-93.53958980153503,1199.8,1218.9,1558.6166666666666,-2.4530314217737326,0,0,85.71428571428571,7.208939084464736,0,0.43309859154929575,-77.44807847550099,0,0,-24.539877300613497,0,0,1.0195412064570863,51.0198327637009,0,0,0,0,0,0,7.953785478114668,0.3799688649113335,1.122366481190852,0.36773393987078445,-96.2294117647059,0,0,14.454523986452314,0.4117647058823529,-53009227952.46397,-293388803.2104721,1.2001621753343534,4007829.820221901,0,0,-4.64613539136656,-29.114160503667787,16.02559904679239,0,1,-9.646616541353376,0.3964681291493648,1104.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,in_cloud,above,7.348,0,0,1431.75,2111.0,1066.0,-16.954775624236074,1,0,0,none,1,-15.728813559322035,-3.616484440706476,0,0.0,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.08305271616293666,40.76246334310851,12.611186491783506,43.69208118017266,12.187577076006205,48.08429118773946,76.68711656441717,74.19910067037229,0.41752804300670665,29.74382458237555 -230,2025-11-14 21:39:00,buy,1064.0,0.083,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.021797570443691697,33.33333333333333,0.06796284617824,58.37606837606859,53.16239316239338,-3.7528122707021794,-3.8207751168804194,1.39256245242331,1078.0,1081.2,1091.4333333333334,-0.6659267480577213,0,0,4.642857142857143,0.4322958233572759,0,0.29411764705882354,-192.30769230769187,1,0,-61.53846153846154,0,0,-0.647548566142464,23.865338037508465,1,0,1,0,1,0,-1.1494252873563227,-0.251001573351624,-2.331002331002331,0.10080662828989927,-8.608823529411666,0,0,0.8165714204356572,0.7815126050420168,-10898977539.444721,-1681034.7454452515,3.4053538276809077,-289897.23409416154,0,0,,-38.43807959955109,44.42510918995645,1,1,-0.5172932330827114,0.661028499927379,1069.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1123.0833333333335,1124.0,1069.0,-4.370408844698392,1,0,0,none,1,-0.17647058823529413,-0.186219739292365,0,0.296,0,-1,1,0.09017759364341285,22.222222222222214,-0.5038489903265733,30.728530728531087,20.255053588387398,-5.826064163491992,-5.322215173165419,2.3714115398261217,1077.2,1085.55,1100.05,-0.9718575837133203,0,0,6.0,0.5581395348837209,0,0.28,-167.43142653206996,1,0,-61.111111111111114,0,0,-0.9216589861751112,21.051593455164806,0,0,1,0,1,0,-14.920634920634924,-0.05279505470224066,10.582010582010582,0.08819699703734803,-14.700000000000045,0,0,0.9997358127344051,0.5966386554621849,-12751838906.92149,-6471766.138568878,3.136828061467822,-351053.1912006438,0,0,,-38.35019974766362,62.2197428469182,1,1,-1.0203007518796972,0.879692560074184,1068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1076.4,1124.0,1073.6,-0.13006317354143926,1,0,0,none,1,-0.29292929292929293,-0.09302325581395349,0,0.37,0,-1,1,0.13276976676712915,25.000000000000014,-1.4145884389150227,15.565796210957616,16.544766935259343,-7.1372500365555425,-5.72266159764052,2.989665884105742,1082.2,1093.0,1103.1166666666666,-1.0978956999085132,0,0,6.285714285714286,0.5814721818422096,1,0.38235294117647056,-165.93886462882114,1,0,-58.06451612903226,0,0,-1.458523245214216,17.311877785308425,1,0,0,0,0,0,6.818181818181827,0.28221544949282507,3.452178834182229,0.06534193942430747,-22.84705882352955,0,0,0.8950557921483796,0.09243697478991597,-15816013079.443447,-11399799.818153381,2.4439763304650883,-617393.4578974545,0,0,,-37.94734628715703,54.23512147300017,1,1,-1.2872180451127981,0.868973696069826,1068.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1080.65,1123.2,1072.6,0.03238791468096469,1,0,0,none,1,-0.7215189873417721,-0.09250693802035154,0,0.3,0,0,1,0.1209722558402458,17.02127659574468,-2.1435677398707913,26.45609318996415,18.61674018932094,-7.597011367308369,-5.4534436274375775,4.5571142321041,1084.0,1100.0,1109.9,-1.7272727272727217,0,0,8.928571428571429,0.8259548037531386,0,0.3,-174.59324155193875,1,0,-58.333333333333336,0,0,-1.458523245214216,20.223584238324307,0,0,0,0,1,0,3.687943262411352,0.14511153237173335,13.888888888888891,0.08668714582556261,-21.605882352941308,0,0,0.9490984626273912,0.01680672268907563,-15272398682.870775,-12943802.69635582,2.9285017584619006,398784.83427509665,1,0,,-37.917050460857915,47.175156385237415,1,1,-2.07368421052633,0.9583145195428244,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1086.1166666666668,1122.8,1068.3666666666666,-0.4710973345405045,1,0,0,none,1,-0.4067796610169492,-0.46253469010175763,0,0.385,0,0,1,0.015852996625606908,39.77272727272727,-1.6727321912544983,5.322128851540407,12.95042708441387,-9.893526928790152,-8.220794737535654,4.303100750005639,1090.4,1104.0,1134.7,-2.083333333333337,0,0,12.714285714285714,1.1761596405444692,0,-0.029411764705882353,-162.93785310734592,1,0,-102.94117647058823,1,0,-3.7399821905609976,33.99713177554871,0,0,0,0,0,0,-6.893939393939391,-0.48532285928046015,-7.153231663035584,0.05658008940778612,-22.144117647058692,0,0,2.297754507743664,0.5210084033613446,-17105593224.691685,,1.997780111039675,-4685305.85032481,0,0,,-37.78090857377104,13.138260511890152,0,1,-1.1157894736842464,0.3089238020424181,1082.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1086.65,1175.0,1082.0,-0.5199466249482421,0,0,0,none,1,-1.836734693877551,-2.4051803885291396,0,0.25,0,0,1,0.03141642269653116,42.63565891472868,-0.9107931319838425,9.862987987988086,31.181181181181255,-15.664085399473834,-14.753292267489991,4.9897811397018605,1101.2,1112.0,1152.6166666666666,-2.3381294964028743,0,0,20.0,1.841620626151013,1,-0.02702702702702703,-200.64724919093894,1,0,-102.7027027027027,1,0,-2.6881720430107503,36.250176950850594,1,0,1,0,0,0,-1.0151347360649652,-0.6715349353183324,-21.734234234234236,0.11731436418330361,-41.720588235294144,0,0,3.750154544922729,0.8067226890756303,-18865014325.089027,-59624148.05975723,1.5689566391776957,-5562557.868144095,0,0,-5.032533336510112,-37.29474242225289,33.952869142165405,1,1,-1.374436090225561,0.3436090225563907,1087.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1088.8166666666666,1177.8333333333333,1087.0,-0.25869062743957283,0,0,0,none,1,-1.6153846153846154,-2.394106813996317,0,0.375,0,0,0,-8.745149127619761,-19.734742700986317,-10.989593573366555,1114.2,1163.65,1157.5166666666667,-5.985476732694551,0,0,46.357142857142854,4.237398798641943,0,-0.011904761904761904,-155.74216623901705,1,0,-101.23456790123457,1,0,-3.3568904593639592,37.06434642516357,1,0,0,0,0,0,-3.3734939759036138,-1.1745872363255625,-8.492330714552933,0.16232805305705336,-71.09117647058838,0,0,8.194373733524662,0.7563025210084033,-23337064101.640762,-337992427.32434464,1.799603204662879,1513083.1418697536,1,0,-6.626581912943128,-36.45945279205625,50.06074801528195,1,1,-4.328571428571425,0.542566384150478,1095.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1219.8833333333332,1222.0,1095.0,-10.319292828549164,0,0,0,none,1,-3.8275862068965516,-3.930530164533821,0,0.333,0,0,0,19.318279813458147,-74.22130998807688,-93.53958980153503,1199.8,1218.9,1558.6166666666666,-2.4530314217737326,0,0,85.71428571428571,7.208939084464736,0,0.43309859154929575,-77.44807847550099,0,0,-24.539877300613497,0,0,1.0195412064570863,51.0198327637009,0,0,0,0,0,0,7.953785478114668,0.3799688649113335,1.122366481190852,0.36773393987078445,-96.2294117647059,0,0,14.454523986452314,0.4117647058823529,-53009227952.46397,-293388803.2104721,1.2001621753343534,4007829.820221901,0,0,-4.64613539136656,-29.114160503667787,16.02559904679239,0,1,-9.646616541353376,0.3964681291493648,1104.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,in_cloud,above,7.348,0,0,1431.75,2111.0,1066.0,-16.954775624236074,1,0,0,none,1,-15.728813559322035,-3.616484440706476,0,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.0,40.0,14.23494201271979,16.52446707725868,11.95060210543531,48.08429118773946,76.68711656441717,74.19910067037229,0.41752804300670665,29.74382458237555 -231,2025-11-15 08:06:00,buy,1058.0,0.084,41,저점 분할 매수 · 비중 8% · 12회 · BB하단 · leg#41,0.10267449557167561,47.22222222222222,-0.9330527712095323,28.33333333333354,27.32193732193751,-1.4973834152692689,-0.5643306440597365,1.6567988782322998,1082.0,1086.15,1087.9166666666667,-0.6582884500299313,0,0,5.428571428571429,0.5031113464848405,0,0.6,-259.1231937300992,1,0,-40.0,0,0,-1.2808783165599302,27.166105485236343,0,0,0,0,0,0,-2.7777777777777786,-0.2243663525842975,8.88888888888889,0.19223862352660545,-8.535294117647027,0,0,0.9376439021572504,0.7815126050420168,,,6.834551296264036,-508927.19687362015,0,0,,-38.102810216987685,11.188493552513966,0,1,-0.15864661654137258,0.04352416602552145,1061.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1066.7166666666667,1105.1,1065.9,1.1515085230379807,1,0,0,none,1,-0.24369747899159663,0.0,0,0.375,0,0,1,0.0,31.25,-1.0973797256364317,42.000651678071385,55.33018355599046,-3.0044896298099957,-1.907109904173564,1.996045629005227,1081.8,1086.0,1092.65,-1.6574585635359074,0,0,8.285714285714286,0.7758159443552703,0,0.2903225806451613,-322.59523002147296,1,0,-70.96774193548387,0,0,-1.2025901942645745,27.487129644666453,0,0,0,0,0,0,-10.416666666666671,-1.0443121505191144,-12.54480286738351,-0.019086845408232647,-9.650000000000091,0,0,1.3929674461331583,0.6554621848739496,-12769033267.215569,-3713877.1647720337,4.319715018455766,-391776.02831818163,0,0,,-38.701785494094096,24.90169468212133,0,1,-0.4436090225564008,0.2345244832511333,1059.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1103.9166666666665,1114.0,1059.0,-3.2535668453234523,1,0,0,none,1,-0.37373737373737376,-0.46816479400749067,0,0.407,-1,-1,1,0.25537269224140435,49.056603773584904,-0.16563879556632433,89.44444444444457,87.48677248677252,-3.172633424976084,-3.0069946294097596,3.000257660738006,1086.2,1090.0,1095.4,-0.7339449541284404,0,0,9.0,0.8317929759704251,0,0.5227272727272727,-238.53211009174467,1,0,-23.333333333333332,0,0,-0.8249312557286892,29.71965474272855,1,0,1,0,1,0,3.442568685865602,-0.28168818015729213,-5.396825396825378,0.28770121327794285,-10.099999999999909,0,0,1.6356927809581956,0.3025210084033613,-15843034060.144571,,5.443824002168557,-716482.1364210248,0,0,,-37.839448357395064,16.203914414030905,0,1,-0.7789473684210549,0.31771239121425,1059.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1086.5,1109.0,1064.0,-0.4141739530602817,1,0,0,none,1,-0.21518987341772153,-0.46210720887245843,0,0.389,0,0,1,0.22503768886649658,33.76623376623377,-0.5997446817441738,50.67613252197429,46.01081812035168,-3.512426003110477,-2.912681321366303,3.4459214009206964,1086.2,1092.35,1095.1833333333334,-0.9474985123815505,0,0,12.857142857142858,1.1882756799577503,0,0.38235294117647056,-164.73616473616428,1,0,-61.76470588235294,0,0,-0.8249312557286892,25.617820761127348,0,0,1,0,0,0,-8.699519658423768,-0.2130024006529454,4.699121027721432,0.33232817420479926,-14.77647058823527,0,0,2.286914487742862,0.6470588235294118,-15297526079.23519,-4452086.806863785,5.526756917924361,-949548.6871884465,0,0,,-37.8098556187965,21.699170099217387,0,1,-1.0308270676691844,0.4199767940847037,1069.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1096.75,1111.0,1067.5,-1.3448826077045783,1,0,0,none,1,-0.5423728813559322,-1.3863216266173752,0,0.333,0,0,1,0.20956340557575226,37.5,-0.9504463276648525,38.333333333333115,32.61904761904747,-4.943186244561957,-3.9927399168971047,4.18087533123134,1085.0,1095.3,1105.6333333333334,-1.2142791929151797,0,0,15.285714285714286,1.4127277528386586,0,0.4,-171.37542146262172,1,0,-60.0,0,0,-0.6427915518824601,30.78210422084419,0,0,0,0,0,0,-5.092592592592588,-0.3193202432233866,1.4285714285714235,0.30003924018030553,-14.623529411764594,0,0,2.8582280827880555,0.8823529411764706,-17138096290.341383,-10280437.513549805,3.0466712638120375,-1943678.3049131632,0,0,,-37.67510408529524,23.910054126995714,0,1,-0.44661654135339324,0.05326685116936569,1066.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1087.35,1120.9,1066.0,-0.49202188807651037,1,0,0,none,1,-0.7959183673469388,-1.1090573012939002,0,0.417,0,0,1,0.1809070253949808,38.970588235294116,0.42495645091621626,28.078817733990245,34.157171333895555,-11.78997464345548,-12.214931094371696,4.67914045025102,1089.2,1098.4,1137.0,-1.4930808448652688,0,0,20.857142857142858,1.9276472141536838,1,0.26666666666666666,-159.80230642503992,1,0,-58.620689655172406,0,0,-0.4599816007359703,45.60130185568992,1,0,1,0,1,0,0.0,-0.3693318495133546,-10.531220876048462,0.2787957683367136,-24.476470588235316,0,0,3.88638100407263,0.9327731092436975,-18886864687.49445,-19415252.10777664,1.4434397986410428,449698.6264466047,1,0,-3.2803726465388094,-37.47595189015745,13.222833048189214,0,1,-1.1278195488721798,0.26965846137915317,1070.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1105.4666666666667,1178.2666666666667,1070.0,-2.122783741406342,1,0,0,none,1,-2.717948717948718,-1.478743068391867,0,0.143,0,0,0,-8.157612960317,-25.27791852427049,-17.12030556395349,1099.2,1147.95,1159.4,-5.7450237379676805,0,0,41.714285714285715,3.8552944283073676,0,0.0,-121.72437202987061,1,0,-100.0,1,0,-9.83333333333334,38.73602813271295,0,0,0,0,0,0,1.2197335463026917,-0.07693377709876081,0.4115226337448554,0.15233279920934237,-79.55588235294113,0,0,7.992601416028879,0.7226890756302521,-23354305711.863403,-332928100.58607864,1.0951962121659706,-9128794.694634318,0,0,-6.3365173832327555,-37.11172072625316,47.564413022611554,1,1,-5.269924812030072,0.6267513775181824,1082.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1219.6666666666665,1222.0,1082.0,-11.287236949986323,1,0,0,none,1,-4.896551724137931,-3.9741219963031424,0,0.333,0,0,0,13.972021947582732,-76.07456236705661,-90.04658431463935,1179.6,1208.3,1541.7333333333333,-8.631962261027892,0,0,90.35714285714286,8.18452380952381,0,0.14583333333333334,-109.2769429433876,1,0,-74.8502994011976,0,0,3.4676663542642983,42.277957980687496,0,0,0,0,0,0,-7.220503812324168,-5.346257865875415,-19.019629452750948,0.17369974888213402,-116.2911764705882,0,0,15.353852356421394,0.5042016806722689,-53186579160.8059,-441961250.83898926,0.6633143213578004,27903447.436318398,0,0,-5.093821463673735,-34.103985117338155,14.335948197422365,0,1,-9.754887218045114,0.40149146692615545,1062.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,in_cloud,above,8.747,0,0,1429.15,2111.0,1062.0,-22.751285729279648,1,0,0,none,1,-17.423728813559322,-0.7246376811594203,0,0.0,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.08133754484736731,34.355828220858896,9.042145593869732,10.938933825268444,13.72232849461796,40.86378737541529,57.66748711166622,69.97311791976989,0.21370998452137385,30.1511117898987 -232,2025-11-17 02:54:00,buy,988.0,0.09,41,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41,0.15911373937802506,37.037037037037045,0.20169893340114609,22.61904761904781,32.31922398589082,-4.316919379018259,-4.518618312419405,1.5004515014519075,993.6,997.1,1011.5166666666667,-0.5114833015745668,0,0,3.7857142857142856,0.3816244239631336,0,0.09090909090909091,-95.0300382304764,0,0,-85.71428571428571,1,0,0.10090817356205317,23.386376795409788,0,0,0,0,0,0,-1.4245014245014147,-0.03334748316366909,-11.904761904761902,0.1251544273055713,-8.794117647058783,0,0,0.9013389768977154,0.5882352941176471,-10947005570.078577,-13780.117580413818,0.7144218173186225,-84283.89612648264,0,1,,-42.957531531959745,35.82800600346239,1,1,-0.5293233082706812,0.700984968063495,992.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1027.2166666666667,1029.2666666666667,991.0,-3.4283581847387,1,0,0,none,1,-0.31092436974789917,-0.20161290322580644,0,0.395,-1,0,0,0.15982986042194625,27.272727272727266,-0.46445062471373433,12.222222222222564,11.873638344227025,-6.550350132647964,-6.085899507934229,2.901892867637203,994.6,1002.9,1016.3,-0.9871373018247032,0,0,5.285714285714286,0.5322975111494749,0,0.05,-99.36575052854144,0,0,-90.0,1,0,-0.8982035928143728,8.049063455707795,0,0,1,0,0,0,1.5584415584415439,0.10798802575631772,3.333333333333334,0.06300882222268696,-16.12058823529412,0,0,0.8184831865231851,0.5882352941176471,-12821154161.590788,-2833923.646188736,0.7596345031153168,-664253.2919219434,0,0,,-42.8718580294012,64.87848540838792,1,1,-1.1954887218045236,0.9449329228818718,992.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1028.1666666666667,1054.0,994.0666666666667,-3.420327443669968,0,0,0,none,1,-0.5656565656565656,-0.10070493454179255,0,0.292,0,0,0,0.11446361157223638,16.326530612244895,-1.635954260361089,5.670498084291302,6.781609195402346,-8.92361944516324,-7.287665184802151,5.095902740612034,996.2,1012.9,1029.3,-1.9646559383947104,0,0,8.285714285714286,0.8344123147748526,0,0.0,-109.31738913801743,1,0,-100.0,1,0,-2.071005917159763,7.151013735834297,0,0,0,0,0,0,-0.3401360544217624,0.06617782345488354,0.0,0.017722935990912795,-21.594117647058738,0,0,1.4213985214504652,0.8151260504201681,-15918268441.34745,-8625814.01514244,2.195682128981946,-3050345.883239791,0,0,-3.0959996696972696,-42.8153309176903,48.880270373833206,1,1,-2.1172932330826972,0.9422684342184872,993.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1028.0,1053.0,993.0,-3.404669260700388,1,0,0,none,1,-0.6582278481012658,-1.3091641490433032,0,0.278,0,0,1,0.0,29.6875,-1.9720292429853963,6.862745098039206,9.948221712927696,-10.050675321570907,-8.07864607858551,4.303415659469594,1000.0,1015.65,1036.05,-2.2300989514104197,0,0,9.214285714285714,0.927924039706517,0,0.029411764705882353,-151.0379384395139,1,0,-97.05882352941177,1,0,-2.837573385518588,14.623992793350155,0,0,0,0,0,0,-1.9791666666666714,-0.23004826948175605,-3.7815126050420167,-0.07866630529219905,-27.72352941176473,0,0,1.6888512562660423,0.9747899159663865,-15377375420.013327,-19173737.978855133,1.956273448693639,-4002765.7548074126,0,0,,-42.788984907961215,40.174311592332614,1,1,-1.4999999999999891,0.6595622754622998,992.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1027.5833333333333,1053.0,992.0,-3.365501581380259,1,0,0,none,1,-1.11864406779661,-1.3091641490433032,0,0.167,0,0,1,0.044280257303168376,17.441860465116278,-2.8564320708024766,7.480262277532223,10.252798965163317,-11.822688886039145,-8.966256815236669,6.837979614432355,1009.4,1030.1,1047.2333333333333,-3.116202310455285,0,0,13.857142857142858,1.3884912682507875,0,0.0,-151.93509568727956,1,0,-100.0,1,0,-3.1067961165048508,13.151558844427797,0,0,0,0,0,0,-0.20519835841312783,-0.3553332920568888,0.833333333333333,0.005499224729026514,-32.86176470588248,0,0,2.373731814110365,0.6470588235294118,-17254549137.60078,-25166736.168994904,1.8612085725569738,-3741550.670440674,0,0,,-42.3786881029407,56.175175709536596,1,1,-2.7127819548872307,0.8306219910072546,998.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,999.0,1056.0,998.0,-0.10010010010009784,1,0,0,none,1,-1.2244897959183674,-1.3026052104208417,0,0.308,0,0,1,0.0,23.36448598130842,-3.2699639967494,22.011729405346518,22.67824177398653,-14.01409415230205,-10.74413015555265,6.380779600061405,1017.2,1041.55,1069.6666666666667,-3.7972252892323866,0,0,14.428571428571429,1.4399771884801826,0,0.05454545454545454,-189.09716765817333,1,0,-94.23076923076923,1,0,-4.297994269340977,17.506680613165543,0,0,0,0,1,0,-9.968847352024909,-0.8739744628606214,-0.09712509712510098,-0.1295278863161193,-36.2294117647059,0,0,2.943975524073,0.40336134453781514,-19016258062.4684,-75359460.61810303,2.8894071520689266,-7277700.257974386,0,0,,-41.964935286376424,22.46923584379201,0,1,-2.2293233082706916,0.6301245587682008,999.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1053.8333333333335,1067.9333333333334,999.0,-4.918551320575693,1,0,0,none,1,-2.2564102564102564,-1.2974051896207583,0,0.0,0,0,1,-3.1920238300788455,-32.664053206141034,-29.47202937606219,1048.6,1091.5,1156.7166666666667,-5.634448007329363,0,0,29.071428571428573,2.82246879334258,0,0.21428571428571427,-171.48189622993667,1,0,-60.0,0,0,-4.805914972273573,12.969345088484673,0,0,1,0,1,0,-5.91575091575092,-0.35319652196613305,6.8656716417910495,0.005838801641665117,-83.45588235294122,0,0,6.1821609206388946,0.36134453781512604,-23491743179.361473,-137437467.49806976,1.965548996651748,-10722181.405840158,0,0,-7.116236482113925,-39.99949888525669,28.937647198198288,1,1,-6.443609022556375,0.8640005213772928,994.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1172.9666666666667,1176.0,1000.0666666666667,-12.188467987155082,1,0,0,none,1,-5.172413793103448,-0.7766990291262136,0,0.167,0,0,1,-1.2858955864906676,-88.98564085582939,-87.69974526933872,1079.2,1159.7,1485.2833333333333,-12.822281624558073,0,0,81.71428571428571,8.082520842164758,0,0.11382113821138211,-121.0053831413053,1,0,-87.09677419354838,1,0,-11.625874125874125,46.091016676519786,0,0,1,0,1,0,2.305638702370345,-3.929897100393802,-4.082158264116925,0.0048661958451540884,-175.40588235294126,0,0,14.816716447146323,0.453781512605042,-53313899194.175125,-544281604.1809845,0.9804713201353815,-64358316.0149132,0,0,-4.093766414012086,-39.350222434984374,10.833611843454326,0,1,-8.652631578947375,0.3716736175891696,983.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-1.845,0,0,1405.0500000000002,1900.5,1056.4,-28.045265293050083,0,0,0,none,1,-19.135593220338983,5.143422354104846,0,0.0,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.12510562554003318,20.51282051282051,24.965277777777782,16.74233001658376,15.02942799674109,34.22053231939162,13.926555090375443,23.915462004950772,0.05725913405237912,28.96114321209969 -233,2025-11-17 22:51:00,buy,985.0,0.09,41,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41,0.09206648403642508,11.999999999999986,-1.2273924818670716,11.929824561403718,11.776172457287197,-5.668339901062836,-4.440947419195765,3.0474637582360984,995.6,1005.5,1014.1,-1.2431626056688239,0,0,4.142857142857143,0.4172061573874263,0,0.13043478260869565,-137.41967375185212,1,0,-84.21052631578947,1,0,-1.3902681231380387,4.766549875802838,0,0,0,0,0,0,3.999999999999986,0.06441961179318412,1.3415892672858636,-0.13378549173761464,-15.44411764705876,0,0,0.585604668959636,0.8151260504201681,-10968182766.987434,,2.2754470405956875,-688085.3008467965,0,0,,-42.822686049725725,65.93797749746446,1,1,-1.2691729323308159,0.9607013048315851,990.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1019.3333333333333,1019.8666666666667,990.0,-2.5833878351863904,1,0,0,none,1,-0.23529411764705882,-0.2014098690835851,0,0.357,0,0,1,0.0,3.5714285714285694,-2.2586824513006203,11.483841412627342,12.868473170822432,-6.382308780293329,-4.123626328992708,3.627787262263059,995.4,1008.95,1015.3666666666667,-1.8781901977303228,0,0,5.071428571428571,0.5122655122655122,0,0.15151515151515152,-173.78338077809477,1,0,-82.75862068965517,1,0,-2.463054187192115,0.0,0,0,0,0,0,0,-3.8359788359788496,-0.12256444465876193,-0.9195402298850563,-0.29330460527075636,-19.517647058823513,0,0,0.5738696857730945,0.17647058823529413,-12841983644.348213,,4.338417746635153,-1981574.2060748786,0,0,,-42.96506566455207,49.2837687972584,1,1,-1.4503759398496272,0.8792781633520619,985.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1015.2166666666667,1019.5333333333333,985.0,-2.483870438165914,1,0,0,none,1,-0.26262626262626265,-0.20202020202020202,0,0.316,-1,0,1,0.0,10.256410256410263,-3.014148443633771,11.363133248190833,21.288532100792658,-4.987738160361118,-1.9735897167273473,3.510266939079025,1000.6,1013.75,1015.65,-2.3427866831072786,0,0,6.428571428571429,0.6493506493506493,0,-0.034482758620689655,-210.4633781763824,1,0,-103.7037037037037,1,0,-2.7504911591355596,8.040288899443638,0,0,0,0,0,0,-4.029304029304029,-0.561371143996606,-11.234567901234568,-0.2953325627409083,-18.076470588235225,0,0,0.964940307489079,0.5042016806722689,-15940118947.087193,-6138612.17965889,4.996909601730575,-2763207.96845755,0,0,,-42.90965146193157,41.13840667792264,1,1,-1.1646616541353807,0.5998539990874951,991.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1017.5833333333334,1020.0,991.0,-2.710670706739826,0,0,0,none,1,-0.2911392405063291,-1.0101010101010102,0,0.45,0,0,1,0.0,16.666666666666657,-2.763673409997166,21.637426900584774,37.51044277360075,-3.1547967037993203,-0.3911232938021547,2.8504297410096866,1005.8,1015.0,1013.3666666666667,-2.266009852216744,0,0,7.071428571428571,0.7128456221198156,0,0.0,-267.5938803894282,1,0,-100.0,1,0,-2.4582104228121904,12.10573300597477,0,0,0,0,0,0,-9.047619047619065,-0.8958609650031277,-23.809523809523807,-0.22552300945413553,-14.16764705882349,0,0,1.174758443324527,0.44537815126050423,-15401689914.934685,-11446471.745801926,6.703825032504136,-2596395.4495250583,0,0,,-42.768004238238674,29.65545879076108,1,1,-0.7172932330827325,0.34421415712319203,992.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,992.45,1019.0,992.0,-0.045342334626430336,1,0,0,none,1,-0.15254237288135594,-1.0080645161290323,0,0.5,-1,-1,1,0.0,36.36363636363636,-1.1028606901572529,73.85620915032656,112.20043572984734,-0.20647190822228367,0.8963887819349691,1.7385548519688634,1014.8,1016.4,1016.7666666666667,-1.5151515151515138,0,1,7.285714285714286,0.7278435849864421,1,0.3333333333333333,-381.4846660934366,1,0,-66.66666666666666,0,0,-1.6699410609037346,28.74469756703799,0,0,0,0,0,0,-18.475073313783,-1.0881637706936629,-42.22222222222223,0.030509535476424453,-2.1294117647058783,0,1,1.424609622212533,0.15126050420168066,-17286946661.69913,-18580571.669548035,5.103968043814197,-3187335.150538683,0,0,,-42.12620745096001,19.836353131284003,0,1,-0.18646616541352304,0.06235653859568213,993.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,992.7333333333333,1021.0,992.2,0.8327177489758864,1,0,0,none,1,-0.46938775510204084,-0.999000999000999,0,0.4,-1,-1,1,0.6638883574361167,64.0,2.7688480395846744,109.66183574879237,111.78542673107899,-3.69776951458482,-6.466617554169495,3.476329901866193,1017.0,1009.25,1040.7166666666667,0.5697299975229164,0,0,7.928571428571429,0.7811400422237861,0,0.9565217391304348,-79.0241315300969,0,0,-4.3478260869565215,0,1,0.5946481665014769,55.416049119435144,0,0,0,0,0,0,-8.916666666666657,-0.4385553026696991,-7.699275362318829,0.4500257420945868,-5.735294117647072,0,0,1.2798614294840591,0.0,-19047662421.403946,-24182751.19160843,3.1747142013710463,-1232205.6229729652,0,1,,-41.13157948779218,35.45512586457068,1,1,1.358646616541362,0.8397723400342827,993.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,996.05,1054.0,993.0,1.9025149339892522,1,0,0,none,1,-0.8205128205128205,-0.9852216748768473,0,0.4,0,0,1,-1.6552340025191299,-36.166905445678594,-34.511671443159464,1007.4,1057.45,1150.4333333333334,-3.9198070830772203,0,0,26.428571428571427,2.601237345331833,0,0.22,-105.99721059972103,1,0,-65.625,0,0,-4.150943396226414,18.558424465773058,0,0,1,0,1,0,-7.851517479830974,1.4455386995171011,8.836610486891384,0.11799877663956293,-84.04705882352948,0,0,4.2784937796221305,0.09243697478991597,-23500387473.439507,-107970065.41044998,1.9370670885350403,455720.2418191731,1,0,-6.319855551120937,-40.72747307315,30.21691938218924,1,1,-5.937593984962415,0.9050235514688916,1011.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1002.75,1169.0,994.0,1.3213662428322115,1,0,0,none,1,-5.793103448275862,-2.7559055118110236,0,0.0,0,0,1,-1.2858955864906676,-88.98564085582939,-87.69974526933872,1079.2,1159.7,1485.2833333333333,-12.822281624558073,0,0,81.71428571428571,8.082520842164758,0,0.11382113821138211,-121.0053831413053,1,0,-87.09677419354838,1,0,-11.625874125874125,46.091016676519786,0,0,1,0,1,0,2.305638702370345,-3.929897100393802,-4.082158264116925,0.0048661958451540884,-175.40588235294126,0,0,14.816716447146323,0.453781512605042,-53313899194.175125,-544281604.1809845,0.9804713201353815,-64358316.0149132,0,0,-4.093766414012086,-39.350222434984374,10.833611843454326,0,1,-8.652631578947375,0.3716736175891696,983.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-1.845,0,0,1405.0500000000002,1900.5,1056.4,-28.045265293050083,0,0,0,none,1,-19.135593220338983,5.143422354104846,0,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.2193597459409707,20.43795620437956,25.316011235955056,16.80182757664032,13.967372913839846,34.22053231939162,13.926555090375443,23.915462004950772,0.05725913405237912,28.96114321209969 -234,2025-11-18 09:42:00,buy,960.0,0.092,41,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41,0.15860444327761228,31.818181818181827,-1.061047976997795,16.317016317016527,17.59228425895111,-0.9295744080651502,0.1314735689326447,1.5983232479617127,966.8,971.3,970.45,-0.5456604550602262,0,0,3.0714285714285716,0.3179532682638273,0,0.3076923076923077,-142.85714285713965,1,0,-69.23076923076923,0,0,-0.9230769230769265,24.6543976678131,0,0,0,0,0,0,3.246753246753258,-0.015515160997488842,2.8490028490028525,0.15562611486187367,-4.552941176470654,0,0,0.6364426536022233,0.03361344537815126,,,1.3324296596251097,-322719.8302009329,0,0,,-44.30400648001359,30.852797984982665,1,1,-0.1323308270676863,0.04068872390620337,962.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,965.9833333333333,974.0333333333333,962.5333333333333,0.0017253575803621857,1,0,0,none,1,-0.11764705882352941,0.0,0,0.433,0,0,0,0.23272322542011806,51.42857142857143,-0.6526746132850084,20.00000000000033,44.44444444444488,-0.4825669104307053,0.17010770285430313,1.6772570462195497,969.2,970.35,969.8333333333334,-0.4482918534549407,0,1,4.357142857142857,0.4510499852114758,0,0.4,-149.4470774091601,1,0,-60.0,0,0,-0.4123711340206171,20.477941582094132,1,0,0,0,0,0,4.36974789915967,-0.21435711566696886,-23.333333333333346,0.24470980997091044,-3.8500000000000227,0,0,1.0762067231968349,0.5294117647058824,-12877849475.848196,-3449800.509832382,3.1705603224131345,112295.63136196882,1,0,,-44.27551894448373,16.7901341823279,0,1,0.026315789473686266,0.0014640798467283611,960.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,972.25,989.4,960.0,-0.6428387760349707,1,0,0,none,1,-0.31313131313131315,-0.2070393374741201,0,0.385,0,0,1,0.2851556892686394,42.10526315789474,0.4606934283417963,36.66666666666678,65.55555555555557,-1.8214197962125809,-2.282113224554377,1.7759898147734483,971.2,969.7,981.8333333333334,-0.38156130762091456,0,0,6.214285714285714,0.6433007985803016,0,0.35714285714285715,-49.673202614376265,0,0,-90.0,1,0,-0.6172839506172867,45.0616677862148,0,0,0,0,0,0,-5.263157894736835,-0.3771874063769003,-33.333333333333336,0.3086800793571955,0.7647058823529278,0,0,1.1531277975608842,0.48739495798319327,-15985413455.761942,-3786009.454767227,4.106829925334712,-749238.8226155043,0,0,,-44.220882305501064,14.507860692868354,0,1,0.18195488721802064,0.06251147459791129,967.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,965.9166666666666,1014.1,962.9666666666667,0.00862738331464108,1,0,0,none,1,-0.6962025316455697,-1.9668737060041408,0,0.318,0,0,1,0.37360449498500214,48.21428571428571,1.396294658896526,92.38095238095237,78.47041847041855,-4.260475772901259,-5.656770431797785,1.7126600236267462,970.2,970.1,992.4333333333333,-0.21647252860530486,0,0,8.428571428571429,0.8707201889020071,1,0.5714285714285714,-132.976827094473,1,0,-42.857142857142854,0,0,0.10341261633919352,33.834605664728784,0,0,0,0,0,0,-13.603896103896105,-0.35753775187328074,3.8961038961039094,0.33736903272509733,-7.967647058823559,0,0,1.765116340769457,0.5546218487394958,-15436799276.7552,-8404199.385002136,2.0546330422862282,106845.60361167789,0,0,,-44.08181714546075,12.578078042789073,0,1,0.1578947368421176,0.05057641051989403,960.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1002.2833333333333,1019.0,961.9666666666667,-3.420523138832998,1,0,0,none,1,-0.864406779661017,-0.2066115702479339,0,0.357,0,0,1,0.27584246038912413,30.66666666666667,-0.12581157409732668,25.248015873015646,23.829064454064294,-10.310136023289488,-10.184324449192161,6.695694292919227,971.0,982.75,1000.7666666666667,-1.5008903586873568,0,0,10.928571428571429,1.1289846517119244,0,0.12121212121212122,-55.4535117641913,0,0,-75.0,0,0,-0.92118730808598,17.83515232123112,1,0,1,0,1,0,2.955823293172699,0.21111940285295816,0.25252525252524904,0.2109403574855131,-22.81764705882358,0,0,2.5806231034725284,0.9327731092436975,-17321318978.537083,-13589310.065387726,2.237673391492731,-1303065.392901659,0,0,,-43.95907384250336,54.10099655598491,1,1,-2.4533834586466066,0.7784694146510336,968.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1016.1166666666667,1017.0,965.7666666666667,-4.735348631226732,1,0,0,none,1,-0.7346938775510204,-2.479338842975207,1,0.364,0,0,1,0.18725382488025485,31.967213114754102,-2.80645798791703,6.250000000000109,3.7037037037037934,-13.256318355788608,-10.449860367871578,8.126478010405295,970.4,999.4,1023.3333333333334,-2.541524914948967,0,0,17.142857142857142,1.7600469345849221,0,0.125,-93.39622641509486,0,0,-87.5,1,0,-1.9133937562940573,47.65770659473976,0,0,0,0,0,0,0.0,0.672570398682323,2.777777777777779,0.22344477923797285,-29.799999999999955,0,0,3.2754463510085596,0.5042016806722689,-19076841766.84452,-31027587.11291504,1.742607344979516,-537209.5292472839,0,0,,-43.4340473322833,54.179189427920655,1,1,-3.0195488721804704,0.7740851464786975,975.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,997.05,1034.4,968.0,-2.311819868612397,1,0,0,none,1,-1.8717948717948718,-2.4640657084188913,1,0.333,0,0,0,-2.409051877568679,-38.10836425158311,-35.69931237401443,999.0,1039.6,1138.0333333333333,-6.502500961908419,0,0,28.428571428571427,2.924750146972369,0,0.0,-127.55961803605159,1,0,-100.0,1,0,-7.163323782234954,15.906262665818971,0,0,1,0,1,0,-0.2663622526636118,-0.7344202788000587,-11.458333333333332,-0.08239506697748078,-84.70294117647052,0,0,4.24884261965983,0.07563025210084033,-23571797352.975014,-162686847.34469604,1.7051721572681042,-12050104.857400686,0,0,-3.4717563567140513,-43.21642999236073,36.148098801411564,1,1,-6.091729323308276,0.903253033905369,972.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1001.55,1169.0,972.0,-2.9504268384004773,1,0,0,none,1,-6.689655172413793,-2.05761316872428,0,0.0,-1,0,0,-3.6921040797050892,-93.37045019040283,-89.67834611069775,1020.8,1134.05,1447.3166666666666,-10.850491600899426,0,0,74.0,7.319485657764589,0,0.19852941176470587,-113.42530781783107,1,0,-77.77777777777779,0,0,-16.099585062240664,42.8181555000526,1,0,0,0,0,0,1.0572596611215417,0.5301952060258373,4.056437389770725,0.0585468727289576,-190.0794117647058,0,0,14.131698568120134,0.40336134453781514,-53366041925.27115,-586491667.1026993,1.0007367329452317,-56495623.23910439,0,0,-2.9496488151290685,-39.100576940743125,8.20869544425751,0,1,-9.654887218045108,0.4183853209149695,957.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,below,-3.535,0,0,1839.05,1854.0,986.9,-45.02596449253691,1,0,0,none,1,-18.033898305084747,-3.2640949554896146,0,0.0,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.05432651273426145,19.17808219178083,16.928685349737982,26.144550386862637,14.590279986817386,42.247191011235955,16.235231647418015,14.113526998480245,0.1516397296155651,31.147327991579843 -235,2025-11-20 04:24:00,buy,950.0,0.093,41,저점 분할 매수 · 비중 9% · 12회 · BB하단 · leg#41,0.19589028382345858,41.66666666666667,0.19496021320872048,77.77777777777796,90.74074074074088,-2.122514601164994,-2.3174748143737145,0.8956155431954287,954.0,954.6,961.6,-0.2723653886444577,0,0,3.2142857142857144,0.33763505402160865,1,0.25,-85.7142857142823,0,0,-66.66666666666666,0,0,0.0,58.27214500317937,1,0,1,0,1,0,-4.166666666666664,-0.13662109355793195,-5.555555555555557,0.21376162615713581,-4.882352941176464,0,0,0.724512369243809,0.21008403361344538,-11025896879.781113,,0.24004399573564852,-42508.74202531576,0,0,,-44.92818916520764,30.531800949015715,1,1,-0.09323308270677524,0.06659505907626218,952.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,977.8666666666667,992.6,951.0,-2.6452140714480543,1,0,0,none,1,-0.36134453781512604,-0.10504201680672269,0,0.324,0,0,0,0.24065898439135358,38.775510204081634,0.37926749193727094,45.897435897436246,46.8620268620273,-3.8713195980448063,-4.250587089982077,2.312550686976816,955.6,958.75,972.2666666666667,-0.5997392438070404,0,0,5.357142857142857,0.5621346125018738,0,0.21428571428571427,-75.75757575757538,0,0,-70.0,0,0,-0.20942408376963817,40.26656410895224,0,0,1,0,1,0,-0.8078231292517017,-0.09131325833129011,0.4761904761904745,0.2612758519894863,-5.932352941176418,0,0,1.4680739540911136,0.8571428571428571,-12923228376.536121,-1480568.7234287262,0.19119458169170442,-23351.27758768946,0,0,,-44.84331756929204,37.21759553308203,1,1,-0.7285714285713925,0.6046986846130272,952.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,995.9333333333334,1002.0,953.4666666666667,-4.310864181002749,0,0,0,none,1,-0.37373737373737376,-0.1049317943336831,0,0.4,0,0,0,0.1813496957138778,38.70967741935484,0.061645798198126656,39.393939393939526,31.691919191919208,-7.579040516485975,-7.6406863146841015,3.194299669587296,955.0,962.8,982.15,-1.0178645616950477,0,0,7.214285714285714,0.7570079448358566,0,0.045454545454545456,-110.31031031031105,1,0,-90.9090909090909,1,0,-0.20942408376963817,25.105382696099667,1,0,1,0,1,0,-5.149971703452181,-0.03551423563223377,3.030303030303031,0.13007596559598883,-18.399999999999977,0,0,1.734091502156859,0.8739495798319328,-16050004502.161762,-2272412.8284072876,0.2610532700848323,-459270.99857491255,0,0,,-44.791390954493856,57.73395167298249,1,1,-1.1007518796992568,0.7173703489492964,952.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,992.8333333333333,998.6666666666666,953.6666666666666,-4.012086620782263,0,0,0,none,1,-0.45569620253164556,-0.2098635886673662,0,0.389,0,0,0,0.1962465028067261,26.08695652173914,-1.4900898193519074,13.895781637717102,14.873682615618199,-9.444810758798553,-7.954720939446646,6.090295682625327,957.8,973.0,986.3166666666667,-1.8499486125385434,0,0,9.071428571428571,0.9498878085265519,0,0.09523809523809523,-96.38339568858035,0,0,-84.61538461538461,1,0,-1.342975206611574,18.356179249456133,0,0,1,0,0,0,0.3726708074534173,0.23303719323986627,1.5246015246015236,0.09194350033167353,-26.19411764705876,0,0,2.456608585171845,0.9915966386554622,-15517812188.891558,-7096743.882801056,0.25857328218387804,-92874.22515106201,0,0,-4.885414296733065,-44.65009238304594,60.493888195656474,1,1,-2.2616541353383353,0.8157141054074031,952.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,996.2333333333333,997.0,980.1333333333333,-4.138923277679263,0,0,0,none,1,-0.7796610169491526,-0.20942408376963353,0,0.294,0,0,0,0.04550007215603322,26.027397260273972,-2.92030834029704,14.321450906816542,12.531696949040976,-10.355074947909543,-7.434766607612503,5.688680520277456,962.0,982.4,999.9666666666667,-2.5855048859934837,0,0,12.142857142857142,1.2688460964323034,0,0.12195121951219512,-136.27339162759287,1,0,-87.8048780487805,1,0,-3.039513677811545,27.473801258474282,0,0,0,0,0,0,2.0837352884429805,0.015502421962499291,2.8745644599303155,0.048537310920644325,-29.823529411764753,0,0,2.053389328270512,0.4369747899159664,-17435074918.21501,-36064714.123600006,0.5915043901804142,-3713699.9579162,0,0,-6.127713796339278,-44.41703839030119,40.13939853013151,1,1,-1.9323308270676935,0.669500947147853,952.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,983.05,1021.0,981.9,-2.6499160775138586,0,0,0,none,1,-1.3061224489795917,-0.20898641588296762,0,0.182,0,0,0,0.0,28.865979381443296,-4.224732970160586,13.188388672259743,19.30424812145251,-9.428350754569806,-5.20361778440922,6.9225555963297145,971.8,992.6,996.3666666666667,-3.5865403989522537,0,0,12.857142857142858,1.3434841021047919,0,0.06666666666666667,-189.12908104261155,1,0,-89.74358974358975,1,0,-3.4308779011099855,24.77364333377062,0,0,0,0,0,0,-0.9212546611098986,-0.598211289239611,-5.84045584045584,-0.08809198923329074,-33.40588235294126,0,0,2.4125023183666405,0.23529411764705882,-19205765803.374485,-80831001.16489029,0.49714932148374935,-1312645.6438196898,0,0,,-44.24160660106289,40.52212144437816,1,1,-2.5909774436090136,0.7962213981840528,953.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,987.1,1019.0,981.6,-3.0493364400769996,0,0,0,none,1,-0.8461538461538461,-0.3134796238244514,0,0.444,0,0,0,2.399748523894278,-23.90740101551421,-26.30714953940849,989.4,998.4,1098.6333333333334,-4.146634615384615,0,1,28.928571428571427,3.0228392297357813,1,0.0,-139.37867338371086,1,0,-100.0,1,0,-2.0470829068577223,31.9135669020458,1,0,1,0,1,0,-7.895500725689402,-2.570681644008584,-17.07317073170732,0.05904488344070347,-43.42941176470583,0,0,5.95945721209029,0.31932773109243695,-23656773950.76663,-83227198.42958069,0.7700319168897551,-4928060.225224584,0,0,-3.0869626229445344,-43.91528695206577,35.3342749342541,1,1,-1.1563909774436218,0.12363261339869469,957.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,996.9,1032.6,965.4,-4.002407463135715,0,0,0,none,1,-4.310344827586207,-3.761755485893417,0,0.25,-1,-1,0,3.339196454422094,-86.2302264757152,-89.56942293013729,1008.2,1090.3,1385.0666666666666,-8.924149316701824,0,0,74.42857142857143,7.4953244137534165,0,0.172,-74.64074929432901,0,0,-80.97345132743364,1,0,-16.484440706476033,22.03457168347164,0,0,0,0,0,0,-3.5714285714285694,0.3242633500511971,1.1295628634206132,0.1485805255376394,-151.11176470588248,0,0,14.433881981601786,0.44537815126050423,-53356441734.96886,-347213782.50489044,1.0235974197286366,-115243985.90943563,0,0,-1.4418256019537006,-39.77393827154467,8.85994184184015,0,1,-8.927819548872199,0.3863518819703604,950.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,14.023,0,0,1412.9333333333334,1846.0,979.8666666666667,-29.72067566292347,1,0,0,none,1,-13.830508474576272,-10.372608257804632,0,0.0,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.0,34.871794871794876,37.82113821138211,52.856368563685656,7.795206256363546,25.0,24.465090984133905,21.603407099878183,0.21373718398686528,31.174671726461135 -236,2025-11-20 22:15:00,sell,1056.0,0.65,41,고점 매도 · 비중 65% · 분할 · leg#41,0.7167526202569949,60.526315789473685,0.13763648621874403,85.71428571428591,92.857142857143,4.62302013254407,4.485383646325326,2.1347840223631165,1054.6,1048.15,1035.5,0.4627200305299617,0,0,4.214285714285714,0.40021706688373354,0,0.8571428571428571,90.2375269917026,0,0,-14.285714285714285,0,1,0.9587727708533,80.77592433725562,0,0,0,0,0,0,-3.3625730994152008,-0.24570093808705273,-7.142857142857153,0.7563050722261676,10.364705882352837,0,0,1.0002377443719166,0.7058823529411765,-11046863648.13793,-990426.8380870819,0.21729889753352405,362215.19623860344,0,0,,-39.005395904579586,23.05675350010326,0,1,0.767669172932331,0.6591457619745313,1054.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1038.1333333333332,1055.0,1019.8,1.4320575391728818,1,0,0,none,1,0.3445378151260504,-0.3798670465337132,1,0.718,0,0,0,0.8844731919775168,71.42857142857143,0.8798588722921803,125.50505050505085,125.78563411896789,5.920294846942397,5.040435974650217,2.7656550927082715,1053.2,1043.9,1033.9333333333334,1.0633202414024323,0,0,4.5,0.42654028436018954,0,1.105263157894737,155.0650820599896,0,1,18.181818181818183,0,1,1.0536398467432928,75.66923390419223,0,0,0,1,0,0,5.803571428571431,-0.01713615711040184,3.282828282828291,1.0766283222567887,17.029411764705856,0,0,1.081247600966705,0.6722689075630253,-12944208815.889906,89885.26141738892,0.23605427087143135,535979.3740434647,0,0,,-38.85961646425646,57.59796933285685,1,1,1.1112781954887074,0.8296975009761192,1055.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1039.4,1053.0,1006.6,1.5008658841639377,0,0,0,none,1,0.5151515151515151,-0.37914691943127965,0,0.688,0,0,0,0.9132079481094627,77.41935483870968,1.836604924367042,114.38676266262489,113.21494597356669,7.8275269314099205,5.990922007042879,4.474074807133424,1050.4,1035.85,1021.8,1.848723270743835,0,0,6.928571428571429,0.6567366283006094,0,1.0606060606060606,128.07017543859664,0,1,6.896551724137931,0,1,3.02734375,89.05588531649506,0,0,0,0,0,0,-3.936577364680147,-0.00705473263934131,-0.7314524555903859,1.060101586142846,17.549999999999955,0,0,1.8542477492875207,0.8823529411764706,-16073189016.065138,-1237705.6851329803,0.505906536504334,1285387.299948126,0,0,,-38.8018979524848,24.05436299954145,0,1,1.6789473684210539,0.7349570629245086,1055.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1037.5,1053.0,999.2666666666667,1.6867469879518149,0,0,0,none,1,0.759493670886076,-0.18957345971563982,0,0.783,0,0,0,1.0,60.3448275862069,1.6054821277207338,114.94949494949492,111.7732884399552,8.828731334525628,7.223249206804894,4.108684386160127,1046.0,1033.4,1013.1333333333333,2.380491581188293,0,0,10.357142857142858,0.9789359978395896,0,1.2666666666666666,179.13020418987028,0,1,26.666666666666668,0,1,3.1189083820662766,72.63138634755852,0,1,0,0,0,0,4.575596816976123,0.843720975010342,5.858585858585869,1.0933334406601394,22.44117647058829,0,0,2.708993566278929,1.0,-15544109781.409029,-4971583.8312244415,0.9423596335117705,340694.0115210712,0,0,-2.7902018819449346,-38.60002568431937,19.824262005070604,0,1,1.0466165413533925,0.3402677096328265,1057.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1040.25,1047.8333333333333,995.8333333333334,1.7063205960105687,0,0,0,none,1,1.2372881355932204,-0.6616257088846881,1,0.722,1,1,0,1.0,80.0,2.404192988977199,120.15873015872994,98.08709808709794,12.842043312357191,10.437850323379992,6.101764638855838,1038.0,1021.45,997.5833333333334,3.578246610210978,0,0,10.857142857142858,1.0261949770456387,0,1.2954545454545454,162.08367365459713,0,1,37.142857142857146,0,1,3.623898139079329,86.30847671620486,0,0,0,0,0,0,3.6111111111111143,0.995750127618642,23.919413919413927,1.2819405323826718,29.388235294117635,0,0,2.044660179554593,0.40336134453781514,-17448729317.788322,-5440175.004394531,1.259352406006459,5519271.157439113,0,0,-0.9331264654515234,-38.46902780244952,40.301973728766235,1,1,2.393233082706739,0.8256821450758884,1049.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1043.45,1045.0,952.0,1.3944127653457317,0,0,0,none,1,1.2448979591836735,-0.3780718336483932,1,0.688,1,1,0,0.996880767777842,83.4862385321101,5.899920887816988,107.36304684475427,106.65476920941724,13.192157493277477,7.29223660546049,10.983045121178527,1037.4,1003.25,1000.0333333333333,5.457263892349862,0,0,11.785714285714286,1.1139616527140157,0,1.141304347826087,152.3257063057256,0,1,27.083333333333332,0,1,5.273631840796011,86.70088560375237,0,0,0,0,0,0,8.996442613742744,1.0033770160067021,0.897696476964768,1.4342928725502009,39.90000000000009,0,0,3.229622951950905,0.7394957983193278,-19227944837.19495,-19657679.34897995,1.6726292747343445,6067571.305094361,0,0,-1.5043771954615528,-38.27175334886069,42.638743522844855,1,1,4.460902255639084,0.917845471127838,1048.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,988.2666666666667,1045.0,959.1333333333333,7.05612520237453,0,0,0,none,1,1.3076923076923077,-0.28355387523629494,1,0.562,1,1,0,7.094149865144605,-14.323876865400393,-21.418026730544998,996.0,997.8,1083.9,2.525556223692127,0,0,29.571428571428573,2.890657729367407,1,1.0153846153846153,170.50186280955532,0,1,1.5384615384615385,0,1,0.2941176470588225,58.47717841521038,0,0,0,0,0,0,1.5353311135775058,1.5613068562311057,15.179487179487182,0.6288295284116979,-6.929411764705833,0,0,6.035920335356536,0.31932773109243695,-23645045564.74308,-65867111.88516235,1.5156500262824715,9317860.681578726,0,0,-2.0702691171679906,-39.97002677996837,21.982536780181615,0,1,0.07669172932330302,0.0005572256376069618,1022.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1004.0166666666667,1048.0,966.1,1.8907388655566848,1,0,0,none,1,-1.3448275862068966,-3.0303030303030303,1,0.375,0,0,0,3.339196454422094,-86.2302264757152,-89.56942293013729,1008.2,1090.3,1385.0666666666666,-8.924149316701824,0,0,74.42857142857143,7.4953244137534165,0,0.172,-74.64074929432901,0,0,-80.97345132743364,1,0,-16.484440706476033,22.03457168347164,0,0,0,0,0,0,-3.5714285714285694,0.3242633500511971,1.1295628634206132,0.1485805255376394,-151.11176470588248,0,0,14.433881981601786,0.44537815126050423,-53356441734.96886,-347213782.50489044,1.0235974197286366,-115243985.90943563,0,0,-1.4418256019537006,-39.77393827154467,8.85994184184015,0,1,-8.927819548872199,0.3863518819703604,950.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,14.023,0,0,1412.9333333333334,1846.0,979.8666666666667,-29.72067566292347,1,0,0,none,1,-13.830508474576272,-10.372608257804632,0,0.0,0,0,0,0,2,0,1,0.0,0.5,-0.333,0,0.8277732757020252,60.84905660377358,99.82051282051282,78.37606837606837,7.705192616093816,25.0,24.465090984133905,21.603407099878183,0.21373718398686528,31.174671726461135 -237,2025-11-20 22:51:00,sell,1053.0,0.35,41,고점 매도 · 비중 35% · 분할 · leg#41,0.32388314365581566,48.93617021276596,-0.8107216568475963,51.51515151515171,59.595959595959734,1.6112721923732352,2.4219938492208315,1.3756137876811623,1051.0,1052.55,1041.3666666666666,-0.2422687758301234,0,0,4.785714285714286,0.45578231292517,1,0.45454545454545453,-27.19298245613964,0,0,-54.54545454545454,0,0,-0.5681818181818232,47.11206966142585,0,0,0,0,0,0,4.705400981996725,-0.03375404999024889,-15.151515151515149,0.4798989974206223,2.4823529411764866,0,0,1.2597969485818052,0.8487394957983193,-11047655047.526209,,0.5783636436013608,-176586.48620816693,0,0,,-39.17422466169188,19.896311826944864,0,1,-0.26842105263160176,0.1924609676430422,1050.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1048.1999999999998,1056.0,1020.0,0.17172295363481194,1,0,0,none,1,0.24369747899159663,-0.19047619047619047,0,0.667,0,0,0,0.628311039017376,57.14285714285714,-0.6771355492453868,90.30303030303064,88.68686868686912,4.064285991155657,4.741421540401044,1.8192774214636669,1051.4,1049.55,1037.5833333333333,0.23343337620884697,0,0,5.357142857142857,0.5092341118957089,1,0.9090909090909091,48.92966360856373,0,0,-20.0,0,0,-0.5671077504725952,77.43677761643085,0,0,0,0,0,0,2.597402597402592,-0.031430123095608664,2.424242424242422,0.6620990531216244,8.041176470588198,0,0,1.2573540368543399,0.7647058823529411,,,0.715833426434446,110706.30168280005,1,0,,-39.02809827126881,30.42568791262098,1,1,0.49849624060149256,0.3816872704917419,1051.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1052.2333333333333,1053.0,1007.0,-0.02217505622961191,1,0,0,none,1,0.4444444444444444,0.0,0,0.677,0,0,0,0.730378463284001,75.92592592592592,0.555433330036248,97.67954368680337,98.8635381557342,7.567522712649179,7.012089382612931,4.692067225728824,1053.0,1040.75,1024.9666666666667,1.0809512370886454,0,0,6.571428571428571,0.6246605105920695,0,0.967741935483871,63.7760954347307,0,0,-7.142857142857142,0,1,0.6698564593301537,83.72217426958166,0,0,0,1,0,1,7.592592592592595,-0.3749057649384211,-2.3809523809523796,0.8126555776404807,14.955882352941217,0,0,1.571921181484836,0.680672268907563,,,0.7266962159050501,208021.45830261707,0,0,,-38.97065074827526,33.354268472151745,1,1,1.9421052631578892,0.8857522547429748,1048.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1052.0666666666666,1053.0,998.8666666666667,-0.006336734047263093,1,0,0,none,1,0.6582278481012658,0.0,0,0.773,0,0,0,0.7597775287479418,66.66666666666666,1.1018643704237245,108.88888888888886,115.3198653198654,9.48085113118691,8.378986760763185,4.562802949836639,1051.8,1037.7,1016.5,1.185313674472388,0,0,8.714285714285714,0.8299319727891157,0,1.0,88.84913536076385,0,0,-0.0,0,1,1.5473887814313247,67.43328426975634,0,0,0,0,0,0,9.82456140350876,-0.43492639601026184,-8.8888888888889,0.8344137853573823,22.33529411764698,0,0,2.79809347047893,0.9915966386554622,,,0.9584767649789999,-402808.8711889088,0,1,,-39.05864889129976,20.33295174291974,0,1,1.285714285714279,0.4129237902057362,1048.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1039.7333333333333,1050.0,994.0,0.9874326750448859,1,0,0,none,1,1.1016949152542372,0.0,0,0.722,0,0,0,0.9023738772068534,71.26436781609195,2.2965769093306996,121.8580765639587,112.75204098733495,13.308571460043368,11.011994550712668,6.397338794031772,1043.4,1023.65,998.5,2.5741220143603805,0,0,11.5,1.0952380952380953,0,1.0888888888888888,132.4109795574483,0,1,11.76470588235294,0,1,2.5390625,76.97047822304005,0,1,0,0,0,0,-8.735632183908052,-0.10761607964649933,1.6993464052287663,1.010572096279549,31.83529411764698,0,0,2.183827200088911,0.5294117647058824,-17451266297.88216,-8163669.74659729,1.6310139323658959,4300581.82943207,0,0,-0.9464214277612448,-38.93010544298497,40.96521242017394,1,1,2.5571428571428325,0.8538789856891784,1048.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1044.4333333333334,1046.0,977.0666666666667,0.532984393450997,0,0,0,none,1,1.0612244897959184,-0.19047619047619047,0,0.688,0,0,0,0.996880767777842,83.4862385321101,5.899920887816988,107.36304684475427,106.65476920941724,13.192157493277477,7.29223660546049,10.983045121178527,1037.4,1003.25,1000.0333333333333,5.457263892349862,0,0,11.785714285714286,1.1139616527140157,0,1.141304347826087,152.3257063057256,0,1,27.083333333333332,0,1,5.273631840796011,86.70088560375237,0,0,0,0,0,0,8.996442613742744,1.0033770160067021,0.897696476964768,1.4342928725502009,39.90000000000009,0,0,3.229622951950905,0.7394957983193278,-19227944837.19495,-19657679.34897995,1.6726292747343445,6067571.305094361,0,0,-1.5043771954615528,-38.27175334886069,42.638743522844855,1,1,4.460902255639084,0.917845471127838,1048.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,988.2666666666667,1045.0,959.1333333333333,7.05612520237453,0,0,0,none,1,1.3076923076923077,-0.28355387523629494,1,0.562,1,1,0,7.094149865144605,-14.323876865400393,-21.418026730544998,996.0,997.8,1083.9,2.525556223692127,0,0,29.571428571428573,2.890657729367407,1,1.0153846153846153,170.50186280955532,0,1,1.5384615384615385,0,1,0.2941176470588225,58.47717841521038,0,0,0,0,0,0,1.5353311135775058,1.5613068562311057,15.179487179487182,0.6288295284116979,-6.929411764705833,0,0,6.035920335356536,0.31932773109243695,-23645045564.74308,-65867111.88516235,1.5156500262824715,9317860.681578726,0,0,-2.0702691171679906,-39.97002677996837,21.982536780181615,0,1,0.07669172932330302,0.0005572256376069618,1022.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1004.0166666666667,1048.0,966.1,1.8907388655566848,1,0,0,none,1,-1.3448275862068966,-3.0303030303030303,1,0.375,0,0,0,3.339196454422094,-86.2302264757152,-89.56942293013729,1008.2,1090.3,1385.0666666666666,-8.924149316701824,0,0,74.42857142857143,7.4953244137534165,0,0.172,-74.64074929432901,0,0,-80.97345132743364,1,0,-16.484440706476033,22.03457168347164,0,0,0,0,0,0,-3.5714285714285694,0.3242633500511971,1.1295628634206132,0.1485805255376394,-151.11176470588248,0,0,14.433881981601786,0.44537815126050423,-53356441734.96886,-347213782.50489044,1.0235974197286366,-115243985.90943563,0,0,-1.4418256019537006,-39.77393827154467,8.85994184184015,0,1,-8.927819548872199,0.3863518819703604,950.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,14.023,0,0,1412.9333333333334,1846.0,979.8666666666667,-29.72067566292347,1,0,0,none,1,-13.830508474576272,-10.372608257804632,0,0.0,0,0,0,0,2,0,1,0.0,0.5,-0.333,0,0.8277732757020252,60.84905660377358,99.82051282051282,78.37606837606837,7.705192616093816,25.0,24.465090984133905,21.603407099878183,0.21373718398686528,31.174671726461135 -238,2025-11-21 04:00:00,buy,960.0,0.085,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.179972486615338,11.999999999999986,-0.3052390970429295,14.94949494949514,15.353535353535486,-4.3674656724801935,-4.062226575437264,2.457635812822971,966.6,972.65,982.8,-0.7865110779828322,0,0,4.142857142857143,0.4293116210214656,0,0.1111111111111111,-101.4023732470335,1,0,-81.81818181818183,1,0,-0.7201646090534974,12.76840682061733,0,0,0,0,0,0,-9.428571428571445,0.03720456584632048,-0.6060606060606073,0.11898696430293819,-8.63529411764705,0,0,0.9177188144443778,0.05042016806722689,,,0.9283502022438043,-273754.719356142,0,0,,-44.05679588612473,31.256825142293128,1,1,-0.8909774436090032,0.7779885569793625,963.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,980.05,1056.0,969.2,-1.5356359369419925,0,0,0,none,1,-0.7815126050420168,0.0,0,0.258,0,0,0,0.037101787980649455,35.41666666666667,0.4733408606831535,13.75000000000035,13.1018518518523,-8.153324191383263,-8.626665052066416,2.3276729106968514,967.6,974.5,1006.8833333333333,-1.0774756285274467,0,0,6.214285714285714,0.6446354475400119,0,0.0625,-148.93100097181716,1,0,-93.75,1,0,-1.0266940451745366,34.16104880312996,0,0,0,0,0,0,-0.753546099290773,-0.2339524271632456,2.083333333333332,0.019829775060834776,-12.658823529411734,0,0,1.369447500106059,0.5798319327731093,-12978102597.030241,-5086112.479057312,1.215808823132917,-203915.16134031117,0,0,,-44.08740269123976,34.273658012595334,1,1,-0.5233082706767238,0.2980544651317324,963.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1051.5,1053.0,969.0,-8.32144555397052,0,0,0,none,1,-0.5757575757575758,-0.1037344398340249,0,0.393,0,0,0,0.24520972533008523,26.470588235294116,-0.5514414558770362,12.102772143340237,16.04301490711229,-16.034687625308266,-15.48324616943123,8.391997955795192,972.8,989.15,1022.9333333333333,-2.138199464186419,0,0,9.571428571428571,0.9887839433293978,0,0.07936507936507936,-92.09666884389256,0,0,-70.58823529411765,0,0,-1.1235955056179803,17.469707156289047,1,0,1,0,1,0,2.1848739495798384,0.2883326751301709,0.28011204481792973,-0.05021050298391517,-40.450000000000045,0,0,1.7790924965628334,0.6722689075630253,-16124168527.13795,-10958239.562864304,0.8823770275057479,117505.91634689271,1,0,,-43.802794560526706,87.16532587424685,1,1,-3.09699248120301,0.7794949025716424,963.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1051.5,1053.0,972.0,-7.941036614360442,0,0,0,none,1,-0.4936708860759494,-0.10330578512396695,0,0.565,0,0,0,0.18960466178091992,12.631578947368425,-4.375463413236149,10.586080586080557,11.670681670681757,-16.96905631761365,-12.5935929043775,12.968563704364207,975.8,1008.6,1019.2,-4.025381717231813,0,0,15.214285714285714,1.57172373081464,0,0.058823529411764705,-90.24547070615371,0,0,-92.85714285714286,1,0,-3.489531405782653,13.646181088156524,0,0,1,0,0,0,1.416625676340388,0.4766769981538612,-0.7722007722007724,-0.00935807179575077,-45.91764705882349,0,0,2.94621978039965,0.9243697478991597,-15609675703.005245,-34747356.22842026,0.7599100560682366,-1335958.1180131435,0,0,-7.581860187030694,-43.77694430781691,60.748266180467645,1,1,-5.1639097744360996,0.8728178731598255,963.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1039.85,1050.0,971.7,-6.909650430350522,0,0,0,none,1,-0.5932203389830508,-0.10330578512396695,0,0.5,0,0,0,0.0058883063004575124,30.496453900709227,-9.915300991931192,6.612323513731746,8.534657830432332,-8.053790711799024,1.861510280132167,10.926292600505532,981.2,1024.3,1001.7166666666667,-5.398808942692568,0,0,20.285714285714285,2.0934689665339823,0,0.07142857142857142,-154.51024312847105,1,0,-92.85714285714286,1,0,-7.714285714285718,29.811525105101936,0,0,0,0,0,0,-3.0913323588327444,-0.5174153535427308,-0.43594902749832354,-0.02703377845188673,-42.288235294117726,0,0,3.4543686341986817,1.0,-17516866747.405334,-65600449.523174286,0.6939669425383647,-5508722.278647304,0,0,-4.664715544387847,-43.6003229783675,34.559006559401176,1,1,-2.864661654135318,0.3668890058710933,963.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1045.4166666666665,1047.0,974.1666666666666,-7.3096851335193165,0,0,0,none,1,0.08163265306122448,-0.10319917440660474,0,0.647,-1,0,0,0.11835232128687442,43.35260115606937,-4.536258871827533,29.306402439024495,62.356433088140484,4.558559988272691,9.094818860100224,9.13489327441472,1017.0,1015.4,1002.6666666666666,-3.4863108134725262,0,0,23.642857142857142,2.412536443148688,0,0.2073170731707317,-156.79233991621805,1,0,-79.26829268292683,0,0,-4.015670910871694,48.82524726051765,0,0,0,0,0,0,0.0,-2.8807288522187022,-31.978319783197826,0.14546392696070712,-0.3529411764706083,0,1,4.819826625332155,0.9915966386554622,-19341315807.902607,-133510433.58711243,1.064476356736784,-1165567.016525805,0,0,-6.109747904779843,-42.78122805563619,50.981924622699296,1,1,1.5443609022556575,0.1552402559134506,963.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,994.4000000000001,1045.0,968.3333333333334,-1.448109412711196,1,0,0,none,1,-0.8974358974358975,-0.10204081632653061,0,0.5,0,0,0,9.746836008705696,-9.234481719662881,-18.981317728368577,1015.0,999.6,1081.0833333333333,5.242096838735488,1,0,32.285714285714285,3.0689842476914717,1,1.4615384615384615,-1.3517811704838556,0,0,46.15384615384615,0,1,2.5341130604288553,48.83651183702983,0,0,0,0,0,0,4.276993816394487,2.652686143561091,16.717948717948715,0.8099318447625811,-4.705882352941217,0,0,6.369484069270031,0.3697478991596639,-24873117683.58488,-1285259681.0061722,1.728588715158243,13864052.183456212,0,0,-17.397029707535285,-38.23161796387004,21.01944759668967,0,1,1.1383458646616305,0.0901313508857906,963.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,1002.9833333333333,1046.0,965.9,4.887086857541667,0,0,0,none,1,-0.27586206896551724,-0.09505703422053231,0,0.444,1,0,0,2.7965227639496106,-84.08646403992361,-86.88298680387322,1001.4,1081.55,1357.55,-14.936896121307374,0,0,89.07142857142857,9.68167701863354,0,0.1540785498489426,-99.51574361902337,0,0,-79.6812749003984,0,0,-13.370998116760823,31.912169459792636,0,0,0,0,0,0,-6.127234871779677,-5.152698977157087,-6.960424966799472,0.059974046823104615,-154.05588235294124,0,0,16.710282824600846,0.6302521008403361,-53682834062.19436,-422255654.68546295,2.0118051861479027,-85771651.82547355,0,0,-1.7913400704032216,-43.729816735606654,11.017923188604437,0,1,-12.41578947368419,0.6194729108666203,869.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,1,1,17,impulse_late,unknown,none,in_cloud,above,5.01,0,0,1406.35,1846.0,934.1333333333333,-34.58242969388843,0,0,0,none,1,-15.59322033898305,20.108695652173914,0,0.0,-1,-1,1,3,0,0,0,0.75,0.0,0.0,0,1.0,65.12605042016807,116.53846153846153,100.33333333333333,8.976438506800614,25.778546712802765,32.58411780606187,32.197917187685704,0.06723735272123438,34.515215708267284 -239,2025-11-21 21:27:00,buy,871.0,0.094,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.0,24.242424242424235,-0.8062026489092835,44.444444444444606,48.88888888888902,-4.632402774425259,-3.8262001255159754,2.7134027822250757,886.0,891.55,899.0333333333333,-1.7441534406370862,0,0,5.428571428571429,0.619699934768428,0,0.04,-260.6535947712423,1,0,-93.33333333333333,1,0,-1.2401352874859106,17.649318499869153,1,0,1,0,1,0,-9.090909090909093,-0.6660729627306932,-17.777777777777786,-0.1944690837907241,-13.397058823529392,0,0,1.1409171686194588,0.5546218487394958,-11141592295.75632,-15732586.423757553,2.301298849350399,-1999732.8003525287,0,0,,-49.054963792665994,59.38049032030613,1,1,-0.8548872180451212,0.6993357557502634,875.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,900.7833333333333,929.6,878.0333333333333,-2.7513090458304745,0,0,0,none,1,-0.7226890756302521,-0.684931506849315,0,0.24,-1,-1,1,0.0,11.36363636363636,-1.4978404730722765,27.691066747328453,26.08985346508079,-6.3579494447468505,-4.860108971674574,4.199422370583668,886.0,896.35,906.6333333333333,-2.60500920399398,0,0,7.071428571428571,0.8100147275405006,0,0.06060606060606061,-189.4078455367456,1,0,-93.33333333333333,1,0,-2.6755852842809347,9.9358647348934,0,0,0,0,0,0,-2.922077922077932,-0.7971455903664326,-1.9444444444444429,-0.22224442740064246,-14.820588235294167,0,0,1.4463991563879504,0.4117647058823529,-13068233390.05958,-21762965.199357986,1.7016296298426616,-2437492.113832511,0,0,,-49.20289665422749,63.366744938251195,1,1,-1.4624060150375742,0.8452585953606491,871.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.05,963.4,874.3,-2.897502919748618,0,0,0,none,1,-0.9797979797979798,-0.22909507445589922,0,0.269,-1,-1,0,0.0,40.35087719298246,0.27543752145655276,23.121693121693273,17.374338624338662,-11.072730880470658,-11.34816840192721,3.2659863229330814,889.6,900.0,937.2,-1.6666666666666718,0,0,7.142857142857143,0.8071025020177564,0,0.3684210526315789,-232.2713257965063,1,0,-60.0,0,0,-2.425578831312014,37.36198353172958,1,0,0,0,0,0,0.0,-0.30398356919722147,7.77777777777778,-0.10213064353818219,-25.54117647058831,0,0,1.637708981891117,0.14285714285714285,-16250640430.766148,,3.605620601607078,-3732704.7880494148,0,0,,-48.456584285618995,29.460961223284478,1,1,-0.8751879699248272,0.4964516554544258,871.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,922.6666666666667,986.7333333333333,871.0,-4.082369942196539,1,0,0,none,1,-1.4177215189873418,-0.22598870056497175,0,0.2,0,0,1,0.21805830350158806,35.593220338983045,0.5005383550782518,27.067669172932302,27.71705834634905,-16.402322611940235,-16.902860967018487,6.832093612845047,896.0,908.5,956.8333333333334,-1.9262520638414937,0,0,9.071428571428571,1.0181176847843514,0,0.4,-184.1216216216217,1,0,-47.368421052631575,0,0,-1.1098779134295245,28.17613034247013,1,0,1,0,1,0,6.805341551104249,0.1034150953552384,7.398932112890922,-0.056932075572771884,-39.617647058823536,0,0,2.4269369748912495,0.5042016806722689,-15756186084.277056,,2.253921188937551,-521297.59436413646,0,0,,-48.083404706754216,48.791234190626675,1,1,-2.2105263157895,0.7102674719585852,871.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,896.4833333333333,991.4666666666667,875.6333333333333,-0.6116492219598868,1,0,0,none,1,-1.728813559322034,-0.22446689113355783,0,0.267,0,0,1,0.11978431050882286,10.476190476190482,-4.047721544260661,15.016342782432774,9.823101761058467,-25.00750697207536,-20.9597854278147,13.925138934569334,897.4,938.7,986.45,-5.294556301267717,0,0,17.785714285714285,2.0006427767957575,0,0.1836734693877551,-123.54211663066967,1,0,-80.0,0,0,-7.684319833852548,12.044944269262174,0,0,0,0,1,0,-6.523809523809504,0.2525345083820483,5.258215962441314,-0.10446331209858942,-64.26470588235293,0,0,3.290786728109431,0.7058823529411765,-17722820215.332634,-147016811.6031227,2.21725425116241,-15492897.414222836,0,0,,-48.09107686315556,53.475480645237106,1,1,-5.159398496240579,0.872435769021572,871.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,985.4000000000001,1047.0,871.0,-9.78282930789528,1,0,0,none,1,-2.7551020408163267,-0.22497187851518563,0,0.231,0,0,1,0.0,22.91666666666667,-9.361993878660815,5.109126984127085,8.48180194185357,-26.596301753452053,-17.234307874791238,14.799603446708604,904.4,960.05,988.3666666666667,-7.400656215822088,0,0,24.785714285714285,2.788044351598907,0,0.009523809523809525,-147.05559820155693,1,0,-98.95833333333334,1,0,-9.83772819472617,6.1639838388197035,0,0,0,0,0,0,-7.291666666666671,-0.22294766499241803,-4.463774341351661,-0.14749993668038297,-85.3558823529412,0,0,6.087005259127538,0.9495798319327731,-19520427754.299294,-115599021.09607315,2.949169195895018,-15698639.323596478,0,0,,-47.912954690378676,52.01741736529025,1,1,-4.814285714285711,0.6429302907771349,888.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.6166666666667,1045.0,888.0,-0.18152216628927187,1,0,0,none,1,-2.1794871794871793,-3.824521934758155,0,0.533,-1,0,1,-4.357036290593555,-20.943922197953952,-16.586885907360397,960.2,991.85,1059.8166666666666,-8.95800776327066,0,0,46.0,5.094130675526024,0,0.008333333333333333,-254.13172478053994,1,0,-99.16666666666667,1,0,-5.642633228840122,20.78573096014415,1,0,0,0,0,0,-4.969574036511155,-4.879589592009751,-26.901709401709404,0.02608165093784317,-51.10000000000002,0,0,11.490001411893383,1.0,-25212017763.14439,-1555243812.3777618,2.7265540606301975,22817664.49360335,1,0,-17.042523250367466,-46.76927933779971,28.53483977614124,1,1,-1.9511278195488575,0.12759668183919615,902.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.0,1006.0,902.0,-1.4192139737991272,1,0,0,none,1,-4.379310344827586,-5.647840531561462,0,0.4,-1,-1,1,2.7965227639496106,-84.08646403992361,-86.88298680387322,1001.4,1081.55,1357.55,-14.936896121307374,0,0,89.07142857142857,9.68167701863354,0,0.1540785498489426,-99.51574361902337,0,0,-79.6812749003984,0,0,-13.370998116760823,31.912169459792636,0,0,0,0,0,0,-6.127234871779677,-5.152698977157087,-6.960424966799472,0.059974046823104615,-154.05588235294124,0,0,16.710282824600846,0.6302521008403361,-53682834062.19436,-422255654.68546295,2.0118051861479027,-85771651.82547355,0,0,-1.7913400704032216,-43.729816735606654,11.017923188604437,0,1,-12.41578947368419,0.6194729108666203,869.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,1,1,17,impulse_late,unknown,none,in_cloud,above,5.01,0,0,1406.35,1846.0,934.1333333333333,-34.58242969388843,0,0,0,none,1,-15.59322033898305,20.108695652173914,0,0.0,-1,-1,1,2,0,0,0,0.5,0.0,0.0,0,0.0,36.206896551724135,19.273504273504273,32.75641025641027,13.032089284691633,25.778546712802765,32.58411780606187,32.197917187685704,0.06723735272123438,34.515215708267284 -240,2025-11-22 01:15:00,buy,891.0,0.092,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.15054999277750178,34.0,-1.0741007848134334,10.644257703081411,14.565826330532365,-4.0864309019464145,-3.012330117132981,2.8364444277876983,895.4,902.95,907.55,-0.9911955257766225,0,0,6.571428571428571,0.7350591243208693,0,0.11764705882352941,-108.13008130081435,1,0,-85.71428571428571,1,0,-0.666666666666671,19.20509559195159,1,0,1,0,0,0,-1.4166666666666714,0.10376579275787146,-5.042016806722691,0.2105694742565409,-13.352941176470608,0,0,1.4069632101374931,0.6218487394957983,-11158714116.82019,-5093438.096078873,0.39794223564092357,-687029.9199337438,0,0,,-47.94913173277803,53.56364622707359,1,1,-0.9736842105263187,0.809372265634238,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.2,915.8,877.4,-0.9088893815118682,1,0,0,none,1,-0.04201680672268908,-0.44742729306487694,0,0.419,0,0,0,0.12081968385098239,23.404255319148945,-2.1319878359193565,8.421052631579308,11.957671957672426,-2.7232263987664282,-0.5912385628470719,3.714461548346373,898.6,908.8,902.6,-1.4084507042253502,0,0,7.428571428571429,0.8290816326530612,0,0.08,-121.68602919273127,1,0,-89.47368421052632,1,0,-1.6465422612513714,14.004688566286106,0,0,0,0,0,0,5.626477541371159,0.11056602226854517,1.9214703425229738,0.21583600259355296,-11.267647058823513,0,0,2.2421233573718014,0.6638655462184874,-13087263126.062355,-8482713.821359634,0.4864671505446945,-273488.50664199144,0,0,,-47.80707920348003,24.419448488203198,0,1,-1.255639097744368,0.7747994728174262,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,900.15,920.4666666666667,874.5333333333333,-0.4610342720657634,1,0,0,none,1,-0.2828282828282828,-0.4464285714285714,0,0.364,0,0,0,0.10023546575381113,38.46153846153846,-0.9132767393884902,33.38235294117663,33.82897603485844,-1.2414084820538847,-0.3281317426653945,3.020136080187069,901.8,906.95,912.7833333333333,-1.207343293456098,0,0,11.0,1.2276785714285714,1,0.2916666666666667,-183.63522798251148,1,0,-70.83333333333334,0,0,-0.33370411568409697,34.23866069410032,0,0,0,0,0,0,-6.660412757973731,-0.543893501452545,9.722222222222225,0.2928613020146067,-4.932352941176418,0,0,2.6549220559449687,0.6638655462184874,-16284140982.670732,-16698214.147115707,0.5375153392196523,-1234326.3298811167,0,0,,-47.757682354362984,23.422392108146166,0,1,-0.19172932330825754,0.027437553983729934,889.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.6166666666666,931.6,874.3666666666667,-0.4020230839061001,1,0,0,none,1,-0.8227848101265823,-0.4464285714285714,0,0.35,0,0,0,0.42232980527560077,61.666666666666664,1.8267058780079886,49.810606060606034,78.45279720279729,-3.7883184434434725,-5.615024321451461,4.921999347994855,908.6,902.45,933.75,-0.38229264779212624,0,0,13.0,1.4460511679644048,0,0.717948717948718,-52.984861468152474,0,0,-68.75,0,0,-0.3325942350332567,54.762942438106904,1,0,0,0,0,0,8.043478260869563,-0.8477263855803692,-24.626068376068375,0.3442202547194007,-0.6029411764706083,0,1,4.314380133285492,0.9747899159663865,-15785536171.176128,-16207171.714017868,1.1504714161389202,-2409588.5202115476,0,0,,-47.559389340348176,9.108507184419294,0,1,0.8473684210526446,0.2037995284846701,894.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,903.3,966.0,874.8,-0.4760323259160759,1,0,0,none,1,-1.5593220338983051,-0.6674082313681869,0,0.294,0,0,0,0.36518668097749785,46.15384615384615,3.4546507651332945,108.3333333333331,101.97530864197516,-16.38364752287498,-19.838298288008275,10.21246143471401,907.4,911.55,970.3,-1.3767758214030978,0,0,16.142857142857142,1.7956459558239313,0,0.32558139534883723,-58.76951331496841,0,0,-22.22222222222222,0,0,-0.44296788482834915,49.08575004758773,1,0,1,0,1,0,-1.3281682346430586,-0.3769108387578619,5.185185185185176,0.2357457628734133,-32.14999999999998,0,0,4.930062974658224,1.0,-17740966824.657223,,0.8476538212505444,-6791372.676732421,0,0,,-47.44660241243671,46.039444421479914,1,1,-2.4142857142857044,0.3766548000219333,899.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,898.5,986.0,876.0,0.05564830272677401,1,0,0,none,1,-2.877551020408163,-1.557285873192436,0,0.214,0,0,0,0.20356307727414427,26.7379679144385,-3.1770949350728515,27.035768645357788,22.020865043125397,-25.694181184343847,-22.517086249270996,16.77695893283776,903.8,946.05,981.3,-4.973310078748472,0,0,25.214285714285715,2.8047036389639284,0,0.10476190476190476,-71.3439635535307,0,0,-84.93150684931507,1,0,-6.645898234683278,17.609969301390777,0,0,1,0,1,0,-2.6737967914438627,0.5459585322408529,0.1617199391172015,0.11207687293616501,-68.5235294117648,0,0,5.7006697992672635,0.8739495798319328,-19534549619.64589,-121969280.27030182,0.9270380506082978,-10271304.421561182,0,0,,-47.27919412713083,55.41438822259962,1,1,-6.072932330827067,0.8198421597911784,899.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,901.0833333333334,1045.0,888.0,-0.2312031813557769,1,0,0,none,1,-2.4871794871794872,-3.781979977753059,0,0.5,0,0,0,-5.887128050114004,-23.945795970002905,-18.0586679198889,951.6,988.9,1055.1666666666667,-6.866214986348462,0,0,44.92857142857143,4.878237940127192,0,0.15833333333333333,-177.83505154639099,1,0,-84.16666666666667,1,0,-6.497461928934012,27.00976105639006,0,0,0,0,0,0,4.837879567678854,-1.5300917595204488,3.2264957264957275,0.15161140744003715,-63.40588235294126,0,0,11.620544869572774,1.0,-25219800020.454556,-1565926169.7698288,1.1806385283238114,25801710.18280083,1,0,-16.53322488058818,-45.67769870877364,31.292329956944304,1,1,-3.1503759398496376,0.26888663616524866,916.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.0,1014.0,902.0,0.5458515283842891,1,0,0,none,1,-2.5517241379310347,-3.3659066232356136,0,0.4,0,0,0,-1.2201287964271188,-88.64222525376078,-87.42209645733367,957.6,1062.2,1327.1166666666666,-13.293165128977602,0,0,82.71428571428571,8.980921358771521,0,0.17699115044247787,-118.56948555884459,1,0,-70.1492537313433,0,0,-8.902077151335309,31.717370451578404,0,0,1,0,1,0,1.7514222686636458,-0.2838189790125085,-9.518777792453655,0.11953586552821231,-172.84705882352955,0,0,15.700596751869542,0.6218487394957983,-53735454441.13581,-421555246.96068573,1.2011927966990972,-39003540.14714217,0,0,-1.9881936724909812,-43.373828864079776,11.36080802166642,0,1,-16.28721804511282,0.8326372554181456,861.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,16,impulse_late,unknown,none,below_cloud,below,-9.656,0,0,1435.5833333333335,1846.0,926.6666666666666,-35.84489464213154,0,0,0,none,1,-16.06779661016949,-4.451682953311618,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.027721703797723492,41.04477611940299,22.5,29.31623931623933,14.538493599137722,27.44107744107744,23.522493772835674,29.715961048062287,0.16571130319438396,39.765523800247955 -241,2025-11-22 08:00:00,buy,865.0,0.095,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.11999448521362066,14.583333333333329,-2.6577859171087823,11.328976034858565,9.57879448075542,-6.873819638622308,-4.216033721513526,5.7480451144186135,873.6,890.45,892.4666666666667,-2.1842888427199836,0,0,6.857142857142857,0.7872724290634738,0,0.10810810810810811,-117.31414868105446,1,0,-88.23529411764706,1,0,-2.79017857142857,7.57325014026685,0,0,0,0,0,0,-1.7431972789115662,0.21355543268655497,5.03267973856209,-0.03202201297503286,-22.21764705882356,0,0,1.360733374380236,0.865546218487395,,,0.8485481871556487,-402283.7512144521,0,0,,-49.24668044517857,70.75206106353544,1,1,-2.0684210526315634,0.9145480184171191,867.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,868.0666666666666,928.8666666666667,867.0,0.3379156746793788,1,0,0,none,1,-0.40336134453781514,0.0,0,0.375,0,0,0,0.0,10.0,-2.9994635881340406,13.12500000000036,15.453543370210513,-5.408819056975517,-2.4093554688414764,4.756162633443135,878.6,893.75,899.5833333333334,-2.657342657342654,0,0,7.214285714285714,0.8292282430213466,0,0.08571428571428572,-171.25382262996965,1,0,-91.42857142857143,1,0,-3.5476718403547713,11.609029714012564,0,0,0,0,0,0,-7.5,-0.4565807650593343,-3.2034632034631993,-0.18564364323281088,-15.964705882352973,0,0,1.6216194415498268,0.33613445378151263,,,1.2420604397410175,-2460481.025033228,0,0,,-49.28007928342504,35.87940624602983,1,1,-1.109022556390947,0.38117401157560005,867.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,894.45,928.0,869.0333333333333,-2.7335233942646364,1,0,0,none,1,-0.43434343434343436,0.0,0,0.407,0,0,0,0.0,42.857142857142854,-1.310067442128899,31.255411255411403,58.83116883116887,-5.079166019166109,-3.7690985770372105,4.3778362702756475,890.8,894.3,904.9,-2.381751090238171,0,1,10.785714285714286,1.235477008672885,0,0.16666666666666666,-198.30866807611025,1,0,-82.85714285714286,1,0,-0.9080590238365494,25.57060598658913,1,0,1,0,1,0,-2.3483365949119417,-1.2032961457881615,-27.619047619047613,-0.016422757004475017,-17.514705882352928,0,0,2.3565764723770606,0.42857142857142855,-16320141184.028244,-20449906.8496418,3.899404378661219,-1693911.3627998084,0,0,,-49.05768389273882,36.16193469595335,1,1,-0.5518796992481384,0.11127340381499673,867.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.0,911.0,875.0,-3.2150776053215036,0,0,0,none,1,-0.34177215189873417,-0.22909507445589922,0,0.4,-1,-1,1,0.03976189449486766,34.73684210526315,-1.1271037408872355,51.59266409266407,61.641999141999236,-5.047758082503378,-3.920654341616143,4.99352937946201,895.6,900.7,904.3,-2.2982125013878196,0,0,12.928571428571429,1.469155844155844,0,0.28888888888888886,-189.27556818181768,1,0,-64.86486486486487,0,0,-2.0044543429844075,28.63153363087669,0,0,1,0,1,0,-0.7470288624787855,-0.9074885504352679,-9.716859716859716,0.13601329564956885,-13.42058823529419,0,0,3.3304646324119065,0.6890756302521008,-15842848582.065762,-31616858.073257446,4.5094711990863265,-1476766.8441036642,0,0,,-48.62566216107346,31.417271825489735,1,1,-1.2827067669172911,0.45547784205330466,867.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.0,923.0,877.0,-2.4390243902439046,1,0,0,none,1,-0.7457627118644068,-0.22727272727272727,0,0.375,-1,0,1,0.14902502792384176,42.10526315789474,0.44170634937182207,46.73202614379062,33.87799564270137,-9.491175857206827,-9.932882206578649,5.160920982261249,892.4,905.4,941.75,-1.8113540976363973,0,0,19.214285714285715,2.161336975735176,1,0.43137254901960786,-204.41176470588235,1,0,-56.86274509803921,0,0,-4.2025862068965525,38.94203176833377,0,0,0,0,0,0,-0.6428284451586919,-0.557569374778792,10.45751633986928,0.2812172524900655,-18.902941176470563,0,0,5.026476869877972,0.9495798319327731,-17818156171.98756,-69528153.58382416,2.448794985756121,-1141779.024539709,0,0,-5.929193977444558,-47.99118162808114,15.003852698398646,0,1,-0.6330827067669209,0.10279536391116306,867.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.25,932.8,871.7,-1.4685508451094509,1,0,0,none,1,-2.122448979591837,-0.22497187851518563,0,0.273,0,0,1,0.3275706845917816,43.452380952380956,0.8326238618248887,40.57471264367826,38.88790093269248,-20.99792873064814,-21.83055259247303,12.17994214073277,905.6,921.35,972.8166666666667,-2.1001790850382562,0,0,23.285714285714285,2.581564776686728,0,0.3723404255319149,-109.30360998142301,1,0,-30.0,0,0,1.462317210348707,20.8400850573466,0,0,0,0,0,0,12.88243276585245,0.5276906608539278,9.6078431372549,0.2665797610257624,-53.79117647058831,0,0,5.604751878625135,0.8319327731092437,-19647208970.05205,-126781215.75275803,1.2493094516975143,6533530.652128637,0,0,,-47.066114587701726,49.038855159762704,1,1,-3.4563909774436357,0.5312439800364528,867.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.6333333333333,1045.0,884.8,0.2630701396865387,1,0,0,none,1,-2.769230769230769,-0.22172949002217296,0,0.429,0,0,0,-6.691997832532049,-26.423665210553963,-19.731667378021914,932.8,984.75,1050.7666666666667,-6.981467377506978,0,0,48.0,5.240174672489083,0,0.3161290322580645,-188.3871851509394,1,0,-68.38709677419355,0,0,-8.855721393034822,26.451922257875538,0,0,0,0,0,0,-0.10184807970075127,-0.8048697824180451,-6.406810035842295,0.18139937147930021,-76.8558823529412,0,0,11.483426804257826,0.9831932773109243,-25490000468.00221,-1835914115.3393707,1.051414723699357,18060179.472631365,1,0,-18.55801509723142,-45.943909086046396,33.21945211015341,1,1,-4.0323308270676455,0.36760682037421155,867.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,993.5833333333334,1016.8333333333334,892.8333333333334,-7.808437473790153,1,0,0,none,1,-2.9310344827586206,-0.21834061135371177,0,0.444,0,0,0,-1.2201287964271188,-88.64222525376078,-87.42209645733367,957.6,1062.2,1327.1166666666666,-13.293165128977602,0,0,82.71428571428571,8.980921358771521,0,0.17699115044247787,-118.56948555884459,1,0,-70.1492537313433,0,0,-8.902077151335309,31.717370451578404,0,0,1,0,1,0,1.7514222686636458,-0.2838189790125085,-9.518777792453655,0.11953586552821231,-172.84705882352955,0,0,15.700596751869542,0.6218487394957983,-53735454441.13581,-421555246.96068573,1.2011927966990972,-39003540.14714217,0,0,-1.9881936724909812,-43.373828864079776,11.36080802166642,0,1,-16.28721804511282,0.8326372554181456,861.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,16,impulse_late,unknown,none,below_cloud,below,-9.656,0,0,1435.5833333333335,1846.0,926.6666666666666,-35.84489464213154,0,0,0,none,1,-16.06779661016949,-4.451682953311618,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.06316813251883364,40.94292803970224,16.093189964157705,19.28889807922067,15.982046863391854,27.44107744107744,23.522493772835674,29.715961048062287,0.16571130319438396,39.765523800247955 -242,2025-11-22 14:39:00,buy,880.0,0.093,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.34721018072616616,37.5,-0.22561351101360527,24.24242424242441,24.231200897867723,-2.307251419747672,-2.081637908734067,2.1328601200727064,886.8,889.9,898.5166666666667,-0.3258793122822734,0,0,4.571428571428571,0.5153808986954421,0,0.3333333333333333,-73.36799537839366,0,0,-72.72727272727273,0,0,-1.3348164627363768,27.515467487304562,0,0,0,0,0,0,-8.152173913043477,0.05523499004103272,1.6835016835016816,0.3297528993458692,-4.561764705882297,0,0,1.4087447610242656,0.9915966386554622,-11180938226.5414,-1326682.6946849823,0.5466906460265575,-5754.166957870126,0,0,,-48.25735281406362,26.22851156899259,1,1,-0.04360902255639059,0.0029561983500130395,884.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.65,920.0,887.9333333333333,-1.4061023731451128,0,0,0,none,1,-0.025210084033613446,-0.11273957158962795,0,0.472,0,0,0,0.20731729118855505,47.82608695652174,0.05093147378136775,33.33333333333366,44.44444444444489,-3.8974444282980585,-3.9483759020794262,2.415013579474934,888.2,891.3,904.0833333333334,-0.7068327162571442,0,0,6.142857142857143,0.6941081517352704,0,0.14285714285714285,-102.18978102189831,1,0,-81.81818181818183,1,0,0.22650056625141968,56.04043078214522,0,0,0,0,0,0,-2.173913043478258,-0.24467108530242987,-12.121212121212118,0.18910750052346614,-10.682352941176418,0,0,1.4734915402915265,0.6554621848739496,-13128321082.191603,-1640345.857433319,0.4659547321052528,193399.12066565454,0,0,,-48.34870033609538,27.429123624566508,1,1,-0.3413533834586482,0.14083463839533394,884.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.4,919.0,867.0,-0.60646900269542,1,0,0,none,1,-0.030303030303030304,-0.11299435028248588,0,0.52,0,0,0,0.22468528526197226,28.813559322033896,-1.5434684401640983,27.984051036682768,28.62094630515688,-4.111561036320836,-2.568092596156738,4.95685616084367,891.2,901.3,898.35,-1.364695439920105,0,0,9.0,1.0123734533183353,0,0.1724137931034483,-96.88581314878896,0,0,-73.68421052631578,0,0,-1.2222222222222245,15.13572321301207,0,0,1,0,1,0,0.0,0.15840061586373233,-3.228070175438596,0.26598515593605043,-13.185294117647118,0,0,1.7379754309996605,0.20168067226890757,-16343537565.505373,-12666198.240402222,0.6240969986117202,-75673.14303423464,0,0,,-48.06686208615039,49.15661480885417,1,1,-1.723308270676695,0.8332255835775418,884.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,898.0,921.0,867.0,-1.0022271714922093,1,0,0,none,1,0.012658227848101266,-0.22497187851518563,0,0.458,0,0,0,0.14990990671906754,27.941176470588232,-2.2697522440675106,27.52688172043008,22.191500256016457,-3.0717196863404297,-0.8019674422729193,4.739614365684774,890.0,904.0,902.65,-1.65929203539823,0,0,9.857142857142858,1.1087899726819863,1,0.19444444444444445,-130.71436922717072,1,0,-77.41935483870968,0,0,-2.7352297592997843,24.694977716310134,0,0,0,0,0,0,-9.896661367249607,0.0613031133410451,7.526881720430108,0.2554867504063798,-9.817647058823582,0,0,2.405389220454879,0.33613445378151263,-15860575377.57008,,0.7383419401282705,-1141778.2698078156,0,0,,-48.04237143188854,39.98331980018333,1,1,-1.3278195488722009,0.5378278264468503,882.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,894.0,919.0,867.0,-0.5592841163310935,1,0,0,none,1,-0.4576271186440678,-0.3374578177727784,0,0.429,0,0,0,0.3172303622927401,50.0,-0.041623252800944144,39.01449275362296,58.1739130434781,-3.8718271411489695,-3.8302038883480254,5.543864985270261,896.6,898.1,921.5,-1.0132501948558081,0,1,15.285714285714286,1.7194279286517757,1,0.4782608695652174,-68.34277620396583,0,0,-96.0,1,0,-0.8918617614269819,52.520348057015326,1,0,0,0,0,0,2.892561983471076,-0.782253498704677,-25.47826086956522,0.2938430117051556,-8.799999999999955,0,0,4.329542440229961,0.7310924369747899,-17835953475.470917,-20006333.945941925,0.5191831905313387,-1846564.7647077441,0,0,-5.165042950947271,-47.932438161439414,9.957959592236765,0,1,0.6225563909774381,0.08755294037117345,888.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,912.0,930.3333333333334,873.6666666666666,-2.5219298245614086,1,0,0,none,1,-1.6938775510204083,-1.0123734533183353,0,0.364,0,0,0,0.345357639828739,43.43434343434343,3.442467272719096,74.66666666666677,86.22222222222233,-14.416057062838377,-17.858524335557473,5.906327289020617,908.0,903.25,962.7666666666667,-0.9133683919180791,0,0,26.214285714285715,2.9289704708699125,1,0.56,-74.89994282447246,0,0,-44.0,0,0,-2.2925764192139764,31.8046465778382,1,0,1,0,1,0,-5.57555755575558,-0.7118003317993882,-16.000000000000014,0.3334373634596593,-23.28235294117644,0,0,5.98593996052556,0.865546218487395,-19658478610.91357,-116155603.68736267,0.42867471538267715,-99720.62011092901,0,0,-4.02465444838689,-47.41771368668714,23.493581183768438,0,1,-0.054887218045132885,0.0005927608428579756,888.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.3166666666666,997.4,883.3,-0.8108757088235774,1,0,0,none,1,-3.923076923076923,-1.005586592178771,0,0.2,0,0,0,-8.021398450153498,-32.20662661993208,-24.185228169778583,904.2,973.35,1041.5833333333333,-6.097498330508044,0,0,48.357142857142854,5.290715848702719,0,0.3032258064516129,-110.12533445993516,1,0,-69.6774193548387,0,0,-10.654936461388075,29.979334827498533,0,0,0,0,0,0,9.378404139433556,1.7714462667196713,4.829749103942655,0.2535949126160376,-83.85294117647061,0,0,12.622773895547928,1.0,-25494800457.071644,-1849754892.3285637,0.8197817932725493,4280458.395213038,1,0,-17.710496562331553,-45.99584340551672,33.171869229282365,1,1,-5.918045112781969,0.5242701736169162,899.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,895.4166666666667,1016.8333333333334,877.3333333333334,2.0753838994881146,1,0,0,none,1,-3.5172413793103448,-2.1881838074398248,0,0.4,0,0,0,-1.2201287964271188,-88.64222525376078,-87.42209645733367,957.6,1062.2,1327.1166666666666,-13.293165128977602,0,0,82.71428571428571,8.980921358771521,0,0.17699115044247787,-118.56948555884459,1,0,-70.1492537313433,0,0,-8.902077151335309,31.717370451578404,0,0,1,0,1,0,1.7514222686636458,-0.2838189790125085,-9.518777792453655,0.11953586552821231,-172.84705882352955,0,0,15.700596751869542,0.6218487394957983,-53735454441.13581,-421555246.96068573,1.2011927966990972,-39003540.14714217,0,0,-1.9881936724909812,-43.373828864079776,11.36080802166642,0,1,-16.28721804511282,0.8326372554181456,861.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,16,impulse_late,unknown,none,below_cloud,below,-9.656,0,0,1435.5833333333335,1846.0,926.6666666666666,-35.84489464213154,0,0,0,none,1,-16.06779661016949,-4.451682953311618,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.19315008042656853,45.315904139433556,20.64516129032258,17.517921146953412,19.871272376360753,27.44107744107744,23.522493772835674,29.715961048062287,0.16571130319438396,39.765523800247955 -243,2025-11-24 09:18:00,buy,911.0,0.09,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.0,23.80952380952381,-0.974523785609033,6.060606060606236,12.205387205387376,-3.4523379384596637,-2.477814152850631,1.7239194860291445,917.8,923.45,926.6,-0.9150468352374319,0,0,3.0,0.32786885245901637,0,0.15384615384615385,-195.1754385964949,1,0,-81.81818181818183,1,0,-0.7592190889370909,8.609216473373266,1,0,1,0,1,0,1.0822510822510765,-0.068952055941641,-6.4393939393939394,-0.17710520548422437,-11.738235294117658,0,0,0.6597976304427322,0.5210084033613446,,,0.9975703366815752,-152709.53868692368,0,0,,-46.49129967553105,53.68608847047591,1,1,-0.5812030075187987,0.74641954612399,913.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,925.0833333333334,938.1333333333333,915.9,-1.0899918926222885,0,0,0,none,1,-0.01680672268907563,0.0,0,0.483,0,0,0,0.058271626955858455,17.241379310344826,-1.750423837908392,13.596491228070507,15.418407128933913,-2.4607433234263,-0.7103194855179077,3.279506289017013,920.2,928.45,924.7666666666667,-1.4486509774355172,0,0,3.857142857142857,0.4215456674473068,0,0.10714285714285714,-152.71816881258894,1,0,-84.21052631578947,1,0,-1.1879049676025932,11.22453288506452,0,0,0,0,1,0,1.6163793103448256,-0.16845184840143013,-3.6257309941520486,-0.13598811289830423,-8.820588235294167,0,0,0.7903340556534095,0.40336134453781514,,,0.9234611956284421,-491831.1828120649,0,0,,-46.46489219869927,43.64406626563784,1,1,-1.2383458646616639,0.9262707839128682,912.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,927.5,934.0,915.0,-1.3477088948787075,1,0,0,none,1,-0.08080808080808081,0.0,0,0.429,0,0,0,0.16599069682603637,37.77777777777778,-1.4645866377940706,21.511470985155338,25.31913830159448,0.47809104745647346,1.942677685250544,3.021885060479955,923.8,926.35,922.1666666666666,-1.009337723322723,0,0,6.5,0.7088331515812432,0,0.2,-144.39903594257626,1,0,-80.0,0,0,-1.2917115177610294,24.04511492599275,0,0,0,0,0,0,-17.77777777777778,-0.5967426854325737,-4.444444444444443,0.15207224400701483,-3.020588235294099,0,0,1.708577652721452,1.0,,,1.4424547295567969,-373476.53841504455,0,0,,-46.297915485233865,25.081500699635654,1,1,0.3571428571428746,0.09115193011813383,912.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,925.75,937.0,913.6,-0.9451795841209809,1,0,0,none,1,-0.13924050632911392,0.0,0,0.429,-1,-1,0,0.10960045652535907,44.827586206896555,-1.1293189642003596,25.873015873015834,41.13756613756619,1.0625625125729812,2.1918814767733408,2.782861247715961,924.0,925.05,921.85,-1.086427760661579,0,1,7.642857142857143,0.8352849336455893,0,0.0,-135.2657004830925,1,0,-100.0,1,0,-1.2944983818770184,39.62374820072735,0,0,0,0,0,0,-8.233638282899364,-0.8476209479851509,-18.333333333333332,0.17998268473835993,-0.5970588235294372,0,1,1.7502506136507114,0.907563025210084,-15918260393.75476,-17913236.64026642,1.9106369985434752,-697056.9222311378,0,0,,-46.38819814257138,19.80368241725345,0,1,0.32556390977443095,0.08956679136687828,915.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,924.3,928.2,911.7333333333333,-1.006166828951638,1,0,0,none,1,0.03389830508474576,-1.2021857923497268,0,0.438,-1,-1,1,0.6005571461653461,58.208955223880594,0.4084861151145991,113.3333333333331,121.29629629629612,3.459298545360298,3.0508124302456987,2.5328993743354813,929.6,922.65,913.55,0.2547011326071713,0,0,8.428571428571429,0.9111969111969112,0,0.8,-54.94194279241016,0,0,-25.0,0,0,0.5434782608695565,49.36278455303256,0,0,0,0,0,0,0.8560140474100066,-0.44551416552827705,-10.555555555555543,0.5416963869301252,4.82941176470581,0,0,1.9943567293073916,0.23529411764705882,-17905011765.551052,-24403637.232738495,2.349165151080823,1115889.025509715,0,0,,-45.68869642188975,13.038808937912764,0,1,0.5887218045112936,0.3553844521874413,920.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,917.8666666666667,928.0,913.0666666666667,0.7771644392794874,1,0,0,none,1,0.42857142857142855,-1.1891891891891893,0,0.667,0,0,1,0.5969864506369611,48.00000000000001,0.8082305302262833,125.00000000000011,120.37037037037048,5.026112898970382,4.217882368744099,2.962368328238174,929.6,922.35,908.15,0.2873095896351652,0,0,9.714285714285714,1.05019305019305,1,0.75,-49.242424242425336,0,0,-25.0,0,0,0.32537960954446277,42.90316691721948,0,1,0,1,0,0,-11.016393442622942,-0.5927612609146671,-8.333333333333343,0.5897290085395813,13.870588235294122,0,0,2.5896832002062258,0.11764705882352941,-19742471346.29808,-52108322.717285156,1.8799430953796104,748473.7242782712,0,0,,-45.51680033919499,21.363392463804725,0,1,0.6082706766917675,0.2775314293855995,919.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,917.0,928.0,885.4666666666667,0.8724100327153872,1,0,0,none,1,0.7692307692307693,-1.0810810810810811,0,0.75,0,-1,1,6.648528674563796,-17.74946971875579,-24.397998393319586,924.6,923.2,995.1,1.7114384748700084,1,0,23.071428571428573,2.457021147116994,0,0.7912087912087912,39.03407211379445,0,0,20.0,0,1,4.449388209121241,40.25871884193369,0,0,0,0,0,0,-1.565798733286421,1.3629610289544765,2.9629629629629477,0.5756311889987422,-25.36470588235295,0,0,11.918109080335755,0.8991596638655462,-25531265573.381554,-17577527.10466385,1.2455469927205531,9355183.48025781,0,0,-6.923682250469865,-44.368605531136105,40.7264697220095,1,1,-2.115789473684215,0.15397946483115488,935.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.0833333333333,996.1666666666667,877.3333333333334,2.5015919221322847,1,0,0,none,1,-2.6206896551724137,-2.768903088391906,0,0.375,0,0,0,3.228108835153506,-83.43158714592039,-86.6596959810739,915.0,1003.0,1265.2,-8.574277168494515,0,0,66.42857142857143,7.2441190216544635,0,0.21621621621621623,-89.371907958776,0,0,-72.13930348258707,0,0,-7.280080889787666,35.36718677579604,1,0,1,0,1,0,1.4310165829568646,1.872877876604278,0.16583747927031922,0.1764795600702431,-144.97647058823532,0,0,14.80851163476913,0.5294117647058824,-53746571964.68712,-367292474.2751236,0.723832541562764,-31211887.493460655,0,0,-1.8701225334072307,-43.30115089867994,20.244334551517557,0,1,-12.78045112781955,0.7576697739661721,901.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,7.182,0,0,1421.0,1821.0,893.0,-35.467980295566505,1,0,0,none,1,-16.25423728813559,-1.9629225736095965,0,0.0,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.6238289026369068,54.59183673469388,108.6111111111111,102.20592315161605,13.820993632547324,39.64757709251101,25.704809286898822,25.70480928689882,0.2524868741854046,34.64170694089673 -244,2025-11-24 23:27:00,buy,901.0,0.091,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.19078399788928185,20.0,-0.688286202548608,3.7037037037038743,4.938271604938422,-1.4497319890534754,-0.7614457865048675,1.6336846365472575,906.4,910.6,910.6833333333333,-0.5051614320228492,0,0,1.9285714285714286,0.21286660359508044,0,0.1,-96.38554216867121,0,0,-88.88888888888889,1,0,-0.766703176341732,6.5849207487732855,0,0,0,0,0,0,0.0,0.08463296152876454,0.0,0.1069310152927334,-3.22352941176473,0,0,0.6085115196044618,0.44537815126050423,,,1.3272086269570542,-92065.40229151398,0,0,,-46.957040503590996,34.59149401387349,1,1,-0.5398496240601593,0.7374658106453349,905.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,911.6,922.4,905.6,-0.6143045195261099,1,0,0,none,1,-0.18487394957983194,0.0,0,0.333,0,0,0,0.1773742649973745,25.0,-0.7783904782789755,14.423076923077252,14.066951566952048,-1.2163197910347208,-0.43792931275574526,1.7199947336168426,906.6,910.05,910.9333333333333,-0.5549145651337795,0,0,3.0,0.3314917127071823,0,0.3076923076923077,-135.25641025640763,1,0,-69.23076923076923,0,0,-0.9846827133479175,33.562068222883426,0,0,0,0,0,0,-1.6666666666666714,-0.10836741546021222,6.089743589743591,0.10356269354142948,-4.5882352941176805,0,0,0.7545412296722629,0.31932773109243695,,,2.0987065881324143,-191855.59620661288,0,0,,-46.98916705333198,18.849686327620294,0,1,-0.018796992481191405,0.0008075697061878939,901.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,911.7333333333333,929.0,908.4666666666667,-0.7385200350979781,0,0,0,none,1,-0.20202020202020202,0.0,0,0.318,0,0,1,0.12665971205773285,37.5,0.13966615338771415,42.92929292929309,73.56902356902361,-2.0991853011285,-2.2388514545162144,1.382348874513355,910.2,910.7,920.0166666666667,-0.5160865268474812,0,1,4.642857142857143,0.5124566382844529,0,0.45454545454545453,-194.89981785063705,1,0,-54.54545454545454,0,0,-0.11025358324145973,33.28314068040655,0,0,0,0,0,0,0.0,-0.295241905829593,-23.737373737373737,0.21462664185133717,-3.6676470588234906,0,0,1.0746158492556634,0.453781512605042,,,1.3380899878885908,-510074.90891774,0,0,,-46.88120232904199,25.253843857292136,1,1,-0.08120300751880086,0.02329948143472671,901.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,939.35,940.0,907.5,-3.5503273540213987,0,0,0,none,1,-0.17721518987341772,0.0,0,0.381,0,0,0,0.11939362557568374,48.78048780487806,0.45236206424724124,95.95959595959592,119.0235690235691,-3.311309370005233,-3.7636714342524744,1.1823382846712926,912.0,911.1,922.75,-0.4500054878718074,1,0,5.571428571428571,0.6142699637738227,1,0.5454545454545454,-229.50819672131234,1,0,-45.45454545454545,0,0,-0.6571741511500528,43.945476079783035,1,0,1,0,1,0,1.1614401858304362,-0.2945234311445333,-26.262626262626256,0.21953157803253157,-7.179411764705833,0,0,1.3614113051162948,0.47058823529411764,,,1.1633366870993496,-327852.3609787226,0,0,,-46.798261663953014,47.183217300136114,1,1,-0.05413533834585961,0.014142758929252097,901.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,927.5166666666667,938.0,907.1666666666666,-2.2119997843704553,0,0,0,none,1,-0.3389830508474576,0.0,0,0.25,0,0,0,0.24386509985081278,30.434782608695656,-1.2885219606505087,22.649572649572406,19.006034223425353,-4.363997541171443,-3.0754755805209344,4.327620652705969,911.0,920.2,922.3,-1.1084546837644038,0,0,6.642857142857143,0.7299843014128728,0,0.28125,-108.06380429985362,1,0,-65.38461538461539,0,0,-1.8338727076591121,24.95673001851182,0,0,0,0,0,0,-7.342995169082123,0.23059287129091555,2.014652014652011,0.22154058241553223,-13.882352941176464,0,0,2.4009317178611598,0.4957983193277311,,,0.9137047739191575,-1618872.6004300714,0,0,,-46.51046565177298,46.79139179720942,1,1,-1.4285714285714344,0.7206578468260716,901.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.8499999999999,934.0,910.9,-1.8179856503209746,0,0,0,none,1,-0.16326530612244897,0.0,0,0.462,0,0,0,0.14305129200788827,40.50632911392405,-2.996434212320981,13.580246913580359,11.204638982416853,-1.9759095514745013,1.0205246608464797,4.14018171021907,910.4,923.65,912.0333333333333,-1.4778325123152691,0,0,11.357142857142858,1.2480376766091053,0,0.14814814814814814,-101.55681652844356,1,0,-85.18518518518519,1,0,-2.777777777777779,54.3558113388969,0,0,0,0,0,0,9.824510932105866,0.11191846535433303,4.93827160493827,0.2875543330487125,-11.029411764705856,0,0,2.883737771993029,0.2857142857142857,-19793135252.786854,-47667665.60450745,1.5251134417511731,-1156098.4731181264,0,0,,-46.339362712826514,11.440874570018016,0,1,-0.8639097744360986,0.2858058595568995,910.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,928.6833333333334,929.3,909.5666666666667,-2.0118088332944595,1,0,0,none,1,0.2564102564102564,-1.9780219780219779,1,0.545,0,0,0,5.354169066815299,-14.22392389728816,-19.57809296410346,928.2,915.15,985.7833333333333,-0.45347757198273,0,0,18.214285714285715,1.9993727458052377,1,0.7333333333333333,13.24621060585862,0,0,-39.02439024390244,0,0,1.2222222222222134,41.467998224015176,0,0,0,0,0,0,-21.15415271799776,-1.4498429610443964,-19.674796747967477,0.24052971329720751,-18.544117647058783,0,0,8.554311470856579,0.6470588235294118,-25557582463.87102,-44151189.93553543,0.6837181681746317,1834267.2723965943,0,0,-5.437154266689694,-45.9807775629714,38.583273011311,1,1,0.7691729323308317,0.050959057954060305,912.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.0833333333333,996.1666666666667,877.3333333333334,-0.5548985718184185,1,0,0,none,1,-2.8275862068965516,-1.9758507135016465,0,0.429,0,0,0,3.228108835153506,-83.43158714592039,-86.6596959810739,915.0,1003.0,1265.2,-8.574277168494515,0,0,66.42857142857143,7.2441190216544635,0,0.21621621621621623,-89.371907958776,0,0,-72.13930348258707,0,0,-7.280080889787666,35.36718677579604,1,0,1,0,1,0,1.4310165829568646,1.872877876604278,0.16583747927031922,0.1764795600702431,-144.97647058823532,0,0,14.80851163476913,0.5294117647058824,-53746571964.68712,-367292474.2751236,0.723832541562764,-31211887.493460655,0,0,-1.8701225334072307,-43.30115089867994,20.244334551517557,0,1,-12.78045112781955,0.7576697739661721,901.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,7.182,0,0,1421.0,1821.0,893.0,-35.467980295566505,1,0,0,none,1,-16.25423728813559,-1.9629225736095965,0,0.0,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.4485315859710336,48.78048780487805,94.3089430894309,107.33965672990064,8.810793581623006,39.64757709251101,25.704809286898822,25.70480928689882,0.2524868741854046,34.64170694089673 -245,2025-11-25 23:48:00,buy,925.0,0.088,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.0,33.33333333333333,-0.2367791534687469,71.75925925925945,85.89506172839522,-1.1791517240862959,-0.942372570617549,0.9891940096724574,941.4,941.5,944.8833333333333,-0.7966011683483765,0,1,3.7857142857142856,0.40532272866319974,0,0.375,-380.52568697729214,1,0,-62.5,0,0,-0.6382978723404209,28.17787578337426,1,0,1,0,1,0,-19.607843137254903,-0.6023326507288753,-20.83333333333333,-0.0386559548430829,-4.647058823529392,0,0,0.8634356496776376,0.9243697478991597,,,2.1191164195776304,-208608.83672264218,0,0,,-45.23278953263081,28.00368105081295,1,1,0.021052631578919734,0.0028615227388761877,928.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,941.5666666666666,948.5333333333333,930.2,-0.8036251637342007,1,0,0,none,1,-0.07563025210084033,0.0,0,0.458,-1,-1,1,0.0,27.272727272727266,-0.6533095259150605,60.833333333333655,54.44444444444494,-1.5302172832543874,-0.8769077573393269,1.915918367831341,941.2,943.7,943.2833333333333,-1.027869026173578,0,0,5.071428571428571,0.5429795044356072,0,0.4230769230769231,-269.8072805139205,1,0,-45.0,0,0,-0.6382978723404209,13.815013930053766,0,0,1,0,1,0,-6.060606060606062,-0.4739189754317441,1.6666666666666643,0.07715726048208227,-6.505882352941171,0,0,1.0064070856228298,0.7899159663865546,,,3.1965217915554907,-157763.9438148588,0,0,,-45.205276952371555,52.93959274050808,1,1,-0.5774436090225696,0.5711961511196855,923.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,941.6333333333334,949.0,926.4666666666667,-0.8106481645368091,1,0,0,none,1,-0.06060606060606061,0.0,0,0.5,-1,-1,1,0.32172167777691635,42.857142857142854,-0.648046108420942,54.96296296296311,34.37037037037041,0.05946787526033859,0.7075139836812806,1.5143166232172363,941.6,944.55,942.5833333333334,-0.2699698269016948,0,0,5.214285714285714,0.5535335153169548,0,0.76,-266.411727214788,1,0,-24.0,0,0,-0.737618545837726,17.578772810939824,0,0,0,0,0,0,-11.981566820276505,0.002464507437551222,25.333333333333332,0.4243835952830237,-3.1294117647058783,0,0,0.9887118235387298,0.4117647058823529,,,3.036570285888722,-57678.45798046887,0,0,,-44.68456059315715,34.448653159312066,1,1,-0.04887218045111595,0.006537747950854933,923.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,941.5,953.0,929.0,0.05310674455656361,1,0,0,none,1,-0.1518987341772152,0.0,0,0.412,0,0,1,0.0,38.46153846153846,-0.8315232966546491,18.315018315018285,10.622710622710702,-0.5582544328241283,0.2732688638305208,1.9176016141151813,940.0,943.6,945.5833333333334,-1.0173802458668946,0,0,6.285714285714286,0.672988681553992,0,0.0,-240.55989583333746,1,0,-100.0,1,0,-1.5806111696522684,37.413744679777615,0,0,0,0,0,0,-11.53846153846154,-0.6229594075891967,0.0,0.14346252201983992,-3.4705882352941444,0,0,1.4755815303824291,0.680672268907563,-15966678787.241758,-8160441.3382816315,3.555967371829618,-791554.3336555362,0,0,-2.550979463517705,-45.127322770036486,34.15024693262884,1,1,0.06917293233080817,0.008184040347784527,934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,940.0,954.0,930.0,-0.6382978723404209,1,0,0,none,1,-0.3728813559322034,-1.284796573875803,0,0.375,-1,-1,1,0.5611617817331289,51.78571428571429,0.5132191737920497,95.83333333333309,107.6388888888887,-0.06688614041536312,-0.5801053142074128,2.341548556101968,946.6,942.65,940.1333333333333,0.14321328170583403,0,0,8.0,0.847457627118644,1,0.875,-134.04507710557266,1,0,-12.5,0,1,1.505376344086029,35.03468873293673,0,0,0,0,0,0,2.729110512129388,-0.13186305300927192,-10.416666666666671,0.49497647317856064,-3.605882352941194,0,0,1.8508366207522222,0.2184873949579832,-17954783028.868317,-8657605.339942932,2.6782685405063447,2058610.032272458,0,0,,-44.42384807766413,33.024102157199955,1,1,0.0729323308270739,0.006113936643526885,934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,959.0166666666667,960.0,916.7333333333333,-1.565840009732189,1,0,0,none,1,0.6938775510204082,-1.2711864406779663,0,0.571,0,0,1,0.26133401438307474,36.84210526315789,-1.557413073010519,63.33333333333345,57.6068376068377,2.062072525266103,3.619485598276622,3.5758765495737075,943.4,949.1,931.7333333333333,-0.8534401011484616,0,0,9.142857142857142,0.9716107484439046,0,0.38461538461538464,-135.70863024544835,1,0,-50.0,0,0,-0.9473684210526301,33.41605113902936,0,0,0,0,0,0,-2.780536246276071,-0.05352764168766999,0.0,0.44524495780169343,2.558823529411711,0,0,1.8989612248639434,0.0,-19811259820.816654,-12392027.011398315,1.8097874073511826,-2626115.1525195837,0,0,,-44.42874253658202,30.82837185410867,1,1,-1.157894736842095,0.651834294025752,934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,928.95,957.0,906.0,1.297163464126161,1,0,0,none,1,0.05128205128205128,-1.2752391073326248,0,0.5,0,0,1,6.332435341538751,-2.897578496360211,-9.230013837898962,950.6,924.6,971.4833333333333,2.098204629028766,0,0,22.642857142857142,2.3986077481840193,1,0.8923076923076924,54.401694851133236,0,0,-17.94871794871795,0,1,1.724137931034475,25.0599535327285,0,0,0,0,0,1,-2.1977345481408435,-0.7073462932338632,-13.675213675213683,0.5759432933087824,10.479411764705901,0,0,4.7488254460827735,0.08403361344537816,-25582740043.74537,-59215915.77214813,1.1435658745968742,4663278.023625433,0,0,-1.6063086731378877,-43.94085953295107,31.25364159332807,1,1,2.866165413533832,0.7082915774032112,934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.0833333333333,962.0,879.6666666666666,3.0473937960520336,1,0,0,none,1,-3.7241379310344827,-1.2711864406779663,0,0.5,0,0,0,7.4751350002943155,-75.78884478158602,-83.26397978188034,918.4,977.05,1234.4666666666667,-5.839005168619815,0,0,65.14285714285714,7.080745341614906,1,0.2935323383084577,-62.8501529051987,0,0,-70.64676616915423,0,0,-7.3514602215508535,42.0753611913448,1,0,1,0,1,0,-4.048658138951602,1.3674052038143287,0.16583747927031212,0.23473610291199892,-115.08823529411757,0,0,14.950182841186603,0.5714285714285714,-53744237572.83571,-387795837.8668518,0.7136282119197701,-31211887.493460655,0,0,-1.5811792719044908,-42.95993088610971,27.507596270095945,1,1,-8.781203007518778,0.6911975079499295,914.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,14.267,0,0,1433.8833333333334,1790.0,891.9666666666667,-35.838573570606634,1,0,0,none,1,-15.35593220338983,-2.1739130434782608,0,0.0,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.7407201825905806,58.87096774193549,84.6153846153846,97.82135076252723,8.716363565565317,39.72911963882618,31.17744610281922,29.297954671088984,0.27175109663814906,25.581744677051248 -246,2025-11-27 00:45:00,buy,925.0,0.088,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.2762359235380618,51.85185185185185,0.028409208471046776,73.3333333333335,88.88888888888899,-1.0324880759213784,-1.0608972843924251,1.2670871842979186,934.4,934.65,936.3333333333334,-0.2835285935911869,0,0,3.2142857142857144,0.34488044144696506,0,0.2,-97.20101781170627,0,0,-60.0,0,0,-0.21413276231263545,17.511961827584756,1,0,1,0,1,0,1.8518518518518476,-0.1252193879593797,-20.0,0.29692564234425595,-2.985294117647072,0,0,0.9234310750877072,0.957983193277311,,,0.23307904831622855,-128183.38079034537,0,0,,-45.29606558413229,27.13552263241704,1,1,-0.26090225563911607,0.2717895007708445,930.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,935.0666666666666,941.7333333333333,931.0666666666667,-0.32796235562526643,1,0,0,none,1,-0.1092436974789916,0.0,0,0.393,0,0,0,0.32597743005738783,42.10526315789474,-0.2735779099613208,60.37037037037069,49.62962962963013,-1.0910020827076323,-0.8174241727463115,1.4421952786816101,933.4,936.35,937.05,-0.2509745287552767,0,0,4.428571428571429,0.47415111654940356,0,0.5,-96.29629629629628,0,0,-44.44444444444444,0,0,-0.9544008483563071,26.19729085854314,0,0,0,0,0,0,-1.4844804318488514,0.0882774418679737,11.851851851851855,0.42252707402287787,-3.2794117647058556,0,0,1.209358845234878,0.9915966386554622,,,0.2972926815636156,-246731.83568832278,0,0,,-45.15190624957265,41.30965463004564,1,1,-0.39323308270674745,0.47485777477635815,930.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,935.75,956.0,930.8,-0.18701576275714782,1,0,0,none,1,-0.21212121212121213,0.0,0,0.333,0,0,0,0.28979522687837506,47.5,0.0031904172083720983,49.78354978354994,43.578643578643636,-1.6753801462850788,-1.678570563493451,1.2192907058161435,933.8,936.4,943.9666666666667,-0.2563007261853878,0,0,4.285714285714286,0.4588559192413582,0,0.6363636363636364,-210.73961499493302,1,0,-36.36363636363637,0,0,-0.5324813631522929,37.794015526948776,0,0,0,0,0,0,-5.0,-0.07330849971744136,-2.597402597402592,0.3297291510821449,-5.341176470588266,0,0,1.3555562417975686,0.9831932773109243,-16425240482.499529,-6815796.739557266,2.231051221029225,106713.54426023364,1,0,,-45.100317680934445,32.865298773580506,1,1,0.016541353383444778,0.0011754191680750647,927.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,953.5833333333334,956.0,931.8333333333334,-2.053657257712138,1,0,0,none,1,-0.25316455696202533,-0.32119914346895073,0,0.368,0,0,1,0.39691461743389383,45.45454545454545,0.16316188825456557,34.12698412698409,48.78306878306885,-3.065388943598009,-3.2285508318525746,1.500454401440818,935.4,937.45,947.2833333333333,-0.15467491599552297,0,0,4.5,0.4807692307692308,0,0.5454545454545454,-96.96283720052976,0,0,-14.285714285714285,0,1,0.21413276231263545,47.83186388890833,0,0,0,0,0,0,8.787878787878789,0.14843021042388926,-4.761904761904759,0.3712452542628044,-8.61470588235295,0,0,0.9586736116866516,0.3865546218487395,,,0.2741938253843066,-57303.83952999115,0,1,,-44.95829658565004,35.93673960812394,1,1,-0.3075187969924945,0.2676637326450827,930.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,955.5666666666666,956.0,932.6,-2.047650608713847,1,0,0,none,1,-0.3050847457627119,0.0,0,0.286,0,0,0,0.26267201094263565,30.0,-0.9395399779036531,29.583333333333087,26.21031746031727,-4.022123533226022,-3.082583555322369,3.5265670534118385,936.4,943.9,945.9333333333333,-0.836953067062185,0,0,6.142857142857143,0.6562881562881563,0,0.2692307692307692,-117.24191907333521,1,0,-56.25,0,0,-0.8474576271186418,11.397923543434658,0,0,1,0,1,0,12.926829268292693,0.2692377122001459,6.646825396825395,0.27381279498730937,-13.070588235294167,0,0,1.4033272074097332,0.15126050420168066,-17980847928.482285,-8425006.712848663,0.9153189271151759,-85312.34962785244,0,0,,-44.842497142664115,46.37702320862427,1,1,-1.2676691729323517,0.8121637884039783,929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,949.2166666666667,958.0,930.1,-1.3923761698242387,1,0,0,none,1,0.04081632653061224,-0.5341880341880342,0,0.4,0,0,0,0.0,31.578947368421055,-2.5828979474876324,13.675213675213788,16.330891330891422,-2.1132228941697804,0.4696750533178518,3.4235125483714235,937.2,948.05,941.9,-1.7984283529349665,0,0,7.642857142857143,0.8209298757096825,0,0.07692307692307693,-180.6930693069306,1,0,-92.3076923076923,1,0,-1.8967334035827177,30.72318775746581,0,0,0,0,0,0,-1.1483253588516646,-0.35612948873963113,-5.372405372405373,0.06242916874590504,-9.270588235294099,0,0,1.8999482807562593,0.07563025210084033,-19828742540.826084,-15151003.384860992,1.1089510104720013,-635305.3645723462,0,0,,-44.967257592299404,35.78286594127461,1,1,-0.8203007518797034,0.3577073905035226,929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,947.6333333333334,955.0,931.6,-1.7552499208554728,0,0,0,none,1,-0.6410256410256411,-0.5370569280343717,0,0.286,0,-1,0,1.9394612019971138,0.015215983573511949,-1.9242452184236019,948.4,938.15,958.9833333333333,-0.7621382508127716,0,0,24.071428571428573,2.5855454963940465,1,0.48717948717948717,59.64698721850244,0,0,-62.5,0,0,-3.020833333333328,43.63294085628515,0,0,0,0,0,0,-1.6989247311827853,-1.6450024847707128,-22.542735042735046,0.3962178294971891,25.19411764705876,0,0,4.686908473506745,0.13445378151260504,-25660482397.317013,-96866871.38235855,1.2507667996674305,-2578317.29506281,0,0,-2.7881618620421547,-44.64792807460671,31.535640213024102,1,1,1.4278195488721885,0.31686311055243654,931.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,927.2,951.0,878.2,0.4098360655737654,1,0,0,none,1,0.5172413793103449,-6.015037593984962,0,0.667,0,0,0,15.808946143783857,-55.38682846625784,-71.1957746100417,939.2,955.5,1178.7,2.564102564102555,0,0,56.357142857142854,5.7507288629737605,1,0.5920398009950248,37.51184537538642,0,0,-38.34196891191709,0,0,6.4060803474484285,45.03985520429946,0,0,0,0,0,0,14.519526818992063,3.79159809813828,8.944053480438903,0.5228601139760062,-67.90882352941173,0,0,14.485758776823188,0.453781512605042,-53754294674.11809,-18840232.982276917,0.5766743956562387,-10979862.560705423,0,1,-1.0150631088112876,-39.020756716182994,41.14362245951514,1,1,-4.637593984962411,0.3271873321351556,924.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,10.335,0,0,1431.6999999999998,1446.3333333333333,890.2666666666667,-31.549905706502745,1,0,0,none,1,-12.932203389830509,7.040816326530612,0,0.0,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.3808827810964866,50.96774193548388,77.45726495726495,96.75925925925925,6.398220658846224,48.209366391184574,44.74862303336511,38.01745446629831,0.6276960863252806,20.079727091799963 -247,2025-11-28 11:27:00,buy,953.0,0.086,42,저점 분할 매수 · 비중 9% · 11회 · BB하단 · leg#42,0.1901326602909342,26.31578947368422,-0.10844497838934286,7.407407407407568,9.629629629629774,-4.03241430369053,-3.923969325301187,1.8646494746619982,955.6,960.55,970.2,-0.577793972203422,0,0,2.857142857142857,0.2991772625280479,0,0.0,-80.09422850412052,0,0,-100.0,1,0,-0.4171011470281538,12.259987753233005,0,0,1,0,0,0,3.5885167464114858,0.0698638104356637,-3.333333333333334,0.04911996872529769,-8.711764705882274,0,0,0.6831009046801285,0.9747899159663865,-11230642731.799164,-311414.34830856323,0.33880145075174317,166141.6934683174,1,0,,-43.86013681129632,61.346038415366145,1,1,-0.7150375939849767,0.8925065650081367,955.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,955.7,997.0,955.0,-0.07324474207387466,1,0,0,none,1,-0.3277310924369748,-0.10471204188481677,0,0.242,0,0,0,0.19154066065655337,24.0,-0.639601228260525,14.835164835165154,11.095848595849068,-5.5814287689006505,-4.9418275406401255,2.7570764022820065,955.8,964.2,975.7833333333333,-0.8504459655673147,0,0,3.2142857142857144,0.33622235505080694,0,0.15,-109.82027604011412,1,0,-76.92307692307693,0,0,-0.932642487046631,12.451981040118113,1,0,1,0,1,0,11.5,0.23514393868896555,7.692307692307691,-0.05143028663087395,-14.07941176470581,0,0,0.6165090100095212,0.44537815126050423,,,1.7500186150170949,-510710.1736884713,0,0,,-43.773335399753336,80.21401745850336,1,1,-1.1037593984962493,0.9653948981127748,953.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,977.75,996.5,953.0,-2.2244950140628994,1,0,0,none,1,-0.3333333333333333,0.0,0,0.25,0,0,0,0.0,12.5,-1.6472202446835276,10.515873015873158,12.535014005602287,-7.264734845703856,-5.6175146010203285,3.347919779696752,959.0,970.85,984.2,-1.838595045578617,0,0,4.785714285714286,0.5021735871683406,0,0.0,-152.71389144434286,1,0,-100.0,1,0,-2.2564102564102573,3.1278151256317983,0,0,0,0,0,0,-4.166666666666657,-0.20363774891880748,-3.9215686274509824,-0.35971376255417375,-20.288235294117726,0,0,0.7827052145100136,0.5966386554621849,,,2.1625050774735692,-1221027.796356216,0,0,,-43.89780304256762,69.53827322885776,1,1,-1.2278195488722223,0.7991029944236071,953.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,978.6666666666666,997.0,953.0,-2.6226158038147096,1,0,0,none,1,-0.20253164556962025,0.0,0,0.417,-1,0,1,0.0,18.91891891891892,-2.3815765648590697,17.009803921568608,16.88634713144525,-6.799464123012399,-4.417887558153329,4.266337461864094,963.2,976.95,980.8333333333334,-2.1444290905368812,0,0,5.428571428571429,0.5678421996413628,0,0.075,-180.41383219954804,1,0,-87.5,1,0,-2.249488752556239,9.996410019472549,0,0,1,0,1,0,0.4978662873399742,-0.23752250920327445,-1.3888888888888857,-0.3399518484334299,-22.435294117647118,0,0,0.7934473862184721,0.10084033613445378,-16014749972.964754,-8969564.994365692,2.495422947366634,-1695526.8057167828,0,0,,-43.69556106708018,83.6195127027398,1,1,-1.6759398496240796,0.9054194054174913,953.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,994.3,995.0,953.0,-3.8519561500553134,1,0,0,none,1,-0.1864406779661017,-0.10460251046025104,0,0.421,-1,0,1,0.0,5.128205128205124,-3.5345279444372237,18.964058418864486,16.833056063089348,-2.7906130087347947,0.7439149357024291,4.167219531701897,970.8,984.55,978.6,-2.493524960641913,0,0,7.214285714285714,0.7514880952380952,0,0.17073170731707318,-194.42500583158483,1,0,-82.92682926829268,1,0,-3.6144578313253017,8.186751600153755,0,0,0,0,0,0,-19.87179487179489,-0.5660768889583934,0.691056910569106,-0.15461243386037327,-12.217647058823559,0,0,1.396790405455924,0.453781512605042,-18029602181.643135,-21568049.188789368,2.6602270363479867,-2576652.9446786046,0,0,,-43.34207726273609,37.85080179555463,1,1,-1.3090225563909912,0.5700513446251019,953.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,985.1166666666666,994.0,954.3666666666667,-2.5496134129629255,1,0,0,none,1,-0.40816326530612246,-0.10416666666666667,0,0.412,-1,0,1,0.07658372378109847,44.73684210526315,-3.0176158310060046,29.054234023808174,43.946906522971524,2.1009281474410955,5.1185439784471,4.417855307068704,975.4,978.3,963.5166666666667,-1.8705918429929413,0,1,10.785714285714286,1.1235119047619047,0,0.029411764705882353,-141.35174418604672,1,0,-97.05882352941177,1,0,-2.339776195320442,44.93443547326942,0,0,0,0,0,0,-8.38815789473685,-1.2836216135366305,-13.962136578769442,0.0879589537419424,-7.202941176470631,0,1,2.0287172618669658,0.2689075630252101,-19865864273.482735,-24457285.044353485,2.0575541038093794,-2339811.784450352,0,0,,-43.165336816588216,22.47722166367507,0,1,0.5819548872180446,0.10153121510836915,959.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,972.7333333333333,982.3333333333334,933.2666666666667,-1.309026111986844,1,0,0,none,1,0.4358974358974359,-0.7291666666666666,0,0.5,-1,-1,1,3.563984951462121,10.593582937153315,7.029597985691193,978.8,960.2,956.25,1.7496354926056945,0,0,20.642857142857142,2.11288200029244,0,1.0454545454545454,29.044241810198407,0,0,4.545454545454546,0,1,2.0898641588296796,60.89902148615255,0,0,0,1,0,0,-2.9837467921300274,-1.039229935188538,5.391120507399563,0.6771721771644149,33.07352941176475,0,0,6.135121071643945,0.37815126050420167,-25713603892.3439,-93182030.18951797,1.234167520547424,-4836069.538371503,0,1,-3.8836342376781907,-41.83711879716998,24.216575542584756,0,1,2.1323308270676686,0.4681144898411499,959.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,973.95,975.0,912.0,0.3131577596385826,0,0,0,none,1,1.896551724137931,-0.7164790174002047,0,1.0,0,0,0,18.946554528581515,-43.02708746942517,-61.973641998006684,960.6,953.35,1151.9833333333333,2.690512403629297,1,0,39.642857142857146,4.049321465051802,1,0.5870646766169154,67.61095372993373,0,0,-14.492753623188406,0,1,8.536585365853666,49.56952483841737,0,0,0,0,0,0,29.01923623614138,1.004578609022957,16.412605441666052,0.5214407199185792,-48.85000000000002,0,0,14.29969134226283,0.4117647058823529,-53765625293.52544,-35893031.763427734,0.6461689097773862,6918547.12912178,0,0,-0.9696878352836832,-38.96044184557809,52.52492688944191,1,1,-2.528571428571436,0.10510048578325237,952.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,15,impulse_late,unknown,none,in_cloud,above,18.802,0,0,949.3499999999999,1450.0,880.6333333333333,3.1231895507452645,1,0,0,none,1,-7.9491525423728815,4.800817160367722,0,0.0,0,0,0,4,0,0,1,1.0,0.0,-0.333,1,0.7277910858575559,62.285714285714285,120.54263565891473,111.89805027014332,7.68087779211781,67.0520231213873,69.43505794598381,55.7353778278889,0.63896981881229,19.360408084459355 -248,2025-12-02 02:30:00,buy,836.0,0.098,42,저점 분할 매수 · 비중 10% · 11회 · BB하단 · leg#42,0.218958759682596,31.25,-0.14188702311821277,23.333333333333456,15.555555555555676,-1.9215250546934612,-1.7796380315752485,1.4571521686559425,839.2,842.45,847.9833333333333,-0.4095198528102584,0,0,2.642857142857143,0.3150008513536523,0,0.1111111111111111,-76.38888888888907,0,0,-75.0,0,0,-0.11904761904761862,37.30929188137485,0,0,1,0,1,0,4.9342105263157805,0.007116726234925874,8.333333333333334,0.22334691226157305,-4.502941176470586,0,0,0.8791446201392908,0.3697478991596639,,,0.07242984391559683,-104018.19287825376,0,0,,-50.448491891736325,19.734764164316307,0,1,-0.4052631578947264,0.6103292598638282,838.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,838.3666666666667,857.0666666666667,838.0,0.07554371595561715,1,0,0,none,1,-0.15966386554621848,0.0,0,0.387,0,0,0,0.20574706839827533,41.379310344827594,-0.18067260181334088,8.333333333333636,16.600529100529513,-2.769699514210174,-2.5890269123968332,1.8731382988283622,840.4,843.65,849.8166666666667,-0.5511764357257087,0,0,3.142857142857143,0.3745956070151541,0,0.09090909090909091,-106.68301655426387,1,0,-87.5,1,0,-0.5924170616113722,42.13543038359107,0,0,0,0,0,0,-1.9540229885057343,0.007894218111530904,-0.5952380952380949,0.16612349193357287,-6.711764705882274,0,0,1.5052259537661072,0.7983193277310925,-13290829285.547752,-49388.10749053955,0.12053406525044635,-292785.0485801399,0,0,,-50.424412331271064,19.82581742016065,0,1,-0.49097744360902973,0.5405635991851135,838.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,839.5833333333334,868.0,839.0666666666667,-0.06947890818859159,0,0,0,none,1,-0.29292929292929293,-0.11918951132300357,0,0.387,0,0,0,0.15298049726123983,28.57142857142857,-0.6901297110932458,2.5641025641027135,8.20177643707063,-4.291097517725234,-3.600967806631988,3.2599753971062557,841.8,848.6,856.8333333333334,-1.1312750412444061,0,0,6.357142857142857,0.7577047505533798,0,0.0,-98.79424348502708,0,0,-100.0,1,0,-0.5924170616113722,14.43783375321307,0,0,0,0,0,0,0.0,-0.0071691032114320485,-1.96078431372549,0.1935004200982284,-9.238235294117658,0,0,1.5605940153816142,0.6050420168067226,-16572090702.42353,-1523851.619506836,0.3162934565839095,244555.4836718589,1,0,,-50.378581046301754,41.350838362448926,1,1,-1.0195488721804513,0.7606229482156084,839.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,841.75,868.7,839.0,-0.32670032670032434,1,0,0,none,1,-0.3037974683544304,-0.11918951132300357,0,0.357,0,0,0,0.0646259269773698,38.46153846153846,-0.6815168792877913,13.725490196078411,22.875816993464127,-5.539389761168877,-4.857872881881086,2.9857623925212384,842.4,850.05,860.05,-1.2999235339097637,0,0,6.285714285714286,0.7491912140303082,0,0.0,-125.4125412541239,1,0,-100.0,1,0,-2.2144522144522116,48.99532315282076,0,0,0,0,0,0,1.4245014245014147,-0.10549526098394857,-9.803921568627455,0.08789974742713025,-12.535294117647027,0,0,1.8012247598751059,0.8067226890756303,-16172988361.472702,-9404017.226928711,0.5608565441958128,-2396617.5178894103,0,0,,-50.35612698101053,27.468893697290174,1,1,-0.8187969924812072,0.5828288939224979,839.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,860.1833333333334,870.0,840.0333333333333,-2.4626533103408232,0,0,0,none,1,-0.559322033898305,-0.23837902264600713,0,0.333,0,0,0,0.0,26.0,0.47477667800848344,16.445249597423267,20.80917874396117,-11.238470853453578,-11.713247531462061,3.8845295944373643,847.6,857.7,899.7166666666667,-2.0636586218957698,0,0,8.071428571428571,0.9608843537414966,0,0.037037037037037035,-155.72332799511997,1,0,-95.83333333333334,1,0,-1.9836639439906656,24.04170167143485,0,0,0,0,0,0,-0.5306122448979664,-0.43069047055500675,-0.27777777777777857,-0.058555963136468,-16.88529411764705,0,0,1.401970460842028,0.6554621848739496,-18234386743.83259,-9187005.190235138,0.7522881774107921,-2348502.556090176,0,0,,-50.193765210786765,27.279043715772293,1,1,-1.3067669172932308,0.8614629427460321,839.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,871.8666666666666,904.7333333333333,842.8666666666667,-3.6549931182137785,0,0,0,none,1,-2.2857142857142856,-0.2380952380952381,0,0.167,-1,0,0,0.23590329264654497,25.80645161290323,-0.49268259879903553,27.063420947829673,22.303033320058535,-21.894546074709524,-21.40186347591049,14.667591151409063,851.2,873.85,924.7,-3.8736625278938064,0,0,10.571428571428571,1.258503401360544,0,0.03571428571428571,-125.39450138278825,1,0,-87.09677419354838,1,0,-3.4482758620689613,25.81728694477306,1,0,1,0,1,0,-4.962779156327542,-0.26300376393227154,4.301075268817204,-0.3096298775488851,-54.21764705882356,0,0,5.57593881406773,0.865546218487395,-20188925476.841812,-52871967.77630234,0.6019100476282615,-3713447.3372933567,0,0,-10.528219113812503,-50.038543813272106,55.59559066281512,1,1,-4.077443609022582,0.5667252740908303,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,888.2,944.2666666666667,847.6,-5.426705696915112,0,0,0,none,1,-2.6923076923076925,-0.35714285714285715,0,0.333,-1,0,0,-11.207372967939152,-21.963431417920788,-10.756058449981635,882.8,938.3,938.7,-8.664606202707015,0,0,24.214285714285715,2.8254709118186367,0,0.12195121951219512,-175.6187599630837,1,0,-86.48648648648648,1,0,-9.408033826638473,14.185229209920365,0,0,0,0,0,0,0.22217158482395405,-0.7552136925096367,4.504504504504505,-0.19968456672588974,-85.88529411764705,0,0,7.49003095217258,0.6302521008403361,-26081789463.866203,-292164178.3753853,1.8810263411144346,-21526944.092354357,0,0,,-48.74370074102684,56.78692608645958,1,1,-5.553383458646636,0.699185370097775,842.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,972.7833333333333,975.0,842.0,-11.902273544982611,1,0,0,none,1,-4.275862068965517,-1.0501750291715286,0,0.4,0,0,1,0.6071519903276936,-39.51079866053817,-40.117950650865865,901.8,931.95,1086.5166666666667,-8.04227694618811,0,0,52.285714285714285,6.101016836139356,1,0.14457831325301204,-156.58392582429008,1,0,-85.54216867469879,1,0,-12.55102040816326,57.922209293932596,0,0,0,0,0,0,-5.606060606060616,-3.6578505601617337,-15.368516318796306,0.08996760047510884,-59.335294117647095,0,0,11.140503534614508,0.13445378151260504,-54623392144.216866,-869097470.0987778,0.9895920722971858,-59438872.66185689,0,0,-3.2047084791567544,-46.09819289758653,74.51664119184092,1,1,-0.4954887218045001,0.0068624217962959255,833.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,14,impulse_late,unknown,none,below_cloud,below,-5.176,0,0,945.8833333333333,1354.0,885.1,-9.396860077881342,0,0,0,none,1,-9.254237288135593,-8.751458576429405,0,0.0,0,0,0,2,0,1,0,0.5,0.0,0.333,0,0.0,9.923664122137396,9.040323217954802,14.934737368947909,16.749960734674264,39.39393939393939,23.06423144808532,33.165112119376396,0.0,15.187855981984608 -249,2025-12-03 01:00:00,sell,982.0,0.65,42,고점 매도 · 비중 65% · 분할 · leg#42,0.8053877913506187,73.68421052631578,0.9029732392007723,106.06060606060618,108.70240870240883,19.90981378175104,19.00684054255027,8.519789455624622,976.0,951.25,903.2166666666667,2.6018396846254843,0,0,8.214285714285714,0.8416276346604215,0,1.0175438596491229,113.93617805291406,0,1,3.0303030303030303,0,1,2.8451001053740876,82.18076487683949,0,1,0,1,0,0,-1.9914651493598967,-0.5336926999688814,-5.050505050505038,1.2505516345373902,48.80882352941171,0,0,1.9581446075523952,0.9915966386554622,-11302703573.844784,-39805.55344772339,0.6219202222513853,1220644.1000576764,0,0,-0.9000273251413216,-42.267331272863196,62.398695630708694,1,1,3.235338345864654,0.8924427643357562,976.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,944.25,975.0,864.3,3.3624569764363343,0,0,0,none,1,1.0420168067226891,-0.6147540983606558,1,0.778,0,0,0,0.8566452035327687,80.3030303030303,4.537671416942548,105.03118908382096,105.00895568903866,25.265854722674817,20.72818330573227,15.123554738414835,969.0,927.0,887.6166666666667,5.393743257820938,0,0,16.285714285714285,1.6669103670127212,0,1.0217391304347827,109.67741935483865,0,1,2.666666666666667,0,1,5.85048754062838,81.51665473757242,0,1,0,0,0,0,-2.9086485290864914,-0.5635649240846625,-1.5620915032679648,1.139504220970465,64.0205882352941,0,0,2.9418250869027354,1.0,-13304625942.989017,-11171913.405870438,0.6180968062588829,3626964.0807358176,0,0,-1.2775254725071121,-42.180121516200806,73.23834392530955,1,1,5.765413533834567,0.9470692154550904,977.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,947.9166666666667,975.0,850.0,3.0681318681318626,0,0,0,none,1,1.1919191919191918,-0.6141248720573182,1,0.8,0,0,0,1.0,88.02816901408451,9.417587836612965,104.71576227390199,109.01047890431114,25.34997921689444,15.932391380281475,16.574676838394087,955.4,897.55,871.2,9.186117765027024,0,0,16.714285714285715,1.7055393586005834,0,1.073394495412844,170.11741507573706,0,1,8.333333333333332,0,1,11.237230419977307,,0,0,0,0,0,1,1.5202325061480053,1.0286798519778628,-6.400966183574852,1.5515071008256527,73.17352941176478,0,0,3.6506440745656934,1.0,-16598604966.550629,-17893267.792743683,1.2405971380088294,5184251.876940712,0,0,,-41.948936700255544,55.456005402407314,1,1,5.706015037593983,0.8238467049383823,980.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,860.1666666666667,967.9333333333333,850.0,13.931408641736098,0,0,0,none,1,1.518987341772152,-0.9183673469387756,1,0.714,1,1,0,1.0,94.73684210526315,9.842867583336474,100.30864197530862,100.5967078189301,21.31924978495033,11.476382201613855,14.327385080250382,932.0,884.9,866.6666666666666,9.842920103966545,0,0,16.5,1.6975308641975309,0,1.009090909090909,229.89552174101487,0,1,0.9259259259259258,0,1,12.110726643598625,99.56218913626198,0,0,0,0,0,0,1.5550239234449634,2.194670258421544,-0.4320987654321016,1.670143107852563,67.0617647058823,0,0,3.372225439033045,1.0,-16174512055.577415,7265019.152118683,2.3074890736289584,8201587.50734362,0,0,,-42.39664725429164,59.67079424975625,1,1,4.43759398496239,0.68605810253796,970.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,860.0833333333334,971.0,850.0,13.012305009204539,0,0,0,none,1,1.88135593220339,-1.02880658436214,1,0.75,1,1,1,1.0,97.89473684210526,7.5604628819880055,102.60499734183922,104.64856780646237,12.533544633886663,4.973081751898658,10.201861039162756,897.2,868.3,859.0166666666667,8.487849821490268,0,0,16.357142857142858,1.7364270548983924,0,1.0,330.0820859488175,0,1,-0.0,0,1,10.563380281690149,99.29969337725493,0,0,0,0,0,0,10.938215102974823,2.9545547761096795,-2.564102564102555,1.5152830329570326,42.17647058823525,0,0,3.456080683285937,0.8319327731092437,-18235070090.180515,7523059.277996063,5.055136763759843,8444075.457085729,0,0,,-44.058412070161204,39.241509925123104,1,1,2.607518796992481,0.4852265023271618,942.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,919.0333333333333,942.0,836.0,2.4990025751695732,1,0,0,none,1,1.7346938775510203,-4.140127388535031,1,0.688,1,1,1,1.0,78.57142857142857,6.15478101145305,108.80701754385977,116.84364108925524,1.8155206085533564,-4.3392604028996935,6.275599444850216,875.8,861.5,890.25,5.513639001741155,0,0,16.714285714285715,1.8387553041018387,0,1.0172413793103448,457.732634338135,0,1,1.7543859649122806,0,1,6.06767794632439,83.27214870537539,0,0,0,0,0,0,12.533692722371967,2.3346073174657116,-11.536416799574695,1.1330099672089677,27.664705882352905,0,0,3.3517209728848654,0.6722689075630253,-20192909780.22417,3392131.4846839905,8.311932945718336,8115769.740358472,0,0,-0.21752712351133446,-45.852098152427786,29.479244898564094,1,1,1.3398496240601432,0.3439371982246012,908.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.5999999999999,908.0,850.4,2.4109959441189766,0,0,0,none,1,-0.5384615384615384,-8.030803080308031,1,0.5,1,1,1,-1.0384337553657765,-23.100092212000277,-22.0616584566345,870.0,906.85,935.5166666666667,0.2370844130782368,0,0,34.357142857142854,3.77966368065378,0,0.6036036036036037,37.061224489795805,0,0,-36.79245283018868,0,0,-4.616998950682061,47.57327527275271,1,0,1,0,0,0,18.315789473684212,4.5942900508866344,16.352201257861637,0.5706282325496924,-50.826470588235225,0,0,8.627847578088828,0.8151260504201681,-26092314952.706398,-74929413.50026321,3.903355010789979,-3160779.675245613,0,0,,-45.53229290745685,50.49286989111546,1,1,-6.084962406015046,0.6586709674952571,908.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,963.9166666666667,966.1333333333333,842.0,-5.69724215440478,1,0,0,none,1,-2.9655172413793105,-5.6105610561056105,1,0.333,1,1,1,3.8440371000401043,-34.4861314333441,-38.3301685333842,892.2,933.0,1070.45,-2.5723472668810254,0,0,59.642857142857146,6.5613704227565615,1,0.4578313253012048,-39.348094279592175,0,0,-54.21686746987952,0,0,-7.150153217568944,56.86392295673176,0,0,0,0,0,0,-3.176374101357297,0.5369457301535618,0.20080321285140457,0.37659271487161305,-39.05588235294124,0,0,12.950957495261662,0.2184873949579832,-54611375879.27194,-845750585.7465057,1.7554157339145453,-46125394.85822344,0,0,-2.9564616940347603,-42.5957582016249,75.88100960770903,1,1,-1.5969924812030116,0.07326792876436794,908.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,16,impulse_late,unknown,none,in_cloud,above,6.613,0,0,945.0166666666667,1350.0,884.7,-3.811220260665593,1,0,0,none,1,-8.559322033898304,-2.42024202420242,0,0.167,0,0,0,0,4,0,1,0.0,1.0,-0.333,0,0.5121177170549305,41.99999999999999,33.01886792452831,22.22222222222224,19.565105539559593,46.684350132625994,39.55823293172689,33.99329803289589,0.3281018059619632,14.964364700142413 -250,2025-12-03 01:51:00,sell,981.0,0.35,42,고점 매도 · 비중 35% · 분할 · leg#42,0.7115982413624468,49.27536231884058,-1.8387624235740976,85.9829059829061,77.72079772079785,7.659604171558954,9.498366595133051,2.691667243253676,976.2,974.45,932.7166666666667,0.5695520550053734,1,0,8.571428571428571,0.8746355685131195,0,0.8888888888888888,90.26644915715006,0,0,23.076923076923077,0,1,0.9268795056642576,52.63707881226197,0,1,0,0,0,0,8.650362318840578,0.5490160015792291,11.396011396011403,0.8063576877172935,11.091176470588266,0,0,1.9112501447490018,0.865546218487395,-11307548721.517975,-1712234.8154716492,0.9053033855560548,379030.92561841756,0,0,,-42.017534712509885,20.77258254011328,0,1,-0.36917293233083526,0.11093941475882318,979.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,975.8499999999999,982.0,863.1,0.42527027719425625,1,0,0,none,1,1.0252100840336134,-0.7142857142857143,1,0.8,0,0,0,0.7122396786868113,58.69565217391305,-2.644731382924995,87.37745098039245,82.60585245879406,16.891309231977743,19.53604061490274,5.206516707262744,973.6,968.3,908.1833333333333,1.1050294330269494,0,0,10.0,1.0214504596527068,0,1.0,94.68599033816363,0,0,-0.0,0,1,-0.3054989816700604,58.21629357683191,0,0,0,0,0,0,-1.3043478260869534,0.18319692713581048,7.692307692307693,0.9469504016011967,36.502941176470586,0,0,3.393721196025627,0.957983193277311,-13317820673.022,-13194730.032981873,0.7376770709383946,436836.5766408071,1,0,-3.185578097245545,-42.04767719190426,28.669562619946053,1,1,1.2766917293232924,0.3591250673234022,978.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,946.75,979.0,850.0,3.406390282545546,1,0,0,none,1,1.292929292929293,-0.40858018386108275,0,0.893,0,0,0,0.7776509721468706,78.3132530120482,3.3495918489863143,99.66741814472459,97.91564167432881,28.925212814684073,25.57562096569776,18.793038159695524,975.2,930.45,882.8,5.217905314632709,0,0,19.357142857142858,1.9772362468991684,0,1.0404040404040404,80.68456123614202,0,0,5.47945205479452,0,1,4.930332261521975,87.93647078019771,0,1,0,1,0,1,-0.8534136546184641,-1.0192826695440935,2.5433298964010618,1.0073508765764927,66.63529411764705,0,0,3.9982315802042243,1.0,-16608534338.317942,-30259287.321702957,0.5943541285576711,504113.6888344437,0,0,-2.477918957448522,-41.99386596194221,64.02783327406486,1,1,6.996240601503759,0.8964734424569215,977.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,972.9166666666667,975.0,850.0,0.6252676659528777,0,0,0,none,1,1.5696202531645569,-0.20429009193054137,1,0.769,0,0,0,0.8680518769015261,87.23404255319149,8.006877592615911,96.04053354053353,99.2351279825075,29.136282493921044,21.129404901305133,19.59986124455379,971.2,906.6,873.9,7.213765718067511,0,0,18.214285714285715,1.8738977072310408,0,1.0,109.82578783843785,0,1,-0.0,0,1,10.20408163265305,82.89633878995194,0,0,0,0,0,1,0.5673758865248146,-0.9934414993106877,-3.459119496855351,1.216510556057198,83.5235294117648,0,0,3.80837664323246,0.9915966386554622,-16189755469.18543,-8240080.80402565,0.7818982249382308,7180095.567954481,0,0,,-42.38236039954908,70.90066536012957,1,1,6.927819548872184,0.851223760672257,972.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,969.9666666666667,972.0,858.1333333333333,0.20962919687961268,1,0,0,none,1,1.9152542372881356,-0.51440329218107,1,0.75,0,0,0,1.0,87.41721854304636,12.182827465002504,106.06060606060583,105.10366826156282,23.08245521683216,10.899627751829655,17.689621670402474,936.4,879.55,862.5833333333334,9.601500767437908,0,0,18.785714285714285,1.9487255483106105,0,1.0,193.91600036761352,0,1,-0.0,0,1,11.574074074074069,90.34866810025369,0,0,0,0,0,0,-11.090244143520806,0.6594709302810173,-0.5847953216374293,1.4426849887614983,71.61470588235295,0,0,4.811042194428337,1.0,-18269208199.079224,-26519415.47169113,1.6178539521446038,8869395.632723987,0,0,,-42.73777008492168,49.675649098033645,1,1,5.1676691729323245,0.6177592792550844,964.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,919.2,964.0,836.0,4.8738033072236675,1,0,0,none,1,2.326530612244898,-1.3485477178423237,0,0.75,0,0,0,1.0,89.6774193548387,11.993673525757956,109.25746799431022,112.80263996053482,10.652831504297751,-1.3408420214602048,13.528960254858296,900.0,868.7,890.8333333333334,13.04247726487855,0,0,21.214285714285715,2.1603142275240033,0,1.1801801801801801,374.7903187155528,0,1,18.01801801801802,0,1,14.31897555296857,89.09663908463763,0,0,0,0,0,0,11.105990783410135,5.838892514304906,0.45045045045044674,1.7295754872873288,46.29411764705878,0,0,6.426327783372917,1.0,-20197805803.420788,-1718308.7014770508,3.1808849905616334,10410132.68969667,0,0,-0.46606323680591466,-41.48928338488796,35.101559613923925,1,1,2.69022556390976,0.2934248779940849,977.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.1,936.8,848.6,14.305668723082299,0,0,0,none,1,2.923076923076923,-1.5274949083503055,1,0.6,1,1,1,-1.0384337553657765,-23.100092212000277,-22.0616584566345,870.0,906.85,935.5166666666667,0.2370844130782368,0,0,34.357142857142854,3.77966368065378,0,0.6036036036036037,37.061224489795805,0,0,-36.79245283018868,0,0,-4.616998950682061,47.57327527275271,1,0,1,0,0,0,18.315789473684212,4.5942900508866344,16.352201257861637,0.5706282325496924,-50.826470588235225,0,0,8.627847578088828,0.8151260504201681,-26092314952.706398,-74929413.50026321,3.903355010789979,-3160779.675245613,0,0,,-45.53229290745685,50.49286989111546,1,1,-6.084962406015046,0.6586709674952571,908.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,963.9166666666667,966.1333333333333,842.0,-5.69724215440478,1,0,0,none,1,-2.9655172413793105,-5.6105610561056105,1,0.333,1,1,1,3.8440371000401043,-34.4861314333441,-38.3301685333842,892.2,933.0,1070.45,-2.5723472668810254,0,0,59.642857142857146,6.5613704227565615,1,0.4578313253012048,-39.348094279592175,0,0,-54.21686746987952,0,0,-7.150153217568944,56.86392295673176,0,0,0,0,0,0,-3.176374101357297,0.5369457301535618,0.20080321285140457,0.37659271487161305,-39.05588235294124,0,0,12.950957495261662,0.2184873949579832,-54611375879.27194,-845750585.7465057,1.7554157339145453,-46125394.85822344,0,0,-2.9564616940347603,-42.5957582016249,75.88100960770903,1,1,-1.5969924812030116,0.07326792876436794,908.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,16,impulse_late,unknown,none,in_cloud,above,6.613,0,0,945.0166666666667,1350.0,884.7,-3.811220260665593,1,0,0,none,1,-8.559322033898304,-2.42024202420242,0,0.167,0,0,0,0,2,0,1,0.0,0.5,-0.333,0,0.5121177170549305,41.99999999999999,33.01886792452831,22.22222222222224,19.565105539559593,46.684350132625994,39.55823293172689,33.99329803289589,0.3281018059619632,14.964364700142413 -251,2025-12-03 23:03:00,buy,923.0,0.187,43,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#43,0.33866991060791507,28.57142857142857,-0.09064503062845192,29.411764705882465,15.359477124183101,-0.3285171389335346,-0.2378721083050827,0.5276417740427096,939.2,939.8,939.8333333333334,-0.08512449457330762,0,0,2.7142857142857144,0.2890613114255287,1,0.8823529411764706,-501.55763239875847,1,0,-11.76470588235294,0,1,-0.10638297872340718,4.999719236889831,0,0,0,0,0,0,-8.92857142857143,0.00965199105419165,29.411764705882465,0.44489314050544926,-3.3235294117647527,0,0,0.2982053671989194,0.0,-11323333900.094501,-6394150.002182007,10.224528681735672,-57234.41936592013,0,0,,-44.373652279422934,23.924963924963922,0,1,-0.05714285714284749,0.07436399217220879,924.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,928.5833333333333,944.8333333333334,928.1666666666666,1.1217804899937178,1,0,0,none,1,-0.04201680672268908,-0.21299254526091588,0,0.471,0,0,1,0.40409686797802885,50.0,-0.01602337587417424,71.66666666666697,60.00000000000042,-0.44508970948311344,-0.4290663336089392,0.721297534775823,939.0,939.65,941.0166666666667,-0.06917469270473209,0,0,2.9285714285714284,0.3118819412749125,1,0.9,-554.4871794871927,1,0,-10.0,0,1,0.10660980810235365,20.680968196883967,0,0,0,0,0,0,0.0,-0.006492264173998563,13.333333333333336,0.4398807009776384,-3.797058823529369,0,0,0.5217007057099953,0.025210084033613446,,,10.295449432598927,36844.411187149584,0,0,,-44.34525113005496,39.05928672409402,1,1,-0.07744360902254885,0.0731135813870295,921.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.8666666666667,953.0,926.3333333333334,1.3090699848953502,1,0,0,none,1,-0.1111111111111111,0.0,0,0.409,0,0,1,0.40325494346466,50.0,0.053380589278053,61.538461538461696,64.95726495726504,-0.9876718447609392,-1.0410524340389922,0.8798846951132175,939.8,939.8,943.85,-0.08512449457330762,0,0,4.285714285714286,0.4564125969876769,1,0.8461538461538461,-359.5649392194488,1,0,-15.384615384615385,0,1,-0.5296610169491567,22.09369372603291,0,0,0,0,0,0,2.173913043478258,-0.014304319448286584,3.2051282051282115,0.4209607718933956,-4.594117647058738,0,0,0.8762559819843407,0.19327731092436976,-16636402523.552387,-4827091.573036194,7.638967274555261,-1293855.7432594001,0,0,,-44.292433944044554,29.905451813899408,1,1,0.010526315789478166,0.000907441016336441,928.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,941.75,953.0,928.8333333333334,-0.29200955667639805,1,0,0,none,1,0.0379746835443038,-0.7454739084132056,0,0.5,0,0,1,0.3500894645894395,40.625,-0.05767990951374924,67.25274725274723,60.830280830280884,-1.1659150027576288,-1.1082350932438796,1.0993036125202464,939.4,940.55,941.7,-0.16479719313167163,0,0,4.785714285714286,0.5096607333029057,1,0.7333333333333333,-297.66297662977144,1,0,-15.384615384615385,0,1,-0.2125398512221044,22.57449792288361,0,0,1,0,1,0,-1.7992424242424292,0.0033333768947012565,4.395604395604394,0.4067497222052583,-5.676470588235247,0,0,0.9539090608311135,0.226890756302521,-16221939814.44272,-5143808.816440582,6.480712742154389,-423476.57467865944,0,0,,-44.26616247948425,29.165358451072727,1,1,-0.19473684210527287,0.19864845256109942,928.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,948.65,949.0,928.7,-1.0172350181837375,1,0,0,none,1,-0.03389830508474576,-0.7454739084132056,0,0.462,0,0,1,0.24587657067650015,42.10526315789474,-1.4170555474750208,36.66666666666644,32.49999999999983,0.7572634915399021,2.174319039014923,1.9598335838791943,939.8,943.7,927.4,-0.49803963123874473,0,0,6.071428571428571,0.6465845123992089,1,0.47368421052631576,-223.63636363636303,1,0,-40.0,0,0,-0.8447729672650506,32.340757400326,0,0,0,0,0,0,6.549707602339197,0.08900077488550995,6.666666666666664,0.4081646049796723,-3.47352941176473,0,0,1.5248888019389815,0.18487394957983194,-18312718974.716026,-11171731.738243103,3.513988118773536,-1006692.1675146222,0,0,,-44.14970212759427,28.17461522156118,1,1,-0.5593984962406058,0.5122999522439731,930.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,964.5333333333333,966.0,919.0666666666666,-2.647221454243842,1,0,0,none,1,1.3673469387755102,-0.9584664536741214,0,0.667,0,0,1,0.3699704833874638,55.99999999999999,-3.34653302574109,48.59943977591049,45.564892623716275,9.481288804061592,12.827821829802682,2.6119504287503736,939.4,942.2,893.05,-0.3396306516663228,0,0,7.214285714285714,0.7682945382625894,1,0.5294117647058824,-159.72789115646032,1,0,-47.05882352941176,0,0,-0.2125398512221044,38.4006708396801,0,0,0,0,0,0,11.737704918032776,-0.02858624794754938,10.504201680672274,0.631006567412056,16.632352941176464,0,0,2.116145570496659,0.31092436974789917,-20254560229.830097,-22833536.300186157,3.8120701121019556,1866138.8696889877,1,0,,-43.9702844442576,19.424976731405604,0,1,-0.22706766917292576,0.047674107404216626,930.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.25,962.0,858.4,0.5084292213004993,1,0,0,none,1,1.9743589743589745,-0.9584664536741214,0,0.667,0,0,1,9.813378570928473,-1.4880138918152852,-11.301392462743758,944.6,905.55,938.0,3.362597316547955,0,0,26.714285714285715,2.854090354090354,0,0.8867924528301887,48.797250859106484,0,0,-0.0,0,1,11.032028469750887,54.24458898143265,0,0,0,0,0,0,19.280397022332515,-0.47825493301665567,0.9433962264150892,0.6797352638380123,13.097058823529437,0,0,9.675045284185872,0.8319327731092437,-26150266129.330402,-69097359.31066895,1.3277849445457777,5198642.403917134,0,0,-5.51148198661844,-43.83963548772476,41.77596408174753,1,1,0.08195488721802381,0.00012642723187017424,930.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.05,965.0,854.3,1.0744560228929334,1,0,0,none,1,-1.5172413793103448,-0.9615384615384616,0,0.4,0,0,0,3.8440371000401043,-34.4861314333441,-38.3301685333842,892.2,933.0,1070.45,-2.5723472668810254,0,0,59.642857142857146,6.5613704227565615,1,0.4578313253012048,-39.348094279592175,0,0,-54.21686746987952,0,0,-7.150153217568944,56.86392295673176,0,0,0,0,0,0,-3.176374101357297,0.5369457301535618,0.20080321285140457,0.37659271487161305,-39.05588235294124,0,0,12.950957495261662,0.2184873949579832,-54611375879.27194,-845750585.7465057,1.7554157339145453,-46125394.85822344,0,0,-2.9564616940347603,-42.5957582016249,75.88100960770903,1,1,-1.5969924812030116,0.07326792876436794,908.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,16,impulse_late,unknown,none,in_cloud,above,6.613,0,0,945.0166666666667,1350.0,884.7,-3.811220260665593,1,0,0,none,1,-8.559322033898304,-2.42024202420242,0,0.167,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.6765382190639379,67.74193548387098,104.62518111797453,103.98063854248055,19.047418368540974,46.684350132625994,39.55823293172689,33.99329803289589,0.3281018059619632,14.964364700142413 -252,2025-12-06 05:45:00,buy,846.0,0.204,43,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#43,0.0,37.5,-0.26774589008957916,25.00000000000013,42.22222222222239,-1.0561077955826477,-0.7883619054930685,0.997087436439156,850.6,852.25,855.2833333333333,-0.49867996479906473,0,0,2.142857142857143,0.2526954177897574,0,0.0,-134.56790123457182,1,0,-100.0,1,0,-0.11778563015312216,33.99793627412771,0,0,1,0,1,0,0.0,-0.19488487974689916,-16.666666666666668,0.03019914873124552,-2.2941176470587834,0,0,0.5542949749591632,0.008403361344537815,,,2.1173540015179406,-11496.02520954609,0,0,,-49.626143219732086,13.377911770768915,0,1,-0.187218045112778,0.2718209517964034,848.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,856.4333333333334,894.0,848.0,-0.9847040049819067,1,0,0,none,1,-0.3025210084033613,0.0,0,0.343,-1,0,1,0.2598107112609158,43.99999999999999,0.2691452230188749,51.111111111111406,81.48148148148188,-1.7486078186595932,-2.017753041678468,1.2939617584293102,853.0,852.65,860.4666666666667,-0.3107957544127071,0,0,3.5714285714285716,0.42016806722689076,0,0.3333333333333333,-109.87261146496478,1,0,-66.66666666666666,0,0,-0.5847953216374324,43.86686527905634,0,0,0,0,0,0,1.6923076923076863,-0.1857583048697773,-28.888888888888893,0.26387614449816743,-2.632352941176464,0,0,0.9852870958270018,0.6638655462184874,,,1.4946087728697834,-78383.37304926664,0,0,,-49.482861839259954,14.063563765427121,0,1,0.04135338345863482,0.007867298824724811,848.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,886.1333333333334,900.1333333333333,851.6,-4.077640686127005,0,0,0,none,1,-0.494949494949495,0.0,0,0.269,0,0,0,0.21951057476857502,36.95652173913044,0.9134826609918942,60.00000000000012,40.79365079365083,-5.928546972461618,-6.842029633453512,2.4369225043564957,851.8,855.85,877.8,-0.6835309925804833,0,0,5.785714285714286,0.680672268907563,0,0.1875,-112.05783630260783,1,0,-50.0,0,0,0.0,30.337673294680727,1,0,1,0,1,0,-0.8212560386473413,-0.13750820703895617,19.04761904761905,0.20099540872163568,-11.535294117647027,0,0,1.3950685235701679,0.7394957983193278,-16695738771.309969,-1649103.103225708,1.4275211170883757,-298924.5933766961,0,0,,-49.43596030589107,20.20946285760252,0,1,-0.665413533834592,0.5700232092184778,847.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.3166666666666,920.0,851.8666666666667,-5.48379325043088,0,0,0,none,1,-0.8860759493670886,-0.1176470588235294,0,0.059,0,0,0,0.3157076747216532,39.285714285714285,0.7473087482208669,16.666666666666647,17.047930283224453,-9.784144839611713,-10.53145358783258,4.916828889253492,853.0,860.8,890.1666666666666,-0.9061338289962806,0,0,4.785714285714286,0.5610450510802211,0,0.16129032258064516,-88.76675826463497,0,0,-66.66666666666666,0,0,-1.1587485515643148,38.07941707741759,1,0,1,0,1,0,2.2486772486772395,0.2665872562424596,0.0,0.03912582432846923,-20.073529411764753,0,0,1.7548254479231773,0.6974789915966386,,,0.4009132147658381,-456190.4548083544,0,0,,-49.23480437260336,31.667297035179338,1,1,-1.4751879699248218,0.6803118646559998,848.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,898.8833333333334,919.0,848.0,-5.1044814862885595,1,0,0,none,1,-1.0169491525423728,0.0,0,0.188,0,0,0,0.19768261318076236,22.891566265060234,-1.6368126045326932,8.542007191892546,4.593942585933258,-16.147376849528655,-14.510564244995962,9.162099824853225,852.6,877.3,910.2333333333333,-2.7698620768266236,0,0,10.571428571428571,1.2393233964160109,0,0.125,-97.7859778597786,0,0,-81.57894736842105,1,0,-4.157303370786513,32.00999327123823,0,0,0,0,0,0,1.7150956768249301,0.5959292364297024,6.834795321637425,0.006961926155268723,-39.57058823529417,0,0,2.144649819100165,0.8403361344537815,-18384395471.406574,-17795619.26996994,0.5406696403389877,-1997336.050620377,0,0,,-49.12898744361994,72.99983629916439,1,1,-3.2857142857142843,0.9357532017264556,846.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,882.25,927.2,848.9,-3.3153867951260962,1,0,0,none,1,-1.7346938775510203,-0.11723329425556857,0,0.154,0,0,0,0.047287307962817056,20.588235294117652,-5.1302867577072835,8.372456964006384,10.366576563759795,-19.813484248129498,-14.683197490422215,11.18667330931746,861.0,897.45,926.9166666666666,-5.064348988801615,0,0,13.571428571428571,1.5928906773977198,0,0.07894736842105263,-139.6940418679552,1,0,-91.54929577464789,1,0,-5.752212389380529,5.557962303011422,0,0,0,0,0,0,1.588235294117652,0.17223860107376332,3.4016967300881316,-0.22767627638444546,-57.30882352941171,0,0,2.767858177364141,0.6554621848739496,-20336006666.434185,-40798922.55554962,0.7723428011076747,348705.02669250965,1,0,,-49.033085879937545,57.749328347631774,1,1,-3.9616541353383226,0.8720044631775445,846.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,947.2833333333333,949.0,846.0,-10.058588595457184,1,0,0,none,1,-2.5384615384615383,-0.11737089201877934,0,0.182,0,0,0,-8.250927459848983,-9.012068689682337,-0.761141229833355,895.0,929.25,935.4833333333333,-8.528383104654292,0,0,20.428571428571427,2.403361344537815,0,-0.010526315789473684,-245.88598708227954,1,0,-101.05263157894737,1,0,-10.526315789473683,34.820309511536465,0,0,0,0,0,0,-3.193318594939811,-3.246111577862905,-10.350877192982459,-0.30365235111043354,-26.04705882352937,0,0,7.352442889310223,0.6218487394957983,-26464807437.200665,-312308108.59301376,0.7761242484450757,-14044390.349051416,0,0,,-48.86565954362656,50.10392432717231,1,1,-2.6804511278195506,0.35752720122258697,851.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.9333333333334,946.0,852.4,-8.299769850402772,0,0,0,none,1,-3.5517241379310347,-1.647058823529412,0,0.333,-1,-1,0,1.396051409214298,-29.476441547361787,-30.872492956576085,899.0,926.65,1026.9666666666667,-5.142178816165755,0,0,60.07142857142857,6.834064683894035,0,0.27710843373493976,-117.99702528507686,1,0,-70.3225806451613,0,0,2.5670945157526326,44.43022649479541,0,0,0,1,0,1,4.458128078817744,-0.7599802604297992,-10.790257805415212,0.3243837679782988,-32.04117647058831,0,0,13.817311834345318,0.31932773109243695,-54662313763.91591,-21665060.57159424,0.8164475790175193,23409137.99802375,0,0,,-44.18519360997378,63.54142727787958,1,1,-4.706015037594001,0.45953636155615096,845.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,below,-21.871,0,0,952.5,1199.4666666666667,864.8666666666667,-7.71653543307087,1,0,0,none,1,-8.033898305084746,-2.3890784982935154,0,0.167,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.0,18.840579710144937,22.409007593610895,28.018865571889933,11.416021876918645,40.88669950738917,26.454317982011208,38.169052757998905,0.20994822898530097,17.728486187747375 -253,2025-12-07 23:54:00,buy,835.0,0.206,43,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#43,0.2926161811739988,34.28571428571429,-0.35335381769870455,17.77777777777791,18.88888888888903,-4.828152677702292,-4.474798860003587,3.4117761637177955,841.0,848.0,857.2833333333333,-0.7075471698113178,0,0,4.571428571428571,0.5429250084832032,0,0.2222222222222222,-66.34304207119771,0,0,-73.33333333333333,0,0,-1.1737089201877882,20.084356589457414,0,0,0,0,1,0,7.815126050420176,0.3040146220251394,0.0,0.24490329548421383,-11.83235294117651,0,0,1.3096552860828623,1.0,-11366686114.563017,-4477844.05723381,0.2582565827906133,-1049768.890066564,0,0,,-49.90517462239449,39.76118882021566,1,1,-1.1007518796992521,0.8106140603016584,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,840.75,865.5,838.0,0.14867677668748414,1,0,0,none,1,-0.226890756302521,-0.23752969121140144,0,0.391,0,0,0,0.18794772501365176,23.07692307692308,-1.1250049020739041,15.686274509804226,10.457516339869665,-5.524778341804108,-4.399773439730204,3.686897694903174,841.0,851.8,859.3,-1.1505048133364615,0,0,4.428571428571429,0.5259586019681032,0,0.13636363636363635,-100.53277739170744,1,0,-82.35294117647058,1,0,-1.6355140186915862,15.773180521116444,0,0,0,0,0,0,4.558404558404561,0.27985760487803457,5.882352941176471,0.051539264839663416,-15.802941176470654,0,0,1.0924027117298836,0.9915966386554622,-13394673385.349482,,0.32385434334714486,-1368286.030471541,0,0,,-49.88089377808027,55.01783798038077,1,1,-1.2406015037594058,0.8738868174534705,839.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,839.5333333333333,871.0,839.0,0.29381402366395193,1,0,0,none,1,-0.30303030303030304,-0.11876484560570072,0,0.375,0,0,0,0.02815911048009219,23.68421052631578,-2.109854760969266,7.692307692307811,13.987863987864039,-5.288722421899024,-3.178867660929758,3.940062716943567,845.6,857.95,863.4666666666667,-1.8590826971268792,0,0,6.5,0.7719714964370546,0,0.2222222222222222,-171.1855396065902,1,0,-76.92307692307693,0,0,-2.3201856148491906,8.043142513153683,0,0,0,0,0,0,1.1842105263157805,-0.004333938625276534,-7.459207459207459,0.0012033678756106032,-17.564705882352882,0,0,1.4129966667774845,0.9915966386554622,-16721583781.682913,-9849811.53600502,1.9795929577670195,-1317170.7824077606,0,0,,-49.832866109057626,68.99572955025401,1,1,-1.2699248120300937,0.7903397352587783,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,864.5833333333333,867.5,837.1666666666666,-2.612048192771077,1,0,0,none,1,-0.31645569620253167,-0.23752969121140144,0,0.409,0,0,1,0.0,26.530612244897966,-2.316070573206379,23.69584438549954,23.7580639879491,-4.834436534058796,-2.5183659608524165,3.5715139684686577,849.0,859.5,864.6,-2.1524141942990127,0,0,7.142857142857143,0.8493290300662476,0,0.1724137931034483,-219.7686645636163,1,0,-82.75862068965517,1,0,-2.886836027713624,12.493651564986536,0,0,0,0,0,0,-2.8811524609843815,-0.3834538547347983,-2.586206896551719,-0.0807177528737904,-16.888235294117635,0,0,1.6911094843827816,1.0,-16326816374.428112,,2.6604097861837803,-937234.1851620376,0,0,,-49.86969928242997,39.98707883814942,1,1,-0.8285714285714395,0.40799182943955103,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,842.4166666666667,868.6666666666666,836.0,-0.1681669799188934,1,0,0,none,1,-0.4067796610169492,-0.23781212841854932,0,0.438,0,0,1,0.0,16.666666666666657,-2.0361178218091522,32.097701149425056,30.977011494252704,-3.3005264966093364,-1.264408674800184,3.1719435636090365,856.0,863.35,863.6333333333333,-2.704580992644934,0,0,7.214285714285714,0.8588435374149659,0,0.11764705882352941,-310.4452767374146,1,0,-86.20689655172413,1,0,-2.5522041763341052,21.395340203525137,0,0,0,0,0,0,-6.666666666666671,-1.1289108083956065,-5.4022988505747165,-0.23005783672958546,-12.594117647058738,0,0,1.6834919919324107,0.7394957983193278,-18410268160.193222,,3.295117520953313,-2400942.4308052063,0,0,,-49.825702563281716,30.509461855326517,1,1,-0.8443609022556569,0.5323773472758839,836.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,843.3666666666666,867.7333333333333,836.0,-0.39919370775857166,1,0,0,none,1,-0.42857142857142855,-0.2380952380952381,0,0.429,-1,-1,1,0.0,40.816326530612244,-0.4867967344245998,60.5529953917052,42.7240143369177,-1.9617462391096296,-1.4749495046850298,1.7293956700937803,860.8,865.1,872.4,-1.0519015142758104,0,0,7.285714285714286,0.8511348464619493,0,0.6451612903225806,-410.5263157894726,1,0,-35.483870967741936,0,0,-1.4959723820483273,29.052422325590896,0,0,0,0,0,0,-10.294784580498863,-0.4719135882713241,16.743471582181265,0.21364059913697314,-6.850000000000023,0,0,1.497828447091783,0.1092436974789916,-20392811610.561813,-43011983.76273346,5.495178503674217,-1841376.2360679507,0,0,,-48.713729699690575,17.40945958782476,0,1,-0.18947368421052466,0.08981822502079606,836.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,862.35,867.0,841.1666666666666,-0.7363599466573945,1,0,0,none,1,-0.05128205128205128,-0.35046728971962615,0,0.5,-1,0,1,-1.229975694990216,-16.248598818672804,-15.018623123682588,865.6,890.95,918.9666666666667,-3.3615803355968366,0,0,19.357142857142858,2.2482163597146174,0,0.23148148148148148,-89.70514742628714,0,0,-62.121212121212125,0,0,1.2941176470588234,19.248359291105473,0,0,0,0,0,0,-0.6100104275286924,0.3958834980708428,7.388167388167382,0.21456394145772936,-39.117647058823536,0,0,4.259574687821205,0.10084033613445378,-26558286087.16096,-93478649.96029663,2.569105166124259,-311423.61806342006,0,1,,-48.128853950464425,60.852332268783115,1,1,-5.236842105263156,0.7421698506519954,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,925.8333333333333,946.0,843.3333333333334,-7.002700270026995,1,0,0,none,1,-1.6551724137931034,-0.34843205574912894,0,0.429,0,0,1,-1.1559658112968414,-32.72149365454959,-31.56552784325275,865.4,916.25,1010.4833333333333,-5.375170532060025,0,0,60.07142857142857,6.928653814466963,0,0.20481927710843373,-119.11786618983764,1,0,-78.06451612903226,0,0,1.1668611435239118,40.12008259003427,0,0,0,1,0,1,5.066850619643695,0.4602079241129573,0.3935889632785532,0.3264773238369706,-49.04411764705878,0,0,13.95565805066223,0.33613445378151263,-54890249214.57163,-266857070.35476685,0.7365302652333346,23409137.99802375,0,0,,-44.8529364921986,54.89334030441811,1,1,-5.799248120300748,0.5764755256939187,833.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,15,impulse_late,unknown,0,below_cloud,below,-32.895,0,0,945.2,1229.0,885.8,-8.273381294964032,0,0,0,none,1,-7.423728813559322,-0.34602076124567477,0,0.143,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.2917979566918203,27.857142857142847,32.74531024531024,25.61398296692415,16.145760541941677,41.7558886509636,17.84946236559138,20.5865512499718,0.22752229798183726,19.727010659029013 -254,2025-12-08 08:03:00,buy,840.0,0.205,43,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#43,0.34902567606474083,45.833333333333336,0.7427016561907962,30.833333333333467,58.05555555555569,-3.5035841778794747,-4.246285834070271,1.7569344407441476,849.4,848.25,865.9333333333333,-0.2652519893899252,0,0,3.4285714285714284,0.4052684903748733,0,0.4166666666666667,-61.33014735165391,0,0,-87.5,1,0,-0.2358490566037763,57.15693468035264,1,0,1,0,1,0,-2.166666666666657,-0.2591484838149585,-25.833333333333332,0.11802367257372799,-6.729411764705901,0,0,1.431763711526836,0.7142857142857143,-11369087552.272167,,0.46076013025756624,-117811.38079594821,0,0,,-49.62947804003125,30.113972858463715,1,1,0.2533834586466075,0.1618772048604945,845.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,879.8666666666667,882.0666666666666,841.0,-3.8490680406122135,1,0,0,none,1,-0.058823529411764705,-0.2364066193853428,0,0.417,0,0,0,0.26255129505860975,33.33333333333333,0.2238457250736987,39.761904761905065,46.80172653856903,-6.454189820409056,-6.6780355454827545,4.4330904192852545,850.4,855.0,871.4,-1.0526315789473717,0,0,6.214285714285714,0.734549138804458,0,0.07407407407407407,-83.72383630115652,0,0,-75.0,0,0,0.11834319526626835,35.15499953222755,0,0,0,0,0,0,1.5151515151515014,-0.09097714799713241,-9.21052631578948,0.1248765079662961,-15.19411764705876,0,0,1.2610046332861335,0.6890756302521008,-13402919370.40278,-659808.4883232117,0.4073803043359648,20136.08632941544,0,0,,-49.60505717691775,51.750445801060316,1,1,-1.2571428571428689,0.6160442136995479,844.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,880.0,880.8,836.0,-3.863636363636369,1,0,0,none,1,0.050505050505050504,-0.1182033096926714,0,0.464,0,0,0,0.1412477618486709,16.36363636363636,-2.9397850107151653,17.928222339987165,14.763292704469231,-6.438195242359029,-3.498410231643864,6.782950533806267,848.8,867.1,862.5666666666667,-2.4333986852727474,0,0,9.571428571428571,1.1313745356298548,0,0.10256410256410256,-105.31275768641791,1,0,-89.1891891891892,1,0,-3.424657534246578,17.4733002152812,0,0,0,0,0,0,-4.044526901669755,0.1662876561585831,0.8258258258258273,0.09834668770391085,-22.844117647058738,0,0,1.6036612781543855,0.7310924369747899,-16739645468.390432,-8700542.480312347,0.8217790848460567,-815803.4954809025,0,0,,-49.55830725542979,40.11962228494757,1,1,-2.27067669172934,0.8346856722604019,842.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,841.4833333333333,881.4333333333333,836.0,0.536750579334111,1,0,0,none,1,-0.189873417721519,-0.2364066193853428,0,0.391,0,0,0,0.032190356772507776,28.57142857142857,-4.128036469978459,9.494324045407618,7.472558401351027,-3.908814464252373,0.21922200572608586,6.147456653962853,850.2,871.05,862.9666666666667,-2.87583950404684,0,0,9.5,1.1229314420803782,0,0.07692307692307693,-135.46722637631785,1,0,-92.10526315789474,1,0,-4.081632653061229,14.737437067036765,0,0,0,0,0,0,-2.463054187192114,-0.12027107059368358,3.6416799574694325,0.03652726227734679,-17.25588235294117,0,0,1.8105631043893224,0.7563025210084033,-16338995457.10187,-7171254.984132767,0.691851135324648,-1660718.490787685,0,0,,-49.535338154782536,43.944395713448735,1,1,-1.884962406015046,0.6939310051365959,843.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,842.9,880.4666666666667,836.0,0.36777790959781065,1,0,0,none,1,-0.3220338983050847,-0.3546099290780142,0,0.389,0,0,0,0.23873429425104095,43.61702127659574,-2.463788193107037,9.643817204300847,38.08352144342375,-0.7800501098897712,1.6837380832172657,7.256910754751555,860.2,862.35,864.4333333333333,-1.8959819098973707,0,1,13.857142857142858,1.6379601485984465,0,0.23255813953488372,-76.24539484222265,0,0,-100.0,1,0,-3.534777651083243,34.13394923229113,0,0,0,0,0,0,-9.160756501182036,-1.0839733435060666,-26.126126126126124,0.1742818639917062,-9.711764705882274,0,0,3.4294513143472187,0.9915966386554622,-18426205843.420155,-14107738.890548706,0.5121095861681313,-2490687.411198795,0,0,,-49.43032769032425,13.915649683541146,0,1,0.9631578947368495,0.13265154263021517,846.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.7166666666667,879.0,836.0,1.1094954484791808,1,0,0,none,1,-0.3877551020408163,-0.7092198581560284,0,0.556,0,0,0,0.10279963582638547,41.6,-0.3655893875205187,58.73015873015887,84.41089172796505,-0.8840214156521142,-0.5184320281315955,5.3020947935330165,868.8,864.2,864.7666666666667,-2.1059939828743435,0,0,16.928571428571427,2.001013171225937,0,0.23809523809523808,-135.00264970853107,1,0,-76.19047619047619,0,0,-1.969872537659323,51.48436466264371,0,0,0,0,1,0,-3.6173913043478265,-1.6450164933871028,-28.571428571428577,0.23230917762209213,-2.8117647058822968,0,1,4.225461921311553,0.8991596638655462,-20407861643.432785,-51214789.90115738,1.0716873854834952,-5347848.504761934,0,0,,-49.27323087502884,22.030406717012962,0,1,-0.1488721804511494,0.005911417401196495,847.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,842.3,878.0,841.6,0.4392734180220792,1,0,0,none,1,-0.5384615384615384,-0.8274231678486997,0,0.455,0,0,0,-0.5685795480809777,-16.32813356159977,-15.759554013518793,859.0,877.4,912.4833333333333,-3.5787554137223565,0,0,16.714285714285715,1.9756838905775078,0,0.11764705882352941,-72.62187088274072,0,0,-62.96296296296296,0,0,-2.422145328719727,44.869117155139,1,0,1,0,1,0,-1.746954668631119,-0.5493214416103083,-0.28058361391694575,0.056842587829614814,-47.358823529411666,0,0,6.91006131921241,0.5966386554621849,-26574930513.78638,,1.4899627806054434,-8249034.176673561,0,0,,-48.981223584120784,62.082602921860335,1,1,-3.8466165413533906,0.5656658951400393,847.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,940.5,946.0,843.3333333333334,-10.047846889952151,1,0,0,none,1,-3.206896551724138,-2.3640661938534278,0,0.25,-1,-1,0,-1.1250078412548383,-32.81439362518745,-31.68938578393261,860.6,904.4,997.2666666666667,-7.563025210084029,0,0,52.285714285714285,6.254272043745727,0,0.018867924528301886,-95.57166253182187,0,0,-98.06451612903226,1,0,-8.030803080308036,39.66901581559667,1,0,0,0,0,0,3.6427422485994825,-1.7545839197902353,0.0,0.19528035511142114,-58.076470588235225,0,0,14.62794146709144,0.46218487394957986,-54861800454.398155,-250424575.12621307,1.2763672592779898,23409137.99802375,1,0,,-46.66603264673933,53.57793802151103,1,1,-5.269172932330831,0.5196680426833219,834.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,16,impulse_late,unknown,none,below_cloud,above,1.568,0,0,945.2,1229.0,859.4,-11.55311045281422,0,0,0,none,1,-6.406779661016949,-6.100478468899522,0,0.167,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.24056011846566755,41.70854271356784,66.66666666666667,52.913393191170975,13.794160683999431,47.651006711409394,19.139784946236546,18.70967741935482,0.10455813905868012,19.125504801339982 -255,2025-12-09 04:15:00,buy,868.0,0.198,43,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#43,0.18924525666593095,38.888888888888886,-0.33481184476773196,33.333333333333464,25.000000000000114,-3.0557549223919978,-2.720943077624266,2.071616322689694,872.6,877.65,884.2666666666667,-0.6437645986441032,0,0,2.642857142857143,0.30307994757536044,0,0.07142857142857142,-109.24891371819004,1,0,-87.5,1,0,-0.6833712984054663,44.234226553953626,1,0,1,0,1,0,3.8888888888888857,0.016196396767157673,4.166666666666664,0.02867693177827589,-7.326470588235225,0,0,0.8422794291587724,0.453781512605042,-11374362438.251865,-300897.2497596741,2.823448578380152,-194351.4978492111,0,0,,-48.01790554522246,34.35885658611271,1,1,-0.6639097744360912,0.7466976574029648,871.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.25,891.0,871.0,-1.7187940264863366,1,0,0,none,1,-0.09243697478991597,-0.11467889908256881,0,0.433,0,-1,1,0.1641648787721484,25.0,-0.8873841441509458,14.285714285714606,17.936507936508338,-3.0293581938667558,-2.14197404971581,2.147792119449426,874.6,880.35,883.3833333333333,-0.7213040268075233,0,0,4.0,0.4576659038901602,0,0.21428571428571427,-123.50597609561758,1,0,-78.57142857142857,0,0,-1.1312217194570096,34.11290230719712,0,0,0,0,0,0,-5.769230769230774,0.13241652610077392,-2.3809523809523814,0.16749869613219914,-11.044117647058783,0,0,0.9746231494608233,0.6386554621848739,-13413502419.436108,,1.639651144624265,-200125.93838962168,0,0,,-47.87347476324369,36.47863185226879,1,1,-0.6563909774436238,0.67486670982013,871.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,883.65,884.0333333333333,871.0,-1.0920613365020038,1,0,0,none,1,-0.0707070707070707,-0.11441647597254005,0,0.444,0,0,0,0.10567244500965346,30.769230769230774,-1.6155270236757464,23.2943469785576,16.26680661768385,-1.9269187783575035,-0.3113917546817571,2.6984435216667735,875.4,883.4,881.45,-1.0640706361783936,0,0,5.285714285714286,0.6047728015691403,0,0.23809523809523808,-162.4308144131919,1,0,-72.22222222222221,0,0,-1.1312217194570096,15.536269806552554,0,0,0,0,0,0,9.838998211091237,0.012532032928638026,9.25925925925926,0.17359727515330248,-8.188235294117703,0,0,1.7024529159246098,0.8487394957983193,-16753564549.139397,-1355305.377401352,1.1336603989436846,-80312.13400655985,0,0,,-47.82542765149134,20.024840008293,0,1,-0.6812030075188001,0.45729840309130554,869.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,878.75,885.8333333333334,870.0,-0.540540540540535,1,0,0,none,1,0.10126582278481013,-0.11441647597254005,0,0.562,0,0,0,0.011300894457754321,43.66197183098591,-1.7222584350496701,17.195767195767175,36.860670194003575,-0.17967841048425726,1.5425800245654129,2.7808591873737623,879.4,883.0,876.85,-1.3590033975084959,0,0,7.642857142857143,0.8774807282269969,0,0.0,-156.52173913043433,1,0,-100.0,1,0,-1.9144144144144115,53.15878792177294,0,0,0,0,0,0,-7.107258938244854,-0.5809495881986984,-23.80952380952381,0.15349540655671123,-4.617647058823536,0,0,2.322518655941807,0.8319327731092437,-16355368708.598389,-3427679.9573116302,0.9511112536567569,5415.007317841053,1,0,,-47.98105308930253,20.306135179705848,0,1,-0.16240601503762458,0.024496996681641736,871.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,884.05,889.0,862.0,-1.4761608506306145,1,0,0,none,1,0.1864406779661017,-0.1148105625717566,0,0.667,0,-1,0,0.0,41.30434782608696,-1.5564429126814545,37.07664884135452,58.500033009836805,2.6832888975934566,4.239731810274911,1.8470480362226136,881.2,881.15,868.2,-1.1519037621290362,0,0,7.571428571428571,0.8692799737575857,1,0.0,-255.26315789473884,1,0,-100.0,1,0,-1.0227272727272751,53.39798393356455,0,0,0,0,0,0,-3.9337474120082803,-0.7779588203039101,-18.51851851851852,0.23394612027520217,2.844117647058738,0,0,1.520185684262425,0.6638655462184874,-18439521073.865334,-3329648.8844184875,0.8479460107238632,1440137.4498750567,1,0,,-47.873112545544735,37.24092288599831,1,1,0.10150375939851136,0.021781922617706728,871.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,879.75,882.0,844.5,-0.994600738846263,1,0,0,none,1,-0.2653061224489796,-0.3444316877152698,0,0.667,0,0,0,0.49613708775963666,57.377049180327866,0.5240494903535415,119.24603174603187,139.61640211640227,4.957641330727597,4.4335918403740555,5.942884463899991,882.6,871.2,866.3666666666667,-0.02295684113866603,0,0,7.857142857142857,0.9020829916352304,0,0.8,-0.8240626287590359,0,0,-87.5,1,0,-0.22909507445589838,67.30810595115807,1,0,0,0,1,0,-19.706284153005463,-1.258999331981455,-35.83333333333333,0.3756409402370605,11.567647058823582,0,0,2.1304850558893116,0.5714285714285714,-20416913323.91482,-8044047.596496582,0.5621979550704862,-750470.4961767197,0,0,,-47.713601102650316,34.1676817595104,1,1,1.9383458646616465,0.7849107249148245,871.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,877.3,878.0,841.6,-0.7181123902883835,1,0,0,none,1,0.05128205128205128,-0.3444316877152698,0,0.545,-1,-1,0,3.9071389383291812,-8.678092172591846,-12.585231110921027,873.8,864.8,904.7833333333333,0.7169287696577209,0,0,18.857142857142858,2.164999179924553,1,0.8974358974358975,187.20955963708752,0,1,-10.256410256410255,0,1,0.46136101499423265,59.70447069904736,0,0,0,0,0,0,-0.5637886597938149,-0.26555390768164777,-10.315355142941328,0.4447435424092618,-13.032352941176441,0,0,7.218948818765161,0.5966386554621849,-26589427694.58546,-121710366.57014465,1.0562677608205007,180138.03687816858,0,0,,-47.4151598625926,48.46266618999494,1,1,0.539849624060141,0.06717247159212314,871.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,863.5,946.0,843.3333333333334,0.8685581933989495,1,0,0,none,1,-2.689655172413793,-4.822043628013777,0,0.333,0,0,0,3.5435929889695252,-26.69207406043199,-30.235667049401517,874.8,897.05,985.4666666666667,-1.3432919012318134,0,0,49.857142857142854,5.633575464083938,0,0.33548387096774196,-22.07718958987966,0,0,-66.45161290322581,0,0,-5.3475935828877,46.455716412853654,1,0,0,0,0,0,4.045604065462918,1.2723110398146673,0.0,0.43262487703416697,-44.16176470588232,0,0,15.84535090653178,0.6134453781512605,-54858460036.896576,-235899791.69224548,1.243806707607854,0.0,0,0,,-43.37426267822073,53.510639002455896,1,1,-3.5150375939849794,0.3070524208139649,867.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,5.91,0,0,949.2166666666667,1200.0,869.7,-6.765227468263313,1,0,0,none,1,-5.915254237288136,-3.84180790960452,0,0.167,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.6257825911031984,54.123711340206185,111.11111111111113,113.90444378950127,5.699745595712247,53.286384976525824,26.451612903225794,24.014336917562705,0.4197270317743058,16.73405046459765 -256,2025-12-09 13:03:00,sell,919.0,0.65,43,고점 매도 · 비중 65% · 분할 · leg#43,1.0,81.25,1.5822813844558055,105.00000000000013,100.98765432098777,3.7278661732024148,2.1455847887466093,2.7107571376025104,910.8,903.65,900.6666666666666,1.5880042051679366,0,0,4.428571428571429,0.48241518829754126,0,1.1,180.51948051948284,0,1,10.0,0,1,2.1134593993325845,82.20553674409601,0,0,0,0,0,0,5.492424242424249,0.31361435634058443,3.3333333333333286,1.2049797764564578,10.741176470588243,0,0,1.0258863625276238,0.7563025210084033,-11378560241.768152,-22921.89094352722,5.321541649471074,641737.314063333,0,0,,-45.24063437296717,19.352272547989543,0,1,0.8548872180450984,0.6820621478614088,918.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,904.4,916.0,896.0,1.5037593984962516,0,0,0,none,1,0.15126050420168066,-0.6535947712418301,1,0.515,0,0,1,1.0,67.44186046511628,1.8253399051096588,107.40740740740775,108.64197530864242,2.5563807194353103,0.7310408143256514,2.4502896088522794,909.2,901.75,904.6666666666666,1.802051566398677,0,0,4.785714285714286,0.5213196389666979,0,1.2222222222222223,241.73027989821966,0,1,22.22222222222222,0,1,2.0000000000000018,79.20745599634147,0,0,0,0,0,0,5.279698302954117,0.6005140593527787,3.7037037037037095,1.248881983433153,10.029411764705856,0,0,1.404198981580249,0.7563025210084033,-13421110372.977423,-1065169.5404510498,6.457530170349534,890856.322450377,0,0,,-45.212909752038186,10.826102315345466,0,1,0.7120300751879751,0.5815372843492983,918.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,913.2833333333333,914.0,896.8,0.5164516305637301,0,0,0,none,1,0.47474747474747475,-0.6535947712418301,1,0.625,1,1,1,1.0,61.19402985074626,1.280237810724647,120.00000000000007,112.46913580246917,1.7154055138568083,0.4351677031321613,2.6170871760551018,905.4,901.5,894.95,1.830282861896837,0,0,5.928571428571429,0.6458138811079988,1,1.2,246.589855648258,0,1,20.0,0,1,2.799552071668532,70.90162965831412,0,0,0,0,0,0,4.527363184079597,0.9622982606503594,-1.6666666666666714,1.1318546195605854,2.7058823529412166,1,0,1.9867638485372203,1.0,-16766925989.325964,-2891449.338499069,4.959094470845147,744897.7997304201,0,0,,-45.16109303594138,52.33227572824773,1,1,0.1518796992481144,0.023207034227019974,916.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,913.25,914.0,872.0,0.5201204489460709,0,0,0,none,1,0.3670886075949367,-0.2178649237472767,1,0.579,1,1,1,0.9716221106854251,57.40740740740741,0.2708232267487727,93.21637426900583,62.785087719298296,3.2279650938519353,2.9571418671031626,3.1646890160931562,904.0,904.5,890.7166666666667,1.4925373134328401,0,0,6.642857142857143,0.7236227824463118,0,1.263157894736842,139.2891450528339,0,1,26.31578947368421,0,1,2.2271714922049046,50.96772395661217,0,0,0,0,0,0,16.10305958132045,1.1652874550937682,28.771929824561397,1.117631915154658,7.2088235294116885,0,0,1.804229840055208,0.5714285714285714,-16374977829.99128,-7647005.111066818,3.938388949594123,634341.45375669,0,0,,-45.1354227353036,24.54306486239259,0,1,-0.5293233082706857,0.19149209096739805,915.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,912.3,913.0,871.0,0.6247944755014778,0,0,0,none,1,0.5932203389830508,-0.2178649237472767,1,0.632,1,1,1,0.8851834280737584,70.45454545454545,0.32918857048587835,79.34415145368472,68.55590633107435,6.9222845328304174,6.593095962344539,6.835452175060966,901.8,894.45,878.0166666666667,2.632902901224221,0,0,10.071428571428571,1.0971055088702146,0,1.119047619047619,119.49772319580524,0,1,29.411764705882355,0,1,0.7683863885839637,72.76896859377194,0,1,0,1,0,1,4.220779220779221,1.058219078678988,18.37535014005602,1.016298052872859,14.029411764705856,0,0,2.682892244230149,0.8319327731092437,-18461929013.069805,-21417604.114234924,3.028942095186347,-292962.12003064156,0,1,,-45.021065858187,36.160452575592245,1,1,1.9631578947368593,0.5773668618882722,915.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,880.9166666666667,913.0,869.0,4.2096301201399955,0,0,0,none,1,1.1224489795918366,-0.2178649237472767,1,0.786,1,1,1,1.0,66.10169491525424,2.1047407936041616,101.0416666666668,97.9166666666668,10.150488112214589,8.045747318610427,6.391053213348792,905.8,888.95,871.9666666666667,3.2679003318521804,0,0,15.214285714285714,1.6573295985060692,0,1.46875,125.56869881710676,0,1,46.875,0,1,3.6117381489841893,61.144953524317046,0,1,0,0,0,1,8.525937339496672,0.7803893552809846,13.541666666666671,0.950066376467419,24.876470588235293,0,0,3.329554758413685,0.8319327731092437,,,2.3096595379550204,4575171.068034828,0,0,,-44.850762183776496,17.909697428170894,0,1,1.7827067669172842,0.5513765825748977,903.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,901.8833333333333,903.0,840.4666666666667,1.78700127510949,0,0,0,none,1,1.4102564102564104,0.0,1,0.643,1,1,1,6.52448462434295,-2.8787953513233333,-9.403279975666283,889.2,868.75,902.5,3.251798561151076,0,0,21.5,2.3968784838350055,1,1.0892857142857142,147.576412472985,0,1,8.928571428571429,0,1,4.181184668989557,55.881639600619444,0,0,0,0,0,0,-3.314165229058851,0.3211647076669131,-5.5708180708180635,0.6937821665180486,-2.0352941176470267,0,0,7.306274271004126,0.5966386554621849,-26631502298.431297,-73216211.27033615,2.107282151094732,2270364.1227120757,0,0,,-45.80396658392054,40.47160437518672,1,1,1.6022556390977554,0.32067685061444373,889.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,888.2,900.8,843.2,0.9907678450799429,1,0,0,none,1,-1.8620689655172413,-0.6688963210702341,0,0.333,0,0,1,3.5435929889695252,-26.69207406043199,-30.235667049401517,874.8,897.05,985.4666666666667,-1.3432919012318134,0,0,49.857142857142854,5.633575464083938,0,0.33548387096774196,-22.07718958987966,0,0,-66.45161290322581,0,0,-5.3475935828877,46.455716412853654,1,0,0,0,0,0,4.045604065462918,1.2723110398146673,0.0,0.43262487703416697,-44.16176470588232,0,0,15.84535090653178,0.6134453781512605,-54858460036.896576,-235899791.69224548,1.243806707607854,0.0,0,0,,-43.37426267822073,53.510639002455896,1,1,-3.5150375939849794,0.3070524208139649,867.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,5.91,0,0,949.2166666666667,1200.0,869.7,-6.765227468263313,1,0,0,none,1,-5.915254237288136,-3.84180790960452,0,0.167,0,0,0,0,2,0,0,0.0,0.5,0.0,0,0.9219164271184703,56.59574468085106,110.86691086691087,112.80525030525031,7.707210130118976,53.286384976525824,26.451612903225794,24.014336917562705,0.4197270317743058,16.73405046459765 -257,2025-12-09 13:18:00,sell,918.0,0.35,43,고점 매도 · 비중 35% · 분할 · leg#43,0.7174385911324879,68.75,0.7958080747666383,79.46428571428585,88.36697722567301,4.6783078362647075,3.882499761498069,3.494449668729343,917.4,908.1,901.5333333333333,0.7598282127518896,0,0,4.0,0.4371584699453552,0,0.8260869565217391,88.36351441985057,0,0,-28.57142857142857,0,0,0.9933774834437026,67.70663900177945,0,0,0,1,0,1,-7.720588235294116,-0.38602972981515293,-10.973084886128362,0.805889827009544,12.511764705882342,0,0,1.1022617542080004,0.7983193277310925,-11378404933.555319,,0.9930783334722166,915216.8272227347,0,0,,-45.41573457542193,27.376093240540886,1,1,1.2345864661654118,0.8476296109063426,915.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,905.05,919.0,895.6,1.099386774211375,1,0,0,none,1,0.06722689075630252,-0.546448087431694,0,0.5,0,0,0,0.8386820980899167,68.29268292682927,1.8951490389809407,114.03508771929859,117.21897335932466,4.212394402620475,2.3172453636395347,3.3120524829322338,915.8,904.85,904.95,1.1217328839034035,0,0,4.928571428571429,0.5386416861826698,0,1.0,134.4702016164856,0,1,-0.0,0,1,1.5538290788013276,59.841644673029194,0,0,0,0,0,0,-7.317073170731703,-0.32750640165478595,-7.407407407407405,0.892979538836945,14.691176470588289,0,0,1.3487019080907545,0.5966386554621849,-13424349014.777037,-3372662.078901291,0.9916597580981317,903823.264638722,0,0,,-45.38919630824315,13.114060193365457,0,1,1.060902255639109,0.7017641379713871,915.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,914.2833333333333,915.0,896.3666666666667,0.0783856207958955,1,0,0,none,1,0.4444444444444444,-0.6557377049180327,0,0.636,0,0,0,1.0,69.49152542372882,1.8123081952708993,113.33333333333341,118.33333333333337,2.7005529472207854,0.8882447519498862,3.02826246907455,909.8,902.0,895.5,1.7738359201773912,0,0,5.571428571428571,0.6069094304388423,0,1.2,214.28571428571203,0,1,20.0,0,1,2.0000000000000018,78.50779834150578,0,0,0,0,0,0,8.297495572982555,0.5320703845462522,-6.666666666666657,1.1083240140702384,6.402941176470563,0,0,1.983164659172911,0.9915966386554622,-16766993340.517826,-2647346.003423691,1.4254913245631766,682606.8943428397,0,0,,-45.15979305800285,50.93712117519844,1,1,0.49022556390976557,0.1803764490232378,916.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,913.25,914.0,872.0,0.5201204489460709,0,0,0,none,1,0.4177215189873418,-0.8714596949891068,1,0.556,0,0,0,0.8520198109353873,59.61538461538462,0.7685931377850221,117.10526315789473,91.58869395711507,3.9178832893344406,3.1492901515494185,3.2500695660001426,907.6,904.65,891.25,1.1440888741502286,1,0,6.285714285714286,0.6869633099141296,0,1.05,119.2338818451586,0,1,5.0,0,1,1.6666666666666607,49.61637560821039,0,0,0,0,0,0,2.2079772079772084,0.49776991103624946,23.8888888888889,0.9826058409514528,9.314705882352882,0,0,1.8241176466902207,0.6050420168067226,-16375200889.26186,-6680707.145969391,0.836780303043606,86912.02799212933,0,0,,-45.31364225782678,24.413194732522463,0,1,-0.2609022556391069,0.04409579791864393,915.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,913.2833333333333,914.0,871.0,0.18796649451613412,0,0,0,none,1,0.576271186440678,-0.1092896174863388,0,0.611,0,0,0,0.8851834280737584,70.45454545454545,0.32918857048587835,79.34415145368472,68.55590633107435,6.9222845328304174,6.593095962344539,6.835452175060966,901.8,894.45,878.0166666666667,2.632902901224221,0,0,10.071428571428571,1.0971055088702146,0,1.119047619047619,119.49772319580524,0,1,29.411764705882355,0,1,0.7683863885839637,72.76896859377194,0,1,0,1,0,1,4.220779220779221,1.058219078678988,18.37535014005602,1.016298052872859,14.029411764705856,0,0,2.682892244230149,0.8319327731092437,-18461929013.069805,-21417604.114234924,3.028942095186347,-292962.12003064156,0,1,,-45.021065858187,36.160452575592245,1,1,1.9631578947368593,0.5773668618882722,915.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,880.9166666666667,913.0,869.0,4.2096301201399955,0,0,0,none,1,1.1224489795918366,-0.2178649237472767,1,0.786,1,1,1,1.0,66.10169491525424,2.1047407936041616,101.0416666666668,97.9166666666668,10.150488112214589,8.045747318610427,6.391053213348792,905.8,888.95,871.9666666666667,3.2679003318521804,0,0,15.214285714285714,1.6573295985060692,0,1.46875,125.56869881710676,0,1,46.875,0,1,3.6117381489841893,61.144953524317046,0,1,0,0,0,1,8.525937339496672,0.7803893552809846,13.541666666666671,0.950066376467419,24.876470588235293,0,0,3.329554758413685,0.8319327731092437,,,2.3096595379550204,4575171.068034828,0,0,,-44.850762183776496,17.909697428170894,0,1,1.7827067669172842,0.5513765825748977,903.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,901.8833333333333,903.0,840.4666666666667,1.78700127510949,0,0,0,none,1,1.4102564102564104,0.0,1,0.643,1,1,1,6.52448462434295,-2.8787953513233333,-9.403279975666283,889.2,868.75,902.5,3.251798561151076,0,0,21.5,2.3968784838350055,1,1.0892857142857142,147.576412472985,0,1,8.928571428571429,0,1,4.181184668989557,55.881639600619444,0,0,0,0,0,0,-3.314165229058851,0.3211647076669131,-5.5708180708180635,0.6937821665180486,-2.0352941176470267,0,0,7.306274271004126,0.5966386554621849,-26631502298.431297,-73216211.27033615,2.107282151094732,2270364.1227120757,0,0,,-45.80396658392054,40.47160437518672,1,1,1.6022556390977554,0.32067685061444373,889.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,888.2,900.8,843.2,0.9907678450799429,1,0,0,none,1,-1.8620689655172413,-0.6688963210702341,0,0.333,0,0,1,3.5435929889695252,-26.69207406043199,-30.235667049401517,874.8,897.05,985.4666666666667,-1.3432919012318134,0,0,49.857142857142854,5.633575464083938,0,0.33548387096774196,-22.07718958987966,0,0,-66.45161290322581,0,0,-5.3475935828877,46.455716412853654,1,0,0,0,0,0,4.045604065462918,1.2723110398146673,0.0,0.43262487703416697,-44.16176470588232,0,0,15.84535090653178,0.6134453781512605,-54858460036.896576,-235899791.69224548,1.243806707607854,0.0,0,0,,-43.37426267822073,53.510639002455896,1,1,-3.5150375939849794,0.3070524208139649,867.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,5.91,0,0,949.2166666666667,1200.0,869.7,-6.765227468263313,1,0,0,none,1,-5.915254237288136,-3.84180790960452,0,0.167,0,0,0,0,3,0,0,0.0,0.75,0.0,0,0.9219164271184703,56.59574468085106,110.86691086691087,112.80525030525031,7.707210130118976,53.286384976525824,26.451612903225794,24.014336917562705,0.4197270317743058,16.73405046459765 -258,2025-12-09 18:39:00,buy,876.0,1.0,44,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#44,0.20397812407047775,25.0,-0.2532281120747264,14.814814814814946,15.520282186948984,-3.016518480511536,-2.7632903684368095,1.5683759189856792,879.0,883.1,889.15,-0.4642735817008248,0,0,2.4285714285714284,0.27628798959856976,0,0.2,-102.64550264550313,1,0,-77.77777777777779,0,0,-0.5656108597285048,17.88847263531065,0,0,1,0,0,0,-8.333333333333329,0.11549233135086245,0.0,0.11689319011966948,-7.611764705882365,0,0,0.5365459908144762,0.12605042016806722,-11385778103.50942,,1.2939441738204929,-279865.45325871557,0,0,,-47.540222601908845,68.56022945308659,1,1,-0.5458646616541352,0.8698370157175206,878.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,916.9000000000001,919.0,879.8,-4.13349329261643,0,0,0,none,1,-0.24369747899159663,-0.22753128555176336,0,0.31,0,0,0,0.0793255686360829,22.727272727272734,-0.8545878176744197,14.141414141414481,16.16161616161659,-3.7221727248899015,-2.8675849072154818,2.199560896925489,879.6,886.2,892.0166666666667,-0.9252990295644414,0,0,2.857142857142857,0.3254149040026033,0,0.07142857142857142,-140.65995525727323,1,0,-90.9090909090909,1,0,-1.014656144306647,9.797378153506102,0,0,0,0,1,0,6.727272727272734,0.030697295159766824,-3.030303030303033,-0.12222661089256197,-9.5,0,0,0.7582575937815034,0.008403361344537815,-13437600421.013336,-2264211.789785385,1.029377769738827,-386570.8497523591,0,0,,-47.57457834283615,52.18415952363994,1,1,-0.7774436090225633,0.8908208020050143,877.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,915.35,916.0,884.8,-4.080406401922765,0,0,0,none,1,-0.26262626262626265,-0.11389521640091116,0,0.417,0,0,0,0.0,36.73469387755102,-1.1024693350263042,8.771929824561479,11.574448942870022,-4.401589717895604,-3.2991203828692997,2.4890149937232113,882.6,889.25,899.15,-1.377565364070843,0,0,5.857142857142857,0.6678612151816257,0,0.0,-195.40229885057528,1,0,-100.0,1,0,-1.5712682379349086,9.565247434943558,0,0,0,0,0,0,-4.17439703153989,-0.3181875304217332,-10.256410256410255,-0.017546831165744434,-12.16176470588232,0,0,1.4067527376637345,0.21008403361344538,-16787730582.642342,-4429635.851791382,0.7831287251778636,-336898.82431825995,0,0,,-47.58618457660464,15.512795654820723,0,1,-0.4548872180451248,0.23653353409307476,877.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,913.3333333333333,914.0,888.6666666666666,-3.9781021897810187,0,0,0,none,1,0.05063291139240506,-0.11402508551881414,0,0.5,-1,0,0,0.008103152218309791,33.33333333333333,-1.601065944503428,21.51315789473682,21.116796621182633,-4.3448804474680855,-2.7438145029646575,3.36259732244298,884.0,891.75,894.55,-1.6540510232688543,0,0,6.928571428571429,0.7900309496660695,0,0.037037037037037035,-189.12529550827458,1,0,-95.0,1,0,-1.4606741573033655,15.89921063218327,0,0,1,0,1,0,3.3333333333333286,-0.3654707540835753,1.6666666666666643,-0.003975326301771859,-12.720588235294144,0,0,2.0631394169891686,0.7983193277310925,,,0.6688436485985484,-345832.842020005,0,0,,-47.56216398850349,30.621695755486254,1,1,-0.8684210526315781,0.4696915550407257,876.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,894.65,914.0,871.0,-1.9728385402112525,1,0,0,none,1,-0.03389830508474576,0.0,0,0.533,0,0,0,0.0,37.07865168539326,-3.0835721984035844,11.823361823361624,18.07027540360861,-1.2355659894649307,1.8480062089386537,4.689893913343857,889.0,898.2,885.6333333333333,-2.3602761077710976,0,0,12.428571428571429,1.4171689200195472,0,0.0,-166.47902124146142,1,0,-100.0,1,0,-4.1530054644808745,35.54895458026948,0,0,0,0,0,0,-8.15944355270198,-0.6190253398875614,-6.666666666666666,0.1747314316747225,-6.914705882352905,0,0,2.738722215722796,0.7815126050420168,-18483778942.602623,,0.592984999435866,-2633789.587347865,0,0,,-47.453247283500446,26.213942280571327,1,1,-1.2270676691729445,0.4751742682446428,877.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,880.0999999999999,913.0,873.8,-0.3522327008294357,1,0,0,none,1,0.08163265306122448,-0.22805017103762829,0,0.571,-1,0,0,0.39352433280250704,56.557377049180324,-1.981722919684989,54.708333333333464,65.45833333333347,5.513564992487545,7.495287912172534,5.892244699193002,893.4,892.6,874.3833333333333,-0.6273806856374686,0,0,16.642857142857142,1.8763085843130938,0,0.5,-64.0416383797235,0,0,-64.0,0,0,-2.634467618002201,52.01974197991674,0,0,0,0,0,0,3.88562132398949,-0.7009457372315984,-9.875000000000007,0.43328788062110485,6.476470588235202,0,0,3.780916270819426,0.8823529411764706,-20455794005.180206,-39582408.65898132,1.0745752614367434,-1236666.1489334106,0,0,,-46.6920605529226,13.317390188418743,0,1,0.9984962406015133,0.20183923032129825,878.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,880.0,903.0,843.0,0.7954545454545547,1,0,0,none,1,0.2564102564102564,-0.2254791431792559,0,0.667,0,0,0,6.022764437792867,-1.8748244284251996,-7.897588866218067,890.8,870.35,901.3,2.257712414545865,0,0,22.428571428571427,2.520064205457464,1,0.9642857142857143,95.88644264194696,0,0,-3.571428571428571,0,1,6.459330143540676,54.122331581526296,0,0,0,0,0,0,-0.7133917396745915,-0.5017201865500827,2.2283272283272026,0.5974734926170333,-0.42058823529418987,0,0,7.327574088430763,0.6050420168067226,-26637307732.17351,-82741852.332901,1.1634710576055107,3603576.199761927,0,0,,-46.21349077159049,36.61116825500295,1,1,1.7360902255639103,0.3573679766452176,885.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,861.0,902.6666666666666,842.6666666666666,3.3681765389082408,1,0,0,none,1,-1.9310344827586208,-1.0112359550561798,0,0.333,0,0,0,3.5435929889695252,-26.69207406043199,-30.235667049401517,874.8,897.05,985.4666666666667,-1.3432919012318134,0,0,49.857142857142854,5.633575464083938,0,0.33548387096774196,-22.07718958987966,0,0,-66.45161290322581,0,0,-5.3475935828877,46.455716412853654,1,0,0,0,0,0,4.045604065462918,1.2723110398146673,0.0,0.43262487703416697,-44.16176470588232,0,0,15.84535090653178,0.6134453781512605,-54858460036.896576,-235899791.69224548,1.243806707607854,0.0,0,0,,-43.37426267822073,53.510639002455896,1,1,-3.5150375939849794,0.3070524208139649,867.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,5.91,0,0,949.2166666666667,1200.0,869.7,-6.765227468263313,1,0,0,none,1,-5.915254237288136,-3.84180790960452,0,0.167,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.7859262746712112,55.88235294117647,113.09523809523807,113.46662596662595,7.896134824062709,53.286384976525824,26.451612903225794,24.014336917562705,0.4197270317743058,16.73405046459765 -259,2025-12-11 05:15:00,sell,961.0,0.65,44,고점 매도 · 비중 65% · 분할 · leg#44,0.9978641396970421,65.95744680851064,0.37990348728435475,107.37179487179503,92.94871794871808,3.181320831088101,2.801417343803746,1.6433355207739555,950.2,947.25,938.6833333333333,0.8181578252837163,0,0,5.714285714285714,0.5983545250560958,0,1.0,257.268020708884,0,1,-0.0,0,1,1.165254237288127,73.03056686040875,0,0,0,0,0,1,0.740055504162811,0.2764161120357356,15.384615384615401,0.8528008045912133,7.399999999999977,0,0,1.3440217584938374,0.8319327731092437,-11405489245.252056,422476.5375728607,5.470153699294847,572284.0539608002,0,0,,-42.87555979583957,20.557409472800202,0,1,0.3060150375939846,0.21641723770764287,955.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,935.5,955.0,930.0,2.084446819882424,1,0,0,none,1,0.15126050420168066,-0.7329842931937173,1,0.525,1,0,1,0.9330709794105781,66.66666666666666,0.463269515857176,99.45054945054979,98.3638583638588,4.105850233433216,3.64258071757604,2.2608187692684343,949.4,944.75,936.4166666666666,0.9790949986768993,0,0,7.142857142857143,0.7487271638215035,0,1.1875,188.12140240711526,0,1,21.428571428571427,0,1,0.8456659619450413,76.76511166545023,0,1,0,1,0,1,5.30303030303029,0.23765243662145963,7.142857142857125,0.8247608494865734,11.279411764705856,0,0,1.8399420387867496,1.0,-13463841029.846407,,2.9789325655183334,260114.5909274593,0,0,,-42.907831894607895,15.790290010143837,0,1,0.6458646616541319,0.5120422190686671,953.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.6,951.0,931.0,2.0757543334046558,0,0,0,none,1,0.2828282828282828,-1.1530398322851152,1,0.609,0,0,1,0.9537182076466151,64.86486486486487,1.645911803890363,122.72727272727282,121.46464646464652,4.646929848655077,3.001018044764714,3.628146892047599,948.2,938.55,933.6333333333333,1.646156304938473,0,0,7.928571428571429,0.8310871518418689,0,1.1818181818181819,155.4149085794656,0,1,18.181818181818183,0,1,2.3605150214592197,93.24649263134631,0,0,0,0,0,0,2.007722007722009,0.1904186395003702,-8.522727272727266,0.9003806205146321,12.241176470588243,0,0,2.1396355140049916,0.9915966386554622,-16819000960.496637,-2860120.658542633,3.6389220370776365,-123328.07311421633,0,1,,-42.85460991619801,15.768153038715592,0,1,1.2233082706766971,0.7227286961730548,953.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,937.0833333333334,950.0,920.0333333333333,1.8052467763450375,0,0,0,none,1,0.189873417721519,-0.3144654088050315,1,0.5,0,0,1,1.0,62.295081967213115,1.5769877529591525,118.73015873015872,148.77425044091714,3.4874359357439744,1.9104481827848219,2.6371167584996775,944.0,935.8,932.2166666666667,1.5174182517631918,0,0,5.857142857142857,0.6165413533834586,0,1.375,253.21100917431156,0,1,42.857142857142854,0,1,1.6042780748663166,89.240443019642,0,0,0,0,0,0,0.6284153005464503,0.3601101039964909,-26.45502645502644,1.034905240309443,9.77647058823527,0,0,1.7356471631540416,1.0,-16423053672.438229,,3.6736378745244425,-573216.8437322378,0,1,,-43.06924699583913,19.125704073988818,0,1,0.6375939849624004,0.3738106327766346,950.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,937.75,944.0,924.8333333333334,1.3063183151159619,0,0,0,none,1,0.2711864406779661,-1.8947368421052633,1,0.667,1,0,1,1.0,64.40677966101694,1.34028446532715,133.33333333333314,109.20634920634909,2.8256778063226875,1.4853933409955375,2.6552233362080626,937.8,932.85,932.0833333333334,1.8384520555287498,0,0,6.071428571428571,0.6390977443609023,0,1.3,275.0865051903141,0,1,40.0,0,1,1.6042780748663166,82.3105589997472,0,0,0,0,0,0,5.583250249252231,0.8246950247664151,26.66666666666667,1.1373232861341827,7.105882352941194,0,0,1.6188379338229146,0.44537815126050423,-18521538663.187172,-6649367.678264618,3.851129954120001,3240766.9428192973,0,0,,-42.949865451703005,11.206417637310647,0,1,0.7421052631578813,0.502681967426287,950.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.4166666666667,944.0,924.0,1.6677071256577136,0,0,0,none,1,0.32653061224489793,-0.631578947368421,1,0.583,1,1,1,1.0,63.63636363636363,0.053635765023115844,169.26406926406938,119.91341991342004,5.31662466166199,5.262988896638874,2.494926062192348,935.0,932.35,911.2833333333333,1.8930659087252666,1,0,7.785714285714286,0.8195488721804511,1,2.3636363636363638,200.6734006733996,0,1,136.36363636363635,0,1,2.37068965517242,53.38829312640162,0,0,0,0,0,0,7.272727272727266,1.1614248314299225,54.97835497835497,1.094508556212299,6.308823529411711,0,0,2.044215175938126,0.2689075630252101,-20507741625.807465,-27264516.977615356,2.6129870149316554,3927049.525401473,0,0,,-42.77416197001255,33.87549521461035,1,1,0.184210526315813,0.035119118315593556,937.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.05,935.0,906.5,1.7076173652374127,0,0,0,none,1,1.1538461538461537,-0.21052631578947367,1,0.571,1,1,1,5.6583046810596995,13.520117645127584,7.861812964067885,933.6,897.9,897.95,4.354605189887528,0,0,21.214285714285715,2.2640646440006096,0,1.1111111111111112,79.71566387407962,0,0,15.789473684210526,0,1,4.4593088071348985,54.8081200559491,0,0,0,1,0,1,-1.6770186335403707,-0.6733609791435846,-1.058681185722918,0.8278480982656303,45.92647058823525,0,0,7.903515160576327,0.6974789915966386,-26677781558.9483,-46279260.517002106,1.546170101050614,8024287.618055373,0,0,-1.933397149689596,-43.23746337077188,27.53577561431616,1,1,5.01052631578948,0.8263333474005147,929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.4666666666667,928.0,848.2666666666667,1.1369360293588482,0,0,0,none,1,2.7241379310344827,-1.4941302027748131,1,0.667,0,0,0,9.263054934258008,-13.390803018740485,-22.653857952998493,906.0,894.35,970.25,4.545200424889573,0,0,49.92857142857143,5.339954163483576,1,0.6580645161290323,-3.204694199955028,0,0,-23.308270676691727,0,0,6.3708759954493654,41.07580414364075,0,0,0,0,0,0,7.109004739336491,2.5101382890453507,7.1357254925932665,0.661048727671415,-8.970588235294144,0,0,16.21344284763007,0.6134453781512605,-55138768413.71435,-476454649.798439,1.1172408519604096,37235644.20559931,0,0,,-39.85038644926744,46.81008851530685,1,1,-0.5812030075187896,0.010755005609160095,865.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,3.481,0,0,900.2833333333333,1200.0,869.7,3.8561934205898263,1,0,0,none,1,-2.2203389830508473,-0.8556149732620321,0,0.333,0,1,0,0,2,0,0,0.0,0.5,0.0,0,0.7997623164634003,65.71428571428572,107.01754385964914,107.17580236369605,14.526859951121294,50.0,63.502251563869,59.13101224956787,0.8065095454788318,14.828903347166664 -260,2025-12-11 05:33:00,sell,953.0,0.35,44,고점 매도 · 비중 35% · 분할 · leg#44,0.5588127246166791,54.716981132075475,-0.2586190741710048,46.06481481481497,59.18209876543224,3.3950540924378174,3.6536731666088222,2.325029989195284,955.0,950.7,940.9833333333333,0.1367413484800517,0,0,6.857142857142857,0.7202881152460985,0,0.5,48.15313294452034,0,0,-56.25,0,0,0.21052631578948322,66.52203495929207,0,0,0,1,0,1,-2.6904262753319372,-0.28242593520345016,-9.490740740740733,0.5445585858211675,5.317647058823582,0,0,1.6097247828868344,0.9915966386554622,-11406602704.277502,,1.0341883437871464,399991.64849324524,0,0,,-43.05253989688299,10.86862846929783,0,1,0.545864661654126,0.34151822161401535,950.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,935.2,957.4,933.4,1.7964071856287456,1,0,0,none,1,0.12605042016806722,-0.31512605042016806,1,0.5,0,0,0,0.6911137643636285,55.0,0.08190960207245901,100.00000000000034,119.04761904761948,4.236897817001591,4.154988214929132,2.596081687773922,953.8,947.3,937.5333333333333,0.49614694394595205,0,0,7.285714285714286,0.7653061224489796,0,1.0625,108.52713178294735,0,1,7.142857142857142,0,1,0.1051524710830698,57.9162931280341,0,1,0,1,0,1,3.333333333333343,-0.1714157868738484,-23.80952380952381,0.6517519008910684,11.461764705882274,0,0,1.8892499481348228,0.9831932773109243,-13465378021.65188,-1516493.1772651672,0.6012309409563095,376885.52957071364,0,0,,-43.025031502317205,11.615475736389788,0,1,0.7834586466165299,0.5683402323687271,950.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.6,951.0,931.0,1.861759041301081,0,0,0,none,1,0.24242424242424243,-0.5252100840336135,0,0.609,0,0,0,0.8242075128803038,66.21621621621622,1.3003335308820025,111.323763955343,118.12200956937805,4.991477058738155,3.691143527856153,3.655370508048159,950.6,940.85,934.5,1.1850985810702985,0,0,8.142857142857142,0.8553421368547418,0,1.0909090909090908,112.76948590381465,0,1,10.526315789473683,0,1,1.2765957446808418,86.23439463327514,0,0,0,0,0,1,2.2162162162162247,-0.15983487060174983,-8.991228070175438,0.7715051884600772,12.899999999999977,0,0,2.143063105103161,0.9831932773109243,-16819673681.895428,-2981371.458509445,0.627374055276543,-255116.2115997672,0,1,,-42.972700559251024,15.05168362758189,0,1,1.242857142857157,0.7313526955761132,950.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,937.0833333333334,950.0,920.0333333333333,1.5918185860382295,0,0,0,none,1,0.2911392405063291,-0.10504201680672269,0,0.529,0,0,0,0.8881645548620181,64.93506493506493,2.2365406465520734,155.3968253968254,143.54497354497357,5.323230056023704,3.08668940947163,3.900876856012365,949.8,937.8,932.9666666666667,1.5141821283855883,0,0,6.5,0.6827731092436975,0,1.0909090909090908,153.9498062994764,0,1,10.0,0,1,2.3655913978494647,94.54379715937007,0,0,0,0,0,0,-9.691800736576866,-0.23188361364308507,-1.1111111111111143,0.9243917401420364,13.294117647058783,0,0,2.1453417631451424,1.0,-16425633318.041437,-2034980.7133197784,0.5847483922084432,-216901.09729894996,0,1,,-42.946766160423465,23.726817246530562,0,1,1.2436090225563983,0.6471587349950503,950.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,928.8166666666666,950.0,921.0666666666667,2.496007464695227,0,0,0,none,1,0.3050847457627119,-0.31512605042016806,0,0.615,-1,-1,0,1.0,65.57377049180329,1.901020683547624,131.11111111111092,123.70370370370358,3.8616691954300677,1.9606485118824437,3.0371847582476734,942.2,934.3,932.95,1.8944664454672022,0,0,7.0,0.7352941176470588,0,1.4210526315789473,139.27420484797705,0,1,53.333333333333336,0,1,1.6008537886873064,74.76292584497757,0,0,0,0,0,0,1.1669908307863466,0.560736218220474,-2.2222222222222285,1.0647604990800315,8.185294117647118,0,0,1.5319217183286191,0.3445378151260504,-18528629255.98684,-9587790.065063477,1.5178371526909735,3439683.6743944287,0,0,,-42.82762902781667,9.527089368618125,0,1,0.8601503759398329,0.5145429983660287,937.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.4166666666667,944.0,924.0,1.8817444038169873,0,0,0,none,1,0.20408163265306123,-0.21008403361344538,0,0.583,0,0,0,1.0,63.63636363636363,0.053635765023115844,169.26406926406938,119.91341991342004,5.31662466166199,5.262988896638874,2.494926062192348,935.0,932.35,911.2833333333333,1.8930659087252666,1,0,7.785714285714286,0.8195488721804511,1,2.3636363636363638,200.6734006733996,0,1,136.36363636363635,0,1,2.37068965517242,53.38829312640162,0,0,0,0,0,0,7.272727272727266,1.1614248314299225,54.97835497835497,1.094508556212299,6.308823529411711,0,0,2.044215175938126,0.2689075630252101,-20507741625.807465,-27264516.977615356,2.6129870149316554,3927049.525401473,0,0,,-42.77416197001255,33.87549521461035,1,1,0.184210526315813,0.035119118315593556,937.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.05,935.0,906.5,1.7076173652374127,0,0,0,none,1,1.1538461538461537,-0.21052631578947367,1,0.571,1,1,1,5.6583046810596995,13.520117645127584,7.861812964067885,933.6,897.9,897.95,4.354605189887528,0,0,21.214285714285715,2.2640646440006096,0,1.1111111111111112,79.71566387407962,0,0,15.789473684210526,0,1,4.4593088071348985,54.8081200559491,0,0,0,1,0,1,-1.6770186335403707,-0.6733609791435846,-1.058681185722918,0.8278480982656303,45.92647058823525,0,0,7.903515160576327,0.6974789915966386,-26677781558.9483,-46279260.517002106,1.546170101050614,8024287.618055373,0,0,-1.933397149689596,-43.23746337077188,27.53577561431616,1,1,5.01052631578948,0.8263333474005147,929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.4666666666667,928.0,848.2666666666667,1.1369360293588482,0,0,0,none,1,2.7241379310344827,-1.4941302027748131,1,0.667,0,0,0,9.263054934258008,-13.390803018740485,-22.653857952998493,906.0,894.35,970.25,4.545200424889573,0,0,49.92857142857143,5.339954163483576,1,0.6580645161290323,-3.204694199955028,0,0,-23.308270676691727,0,0,6.3708759954493654,41.07580414364075,0,0,0,0,0,0,7.109004739336491,2.5101382890453507,7.1357254925932665,0.661048727671415,-8.970588235294144,0,0,16.21344284763007,0.6134453781512605,-55138768413.71435,-476454649.798439,1.1172408519604096,37235644.20559931,0,0,,-39.85038644926744,46.81008851530685,1,1,-0.5812030075187896,0.010755005609160095,865.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,3.481,0,0,900.2833333333333,1200.0,869.7,3.8561934205898263,1,0,0,none,1,-2.2203389830508473,-0.8556149732620321,0,0.333,0,1,0,0,1,0,0,0.0,0.25,0.0,0,0.7997623164634003,65.71428571428572,107.01754385964914,107.17580236369605,14.526859951121294,50.0,63.502251563869,59.13101224956787,0.8065095454788318,14.828903347166664 -261,2025-12-11 13:00:00,buy,866.0,0.13,45,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45,0.4405249116531857,52.17391304347826,0.6759552632657386,80.5555555555557,61.111111111111235,-3.309125140248966,-3.9850804035147047,1.639238169435979,870.4,871.85,883.6833333333333,-0.09749383494866981,0,0,2.7142857142857144,0.31162866983762505,0,0.42857142857142855,-66.66666666666647,0,0,-25.0,0,0,-0.22909507445589838,50.98532360719539,1,0,1,0,1,0,-1.9927536231884062,0.08071730641653074,13.888888888888886,0.3255776479858336,-5.423529411764775,0,0,0.9704383404105382,0.7310924369747899,,,0.8721413111145765,-115938.35322766751,0,0,,-47.86042204728893,46.26571573245322,1,1,-0.3496240601503797,0.3351374726240486,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,869.0166666666667,929.0,868.0,0.22822730672600322,1,0,0,none,1,-0.44537815126050423,0.0,0,0.235,0,0,0,0.2784120038014216,29.032258064516128,0.32653526485376716,9.047619047619376,5.396825396825825,-6.449508250473741,-6.776043515327508,2.857393541862662,870.0,876.55,896.35,-0.6331641092921059,0,0,4.357142857142857,0.5002460226340824,0,0.2,-75.22250933103585,0,0,-80.0,0,0,-0.5707762557077611,22.260388453874,1,0,1,0,0,0,-4.3010752688172005,0.22444919044298128,4.285714285714286,0.17226128803002244,-12.564705882352882,0,0,1.0081349636347128,0.35294117647058826,,,1.1258302224286394,-512652.6243105531,0,0,,-47.835265728483186,61.72349482854944,1,1,-0.9315789473684379,0.7747005274108831,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,869.4,952.0,868.0,0.1840349666436758,1,0,0,none,1,-0.8080808080808081,0.0,0,0.214,0,0,0,0.1546728057229928,17.948717948717942,-0.5371110447535266,5.03703703703713,3.4567901234568446,-11.95385615778764,-11.416745113034114,4.838327472371212,870.8,885.8,917.25,-1.6708060510273182,0,0,5.642857142857143,0.6478596030834837,0,0.1111111111111111,-114.39090966799958,1,0,-88.88888888888889,1,0,-1.8038331454340528,14.886337410791754,0,0,1,0,0,0,-10.940170940170944,0.29066770745883375,3.703703703703704,-0.16626209258853308,-27.86470588235295,0,0,1.5603833273841554,0.6470588235294118,,,0.8332436620905311,-611284.0714178383,0,0,,-47.7874589306623,67.44633004530782,1,1,-1.7022556390977293,0.8834372746463623,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,948.6333333333333,950.0,868.0,-8.183702870796584,1,0,0,none,1,-0.8481012658227848,0.0,0,0.263,0,0,0,0.10921803439707117,14.285714285714292,-2.2804459459337068,1.7094017094016902,7.886151611641828,-14.85136128471504,-12.570915338781333,8.369735340987171,875.2,897.35,922.9,-3.2707416281272605,0,0,9.142857142857142,1.053324555628703,0,0.0,-119.22005571030638,1,0,-100.0,1,0,-2.6905829596412523,7.871831154768273,0,0,1,0,0,0,-0.23041474654377225,0.07429083987454987,-9.629629629629626,-0.21108974112920043,-38.882352941176464,0,0,1.542351453382204,0.7310924369747899,,,0.711353608733252,-1494809.402904451,0,0,,-47.94369535546797,68.69375427693042,1,1,-3.121052631578977,0.9670368567588666,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,934.9666666666667,950.0,868.0,-7.162465685051167,1,0,0,none,1,-1.1016949152542372,0.0,0,0.353,0,0,0,0.0073674115441595064,8.24742268041237,-5.677108842563976,6.860959319975514,7.631813642742472,-13.663028418334193,-7.985919575770216,10.298330089078458,884.6,917.55,927.2166666666667,-5.073293008555391,0,0,13.571428571428571,1.5581433491881254,0,0.039473684210526314,-146.06316244862637,1,0,-95.23809523809523,1,0,-5.5314533622559665,4.145517373449451,0,0,0,0,0,0,-3.2468301931508563,-0.37450754374798567,-2.7842831121519644,-0.19731582971347816,-41.220588235294144,0,0,2.493161563043325,0.8151260504201681,,,0.8588628896908567,-3323115.3573652506,0,0,,-47.65622834339365,48.720806416149806,1,1,-3.603759398496252,0.8145289186968,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,932.6,944.0,873.0666666666667,-6.605189791979416,0,0,0,none,1,-1.2653061224489797,0.0,0,0.389,-1,0,0,0.0,26.41509433962264,-6.40272124147016,16.4668606876175,27.77032258809433,-6.32746643747862,0.07525480399154029,7.0802009722643,903.0,924.4,914.9,-4.478580700995238,0,0,15.071428571428571,1.7068435528231678,0,0.22388059701492538,-241.75638589824882,1,0,-77.61194029850746,0,0,-4.9515608180839665,34.7570490533579,0,0,0,0,0,0,-6.277213352685052,-1.0398910611535648,-7.85262874815114,-0.10088982371553933,-34.37058823529412,0,0,2.988677436558788,0.48739495798319327,,,1.7058489543825475,-2380957.166006267,0,0,,-46.773745912280795,51.85202411396204,1,1,-1.5022556390977266,0.2950289737081552,868.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,933.8833333333333,935.0,890.3333333333334,-5.448574946906282,0,0,0,none,1,-0.1282051282051282,0.0,0,0.4,-1,0,0,0.2964111417641533,9.321682247415424,9.02527110565127,921.6,902.7,897.7666666666667,-2.1823418632989977,0,0,27.0,3.057757644394111,0,0.3382352941176471,-66.54654654654664,0,0,-93.75,1,0,-0.2259887005649719,46.0296711951023,0,0,0,0,0,0,-9.392033542976947,-4.061010282805238,-35.34356725146198,0.2648675422125406,26.87941176470588,0,0,7.71344476306267,0.6722689075630253,-26831343455.004505,-196722583.38549042,1.0267011684109646,5913121.616970539,1,0,-4.095416310579045,-46.470989621315695,24.127490570571474,0,1,3.8421052631578974,0.5850096510988196,880.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.4666666666667,928.0,848.2666666666667,-4.691660070518822,1,0,0,none,1,0.5517241379310345,-1.698754246885617,0,0.571,-1,-1,0,9.263054934258008,-13.390803018740485,-22.653857952998493,906.0,894.35,970.25,4.545200424889573,0,0,49.92857142857143,5.339954163483576,1,0.6580645161290323,-3.204694199955028,0,0,-23.308270676691727,0,0,6.3708759954493654,41.07580414364075,0,0,0,0,0,0,7.109004739336491,2.5101382890453507,7.1357254925932665,0.661048727671415,-8.970588235294144,0,0,16.21344284763007,0.6134453781512605,-55138768413.71435,-476454649.798439,1.1172408519604096,37235644.20559931,0,0,,-39.85038644926744,46.81008851530685,1,1,-0.5812030075187896,0.010755005609160095,865.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,unknown,none,below_cloud,above,3.481,0,0,900.2833333333333,1200.0,869.7,3.8561934205898263,1,0,0,none,1,-2.2203389830508473,-0.8556149732620321,0,0.333,0,1,0,3,0,0,0,0.75,0.0,0.0,0,0.3342763580094706,52.83018867924528,74.75389863547758,97.28963612735544,13.168560846760238,50.0,63.502251563869,59.13101224956787,0.8065095454788318,14.828903347166664 -262,2025-12-13 01:36:00,buy,848.0,0.132,45,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45,0.22286277357471068,28.57142857142857,0.4804019444526286,32.542335115864674,26.17721330956636,-8.046712879855477,-8.527114824308105,3.655317674542508,856.6,863.75,885.9333333333333,-1.013024602026047,0,0,5.642857142857143,0.6599832915622389,0,0.13636363636363635,-76.43514113542763,0,0,-81.25,1,0,-0.5813953488372103,11.82433754310587,1,0,1,0,1,0,-2.197802197802204,0.035703722708294805,4.734848484848484,0.07942232143859923,-18.035294117647027,0,0,1.3302449623545738,0.957983193277311,-11440615779.615278,-3020406.0170898438,0.995046992615387,-231714.43943361938,0,0,,-48.728428264732194,62.122044277667484,1,1,-1.2037593984962278,0.8140311708521588,855.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,878.35,899.6,852.0,-2.658393578869478,1,0,0,none,1,-0.3697478991596639,-0.23391812865497078,0,0.323,0,0,0,0.19368423110158212,25.423728813559322,-1.33681476029877,14.646464646464986,9.282898561836388,-10.597186466669768,-9.260371706370998,6.877574142106741,856.8,873.4,890.5666666666667,-2.1067094114953,0,0,7.928571428571429,0.9273182957393483,0,0.09302325581395349,-102.36425045466382,1,0,-83.33333333333334,1,0,-2.1739130434782594,16.37316621933006,1,0,1,0,1,0,1.230180426462553,0.27953148725238997,4.4802867383512535,0.0072245332391538,-28.649999999999977,0,0,1.6252664484425758,0.9915966386554622,-13517621106.7165,-10240062.864139557,1.1957212650894844,-967382.4516542628,0,0,,-48.70250353230104,75.08776841929655,1,1,-2.4511278195488644,0.9324445355360019,851.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,877.35,902.0,852.7,-2.547444007522659,1,0,0,none,1,-0.35353535353535354,-0.46783625730994155,0,0.448,0,0,0,0.0842998919488004,23.18840579710144,-4.292847447862157,9.9103277674707,10.602699888414222,-9.563674572049194,-5.270827124187037,7.519555499870833,863.2,887.75,892.3166666666667,-3.1258800337932935,0,0,10.785714285714286,1.254152823920266,0,0.1836734693877551,-136.9882419606177,1,0,-81.63265306122449,1,0,-4.338153503893216,3.7835807585814933,0,0,0,0,0,0,5.277958035907403,0.3279444489637555,5.267748124890983,0.00023054921637636995,-33.75882352941176,0,0,2.194783021861734,1.0,-16895493306.977873,-27234378.960388184,1.8646916999250325,-1294598.3261979818,0,0,,-48.355291380410236,56.12598284683798,1,1,-2.484962406015041,0.7760004489894363,851.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.1833333333334,900.0,852.6333333333333,-4.357657874738196,1,0,0,none,1,-0.31645569620253167,-0.46511627906976744,0,0.462,0,0,1,0.0,19.04761904761905,-4.869169123151012,11.095169775227163,13.989868395416018,-7.664089795033874,-2.7949206718828616,6.705303049476713,866.2,890.15,890.9333333333333,-3.387069595012071,0,0,10.071428571428571,1.1710963455149501,0,0.23529411764705882,-171.1497262556547,1,0,-76.47058823529412,0,0,-4.338153503893216,5.598595799014873,0,0,0,0,0,0,-2.490842490842482,-0.11143469287312424,-2.3420479302832273,-0.1131256800934891,-31.19411764705876,0,0,1.8919211703206948,0.8319327731092437,-16527796007.637487,-43510576.10063553,2.230576371018417,-3090206.524964094,0,0,,-48.33107425580735,45.5932539486522,1,1,-1.8383458646616446,0.5312259208729058,848.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,898.15,899.0,851.4,-4.247620107999772,1,0,0,none,1,-0.4406779661016949,-0.11627906976744186,0,0.438,0,0,1,0.0,26.5625,-4.331535447153825,19.744828440480408,51.14692071213796,-3.597864760282846,0.733670686870979,5.357802445848817,879.8,891.45,886.4,-3.527960065062541,0,0,10.928571428571429,1.2707641196013288,0,0.15217391304347827,-249.00827382976127,1,0,-84.78260869565217,1,0,-4.231625835189313,17.150559993600737,0,0,0,0,0,0,-2.0089285714285694,-1.1575260255988162,-29.776021080368903,-0.13532881806800212,-19.2705882352941,0,0,2.575736046800707,0.9663865546218487,-18625878441.17586,-54560522.23604202,2.528500238905455,-3810643.52042222,0,0,,-48.22350411298743,26.567931251191197,1,1,-0.7736842105263066,0.14694273660118917,853.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,884.4333333333334,899.0,853.0,-2.762597520069354,1,0,0,none,1,-0.2857142857142857,-1.0465116279069768,0,0.545,-1,0,1,0.0,38.888888888888886,-0.7438866504143244,81.55423008364198,101.9374742904156,-0.5951269175039897,0.14875973291033479,4.1200038394292235,891.6,889.75,900.5333333333333,-3.1188536105647646,0,0,12.428571428571429,1.4418296320848525,0,0.20454545454545456,-308.6811857229282,1,0,-79.54545454545455,0,0,-3.579418344519014,30.258731586439367,0,0,0,0,0,0,-31.286549707602347,-2.6070281169418443,-29.545454545454547,-0.0636250034106183,-1.9264705882352473,0,1,3.8540708400080885,0.7899159663865546,-20597177814.393444,-52104099.22740173,3.84432980381564,1072810.2782347202,1,0,,-47.94558116822392,18.53489480073731,0,1,0.36616541353383364,0.05587421475512644,853.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,872.8,897.0,853.0,-1.2373968835930338,1,0,0,none,1,-0.8974358974358975,-1.0440835266821344,0,0.286,-1,-1,1,-1.587410857729414,-1.0745928962520566,0.5128179614773573,893.6,906.55,901.2,-0.7225194418399417,0,0,22.428571428571427,2.492063492063492,0,0.6,-107.7101083412227,1,0,-37.3134328358209,0,0,-3.1216361679224924,34.91377369729088,0,0,0,0,0,0,-0.8927242969796154,0.8541775524905377,9.380370872908188,0.5295338699259189,-3.7999999999999545,0,1,6.046378966333279,0.31932773109243695,-26892262559.748924,-65396713.64363861,2.089064813708607,1074559.8351008594,1,0,-4.63997086459945,-45.346192311877786,17.75372992595904,0,1,-2.1360902255639256,0.27027074721215827,858.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.65,928.0,865.9,-2.87595100631306,1,0,0,none,1,0.6896551724137931,-1.5555555555555556,0,0.667,0,0,1,4.232528410997126,-12.453302589796294,-16.68583100079342,897.0,891.65,952.3,-1.418718106880501,0,0,48.285714285714285,5.493255322606858,1,0.3458646616541353,-41.5698424993544,0,0,-65.41353383458647,0,0,5.14354066985645,43.24688267721248,0,0,0,0,0,0,-3.3730158730158806,-1.447943601834961,-5.2631578947368425,0.4034927084796047,-29.502941176470586,0,0,14.347366546356328,0.36134453781512604,-55146886126.02137,-285085671.6232147,0.8128648435103971,17418979.462674618,0,0,,-43.26843582214167,48.07287592114318,1,1,-0.5135338345864503,0.00947006134450401,844.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,16,impulse_late,unknown,none,below_cloud,below,-1.0,0,0,941.6166666666667,1176.0,867.3,-6.649910614722909,1,0,0,none,1,-5.796610169491525,6.370875995449373,0,0.333,0,0,0,4,0,1,0,1.0,0.0,0.333,0,0.43263610117732404,36.170212765957444,49.74167623421355,40.99780816198727,10.725617941768006,50.0,37.84461152882204,44.27736006683373,0.3987013061876854,14.005295167073815 -263,2025-12-15 08:30:00,buy,835.0,0.134,45,저점 분할 매수 · 비중 13% · 7회 · BB하단 · leg#45,0.6491615533176899,53.846153846153854,0.1341090107480346,55.55555555555571,40.7407407407409,-0.3566359941864903,-0.4907450049345249,0.5191745134489623,839.2,839.35,841.25,0.07744087686900603,0,0,1.7857142857142858,0.21258503401360546,1,0.6666666666666666,66.66666666666717,0,0,-33.33333333333333,0,0,0.0,46.8507977646306,1,0,1,0,0,0,0.0,0.057340011848509564,11.111111111111107,0.5625972208233159,0.3147058823528823,1,0,0.49898056076590397,0.3445378151260504,-11453769893.448345,-144744.9619178772,1.1904898155028794,64899.97910494357,0,0,,-49.53780584409817,19.55342276770848,0,1,-0.005263157894743659,0.0008168981211353898,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,845.2,849.0,837.0,-0.6152389966871841,1,0,0,none,1,-0.06722689075630252,-0.11904761904761905,0,0.407,0,0,0,0.5598948426011148,46.15384615384615,0.22822564523552114,77.77777777777811,69.44444444444491,-0.8197210723274111,-1.0479467175629322,0.6959536615230417,839.6,839.65,843.2,0.041684035014588616,0,1,2.0714285714285716,0.24659863945578234,1,0.75,33.91812865496385,0,0,-0.0,0,1,0.23866348448686736,44.93463476990912,0,0,0,0,0,0,3.296703296703299,0.03439082843791863,8.333333333333329,0.48147161178771636,-1.4205882352941899,0,0,0.6011621877011124,0.3025210084033613,-13530955989.13165,,1.0845100481862389,-27561.956892997026,0,1,,-49.51353016455911,15.218510481115528,0,1,0.0022556390977466288,8.343917747621887e-05,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,843.2333333333333,849.4666666666667,837.0,-0.38344467723445685,1,0,0,none,1,-0.12121212121212122,-0.11904761904761905,1,0.4,0,0,0,0.35351122834779053,44.444444444444436,0.2994538909355846,66.66666666666674,53.01587301587306,-2.2164122115894997,-2.5158661025250844,1.2573246687252244,839.4,841.55,849.1166666666667,-0.18418394628958445,0,0,3.5714285714285716,0.4251700680272109,0,0.42857142857142855,-48.454469507095176,0,0,-40.0,0,0,-0.11890606420927874,34.72793349651215,0,0,1,0,0,0,4.444444444444443,0.05389454098327828,10.476190476190482,0.38329348784559847,-3.7999999999999545,0,0,0.9333479202661651,0.7478991596638656,-16918246971.187513,-765430.1343135834,0.6846997486566262,-258536.0253529176,0,0,,-49.46739342313759,17.976995943651712,0,1,-0.3225563909774385,0.5204087691963999,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,844.5,867.0,838.0,-0.5328596802841923,1,0,0,none,1,-0.4050632911392405,-0.2380952380952381,0,0.188,0,0,0,0.12253135594644592,41.17647058823529,0.12989949231367914,22.2222222222222,29.62962962962963,-3.864061984340765,-3.993961476654444,1.6806026797737965,839.8,843.35,855.2666666666667,-0.634374814726979,0,0,3.2857142857142856,0.392090010228435,0,0.0,-88.35341365462025,0,0,-100.0,1,0,-0.9456264775413725,42.45545103220121,0,0,0,0,0,0,-1.2477718360071393,-0.05802260206475873,-11.111111111111114,0.08364007801894956,-7.1617647058823195,0,0,1.078675333718813,0.5798319327731093,-16559627082.1542,-4080446.853357315,1.263597435886382,-959401.992926389,0,0,,-49.56487828484598,29.617876275771007,1,1,-0.5180451127819481,0.748130544344508,838.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,838.55,868.8,838.0,-0.06558941029156662,1,0,0,none,1,-0.5932203389830508,-0.23866348448687352,0,0.167,0,0,0,0.21906927288218075,34.14634146341464,-0.26544445311405696,10.416666666666453,10.6944444444443,-7.210060064607887,-6.94461561149383,3.686096512894043,841.0,849.8,868.6166666666667,-1.0355377735937865,0,0,5.714285714285714,0.6794632240529982,0,0.13043478260869565,-91.39784946236443,0,0,-81.25,1,0,-0.5910165484633523,28.326591222175225,1,0,1,0,0,0,2.439024390243901,0.23303718470164103,-4.166666666666668,0.1343532575996546,-16.658823529411734,0,0,1.4062901912040333,0.6302521008403361,-18657776968.566,-5053023.440898895,1.1301884311098427,-690791.2812159061,0,0,,-49.28039544519508,53.87355403209789,1,1,-1.2406015037594058,0.8783867495721808,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,838.7833333333333,870.9,838.0,0.26427166332188,1,0,0,none,1,-0.8979591836734694,-0.356718192627824,0,0.083,0,0,0,0.127226482796504,22.64150943396227,-2.084625180568896,8.779761904762038,9.690990593768499,-9.54690403948473,-7.462278858915834,5.758782857625063,843.4,859.45,871.2333333333333,-2.1467217406480943,0,0,8.142857142857142,0.9682350942755222,0,0.09090909090909091,-116.79350583460078,1,0,-89.28571428571429,1,0,-2.886836027713624,14.779074121960093,0,0,0,0,1,0,5.333817126269963,0.30388540623997606,2.336860670194005,0.01237170580169361,-27.891176470588334,0,0,1.5004639388267726,0.17647058823529413,-20637706556.42551,-18154290.91779709,1.6405881059719292,-1221486.3505705,0,0,,-49.12432721478815,60.30840257959283,1,1,-2.02330827067669,0.9358570199541029,840.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,838.7833333333333,885.0,838.0,0.26427166332188,1,0,0,none,1,-0.8205128205128205,-0.8323424494649228,0,0.3,0,0,0,-3.484610828145339,-10.609983934864886,-7.125373106719547,856.6,876.0,883.8166666666667,-3.995433789954339,0,0,15.571428571428571,1.85153728554442,1,0.018518518518518517,-145.6277056277061,1,0,-97.43589743589743,1,0,-3.2220943613348707,42.9960974202371,0,0,1,0,0,0,-4.552579082359657,-0.859067364008193,-9.401709401709406,-0.02042072893662716,-34.83823529411768,0,0,4.91300588648159,0.226890756302521,-26953065137.816826,-60127723.72286987,1.6985023066432354,-9986147.712522537,0,0,-3.3838362765824535,-48.834458764781054,21.391424468382887,0,1,-1.983458646616556,0.4934330356256541,840.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,923.5833333333333,925.0,857.0,-8.941622304430197,0,0,0,none,1,-3.1724137931034484,-2.972651605231867,0,0.2,0,0,0,-1.076014429172659,-17.29497304501649,-16.21895861584383,861.8,879.0,929.5666666666667,-2.8441410693970437,0,0,43.92857142857143,5.143860823017732,1,0.15789473684210525,-118.90838206627691,1,0,-84.21052631578947,1,0,-8.760683760683763,37.79911356203332,0,0,0,0,0,0,6.237488322434274,-0.49156767537872526,-0.03987240829346206,0.32801541902420817,-33.5235294117648,0,0,14.192124494752992,0.31092436974789917,-55333987094.853386,-501068697.14432526,0.8599626036753585,-19816664.74292469,0,0,-2.599359839721308,-44.71955486966252,53.72396802870768,1,1,0.03308270676690785,4.831515858139124e-05,833.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,0,below_cloud,above,3.02,0,0,943.6833333333334,1008.5666666666666,871.1666666666666,-9.50354108899526,0,0,0,none,1,-4.237288135593221,-0.936768149882904,0,0.286,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.0,25.619834710743802,12.43201243201243,19.8631615298282,7.627793835292315,51.906779661016955,18.884332042226763,22.08551682235891,0.27803389342178875,12.813402520059475 -264,2025-12-16 16:51:00,buy,776.0,0.145,45,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#45,0.07582522169935374,9.523809523809518,-1.3109928784946419,8.660130718954418,12.580284639108347,-3.2529286460726325,-1.9419357675779907,2.987983227145356,781.4,789.0,790.0666666666667,-1.2674271229404344,0,0,3.357142857142857,0.4309554373739226,0,0.05555555555555555,-131.32664437012144,1,0,-91.66666666666666,1,0,-1.2674271229404344,10.264773463439369,0,0,0,0,0,0,0.0,0.022103946580588785,-4.365079365079364,-0.0827556374673329,-10.108823529411666,0,0,0.614236221910513,0.9243697478991597,,,1.5274318746565871,-490929.36600123346,0,0,,-53.069016034403205,67.89882619714552,1,1,-0.9639097744360863,0.9361608566871722,778.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,785.9166666666667,796.3666666666667,778.0,-0.8800763439720138,1,0,0,none,1,-0.12605042016806722,0.0,0,0.429,0,0,0,0.005954302382875006,13.043478260869563,-1.6473213003019551,12.768031189084162,15.557055030739704,-2.770416214217107,-1.123094913915152,2.8815150772661795,782.4,790.25,791.5166666666667,-1.423600126542235,0,0,3.5,0.4492939666238768,0,0.10526315789473684,-161.98125836679964,1,0,-89.47368421052632,1,0,-2.012578616352201,3.982711900598929,0,0,0,0,0,0,-6.956521739130437,-0.08144567563600047,-4.183535762483128,-0.14255126294752277,-8.844117647058738,0,0,0.9185726410631945,1.0,-13586327551.086763,,3.1332512613641037,-713321.9715218097,0,0,,-53.04525006356792,37.73240241352658,1,1,-0.6894736842105226,0.5133961578733677,777.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,804.5333333333333,805.0,778.8666666666667,-3.173682466025851,1,0,0,none,1,-0.25252525252525254,-0.12836970474967907,0,0.273,0,0,1,0.0,37.5,-1.030141525540025,20.37037037037045,29.585537918871307,-2.2533163997056818,-1.2231748741656567,2.1589401533515415,786.0,789.5,794.9,-1.3299556681444002,0,0,4.285714285714286,0.5501558774986246,0,0.1111111111111111,-224.93489583333235,1,0,-88.88888888888889,1,0,-1.6414141414141437,27.201934381240363,0,0,0,0,0,0,-2.499999999999993,-0.5014371145008077,-3.7037037037037024,-0.12376256494915788,-8.414705882352905,0,0,1.241491645165468,0.6134453781512605,-17004335051.263227,,2.8092427535287547,-1813485.0086493865,0,0,,-53.00092512715106,21.916341761851335,0,1,-0.09022556390976906,0.015691402419092393,777.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,803.55,804.0,777.0,-3.055192582913313,1,0,0,none,1,-0.08860759493670886,-0.25673940949935814,0,0.474,-1,0,1,0.0,28.205128205128204,-0.6165017000401125,29.738562091503265,53.431372549019635,-2.832068515871015,-2.2155668158309023,2.2582406016437258,788.8,791.05,794.5333333333333,-1.6497060868465918,0,0,5.714285714285714,0.7344840249724568,0,0.05263157894736842,-248.36601307189522,1,0,-94.11764705882352,1,0,-1.269035532994922,27.85535910247711,0,0,0,0,1,0,-5.128205128205124,-0.7393062495086098,-27.20588235294117,-0.05472269947297256,-7.517647058823513,0,0,1.333878767605886,0.42857142857142855,-16660800600.510794,-4277867.416120529,3.1157848012820306,-1767474.352595061,0,0,,-53.04003183963455,15.463456184871788,0,1,-0.40977443609022424,0.2946656124411794,777.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,792.75,804.0,777.0,-1.860611794386624,1,0,0,none,1,-0.3050847457627119,-0.2570694087403599,0,0.364,-1,-1,1,0.10497842287286462,31.48148148148148,1.0464089613863674,71.13095238095217,45.085978835978686,-6.641945232276271,-7.688354193662638,2.960268797321262,789.8,795.3,825.0,-1.1693700490380987,0,0,6.928571428571429,0.8814976372228281,0,0.34615384615384615,-208.5769980506822,1,0,-43.75,0,0,-1.3801756587201952,26.328434428503357,0,0,0,0,1,0,-6.296296296296298,-0.36923775528698943,16.527777777777786,0.15083867262646375,-7.038235294117726,0,0,1.8918134775015323,0.7647058823529411,-18837788591.143047,-25330728.511375427,2.968346697402834,-3031973.333720565,0,0,,-52.45987323456684,20.652551364048776,0,1,-0.7368421052631469,0.5485454748996448,777.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,792.5833333333333,819.5,785.5,-0.8306171801072293,1,0,0,none,1,-1.6122448979591837,-0.2544529262086514,0,0.125,0,-1,1,0.3740557664570394,49.01960784313726,0.6112801600852276,26.086956521739264,22.20707300240717,-14.980268125549287,-15.591548285634515,12.145819429078724,793.0,807.35,845.4666666666667,-1.5296959187465209,0,0,8.571428571428571,1.0781671159029649,0,0.22784810126582278,-84.7050754458161,0,0,-21.73913043478261,0,0,0.37878787878788955,37.51214159772154,0,0,0,0,0,0,16.816218012628774,0.6829354420820035,7.039337474120085,0.13706051953639387,-36.367647058823536,0,0,3.6339005138385936,0.7983193277310925,-20781441307.143368,-58217779.62963867,1.516665907551666,4413651.056550682,0,0,-5.497854422026708,-51.77016452264777,56.880802459863176,1,1,-3.0729323308270655,0.549941736739351,777.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,818.5666666666666,842.9333333333334,779.8666666666667,-2.879016166469839,1,0,0,none,1,-1.5128205128205128,-0.25157232704402516,0,0.222,0,0,0,-7.032816906173217,-22.113286359850235,-15.080469453677019,804.8,852.25,876.3333333333334,-6.71751246699912,0,0,25.071428571428573,3.1536388140161726,0,0.011764705882352941,-141.35542913677958,1,0,-98.63013698630137,1,0,-6.908665105386413,20.75128390962648,0,0,0,0,0,0,0.5194805194805241,0.026307099023846092,0.45662100456621024,0.010616635979737447,-68.96176470588227,0,0,5.5016015959811035,0.2184873949579832,-27085678938.84704,-145337188.85023117,1.8333572389073027,-16863214.7780371,0,0,-4.1148837659813875,-51.493769636872486,33.65799102211991,1,1,-4.444360902255657,0.6876494900528247,795.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,795.6666666666667,874.0,794.0,-0.0837871805613788,1,0,0,none,1,-2.8275862068965516,-3.1446540880503147,0,0.286,0,0,1,-5.436525518979156,-23.532939318097306,-18.09641379911815,841.6,873.4,920.6833333333333,-9.20540416762079,0,0,45.785714285714285,5.7737344622590525,0,0.09424083769633508,-176.493048536711,1,0,-90.57591623036649,1,0,-15.187165775401068,38.64586428959021,0,0,0,0,0,0,-2.932335568494736,-3.363230304861066,1.1363487252161804,0.07015980293921266,-54.358823529411666,0,0,14.748579945085051,0.48739495798319327,-55526611374.292145,-387842960.57779694,1.8952981923770653,-77446255.66407132,0,0,-2.8424662962874274,-48.42045311255762,49.0672813403122,1,1,-1.9187969924812043,0.10560302277380107,775.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,7.381,0,0,942.4166666666667,995.0333333333333,794.1333333333333,-15.854629056503677,0,0,0,none,1,-4.016949152542373,8.448928121059268,0,0.25,-1,-1,1,3,0,0,1,0.75,0.0,-0.333,0,0.04860606268584816,20.0,3.201719043781896,8.779657981914232,14.881707332998593,39.823008849557525,17.460395837215817,17.556258330480734,0.0,15.998220570860806 -265,2025-12-17 17:30:00,buy,763.0,0.147,45,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#45,0.08540540616237095,14.285714285714292,-0.2552507904930722,6.6666666666668375,10.00000000000019,-0.9855351629670395,-0.7302843724739673,0.9903908735230137,765.2,767.15,769.1166666666667,-0.4106107019487659,0,0,1.4285714285714286,0.1869857890800299,0,0.0,-151.81518151815348,1,0,-100.0,1,0,-0.6501950585175553,3.130298050751037,0,0,0,0,0,0,-2.3809523809523654,-0.06233803223946133,-8.333333333333332,0.04125581301976193,-1.8941176470588061,0,0,0.5349158252756201,0.31092436974789917,-11504852415.502184,,3.5623875220046974,-298485.4171985239,0,0,,-53.892028225610865,30.24479488765203,1,1,-0.19624060150376452,0.3735871407183238,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,766.6833333333334,777.8,764.0,-0.3499923914697556,1,0,0,none,1,-0.15966386554621848,-0.3926701570680628,0,0.346,-1,0,1,0.24926578242891506,50.0,-0.010895479063478986,23.333333333333673,18.88888888888935,-1.3930858522381868,-1.3821903731747078,0.9362175865406237,765.6,766.8,771.8833333333333,-0.23474178403755097,0,0,2.0714285714285716,0.27077497665732964,1,0.2,-154.1038525963151,1,0,-80.0,0,0,-0.5201560468140465,41.93094829696271,1,0,1,0,1,0,3.3333333333333357,-0.05576394130537543,6.666666666666664,0.20478446019799365,-3.5676470588235816,0,0,0.7409499226972321,0.6554621848739496,-13613012040.992985,-426705.4289493561,2.44831599892047,-233088.75474267453,0,0,,-53.80950171416645,47.50881121679441,1,1,-0.02406015037595336,0.006290235392406918,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.7666666666667,786.0,764.7333333333333,-0.4899622772405965,1,0,0,none,1,-0.18181818181818182,-0.39215686274509803,0,0.391,0,0,1,0.2409475574663807,40.74074074074074,0.06191939800715307,14.074074074074149,25.67901234567907,-2.9824704073997736,-3.0443898054069267,1.6059166885162364,767.4,769.2,778.1333333333333,-0.4160166406656285,0,0,4.0,0.5221932114882507,0,0.2,-135.6973995271885,1,0,-80.0,0,0,-0.6485084306095956,23.8251320238259,1,0,0,0,0,0,2.2792022792022806,0.022853929322478983,-8.148148148148147,0.26932839450783064,-6.273529411764798,0,0,0.983576115624805,0.2605042016806723,-17028129274.252094,-1130179.4551124573,1.7288410955828128,-294393.3980617374,0,0,,-53.70700458959481,15.697830120190373,0,1,-0.27819548872180205,0.28402961044996444,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,769.4166666666667,787.3333333333334,765.6666666666666,-0.4440593523232006,1,0,0,none,1,-0.25316455696202533,-0.39164490861618795,0,0.333,0,0,0,0.23464906711125696,34.28571428571429,-0.24735468443650177,27.861952861952872,20.14590347923685,-4.184341277523913,-3.9369865930874113,3.1226052824974317,766.4,772.4,780.9666666666667,-0.8285862247540132,0,0,5.071428571428571,0.6620663931368892,0,0.125,-102.33205708318864,1,0,-77.77777777777779,0,0,-0.26041666666666297,34.9803009183623,1,0,1,0,1,0,0.9523809523809632,0.06545198243288652,7.407407407407408,0.21356241042603474,-9.58823529411768,0,0,1.3139680185028793,0.33613445378151263,-16689835150.907633,-2873260.3386688232,1.1341610010589696,-825714.9685221612,0,0,,-53.68608537549835,39.565087031880196,1,1,-0.8631578947368528,0.7172157376649493,764.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.95,786.5,764.9,-0.38364002861044355,1,0,0,none,1,-0.3220338983050847,-0.39164490861618795,0,0.308,0,0,0,0.1218898583662819,32.55813953488372,-1.2006612208587866,9.477124183006309,19.847494553376745,-5.465261354610789,-4.264600133752002,3.8900612331445603,769.0,778.45,786.1833333333333,-1.4708716038281278,0,0,6.071428571428571,0.7915813000558762,0,0.13636363636363635,-118.93583724569693,1,0,-83.33333333333334,1,0,-2.0434227330779042,29.481250287943737,0,0,0,0,0,0,3.289846851956895,0.12397271477140404,-12.222222222222227,0.10873012440958134,-13.755882352941171,0,0,1.5933911959090594,0.2689075630252101,-18871294702.962093,,1.0713448688994627,-1593466.0830522776,0,0,,-53.53063268236077,36.42212641548189,1,1,-1.166165413533845,0.8304892586395052,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,779.75,799.0,764.0,-1.635139467778135,1,0,0,none,1,-0.3877551020408163,-0.3911342894393742,0,0.286,0,0,0,0.04487861760362599,34.09090909090909,-0.8508578184586844,11.562998405103798,17.174670683442738,-8.573879873158603,-7.723022054699919,4.586006535824173,770.8,783.35,809.8666666666667,-2.087189634263109,0,0,6.785714285714286,0.8847085118271558,0,0.13636363636363635,-164.66748266013886,1,0,-86.36363636363636,1,0,-2.541296060991105,10.633626683302978,0,0,0,0,0,0,4.679144385026746,-0.11377989850553938,2.693602693602692,-0.04755833740350866,-18.482352941176487,0,0,2.45824270526598,0.48739495798319327,-20823601220.573505,-24302323.517986298,1.0198092017834517,-3986011.759226024,0,0,,-53.389033719311854,39.13095730658022,1,1,-1.298496240601513,0.7316247455283009,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,792.2,800.0,767.6,-3.1810148952284845,0,0,0,none,1,-0.7435897435897436,-0.3911342894393742,0,0.143,0,0,0,-4.08412744858234,-26.362830793901026,-22.278703345318686,784.6,824.95,868.5666666666667,-7.024668161706771,0,0,24.857142857142858,3.240826969640529,0,0.0,-104.50450450450467,1,0,-100.0,1,0,-8.690476190476193,20.3628028862055,0,0,0,0,0,0,-1.2418896999189002,-0.31761319871408844,-1.4285714285714288,-0.009084158871071868,-64.51470588235293,0,0,5.336900696062583,0.21008403361344538,-27141434338.213367,-72811454.53203964,0.8738684101645449,-11700225.652401745,0,0,-4.264677545178851,-53.13005674234168,48.990413387444185,1,1,-5.77669172932331,0.857564793308156,767.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,790.2833333333333,868.6,767.0,-2.9462007296961024,1,0,0,none,1,-4.448275862068965,-0.7822685788787485,0,0.25,-1,0,0,-7.033673608077844,-28.646191372267253,-21.61251776418941,816.4,868.0,913.25,-7.7188940092165925,0,0,43.714285714285715,5.457463884430177,0,0.1951219512195122,-157.6132550335571,1,0,-80.48780487804879,1,0,-8.036739380022961,27.492565728833753,0,0,0,0,0,0,-4.261104552600806,-0.002931355870654073,-2.551811645284081,0.17236356972395217,-73.7294117647059,0,0,14.000706731508377,0.2773109243697479,-55520972541.232414,-396150855.96214294,1.019534166577236,-25407687.722708702,0,0,-1.9956734933618125,-47.75822045984429,45.00014164510909,1,1,-4.715789473684201,0.4521436892953923,761.0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,6.751,0,0,946.6166666666667,991.7666666666667,801.1333333333333,-15.38285472824269,0,0,0,none,1,-3.2033898305084745,4.9937578027465666,0,0.286,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.10743307501318268,24.305555555555557,7.6626076626076625,7.158899099197612,17.894192593893816,33.49633251833741,12.961307623547427,15.311607576531578,0.09629454543651249,19.1201132458385 -266,2025-12-18 15:00:00,buy,731.0,0.154,45,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#45,0.09237523823705042,33.33333333333333,-0.1517588898510014,1.7053025658242404e-13,15.925925925926157,-1.772284508085022,-1.6205256182340206,1.2686852508638407,732.8,734.8,738.9,-0.5171475231355416,0,0,2.0,0.27359781121751026,0,-0.16666666666666666,-111.32437619961448,1,0,-133.33333333333331,1,0,-0.5442176870748328,49.189813935855966,1,0,1,0,0,0,-5.128205128205131,-0.08626893376241385,-19.444444444444443,0.037362870173240026,-4.438235294117703,0,0,0.5703299303498006,0.8067226890756303,-11532323995.580536,-372948.84312438965,0.9778823900359478,-240271.28353615105,0,0,,-55.78535627882554,27.157186884077646,1,1,-0.3293233082706738,0.6988546948767287,732.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,733.8,743.6,732.0,-0.3815753611338124,0,0,0,none,1,-0.09243697478991597,-0.13679890560875513,0,0.393,0,-1,0,0.09129422835363339,20.0,-0.4610616954148783,16.66666666666701,22.222222222222687,-2.046536849600102,-1.5854751541852237,1.709387754186922,733.4,737.15,739.35,-0.6986366411178113,0,0,2.642857142857143,0.36104605776736926,0,0.0,-104.86486486486523,1,0,-100.0,1,0,-0.9472259810554773,14.836408151975988,0,0,0,0,0,0,-6.666666666666671,-0.022859881020786954,-8.333333333333332,0.09245385236238303,-5.644117647058806,0,0,0.5444577609368353,0.19327731092436976,-13650999570.114437,,2.2397596392905856,-946591.1436397731,0,0,,-55.70364145986903,40.47761762047477,1,1,-0.48796992481201895,0.8398103452744817,732.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,740.2,742.4,732.0,-1.1078087003512649,1,0,0,none,1,-0.09090909090909091,-0.1366120218579235,0,0.409,-1,0,1,0.032764562582434965,20.0,-0.7779132240469098,14.021164021164097,16.40211640211646,-1.9321344227849977,-1.154221198738088,1.9242416441415469,734.4,739.65,741.45,-0.8990738862975745,0,0,2.642857142857143,0.36055349834340283,0,0.09090909090909091,-153.41545352743427,1,0,-85.71428571428571,1,0,-0.9459459459459474,10.511044831796426,0,0,0,0,0,0,0.0,-0.04397754803681109,1.0582010582010586,0.014602011706224759,-6.176470588235247,0,0,0.63818885699017,0.10084033613445378,-17090061383.556927,,2.6800414802912913,-1166901.405234836,0,0,,-55.602758467594015,42.29512550941123,1,1,-0.5541353383458804,0.8488832765763894,732.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.7,754.0,733.4666666666667,-0.9057726105177855,0,0,0,none,1,-0.21518987341772153,-0.1364256480218281,0,0.312,-1,0,1,0.09179908802590185,37.5,-0.30765867655287216,9.09090909090911,21.350408850408893,-2.1637057451090413,-1.8560470685561692,1.5236561134253974,737.0,739.6,747.7333333333333,-0.6219578150351568,0,0,3.142857142857143,0.4275996112730806,0,0.2727272727272727,-172.7871939736343,1,0,-72.72727272727273,0,0,-1.076716016150736,13.824510968596826,0,0,0,0,0,0,-6.944444444444436,-0.07954984161971002,-5.194805194805195,0.14699252115890343,-4.702941176470631,0,0,0.9767699987783871,0.37815126050420167,-16754488100.754892,-6793449.056306839,1.9392285418181858,-853206.8815379143,0,0,,-55.46154371990166,13.465866930642997,0,1,-0.1924812030075354,0.1633792704573137,732.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.3499999999999,795.0,732.0,-0.5883546358287584,1,0,0,none,1,-1.11864406779661,-0.13605442176870747,0,0.294,0,0,1,0.05591560515112582,36.666666666666664,0.6145848472341955,39.047619047618824,53.968253968253805,-5.745101734278137,-6.3596865815123325,2.397817955029213,739.0,741.9,761.2833333333333,-1.064833535516918,0,0,4.571428571428571,0.6228104320747372,1,0.15384615384615385,-198.19819819819506,1,0,-80.0,0,0,-0.9446693657219951,30.1776492951507,0,0,1,0,1,0,-9.487179487179489,-0.32884982581013755,-20.000000000000007,-0.013775317021499638,-12.173529411764775,0,0,1.6804275767552532,0.21008403361344538,-18959249701.119606,-9097493.701953888,1.7047546496286436,-976037.0296936631,0,0,,-55.43119105549693,25.59075070523699,1,1,-0.538345864661654,0.5128467790017869,732.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.2333333333333,794.0,738.2,-0.7079406592415571,0,0,0,none,1,-0.7142857142857143,-0.13623978201634876,0,0.364,-1,-1,0,0.271812163857593,16.304347826086953,-0.2931912646476391,25.336021505376475,15.863609210383535,-10.990360722702007,-10.697169458054368,9.40070757016753,740.4,755.2,776.7666666666667,-2.1451271186440746,0,0,12.357142857142858,1.6721438236999806,0,0.18421052631578946,-86.3856530963534,0,0,-56.25,0,0,-0.40431266846361336,30.454597780778542,0,0,1,0,0,0,-14.251207729468604,0.24573497885761064,14.583333333333332,0.2278164436323358,-23.62058823529412,0,0,4.269091591987226,0.9327731092436975,-20981776612.224617,-36661892.52005386,1.5169508118949369,-3290532.690757662,0,0,,-54.99223516515175,68.9615362392687,1,1,-2.3518796992481272,0.614572587319397,732.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,785.1,786.0,739.2,-5.8718634568844745,0,0,0,none,1,-1.1794871794871795,-0.13531799729364005,0,0.222,0,0,0,-3.6180082590788025,-29.68902547519906,-26.071017216120257,759.2,798.6,860.45,-6.962183821687962,0,0,21.142857142857142,2.8456066141126706,0,0.049586776859504134,-136.8962144388257,1,0,-88.67924528301887,1,0,-7.1250000000000036,25.009234517466695,1,0,1,0,1,0,7.8292078292078315,-0.007686960637613538,-17.96554552912223,-0.10048326796281656,-72.40588235294126,0,0,8.576377213541706,0.907563025210084,-27625739511.116493,-533175068.47737503,0.9195965293403388,-4953534.965122253,0,0,-9.68924652296428,-54.496950186778584,69.0748070521188,1,1,-5.798496240601489,0.8062295009432657,737.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,805.6333333333333,850.6,737.0,-7.774421779966067,1,0,0,none,1,-4.344827586206897,-0.9421265141318977,0,0.3,0,0,0,-7.99043767812633,-33.218004095104334,-25.227566416978004,790.4,860.15,905.9666666666667,-11.294541649712253,0,0,46.714285714285715,6.122448979591836,0,0.13983050847457626,-134.866866236017,1,0,-81.35593220338984,1,0,-13.19681456200228,37.667799801973146,0,0,0,0,0,0,-16.303450256704835,-1.5206807450983035,2.898807939184195,0.06502676078918543,-87.71764705882356,0,0,13.692369812621456,0.18487394957983194,-55605433607.728455,-458547481.70708466,1.479399647062679,-49691854.0861963,0,0,-2.2651191894218456,-50.02880990043936,45.039942632918134,1,1,-7.283458646616521,0.7723313594149999,730.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,below,-10.424,0,0,945.8,951.3333333333333,796.4,-19.3275533939522,0,0,0,none,1,-3.9322033898305087,10.484927916120576,0,0.25,-1,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.1361731545624115,32.167832167832174,5.814401232190991,17.337916845710126,19.13598160497,23.291925465838517,21.85117439751132,17.921616159795285,0.004649087659498312,22.801091848900132 -267,2025-12-19 10:48:00,buy,708.0,0.158,45,저점 분할 매수 · 비중 16% · 7회 · BB하단 · leg#45,0.27026585362219707,41.66666666666667,-0.13511103400317692,16.66666666666684,17.592592592592837,-1.2279182817761694,-1.0928072477729924,1.2227127783718748,710.0,712.0,714.4,-0.2808988764044895,0,0,1.4285714285714286,0.2012072434607646,0,0.16666666666666666,-72.22754873761583,0,0,-75.0,0,0,-0.42075736325385416,24.239037331904072,0,0,0,0,0,0,10.416666666666671,0.05373647421761962,-2.777777777777775,0.23418136553014807,-2.9352941176471177,0,0,0.7063066658974806,0.25210084033613445,-11548931104.79228,-358181.3359298706,0.18783963684220154,-217339.10133413225,0,0,,-56.955153520137024,33.327618926358426,1,1,-0.28872180451128937,0.6159398496240616,709.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,710.8666666666667,722.8666666666667,709.0,-0.12191690893744722,1,0,0,none,1,-0.008403361344537815,-0.14084507042253522,0,0.417,0,0,0,0.16184700820990455,39.99999999999999,-0.18418328045872334,21.746031746032088,15.767195767196233,-1.603628726423608,-1.4194454459648846,1.2855767906048783,710.4,713.1,716.45,-0.43472163791894447,0,0,3.0,0.42253521126760557,0,0.2857142857142857,-139.4753678822773,1,0,-71.42857142857143,0,0,-0.8379888268156388,11.176602499832072,0,0,0,0,0,0,1.904761904761898,0.0035208195465190606,9.523809523809526,0.2797526669523431,-3.873529411764707,0,0,0.9424453284273139,0.25210084033613445,,,3.037101551319884,-430000.2211151831,0,0,,-56.93370318394662,25.507382440155556,1,1,-0.3157894736842032,0.6644868684737868,708.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.1666666666667,742.0,708.0,-3.9458850056369843,1,0,0,none,1,-0.2222222222222222,0.0,0,0.316,0,0,1,0.11266337997467417,34.61538461538463,-0.005015611594155978,19.047619047619122,27.0502645502646,-3.1926415582470327,-3.1876259466528767,1.9308415773650203,712.2,715.35,727.6666666666666,-0.7478856503809306,0,0,2.9285714285714284,0.4124748490945674,1,0.16666666666666666,-141.86141861418685,1,0,-71.42857142857143,0,0,-0.42075736325385416,18.317350897988362,0,0,0,0,1,0,0.0,-0.07510883489904163,-1.5873015873015852,0.07435800269581248,-4.929411764705833,0,0,0.9658541447135643,0.3949579831932773,,,2.395830813814571,-526738.6193309203,0,0,,-56.894533245039234,55.87095444238302,1,1,-0.513533834586464,0.774097570122612,708.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,713.4166666666667,770.8333333333334,708.0,-0.47891601448429855,1,0,0,none,1,-0.45569620253164556,0.0,0,0.389,0,0,1,0.1358012950905767,28.57142857142857,0.5385885151674499,14.393939393939414,22.47474747474752,-5.267050934509825,-5.805639449677275,2.2818961477855586,712.2,715.95,736.6833333333333,-0.8310636217613077,0,0,3.357142857142857,0.4728370221327968,1,0.07692307692307693,-108.69214642799751,1,0,-90.9090909090909,1,0,-0.9762900976290068,38.62073175103818,0,0,0,0,0,0,0.0,-0.1201560085110529,-12.12121212121212,-0.010454793214300576,-8.108823529411666,0,0,1.4070314061190559,0.4117647058823529,-16840466875.10904,-2543154.1023025513,2.039020456411829,-630125.0978515148,0,0,,-56.87439177297288,31.436146965381933,1,1,-0.4037593984962439,0.34203943365275546,709.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,710.0,769.0,709.0,0.0,1,0,0,none,1,-0.6101694915254238,-0.42253521126760557,0,0.444,0,0,1,0.2684639900988732,27.692307692307693,-0.8855288868799391,21.645781119465102,21.229462545251845,-9.033768387901318,-8.14823950102138,10.215415410598128,713.6,727.2,738.95,-2.36523652365237,0,0,8.285714285714286,1.1670020120724347,0,0.0196078431372549,-75.14650120648106,0,0,-93.33333333333333,1,0,-0.2808988764044895,24.637248467007993,0,0,1,0,1,0,-1.8158890290037846,0.03971677796960993,-2.5396825396825378,0.058658517495900335,-22.841176470588266,0,0,4.3035807443174745,0.8151260504201681,-19044247099.901752,-11522117.527965546,0.7534016462391349,-663449.5300723016,0,0,-5.655960627661349,-56.78633754426412,35.997079892211055,1,1,-2.5413533834586426,0.655387782769504,710.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,734.2,763.1333333333333,712.7333333333333,-3.2961046036502406,0,0,0,none,1,-0.6530612244897959,-0.42253521126760557,0,0.455,-1,0,0,0.21649005131264867,38.095238095238095,-2.86035690656798,14.379084967320395,16.339869281045882,-10.458366281409553,-7.598009374841573,10.607441131026127,716.2,738.2,758.4,-3.00731509076132,0,0,17.857142857142858,2.4940143655227454,0,0.13725490196078433,-102.20448088610814,1,0,-86.27450980392157,1,0,-6.15989515072084,32.75747745175498,0,0,0,0,0,0,-0.4874390701162383,0.33569770106211916,-3.921568627450977,0.240587806481882,-22.623529411764707,0,0,4.791617471043921,1.0,-21093081205.59155,-106372545.25722504,0.8493510584627755,-7203023.122593015,0,0,-4.902734678189958,-56.29000967815363,27.85883987556303,1,1,-1.598496240601517,0.23336833265936863,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.9833333333333,770.0,713.0666666666667,-6.890049632631834,1,0,0,none,1,-1.3076923076923077,-0.41899441340782123,0,0.364,0,0,0,-1.6240671080403892,-29.95793705323638,-28.33386994519599,739.2,769.95,848.3833333333333,-6.487434248977209,0,0,25.071428571428573,3.482142857142857,0,0.0410958904109589,-139.4460362941741,1,0,-95.3125,1,0,-6.1277705345501925,21.510704637868557,1,0,1,0,1,0,-0.48577751389862556,-0.6318453649930795,-5.255681818181824,-0.016962509787781396,-70.98529411764707,0,0,8.983398878373334,0.907563025210084,-27783023497.953495,-641589159.7401276,0.7319038647080226,9203106.17175436,1,0,-9.640154520956047,-55.802568101605154,74.95812394684806,1,1,-4.047368421052626,0.7678529990775436,717.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.5,847.0,717.0,-2.6369168356997985,1,0,0,none,1,-5.551724137931035,-1.25,0,0.222,0,0,0,-7.83819881039787,-37.1149453595566,-29.27674654915873,778.0,847.1,898.3166666666667,-9.927989611616105,0,0,48.42857142857143,6.3471260063658494,0,0.21923076923076923,-124.92338674371776,1,0,-70.61855670103093,0,0,-13.295454545454543,29.036800076550847,0,0,0,0,0,0,3.189102564102569,0.5203229079271487,0.6613943416654919,0.15698241480465402,-102.82058823529417,0,0,12.141789983826673,0.05042016806722689,-55615693136.39801,-337858937.61494446,1.4611907837944802,-49691854.0861963,0,0,-2.22448923164245,-49.81207721819578,41.744133575024094,1,1,-8.82706766917292,0.8773886259782295,706.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,below,-17.257,0,0,949.2666666666667,955.2,800.9333333333334,-19.622164477842542,0,0,0,none,1,-4.915254237288136,-7.339449541284404,0,0.25,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.04300885741053156,30.927835051546396,28.275404581757034,30.38676177849675,14.19597371672717,29.23076923076924,25.630496825674168,24.15025790239805,0.12287829695517727,26.32569149815309 -268,2025-12-20 05:48:00,sell,784.0,0.65,45,고점 매도 · 비중 65% · 분할 · leg#45,0.6681426862344418,50.0,-0.3231447093366069,100.0,111.11111111111136,2.3430897823042187,2.6662344916408256,1.027172668304424,783.2,781.65,771.95,0.17271157167531026,0,0,2.5714285714285716,0.32840722495894914,1,1.0,67.17226435536101,0,0,-0.0,0,1,0.5134788189987249,69.1520823944317,0,0,0,0,0,0,-7.692307692307686,-0.04444558160084977,-25.000000000000185,0.6822079460558995,4.347058823529437,0,0,0.8893337831835887,0.36134453781512604,,,0.09919725249469769,38451.53341815621,0,0,,-52.45667793158588,11.946348714924568,0,1,0.1842105263157993,0.2947849702636781,783.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,782.5666666666666,783.0,757.8666666666667,0.05537334412404338,1,0,0,none,1,0.16806722689075632,0.0,0,0.562,0,0,0,0.7173628176907738,56.52173913043478,-0.03276921973881741,122.22222222222257,125.39682539682588,3.75319191317908,3.7859611329178975,2.2732876850598633,783.0,779.15,771.2666666666667,0.494128216646339,0,0,2.2142857142857144,0.28279511038131727,0,1.0,96.4816829887553,0,0,-0.0,0,1,0.38461538461538325,42.970113291376165,0,1,0,1,0,0,-5.016722408026752,-0.0856289152208145,0.0,0.9849276431496514,10.429411764705833,0,0,0.9070981494591034,0.40336134453781514,-13684267434.350195,83882.14206314087,0.21074956233505432,226484.27836998552,0,0,,-52.433863234499455,46.32464312956305,1,1,0.6037593984962376,0.6506761468158395,783.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,764.3333333333333,783.0,754.2,2.4422154382904626,1,0,0,none,1,0.25252525252525254,-0.2554278416347382,0,0.609,0,0,0,0.812185670855296,78.125,1.0092876708018812,100.0,98.45870715435935,4.866171995454806,3.856884324652925,4.485839897528317,780.8,771.2,763.3333333333334,1.4004149377593311,0,0,4.428571428571429,0.5663134819145049,0,1.0,98.62570735650823,0,0,-0.0,0,1,1.822916666666674,37.97979012038816,0,0,0,0,0,0,-2.9560810810810807,-0.1565195472648213,1.5873015873015248,0.9422761298581028,11.970588235294144,0,0,1.624628866267322,0.6470588235294118,-17141254302.482716,-1161094.2669773102,0.21548959674667525,452606.1807007119,0,0,,-52.45140334941662,34.70972471145069,1,1,1.2661654135338418,0.7501486618318947,782.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,763.9166666666667,782.0,748.1666666666666,2.367186647758257,1,0,0,none,1,0.3670886075949367,-0.3836317135549872,0,0.667,0,0,0,0.8945848882327739,60.78431372549019,1.2279431979382398,102.72222222222224,104.01587301587305,5.736257706223569,4.508314508285329,4.0112310280030306,780.8,770.8,758.8333333333334,1.5827711468604067,0,0,6.285714285714286,0.80277321656632,0,1.04,133.68983957219254,0,1,4.0,0,1,3.026315789473677,64.23159271365692,0,0,0,0,0,0,-1.4798372179060308,0.05443338041844914,-0.25396825396825307,0.9619023421883279,15.873529411764707,0,0,2.07588698543001,0.42016806722689076,-16855303141.095638,-379993.3562698364,0.6117650012995847,851109.1770177037,0,0,,-52.36873983832538,12.221297524487865,0,1,0.6857142857142888,0.2754454847478103,783.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,750.4666666666667,782.0,749.7333333333333,4.3350803944212535,0,0,0,none,1,0.711864406779661,-0.2554278416347382,1,0.667,0,0,0,1.0,75.0,1.2215153761697355,104.25824175824152,100.55962555962539,8.299874912468681,7.0783595362989455,4.882538464549546,774.0,762.8,744.5166666666667,2.5170424750917686,0,0,7.5,0.9590792838874681,0,1.0357142857142858,172.33362394652673,0,1,3.8461538461538463,0,1,2.490170380078638,85.4591466187376,0,0,0,0,0,1,2.7777777777777715,0.3458233059149505,1.2820512820512704,1.1025036067605205,19.626470588235293,0,0,1.954927760208435,0.3865546218487395,-19049932951.905945,966982.1596374512,1.3972530874473463,1167875.7222733498,0,0,,-52.33250070723825,41.04728503163487,1,1,1.3939849624060074,0.7844973653171299,784.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.5833333333333,762.0666666666667,710.0,5.7352112676056555,0,0,0,none,1,1.489795918367347,-0.3836317135549872,1,0.75,0,0,0,0.9249918436013502,77.94117647058823,3.1566095823864,94.92063492063505,101.4838864838866,7.793738011871483,4.637128429485083,9.39184239523419,767.2,749.1,748.3,3.991456414363892,0,0,8.285714285714286,1.0636346964973409,0,1.0149253731343284,167.47355208893657,0,1,3.571428571428571,0,1,3.728362183754985,78.9550592873758,0,0,0,1,0,1,6.754735792622128,0.5187148652865994,-9.920634920634896,1.2427044019504334,24.514705882352928,0,0,3.1938876753685475,0.3445378151260504,-21090146669.87136,1763848.0986785889,0.9403740592599921,3018489.2747305036,0,0,,-52.372478999363835,50.42170501866826,1,1,2.7112781954887253,0.8316775981602242,779.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,744.65,766.5,711.3,4.612905391794797,0,0,0,none,1,1.0256410256410255,-0.7702182284980745,1,0.636,1,1,0,5.734965805465336,-20.019549003060774,-25.75451480852611,749.0,758.0,835.6166666666667,1.3192612137203241,0,0,25.214285714285715,3.283110119047619,0,0.796875,65.55981268624916,0,0,2.0,0,1,3.364737550471064,42.17067852013081,0,0,0,0,0,0,1.402019422470893,1.6801575964984998,13.59183673469387,0.5422578668733461,-27.79117647058831,0,0,8.882550543233732,0.8991596638655462,-27774847709.72966,-149108198.6131668,0.5957217282306351,7750107.395379543,0,0,-9.61319654494788,-52.784430022824665,66.45891161182335,1,1,-2.5428571428571343,0.37778698195145255,767.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,738.15,806.3,717.0,4.0438935175777235,1,0,0,none,1,-2.5172413793103448,-1.6927083333333333,1,0.333,0,0,0,-4.834970655023824,-37.04498144602758,-32.210010791003754,765.0,832.1,889.8333333333334,-6.862155990866481,0,0,45.57142857142857,5.880184331797235,0,0.2653846153846154,-68.41163310961986,0,0,-63.49206349206349,0,0,-9.250585480093676,37.277174137863526,0,0,0,0,1,0,6.527093596059103,2.063115657332432,2.5473190421644034,0.26163713803324373,-91.21470588235297,0,0,11.588148895558673,0.03361344537815126,-55608436384.70133,-274449289.84794617,0.7455568071010672,-49691854.0861963,0,0,-2.3672989507653677,-48.91849388561577,40.16740887754206,1,1,-8.60902255639099,0.8771771476252559,756.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,4.934,0,0,943.8,949.6,764.0,-17.88514515787243,1,0,0,none,1,-4.694915254237288,4.0,0,0.25,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,0.6021427434803562,50.2283105022831,87.0612244897959,67.97806772982416,12.915858422914125,26.785714285714278,31.585119729449612,28.75113908080299,0.23749843107401183,26.141390388418053 -269,2025-12-20 06:00:00,sell,783.0,0.35,45,고점 매도 · 비중 35% · 분할 · leg#45,0.4590030716865031,56.52173913043478,-0.3884508111803471,94.44444444444463,109.25925925925957,2.014292769113581,2.402743580293928,1.0912283463633807,783.8,782.35,773.35,-0.044737010289519485,0,0,2.2857142857142856,0.2922908293752283,1,0.6,23.098367184383626,0,0,-66.66666666666666,0,0,-0.25510204081632404,83.66336925853616,0,0,0,0,0,0,-7.114624505928852,-0.1746817457412111,-22.22222222222223,0.49568005399084925,2.855882352941194,0,0,0.9363658101172592,0.4369747899159664,-11556099653.645721,-790966.7607269287,0.28953272134333397,-30533.599949002266,0,0,,-52.51693281618487,10.974287150757743,0,1,0.21578947368422005,0.3577791966918966,782.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,761.95,784.0,759.7,2.6314062602532884,1,0,0,none,1,0.16806722689075632,-0.2557544757033248,0,0.576,-1,0,0,0.6960915189012764,53.846153846153854,-0.12841056940888418,116.66666666666701,118.51851851851899,3.6275472947614844,3.7559578641703686,1.5351566128006833,783.4,780.65,771.9666666666667,0.3010311919554143,0,0,2.2142857142857144,0.28279511038131727,1,1.0,78.91156462585208,0,0,-0.0,0,1,0.256081946222797,36.339687452624325,0,1,0,1,0,0,-4.487179487179475,-0.13680806382765143,0.0,0.8775016644347625,8.94411764705876,0,0,0.9496008271839839,0.4369747899159664,-13684267434.350195,78696.07711410522,0.8761246302924532,216924.4989340119,0,0,,-52.43343688607713,37.28102568258425,1,1,0.39774436090224985,0.6168477482183874,783.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,764.3333333333333,783.0,754.2,2.4422154382904626,1,0,0,none,1,0.2727272727272727,-0.2554278416347382,0,0.636,0,0,0,0.8542460006032649,79.41176470588235,1.0145662366711798,105.00000000000007,101.13756613756617,5.1250921204918995,4.11052588382072,4.734993479728143,782.0,772.05,763.9333333333333,1.6773525030762348,0,0,4.428571428571429,0.5641492265696089,0,1.12,92.50645994832011,0,0,15.0,0,1,2.080624187256186,42.82234937452249,0,0,0,0,0,0,1.286764705882348,0.005278565869298646,5.000000000000071,1.0533804001327556,11.997058823529414,0,0,1.4992841632257181,0.5798319327731093,-17141436270.943361,-1384788.101442337,0.8769212400189681,501865.0372043848,0,0,,-52.26856457036067,35.07927386148765,1,1,1.4127819548872034,0.8363897076886748,784.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,763.9166666666667,782.0,748.1666666666666,2.759899640013086,0,0,0,none,1,0.4430379746835443,-0.25477707006369427,1,0.684,1,0,0,0.8945848882327739,60.78431372549019,1.2279431979382398,102.72222222222224,104.01587301587305,5.736257706223569,4.508314508285329,4.0112310280030306,780.8,770.8,758.8333333333334,1.5827711468604067,0,0,6.285714285714286,0.80277321656632,0,1.04,133.68983957219254,0,1,4.0,0,1,3.026315789473677,64.23159271365692,0,0,0,0,0,0,-1.4798372179060308,0.05443338041844914,-0.25396825396825307,0.9619023421883279,15.873529411764707,0,0,2.07588698543001,0.42016806722689076,-16855303141.095638,-379993.3562698364,0.6117650012995847,851109.1770177037,0,0,,-52.36873983832538,12.221297524487865,0,1,0.6857142857142888,0.2754454847478103,783.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,750.4666666666667,782.0,749.7333333333333,4.3350803944212535,0,0,0,none,1,0.711864406779661,-0.2554278416347382,1,0.667,0,0,0,1.0,75.0,1.2215153761697355,104.25824175824152,100.55962555962539,8.299874912468681,7.0783595362989455,4.882538464549546,774.0,762.8,744.5166666666667,2.5170424750917686,0,0,7.5,0.9590792838874681,0,1.0357142857142858,172.33362394652673,0,1,3.8461538461538463,0,1,2.490170380078638,85.4591466187376,0,0,0,0,0,1,2.7777777777777715,0.3458233059149505,1.2820512820512704,1.1025036067605205,19.626470588235293,0,0,1.954927760208435,0.3865546218487395,-19049932951.905945,966982.1596374512,1.3972530874473463,1167875.7222733498,0,0,,-52.33250070723825,41.04728503163487,1,1,1.3939849624060074,0.7844973653171299,784.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,739.5833333333333,762.0666666666667,710.0,5.7352112676056555,0,0,0,none,1,1.489795918367347,-0.3836317135549872,1,0.75,0,0,0,0.9249918436013502,77.94117647058823,3.1566095823864,94.92063492063505,101.4838864838866,7.793738011871483,4.637128429485083,9.39184239523419,767.2,749.1,748.3,3.991456414363892,0,0,8.285714285714286,1.0636346964973409,0,1.0149253731343284,167.47355208893657,0,1,3.571428571428571,0,1,3.728362183754985,78.9550592873758,0,0,0,1,0,1,6.754735792622128,0.5187148652865994,-9.920634920634896,1.2427044019504334,24.514705882352928,0,0,3.1938876753685475,0.3445378151260504,-21090146669.87136,1763848.0986785889,0.9403740592599921,3018489.2747305036,0,0,,-52.372478999363835,50.42170501866826,1,1,2.7112781954887253,0.8316775981602242,779.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,744.65,766.5,711.3,4.612905391794797,0,0,0,none,1,1.0256410256410255,-0.7702182284980745,1,0.636,1,1,0,5.734965805465336,-20.019549003060774,-25.75451480852611,749.0,758.0,835.6166666666667,1.3192612137203241,0,0,25.214285714285715,3.283110119047619,0,0.796875,65.55981268624916,0,0,2.0,0,1,3.364737550471064,42.17067852013081,0,0,0,0,0,0,1.402019422470893,1.6801575964984998,13.59183673469387,0.5422578668733461,-27.79117647058831,0,0,8.882550543233732,0.8991596638655462,-27774847709.72966,-149108198.6131668,0.5957217282306351,7750107.395379543,0,0,-9.61319654494788,-52.784430022824665,66.45891161182335,1,1,-2.5428571428571343,0.37778698195145255,767.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,738.15,806.3,717.0,4.0438935175777235,1,0,0,none,1,-2.5172413793103448,-1.6927083333333333,1,0.333,0,0,0,-4.834970655023824,-37.04498144602758,-32.210010791003754,765.0,832.1,889.8333333333334,-6.862155990866481,0,0,45.57142857142857,5.880184331797235,0,0.2653846153846154,-68.41163310961986,0,0,-63.49206349206349,0,0,-9.250585480093676,37.277174137863526,0,0,0,0,1,0,6.527093596059103,2.063115657332432,2.5473190421644034,0.26163713803324373,-91.21470588235297,0,0,11.588148895558673,0.03361344537815126,-55608436384.70133,-274449289.84794617,0.7455568071010672,-49691854.0861963,0,0,-2.3672989507653677,-48.91849388561577,40.16740887754206,1,1,-8.60902255639099,0.8771771476252559,756.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,4.934,0,0,943.8,949.6,764.0,-17.88514515787243,1,0,0,none,1,-4.694915254237288,4.0,0,0.25,0,0,0,0,1,0,1,0.0,0.25,-0.333,0,0.6021427434803562,50.2283105022831,87.0612244897959,67.97806772982416,12.915858422914125,26.785714285714278,31.585119729449612,28.75113908080299,0.23749843107401183,26.141390388418053 -270,2025-12-21 22:54:00,buy,741.0,0.192,46,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#46,0.13054871371111124,21.73913043478261,-0.7814011780974903,-2.7777777777776094,5.01089324618763,-5.490070973133243,-4.708669795035752,3.5993574346436006,743.8,752.0,762.2,-1.3297872340425565,0,0,3.142857142857143,0.4235656526761648,0,0.0,-109.62962962963098,1,0,-100.0,1,0,-1.7218543046357615,6.296435628988533,0,0,0,0,0,0,-3.2608695652173907,0.08850159333884644,-8.333333333333334,-0.2006062133998251,-13.302941176470654,0,0,1.1815750925798545,0.9495798319327731,-11565780707.426353,-3632849.46509552,0.5756716244002915,-562685.9492657781,0,0,,-54.874353424154855,60.59327434254026,1,1,-1.0932330827067755,0.9135407484227811,742.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,755.0333333333333,776.0,742.0,-1.7261931040572165,1,0,0,none,1,-0.226890756302521,-0.13477088948787064,0,0.387,0,0,0,0.05470361339099095,10.344827586206904,-1.5375609119175957,1.1441647597257463,6.184543484315128,-6.32835408522817,-4.790793173310575,4.49346677797524,745.4,757.15,767.0833333333334,-2.000924519580005,0,0,4.857142857142857,0.6546014632268001,0,-0.043478260869565216,-125.22522522522492,1,0,-105.26315789473684,1,0,-2.752293577981646,3.2570630058157377,0,0,0,0,0,0,0.3448275862069039,-0.002587199306557153,-4.928989139515455,-0.16347545175173314,-17.126470588235293,0,0,1.0851430785944949,0.9663865546218487,-13695752767.210001,-1900599.8062896729,0.6625630915055705,-1213134.8710443377,0,0,,-54.852703060518536,53.380660405748486,1,1,-1.376691729323312,0.9169264691684464,743.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.8499999999999,776.0,743.0,-3.4922286531833158,0,0,0,none,1,-0.29292929292929293,-0.2695417789757413,0,0.391,0,0,0,0.0,0.0,-2.5998261916018777,9.611111111111187,14.277777777777837,-6.144081951030898,-3.5442557594290207,4.675328812650244,749.0,762.95,767.6833333333333,-2.7459204403958326,0,0,5.5,0.7412398921832885,0,0.0,-172.22697462218363,1,0,-100.0,1,0,-3.25945241199479,4.976482462193005,0,0,0,0,0,0,0.0,-0.28743835503908954,-8.333333333333334,-0.33121660735124886,-19.94117647058829,0,0,1.0428119601948584,1.0,-17161228334.764738,-9983014.30033493,1.0988595143638833,-1650228.0705541596,0,0,,-54.81119977870986,65.85397434408006,1,1,-1.3270676691729504,0.7750999159767781,742.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.6333333333334,776.0,742.0,-3.465024502363512,1,0,0,none,1,-0.43037974683544306,-0.2695417789757413,0,0.304,-1,0,0,0.0,7.692307692307679,-2.72236595042026,16.453757313972368,21.155939507194,-4.920835467359552,-2.198469516939292,4.647865625920349,754.4,766.95,769.25,-3.1227589803768274,0,0,6.142857142857143,0.8267640838300329,0,0.030303030303030304,-212.25710014947674,1,0,-96.29629629629629,1,0,-3.255208333333337,3.270240539832855,0,0,0,0,0,0,-1.3986013986014143,-0.639732232948623,-12.098765432098766,-0.3268549038360504,-17.08235294117651,0,0,1.3081198168919095,0.9915966386554622,-16878112773.672503,-7027849.217538834,1.7386571208703603,-1086886.1604427248,0,0,,-54.729948560469936,41.39737936641961,1,1,-1.313533834586475,0.7603776165620323,742.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,768.65,774.5,742.0,-3.3370194496845085,1,0,0,none,1,-0.6610169491525424,-0.2691790040376851,0,0.316,-1,-1,0,0.0,26.829268292682926,-1.5680909278015331,38.11111111111089,32.28571428571411,-2.8426079006883356,-1.2745169728868024,2.9317075184988246,763.0,768.35,773.0333333333333,-2.3882345285351714,0,0,6.285714285714286,0.8380952380952381,0,0.25,-341.4269704893545,1,0,-75.0,0,0,-2.849740932642486,21.28549369175832,0,0,0,0,0,0,-14.550042052144669,-1.004770055810049,4.166666666666664,-0.21175778702815792,-12.297058823529369,0,0,1.7668753628817249,0.6386554621848739,-19079672469.367035,-13145049.198600769,3.307055379314374,-3284625.7028109133,0,0,,-54.21032000649259,34.22201728224093,1,1,-0.2082706766917252,0.04787235701901271,742.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,772.2166666666667,779.0,743.2333333333333,-2.876999115101553,1,0,0,none,1,-0.5306122448979592,-0.26666666666666666,0,0.375,-1,-1,1,0.12488325366637422,31.372549019607845,-0.9437469852863083,44.741532976827216,55.43672014260262,-1.0357209389891295,-0.09197395370282127,3.1590242918338194,770.2,772.15,766.5,-1.1850029139415907,0,0,8.571428571428571,1.1233851338700618,0,0.5675675675675675,-248.7391759444278,1,0,-36.36363636363637,0,0,0.1312335958005173,24.424889354066153,0,0,0,0,0,0,-7.843137254901954,-0.35188884814855526,-8.199643493761137,0.2789748314242327,-8.491176470588243,0,0,1.7275816784452678,0.15126050420168066,-21168193095.5,-45536756.76018524,4.605865800511794,-1824410.0926835835,0,1,,-53.276625567628,26.61140557990233,1,1,-0.6368421052631545,0.3817176867581167,742.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,773.45,777.7666666666667,748.1666666666666,-1.351089275324846,1,0,0,none,1,-0.3076923076923077,-0.2621231979030144,0,0.5,0,0,1,4.22334721713762,-4.526920831740426,-8.750268048878047,771.8,758.55,811.55,1.377628369916284,0,0,13.642857142857142,1.7741036596693294,0,0.896551724137931,-17.165005537098533,0,0,-20.689655172413794,0,0,0.13020833333332593,70.80191679581031,0,0,0,1,0,1,1.5763135946622242,-0.6163860739675844,-10.919540229885044,0.4978075338239184,2.4117647058823195,0,0,5.96503360732542,0.23529411764705882,-27860048167.33883,-85200457.609169,1.4382505844990006,6881596.213042736,0,0,-4.41394821784492,-52.649240203005576,22.354234866572806,0,1,2.3406015037593892,0.49736124350357347,746.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,760.7333333333333,781.0,717.0,1.0866707562877886,1,0,0,none,1,-0.8620689655172413,-0.7802340702210664,0,0.429,0,0,0,-2.4426068543437225,-36.474632436366846,-34.032025582023124,764.2,817.75,882.3166666666667,-5.227759095077955,0,0,45.714285714285715,5.8986175115207375,0,0.34328358208955223,-80.10521281683408,0,0,-58.68263473053892,0,0,-2.2698612862547263,36.96421639464686,0,0,1,0,1,0,1.2669377963528632,2.402845455390043,4.150461962672598,0.319152998715776,-81.70588235294122,0,0,9.698654904181959,0.008403361344537815,-55713140166.44168,-186528792.14953613,0.5921629630989559,7937736.834950328,1,0,-1.8485046902138815,-48.83880816788676,34.940073438967076,1,1,-8.193233082706767,0.8842964130825064,740.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,7.399,0,0,896.45,950.1666666666667,764.6,-13.547883317530262,1,0,0,none,1,-2.152542372881356,-0.7741935483870968,0,0.286,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.6330548676529677,73.39449541284404,77.29885057471265,87.9310344827586,10.353836685700292,27.467811158798284,33.92579919526026,31.76208538576584,0.29265874288779853,25.21330857104328 -271,2025-12-24 23:36:00,buy,708.0,0.201,46,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46,0.17469169640796692,39.99999999999999,-0.15590346891086587,19.444444444444613,28.703703703703965,-0.4702913165986047,-0.3143878476877388,0.7117254666142827,712.2,712.65,713.8833333333333,-0.23153020416754044,0,0,1.2857142857142858,0.18083182640144668,0,0.25,-148.71794871794626,1,0,-75.0,0,0,-0.42016806722688926,31.645517967575927,0,0,0,0,0,0,-4.444444444444443,-0.08738941895385066,-8.333333333333332,0.12802806204726144,-1.5235294117647982,0,0,0.4757040657245726,0.6554621848739496,,,1.0185249267938894,-61315.07964477688,0,0,,-56.56607029710903,24.97732426303855,0,1,0.0473684210526243,0.04884141614264792,710.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.1,714.2,711.0,-0.014062719730001394,1,0,0,none,1,-0.01680672268907563,0.0,0,0.483,-1,0,0,0.15821189650970172,39.99999999999999,-0.1911846900139868,41.666666666667005,58.333333333333826,-0.496501897598705,-0.3053172075847182,0.9025149486961174,712.4,713.2,713.2333333333333,-0.3084688726864848,0,0,2.0714285714285716,0.29134016475788627,0,0.25,-147.67932489451906,1,0,-75.0,0,0,0.0,18.41040351719957,1,0,1,0,1,0,-2.857142857142861,-0.08808196332481005,-16.66666666666667,0.24989956552189463,-2.047058823529369,0,0,0.5328258061287653,0.42016806722689076,-13726387635.524738,-756146.2479076385,4.649063383063638,-253002.50463711843,0,0,,-56.544121664442834,34.50882450882451,1,1,-0.13684210526316126,0.25310226786477463,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.1,716.0,710.0,-0.014062719730001394,1,0,0,none,1,-0.010101010101010102,-0.5625879043600562,0,0.542,-1,0,1,0.1909428762728691,42.857142857142854,-0.16502262482588795,58.33333333333341,61.11111111111115,-0.2920797672379649,-0.12705714241207697,0.8385442901537514,713.0,713.85,713.9166666666666,-0.2591580864327314,0,0,2.4285714285714284,0.341091492776886,0,0.25,-183.0251303935527,1,0,-75.0,0,0,-0.5586592178770999,19.306219052419124,0,0,0,0,0,0,-7.142857142857146,-0.08074085519099747,-8.333333333333336,0.3353864114160733,-1.0882352941176805,0,0,0.5401780501877621,0.008403361344537815,-17207463990.16585,-2601029.2883911133,4.65608062307765,-790221.2394676656,0,0,,-56.44357740998566,37.20648399219828,1,1,-0.0308270676691841,0.014852053753683925,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,724.6166666666666,724.9333333333333,711.0,-1.7411504933642963,1,0,0,none,1,-0.24050632911392406,-0.5617977528089888,0,0.348,-1,0,1,0.3237398759839841,53.33333333333333,0.09754035596724009,50.0,41.66666666666671,-0.6749328954357452,-0.7724732514029853,0.9148773641940885,712.6,713.15,717.5333333333333,-0.1612563976722936,0,0,2.2857142857142856,0.32102728731942215,0,0.25,-74.28571428571338,0,0,-75.0,0,0,-0.14025245441795509,26.606544354886395,1,0,0,0,0,0,0.0,-0.11031350154914676,8.333333333333336,0.31967804373680164,-1.4382352941177032,0,0,0.6715907220366001,0.20168067226890757,-16942210990.324482,-2563844.683889389,4.080785087975836,-787462.4812170118,0,0,,-56.423355987755386,8.053058053058047,0,1,0.0984962406015006,0.1276261871295442,712.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,723.65,724.0333333333333,711.0,-1.609894285911695,1,0,0,none,1,-0.423728813559322,-1.1235955056179776,0,0.273,0,0,1,0.2519641871368718,41.17647058823529,0.750054586511884,41.66666666666644,72.22222222222204,-3.2697777161575914,-4.019832302669475,0.9321467350590791,714.0,713.65,727.1833333333333,-0.23120577313808788,0,0,2.857142857142857,0.40128410914927776,1,0.25,-135.13513513512856,1,0,-75.0,0,0,-0.2801120448179262,28.423979196836356,1,0,1,0,0,0,-5.882352941176471,-0.1084824046859092,-33.333333333333336,0.19636221580700405,-5.752941176470586,0,0,0.9143203767402162,0.0,-19172572000.211754,-2529543.6663742065,2.4403960083197385,-1194918.8895984292,0,0,,-56.33418286828484,34.9836831965988,1,1,-0.06390977443608738,0.051687258107226075,712.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.4666666666667,739.0,711.0,0.07496251874061777,1,0,0,none,1,-0.42857142857142855,-0.7022471910112359,0,0.2,0,0,1,0.28482438798993864,26.08695652173914,0.20109937223772434,20.490620490620625,11.495911495911628,-7.580704472111847,-7.781803844349572,6.30107842395594,712.8,722.8,742.7166666666667,-1.3558384061981177,0,0,6.785714285714286,0.9517130835503906,0,0.07692307692307693,-71.19741100323644,0,0,-71.42857142857143,0,0,-1.109570041608876,9.512218714301824,0,0,1,0,1,0,-1.8200202224468995,0.19780998391949467,9.523809523809527,0.20687031136553527,-15.173529411764775,0,0,2.3573525881516435,0.4117647058823529,-21272768872.304817,-18080511.39781189,1.1609686035940523,-957198.980039835,0,0,-3.3325100521982547,-56.141829089198666,55.29038260164274,1,1,-1.741353383458645,0.8186453467217898,712.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,718.3333333333333,751.0,711.0,-0.7424593967517268,1,0,0,none,1,-1.0256410256410255,-0.7012622720897616,0,0.222,0,0,0,-3.864006855827551,-13.465056008978422,-9.601049153150871,723.6,747.75,771.0833333333334,-4.914744232698098,0,0,14.285714285714286,2.0092425155716294,0,0.0,-148.85019469546666,1,0,-100.0,1,0,-6.69291338582677,18.133015540013915,0,0,0,0,0,0,-3.296703296703299,-0.3286982669606964,-12.592592592592592,-0.055997544668665314,-33.02647058823527,0,0,3.9111609997896357,0.01680672268907563,-28050614791.460304,-166477402.87805176,0.8489349110679023,-17211173.18880233,0,0,-4.567626175996499,-56.026415441490876,32.05504098748151,1,1,-2.603759398496243,0.6877030695948201,711.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,752.5999999999999,772.8666666666667,711.0,-5.527504650544768,1,0,0,none,1,-1.7586206896551724,-0.7032348804500703,0,0.333,0,0,0,-0.5441383566216942,-35.62484387771656,-35.08070552109486,742.8,776.5,865.3666666666667,-5.859626529298135,0,0,40.0,5.471956224350205,0,0.1497005988023952,-134.01621852326068,1,0,-75.96153846153845,0,0,-4.193971166448229,27.530324016696795,1,0,1,0,1,0,2.3039518369867125,0.3276493384734067,2.3755656108597236,0.20603542700070535,-79.27647058823527,0,0,12.469993588224781,0.15126050420168066,-56116608431.83568,-500915295.43766785,0.9700044025161626,0.0,0,0,-2.456748375125545,-51.38224226380817,44.17749915239143,1,1,-5.524812030075195,0.746942388169135,707.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,0,below_cloud,below,-3.652,0,0,886.6833333333334,950.1666666666667,735.3,-17.55794064021353,0,0,0,none,1,-3.440677966101695,-0.6839945280437756,0,0.25,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.0053899224454340335,21.978021978021985,5.256410256410255,16.605217585609747,9.936603509975782,39.329268292682926,30.769230769230756,33.85495223730516,0.1992238268283563,19.48168456134397 -272,2025-12-26 08:36:00,buy,704.0,0.202,46,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46,0.26296938876230397,41.66666666666667,0.2159125367818504,59.259259259259416,60.71169208424132,-4.637660368278716,-4.853572905060567,3.8273019393441814,712.8,716.5,728.5833333333334,-0.9071877180739651,0,0,2.7857142857142856,0.3923541247484909,0,0.16666666666666666,-116.24441132637952,1,0,-55.55555555555556,0,0,0.14104372355430161,36.76451533493518,0,0,0,0,0,0,4.629629629629626,-0.11667738172872255,-7.407407407407241,-0.127753704841547,-11.308823529411711,0,0,1.271107242905474,1.0,,,1.330962031996541,-144293.27991446853,0,1,,-56.56093702868641,40.98152968923646,1,1,-0.8090225563909658,0.4874066465155068,706.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,709.6166666666667,737.0,709.1,0.05401977593535445,1,0,0,none,1,-0.16806722689075632,0.0,0,0.438,0,-1,0,0.14842020890111476,14.705882352941174,-1.021328841312389,19.268077601411296,20.36804669654965,-6.120835311311339,-5.09950646999895,5.84324861149214,713.4,722.85,731.2333333333333,-2.054368126167261,0,0,5.928571428571429,0.8373688458434222,0,0.15151515151515152,-109.73256134546476,1,0,-81.48148148148148,1,0,-2.613480055020634,16.815918887273824,0,0,0,0,0,0,-1.4231499051233385,-0.10369241854562894,-2.9180695847362514,-0.01873420513422167,-16.285294117647027,0,0,1.6361355311602614,1.0,,,1.6210660411431042,-692301.1573430337,0,0,,-56.66181901428027,51.00092048304589,1,1,-1.6308270676691745,0.8348313492186723,703.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,736.4333333333334,737.0,708.6666666666666,-3.8609514325804617,0,0,0,none,1,-0.1717171717171717,0.0,0,0.484,0,0,0,0.07095516594533693,21.05263157894737,-2.5209133971948745,16.477272727272823,6.502525252525319,-5.14340594652117,-2.622492549326296,5.287376776023844,713.6,729.55,731.05,-2.268521691453629,0,0,6.142857142857143,0.8615507914245643,0,0.3125,-156.2651185292702,1,0,-68.75,0,0,-3.125,26.53682851452588,0,0,0,0,0,0,-2.476780185758514,0.06725779736383686,11.931818181818183,-0.038686061492856846,-20.06764705882358,0,0,1.9457639003091325,1.0,,,3.6978823468223414,-1602366.3292689025,0,0,,-56.31625188765982,44.48896261959777,1,1,-1.2879699248120393,0.6243222731834552,703.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.5,735.8666666666667,705.2666666666667,0.21082220660575413,1,0,0,none,1,-0.20253164556962025,0.0,0,0.455,0,0,1,0.0,20.930232558139537,-2.7868726722705714,8.88888888888889,20.63973063973069,-3.8035869017592177,-1.0167142294886462,4.500472722492213,719.6,731.5,730.9,-2.5290498974709474,0,0,6.5,0.9116409537166901,0,0.25806451612903225,-207.29049229612792,1,0,-73.33333333333333,0,0,-2.9931972789115635,14.992977337054427,0,0,0,0,0,0,-4.6511627906976685,-0.26920119396262043,-10.80808080808081,-0.08939281045534332,-17.426470588235247,0,0,1.858860941569302,1.0,-16970671023.33224,-10322373.953956604,4.1085949100905275,-1965965.915485546,0,0,,-56.29600505680792,31.112476931804657,1,1,-0.9789473684210532,0.4951785057048217,705.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,735.4833333333333,736.0,706.0333333333333,-3.056946679054595,1,0,0,none,1,-0.3728813559322034,-0.2805049088359046,0,0.273,0,0,1,0.0,27.450980392156865,-2.3496851644642938,34.15343915343892,81.59611992945308,-1.7048207426780664,0.6448644217862274,3.938580529238308,725.6,730.5,727.4166666666666,-2.3956194387405927,0,0,7.071428571428571,0.9917852133840913,0,0.2222222222222222,-225.6464753808003,1,0,-77.77777777777779,0,0,-2.9931972789115635,7.80304224253139,0,0,0,0,0,0,0.0,-0.7776307942152121,-50.92592592592593,-0.07383970892788923,-10.397058823529392,0,0,2.5293982553689465,0.9915966386554622,-19195152683.739998,-11118918.239086151,4.709457841107459,-83630.0003863275,0,0,,-56.20453959622935,18.041551464746835,0,1,-0.1924812030075354,0.025063676485211017,707.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,733.55,734.0,707.0,-2.801445027605476,1,0,0,none,1,-0.24489795918367346,-0.5610098176718092,0,0.538,0,0,1,0.0,32.89473684210526,-1.1316078084791412,81.17283950617298,112.4279835390948,1.0044804656216684,2.1360882741008096,3.219337856099868,731.4,731.3,726.1,-2.6391357855872988,0,0,10.0,1.4044943820224718,0,0.18518518518518517,-333.3333333333342,1,0,-81.48148148148148,1,0,-2.732240437158473,32.55705510820326,0,0,0,0,1,0,-19.832535885167466,-1.6279840327525945,-45.67901234567903,0.06354202618093155,-0.05588235294123933,0,1,3.257448821377471,1.0,-21308149755.47966,-19960403.90063095,3.6198879816686405,-1107430.723608464,0,0,,-56.1350495369547,11.259568927926923,0,1,-0.11127819548872539,0.012510766432947351,707.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,733.55,734.0,707.0,-2.9377683866130377,1,0,0,none,1,-0.05128205128205128,-0.5617977528089888,0,0.571,-1,-1,1,0.9912037308920993,-9.398742901323658,-10.389946632215757,726.2,730.75,753.5833333333334,-2.5658569962367483,0,0,14.142857142857142,1.9863563402889244,0,0.029411764705882353,-88.94702419882213,0,0,-95.23809523809523,1,0,-0.2801120448179262,27.453700800034667,1,0,1,0,1,0,-3.7155963302752397,-0.9937713509553561,-15.696649029982368,0.14779976784046167,-20.30882352941171,0,0,4.305893276280114,0.20168067226890757,-28089130855.027252,-39763088.60026932,2.0903477621681614,-3759059.2884269953,0,0,-4.460635372388085,-55.88195876877321,41.60766589769936,1,1,-1.5947368421052697,0.41171405783035286,714.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,713.8,765.1333333333333,711.0,-0.25217147660407946,1,0,0,none,1,-1.7241379310344827,-3.089887640449438,0,0.2,0,-1,1,0.8704357669488374,-34.34864121887938,-35.21907698582822,722.2,754.1,851.3833333333333,-3.7262962471820704,0,0,27.071428571428573,3.728846910665093,0,0.21495327102803738,-115.64147627416516,1,0,-72.61904761904762,0,0,-6.322580645161291,34.89553770121826,1,0,1,0,0,0,1.6315703224220641,1.192678084482651,3.35775335775336,0.1958996233790305,-78.5617647058823,0,0,11.440104847440777,0.07563025210084033,-56153208897.42719,-440068730.9855118,0.9121215507883149,7925903.735474348,1,0,-2.0272282605138976,-51.512750311214674,53.27653021795852,1,1,-4.112781954887219,0.7237552050995726,703.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,below_cloud,below,-3.934,0,0,885.5333333333333,949.6666666666667,712.8666666666667,-18.015508544756454,1,0,0,none,1,-3.4745762711864407,-1.790633608815427,0,0.25,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.1812016396540181,41.28440366972477,63.492063492063494,70.31158142269254,8.048526326961339,44.16403785488959,17.57789535567312,16.29075656853433,0.25437505465226223,15.170675119771152 -273,2025-12-27 01:54:00,buy,711.0,0.2,46,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#46,0.14803242205025852,42.857142857142854,0.05892329150485304,50.00000000000017,61.11111111111138,-0.38396429527824694,-0.4428875867831,0.51563898107881,716.2,716.3,718.8666666666667,-0.1814882032667775,0,1,1.1428571428571428,0.15984015984015984,1,0.0,-74.74747474747566,0,0,-100.0,1,0,-0.41782729805014407,45.72500879636455,0,0,0,0,0,0,-7.142857142857146,-0.10388069963321883,-16.66666666666667,0.20656996273001396,-0.20294117647063104,0,0,0.5847608873031113,0.6638655462184874,-11603178216.286278,,0.6655381144624029,-9324.058295369148,0,0,,-56.20277698497963,22.696351267779843,0,1,-0.01804511278195473,0.013366750208826605,715.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,714.75,726.5,712.5,0.034977264777902306,1,0,0,none,1,-0.10084033613445378,-0.13986013986013987,0,0.457,-1,-1,0,0.7419951353148072,55.55555555555556,0.3995697735660819,133.33333333333368,111.11111111111138,-1.0921915812488123,-1.4917613548148942,0.6927601798432076,716.2,715.8,721.35,0.16764459346185756,0,0,1.2857142857142858,0.17931858936043038,0,1.3333333333333333,82.43727598566387,0,0,100.0,0,1,0.0,36.08000426611114,1,0,1,0,1,0,11.111111111111121,0.05861262159925684,33.333333333333684,0.5330111587949364,-2.02647058823527,0,0,0.7459364759720019,0.773109243697479,-13746753877.39407,-27672.25867843628,0.4712819015776272,20173.78156541288,0,0,,-56.059309069766606,15.928996736714558,0,1,0.10375939849623053,0.24518488000824012,715.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,716.0333333333333,727.0,713.9333333333333,0.13500302592990288,1,0,0,none,1,-0.09090909090909091,-0.2789400278940028,0,0.273,0,0,0,0.37571341788901486,27.77777777777777,0.02132367426742965,58.33333333333342,37.592592592592645,-2.2980015279260897,-2.3193252021935193,2.6842104523217487,716.4,719.4,723.8666666666667,-0.33361134278565574,0,0,3.7857142857142856,0.5279936242279338,0,0.4,-89.23884514435854,0,0,20.0,0,1,0.13966480446927498,12.12671422435487,0,0,0,0,0,0,5.555555555555557,0.15170471965872245,31.666666666666668,0.389803730770508,-5.926470588235247,0,0,0.7729625950473531,0.36134453781512604,-17245603563.74641,-1879300.5101623535,1.1471887564741892,242518.3939859569,0,0,,-56.01895503960299,50.788982259570496,1,1,-0.6586466165413476,0.6515068158200383,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,725.35,732.0,713.1,-1.1511684014613666,1,0,0,none,1,-0.06329113924050633,-0.1394700139470014,0,0.385,0,0,0,0.24291910603723255,26.08695652173914,-0.6068979016959046,25.793650793650794,25.264550264550312,-2.748199566769358,-2.1413016650734535,2.777869374330796,716.0,721.15,724.4833333333333,-0.7141371420647524,0,0,3.7857142857142856,0.5287310454908221,0,0.35714285714285715,-106.63961221959165,1,0,-64.28571428571429,0,0,-1.2413793103448256,22.34876275270193,0,0,0,0,0,0,-3.0797101449275317,0.16699871011053413,0.7936507936507944,0.24714280414211245,-7.382352941176464,0,0,0.9110029247378257,0.21008403361344538,-16984304150.099054,-6666025.45807457,0.9985334880314857,-1322391.7552867085,0,0,,-56.06066399799074,36.94649024773248,1,1,-0.6879699248120309,0.6604684515822132,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,725.35,732.0,712.4,-1.289032880678298,1,0,0,none,1,0.06779661016949153,-0.13966480446927373,0,0.5,0,0,0,0.07910456514650073,30.769230769230774,-1.1811853413502569,15.238095238095001,18.41269841269823,-2.2389164999041213,-1.0577311585538645,2.6577385517777925,717.6,724.1,726.0,-1.1186300234774182,0,0,4.214285714285714,0.5885873902633679,0,0.25,-179.0149892933644,1,0,-64.28571428571429,0,0,-1.104972375690605,24.746033885669718,0,0,0,0,0,0,0.0,-0.016443297002712853,8.571428571428571,0.12137044820692913,-7.82941176470581,0,0,1.4495432108395858,0.5714285714285714,-19220337945.84506,-8594946.152114868,0.7800490895605465,-1871135.9734400213,0,0,,-55.97151217963208,26.89973407862332,1,1,-0.6315789473684109,0.603144970201767,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,707.45,734.0,707.0,1.2085659763940937,1,0,0,none,1,-0.3877551020408163,-0.13966480446927373,0,0.375,0,0,0,0.31274845357062453,54.54545454545455,-0.7936817388716034,38.56209150326811,58.2590612002378,-1.4297047600348378,-0.6360230211632344,4.651539050845688,721.8,723.3,723.1666666666666,-0.8710078805474808,0,0,7.428571428571429,1.0360629607491532,0,0.37037037037037035,-89.48663853727196,0,0,-66.66666666666666,0,0,-1.9151846785225746,48.0854762471619,1,0,0,0,0,0,0.0,-0.31504288815101456,-16.666666666666664,0.2587989013559407,-6.664705882352905,0,0,3.620364727617081,0.9243697478991597,-21330655916.69628,-22161882.949558258,0.3940186331887817,-297566.2253753841,0,0,-2.7051591944530107,-55.77812496965957,13.933752545394285,0,1,0.04661654135338305,0.001075072743606742,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,707.45,734.0,707.0,1.3499187221711617,1,0,0,none,1,-0.07692307692307693,-0.1394700139470014,0,0.6,0,0,0,1.2607109909729513,-7.5228064714075344,-8.783517462380486,722.6,725.6,748.8666666666667,-1.3230429988974723,0,0,13.928571428571429,1.9453312051077414,1,0.23809523809523808,-61.27509799216051,0,0,-73.33333333333333,0,0,-1.2413793103448256,41.8932512848764,1,0,1,0,1,0,-3.459841129744035,-0.6925595771053299,-22.3611111111111,0.2564086052531884,-15.664705882352905,0,0,4.704401861657778,0.2605042016806723,-28108711411.389343,-54149281.800136566,0.8323819434318372,-2951262.3981802166,0,0,-3.9730442180852545,-55.598245162173576,34.9003147788203,1,1,-0.37593984962406596,0.047495938147369854,716.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,713.6,763.0,711.0,0.33632286995515237,1,0,0,none,1,-1.1724137931034482,-1.536312849162011,0,0.25,0,0,0,2.450880518842858,-31.841660695516794,-34.29254121435965,719.8,746.5,843.5833333333334,-2.612190221031485,0,0,26.5,3.645116918844567,1,0.22429906542056074,-72.9087692696488,0,0,-69.62025316455697,0,0,-5.706874189364464,29.976613792019208,1,0,1,0,0,0,-0.3521926834810216,1.1956179518114425,4.967852119750855,0.26236188624906354,-66.29411764705878,0,0,11.510373649874527,0.09243697478991597,-56146055446.08244,-449997458.4126129,0.45517056188845445,7925903.735474348,1,0,-2.1549226542781854,-51.39119689847262,56.225761951177674,1,1,-3.5563909774436233,0.6580756327090316,710.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,0,0,19,impulse_late,unknown,none,below_cloud,above,4.449,0,0,717.8,949.6666666666667,712.8666666666667,1.2816940651992237,1,0,0,none,1,-4.271186440677966,2.613480055020633,0,0.25,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.2648271992553611,50.909090909090914,85.97222222222223,90.29761904761904,5.6258334072148335,42.592592592592595,24.412296564195287,20.478212121437608,0.3120384563317319,13.897471631972309 -274,2026-01-01 02:54:00,buy,689.0,0.206,46,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#46,0.07079754677143452,39.99999999999999,0.2724385380762233,11.11111111111128,22.22222222222248,-2.522178361437227,-2.7946168995134504,0.7405065259445975,690.6,692.2,702.05,-0.31782721756717924,0,0,1.6428571428571428,0.23809523809523808,1,0.0,-84.34430964760458,0,0,-100.0,1,0,-0.5763688760806907,43.50572393808937,0,0,0,0,0,0,3.636363636363633,-0.04697792257629807,-11.111111111111109,0.023573204802215145,-4.770588235294099,0,0,0.5645092616215411,0.5966386554621849,-11629431762.848324,-423693.37794303894,1.1965064389393745,-134681.63302462548,0,0,,-57.51481563008303,27.510636937881518,1,1,-0.09774436090224105,0.20363408521304371,691.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,709.3499999999999,713.4,690.0,-2.7278494396278163,1,0,0,none,1,-0.19327731092436976,-0.2898550724637681,0,0.261,0,0,0,0.2985854656160298,31.578947368421055,0.14477709306767306,31.746031746032102,21.560846560847125,-4.203696270412706,-4.348473363480379,3.460471687415059,691.8,695.85,706.3333333333334,-0.6969892936696143,0,0,2.5,0.361794500723589,0,0.058823529411764705,-64.6153846153861,0,0,-66.66666666666666,0,0,-0.14450867052022698,43.660029293083795,1,0,1,0,1,0,1.5789473684210549,0.06068977479810389,11.11111111111111,0.015300507193717294,-9.361764705882365,0,0,1.1567736429514544,0.8907563025210085,-13790321233.324234,-670201.120546341,0.45127944107327883,-196682.35041165352,0,0,,-57.43298892708155,50.22009694566086,1,1,-0.8187969924811981,0.6474983115329538,691.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.2333333333333,713.4,692.6,-2.8448235459530458,0,0,0,none,1,-0.18181818181818182,-0.1447178002894356,0,0.412,0,0,0,0.15017079311690595,20.588235294117652,-1.3728205294638816,3.8126361655774184,6.394526621564853,-5.390761095425887,-4.0179405659620056,4.899421107553689,692.6,703.05,708.7833333333333,-1.7139606002417929,0,0,4.428571428571429,0.6408931155675005,0,0.0,-95.00069242487145,0,0,-100.0,1,0,-2.1246458923512734,9.872187149004077,0,0,0,0,0,0,-2.941176470588232,0.15966458016842955,-3.9215686274509793,-0.04337049109407522,-14.211764705882274,0,0,1.2559041126972907,0.9411764705882353,-17304811811.42539,-9308933.335918427,0.6039737350419387,-1431156.0507199243,0,0,,-57.39433473202848,42.15671485555119,1,1,-1.3421052631579036,0.8501571719141344,691.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.4,713.4,692.6,-2.8675850435760486,0,0,0,none,1,-0.2911392405063291,-0.2894356005788712,0,0.357,0,0,0,0.07483206215255839,13.513513513513516,-2.1861252338525436,4.4271911663216015,1.3112491373361699,-5.18980225075245,-3.0036770168999065,5.078680312373473,691.8,706.25,710.2166666666667,-2.1592920353982303,0,0,5.785714285714286,0.8372958445317346,0,0.043478260869565216,-123.86621315192669,1,0,-95.0,1,0,-2.6760563380281654,3.8561822082674553,0,0,0,0,0,0,-9.563409563409564,0.08662809133031724,1.666666666666667,-0.02606739001476158,-16.314705882352882,0,0,1.7129582946357516,1.0,-17051471336.437084,-11026143.51981926,0.8012055701392495,-1564905.5400921404,0,0,,-57.375334671574876,41.793425911634735,1,1,-1.2383458646616547,0.6675030728514956,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.0833333333333,713.3333333333334,695.0,-2.96079578700994,0,0,0,none,1,-0.423728813559322,-0.2894356005788712,0,0.4,0,0,0,0.0,25.000000000000014,-1.8742870788956951,21.36363636363613,36.44219977553295,-3.5012463911265286,-1.6269593122308335,3.4439242038767395,701.8,709.0,713.6833333333333,-2.256699576868826,0,0,5.857142857142857,0.8451865594722737,0,0.09090909090909091,-236.6050260787099,1,0,-90.9090909090909,1,0,-2.3943661971830954,27.130207412065857,0,0,0,0,0,0,2.7777777777778,-0.5051297031888837,-11.784511784511782,-0.12753216683688798,-12.608823529411666,0,0,1.7511761571184903,1.0,-19289610582.56199,-15904156.444026947,0.9143025951692367,-2550426.1225492656,0,0,,-57.165536847264505,27.12240650155289,1,1,-0.5338345864661608,0.2676712968862863,691.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.2,715.0,695.0,-2.695871946082562,0,0,0,none,1,-0.4897959183673469,-0.2886002886002886,0,0.364,0,0,0,0.0,26.0,-0.9521614628219299,61.23642439431928,80.29518240044573,-3.5379283556737846,-2.5857668928518547,2.7829877585196723,707.2,711.2,719.6,-2.699662542182235,0,0,6.214285714285714,0.898018166804294,0,0.045454545454545456,-369.0821256038628,1,0,-95.23809523809523,1,0,-2.8089887640449396,16.44938901536419,0,0,0,0,1,0,-15.666666666666671,-1.1819555200796872,-38.41269841269841,-0.2607404696915328,-10.808823529411711,0,0,2.1666643015645,0.907563025210084,-21446605658.278168,-34900848.75006485,1.0897754631210823,-3425447.2108304203,0,0,-3.0951214751068523,-57.099839531437866,35.77510027657134,1,1,-0.41954887218044284,0.2516210991795912,691.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.8666666666667,720.8666666666667,696.3333333333334,-2.9271486018890847,0,0,0,none,1,-0.6153846153846154,-0.2890173410404624,0,0.429,-1,-1,0,-1.3526124446617755,-5.558829813345255,-4.20621736868348,712.8,725.4,731.45,-1.7094017094017033,0,0,11.071428571428571,1.5527950310559007,0,0.4528301886792453,-166.63905913533165,1,0,-20.0,0,0,-0.9722222222222188,34.86052940250798,0,0,1,0,1,0,1.1538461538461604,0.29410856303755795,22.222222222222218,0.31109037776889376,-15.844117647058738,0,0,2.519058846428376,0.008403361344537815,-28400572401.310493,-240144446.64375305,2.1674951124809105,-2694777.5504588485,0,0,-7.233562169434182,-55.5544234118496,32.63260101471614,1,1,-1.8315789473684276,0.7987908757858561,689.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,741.1166666666667,742.0,696.0666666666667,-3.793824633998244,1,0,0,none,1,-0.2413793103448276,-0.1402524544179523,0,0.4,0,0,1,3.831557620766837,-18.37398105017371,-22.20553867094055,721.0,726.7,808.8,-1.8852346222650418,0,0,23.0,3.225806451612903,1,0.29069767441860467,-115.47792333818532,1,0,-61.53846153846154,0,0,-1.9257221458046758,36.30219228094582,1,0,1,0,1,0,-1.655913978494624,-0.8027901665156776,6.15384615384616,0.26043473356372593,-27.685294117647118,0,0,10.283053388934961,0.04201680672268908,-56274119477.91594,-128064031.8334961,1.0334862444804247,7431032.161554337,1,0,-2.4979308828979963,-51.89345024791383,70.6539970319639,1,1,-0.5368421052631578,0.05335243905655174,688.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,none,below_cloud,below,-4.396,0,0,713.0,948.0,708.0,0.0,1,0,0,none,1,-3.6779661016949152,-5.610098176718092,0,0.286,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.24430715442029072,26.15384615384616,27.741935483870964,12.927120669056151,6.685371683068153,49.67741935483871,46.66666666666666,41.28205128205126,0.25090952429761243,7.568473330620281 -275,2026-01-03 15:21:00,sell,860.0,0.65,46,고점 매도 · 비중 65% · 분할 · leg#46,1.0,83.33333333333333,2.769648739371277,104.98039215686292,109.99458638674359,7.315261899440884,4.545613160069607,5.267559415174621,849.4,832.9,823.25,2.893504622403653,0,0,5.928571428571429,0.6917819636606102,0,1.0294117647058822,180.3143093465679,0,1,2.941176470588235,0,1,3.6275695284159637,95.28534181390188,0,0,0,0,0,0,14.583333333333329,0.35121715334779235,-6.595365418894829,1.3799462622806369,21.0205882352941,0,0,1.7725361418749137,1.0,-11636813290.980639,,1.956341424507727,1638776.0615050793,0,0,,-47.0187331161201,36.35071989973426,1,1,1.415037593984959,0.5825314445445138,856.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,851.5,856.0,805.6,0.6459189665296572,0,0,0,none,1,0.4369747899159664,-0.7001166861143524,1,0.636,1,1,1,1.0,77.58620689655173,2.8941920285859712,103.25107716412099,110.98233783655836,8.3131383355161,5.418946306930129,5.287185809859987,847.6,831.25,818.0666666666667,3.5789473684210593,0,0,7.142857142857143,0.8296001327360213,0,1.0526315789473684,225.17938682322364,0,1,5.405405405405405,0,1,3.7349397590361377,87.7895288404668,0,0,0,0,0,1,5.245781364636841,0.865346200555817,-6.04133545310016,1.466163494771059,23.80588235294124,0,0,2.0339490111900207,1.0,-13811529554.870037,-963842.5585441589,2.7030615624661674,3339035.664799854,0,0,,-46.74240269985543,19.87244810846666,0,1,1.4052631578947268,0.5725202925570061,860.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,853.8333333333333,859.0,803.2,0.8393519422213558,0,0,0,none,1,0.6464646464646465,-0.11614401858304298,1,0.767,1,1,1,1.0,77.33333333333334,3.19184769645289,117.30078292578303,108.63755238755243,9.564297447331796,6.372449750878906,6.236916808371545,838.8,823.55,808.7,4.547386315342128,0,0,8.285714285714286,0.9623361539737847,0,1.2682926829268293,223.2207045291151,0,1,29.72972972972973,0,1,5.256723716381417,86.67253060425173,0,0,0,0,0,0,3.895833333333343,1.2815317688334753,7.3458073458073585,1.5319005354073871,22.767647058823513,0,0,2.1674108090038793,1.0,-17347802898.831783,-14095163.506217957,3.351257798110598,5945572.937893592,0,0,,-46.6917866442941,20.92629808666993,0,1,1.8398496240601547,0.718510035282272,852.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.9333333333334,850.0,786.0,1.4213915501806174,0,0,0,none,1,0.810126582278481,-0.23228803716608595,1,0.783,1,1,1,1.0,77.46478873239437,2.5361618491085114,101.41176470588236,106.03233574131416,9.297594485762033,6.761432636653522,5.636512190722438,834.0,817.9,801.8833333333333,3.9246851693361062,0,0,7.928571428571429,0.9327731092436975,0,1.0,238.90204651727703,0,1,-0.0,0,1,4.166666666666674,87.29424709918513,0,0,0,0,0,0,3.271240345297599,1.0083444177115117,-7.843137254901947,1.4258449470290049,22.923529411764775,0,0,2.1222692910931946,1.0,-17082392637.625263,455111.7973575592,6.203233970261483,6001061.601462007,0,0,,-47.34935581828571,29.051580884363528,1,1,1.6887218045112724,0.7514203132047573,850.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.8,850.0,778.0,0.1413760603204528,1,0,0,none,1,1.3389830508474576,-0.2352941176470588,1,0.8,1,1,1,1.0,78.125,1.9543298499514954,111.87683284457455,111.05936020547011,11.910612735632299,9.956282885680803,6.430604358354743,825.2,807.6,781.6666666666666,3.7642397226349544,0,0,6.642857142857143,0.7927037163314012,0,1.0851063829787233,228.0761386811695,0,1,12.903225806451612,0,1,4.358655043586546,92.90878276287594,0,0,0,0,0,0,1.4583333333333428,0.6833149708619661,4.3010752688172005,1.5601046474547953,28.70294117647063,0,0,2.016542834398344,0.7478991596638656,-19315040197.060516,2392295.766078949,6.453228231027738,6340583.499756426,0,0,,-47.98781909731685,40.38098378259657,1,1,2.063157894736856,0.88380561745315,837.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,832.7166666666667,834.0,757.0,0.6344695074355089,0,0,0,none,1,1.6122448979591837,-2.1479713603818613,1,0.867,1,1,1,1.0,85.05747126436782,2.614185037893236,116.78978568171469,115.49517534894221,18.377201787527042,15.763016749633806,9.941537211422785,820.4,794.7,750.6333333333333,5.448596954825713,0,0,8.785714285714286,1.0484145925673374,0,1.1176470588235294,163.87493020658837,0,1,18.6046511627907,0,1,5.5415617128463435,95.56651533149393,0,0,0,0,0,0,1.9405881474847035,0.8299310179957828,2.2799817601459154,1.6459545269148748,41.529411764705856,0,0,2.857499466250372,0.9159663865546218,-21527333983.005447,-44284475.99586868,4.975153128766626,13804721.101607352,0,0,-2.3082927928570736,-47.823398829209474,62.53101949208898,1,1,3.2030075187969826,0.9204292942766779,832.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,828.4,830.0,750.0,1.1588604538870229,0,0,0,none,1,2.8205128205128207,-0.23866348448687352,1,1.0,1,1,1,9.63558399362073,19.401780993010107,9.766196999389377,789.2,738.55,730.7833333333333,9.9451628190373,0,0,18.5,2.2783251231527095,0,1.0336134453781514,159.07096077239905,0,1,3.8461538461538463,0,1,14.04494382022472,97.75828637707879,0,0,0,0,0,0,16.256909713082393,0.584096920382013,-2.1811521811521857,1.2904079762804639,60.07058823529417,0,0,4.498199506825682,0.46218487394957986,-28389153791.52829,8585647.315174103,4.035329400001198,32830121.450240463,0,0,-3.6613973420417616,-49.16788326796353,43.99522206640741,1,1,5.554135338345873,0.7987477634843525,812.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,806.0166666666667,808.0,692.9666666666667,0.742333698641473,0,0,0,none,1,2.3448275862068964,-2.955665024630542,1,0.7,1,0,1,13.236336246469813,-0.4044640639770023,-13.640800310446815,762.6,734.55,798.6833333333333,12.177523653937783,0,0,36.57142857142857,4.438280166435506,0,0.7597765363128491,305.71360834518634,0,1,-24.022346368715084,0,0,10.901749663526239,63.02761635618513,0,0,0,0,0,0,5.866997035529394,3.9773429990424365,4.813064030941121,1.0098906723807959,26.788235294117726,0,0,8.46853351700936,0.008403361344537815,-56220028674.16335,-16942910.567588806,2.613185848313755,66512217.71439302,0,0,-0.3805796722636159,-43.979017013345135,67.38399496887122,1,1,2.6969924812030044,0.3430305061033192,766.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,12.08,0,0,720.4333333333334,891.8666666666667,706.5333333333333,14.37560727340026,1,0,0,none,1,-1.8983050847457628,12.257281553398059,0,0.375,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,0.9994432593631768,96.94656488549619,103.71260683760683,106.2279367737114,19.912497831521545,70.81545064377683,83.23834245621954,74.65106105702007,1.0,14.834947513221087 -276,2026-01-03 15:33:00,sell,854.0,0.35,46,고점 매도 · 비중 35% · 분할 · leg#46,0.7196174101043719,70.49180327868852,1.757614940971603,93.5185185185187,100.63543936092988,8.985238931212052,7.227623990240449,7.027731506472623,858.2,839.05,826.5333333333333,1.543412192360405,0,0,7.714285714285714,0.9054325955734407,0,0.7894736842105263,72.9220667012266,0,0,-22.22222222222222,0,0,1.670644391408116,82.1509195200747,0,0,0,0,0,0,-6.174863387978135,-0.8684347786629827,-8.333333333333314,0.7799876993731876,22.58235294117651,0,0,2.0561422357260994,1.0,-11649242262.954891,-10748881.106193542,0.6082814824063386,1600886.0424157307,0,0,,-47.320648456480754,43.24463933443962,1,1,2.2368421052631544,0.8058471600719187,852.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.0333333333333,860.0,805.8666666666667,-0.8187497574793312,1,0,0,none,1,0.36134453781512604,-0.7042253521126761,0,0.647,0,0,0,0.8460370790063065,69.23076923076923,2.5755857701260405,95.49549549549583,100.18279148713988,9.415382796402355,6.839797026276314,5.901212815921011,853.6,834.95,819.6666666666666,2.0420384454158835,0,0,8.214285714285714,0.9641180415828301,0,0.8108108108108109,119.33770696657336,0,1,-18.91891891891892,0,1,3.649635036496357,85.28300672174996,0,0,0,0,0,0,-7.040417209908739,-0.5322313371326546,-6.306306306306311,0.9451543362168057,26.585294117647095,0,0,2.1661829879464736,1.0,-13816001735.364334,-5483814.30210495,0.7552052968458317,2618921.9635915533,0,0,,-47.29519790412924,24.95103126586755,0,1,1.6308270676691836,0.6134799267719586,852.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,853.8333333333333,859.0,803.2,-0.21471793870777578,1,0,0,none,1,0.5555555555555556,-1.056338028169014,0,0.759,0,0,0,0.9720078326226118,72.5,3.1953096688910536,112.75337837837849,113.33637896137901,10.366586836992724,7.17127716810167,6.787863325249968,844.8,825.55,809.7333333333333,3.2039246562897583,0,0,8.928571428571429,1.0479543930248156,0,1.048780487804878,150.4492658338807,0,1,5.405405405405405,0,1,3.7758830694275325,81.50783931533654,0,0,0,0,0,0,-4.833333333333343,0.0034619724381634853,-4.54740454740454,1.1384033447763342,26.017647058823513,0,0,2.388930444354206,1.0,,,1.522140839668326,4655692.923386812,0,0,,-47.24548978422875,20.755620496637505,0,1,2.063909774436093,0.7596551751601752,846.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.9333333333334,850.0,786.0,0.36123763153761423,0,0,0,none,1,0.6835443037974683,0.0,0,0.783,0,-1,0,1.0,77.77777777777777,3.1012154372442193,106.95934959349593,105.87533875338761,10.637951933208797,7.536736495964577,6.612125062168187,838.8,820.1,803.2333333333333,3.889769540299959,0,0,9.0,1.056338028169014,0,1.0465116279069768,138.21669936777747,0,1,4.878048780487805,0,1,3.9024390243902474,76.32531859359725,0,0,0,0,0,1,0.31298904538340366,0.5650535881357079,5.547584887613567,1.288211259744587,23.27647058823527,0,0,2.112731165819787,0.9915966386554622,,,2.2689068723441173,7056805.945214748,0,0,,-47.219372643201076,29.4682475510302,1,1,2.0195488721804336,0.7767495662232504,835.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.8,850.0,778.0,0.3770028275212223,0,0,0,none,1,1.2203389830508475,0.0,0,0.8,0,0,1,1.0,81.57894736842105,3.082846998431174,131.87683284457455,117.10980775496888,13.80984163371977,10.726994635288596,7.737198347580946,831.6,810.7,783.3166666666667,5.094362896262483,0,0,7.142857142857143,0.8383635144198525,0,1.4186046511627908,171.75947469106964,0,1,60.0,0,1,5.44554455445545,77.98997961485522,0,0,0,0,0,0,3.453947368421055,1.1285171484796788,20.0,1.8353356724060086,30.655882352941262,0,0,2.1742913927851863,0.8571428571428571,-19359841502.427723,-41642861.67789078,2.7616238230954595,8218596.352354139,0,0,,-47.10904045908144,38.21901531628028,1,1,2.4195488721804574,0.8332379040576914,832.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,832.7166666666667,834.0,762.1333333333333,2.315713628084781,0,0,0,none,1,1.7755102040816326,-0.2347417840375587,0,0.875,1,1,1,1.0,85.05747126436782,2.614185037893236,116.78978568171469,115.49517534894221,18.377201787527042,15.763016749633806,9.941537211422785,820.4,794.7,750.6333333333333,5.448596954825713,0,0,8.785714285714286,1.0484145925673374,0,1.1176470588235294,163.87493020658837,0,1,18.6046511627907,0,1,5.5415617128463435,95.56651533149393,0,0,0,0,0,0,1.9405881474847035,0.8299310179957828,2.2799817601459154,1.6459545269148748,41.529411764705856,0,0,2.857499466250372,0.9159663865546218,-21527333983.005447,-44284475.99586868,4.975153128766626,13804721.101607352,0,0,-2.3082927928570736,-47.823398829209474,62.53101949208898,1,1,3.2030075187969826,0.9204292942766779,832.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,828.4,830.0,750.0,1.1588604538870229,0,0,0,none,1,2.8205128205128207,-0.23866348448687352,1,1.0,1,1,1,9.63558399362073,19.401780993010107,9.766196999389377,789.2,738.55,730.7833333333333,9.9451628190373,0,0,18.5,2.2783251231527095,0,1.0336134453781514,159.07096077239905,0,1,3.8461538461538463,0,1,14.04494382022472,97.75828637707879,0,0,0,0,0,0,16.256909713082393,0.584096920382013,-2.1811521811521857,1.2904079762804639,60.07058823529417,0,0,4.498199506825682,0.46218487394957986,-28389153791.52829,8585647.315174103,4.035329400001198,32830121.450240463,0,0,-3.6613973420417616,-49.16788326796353,43.99522206640741,1,1,5.554135338345873,0.7987477634843525,812.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,806.0166666666667,808.0,692.9666666666667,0.742333698641473,0,0,0,none,1,2.3448275862068964,-2.955665024630542,1,0.7,1,0,1,13.236336246469813,-0.4044640639770023,-13.640800310446815,762.6,734.55,798.6833333333333,12.177523653937783,0,0,36.57142857142857,4.438280166435506,0,0.7597765363128491,305.71360834518634,0,1,-24.022346368715084,0,0,10.901749663526239,63.02761635618513,0,0,0,0,0,0,5.866997035529394,3.9773429990424365,4.813064030941121,1.0098906723807959,26.788235294117726,0,0,8.46853351700936,0.008403361344537815,-56220028674.16335,-16942910.567588806,2.613185848313755,66512217.71439302,0,0,-0.3805796722636159,-43.979017013345135,67.38399496887122,1,1,2.6969924812030044,0.3430305061033192,766.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,12.08,0,0,720.4333333333334,891.8666666666667,706.5333333333333,14.37560727340026,1,0,0,none,1,-1.8983050847457628,12.257281553398059,0,0.375,1,1,1,0,4,0,1,0.0,1.0,-0.333,0,0.9994432593631768,96.94656488549619,103.71260683760683,106.2279367737114,19.912497831521545,70.81545064377683,83.23834245621954,74.65106105702007,1.0,14.834947513221087 -277,2026-01-03 17:03:00,buy,806.0,0.343,47,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#47,0.2231228442241672,26.66666666666667,-0.26059292576634085,11.11111111111128,8.730158730159062,-5.9315616443608405,-5.6709687185945,3.453971336867235,814.2,820.85,831.7,-0.9563257598830477,0,0,3.7142857142857144,0.45686171147425764,0,0.10526315789473684,-104.62287104622887,1,0,-75.0,0,0,-0.24539877300613355,23.545143578858088,1,0,1,0,1,0,1.6666666666666714,0.11415176303325136,3.5714285714285703,-0.03384080490567727,-16.179411764705833,0,0,1.1063828261816768,0.5126050420168067,-11672727505.136621,-2476972.5877017975,0.8054620768129909,70144.66091849655,1,0,,-49.70446107098868,70.33546827063316,1,1,-1.089473684210519,0.8269065886653665,811.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.0833333333333,860.0,814.1666666666666,-5.3642448346105205,0,0,0,none,1,0.07563025210084033,-0.24600246002460024,0,0.559,0,0,0,0.21360205816996886,16.666666666666657,-2.3504755239970723,15.203588681849894,11.80066712675466,-5.223714908599391,-2.8732393846023183,7.151562465836016,815.6,830.0,825.3166666666667,-2.048192771084334,0,0,5.857142857142857,0.7204357757863292,0,0.13953488372093023,-111.36801541425818,1,0,-73.91304347826086,0,0,-2.400960384153661,14.759146229614629,0,0,1,0,1,0,-5.555555555555557,0.23957503256341806,5.521048999309871,0.01181227739146096,-16.62941176470588,0,0,1.869097803930947,0.7983193277310925,-13835225820.09001,,1.3225893575311347,-3326979.6132024676,0,0,,-49.67916118471184,59.258922827913445,1,1,-2.369924812030082,0.8926867838813093,807.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,854.3333333333333,859.0,804.8666666666667,-4.838080374561049,1,0,0,none,1,0.09090909090909091,-0.24600246002460024,0,0.621,0,0,0,0.15853707129567046,45.26315789473685,-3.9734716035420714,7.269247269247363,8.085888085888142,0.19169931646183613,4.1651709200039075,6.205505717864182,817.2,830.6,815.1333333333333,-2.118950156513366,0,0,12.428571428571429,1.5287295730100159,0,0.05128205128205128,-133.31000699790042,1,0,-94.87179487179486,1,0,-5.574912891986061,49.02147044295504,0,0,0,0,0,0,2.2631578947368425,-0.242982464638259,1.7094017094017078,0.24321562658895643,-8.691176470588289,0,0,2.8774668012261655,0.9747899159663865,-17379622226.8283,-31819327.99651718,1.0226116687364453,-3789137.5484168455,0,0,,-49.63264474622022,24.40866791019051,0,1,-0.43007518796993016,0.03898868510187614,811.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.95,850.0,805.9,-4.234642794039701,1,0,0,none,1,0.3037974683544304,-0.7380073800738007,0,0.708,0,0,0,0.2691858632860021,50.0,-3.0001096305721546,7.756537024829708,20.002929759027406,3.756074214926457,6.756183845498612,5.991070961222351,821.0,824.4,807.1666666666666,-1.3828238719068353,0,1,12.285714285714286,1.5111579687225445,0,0.0975609756097561,-98.61234130498941,0,0,-90.2439024390244,1,0,-2.048192771084334,49.929244073619756,0,0,0,0,0,0,-0.5494505494505475,-0.7196646528644033,-11.162381894089211,0.29948799375051505,-0.3529411764706083,0,1,3.1045427035516515,1.0,-17092539456.298817,-5511666.468618393,1.0873017496563993,243284.02525798976,1,0,,-49.60941333962169,25.304596357968876,1,1,0.7714285714285646,0.13661380044975757,809.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.95,850.0,805.9,-4.234642794039701,1,0,0,none,1,0.288135593220339,-0.4920049200492005,0,0.667,-1,0,0,0.4649564932905303,54.54545454545455,-0.9689131598651262,48.39506172839483,88.26496747643687,10.186750564964541,11.155663724829667,6.828040507655084,830.0,814.95,786.6666666666666,-0.2392784833425421,0,0,11.357142857142858,1.39694254085398,0,0.34375,-26.57004830917923,0,0,-77.77777777777779,0,0,0.12315270935960854,55.81781970245703,0,1,0,1,0,1,0.4914004914004906,-1.3980801664677323,-45.92592592592592,0.44978213072014495,19.117647058823536,0,0,3.4737413850126417,1.0,-19369519800.079945,-49355855.53744507,1.38777368783541,2680088.498786092,0,0,,-49.505423258312135,35.85196582743534,1,1,1.7496240601503719,0.5536348315818735,812.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,832.7166666666667,834.0,764.7,-2.3677521365810694,1,0,0,none,1,1.1224489795918366,-0.8610086100861009,0,0.778,0,0,0,0.6670138765610644,63.63636363636363,0.8893971773425591,94.57364341085285,107.67897856817162,17.492442077411397,16.603044900068838,9.425641305784884,825.6,800.4,755.0166666666667,1.5742128935532174,0,0,11.0,1.3530135301353015,0,0.6964285714285714,54.64111236377356,0,0,-39.53488372093023,0,0,2.264150943396226,71.13455063291843,0,1,0,0,0,1,-11.030303030303024,-1.5813182470549947,-17.099863201094394,0.7469199113378848,38.18235294117642,0,0,3.4889963884407513,1.0,-21686575014.183533,-204572750.2685852,1.2817718352041159,7247874.409004688,0,0,-7.003197766077615,-49.352657901259164,58.4003055804442,1,1,2.98045112781955,0.8740093116142429,813.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,828.5833333333333,830.0,750.6666666666666,-1.8807201045961897,1,0,0,none,1,1.9743589743589745,-1.3530135301353015,0,0.917,-1,-1,0,10.683888114997934,23.121057143136795,12.437169028138861,801.8,744.55,732.75,11.745349539990602,0,0,18.214285714285715,2.1892170329670333,0,1.2016806722689075,141.70948155067725,0,1,23.076923076923077,0,1,14.28571428571428,98.11049576263416,0,0,0,0,0,0,0.13372708530673094,1.048304121377205,6.303418803418808,1.4747147808172105,67.08823529411768,0,0,4.6456394085318315,0.5462184873949579,-28406346047.71926,-10230204.6975708,2.6771175790906883,39369694.838143766,0,0,-3.590165407347955,-47.876284436760116,47.545642234474634,1,1,6.469924812030053,0.8437723528349257,823.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,806.0166666666667,808.0,692.9666666666667,3.22367196708091,0,0,0,none,1,3.2413793103448274,-2.1634615384615383,0,0.727,1,1,1,13.236336246469813,-0.4044640639770023,-13.640800310446815,762.6,734.55,798.6833333333333,12.177523653937783,0,0,36.57142857142857,4.438280166435506,0,0.7597765363128491,305.71360834518634,0,1,-24.022346368715084,0,0,10.901749663526239,63.02761635618513,0,0,0,0,0,0,5.866997035529394,3.9773429990424365,4.813064030941121,1.0098906723807959,26.788235294117726,0,0,8.46853351700936,0.008403361344537815,-56220028674.16335,-16942910.567588806,2.613185848313755,66512217.71439302,0,0,-0.3805796722636159,-43.979017013345135,67.38399496887122,1,1,2.6969924812030044,0.3430305061033192,766.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,in_cloud,above,12.08,0,0,720.4333333333334,891.8666666666667,706.5333333333333,14.37560727340026,1,0,0,none,1,-1.8983050847457628,12.257281553398059,0,0.375,1,1,1,2,0,0,1,0.5,0.0,-0.333,1,1.0,97.08029197080292,110.01602564102564,106.54079716579714,22.386527537406696,70.81545064377683,83.23834245621954,74.65106105702007,1.0,14.834947513221087 -278,2026-01-04 05:03:00,buy,828.0,0.334,47,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#47,0.8489542559730109,53.846153846153854,0.3648579412549422,77.77777777777794,74.0740740740744,-0.4945123205678783,-0.8593702618228205,0.37756325767679405,835.2,834.9,841.0833333333334,0.13175230566535578,0,0,1.3571428571428572,0.16233766233766234,1,1.0,101.01010101009288,0,1,-0.0,0,1,0.23980815347721673,47.23665202801359,0,0,0,1,0,1,3.846153846153854,0.0317340379228378,11.1111111111111,0.6257796054184775,1.038235294117726,0,0,0.4656994832168135,0.025210084033613446,-11685709133.876719,135762.87085914612,1.0122393233960445,135915.13915525377,0,0,,-48.20278226483098,23.054418737191845,0,1,0.06466165413534236,0.2356314515101008,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,856.4166666666667,857.0,822.0,-2.383964191884802,1,0,0,none,1,0.06722689075630252,-0.11961722488038277,1,0.609,0,1,0,0.7578547201795455,60.0,0.404958605461631,108.33333333333367,111.66666666666725,-1.3958678796108188,-1.8008264850724498,0.6272696643528913,835.6,834.65,837.9833333333333,0.1617444437788329,0,0,1.3571428571428572,0.16233766233766234,1,1.0,-80.80808080808185,0,0,25.0,0,1,0.23980815347721673,54.08519425318466,0,0,0,0,0,0,-3.636363636363633,0.06678378134688145,-5.0,0.4487460809643407,-4.485294117647072,0,0,0.5353443368522975,0.01680672268907563,,,1.1546222337454042,104515.60483340174,0,0,,-48.17808190029933,15.01242460093392,0,1,0.06842105263158063,0.09564233163554492,831.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,833.25,856.0,822.1666666666666,0.3300330033003229,1,0,0,none,1,0.1414141414141414,0.0,0,0.571,0,0,0,0.3352378377666802,17.14285714285714,-1.1837466664650098,28.92328861369118,19.204219699575784,-0.4402761478099819,0.7434705186550279,4.539586188681313,835.0,842.3,832.3333333333334,-0.7479520360916481,0,0,5.5,0.6578947368421052,0,0.2962962962962963,-85.75380359612676,0,0,-46.666666666666664,0,0,-0.11947431302270495,28.393221991645262,0,0,0,0,0,0,-10.357142857142861,0.2703809919650795,14.269005847953222,0.4423319626851697,-1.7911764705883115,0,0,2.011076273706177,0.7142857142857143,-17396251189.95592,-3392629.359336853,0.636488034427617,229212.68167832494,1,0,,-48.13107504652614,31.351669799648796,1,1,-1.3819548872180467,0.7314920754252869,828.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,819.0666666666666,855.0,811.0,2.0673937815399723,1,0,0,none,1,-0.012658227848101266,-0.11961722488038277,0,0.476,0,0,0,0.44729664589200774,50.81967213114754,-1.485769062828215,28.066378066378064,25.798275798275885,1.6752027163691992,3.160971779197414,4.980085158588665,835.2,838.2,829.7666666666667,-0.2624671916010568,0,0,7.571428571428571,0.9056732740943266,0,0.4444444444444444,-56.21086355031357,0,0,-68.18181818181817,0,0,-1.992966002344665,64.3524303886577,0,0,0,0,0,0,-3.148581837106427,0.09485809776503462,4.256854256854258,0.47470605254990966,0.4029411764705628,0,0,2.340039087806375,0.8067226890756303,-17107430641.123991,-5735117.369474411,0.47547640894148757,-499807.0801127553,0,0,,-48.10772165962708,16.54626530535567,0,1,0.33684210526315034,0.036464639270703536,829.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,850.3,851.0,809.0,-1.681759379042691,1,0,0,none,1,0.13559322033898305,-0.23923444976076555,0,0.6,0,0,0,0.5916851200538509,50.74626865671642,-0.7862301264830975,43.99999999999977,48.674897119341416,5.812229223536974,6.598459350020072,4.717061855341347,836.8,832.4,813.3833333333333,0.4324843825084024,0,0,10.857142857142858,1.2987012987012987,0,0.5357142857142857,2.333333333333484,0,0,-52.0,0,0,1.4563106796116498,44.0349333896311,0,1,0,0,0,1,0.0,-0.2441991133267818,-1.3333333333333357,0.5775960857801469,6.8382352941176805,0,0,2.7308086691045137,0.8235294117647058,-19387085436.481064,-2930811.0155181885,0.2924383412766395,-246711.4231106043,0,1,,-48.00292814155153,35.44221622649231,1,1,0.9984962406014997,0.36213759217795505,831.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,841.7666666666667,846.9333333333334,811.8,-0.6850671207381254,1,0,0,none,1,0.8979591836734694,-0.4784688995215311,0,0.688,0,0,0,0.7030313714090628,49.122807017543856,-0.8300188852377897,82.22222222222236,97.38562091503285,13.740030304821289,14.570049190059079,6.144008275201193,839.0,825.7,780.45,1.2474264260627255,0,0,14.357142857142858,1.7173615857826385,1,0.8055555555555556,60.40443574690089,0,0,-23.333333333333332,0,0,2.0757020757020683,52.993109493632126,0,1,0,1,0,0,-4.845446950710112,-0.4072929461527526,-22.22222222222223,0.716614831108431,28.758823529411757,0,0,4.238416671213858,1.0,-21707003082.376953,-20718607.827217102,0.18715919812219506,1450726.7221701741,0,0,,-47.84790631013347,27.231035901229667,1,1,1.5142857142857193,0.4989482737666745,832.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,832.9666666666667,843.0,768.4666666666667,0.3641602305014091,1,0,0,none,1,1.8974358974358974,-0.5980861244019139,0,0.9,0,0,0,8.578652505368908,27.964063564872276,19.38541105950337,825.2,761.7,738.5,9.623211238020213,0,0,19.285714285714285,2.309666381522669,0,1.0579710144927537,123.78614293507907,0,1,9.75609756097561,0,1,10.596026490066235,,0,0,0,0,0,1,0.17927737427599766,-0.5425316250869727,-4.440275171982478,1.2350164224383566,81.07058823529417,0,0,4.743585828077346,0.6218487394957983,-28405383029.704155,-5734453.172096252,0.642971773723121,41325305.79067418,0,0,-3.0221214738390243,-47.62102221694364,61.31327086703839,1,1,8.033082706766924,0.9588107976000838,835.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,820.0999999999999,827.0,693.6,1.81685160346301,0,0,0,none,1,3.9655172413793105,-2.754491017964072,1,0.8,0,0,0,18.21312076667387,12.91553758262387,-5.2975831840500005,812.0,747.05,796.5666666666667,15.65490930995248,0,0,40.285714285714285,4.662698412698413,0,0.9312169312169312,217.719826145102,0,1,-6.878306878306878,0,1,18.681318681318682,70.92193822665763,0,0,0,0,0,0,2.6220493562231724,3.0533730277604825,2.08433541766874,1.1034966981774463,68.34117647058827,0,0,8.77096256875389,0.025210084033613446,-56175452581.48588,52586145.63420868,2.024992715105939,98439413.18356705,0,0,-0.1955139198993422,-41.00754777961,65.99944404281108,1,1,5.1827067669173,0.5074351366136556,821.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,19,impulse_late,unknown,500,in_cloud,above,6.675,0,0,720.4333333333334,891.8666666666667,706.5333333333333,19.92782121871095,1,0,0,none,1,-0.03389830508474576,6.481481481481481,0,0.444,1,0,1,1,0,0,0,0.25,0.0,0.0,0,0.8775671318304056,91.2751677852349,106.59267350581429,109.62178444208496,25.4874178040019,73.4375,81.69233346142096,81.51289132046423,1.0,23.046804240266756 -279,2026-01-05 13:33:00,buy,855.0,0.323,47,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#47,0.0,13.63636363636364,-1.1475199256804571,25.694444444444628,16.280864197531184,-3.74251645789559,-2.594996532215133,2.3404044017853156,863.2,870.55,875.9,-1.3267474585032413,0,0,3.7857142857142856,0.44071179111924164,0,0.15789473684210525,-190.61166429587357,1,0,-81.25,1,0,-1.6036655211912998,5.108993198269886,0,0,0,0,0,0,-6.36363636363636,-0.19355397011990716,9.953703703703704,-0.17088964404957,-12.008823529411757,0,0,0.7418076822948346,0.058823529411764705,-11727640120.406376,,2.3912316056568517,-650643.605623588,0,0,,-46.58847918260941,62.050951842334065,1,1,-0.7962406015037639,0.8552782198929701,856.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,872.9000000000001,882.0,862.0666666666667,-1.5923931721846807,0,0,0,none,1,-0.08403361344537816,-0.3492433061699651,0,0.412,-1,0,1,0.0,21.875,-1.7676779524152935,17.086519718099005,19.58223712609734,-3.34843152430426,-1.5807535718889667,2.855837200419758,864.8,873.4,873.2,-1.6487291046484942,0,0,4.714285714285714,0.5488109096956595,0,0.12,-217.3962221468168,1,0,-84.21052631578947,1,0,-1.9406392694063967,13.85303291199429,0,0,0,0,0,0,-5.7112068965517295,-0.2629817102934142,-0.7974481658692198,-0.13591234242970807,-12.564705882352882,0,0,0.9769638942625604,0.31092436974789917,-13895009495.123526,-3694989.8117485046,1.9650840366778033,-2321078.7346363813,0,0,,-46.5629719828985,36.43890503454351,1,1,-0.9774436090225662,0.859959861755091,856.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,873.7666666666667,881.1333333333333,859.4666666666667,-1.690001144470299,0,0,0,none,1,-0.06060606060606061,-0.3492433061699651,0,0.519,-1,0,1,0.0,33.33333333333333,-2.152342408685058,25.396825396825466,29.805996472663153,-1.3018634531082398,0.8504789555768184,2.716450875395841,868.2,875.2,869.0833333333334,-1.8510054844606993,0,0,5.857142857142857,0.6818559787127889,0,0.045454545454545456,-265.06646018841394,1,0,-95.23809523809523,1,0,-2.2753128555176305,23.60565699849751,0,0,0,0,0,0,1.4184397163120508,-0.5791108870704136,-5.820105820105823,-0.06448583840662563,-6.755882352941171,0,0,1.532424633515838,0.6050420168067226,-17452236896.95087,-3277196.400604248,1.3898234052847613,-3046338.2222035304,0,0,,-46.514552870934544,24.2263655511172,0,1,-0.6406015037594066,0.4065796194897213,858.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,873.2,879.2,856.0,-1.62620247366011,1,0,0,none,1,-0.13924050632911392,-0.5820721769499418,0,0.478,-1,0,0,0.0,38.46153846153846,-1.7756218397375136,36.58225832138877,45.58846950151306,0.04079636968356226,1.816418209421076,2.6649989266278302,869.0,872.85,869.3833333333333,-1.5867560291000782,0,0,7.642857142857143,0.8897388990520539,0,0.13043478260869565,-201.73680694722822,1,0,-86.95652173913044,1,0,-2.4971623155505163,35.93159311290742,0,0,0,0,0,0,-8.205128205128204,-0.8072684018589122,-12.318840579710148,0.0893590014068952,-3.4588235294116885,0,0,1.5846624747367752,0.6974789915966386,-17157965656.145666,-4775109.496417999,1.0867579081440342,-3140555.912866533,0,0,,-46.490438223178096,22.35291933787821,0,1,0.048872180451129676,0.0024719412725257017,856.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,868.65,879.0,859.8333333333334,-1.110919242502728,0,0,0,none,1,0.01694915254237288,-0.3492433061699651,0,0.643,-1,-1,0,0.12844179270195377,46.835443037974684,-1.0881084175271827,59.99999999999977,95.9722222222221,2.280576273651377,3.3686846911785597,3.0511570772782908,871.6,868.85,860.55,-1.1336824538182633,0,0,8.714285714285714,1.0144686512556127,0,0.16666666666666666,-134.08345053914542,1,0,-93.75,1,0,-1.2643678160919491,43.83892190473816,1,0,0,0,0,0,-10.087633885102235,-1.0924272303585485,-54.58333333333333,0.19731499778662748,1.3735294117647072,0,0,2.59450860649374,0.5966386554621849,-19449339630.939877,-11531318.83531189,1.2572371526925668,1270214.6217579842,1,0,,-46.38125448732519,16.822248137234393,0,1,0.5661654135338319,0.25542061972978247,858.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,874.5333333333333,875.0,847.9333333333333,-1.7761853941149486,1,0,0,none,1,0.12244897959183673,-0.8149010477299184,0,0.667,-1,-1,0,0.6765514143677086,57.142857142857146,-0.42877329200288194,136.50793650793665,125.45948203842958,8.491985829843088,8.92075912184597,4.5124234871038995,875.0,866.1,839.6,0.7966747488742598,0,0,11.785714285714286,1.3500245459008346,0,0.9523809523809523,-21.14608555286581,0,0,-7.142857142857142,0,1,-0.6825938566552892,65.9522231646015,0,0,0,0,1,0,-11.428571428571423,-0.3407281779656248,2.88220551378447,0.6462120751747129,13.38529411764705,0,0,2.4618138682847284,0.5210084033613446,-21770430440.660088,-34106512.211135864,2.082709275811439,2605446.1138963103,1,0,-1.5228094383187967,-45.346271611026246,25.924443028100658,1,1,1.22556390977443,0.550686176241133,860.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,873.1666666666667,874.0,824.0,-0.01908761213973431,1,0,0,none,1,0.9743589743589743,-0.8018327605956471,0,0.8,0,0,1,3.532915200335921,34.639266814017105,31.106351613681184,866.4,821.05,756.3,7.301625966749903,0,0,14.285714285714286,1.6215339711366954,0,1.1886792452830188,91.86564144071212,0,0,40.816326530612244,0,1,7.047387606318356,78.39129092508898,0,1,0,1,0,0,0.10490427484918996,-0.16538588332376492,12.839158651966542,1.481831838262387,86.95294117647063,0,0,3.2859479124506343,0.12605042016806722,-28444944496.559917,-34723931.72698212,1.250302790898283,19249977.62768531,0,0,-0.5028990289622725,-44.538615616951546,82.57413607300732,1,1,6.77669172932331,0.9594774970018014,862.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,858.1333333333333,861.0,706.2,2.6646985705407022,0,0,0,none,1,5.827586206896552,-1.0215664018161181,0,0.846,1,1,0,19.38659820439022,23.72482290426683,4.338224699876608,849.6,761.75,796.4166666666666,14.604529044962256,0,0,40.42857142857143,4.630993290787106,0,0.9296482412060302,156.65154950869243,0,1,-7.035175879396985,0,1,20.746887966804973,83.37839732273952,0,0,0,0,0,0,-0.4659258738307983,0.22996487307401026,5.662390163106025,1.0431593861354322,97.03823529411773,0,0,8.788952981316976,0.03361344537815126,-56170335333.84606,111084250.26535034,1.6803750607493069,98439413.18356705,0,0,-0.049622556769429234,-40.17241297555214,66.42899656054452,1,1,7.594736842105258,0.65255837973201,853.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,618,above_cloud,above,7.764,0,0,720.4333333333334,891.8666666666667,706.5333333333333,21.177069356405866,1,0,0,none,1,0.6271186440677966,3.8946162657502863,0,0.5,1,0,0,3,0,0,0,0.75,0.0,0.0,1,0.8661801857054188,87.09677419354838,119.97491822361637,111.217739009311,19.93998105791514,77.54237288135593,92.89303661162955,87.27200550719135,1.0,29.206841596124296 -280,2026-01-06 04:12:00,sell,949.0,0.65,47,고점 매도 · 비중 65% · 분할 · leg#47,0.9237617691859934,69.44444444444444,0.3233356334451116,108.92156862745117,115.44299201161978,11.044743921115469,10.721408287670357,4.042784375325679,938.4,928.1,898.0666666666667,1.71317745932551,0,0,4.785714285714286,0.5069612590799032,0,1.064516129032258,197.98436469812543,0,1,11.76470588235294,0,1,2.164502164502169,86.24633739135776,0,1,0,1,0,0,8.333333333333336,0.17687023163620808,-10.893246187363843,1.4285300945233717,27.367647058823536,0,0,1.4954746152685476,0.9831932773109243,-11738754066.952122,757379.5086288452,3.649199626406223,1570907.8199713454,0,0,,-41.205429833011365,45.04357983998061,1,1,1.2766917293232924,0.6483498493811986,944.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,876.2,942.0,860.8,7.737959370006853,0,0,0,none,1,0.6890756302521008,-0.9533898305084746,1,0.806,0,0,1,0.8855250028523272,91.80327868852459,2.2042417385557425,104.83933410762715,105.782218383845,15.136226709769176,12.931984971213433,9.154819372526665,936.6,913.75,887.4166666666666,3.529411764705892,0,0,8.0,0.8456659619450317,0,1.0,120.60606060606041,0,1,-0.0,0,1,2.3809523809523725,95.47132448280205,0,0,0,1,0,0,1.0625379477838521,0.11495263991986882,-0.9259259259259238,1.37495548776241,37.70588235294122,0,0,1.615534109599062,0.9243697478991597,-13907907674.24012,918832.7476902008,3.348795105689379,2471849.023621399,0,0,,-41.05170928299542,70.6656920657285,1,1,3.430827067669163,0.941957574522365,946.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.4666666666667,946.0,858.0,10.068259385665534,1,0,0,none,1,0.8585858585858586,-0.42283298097251587,1,0.773,1,0,1,1.0,91.13924050632912,5.459067713128343,111.15618661257615,106.73782841578794,17.40482028681754,11.945752573689196,10.684888218826819,932.6,897.2,874.4666666666667,5.439144003566643,0,0,10.071428571428571,1.0646330413772274,0,1.206896551724138,129.68445760315805,0,1,20.689655172413794,0,1,7.8677309007981755,68.97451448581232,0,0,0,0,0,0,0.861462728551345,0.3409591387048412,6.187331865981918,1.5425977922967233,46.673529411764775,0,0,2.2932007726378063,0.9915966386554622,-17507163897.210655,-33570801.71036148,3.486849369488675,5657388.219432369,0,0,,-40.99687028214141,51.47920713826614,1,1,3.6330827067669174,0.8043037623748197,934.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,858.95,934.0,857.6333333333333,10.134466499796257,0,0,0,none,1,1.1012658227848102,-0.10570824524312897,1,0.741,1,0,1,1.0,90.69767441860465,6.211242947012963,105.51097178683388,103.73908849770926,15.2778858957912,9.066642948778238,9.967330165396774,919.6,886.2,870.35,5.845181674565558,0,0,11.785714285714286,1.256472738349071,0,1.0571428571428572,197.29877714911566,0,1,6.896551724137931,0,1,6.955530216647654,93.7072831736753,0,0,0,0,0,1,3.355902266705911,0.7634097637795945,2.2988505747126453,1.4588704223394646,48.5235294117648,0,0,2.2000811814061043,0.9915966386554622,-17172839478.10713,3332269.2046661377,2.731296883966735,5549467.489189178,0,0,-0.03628452073427611,-41.471609951951436,52.4918664862978,1,1,3.2586466165413475,0.7621516230675116,938.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.9000000000001,934.0,856.0,9.082451447842764,0,0,0,none,1,1.2033898305084745,-1.7057569296375266,1,0.667,1,0,1,1.0,86.79245283018868,7.212823362320431,110.1907689305228,107.64703969019287,12.201739662097566,4.988916299777135,10.010429532984208,903.2,874.3,869.9333333333333,7.285828662930349,0,0,11.5,1.2260127931769722,0,1.234375,234.3216911118147,0,1,24.59016393442623,0,1,8.690614136732332,95.27339287116604,0,0,0,0,0,0,1.6860698514652768,1.9832149985162006,8.196721311475414,1.7057889323367812,35.36470588235295,0,0,3.305718326191431,0.865546218487395,-19468311625.501644,-9625715.132549286,3.1181915291393563,6986656.902267039,0,0,,-41.349756501515365,38.39576408908266,1,1,2.920300751879719,0.6234717860370678,929.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,866.05,923.0,858.2333333333333,8.307834420645467,0,0,0,none,1,1.3265306122448979,-0.7462686567164178,1,0.667,1,1,1,1.0,89.10891089108911,5.273832121769801,129.44865319865335,127.96674005007355,10.480227944097578,5.206395822327777,8.267738316592585,893.2,873.2,856.2,7.420980302336222,0,0,13.071428571428571,1.393542491623515,0,1.4035087719298245,295.2726595942672,0,1,41.81818181818181,0,1,8.564814814814813,87.24868259169146,0,0,0,0,0,0,23.83113311331134,3.403330985753548,5.606060606060609,1.675655915588834,25.826470588235225,0,0,4.261940549975436,0.957983193277311,-21803743774.056274,-26640786.181518555,2.088300881211029,8589888.813263416,0,0,-1.9924405060007626,-41.17293389007146,17.10121809869352,0,1,1.2932330827067693,0.1796969642486631,920.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,852.0666666666666,910.7333333333333,851.0,10.08528284171819,0,0,0,none,1,2.1794871794871793,-0.5330490405117271,1,0.75,1,1,1,3.252225338724422,35.56482764204236,32.31260230331794,883.0,845.5,766.95,10.940272028385568,0,0,20.5,2.185501066098081,0,1.2605042016806722,198.65958523014635,0,1,43.05555555555556,0,1,10.482921083627804,72.09145763138243,0,1,0,1,0,0,15.522282718289972,3.5496667911008366,13.47465886939571,1.6310673236827116,83.84411764705874,0,0,6.232048788334306,0.8067226890756303,-28458273742.553776,-51849786.83132553,1.1871546789998448,16579988.218198538,0,0,-0.5148121099911781,-40.840873981183336,69.09831444664685,1,1,5.6195488721804425,0.8353655330497769,925.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,863.0166666666667,907.0,812.2666666666667,8.688515092408423,0,0,0,none,1,8.10344827586207,-1.9189765458422177,1,0.923,1,1,0,18.92513472213566,33.49086284315649,14.565728121020832,880.4,779.7,798.0666666666667,12.094395280235993,0,0,48.785714285714285,5.581889506374632,0,0.6863468634686347,120.72942985828848,0,1,-31.365313653136536,0,0,22.580645161290324,80.32972646269108,0,0,0,0,0,0,-15.374570608441957,-3.059744240305573,-7.985968748576383,0.8488115481303588,118.78235294117644,0,0,10.914213867955507,0.15966386554621848,-56135528128.354355,138591349.56158447,1.6850926562010975,98439413.18356705,0,0,0.026371054629371345,-39.86601837646969,64.68919023220953,1,1,9.983458646616537,0.7424337821552834,864.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,none,above_cloud,above,11.315,0,0,720.4333333333334,919.6666666666667,706.5333333333333,21.315874705038617,1,0,0,none,1,-0.1864406779661017,-7.322654462242563,0,0.6,0,-1,0,0,4,0,0,0.0,1.0,0.0,0,1.0,83.62573099415205,121.80799220272904,114.58225590431105,17.20852225822258,73.10126582278481,83.3867986921075,89.2175342481403,0.8439264035829014,35.165649261705205 -281,2026-01-06 04:33:00,sell,928.0,0.35,47,고점 매도 · 비중 35% · 분할 · leg#47,0.332165920697623,50.0,-2.9216690215313896,11.111111111111299,19.642857142857455,6.058954410683896,8.980623432215285,3.3835644498076247,931.0,933.3,904.9666666666667,-0.567877424193719,0,1,7.357142857142857,0.792795566502463,0,0.125,-59.64912280701831,0,0,-87.5,1,0,-1.0660980810234588,74.8444822774287,0,0,0,0,0,0,3.191489361702132,-0.2954443608906132,-3.7698412698412707,0.41703981827971515,5.197058823529346,0,0,1.4819787590574187,0.9243697478991597,-11744127877.03317,-4772751.715606689,0.6462667735416765,454962.2697389573,1,0,,-42.196230252895305,29.126410905920007,1,1,0.530827067669182,0.15823505732749354,927.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,877.7166666666667,945.9666666666667,861.0333333333333,5.728879858724345,1,0,0,none,1,0.5630252100840336,-0.21551724137931033,0,0.758,0,0,0,0.5700855255347864,53.125,-1.3380554228334347,23.973429951691163,53.897515527950894,11.931382944694633,13.269438367528068,7.0302323183942415,936.0,923.45,892.1166666666667,0.49271752666630864,0,0,8.285714285714286,0.892857142857143,0,0.660377358490566,31.85840707964561,0,0,-78.26086956521739,0,0,0.43290043290042934,74.21928337296268,0,1,0,1,0,1,-5.779109589041099,-0.7996929723941335,-28.944099378881997,0.65610022810121,26.008823529411757,0,0,2.4304024078703943,1.0,-13926831786.212755,-17964588.026979446,0.4758509175578935,1947342.191133745,0,0,,-42.16872436861344,59.72105547339448,1,1,2.232330827067661,0.6621235202713223,929.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,874.1333333333333,946.0,858.0,6.162294081757169,1,0,0,none,1,0.6767676767676768,-0.7543103448275862,0,0.708,0,0,0,0.7558180307937019,73.68421052631578,3.1430783586189452,102.87356321839088,107.55014649537979,16.986616564459837,13.843538205840892,11.022633426684331,935.0,902.55,876.85,2.819788377375221,0,0,12.214285714285714,1.316194581280788,0,0.896551724137931,73.0777852499441,0,0,-10.344827586206897,0,1,4.504504504504503,61.61464333602908,0,1,0,0,0,0,-4.57665903890161,-1.3049858113688835,-5.747126436781599,0.8933281646668993,43.16176470588232,0,0,2.704675126004145,1.0,-17508737540.548855,-35887764.32474899,0.6078177303804068,4162331.075467922,0,0,,-42.11626978650196,53.68107873668947,1,1,3.8639097744360864,0.8447509914883955,927.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,858.95,934.0,857.6333333333333,8.038884684789572,1,0,0,none,1,0.8607594936708861,-0.21551724137931033,0,0.714,-1,0,0,0.8306975858881811,73.14814814814815,5.6626478821336494,107.47126436781612,108.63392546151175,17.890819108262917,12.228171226129268,11.588133677708807,933.8,893.75,872.8666666666667,3.832167832167843,0,0,13.714285714285714,1.477832512315271,0,0.9090909090909091,98.41366070526398,0,0,-10.344827586206897,0,1,5.334846765039725,78.92247900505036,0,1,0,0,0,0,-17.863087806908027,-1.3208173451368097,-5.448275862068954,0.9923365068340203,50.44117647058829,0,0,3.0359759303362774,1.0,-17181390372.48959,-5575899.430727005,0.5595328573438126,5767027.691202223,0,0,-0.7560305855183801,-42.09011499821402,50.46395187217629,1,1,3.8894736842105178,0.7897881246068204,925.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,858.2833333333333,934.0,857.0,8.122803270093403,1,0,0,none,1,1.2033898305084745,-0.10775862068965517,0,0.733,-1,-1,0,1.0,79.3103448275862,7.394096347071407,111.97062841530033,108.05181498829025,14.231536733616394,6.837440386544987,11.21521392510973,912.6,877.75,871.1833333333333,5.724864710908584,0,0,13.0,1.4008620689655173,0,1.078125,160.9660414368026,0,1,8.19672131147541,0,1,7.407407407407418,89.50475356286428,0,0,0,0,0,0,-7.482108002602473,0.18127298475097664,1.779859484777532,1.2910801528043474,42.75882352941176,0,0,3.414324875117379,0.8907563025210085,-19471724212.784523,-13910520.18957138,0.9767347259343303,4429700.572338641,0,0,,-41.971447748498704,39.63450282782141,1,1,3.445864661654121,0.6861635743025747,920.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,866.05,923.0,858.2333333333333,7.1531666762889135,0,0,0,none,1,1.183673469387755,-0.5387931034482759,0,0.667,0,0,0,1.0,89.10891089108911,5.273832121769801,129.44865319865335,127.96674005007355,10.480227944097578,5.206395822327777,8.267738316592585,893.2,873.2,856.2,7.420980302336222,0,0,13.071428571428571,1.393542491623515,0,1.4035087719298245,295.2726595942672,0,1,41.81818181818181,0,1,8.564814814814813,87.24868259169146,0,0,0,0,0,0,23.83113311331134,3.403330985753548,5.606060606060609,1.675655915588834,25.826470588235225,0,0,4.261940549975436,0.957983193277311,-21803743774.056274,-26640786.181518555,2.088300881211029,8589888.813263416,0,0,-1.9924405060007626,-41.17293389007146,17.10121809869352,0,1,1.2932330827067693,0.1796969642486631,920.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,852.0666666666666,910.7333333333333,851.0,10.08528284171819,0,0,0,none,1,2.1794871794871793,-0.5330490405117271,1,0.75,1,1,1,3.252225338724422,35.56482764204236,32.31260230331794,883.0,845.5,766.95,10.940272028385568,0,0,20.5,2.185501066098081,0,1.2605042016806722,198.65958523014635,0,1,43.05555555555556,0,1,10.482921083627804,72.09145763138243,0,1,0,1,0,0,15.522282718289972,3.5496667911008366,13.47465886939571,1.6310673236827116,83.84411764705874,0,0,6.232048788334306,0.8067226890756303,-28458273742.553776,-51849786.83132553,1.1871546789998448,16579988.218198538,0,0,-0.5148121099911781,-40.840873981183336,69.09831444664685,1,1,5.6195488721804425,0.8353655330497769,925.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,863.0166666666667,907.0,812.2666666666667,8.688515092408423,0,0,0,none,1,8.10344827586207,-1.9189765458422177,1,0.923,1,1,0,18.92513472213566,33.49086284315649,14.565728121020832,880.4,779.7,798.0666666666667,12.094395280235993,0,0,48.785714285714285,5.581889506374632,0,0.6863468634686347,120.72942985828848,0,1,-31.365313653136536,0,0,22.580645161290324,80.32972646269108,0,0,0,0,0,0,-15.374570608441957,-3.059744240305573,-7.985968748576383,0.8488115481303588,118.78235294117644,0,0,10.914213867955507,0.15966386554621848,-56135528128.354355,138591349.56158447,1.6850926562010975,98439413.18356705,0,0,0.026371054629371345,-39.86601837646969,64.68919023220953,1,1,9.983458646616537,0.7424337821552834,864.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,none,above_cloud,above,11.315,0,0,720.4333333333334,919.6666666666667,706.5333333333333,21.315874705038617,1,0,0,none,1,-0.1864406779661017,-7.322654462242563,0,0.6,0,-1,0,0,2,0,0,0.0,0.5,0.0,0,1.0,83.62573099415205,121.80799220272904,114.58225590431105,17.20852225822258,73.10126582278481,83.3867986921075,89.2175342481403,0.8439264035829014,35.165649261705205 -282,2026-01-06 16:48:00,buy,897.0,0.118,48,저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48,0.0861516268068949,22.727272727272734,-1.1043295892993643,8.888888888889069,5.993265993266294,-3.6372765969234706,-2.5329470076241063,2.2795697350123456,903.2,911.6,917.9,-0.9433962264150941,0,0,3.4285714285714284,0.37968675842429994,0,0.23529411764705882,-157.21530659290048,1,0,-73.33333333333333,0,0,-1.0952902519167584,5.959776985462284,0,0,0,0,1,0,0.0,0.08774042172348029,5.858585858585858,-0.016209238017643363,-10.879411764705878,0,0,0.7737129620214387,0.7815126050420168,-11761333428.16817,-6975664.51556015,4.3484226380186355,207572.1106385216,1,0,,-43.68659779689743,62.096293062679614,1,1,-0.7669172932330806,0.7627297573105918,899.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,912.75,923.2,899.0,-1.0682004930156141,1,0,0,none,1,-0.14285714285714285,-0.33222591362126247,0,0.485,0,0,1,0.0019914399542926807,27.58620689655173,-1.228525339325556,11.574074074074415,20.28659611993003,-3.815421994280541,-2.586896654954985,2.16670608440647,906.2,912.85,918.4166666666666,-1.0790381771375368,0,0,3.7142857142857144,0.4113273216263249,0,0.2222222222222222,-210.97046413501977,1,0,-77.77777777777779,0,0,-1.4192139737991272,6.793971124666214,0,0,0,0,0,0,-2.4137931034482705,-0.06109576977657838,-16.402116402116405,-0.11590985516256791,-12.450000000000045,0,0,1.1144028343792982,0.7647058823529411,-13952002968.67023,-10238320.143575668,3.611447345169235,826120.0498645715,1,0,,-43.659865274267005,42.935169389393195,1,1,-0.5827067669173133,0.4860593524495779,899.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,920.45,923.2,899.0,-1.895811831169536,1,0,0,none,1,-0.2222222222222222,-0.33222591362126247,0,0.448,0,0,1,0.0,23.913043478260875,-1.4871259163586183,28.39130434782615,26.3719806763285,-2.6672815168942634,-1.180155600535645,2.970892703329592,911.4,918.25,918.6666666666666,-1.8785733732643584,0,0,6.285714285714286,0.6976375455842714,0,0.08,-220.66585464880325,1,0,-92.0,1,0,-1.5300546448087426,12.685864153735125,0,0,0,0,0,0,-13.924794359576964,-0.7095840043266797,-2.8888888888888893,-0.08312502394970792,-8.882352941176464,0,0,1.8342836365899005,0.7983193277310925,-17529656462.9001,-2709897.3439826965,2.476498191881427,-1062657.5251778886,0,0,,-43.73419849350585,32.65329919172494,1,1,-0.9390977443609008,0.6636113622103379,899.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,920.5833333333333,934.0,904.8333333333334,-2.12727437313297,0,0,0,none,1,-0.3037974683544304,-0.3329633740288568,0,0.444,-1,-1,1,0.0,35.593220338983045,-1.89410261194239,20.039682539682566,19.041606541606637,-1.7229511593309326,0.17115145261145753,2.540282891248299,912.2,918.3,916.8,-1.6661221822933614,0,0,6.642857142857143,0.7356430944470812,0,0.125,-248.08429118774222,1,0,-87.5,1,0,-2.4838012958963263,27.18173141119992,0,0,0,0,0,0,-7.263922518159809,-0.5888907887275421,1.1363636363636367,-0.001626860453064455,-8.405882352941262,0,0,1.7708809054941854,0.7899159663865546,-17216693797.717793,-19566069.19607544,2.346599783115003,-1244442.1057927608,0,0,,-43.583208941505234,21.22122457488311,0,1,-0.4842105263157944,0.24128101125608836,900.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,915.6333333333333,934.0,910.8,-1.3797371582511153,0,0,0,none,1,0.3728813559322034,-0.4429678848283499,0,0.579,-1,-1,1,0.18715202035244183,47.05882352941176,-2.5378654487176657,29.69696969696946,33.131313131312986,4.309527061880203,6.847392510597869,1.983205803379079,915.8,918.7,891.25,-0.6204419288124541,0,0,7.285714285714286,0.7979971835393522,1,0.5652173913043478,-241.55844155844198,1,0,-40.909090909090914,0,0,-0.4362050163576936,37.61637386054917,1,0,0,0,0,0,4.953560371517028,-0.08452485120118869,9.696969696969699,0.434276029226994,0.8529411764706083,0,0,1.8477892945077485,0.12605042016806722,-19510481340.970913,-21140244.629673004,2.8819186158962697,-941420.9176344275,0,0,,-42.84374853233175,20.92950763621113,0,1,-0.2526315789473479,0.10766642633982648,900.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,921.9333333333334,923.0,859.0,-0.9689782341456454,1,0,0,none,1,1.0408163265306123,-0.43811610076670315,0,0.667,0,0,1,0.6123195142122445,63.41463414634146,-0.8111258372643313,82.57936507936522,90.0108225108227,12.874543019746625,13.685668857010956,10.64595460853011,916.8,903.2,874.0333333333333,1.1957484499557136,0,0,16.857142857142858,1.8443263519849953,0,0.8813559322033898,6.6456803078006255,0,0,-33.33333333333333,0,0,0.10952902519167917,50.681789611390656,0,1,0,1,0,1,-1.3853658536585343,-0.6862261265599336,-10.353535353535364,0.6324272776689547,26.732352941176487,0,0,4.433469849593145,0.907563025210084,-21840494347.053253,-29924719.28917694,1.6064786298130593,-6203940.362239063,0,1,,-42.612285275953695,60.10092332425694,1,1,3.132330827067664,0.5942732724407929,900.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,919.95,921.0,858.0,-0.6467742812109378,1,0,0,none,1,1.1282051282051282,-0.437636761487965,0,0.75,0,0,0,2.5858879321670116,37.434528523944095,34.848640591777084,912.6,864.8,776.7333333333333,5.689176688251618,0,0,21.142857142857142,2.313222882150672,0,1.0340909090909092,119.8739590366869,0,1,5.172413793103448,0,1,5.909617612977991,53.58689311287012,0,1,0,1,0,0,-2.3721227621483365,-0.8538117216070944,-12.6277139208174,1.093855645693469,95.30882352941171,0,0,6.615321166831079,0.8235294117647058,-28487566235.714317,-76976134.07504654,0.7683442987627526,4243795.555715859,0,0,-0.7874148540602809,-42.29420164987614,60.26762211089186,1,1,5.338345864661653,0.8274445413544342,912.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,907.95,911.0,813.4,0.6663362519962579,0,0,0,none,1,6.9655172413793105,-1.75054704595186,0,0.917,0,0,0,18.92513472213566,33.49086284315649,14.565728121020832,880.4,779.7,798.0666666666667,12.094395280235993,0,0,48.785714285714285,5.581889506374632,0,0.6863468634686347,120.72942985828848,0,1,-31.365313653136536,0,0,22.580645161290324,80.32972646269108,0,0,0,0,0,0,-15.374570608441957,-3.059744240305573,-7.985968748576383,0.8488115481303588,118.78235294117644,0,0,10.914213867955507,0.15966386554621848,-56135528128.354355,138591349.56158447,1.6850926562010975,98439413.18356705,0,0,0.026371054629371345,-39.86601837646969,64.68919023220953,1,1,9.983458646616537,0.7424337821552834,864.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,none,above_cloud,above,11.315,0,0,720.4333333333334,919.6666666666667,706.5333333333333,21.315874705038617,1,0,0,none,1,-0.1864406779661017,-7.322654462242563,0,0.6,0,-1,0,3,0,0,0,0.75,0.0,0.0,1,0.8542695528325169,68.82352941176471,111.67122787812441,122.51474791704675,16.05889256574419,73.10126582278481,83.3867986921075,89.2175342481403,0.8439264035829014,35.165649261705205 -283,2026-01-07 02:57:00,buy,887.0,0.12,48,저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48,0.04361622247237632,30.0,-1.0640364209459148,12.121212121212308,11.143917810584805,-3.5707531020810848,-2.50671668113517,2.188599097385403,898.6,906.05,914.5166666666667,-0.9988411235583028,0,0,4.5,0.5016722408026756,0,0.36363636363636365,-218.79021879022042,1,0,-63.63636363636363,0,0,-1.320132013201325,16.21617066229038,0,0,0,0,0,0,5.862068965517238,-0.050550901193629816,4.42890442890443,0.04842920075577063,-10.450000000000045,0,0,0.9248829933785818,0.4957983193277311,-11775312926.4864,-3274124.098087311,4.331395367471212,-495700.19968378544,0,0,,-44.010397922128305,16.25635596506008,0,1,-0.4789473684210278,0.32668323555435475,889.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,925.75,938.0,893.9,-3.105590062111796,1,0,0,none,1,-0.18487394957983194,-0.33444816053511706,0,0.5,0,0,1,0.0,37.5,-0.9430439827045438,29.904306220096036,54.57963089542094,-5.552812139954426,-4.609768157249882,2.7219774993983212,900.8,906.5,920.3,-1.3789299503585206,0,0,5.714285714285714,0.6391818472355385,0,0.28,-239.2776523702022,1,0,-68.18181818181817,0,0,-1.433296582138921,14.19612979201601,0,0,0,0,1,0,5.681818181818173,-0.2727541951690373,-13.203463203463205,-0.060025446772332375,-15.11470588235295,0,0,1.5313671477342803,0.8319327731092437,-13971634855.068827,-6122306.564657211,3.162301221770809,-439355.1007629894,0,0,,-44.17076026436562,26.01373521349874,1,1,-0.6511278195488664,0.3899562183466976,887.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,925.25,934.6,892.1,-3.3774655498513884,1,0,0,none,1,-0.10101010101010101,-0.11185682326621924,0,0.591,0,0,1,0.0,22.077922077922068,-2.217253597262339,32.849002849002915,28.357075023741697,-5.998152190372025,-3.780898593109686,5.146547694017623,903.8,915.6,915.6,-2.7959807776321566,0,0,9.071428571428571,1.0192616372391654,0,0.07317073170731707,-177.11617046117973,1,0,-88.88888888888889,1,0,-2.412280701754388,15.197716391863707,0,0,1,0,1,0,-11.768231768231786,-0.7846427516967407,1.1396011396011367,-0.10899433922323253,-19.32941176470581,0,0,2.2862512087712537,1.0,-17548808474.161606,-4356540.58600235,2.193150789226303,-1477405.473105222,0,0,,-44.37070864776176,43.99355939733673,1,1,-1.8270676691729344,0.8418868393678376,887.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,904.5,935.3333333333334,895.3333333333334,-1.603095632946383,0,0,0,none,1,-0.43037974683544306,-0.11235955056179776,0,0.478,-1,-1,1,0.054649192351053706,24.637681159420282,-2.888628943997142,20.065359477124208,10.784313725490293,-3.694110864873892,-0.8054819208767499,4.864123616656935,906.2,920.95,916.7,-2.1662413811824766,0,0,10.357142857142858,1.1495164103377202,0,0.2857142857142857,-172.509029105587,1,0,-66.66666666666666,0,0,-2.699784017278617,14.445573465450579,0,0,0,0,0,0,-12.127024722932667,-0.18117385700789645,9.999999999999996,0.14577612410046104,-15.232352941176487,0,0,2.1853146222362634,0.8151260504201681,-17280038683.230015,-47769050.771232605,3.1441653968046177,-2226897.0838876963,0,0,,-43.658112686854864,38.3641105987769,1,1,-1.5240601503759652,0.6482028420260663,887.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,905.7833333333333,927.8333333333334,890.2666666666667,-0.5280880269380006,1,0,0,none,1,-0.2033898305084746,-0.11098779134295228,0,0.467,-1,0,1,0.37369444873952096,50.617283950617285,-2.0964862890871814,19.166666666666426,35.429292929292785,1.1053789937085412,3.2018652827957226,5.27186782504987,915.4,916.1,908.0,-0.6658661718153103,0,1,11.214285714285714,1.2323390894819466,0,0.575,-125.64102564102579,1,0,-42.5,0,0,-1.6216216216216162,43.4240422731856,0,0,0,0,0,0,0.0,-0.3554138803848872,-3.5606060606060623,0.33051543686514706,-9.432352941176418,0,0,2.6748672923807137,0.7899159663865546,-19582469840.445553,-70444245.0395279,2.2262025050243346,2376805.1961102486,1,0,,-42.981040924171666,22.891296995838037,0,1,1.0015037593984921,0.2408121538592668,887.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.15,927.0,901.5,-1.7437780057226182,1,0,0,none,1,0.5918367346938775,-0.10989010989010989,0,0.5,0,0,1,0.2308835165199983,46.34146341463415,-1.637426866538382,88.08373590982302,105.20665593129381,7.634174012908261,9.271600879446643,3.6911203856290937,921.6,916.1,885.7166666666667,-0.9933413382818501,0,0,14.0,1.5435501653803747,0,0.5555555555555556,-195.39110678351133,1,0,-44.44444444444444,0,0,-0.7658643326039383,42.63453980354707,0,0,0,0,1,0,-7.944250871080136,-1.1155057643299493,-22.061191626409027,0.4101822374389741,13.155882352941262,0,0,2.564717853426331,0.37815126050420167,-21917187420.946472,-76693073.893219,1.2513920821612345,1268537.4299030304,1,0,,-43.001330200046716,19.400632290666504,0,1,0.0015037593984916523,1.1074969751279085e-06,887.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,921.9166666666667,923.0,858.0,-1.618005965832059,1,0,0,none,1,0.6666666666666666,-0.11025358324145534,0,0.6,-1,0,0,1.3932876861094599,36.95770895838223,35.56442127227277,918.2,874.6,783.2666666666667,6.105648296364041,0,0,23.428571428571427,2.524630541871921,0,1.1954022988505748,80.37943085371973,0,0,34.0,0,1,7.283236994219644,55.17043979611173,0,1,0,1,0,0,1.9086176980913905,-0.07654734976380695,10.275132275132279,1.0757012808764816,82.0617647058823,0,0,6.532243881343112,0.8067226890756303,-28510020824.01153,-97534997.44273376,1.0546079304473088,8242836.912132442,0,0,-0.9847840456838679,-41.36382005291882,52.39180810141908,1,1,5.413533834586455,0.8349637460803093,900.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,908.4,911.0,812.2,2.1576398062527646,0,0,0,none,1,6.310344827586207,-1.6163793103448276,0,0.909,0,0,0,15.647272777199618,38.9569741820701,23.30970140487048,897.6,796.8,799.6,11.06927710843375,0,0,52.357142857142854,5.916061339790153,0,0.7269372693726938,98.09013031766456,0,0,-27.30627306273063,0,0,14.341085271317834,87.33658290222569,0,0,0,0,0,0,-9.405401481051257,-3.6813475809993506,-5.289052890528922,0.7913616323488589,123.83823529411768,0,0,12.347903641444898,0.35294117647058826,-56284116041.53865,-33103063.52066803,1.0567546335717724,67433074.18208838,0,0,-0.3419523238110356,-38.94593232972758,64.13453233696649,1,1,11.908270676691721,0.838570341689151,868.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,above_cloud,above,6.81,0,0,720.4333333333334,919.6666666666667,706.5333333333333,22.84273353999906,1,0,0,none,1,-0.2711864406779661,7.457627118644068,0,0.6,0,0,0,3,0,1,0,0.75,0.0,0.333,1,0.8808905497368305,70.32967032967034,113.63218390804597,109.55348780636136,16.029928546619594,70.87628865979381,76.62976629766295,80.64512805932077,0.7866128272184313,38.62101084539982 -284,2026-01-07 11:00:00,buy,891.0,0.119,48,저점 분할 매수 · 비중 12% · 8회 · BB하단 · leg#48,0.11871400484307355,28.0,-0.1177114632714531,8.333333333333522,16.865079365079705,-4.309208029330534,-4.191496566059081,1.8352804805498248,895.8,900.3,912.2666666666667,-0.6997667444185174,0,0,3.4285714285714284,0.38350910834132307,0,0.09090909090909091,-115.00000000000254,1,0,-87.5,1,0,-0.9966777408637828,32.73900492414465,0,0,1,0,0,0,0.0,-0.007926630093040288,-12.500000000000002,0.040680136287878615,-9.649999999999977,0,0,0.8685825120663555,0.8067226890756303,-11780565792.471226,,0.14799464888184272,-5314.12165056169,0,0,,-44.17126420938439,68.67869560971882,1,1,-0.6285714285714368,0.8104344760729718,893.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,922.1500000000001,924.9,900.7,-3.052648701404337,0,0,0,none,1,0.0,-0.11185682326621924,0,0.432,0,0,0,0.0885307656771153,15.0,-0.8396557583999638,17.989417989418328,14.715608465609042,-5.617994085583177,-4.778338327183214,3.2225176033166743,896.8,905.0,914.7833333333333,-1.3259668508287303,0,0,3.5,0.3919372900335946,0,0.04,-126.01032232934206,1,0,-92.85714285714286,1,0,-1.3259668508287303,22.484199782898415,1,0,1,0,1,0,0.0,-0.09579898460826008,-3.552713678800501e-15,-0.2894387317976371,-15.258823529411757,0,0,0.8011943032681191,0.23529411764705882,-13977317165.697216,-4320670.26748085,0.2965732420897176,-387341.4999524914,0,0,,-44.20735930820609,76.09751532664586,1,1,-1.187969924812038,0.9292041986153516,892.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,894.15,926.0,888.3,-0.12861376726499563,1,0,0,none,1,-0.1414141414141414,-0.22396416573348266,0,0.44,-1,-1,0,0.07885861965197234,20.0,-2.747067056536297,10.238095238095305,10.653439153439162,-4.074769551289478,-1.3277024947531813,4.263388648376044,899.8,913.4,908.6666666666666,-1.7954893803372007,0,0,5.214285714285714,0.5813027552157987,0,0.10714285714285714,-130.7938856015784,1,0,-89.28571428571429,1,0,-2.500000000000002,0.0,0,0,0,0,0,0,0.0,0.09512127220149225,3.571428571428572,-0.08103517585685913,-15.458823529411688,0,0,1.1931143245562552,0.226890756302521,-17557301736.272934,-7227966.298439026,1.9538931966329005,-1283971.9050930813,0,0,,-43.907194949594356,54.07500779009434,1,1,-1.4015037593985067,0.7253451264767874,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,921.1666666666667,935.3333333333334,887.0,-2.6234847114166904,1,0,0,none,1,-0.3291139240506329,-0.2229654403567447,0,0.4,-1,0,1,0.023273324911106796,15.0,-2.509458124030793,15.346703752500881,13.529223928410397,-2.0743532286792288,0.4351048953515646,3.9084998943657343,903.2,915.05,914.5333333333333,-1.8632861592262628,0,0,6.357142857142857,0.7079223671651288,0,0.13793103448275862,-160.31073446327753,1,0,-85.18518518518519,1,0,-2.497285559174811,17.95724667940155,0,0,0,0,0,0,-0.3846153846153868,-0.3467025482935231,3.1838856400259914,-0.004836668496579312,-7.261764705882342,0,0,1.6475427588981901,0.4369747899159664,-17290986372.550003,-7406473.396156311,1.3731541100313336,-1373955.1453509927,0,0,,-43.81971157242673,42.89482854979604,1,1,-0.7616541353383506,0.2539766414621122,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,920.4833333333333,927.8333333333334,890.2666666666667,-2.4425573521157373,1,0,0,none,1,-0.23728813559322035,-0.22271714922048996,0,0.5,-1,0,0,0.32017459566530215,52.4390243902439,-0.504201362348706,45.97530864197506,70.85451464536416,-0.4459424144783952,0.058258947870310815,4.863804264747931,913.0,908.95,915.0333333333333,-0.8746355685131268,0,0,10.642857142857142,1.1812272078642776,0,0.4117647058823529,-83.17338451695461,0,0,-74.07407407407408,0,0,-0.11086474501108556,45.92968776939952,1,0,1,0,1,0,-7.788248337028826,-0.9343522621409415,-26.65214233841685,0.23844019393446209,-4.173529411764775,0,1,3.4808642129298137,0.7899159663865546,-19599191546.830093,-16841750.988128662,1.1404411102410783,144401.31687873602,1,0,,-43.51885581323026,23.30544233501423,0,1,0.6052631578947522,0.10496495876801915,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,926.3333333333333,927.0,893.6666666666666,-2.734796689456631,1,0,0,none,1,-0.3877551020408163,-0.22197558268590456,0,0.412,-1,0,0,0.36335670420724214,47.55244755244755,-1.041630276489797,78.70370370370385,87.03703703703722,3.2495926040161294,4.291222880505926,5.338327091475967,915.6,911.65,892.6666666666666,-0.7294466077990447,0,0,17.0,1.8784530386740332,0,0.5,-82.96557811120925,0,0,-50.0,0,0,-2.4784482758620663,42.59321620273575,0,0,0,0,0,0,-8.936102065873058,-0.6968527938393976,-21.296296296296305,0.4186401205840833,0.8852941176470495,0,0,4.176921266379636,0.7478991596638656,-21935027512.91451,-87469158.76763535,1.1075397951580277,-2588204.068608105,0,0,,-43.10072481267186,14.73992955898909,0,1,0.018796992481191405,8.354070363592037e-05,894.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,921.95,923.0,860.0,-1.8384944953630966,1,0,0,none,1,1.1025641025641026,-0.22099447513812157,0,0.545,-1,-1,0,-1.3675531674265997,33.64526536810399,35.01281853553059,914.4,883.15,789.1166666666667,3.9461020211742026,0,0,24.571428571428573,2.676626206037971,0,1.1111111111111112,60.78595857262654,0,0,14.000000000000002,0,1,6.49651972157772,46.42360231229975,0,1,0,1,0,1,1.4287919211518556,-0.5286953878844685,4.091954022988517,0.8818398807284088,66.08823529411768,0,0,7.077423108964095,0.8487394957983193,-28522875630.931496,-72419677.97012329,0.720501518955378,7444069.146470249,0,0,-1.1810449052140102,-41.96912626584592,41.90295460316857,1,1,4.666917293233076,0.754970943782829,902.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,819.1166666666667,911.0,816.6333333333333,12.07194742303701,0,0,0,none,1,5.620689655172414,-1.1982570806100217,0,0.889,0,0,0,15.647272777199618,38.9569741820701,23.30970140487048,897.6,796.8,799.6,11.06927710843375,0,0,52.357142857142854,5.916061339790153,0,0.7269372693726938,98.09013031766456,0,0,-27.30627306273063,0,0,14.341085271317834,87.33658290222569,0,0,0,0,0,0,-9.405401481051257,-3.6813475809993506,-5.289052890528922,0.7913616323488589,123.83823529411768,0,0,12.347903641444898,0.35294117647058826,-56284116041.53865,-33103063.52066803,1.0567546335717724,67433074.18208838,0,0,-0.3419523238110356,-38.94593232972758,64.13453233696649,1,1,11.908270676691721,0.838570341689151,868.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,above_cloud,above,6.81,0,0,720.4333333333334,919.6666666666667,706.5333333333333,22.84273353999906,1,0,0,none,1,-0.2711864406779661,7.457627118644068,0,0.6,0,0,0,4,0,1,0,1.0,0.0,0.333,1,0.7741850576679249,62.672811059907836,108.66666666666667,108.95785440613027,14.392111863198142,70.87628865979381,76.62976629766295,80.64512805932077,0.7866128272184313,38.62101084539982 -285,2026-01-08 23:42:00,buy,830.0,0.128,48,저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48,0.27998262868545604,41.17647058823529,-0.12105752987378104,40.00000000000019,26.666666666667016,-1.2082894700012048,-1.0872319401274237,0.8713339395800984,832.4,834.6,837.1833333333333,-0.19170860292355707,0,0,2.5714285714285716,0.3086949065340422,0,0.3333333333333333,-20.22471910112063,0,0,-60.0,0,0,-0.23952095808382756,30.217521635022564,1,0,1,0,1,0,-5.882352941176471,0.06511831486513131,13.333333333333332,0.3694969784360711,-2.905882352941262,0,0,0.515679795189737,0.2184873949579832,-11806616467.288881,-138194.1358242035,0.424076222314376,-225886.32880677283,0,0,,-47.861831184735436,13.720295135598096,0,1,-0.2345864661654252,0.5827307121306474,832.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,842.7,850.0666666666667,831.0,-1.1510620624184176,1,0,0,none,1,-0.21008403361344538,-0.4801920768307323,0,0.344,0,0,0,0.32573222027895365,41.379310344827594,0.053662490580351774,48.88888888888923,32.12962962963021,-1.6838029636684269,-1.7374654542487786,1.2015575187122878,833.2,835.75,840.3833333333333,-0.2093927609931212,0,0,3.5714285714285716,0.4282288454950326,0,0.4444444444444444,-120.65439672801118,1,0,-33.33333333333333,0,0,-0.23923444976076125,19.469523275319418,0,0,0,0,0,0,0.0,0.08358379624905488,18.055555555555554,0.40847723158543164,-4.673529411764775,0,0,0.9229926256187585,0.7142857142857143,-14031055186.499573,-932169.5057411194,1.2831550051912344,-332364.1470019743,0,0,,-47.77434211601703,12.305264484536968,0,1,-0.3330827067669212,0.6160987018694966,830.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.1500000000001,858.6,830.0,-1.668336968696582,1,0,0,none,1,-0.21212121212121213,-0.1199040767386091,0,0.4,0,0,0,0.23691877507482503,41.66666666666667,0.12794212091795343,33.33333333333339,34.72222222222222,-3.6956726517483958,-3.823614772666349,1.5207153408172673,834.2,837.35,849.1333333333333,-0.40007165462471184,0,0,4.0,0.4796163069544364,1,0.25,-96.33357296908763,0,0,-50.0,0,0,-0.23923444976076125,37.598325874955556,1,0,1,0,1,0,9.848484848484844,0.08663599611495298,0.0,0.26065368153896884,-7.7088235294116885,0,0,1.0127081410467795,0.40336134453781514,-17628253156.35865,-1231975.8782196045,1.4298747733436268,-10511.975102044642,0,0,,-47.72713990638701,15.41047841929774,0,1,-0.42330827067669485,0.618858884422169,833.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,843.6666666666667,871.0,831.0,-1.145792177005145,1,0,0,none,1,-0.4936708860759494,-1.079136690647482,1,0.278,0,0,0,0.027659499306764177,27.272727272727266,-0.21115857472937005,15.15151515151519,15.263748597082044,-5.503338358499036,-5.292179783769666,2.504942263308273,835.6,840.95,855.15,-1.1831856828586784,0,0,5.785714285714286,0.6962351727694688,0,0.06666666666666667,-143.07931570762122,1,0,-90.9090909090909,1,0,-1.54028436018957,19.606342972447493,0,0,1,0,0,0,-6.060606060606062,-0.19714729323299007,-0.673400673400673,0.0654180626745747,-12.42058823529419,0,0,1.149351055668287,0.2605042016806723,-17372528741.568333,-3037906.250526428,0.7810238515729402,-698991.9838971794,0,0,,-47.892575371831384,49.34406930889132,1,1,-0.8323308270676733,0.8742672222828632,830.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,862.6666666666667,870.0,830.0,-3.670788253477597,1,0,0,none,1,-0.576271186440678,-0.12033694344163659,0,0.312,-1,0,0,0.05444665447979747,25.454545454545453,-1.1249321645033499,10.71829405162714,10.68088290310497,-8.493398900901184,-7.368466736397834,4.797251711129472,836.4,849.15,868.3166666666667,-2.137431549196256,0,0,8.071428571428571,0.9712910434932096,0,0.0,-110.2981029810294,1,0,-100.0,1,0,-2.004716981132071,22.662341832939674,0,0,0,0,0,0,-14.54545454545454,-0.17899344682617535,0.0,-0.007253390419074426,-19.35294117647061,0,0,1.973400645061767,0.18487394957983194,-19723543568.266285,-7712460.429843903,1.2882648588873273,-2657907.2801668644,0,0,,-47.78674732954191,28.512649550563726,1,1,-1.5842105263157962,0.8469542967565823,831.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,871.3166666666666,872.0,844.6666666666666,-4.627096922282359,0,0,0,none,1,-1.1428571428571428,-1.5643802647412757,0,0.2,0,0,0,0.023372353901143565,31.08108108108108,-1.3137898373404742,8.88888888888904,10.502645502645692,-12.41518878427155,-11.101398946931075,5.379676535948879,841.8,858.0,889.1666666666666,-2.564102564102566,0,0,10.714285714285714,1.2816131237183868,0,0.0,-139.0709923236401,1,0,-100.0,1,0,-2.564102564102566,12.482714114428703,1,0,0,0,0,0,0.0,-0.09758550466203886,-1.5873015873015888,-0.003124006452726081,-30.79705882352937,0,0,2.2165191870712238,0.01680672268907563,-22063788626.344795,-46487588.685237885,1.386318087069226,-3576190.8456266522,0,0,,-47.31800094404141,35.604956569137265,1,1,-1.7744360902255574,0.8276026033463099,836.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,864.7,918.0,836.0,-3.3190701977564574,1,0,0,none,1,-2.1025641025641026,-1.674641148325359,0,0.125,0,0,0,-11.74777414062616,5.5566066999757595,17.30438084060192,859.4,891.2,809.3,-5.071813285457816,0,0,21.642857142857142,2.5582573454913877,0,0.07142857142857142,-139.257968489073,1,0,-92.7536231884058,1,0,-6.000000000000005,20.981518820431077,0,0,0,0,0,0,1.5613652868554766,-0.4263146788014929,2.4154589371980677,0.16952172102615198,-16.344117647058738,0,0,7.4837552392019395,0.8991596638655462,-28683364296.52364,-174413625.1252823,0.8048812525689215,-10864790.929800808,0,0,-2.917639317711127,-46.40117244192763,24.782108669597555,0,1,-1.9819548872180461,0.1752789026083914,841.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,864.1333333333333,911.0,835.0,-2.098441598518741,1,0,0,none,1,0.7586206896551724,-1.6548463356973995,0,0.5,0,0,0,7.593817977373746,35.17675693455146,27.582938957177717,882.2,809.45,798.5666666666667,9.086416702699363,0,0,51.57142857142857,5.8404788869115025,0,0.7195571955719557,43.75675900507449,0,0,-32.61802575107296,0,0,7.160194174757284,81.4162358382601,0,1,0,1,0,1,5.490616843256404,-1.9053142544814499,-7.059637119976365,0.7517480280297506,100.35000000000002,0,0,13.317167798078701,0.453781512605042,-56410231881.56602,-190203207.40266418,0.7706308965722164,31927195.469174027,0,0,-0.4752175779634005,-38.954786563153995,68.3140274108581,1,1,11.665413533834604,0.8151848577885498,827.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,in_cloud,below,-5.482,0,0,720.4333333333334,919.6666666666667,706.5333333333333,22.56512284273353,1,0,0,none,1,-0.3050847457627119,-1.5855039637599093,0,0.545,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.09652606945986712,28.104575163398692,13.352958937198068,13.460294823037652,12.57036180421409,68.72246696035242,63.14397478738734,69.99245099747132,0.7405562121176614,37.772529849509716 -286,2026-01-10 15:18:00,buy,838.0,0.127,48,저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48,0.4609815941947137,50.0,0.030033263667952892,100.0,88.8888888888891,-0.3003456436366605,-0.3303789073046134,0.3039844648111062,842.8,843.1,843.9166666666666,-0.01186098920650247,0,0,1.2857142857142858,0.1525165226232842,1,0.6666666666666666,-209.52380952379423,1,0,-0.0,0,1,-0.11848341232227888,16.678411809843453,0,0,0,0,1,0,-7.142857142857139,0.017697500593959248,0.0,0.4712312519019278,-0.5441176470587834,0,0,0.2890952770156946,0.0,-11816779513.80692,,6.956471869522267,34682.82294972241,1,0,,-47.153275961526,25.834364048649757,1,1,-0.034586466165408655,0.1019857335647224,841.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,847.2,851.4,841.0,-0.4957507082153034,1,0,0,none,1,-0.09243697478991597,-0.11862396204033215,0,0.375,0,0,1,0.3923378613860188,54.54545454545455,0.10902505124059858,61.11111111111148,42.59259259259317,-0.6253870968571391,-0.7344121480977377,0.3854758658699687,842.8,843.35,846.2833333333333,-0.04150115610364047,0,0,1.7142857142857142,0.20335536349771224,1,0.8333333333333334,-305.825242718456,1,0,-16.666666666666664,0,1,0.0,17.206558178588054,1,0,0,0,0,0,8.391608391608393,0.007102232666076791,27.777777777777786,0.43232886413932936,-1.6617647058823195,0,0,0.40200616177825854,0.03361344537815126,,,6.658280723307527,-1764.720897179097,0,0,,-47.12830339757353,24.77799977799978,0,1,-0.04887218045113425,0.12656142347904287,838.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.3333333333333,857.3333333333334,839.3333333333334,-0.6286836935166851,1,0,0,none,1,-0.12121212121212122,0.0,0,0.4,0,0,1,0.3122453084323355,46.15384615384615,0.15327368091472415,61.11111111111117,53.7037037037037,-1.802917201462833,-1.9561908823775571,0.7255835326186478,842.8,844.15,849.8666666666667,-0.13623171237339138,0,0,1.9285714285714286,0.22877478393492628,1,0.7142857142857143,-251.9774011299538,1,0,-16.666666666666664,0,1,-0.11848341232227888,8.142455263577233,1,0,1,0,1,0,4.487179487179482,0.042140985248177554,11.111111111111114,0.28696875361542934,-4.25,0,0,0.6626789787153369,0.15126050420168066,,,3.074505001198522,197767.82669906318,1,0,,-47.08107932519409,48.946903183990464,1,1,-0.17969924812031518,0.48202155219699194,838.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,851.3333333333333,856.1333333333333,842.2666666666667,-0.9788566953797928,1,0,0,none,1,-0.4050632911392405,0.0,0,0.333,0,0,1,0.2640067171606344,39.130434782608695,-0.06943176412601915,33.33333333333338,22.22222222222236,-2.554702329425936,-2.485270565299917,1.652304011816199,843.2,846.3,853.5833333333334,-0.3899326479971599,0,0,2.642857142857143,0.3135061853923064,0,0.2,-109.32721712538645,1,0,-33.33333333333333,0,0,-0.11848341232227888,11.623668502617278,1,0,1,0,1,0,7.130434782608695,0.08336078769231348,22.22222222222222,0.22560346121119962,-6.358823529411666,0,0,0.7640033622210061,0.06722689075630252,-17408072357.996964,-873239.5143127441,2.430920701882873,361526.7481083572,1,0,,-47.05731934520513,59.18912187300549,1,1,-0.5338345864661699,0.816155375518902,841.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,864.5,871.0,845.0,-2.486986697513016,0,0,0,none,1,-0.423728813559322,-0.3558718861209964,0,0.364,0,0,1,0.08344750439769129,13.043478260869563,-0.9959975042344853,8.461538461538217,10.868945868945708,-3.3111418196506293,-2.315144315416144,2.2594426405424684,843.6,850.0,853.25,-0.9411764705882342,0,0,4.571428571428571,0.5429250084832032,0,0.07142857142857142,-145.62002275312483,1,0,-90.0,1,0,-0.7075471698113178,12.552408755098668,0,0,0,0,0,0,-20.289855072463766,0.03415897706547488,0.555555555555558,0.11989831451864273,-9.523529411764798,0,0,1.1357841014219936,0.0,-19754799280.432972,-3200445.1513175964,1.4811873774077178,-586277.4601600766,0,0,,-47.014418849418625,40.63230838115631,1,1,-0.6691729323308258,0.6798674769114588,841.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,854.05,868.0,848.2,-1.4109244189450254,0,0,0,none,1,-0.1836734693877551,-0.35629453681710216,0,0.455,0,0,0,0.15661207669081853,32.83582089552239,-1.4552749703853345,6.073153899241007,8.964995015719845,-2.8022373316023277,-1.3469623612169932,3.8901575954181817,846.4,853.4,854.8833333333333,-1.335833138036091,0,0,9.214285714285714,1.0943332202239566,0,0.0,-145.6562795089696,1,0,-100.0,1,0,-0.9411764705882342,25.379811808501714,0,0,0,0,0,0,-13.414179104477611,-0.19298683489477075,-3.703703703703704,0.24167327431479643,-6.944117647058761,0,0,2.586819934626776,0.226890756302521,-22094294795.551426,-8049873.256065369,0.7985894431040976,-262287.4343086481,0,0,,-46.858259718958706,19.31468715876258,0,1,-0.5323308270676691,0.14398312406933955,842.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,852.35,865.0,845.8333333333334,-1.2142899043820043,0,0,0,none,1,0.07692307692307693,-0.5938242280285035,0,0.6,0,0,0,-2.995044304679864,-3.164124903714196,-0.169080599034332,853.6,866.0,831.45,-1.9630484988452657,0,0,14.142857142857142,1.6658253407370014,1,0.14545454545454545,-72.07207207207182,0,0,-55.55555555555556,0,0,0.35460992907800915,39.73579116334867,0,0,0,0,0,0,0.35863219349457154,0.17989835367002227,3.7037037037036953,0.29219098174581265,-22.7294117647059,0,0,4.232607921423898,0.4957983193277311,-28753433070.31026,-70068773.7866211,0.463535406000262,-5414897.426731348,0,1,-4.857180498445268,-46.128466513762966,58.47966279921404,1,1,-2.9639097744361007,0.6067580146877372,843.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,909.8333333333333,911.0,843.3333333333334,-6.6862062648836655,1,0,0,none,1,-0.4482758620689655,-0.5889281507656066,0,0.2,0,0,0,-2.6150808626763506,24.702198668941946,27.317279531618297,855.4,834.9,794.3833333333333,2.527248772308055,0,0,41.357142857142854,4.8314419225634175,0,0.6199261992619927,36.75722795292745,0,0,-74.63768115942028,0,0,-1.9473081328751474,71.70851364996285,0,0,0,0,0,0,-4.521746817538904,-0.973214889214173,-7.711845078891166,0.614664060068725,59.7705882352941,0,0,13.597424186069723,0.46218487394957986,-56410196161.15128,-239860827.30522156,0.44207635036445847,19313968.5054152,1,0,-0.2947559905891815,-40.662400447505675,69.83067229908136,1,1,7.224060150375949,0.47493540548345625,838.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,618,in_cloud,above,5.647,0,0,719.6166666666667,895.7666666666667,706.0666666666667,18.95221993190819,1,0,0,none,1,-0.7457627118644068,4.906542056074766,0,0.5,0,0,0,0,0,0,0,0.0,0.0,0.0,0,0.3112018694243439,39.449541284403665,71.03144334265615,60.25821397293555,10.397605595245148,53.96039603960396,37.296938749968696,45.0891308233129,0.5850598008666759,29.71143532618088 -287,2026-01-12 08:03:00,buy,823.0,0.129,48,저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48,0.2064194885323383,47.05882352941176,0.060818962950081934,50.000000000000206,75.00000000000038,-1.1310584371849473,-1.1918774001350292,0.9219845362901029,831.4,831.25,835.0666666666667,-0.2706766917293213,0,0,1.7857142857142858,0.2154058245734965,1,0.25,-104.89813610750362,1,0,-100.0,1,0,-0.36057692307692735,28.100205693862478,1,0,1,0,1,0,-10.084033613445378,-0.18179448642692764,-33.333333333333336,0.05970373867722201,-3.0029411764705856,0,0,0.821348628190859,0.8319327731092437,-11823004137.513016,,0.7500648478434185,-77714.38456968218,0,0,,-47.978067192377615,26.97584296876645,1,1,0.03533834586465448,0.011906109359417716,829.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.4,848.8,828.0,-0.8847441415590573,1,0,0,none,1,-0.16806722689075632,-0.12062726176115801,0,0.382,-1,-1,0,0.17053575752865968,32.0,-0.05596305153375525,25.00000000000038,33.333333333333954,-2.3279994239437656,-2.2720363724100103,1.6930154130250161,830.8,833.65,840.55,-0.5577880405445934,0,0,3.2142857142857144,0.38773048423229367,0,0.16666666666666666,-112.53561253561449,1,0,-83.33333333333334,1,0,0.0,34.28317600101414,0,0,0,0,0,0,-4.0,-0.08219590079984496,-11.11111111111111,0.18005955135660043,-3.7323529411764866,0,0,0.8860680575789035,0.6218487394957983,,,1.3394874746232595,-83861.75606195256,0,0,,-47.95344650641675,16.863054400504165,0,1,-0.4398496240601442,0.5438850773096348,827.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.8,850.3333333333334,827.9333333333333,-0.9321223709368942,1,0,0,none,1,-0.25252525252525254,0.0,0,0.385,0,0,0,0.15744327154821772,33.33333333333333,-0.3525978091550108,30.303030303030372,36.36363636363638,-4.059785544616375,-3.707187735461364,2.409696035899277,830.8,835.9,845.1666666666666,-0.8254575906208816,0,0,4.5,0.5428226779252111,0,0.1,-148.21375848833816,1,0,-81.81818181818183,1,0,-0.7185628742514938,27.520623131844246,1,0,1,0,1,0,-6.666666666666664,-0.03169775206952652,-9.09090909090909,0.11852219028872923,-10.379411764705878,0,0,1.2895183883876973,0.8403361344537815,-17676064632.20791,-280309.7272224426,2.2674112494204133,45536.42587824166,1,0,,-47.906177621178735,48.08468167866665,1,1,-0.6842105263158017,0.646151493303619,829.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,837.5,857.0,827.0,-1.0149253731343233,1,0,0,none,1,-0.2911392405063291,-0.9650180940892641,0,0.471,-1,0,1,0.11212220418428766,20.0,-0.926572196274742,8.421052631578995,9.707602339181406,-4.612476152395516,-3.685903956120774,3.542611374765762,832.6,840.55,847.4166666666666,-1.3741002914758105,0,0,5.714285714285714,0.6892986386351887,0,0.0,-115.83577712609977,1,0,-100.0,1,0,-0.9557945041816063,16.843308032425412,0,0,1,0,0,0,-1.212121212121204,-0.078024259300713,1.7543859649122808,0.07738947446188849,-12.97352941176473,0,0,1.2100771957476377,0.8067226890756303,-17423792170.93023,-2528129.20186615,2.509075159100241,-214404.6496783495,0,0,,-47.882950739295715,37.30925493780211,1,1,-1.146616541353403,0.8303291825651292,829.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,841.6,857.0,831.8,-1.4971482889733823,0,0,0,none,1,-0.288135593220339,-1.3268998793727382,0,0.467,0,0,1,0.0,34.09090909090909,-2.0453813578328717,19.84649122806993,18.984962406014876,-4.272961351911022,-2.22757999407815,3.742616652604922,834.4,845.4,847.0,-1.9399101017269937,0,0,6.428571428571429,0.7754609684645873,0,0.0,-155.5447312875486,1,0,-100.0,1,0,-2.585193889541715,20.489348707741755,0,0,0,0,0,0,2.8409090909090935,-0.23294316457633912,-2.380952380952376,-0.03197090941491238,-14.32941176470581,0,0,1.6809157413432196,0.7478991596638656,-19771210945.91124,,2.0194224715627094,-1411083.7845745087,0,0,,-47.77820075613701,23.074378534098514,0,1,-1.1443609022556291,0.7325526973557703,829.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,843.8499999999999,851.5,829.0,-1.7597914321265562,1,0,0,none,1,-0.32653061224489793,-1.4475271411338964,0,0.462,0,0,1,0.0,36.111111111111114,-1.930003081301832,11.066126855600693,24.287749287749477,-3.1844879345895833,-1.2544848532877513,3.319750202375947,839.6,846.85,850.5666666666667,-2.107811300702611,0,0,9.071428571428571,1.094261588833362,0,0.0,-205.01474926253533,1,0,-100.0,1,0,-3.379953379953382,18.032224826444278,0,0,0,0,0,0,-8.504273504273499,-0.7170746298363899,-19.29824561403509,0.04550947153766352,-10.702941176470631,0,0,2.261976122256881,0.36134453781512604,-22134412743.572598,-30650093.630638123,1.584260389770063,-1093464.9527631402,0,0,,-47.62434310223761,22.298913606274592,0,1,-0.3932330827067749,0.10956310386001933,829.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,845.5333333333333,861.0,829.0,-1.9553733343846025,1,0,0,none,1,-0.5384615384615384,-1.9300361881785282,0,0.462,-1,-1,0,-1.1873171258459458,-4.995597391782098,-3.8082802659361525,846.0,850.2,855.4833333333333,-2.493530933897914,0,0,13.857142857142858,1.6715491986903326,1,0.0,-170.34700315457533,1,0,-100.0,1,0,-1.7772511848341277,49.37307612016028,0,0,1,0,0,0,-8.167036215816701,-1.187848523182379,-22.222222222222214,0.09938431273710947,-15.352941176470608,0,0,3.7144927605058253,0.2857142857142857,-28794650238.83214,-42104238.7170372,1.8228428402692936,361037.0409784913,1,0,,-47.33326549055563,33.406644173511076,1,1,-0.5999999999999948,0.22516930022573378,829.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,852.45,896.0,842.4,-2.7508944806147073,0,0,0,none,1,-2.5172413793103448,-4.704463208685163,0,0.167,-1,-1,1,-5.843180597125215,17.261891929368858,23.105072526494073,852.2,858.0,791.9666666666667,-2.9137529137529095,0,1,40.42857142857143,4.8533699193963304,0,0.3471502590673575,-50.51512130275852,0,0,-89.36170212765957,1,0,-5.875706214689269,50.73354381003881,0,0,0,0,0,0,-4.443485763589301,-1.7661412078215832,-5.391098776852711,0.44803265410153276,44.326470588235225,0,0,12.98172555760582,0.4117647058823529,-56480250436.17235,-196134394.6336975,0.7106712235388376,4240194.735667944,1,0,-0.540383806192144,-42.10360780544149,62.31716498437742,1,1,0.6827067669172918,0.013781630599397299,818.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,618,above_cloud,below,-2.194,0,0,719.6166666666667,895.7666666666667,706.0666666666667,15.756073835606909,1,0,0,none,1,-0.3728813559322034,6.122448979591836,0,0.5,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,39.39393939393939,62.136752136752136,73.27635327635328,3.5194076538658368,44.73684210526316,18.69761444229528,22.58446319500897,0.31833883705198107,16.03949279234034 -288,2026-01-12 23:24:00,buy,821.0,0.129,48,저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48,0.3410701803401942,35.294117647058826,0.32349104384483796,47.77777777777799,64.44444444444477,-1.6628136524260526,-1.9863046962708906,1.1813618061196764,825.6,825.55,831.9666666666667,-0.18775361879957986,0,0,2.5714285714285716,0.31206657420249656,0,0.3333333333333333,-70.62359128474935,0,0,-60.0,0,0,0.12150668286756705,11.64496692152035,0,0,0,0,0,0,4.044117647058826,-0.061899813650892144,-14.444444444444443,0.30366602159789,-2.9500000000000455,0,0,0.6517495909854181,0.7226890756302521,,,1.3740644703629852,34447.27521806955,0,0,,-48.24630757947524,28.49544676170063,1,1,-0.20676691729322896,0.2517082879842396,822.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,833.3666666666667,837.4,822.0,-1.1239550417983302,1,0,0,none,1,-0.19327731092436976,0.0,0,0.357,0,0,0,0.3162549184804642,36.36363636363636,0.033819619339462204,67.65873015873053,46.979717813051764,-2.638781302062398,-2.6726009214018602,1.9063576984473578,824.6,827.9,832.7333333333333,-0.35028385070660084,0,0,3.357142857142857,0.40692640692640697,0,0.38461538461538464,-123.48212758679692,1,0,-37.5,0,0,-0.36231884057971175,9.766267782261437,1,0,1,0,1,0,0.0,0.10159177029716027,17.129629629629633,0.3065444134951727,-7.100000000000023,0,0,0.8128528896961396,0.6554621848739496,-14071943885.180624,-2564859.7860183716,2.943716830939056,-451385.3389490545,0,0,,-48.1585280995507,55.684545366582945,1,1,-0.5654135338345952,0.718713619749169,820.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,833.3,858.0,823.8,-0.9960398415936544,1,0,0,none,1,-0.3333333333333333,-0.24242424242424243,0,0.308,0,0,1,0.17909192032500068,26.08695652173914,-0.5721568008667997,15.555555555555614,12.116402116402115,-3.7819788675860764,-3.2098220667192767,2.547471564350048,824.6,831.8,841.6666666666666,-0.8175042077422368,0,0,4.071428571428571,0.49350649350649345,0,0.2,-123.5929244199391,1,0,-80.0,0,0,-0.9603841536614643,8.368668073477082,0,0,0,0,0,0,2.0869565217391397,0.14075487658014119,6.666666666666668,0.17496840114195267,-9.202941176470631,0,0,0.9224589231070117,0.15126050420168066,-17695520396.38815,-2719398.963645935,3.093381240624861,-529090.666664958,0,0,,-48.11192378407995,38.626592337339794,1,1,-0.7804511278195557,0.7596664203644871,823.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,863.3,864.0,823.4,-4.436464728367884,1,0,0,none,1,-0.24050632911392406,-0.6060606060606061,0,0.417,0,0,1,0.19736252263263215,39.99999999999999,-0.5136972472043642,15.55555555555559,14.985754985755108,-4.73950197973204,-4.225804732527676,2.1041333831722433,825.8,832.3,843.6,-0.6367896191277089,0,0,3.9285714285714284,0.4750388668163759,1,0.3333333333333333,-149.32645457151133,1,0,-66.66666666666666,0,0,-1.3126491646778038,19.402645130365812,0,0,0,0,0,0,13.076923076923073,0.23412301757235188,0.8547008547008517,0.14379292273841618,-12.861764705882365,0,0,0.8946075368280939,0.23529411764705882,-17453778916.202423,-5286712.659320831,2.6716899095655524,-359758.94302257895,0,0,,-47.96313500004516,25.523545548717163,1,1,-0.49323308270677174,0.44420771863761443,823.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,833.9000000000001,864.0,822.0,-0.8274373426070403,1,0,0,none,1,-0.1016949152542373,-0.6045949214026602,0,0.438,0,1,1,0.09369765471742784,20.83333333333333,-1.9141066199380132,12.454212454212206,15.464245899028349,-5.506488880216466,-3.5923822602784528,5.903190564437162,830.4,842.2,845.8333333333334,-2.3984801709807657,0,0,7.5,0.9124087591240875,0,0.0,-125.95253646853998,1,0,-100.0,1,0,-1.7921146953404965,11.187058023929296,0,0,1,0,1,0,-0.44326241134751854,-0.31512740997610234,-5.797101449275365,-0.02985702761960738,-13.397058823529392,0,0,1.6716206077936977,0.680672268907563,-19802105659.148014,-8978874.865062714,1.1152859247099924,-1854974.8677925467,0,0,,-48.17456829176864,40.01206121838078,1,1,-1.9533834586466179,0.8644879779169912,822.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.3666666666667,860.0,832.1333333333333,-4.34816337612971,0,0,0,none,1,-0.6326530612244898,-0.6082725060827251,0,0.273,-1,0,0,0.06362651909216499,42.04545454545455,-2.456968885015653,14.506172839506325,15.559812686249657,-4.687736239181959,-2.230767354166306,5.456550096317265,830.8,842.05,847.3666666666667,-2.3810937592779524,0,0,11.642857142857142,1.416405978449774,0,0.0,-111.99806482825394,1,0,-100.0,1,0,-3.971962616822433,46.94271801232726,0,0,0,0,0,0,-9.11733615221987,-0.5926843259892294,-3.448275862068966,0.09671923310291436,-13.755882352941171,0,0,2.901499546724426,0.6638655462184874,-22176188169.33102,-31522254.844615936,1.6043741434736016,-5199536.054323375,0,0,,-48.01936488891049,9.781959002277743,0,1,-0.5661654135338365,0.08502813306826551,822.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,857.4,858.0,823.2,-4.128761371588519,0,0,0,none,1,-0.46153846153846156,-1.824817518248175,0,0.429,-1,0,0,-0.6111835740090505,-4.419741201159695,-3.8085576271506447,844.0,849.6,859.7666666666667,-2.0715630885122405,0,0,16.928571428571427,2.0346840659340657,1,0.11538461538461539,-204.84171322160205,1,0,-88.46153846153845,1,0,-2.117647058823524,48.196612081817264,0,0,1,0,0,0,-2.6449101477097017,-1.0139695387882406,3.8461538461538396,0.23364316591303463,-16.747058823529414,0,0,4.805436528117972,0.7899159663865546,-28928567268.103714,,1.4337888398671081,-4073913.434184134,0,0,,-47.10460221055322,23.60302781470066,0,1,-0.6481203007518649,0.19550661367865285,832.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,852.9166666666667,864.0,837.1666666666666,-2.4523693209575037,0,0,0,none,1,-1.7586206896551724,-1.8028846153846152,0,0.286,-1,-1,0,-5.843180597125215,17.261891929368858,23.105072526494073,852.2,858.0,791.9666666666667,-2.9137529137529095,0,1,40.42857142857143,4.8533699193963304,0,0.3471502590673575,-50.51512130275852,0,0,-89.36170212765957,1,0,-5.875706214689269,50.73354381003881,0,0,0,0,0,0,-4.443485763589301,-1.7661412078215832,-5.391098776852711,0.44803265410153276,44.326470588235225,0,0,12.98172555760582,0.4117647058823529,-56480250436.17235,-196134394.6336975,0.7106712235388376,4240194.735667944,1,0,-0.540383806192144,-42.10360780544149,62.31716498437742,1,1,0.6827067669172918,0.013781630599397299,818.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,618,above_cloud,below,-2.194,0,0,719.6166666666667,895.7666666666667,706.0666666666667,15.756073835606909,1,0,0,none,1,-0.3728813559322034,6.122448979591836,0,0.5,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.0,43.97163120567376,71.7948717948718,68.37606837606837,4.082765233266649,44.73684210526316,18.69761444229528,22.58446319500897,0.31833883705198107,16.03949279234034 -289,2026-01-13 08:03:00,buy,818.0,0.13,48,저점 분할 매수 · 비중 13% · 8회 · BB하단 · leg#48,0.3492042365768157,46.15384615384615,0.011279148862484795,33.33333333333333,37.03703703703729,-0.12401003942875377,-0.13528918829123857,0.48369701238425344,822.2,822.6,824.3166666666667,-0.07293946024800047,0,1,1.3571428571428572,0.1651025373653111,1,0.3333333333333333,-87.87878787878054,0,0,-66.66666666666666,0,0,-0.12150668286755595,45.60474966292163,0,0,0,0,0,0,6.15384615384616,-0.031881817138746216,0.0,0.42713498225848273,0.044117647058783405,0,0,0.6174533158146543,0.24369747899159663,,,0.24987689705610233,-15180.439411379397,0,0,,-48.353414933673314,13.728890157461581,0,1,-0.00601503759399406,0.0012797952327660012,821.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,819.4333333333334,834.6,819.0,0.3132245860960836,1,0,0,none,1,-0.17647058823529413,0.0,0,0.417,0,0,0,0.5304587325402192,52.17391304347826,0.18932086031376438,53.33333333333371,65.39682539682603,-1.0008302838405143,-1.1901511441542787,0.7990096626301681,822.0,821.8,826.6166666666667,0.02433682161109285,0,0,2.0,0.24330900243309003,1,0.7142857142857143,-72.60726072607856,0,0,-40.0,0,0,-0.363636363636366,57.24965832392553,0,0,0,0,0,0,2.173913043478258,0.01810888091346463,-8.571428571428577,0.4210741190556462,-1.4176470588234906,0,0,0.6897136804808784,0.04201680672268908,,,1.6357590569387401,13688.838728163391,1,0,,-48.32886767218567,11.530007259820923,0,1,0.09924812030076931,0.1279370300751993,819.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,843.55,844.0,817.9,-2.554679627763612,1,0,0,none,1,-0.10101010101010101,0.0,0,0.417,0,1,0,0.31217989701231796,39.99999999999999,0.13487001483955208,57.222222222222285,49.012345679012356,-2.5548335792673242,-2.6897035941068763,1.903935864473143,822.6,824.95,830.7,-0.35759743014728285,0,0,2.7857142857142856,0.33889468196037537,1,0.3333333333333333,-100.50426012867275,1,0,-33.33333333333333,0,0,-0.12150668286755595,14.563746035496237,1,0,1,0,1,0,8.181818181818166,0.041273207949550805,14.81481481481481,0.25161130843625445,-5.3852941176470495,0,0,0.9619299153091153,0.21008403361344538,-17704189309.69236,,1.9032274920952752,95889.5263415575,1,0,,-48.2825710800876,36.39318384061708,1,1,-0.5090225563909798,0.5881690914434079,818.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,821.75,843.0,818.8333333333334,0.030422878004254805,1,0,0,none,1,-0.1518987341772152,-0.12165450121654502,0,0.353,0,0,1,0.2574550658291099,33.33333333333333,-0.19654832980933,29.898989898989935,25.892255892256014,-3.38389525912055,-3.1873469293112198,2.195180113283927,822.2,826.4,832.0666666666667,-0.5324298160697016,0,0,3.7857142857142856,0.46054918317692034,0,0.2857142857142857,-106.01092896175066,1,0,-63.63636363636363,0,0,-0.8443908323281013,17.05975999856433,1,0,1,0,0,0,-1.4492753623188435,0.12297804764291698,2.1212121212121247,0.23476621075297083,-8.923529411764775,0,0,0.9623424569016732,0.04201680672268908,-17458399843.883575,-2037313.8544502258,2.1548678301096023,-594748.6115887165,0,0,,-48.259517929117976,34.23054558147725,1,1,-0.6586466165413659,0.7381965661338606,818.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.75,843.0,818.8333333333334,-1.762772632207943,1,0,0,none,1,-0.3559322033898305,-0.12165450121654502,0,0.25,0,0,1,0.24082028286194052,29.545454545454547,-0.8765891815330344,8.333333333333087,7.86549707602324,-4.760641751567277,-3.884052570034243,3.879933427185579,822.0,830.35,839.6833333333333,-1.0056000481724614,0,0,6.285714285714286,0.764685436218283,0,0.1,-96.21621621621604,0,0,-90.0,1,0,-1.0830324909747335,27.696665656193176,0,0,0,0,0,0,0.656565656565661,0.12586918415723192,1.666666666666667,0.19615099809025946,-11.529411764705856,0,0,2.030162653705426,0.7394957983193278,-19807579730.75653,-4407173.836112976,0.8154123494735872,-626565.57261765,0,0,,-48.15611808100564,20.799017429862236,0,1,-0.6067669172932346,0.198637338142728,821.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,859.3333333333333,860.0,820.0,-4.344453064390996,1,0,0,none,1,-0.20408163265306123,-0.48661800486618007,0,0.385,0,0,0,0.2019066235161293,39.43661971830985,-1.342930797565887,13.725490196078582,25.190026627935314,-5.735767301265582,-4.392836503699695,5.9331826432394115,825.2,836.8,844.7,-1.7686424474187334,0,0,9.642857142857142,1.173096976016684,0,0.05263157894736842,-112.1351766513054,1,0,-88.23529411764706,1,0,-1.0830324909747335,37.05071983741451,0,0,1,0,0,0,2.950133231823358,-0.023054930246714456,-13.856209150326801,0.19552785501272385,-14.779411764705856,0,0,2.576984722299189,0.4789915966386555,-22185178270.77201,-8485775.08518982,0.5310741600578951,509348.33851742744,1,0,,-48.00353731548094,24.142840756515643,0,1,-1.6887218045112633,0.6478664206293268,820.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,857.3666666666667,858.0,820.0,-4.125034018895068,1,0,0,none,1,-0.6153846153846154,-0.36496350364963503,0,0.467,0,0,0,-2.195593853575299,-7.205037082706895,-5.009443229131596,833.4,845.8,861.7666666666667,-2.8139039962165935,0,0,17.071428571428573,2.0768161279110187,0,0.0,-167.1866874674991,1,0,-100.0,1,0,-2.8368794326241176,44.12196452444429,0,0,0,0,0,0,-2.4683791162868474,-0.6399688628789457,-3.8461538461538485,0.17338393405485977,-20.20294117647063,0,0,4.630175095747619,0.6890756302521008,-28938808369.623375,-182881006.39795685,0.9495993558187024,-5030180.341435283,0,0,,-47.71906722779393,22.17650131786104,0,1,-1.2571428571428553,0.4246006094745586,822.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.8499999999999,853.9,836.3,-1.774511561211678,0,0,0,none,1,-1.5517241379310345,-0.7299270072992701,0,0.333,0,0,0,-6.055463548776753,14.348614056043516,20.40407760482027,849.4,863.1,791.3833333333333,-3.3715676051442545,0,0,37.214285714285715,4.462144570058239,0,0.11971830985915492,-79.79033197437383,0,0,-85.47008547008546,1,0,-5.549263873159682,50.680719422032396,0,0,0,0,0,0,2.7068369247140183,-1.306947410858296,-2.7324527324527352,0.44076113910519904,33.28529411764703,0,0,12.810358216055162,0.37815126050420167,-56470211975.41126,-59980093.84524536,0.6528724828643035,4240194.735667944,1,0,-0.6620870942052605,-41.94582503946873,55.3025810488882,1,1,-1.5473684210526408,0.11058926400305236,817.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,18,impulse_late,unknown,618,above_cloud,below,-2.54,0,0,719.6166666666667,895.7666666666667,706.0666666666667,15.895036709359145,1,0,0,none,1,-0.11864406779661017,-5.875299760191846,0,0.556,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.0,37.22627737226277,15.052231718898385,23.710034821145936,5.397848090536849,44.047619047619044,22.34951809419893,22.043034454381953,0.2357215628404469,12.757634112648889 -290,2026-01-14 07:48:00,sell,917.0,0.65,48,고점 매도 · 비중 65% · 분할 · leg#48,0.7925979640460179,91.89189189189189,1.1747672671772902,105.42328042328063,104.64658797992173,8.444321306743632,7.269554039566342,5.779794438773149,915.0,901.75,889.4833333333333,1.6911560853895224,0,0,4.928571428571429,0.5374668951550086,0,1.032258064516129,84.79532163742691,0,0,5.555555555555555,0,1,1.4380530973451267,92.65846512339101,0,0,0,1,0,1,-0.21337126600285217,-0.24826024545315395,0.569800569800563,1.1341156632604605,20.85294117647061,0,0,1.2022005290617022,0.8739495798319328,,,0.17769605883184297,519685.8495093435,0,0,,-42.296165559001345,87.36028794117564,1,1,2.0834586466165392,0.8948715662674473,916.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,900.1666666666666,913.4666666666667,878.0,1.870024069616738,0,0,0,none,1,0.19327731092436976,0.0,0,0.559,0,0,0,0.9044344212577629,88.63636363636364,2.9832251190193837,104.46632220825808,104.22814938944033,8.35297450452822,5.369749385508836,6.261993087837644,913.8,894.35,888.2166666666667,2.5325655503997346,0,0,5.785714285714286,0.6309393986602274,0,1.0277777777777777,115.78133058277498,0,1,3.0303030303030303,0,1,3.7330316742081537,93.72087484138223,0,0,0,0,0,1,0.5411255411255524,-0.17033636228581006,1.0101010101010246,1.2753886168556594,24.241176470588243,0,0,1.3810752382919322,0.6554621848739496,-14085597901.46701,308368.71520233154,0.30916696954322864,2546979.630000945,0,0,,-42.26893873373043,71.15536278191557,1,1,2.1541353383458617,0.8285024693400413,918.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.95,912.6,865.0,3.2715806070161557,0,0,0,none,1,0.494949494949495,-0.21810250817884408,1,0.63,0,0,0,1.0,78.0,3.2711232363766083,106.9659213745236,104.49109631905334,6.35265001969276,3.0815267833161517,4.923116443415061,904.4,889.3,880.5,2.889913415045542,0,0,7.142857142857143,0.78064012490242,0,1.0285714285714285,209.35765265662073,0,1,2.857142857142857,0,1,3.9772727272727293,90.06777505349058,0,0,0,0,0,0,3.531914893617028,0.5394989418097467,-2.3809523809523796,1.2895467836904653,19.164705882352905,0,0,1.7002043117803842,0.8319327731092437,-17710566238.6671,1327604.844909668,0.9303534951798098,2134981.537434399,0,0,-0.06089615151303038,-42.34355154217566,26.652624808457194,1,1,1.0872180451127815,0.3453381278519214,916.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.05,914.0,865.2333333333333,3.1508934107434827,0,0,0,none,1,0.9746835443037974,-0.4371584699453552,1,0.75,0,0,0,1.0,81.35593220338983,2.283799079323524,106.83096239898485,92.06777755515492,7.6666783140943835,5.38287923477086,4.650265465749471,899.8,888.35,867.1833333333333,3.2250802048741978,0,0,8.214285714285714,0.8957781585916808,0,1.0857142857142856,245.48571428571483,0,1,8.571428571428571,0,1,3.382187147688831,91.00423390868212,0,0,0,0,0,0,6.355932203389827,1.1162841137346868,11.19047619047619,1.3287890795947845,17.141176470588334,0,0,1.9841388523307184,0.8235294117647058,,,1.5498640862748678,2956128.7968225777,0,0,,-42.19048849638969,32.71522333180783,1,1,0.814285714285714,0.21757948942079575,914.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.7666666666667,914.0,851.1333333333333,2.9450286270254145,0,0,0,none,1,1.4067796610169492,0.0,1,0.778,1,0,0,0.9865273569992672,68.93203883495146,0.06755083866416811,82.69841269841247,76.13756613756601,12.289481310016868,12.2219304713527,7.16803980479574,888.6,880.3,847.1833333333333,3.4874474610928186,0,0,10.428571428571429,1.14473890544143,0,1.0169491525423728,192.48320771163367,0,1,3.3333333333333335,0,1,2.359550561797752,83.00716574531972,0,1,0,1,0,1,7.486255702421339,1.5187432933847091,12.222222222222229,1.2685373587409294,28.158823529411734,0,0,3.4279598142408996,1.0,-19822885093.06908,-982994.117515564,1.3838085054041624,3063077.0785626173,0,0,,-42.454298887825374,59.42669825856671,1,1,1.9218045112782014,0.5194505658418693,912.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.5,895.0,820.0,2.3020774845592396,0,0,0,none,1,1.836734693877551,-0.43907793633369924,1,0.909,1,1,0,0.7731455992230766,75.75757575757575,3.4522250446871308,99.86661331199163,100.75787128268519,14.331855668471917,10.879630623784786,12.248393108256197,885.2,856.35,845.4333333333333,3.345594675074448,0,0,14.642857142857142,1.6545601291364003,0,1.0,107.07970860739803,0,1,-0.0,0,1,4.857819905213279,82.4810376641309,0,1,0,0,0,1,2.8409090909090935,-0.847653028243263,1.3071895424836555,0.8601821349622105,41.82058823529417,0,0,3.0850526956769007,0.8907563025210085,-22191888364.28996,-4619916.133724213,3.6001002296370497,11507903.225655913,0,0,-0.30847423367334065,-43.93272968132178,64.09110905865826,1,1,4.095488721804514,0.8537656125801945,886.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,883.9166666666667,885.0,820.0,0.12256057320636504,1,0,0,none,1,0.8974358974358975,-3.389830508474576,0,0.615,0,0,1,4.335172349990438,-0.23904096554736043,-4.574213315537799,849.6,844.9,863.8,4.509409397561837,1,0,24.428571428571427,2.7665426306422907,0,1.1090909090909091,272.6930320150661,0,1,10.909090909090908,0,1,2.5551684088269466,69.19991926089882,0,0,0,0,0,0,3.32000888296691,2.4958722254426693,19.685746352413005,0.8623664556930131,12.679411764705833,1,0,5.30411929508398,0.8319327731092437,-28926990117.59115,-62933584.87869644,2.0484787449266237,9765551.79485929,0,0,,-43.75907961437652,17.040051565634332,0,1,-0.09022556390976906,0.0012041313747463978,885.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,848.5833333333333,877.0,822.0,4.055779239909674,0,0,0,none,1,1.0,-4.190260475651189,1,0.5,0,0,1,-2.8682790609194946,16.042326602711228,18.910605663630722,858.0,866.55,792.4166666666666,-0.06347008251109676,0,0,39.857142857142854,4.602441438469151,0,0.34507042253521125,35.73541592710902,0,0,-52.42718446601942,0,0,2.0023557126030544,38.217053574475884,0,1,0,1,0,1,2.4977255810106627,0.23732964291921377,1.897491217879569,0.6055165264836551,43.394117647058806,0,0,13.48832510890732,0.5042016806722689,-56452827804.31887,-47230207.09744263,1.2597847580141672,4240194.735667944,0,0,-0.7720361096406648,-39.56122783017598,54.00393351939724,1,1,-1.811278195488731,0.1626065973612597,863.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,cup_handle,down,0,0,1,1,0,0,0,19,impulse_late,unknown,none,above_cloud,above,4.337,0,0,891.25,895.7666666666667,706.0666666666667,-2.8330995792426372,1,0,0,none,1,0.4406779661016949,-3.233256351039261,0,0.556,0,0,0,0,4,0,1,0.0,1.0,-0.333,0,1.0,59.64912280701754,96.19884481673098,71.1508946739299,7.282514738434314,47.0404984423676,41.78353110391944,34.67302969471941,0.494825688169444,12.266381422219338 -291,2026-01-14 08:03:00,sell,916.0,0.35,48,고점 매도 · 비중 35% · 분할 · leg#48,0.6422148253013615,64.70588235294119,-0.3592778609775751,82.50000000000021,93.63247863247905,7.298128640840218,7.6574065018177935,4.135562475306703,916.6,909.65,891.7833333333333,0.5881382949486147,0,0,2.4285714285714284,0.2654176424668228,0,0.9310344827586207,65.16547253497026,0,0,-40.0,0,0,0.4390779363337094,67.37392685533902,0,1,0,1,0,1,-12.566844919786078,-0.348384904182506,-13.333333333333329,1.0962337497225119,16.950000000000045,0,0,1.216547706543767,0.9243697478991597,-11838311335.97801,7715.761116027832,1.1131546471083433,35968.23173201829,0,0,,-42.41970057099882,72.34250160196072,1,1,1.3345864661654179,0.704796339723188,914.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,899.45,917.0,884.5,1.7288342876202067,1,0,0,none,1,0.17647058823529413,-0.32786885245901637,0,0.559,0,0,0,0.7630107207877097,83.72093023255815,1.6723687893202168,99.93055555555593,102.05034213098793,8.691271566262799,7.018902776942582,6.573246453385615,916.0,899.45,889.5833333333334,1.7288342876202067,0,0,5.928571428571429,0.6479313036690086,0,0.9696969696969697,79.98698075592932,0,0,-3.3333333333333335,0,1,1.5538290788013276,85.06711133961157,0,0,0,0,0,1,-1.3854527461652566,-0.5169373066121921,-2.121212121212139,0.9881145994591233,23.858823529411666,0,0,1.3865589699704413,0.6890756302521008,-14085786901.431911,-597107.1333084106,1.3552425799774999,952279.7069024332,0,0,,-42.392378616602336,81.05813978995575,1,1,2.3360902255638916,0.8742856853042156,914.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.95,916.0,865.0,3.046342699476323,1,0,0,none,1,0.37373737373737376,-0.32786885245901637,0,0.6,0,0,0,0.9142312173634305,87.5,3.391475388191137,105.85434173669476,106.25649383608486,8.22115910253683,4.829683714345694,6.113727145911571,913.8,892.4,882.8833333333333,2.5324966382787917,0,0,6.357142857142857,0.6947697111631538,0,1.0285714285714285,127.47875354107623,0,1,2.941176470588235,0,1,3.506787330316752,78.96994655651639,0,0,0,0,0,0,3.5,-0.20967694773589285,-0.09487666034154074,1.2160345204011833,23.93235294117642,0,0,1.742017895342731,0.8487394957983193,-17710894304.718452,1016860.5229034424,1.491526377587806,2095809.803804569,0,0,,-42.34073933544875,32.601273860554514,1,1,1.6932330827067612,0.5393743496457563,914.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,887.05,914.0,865.2333333333333,3.1508934107434827,0,0,0,none,1,0.9493670886075949,-0.1092896174863388,0,0.75,0,0,0,1.0,77.19298245614036,2.687033804140601,104.88479262672813,102.4520804114073,8.741671489946611,6.054637685806011,5.359664028510115,906.4,889.7,868.5333333333333,2.843655164662251,0,0,8.0,0.8743169398907104,0,1.0285714285714285,181.29496402877652,0,1,2.857142857142857,0,1,3.506787330316752,81.86361568380123,0,0,0,0,0,0,-4.1629497472494705,0.4032347248170769,-1.9461697722567237,1.2133946168854628,21.991176470588243,0,0,2.0053572877971226,0.8487394957983193,-17472047274.31134,1981904.0550765991,1.661364685521632,2706110.116012126,0,0,,-42.31471848912729,35.08284451241894,1,1,1.189473684210548,0.34844592408359587,914.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.7666666666667,914.0,851.1333333333333,2.7205029375444445,0,0,0,none,1,1.3728813559322033,-0.32786885245901637,0,0.778,0,0,0,1.0,61.904761904761905,1.1597742335499035,97.14285714285693,83.43915343915332,13.67164826329008,12.511874029740177,7.037019151798807,894.8,883.7,848.3666666666667,3.5419259929840408,0,0,9.571428571428571,1.0460577673692426,0,1.0961538461538463,184.32096692966275,0,1,16.666666666666664,0,1,3.0405405405405483,66.96814874430969,0,1,0,1,0,1,-7.027276930189551,1.0922233948857354,14.444444444444457,1.352140239213698,31.964705882352973,0,0,3.428142999387231,1.0,-19825758458.14714,-3328448.0376930237,1.3315376041840141,4196835.823876202,0,0,,-42.19751728641058,54.096207853449435,1,1,1.891729323308263,0.5182255756983156,911.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,890.5,910.0,823.0,2.7512633352049454,0,0,0,none,1,1.8979591836734695,-0.4371584699453552,0,0.917,1,0,0,0.982207604720309,80.95238095238095,4.555303605849909,105.07321572696891,101.16641760282288,16.573760131097174,12.018456525247265,13.006383437528093,890.6,861.0,846.5166666666667,6.271777003484313,0,0,15.714285714285714,1.7174082747853239,0,1.2083333333333333,124.4323342415987,0,1,25.423728813559322,0,1,8.028335301062572,83.94149183333926,0,1,0,0,0,1,5.194805194805198,1.1030785611627785,5.206602414977283,1.2354782285016908,43.138235294117635,0,0,3.7898760267029017,1.0,-22203037996.909565,-16572929.561916351,1.7734829748353516,12062792.37524563,0,0,-0.8725040608880537,-42.02473842586277,66.70618332970172,1,1,4.390977443609025,0.8609759693351026,904.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,893.3333333333333,900.0,822.6666666666666,2.425373134328357,0,0,0,none,1,1.8974358974358974,-0.4371584699453552,1,0.692,1,1,0,7.756147281521221,5.120970786363728,-2.6351764951574936,868.2,847.8,864.8833333333333,7.926397735314938,0,0,25.071428571428573,2.740046838407494,0,1.1923076923076923,267.5962815405037,0,1,19.230769230769234,0,1,7.647058823529407,75.11551408483136,0,0,0,0,0,0,5.1467955603294016,3.4209749315307825,16.286799620132953,1.108147772228083,25.858823529411666,0,0,5.899273863021705,0.8319327731092437,-28952629713.096233,-26216993.62983322,1.6780828484667507,16992009.515485287,0,0,,-41.70390484108163,18.567780815384328,0,1,1.1022556390977256,0.0888329430313416,904.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,849.3,900.0,835.0,7.735782409042757,0,0,0,none,1,2.413793103448276,-0.4371584699453552,1,0.571,1,1,0,-2.8682790609194946,16.042326602711228,18.910605663630722,858.0,866.55,792.4166666666666,-0.06347008251109676,0,0,39.857142857142854,4.602441438469151,0,0.34507042253521125,35.73541592710902,0,0,-52.42718446601942,0,0,2.0023557126030544,38.217053574475884,0,1,0,1,0,1,2.4977255810106627,0.23732964291921377,1.897491217879569,0.6055165264836551,43.394117647058806,0,0,13.48832510890732,0.5042016806722689,-56452827804.31887,-47230207.09744263,1.2597847580141672,4240194.735667944,0,0,-0.7720361096406648,-39.56122783017598,54.00393351939724,1,1,-1.811278195488731,0.1626065973612597,863.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,1,0,0,0,1,0,0,1,1,cup_handle,down,0,0,1,1,0,0,0,19,impulse_late,unknown,none,above_cloud,above,4.337,0,0,891.25,895.7666666666667,706.0666666666667,-2.8330995792426372,1,0,0,none,1,0.4406779661016949,-3.233256351039261,0,0.556,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,1.0,64.79591836734694,112.48564443686394,95.06586257263764,10.322761784348572,47.0404984423676,41.78353110391944,34.67302969471941,0.494825688169444,12.266381422219338 -292,2026-01-15 12:54:00,buy,848.0,0.084,49,저점 분할 매수 · 비중 8% · 10회 · BB하단 · leg#49,0.13957621733849687,13.63636363636364,-0.6298706719517728,10.41666666666689,10.416666666667089,-5.1004139043647,-4.470543232412927,3.0702226090312994,850.4,858.5,868.5333333333333,-1.1065812463599278,0,0,3.5714285714285716,0.4206629648325762,0,0.0,-89.9016979445919,0,0,-100.0,1,0,-1.279069767441865,20.832260687374017,0,0,0,0,0,0,-1.3636363636363598,0.05044416659678941,-2.083333333333332,-0.07734838294866257,-12.788235294117726,0,0,0.7664152667219186,0.6302521008403361,-11851046203.784533,-1160914.4563941956,0.6261068598639927,-153762.2947577089,0,0,,-46.48682186819432,67.61006412134232,1,1,-1.028571428571415,0.8527792207792211,849.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,879.4833333333333,880.0,849.0,-3.466050143076427,1,0,0,none,1,-0.29411764705882354,-0.11778563015312131,0,0.333,0,0,0,0.1032798983383173,18.75,-1.4503988160495584,5.592105263158274,6.681634642161602,-5.996471984924938,-4.546073168875379,3.8114510645559365,851.0,863.05,871.4,-1.512079253809162,0,0,4.285714285714286,0.5042016806722689,0,0.043478260869565216,-113.6073932441059,1,0,-93.75,1,0,-1.8475750577367167,8.87035560437134,0,0,0,0,1,0,-3.125,0.13248050231437336,-4.265873015873014,-0.13464120596318524,-16.788235294117726,0,0,1.0105081438655028,0.6470588235294118,-14110434557.44603,-2314793.695701599,1.2444876325246639,-379191.7286583632,0,0,,-46.39837279053781,39.87934383336452,1,1,-1.3210526315789655,0.9031827984295925,850.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,876.3333333333333,885.0,849.0,-3.0049448459490202,1,0,0,none,1,-0.36363636363636365,-0.2352941176470588,0,0.19,0,0,0,0.0,9.375,-2.2626250485868127,5.388888888888954,13.558823529411788,-6.631353996000371,-4.368728947413558,4.242237333204647,855.0,868.65,877.3,-2.147009727738447,0,0,5.571428571428571,0.6554621848739496,0,0.03571428571428571,-153.67965367965283,1,0,-95.83333333333334,1,0,-2.7459954233409634,29.150161532135684,0,0,0,0,1,0,3.3143939393939377,-0.07261060180429979,-8.333333333333336,-0.21097589600274863,-18.052941176470654,0,0,1.0248289072372123,0.453781512605042,-17742953615.943054,-5183610.017105103,1.3111622569448165,-1203789.3906200752,0,0,,-46.35046558026892,29.484479395675205,1,1,-1.342105263157899,0.7428166242091241,850.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.1,903.0,849.0,-5.775412925396295,1,0,0,none,1,-0.5063291139240507,-0.2352941176470588,0,0.333,0,0,0,0.0,17.948717948717942,-1.9397858171379037,23.21428571428574,26.91798941798953,-6.389899474182812,-4.450113657044908,3.6095279522475736,860.6,871.45,883.0333333333333,-2.3466636066326263,0,0,6.285714285714286,0.7386268255833472,0,0.037037037037037035,-208.82910846697806,1,0,-95.83333333333334,1,0,-3.075170842824604,13.388681132447275,0,0,0,0,0,0,0.8755472170106344,-0.4973191969580526,-1.3888888888888857,-0.2468739410801484,-18.341176470588266,0,0,1.4703756934209222,0.5546218487394958,-17530997473.06665,-14775465.41513443,1.6394030950922547,-1870083.041414827,0,0,,-46.26356722798626,44.154733465292466,1,1,-1.036842105263174,0.6084536632017921,850.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,888.25,901.0,850.0,-4.193639178159303,1,0,0,none,1,-0.6779661016949152,-0.23501762632197415,0,0.333,0,0,0,0.0,21.15384615384616,-1.9531073256236597,30.75135226504372,27.71495379761087,-7.073670158700679,-5.120562833077019,4.1395273609431715,867.6,877.75,891.95,-2.9336371404158346,0,0,8.0,0.9389671361502347,0,0.058823529411764705,-260.4219409282716,1,0,-93.75,1,0,-2.850627137970352,19.52238036788181,0,0,0,0,1,0,-5.675422138836765,-0.9627314369010485,2.083333333333332,-0.2650489719724547,-19.79117647058831,0,0,2.604052124366465,0.7647058823529411,-19904927246.05702,-26917960.426513672,2.4243355604550074,-1366771.8830843568,0,0,,-46.09336171620041,48.773776501736485,1,1,-1.2744360902255778,0.6889392992927239,850.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,902.1166666666667,903.0,872.9666666666667,-5.555452916289472,0,0,0,none,1,-1.0612244897959184,-0.35211267605633806,0,0.267,-1,-1,1,0.01214672876450812,36.8421052631579,-3.461065476428499,20.84848484848501,16.417508417508618,-3.0726179178378743,0.3884475585906245,4.54790313661151,873.0,885.65,868.3333333333334,-2.218709422458076,0,0,12.928571428571429,1.4929066314747608,0,0.3333333333333333,-210.1703252782401,1,0,-66.66666666666666,0,0,-3.9911308203991136,50.43814666344319,0,0,0,0,0,0,-4.462242562929063,-0.21457275984443758,3.111111111111107,0.19037881436564372,-21.023529411764798,0,0,2.7125940121085126,0.6134453781512605,-22283530598.123875,-34615254.50289154,2.013682360632556,-3881525.33834213,0,0,,-45.04712800277034,40.81093805570864,1,1,-1.3586466165413529,0.6371686268433798,850.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,903.0333333333333,904.0,859.5333333333333,-4.100992949688087,1,0,0,none,1,0.5641025641025641,-0.3464203233256351,0,0.538,-1,0,1,0.9560034358636562,8.489240646246685,7.533237210383029,880.2,861.3,867.7333333333333,0.5456867525833076,0,0,23.571428571428573,2.721873968987133,0,0.5641025641025641,-2.7531424187032734,0,0,-44.15584415584416,0,0,2.9726516052318575,50.800172246350414,0,0,0,0,0,0,-0.8491987398986467,-1.8070428051549694,-10.87246087246087,0.4676176250219536,16.976470588235202,0,0,6.068653818335758,0.8151260504201681,-29022215726.597538,-87728232.62230682,1.2690879869603044,-5125435.610848635,0,1,-3.8819477203176884,-44.74232773134911,29.845193359649528,1,1,3.4496240601503776,0.46201221342493415,859.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.3,900.0,822.0,3.551357168480207,1,0,0,none,1,0.7586206896551724,-1.3856812933025404,0,0.5,0,0,0,-2.154775325234116,15.930604432769542,18.085379758003658,868.4,867.3,794.3833333333333,-0.84169260924708,0,0,40.5,4.709302325581395,0,0.3028169014084507,29.952029952029406,0,0,-58.252427184466015,0,0,0.4672897196261738,47.07915285682485,0,1,0,0,0,0,-12.230035729728499,-1.0086470279599737,-7.166763477443091,0.5381969712166694,43.09411764705874,0,0,13.912925996795265,0.6218487394957983,-56552786073.556625,-142589912.4053421,0.9461175031446589,-15073773.769747257,0,1,-1.1493097699756156,-39.86959849045563,53.844624699078494,1,1,-1.5518796992481294,0.11445947382284838,847.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,cup_handle,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,above_cloud,above,2.894,0,0,891.25,895.7666666666667,706.0666666666667,-3.5063113604488105,1,0,0,none,1,1.11864406779661,7.209302325581396,0,0.625,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.5391344112344327,62.41610738255034,63.48651348651348,73.86872386872388,13.943911135251266,46.04810996563574,53.721682847896425,52.13122009238512,0.432749321990219,12.515749047536248 -293,2026-01-17 00:45:00,buy,801.0,0.088,49,저점 분할 매수 · 비중 9% · 10회 · BB하단 · leg#49,0.012828824867311165,23.07692307692308,-2.2947219224857234,12.231884057971243,11.574879227053577,-4.989400433983519,-2.694678511497796,4.2400160645503675,809.2,823.0,826.2333333333333,-2.0656136087484844,0,0,6.071428571428571,0.7532789790854306,0,0.04,-138.5226144902859,1,0,-96.0,1,0,-3.125,19.326774508164945,0,0,0,0,0,0,-2.637362637362642,-0.09048716031928716,1.333333333333334,-0.07309777996777583,-17.326470588235225,0,0,1.2268382808268739,1.0,-11873607195.320501,,0.7005450081386915,-1134281.40359018,0,0,,-49.117237615692744,31.85677521610064,1,1,-1.2015037593984903,0.6639014548820186,805.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,808.8499999999999,832.5,805.0,-0.3523521048401923,1,0,0,none,1,-0.2689075630252101,-0.24813895781637718,0,0.345,0,0,0,0.0,28.26086956521739,-2.1179766384253487,12.801932367150146,22.653215875722893,-3.876748644853933,-1.7587720064285843,3.3541921926771465,814.8,824.65,828.1666666666666,-1.7765112471957778,0,0,5.785714285714286,0.7142857142857143,0,0.16666666666666666,-192.5925925925937,1,0,-83.33333333333334,1,0,-2.055622732769047,12.599590818338385,0,0,0,0,0,0,-1.5263644773358038,-0.17747252817262127,-14.052287581699348,-0.047693616191526046,-14.097058823529437,0,0,1.5850458230999427,1.0,-14133500655.759205,-2156984.4859600067,1.027250937651728,-262838.5208691247,0,0,,-48.84074886396399,23.54652535683206,0,1,-0.7105263157894789,0.3695159146007664,806.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,830.75,832.4,806.0,-2.49774300331026,1,0,0,none,1,-0.2222222222222222,-0.24691358024691357,0,0.409,0,0,0,0.0,27.027027027027017,-1.5647316784001928,37.03314659197021,73.03532524120762,-3.453668257485333,-1.8889365790851402,2.6971536818610855,820.6,826.25,830.4333333333333,-1.9667170953101332,0,0,5.5,0.6790123456790124,0,0.25925925925925924,-299.27456043280773,1,0,-70.83333333333334,0,0,-2.055622732769047,16.27655834304427,0,0,0,0,1,0,-1.544401544401552,-0.6355275868433024,-50.27777777777777,-0.18909627261944129,-12.823529411764753,0,0,1.3473099206165022,1.0,-17777874744.2114,,2.706378524176649,-1337594.6592363045,0,0,,-48.79404976823921,72.87325166207154,1,1,-0.6172932330827037,0.42967167813556784,803.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,808.25,831.0,804.1666666666666,0.21651716671822197,1,0,0,none,1,-0.25316455696202533,-0.3703703703703704,0,0.471,-1,0,1,0.0,22.85714285714286,-1.0806191841011143,55.48941798941802,63.9109347442682,-2.1011799544394307,-1.0205607703383164,1.9950457653834222,825.8,828.65,829.2666666666667,-1.8886140107403526,0,0,5.714285714285714,0.7028641714988578,0,0.28,-415.1593453919005,1,0,-70.83333333333334,0,0,-2.048192771084334,14.83701467714306,0,0,0,0,1,0,-27.14285714285714,-0.9396293677965584,-14.087301587301589,-0.15769682280812608,-9.785294117647027,0,0,1.7294356779812425,0.9159663865546218,-17565080032.747826,-4435124.46546936,5.686165373546639,-282806.31981381774,0,0,,-48.58293409110821,44.00951913946356,1,1,-0.4037593984962439,0.3340298829032159,806.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,824.6666666666667,831.6,806.0,-1.4147130153597476,1,0,0,none,1,-0.3220338983050847,-0.4920049200492005,0,0.438,-1,-1,1,0.0,23.07692307692308,-1.1573630163835513,36.11111111111089,26.296296296296163,-2.4778953587031083,-1.320532342319557,2.5166181260656466,825.0,830.35,837.55,-2.0894803396158235,0,0,6.5,0.7995079950799507,0,0.2,-348.72196139802026,1,0,-80.0,0,0,-2.400960384153661,18.507639030436593,0,0,0,0,0,0,-19.780219780219774,-0.9693749011031241,6.666666666666668,-0.10736734863381624,-8.138235294117635,0,0,1.5956285510903083,0.33613445378151263,-19942318303.799297,-5611325.1110954285,5.630862282338725,-2429466.396245897,0,0,,-48.478644966742564,27.9870854184619,1,1,-0.3706766917293269,0.17620635331458434,807.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,826.35,845.7,807.0,-1.6155382102014948,1,0,0,none,1,-0.9591836734693877,-0.8610086100861009,0,0.308,-1,-1,1,0.3986191545899252,47.5,1.499097582514402,51.19363395225482,54.671382257589364,-6.098914584340491,-7.598012166854893,1.9640697239234375,829.4,828.65,860.4,-0.1991190490556849,0,0,7.928571428571429,0.9587148039385041,1,0.6896551724137931,-278.8963460104386,1,0,-31.03448275862069,0,0,0.730816077953711,23.806412558004823,0,0,0,0,0,0,1.1585365853658516,-0.23647915261721586,-0.08841732979662709,0.2942233461603719,-14.397058823529392,0,0,1.529509122558732,0.008403361344537815,-22325478269.117268,-18895065.310668945,5.009994862771517,819610.0325834155,0,0,,-47.43821276982886,27.621346446848964,1,1,0.3015037593984867,0.19218408443617174,807.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,829.4000000000001,871.0,811.2666666666667,-0.28936580660720024,1,0,0,none,1,-1.3333333333333333,-0.8464328899637243,0,0.25,0,0,1,-5.675546041464836,-8.018610778335301,-2.3430647368704647,829.2,863.5,858.3,-4.226983207874923,0,0,18.571428571428573,2.245638279495595,0,0.17045454545454544,-126.78824443530323,1,0,-77.94117647058823,0,0,-5.269186712485685,15.098990038843112,0,0,0,0,0,0,-0.14375561545372761,0.3459017369114319,5.575163398692809,0.19180987593483148,-25.688235294117703,0,0,5.617178336501796,0.7142857142857143,-29047417627.186054,-33202920.045330048,1.1874010978815785,-7058541.668065101,0,0,,-47.15224206906055,34.59017800359425,1,1,-3.5308270676691644,0.5172114264699745,812.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,836.9333333333334,900.0,823.7333333333333,-1.1868727098932719,1,0,0,none,1,-0.7241379310344828,-1.4510278113663846,0,0.375,0,0,0,-7.255326704935733,5.386948583440244,12.642275288375977,841.8,854.0,797.55,-3.1615925058548044,0,0,42.714285714285715,5.1649680428398685,1,0.225,-154.0290620871862,1,0,-77.5,0,0,-0.7202881152461038,42.19290733802267,0,0,0,0,1,0,-2.353019243530184,-0.8965870850092728,-6.415857605177997,0.37723356769623756,-2.626470588235293,0,1,11.038370971658779,0.16806722689075632,-56629051580.20142,-148801144.02907562,0.7009420085817244,-10845160.545843363,0,0,-1.3266898685719581,-42.03378755365905,52.44902877388944,1,1,-0.38045112781954554,0.013637593558846972,800.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,500,in_cloud,below,-16.667,0,0,837.05,895.7666666666667,706.0666666666667,-1.2006451227525194,1,0,0,none,1,1.1016949152542372,-4.111245465538089,0,0.714,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.1858359701020408,15.094339622641513,12.825577992390985,8.706370110233152,13.45470138401222,44.72727272727273,20.504314994606236,26.27202445163608,0.14978096559400988,9.027471939716836 -294,2026-01-19 09:00:00,buy,712.0,0.099,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.05992568886125935,17.073170731707307,-1.940314304756222,5.0476190476192935,9.587301587302033,-8.64781924405429,-6.707504939298068,5.7261606514275245,768.8,783.75,796.8833333333333,-2.5199362041467332,0,0,6.142857142857143,0.8040388930441287,0,0.0,-139.73634651600713,1,0,-100.0,1,0,-2.5510204081632626,5.9839679052909105,1,0,0,0,0,0,-0.8755472170106344,-0.02039811857376339,-1.333333333333334,-0.20773901085241486,-24.950000000000045,0,0,1.4070080716696356,0.9747899159663865,-11899318204.30608,-14597255.369483948,1.391852775646762,-1469474.8782163411,0,0,,-51.68032501848421,66.07406734168144,1,1,-1.829323308270681,0.9304366277877197,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,770.3,803.2,764.0,-0.8178631701934225,1,0,0,none,1,-0.29411764705882354,-0.2617801047120419,0,0.389,-1,0,0,0.009144464485481089,4.878048780487802,-2.9576940940097725,11.600817762564006,11.770958561716595,-8.043385374723016,-5.0856912807132435,6.405828555678729,774.4,791.9,798.65,-3.1443364061118806,0,0,7.714285714285714,1.0057738871298194,0,0.07317073170731707,-151.39052095573862,1,0,-92.6829268292683,1,0,-3.1565656565656575,1.4647609757579971,0,0,0,0,0,0,-0.2501563477173221,-0.1567216201107957,1.2485481997677113,-0.1679494347051611,-24.908823529411734,0,0,1.5431897236905405,0.9915966386554622,-14164474071.907867,-8263685.398044586,2.3102231731821137,-1792853.8431722298,0,0,,-51.46788711964253,57.77830254162192,1,1,-1.9789473684210583,0.8522464614314109,764.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,770.1500000000001,805.0,764.0,-0.40901123157827124,1,0,0,none,1,-0.3333333333333333,-0.2607561929595828,0,0.423,-1,0,1,0.0,11.111111111111114,-3.5288988648046358,17.676366843033612,20.639329805996514,-5.617900655929702,-2.0890017911250665,5.207516147558853,782.2,798.05,800.3,-3.640122799323342,0,0,6.928571428571429,0.9009845810886122,0,0.125,-225.9152215799614,1,0,-87.5,1,0,-4.234122042341215,3.417581591798566,0,0,0,0,0,0,-5.10510510510511,-0.8329158969762092,-10.119047619047613,-0.4129248317550927,-21.747058823529414,0,0,1.8727542833045374,1.0,-17819856915.671764,,3.276882754999468,-1041240.0498510078,0,0,,-51.298171524336,43.00425714606706,1,1,-1.2654135338345913,0.5191962206400959,764.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,802.95,803.6333333333333,764.0,-4.228158664923098,1,0,0,none,1,-0.4177215189873418,-0.26007802340702213,0,0.294,-1,-1,1,0.0,28.57142857142857,-2.6784025427862765,29.57264957264961,59.68142968142979,-3.57391871655625,-0.8955161737699732,3.952164880256724,791.6,799.7,801.1333333333333,-2.838564461673132,0,0,6.714285714285714,0.8641294355580069,0,0.3333333333333333,-303.9811066126872,1,0,-66.66666666666666,0,0,-3.4782608695652195,5.230948671951694,0,0,0,0,0,0,-2.539682539682545,-0.8817888344117779,-28.282828282828277,-0.26872328441069027,-15.314705882352882,0,0,1.859491026376803,1.0,-17632481127.627117,-38078228.27837372,6.689576886530691,-2081778.5376060605,0,0,,-50.76980435248895,33.984260975226285,1,1,-0.6375939849624004,0.22790410523019977,764.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,767.3333333333333,804.0,766.6666666666666,1.2597741094700465,1,0,0,none,1,-0.4406779661016949,-0.2574002574002574,0,0.4,0,0,1,0.0,30.188679245283026,-0.88301205981022,71.30952380952358,79.85449735449721,-2.1152324048730407,-1.2322203450628206,2.637476566706334,799.0,801.0,806.9666666666667,-2.4968789013732784,0,1,8.071428571428571,1.0334735686848362,0,0.425,-488.3279044516832,1,0,-57.49999999999999,0,0,-3.101736972704716,9.624857760109549,0,0,0,0,0,0,-24.983734547820426,-1.4950790880433773,-13.611111111111114,-0.11337821437575886,-8.797058823529369,0,0,2.669024957622997,1.0,-20046232588.89117,-69125446.80817795,7.9896130461724875,-1212718.3290244937,0,0,,-50.41816982118827,24.962909159420235,0,1,-0.15037593984962275,0.028372818839549008,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,769.5999999999999,808.8,768.8,1.4812889812889862,1,0,0,none,1,-0.6326530612244898,-0.2560819462227913,0,0.308,-1,-1,1,0.6316751654966114,52.777777777777786,0.9807608552115852,117.6315789473686,89.48830409356746,-3.140762099851372,-4.121522955062957,1.6545635080510557,803.0,803.25,814.1,0.2178649237472685,0,0,6.857142857142857,0.8518189884649512,1,0.9761904761904762,-439.8212359377415,1,0,7.894736842105263,0,1,0.7509386733416834,16.809132912904843,0,0,0,0,0,0,6.831831831831842,0.2175097723969266,35.96491228070175,0.516926863745504,-13.350000000000023,0,0,1.3095331630563287,0.09243697478991597,-22507274884.76021,-148463975.2991562,7.2182005997835645,3509941.4294483066,0,0,,-48.745362706217406,24.298642431995553,0,1,-0.30751879699248996,0.29982166381388886,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,777.2166666666667,825.0,776.2,3.5747217635579975,1,0,0,none,1,-0.46153846153846156,-0.2484472049689441,0,0.385,0,0,1,-0.9270550507668744,-12.784597168234882,-11.857542117468007,803.6,817.7,843.8833333333333,-1.5531368472544993,0,0,17.0,2.111801242236025,0,0.7669902912621359,-359.0028213311133,1,0,-14.130434782608695,0,1,-1.7094017094017144,18.846109194037325,1,0,1,0,1,0,1.6537467700258546,0.5267499249198764,23.2468443197756,0.27728707490562704,-51.68529411764712,0,0,4.23620169276392,0.3277310924369748,-29276828525.851517,-224595498.31040955,7.165341444241225,-5013897.0954401195,0,0,-5.705763707625871,-48.41443235973153,35.3651613630438,1,1,-1.499248120300757,0.6613354463940588,726.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.3666666666667,892.0,742.6,8.00053664862932,1,0,0,none,1,-3.413793103448276,-1.8633540372670807,0,0.0,0,0,1,-12.12738806316593,-9.987984437586533,2.1394036255793965,798.8,841.75,799.3,-5.197505197505192,0,0,47.357142857142854,5.934479054779807,0,0.41626794258373206,-229.28987602400662,1,0,-58.3732057416268,0,0,-7.852193995381063,35.59462424879324,0,0,0,0,0,0,11.720158672917421,1.6156350461546491,4.03953251235391,0.33755624120216793,-60.38529411764705,0,0,12.811407856834663,0.4369747899159664,-57131282889.75437,-678455085.4355011,1.748730611970752,-10845160.545843363,0,0,-2.7001772636494374,-43.816957711715446,47.75277633254401,1,1,-3.5601503759398616,0.3639669663519811,711.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,below,-42.605,0,0,837.05,895.7666666666667,706.0666666666667,-4.6651932381578165,1,0,0,none,1,0.8813559322033898,-3.258145363408521,0,0.556,0,1,0,4,0,0,1,1.0,0.0,-0.333,0,0.2088967227205046,37.2093023255814,40.28985507246377,22.23640330372449,5.335346485169574,45.76271186440678,18.55996295724647,16.984697794837214,0.18670988949146955,16.59007106566065 -295,2026-01-21 08:24:00,buy,694.0,0.102,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.20308999481797557,46.15384615384615,0.028229762671111325,55.555555555555806,74.07407407407455,-0.7519536401567848,-0.7801834028278961,0.6510821642571606,698.0,698.35,701.3833333333333,-0.19331280876351276,0,0,1.8571428571428572,0.26644804263168687,0,0.3333333333333333,-5.291005291009588,0,0,-66.66666666666666,0,0,-0.14326647564469885,26.077821267116363,1,0,1,0,0,0,-3.8461538461538467,-0.050808672447656966,-22.222222222222236,0.30567178967566394,-0.8970588235293917,0,0,0.6921694024666547,0.5798319327731093,-12120629528.27753,-257368.12406539917,0.17583568362748803,-77717.19612053782,0,0,,-55.75524105681633,19.82639827999711,0,1,-0.09248120300752027,0.23167388940782896,697.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,696.2166666666667,706.8333333333334,696.0,0.11251286716300601,1,0,0,none,1,-0.1092436974789916,-0.2869440459110474,0,0.304,0,0,0,0.3082615704880391,45.16129032258065,0.06536433108732664,83.33333333333374,81.11111111111178,-1.0604776219356609,-1.1258419530229875,1.3806340914991369,698.0,698.85,701.05,-0.2647206124347212,0,0,4.142857142857143,0.5943840951014553,0,0.7,-60.3594438792803,0,0,-30.0,0,0,-0.28612303290415086,11.926065903003831,1,0,1,0,1,0,-3.1145717463848683,-0.07451347626040739,3.3333333333333286,0.3781245091841869,-3.2999999999999545,0,0,1.5703129002748732,0.9915966386554622,-14219523780.12539,,0.4888799035447936,-132360.50553594902,0,0,,-55.73462639817889,29.212110802563227,1,1,-0.14360902255638286,0.12405845006001759,697.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,710.3666666666666,712.5333333333333,692.6,-1.881657360048783,1,0,0,none,1,-0.1919191919191919,-0.1434720229555237,0,0.294,0,0,0,0.1457009231501543,14.285714285714292,-0.09938845900432147,23.214285714285808,16.468253968253993,-1.9419331656605436,-1.8425447066562222,1.8705202001229264,698.6,701.65,706.8833333333333,-0.6627235801325404,0,0,3.357142857142857,0.4816560770649723,0,0.18181818181818182,-125.96899224806006,1,0,-71.42857142857143,0,0,-0.4285714285714337,20.33524540017683,0,0,0,0,1,0,-2.3809523809523654,-0.08961185264479576,5.357142857142858,0.2212213060784842,-3.9382352941177032,0,0,0.9206531539040718,0.31092436974789917,-17899533239.02601,-3151848.868434906,0.9467317043489,-924760.5423609465,0,0,,-55.69511387945501,8.441087897609634,0,1,-0.45488721804511106,0.6727127032933103,695.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.5,725.0,696.0,-2.037947997189038,1,0,0,none,1,-0.35443037974683544,-0.1434720229555237,0,0.333,0,0,0,0.27235736846549713,47.61904761904762,0.26076041568787245,31.481481481481534,24.197530864197685,-3.0152723627088562,-3.2760327783967287,1.4719039255704491,699.6,701.35,712.6166666666667,-0.33506808298282564,0,0,4.214285714285714,0.6029021050480278,1,0.4444444444444444,-145.12471655328645,1,0,-55.55555555555556,0,0,-0.9915014164305958,15.012669771210469,1,0,0,0,0,0,0.0,-0.019257824036803317,14.814814814814813,0.2909351517587334,-6.817647058823582,0,0,0.9984888679524709,0.35294117647058826,-17712294654.10127,-5481170.090007782,1.4897604678261993,-1214047.60725829,0,0,,-55.54840440641071,11.250497952555586,0,1,-0.04887218045113425,0.01255113286971521,695.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,713.5,724.0,696.0,-2.032235459004905,1,0,0,none,1,-0.4745762711864407,-0.14306151645207438,0,0.25,0,0,0,0.20962162785106653,30.30303030303031,0.19761553314616798,18.25396825396801,21.064814814814664,-6.960014820135825,-7.157630353281993,4.0411983594889165,701.2,707.3,728.2,-1.173476601159329,0,0,6.285714285714286,0.8992438176987533,0,0.21052631578947367,-106.81188497181662,1,0,-66.66666666666666,0,0,-0.8510638297872353,25.845314369604452,1,0,1,0,1,0,0.0,0.043321441493534785,3.9682539682539666,0.15802337521220222,-14.914705882352905,0,0,1.6805456028747598,0.7983193277310925,-20167429885.208225,-11770241.977794647,0.9958706310650856,-1734397.5937477648,0,0,-3.5809924620683935,-55.46044524402641,36.52060046013236,1,1,-1.0646616541353429,0.7769330562026575,695.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.5,745.0,695.0,-1.8947368421052602,1,0,0,none,1,-0.9591836734693877,-0.14306151645207438,0,0.1,0,0,0,0.16297908280640216,29.310344827586206,-1.039649215064756,18.719806763285195,18.679549114331934,-11.410770528409216,-10.37112131334446,7.992598866138296,701.4,718.35,744.05,-2.6936730006264398,0,0,7.714285714285714,1.1036174126302882,0,0.046511627906976744,-106.09037328094286,1,0,-91.66666666666666,1,0,-3.319502074688796,23.649369733985125,0,0,0,0,0,0,2.7478448275862064,0.15536673337087414,-0.34722222222222143,-0.04674571126080947,-27.361764705882365,0,0,2.0257299979722654,0.44537815126050423,-22665783586.64296,-30396881.986351013,1.0142807302865053,-3166461.8452890217,0,0,,-55.32957539737075,86.13599749383398,1,1,-2.3496240601503757,0.9378568657917158,697.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,734.2666666666667,743.8,697.0,-4.802978027964411,1,0,0,none,1,-0.7948717948717948,-0.4291845493562232,0,0.385,0,0,0,-3.841099348904578,-31.106569487344927,-27.26547013844035,715.2,759.8,819.1833333333333,-8.002105817320338,0,0,25.857142857142858,3.6991620682607804,0,0.00909090909090909,-94.20801003213433,0,0,-98.96907216494846,1,0,-3.9835164835164805,24.225890507529044,1,0,1,0,0,0,0.4762405014532476,-0.09097334756588182,-2.2204599524187163,-0.023995757539558963,-73.66176470588232,0,0,8.279338279269226,0.9243697478991597,-29542772590.830845,-267061536.07715988,1.275533419686088,-11224375.455141634,0,0,-8.663380198097514,-55.08005488687422,60.79448463954834,1,1,-6.439097744360928,0.8274676944813926,698.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,748.2166666666667,829.0,702.3666666666667,-6.577862918495092,0,0,0,none,1,-4.482758620689655,-3.4334763948497855,0,0.0,0,0,0,-15.548094911109814,-29.0171846045821,-13.469089693472284,738.8,815.5,796.9333333333333,-11.710606989576943,0,0,44.642857142857146,6.200396825396826,0,0.13043478260869565,-135.63282207879328,1,0,-86.3013698630137,1,0,-13.043478260869568,34.28691283116707,0,0,0,0,0,0,2.1449773472894833,0.8553126147144425,0.25998994996831915,0.08563975842276654,-112.81470588235288,0,0,14.033126467431352,0.7226890756302521,-57240525057.92919,-607721418.0179672,1.3412623400114358,-5874064.850998759,0,0,-2.7253024460387727,-49.06379984384321,37.09608667672785,1,1,-8.309774436090212,0.7138053742959786,690.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,3.298,0,0,719.6166666666667,895.7666666666667,706.0666666666667,0.053269101605013525,1,0,0,none,1,-0.15254237288135594,4.722222222222222,0,0.5,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.13703890892499995,20.35928143712576,8.094621791234458,10.459282167676871,22.046731768466156,28.90173410404624,7.188928457854175,11.19186740431631,0.08969195766430695,28.541012559524553 -296,2026-01-21 22:36:00,buy,699.0,0.101,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.0,12.5,-0.41669428912653567,11.428571428571694,18.174603174603646,-0.8508061612470783,-0.43411187212054264,1.1544834897865568,703.4,705.6,708.4,-0.6519274376417306,0,0,1.2857142857142858,0.183411453026289,0,0.0,-133.85826771653586,1,0,-100.0,1,0,-0.9887005649717562,20.95501705941767,0,0,0,0,0,0,-12.5,-0.18641428813999011,-8.333333333333332,-0.2809888339196554,-1.0235294117647982,0,0,0.4945432877505635,0.47058823529411764,-12122021858.835043,,0.7048921086631558,-149947.858207196,0,0,,-55.46191424294496,60.11845297559584,1,1,-0.07669172932331217,0.04963551009502998,701.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,700.3166666666666,719.0,700.0,0.09757490658988122,1,0,0,none,1,-0.14285714285714285,-0.42796005706134094,0,0.324,-1,0,0,0.4957830970802648,61.11111111111111,0.2794134783206723,47.61904761904801,61.90476190476255,-1.5159850188041446,-1.795398497124817,1.6841194771342463,704.6,704.05,711.3333333333334,-0.0071017683403118426,0,0,2.5,0.35511363636363635,0,0.5714285714285714,-54.623655913978496,0,0,-42.857142857142854,0,0,-0.283286118980175,43.75356171230013,1,0,1,0,1,0,4.861111111111107,-0.04548873230383288,-9.523809523809518,0.3273727315675842,-3.9323529411764184,0,0,0.9504666041538965,1.0,-14227187790.76918,-497801.28298950195,1.5244714314717673,31119.75261523947,1,0,,-55.25005243403244,27.535593184642277,1,1,0.18872180451127424,0.1418663460087778,701.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,718.7,720.5333333333333,700.0,-2.0453596771949467,1,0,0,none,1,-0.16161616161616163,-0.2840909090909091,0,0.333,0,0,0,0.19533185593548366,29.629629629629633,-0.1931054949263178,38.46153846153856,45.19230769230773,-3.183377146572866,-2.990271651646548,3.332243446433183,705.6,709.2,715.2666666666667,-1.0152284263959421,0,0,4.571428571428571,0.6512006512006512,0,0.11764705882352941,-99.6168582375484,0,0,-84.61538461538461,1,0,-0.9873060648801113,20.489964406107077,0,0,1,0,1,0,-3.7037037037036953,-0.12027839926249095,-11.538461538461533,0.16334091570738943,-6.850000000000023,0,0,0.9923230944035112,0.6470588235294118,-17911760973.777714,-4048932.43932724,1.1247613744951657,-1160099.5340243056,0,0,,-55.337737131108135,40.02452529367747,1,1,-0.8511278195488646,0.7263847193375477,701.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,717.15,720.3,700.0,-2.112528759673704,1,0,0,none,1,0.02531645569620253,-0.2849002849002849,0,0.458,0,0,0,0.11756021866127919,30.555555555555557,-0.9732576431456277,31.3725490196079,31.372549019607998,-3.344350182557946,-2.3710925394123183,3.3824627159187006,704.2,711.2,712.7833333333333,-1.2935883014623228,0,0,5.428571428571429,0.7733007733007734,0,0.11764705882352941,-120.02412545235157,1,0,-88.23529411764706,1,0,-1.6806722689075682,22.561405995676594,0,0,0,0,0,0,-6.944444444444443,-0.04856764651845369,-7.843137254901958,0.14045277403521192,-10.038235294117726,0,0,1.5221093010561395,0.9159663865546218,-17728312862.441444,-12637495.829357147,1.4914952187099357,-2032013.372174412,0,0,,-55.31763419362583,35.172309150570015,1,1,-0.8015037593984937,0.6216552732238056,700.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,715.3666666666666,720.1333333333333,700.2,-1.8685056614323514,1,0,0,none,1,0.03389830508474576,-0.14245014245014245,0,0.471,0,0,0,0.0,31.25,-1.8951683466754432,15.892672858616892,22.445820433436385,-2.2232155287189244,-0.32804718204348116,3.559234243491761,705.6,714.95,713.2333333333333,-1.8113154766067674,0,0,5.571428571428571,0.7936507936507936,0,0.10526315789473684,-163.82806163827922,1,0,-88.23529411764706,1,0,-2.228412256267409,16.172321847337855,0,0,0,0,0,0,-3.633720930232556,-0.15317105237325745,-8.359133126934987,0.07215136570771967,-7.982352941176487,0,0,1.7355105687624985,0.7058823529411765,-20187274741.272594,-14693118.56583786,1.7816012928703424,-2355052.4298891723,0,0,,-55.22800413212497,42.6889048390521,1,1,-0.8744360902255676,0.661271326440164,701.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,718.6,719.0,695.0,-2.3100473142220967,1,0,0,none,1,-0.42857142857142855,-0.4273504273504274,0,0.357,0,0,0,0.3998406244362754,58.69565217391305,0.6976636043420736,54.62184873949597,72.17553688141945,-3.2107757567807766,-3.9084393611228503,4.428624457073388,712.2,710.15,725.4833333333333,-0.44356826022671214,0,0,7.214285714285714,1.0204081632653061,0,0.47619047619047616,-60.21897810218999,0,0,-64.70588235294117,0,0,-1.532033426183843,42.44713636599256,1,0,0,0,0,0,1.248843663274748,-0.5008160563290227,-18.394024276377216,0.25326704238425557,-5.8647058823529505,0,0,2.450864878067891,0.5630252100840336,-22691397919.083935,-17798768.162654877,1.0719734910219112,-4408773.843604803,0,0,,-54.77811911897783,24.36585290261697,0,1,0.7796992481202961,0.3441948492191681,701.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,740.2666666666667,741.0,697.0,-4.4938760806916385,1,0,0,none,1,-1.0,-0.4243281471004243,0,0.2,0,0,0,0.04999415081731584,-27.976521861307106,-28.02651601212442,709.8,745.25,812.6666666666666,-4.1932237504193175,0,0,15.928571428571429,2.230892356942777,0,0.16161616161616163,-75.37429013939095,0,0,-61.904761904761905,0,0,-4.800000000000004,33.03546709944058,1,0,1,0,1,0,18.532445208422878,0.9085185899117683,12.354770086728848,0.03406906819866855,-61.89705882352939,0,0,8.694389136422815,1.0,-29561299509.758976,-253862267.65901566,1.9301580501590458,-20370413.141421705,0,0,-7.969768345602586,-54.07535799122405,51.39675102975923,1,1,-5.2819548872180375,0.7174973283194934,715.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,748.0,818.0,702.0,-4.545454545454541,1,0,0,none,1,-3.896551724137931,-3.221288515406162,0,0.0,0,0,1,-15.548094911109814,-29.0171846045821,-13.469089693472284,738.8,815.5,796.9333333333333,-11.710606989576943,0,0,44.642857142857146,6.200396825396826,0,0.13043478260869565,-135.63282207879328,1,0,-86.3013698630137,1,0,-13.043478260869568,34.28691283116707,0,0,0,0,0,0,2.1449773472894833,0.8553126147144425,0.25998994996831915,0.08563975842276654,-112.81470588235288,0,0,14.033126467431352,0.7226890756302521,-57240525057.92919,-607721418.0179672,1.3412623400114358,-5874064.850998759,0,0,-2.7253024460387727,-49.06379984384321,37.09608667672785,1,1,-8.309774436090212,0.7138053742959786,690.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,3.298,0,0,719.6166666666667,895.7666666666667,706.0666666666667,0.053269101605013525,1,0,0,none,1,-0.15254237288135594,4.722222222222222,0,0.5,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.2882265729486409,44.23076923076923,44.444444444444436,31.1436831319011,19.80051892630696,28.90173410404624,7.188928457854175,11.19186740431631,0.08969195766430695,28.541012559524553 -297,2026-01-22 02:30:00,buy,690.0,0.103,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.237250392275993,44.11764705882352,-0.062201915820983444,30.000000000000266,24.44444444444493,-5.119786237950166,-5.057584322129182,3.3748011898788954,693.0,699.2,711.9333333333333,-0.8867276887871922,0,0,4.071428571428571,0.5875077303648732,0,0.1,-98.05467928496498,0,0,-80.0,0,0,-0.4310344827586188,16.45233249899276,1,0,1,0,1,0,4.643962848297207,0.098712717395669,3.3333333333333357,0.11186612326168575,-13.244117647058829,0,0,1.4254051419628628,0.9747899159663865,,,0.3263383705982603,-451889.93484858423,0,0,,-55.93854144094661,37.2561494100636,1,1,-0.8766917293233234,0.7730055629090881,691.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,716.3166666666666,722.0,694.1,-3.255078061378802,0,0,0,none,1,-0.16806722689075632,0.0,0,0.333,0,0,0,0.1770790738646661,28.57142857142857,-1.6442585694113,6.602254428341783,10.882984433709721,-5.865112379640436,-4.220853810229136,5.874324296842278,694.8,706.4,709.3666666666667,-1.8969422423556037,0,0,6.285714285714286,0.9070294784580499,0,0.06896551724137931,-94.03508771929889,0,0,-88.88888888888889,1,0,-2.1186440677966156,30.381170057372742,1,0,1,0,0,0,0.5012531328320762,0.24103045360801767,-3.7037037037037033,0.09085665459446877,-17.64705882352939,0,0,1.7320191850081146,0.9831932773109243,,,0.5676727371983875,-1461184.8386046365,0,0,,-55.91813647604364,56.746391135592795,1,1,-1.6872180451127763,0.9257915916551943,691.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,717.5,721.0,695.0,-3.4146341463414664,0,0,0,none,1,-0.2222222222222222,0.0,0,0.321,0,0,0,0.0,22.448979591836732,-2.8355400229754606,7.427055702917866,12.304745063365791,-3.546522451641181,-0.7109824286657201,5.236711619299663,698.2,712.45,711.9666666666667,-2.7300161414836155,0,0,7.071428571428571,1.0204081632653061,0,0.06896551724137931,-155.40450486472147,1,0,-93.10344827586206,1,0,-3.2122905027932913,10.959354937370335,0,0,0,0,0,0,-6.717687074829939,-0.26650435665379835,-9.239610963748895,-0.030059147560150934,-13.005882352941171,0,0,2.144153785003172,1.0,,,0.6255616377555929,-889707.8936099336,0,0,,-55.879180231886714,39.34188458567978,1,1,-1.0593984962406038,0.45152378511237845,691.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,717.5,721.0,696.0,-3.4146341463414664,0,0,0,none,1,-0.3037974683544304,0.0,0,0.391,0,0,0,0.03754048641997476,41.379310344827594,-2.3928327636720237,8.761904761904818,32.57506084050723,-2.942551877588926,-0.5497191139169022,5.549181669430374,702.4,709.2,714.2333333333333,-2.566271855611968,0,0,8.285714285714286,1.1990903452553237,0,0.0,-137.48276541264582,1,0,-100.0,1,0,-3.760445682451252,54.529779587184855,0,0,0,0,0,0,-2.2570532915360317,-0.782686839006312,-23.188405797101446,-0.04271273904252498,-13.0,0,0,2.720048104338724,0.9831932773109243,-17764569210.082184,-35276731.11256409,1.0857694547811414,-2725829.0990593135,0,0,,-55.987120767545285,23.655422913233995,0,1,0.0646616541353515,0.0015117720355700692,691.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,716.5,721.0,694.0,-3.558967201674812,0,0,0,none,1,-0.3728813559322034,-0.2894356005788712,0,0.4,-1,0,0,0.0,37.037037037037045,-0.6372062277041302,72.39163223817931,99.49286291997275,-1.226911409706986,-0.5897051820028558,4.504360598009487,713.6,712.45,711.7833333333333,-2.4492946873464816,0,0,11.428571428571429,1.644398766700925,0,0.15384615384615385,-176.23079335214786,1,0,-84.61538461538461,1,0,-1.6973125884017004,36.15608852854798,1,0,1,0,1,0,-10.655270655270648,-1.3469771466725495,-34.08748114630468,0.1371281107764039,-6.014705882352928,0,0,3.2917750309380898,0.9159663865546218,-20256519326.814148,-69920870.54999161,1.4372538355511886,-1836410.4664318562,0,0,,-55.64484042085027,41.97116108913932,1,1,-0.4924812030075305,0.1318840459421604,691.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,717.6,719.0,695.6666666666666,-3.149386845039026,0,0,0,none,1,-0.3877551020408163,-0.28776978417266186,0,0.429,-1,-1,0,0.03706394454708831,34.24657534246576,0.022506223789362956,76.14379084967337,65.33224400871482,-3.3635152441909213,-3.3860214679802842,4.950097907451712,708.6,711.3,724.3333333333334,-2.2915787993814107,0,0,11.071428571428571,1.5930113052415211,0,0.041666666666666664,-148.9201027035183,1,0,-95.83333333333334,1,0,-3.203342618384397,35.48032920308249,0,0,0,0,0,0,-25.75342465753424,-1.334316496431764,3.349673202614369,0.10812813250307962,-7.029411764705856,0,0,4.3187418531409465,0.8319327731092437,-22811988969.039276,,1.364634832134139,-4115869.53733021,0,0,,-55.51409749264589,21.646460749678408,0,1,0.2105263157894764,0.020020163164331306,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,702.4333333333334,740.0,695.5333333333333,-1.0582261661842285,0,0,0,none,1,-1.2564102564102564,-1.1510791366906474,0,0.25,-1,-1,0,1.25523360564452,-26.457474005068775,-27.712707610713295,713.8,740.9,810.3833333333333,-2.820893507895794,0,0,17.214285714285715,2.3908730158730163,0,0.2222222222222222,-93.03669459693704,0,0,-47.61904761904761,0,0,-2.8340080971659964,24.912607864382622,1,0,1,0,1,0,2.065527065527064,1.205239454827204,1.5873015873015959,0.18876716893059794,-58.11470588235295,0,0,8.753113885922922,1.0,-29587800919.92139,-280363677.8214302,1.7102803466530814,-12928489.83165893,0,0,-7.917987457244834,-53.665487562583536,48.263607224973626,1,1,-4.6676691729323405,0.6495953654884797,699.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,748.0,818.0,702.0,-3.7433155080213942,1,0,0,none,1,-3.1379310344827585,-1.5277777777777777,0,0.0,0,0,0,-13.53399935859348,-33.90512628856516,-20.371126929971677,715.6,802.0,795.6,-12.718204488778051,0,0,43.857142857142854,6.26530612244898,0,0.05172413793103448,-103.8953621201735,1,0,-93.29608938547486,1,0,-15.356711003627566,34.23734471205488,0,0,0,0,0,0,0.8290624057883633,0.5401502288105959,0.8878355247070324,0.05158165294354976,-110.85000000000002,0,0,14.031151415452852,0.7142857142857143,-57330851368.86677,-701799788.6653442,1.2285271584119293,-25085257.848915815,0,0,-2.719733092314794,-50.34104126555422,29.110233410653166,1,1,-10.186466165413545,0.8506511724217962,688.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,8.819,0,0,719.6166666666667,895.7666666666667,706.0666666666667,-2.7259883734395585,0,0,0,none,1,-0.2033898305084746,5.428571428571429,0,0.5,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.34749865843487643,46.2962962962963,46.03174603174603,40.85528827796869,18.497499621609403,24.19354838709677,11.367056962832558,9.678402286270748,0.10973611485705767,32.58873027443917 -298,2026-01-23 00:27:00,buy,694.0,0.102,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.41174059220287934,38.888888888888886,0.27968974902830457,61.1111111111114,46.296296296296816,-1.4563695256023266,-1.7360592746306311,1.2109266381958603,701.0,701.75,706.9166666666666,-0.10687566797292769,0,0,2.857142857142857,0.4075810067250866,0,0.5555555555555556,-174.6031746031791,1,0,-0.0,0,1,-0.14245014245014564,20.694666038378628,0,0,1,0,1,0,3.8888888888888857,0.02312371180974604,16.666666666666664,0.4113089137662534,-3.273529411764798,0,0,1.0450783848057765,0.907563025210084,-12147263415.766012,-2094612.0931625366,3.92930318137947,11161.768486455083,1,0,,-55.36420504484669,23.7065065260554,0,1,-0.18421052631578555,0.2631578947368455,696.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,697.05,717.0,696.7,0.5666738397532622,1,0,0,none,1,-0.1092436974789916,-0.28530670470756064,0,0.346,0,0,1,0.0010558937498797234,30.769230769230774,-0.26094762353414547,43.12169312169349,45.326278659612626,-2.837794680662114,-2.5768470571279685,2.0803209648977283,700.0,703.3,709.5333333333333,-1.0379638845442796,0,0,3.5714285714285716,0.5131362889983581,0,0.14285714285714285,-188.8223552894184,1,0,-77.77777777777779,0,0,-0.9957325746799417,30.5031457000117,1,0,1,0,1,0,-10.139860139860133,-0.24223099706061735,-6.878306878306887,0.010243121396681591,-7.264705882352928,0,0,1.1785227728173266,1.0,-14261984847.225296,-3559554.0257587433,3.208964095027565,-564170.5497093722,0,0,,-55.661535848950585,24.925450489360262,0,1,-0.5338345864661699,0.7455203705566025,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.9666666666667,716.0,694.0,-2.2426143546046218,1,0,0,none,1,-0.1717171717171717,-0.14367816091954022,0,0.333,-1,-1,1,0.16422447226255765,31.034482758620683,-0.8619406775646699,27.403846153846246,21.100427350427392,-3.298171861946912,-2.436231184382242,2.7778389998176247,701.0,707.6,711.4,-0.9327303561334155,0,0,4.214285714285714,0.6011819849195027,0,0.3888888888888889,-148.5442661913252,1,0,-56.25,0,0,-1.2676056338028152,18.254148056143208,0,0,0,0,0,0,-2.2988505747126453,0.16307762836435824,14.58333333333333,0.1858340015514616,-11.129411764705878,0,0,1.121449861567926,0.7058823529411765,-17952863776.07457,-8043537.205863953,2.9656240556500157,226909.49007108808,1,0,,-55.30358081645714,52.88639120495936,1,1,-0.7518796992481274,0.8193981029295123,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.0,715.6,695.6,-1.54494382022472,1,0,0,none,1,-0.21518987341772153,-0.14265335235378032,0,0.316,0,0,1,0.07359856707929767,29.629629629629633,-1.1411042132225993,29.575163398692865,20.35221496005826,-2.883490033562225,-1.7423858203396259,2.642487750715005,703.0,710.0,712.7333333333333,-1.1267605633802802,0,0,4.357142857142857,0.6206756206756205,0,0.38095238095238093,-181.37254901960634,1,0,-52.94117647058824,0,0,-1.2658227848101222,4.425789109220759,0,0,0,0,1,0,5.629629629629633,0.06503683562321672,19.389978213507618,0.13223183855837856,-10.491176470588243,0,0,1.0802077111521753,0.3865546218487395,-17798625252.323486,-17258407.453834534,2.558415106946261,408472.88437731564,1,0,-4.7968847690638725,-55.22011252285013,55.77873573671892,1,1,-0.7142857142857125,0.8116883116883109,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,712.0,718.0,695.6,-1.4044943820224698,1,0,0,none,1,-0.0847457627118644,-0.14245014245014245,0,0.429,0,0,1,0.0,31.25,-1.4220558127375509,29.913419913419677,47.585377585377444,-1.9053298803057714,-0.4832740675682205,2.3454706467451527,707.0,711.6,711.25,-1.6301292861158,0,0,5.0,0.7142857142857143,0,0.3,-276.1904761904734,1,0,-70.0,0,0,-2.0979020979020935,18.545699699453266,0,0,0,0,0,0,-2.0833333333333286,-0.4137505820042662,-17.777777777777782,-0.023631953860336806,-8.117647058823536,0,0,1.3590027145711072,0.23529411764705882,-20296638229.482746,,2.7317489661830834,-2016229.9094456136,0,0,,-55.25948854325395,39.00714918780626,1,1,-0.38345864661654255,0.2955923666481861,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,716.5666666666666,717.0,691.8666666666667,-2.3119505047215827,1,0,0,none,1,-0.3469387755102041,-0.14285714285714285,0,0.4,-1,0,1,0.0,36.95652173913044,-0.9617459015523839,36.825396825397,61.202501202501416,-1.4310324258298124,-0.4692865242774285,2.8495574200110854,709.8,713.55,714.3,-1.8989559246023302,0,0,6.642857142857143,0.9489795918367347,1,0.0,-236.5207030086403,1,0,-100.0,1,0,-2.0979020979020935,24.933284768475275,0,0,0,0,0,0,-16.37681159420289,-0.7355634953078702,-27.272727272727273,0.06367106199061585,-4.25,0,0,3.4887042374381823,0.6554621848739496,-22837739762.061153,-14641031.518756866,2.0722250393910784,-3165887.9529803395,0,0,,-55.12752116124109,16.417711319534423,0,1,-0.4774436090225453,0.30876534446412407,700.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,702.4,718.0,694.0,-0.3416856492027276,1,0,0,none,1,0.07692307692307693,-1.2857142857142856,0,0.5,-1,-1,1,3.025397208857239,-20.898516678148553,-23.923913887005792,712.4,720.65,797.15,-2.865468674113647,0,0,18.785714285714285,2.683673469387755,1,0.047619047619047616,-101.55122655122649,1,0,-88.88888888888889,1,0,0.14306151645206988,32.734216871491554,0,0,0,0,0,0,-1.5848444641014297,-0.6919038182781101,-10.11743450767841,0.13732911693997,-40.45294117647063,0,0,5.193215380220833,0.5042016806722689,-29627833162.6178,-85060571.78695679,0.910226114695297,178772.29959464073,0,0,-6.154223774218034,-54.88394274369711,31.43706099350312,1,1,-1.8714285714285663,0.5204976717531052,700.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,703.5,749.3333333333334,698.0,-0.497512437810943,1,0,0,none,1,-4.206896551724138,-1.0,0,0.0,0,0,0,-11.306581593498493,-37.57941626525928,-26.27283467176079,706.0,786.5,794.7166666666667,-12.269548633185002,0,0,40.0,5.797101449275362,0,0.008620689655172414,-86.32208157524617,0,0,-98.63945578231292,1,0,-13.533834586466165,34.91246477594703,0,0,0,0,0,0,1.8481182795699027,0.9936677801594449,-4.112695306433076,0.04098347789743144,-107.94411764705876,0,0,13.366505605496716,0.5294117647058824,-57724602474.72906,-737984581.7671127,1.1084215522044516,-43041334.33774996,0,0,-3.871651652823387,-50.9229040753275,21.852312518544004,0,1,-11.47819548872181,0.9306579085139687,689.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,13.5,0,0,837.05,895.7666666666667,697.0333333333333,-17.567648288632697,0,0,0,none,1,-0.576271186440678,4.057971014492753,0,0.556,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.16359520113294934,36.13445378151261,53.058542413381126,54.3008532491879,8.517918542672442,26.04166666666667,4.922788482245763,8.441776411252382,0.15726794980672043,35.79924499697572 -299,2026-01-24 00:00:00,buy,688.0,0.103,49,저점 분할 매수 · 비중 10% · 10회 · BB하단 · leg#49,0.15452246858557664,22.727272727272734,-0.899564595545447,2.7777777777780615,3.7037037037042477,-3.31621368746346,-2.416649091918013,3.03028437996209,690.4,697.3,701.1,-1.046895167072992,0,0,3.0714285714285716,0.4451345755693582,0,0.0,-92.2668436773986,0,0,-100.0,1,0,-1.7094017094017144,12.543902278272114,0,0,0,0,0,0,0.0,0.12640823903060072,0.0,0.02966554622474743,-9.07941176470581,0,0,1.0032986029634252,0.9663865546218487,-12159173810.656656,-5835830.973735809,1.8641887208542558,-78653.42692136765,0,0,,-55.99343889710888,67.27665425144417,1,1,-0.7864661654135361,0.7757861269545051,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,690.2333333333333,704.0,690.0,-0.033804993480468504,1,0,0,none,1,-0.09243697478991597,-0.14492753623188406,0,0.467,0,0,1,0.0,21.73913043478261,-1.4961608792017018,-0.25252525252487423,6.89588189588254,-3.085806805764605,-1.5896459265629033,3.018392868129306,691.2,699.75,701.6166666666667,-1.536262951053946,0,0,3.0,0.43541364296081275,0,-0.07692307692307693,-145.44084400904296,1,0,-109.09090909090908,1,0,-1.851851851851849,17.868445876718425,0,0,0,0,0,0,-0.9881422924901244,-0.07337543089651377,-3.0303030303030307,-0.24780000078255662,-10.391176470588334,0,0,1.0343488400643817,0.9747899159663865,-14274605642.520683,-3562557.9813804626,1.9693494468637378,-631354.7913288232,0,0,,-56.03691188274682,50.421801894601536,1,1,-0.7120300751879797,0.6364251828249258,690.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,690.3333333333333,708.0,690.0,-0.19314340898115567,0,0,0,none,1,-0.21212121212121213,-0.14513788098693758,0,0.368,0,0,1,0.0,28.57142857142857,-1.1789030415096078,36.111111111111214,69.4444444444445,-2.105787670747077,-0.926884629237469,2.340142897052026,697.6,701.7,704.9166666666666,-1.6673792218896977,0,0,3.2857142857142856,0.47619047619047616,0,0.0,-261.27709431751254,1,0,-100.0,1,0,-1.7094017094017144,9.138530108713354,0,0,0,0,0,0,0.9852216748768399,-0.4603246646056943,-33.33333333333334,-0.29876994488303915,-6.25,0,0,1.5331597082023296,0.9915966386554622,-17967240820.617947,-863589.599357605,4.551224920555403,233626.3244223073,1,0,,-55.934268121170525,45.39579468150897,1,1,-0.415037593984945,0.3577463333536727,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,703.75,711.6666666666666,690.0,-1.9538188277087087,1,0,0,none,1,-0.21518987341772153,-0.14492753623188406,0,0.474,0,0,1,0.0,26.08695652173914,-0.5521028605911606,35.897435897435955,6.410256410256571,-1.7210635990581977,-1.168960738467037,1.5610704280406225,699.8,701.85,705.8833333333333,-1.5459143691672006,0,0,3.357142857142857,0.4858383295431052,0,0.07692307692307693,-394.07407407407374,1,0,-92.3076923076923,1,0,-1.7069701280227556,13.37476703217095,0,0,0,0,0,0,-32.24637681159419,-0.7306194834812063,35.8974358974359,-0.31817826030295887,-5.5411764705883115,0,0,1.387552161458296,0.8319327731092437,-17831883964.7041,-17545332.885536194,5.450605217215768,-2010.9649966657162,0,0,,-55.85100018966938,27.20365891418523,1,1,-0.10902255639097877,0.05544816091437721,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,704.0,712.4,690.0,-1.846590909090906,1,0,0,none,1,-0.1864406779661017,-0.1447178002894356,0,0.5,-1,-1,1,0.3652674270272162,37.5,-0.2457538635649824,52.69841269841246,44.55026455026441,-1.1903328537709967,-0.9445789902060143,2.5252430403131227,702.6,705.4,705.8333333333334,-0.34023249220300755,0,0,3.5714285714285716,0.5080268238162975,0,0.5909090909090909,-188.6792452830193,1,0,-13.333333333333334,0,1,0.0,21.218954585215002,0,0,1,0,1,0,0.0,0.12264211072364906,14.603174603174608,0.42100512192443906,-4.367647058823536,0,0,0.9556637875016186,0.008403361344537815,-20370138163.621155,-57780514.937114716,5.449097183174482,2030915.3003223538,0,0,,-54.99567660160389,53.493077906105114,1,1,-0.6120300751879691,0.6610834410867941,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,703.4166666666666,713.0,693.8333333333334,-0.059234687833187305,1,0,0,none,1,-0.10204081632653061,-0.1422475106685633,0,0.364,0,0,1,0.31795149518233984,48.78048780487806,-0.2902006847383074,34.12698412698429,24.30495430495451,-1.6203369784434472,-1.3301362937051397,2.573766448309615,702.2,704.3,709.5333333333333,-0.46855033366463017,0,0,5.428571428571429,0.7744039127776646,1,0.5238095238095238,-181.47625763986798,1,0,-47.61904761904761,0,0,-1.54494382022472,47.95692258240136,0,0,0,0,0,0,-3.7195121951219434,-0.11084451577123056,14.430014430014431,0.31463225986368554,-5.097058823529437,0,0,1.7721762294777677,0.15126050420168066,-22913120598.274113,-68166213.88275146,2.9914550573317245,-3341933.023222536,0,0,,-54.99363664706418,12.998907431680541,0,1,0.11879699248120654,0.02405167197851099,690.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,702.9166666666667,715.0,693.3333333333334,-0.27267338470658986,1,0,0,none,1,-0.358974358974359,-0.14265335235378032,0,0.429,0,0,1,3.0276917753995285,-17.341375211652803,-20.36906698705233,702.8,711.0,786.55,-1.406469760900142,0,0,13.357142857142858,1.9054412064397799,1,0.39285714285714285,-129.59411952700512,1,0,-54.166666666666664,0,0,0.42979942693410766,42.74551920619429,0,0,0,0,0,0,-15.107319757842596,-0.1390432989666195,9.722222222222229,0.18778671221525842,-29.382352941176464,0,0,4.889936770283063,0.4117647058823529,-29720839105.213326,-135479883.53515244,1.0684916144412873,9626644.345060706,0,0,-6.184813386247308,-54.75452718864013,16.905484716460656,0,1,-0.950375939849634,0.30928815344230776,690.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,702.3666666666667,750.0666666666666,700.6,-0.19458022875041836,1,0,0,none,1,-3.3448275862068964,-0.14265335235378032,0,0.0,0,0,0,-11.306581593498493,-37.57941626525928,-26.27283467176079,706.0,786.5,794.7166666666667,-12.269548633185002,0,0,40.0,5.797101449275362,0,0.008620689655172414,-86.32208157524617,0,0,-98.63945578231292,1,0,-13.533834586466165,34.91246477594703,0,0,0,0,0,0,1.8481182795699027,0.9936677801594449,-4.112695306433076,0.04098347789743144,-107.94411764705876,0,0,13.366505605496716,0.5294117647058824,-57724602474.72906,-737984581.7671127,1.1084215522044516,-43041334.33774996,0,0,-3.871651652823387,-50.9229040753275,21.852312518544004,0,1,-11.47819548872181,0.9306579085139687,689.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,13.5,0,0,837.05,895.7666666666667,697.0333333333333,-17.567648288632697,0,0,0,none,1,-0.576271186440678,4.057971014492753,0,0.556,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.25271817551381054,39.24050632911393,42.72875816993464,32.25308641975309,5.687719927748637,26.04166666666667,4.922788482245763,8.441776411252382,0.15726794980672043,35.79924499697572 -300,2026-01-26 05:33:00,buy,645.0,0.11,49,저점 분할 매수 · 비중 11% · 10회 · BB하단 · leg#49,0.2689299380677169,42.10526315789474,0.35559542425531365,73.33333333333361,73.3333333333339,-1.9081878694574925,-2.263783293712806,1.0974704345696797,650.0,650.65,658.85,-0.2535925612848655,0,0,2.7142857142857144,0.4182258419546555,1,0.42857142857142855,-114.48598130840587,1,0,-40.0,0,0,0.15432098765431057,21.498943065940665,0,0,0,0,0,0,2.105263157894747,-0.08209505410710705,-3.8095238095238244,0.2777860471768829,-3.461764705882274,0,0,0.8448633689912117,0.7478991596638656,,,0.5374927735712454,-329903.78035745025,0,1,,-58.46081395056988,23.304078236245605,0,1,-0.10300751879699385,0.1165320402575335,647.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,651.0166666666667,687.5666666666667,646.0,-0.30977189524077353,1,0,0,none,1,-0.29411764705882354,0.0,0,0.269,-1,0,0,0.22766532548435653,33.33333333333333,0.36088662777421643,43.611111111111505,40.22727272727341,-3.7550671949875323,-4.115953822761749,2.584299523726711,651.0,653.6,665.2,-0.7037943696450499,0,0,4.285714285714286,0.6603565925599824,0,0.15384615384615385,-101.1556355995801,1,0,-66.66666666666666,0,0,-0.6125574272588086,22.411752544922436,1,0,1,0,1,0,0.0,-0.06395996909682733,2.0202020202020208,0.22120179219050767,-7.947058823529346,0,0,0.9917277443379977,0.8067226890756303,-14313605655.265259,-3557129.4311237335,1.1793580806334816,-458842.3767439518,0,0,,-58.441120869413886,29.70946100826837,1,1,-0.5894736842105303,0.6820356676816003,647.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,687.3333333333333,689.5333333333333,647.0,-5.577109602327823,1,0,0,none,1,-0.41414141414141414,-0.30816640986132515,0,0.308,0,0,0,0.16449345905076315,23.68421052631578,-0.2582164943852714,24.797570850202543,17.736113788745424,-7.2633522772380275,-7.005135782852756,4.812104495345076,650.2,659.65,677.8333333333334,-1.6144925339194982,0,0,5.714285714285714,0.8804754567466433,0,0.16666666666666666,-118.17440912795348,1,0,-75.0,0,0,-1.5174506828528056,24.74870990760381,0,0,1,0,1,0,-3.342816500711237,0.08141095472960025,8.333333333333336,0.06716200435013268,-17.408823529411734,0,0,1.4344888723026237,0.8235294117647058,-18033116974.461636,-13975549.716976166,1.5815992457051782,-1673498.530758217,0,0,,-58.40366867899207,53.17810813272625,1,1,-1.2714285714285762,0.8984103105953429,645.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,688.35,696.0,650.1,-5.716568606087025,0,0,0,none,1,-0.5063291139240507,-0.15408320493066258,0,0.294,0,0,0,0.14287889615190233,25.0,-1.1542722803785548,6.666666666666733,10.555555555555737,-9.191880108522696,-8.037607828144141,6.531624322257351,650.6,664.5,682.15,-2.332580887885627,0,0,6.142857142857143,0.9465111160026414,0,0.027777777777777776,-115.61359708085325,1,0,-95.0,1,0,-2.844311377245512,11.029812349605095,0,0,1,0,0,0,-4.545454545454547,0.16629995483475302,-8.333333333333332,-0.0779083133217182,-23.964705882352973,0,0,1.9863479805758686,0.9915966386554622,-17907235194.421234,-18901584.99798584,1.5632810946641789,-1531327.8001945317,0,0,,-58.38433919229391,62.82880305689321,1,1,-1.7458646616541382,0.9061014180511626,649.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,688.8,691.2,648.0,-5.778164924506379,1,0,0,none,1,-0.711864406779661,-0.7704160246533128,0,0.25,0,0,0,0.0735693687761775,14.035087719298247,-3.5038275395832237,3.3162173726998154,9.144005233155648,-10.577982479436969,-7.074154939853745,9.765258983209373,654.2,677.2,688.0333333333333,-4.164205552274081,0,0,9.5,1.4637904468412943,0,0.021739130434782608,-119.33784800601937,1,0,-97.36842105263158,1,0,-5.805515239477499,12.33215220490483,0,0,0,0,0,0,1.754385964912288,0.14707627234759624,-7.0175438596491215,-0.09418783736735374,-30.38529411764705,0,0,2.266427449234089,0.7899159663865546,-20468786093.92669,-41391321.64364624,1.3590569148209113,-5755652.370269746,0,0,,-58.301569414907405,59.257055085966435,1,1,-2.657142857142866,0.9040998668588589,649.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,648.7833333333333,695.0,648.0,0.033395843501948796,1,0,0,none,1,-0.9591836734693877,-1.2326656394453006,0,0.2,0,0,0,0.0,14.285714285714292,-4.1303753906514356,17.424242424242575,25.108225108225316,-8.424729776408753,-4.294354385757318,7.579899653284869,666.6,685.25,693.35,-5.435972272893109,0,0,10.785714285714286,1.664462081128748,0,0.0,-208.32080200501136,1,0,-100.0,1,0,-6.222865412445733,14.515425304005461,0,0,0,0,0,0,-7.9365079365079225,-1.123588815234804,-4.166666666666664,-0.2785676194046448,-29.80588235294124,0,0,2.526166597256689,0.5714285714285714,-23018385262.00282,-54426479.68909454,1.3693105107464858,-8699122.08196652,0,0,-3.6742664734890305,-58.24549898390081,27.87388431763112,1,1,-1.5812030075188037,0.5189652633339104,648.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,693.9333333333334,694.8,649.7333333333333,-6.619271784033054,0,0,0,none,1,-1.2564102564102564,-1.2345679012345678,0,0.167,-1,-1,0,-0.11185358492185316,-12.542318344248201,-12.430464759326348,685.6,695.5,743.4333333333333,-5.104241552839683,0,0,13.285714285714286,2.012987012987013,0,0.18518518518518517,-376.0049474335175,1,0,-78.26086956521739,0,0,-4.761904761904767,41.14306160132652,0,0,0,0,1,0,-8.565248738284069,-2.039218444002355,2.484472049689437,-0.19424395860858093,-23.50588235294117,0,0,4.481302400773559,0.2605042016806723,-29853802901.076675,-124005562.10962677,1.9689950677491705,-9104377.49909392,0,0,-3.937340393917842,-57.2385759611321,34.70131958004218,1,1,-1.040601503759394,0.39114407419962083,650.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,701.7,711.6,650.0,-5.942710560068409,1,0,0,none,1,-1.3448275862068966,-0.9090909090909091,0,0.0,-1,-1,1,-2.1399597214139305,-36.57715621704904,-34.437196495635106,689.2,734.0,791.7666666666667,-6.267029972752047,0,0,32.57142857142857,4.73421926910299,0,0.23036649214659685,-95.69991360811505,0,0,-60.36036036036037,0,0,-4.444444444444439,41.381270522559774,0,0,1,0,1,0,-19.030315614617948,1.5085935974679927,9.657657657657658,0.17498307219966514,-97.05588235294124,0,0,11.608848979828947,0.3277310924369748,-57833212326.69273,-592687268.7635422,1.3514983933723237,-37167269.4867512,0,0,-3.664999151119042,-50.70142904261208,15.178198465558472,0,1,-7.99097744360903,0.7952963654219263,644.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,none,below_cloud,above,1.325,0,0,838.25,896.0,686.0,-17.92424694303608,1,0,0,none,1,-0.6610169491525424,-5.087209302325581,0,0.5,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.0,28.421052631578945,55.39452495974235,46.683536538609,5.661258044000318,18.023255813953483,25.057057057057037,15.48548548548546,0.28306560635567907,28.88905658282696 -301,2026-01-28 02:48:00,buy,656.0,0.108,49,저점 분할 매수 · 비중 11% · 10회 · BB하단 · leg#49,0.15260844231711884,16.0,-1.0223011138471216,12.91666666666697,15.427559912854635,-3.442057345579201,-2.4197562317320793,4.302834302831039,662.2,669.0,669.4833333333333,-1.4947683109118093,0,0,3.4285714285714284,0.5202688055495339,0,0.047619047619047616,-110.0726895119421,1,0,-93.33333333333333,1,0,-1.3473053892215536,10.52731666181539,0,0,1,0,0,0,0.0,-0.028831525303469885,-4.027777777777779,-0.07646423113241205,-10.876470588235293,0,0,0.8564135179429931,0.7394957983193278,-12203883008.218298,,3.331576068089028,-750938.2503661662,0,0,,-57.70477232769564,66.78689840180523,1,1,-1.147368421052626,0.8896769362430469,658.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,665.7,677.0666666666667,658.0,-1.0064593660808252,1,0,0,none,1,-0.06722689075630252,-0.30349013657056145,0,0.486,0,0,1,0.047704431621263664,8.0,-2.058320867776445,10.508870214752966,11.051976346094664,-2.2625441061153424,-0.2042232383388973,4.3899899293185305,662.4,672.35,668.2333333333333,-1.9855729902580554,0,0,4.214285714285714,0.6394970734879688,0,0.047619047619047616,-132.30571612074496,1,0,-95.23809523809523,1,0,-2.8023598820059004,13.807350257384812,0,0,0,0,0,0,-20.57142857142857,-0.08847695084814666,-2.334267040149392,-0.06524269026853455,-7.785294117647027,0,0,1.3526536787049566,0.957983193277311,-14330356130.664099,-950252.5880451202,2.0435859116512303,-750164.7701308485,0,0,,-57.68531174232609,41.93444941729192,1,1,-0.9977443609022401,0.639895010834321,658.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,665.35,676.9,661.5,-0.9543849101976476,0,0,0,none,1,-0.04040404040404041,-0.30349013657056145,0,0.577,0,0,1,0.2177646065301779,46.0,-1.1648912693778184,12.231559290382942,28.87293806411459,0.33115414280598543,1.4960454121838038,3.7335250264342568,667.6,669.05,666.8666666666667,-1.0537329048651012,0,1,6.285714285714286,0.9495036685369012,0,0.19047619047619047,-120.52254530130713,1,0,-80.95238095238095,1,0,-1.1940298507462699,44.358999988038164,0,0,0,0,0,0,-0.9387755102040813,-0.46011174460576165,-11.297852474323067,0.2188072409333789,-3.5676470588235816,0,1,1.8874716152824216,0.9831932773109243,-18060365520.295216,-979697.1991653442,1.8157366267300221,-660824.4894205779,0,0,,-57.45531040293576,21.943690147823965,0,1,0.31654135338345357,0.08992773451274505,658.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,665.35,668.5,662.2,-0.50349440144285,0,0,0,none,1,-0.08860759493670886,-0.3021148036253776,0,0.458,0,0,1,0.10346629844130717,42.857142857142854,-0.6726909642431911,21.16402116402122,56.172839506173005,0.3477254414469826,1.0204164056901737,3.379083915128832,670.0,667.95,667.0833333333334,-1.339920652743476,0,0,7.357142857142857,1.1164101452417081,0,0.0,-144.86638537271554,1,0,-100.0,1,0,-1.3473053892215536,42.57260446692236,0,0,0,0,0,0,-6.3231850117096045,-0.8068645140221549,-35.714285714285715,0.18959682781334644,-1.1147058823529505,0,1,2.3359380472486806,1.0,-17941552852.09257,,1.696070708027127,-908771.2318947166,0,0,,-57.62912426794611,24.044800072134617,0,1,0.220300751879695,0.05334996305541728,659.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,664.0999999999999,677.0,663.2,-0.7679566330371812,0,0,0,none,1,-0.22033898305084745,-0.6069802731411229,0,0.45,0,0,0,0.3370899757018627,48.93617021276596,0.7493009023755836,88.31168831168809,89.03318903318889,0.25368966536950666,-0.4956112370060769,2.3483327736541275,669.6,666.55,670.3666666666667,-0.382566949216101,0,0,6.428571428571429,0.96815834767642,0,0.2857142857142857,-182.00891686336215,1,0,-71.42857142857143,0,0,-0.30030030030030463,39.388993374553955,0,0,1,0,0,0,-23.28605200945627,-0.6249683935400306,-23.80952380952381,0.35368648745095,0.5,0,0,2.262023320603922,0.8319327731092437,-20510606712.63861,-7246689.542221069,1.4245682684463927,1102325.8164065778,1,0,,-57.22374053441095,26.333192584066865,1,1,0.2699248120300751,0.16652862608489039,660.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,665.95,674.1666666666666,662.8333333333334,-0.2928147758840871,1,0,0,none,1,-0.2653061224489796,-0.6024096385542169,0,0.429,-1,-1,0,1.0,57.14285714285714,0.8317888847956889,97.0370370370372,59.506172839506384,-0.5286705711297373,-1.3604594559254262,2.6552741059081746,668.6,668.85,671.4666666666667,1.3680197353666657,0,0,5.428571428571429,0.8006742520016856,1,1.3846153846153846,-60.63685636856386,0,0,80.0,0,1,1.9548872180451093,28.901757363237152,0,0,0,0,0,0,12.698412698412703,0.7914442981054455,48.88888888888889,0.9261015011149891,-3.164705882352905,0,0,1.813526143269864,0.3865546218487395,-23073237858.246666,-12796147.28407669,1.9365696277288746,2201281.274181694,0,0,,-56.19579827149144,48.92439819403974,1,1,-0.31654135338345357,0.17789869146233817,660.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,673.7666666666667,674.0,663.2666666666667,0.6283085143224731,0,0,0,none,1,0.23076923076923078,-0.5899705014749262,0,0.625,1,1,1,0.869398378784588,-11.342820905718781,-12.21221928450337,668.0,678.3,714.7166666666667,-2.2556390977443552,0,0,14.785714285714286,2.2301228183581125,0,0.2826086956521739,-64.74564212024247,0,0,-60.60606060606061,0,0,2.0000000000000018,29.68462512158142,0,0,0,0,0,0,-1.0776699029126249,-0.19163423248920886,-5.672105672105673,0.250326443158537,-18.623529411764707,0,0,4.407533734939587,0.226890756302521,-29912550554.24358,-62046208.68854904,1.1070105114618571,-2315521.728946477,0,1,-3.4859633337230984,-56.93623344445733,44.81662504387454,1,1,-1.9142857142856882,0.54006597985145,664.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,694.1,704.0,650.0,-4.480622388704802,1,0,0,none,1,-1.2758620689655173,-2.1116138763197587,0,0.25,0,0,0,-0.2738355153643681,-35.791784893223394,-35.517949377859026,671.8,702.9,787.25,-5.676483141271871,0,0,23.642857142857142,3.5660418013359187,0,0.11585365853658537,-119.53833470733721,1,0,-76.82926829268293,0,0,-3.913043478260869,40.538210452147055,1,0,1,0,1,0,-1.1237038823245769,0.40853286865755223,1.7175712297663495,0.006974373892462753,-89.37941176470588,0,0,11.580640972244465,0.31092436974789917,-58037025234.185295,-312422759.4562378,0.7247035810047384,-24623333.754093647,0,0,-3.091514614960207,-52.32107528938552,27.398116433904786,1,1,-4.672180451127834,0.7637912985327708,656.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,above,5.706,0,0,838.25,896.0,665.0,-20.906650760512967,0,0,0,none,1,-0.9830508474576272,-1.5082956259426847,0,0.455,-1,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.25179297488346053,35.92233009708738,42.655122655122646,47.7063677063677,9.087732696869779,30.34482758620689,30.48780487804876,30.766131985644154,0.18461093805548928,17.99835132605387 -302,2026-01-29 07:48:00,sell,915.0,0.65,49,고점 매도 · 비중 65% · 분할 · leg#49,0.8965218656541832,90.97744360902256,6.2806145508165585,110.93422431865856,111.50575272037595,38.76753252809806,32.4869179772815,20.439784662647313,886.0,822.35,736.6833333333333,8.104821548002672,0,0,19.071428571428573,2.145267555841234,0,1.0,136.04776933220734,0,1,-0.0,0,1,11.82389937106918,97.74929934630438,0,0,0,0,0,0,1.3478139793929245,-0.9711864869749327,-1.3888888888889142,1.2916136344205866,94.60000000000002,0,0,5.1801602106893245,0.7983193277310925,-12275499716.630806,-1226037.435350418,1.5108909181737777,17139502.072992355,0,0,,-42.55857230164797,43.105917916115246,1,1,5.990225563909775,0.7112271940053019,889.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,717.25,889.0,713.4333333333334,23.945625653537817,1,0,0,none,1,1.9075630252100841,-3.0371203599550056,1,0.553,0,0,0,0.9988096416563101,82.98969072164948,8.044593937947226,109.593406593407,108.36178797048431,44.93460766390615,36.89001372595892,22.10833494332602,863.0,800.7,710.1,11.027850630698133,0,0,32.07142857142857,3.6075847661899405,0,1.0,191.0310091631773,0,1,-0.0,0,1,9.079754601226986,87.09985560202418,0,0,0,1,0,0,-0.510309278350519,0.4314470680514404,-1.4492753623188293,1.1843733603405373,126.30882352941171,0,0,14.86858805826488,0.9747899159663865,-14393939151.926743,7569583.158847809,1.4079750554000934,20640447.47145459,0,0,-1.163318942369769,-42.527771053213016,57.04375729992819,1,1,6.287218045112777,0.7064043148917973,889.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,770.6833333333334,889.0,705.8,15.352176639778548,1,0,0,none,1,2.272727272727273,-4.949381327334083,1,0.552,0,0,0,1.0,77.83375314861462,15.765676615474966,104.64024696744605,105.31353931228075,46.29586795054115,30.530191335066185,40.96585010016367,823.2,732.35,688.1666666666666,21.253499010036194,0,0,48.57142857142857,5.469755469755469,0,1.0865384615384615,169.74412171507612,0,1,8.737864077669903,0,1,33.33333333333333,92.08699988361735,0,0,0,0,0,0,2.278197593059062,2.5773404460992637,2.0505523937060417,1.1779499844706875,126.88529411764705,0,0,15.628919769858825,1.0,-18155088325.6153,-96353543.74610138,2.1011892459423893,43006044.20420742,0,0,,-42.54061869159593,51.2748720302552,1,1,11.540601503759396,0.8286356282606,888.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,748.6666666666667,870.0,703.6,18.61086375779162,0,0,0,none,1,2.7974683544303796,-7.094594594594595,1,0.526,0,0,1,1.0,91.54411764705883,21.097963985243815,101.99889716018755,107.31550408969781,44.71443609763287,23.616472112389054,41.10441655907255,821.2,713.55,683.4666666666667,24.588325975755044,0,0,36.214285714285715,4.073597943114254,0,1.0,189.56839884813,0,1,-0.0,0,1,33.48348348348349,99.71838638173861,0,0,0,0,0,0,2.1824155193992567,3.201819799892096,-6.969696969696969,1.5327759857603975,135.39117647058833,0,0,12.214373331138914,1.0,-17921915719.177574,32247320.56911087,2.718271820829982,65694056.39044404,0,0,,-42.42076953722693,48.51545285640085,1,1,10.409774436090219,0.7054152885771525,889.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,701.9833333333333,889.0,698.1666666666666,26.641183313943827,1,0,0,none,1,3.76271186440678,-2.3622047244094486,1,0.556,1,1,1,1.0,93.42723004694835,18.099069861176467,111.05354503900723,230.27431235751666,25.879960637670365,7.780890776493898,29.839218538799926,746.8,686.1,675.75,23.88864596997522,0,0,32.92857142857143,3.873949579831933,0,1.0218579234972678,318.75848232725593,0,1,2.185792349726776,0,1,28.205128205128215,99.311272444129,0,0,0,0,0,0,2.981370174336888,6.5761497077314335,-65.93806921675774,1.6249311569511853,84.72352941176473,0,0,11.119731963596546,1.0,-20472300967.581905,57787497.91791916,5.709913828528492,17643016.172013253,0,0,,-44.83445683888523,36.785502996712296,1,1,5.121804511278191,0.35049699157783165,850.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,696.55,846.0,693.5,22.030005024764932,0,0,0,none,1,3.63265306122449,-7.529411764705881,1,0.615,1,1,1,1.0,88.41463414634146,7.7172614716847905,59.928122192273314,42.198262952980166,8.85468948350001,1.1374280118152198,16.682126488841963,691.2,674.25,671.95,17.61216166110493,1,0,31.071428571428573,3.918212934606377,0,1.2264150943396226,553.9676570139138,0,1,22.641509433962266,0,1,17.307692307692314,96.95187782715055,0,0,0,0,0,1,43.41463414634145,8.217642257341446,31.35669362084457,1.4108025321346,36.84705882352944,0,0,13.394476092609727,1.0,-23042797510.837788,55579547.87611771,8.379057281955458,73412847.80311853,0,0,,-48.38042483538809,64.75933220690176,1,1,1.6097744360902229,0.11470262310239521,793.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,705.4166666666667,769.0,703.6,12.415829887773167,0,0,0,none,1,3.282051282051282,-17.78058007566204,1,0.6,1,1,1,1.4992818727943824,-7.612177647981753,-9.111459520776135,668.2,669.1,698.6,-0.6127634135405846,0,0,25.928571428571427,3.899033297529538,1,0.7142857142857143,562.4215021351388,0,1,-85.71428571428571,1,0,-1.041666666666663,83.83130796061793,1,0,1,0,0,0,0.8192090395480207,-0.23788950270982134,-23.809523809523803,0.41914794470585176,9.33235294117651,1,0,4.576844038950501,0.33613445378151263,-29866000558.958263,40447498.25658798,12.216067912704162,-77864013.38822132,0,0,-0.8421568910165945,-56.47935098363715,24.778133558420127,0,0,-0.02105263157896091,0.0002420240122402717,664.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,695.2333333333333,696.0,650.0,-4.348659922328235,1,0,0,none,1,-0.9655172413793104,-37.59398496240601,0,0.25,0,0,1,2.504893783189331,-31.732375612758688,-34.23726939594802,674.4,694.4,785.85,-4.0898617511520685,0,0,41.642857142857146,6.252681252681253,1,0.07357859531772576,-69.0846286701209,0,0,-92.64214046822742,1,0,-3.4782608695652195,48.31411075971157,1,0,1,0,1,0,-2.961781625562459,-0.1129323612653863,-6.490469586970114,0.26853391407639826,-54.85000000000002,0,0,9.437328715839095,0.06722689075630252,-58042714639.35327,-321439355.2515335,5.478695411047021,-24623333.754093647,0,0,-1.4075267923535335,-50.989780199311916,36.90315005836224,1,1,-3.157894736842091,0.7595614316406764,660.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,above,10.043,0,0,670.25,896.0,665.0,-0.6340917568071647,1,0,0,none,1,-0.7966101694915254,-5.8558558558558556,0,0.455,0,0,1,0,4,0,0,0.0,1.0,0.0,0,0.37196972420835034,49.152542372881356,42.85714285714284,65.07936507936508,4.786082118090273,41.23711340206185,16.30774668950701,23.197922614677623,0.1687864242413084,12.348110254187688 -303,2026-01-29 08:18:00,sell,913.0,0.35,49,고점 매도 · 비중 35% · 분할 · leg#49,0.6827938231443297,62.72189349112426,-3.3863990981901395,91.72428242195713,87.86442256209757,34.28404658815464,37.67044568634478,18.96028156632918,911.8,884.35,778.3333333333334,3.4658223554022705,0,0,19.214285714285715,2.09992193598751,0,1.0,73.27971403038441,0,0,-0.0,0,1,2.924634420697414,75.16263374104115,0,1,0,1,0,1,-5.002974233743458,-0.585891630280976,6.666666666666657,0.9199741938763071,63.408823529411734,0,0,5.324660881215864,0.7815126050420168,-12341725624.04579,-66225907.41498375,0.7222611953071518,2511475.4622204527,0,0,-1.790026317479648,-40.81584153631419,64.02730478640885,1,1,5.9827067669172935,0.7129277769694818,913.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,715.25,915.0,711.0,27.927298147500878,1,0,0,none,1,2.1092436974789917,-2.5136612021857925,1,0.553,0,0,0,0.7948962541856763,79.81651376146789,2.4424016295155013,95.95678613015953,98.14335619096977,50.05984240694909,47.617440777433586,26.857014669717866,913.0,847.85,735.1,7.920033024709561,0,0,29.714285714285715,3.247462919594067,0,1.0074074074074073,87.20266924981163,0,0,0.847457627118644,0,1,11.995104039167682,81.54063428410757,0,0,0,0,0,1,5.0592322080698295,-1.3642232606575533,0.7913917281235001,1.0256123328097178,117.16764705882349,0,0,7.12878296375974,0.8151260504201681,-14433104017.588898,-33601862.977170944,0.9925942840122,17686633.03955732,0,0,-0.7864639568479322,-40.78592235824448,56.88288281391417,1,1,8.730075187969929,0.8231338722167492,913.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,774.3,914.0,702.3333333333334,18.17125145292522,0,0,0,none,1,2.515151515151515,-1.3114754098360655,1,0.552,0,0,0,0.8374145080524388,74.6268656716418,15.835617083259258,104.31383685510208,106.98919435801209,59.7622890617414,43.92667197848214,48.15697932656613,895.6,769.9,700.3166666666667,16.248863488764776,0,0,53.785714285714285,6.009577015163607,0,0.9705882352941176,119.31792685662998,0,1,-4.320987654320987,0,1,18.7002652519894,87.6976492860468,0,0,0,0,0,1,-2.46564534157406,-2.7665906060722847,-4.352950577330304,0.9569532518982018,168.42941176470583,0,0,16.21566330197023,1.0,-18225135966.714306,-69609930.68139267,1.0265241184481804,24128849.34578213,0,0,,-42.027485322347836,65.01108054962698,1,1,14.822556390977427,0.8950496658608769,894.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,898.0,902.0,702.0,-0.33407572383074013,1,0,0,none,1,2.810126582278481,-2.793296089385475,0,0.526,0,0,0,0.973473776359879,93.22033898305085,23.30526809938805,106.63899331662496,104.25911846752273,58.56088520436538,35.255617104977325,50.56616721709638,872.2,738.25,691.6833333333333,23.941754148323735,0,0,38.857142857142854,4.246682279469165,0,1.094420600858369,135.6147818854103,0,1,9.649122807017543,0,1,37.593984962406026,92.98917501657813,0,0,0,0,0,1,1.0169491525423808,0.053956228423032826,2.4995283908696564,1.4265201511678358,167.84411764705874,0,0,12.142690577067361,0.9831932773109243,-18039529349.506805,-85346341.59289551,1.216432867479272,77371247.16745336,0,0,,-40.68895188575857,58.74078107224478,1,1,14.269924812030089,0.818284665016531,895.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,889.1166666666667,893.0,691.0666666666667,2.9111290231877973,0,0,0,none,1,4.203389830508475,-0.2185792349726776,1,0.579,0,0,0,1.0,94.9090909090909,25.157848208100987,111.83132281678502,133.2921607038525,39.228201036620135,14.070352828519146,41.064077470936304,795.0,698.2,679.65,30.621598395875104,0,0,35.92857142857143,3.9395363408521304,0,1.1066666666666667,246.83675585978045,0,1,10.666666666666668,0,1,36.52694610778444,99.53729624636249,0,0,0,0,0,0,1.481860862142554,7.0587783469245196,0.7777777777777857,1.823134715870059,123.5205882352941,0,0,11.89789826282902,1.0,-20540922478.950096,,2.6101860206764615,29244032.18949315,0,0,,-40.76264215998804,40.639713302535505,1,1,8.094736842105267,0.44638507549083195,895.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,696.75,873.0,693.0,30.89343379978471,0,0,0,none,1,4.877551020408164,-0.7675438596491228,1,0.643,1,1,1,1.0,93.28621908127208,20.047301118118796,102.32530833945945,63.60828636772056,26.196554409463715,6.14925329134492,35.01931786916386,740.0,686.35,676.05,32.876812122095146,0,0,34.214285714285715,3.7515664160401,0,1.4147727272727273,353.99107585523063,0,1,41.47727272727273,0,1,36.119402985074636,97.63173038178233,0,0,0,0,0,0,4.871584934930624,12.330039646434006,42.39718614718614,2.0350713717161213,67.39705882352939,0,0,16.64791725051715,1.0,-23618244724.935795,-519470217.77254486,3.9749397293473954,94216225.83040738,0,0,,-40.54648095372596,66.92189378325645,1,1,4.939097744360884,0.23647031402409047,844.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,704.75,839.0,701.7666666666667,29.40759134444839,0,0,0,none,1,6.358974358974359,-0.5482456140350876,1,0.636,1,1,1,17.117612908153077,12.285556614415214,-4.832056293737866,716.6,680.3,700.3833333333333,34.05850360135236,1,0,32.857142857142854,3.6027568922305764,0,2.2203389830508473,451.1189634864534,0,1,138.46153846153845,0,1,37.142857142857146,89.72881423505511,0,0,0,0,0,0,40.643375994465586,15.618331035358695,50.91575091575093,2.142635960107274,28.158823529411734,0,0,24.52679587023036,1.0,-32034848790.214046,-2127984069.8948708,6.265479875397096,-21752450.11288804,0,1,-12.790042320180074,-40.066890668960085,28.677293222285673,1,1,3.7473684210526303,0.16282622297423877,775.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,746.3666666666667,768.0,665.7333333333333,22.191952123621107,0,0,0,none,1,7.551724137931035,-0.7675438596491228,1,0.4,1,1,1,2.504893783189331,-31.732375612758688,-34.23726939594802,674.4,694.4,785.85,-4.0898617511520685,0,0,41.642857142857146,6.252681252681253,1,0.07357859531772576,-69.0846286701209,0,0,-92.64214046822742,1,0,-3.4782608695652195,48.31411075971157,1,0,1,0,1,0,-2.961781625562459,-0.1129323612653863,-6.490469586970114,0.26853391407639826,-54.85000000000002,0,0,9.437328715839095,0.06722689075630252,-58042714639.35327,-321439355.2515335,5.478695411047021,-24623333.754093647,0,0,-1.4075267923535335,-50.989780199311916,36.90315005836224,1,1,-3.157894736842091,0.7595614316406764,660.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,above,10.043,0,0,670.25,896.0,665.0,-0.6340917568071647,1,0,0,none,1,-0.7966101694915254,-5.8558558558558556,0,0.455,0,0,1,0,3,0,0,0.0,0.75,0.0,0,1.0,89.79591836734694,93.77289377289377,67.76556776556775,32.30410854113262,41.23711340206185,16.30774668950701,23.197922614677623,0.1687864242413084,12.348110254187688 -304,2026-01-30 00:12:00,buy,693.0,0.233,50,저점 분할 매수 · 비중 23% · 4회 · BB하단 · leg#50,0.12111070293531341,38.46153846153846,-0.17479230288470204,54.44444444444472,65.92592592592649,-1.2025627635081264,-1.0277704606234244,1.1498956789317543,698.8,700.05,702.0333333333333,-0.43568316548817654,0,0,3.7142857142857144,0.5328960852633737,0,0.2,-131.22807017543334,1,0,-66.66666666666666,0,0,-0.5706134094151216,31.326754339764946,0,0,1,0,1,0,-1.53846153846154,-0.0752185080629092,-15.555555555555564,0.3074196168938565,-3.75,0,0,1.0951257520180526,0.6974789915966386,-12628653720.137314,,0.893926939555384,-354885.22321248055,0,0,,-54.571139358387335,38.65550066180318,1,1,-0.23233082706767397,0.4664732005452287,697.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,701.6833333333334,711.5,696.0,-0.6674425785610838,1,0,0,none,1,-0.2773109243697479,-0.430416068866571,0,0.278,0,0,0,0.0,33.33333333333333,-0.2999714213200586,40.0000000000004,39.259259259259956,-1.7592836653459472,-1.4593122440258885,1.3090769350048423,698.4,701.0,704.8666666666667,-0.8559201141226769,0,0,4.071428571428571,0.5858170606372045,0,0.2,-204.16061925496103,1,0,-80.0,0,0,-0.8559201141226769,13.64301422410837,0,0,0,0,0,0,-9.523809523809526,-0.24132513041856818,1.1111111111111143,0.16177043980358066,-5.061764705882297,0,0,0.922276888627496,0.07563025210084033,-14826524535.861935,-10920227.370033264,2.0492080529138246,-836046.7957898974,0,0,,-54.67965984409682,47.52887108020467,1,1,-0.2812030075187808,0.5258496240601529,693.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,701.9833333333333,742.0,696.2666666666667,-0.9948004463543825,0,0,0,none,1,-0.41414141414141414,-0.28776978417266186,0,0.353,0,0,1,0.0,40.74074074074074,0.529066015738966,34.920634920635045,52.44708994709,-4.677601097664251,-5.206667113403217,1.9524029728945094,699.4,702.2,721.1833333333333,-1.0253489034463215,0,0,4.142857142857143,0.5960945529290854,1,0.0,-182.2721598002479,1,0,-100.0,1,0,-1.4184397163120588,24.07216263370833,0,0,0,0,0,0,-16.951566951566946,-0.36411540452004587,-27.77777777777778,-0.002638677901403275,-7.879411764705878,0,0,1.5331816642137492,0.10084033613445378,-18696206068.915356,,1.9643297356779075,-1832034.9859591872,0,0,,-54.63688022519195,45.30022703299229,1,1,-0.31729323308270396,0.299950144177645,695.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,705.2666666666667,783.0,695.0,-1.4557141506758686,1,0,0,none,1,-1.2658227848101267,-0.5755395683453237,0,0.143,-1,-1,1,0.21413816396209295,34.61538461538463,1.3539666780222888,25.000000000000068,20.06172839506191,-8.806073311334785,-10.160039989357074,2.6287289436970167,700.8,705.3,742.55,-0.7514532822912146,0,0,4.5,0.6428571428571428,1,0.4375,-151.73924952068018,1,0,-50.0,0,0,-0.7092198581560294,19.950366249657236,1,0,1,0,1,0,4.985754985754994,0.047611721393025164,12.962962962962964,0.06370667033451127,-15.897058823529392,0,0,1.5460879247216066,0.40336134453781514,-18716059103.02794,-22761295.45349884,2.3908855240757787,1354136.8275223076,1,0,,-54.28775286483442,33.71389679646092,1,1,-0.7142857142857125,0.8311751942325207,693.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,802.15,804.0,700.4,-12.734525961478527,0,0,0,none,1,-1.9152542372881356,-0.2857142857142857,0,0.0,0,0,1,0.23338009636704532,28.395061728395063,-2.444760461150448,6.502525252525025,8.374218374218243,-13.113411241272502,-10.668650780122054,11.100927751117002,702.0,721.35,722.45,-2.959728287239205,0,0,11.571428571428571,1.653061224489796,0,0.022222222222222223,-79.02816713389397,0,0,-95.83333333333334,1,0,-0.4267425320056861,14.508441936718427,1,0,1,0,0,0,3.120336453669779,0.5969546967619266,-3.3730158730158735,0.07495977203420796,-49.73235294117649,0,0,3.768154369423776,0.7058823529411765,-21002879380.40428,-32506107.8279953,1.5075190427999714,-9660850.558255017,0,0,-3.4627312586063845,-54.19066199693506,64.39017595683985,1,1,-3.1375939849624217,0.8597474374223113,699.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,696.75,888.0,693.0,0.4664513814137017,1,0,0,none,1,0.7346938775510204,-1.7142857142857144,0,0.429,0,0,0,0.3033997373447402,8.333333333333329,-9.921042781258382,2.3391051041272584,3.4533514763443964,-0.9786344692728335,8.942408311985549,32.7676458124523,704.6,748.2,695.25,-6.442127773322648,0,0,21.5,3.0714285714285716,0,0.19653179190751446,-64.64174454828643,0,0,-98.55072463768117,1,0,-8.015768725361372,23.603695820213957,0,0,0,0,0,0,1.5848670756646186,0.4824539797171461,-1.1955652869009135,0.22816854512109727,-8.458823529411688,0,0,19.275377821004067,0.9831932773109243,-23949168248.83116,-116409430.60018158,1.201439212789766,-30012632.798583925,0,0,-4.523368840165991,-54.01926538945594,38.14686701548636,1,1,-4.43458646616542,0.1832181073048793,699.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,707.0,839.0,698.2,-0.990099009900991,1,0,0,none,1,0.6153846153846154,-3.8571428571428568,0,0.333,0,0,0,5.6477703850109675,12.488924980254637,6.84115459524367,767.0,694.3,700.3333333333334,0.8209707619184936,0,0,52.785714285714285,7.540816326530613,0,0.34615384615384615,19.16676230919294,0,0,-65.38461538461539,0,0,3.3973412112259904,64.4154502869561,0,0,0,0,0,1,-0.5534992986192009,-4.046935097278607,-24.03846153846154,0.46909840054075963,36.94411764705876,0,0,28.196724356181075,1.0,-32576545943.521763,-2651673866.7231064,2.1746541740297687,-95901507.53154282,0,1,-11.870693503874401,-53.714934563758376,43.20312045706303,1,1,4.547368421052638,0.21097268963984728,699.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,746.3666666666667,768.0,697.2,-6.2123174489750355,1,0,0,none,1,0.13793103448275862,-1.5714285714285716,0,0.25,-1,0,1,5.679959387480718,-26.19640718803771,-31.87636657551843,682.4,690.75,784.9833333333333,1.3391241404270726,0,0,48.285714285714285,6.897959183673469,1,0.18729096989966554,-45.5789122455789,0,0,-81.27090301003345,1,0,1.744186046511631,48.74808257235426,0,0,0,0,0,0,6.067162887311746,1.9163074932430426,0.11148272017837257,0.48783008345161283,-36.54411764705878,0,0,8.071080065736416,0.01680672268907563,-58236345442.087685,-425101174.4915924,1.9312506665270426,124072050.62422991,0,0,-1.2978402331493726,-47.99024501765968,46.8118312849286,1,1,-2.0684210526315767,0.4665840937878296,656.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-24.464,0,0,670.25,896.0,665.0,4.438642297650142,1,0,0,none,1,-0.4745762711864407,-4.0,0,0.455,0,0,1,2,0,1,0,0.5,0.0,0.333,0,0.5243295356684309,53.57873210633947,49.99999999999999,87.3931623931624,33.743790802540765,52.29357798165137,13.154960981047916,14.168728643808151,0.629084392274325,10.374020567732304 -305,2026-01-30 11:24:00,buy,662.0,0.244,50,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#50,0.13080783845112326,21.42857142857143,-0.7607717160908072,9.368191721133202,9.897292250234024,-5.530269587747398,-4.769497871656591,5.146730524875631,670.0,678.9,690.0333333333333,-1.900132567388424,0,0,6.714285714285714,1.008151008151008,0,0.0,-103.6324786324791,1,0,-100.0,1,0,-0.8928571428571397,26.67274042528348,0,0,1,0,1,0,-4.212454212454205,-0.13200959759798359,-3.7037037037037024,0.09264971668489551,-12.197058823529346,0,0,1.803627499451873,0.9411764705882353,-12738367742.811504,-6376561.482410431,0.4614655157892833,-1357996.025739044,0,0,,-56.412817164130644,10.58093702404956,0,1,-1.3293233082706741,0.8105406294049374,666.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,670.9000000000001,708.0,670.2,-0.7303622000298216,0,0,0,none,1,-0.24369747899159663,-0.3003003003003003,0,0.448,0,0,0,0.056643761687028234,23.07692307692308,-1.2932322200601574,8.119658119658517,9.55840455840526,-6.945074707305139,-5.6518424872449815,5.057818444926083,671.6,682.3,695.5333333333333,-2.2424153598123886,0,0,7.428571428571429,1.113728849860784,0,0.07692307692307693,-122.00608707158945,1,0,-92.3076923076923,1,0,-3.6127167630057855,18.204172770595108,0,0,0,0,0,0,-2.637362637362642,-0.09206929001306552,-0.7692307692307683,0.030566934992388172,-17.45882352941169,0,0,1.9976608490049483,0.8067226890756303,-15037426681.505592,-19834107.684480667,0.7372275982872206,-5937047.475031532,0,0,,-56.32816968351286,25.19370005673736,1,1,-1.1609022556390967,0.6337268712723692,665.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,673.4333333333334,707.9333333333334,671.1333333333333,-0.9553036677721227,0,0,0,none,1,-0.4444444444444444,-0.14992503748125938,0,0.4,0,0,0,0.020219671837336337,18.51851851851852,-2.6411012910750573,15.525793650793764,16.526875901875943,-7.538231033950979,-4.897129742875921,7.297417592787149,674.8,691.2,698.6166666666667,-3.501157407407418,0,0,8.714285714285714,1.3064896123366887,0,0.11627906976744186,-163.65626710454254,1,0,-84.375,1,0,-3.0523255813953543,17.46733762817118,0,0,0,0,0,0,-0.34940600978336533,-0.26719450588388227,5.208333333333334,-0.07710108998826597,-25.649999999999977,0,0,2.335679117336896,0.5630252100840336,,,0.925287768715654,-5484597.369337089,0,0,,-56.286679764674055,56.63840589734786,1,1,-2.000000000000001,0.8804448563484708,662.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,711.1666666666667,712.0,672.0,-6.210452308413417,0,0,0,none,1,-0.45569620253164556,0.0,0,0.412,0,0,0,0.0,20.0,-2.8321326657945596,12.224927849927907,21.649847472216063,-6.84679939035027,-4.014666724555711,6.68962311939272,680.6,695.55,700.6166666666667,-3.5295809071957396,0,0,10.214285714285714,1.5222482435597189,0,0.20930232558139536,-170.01216545012164,1,0,-78.57142857142857,0,0,-4.822695035460988,10.56619102515441,0,0,0,0,0,0,-4.561403508771932,-0.34991290650262696,-12.648809523809524,0.001779585183050975,-22.747058823529414,0,0,2.7518945128879344,0.2773109243697479,,,1.396162083732073,417791.5255459547,1,0,,-56.0010235172878,48.94441404690239,1,1,-1.5766917293233105,0.6430157250026214,662.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,706.1666666666667,712.0,672.0,-4.979938635827241,0,0,0,none,1,-0.6271186440677966,0.0,0,0.357,0,0,0,0.0,27.58620689655173,-0.8969543668397701,34.5344516793582,34.08731764542369,-7.66823377552123,-6.77127940868146,4.6056948159470075,689.2,699.05,734.35,-3.2973320935555384,0,0,10.857142857142858,1.6060862214708367,0,0.34146341463414637,-257.82446924928956,1,0,-65.85365853658537,0,0,-2.7338129496402908,29.117946859483396,0,0,0,0,1,0,-5.747126436781599,-1.0308324515865959,5.499760879961745,-0.02684494358735341,-19.97352941176473,0,0,2.9315137590703517,0.5966386554621849,,,1.63582007651538,-496688.2493428588,0,0,,-55.58337413504968,32.254765633840705,1,1,-0.8834586466165449,0.42165153327691574,662.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,706.45,789.0,674.7,-4.310283813433369,1,0,0,none,1,-2.693877551020408,0.0,0,0.182,-1,-1,0,0.0,34.02061855670104,-3.7190531071718125,53.55937921727412,67.6500724746341,-8.553180584716756,-4.834127477544944,8.388331017675453,694.0,706.25,701.4166666666666,-4.28318584070796,0,0,13.785714285714286,2.039306846999155,0,0.19718309859154928,-253.02061122956613,1,0,-64.1025641025641,0,0,-5.84958217270195,49.309457628033854,1,0,1,0,1,0,-2.6460481099656263,-0.7514533245093,-21.36752136752137,-0.03955341864436063,-34.45588235294122,0,0,4.671401288256065,0.7815126050420168,-24285812340.18003,-299292141.38624954,1.2786438520217147,-17660465.847991586,0,0,-5.457083646414292,-55.440121617339024,67.18189223922779,1,1,-1.9796992481203133,0.6253431852079362,662.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,706.25,839.0,667.9,-4.28318584070796,1,0,0,none,1,0.15384615384615385,-0.2958579881656805,0,0.222,-1,0,0,1.117436542925076,8.958057833692465,7.8406212907673885,711.0,697.45,698.9333333333333,1.0825148756183234,0,0,56.142857142857146,7.963525835866261,0,0.4056603773584906,-37.537623895247286,0,0,-59.43396226415094,0,0,5.223880597014929,61.4483366111684,0,1,0,1,0,1,0.6122448979591866,-1.7629936962447204,-1.8626028059990318,0.495593527888454,7.688235294117703,0,0,28.16785972576673,0.9831932773109243,-32887552256.87671,-2959958987.6894875,1.6038158449331466,-68432717.63673848,0,1,-12.120546536538324,-53.27666625887603,50.31523158590534,1,1,4.051879699248119,0.1703537013732328,662.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,746.3666666666667,768.0,673.6,-5.542405430753428,1,0,0,none,1,0.4482758620689655,-0.851063829787234,0,0.25,0,0,0,5.679959387480718,-26.19640718803771,-31.87636657551843,682.4,690.75,784.9833333333333,1.3391241404270726,0,0,48.285714285714285,6.897959183673469,1,0.18729096989966554,-45.5789122455789,0,0,-81.27090301003345,1,0,1.744186046511631,48.74808257235426,0,0,0,0,0,0,6.067162887311746,1.9163074932430426,0.11148272017837257,0.48783008345161283,-36.54411764705878,0,0,8.071080065736416,0.01680672268907563,-58236345442.087685,-425101174.4915924,1.9312506665270426,124072050.62422991,0,0,-1.2978402331493726,-47.99024501765968,46.8118312849286,1,1,-2.0684210526315767,0.4665840937878296,656.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-24.464,0,0,670.25,896.0,665.0,4.438642297650142,1,0,0,none,1,-0.4745762711864407,-4.0,0,0.455,0,0,1,4,0,1,0,1.0,0.0,0.333,0,0.5324991634865806,54.285714285714285,37.239961296565056,42.11417513304304,33.30900735538332,52.29357798165137,13.154960981047916,14.168728643808151,0.629084392274325,10.374020567732304 -306,2026-01-30 18:21:00,buy,669.0,0.241,50,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#50,0.04651047950944077,39.99999999999999,0.10114196966350941,100.0000000000003,183.33333333333394,-0.9437139538207475,-1.044855923484257,0.8700327470456422,671.8,671.65,674.8333333333334,-0.39455073326881696,0,0,1.7857142857142858,0.266922912662823,1,-0.5,-147.61904761904992,1,0,-200.0,1,0,-0.14925373134327957,39.33844646274038,1,0,1,0,1,0,-22.500000000000014,-0.21335269128910483,-133.33333333333331,0.06600969187220274,-2.2588235294117567,0,0,0.647793710836319,0.07563025210084033,-12754648291.062862,-807263.5478248596,0.4453731857663115,75158.2255345732,1,0,,-56.146497344627065,68.08177933177933,1,1,-0.06541353383458819,0.07017234825658292,670.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,671.0,692.0,664.9333333333333,-0.29806259314456574,1,0,0,none,1,0.008403361344537815,-0.29895366218236175,0,0.5,-1,-1,0,0.16471753658504462,27.272727272727266,-0.02952718474572169,35.0000000000004,37.59259259259317,-1.5880867626049167,-1.558559577859195,1.4838606014273186,671.6,673.35,678.55,-0.4975124378109541,0,0,2.4285714285714284,0.3624733475479744,0,0.14285714285714285,-115.12717536814075,1,0,-75.0,0,0,-0.4457652303120341,35.17525279714944,0,0,1,0,1,0,-2.7272727272727337,-0.07196855551980863,-4.999999999999602,0.19297931495734505,-2.820588235294167,0,0,0.5632265598602546,0.025210084033613446,-15048772226.489817,-1815020.5456027985,0.6889549445271453,-439551.91760509834,0,0,,-56.06173369656084,19.831722162549234,0,1,-0.3571428571428517,0.7154907513406051,669.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,673.1166666666667,691.0,662.9666666666667,-0.4630202788025839,1,0,0,none,1,-0.18181818181818182,-0.1492537313432836,0,0.412,0,0,0,0.11563483899407875,38.095238095238095,-0.4857583954554705,26.98412698412709,21.957671957671995,-2.212189083968383,-1.7264306885129124,1.9080492530221052,671.0,674.95,679.2333333333333,-0.7333876583450638,0,0,3.7142857142857144,0.5543710021321961,1,0.125,-147.55555555555173,1,0,-85.71428571428571,1,0,-0.7407407407407418,38.460856084488086,0,0,0,0,0,0,-11.904761904761905,-0.021997014047064445,4.761904761904759,0.19519997395039862,-6.570588235294167,0,0,1.152577420748427,0.025210084033613446,-18834567905.043434,-5666311.313285828,0.865876122706497,-1523712.3876967132,0,0,,-56.02092449582177,34.331493377916594,1,1,-0.4233082706766903,0.605033146460979,669.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,671.3166666666666,705.0,663.4333333333333,-0.19613197944337024,1,0,0,none,1,-0.34177215189873417,-0.44776119402985076,0,0.357,0,0,0,0.2382565847610472,30.95238095238095,-0.22783133701730707,18.055555555555614,15.211640211640379,-2.922880223252946,-2.695048886235639,3.799427531782082,672.6,678.75,686.7333333333333,-0.9944751381215422,0,0,5.5,0.818452380952381,0,0.17647058823529413,-111.4070128717267,1,0,-62.5,0,0,0.0,15.849641043866669,0,0,0,0,0,0,-3.1385281385281445,0.019875045519775814,6.25,0.3053572194542188,-3.764705882352928,0,0,2.8701573187346416,0.3445378151260504,-18841376718.349754,-9115432.740737915,0.8295881848684477,-465343.884981215,0,0,,-55.866092384850944,32.57680238145706,1,1,-0.8774436090225738,0.6482916693443017,669.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,674.1833333333334,705.0,662.0,-0.32384860695657824,1,0,0,none,1,-0.6101694915254238,-0.4464285714285714,0,0.273,0,0,0,0.33071439255580365,46.42857142857143,0.7298376053514151,59.99999999999977,63.55072463768104,-6.993506096492979,-7.723343701844394,6.94961967527634,674.8,680.0,705.4666666666667,-1.17647058823529,0,0,8.642857142857142,1.2861394557823127,0,0.2564102564102564,-65.11876167600829,0,0,-50.0,0,0,0.9009009009008917,45.74822520423826,0,0,0,0,0,0,9.808853118712278,-0.18747769107825896,-5.072463768115952,0.2292965323458071,-13.935294117647118,0,0,3.357322197506476,0.5546218487394958,-21174808735.96979,-20394086.26486206,0.49649519305827894,-354033.6913074851,0,1,,-55.77672263210931,36.81351243279947,1,1,-0.9669172932330788,0.23443733768811115,669.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,705.7166666666667,723.0,674.2,-4.777649198214585,0,0,0,none,1,-1.489795918367347,-0.4464285714285714,0,0.3,0,0,0,0.19200560673670597,34.69387755102041,-1.4055041818377845,32.47863247863265,41.59544159544182,-11.431071543288795,-10.02556736145101,8.950405221218395,678.6,691.05,701.9333333333333,-2.756674625569777,0,0,16.071428571428573,2.3915816326530615,0,0.2564102564102564,-81.8828144152981,0,0,-74.35897435897436,0,0,-4.680851063829783,31.616025918442006,0,0,1,0,0,0,0.35044320758606773,0.17908387153453198,-10.256410256410255,0.2157160068020933,-33.58823529411768,0,0,4.460658880285075,0.7058823529411765,-24304415706.68764,-270257348.6038666,0.37706202796426797,-16294841.739603579,0,0,-5.161233446785748,-55.64208868973761,44.19442102179444,1,1,-2.146616541353385,0.6745165834495099,671.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,706.25,839.0,667.9,-4.849557522123893,1,0,0,none,1,0.10256410256410256,-1.3392857142857142,0,0.3,0,0,0,-4.404696878851393,1.6352564549329145,6.039953333784307,689.0,696.65,696.6166666666667,-3.10772984999641,0,0,59.0,8.74074074074074,0,0.12264150943396226,-40.33485540334872,0,0,-87.73584905660378,1,0,1.3513513513513598,59.155687895119144,0,0,0,1,0,1,0.3816629600401811,-1.6067219297704565,-8.09143686502177,0.39689040746113385,-3.0117647058823422,0,1,28.603966120178665,1.0,-32879783791.376213,-2941095372.405773,0.4195241715378832,-72740417.94457406,0,1,-11.420071510950814,-55.1970267165272,61.69612031085381,1,1,2.6187969924812005,0.07025813902559652,675.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,746.3666666666667,768.0,665.7333333333333,-9.561877540083074,1,0,0,none,1,-0.7241379310344828,-1.6296296296296295,0,0.286,0,0,0,5.679959387480718,-26.19640718803771,-31.87636657551843,682.4,690.75,784.9833333333333,1.3391241404270726,0,0,48.285714285714285,6.897959183673469,1,0.18729096989966554,-45.5789122455789,0,0,-81.27090301003345,1,0,1.744186046511631,48.74808257235426,0,0,0,0,0,0,6.067162887311746,1.9163074932430426,0.11148272017837257,0.48783008345161283,-36.54411764705878,0,0,8.071080065736416,0.01680672268907563,-58236345442.087685,-425101174.4915924,1.9312506665270426,124072050.62422991,0,0,-1.2978402331493726,-47.99024501765968,46.8118312849286,1,1,-2.0684210526315767,0.4665840937878296,656.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-24.464,0,0,670.25,896.0,665.0,4.438642297650142,1,0,0,none,1,-0.4745762711864407,-4.0,0,0.455,0,0,1,2,0,1,0,0.5,0.0,0.333,0,0.4074001304703505,49.81132075471699,17.924528301886784,27.060151588453465,33.560844802285025,52.29357798165137,13.154960981047916,14.168728643808151,0.629084392274325,10.374020567732304 -307,2026-02-01 03:42:00,buy,572.0,0.282,50,저점 분할 매수 · 비중 28% · 4회 · BB하단 · leg#50,0.040251582629975156,28.57142857142857,0.3934725498713645,35.042735042735366,44.30877764211158,-4.824746410442458,-5.2182189603138225,2.1351839907055705,582.6,585.75,603.2333333333333,-0.981647460520696,0,0,3.4285714285714284,0.5911330049261083,0,0.38461538461538464,-213.40887629839497,1,0,-61.53846153846154,0,0,-1.0238907849829393,27.670133273788707,0,0,0,0,0,0,-3.246753246753258,-0.11936742008952894,-10.989010989010993,0.017459030244677754,-9.320588235294167,0,0,1.3230623443771639,0.5882352941176471,-12851157377.853727,-4232712.636623383,4.323108075863203,-1239968.0514878035,0,0,,-61.71683272683764,40.1679943872702,1,1,-0.4172932330827191,0.6234125016444195,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,616.3333333333333,633.6666666666666,585.6666666666666,-5.895078420767974,0,0,0,none,1,-0.6218487394957983,-0.6896551724137931,0,0.286,0,0,1,0.18610104272395436,27.272727272727266,0.1633958751852056,42.96296296296335,30.12345679012415,-8.71423571194714,-8.877631587132345,6.124863592294295,582.6,590.35,615.1,-1.9225882950791973,0,0,6.142857142857143,1.0609425117197138,0,0.18421052631578946,-278.0612244897963,1,0,-53.333333333333336,0,0,-1.1945392491467532,19.274106647310617,1,0,1,0,1,0,-5.080213903743314,-0.08410000731732126,15.555555555555554,-0.001628595924179143,-22.33823529411768,0,0,2.2966986327615473,0.9495798319327731,-15203482862.641094,,5.699851171395879,-5406372.893413418,0,0,,-61.750735030278236,39.488429109604,1,1,-1.259398496240611,0.6793637825522558,572.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,616.95,653.2,572.0,-6.151227814247518,1,0,0,none,1,-0.8181818181818182,-4.490500863557859,0,0.222,0,0,1,0.1059558488497549,11.111111111111114,-1.4008660284878545,7.894736842105375,9.750171998624062,-14.361453663501948,-12.960587635014093,10.906190711401837,585.4,605.0,635.65,-4.297520661157028,0,0,11.928571428571429,2.060202319269677,0,0.022727272727272728,-138.56608902480463,1,0,-97.36842105263158,1,0,-6.158833063209079,4.810611458922764,0,0,0,0,0,0,-10.042735042735046,0.000735731325626432,-4.331140350877193,0.007087235583742099,-36.49411764705883,0,0,2.645710883516009,0.8067226890756303,-19036876694.978355,-45546128.29387665,6.087910860069811,-13526656.59377506,0,0,,-61.70691311197075,40.88390862870493,1,1,-2.6195488721804416,0.8826410319803375,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.65,663.8,578.0,-0.11213663417579678,1,0,0,none,1,-1.2531645569620253,-5.526770293609672,0,0.067,0,0,1,0.1396466168969286,8.510638297872333,-2.440306710133303,13.010089325878857,9.484974036057798,-16.782067910490355,-14.341761200357052,13.493442523249117,589.0,615.95,648.3666666666667,-4.862407662959667,0,0,12.214285714285714,2.084349098000975,0,0.17721518987341772,-167.00220496596648,1,0,-71.42857142857143,0,0,-5.636070853462161,0.9798465839264736,0,0,0,0,0,0,-13.307543520309494,0.30995718927360194,6.821106821106822,-0.044823669799901864,-47.144117647058806,0,0,4.063649106368556,0.957983193277311,-19093684320.355984,-46680337.70354462,3.5013124456527827,-2577479.569218397,0,0,,-61.232485597082295,43.58617014563039,1,1,-3.287969924812031,0.8764098575026671,572.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,619.25,677.0,572.0,-5.369398465886155,1,0,0,none,1,-1.576271186440678,-4.436860068259386,0,0.083,0,0,1,0.011626193372918918,4.0,-4.9034986204154,9.579793340987143,15.257390642901989,-20.63242530635398,-15.72892668593858,16.053070907868822,600.8,635.85,670.55,-7.839899347330348,0,0,17.214285714285715,2.937591418820088,0,0.10975609756097561,-168.84008236101604,1,0,-88.0,1,0,-10.397553516819569,6.073887910486874,0,0,0,0,0,0,-0.10958904109590151,-0.23317671636566217,-8.698412698412701,-0.13700635246554946,-60.5235294117648,0,0,4.031809154713628,0.8571428571428571,-21495885601.746174,-178379439.47618484,4.148518642682091,-35566765.44518092,0,0,,-61.14107857085147,62.93102975512449,1,1,-4.015789473684233,0.8667708588345718,577.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.1833333333334,708.0,577.0,1.1769445483583052,1,0,0,none,1,-2.204081632653061,-5.290102389078498,0,0.154,0,0,1,0.0,5.154639175257728,-7.045755150101975,18.661003903458305,18.25551206842865,-20.144975013628482,-13.099219863526507,17.696132848429365,620.6,660.65,684.0833333333334,-10.845379550442747,0,0,19.571428571428573,3.322823186999758,0,0.10434782608695652,-225.7327238504971,1,0,-87.2340425531915,1,0,-11.561561561561561,1.2902489599943152,0,0,0,0,1,0,-1.255617234998681,-1.6368879166851098,2.1389170325340565,-0.300644437631091,-67.26176470588234,0,0,4.322451225578568,0.680672268907563,-24591681787.528496,-207049574.809227,3.7913470734447725,-42966690.5442045,0,0,,-60.825714314205605,58.916039815604634,1,1,-4.6879699248120374,0.900446764934121,577.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.0666666666666,701.0,577.0,1.7154040985494001,1,0,0,none,1,-1.8974358974358974,-5.263157894736842,0,0.308,-1,-1,1,-7.483070583267883,-9.895351929605113,-2.4122813463372292,668.2,699.25,691.4666666666667,-10.61851984268859,0,0,34.857142857142854,5.5771428571428565,0,0.2513089005235602,-222.40864048655163,1,0,-60.65573770491803,0,0,-11.34751773049646,19.3144513176901,0,0,0,0,0,0,0.8591506548689125,-2.5984981930927065,5.88204969584493,0.07759384398044529,-39.44117647058829,0,0,29.03668495410504,1.0,-33316800451.506912,-429248194.63020325,1.6487911891146398,-37474671.54210365,0,0,-10.338327371312817,-58.20571858153804,79.09857494068329,1,1,-4.065413533834572,0.1646969560188326,577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-16.188007062557276,1,0,0,none,1,-1.896551724137931,-4.96,0,0.167,-1,0,0,-2.1957498177171537,-32.867024778806126,-30.671274961088972,645.8,674.25,778.0833333333334,-11.753800519095293,0,0,67.28571428571429,11.308523409363747,0,0.12342569269521411,-215.29051987767585,1,0,-87.6574307304786,1,0,-12.24188790560472,43.400032389540414,1,0,0,0,0,0,-1.712846347607055,-3.346635910579252,2.7085672665472984,0.18947761247918904,-87.28235294117644,0,0,15.612359308441356,0.9411764705882353,-58825473116.323395,-796564462.5237045,1.2116737381503193,15931054.54136777,1,0,-1.6746599212697186,-55.16650928437168,58.89172233990739,1,1,-3.2203007518797095,0.4332442751111417,546.0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-52.8,0,0,676.7833333333333,903.9333333333334,587.3,-12.08412342699534,1,0,0,none,1,-3.0338983050847457,14.6218487394958,0,0.364,-1,0,0,4,0,1,0,1.0,0.0,0.333,0,0.1867864786932101,22.660098522167488,33.572224555831106,29.39871916055027,33.9018564664322,38.287153652392945,14.317070243974223,13.63451510347537,0.0,17.171296031431776 -308,2026-02-01 09:54:00,sell,622.0,0.65,50,고점 매도 · 비중 65% · 분할 · leg#50,0.6733786221472612,50.0,-0.25296472805038617,66.66666666666698,51.85185185185245,1.118022591856061,1.370987319906447,1.0234709059413465,619.8,619.9,615.3666666666667,0.1774479754799163,0,0,2.2857142857142856,0.36806993328732457,1,1.0,94.6502057613154,0,0,-0.0,0,1,0.0,51.95133448483644,0,0,0,0,0,0,-4.545454545454547,0.08121939557909008,11.111111111111107,0.6765868574002887,1.664705882352905,0,0,0.9662729854496879,0.15126050420168066,-12868912948.765614,,0.7508469884679074,2338.459082633257,0,0,,-58.94039513502325,20.64112358230005,0,1,0.0631578947368324,0.0554943844968071,621.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,609.75,621.0,576.0,1.845018450184499,1,0,0,none,1,0.33613445378151263,-0.322061191626409,1,0.72,0,0,0,0.6191089710997143,56.25,-0.43477260435745135,86.66666666666704,91.11111111111167,2.297545286893751,2.7323178912512023,1.8320793436030047,619.6,618.65,608.8666666666667,0.2182170855896004,0,0,2.5,0.4032258064516129,1,1.0,118.44331641285788,0,1,-0.0,0,1,0.3236245954692629,53.210181491573174,0,1,0,1,0,1,9.583333333333336,0.012750390863850658,0.0,0.7055201498983479,4.497058823529414,0,0,1.494916765082299,0.21008403361344538,-15215033183.63079,-512222.75234413147,0.6096439918264699,271482.7102917796,0,0,,-58.988962098920105,32.48101612186377,1,1,0.2263157894736845,0.2232745087891852,621.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,572.8,618.4,572.0,8.240223463687158,0,0,0,none,1,0.020202020202020204,-0.4838709677419355,1,0.542,0,0,0,0.7408527715631034,68.0,0.2360213132308635,100.0,105.05050505050507,4.604655098718354,4.36863378548749,2.865714105155016,620.6,615.75,605.6166666666667,0.6902151847340665,0,0,3.2857142857142856,0.5299539170506912,1,1.0,99.00682805710818,0,0,-0.0,0,1,1.4729950900163713,72.7380856518255,0,1,0,1,0,0,-2.370370370370381,-0.1751826899403106,-6.060606060606176,0.9153253625488162,13.897058823529392,0,0,1.51998815636682,0.4789915966386555,-19052055491.049202,-2351921.4259109497,0.933685919173504,753053.3350054137,0,0,,-58.951054097554945,26.930555531758873,1,1,0.4052631578947401,0.2953845058894723,621.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.2833333333333,654.0,577.0,7.21388016255009,1,0,0,none,1,-0.4430379746835443,-0.16129032258064516,1,0.429,0,0,0,0.6947045115446472,61.53846153846153,2.0884868393145233,119.4444444444445,121.01086048454486,3.3012282969413036,1.21274145762678,7.718533064426032,618.8,608.85,620.4,1.5028332101502784,0,0,4.642857142857143,0.7512713823393435,0,1.0,80.74741408074702,0,0,-0.0,0,1,1.4778325123152802,65.32707821523091,0,1,0,1,0,0,-8.91608391608392,-0.44566105423358904,-4.761904761904759,0.8383514568743171,18.644117647058806,0,0,2.1997480496740267,0.6218487394957983,-19100162965.18823,-6557997.066978455,0.7545222175695177,498320.6171119511,0,0,,-59.06168862723526,65.85624331996391,1,1,1.6669172932330794,0.7045729612586504,618.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,573.4333333333334,655.1333333333333,572.0,7.771900249956398,1,0,0,none,1,-0.711864406779661,-0.6472491909385114,0,0.364,0,0,0,0.719505817158358,64.77272727272727,5.256336102833508,109.61480711480688,104.9092040758706,-7.60282962052861,-12.859165723362118,10.447791142295385,615.8,606.1,653.7833333333333,2.2933509321894086,0,0,12.571428571428571,2.027649769585253,0,0.9772727272727273,74.06556372549032,0,0,7.5,0,1,5.263157894736836,40.517213403973216,0,0,0,0,0,0,14.314011676397001,0.1426952684653937,5.277777777777786,0.6018169053670833,-6.605882352941194,0,0,4.80710318167069,0.9411764705882353,-21501918441.666874,-4564960.618911743,0.3510034759276333,3442170.088224739,0,0,-2.4605115432058695,-58.84640916740294,31.4866422906988,1,1,0.0766917293233076,0.0008213864915560531,621.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.8833333333333,686.2333333333333,577.0,7.102755304753416,1,0,0,none,1,-1.5714285714285714,-0.6451612903225806,1,0.091,0,0,0,0.37442447474532053,35.21126760563381,-0.305070700198236,48.44190181742942,39.25134262141884,-20.66350893373442,-20.358438233536184,20.219160487848814,606.0,634.1,672.1,-2.539031698470273,0,0,22.428571428571427,3.629218677762367,0,0.43617021276595747,-27.136396096167527,0,0,-44.5945945945946,0,0,-5.0691244239631335,19.112622967327,1,0,1,0,1,0,4.100156494522693,1.8129946370210597,8.180402624847076,0.36729659433810646,-45.552941176470654,0,0,6.156974520902794,0.8151260504201681,-24593138479.161236,-133461535.07855606,0.39248790075981715,-23409149.223435044,0,0,,-58.856877350893356,49.06182565337515,1,1,-4.712781954887222,0.75666034726875,618.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.0666666666666,701.0,577.0,6.723463043978817,1,0,0,none,1,-1.3846153846153846,-0.8090614886731391,1,0.308,0,0,0,-11.707110643455822,-20.002308951345753,-8.295198307889931,627.6,691.75,687.6833333333333,-11.817853270690282,0,0,36.5,5.983606557377049,0,0.17277486910994763,-126.71312427409993,1,0,-72.95081967213115,0,0,-9.629629629629633,31.942351151785957,0,0,0,0,1,0,11.824561403508767,0.1174465592991627,-4.947570521341017,0.10574859799311766,-66.07941176470581,0,0,30.039919237030873,1.0,-33310972102.70036,-431188311.3241463,0.3088443674633596,-34080481.74591799,0,0,-10.009414829306326,-59.15886705974608,71.12105965552173,1,1,-7.946616541353367,0.48377973431772203,610.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-18.1994948930559,1,0,0,none,1,-2.1379310344827585,-0.9836065573770493,1,0.143,0,0,0,-2.1957498177171537,-32.867024778806126,-30.671274961088972,645.8,674.25,778.0833333333334,-11.753800519095293,0,0,67.28571428571429,11.308523409363747,0,0.12342569269521411,-215.29051987767585,1,0,-87.6574307304786,1,0,-12.24188790560472,43.400032389540414,1,0,0,0,0,0,-1.712846347607055,-3.346635910579252,2.7085672665472984,0.18947761247918904,-87.28235294117644,0,0,15.612359308441356,0.9411764705882353,-58825473116.323395,-796564462.5237045,1.2116737381503193,15931054.54136777,1,0,-1.6746599212697186,-55.16650928437168,58.89172233990739,1,1,-3.2203007518797095,0.4332442751111417,546.0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-52.8,0,0,676.7833333333333,903.9333333333334,587.3,-12.08412342699534,1,0,0,none,1,-3.0338983050847457,14.6218487394958,0,0.364,-1,0,0,0,1,1,0,0.0,0.25,0.333,0,0.1976323485144256,32.0,21.857923497267752,27.41188069056921,39.084383572870706,38.287153652392945,14.317070243974223,13.63451510347537,0.0,17.171296031431776 -309,2026-02-01 11:00:00,sell,614.0,0.35,50,고점 매도 · 비중 35% · 분할 · leg#50,0.565357346472761,52.38095238095237,0.4022848644036323,111.11111111111143,96.9135802469142,-1.0750775837309448,-1.477362448134577,2.496003063695124,613.2,613.0,616.2,0.16313213703098572,1,0,2.357142857142857,0.38389948813401586,0,0.5833333333333334,21.6335540838866,0,0,16.666666666666664,0,1,0.8210180623973828,60.8789401874553,0,0,0,0,0,0,6.926406926406912,0.08456938844720185,13.888888888888872,0.5379623717096272,-2.3235294117647527,0,0,1.1296891708824732,0.40336134453781514,,,1.4908928836059891,597.5996011197567,0,0,,-59.3967287441579,33.12656287811567,1,1,-0.21052631578948555,0.10602044680044653,613.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,609.65,622.0,590.8,0.7135241532026715,1,0,0,none,1,0.25210084033613445,0.0,0,0.643,0,0,0,0.39390605956219793,43.75,-0.4384815737141431,51.111111111111505,45.92592592592649,-0.8779970060655842,-0.4395154323514411,3.0602626628395115,613.0,616.0,614.2666666666667,-0.32467532467532756,0,0,4.142857142857143,0.6747324336900885,0,0.5333333333333333,-31.666666666666288,0,0,-46.666666666666664,0,0,-0.6472491909385147,34.0498097366943,0,0,1,0,0,0,1.3257575757575708,0.20133335543260267,4.44444444444445,0.4661138132413735,-3.1029411764706083,0,0,1.5173583201187455,0.31932773109243695,,,1.0367100412814214,-772533.3341247393,0,0,,-59.37938569549377,37.399837246475904,1,1,-0.580451127819553,0.5309339699960803,613.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,572.8166666666666,617.7333333333333,572.0,7.18961855160174,1,0,0,none,1,0.25252525252525254,0.0,0,0.577,0,0,0,0.46766204023866376,42.857142857142854,-1.2414626474905885,52.38095238095249,43.65079365079371,1.8149349848433758,3.0563976323339643,3.013977618220261,612.8,615.6,604.5666666666667,-0.09746588693957392,0,0,4.5,0.7317073170731708,1,0.6428571428571429,-21.739130434783323,0,0,-35.714285714285715,0,0,-0.9661835748792313,44.388316791672665,0,0,0,0,0,0,-5.860805860805868,0.15896403541818893,19.047619047619044,0.5452174900057938,-0.09117647058826606,0,1,1.9626715242515131,0.5630252100840336,,,0.7660930816042761,-691238.1036959104,0,0,,-59.27623111332239,16.623164373164375,0,1,0.16992481203006912,0.04697041037034688,613.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.2666666666667,632.7333333333333,577.0,6.352317270002317,1,0,0,none,1,-0.4810126582278481,0.0,1,0.412,0,0,0,0.39257537203046355,54.54545454545455,0.11286184601814364,33.33333333333339,62.50000000000017,2.2194058495684885,2.106544003550345,3.18329098270542,615.2,614.1,617.4,-0.34196384953590897,0,0,4.642857142857143,0.7586367880485528,1,0.3333333333333333,-25.082508250824727,0,0,-75.0,0,0,0.16366612111293755,58.93085062979057,0,1,0,1,0,1,8.391608391608393,-0.444744045915221,-33.333333333333336,0.47101275178834295,12.414705882352905,0,0,2.2799826763715547,0.6386554621848739,-19108340818.91167,-13758278.142910004,0.5679773686504619,-218455.29996857047,0,1,,-59.453315502518535,52.7657310117423,1,1,0.404511278195476,0.2397830185865737,612.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,573.3666666666667,654.0,572.0,6.737980349979655,1,0,0,none,1,-0.7457627118644068,-0.32679738562091504,1,0.364,-1,0,0,0.6277785885778501,65.51724137931035,4.531047661523431,100.95959595959573,105.76126826126813,-5.898490279520843,-10.429537941044273,9.955474506659879,618.2,605.3,650.85,1.2720964810837732,0,0,10.214285714285714,1.6662782568165928,0,0.9,48.81991593921787,0,0,-12.121212121212121,0,1,4.251700680272119,73.91435436904011,0,0,0,0,0,0,-3.1574574158703683,-0.6564158062245191,-5.749805749805759,0.44756892154517003,-3.9558823529412166,0,0,4.878325006557289,0.9411764705882353,-21505417747.696606,-9498458.407489777,0.29978219723497584,1906756.0033296347,0,0,-2.4776098641946085,-59.30520302247299,28.57983506640596,1,1,0.9624060150376038,0.14283656825380597,613.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.7833333333333,684.0,577.0,5.911826532669107,1,0,0,none,1,-1.510204081632653,-0.3262642740619902,0,0.1,0,0,0,0.40754034259053784,37.14285714285714,1.1605108478804311,51.7618884707494,46.821763160253774,-18.907799673685645,-20.068310521566076,19.44345309775407,613.2,631.35,670.75,-1.7977350122752922,0,0,22.571428571428573,3.6405529953917055,0,0.4673913043478261,-34.69482970691803,0,0,-41.891891891891895,0,0,-0.8000000000000007,19.558013769106722,1,0,1,0,1,0,1.9315895372233314,1.4655815480786671,3.3199866533199796,0.40073711299293824,-39.85000000000002,0,0,6.181251101732516,0.8151260504201681,-24597698804.526886,-125819403.1666336,0.47056912713402504,-18561097.87433535,0,0,,-58.717813944082955,43.503014762324725,1,1,-4.268421052631585,0.6770728047307553,613.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.0666666666666,701.0,577.0,7.068846419525676,1,0,0,none,1,-1.4102564102564104,-1.129032258064516,0,0.308,0,0,0,-11.707110643455822,-20.002308951345753,-8.295198307889931,627.6,691.75,687.6833333333333,-11.817853270690282,0,0,36.5,5.983606557377049,0,0.17277486910994763,-126.71312427409993,1,0,-72.95081967213115,0,0,-9.629629629629633,31.942351151785957,0,0,0,0,1,0,11.824561403508767,0.1174465592991627,-4.947570521341017,0.10574859799311766,-66.07941176470581,0,0,30.039919237030873,1.0,-33310972102.70036,-431188311.3241463,0.3088443674633596,-34080481.74591799,0,0,-10.009414829306326,-59.15886705974608,71.12105965552173,1,1,-7.946616541353367,0.48377973431772203,610.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-18.1994948930559,1,0,0,none,1,-2.1379310344827585,-0.9836065573770493,1,0.143,0,0,0,-2.1957498177171537,-32.867024778806126,-30.671274961088972,645.8,674.25,778.0833333333334,-11.753800519095293,0,0,67.28571428571429,11.308523409363747,0,0.12342569269521411,-215.29051987767585,1,0,-87.6574307304786,1,0,-12.24188790560472,43.400032389540414,1,0,0,0,0,0,-1.712846347607055,-3.346635910579252,2.7085672665472984,0.18947761247918904,-87.28235294117644,0,0,15.612359308441356,0.9411764705882353,-58825473116.323395,-796564462.5237045,1.2116737381503193,15931054.54136777,1,0,-1.6746599212697186,-55.16650928437168,58.89172233990739,1,1,-3.2203007518797095,0.4332442751111417,546.0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-52.8,0,0,676.7833333333333,903.9333333333334,587.3,-12.08412342699534,1,0,0,none,1,-3.0338983050847457,14.6218487394958,0,0.364,-1,0,0,0,0,1,0,0.0,0.0,0.333,0,0.1976323485144256,32.0,21.857923497267752,27.41188069056921,39.084383572870706,38.287153652392945,14.317070243974223,13.63451510347537,0.0,17.171296031431776 -310,2026-02-02 08:09:00,buy,570.0,0.203,51,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51,0.0,41.66666666666667,-0.7120105668776772,47.54689754689787,63.17941317941378,-0.4474265091586176,0.2645840577190596,1.8486266418677226,578.8,580.6,580.0,-1.3089906992766132,0,0,3.5714285714285716,0.6232859636000998,0,0.16666666666666666,-258.40537944284057,1,0,-83.33333333333334,1,0,-1.546391752577314,15.085423978699524,0,0,0,0,0,0,-3.787878787878789,-0.45835788509967024,-23.015873015873012,0.01173130446537476,-2.9500000000000455,0,0,1.347434911967769,0.8403361344537815,-12893833974.12436,-2831732.3673553467,7.384678152167855,-1008131.9188659489,0,0,,-62.013910798299634,11.464670189551445,0,1,-0.09323308270677066,0.042254759706274236,571.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,571.3166666666666,590.0,571.0,0.2946410338691363,1,0,0,none,1,-0.09243697478991597,-0.34904013961605584,0,0.452,-1,-1,1,0.11300285149131441,48.275862068965516,-0.16022951015532527,68.09523809523849,69.36507936508006,-0.1593216484319555,0.0009078617233697716,1.4473062808438981,580.0,580.25,581.9,-0.5601034037053032,0,1,4.142857142857143,0.7179995048279277,1,0.6428571428571429,-305.454545454544,1,0,-35.714285714285715,0,0,-1.0291595197255532,25.557364286734256,0,0,0,0,0,0,-5.570291777188338,-0.28533691215122126,1.4285714285714164,0.2948301481477051,-2.020588235294099,0,1,1.361776227456791,0.6638655462184874,,,7.34281974392987,-1056422.514338838,0,0,,-61.7322094193538,14.181145718406503,0,1,0.077443609022558,0.047622040175053115,568.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.3499999999999,585.1,570.7,-0.23342266793462407,1,0,0,none,1,-0.18181818181818182,0.0,0,0.417,-1,0,1,0.5491285853525746,39.99999999999999,0.42025569788936745,106.66666666666679,107.936507936508,-0.6443278219906006,-1.064583519879968,1.7532083135315735,581.8,580.5,584.9333333333333,0.08613264427217437,0,0,4.571428571428571,0.7868207523973445,1,0.9285714285714286,-262.2222222222228,1,0,-0.0,0,1,0.519031141868509,26.437912094469496,0,0,0,0,0,0,-15.000000000000007,-0.05761283354956426,4.761904761904759,0.48559375910046126,-2.3794117647058783,0,0,2.0386798194300764,0.957983193277311,,,5.154046661773715,1596337.5975424238,0,0,,-61.431924941845885,19.21996894975388,0,1,0.0721804511278235,0.02816798092793127,568.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.3333333333333,601.3333333333334,572.0,0.28768699654777574,1,0,0,none,1,-0.2911392405063291,0.0,0,0.409,0,0,1,0.4307701038113224,48.57142857142856,0.6586887242342496,95.2380952380953,92.06349206349223,-1.9811355577625136,-2.6398242819967632,2.7296150592621893,581.0,582.1,591.1666666666666,-0.18897096718777373,0,0,5.142857142857143,0.8851733464470126,0,0.5,-163.76531270148007,1,0,-0.0,0,1,0.868055555555558,41.443152821199256,0,0,0,0,0,0,-1.4285714285714377,-0.010789473142948758,-4.761904761904759,0.4526553083762439,-2.638235294117635,0,0,2.192155294846637,0.6470588235294118,-19157556479.388687,-5719928.037639618,5.238377637404843,-2001393.6030958593,0,1,,-61.41008374603456,13.235332984640097,0,1,-0.39699248120300856,0.349586441086036,576.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.8499999999999,608.0,575.0,0.3714261034810651,1,0,0,none,1,-0.4406779661016949,-1.7211703958691909,0,0.25,0,0,1,0.36546840554184973,47.368421052631575,0.600094576558245,62.49999999999977,55.662393162393045,-5.914140480188166,-6.514235056746411,4.387806252381797,580.0,584.45,598.55,-0.5902985713063691,0,0,6.285714285714286,1.0818785345463486,0,0.35294117647058826,-108.4010840108418,1,0,-25.0,0,0,-0.34305317324184736,42.2885933821434,1,0,1,0,1,0,-2.631578947368425,0.2161569477852705,4.166666666666664,0.32669868828436527,-12.700000000000045,0,0,2.5655229726566393,0.4789915966386555,-21595519499.54213,-7908185.022102356,2.8518264292825055,-1109934.945770502,0,0,,-61.33059430859289,53.000099039673145,1,1,-0.8142857142857002,0.5646145262637998,580.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,610.7,617.0,575.0,-4.86327165547733,1,0,0,none,1,-0.6122448979591837,-2.4096385542168677,0,0.3,0,0,1,0.21931290966939662,26.41509433962264,0.27248403976983937,11.630094043887318,8.66472607851941,-12.622214733942656,-12.894698773712495,8.558107084840666,580.8,595.3,636.7333333333333,-2.4021501763816455,0,0,8.857142857142858,1.524465207769855,0,0.12121212121212122,-104.37710437710466,1,0,-80.0,0,0,-2.842809364548493,9.871403553545477,0,0,0,0,0,0,5.660377358490564,0.3490207150348823,6.666666666666667,0.13539102531087838,-19.538235294117726,0,0,2.3717941999179897,0.07563025210084033,-24675025872.952118,-27259638.851264954,2.0880540484679693,-1314294.2764033973,0,0,,-61.212713294123525,59.550843991289184,1,1,-2.0706766917293327,0.9250930518821879,577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.35,658.0,577.0,0.4582000518716933,1,0,0,none,1,-2.1794871794871793,-1.8932874354561102,0,0.1,0,0,1,-7.324943135946466,-28.980666593713977,-21.65572345776751,593.6,645.75,676.55,-10.027100271002709,0,0,33.07142857142857,5.692156380624539,0,0.03278688524590164,-92.9022082018927,0,0,-96.72131147540983,1,0,-13.412816691505213,16.741430591626568,1,0,0,0,0,0,-2.852570940900378,0.6439187005410396,-4.644808743169399,0.09421368525625001,-73.7735294117648,0,0,10.420172959187116,0.7983193277310925,-33417977461.587498,-296393810.13472366,1.0519994171654656,-70906110.04020925,0,0,-4.991705724981253,-60.978832732626564,43.55644641932481,1,1,-6.9466165413533885,0.7838322196100844,582.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-22.088371365353243,1,0,0,none,1,-3.0689655172413794,-4.3029259896729775,0,0.143,0,0,0,-4.500384503541667,-37.2554580191661,-32.75507351562443,618.8,664.25,771.2833333333333,-10.575837410613476,0,0,66.28571428571429,11.15921115921116,0,0.12090680100755667,-154.7917292981929,1,0,-87.90931989924434,1,0,-10.407239819004522,41.89976695382831,1,0,0,0,0,0,-1.6352844587410331,-0.6655747889415125,1.1566634818610861,0.23823607166045513,-106.00588235294117,0,0,15.613430553745593,0.9327731092436975,-58835747843.311615,-798722609.1263199,0.8917088198610287,40554388.295461416,1,0,-1.1815159294604254,-54.976512104825346,63.1760614946286,1,1,-4.672932330827084,0.5679029798118915,566.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-68.932,0,0,676.7833333333333,903.9333333333334,587.3,-12.231881202748296,1,0,0,none,1,-3.8983050847457625,-5.05050505050505,0,0.3,0,0,0,0,0,1,0,0.0,0.0,0.333,0,0.15127427266445057,26.046511627906966,7.923497267759558,13.296903460837882,28.75354321464925,37.696335078534034,12.34256926952139,12.615181767051967,0.021259800109840528,22.09097421323707 -311,2026-02-02 12:36:00,buy,574.0,0.202,51,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51,0.08661684821897468,22.222222222222214,-1.4626922749482216,15.931372549019928,14.206608569354279,-4.207360697579816,-2.744668422631594,4.363864991480918,577.8,587.6,591.95,-1.8039482641252547,0,0,3.7857142857142856,0.6561029957910374,0,0.10526315789473684,-117.53371868978793,1,0,-87.5,1,0,-2.368866328257191,8.726830683020182,0,0,0,0,1,0,-3.7037037037037095,0.10147892833326777,6.127450980392156,-0.08025152985756269,-13.517647058823513,0,0,1.6061589691043852,0.6974789915966386,-12909344588.189285,-6558770.318323135,2.787437298500796,-2066593.0858432502,0,0,,-61.70817191104262,44.609200170513944,1,1,-0.9443609022556491,0.7595525699494599,577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.2833333333333,599.0,570.9666666666667,0.12436012378171935,1,0,0,none,1,-0.03361344537815126,-0.17331022530329288,0,0.5,0,0,1,0.0,15.384615384615387,-2.046885094390759,8.869395711501372,11.800743689289291,-3.0131764248917534,-0.9662913305009948,4.1289548811262735,580.6,590.2,587.5333333333333,-2.067095899695026,0,0,4.714285714285714,0.8156203657933762,0,0.18181818181818182,-169.30572472594366,1,0,-78.94736842105263,0,0,-2.5295109612141653,0.21846157044858217,0,0,0,0,0,0,-3.1339031339031322,-0.011969335105160628,-0.8255933952528363,-0.021739281676072933,-13.076470588235225,0,0,1.2661909446832174,0.31092436974789917,-15263041960.825783,-9461410.158449173,2.0951162006037505,-2684108.2992106695,0,0,,-61.62375194573427,26.709807040634107,1,1,-0.8616541353383611,0.7001245314079291,574.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.15,597.0,570.9,-0.02594482400760656,1,0,0,none,1,-0.030303030303030304,-0.17301038062283738,0,0.5,0,0,1,0.0,41.30434782608696,-1.8967897731148216,39.12938912938925,49.286515953182686,0.4421999126149103,2.338989685729732,3.4936645156766915,587.4,591.9,584.8166666666667,-2.348369657036653,0,0,7.0,1.2110726643598615,0,0.18181818181818182,-250.3037667071708,1,0,-81.81818181818183,1,0,-3.0201342281879207,21.63947226314339,0,0,0,0,0,0,0.0,-0.7053304215468539,-8.754208754208754,0.0968657884454761,-2.729411764705901,0,1,2.3602290972000746,0.8235294117647058,-19119340722.804836,-16755398.550086975,2.4738061689600217,-2435995.6955060177,0,0,,-61.588903290181165,28.47033974518695,1,1,-0.19699248120301951,0.05081924977864327,574.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,577.8,594.1333333333333,571.7333333333333,0.03461405330564826,1,0,0,none,1,-0.20253164556962025,-0.17301038062283738,0,0.476,-1,0,1,0.17003145757833393,50.0,-0.9829255194824136,44.65141612200441,68.22440087145988,0.9767844594845201,1.9597099789669337,5.001997901580283,588.6,587.7,586.4333333333333,-1.6505019567806811,0,0,8.428571428571429,1.458230350963915,0,0.15,-111.16847358458092,1,0,-85.0,1,0,-2.1996615905245376,41.25510566749872,0,0,0,0,0,0,-2.3076923076923066,-0.9096968472348002,-24.629629629629626,0.20347937715059145,0.7058823529412166,0,0,3.1881170968681416,0.9327731092436975,-19185903326.00638,-17707865.87639618,2.0603013149532874,-4192280.9857023954,0,0,,-61.56772819314791,24.18756697083733,0,1,0.5924812030075182,0.2274776788003917,575.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.6,599.0,575.0,-0.10369858278603816,1,0,0,none,1,-0.3559322033898305,-0.34602076124567477,0,0.333,-1,0,1,0.2605187629432084,51.72413793103448,1.2438672643281374,66.25386996904001,94.97764017887845,-0.9374797995866402,-2.1813470639147776,4.926017796620325,592.2,584.9,598.2166666666667,-1.1796888356984114,0,0,9.357142857142858,1.6188828472565495,0,0.15789473684210525,-28.716041731225165,0,0,-94.11764705882352,1,0,-0.5163511187607606,62.91534847070565,1,0,1,0,1,0,-9.500351864883882,-1.2263763943395158,-34.88132094943241,0.23940498004022076,2.2941176470587834,0,0,3.328766594941215,0.7983193277310925,-21623069012.805775,-29737466.30675125,3.132061638812717,-7322897.692313075,0,0,,-61.4844414617512,31.380910419384342,1,1,0.5293233082706766,0.1890056852417119,578.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,581.6,611.0,575.0,-0.6189821182943644,1,0,0,none,1,-0.6938775510204082,-3.2871972318339098,0,0.385,-1,-1,1,0.5011938434772208,43.636363636363626,2.683233260808203,105.69693464430323,70.0192789666476,-8.487426580494457,-11.17065984130266,7.087154107474173,587.4,590.95,630.3833333333333,0.00846095270325975,0,0,10.142857142857142,1.7162194827169446,1,0.4827586206896552,-23.51718313519116,0,0,7.6923076923076925,0,1,1.546391752577314,33.02822605443937,0,0,0,0,0,0,0.0,0.28342632528883094,34.230769230769226,0.46379419056117166,-10.205882352941217,0,0,3.172745095947081,0.2689075630252101,-24691150149.61009,-29929551.893608093,3.215130278433696,-2678731.089178562,0,1,,-60.50106452578747,56.03322478905883,1,1,-1.2218045112782008,0.47659145222570587,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.2333333333333,631.2666666666667,577.0,2.2078745604427352,1,0,0,none,1,-1.564102564102564,-3.2148900169204735,0,0.222,0,0,1,-5.701754010917018,-28.782915971413786,-23.081161960496768,589.8,640.2,674.65,-7.685098406747903,0,0,32.285714285714285,5.462895818225768,0,0.11475409836065574,-80.03857280617157,0,0,-86.66666666666667,1,0,-9.908536585365857,21.72756555221052,1,0,0,0,0,0,-2.8581058308055276,1.6231891250294481,-0.20036429872495365,0.19398417501045445,-75.1882352941177,0,0,10.575479604707331,0.8067226890756303,-33444072224.444466,-237991632.73815536,1.5386901225197676,-41771607.51840852,0,0,-4.8990660459380875,-60.25532174438983,41.65409838333621,1,1,-6.8406015037594115,0.7749020409939316,585.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-20.747379478354155,1,0,0,none,1,-2.7241379310344827,-2.199661590524535,1,0.143,0,0,0,-4.500384503541667,-37.2554580191661,-32.75507351562443,618.8,664.25,771.2833333333333,-10.575837410613476,0,0,66.28571428571429,11.15921115921116,0,0.12090680100755667,-154.7917292981929,1,0,-87.90931989924434,1,0,-10.407239819004522,41.89976695382831,1,0,0,0,0,0,-1.6352844587410331,-0.6655747889415125,1.1566634818610861,0.23823607166045513,-106.00588235294117,0,0,15.613430553745593,0.9327731092436975,-58835747843.311615,-798722609.1263199,0.8917088198610287,40554388.295461416,1,0,-1.1815159294604254,-54.976512104825346,63.1760614946286,1,1,-4.672932330827084,0.5679029798118915,566.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-68.932,0,0,676.7833333333333,903.9333333333334,587.3,-12.231881202748296,1,0,0,none,1,-3.8983050847457625,-5.05050505050505,0,0.3,0,0,0,2,0,1,0,0.5,0.0,0.333,0,0.23245292944861728,23.18840579710144,7.723132969034604,9.40497874924104,28.72428537868056,37.696335078534034,12.34256926952139,12.615181767051967,0.021259800109840528,22.09097421323707 -312,2026-02-02 15:36:00,buy,572.0,0.202,51,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51,0.5693843584822005,42.857142857142854,0.3841827973418448,62.698412698413016,72.75132275132336,-0.36918754697978784,-0.7533703443216326,1.492489148929934,580.6,579.4,582.8833333333333,0.10355540214015413,0,0,3.0714285714285716,0.5295566502463055,1,0.7142857142857143,-105.98290598290717,1,0,-28.57142857142857,0,0,0.8695652173912993,28.463611406415936,0,1,0,0,0,1,-4.968944099378888,-0.05785295935854007,-9.523809523809526,0.5007390147629545,0.32058823529416713,0,0,1.2317323504407163,0.31932773109243695,-12917047550.422655,-3502790.799659729,3.845127328928561,179597.33862698078,0,0,,-61.48144614826718,11.017960300568992,0,1,0.12932330827068472,0.12524554629816786,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.9166666666667,593.1666666666666,574.0,0.5344503827820146,1,0,0,none,1,-0.09243697478991597,-0.1724137931034483,0,0.406,0,0,1,0.17621532923128272,46.15384615384615,0.1955313158609453,79.16666666666707,102.31481481481552,-1.6434114267583482,-1.8389427426192935,1.9183058016543197,580.2,579.6,586.5,-0.6211180124223614,0,0,4.142857142857143,0.7192460317460317,1,0.3333333333333333,-166.66666666666714,1,0,-62.5,0,0,-0.8605851979345935,29.447277643494814,1,0,1,0,1,0,-6.020066889632105,-0.3137912245198209,-35.119047619047606,0.2095713195336282,-4.061764705882297,0,0,1.4154305552969713,0.3697478991596639,-15274390300.000792,,4.347656188174587,-1048639.727823794,0,0,,-61.729181501711764,29.9028633936468,1,1,-0.049624060150389226,0.011155272377136205,573.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.15,597.0,570.9,-0.37187581077574583,1,0,0,none,1,-0.06060606060606061,-0.1736111111111111,0,0.462,-1,0,1,0.37125576938387067,43.75,-0.37518029564737065,42.374727668845445,38.30791575889622,-2.2909525287069528,-1.915772233059582,4.394345372874117,580.6,583.3,585.0833333333334,-0.5657466140922218,0,0,7.0,1.206896551724138,0,0.3888888888888889,-89.55223880597015,0,0,-61.111111111111114,0,0,-1.5280135823429575,36.62912552049236,0,0,0,0,0,0,1.750000000000007,0.10256901031612453,3.1590413943355173,0.38321493723591565,-7.720588235294144,0,0,3.4488615851054183,1.0,-19142449853.622986,-20841562.079551697,1.5796980994221619,-1975864.9485386945,0,0,,-61.42843182417599,14.30635782376733,0,1,-0.3473684210526285,0.10284812261363585,573.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,577.8,594.1333333333333,574.5333333333333,0.3807545863620643,1,0,0,none,1,-0.0379746835443038,-0.1724137931034483,0,0.474,0,0,0,0.30378136689933705,43.67816091954023,-1.017509328392283,31.372549019607902,29.411764705882522,-2.000981813981184,-0.9834724855889012,5.347195964458716,578.6,586.15,584.1,-1.049219483067465,0,0,10.071428571428571,1.7364532019704435,0,0.3,-55.31295487627295,0,0,-64.70588235294117,0,0,-2.0270270270270285,46.2876451479798,0,0,0,0,0,0,1.6327063740856858,0.1839321679311443,-1.9607843137254903,0.4080440057905336,-5.141176470588334,0,0,3.9321827497985216,0.9243697478991597,-19209634393.53278,-14852224.705184937,3.392416197661586,193369.84948402643,1,0,,-61.402165755245704,34.577048136798886,1,1,-0.9195488721804681,0.48202317546470175,581.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.25,591.5,574.0,0.12947777298231156,1,0,0,none,1,0.0,-2.413793103448276,1,0.455,0,0,1,0.32985125771465973,50.0,-0.6450631430437219,18.333333333333098,32.22222222222209,-2.255914125327422,-1.6108509822837,5.321923191084005,582.4,585.3,595.0333333333333,-0.9055185375021257,0,0,12.0,2.0689655172413794,0,0.3,-46.71857619577341,0,0,-70.0,0,0,-3.3333333333333326,67.58096765212468,0,0,0,0,0,0,1.1111111111111072,-0.10788188337157734,-8.333333333333332,0.382535688866857,-4.158823529411734,0,0,4.097721770910425,0.8571428571428571,-21658937020.163177,-58032463.92393494,2.8183205469477937,-1056003.6425139606,0,0,,-61.320439201640234,21.609432779986008,0,1,0.17443609022556694,0.017561696290717355,581.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,580.6,600.4,575.2,-0.10334137099552443,1,0,0,none,1,-0.6122448979591837,-2.2413793103448274,1,0.333,0,0,1,0.22560405632888808,46.2962962962963,1.8496997921348353,64.10256410256427,92.85714285714307,-7.509528171453553,-9.359227963588388,5.303268273789128,588.6,587.55,625.0833333333334,-1.4551953025274345,0,0,10.071428571428571,1.7394522575869726,1,0.1,-68.90130353817594,0,0,-84.61538461538461,1,0,-0.17241379310344307,46.10339952746155,1,0,1,0,1,0,3.92341494036409,-0.6604496200332282,-30.76923076923076,0.21438935805256007,-11.908823529411734,0,0,3.286912933543467,0.3025210084033613,-24705494101.831444,-41592690.4998436,2.113413138243746,-6252331.232080638,0,0,-2.0168850108802303,-61.27234972036457,42.84369574560928,1,1,-0.5721804511278168,0.1888327001640463,579.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,577.6833333333334,618.0,577.0,0.22792187184441648,1,0,0,none,1,-1.1794871794871795,-2.2452504317789295,0,0.222,0,0,1,-5.701754010917018,-28.782915971413786,-23.081161960496768,589.8,640.2,674.65,-7.685098406747903,0,0,32.285714285714285,5.462895818225768,0,0.11475409836065574,-80.03857280617157,0,0,-86.66666666666667,1,0,-9.908536585365857,21.72756555221052,1,0,0,0,0,0,-2.8581058308055276,1.6231891250294481,-0.20036429872495365,0.19398417501045445,-75.1882352941177,0,0,10.575479604707331,0.8067226890756303,-33444072224.444466,-237991632.73815536,1.5386901225197676,-41771607.51840852,0,0,-4.8990660459380875,-60.25532174438983,41.65409838333621,1,1,-6.8406015037594115,0.7749020409939316,585.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,745.7166666666667,768.0,577.0,-20.747379478354155,1,0,0,none,1,-2.7241379310344827,-2.199661590524535,1,0.143,0,0,0,-4.500384503541667,-37.2554580191661,-32.75507351562443,618.8,664.25,771.2833333333333,-10.575837410613476,0,0,66.28571428571429,11.15921115921116,0,0.12090680100755667,-154.7917292981929,1,0,-87.90931989924434,1,0,-10.407239819004522,41.89976695382831,1,0,0,0,0,0,-1.6352844587410331,-0.6655747889415125,1.1566634818610861,0.23823607166045513,-106.00588235294117,0,0,15.613430553745593,0.9327731092436975,-58835747843.311615,-798722609.1263199,0.8917088198610287,40554388.295461416,1,0,-1.1815159294604254,-54.976512104825346,63.1760614946286,1,1,-4.672932330827084,0.5679029798118915,566.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,none,below_cloud,below,-68.932,0,0,676.7833333333333,903.9333333333334,587.3,-12.231881202748296,1,0,0,none,1,-3.8983050847457625,-5.05050505050505,0,0.3,0,0,0,0,0,1,0,0.0,0.0,0.333,0,0.23245292944861728,23.18840579710144,7.723132969034604,9.40497874924104,28.72428537868056,37.696335078534034,12.34256926952139,12.615181767051967,0.021259800109840528,22.09097421323707 -313,2026-02-03 12:00:00,buy,590.0,0.196,51,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51,0.07348723138877568,22.222222222222214,-0.4226257648825231,0.0,11.666666666667217,-2.4624024114833674,-2.0397766466008442,1.849857269404921,592.0,595.7,600.9333333333333,-0.7889877455094951,0,0,1.9285714285714286,0.3263234227701233,0,0.0,-145.6256921373186,1,0,-100.0,1,0,-1.005025125628145,16.90451611123565,0,0,0,0,0,0,0.0,0.011855518402639875,-13.333333333333655,-0.07161135041050294,-6.314705882352882,0,0,0.5379824272634833,0.2773109243697479,-12930836698.08104,-349105.397687912,1.2699557555036785,-318440.6969510168,0,0,,-60.65968185743279,47.1031746031746,1,1,-0.4195488721804657,0.811748511361622,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,608.6833333333334,609.0,590.6333333333333,-2.9051778428849206,1,0,0,none,1,0.008403361344537815,-0.1692047377326565,0,0.6,0,0,0,0.036682115227136554,22.222222222222214,-0.8278871058619053,6.666666666667074,10.370370370371061,-2.59523868065844,-1.7673515747965347,2.5443248364618314,593.0,598.05,600.2833333333333,-1.178831201404562,0,0,2.5714285714285716,0.43509789702683105,0,0.0,-132.68608414239543,1,0,-100.0,1,0,-1.3355592654423987,6.190021389588807,0,0,0,0,0,0,-4.093567251462005,-0.02316773000336858,0.0,-0.0912924038454614,-7.758823529411757,0,0,0.9298222885093942,0.5630252100840336,-15301551073.684597,-2314767.0036582947,1.0412902576697227,-293976.8548946846,0,0,,-60.642911622227594,50.87753522461617,1,1,-0.5691729323308152,0.783531387114812,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,607.6833333333334,608.0,590.2666666666667,-2.7453991936589928,1,0,0,none,1,-0.0707070707070707,-0.1692047377326565,0,0.5,0,0,0,0.0,21.212121212121204,-1.5689410884099722,13.28671328671342,14.498834498834578,-1.1824394565815055,0.38650163182846664,3.5814281118131404,595.0,602.0,597.1,-1.8272425249169388,0,0,3.5714285714285716,0.6043026347594875,0,0.0,-170.88251826868978,1,0,-100.0,1,0,-1.6638935108153063,18.00680395582708,0,0,0,0,0,0,-10.216450216450227,-0.1983060408077113,0.0,-0.04550408422951271,-5.108823529411666,0,0,1.827290039896578,0.8067226890756303,-19167707412.829403,,0.8011934113079601,-825989.6241778173,0,0,,-60.60719844192239,29.87689308372421,1,1,-0.8496240601503776,0.8696333224365267,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,605.5,607.0,590.2,-2.3947151114781184,1,0,0,none,1,-0.08860759493670886,-0.1692047377326565,0,0.5,-1,0,0,0.19205120943395965,44.23076923076923,-1.13204553882991,13.809523809523858,25.34391534391551,0.4365484135518045,1.5685939523817145,3.488223974706497,597.8,600.45,597.4166666666666,-1.0741943542343368,0,0,6.071428571428571,1.0221260221260222,0,0.21428571428571427,-131.1249137336082,1,0,-78.57142857142857,0,0,-1.1647254575707144,46.476027590612254,0,0,0,0,0,0,-6.712626995645856,-0.29487589980296147,-11.375661375661375,0.2835946430241768,-0.8735294117647072,0,1,2.411124082505975,0.7058823529411765,-19248362014.167793,-14535016.874324799,0.9322729736761859,-363975.0305992961,0,0,-2.7668325964987996,-60.38622995403764,24.646598559691338,0,1,0.10601503759398631,0.014346981764808087,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.7333333333333,605.0,591.6666666666666,-1.7748870025355523,1,0,0,none,1,0.1016949152542373,-0.16835016835016833,0,0.562,-1,0,0,0.4894096614772251,55.0,0.15266340314438498,86.11111111111087,105.55555555555543,2.3338305608722294,2.1811671577278444,3.9525193758855934,602.8,597.25,591.8,-0.04185851820845965,0,0,6.214285714285714,1.0409188801148601,0,0.5833333333333334,-56.30097342804622,0,0,-41.66666666666667,0,0,1.186440677966094,59.2907546808972,0,0,0,0,0,0,-2.89473684210526,-0.518795000878892,-16.66666666666667,0.4413823345463098,2.8911764705883343,0,0,2.1721828667842855,0.2689075630252101,-21689413326.66364,-20652303.019367218,1.562295165541554,2149200.1203840673,0,0,,-60.106195132576836,23.19625811021479,0,1,0.5120300751879632,0.26346239607329636,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.5333333333333,602.0,578.6666666666666,-0.7536296132106823,1,0,0,none,1,0.02040816326530612,-0.16750418760469013,0,0.5,-1,0,0,0.7317409570785587,60.0,1.4609349770281481,150.00000000000014,134.56790123456813,1.7090657326614291,0.24813075563328107,4.5346395382460445,600.6,594.75,596.95,1.0508617065994041,0,0,7.928571428571429,1.3192298550035655,0,1.1428571428571428,4.155971152670385,0,0,22.22222222222222,0,1,-0.9884678747940745,60.24711124899257,0,0,0,0,1,0,0.0,-0.1740729865904569,10.740740740740705,0.6535020134622491,9.855882352941194,0,0,3.081296834414365,0.2773109243697479,-24747283783.513702,,1.286834400530534,690976.8272039294,1,0,,-59.71959956104121,22.635837503514967,0,1,0.7496240601503671,0.4326339727756462,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,598.6333333333333,599.0,577.0,0.395344952391552,0,0,0,none,1,0.07692307692307693,-0.16638935108153077,0,0.375,0,0,0,1.0903858008681055,-23.947619831863676,-25.03800563273178,592.6,618.15,665.7666666666667,-3.583272668446169,0,0,16.785714285714285,2.8163950143815915,0,0.1557377049180328,-42.22776392352443,0,0,-44.0,0,0,-2.2950819672131195,51.8925634091673,1,0,1,0,1,0,7.367692839847805,1.0983340878799872,12.964912280701753,0.20517898067399137,-54.09411764705874,0,0,9.56245710014422,0.7478991596638656,-33511590200.663776,-129867041.99088669,0.8288451575859987,-4033540.206708297,0,0,-4.335340272956122,-59.83805816153115,26.287996804295002,1,1,-5.626315789473678,0.6445347835941466,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,584.8,733.0,577.0,1.9151846785225857,1,0,0,none,1,-6.172413793103448,-0.16778523489932887,0,0.0,0,0,0,-3.47009355409957,-38.14058084585224,-34.67048729175267,595.8,654.45,763.05,-8.778363511345411,0,0,66.5,11.139028475711893,0,0.12846347607052896,-92.52823631624663,0,0,-87.1536523929471,1,0,-10.360360360360366,44.17894200864817,0,0,0,0,0,0,-2.3916913472822046,0.721467996313784,0.0839630562552447,0.2956443340976978,-92.13529411764705,0,0,15.552247937832105,0.9159663865546218,-58862369236.19499,-819654596.8417206,0.43730672301259627,61352351.485599995,1,0,-1.1996560727542844,-54.61953542988779,65.14767699150615,1,1,-5.468421052631588,0.6466343280203934,588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,above,26.633,0,0,676.7833333333333,903.9333333333334,587.3,-11.788607875489443,1,0,0,none,1,-4.508474576271187,4.1876046901172534,0,0.222,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.36643926734335275,40.136054421768705,58.27450980392157,43.93075185833296,26.828788650462887,38.328530259366,12.594458438287129,12.482507696613462,0.143003916923806,24.589523323906715 -314,2026-02-04 03:21:00,buy,590.0,0.196,51,저점 분할 매수 · 비중 20% · 5회 · BB하단 · leg#51,0.2196421510388469,22.222222222222214,-0.5590758553257227,8.88888888888921,11.111111111111788,-4.164830582161585,-3.6057547268358623,3.9849973291139498,593.4,599.7,607.3166666666667,-1.117225279306322,0,0,3.2142857142857144,0.5420380631173212,0,0.125,-101.73160173160248,1,0,-80.0,0,0,-0.8361204013377921,33.796127647559885,1,0,1,0,1,0,2.9914529914529737,0.18360757324477284,0.0,0.07238704380433503,-10.458823529411688,0,0,1.088278154712596,0.7142857142857143,-12941350785.602518,-2636371.8714733124,4.320021741915326,386168.2602274269,1,0,,-60.45784983256086,74.09101356551503,1,1,-0.9654135338345825,0.913883056210269,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,608.25,614.0,591.0,-2.507192766132349,1,0,0,none,1,-0.07563025210084033,-0.33726812816188867,0,0.379,0,0,1,0.12670321072800653,17.85714285714286,-1.4426938847134592,7.638888888889305,6.867283950617985,-4.418918529087932,-2.976224644374473,4.7340211328513915,592.6,602.65,606.1,-1.7671948892391875,0,0,3.7142857142857144,0.6274131274131275,0,0.05263157894736842,-104.2858327115965,1,0,-93.75,1,0,-2.471169686985175,24.1408886916675,0,0,0,0,0,0,4.0640394088670035,0.16374018720416128,2.083333333333333,-0.06827042340627418,-13.708823529411688,0,0,1.2873493469372101,0.7647058823529411,-15316291522.85211,-3185578.489294052,3.4693681856827356,-472833.05129829235,0,0,,-60.505602730290576,61.829560289370306,1,1,-1.113533834586477,0.8531082763553648,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.4166666666666,614.0,591.0,-2.0543223493726726,1,0,0,none,1,-0.0707070707070707,-1.3513513513513513,0,0.448,0,0,1,0.0,10.714285714285708,-2.315626879032339,10.087719298245746,16.537176274018453,-2.66672657238621,-0.3510996933538713,4.82132276886672,596.0,606.85,602.7166666666667,-2.44706270083217,0,0,5.0,0.8445945945945946,0,0.047619047619047616,-141.77308902461672,1,0,-94.73684210526315,1,0,-2.791461412151064,26.423415403440345,0,0,0,0,0,0,-0.3968253968254061,-0.14842238378589512,-8.245614035087721,-0.06822957552196271,-11.258823529411757,0,0,2.3814821699481232,0.9831932773109243,-19186361015.75231,-3589593.6949882507,2.1045574768621194,-1678308.1257807203,0,0,,-60.468749449709215,29.48816387849217,1,1,-0.9481203007518874,0.5880574980316349,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,611.65,612.0,591.0,-3.212621597318721,1,0,0,none,1,-0.08860759493670886,-2.027027027027027,0,0.412,0,0,1,0.0,38.888888888888886,-2.186755815431491,12.28070175438602,36.675020885547376,-1.0483268929929181,1.1384289224385729,4.276298276918955,599.4,605.65,601.4333333333333,-2.418888797160068,0,0,7.285714285714286,1.2327773749093547,0,-0.05263157894736842,-158.94039735099435,1,0,-105.26315789473684,1,0,-3.2733224222585955,45.43086776012137,0,0,0,0,0,0,1.3888888888888857,-0.5242327711100159,-25.563909774436084,0.07504665493930278,-5.567647058823582,0,0,2.57466791396784,1.0,-19278465317.547977,-18179408.50805664,2.5156893742598396,-2848205.333859712,0,0,,-60.51455282985096,14.009458825663712,0,1,-0.3947368421052757,0.13008401362454391,592.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,603.7166666666667,611.0,592.0,-2.10639648841896,0,0,0,none,1,-0.05084745762711865,-2.030456852791878,0,0.5,0,0,1,0.146118846810633,49.23076923076923,-0.6158396966204567,64.70588235294095,90.63180827886697,1.6030929412571595,2.218932637877616,4.547923061182809,606.4,602.7,599.65,-1.6094242575078854,0,0,9.142857142857142,1.541797157311491,0,0.058823529411764705,-105.75893812888057,1,0,-94.11764705882352,1,0,-2.1452145214521434,50.390237224538595,0,0,0,0,0,0,-6.909581646423746,-1.1391646755053588,-31.37254901960783,0.2112835514359589,2.158823529411734,0,0,3.667442264110903,0.8739495798319328,-21732411327.979694,-31013010.68855667,2.351851286718398,-4587139.665435433,0,0,,-60.3014525279586,17.50968783207683,0,1,0.5864661654135287,0.2563570998781419,592.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.7166666666667,609.0,592.5333333333333,-1.4486330775835832,1,0,0,none,1,-0.14285714285714285,-2.0236087689713322,0,0.5,-1,-1,1,0.17070276567905152,45.070422535211264,0.04944562451065604,106.75990675990693,116.44651644651668,1.8528747628744213,1.8034291383637653,3.917597734165954,604.0,600.75,594.7666666666667,-1.2900540990428588,0,0,9.071428571428571,1.529751867019995,0,0.14285714285714285,-140.2061855670118,1,0,-92.3076923076923,1,0,-1.1666666666666714,46.7770715717474,0,0,0,0,0,0,-18.992077464788736,-1.0265651853774473,-14.102564102564102,0.2994116654076894,2.5411764705883115,0,0,4.404481120133116,0.6974789915966386,-24786833759.193356,-33627020.940711975,2.848466999936214,-7410738.521423727,0,0,,-60.17527004690808,17.790413490949557,0,1,0.16616541353384914,0.027915284219669045,592.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,585.5,605.0,579.0,1.2809564474807855,1,0,0,none,1,0.05128205128205128,-1.6863406408094435,0,0.444,-1,-1,1,3.5031656529758166,-18.821270845185154,-22.32443649816097,595.6,599.15,658.9833333333333,-0.35884169239756014,0,0,11.071428571428571,1.8545106484804976,0,0.5882352941176471,-1.8097027911187888,0,0,25.0,0,1,2.753872633390708,43.052056808851546,0,0,0,0,0,0,3.144284454892748,0.46584407502179914,29.666666666666664,0.22571953827142502,-37.33823529411768,0,0,9.185231435137519,0.6890756302521008,-33530199922.122112,-112222460.53461456,1.6424221364782416,27596129.28822501,0,0,-2.8335595240708944,-59.68900474321654,24.715042492960713,0,1,-1.4007518796992473,0.2221106937450279,597.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.1,690.8666666666667,577.0,2.3838106671239867,1,0,0,none,1,-3.6206896551724137,-1.675041876046901,1,0.0,0,0,0,-1.8533168185804527,-37.617108099572874,-35.76379128099242,595.2,644.4,753.9166666666666,-8.286778398510242,0,0,67.85714285714286,11.481750060430263,0,0.11335012594458438,-64.85084306095986,0,0,-88.66498740554157,1,0,-15.57142857142857,44.50500471951472,0,0,0,0,0,0,-0.3523801112779239,0.6665823197980743,-0.5037783375315108,0.3160613435761532,-74.97352941176473,0,0,15.433800554575047,0.8823529411764706,-59051511259.50091,-815165817.4132233,0.7817125778841766,-126534623.30746245,0,0,-1.2369137068011862,-54.835861777344775,67.71371642138753,1,1,-5.774436090225568,0.676716511422115,587.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,above,43.551,0,0,676.7833333333333,903.9333333333334,587.3,-12.675154530007138,1,0,0,none,1,-5.711864406779661,7.7834179357022,0,0.125,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.4694319336895445,42.168674698795186,92.33333333333333,69.88888888888889,11.73910344060007,39.34911242603551,12.342569269521386,12.594458438287132,0.1785295552884724,25.77773022321353 -315,2026-02-04 04:33:00,sell,626.0,0.65,51,고점 매도 · 비중 65% · 분할 · leg#51,0.9579970437842482,78.04878048780488,2.872092735199328,106.0793650793654,107.33068783068852,5.991406911136437,3.119314175937109,6.815882203551478,622.2,607.05,604.3166666666667,3.1216539000082477,0,0,6.0,0.9584664536741214,0,1.0666666666666667,149.34905428641585,0,1,6.666666666666667,0,1,4.8576214405360085,89.78963574618608,0,0,0,0,0,0,0.5487804878048763,0.04046741292935652,-1.7777777777777857,1.1849101398290287,21.094117647058738,0,0,2.383847726232546,0.9495798319327731,-12945926867.068129,,1.1450897054339697,2407678.968712181,0,0,,-58.23330220420235,23.657167489063173,0,1,1.1601503759398373,0.4402744853722875,624.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,607.5666666666666,614.9333333333333,590.0,3.0339606078894077,0,0,0,none,1,0.16806722689075632,-1.1182108626198082,1,0.424,1,0,0,1.0,79.3103448275862,3.486289533729525,110.31746031746074,106.53642653642724,3.94024189902575,0.45395236529622485,7.12151714553739,616.8,602.05,605.8166666666667,3.9780749107217073,0,0,8.428571428571429,1.3464171611136468,0,1.0606060606060606,186.1513687600653,0,1,7.142857142857142,0,1,3.13014827018121,80.92861574236055,0,0,0,0,0,0,0.738916256157637,0.4445402713344304,-0.9523809523809632,1.0665871233278783,15.111764705882365,0,0,2.5540921113917086,0.9831932773109243,-15319668262.824596,-1070433.583600998,1.0636815461177813,2128216.473208488,0,0,,-58.215060374097185,29.191296688633606,1,1,1.3827067669173017,0.5824223514878715,624.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.75,615.2,591.0,3.513848697809019,0,0,0,none,1,0.31313131313131315,-0.4792332268370607,1,0.516,0,0,0,1.0,60.526315789473685,2.2407173383876966,91.86721283495491,67.83580815838887,1.5212660144663914,-0.7194513239213054,5.800108498023806,609.0,605.2,603.7666666666667,3.4368803701255723,0,0,9.5,1.5175718849840254,0,1.1290322580645162,182.58115597783095,0,1,12.903225806451612,0,1,4.682274247491636,62.43187424995597,0,0,0,0,0,0,2.192982456140342,1.2160497077282881,26.523297491039443,1.0217410364353292,4.561764705882297,0,0,3.384653625462049,1.0,,,1.3821266681838191,3939065.790955402,0,0,,-58.17594633562552,35.778013169135775,1,1,-0.07218045112781891,0.0023678660840216192,622.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,600.8166666666666,622.0,592.0333333333333,4.191517101722675,0,0,0,none,1,0.3291139240506329,0.0,1,0.474,0,0,0,1.0,58.82352941176471,1.2749468611906958,87.58934372969468,61.94498592159429,1.4533439157188468,0.17839705452815108,5.638854021411113,607.2,605.6,602.2333333333333,3.3685601056803183,1,0,8.785714285714286,1.4034687357371063,0,1.2592592592592593,169.9346405228752,0,1,25.925925925925924,0,1,2.791461412151075,65.90026532066659,0,0,0,0,0,0,7.099391480730233,1.5614557578079067,26.18583495776479,1.0855794782444588,3.597058823529437,1,0,3.7936424025362054,1.0,-19283532256.88654,-18021160.686164856,1.1866921804835737,852381.9987588227,0,0,,-58.152791991084364,12.265327568470862,0,1,-0.04060150375939814,0.000791623773470751,621.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.45,619.0,592.0,4.0818023110815504,0,0,0,none,1,0.4067796610169492,-0.3194888178913738,1,0.562,1,1,0,1.0,61.95652173913044,0.4824331908470474,70.75163398692787,47.11328976034846,2.280356451724856,1.7979232608778086,5.4819568495752895,604.4,604.15,600.2,3.616651493834322,1,0,11.285714285714286,1.8028297581013235,0,1.4166666666666667,203.92156862745134,0,1,41.66666666666667,0,1,3.13014827018121,65.30618736287747,0,0,0,1,0,1,13.427109974424553,1.714017575880369,45.26143790849673,0.9701636483950664,0.8441176470587379,1,0,5.067805143779892,1.0,-21742234347.633816,-16784364.77325821,1.364996374215187,-3955004.4369724393,0,1,,-58.0672367462312,14.663571908229812,0,1,0.560150375939847,0.16019040730689338,619.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.7,613.4,592.6,4.038557420641498,0,0,0,none,1,0.6326530612244898,-0.4792332268370607,1,0.562,1,1,0,0.33747837721808405,46.57534246575342,-0.35774843109275967,58.97435897435915,95.53224553224577,1.356243599497816,1.7139920305905756,3.891728389669697,602.0,600.8,594.55,-0.6324900133155675,0,0,10.785714285714286,1.806652309164872,0,0.42857142857142855,79.80295566502602,0,0,-61.53846153846154,0,0,-0.16722408026755842,54.90985834522023,0,0,0,0,0,0,1.5049199305421581,-0.4071940556034157,-47.78554778554778,0.43124577377128814,3.967647058823559,0,0,4.427751240110399,0.7058823529411765,-24783644233.115566,-28677376.00403595,2.8236693457951336,-2236149.8717339635,0,0,,-59.89093114736287,15.394448799902902,0,1,0.03759398496240569,0.0014477042884499802,597.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,603.7,605.0,579.0,-1.1098227596488375,1,0,0,none,1,0.1282051282051282,-4.1876046901172534,0,0.444,0,0,1,3.8150335882583306,-17.555644512838057,-21.370678101096388,595.8,596.2,657.3333333333334,0.13418316001341246,0,0,10.285714285714286,1.7229002153625268,1,0.6666666666666666,76.38888888888908,0,0,25.0,0,1,1.0152284263959421,53.434577373124384,0,0,0,0,0,0,7.127099949092134,0.311867935282514,17.66666666666667,0.23288493393166218,-31.29705882352937,0,0,9.094844484069277,0.680672268907563,-33524556394.912506,-80484170.46804047,1.425987678779752,14026852.602601707,0,0,-2.2991830387226844,-59.65182859002696,24.051777186838258,0,1,-0.5338345864661608,0.07662594136967638,597.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.1,690.8666666666667,577.0,2.3838106671239867,1,0,0,none,1,-3.7241379310344827,-2.3450586264656614,1,0.0,0,0,0,-1.8533168185804527,-37.617108099572874,-35.76379128099242,595.2,644.4,753.9166666666666,-8.286778398510242,0,0,67.85714285714286,11.481750060430263,0,0.11335012594458438,-64.85084306095986,0,0,-88.66498740554157,1,0,-15.57142857142857,44.50500471951472,0,0,0,0,0,0,-0.3523801112779239,0.6665823197980743,-0.5037783375315108,0.3160613435761532,-74.97352941176473,0,0,15.433800554575047,0.8823529411764706,-59051511259.50091,-815165817.4132233,0.7817125778841766,-126534623.30746245,0,0,-1.2369137068011862,-54.835861777344775,67.71371642138753,1,1,-5.774436090225568,0.676716511422115,587.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,above,43.551,0,0,676.7833333333333,903.9333333333334,587.3,-12.675154530007138,1,0,0,none,1,-5.711864406779661,7.7834179357022,0,0.125,0,0,0,0,2,0,1,0.0,0.5,-0.333,1,0.517529808719969,49.29577464788732,110.0,88.33333333333333,7.6545706891003515,39.34911242603551,12.342569269521386,12.594458438287132,0.1785295552884724,25.77773022321353 -316,2026-02-04 06:03:00,sell,626.0,0.35,51,고점 매도 · 비중 35% · 분할 · leg#51,0.7792691704320402,76.92307692307693,0.36691172070785383,103.83838383838417,96.42135642135709,2.735039583337425,2.368127862629571,4.261101687376927,622.8,617.65,610.9166666666666,1.1899943333603114,0,0,3.5,0.5599999999999999,0,1.0555555555555556,90.67261241174292,0,0,10.0,0,1,1.296596434359798,82.34032380827647,0,0,0,0,0,0,-0.8547008547008375,0.03368443892518691,5.714285714285722,0.8588389558227618,4.011764705882342,0,0,1.742514806973067,0.5714285714285714,-12952473231.012478,-349926.04161834717,0.6841373228338735,163400.36069205403,0,0,,-58.28658441607739,37.464162530495166,1,1,0.9315789473684196,0.7016146834778896,624.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,614.6,626.0,590.0,1.6921575008135292,1,0,0,none,1,0.24369747899159663,-0.48,1,0.485,0,0,0,0.7535109810086403,61.11111111111111,0.3904698419400079,104.18300653594815,104.35729847494623,3.942288652260686,3.551818810320678,3.4378393231716693,623.4,619.6,609.3833333333333,0.8715300193673281,0,0,5.5,0.88,0,1.0588235294117647,114.30793157076239,0,1,5.88235294117647,0,1,2.796052631578938,63.46343557647955,0,0,0,0,0,0,8.479532163742682,0.07566262584205186,1.9607843137255117,0.8283940983987154,11.185294117647118,0,0,1.7894149732208984,0.6302521008403361,-15325916401.129671,-1169263.5723628998,0.5191985024673295,1391109.6664453633,0,0,,-58.26867775441975,15.293656202805053,0,1,-0.015037593984966848,0.00027909417196558817,624.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.75,624.0,591.0,3.3484911120297722,0,0,0,none,1,0.2222222222222222,-0.8,1,0.44,1,0,0,0.8133117574780724,60.97560975609756,1.481685556043733,105.2345679012347,96.74127173768757,4.527005503949567,3.0453199479058344,7.928899478627318,620.4,609.85,607.1166666666667,2.4842174305157005,0,0,10.071428571428571,1.6114285714285712,0,1.0303030303030303,104.9047771039475,0,1,3.7037037037037033,0,1,0.6441223832528209,74.49654539265313,0,0,0,0,0,0,-2.2427810485001416,0.08173241694491162,7.901234567901227,0.7742401463480948,12.002941176470586,0,0,3.8487490748309297,0.9831932773109243,-19195480024.402718,-7788139.843990326,0.4613576812244283,1741162.8713159785,0,0,,-58.2302490631304,19.07196539940629,0,1,1.6849624060150388,0.6799806868019125,624.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,608.05,624.0,592.1,2.7875997039717104,0,0,0,none,1,0.3037974683544304,-0.48,1,0.474,0,0,0,0.8807695696192092,60.0,1.83126394797921,103.38510553564322,92.89791583698411,4.502320475408851,2.671056527429641,6.78926541711866,618.4,609.25,604.0666666666667,2.585145670906863,0,0,10.857142857142858,1.7371428571428573,0,1.064516129032258,134.21251459578357,0,1,6.451612903225806,0,1,4.340567612687818,76.87619628498231,0,0,0,0,0,0,1.3793103448275872,0.23260072735510517,13.261648745519707,0.8075786942167137,10.038235294117726,0,0,3.641554423951866,0.957983193277311,-19287606025.816216,-9897730.037319183,0.4949704491592853,1893226.9809444249,0,0,,-58.20770174503023,17.324244928375755,0,1,0.8669172932330819,0.24598391512187234,624.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.8166666666666,623.0,592.0,3.8522252070121166,0,0,0,none,1,0.4745762711864407,-0.32,1,0.529,1,0,0,0.9636912818960038,58.82352941176471,1.7433991191376297,108.7301587301585,106.17802676626195,4.527453691186793,2.784054572049163,6.157679013357311,616.6,607.65,601.3666666666667,2.855262075207765,0,0,12.928571428571429,2.0685714285714285,0,1.1785714285714286,175.09659290481173,0,1,17.857142857142858,0,1,1.791530944625408,63.532502579171805,0,1,0,0,0,0,4.656862745098046,0.5467966161955338,-7.936507936507951,0.8135308045597254,13.429411764705833,0,0,5.168171546789047,0.9831932773109243,-21743977941.05321,-15622094.896736145,0.8041561606048427,-4491638.530191779,0,1,,-58.121681673564375,15.81777113937581,0,1,0.7932330827067714,0.25167992007928763,624.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.5,620.0,593.0,3.906899418121368,0,0,0,none,1,0.673469387755102,-0.64,1,0.6,0,0,0,1.0,62.62626262626263,1.8034624112445354,125.320512820513,88.78205128205151,4.150902242002303,2.3474398307577675,5.721745264397725,608.4,602.35,595.0166666666667,3.760272266954434,0,0,12.428571428571429,1.9885714285714289,0,1.36,245.95680017366672,0,1,37.5,0,1,5.218855218855212,63.251360918657774,0,0,0,0,0,0,2.843653930610458,1.0731336218203047,43.269230769230774,0.9243378212271819,6.149999999999977,0,0,4.88005436703134,0.8403361344537815,-24794701418.370106,-37758547.126190186,0.8298796348529988,2102745.0311995745,0,0,,-57.995797889995515,14.561273935720285,0,1,0.7796992481203008,0.2866073943854339,618.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,599.9833333333333,616.0,585.0,4.169560265562922,0,0,0,none,1,1.1794871794871795,-0.32,1,0.545,1,0,0,3.8150335882583306,-17.555644512838057,-21.370678101096388,595.8,596.2,657.3333333333334,0.13418316001341246,0,0,10.285714285714286,1.7229002153625268,1,0.6666666666666666,76.38888888888908,0,0,25.0,0,1,1.0152284263959421,53.434577373124384,0,0,0,0,0,0,7.127099949092134,0.311867935282514,17.66666666666667,0.23288493393166218,-31.29705882352937,0,0,9.094844484069277,0.680672268907563,-33524556394.912506,-80484170.46804047,1.425987678779752,14026852.602601707,0,0,-2.2991830387226844,-59.65182859002696,24.051777186838258,0,1,-0.5338345864661608,0.07662594136967638,597.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.1,690.8666666666667,577.0,2.3838106671239867,1,0,0,none,1,-3.7241379310344827,-2.3450586264656614,1,0.0,0,0,0,-1.8533168185804527,-37.617108099572874,-35.76379128099242,595.2,644.4,753.9166666666666,-8.286778398510242,0,0,67.85714285714286,11.481750060430263,0,0.11335012594458438,-64.85084306095986,0,0,-88.66498740554157,1,0,-15.57142857142857,44.50500471951472,0,0,0,0,0,0,-0.3523801112779239,0.6665823197980743,-0.5037783375315108,0.3160613435761532,-74.97352941176473,0,0,15.433800554575047,0.8823529411764706,-59051511259.50091,-815165817.4132233,0.7817125778841766,-126534623.30746245,0,0,-1.2369137068011862,-54.835861777344775,67.71371642138753,1,1,-5.774436090225568,0.676716511422115,587.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,above,43.551,0,0,676.7833333333333,903.9333333333334,587.3,-12.675154530007138,1,0,0,none,1,-5.711864406779661,7.7834179357022,0,0.125,0,0,0,0,1,0,1,0.0,0.25,-0.333,1,0.517529808719969,49.29577464788732,110.0,88.33333333333333,7.6545706891003515,39.34911242603551,12.342569269521386,12.594458438287132,0.1785295552884724,25.77773022321353 -317,2026-02-05 01:36:00,buy,588.0,0.148,52,저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#52,0.11835232061199903,39.130434782608695,-0.19838335624543924,20.000000000000327,18.888888888889557,-0.9751107591748678,-0.7767274029294285,1.303590889400269,591.4,592.95,595.1166666666667,-0.4975124378109541,0,0,2.5,0.423728813559322,0,0.0,-148.59437751004157,1,0,-100.0,1,0,-1.0067114093959773,44.25040908070673,0,0,0,0,0,0,-8.488612836438925,-0.1035423095226885,-8.333333333333332,0.21395629014183443,-1.9705882352941444,0,0,1.3515964281624306,0.7983193277310925,-12970351564.334309,,0.48794303625880314,-58250.251169741154,0,0,,-60.53422087595599,15.14576399442002,0,1,-0.09999999999998768,0.0937279774489106,590.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,597.05,607.2,589.0,-1.180805627669368,1,0,0,none,1,-0.16806722689075632,-0.3389830508474576,0,0.345,0,-1,0,0.06825982757724794,33.33333333333333,-0.13367861139318005,36.19047619047661,32.063492063492745,-1.7184967144906977,-1.5848181030975177,1.6980710177826122,591.6,593.35,599.05,-0.7331254740035376,0,0,4.0,0.6791171477079796,0,0.2857142857142857,-215.99402092675697,1,0,-71.42857142857143,0,0,-1.0084033613445342,43.752248890346685,0,0,0,0,1,0,-20.0,-0.19491493936010307,9.523809523809526,0.21376892879365528,-3.5529411764706538,0,0,1.9745642954682383,0.865546218487395,,,1.3087425813730797,-411730.41843050346,0,0,,-60.58349047657521,33.809444898694395,1,1,-0.1315789473684176,0.09550525006002619,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,605.75,609.5,591.1666666666666,-2.765167148163439,0,0,0,none,1,-0.2222222222222222,0.0,0,0.393,0,-1,0,0.2946001586600265,47.05882352941176,0.020956722976325448,35.555555555555685,44.86772486772494,-3.057757398715239,-3.0787141216915646,2.4099725064928452,593.4,595.95,604.3666666666667,-0.4950079704673316,0,0,5.0,0.8431703204047217,0,0.42857142857142855,-141.51747655583807,1,0,-33.33333333333333,0,0,-1.1666666666666714,28.906302266070597,1,0,1,0,0,0,0.0,0.09369558499905706,-4.44444444444445,0.33842691137044767,-7.27647058823527,0,0,2.3451856814142555,0.8487394957983193,,,0.8346090190422348,-1022758.8472106606,0,0,,-60.279854798031174,58.56698633954273,1,1,-0.4308270676691714,0.5039067356081601,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.1333333333333,615.0,590.7333333333333,0.14636343165954635,1,0,0,none,1,-0.22784810126582278,0.0,0,0.353,0,0,0,0.21883492549716288,33.33333333333333,-0.22703263109357374,32.26495726495731,32.31583231583249,-3.8009164616076987,-3.573883830514125,3.7388229412731,594.6,599.3,606.9,-1.051226430835972,0,0,5.857142857142857,0.987713803902674,0,0.2777777777777778,-110.52861511577035,1,0,-61.53846153846154,0,0,-0.16835016835017313,14.375440112767436,1,0,1,0,1,0,-1.0416666666666714,0.04422165099287323,1.7094017094017104,0.2670462717632774,-10.432352941176418,0,0,1.6839240730636784,0.5210084033613446,-19341576179.938404,-14939796.63034439,0.794398833995703,-1478821.9949207306,0,0,,-60.25854228268845,60.88385815459253,1,1,-0.8601503759398558,0.8252365230419215,588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.7666666666667,614.0,590.6,0.039363436990380585,1,0,0,none,1,-0.3220338983050847,-0.16863406408094433,0,0.357,0,0,0,0.1156961216807557,30.232558139534888,-1.37672441625969,20.370370370370136,17.901234567901113,-4.2313430512689365,-2.8546186350092464,4.675476734380311,594.2,603.85,607.2333333333333,-1.79680384201375,0,0,5.285714285714286,0.8913514815707059,0,0.10526315789473684,-116.09543010752664,1,0,-88.88888888888889,1,0,-1.983471074380161,12.247591982127204,0,0,0,0,0,0,-0.7198228128460613,0.09795860802368139,5.555555555555559,0.09083416064391202,-14.02647058823527,0,0,1.9481661153231304,0.21008403361344538,-21799563773.275578,-20925084.848178864,0.8640376713075885,-2855122.5961429775,0,0,,-60.17819445072422,44.437098993592876,1,1,-1.0759398496240575,0.8133061775986632,593.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,619.5166666666667,620.0,591.0,-4.280218449866824,1,0,0,none,1,-0.42857142857142855,-1.0118043844856661,0,0.333,0,0,0,0.09348437322518444,33.33333333333333,-2.4937589266665237,9.523809523809698,23.104056437390003,-1.93494197892187,0.5588169477446536,5.220118021301694,598.0,607.9,600.6333333333333,-2.122059549267963,0,0,6.357142857142857,1.0684273709483791,0,0.16,-165.7437093170119,1,0,-80.95238095238095,1,0,-1.976935749588138,25.13396809602372,0,0,0,0,0,0,6.504065040650403,0.02573778492934231,-12.16931216931217,0.14161893888819319,-9.426470588235247,0,0,2.7194570542755,0.13445378151260504,-24877810198.29412,-28189980.55847931,1.198317229449365,-6149150.705526203,0,0,,-59.92521374896946,24.543299186788367,0,1,-0.9849624060150473,0.5395136109214329,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.4166666666667,616.0,591.0,0.6058898125968604,1,0,0,none,1,-0.20512820512820512,-1.0084033613445378,0,0.4,0,0,0,4.217460026305092,-10.816146416770152,-15.033606443075245,605.2,595.85,650.05,-0.9817907191407294,0,0,9.142857142857142,1.5496368038740918,1,0.32,-8.429118773945236,0,0,-106.25,1,0,-1.0067114093959773,49.562496909296875,1,0,1,0,1,0,-11.996114618746972,-1.3594258231883973,-40.178571428571416,0.04630692514886668,-12.220588235294144,0,0,4.3053825825963505,0.08403361344537816,-33676158995.53091,-164568794.8671341,1.2815466303784702,1822724.1187339723,1,0,-2.5488355770211513,-60.03257273788256,25.221356433667086,1,1,0.8879699248120382,0.40379364722305966,591.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.1,633.9333333333333,581.0666666666667,1.1833304750471507,1,0,0,none,1,-3.8620689655172415,-2.711864406779661,0,0.2,-1,-1,0,-0.897751437502535,-37.4581464834298,-36.560395045927265,589.2,634.1,743.2333333333333,-6.954739000157706,0,0,48.642857142857146,8.244552058111381,0,0.11083123425692695,-88.91411275066213,0,0,-79.43925233644859,0,0,-13.742690058479534,33.94605925951596,0,0,0,0,0,0,7.5381140598532,1.3909121847342831,2.5714666854995016,0.2941593753997944,-68.75588235294117,0,0,15.799535403386276,0.9411764705882353,-59348766448.272156,-636736103.3497849,0.7131121747627956,-126534623.30746245,0,0,-1.468501764150581,-54.68359448099934,62.223002731648016,1,1,-6.203007518796992,0.7128642276671067,565.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,above,58.669,0,0,671.7166666666667,850.3666666666667,572.4666666666667,-12.165347492742484,1,0,0,none,1,-5.728813559322034,-1.0169491525423728,0,0.0,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.3230936846698357,53.52112676056338,73.29545454545455,103.6305515472182,5.549777673614356,37.66233766233766,14.526001082887992,12.941034916599284,0.24634368477710283,27.417961165470377 -318,2026-02-06 07:21:00,buy,503.0,0.173,52,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52,0.0,31.42857142857143,-0.40326580920545174,37.36263736263769,35.48229548229614,-2.727304535649637,-2.324038726444185,3.4168887884339445,510.6,514.5,521.2,-1.8464528668610258,0,0,3.7142857142857144,0.7355021216407356,0,0.0625,-176.11940298507426,1,0,-92.3076923076923,1,0,-2.321083172146998,21.466041296307907,0,0,0,0,0,0,-4.055299539170491,-0.39004370455986814,-7.435897435897445,-0.078306748641931,-6.267647058823513,0,0,2.610361867185185,0.8739495798319328,-13053155813.092728,-1656357.4845314026,3.0184346478852833,-1892172.435548991,0,0,,-66.01303368388099,20.378624624716874,0,1,-0.5368421052631623,0.5222142549835087,504.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,511.04999999999995,547.8666666666667,510.26666666666665,-1.18383719792583,0,0,0,none,1,-0.3277310924369748,-0.19801980198019803,0,0.344,-1,-1,1,0.039311338122801014,33.33333333333333,-0.026143191174850422,41.02564102564145,39.60113960114029,-4.043511567763517,-4.017368376588666,3.5377516972498593,511.8,515.4,528.2333333333333,-1.6298020954598313,0,0,6.0,1.183431952662722,0,0.17647058823529413,-188.40579710144863,1,0,-76.92307692307693,0,0,-2.6871401151631447,28.614794128403915,0,0,0,0,0,0,0.0,-0.3382009529193688,-0.6410256410256423,0.13168543894706394,-9.4911764705883,0,0,3.0840408511353097,0.8319327731092437,-15457117766.514097,-9336836.30888176,1.4130792539441366,-1810849.5101260766,0,0,,-65.86295669403219,19.92444193629803,0,1,-0.36842105263158026,0.22863008585292344,504.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,512.5166666666667,557.5333333333333,511.3,-1.0763877597476434,0,0,0,none,1,-0.6868686868686869,-0.39447731755424065,0,0.286,0,0,0,0.11717105016707366,36.14457831325301,-0.0286585479219017,18.787878787878924,22.954545454545535,-8.264372799846342,-8.23571425192444,7.481824532582032,513.2,521.95,545.2166666666667,-2.8642590286426017,0,0,9.857142857142858,1.944209636517329,0,0.0,-90.39548022598807,0,0,-100.0,1,0,-2.500000000000002,26.8932236804297,1,0,1,0,1,0,-2.816460647785945,-0.3084790686527157,-6.060606060606062,0.13543757658881045,-16.90294117647062,0,0,3.8831863839320118,1.0,-19359500345.64311,,1.5896011786614157,-263251.7339006644,0,0,,-65.8297862681258,51.8661868282793,1,1,-1.4443609022556378,0.7660667862815334,507.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,514.3333333333333,577.4,507.0,-1.4257939079714732,1,0,0,none,1,-1.139240506329114,-2.9585798816568047,0,0.2,-1,0,0,0.15714210720442798,29.508196721311478,-0.34930266434631996,5.681818181818239,11.700336700336896,-11.576662951910066,-11.227360287563746,9.132670087935821,515.0,528.55,559.1,-3.1312080219468297,0,0,8.142857142857142,1.5904017857142856,0,0.037037037037037035,-96.32956481338108,0,0,-95.83333333333334,1,0,-3.9399624765478425,23.682930822183295,0,0,0,0,0,0,-0.491803278688522,0.12172243572340768,-9.722222222222218,0.020975191260471603,-24.770588235294156,0,0,3.4757182517708314,0.8151260504201681,-19494226997.919037,-28107982.7388916,2.133369966317355,-9422745.148177966,0,0,,-65.4744881520846,62.85567029983664,1,1,-1.9270676691729314,0.8925124118777403,511.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,515.15,574.6333333333333,511.0,-0.611472386683487,1,0,0,none,1,-1.3389830508474576,-2.9296875,0,0.25,0,0,1,0.11461084479763363,19.79166666666667,-2.4689531176656736,9.292929292929058,8.898177174039121,-17.423626843743477,-14.954673726077804,15.838914021716155,518.4,546.35,579.2166666666667,-6.104145694152107,0,0,14.857142857142858,2.896129211918686,0,0.0,-120.84285351612071,1,0,-100.0,1,0,-7.065217391304346,20.788878288937056,0,0,1,0,0,0,-0.8605072463767982,0.12141125321050339,1.1494252873563209,0.0035244258319474674,-46.714705882352916,0,0,4.8252719858859034,0.8739495798319328,-21967681722.45853,-71726829.16381073,1.7558541554110676,-7993651.913414329,0,0,,-65.3378654122695,57.49858936853973,1,1,-3.4999999999999987,0.9160758162731725,513.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,514.4666666666667,601.0,513.0,-0.28508487754309586,1,0,0,none,1,-1.8775510204081634,-2.923976608187134,0,0.2,0,0,0,0.006799680276656532,13.592233009708735,-6.095015812184856,7.406173662003283,11.132646380354833,-19.882681370641762,-13.787665558456906,19.374910941185426,527.8,567.2,592.55,-9.555712270803951,0,0,18.357142857142858,3.5783904204956833,0,0.0,-136.7125463208044,1,0,-100.0,1,0,-10.627177700348433,4.769799741527592,0,0,0,0,0,0,-1.2592521388061044,-0.251793500660634,-5.913978494623656,-0.1306043519418216,-55.92647058823525,0,0,4.6622532577936155,0.7394957983193278,-25105702846.267998,-132038771.63935089,1.8576721341888103,-22703439.14735225,0,0,-3.716042002606437,-65.22876447622708,55.424468248194785,1,1,-4.36541353383458,0.8836635350404293,513.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.4,599.4,513.0,-13.256679066621569,1,0,0,none,1,-2.4871794871794872,-3.1189083820662766,0,0.2,0,0,1,-2.5972583980162938,-14.769828163075772,-12.172569765059478,575.0,593.35,640.1666666666666,-8.82278587680122,0,0,18.857142857142858,3.485608661209401,0,0.25842696629213485,-338.1989114299881,1,0,-74.15730337078652,0,0,-11.165845648604266,22.096008138450784,0,0,0,0,0,0,-7.109412326803621,-2.5189605811710205,-1.730595376469072,-0.18037569773602063,-34.138235294117635,0,0,5.938487108820856,0.5210084033613446,-34015751944.83308,-485931634.95246124,2.602013806904969,-53144337.18451752,0,0,-4.456089816186204,-63.1325384610098,25.011797198723684,1,1,-1.3436090225563952,0.25377908734801125,518.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,593.65,607.0,518.0,-8.868862124147226,1,0,0,none,1,-2.3793103448275863,-2.957486136783734,0,0.333,-1,-1,1,0.8871538718102485,-35.6659813267662,-36.55313519857645,583.0,625.15,732.4,-5.302727345437097,0,0,58.857142857142854,9.942084942084941,0,0.2792607802874743,-103.81506169337692,1,0,-47.286821705426355,0,0,-0.5042016806722671,34.12977577856854,0,0,1,0,1,0,1.0873374147135735,1.7452683542171954,13.676978434639812,0.37538233661267684,-84.80588235294124,0,0,15.978998031337376,0.9747899159663865,-59324918199.274284,-499445082.9508896,1.6599190165999733,-18393627.224600315,0,0,-1.0730151834722044,-53.88391676820683,55.276368333250886,1,1,-6.4007518796992535,0.7319040895306954,456.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-3.202,0,0,675.15,780.6666666666667,537.1666666666666,-12.315781678145598,1,0,0,none,1,-4.220338983050848,23.81756756756757,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,26.956521739130437,29.967508563014174,32.01192707310287,10.637218071804174,32.80254777070064,29.38495944635912,19.872980513655467,0.3127656127660929,28.321332548879123 -319,2026-02-06 09:18:00,buy,461.0,0.188,52,저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#52,0.0,7.272727272727266,-3.651681674968426,22.59001161440219,20.976313659241146,-6.725362016314534,-3.0736803413461082,9.31608514180068,496.8,512.5,514.5166666666667,-7.121951219512191,0,0,8.071428571428571,1.6956782713085232,0,0.0,-245.61403508771932,1,0,-100.0,1,0,-7.572815533980581,1.3723256663917454,0,0,0,0,1,0,-3.5380835380835407,-1.3292464914711504,0.0,-0.49429156332736945,-24.070588235294167,0,0,3.3030620373762254,1.0,-13103161416.2996,-40618207.31337166,4.9603486788187015,-8156245.224755585,0,0,,-67.91587408610611,57.879164486307346,1,1,-1.778947368421046,0.7774269437909518,476.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,481.41666666666663,534.5,476.0,-1.125151462696894,1,0,0,none,1,-0.5126050420168067,-2.3109243697478994,0,0.29,-1,-1,1,0.0,8.474576271186436,-3.677960989767522,33.82352941176513,26.742919389978898,-5.466694031521172,-1.78873304175365,8.840099929274052,501.2,515.2,518.6833333333333,-7.608695652173925,0,0,10.357142857142858,2.175870348139256,0,0.2647058823529412,-332.87997279836804,1,0,-73.52941176470588,0,0,-8.812260536398464,2.1219308197243265,0,0,0,0,0,0,-22.477804681194513,-1.8291941592215912,3.2679738562091494,-0.34824013689234506,-22.0117647058824,0,0,4.3621749898482625,1.0,-15697266701.13053,-237360349.01442337,6.59035934538018,-10549567.482023228,0,0,,-67.89401208381159,35.58253558738643,1,1,-1.1338345864661739,0.3470734322001826,458.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,512.25,541.7,461.1,-7.076622742801364,1,0,0,none,1,-0.7070707070707071,-0.21008403361344538,0,0.32,-1,-1,1,0.0,40.625,-0.1103234243691551,51.03980986333941,56.199247375718045,-4.77959973376926,-4.669276309400105,4.715181068648755,513.6,515.85,534.7166666666667,-2.8787438208781713,0,1,11.714285714285714,2.3381807812945534,0,0.6515151515151515,-450.30050855293354,1,0,-34.84848484848485,0,0,-3.0947775628626717,17.67677884983739,0,0,0,0,0,0,-3.442796610169488,-1.0072972922147407,2.109328579916806,0.148366821182216,-17.970588235294144,0,0,4.19772858122781,0.9327731092436975,-20193620016.59052,-825481423.6593246,7.995539193580068,-11634012.967988819,0,0,,-66.17724901146622,20.427975419485954,0,1,-0.10000000000000597,0.009465518468434908,458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,472.0,578.0,470.0,6.144067796610164,1,0,0,none,1,-0.9746835443037974,-0.19960079840319359,0,0.269,-1,0,1,0.0,25.0,-1.1990614640197421,41.07744107744114,71.20089786756473,-10.555619993289952,-9.35655852927021,9.390602121430803,510.6,517.55,548.5666666666667,-8.028209834798561,0,0,13.928571428571429,2.9261704681872747,0,0.0,-345.5037187288726,1,0,-100.0,1,0,-7.392996108949412,21.99058347467951,0,0,0,0,1,0,-24.18032786885246,-2.527666291333885,-43.33333333333333,-0.25856397054910507,-25.95882352941169,0,0,6.435650458611714,1.0,-19588944940.3062,-97650498.58149338,5.73589394818732,-18676350.168233767,0,0,,-67.83109627602776,35.70438686708863,1,1,-1.2278195488721904,0.35740910235624,476.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,477.95,577.4,476.0,-0.407992467831364,1,0,0,none,1,-2.016949152542373,-5.46218487394958,0,0.214,-1,-1,1,0.18328237368014053,26.966292134831463,-0.2405155752609094,38.90011223344533,24.115226337448433,-16.092580490792443,-15.852064915531534,14.22033598807829,516.4,535.1,574.2,-4.503831059615027,0,0,16.357142857142858,3.2010064299692482,0,0.3333333333333333,-189.81481481481498,1,0,-47.27272727272727,0,0,-5.5452865064695045,17.55039095999193,1,0,1,0,1,0,-5.501240332701002,-0.0221026046762951,13.535353535353533,0.14660024362141963,-43.95882352941169,0,0,5.274579791884259,0.957983193277311,-22054943459.10172,-118645352.63647842,6.237925851219359,-19709594.51682812,0,0,,-65.39708062611005,55.820483781425764,1,1,-2.9458646616541277,0.8393130795224485,482.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,483.98333333333335,601.0,482.0,5.582148145597299,1,0,0,none,1,-1.8571428571428572,-5.088062622309197,0,0.222,0,0,1,0.09931318873162309,12.037037037037038,-5.165712251417926,5.651755651755827,5.953035211307708,-21.632894405130287,-16.46718215371236,21.45051346654733,517.4,559.05,589.8,-8.594937840980233,0,0,21.357142857142858,4.179480011182555,0,0.047058823529411764,-146.6981132075471,1,0,-93.65079365079364,1,0,-10.97560975609756,6.580688763232516,0,0,0,0,0,0,-0.7080610021786526,0.38664187818595863,0.8505793315919892,0.031085629649047337,-65.05000000000001,0,0,4.820097695139878,0.7647058823529411,-25173290334.919838,-188510183.84360123,5.561854175483583,-39151026.09445235,0,0,-3.395857004803374,-65.28178555862016,59.369327691174526,1,1,-4.869924812030072,0.9235402986926469,507.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.7,598.8,507.0,0.45213288775309834,1,0,0,none,1,-2.5641025641025643,-9.980430528375733,0,0.2,0,0,1,-5.46059044954311,-18.998307826988366,-13.537717377445256,558.8,589.35,637.55,-12.2762365317723,0,0,24.428571428571427,4.7250621718706824,0,0.08163265306122448,-292.81045751634014,1,0,-91.83673469387756,1,0,-15.245901639344261,19.564615053232288,0,0,0,0,0,0,-6.368286445012785,-2.8633320515268164,-3.760393046107332,-0.19740524921245833,-49.9794117647059,0,0,6.550572633960244,0.5210084033613446,-34055558313.499348,-522424963.53720856,3.9083089554060493,-85376763.5921205,0,0,-3.914077502735653,-64.65771305539461,28.412016825358403,1,1,-2.3766917293233125,0.367314615211923,509.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,597.2,509.0,-12.713152118858684,1,0,0,none,1,-3.2758620689655173,-10.251450676982591,0,0.286,-1,0,1,0.8871538718102485,-35.6659813267662,-36.55313519857645,583.0,625.15,732.4,-5.302727345437097,0,0,58.857142857142854,9.942084942084941,0,0.2792607802874743,-103.81506169337692,1,0,-47.286821705426355,0,0,-0.5042016806722671,34.12977577856854,0,0,1,0,1,0,1.0873374147135735,1.7452683542171954,13.676978434639812,0.37538233661267684,-84.80588235294124,0,0,15.978998031337376,0.9747899159663865,-59324918199.274284,-499445082.9508896,1.6599190165999733,-18393627.224600315,0,0,-1.0730151834722044,-53.88391676820683,55.276368333250886,1,1,-6.4007518796992535,0.7319040895306954,456.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-3.202,0,0,675.15,780.6666666666667,537.1666666666666,-12.315781678145598,1,0,0,none,1,-4.220338983050848,23.81756756756757,0,0.0,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,20.588235294117652,26.207115516906843,29.29090933980142,15.74615332618593,32.80254777070064,29.38495944635912,19.872980513655467,0.3127656127660929,28.321332548879123 -320,2026-02-06 12:21:00,buy,504.0,0.172,52,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52,0.22392276628781504,39.99999999999999,-0.43983240818235103,9.523809523809854,26.719576719577386,-1.6449175091442498,-1.2050851009618988,2.0287310980300908,507.4,508.85,508.6,-0.5600864694900287,0,0,2.9285714285714284,0.5787690570299266,1,0.14285714285714285,-93.85113268608478,0,0,-85.71428571428571,1,0,-0.3937007874015741,43.454840643571345,1,0,1,0,0,0,-5.45454545454546,0.01693716096809017,-14.285714285714283,0.21362066503776053,-5.767647058823513,0,0,1.8257451026678777,0.23529411764705882,-13139762682.15683,141573.45667648315,0.26849150083722284,-11639.219887420535,0,0,,-65.8271542717228,37.89041856979316,1,1,-0.11954887218045693,0.07510182013706301,507.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,466.41666666666663,519.5,463.1666666666667,8.486689297838135,1,0,0,none,1,-0.04201680672268908,-0.3952569169960474,0,0.419,0,0,0,0.22475845382299067,31.578947368421055,-0.9197618422964738,14.285714285714702,15.575396825397519,-1.0647827822543832,-0.14502093995790935,4.67790442959015,507.8,512.6,510.68333333333334,-1.2875536480686733,0,0,4.785714285714286,0.9457933370976848,0,0.1111111111111111,-101.47535084562696,1,0,-71.42857142857143,0,0,-0.3937007874015741,28.342766847117076,0,0,1,0,1,0,3.6719706242350156,-0.010631572759587371,1.1904761904761898,0.28935665415430917,-3.8117647058823536,0,0,2.260573302233454,0.2857142857142857,,,0.516470535373681,-44303.483298413455,0,0,,-65.81205359047185,28.057094799666118,1,1,-0.7669172932330622,0.5728292612022148,504.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,511.3,520.4,460.6,-1.0365734402503435,1,0,0,none,1,-0.32323232323232326,0.0,0,0.406,0,0,0,0.48335222735600175,48.88888888888889,0.0479686282136953,5.12820512820527,14.529914529914613,-1.6046975272180362,-1.6526661554317315,11.256473201262104,509.0,506.95,519.3166666666667,-0.18739520662787168,0,0,5.214285714285714,1.0304912478825523,0,0.7741935483870968,4.088459394164732,0,0,-107.6923076923077,1,0,-1.5564202334630295,63.33286842715538,1,0,0,0,0,0,-1.1111111111111072,-0.2988864351199074,-7.692307692307692,0.2722600845304484,-1.138235294117635,0,0,9.436447155021462,0.865546218487395,-20200162518.425064,-3918011.8916931152,0.13493768906358825,-864029.1046600956,0,0,,-65.78102404634637,16.715523787846415,0,1,1.133082706766928,0.22078843004147264,507.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,471.65,547.7,461.9,7.282942860171748,1,0,0,none,1,-0.8481012658227848,-0.7905138339920948,0,0.32,0,0,0,0.41360646449842997,46.01769911504425,1.518127357783599,90.09009009009014,87.10043376710064,-4.441850357053681,-5.95997771483728,9.641057423000774,510.0,510.25,533.7166666666667,-0.83292503674669,0,1,15.428571428571429,3.0491247882552233,0,0.6666666666666666,-14.861995753715524,0,0,-18.91891891891892,0,1,0.0,33.02123282134197,0,0,1,0,1,0,2.320220123447612,-0.4527682175987984,3.323323323323322,0.3995595937642529,-4.697058823529403,0,0,7.61797640707245,0.9747899159663865,-19594854687.22685,-7362025.719608307,0.19221301407735955,2259041.533270061,0,0,,-65.7629628635479,14.213684479091114,0,1,-0.29398496240601474,0.01999967295358862,506.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,477.65,548.6,476.0,5.935308280121432,1,0,0,none,1,-1.152542372881356,-0.7905138339920948,0,0.333,0,0,0,0.3223764002307762,42.758620689655174,1.5723261820890446,81.59041394335487,73.89106753812624,-14.09927836262375,-15.671604544712794,11.856373425529894,511.4,519.95,564.3333333333334,-2.1059717280507817,0,0,17.571428571428573,3.452147067078305,0,0.4909090909090909,-57.36260214709227,0,0,-20.588235294117645,0,0,-0.7797270955165692,33.39911959425696,1,0,1,0,1,0,1.542404473438964,0.21221142150624495,7.137254901960773,0.31355228872713553,-24.802941176470597,0,0,7.972540017056177,0.9915966386554622,-22072889461.331264,-105207738.87273407,0.22614570019932528,-11738532.423627406,0,0,-3.479053730408486,-65.49144750034526,38.08943602189111,1,1,-1.9661654135338336,0.5696409838787242,508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,483.91666666666663,593.1666666666666,482.0,5.183399345617357,1,0,0,none,1,-1.8979591836734695,-0.7858546168958742,0,0.273,0,0,0,0.18843081585187477,22.5,-2.6140651914623945,9.011776753712413,8.238814152792882,-21.707782078286073,-19.093716886823678,22.542256489331074,513.2,547.45,585.2666666666667,-7.023472463238656,0,0,20.5,4.027504911591356,0,0.023529411764705882,-84.83666504144304,0,0,-96.7741935483871,1,0,-7.789855072463769,15.478764168273514,1,0,1,0,0,0,-3.425925925925924,0.520288610122158,-1.0411332991978135,0.10836221274675287,-59.01470588235293,0,0,5.732030777891795,0.9411764705882353,-25197115368.81358,-147421786.83459854,0.24444570813877325,-32312009.1496194,0,0,-3.431344182618458,-65.38880951791873,54.05814421968906,1,1,-5.032330827067664,0.9311994289606524,508.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.6166666666667,597.5333333333333,507.0,0.07536782776813578,1,0,0,none,1,-2.5128205128205128,-0.7858546168958742,0,0.2,0,0,0,-7.3561388582510325,-22.732890950259048,-15.376752092008015,543.2,585.05,634.8333333333334,-12.998888983847523,0,0,24.571428571428573,4.827392646646085,0,0.0,-184.53473132372244,1,0,-100.0,1,0,-16.420361247947458,17.418782637104783,0,0,0,0,0,0,-1.1437908496732092,-1.8955484087079224,-14.871794871794872,-0.2009605909998003,-60.37352941176471,0,0,6.572914978913747,0.5210084033613446,-34055558313.499348,-375698282.3073883,0.9870803749358645,-85691832.18623821,0,0,-3.752943430190424,-65.17653547366804,29.10774966394839,1,1,-3.435338345864652,0.48203762379516046,509.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,597.2,509.0,-14.063819010636491,1,0,0,none,1,-3.4827586206896552,-1.9646365422396856,0,0.25,-1,0,0,0.8871538718102485,-35.6659813267662,-36.55313519857645,583.0,625.15,732.4,-5.302727345437097,0,0,58.857142857142854,9.942084942084941,0,0.2792607802874743,-103.81506169337692,1,0,-47.286821705426355,0,0,-0.5042016806722671,34.12977577856854,0,0,1,0,1,0,1.0873374147135735,1.7452683542171954,13.676978434639812,0.37538233661267684,-84.80588235294124,0,0,15.978998031337376,0.9747899159663865,-59324918199.274284,-499445082.9508896,1.6599190165999733,-18393627.224600315,0,0,-1.0730151834722044,-53.88391676820683,55.276368333250886,1,1,-6.4007518796992535,0.7319040895306954,456.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-3.202,0,0,675.15,780.6666666666667,537.1666666666666,-12.315781678145598,1,0,0,none,1,-4.220338983050848,23.81756756756757,0,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.0,19.444444444444443,11.33532064511197,22.503314908344333,20.01382409817327,32.80254777070064,29.38495944635912,19.872980513655467,0.3127656127660929,28.321332548879123 -321,2026-02-06 16:15:00,buy,509.0,0.171,52,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#52,0.10336152437768716,19.04761904761905,-1.098962786269275,10.000000000000322,12.020202020202666,-2.7089694323295817,-1.6100066460603066,4.01346793370503,512.4,518.25,517.6666666666666,-1.591895803183796,0,0,3.0,0.5882352941176471,0,0.0,-119.18795022920763,1,0,-100.0,1,0,-1.9230769230769273,5.787917357935015,0,0,1,0,0,0,-7.039337474120089,0.011599638352817854,0.0,-0.05794323601069588,-9.117647058823536,0,0,1.2597293306498292,0.3865546218487395,-13150156688.352303,-2800386.9029254913,0.3074553185813619,-149150.91092954576,0,0,,-65.52929604047355,81.34027773788942,1,1,-0.851879699248115,0.93934763917092,510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,512.75,528.1666666666666,505.6666666666667,-0.5363237445148661,1,0,0,none,1,-0.008403361344537815,-0.19607843137254902,0,0.533,0,0,0,0.03530838030937489,16.0,-1.9446351900689995,9.95370370370412,10.306437389771423,-1.066676625625064,0.8779585644439355,4.66472319873874,513.2,521.3,514.0333333333333,-2.1676577786303386,0,0,3.9285714285714284,0.7703081232492996,0,0.0,-137.16623600344477,1,0,-100.0,1,0,-2.6717557251908386,15.164753268548154,0,0,0,0,0,0,0.6153846153846132,-0.1083384251747348,-2.3809523809523814,0.004797686861697186,-5.520588235294156,0,0,1.6217230951576276,0.3025210084033613,-15721359577.570045,-5185641.92795372,0.20318412152123047,-1193553.9233692922,0,0,,-65.51449655125454,38.04923234115781,1,1,-0.7714285714285692,0.5635757008585265,510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,463.83333333333337,528.0,462.6666666666667,9.953287818900458,1,0,0,none,1,-0.09090909090909091,-0.19607843137254902,0,0.531,-1,0,0,0.24228020723626947,46.34146341463415,-1.0009188231648696,15.178571428571571,32.62138188608785,1.1536352176218543,2.154554040786724,4.9572607160395,516.0,516.6,512.8833333333333,-1.2775842044134733,0,1,5.357142857142857,1.0504201680672267,0,0.2,-75.56935817805362,0,0,-100.0,1,0,-1.7341040462427793,58.22344552891513,0,0,0,0,0,0,-10.06879299562226,-0.5814349093434106,-17.647058823529413,0.19145871809560958,-0.3470588235294372,0,1,2.062087892384953,0.10084033613445378,-20215404472.49698,-13107299.879360199,0.2599798369627117,1447215.4870710843,1,0,,-65.48317532914511,30.641581082620544,1,1,0.5293233082706629,0.23924217322968244,510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,472.66666666666663,519.3333333333334,463.3333333333333,7.898448519040913,1,0,0,none,1,-0.3670886075949367,-0.19607843137254902,0,0.462,-1,0,0,0.524578041581388,57.5,1.0610034387242906,58.57699805068231,79.08706952566622,1.3731926343253917,0.31218919560110103,5.141707154896172,521.8,514.35,520.85,0.12637309225236315,0,0,6.0,1.1650485436893203,1,0.45,-22.813688212927964,0,0,-61.111111111111114,0,0,0.3898635477582957,70.05790328400646,0,0,0,1,0,0,-5.914634146341463,-0.6644302902106298,-22.037037037037045,0.43919757592126984,7.576470588235281,0,0,2.805597281060045,0.47058823529411764,-19617639452.824455,-21655295.30467224,0.7819842564838193,2108566.171351582,0,0,,-65.1265526815262,30.210390473383907,1,1,0.7902255639097743,0.4999861944911057,510.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,515.5999999999999,516.8,476.0,-0.11636927851045309,1,0,0,none,1,-0.4576271186440678,-0.1941747572815534,0,0.462,0,0,0,0.5414101611139208,51.694915254237294,3.5235845067183575,92.55189255189231,100.815995914035,-6.37876185841958,-9.902346365137937,7.525878421138725,519.2,513.4,552.65,0.3116478379431298,0,0,12.0,2.3300970873786406,0,0.8461538461538461,25.71503542377305,0,0,-42.857142857142854,0,0,-1.3409961685823757,70.07287225471913,1,0,1,0,1,0,2.1014193192779445,-0.5246184076499265,-15.211640211640216,0.4126413237321576,-2.929411764705833,0,0,7.658622819241854,0.9159663865546218,-22104974072.621223,-33361947.48772812,0.27968023159245764,102373.987742275,1,0,-3.226627108184786,-65.05642013227184,12.44377395248486,0,1,0.2285714285714174,0.01959773078906768,514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,483.83333333333337,573.6666666666666,482.0,6.441612125387519,1,0,0,none,1,-1.4489795918367347,-1.1650485436893203,0,0.364,0,0,0,0.3161915025069219,33.91304347826086,1.112689070391074,40.70442992011637,26.73218231936366,-18.313106590110692,-19.425795660501766,18.372984602145724,514.4,533.0,579.4333333333333,-3.3771106941838602,0,0,17.142857142857142,3.3287101248266295,0,0.12698412698412698,-45.72027354952589,0,0,-66.66666666666666,0,0,-0.19379844961240345,30.065365332300715,1,0,1,0,1,0,-7.371360191463907,0.4730469970184572,9.15032679738562,0.23930824740281265,-39.97352941176473,0,0,6.247454768319064,0.9915966386554622,-25271923998.875072,-168066980.52001572,0.4079396758989342,-19477595.820893466,0,0,-3.838060631769156,-64.9503485371492,41.562851850749624,1,1,-3.5834586466165326,0.7498579166567628,514.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.6166666666667,597.5333333333333,507.0,1.2550381754431905,1,0,0,none,1,-2.051282051282051,-1.7475728155339807,0,0.25,0,0,0,-7.635518026996035,-24.92114962575306,-17.285631598757025,530.6,581.0,632.3333333333334,-11.359724612736667,0,0,25.928571428571427,5.034674063800277,0,0.061224489795918366,-123.59980120044374,1,0,-93.87755102040816,1,0,-12.711864406779661,19.565074893745788,0,0,0,0,0,0,-2.897681854516378,-0.27937916874500246,-6.573415883207216,-0.04866567267147951,-67.81470588235288,0,0,6.703619706141279,0.5210084033613446,-34049489986.048786,-373330990.5178757,1.1469744855691617,-68753817.72754933,0,0,-3.2349046171541147,-64.73285030514324,27.595975723603022,1,1,-4.263157894736855,0.5827412069228033,514.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,597.2,509.0,-13.050818841803135,1,0,0,none,1,-2.8620689655172415,-6.407766990291262,1,0.25,0,0,0,0.8871538718102485,-35.6659813267662,-36.55313519857645,583.0,625.15,732.4,-5.302727345437097,0,0,58.857142857142854,9.942084942084941,0,0.2792607802874743,-103.81506169337692,1,0,-47.286821705426355,0,0,-0.5042016806722671,34.12977577856854,0,0,1,0,1,0,1.0873374147135735,1.7452683542171954,13.676978434639812,0.37538233661267684,-84.80588235294124,0,0,15.978998031337376,0.9747899159663865,-59324918199.274284,-499445082.9508896,1.6599190165999733,-18393627.224600315,0,0,-1.0730151834722044,-53.88391676820683,55.276368333250886,1,1,-6.4007518796992535,0.7319040895306954,456.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-3.202,0,0,675.15,780.6666666666667,537.1666666666666,-12.315781678145598,1,0,0,none,1,-4.220338983050848,23.81756756756757,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.000590995369866361,16.546762589928065,4.761904761904755,14.101446974641187,22.746335183022513,32.80254777070064,29.38495944635912,19.872980513655467,0.3127656127660929,28.321332548879123 -322,2026-02-07 10:21:00,buy,587.0,0.148,52,저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#52,0.1682707801432649,41.66666666666667,-0.13473922333707522,22.222222222222523,45.18518518518581,-2.3053322731241224,-2.170593049787047,1.9071110289596345,590.8,592.75,599.4,-0.6326444538169551,0,0,3.0714285714285716,0.5214649527043415,0,0.125,-118.9613526570069,1,0,-83.33333333333334,1,0,0.0,22.45574033632991,1,0,1,0,1,0,-2.3333333333333215,-0.06076206729991984,-21.11111111111111,0.16453157145099956,-5.482352941176487,0,0,1.2101668029109314,0.9495798319327731,-13193342157.2088,-888897.0412559509,0.300526446302088,-410197.46098060906,0,0,,-59.99653354330481,38.397569554137434,1,1,-0.27593984962405543,0.3336735578650114,589.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,597.9000000000001,605.4,588.0,-1.488543234654638,1,0,0,none,1,-0.058823529411764705,-0.1697792869269949,0,0.464,0,0,0,0.11035859943418164,33.33333333333333,-0.6200153136795703,14.898989898990308,24.494949494950177,-2.9814241078273653,-2.361408794147795,3.1684720859790363,591.0,595.35,599.0166666666667,-1.2345679012345734,0,0,4.142857142857143,0.7045675413022353,0,0.07142857142857142,-123.27252625759954,1,0,-91.66666666666666,1,0,-0.8431703204047181,16.90951708454294,1,0,1,0,0,0,1.1904761904761756,-0.06817336016493458,-8.333333333333329,0.10779652326248486,-8.620588235294122,0,0,1.2830158743452753,0.5714285714285714,-15780915710.204462,-1419225.6144332886,0.4764269503541428,-1173330.1305693462,0,0,,-60.0469171708241,49.6512275945674,1,1,-0.701503759398497,0.7744681191797372,587.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,597.35,610.0,590.0666666666667,-1.565246505398854,0,0,0,none,1,-0.12121212121212122,-0.17006802721088435,0,0.429,0,0,0,0.0027757426715510135,25.714285714285722,-1.5403289671685958,16.025641025641196,13.247863247863371,-2.2012752798965494,-0.6609463127279536,3.726244529396023,591.2,599.1,598.9,-1.852779168753138,0,0,4.571428571428571,0.7774538386783284,0,0.0,-145.1465201465191,1,0,-100.0,1,0,-2.3255813953488413,9.325874746601968,0,0,0,0,0,0,-5.535714285714278,-0.14157397069196387,0.0,0.026783707175393006,-7.797058823529369,0,0,1.7117614391796896,0.25210084033613445,-20299627534.92718,-15410887.72271347,0.692748686666814,-1575010.0782327,0,0,,-60.010241589783895,42.23106701861296,1,1,-0.7774436090225678,0.6791793610420107,588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.0,603.0,563.0,-0.6756756756756799,1,0,0,none,1,0.5316455696202531,-0.3401360544217687,0,0.667,0,0,0,0.0,35.294117647058826,-2.224639994271679,12.500000000000057,20.16594516594536,0.11996266722371729,2.3446026614953963,3.117501474676745,593.0,598.75,586.45,-1.7954070981210823,0,0,4.642857142857143,0.7896015549076775,0,0.0,-190.64966605950227,1,0,-100.0,1,0,-2.487562189054726,38.802278349029066,0,0,0,0,0,0,-3.415559772296014,-0.29298295302004496,-7.142857142857142,0.01944215191096041,-8.067647058823582,0,0,1.7155754152734393,0.06722689075630252,-19680480284.43575,-16933127.10823822,1.4469563154216059,-1619865.7218438387,0,0,,-59.98917582842489,30.099941163284484,1,1,-0.2774436090225608,0.12371805647047773,588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,565.6833333333334,600.3,540.0,3.9450811702660404,1,0,0,none,1,0.8135593220338984,-0.3401360544217687,0,0.684,-1,-1,0,0.2884603605334735,37.037037037037045,-3.0455962376238332,38.46153846153823,55.55555555555545,9.969898137157998,13.01549437478183,3.7110502922050017,599.4,598.7,551.3166666666667,-0.785034240855198,0,0,6.142857142857143,1.0341510341510343,1,0.3333333333333333,-142.92055037727593,1,0,-53.84615384615385,0,0,-1.0000000000000009,40.620991022537915,0,0,0,0,0,0,1.8518518518518547,-0.38068379586042234,-10.256410256410263,0.5730090134399367,16.826470588235225,0,0,3.0181817435045906,0.47058823529411764,-22197607057.121964,-43597043.98922348,1.105501382287527,-775898.5690509975,0,0,,-59.500531018110436,35.80229181553348,1,1,0.17593984962405404,0.0351159372330514,588.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.65,602.7,507.0,16.7797109997051,1,0,0,none,1,2.306122448979592,-0.33670033670033667,0,0.8,0,0,0,0.6648822408667174,75.51020408163265,2.9468622724303337,99.02884503996619,102.35720139183884,14.98111547332951,12.034253200899176,23.491877306052153,599.8,571.85,569.4,3.8733933723878566,0,0,13.0,2.1885521885521886,0,0.9302325581395349,49.41507140686713,0,0,-15.789473684210526,0,1,0.50761421319796,82.18261400631197,0,1,0,1,0,1,-8.48979591836735,-1.5331436625957764,-5.26315789473685,0.7766961866645659,48.367647058823536,0,0,4.96481120599042,0.7983193277310925,-25297853809.78646,-36567017.263858795,0.54730134778308,1409967.7355421782,0,0,-1.8495075061461708,-59.38008042592884,62.65710580935972,1,1,5.169172932330839,0.8291449335125425,594.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.55,600.0,507.0,16.802674269983275,1,0,0,none,1,0.02564102564102564,-2.0202020202020203,0,0.556,0,0,0,5.859749596433776,-10.68021855337065,-16.539968149804427,570.4,578.75,626.7,4.535637149028071,0,0,33.42857142857143,5.525383707201889,0,0.9795918367346939,54.05202648211707,0,0,11.627906976744185,0,1,3.066439522998299,44.06139944144999,0,0,0,0,0,0,6.375481983778748,2.78513361964675,25.304540420819478,0.711351526753148,-3.7088235294116885,0,0,10.502199442725445,0.7899159663865546,-34041332288.517773,-216575539.2216072,0.8578636427071357,-24003151.43186225,0,1,-2.68165641430882,-58.394263138254686,22.53553243999687,0,1,-2.9270676691729136,0.25834777387270236,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,600.4666666666667,509.0,2.1441836906972878,0,0,0,none,1,0.4827586206896552,-2.975206611570248,1,0.4,0,0,0,2.9134479400398945,-32.503920395800606,-35.4173683358405,585.2,617.35,723.2166666666667,-4.268243297967123,0,0,54.857142857142854,9.282088469905728,0,0.27720739219712526,-48.61866998393212,0,0,-23.728813559322035,0,0,-0.5050505050505083,41.844843298208424,0,0,1,0,1,0,-14.73229601824383,1.2838284291359727,20.463411353241867,0.3903540467278242,-81.59705882352944,0,0,16.063312802727808,0.9747899159663865,-59549380187.49228,-713632344.1806641,0.8087161552335353,-18393627.224600315,0,0,-1.1748241228081142,-53.652261732232546,57.56231975085497,1,1,-6.136090225563908,0.6967755590487021,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,neutral,0.417,0,0,675.15,780.6666666666667,537.1666666666666,-12.463896911797379,1,0,0,none,1,-4.203389830508475,-1.1844331641285957,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.6926215589049229,53.6231884057971,103.10077519379844,75.54184464483467,23.546882160095336,26.633165829145725,66.72360180440589,47.45625056730967,0.3485248736705623,28.177849402708365 -323,2026-02-07 13:18:00,sell,624.0,0.65,52,고점 매도 · 비중 65% · 분할 · leg#52,0.9913948690564386,76.0,0.6582035623467402,106.73400673400704,113.35578002244732,3.610588384797893,2.952384822451153,2.588581476277474,619.4,613.2,604.05,1.2720156555772855,0,0,3.142857142857143,0.5060961582700714,0,1.0833333333333333,181.2035158891144,0,1,9.090909090909092,0,1,1.6366612111292866,79.98470602805772,0,0,0,0,0,0,9.333333333333343,0.06810476282400346,-8.080808080808083,1.0839290146981369,9.235294117647072,0,0,1.1544211604485308,0.5462184873949579,-13197850429.626318,-1534276.9558887482,0.5739320195194344,506763.46834385395,0,0,,-57.79760793423798,25.365769058632928,1,1,0.47669172932329945,0.5050510634875973,622.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,602.95,610.1,587.0,2.9936147275893443,0,0,0,none,1,0.18487394957983194,-0.644122383252818,1,0.586,0,0,0,1.0,81.48148148148148,0.6920819996007661,118.10966810966852,114.14943081609817,4.43954223646017,3.747460236859404,3.105852814335904,616.2,610.4,601.35,1.7365661861074688,0,0,4.0,0.644122383252818,0,1.0588235294117647,222.61957979436812,0,1,9.090909090909092,0,1,1.6366612111292866,80.17454326087109,0,0,0,1,0,0,5.481481481481481,0.24017610627561048,3.0303030303030454,1.1460835273236114,11.744117647058829,0,0,1.240432781117059,0.5042016806722689,-15784463760.20079,-423549.93814849854,1.367330155172986,678003.3483836688,0,0,,-57.7784368806201,33.57867287991512,1,1,0.6857142857142843,0.7326281965457222,622.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,597.45,611.2,587.0,3.9417524479035793,0,0,0,none,1,0.21212121212121213,-1.1272141706924315,1,0.6,0,0,0,0.9398796713983628,79.41176470588235,1.5141864176992859,109.26344896933149,104.91053064582489,4.311886358555057,2.7976999408557712,5.8290999353331685,612.2,602.55,600.2666666666667,2.564102564102577,0,0,4.714285714285714,0.7628294036061026,0,1.0714285714285714,158.1546171420147,0,1,11.76470588235294,0,1,2.148760330578514,90.04497603065597,0,0,0,0,0,1,0.6238859180035661,0.21859129532416466,6.004901960784309,1.1463518768043661,12.105882352941194,0,0,1.6906673743378962,0.19327731092436976,-20301202099.144085,-1305957.018032074,1.7572453242609367,1366951.186764624,0,0,-0.6857679061960088,-57.94436559168139,41.42951328911921,1,1,1.4142857142857042,0.9079734559443757,618.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.5,611.0,587.0,4.480135249366013,0,0,0,none,1,0.34177215189873417,-1.779935275080906,1,0.652,1,1,0,1.0,80.3921568627451,1.9010601596551702,110.37183428487782,107.4757234177526,4.963181821535386,3.062121661880216,6.059678388855396,613.6,601.8,597.3666666666667,3.1904287138584397,0,0,6.285714285714286,1.0121923165401427,0,1.2222222222222223,151.28088525087153,0,1,22.22222222222222,0,1,4.721753794266448,76.6468974247405,0,0,0,0,0,0,9.281045751633982,0.4514388312676241,5.892255892255889,1.1440462507177922,12.32941176470581,0,0,2.3948581973278187,0.5042016806722689,-19691016962.72804,-10973400.684783936,1.9744805709696323,3382332.517365128,0,0,,-57.714696689517986,25.46798448204223,1,1,1.0406015037594032,0.45598799430186454,617.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,589.7,615.0,569.0,5.307783618789208,0,0,0,none,1,0.9152542372881356,-0.322061191626409,1,0.684,1,1,1,0.9985443926438508,61.11111111111111,-0.8347037304499505,115.60967636482486,113.64741284649739,8.74218334935108,9.57688707980103,4.011678858513922,606.0,600.0,559.5166666666667,2.0000000000000018,0,0,7.214285714285714,1.1788048552754435,1,1.0434782608695652,202.69143741812533,0,1,4.3478260869565215,0,1,1.1570247933884392,68.14936098660841,0,0,0,0,0,0,-2.0467836257310026,0.497228860710317,-5.693581780538295,0.9964598949721977,15.717647058823559,0,0,3.0815991866246946,0.453781512605042,-22197518211.130104,-39564980.82909012,2.2689110268500343,2355411.940362692,0,0,,-58.24463804906704,21.34092658013149,0,1,0.4451127819548833,0.19150201084105833,611.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,564.65,611.0,514.8666666666667,8.385725670769517,0,0,0,none,1,2.1020408163265305,-0.9803921568627451,1,0.824,0,0,1,0.7583607631637113,72.41379310344828,1.5882436556196655,143.3333333333335,112.272683284255,14.88821661011798,13.299972954498314,18.175824691455126,602.0,584.55,569.9833333333333,4.695919938414184,0,0,10.285714285714286,1.6806722689075633,0,1.144927536231884,68.92918538235428,0,0,111.11111111111111,0,1,0.6578947368421018,66.57616374750555,0,1,0,1,0,0,-0.9195402298850581,0.02678543586391946,42.3001949317739,1.1261198126765704,44.538235294117726,0,0,4.0574707474640626,0.5378151260504201,-25332856736.63371,-53591968.40390396,1.167648267379643,3163431.343238741,0,0,-1.0403799570582013,-58.1171818492345,60.260020988097544,1,1,3.773684210526312,0.7064599663792697,602.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.58333333333337,602.0,507.0,20.334261838440092,0,0,0,none,1,0.9487179487179487,-0.32679738562091504,1,0.667,1,0,0,7.449031368021432,-7.228678939777637,-14.67771030779907,588.4,579.15,625.6166666666667,4.463437796771141,1,0,34.07142857142857,5.631641086186541,0,0.9795918367346939,48.03378200052763,0,0,11.627906976744185,0,1,4.671280276816603,39.801014823042166,0,0,0,0,0,0,-3.107724488271323,1.5892817715876557,5.426356589147289,0.6876148323738634,9.320588235294167,1,0,10.502199442725445,0.7815126050420168,-34342602863.673927,-490201850.75697327,1.087157234809982,-15709872.345625237,0,1,-4.280373042978011,-58.355371818053904,22.966613963515368,0,1,-2.263909774436091,0.15211249234770763,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,600.4666666666667,509.0,2.1441836906972878,0,0,0,none,1,0.6896551724137931,-0.1652892561983471,1,0.4,0,0,0,2.9134479400398945,-32.503920395800606,-35.4173683358405,585.2,617.35,723.2166666666667,-4.268243297967123,0,0,54.857142857142854,9.282088469905728,0,0.27720739219712526,-48.61866998393212,0,0,-23.728813559322035,0,0,-0.5050505050505083,41.844843298208424,0,0,1,0,1,0,-14.73229601824383,1.2838284291359727,20.463411353241867,0.3903540467278242,-81.59705882352944,0,0,16.063312802727808,0.9747899159663865,-59549380187.49228,-713632344.1806641,0.8087161552335353,-18393627.224600315,0,0,-1.1748241228081142,-53.652261732232546,57.56231975085497,1,1,-6.136090225563908,0.6967755590487021,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,neutral,0.417,0,0,675.15,780.6666666666667,537.1666666666666,-12.463896911797379,1,0,0,none,1,-4.203389830508475,-1.1844331641285957,0,0.0,0,0,0,0,4,0,0,0.0,1.0,0.0,1,0.6881871046657864,50.51546391752578,108.52713178294573,96.47471391657437,23.718085278468184,26.633165829145725,66.72360180440589,47.45625056730967,0.3485248736705623,28.177849402708365 -324,2026-02-07 13:33:00,sell,615.0,0.35,52,고점 매도 · 비중 35% · 분할 · leg#52,0.5529516926463105,59.45945945945946,-0.10430805923664455,67.76556776556806,91.63614163614227,3.656715276435989,3.7610233356726335,3.8337672688617825,622.2,615.75,606.9166666666666,0.2030044660982444,0,0,5.0,0.8103727714748784,0,0.5333333333333333,19.883040935671985,0,0,-53.84615384615385,0,0,0.8169934640522847,72.5056500844249,0,0,0,0,0,1,1.5647226173541995,-0.4672321711341425,-27.472527472527503,0.5089571458130706,8.141176470588334,0,0,1.6706835668403444,0.9663865546218487,-13198696206.87407,-2140416.8612098694,0.5596728357690591,671530.4454006702,0,0,,-58.064971748405945,24.0334322544268,0,1,0.8413533834586461,0.711352048424804,617.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,602.4166666666666,624.0,587.0,2.420805090607292,1,0,0,none,1,0.11764705882352941,-0.48622366288492713,0,0.567,0,0,0,0.6583223392141256,55.55555555555556,0.6278212613169956,107.69230769230809,119.7247197247204,5.135208021807557,4.5073867604905615,4.121519119556828,621.6,613.0,602.3833333333333,0.6525285481239873,0,0,4.5,0.7293354943273906,0,0.7368421052631579,54.79452054794567,0,0,-38.46153846153847,0,0,1.3136288998357948,72.33345529241714,0,1,0,0,0,0,-13.409961685823745,-0.5651651568197238,-15.850815850815849,0.6796049779997525,11.961764705882274,0,0,1.8137861819531496,1.0,-15793721388.488138,-9063554.955755234,0.5795084736830565,1008813.9898057319,0,0,-2.219131125760958,-58.0466425203662,29.032734346398943,1,1,0.9037593984962463,0.7165691273037458,616.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,598.0833333333333,622.0,589.3333333333334,3.1628814267800065,1,0,0,none,1,0.2222222222222222,-0.1620745542949757,0,0.619,-1,-1,0,0.7828489036890567,67.30769230769232,1.757628793642748,131.69934640522894,124.14948885537133,5.540858331546929,3.7832295379041807,6.7147398762397685,617.2,605.5,601.1166666666667,1.8992568125516085,0,0,5.857142857142857,0.949293818013429,0,1.0357142857142858,67.281105990783,0,0,8.333333333333332,0,1,1.8151815181518094,74.62409934217776,0,1,0,0,0,0,-18.73881932021466,-0.42686080090814027,0.21367521367520226,0.8504640179398482,13.117647058823536,0,0,2.4851235891607035,0.8991596638655462,,,0.6240173599751861,2285137.4898528587,0,0,,-58.00824312227093,39.61220361466667,1,1,1.6315789473684295,0.9018151593961984,610.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,598.5,616.0,587.0,3.0910609857978333,0,0,0,none,1,0.31645569620253167,0.0,0,0.625,-1,-1,0,0.8725368428918567,72.54901960784314,1.801169124393661,111.32581857219543,108.72574374989854,5.313583067372292,3.512413942978631,6.460136896709563,614.4,602.5,598.2,2.406639004149369,0,0,7.5,1.2155591572123177,0,1.0740740740740742,52.63157894736838,0,0,7.4074074074074066,0,1,3.350083752093802,74.13689834668264,0,0,0,0,0,0,-7.843137254901961,-0.09989103526150922,0.9539842873176099,0.8677303089343089,10.494117647058829,0,0,2.443135216739233,0.5462184873949579,-19711949194.642433,-32215191.24192047,1.1384465537733772,2196193.4527547657,0,0,,-57.984357349160135,22.892435031492777,0,1,1.2766917293233015,0.6025076588079429,603.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,589.0999999999999,615.0,573.0,4.736038024104583,0,0,0,none,1,0.7966101694915254,-0.1620745542949757,0,0.684,0,0,0,1.0,63.793103448275865,-0.2475160969993162,117.16247139588079,118.02513530202305,9.267491958551886,9.515008055551203,4.70124503357198,610.0,601.0,561.1833333333333,2.66222961730449,0,0,7.785714285714286,1.2618661727251679,1,1.2608695652173914,90.07187780772763,0,0,26.08695652173913,0,1,2.3217247097844007,64.37052905007671,0,0,0,0,0,0,2.6819923371647576,0.5871876334506343,1.552795031055922,1.0614707463746813,14.302941176470654,0,0,2.7496181300566547,0.31092436974789917,-22219056817.882275,-60655435.60399246,1.401015775943184,4149726.8396401107,0,0,,-57.89843946843911,19.984039739373685,0,1,0.6406015037593974,0.28786523270200826,602.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,563.15,611.0,535.1,9.562283583414732,0,0,0,none,1,2.204081632653061,-0.3241491085899514,0,0.833,1,0,0,0.7583607631637113,72.41379310344828,1.5882436556196655,143.3333333333335,112.272683284255,14.88821661011798,13.299972954498314,18.175824691455126,602.0,584.55,569.9833333333333,4.695919938414184,0,0,10.285714285714286,1.6806722689075633,0,1.144927536231884,68.92918538235428,0,0,111.11111111111111,0,1,0.6578947368421018,66.57616374750555,0,1,0,1,0,0,-0.9195402298850581,0.02678543586391946,42.3001949317739,1.1261198126765704,44.538235294117726,0,0,4.0574707474640626,0.5378151260504201,-25332856736.63371,-53591968.40390396,1.167648267379643,3163431.343238741,0,0,-1.0403799570582013,-58.1171818492345,60.260020988097544,1,1,3.773684210526312,0.7064599663792697,602.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.58333333333337,602.0,507.0,20.334261838440092,0,0,0,none,1,0.9487179487179487,-0.32679738562091504,1,0.667,1,0,0,7.449031368021432,-7.228678939777637,-14.67771030779907,588.4,579.15,625.6166666666667,4.463437796771141,1,0,34.07142857142857,5.631641086186541,0,0.9795918367346939,48.03378200052763,0,0,11.627906976744185,0,1,4.671280276816603,39.801014823042166,0,0,0,0,0,0,-3.107724488271323,1.5892817715876557,5.426356589147289,0.6876148323738634,9.320588235294167,1,0,10.502199442725445,0.7815126050420168,-34342602863.673927,-490201850.75697327,1.087157234809982,-15709872.345625237,0,1,-4.280373042978011,-58.355371818053904,22.966613963515368,0,1,-2.263909774436091,0.15211249234770763,591.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,600.4666666666667,509.0,2.1441836906972878,0,0,0,none,1,0.6896551724137931,-0.1652892561983471,1,0.4,0,0,0,2.9134479400398945,-32.503920395800606,-35.4173683358405,585.2,617.35,723.2166666666667,-4.268243297967123,0,0,54.857142857142854,9.282088469905728,0,0.27720739219712526,-48.61866998393212,0,0,-23.728813559322035,0,0,-0.5050505050505083,41.844843298208424,0,0,1,0,1,0,-14.73229601824383,1.2838284291359727,20.463411353241867,0.3903540467278242,-81.59705882352944,0,0,16.063312802727808,0.9747899159663865,-59549380187.49228,-713632344.1806641,0.8087161552335353,-18393627.224600315,0,0,-1.1748241228081142,-53.652261732232546,57.56231975085497,1,1,-6.136090225563908,0.6967755590487021,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,neutral,0.417,0,0,675.15,780.6666666666667,537.1666666666666,-12.463896911797379,1,0,0,none,1,-4.203389830508475,-1.1844331641285957,0,0.0,0,0,0,0,2,0,0,0.0,0.5,0.0,0,0.6881871046657864,50.51546391752578,108.52713178294573,96.47471391657437,23.718085278468184,26.633165829145725,66.72360180440589,47.45625056730967,0.3485248736705623,28.177849402708365 -325,2026-02-07 20:24:00,buy,575.0,0.16,53,저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#53,0.3445403148298113,55.55555555555556,0.16189192146919584,22.22222222222253,48.14814814814878,-1.461371386080259,-1.623263307549455,0.9966056595068046,580.2,580.9,586.5,-0.1549320020657552,0,0,1.3571428571428572,0.23399014778325125,1,0.3333333333333333,-116.94152923538495,1,0,-33.33333333333333,0,0,-0.1721170395869165,55.10718424921973,1,0,1,0,0,0,15.555555555555564,0.01963411479201116,-27.777777777777782,0.2501606847964231,-2.894117647058806,0,0,0.6642253579002683,0.04201680672268908,,,1.0392725222100976,54664.33804860711,1,0,,-60.52708483160474,37.72560772560773,1,1,-0.13233082706766802,0.29259077341595396,578.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.6,602.0,582.0,-3.590425531914898,0,0,0,none,1,-0.20168067226890757,0.0,0,0.371,0,0,0,0.27656709281820807,35.0,0.09102190374814123,40.47619047619089,42.06349206349275,-2.5038675694365793,-2.5948894731847205,1.9973571626983013,580.6,582.6,588.6,-0.4462753175420553,0,0,2.2857142857142856,0.3940886699507389,0,0.4444444444444444,-131.3868613138701,1,0,-50.0,0,0,-0.5145797598627766,37.075473274126466,1,0,1,0,1,0,5.0,0.05336588384355112,2.3809523809523796,0.20695896850869283,-6.07941176470581,0,0,1.099273865431902,0.13445378151260504,-15816075048.017624,-1493620.028673172,1.2841394206880532,-122625.43811756,0,0,,-60.509842469303365,65.72589562140647,1,1,-0.4075187969924868,0.6868009576179239,576.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.3,622.0,583.6666666666666,-3.542324962581067,0,0,0,none,1,-0.24242424242424243,-0.1724137931034483,0,0.35,0,0,0,0.1925465470617708,27.58620689655173,-0.23410489551006375,23.80952380952398,17.46031746031757,-4.100673414446874,-3.86656851893681,3.5223898494383397,580.0,586.35,596.5833333333334,-1.0829709218043826,0,0,3.642857142857143,0.6280788177339901,0,0.2,-123.41970209037335,1,0,-78.57142857142857,0,0,-0.8547008547008517,18.132552779153343,0,0,0,0,0,0,-4.5566502463054235,0.06581505630165374,4.761904761904763,0.11407552942610218,-9.291176470588312,0,0,1.5860119472109255,0.10084033613445378,-20332271508.231884,,0.996547229268223,84705.76581181772,1,0,,-60.47379928130193,51.375654576339954,1,1,-0.7195488721804654,0.6797041463593829,577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,588.05,616.0,584.8,-1.3689312133321918,0,0,0,none,1,-0.27848101265822783,-0.3448275862068966,0,0.423,0,0,0,0.05679921571002737,25.925925925925924,-0.97754010949137,4.191919191919247,5.7323232323234246,-4.931347909979877,-3.953807800488507,3.7742531906093113,581.6,588.85,597.4833333333333,-1.6727519741869812,0,0,4.214285714285714,0.7278559092030594,0,0.09523809523809523,-167.67922235722966,1,0,-86.66666666666667,1,0,-2.195945945945943,27.83637927624588,0,0,1,0,0,0,-4.84330484330485,-0.01707777359941076,-1.6161616161616168,-0.07370004793142167,-14.782352941176441,0,0,1.7428085933612043,0.08403361344537816,-19748116870.914173,-10685948.411705017,0.5530369960404476,-1846799.5901021063,0,0,,-60.521192150687796,27.257638003728022,1,1,-0.7751879699248257,0.6812878671830909,577.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,602.9666666666667,615.0,585.8666666666667,-3.9747913096356946,0,0,0,none,1,-0.288135593220339,-0.3454231433506045,0,0.412,-1,0,0,0.1174518660767434,21.818181818181827,-3.0078624618388496,9.253891572731925,10.942122826180684,-1.858880695398966,1.1489817664398836,6.771242273496648,586.4,596.45,578.8666666666667,-2.590326096068407,0,0,7.928571428571429,1.3646422424391444,0,0.11764705882352941,-133.96004700352552,1,0,-82.6086956521739,1,0,-3.488372093023251,25.602165715699968,0,0,0,0,0,0,-2.255892255892249,-0.03288509092970804,-0.6131549609810492,0.14285099560471828,-12.426470588235247,0,0,3.2812749044233076,0.44537815126050423,-22257333491.532745,,0.5179481237562035,-4488321.468950301,0,0,,-60.30606986155718,20.364095262901163,0,1,-1.1586466165413638,0.46089843209433,577.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,586.85,606.4,542.0,-0.9968475760415818,1,0,0,none,1,0.8367346938775511,-0.34423407917383825,0,0.65,-1,0,0,0.0,37.9746835443038,-3.837779283988999,24.93403158364813,21.73996317218847,6.394614670194983,10.232393954183982,5.118658983053166,587.6,597.55,568.8666666666667,-2.7696427077231967,0,0,10.857142857142858,1.8686992869436931,1,0.08695652173913043,-191.3439635535309,1,0,-91.30434782608695,1,0,-2.188552188552184,32.891828722927116,0,0,0,0,0,0,-2.025316455696192,-0.6242981212353129,2.8985507246376834,0.3324452326400827,13.285294117647027,0,0,3.800041374412909,0.4369747899159664,-25423421833.06412,-125568023.27766037,0.5446791186609247,1810974.1561971009,1,0,-4.045833497217318,-60.18788400808497,35.69742621030206,1,1,-0.615789473684212,0.22698212293414155,579.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,508.58333333333337,602.0,507.0,14.238898902179242,1,0,0,none,1,1.3076923076923077,-0.6884681583476765,0,0.667,0,0,0,6.258602283483203,-5.0466522570503685,-11.305254540533571,595.6,576.85,622.8,0.7194244604316502,0,0,35.785714285714285,6.1593312023604625,0,0.7346938775510204,18.88687964637343,0,0,-12.195121951219512,0,1,7.393715341959339,39.35784315695224,0,0,0,0,0,0,-2.581837131081528,-0.9726185020955889,-7.941009642654549,0.5035562041010134,9.435294117647118,0,0,10.625212170299532,0.8151260504201681,-34408388271.40254,-392636326.5694618,0.6794730231319063,1306838.4753182977,0,0,-4.4266065463200395,-59.95102229685136,23.81539347571862,0,1,-1.1285714285714348,0.040920395735104975,581.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.3,600.4666666666667,509.0,-1.907816984636157,1,0,0,none,1,-0.5517241379310345,-1.2048192771084338,0,0.4,0,0,0,2.9134479400398945,-32.503920395800606,-35.4173683358405,585.2,617.35,723.2166666666667,-4.268243297967123,0,0,54.857142857142854,9.282088469905728,0,0.27720739219712526,-48.61866998393212,0,0,-23.728813559322035,0,0,-0.5050505050505083,41.844843298208424,0,0,1,0,1,0,-14.73229601824383,1.2838284291359727,20.463411353241867,0.3903540467278242,-81.59705882352944,0,0,16.063312802727808,0.9747899159663865,-59549380187.49228,-713632344.1806641,0.8087161552335353,-18393627.224600315,0,0,-1.1748241228081142,-53.652261732232546,57.56231975085497,1,1,-6.136090225563908,0.6967755590487021,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,neutral,0.417,0,0,675.15,780.6666666666667,537.1666666666666,-12.463896911797379,1,0,0,none,1,-4.203389830508475,-1.1844331641285957,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.5314336595021195,45.933014354066984,99.40442427680091,105.09232999306737,22.88707302384381,26.633165829145725,66.72360180440589,47.45625056730967,0.3485248736705623,28.177849402708365 -326,2026-02-09 19:30:00,buy,556.0,0.165,53,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53,0.1412056197060173,38.46153846153846,-0.2239115875999671,-1.6666666666663634,1.1111111111117198,-2.24031095730345,-2.0163993697034828,1.7280586008170804,561.2,564.5,570.2666666666667,-0.620017714791854,0,0,1.5,0.267379679144385,0,0.125,-161.1219830397908,1,0,-80.0,0,0,-0.707964601769917,8.899357856524873,1,0,0,0,0,0,5.128205128205131,0.034802572312844005,6.666666666666667,-0.05125465022136192,-5.444117647058761,0,0,0.8100204386333608,1.0,-13238974940.832254,-652703.2608718872,0.7830521222980812,-127748.75350862741,0,0,,-61.64830994906559,25.344655344655344,1,1,-0.3473684210526285,0.7101071262226354,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,564.9833333333333,583.0,560.0,-0.7050355467712932,1,0,0,none,1,-0.18487394957983194,-0.17825311942959002,0,0.344,0,0,0,0.0,21.42857142857143,-0.28526475002792395,13.888888888889305,15.555555555556248,-3.10542314415909,-2.820158394131166,2.2146631551205043,562.8,566.55,574.1,-1.156120377724823,0,0,2.0714285714285716,0.3698979591836735,0,0.0,-159.0524534687004,1,0,-100.0,1,0,-1.4084507042253502,26.726073642148364,1,0,0,0,0,0,0.0,-0.13126520324958246,-6.666666666666668,-0.26190526592245283,-7.258823529411757,0,0,0.7139164129366582,0.7058823529411765,-15853298546.592966,-2546894.3673095703,0.7590384563957039,-553719.0305682793,0,0,,-61.70019065310895,48.22867608581895,1,1,-0.5045112781955049,0.9053946714874922,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,564.4,583.2,564.0,-0.7795889440113335,0,0,0,none,1,-0.16161616161616163,-0.17857142857142858,0,0.318,-1,0,0,0.06135536988017807,11.111111111111114,-0.823095263508967,11.904761904762077,6.349206349206398,-3.921484941431231,-3.098389677922264,3.789610311698646,564.4,571.5,576.4833333333333,-1.6622922134733153,0,0,3.357142857142857,0.5973563802745298,0,0.1111111111111111,-144.95848161328502,1,0,-85.71428571428571,1,0,-1.5761821366024553,14.653459443218352,0,0,0,0,0,0,-1.3888888888888857,-0.05158854056936413,4.76190476190476,-0.10792725416937213,-11.02647058823527,0,0,0.8023646717689348,0.15126050420168066,-20394134806.76184,,1.2957855769787117,-842578.2734185718,0,0,,-61.52867194270484,47.47890117145256,1,1,-0.8992481203007576,0.9654405313103211,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,575.7166666666667,583.0,569.9666666666667,-2.3825377066265307,0,0,0,none,1,-0.22784810126582278,-0.1779359430604982,0,0.333,-1,0,0,0.047328428553857646,18.181818181818173,-1.3570516687351284,8.446455505279065,10.507792860734227,-3.9430654495408817,-2.5860137808057533,4.3655203316865805,565.6,574.35,577.7666666666667,-1.9761469487246441,0,0,3.5714285714285716,0.6343567622430856,0,0.13636363636363635,-152.61044176706724,1,0,-82.35294117647058,1,0,-2.256944444444442,6.8778831894480845,0,0,0,0,0,0,-1.8181818181818272,-0.014834672004190086,-4.374057315233786,-0.14645682280957725,-11.729411764705901,0,0,1.1389155266843314,0.31092436974789917,-19805129134.889915,-11447707.55241394,1.7244702442770012,-1681464.3024276197,0,0,,-61.43995859783982,51.509347398046124,1,1,-1.0127819548872115,0.9136811286806533,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.4,580.8,564.0,-2.3247744621790356,0,0,0,none,1,-0.3728813559322034,-0.17761989342806395,0,0.25,0,0,0,0.0,32.35294117647058,-1.2418564176492466,15.158730158729929,17.364919031585593,-3.4836115589204155,-2.241755141271169,3.4434855528761354,570.2,576.85,583.85,-2.0542602062928017,0,0,5.357142857142857,0.948166877370417,0,0.23809523809523808,-234.97267759563059,1,0,-76.19047619047619,0,0,-2.753872633390708,17.125250592424663,0,0,0,0,0,0,-3.130929791271342,-0.3084057090655743,1.8759018759018726,-0.01649171152706996,-10.573529411764753,0,0,1.4664341287568043,0.31932773109243695,-22359105333.079254,-16898922.51021576,1.516148821410634,-3727070.8055532873,0,0,,-61.22616361478386,21.898598037398386,0,1,-0.4218045112782032,0.2525155595209312,560.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.65,597.0,564.9333333333333,-2.020289603745773,1,0,0,none,1,-0.5918367346938775,-0.17699115044247787,0,0.273,-1,0,0,0.0,25.581395348837205,-1.2705915246288555,32.265512265512456,39.11495911495937,-3.9490548021942686,-2.678463277565413,4.4725215178085085,574.6,579.95,587.6166666666667,-2.5778084317613637,0,0,7.357142857142857,1.302149178255373,0,0.24,-269.98722860791696,1,0,-72.72727272727273,0,0,-2.249134948096887,12.400937142729276,0,0,1,0,1,0,-3.365973072215425,-0.5529526996431144,-0.432900432900432,0.013206162935489417,-12.991176470588243,0,0,2.4886029792007083,0.15126050420168066,-25548910962.982365,-42089345.31696701,1.7542911089376059,-7100541.351103038,0,0,-3.9898650566992018,-61.10853591746401,26.95423941066489,1,1,-0.7646616541353293,0.4866768272455353,559.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.4,595.0,559.0,-1.9777931991672437,1,0,0,none,1,-0.717948717948718,-0.5309734513274336,0,0.333,-1,0,0,0.5097663623817195,-1.4365224690465084,-1.9462888314282278,583.4,579.0,598.3333333333334,0.0,0,0,12.357142857142858,2.1342215642733775,0,0.8441558441558441,-53.235758358444336,0,0,-35.483870967741936,0,0,-0.6861063464837058,29.111713592392107,0,0,0,0,0,0,-5.067567567567565,-0.440405676502172,0.9925558312655092,0.4127133483076433,-2.8382352941176805,0,1,8.451630729506167,0.4789915966386555,-34540102226.80532,-138268036.18040466,0.8801803109234436,3273723.373408228,1,0,-3.6305109463754244,-59.92871685105641,35.31077558107843,1,1,1.941353383458639,0.19252475173184203,559.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,593.5666666666666,595.0,509.0,-2.454091087774457,1,0,0,none,1,-1.0344827586206897,-0.5181347150259068,0,0.364,0,0,0,4.001780640871164,-26.983744423861253,-30.985525064732418,586.6,597.0,705.6833333333333,-5.025125628140703,0,0,41.07142857142857,7.243638196019147,0,0.43023255813953487,-68.75934230194333,0,0,-37.28813559322034,0,0,-4.060913705583758,45.233447465527654,1,0,1,0,1,0,-8.08383233532934,-1.234922036674842,-5.461393596986824,0.26871836795267695,-48.197058823529346,0,0,15.20866158318045,0.8571428571428571,-59699069479.37201,-647558219.8711014,0.6091838617119416,-1.1920928955078125e-07,0,0,-1.660332110635816,-55.25691886916771,62.618402873043344,1,1,-2.694736842105267,0.4033551972145537,556.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,above,12.752,0,0,675.15,780.6666666666667,537.1666666666666,-16.01866251944012,1,0,0,none,1,-4.932203389830509,7.054673721340388,0,0.0,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.5,32.432432432432435,26.267281105990776,42.2722438851471,18.083261420850796,41.91616766467066,71.18644067796608,74.51349654739482,0.20121780754209456,16.818691859785716 -327,2026-02-10 15:45:00,buy,561.0,0.164,53,저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#53,0.0,37.5,-0.07802219067929395,36.111111111111406,38.88888888888939,-1.4728089293938638,-1.3947867387145698,0.9424284425604671,564.8,566.1,569.8,-0.5476064299593797,0,0,1.5,0.2664298401420959,0,0.0,-155.84415584415544,1,0,-100.0,1,0,-0.8802816901408494,23.764649587888286,0,0,0,0,0,0,-12.5,-0.11582749197283637,-11.111111111111107,-0.06246116931678595,-3.217647058823559,0,0,0.8082688974716379,0.9159663865546218,-13243239784.629627,,0.387458351721555,128800.35377672315,1,0,,-61.44726028671694,32.38585760644584,1,1,-0.14285714285715992,0.4015215553677124,563.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,572.8666666666667,579.0,564.6,-1.7223321308041495,0,0,0,none,1,-0.10084033613445378,-0.17761989342806395,0,0.389,-1,-1,0,0.19420336647746103,33.33333333333333,-0.28826239186827873,20.0,21.269841269841823,-1.7939846434463789,-1.5057222515781001,1.9561049306309894,565.4,568.4,571.7666666666667,-0.5981703026037954,0,0,2.0,0.35398230088495575,0,0.125,-110.94819159335107,1,0,-80.0,0,0,-0.17667844522968323,38.82380990587497,0,0,1,0,0,0,6.666666666666657,0.04614240857920193,1.9047619047614894,0.15017365561112683,-4.894117647058806,0,0,0.8082893521510445,0.7394957983193278,-15865777309.68352,-269719.5134525299,0.8498998237262192,-40692.9227257818,0,0,,-61.293660268381075,33.05991627420199,1,1,-0.43609022556390137,0.8614861404191712,564.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,572.25,579.0,564.0,-1.2669287898645742,1,0,0,none,1,-0.1111111111111111,-0.17699115044247787,0,0.333,0,0,0,0.10917465838955986,31.578947368421055,-0.5276620663459941,28.787878787878963,24.87373737373748,-2.1112931305035545,-1.5836310641575604,2.0440749890056558,566.2,569.55,573.5,-0.7988763058554893,0,0,2.857142857142857,0.5056890012642226,0,0.36363636363636365,-176.47058823529215,1,0,-63.63636363636363,0,0,-1.5679442508710784,24.49897225197556,0,0,0,0,0,0,0.0,-0.011209522310597908,6.565656565656575,0.11180095476283707,-6.694117647058761,0,0,1.056821123687855,0.33613445378151263,-20419861729.14778,-3730647.898159027,2.0960398618438014,-286896.2053770721,0,0,,-61.25771539551288,19.284431721406513,0,1,-0.23383458646616107,0.22591660885671772,561.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.3,577.8,568.2,-1.9607843137254832,0,0,0,none,1,-0.0379746835443038,-0.35398230088495575,0,0.467,0,0,1,0.07652088969279879,29.16666666666667,-0.7700781459684243,16.666666666666686,14.969135802469316,-2.027676331011321,-1.2575981850428968,2.930585584287797,567.2,572.1,573.6,-1.2410417759133097,0,0,4.071428571428571,0.720606826801517,0,0.07692307692307693,-136.70229996760477,1,0,-87.5,1,0,-0.8771929824561431,32.0418959146227,0,0,1,0,1,0,-1.2681159420289845,-0.10877633702592293,0.0,0.13377273960946579,-7.011764705882342,0,0,1.125372689088364,0.13445378151260504,-19823785024.538048,-2354229.354045868,0.6879273364411383,-819581.2674127817,0,0,,-61.23835104606581,20.416588496262936,0,1,-0.5834586466165453,0.6781963897160521,564.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,575.9,577.0666666666667,566.3333333333334,-1.8926897030734469,0,0,0,none,1,-0.05084745762711865,-0.17699115044247787,0,0.5,-1,0,0,0.0,35.0,-1.1508108979331293,19.120879120878893,34.36982770316092,-1.2237999171185265,-0.07298901918539714,2.718771088990011,569.6,573.6,572.55,-1.4993026499302675,0,0,5.285714285714286,0.9355246523388117,0,0.14285714285714285,-201.66666666666893,1,0,-85.71428571428571,1,0,-2.4179620034542326,34.25668567883423,0,0,0,0,0,0,-1.8421052631578974,-0.22012363162529813,-17.46031746031746,0.17430086580614046,-4.323529411764753,0,0,1.8069598219090461,0.5378151260504201,-22389299115.09346,,2.029979782540191,-2166331.6741576195,0,0,,-61.158978327411226,15.721422425638593,0,1,-0.45714285714288055,0.48120300751879674,563.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.7,577.0,559.0,-2.028784463325828,1,0,0,none,1,-0.3673469387755102,-0.7079646017699115,0,0.429,0,0,1,0.3271596465432294,47.5,0.0402181218489126,40.94424094424113,57.63604587134025,-1.31686922041672,-1.3570873422656327,4.254180826070645,572.8,571.2,580.4,-0.7352941176470673,0,0,5.857142857142857,1.0330057949105567,0,0.47058823529411764,-96.44194756554279,0,0,-69.23076923076923,0,0,-1.7331022530329254,48.5307503194443,1,0,0,0,0,0,-12.5,-0.49273327935536404,-19.37321937321937,0.22638880642038886,-3.164705882352905,0,0,2.5197904145127255,0.25210084033613445,-25577779544.493816,-15739622.25213623,1.5101178451921349,-3391386.5770287514,0,0,-1.6336205608575074,-60.90762360244752,23.738071128286432,0,1,0.5924812030075227,0.33291157157010887,563.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,576.9166666666667,584.0,560.6666666666666,-1.718907987866547,1,0,0,none,1,-0.7435897435897436,-0.7054673721340388,0,0.25,-1,-1,0,-0.417715263414987,-3.4983325252032955,-3.0806172617883085,570.8,583.9,588.3666666666667,-1.5242336016441094,0,0,12.214285714285714,2.124223602484472,0,0.5161290322580645,-117.4348697394795,1,0,-48.38709677419355,0,0,-2.5423728813559365,39.245282293537734,0,0,0,0,0,0,-8.050089445438289,0.18871228160726217,8.602150537634401,0.42415082872747595,-2.9500000000000455,0,0,4.737729543746969,0.25210084033613445,-34569088395.4877,-157671245.67351532,0.8350967421070827,-813597.0942275822,0,0,-5.597860533598632,-60.14121118118789,39.86914452212636,1,1,-1.449624060150377,0.5770243595610531,563.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,589.6333333333333,591.0,509.0,-2.481768330600942,1,0,0,none,1,-0.41379310344827586,-0.6956521739130435,0,0.3,0,0,0,2.7713911778912887,-26.69616994329965,-29.46756112119094,575.4,588.1,695.95,-4.097942526781162,0,0,41.357142857142854,7.332826747720364,1,0.6101694915254238,-61.08547571962228,0,0,-38.983050847457626,0,0,-4.406779661016946,41.591583346590696,1,0,1,0,1,0,-0.7338980575434491,-0.529073418383355,-6.026365348399246,0.2955745703859454,-47.63529411764705,0,0,10.317246244710873,0.15126050420168066,-59774829590.540115,-426063142.2679596,0.6368197013424967,-26773861.276686788,0,0,-1.2639407726569836,-55.33964006434171,63.23652158977857,1,1,-1.6917293233082877,0.4729846137287652,559.0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,above,10.273,0,0,675.15,780.6666666666667,537.1666666666666,-16.46300822039547,1,0,0,none,1,-4.966101694915254,4.787234042553192,0,0.0,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.3029222123385895,38.46153846153846,54.83870967741934,42.65232974910393,7.734172479461882,40.119760479041915,62.14689265536722,67.16886377903326,0.08598539807013822,9.898062792179962 -328,2026-02-11 19:15:00,buy,536.0,0.172,53,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53,0.4087129067053193,37.5,0.06791867702193888,38.88888888888918,30.555555555556058,-1.1095551839237032,-1.177473860945642,0.8123434263881602,538.4,539.4,542.5833333333334,-0.07415647015202032,0,0,0.9285714285714286,0.17227670288894778,1,0.5,-48.565121412804004,0,0,-33.33333333333333,0,0,0.0,24.589796197359163,1,0,1,0,1,0,8.92857142857143,0.08701528948431947,13.888888888889177,0.36903204845316184,-2.72352941176473,0,0,0.45209319469895226,0.14285714285714285,,,0.21199737345709582,13788.358855977654,0,0,,-62.981984790198645,54.64852607709751,1,1,-0.1533834586466152,0.6861891571032885,538.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.9166666666667,554.7333333333333,538.2666666666667,-1.0857929346995143,1,0,0,none,1,-0.15126050420168066,0.0,1,0.211,0,1,0,0.042403457786826054,12.5,-0.23623111116903006,13.333333333333746,21.666666666667354,-1.8985427045422512,-1.662311593373221,1.515486267993882,538.2,540.75,544.6666666666666,-0.6934812760055475,0,0,1.6428571428571428,0.30593242883745675,0,0.0,-118.42980705255749,1,0,-100.0,1,0,-0.7393715341959317,6.910531629953425,0,0,0,0,0,0,-9.722222222222214,-0.025540705432878452,-8.333333333333334,-0.028874702507851954,-4.214705882352973,0,0,0.5105186780791986,0.14285714285714285,-15899429262.877464,,0.6332377542612746,-307640.81610227004,0,0,,-63.103489355452126,75.93537414965988,1,1,-0.32857142857142796,0.9002239140170176,538.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.6500000000001,564.0,537.0,-1.4045717433214144,1,0,0,none,1,-0.2727272727272727,-0.186219739292365,0,0.182,0,0,0,0.0,20.0,-0.15983259283135087,8.928571428571594,8.267195767195876,-3.159360805436336,-2.999528212604985,1.944191749387285,539.0,542.7,552.2833333333333,-1.0503040353786686,0,0,2.142857142857143,0.39904229848363926,0,0.1111111111111111,-166.19318181817823,1,0,-87.5,1,0,-1.2867647058823484,6.334629031750566,0,0,0,0,0,0,-3.07692307692308,-0.09619554933211516,4.166666666666667,-0.1604301092463535,-6.585294117647095,0,0,0.7165409991464659,0.2184873949579832,,,1.1763050166928835,-835467.2711361647,0,0,,-63.06983025936703,41.831540308431066,1,1,-0.4060150375939814,0.8292288967501968,536.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,563.5333333333333,564.0,537.8666666666667,-4.7083875547142995,0,0,0,none,1,-0.3291139240506329,0.0,0,0.35,-1,0,0,0.06829403412844308,20.0,-0.16444718321774587,21.428571428571445,25.0132275132277,-4.164504577611979,-4.000057394394233,2.5081133129250177,540.6,544.9,555.6166666666667,-1.082767480271607,0,0,2.857142857142857,0.5300821627352239,0,0.08333333333333333,-158.28924162257545,1,0,-85.71428571428571,1,0,-0.9191176470588203,10.816845427928413,1,0,1,0,1,0,-13.333333333333329,-0.012402859523962473,-0.7936507936507944,-0.05021029992516802,-10.626470588235293,0,0,0.9963072829922852,0.40336134453781514,-19873649032.23934,-3954553.7081985474,1.260338653211397,-938173.3626300693,0,0,,-62.91321099219126,50.37835892546197,1,1,-0.5338345864661653,0.8544241577794802,538.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.5833333333333,563.0,538.0,-4.1919715597689144,1,0,0,none,1,-0.3389830508474576,-0.1855287569573284,0,0.286,0,0,0,0.11432601392446522,4.347826086956516,-1.0651470041129292,11.683375104427506,8.982177666388088,-5.796208670967644,-4.731061666854715,6.243904490657502,542.4,552.3,561.3666666666667,-2.4081115335868097,0,0,4.5,0.8348794063079777,0,0.07692307692307693,-118.60229085109356,1,0,-90.47619047619048,1,0,-2.177858439201452,8.400828792386505,0,0,0,0,0,0,0.3478260869565162,-0.005772860240099931,3.174603174603172,-0.10675263830748033,-14.200000000000045,0,0,0.9984057230499918,0.0,-22458204845.768246,-21682565.555000305,1.5577426061848754,-3936277.2470335066,0,0,,-62.83791938160404,47.23519194708534,1,1,-1.4225563909774495,0.9529375059231423,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,570.4333333333334,571.0,546.0666666666667,-5.510430666744592,0,0,0,none,1,-0.6326530612244898,-0.1855287569573284,0,0.167,-1,0,0,0.0,12.5,-1.872116966735888,10.799168152109504,9.010447613389033,-6.751141690481859,-4.879024723745971,6.062298656508005,544.0,557.0,567.2166666666667,-3.2315978456014416,0,0,5.642857142857143,1.0469122714020673,0,0.08333333333333333,-160.4184829991278,1,0,-91.66666666666666,1,0,-4.0925266903914626,8.25409568403677,0,0,0,0,0,0,-14.772727272727266,-0.18532898218021643,2.777777777777777,-0.21318874411294217,-18.985294117647072,0,0,1.6702233084867784,0.008403361344537815,-25652350716.349384,-46459863.395786285,1.3021703223464296,-7075539.963825911,0,0,,-62.728200279864495,36.81751920413925,1,1,-1.2285714285714315,0.7413167334880773,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,563.65,576.0,560.4,-4.373281291581654,0,0,0,none,1,-0.9487179487179487,-0.3710575139146568,0,0.125,-1,0,0,-2.1710344848443057,-7.6281128200515695,-5.457078335207264,557.4,572.75,581.0333333333333,-4.845045831514627,0,0,12.642857142857142,2.3197903014416776,0,0.1509433962264151,-189.36203400405554,1,0,-79.48717948717949,0,0,-3.880070546737213,25.08713873355468,0,0,0,0,0,0,-2.935606060606048,-0.773727853580227,8.798391151332325,0.031180954858480797,-14.494117647058829,0,0,4.809781533706686,0.31932773109243695,-34729442987.122154,-193605226.5179901,0.8731894525216549,-3403889.7735478133,0,0,,-62.1091203139047,35.49756474873272,1,1,-1.9375939849624142,0.761213461277251,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,590.1,591.0,558.6,-7.64277241145569,0,0,0,none,1,0.034482758620689655,-0.3669724770642202,0,0.5,-1,-1,0,1.0932617962831976,-27.46019701735395,-28.553458813637146,560.6,582.35,686.2,-7.100540911822795,0,0,41.785714285714285,7.723791919725375,1,0.480225988700565,-123.97961002388345,1,0,-50.86705202312138,0,0,-8.614864864864868,41.00667203006366,1,0,1,0,1,0,-3.7067170007810475,-1.4698856376487903,-4.526305476633688,0.2098734466248038,-51.335294117647095,0,0,7.841226311950704,0.008403361344537815,-60010522030.26618,-685603830.9918976,0.6468042134159286,-52108879.227697015,0,0,-1.5127177571460946,-57.018020838200144,62.510887294017174,1,1,-1.9255639097744397,0.5188129712398954,535.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,above,3.511,0,0,675.15,780.6666666666667,537.1666666666666,-19.86965859438643,1,0,0,none,1,-5.508474576271187,6.099815157116451,0,0.0,-1,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,32.29166666666667,24.927423409396834,15.477599917827611,9.17568431288183,36.41304347826087,57.0556154273211,60.26147632888103,0.0,10.863317139775887 -329,2026-02-12 00:06:00,buy,536.0,0.172,53,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53,0.1835042674015393,19.04761904761905,-1.2451492172585432,2.7777777777780663,5.370370370370963,-1.9535540012742558,-0.7084047840157126,4.660856334258608,541.8,549.1,546.1666666666666,-1.4751411400473535,0,0,3.0,0.5545286506469501,0,0.058823529411764705,-99.00222803448588,0,0,-91.66666666666666,1,0,-1.814882032667875,20.692649941538903,0,0,0,0,0,0,2.380952380952394,0.11696162339216087,-3.8888888888888893,0.08624354130304823,-6.591176470588266,0,0,1.2547285436268019,0.8319327731092437,-13271351011.743515,-2166630.166978836,1.2791804582422324,-554581.0751929581,0,0,,-62.81672392930471,52.67693271053654,1,1,-1.0240601503759539,0.8966121913165525,540.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,556.65,557.0,536.0,-2.8114614210006272,1,0,0,none,1,-0.008403361344537815,-0.36968576709796674,0,0.515,0,0,0,0.08861585944502136,39.39393939393939,-1.6264737481825513,16.349206349206764,14.232804232804932,-0.7302005927207347,0.8962731554618166,3.9485819980555905,542.2,547.9,543.0333333333333,-1.6243840116809571,0,0,5.0,0.927643784786642,0,0.19047619047619047,-161.61616161615999,1,0,-80.95238095238095,1,0,-3.5778175313059046,43.74605476665635,0,0,0,0,0,0,-1.231060606060609,-0.16748220093992838,3.9682539682539666,0.1502399746444155,-5.720588235294144,0,0,1.6091525939305127,1.0,,,1.4511519881024375,-1465112.1417581663,0,0,,-62.937157691513605,34.5731451362153,1,1,-0.2661654135338323,0.08476300502967105,535.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,545.15,556.0,535.7,-1.1281298725121514,1,0,0,none,1,-0.0707070707070707,0.0,0,0.458,-1,0,0,0.2505076997659504,43.33333333333333,-0.422028272051705,21.11111111111128,40.26455026455038,1.1131831021956486,1.5352113742473537,3.3428715525869066,547.4,545.55,544.0,-0.834020713041872,0,0,5.214285714285714,0.9638236070768419,0,0.2857142857142857,-157.24563206577795,1,0,-71.42857142857143,0,0,-0.36832412523020164,52.6258532058042,0,0,0,0,0,0,-3.095238095238102,-0.5234341811684402,-14.285714285714288,0.2805200334396762,0.6970588235293462,0,0,1.701583482225315,0.9915966386554622,,,2.3231541254238777,-296841.1941988375,0,0,,-62.76609121772179,45.75853340559223,1,1,0.35714285714286087,0.21476497929213445,535.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.1833333333334,564.0,535.9666666666667,-0.5849744265106871,1,0,0,none,1,-0.2911392405063291,0.0,0,0.48,0,0,1,0.40358892345339137,48.88888888888889,0.6437277846200892,54.36507936507939,89.4179894179896,0.6632877221042008,0.019559937484111632,4.105742835648816,549.4,543.15,549.4333333333333,-0.39583908680842494,0,0,5.571428571428571,1.0298389226300502,0,0.3125,-79.51070336391487,0,0,-78.57142857142857,0,0,-0.7339449541284404,54.13817318418734,0,0,0,0,0,0,-8.888888888888879,-0.7141700624679909,-42.857142857142854,0.31177641281173113,3.2000000000000455,0,0,2.2821604624755207,0.9159663865546218,-19884947695.409706,,3.668107807511916,-1825245.3748744726,0,0,,-62.743222257721975,28.21889445363422,1,1,0.6954887218045075,0.5446846733292465,538.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,538.25,563.0,536.0,0.510915002322343,1,0,0,none,1,-0.3728813559322034,-0.5545286506469501,0,0.333,-1,0,1,0.3259021221423718,45.00000000000001,1.2251946728619991,82.05128205128182,90.96459096459085,-2.8277028961319957,-4.052897568993995,3.1150825321798994,545.8,543.95,557.25,-0.5423292582038886,0,0,6.071428571428571,1.122260364404542,0,0.3076923076923077,-73.21324811156501,0,0,-69.23076923076923,0,0,0.37105751391466324,41.06345699291484,0,0,0,0,0,0,-18.33333333333333,-0.46361976741001865,-18.31501831501832,0.28794417715544257,-5.47352941176473,0,0,2.253183072993547,0.8739495798319328,-22472052782.80871,-13847937.040462494,3.8361536099527034,-849054.9297299385,0,1,,-62.664883210466506,45.852416824131424,1,1,-0.12706766917293352,0.03149206055172815,541.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.5666666666666,563.0,537.0,-3.8336197191443877,1,0,0,none,1,-0.4897959183673469,-1.478743068391867,0,0.25,-1,-1,1,0.21869103021373143,29.411764705882348,-0.2455340497872962,32.18599033816443,26.00644122383277,-6.444275324528576,-6.19874127474128,6.989162065262489,542.4,551.85,564.2833333333333,-1.966113980248263,0,0,7.214285714285714,1.3335093741748085,0,0.16666666666666666,-77.91557058749846,0,0,-82.6086956521739,1,0,-1.814882032667875,17.960401648696546,0,0,1,0,0,0,-6.3025210084033745,0.03798598139327769,0.24154589371981317,0.18038169110494667,-14.58823529411768,0,0,2.3907173935284196,0.3865546218487395,-25680036823.923645,-50056486.08362579,3.4799580064195315,-4292410.774918169,0,0,,-62.55130765872262,57.98318109223668,1,1,-1.4413533834586407,0.7820538439586265,541.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,563.5166666666667,571.5333333333333,539.4666666666667,-3.9957410310254016,1,0,0,none,1,-0.8205128205128205,-1.6635859519408502,0,0.2,-1,-1,1,-3.055129063921717,-10.026732932042592,-6.971603868120875,548.6,567.95,579.1333333333333,-4.745136015494333,0,0,12.214285714285714,2.2577237919197253,0,0.07547169811320754,-143.20241691842944,1,0,-88.23529411764706,1,0,-6.239168110918547,30.781770968273662,0,0,0,0,0,0,1.3386123680241298,-0.052155996188995246,-12.207463630613535,0.0427970650514167,-24.367647058823536,0,0,4.934801175358135,0.4117647058823529,-34722739206.76379,-181681107.98384094,1.674894684675272,-7467052.045402184,0,0,,-62.33701207900641,34.0738789953616,1,1,-2.3766917293232988,0.7994043942147688,541.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,590.1,591.0,540.6,-8.32062362311473,1,0,0,none,1,-1.9310344827586208,-2.2181146025878005,0,0.25,0,0,0,1.077286563936397,-26.714247260166303,-27.7915338241027,555.2,578.2,676.3166666666667,-6.4337599446558364,0,0,43.42857142857143,8.027462371270135,1,0.480225988700565,-104.87562189054695,1,0,-50.86705202312138,0,0,-8.46023688663282,47.815348766292125,1,0,0,0,0,0,-11.24135124135124,-0.893126830265011,-3.961333725221259,0.2590875396283088,-50.75,0,0,9.286676788703904,0.09243697478991597,-59982329520.32536,-432949332.8330841,0.7524053799932633,-52108879.227697015,0,0,-1.5157479412346109,-56.859866365973524,67.56772484385192,1,1,-2.305263157894735,0.5828553273935585,535.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,20,impulse_late,unknown,none,below_cloud,above,7.597,0,0,675.15,780.6666666666667,537.1666666666666,-19.86965859438643,1,0,0,none,1,-5.932203389830509,-5.730129390018484,0,0.0,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.07157464354475039,31.730769230769226,10.759175465057808,19.551079323375323,11.07575904179699,37.43589743589744,53.9499036608863,56.305585491438315,0.0,12.358223651572828 -330,2026-02-13 05:51:00,buy,549.0,0.168,53,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#53,0.1346815511604457,30.769230769230774,-0.29546627479304444,25.000000000000313,30.555555555556154,-1.184309502279575,-0.8888432274865307,1.7278056463735147,552.8,554.5,554.8833333333333,-0.6311992786293907,0,0,1.4285714285714286,0.25926886180969666,0,0.0,-134.94461228600284,1,0,-100.0,1,0,-0.7207207207207245,18.437968307607093,1,0,1,0,1,0,-5.594405594405586,-0.066561040679605,-8.333333333333336,-0.047515172385905115,-3.388235294117635,0,0,0.7538647685886319,0.05042016806722689,-13285321105.07015,,2.802496403692032,-132244.73049479723,0,0,,-62.00817872528337,40.29705741945901,1,1,-0.3443609022556498,0.7234738221701016,551.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,552.0999999999999,568.0,550.6,-0.1992392682484856,1,0,0,none,1,-0.15126050420168066,-0.18148820326678766,0,0.417,-1,-1,1,0.085471072390463,17.647058823529406,-0.6826682542411378,8.333333333333732,5.555555555556139,-1.0398274644815046,-0.35715921024036684,2.6247423988096874,552.4,556.05,554.8833333333333,-1.0880316518298683,0,0,2.2857142857142856,0.4155844155844156,0,0.0,-136.23354321694433,1,0,-100.0,1,0,-1.0791366906474864,6.8086816101394305,0,0,0,0,0,0,-1.102941176470594,-0.12830929859690643,0.0,0.007803641613302076,-2.597058823529437,0,0,1.2225707587324424,0.7310924369747899,-15927511569.49098,-537129.938627243,1.7904634600689209,-212209.700697124,0,0,,-62.06053044186368,26.084663239125483,1,1,-0.41879699248118785,0.46109888280693856,550.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,567.15,568.9,551.4,-3.0238913867583483,0,0,0,none,1,-0.18181818181818182,-0.18181818181818182,0,0.429,-1,-1,0,0.14267607608699648,48.14814814814815,-0.15250700806513318,14.604377104377276,23.69528619528633,-1.4856919159369681,-1.333184907871835,2.3212176914793874,553.0,554.6,562.0166666666667,-0.8294266137756967,0,0,3.7857142857142856,0.6883116883116882,0,0.09090909090909091,-158.83306320907548,1,0,-90.9090909090909,1,0,-0.5424954792043413,41.75892973468039,1,0,0,0,0,0,-6.018518518518512,-0.2931245618419911,-11.78451178451178,0.1550622666947221,-2.6088235294116657,0,0,1.6336019203634868,0.7394957983193278,-20533008664.38375,-1517630.8608093262,1.5934800699776097,149201.80117079243,1,0,,-62.02614111590331,10.487557071408004,0,1,0.07669172932331217,0.01987438107463757,549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,553.05,575.1,550.8,-0.5514872073049348,0,0,0,none,1,-0.16455696202531644,-0.18181818181818182,0,0.45,-1,0,0,0.35801707407031325,50.0,0.26773943709731896,34.166666666666686,47.50000000000019,-2.2553513073730755,-2.5230907444703945,2.0319077917162525,555.0,554.6,562.9,-0.28849621348719934,0,0,3.9285714285714284,0.7104107465771118,1,0.4,-151.65165165165246,1,0,-60.0,0,0,-0.3603603603603567,55.78147901952774,1,0,1,0,1,0,1.3513513513513473,-0.10068199872278027,-7.5,0.2824616884201365,-5.455882352941217,0,0,2.2116040958806042,0.8151260504201681,-19938318459.508522,-4188140.4678459167,1.0159331525348796,84035.13594698906,1,0,,-61.79897551882432,39.441688337660516,1,1,0.012030075187960669,0.0006382002752161053,549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,559.4166666666667,574.0,552.3333333333334,-1.147028154327434,1,0,0,none,1,-0.05084745762711865,-0.18083182640144665,0,0.571,0,0,0,0.23170139369542228,36.84210526315789,-1.3639709457120335,39.09313725490174,35.94771241830056,-1.7832836383889799,-0.4193126926769463,6.522666041794512,555.2,562.85,555.0166666666667,-1.7500222084036676,0,0,6.857142857142857,1.239989666752777,0,0.17391304347826086,-92.47311827956983,0,0,-76.47058823529412,0,0,-2.9824561403508754,22.391397836631356,0,0,0,0,0,0,-4.229323308270672,0.033569518334959136,-0.49019607843137436,0.2822099147966607,-7.0882352941176805,0,0,2.8223559508206186,0.9915966386554622,-22552626642.639923,,0.4813136711335385,-1356474.7851198614,0,0,,-61.72343347710043,56.8091519698993,1,1,-1.3481203007518656,0.7551090872662907,549.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,566.1333333333333,572.0,548.5333333333333,-2.319830428638714,1,0,0,none,1,0.20408163265306123,-0.18083182640144665,0,0.667,0,0,0,0.3864605500749337,50.0,-1.5444322789940461,16.494133885438416,15.233494363929402,1.2438144291209028,2.788246708114949,6.369149394790667,555.2,560.05,556.2,-0.7231497187751068,0,0,8.428571428571429,1.5159301130524152,0,0.30434782608695654,-70.36100252931692,0,0,-69.56521739130434,0,0,-2.626970227670755,41.89811443602888,0,0,0,0,0,0,-2.238805970149251,-0.04499586520659271,5.3830227743271255,0.42197171567949254,-0.388235294117635,0,1,2.7775508656523735,0.8907563025210085,-25789515172.455467,-83870844.71389008,0.5598511667579581,-3362385.740965724,0,0,,-61.40360789302585,40.706521254991756,1,1,0.4278195488721652,0.08055505586163325,549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,539.9166666666667,572.0,539.3333333333334,2.978854761537253,1,0,0,none,1,0.1282051282051282,-0.1798561151079137,0,0.5,0,0,0,1.9629233557529355,-4.7895863514966095,-6.752509707249545,562.0,559.8,575.45,-0.8574490889603381,0,0,13.285714285714286,2.393822393822394,0,0.5294117647058824,-21.117206394147857,0,0,-33.33333333333333,0,0,-0.8928571428571397,50.92137705172896,1,0,1,0,1,0,-9.843137254901961,-0.4761353221995108,-8.444444444444457,0.3866348474779013,-7.0882352941176805,0,0,5.298078589090669,0.44537815126050423,-34832670439.70053,-135610652.17386627,0.6004590963613288,4069679.0473222584,1,0,,-61.261305940059884,32.99919340526122,1,1,-0.9142857142857154,0.19455610887782038,554.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,564.3833333333333,586.4666666666667,537.0,-1.6625815787142284,1,0,0,none,1,-1.0689655172413792,-2.1621621621621623,0,0.429,-1,0,0,3.3919295903720688,-22.894392123356965,-26.286321713729034,557.0,575.35,665.9833333333333,-1.6250977665768662,0,0,27.857142857142858,4.921756688541141,1,0.6214689265536724,-37.599421547360656,0,0,-67.02127659574468,0,0,-2.9159519725557415,46.750034545937716,0,0,0,0,0,0,-6.842105263157897,0.7630107392494523,-10.20169720821547,0.37234784521157227,-42.28235294117644,0,0,10.295826484309465,0.19327731092436976,-59979522149.868004,-460850504.2958374,0.5367220244293027,-52108879.227697015,0,0,-1.4789012278061955,-54.750611979878514,73.11234576599243,1,1,-1.9496240601503796,0.46856319692744763,548.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,23,impulse_late,unknown,none,in_cloud,below,-5.517,0,0,675.15,780.6666666666667,537.1666666666666,-16.1667777530919,1,0,0,none,1,-5.508474576271187,-4.063604240282685,0,0.0,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.40214393997366926,42.15686274509804,107.40740740740739,106.00484144274994,8.762350422954038,43.1578947368421,49.52855327348008,54.402902472020635,0.3612762536922992,11.71463292933474 -331,2026-02-15 04:39:00,sell,641.0,0.65,53,고점 매도 · 비중 65% · 분할 · leg#53,1.0,75.0,0.7148309748958295,119.04761904761934,118.65079365079426,1.7805444502297405,1.065713475333911,1.8146085598086201,637.6,633.55,631.55,1.0180727645805465,0,0,2.142857142857143,0.33482142857142855,0,1.1111111111111112,206.44825793031794,0,1,14.285714285714285,0,1,0.9463722397476282,89.3702133452757,0,0,0,0,0,0,6.578947368421055,0.1234435192209461,4.761904761904731,1.145380822338039,4.982352941176487,0,0,0.9070553675684168,0.6218487394957983,-13295122878.032806,,0.7034299734464258,-114576.25090707839,0,1,,-55.66435064380768,16.32351658612163,0,1,0.36616541353383825,0.5680871500190382,640.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,619.2,635.4,610.2,3.3591731266149782,0,0,0,none,1,0.29411764705882354,-0.3125,1,0.735,0,0,0,1.0,66.66666666666666,0.5618554864070395,129.16666666666708,123.88888888888965,2.712409356438684,2.1505538700316444,2.0215858826639668,636.8,633.15,625.55,1.3977730395640986,0,0,2.9285714285714284,0.4561637739207832,0,1.3,234.85415108451343,0,1,30.0,0,1,1.7432646592709933,70.4738108516654,0,0,0,0,0,0,7.407407407407398,0.3348360876104195,1.6666666666666714,1.216497243812698,5.014705882352928,0,0,1.1586441325012955,0.7058823529411765,-15943866777.098274,-288762.09883499146,1.1702031999275895,692512.7984856777,0,0,,-55.506717744389555,12.515427223520987,0,1,0.35112781954887595,0.4214255762768525,641.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.55,633.8,600.0,6.194690265486735,0,0,0,none,1,0.3939393939393939,-0.3115264797507788,1,0.7,1,0,0,1.0,68.75,-0.21542342055299546,145.8333333333335,143.05555555555569,5.457059205057931,5.672482625610926,2.872228539840418,634.4,630.75,614.2833333333333,1.466508125247712,0,0,4.142857142857143,0.6473214285714286,0,1.1875,195.91261451726592,0,1,37.5,0,1,1.4263074484944571,43.535128900185505,0,1,0,1,0,0,11.607142857142861,0.3436083445573779,4.166666666666657,1.1182873696766427,11.185294117647118,0,0,1.6189699962320403,0.8823529411764706,-20563731996.938435,,0.614756800459515,-137993.74746370316,0,1,,-55.605449155953444,31.83609932169103,1,1,0.6157894736842303,0.6469936869113129,640.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.4666666666667,633.5333333333333,585.0,6.406561737973826,0,0,0,none,1,0.6962025316455697,-0.625,1,0.826,1,1,0,0.8932560024291171,69.23076923076923,0.225755702848085,118.88888888888891,111.97530864197547,7.731884028179252,7.506128325331167,5.81158403874142,633.8,625.7,606.6166666666667,2.2854403068563123,0,0,5.071428571428571,0.7924107142857142,0,1.16,116.9429097605894,0,1,26.666666666666668,0,1,1.5873015873015817,63.39661664464476,0,1,0,1,0,0,-1.5009380863039468,0.2715667309880212,8.8888888888889,1.1865065525742737,16.608823529411666,0,0,1.9658497890175823,1.0,-19973550926.998726,-4291306.498882294,0.4193646800024846,1306422.9895705283,0,0,,-55.58196735419851,59.05732830766715,1,1,1.4060150375939864,0.8372335117503349,638.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,600.4666666666667,632.5333333333333,584.0,6.583768180304195,0,0,0,none,1,0.864406779661017,-0.3125,1,0.824,1,1,0,0.9452530471202292,73.91304347826087,1.8993753089076133,111.74968071519771,111.70254819680095,11.49292444812113,9.593549139213517,9.09173397627654,633.8,615.1,593.9333333333333,4.048122256543651,0,0,7.0,1.09375,0,1.1081081081081081,127.6557026522908,0,1,11.11111111111111,0,1,5.610561056105601,90.78750602244935,0,0,0,0,0,0,2.484472049689444,0.12795322301689005,2.5132275132274913,1.2917938081294917,27.46764705882356,0,0,2.761611590396261,0.9747899159663865,-22600041201.741238,-26824917.557022095,0.5194157571053658,3235104.4613808393,0,0,,-55.49340495245518,39.036343658370626,1,1,2.193984962406019,0.8619268835560273,638.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,621.5,632.1333333333333,578.0,2.976669348350769,0,0,0,none,1,1.2448979591836735,-0.3125,1,0.867,1,1,0,0.9647635299977877,83.33333333333333,2.982388871911464,108.22510192901588,113.719327789004,13.884795986129234,10.90240711421777,11.022997348866166,626.0,601.2,577.2,5.123087159015305,0,0,8.071428571428571,1.277124773960217,0,1.0666666666666667,161.87678290117896,0,1,6.976744186046512,0,1,5.685618729096986,86.35424122761263,0,0,0,0,0,0,5.721393034825866,0.014470846985339847,-6.276569142285581,1.343224504896078,36.450000000000045,0,0,2.434717401501633,0.5462184873949579,-25813401148.09468,-4158966.5242347717,0.806229313938896,11842998.582711726,0,0,,-55.92192861814082,39.882545055733644,1,1,2.6060150375939894,0.865973320323358,632.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,600.6333333333333,629.0,555.0,5.222265386536429,0,0,0,none,1,1.9743589743589745,-1.4240506329113924,1,1.0,0,0,0,7.433492131345937,11.529738304574607,4.09624617322867,604.0,571.85,571.9333333333333,10.51849261169886,0,0,14.714285714285714,2.3282097649186255,0,1.0365853658536586,211.16928446771365,0,1,4.0,0,1,13.261648745519716,84.3808138475951,0,0,0,0,0,0,0.22935779816512536,1.4945570877728729,1.3333333333333428,1.3604073562698291,41.132352941176464,0,0,4.637038804469769,0.19327731092436976,-34820969545.916016,17207125.083015442,1.3656133969297437,41592882.11260283,0,0,-1.0443583318991805,-55.66496957483871,34.45536212696787,1,1,3.4894736842105254,0.779146954713764,632.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,566.1333333333333,619.8,537.0,11.634479510127171,0,0,0,none,1,1.896551724137931,-1.1075949367088607,1,0.778,1,1,0,9.72141259511993,-8.83148771513379,-18.55290031025372,594.0,578.1,648.7333333333333,4.653174191316367,0,0,32.642857142857146,5.3955135773317595,0,0.7967914438502673,155.06035283194058,0,1,-35.18518518518518,0,0,7.2695035460992985,67.68780804628483,0,0,0,0,0,0,1.032487761459727,0.30110641358898604,3.143399810066498,0.6342048430258894,6.558823529411711,1,0,11.230641607381656,0.29411764705882354,-60102513882.729485,-327684292.1893692,1.2781349662127184,-16769101.752178192,0,1,-0.9955199495850287,-51.195855869216686,68.91279880849366,1,1,0.25112781954887,0.0051258092185892945,596.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,22,impulse_late,unknown,none,in_cloud,below,-12.785,0,0,593.9833333333333,780.6666666666667,537.1666666666666,1.8547097281068403,1,0,0,none,1,-3.8813559322033897,7.768595041322314,0,0.125,0,0,0,0,4,0,0,0.0,1.0,0.0,0,1.0,75.22935779816513,103.71428571428571,103.7152477152477,16.359202440988437,55.23809523809524,85.83258054802769,76.69667622905239,0.8240743506913908,14.358353820316674 -332,2026-02-15 06:18:00,sell,641.0,0.35,53,고점 매도 · 비중 35% · 분할 · leg#53,0.9431766824267452,75.0,0.3370684383275888,112.22222222222253,115.18518518518569,1.0051707116209627,0.6681022732933739,1.2922245042180331,640.0,637.35,635.8833333333333,0.572683768729898,0,0,1.1428571428571428,0.17829284599955425,0,1.1666666666666667,136.83527885862736,0,1,16.666666666666664,0,1,0.9448818897637823,89.16794905477983,0,0,0,0,0,0,16.66666666666667,0.05487423616387288,-1.1111111111111143,1.1116434524843808,2.2147058823529733,0,0,0.7048958234653809,0.058823529411764705,-13295280169.114597,-154534.1125946045,0.6350426851567834,665120.8201888651,0,0,,-55.58534986467654,19.74389682262305,0,1,0.28947368421052605,0.6917899964062915,641.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,623.1166666666667,639.0666666666667,618.7666666666667,2.86998154438709,0,0,0,none,1,0.24369747899159663,-0.15600624024961,0,0.719,1,1,0,0.8986725039287037,52.94117647058823,0.16838030535186377,123.33333333333375,124.44444444444521,1.5569060683285443,1.3885257629766805,1.2189694120379668,639.8,637.9,633.0666666666667,0.48596958770967813,0,0,2.0714285714285716,0.32315578337419215,1,1.2,154.97076023392304,0,1,20.0,0,1,0.7861635220125729,73.47580657530575,0,1,0,0,0,0,-4.953560371517028,0.09204601150091807,-4.444444444444414,0.9114121097474783,4.100000000000023,0,0,0.8879944875815313,0.33613445378151263,-15943947423.417286,32251.756664276123,0.551642081247968,410109.08183739707,0,0,,-55.566267623773214,17.85251715702844,0,1,0.030075187969924547,0.008377489685213901,641.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,622.0,640.0,609.3333333333334,3.0546623794212246,0,0,0,none,1,0.40404040404040403,-0.31201248049922,1,0.714,0,0,0,0.8960144518743981,69.56521739130434,-0.4852085553426253,109.5238095238097,92.0634920634922,4.024007197849528,4.509215753192153,2.1453533669678335,638.0,635.6,620.4333333333333,0.8495909376966537,0,0,3.2857142857142856,0.5125919322487185,0,1.25,134.2868494239146,0,1,28.57142857142857,0,1,0.15624999999999112,65.16975439470639,0,0,0,1,0,1,5.928853754940711,0.19847011871913978,20.634920634920633,0.9611481531017849,6.6617647058823195,0,0,1.1557051634971187,0.6974789915966386,-20564273142.272717,-541145.3342819214,0.46734893565163454,224742.76614738256,0,0,,-55.52632375323386,34.715000859550216,1,1,0.42706766917293315,0.5493080527405478,641.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.5333333333333,639.0,595.0,6.032201146890159,0,0,0,none,1,0.6329113924050633,-0.46801872074883,1,0.792,1,0,0,0.8742130108457554,65.51724137931035,-0.45690104606782267,113.22751322751326,107.23104056437406,6.605083323520148,7.061984369587971,3.163703397908329,637.8,633.5,612.4333333333333,1.1838989739542116,0,0,4.142857142857143,0.6463115667483843,0,1.25,94.68969929622415,0,0,42.857142857142854,0,1,1.5847860538827252,57.55778226984332,0,1,0,1,0,0,8.850574712643684,0.1129124655641558,9.523809523809547,1.03799293249274,13.376470588235293,0,0,1.5515711658708435,0.8151260504201681,,,0.7099314637566552,337004.8842649162,0,0,,-55.50216352898947,38.115855169799325,1,1,0.7112781954887247,0.7053135984615617,636.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,601.7833333333333,638.0,590.3,6.516741906001622,0,0,0,none,1,0.9152542372881356,0.0,0,0.882,1,0,0,0.8150102247319665,76.92307692307693,0.9981845312617921,107.54227053140073,107.89191052621827,11.576405648617879,10.578221117356087,9.333004818269329,637.2,620.75,597.4333333333333,2.939991945227538,0,0,6.714285714285714,1.0507489380728818,0,1.0833333333333333,90.00844106801783,0,0,13.043478260869565,0,1,2.2399999999999975,89.75832664265081,0,1,0,1,0,1,-0.34965034965034647,-0.27741121597000173,0.6441223832528067,1.0931256510786438,26.964705882352973,0,0,2.7086722752906427,0.9327731092436975,,,0.8729329418272533,-329407.3107636273,0,1,,-55.55350917088276,47.914373006783244,1,1,2.3135338345864667,0.8930243503760338,636.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,600.8499999999999,636.0,579.0,6.349338437213969,0,0,0,none,1,1.2040816326530612,0.0,0,0.867,0,0,0,0.9307721666175492,87.32394366197182,2.9978509030246254,112.17618830477944,109.44038061918702,15.42937773898791,12.431526835963284,12.298495496027346,633.6,606.85,579.6833333333333,5.2978495509598655,0,0,8.428571428571429,1.3190252626872345,0,1.127659574468085,116.15296803652951,0,1,17.647058823529413,0,1,6.6777963272120155,83.63138722100506,0,0,0,0,0,0,0.18108651911468598,-0.12077708093280748,4.256336681013863,1.3335285220074877,37.49117647058824,0,0,2.444750978927633,0.5798319327731093,-25831310099.27085,-18180617.32690811,1.2488865873385249,15984339.00311333,0,0,,-55.42014036942147,42.28229011941313,1,1,2.9781954887218034,0.8917184336672237,632.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,602.1666666666667,633.0,563.9333333333333,6.1168004428452605,0,0,0,none,1,2.1538461538461537,-0.3129890453834116,0,1.0,0,0,0,7.433492131345937,11.529738304574607,4.09624617322867,604.0,571.85,571.9333333333333,10.51849261169886,0,0,14.714285714285714,2.3282097649186255,0,1.0365853658536586,211.16928446771365,0,1,4.0,0,1,13.261648745519716,84.3808138475951,0,0,0,0,0,0,0.22935779816512536,1.4945570877728729,1.3333333333333428,1.3604073562698291,41.132352941176464,0,0,4.637038804469769,0.19327731092436976,-34820969545.916016,17207125.083015442,1.3656133969297437,41592882.11260283,0,0,-1.0443583318991805,-55.66496957483871,34.45536212696787,1,1,3.4894736842105254,0.779146954713764,632.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,566.1333333333333,619.8,537.0,11.634479510127171,0,0,0,none,1,1.896551724137931,-1.1075949367088607,1,0.778,1,1,0,9.72141259511993,-8.83148771513379,-18.55290031025372,594.0,578.1,648.7333333333333,4.653174191316367,0,0,32.642857142857146,5.3955135773317595,0,0.7967914438502673,155.06035283194058,0,1,-35.18518518518518,0,0,7.2695035460992985,67.68780804628483,0,0,0,0,0,0,1.032487761459727,0.30110641358898604,3.143399810066498,0.6342048430258894,6.558823529411711,1,0,11.230641607381656,0.29411764705882354,-60102513882.729485,-327684292.1893692,1.2781349662127184,-16769101.752178192,0,1,-0.9955199495850287,-51.195855869216686,68.91279880849366,1,1,0.25112781954887,0.0051258092185892945,596.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,22,impulse_late,unknown,none,in_cloud,below,-12.785,0,0,593.9833333333333,780.6666666666667,537.1666666666666,1.8547097281068403,1,0,0,none,1,-3.8813559322033897,7.768595041322314,0,0.125,0,0,0,0,3,0,0,0.0,0.75,0.0,0,1.0,75.22935779816513,103.71428571428571,103.7152477152477,16.359202440988437,55.23809523809524,85.83258054802769,76.69667622905239,0.8240743506913908,14.358353820316674 -333,2026-02-17 23:45:00,buy,574.0,0.159,54,저점 분할 매수 · 비중 16% · 6회 · BB하단 · leg#54,0.0,31.25,-0.5528420143671644,66.26984126984156,96.16402116402179,-0.36310396192368444,0.18973805244348,1.2498326208687662,587.2,588.3,587.5,-0.9009009009008917,0,0,2.2857142857142856,0.39206076941926,0,0.5714285714285714,-415.6206415620577,1,0,-42.857142857142854,0,0,-0.8503401360544172,4.4977588470942464,0,0,0,0,0,0,0.0,-0.2806696396764201,-30.952380952380963,-0.016210245019506134,-2.9470588235293462,0,0,0.9666306372521095,1.0,,,10.890483342950237,-548855.2967720479,0,0,,-59.39706444490663,28.737274630131772,1,1,-0.1233082706766998,0.15749654510105693,575.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,586.9,589.0,577.3333333333334,-0.6645084341455054,1,0,0,none,1,-0.04201680672268908,0.0,0,0.545,0,0,1,0.15912975602390522,43.75,-0.12992727430257556,103.96825396825437,93.91534391534464,0.2946134312009008,0.42454070550347633,1.022705320430518,588.2,588.05,586.9833333333333,-0.34860981209080544,0,0,2.642857142857143,0.45099951243295955,0,0.7857142857142857,-434.5991561181335,1,0,-21.428571428571427,0,0,-0.17035775127768327,21.728031780659748,0,0,0,0,1,0,-6.25,-0.216045497376189,3.9682539682539613,0.3064041768498564,-1.7323529411764866,0,1,1.067734731204667,1.0,,,10.319871126840003,-416740.0046630688,0,0,,-59.17065533451127,17.4527060241346,0,1,0.09097744360901946,0.12815216154470876,575.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.9000000000001,588.2,578.6,1.2264639834168145,1,0,0,none,1,-0.0707070707070707,0.0,0,0.435,-1,-1,1,0.2157184951298487,47.05882352941176,0.1247689330763031,104.44444444444463,116.29629629629642,0.013836458907917404,-0.1109324741683857,0.8383888381852046,588.2,587.4,588.7166666666667,-0.23833844058562814,0,0,2.7857142857142856,0.47537786445636276,1,0.8,-440.67796610168347,1,0,-20.0,0,0,0.17094017094017033,19.292463122178432,0,1,0,1,0,0,-2.941176470588239,-0.19392441775644348,-17.77777777777777,0.36532394003112406,-1.270588235294099,0,1,0.9465894468587231,0.8823529411764706,-20712025202.461327,-3507886.85943985,8.488821687715221,-684735.9843018465,0,1,,-59.133223474650386,20.12265512265512,0,1,0.04962406015037093,0.05686090225563922,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.95,597.0,578.6333333333333,1.2177217376284633,1,0,0,none,1,-0.13924050632911392,-1.023890784982935,0,0.375,0,-1,1,0.8671612613735177,61.53846153846153,0.4881646658285894,113.67521367521368,128.63247863247878,-0.4282149530199604,-0.9163796188485498,0.8814235855345983,588.4,587.1,591.3,0.3236245954692407,0,0,2.642857142857143,0.4487024011642008,1,1.0769230769230769,-319.19191919191184,1,0,7.6923076923076925,0,1,0.34071550255536653,41.526241875141714,0,0,0,0,0,0,0.0,0.03481594439417246,-14.102564102564102,0.6039155574653097,-2.2382352941176578,0,0,0.724893934896457,0.0,,,5.424851390934763,789739.870282501,0,0,,-58.90337549310556,27.599361422890826,1,1,0.10827067669172379,0.24514115477373488,575.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,596.6333333333333,597.0,579.4,-1.2794010838594327,1,0,0,none,1,-0.15254237288135594,0.0,0,0.3,0,0,1,0.5197968227169089,47.61904761904762,0.3662698422773092,77.22222222222199,52.724867724867615,-1.7844920936875042,-2.1507619359648134,1.715800145815487,587.8,588.8,593.8,0.033967391304345895,0,0,3.9285714285714284,0.6669900557846228,1,0.7857142857142857,-240.0793650793669,1,0,-8.333333333333332,0,1,0.34071550255536653,20.853646486350485,0,0,0,0,0,0,2.16450216450216,0.13382955376037398,30.55555555555555,0.4876610844576559,-6.476470588235202,0,0,1.1470166017189751,0.2689075630252101,-22835220919.792027,-6867603.041118622,5.137388596844887,59797.33148011565,0,0,,-58.82088972237645,36.062648344824375,1,1,-0.27969924812029373,0.4292414203826427,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.65,599.0,579.4,-0.44789994084339924,1,0,0,none,1,-0.08163265306122448,-1.0186757215619695,0,0.333,0,0,1,0.31030327237914684,32.14285714285715,-0.4111474539139768,28.977272727272908,16.874098124098378,-3.2586948853808053,-2.8475474314668285,3.555866591815822,586.8,593.0,601.0833333333334,-0.6745362563237767,0,0,4.357142857142857,0.7397526073247634,0,0.5238095238095238,-174.30303030303037,1,0,-31.25,0,0,-0.5067567567567544,15.07359500199199,0,0,0,0,0,0,12.142857142857153,0.3058016958536691,20.535714285714285,0.3531792902202145,-9.067647058823582,0,0,1.5786496060428157,0.09243697478991597,-26150950552.566704,-10771623.038909912,3.0211016728377658,-228960.23883208632,0,0,,-58.70152697928525,35.720133162178946,1,1,-0.7578947368421077,0.7234449760765553,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,598.65,599.0,579.4,-1.6119602438820602,1,0,0,none,1,-0.28205128205128205,-1.0186757215619695,0,0.375,0,0,1,-3.4958663483626413,2.4239481865681682,5.91981453493081,593.8,605.2,581.0666666666667,-3.172504957039002,0,0,13.0,2.218430034129693,0,0.1568627450980392,-126.38273097765219,1,0,-80.95238095238095,1,0,-1.3468013468013518,40.72611427133291,0,0,0,0,0,0,1.1911514463981945,-0.3911124756879083,-0.132275132275133,0.310744590669353,1.9941176470588289,0,0,5.01333476189708,0.2773109243697479,-35038442744.71751,-62344525.46069336,0.5224565646029439,-3629255.4444358796,0,0,-2.259204552634012,-58.690614116408526,37.56468564114801,1,1,-1.4150375939849638,0.2855443420697906,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,625.25,629.0,556.5,-6.27748900439824,1,0,0,none,1,0.6896551724137931,-1.023890784982935,0,0.667,0,0,0,5.745696801021552,-4.893994801346366,-10.639691602367918,596.8,580.25,633.5,-0.38776389487289453,0,0,32.714285714285715,5.659911023232823,0,0.39814814814814814,28.92833662064447,0,0,-60.18518518518518,0,0,6.839186691312382,67.81171978593653,0,0,0,0,0,0,-4.802999948631019,-2.17381906166203,-6.172839506172842,0.4114352441207423,16.873529411764707,0,0,10.865297353195823,0.2605042016806723,-60218543350.3345,-236213830.00914,0.3954060597059187,-11428492.490396023,0,1,-1.3233258038900693,-53.228673872180565,68.97933534041427,1,1,1.3902255639097736,0.14001073382549467,572.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,none,in_cloud,below,-3.321,0,0,593.9833333333333,780.6666666666667,537.1666666666666,-2.6908723589326278,1,0,0,none,1,-2.694915254237288,5.709342560553633,0,0.143,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.193608991099913,25.60975609756099,17.810618500273666,16.6113239676458,10.354432293649795,53.39805825242718,54.32098765432096,59.15637860082302,0.4744091977811963,15.152471249532637 -334,2026-02-19 22:42:00,buy,545.0,0.168,54,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54,0.11417672767620964,31.25,-0.2225602694344877,19.444444444444745,24.074074074074687,-1.439227976529878,-1.2166677070953904,1.6244741275555068,548.2,550.45,552.85,-0.6267599236988053,0,0,1.8571428571428572,0.3395142334813267,0,0.0,-127.34082397003571,1,0,-100.0,1,0,-0.36429872495445936,23.192403390782374,1,0,1,0,0,0,-2.0833333333333286,-0.05484692750879305,-5.555555555555557,0.07909714507403769,-3.597058823529437,0,0,0.7253320461143735,0.9831932773109243,-13340794304.050423,-124113.7581577301,0.4141366517175598,-22567.47822110355,0,0,,-61.81743735073502,55.762253619396475,1,1,-0.31654135338346273,0.7017583453103499,547.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,553.5166666666667,557.7666666666667,547.0,-1.1773207672156838,1,0,0,none,1,-0.12605042016806722,-0.18281535648994515,0,0.348,-1,0,0,0.0,21.42857142857143,-0.4893643675899362,16.203703703704132,16.049382716050115,-1.7489097853136855,-1.2595454177237493,1.8944996545282349,548.6,551.75,554.1833333333333,-1.04213864975079,0,0,2.142857142857143,0.39246467817896385,0,0.1111111111111111,-174.41345728198482,1,0,-88.88888888888889,1,0,-1.2658227848101222,15.2008619173305,0,0,0,0,0,0,-3.5714285714285694,-0.12900022165925207,-1.8518518518518476,-0.07999735085118595,-4.9588235294116885,0,0,0.8771187456329691,1.0,-16027580794.923676,-1953155.8008728027,2.6469333956365597,-837812.5076156296,0,0,,-61.87007976359978,19.664532479658533,0,1,-0.390225563909787,0.7804511278195505,545.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,554.0,562.3333333333334,545.0,-1.4440433212996373,1,0,0,none,1,-0.16161616161616163,-0.3663003663003663,0,0.333,-1,-1,1,0.0,20.0,-0.44238198798727746,35.00000000000018,28.333333333333456,-2.4017840371262764,-1.959402049138999,1.7139957558390138,549.2,552.65,558.8166666666667,-1.2032932235592098,0,0,2.642857142857143,0.48403976975405544,0,0.2727272727272727,-244.91869918698896,1,0,-70.0,0,0,-1.2658227848101222,11.74041658433319,0,0,0,0,1,0,-13.333333333333329,-0.20826806918360607,9.999999999999996,-0.11385333655809683,-6.514705882352928,0,0,0.8573023026778566,0.25210084033613445,,,2.883644702172039,-1440186.2413496375,0,0,,-61.835382274083,44.860961928631106,1,1,-0.29699248120301636,0.5505022528164638,543.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,549.0,565.4,543.8,-0.5464480874316946,1,0,0,none,1,-0.17721518987341772,0.0,0,0.333,-1,0,1,0.0,23.529411764705884,-0.3481568427700936,28.888888888888925,31.666666666666828,-2.751359718861977,-2.4032028760918833,1.920175788128854,551.4,554.35,560.1666666666666,-1.1454857039776334,0,0,2.7142857142857144,0.49530761209593327,0,0.25,-266.12903225805985,1,0,-66.66666666666666,0,0,-1.0830324909747335,14.866482763835464,0,0,1,0,1,0,0.0,-0.1784483928311147,-5.555555555555554,-0.09573030102069695,-7.820588235294167,0,0,0.8767467512374066,0.13445378151260504,-20174389523.22164,-3246182.396949768,2.0402906769603875,-1333456.7125701308,0,0,,-61.67613356412207,50.12217106202068,1,1,-0.3646616541353511,0.6572311492219987,545.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,548.85,566.0,545.0,-0.1548692721144218,1,0,0,none,1,-0.1694915254237288,-0.36496350364963503,0,0.385,0,0,1,0.03466439142586274,15.384615384615387,-0.8118753146899578,19.166666666666437,15.277777777777663,-3.8896810627078366,-3.077805748017879,4.13451565865381,552.0,558.75,565.8666666666667,-1.9239373601789733,0,0,4.214285714285714,0.7690302398331595,0,0.10526315789473684,-156.1855110242206,1,0,-87.5,1,0,-1.6157989228007152,15.872175490755055,0,0,0,0,0,0,-11.538461538461533,-0.16041867156220446,4.166666666666666,-0.03746833012965801,-8.835294117647095,0,0,1.3928352797788486,0.40336134453781514,-22869263467.86404,-5799712.405960083,2.408660566053999,-1524238.4069446027,0,0,,-61.59967968217206,45.79432824659061,1,1,-0.9165413533834665,0.8814705402559642,546.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,556.7333333333333,572.1333333333333,546.0,-1.5686744102502703,1,0,0,none,1,-0.5714285714285714,-0.5474452554744526,0,0.25,-1,0,1,0.0,39.99999999999999,-0.5580400540389707,14.387464387464568,13.17188983855676,-5.624017642089484,-5.065977588050513,3.716176858988865,554.2,561.45,576.5333333333333,-1.861252115059231,0,0,4.571428571428571,0.8296603577910292,0,0.2777777777777778,-202.89855072463865,1,0,-72.22222222222221,0,0,-2.4778761061946875,24.733610216590932,1,0,0,0,0,0,0.0,-0.17828396196293905,-0.7407407407407405,-0.09542346487220355,-13.941176470588289,0,0,1.8798188545892536,0.15126050420168066,-26203864673.8119,-17988412.96873474,2.993890906774881,-2922112.424816102,0,0,,-61.27766035680362,32.54022364892519,1,1,-0.6082706766917308,0.4759560667797742,546.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,571.2833333333333,584.2666666666667,546.0,-3.550485748461063,1,0,0,none,1,-1.0256410256410255,-0.5444646098003629,0,0.111,0,0,1,-3.6732381223779544,-8.486542039690221,-4.8133039173122665,561.4,581.95,578.9833333333333,-4.802818111521612,0,0,12.857142857142858,2.320783909231563,0,0.0,-152.1427290658058,1,0,-100.0,1,0,-6.890756302521006,28.013142005736597,0,0,0,0,0,0,-2.1880470117529285,-0.16212929550632804,0.0,0.04415964516027368,-32.211764705882274,0,0,3.917590447897388,0.04201680672268908,-35132647114.89465,-90126497.27681732,1.6500394917173147,-18477689.104596406,0,0,-3.342336687994553,-60.854948224735736,53.51545872169429,1,1,-2.3360902255639147,0.8667684508803621,554.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,625.25,629.0,581.5,-11.39544182327069,0,0,0,none,1,-2.0689655172413794,-1.9855595667870036,0,0.375,0,0,0,0.4865682133826166,-8.161196207894363,-8.64776442127698,571.2,577.05,621.6,-0.7018455939693191,0,0,29.642857142857142,5.173273497880827,0,0.35185185185185186,-70.28344234962165,0,0,-70.0,0,0,-6.67752442996743,66.56122208098148,1,0,0,0,0,0,12.387612387612393,-0.10576454223902942,-2.9629629629629655,0.41701737545977824,-4.520588235294099,0,0,10.557475615245233,0.226890756302521,-60318613964.90011,-391114433.78325653,0.5587727039720237,-96175265.52166152,0,0,-1.3405919833962365,-53.48345353328464,68.97660916456434,1,1,1.2834586466165414,0.12055001456893966,543.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,22,impulse_late,unknown,none,below_cloud,below,-17.509,0,0,593.9833333333333,780.6666666666667,537.1666666666666,-3.5326468194954996,1,0,0,none,1,-2.4745762711864407,-1.9197207678883073,0,0.167,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.029294000170365472,26.881720430107535,16.874628639334514,16.30025747672806,10.203435081048315,59.09090909090909,25.703703703703678,30.880658436213963,0.4537019432250871,15.159288377511809 -335,2026-02-20 22:36:00,buy,552.0,0.166,54,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54,0.0,17.647058823529406,-0.5258728790888547,13.333333333333647,12.063492063492689,-1.8070637223755739,-1.2811908432867192,2.0886820630840717,556.8,560.15,562.9166666666666,-1.276443809693828,0,0,2.4285714285714284,0.43916300697494187,0,0.0,-167.2908863920105,1,0,-100.0,1,0,-0.8960573476702538,9.822349785850435,0,0,0,0,0,0,-13.122171945701368,-0.2448070050433584,0.0,-0.14741919673525572,-5.32941176470581,0,0,1.0526300386979228,1.0,,,1.8681828879926605,-93814.13847212493,0,0,,-61.345429644720205,20.824297330268138,0,1,-0.4248120300751865,0.7382922085280869,553.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,563.5,568.6,559.0,-1.8633540372670843,0,0,0,none,1,-0.05042016806722689,0.0,0,0.528,-1,-1,1,0.0,32.0,-0.6849328384691642,26.388888888889323,28.240740740741487,-2.06513042906829,-1.380197590599126,2.073202004674559,557.0,560.85,564.2666666666667,-1.3996612284924659,0,0,3.2142857142857144,0.5812451562903642,0,0.16666666666666666,-222.22222222222416,1,0,-83.33333333333334,1,0,-1.9503546099290725,37.45755511876415,0,0,0,0,0,0,-7.999999999999993,-0.2599383319678812,-11.11111111111111,-0.06246775139843379,-6.694117647058761,0,0,1.253449937184803,0.9747899159663865,-16033768361.231766,-2394615.4819164276,2.2538980288580053,-275295.5022819117,0,0,,-61.32825406523512,43.53670581224761,1,1,-0.36917293233083065,0.564509217609577,551.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.0,566.3333333333334,551.0,-1.6014234875444844,1,0,0,none,1,0.020202020202020204,-0.18083182640144665,0,0.522,-1,-1,1,0.08438006065993103,29.411764705882362,-0.8395310428135745,41.666666666666856,36.11111111111124,-0.9490182987225353,-0.10948725590896081,2.6018206763425766,560.8,564.1,560.8833333333333,-1.0813685516752436,0,0,3.4285714285714284,0.6144393241167435,0,0.3684210526315789,-234.71400394477433,1,0,-41.66666666666667,0,0,-0.7117437722419906,38.3521059390193,0,0,1,0,1,0,1.6339869281045907,-0.09196641712152631,11.111111111111114,0.1696465987179374,-5.641176470588334,0,0,0.8380843979295021,0.18487394957983194,-20751906057.27943,-8206589.847431183,2.9875964517302327,-1333657.429029107,0,0,,-60.9436706766616,27.749275148655954,1,1,-0.5609022556390975,0.8178910920773379,551.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.7166666666667,566.2,552.9,-0.8381956579687877,1,0,0,none,1,0.02531645569620253,-0.17921146953405018,0,0.55,0,0,1,0.02518229447281772,36.666666666666664,-1.0786926302000182,27.320261437908528,25.95860566448818,0.02973075882800913,1.1084233890280273,2.332821689666036,560.8,564.25,558.9333333333333,-1.107665042091277,0,0,4.428571428571429,0.7936507936507938,0,0.35294117647058826,-236.5591397849463,1,0,-64.70588235294117,0,0,-1.5873015873015928,27.829119404730505,0,0,0,0,0,0,-1.264367816091955,-0.13946063497844619,-0.7352941176470544,0.2602573810250703,-2.6882352941177032,0,0,1.489641394160864,0.9411764705882353,-20193395895.295593,-7209908.994590759,3.542541946976339,-2379095.6390738785,0,0,,-60.92149333300166,23.045121618761595,0,1,-0.34812030075189265,0.3916882120245948,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.0,563.6666666666666,553.0,-0.7117437722419906,1,0,0,none,1,0.1864406779661017,-0.5376344086021506,0,0.588,0,0,1,0.372223974723434,53.125,-0.5903171045537348,44.27609427609405,59.22213588880245,1.9761048145550149,2.5664219191087496,3.5602168318807212,561.8,560.55,555.0666666666667,-0.4549103559004508,0,0,4.642857142857143,0.8320532514080902,0,0.38461538461538464,-91.56895589056481,0,0,-72.72727272727273,0,0,-0.5347593582887722,54.057704416160846,0,0,0,0,0,0,-1.7137096774193594,-0.41707809783488514,-17.57575757575757,0.3462779328846382,1.9117647058823195,0,0,1.9075736846410989,0.957983193277311,-22899537995.057407,-14059336.035591125,2.5370089443770243,-649839.264408052,0,0,-2.4207970281667537,-60.84422302804998,30.457604257668514,1,1,0.5481203007518726,0.42243334311039005,555.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,554.3333333333333,566.0,546.0,0.661455201443184,1,0,0,none,1,0.14285714285714285,-1.0752688172043012,0,0.615,0,0,1,0.7315127593164904,69.69696969696969,1.5174549465834917,93.05555555555573,100.84422657952096,1.5461737798908644,0.0287188333073727,4.347363697448637,564.2,556.4,563.2833333333333,1.0064701653486718,0,0,5.428571428571429,0.9659379766141332,0,0.8235294117647058,-2.898550724636682,0,0,-25.0,0,0,0.7168458781362075,53.95049446529485,0,0,0,1,0,1,-5.303030303030312,-0.35665221086270726,-10.29411764705884,0.6337098500423751,6.441176470588289,0,0,1.5556091590497338,0.058823529411764705,-26225094347.4406,,2.4266196290331346,-1132666.0687234104,0,1,,-60.44943680780336,30.960530730957256,1,1,0.9383458646616413,0.8427285831158207,555.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,553.9166666666667,565.0,546.0,1.4593049496013144,1,0,0,none,1,0.05128205128205128,-1.0676156583629894,0,0.545,0,0,1,-0.2578323303692276,-8.608649787772833,-8.350817457403606,556.8,569.6,577.4833333333333,-0.45646067415731073,0,0,10.928571428571429,1.9274376417233559,0,0.4864864864864865,-46.75226941347991,0,0,-25.0,0,0,0.17667844522968323,33.59330304951743,0,0,0,0,0,0,9.780578898225976,1.1878252476244704,24.999999999999996,0.47035039712259513,-25.44411764705876,0,0,4.228577932738873,0.09243697478991597,-35148586662.98489,-41227588.226638794,1.9705253234192766,1670385.1593674421,0,0,-2.742269380630016,-59.87755943437235,44.696382710502505,1,1,-2.054135338345856,0.7367015522422949,559.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,592.2666666666667,593.0,549.0,-4.266096352994142,1,0,0,none,1,-1.3103448275862069,-1.763668430335097,0,0.143,1,0,1,-1.0686926435052886,-10.16836154002715,-9.09966889652186,562.8,576.15,616.1666666666666,-2.9766553848824095,0,0,29.642857142857142,5.302836698185535,0,0.2222222222222222,-56.30814922568726,0,0,-84.0,1,0,-7.60330578512397,66.99180211702789,0,0,0,0,0,0,3.030303030303024,-0.3297673860310546,1.6666666666666643,0.3390512149523628,-12.064705882352882,0,0,10.894178994812208,0.2857142857142857,-60322964437.03934,-220450554.3098526,0.7519362657022937,-47788944.78169918,0,0,-1.2406390617640062,-54.52808910550184,66.99715309927824,1,1,0.3511278195488714,0.008490438703745773,544.0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,23,impulse_late,unknown,none,below_cloud,neutral,-0.052,0,0,593.9833333333333,780.6666666666667,537.1666666666666,-5.8896153090715275,1,0,0,none,1,-2.7288135593220337,5.008944543828265,0,0.167,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.454091186056974,36.76470588235295,46.27976190476189,26.245441870441855,9.942767737885513,47.878787878787875,18.999999999999975,20.679012345678984,0.30981776942901396,15.651595713992638 -336,2026-02-23 10:51:00,buy,537.0,0.17,54,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54,0.35743283126717196,34.61538461538463,0.3176117315768918,60.00000000000032,61.96078431372616,-4.93983186006858,-5.257443591645472,5.72249655550079,541.2,545.45,557.45,-0.815840132001111,0,0,3.857142857142857,0.7129654079746501,0,0.13636363636363635,-52.965637995185816,0,0,-40.0,0,0,-0.7339449541284404,26.341129997300882,1,0,1,0,1,0,-8.717948717948701,0.180134432777467,-6.666666666666664,0.2233922006565019,-10.508823529411757,0,0,2.3324713361161775,1.0,-13383644713.230923,-995791.7372074127,0.2720079126156416,-851436.4529901296,0,0,,-62.03739292722875,58.197462199925255,1,1,-1.0548872180451012,0.6396156994326849,541.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.65,563.1333333333333,538.0,-3.8478627921443187,1,0,0,none,1,-0.17647058823529413,-0.5545286506469501,0,0.474,0,0,0,0.20448389793117297,28.0,-1.1695377828257278,15.019762845850236,14.00966183574956,-6.313227196578623,-5.143689413752895,7.729744482278165,540.2,551.6,559.2333333333333,-2.2842639593908642,0,0,6.857142857142857,1.2721971905645375,0,0.07692307692307693,-85.04150431983702,0,0,-91.30434782608695,1,0,-3.0575539568345356,17.921215438068288,0,0,0,0,0,0,0.0,0.21817949321240437,-1.7763568394002505e-15,0.14185840510222222,-16.31764705882358,0,0,2.192929232143822,0.9915966386554622,-16078617888.192276,-14030919.830503464,0.5154293499868607,-2050124.321348995,0,0,,-62.16117855969099,65.63844545710977,1,1,-1.6646616541353465,0.8536133273706777,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.65,563.1,537.0,-4.032760616042019,1,0,0,none,1,-0.18181818181818182,-0.1855287569573284,0,0.452,0,0,0,0.05124703036365493,20.930232558139537,-2.6517425955557936,7.509157509157699,5.494505494505656,-5.535159259437592,-2.883416663881798,7.2593403573053745,540.6,557.15,560.05,-3.257650542941748,0,0,6.142857142857143,1.1396766498807316,0,0.07142857142857142,-130.4245004138577,1,0,-92.85714285714286,1,0,-4.6017699115044275,19.225990794391933,0,0,0,0,0,0,-2.753977968176244,0.024480372995527855,2.3809523809523805,-0.09135343626832838,-19.894117647058806,0,0,2.3324957992849344,1.0,-20832069571.017185,,1.023887856038427,-4912579.551448978,0,0,,-62.126670189366436,36.5175378518479,1,1,-1.3751879699248206,0.6474013016376636,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,546.8,563.1333333333333,537.0,-1.4264813460131642,1,0,0,none,1,-0.189873417721519,-0.1855287569573284,0,0.5,0,0,0,0.0,23.07692307692308,-2.8498626406757017,13.568376068376097,29.522792022792192,-3.94291245361444,-1.093049812938738,5.720577958913256,548.0,559.2,558.95,-3.433476394849788,0,0,5.785714285714286,1.0714285714285714,0,0.11538461538461539,-195.84859584859555,1,0,-88.46153846153845,1,0,-4.59363957597173,6.96720687209708,0,0,0,0,0,0,4.655870445344135,-0.3530178002833164,-14.90384615384615,-0.21229893186789933,-16.45882352941169,0,0,1.9346302113606233,1.0,-20236685390.534634,,2.3983264474706067,-4539234.076449752,0,0,,-62.0366194709647,40.22593133475073,1,1,-0.8541353383458616,0.39923376578378045,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,547.8333333333333,563.0,537.0,-1.4298752662001646,1,0,0,none,1,-0.3728813559322034,-0.1851851851851852,0,0.333,0,0,1,0.0,22.727272727272734,-1.585739527082561,54.059829059828836,92.55698005697992,-1.8391315079829837,-0.2533919809004228,4.0336844384403285,557.0,560.5,562.4666666666667,-4.0142729705619935,0,1,5.428571428571429,1.009028146574615,0,0.038461538461538464,-366.66666666667345,1,0,-96.15384615384616,1,0,-4.099821746880572,18.76297827405037,0,0,0,0,0,0,-20.12987012987012,-1.475362597285359,-48.71794871794872,-0.4718255003226181,-7.138235294117635,0,0,2.840467161129253,0.8571428571428571,-22986466922.572014,-42602589.881679535,2.6998679693287158,-5208319.236132532,0,0,,-62.10305267126166,38.908019729630986,1,1,-0.29924812030074927,0.09810605591408361,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.7333333333333,563.1333333333333,537.0,-4.225017802041309,1,0,0,none,1,-0.5918367346938775,-0.18587360594795538,0,0.333,-1,-1,1,0.15082272074588793,42.10526315789474,0.5090154891988607,110.5185185185187,118.10052910052939,-1.594529394375968,-2.1035448835748287,2.4259304776176243,561.8,560.75,569.2333333333333,-0.8470798038341498,0,0,6.428571428571429,1.1562178828365879,1,0.76,-318.285901210339,1,0,-24.0,0,0,0.3610108303249149,24.133867845939008,0,0,0,0,0,0,-11.228070175438589,-0.5418571077601055,-12.166666666666671,0.26137904995349887,-6.3647058823529505,0,0,1.9806990552746433,0.5294117647058824,-26382471049.144558,-114394873.82447433,6.8154550255911985,-1010828.8598766327,0,1,,-60.722089044365426,33.448186568634405,1,1,0.02030075187968763,0.0012471451666749012,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,542.0166666666667,564.2333333333333,541.3,2.57987146766705,1,0,0,none,1,-0.6923076923076923,-0.3597122302158274,0,0.25,-1,-1,1,-0.34864824957871177,-3.3726940084345642,-3.0240457588558525,561.2,566.1,580.9833333333333,-0.37095919448860704,0,0,9.785714285714286,1.7350557244174267,1,0.6666666666666666,-141.80107526881653,1,0,-33.33333333333333,0,0,-2.253032928942811,45.68686002837953,0,0,0,0,0,0,5.772357723577237,0.22202683674346257,9.178743961352655,0.4167665998988549,-10.744117647058829,0,0,4.270032541124586,0.11764705882352941,-35312391429.88329,-169559079.79294586,3.2328713520923507,3594612.5049805343,1,0,-2.975911564575267,-59.93323003130917,19.64813413331459,0,1,0.2872180451127749,0.029882692350223117,540.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,8,impulse_late,accumulation,382,below_cloud,above,1.835,0,0,565.2833333333333,577.0,544.9333333333333,-0.2270247958250926,1,0,0,none,1,-0.7241379310344828,-1.0638297872340425,0,0.286,0,0,1,0.48273081314023436,-8.658710939451453,-9.141441752591687,565.8,578.1,602.6333333333333,-2.0930634838263296,0,0,27.285714285714285,4.820797576981323,0,0.29357798165137616,-65.55703053201249,0,0,-54.929577464788736,0,0,-1.3937282229965153,48.64230209935737,0,0,0,0,1,0,1.5412112106926443,0.4149881260348245,11.690140845070427,0.4452582793632826,-12.58823529411768,0,0,10.463782170524162,0.20168067226890757,-60853464181.39397,-597993804.5366135,1.3196788612434038,19904701.75977862,1,0,-2.135991991544127,-53.64068218139282,56.67279434684867,1,1,-2.5488721804511374,0.5294662057727713,534.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,22,impulse_late,unknown,none,below_cloud,below,-5.716,0,0,593.9833333333333,683.2666666666667,537.1666666666666,-4.711131064283514,1,0,0,none,1,-2.288135593220339,8.12720848056537,0,0.167,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.4465898963078814,53.33333333333333,38.16425120772946,30.300590445517965,6.945487255126791,40.20100502512563,38.61422034979507,32.73835584376245,0.35403039850060225,14.33903677427637 -337,2026-02-24 13:15:00,buy,536.0,0.171,54,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54,0.257168937014405,50.0,0.1476355987943171,66.66666666666697,81.48148148148205,-0.6158495375558459,-0.763485136350163,0.6460045948766548,542.0,541.85,544.8333333333334,-0.15686998246747796,0,0,1.5714285714285714,0.29046738843411674,1,0.6666666666666666,-310.5691056910578,1,0,-33.33333333333333,0,0,-0.18450184501844769,28.536431343584283,1,0,1,0,0,0,0.0,-0.07620113297548958,-11.111111111111128,0.3139381301750623,-1.335294117647095,0,0,0.6578895186207693,0.4369747899159664,,,4.216151650835908,-63552.902274757624,0,0,,-61.946784859735416,25.78076685219542,1,1,-0.014285714285716447,0.009327442317100143,537.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,550.75,551.5,541.0,-1.7703132092600993,1,0,0,none,1,-0.09243697478991597,0.0,0,0.355,0,0,1,0.2228254730394407,35.71428571428572,0.15278390041077494,110.00000000000044,92.22222222222301,-1.2740860999811048,-1.4268700003918797,1.2626426188583924,542.0,542.9,546.9,-0.3499723706023139,0,0,1.7142857142857142,0.31687351465540003,0,0.5,-217.33149931224344,1,0,-20.0,0,0,-0.36832412523020164,41.34396724943868,0,0,1,0,1,0,-10.439560439560431,-0.06623108705039549,-6.666666666666657,0.2092169819059549,-2.9558823529412166,0,0,0.7552215948683196,0.44537815126050423,,,3.0190436199676136,-182667.25548486412,0,0,,-61.93055592608941,40.01046572475144,1,1,-0.21503759398496966,0.5510820060904933,537.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,549.25,551.0,541.0,-1.502048247610377,1,0,0,none,1,-0.04040404040404041,0.0,0,0.455,-1,-1,1,0.18602316146983128,31.578947368421055,-0.34149173974186464,25.00000000000019,12.433862433862581,-2.073357690818966,-1.7318659510771015,2.2505370245207565,541.4,544.85,547.6166666666667,-0.7066164999541158,0,0,2.2857142857142856,0.4224980195405334,0,0.36363636363636365,-170.47619047619108,1,0,-50.0,0,0,-0.9157509157509125,22.016488298719267,0,0,1,0,1,0,-1.7543859649122737,0.042768997188008306,11.904761904761903,0.13070622349733488,-5.773529411764798,0,0,1.5385482983881589,0.6302521008403361,-20872153810.6824,-5367846.261478424,1.6258528296902721,-427320.53539369814,0,0,,-61.896057293193884,47.628538128538125,1,1,-0.4398496240601442,0.7205601514286959,537.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,543.75,551.4,541.5,-0.5057471264367841,0,0,0,none,1,-0.3291139240506329,-0.18484288354898337,0,0.381,0,0,0,0.1289299692964959,34.78260869565217,-0.6155235250675872,16.524216524216545,14.150047483380979,-2.2217085146824047,-1.6061849896148175,2.5609516237654306,542.4,547.2,551.7833333333333,-0.9502923976608235,0,0,3.9285714285714284,0.7248286768581971,0,0.38461538461538464,-166.11418047882123,1,0,-61.53846153846154,0,0,-1.8115942028985477,36.33208761941509,0,0,0,0,0,0,1.4492753623188435,0.06482120454449714,9.116809116809119,0.24343259988844881,-6.126470588235293,0,0,1.2113625308934308,0.20168067226890757,,,1.1528681269760548,-786548.5420973599,0,0,,-61.80622896794405,13.572307642934765,0,1,-0.5263157894736933,0.7899250699647931,537.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,549.6,565.8,540.6,-1.3828238719068464,1,0,0,none,1,-0.559322033898305,0.0,0,0.25,0,0,0,0.06318143422008411,39.130434782608695,-0.5042034527492367,9.523809523809296,27.777777777777647,-2.866165866728238,-2.3619624139790014,2.382489669198685,544.0,547.7,552.8166666666667,-1.040715720284835,0,0,4.0,0.7380073800738007,1,0.0,-176.4184397163123,1,0,-100.0,1,0,-1.4545454545454528,32.584822526433896,0,0,0,0,0,0,-7.023411371237458,-0.09914966199287534,-16.666666666666664,0.10809123085612526,-9.461764705882274,0,0,1.6688151596952563,0.5546218487394958,-23062089659.842773,-25154559.558547974,2.906886592763193,2085646.4747146964,1,0,,-61.727942195979246,17.391280835251237,0,1,-0.20150375939848988,0.13353859426012915,542.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,550.25,573.0,539.1666666666666,-1.4993184915947255,1,0,0,none,1,0.02040816326530612,-1.107011070110701,0,0.4,0,0,1,0.1987825234063742,15.90909090909092,-0.9215917979540018,9.91902834008116,10.663967611336302,-3.523675928237253,-2.6020841302832514,7.4839055271796004,546.6,554.5,558.4166666666666,-2.254283137962132,0,0,7.428571428571429,1.3705851344227729,0,0.06451612903225806,-106.23434822723041,1,0,-84.61538461538461,1,0,-0.9140767824497242,21.388067553548353,0,0,0,0,0,0,0.3535353535353778,-0.17000209218419604,-0.20512820512820618,0.19877079057469937,-8.179411764705833,0,0,3.313012090949921,0.8067226890756303,-26446982721.870884,-16834117.525375366,1.6203491379504498,-2249016.779259503,0,0,-2.7472956948679736,-61.61610581821553,16.915479108619444,0,1,-1.2796992481202987,0.5325301027630196,540.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,543.2333333333333,571.0,537.0,-0.22703565073326493,1,0,0,none,1,-0.3076923076923077,-0.7380073800738007,0,0.444,0,0,0,-1.1038411188707231,-5.680008682666994,-4.576167563796271,555.4,563.4,578.75,-3.265885694000703,0,0,16.428571428571427,3.0144167758846656,0,0.18421052631578946,-134.29100010882593,1,0,-70.83333333333334,0,0,-3.0249110320284656,32.50725982416891,0,0,0,0,1,0,-0.34385469934755974,-0.4160859134932178,-15.277777777777779,0.27507790521509207,-11.232352941176487,0,0,5.417119513347843,0.7058823529411765,-35381464591.13565,-155591591.40885925,1.701422546666611,12688615.630306989,1,0,-3.951827685172048,-61.188919541967344,20.554417886982442,0,1,-1.6375939849624053,0.6578647814756009,538.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,9,impulse_late,unknown,382,below_cloud,above,1.045,0,0,565.2333333333333,576.0,539.2666666666667,-3.5796426254644076,1,0,0,none,1,-0.6551724137931034,-0.3669724770642202,0,0.429,0,0,0,0.11905385227352738,-8.77645188042186,-8.895505732695387,563.2,574.75,598.1166666666667,-4.1322314049586755,0,0,27.0,4.900181488203267,0,0.1559633027522936,-83.26485894275582,0,0,-75.36231884057972,0,0,-3.839441535776611,48.7954299492687,0,0,0,0,1,0,0.8882309400444157,-0.7456363750381492,2.2985818918497642,0.32825533144222163,-18.58823529411768,0,0,8.85962327644431,0.09243697478991597,-60935263167.28789,-616649202.3877792,1.2690230667049103,19904701.75977862,1,0,-2.498241432049348,-54.731099504805734,57.13594236828629,1,1,-2.633834586466158,0.6189047497159812,536.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,20,impulse_late,unknown,none,below_cloud,below,-6.232,0,0,593.9833333333333,683.2666666666667,537.1666666666666,-7.236454445972107,1,0,0,none,1,-2.169491525423729,5.807622504537205,0,0.167,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.11488902656889675,36.44859813084113,32.32758620689654,46.397403150276695,8.480375578248685,42.857142857142854,38.72899231135603,37.924541026885784,0.20022665641945858,13.78451918240173 -338,2026-02-25 06:15:00,buy,548.0,0.167,54,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#54,0.1655662537226792,42.857142857142854,-0.3685708213931601,3.0316490059097606e-13,10.18518518518581,-1.2371648124061494,-0.8685939910129893,1.2182507847054043,549.8,552.25,554.4333333333333,-0.4074241738343143,0,0,1.3571428571428572,0.24675324675324678,0,0.25,-130.101010101007,1,0,-75.0,0,0,-0.5424954792043413,14.781870938501172,1,0,0,0,1,0,12.08791208791208,0.07628434148005703,0.0,0.1448342743862311,-3.8529411764706083,0,0,0.6703163883372216,0.29411764705882354,,,0.9087141724329619,-165262.4731693715,0,0,,-61.24008440573677,21.5702947845805,0,1,-0.20676691729323354,0.5289386256338385,549.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.5333333333333,565.0,553.2666666666667,-2.0539000356167625,0,0,0,none,1,-0.008403361344537815,0.0,0,0.405,0,1,0,0.0,25.0,-0.3894902552981595,16.6666666666671,20.370370370371145,-1.3373740285154554,-0.9478837732172959,1.3494335755058373,551.0,553.3,555.5833333333334,-0.7771552503162749,0,0,1.5,0.273224043715847,0,0.0,-199.66159052453298,1,0,-100.0,1,0,-0.7233273056057921,20.097033473750244,0,0,0,0,0,0,0.0,-0.09799594696431335,0.0,-0.13975242679761854,-3.652941176470563,0,0,0.6488017026727855,0.24369747899159663,,,0.7573376590264113,-6366.398630358279,0,0,,-61.294063013463564,38.212541426827144,1,1,-0.2586466165413466,0.6720123571769299,549.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,545.4,565.0,541.8,0.660066006600668,1,0,0,none,1,0.06060606060606061,0.0,0,0.552,0,0,0,0.0,27.77777777777777,-0.6759910437794634,28.35978835978855,23.10405643738991,-0.9770958309071602,-0.3011047871276968,1.662929981006719,551.8,554.45,552.2,-0.9829560826043915,0,0,2.2857142857142856,0.4163413999479573,0,0.2,-229.62962962963132,1,0,-77.77777777777779,0,0,-0.7233273056057921,16.46741806940065,0,0,1,0,0,0,-3.4722222222222285,-0.15844543563799662,0.7407407407407405,-0.025625904692452385,-4.735294117647072,0,0,0.9760232947343986,0.20168067226890757,,,3.1965633142976477,-331299.94568025693,0,0,,-61.25892546197349,33.88250036856848,1,1,-0.3075187969924808,0.6229578403661443,547.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.5833333333333,563.0,538.0,-2.414457117464064,1,0,0,none,1,0.13924050632911392,0.0,0,0.65,-1,-1,1,0.1435699805290468,33.33333333333333,-0.9088720277446762,18.730158730158745,14.391534391534556,0.45222729553597674,1.361099323280653,1.9432507553338454,553.4,555.85,548.0166666666667,-0.6926329045605861,0,0,2.7142857142857144,0.4917184265010352,0,0.3333333333333333,-189.64514252472503,1,0,-57.14285714285714,0,0,-0.8976660682226245,17.34233806597993,0,0,0,0,0,0,-3.5087719298245688,-0.027422680448780268,7.619047619047617,0.30055167650414716,-1.1147058823529505,0,1,1.2721336712885092,0.3277310924369748,-20296987996.852337,-1406852.262084961,1.4551297619825827,-423286.8135446012,0,0,,-61.02753357466349,33.82582009502572,1,1,-0.375187969924811,0.6756362215535229,549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,560.6166666666667,561.0,538.0,-1.5369979486874574,1,0,0,none,1,0.2542372881355932,-0.18115942028985507,0,0.571,0,0,0,0.48387609634590445,53.70370370370371,-0.5150009907961719,54.70085470085448,64.38746438746425,2.317700386364436,2.8327013771606078,5.051837140181738,553.6,552.45,547.7833333333333,-0.08145533532447624,0,0,5.928571428571429,1.074016563146998,0,0.6,-28.12499999999865,0,0,-66.66666666666666,0,0,-1.4285714285714235,45.33551193572973,0,0,0,0,0,0,-0.8417508417508373,-0.2360098806070594,-9.401709401709397,0.48578912418083503,6.117647058823536,0,0,2.8791074055853336,0.6302521008403361,-23106781632.816303,-6080059.808498383,0.576262158619733,-763810.7542702854,0,0,,-60.95052971774801,50.800755905845996,1,1,0.6759398496240702,0.3284879857354597,549.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,538.3333333333333,558.0,538.0,2.5386996904025017,1,0,0,none,1,0.1836734693877551,-0.36231884057971014,0,0.5,0,0,0,0.6749181860458178,66.66666666666666,1.5497323552067725,95.71078431372568,103.14542483660158,1.3471079708491516,-0.202624384357621,5.4895348530911425,555.6,546.75,552.7666666666667,0.9602194787379892,0,0,5.857142857142857,1.0610766045548654,0,0.8235294117647058,43.650793650793354,0,0,-18.75,0,1,2.2222222222222143,80.1561289974423,0,0,0,0,0,0,-5.128205128205138,-0.4624712484297864,-6.25,0.5679658227852142,4.988235294117658,0,0,2.169214681095907,0.5462184873949579,-26470200185.553112,-9556682.452861786,0.5874676562828819,9782660.758734047,0,0,-1.2695677563240255,-60.836792099514156,25.997870641705763,1,1,0.9526315789473623,0.5641431224708169,550.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,545.1500000000001,571.0,538.0,1.25653489865174,1,0,0,none,1,0.1794871794871795,-0.5434782608695652,0,0.625,0,0,0,-0.10799621168457296,-5.84463452483476,-5.736638313150187,546.2,557.2,574.6666666666666,-0.2153625269203263,0,0,16.428571428571427,2.9547790339157243,0,0.5625,-19.389110225764064,0,0,-25.0,0,0,2.9629629629629672,44.70574775378546,0,0,0,0,0,0,2.2810497406164174,0.8842925527451255,24.999999999999993,0.5049965732133288,-12.22352941176473,0,0,5.753950844284736,0.7563025210084033,-35383736351.718445,-72881369.2553482,0.5654012723001656,15437313.98943685,0,0,-3.2733040550403327,-60.33899460015162,20.35864895961802,0,1,-1.3954887218045173,0.5173432142196344,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,9,impulse_late,unknown,382,below_cloud,neutral,-0.414,0,0,552.5666666666666,576.0,538.0,0.6213428243952546,1,0,0,none,1,0.2413793103448276,-0.8992805755395683,0,0.375,0,0,0,2.0381901505792417,-6.400173367047955,-8.438363517627197,565.0,570.85,594.35,3.1794692125777235,0,0,29.857142857142858,5.0691244239631335,1,0.7333333333333333,47.29729729729674,0,0,-8.333333333333332,0,1,5.366726296958846,60.34150542315279,0,0,0,0,0,0,9.976985313308191,2.247811440885723,15.062597809076685,0.6600216234197116,-10.16764705882349,0,0,10.297913460530225,0.18487394957983194,-60884541129.65659,-561576692.6172562,1.7598506735030992,85388875.91554153,0,0,-2.101654628687661,-51.42637514160877,56.0451892126547,1,1,-1.5646616541353313,0.3006769632061439,547.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,22,impulse_late,unknown,none,below_cloud,below,-1.812,0,0,593.9833333333333,683.2666666666667,537.1666666666666,-0.8389685456943297,1,0,0,none,1,-1.271186440677966,7.979626485568761,0,0.333,1,1,0,3,0,0,1,0.75,0.0,-0.333,0,0.47386332845909945,47.41379310344827,47.22222222222221,27.314814814814792,8.2398604804483,53.36322869955157,47.463768115942,39.53131024472111,0.7687894720530049,11.828845781395579 -339,2026-02-26 04:36:00,sell,624.0,0.65,54,고점 매도 · 비중 65% · 분할 · leg#54,0.8885174163179723,69.44444444444444,0.637557152084181,102.77777777777806,110.74074074074134,3.8893385967924132,3.2517814447082323,3.4228898716675262,619.2,612.85,605.8166666666667,1.3298523292812225,0,0,3.7142857142857144,0.5981136415919025,0,1.0,131.2131919905767,0,1,-0.0,0,1,2.3064250411861664,83.30384387634231,0,0,0,0,0,0,2.7777777777777857,0.00011668403571762909,-13.333333333333329,0.9753962801651896,9.932352941176418,0,0,1.5932794447399559,0.9327731092436975,-13413754967.344315,-998424.8893737793,0.8353812206514902,844672.2871116251,0,0,,-56.11575984738093,18.708534555053017,0,1,0.7842105263157848,0.7826347516480402,621.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.9000000000001,616.8,580.4,6.353827710224347,0,0,0,none,1,0.33613445378151263,-0.4830917874396135,1,0.659,1,0,0,0.9712514428339983,79.3103448275862,0.9577772551172234,123.51851851851897,126.66666666666747,5.235639042186222,4.277861787068998,4.167612605160737,619.2,611.0,600.15,1.9639934533551617,0,0,3.7142857142857144,0.5961935335932126,0,1.0555555555555556,150.0000000000004,0,1,6.666666666666667,0,1,2.4671052631578982,82.74824202358052,0,0,0,0,0,0,1.532567049808435,0.09772129573610311,-1.1111111111111,1.2191824990693614,12.241176470588243,0,0,1.6199729806894212,0.8319327731092437,-16125380431.330387,-1581265.1871871948,1.2074628978647566,490904.22638966143,0,0,,-55.95525710656003,28.923019608701207,1,1,0.9759398496240562,0.8225778732545643,623.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,581.6666666666666,617.6,578.0,7.1060171919770765,0,0,0,none,1,0.40404040404040403,-0.16051364365971107,1,0.667,0,0,0,1.0,75.0,0.9848763622202279,116.04010025062676,118.24352548036772,6.761918092501787,5.777041730281559,4.321298988834262,614.0,605.5,591.8666666666667,2.3947151114781073,0,0,3.5714285714285716,0.5760368663594471,0,1.0416666666666667,199.57537154989342,0,1,5.263157894736842,0,1,2.9900332225913706,96.00797908435023,0,0,0,0,0,0,0.7142857142857224,0.2373836561978644,-2.4122807017543835,1.497303449712882,17.350000000000023,0,0,2.3198975491240343,0.9831932773109243,-20912305173.475697,-1904932.2628440857,1.769802908242742,463650.907629082,0,0,,-56.128233958742335,39.48917222624119,1,1,0.9443609022556353,0.7294694300326443,620.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.2333333333333,611.2666666666667,566.8,6.303937817911631,0,0,0,none,1,0.7468354430379747,-0.6451612903225806,1,0.75,0,1,0,0.983961873920956,85.3658536585366,1.4427136647745442,110.29411764705885,110.73710965867845,8.231068663305791,6.788354998531247,6.940987105863687,612.4,599.85,583.4666666666667,3.3591731266149782,0,0,5.142857142857143,0.8294930875576038,0,1.0285714285714285,175.67285624869567,0,1,5.0,0,1,3.678929765886285,84.92471252475225,0,0,0,0,0,0,1.155327342747114,0.3029585878079075,-0.29411764705882604,1.3819810473787542,20.811764705882297,0,0,2.4885230852712374,1.0,-20320933851.26016,953756.8381881714,1.1989182603637052,1204973.2117647827,0,0,,-56.10512883506921,62.635328201234756,1,1,1.6819548872180508,0.9138794497842566,620.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,580.65,611.1333333333333,560.0,6.776887970378032,0,0,0,none,1,0.9491525423728814,-0.8064516129032258,1,0.722,0,0,0,1.0,85.18518518518519,2.1487803167337507,109.65182186234794,110.11545306968634,10.774992369280653,8.626212052546903,7.670852118173133,608.6,592.5,570.6666666666666,4.641350210970474,0,0,6.428571428571429,1.0368663594470047,0,1.0526315789473684,183.71467025572008,0,1,5.263157894736842,0,1,5.982905982905984,87.88439552381625,0,0,0,0,0,0,4.2328042328042415,0.586818274035533,-1.1441647597254132,1.5219294322978782,27.799999999999955,0,0,2.5561591889689166,0.4117647058823529,-23127100723.05077,-264564.84732437134,0.9683372968725226,896561.99438712,0,0,-0.7707714865204424,-56.018357921058296,43.26041054068018,1,1,1.5353383458646663,0.6390462499501917,620.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.55,613.4,549.0,9.049336030252398,0,0,0,none,1,1.3061224489795917,-0.3225806451612903,1,0.75,1,1,0,0.9587606652804641,78.94736842105263,2.766052615249505,103.06878306878326,104.63312655841419,12.179764035784274,9.413711420534769,11.432838984160412,598.4,577.7,559.9833333333333,5.244936818417845,0,0,10.714285714285714,1.7622180451127818,0,1.037037037037037,163.47599886192802,0,1,4.444444444444445,0,1,5.739130434782602,77.04094578374628,0,0,0,0,0,0,2.94736842105263,0.25555518596955906,0.3320561941251441,1.1254023690679609,34.15588235294126,0,0,3.70647418637452,0.865546218487395,-26490703007.409317,-22062673.93423462,1.5251718548732864,7710640.074824035,0,0,,-56.745414904079226,43.616570759720034,1,1,2.5849624060150376,0.8577951384000339,609.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,539.1333333333333,606.0,538.0,12.773587238778283,0,0,0,none,1,1.6923076923076923,-2.302631578947368,1,0.75,0,0,0,6.587902761182817,5.775137798424112,-0.8127649627587056,584.6,560.5,570.6833333333333,8.47457627118644,0,0,15.642857142857142,2.5728383458646613,0,1.1290322580645162,223.5332677810555,0,1,12.903225806451612,0,1,11.559633027522942,69.84220464595413,0,0,0,0,0,0,1.0578830317965924,1.5062551408873048,4.3010752688172005,1.1445072057925065,22.03235294117644,0,0,7.7546620550796455,0.8235294117647058,-35421378869.33791,-39914278.20226288,1.3351765261298136,7631350.790066332,0,0,-2.017973768778438,-56.49916894552784,17.411725381840604,0,1,1.649624060150375,0.2800863014989885,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,10,impulse_late,unknown,100,above_cloud,above,10.412,0,0,545.2333333333333,600.0,538.0,11.511890933545278,0,0,0,none,1,1.1724137931034482,-0.6578947368421052,1,0.5,1,1,0,4.089264184890846,-2.5363108332843467,-6.6255750181751925,573.4,569.45,591.5666666666667,3.6087452805338316,1,0,29.857142857142858,5.060532687651332,1,0.6153846153846154,101.2416427889214,0,1,-38.46153846153847,0,0,2.076124567474058,63.29549730947802,0,0,0,0,0,0,-3.083777627593804,0.9273743719736718,11.817168338907472,0.6414545179549935,5.335294117647095,1,0,10.254368962171291,0.15966386554621848,-60991951793.780914,-697001381.4405289,1.436564017075635,65484174.15576291,0,0,-2.163557941006764,-51.19116018338901,60.846232917807995,1,1,-0.10150375939848391,0.0016963576571621397,580.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,21,impulse_late,unknown,none,above_cloud,above,3.362,0,0,593.9833333333333,683.2666666666667,537.1666666666666,-0.6706136535817531,1,0,0,none,1,-1.2881355932203389,-0.847457627118644,0,0.333,0,0,0,0,4,0,2,0.0,1.0,-0.667,0,1.0,66.41221374045801,121.98626045400238,121.09418558343287,13.160047124641029,54.40414507772021,69.74969474969473,58.381996425474654,0.8523663249379312,10.24145903036993 -340,2026-02-26 04:54:00,sell,621.0,0.35,54,고점 매도 · 비중 35% · 분할 · leg#54,0.6302498816435251,53.125,-0.10401906100696223,68.5185185185188,79.62962962963024,3.822503659760855,3.9265227207678173,3.54549428236406,622.0,617.15,608.2666666666667,0.4618002106457242,0,0,3.5,0.564516129032258,0,0.75,68.19763395963685,0,0,-50.0,0,0,0.4862236628849326,59.22593918150508,0,1,0,1,0,1,-2.757352941176471,-0.26756230983346674,-9.259259259259267,0.6704742773364144,8.185294117647118,0,0,1.7086637316939337,0.9915966386554622,-13414713148.110579,-846116.7126598358,0.2488828924938383,436718.9543173164,0,0,,-56.185042648467,21.479490285579175,0,1,0.7992481203007654,0.7471644990587445,620.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.6666666666666,621.0666666666666,581.4666666666667,6.225014277555685,1,0,0,none,1,0.3445378151260504,-0.4838709677419355,0,0.65,0,0,0,0.7308444355375566,70.0,0.5140726097069788,102.22222222222267,106.11111111111188,5.3744695410191525,4.860396931312174,4.482637049627738,622.0,613.65,602.1333333333333,1.034791819441061,0,0,4.285714285714286,0.6912442396313364,0,0.8888888888888888,86.77839851024197,0,0,-13.333333333333334,0,1,1.9736842105263053,74.3399143974591,0,1,0,0,0,1,-10.769230769230774,-0.3721770031561338,-6.666666666666657,0.7982703156211998,12.626470588235293,0,0,1.670608044376389,0.8319327731092437,-16126128096.042936,-2573185.4177131653,0.4382212553124081,588110.1982861087,0,0,,-56.16633073445425,31.30248049747886,1,1,1.0759398496240804,0.8567525039296822,620.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,581.6666666666666,622.0,578.0,6.5902578796561695,1,0,0,none,1,0.3838383838383838,-0.4838709677419355,0,0.692,0,0,0,0.8930044150496731,75.67567567567568,1.0578035071267688,108.7719298245616,111.98830409356738,7.404501063549787,6.346697556423019,5.256973165084887,619.4,607.45,593.0666666666667,2.066013663676025,0,0,3.5714285714285716,0.5760368663594471,0,1.0,136.41188959660317,0,1,-0.0,0,1,2.310231023102305,87.95904968841903,0,0,0,0,0,1,0.0,-0.16301629031229758,-2.3809523809523654,1.2982914860461485,18.858823529411666,0,0,1.952617930149939,0.8403361344537815,,,0.4944845885305399,445154.4291538093,0,0,,-56.1270626893877,46.01326407641999,1,1,1.2639097744360905,0.8772584874796927,620.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,581.65,612.1333333333333,568.8666666666667,6.593312129287376,0,0,0,none,1,0.7088607594936709,0.0,0,0.76,0,0,0,1.0,83.33333333333333,1.7503553225824815,116.66666666666669,112.51633986928123,8.97629915175935,7.225943829176868,7.140111786005276,615.4,602.0,584.4666666666667,3.6544850498338777,0,0,4.714285714285714,0.7554945054945055,0,1.1428571428571428,155.92286501377424,0,1,25.0,0,1,3.31125827814569,77.10770351014767,0,0,0,0,0,0,-2.032520325203265,0.3076416578079373,6.372549019607831,1.5624459399813415,22.152941176470563,0,0,2.3740719522187437,0.9495798319327731,-20322182981.202282,,0.6776233894218352,1192554.9897035956,0,0,,-55.821053080965044,65.87606894197549,1,1,1.7293233082706843,0.9064365562950225,620.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,580.65,611.1333333333333,560.0,7.465771118574005,0,0,0,none,1,1.0169491525423728,-0.3205128205128205,0,0.778,1,0,0,1.0,85.18518518518519,2.1487803167337507,109.65182186234794,110.11545306968634,10.774992369280653,8.626212052546903,7.670852118173133,608.6,592.5,570.6666666666666,4.641350210970474,0,0,6.428571428571429,1.0368663594470047,0,1.0526315789473684,183.71467025572008,0,1,5.263157894736842,0,1,5.982905982905984,87.88439552381625,0,0,0,0,0,0,4.2328042328042415,0.586818274035533,-1.1441647597254132,1.5219294322978782,27.799999999999955,0,0,2.5561591889689166,0.4117647058823529,-23127100723.05077,-264564.84732437134,0.9683372968725226,896561.99438712,0,0,-0.7707714865204424,-56.018357921058296,43.26041054068018,1,1,1.5353383458646663,0.6390462499501917,620.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.55,613.4,549.0,9.049336030252398,0,0,0,none,1,1.3061224489795917,-0.3225806451612903,1,0.75,1,1,0,0.9587606652804641,78.94736842105263,2.766052615249505,103.06878306878326,104.63312655841419,12.179764035784274,9.413711420534769,11.432838984160412,598.4,577.7,559.9833333333333,5.244936818417845,0,0,10.714285714285714,1.7622180451127818,0,1.037037037037037,163.47599886192802,0,1,4.444444444444445,0,1,5.739130434782602,77.04094578374628,0,0,0,0,0,0,2.94736842105263,0.25555518596955906,0.3320561941251441,1.1254023690679609,34.15588235294126,0,0,3.70647418637452,0.865546218487395,-26490703007.409317,-22062673.93423462,1.5251718548732864,7710640.074824035,0,0,,-56.745414904079226,43.616570759720034,1,1,2.5849624060150376,0.8577951384000339,609.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,539.1333333333333,606.0,538.0,12.773587238778283,0,0,0,none,1,1.6923076923076923,-2.302631578947368,1,0.75,0,0,0,6.587902761182817,5.775137798424112,-0.8127649627587056,584.6,560.5,570.6833333333333,8.47457627118644,0,0,15.642857142857142,2.5728383458646613,0,1.1290322580645162,223.5332677810555,0,1,12.903225806451612,0,1,11.559633027522942,69.84220464595413,0,0,0,0,0,0,1.0578830317965924,1.5062551408873048,4.3010752688172005,1.1445072057925065,22.03235294117644,0,0,7.7546620550796455,0.8235294117647058,-35421378869.33791,-39914278.20226288,1.3351765261298136,7631350.790066332,0,0,-2.017973768778438,-56.49916894552784,17.411725381840604,0,1,1.649624060150375,0.2800863014989885,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,10,impulse_late,unknown,100,above_cloud,above,10.412,0,0,545.2333333333333,600.0,538.0,11.511890933545278,0,0,0,none,1,1.1724137931034482,-0.6578947368421052,1,0.5,1,1,0,4.089264184890846,-2.5363108332843467,-6.6255750181751925,573.4,569.45,591.5666666666667,3.6087452805338316,1,0,29.857142857142858,5.060532687651332,1,0.6153846153846154,101.2416427889214,0,1,-38.46153846153847,0,0,2.076124567474058,63.29549730947802,0,0,0,0,0,0,-3.083777627593804,0.9273743719736718,11.817168338907472,0.6414545179549935,5.335294117647095,1,0,10.254368962171291,0.15966386554621848,-60991951793.780914,-697001381.4405289,1.436564017075635,65484174.15576291,0,0,-2.163557941006764,-51.19116018338901,60.846232917807995,1,1,-0.10150375939848391,0.0016963576571621397,580.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,21,impulse_late,unknown,none,above_cloud,above,3.362,0,0,593.9833333333333,683.2666666666667,537.1666666666666,-0.6706136535817531,1,0,0,none,1,-1.2881355932203389,-0.847457627118644,0,0.333,0,0,0,0,3,0,2,0.0,0.75,-0.667,0,1.0,66.41221374045801,121.98626045400238,121.09418558343287,13.160047124641029,54.40414507772021,69.74969474969473,58.381996425474654,0.8523663249379312,10.24145903036993 -341,2026-02-27 01:48:00,buy,565.0,0.485,55,저점 분할 매수 · 비중 48% · 2회 · BB하단 · leg#55,0.05629584486808511,31.818181818181827,-0.4635160589312637,24.285714285714572,17.619047619048207,-2.274065273806059,-1.8105492148747953,2.2120576593519146,571.2,575.65,580.1166666666667,-0.9814991748458235,0,0,3.0714285714285716,0.5388471177944862,0,0.25,-176.39593908629683,1,0,-70.0,0,0,-0.6968641114982632,16.842375988742106,0,0,0,0,0,0,-1.5151515151515014,-0.05950465275979466,14.761904761904765,0.09805912406717002,-6.32941176470581,0,0,1.1259325463271785,0.7899159663865546,,,1.8024812055799924,-238106.97400909662,0,0,,-59.639914571936835,42.99467946913767,1,1,-0.4563909774436164,0.7193698346098951,567.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.7833333333333,586.0,570.8,-2.361035772404141,0,0,0,none,1,-0.13445378151260504,0.0,0,0.433,0,0,1,0.028622056121302045,41.66666666666667,-0.5649998581705384,3.7037037037041394,22.786596119930238,-2.6892035439847177,-2.1242036858141793,2.428287139489024,573.2,576.6,581.3666666666667,-1.144640998959423,0,0,3.4285714285714284,0.6015037593984962,0,0.0,-175.05376344086173,1,0,-100.0,1,0,-1.5544041450777257,31.01995670756591,0,0,0,0,0,0,1.6666666666666714,-0.11223870740620945,-23.80952380952381,0.03918142737627506,-7.232352941176487,0,0,1.3238413465657715,0.9915966386554622,-16162690011.915243,-1452179.6334190369,0.8880695306970033,-409804.0884071253,0,0,,-59.6226806957369,31.844866557142776,1,1,-0.4360902255639059,0.5432395421543501,570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,582.65,593.0,573.8333333333334,-2.1711147344031567,0,0,0,none,1,-0.20202020202020202,-0.5263157894736842,0,0.37,0,0,0,0.0,31.42857142857143,-0.7654217753294881,13.76262626262645,12.415824915825043,-2.8223171563305414,-2.0568953810010533,2.9273603980384864,575.2,580.4,584.6333333333333,-1.619572708476913,0,0,4.714285714285714,0.8256192144108082,0,0.07692307692307693,-175.43859649122635,1,0,-91.66666666666666,1,0,-2.3931623931623958,28.773067483884446,0,0,0,0,0,0,-8.571428571428562,-0.23539063108655167,2.777777777777775,0.06312465832510139,-7.858823529411666,0,0,1.6088010627632512,0.8991596638655462,-20958640073.519005,,0.8917435891700101,-974294.6126157884,0,0,,-59.51577307286542,45.78616187397652,1,1,-0.6165413533834669,0.7374036023547783,570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,582.65,593.0,575.3666666666667,-1.9994851111301726,0,0,0,none,1,-0.22784810126582278,-0.5253940455341506,0,0.45,-1,-1,0,0.0,32.5,-1.0115184190918112,27.207977207977226,33.107787274454104,-3.1427239084439407,-2.1312054893521295,2.9056187865957415,576.2,581.45,585.9166666666666,-1.9692148937999865,0,0,5.071428571428571,0.8897243107769423,0,0.2631578947368421,-231.85988323602982,1,0,-72.22222222222221,0,0,-2.564102564102566,25.654666879839553,0,0,0,0,0,0,-4.642857142857139,-0.3691517150590369,-7.407407407407408,-0.02356522060931422,-10.429411764705833,0,0,1.8405235487427645,0.44537815126050423,-20411432419.704456,-20890054.654132843,1.3973018674168636,-1121719.8151717484,0,0,,-59.564773499669045,48.14496425896248,1,1,-0.5000000000000071,0.49048532231892283,565.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,583.45,591.1,583.0,-2.305253235067284,0,0,0,none,1,-0.3220338983050847,-0.17543859649122806,0,0.375,-1,-1,0,0.030908039963157715,28.57142857142857,-0.687125808216162,25.874125874125642,32.12898212898199,-3.087562625500027,-2.400436817283865,2.861324892252786,580.4,584.85,591.5166666666667,-1.3422245020090706,0,0,6.071428571428571,1.0522406536271354,0,0.5,-266.0024154589378,1,0,-45.45454545454545,0,0,-1.3675213675213627,15.32222545631862,0,0,0,0,0,0,-12.454212454212453,-0.11783616473209069,-4.8951048951049,0.1994975801136934,-10.270588235294099,0,0,1.9277014237044945,0.31092436974789917,-23233023575.056824,-37371238.616355896,1.6168607881164696,-1064581.0294748247,0,0,-5.5306615904514445,-58.98821623767451,38.546159758465436,1,1,-0.510526315789467,0.5211958629094162,565.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,594.15,612.7,582.6666666666666,-2.886476479003619,0,0,0,none,1,-0.2857142857142857,-0.17331022530329288,0,0.429,0,0,0,0.1509756325168401,38.63636363636363,-2.148541841654189,44.25589225589244,38.09652076318769,-0.2942529798600617,1.8542888617941273,5.460856671662876,582.8,590.25,573.0666666666667,-1.9059720457433316,0,0,6.357142857142857,1.0979521342215641,1,0.3684210526315789,-229.86349901010556,1,0,-44.0,0,0,-1.697792869269954,40.40431449250502,0,0,1,0,1,0,-3.863636363636367,-0.1229219996845261,0.14814814814813815,0.19839821999480578,-9.405882352941262,0,0,2.8508893974992486,0.46218487394957986,-26579705853.710533,-57909779.61730194,0.91895962823666,-327456.060266763,0,0,,-58.72770326702521,30.878795111271724,1,1,-1.151127819548869,0.7142357413290068,565.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,605.25,606.0,561.0,-4.337050805452291,1,0,0,none,1,0.6923076923076923,-0.17271157167530224,0,0.636,0,0,0,2.62612301796392,7.715021275540721,5.088898257576801,590.0,569.4,570.0166666666667,2.7397260273972712,0,0,15.571428571428571,2.6617826617826617,0,0.7580645161290323,26.974951830443246,0,0,-30.612244897959183,0,0,5.978260869565211,67.91487585739623,0,0,0,0,0,0,3.1511450381679396,-0.9346473781762441,-4.827737546631553,0.6421515923235023,17.39705882352939,0,0,6.944555483683906,0.7815126050420168,-35479251021.30876,-100565539.81591034,0.6890349319139529,-8059696.96656014,0,1,-1.7554739365458902,-58.0746426494121,17.01666425908351,0,1,2.720300751879698,0.5517585392822326,572.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,below,-0.648,0,0,545.2333333333333,587.6,538.0,7.293513480467073,1,0,0,none,1,0.3793103448275862,-1.3675213675213675,0,0.444,0,0,0,3.521737957740931,-1.174034002774647,-4.695771960515578,585.0,568.7,588.7666666666667,1.2836293300509949,0,0,29.642857142857142,5.146329365079365,1,0.46153846153846156,66.9985480190832,0,0,-53.84615384615385,0,0,-0.34602076124568004,63.294080429553524,1,0,1,0,1,0,-4.014409133925575,-0.6757363151565992,-3.296703296703299,0.513437170998949,10.523529411764798,0,0,9.969904565040233,0.15126050420168066,-61033767988.32248,-176488962.8125534,0.7765816586011114,33839486.3945806,1,0,-2.000615415386735,-52.26477116352844,65.12586750201272,1,1,0.8195488721804485,0.13044043436082842,564.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,above_cloud,below,-7.675,0,0,577.75,683.2666666666667,537.1666666666666,-0.302899177845084,1,0,0,none,1,-2.0847457627118646,4.861111111111112,0,0.4,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.6800065029996837,68.8,74.08112901427096,80.56655766484276,15.220150282026633,54.6448087431694,54.57875457875455,60.7346357346357,0.6359440198455886,9.442337599763414 -342,2026-02-28 18:06:00,buy,532.0,0.515,55,저점 분할 매수 · 비중 52% · 2회 · BB하단 · leg#55,0.12205552119617046,30.0,-0.21561202464794427,16.666666666666952,23.70370370370426,-2.1009206399783125,-1.8853086153303682,1.6952966679873362,535.8,538.45,543.2833333333333,-0.6407280156003448,0,0,1.6428571428571428,0.30707610146862485,1,0.16666666666666666,-145.8333333333344,1,0,-75.0,0,0,-0.5576208178438624,22.18400965030503,0,0,1,0,0,0,11.818181818181827,0.018751809281693843,-5.0,0.006582147562720149,-5.149999999999977,0,0,0.8863469933300921,0.5630252100840336,-13460871080.706488,-3490902.0382175446,1.6672762948601214,-705097.953985855,0,0,,-62.02083388232933,97.31442577030813,1,1,-0.3511278195488668,0.8285835863027922,535.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,542.75,553.8333333333334,535.1666666666666,-1.4279134039613117,0,0,0,none,1,-0.2689075630252101,-0.3738317757009346,0,0.314,0,0,0,0.11145537090624566,18.75,-0.10654828597256616,23.148148148148582,13.664421997756136,-3.531343356264756,-3.42479507029219,3.000990854308075,535.8,540.3,551.05,-1.1660188784008763,0,0,2.142857142857143,0.40128410914927765,0,0.125,-158.4229390681011,1,0,-75.0,0,0,-1.1111111111111072,0.0,0,0,0,0,0,0,-4.779411764705884,-0.05764172906505349,13.888888888888888,-0.1546329357867574,-6.055882352941239,0,0,1.4809743519000897,0.8151260504201681,-16188045627.468302,,1.0967969187150608,253997.09935942292,1,0,,-62.07512130703863,32.11076373552654,1,1,-0.5909774436090219,0.7439274033899628,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,541.5,570.0,534.5333333333333,-1.3850415512465353,0,0,0,none,1,-0.36363636363636365,-0.18726591760299627,0,0.281,0,0,0,0.18765083673496313,37.83783783783784,-0.33120044203805676,19.023569023569213,16.217732884399684,-6.498551918713247,-6.16735147667519,6.260251096057942,537.0,544.65,559.7,-1.9553841916827297,0,0,4.428571428571429,0.8293204922418406,0,0.07142857142857142,-121.50598973188781,1,0,-81.81818181818183,1,0,-1.4760147601476037,26.426280075849064,1,0,1,0,1,0,5.279698302954117,-0.05868258426269346,3.2828282828282855,-0.09003043835787197,-15.32941176470581,0,0,2.294416826161449,0.9663865546218487,-21004843927.370575,-3466740.0165786743,0.8755019470888216,-2299098.7945845444,0,0,,-62.04133588781073,58.513504999792936,1,1,-1.18872180451127,0.6806595823882989,532.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,537.7,570.0,534.5333333333333,-0.6881160498419248,0,0,0,none,1,-0.3670886075949367,-0.18726591760299627,0,0.333,0,0,0,0.13104408497693115,26.229508196721312,-1.3614731313168837,6.41025641025643,9.401709401709569,-7.75355270359546,-6.392079572278576,8.481370194280844,538.4,551.25,562.5833333333334,-3.129251700680269,0,0,7.142857142857143,1.337613697164259,0,0.0,-96.518020769701,0,0,-100.0,1,0,-3.085299455535395,17.298414112532498,1,0,0,0,0,0,-0.43715846994535923,-0.016121894289990557,-3.846153846153845,-0.010058818880386832,-19.649999999999977,0,0,2.5957788556790415,0.9915966386554622,-20468341286.97724,-21211485.000598907,1.0512221465081952,-3770672.010060996,0,0,,-62.02119945670206,88.0756918068474,1,1,-1.8353383458646615,0.8629607824820643,534.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,538.55,570.4,535.3,-0.8448612013740475,0,0,0,none,1,-0.6610169491525424,-0.9363295880149813,0,0.278,0,0,0,0.019602162737813573,16.666666666666657,-2.8153865807902703,9.595959595959354,10.3996958835667,-8.750908527297725,-5.935521946507454,9.184934782643731,538.2,558.65,571.4666666666667,-4.412422804976279,0,0,7.142857142857143,1.337613697164259,0,0.0,-126.28817687839619,1,0,-100.0,1,0,-5.653710247349819,12.875070529378988,0,0,0,0,0,0,-0.7246376811594359,-0.11064236005917838,-3.2258064516129057,-0.2227518704922941,-24.070588235294167,0,0,2.6116915850699787,0.8403361344537815,-23322393741.16015,-60863895.96556091,1.318753077376534,-6771714.026908219,0,0,,-61.94600055407204,42.308293719402386,1,1,-1.886466165413533,0.7569275413830822,534.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.1833333333334,587.0,534.0,-1.144673104810101,1,0,0,none,1,-1.1224489795918366,-1.4981273408239701,0,0.167,-1,0,0,0.0,18.965517241379317,-3.2975385090895166,7.84313725490215,26.508219449396183,-8.99840182994933,-5.700863320859813,8.708559468982612,547.8,564.4,577.55,-5.386250885896526,0,0,7.928571428571429,1.4847512038523276,0,0.0,-191.50668993600743,1,0,-100.0,1,0,-5.820105820105825,9.899890400484765,0,0,0,0,0,0,-1.0344827586206833,-0.6567074373605104,-25.25252525252525,-0.37180928338049984,-28.561764705882297,0,0,3.872480982456071,0.8067226890756303,-26731461051.374973,-111731658.08309937,1.280309029548085,-5552484.73826167,0,0,,-61.83551205202325,45.73675546747115,1,1,-1.6827067669172966,0.6563541802079096,534.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,545.4833333333333,587.0,537.5333333333333,-2.1051666717589956,0,0,0,none,1,-0.8461538461538461,-1.4981273408239701,0,0.333,-1,-1,0,-4.482792556133931,-2.0776429666868808,2.40514958944705,563.4,579.3,567.05,-7.301916105644734,0,0,14.785714285714286,2.753391859537111,0,0.0,-228.50412249705522,1,0,-100.0,1,0,-8.20512820512821,24.149968538149793,0,0,0,0,0,0,-5.95539481615431,-2.003985977555441,-2.083333333333332,-0.08025010319925212,-9.155882352941262,0,0,7.796297664585758,0.907563025210084,-35722086219.95867,-242835198.64990997,1.5916646999369322,-16364462.565984696,0,0,-4.344088319626743,-61.41368331425101,22.65746461127154,0,1,-1.389473684210514,0.27490764511381227,537.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,382,in_cloud,neutral,-0.25,0,0,538.05,600.0,537.0,-0.19514914970726327,1,0,0,none,1,-0.9655172413793104,-2.2346368715083798,0,0.5,-1,-1,0,1.0153353076811116,-2.6875041608972197,-3.7028394685783312,576.0,567.6,584.8333333333334,-2.5722339675828043,0,0,33.07142857142857,5.980366830276414,1,0.23404255319148937,-63.33443672073298,0,0,-76.59574468085107,0,0,-2.296819787985871,56.99736540888869,1,0,1,0,0,0,-11.329300721779028,-1.9410593523867656,-10.879900241602364,0.3525518273960497,-4.811764705882297,0,1,10.433918819264454,0.2689075630252101,-61105137882.48282,-251673701.08885193,1.0533690774583606,11487148.827802896,1,0,-2.002057891871957,-54.052589420674245,68.78479823084352,1,1,0.9157894736842161,0.15480065212437122,531.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,21,impulse_late,unknown,382,in_cloud,below,-14.115,0,0,592.8,597.8666666666667,547.2,-6.713900134952755,1,0,0,none,1,-2.2203389830508473,8.860759493670885,0,0.4,0,0,0,3,0,0,0,0.75,0.0,0.0,0,0.0,18.095238095238088,20.234929078014176,16.44732819760331,10.825485985009234,43.31550802139037,38.57064920894706,47.533317746083675,0.23493670773468764,9.704225528928228 -343,2026-03-01 11:45:00,sell,591.0,0.65,55,고점 매도 · 비중 65% · 분할 · leg#55,0.7355867456298447,66.66666666666666,0.001054887327373244,111.11111111111138,93.82716049382772,3.5573775046783567,3.5563226173509834,3.2932867976002536,589.2,586.45,579.2166666666667,0.7758547190723775,0,0,2.357142857142857,0.3988397389412618,0,1.0666666666666667,81.761006289306,0,0,33.33333333333333,0,1,0.339558573853993,65.58480911753159,0,1,0,1,0,0,-1.3333333333333428,0.010668007829976567,22.2222222222222,1.0416787176985154,9.938235294117703,0,0,1.3997986369552948,0.9747899159663865,-13468845749.313034,-1213394.6816596985,0.6878945757273368,235411.1993329078,0,0,,-57.97975124296304,56.04939945819318,1,1,0.6067669172932437,0.5527270597760905,590.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,582.7166666666667,590.0,567.0,1.4215027314589568,0,0,0,none,1,0.14285714285714285,-0.1692047377326565,1,0.536,0,0,0,0.7832885761893847,83.87096774193549,1.271850477933615,100.18518518518563,96.7636684303359,3.7124627113034876,2.4406122333698725,6.426987138139209,588.8,579.45,579.5333333333333,1.8206920355509526,0,0,3.9285714285714284,0.665859564164649,0,1.0,86.78422825440892,0,0,-0.0,0,1,1.899827288428324,82.88353247668516,0,0,0,0,0,0,2.6209677419354875,-0.18360527067397303,5.0,0.933608070654716,9.970588235294144,0,0,1.659720794362694,0.9831932773109243,-16201189514.248526,-2642239.345916748,0.5176262131809828,1579580.0614940114,0,0,-0.6962634019056517,-58.03299516177729,55.7217725670978,1,1,1.4849624060150541,0.8903733422021611,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.4166666666667,590.0,560.8333333333334,5.091286922962723,1,0,0,none,1,0.35353535353535354,-0.1694915254237288,1,0.704,0,0,0,0.879387270442147,64.86486486486487,1.4090447322858373,106.66666666666686,106.66666666666686,3.2745358631685804,1.865491130882743,4.752724335369778,588.2,579.55,571.9,1.803123112759919,0,0,5.214285714285714,0.8837772397094431,0,1.1,117.47967479674634,0,1,10.0,0,1,2.60869565217392,65.92398260839452,0,0,0,0,0,0,5.405405405405411,0.13283331891630046,0.0,0.9508839554995605,9.41764705882349,0,0,1.8663335791392912,0.5546218487394958,,,0.8728010877761069,2111137.4291258855,0,0,,-57.99511711403551,33.69413719576931,1,1,0.2999999999999951,0.06642987957156277,588.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,552.8833333333333,588.0,552.1666666666666,6.713290929370275,0,0,0,none,1,0.5569620253164557,0.0,1,0.684,0,0,0,0.8895411235638686,55.319148936170215,0.3237518164502817,111.01364522417155,85.32906339923899,3.9808911494905033,3.6571393330402215,4.012861847655246,581.2,578.95,564.3166666666667,1.563174712842197,1,0,6.0,1.0204081632653061,0,1.0526315789473684,150.2487562189045,0,1,5.263157894736842,0,1,1.0309278350515427,53.57015260615483,0,1,0,0,0,0,-5.550416281221089,0.42134109691762944,18.421052631578945,0.9292188462248229,8.69411764705876,0,0,2.2769625940307106,0.7226890756302521,-20483838262.022015,-5231963.246128082,0.7793801843888475,1446716.1550902724,0,0,,-58.11627011699685,20.237590057798002,0,1,0.1360902255639063,0.019215485472399707,589.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,575.75,587.0,551.0,2.127659574468077,0,0,0,none,1,0.711864406779661,-0.6802721088435374,0,0.706,0,0,0,0.8725117506758847,70.58823529411765,0.5756242655451036,81.8518518518516,72.66856600189918,6.8001041733118655,6.224479907766762,7.62969566662699,578.6,571.75,560.9833333333333,2.8421512898994417,0,0,8.357142857142858,1.4212827988338192,0,1.0303030303030303,121.79487179487236,0,1,5.555555555555555,0,1,2.617801047120416,66.079744807487,0,0,0,1,0,1,6.409130816505709,0.41619095461718114,11.851851851851848,0.9545642484655794,16.538235294117726,0,0,3.1250522477731932,0.9411764705882353,,,1.1080406316030047,944647.8522182703,0,0,,-58.033314004737214,46.28572964070963,1,1,1.5526315789473661,0.7094112646368667,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.1833333333334,585.2333333333333,534.0,8.851932985714717,0,0,0,none,1,0.4489795918367347,0.0,1,0.5,0,0,0,0.8694431008029205,78.08219178082192,3.7932728996321785,96.9924812030077,100.33416875522164,4.670066342414998,0.8767934427828195,11.949860692096575,579.6,558.35,569.5333333333333,4.414793588251098,0,0,9.5,1.6295025728987993,0,1.0,124.54645843192952,0,1,-0.0,0,1,5.045045045045038,75.66765979997791,0,0,0,0,0,0,2.6975763962065287,-0.1158928229213334,-2.631578947368425,0.9125085594908037,18.64705882352939,0,0,5.091502542859822,1.0,-26743177027.20849,-10696904.320224762,1.9058309651368341,2833145.993278712,0,0,,-58.270804321755335,52.872656884339754,1,1,2.7105263157894797,0.9241799820696912,582.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.6166666666666,583.0,535.6333333333333,7.047770603176562,1,0,0,none,1,0.07692307692307693,-0.6861063464837049,0,0.455,0,0,1,-1.2130434960995191,-2.418229594031459,-1.2051860979319398,556.0,575.7,566.5666666666667,1.2680215389959892,0,0,17.357142857142858,2.9772114677775057,0,0.7301587301587301,33.45959595959571,0,0,9.523809523809524,0,1,-0.8503401360544172,57.901306025493014,0,0,0,0,1,0,9.05219780219781,2.1768312192442574,32.961837217156365,0.7105525398114219,-7.285294117647027,0,0,6.921297457941703,0.8487394957983193,-35719462490.32096,-195228100.09088898,1.692716320156456,146783.9070762694,1,0,-4.244979101911616,-58.04791545566328,21.613685428040668,0,1,-2.2902255639097726,0.5811225107185007,584.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,7,impulse_late,unknown,382,in_cloud,above,6.117,0,0,538.05,600.0,537.0,8.354242170801985,1,0,0,none,1,1.3103448275862069,-3.6020583190394513,1,0.556,1,1,0,-0.0835334917267212,-3.846489558230246,-3.762956066503525,565.0,567.25,580.4333333333333,-0.22036139268399868,0,1,35.214285714285715,6.221605249873801,1,0.3723404255319149,32.26857887874794,0,0,-62.76595744680851,0,0,2.722323049001818,66.02184245004672,0,0,0,1,0,1,-4.306748466257673,0.0733994082473286,-2.9732678668848855,0.4695352627784811,-10.129411764705878,0,0,9.87551064247005,0.15126050420168066,-61101373891.48407,-166110724.19618225,1.0143142013649784,56478603.734736204,0,0,-1.7647006780196068,-52.852837694232456,75.35570805361144,1,1,0.5691729323308243,0.060281764221677525,549.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,down,0,0,1,1,0,0,0,22,impulse_late,unknown,382,in_cloud,below,-11.767,0,0,589.3,602.2,542.0,-3.953843543186819,1,0,0,none,1,-1.0,7.950530035335689,0,0.4,0,0,0,0,2,0,2,0.0,0.5,-0.667,0,0.6026796638018431,49.23076923076923,71.11480251015134,41.99738722252328,12.349295781130479,46.0,28.36879432624111,32.76050190943805,0.47721417602877253,9.670986353719782 -344,2026-03-01 12:00:00,sell,587.0,0.35,55,고점 매도 · 비중 35% · 분할 · leg#55,0.2746910493448345,37.5,-0.6294691188687458,33.33333333333362,69.44444444444501,2.621389413291922,3.250858532160668,1.4695275767427356,589.6,588.95,579.8666666666667,-0.33109771627473084,0,0,1.9285714285714286,0.32854709174981744,1,0.0,-95.79667644184437,0,0,-100.0,1,0,-0.170068027210879,37.4800810660195,0,0,0,0,0,0,-9.558823529411761,-0.2272857592576889,-41.666666666666664,0.46672354694896573,6.120588235294122,0,0,1.199983745800348,0.7478991596638656,,,0.1751262779575655,-15204.719044461846,0,0,,-58.26290947034545,37.334522202943255,1,1,0.09248120300751111,0.06394147256843896,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,589.0,591.0,567.0,-0.339558573853993,1,0,0,none,1,0.07563025210084033,0.0,0,0.5,-1,0,0,0.6887131031395202,73.33333333333333,0.5373421430318825,91.85606060606106,97.27132435465849,3.587254250625506,3.0499121075936233,5.775158638442059,589.6,582.65,580.2166666666667,1.0898481077834088,0,0,3.5,0.5942275042444821,0,0.9523809523809523,48.742138364779585,0,0,-12.5,0,1,0.0,69.19703966829253,1,0,0,0,0,0,-0.8602150537634401,-0.23085039525952444,-4.166666666666657,0.8025833076917641,9.626470588235293,0,0,1.30566545802075,0.6890756302521008,,,0.9022886168617283,729850.2458919659,0,0,,-58.102878104454746,60.442378758292236,1,1,1.2684210526315838,0.7957406997841185,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.5,590.0,561.0,4.897595725734649,1,0,0,none,1,0.26262626262626265,0.0,0,0.72,0,0,0,0.7914132638786786,63.15789473684211,1.2737949757864402,103.33333333333353,105.55555555555567,3.457734850615793,2.183939874829353,4.883192851080082,589.2,579.75,572.45,1.4230271668822736,0,0,5.214285714285714,0.8867832847424685,0,1.0,92.9468599033826,0,0,-0.0,0,1,3.3391915641476366,65.43505916108529,0,0,0,0,0,0,-1.7069701280227605,-0.13524975649939708,-3.3333333333333286,0.821184635536783,9.205882352941217,0,0,1.8879517355736408,0.5630252100840336,,,0.7568567727850525,2118939.144283673,0,0,,-58.13676259160834,35.224749440667274,1,1,0.4909774436090343,0.16843092759479583,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,552.85,588.0,551.0,6.357963281179346,1,0,0,none,1,0.5443037974683544,0.0,0,0.684,0,0,0,0.9448608414095084,59.183673469387756,0.7289801983119548,118.03118908382068,107.21247563352843,4.568364580930165,3.8393843826182104,4.381783989563565,585.6,579.7,565.0666666666667,1.9492841124719495,0,0,6.0,1.015228426395939,0,1.2105263157894737,126.80652680652734,0,1,21.052631578947366,0,1,2.0725388601036343,50.02268931666516,0,0,0,0,0,0,3.8645245332175406,0.4052283818616731,7.017543859649123,1.0014360989653142,10.938235294117703,0,0,2.2755940345973467,0.7142857142857143,,,0.989636229191644,1987656.5357704759,0,0,,-57.90132543253152,16.666161486369433,0,1,0.26165413533834814,0.059420281321942325,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,553.3166666666666,587.0,549.7333333333333,6.810446097774037,0,0,0,none,1,0.8305084745762712,0.0,0,0.706,0,0,0,0.8725117506758847,70.58823529411765,0.5756242655451036,81.8518518518516,72.66856600189918,6.8001041733118655,6.224479907766762,7.62969566662699,578.6,571.75,560.9833333333333,2.8421512898994417,0,0,8.357142857142858,1.4212827988338192,0,1.0303030303030303,121.79487179487236,0,1,5.555555555555555,0,1,2.617801047120416,66.079744807487,0,0,0,1,0,1,6.409130816505709,0.41619095461718114,11.851851851851848,0.9545642484655794,16.538235294117726,0,0,3.1250522477731932,0.9411764705882353,,,1.1080406316030047,944647.8522182703,0,0,,-58.033314004737214,46.28572964070963,1,1,1.5526315789473661,0.7094112646368667,587.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.1833333333334,585.2333333333333,534.0,8.851932985714717,0,0,0,none,1,0.4489795918367347,0.0,1,0.5,0,0,0,0.8694431008029205,78.08219178082192,3.7932728996321785,96.9924812030077,100.33416875522164,4.670066342414998,0.8767934427828195,11.949860692096575,579.6,558.35,569.5333333333333,4.414793588251098,0,0,9.5,1.6295025728987993,0,1.0,124.54645843192952,0,1,-0.0,0,1,5.045045045045038,75.66765979997791,0,0,0,0,0,0,2.6975763962065287,-0.1158928229213334,-2.631578947368425,0.9125085594908037,18.64705882352939,0,0,5.091502542859822,1.0,-26743177027.20849,-10696904.320224762,1.9058309651368341,2833145.993278712,0,0,,-58.270804321755335,52.872656884339754,1,1,2.7105263157894797,0.9241799820696912,582.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.6166666666666,583.0,535.6333333333333,7.047770603176562,1,0,0,none,1,0.07692307692307693,-0.6861063464837049,0,0.455,0,0,1,-1.2130434960995191,-2.418229594031459,-1.2051860979319398,556.0,575.7,566.5666666666667,1.2680215389959892,0,0,17.357142857142858,2.9772114677775057,0,0.7301587301587301,33.45959595959571,0,0,9.523809523809524,0,1,-0.8503401360544172,57.901306025493014,0,0,0,0,1,0,9.05219780219781,2.1768312192442574,32.961837217156365,0.7105525398114219,-7.285294117647027,0,0,6.921297457941703,0.8487394957983193,-35719462490.32096,-195228100.09088898,1.692716320156456,146783.9070762694,1,0,-4.244979101911616,-58.04791545566328,21.613685428040668,0,1,-2.2902255639097726,0.5811225107185007,584.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,7,impulse_late,unknown,382,in_cloud,above,6.117,0,0,538.05,600.0,537.0,8.354242170801985,1,0,0,none,1,1.3103448275862069,-3.6020583190394513,1,0.556,1,1,0,-0.0835334917267212,-3.846489558230246,-3.762956066503525,565.0,567.25,580.4333333333333,-0.22036139268399868,0,1,35.214285714285715,6.221605249873801,1,0.3723404255319149,32.26857887874794,0,0,-62.76595744680851,0,0,2.722323049001818,66.02184245004672,0,0,0,1,0,1,-4.306748466257673,0.0733994082473286,-2.9732678668848855,0.4695352627784811,-10.129411764705878,0,0,9.87551064247005,0.15126050420168066,-61101373891.48407,-166110724.19618225,1.0143142013649784,56478603.734736204,0,0,-1.7647006780196068,-52.852837694232456,75.35570805361144,1,1,0.5691729323308243,0.060281764221677525,549.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,down,0,0,1,1,0,0,0,22,impulse_late,unknown,382,in_cloud,below,-11.767,0,0,589.3,602.2,542.0,-3.953843543186819,1,0,0,none,1,-1.0,7.950530035335689,0,0.4,0,0,0,0,1,0,2,0.0,0.25,-0.667,0,0.6026796638018431,49.23076923076923,71.11480251015134,41.99738722252328,12.349295781130479,46.0,28.36879432624111,32.76050190943805,0.47721417602877253,9.670986353719782 -345,2026-03-02 05:39:00,buy,549.0,1.0,56,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#56,0.04864657672841474,20.0,-0.45329085173724826,7.8703703703706545,8.487654320988236,-2.3227523137678645,-1.8694614620306163,2.2290924674887296,553.0,556.6,560.4833333333333,-1.0061085159899452,0,0,1.7857142857142858,0.3240860772621208,0,0.0,-124.60317460317498,1,0,-100.0,1,0,-1.6071428571428625,12.237014286621218,0,0,0,0,0,0,-6.666666666666671,-0.05075510944093553,0.0,-0.1879737719787144,-5.555882352941239,0,0,0.8021042032261709,0.5294117647058824,-13478008391.136446,,1.3140478022096274,-607384.3018107265,0,0,,-60.78140836262329,51.291486291486294,1,1,-0.46766917293233584,0.7956516016518342,551.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,560.1833333333334,568.7333333333333,551.0,-1.639344262295095,1,0,0,none,1,-0.13445378151260504,-0.3629764065335753,0,0.37,0,0,0,0.07084560185969287,26.66666666666667,-0.5923399781790799,4.166666666667112,-5.2777777777769765,-2.484798538864311,-1.892458560685231,2.2327170756666153,553.6,558.35,562.8,-0.9581803528252886,0,0,2.0714285714285716,0.3745802118315681,0,0.1,-152.5600835945674,1,0,-87.5,1,0,-0.8960573476702538,16.50837590609305,0,0,0,0,0,0,1.6666666666666714,0.029433422621077954,10.833333333333332,-0.06964292304839938,-6.797058823529369,0,0,0.824480414927647,0.44537815126050423,-16213766492.60019,,2.2934774877391266,-170395.28450312465,0,0,,-60.62231433282664,72.39641311069883,1,1,-0.471428571428565,0.8008282695359366,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,565.5,570.0,553.8,-2.210433244915999,0,0,0,none,1,-0.12121212121212122,-0.3616636528028933,0,0.37,0,0,1,0.0,0.0,-0.8630787080099014,6.1111111111113,14.735449735449848,-2.631271335650922,-1.7681926276410207,2.5549724421356905,556.2,560.75,564.4166666666666,-1.3820775746767766,0,0,2.7142857142857144,0.49082924308964093,0,0.07692307692307693,-201.15976804638953,1,0,-91.66666666666666,1,0,-1.9503546099290725,0.0,0,0,0,0,0,0,-35.0,-0.13273046795296195,-10.555555555555557,-0.16549671397916904,-7.617647058823536,0,0,1.4060530959358746,0.5126050420168067,-21047408345.751747,,2.830701252087457,-807777.1282682517,0,0,,-60.587262186489355,19.210339697181805,0,1,-0.37368421052631934,0.38096626180836946,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,567.0333333333333,570.3333333333334,558.6,-2.4748692022808716,0,0,0,none,1,-0.26582278481012656,-0.3616636528028933,0,0.263,0,0,1,0.0,29.16666666666667,-0.9147037356575916,17.5925925925926,17.962962962963115,-2.9446866760828243,-2.0299829404252328,3.3552960649721677,556.8,562.5,566.8833333333333,-1.6888888888888842,0,0,3.642857142857143,0.6587445104624128,0,0.0625,-190.56603773584715,1,0,-91.66666666666666,1,0,-1.2499999999999956,17.214295554318184,0,0,0,0,1,0,4.166666666666671,-0.17892712632188523,2.777777777777775,-0.06456955266346563,-7.673529411764775,0,0,1.5096884060580584,0.2605042016806723,-20500710604.4819,-2097756.9194984436,2.262765814885381,-549878.2808507979,0,0,,-60.56657787751324,10.948288406271597,0,1,-0.6781954887218077,0.7230878614977176,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,565.4333333333334,573.6666666666666,560.6666666666666,-2.198903495843907,0,0,0,none,1,-0.4406779661016949,-0.5424954792043399,0,0.091,0,0,1,0.0,41.99999999999999,-0.8762989285420804,19.20940170940148,27.740130240130096,-3.2602035393654205,-2.38390461082334,3.008965028758536,559.8,564.0,569.0333333333333,-1.9503546099290725,0,0,5.428571428571429,0.9816584861792819,1,0.06666666666666667,-226.07260726072752,1,0,-93.33333333333333,1,0,-2.811950790861162,37.64086921029669,0,0,0,0,0,0,-3.652173913043484,-0.39146195715803334,-7.3015873015873005,0.0057736965639963184,-9.147058823529392,0,0,2.2690046605523317,0.5042016806722689,-23365288338.121704,-10095128.736682892,1.346376150705911,-1948870.7386625707,0,0,,-60.48931357758208,16.30878911473369,0,1,-0.4511278195488773,0.39572615749900764,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,573.5833333333333,585.8333333333334,562.5,-3.588551503704762,0,0,0,none,1,-0.2857142857142857,-0.5424954792043399,0,0.333,-1,-1,0,0.16130419614276162,27.65957446808511,-1.630372098631176,19.358974358974546,15.335176805765306,-1.895188297318441,-0.2648161986872649,5.976933975040724,562.0,570.55,566.7666666666667,-2.0243624572780616,0,0,6.428571428571429,1.1500127779197546,0,0.22580645161290322,-146.802325581395,1,0,-65.0,0,0,-1.0619469026548645,29.370401999211865,0,0,0,0,0,0,-1.8858800773694355,-0.0438711852367446,6.111111111111111,0.21143422580182192,-7.120588235294122,0,0,2.6726375194897547,0.2184873949579832,-26785923241.39338,-20589213.471134186,1.1268928096578072,-2974248.284332961,0,0,,-59.946117172374734,30.828890066246917,1,1,-1.2729323308270588,0.7802869170101112,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.6166666666666,583.0,535.6333333333333,2.6410013159102963,1,0,0,none,1,-0.1282051282051282,-0.5366726296958855,0,0.556,0,0,0,-0.3653333833131933,-1.2289773887563342,-0.8636440054431409,571.4,569.9,567.7166666666667,-1.3862081066853826,0,0,19.642857142857142,3.4951703101169294,0,0.5952380952380952,-65.56082148499242,0,0,-24.242424242424242,0,0,-0.881834215167554,39.62499889814777,1,0,1,0,1,0,1.3709677419354804,-0.4407891282060966,-4.112554112554108,0.4095186914825497,-4.694117647058761,0,1,6.5639593142926875,0.8067226890756303,-35776322761.528076,-54236541.5694046,0.6298256632244473,3022712.328013703,1,0,-4.79874244902225,-59.513606320548995,23.86642600711554,0,1,-0.751879699248109,0.1044335378698984,559.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,7,impulse_late,unknown,382,in_cloud,above,3.155,0,0,577.95,600.0,537.0,-2.759754304005546,1,0,0,none,1,0.3448275862068966,-1.7793594306049825,0,0.625,0,0,0,0.6628411204472413,-2.9341154281389663,-3.5969565485862076,562.8,568.65,577.6333333333333,1.116679855798819,0,0,32.0,5.565217391304348,1,0.46808510638297873,9.021512838306418,0,0,-53.191489361702125,0,0,-2.376910016977929,67.38121668443927,1,0,0,0,0,0,-1.1033681765389147,0.6616841692252109,7.4468085106382915,0.5361728585726162,-9.247058823529414,0,0,9.563218763987265,0.15126050420168066,-61094560223.92006,-210019094.26346588,0.5699648822488727,3395304.5454717875,1,0,-1.7731914199655185,-52.03662096214612,80.94350968647538,1,1,0.30451127819547463,0.01839302436491208,549.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,down,0,0,1,1,0,0,0,23,impulse_late,unknown,618,in_cloud,above,7.527,0,0,590.0166666666667,599.3666666666667,543.2666666666667,-2.545125843902707,1,0,0,none,1,-0.847457627118644,4.869565217391305,0,0.4,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.3565155907081126,42.5,76.68109668109668,83.70851370851369,9.661036439613762,53.65853658536585,40.42553191489359,33.924349881796665,0.6195096302161174,9.343848305608995 -346,2026-03-03 03:06:00,sell,606.0,0.65,56,고점 매도 · 비중 65% · 분할 · leg#56,0.9336200174643426,66.66666666666666,1.0858950998309966,107.14285714285741,107.14285714285741,2.597835920182547,1.5119408203515503,3.2666344385798185,603.4,596.55,593.1833333333333,1.4164780823066048,0,0,4.571428571428571,0.755608028335301,0,1.0714285714285714,150.38893690579056,0,1,7.142857142857142,0,1,1.680672268907557,61.70971048945964,0,0,0,0,0,0,-1.754385964912288,0.06097875541453024,0.0,0.8812771859270803,7.770588235294099,0,0,1.8314974228322487,0.9831932773109243,-13480906646.710573,,3.413990467303364,647827.5174840093,0,0,,-56.87823394174043,33.83435034480055,1,1,0.47894736842105984,0.33827416973523683,605.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,586.0833333333333,604.0,565.3,3.2276411204322564,0,0,0,none,1,0.33613445378151263,-1.1570247933884297,0,0.622,0,0,1,0.9073501238327513,54.054054054054056,0.3029855266915553,111.11111111111158,93.20987654321071,3.7089124343989397,3.4059269077073844,3.3730065554953503,600.0,596.8,582.6666666666666,1.3739946380697088,0,0,5.071428571428571,0.8382526564344746,0,1.0,150.74309978768443,0,1,-0.0,0,1,1.680672268907557,54.79941228418051,0,1,0,0,0,0,2.702702702702709,0.30083455112362545,7.407407407407419,0.9277475708225899,7.561764705882297,0,0,2.297407155376001,0.9831932773109243,-16218934155.502888,-251976.66114997864,1.8158953189427207,464984.44512159005,0,0,,-56.85955553033414,12.93129821363066,0,1,0.2496240601503829,0.08611303820648886,603.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,585.2,602.0666666666666,561.0,3.383458646616533,0,0,0,none,1,0.40404040404040403,-0.3305785123966942,0,0.696,1,0,1,0.9012038962806429,62.96296296296296,-0.026654469735434283,96.58119658119678,80.7627557627559,7.318435495407471,7.345089965142905,5.331885104756617,596.2,591.35,572.7166666666667,2.1391730785490726,0,0,6.642857142857143,1.0998107852412489,0,1.1153846153846154,162.71327507282658,0,1,23.076923076923077,0,1,1.8549747048903775,70.74283573774005,0,1,0,1,0,1,2.962962962962962,0.3632411374880604,16.783216783216773,1.0133104350310866,16.87058823529412,0,0,2.70877236557346,1.0,-21053233278.301735,,1.3771965570317548,850528.7230353756,0,0,,-56.892530376196035,52.23434940397532,1,1,1.0969924812030047,0.6778671085829442,604.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.75,601.0,560.5,7.330075521990231,0,0,0,none,1,0.45569620253164556,-0.9933774834437087,1,0.636,1,1,0,0.8548572618829612,76.7123287671233,1.106152833766565,91.38782051282051,90.87273755656123,8.775970010813694,7.669817177047129,10.326102493815151,596.2,582.65,570.1833333333333,3.664292456878071,0,0,8.357142857142858,1.3836329233680227,0,1.0769230769230769,117.20374220374187,0,1,11.538461538461538,0,1,2.8960817717206044,88.16120292875519,0,1,0,1,0,1,5.525888089157192,0.28074681303287097,5.929487179487182,1.038013937561665,21.30882352941171,0,0,2.9179316736551932,1.0,-20510823966.575764,-3007617.137489319,2.3725054214644468,180415.06294581294,0,0,,-56.867723304922734,67.21586032267652,1,1,2.3481203007518707,0.8529829476507336,604.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.1333333333333,601.0,561.4,7.447817836812143,0,0,0,none,1,0.6440677966101694,-1.490066225165563,1,0.692,0,1,1,1.0,88.46153846153847,3.9521788396578517,119.84126984126961,120.10582010581993,8.83642817890427,4.884249339246419,10.3843166307473,595.8,573.15,566.65,5.3825351129721755,0,0,6.428571428571429,1.0643330179754023,0,1.1666666666666667,144.12291039238866,0,1,16.666666666666664,0,1,7.282415630550632,95.55190104246644,0,0,0,0,0,0,2.4150268336314866,0.28571288543410667,-2.136752136752122,1.4960592030319206,24.888235294117635,0,0,2.626451594772331,0.6554621848739496,-23391553305.756687,-18848402.188365936,2.6735235039355696,8463309.965604752,0,0,,-56.782092090358475,36.77933471036919,1,1,2.1406015037593957,0.7243813197516968,599.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.1,598.0,558.1333333333333,6.319309980637211,0,0,0,none,1,0.8775510204081632,-0.16556291390728478,1,0.667,1,1,1,1.0,77.77777777777777,4.499957835772252,118.07712128341308,103.7126660841122,6.389484224015746,1.8895263882434945,8.986338930541788,585.6,569.35,565.3166666666667,6.0858874154737785,0,0,8.857142857142858,1.4664143803216652,0,1.1578947368421053,235.86256263421535,0,1,15.789473684210526,0,1,7.857142857142851,81.54265931573693,0,0,0,0,0,0,1.506591337099806,1.009972760933962,5.263157894736835,1.3661132759650192,22.094117647058738,0,0,3.1580460342995145,0.5210084033613446,-26788723222.67094,3276007.101940155,2.575753435953142,7123032.381612718,0,0,,-56.6563453680287,26.264012963746048,1,1,1.3706766917293227,0.40191465619381184,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.8333333333334,598.0,561.2,4.347826086956519,0,0,0,none,1,0.41025641025641024,-0.9933774834437087,1,0.625,1,0,1,0.2684843839961215,-1.2234600460443517,-1.4919444300404732,564.8,566.05,568.25,1.5811324087978251,0,0,17.571428571428573,3.0559006211180124,0,1.0,159.68139578987325,0,1,-0.0,0,1,-1.3722126929674117,68.91567070087396,1,0,1,0,1,0,18.109323882224636,0.8578894819257785,3.030303030303031,0.6044011283637223,-2.5029411764705856,0,0,6.528324540122256,0.7815126050420168,-35772789943.33333,-53327453.01236725,2.638724543947891,2726653.2447847277,1,0,-3.5108723697164015,-58.51709094719487,19.921352593756517,0,1,-0.04135338345864854,0.0003895983299186945,575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,7,impulse_late,unknown,382,in_cloud,below,-2.039,0,0,584.25,600.0,537.0,-1.5832263585793704,1,0,0,none,1,-1.1379310344827587,-5.043478260869565,1,0.429,0,0,1,1.1806579456526025,-1.8522297469721707,-3.032887692624773,571.0,569.2,576.4333333333333,0.6676036542515806,1,0,31.142857142857142,5.43505360259287,1,0.44680851063829785,111.34108156875254,0,1,-55.319148936170215,0,0,-2.881355932203389,75.3883067203665,1,0,0,0,0,0,6.90649666059501,0.10504046745946649,2.4822695035460995,0.515899873469554,0.9029411764705628,1,0,9.218112885828084,0.1092436974789916,-61161048705.67846,-169096911.89754486,1.1583573998592092,-22501477.298832774,0,0,-1.9370193816461585,-52.06833309479259,83.47869151387995,1,1,0.4285714285714202,0.03787140553852508,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,range,1,0,0,1,0,0,1,22,impulse_late,unknown,618,above_cloud,above,6.022,0,0,583.7833333333333,599.3666666666667,543.2666666666667,-1.8471464869957432,1,0,0,none,1,-0.3898305084745763,7.504363001745201,0,0.5,0,0,0,0,2,1,0,0.0,0.5,0.333,0,0.6805204953473909,66.96428571428571,82.49158249158249,78.90011223344555,8.758741802448032,60.18518518518518,46.09929078014182,43.38061465721037,0.572915873060839,9.155806907702287 -347,2026-03-03 03:15:00,sell,606.0,0.35,56,고점 매도 · 비중 35% · 분할 · leg#56,0.7786083235847906,63.41463414634146,0.9773470108170241,106.25000000000028,108.53174603174665,3.369621004288774,2.39227399347175,4.171125171362297,606.0,598.05,594.4333333333333,1.1621101914555787,0,0,5.071428571428571,0.8382526564344746,0,0.9375,102.36378205128193,0,1,-6.25,0,1,1.5100671140939603,69.98106501745252,0,0,0,0,0,0,-4.878048780487809,-0.2579611045508581,-4.464285714285722,0.73067738854826,8.294117647058783,0,0,1.902701459696224,0.9915966386554622,-13480779980.18281,,4.886645948741277,-175054.7736121863,0,1,,-56.87544488271723,29.778167416437167,1,1,0.8984962406015072,0.7265058579868755,604.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,605.25,606.0,565.5,-0.041305245766209975,1,0,0,none,1,0.33613445378151263,-1.1570247933884297,0,0.622,0,0,1,0.9362979076523001,62.85714285714286,0.5722439353849591,110.00000000000045,108.27160493827243,4.121231826938583,3.548987891553624,3.663689635339287,603.4,597.45,583.4333333333333,1.5984601221859407,0,0,5.0,0.8237232289950577,0,1.125,144.77611940298587,0,1,13.333333333333334,0,1,2.533783783783794,70.0751669832775,0,0,0,0,0,0,8.803088803088805,0.2692584086934038,-1.1111111111111285,0.9830146075099833,9.629411764705878,0,0,2.2807070493144614,0.9747899159663865,-16219035524.197393,-243513.58318901062,3.341416509943866,1284397.0791330263,0,0,,-56.71449106442895,13.732164014496462,0,1,0.3511278195488851,0.14410465922252957,607.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.2666666666667,605.0,561.0,0.45233892321270286,0,0,0,none,1,0.4444444444444444,-1.1532125205930808,1,0.696,0,0,1,0.9663940014789141,64.91228070175438,0.3269045177348273,117.21611721611741,97.86509786509801,7.75372061231144,7.426816094576613,5.061979548722729,599.2,593.0,573.5166666666667,2.360876897133224,0,0,6.357142857142857,1.0473052482937162,0,1.2,171.06314948041575,0,1,28.57142857142857,0,1,2.188552188552184,80.2422103701276,0,1,0,1,0,0,1.9493177387914216,0.3535589874702616,20.634920634920633,1.0920382764579664,18.064705882352882,0,0,2.7073046945197214,0.9915966386554622,-21056367461.91667,-4202851.0744514465,2.40600399436916,1587940.909322205,0,0,,-56.674802876419484,48.60694232829239,1,1,1.046616541353388,0.6807898250298644,605.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,602.2166666666667,603.0,560.7,0.7942877701823781,0,0,0,none,1,0.5189873417721519,-0.3294892915980231,1,0.652,1,0,1,0.8548572618829612,76.7123287671233,1.106152833766565,91.38782051282051,90.87273755656123,8.775970010813694,7.669817177047129,10.326102493815151,596.2,582.65,570.1833333333333,3.664292456878071,0,0,8.357142857142858,1.3836329233680227,0,1.0769230769230769,117.20374220374187,0,1,11.538461538461538,0,1,2.8960817717206044,88.16120292875519,0,1,0,1,0,1,5.525888089157192,0.28074681303287097,5.929487179487182,1.038013937561665,21.30882352941171,0,0,2.9179316736551932,1.0,-20510823966.575764,-3007617.137489319,2.3725054214644468,180415.06294581294,0,0,,-56.867723304922734,67.21586032267652,1,1,2.3481203007518707,0.8529829476507336,604.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,562.1333333333333,601.0,561.4,7.447817836812143,0,0,0,none,1,0.6440677966101694,-1.490066225165563,1,0.692,0,1,1,1.0,88.46153846153847,3.9521788396578517,119.84126984126961,120.10582010581993,8.83642817890427,4.884249339246419,10.3843166307473,595.8,573.15,566.65,5.3825351129721755,0,0,6.428571428571429,1.0643330179754023,0,1.1666666666666667,144.12291039238866,0,1,16.666666666666664,0,1,7.282415630550632,95.55190104246644,0,0,0,0,0,0,2.4150268336314866,0.28571288543410667,-2.136752136752122,1.4960592030319206,24.888235294117635,0,0,2.626451594772331,0.6554621848739496,-23391553305.756687,-18848402.188365936,2.6735235039355696,8463309.965604752,0,0,,-56.782092090358475,36.77933471036919,1,1,2.1406015037593957,0.7243813197516968,599.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.1,598.0,558.1333333333333,6.319309980637211,0,0,0,none,1,0.8775510204081632,-0.16556291390728478,1,0.667,1,1,1,1.0,77.77777777777777,4.499957835772252,118.07712128341308,103.7126660841122,6.389484224015746,1.8895263882434945,8.986338930541788,585.6,569.35,565.3166666666667,6.0858874154737785,0,0,8.857142857142858,1.4664143803216652,0,1.1578947368421053,235.86256263421535,0,1,15.789473684210526,0,1,7.857142857142851,81.54265931573693,0,0,0,0,0,0,1.506591337099806,1.009972760933962,5.263157894736835,1.3661132759650192,22.094117647058738,0,0,3.1580460342995145,0.5210084033613446,-26788723222.67094,3276007.101940155,2.575753435953142,7123032.381612718,0,0,,-56.6563453680287,26.264012963746048,1,1,1.3706766917293227,0.40191465619381184,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.8333333333334,598.0,561.2,4.347826086956519,0,0,0,none,1,0.41025641025641024,-0.9933774834437087,1,0.625,1,0,1,0.2684843839961215,-1.2234600460443517,-1.4919444300404732,564.8,566.05,568.25,1.5811324087978251,0,0,17.571428571428573,3.0559006211180124,0,1.0,159.68139578987325,0,1,-0.0,0,1,-1.3722126929674117,68.91567070087396,1,0,1,0,1,0,18.109323882224636,0.8578894819257785,3.030303030303031,0.6044011283637223,-2.5029411764705856,0,0,6.528324540122256,0.7815126050420168,-35772789943.33333,-53327453.01236725,2.638724543947891,2726653.2447847277,1,0,-3.5108723697164015,-58.51709094719487,19.921352593756517,0,1,-0.04135338345864854,0.0003895983299186945,575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,7,impulse_late,unknown,382,in_cloud,below,-2.039,0,0,584.25,600.0,537.0,-1.5832263585793704,1,0,0,none,1,-1.1379310344827587,-5.043478260869565,1,0.429,0,0,1,1.1806579456526025,-1.8522297469721707,-3.032887692624773,571.0,569.2,576.4333333333333,0.6676036542515806,1,0,31.142857142857142,5.43505360259287,1,0.44680851063829785,111.34108156875254,0,1,-55.319148936170215,0,0,-2.881355932203389,75.3883067203665,1,0,0,0,0,0,6.90649666059501,0.10504046745946649,2.4822695035460995,0.515899873469554,0.9029411764705628,1,0,9.218112885828084,0.1092436974789916,-61161048705.67846,-169096911.89754486,1.1583573998592092,-22501477.298832774,0,0,-1.9370193816461585,-52.06833309479259,83.47869151387995,1,1,0.4285714285714202,0.03787140553852508,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,range,1,0,0,1,0,0,1,22,impulse_late,unknown,618,above_cloud,above,6.022,0,0,583.7833333333333,599.3666666666667,543.2666666666667,-1.8471464869957432,1,0,0,none,1,-0.3898305084745763,7.504363001745201,0,0.5,0,0,0,0,1,1,0,0.0,0.25,0.333,0,0.6805204953473909,66.96428571428571,82.49158249158249,78.90011223344555,8.758741802448032,60.18518518518518,46.09929078014182,43.38061465721037,0.572915873060839,9.155806907702287 -348,2026-03-04 12:33:00,buy,567.0,1.0,57,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#57,0.0,35.294117647058826,-0.4100680825376423,19.761904761905047,29.179894179894774,-0.6114356618156762,-0.2013675792780339,1.2502466886168022,572.8,574.2,574.4333333333333,-0.7314524555903978,0,0,2.142857142857143,0.37593984962406013,0,0.14285714285714285,-256.6210045662142,1,0,-85.71428571428571,1,0,-1.041666666666663,29.66072546639157,0,0,0,0,0,0,-4.705882352941167,-0.18786825947166874,-6.349206349206348,0.061414988588618054,-1.7941176470587834,0,0,0.8630509561128462,0.9243697478991597,-13492482503.237019,-681950.3090343475,3.0122157772134877,-228129.22879315913,0,0,,-59.28661677823099,23.232481803910378,0,1,-0.10225563909774803,0.11361737677525652,569.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,575.2,579.4,569.0,-0.9040333796940248,1,0,0,none,1,-0.01680672268907563,-0.17543859649122806,0,0.484,-1,0,1,0.0,43.75,-0.2860516156330136,37.500000000000476,56.9444444444453,-0.745634156843721,-0.4595825412107074,1.2816394040584016,572.8,573.7,575.8166666666667,-0.6449363778978645,0,0,1.9285714285714286,0.3383458646616541,0,0.3333333333333333,-222.22222222222308,1,0,-62.5,0,0,-0.8695652173912993,46.78027962648433,1,0,0,0,1,0,-6.25,-0.2026801753351925,-20.83333333333333,0.013208030238175598,-2.3382352941176805,0,0,0.8814362460768195,0.6722689075630253,,,5.5442944972587025,-346451.8032500483,0,0,,-59.26835019888424,12.444222444222449,0,1,-0.06917293233082646,0.049563160237037995,567.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.0833333333333,580.0,567.8666666666667,0.3373918145812116,1,0,0,none,1,-0.10101010101010101,0.0,0,0.385,-1,-1,1,0.0,36.8421052631579,-0.26201647546053797,28.61111111111131,46.57407407407422,-1.0693512938802314,-0.8073348184196935,1.3817184498444555,573.6,574.4,577.25,-0.7660167130919215,0,0,2.9285714285714284,0.5137844611528821,1,0.125,-227.38472368883728,1,0,-87.5,1,0,-1.041666666666663,34.94613137271379,0,0,0,0,0,0,-10.216718266253864,-0.2392086750634811,-22.500000000000004,0.11512869583783826,-3.479411764705901,0,0,1.1004821733800896,0.453781512605042,-21088776192.88605,,4.65658987573926,-474570.81319839694,0,0,,-59.23142421468055,19.948913131686243,0,1,-0.09022556390978737,0.07237344698644943,569.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,573.0,583.4,569.0,-0.5235602094240788,1,0,0,none,1,-0.06329113924050633,-0.5263157894736842,0,0.5,-1,-1,1,0.012284856614815662,37.037037037037045,-0.23857488782028113,57.40740740740741,62.65432098765447,-1.1571036085771311,-0.91852872075685,2.0300764151566324,573.8,575.7,577.0,-0.9900990099010021,0,0,3.9285714285714284,0.6892230576441103,0,0.18181818181818182,-192.1216309606089,1,0,-77.77777777777779,0,0,-0.6968641114982632,36.67568209667597,0,0,1,0,1,0,-6.441223832528173,-0.2903105688713472,-14.814814814814802,0.17675641233299683,-3.5352941176470267,0,0,1.3474816321297527,0.4957983193277311,-20576557859.48794,-5950206.607048035,4.091001818232412,-217328.47652751207,0,0,,-59.21003076627067,17.232210800322246,0,1,-0.3383458646616649,0.4693453732976116,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,573.6,579.7333333333333,568.0,-0.6276150627615107,1,0,0,none,1,-0.11864406779661017,-0.3508771929824561,0,0.4,0,-1,1,0.007112874867036948,38.23529411764706,-0.40630635576051755,25.595238095237857,39.28571428571412,-1.6138377412529508,-1.2075313854924332,2.4787241476478097,574.4,577.05,580.95,-1.221731219131783,0,0,4.357142857142857,0.7644110275689222,0,0.0,-172.38658777120466,1,0,-100.0,1,0,-1.384083044982698,32.35083155096109,0,0,0,0,0,0,-6.592292089249497,-0.29858160395986455,-19.047619047619047,0.14379342940923903,-3.9470588235293462,0,0,1.6803500100870712,0.2689075630252101,-23447930532.892365,-8333553.3771858215,3.3899125825324052,-1955687.5516802073,0,0,,-59.1298848149495,7.970260579649164,0,1,-0.42781954887218354,0.5009864649274977,570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,585.7333333333333,586.0,570.0,-2.686091509219213,1,0,0,none,1,-0.3673469387755102,-0.7017543859649122,0,0.357,0,-1,1,0.365175801557543,48.38709677419355,-0.38547830369783487,51.66666666666685,59.44444444444469,-1.2603471499013494,-0.8748688462035146,1.9905553718478537,576.4,577.55,575.75,-0.2683750324647183,0,0,6.0,1.0416666666666665,1,0.75,-162.55144032921834,1,0,-25.0,0,0,-0.8605851979345935,46.970511093494274,1,0,1,0,1,0,1.5120967741935516,0.07781210915985359,-1.6666666666666643,0.41088455415570496,-7.608823529411666,0,0,1.7311363256721517,0.03361344537815126,-26869050432.809002,-11150517.621566772,1.7725768681756415,-7937.910994946957,0,0,,-58.58150858914222,16.68830364585919,0,1,-0.12556390977444185,0.0668020800647754,570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,579.1,600.0,565.8,-0.5353134173717855,1,0,0,none,1,0.3076923076923077,-0.6944444444444444,0,0.5,0,0,0,0.07179456004469564,2.5739586745814904,2.5021641145367948,577.4,575.95,569.6166666666667,0.00868130914140064,0,0,14.214285714285714,2.4677579365079363,1,0.5666666666666667,-18.635170603674595,0,0,-46.42857142857143,0,0,2.127659574468077,54.1169894710814,0,0,0,0,0,1,0.5077805077805095,-0.40942184711302776,1.1904761904761898,0.49691762321035254,4.261764705882342,0,0,6.280801691587563,0.6470588235294118,-35846568857.76399,-64438363.572631836,0.7809819335851605,-8188360.706450313,0,1,-2.065410468469362,-58.35623558769649,14.041891142816327,0,1,0.5165413533834656,0.06330186228338586,569.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,6,impulse_late,accumulation,none,above_cloud,below,-1.485,0,0,576.0,589.0,537.0,0.0,1,0,0,none,1,-0.41379310344827586,-0.5208333333333333,0,0.5,0,0,0,3.144434635676883,1.216673391274412,-1.927761244402471,580.0,571.5,576.2166666666667,5.5118110236220375,0,0,30.357142857142858,5.034352049277422,0,0.7659574468085106,133.51955307262565,0,1,-23.404255319148938,0,0,4.6875,66.31865004576218,0,0,0,1,0,0,-3.1851851851851904,1.8683634784645569,9.929078014184398,0.7361722101353291,10.100000000000023,0,0,8.688673433575211,0.05042016806722689,-61133785132.284,-100017143.96151733,0.9303323671562249,52786374.165583014,0,0,-0.5894223952174726,-49.44132800419916,85.92534515819888,1,1,0.8315789473684274,0.11656860783136469,566.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,618,in_cloud,below,-4.856,0,0,583.7833333333333,599.3666666666667,543.2666666666667,3.291746367088244,0,0,0,none,1,0.1016949152542373,7.2968490878938645,0,0.5,0,0,0,0,0,2,0,0.0,0.0,0.667,0,0.5010291510894409,56.36363636363637,64.5238095238095,62.989417989417966,8.435407813760914,56.99999999999999,55.6737588652482,49.17257683215127,1.0,10.085338050054306 -349,2026-03-05 00:54:00,sell,638.0,0.65,57,고점 매도 · 비중 65% · 분할 · leg#57,0.7948211559056942,81.81818181818181,0.4442627476540766,108.3068783068786,110.84770750405484,7.4061370201620775,6.961874272508001,6.408053620674926,629.4,619.3,603.4666666666667,1.8892297755530585,0,0,4.0,0.6339144215530903,0,1.037037037037037,108.1081081081082,0,1,6.666666666666667,0,1,0.9600000000000053,90.28894242587128,0,0,0,1,0,1,-0.5347593582887811,-0.12594631216833818,-3.040935672514607,1.1371814713783266,17.71764705882356,0,0,1.2753218247533142,0.7983193277310925,-13497005275.904106,-1743416.5984783173,1.5292763901035462,797140.3833998293,0,0,,-54.85868591810383,79.07571071770552,1,1,1.6015037593985004,0.911988826734786,630.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.7,630.0,585.5333333333333,4.349264097899774,0,0,0,none,1,0.31092436974789917,-1.4263074484944533,0,0.722,1,0,0,0.8733996995433401,81.08108108108108,1.6576079573279818,102.46913580246962,103.53820003578544,8.865814842271789,7.208206884943807,7.416667956237235,627.2,612.05,597.1666666666666,2.7693815864717086,0,0,5.071428571428571,0.8062684533272768,0,1.0,128.5892634207241,0,1,-0.0,0,1,4.139072847682113,97.99260695260628,0,0,0,0,0,0,2.1337126600284506,-0.2197837608936517,-1.3888888888888715,1.217686522334261,23.982352941176487,0,0,1.6516328975507966,1.0,-16250136813.070414,972389.8828964233,1.3377698551755575,1556836.3761674538,0,0,,-54.98242340621845,52.12157212633933,1,1,1.7932330827067717,0.8739166926695765,629.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,593.8499999999999,629.0,585.3,5.919003115264809,1,0,0,none,1,0.5858585858585859,-1.7488076311605723,1,0.778,0,0,0,0.9914488507377563,88.0,3.1030210790153996,102.0202020202022,104.8272195640618,9.515854982989822,6.412833903974422,9.090867522104624,622.6,602.1,589.2,4.467696395947507,0,0,6.357142857142857,1.0106745400863049,0,1.0,177.18482986058999,0,1,-0.0,0,1,5.183946488294322,89.71955487702448,0,0,0,0,0,1,0.5,0.11984246917826002,-3.333333333333357,1.3875886716640897,28.508823529411757,0,0,1.960524838059512,0.8991596638655462,-21110612767.154785,-1426927.2606201172,2.257994201046492,5180388.534116801,0,0,-0.1268458557125583,-54.94025263858748,47.28968756884113,1,1,2.160902255639088,0.8727912028088659,629.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.0333333333333,629.0,567.0,10.73293820785166,1,0,0,none,1,0.6835443037974683,-1.4308426073131957,1,0.72,1,0,1,1.0,86.53846153846153,3.453398522556469,103.34168755221388,103.28599275967713,9.45869084637718,6.005292323820711,8.704859855066854,615.6,597.2,583.2666666666667,5.492297387809764,0,0,7.214285714285714,1.145124716553288,0,1.0476190476190477,219.81177221247472,0,1,4.761904761904762,0,1,6.779661016949157,97.4324489970973,0,0,0,0,0,0,0.26395173453995824,0.6841385509108484,1.5873015873015959,1.5011374018479577,25.899999999999977,0,0,2.2964273359748866,0.9327731092436975,-20587275797.979332,4160743.5378952026,2.4973674188248745,8992526.086483926,0,0,,-54.845246661787286,40.29985404995407,1,1,1.8255639097744336,0.6905878681497463,630.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,626.9833333333333,628.0,567.0,0.48113984954412103,0,0,0,none,1,0.9491525423728814,-1.5873015873015872,1,0.722,0,0,1,1.0,81.0126582278481,3.2727169629660713,104.53216374268982,102.35247208931405,8.220013627032131,4.94729666406606,9.602762097513843,603.8,588.0,580.15,6.4625850340136015,0,0,10.142857142857142,1.620264719306253,0,1.0357142857142858,266.49305555555617,0,1,5.263157894736842,0,1,6.4625850340136015,86.4903821349121,0,0,0,0,0,0,6.874727193365345,1.4401506286691408,1.754385964912288,1.3448777677069332,26.076470588235225,0,0,3.582486932452566,1.0,-23463480592.123085,6058816.05771637,3.1056311364272022,9562014.591547936,0,0,,-55.04455700584525,43.54430045890665,1,1,2.024060150375945,0.7195945489714776,626.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,611.6500000000001,624.0,567.0,2.3461129731055186,0,0,0,none,1,1.0612244897959184,-2.2364217252396164,1,0.583,1,1,1,1.0,75.0,2.8519138843176117,100.0,100.58479532163761,4.525188035661586,1.673274151343974,6.993522383793767,593.0,580.8,580.1333333333333,3.9944903581267344,0,0,11.142857142857142,1.8448438978240302,0,1.0,245.1795506810535,0,1,-0.0,0,1,6.151142355008776,73.60940766347218,0,0,0,0,0,0,7.7272727272727195,0.5696638579596462,-1.7543859649124585,0.9358251750485258,18.214705882352973,0,0,3.1166238738179675,0.5546218487394958,-26872286032.20148,-2495928.19323349,4.976487393695029,13662751.80775848,0,0,,-56.50033813661235,19.785521228283397,0,1,1.1834586466165402,0.47538891123275673,603.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,603.4166666666667,604.0,570.1666666666666,0.09667173042395838,1,0,0,none,1,0.3333333333333333,-5.629139072847682,1,0.444,1,0,1,1.5488524690604648,4.285270747921686,2.7364182788612212,583.0,576.7,570.9666666666667,4.733830414426898,0,0,18.214285714285715,3.015610217596973,0,1.0,214.5225109613941,0,1,-0.0,0,1,1.683501683501687,70.79966213935332,0,0,0,1,0,1,8.46994535519125,1.5025661701094921,15.476190476190482,0.8404116091060178,14.238235294117658,0,0,6.317151747998136,0.6554621848739496,-35825723609.98026,-28213370.89162445,3.125968731063082,-5665174.520938799,0,1,-0.8120828799334391,-56.24842389438225,15.505100558904816,0,1,1.2902255639097815,0.3118172310953151,603.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,9,impulse_late,distribution,100,above_cloud,above,3.066,0,0,576.0833333333334,604.0,537.0,4.8459424273108676,1,0,0,none,1,1.1724137931034482,-2.3178807947019866,1,0.571,1,0,1,5.210357817074552,5.643197252774371,0.43283943569981886,593.2,576.3,576.5833333333334,6.194690265486735,0,0,30.5,4.983660130718954,0,0.7232142857142857,200.30616150019137,0,1,-27.67857142857143,0,0,10.669077757685352,75.97336373705335,0,0,0,0,0,0,1.2061855670103085,0.9783129137399449,8.85891590678824,0.7584620929652797,27.752941176470586,0,0,7.846201317628224,0.008403361344537815,-61136737160.80915,-31599278.326332092,1.1586640770474248,129540380.26733625,0,0,-0.6033238209147228,-48.54490676613603,84.77447747676247,1,1,1.4360902255638879,0.2346713263429614,600.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,24,impulse_late,unknown,none,above_cloud,above,5.712,0,0,583.7833333333333,605.6,543.2666666666667,4.833414223313448,0,0,0,none,1,0.2542372881355932,7.026143790849673,0,0.5,0,0,0,0,4,1,0,0.0,1.0,0.333,0,0.9992902051664124,66.66666666666666,73.52380952380952,60.39153439153438,9.481120129022214,61.0,80.05572441742652,68.975430597771,1.0,12.172985542916347 -350,2026-03-05 01:00:00,sell,638.0,0.35,57,고점 매도 · 비중 35% · 분할 · leg#57,0.9597359876695959,84.21052631578948,1.0900625113918405,112.86549707602369,109.17664531699677,8.521728482631488,7.431665971239648,6.6517097236933065,634.2,622.95,605.2166666666667,3.0580303395135955,0,0,4.142857142857143,0.6453048509123276,0,1.1333333333333333,139.17233560090702,0,1,26.666666666666668,0,1,2.2292993630573354,82.73091229003701,0,1,0,1,0,1,0.4267425320056901,0.3009582278570999,6.5079365079365346,1.5625834946197563,19.79117647058831,0,0,1.4824367247925614,0.9495798319327731,,,0.9767823970363347,1502907.2492776364,0,0,,-54.069352902880865,80.93069952921607,1,1,1.6714285714285726,0.9111517482737975,638.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,604.7,638.0,585.8,6.168347941127816,0,0,0,none,1,0.40336134453781514,0.0,0,0.757,1,0,0,1.0,93.18181818181819,2.06923566147817,104.3738977072315,103.56701940035357,9.79475146179152,7.72551580031335,8.105329230570415,630.0,614.15,598.05,4.209069445575198,0,0,5.285714285714286,0.8258928571428572,0,1.0512820512820513,142.2917270006755,0,1,5.714285714285714,0,1,5.090311986863716,,0,0,0,0,0,1,12.100737100737106,0.4116277041501881,1.9047619047618838,1.5937317365694472,25.214705882352973,0,0,1.981894305532031,1.0,,,1.5004939049376793,2015891.9589170218,0,0,,-54.19298834767605,56.88347688824409,1,1,1.9706766917293084,0.8776645441916961,638.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,595.1,638.0,585.2,7.5449504284994084,0,0,0,none,1,0.6868686868686869,0.0,1,0.784,1,1,0,0.9914488507377563,88.0,3.1030210790153996,102.0202020202022,104.8272195640618,9.515854982989822,6.412833903974422,9.090867522104624,622.6,602.1,589.2,4.467696395947507,0,0,6.357142857142857,1.0106745400863049,0,1.0,177.18482986058999,0,1,-0.0,0,1,5.183946488294322,89.71955487702448,0,0,0,0,0,1,0.5,0.11984246917826002,-3.333333333333357,1.3875886716640897,28.508823529411757,0,0,1.960524838059512,0.8991596638655462,-21110612767.154785,-1426927.2606201172,2.257994201046492,5180388.534116801,0,0,-0.1268458557125583,-54.94025263858748,47.28968756884113,1,1,2.160902255639088,0.8727912028088659,629.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,568.0333333333333,629.0,567.0,10.73293820785166,1,0,0,none,1,0.6835443037974683,-1.4308426073131957,1,0.72,1,0,1,1.0,86.53846153846153,3.453398522556469,103.34168755221388,103.28599275967713,9.45869084637718,6.005292323820711,8.704859855066854,615.6,597.2,583.2666666666667,5.492297387809764,0,0,7.214285714285714,1.145124716553288,0,1.0476190476190477,219.81177221247472,0,1,4.761904761904762,0,1,6.779661016949157,97.4324489970973,0,0,0,0,0,0,0.26395173453995824,0.6841385509108484,1.5873015873015959,1.5011374018479577,25.899999999999977,0,0,2.2964273359748866,0.9327731092436975,-20587275797.979332,4160743.5378952026,2.4973674188248745,8992526.086483926,0,0,,-54.845246661787286,40.29985404995407,1,1,1.8255639097744336,0.6905878681497463,630.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,626.9833333333333,628.0,567.0,0.48113984954412103,0,0,0,none,1,0.9491525423728814,-1.5873015873015872,1,0.722,0,0,1,1.0,81.0126582278481,3.2727169629660713,104.53216374268982,102.35247208931405,8.220013627032131,4.94729666406606,9.602762097513843,603.8,588.0,580.15,6.4625850340136015,0,0,10.142857142857142,1.620264719306253,0,1.0357142857142858,266.49305555555617,0,1,5.263157894736842,0,1,6.4625850340136015,86.4903821349121,0,0,0,0,0,0,6.874727193365345,1.4401506286691408,1.754385964912288,1.3448777677069332,26.076470588235225,0,0,3.582486932452566,1.0,-23463480592.123085,6058816.05771637,3.1056311364272022,9562014.591547936,0,0,,-55.04455700584525,43.54430045890665,1,1,2.024060150375945,0.7195945489714776,626.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,611.6500000000001,624.0,567.0,2.3461129731055186,0,0,0,none,1,1.0612244897959184,-2.2364217252396164,1,0.583,1,1,1,1.0,75.0,2.8519138843176117,100.0,100.58479532163761,4.525188035661586,1.673274151343974,6.993522383793767,593.0,580.8,580.1333333333333,3.9944903581267344,0,0,11.142857142857142,1.8448438978240302,0,1.0,245.1795506810535,0,1,-0.0,0,1,6.151142355008776,73.60940766347218,0,0,0,0,0,0,7.7272727272727195,0.5696638579596462,-1.7543859649124585,0.9358251750485258,18.214705882352973,0,0,3.1166238738179675,0.5546218487394958,-26872286032.20148,-2495928.19323349,4.976487393695029,13662751.80775848,0,0,,-56.50033813661235,19.785521228283397,0,1,1.1834586466165402,0.47538891123275673,603.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,603.4166666666667,604.0,570.1666666666666,0.09667173042395838,1,0,0,none,1,0.3333333333333333,-5.629139072847682,1,0.444,1,0,1,1.5488524690604648,4.285270747921686,2.7364182788612212,583.0,576.7,570.9666666666667,4.733830414426898,0,0,18.214285714285715,3.015610217596973,0,1.0,214.5225109613941,0,1,-0.0,0,1,1.683501683501687,70.79966213935332,0,0,0,1,0,1,8.46994535519125,1.5025661701094921,15.476190476190482,0.8404116091060178,14.238235294117658,0,0,6.317151747998136,0.6554621848739496,-35825723609.98026,-28213370.89162445,3.125968731063082,-5665174.520938799,0,1,-0.8120828799334391,-56.24842389438225,15.505100558904816,0,1,1.2902255639097815,0.3118172310953151,603.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,9,impulse_late,distribution,100,above_cloud,above,3.066,0,0,576.0833333333334,604.0,537.0,4.8459424273108676,1,0,0,none,1,1.1724137931034482,-2.3178807947019866,1,0.571,1,0,1,5.210357817074552,5.643197252774371,0.43283943569981886,593.2,576.3,576.5833333333334,6.194690265486735,0,0,30.5,4.983660130718954,0,0.7232142857142857,200.30616150019137,0,1,-27.67857142857143,0,0,10.669077757685352,75.97336373705335,0,0,0,0,0,0,1.2061855670103085,0.9783129137399449,8.85891590678824,0.7584620929652797,27.752941176470586,0,0,7.846201317628224,0.008403361344537815,-61136737160.80915,-31599278.326332092,1.1586640770474248,129540380.26733625,0,0,-0.6033238209147228,-48.54490676613603,84.77447747676247,1,1,1.4360902255638879,0.2346713263429614,600.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,24,impulse_late,unknown,none,above_cloud,above,5.712,0,0,583.7833333333333,605.6,543.2666666666667,4.833414223313448,0,0,0,none,1,0.2542372881355932,7.026143790849673,0,0.5,0,0,0,0,4,1,0,0.0,1.0,0.333,0,0.9992902051664124,66.66666666666666,73.52380952380952,60.39153439153438,9.481120129022214,61.0,80.05572441742652,68.975430597771,1.0,12.172985542916347 -351,2026-03-06 03:00:00,buy,591.0,0.149,58,저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#58,0.19276409092614774,33.33333333333333,0.023390553698613425,25.000000000000284,24.2063492063498,-1.696077632483366,-1.7194681861819794,1.5866533581351698,593.0,594.9,599.7833333333333,-0.4874768868717405,0,0,1.2857142857142858,0.2171814671814672,0,0.0,-90.1542111506502,0,0,-100.0,1,0,-0.33670033670033517,48.83061096977502,1,0,1,0,1,0,0.0,-0.03680611918122034,-4.761904761904759,-0.009332840940437117,-2.57941176470581,0,0,0.6215858840070114,0.21008403361344538,-13512307612.808558,,0.09356186972523722,64111.37513706088,1,0,,-57.56893883327906,42.38778844871281,1,1,-0.353383458646618,0.7849254516252853,593.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,605.6166666666666,611.0,593.2666666666667,-2.248396950766418,0,0,0,none,1,-0.14285714285714285,-0.16891891891891891,0,0.419,-1,-1,0,0.28955945890462403,33.33333333333333,-0.0215977422548721,5.555555555556043,5.0264550264558645,-2.3893453082362157,-2.3677475659813436,1.7931834265480773,593.4,596.25,602.3833333333333,-0.37735849056603765,0,0,1.9285714285714286,0.3246753246753247,0,0.14285714285714285,-90.5472636815912,0,0,-83.33333333333334,1,0,-1.0000000000000009,40.712541550987865,0,0,0,0,0,0,8.333333333333329,0.1198401080557554,0.7936507936507935,0.2194394698392909,-4.7999999999999545,0,0,0.9664057672171943,0.6470588235294118,-16271708912.282589,,0.5516143220240671,-51689.52100984752,0,0,,-57.40751269735257,33.89691099111709,1,1,-0.3466165413533827,0.588545950511639,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,609.3333333333333,613.0,602.3333333333334,-2.516411378555783,0,0,0,none,1,-0.12121212121212122,-0.16835016835016833,0,0.464,0,0,0,0.187154737810113,41.02564102564102,-0.6123006994584586,3.3333333333335227,8.686868686868811,-3.4133411815890895,-2.801040482130631,3.8607906744348193,594.0,600.25,605.0166666666667,-1.207830070803828,0,0,3.9285714285714284,0.6624909660322814,0,0.0,-97.71825396825463,0,0,-100.0,1,0,0.0,24.093520585196245,1,0,1,0,0,0,4.662004662004662,0.040364352577274776,-6.666666666666668,0.11868697694909286,-8.700000000000045,0,0,2.4062930165062046,0.9663865546218487,-21156300381.901993,-239032.92165374756,0.2074508026222703,-59679.85116317496,0,0,,-57.441436970584434,55.371647041618516,1,1,-0.8398496240601682,0.7354857154646715,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,606.6666666666667,613.0,601.6666666666666,-2.252747252747267,0,0,0,none,1,-0.1518987341772152,-0.16863406408094433,0,0.571,0,0,0,0.09549884633446488,36.170212765957444,-1.204242883878507,-10.000000000000002,5.5555555555556815,-3.5381599029208246,-2.3339170190423175,3.898044470797572,595.6,602.5,605.2666666666667,-1.576763485477184,0,0,5.142857142857143,0.8672609009877139,0,0.0,-127.35166425470418,1,0,-100.0,1,0,-2.1452145214521434,48.260090873325204,0,0,0,0,0,0,-1.3297872340425556,0.026295607849743607,-13.333333333333332,0.11655557756156085,-9.505882352941171,0,0,2.117636058910122,0.7226890756302521,-20636459193.140816,-2216009.9271698,0.17779088667419152,-759904.0128083825,0,0,,-57.41942678863934,39.41476501414389,1,1,-0.8481203007518905,0.7302898467542924,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,607.3333333333333,611.0,601.6666666666666,-2.3600439077936186,0,0,0,none,1,-0.22033898305084745,-0.16863406408094433,0,0.471,0,0,0,0.0,33.9622641509434,-1.5793815970346685,6.111111111110883,11.172839506172673,-2.330599464283523,-0.7512178672488545,3.6139082161875122,598.4,605.6,608.1666666666666,-2.0805812417437286,0,0,6.071428571428571,1.023849674777162,0,0.0,-191.3605167541386,1,0,-100.0,1,0,-2.786885245901638,35.06305714384287,0,0,0,0,0,0,-8.037735849056595,-0.3794140537229289,-13.88888888888889,0.03969562713694383,-7.82941176470581,0,0,2.448458852495058,0.6974789915966386,-23550537934.11423,-29025090.453350067,0.49043880893914144,1655059.2647708654,1,0,-3.662463618680171,-57.33659839200411,19.6176882955423,0,1,-0.42406015037594524,0.21024079185304878,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,606.05,620.0,602.0,-2.1532876825344327,0,0,0,none,1,-0.6122448979591837,-0.16863406408094433,0,0.3,-1,0,0,0.055399259286311266,43.636363636363626,-1.5793334686443643,127.88461538461557,149.57264957264982,1.553688493069103,3.1330219617134674,3.128786943632441,606.0,607.45,593.3,-1.3910609926742978,0,0,6.857142857142857,1.1447650846649176,0,0.42857142857142855,-253.60576923076695,1,0,-53.84615384615385,0,0,-1.4802631578947345,44.78726201397386,1,0,1,0,1,0,-5.420240137221278,-0.47606151376049155,-9.615384615384627,0.24805526455873156,-3.376470588235293,0,1,2.7727715247539195,0.3865546218487395,-26973506780.19695,-19045342.751667023,0.3683591538388213,494671.5655786693,1,0,,-56.781709708578944,46.694158951365594,1,1,-0.25037593984962875,0.09718520569987843,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,614.8333333333333,619.0,590.6666666666666,-2.5752236378422166,1,0,0,none,1,0.5897435897435898,-0.1669449081803005,0,0.5,-1,0,0,2.8321973414996213,10.451015054259528,7.618817712759907,610.2,591.2,576.3,3.6874154262516834,0,0,13.857142857142858,2.2605453274295035,0,1.1578947368421053,54.05405405405407,0,0,15.789473684210526,0,1,5.872193436960282,72.26906067026852,0,0,0,0,0,0,4.510309278350512,-0.2958072589234719,6.140350877193015,0.8460982217444749,27.435294117647118,0,0,6.3291866660029985,0.6134453781512605,-35873163249.30971,-40631778.45752716,0.6109065621694525,11650285.931494132,0,0,-1.112203487282864,-55.534292903661495,10.951621681305118,0,1,1.9458646616541275,0.44619167709463636,597.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,unknown,100,above_cloud,below,-2.443,0,0,606.2,607.0,559.0,1.1217419993401423,0,0,0,none,1,1.6896551724137931,-1.1419249592169658,0,0.714,0,0,0,2.997405869441945,5.582167117792551,2.5847612483506057,601.0,579.7,576.55,-1.1557702259789582,0,0,32.714285714285715,5.709299426576914,0,0.375,36.78277820154195,0,0,-62.5,0,0,1.2367491166077826,75.31078501501477,0,0,0,0,0,0,-15.764435695538069,-2.6128755117192557,-17.916666666666664,0.42694578738436395,25.56764705882358,0,0,9.251312814376856,0.1092436974789916,-61507586873.97865,-406212982.49458313,0.5851467371835828,84548925.36040294,0,0,-1.2880617643106351,-51.757820221254605,83.45102309869915,1,1,1.2977443609022672,0.17935898649284865,570.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,23,impulse_late,unknown,none,above_cloud,below,-0.836,0,0,583.7833333333333,599.3666666666667,543.2666666666667,-1.8471464869957432,1,0,0,none,1,0.03389830508474576,7.504363001745201,0,0.5,0,-1,0,2,0,2,0,0.5,0.0,0.667,0,0.8162354710051878,67.01030927835052,112.28070175438596,107.0175438596491,11.66034731818934,48.818897637795274,61.01190476190474,73.33206686930087,0.4076039916622168,12.508876160035767 -352,2026-03-10 04:12:00,buy,530.0,0.166,58,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58,0.3258870118984107,37.5,0.08147685410064232,50.000000000000284,35.185185185185865,-0.8445649593545568,-0.9260418134551991,0.7008744953558753,531.8,532.65,535.3833333333333,-0.12203135267060405,0,0,1.2142857142857142,0.22824919441460792,1,0.3333333333333333,-75.1398880895365,0,0,-50.0,0,0,0.0,3.5248948943939666,1,0,1,0,1,0,0.0,0.01727166518736234,16.66666666666667,0.34224023654095564,-1.6970588235293462,0,0,0.5471358062477852,0.01680672268907563,-13537339025.028423,70415.15871047974,0.06633964103292045,-72733.10224995017,0,0,,-61.70230117128468,41.19658119658119,1,1,-0.0984962406015006,0.38981895827182445,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,546.7333333333333,547.0,534.7333333333333,-2.6947933178880668,0,0,0,none,1,-0.10084033613445378,-0.18796992481203006,0,0.391,0,0,0,0.26005050778261507,36.36363636363636,-0.04142129556672436,27.777777777778258,19.629629629630443,-1.4089921989771028,-1.3675709034103785,1.2496382975916884,531.8,533.6,537.5,-0.2998500749625266,0,0,1.4285714285714286,0.26852846401718583,0,0.3333333333333333,-124.40191387559966,1,0,-50.0,0,0,-0.3745318352059934,19.575395112608305,1,0,1,0,1,0,5.594405594405586,0.05375597074559213,10.0,0.2347129513831705,-3.6352941176470495,0,0,0.6798299495692667,0.08403361344537816,,,3.9297423548689627,-165623.1575225927,0,0,,-61.68544153539352,36.02302459445317,1,1,-0.2421052631579018,0.7382376395534243,530.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,545.7333333333333,546.0,534.2666666666667,-2.5164915709748326,0,0,0,none,1,-0.04040404040404041,0.0,0,0.5,0,0,1,0.1736228742885517,36.8421052631579,-0.31035351912109355,5.555555555555735,6.296296296296369,-2.098786391160729,-1.7884328720396356,1.8604027448008136,532.2,535.25,538.85,-0.6071929005137755,0,0,2.2857142857142856,0.4296455424274973,0,0.16666666666666666,-114.34735706580099,1,0,-83.33333333333334,1,0,-0.9310986964618295,42.50021459645933,0,0,0,0,0,0,5.2631578947368425,0.07868780119084562,5.555555555555735,0.17463684892375103,-5.735294117647072,0,0,1.0337477994471773,0.18487394957983194,-21233331390.903667,-1303847.3828468323,2.3386026971539153,177616.97269295156,1,0,,-61.65131845523104,57.3430735930736,1,1,-0.346616541353401,0.6785147582331603,531.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,544.25,544.5,535.0,-2.2508038585209,0,0,0,none,1,-0.189873417721519,-0.7518796992481203,0,0.429,0,0,1,0.11326247605368862,29.411764705882362,-0.6987662607587743,19.761904761904763,16.385281385281502,-2.140062023472524,-1.4412957627137495,3.245690029543834,533.2,537.75,539.65,-1.2552301255230103,0,0,2.4285714285714284,0.45735808447672854,0,0.06666666666666667,-142.9897864438248,1,0,-85.71428571428571,1,0,-1.4842300556586308,28.82028446684977,0,0,1,0,0,0,-3.9215686274509665,-0.0759870009079966,4.761904761904761,-0.07673975727328868,-5.897058823529392,0,0,1.3946422987557061,0.40336134453781514,,,0.8881452614679227,-631494.8807423711,0,0,,-61.70380752800044,51.11133853615056,1,1,-0.6323308270676705,0.7350244997427949,530.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.9333333333334,546.0,535.3333333333334,-1.8363322652206193,0,0,0,none,1,-0.15254237288135594,0.0,0,0.417,0,0,0,0.0,37.93103448275862,-1.0098622992231159,2.77777777777755,8.333333333333153,-1.7274035836574058,-0.7175412844342899,3.0448326976359086,535.0,539.3,540.3,-1.5390320786204281,0,0,5.214285714285714,0.9819747107882701,0,-0.08333333333333333,-93.72035666856375,0,0,-108.33333333333333,1,0,-2.7472527472527486,61.277887936190076,0,0,0,0,0,0,-6.5134099616858165,-0.23542553683775558,-6.944444444444445,0.14840748016067423,-4.229411764705901,0,0,1.6464437053149013,0.7394957983193278,-23665716326.301582,-13664889.06406784,1.0423542687231002,-2713489.1018577516,0,0,-1.8758203809323906,-61.62830428208827,18.047177968230596,0,1,-0.29473684210526513,0.18041355731615272,532.0,1,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,536.2,544.0,534.0,-0.9697873927638989,0,0,0,none,1,-0.14285714285714285,-2.6365348399246704,0,0.444,0,0,0,0.0041215769608002415,38.775510204081634,-0.1686520937996847,15.584415584415773,30.447330447330703,-2.8888128585074355,-2.720160764707751,3.0115606825618695,537.2,539.05,550.2833333333333,-1.493367962155634,0,1,6.214285714285714,1.1702986279257466,0,-0.09090909090909091,-165.28162511541785,1,0,-109.09090909090908,1,0,-1.3011152416356864,46.66679309720553,0,0,0,0,0,0,-5.905340859748151,-0.46426344148027887,-3.0303030303030276,0.14629059500000421,-5.691176470588289,0,0,2.6049252439679416,0.7310924369747899,-27130694202.05963,-29418854.891418457,0.7722001259554642,1700058.0303096473,1,0,,-61.518315282641424,30.96445961456792,1,1,-0.02932330827067872,0.0018271433496633849,532.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,538.5166666666667,545.0333333333333,532.0,-1.3958094766488127,0,0,0,none,1,-0.5384615384615384,-1.3182674199623352,0,0.333,-1,0,0,-1.5649875401477402,-12.43423558178256,-10.869248041634819,538.4,554.95,572.7333333333333,-4.315704117488073,0,0,10.428571428571429,1.9639494215765403,0,-0.025,-111.18332683391823,1,0,-103.33333333333334,1,0,-3.62976406533575,36.093234645797565,1,0,1,0,1,0,-6.74318507890959,-0.14311032869511564,-2.1863799283154126,-0.05292583735120634,-34.57058823529417,0,0,4.346667679566864,0.2689075630252101,-36139287101.664856,-150533682.7285843,1.2587556861239462,-4351345.806067154,0,0,,-61.3063686083557,67.79804228664064,1,1,-2.3616541353383456,0.8879631835547166,532.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,9,impulse_late,unknown,none,below_cloud,above,1.832,1,0,601.8166666666666,603.0,534.3666666666667,-11.767149464122506,0,0,0,none,1,-2.7241379310344827,-0.7532956685499058,0,0.0,0,-1,0,-4.631162450812143,-7.55673641548492,-2.9255739646727768,550.0,571.45,572.6333333333333,-4.453582990637861,0,0,25.0,4.5787545787545785,0,0.14912280701754385,-122.46254028373043,1,0,-85.08771929824562,1,0,-10.784313725490192,48.07697645105579,0,0,0,0,0,0,2.0464351756729116,0.2375382812200657,0.5064745196324143,0.2971741787689723,-25.761764705882342,0,0,8.570879921139422,0.08403361344537816,-61719656937.929474,-582919777.1203232,1.270604983566163,-9282032.761950254,0,0,-1.6695640710335815,-53.71809785657105,70.79973194988118,1,1,-1.3360902255639096,0.13098562448358797,529.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,22,impulse_late,unknown,none,below_cloud,below,-8.833,0,0,561.3,608.8,540.4,-2.7258150721539254,1,0,0,none,1,-0.847457627118644,-2.380952380952381,0,0.4,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.09617547713980953,25.60975609756099,12.614379084967297,9.16010196845109,10.687077859761937,41.40127388535033,13.831453634085188,14.746793243130709,0.20868033369482525,15.287615309748654 -353,2026-03-11 16:42:00,buy,515.0,0.171,58,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58,0.0,22.222222222222214,-0.38630432550712807,19.444444444444738,38.88888888888958,-0.49273848150448885,-0.10643415599736077,0.9441176356523806,518.0,519.35,519.9333333333333,-0.6450370655627258,0,0,1.2142857142857142,0.23532668881506089,0,0.0,-212.64367816090765,1,0,-100.0,1,0,-0.5780346820809301,19.824726247366712,0,0,0,0,0,0,-11.111111111111114,-0.1358224725752843,-16.666666666666668,-0.12141122772289703,-1.7941176470587834,0,0,0.48694662827428614,0.2773109243697479,,,0.707452325662272,-201733.12639960647,0,0,,-62.73766448379734,21.14512471655329,0,1,-0.07894736842104966,0.1451746704765462,516.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,517.65,524.7,516.0,-0.31874818893073975,1,0,0,none,1,-0.05042016806722689,0.0,0,0.419,-1,0,0,0.0,36.36363636363636,-0.18722422185739146,40.000000000000476,85.55555555555638,-0.45325458586535206,-0.2660303640079606,0.8612683382036067,519.0,519.25,520.7833333333333,-0.6259027443427989,0,1,1.6428571428571428,0.3183831672203765,1,0.2,-260.8695652173913,1,0,-80.0,0,0,-0.5780346820809301,20.798590578291865,0,0,0,0,0,0,-8.080808080808076,-0.21953141610310567,-43.333333333333336,0.006161327325514685,-1.655882352941262,0,0,0.6676418905303826,0.48739495798319327,,,0.7032753315921857,-302245.6796439253,0,0,,-62.72178702531952,37.84580498866213,1,1,-0.00676691729322616,0.001282152750281762,515.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,522.65,524.0,516.2,-1.2723620013393222,0,0,0,none,1,-0.0707070707070707,0.0,0,0.444,-1,-1,0,0.0,35.294117647058826,-0.11171967205503519,58.333333333333506,62.96296296296311,-0.8905274337239462,-0.778807761668911,1.4182515394739896,519.0,519.85,521.0166666666667,-0.7405982494950503,0,0,2.0714285714285716,0.4014396456256922,0,0.0,-171.0631494804171,1,0,-100.0,1,0,-0.38610038610038533,32.16398169238903,1,0,1,0,1,0,-7.563025210084028,-0.21846720762918426,-11.111111111111107,0.05812062084767822,-2.5882352941176805,0,0,0.8962424310722198,0.29411764705882354,-21293448920.060493,-2470712.00957489,0.7178157222541945,-240128.059846689,0,0,,-62.68862332653262,48.82770007770008,1,1,-0.1992481203007524,0.40899110673663,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,517.6333333333333,525.8,516.9333333333333,-0.31553866958593524,0,0,0,none,1,-0.189873417721519,-0.1937984496124031,0,0.353,-1,-1,0,0.2727766846188576,41.66666666666667,0.0013638902275749931,52.38095238095238,41.90476190476205,-1.1605193548404031,-1.1618832450679781,1.6894268031654627,519.4,521.0,524.0833333333334,-0.38387715930902067,0,0,2.2142857142857144,0.4266446462978255,0,0.4444444444444444,-133.89355742296982,1,0,-42.857142857142854,0,0,-0.7648183556405397,38.04547806741016,0,0,0,0,0,0,3.2051282051282115,-0.0004014949880066787,10.714285714285715,0.3244018262431946,-2.632352941176464,0,0,0.9498604714810975,0.07563025210084033,,,1.763088774067329,-1128036.223817885,0,0,,-62.45250992776397,20.270976811777334,0,1,-0.2736842105263134,0.5414187643020595,515.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,517.6833333333334,532.6333333333333,517.3,0.25433823766136676,1,0,0,none,1,-0.3389830508474576,0.0,0,0.357,0,0,0,0.191953946989553,44.444444444444436,0.30979408743455394,34.28571428571406,24.76190476190456,-3.037171982825612,-3.346966070260166,1.4322685724890794,519.2,521.3,533.1833333333333,-0.44120468060616647,0,0,2.857142857142857,0.5505092210294523,1,0.42857142857142855,-167.19132563833222,1,0,-57.14285714285714,0,0,-0.5747126436781658,26.77735564641452,0,0,0,0,0,0,0.0,-0.022598003533982336,14.285714285714285,0.1928912773689478,-6.132352941176464,0,0,1.3508570835218683,0.0,-23779412440.769173,-6770565.3142204285,1.4460436008628759,-1369197.599533379,0,0,,-62.37924672696291,13.187127565817255,0,1,-0.0781954887218084,0.061422438270919866,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,521.7,542.6,517.2666666666667,-0.5175388154111671,1,0,0,none,1,-0.3673469387755102,-0.1926782273603083,0,0.364,0,0,0,0.27972157762761285,29.545454545454547,-0.5519643022385026,28.30687830687849,23.015873015873268,-5.197190855499684,-4.645226553261182,7.5547355776858245,521.2,528.8,535.8833333333333,-1.6641452344931862,0,0,6.142857142857143,1.1813186813186816,0,0.15384615384615385,-83.33333333333377,0,0,-42.857142857142854,0,0,-1.1406844106463865,12.352280431603347,0,0,1,0,1,0,0.0,0.1836145887218663,13.492063492063489,0.21848753275085292,-12.529411764705856,0,0,2.8012944212597564,0.8907563025210085,-27259161689.606976,-13605540.400691986,0.6069215403270879,507343.9433783591,1,0,,-62.19942592596497,35.86949446650656,1,1,-1.4781954887218052,0.7667086140848107,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,535.8333333333333,550.0,518.2666666666667,-2.954898911353021,1,0,0,none,1,-0.41025641025641024,-0.19230769230769232,0,0.333,0,0,0,-0.661836023917628,-11.671289923690097,-11.009453899772469,526.2,538.6,568.0166666666667,-3.4533976977348724,0,0,10.428571428571429,2.0054945054945055,1,0.0,-153.7102473498232,1,0,-100.0,1,0,-4.761904761904767,42.72185057460834,1,0,1,0,0,0,-3.091787439613526,-0.23862463842943527,-6.250000000000002,0.015660702262448756,-31.105882352941194,0,0,5.290550058458654,0.36134453781512604,-36432141881.607796,-292854779.94293976,0.7278822108381832,-8844356.558423989,0,0,-6.583255390020485,-61.99240089990068,61.62991474276398,1,1,-1.3548872180451146,0.5472267273886708,520.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,9,impulse_late,accumulation,0,below_cloud,below,-1.799,0,0,536.4666666666667,572.0,520.0,-3.0694668820678617,1,0,0,none,1,-2.4827586206896552,-0.9615384615384616,0,0.143,0,0,0,-5.152411941976344,-10.499069214497013,-5.346657272520669,540.6,568.8,571.0333333333333,-7.524613220815746,0,0,24.0,4.562737642585551,0,0.09302325581395349,-127.2965879265094,1,0,-90.69767441860465,1,0,-8.202443280977311,47.96715529458155,0,0,0,0,0,0,-15.942028985507243,-0.6204906525611227,-0.7003943968448265,0.14304582042611239,-31.60294117647061,0,0,8.624580983904487,0.10084033613445378,-61804834632.77033,-297247758.7916794,1.2644299401575485,-56046257.38045955,0,0,-1.9020454851201203,-55.29550466219098,63.16019304964398,1,1,-2.7624060150376017,0.4381704702124186,514.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,below,-12.048,0,0,563.45,608.6,539.8,-6.646552489129476,0,0,0,none,1,-0.6949152542372882,5.323193916349809,0,0.333,-1,0,0,1,0,0,0,0.25,0.0,0.0,0,0.07085956661415706,39.130434782608695,9.926470588235274,20.064616755793207,8.047243813611708,23.80952380952381,12.345039701220827,13.073975811123887,0.06660509910273768,17.362025268957833 -354,2026-03-12 12:45:00,buy,512.0,0.172,58,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58,0.8907410565690187,66.66666666666666,0.20978629089218945,,,0.022119627309962198,-0.18766666358222725,0.5942506898397943,517.4,516.8,517.9833333333333,0.23219814241486336,0,0,0.8571428571428571,0.1654715940430226,0,2.0,122.44897959185077,0,1,,0,0,0.19342359767891004,61.386207731725605,0,0,0,0,0,1,6.666666666666657,0.030473944187187824,,0.7648652881867007,-0.005882352941171121,0,0,0.5425237163751884,0.2857142857142857,,,0.22866725415228722,3829.9565653949976,0,0,,-62.55730254292588,51.42857142857143,1,1,0.06616541353383401,0.25993555316865335,517.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,516.1333333333333,521.0666666666667,516.0,0.3616636528029016,1,0,0,none,1,-0.04201680672268908,0.0,0,0.393,0,0,0,0.7261769861940998,54.54545454545455,0.24905968682820978,133.3333333333338,111.11111111111164,-0.4131210229819544,-0.6621807098101642,0.8123489996853118,517.2,517.05,519.1666666666666,0.18373464848662202,0,0,1.2142857142857142,0.2344180915609487,0,1.0,67.9012345678952,0,0,100.0,0,1,0.3875968992248069,16.288912689402594,0,0,0,0,0,0,4.545454545454547,0.06156449385119567,33.3333333333338,0.6465885644464262,-0.5970588235294372,0,0,0.7521061154092539,0.8067226890756303,,,0.1957031889300917,47153.924919288605,0,0,,-62.54146537623026,12.159863945578236,0,1,-0.041353383458653116,0.054282484253586505,517.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,516.15,522.9,516.0,0.35842293906811484,1,0,0,none,1,-0.06060606060606061,0.0,0,0.391,0,0,0,0.48713959667632906,46.15384615384615,0.14417981256790768,66.66666666666684,39.81481481481497,-1.140792024809457,-1.2849718373773646,1.5008310937746283,516.8,518.1,521.1166666666667,-0.01930129318664653,0,0,1.7142857142857142,0.3309431880860452,0,0.7,-202.89855072463504,1,0,16.666666666666664,0,1,0.19342359767891004,3.5718169322664295,0,0,0,0,0,0,4.487179487179482,0.1258054029546023,27.777777777777786,0.5053907727605917,-3.4176470588234906,0,0,0.8206702328146218,0.2689075630252101,-21311404780.760677,-11215978.242111206,6.02200629393314,991055.1954966681,0,0,,-62.50605671131749,53.56782106782107,1,1,-0.2601503759398519,0.6268247219720637,511.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,523.1833333333334,523.4666666666667,512.7,-0.9907298270204978,1,0,0,none,1,-0.16455696202531644,-0.19305019305019305,0,0.333,0,0,1,0.21258271427561146,38.888888888888886,-0.20858081099639425,16.666666666666668,11.111111111111255,-1.5231136282532134,-1.3145328172568191,1.607668167684104,516.8,519.4,522.8,-0.46207162110126765,0,0,2.0,0.3868471953578337,0,0.2,-84.27672955974892,0,0,-75.0,0,0,-0.7677543186180413,4.042721530647455,0,0,0,0,0,0,0.0,0.062058596948073586,0.0,0.24193845984586915,-4.091176470588266,0,0,0.9565071044144469,0.37815126050420167,-20836957810.516384,-2213340.6594047546,0.8488184234749974,-548415.9321407676,0,0,,-62.56140648570978,63.57503607503607,1,1,-0.29473684210526974,0.697686244597003,517.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,520.55,529.0,516.0,-0.6819709922197603,1,0,0,none,1,-0.1694915254237288,-0.19342359767891684,0,0.333,0,0,0,0.1452916450278458,33.33333333333333,-0.6579334078230832,14.021164021163793,5.996472663139142,-1.7903493533938217,-1.1324159455707385,2.244987547676479,516.8,521.15,521.6833333333333,-0.7963158399692971,0,0,2.5,0.4835589941972921,0,0.4,-192.8635953026206,1,0,-55.55555555555556,0,0,-0.5769230769230749,17.58335227683787,0,0,0,0,0,0,9.803921568627445,0.10455139334562091,14.814814814814813,0.17979036403053214,-6.100000000000023,0,0,1.0651952287280038,0.04201680672268908,-23793502763.260822,-8737363.247333527,4.978383179833379,554626.2405647933,1,0,,-62.4856606686151,33.37181792273326,1,1,-0.441353383458645,0.7969069089210244,513.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,525.7833333333333,526.0,513.0,-1.6705233461184799,1,0,0,none,1,-0.14285714285714285,-0.5802707930367506,0,0.364,0,0,1,0.030782913494937968,22.727272727272734,-0.3391579552469417,20.96153846153865,23.83903133903159,-2.2575491864106425,-1.9183912311637008,2.7571950908112437,519.2,521.75,529.7166666666667,-1.2937230474365125,0,0,4.071428571428571,0.7905686546463244,0,0.15384615384615385,-204.77386934673487,1,0,-84.61538461538461,1,0,-1.717557251908397,34.82245735209729,0,0,0,0,0,0,-19.580419580419573,-0.3234674166744196,-0.4273504273504223,0.06712463569450268,-3.2941176470587834,0,0,1.6878512887373274,0.18487394957983194,-27276063772.932484,-11987835.199035645,2.02818204689024,-2889486.8349030316,0,0,,-62.524410592484735,19.939512412418818,0,1,-0.015789473684212674,0.0006746265460261247,513.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,522.1833333333334,538.1333333333333,516.8666666666667,-1.3756343557499107,0,0,0,none,1,-0.8974358974358975,-0.5825242718446602,0,0.143,-1,0,1,0.04697561862337629,-11.056778847414535,-11.10375446603791,521.4,531.6,564.4666666666667,-3.122648607975931,0,0,10.428571428571429,2.0249653259361997,1,-0.047619047619047616,-119.03823413480508,1,0,-104.76190476190477,1,0,-6.702898550724634,44.18474580524461,0,0,0,0,0,0,3.636363636363633,-0.26828012001212187,-11.391223155929037,0.07597771241850655,-21.591176470588266,0,0,4.8321663431220845,0.2689075630252101,-36462356424.001686,-299080940.0992737,0.7221804077364645,-15622375.976682879,0,0,-6.382116561547635,-62.32069970334842,58.67441021458374,1,1,-1.2872180451127706,0.559660019614252,516.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,8,impulse_late,accumulation,0,below_cloud,above,2.554,0,0,537.25,543.2,516.0,-4.141461144718472,0,0,0,none,1,-1.896551724137931,-1.3592233009708738,0,0.2,0,0,0,-5.606665827647777,-13.676564238129345,-8.069898410481567,530.8,563.8,569.5333333333333,-8.478183753103929,0,0,24.214285714285715,4.692691029900333,0,0.05223880597014925,-101.55091031692504,1,0,-93.26923076923077,1,0,-9.314586994727591,34.85607800639542,0,0,0,0,0,0,-5.561684133112706,-0.3203671034519662,-2.02991452991453,0.11786290098532863,-37.84705882352944,0,0,8.531379014329008,0.08403361344537816,-61916888699.96623,-378361716.78108215,1.3384986461482902,-100085122.42550468,0,0,-2.0642667268303247,-56.0127402775515,55.1828364134517,1,1,-4.027067669172925,0.6851121399921936,509.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,below,-16.641,0,0,560.3666666666667,607.2666666666667,540.2666666666667,-7.917435012789243,0,0,0,none,1,-0.8135593220338984,7.3643410852713185,0,0.333,0,0,0,0,1,0,0,0.0,0.25,0.0,1,0.09231559689783994,39.99999999999999,17.74042950513537,22.159975101151556,7.659475280915845,17.567567567567565,8.186742198370082,10.249479542625169,0.08483016894778148,20.421001525126655 -355,2026-03-12 23:39:00,buy,510.0,0.172,58,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58,0.12734566525576732,28.57142857142857,-0.5797279311888559,23.611111111111413,27.11640211640284,-2.6756826148799746,-2.0959546836911187,2.7387435619657126,514.8,519.3,523.0166666666667,-1.020604660119384,0,0,2.5714285714285716,0.500277932184547,0,0.2,-169.92665036675166,1,0,-66.66666666666666,0,0,-1.3435700575815779,11.665636367990004,0,0,0,0,0,0,5.494505494505489,0.05607699593205617,-3.1746031746031775,0.04019390632727676,-8.691176470588289,0,0,0.955579661319163,0.6302521008403361,-13608324924.67612,,2.654676373620279,-1378661.600564301,0,0,,-62.782179472922806,40.98034136567971,1,1,-0.5323308270676782,0.7845341914319544,511.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,532.6333333333333,533.0,517.6,-3.498341573314978,0,0,0,none,1,-0.008403361344537815,-0.38910505836575876,0,0.44,0,0,1,0.05263878285885424,25.000000000000014,-1.2891461931167614,18.650793650794125,16.40211640211722,-2.3638940646123956,-1.0747478714956342,4.127223876221336,516.0,522.65,521.7666666666667,-1.8463598966803718,0,0,3.7142857142857144,0.7240323029796715,0,0.1111111111111111,-159.30999492643218,1,0,-85.71428571428571,1,0,-2.099236641221369,19.040986616525885,0,0,0,0,0,0,0.0,-0.06896369209595266,4.7619047619047645,-0.0018864816352532857,-8.023529411764798,0,0,1.3621641219140523,0.8067226890756303,-16387434718.909746,-4315449.960149765,1.9378569497557085,-2546291.1272099055,0,0,,-62.83870678107357,11.482000659795691,0,1,-0.8548872180451029,0.879564534356432,511.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,525.35,532.0,511.0,-2.350813743218816,1,0,0,none,1,-0.020202020202020204,-0.3898635477582846,0,0.478,-1,0,1,0.10314510345558273,45.76271186440678,-1.501677467028988,25.773809523809692,28.309082892416374,-0.3075926857452487,1.1940847812837394,4.265151039179584,518.6,522.85,518.6166666666667,-1.6926460743999283,0,0,7.0,1.3618677042801557,0,0.1875,-167.22037652270126,1,0,-81.25,1,0,-2.4667931688804545,57.578347052378746,0,0,0,0,0,0,-2.451573849878926,-0.33004166109774746,-1.1574074074074048,0.22673010789052178,-3.9470588235293462,0,0,3.394598600829399,1.0,-21349982145.227875,-19062714.41549301,1.3891321846274194,-67521.20373238064,0,0,,-62.733311522234835,44.040563864819084,1,1,-0.05488721804511459,0.0033924027747858077,511.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,526.7333333333333,527.0,511.0,-2.4174155170231693,1,0,0,none,1,-0.06329113924050633,-0.38910505836575876,0,0.5,0,0,0,0.11012822602012995,43.636363636363626,-1.0476130659945033,24.074074074074073,41.18165784832466,0.6616256504337343,1.7092387164282377,3.930951538665542,520.4,522.0,518.4333333333333,-1.532567049808431,0,1,7.071428571428571,1.3757643135075042,0,0.07142857142857142,-178.08219178082166,1,0,-92.85714285714286,1,0,-0.9633911368015391,49.451514920957315,0,0,0,0,0,0,-4.363636363636367,-0.5565534245575869,-19.841269841269845,0.24342746925351824,-1.3205882352941671,0,1,3.712936705555798,1.0,-20897208443.388077,-53052472.77480316,1.536825010559879,-2143068.917543113,0,0,,-62.71341384019111,39.97211565632618,1,1,0.14285714285714618,0.02714285714285236,513.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,525.3666666666667,527.0,513.0,-2.1635683015037155,1,0,0,none,1,-0.13559322033898305,-0.9727626459143969,0,0.375,0,0,0,0.29373542573885936,48.21428571428571,0.13525572998030022,61.27946127946104,112.68237934904583,0.8658957094011157,0.7306399794208155,4.531847350761606,525.0,518.85,520.7666666666667,-0.9347595644213169,0,0,7.142857142857143,1.3896609227348529,0,0.09090909090909091,-93.13725490196032,0,0,-90.9090909090909,1,0,-0.3875968992248069,47.397270543145964,1,0,0,0,0,0,-4.726890756302524,-0.8108677226351054,-45.11784511784513,0.28004550244189474,1.1764705882352473,0,0,3.5056855860400575,1.0,-23824414122.286293,-28166562.208320618,2.220751546058254,-5711758.805288523,0,0,,-62.63837153777263,34.49254670118187,1,1,0.5766917293233055,0.33685367176222625,513.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,524.4833333333333,526.0,513.0,-1.9987924624233377,1,0,0,none,1,-0.2857142857142857,-1.3618677042801557,0,0.308,-1,0,1,0.524186264057531,48.57142857142856,0.9862596563746104,146.66666666666686,125.47619047619072,-0.7632379404961966,-1.749497596870807,3.1828931450200013,521.4,519.6,526.5833333333334,0.07698229407235857,0,0,4.785714285714286,0.9203296703296704,0,0.7777777777777778,-70.87605684475562,0,0,40.0,0,1,1.3645224171539905,64.90288259062092,0,0,0,0,0,0,-12.142857142857153,-0.17603401593458923,8.571428571428584,0.4950780431394032,-0.6499999999999773,0,0,2.111370951491739,0.4957983193277311,-27315586515.211464,-39522742.278980255,3.502488895902919,-5046537.112062067,0,1,-2.0857302311933297,-62.0946239499931,26.417381790052595,1,1,-0.18045112781954728,0.06666913589392387,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,521.8833333333333,526.0,514.7333333333333,-0.36087248107814496,1,0,0,none,1,-0.05128205128205128,-1.3461538461538463,0,0.429,-1,-1,1,0.4924824072958831,-10.461844848198098,-10.95432725549398,520.0,529.6,563.0333333333333,-1.6238670694864066,0,0,10.357142857142858,1.9879352892788595,1,0.23809523809523808,-89.46054904972145,0,0,-76.19047619047619,0,0,-0.5725190839694694,27.383343813858872,1,0,1,0,0,0,-3.898635477582843,0.3872559724160425,-1.5873015873015879,0.2773787053050256,-20.982352941176487,0,0,4.88879210770897,0.2773109243697479,-36503567110.21733,-83718588.93119812,4.180528979419886,15236435.131377973,1,0,-5.882884638739136,-61.81941791245029,58.04143978151762,1,1,-1.3789473684210543,0.601338566122363,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,1,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,10,impulse_late,accumulation,0,below_cloud,neutral,0.145,0,0,516.7666666666667,542.0666666666667,516.0,0.8191962845900846,1,0,0,none,1,-1.6206896551724137,-1.3435700575815739,1,0.2,0,0,1,-5.606665827647777,-13.676564238129345,-8.069898410481567,530.8,563.8,569.5333333333333,-8.478183753103929,0,0,24.214285714285715,4.692691029900333,0,0.05223880597014925,-101.55091031692504,1,0,-93.26923076923077,1,0,-9.314586994727591,34.85607800639542,0,0,0,0,0,0,-5.561684133112706,-0.3203671034519662,-2.02991452991453,0.11786290098532863,-37.84705882352944,0,0,8.531379014329008,0.08403361344537816,-61916888699.96623,-378361716.78108215,1.3384986461482902,-100085122.42550468,0,0,-2.0642667268303247,-56.0127402775515,55.1828364134517,1,1,-4.027067669172925,0.6851121399921936,509.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,below,-16.641,0,0,560.3666666666667,607.2666666666667,540.2666666666667,-7.917435012789243,0,0,0,none,1,-0.8135593220338984,7.3643410852713185,0,0.333,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.2956304087977476,36.8421052631579,7.936507936507916,11.733582321817599,7.945737229954918,17.567567567567565,8.186742198370082,10.249479542625169,0.08483016894778148,20.421001525126655 -356,2026-03-14 21:57:00,buy,516.0,0.17,58,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#58,0.23191517369047757,20.0,-0.2687398903963232,16.666666666666988,11.111111111111839,-0.9558143548133557,-0.6870744644170326,1.327460009654266,517.6,519.85,520.35,-0.3558718861209953,0,0,0.8571428571428571,0.1654715940430226,0,0.2,-69.66292134831238,0,0,-75.0,0,0,-0.5758157389635365,26.938279854617278,0,0,0,0,0,0,0.0,0.07592993267349024,8.333333333333332,0.11600670925881548,-3.164705882352905,0,0,0.40234414117858264,0.0,,,1.6109987663059955,-316127.0217824131,0,0,,-62.342147358023105,28.877551020408163,1,1,-0.27593984962405543,0.8954016340586183,517.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,521.3,521.8,517.2,-0.6330328026088572,1,0,0,none,1,-0.04201680672268908,0.0,1,0.435,0,0,0,0.16535074850358358,22.222222222222214,-0.4616178174113571,11.111111111111583,8.148148148149,-0.9057278580688717,-0.4441100406575146,1.4638206575351203,517.8,520.55,520.8,-0.4898664873691172,0,0,1.5714285714285714,0.3033645890788748,0,0.3333333333333333,-162.89917473986637,1,0,-66.66666666666666,0,0,-0.7662835249042099,5.928052706089787,0,0,0,0,0,0,0.0,0.07312539841777055,4.444444444444443,0.21957438123738143,-2.7382352941176578,0,0,0.6442297171058596,0.4117647058823529,-16424885340.710798,,5.780034321698817,54283.04094627127,1,0,,-62.324077026957404,36.15646258503402,1,1,-0.26390977443609936,0.6717355389925219,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,518.9333333333334,523.4666666666667,516.0,-0.17985611510792365,1,0,0,none,1,-0.1414141414141414,-0.19305019305019305,0,0.381,0,0,1,0.0,41.66666666666667,-0.27848156863049667,6.6666666666668375,30.00000000000016,-0.9063139075079789,-0.6278323388774822,1.2288029524193258,519.0,520.35,523.7,-0.6437974440280603,0,0,1.7142857142857142,0.3315833103067145,0,0.2,-224.20634920634856,1,0,-80.0,0,0,-0.9578544061302652,18.047411558258688,0,0,0,0,0,0,0.0,-0.15682149961400416,-26.666666666666668,-0.006942780997919788,-2.1499999999999773,0,0,0.8167512230692707,0.42857142857142855,-21400684559.07818,-4076194.834766388,4.5981160244474,-1896525.0159601476,0,0,,-62.36358885982206,43.826530612244895,1,1,-0.012781954887224795,0.002237829382933154,516.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,521.6,529.8666666666667,516.0,-0.8819018404908063,1,0,0,none,1,-0.12658227848101267,-0.19342359767891684,0,0.444,0,0,1,0.0,33.33333333333333,-0.057931672893277275,56.66666666666663,102.22222222222233,-1.3288478633336354,-1.270916190440358,1.0707654931473265,520.4,520.95,524.55,-0.7582301564449612,0,1,2.2142857142857144,0.42829510914617297,1,0.2,-252.53991291726987,1,0,-80.0,0,0,-0.7677543186180413,20.009586871516674,0,0,0,0,1,0,-9.523809523809526,-0.2336591837926847,-43.33333333333333,0.02148343291356468,-3.2999999999999545,0,0,0.7207988038874241,0.04201680672268908,-20946476143.235176,-4488635.369182587,4.885766845540602,-1757742.0058445632,0,0,,-62.34421830570398,31.443952872524296,1,1,-0.0969924812029998,0.16931028518521918,516.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,523.5833333333333,529.0,516.0,-1.2573611332166057,1,0,0,none,1,-0.22033898305084745,-0.19342359767891684,0,0.375,-1,0,1,0.17868220489606473,28.57142857142857,0.025763014032636367,43.45238095238073,32.51763668430316,-2.471876826240077,-2.4976398402727136,2.881376515786193,520.6,523.85,531.2666666666667,-0.9258375489166748,0,0,3.0,0.5780346820809248,0,0.23076923076923078,-128.01330008312783,1,0,-50.0,0,0,-0.7648183556405397,11.094919280358866,0,0,1,0,1,0,-3.0075187969924855,-0.08679635500787741,9.259259259259267,0.15202778453346846,-5.182352941176418,0,0,1.0606484868396664,0.08403361344537816,-23909476299.641933,-16487332.202655792,4.1797746129380915,-1168800.5914538503,0,0,,-62.12554733028508,31.77986984267391,1,1,-0.5646616541353449,0.7837015380810176,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,547.4666666666667,548.0,516.0,-5.199707744763771,1,0,0,none,1,-0.42857142857142855,-0.1926782273603083,0,0.375,0,-1,1,0.26020670989350075,33.33333333333333,-0.7993662891758704,20.833333333333524,10.555555555555811,-3.045770190385497,-2.2464039012096264,3.7213242503001296,521.0,526.7,527.3666666666667,-0.8923485855325652,0,0,4.071428571428571,0.779967159277504,0,0.42857142857142855,-142.4396246731294,1,0,-50.0,0,0,-0.760456273764254,17.2564909965717,0,0,1,0,1,0,5.333333333333329,0.22545745518346472,13.333333333333336,0.23768468799334094,-11.511764705882342,0,0,1.9507754437745681,0.17647058823529413,-27419627381.330112,-43241361.46015167,2.940461140375466,-285646.1989656389,0,0,-4.08155448589482,-61.79838506155222,35.58917704557619,1,1,-0.6766917293233115,0.6674951297577585,516.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,526.15,545.0,516.9666666666667,-0.788748455763566,1,0,0,none,1,-0.02564102564102564,-0.19157088122605362,0,0.5,0,0,1,0.7877441998466335,-3.63655246061262,-4.4242966604592535,525.2,525.5,552.35,-0.8563273073263544,0,1,8.857142857142858,1.7000274197970937,1,0.25,-63.407930899096606,0,0,-75.0,0,0,-0.5725190839694694,49.22597157623563,1,0,0,0,0,0,3.726833199033038,-0.5479179006382475,-5.0,0.2768546335053337,-5.158823529411734,0,0,3.296158400772986,0.008403361344537815,-36589495150.11905,-85903840.93537903,0.9574381413839396,12603557.685639665,1,0,-1.9615885567052367,-61.66495699380247,25.52959446345204,1,1,0.538345864661654,0.17928169260360494,519.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,7,impulse_late,accumulation,0,below_cloud,below,-1.636,0,0,536.65,537.0,516.0,-2.916239634771267,1,0,0,none,1,-0.8620689655172413,-0.7677543186180422,0,0.5,-1,0,0,-1.959163496041823,-13.47319795067699,-11.514034454635167,525.6,553.15,567.8666666666667,-2.738859260598392,0,0,24.0,4.4609665427509295,0,0.21641791044776118,-73.75906302286677,0,0,-51.66666666666667,0,0,-1.8248175182481785,40.45962010046068,0,0,1,0,1,0,8.243364822312188,1.7613759380984142,6.495726495726494,0.4293941810793527,-32.59411764705874,0,0,9.416764174828243,0.23529411764705882,-62092381937.07267,-412168895.63053894,0.9175195985884854,-63424558.10383892,0,0,-2.3991211586945895,-53.89082830798756,44.65946141118918,1,1,-4.554135338345855,0.8021261895298483,515.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,none,below_cloud,below,-0.514,0,0,551.4333333333334,607.2666666666667,522.4,-2.4360756815571594,1,0,0,none,1,-0.559322033898305,-0.7434944237918215,0,0.4,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.35043668214823154,54.41176470588235,41.66666666666665,48.33333333333332,5.725516922371687,40.93567251461988,24.444444444444418,19.227836433718753,0.37409759248092944,21.753827544429832 -357,2026-03-17 07:42:00,sell,592.0,0.65,58,고점 매도 · 비중 65% · 분할 · leg#58,0.9064440892403547,70.0,0.017123970930011723,130.55555555555588,113.88888888888967,2.075634758875708,2.0585107879456963,1.6050830402399938,592.0,590.15,584.45,0.6523765144454741,0,0,2.4285714285714284,0.40885040885040885,0,1.5,93.93939393939513,0,0,75.0,0,1,0.33783783783782884,58.60672661418231,0,0,0,1,0,0,15.454545454545453,0.11115459175192743,25.0,0.9101314575018032,4.02647058823527,0,0,1.030795893542231,0.6134453781512605,-13656958183.02819,-739124.2604503632,1.0019712250469932,163139.6569364369,0,0,,-56.63126590288887,15.999399759903964,0,1,0.28947368421052605,0.5229815505445967,592.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,590.7,591.0,573.6,0.5586592178770777,0,0,0,none,1,0.11764705882352941,-0.16835016835016833,1,0.625,1,0,0,0.8827364981154342,66.66666666666666,0.17763164281982657,105.55555555555604,95.83333333333421,2.669383012449998,2.4917513696301716,2.3113934751267884,591.0,587.8,581.5666666666667,0.8846546444368997,0,0,3.357142857142857,0.5661286437003132,0,1.25,118.9393939393946,0,1,33.33333333333333,0,1,0.679117147707986,80.4986432236674,0,0,0,1,0,1,5.952380952380942,0.07585537613411963,19.444444444444457,0.8647806270297792,5.955882352941217,0,0,1.3937731051074052,0.9495798319327731,-16449144212.792267,-414982.6473827362,1.345007895662447,385111.0677633025,0,0,,-56.68565089056494,26.967612422490024,1,1,0.47067669172931,0.672088524230285,594.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,590.4833333333333,591.0,560.0,0.42620452171948653,0,0,0,none,1,0.29292929292929293,-0.5059021922428331,1,0.692,0,0,0,0.9188145461275753,66.66666666666666,0.668627504963847,116.06060606060623,116.92760942760958,4.153995744053759,3.485368239089912,3.534445603187286,591.0,584.35,575.1833333333333,1.480277231111482,0,0,3.142857142857143,0.5299927728258251,0,1.1333333333333333,136.682874122097,0,1,18.181818181818183,0,1,1.8900343642611617,82.5813800621386,0,1,0,0,0,1,-0.9803921568627629,0.00897115419067962,-5.050505050505038,1.1004724463920137,9.902941176470563,0,0,1.6337418139051416,0.5966386554621849,-21440092125.97826,-2156192.011947632,2.794409110497067,660370.981286075,0,0,,-56.64640823469096,21.118347831470153,0,1,0.8142857142857002,0.8704682939210635,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.6,591.0,557.4,5.591168091168086,0,0,0,none,1,0.3924050632911392,-0.33726812816188867,1,0.682,0,0,1,0.9848221899497585,71.7948717948718,0.5743549069011031,115.15151515151513,115.53030303030316,4.8401733802685385,4.265818473367435,3.477907131553089,587.8,581.2,569.7666666666667,1.6861665519614544,0,0,2.9285714285714284,0.49552816050277976,0,1.1333333333333333,178.51099830795388,0,1,18.181818181818183,0,1,1.8965517241379404,93.68328609485566,0,0,0,0,0,0,-1.889338731443985,0.10621260184235215,-3.0303030303030454,1.2813990524449632,11.808823529411711,0,0,2.1138186017837306,0.9495798319327731,-20989318813.075497,-591493.7900161743,1.589525163264926,23627.380531430244,0,0,,-56.771408164191904,25.79608414324514,1,1,0.7067669172932315,0.6846258267267504,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.2333333333333,589.0,557.2666666666667,5.303795212923923,0,0,0,none,1,0.423728813559322,-0.8460236886632826,1,0.714,0,0,0,0.9335883487895424,75.51020408163265,0.5561716525145721,106.61375661375638,105.91593362491176,7.758473650711608,7.2023019981970355,6.562007802670383,584.6,574.65,554.7666666666667,2.845210127903952,0,0,6.428571428571429,1.0877447425670776,0,1.0714285714285714,139.74413046534525,0,1,14.285714285714285,0,1,1.546391752577314,82.17528705200141,0,0,0,1,0,1,2.782931354359931,0.31630736704365336,2.801120448179276,1.0907411809920509,17.085294117647095,0,0,2.393955097510511,0.9243697478991597,-23945533508.472584,,1.2548205836776294,2735373.417160094,0,0,,-56.68660006090671,36.03501969111604,1,1,1.4458646616541295,0.8233092725595635,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.45,587.1,532.0,5.263157894736836,0,0,0,none,1,1.1428571428571428,-0.676818950930626,1,0.889,1,0,0,0.9173607211885068,74.46808510638297,1.3523042221068238,105.02392344497628,103.82896734805946,11.317402431430764,9.96509820932394,8.723178806445956,579.4,564.45,539.8666666666667,3.6407121977145795,0,0,6.714285714285714,1.1477411477411479,0,1.0,159.8948511343501,0,1,-0.0,0,1,4.651162790697683,77.22898777780983,0,1,0,1,0,0,-0.5319148936170279,0.03845038932819733,1.9607843137254832,1.2310248358858755,29.564705882352882,0,0,2.8910560717976166,0.865546218487395,-27445992788.839977,-1860904.9161338806,1.5301479388327708,8069980.310797632,0,0,,-57.004732583663134,84.68982066077722,1,1,1.9330827067669074,0.8631542123165987,585.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,528.95,585.0,528.0,10.596464694205498,1,0,0,none,1,1.4615384615384615,-1.3675213675213675,1,0.9,0,0,0,5.4674343723362,7.890187572829177,2.4227532004929775,558.8,535.3,537.9833333333333,7.229590883616677,0,0,10.142857142857142,1.7670482827277252,0,1.0377358490566038,223.24922974435825,0,1,4.0,0,1,7.692307692307687,90.73656775648953,0,0,0,0,0,0,4.552238805970148,0.7279572406544439,-0.46846846846847257,1.3093371340308344,33.07352941176475,0,0,4.206507412516878,0.2605042016806723,-36598148255.870155,9274943.098632812,1.1554527733601638,33226807.346936867,0,0,-1.1001445420599,-57.588803389742736,32.97597026009957,1,1,1.9593984962406072,0.5329832242080712,575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,5,impulse_late,unknown,100,above_cloud,above,4.92,0,0,516.9333333333334,558.9333333333334,516.0,11.039463502708259,0,0,0,none,1,1.793103448275862,-3.6585365853658534,1,0.714,0,0,0,5.537565457345281,-3.5210622077963762,-9.058627665141657,549.6,539.8,563.4666666666667,4.668395702111905,0,0,26.785714285714285,4.740834386852086,0,0.6511627906976745,145.80645161290323,0,1,-34.883720930232556,0,0,9.496124031007746,58.59644152979608,0,0,0,0,0,0,-2.9882026839739027,0.8661441271813466,8.5109819121447,0.6699948753943996,-1.9911764705882433,0,0,9.82428998468339,0.33613445378151263,-62035360894.94143,-118472194.97519684,1.15950829143848,61354738.81401992,0,0,-1.1443183558859422,-51.236268664901715,54.1324807747453,1,1,-0.0676691729323348,0.0005204253455614039,563.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,500,in_cloud,above,13.281,0,0,551.4333333333334,598.3333333333334,522.4,2.460255092788488,1,0,0,none,1,-0.559322033898305,-1.415929203539823,0,0.4,0,0,0,0,4,0,1,0.0,1.0,-0.333,0,1.0,89.55223880597015,105.55118755118752,106.665638900933,11.864864168234732,55.49132947976879,75.30632658164538,64.16829901919921,0.8590003553303,13.003874878666144 -358,2026-03-17 07:48:00,sell,592.0,0.35,58,고점 매도 · 비중 35% · 분할 · leg#58,0.7554744130704875,63.15789473684211,-0.06080344932023074,141.666666666667,134.25925925926003,1.9673798440983319,2.0281832934185626,1.5906344676934858,592.4,590.6,584.9,0.406366407043679,0,0,2.142857142857143,0.36135870874488074,0,1.1428571428571428,103.92902408111543,0,1,50.0,0,1,0.16891891891892552,57.77609986742508,0,1,0,1,0,0,-3.5087719298245474,-0.0002969205319272028,11.111111111111114,0.7950456167329628,4.379411764705878,0,0,1.0547025387754334,0.6386554621848739,-13656869492.78408,-650434.0163402557,2.091411093436065,174276.8131057173,0,0,,-56.70316073532567,16.715686274509803,0,1,0.2827067669172725,0.5071457269127015,594.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.6833333333334,592.0,573.6333333333333,0.22252894284666702,0,0,0,none,1,0.1092436974789916,-0.33726812816188867,0,0.625,0,0,1,0.8407656952928192,65.51724137931035,0.19314775717537636,110.31746031746077,100.66137566137651,2.7331860660993925,2.540038308924016,2.4199019479617414,591.2,588.15,581.7666666666667,0.8246195698376368,0,0,3.0714285714285716,0.5179474825343291,0,1.1111111111111112,107.38255033557195,0,1,14.285714285714285,0,1,0.8503401360544283,78.6941971979691,0,1,0,1,0,0,-1.1494252873563084,0.015516114355549782,4.761904761904731,0.8607409744602394,6.244117647058829,0,0,1.312133814409444,0.8571428571428571,-16449454424.207567,,2.0604730093483097,469621.00313556194,0,0,,-56.684621102176436,26.18839164326925,1,1,0.5165413533834656,0.73760945702439,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,591.4666666666667,592.0,560.0,0.2592425608656468,0,0,0,none,1,0.3333333333333333,-0.16863406408094433,0,0.704,1,0,1,0.9188145461275753,66.66666666666666,0.668627504963847,116.06060606060623,116.92760942760958,4.153995744053759,3.485368239089912,3.534445603187286,591.0,584.35,575.1833333333333,1.480277231111482,0,0,3.142857142857143,0.5299927728258251,0,1.1333333333333333,136.682874122097,0,1,18.181818181818183,0,1,1.8900343642611617,82.5813800621386,0,1,0,0,0,1,-0.9803921568627629,0.00897115419067962,-5.050505050505038,1.1004724463920137,9.902941176470563,0,0,1.6337418139051416,0.5966386554621849,-21440092125.97826,-2156192.011947632,2.794409110497067,660370.981286075,0,0,,-56.64640823469096,21.118347831470153,0,1,0.8142857142857002,0.8704682939210635,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.6,591.0,557.4,5.591168091168086,0,0,0,none,1,0.3924050632911392,-0.33726812816188867,1,0.682,0,0,1,0.9912718427806296,66.66666666666666,0.6995629496462898,117.53246753246752,116.95526695526706,5.140272160425297,4.440709210779008,3.9185232909624688,589.8,581.8,570.2166666666667,1.9250601581299431,0,0,2.7142857142857144,0.45772103107684897,0,1.0555555555555556,165.17857142857216,0,1,7.142857142857142,0,1,2.2413793103448265,94.32286723403665,0,0,0,0,0,0,-5.128205128205138,0.1252080427451867,2.380952380952394,1.429460979767706,12.382352941176464,0,0,2.1128622586884487,0.9411764705882353,-20989758053.513206,-1137676.0985069275,1.8539272225511825,462867.81824192405,0,0,,-56.62365991644573,28.978318575479573,1,1,0.8721804511278073,0.8196122191415038,593.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,560.55,592.0,557.4666666666667,5.788957274105799,0,0,0,none,1,0.5254237288135594,-0.16863406408094433,1,0.714,0,0,1,0.9335883487895424,75.51020408163265,0.5561716525145721,106.61375661375638,105.91593362491176,7.758473650711608,7.2023019981970355,6.562007802670383,584.6,574.65,554.7666666666667,2.845210127903952,0,0,6.428571428571429,1.0877447425670776,0,1.0714285714285714,139.74413046534525,0,1,14.285714285714285,0,1,1.546391752577314,82.17528705200141,0,0,0,1,0,1,2.782931354359931,0.31630736704365336,2.801120448179276,1.0907411809920509,17.085294117647095,0,0,2.393955097510511,0.9243697478991597,-23945533508.472584,,1.2548205836776294,2735373.417160094,0,0,,-56.68660006090671,36.03501969111604,1,1,1.4458646616541295,0.8233092725595635,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,561.45,587.1,532.0,5.263157894736836,0,0,0,none,1,1.1428571428571428,-0.676818950930626,1,0.889,1,0,0,0.9173607211885068,74.46808510638297,1.3523042221068238,105.02392344497628,103.82896734805946,11.317402431430764,9.96509820932394,8.723178806445956,579.4,564.45,539.8666666666667,3.6407121977145795,0,0,6.714285714285714,1.1477411477411479,0,1.0,159.8948511343501,0,1,-0.0,0,1,4.651162790697683,77.22898777780983,0,1,0,1,0,0,-0.5319148936170279,0.03845038932819733,1.9607843137254832,1.2310248358858755,29.564705882352882,0,0,2.8910560717976166,0.865546218487395,-27445992788.839977,-1860904.9161338806,1.5301479388327708,8069980.310797632,0,0,,-57.004732583663134,84.68982066077722,1,1,1.9330827067669074,0.8631542123165987,585.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,528.95,585.0,528.0,10.596464694205498,1,0,0,none,1,1.4615384615384615,-1.3675213675213675,1,0.9,0,0,0,5.4674343723362,7.890187572829177,2.4227532004929775,558.8,535.3,537.9833333333333,7.229590883616677,0,0,10.142857142857142,1.7670482827277252,0,1.0377358490566038,223.24922974435825,0,1,4.0,0,1,7.692307692307687,90.73656775648953,0,0,0,0,0,0,4.552238805970148,0.7279572406544439,-0.46846846846847257,1.3093371340308344,33.07352941176475,0,0,4.206507412516878,0.2605042016806723,-36598148255.870155,9274943.098632812,1.1554527733601638,33226807.346936867,0,0,-1.1001445420599,-57.588803389742736,32.97597026009957,1,1,1.9593984962406072,0.5329832242080712,575.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,5,impulse_late,unknown,100,above_cloud,above,4.92,0,0,516.9333333333334,558.9333333333334,516.0,11.039463502708259,0,0,0,none,1,1.793103448275862,-3.6585365853658534,1,0.714,0,0,0,5.537565457345281,-3.5210622077963762,-9.058627665141657,549.6,539.8,563.4666666666667,4.668395702111905,0,0,26.785714285714285,4.740834386852086,0,0.6511627906976745,145.80645161290323,0,1,-34.883720930232556,0,0,9.496124031007746,58.59644152979608,0,0,0,0,0,0,-2.9882026839739027,0.8661441271813466,8.5109819121447,0.6699948753943996,-1.9911764705882433,0,0,9.82428998468339,0.33613445378151263,-62035360894.94143,-118472194.97519684,1.15950829143848,61354738.81401992,0,0,-1.1443183558859422,-51.236268664901715,54.1324807747453,1,1,-0.0676691729323348,0.0005204253455614039,563.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,500,in_cloud,above,13.281,0,0,551.4333333333334,598.3333333333334,522.4,2.460255092788488,1,0,0,none,1,-0.559322033898305,-1.415929203539823,0,0.4,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,1.0,89.55223880597015,105.55118755118752,106.665638900933,11.864864168234732,55.49132947976879,75.30632658164538,64.16829901919921,0.8590003553303,13.003874878666144 -359,2026-03-17 23:00:00,buy,567.0,0.09,59,저점 분할 매수 · 비중 9% · 9회 · BB하단 · leg#59,0.26939590551743886,46.666666666666664,-0.17457255919871306,6.66666666666698,9.444444444445223,-0.8957365536562065,-0.7211639944574935,1.1022583657217597,568.8,570.45,573.5666666666667,-0.2541852923130916,0,0,1.9285714285714286,0.3389404971127291,0,0.2,-97.9166666666693,0,0,-80.0,0,0,-0.3502626970227629,49.43948649563991,0,0,0,0,0,0,3.80952380952381,0.014094337046139938,0.0,0.3033162725290401,-2.4882352941176578,0,0,0.7439426447912564,0.5294117647058824,-13663224725.30088,-400306.442735672,0.7932709087283075,-364921.2633021176,0,0,,-58.40755822601243,30.770975056689345,1,1,-0.04135338345864854,0.02422189659453078,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,578.8166666666666,579.0,568.0,-1.6959889429583264,1,0,0,none,1,-0.07563025210084033,-0.17574692442882248,1,0.424,0,0,0,0.05512173501540795,38.46153846153846,-0.07372758594749018,0.0,50.00000000000069,-1.487439058748123,-1.4137114728006328,1.180983848586865,570.4,571.0,575.15,-0.5253940455341555,0,0,1.9285714285714286,0.3395372233400403,0,0.0,-160.91954022988736,1,0,-100.0,1,0,-0.35087719298245723,46.336389352101705,1,0,1,0,0,0,0.0,-0.11039385388025491,-50.000000000000476,0.06951602421180775,-3.441176470588289,0,0,0.8197734085841805,0.5126050420168067,-16457616711.58137,,0.5629659888705512,-201120.3868754767,0,0,,-58.46308681239161,41.33394383394383,1,1,-0.1609022556391009,0.318824839877476,568.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,570.5666666666666,581.0666666666667,568.9333333333333,-0.4498451831512429,0,0,0,none,1,-0.030303030303030304,-0.17605633802816903,0,0.435,0,0,0,0.04107268969781032,25.000000000000014,-0.45695752867782136,11.904761904762076,15.079365079365237,-1.9325961034387547,-1.4756385747609333,2.315252624899838,570.6,574.1,575.2333333333333,-1.0625326598153628,0,0,2.5714285714285716,0.45271629778672035,0,-0.1111111111111111,-126.35658914728576,1,0,-114.28571428571428,1,0,-1.2173913043478257,6.9436716766538495,0,0,0,0,0,0,-6.249999999999986,-0.13755815104501612,-13.095238095238095,-0.011593567440103189,-4.952941176470631,0,0,1.1114801159606282,0.2857142857142857,-21466584051.36646,-3281491.9152374268,1.9012242282265233,-602161.785643965,0,0,,-58.42646730525163,37.213619713619714,1,1,-0.46917293233084123,0.6977214246292549,569.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,570.5,587.0,569.0,-0.4382120946538115,0,0,0,none,1,-0.24050632911392406,-0.35211267605633806,0,0.316,-1,-1,1,0.11138555315555633,20.0,-0.6585499692461383,3.7037037037036846,4.012345679012459,-2.0166966236600956,-1.3581466544139573,2.304130980529721,570.4,575.15,579.0166666666667,-0.8954185864556985,0,0,2.5714285714285716,0.4511278195488722,0,0.1111111111111111,-137.7151799687011,1,0,-88.88888888888889,1,0,-1.384083044982698,15.521782619572917,0,0,0,0,0,0,-9.411764705882362,0.051421962772941976,-0.4629629629629628,0.10907805137323508,-4.744117647058829,0,0,0.8211922953492665,0.0,-21007332870.796516,,2.1226724573346596,-1030866.2882835865,0,0,,-58.258616503651574,42.692565584586234,1,1,-0.49548872180450465,0.7828507975765334,569.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,585.7166666666667,586.0,569.5666666666667,-2.6833224255185972,1,0,0,none,1,-0.3728813559322034,-0.3508771929824561,0,0.222,0,0,1,0.10567172962551613,42.857142857142854,-0.9318334601124417,7.499999999999763,26.111111111110915,-1.3936823296987768,-0.4618488695863351,2.2707440823488163,573.2,575.15,574.5333333333333,-0.8954185864556985,0,0,3.9285714285714284,0.6892230576441103,1,0.1,-125.82159624413141,1,0,-90.0,1,0,-1.384083044982698,36.91224698947655,1,0,1,0,0,0,-5.418719211822662,-0.13195319969170827,-13.333333333333336,0.12716869323706417,-7.529411764705856,0,0,1.7234448507259785,0.6302521008403361,-23984412509.48116,-5595254.859222412,1.4066004620520989,-1777113.198031485,0,0,,-58.17818831230992,16.426146156401995,0,1,-0.01879699248120513,0.0011600217527307777,569.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,586.6666666666667,589.0,561.0,-2.840909090909105,1,0,0,none,1,0.1836734693877551,-0.3508771929824561,0,0.545,0,0,0,0.1753113062760513,23.07692307692308,-2.342250900396391,26.38888888888908,35.46296296296323,3.5415472895361972,5.883798189932588,4.465125081302121,575.8,579.4,554.2666666666667,-1.4497756299620246,0,0,6.785714285714286,1.1883912934701024,0,0.11764705882352941,-115.07936507936506,1,0,-87.5,1,0,-2.5597269624573427,18.674621447972044,0,0,0,0,0,0,-15.018315018315015,-0.2142055017356741,-9.166666666666668,0.36339881047728334,2.644117647058806,0,0,2.4488061912602257,0.5966386554621849,-27486662590.79959,-14743430.544750214,0.8492526498732867,-2766830.3090960383,0,0,,-57.98607446813462,34.236067497931664,1,1,-0.47669172932330406,0.19012490965713214,569.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,585.1666666666667,586.0,536.0,-2.420962688692696,1,0,0,none,1,0.9230769230769231,-0.3502626970227671,0,0.75,-1,0,0,4.6838528627734775,13.04924929999936,8.365396437225883,580.2,545.65,538.6166666666667,5.745441216897285,0,0,12.714285714285714,2.2035157217132952,0,0.8787878787878788,83.59555275854831,0,0,-14.285714285714285,0,1,8.867924528301895,72.92190490121052,0,0,0,0,0,0,-1.5957446808510696,-0.8379101439700998,-8.465608465608469,0.9460472179065772,40.0617647058823,0,0,4.86494992224433,0.37815126050420167,-36678012229.01499,-70925687.21443939,0.6866866512249091,31987873.190414846,0,0,-1.4465762852512887,-57.31654356941518,46.30901553431628,1,1,3.791729323308276,0.8457519749766074,571.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,5,impulse_late,unknown,none,above_cloud,above,1.947,0,0,528.9,569.6,519.0,9.094346757421068,0,0,0,none,1,2.103448275862069,-0.6932409012131715,0,0.667,0,0,0,5.537565457345281,-3.5210622077963762,-9.058627665141657,549.6,539.8,563.4666666666667,4.668395702111905,0,0,26.785714285714285,4.740834386852086,0,0.6511627906976745,145.80645161290323,0,1,-34.883720930232556,0,0,9.496124031007746,58.59644152979608,0,0,0,0,0,0,-2.9882026839739027,0.8661441271813466,8.5109819121447,0.6699948753943996,-1.9911764705882433,0,0,9.82428998468339,0.33613445378151263,-62035360894.94143,-118472194.97519684,1.15950829143848,61354738.81401992,0,0,-1.1443183558859422,-51.236268664901715,54.1324807747453,1,1,-0.0676691729323348,0.0005204253455614039,563.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,500,in_cloud,above,13.281,0,0,551.4333333333334,598.3333333333334,522.4,2.460255092788488,1,0,0,none,1,-0.559322033898305,-1.415929203539823,0,0.4,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.8213125692259275,73.40425531914893,88.22055137844609,96.8428478603917,17.881159242349597,55.49132947976879,75.30632658164538,64.16829901919921,0.8590003553303,13.003874878666144 -360,2026-03-19 01:33:00,buy,532.0,0.096,59,저점 분할 매수 · 비중 10% · 9회 · BB하단 · leg#59,0.2204565115765465,33.33333333333333,-0.15093529009965234,6.66666666666697,8.148148148148934,-2.128043129923867,-1.9771078398242148,1.9286218076785888,534.8,537.9,543.25,-0.539133667968017,0,0,1.6428571428571428,0.30707610146862485,0,0.14285714285714285,-89.74358974359164,0,0,-80.0,0,0,-0.3724394785847296,13.817012586554554,1,0,0,0,0,0,4.761904761904759,0.0918919299530927,1.1111111111111116,0.13517333779788573,-4.229411764705901,0,0,0.7949953149445668,0.4957983193277311,-13679348442.660234,-359725.3465461731,0.18161372094884243,-73172.0913720876,0,0,,-60.815909842834536,42.73226773226772,1,1,-0.416541353383455,0.9028321978655571,535.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.1500000000001,575.0,534.0,-0.9534388595760612,1,0,0,none,1,-0.36134453781512604,-0.1869158878504673,1,0.043,0,0,0,0.09477797556336737,27.272727272727266,-0.0505633654293236,23.611111111111583,17.12962962963049,-3.283786411016081,-3.233223045586757,1.89952688734407,535.6,539.15,548.1833333333333,-0.7697301307613813,0,0,1.7857142857142858,0.33377837116154874,0,0.3,-167.17479674796832,1,0,-62.5,0,0,-1.1090573012939031,11.458751903422183,0,0,0,0,0,0,7.272727272727266,0.028770522885344985,12.5,-0.10002355544575767,-7.055882352941239,0,0,0.8275432998496334,0.3277310924369748,,,0.5351924483202175,-278005.5954613574,0,0,,-60.7991801103438,19.955512508033518,0,1,-0.38721804511278085,0.8005511570978828,532.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,539.65,581.3,538.8,-0.8616696006670921,0,0,0,none,1,-0.46464646464646464,0.0,0,0.167,0,0,0,0.116976869861854,14.285714285714292,0.0813510958180137,8.888888888889058,7.592592592592752,-6.717762258435982,-6.799113354253996,4.342949340805751,537.0,544.05,563.8666666666667,-1.663450050546822,0,0,3.7857142857142856,0.7076101468624832,0,0.05555555555555555,-123.59802602063752,1,0,-90.0,1,0,-1.6544117647058876,15.783398061808029,0,0,1,0,0,0,0.0,-0.0102845029272709,3.333333333333333,-0.09747735096731039,-13.379411764705878,0,0,0.9038569339033374,0.008403361344537815,-21513217789.814995,-4362601.710235596,0.5898284364606592,-839168.4773374982,0,0,,-60.764414353690796,70.2685635657772,1,1,-0.9766917293233066,0.9568765038019288,534.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,540.5333333333333,588.1333333333333,539.6,-1.0236803157375407,0,0,0,none,1,-0.620253164556962,-0.3738317757009346,0,0.238,0,0,0,0.12162063380044649,13.63636363636364,-0.37529909494189084,8.00925925925926,9.571671973632872,-9.446588802998122,-9.07128970805623,6.08106520542508,537.8,547.6,570.8333333333334,-2.300949598246904,0,0,3.7142857142857144,0.6942590120160214,0,0.08,-120.0624512099916,1,0,-88.88888888888889,1,0,-2.9038112522686066,14.667140832475212,1,0,1,0,1,0,0.0,0.09493934714189933,-1.4245014245014236,-0.38423716337304065,-22.464705882352973,0,0,1.1089407865318406,0.20168067226890757,-21051547560.550888,,0.5509641324756092,-2828749.2940131426,0,0,,-60.74402248705169,70.59280316062218,1,1,-1.380451127819555,0.9623740395947343,533.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,584.3333333333333,589.0,538.6,-8.442669709070149,0,0,0,none,1,-0.7288135593220338,-0.1869158878504673,0,0.235,-1,0,0,0.10583091894499891,3.846153846153854,-3.17562337421535,4.603174603174376,4.755121421787916,-11.667433458603796,-8.491810084388446,12.681532991502062,539.8,563.15,575.1,-4.998668205629042,0,0,8.428571428571429,1.5754339118825103,0,0.021739130434782608,-111.74863387978132,1,0,-97.77777777777777,1,0,-5.809859154929575,0.0,0,0,0,0,0,0,-3.8461538461538254,0.18872272711087845,0.7407407407407414,-0.1797907043171357,-32.21470588235297,0,0,1.9812790277795764,0.7142857142857143,-24056502206.098896,-27179649.484371185,0.46790165338025497,-5663483.670218915,0,0,,-60.66829197978127,90.43143904334774,1,1,-2.8984962406015216,0.9224478463414649,534.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,586.1166666666667,587.0,539.3,-8.721244348394809,0,0,0,none,1,-0.9183673469387755,-0.3738317757009346,0,0.375,0,0,0,0.0,15.254237288135585,-5.43572983720448,12.19954648526096,13.639045712778687,-8.176729259526155,-2.7409994223216754,11.408185873730869,548.0,574.1,573.8166666666667,-6.46228879986066,0,0,9.428571428571429,1.7557861133280128,0,0.058823529411764705,-172.02559950651528,1,0,-93.87755102040816,1,0,-8.20512820512821,11.923677684938326,0,0,0,0,0,0,-1.1093990755007752,-0.46801583611209807,1.0307153164296015,-0.3094683831521722,-30.608823529411666,0,0,2.911299250615244,0.7983193277310925,-27626284274.622105,-121171556.44398117,0.8685468221810438,-9299345.709625095,0,0,,-60.409478459451634,37.15551173848921,1,1,-2.219548872180459,0.6431454190070963,534.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,584.15,585.0,562.9,-8.071556963108783,0,0,0,none,1,-1.3333333333333333,-0.37243947858473,0,0.3,0,0,0,-2.311602455052906,9.039169359849666,11.350771814902572,573.6,563.2,540.7166666666667,-3.9417613636363757,0,0,16.857142857142858,3.115922894111434,0,0.21428571428571427,-87.96855170706061,0,0,-97.77777777777777,1,0,-8.614864864864868,54.118538936122704,0,0,0,0,0,0,-23.466666666666654,-2.9886010069234956,-31.174152876280537,0.16510637228934352,15.888235294117635,0,0,6.96226552954709,0.9159663865546218,-37186043370.03873,-558790731.785408,0.9856519430230791,-18911609.404411167,0,0,-7.093730065548975,-59.89763011660323,52.43846730543687,1,1,2.502255639097741,0.458199817706075,540.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,none,above_cloud,neutral,0.161,0,0,575.1,585.0,519.0,-5.929403581985748,1,0,0,none,1,0.41379310344827586,-1.478743068391867,0,0.5,-1,-1,0,0.6812458966499806,-5.426299786407753,-6.107545683057734,542.6,536.65,559.6166666666667,0.8105841796329116,0,0,28.428571428571427,5.254819118035384,0,0.47058823529411764,-116.12459917544652,1,0,-52.94117647058824,0,0,0.5576208178438735,46.794704456407835,0,0,0,0,0,0,11.022802535717659,0.3454150145644599,-8.344733242134062,0.4821506288726156,-12.83823529411768,0,1,13.64730631180423,0.7899159663865546,-65406368087.5328,-3313986150.460129,1.6525085365112098,24694174.492354155,0,0,-7.382008434511432,-52.98703806525991,62.44237491608174,1,1,0.6488721804511198,0.03659715260532426,493.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,19,impulse_late,unknown,0,below_cloud,below,-14.091,0,0,555.5,588.0,513.0,-2.6102610261026116,1,0,0,none,1,-0.6101694915254238,-0.36968576709796674,0,0.429,1,1,0,4,0,1,0,1.0,0.0,0.333,0,0.24622155010962302,43.2,57.36251402918068,80.89729250823474,15.532293484096337,54.61254612546125,28.74297005623953,41.323402746111334,0.554195064462183,14.956789657451791 -361,2026-03-21 00:00:00,buy,476.0,0.107,59,저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59,0.014549098579000247,35.71428571428572,-0.3797836363437712,25.000000000000302,41.66666666666746,-0.17861535097898695,0.20116828536478426,1.4366193117708919,479.4,480.35,480.26666666666665,-0.6974081398979926,0,0,2.0,0.41928721174004197,0,0.0,-141.65666266506557,1,0,-100.0,1,0,-0.8316008316008316,50.817207390053476,0,0,0,0,0,0,-10.439560439560431,-0.20753584239900458,-16.666666666666668,0.09286079073299192,-0.8117647058823536,0,0,0.7909048116931768,0.2689075630252101,,,2.1198212992702774,-380857.59850747883,0,0,,-64.8343797239783,26.124510410224698,1,1,0.05187969924811298,0.03165074489938646,477.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,478.51666666666665,490.0,477.43333333333334,-0.3169516909895087,0,0,0,none,1,-0.11764705882352941,0.0,0,0.4,-1,-1,1,0.10178459995588576,41.17647058823529,0.01442069386145256,48.333333333333805,78.33333333333417,-0.2744470610806502,-0.28886775494210276,1.280559715102418,481.0,480.45,482.1666666666667,-0.5099385992298866,0,0,2.7857142857142856,0.5827854154213986,0,0.2,-133.33333333333178,1,0,-80.0,0,0,-0.4166666666666652,39.27373740445138,0,0,0,0,0,0,-16.71826625386997,-0.22868830553676728,-33.333333333333336,0.27315740232996893,0.2882352941176123,0,0,1.3168603375382966,0.9915966386554622,,,1.5392520750960943,-477186.00471837074,0,0,,-64.7458016229306,10.577704766116977,0,1,0.003759398496247431,0.0002090877917729772,477.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,481.8166666666667,494.0,477.56666666666666,-0.7921408557888698,1,0,0,none,1,-0.16161616161616163,0.0,0,0.333,0,0,0,0.45639162450016635,54.166666666666664,0.5253969976486244,108.3333333333335,98.14814814814831,-1.4338642066952616,-1.959261204343886,1.432315723364973,480.6,480.3,487.43333333333334,-0.06246096189881367,1,0,2.5,0.5208333333333333,1,0.75,-89.88764044943899,0,0,-25.0,0,0,0.0,56.61300336651924,1,0,1,0,1,0,0.0,-0.06606439744519133,2.7777777777777715,0.3809731741051564,-2.126470588235293,0,0,1.556658935124931,1.0,,,1.375274920610896,-589172.727490528,0,0,,-64.56719822704,8.09560666371812,0,1,-0.06917293233083562,0.056618414363307834,477.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,491.25,496.0,477.6333333333333,-2.2900763358778664,1,0,0,none,1,-0.17721518987341772,0.0,0,0.4,-1,-1,0,0.4012059009844493,31.818181818181827,0.2896490058026586,61.90476190476189,39.682539682539804,-2.4976500291882644,-2.787299034990923,2.5189702312378612,480.4,482.2,489.31666666666666,-0.24885939444213578,0,0,3.857142857142857,0.8019008019008018,0,0.5,-86.29825889477894,0,0,-0.0,0,1,0.0,16.57619528952516,0,0,1,0,1,0,-8.181818181818173,0.10688253975768491,33.33333333333334,0.39368896330046527,-6.061764705882354,0,0,1.5311666588289394,0.2689075630252101,,,0.9839122375117939,770494.8247309774,0,0,,-64.47518498464959,24.483843199628158,0,1,-0.3413533834586482,0.4422786418100054,477.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,491.25,496.0,478.26666666666665,-2.0865139949109435,1,0,0,none,1,-0.1864406779661017,0.0,0,0.385,0,0,0,0.2551552260662862,36.8421052631579,-0.5801180265478716,17.216117216116988,10.172466422466256,-4.080654245848052,-3.5005362193001806,5.280235582118201,479.4,487.3,493.0,-1.2928380874204781,0,0,4.642857142857143,0.9652509652509654,0,0.2222222222222222,-92.42871189773828,0,0,-71.42857142857143,0,0,-0.8247422680412342,17.225787194090387,0,0,0,0,0,0,7.894736842105267,0.2705394690666143,9.523809523809522,0.2597287164557794,-10.117647058823536,0,0,2.0192584646482707,0.5294117647058824,,,0.8021756561085805,767474.4876990616,1,0,,-64.40700316078114,26.64400015674135,1,1,-1.013533834586462,0.8688906188136325,477.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,491.1,495.0,478.2,-2.0566076155569157,1,0,0,none,1,-0.3469387755102041,0.0,0,0.25,0,0,0,0.0,28.125,0.17296033605733108,6.869658119658308,15.598614348614595,-8.408711906985218,-8.581672243042549,4.608537470192975,482.2,490.1,523.2166666666667,-2.468883901244645,0,0,5.5,1.1506276150627615,1,0.0625,-162.72600834492323,1,0,-93.75,1,0,-3.238866396761131,26.338846716680422,0,0,0,0,0,0,0.8522727272727337,-0.271903235361453,-10.037878787878789,-0.10895556229373358,-14.95588235294116,0,0,2.2329466011895276,0.31932773109243695,-27811502385.100006,-47948869.513095856,1.1788899547985279,-17746697.001200646,0,0,-1.9256419927233026,-64.5292063225535,30.953090048279847,1,1,-0.5338345864661744,0.31282812511635827,477.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,491.73333333333335,517.8,477.0,-2.7928416485900276,1,0,0,none,1,-1.7179487179487178,-0.20920502092050208,0,0.167,-1,0,0,-7.441367782308413,-17.353139166007452,-9.911771383699039,490.8,538.6,535.2166666666667,-9.766060155959899,0,0,18.642857142857142,3.835978835978836,0,0.08571428571428572,-105.89345569331894,1,0,-90.625,1,0,-9.999999999999998,14.787194529371561,0,0,0,0,0,0,-0.44784346148546206,0.7060047245187331,1.3328853046594986,-0.0011831855789337397,-52.54117647058831,0,0,6.523388107183694,0.7563025210084033,-37611036347.05316,-425874319.46969604,1.6071715952645735,-38816970.84632677,0,0,,-63.74439997286929,44.77213570938028,1,1,-6.055639097744358,0.8745287269988143,477.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,5,impulse_late,unknown,none,below_cloud,above,1.923,0,0,489.6,585.0,477.0,-0.7352941176470673,1,0,0,none,1,-1.4482758620689655,-0.205761316872428,0,0.375,-1,0,0,-4.200765186054761,-12.150156129575066,-7.949390943520306,509.8,530.85,556.6333333333333,-6.753320146934161,0,0,28.214285714285715,5.6998556998557,0,0.15966386554621848,-179.6230292521593,1,0,-84.03361344537815,1,0,-4.807692307692313,37.42292045743252,1,0,0,0,0,0,6.515701996158029,-1.034149330259237,4.668534080298787,0.16536604411814093,-35.6882352941177,0,0,16.93371074993898,1.0,-66853107204.28255,-4775016245.12471,1.4282365485021313,53964852.149232864,1,0,-9.60769996606737,-56.798775078227195,61.05347182856731,1,1,-0.4684210526315725,0.01200481777562501,476.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,19,impulse_late,unknown,0,below_cloud,below,-35.037,0,0,551.1500000000001,587.3333333333334,509.4,-10.187789168103068,0,0,0,none,1,-1.0,-0.20202020202020202,0,0.375,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.1567434870098102,10.569105691056905,6.9346293832908215,5.015111345132948,28.451201321383245,46.57980456026059,21.28851540616244,22.217155596088535,0.145646663033672,19.058153098684905 -362,2026-03-21 22:33:00,buy,469.0,0.109,59,저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59,0.11709022093771612,37.5,-0.10478540745591207,33.333333333333634,,-0.22174371542240578,-0.11695830796649372,0.6097939665902724,470.8,471.1,471.68333333333334,-0.23349607302060038,0,1,1.1428571428571428,0.243161094224924,0,0.0,-196.72131147539332,1,0,-100.0,1,0,-0.4237288135593209,11.25956209933861,0,0,0,0,0,0,-6.944444444444436,-0.052225843777359546,-33.333333333333336,0.2639192170507281,-0.808823529411768,0,0,0.6388997672268389,0.6050420168067226,-13785100709.945202,,2.6330568903032328,-206289.87002789974,0,0,,-65.2241522007771,20.034013605442173,0,1,-0.0015037593985008024,0.00015344483657342423,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,474.16666666666663,474.3333333333333,470.3333333333333,-0.8787346221441061,0,0,0,none,1,-0.07563025210084033,-0.6382978723404255,0,0.394,0,0,1,0.0,39.99999999999999,0.021148601093380015,66.66666666666714,111.11111111111194,-0.49568453458948625,-0.5168331356828663,0.4848211450618453,471.0,471.3,473.3333333333333,-0.27583280288563383,0,0,1.0714285714285714,0.22796352583586624,1,0.0,-243.58974358975047,1,0,-100.0,1,0,-0.2123142250530785,22.537246204858334,0,0,1,0,1,0,0.0,-0.07661234381268223,-66.66666666666666,0.1856998393666551,-1.3235294117646959,0,0,0.42265854116233303,0.025210084033613446,-16619420166.627653,,1.78908929554435,-431664.31003308296,0,0,,-65.20947617317462,40.87301587301588,1,1,-0.05563909774435126,0.3320397768615153,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,474.2,482.0,470.0,-0.8857022353437327,1,0,0,none,1,-0.1111111111111111,-0.425531914893617,0,0.3,-1,0,0,0.09109235168959538,30.0,0.13009334710243614,16.66666666666684,18.51851851851869,-1.4823183062330827,-1.6124116533355188,0.9071955391917945,471.0,471.75,477.01666666666665,-0.37095919448860704,0,0,1.7142857142857142,0.364741641337386,0,0.0,-173.91304347825852,1,0,-100.0,1,0,-0.6342494714587699,26.860163743238687,0,0,1,0,0,0,-3.3333333333333286,-0.05736619625194561,-11.111111111111107,0.17456350907236776,-2.9647058823529164,0,0,0.7103076566226866,0.05042016806722689,-21690034157.425884,-2078489.4459953308,1.110483727433948,-465510.48743667826,0,0,,-65.17871672053468,19.944597885774357,0,1,-0.08496240601502084,0.22070693976319744,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,473.8,480.4,470.4,-0.8020261713803323,0,0,0,none,1,-0.1518987341772152,-0.425531914893617,0,0.4,-1,0,0,0.2401421986970169,38.46153846153846,0.07735562574089272,66.66666666666666,55.55555555555568,-2.1247750561968246,-2.2021306819377173,2.6427554605084604,471.2,473.25,478.15,-0.6867406233491802,0,0,2.0714285714285716,0.44072948328267486,0,0.0,-102.77324632953102,1,0,-100.0,1,0,-0.8438818565400852,37.82696541425576,1,0,1,0,1,0,-6.9930069930070005,-0.05785898280089441,0.0,0.10318657669323064,-5.1676470588235475,0,0,1.2148254081262202,0.3025210084033613,-21282849840.11358,-3081501.675052643,0.7610878625619333,-1181329.2052163333,0,0,,-65.16062998383497,60.84558298844013,1,1,-0.396240601503749,0.562096357987837,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.8,482.8,470.53333333333336,-0.1699235344095218,0,0,0,none,1,-0.3050847457627119,-0.425531914893617,0,0.25,-1,0,0,0.11432713803670669,26.92307692307692,-0.4309882783836696,6.66666666666644,6.913580246913419,-3.5285731048139723,-3.0975848264303028,3.6710811982769798,471.2,476.75,483.26666666666665,-1.4158363922391226,0,0,3.142857142857143,0.668693009118541,0,0.0,-106.51527439848596,1,0,-100.0,1,0,-1.673640167364021,18.525496936963037,0,0,0,0,0,0,-7.692307692307708,0.007638738371213982,-3.7037037037037033,0.028178631941932028,-7.8323529411764525,0,0,1.4520221426556883,0.11764705882352941,-24289239769.83498,-16224716.0066185,0.7017283796125379,-4446948.500182271,0,0,,-65.09352485467683,68.9580042543333,1,1,-0.6563909774436055,0.7876691729323309,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,500.48333333333335,501.0,470.0,-6.090778913716743,1,0,0,none,1,-0.1836734693877551,-0.425531914893617,0,0.3,0,0,0,0.18430946275799118,17.391304347826093,-0.5082903889991286,12.169312169312358,10.507393840727419,-5.2398164332202555,-4.731526044221127,7.021742752362988,474.2,482.7,493.96666666666664,-2.216697741868656,0,0,4.5,0.9533898305084746,0,0.1,-137.40788903337526,1,0,-77.77777777777779,0,0,-1.8711018711018657,10.84884958523432,0,0,0,0,0,0,3.1055900621118013,-0.019857943650588794,10.185185185185183,0.02306015619768055,-11.573529411764696,0,0,2.816050465347048,0.37815126050420167,-27933773705.630028,-27776516.97599411,0.7598411164830379,-2806717.9795250297,0,0,,-64.84625857082102,50.146427360993066,1,1,-1.2631578947368538,0.7777837791958271,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,491.75,499.0,471.93333333333334,-4.016268429079817,1,0,0,none,1,-0.6666666666666666,-0.423728813559322,0,0.273,0,0,0,-2.581565805463203,-18.954692189837317,-16.373126384374114,483.0,509.7,530.9166666666666,-7.004120070629782,0,0,14.285714285714286,3.0138637733574445,0,0.029411764705882353,-87.22131593257201,0,0,-90.625,1,0,-3.0674846625766916,29.29712158180368,1,0,1,0,1,0,-0.18688413183825503,0.31376205826778936,-2.4305555555555554,-0.03425764035511618,-52.40294117647062,0,0,6.515578615777444,0.7394957983193278,-37703458804.764,-313742972.0427704,0.7437782407061374,-25704764.980963252,0,0,,-64.50737025461433,66.36034918941306,1,1,-5.054135338345861,0.8184824696774845,471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,8,impulse_late,unknown,0,below_cloud,above,1.403,0,0,480.5,585.0,478.6,-1.3527575442247697,0,0,0,none,1,-3.1379310344827585,-0.6329113924050633,0,0.286,0,0,0,-6.609655453733234,-17.621751786697928,-11.012096332964694,492.4,524.95,553.6666666666666,-10.27716925421469,0,0,31.214285714285715,6.6272368820139524,0,0.023622047244094488,-123.94572790612374,1,0,-97.63779527559055,1,0,-16.48936170212766,38.84337017197808,0,0,0,0,0,0,-4.455131113329102,-0.9684893496889231,0.507289529985222,0.09021711141739643,-54.882352941176464,0,0,17.011336161121484,0.9915966386554622,-67140101964.30908,-5104741069.367653,1.5252193925044137,-87743620.89983177,0,0,-9.27412513275227,-58.69012887343781,58.39491086279329,1,1,-1.900000000000013,0.13557670858052884,468.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,19,impulse_late,unknown,0,below_cloud,below,-41.815,0,0,552.5833333333333,578.8333333333334,479.6666666666667,-14.763987332227401,0,0,0,none,1,-1.4067796610169492,10.191082802547772,0,0.429,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.22995755811172303,20.18348623853211,10.388389581804823,13.131691394255578,25.937108336205732,39.15857605177993,7.991250856451269,12.25457586302658,0.05818914937643255,23.261468657253676 -363,2026-03-23 06:45:00,buy,455.0,0.112,59,저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59,0.5434156727236109,50.0,0.18696747407447023,66.66666666666698,61.1111111111119,-0.8636492836861862,-1.0506167577606564,1.006254122298589,457.4,457.8,460.81666666666666,0.0436871996505106,0,0,2.0,0.43668122270742354,0,1.0,-5.0505050505061595,0,0,-0.0,0,1,-0.21786492374727962,38.22723035867618,1,0,1,0,1,0,0.0,0.05400399371807518,0.0,0.48139769741263905,-2.4705882352941444,0,0,1.1658915058304635,0.9915966386554622,,,0.8856182895636479,-142207.31084686518,0,0,,-65.98102455439734,44.05427905427905,1,1,-0.07218045112783035,0.1374865735768016,457.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,456.8,470.4,456.0,0.26269702276706663,1,0,0,none,1,-0.09243697478991597,0.0,1,0.261,0,0,0,0.318877484255392,35.71428571428572,-0.025563351043966343,37.22222222222269,27.037037037037862,-1.5871237230070392,-1.5615603719630728,1.9819114101754722,457.2,459.65,463.81666666666666,-0.3589687805939268,0,0,2.2142857142857144,0.4834684965689333,0,0.3333333333333333,-72.72727272727258,0,0,-33.33333333333333,0,0,-0.21786492374727962,33.764648194005176,0,0,1,0,1,0,4.945054945054949,0.10130021846817083,11.111111111111107,0.35968073966209607,-3.238235294117601,0,0,1.0047708517777265,1.0,-16664056994.907562,-1234449.5185432434,1.7153953871650758,86875.4153367728,1,0,,-65.96669827670331,48.842823842823854,1,1,-0.34360902255640396,0.7966987483930514,457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,458.25,471.0,456.0,-0.054555373704312515,1,0,0,none,1,-0.13131313131313133,-0.21834061135371177,1,0.316,0,0,0,0.2143773732622969,42.10526315789474,-0.21003003456558966,20.00000000000016,23.703703703703862,-2.619682795620008,-2.4096527610544185,2.466916063752628,457.8,461.25,467.18333333333334,-0.7046070460704601,0,0,2.4285714285714284,0.5302557704304428,0,0.25,-131.7365269461067,1,0,-60.0,0,0,-0.8658008658008698,20.099812469816413,1,0,1,0,0,0,7.10526315789474,0.1022641690586994,-8.888888888888886,0.1739140779372481,-7.244117647058829,0,0,1.2067272598842433,0.8991596638655462,-21744738827.002075,-3808931.847465515,1.8464337078620001,-547360.033008147,0,0,,-65.93635658026425,65.12428048142334,1,1,-0.41879699248120617,0.7586013815025379,456.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.25,475.0,456.0,-2.6049973418394434,1,0,0,none,1,-0.20253164556962025,-0.43668122270742354,0,0.294,0,0,1,0.10570809881123797,26.31578947368422,-0.5787555124188941,3.7037037037037037,11.111111111111247,-3.254434796227997,-2.675679283809103,3.799231600134771,458.8,463.95,469.5833333333333,-1.498006250673567,0,0,2.857142857142857,0.6251953735542357,0,0.0,-121.10311750599624,1,0,-100.0,1,0,-1.7204301075268824,11.693582626029482,0,0,0,0,0,0,2.5062656641604093,0.006192899962691456,-7.407407407407405,-0.022821927653861675,-8.399999999999977,0,0,1.1414152049655952,0.5126050420168067,-21350540181.442123,-8049885.076824188,1.8390105968124686,-1993282.9100099653,0,0,,-65.99385411671756,54.894062888313215,1,1,-0.71804511278196,0.9293035407328453,457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,469.98333333333335,476.0,457.0,-2.7625093088407437,1,0,0,none,1,-0.288135593220339,-0.437636761487965,0,0.182,0,0,1,0.0,18.181818181818173,-1.0110311804459782,8.333333333333105,14.629629629629468,-4.035803578240348,-3.0247723977943695,4.287090055023137,459.8,467.4,474.53333333333336,-2.225074882327771,0,0,3.7142857142857144,0.8127539856205065,0,-0.08333333333333333,-147.97747055811493,1,0,-108.33333333333333,1,0,-2.972399150743099,13.150216094652762,0,0,0,0,0,0,-0.8658008658008782,-0.09704493095740663,-9.444444444444443,-0.11989943138833792,-10.541176470588255,0,0,1.3639014086092331,0.226890756302521,-24371923115.256153,-15584540.454799652,1.9370129243282412,-3392421.7530319393,0,0,,-65.92748636138059,53.587795564796885,1,1,-0.7578947368421123,0.8011303426351118,458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,472.5,488.0,458.0,-3.2804232804232836,0,0,0,none,1,-0.6530612244897959,-1.0940919037199124,0,0.125,0,0,1,0.0,14.81481481481481,-1.204325895556229,18.589743589743787,23.331606664940253,-4.370671341825187,-3.1663454462689575,4.972281087329212,464.4,471.9,478.51666666666665,-2.945539309175671,0,0,4.785714285714286,1.0449157829070495,0,0.0,-193.76498800959095,1,0,-100.0,1,0,-2.553191489361706,17.292153514628126,0,0,0,0,1,0,-6.018518518518519,-0.32312058875531413,-3.7037037037037024,-0.14517615461995978,-11.520588235294156,0,0,1.694383999008385,0.008403361344537815,-28047030682.775753,-37824033.84597397,2.11387204791134,-4283557.291176766,0,0,,-65.75689581877992,37.59412114022832,1,1,-0.9097744360902312,0.8418683601018453,458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,471.5333333333333,486.0,469.2,-2.8700692775342818,0,0,0,none,1,-0.5641025641025641,-1.0917030567685588,0,0.3,-1,0,1,0.49110894992420384,-15.929126715519317,-16.42023566544352,472.2,482.1,524.8333333333334,-3.546981953951467,0,0,11.785714285714286,2.5345622119815667,0,0.038461538461538464,-171.18604102805912,1,0,-95.23809523809523,1,0,-3.3264033264033266,35.050650080656595,1,0,1,0,0,0,1.302885962454468,-0.19521748356584467,-10.07936507936508,0.018368682965371953,-40.66764705882355,0,0,4.601403701888812,0.31092436974789917,-37803281827.93482,-147561954.70801544,0.8657370583232024,-4115939.026926674,0,0,-3.4600174142031475,-65.04603411528646,41.19413253507484,1,1,-1.2872180451127706,0.6965853120600212,464.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,8,impulse_late,accumulation,0,below_cloud,above,0.904,0,0,481.70000000000005,511.2,467.93333333333334,-3.466888104629451,0,0,0,none,1,-4.172413793103448,-2.1505376344086025,0,0.143,0,0,0,-4.783995796960614,-21.720701066161382,-16.93670526920077,471.0,514.35,547.5666666666667,-8.622533294449308,0,0,28.428571428571427,6.048632218844984,0,0.11347517730496454,-102.71631588415168,1,0,-88.65248226950354,1,0,-13.123844731977819,26.72890462238064,0,0,0,0,0,0,-8.906709435979685,0.7605207123439115,2.75686488452446,0.1895094179842568,-49.894117647058806,0,0,16.323109067966474,0.9411764705882353,-67244673815.103165,-3837373392.174919,1.1877657344492347,-87743620.89983177,0,0,-8.810825173841646,-58.43878235424418,44.03219081056336,1,1,-4.557142857142865,0.5161124735298226,454.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,none,below_cloud,below,-13.994,0,0,551.65,586.3,466.6,-14.801051391280694,1,0,0,none,1,-1.4067796610169492,-4.25531914893617,0,0.429,0,0,0,1,0,0,1,0.25,0.0,-0.333,0,0.03147029136140506,37.34939759036145,12.003968253968234,20.6241297688666,7.570452606426857,31.7829457364341,10.049099836333857,6.897612975682978,0.20455329877004222,29.184733688185766 -364,2026-03-23 18:33:00,buy,457.0,0.112,59,저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59,0.25120664734877096,30.0,-0.12993630944087653,27.77777777777808,25.925925925926702,-1.2465620926410566,-1.11662578320018,1.6966836209754612,460.2,461.95,463.98333333333335,-0.4221236064509082,0,0,1.0714285714285714,0.2329192546583851,0,0.2,-94.72934472934486,0,0,-66.66666666666666,0,0,-0.2169197396963085,12.317518618366307,0,0,1,0,1,0,10.0,0.048070610714158635,2.7777777777777786,0.12426296624953324,-3.3794117647058783,0,0,0.6696418473967412,0.3025210084033613,,,0.20819890838643976,74930.48953102529,1,0,,-65.79727887171936,65.98639455782313,1,1,-0.2984962406015126,0.8122207506428863,459.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,465.4166666666667,469.6333333333333,460.46666666666664,-1.1638316920322356,0,0,0,none,1,-0.07563025210084033,0.0,0,0.37,0,0,0,0.14539592617078473,20.0,-0.36227050755753853,23.333333333333808,15.925925925926746,-1.501637868286707,-1.1393673607291686,1.9784460514108075,460.2,463.25,465.53333333333336,-0.7015650296815945,0,0,1.5714285714285714,0.3416149068322981,0,0.2857142857142857,-131.60733549083204,1,0,-66.66666666666666,0,0,-1.0752688172043001,0.7136587113298276,0,0,0,0,0,0,0.0,0.05012534322812079,11.111111111111112,0.09496791055536515,-4.047058823529369,0,0,0.7157831659479751,0.03361344537815126,,,1.1127235502908193,-207420.15409070998,0,0,,-65.7826568936058,55.0453514739229,1,1,-0.35263157894737673,0.82899353647276,458.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,465.23333333333335,470.1333333333333,461.26666666666665,-1.1248835709679716,0,0,0,none,1,-0.04040404040404041,0.0,0,0.44,0,0,0,0.057097103399307146,33.33333333333333,-0.5173274190395083,17.777777777777928,15.925925925926071,-1.642107480979746,-1.1247800619402377,2.1151213375712903,461.0,464.35,466.3333333333333,-0.9367933670722528,0,0,2.7142857142857144,0.5900621118012422,0,0.14285714285714285,-167.8121420389456,1,0,-83.33333333333334,1,0,-1.2875536480686733,33.49394477660195,0,0,0,0,0,0,3.9215686274509665,-0.023019315971274157,5.555555555555555,0.141461844798237,-5.197058823529403,0,0,1.1820258522214073,0.5966386554621849,-21757333364.396595,-3573503.2679481506,0.9327544128708669,-389541.4441273995,0,0,,-65.75247601150178,31.559158076185945,1,1,-0.3195488721804552,0.5927903565110934,459.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,461.83333333333337,470.0,456.0,-0.39696860339228923,1,0,0,none,1,-0.0379746835443038,-0.43478260869565216,0,0.5,0,0,0,0.004701141703358564,36.0,-0.735433214500861,15.079365079365068,32.53968253968267,-1.3988013123083078,-0.6633680978074469,2.3211688668700474,462.2,465.35,464.55,-1.1496722896744416,0,0,3.142857142857143,0.6832298136645962,0,0.1111111111111111,-172.1249047981706,1,0,-85.71428571428571,1,0,-1.498929336188437,24.2137675439305,0,0,0,0,0,0,0.0,-0.06599382278599752,-20.23809523809524,0.13659319213075238,-5.308823529411768,0,0,1.5243930819540832,0.8991596638655462,-21366339796.915302,-6393171.157066345,1.0097047656292144,-916345.3645251989,0,0,,-65.73469604449073,42.57685641346199,1,1,-0.36466165413534657,0.6382565942101737,459.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.2,469.0,457.0,0.6124234470691103,1,0,0,none,1,-0.05084745762711865,-0.6521739130434783,0,0.417,0,0,0,0.01852035222816381,25.000000000000014,-0.6951063927632589,24.28571428571406,29.3650793650792,-1.2168858169508212,-0.5217794241875623,2.8280286837277036,462.6,466.35,468.8666666666667,-1.3616382545298622,0,0,3.7857142857142856,0.8229813664596273,0,0.1,-139.36867182847035,1,0,-90.0,1,0,-1.9189765458422214,26.814637306387738,0,0,0,0,0,0,-8.333333333333314,-0.19794941387592996,-10.952380952380945,0.14461107163588263,-2.276470588235327,0,0,1.4523336552453507,0.3445378151260504,-24390249257.44654,-13240358.996994019,0.8042056493597975,-2256553.8489394784,0,0,,-65.66870562630645,43.76006924508935,1,1,-0.17969924812030602,0.1039654328268006,459.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.1833333333333,471.03333333333336,458.0,-2.1658218425436804,1,0,0,none,1,-0.32653061224489793,-1.0869565217391304,0,0.25,0,0,0,0.1991500861384461,43.75,0.2861844852587412,63.33333333333352,79.07407407407432,-2.2687091168525626,-2.554893602111304,3.5664340388819813,465.8,466.0,474.0,-1.0729613733905574,0,1,5.5,1.193058568329718,1,0.25,-93.33333333333361,0,0,-70.0,0,0,-0.6465517241379337,41.70046841904027,1,0,1,0,1,0,-4.525862068965516,-0.3881522461283735,-20.000000000000007,0.22315479643230096,-4.638235294117635,0,0,1.9770718465899006,0.10084033613445378,-28069559610.249733,-18610154.18478775,0.8729576393541943,-2134093.0197138786,0,0,-2.85371019088582,-65.49735232840848,25.03433386145716,1,1,-0.14135338345864537,0.040509811113149885,462.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,471.5333333333333,486.0,458.0,-2.233847023893676,1,0,0,none,1,-0.3333333333333333,-1.0845986984815619,0,0.4,0,0,0,1.138314325372182,-14.649407561547264,-15.787721886919446,467.4,478.3,521.55,-2.3625339744929974,0,0,10.857142857142858,2.3248699908228816,0,0.20689655172413793,-126.2672811059901,1,0,-64.70588235294117,0,0,-0.849256900212314,24.289496906058886,1,0,1,0,1,0,0.511508951406654,0.17546169758743346,10.177404295051353,0.1443368777782154,-35.561764705882354,0,0,4.563628405552793,0.31932773109243695,-37830568872.30533,-130223705.60857391,0.6519061828525861,-123387.55599281192,0,0,-3.4642243326133166,-64.86095953573195,28.491579667400796,1,1,-1.2992481203007542,0.6945615492759862,461.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,8,impulse_late,accumulation,0,below_cloud,neutral,0.0,0,0,480.75,540.0,461.0,-2.860114404576186,1,0,0,none,1,-3.7241379310344827,-0.8565310492505354,0,0.143,0,0,0,-4.783995796960614,-21.720701066161382,-16.93670526920077,471.0,514.35,547.5666666666667,-8.622533294449308,0,0,28.428571428571427,6.048632218844984,0,0.11347517730496454,-102.71631588415168,1,0,-88.65248226950354,1,0,-13.123844731977819,26.72890462238064,0,0,0,0,0,0,-8.906709435979685,0.7605207123439115,2.75686488452446,0.1895094179842568,-49.894117647058806,0,0,16.323109067966474,0.9411764705882353,-67244673815.103165,-3837373392.174919,1.1877657344492347,-87743620.89983177,0,0,-8.810825173841646,-58.43878235424418,44.03219081056336,1,1,-4.557142857142865,0.5161124735298226,454.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,none,below_cloud,below,-13.994,0,0,551.65,586.3,466.6,-14.801051391280694,1,0,0,none,1,-1.4067796610169492,-4.25531914893617,0,0.429,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.19369950304906008,35.294117647058826,28.43137254901959,18.868658574540916,7.713124849651827,31.7829457364341,10.049099836333857,6.897612975682978,0.20455329877004222,29.184733688185766 -365,2026-03-24 23:48:00,buy,469.0,0.109,59,저점 분할 매수 · 비중 11% · 9회 · BB하단 · leg#59,0.22135285594888224,25.0,-0.11561293883866097,16.66666666666697,15.7407407407415,-0.9890668796430191,-0.8734539408043581,1.2879260885546338,472.2,473.7,474.96666666666664,-0.3588769263246805,0,0,1.2142857142857142,0.2572639225181598,0,0.25,-80.5687203791469,0,0,-75.0,0,0,0.0,36.885827765205825,0,0,1,0,0,0,-8.333333333333329,0.023655983909626088,-2.777777777777775,0.1992250568971405,-2.7117647058823877,0,0,0.7151563216725909,0.6554621848739496,-13836446112.272856,-401741.23405456543,0.14627863304078725,56877.96757443249,0,0,,-64.77738760421224,35.87598909027481,1,1,-0.22255639097744165,0.7452114449018403,471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,476.25,478.5,472.2,-0.8923884514435709,0,0,0,none,1,-0.07563025210084033,-0.211864406779661,0,0.357,0,0,0,0.15395793096080448,31.25,-0.3509909417617698,23.333333333333808,21.66666666666733,-0.9548012921662234,-0.6038103504044536,1.7344409458750776,472.6,474.85,475.46666666666664,-0.6001895335369101,0,0,2.0,0.423728813559322,0,0.16666666666666666,-110.27568922305609,1,0,-75.0,0,0,-0.8403361344537785,36.58416335666458,0,0,0,0,1,0,-4.044117647058826,0.008298291983775297,1.6666666666666679,0.2282013914528065,-2.7088235294117453,0,0,1.0842483307271447,0.8907563025210085,,,0.5171096429390152,-68931.00119034201,0,0,,-64.76245907286464,39.42390942390943,1,1,-0.28796992481202527,0.6846212365177338,471.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,475.2,481.8,473.0,-0.6734006734006703,0,0,0,none,1,-0.08080808080808081,0.0,0,0.389,0,0,0,0.04480044421336516,46.15384615384615,-0.19573379108187905,15.000000000000151,35.555555555555706,-1.0052549775256807,-0.8095211864438017,1.3185195941145367,473.8,474.85,477.9,-0.6001895335369101,0,0,2.142857142857143,0.45399515738498786,0,0.2,-172.99578059071766,1,0,-80.0,0,0,-1.0482180293501009,40.03359427725946,0,0,0,0,0,0,-3.8461538461538467,-0.1199060554168444,-26.66666666666667,0.14404867941424138,-2.9058823529411484,0,0,0.9639118405292044,0.31932773109243695,-21794274980.506615,,0.6845812996161644,-358547.01212228835,0,0,,-64.73166223778809,11.749678892536036,0,1,-0.03834586466165151,0.021005790523580425,471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.83333333333337,481.0,473.3333333333333,-1.8370883882149136,0,0,0,none,1,-0.08860759493670886,-0.211864406779661,0,0.438,0,0,0,0.08275703771566986,40.90909090909091,-0.263003463417838,19.999999999999982,27.777777777777903,-1.529954329303223,-1.266950865885385,1.689049155143062,473.0,475.35,478.53333333333336,-0.7047438729357314,0,0,3.0714285714285716,0.650726392251816,0,0.2,-128.82787750791934,1,0,-80.0,0,0,-0.21141649048626032,35.59569333284888,1,0,1,0,1,0,0.0,-0.0635752600631978,-18.333333333333332,0.22044786488257187,-4.732352941176487,0,0,1.3568840987895245,0.3445378151260504,-21424239201.165665,-3667107.9369010925,1.3755555525554577,-212411.69276674092,0,0,,-64.71234147377456,35.128068525901334,1,1,-0.18872180451127424,0.30940021510340066,471.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.83333333333337,481.0,473.3333333333333,-1.8370883882149136,0,0,0,none,1,-0.1864406779661017,-1.059322033898305,0,0.417,0,0,0,0.06372836081018234,33.33333333333333,-0.5550674301102402,23.80952380952358,28.571428571428413,-1.1555889078575206,-0.6005214777472804,2.3501850964211735,475.0,477.9,476.3333333333333,-1.0253191044151455,0,0,3.4285714285714284,0.7248565388100272,0,0.0,-139.55555555555765,1,0,-100.0,1,0,-1.0460251046025104,17.234065547230855,0,0,0,0,0,0,-1.4492753623188435,-0.09024453046511066,-14.285714285714288,0.20486024955078674,-4.008823529411757,0,0,1.3287748620662578,0.226890756302521,-24450929124.16833,,1.5076966870699176,-4126075.5693797767,0,0,,-64.56998302611923,33.50029485478402,1,1,-0.38045112781955465,0.6425509702159251,473.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.5333333333333,484.0,468.53333333333336,-1.5677025527191968,1,0,0,none,1,0.02040816326530612,-1.0570824524312896,0,0.5,0,0,0,0.10471529270934858,36.666666666666664,-1.0196198174802797,18.88888888888909,19.629629629629886,0.7681671005651651,1.7877869180454449,2.635231385009623,476.2,480.0,473.01666666666665,-1.041666666666663,0,0,4.214285714285714,0.8872180451127819,1,0.125,-170.3806870937772,1,0,-83.33333333333334,1,0,-1.4522821576763434,29.04249468491551,0,0,0,0,0,0,-10.208333333333336,-0.09464350094034235,-7.777777777777779,0.3474652833006801,0.20294117647063104,0,0,2.0845654973089975,0.16806722689075632,-28114719196.29734,-15368846.538265228,1.0487267441056962,-2606326.083042115,0,0,,-64.32027979589152,29.55739372569667,1,1,-0.38045112781955465,0.5066007123070837,474.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,463.45000000000005,482.0,462.4,2.4921782285036054,1,0,0,none,1,0.28205128205128205,-1.0526315789473684,0,0.714,0,0,0,3.5184159069788397,-7.3364517810382495,-10.85486768801709,480.2,474.6,515.3666666666667,0.5056890012642201,0,0,9.571428571428571,2.006588799041629,1,0.9411764705882353,11.681268251981713,0,0,-5.88235294117647,0,1,2.580645161290329,51.17821668100311,0,0,0,0,0,0,2.6254826254826185,-0.23806840976818044,-3.9215686274509807,0.4271036186313532,-3.6499999999999773,0,0,4.627596138262799,0.35294117647058826,-37869819719.53659,-66537891.60176849,0.8633905876469256,-18485321.26909723,0,1,-1.9177872544184464,-63.98062884319417,14.512472293531742,0,1,-0.046616541353369324,0.0014885792974402845,474.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,9,impulse_late,accumulation,500,in_cloud,above,1.738,0,0,477.91666666666663,490.0,461.0,-0.19180470793372928,1,0,0,none,1,-0.6206896551724138,-1.0482180293501049,0,0.333,0,0,0,-2.7078527110187594,-21.233234112740604,-18.525381401721845,472.2,508.8,544.4833333333333,-7.232704402515722,0,0,27.357142857142858,5.796004842615012,0,0.1276595744680851,-73.9551989301236,0,0,-86.95652173913044,1,0,-12.754158964879847,26.3403242995318,0,0,0,0,0,0,0.4937114287946116,0.9389991080467759,-0.380306300750334,0.24926634907101808,-48.479411764705844,0,0,16.01237348792952,0.9159663865546218,-67263099172.410034,-1856731084.8772354,0.8435130791345214,-87743620.89983177,0,0,-8.285042403007045,-58.14106294280932,34.42008992182076,1,1,-5.224060150375926,0.6261691242652991,469.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,unknown,none,below_cloud,above,2.696,0,0,551.65,586.3,466.6,-14.438502673796783,1,0,0,none,1,-1.3898305084745763,-1.059322033898305,0,0.429,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.5839388794065264,48.57142857142856,105.88235294117646,110.45751633986929,6.02449073468211,31.47410358565736,12.961249871518119,12.117301960040137,0.2644454698364532,30.705010841837847 -366,2026-03-28 10:33:00,buy,372.0,0.137,59,저점 분할 매수 · 비중 14% · 9회 · BB하단 · leg#59,0.04426962996727554,15.384615384615387,-0.5701283914866515,18.05555555555586,17.592592592593373,-1.9451215211980184,-1.374993129711367,3.6633830665007334,376.2,380.35,382.35,-1.669514920467996,0,0,2.5,0.6684491978609626,0,0.09090909090909091,-153.21832684103094,1,0,-87.5,1,0,-1.8372703412073532,14.275837099039393,0,0,0,0,0,0,-1.2820512820512704,-0.08216693010671161,-1.3888888888888857,-0.0003956472151287471,-4.720588235294144,0,0,0.9401896457493195,0.453781512605042,-13943412934.456957,-10329885.264686584,2.0684155043720454,-1568338.9547899663,0,0,,-71.77210511435781,38.70998049569478,1,1,-0.5661654135338297,0.9245772205399645,373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,380.3666666666667,399.0,375.6,-1.6738235036368398,0,0,0,none,1,-0.21008403361344538,-0.53475935828877,0,0.28,-1,0,1,0.0,35.0,-0.5231639825174208,26.69552669552715,23.713323713324495,-2.340281021205726,-1.8171170386883053,3.0383629674637804,376.8,380.6,386.5,-1.7341040462427793,0,0,3.2142857142857144,0.8594346829640948,0,0.18181818181818182,-216.9857633775154,1,0,-81.81818181818183,1,0,-2.857142857142858,22.1717453175566,0,0,0,0,0,0,-3.8888888888888857,-0.18631301865849426,6.060606060606062,0.003927786836365805,-6.241176470588243,0,0,1.5730946185528032,0.9663865546218487,-16857481947.677732,-18101094.56852722,2.0966130933364036,-3142091.6165445596,0,0,,-71.7593797806478,19.66748102749872,0,1,-0.2571428571428618,0.27689816480748697,372.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,380.25,398.4,376.4,-1.643655489809337,0,0,0,none,1,-0.32323232323232326,-0.267379679144385,0,0.167,0,0,1,0.0,35.71428571428572,-0.21869146031396403,24.814814814814966,31.94003527336874,-4.089376838435896,-3.8706853781219324,3.833578837638384,379.2,383.0,394.4166666666667,-2.3498694516971286,0,0,4.285714285714286,1.145912910618793,0,0.07692307692307693,-212.8787878787878,1,0,-90.0,1,0,-2.3498694516971286,26.74718867850403,1,0,0,0,0,0,1.2315270935960712,-0.3231183296762725,-6.19047619047619,-0.04258449237472309,-9.973529411764673,0,0,1.9674693023480387,0.9663865546218487,-22032709654.30578,-20888896.353919983,1.7968178847245937,-5533210.680625364,0,0,,-71.73338396403031,43.64634230852736,1,1,-0.49172932330827096,0.628107377819549,373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.75,418.0,373.0,-1.5141540487162652,1,0,0,none,1,-0.5443037974683544,-0.8021390374331552,0,0.125,-1,0,0,0.023169396538542407,25.80645161290323,-0.40778408024043955,22.843822843822824,31.54623154623167,-6.124562310263457,-5.716778230023017,6.651253112899372,379.8,386.25,401.71666666666664,-3.171521035598701,0,0,5.285714285714286,1.4132925897631778,0,0.043478260869565216,-159.095756024739,1,0,-92.3076923076923,1,0,-3.3591731266149893,18.394809659408836,1,0,1,0,1,0,0.8064516129032313,-0.23651358241726061,-9.557109557109559,-0.05668932750755121,-13.376470588235293,0,0,2.1972602030612194,0.957983193277311,-21719401367.241505,-42363995.25812149,1.568228625290268,-2704831.749910876,0,0,-3.9129924537421488,-71.71846042044604,53.11605245869028,1,1,-1.021804511278191,0.8858898442277945,373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,415.2833333333333,416.0,373.0,-9.941004133723952,1,0,0,none,1,-0.7796610169491526,-0.8021390374331552,0,0.0,0,0,0,0.0,11.428571428571416,-0.910942279920933,16.73976608187114,15.43139249088891,-10.152627032313546,-9.241684752392613,10.004461332396493,380.6,393.8,418.05,-5.027932960893855,0,0,6.357142857142857,1.6997708174178763,0,0.0,-141.45210799974936,1,0,-100.0,1,0,-6.030150753768848,8.508456423321263,1,0,0,0,1,0,-2.3645320197044413,-0.2674113913430247,0.0,-0.24576329990117154,-23.697058823529403,0,0,2.1708201491408614,0.6302521008403361,-24831847843.806156,-109647106.63013458,1.646440115325982,-15181137.904483974,0,0,-4.9042046353210615,-71.66228152818346,74.68703298514198,1,1,-1.6240601503759369,0.9515977443609022,374.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,375.1,440.0,374.0,-0.2932551319648202,1,0,0,none,1,-1.3265306122448979,-1.3368983957219251,0,0.118,-1,-1,0,0.07655199391191686,5.0,-1.8501780660006428,11.794871794872002,12.594948910738646,-15.104261233074055,-13.254083167073412,15.76304883319466,386.8,408.25,442.8,-6.674831598285369,0,0,8.214285714285714,2.155980502437195,0,0.11764705882352941,-145.63106796116534,1,0,-84.61538461538461,1,0,-7.971014492753625,0.0,0,0,0,0,1,0,2.6744186046511658,0.07984102156156503,2.747252747252748,-0.2575986722858058,-37.247058823529414,0,0,2.9442253391995927,0.9243697478991597,-28607324949.504463,-173511797.20576477,1.8867452599961843,-18842755.73855278,0,0,,-71.05123606119518,93.41372306782259,1,1,-2.6744360902255657,0.9672074803449069,375.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,439.23333333333335,457.0,375.0,-13.257949457387873,1,0,0,none,1,-1.9743589743589745,-1.3123359580052494,0,0.077,0,0,1,-6.873044421811297,-20.583753506103278,-13.710709084291981,408.6,452.25,480.55,-14.427860696517413,0,0,17.357142857142858,4.485049833887043,0,0.13592233009708737,-176.07410164164912,1,0,-86.13861386138613,1,0,-16.233766233766232,8.16869090157526,0,0,0,0,0,0,-3.6838819017036855,-0.8725520749826501,3.0075588203981685,-0.29405168255600533,-58.48529411764707,0,0,5.2401771537567745,0.7310924369747899,-38851534629.72766,-663996490.5109558,2.5864633226027482,-78659779.14430763,0,0,,-70.4315369144573,65.42611785615868,1,1,-4.633834586466164,0.8417455620482198,373.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,8,impulse_late,unknown,none,below_cloud,below,-17.25,0,0,476.25,478.0,376.5,-18.740157480314956,1,0,0,none,1,-2.896551724137931,-0.7751937984496124,0,0.182,-1,0,1,-4.226373654526004,-26.47274523094984,-22.246371576423837,435.4,468.6,528.3333333333334,-11.651728553137009,0,0,26.5,6.40096618357488,0,0.24175824175824176,-209.0627135572733,1,0,-64.22764227642277,0,0,-11.91489361702127,16.46764045692899,1,0,1,0,1,0,1.1139071867367392,-0.6742516043127011,11.283093600166769,-0.012238414006435605,-76.80882352941177,0,0,21.59676121265429,0.9915966386554622,-70099556941.55768,-2854883126.4545135,1.939264736499399,-77323742.84056342,0,0,-8.392025914308233,-62.537794300163576,22.964007387208337,0,1,-3.86917293233083,0.5971748179383842,370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,3.309,0,0,465.55,579.3,397.3,-11.072924497905701,1,0,0,none,1,-2.8983050847457625,-10.628019323671497,0,0.3,0,0,1,2,0,0,2,0.5,0.0,-0.667,0,0.0,7.207207207207205,15.741655835274978,13.582926988150211,26.42807600119571,37.55458515283843,35.110806982674646,29.53933584822322,0.039180093785513244,25.284776972533297 -367,2026-03-28 18:48:00,buy,402.0,0.127,59,저점 분할 매수 · 비중 13% · 9회 · BB하단 · leg#59,0.250007822426737,47.82608695652174,-0.886685660925274,16.203703703704008,22.345679012346455,1.1470458585021674,2.0337315194274415,2.8231596427251873,409.4,410.9,404.1333333333333,-0.7057678267218259,0,0,3.0,0.7352941176470588,0,0.2,-105.79600101239949,1,0,-88.88888888888889,1,0,-1.210653753026636,52.38764117128989,0,0,0,0,0,0,0.0,-0.14652628175864812,-4.62962962962963,0.3097144869529463,-0.2352941176470722,0,1,1.8060763560540498,0.7815126050420168,-13970047454.773401,,1.1062656832476854,-839374.704392761,0,0,,-69.11041256137361,16.232207986169296,0,1,0.13684210526316126,0.0779263553125602,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,408.85,416.0,377.0,-0.20790020790021346,1,0,0,none,1,0.2605042016806723,-0.24509803921568626,0,0.719,-1,0,0,0.39543896876966456,58.62068965517242,-0.9618290557942242,41.750841750842206,64.53423120089865,3.4458392157542335,4.407668271548458,3.6195527486291525,411.4,409.55,395.2,-0.3784641679892564,0,0,4.285714285714286,1.0504201680672267,0,0.4166666666666667,-86.9198312236302,0,0,-63.63636363636363,0,0,0.0,55.61916888559066,0,0,0,0,0,0,1.9540229885057556,-0.27363441164736546,-21.21212121212121,0.4664532091184762,4.170588235294133,0,0,2.0251415881761687,0.7226890756302521,,,1.2500999233305514,1541074.6368752718,0,0,,-69.0967593203086,15.794755097795305,0,1,0.3075187969924762,0.2409948035445968,404.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.15,415.0,372.0,9.047173593478552,1,0,0,none,1,0.3434343434343434,0.0,0,0.714,0,0,0,0.651732214192567,64.58333333333334,0.35616490353825103,101.5250544662311,108.06100217864939,7.383737004651778,7.027572101113527,9.25479166398577,412.0,402.35,386.6166666666667,1.4042500310674777,0,0,6.071428571428571,1.488095238095238,0,0.8076923076923077,31.37951450562435,0,0,-29.411764705882355,0,0,0.24570024570025328,71.04536086446325,0,1,0,1,0,1,-7.509689922480618,-0.6409385441744524,-9.803921568627459,0.7045764025927713,17.18529411764706,0,0,3.3889105246359224,1.0,,,0.8740892510376013,-431078.1255065948,0,1,,-69.0698614280476,51.89236110026376,1,1,1.4518796992481213,0.8513497006614199,404.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,380.33333333333337,413.0,373.0,7.274320771253273,1,0,0,none,1,0.12658227848101267,0.0,0,0.5,-1,-1,0,0.7289051659775497,69.84126984126983,1.7148156652939317,103.57142857142856,107.7205716094606,7.859392416707976,6.144576751414045,13.465684872419578,411.2,395.8,388.8,3.082364830722595,0,0,6.5,1.5931372549019607,0,0.9090909090909091,57.907542579075496,0,0,-10.714285714285714,0,1,2.5125628140703515,71.44720729018267,0,1,0,1,0,1,-9.106098579782795,-0.7145601623872988,-6.13553113553111,0.8341290475465016,21.582352941176453,0,0,3.5669364828050236,1.0,-21766860866.102726,-20615757.140369415,0.9908279300168843,7989009.744921535,0,0,,-69.05239664484306,26.226211067813757,1,1,2.159398496240603,0.9192743509431709,406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,410.3666666666667,411.0,373.0,-0.5767200064982547,1,0,0,none,1,0.13559322033898305,-0.9803921568627451,0,0.533,0,-1,0,1.0,82.14285714285714,5.054758079737102,110.0865800865799,108.20586820586807,3.0344136842363696,-2.020344395500732,13.311219857510864,406.4,386.6,404.0833333333333,7.346094154164495,0,0,6.857142857142857,1.6523235800344231,0,1.2,136.85423870900127,0,1,21.21212121212121,0,1,9.210526315789469,86.34939608470022,0,0,0,0,0,0,0.3246753246753258,0.3174430724648971,2.626262626262644,1.2677295137884337,16.552941176470597,0,0,3.888096803232234,0.9915966386554622,-24868711874.885933,-36273177.96985245,1.329630085482378,19025756.725663707,0,0,,-68.46153105483805,48.71899142373943,1,1,1.772932330827068,0.6646804941634168,406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,405.1166666666667,420.0,373.0,2.439626445056975,1,0,0,none,1,-0.22448979591836735,-0.9638554216867471,0,0.333,1,0,0,0.7953780319990467,57.57575757575758,4.321514277513236,102.88888888888908,72.41269841269867,-8.267998172195348,-12.589512449708584,14.0166425119588,393.8,393.7,430.8,4.1402082804165685,1,0,9.928571428571429,2.421602787456446,0,0.9487179487179487,81.99902959728311,0,0,23.333333333333332,0,1,5.943152454780365,42.81549817068133,0,0,0,0,0,0,3.729603729603724,1.2999984747129254,30.396825396825378,0.8251918779458285,-10.850000000000023,0,0,4.916954404045786,1.0,-28618624649.982533,-30798298.165096283,1.9219276060064492,21885970.417402744,0,0,,-68.75450677086228,68.33055895150837,1,1,-1.1714285714285748,0.2523485584710069,406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,406.35,442.0,373.0,0.8982404331241423,1,0,0,none,1,-0.8717948717948718,-0.975609756097561,1,0.231,0,0,1,-6.724784714755238,-24.07371402483068,-17.34892931007544,393.0,443.0,473.85,-11.738148984198649,0,0,20.428571428571427,5.224698575082207,0,0.17475728155339806,-91.0133984750909,0,0,-79.3103448275862,0,0,-13.686534216335545,23.4755092681972,0,0,0,0,0,0,7.230799296462791,1.1033114736233536,1.9157088122605348,0.006774211908246437,-63.10294117647061,0,0,7.044454974784662,0.9411764705882353,-38818519095.306,-553363553.5467834,2.6914952641810874,-56198470.17671665,0,0,,-70.03732858171838,74.53380340862252,1,1,-5.787969924812023,0.9171632869741253,391.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,7,impulse_late,unknown,0,below_cloud,below,-25.469,0,0,476.25,478.0,376.5,-17.900262467191595,1,0,0,none,1,-2.4482758620689653,-5.3708439897698215,1,0.182,0,0,1,-4.226373654526004,-26.47274523094984,-22.246371576423837,435.4,468.6,528.3333333333334,-11.651728553137009,0,0,26.5,6.40096618357488,0,0.24175824175824176,-209.0627135572733,1,0,-64.22764227642277,0,0,-11.91489361702127,16.46764045692899,1,0,1,0,1,0,1.1139071867367392,-0.6742516043127011,11.283093600166769,-0.012238414006435605,-76.80882352941177,0,0,21.59676121265429,0.9915966386554622,-70099556941.55768,-2854883126.4545135,1.939264736499399,-77323742.84056342,0,0,-8.392025914308233,-62.537794300163576,22.964007387208337,0,1,-3.86917293233083,0.5971748179383842,370.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,3.309,0,0,465.55,579.3,397.3,-11.072924497905701,1,0,0,none,1,-2.8983050847457625,-10.628019323671497,0,0.3,0,0,1,0,1,0,2,0.0,0.25,-0.667,0,0.13641463361439723,13.953488372093034,11.517013770342531,12.286658187899837,32.284437354801796,37.55458515283843,35.110806982674646,29.53933584822322,0.039180093785513244,25.284776972533297 -368,2026-03-30 19:51:00,sell,433.0,0.65,59,고점 매도 · 비중 65% · 분할 · leg#59,0.816071640161443,77.77777777777777,0.4392445714203017,106.66666666666697,100.74074074074154,1.1416078266402678,0.7023632552199661,2.1011168859988554,432.0,429.15,428.96666666666664,0.6641034603285689,0,0,1.2857142857142858,0.29761904761904767,0,1.0,111.45833333333316,0,1,-0.0,0,1,0.9345794392523255,90.6307244884869,0,0,0,0,0,1,-9.722222222222229,-0.0772612787532938,5.555555555555543,0.8908022478508627,3.626470588235293,0,0,0.7068910300965064,0.058823529411764705,-13996859833.217836,369595.0585632324,1.8097695801183218,55885.96333485842,0,0,,-67.10506820813052,40.13605442176871,1,1,0.3451127819548865,0.8203354060968064,433.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.8,430.93333333333334,425.3333333333333,0.278551532033422,0,0,0,none,1,0.01680672268907563,-0.4629629629629629,1,0.552,0,0,1,0.946229453151627,76.92307692307693,0.6456687755764121,105.55555555555601,112.59259259259342,1.0865635337518142,0.4408947581754021,2.1950088794508,432.2,428.8,427.8666666666667,0.9794776119403048,0,0,1.6428571428571428,0.37941273507093365,0,1.0,165.02829907655845,0,1,-0.0,0,1,1.6431924882629012,76.54260297857572,0,0,0,0,0,0,10.256410256410277,0.016157119212287352,-13.333333333333343,1.0123054637488513,3.420588235294133,0,0,1.0769496711258464,0.31932773109243695,-16927961469.198788,,1.2847893710430485,459724.88736759126,0,0,,-67.01504916650224,61.88208616780046,1,1,0.24360902255639114,0.3751393693358869,433.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.15,430.9,425.5,0.6625595722422384,0,0,0,none,1,0.08080808080808081,-0.23094688221709006,1,0.556,0,0,0,1.0,61.904761904761905,0.36423285590846377,106.66666666666681,85.55555555555566,0.939623882103092,0.5753910261946282,1.80199141059897,430.0,428.95,427.03333333333336,0.9441659867117425,0,0,2.2142857142857144,0.511382382052128,0,1.2,172.9055258466981,0,1,20.0,0,1,0.932400932400923,72.64769898816833,0,0,0,0,0,1,7.359307359307358,0.20023335981928397,6.6666666666668135,0.9723564538548449,3.058823529411768,0,0,1.3941563057259192,0.4957983193277311,-22134994392.132877,-2112318.8958206177,0.8823769053826716,1090109.5549181327,0,0,,-66.98598542639633,14.136260564831998,0,1,0.0548872180451123,0.028236553328345515,432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,428.7,430.5333333333333,413.6666666666667,1.0030324236062649,0,0,0,none,1,0.25316455696202533,-0.23094688221709006,0,0.588,0,0,0,1.0,68.18181818181819,0.10321924502383628,113.33333333333331,93.33333333333344,1.3057620834823638,1.2025428384585275,2.0992422705559943,429.0,427.75,422.6333333333333,1.2273524254821755,0,0,2.5714285714285716,0.5938634114153746,0,1.2857142857142858,195.65217391304336,0,1,40.0,0,1,0.46403712296982924,73.50628107687282,0,0,0,0,0,0,1.5151515151515298,0.2936894937435641,30.0,0.9738970794053173,1.355882352941137,0,0,1.5684264059767885,0.42016806722689076,-21830863706.514114,-1605839.066230774,1.0158493994691136,43046.37346225977,0,0,,-66.96914954534454,12.580262874380518,0,1,0.21127819548871993,0.3100217907693502,432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,427.85,429.6,412.8,1.2036928830197358,0,0,0,none,1,0.3389830508474576,-0.23094688221709006,1,0.667,1,1,0,0.7418164849509876,50.0,-0.17317178750501983,83.33333333333313,99.99999999999987,2.7864294212996015,2.9596012088046213,3.5403051200779996,428.4,426.35,418.05,0.8561041397912472,0,0,3.2857142857142856,0.7641196013289036,0,1.0,125.87412587412699,0,1,-0.0,0,1,0.2331002331002363,44.34910415506647,0,1,0,1,0,1,6.000000000000007,0.10786762016738827,-16.666666666666686,0.8375824063011653,7.344117647058852,0,0,2.0777361994966417,0.37815126050420167,-24955422375.194576,-257603.160030365,1.0728558565176791,201599.04763156176,0,0,,-67.13568845938464,24.527704400620387,0,1,0.34812030075187206,0.2978741438701167,430.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,413.5,428.8,412.0,3.9903264812575667,0,0,0,none,1,0.3469387755102041,-0.46511627906976744,1,0.667,0,1,0,0.7098507900086587,66.66666666666666,0.5657345189552467,109.34065934065954,101.57916157916185,4.19503725361767,3.6293027346624234,6.175444976129268,426.8,420.55,408.76666666666665,1.2959220068957222,0,0,4.785714285714286,1.1234071093226023,0,0.9333333333333333,88.08530366249371,0,0,-7.6923076923076925,0,1,3.14769975786926,74.61379235846582,0,0,0,0,0,0,0.0,-0.31085929509329313,6.959706959706963,0.7243100465351644,10.167647058823547,0,0,3.0865386268711554,0.773109243697479,-28723848245.477062,-17523333.969364166,0.6660055347934092,5099582.4220094085,0,0,,-67.35065335585062,24.190000050238883,0,1,0.8263157894736792,0.5669024612220346,427.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,414.0,427.0,407.0,2.898550724637672,1,0,0,none,1,0.4358974358974359,-1.4084507042253522,0,0.714,0,0,0,4.384878389193922,-9.001940382276132,-13.386818771470054,418.6,413.45,454.55,2.3098319022856417,0,0,13.071428571428571,3.090172239108409,0,0.7692307692307693,91.02466310704307,0,0,-1.9607843137254901,0,1,2.9197080291970767,69.5037583609557,0,0,0,0,0,0,3.9024390243902474,0.1480894979869376,-2.3629964806435453,0.5173568667274019,-13.517647058823513,0,0,8.666936376618972,0.9915966386554622,-38948036966.44318,-127097755.5888977,0.8065458199318021,19491563.087243557,0,0,,-67.4097513720685,38.92654362352504,1,1,-0.08496240601503914,0.0009421831303245698,424.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,7,impulse_late,unknown,500,above_cloud,above,4.235,0,0,378.15,476.0,376.43333333333334,11.860372867909575,1,0,0,none,1,-1.8275862068965518,-2.127659574468085,1,0.3,0,0,0,-1.5069136836413115,-26.907869041097058,-25.400955357455747,416.4,451.6,517.9666666666667,-5.6687333923826415,0,0,25.428571428571427,5.969148222669348,0,0.3835616438356164,-62.86156603927328,0,0,-52.94117647058824,0,0,-10.126582278481012,26.95454704550245,1,0,0,0,1,0,3.9482961222091575,1.5902935227202626,3.361344537815093,0.24902976148600314,-70.87352941176471,0,0,16.913208748938633,0.8991596638655462,-70106653696.71606,-2853088533.6442413,0.7838746421810222,-47629131.51892698,0,0,-4.294335704467294,-61.18951440770913,17.561772008452994,0,1,-3.866165413533828,0.6651973711884978,410.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,8.696,0,0,465.55,570.2,397.3,-8.495328106540656,1,0,0,none,1,-2.169491525423729,5.868544600938967,0,0.3,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,0.6457975471299171,60.0,105.17848164906987,105.12248259737498,15.842734996271268,40.43478260869565,40.33613445378148,37.96163451830595,0.27178678848658844,24.839637261971166 -369,2026-03-30 20:03:00,sell,431.0,0.35,59,고점 매도 · 비중 35% · 분할 · leg#59,0.5673675560436789,60.0,0.18747112531634436,86.11111111111141,102.59259259259336,1.2685668998309438,1.0810957745145995,2.242026580063319,432.8,430.35,429.18333333333334,0.15103985128384068,0,0,1.5,0.34802784222737815,0,0.6666666666666666,32.75224511357542,0,0,-66.66666666666666,0,0,0.23255813953488857,66.46513864364992,0,1,0,1,0,1,-15.0,-0.22770802370799226,-28.888888888888886,0.5084424492340153,3.585294117647095,0,0,0.915009869551635,0.5798319327731093,-13997007734.700209,687.5321025848389,2.5369379700817283,-148803.8003627956,0,1,,-67.18030583838043,37.86848072562358,1,1,0.37518796992481557,0.8467607281432898,432.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.75,430.9,425.2,0.05803830528148257,0,0,0,none,1,0.008403361344537815,-0.23201856148491878,0,0.533,-1,-1,1,0.6751050509567613,60.0,0.47159517838374176,95.23809523809568,103.7037037037045,1.2008254389593844,0.7292302605756427,2.4618633212641576,432.6,429.15,428.06666666666666,0.43108470231854046,0,0,1.8571428571428572,0.4308916141862778,0,0.7142857142857143,60.513602847698024,0,0,-28.57142857142857,0,0,1.1737089201877993,57.9766141225718,0,0,0,0,0,0,-15.0,-0.21015165283347892,-15.07936507936509,0.6157921040909361,3.2323529411764866,0,0,1.1590880786175901,0.4957983193277311,,,1.8992386063793216,409662.2287990153,0,0,,-67.16647431836952,55.034013605442176,1,1,0.3466165413533781,0.6027545287208993,431.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.15,431.2,425.5,0.19760548645821885,1,0,0,none,1,0.020202020202020204,0.0,0,0.536,-1,-1,1,0.7429212563844226,52.38095238095237,0.3377605007167249,100.00000000000016,102.2222222222223,0.9975916520905344,0.6598311513738094,1.7264232384828821,431.0,429.2,427.28333333333336,0.41938490214352697,0,0,2.2857142857142856,0.5303281405369572,1,0.8,110.96075778078524,0,1,-20.0,0,0,0.23255813953488857,64.66352023328946,0,1,0,0,0,1,-9.523809523809533,-0.02647235519173885,-6.666666666666657,0.7160981418459914,3.685294117647061,0,0,1.450616816098243,0.5378151260504201,,,1.114655075085646,584728.4245708063,0,0,,-67.1376524270023,13.892060320631753,0,1,0.03759398496240111,0.014414871534666585,431.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,428.7,430.5333333333333,413.6666666666667,0.5365057149521846,0,0,0,none,1,0.22784810126582278,0.0,0,0.588,0,0,0,0.8236964817508221,62.5,0.14328852545711412,113.33333333333331,103.33333333333344,1.3816534952799202,1.238364969822806,2.1654068516531604,429.6,428.0,422.93333333333334,0.7009345794392496,0,0,2.7142857142857144,0.6297646668876367,0,1.0,121.52777777777878,0,1,-0.0,0,1,0.7009345794392496,66.83651994487582,0,0,0,0,0,1,-5.681818181818187,0.04006928043327784,0.0,0.7395308299664655,2.0088235294117567,0,0,1.6044729329232403,0.46218487394957986,-21831198765.328545,-1275018.9582061768,0.8826322711087543,373866.48148560524,0,0,,-67.12077959720686,11.092167636285282,0,1,0.2300751879699342,0.34511278195488937,431.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,427.85,429.6,412.8,0.7362393362159603,0,0,0,none,1,0.2711864406779661,-0.23201856148491878,0,0.667,0,0,0,0.822371417838896,55.55555555555556,-0.059648957138251024,88.88888888888869,90.7407407407406,2.8850400123818076,2.9446889695200587,2.8325560103571914,429.0,427.1,418.3833333333333,0.9131350971669283,0,0,3.142857142857143,0.7292011932383162,0,1.1428571428571428,111.11111111111163,0,1,16.666666666666664,0,1,1.1737089201877993,44.661715473384696,0,1,0,1,0,1,5.555555555555557,0.1135228303667688,5.555555555555557,0.8912846570424456,7.102941176470608,0,0,2.018092119876816,0.3697478991596639,-24958214976.53346,-2839794.7497177124,1.0645339957564945,1763695.4081825167,0,0,,-67.05665107984369,22.494737367653354,0,1,0.25112781954887,0.24130233523971067,430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,414.1,428.8,412.0,4.081139821299207,0,0,0,none,1,0.32653061224489793,-0.23201856148491878,0,0.7,1,0,0,0.856595685518736,70.45454545454545,0.6272378556497138,111.72161172161191,107.81440781440807,4.413350054224566,3.786112198574852,6.490656374544307,427.8,421.25,409.15,2.314540059347192,0,0,4.928571428571429,1.143520053032814,0,1.1875,94.45910290237454,0,0,21.428571428571427,0,1,3.605769230769229,75.365498231598,0,0,0,0,0,0,3.787878787878796,0.06150333669446706,2.3809523809523654,0.9265332568939036,10.711764705882388,0,0,3.0840519663434365,0.7647058823529411,-28726626064.844444,-21882087.90096283,0.789604540391441,4907557.541486055,0,0,,-66.96354571904864,24.438988534521485,0,1,0.9195488721804567,0.6334037007472217,430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,427.66666666666663,428.0,408.6666666666667,0.7794232268121704,0,0,0,none,1,0.5897435897435898,-0.46403712296983757,1,0.75,1,1,0,4.880421828694381,-7.286291485602078,-12.166713314296459,422.4,412.95,453.5,4.370989223876975,0,0,11.142857142857142,2.5853496851176665,0,1.1153846153846154,97.85737128237976,0,0,21.21212121212121,0,1,4.106280193236711,77.03200164704451,0,0,0,0,0,0,10.0,0.49554343950045876,4.5066045066045035,0.6808149650827768,-10.005882352941171,0,0,8.804413190026214,1.0,-38961070223.740234,-137020133.2345581,0.5862157256480667,20379332.164701506,0,0,,-66.77956505218475,36.45604214859879,1,1,0.6007518796992452,0.0517359264359073,426.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,6,impulse_late,unknown,500,in_cloud,above,2.916,0,0,378.15,476.0,376.43333333333334,13.975935475340485,1,0,0,none,1,-1.6551724137931034,-1.3921113689095126,0,0.3,0,0,0,-1.5069136836413115,-26.907869041097058,-25.400955357455747,416.4,451.6,517.9666666666667,-5.6687333923826415,0,0,25.428571428571427,5.969148222669348,0,0.3835616438356164,-62.86156603927328,0,0,-52.94117647058824,0,0,-10.126582278481012,26.95454704550245,1,0,0,0,1,0,3.9482961222091575,1.5902935227202626,3.361344537815093,0.24902976148600314,-70.87352941176471,0,0,16.913208748938633,0.8991596638655462,-70106653696.71606,-2853088533.6442413,0.7838746421810222,-47629131.51892698,0,0,-4.294335704467294,-61.18951440770913,17.561772008452994,0,1,-3.866165413533828,0.6651973711884978,410.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,16,impulse_late,unknown,none,below_cloud,above,8.696,0,0,465.55,570.2,397.3,-8.495328106540656,1,0,0,none,1,-2.169491525423729,5.868544600938967,0,0.3,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.7887913424699428,70.0,109.68508615567437,107.46834864481922,15.135457962462695,40.43478260869565,40.33613445378148,37.96163451830595,0.27178678848658844,24.839637261971166 -370,2026-03-31 04:09:00,buy,411.0,0.189,60,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60,0.09419018786590916,39.99999999999999,0.011070629282421862,16.66666666666697,29.629629629630415,-1.4871360730479068,-1.4982067023303287,1.2496589977781438,412.8,414.1,418.8333333333333,-0.5071238831200198,0,0,0.9285714285714286,0.22538141470180303,0,0.0,-124.99999999999929,1,0,-100.0,1,0,-0.7228915662650603,28.35877574792984,0,0,0,0,0,0,6.666666666666664,-0.023672884149691376,-11.11111111111111,-0.09884615514037459,-2.5352941176470836,0,0,0.7458805047301588,0.24369747899159663,,,0.23159039758039157,-140637.5412916839,0,0,,-68.60101925513517,44.26870748299319,1,1,-0.18345864661653974,0.703835059346485,412.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.91666666666663,429.0,414.26666666666665,-2.3503851471459503,0,0,0,none,1,-0.15126050420168066,0.0,0,0.333,0,0,0,0.10810050249097494,30.0,-0.14087088083493216,-8.33333333333288,-8.33333333333288,-2.313888523509604,-2.173017642674672,2.0275767479753277,412.6,415.3,420.43333333333334,-0.7946063086925137,0,0,1.4285714285714286,0.34674063800277394,0,0.0,-116.95906432748524,1,0,-100.0,1,0,-0.9615384615384581,14.661053298109309,1,0,1,0,0,0,0.0,0.019174703054160247,0.0,-0.0925721153216437,-5.717647058823559,0,0,0.8109976765197922,0.15966386554621848,-16941978804.185112,,0.22821362625725033,124582.77328892052,1,0,,-68.5878460269933,56.335846692989556,1,1,-0.33533834586466554,0.8881288732520167,412.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,422.85,430.2,414.1,-2.56592172165071,0,0,0,none,1,-0.21212121212121213,-0.24271844660194172,0,0.238,0,0,0,0.11769927223519451,13.333333333333329,-0.6035162860375465,6.060606060606212,8.282828282828426,-3.00339873427032,-2.3998824482327734,3.991594569395961,414.0,419.4,424.6666666666667,-1.5259895088221231,0,0,2.4285714285714284,0.588031822898651,0,0.08333333333333333,-118.26086956521739,1,0,-90.9090909090909,1,0,-2.1327014218009532,0.0,0,0,0,0,0,0,0.0,0.049985505918577644,0.0,-0.042208839177337865,-7.505882352941171,0,0,1.154356269521494,0.21008403361344538,-22155414190.4012,-4679573.332145691,1.1661415705757967,-667148.2549323887,0,0,,-68.48424786312222,53.05337519623235,1,1,-0.6571428571428674,0.8628949175824172,412.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,429.66666666666663,431.3333333333333,414.0,-3.878975950349095,0,0,0,none,1,-0.16455696202531644,-0.24213075060532688,0,0.267,0,0,0,0.04254089505073968,26.31578947368422,-0.8944142498367302,5.128205128205109,6.153846153846267,-3.2212247093883093,-2.326810459551579,3.873375846095649,414.6,420.45,425.7,-1.7719110476870026,0,0,3.0714285714285716,0.7436873054306469,0,0.15384615384615385,-157.3208722741437,1,0,-84.61538461538461,1,0,-2.594339622641506,5.500957737324441,0,0,0,0,0,0,-3.6842105263157805,0.008479665992304763,-1.5384615384615383,-0.051601340901453664,-9.494117647058829,0,0,1.854084279176231,0.7226890756302521,-21856334043.026325,-12677620.345500946,1.0611890230649532,-2511082.2214687467,0,0,,-68.46786903215056,57.18763821318,1,1,-0.5406015037593983,0.6170701400270002,411.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,428.0,431.0,419.0,-3.5046728971962593,0,0,0,none,1,-0.3220338983050847,-0.24213075060532688,0,0.333,0,0,0,0.0,22.58064516129032,-1.7439592199655587,9.365079365079167,14.684944684944554,-2.264283700488079,-0.5203244805225202,5.191865518785995,417.4,424.55,421.53333333333336,-2.7205276174773307,0,0,4.428571428571429,1.072293324109305,0,0.0,-175.57251908396927,1,0,-100.0,1,0,-2.1327014218009532,14.065396611882406,0,0,0,0,0,0,0.0,-0.13513719761532572,0.0,-0.0194089485464821,-10.173529411764719,0,0,2.115141272138789,0.42857142857142855,-24990277768.66845,-19593131.567077637,0.7047016357375468,1101001.8338185698,1,0,,-68.40779473314724,43.26184373734846,1,1,-0.7932330827067645,0.7252456038267086,413.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,413.2833333333333,430.0,413.0,-0.06855668024356998,1,0,0,none,1,-0.10204081632653061,-0.7263922518159807,0,0.6,0,0,0,0.0,33.33333333333333,-1.8718207903972939,32.22222222222242,42.22222222222249,0.8150392288946477,2.6868600192919416,5.361379580391088,420.8,424.45,412.93333333333334,-2.697608670043583,0,0,5.785714285714286,1.4008993427879626,0,0.0,-172.08672086720964,1,0,-100.0,1,0,-3.953488372093028,48.07132972436833,0,0,0,0,0,0,-4.44444444444445,-0.5586420805158387,-11.111111111111114,0.09642146311714764,-1.882352941176464,0,1,3.4491818646758197,0.8235294117647058,-28781569371.069767,-56546119.825660706,0.4914405614588497,-1117178.4979805052,0,0,,-68.3188572105069,31.386641179597834,1,1,-0.036842105263164435,0.0014678129586914723,413.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,427.66666666666663,428.0,412.6666666666667,-3.4294621979734874,1,0,0,none,1,-0.07692307692307693,-1.4527845036319613,0,0.545,-1,0,0,3.617069844642094,-6.479577333622331,-10.096647178264424,424.2,411.55,451.4,0.3523265702830791,0,0,9.785714285714286,2.36942234520927,0,0.7843137254901961,22.20343758805314,0,0,-91.66666666666666,1,0,0.24271844660195274,60.16220541981679,0,0,0,0,0,0,-14.031862745098046,-1.04612485484396,-29.901960784313715,0.2656913711968763,-8.11470588235295,0,0,8.678325192499345,0.9747899159663865,-39079929110.828064,-241137999.13907623,0.29900177506304526,16571639.741476126,0,0,,-68.14769291136372,28.54173638707572,1,1,1.430827067669165,0.3570547620312926,413.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,6,impulse_late,unknown,500,in_cloud,above,0.659,0,0,378.05,426.8666666666667,376.3666666666667,9.244808887713262,1,0,0,none,1,-2.1724137931034484,-1.2106537530266344,0,0.3,0,-1,0,-0.003810911504157133,-25.471567899283798,-25.46775698777964,418.4,446.05,513.2666666666667,-7.409483241789038,0,0,25.928571428571427,6.2781044621238316,0,0.34959349593495936,-64.57831325301208,0,0,-63.559322033898304,0,0,-14.31535269709544,26.216828740099572,1,0,0,0,1,0,-1.654305842116024,0.25958469828725583,-0.17803731662156963,0.18594297225273862,-59.791176470588255,0,0,16.850405114980706,0.8907563025210085,-70318216819.74658,-2181874268.498398,0.6158283188944343,-91590299.94085133,0,0,-4.452049840653033,-62.28110335406776,15.51468894118206,0,1,-3.9947368421052625,0.6868198020867733,410.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,15,impulse_late,unknown,none,below_cloud,above,15.412,0,0,465.55,542.9,397.3,-11.287724197186122,1,0,0,none,1,-2.593220338983051,3.87409200968523,0,0.3,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.5255890554992386,61.458333333333336,79.29292929292927,99.39096850861556,13.768643015900143,37.552742616033754,43.369890329012925,42.41798414280962,0.21025851650555197,25.57273867872295 -371,2026-04-01 02:54:00,buy,412.0,0.189,60,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60,0.14503210792156404,43.75,-0.5903872054974475,2.777777777778079,0.9259259259267067,-0.7548829330318654,-0.16449572753441782,1.9168903393341663,416.0,418.85,417.4,-0.6804345230989717,0,0,1.7142857142857142,0.4120879120879121,0,0.2857142857142857,-166.66666666666725,1,0,-66.66666666666666,0,0,-0.7159904534606243,47.45659621313565,0,0,0,0,0,0,3.750000000000007,0.05378205775943401,11.111111111111109,0.19127539383197273,-3.4794117647058442,0,0,1.0534692313176839,0.680672268907563,-14011582877.20785,-1188828.4992752075,0.7257112412593081,-165715.80208191276,0,0,,-68.2398329496284,33.918224632510345,1,1,-0.25939849624059924,0.5845361280405437,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,420.16666666666663,423.0,413.0,-0.9916699722332334,1,0,0,none,1,0.0,-0.2403846153846154,0,0.5,0,0,0,0.07719725713411259,28.57142857142857,-0.5658074012180553,15.079365079365532,23.174603174604027,-0.06533965011874443,0.5004677510993109,1.88942807228082,417.6,419.35,418.18333333333334,-0.7988553714081359,0,0,2.642857142857143,0.6353021978021978,0,0.25,-197.10144927536123,1,0,-71.42857142857143,0,0,-1.4218009478673022,28.07276444050011,0,0,0,0,0,0,-15.873015873015866,-0.09853883938899977,-3.809523809523812,0.260024593617357,-1.0323529411764412,0,0,1.2590024988224013,0.8067226890756303,-16957010215.159296,-2011569.1801204681,0.520890018346216,-516321.5891381204,0,0,,-68.22648396629981,16.974052779006342,0,1,-0.07593984962405949,0.05144148096599577,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.85,422.0,413.0,-1.3867488443759735,1,0,0,none,1,-0.010101010101010102,-0.2403846153846154,0,0.5,0,0,0,0.38638834234043196,54.54545454545455,-0.05440461402794575,61.111111111111256,82.01058201058216,0.1779029929783178,0.23230760700626354,2.6368824586261206,418.4,417.25,418.28333333333336,-0.29958058717795,0,0,3.2857142857142856,0.7898351648351648,0,0.42857142857142855,-78.87465460939492,0,0,-66.66666666666666,0,0,0.0,45.78438900748199,1,0,1,0,1,0,2.3715415019762887,-0.24189890584650775,-27.77777777777777,0.3297230931463673,-0.6323529411764639,0,1,1.7235480188698,0.9663865546218487,-22177029395.220284,-7973872.730953217,0.9893640401289067,682669.7330609635,0,0,,-68.19841575235706,25.087653256989647,1,1,0.28796992481202527,0.3836260215756808,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.16666666666663,423.0,413.0,-1.2267510882469246,1,0,0,none,1,-0.05063291139240506,-0.4807692307692308,0,0.471,0,0,0,0.29128098537767455,39.99999999999999,0.1725453305080053,80.95238095238093,103.17460317460329,0.17301638762904759,0.00047105712104228095,2.634377179899693,420.0,418.3,419.03333333333336,-0.5498446091321996,0,0,4.428571428571429,1.0645604395604396,0,0.42857142857142855,-104.8466864490593,1,0,-57.14285714285714,0,0,-0.23980815347721673,33.24406756780728,0,0,1,0,1,0,-8.14814814814816,-0.31119676931899787,-28.571428571428584,0.3682192767518844,0.8235294117646959,0,0,1.9566490289113563,0.9747899159663865,-21877990970.686607,-2770642.0771751404,0.7242176945116682,384293.11090138555,1,0,,-68.1822091097889,25.601122365275387,1,1,0.007518796992483424,0.00026070724661153566,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,419.75,422.0,413.6,-0.8933889219773672,1,0,0,none,1,-0.0847457627118644,-0.4807692307692308,0,0.462,0,0,0,0.6499452498898063,53.33333333333333,0.3309138775762285,122.22222222222202,88.88888888888876,-0.18131242537833714,-0.5122263029545656,2.7904187838460417,418.0,418.25,419.51666666666665,0.4184100418409997,0,0,4.571428571428571,1.0884353741496597,0,1.0,-64.81481481481522,0,0,16.666666666666664,0,1,0.4784688995215225,47.079345448317916,0,0,0,0,0,0,-5.287356321839091,0.09523999842974562,27.77777777777777,0.5850249355148647,-1.585294117647095,0,0,2.2870736891440173,0.8571428571428571,-25022138014.029785,-20714633.17590332,0.9295710422432722,2916379.4432747364,0,0,,-67.81531355955761,34.8766547062623,1,1,-0.077443609022558,0.024657470569781847,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,414.73333333333335,421.0,413.26666666666665,1.2698923002732565,1,0,0,none,1,-0.10204081632653061,-0.4761904761904762,0,0.455,0,0,0,0.8001755924439355,51.42857142857143,-0.01876962608753574,52.38095238095258,50.476190476190745,-0.6226053173066362,-0.6038356912191004,2.8663911115834986,417.6,418.4,419.05,0.8604206500956169,0,0,4.357142857142857,1.032498307379824,1,1.2857142857142858,-45.15272244355984,0,0,28.57142857142857,0,1,-0.23640661938534313,42.42302498279218,1,0,0,0,0,0,8.095238095238102,0.44005476383665687,4.761904761904759,0.6923090617276578,-3.9117647058823763,0,0,2.756961070378657,0.3025210084033613,-28824032816.7138,-37842435.52064896,1.7114966039004291,407575.0526955128,1,0,,-67.57197635015942,22.986577173688975,0,1,-0.001503759398489365,8.804211935387052e-06,414.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,427.75,428.0,413.0,-1.3442431326709525,1,0,0,none,1,-0.02564102564102564,-0.47393364928909953,0,0.545,1,1,0,1.808452949032187,-5.035137940868253,-6.84359088990044,417.6,416.4,445.95,-0.8165225744476423,0,0,8.785714285714286,2.1272915946039435,0,0.08333333333333333,-27.819175360159072,0,0,-91.66666666666666,1,0,-0.48192771084337727,49.46518428967859,1,0,0,0,0,0,-2.3809523809523725,-0.5795738414827118,-22.22222222222222,0.29254599284862104,-3.558823529411768,0,0,7.170598942771976,0.8067226890756303,-39096323206.60262,-141584488.08444977,0.748062425098166,-2040646.1397092603,0,0,,-68.09499844824639,20.95408552719787,0,1,0.676691729323316,0.22745090991596073,413.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,7,impulse_late,unknown,500,in_cloud,above,0.962,0,0,413.70000000000005,439.0,375.2,-0.16920473773266442,1,0,0,none,1,-1.3793103448275863,-0.7263922518159807,0,0.222,-1,0,0,1.615502652487372,-23.350559621730383,-24.966062274217755,420.4,440.95,508.21666666666664,-3.6171901576142362,0,0,25.857142857142858,6.084033613445379,0,0.46218487394957986,-39.729177312212585,0,0,-52.58620689655172,0,0,-6.181015452538629,30.543210469147127,0,0,1,0,1,0,4.397259242526914,1.2242264507271834,0.2678745373076197,0.34717696416303784,-51.15588235294115,0,0,17.050624390844288,0.9411764705882353,-70288055234.2575,-207055990.98156738,0.6806576509836805,-68220064.82679725,0,0,-4.438154489336634,-61.08446832230512,11.749217621849226,0,1,-3.92706766917293,0.6695547885215472,412.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,16,impulse_late,unknown,none,below_cloud,below,-2.179,0,0,465.55,542.9,397.3,-8.710127805821077,1,0,0,none,1,-2.542372881355932,4.235294117647059,0,0.3,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.398740011354818,50.0,44.44444444444442,58.333333333333314,8.063624985271929,39.48497854077253,40.30781219559709,41.23921339429982,0.35955982912374357,25.756093395823264 -372,2026-04-02 22:39:00,buy,400.0,0.195,60,저점 분할 매수 · 비중 19% · 5회 · BB하단 · leg#60,0.21449197874031814,44.444444444444436,0.0664721000015146,100.0000000000003,100.00000000000078,-0.49149825456828466,-0.5579703545697993,0.7785319112136664,404.6,404.9,406.65,-0.22227710545813517,0,0,1.1428571428571428,0.2828854314002828,0,0.5,-89.20187793427041,0,0,-50.0,0,0,-0.24691358024691024,45.16475692206352,1,0,1,0,1,0,0.0,-0.05427567606263983,-16.66666666666667,0.27580371119416036,-0.6882352941176464,0,0,0.7439414737674651,0.9495798319327731,,,0.36710898056299296,-82077.55296075344,0,0,,-69.04445384038233,25.272108843537413,1,1,-0.0390977443609042,0.0861475723206453,404.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,410.06666666666666,410.2,403.8,-1.479434238335231,1,0,0,none,1,-0.058823529411764705,0.0,0,0.364,-1,0,0,0.30104438675949124,33.33333333333333,0.05133881688550379,83.33333333333378,66.66666666666738,-0.6717974409920657,-0.7231362578775695,0.9908815628706951,405.2,405.8,407.5,-0.19714144898965724,0,0,1.9285714285714286,0.4761904761904762,0,0.7142857142857143,-248.54819976771108,1,0,-0.0,0,1,0.0,23.900228564151774,0,0,1,0,1,0,-11.111111111111107,-0.007871611313333693,16.666666666666657,0.3877430521752938,-2.429411764705833,0,0,0.7312943090694063,0.4117647058823529,,,2.5749593134573607,-247899.21874156594,0,0,,-68.9542640052147,28.484214198499917,1,1,-0.10676691729323672,0.39481516290726815,400.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,404.54999999999995,413.0,404.3333333333333,0.11123470522804713,1,0,0,none,1,-0.030303030303030304,0.0,0,0.45,0,0,1,0.3203400843352074,39.99999999999999,-0.058451433301879296,25.00000000000016,19.444444444444628,-1.0628611830831005,-1.0044097497812212,1.2311291888011768,405.6,406.9,408.98333333333335,-0.22118456623247962,0,0,1.7857142857142858,0.43983110485573546,0,0.75,-216.66666666666745,1,0,-25.0,0,0,-0.4901960784313708,10.282534889476793,0,0,0,0,0,0,6.666666666666664,0.08441071877913153,13.88888888888889,0.38952894867364257,-3.4323529411764753,0,0,0.731848490158597,0.03361344537815126,,,2.26586860967549,-621278.3411839604,0,0,,-68.85062396503614,22.18820861678005,0,1,-0.1789473684210579,0.7145884846344088,400.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.7,419.06666666666666,404.4,-0.41697326465538476,1,0,0,none,1,-0.189873417721519,0.0,0,0.273,0,0,1,0.24850987392439297,33.33333333333333,-0.09310849374804553,50.23809523809522,31.190476190476293,-1.3646163369173223,-1.2715078431692768,1.3664258595207506,405.6,407.4,411.1333333333333,-0.3436426116838476,0,0,2.0,0.49261083743842365,1,0.6666666666666666,-250.86306098964462,1,0,-14.285714285714285,0,1,-0.4901960784313708,12.639848792743862,0,0,0,0,1,0,0.0,0.07199795971392531,28.571428571428573,0.3256304377584769,-4.8323529411764525,0,0,1.0403870340595605,0.058823529411764705,-21938938101.494537,,3.5108547921864095,-336803.4708174914,0,0,,-68.83375550332036,34.45752660038374,1,1,-0.18045112781955644,0.5884275907159184,400.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.7,419.06666666666666,405.1333333333333,-0.41697326465538476,1,0,0,none,1,-0.2542372881355932,-0.49261083743842365,0,0.357,0,0,1,0.13353330520723938,25.0,-0.009572584476664314,22.222222222222012,16.481481481481335,-2.5229430754581585,-2.5133704909814942,1.9684178389488212,406.6,408.95,417.03333333333336,-0.7213595794106853,0,0,2.7142857142857144,0.6685432793807179,0,0.5,-242.36760124610382,1,0,-50.0,0,0,-1.2165450121654486,7.209995578715635,0,0,0,0,0,0,-5.769230769230774,0.009248501745892312,9.999999999999998,0.1886453216427341,-6.711764705882388,0,0,1.22942674150649,0.0,-25112632727.01661,-7174106.900943756,2.7992592475168574,-1942835.1207883954,0,0,,-68.77362616523897,22.734490319894043,0,1,-0.20225563909774716,0.3535202528739021,401.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,408.08333333333337,426.0,406.0,-0.5105166428425623,1,0,0,none,1,-0.42857142857142855,-0.7389162561576355,0,0.273,0,0,1,0.18082633664559697,31.25,-0.7006100385217557,13.716984769616538,11.705010389221178,-3.5520302324564454,-2.8514201939346897,5.905777325254788,408.0,413.8,417.96666666666664,-1.8849685838569386,0,0,5.571428571428571,1.3722730471498943,0,0.2631578947368421,-128.7605294825512,1,0,-73.68421052631578,0,0,-0.7334963325183352,15.139083198931004,0,0,1,0,0,0,4.222972972972983,0.021694149438761023,3.2163742690058488,0.2019912908080465,-10.767647058823513,0,0,2.5626129768813537,0.12605042016806722,-28913627086.48588,-13657663.53603363,1.273588898507104,-2989944.25789696,0,0,,-68.6867631327171,45.38380208549102,1,1,-0.8827067669172923,0.7306103668647091,401.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,415.0,425.0,406.6,-2.168674698795181,0,0,0,none,1,-0.28205128205128205,-0.7389162561576355,0,0.444,-1,0,0,-0.2113466301140825,-3.5664759177730048,-3.3551292876589223,413.2,418.35,435.7,-2.474005019720338,0,0,7.285714285714286,1.7857142857142856,0,0.0,-171.03620474406998,1,0,-100.0,1,0,-1.9230769230769273,38.61992114667355,0,0,0,0,0,0,-10.768562744246637,-0.4437250763488785,-27.777777777777786,0.17682191076741635,-2.697058823529403,0,1,4.3539816487793725,0.226890756302521,-39220703987.1826,-121934137.20828247,1.0909445896047965,-2928278.8178820834,0,0,,-68.3632329793068,22.37419096673059,0,1,-0.48796992481203266,0.23474351879253286,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,9,impulse_late,accumulation,0,below_cloud,below,-0.539,0,0,423.73333333333335,424.0,409.6,-3.7130270610446825,0,0,0,none,1,-0.10344827586206896,-2.696078431372549,0,0.6,0,0,0,2.1646391182103883,-21.628826481401518,-23.793465599611906,417.0,435.45,502.98333333333335,-6.074176139625676,0,0,27.357142857142858,6.688787984631506,0,0.3277310924369748,-57.415815361332065,0,0,-58.51063829787234,0,0,-1.2077294685990392,36.256998323128634,0,0,1,0,1,0,-11.737934957807902,-0.36110846200264035,1.4734653949620906,0.24947028786199238,-46.42352941176472,0,0,17.213811736951058,0.9495798319327731,-70391532648.22816,-291975706.67048645,0.7424790402766579,-15537242.491817117,0,0,-4.741050006178457,-62.44645710601375,9.705521342931783,0,1,-3.55714285714286,0.5988507131952949,398.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,16,impulse_late,unknown,none,below_cloud,below,-3.824,0,0,465.55,542.9,397.3,-12.146922994307808,1,0,0,none,1,-2.7966101694915255,7.579462102689487,0,0.3,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.06573974241269082,36.170212765957444,13.888888888888866,38.22751322751321,5.697056031481145,31.65829145728644,49.13793103448273,45.70340295653349,0.2568413960256648,24.980305201401745 -373,2026-04-06 06:12:00,buy,365.0,0.213,60,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#60,0.27959232070775064,39.99999999999999,0.07924564352229302,50.0,44.44444444444516,-0.9141007824091503,-0.9933464259314433,0.9202935090266836,369.0,369.75,373.1,-0.20283975659228792,0,0,0.9285714285714286,0.2516453735965931,1,0.3333333333333333,-74.07407407407582,0,0,-50.0,0,0,-0.2702702702702675,34.126607732430315,0,0,1,0,1,0,11.428571428571423,0.012318478368489982,5.555555555555237,0.25725875174485907,-1.7529411764705856,0,0,0.7446980668337165,0.5210084033613446,-14070744911.962475,,0.9136588833938944,-57503.14311334491,0,0,,-71.5876297979498,32.02690166975881,1,1,-0.09849624060150289,0.4692002734107832,368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,370.3833333333333,379.26666666666665,369.3,-0.3734869279575226,0,0,0,none,1,-0.058823529411764705,-0.27100271002710025,0,0.346,0,0,0,0.14340908104575611,30.769230769230774,-0.017742962035694587,25.000000000000465,25.000000000000927,-1.7147880410606149,-1.6970450790249203,1.6665409413426358,368.8,370.2,375.3333333333333,-0.5942733657482435,0,0,2.0714285714285716,0.562888198757764,0,0.42857142857142855,-246.83544303797132,1,0,-50.0,0,0,-0.540540540540535,23.094776331061126,0,0,1,0,1,0,-9.23076923076922,-0.01510490766283179,8.333333333333336,0.1919689783339997,-4.423529411764719,0,0,1.2638456404763834,0.9495798319327731,-17021099039.043745,-4327082.138454437,4.400897523476653,-209099.38213010132,0,0,,-71.65128999219522,30.564187213346884,1,1,-0.16992481203008283,0.4248120300751905,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,370.6,378.8666666666667,365.53333333333336,-0.7015650296816056,1,0,0,none,1,-0.08080808080808081,-0.2717391304347826,0,0.467,0,0,1,0.1372577222913644,28.57142857142857,-0.4573139965330162,20.50264550264569,19.53262786596139,-2.318784231315874,-1.8614702347828578,4.059512730485854,369.4,373.5,376.18333333333334,-1.4725568942436373,0,0,2.9285714285714284,0.795807453416149,0,0.18181818181818182,-127.88055826030629,1,0,-77.77777777777779,0,0,-1.6042780748663055,13.263921919796658,0,0,0,0,0,0,0.0,-0.00691132033125208,-0.9259259259259238,0.11401286965702401,-6.761764705882399,0,0,1.4321740886045518,0.9747899159663865,-22272843227.909134,-2536678.1469688416,3.8914007170583087,-1285405.535586223,0,0,,-71.6263989473601,56.73992673992674,1,1,-0.6045112781954811,0.8901594645955546,366.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,376.25,381.0,366.0,-2.192691029900329,1,0,0,none,1,-0.13924050632911392,-0.5434782608695652,0,0.333,0,0,1,0.09441653003350318,31.818181818181827,-0.7674751214800759,16.923076923076906,15.270655270655366,-2.32875106657724,-1.5612759450971643,4.267987794826855,370.2,375.5,377.75,-1.7310252996005304,0,0,3.142857142857143,0.8517228029423152,0,0.26666666666666666,-151.40634350688072,1,0,-69.23076923076923,0,0,-2.3809523809523836,0.4438131731982651,0,0,0,0,0,0,0.0,0.026863002588275453,6.552706552706555,0.10378404558270092,-6.982352941176487,0,0,1.6231915007571673,0.8823529411764706,-22016819072.63214,-14106697.5810318,3.561373790842378,-2700307.0758396685,0,0,,-71.5351952974189,37.39703432860558,1,1,-0.6345864661654126,0.878017995809194,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.9,380.0,365.6,-1.5737530008002043,1,0,0,none,1,-0.22033898305084745,-0.27100271002710025,0,0.3,0,0,1,0.0,33.33333333333333,-0.4369787140944066,26.48148148148127,30.92592592592577,-3.1713319333575214,-2.734353219263115,3.210246227586971,372.2,376.2,386.1666666666667,-1.9138755980861233,0,0,3.2857142857142856,0.8904374758033293,0,0.25,-222.77847309136394,1,0,-75.0,0,0,-2.3809523809523836,37.25253269580577,0,0,0,0,0,0,-5.797101449275367,-0.19248873827987012,1.6666666666666643,-0.05598463672999835,-8.194117647058818,0,0,1.6137272960643276,0.9243697478991597,-25201651175.902466,-10721706.367443085,3.1063587784005176,-2698096.5269022286,0,0,,-71.47937661390267,27.676851442331323,1,1,-0.27819548872180666,0.29714876104811727,366.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.33333333333337,392.6666666666667,366.0,-2.724077328646757,1,0,0,none,1,-0.5918367346938775,-0.5420054200542005,0,0.1,0,0,1,0.015993378097936224,24.13793103448276,-0.20321590738722595,33.53174603174622,36.13315696649057,-5.66396964828499,-5.460753740897764,6.007174360601436,375.0,380.05,395.25,-2.9075121694513872,0,0,4.642857142857143,1.2582268679829656,0,0.13043478260869565,-185.60606060606037,1,0,-78.57142857142857,0,0,-1.8617021276595702,25.411480151460594,1,0,1,0,1,0,-3.8620689655172384,-0.3014581183347085,-7.142857142857146,-0.10748697515525175,-14.10882352941178,0,0,2.001082676691183,0.3277310924369748,-29046155090.485657,-20269268.850372314,2.0972716870097523,-2144193.3784227073,0,0,,-71.3985951844994,54.217163788592366,1,1,-0.8669172932330865,0.8074607311557834,366.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,398.08333333333337,398.6666666666667,366.0,-7.305840485660465,1,0,0,none,1,-0.8461538461538461,-0.5420054200542005,0,0.1,-1,0,1,-2.4254963845182207,-9.665869270673568,-7.240372886155347,380.6,398.5,410.45,-5.646173149309908,0,0,8.0,2.127659574468085,0,0.10526315789473684,-168.58868753432208,1,0,-88.57142857142857,1,0,-6.234413965087282,12.99555599630007,0,0,0,0,0,0,-1.9230769230769198,0.0029364177253645707,-3.2611832611832607,-0.11513484572958887,-27.711764705882388,0,0,3.334624893975594,0.08403361344537816,-39428149311.10068,-159658262.1812744,2.020818000651152,-13843725.033983264,0,0,,-70.69984523241475,38.14504032707618,1,1,-1.7954887218045137,0.783844070871878,372.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,7,impulse_late,unknown,0,below_cloud,below,-2.103,0,0,419.2,420.0,372.0,-10.305343511450381,1,0,0,none,1,-1.3793103448275863,-2.127659574468085,0,0.143,0,0,1,-0.41473245977201145,-21.969998794852017,-21.555266335080006,388.6,408.5,477.03333333333336,-7.221542227662181,0,0,19.785714285714285,5.220505088578967,1,0.2112676056338028,-161.29640097983787,1,0,-77.27272727272727,0,0,-10.82352941176471,42.37580388503402,0,0,0,0,0,0,-3.9491691104594295,-0.2536680008495935,5.962854349951126,0.07826487649725462,-47.59117647058821,0,0,12.900932205666457,0.6302521008403361,-70823857003.76381,-535801769.5063019,1.115529467394052,-24640920.505583286,0,0,-1.2925586789769947,-64.8819484871605,30.862149053854125,1,1,-1.809022556390982,0.4863137732599657,364.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,1.118,0,0,414.04999999999995,541.1,394.8,-8.465161212413951,0,0,0,none,1,-2.8813559322033897,5.804749340369393,0,0.25,0,0,0,3,0,0,2,0.75,0.0,-0.667,0,0.031164313131588545,15.384615384615387,4.789915966386536,9.517899191101785,12.042967946880351,34.83870967741936,23.167155425219914,23.624124804297864,0.019445879666058114,15.027531597572935 -374,2026-04-07 11:03:00,buy,364.0,0.214,60,저점 분할 매수 · 비중 21% · 5회 · BB하단 · leg#60,0.012660283664753512,33.33333333333333,-0.3283904791495674,16.666666666666988,19.44444444444514,-0.45989601867978536,-0.13150553953021796,1.340418099933586,366.0,367.4,367.25,-0.653238976592263,0,0,1.2857142857142858,0.35225048923679064,0,0.0,-192.3937360178915,1,0,-100.0,1,0,-1.0840108401083959,7.659217762618056,0,0,0,0,0,0,-11.111111111111107,-0.06645269463237324,-8.333333333333012,0.08222393423509201,-1.947058823529403,0,0,0.8081486598890546,0.5630252100840336,-14089222903.630348,-1752315.0872955322,6.066238701871477,-1006724.7166806757,0,0,,-71.80116963533428,18.58946608946609,0,1,-0.06165413533834304,0.08777151211361589,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,366.25,377.0,365.0,-0.34129692832765013,1,0,0,none,1,-0.10084033613445378,-0.547945205479452,0,0.308,0,0,1,0.0,39.99999999999999,-0.17330108170639114,36.11111111111156,49.074074074074986,-0.5828617883808533,-0.4095607066744622,1.2471021468469075,366.6,367.55,369.8,-0.6937831587539134,0,0,1.6428571428571428,0.45009784735812136,0,0.25,-254.09836065573805,1,0,-75.0,0,0,-0.8152173913043459,27.054493568527334,0,0,0,0,0,0,-4.444444444444443,-0.13509844113768033,-25.0,0.11479164713456882,-1.1941176470588175,0,0,1.1044471404313212,0.6722689075630253,-17039211648.330261,-3281894.570543289,6.055443200462701,-1026166.3007823378,0,0,,-71.78896492204203,19.93197278911565,0,1,-0.023308270676696097,0.014480087995536794,364.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,367.1166666666667,377.03333333333336,364.0,-0.5765651246197878,1,0,0,none,1,-0.12121212121212122,-0.273972602739726,0,0.375,0,0,1,0.07641459777892307,46.15384615384615,0.20090540338018226,38.88888888888906,75.92592592592611,-1.7403538167225179,-1.9412592201027001,1.5102430062362129,367.4,367.35,374.3,-0.6397168912481321,0,0,2.2857142857142856,0.6262230919765166,1,0.0,-182.01754385965302,1,0,-100.0,1,0,-1.0840108401083959,31.429649741931044,1,0,1,0,0,0,-12.179487179487175,-0.16785937236455473,-44.444444444444436,0.12077806398161205,-3.7088235294117453,0,0,1.4403504753985394,0.6890756302521008,-22301215659.625694,-4703153.1552734375,2.772711536693829,-479848.63881020993,0,0,,-71.76421425471715,36.054421768707485,1,1,0.018796992481202843,0.006428520000411386,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,365.3,383.0,365.0,-0.08212428141254335,1,0,0,none,1,-0.189873417721519,-0.821917808219178,0,0.353,-1,0,1,0.18057806151116423,34.78260869565217,0.0701044141847853,50.158730158730144,45.80687830687839,-2.624578768780964,-2.694683182965749,3.85454791866323,367.4,369.55,376.65,-1.2312271681775178,0,0,3.0714285714285716,0.8414872798434442,0,0.09090909090909091,-115.1792524790222,1,0,-66.66666666666666,0,0,0.0,19.595314662942513,1,0,1,0,1,0,-1.5810276679841877,-0.1293309955459212,2.7777777777777857,0.11538033120854238,-6.467647058823559,0,0,1.644782145727631,0.6050420168067226,-22067174693.703377,-7681264.592102051,2.2778738989962206,-1531604.2781285346,0,0,,-71.749678209242,64.5531721460514,1,1,-0.4639097744360884,0.5939662395249397,364.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,365.5833333333333,383.0,364.0,-0.1595623432869786,1,0,0,none,1,-0.288135593220339,-0.547945205479452,0,0.273,-1,0,1,0.11355546208968098,23.33333333333333,-0.9384073773071337,16.66666666666646,21.42857142857127,-3.255163672312335,-2.3167562950052014,6.193302951779939,367.6,373.95,375.76666666666665,-2.39336809733921,0,0,4.285714285714286,1.1741682974559686,0,0.0,-110.01170337269943,1,0,-100.0,1,0,-3.4391534391534417,15.33518610409584,0,0,0,0,0,0,-3.589743589743591,-0.028323557581706016,-9.523809523809522,0.07095156593480391,-9.532352941176441,0,0,2.2152948945922777,0.8823529411764706,-25276200778.43848,-31850721.5908432,2.4389859870530857,-5915405.891848266,0,0,,-71.69517526550501,34.537338778718095,1,1,-0.8563909774436129,0.765703213210041,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,365.3,381.8,365.0,-0.08212428141254335,1,0,0,none,1,-0.1836734693877551,-1.095890410958904,0,0.444,0,0,1,0.03147864789357839,28.205128205128204,-1.4135784916095648,6.250000000000189,8.134920634920901,-3.091572836888588,-1.6779943452790231,6.326804477197655,368.0,376.15,381.26666666666665,-2.9642429881696075,0,0,5.071428571428571,1.3894324853228963,0,0.0,-147.25198755616984,1,0,-100.0,1,0,-4.450261780104714,21.081895223429115,0,0,0,0,0,0,-2.3504273504273527,-0.15675994530152448,2.3809523809523805,0.033952596975053886,-8.470588235294144,0,0,2.9131328462396024,0.7899159663865546,-29131801352.484097,-55963602.253398895,1.4147236877149287,-3592256.965294361,0,0,-2.7573982068616334,-71.61598164236645,22.177467179304077,0,1,-0.5285714285714286,0.27625136739700684,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.8666666666667,381.0,365.53333333333336,-2.6320469500266785,0,0,0,none,1,-0.28205128205128205,-1.095890410958904,0,0.333,-1,0,0,-0.38464849465174744,-9.427566066706902,-9.042917572055154,376.6,387.15,404.6666666666667,-5.462998837659816,0,0,9.714285714285714,2.654176424668228,0,0.0,-117.69352290679313,1,0,-100.0,1,0,-4.6875,41.96430916543948,0,0,1,0,1,0,-9.699248120300751,-0.5981004892012987,-13.888888888888886,-0.011907336174953324,-21.670588235294133,0,0,5.029372286231582,0.5126050420168067,-39577209001.6586,-173606038.2932663,1.7196812509988995,-21523563.483223874,0,0,-4.477820277555839,-71.38873761941291,54.33728183569242,1,1,-1.8864661654135355,0.7950720816083319,366.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,1,1,8,impulse_late,unknown,382,in_cloud,above,1.942,0,0,409.26666666666665,410.0,366.0,-10.571754357387197,1,0,0,none,1,-1.4827586206896552,-1.092896174863388,0,0.0,-1,-1,0,-0.33981898483989426,-22.228451835385442,-21.888632850545548,380.8,404.6,470.9166666666667,-5.8329214038556625,0,0,19.571428571428573,5.136857892763405,0,0.2602739726027397,-135.9849308121421,1,0,-72.05882352941177,0,0,-6.845965770171148,34.99278581263796,1,0,0,0,0,0,7.317073170731717,0.6538280921823798,7.163187855787477,0.18511141611711954,-50.23235294117649,0,0,11.635750966346562,0.6134453781512605,-70936980655.37021,-545448007.1420441,1.0103409908596834,0.0,0,0,-1.7921132790982184,-64.60045233206498,33.51103006190359,1,1,-2.524812030075186,0.6596065535719553,362.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,none,below_cloud,above,2.42,0,0,412.48333333333335,525.1,369.76666666666665,-7.632631621479657,1,0,0,none,1,-2.7966101694915255,-1.837270341207349,0,0.273,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.0775545958128698,27.14285714285714,28.59195402298849,32.87037037037035,12.931845827916447,40.243902439024396,20.320855614973233,18.881892933126295,0.1792021716802588,18.182546416872732 -375,2026-04-08 08:45:00,sell,407.0,0.65,60,고점 매도 · 비중 65% · 분할 · leg#60,0.6575411529296693,50.0,0.045195215583488935,106.66666666666698,131.11111111111197,2.2666297398932898,2.221434524309801,2.4386414928508158,406.2,403.45,396.8,0.3841863923658373,0,0,2.0,0.49382716049382713,1,0.8571428571428571,93.92898052691916,0,0,-20.0,0,0,0.746268656716409,69.31327348859344,0,1,0,0,0,0,-11.538461538461533,-0.15765035582896658,-28.8888888888889,0.7068544206569527,5.297058823529369,0,0,1.2310183672775385,0.2605042016806723,-14092266533.453777,-644516.9091186523,1.2625609148638965,249247.7031416893,0,0,,-68.62895080832294,44.97515089952065,1,1,0.29398496240601474,0.4999918238397216,406.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,397.2166666666667,406.0,383.26666666666665,1.9594679645869029,1,0,0,none,1,0.24369747899159663,-0.7407407407407408,0,0.677,0,-1,0,0.7946384623885545,71.42857142857143,-0.03655305717056656,115.00000000000047,111.38888888888982,3.4682938023603356,3.504846859530902,3.8134719293241353,404.4,400.5,390.51666666666665,1.1235955056179803,0,0,2.642857142857143,0.6525573192239859,0,1.0,114.82433590402803,0,1,-0.0,0,1,0.746268656716409,71.87931074088658,0,0,0,0,0,0,-2.484472049689444,-0.04370022444298982,0.0,0.8967668272294133,7.873529411764707,0,0,1.6096386651841945,0.7058823529411765,-17049533825.682283,-4058163.9740486145,0.8977874430216861,792845.2807518989,0,0,,-68.61583877369432,29.96012759170654,1,1,0.5714285714285664,0.7839092315626595,406.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,395.25,405.0,372.5,2.4667931688804545,1,0,0,none,1,0.37373737373737376,-0.7407407407407408,1,0.741,0,0,0,0.8208334957441868,71.42857142857143,0.37039802019094115,105.12820512820531,103.56125356125376,6.0890383862928275,5.718640366101886,7.36581382289761,403.8,395.65,381.0833333333333,2.3631997978010855,0,0,4.142857142857143,1.0229276895943562,0,1.0,117.8743961352664,0,1,-0.0,0,1,1.5037593984962516,68.49954377194118,0,1,0,1,0,1,0.0,-0.08322016709386215,2.564102564102541,1.0164780543340137,13.976470588235316,0,0,2.4764224612956216,1.0,-22319789223.637928,,0.9445136472033203,2481660.4901176095,0,0,,-68.58800396945202,59.390572505479334,1,1,1.1496240601503704,0.8714368092657405,406.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,396.54999999999995,405.0,367.3,2.1308788299079673,1,0,0,none,1,0.43037974683544306,-0.49382716049382713,1,0.684,0,0,0,0.929187215453548,76.31578947368422,1.250703283977324,117.91666666666664,113.72076023391823,7.482136164355381,6.231432880378057,9.49673669961929,401.4,390.1,377.31666666666666,4.075877980005127,0,0,4.428571428571429,1.0907811400422238,0,1.0714285714285714,130.6397306397308,0,1,10.0,0,1,5.729166666666674,93.12148272819279,0,0,0,0,0,0,-2.25563909774435,0.04259285832729365,3.3333333333333286,1.2975678125755763,19.479411764705844,0,0,3.0518270542457238,0.9915966386554622,-22084843601.250862,-3220540.986755371,1.417575463246457,5203100.815814778,0,0,,-68.49516576597713,39.36699343778638,1,1,1.4887218045112696,0.9043039553725395,406.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,397.2166666666667,402.76666666666665,367.0,2.2112197373389764,0,0,0,none,1,0.5932203389830508,-0.9852216748768473,1,0.706,1,0,0,0.9859196806758598,81.9672131147541,2.9725739153299546,108.3333333333331,108.62911522633726,8.035722175081162,5.063148259751207,13.388573271285406,399.4,381.2,374.28333333333336,6.505771248688363,0,0,6.928571428571429,1.7065446868402536,0,1.0833333333333333,151.40217215107788,0,1,9.375,0,1,5.729166666666674,94.7091346561671,0,0,0,0,0,1,1.639344262295083,0.13893348837588793,-3.047839506172849,1.2387798424434378,22.93529411764706,0,0,3.7369318399244986,0.9915966386554622,-25312493341.5602,-17302668.10649872,1.9600354717257986,7409211.1731297225,0,0,,-68.43292436929993,34.49049418684479,1,1,2.013533834586469,0.8716286707976458,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,365.6333333333333,403.0,365.0,11.04020421186982,0,0,0,none,1,0.8163265306122449,-0.24630541871921183,1,0.688,0,0,1,1.0,82.6923076923077,3.9010195850123477,113.84081196581216,115.4540598290601,5.1376677349164765,1.2366481499041286,11.463903380239413,390.4,375.1,375.55,7.971207677952541,0,0,6.714285714285714,1.6578483245149913,0,1.1515151515151516,227.43195904069037,0,1,15.625,0,1,9.459459459459453,78.76473271565656,0,0,0,0,0,0,1.0596546310832053,0.8355715775263697,-1.4583333333333286,1.4582012144725087,17.394117647058863,0,0,4.159826279612896,1.0,-29152673230.935246,-12873044.200611115,2.8199270235359513,3995944.252098888,0,0,,-68.42338731278508,56.922450134925256,1,1,1.348872180451125,0.5510239301688054,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,399.41666666666663,400.0,365.0,1.3978718965157677,0,0,0,none,1,0.8205128205128205,-0.9876543209876543,1,0.615,1,0,1,2.979310543105125,-5.471298799521605,-8.45060934262673,378.4,379.55,402.43333333333334,6.7053089184560655,0,0,10.357142857142858,2.557319223985891,0,1.3448275862068966,152.9095509171413,0,1,85.71428571428571,0,1,8.579088471849872,70.92759545304673,0,0,0,0,0,0,13.993055555555557,2.26019921007015,45.23809523809524,1.0449556249551881,-10.25,0,0,7.688899660782252,0.8403361344537815,-39940259126.87476,-503001795.1788864,2.1049964347522416,19829627.955425717,0,0,-6.534021037748964,-68.24032346600771,44.870114608502924,1,1,-0.6533834586466131,0.12702526355486965,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,9,impulse_late,unknown,382,below_cloud,above,2.072,0,0,375.5333333333333,410.0,366.0,7.846618143085404,1,0,0,none,1,0.034482758620689655,-0.24691358024691357,1,0.167,1,1,1,0.18069879401316413,-21.527102655006217,-21.70780144901938,376.4,400.85,465.23333333333335,-8.195085443432715,0,0,22.0,5.978260869565218,0,0.0821917808219178,-100.78872510990419,1,0,-91.04477611940298,1,0,-10.024449877750607,28.422690920396306,1,0,0,0,0,0,-8.140655105973025,-0.36192801807835906,-0.44629792215393493,0.13311401635751643,-41.62058823529412,0,0,12.095610103190301,0.6470588235294118,-70914909660.71732,-524005480.5996704,1.5122335906871402,0.0,0,0,-1.6382148100213323,-65.6679138076164,38.18751715690273,1,1,-2.987218045112783,0.7714098246506738,365.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,below_cloud,above,2.727,0,0,412.48333333333335,525.1,369.76666666666665,-10.784274112085335,0,0,0,none,1,-2.9491525423728815,-5.434782608695652,0,0.273,0,0,0,0,3,0,1,0.0,0.75,-0.333,0,1.0,65.55555555555556,108.57142857142856,68.04232804232802,11.43004922873737,33.52601156069365,23.57330992098329,22.637924459697913,0.09185261420358493,20.078740495768947 -376,2026-04-08 08:51:00,sell,407.0,0.35,60,고점 매도 · 비중 35% · 분할 · leg#60,0.9850527982950903,78.57142857142857,0.19636403626125576,112.22222222222256,108.14814814814899,2.4956931735843,2.2993291373230442,2.345080040775173,407.2,404.4,397.6,1.1374876360039643,0,0,1.8571428571428572,0.4540691582256374,0,1.3333333333333333,126.70219064535186,0,1,40.0,0,1,1.9950124688279391,77.27404056059459,0,0,0,0,0,0,11.904761904761912,0.08114962046953922,6.666666666666671,1.134736131519318,5.494117647058829,0,0,1.2929424416094177,0.3277310924369748,,,0.7184366596052375,727328.8095474243,0,0,,-68.31836279627505,47.21350078492936,1,1,0.2827067669172862,0.49764861592182885,407.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,397.9333333333333,407.0,379.26666666666665,2.7810353493047613,0,0,0,none,1,0.2773109243697479,0.0,0,0.677,1,0,0,0.8848639845423274,71.42857142857143,0.14419248149319008,109.7222222222227,111.8518518518528,3.70945561941528,3.56526313792209,4.075035963441347,406.4,401.7,391.4166666666667,1.5683345780433289,0,0,2.7857142857142856,0.6827731092436975,0,1.0833333333333333,76.75675675675683,0,0,16.666666666666664,0,1,0.7407407407407307,66.90404553364996,0,0,0,1,0,1,0.0,0.04671984942163121,-1.1111111111111143,1.0285257579686764,7.108823529411779,0,0,1.5372267782876823,0.6050420168067226,-17054052647.49857,-5502024.171375275,1.5707959126351954,249884.10706439614,0,0,,-68.38129933897444,35.65998329156224,1,1,0.6270676691729337,0.8217700127124848,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,395.3833333333333,405.6333333333333,372.8333333333333,3.1909960797538384,0,0,0,none,1,0.3939393939393939,-0.24509803921568626,0,0.778,0,0,0,0.8848948763986363,72.97297297297297,0.43813759425449383,115.12820512820531,107.60683760683781,6.266312358920004,5.82817476466551,7.299722535901626,404.4,396.85,381.7,2.8096258032001886,0,0,3.7142857142857144,0.9103641456582634,0,1.1428571428571428,103.00081103000836,0,1,30.0,0,1,3.2911392405063244,60.14693221162592,0,0,0,1,0,0,1.5444015444015378,0.06773957406355269,10.0,1.2039000145385375,13.88529411764705,0,0,2.4668235150714635,0.9915966386554622,-22326618552.528854,-12285631.499832153,1.1645169459163223,3656915.38878119,0,0,,-68.35328624019765,56.308871597691464,1,1,1.1421052631578938,0.870431937552979,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,396.54999999999995,405.0,367.3,2.8874038582776596,0,0,0,none,1,0.45569620253164556,-0.24509803921568626,0,0.7,1,0,0,0.9204798143913867,77.5,1.2826602731215244,114.16666666666664,115.55555555555566,7.834758221779964,6.55209794865844,10.086537671566068,403.8,391.4,377.93333333333334,4.241185487991839,0,0,4.428571428571429,1.085434173669468,0,1.1428571428571428,109.3544137022401,0,1,20.0,0,1,4.615384615384621,86.96891651118693,0,0,0,0,0,0,1.1842105263157805,0.03195698914420042,-3.75,1.3237595109170726,19.605882352941137,0,0,2.986838360149736,0.9747899159663865,-22094086459.472767,-12232263.160217285,1.4022144572019708,5536676.917361155,0,0,,-68.33721283192327,41.22846529925824,1,1,1.6165413533834603,0.93893557104345,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,397.2166666666667,404.0,367.0,2.714723282843101,0,0,0,none,1,0.6271186440677966,-0.24509803921568626,0,0.706,0,0,0,0.9859196806758598,81.9672131147541,2.9725739153299546,108.3333333333331,108.62911522633726,8.035722175081162,5.063148259751207,13.388573271285406,399.4,381.2,374.28333333333336,6.505771248688363,0,0,6.928571428571429,1.7065446868402536,0,1.0833333333333333,151.40217215107788,0,1,9.375,0,1,5.729166666666674,94.7091346561671,0,0,0,0,0,1,1.639344262295083,0.13893348837588793,-3.047839506172849,1.2387798424434378,22.93529411764706,0,0,3.7369318399244986,0.9915966386554622,-25312493341.5602,-17302668.10649872,1.9600354717257986,7409211.1731297225,0,0,,-68.43292436929993,34.49049418684479,1,1,2.013533834586469,0.8716286707976458,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,365.6333333333333,403.0,365.0,11.04020421186982,0,0,0,none,1,0.8163265306122449,-0.24630541871921183,1,0.688,0,0,1,1.0,82.6923076923077,3.9010195850123477,113.84081196581216,115.4540598290601,5.1376677349164765,1.2366481499041286,11.463903380239413,390.4,375.1,375.55,7.971207677952541,0,0,6.714285714285714,1.6578483245149913,0,1.1515151515151516,227.43195904069037,0,1,15.625,0,1,9.459459459459453,78.76473271565656,0,0,0,0,0,0,1.0596546310832053,0.8355715775263697,-1.4583333333333286,1.4582012144725087,17.394117647058863,0,0,4.159826279612896,1.0,-29152673230.935246,-12873044.200611115,2.8199270235359513,3995944.252098888,0,0,,-68.42338731278508,56.922450134925256,1,1,1.348872180451125,0.5510239301688054,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,399.41666666666663,400.0,365.0,1.3978718965157677,0,0,0,none,1,0.8205128205128205,-0.9876543209876543,1,0.615,1,0,1,2.979310543105125,-5.471298799521605,-8.45060934262673,378.4,379.55,402.43333333333334,6.7053089184560655,0,0,10.357142857142858,2.557319223985891,0,1.3448275862068966,152.9095509171413,0,1,85.71428571428571,0,1,8.579088471849872,70.92759545304673,0,0,0,0,0,0,13.993055555555557,2.26019921007015,45.23809523809524,1.0449556249551881,-10.25,0,0,7.688899660782252,0.8403361344537815,-39940259126.87476,-503001795.1788864,2.1049964347522416,19829627.955425717,0,0,-6.534021037748964,-68.24032346600771,44.870114608502924,1,1,-0.6533834586466131,0.12702526355486965,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,9,impulse_late,unknown,382,below_cloud,above,2.072,0,0,375.5333333333333,410.0,366.0,7.846618143085404,1,0,0,none,1,0.034482758620689655,-0.24691358024691357,1,0.167,1,1,1,0.18069879401316413,-21.527102655006217,-21.70780144901938,376.4,400.85,465.23333333333335,-8.195085443432715,0,0,22.0,5.978260869565218,0,0.0821917808219178,-100.78872510990419,1,0,-91.04477611940298,1,0,-10.024449877750607,28.422690920396306,1,0,0,0,0,0,-8.140655105973025,-0.36192801807835906,-0.44629792215393493,0.13311401635751643,-41.62058823529412,0,0,12.095610103190301,0.6470588235294118,-70914909660.71732,-524005480.5996704,1.5122335906871402,0.0,0,0,-1.6382148100213323,-65.6679138076164,38.18751715690273,1,1,-2.987218045112783,0.7714098246506738,365.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,below_cloud,above,2.727,0,0,412.48333333333335,525.1,369.76666666666665,-10.784274112085335,0,0,0,none,1,-2.9491525423728815,-5.434782608695652,0,0.273,0,0,0,0,4,0,1,0.0,1.0,-0.333,1,1.0,65.55555555555556,108.57142857142856,68.04232804232802,11.43004922873737,33.52601156069365,23.57330992098329,22.637924459697913,0.09185261420358493,20.078740495768947 -377,2026-04-08 23:30:00,buy,384.0,0.255,61,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#61,0.10034897627036918,41.66666666666667,-0.48459017650619984,0.0,11.111111111111747,-0.4493765502226097,0.035213626283590156,1.724762347926914,389.8,391.7,389.95,-0.6893030380393128,0,0,1.6428571428571428,0.4223283143591627,0,0.0,-141.19749776586355,1,0,-100.0,1,0,-0.7653061224489832,26.73696377521034,0,0,0,0,0,0,5.952380952380949,0.00628654683767782,0.0,0.21411308004898644,-2.0029411764705856,0,0,0.9568036870863843,0.9831932773109243,-14104700388.667526,,0.5982621391451229,-255799.2275032997,0,0,,-69.82360155183727,33.63790970933828,1,1,-0.2481203007518821,0.7553477790417042,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,392.8833333333333,393.0,386.46666666666664,-0.9884189538879262,1,0,0,none,1,0.008403361344537815,-0.2570694087403599,0,0.571,-1,0,0,0.06972558319661322,38.888888888888886,-0.5213834767328007,33.333333333333805,40.740740740741685,-0.055406804416747946,0.4659766723160528,1.9305608097474818,389.6,391.25,389.98333333333335,-0.8306709265175738,0,0,1.5714285714285714,0.4050073637702503,0,0.0,-126.21359223301069,1,0,-100.0,1,0,-1.2722646310432517,50.3830875968687,0,0,0,0,0,0,2.0467836257309884,-0.1154020540965367,0.0,0.09019127492565616,-0.42647058823530415,0,1,1.4638618282564124,0.9915966386554622,-17061816477.07635,426041.4609260559,0.6091777060622231,-719709.1802823246,0,0,,-69.88859539631707,43.502886002886,1,1,-0.042857142857147056,0.018028465998950582,388.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,391.9,392.0,386.6,-0.9951518244450064,1,0,0,none,1,-0.04040404040404041,-0.25773195876288657,0,0.5,0,0,0,0.29452403562001045,50.0,-0.07491396202252681,53.33333333333352,84.07407407407426,0.26331520952430765,0.33822917154683446,2.4336866469630256,391.0,389.95,390.23333333333335,-0.5000641107834269,0,0,2.142857142857143,0.5522827687776141,0,0.3333333333333333,-40.189125295507985,0,0,-80.0,0,0,0.0,44.9543160982861,1,0,1,0,1,0,-3.3333333333333286,-0.26201081944753063,-33.333333333333336,0.22358032015899637,0.41470588235290506,0,0,1.368420775368156,0.5462184873949579,-22347512048.679825,-1862903.521221161,1.2218811766711646,92500.25648056716,0,0,,-69.86258893469585,17.003981079611336,0,1,0.15563909774435497,0.15061848168809333,389.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,391.9,392.0,387.2,-0.9951518244450064,1,0,0,none,1,-0.06329113924050633,-0.25773195876288657,0,0.444,-1,0,0,0.7815611982773155,55.55555555555556,0.4185278230771426,93.33333333333331,105.00000000000011,0.4193362802604952,0.000808457183352602,1.867119572488695,392.2,389.95,391.45,0.5257084241569565,0,0,2.642857142857143,0.674198250728863,0,1.0,5.0890585241742,0,0,-0.0,0,1,1.0309278350515427,48.52422838739535,0,0,0,0,0,0,2.9239766081871323,-0.011173367274658341,-13.333333333333329,0.6498028771714885,1.2411764705882433,0,0,1.3496601141778488,0.37815126050420167,-22111880480.301113,,1.047186970339621,1003929.791105181,0,0,,-69.53643849115387,11.398182079849478,0,1,0.11654135338345532,0.143478234904174,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,389.54999999999995,404.0,387.56666666666666,0.628930817610085,1,0,0,none,1,-0.23728813559322035,-0.25510204081632654,0,0.444,0,0,0,0.7316862210446338,53.846153846153854,-0.07455343351414156,133.33333333333312,88.33333333333319,0.7921195232677292,0.8666729567818707,1.935507822828849,390.2,390.25,384.06666666666666,0.4484304932735439,0,0,2.642857142857143,0.674198250728863,1,1.0,-4.901960784312643,0,0,25.0,0,1,0.512820512820511,57.35822811574476,0,0,0,0,0,0,3.846153846153854,0.1105894335745855,41.66666666666666,0.6734061200945016,-2.1205882352941217,0,0,1.909502000262319,0.3697478991596639,-25349831824.35979,,1.5591930475550038,1042509.095947966,0,0,,-69.478934439202,31.568732081226557,1,1,-0.008270676691731538,0.0006714202480310183,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,389.20000000000005,403.0,368.2,0.7194244604316502,1,0,0,none,1,0.46938775510204084,-0.25510204081632654,0,0.625,0,0,0,0.5495956028261526,32.25806451612904,-0.6368712936520318,74.23076923076941,39.1310541310544,3.0467788876462123,3.683650181298244,6.191323797494743,389.6,390.8,379.46666666666664,0.3070624360286489,0,0,3.857142857142857,0.9839650145772596,0,0.5,-61.63655685440982,0,0,40.0,0,1,0.512820512820511,39.68550488506941,0,1,0,1,0,0,6.451612903225808,0.16151167860326732,41.538461538461526,0.7672597814387359,6.379411764705878,0,0,4.233806288276148,0.8907563025210085,-29226042530.249252,-28777115.00880432,1.0430717899614743,1849041.5222328603,0,0,,-69.39174674385083,30.586455361915025,1,1,-0.04360902255639059,0.0018191335646351448,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.91666666666663,400.0,365.0,0.7928005142489924,1,0,0,none,1,0.6666666666666666,-0.25510204081632654,0,0.545,0,0,0,3.353745246724378,-2.59591182809163,-5.949657074816008,390.0,378.65,401.1166666666667,2.7333949557639015,0,0,10.642857142857142,2.735952993022402,0,1.0454545454545454,94.89551216169889,0,0,4.545454545454546,0,1,2.09973753280841,64.05859080682754,0,0,0,0,0,0,-4.014670896114197,-0.06439703150179898,-27.05627705627704,0.6142253772421603,2.005882352941171,1,0,8.292282105530292,0.8823529411764706,-39985913462.94313,-415378683.5792923,0.9781406828660991,11749130.635590341,0,0,-6.200053023581187,-69.46634176997391,34.70576332196374,1,1,0.5255639097744292,0.1061423168739215,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,8,impulse_late,accumulation,500,in_cloud,above,4.444,0,0,385.81666666666666,397.43333333333334,366.0,0.8250896367013594,1,0,0,none,1,-0.8275862068965517,-0.2570694087403599,0,0.143,0,0,0,0.18069879401316413,-21.527102655006217,-21.70780144901938,376.4,400.85,465.23333333333335,-8.195085443432715,0,0,22.0,5.978260869565218,0,0.0821917808219178,-100.78872510990419,1,0,-91.04477611940298,1,0,-10.024449877750607,28.422690920396306,1,0,0,0,0,0,-8.140655105973025,-0.36192801807835906,-0.44629792215393493,0.13311401635751643,-41.62058823529412,0,0,12.095610103190301,0.6470588235294118,-70914909660.71732,-524005480.5996704,1.5122335906871402,0.0,0,0,-1.6382148100213323,-65.6679138076164,38.18751715690273,1,1,-2.987218045112783,0.7714098246506738,365.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,18,impulse_late,unknown,none,below_cloud,above,2.727,0,0,412.48333333333335,525.1,369.76666666666665,-10.784274112085335,0,0,0,none,1,-2.9491525423728815,-5.434782608695652,0,0.273,0,0,0,0,0,0,1,0.0,0.0,-0.333,0,0.7711222020031596,54.63917525773196,106.13275613275611,125.38239538239536,10.081782073059625,33.52601156069365,23.57330992098329,22.637924459697913,0.09185261420358493,20.078740495768947 -378,2026-04-09 10:06:00,buy,377.0,0.26,61,저점 분할 매수 · 비중 26% · 4회 · BB하단 · leg#61,0.2633663989541538,36.36363636363636,0.00867248714082125,44.44444444444476,39.62962962963048,-0.93040117112281,-0.9390736582636312,1.7212484378143422,379.4,380.55,382.75,-0.40730521613454584,0,0,1.5,0.395778364116095,0,0.2,-59.07172995780741,0,0,-66.66666666666666,0,0,-0.2631578947368429,27.635868170083526,1,0,1,0,1,0,-3.636363636363633,-0.0020898847916033247,2.7777777777777786,0.28738102803836796,-1.4029411764706197,0,0,0.8821499080596523,0.6554621848739496,,,0.20609605721681026,88175.64929899573,1,0,,-70.56939746275415,48.268398268398265,1,1,-0.2263157894736845,0.6685088580135281,379.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,382.2,386.4,379.6,-0.8372579801151248,0,0,0,none,1,-0.05042016806722689,0.0,0,0.438,0,0,0,0.18341297228217113,36.36363636363636,-0.03399343423742707,33.333333333333805,30.555555555556367,-1.350614396407309,-1.316620962169882,1.5343507606892812,379.2,380.85,384.31666666666666,-0.48575554680321265,0,0,1.5714285714285714,0.4146249528835281,0,0.25,-106.99588477366305,1,0,-75.0,0,0,-1.0443864229765065,32.518670223724286,0,0,0,0,0,0,-3.636363636363633,0.014244701176230556,0.0,0.2125831938012765,-2.8647058823529505,0,0,0.8476092916543017,0.15966386554621848,-17075530241.390688,,0.6129215505612543,-245901.1802074015,0,0,,-70.55690213246592,32.72675736961451,1,1,-0.2007518796992532,0.6609217247805093,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,385.0,398.0,379.3333333333333,-1.558441558441559,0,0,0,none,1,-0.18181818181818182,-0.5277044854881267,0,0.423,0,0,0,0.22119878927079764,23.07692307692308,-0.25567522857422587,6.666666666666866,5.925925925926067,-2.063310589327557,-1.807635360753331,2.7630280045392883,379.6,382.95,387.5833333333333,-0.7703355529442457,0,0,1.9285714285714286,0.5075187969924813,0,0.16666666666666666,-119.58874458874458,1,0,-80.0,0,0,-0.7832898172323799,4.542661683742239,0,0,1,0,0,0,-5.494505494505489,0.10185204854477625,6.666666666666866,0.17224573224545267,-5.079411764705867,0,0,1.1960983879319707,0.35294117647058826,-22370326673.728855,-4370417.165721893,1.027158156457145,-458654.8321694508,0,0,,-70.45372549198514,67.28830343326142,1,1,-0.41278195488722125,0.8522651118205444,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,392.8833333333333,393.1666666666667,379.0,-3.279175327705419,1,0,0,none,1,-0.10126582278481013,-0.5263157894736842,0,0.455,0,0,0,0.14342601640826333,18.75,-0.4706120655926034,17.023809523809504,19.162257495590932,-2.3401377543422086,-1.8695256887496052,3.2461642668429116,380.6,384.45,388.2,-1.157497724021328,0,0,2.7857142857142856,0.7330827067669172,0,0.2,-134.697357203752,1,0,-71.42857142857143,0,0,-1.2987012987012991,19.914043920806293,0,0,0,0,0,0,5.416666666666671,0.06952680129802502,-5.291005291005291,0.1576321510674932,-6.838235294117624,0,0,1.4657868811657666,0.3697478991596639,-22134970627.304695,-11753678.942359924,0.9321207806916085,-103324.1883841306,0,0,,-70.43868943891958,44.37794348508634,1,1,-0.44586466165412453,0.7147816825112234,378.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,384.51666666666665,395.0,379.7,-1.1746348229378811,1,0,0,none,1,-0.1864406779661017,-0.2631578947368421,0,0.438,0,0,0,0.12325118817025461,25.0,-0.9605623754821446,16.02564102564082,12.49028749028733,-2.335269761115171,-1.3747073856330265,4.969293965565319,381.4,387.25,389.8333333333333,-1.8721755971594534,0,0,3.9285714285714284,1.0338345864661653,0,0.13333333333333333,-141.88034188034229,1,0,-75.0,0,0,-1.8087855297157618,8.694495656651455,0,0,0,0,1,0,-2.5862068965517295,0.021396618076438445,8.333333333333336,0.14148132043466502,-7.426470588235304,0,0,2.4012463647435878,0.6470588235294118,-25391692460.848587,-21099183.10287857,1.1712030939415001,-1976308.4654128551,0,0,,-70.38195747288341,40.663034724344676,1,1,-0.6834586466165377,0.706383069669624,378.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,392.25,393.0,379.5,-3.1230082855321806,1,0,0,none,1,-0.3877551020408163,-0.5263157894736842,0,0.357,0,0,0,0.0,39.53488372093023,-1.5812601722471062,12.222222222222412,16.719576719576995,-0.4182314734347301,1.1630286988123761,4.0965498841023935,383.8,388.35,381.1333333333333,-2.1501223123471136,0,0,5.714285714285714,1.5037593984962407,0,0.0,-198.44961240310053,1,0,-100.0,1,0,-1.2987012987012991,36.54192532016357,1,0,0,0,0,0,-1.9285309132161146,-0.1778957141902371,-4.761904761904761,0.210187029374918,-4.988235294117601,0,0,3.0795504340644384,0.7563025210084033,-29270673376.119328,-45257318.42953491,0.8586489250632435,-4507803.696249813,0,0,,-70.29935159505219,24.090874753807583,0,1,-0.3857142857142937,0.3291822135608512,380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.79999999999995,400.0,368.0,-2.263374485596692,1,0,0,none,1,0.15384615384615385,-1.0526315789473684,0,0.538,0,0,0,2.181303456831741,-1.8467260488463353,-4.028029505678076,386.6,379.5,399.6666666666667,1.1857707509881354,0,0,10.071428571428571,2.622767857142857,0,0.8181818181818182,26.513409961685774,0,0,-18.181818181818183,0,1,3.7837837837837895,49.06087316181104,0,0,0,0,0,0,0.0,-0.38735856297500604,-7.575757575757564,0.493402369513497,0.6088235294117794,0,0,8.07232193065656,0.8235294117647058,-39996826618.50338,-420393497.6170807,0.9696955233359575,5754150.844275311,0,0,-5.748190586454137,-69.82708387878785,31.666371427157255,1,1,0.7834586466165436,0.22841743418422955,382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,accumulation,382,in_cloud,below,-1.905,0,0,385.25,397.5,366.0,-0.32446463335495945,1,0,0,none,1,-0.5862068965517241,-1.5625,0,0.143,0,0,0,2.378964835193365,-18.26775550506443,-20.646720340257794,382.8,397.85,460.1,-3.2298605001885194,0,0,21.428571428571427,5.565862708719852,0,0.3382352941176471,-41.597796143250676,0,0,-58.92857142857143,0,0,-6.779661016949157,27.69404024565648,0,0,1,0,0,0,1.3144329896907152,0.5136052353403642,2.4159663865546186,0.34396206538744906,-31.958823529411745,0,0,13.297983168292854,0.6722689075630253,-70900394811.69565,-403008849.1416321,0.893383236842901,0.0,0,0,-1.7216443322944808,-63.999718065998934,41.46105725682421,1,1,-2.6639097744360876,0.674877714912805,376.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,in_cloud,above,2.489,0,0,412.48333333333335,525.1,369.76666666666665,-6.662895470524067,1,0,0,none,1,-2.6440677966101696,-4.935064935064935,0,0.273,0,0,0,2,0,1,0,0.5,0.0,0.333,0,0.6160024192680578,51.76470588235294,84.84848484848483,92.4242424242424,10.2219484599547,43.81443298969072,33.09346126510302,29.114755354878238,0.3325434472582243,19.28775223964562 -379,2026-04-10 09:18:00,buy,395.0,0.248,61,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#61,0.2862873966553201,45.45454545454546,0.04521989066310339,16.66666666666698,18.518518518519333,-1.4053502898499346,-1.450570180513038,1.175673673310713,396.8,398.0,401.71666666666664,-0.2512562814070307,0,0,1.2142857142857142,0.3058654192155451,1,0.3333333333333333,-92.85714285714273,0,0,-50.0,0,0,-0.2512562814070307,26.430041548950882,1,0,1,0,0,0,3.787878787878789,0.052938982853540484,-5.55555555555555,0.23031148215011246,-3.617647058823536,0,0,0.9836919541053488,0.8319327731092437,,,0.3564880712982819,-36972.90320441127,0,0,,-69.12584521024704,39.2166563595135,1,1,-0.15639097744361452,0.6255639097744361,396.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.3,408.0,396.3333333333333,-2.528848514608395,1,0,0,none,1,0.008403361344537815,0.0,0,0.545,0,0,0,0.2563915106391445,36.36363636363636,-0.41957543446126544,17.77777777777827,12.592592592593567,-1.696407937020922,-1.2768325025596565,3.2314341764772747,397.0,400.15,401.2,-0.7872047982006691,0,0,1.7142857142857142,0.4318100035984167,0,0.2,-103.70370370370242,1,0,-66.66666666666666,0,0,-0.9975062344139696,18.652715510823015,0,0,1,0,1,0,11.36363636363636,0.11645278919037971,11.11111111111111,0.15133435946579066,-5.073529411764696,0,0,0.9301667862275719,0.2689075630252101,,,0.42196398992118056,-332029.33172143996,0,0,,-69.11290373169791,62.668280598952876,1,1,-0.5135338345864732,0.8832626769643822,395.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,406.76666666666665,407.0,393.46666666666664,-2.4010489223961318,1,0,0,none,1,0.0,0.0,0,0.552,0,0,0,0.1026401342618441,31.578947368421055,-1.2260701102286498,6.363636363636573,7.090347923681485,-0.5782630560275948,0.6478070542010551,3.6944518028493403,397.4,401.9,398.26666666666665,-1.4680268723562984,0,0,3.5714285714285716,0.9018759018759019,0,0.09090909090909091,-146.15865084322385,1,0,-90.9090909090909,1,0,-3.17848410757946,46.35211393543947,0,0,0,0,0,0,-5.2631578947368425,-0.03929282149522284,-0.6734006734006721,0.18488174142586325,-3.717647058823559,0,0,1.3582598588369088,0.5714285714285714,,,0.5434745592920902,-1060550.202002719,0,0,,-69.16410293185442,22.98127955635696,0,1,-0.25263157894737537,0.16211652124964915,395.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,405.66666666666663,406.0,388.0,-2.3829087921117376,1,0,0,none,1,0.0759493670886076,0.0,0,0.579,0,0,0,0.1583416289438948,37.5,-1.1178050708707101,3.7037037037036753,8.333333333333437,0.6509447188572608,1.768749789727971,3.1001436548402728,398.4,401.25,395.05,-1.0591900311526459,0,0,3.4285714285714284,0.8636200071968334,0,0.0,-138.97763578274885,1,0,-100.0,1,0,-1.243781094527363,45.67377993117725,0,0,0,0,0,0,-2.5,-0.09667471502397773,-4.166666666666666,0.2762816973966614,-1.3411764705882092,0,0,1.6250809785661235,0.6470588235294118,-22145844502.272015,-4096880.72013855,0.5297552980388601,183459.93603675067,1,0,,-69.0703477388186,24.14598178328155,0,1,-0.027819548872182492,0.0028008797503952243,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.0,406.0,382.8,2.319587628865971,1,0,0,none,1,0.2542372881355932,-0.5037783375314862,0,0.706,0,0,0,0.4308624615008671,53.125,-0.409074775999843,62.499999999999794,112.49999999999982,3.288383550197011,3.697458326196854,4.1776995847676925,402.0,398.15,388.78333333333336,-0.28883586587968857,0,0,3.5,0.8816120906801008,0,0.5,-27.397260273972382,0,0,-100.0,1,0,0.0,61.94249693455823,0,0,0,0,0,0,-3.5416666666666643,-0.43894884348976815,-66.66666666666666,0.44174788733425885,7.185294117647061,0,0,2.5179307999020866,0.680672268907563,-25410986988.55403,-9683407.20122528,1.0285718979454246,1303655.9928630292,0,0,,-69.01199096621697,32.77568655227155,1,1,0.5240601503759421,0.5558817909177127,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,400.6166666666667,401.0,378.0,-0.9027748887132314,1,0,0,none,1,0.30612244897959184,-0.5037783375314862,0,0.667,0,0,0,0.667651876268487,65.51724137931035,0.8517579732416989,97.43589743589762,107.12250712250739,4.104008537029131,3.252250563787432,7.83933023666928,400.8,391.85,387.85,1.3142784228658888,0,0,3.7857142857142856,0.9535804246131702,0,0.8,52.83687943262382,0,0,-30.76923076923077,0,0,1.534526854219953,81.65802612954883,0,0,0,1,0,1,-18.35372636262514,-0.5211407517535731,-13.960113960113972,0.6910219608070445,10.867647058823536,0,0,2.2933683720518045,0.19327731092436976,-29286416582.02967,-8613049.490219116,0.9964499190871963,2992943.117608309,0,0,,-68.92523734220207,37.463142447614494,1,1,1.23533834586466,0.9056538763355665,397.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,17,impulse_late,accumulation,100,above_cloud,above,0.746,0,0,388.35,401.0,379.53333333333336,2.2273722157847287,1,0,0,none,1,0.1794871794871795,-0.5037783375314862,0,0.583,-1,-1,0,2.7648536397425914,1.7616938050312,-1.0031598347113913,393.4,383.75,396.55,4.755700325732892,0,0,9.5,2.36318407960199,0,1.1612903225806452,118.01321138211398,0,1,33.33333333333333,0,1,3.076923076923066,61.08984727903942,0,0,0,1,0,1,4.38443670150987,0.3913785139221715,7.602339181286538,0.8662695728717363,11.529411764705856,0,0,7.720805425039744,0.7647058823529411,-40003329159.19892,-61722408.627189636,0.7402974220149731,1392523.294048909,0,0,-6.24861529872427,-68.36371186510762,18.744438321226852,0,1,1.3616541353383453,0.4956196641740014,398.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,9,impulse_late,unknown,100,above_cloud,above,4.817,0,0,386.15,397.0,366.0,4.104622556001569,0,0,0,none,1,0.41379310344827586,-0.9950248756218906,0,0.286,1,0,0,4.3653621459191605,-14.339372101556137,-18.704734247475297,388.6,395.7,455.56666666666666,1.086681829668934,0,0,21.642857142857142,5.410714285714286,0,0.5588235294117647,31.660832360948902,0,0,-26.923076923076923,0,0,0.5025125628140614,38.854777399688395,0,0,0,0,0,0,2.261194029850742,0.9627799207083179,7.941063911213163,0.5203452375823078,-18.80000000000001,0,0,13.400355464495933,0.680672268907563,-70901307207.86678,-89301131.53167725,0.8414792845332213,38320639.1874516,0,0,-1.280402657725624,-62.51901408088503,40.62408385887521,1,1,-1.9609022556391036,0.43002531723678694,390.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,unknown,none,in_cloud,above,2.574,0,0,412.48333333333335,517.3333333333334,369.76666666666665,-3.026384904440582,1,0,0,none,1,-2.1186440677966103,5.25,0,0.3,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.8987276108685317,70.23809523809524,119.04761904761902,111.0554163185742,11.927190884458078,47.76119402985074,59.203296703296665,47.85299692016107,0.5607666798897074,17.88285671755131 -380,2026-04-11 22:00:00,buy,411.0,0.238,61,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#61,0.25326499137437036,37.5,0.008632589220890163,33.333333333333634,50.0000000000008,-0.7035092431166845,-0.7121418323375747,0.8728494919303463,417.4,417.9,420.1333333333333,-0.2153625269203152,0,0,1.2142857142857142,0.2911956149366221,1,0.5,-150.94339622641672,1,0,-50.0,0,0,0.0,5.14015217221575,1,0,1,0,1,0,0.0,-0.0016980427585467917,-16.66666666666667,0.30235794508371794,-1.6264705882352928,0,0,0.5837310795091452,0.12605042016806722,-14123567343.552176,-372509.1947593689,2.9178976990527348,-386432.98402380943,0,0,,-67.44914091523549,54.25170068027211,1,1,-0.1052631578947382,0.4663557628247843,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,422.15,425.0,416.3,-1.2199455169963236,1,0,0,none,1,-0.008403361344537815,-0.2398081534772182,0,0.424,0,0,1,0.055876404451305886,30.769230769230774,-0.18591580417271214,19.444444444444937,24.07407407407504,-1.0585228166348202,-0.872607012462108,1.5053847465950019,417.2,418.8,420.4,-0.6685768863419317,0,0,1.5,0.3605769230769231,0,0.0,-152.77777777777706,1,0,-100.0,1,0,-0.4784688995215336,6.2697361396060245,0,0,0,0,0,0,-2.564102564102555,-0.05068969557681313,-11.111111111111107,0.0889226680820343,-2.564705882352939,0,0,0.7716197031425464,0.07563025210084033,-17098394597.083094,-961734.1812076569,2.2315530470986933,-550010.4898280352,0,0,,-67.51364912790851,46.343537414965986,1,1,-0.22556390977444324,0.7168344590289302,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.4666666666667,424.0,416.26666666666665,-1.297057893071818,0,0,0,none,1,-0.050505050505050504,-0.2403846153846154,0,0.455,-1,0,1,0.1816333500755173,29.411764705882362,-0.46293350712842696,8.333333333333542,6.851851851852079,-0.8755661825040875,-0.4126326753756605,2.4291149751082393,417.6,420.25,420.1166666666667,-0.7733491969066031,0,0,2.4285714285714284,0.5823912298732442,0,0.125,-129.25170068027273,1,0,-75.0,0,0,-0.7142857142857117,22.01854136727701,0,0,1,0,0,0,-9.477124183006524,0.008247298637020173,1.666666666666667,0.25342040180846565,-2.967647058823559,0,0,1.573475025537337,0.453781512605042,-22407719380.985744,-2001099.0261497498,1.3309167895964962,-1153604.5931651518,0,0,,-67.40744572469933,26.445120278192405,1,1,-0.33308270676692353,0.5961844003949248,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.1833333333333,423.1333333333333,416.6333333333333,-0.9932333504807711,1,0,0,none,1,0.02531645569620253,-0.2398081534772182,0,0.5,0,0,0,0.2658895719177928,48.275862068965516,-0.6070196019604989,15.07936507936506,21.693121693121814,-0.32209170224621175,0.2849278997142871,2.4385281605244598,418.6,420.4,418.45,-0.570884871550903,0,0,3.0,0.7177033492822966,0,0.2857142857142857,-139.2235609103082,1,0,-71.42857142857143,0,0,-1.6470588235294126,49.88644022280357,0,0,0,0,0,0,3.8314176245210803,0.034068332259670986,2.8571428571428577,0.35312009974485176,-2.3382352941176237,0,0,1.8351962042294874,0.680672268907563,-22165740723.072723,-6590988.567684174,1.0469476099915023,-1009704.5367119461,0,0,,-67.31268081336862,23.501154847904072,0,1,-0.11879699248120425,0.07520001927896791,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.2,423.0,413.4,-0.7597340930674212,1,0,0,none,1,0.03389830508474576,-0.23923444976076555,0,0.533,0,0,0,0.07361737933119634,41.379310344827594,-0.8227319970537361,29.99999999999979,42.22222222222203,1.316187330341279,2.138919327395015,2.288925621973541,419.4,420.1,411.93333333333334,-0.9759581052130484,0,1,3.7142857142857144,0.8928571428571428,1,0.0,-188.29516539440073,1,0,-100.0,1,0,-1.187648456057011,52.8717569124564,0,0,0,0,0,0,-4.774535809018559,-0.2764908988017507,0.0,0.2872901009140496,0.09117647058820921,0,0,2.01540098307574,0.4369747899159664,-25446009831.92886,-10073870.967338562,1.2806261845999796,-1125425.4782339334,0,0,,-67.40776911672849,9.508001583357911,0,1,0.012030075187960669,0.0008765082104200683,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,403.98333333333335,422.0,399.0,2.974545154503061,1,0,0,none,1,0.3469387755102041,-0.2403846153846154,0,0.6,-1,0,0,0.6124728570349486,54.054054054054056,-0.47344411052697044,175.0000000000002,180.5555555555558,4.546447263561731,5.019891374088702,4.157179323770699,420.4,417.05,401.6166666666667,0.46756983575111377,0,0,3.5,0.8353221957040573,0,1.0769230769230769,11.72244280582431,0,0,25.0,0,1,0.7211538461538547,68.88837623559834,0,1,0,1,0,0,7.712590639419908,-0.196706056629246,0.0,0.7169706683648981,9.138235294117635,0,0,3.307877519003193,0.6974789915966386,-29333281813.515953,-29762520.647727966,1.2180439236244356,-776353.8913075626,0,1,,-67.08194820134138,23.55136841561229,0,1,0.515037593984958,0.4941879141051946,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,21,impulse_late,accumulation,100,above_cloud,neutral,0.0,0,0,417.65,418.0,397.0,0.3232371603016926,0,0,0,none,1,0.46153846153846156,-0.23866348448687352,0,0.714,0,0,0,2.885661533904411,8.008762802649528,5.123101268745117,417.0,398.25,395.1166666666667,4.959196484620221,0,0,7.142857142857143,1.7088174982911826,0,1.0285714285714285,127.62330883136269,0,1,3.8461538461538463,0,1,5.289672544080615,71.61921128548957,0,0,0,0,0,1,3.1339031339031322,-0.2951281488637001,-2.1662245800176834,1.0651799567308473,28.038235294117612,0,0,3.542641279339892,0.15126050420168066,-40010105455.914276,-16580525.262748718,1.4727285231651834,15433088.926225133,0,0,,-66.97695198814662,30.553068945853997,1,1,1.9661654135338427,0.828275885040834,419.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,100,above_cloud,above,2.333,0,0,416.15,417.0,366.0,0.4445512435419907,0,0,0,none,1,1.2758620689655173,-3.110047846889952,0,0.667,0,0,0,6.722236570811328,-9.058358632336876,-15.780595203148204,401.0,395.05,451.96666666666664,7.328186305530937,0,0,23.5,5.5424528301886795,1,0.9253731343283582,120.87912087912088,0,1,-6.0606060606060606,0,1,11.87335092348285,55.01039161761254,0,0,0,0,0,0,2.215485074626862,1.747916964314273,10.159285159285162,0.7454246918957712,-2.179411764705833,0,0,13.921260234233488,0.7058823529411765,-70837713747.94241,-13856744.178604126,1.544627106692909,112973831.27257085,0,0,-1.1372821656362677,-60.11320771556553,39.839385436151346,1,1,-0.7270676691729305,0.06267433620287421,401.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,none,in_cloud,above,4.115,0,0,412.48333333333335,486.26666666666665,369.76666666666665,2.792032001292988,1,0,0,none,1,-1.9491525423728813,6.367924528301887,0,0.364,1,0,0,2,0,1,0,0.5,0.0,0.333,0,0.886314085030015,84.61538461538461,107.16440422322773,109.43118184497492,12.837213751175822,52.7363184079602,82.2027179170036,71.1498157926729,0.9212351394830677,17.396901679484678 -381,2026-04-12 07:21:00,sell,448.0,0.65,61,고점 매도 · 비중 65% · 분할 · leg#61,0.9487831876623153,69.23076923076923,0.31372513957353165,91.66666666666697,90.74074074074154,0.9672828944241587,0.6535577548506271,1.8303371768363215,447.0,444.35,443.8833333333333,0.8214245527174535,0,0,1.7142857142857142,0.3826530612244898,0,1.1666666666666667,148.38035527690997,0,1,25.0,0,1,0.6741573033707926,85.31133237775471,0,0,0,0,0,1,2.564102564102569,0.06941203015139841,8.333333333333329,0.9141963283703439,2.5970588235293803,0,0,0.8878905872604594,0.3697478991596639,-14124757800.509886,-83584.5925540924,2.0249723423713077,86250.6698281467,0,0,,-64.98700118461407,26.58008658008658,1,1,0.31954887218044375,0.864470214364684,448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,445.95000000000005,447.0,426.7,0.4596927906715953,0,0,0,none,1,0.10084033613445378,-0.2232142857142857,1,0.533,0,1,1,0.8923329366293059,70.0,0.18203795739300843,100.0000000000005,97.77777777777858,1.3745094289399162,1.1924714715469078,1.8048544721116402,446.6,444.85,439.3833333333333,0.7081038552321006,0,0,1.6428571428571428,0.3667091836734694,0,1.2,128.44036697247685,0,1,20.0,0,1,1.3574660633484115,75.67896129948427,0,0,0,0,0,0,14.444444444444443,0.10855620950031719,6.666666666666671,1.0123499360876749,3.217647058823559,0,0,1.0448771754089898,0.19327731092436976,-17106067875.684399,-11355.322998046875,1.751418369942332,354199.83041617274,0,0,,-64.97218099350401,20.267094017094024,0,1,0.02932330827068558,0.007469686626757843,448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,433.05,444.3,420.9,3.4522572451218148,0,0,0,none,1,0.2828282828282828,-0.2232142857142857,1,0.69,1,1,0,0.9627756316460273,61.53846153846153,-0.14532790975650967,150.0000000000002,113.88888888888913,3.2229183466992026,3.3682462564557123,1.9712898266716299,445.6,443.95,432.0833333333333,0.9122648946953582,0,0,3.2142857142857144,0.7174744897959184,1,1.75,108.15173527038318,0,1,100.0,0,1,1.1286681715575675,61.15157849402924,0,1,0,1,0,0,1.538461538461533,0.14049892386871354,41.66666666666666,0.9176980404857717,6.988235294117601,0,0,1.8584096181536989,0.4117647058823529,-22413724098.26604,-1710071.0237998962,0.9324245346659471,469756.9673824385,0,0,,-64.9417463251565,28.372346812196437,1,1,0.14511278195489052,0.1539679324754949,445.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,421.35,445.0,412.0,6.324908033701182,0,0,0,none,1,0.35443037974683544,-0.2232142857142857,0,0.609,1,0,0,0.7433362926753114,73.07692307692308,-0.08805351844345743,108.3333333333333,95.52469135802481,4.576315414199939,4.664368932643397,6.315171011917259,444.0,439.25,428.1166666666667,1.5367103016505457,0,0,3.0714285714285716,0.6886611146700833,0,1.0555555555555556,72.62120297726771,0,0,33.33333333333333,0,1,0.45045045045044585,84.88748854354112,0,0,0,1,0,1,-2.7851458885941582,-0.0032233572943214384,17.361111111111086,0.9922405707185462,8.976470588235316,0,0,1.9127186658760442,0.4789915966386555,-22172486755.39505,-2691965.705471039,1.0301254105032753,422172.2533786446,0,0,,-65.08051465779512,43.95984529974677,1,1,0.9902255639097703,0.7136126225275916,445.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,419.15,442.8,416.4,6.405821305022075,0,0,0,none,1,0.423728813559322,-0.2242152466367713,0,0.733,0,0,0,0.8126608540537801,72.0,1.1190187197637824,112.49057315233766,112.52768516313388,6.4715751436389155,5.352556423875133,10.082895304994835,443.2,431.4,421.8333333333333,3.1525266573945387,0,0,5.5,1.2359550561797752,0,1.03125,103.43061955965202,0,1,6.25,0,1,3.2482598607888713,77.08887209662674,0,0,0,1,0,0,0.5714285714285694,-0.11282908389029966,0.3289473684210691,0.9923126050796948,16.149999999999977,0,0,3.5441255894190924,0.957983193277311,-25469505751.756332,-3627847.764526367,0.7656393800194576,3165727.0231161416,0,0,,-65.09316388875534,40.048308194586184,1,1,1.6706766917293199,0.8261179475303889,444.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,420.35,434.1,412.1,5.864160818365649,0,0,0,none,1,0.5918367346938775,-0.22471910112359553,0,0.583,0,0,0,0.9633484624099105,68.65671641791045,1.8796594721433753,111.95726495726514,106.95400895400923,8.36087191205138,6.481212439908004,9.467134510988954,440.2,426.3,410.1666666666667,4.386582219094537,0,0,7.357142857142857,1.653290529695024,0,1.1153846153846154,143.9811172305274,0,1,11.538461538461538,0,1,6.205250596658707,78.25043215721671,0,0,0,0,0,1,-0.9085009733938989,0.03272555447581649,2.457264957264954,1.0700063655867067,21.35294117647061,0,0,4.373233050530094,0.865546218487395,-29351753724.856594,-18471911.34064102,0.6611520897235322,7778434.337376833,0,0,,-64.995898233965,31.3209388271228,1,1,1.3804511278195504,0.655182574365808,444.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,17,impulse_late,accumulation,100,above_cloud,above,1.258,0,0,405.25,442.0,398.5,9.808760024676122,0,0,0,none,1,1.1538461538461537,-0.6741573033707865,1,0.778,0,0,0,3.7294166215805573,10.490319986865131,6.760903365284574,424.2,402.5,395.45,9.565217391304337,0,0,8.857142857142858,2.008422416585682,0,1.0350877192982457,188.5521885521887,0,1,4.761904761904762,0,1,10.526315789473696,73.74083524302014,0,0,0,0,0,1,2.3454157782516063,0.9076248570032908,0.6069094304388329,1.4483120554089601,33.388235294117635,0,0,4.543791691871958,0.3445378151260504,-40001690414.21286,3034663.9965896606,0.9468029695862947,26158089.799994018,0,0,,-65.1285528477496,40.33103185515565,1,1,2.604511278195484,0.8970001061512403,441.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,100,above_cloud,above,2.6,0,0,398.85,419.5333333333333,366.0,10.567882662655137,0,0,0,none,1,2.586206896551724,-1.3605442176870748,1,0.714,1,1,0,7.86557944017224,-4.030347740360924,-11.895927180533164,414.6,395.75,448.51666666666665,6.885660138976624,0,0,22.857142857142858,5.403579871664978,0,0.7011494252873564,123.47572106608253,0,1,-29.88505747126437,0,0,11.023622047244096,59.28582704755352,0,0,0,0,0,0,-6.227795193312424,0.1924867898843079,-3.158964735319401,0.6957153148509694,14.988235294117601,0,0,13.590434122989192,0.680672268907563,-70865651756.83789,71328898.53231812,1.3084372439804977,112973831.27257085,0,0,-0.9494423351343227,-60.073792285881964,49.125843658779786,1,1,0.7932330827067667,0.06764425512311623,420.0,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,in_cloud,above,2.218,0,0,412.48333333333335,486.26666666666665,369.76666666666665,2.5495979635540733,1,0,0,none,1,-1.6271186440677967,-1.1820330969267139,0,0.364,0,0,0,0,3,3,0,0.0,0.75,1.0,0,1.0,88.05970149253731,102.86935286935285,104.0987335104982,16.16806788389576,58.62068965517242,78.82270985719259,81.0023674555694,0.8775610053691539,18.23721210892605 -382,2026-04-12 10:30:00,sell,446.0,0.35,61,고점 매도 · 비중 35% · 분할 · leg#61,0.9700384654038975,60.0,0.2762948256903478,108.33333333333364,102.77777777777838,0.8264933092758042,0.5501984835854564,1.2233820991606135,444.8,443.45,442.8,0.5750366444920552,0,0,1.7142857142857142,0.3843689942344651,0,1.25,136.3184079602007,0,1,25.0,0,1,0.6772009029345272,69.55041067737889,0,1,0,1,0,0,2.857142857142861,0.04417982161916589,8.333333333333641,0.8411289032995243,2.867647058823536,0,0,0.8909379017023888,0.23529411764705882,-14126257807.82997,,0.6777702881475774,274640.6411408782,0,0,,-65.13399379899589,10.63103563103563,0,1,0.1872180451127826,0.6669140662815877,446.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,444.5,446.0,438.3333333333333,0.3374578177727683,1,0,0,none,1,0.01680672268907563,-0.2242152466367713,0,0.5,1,0,0,0.8677615334877261,70.58823529411765,0.508490822096389,108.33333333333383,102.7777777777784,0.5375649519401691,0.029074129843780137,2.274670435633058,444.4,442.3,443.48333333333335,0.836536287587597,0,0,1.9285714285714286,0.43241511851377323,0,1.125,134.81756338899356,0,1,25.0,0,1,0.9049773755656076,77.07670429158566,0,0,0,0,0,0,-1.6339869281045765,0.08240922938219752,8.333333333333826,0.8768710527888417,2.2941176470588402,0,0,1.5606726929437291,0.8487394957983193,-17106958809.328484,,0.2905215137512261,536404.1343993545,0,0,,-65.11943802905135,28.04952750330902,1,1,0.19548872180450727,0.21142707017126838,445.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,444.0,447.0,435.6666666666667,0.45045045045044585,1,0,0,none,1,0.18181818181818182,-0.2242152466367713,1,0.621,1,0,0,0.6687230449651894,51.515151515151516,-0.0261895789551021,94.44444444444464,103.70370370370392,0.6603133107801114,0.6865028897352135,2.3399948406039517,443.8,443.25,439.1166666666667,0.3948110547095318,1,0,3.2857142857142856,0.7383627608346709,0,1.0,115.0410861021788,0,1,-0.0,0,1,0.4514672686230181,49.19504793247488,0,1,0,0,0,0,0.0,0.15043757477609276,-16.66666666666667,0.6670325108044174,0.9676470588235588,0,0,2.0531148056609547,0.773109243697479,-22413873756.21883,-314287.329914093,0.6542638209566358,-18802.808033578098,0,1,,-65.16761106711189,37.14869264983681,1,1,-0.1451127819548928,0.10961552609508107,445.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,431.25,445.0,412.0,3.1884057971014457,1,0,0,none,1,0.3291139240506329,-0.22471910112359553,1,0.583,0,0,0,0.5825065142666451,50.0,-0.7326023622401978,79.99999999999999,60.000000000000114,1.724475962102531,2.4570783243427288,1.6400886462894744,441.8,443.4,432.43333333333334,0.13531799729364913,0,0,3.0714285714285716,0.6917631917631918,1,0.8333333333333334,98.36065573770587,0,0,-0.0,0,1,-0.22471910112359383,53.14554559557288,0,0,0,0,0,0,0.0,0.18772824633794283,20.000000000000007,0.6744543525860073,3.2058823529411598,0,0,1.4175534311397198,0.14285714285714285,-22177328680.103264,-4255404.7026023865,0.6220579881887244,-522210.7745254636,0,0,,-65.22822346311779,16.90071993709764,0,1,-0.1278195488721862,0.17300416646711458,445.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,442.25,445.0,413.1,0.3957037874505298,1,0,0,none,1,0.3389830508474576,-0.45045045045045046,1,0.625,0,0,0,0.6215950149109376,70.58823529411765,-0.49688251221370283,69.02777777777756,84.67592592592574,5.1917717968231045,5.688654309036807,5.525763128230746,442.6,439.05,425.15,0.6719052499715161,0,0,4.857142857142857,1.0989010989010988,0,0.875,63.54334948842221,0,0,-66.66666666666666,0,0,0.0,69.01385298830263,0,0,0,0,0,0,0.8912655971479637,-0.20263476238772782,-20.1388888888889,0.6994276721440629,11.361764705882365,0,0,3.112380889907153,0.8487394957983193,-25473128716.904575,-5996071.728858948,0.7637373590573823,5636.968030303717,0,0,,-65.31964419103751,48.41133220451922,1,1,0.7375939849624041,0.5176190709264763,443.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,420.35,442.9,412.1,5.150469846556427,1,0,0,none,1,0.5918367346938775,-0.904977375565611,1,0.583,0,0,0,0.771936124156613,72.22222222222223,0.9246075120162658,103.84615384615404,107.76068376068405,8.391169216009985,7.466561703993719,10.482220714043386,443.8,429.75,412.8833333333333,2.8504944735311177,0,0,8.785714285714286,1.9877181641887527,0,1.0,-0.8603736479843239,0,0,-0.0,0,1,4.491725768321508,53.96338292437741,0,0,0,0,0,0,8.287795992714038,-0.4134513126183883,-3.846153846153854,0.7834071081724849,15.711764705882388,0,0,4.288402623189685,0.8235294117647058,-29423025218.431507,-94485758.98835373,3.1938355187558605,-4132515.3646954894,0,1,,-65.21104402644087,33.42006506499978,1,1,1.6909774436090168,0.7890877208583236,423.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,accumulation,100,above_cloud,above,1.43,0,0,427.75,442.0,404.5,3.3313851548801843,1,0,0,none,1,1.1025641025641026,-0.6787330316742082,0,0.778,0,0,1,4.232611242477221,12.0516674183811,7.81905617590388,428.8,405.45,395.8833333333333,9.507954125046258,0,0,9.857142857142858,2.2200772200772203,0,1.087719298245614,122.010293672419,0,1,11.904761904761903,0,1,11.00000000000001,62.82106232780304,0,0,0,0,0,1,-0.3673938002296211,0.5031946208966636,2.686202686202691,1.3397940657500038,33.632352941176464,0,0,4.345820146346903,0.29411764705882354,-40033538602.02213,,2.0318608566770613,32665835.012993075,0,0,,-64.8646159928131,43.35300987713367,1,1,2.921052631578947,0.9048301671743684,431.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,100,above_cloud,above,6.151,0,0,398.16666666666663,432.0,369.0,11.511092507325248,0,0,0,none,1,2.689655172413793,-2.4774774774774775,0,0.833,0,0,1,7.86557944017224,-4.030347740360924,-11.895927180533164,414.6,395.75,448.51666666666665,6.885660138976624,0,0,22.857142857142858,5.403579871664978,0,0.7011494252873564,123.47572106608253,0,1,-29.88505747126437,0,0,11.023622047244096,59.28582704755352,0,0,0,0,0,0,-6.227795193312424,0.1924867898843079,-3.158964735319401,0.6957153148509694,14.988235294117601,0,0,13.590434122989192,0.680672268907563,-70865651756.83789,71328898.53231812,1.3084372439804977,112973831.27257085,0,0,-0.9494423351343227,-60.073792285881964,49.125843658779786,1,1,0.7932330827067667,0.06764425512311623,420.0,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,in_cloud,above,2.218,0,0,412.48333333333335,486.26666666666665,369.76666666666665,2.5495979635540733,1,0,0,none,1,-1.6271186440677967,-1.1820330969267139,0,0.364,0,0,0,0,1,3,0,0.0,0.25,1.0,0,1.0,87.6923076923077,105.55555555555554,103.56245062127414,17.923076361708496,58.62068965517242,78.82270985719259,81.0023674555694,0.8775610053691539,18.23721210892605 -383,2026-04-12 10:51:00,buy,423.0,0.253,62,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62,0.0,17.241379310344826,-2.2185421906435865,18.964076858814003,22.350320245057883,-2.909307242348291,-0.6907650517047041,5.612483070433546,432.6,441.4,441.93333333333334,-3.9420027186225615,0,0,4.642857142857143,1.0950134770889488,0,0.0,-224.90726020137598,1,0,-100.0,1,0,-4.504504504504503,9.281234795348837,0,0,0,0,0,0,-0.6157635467980356,-0.5509824413739435,0.0,-0.323361878897709,-11.808823529411768,0,0,2.1710434327669508,1.0,-14144404818.354416,-18092704.59083748,1.9800232171656544,-1926667.437495917,0,0,,-66.84416307717929,23.12441283305945,0,1,-0.613533834586463,0.3434711917004364,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,428.4,446.4,424.0,-1.0270774976657293,1,0,0,none,1,-0.13445378151260504,-0.9433962264150944,0,0.484,0,0,1,0.0,24.390243902439025,-2.046367735699486,29.87117552334993,55.829307568438956,-2.5795155616605143,-0.5331478259610284,5.6370622762701394,435.4,440.8,442.75,-4.491833030852998,0,0,5.928571428571429,1.4082117407533086,0,-0.043478260869565216,-269.05615292711934,1,0,-104.34782608695652,1,0,-4.751131221719462,10.22080485983912,0,0,0,0,0,0,-4.181184668989545,-0.9772975328589883,-14.782608695652169,-0.28151790129589366,-10.961764705882388,0,0,2.9360315779885298,1.0,-17128524851.573767,-21361521.057710648,1.7550972746237166,-3071734.601053208,0,0,,-67.06434480365466,35.054013165430156,1,1,-0.3458646616541323,0.10849546123902254,422.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,444.08333333333337,447.0,422.8333333333333,-5.197973353349605,0,0,0,none,1,-0.09090909090909091,-0.4750593824228029,0,0.567,-1,-1,0,0.0,29.629629629629633,-1.5534932142363,66.30434782608717,91.9082125603867,-1.2417842520627005,0.3117089621735996,4.868118902514132,439.4,441.6,439.31666666666666,-4.664855072463769,0,1,6.857142857142857,1.6287750254496098,0,-0.043478260869565216,-355.1401869158897,1,0,-104.34782608695652,1,0,-3.661327231121281,15.636886575568482,0,0,0,0,1,0,-16.084656084656082,-1.4169594269352104,-34.78260869565217,-0.2223660876098402,-7.323529411764696,0,0,4.047152901670556,1.0,-22465840076.02988,-51881327.845149994,2.901301578222989,-2148352.0188282877,0,0,,-67.03412522012053,35.900203933221256,1,1,-0.26616541353384143,0.08584416580810705,422.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,426.85,445.0,420.8,-1.3705048611924564,1,0,0,none,1,0.0379746835443038,-0.7125890736342043,0,0.6,-1,-1,1,0.0,25.641025641025635,-1.4801663371083746,78.89822595704946,83.81574852163101,0.5050000453186385,1.9851663824270132,3.743825921065797,440.6,442.7,432.95,-3.546419697311942,0,0,6.285714285714286,1.4720642355302775,0,0.19047619047619047,-402.621722846451,1,0,-80.95238095238095,1,0,-3.3936651583710398,18.037395238906598,0,0,0,0,1,0,-29.358974358974365,-1.0726849065538846,-13.650793650793673,-0.05224296755327216,-3.7735294117646845,0,1,3.727268126254604,1.0,-22212962760.284286,-39016060.26709747,4.3967532632995,738460.9207319468,1,0,-4.8594336321790434,-66.54731565258095,17.20719124356895,0,1,-0.2992481203007561,0.18255786615527236,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,432.35,445.0,416.4,-1.2374233838325477,1,0,0,none,1,0.15254237288135594,-0.702576112412178,0,0.625,-1,-1,1,0.7953072689399057,72.97297297297297,-0.33061670961962,75.87301587301566,78.02248677248657,5.275383422012283,5.606000131631903,5.582876505419225,443.2,439.75,425.73333333333335,1.6486640136441189,0,0,5.5,1.2304250559284116,0,1.1428571428571428,-102.32558139534889,1,0,14.285714285714285,0,1,1.1312217194570096,39.78333790237809,0,1,0,1,0,1,2.3847376788553163,0.16626580259408286,6.845238095238102,0.8649725123130064,7.388235294117635,0,0,2.724374311386821,0.773109243697479,-25550032556.734478,-83110898.7135086,6.153749744372427,4529392.252142191,0,0,,-64.9145092648985,46.99269126254163,1,1,0.7556390977443566,0.5305045708928282,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.25,442.9,417.6,3.893085415456121,0,0,0,none,1,0.6530612244897959,-0.6711409395973155,0,0.636,0,0,1,0.771936124156613,72.22222222222223,0.9246075120162658,103.84615384615404,107.76068376068405,8.391169216009985,7.466561703993719,10.482220714043386,443.8,429.75,412.8833333333333,2.8504944735311177,0,0,8.785714285714286,1.9877181641887527,0,1.0,-0.8603736479843239,0,0,-0.0,0,1,4.491725768321508,53.96338292437741,0,0,0,0,0,0,8.287795992714038,-0.4134513126183883,-3.846153846153854,0.7834071081724849,15.711764705882388,0,0,4.288402623189685,0.8235294117647058,-29423025218.431507,-94485758.98835373,3.1938355187558605,-4132515.3646954894,0,1,,-65.21104402644087,33.42006506499978,1,1,1.6909774436090168,0.7890877208583236,423.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,accumulation,100,above_cloud,above,1.43,0,0,427.75,442.0,404.5,3.3313851548801843,1,0,0,none,1,1.1025641025641026,-0.6787330316742082,0,0.778,0,0,1,4.232611242477221,12.0516674183811,7.81905617590388,428.8,405.45,395.8833333333333,9.507954125046258,0,0,9.857142857142858,2.2200772200772203,0,1.087719298245614,122.010293672419,0,1,11.904761904761903,0,1,11.00000000000001,62.82106232780304,0,0,0,0,0,1,-0.3673938002296211,0.5031946208966636,2.686202686202691,1.3397940657500038,33.632352941176464,0,0,4.345820146346903,0.29411764705882354,-40033538602.02213,,2.0318608566770613,32665835.012993075,0,0,,-64.8646159928131,43.35300987713367,1,1,2.921052631578947,0.9048301671743684,431.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,100,above_cloud,above,6.151,0,0,398.16666666666663,432.0,369.0,11.511092507325248,0,0,0,none,1,2.689655172413793,-2.4774774774774775,0,0.833,0,0,1,7.86557944017224,-4.030347740360924,-11.895927180533164,414.6,395.75,448.51666666666665,6.885660138976624,0,0,22.857142857142858,5.403579871664978,0,0.7011494252873564,123.47572106608253,0,1,-29.88505747126437,0,0,11.023622047244096,59.28582704755352,0,0,0,0,0,0,-6.227795193312424,0.1924867898843079,-3.158964735319401,0.6957153148509694,14.988235294117601,0,0,13.590434122989192,0.680672268907563,-70865651756.83789,71328898.53231812,1.3084372439804977,112973831.27257085,0,0,-0.9494423351343227,-60.073792285881964,49.125843658779786,1,1,0.7932330827067667,0.06764425512311623,420.0,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,in_cloud,above,2.218,0,0,412.48333333333335,486.26666666666665,369.76666666666665,2.5495979635540733,1,0,0,none,1,-1.6271186440677967,-1.1820330969267139,0,0.364,0,0,0,4,0,3,0,1.0,0.0,1.0,0,1.0,87.6923076923077,105.55555555555554,103.56245062127414,17.923076361708496,58.62068965517242,78.82270985719259,81.0023674555694,0.8775610053691539,18.23721210892605 -384,2026-04-13 00:15:00,buy,423.0,0.253,62,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62,0.35706607287344566,41.66666666666667,0.13446891723739118,44.44444444444474,25.925925925926606,-0.704085176934484,-0.8385540941718752,1.3144649303861369,424.8,425.8,428.73333333333335,-0.18788163457021945,0,0,1.2857142857142858,0.3025210084033614,0,0.3333333333333333,-94.4777112441735,0,0,-66.66666666666666,0,0,-0.23474178403756207,63.91162968457972,0,0,0,0,0,0,-12.878787878787875,-0.006456482730575308,11.111111111111107,0.37725067492303865,-0.8911764705882206,0,0,1.4004386674868834,1.0,,,0.7345960150372088,-65791.09342968464,0,0,,-66.72445554064814,24.157509157509157,0,1,-0.11578947368421866,0.23967176004528323,424.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,424.85,439.3,424.0,0.03530657879251553,1,0,0,none,1,-0.06722689075630252,0.0,0,0.417,0,-1,0,0.6250000042282658,54.54545454545455,0.3181598776044767,50.00000000000049,38.88888888888983,-1.6098389786121743,-1.927998856216651,0.9400704734889533,425.0,425.5,432.3833333333333,0.1175088131609936,0,0,1.3571428571428572,0.31857813547954394,1,1.0,-45.751633986931004,0,0,-0.0,0,1,0.23529411764706687,42.943086815833006,0,0,0,0,0,0,12.878787878787875,0.09696908078134125,16.666666666666664,0.42631870707992475,-3.3470588235293803,0,0,1.0201239731233926,0.44537815126050423,,,0.7111440996662464,259436.65474824607,0,0,,-66.63223665684754,32.336116264687696,1,1,-0.04812030075188156,0.0810447170557912,424.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,432.26666666666665,437.8666666666667,424.0,-1.4497223935842074,1,0,0,none,1,-0.010101010101010102,0.0,0,0.522,0,0,0,0.3139243544896807,27.77777777777777,-0.3751421836086948,13.227513227513446,13.051146384479964,-2.568924404098425,-2.19378222048973,4.006828283849282,425.4,429.2,431.31666666666666,-0.745573159366264,0,0,2.5,0.5868544600938966,0,0.2222222222222222,-73.26672721768135,0,0,-71.42857142857143,0,0,-0.9302325581395321,13.614873721680809,0,0,1,0,0,0,4.248366013071887,0.2226536321009096,5.820105820105821,0.2544461283825569,-6.988235294117601,0,0,1.2409051768870527,0.20168067226890757,-22486465587.77119,-2656775.841609955,1.0645938150059902,-589411.4323889241,0,0,,-66.60303696165533,48.32629032474234,1,1,-0.6721804511278273,0.8555371914981075,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,429.1333333333333,436.8666666666667,423.0,-0.7301537983532724,1,0,0,none,1,0.0379746835443038,-0.2347417840375587,0,0.5,0,0,0,0.12070152348824667,9.523809523809518,-1.2065391479144834,5.128205128205109,6.8376068376069705,-2.3948556798795835,-1.1883165319651001,5.360611352141338,425.4,432.8,432.21666666666664,-2.0332717190388205,0,0,3.9285714285714284,0.9265498652291105,0,0.0,-108.31937465103269,1,0,-100.0,1,0,-2.5287356321839094,9.281089181887324,0,0,0,0,0,0,-4.761904761904773,0.041086509344477884,-2.5641025641025657,0.10812870103123355,-6.588235294117624,0,0,1.5362908862155078,0.23529411764705882,-22228880755.750626,-7402018.29322052,1.6468375898640812,-1134979.1359948963,0,0,,-66.74336725856811,35.298677865154794,1,1,-0.9052631578947403,0.8525788814966075,424.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,432.45000000000005,437.7,423.0,-1.953983119435787,1,0,0,none,1,-0.2542372881355932,-0.2358490566037736,0,0.533,0,0,0,0.10982969817103108,43.24324324324324,-1.1396137122602732,3.3333333333331248,21.38888888888871,-1.3316956475060238,-0.19208193524575054,4.425594205796926,427.6,431.45,431.6333333333333,-1.7267354270483204,0,0,4.428571428571429,1.0444743935309972,0,-0.1,-117.85714285714323,1,0,-110.00000000000001,1,0,-2.5287356321839094,37.01365024708512,0,0,0,0,0,0,-5.32818532818532,-0.264915787836823,-20.0,0.07702157632877582,-6.04411764705884,0,0,2.3222640105637202,0.31092436974789917,-25574767362.876347,-21916224.59790039,1.7761217574790198,-3294176.6670055985,0,0,,-66.679826474926,25.005336491821243,1,1,0.0548872180451123,0.004627285965229544,425.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,430.35,444.0,423.0,-1.4755431625421256,1,0,0,none,1,0.061224489795918366,-0.4716981132075472,0,0.583,0,0,0,0.15946102007302299,33.92857142857143,-1.6061059281006904,23.650793650793844,49.20176257637584,0.9493705543440569,2.5554764824447473,6.766178326874282,430.8,434.0,420.4,-2.304147465437789,0,0,6.642857142857143,1.5667115902964963,0,0.05263157894736842,-93.25224442513759,0,0,-110.00000000000001,1,0,-1.3953488372092981,38.13205195732592,0,0,1,0,0,0,0.0,-0.3432244261193951,-28.823529411764703,0.25460229221370384,-0.33235294117645253,0,1,4.139893096910051,0.6722689075630253,-29449241382.781746,-25988520.276512146,1.06818692839205,-3007364.9173900187,0,0,,-66.58642439315989,14.56478405225846,0,1,-0.7999999999999998,0.415625,425.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,14,impulse_late,accumulation,382,in_cloud,below,-1.588,0,0,428.05,442.0,415.0,-0.946151150566521,1,0,0,none,1,0.2564102564102564,-0.7075471698113208,0,0.5,-1,0,0,1.026509277149895,11.108161839885781,10.081652562735886,432.6,414.7,397.23333333333335,2.242585001205688,0,0,11.928571428571429,2.8133423180592994,0,0.6590909090909091,73.3960505127553,0,0,-38.46153846153847,0,0,2.4154589371980784,58.27423061221722,0,1,0,1,0,1,-10.40477426050856,-1.1669306022989758,-6.471306471306477,0.645415610141486,26.958823529411745,0,0,6.027120464094987,0.6554621848739496,-40098541272.99067,-104414546.00328827,0.731363334865677,12693286.040058196,0,0,,-66.40538438613362,49.2748114532644,1,1,2.5037593984962414,0.8199440223626613,425.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,6,impulse_late,unknown,100,above_cloud,above,2.746,0,0,384.85,433.3,382.0,10.172794595296853,1,0,0,none,1,1.5862068965517242,-3.5377358490566038,0,0.714,0,-1,0,9.142952344965753,1.4693058308403693,-7.673646514125384,429.6,398.45,445.5,13.439578366168913,0,0,24.214285714285715,5.357142857142858,0,0.8411214953271028,179.52606071417952,0,1,-15.887850467289718,0,1,22.826086956521728,68.632478820744,0,0,0,0,0,0,5.372185430463574,1.3967820243003786,3.8994521430873306,0.9212371532357008,28.132352941176464,0,0,14.342031847553976,0.7058823529411765,-70820656329.55632,94253331.16099548,1.3802741148540334,188475592.2708304,0,0,-0.7856449436811774,-57.176021037740796,58.891673840811215,1,1,2.4654135338345786,0.424185822018355,423.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,in_cloud,neutral,0.442,0,0,412.48333333333335,486.26666666666665,369.76666666666665,9.580185057982128,1,0,0,none,1,-1.305084745762712,10.176991150442479,0,0.417,1,1,0,2,0,3,0,0.5,0.0,1.0,0,0.6421308798636624,62.765957446808514,76.06837606837604,82.23443223443222,15.77830942408062,74.17218543046357,75.16381995917926,75.0836325441546,1.0,22.481841608986013 -385,2026-04-13 17:51:00,buy,431.0,0.249,62,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62,0.20026735294705694,33.33333333333333,-0.10882493960573114,0.0,11.111111111111788,-1.0404422420002106,-0.9316173023944795,1.304743770700102,433.2,434.7,436.76666666666665,-0.39107430411777777,0,0,1.0,0.23094688221709006,0,0.0,-114.94252873562934,1,0,-100.0,1,0,-0.45977011494252595,11.901028639830443,1,0,1,0,0,0,0.0,0.0250778010554934,-16.66666666666697,0.1276316951639842,-2.0764705882352814,0,0,0.5425464525474192,0.0,-14159984038.7188,,1.5008459814738528,-36599.89161965251,0,0,,-66.04847430827826,26.531524031524032,1,1,-0.2195488721804492,0.8391134905326154,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,435.2,440.2,433.0,-0.5055147058823484,1,0,0,none,1,-0.1092436974789916,-0.23094688221709006,0,0.4,0,0,0,0.1580236733070316,25.0,-0.24938243339008392,19.444444444444937,16.111111111112056,-1.1766924791190831,-0.9273100457289992,1.6452494201535253,433.4,435.45,436.8,-0.5626363531978429,0,0,1.6428571428571428,0.37941273507093365,0,0.16666666666666666,-137.2549019607853,1,0,-75.0,0,0,-0.45977011494252595,12.041090737101513,0,0,1,0,0,0,2.7777777777777857,0.02235241278668154,8.333333333333334,0.18277490989558656,-3.3470588235293803,0,0,0.8320291840378075,0.04201680672268908,-17147706053.230637,-588302.9491386414,1.866560370520598,-110234.20406168699,0,0,,-66.03404363194623,23.88050441621871,0,1,-0.2669172932330918,0.7773227161422842,432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,438.51666666666665,449.0,433.1333333333333,-1.2580289612709517,0,0,0,none,1,-0.06060606060606061,-0.23094688221709006,0,0.481,0,0,1,0.12730854878704098,29.411764705882362,-0.4192950301508751,6.666666666666894,8.888888888889145,-1.1470265211253832,-0.7277314909745081,2.2124289790996485,434.0,436.6,437.98333333333335,-0.8245533669262506,0,0,2.5,0.5773672055427251,0,0.0,-125.46978895634658,1,0,-100.0,1,0,-1.1415525114155223,11.968323011539866,0,0,0,0,0,0,0.0,-0.04382503375419988,-6.666666666666667,0.18611566014911887,-2.888235294117635,0,0,1.220189729097165,0.15126050420168066,-22508826204.677605,-3390375.980529785,1.280359709278442,-791286.608588256,0,0,,-66.00465900375238,17.957463687229282,0,1,-0.18345864661653516,0.20200320295323548,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,445.68333333333334,446.0,432.06666666666666,-2.8458172843199625,1,0,0,none,1,-0.0379746835443038,-0.4618937644341801,0,0.455,-1,0,0,0.0980606596717353,41.66666666666667,-0.5690184294275699,8.333333333333314,22.22222222222236,-0.9236217196681764,-0.35460329024060655,2.2208644225462084,434.8,436.9,437.0833333333333,-0.8926527809567375,0,0,3.5,0.8083140877598153,1,0.0,-151.02040816326965,1,0,-100.0,1,0,-1.5909090909090873,25.777658794040747,1,0,0,0,0,0,0.0,-0.0980347524541797,-8.333333333333332,0.22861180139557696,-4.232352941176487,0,0,1.9132441331494892,0.5294117647058824,-22246554495.604237,-3638003.8350334167,1.0470007000739745,-1325270.2115317434,0,0,,-65.98740316879037,32.604926129770845,1,1,-0.1413533834586431,0.11884810416022384,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,445.68333333333334,446.0,433.96666666666664,-2.8458172843199625,0,0,0,none,1,-0.1016949152542373,-0.4618937644341801,0,0.455,0,0,0,0.2868813531989436,37.14285714285714,-0.7302034656497873,26.917989417989215,43.69488536155186,0.3936873680017925,1.1238908336515798,4.497337366114356,437.4,438.2,434.05,-0.9584664536741228,0,0,5.357142857142857,1.2343647136273863,0,0.2,-102.0642201834864,1,0,-88.88888888888889,1,0,-1.1389521640091105,42.3825690916918,0,0,0,0,0,0,-10.357142857142861,-0.18505823590327863,-15.343915343915338,0.34966744114555026,-0.27058823529415577,0,1,3.0706175970376357,0.5798319327731093,-25586886659.716965,-8411516.736431122,0.624585699925087,-1372549.0046616197,0,0,,-65.84471278783144,24.046543072329193,0,1,0.007518796992476561,8.151341058648676e-05,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,441.7166666666667,442.0,425.0,-1.7469720409010403,1,0,0,none,1,0.10204081632653061,-0.4608294930875576,0,0.533,-1,0,0,0.5192794199890441,45.65217391304348,-0.18715441839552183,56.666666666666856,64.87179487179513,2.0257401874102925,2.2128946058058143,5.371292403972182,437.2,434.55,429.6666666666667,0.10355540214013192,0,0,6.142857142857143,1.4121510673234812,0,0.625,-7.063298016842373,0,0,-60.0,0,0,0.4618937644341736,58.03164389558816,0,1,0,1,0,1,-13.963210702341144,-0.2959200260547661,-12.307692307692307,0.47270226184991204,2.7852941176470836,0,0,3.6196802388046008,0.6638655462184874,-29467923876.38482,-13286040.929084778,0.9601575590093648,2308046.5587731004,0,0,,-65.67140384280475,10.84333814536029,0,1,0.6263157894736902,0.4032158997075357,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,accumulation,500,above_cloud,above,0.683,0,0,441.68333333333334,442.0,424.26666666666665,-1.5131504471529333,1,0,0,none,1,0.10256410256410256,-0.45977011494252873,0,0.571,0,0,0,0.4807126781132709,11.196473542322792,10.715760864209521,434.6,422.95,399.25,3.7947747960751954,0,0,11.571428571428571,2.6358607224210866,0,1.0,83.34554692461795,0,0,-0.0,0,1,3.78250591016549,48.57195492447845,0,1,0,1,0,1,-1.7396572615544414,-0.17514196750923539,2.6666666666666714,0.8285485087782705,25.270588235294156,0,0,6.622302033192495,0.6638655462184874,-40111919748.53547,-108836235.6557312,0.7065581549633183,1911386.211693313,0,0,,-65.1688164475364,42.14270031888113,1,1,2.223308270676686,0.7558517063188792,438.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,100,above_cloud,above,7.014,0,0,428.55,439.0,382.0,2.4384552560961392,1,0,0,none,1,1.7241379310344827,-1.5945330296127564,0,0.833,0,0,0,9.142952344965753,1.4693058308403693,-7.673646514125384,429.6,398.45,445.5,13.439578366168913,0,0,24.214285714285715,5.357142857142858,0,0.8411214953271028,179.52606071417952,0,1,-15.887850467289718,0,1,22.826086956521728,68.632478820744,0,0,0,0,0,0,5.372185430463574,1.3967820243003786,3.8994521430873306,0.9212371532357008,28.132352941176464,0,0,14.342031847553976,0.7058823529411765,-70820656329.55632,94253331.16099548,1.3802741148540334,188475592.2708304,0,0,-0.7856449436811774,-57.176021037740796,58.891673840811215,1,1,2.4654135338345786,0.424185822018355,423.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,in_cloud,neutral,0.442,0,0,412.48333333333335,486.26666666666665,369.76666666666665,9.580185057982128,1,0,0,none,1,-1.305084745762712,10.176991150442479,0,0.417,1,1,0,3,0,2,0,0.75,0.0,0.667,1,0.7652159498447554,61.46788990825688,94.09523809523807,86.45665445665442,14.30824502936745,74.17218543046357,75.16381995917926,75.0836325441546,1.0,22.481841608986013 -386,2026-04-14 03:15:00,buy,437.0,0.245,62,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#62,0.2877790545895841,22.222222222222214,-0.20284182015502172,13.333333333333636,6.666666666667314,-1.2164489526689408,-1.013607132513919,1.817680825641689,438.4,440.7,442.23333333333335,-0.38574994327206236,0,0,1.2142857142857142,0.2766026684022128,0,0.2,-68.87589343729883,0,0,-80.0,0,0,-0.9029345372460473,10.802010943206483,0,0,0,0,0,0,-14.141414141414145,0.08794949365976545,6.666666666666666,0.22172445008408057,-3.2117647058823877,0,0,0.8233730563774041,0.15126050420168066,-14207417238.735872,-463678.6973686218,0.09061241390640065,-176490.65971434116,0,0,,-65.51278047649976,37.182539682539684,1,1,-0.21954887218045147,0.42065794407278134,438.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,453.75,465.0,438.9,-3.2506887052341615,1,0,0,none,1,-0.06722689075630252,-0.22779043280182232,0,0.483,0,0,0,0.20883299171217073,41.17647058823529,-0.21531998539778718,6.666666666667159,9.444444444445391,-1.6063668372440816,-1.3910468518462944,2.253885409596088,438.8,441.9,447.5,-0.6562570717356775,0,0,1.9285714285714286,0.43931012040351447,0,0.14285714285714285,-97.61904761904604,0,0,-80.0,0,0,-0.45351473922902175,32.215802518237226,0,0,0,0,0,0,3.67647058823529,0.040452448745935676,0.0,0.19617460120182467,-3.0235294117646845,0,0,1.263478345261855,0.5294117647058824,-17189902110.725803,-676780.1692466736,0.31392379683253546,-127346.1490367204,0,0,,-65.498417555478,36.65285344907194,1,1,-0.32781954887217757,0.6066609648059024,439.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,462.55,464.0,439.8333333333333,-5.0913414765971226,0,0,0,none,1,0.030303030303030304,-0.22779043280182232,1,0.556,0,0,0,0.19720256451094326,42.10526315789474,-0.49022431546737,16.66666666666689,35.185185185185425,-2.11801624081005,-1.62779192534268,2.723204168966453,440.6,442.65,443.8333333333333,-0.8245792386761486,0,0,2.4285714285714284,0.5532053368044256,0,0.16666666666666666,-137.56613756613922,1,0,-83.33333333333334,1,0,-1.1261261261261257,33.048611702109966,1,0,1,0,1,0,-2.8947368421052673,0.028040007638060915,-11.11111111111111,0.08097454338657134,-7.252941176470586,0,0,2.1910832563457787,0.773109243697479,-22552243349.64241,-1474159.3610038757,0.19172950177651543,-641308.7535311803,0,0,,-65.46859286309292,23.281492818721677,0,1,-0.3180451127819567,0.3898379678550179,438.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,459.55,460.0,433.9,-4.471765857904475,1,0,0,none,1,0.012658227848101266,-0.22779043280182232,0,0.56,0,0,0,0.1726859377219917,33.33333333333333,-1.276377478546816,23.931623931623914,20.827710301394657,-1.151981886193198,0.12439559235361794,6.952862733151709,441.4,448.2,441.8833333333333,-2.2757697456492587,0,0,5.5,1.2557077625570776,0,0.0,-93.32589700687872,0,0,-100.0,1,0,-1.7937219730941756,20.107333960149262,0,0,0,0,0,0,0.7246376811594217,-0.15653148809169903,0.0,0.19796494670888426,-4.138235294117635,0,0,3.7651525310311458,0.9915966386554622,-22324454312.61412,-1615493.1713294983,0.23827904329317334,20084.009982466698,1,0,,-65.5298289258919,30.779700339494905,1,1,-1.0857142857142854,0.6797482780833443,438.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.7,459.0,433.8666666666667,-4.304129342363994,1,0,0,none,1,-0.01694915254237288,-0.228310502283105,0,0.6,0,0,0,0.31316496975163843,49.25373134328358,-1.3810676523387144,23.809523809523597,34.733893557422796,1.1927598653929863,2.5738275177317007,7.589373552632006,441.8,444.3,438.06666666666666,-1.4179608372721142,0,0,7.857142857142857,1.7938682322243964,0,0.2631578947368421,-61.30268199233723,0,0,-100.0,1,0,-3.31125827814569,69.99682244912401,0,0,0,0,0,0,-6.996268656716417,-0.42277784204902247,-17.647058823529413,0.30474357228399934,-0.12647058823529278,0,1,4.000594115397882,0.8319327731092437,-25723027809.583065,-137937840.8294754,0.2461650808815386,2194161.1203534603,1,0,,-65.4647113988154,17.58843597212599,0,1,0.5368421052631578,0.14194388355721255,438.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,451.58333333333337,452.0,433.6666666666667,-3.007935043365939,1,0,0,none,1,0.12244897959183673,-0.228310502283105,0,0.588,-1,0,0,0.40374330737208225,50.0,-0.40329474480656646,43.13725490196097,77.77777777777804,3.1905096482663,3.5938043930728663,7.6518721892468085,448.0,441.25,434.25,-0.7365439093484416,0,0,8.5,1.9406392694063925,0,0.3333333333333333,-8.41514726507664,0,0,-70.58823529411765,0,0,0.6896551724137945,73.40393595541315,0,0,0,1,0,1,0.0,-0.722168033984639,-27.450980392156865,0.3900829429728557,5.932352941176475,0,0,5.106006913805759,0.8991596638655462,-29588510294.347256,-120586417.96243668,0.26282116822057655,13485525.86909923,0,0,,-65.36884012454315,16.33795685205633,0,1,0.6804511278195543,0.22744534466359745,438.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,accumulation,500,above_cloud,neutral,-0.354,0,0,449.58333333333337,450.0,426.6666666666667,-2.5764596848934285,1,0,0,none,1,0.1794871794871795,-1.36986301369863,0,0.556,0,0,0,0.8205793092220794,11.803495947405906,10.982916638183827,440.6,427.55,400.35,5.718629400070174,0,0,12.214285714285714,2.702275600505689,0,1.3333333333333333,120.54204229744339,0,1,86.66666666666667,0,1,1.8018018018018056,64.26518250981064,0,1,0,1,0,0,6.3550420168067205,0.5725355225469393,24.12698412698414,0.9955334618340935,27.123529411764707,0,0,6.816314947411331,0.6638655462184874,-40123327385.9007,-89788783.87857056,0.9405400222244993,-6242183.106464074,0,1,-1.015180631901235,-64.07413294765712,33.462293196526446,1,1,2.066917293233076,0.7234565806921077,443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,100,above_cloud,above,7.973,0,0,438.05,439.0,397.2,3.184567971692731,0,0,0,none,1,2.310344827586207,-1.3274336283185841,0,0.857,1,1,0,10.019962529132282,7.253581336839034,-2.7663811922932497,442.4,403.5,443.23333333333335,14.250309789343252,0,0,26.571428571428573,5.763867369073443,0,0.8114754098360656,155.01792114695334,0,1,-19.327731092436977,0,1,19.740259740259745,80.90477490442494,0,0,0,0,0,0,-0.44711686709835874,0.41086377093602877,3.135967030490349,0.8908460828019885,36.62941176470588,0,0,14.017464236186242,0.6890756302521008,-70829165148.93903,71229662.75662231,1.2580489597964772,225676942.1300671,0,0,-0.5609937030418282,-56.16674450503537,70.00862590003268,1,1,4.2827067669172925,0.7825206179624336,437.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,19,impulse_late,unknown,382,above_cloud,above,6.029,0,0,412.48333333333335,486.26666666666665,369.76666666666665,11.762091397632224,1,0,0,none,1,-1.1355932203389831,10.195227765726681,0,0.462,1,0,0,2,0,2,0,0.5,0.0,0.667,1,0.9251752608129354,65.17857142857143,128.88888888888889,109.24867724867723,13.450052077668257,78.98550724637681,82.81275486470645,79.2177875527006,1.0,28.393630051811996 -387,2026-04-14 16:51:00,sell,482.0,0.65,62,고점 매도 · 비중 65% · 분할 · leg#62,0.8694889834510685,70.0,0.33163403173448947,100.0000000000003,107.67195767195841,2.8928223558418154,2.561188324107326,2.951655057910716,481.2,476.8,470.8333333333333,1.090604026845643,0,0,2.142857142857143,0.44457617071724953,0,1.1,124.03100775193916,0,1,16.666666666666664,0,1,1.2605042016806678,69.91859028838381,0,1,0,1,0,1,3.333333333333343,-0.018706466718028114,-8.73015873015872,1.0490668590712602,7.202941176470631,0,0,1.181043043368248,0.9747899159663865,-14214437206.763727,-2457062.191181183,0.9969568807120281,544657.723340258,0,0,,-62.07988051905416,62.113997113997115,1,1,0.5624060150375982,0.8943020817349495,482.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.6333333333333,481.0,462.6666666666667,0.2843470420972327,0,0,0,none,1,0.19327731092436976,-0.4149377593360996,0,0.667,0,0,0,0.8765592589136236,73.91304347826087,0.7333776617137562,109.09090909090958,112.5476992143668,3.3797469251219354,2.6463692634081792,3.6945872282665633,480.6,474.4,469.4166666666667,1.3912310286678053,0,0,2.5714285714285716,0.5346005346005347,0,1.0,123.05433186490396,0,1,-0.0,0,1,1.9067796610169552,84.79247847727942,0,0,0,0,0,0,0.0,-0.09586162225496064,-3.3333333333333286,1.0541618083156026,9.34117647058821,0,0,1.1893975346496133,0.7394957983193278,-17197294297.371235,-2575426.598510742,0.7053335725221251,1708910.8503281623,0,0,,-62.142377568511755,28.349673202614383,1,1,0.6616541353383446,0.7980477509563376,482.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.55,481.0,455.8,0.09364270107168338,1,0,0,none,1,0.25252525252525254,-0.2079002079002079,0,0.69,0,0,0,0.9663591349533852,73.33333333333333,1.055240980622425,115.71428571428594,113.12169312169335,4.040171467432174,2.984930486809749,4.552590678304186,479.0,471.0,463.8833333333333,2.123142250530785,0,0,4.214285714285714,0.8761508761508762,0,1.1333333333333333,137.9044684129426,0,1,13.333333333333334,0,1,2.3404255319148914,74.57760179658175,0,0,0,0,0,0,-2.52873563218391,0.013606510345913314,4.444444444444443,1.0009236871810296,9.711764705882388,0,0,1.765698157858626,0.6302521008403361,-22561925566.273533,-2760091.879589081,2.020741716315043,906034.8181971535,0,0,,-62.108236995891296,25.843324182179636,1,1,0.7849624060150421,0.7504585639924006,480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,478.3833333333333,479.0,443.23333333333335,0.5469811517959888,0,0,0,none,1,0.5063291139240507,-0.4158004158004158,0,0.818,0,0,1,1.0,65.78947368421052,0.7149087382361219,111.39601139601137,104.90028490028504,4.502937809218508,3.7880290709823865,3.8152924762875657,475.0,469.45,456.76666666666665,2.247310682713821,0,0,4.285714285714286,0.8928571428571428,0,1.1333333333333333,203.0728122912493,0,1,15.384615384615385,0,1,2.3454157782516027,78.58825748772763,0,0,0,0,0,0,2.6315789473684106,0.2486773237522959,5.128205128205124,1.1097581465549824,11.050000000000011,0,0,1.9797738281660286,0.48739495798319327,-22331211466.883217,-2247143.224407196,2.7152472279418727,3908659.647920683,0,0,,-62.167795866442965,17.346193397789712,0,1,0.5225563909774413,0.4766723870971554,480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,456.0,478.0,443.3333333333333,5.263157894736836,0,0,0,none,1,0.6440677966101694,-0.4166666666666667,0,0.846,0,0,1,1.0,77.5,0.8561050887856414,109.35897435897415,106.3960113960112,6.687670177836594,5.831565089050953,6.43549610104735,471.0,463.2,449.43333333333334,3.4110535405872167,0,0,4.785714285714286,0.999105278854757,0,1.0434782608695652,174.5944960816482,0,1,5.0,0,1,3.2327586206896575,87.7195644831799,0,1,0,1,0,1,6.911764705882348,0.38329978793427255,4.444444444444457,1.298330054951898,17.03235294117644,0,0,2.368026222413744,0.18487394957983194,-25726991554.177784,-2005580.9927482605,2.8366577509756463,5510997.055534035,0,0,-0.27941186988986355,-62.17563070003151,49.399716761865186,1,1,1.1593984962406028,0.8471344205852009,479.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,456.25,478.0,436.0,4.986301369863022,0,0,0,none,1,0.8163265306122449,-0.41753653444676403,1,0.75,1,1,1,0.9132160298767943,77.77777777777777,1.6592776456027414,100.0,104.21810699588497,7.649495636516917,5.990217990914176,9.401064158701244,467.2,454.35,441.46666666666664,3.884670408275559,0,0,7.071428571428571,1.49818401937046,0,1.0,153.6573392243493,0,1,-0.0,0,1,6.3063063063063085,90.42431149523739,0,0,0,0,0,0,2.2675736961451207,0.14506434669499413,-4.93827160493845,1.0794844599980444,21.92352941176472,0,0,5.128596906918341,0.8991596638655462,-29590158726.546608,-2102659.5964813232,1.96442621365848,11324500.657067627,0,0,,-62.6255202430087,17.18681838504963,0,1,1.1827067669172966,0.4293456750042476,472.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,unknown,100,above_cloud,below,-0.567,0,0,456.6,472.0,432.4,3.372755146736739,1,0,0,none,1,1.205128205128205,-1.694915254237288,1,0.727,1,0,1,2.383842847756334,14.788722772944027,12.404879925187693,458.0,438.1,404.05,7.737959370006853,0,0,10.642857142857142,2.2548426150121066,0,1.125,191.35802469135774,0,1,14.634146341463413,0,1,11.32075471698113,83.73453909909489,0,1,0,0,0,0,1.6264570344266644,0.6745816306267329,0.7113821138211307,1.283943359413259,37.388235294117635,0,0,7.189007126490686,0.7058823529411765,-40134533235.426895,-35991962.43622589,1.5913442195706562,13586715.06709141,0,0,-1.2119203838206296,-62.4141806353539,15.827499982820177,0,1,2.1263157894736793,0.7012012048873058,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,100,above_cloud,above,5.837,0,0,443.51666666666665,466.0,397.3666666666667,6.422156251174327,0,0,0,none,1,2.8275862068965516,-0.847457627118644,1,0.875,0,0,0,10.019962529132282,7.253581336839034,-2.7663811922932497,442.4,403.5,443.23333333333335,14.250309789343252,0,0,26.571428571428573,5.763867369073443,0,0.8114754098360656,155.01792114695334,0,1,-19.327731092436977,0,1,19.740259740259745,80.90477490442494,0,0,0,0,0,0,-0.44711686709835874,0.41086377093602877,3.135967030490349,0.8908460828019885,36.62941176470588,0,0,14.017464236186242,0.6890756302521008,-70829165148.93903,71229662.75662231,1.2580489597964772,225676942.1300671,0,0,-0.5609937030418282,-56.16674450503537,70.00862590003268,1,1,4.2827067669172925,0.7825206179624336,437.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,19,impulse_late,unknown,382,above_cloud,above,6.029,0,0,412.48333333333335,486.26666666666665,369.76666666666665,11.762091397632224,1,0,0,none,1,-1.1355932203389831,10.195227765726681,0,0.462,1,0,0,0,4,2,0,0.0,1.0,0.667,0,1.0,61.29032258064516,112.42697701907117,120.98175130555279,13.715991194850952,78.98550724637681,82.81275486470645,79.2177875527006,1.0,28.393630051811996 -388,2026-04-14 17:06:00,sell,479.0,0.35,62,고점 매도 · 비중 35% · 분할 · leg#62,0.4255731325120221,52.38095238095237,-0.41743771736225455,30.000000000000302,59.365079365080106,2.1276808763691974,2.545118593731452,2.2449470634738824,480.4,478.8,472.01666666666665,-0.1670843776106934,0,0,2.2857142857142856,0.47818290496114757,0,0.42857142857142855,15.126050420167699,0,0,-100.0,1,0,-0.20876826722338038,54.12672633194356,0,0,0,0,0,0,-7.6190476190476275,-0.23011486360898736,-33.33333333333333,0.4536982788591731,4.1941176470588175,0,0,1.3490236554812183,1.0,-14216197952.699812,-4310127.543638229,1.3823429898517663,-236849.8693933338,0,0,,-62.39067519879824,57.30380730380731,1,1,0.327819548872173,0.5208794581205226,478.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,469.0,482.0,463.3333333333333,1.9189765458422103,1,0,0,none,1,0.11764705882352941,-0.6276150627615062,0,0.618,0,0,0,0.7299198543118872,70.0,0.24016454674177234,91.53439153439201,95.94356261023006,3.202378709181062,2.9622141624392895,3.8853814061683325,480.4,475.75,470.25,0.8933263268523284,0,0,2.7142857142857144,0.5654761904761905,0,0.9166666666666666,71.32459970887888,0,0,-14.285714285714285,0,1,1.0526315789473717,64.50151416578692,0,0,0,1,0,1,-2.7272727272727195,-0.17232836091156534,-4.761904761904788,0.8134319652774853,7.711764705882388,0,0,1.1885421411632027,0.7142857142857143,-17199240259.28599,-4753588.738807678,0.9919035239981369,845883.317530036,0,0,,-62.21705600299823,30.590569561157803,1,1,0.7285714285714336,0.8699762344864008,480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,480.55,481.0,455.8,-0.11445219019873276,1,0,0,none,1,0.2222222222222222,-0.20833333333333334,0,0.69,0,0,0,0.8703791931392658,70.96774193548387,0.9174210965052079,115.89743589743613,114.29385429385452,4.131706857441259,3.214285760936051,4.809045746775574,479.6,471.6,464.4166666666667,1.781170483460559,0,0,4.142857142857143,0.8630952380952381,0,1.0666666666666667,110.3498016588527,0,1,7.6923076923076925,0,1,1.6949152542372836,68.98110749996899,0,0,0,0,0,0,-2.3655913978494567,-0.13781988411721713,0.1831501831501896,0.9064330487109475,9.95588235294116,0,0,1.684007940119117,0.5882352941176471,-22562814131.288155,,2.3462854020766524,-197667.26127726585,0,1,,-62.184486877044165,29.36348822865947,1,1,0.866165413533836,0.8168161070653063,480.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,478.3833333333333,479.0,443.23333333333335,0.3379437689440046,0,0,0,none,1,0.4810126582278481,-0.625,0,0.818,0,0,1,1.0,62.85714285714286,0.7987634317256176,112.8205128205128,110.16144349477698,4.786483360639409,3.987719928913791,4.138471534895398,477.2,470.25,457.4,2.0733652312599604,0,0,4.285714285714286,0.8928571428571428,0,1.1538461538461537,155.96467594671265,0,1,15.384615384615385,0,1,2.7837259100642386,69.08170232429184,0,0,0,0,0,0,-2.932330827067659,0.0838546934894957,1.424501424501429,1.0516859421211735,11.888235294117635,0,0,1.9299065299494382,0.453781512605042,-22333218360.07963,-3086150.7124214172,2.107919467203779,4409182.094378367,0,0,,-62.16494018874139,20.009940889123413,0,1,0.5872180451127883,0.5098580247171558,479.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,477.33333333333337,478.0,443.3333333333333,0.5586592178770777,0,0,0,none,1,0.6779661016949152,-0.4166666666666667,0,0.846,0,0,1,1.0,82.05128205128204,1.062123924759784,105.58823529411744,106.6205798558738,7.159219995000683,6.097096070240899,6.413342930301074,473.6,464.8,449.98333333333335,3.2702237521514688,0,0,4.928571428571429,1.0267857142857142,0,1.0869565217391304,137.23305478180123,0,1,11.76470588235294,0,1,3.4482758620689724,75.64565137615506,0,0,0,1,0,1,4.551282051282044,0.2060188359741426,-3.7707390648567127,1.247256149036415,18.305882352941182,0,0,2.36942930838449,0.19327731092436976,-25735097315.12969,-10215069.685497284,1.9414713848056613,7132149.245915115,0,0,-0.8902179202226381,-62.092036755699986,48.712903575051996,1,1,1.1593984962406074,0.8471344205851997,476.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,456.25,478.0,440.5,5.205479452054784,0,0,0,none,1,0.8367346938775511,-0.4166666666666667,0,0.75,0,0,1,1.0,86.20689655172414,2.1191487282890185,109.5238095238097,104.82069370958278,8.63915390127545,6.520005172986431,10.449780745147121,470.4,456.05,442.1,5.2516171472426265,0,0,7.071428571428571,1.4732142857142856,0,1.2352941176470589,116.25148279952533,0,1,28.57142857142857,0,1,7.14285714285714,77.40903694855649,0,0,0,0,0,0,8.42911877394637,0.4598710826862771,9.523809523809703,1.2801877197000109,20.991176470588243,0,0,5.143362188531453,0.8991596638655462,,,1.5808377249327428,11030620.154108077,0,0,,-61.982977514886926,17.705386468020524,0,1,1.4172932330826988,0.4952998283914988,467.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,unknown,100,above_cloud,above,1.977,0,0,456.28333333333336,472.0,436.46666666666664,5.197793768491787,0,0,0,none,1,1.3076923076923077,0.0,0,0.75,1,1,0,2.383842847756334,14.788722772944027,12.404879925187693,458.0,438.1,404.05,7.737959370006853,0,0,10.642857142857142,2.2548426150121066,0,1.125,191.35802469135774,0,1,14.634146341463413,0,1,11.32075471698113,83.73453909909489,0,1,0,0,0,0,1.6264570344266644,0.6745816306267329,0.7113821138211307,1.283943359413259,37.388235294117635,0,0,7.189007126490686,0.7058823529411765,-40134533235.426895,-35991962.43622589,1.5913442195706562,13586715.06709141,0,0,-1.2119203838206296,-62.4141806353539,15.827499982820177,0,1,2.1263157894736793,0.7012012048873058,470.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,100,above_cloud,above,5.837,0,0,443.51666666666665,466.0,397.3666666666667,6.422156251174327,0,0,0,none,1,2.8275862068965516,-0.847457627118644,1,0.875,0,0,0,10.019962529132282,7.253581336839034,-2.7663811922932497,442.4,403.5,443.23333333333335,14.250309789343252,0,0,26.571428571428573,5.763867369073443,0,0.8114754098360656,155.01792114695334,0,1,-19.327731092436977,0,1,19.740259740259745,80.90477490442494,0,0,0,0,0,0,-0.44711686709835874,0.41086377093602877,3.135967030490349,0.8908460828019885,36.62941176470588,0,0,14.017464236186242,0.6890756302521008,-70829165148.93903,71229662.75662231,1.2580489597964772,225676942.1300671,0,0,-0.5609937030418282,-56.16674450503537,70.00862590003268,1,1,4.2827067669172925,0.7825206179624336,437.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,19,impulse_late,unknown,382,above_cloud,above,6.029,0,0,412.48333333333335,486.26666666666665,369.76666666666665,11.762091397632224,1,0,0,none,1,-1.1355932203389831,10.195227765726681,0,0.462,1,0,0,0,2,2,0,0.0,0.5,0.667,0,1.0,61.29032258064516,112.42697701907117,120.98175130555279,13.715991194850952,78.98550724637681,82.81275486470645,79.2177875527006,1.0,28.393630051811996 -389,2026-04-15 09:57:00,buy,433.0,0.515,63,저점 분할 매수 · 비중 51% · 2회 · BB하단 · leg#63,0.0986464883651375,35.71428571428572,-0.25777370449298576,30.555555555555856,25.925925925926673,-0.6964232376276982,-0.43864953313471244,1.5652347165709641,436.2,437.75,437.9166666666667,-0.6282124500285535,0,0,1.5714285714285714,0.361247947454844,0,0.16666666666666666,-158.73015873015655,1,0,-66.66666666666666,0,0,-0.4576659038901587,15.159122592197235,0,0,1,0,1,0,2.380952380952394,-0.06397514251143943,2.777777777777775,0.1343547981147801,-2.2205882352941444,0,0,0.8929493887839545,0.907563025210084,-14235046097.529305,-2903846.977941513,1.6284847668771496,-431692.53785800934,0,0,,-65.70403042084847,47.93290043290043,1,1,-0.22631578947369135,0.6109511446778382,434.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,436.45,438.43333333333334,434.0,-0.33222591362126463,1,0,0,none,1,-0.04201680672268908,-0.22988505747126436,0,0.409,-1,0,0,0.0,27.272727272727266,-0.35724491271960745,31.190476190476684,25.95238095238189,-0.5117735699711261,-0.15452865725151868,1.3274700758397877,436.4,438.3,437.95,-0.7529089664613298,0,0,2.0,0.45977011494252873,0,0.2857142857142857,-195.33412415974405,1,0,-71.42857142857143,0,0,-1.1363636363636354,29.75421596465864,0,0,0,0,0,0,-12.727272727272727,-0.09790902672272511,1.1904761904761898,0.17433505232504132,-1.7176470588235588,0,0,0.7380079282881095,0.14285714285714285,,,1.883558822585744,-745016.030343458,0,0,,-65.68944644994276,31.089466089466093,1,1,-0.18646616541352762,0.5751692664497063,433.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,436.45,440.6666666666667,435.3,-0.33222591362126463,0,0,0,none,1,-0.21212121212121213,0.0,0,0.318,0,-1,1,0.38777390164338543,54.54545454545455,0.286152103637779,63.88888888888911,68.51851851851876,-0.9754335644087178,-1.2615856680464967,1.425041883360501,437.8,437.7,444.3833333333333,-0.1599268905643103,0,0,1.8571428571428572,0.4249754821837202,0,0.6666666666666666,-134.17721518987267,1,0,-33.33333333333333,0,0,-0.22831050228310223,36.03781245170151,1,0,0,0,0,0,8.391608391608393,-0.09053815550738609,5.55555555555555,0.32072625680183514,-1.3264705882352814,0,0,1.354912430911629,0.3025210084033613,,,2.78058632994538,-328963.1476422772,0,0,,-65.50200692194832,15.470208326245483,0,1,0.08120300751880315,0.09491260619081143,433.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,436.85,466.0,434.1,0.03433672885428951,1,0,0,none,1,-0.3670886075949367,0.0,0,0.25,0,0,1,0.2927135270582384,42.10526315789474,0.7990566520974189,80.55555555555553,98.14814814814828,-2.614164800783385,-3.413221452880804,1.266205111583844,438.6,438.15,451.53333333333336,-0.2624671916010457,0,0,3.0714285714285716,0.7028440666884603,1,0.6666666666666666,-187.50000000000423,1,0,-33.33333333333333,0,0,-0.6818181818181834,33.00234394536801,0,0,1,0,1,0,-7.89473684210526,-0.13423441083759213,-11.1111111111111,0.28364803702368024,-3.9647058823529164,0,0,1.317865825994226,0.07563025210084033,,,2.5498274265828726,-2043681.8714891523,0,0,,-65.48448130397142,23.402917785934143,0,1,-0.008270676691740688,0.0012445614720745235,433.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,437.7833333333333,467.1666666666667,433.0,-0.1789317394449208,1,0,0,none,1,-0.6440677966101694,0.0,0,0.214,0,0,1,0.30813535461508107,20.0,0.003528597963035729,30.43024227234733,19.721526037315332,-6.19830088783749,-6.201829485800526,7.794861326764364,437.6,444.65,456.25,-1.4955583042842613,0,0,4.642857142857143,1.0600130463144164,0,0.20833333333333334,-75.23830313614178,0,0,-58.333333333333336,0,0,0.0,22.190478972184167,0,0,1,0,1,0,0.7692307692307594,0.24156630576718463,12.134502923976612,0.1572773575859656,-15.914705882352905,0,0,1.5176498978499326,0.0,,,2.0940316543511575,-1350780.3800031245,0,0,,-65.34050639684119,83.75098001413791,1,1,-1.3030075187969947,0.791459125188457,433.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,477.25,478.0,436.0,-8.224201152435828,1,0,0,none,1,-0.40816326530612246,0.0,0,0.4,0,0,1,0.18303506419537144,20.967741935483872,-3.575529300130741,8.888888888889074,4.444444444444696,-4.577686205168163,-1.0021569050374224,12.558967747785571,438.0,457.2,447.1666666666667,-3.9807524059492505,0,0,8.785714285714286,2.0013016596160105,0,0.15384615384615385,-107.94333871256913,1,0,-80.0,0,0,-6.595744680851068,15.693221009238968,0,0,0,0,0,0,-4.789833822091879,0.5011713131457967,6.666666666666667,0.18128474425166483,-16.69999999999999,0,0,4.505327690006125,0.6134453781512605,,,1.7951628848998409,-7258186.337706506,0,0,,-65.16559349897581,52.056433791340815,1,1,-2.172932330827067,0.8019736458022868,433.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,9,impulse_late,unknown,0,below_cloud,below,-3.326,0,0,455.75,472.0,434.3,-3.6752605595172794,1,0,0,none,1,0.1282051282051282,0.0,0,0.5,0,0,0,-2.0564311142629492,10.711932180688564,12.768363294951513,455.4,444.35,407.65,-1.8791493192303443,0,0,13.0,2.981651376146789,0,0.2682926829268293,-32.60167850225892,0,0,-85.71428571428571,1,0,-0.6833712984054663,76.05543201102486,0,0,0,0,0,0,3.837209302325583,-1.597674510360159,-31.823461091753785,0.37892365368418923,21.085294117647095,0,0,8.282235907089499,0.8571428571428571,-40288236630.819534,-176316882.28406525,1.1072328747933515,-5257341.938468252,0,0,-2.4275990597567,-65.21585898031613,10.170760969183766,0,1,1.357142857142859,0.33643856795578375,436.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,6,impulse_late,unknown,618,in_cloud,below,-4.401,0,0,441.85,466.0,397.0,-1.3239787258119362,1,0,0,none,1,1.2758620689655173,-1.834862385321101,0,0.667,-1,0,0,7.766449404366429,9.354132120579777,1.5876827162133482,453.0,409.8,440.03333333333336,7.613469985358701,0,0,26.071428571428573,5.911888564949789,0,0.6475409836065574,89.13534606695424,0,0,-39.81481481481482,0,0,10.250000000000004,81.55104207491931,0,0,0,0,0,0,-0.5635465865178162,-1.883356825293533,-7.822886989553666,0.6542167685623872,39.73529411764707,0,0,11.565647262668241,0.5462184873949579,-70982796695.09364,-81489487.22686768,0.8540182042462071,135700478.72831273,0,0,-0.28236563785941693,-57.963057837643305,79.02223134220957,1,1,4.965413533834589,0.886585095533591,433.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,18,impulse_late,unknown,none,above_cloud,neutral,0.0,0,0,412.48333333333335,486.26666666666665,369.76666666666665,6.913410642854245,1,0,0,none,1,-2.2033898305084745,6.575963718820861,0,0.417,0,0,0,1,0,2,1,0.25,0.0,0.333,1,0.34919359588895205,55.0,40.97560975609754,72.07123499806426,12.460673207529098,76.64233576642336,72.56976864819998,78.59172638355336,0.7500145995347864,30.452101595368593 -390,2026-04-17 02:36:00,buy,459.0,0.485,63,저점 분할 매수 · 비중 49% · 2회 · BB하단 · leg#63,0.3118109127473812,38.095238095238095,-0.026928383185085947,64.28571428571459,45.23809523809603,-1.6941915773956566,-1.6672631942105707,2.5698140572799804,463.0,465.25,467.46666666666664,-0.4836109618484685,0,0,2.0714285714285716,0.44739278000617094,0,0.25,-87.23196881091523,0,0,-50.0,0,0,-0.4301075268817178,28.930051156857232,1,0,1,0,1,0,-4.010025062656645,0.04795226449731671,11.904761904761905,0.25588066111065677,-4.899999999999977,0,0,1.279525759670749,0.6218487394957983,,,0.991517000078709,8082.664316102862,1,0,,-63.379922276818334,59.34006469720755,1,1,-0.4112781954887296,0.6626485211556152,461.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,455.31666666666666,474.0,455.0,1.6874702587942547,1,0,0,none,1,0.03361344537815126,0.0,0,0.606,0,0,0,0.11642263000761446,28.0,-0.9301731092939873,25.925925925926418,20.98765432098858,-1.3504435313837462,-0.42027042208975884,3.6247558910433186,462.4,467.5,465.06666666666666,-1.3903743315508033,0,0,3.357142857142857,0.7282305546947629,0,0.0,-114.59293394777316,1,0,-100.0,1,0,-2.123142250530785,23.15467821784415,0,0,0,0,0,0,-5.333333333333329,-0.030605052702061264,0.0,0.14608743159425977,-5.441176470588232,0,0,1.460271715135229,0.8151260504201681,-17262900989.16304,,1.5069956501623998,-535691.4510844201,0,0,,-63.522566641133984,37.25438420982429,1,1,-0.6526315789473672,0.8306220095693795,461.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,472.65,473.0,452.7,-2.4648259811699935,1,0,0,none,1,0.050505050505050504,-0.43383947939262474,0,0.6,0,-1,0,0.44568224049826055,48.14814814814815,-1.1391439854215082,19.44444444444467,24.430199430199696,1.0274822710738363,2.1666262564953445,5.132584274282741,464.4,466.3,460.51666666666665,-0.27879047823290426,0,0,4.071428571428571,0.8755760368663594,0,0.4666666666666667,-57.74647887323975,0,0,-66.66666666666666,0,0,-1.898734177215189,50.939407078058025,0,0,0,0,0,0,-1.8518518518518476,0.06192762458716583,2.777777777777775,0.43852102009328275,-1.0676470588235247,0,1,2.0189275149204473,0.9411764705882353,-22646400347.945705,-4333587.164199829,0.7355992649574684,-920124.6613392681,0,0,,-63.174416064428506,41.84893027649991,1,1,0.38496240601502507,0.14488441037907984,461.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.25,473.0,453.4,1.6949152542372836,1,0,0,none,1,0.10126582278481013,-0.43010752688172044,0,0.571,0,0,0,0.48122140882289255,57.14285714285714,-0.5932764392828247,41.11111111111107,58.148148148148266,2.1271112677779342,2.720387707060759,4.576891374357378,466.4,465.4,459.26666666666665,-0.08594757198108205,0,0,5.428571428571429,1.1674347158218126,0,0.5333333333333333,-43.50064350064348,0,0,-50.0,0,0,0.8676789587852562,56.14675657629549,0,0,0,1,0,0,10.63122923588039,-0.12447435194354606,-14.444444444444443,0.5078540040359922,2.617647058823536,0,0,2.8577021470283843,1.0,-22425293102.329704,-6271876.784641266,0.5007164389171411,1449306.986727491,0,0,,-63.155633343952964,29.913377401199003,1,1,0.28270676691729074,0.09864304413595182,460.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.3,472.0,454.0,1.6837961950579405,1,0,0,none,1,0.11864406779661017,-0.21505376344086022,0,0.611,0,0,0,0.677123732367338,58.18181818181818,0.4114679855700132,82.05128205128183,101.09890109890091,3.735584580910597,3.324116595340584,5.393267827775015,468.6,460.6,452.4166666666667,0.9552757273121992,0,0,7.5,1.6129032258064515,0,0.7333333333333333,37.12178998220269,0,0,-30.76923076923077,0,0,1.5283842794759916,57.76418220419782,0,0,0,0,0,1,-0.7467532467532507,-0.30812517711667553,-22.161172161172175,0.6069659792562618,8.047058823529369,0,0,3.363863672560269,0.9411764705882353,-25838899990.031727,-9785244.94713211,0.44949806692606065,2860613.5165903866,0,0,,-63.086359945534966,21.36186240431387,0,1,0.7849624060150352,0.5591571724070006,462.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,455.56666666666666,469.0,447.3333333333333,2.070681202897484,1,0,0,none,1,0.3877551020408163,-0.6451612903225806,0,0.8,0,0,0,0.8153071591565698,57.89473684210526,1.0424758808867236,133.3333333333335,150.37037037037064,4.594600178881251,3.5521242979945273,4.998878366157794,464.2,456.8,451.46666666666664,1.5761821366024442,0,0,6.0,1.293103448275862,0,1.0,119.20992833420902,0,1,-0.0,0,1,1.978021978021971,66.4983679437179,0,1,0,1,0,0,-10.85526315789474,-0.24239553159537364,-22.222222222222257,0.7834009379600838,11.011764705882399,0,0,3.529300480635696,0.33613445378151263,-29665306201.586575,-10172385.310070038,0.6748591474136474,5749778.426590979,0,0,,-63.06427809756937,35.23917262036853,1,1,0.7473684210526272,0.5998742010063931,462.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,accumulation,1618,above_cloud,above,3.038,0,0,455.45,464.0,437.0,1.877264244154131,1,0,0,none,1,0.5641025641025641,-0.646551724137931,0,0.75,-1,-1,0,-0.3142192741986962,6.830549921052295,7.1447691952509915,455.4,450.8,419.1666666666667,2.262644188110019,0,0,10.571428571428571,2.293151533932445,1,0.8333333333333334,103.18797180111031,0,1,8.695652173913043,0,1,5.733944954128445,66.50020734352252,0,1,0,0,0,0,-1.873536299765803,0.5512281834148327,15.120772946859887,0.8228246365594764,15.417647058823547,0,0,5.972594644913399,0.46218487394957986,-40295933239.50069,-7696608.681152344,0.997408706078166,23990106.246330425,0,0,-1.6648913663233462,-63.10920832072764,7.985551844082243,0,1,-0.06917293233083333,0.0013755641047978884,461.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,618,above_cloud,above,1.465,0,0,442.0833333333333,466.0,427.73333333333335,4.278982092365702,1,0,0,none,1,0.6896551724137931,-2.386117136659436,1,0.667,1,0,0,4.990270185770341,12.274383672909153,7.284113487138812,452.6,425.6,432.93333333333334,8.31766917293233,0,0,26.857142857142858,5.8258444375581036,0,0.7933884297520661,83.28940432261473,0,0,-29.411764705882355,0,0,8.983451536643017,77.72620110079748,0,0,0,1,0,1,-0.5897771952817834,-0.5558532067189823,5.444305381727148,0.7398047864323158,41.50588235294117,0,0,10.467478338969709,0.40336134453781514,-71047518585.94766,-181866829.10977173,1.3206647479098812,86121814.19191098,0,0,-0.17646259364140748,-55.781004497877376,94.93139222118582,1,1,4.8030075187969965,0.8707066324061568,452.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,below,-5.692,0,0,472.8333333333333,488.66666666666663,368.3333333333333,-2.5026436376453964,1,0,0,none,1,-0.576271186440678,-1.5184381778741864,0,0.417,0,0,0,1,0,3,0,0.25,0.0,1.0,1,0.731105557401859,40.98360655737705,78.45410628019322,66.89210950080513,9.790522623286009,77.98165137614679,72.66505006257819,67.73664482866955,0.7906242893854135,28.620006918629525 -391,2026-04-17 07:45:00,sell,484.0,0.65,63,고점 매도 · 비중 65% · 분할 · leg#63,0.9667790798058219,73.33333333333333,0.3255742848861889,117.77777777777807,120.00000000000078,2.424123034409149,2.09854874952296,2.672032166879342,480.2,477.05,472.53333333333336,1.247248716067495,0,0,1.9285714285714286,0.39929015084294595,0,1.1,183.8235294117655,0,1,20.0,0,1,0.8350730688935215,79.87596807318727,0,1,0,1,0,0,1.904761904761898,0.15914713749760478,0.0,1.2510273454409093,6.3323529411764525,0,0,0.8700633644486337,0.5630252100840336,-14245969965.823181,,1.926520619472325,404897.726245448,0,0,,-61.779524336133754,41.632474668188955,1,1,0.45488721804510646,0.7131556541002679,482.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.1166666666667,481.23333333333335,462.8333333333333,2.740454497110645,0,0,0,none,1,0.10084033613445378,-0.6211180124223602,1,0.656,1,1,1,0.8553401374978657,87.5,0.5430663374764364,103.03030303030353,103.03030303030353,2.5231868072982024,1.980120469821766,3.532226535146906,478.6,474.05,470.03333333333336,1.255141862672704,0,0,2.5714285714285716,0.5357142857142857,0,1.0,130.8016877637129,0,1,-0.0,0,1,1.4799154334038,90.61595717719369,0,0,0,0,0,1,0.8333333333333286,-0.010242837933633009,0.0,0.9712878338526069,6.679411764705833,0,0,1.0801316117360316,0.24369747899159663,-17263087158.887875,726125.202293396,3.914726321656988,1162406.897065714,0,0,,-62.00112665067044,40.01959825765664,1,1,0.6052631578947338,0.731696714379433,481.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,469.3666666666667,480.0,460.93333333333334,2.265464100561032,1,0,0,none,1,0.25252525252525254,-1.0416666666666665,1,0.696,1,0,1,0.9968875552924726,68.0,0.842984094029497,110.00000000000023,112.2222222222225,2.9349108964355537,2.0919268024060567,3.1728561702721967,478.4,472.55,467.8333333333333,1.5765527457411999,0,0,3.7142857142857144,0.7738095238095238,1,1.0,183.67346938775415,0,1,-0.0,0,1,1.9108280254777066,75.23554689243524,0,0,0,0,0,0,1.3333333333333428,0.05793886644075874,-6.666666666666671,0.9601802205109302,9.699999999999989,0,0,1.3071910094773613,0.3277310924369748,-22648616136.642094,-1435513.1823310852,3.619139943303883,1792828.8136533052,0,0,,-61.967553327664035,27.730857407799128,1,1,0.4398496240601533,0.4819479866551558,481.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.1333333333333,480.0,455.73333333333335,5.002187545573866,1,0,0,none,1,0.3037974683544304,-0.8333333333333334,1,0.696,0,0,1,0.9592484301718152,65.51724137931035,0.6977475171826653,114.07407407407403,103.98589065255744,3.038775846692033,2.341028329509368,4.287728357742536,474.4,469.75,463.7,1.9691325172964236,0,0,4.285714285714286,0.8947211452430659,0,1.1333333333333333,197.26951986500964,0,1,20.0,0,1,1.4830508474576343,75.28825958981528,0,0,0,0,0,0,-4.17972831765934,0.2036000712577275,6.666666666666657,0.9666243221455435,8.11470588235295,0,0,2.0119840100581237,0.7563025210084033,-22428693939.140976,-3579764.594554901,2.7884416887966164,2384234.510796219,0,0,,-62.02841022675308,17.986009066807945,0,1,0.7165413533834569,0.7087326515562391,479.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.45,477.0,454.0,4.710897365832345,0,0,0,none,1,0.3559322033898305,-1.6701461377870561,1,0.706,1,0,1,0.9933359396791798,60.869565217391305,0.6709106377845471,96.1111111111109,95.6172839506171,4.43626547213762,3.765354834353073,4.919626902519457,472.8,467.65,457.3333333333333,2.4270287608254115,0,0,5.857142857142857,1.2227855651655233,0,1.105263157894737,182.91814946619155,0,1,13.333333333333334,0,1,3.010752688172036,66.27168611662671,0,0,0,0,0,0,-3.8363171355498693,0.34328359311007883,0.7407407407407476,0.9791632679775972,10.84705882352938,0,0,3.6075582139632583,0.9915966386554622,-25842247730.98007,-3347740.9483413696,1.776194396998943,3437966.090446472,0,0,,-61.95538954423636,18.506967370892674,0,1,0.6203007518796984,0.4070862463612698,479.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.5,477.0,450.0,1.8065887353878818,0,0,0,none,1,0.5918367346938775,-1.2526096033402923,1,0.778,0,0,0,0.9921023949992367,62.903225806451616,1.2093116325852415,116.66666666666686,116.34920634920661,6.005775560118195,4.796463927532954,6.384704740252369,470.4,461.5,451.31666666666666,3.1419284940411796,0,0,7.5,1.5756302521008403,0,1.0,189.75468975468937,0,1,-0.0,0,1,4.157549234135671,80.198594499726,0,0,0,0,0,0,0.0,0.18698329697605143,-4.761904761904759,0.9464849644835643,16.676470588235304,0,0,3.684321922949105,0.42857142857142855,-29666121185.950214,-6339899.644317627,2.141029082786843,7061881.989234269,0,0,,-62.08956163020981,19.448728406987104,0,1,1.048120300751873,0.7085740539515621,476.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,accumulation,100,above_cloud,above,1.132,0,0,455.85,476.0,437.0,4.420313699681899,1,0,0,none,1,0.9230769230769231,-1.4705882352941175,1,0.778,1,0,1,0.556973243099681,7.840985749125593,7.284012506025912,459.2,452.35,420.65,3.9018459157731833,0,0,11.0,2.3404255319148937,1,1.1333333333333333,148.35164835164832,0,1,17.24137931034483,0,1,6.818181818181812,78.54045002562576,0,1,0,0,0,0,9.016393442622949,0.8711925172983772,17.969348659003828,0.965764649970702,18.34117647058821,0,0,6.103434161511572,0.47058823529411764,-40293077405.684814,-2255154.5178604126,1.2845935677846807,27830111.98461873,0,0,-1.9164713095713293,-62.37099707230036,9.048940162372523,0,1,0.018796992481211992,9.419029725288297e-05,470.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,100,above_cloud,above,2.495,0,0,465.31666666666666,466.0,427.73333333333335,1.0064830402235048,0,0,0,none,1,0.896551724137931,-3.829787234042553,1,0.667,1,0,0,4.990270185770341,12.274383672909153,7.284113487138812,452.6,425.6,432.93333333333334,8.31766917293233,0,0,26.857142857142858,5.8258444375581036,0,0.7933884297520661,83.28940432261473,0,0,-29.411764705882355,0,0,8.983451536643017,77.72620110079748,0,0,0,1,0,1,-0.5897771952817834,-0.5558532067189823,5.444305381727148,0.7398047864323158,41.50588235294117,0,0,10.467478338969709,0.40336134453781514,-71047518585.94766,-181866829.10977173,1.3206647479098812,86121814.19191098,0,0,-0.17646259364140748,-55.781004497877376,94.93139222118582,1,1,4.8030075187969965,0.8707066324061568,452.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,below,-5.692,0,0,472.8333333333333,488.66666666666663,368.3333333333333,-2.5026436376453964,1,0,0,none,1,-0.576271186440678,-1.5184381778741864,0,0.417,0,0,0,0,4,3,0,0.0,1.0,1.0,0,0.8850928119479956,50.0,96.42345493919704,79.40363151757452,10.132222141555058,77.98165137614679,72.66505006257819,67.73664482866955,0.7906242893854135,28.620006918629525 -392,2026-04-17 08:36:00,sell,483.0,0.35,63,고점 매도 · 비중 35% · 분할 · leg#63,0.46940820131809285,42.857142857142854,-0.45476479012528825,50.000000000000306,39.8148148148156,1.1406508048012256,1.5954155949265139,1.0169604780703678,481.4,482.15,475.71666666666664,-0.031110650212584634,0,0,1.1428571428571428,0.23710729104919975,1,0.5,-19.323671497587885,0,0,-33.33333333333333,0,0,0.0,43.5031716953277,0,0,0,0,0,0,14.285714285714285,0.057959167304174164,13.888888888888893,0.6921087029915565,1.1735294117647186,0,0,0.7667856691858388,0.24369747899159663,-14246372795.275757,-340998.39430236816,0.6413361419668397,-17241.305364742875,0,0,,-61.85510512303913,43.25143110857397,1,1,-0.048872180451125104,0.0556338306361307,482.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.25,484.0,469.0,2.4986709197235557,1,0,0,none,1,0.18487394957983194,-0.2074688796680498,0,0.677,0,0,0,0.5517160475935845,58.82352941176471,-0.3873484616524112,55.55555555555605,57.407407407408336,2.3012764620019084,2.6886249236543196,2.0121079911292954,481.4,480.5,473.6166666666667,0.10405827263266776,0,0,2.2142857142857144,0.46035046035046034,0,0.5,47.866205305649274,0,0,-50.0,0,0,-0.8247422680412342,65.20428542583376,0,0,0,0,0,0,0.0,-0.09181008406688518,0.0,0.6413306174295135,5.014705882352928,0,0,1.1553223731572273,0.35294117647058826,-17263618897.702145,,0.8145208349569437,-669966.9001532644,0,0,,-61.91808607681231,57.52681841967557,1,1,0.27518796992480504,0.4536882747409071,481.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.0,484.0,468.0,2.3404255319148914,1,0,0,none,1,0.12121212121212122,-0.4158004158004158,0,0.636,0,0,0,0.7643705737411222,68.0,0.4900955420869466,95.55555555555577,99.25925925925952,3.6191000227229893,3.1290044806360426,4.5764909259912825,482.0,475.25,469.21666666666664,1.2098895318253478,0,0,3.857142857142857,0.8019008019008018,0,0.9333333333333333,87.94788273615706,0,0,-6.666666666666667,0,1,1.6913319238900604,75.77120023908299,0,0,0,0,0,0,-1.2307692307692264,-0.1942952450285773,-2.2222222222222285,0.785925467141422,9.258823529411757,0,0,1.3812271351762115,0.4117647058823529,-22649591566.51255,-438928.88750839233,1.1189174687400045,1739217.0651543848,0,0,,-61.88534079150647,32.63753649868874,1,1,0.8323308270676641,0.8201070098477168,481.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,470.75,482.0,455.9,2.1773765268189083,1,0,0,none,1,0.3670886075949367,-0.4158004158004158,0,0.708,0,0,0,0.8260130832943062,63.63636363636363,0.8750844381373781,97.77777777777773,105.92592592592604,4.281039351246079,3.405954913108701,4.661250155642074,481.8,473.8,465.4166666666667,1.5196285352469419,0,0,4.428571428571429,0.9207009207009207,0,0.9333333333333333,110.7184923439338,0,1,-6.666666666666667,0,1,2.123142250530785,70.71079363334789,0,0,0,0,0,1,-4.010695187165787,-0.2008853501460237,-8.8888888888889,0.8530597729158517,11.241176470588243,0,0,1.9787202572571825,0.7310924369747899,-22432181008.26159,-4822467.911064148,1.0069686953962207,2280174.7432173193,0,0,-0.9266226884253999,-61.86573287210611,23.98596744838082,0,1,0.7744360902255525,0.6885956258048425,481.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,457.26666666666665,482.0,454.0,5.190260970987026,1,0,0,none,1,0.4745762711864407,-0.2079002079002079,0,0.786,0,0,0,0.9191387916951573,61.904761904761905,1.0660423200118574,109.99999999999979,104.75308641975289,5.349914951705102,4.283872631693245,6.0002058051258,477.2,469.2,458.53333333333336,2.5149190110826947,0,0,5.5,1.1434511434511436,0,1.0454545454545454,139.51519000740905,0,1,5.555555555555555,0,1,4.112554112554112,64.4035195929919,0,0,0,0,0,0,2.8138528138528116,0.058013450663032984,1.8518518518518619,0.988211298367725,14.247058823529414,0,0,3.4601729374857175,0.9411764705882353,-25844896165.773167,-6032198.99924469,0.8011977391925442,3740695.313141495,0,0,,-61.79345433323884,20.20985631867958,0,1,0.9353383458646625,0.6181262761664039,480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,455.25,480.0,449.2,5.6562328390993954,0,0,0,none,1,0.6122448979591837,-0.4158004158004158,0,0.778,0,0,0,1.0,73.77049180327869,1.602292563431548,113.20346320346339,117.09956709956737,6.799329631822388,5.1970370683908405,7.345257239354668,474.2,462.85,451.51666666666665,4.137409527924807,0,0,7.285714285714286,1.5115589804386484,0,1.1666666666666667,170.94830320329842,0,1,18.181818181818183,0,1,4.10367170626349,83.00284876276635,0,0,0,0,0,1,10.867265996827072,0.39298093084630636,-3.4632034632034703,1.1021183492739093,18.085294117647095,0,0,3.7480006321225825,0.46218487394957986,-29669392857.326458,-4109716.0575027466,0.9120787570168438,5707170.242177546,0,0,,-61.60860328615097,19.108592352565335,0,1,1.2383458646616523,0.7429804521138554,480.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,distribution,100,above_cloud,neutral,0.49,0,0,455.45,478.0,437.0,5.829399495004939,0,0,0,none,1,1.1538461538461537,-0.4149377593360996,1,0.8,1,0,0,1.7732273915706775,9.50054674548926,7.727319353918582,464.6,453.85,422.5833333333333,6.202489809408385,0,0,9.071428571428571,1.882039122703023,0,1.5333333333333334,132.48407643312117,0,1,53.333333333333336,0,1,9.545454545454547,87.66687766648116,0,0,0,0,0,0,16.666666666666657,1.2162541484709966,30.0,1.3102089860570951,19.84117647058821,0,0,6.0084666520319505,0.453781512605042,-40316223694.94249,-21284865.254974365,1.0694802723007233,33171563.35177454,0,0,-1.9311118171769075,-61.39493249440151,10.823733602376517,0,1,0.4368421052631563,0.038125499565559995,472.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,100,above_cloud,above,4.113,0,0,465.31666666666666,466.0,427.73333333333335,3.585371968910067,0,0,0,none,1,1.7586206896551724,-1.2448132780082988,0,0.7,1,1,0,4.990270185770341,12.274383672909153,7.284113487138812,452.6,425.6,432.93333333333334,8.31766917293233,0,0,26.857142857142858,5.8258444375581036,0,0.7933884297520661,83.28940432261473,0,0,-29.411764705882355,0,0,8.983451536643017,77.72620110079748,0,0,0,1,0,1,-0.5897771952817834,-0.5558532067189823,5.444305381727148,0.7398047864323158,41.50588235294117,0,0,10.467478338969709,0.40336134453781514,-71047518585.94766,-181866829.10977173,1.3206647479098812,86121814.19191098,0,0,-0.17646259364140748,-55.781004497877376,94.93139222118582,1,1,4.8030075187969965,0.8707066324061568,452.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,below,-5.692,0,0,472.8333333333333,488.66666666666663,368.3333333333333,-2.5026436376453964,1,0,0,none,1,-0.576271186440678,-1.5184381778741864,0,0.417,0,0,0,0,1,3,0,0.0,0.25,1.0,0,1.0,66.66666666666666,126.42345493919704,100.43367205286245,11.665366653401454,77.98165137614679,72.66505006257819,67.73664482866955,0.7906242893854135,28.620006918629525 -393,2026-04-19 13:39:00,buy,386.0,0.136,64,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64,0.35442236942098154,39.99999999999999,-0.11438392386661328,33.333333333333634,33.333333333333634,-0.424855631074081,-0.3104717072074677,0.9723466665608207,387.6,388.55,388.8833333333333,-0.14155192381932746,0,0,1.0,0.25773195876288657,0,0.5,-91.04938271605475,0,0,-50.0,0,0,-0.25706940874036244,19.25189664027971,0,0,0,0,0,0,6.666666666666664,0.059704260269537845,0.0,0.42177619566558633,-1.1411764705882206,0,0,0.7444377024521889,0.3277310924369748,,,2.1228707479136935,-93564.17072197795,0,0,,-69.00797715426317,71.42857142857143,1,1,-0.12255639097745169,0.5892829418679371,387.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.16666666666663,392.0,387.0,0.21523891519588112,1,0,0,none,1,-0.06722689075630252,0.0,0,0.375,0,1,1,0.06575977352075811,33.33333333333333,-0.1576892633750392,-16.666666666666156,-11.111111111110192,-0.4458834958472835,-0.2881942324722443,1.0071735877618393,387.8,388.7,389.3833333333333,-0.43735528685361347,0,0,0.8571428571428571,0.22148394241417496,1,0.0,-128.88888888888738,1,0,-100.0,1,0,-0.5141388174807249,8.550372061079187,0,0,0,0,0,0,-4.166666666666671,-0.047769932161250445,0.0,0.06803527936077071,-1.138235294117635,0,0,0.8254196669107758,0.2857142857142857,,,2.2666308847832117,-31944.838110134006,0,0,,-69.07480979266933,35.57256235827665,1,1,-0.06616541353383172,0.15996034041147156,387.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.15,395.1,387.0,-0.038744672607515795,1,0,0,none,1,-0.0707070707070707,0.0,0,0.429,0,-1,1,0.2676699020748589,39.99999999999999,0.10810054485927423,50.0,66.66666666666684,-0.9104665102780132,-1.0185670551372874,1.1064834519339377,388.4,389.0,392.1,-0.25706940874036244,0,0,1.7857142857142858,0.4602356406480118,1,0.5,-135.8543417366972,1,0,-50.0,0,0,0.0,23.129511521265115,0,0,1,0,1,0,0.0,-0.03182636222355595,-16.6666666666669,0.32732321017995025,-1.5088235294117567,0,0,0.9510640347209973,0.025210084033613446,-22890476875.3974,-3061804.674331665,1.9373582682191222,-29408.640675328672,0,0,,-68.96830573421097,25.719280719280725,1,1,-0.06917293233082875,0.14463431305535934,387.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.33333333333337,404.3333333333333,387.0,0.17211703958690538,1,0,0,none,1,-0.25316455696202533,-0.25773195876288657,0,0.235,0,0,1,0.22510332282022022,43.75,0.24857472587187135,66.66666666666666,70.37037037037051,-1.630215094598043,-1.8787898204699143,1.3078640377177517,389.0,389.4,396.03333333333336,-0.3595274781715396,0,0,2.142857142857143,0.5522827687776141,1,0.5,-174.31803060545676,1,0,-33.33333333333333,0,0,-0.512820512820511,17.570933011087817,1,0,1,0,1,0,-9.191176470588232,-0.05554041623744377,0.0,0.25988045607088806,-2.5441176470588402,0,0,1.5986239540527019,0.7226890756302521,,,1.6306227588550108,108340.76359167695,1,0,,-68.95207124804094,25.29409132073882,1,1,-0.08421052631579559,0.15311004784688398,386.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.56666666666666,408.0,386.73333333333335,-0.14583512052843695,1,0,0,none,1,-0.3220338983050847,0.0,0,0.222,0,0,0,0.16679936423890657,29.411764705882362,0.4186224266900558,24.999999999999783,24.99999999999981,-4.500564392974184,-4.919186819664239,3.1382041546720476,388.6,392.1,406.3833333333333,-1.045651619484833,0,0,3.142857142857143,0.8100147275405006,0,0.125,-97.43589743589763,0,0,-87.5,1,0,-1.5228426395939132,25.993507103999917,1,0,0,0,0,0,-12.693498452012378,0.000884356262299768,-4.166666666666664,0.10530083770681853,-7.941176470588232,0,0,1.3914528577851115,0.0,-26185336055.65915,-21031174.895915985,1.3229004119951089,-3357755.9990060627,0,0,,-68.89331996205117,28.97829154972012,1,1,-0.4330827067669112,0.6937031120626909,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.96666666666664,421.0,387.0,-4.894190701854717,1,0,0,none,1,-0.6326530612244898,-0.5154639175257731,0,0.2,0,0,0,0.20739267756369212,18.75,0.2802449194121017,4.074074074074264,5.134350036311096,-9.946210521222326,-10.226455440634428,10.0616476441322,390.0,400.8,433.15,-2.9441117764471114,0,0,5.928571428571429,1.524054351817848,0,0.034482758620689655,-92.10526315789458,0,0,-93.33333333333333,1,0,-2.749999999999997,7.969141580818643,0,0,1,0,0,0,0.568181818181813,0.13917573219003998,0.3703703703703707,0.01710008040113927,-17.997058823529414,0,0,2.3820173936212528,0.11764705882352941,-30142424467.948566,,0.7543670941845728,-6561711.83454603,0,0,,-68.7276351293302,59.349687378203264,1,1,-1.628571428571428,0.9132885548585633,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,12,impulse_late,unknown,0,below_cloud,below,-0.591,0,0,417.5833333333333,459.0,388.0,-6.844941129515059,1,0,0,none,1,-1.7435897435897436,-0.5141388174807198,0,0.111,0,0,0,-7.296729756948347,-12.995140102813536,-5.69841034586519,400.4,438.6,432.28333333333336,-11.308709530323757,0,0,17.571428571428573,4.51707675358061,0,-0.013157894736842105,-114.39817692148316,1,0,-101.3157894736842,1,0,-15.982721382289423,19.76148418568576,0,0,0,0,0,0,-7.048310152523015,0.018356616076597554,-7.011366444279713,-0.03590408041016348,-44.12941176470588,0,0,8.755443897065488,0.957983193277311,-41128100295.471504,-699235688.8822556,0.7547493335540981,-52377811.631242976,0,0,,-68.55548890606319,48.82919066626705,1,1,-4.141353383458638,0.6815311338077008,390.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,7,impulse_late,unknown,none,below_cloud,above,4.185,0,0,464.73333333333335,466.0,390.0,-16.296083775641947,0,0,0,none,1,-2.8620689655172415,-1.2853470437017995,0,0.444,0,0,0,-3.56779242119374,3.0332288529074276,6.601021274101168,428.2,432.95,427.46666666666664,-5.531816606998497,0,1,31.5,7.701711491442542,0,0.23,-114.45221445221433,1,0,-77.0,0,0,-11.279826464208242,55.312540826241616,0,0,0,0,0,0,2.1180327868852515,-1.6822878873184992,4.137254901960784,0.33381518955852985,5.341176470588209,0,0,18.769473458368374,0.9411764705882353,-72621221645.66284,-1792056496.723816,0.9899656103871105,-26581296.66558528,0,0,-2.381493543783429,-60.360387621118974,85.15182375664689,1,1,1.4097744360902291,0.11701366839468952,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,20,impulse_late,unknown,none,below_cloud,below,-9.701,0,0,400.5,469.8,372.26666666666665,2.122347066167296,1,0,0,none,1,-1.1694915254237288,-3.6674816625916873,0,0.417,0,0,0,1,0,1,2,0.25,0.0,-0.333,0,0.08218096427753577,16.52892561983471,2.6624660242154397,6.856342734771172,27.066046693563184,47.2,35.300411522633716,38.718712176228486,0.25442725174932573,22.52618275604328 -394,2026-04-20 07:21:00,buy,383.0,0.138,64,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64,0.0,29.411764705882362,-0.40321107385216237,23.80952380952411,36.507936507937295,-1.2168217971594686,-0.8136107233073062,2.2778946896385506,386.2,388.5,389.73333333333335,-1.158301158301156,0,0,2.142857142857143,0.5580357142857143,0,0.0,-138.3753501400564,1,0,-100.0,1,0,-1.285347043701801,7.162798539326829,0,0,0,0,0,0,-8.088235294117638,-0.10712120306868655,-19.047619047619044,0.05449688097317383,-3.4647058823529164,0,0,1.216873961845094,1.0,,,1.4060068762683209,-939891.2360828221,0,0,,-69.27303293135296,36.075779962334586,1,1,-0.3218045112781904,0.7404964022960627,384.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,385.16666666666663,394.0,384.0,-0.302899177845084,1,0,0,none,1,-0.08403361344537816,0.0,0,0.433,-1,0,0,0.0,33.33333333333333,-0.48498501826139884,37.30158730158781,37.30158730158822,-1.1050169570368098,-0.620031938775411,2.0146073558390682,386.2,389.05,389.81666666666666,-1.0409973011181073,0,0,2.0714285714285716,0.5380333951762524,0,0.25,-179.04063550259895,1,0,-71.42857142857143,0,0,-1.2820512820512775,12.907007608159176,0,0,0,0,0,0,-6.666666666666664,-0.059241007610395635,3.9682539682539613,0.091231181830923,-4.1941176470588175,0,0,1.1195654749465305,0.8319327731092437,,,2.3751857778990315,-1152114.951771304,0,0,,-69.17965076872585,27.99181210945917,1,1,-0.2443609022556484,0.5443268898771985,383.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,384.98333333333335,400.0,384.7,0.004329191739893545,1,0,0,none,1,-0.12121212121212122,0.0,0,0.414,0,0,1,0.0,30.769230769230774,-0.29810763176170263,24.44444444444467,42.222222222222456,-1.227572744800284,-0.9294651130385814,2.0324013476044027,388.2,389.85,393.3666666666667,-1.2440682313710427,0,0,2.0,0.5194805194805194,0,0.0,-211.39971139971112,1,0,-100.0,1,0,-1.0282776349614386,3.848585287341322,0,0,0,0,1,0,0.0,-0.2041636936409058,-16.666666666666664,-0.05768668564920176,-3.4705882352941444,0,0,1.060425460217677,0.48739495798319327,-22908109869.107918,,2.644646989883744,-2229540.935708292,0,0,,-69.15292786896879,34.60408638980068,1,1,-0.23684210526314894,0.5003706449221652,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,390.25,400.0,385.0,-1.3452914798206317,1,0,0,none,1,-0.05063291139240506,-0.5194805194805194,0,0.476,-1,-1,1,0.0,39.99999999999999,-0.22476820122404617,36.111111111111086,55.55555555555568,-1.3294290843145973,-1.104660883090551,1.447024393961226,389.0,389.9,392.26666666666665,-1.0002564760194899,0,0,2.5714285714285716,0.6661732050333087,1,0.16666666666666666,-284.40366972477653,1,0,-83.33333333333334,1,0,-1.2787723785166238,13.964931533527633,1,0,0,0,0,0,-2.857142857142861,-0.1836645940360575,-16.666666666666664,0.08597933087819794,-4.188235294117646,0,0,1.0619311747243083,0.226890756302521,-22688677318.618263,-4437841.75736618,3.1655391221620195,-2055721.2720816582,0,0,,-69.05714845477011,47.71545914403057,1,1,-0.09774436090226164,0.16807892747742004,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,398.76666666666665,399.0,385.0,-3.201538075733512,1,0,0,none,1,-0.01694915254237288,-0.5181347150259068,0,0.533,0,0,1,0.16640622883725564,21.73913043478261,-0.571590228184129,28.67965367965347,18.398268398268208,-1.154529001789058,-0.582938773604929,4.152302833281305,389.2,393.45,392.4166666666667,-1.3851823611640612,0,0,3.7142857142857144,0.9572901325478645,0,0.21428571428571427,-140.8633560532296,1,0,-57.14285714285714,0,0,-1.5228426395939132,10.700754840384846,0,0,0,0,0,0,-5.533596837944657,-0.03933385902454645,14.285714285714283,0.2668707594508789,-2.9647058823529164,0,0,1.94601052687963,0.5798319327731093,-26199745371.98715,,3.514363566330962,-2641705.2916820347,0,0,,-68.8386444457524,37.02326568132387,1,1,-0.5917293233082632,0.734644230073528,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.56666666666666,398.06666666666666,385.0,0.11180872108025319,1,0,0,none,1,-0.14285714285714285,-0.5154639175257731,0,0.545,0,0,1,0.2828314040055882,50.0,0.6136827403716691,23.333333333333524,28.88888888888917,-3.3338270516879334,-3.9475097920596025,3.8833547730332243,389.8,391.3,409.21666666666664,-0.8433427038078256,0,0,4.642857142857143,1.1966126656848308,1,0.2,-113.23763955342766,1,0,-80.0,0,0,-1.2722646310432517,58.16620605993426,1,0,0,0,0,0,0.0,-0.25802706549241927,-5.833333333333332,0.22250165888091716,-4.164705882352905,0,0,2.088748952958487,0.04201680672268908,-30161316477.749252,-18049039.387699127,1.8695330811173834,28921.02504119277,1,0,,-68.75233071529536,21.05088359934715,0,1,0.20300751879699297,0.09994899721952599,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,12,impulse_late,accumulation,0,below_cloud,neutral,0.256,0,0,408.55,419.0,386.0,-5.029984090074658,1,0,0,none,1,-0.9230769230769231,-0.7731958762886598,0,0.222,-1,0,1,-3.809389425542335,-14.78760551312405,-10.978216087581714,392.2,426.4,432.4,-8.302063789868663,0,0,16.214285714285715,4.1468761417610525,0,0.0625,-84.80777304624247,0,0,-83.33333333333334,1,0,-6.235011990407669,23.684549313976277,0,0,1,0,1,0,-0.4914809960681481,0.6692711513616096,5.555555555555555,0.12050280365245694,-41.89705882352939,0,0,9.035179863903938,1.0,-41183422672.016304,-342970735.50896454,0.5115150157686805,-11929737.81265121,0,0,,-68.34584074411796,62.990093555061364,1,1,-5.222556390977453,0.855530845339075,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,8,impulse_late,unknown,none,below_cloud,above,4.524,0,0,464.66666666666663,466.0,388.6666666666667,-15.853658536585357,1,0,0,none,1,-1.5517241379310345,-0.7672634271099744,0,0.5,0,0,0,-6.459458686212472,-2.7247795498868186,3.7346791363256537,412.0,432.7,424.81666666666666,-10.099376011093131,0,0,29.285714285714285,7.528461255967682,0,0.05825242718446602,-133.82732682160133,1,0,-94.1747572815534,1,0,-11.791383219954643,43.85495764255059,0,0,0,0,0,0,-8.595831247880916,-1.4535488213228867,-3.058252427184465,0.20508938660974202,-15.585294117647095,0,0,18.87279935874999,0.9495798319327731,-72744688192.06049,-1761891496.9668427,0.6337577459376165,-21225427.35039711,0,0,-2.5232356705150862,-62.21029083889218,75.11623099460967,1,1,-0.8030075187969945,0.03658691959502325,383.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,20,impulse_late,unknown,none,below_cloud,below,-8.942,0,0,425.31666666666666,479.9,370.73333333333335,-8.538735843881028,1,0,0,none,1,-1.3559322033898304,4.627249357326478,0,0.385,-1,0,0,3,0,0,0,0.75,0.0,0.0,0,0.23506218722143604,17.85714285714286,11.469534050179183,5.648305351191571,31.335896159177395,36.92946058091286,14.608414239482167,22.525164142927505,0.06012352642092021,22.959573011302446 -395,2026-04-22 04:39:00,buy,385.0,0.137,64,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64,0.2431494170206665,54.54545454545455,0.042229240499745614,66.66666666666697,92.59259259259333,0.013356098469671451,-0.028873142030074163,1.0034314727781797,388.8,388.0,388.53333333333336,-0.2577319587628857,0,0,1.3571428571428572,0.35068290882244374,0,0.3333333333333333,-121.21212121211934,1,0,-100.0,1,0,-0.5141388174807249,57.414679979854476,0,0,0,0,0,0,-5.454545454545453,-0.14388986423719405,-33.33333333333303,0.2665387804033566,0.29411764705884025,0,0,0.8930058998743876,0.7563025210084033,-14404579432.588951,-14073.474876403809,2.0799448157304616,-74202.46021127701,0,0,,-68.90868550371155,33.16893424036281,1,1,0.07218045112781891,0.19248120300751415,387.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.29999999999995,390.2,387.2,-0.3347926860674644,0,0,0,none,1,-0.008403361344537815,-0.2583979328165375,0,0.469,-1,-1,1,0.16793394445204043,45.45454545454546,0.04720557850794882,77.77777777777828,103.70370370370466,-0.21516088996060034,-0.26236646846854916,1.0082111088259762,388.2,388.3,389.21666666666664,-0.3347926860674755,0,1,1.3571428571428572,0.35068290882244374,0,0.3333333333333333,-168.67469879518504,1,0,-66.66666666666666,0,0,0.0,62.082685729914886,1,0,1,0,1,0,-4.54545454545454,-0.11605857676377868,-55.55555555555557,0.2604324228191643,-0.2882352941176123,0,1,0.9359133272929078,0.907563025210084,,,1.595272054331704,120207.7597142905,0,0,,-68.89576198202253,32.92310863739436,1,1,-0.04812030075188385,0.08460712220110655,386.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.68333333333334,390.9,386.46666666666664,-0.4330860597744568,1,0,0,none,1,-0.06060606060606061,0.0,0,0.4,0,-1,0,0.5803177598394104,50.0,0.097235948028361,88.8888888888891,74.0740740740743,-0.42560550068816383,-0.5228414487165248,1.1212379413525715,388.2,388.65,390.3,0.09005531969639158,0,0,1.7857142857142858,0.45905251560778554,0,1.0,-95.99999999999899,0,0,-0.0,0,1,0.0,30.997566580597763,1,0,1,0,1,0,0.0,0.057010417280990655,11.1111111111111,0.5321456281665554,-1.3764705882352928,0,0,0.9828520969409383,0.5882352941176471,,,1.0424926552912086,-60083.923403158784,0,0,,-68.70825829138877,17.224442224442225,0,1,-0.05939849624059869,0.10404614640814758,386.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.9166666666667,390.9,386.93333333333334,0.021427040925647844,1,0,0,none,1,-0.012658227848101266,0.0,0,0.5,0,0,0,0.4651900199606569,43.75,-0.06457943172226488,49.99999999999999,33.33333333333348,-0.6999145240025655,-0.6353350922803006,1.476227834699175,387.8,389.2,390.23333333333335,-0.051387461459395656,0,0,1.7142857142857142,0.44069041498347405,0,1.0,-143.71980676328172,1,0,-0.0,0,1,0.0,22.012486479895443,0,0,1,0,0,0,8.035714285714278,0.12407733791048858,33.333333333333336,0.5103666639663207,-1.9029411764706197,0,0,1.2619598935707155,0.8319327731092437,-22741439727.249855,-8876560.216339111,2.4866546617556406,-603045.3624977618,0,0,,-68.6909222087737,40.4421768707483,1,1,-0.17894736842105563,0.5432330827067728,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,389.6166666666667,390.9,386.93333333333334,-0.1582752277879962,1,0,0,none,1,0.01694915254237288,-0.2570694087403599,0,0.5,0,1,1,0.34638252672719344,41.17647058823529,-0.1464535507280913,61.111111111110894,42.22222222222203,-0.7506651829198745,-0.6042116321917832,1.9187818935340346,388.2,390.15,391.18333333333334,-0.294758426246311,0,0,2.2857142857142856,0.5875872199779655,0,0.5,-122.90502793295866,1,0,-0.0,0,1,-0.5115089514066473,29.85807277999362,0,0,0,0,1,0,3.67647058823529,0.08915730906463049,19.999999999999993,0.43887786973053067,-1.9617647058823877,0,0,1.3662628269055863,0.3025210084033613,-26266049473.303448,,1.815483867673063,-72498.94431599975,0,0,,-68.63176059410839,32.91339612768185,1,1,-0.26090225563911146,0.6801884500884037,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,389.15,394.1,386.6,-0.0385455479891994,1,0,0,none,1,-0.14285714285714285,-0.2570694087403599,0,0.4,0,0,1,0.10178460631761727,43.75,-0.24820264606524312,35.55555555555574,48.88888888888916,-0.7484599424866474,-0.5002572964214043,1.5757329362270862,389.2,390.45,391.05,-0.6274811115379642,0,0,2.7857142857142856,0.7179675994108984,1,0.4,-185.1851851851873,1,0,-60.0,0,0,-0.7672634271099765,29.394371542220995,1,0,0,0,1,0,-6.25,-0.0662085633834395,-20.0,0.2918048553191533,-2.632352941176464,0,0,1.3961816702505108,0.008403361344537815,-30221050303.625233,-26441145.403274536,1.2961673440703938,-4482530.730919957,0,0,,-68.62680339928879,39.436950893717814,1,1,-0.12406015037593877,0.2276966052506112,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,18,impulse_late,accumulation,0,below_cloud,neutral,0.257,0,0,389.06666666666666,394.0,387.6,-0.2741603838245399,1,0,0,none,1,-0.05128205128205128,-0.25773195876288657,0,0.4,0,0,0,1.519608949677849,-9.934355768884359,-11.453964718562208,389.8,392.2,427.95,-1.0708822029576681,0,0,4.857142857142857,1.251840942562592,1,0.2222222222222222,-121.99807877041385,1,0,-60.0,0,0,-0.7672634271099765,49.27591523085311,1,0,1,0,1,0,-0.8192090395480207,-0.009727968395456088,-6.666666666666671,-0.006198742834426858,-23.082352941176453,0,0,4.741295764737257,0.2605042016806723,-41298314816.52759,-110635878.95871735,0.8853815605076943,-12672882.892146088,0,0,,-68.45566115594053,69.13042345481692,1,1,-0.4375939849624067,0.2388219235259933,386.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,accumulation,0,below_cloud,below,-1.114,0,0,390.0,460.66666666666663,386.0,-0.512820512820511,1,0,0,none,1,-3.2413793103448274,-0.5154639175257731,0,0.2,0,0,0,-5.841502325347206,-8.673801785756439,-2.8322994604092324,390.6,427.25,419.48333333333335,-8.952603861907548,0,0,23.857142857142858,6.1329416085200155,0,0.05825242718446602,-89.95053371517841,0,0,-94.1747572815534,1,0,-15.61822125813449,33.08445745584572,0,0,0,0,0,0,1.4487051080269069,0.3615259081408446,-1.7763568394002505e-15,0.2501047563267494,-19.985294117647072,0,0,18.50302844984256,0.907563025210084,-72817954384.01045,-1770435798.06279,0.8824851978679993,-73967897.20173705,0,0,-2.7558412389452704,-61.98622048270786,50.044784531746345,1,1,-3.8954887218045187,0.5966307609982757,384.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,20,impulse_late,unknown,none,below_cloud,neutral,0.0,0,0,423.3833333333333,463.6,370.46666666666664,-8.121088060465297,1,0,0,none,1,-1.4406779661016949,-3.5989717223650386,0,0.385,0,0,0,0,0,1,1,0.0,0.0,0.0,0,0.30179206853016044,48.333333333333336,73.3333333333333,82.22222222222219,5.402822152556611,38.793103448275865,8.414239482200612,7.443365695792842,0.17949980719726127,27.933224575055693 -396,2026-04-24 02:39:00,buy,381.0,0.138,64,저점 분할 매수 · 비중 14% · 7회 · BB하단 · leg#64,0.30104439378869274,33.33333333333333,-0.09656269997933142,33.333333333333655,16.66666666666745,-0.7294836305670174,-0.632920930587686,1.298771810139884,385.8,387.0,388.03333333333336,-0.2583979328165342,0,0,1.0,0.2590673575129534,0,0.25,-117.64705882353128,1,0,-50.0,0,0,-0.2583979328165342,2.9789970860784223,0,0,1,0,1,0,4.761904761904759,0.05430268744725486,16.666666666666668,0.3134600567655923,-2.0676470588235247,0,0,0.7126122464500428,0.6890756302521008,-14412494060.708454,,1.6791959280776838,-1020523.102961123,0,0,,-68.85658133673087,21.20748299319728,0,1,-0.17593984962406548,0.6861654135338355,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.41666666666663,389.1666666666667,385.0,-0.6221840806693746,1,0,0,none,1,-0.01680672268907563,-0.2590673575129534,0,0.4,0,0,0,0.194101930692702,37.5,-0.27873514398298954,31.11111111111163,25.185185185186157,-0.718936181974243,-0.4402010379912535,1.3914494068325531,385.8,387.65,388.06666666666666,-0.4256416870888624,0,0,1.3571428571428572,0.3515914137675796,0,0.5,-211.62444113264118,1,0,-40.0,0,0,-0.7712082262210762,1.0978410968475316,0,0,0,0,0,0,12.5,0.05398654679546888,8.88888888888889,0.2759302225641696,-2.8323529411764525,0,0,0.7658275447266896,0.8067226890756303,-17500774121.959686,-5886384.21698761,6.028298653895707,-367940.5863970816,0,0,,-68.84217206609516,54.195011337868486,1,1,-0.19624060150375308,0.7412271634223037,383.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.29999999999995,389.0,383.6,-0.592325521503978,1,0,0,none,1,-0.030303030303030304,-0.2590673575129534,0,0.429,0,0,1,0.0,43.75,-0.35561964398062085,22.222222222222445,37.0370370370373,-0.49861719482470335,-0.14299755084408247,1.2907664696540702,387.0,388.1,388.35,-0.798763205359454,0,0,1.7857142857142858,0.463821892393321,0,0.3333333333333333,-320.9876543209802,1,0,-66.66666666666666,0,0,-1.0282776349614386,23.748379836362517,0,0,0,0,0,0,2.57352941176471,-0.1181619692831068,-5.555555555555557,0.11069912335708346,-2.0029411764705856,0,0,1.1083860472499008,0.8991596638655462,-22960122859.234726,-8342883.929782867,5.885797873324526,-2009900.647095047,0,0,,-68.89633123376969,28.4400123685838,1,1,-0.08571428571428724,0.1639501438159,383.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.95000000000005,390.8,383.3,-0.7604072689779695,1,0,0,none,1,-0.06329113924050633,-0.2597402597402597,0,0.435,0,0,1,0.0,39.99999999999999,-0.231941456264107,46.666666666666664,93.33333333333347,-0.5320162546476581,-0.3000747983835511,1.1093352171779436,387.2,388.0,388.8666666666667,-0.773195876288657,0,0,2.0,0.5194805194805194,0,0.4,-440.4761904761974,1,0,-60.0,0,0,-1.0282776349614386,11.116869093310441,0,0,0,0,1,0,-2.857142857142861,-0.15615566093278307,-53.333333333333336,0.14299585120458858,-1.7558823529411711,0,0,0.9938291975130434,0.37815126050420167,-22776038716.134403,,7.002782595562153,-2893910.6254285276,0,0,,-68.87881890684841,28.76984126984127,1,1,-0.0676691729323348,0.13841421736158244,383.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,387.65,390.5,383.0,-0.6836063459305985,1,0,0,none,1,-0.03389830508474576,-0.7792207792207793,0,0.364,0,0,1,0.0,42.857142857142854,-0.022079954584439232,74.99999999999977,136.11111111111094,-1.0448197741644094,-1.0227398195799702,1.1766026324471828,387.8,388.4,392.68333333333334,-0.875386199794026,0,0,2.0,0.5194805194805194,1,0.2,-365.8381134480616,1,0,-75.0,0,0,-0.773195876288657,31.859519260662694,1,0,0,0,1,0,-7.142857142857146,-0.21725333426687543,-91.66666666666666,0.05063007865869196,-1.8205882352941671,0,0,1.056988722190446,0.12605042016806722,-26310910985.92183,-9899375.41620636,4.884713602940675,-2121232.830835253,0,0,,-68.81927225593914,22.693259121830554,0,1,-0.08721804511278805,0.20397768615086265,384.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,388.0,399.46666666666664,384.0,-0.773195876288657,1,0,0,none,1,-0.2857142857142857,-1.0389610389610389,0,0.3,-1,-1,1,0.29271352867905315,46.666666666666664,-0.1147338100778601,77.77777777777796,66.66666666666696,-1.3887157698302417,-1.2739819597523816,2.842878677829733,388.8,390.3,391.75,-0.5892902895208829,0,0,2.5714285714285716,0.662739322533137,0,0.4,-229.38243191407622,1,0,-33.33333333333333,0,0,-1.0204081632653073,44.43000918729371,1,0,1,0,1,0,2.9166666666666643,-0.006587397299222086,11.1111111111111,0.2711832501760246,-5.108823529411779,0,0,1.7649799818099179,0.3865546218487395,-30277497878.71455,-22563074.472309113,2.8926676257649544,-2419672.0760552883,0,0,,-68.49046450895221,14.487831946539563,0,1,-0.3142857142857115,0.4492866914207546,384.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,16,impulse_late,accumulation,0,below_cloud,neutral,0.385,0,0,388.25,396.5,384.0,-0.06439150032195862,1,0,0,none,1,0.05128205128205128,-1.0309278350515463,0,0.8,0,0,1,1.1993482802827993,-4.566126061439718,-5.765474341722517,390.8,391.8,419.8833333333333,-0.714650331801947,0,1,5.714285714285714,1.4689680499449136,1,0.4,-144.8157669237357,1,0,-60.0,0,0,0.7772020725388629,38.93076803859773,0,0,0,1,0,0,3.6585365853658516,-0.2398420978630238,2.2222222222222285,0.27492949774903647,-5.302941176470597,0,0,3.046508610335521,0.0,-41418432559.96697,-123970543.21877289,1.143573956410798,19036450.82552716,0,0,,-68.24286394162789,32.39950316298455,1,1,0.07218045112782578,0.013264401432370954,385.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,10,impulse_late,accumulation,0,below_cloud,below,-1.105,0,0,390.83333333333337,395.0,387.6666666666667,-0.46908315565032943,1,0,0,none,1,-0.2413793103448276,-1.2853470437017995,0,0.4,0,0,0,-3.1325258487445566,-9.920321091201856,-6.7877952424573,391.0,416.1,413.9,-6.512857486181211,0,0,20.714285714285715,5.325009181050312,0,0.08490566037735849,-69.66398894359523,0,0,-88.75,1,0,-4.88997555012225,23.314154298917657,0,0,1,0,0,0,-0.7239715008044101,0.5590886987668631,-1.1043689320388346,0.2984376498981165,-23.929411764705833,0,0,17.747854431978343,0.8403361344537815,-72958764829.36261,-337543183.69976807,0.7028849814255984,-73967897.20173705,0,0,-3.258930999020983,-61.80651827335444,29.129033500003068,1,1,-4.275187969924804,0.7057542996955162,380.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,22,impulse_late,unknown,none,below_cloud,above,2.564,0,0,401.26666666666665,448.8,370.26666666666665,-3.056986210333934,1,0,0,none,1,-1.0847457627118644,-2.570694087403599,0,0.385,0,0,0,1,0,0,0,0.25,0.0,0.0,0,0.3112059712240479,50.0,42.96296296296293,51.35802469135799,3.785343935056553,34.21052631578948,9.858414239482167,9.85302049622434,0.2749666790696797,28.9417472010639 -397,2026-04-30 03:30:00,buy,359.0,0.147,64,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64,0.2353085216428406,23.07692307692308,-0.6914638033288334,14.814814814815156,6.172839506173806,-1.9171606980235651,-1.2256968946947318,4.026820194779079,360.6,365.9,367.4,-1.0658649904345396,0,0,2.2142857142857144,0.611681136543015,0,0.2222222222222222,-95.23809523809524,0,0,-77.77777777777779,0,0,-1.8970189701897011,6.5371438651389155,0,0,0,0,0,0,0.0,0.18288632560063878,11.11111111111111,0.19433513934354488,-5.9764705882353155,0,0,1.313613405971927,0.9915966386554622,-14468314527.852802,-12668573.605167389,0.6549891148883176,-2525740.6857614815,0,0,,-70.5198232806252,25.79793455843876,1,1,-0.473684210526307,0.5787840431178815,360.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,361.75,374.5,360.0,0.06910850034553828,1,0,0,none,1,-0.10084033613445378,-0.2762430939226519,0,0.387,1,0,0,0.11417980503057684,29.411764705882362,-0.8805424741884296,10.000000000000512,12.80864197530972,-2.040318945152478,-1.1597764709640486,3.8547553519648163,361.4,366.45,369.31666666666666,-1.4872424614544966,0,0,2.2857142857142856,0.6331618519984171,0,0.2,-136.35505193578635,1,0,-80.0,0,0,-2.168021680216803,9.988147692460572,0,0,0,0,0,0,9.411764705882362,0.05172679144972736,10.37037037037037,-0.004740836473438942,-7.117647058823536,0,0,2.07825355557964,1.0,-17587537259.821613,,0.6083716301835026,-2621717.1573630124,0,0,,-70.58915409257406,49.347557204700074,1,1,-0.3451127819548842,0.3342620107982558,360.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,359.33333333333337,379.0,359.0,0.4638218923933124,1,0,0,none,1,-0.18181818181818182,-0.2770083102493075,0,0.273,0,0,0,0.0,23.529411764705884,-0.6398659975417584,38.09523809523834,104.76190476190503,-2.433032333907306,-1.7931663363655477,3.2843459631301344,365.0,367.5,372.85,-2.3129251700680253,0,0,2.5714285714285716,0.7162753680859532,0,0.0,-251.87656380316878,1,0,-100.0,1,0,-2.445652173913049,9.598925578571098,0,0,0,0,1,0,0.0,-0.3462091813730346,-66.66666666666666,-0.31946717740911706,-6.232352941176487,0,0,2.2603868709220736,0.9915966386554622,-23080155438.72292,,0.6268520724962213,-1765370.3299851716,0,0,,-70.72718451279289,39.76309055090568,1,1,-0.30225563909774855,0.35117562692859305,359.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.0,379.0,359.0,-4.01069518716578,1,0,0,none,1,-0.22784810126582278,-0.2785515320334262,0,0.333,0,0,0,0.0,20.83333333333333,-0.4623023111324889,36.11111111111111,29.629629629629775,-2.4006077870324134,-1.9383054758999245,3.6575461186606275,366.6,369.55,373.6333333333333,-2.5842240562846786,0,0,3.5714285714285716,0.9920634920634922,0,0.0,-241.32527423326457,1,0,-100.0,1,0,-2.1739130434782594,5.484070346854793,0,0,1,0,1,0,-12.5,-0.46514366338973545,0.0,-0.13953738869904336,-7.255882352941171,0,0,2.259642323986314,1.0,-22911807436.408268,-16568180.643310547,0.7728771515351499,-401679.8008771241,0,0,,-70.63088036856524,45.71928071928072,1,1,-0.4669172932330832,0.6682545266138377,360.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,361.5833333333333,379.0,361.26666666666665,-0.4378889144964204,0,0,0,none,1,-0.23728813559322035,-0.2777777777777778,0,0.467,-1,-1,0,0.2297584499000798,26.31578947368422,-0.8134676759377919,18.749999999999773,8.101851851851686,-1.9051535152045744,-1.0916858392667825,4.360399081959619,367.8,373.4,373.8333333333333,-1.1783610069630357,0,0,3.5714285714285716,0.9678668215253582,0,0.47368421052631576,-195.71865443425062,1,0,-43.75,0,0,-1.6000000000000014,4.063686289856449,0,0,0,0,0,0,10.5263157894737,0.20071840093868842,15.972222222222223,0.2993310203121821,-7.076470588235281,0,0,1.614808623334185,0.7815126050420168,-26511264824.27347,,5.127779345122311,-205499.26984512806,0,0,,-69.84072321584665,30.58797878125609,1,1,-0.5759398496240551,0.7007146200953465,360.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,28,impulse_late,accumulation,0,below_cloud,above,0.681,0,0,372.98333333333335,377.1,361.26666666666665,-1.0679655033737023,1,0,0,none,1,-0.08163265306122448,-1.084010840108401,0,0.545,0,0,1,0.10666752841178767,36.0,-0.8457491475813779,14.935064935065126,19.961519961520246,-1.3019184068997447,-0.45616925931836677,3.2982574533283895,370.0,373.85,374.6,-1.2973117560518999,0,0,4.428571428571429,1.2001548586914441,0,0.35714285714285715,-259.3571114046711,1,0,-64.28571428571429,0,0,-1.6000000000000014,22.606584502796153,0,0,0,0,0,0,-2.46153846153846,-0.012575105042773038,-4.761904761904761,0.26743477026885876,-5.65294117647062,0,0,1.9294844584643127,0.8319327731092437,-30522611835.203583,-31263263.57226181,3.7344822039542787,-968565.3262892365,0,0,,-69.75761777365346,20.507704454779624,0,1,-0.1977443609022562,0.14402317063775372,364.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,range,1,0,0,0,0,0,0,15,impulse_late,accumulation,0,below_cloud,below,-3.406,0,0,373.1,375.6666666666667,364.0,-1.098901098901106,1,0,0,none,1,-0.1794871794871795,-2.168021680216802,0,0.333,0,0,1,0.2917773921287461,-3.7123089636729105,-4.004086355801657,374.2,378.05,386.06666666666666,-1.3358021425737387,0,0,5.642857142857143,1.5128303332056683,0,0.42857142857142855,-182.9362029208305,1,0,-10.0,0,1,-1.3227513227513255,36.90606434224168,1,0,1,0,1,0,6.17647058823529,-0.04617919349390487,27.22222222222223,0.28981909075953355,-9.547058823529369,0,0,3.2944494722463813,0.2689075630252101,-41714618371.29733,-94458513.59689331,1.8342901046913065,-8453583.110639483,0,0,-3.1153093752129357,-69.27059528932323,48.8955349419357,1,1,-0.736090225563901,0.6400500318208254,364.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,11,impulse_late,accumulation,382,in_cloud,above,0.529,0,0,387.6,388.0,372.0,-3.7667698658410798,1,0,0,none,1,-0.5862068965517241,-2.1447721179624666,0,0.0,0,0,1,-1.1924967982610255,-11.77700936325391,-10.584512564992885,371.6,383.7,404.03333333333336,-6.437320823560066,0,0,10.214285714285714,2.8452049343414245,1,0.0625,-164.5207439198858,1,0,-92.85714285714286,1,0,-7.948717948717954,30.735959197851642,0,0,1,0,0,0,-2.267573696145135,-0.6612502251994332,0.42016806722688926,-0.13533659983374757,-33.426470588235304,0,0,5.306566590115287,0.01680672268907563,-73659534577.8194,-580162519.091919,1.0333580680041898,-105197500.45752966,0,0,-2.082628306260581,-64.35195251256121,28.482793180234996,1,1,-1.3879699248120385,0.741289341859451,356.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,22,impulse_late,unknown,none,below_cloud,above,2.279,0,0,388.5,451.3333333333333,369.0,-7.593307593307596,0,0,0,none,1,-0.9152542372881356,5.2924791086350975,0,0.333,-1,-1,0,4,0,0,1,1.0,0.0,-0.333,0,0.26806126961323906,41.17647058823529,143.33333333333331,92.77777777777776,5.759288844714587,22.222222222222214,17.653283535636444,16.857557837949958,0.0,9.94233499440114 -398,2026-05-02 14:21:00,buy,345.0,0.153,64,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64,0.0,33.33333333333333,-0.09056340469517828,,,-0.1762007663952545,-0.08563736170007623,0.515668611689917,346.6,346.9,347.3,-0.2594407610262306,0,0,0.5,0.1445086705202312,0,0.0,-176.47058823529707,1,0,-100.0,1,0,-0.2881844380403509,15.504038016187934,0,0,0,0,0,0,0.0,-0.039541395375560534,,0.07035294505982392,-0.33529411764709494,0,0,0.49939544095155536,0.01680672268907563,,,4.127516534877285,-70068.97859671712,0,0,,-71.7070106375568,32.99319727891156,1,1,-0.010526315789471304,0.01939058171745567,346.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,346.06666666666666,349.46666666666664,346.0,-0.019264110961281222,1,0,0,none,1,-0.025210084033613446,0.0,0,0.393,0,0,1,0.01266017676555858,33.33333333333333,-0.013267787435245648,50.00000000000051,72.22222222222315,-0.32669338155801597,-0.3134255941227703,0.4733463109296278,346.6,346.8,348.15,-0.23068050749711633,0,0,0.7142857142857143,0.20644095788604458,1,0.5,-227.0114942528658,1,0,-50.0,0,0,-0.2881844380403509,21.718147968158604,0,0,0,0,0,0,0.0,-0.04166415904997778,-16.66666666666667,0.19269143044832968,-0.37941176470587834,0,0,0.49997626819569024,0.008403361344537815,,,2.719686831559275,-205458.30974531174,0,0,,-71.69491773310915,24.659863945578234,0,1,-0.010526315789480455,0.023026315789485552,345.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,345.5833333333333,350.3666666666667,345.46666666666664,0.12056908608633066,1,0,0,none,1,-0.04040404040404041,0.0,0,0.353,0,0,1,0.12406219629912431,33.33333333333333,0.017130863848296762,50.00000000000025,55.55555555555574,-0.6716228152541817,-0.6887536791024784,0.9956863861436094,346.8,347.3,349.51666666666665,-0.3743161531816863,0,0,1.1428571428571428,0.3303055326176713,1,0.0,-122.97734627831657,1,0,-100.0,1,0,-0.2881844380403509,44.72020560648151,0,0,1,0,1,0,0.0,-0.052436246488537064,-16.666666666666664,0.1982775348806143,-1.2735294117646845,0,0,0.8547322705144406,0.12605042016806722,-23124776103.7067,-877807.9763031006,1.9732947580498565,-442653.3771327734,0,0,,-71.67034874823509,23.367346938775515,0,1,-0.09022556390977822,0.3812347770835517,346.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,346.15,351.7,346.0,-0.043333814820156746,1,0,0,none,1,-0.10126582278481013,-0.2890173410404624,0,0.357,-1,0,1,0.1375035309211311,30.0,-0.038851740797230194,22.222222222222218,29.629629629629786,-1.098000612250928,-1.0591488714536978,1.7823279283318407,346.8,348.25,351.01666666666665,-0.6460875807609456,0,0,1.5714285714285714,0.45417010734929814,0,0.0,-110.52631578947248,1,0,-100.0,1,0,-0.8595988538681931,24.008245659843084,0,0,0,0,0,0,-3.3333333333333286,-0.033219008850802645,-11.11111111111111,0.19385612341942357,-1.7294117647058442,0,0,0.9965023476077991,0.10084033613445378,-22961468246.790096,,2.013210678379531,-1911825.5419054776,0,0,,-71.65612049896473,38.490517419088846,1,1,-0.2263157894736845,0.7444923784871977,346.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,350.1333333333333,354.0,346.26666666666665,-1.180502665651173,0,0,0,none,1,-0.1694915254237288,-0.2890173410404624,0,0.308,0,0,1,0.22383474132710365,38.46153846153846,-0.032194763872088306,33.33333333333333,41.48148148148139,-1.90643220299296,-1.8742374391208716,2.847121014220564,347.4,349.75,354.98333333333335,-0.786275911365264,0,0,2.0714285714285716,0.5969534787978592,0,0.125,-107.52688172042866,1,0,-66.66666666666666,0,0,-0.2873563218390829,31.156451790249605,0,0,1,0,1,0,0.0,0.012006986222471427,-11.11111111111088,0.19016599997653633,-4.532352941176441,0,0,1.2978723066151046,0.16806722689075632,-26583616611.47708,-9493480.809001923,1.3303398814622167,-1733919.183734864,0,0,,-71.52146721928578,30.66338423481281,1,1,-0.3511278195488737,0.6962916846255758,346.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,26,impulse_late,accumulation,0,below_cloud,neutral,0.288,0,0,353.7,356.73333333333335,346.0,-1.8942606728866274,1,0,0,none,1,-0.30612244897959184,-0.2881844380403458,0,0.125,0,0,0,0.12110539440269039,28.57142857142857,-0.21698286976834869,5.5555555555557445,16.666666666666945,-3.356873020424814,-3.1398901506564654,3.785895370001202,348.2,352.05,360.3,-1.4344553330492893,0,0,3.0714285714285716,0.8851379168382051,0,0.0,-112.14953271028054,1,0,-100.0,1,0,-1.6997167138810165,22.82552913948311,0,0,0,0,1,0,2.4844720496894297,0.027240406979673448,-9.523809523809522,0.10042864580086697,-7.45588235294116,0,0,1.7454437646080558,0.3445378151260504,-30597578434.48053,-20425277.202358246,0.9045176374003763,-9069997.008514822,0,0,,-71.44361674524798,46.89960194604158,1,1,-0.49699248120300776,0.7786490402350981,347.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,15,impulse_late,accumulation,0,below_cloud,neutral,0.432,0,0,347.3,362.6,347.0,-0.08638065073424128,1,0,0,none,1,-0.3333333333333333,-0.5763688760806917,0,0.143,0,0,0,-0.4362746415743102,-7.261254497201946,-6.824979855627636,349.2,359.75,376.15,-2.432244614315493,0,0,5.642857142857143,1.6076516076516076,0,0.25925925925925924,-92.86898839137623,0,0,-58.82352941176471,0,0,-3.3057851239669422,36.09531176402219,0,0,1,0,0,0,8.269230769230774,0.36692793078902053,10.6951871657754,0.16550984744125374,-15.600000000000023,0,0,3.7839007717286206,0.42857142857142855,-41871977003.84411,-82416835.17611694,1.2348223253523316,-17271299.41218681,0,0,-3.0497650116795656,-70.93211873230598,42.5259185593075,1,1,-1.403759398496242,0.883173983822235,344.0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,13,impulse_late,unknown,0,below_cloud,neutral,-0.316,0,0,373.5,374.0,347.0,-6.024096385542165,1,0,0,none,1,-0.7931034482758621,1.9943019943019942,0,0.167,0,0,0,-1.3740357597141433,-13.48775618846065,-12.113720428746507,356.8,376.75,399.9166666666667,-5.5076310550763115,0,0,10.785714285714286,3.029695024077047,1,0.2,-142.88527818808478,1,0,-75.0,0,0,-5.820105820105825,26.76779932214403,0,0,0,0,0,0,0.0,0.2878052838912559,4.365079365079364,0.04915847354599406,-35.020588235294156,0,0,4.809025813283143,0.0,-73726894890.5616,-524479169.0311737,1.1454585033620435,-45392828.421019554,0,0,-2.2450632699377735,-64.4998204886636,25.83931326690647,1,1,-2.1962406015037743,0.9123542340883852,344.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,below,-8.442,0,0,388.9666666666667,457.6,372.4,-8.475447767589351,0,0,0,none,1,-0.9661016949152542,-2.528089887640449,0,0.308,0,0,0,4,0,0,3,1.0,0.0,-1.0,0,0.25246050751872595,30.769230769230774,23.4330925352597,15.932597387705721,9.825683126095495,21.66666666666667,20.138888888888854,15.9391534391534,0.11864809738790583,14.442385149651649 -399,2026-05-04 09:21:00,buy,348.0,0.151,64,저점 분할 매수 · 비중 15% · 7회 · BB하단 · leg#64,0.011387521477324034,0.0,-0.25142647908991433,-11.111111111110787,-3.7037037037028,-1.361070762546376,-1.1096442834564617,1.8070339427122162,348.8,351.1,353.46666666666664,-0.8829393335232139,0,0,1.0,0.28735632183908044,0,-0.25,-128.95069532237866,1,0,-133.33333333333331,1,0,-1.1363636363636354,3.3009507576037294,0,0,0,0,0,0,0.0,-0.026085451192184195,-11.111111111110787,-0.20222386001289294,-3.605882352941137,0,0,0.5316763114987435,0.05042016806722689,-14487915515.458208,,0.1757490695409404,-443405.3214073777,0,0,,-71.47840782038213,31.190476190476186,1,1,-0.25563909774436555,0.909176707459025,349.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,349.4,356.46666666666664,349.0,-0.4006868918145279,0,0,0,none,1,-0.058823529411764705,-0.28735632183908044,0,0.375,-1,-1,0,0.10760082687247925,25.0,-0.3498992919166479,8.333333333333846,12.777777777778953,-1.4155674213295129,-1.065668129412865,2.422938816943206,349.6,352.35,354.45,-0.9507591883070821,0,0,1.5,0.42979942693409745,0,0.14285714285714285,-150.80906148867243,1,0,-75.0,0,0,-0.8522727272727293,3.7800372753657285,0,0,0,0,1,0,2.7777777777777857,0.013552159155141075,0.0,0.039802480473639434,-4.394117647058863,0,0,0.7047554130187944,0.14285714285714285,-17625781596.78033,,3.798564155628256,-868795.2454665005,0,0,,-71.38360703538227,78.94557823129252,1,1,-0.3466165413533827,0.9231093331248399,348.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,349.35,356.4,348.0,-0.1001860598253912,1,0,0,none,1,-0.050505050505050504,-0.28653295128939826,0,0.469,0,0,1,0.0010569542020428654,30.769230769230774,-0.5437929319744409,11.111111111111356,16.666666666666913,-1.3994985607026251,-0.8557056287281842,2.439348464115482,350.4,353.3,354.71666666666664,-1.2170959524483438,0,0,1.7857142857142858,0.511665984445354,0,0.0,-162.7097182652731,1,0,-100.0,1,0,-1.6901408450704203,7.1588229502524,0,0,0,0,0,0,-9.23076923076922,-0.0410812961182383,-8.333333333333332,-0.031837313933286995,-4.285294117647084,0,0,1.2104653979423,0.9411764705882353,-23138052618.69279,-4790785.267528534,3.5640488054481474,-1480553.93501319,0,0,,-71.35907621678976,19.814471243042675,0,1,-0.2706766917293278,0.5524014116924949,349.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,353.93333333333334,355.1333333333333,349.0,-1.3938594838952767,1,0,0,none,1,-0.06329113924050633,-0.8595988538681949,0,0.458,-1,0,1,0.0,29.411764705882362,-0.6344714401963861,13.333333333333343,14.444444444444608,-1.0660438746848513,-0.43157243448846516,2.357959839225763,351.6,354.45,354.4166666666667,-1.5375934546480452,0,0,2.5,0.7163323782234957,0,0.0,-197.5308641975317,1,0,-100.0,1,0,-1.1331444759206777,3.219826716539586,0,0,0,0,0,0,-3.9215686274509665,-0.15432864852676592,0.0,0.031464639823389005,-3.926470588235304,0,0,1.1332975765543811,0.5546218487394958,-22980792391.5458,-6618555.660915375,3.322583030463515,-1806907.1025637835,0,0,,-71.34470122138532,52.49270570699142,1,1,-0.287969924812023,0.6648130271429005,349.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,353.0833333333333,356.0,349.0,-1.1564786405475536,1,0,0,none,1,-0.05084745762711865,-0.8595988538681949,0,0.462,-1,0,1,0.0,27.272727272727266,-0.42109877429024917,16.666666666666437,24.07407407407391,-0.46574610767248714,-0.04464733338223797,1.5466741027460194,353.2,354.75,355.7,-1.0570824524312905,0,0,1.8571428571428572,0.5291005291005292,0,0.16666666666666666,-307.84913353720844,1,0,-83.33333333333334,1,0,-1.4044943820224698,24.474189084565182,0,0,0,0,0,0,-14.393939393939405,-0.15582583194262717,-11.11111111111111,0.060046439910978855,-1.5823529411764525,0,0,1.053043604191643,0.13445378151260504,-26604559219.92147,-4827322.586109161,5.42761844257899,-2495258.9295665175,0,0,,-71.12706352782423,18.241599670171098,0,1,-0.09248120300751798,0.1590935380409101,350.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,32,impulse_late,unknown,0,below_cloud,below,-0.568,0,0,354.65,358.4,350.0,-1.0291837022416428,1,0,0,none,1,-0.16326530612244897,-0.8547008547008548,0,0.385,-1,0,1,0.0,38.46153846153846,-0.24607442669004484,45.55555555555574,72.59259259259287,-0.42842832750034177,-0.18235390081029693,1.5146946552773952,354.0,354.3,353.8833333333333,-0.9314140558848494,0,1,2.2142857142857144,0.630850630850631,1,0.2,-293.85964912280923,1,0,-80.0,0,0,-0.28409090909090606,34.74768669846358,1,0,1,0,1,0,-6.9930069930070005,-0.22641844948560283,-26.66666666666667,0.10838877509471317,-2.9382352941176464,0,0,1.1765818441485865,0.058823529411764705,-30626018430.408424,-11490060.870166779,3.8555454827496964,-1674399.1010237932,0,0,-1.4579420229494473,-71.04738817156691,14.041056982233451,0,1,-0.018045112781959305,0.006331618519984872,350.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,17,impulse_late,unknown,0,in_cloud,neutral,-0.424,0,0,350.18333333333334,360.6333333333333,350.0,0.23321117509875755,1,0,0,none,1,0.02564102564102564,-0.8547008547008548,0,0.545,-1,-1,1,0.500784438980354,-1.1689494283970134,-1.6697338673773674,355.4,355.75,363.68333333333334,-0.49191848208011146,0,1,5.214285714285714,1.4729620661824052,1,0.4375,-82.2072072072068,0,0,-50.0,0,0,-0.28169014084507005,31.848964865169677,0,0,0,0,0,0,-4.464285714285722,-0.1676725645038868,7.575757575757578,0.41637298593375316,-0.21764705882355884,0,0,2.4867123598004484,0.06722689075630252,-41885806394.39538,-1599865.4630203247,2.281315225130707,-382686.07285633683,0,0,-0.17971541874915042,-70.53236398186691,77.21338184347665,1,1,-0.05338345864661607,0.01201339322950934,347.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,12,impulse_late,distribution,500,in_cloud,neutral,0.0,1,0,353.81666666666666,359.8333333333333,347.1666666666667,0.051815912195585234,1,0,0,none,1,0.0,-2.824858757062147,0,0.25,0,0,1,-0.014326448896133215,-12.71095130795959,-12.696624859063457,354.8,369.35,396.31666666666666,-3.8852037362934966,0,0,10.142857142857142,2.857142857142857,0,0.22,-88.0365296803653,0,0,-70.27027027027027,0,0,-5.333333333333334,30.172102365896265,0,0,1,0,1,0,4.573073233130785,0.4093230823430165,2.965465465465467,0.16609108620260307,-25.991176470588243,0,0,4.109305937843877,0.01680672268907563,-73766087079.26587,-356611240.4675293,1.1506527669848585,-45392828.421019554,0,0,-2.0931693746879425,-64.46424858146456,21.856361012407433,0,1,-2.1812030075187963,0.91057402034969,347.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,unknown,none,below_cloud,above,2.495,0,0,388.9666666666667,448.1333333333333,348.73333333333335,-8.732539206444434,1,0,0,none,1,-0.3559322033898305,-1.971830985915493,0,0.333,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.3481656012927698,31.25,49.6212121212121,40.656565656565625,3.23983554628249,28.30188679245282,24.49324324324321,22.97922922922919,0.23471088718395328,14.645168416645582 -400,2026-05-06 19:33:00,sell,382.0,0.65,64,고점 매도 · 비중 65% · 분할 · leg#64,0.7568505828776462,66.66666666666666,0.04625149390144234,116.66666666666698,111.11111111111215,0.8930824619788496,0.8468309680774072,1.0245563462949216,381.2,380.0,377.25,0.2631578947368318,0,0,1.0,0.26246719160104987,0,1.0,131.05413105413018,0,1,-0.0,0,1,0.2631578947368318,80.42222094285148,0,0,0,0,0,0,-16.66666666666667,-0.034437891165315926,0.0,0.7462018182222323,1.7823529411764412,0,0,0.8650407282298123,0.7563025210084033,-14498673953.231932,,1.1066981597690675,58099.92951700091,0,0,,-68.62745261415914,41.547619047619044,1,1,0.09624060150375169,0.3421888053466986,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.23333333333335,381.0,367.46666666666664,1.8081410884474902,1,0,0,none,1,0.09243697478991597,-0.7874015748031495,1,0.692,0,-1,0,0.8488519755745584,60.0,-0.03770041751498532,200.0,166.66666666666768,1.5054749179153077,1.543175335430293,1.284768535186031,380.6,379.3,374.4,0.44819404165568066,0,0,1.2142857142857142,0.31871016122984624,1,1.5,147.54098360655846,0,1,100.0,0,1,0.5277044854881341,71.66742272064656,0,1,0,1,0,0,-3.636363636363633,-0.0013459143899046122,33.33333333333283,0.8985233978604907,3.1352941176470495,0,0,0.8514255635984008,0.2689075630252101,-17642954387.2626,149584.5892906189,0.6149346560261196,68465.72424863279,0,0,,-68.61454724848824,38.57142857142858,1,1,0.1639097744360865,0.6335519650189234,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,377.45000000000005,380.0,368.6666666666667,0.940521923433546,0,0,0,none,1,0.1414141414141414,-0.5249343832020997,0,0.696,0,0,0,0.8591548898020345,,0.20865120983381402,118.88888888888914,123.70370370370394,2.6473171257376293,2.4386659159038153,3.0661810376697134,380.2,376.85,370.85,1.1012339126973636,0,0,1.3571428571428572,0.35620547431571054,0,1.1428571428571428,117.54611754611742,0,1,20.0,0,1,1.0610079575596787,85.83476303544043,0,1,0,1,0,0,,-0.034697950215572426,-6.666666666666671,1.2123084802024313,6.441176470588232,0,0,0.6211678542996419,0.0,-23172302419.738365,-554284.1820602417,0.831116071202345,948265.057728909,0,0,,-68.58751810008086,67.87074037074036,1,1,0.4744360902255597,0.9440844305655335,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.0,380.0,362.6666666666667,0.5277044854881341,0,0,0,none,1,0.16455696202531644,-0.7874015748031495,1,0.619,0,0,0,0.8911727560054965,85.71428571428571,0.46872829724163045,114.28571428571428,112.34567901234584,3.1962956717920292,2.7275673745503988,4.471763895573303,379.6,374.45,368.71666666666664,1.7492322072372835,0,0,2.142857142857143,0.562429696287964,0,1.0833333333333333,122.37606074140191,0,1,14.285714285714285,0,1,2.144772117962468,91.30560279352365,0,0,0,0,0,0,0.0,-0.007901824532625223,4.761904761904759,1.1507311540696987,7.8323529411764525,0,0,1.0414094203439668,0.15126050420168066,-23018608267.45702,1856882.4561843872,1.1510024545525863,2796019.78975299,0,0,-0.0007364270689965215,-68.57133140656981,40.56545695201157,1,1,0.6894736842105271,0.9494629350068372,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,21,impulse_late,accumulation,100,above_cloud,neutral,0.0,0,0,378.4166666666667,380.0,362.26666666666665,0.6826690156353177,0,0,0,none,1,0.3220338983050847,-0.7874015748031495,1,0.778,1,0,0,0.9651094717062858,80.95238095238095,0.9274133749869744,114.14141414141392,113.10886644219961,4.21394306843564,3.2865296934486654,5.6762684217356805,378.6,371.2,364.31666666666666,2.6400862068965525,0,0,2.7142857142857144,0.7124109486314211,0,1.0666666666666667,150.15723270440245,0,1,9.090909090909092,0,1,2.972972972972965,85.97407332944988,0,0,0,0,0,0,0.0,0.035629776723927975,-0.30303030303031164,1.2948972533426943,11.214705882352916,0,0,1.4288506940131465,0.2773109243697479,-26662299585.993,-2427520.997772217,1.3905368389233719,6005081.0849172175,0,0,,-68.51180473606493,45.45218087234893,1,1,0.8451127819548889,0.900897920065718,381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,17,impulse_late,accumulation,100,above_cloud,above,3.421,0,0,359.68333333333334,380.0,357.76666666666665,5.926509429590832,0,0,0,none,1,0.42857142857142855,-0.26246719160104987,1,0.8,0,0,0,1.0,78.125,1.2757323394052023,109.4191919191921,109.0488215488218,4.665890043417505,3.390157704012303,7.079954685096348,374.4,366.1,359.0,3.796776836929805,0,0,4.428571428571429,1.1654135338345866,0,1.0952380952380953,172.9323308270681,0,1,12.5,0,1,4.972375690607733,77.78666029229807,0,0,0,0,0,0,-0.6628787878787818,0.23360929809674635,0.8333333333333286,1.184726860119789,12.126470588235293,0,0,2.2259636051638183,0.8151260504201681,-30690906016.86709,3003743.1374053955,1.4173504727846167,9324783.342623115,0,0,,-68.50937179261594,41.76979335364429,1,1,1.0045112781954821,0.8410798869824351,380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,distribution,100,above_cloud,above,3.401,0,0,377.56666666666666,378.0,352.0,0.6444777964156545,0,0,0,none,1,0.6153846153846154,-0.7894736842105263,1,0.75,0,0,0,1.7846339968627816,4.362062392061262,2.57742839519848,370.8,361.85,356.9,5.292248169130853,0,0,7.285714285714286,1.9122609673790776,0,0.9117647058823529,212.19715956558116,0,1,-10.714285714285714,0,1,5.540166204986141,61.62067369071448,0,0,0,0,0,0,1.2805122048819442,0.6309775318835622,-0.6728778467908683,1.084597951665071,12.876470588235293,0,0,4.156546168225926,0.9159663865546218,-41912367019.34601,20031456.27645874,1.8919210491644018,12713000.728735939,0,0,0.058232936758196074,-68.01252845354,87.28933284656766,1,1,1.0654135338345887,0.763588577939209,370.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,12,impulse_late,unknown,100,above_cloud,above,1.887,0,0,352.55,374.1333333333333,351.93333333333334,8.069777336548011,0,0,0,none,1,0.8275862068965517,3.674540682414698,0,1.0,1,1,1,2.492831129833476,-8.929147624571101,-11.421978754404577,359.8,364.1,394.8833333333333,1.895083768195538,0,0,12.857142857142858,3.4655371582595302,1,0.5625,56.97016460905356,0,0,-32.5,0,0,3.342618384401108,55.65874261241724,0,0,0,0,0,0,9.33977455716586,1.0529355122601185,14.391891891891895,0.5917527851961358,-14.361764705882365,0,0,5.07966130965176,0.08403361344537816,-73735679375.54662,-35836712.28578186,1.4698205973122334,31542487.334985137,0,0,-1.5099912430514375,-62.673163547709144,21.308366033604866,0,1,-1.2451127819548877,0.49665352320004175,356.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,below,-1.667,0,0,388.9666666666667,448.1333333333333,353.46666666666664,-4.61907618476306,1,0,0,none,1,0.03389830508474576,7.547169811320755,0,0.417,1,0,0,0,2,2,0,0.0,0.5,0.667,0,1.0,68.62745098039215,83.09523809523809,81.32160110420978,7.973590615404573,46.2962962962963,54.118715489683204,42.0926571733023,0.6650338936363044,11.482997379749522 -401,2026-05-06 19:39:00,sell,382.0,0.35,64,고점 매도 · 비중 35% · 분할 · leg#64,0.9068766701454408,71.42857142857143,0.08644550154013242,100.0,111.11111111111215,0.9744726396730812,0.8880271381329488,1.196062694876069,381.6,380.15,377.51666666666665,0.48665000657635016,0,0,0.9285714285714286,0.2430815258040389,0,1.0,163.12056737588568,0,1,-0.0,0,1,0.79155672823219,82.87367971423711,0,0,0,0,0,0,0.0,0.008106322858099202,-16.666666666666984,0.9374331047087411,2.217647058823559,0,0,0.761685444328997,0.5714285714285714,-14498651781.67115,169284.28271102905,0.31733904733351637,211873.52548453212,0,0,,-68.54480548187516,47.7891156462585,1,1,0.16766917293232478,0.7615117222792247,382.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.25,380.5,368.0,2.0708082832331387,0,0,0,none,1,0.10084033613445378,-0.2617801047120419,1,0.72,0,0,0,1.0,63.63636363636363,0.07699880027167705,177.77777777777828,181.48148148148246,1.6394238357698896,1.5624250354982125,1.5089259191329112,381.2,379.55,374.6166666666667,0.9089711500461117,0,0,1.2857142857142858,0.3356956359567326,0,1.25,234.2995169082159,0,1,33.33333333333333,0,1,1.3227513227513255,72.1251299249596,0,0,0,0,0,0,3.636363636363633,0.11469921778666237,-22.222222222221717,1.1923890410289488,3.485294117647072,0,0,0.9110432154929642,0.3697478991596639,-17643114972.44983,-156909.61238098145,0.9983477579202426,374959.92591914535,0,0,,-68.44940225265034,36.3265306122449,1,1,0.19624060150375766,0.657494184755854,382.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,368.3833333333333,379.46666666666664,367.43333333333334,3.967787178211113,0,0,0,none,1,0.1717171717171717,-0.26109660574412535,1,0.708,1,1,0,0.8591548898020345,,0.20865120983381402,118.88888888888914,123.70370370370394,2.6473171257376293,2.4386659159038153,3.0661810376697134,380.2,376.85,370.85,1.1012339126973636,0,0,1.3571428571428572,0.35620547431571054,0,1.1428571428571428,117.54611754611742,0,1,20.0,0,1,1.0610079575596787,85.83476303544043,0,1,0,1,0,0,,-0.034697950215572426,-6.666666666666671,1.2123084802024313,6.441176470588232,0,0,0.6211678542996419,0.0,-23172302419.738365,-554284.1820602417,0.831116071202345,948265.057728909,0,0,,-68.58751810008086,67.87074037074036,1,1,0.4744360902255597,0.9440844305655335,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.0,380.0,362.6666666666667,0.5277044854881341,0,0,0,none,1,0.16455696202531644,-0.7874015748031495,1,0.619,0,0,0,0.8911727560054965,85.71428571428571,0.46872829724163045,114.28571428571428,112.34567901234584,3.1962956717920292,2.7275673745503988,4.471763895573303,379.6,374.45,368.71666666666664,1.7492322072372835,0,0,2.142857142857143,0.562429696287964,0,1.0833333333333333,122.37606074140191,0,1,14.285714285714285,0,1,2.144772117962468,91.30560279352365,0,0,0,0,0,0,0.0,-0.007901824532625223,4.761904761904759,1.1507311540696987,7.8323529411764525,0,0,1.0414094203439668,0.15126050420168066,-23018608267.45702,1856882.4561843872,1.1510024545525863,2796019.78975299,0,0,-0.0007364270689965215,-68.57133140656981,40.56545695201157,1,1,0.6894736842105271,0.9494629350068372,381.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,21,impulse_late,accumulation,100,above_cloud,neutral,0.0,0,0,378.4166666666667,380.0,362.26666666666665,0.6826690156353177,0,0,0,none,1,0.3220338983050847,-0.7874015748031495,1,0.778,1,0,0,0.9651094717062858,80.95238095238095,0.9274133749869744,114.14141414141392,113.10886644219961,4.21394306843564,3.2865296934486654,5.6762684217356805,378.6,371.2,364.31666666666666,2.6400862068965525,0,0,2.7142857142857144,0.7124109486314211,0,1.0666666666666667,150.15723270440245,0,1,9.090909090909092,0,1,2.972972972972965,85.97407332944988,0,0,0,0,0,0,0.0,0.035629776723927975,-0.30303030303031164,1.2948972533426943,11.214705882352916,0,0,1.4288506940131465,0.2773109243697479,-26662299585.993,-2427520.997772217,1.3905368389233719,6005081.0849172175,0,0,,-68.51180473606493,45.45218087234893,1,1,0.8451127819548889,0.900897920065718,381.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,17,impulse_late,accumulation,100,above_cloud,above,3.421,0,0,359.68333333333334,380.0,357.76666666666665,5.926509429590832,0,0,0,none,1,0.42857142857142855,-0.26246719160104987,1,0.8,0,0,0,1.0,78.125,1.2757323394052023,109.4191919191921,109.0488215488218,4.665890043417505,3.390157704012303,7.079954685096348,374.4,366.1,359.0,3.796776836929805,0,0,4.428571428571429,1.1654135338345866,0,1.0952380952380953,172.9323308270681,0,1,12.5,0,1,4.972375690607733,77.78666029229807,0,0,0,0,0,0,-0.6628787878787818,0.23360929809674635,0.8333333333333286,1.184726860119789,12.126470588235293,0,0,2.2259636051638183,0.8151260504201681,-30690906016.86709,3003743.1374053955,1.4173504727846167,9324783.342623115,0,0,,-68.50937179261594,41.76979335364429,1,1,1.0045112781954821,0.8410798869824351,380.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,distribution,100,above_cloud,above,3.401,0,0,377.56666666666666,378.0,352.0,0.6444777964156545,0,0,0,none,1,0.6153846153846154,-0.7894736842105263,1,0.75,0,0,0,1.7846339968627816,4.362062392061262,2.57742839519848,370.8,361.85,356.9,5.292248169130853,0,0,7.285714285714286,1.9122609673790776,0,0.9117647058823529,212.19715956558116,0,1,-10.714285714285714,0,1,5.540166204986141,61.62067369071448,0,0,0,0,0,0,1.2805122048819442,0.6309775318835622,-0.6728778467908683,1.084597951665071,12.876470588235293,0,0,4.156546168225926,0.9159663865546218,-41912367019.34601,20031456.27645874,1.8919210491644018,12713000.728735939,0,0,0.058232936758196074,-68.01252845354,87.28933284656766,1,1,1.0654135338345887,0.763588577939209,370.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,12,impulse_late,unknown,100,above_cloud,above,1.887,0,0,352.55,374.1333333333333,351.93333333333334,8.069777336548011,0,0,0,none,1,0.8275862068965517,3.674540682414698,0,1.0,1,1,1,2.492831129833476,-8.929147624571101,-11.421978754404577,359.8,364.1,394.8833333333333,1.895083768195538,0,0,12.857142857142858,3.4655371582595302,1,0.5625,56.97016460905356,0,0,-32.5,0,0,3.342618384401108,55.65874261241724,0,0,0,0,0,0,9.33977455716586,1.0529355122601185,14.391891891891895,0.5917527851961358,-14.361764705882365,0,0,5.07966130965176,0.08403361344537816,-73735679375.54662,-35836712.28578186,1.4698205973122334,31542487.334985137,0,0,-1.5099912430514375,-62.673163547709144,21.308366033604866,0,1,-1.2451127819548877,0.49665352320004175,356.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,below_cloud,below,-1.667,0,0,388.9666666666667,448.1333333333333,353.46666666666664,-4.61907618476306,1,0,0,none,1,0.03389830508474576,7.547169811320755,0,0.417,1,0,0,0,2,2,0,0.0,0.5,0.667,0,1.0,68.62745098039215,83.09523809523809,81.32160110420978,7.973590615404573,46.2962962962963,54.118715489683204,42.0926571733023,0.6650338936363044,11.482997379749522 -402,2026-05-07 11:12:00,buy,365.0,0.502,65,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#65,0.0,25.0,-0.15821644647251487,17.77777777777811,18.888888888890047,-1.151730151936306,-0.993513705463791,1.3080407026686744,368.6,369.9,373.05,-0.7839956745066212,0,0,1.3571428571428572,0.36979369404437523,0,0.2,-226.08695652173893,1,0,-80.0,0,0,-0.8108108108108136,7.326284525091424,0,0,0,0,0,0,-19.444444444444436,-0.10491464827187436,6.666666666666668,-0.055444698885036205,-2.626470588235293,0,0,0.9059901674230877,0.7142857142857143,,,2.5122517210333264,-252124.27313765883,0,0,,-69.73394656410161,11.578421578421578,0,1,-0.09774436090225935,0.2285389733326102,366.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.16666666666663,380.0,369.26666666666665,-1.9153674832962042,0,0,0,none,1,-0.08403361344537816,0.0,0,0.452,0,0,1,0.1510457479209326,35.294117647058826,-0.1416056589283372,28.333333333333844,26.111111111112297,-1.576612114525119,-1.4350064555967819,2.1256073321101807,369.0,370.75,374.3833333333333,-0.7417397167902906,0,0,1.9285714285714286,0.5240683229813665,0,0.375,-196.82539682539726,1,0,-40.0,0,0,-0.27100271002710175,13.524371657829676,1,0,1,0,1,0,-3.5947712418300597,-0.017062506160962165,8.88888888888889,0.14598365671654442,-4.4764705882353155,0,0,1.3312875232519699,0.8319327731092437,,,4.315545575754121,-25286.101382523775,0,0,,-69.63805917425645,38.576764038948916,1,1,-0.2759398496240577,0.6865757614374897,365.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,374.75,375.5,366.0,-1.8012008005336866,1,0,0,none,1,-0.08080808080808081,0.0,0,0.44,0,0,1,0.07088735868185465,26.31578947368422,-0.5982927140842358,12.632275132275376,18.29805996472685,-1.8126918961980891,-1.2143991821138533,3.2778432274801395,369.8,373.25,375.15,-1.4065639651707929,0,0,2.7857142857142856,0.7569875776397516,0,0.1111111111111111,-146.46464646464463,1,0,-88.88888888888889,1,0,-1.6042780748663055,12.190054265681525,0,0,0,0,0,0,-8.68421052631578,-0.03338542677737921,-5.820105820105821,0.10090942211299567,-5.232352941176487,0,0,1.618493348060088,0.9327731092436975,-23198892782.863865,-5382422.858642578,3.4633340755242537,-1728182.1532421187,0,0,,-69.61200588953038,40.57375581811673,1,1,-0.400751879699256,0.600845996848662,367.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,370.0,377.8,367.0,-0.540540540540535,1,0,0,none,1,-0.1518987341772152,-0.5434782608695652,0,0.391,0,0,1,0.025568048731834946,31.25,-0.7273966255014229,22.438672438672437,15.54834054834071,-1.5066839641356182,-0.7792873386341953,3.2894585736232758,370.8,374.85,375.75,-1.5606242496998823,0,0,3.142857142857143,0.8517228029423152,0,0.2857142857142857,-190.4158750263889,1,0,-63.63636363636363,0,0,-1.3368983957219305,13.980726222594868,0,0,0,0,0,0,1.8382352941176379,-0.06670035054609358,12.121212121212121,0.12727494224786362,-5.441176470588232,0,0,1.4370235762586783,0.680672268907563,,,2.7721531251450258,-1623088.4633976072,0,0,,-69.51446055118258,26.70612104490919,1,1,-0.43834586466165254,0.7077143148649814,365.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,25,impulse_late,accumulation,0,below_cloud,below,-1.486,0,0,370.83333333333337,379.0,370.6,-0.49438202247191754,0,0,0,none,1,-0.1864406779661017,0.0,0,0.333,-1,0,1,0.0,40.625,-0.9109219282494154,22.99182299182276,32.037838704505205,-0.6053800321786866,0.30554189607072885,2.6807533751844805,373.0,375.3,372.56666666666666,-1.6786570743405282,0,0,3.7857142857142856,1.0259388308168795,0,0.18181818181818182,-272.5015518311644,1,0,-81.81818181818183,1,0,-1.6000000000000014,25.87001434233764,0,0,0,0,0,0,-2.7083333333333286,-0.22217579942437904,-0.6060606060606055,0.1363715165044102,-4.538235294117612,0,0,2.1393057571834904,0.8739495798319328,-26703832102.62357,-7617431.049488068,2.7817431188975656,-2146523.938203275,0,0,,-69.45738714992716,17.294034763157896,0,1,-0.2060150375939946,0.23480915266535418,367.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,19,impulse_late,accumulation,382,in_cloud,below,-1.044,0,0,379.25,380.0,369.0,-2.7027027027026973,1,0,0,none,1,0.08163265306122448,-0.5420054200542005,0,0.615,0,0,1,0.0,37.5,-1.1941852772600217,48.14814814814832,73.3686067019403,1.843896875992641,3.0380821532526627,3.57027963612353,375.2,376.0,364.8,-1.8617021276595702,0,1,5.357142857142857,1.451800232288037,0,0.0,-199.07407407407277,1,0,-100.0,1,0,-2.1220159151193685,29.069253152586427,0,0,0,0,0,0,-1.973684210526315,-0.4310364610956756,-23.80952380952381,0.2703143307176945,1.2852941176470836,0,0,2.994814167130604,1.0,-30774167190.777412,-31012502.108486176,1.0506713080444061,-1616175.742523253,0,0,-2.9879123911758967,-69.37358025672484,28.43166434180259,1,1,-0.10676691729323443,0.035422668821586734,369.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,13,impulse_late,accumulation,500,above_cloud,neutral,-0.268,0,0,377.65,378.0,359.8,-2.2904806037336134,1,0,0,none,1,0.20512820512820512,-1.084010840108401,0,0.6,-1,0,0,-0.19324007654187714,4.128540669944641,4.321780746486518,373.4,368.95,359.68333333333334,0.013551971811898156,0,0,8.928571428571429,2.4196670538133955,0,0.4642857142857143,26.80755307699865,0,0,-60.0,0,0,0.5449591280654031,49.871031851941765,0,1,0,1,0,1,-1.5291607396870646,-0.5888801865051239,-8.0,0.48622961500931317,10.279411764705856,0,0,5.138947931255218,0.9915966386554622,-42014887768.211006,-92335118.41471863,0.9322756183411542,9164856.85007359,0,0,-0.9973464563798676,-68.92559898536604,86.36013198399762,1,1,0.9360902255639106,0.6259371238128079,365.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,unknown,none,above_cloud,below,-1.197,0,0,373.79999999999995,379.2,351.6,-1.284109149277679,1,0,0,none,1,0.4482758620689655,3.523035230352303,0,1.0,0,0,0,3.5567057577792642,-6.178581045432679,-9.735286803211944,367.0,363.15,394.78333333333336,2.437009500206533,1,0,11.928571428571429,3.206605222734255,1,0.7,65.7989877078813,0,0,-30.0,0,0,4.494382022471921,55.53465309053337,0,0,0,0,0,0,17.610062893081754,0.36664371078799185,6.129032258064527,0.5981112059153108,-5.717647058823559,0,0,4.915619618743816,0.07563025210084033,-73767756104.60353,-40861214.04193115,1.203149759887935,57787083.836103916,0,0,-1.2958651243131003,-62.47795209071327,24.91736369644368,0,1,-0.4503759398496224,0.08688132039867402,365.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,none,in_cloud,above,9.711,0,0,388.9666666666667,448.1333333333333,353.46666666666664,-4.361984745907965,1,0,0,none,1,-0.22033898305084745,-1.881720430107527,0,0.417,0,0,0,3,0,1,0,0.75,0.0,0.333,1,0.5017857622391785,56.57894736842105,57.333333333333314,61.460317460317434,7.588900422788841,66.66666666666666,69.16666666666664,62.107672188317316,0.7447582177050525,9.956803587870818 -403,2026-05-08 00:27:00,buy,368.0,0.498,65,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#65,0.2015665906701973,50.0,0.04419016853530322,50.000000000000334,63.88888888889005,-1.0417997655647468,-1.08598993410005,1.6222421425578588,371.4,371.8,375.96666666666664,-0.4841312533620301,0,0,1.5714285714285714,0.42471042471042464,0,0.2,-153.84615384615293,1,0,-75.0,0,0,-1.0695187165775444,41.449766705142444,1,0,0,0,1,0,-3.3333333333333286,-0.09813297292946488,-13.888888888888886,0.14209187059591327,-2.047058823529369,0,0,1.2242094236552334,0.9915966386554622,-14521126388.8052,,1.4923546086377986,-138669.31746539474,0,0,,-69.44173472748638,32.217068645640076,1,1,-0.05112781954886944,0.04023948760790408,369.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.81666666666666,380.0,369.0,-2.584580279959625,1,0,0,none,1,-0.08403361344537816,-0.2702702702702703,0,0.37,0,0,0,0.09135321970647833,33.33333333333333,-0.008325334081024094,39.52380952381004,45.39682539682659,-1.632067384685115,-1.623742050604091,1.9681778568234947,371.8,373.0,377.01666666666665,-0.8042895442359255,0,0,2.4285714285714284,0.6563706563706563,0,0.2857142857142857,-169.98671978751813,1,0,-71.42857142857143,0,0,-0.26954177897574594,27.15436471866957,1,0,1,0,1,0,-11.111111111111107,-0.09717730713829131,-10.476190476190474,0.16681266883600857,-4.600000000000023,0,0,1.3564073556305838,1.0,-17668948513.07834,-7306498.933567047,1.8439281346664185,24951.635209918022,1,0,,-69.42876481948133,27.808508018592054,1,1,-0.213533834586462,0.47377819548872013,368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,379.9,382.0,369.4,-2.60594893392998,1,0,0,none,1,-0.1111111111111111,-0.2702702702702703,0,0.44,0,0,1,0.20725080966515938,28.57142857142857,-0.5321353942150975,25.454545454545705,18.484848484848715,-1.8655798051678971,-1.3334444109527996,3.9033593467048564,371.6,376.3,377.68333333333334,-1.1427052883337785,0,0,2.857142857142857,0.7680491551459293,0,0.3333333333333333,-129.97090203685738,1,0,-63.63636363636363,0,0,-1.326259946949604,15.77588802500631,0,0,0,0,0,0,-1.4285714285714306,0.09933965520847687,5.45454545454546,0.23057565324354495,-5.626470588235293,0,0,1.4674660088643414,0.8067226890756303,-23222329233.73916,-19542376.201496124,3.8146254789498855,-2673941.1339551136,0,0,,-69.23744415952966,31.91348334205478,1,1,-0.5639097744360899,0.8253948689052845,368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,380.75,381.0,366.0,-2.2980958634274407,1,0,0,none,1,0.05063291139240506,-0.2688172043010753,0,0.5,0,0,1,0.09445486871876278,31.578947368421055,-1.011981721668962,12.12121212121214,15.151515151515332,-1.4090788428458154,-0.3970971211768536,3.3348357747991537,372.8,377.1,375.06666666666666,-1.352426412092289,0,0,3.0714285714285716,0.825652841781874,0,0.36363636363636365,-176.10062893081897,1,0,-63.63636363636363,0,0,-2.1052631578947323,35.79828981414775,0,0,0,0,0,0,5.263157894736835,0.06349021257109344,-0.3787878787878789,0.1685624207726316,-6.632352941176464,0,0,1.5805750009723265,0.5798319327731093,-23072074576.3164,-19251347.17216873,3.1930393320013026,-966158.7092799991,0,0,,-69.22204438783294,29.7241910771659,1,1,-0.3548872180451165,0.44597115792676756,368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,31,impulse_late,unknown,382,below_cloud,neutral,0.045,0,0,380.73333333333335,381.0,366.06666666666666,-2.2938189458938885,1,0,0,none,1,-0.03389830508474576,-0.2688172043010753,0,0.467,0,0,1,0.018863417698989998,32.14285714285715,-0.8785169028367558,15.09971509971487,33.428300094966595,0.11831838678841677,0.9968352896251725,3.740921372611435,376.0,377.8,375.95,-1.7998941238750676,0,0,4.285714285714286,1.1551790527531767,0,0.23076923076923078,-188.42224744608347,1,0,-76.92307692307693,0,0,-2.110817941952503,29.133799817071377,0,0,0,0,0,0,-3.857142857142847,-0.3481412170622159,-14.529914529914532,0.17579801099130857,-1.1147058823529505,0,1,2.578905140058189,0.9411764705882353,-26732144005.570652,,2.433337899071707,-4407733.284629658,0,0,,-69.24803523143804,27.459469102326242,1,1,-0.06315789473684155,0.011183101091683967,368.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,20,impulse_late,unknown,382,in_cloud,below,-1.471,0,0,375.25,381.0,367.0,-1.1325782811459018,1,0,0,none,1,-0.02040816326530612,-0.2695417789757413,0,0.429,-1,0,1,0.25207564208797983,47.61904761904762,-0.5594015431614565,69.04761904761924,80.95238095238122,1.159011956627296,1.7184134997887526,4.939841916157664,376.4,375.6,369.71666666666664,-1.2247071352502692,0,0,5.928571428571429,1.5979976896418946,0,0.35714285714285715,-90.61488673139208,0,0,-64.28571428571429,0,0,-0.536193029490617,42.63834383312208,0,0,1,0,1,0,1.1074197120708718,-0.4757936735863133,-14.285714285714292,0.30477506653211517,-0.4617647058823877,0,1,3.5042001993902576,0.9747899159663865,-30805267659.73421,-26925667.87784195,1.7186166836361445,-2780197.1396796405,0,0,,-69.1643226026875,19.50788959640258,0,1,0.14135338345864995,0.03250297956240833,371.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,12,impulse_late,unknown,500,above_cloud,below,-1.674,0,0,379.7,380.0,368.0,-2.2912825915196167,1,0,0,none,1,0.23076923076923078,-1.078167115902965,0,0.545,-1,0,0,-0.9267700475440326,2.8023143323742374,3.72908437991827,375.0,374.3,362.73333333333335,-0.8816457387122667,0,0,9.071428571428571,2.445128994994224,0,0.3157894736842105,-89.04428904429071,0,0,-66.66666666666666,0,0,-1.0666666666666713,55.77961500442864,0,0,0,0,0,0,-11.282051282051277,-0.2945418479411779,-11.695906432748544,0.4589420866591001,5.4176470588235475,0,0,5.580035620846114,0.9495798319327731,-42056806168.23558,-62740091.4416275,0.6591434230176343,-10846300.622023106,0,0,-1.2499225314954496,-68.6648578745471,78.81909496188193,1,1,0.1248120300751846,0.0266857251319933,367.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,11,impulse_late,accumulation,500,above_cloud,below,-3.485,0,0,373.26666666666665,378.4,359.73333333333335,-0.6072512948740783,1,0,0,none,1,0.3448275862068966,-1.6172506738544474,0,1.0,0,0,0,4.451716368663689,-3.2643914355582524,-7.7161078042219415,374.2,363.3,394.8333333333333,5.973025048169545,0,0,12.714285714285714,3.3024118738404455,1,0.9761904761904762,142.85714285714246,0,1,-2.380952380952381,0,1,8.450704225352123,70.12447901879865,0,0,0,0,0,0,7.578947368421055,0.8267167413673686,9.206349206349202,0.8083177949886149,1.691176470588232,1,0,5.547387772420305,0.15966386554621848,-73728803585.83055,10460445.034255981,1.1997164295632519,57787083.836103916,0,0,-1.0053218305175955,-61.067668959701415,29.668884963543245,1,1,0.39999999999999875,0.06178144234119087,367.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,none,in_cloud,below,-1.725,0,0,388.9666666666667,448.1333333333333,353.46666666666664,-1.0197960407918538,1,0,0,none,1,-0.1694915254237288,4.935064935064935,0,0.462,1,1,0,3,0,1,1,0.75,0.0,0.0,0,0.31748314214254414,40.38461538461538,38.888888888888864,51.104613385315105,4.83048935348659,76.0,78.37301587301585,72.2354497354497,1.0,10.482372422102408 -404,2026-05-09 04:30:00,sell,409.0,0.65,65,고점 매도 · 비중 65% · 분할 · leg#65,1.0,73.33333333333333,0.16669646027506868,83.33333333333366,88.8888888888901,1.9969262035300517,1.830229743254983,1.8629429531381014,405.4,403.05,397.28333333333336,1.2281354670636402,0,0,2.0,0.49019607843137253,0,1.0,256.2893081761015,0,1,-0.0,0,1,1.74563591022443,54.338970397074185,0,0,0,0,0,1,15.0,0.19558824918174444,0.0,1.1352268995286465,4.514705882352928,0,0,1.1967851847645592,0.8487394957983193,-14525375926.207598,411948.5362415314,2.5289346311795224,601610.539581567,0,0,,-66.20667446400641,25.031952174809316,1,1,0.21278195488722074,0.44971839606484576,407.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,385.0666666666667,402.6666666666667,381.3333333333333,5.955678670360087,0,0,0,none,1,0.2605042016806723,-0.24509803921568626,1,0.732,1,1,1,0.8307562784335751,70.0,0.1446454535712256,111.11111111111161,111.11111111111161,2.8383252018443272,2.6936797482731016,3.358885334523827,404.2,400.55,393.8,1.1109724129322096,0,0,2.357142857142857,0.582010582010582,0,1.0,142.9156429156427,0,1,-0.0,0,1,0.496277915632759,88.72178076618344,0,1,0,1,0,1,1.5789473684210549,-0.015304753035763063,0.0,0.9373961994293311,6.90294117647062,0,0,1.269948580495532,0.8151260504201681,-17680598998.214733,-771531.7986335754,2.426635929728166,885782.6201507449,0,0,,-66.44141756240663,52.44977244977245,1,1,0.5165413533834633,0.8254568731668669,405.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,385.18333333333334,405.0,376.96666666666664,5.144736272770545,1,0,0,none,1,0.26262626262626265,-0.9876543209876543,0,0.76,0,0,1,0.8773167091587419,80.95238095238095,0.46029221393059805,106.36363636363664,109.19191919191945,4.399995198934505,3.939702985003907,4.979116415597157,403.0,396.55,387.05,1.8787038204513884,0,0,3.0,0.7425742574257426,0,1.0769230769230769,135.00784929356368,0,1,10.0,0,1,2.020202020202011,88.18633366360456,0,0,0,0,0,0,-0.865800865800864,-0.048459746397089276,-2.7272727272727053,1.0680992712988104,11.076470588235281,0,0,1.8688360812299496,0.8487394957983193,-23236781373.606003,-615036.4981918335,1.4060159836884998,2024624.5026130378,0,0,,-66.49590471834522,30.470250853377788,1,1,0.7360902255639032,0.7783047098251077,404.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,43,impulse_late,distribution,100,above_cloud,neutral,0.083,0,0,381.76666666666665,396.06666666666666,377.8666666666667,5.823801624028646,0,0,0,none,1,0.34177215189873417,-1.7326732673267329,1,0.68,0,0,0,0.9925467170460799,70.27027027027027,0.9539286079884945,111.11111111111113,105.4131054131056,5.128828471446241,4.174899863457746,6.475998618616102,401.2,393.45,384.43333333333334,3.1897318591943113,0,0,4.071428571428571,1.0028149190710767,0,1.2352941176470589,161.44975288303127,0,1,33.33333333333333,0,1,3.571428571428581,78.71528837785876,0,1,0,1,0,0,0.8258258258258309,0.2135368281673724,8.547008547008545,1.2204382518635135,14.10882352941178,0,0,2.466767711313036,1.0,-23085244221.189976,1712909.0944633484,1.1604899593690483,2933315.680127263,0,0,,-66.3131996634617,46.41540506565136,1,1,0.9691729323308255,0.8102107203933042,405.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,accumulation,100,above_cloud,neutral,0.457,0,0,381.6333333333333,402.0,376.0,6.384837103677188,0,0,0,none,1,0.4745762711864407,-1.7241379310344827,1,0.8,1,1,0,0.9678205382054984,69.56521739130434,1.560924534779128,102.89855072463745,101.44927536231874,5.41520890107472,3.8542843662955923,7.990664292090378,396.6,386.55,378.3,3.7381968697451695,0,0,6.071428571428571,1.5140719629497683,0,1.0434782608695652,160.17110266159693,0,1,4.3478260869565215,0,1,5.804749340369386,86.19555461369181,0,0,0,0,0,0,0.0,0.07682969616200896,1.4492753623188435,1.010345663927315,15.535294117647084,0,0,3.3198139671267155,0.9915966386554622,-26750854939.724426,5436885.8624305725,1.2030665925384911,10575893.6719172,0,0,,-66.66660948899195,13.660587054701491,0,1,1.0999999999999994,0.7102255174544332,402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,19,impulse_late,accumulation,100,above_cloud,above,5.636,0,0,379.85,400.0,369.0,5.567987363432936,0,0,0,none,1,0.5510204081632653,-2.2443890274314215,1,0.692,0,0,0,1.0,73.07692307692308,2.081667037720318,101.51515151515171,114.9494949494952,5.444114055583384,3.362447017863066,8.808817418371602,394.0,381.8,377.31666666666666,5.02881089575693,0,0,5.928571428571429,1.4784467402921269,0,1.0344827586206897,202.92850990525525,0,1,4.545454545454546,0,1,5.249343832021003,86.7268299147721,0,1,0,0,0,1,1.6483516483516496,0.3718662568878104,-18.48484848484847,1.2053201378556808,17.28235294117644,0,0,3.589520223969768,1.0,-30822664605.179085,-4426447.65366745,1.3568960250144289,7235162.148337811,0,0,,-66.57376123959193,39.531271054494674,1,1,1.2556390977443568,0.7805677833655015,402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,13,impulse_late,unknown,100,above_cloud,above,4.473,0,0,379.85,393.8,369.0,5.567987363432936,0,0,0,none,1,0.8974358974358975,-0.7481296758104738,1,0.667,1,1,0,2.3089528018920182,6.764849978043458,4.455897176151439,393.8,380.45,368.9166666666667,5.401498225785262,0,0,10.928571428571429,2.725329533309583,0,0.7906976744186046,182.94153104279613,0,1,-20.930232558139537,0,0,8.378378378378383,57.96571043017698,0,0,0,0,0,0,0.5995415270675295,0.2638289513086529,-5.1749423842447015,0.911589933292017,17.29411764705884,0,0,7.707609446974821,0.9915966386554622,-42043970773.085236,17086239.248062134,0.9955064172412601,0.0,0,0,-0.33482676564227204,-65.92976351352668,64.97917395878743,1,1,1.2052631578947355,0.4837469245863091,397.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,10,impulse_late,unknown,none,above_cloud,above,5.686,0,0,373.25,398.0,369.5,7.434695244474221,0,0,0,none,1,1.0344827586206897,-1.2468827930174564,0,1.0,0,0,0,5.794139034781761,0.7282825792067342,-5.065856455575027,382.6,365.2,394.9166666666667,9.5290251916758,0,0,13.928571428571429,3.482142857142857,0,0.8484848484848485,215.25667679513847,0,1,-15.873015873015872,0,1,12.676056338028175,80.49391501329461,0,0,0,0,0,0,2.922077922077932,0.98727267497586,5.542328042328052,0.973973892323722,10.514705882352928,0,0,5.9953882888666,0.17647058823529413,-73692272047.68503,73815031.58084106,1.3757441042976406,90824300.94162643,0,0,-0.5888135429974724,-59.42822241700381,42.545184908808714,1,1,1.536842105263158,0.482505723635705,384.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,none,in_cloud,neutral,0.0,0,0,388.9666666666667,448.1333333333333,353.46666666666664,2.8365755420344474,1,0,0,none,1,0.0847457627118644,6.5,0,0.5,1,1,0,0,4,2,1,0.0,1.0,0.333,0,1.0,64.15094339622641,69.70458830923945,71.12816610980623,10.778769826294516,89.28571428571429,93.06064306064303,86.31732465065795,1.0,14.33643798460818 -405,2026-05-09 06:51:00,sell,404.0,0.35,65,고점 매도 · 비중 35% · 분할 · leg#65,0.5497389015515279,50.0,0.14015032282439752,133.33333333333366,144.4444444444454,0.2548557541604737,0.11470543133607616,1.000746023966614,402.8,401.8,402.53333333333336,0.04977600796416404,0,0,1.2142857142857142,0.30206112295664533,0,1.0,49.661399548533616,0,0,-0.0,0,1,0.24937655860348684,25.781612091316504,0,1,0,0,0,0,-5.555555555555557,-0.07762739701894025,-16.666666666666345,0.49440399585079786,1.3441176470588516,0,0,0.8230437184653627,0.04201680672268908,-14528506692.891287,,2.250151553670085,-2869.5388027727604,0,1,,-66.69620157733212,43.11224489795918,1,1,0.09022556390978051,0.2819548872180465,402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,402.0,409.0,390.3333333333333,0.0,1,0,0,none,1,0.058823529411764705,-0.4975124378109453,0,0.606,0,0,1,0.6312931991553948,57.14285714285714,0.07207424070946966,133.33333333333385,138.88888888888994,0.34975653197443535,0.2776822912649657,1.1384963734052218,402.6,401.4,400.06666666666666,0.1494768310911887,0,0,1.5714285714285714,0.39090262970859985,1,1.0,116.6666666666695,0,1,-0.0,0,1,0.24937655860348684,58.259680049387256,0,0,0,0,0,0,-14.285714285714292,-0.051892981113198455,-16.666666666666146,0.5175118782719865,0.28529411764708357,1,0,0.8362534487913158,0.11764705882352941,-17686121776.37639,-111530.4997177124,3.950127315719334,-48043.36199140549,0,1,,-66.6819670295561,10.668179859356334,0,1,0.13834586466165064,0.5132185301964587,402.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,384.75,403.8666666666667,383.2,4.483430799220267,1,0,0,none,1,0.24242424242424243,-0.4975124378109453,0,0.8,0,0,1,0.45070289394413954,31.578947368421055,-0.541720110809512,70.8333333333336,55.555555555555806,1.7820347903042943,2.3237549011138063,2.2681885664417765,402.0,402.45,392.3666666666667,-0.1118151323145744,0,0,2.7142857142857144,0.6751954513148544,1,0.5,3.2520325203278007,0,0,-0.0,0,1,0.7518796992481258,25.655192664901094,0,1,0,1,0,0,-16.247139588100687,0.019775275753127097,20.833333333333336,0.6014562023159865,2.552941176470597,0,0,1.7125847839012265,0.7394957983193278,,,1.6334675817642617,437923.4742763266,0,0,,-66.65359731141558,22.149720716245724,0,1,-0.1375939849624071,0.127234458050127,402.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,36,impulse_late,accumulation,100,above_cloud,above,0.527,0,0,382.31666666666666,404.06666666666666,377.0,5.148437159422814,1,0,0,none,1,0.25316455696202533,0.0,1,0.609,0,0,0,0.669956274307645,60.714285714285715,-0.550680745077786,111.11111111111113,100.52910052910073,3.5850743537918675,4.135755098869653,4.412899747627989,402.0,400.0,388.55,0.7500000000000062,0,0,3.142857142857143,0.7798652959943283,0,1.1,53.06992058880536,0,0,33.33333333333333,0,1,-0.7389162561576401,64.08678511876226,0,0,0,0,0,0,-1.3546798029556655,0.02766863712068357,15.873015873015873,0.7957929709544403,7.361764705882365,0,0,2.129799585934143,0.8235294117647058,-23100522850.28023,-15278629.090255737,1.1217306259057318,988396.4385606498,1,0,,-66.55392341530278,17.79150099561322,0,1,0.5022556390977445,0.4533875228612064,402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,25,impulse_late,accumulation,100,above_cloud,neutral,0.0,0,0,401.56666666666666,402.0,379.46666666666664,0.35693533659832966,0,0,0,none,1,0.3728813559322034,-0.24813895781637718,1,0.714,0,0,0,0.7580914909783708,69.23076923076923,0.6744880762493688,96.37254901960762,100.13725490196062,6.177458777198126,5.502970700948757,9.833495786560869,403.0,392.05,380.75,2.537941589083026,0,0,5.571428571428571,1.3859275053304903,0,1.0,82.3537499140718,0,0,-0.0,0,1,3.076923076923066,93.46732731885047,0,0,0,1,0,1,-1.1396011396011545,-0.2598919803423767,0.0,0.8517027354239026,14.267647058823513,0,0,3.809960868506694,0.9747899159663865,-26767386616.04234,-14491539.462566376,0.688909134918234,3354063.7227167487,0,0,,-66.57530415854428,16.565053323829414,0,1,1.4804511278195474,0.8258047736980345,401.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,100,above_cloud,above,2.517,0,0,380.55,402.0,369.0,5.636578636184475,1,0,0,none,1,0.6326530612244898,-0.24875621890547264,0,0.667,0,0,0,0.9228499975562143,70.0,2.1203261025802256,106.06060606060625,104.04040404040431,6.572550659481465,4.452224556901239,9.988227011447329,398.0,384.75,378.18333333333334,4.223521767381411,0,0,5.642857142857143,1.4071962949768437,0,1.0384615384615385,133.55004740620384,0,1,4.545454545454546,0,1,5.804749340369386,81.94454758611101,0,1,0,0,0,0,-3.584905660377359,-0.11845795099223544,1.5151515151515156,1.1027873156683519,19.585294117647095,0,0,3.6107962799027464,1.0,-30823949118.931496,-7119599.120487213,0.7713426528366747,8177661.953805923,0,0,,-66.56832829371244,37.878381216388895,1,1,1.4639097744360912,0.812610785695529,401.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,13,impulse_late,unknown,100,above_cloud,above,6.302,0,0,379.85,400.0,369.0,5.567987363432936,0,0,0,none,1,0.717948717948718,-0.4987531172069825,0,0.7,0,0,0,2.3089528018920182,6.764849978043458,4.455897176151439,393.8,380.45,368.9166666666667,5.401498225785262,0,0,10.928571428571429,2.725329533309583,0,0.7906976744186046,182.94153104279613,0,1,-20.930232558139537,0,0,8.378378378378383,57.96571043017698,0,0,0,0,0,0,0.5995415270675295,0.2638289513086529,-5.1749423842447015,0.911589933292017,17.29411764705884,0,0,7.707609446974821,0.9915966386554622,-42043970773.085236,17086239.248062134,0.9955064172412601,0.0,0,0,-0.33482676564227204,-65.92976351352668,64.97917395878743,1,1,1.2052631578947355,0.4837469245863091,397.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,10,impulse_late,unknown,none,above_cloud,above,5.686,0,0,373.25,398.0,369.5,7.434695244474221,0,0,0,none,1,1.0344827586206897,-1.2468827930174564,0,1.0,0,0,0,5.794139034781761,0.7282825792067342,-5.065856455575027,382.6,365.2,394.9166666666667,9.5290251916758,0,0,13.928571428571429,3.482142857142857,0,0.8484848484848485,215.25667679513847,0,1,-15.873015873015872,0,1,12.676056338028175,80.49391501329461,0,0,0,0,0,0,2.922077922077932,0.98727267497586,5.542328042328052,0.973973892323722,10.514705882352928,0,0,5.9953882888666,0.17647058823529413,-73692272047.68503,73815031.58084106,1.3757441042976406,90824300.94162643,0,0,-0.5888135429974724,-59.42822241700381,42.545184908808714,1,1,1.536842105263158,0.482505723635705,384.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,none,in_cloud,neutral,0.0,0,0,388.9666666666667,448.1333333333333,353.46666666666664,2.8365755420344474,1,0,0,none,1,0.0847457627118644,6.5,0,0.5,1,1,0,1,0,2,1,0.25,0.0,0.333,0,1.0,64.15094339622641,69.70458830923945,71.12816610980623,10.778769826294516,89.28571428571429,93.06064306064303,86.31732465065795,1.0,14.33643798460818 -406,2026-05-10 10:27:00,buy,391.0,1.0,66,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#66,0.18981832977903934,27.272727272727266,-0.17470167721248142,6.6666666666669885,8.888888888890111,-1.520578981036408,-1.3458773038239267,2.3675258740568697,392.4,394.9,397.71666666666664,-0.7343631299063014,0,0,1.2857142857142858,0.32798833819241985,0,0.0,-104.4600938967125,1,0,-100.0,1,0,-0.5076142131979711,9.678062269235895,0,0,1,0,0,0,-2.7272727272727337,0.02021325696855314,-6.666666666666667,0.03771622184208315,-3.552941176470597,0,0,0.6998887079206212,0.9663865546218487,-14532680470.293833,211580.40774536133,0.4652812451464686,-81407.0566328466,0,0,,-67.4655347537947,39.55592027020599,1,1,-0.37894736842105614,0.9199878308487999,392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,399.51666666666665,401.9,392.0,-1.881440073422047,1,0,0,none,1,-0.07563025210084033,-0.25510204081632654,0,0.4,0,0,0,0.0,25.0,-0.5296393747586889,0.0,0.0,-1.8376286528459218,-1.3079892780872329,2.535751873713751,392.4,396.1,398.6666666666667,-1.2875536480686733,0,0,1.8571428571428572,0.47497259773474604,0,0.0,-143.1117901706144,1,0,-100.0,1,0,-1.7587939698492483,19.933326811627765,0,0,0,0,0,0,-2.2727272727272663,-0.048438793992218176,0.0,-0.09583800199281908,-5.073529411764696,0,0,0.7499247768560834,0.5378151260504201,,,0.8208211413412634,-694753.853679806,0,0,,-67.53509646988994,79.56709956709959,1,1,-0.3729323308270644,0.7720135062196394,391.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,401.2,401.4,392.6,-2.5423728813559254,0,0,0,none,1,-0.06060606060606061,0.0,0,0.478,0,0,0,0.0,20.0,-0.64571664229949,13.690476190476454,15.357142857143112,-1.6620302425353657,-1.0163136002358757,2.4817814271889973,394.4,397.9,399.48333333333335,-1.4827846192510652,0,0,2.0714285714285716,0.5284256559766765,0,0.1111111111111111,-193.8911022576359,1,0,-87.5,1,0,-1.5075376884422065,12.81115863224862,0,0,0,0,1,0,-1.4285714285714306,-0.11928265192193155,4.166666666666666,-0.12679434095139208,-5.441176470588232,0,0,0.9751925935432539,0.31092436974789917,,,1.1181214308077851,-237689.47553557903,0,0,,-67.42449733755073,58.82522239665097,1,1,-0.3518796992481195,0.7110522420039727,391.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,51,impulse_late,unknown,0,below_cloud,below,-1.357,0,0,401.45,402.0,393.2,-2.3539668700959027,0,0,0,none,1,-0.11392405063291139,0.0,0,0.333,-1,0,0,0.0,33.33333333333333,-0.6538198976279405,23.597883597883612,24.74426807760162,-1.3199942609963387,-0.6661743633683982,2.1650497280903913,396.0,398.85,399.71666666666664,-1.466716810831148,0,0,2.142857142857143,0.5452562704471101,0,0.2222222222222222,-258.68725868725846,1,0,-77.77777777777779,0,0,-1.995012468827928,12.643282448698898,0,0,0,0,0,0,-1.9607843137254974,-0.17075476656413346,-14.814814814814813,-0.11216064973263185,-4.720588235294144,0,0,1.155703143489267,0.29411764705882354,,,1.1016762899678636,-1053662.0476088375,0,0,,-67.32507293586471,68.33971583971584,1,1,-0.2789473684210525,0.5843561472852081,391.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,36,impulse_late,unknown,0,below_cloud,neutral,-0.253,0,0,400.83333333333337,401.0,397.3333333333333,-1.95426195426196,0,0,0,none,1,-0.03389830508474576,0.0,0,0.417,-1,0,0,0.0,31.578947368421055,-0.48798778093594586,35.55555555555532,19.259259259259085,-0.5991322989778496,-0.1111445180419037,2.0499026371170017,398.4,399.9,401.35,-1.2253063265816433,0,0,2.5,0.6329113924050633,0,0.4,-263.29442282749676,1,0,-60.0,0,0,-1.985111662531014,5.325165756134226,0,0,0,0,0,0,-8.421052631578938,-0.24745697561782432,29.999999999999996,0.043016726791523754,-2.632352941176464,0,0,1.8760866891935595,0.47058823529411764,,,2.125087336939354,-438854.6472991705,0,0,,-67.09818429096374,29.90364677339468,1,1,-0.07969924812030234,0.05293308459117174,391.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,31,impulse_late,unknown,0,in_cloud,neutral,0.251,0,0,404.3,405.0,398.0,-2.3002720751916894,0,0,0,none,1,-0.20408163265306123,0.0,0,0.455,-1,-1,1,0.0,42.30769230769231,-0.9835324639639813,66.66666666666686,80.740740740741,0.9686785900815948,1.9522110540455762,2.4251328903314806,399.2,400.1,389.78333333333336,-1.274681329667593,0,1,3.642857142857143,0.9222423146473779,1,0.3,-227.77282188521778,1,0,-66.66666666666666,0,0,-0.7537688442211032,26.258913109320957,1,0,1,0,1,0,-13.692307692307686,-0.2881669567169465,-15.555555555555557,0.20669334661461275,-2.7529411764705856,0,0,2.227316256416504,0.33613445378151263,-30880010164.002094,,1.5702312553212796,-3150587.912249744,0,0,,-67.00805948978416,20.33244825350089,0,1,-0.1263157894736831,0.09490631767253466,392.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,12,impulse_late,unknown,618,above_cloud,above,0.501,0,0,400.9666666666667,404.0,379.73333333333335,-1.4880704963006197,1,0,0,none,1,0.358974358974359,-0.25316455696202533,0,0.538,-1,-1,0,-1.1657725300817763,4.9167881092800485,6.082560639361825,398.6,398.05,379.71666666666664,0.7411129255118665,0,0,6.0,1.4962593516209477,0,0.7428571428571429,-35.15151515151452,0,0,-41.17647058823529,0,0,-0.7425742574257432,46.24749242220109,0,0,0,0,0,0,13.63636363636364,0.1715554940547026,7.107843137254903,0.7213559573437346,9.552941176470597,0,0,7.254886961282993,0.8907563025210085,-42114556952.91029,-46579682.64772034,0.7533123728799926,-3979142.816356182,0,0,-0.544698445647885,-65.81009591178038,89.81060367854207,1,1,0.4624060150375899,0.15208283825237878,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,11,impulse_late,unknown,500,in_cloud,below,-1.081,0,0,400.68333333333334,404.26666666666665,369.8666666666667,0.07903165425731107,1,0,0,none,1,0.9655172413793104,-0.4987531172069825,0,0.75,0,1,0,6.018274550055519,3.9639250312258127,-2.0543495188297065,393.6,368.5,394.96666666666664,8.548168249660781,0,0,14.428571428571429,3.607142857142857,0,0.8484848484848485,146.22472179011618,0,1,-15.873015873015872,0,1,11.111111111111116,76.20453153455344,0,0,0,0,0,0,0.18796992481202324,-0.009478646870244134,-4.4363044363044395,0.8775329713087762,19.84705882352938,0,0,4.991968899036175,0.09243697478991597,-73694683204.24165,57969033.537597656,0.6091683150441937,90824300.94162643,0,0,-0.07589870957415752,-59.376335848919894,52.86149473363754,1,1,2.4902255639097732,0.7892466093463322,391.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,382,in_cloud,above,2.198,0,0,388.9666666666667,448.1333333333333,348.73333333333335,2.8365755420344474,1,0,0,none,1,-0.01694915254237288,3.25,0,0.5,0,0,0,4,0,1,0,1.0,0.0,0.333,1,0.6051343495555896,50.0,38.1127450980392,38.04989944695824,7.049198750404644,89.47368421052632,83.06878306878303,87.87817121150452,0.9748803677100087,18.000677288223518 -407,2026-05-11 01:12:00,sell,427.0,0.65,66,고점 매도 · 비중 65% · 분할 · leg#66,1.0,88.46153846153847,1.8214825280262894,101.66666666666698,103.6868686868699,4.089880908785801,2.268398380759512,6.176199180018841,415.4,405.75,402.3666666666667,4.004929143561298,0,0,3.5,0.8293838862559242,0,1.05,214.8962148962136,0,1,5.0,0,1,4.975124378109452,98.95821567863453,0,0,0,0,0,0,3.461538461538467,0.3734340314789555,-1.3636363636363598,1.5123089661547664,12.776470588235327,0,0,1.5706147033116693,1.0,-14528180734.055431,,2.27262925006625,5660614.970051795,0,0,,-64.93667681976724,55.26855497443732,1,1,0.8909774436090284,0.7078835204000611,422.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,418.08333333333337,421.0,401.0,0.9368148295794132,0,0,0,none,1,0.19327731092436976,-1.6587677725118484,1,0.605,1,1,1,1.0,92.85714285714286,2.203021983142797,109.05483405483459,108.67965367965495,3.999112880703194,1.7960908975603969,6.56253079795959,413.8,404.25,401.15,4.885590599876322,0,0,4.142857142857143,0.977088948787062,0,1.0434782608695652,266.2460567823346,0,1,4.545454545454546,0,1,5.472636815920406,98.2402704692584,0,0,0,0,0,0,6.493506493506501,0.6283930159624673,-1.818181818181813,1.5581356431723978,12.873529411764707,0,0,1.9422095930310561,1.0,-17692209980.83141,,5.016702971985412,8337912.723139405,0,0,,-64.75201916453341,29.560100488893063,1,1,0.8398496240601521,0.5612396231380155,423.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,418.05,423.0,400.5,1.4232747279033564,0,0,0,none,1,0.2727272727272727,-1.650943396226415,1,0.667,1,1,1,1.0,87.09677419354838,1.9873613369980807,103.95299145299172,113.28347578347604,3.1580066902315593,1.1706453532334786,5.87933394293718,408.8,402.5,400.15,5.341614906832293,0,0,4.857142857142857,1.1455525606469001,0,1.0416666666666667,375.6063756063749,0,1,4.166666666666666,0,1,6.265664160400997,95.49454847110741,0,0,0,0,0,0,10.906298003072195,1.0559183656634792,-15.277777777777771,1.5277857302893643,10.079411764705867,0,0,2.6374146464480015,1.0,-23255016551.115536,8562824.669487,7.047818730481491,10695322.498617947,0,0,,-64.71706721590186,22.785114045618254,0,1,0.5939849624060144,0.35281813556447406,423.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,47,impulse_late,distribution,100,above_cloud,above,2.865,0,0,422.48333333333335,423.0,400.26666666666665,0.3589885202571974,0,0,0,none,1,0.4050632911392405,-1.4150943396226416,1,0.64,1,1,1,1.0,80.76923076923077,0.8158359120543753,113.4920634920635,108.2010582010584,1.6129914608792433,0.7971555488248679,3.279823064022696,403.4,400.55,397.65,3.1082261889901375,0,0,4.357142857142857,1.0549982704946383,0,1.0666666666666667,491.8414918415028,0,1,7.142857142857142,0,1,3.2499999999999973,99.21191773756989,0,0,0,0,0,0,14.102564102564116,0.7362064265738527,2.3809523809523654,1.1645743476876758,5.855882352941137,0,0,2.310151202074252,1.0,-23121850967.00862,6142147.366661072,10.332726795036411,9105203.685080767,0,0,0.4542507636924332,-65.62017621706397,28.445326603221336,1,1,0.3060150375939823,0.3038500129318201,413.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,31,impulse_late,distribution,500,above_cloud,neutral,0.498,0,0,411.65,412.0,393.1,0.3279484999392679,0,0,0,none,1,0.3389830508474576,-4.358353510895883,1,0.7,1,1,1,1.0,68.75,0.9359558105684308,93.88888888888867,83.51851851851835,1.7721557148563534,0.8361999042879226,3.8657875474222356,403.0,399.9,398.8333333333333,3.275818954738696,0,0,5.071428571428571,1.2279488066413005,0,1.0588235294117647,408.11965811965774,0,1,6.666666666666667,0,1,2.736318407960203,88.14278474797743,0,0,0,0,0,1,18.75,0.7761542218335077,18.8888888888889,1.1199083683332425,7.070588235294167,0,0,2.7506156074747685,0.8319327731092437,-26806622862.336826,6792895.993560791,11.051338491325422,13165320.30829215,0,0,,-65.54703257131204,32.16774030986672,1,1,0.36090225563909684,0.3052027531831706,413.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,1,island_bottom,range,0,1,1,0,0,0,1,20,impulse_late,distribution,500,above_cloud,neutral,-0.094,0,0,411.65,412.0,398.0,0.3279484999392679,0,0,0,none,1,0.2653061224489796,-2.663438256658596,1,0.6,1,1,1,1.0,76.92307692307692,1.158532124271855,110.08771929824582,100.58479532163769,1.7702771434260285,0.6117450191541736,4.780812469295668,402.2,398.4,396.3,3.6646586345381538,0,0,4.428571428571429,1.072293324109305,0,1.05,279.37984496123994,0,1,5.263157894736842,0,1,4.556962025316458,90.46013368330381,0,0,0,0,0,0,18.3023872679045,0.7901803622472279,10.08771929824563,1.2436588163260702,4.835294117647095,0,0,3.2519921726644947,0.7478991596638656,-30885254330.12104,-2137212.9416618347,9.062442625663941,9693099.442019343,0,0,-1.1313809722133992,-65.44834807247284,26.201893905055254,1,1,0.3368421052631595,0.1751453843522457,413.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,382,above_cloud,neutral,-0.312,0,1,411.66666666666663,412.0,392.6666666666667,0.32388663967612974,0,0,0,none,1,0.20512820512820512,-0.48426150121065376,1,0.545,1,1,1,-0.009685456335762233,4.192239995846421,4.201925452182183,404.4,400.2,385.1166666666667,-0.04997501249375258,0,0,9.0,2.25,0,0.20930232558139536,132.61648745519645,0,1,-79.06976744186046,0,0,-0.24937655860348684,44.354074856060215,0,0,1,0,1,0,-13.445216049382715,-0.46063517984510227,-16.100178890876556,0.529023450394678,10.235294117647072,0,0,5.617302341073933,0.7815126050420168,-42092966917.80339,-12041500.41407013,4.2002707605446945,98493.36161845922,1,0,-0.589835335146089,-65.7752751668358,68.36318903072753,1,1,0.08721804511278118,0.009595308453228535,400.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,1,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,3.397,0,0,399.58333333333337,418.26666666666665,378.93333333333334,0.10427528675702735,1,0,0,none,1,0.6551724137931034,-4.5,0,0.625,-1,-1,1,5.806289616678857,6.632406185421473,0.826116568742616,401.4,373.15,394.7,9.607396489347453,0,0,16.5,4.034229828850855,0,0.7222222222222222,156.932620603181,0,1,-29.069767441860467,0,0,10.242587601078167,90.92415610182842,0,0,0,0,0,0,1.1160714285714306,0.0907148830684239,-3.3407161314138136,0.8936248719829835,28.026470588235327,0,0,5.092550631130631,0.13445378151260504,-73698007859.6363,37671515.91030884,2.3789150843135856,125774921.49966145,0,0,0.003282176271689141,-58.21741050746474,64.44872825483333,1,1,3.1225563909774388,0.9002351036597679,394.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,382,in_cloud,above,2.312,0,0,388.9666666666667,448.1333333333333,348.73333333333335,5.150398491730224,1,0,0,none,1,-0.2711864406779661,9.7799511002445,0,0.462,0,0,1,0,4,3,0,0.0,1.0,1.0,0,0.4905079699590671,50.617283950617285,56.11210494931424,69.27052275889481,5.2649446196694285,92.1875,79.64272814235302,81.89831849496763,0.9603231625029921,20.870982109845507 -408,2026-05-11 04:36:00,sell,423.0,0.35,66,고점 매도 · 비중 35% · 분할 · leg#66,1.0,72.72727272727272,0.4199727597211016,110.31746031746064,105.29100529100641,1.2410357507828849,0.8210629910617833,1.7096381519493962,421.4,419.05,416.93333333333334,0.9426082806347713,0,0,1.1428571428571428,0.27017899358324887,0,1.1428571428571428,160.8118657298995,0,1,14.285714285714285,0,1,1.6826923076923128,64.11807017413042,0,0,0,0,0,0,2.7272727272727195,0.08706169201075742,4.761904761904759,1.3017632683130593,3.388235294117635,0,0,0.7248425049988698,0.25210084033613445,,,0.2712861753290241,273033.4582580924,0,0,,-64.82406580878828,19.150135578707005,0,1,0.15714285714285575,0.2694245868979228,422.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,426.5333333333333,427.0,409.26666666666665,-0.8283838699593593,1,0,0,none,1,0.18487394957983194,0.0,1,0.657,1,0,0,1.0,69.23076923076923,0.30051010195883565,108.33333333333387,101.85185185185311,1.6471260093994147,1.346615907440579,1.7372558557453823,420.8,418.6,413.75,1.0511227902532116,0,0,1.5,0.3546099290780142,0,1.0,205.63483351628085,0,1,-0.0,0,1,1.1961722488038173,62.22159242594863,0,0,0,0,0,0,0.0,0.1239563263098622,0.0,1.2040142724871619,4.541176470588255,0,0,0.8437055778975636,0.2857142857142857,,,0.6574214607049469,25149.81966409087,0,0,,-64.80948001893252,45.82940868655155,1,1,0.2345864661654023,0.5827307121306442,422.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,424.51666666666665,425.0,405.6666666666667,-0.357269051077691,1,0,0,none,1,0.2222222222222222,0.0,1,0.696,1,0,0,0.7720067577125965,71.42857142857143,-0.10371377879760413,110.31746031746059,105.29100529100555,3.3206145128569915,3.4243282916545956,3.6068808150971146,419.4,417.9,406.71666666666664,0.9810959559703347,0,0,2.5714285714285716,0.6093432633716994,0,1.1111111111111112,138.08870598994017,0,1,14.285714285714285,0,1,2.1791767554479424,76.16478052962196,0,0,0,0,0,0,6.428571428571431,0.14638234243888126,10.317460317460316,1.0533107252185403,7.732352941176487,0,0,2.279793035505664,0.8319327731092437,-23275118223.25121,-1310898.7405509949,0.34021478907421193,736868.0740361437,0,0,,-64.86291850723202,26.924519942812626,1,1,-0.0015037593985030898,5.573607852471518e-06,421.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,41,impulse_late,accumulation,100,above_cloud,neutral,0.476,0,0,422.51666666666665,423.0,399.8,-0.12228314464912682,1,0,0,none,1,0.3670886075949367,-0.47393364928909953,1,0.652,1,0,0,0.7425587272111057,58.82352941176471,0.10604465962070986,86.98412698412699,84.72455648926257,4.4583446345203015,4.352299974899592,8.22051519998328,418.8,413.75,403.5,1.9939577039274958,0,0,4.642857142857143,1.100203114421124,0,1.0476190476190477,95.45671927307517,0,0,14.285714285714285,0,1,1.9323671497584627,62.200580888682325,0,1,0,1,0,1,-4.969574036511155,0.15054337978005616,6.722689075630242,0.9276094453923152,11.39117647058822,0,0,4.47698679838537,0.9747899159663865,-23153947468.968426,-2570711.105705261,0.15537341337237118,1305107.2007641643,0,0,,-64.84530139502164,21.535056978665995,0,1,0.9375939849624092,0.4255431116462679,421.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,28,impulse_late,accumulation,100,above_cloud,neutral,-0.383,0,0,418.66666666666663,421.0,400.46666666666664,0.79617834394905,0,0,0,none,1,0.4915254237288136,-0.23696682464454977,1,0.727,1,0,0,0.9056029184061637,73.58490566037736,1.6175704956025712,106.50793650793628,109.62029256146887,5.69103744803823,4.073466952435659,9.11789057616097,418.2,406.95,400.96666666666664,3.6982430273989397,0,0,5.642857142857143,1.3371699390656737,0,1.0869565217391304,119.41721132897575,0,1,9.523809523809524,0,1,5.7644110275689275,87.92129517376752,0,0,0,0,0,0,4.197150558336546,0.02680254470143062,-2.707749766573315,1.054582233409952,15.382352941176464,0,0,3.6703806854883783,0.9243697478991597,-26809638594.00412,8101008.828987122,0.2166667945237393,15415470.556000412,0,0,,-64.78011785065672,21.48668323783221,0,1,1.319548872180451,0.7082199060144627,421.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,17,impulse_late,accumulation,100,above_cloud,above,1.219,0,0,415.65,417.1,398.73333333333335,1.5277276554793717,0,0,0,none,1,0.42857142857142855,-0.47393364928909953,0,0.545,0,0,0,1.0,81.57894736842105,2.187408427871571,111.84210526315809,109.12280701754412,4.272763529115593,2.0853551012440223,8.078094827164543,412.2,400.7,398.18333333333334,4.067881207886193,0,0,4.857142857142857,1.1647824597464884,0,1.0869565217391304,183.13294999128857,0,1,10.0,0,1,3.990024937655856,93.83530013705592,0,0,0,0,0,0,4.078947368421055,0.13168672728664577,1.5789473684210549,1.1667013804143727,13.876470588235293,0,0,3.2279092624413956,0.7310924369747899,-30885266889.94666,-2205925.287460327,0.5826822747054939,11881694.149805784,0,0,-0.8865999485135242,-65.10337500453163,29.843506052306505,1,1,1.1338345864661692,0.6871172465805242,418.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,accumulation,100,above_cloud,above,3.237,0,0,413.08333333333337,415.0,396.6,0.9481541254791059,0,0,0,none,1,0.2564102564102564,-1.6786570743405276,1,0.545,0,0,0,1.0809565594023276,5.740295450729832,4.659338891327504,410.6,401.55,386.95,3.5985555970613925,0,0,11.5,2.7644230769230766,0,0.5813953488372093,177.31629392971277,0,1,-41.86046511627907,0,0,3.7406483790523692,61.85246370936639,0,0,0,0,0,0,1.2411347517730533,0.3322593622233745,-1.5503875968992276,0.8014487213511409,11.361764705882365,0,0,6.456866427543909,0.8319327731092437,-42101875301.08015,12681651.83014679,2.539110140164024,98493.36161845922,0,0,-0.3244204510512441,-64.33979392934977,65.6114122444127,1,1,0.6187969924812021,0.25338072780338794,394.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,11,impulse_late,unknown,618,above_cloud,below,-4.476,0,0,399.58333333333337,418.26666666666665,396.6333333333333,4.1084462982273084,1,0,0,none,1,1.0689655172413792,7.451923076923077,0,0.667,0,0,1,5.806289616678857,6.632406185421473,0.826116568742616,401.4,373.15,394.7,9.607396489347453,0,0,16.5,4.034229828850855,0,0.7222222222222222,156.932620603181,0,1,-29.069767441860467,0,0,10.242587601078167,90.92415610182842,0,0,0,0,0,0,1.1160714285714306,0.0907148830684239,-3.3407161314138136,0.8936248719829835,28.026470588235327,0,0,5.092550631130631,0.13445378151260504,-73698007859.6363,37671515.91030884,2.3789150843135856,125774921.49966145,0,0,0.003282176271689141,-58.21741050746474,64.44872825483333,1,1,3.1225563909774388,0.9002351036597679,394.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,382,in_cloud,above,2.312,0,0,388.9666666666667,448.1333333333333,348.73333333333335,5.150398491730224,1,0,0,none,1,-0.2711864406779661,9.7799511002445,0,0.462,0,0,1,0,3,3,0,0.0,0.75,1.0,0,0.9967208945696087,59.57446808510638,46.51162790697672,50.22858278672229,7.244622959095383,92.1875,79.64272814235302,81.89831849496763,0.9603231625029921,20.870982109845507 -409,2026-05-11 06:12:00,buy,399.0,0.331,67,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#67,0.26971370149570484,17.391304347826093,-0.6902262705815794,15.09971509971542,11.823361823362935,-4.798651519841769,-4.10842524926019,7.465934948146141,402.0,410.05,416.48333333333335,-1.7193025240824333,0,0,3.857142857142857,0.9571074087203121,0,0.15789473684210525,-78.75816993464079,0,0,-76.92307692307693,0,0,-2.421307506053272,21.50861744473724,0,0,1,0,1,0,0.0,0.32415539504266055,3.988603988604309,0.14980945004209095,-12.744117647058829,0,0,1.8178749359629705,0.7899159663865546,,,0.953843717545548,-2086406.0381960869,0,0,,-66.47230528397749,41.24824343508034,1,1,-1.2142857142857104,0.8810240480576076,400.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,426.55,427.0,400.0,-5.521040909623731,1,0,0,none,1,0.01680672268907563,0.0,0,0.571,0,0,0,0.1918971736649508,25.641025641025635,-1.8026595493780229,21.333333333333865,16.888888888890147,-4.563895830640661,-2.761236281262638,8.776315874479707,400.8,414.2,416.7,-2.704007725736357,0,0,5.714285714285714,1.4179369018078696,0,0.23076923076923078,-108.11897106109318,1,0,-76.0,0,0,-3.125,15.154472458581708,0,0,0,0,0,0,0.0,0.3482235224218653,2.666666666666668,0.15809770561868547,-15.002941176470586,0,0,2.837192931218496,0.8991596638655462,-17721446351.044674,-15660422.947029114,2.2582586544195475,-1543424.597169742,0,0,,-66.45739213598199,41.175555643848575,1,1,-1.3879699248120292,0.8164008670669796,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,424.5333333333333,425.0,398.8666666666667,-5.072236180904522,1,0,0,none,1,0.050505050505050504,-0.49627791563275436,0,0.625,0,0,1,0.0595598784010128,33.33333333333333,-2.7730895488743386,13.333333333333599,24.66666666666691,-1.923156294120929,0.8499332547534094,7.174456058223096,406.0,416.15,408.8333333333333,-3.1599182986903673,0,0,6.357142857142857,1.5774548032612548,0,0.24,-158.44875346260434,1,0,-76.0,0,0,-4.502369668246442,17.4267935414736,0,0,0,0,0,0,1.4184397163120508,-0.0002678697075140235,-12.0,0.10184379936425536,-13.055882352941182,0,0,3.900053455639249,1.0,-23312345752.72489,-37227529.4736824,2.0869967174475113,-936675.4494143054,0,0,-4.366602753197934,-66.42849864475042,38.40440414695672,1,1,-0.678947368421065,0.28958928424930985,402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,38,impulse_late,unknown,0,below_cloud,below,-1.048,0,0,422.55,423.0,397.8,-4.626671399834336,1,0,0,none,1,0.08860759493670886,-1.240694789081886,0,0.583,0,0,1,0.0,29.411764705882362,-2.1083494996716725,37.126908179539775,59.74405711247837,1.3331724782896117,3.4415219779612842,5.667404903571003,413.4,417.3,405.6,-3.666427030913011,0,0,5.642857142857143,1.4036958066808813,0,0.13636363636363635,-263.45840130505815,1,0,-86.36363636363636,1,0,-4.057279236276845,23.344540139983565,0,0,0,0,0,0,-7.254901960784302,-0.8233912018762988,-19.26406926406927,-0.024787297938142456,-1.611764705882365,0,1,4.58666078986257,0.9915966386554622,-23167271350.422646,,1.5271679011186243,-5982104.203761578,0,0,,-66.49551718616837,25.528163692977994,1,1,-0.41503759398496104,0.17246367952401265,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,26,impulse_late,unknown,382,below_cloud,below,-3.532,0,0,418.75,421.0,398.5,-4.0000000000000036,1,0,0,none,1,0.13559322033898305,-0.4975124378109453,0,0.571,-1,0,0,0.32437659722531387,50.0,-0.3618121112963264,68.41269841269819,92.11640211640194,4.25120721624404,4.613019327540367,9.539907897954079,416.0,408.85,401.68333333333334,-1.6754310871958,0,0,8.857142857142858,2.2032693674484722,0,0.21739130434782608,-56.74041591920813,0,0,-90.0,1,0,-2.66343825665859,66.752164902538,0,0,0,0,0,0,-15.454545454545453,-1.3693966505786097,-33.17460317460316,0.26309034729210357,7.5823529411764525,0,0,4.791515454038708,1.0,-26834070746.996662,-27447884.659835815,1.2230316024186667,-3424725.8953402936,0,0,,-66.43254012012184,18.960672833670547,0,1,1.2353383458646576,0.5617505472463099,402.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,below,-0.785,0,0,415.65,417.1,398.73333333333335,-3.2840129916997474,1,0,0,none,1,0.04081632653061224,-1.4925373134328357,0,0.5,-1,-1,0,0.49458377674904036,55.73770491803278,1.1936253525563347,90.12383900928812,107.52665978672196,4.191225813869039,2.9976004613127043,9.181029274954609,414.4,402.2,399.2,-0.04972650422675473,0,0,8.071428571428571,2.007818052594172,0,0.4090909090909091,-17.36111111111127,0,0,-76.47058823529412,0,0,0.0,70.16212152558408,1,0,1,0,0,0,-27.189124350259895,-1.2617307351620566,-30.49019607843138,0.3947220814803838,9.276470588235327,0,0,5.017725613929936,1.0,-30921969860.0771,-35072798.8131752,1.5604174124882528,14318084.621518046,0,0,-1.2358673989159752,-66.33947026984836,26.348657820616165,1,1,1.3052631578947391,0.6997087580611605,400.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,distribution,none,above_cloud,above,4.028,1,0,413.08333333333337,415.0,396.6,-2.6830744401856066,1,0,0,none,1,-0.05128205128205128,-0.7462686567164178,0,0.538,-1,-1,0,1.0809565594023276,5.740295450729832,4.659338891327504,410.6,401.55,386.95,3.5985555970613925,0,0,11.5,2.7644230769230766,0,0.5813953488372093,177.31629392971277,0,1,-41.86046511627907,0,0,3.7406483790523692,61.85246370936639,0,0,0,0,0,0,1.2411347517730533,0.3322593622233745,-1.5503875968992276,0.8014487213511409,11.361764705882365,0,0,6.456866427543909,0.8319327731092437,-42101875301.08015,12681651.83014679,2.539110140164024,98493.36161845922,0,0,-0.3244204510512441,-64.33979392934977,65.6114122444127,1,1,0.6187969924812021,0.25338072780338794,394.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,11,impulse_late,unknown,618,above_cloud,below,-4.476,0,0,399.58333333333337,418.26666666666665,396.6333333333333,4.1084462982273084,1,0,0,none,1,1.0689655172413792,7.451923076923077,0,0.667,0,0,1,5.806289616678857,6.632406185421473,0.826116568742616,401.4,373.15,394.7,9.607396489347453,0,0,16.5,4.034229828850855,0,0.7222222222222222,156.932620603181,0,1,-29.069767441860467,0,0,10.242587601078167,90.92415610182842,0,0,0,0,0,0,1.1160714285714306,0.0907148830684239,-3.3407161314138136,0.8936248719829835,28.026470588235327,0,0,5.092550631130631,0.13445378151260504,-73698007859.6363,37671515.91030884,2.3789150843135856,125774921.49966145,0,0,0.003282176271689141,-58.21741050746474,64.44872825483333,1,1,3.1225563909774388,0.9002351036597679,394.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,382,in_cloud,above,2.312,0,0,388.9666666666667,448.1333333333333,348.73333333333335,5.150398491730224,1,0,0,none,1,-0.2711864406779661,9.7799511002445,0,0.462,0,0,1,4,0,3,0,1.0,0.0,1.0,1,0.9967208945696087,59.57446808510638,46.51162790697672,50.22858278672229,7.244622959095383,92.1875,79.64272814235302,81.89831849496763,0.9603231625029921,20.870982109845507 -410,2026-05-11 12:36:00,buy,402.0,0.329,67,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#67,0.20229253017891205,33.33333333333333,-0.34133767857080666,15.0793650793654,16.137566137567376,-1.8166992819049028,-1.4753616033340962,2.6332206135806424,405.0,408.2,411.05,-0.7839294463498292,0,0,1.8571428571428572,0.45855379188712525,0,0.2857142857142857,-119.56521739130474,1,0,-71.42857142857143,0,0,-0.9779951100244544,8.239077750617014,0,0,0,0,0,0,6.666666666666657,0.09462246868438773,3.9682539682539684,0.1639538503520711,-4.923529411764719,0,0,1.1554683986316128,0.5210084033613446,-14551064179.666132,,1.4337488918152574,850890.8553336859,1,0,,-66.25365087705721,36.856397570683285,1,1,-0.40300751879698893,0.7872158530436872,403.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,414.1,416.2,404.2,-2.197536826853419,1,0,0,none,1,0.008403361344537815,-0.24691358024691357,0,0.519,0,0,0,0.0,26.66666666666667,-0.7290023904348579,18.055555555556086,14.722222222223479,-2.152403105853864,-1.423400715419006,3.0395421841288246,404.4,409.25,412.51666666666665,-1.527183872938298,0,0,2.2857142857142856,0.5671747607231479,0,0.09090909090909091,-160.5584642233846,1,0,-87.5,1,0,-1.9464720194647178,23.536233153615143,0,0,0,0,0,0,0.0,-0.052296601030690004,-2.5,-0.09547995911456686,-6.279411764705856,0,0,1.223134530234401,0.2773109243697479,-17732189444.29818,,1.3668566300336007,-697201.0963645428,0,0,,-66.40599862945832,28.576978576978583,1,1,-0.453383458646624,0.7439189811262854,402.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,413.9,416.06666666666666,398.73333333333335,-2.6334863493597482,1,0,0,none,1,-0.1717171717171717,-0.49627791563275436,0,0.481,0,0,0,0.0,33.33333333333333,-0.8902224524679856,25.02645502645529,28.66843033509724,-1.367938839190117,-0.4777163867221315,2.656677347097692,407.8,411.25,412.56666666666666,-1.7629179331307032,0,0,3.2142857142857144,0.7956152758132957,0,0.1,-245.4448017148988,1,0,-90.0,1,0,-2.4154589371980673,21.121014677361117,0,0,0,0,0,0,0.0,-0.21497072698404796,-5.0,0.00418985696187013,-4.991176470588243,0,0,1.6370518775943128,0.47058823529411764,-23326256430.980904,-6828499.756233215,1.0401009727847588,-2715950.427337289,0,0,,-66.29407831166321,27.80790637933495,1,1,-0.3210526315789468,0.4835607537361908,403.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,33,impulse_late,unknown,382,below_cloud,neutral,-0.493,0,0,422.56666666666666,423.0,400.46666666666664,-4.393784018300861,1,0,0,none,1,0.0379746835443038,-0.49504950495049505,0,0.5,-1,0,0,0.0,23.80952380952381,-1.0553276262435511,16.66666666666669,26.296296296296507,-1.1783538690284558,-0.12302624278490473,3.3958088811151264,408.0,412.45,410.56666666666666,-2.0487331797793606,0,0,3.4285714285714284,0.8486562942008486,1,0.0,-200.25510204081763,1,0,-100.0,1,0,-1.9417475728155331,27.352818811301574,0,0,0,0,0,0,2.070393374741201,-0.21465833810685153,-11.11111111111111,0.02101380863711344,-3.9764705882353155,0,0,1.8591759080050747,0.6134453781512605,-23178760422.076134,-5173340.34072876,0.7123680172057311,-157044.8870871067,0,0,,-66.27696572251091,34.53484786573138,1,1,-0.48496240601503565,0.6713903238456728,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,25,impulse_late,unknown,0,below_cloud,below,-1.568,0,0,418.31666666666666,421.0,400.3,-3.4224471094465914,1,0,0,none,1,0.0847457627118644,-1.2376237623762376,0,0.462,0,0,0,0.1602339288880118,37.254901960784316,-1.138089926168316,55.55555555555532,64.99999999999983,0.7754714762529034,1.9135614024212193,6.134641939697413,410.4,412.6,403.85,-2.0843431895298137,0,0,6.714285714285714,1.6619519094766622,0,0.2,-98.43400447427275,0,0,-73.33333333333333,0,0,-1.4634146341463428,55.95622361870866,0,0,1,0,1,0,-0.7450980392156765,-0.45778988768403406,-14.44444444444445,0.2574226347915663,-0.3058823529411825,0,1,4.167133019150367,0.8991596638655462,-26846047116.273857,-15434151.2967453,0.5257603925435324,-3401202.8225714564,0,0,,-66.21418576365754,8.617930960713359,0,1,-0.416541353383455,0.15165872093482902,404.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,15,impulse_late,unknown,500,above_cloud,neutral,0.488,0,0,415.95,417.3,400.2,-2.8729414593100078,1,0,0,none,1,0.24489795918367346,-1.2376237623762376,0,0.636,-1,0,0,0.5778234380392514,57.89473684210526,0.05704417877419532,80.78431372549038,89.58605664488044,3.6182168896202143,3.561172710846019,8.041840319150934,413.4,407.45,402.2,0.625843661798986,0,0,10.571428571428571,2.578397212543554,0,0.7058823529411765,-6.64451827242488,0,0,-33.33333333333333,0,0,-0.9661835748792313,60.200054149300016,0,0,0,0,0,0,-3.216374269005847,-0.3383929472263758,-11.111111111111114,0.544105960761909,7.8647058823529505,0,0,5.863296092807053,1.0,-30963983643.015663,-79086247.07683182,1.0630190097405408,-3800489.9251670837,0,0,-1.6014777944712462,-65.61977906332567,23.029911510227553,0,1,0.8849624060150366,0.4084869021842814,406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,10,impulse_late,accumulation,100,above_cloud,above,3.351,0,0,413.08333333333337,415.0,399.6666666666667,-0.7464192051644281,1,0,0,none,1,0.23076923076923078,-1.2195121951219512,0,0.667,0,0,0,0.3840272205361117,5.757439482081395,5.373412261545283,413.2,404.05,389.96666666666664,1.4725900259868752,0,0,13.857142857142858,3.3797909407665507,0,0.4418604651162791,56.97278911564667,0,0,-57.14285714285714,0,0,1.990049751243772,59.6665373923029,0,0,0,0,0,0,-6.487647690655201,-0.4495793165804587,0.3322259136212651,0.5801632891933184,10.449999999999989,0,0,6.751243014497561,0.8319327731092437,-42299335960.66456,-190928869.07995605,1.4139603341788562,-19165215.02815777,0,1,-1.6331177792017362,-64.74550412663518,69.22982489569257,1,1,1.0413533834586444,0.5222037134183819,401.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,13,impulse_late,unknown,500,above_cloud,below,-17.349,0,0,408.91666666666663,418.23333333333335,398.1666666666667,0.2649276543713164,1,0,0,none,1,0.27586206896551724,-3.414634146341464,0,0.571,0,0,0,5.806289616678857,6.632406185421473,0.826116568742616,401.4,373.15,394.7,9.607396489347453,0,0,16.5,4.034229828850855,0,0.7222222222222222,156.932620603181,0,1,-29.069767441860467,0,0,10.242587601078167,90.92415610182842,0,0,0,0,0,0,1.1160714285714306,0.0907148830684239,-3.3407161314138136,0.8936248719829835,28.026470588235327,0,0,5.092550631130631,0.13445378151260504,-73698007859.6363,37671515.91030884,2.3789150843135856,125774921.49966145,0,0,0.003282176271689141,-58.21741050746474,64.44872825483333,1,1,3.1225563909774388,0.9002351036597679,394.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,382,in_cloud,above,2.312,0,0,388.9666666666667,448.1333333333333,348.73333333333335,5.150398491730224,1,0,0,none,1,-0.2711864406779661,9.7799511002445,0,0.462,0,0,1,4,0,1,0,1.0,0.0,0.333,1,0.6744796565476838,54.73684210526316,51.91952750092283,52.073335794266,8.43989525841618,92.1875,79.64272814235302,81.89831849496763,0.9603231625029921,20.870982109845507 -411,2026-05-13 01:48:00,buy,388.0,0.34,67,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#67,0.5164656830984251,50.0,0.10464948155182907,83.33333333333366,83.33333333333366,-0.5999048782003342,-0.7045543597521633,0.7767281306614937,390.6,390.95,393.3333333333333,0.01278935925310698,0,0,1.1428571428571428,0.2922908293752283,1,1.0,-153.84615384615086,1,0,-0.0,0,1,0.0,9.277223676784573,1,0,1,0,1,0,0.0,0.047453549835503095,0.0,0.4876913426147382,-1.202941176470631,0,0,0.8857154027726397,0.48739495798319327,-14579737358.167444,-306040.98093795776,2.306088955475759,-34818.10795331001,0,0,,-67.30204921694116,23.885003885003886,0,1,-0.06541353383459048,0.25986198372643254,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,392.5,401.1333333333333,389.93333333333334,-0.3821656050955413,1,0,0,none,1,-0.07563025210084033,-0.2557544757033248,0,0.348,0,0,1,0.43337228448371173,42.857142857142854,0.21563378896716845,27.777777777778308,21.296296296297555,-1.266714185510807,-1.4823479744779755,1.5338547912469267,390.4,391.4,395.93333333333334,-0.10219724067449532,0,0,1.5714285714285714,0.40189989039093893,0,0.5,-100.88403536141705,1,0,-50.0,0,0,-0.25510204081632404,7.632878931753027,0,0,1,0,0,0,-17.142857142857146,0.053183022034761995,8.333333333333336,0.4009864282040685,-2.3470588235293803,0,0,1.1215281141408262,0.5798319327731093,-17774648846.157192,,1.3751687102499015,-150152.56285576522,0,0,,-67.28849373460164,15.633068342046679,0,1,-0.15037593984962044,0.35134565385426275,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,404.73333333333335,405.0,389.53333333333336,-3.393180695107889,1,0,0,none,1,-0.1414141414141414,-0.2557544757033248,0,0.25,0,0,0,0.29061867304276945,37.93103448275862,-0.020260192907217256,41.66666666666693,30.092592592592826,-2.643162677542307,-2.6229024846350897,3.516204045507442,390.6,393.9,400.46666666666664,-0.7362274689007298,0,0,3.0,0.7672634271099744,0,0.2222222222222222,-94.76101022751045,0,0,-33.33333333333333,0,0,-0.25510204081632404,42.270010621471684,1,0,1,0,1,0,2.216748768472897,0.11032246897183784,13.888888888888886,0.2826600496502844,-5.552941176470597,0,0,1.9671675531639026,0.9327731092436975,-23388160151.904675,-520500.1786842346,0.6588501028129908,-920844.0540347099,0,0,,-67.2607905044162,66.28305708248212,1,1,-0.5172932330827114,0.7811627400370982,389.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,44,impulse_late,accumulation,0,below_cloud,neutral,0.171,0,0,407.01666666666665,412.0,389.76666666666665,-3.9351377912452357,1,0,0,none,1,-0.22784810126582278,-0.2557544757033248,0,0.231,0,0,0,0.22714742160958742,34.375,-0.2104869836886687,19.7643097643098,17.92368125701481,-3.431012182800032,-3.2205251991113633,4.17001832841936,391.0,395.5,403.26666666666665,-1.1378002528445008,0,0,3.2142857142857144,0.8220679576178298,0,0.25,-101.8181818181821,1,0,-70.0,0,0,-1.7587939698492483,5.94090641202483,0,0,0,0,0,0,0.0,0.13924059457001237,6.969696969696969,0.19516761803125002,-7.755882352941171,0,0,2.003706017770177,0.907563025210084,,,0.682900657646853,-1253243.188515082,0,0,,-67.24422855453702,49.16851423430371,1,1,-0.6345864661654194,0.8290882003771045,388.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,26,impulse_late,accumulation,0,below_cloud,above,0.513,0,0,406.7833333333333,411.0,390.3,-3.8800344163559597,1,0,0,none,1,-0.2542372881355932,0.0,0,0.25,0,0,0,0.11000037543150326,21.73913043478261,-1.0320760669621833,7.142857142856925,8.629148629148462,-4.950301698931526,-3.9182256319693423,6.3790086442380725,391.0,399.95,408.05,-2.48781097637204,0,0,3.857142857142857,0.9890109890109889,0,0.1,-134.57281983178385,1,0,-85.71428571428571,1,0,-2.500000000000002,9.384710354413826,0,0,0,0,0,0,1.7391304347826093,0.11357514530732127,-1.9047619047619042,-0.0510317430090349,-13.164705882352905,0,0,1.3483306396480084,0.04201680672268908,,,0.4442769936909582,-4259308.174693078,0,0,,-67.26775357553235,47.97495258364824,1,1,-1.0488721804511323,0.9464885773525603,388.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,23,impulse_late,accumulation,0,below_cloud,neutral,-0.427,0,0,409.0,415.06666666666666,391.73333333333335,-4.645476772616142,0,0,0,none,1,-0.5306122448979592,0.0,0,0.125,0,0,0,0.0,27.77777777777777,-2.0532127633911936,13.7037037037039,15.80246913580274,-4.402872038699627,-2.3496592753084333,7.1831981088591474,395.6,406.0,407.7,-3.9408866995073843,0,0,5.5,1.4102564102564104,0,0.07692307692307693,-175.04655493482352,1,0,-90.0,1,0,-5.339805825242716,12.750943388609102,0,0,0,0,0,0,4.521963824289401,-0.1962067372048839,-4.999999999999998,-0.11671271736286247,-13.832352941176453,0,0,2.803501590368694,0.35294117647058826,,,0.4640149294883472,-9279275.74933952,0,0,,-67.17940302813398,60.43511686199407,1,1,-1.102255639097737,0.7999538450085615,388.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,14,impulse_late,unknown,0,below_cloud,below,-4.082,0,0,410.1,414.0,405.3333333333333,-4.901243599122173,0,0,0,none,1,-0.5641025641025641,0.0,0,0.167,0,0,0,-2.65939733850845,-2.0542816068934826,0.6051157316149672,396.8,407.55,399.6,-3.0793767635872937,0,0,8.928571428571429,2.2603978300180834,0,0.21212121212121213,-160.6425702811256,1,0,-78.125,0,0,-3.658536585365857,47.02813704017427,0,0,0,0,0,0,8.333333333333343,0.09583171272915614,-3.819444444444441,0.24368301717074597,-9.011764705882399,0,0,2.8225079230367096,0.20168067226890757,-42422905440.79045,-86069710.1096878,0.5585821095708611,-10795891.836674005,0,0,-1.1653064247394507,-65.83127380524071,78.64688777385417,1,1,-0.9406015037594017,0.6333454336632793,388.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,11,impulse_late,unknown,0,below_cloud,below,-0.829,0,0,411.76666666666665,418.6666666666667,404.8666666666667,-4.071885371974416,0,0,0,none,1,0.0,2.0253164556962027,0,0.5,0,0,0,2.0508972150598153,6.402703892616955,4.35180667755714,398.8,381.5,392.3833333333333,2.752293577981657,0,0,17.357142857142858,4.427842565597668,0,0.5172413793103449,35.555555555555536,0,0,-60.86956521739131,0,0,1.8181818181818077,72.13584776773833,0,1,0,1,0,1,-4.147812971342383,-1.038573440029423,-4.398382204246715,0.5676816268283662,26.899999999999977,0,0,7.3196496974062875,0.24369747899159663,-74077455670.55043,-348652084.71987915,1.0896661216548866,66776919.23829949,0,0,-0.5625613029220694,-59.7407108446897,83.50214662872486,1,1,2.8706766917293276,0.8141616111292946,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,22,impulse_late,unknown,none,below_cloud,below,-14.668,0,0,388.9666666666667,448.1333333333333,348.73333333333335,0.7798440311937549,1,0,0,none,1,-1.0169491525423728,-1.0204081632653061,0,0.417,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.05129142883885712,30.555555555555557,12.847222222222205,16.240079365079335,6.862754494790805,61.53846153846154,50.65031586770714,56.33550249323755,0.6394653473909118,19.73460525837406 -412,2026-05-13 18:45:00,sell,423.0,0.65,67,고점 매도 · 비중 65% · 분할 · leg#67,0.8236964808987459,81.81818181818181,0.17693430372222352,105.55555555555588,110.00000000000125,2.1250812022938703,1.9481468985716468,2.217210849155936,421.0,418.0,412.8,0.7177033492822948,0,0,1.5,0.35629453681710216,0,1.0,126.72176308540094,0,1,-0.0,0,1,0.9592326139088669,85.33296190929035,0,0,0,0,0,0,6.818181818181813,-0.058848147485556446,-6.666666666666671,0.968558338150577,5.320588235294167,0,0,0.9262950993781026,0.7058823529411765,-14578299916.177835,1060094.0003051758,2.1397926912108716,605617.8771466911,0,0,,-64.74951140308906,17.24240045668617,0,1,0.30977443609022515,0.6256228807312414,421.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,420.73333333333335,421.0,407.6666666666667,0.06338139755981409,1,0,0,none,1,0.08403361344537816,-0.4750593824228029,0,0.606,0,0,1,0.8933305384093504,68.18181818181819,0.4625205066334517,112.22222222222275,109.47089947090073,2.7374946340958672,2.2749741274624156,3.6979120636806946,420.4,415.95,411.21666666666664,1.454501742997949,0,0,2.642857142857143,0.6262694651320243,0,1.0909090909090908,139.7479954180992,0,1,16.666666666666664,0,1,0.9569377990430672,77.78207988424911,0,1,0,1,0,0,-2.6515151515151416,0.04013681161727023,5.555555555555557,1.012878377008226,7.214705882352916,0,0,1.3594226217393648,0.957983193277311,-17777910120.0563,-1205133.9853973389,1.4014982780481307,518329.44074241817,0,0,,-64.65133733010886,61.84922220636507,1,1,0.5796992481202934,0.7954228871698724,422.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.93333333333334,421.0,405.0,3.4482758620689724,0,0,0,none,1,0.18181818181818182,-0.47393364928909953,1,0.708,1,0,0,0.9971939237415375,73.07692307692308,0.9338272174530409,109.2307692307695,101.34852801519492,3.137452943510141,2.2036257260571,4.432724059793204,418.4,412.9,408.1,2.2039234681521025,0,0,3.2857142857142856,0.7786052809749492,0,1.0769230769230769,149.19578480310633,0,1,7.6923076923076925,0,1,2.9268292682926855,81.54032292813235,0,0,0,0,0,1,2.2435897435897516,0.10108470724496188,6.2678062678062645,1.0928937549333348,7.891176470588221,0,0,1.6394245025751546,0.8151260504201681,-23392265468.304096,-2736681.291744232,2.3401866825071416,2995686.172368251,0,0,,-64.62041606230132,41.98184671979453,1,1,0.670676691729322,0.7519401822807398,422.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,40,impulse_late,unknown,100,above_cloud,neutral,0.0,0,0,407.25,421.0,398.5,3.621853898096994,0,0,0,none,1,0.3037974683544304,-0.23696682464454977,1,0.667,0,0,1,1.0,76.0,0.7779230539304773,103.70370370370374,112.34567901234591,3.097306378889641,2.3193833249591638,3.73611627848055,416.8,411.0,404.55,2.1897810218978186,0,0,2.7857142857142856,0.6632653061224489,0,1.0,208.71637725570486,0,1,-0.0,0,1,2.689486552567244,94.31843711137911,0,0,0,0,0,0,1.0,0.19037759459551395,-14.81481481481481,1.2319433108758762,7.8647058823529505,0,0,1.650977630097034,0.8151260504201681,-23232037380.529785,-834089.2374801636,2.135820993723381,3809939.484376192,0,0,,-64.77150058841883,20.91190794806451,0,1,0.4917293233082641,0.5742696025778747,419.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,distribution,100,above_cloud,neutral,0.399,0,0,415.41666666666663,418.3333333333333,396.6666666666667,1.1033099297893756,0,0,0,none,1,0.4067796610169492,-0.7142857142857143,1,0.824,0,0,1,1.0,75.0,0.8761081197645884,105.55555555555533,111.11111111111096,3.799265259184722,2.9231571394201334,5.337171587259712,413.4,407.95,402.81666666666666,2.9537933570290553,0,0,3.357142857142857,0.7993197278911565,0,1.0,227.14000307361312,0,1,-0.0,0,1,2.689486552567244,87.1827896444761,0,0,0,1,0,1,3.5714285714285694,0.3762184514034437,-8.333333333333343,1.344751070289163,11.120588235294122,0,0,1.9755712188571126,0.48739495798319327,-26927735588.3199,128782.28311538696,2.2660940746615936,4085499.1391357183,0,0,0.07260772710899852,-64.7043486193739,53.831199146325204,1,1,0.7872180451127773,0.7320519524230239,419.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,13,impulse_late,distribution,100,above_cloud,above,2.013,0,0,399.20000000000005,420.0,389.06666666666666,5.21042084168335,1,0,0,none,1,0.30612244897959184,-0.2380952380952381,1,0.636,1,1,1,0.9196284018946488,79.41176470588235,1.8424975067416491,102.77777777777798,99.94708994709022,1.9579160334453718,0.11541852670372256,7.694960107354406,410.2,401.05,407.3333333333333,3.2290238124922155,0,0,5.214285714285714,1.2594893029675638,0,1.0,150.39062500000003,0,1,-0.0,0,1,4.020100502512558,83.37359941747417,0,0,0,0,0,0,2.7450980392156907,0.107503872885506,4.444444444444457,0.9196781532814,7.7264705882353155,0,0,2.5381431496751303,0.35294117647058826,-31043126442.97852,3784435.5250968933,2.951988093203068,11502652.843571156,0,0,,-65.11467899995415,38.21605067853818,1,1,1.2067669172932431,0.8562982016250231,415.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,618,above_cloud,below,-0.854,0,0,410.9666666666667,414.0,392.3333333333333,0.7380971692756866,1,0,0,none,1,-0.07692307692307693,-1.6908212560386473,1,0.429,0,0,1,1.3141694367696553,0.8406256346072496,-0.4735438021624056,409.8,404.85,403.55,2.5071013955785926,0,0,9.285714285714286,2.2375215146299485,0,0.7297297297297297,124.85276796230889,0,1,-27.027027027027028,0,0,5.597964376590325,79.19095020440919,0,0,0,0,0,0,9.774436090225564,0.5314716545484379,-1.3167013167013124,0.760013395959963,2.685294117647061,0,0,3.4456942560797437,0.36134453781512604,-42412120156.75041,12567469.228149414,1.8637115976993086,16858158.227346227,0,0,-1.0057168981661389,-64.00806009757444,67.88807431287086,1,1,-0.2443609022556324,0.03838253019819393,407.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,6,impulse_late,unknown,500,in_cloud,above,2.526,0,0,410.81666666666666,415.1333333333333,402.8,1.0182968883118981,1,0,0,none,1,0.20689655172413793,4.337349397590361,0,0.333,0,0,1,2.0508972150598153,6.402703892616955,4.35180667755714,398.8,381.5,392.3833333333333,2.752293577981657,0,0,17.357142857142858,4.427842565597668,0,0.5172413793103449,35.555555555555536,0,0,-60.86956521739131,0,0,1.8181818181818077,72.13584776773833,0,1,0,1,0,1,-4.147812971342383,-1.038573440029423,-4.398382204246715,0.5676816268283662,26.899999999999977,0,0,7.3196496974062875,0.24369747899159663,-74077455670.55043,-348652084.71987915,1.0896661216548866,66776919.23829949,0,0,-0.5625613029220694,-59.7407108446897,83.50214662872486,1,1,2.8706766917293276,0.8141616111292946,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,22,impulse_late,unknown,none,below_cloud,below,-14.668,0,0,388.9666666666667,448.1333333333333,348.73333333333335,0.7798440311937549,1,0,0,none,1,-1.0169491525423728,-1.0204081632653061,0,0.417,0,0,0,0,4,2,1,0.0,1.0,0.333,0,0.8438801510886753,57.14285714285714,78.17047817047815,78.01042801042797,7.290625491589088,61.53846153846154,50.65031586770714,56.33550249323755,0.6394653473909118,19.73460525837406 -413,2026-05-13 19:18:00,sell,417.0,0.35,67,고점 매도 · 비중 35% · 분할 · leg#67,0.10810050554909625,33.33333333333333,-0.87809446221668,0.0,13.888888888890031,0.5028065370354398,1.3809009992521197,2.003456174173135,418.2,420.3,414.96666666666664,-0.785153461812993,0,0,1.7142857142857142,0.41109969167523125,0,0.0,-123.65591397849573,1,0,-100.0,1,0,-1.4184397163120588,36.03979303623866,0,0,0,0,0,0,-5.128205128205131,-0.0594846688505406,-16.666666666666988,0.1705087418213418,-0.8411764705882092,0,0,0.9250533555465641,0.6554621848739496,-14579068313.011023,,1.0242436425034156,-41924.54880863428,0,0,,-65.08047537470799,22.455401741116024,0,1,-0.045112781954898255,0.016073437751148112,417.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,417.3,423.0,408.0,-0.07189072609633529,1,0,0,none,1,0.058823529411764705,-0.4796163069544364,0,0.571,0,0,0,0.2951724127055634,50.0,-0.5419604007799661,38.88888888888942,65.3439153439166,1.8854077324240848,2.427368133204051,2.3883587770618018,419.8,419.05,412.3833333333333,-0.48920176589906106,0,0,2.142857142857143,0.513874614594039,0,0.2857142857142857,-51.366120218580875,0,0,-100.0,1,0,-0.4773269689737458,66.10560861516205,0,0,0,0,0,0,-11.111111111111107,-0.26175061110303366,-28.571428571428562,0.3375953286410897,3.2941176470588402,0,0,1.4656997694730791,1.0,-17780275729.534817,,0.7267631544392547,469482.16456303,1,0,,-65.06614906702902,42.94174079888366,1,1,0.2187969924811988,0.2676331433880992,417.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,407.54999999999995,422.0,407.26666666666665,2.318733897681269,1,0,0,none,1,0.12121212121212122,-0.4796163069544364,0,0.636,0,0,0,0.6717872057966692,65.38461538461539,0.4463877761886472,93.68686868686895,101.45687645687669,3.1911213621394836,2.7447335859508364,4.844526767531161,420.6,414.55,409.28333333333336,0.832227716801337,0,0,3.7142857142857144,0.888585099111415,0,0.7692307692307693,48.60010565240264,0,0,-27.27272727272727,0,0,0.9661835748792313,67.99911361550829,0,1,0,0,0,1,-10.615384615384613,-0.3435135345042091,-11.655011655011648,0.6506592580009553,7.997058823529414,0,0,1.7643125649558145,0.8319327731092437,-23395606147.857346,-7443964.69462204,0.8093250827411521,1069882.205392532,0,0,,-64.95272703223473,48.08919347931521,1,1,0.7646616541353316,0.8118393384023791,418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,40,impulse_late,unknown,100,above_cloud,above,0.633,0,0,407.25,421.0,398.5,2.639656230816456,1,0,0,none,1,0.22784810126582278,-0.4784688995215311,0,0.652,0,0,0,0.7153744873209387,64.51612903225806,0.6148687824065804,94.44444444444447,103.08641975308664,3.589114570148297,2.9742457877417166,5.008286477596745,419.8,412.55,405.76666666666665,1.0786571324687966,0,0,3.5,0.8393285371702638,0,0.75,58.748403575989606,0,0,-33.33333333333333,0,0,1.7073170731707332,79.00443187819562,0,0,0,0,0,0,-6.9124423963133665,-0.3629366398542988,-11.111111111111128,0.7147299022290261,8.058823529411768,0,0,1.898685451519752,0.8403361344537815,-23238961979.031654,-7397352.706699371,1.5193976284608328,3437977.328672543,0,0,,-65.01789568228047,25.128055945725112,1,1,0.7902255639097697,0.8191410076626624,416.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,unknown,100,above_cloud,neutral,0.455,0,0,415.58333333333337,421.0,397.6666666666667,0.340886304391419,1,0,0,none,1,0.3559322033898305,-0.2398081534772182,0,0.765,-1,-1,0,1.0,76.0,1.103155319362719,102.56410256410236,107.33618233618218,4.302101288623533,3.1989459692608135,5.422648674004322,415.8,409.15,403.03333333333336,2.896248319687156,0,0,3.5714285714285716,0.848320325755005,0,1.05,157.43808171635933,0,1,7.6923076923076925,0,1,2.4330900243308973,76.27719898855628,0,1,0,1,0,1,1.0,0.2270471995981307,-2.9914529914529737,1.2817740054935436,11.714705882352916,0,0,1.9318109682293694,0.4117647058823529,-26941164038.804058,-11242755.571338654,1.57680368648355,5012422.703582078,0,0,-0.8058153708289423,-64.61722162445005,51.56471562984168,1,1,0.8007518796992433,0.7294506474037277,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,13,impulse_late,distribution,100,above_cloud,above,3.492,0,0,399.20000000000005,420.0,389.06666666666666,5.460921843687361,0,0,0,none,1,0.3673469387755102,-0.23752969121140144,0,0.636,0,0,0,1.0,81.57894736842105,2.2589634857311336,116.5032679738564,105.87145969498937,2.9391228838676398,0.680159398136506,8.752186531419486,412.2,402.3,407.68333333333334,4.648272433507339,0,0,4.928571428571429,1.170682049541907,0,1.2692307692307692,129.8069615443073,0,1,41.17647058823529,0,1,6.045340050377823,83.05977478936732,0,0,0,0,0,0,2.167182662538707,0.41646597898948445,13.725490196078411,1.2229769486551456,9.267647058823513,0,0,2.599400095334653,0.36134453781512604,-31054439862.123764,-7839803.358615875,1.4878170789304836,13740495.05554372,0,0,,-64.52072969338577,37.01546857812586,1,1,1.4120300751879713,0.9006223615008178,415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,100,above_cloud,neutral,-0.322,0,0,413.56666666666666,414.0,392.3333333333333,1.7973724510357059,0,0,0,none,1,0.1794871794871795,-0.4750593824228029,0,0.5,1,1,0,1.3141694367696553,0.8406256346072496,-0.4735438021624056,409.8,404.85,403.55,2.5071013955785926,0,0,9.285714285714286,2.2375215146299485,0,0.7297297297297297,124.85276796230889,0,1,-27.027027027027028,0,0,5.597964376590325,79.19095020440919,0,0,0,0,0,0,9.774436090225564,0.5314716545484379,-1.3167013167013124,0.760013395959963,2.685294117647061,0,0,3.4456942560797437,0.36134453781512604,-42412120156.75041,12567469.228149414,1.8637115976993086,16858158.227346227,0,0,-1.0057168981661389,-64.00806009757444,67.88807431287086,1,1,-0.2443609022556324,0.03838253019819393,407.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,6,impulse_late,unknown,500,in_cloud,above,2.526,0,0,410.81666666666666,415.1333333333333,402.8,1.0182968883118981,1,0,0,none,1,0.20689655172413793,4.337349397590361,0,0.333,0,0,1,2.0508972150598153,6.402703892616955,4.35180667755714,398.8,381.5,392.3833333333333,2.752293577981657,0,0,17.357142857142858,4.427842565597668,0,0.5172413793103449,35.555555555555536,0,0,-60.86956521739131,0,0,1.8181818181818077,72.13584776773833,0,1,0,1,0,1,-4.147812971342383,-1.038573440029423,-4.398382204246715,0.5676816268283662,26.899999999999977,0,0,7.3196496974062875,0.24369747899159663,-74077455670.55043,-348652084.71987915,1.0896661216548866,66776919.23829949,0,0,-0.5625613029220694,-59.7407108446897,83.50214662872486,1,1,2.8706766917293276,0.8141616111292946,388.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,22,impulse_late,unknown,none,below_cloud,below,-14.668,0,0,388.9666666666667,448.1333333333333,348.73333333333335,0.7798440311937549,1,0,0,none,1,-1.0169491525423728,-1.0204081632653061,0,0.417,0,0,0,1,1,2,1,0.25,0.25,0.333,0,0.8438801510886753,57.14285714285714,78.17047817047815,78.01042801042797,7.290625491589088,61.53846153846154,50.65031586770714,56.33550249323755,0.6394653473909118,19.73460525837406 -414,2026-05-14 12:48:00,buy,377.0,0.314,68,저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#68,0.17935495920403563,31.25,-0.10158633255546179,28.333333333333655,36.851851851853134,-1.4364177510984746,-1.3348314185430128,2.200294304457604,381.2,382.7,385.78333333333336,-0.7055134570159383,0,0,2.0714285714285716,0.5451127819548872,0,0.16666666666666666,-110.27568922305716,1,0,-75.0,0,0,-0.7832898172323799,19.245752820734253,1,0,1,0,1,0,-6.25,-0.028878096199468795,-8.333333333333336,0.19249446670369433,-3.626470588235293,0,0,1.0821746282226972,1.0,,,0.7879298903215106,-433412.0267919898,0,0,,-68.1089614670991,43.951366094223246,1,1,-0.2751879699248119,0.5980926187201956,379.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,386.16666666666663,389.0,379.6666666666667,-1.596892533448413,1,0,0,none,1,-0.03361344537815126,0.0,0,0.455,0,0,0,0.07419587814643086,28.57142857142857,-0.4712556058043038,19.047619047619577,22.222222222223476,-1.6249096127895655,-1.1536540069852617,2.6881867511678172,381.0,384.4,386.18333333333334,-1.144640998959412,0,0,2.2857142857142856,0.6015037593984962,0,0.2222222222222222,-157.7317131284265,1,0,-71.42857142857143,0,0,-1.2987012987012991,12.377815616255432,0,0,0,0,1,0,3.5714285714285694,-0.011040402725267295,-4.761904761904759,0.10250997604492121,-4.8852941176470495,0,0,1.2286414186569097,0.9831932773109243,-17813868566.88639,-3514496.6381263733,2.437843329109347,-500354.4524885416,0,0,,-68.09542450162095,41.758003900861056,1,1,-0.4090225563909807,0.8773985436778085,378.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,382.5,388.0,380.3333333333333,-0.6535947712418277,0,0,0,none,1,-0.04040404040404041,-0.2631578947368421,0,0.5,0,0,1,0.0,21.42857142857143,-0.7093423004349497,21.693121693121956,16.43738977072334,-1.0861520188791474,-0.37680971844419764,2.5655665779468664,382.8,386.15,385.75,-1.5926453450731515,0,0,2.4285714285714284,0.6390977443609022,0,0.2,-210.5519085825428,1,0,-77.77777777777779,0,0,-1.8087855297157618,12.887256266085927,0,0,0,0,1,0,-5.844155844155836,-0.16620772900242764,7.4074074074074066,-0.016485144789050103,-4.649999999999977,0,0,1.117002295294797,0.48739495798319327,-23450087554.62493,-3781391.7178268433,2.103422494070342,-766222.3889442906,0,0,,-68.06841990343767,35.34013605442177,1,1,-0.36766917293233214,0.7713008389700114,378.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,39,impulse_late,accumulation,0,below_cloud,neutral,-0.261,0,0,382.75,393.0,381.0,-0.7184846505551956,0,0,0,none,1,-0.189873417721519,-0.2631578947368421,0,0.391,-1,-1,1,0.0,23.07692307692308,-0.5881829098152385,16.20370370370374,22.16049382716072,-1.0537863666292537,-0.4656034568140153,2.1673676316932267,383.4,386.2,387.2,-1.605385810460902,0,0,2.7142857142857144,0.7142857142857143,0,0.1111111111111111,-248.48484848484804,1,0,-88.88888888888889,1,0,-2.0618556701030966,17.452552698425507,0,0,0,0,0,0,-13.28671328671328,-0.2531827647338271,-9.62962962962963,0.0014897172046077138,-3.355882352941137,0,0,1.0660185798944457,0.3277310924369748,-23295506472.094177,-6226623.23872757,2.8971116711359506,-1963648.1867468208,0,0,,-68.05148005524028,24.083594976452112,0,1,-0.19248120300752397,0.29612492770387566,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,27,impulse_late,accumulation,0,below_cloud,neutral,-0.157,0,0,383.1166666666667,394.2,380.9,-0.8135032844651335,0,0,0,none,1,-0.3220338983050847,-0.5263157894736842,0,0.222,-1,-1,1,0.10343536241288555,43.75,0.6128125987051192,64.8148148148146,77.16049382716032,-2.4596909225446666,-3.0725035212497858,1.8301295075365855,386.0,385.8,397.46666666666664,-0.7257646448937338,0,0,3.2142857142857144,0.8392390898918314,1,0.4444444444444444,-189.27064496684682,1,0,-55.55555555555556,0,0,-0.5194805194805197,25.777743306443227,0,0,1,0,1,0,-9.583333333333329,-0.2694920878576923,-12.962962962962962,0.1645007855380302,-4.941176470588232,0,0,1.3775678445585504,0.11764705882352941,-27048878546.813904,-11091842.346664429,1.9664967816378307,-675221.9156251848,0,0,,-67.7399370064236,14.150975645117112,0,1,0.016541353383456213,0.003073562284081066,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,12,impulse_late,unknown,0,below_cloud,below,-1.224,0,0,382.4166666666667,415.9,381.73333333333335,0.1525386794508643,1,0,0,none,1,-0.5102040816326531,-0.5221932114882507,0,0.417,0,0,1,0.3175009012349797,31.578947368421055,-0.30470038972779623,45.37037037037057,33.33064949007005,-4.869655458455213,-4.564955068727417,12.516576656260666,386.4,394.0,401.5833333333333,-2.2842639593908642,0,0,5.428571428571429,1.4100185528756959,0,0.17142857142857143,-81.03130755064487,0,0,-50.0,0,0,0.0,17.341683199771396,1,0,1,0,1,0,4.912280701754398,0.13322468139053623,12.318840579710148,0.20854268445542692,-11.373529411764707,0,0,3.790857323472848,0.7142857142857143,-31201254681.204094,-34510909.53668213,1.0851737432774684,-2287816.0376581848,0,0,,-67.48404333021425,49.38459449722701,1,1,-1.7052631578947377,0.6695874034115755,379.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,13,impulse_late,unknown,0,below_cloud,neutral,0.172,0,0,386.58333333333337,414.0,382.5,-0.40957102823885316,1,0,0,none,1,-0.38461538461538464,-0.5194805194805194,0,0.4,0,0,0,-1.7525165825251054,-5.354851855002892,-3.602335272477786,385.0,396.1,402.3666666666667,-2.802322645796518,0,0,9.928571428571429,2.5788497217068644,0,0.16666666666666666,-101.13207547169839,1,0,-83.33333333333334,1,0,-7.2289156626506035,41.00329533384705,0,0,0,0,0,0,-5.323653962492443,0.27832786346916993,2.525252525252524,0.2621544087965882,-16.19999999999999,0,0,7.922738930026569,0.9327731092436975,-42974048395.101204,-561928238.3507919,0.9221168207959972,-18337961.00794445,0,0,-5.075184642190908,-66.45791578688151,54.28982081818874,1,1,-0.9007518796992539,0.24797792809074748,377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,1,island_bottom,range,0,0,1,0,0,0,0,9,impulse_late,unknown,none,below_cloud,above,0.827,0,0,409.8,417.0,383.4,-6.0517325524646175,1,0,0,none,1,-1.0,-1.5584415584415585,0,0.286,0,0,0,0.5985824709514027,5.365359891285038,4.766777420333636,394.8,385.15,390.2,2.038166947942366,0,0,17.642857142857142,4.489276626681207,0,0.5232558139534884,6.535947712418339,0,0,-61.19402985074627,0,0,-1.749999999999996,65.92167259843413,0,0,0,0,0,0,1.6849573218046743,-0.4627180292031783,-2.4492920015308073,0.5709900699575383,16.520588235294156,0,0,7.370079430704041,0.2605042016806723,-74112332369.92593,-420060322.24090576,0.9077003094285734,33739702.132776976,1,0,-0.5654195010429975,-59.53749566788839,86.62478257528107,1,1,2.236842105263159,0.640537222970026,377.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,22,impulse_late,unknown,none,in_cloud,below,-11.844,0,0,388.9666666666667,448.1333333333333,353.46666666666664,1.0369354700488387,1,0,0,none,1,-1.11864406779661,-3.0534351145038165,0,0.364,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.24068341017344919,36.7816091954023,13.510101010100989,11.700336700336665,10.806569096373325,60.824742268041234,36.92407527579491,42.315919473609256,0.6186895546945441,17.172252041788614 -415,2026-05-16 19:03:00,buy,352.0,0.337,68,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#68,0.2644698481438212,44.444444444444436,0.05617139650353109,83.33333333333366,71.29629629629761,-0.9925630458623687,-1.0487344423658997,1.9103446139886398,354.8,355.6,357.9,-0.4499437570303799,0,0,1.4285714285714286,0.4035512510088782,0,0.16666666666666666,-109.70464135021344,1,0,-50.0,0,0,0.0,28.029091848286967,1,0,1,0,1,0,4.444444444444443,-0.046927732254584686,5.555555555555557,0.2056215698154009,-2.644117647058863,0,0,0.9087765439592598,0.5966386554621849,-14649075101.12786,-245494.7548942566,0.6523342730028657,-81408.16026780009,0,0,,-70.15355935495306,17.050172050172048,0,1,-0.18195488721804123,0.4017617035288954,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,356.5,363.73333333333335,353.0,-0.7012622720897643,1,0,0,none,1,-0.1092436974789916,-0.2824858757062147,0,0.312,-1,0,0,0.17712675716405488,30.769230769230774,-0.14916812115623546,15.000000000000531,21.11111111111236,-1.4441288378951072,-1.2949607167388717,2.51663014434786,354.8,356.9,359.9166666666667,-0.8125525357242869,0,0,2.0714285714285716,0.5851493139628733,0,0.16666666666666666,-102.75689223057549,1,0,-80.0,0,0,-1.1173184357541888,18.985159948815237,0,0,0,0,0,0,-2.564102564102555,-0.0035239757181602105,-9.999999999999998,0.2082842703793603,-3.1470588235293917,0,0,1.1098447961512374,0.9411764705882353,-17886378295.652927,,0.7489445635734455,-1334320.8059461564,0,0,,-70.14133420053548,56.964424464424475,1,1,-0.33533834586466327,0.7805892602068862,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,357.25,367.5,353.0,-0.9097270818754333,1,0,0,none,1,-0.12121212121212122,-0.2824858757062147,0,0.294,0,0,0,0.09355590993228953,25.0,-0.3394138929445414,16.190476190476474,9.841269841270107,-2.2719032709061366,-1.9324893779615953,2.647030192173914,354.2,357.85,363.15,-1.0758697778398885,0,0,1.8571428571428572,0.5246166263115416,0,0.2857142857142857,-157.9651941097722,1,0,-71.42857142857143,0,0,-1.392757660167132,9.432141206806207,0,0,0,0,0,0,-14.999999999999993,0.02034702643686437,9.523809523809522,-0.015701602916009288,-6.229411764705844,0,0,1.452825364822991,0.8319327731092437,-23577572602.635136,,1.3432393690973765,-967043.2409969866,0,0,,-70.11533236076875,26.821190014467327,1,1,-0.28045112781954873,0.49088817774139426,352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,74,impulse_late,accumulation,0,below_cloud,above,1.695,0,0,357.25,367.0,353.0,-0.9097270818754333,1,0,0,none,1,-0.11392405063291139,-0.2824858757062147,0,0.4,0,0,0,0.08068476714427586,29.411764705882362,-0.4622246764107376,20.63492063492067,21.69312169312192,-2.5383963559218614,-2.076171679511124,3.844378987603065,355.8,359.8,363.8333333333333,-1.6120066703724345,0,0,3.357142857142857,0.9483454398708636,0,0.16666666666666666,-156.76959619952552,1,0,-71.42857142857143,0,0,-0.8403361344537785,11.446583437572741,1,0,1,0,1,0,-1.8382352941176379,-0.05622743901497995,-4.761904761904759,0.10459211624410904,-7.850000000000023,0,0,1.3917697139314442,0.5882352941176471,-23440593311.958847,-7879110.205627441,1.1480918236162434,-2086226.5690979213,0,0,,-70.10032118016647,45.44637232883583,1,1,-0.5203007518796993,0.7923594196759509,352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,44,impulse_late,accumulation,0,below_cloud,neutral,0.14,0,0,357.25,367.0,354.0,-0.9097270818754333,1,0,0,none,1,-0.22033898305084745,-0.2824858757062147,0,0.308,0,0,0,0.018298803632188776,20.83333333333333,-0.9277891569134042,12.820512820512592,17.438271604938098,-3.0802626110449864,-2.152473454131582,5.202803436947293,357.2,363.1,367.56666666666666,-2.506196640044067,0,0,4.071428571428571,1.1501210653753025,0,0.07142857142857142,-144.86158513462297,1,0,-92.3076923076923,1,0,-3.013698630136985,7.706266032737318,0,0,0,0,0,0,-3.1666666666666714,-0.08245595526562277,-4.8433048433048445,0.041262798502660826,-8.002941176470586,0,0,1.7379819911821373,0.3865546218487395,-27283565092.874004,-16228571.066379547,1.112634841233274,-6616511.009086341,0,0,,-70.04490304638021,22.572920960802428,0,1,-0.6947368421052639,0.7573582375003104,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,21,impulse_late,accumulation,0,below_cloud,below,-0.565,0,0,363.6333333333333,375.0,353.73333333333335,-2.649188743239528,1,0,0,none,1,-0.40816326530612246,-0.5649717514124294,0,0.333,0,0,0,0.0,20.0,-0.4060284532612526,12.96296296296316,17.59259259259286,-4.632553616236635,-4.226525162975382,4.2928955911956095,359.2,363.9,376.96666666666664,-2.7205276174773196,0,0,4.0,1.1299435028248588,0,-0.08333333333333333,-191.7536015896673,1,0,-108.33333333333333,1,0,-3.013698630136985,23.49713642634518,0,0,0,0,0,0,-2.2222222222222143,-0.3550418464260696,-2.7777777777777786,-0.17754753158326153,-11.473529411764673,0,0,2.018158183061798,0.0,-31489488944.294205,-19133691.852218628,1.6216523605956317,-8456736.598853976,0,0,,-69.96236287416882,24.505414530569332,0,1,-0.2661654135338323,0.16256479708588611,355.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,13,impulse_late,unknown,0,below_cloud,below,-2.682,0,0,358.33333333333337,388.3333333333333,355.0,-1.2093023255814073,0,0,0,none,1,-1.1794871794871795,-1.1299435028248588,0,0.222,-1,-1,0,-0.7706359062291561,-8.06162731763402,-7.290991411404864,362.4,372.9,390.31666666666666,-4.8002145347277985,0,0,9.428571428571429,2.6559356136820926,0,0.07547169811320754,-102.36998025016425,1,0,-85.71428571428571,1,0,-5.585106382978722,31.41998493427316,0,0,1,0,0,0,-10.55611055611056,-0.25758683093700885,-7.359307359307362,0.08356710048191937,-16.723529411764673,0,0,7.727159859239284,0.7647058823529411,-43256374841.94505,-49181240.09967804,1.5261133806671185,-22617037.364639387,0,0,-3.009274623182354,-68.81098744699273,15.981039076508905,0,1,-1.8917293233082746,0.7488814553218591,351.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,5,impulse_late,unknown,0,below_cloud,above,15.099,0,0,364.25,396.93333333333334,354.53333333333336,-2.539464653397394,1,0,0,none,1,-1.0344827586206897,2.8169014084507045,0,0.429,0,0,0,-4.117909644511254,-2.0448994195219825,2.073010224989272,371.6,386.2,384.5833333333333,-7.301916105644746,0,0,20.071428571428573,5.606544293695133,0,0.08433734939759036,-132.8612375653348,1,0,-91.56626506024097,1,0,-12.469437652811733,45.96378592075796,0,0,0,0,0,0,-5.5765993265993075,-0.9446034914009123,1.5291936978683935,0.21763618175241997,-6.54411764705884,0,0,13.298247350575737,0.42016806722689076,-74893169102.3313,-1195161242.694992,0.6549810304597513,-73235255.26393151,0,0,-1.8727746466399278,-62.95583123675619,75.80577262880743,1,1,-0.4812030075187973,0.03212571192648184,351.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,22,impulse_late,unknown,none,below_cloud,neutral,0.418,0,0,388.9666666666667,429.2,353.46666666666664,-7.961264889879171,1,0,0,none,1,-1.7118644067796611,5.027932960893855,0,0.333,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.15397573105119725,31.86813186813187,16.75685425685424,23.157768157768132,13.87247937640477,37.037037037037045,18.195860364535033,21.060821932967198,0.05613270949927495,16.450674023326826 -416,2026-05-18 08:39:00,buy,340.0,0.349,68,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#68,0.10023371369068523,33.33333333333333,-0.14824411944554505,11.111111111111432,1.8518518518531966,-1.22144489529461,-1.073200775849065,1.6844859020443526,354.6,356.4,358.8833333333333,-0.6734006734006703,0,0,1.2857142857142858,0.36319612590799033,0,0.0,-115.5303030303041,1,0,-100.0,1,0,-0.5617977528089901,32.395416593778364,0,0,0,0,0,0,-4.166666666666671,-0.008947733547633785,16.666666666666668,0.07754983187802811,-2.670588235294133,0,0,0.8109280857487612,0.6302521008403361,,,0.11848560283643303,-23771.462324738503,0,0,,-70.10582686667102,15.840548340548338,0,1,-0.2315789473684213,0.8332513526807708,354.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,356.0,358.53333333333336,354.53333333333336,-0.5617977528089901,0,0,0,none,1,-0.05042016806722689,0.0,0,0.452,0,0,0,0.05899770048208123,25.0,-0.42633656303437606,-11.11111111111058,-4.629629629628407,-1.4054535478122148,-0.9791169847778387,2.2513899165985714,354.8,357.55,358.93333333333334,-0.9928681303314257,0,0,1.6428571428571428,0.4640839386602098,0,0.0,-133.781763826608,1,0,-100.0,1,0,-1.1173184357541888,15.096411099949037,0,0,0,0,0,0,2.7777777777777857,0.0011304579462267927,0.0,0.029997436446153866,-4.038235294117612,0,0,0.7137191590213283,0.2773109243697479,,,0.3817889309677758,-460884.57617367804,0,0,,-70.09361090276704,37.07122242836529,1,1,-0.31654135338345585,0.8659123442133599,354.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,356.26666666666665,360.1333333333333,354.53333333333336,-0.6362275449101729,0,0,0,none,1,-0.0707070707070707,0.0,0,0.414,0,0,0,0.0,28.57142857142857,-0.6451868523485628,11.111111111111393,20.000000000000252,-0.9990200038043895,-0.3538331514558267,2.339320858679584,356.4,359.1,359.45,-1.4202172096908994,0,0,2.5,0.7062146892655368,0,0.0,-178.06137951990334,1,0,-100.0,1,0,-2.209944751381221,5.5636747602955126,0,0,0,0,0,0,-2.197802197802204,-0.12904921659845925,-13.333333333333334,0.06484974100774252,-3.5823529411764525,0,0,1.10877578927024,1.0,-23590289514.50329,-3644139.927219391,0.6564019354587867,-1917762.3182433099,0,0,,-70.06835559937444,30.829725829725835,1,1,-0.22857142857142654,0.41459256733719685,354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,64,impulse_late,accumulation,0,below_cloud,neutral,-0.423,0,0,360.16666666666663,363.6666666666667,355.0,-1.7121702915316894,0,0,0,none,1,-0.13924050632911392,-0.2824858757062147,0,0.375,0,0,0,0.0,25.0,-0.5398645351795496,36.66666666666671,22.96296296296318,-0.8930720846364579,-0.35320754945690835,2.1653594828029648,356.8,359.1,360.65,-1.4202172096908994,0,0,3.2857142857142856,0.9281678773204196,0,0.5333333333333333,-374.7412008281557,1,0,-46.666666666666664,0,0,-1.6666666666666718,1.9302417019240892,0,0,0,0,0,0,-5.0,-0.2094980569288395,17.777777777777782,0.14297581388354103,-5.182352941176475,0,0,1.1311036781032404,0.7394957983193278,-23466535029.13681,-16957463.436943054,12.066495321455873,-4598902.157817751,0,0,,-70.04458093841896,48.008658008658,1,1,-0.10375939849624426,0.09971307097827975,346.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,46,impulse_late,unknown,0,below_cloud,neutral,-0.421,0,0,346.3,363.4,346.0,2.223505630955813,1,0,0,none,1,-0.15254237288135594,-1.977401129943503,0,0.333,0,0,1,0.0,31.25,-0.38285295632564464,32.407407407407185,63.580246913580076,-0.8529210803100113,-0.4700681239843667,2.0868601763570074,358.8,359.4,360.23333333333335,-1.5025041736226985,0,1,3.9285714285714284,1.1097659402744149,0,0.2222222222222222,-373.08868501529025,1,0,-77.77777777777779,0,0,-1.1173184357541888,8.131876422924819,1,0,1,0,1,0,-7.21153846153846,-0.3278583563010299,-34.25925925925926,0.1550594597997949,-4.941176470588232,0,0,1.5161951675101697,0.6050420168067226,-27313025877.92744,-12542205.439720154,9.851067054920529,-5833107.3851581365,0,0,,-69.98777912549407,34.15870875402056,1,1,-0.11428571428571785,0.130025662959794,352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,range,1,0,0,0,0,0,0,27,impulse_late,unknown,0,below_cloud,below,-0.838,0,0,352.18333333333334,363.0,352.0,0.5158298234820835,1,0,0,none,1,-0.10204081632653061,-3.672316384180791,0,0.455,-1,-1,1,0.09699665221558924,38.888888888888886,-0.10166531267498985,58.18181818181838,46.06060606060632,-0.5511006596726702,-0.44943534699768034,2.1642841589035515,359.6,361.15,361.73333333333335,-0.8722137615948977,0,0,3.857142857142857,1.077414205905826,1,0.5454545454545454,-334.65085638998653,1,0,-45.45454545454545,0,0,-1.377410468319562,7.131347409720135,0,0,0,0,0,0,-4.861111111111114,-0.14329246242996663,4.848484848484844,0.346692985963414,-3.0764705882352814,0,0,1.844114938438393,0.2857142857142857,-31517857828.12124,-18069484.129814148,6.86803311661472,-5135045.475260973,0,0,,-69.56701996917367,26.567096535583936,1,1,-0.19172932330826897,0.3369467776954509,352.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,17,impulse_late,distribution,382,above_cloud,above,1.894,0,0,352.18333333333334,363.0,352.0,1.651601911883005,1,0,0,none,1,-0.05128205128205128,-3.6312849162011176,0,0.455,0,-1,1,0.42939284445273707,-3.485987183571467,-3.915380028024204,356.8,359.1,375.05,-0.30632135895294343,0,0,6.714285714285714,1.8754988028731046,1,0.7307692307692307,-241.4589104339796,1,0,-26.923076923076923,0,0,0.2801120448179262,21.002465594921162,0,0,0,1,0,0,10.942649967040218,0.11450984013621479,14.35897435897435,0.4133053236049359,-6.711764705882388,0,0,3.0933828963823835,0.07563025210084033,-43289486711.39362,-22788625.03529358,3.0070520885194023,-2402033.1063677073,0,1,-0.6122511480139958,-68.4257501912435,48.36279846833816,1,1,-0.05413533834587791,0.013940430475333221,339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,9,impulse_late,unknown,382,below_cloud,below,-3.314,0,1,349.5,366.0,349.0,2.4320457796852546,1,0,0,none,1,-0.3448275862068966,-3.6312849162011176,0,0.0,0,0,1,-4.207352717385833,-6.602205253453121,-2.394852536067289,356.8,382.5,378.51666666666665,-5.882352941176472,0,0,18.357142857142858,5.099206349206349,0,0.22105263157894736,-123.14814814814822,1,0,-75.5813953488372,0,0,-8.163265306122447,19.00210829516911,0,0,0,0,0,0,1.8049974886991507,0.7758722976717927,4.123470626692818,0.32790119056464617,-18.479411764705844,0,0,13.632782400546184,0.48739495798319327,-75012323555.55305,-934867885.0026245,0.7421930340062546,-40481849.503688335,0,0,-2.200041821018,-62.624746766269965,54.875954605361706,1,1,-2.7593984962406117,0.6696860521890629,339.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,23,impulse_late,unknown,none,below_cloud,above,8.671,0,0,391.25,402.3333333333333,351.6666666666667,-7.987220447284349,1,0,0,none,1,-0.6949152542372882,-1.9444444444444444,0,0.273,0,0,0,4,0,0,1,1.0,0.0,-0.333,0,0.3986191545496431,48.78048780487806,51.025641025641,39.230769230769205,3.021491462141538,36.46408839779006,13.808526640220585,11.177914432106197,0.21802558246083023,20.861300087123468 -417,2026-05-19 15:27:00,sell,370.0,0.65,68,고점 매도 · 비중 65% · 분할 · leg#68,0.7723369005715273,60.0,0.09523240293568169,100.0,111.11111111111235,1.2412439268280764,1.1460115238923947,1.900477472162784,369.0,367.1,364.05,0.5175701443748126,0,0,0.9285714285714286,0.2516453735965931,0,1.0,143.30218068535711,0,1,-0.0,0,1,0.5449591280654031,86.43666327195007,0,0,0,1,0,1,0.0,-0.027792653803108358,-16.666666666666984,0.9510192985470726,2.973529411764673,0,0,0.9212948361786246,0.8067226890756303,-14659734641.34315,330958.51958084106,0.7033401453017024,872718.8692818284,0,0,,-68.7639386099417,50.38548752834466,1,1,0.25413533834586244,0.7430600723261441,369.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,368.7833333333333,369.0,356.0,0.05875175125413801,1,0,0,none,1,0.06722689075630252,-0.27100271002710025,1,0.636,0,0,0,0.8169034329533604,69.23076923076923,0.1793809339894339,111.11111111111164,114.81481481481605,1.8986599487469107,1.7192790147574768,2.325947466808336,368.8,366.3,361.31666666666666,0.7371007371007376,0,0,1.7857142857142858,0.4839334107626791,0,1.0,139.39393939393872,0,1,-0.0,0,1,1.0958904109588996,77.58603124287441,0,0,0,0,0,0,9.230769230769226,-0.04768718789778226,-5.555555555555557,0.8659413429955367,4.620588235294122,0,0,1.1103737068330164,0.907563025210084,-17924363785.86247,-1052043.588569641,0.5258244642971831,1090627.822900772,0,0,,-68.75122379222378,21.836496836496842,0,1,0.24962406015037375,0.4807145473893575,369.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,72,impulse_late,distribution,618,above_cloud,neutral,-0.426,0,1,368.7833333333333,369.0,356.0,0.05875175125413801,1,0,0,none,1,0.12121212121212122,-0.5420054200542005,0,0.708,0,0,0,0.8850685231170198,76.47058823529412,0.49321634596366026,111.11111111111138,112.96296296296312,2.5520715819487236,2.0588552359850634,4.074472946356983,367.6,363.3,359.65,1.5689512799339278,0,0,2.4285714285714284,0.6581494386372434,0,1.0,140.33149171270773,0,1,-0.0,0,1,1.3736263736263687,92.56082965889465,0,1,0,1,0,1,4.248366013071887,0.005860912626648007,-5.555555555555287,1.0049828758177122,7.105882352941137,0,0,1.2210673347346357,0.5462184873949579,-23620241327.82713,-877519.0201339722,1.458940019335054,1992860.3724636734,0,0,-0.25218485802108653,-68.72486567849312,43.391132676846965,1,1,0.5924812030075159,0.8971467870290638,370.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,47,impulse_late,distribution,100,above_cloud,above,1.084,0,0,356.35,369.0,346.76666666666665,3.5498807352322137,1,0,0,none,1,0.24050632911392406,-0.5420054200542005,1,0.679,0,0,0,1.0,80.95238095238095,0.7533824835970493,112.72727272727279,103.87205387205411,2.828180253696871,2.074797770099822,4.761159190874459,366.4,361.2,356.35,2.436323366555926,0,0,2.642857142857143,0.7142857142857143,0,1.1666666666666667,153.93830488170062,0,1,18.181818181818183,0,1,2.777777777777768,95.2394315264252,0,0,0,0,0,0,3.1746031746031775,0.14804358030432518,9.764309764309758,1.1936644968981207,6.458823529411745,0,0,1.5598646275858548,0.5462184873949579,-23485227170.14116,123957.87211227417,2.5341099286975464,1961424.3670830727,0,0,,-68.62452604219284,39.20317777460634,1,1,0.6646616541353394,0.8365047013890067,369.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,31,impulse_late,unknown,100,above_cloud,above,0.545,0,0,357.3666666666667,368.0,346.73333333333335,3.535117992724568,0,0,0,none,1,0.4406779661016949,-0.8108108108108109,1,0.7,1,1,1,1.0,68.0,0.6638248957227906,143.33333333333312,145.5555555555554,3.199381121985141,2.5355562262623503,3.618947855882934,364.0,359.5,352.53333333333336,2.086230876216977,0,0,3.357142857142857,0.9147528221097703,0,1.1,222.7837439460968,0,1,10.0,0,1,1.9444444444444375,89.97352040060986,0,0,0,1,0,0,4.363636363636367,0.15501582644818646,-3.3333333333333144,1.0751937608702602,9.770588235294156,0,0,1.8620004845087204,0.6302521008403361,-27341340048.975655,1206614.1019439697,2.994284926702177,2657051.134092912,0,0,,-68.82177662938373,21.33933522094782,0,1,0.3669172932330726,0.4454120375565769,367.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,18,impulse_late,distribution,100,above_cloud,above,3.091,0,1,347.3,366.0,344.0,5.672329398214804,0,0,0,none,1,0.32653061224489793,-1.3623978201634876,1,0.6,0,0,1,0.9707318821558545,73.17073170731707,1.703521885873521,115.00000000000018,104.81481481481508,2.740188667107134,1.0366667812336128,7.552717109628879,361.4,354.4,356.51666666666665,3.5553047404063287,0,0,4.642857142857143,1.26508369015181,0,1.05,155.34169339943531,0,1,5.0,0,1,3.3802816901408406,89.33746220592369,0,0,0,0,0,0,-1.2478729438457208,0.15566003163795905,7.2222222222222,1.0363340298279817,9.482352941176487,0,0,3.6578807338287644,0.8403361344537815,-31552556906.57891,-6938178.382518768,3.27855064862008,4402712.594323963,0,0,-0.7348676665326869,-68.73434531214653,26.78966608030648,1,1,0.993984962406011,0.7722426659031215,367.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,1,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,distribution,1618,above_cloud,above,1.601,0,0,349.5,366.0,346.93333333333334,5.007153075822601,0,0,0,none,1,0.1794871794871795,-0.8174386920980926,1,0.462,0,0,1,2.094850985419718,-0.9548390041353514,-3.0496899895550693,359.2,353.05,364.71666666666664,0.8355756974932627,0,0,7.928571428571429,2.227126805778491,0,0.5151515151515151,96.81711186163132,0,0,-53.333333333333336,0,0,2.005730659025784,50.717265354936245,0,0,0,0,0,0,-14.465811965811959,-0.34096562574921796,-9.082125603864725,0.5324359742337386,3.3647058823529505,0,0,5.94671111577524,0.40336134453781514,-43365935165.93624,-5169772.869842529,1.7825018060547058,-5668911.127547592,0,1,-1.2906164802540225,-68.48686380337452,29.220861840718555,1,1,-0.01578947368421725,0.00019211944340280507,356.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,11,impulse_late,unknown,100,in_cloud,above,8.618,0,0,349.45,366.5,344.5,1.874374016311342,1,0,0,none,1,-0.1724137931034483,-3.651685393258427,0,0.4,-1,-1,0,-3.7397684032511007,-7.955182755372846,-4.215414352121745,354.0,378.5,376.76666666666665,-8.58652575957728,0,0,19.357142857142858,5.594549958711808,0,0.07368421052631578,-97.05215419501124,0,0,-91.86046511627907,1,0,-11.959287531806616,26.190054309975338,0,0,0,0,0,0,-8.661475168968565,-0.197289542284381,0.25703794369645294,0.2039200471673423,-21.24411764705883,0,0,13.426873667184509,0.44537815126050423,-74997088986.07382,-884756616.1478882,0.8161475336704651,-86455994.08598733,0,0,-2.316352236312154,-64.00185638358148,42.77411829970375,1,1,-3.261654135338349,0.8027377532677719,342.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,24,impulse_late,unknown,none,below_cloud,above,0.836,0,0,391.25,402.3333333333333,348.5,-11.56549520766773,0,0,0,none,1,-0.9322033898305084,-4.913294797687861,0,0.3,0,0,0,0,3,1,1,0.0,0.75,0.0,0,0.6094324213177595,48.611111111111114,73.09178743961351,77.47987117552333,7.635540614302992,31.097560975609753,18.60465116279067,16.92026367403515,0.12274215025748482,22.760363410430628 -418,2026-05-19 15:33:00,sell,370.0,0.35,68,고점 매도 · 비중 35% · 분할 · leg#68,0.8888935679136913,63.63636363636363,0.1282428924778305,100.0,100.0,1.3378626298766108,1.2096197373987803,1.573254840005877,369.4,367.75,364.43333333333334,0.611828687967364,0,0,1.0,0.2702702702702703,1,1.0,136.8267831149952,0,1,-0.0,0,1,0.8174386920980936,83.79330110757928,0,0,0,1,0,1,0.0,0.0020529309301191567,0.0,1.0474787120313351,3.2205882352941444,0,0,0.8525525738696339,0.7899159663865546,,,0.45140330083827157,865424.068562299,0,0,,-68.6791366446804,55.306122448979586,1,1,0.2127819548872093,0.7574502293469519,370.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,368.3666666666667,369.53333333333336,356.0,0.44339878744004135,0,0,0,none,1,0.08403361344537816,0.0,0,0.647,0,0,0,0.8818229252625971,76.92307692307693,0.18823140871837607,100.0,109.25925925926032,1.954568275655447,1.766336866937071,2.4650394308165464,369.4,366.55,361.51666666666665,0.9412085663620173,0,0,1.7142857142857142,0.4633204633204633,0,1.0,143.92523364485822,0,1,-0.0,0,1,1.0928961748633892,82.09170160454764,0,0,0,0,0,0,7.692307692307708,0.008850474728942181,-11.11111111111164,0.976829638735873,4.782352941176441,0,0,1.1212642655955556,0.9495798319327731,-17924196677.0169,-1130951.2153511047,1.0376721994474876,1011720.1961199641,0,0,,-68.66614898189161,26.360306360306367,1,1,0.28195488721804496,0.5452969711540339,371.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,71,impulse_late,accumulation,618,above_cloud,below,-0.619,0,0,368.83333333333337,369.53333333333336,356.0,0.31631269769543113,0,0,0,none,1,0.12121212121212122,-0.2702702702702703,1,0.708,0,0,0,0.9112897377304421,75.0,0.5160821102285698,105.55555555555584,111.11111111111127,2.7039578737707757,2.187875763542206,4.041715850741526,368.4,363.95,359.85,1.6623162522324542,0,0,2.4285714285714284,0.6563706563706563,0,1.0,141.32445431002483,0,1,-0.0,0,1,1.3698630136986356,93.57835319409178,0,1,0,1,0,1,-1.470588235294116,0.022865764264909494,-5.555555555555543,1.0500265234989363,7.611764705882365,0,0,1.220594416038233,0.5378151260504201,-23619343327.69624,20481.11075592041,3.0674925079485345,2649531.059997797,0,0,-0.06668974287780033,-68.63801372627174,48.079777365491665,1,1,0.5887218045112799,0.8970016986424022,371.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,46,impulse_late,unknown,100,above_cloud,above,1.084,0,0,357.6,370.0,346.8,3.467561521252782,1,0,0,none,1,0.24050632911392406,-0.2702702702702703,1,0.679,0,0,1,0.9406604857259727,85.0,0.7877642417294042,112.7272727272728,109.47250280583638,3.0595030722615775,2.2717388305321733,5.1432919979057035,367.6,361.8,356.78333333333336,2.2664455500276404,0,0,2.7142857142857144,0.7335907335907336,0,1.0769230769230769,143.35421016005517,0,1,10.0,0,1,2.777777777777768,96.21015832793,0,0,0,0,0,0,4.047619047619051,0.03438175813235489,1.4210854715202004e-14,1.1110853901245341,7.576470588235281,0,0,1.463912646433602,0.4789915966386555,-23484829417.15728,253172.63508605957,3.5281010062030713,1961424.3670830727,0,0,,-68.62174083289709,44.39798296941154,1,1,0.7398496240601508,0.8852286357918138,371.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,30,impulse_late,distribution,100,above_cloud,above,1.351,0,0,368.6166666666667,369.0,346.76666666666665,0.3752769362933561,0,0,0,none,1,0.3898305084745763,-0.8108108108108109,1,0.737,0,0,1,1.0,71.42857142857143,0.8945238239656819,105.89743589743568,131.9658119658118,3.653711006219453,2.759187182253771,4.427103625713511,366.0,360.1,352.8833333333333,2.7492363232435313,0,0,3.357142857142857,0.9073359073359074,0,1.0769230769230769,199.3343843054836,0,1,7.6923076923076925,0,1,3.3519553072625774,91.27910769236854,0,1,0,0,0,0,3.4285714285714306,0.2306989282428913,-37.43589743589743,1.2225410622666093,10.797058823529369,0,0,1.8560812337632553,0.6218487394957983,,,2.7473621159956885,4539195.788115844,0,0,,-68.56325768404952,21.1322958834737,0,1,0.49323308270677174,0.536051859270442,369.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,distribution,100,above_cloud,above,4.053,0,0,346.91666666666663,369.0,344.0,6.653855392745633,0,0,0,none,1,0.40816326530612246,0.0,1,0.625,1,0,1,0.9707318821558545,73.17073170731707,1.703521885873521,115.00000000000018,104.81481481481508,2.740188667107134,1.0366667812336128,7.552717109628879,361.4,354.4,356.51666666666665,3.5553047404063287,0,0,4.642857142857143,1.26508369015181,0,1.05,155.34169339943531,0,1,5.0,0,1,3.3802816901408406,89.33746220592369,0,0,0,0,0,0,-1.2478729438457208,0.15566003163795905,7.2222222222222,1.0363340298279817,9.482352941176487,0,0,3.6578807338287644,0.8403361344537815,-31552556906.57891,-6938178.382518768,3.27855064862008,4402712.594323963,0,0,-0.7348676665326869,-68.73434531214653,26.78966608030648,1,1,0.993984962406011,0.7722426659031215,367.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,1,1,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,distribution,1618,above_cloud,above,1.601,0,0,349.5,366.0,346.93333333333334,5.007153075822601,0,0,0,none,1,0.1794871794871795,-0.8174386920980926,1,0.462,0,0,1,2.094850985419718,-0.9548390041353514,-3.0496899895550693,359.2,353.05,364.71666666666664,0.8355756974932627,0,0,7.928571428571429,2.227126805778491,0,0.5151515151515151,96.81711186163132,0,0,-53.333333333333336,0,0,2.005730659025784,50.717265354936245,0,0,0,0,0,0,-14.465811965811959,-0.34096562574921796,-9.082125603864725,0.5324359742337386,3.3647058823529505,0,0,5.94671111577524,0.40336134453781514,-43365935165.93624,-5169772.869842529,1.7825018060547058,-5668911.127547592,0,1,-1.2906164802540225,-68.48686380337452,29.220861840718555,1,1,-0.01578947368421725,0.00019211944340280507,356.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,11,impulse_late,unknown,100,in_cloud,above,8.618,0,0,349.45,366.5,344.5,1.874374016311342,1,0,0,none,1,-0.1724137931034483,-3.651685393258427,0,0.4,-1,-1,0,-3.7397684032511007,-7.955182755372846,-4.215414352121745,354.0,378.5,376.76666666666665,-8.58652575957728,0,0,19.357142857142858,5.594549958711808,0,0.07368421052631578,-97.05215419501124,0,0,-91.86046511627907,1,0,-11.959287531806616,26.190054309975338,0,0,0,0,0,0,-8.661475168968565,-0.197289542284381,0.25703794369645294,0.2039200471673423,-21.24411764705883,0,0,13.426873667184509,0.44537815126050423,-74997088986.07382,-884756616.1478882,0.8161475336704651,-86455994.08598733,0,0,-2.316352236312154,-64.00185638358148,42.77411829970375,1,1,-3.261654135338349,0.8027377532677719,342.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,24,impulse_late,unknown,none,below_cloud,above,0.836,0,0,391.25,402.3333333333333,348.5,-11.56549520766773,0,0,0,none,1,-0.9322033898305084,-4.913294797687861,0,0.3,0,0,0,0,3,1,1,0.0,0.75,0.0,0,0.6094324213177595,48.611111111111114,73.09178743961351,77.47987117552333,7.635540614302992,31.097560975609753,18.60465116279067,16.92026367403515,0.12274215025748482,22.760363410430628 -419,2026-05-20 21:24:00,buy,352.0,1.0,69,저점 분할 매수 · 비중 100% · 1회 · BB하단 · leg#69,0.01069915016159856,30.0,-0.19478811181323374,19.444444444444766,16.666666666668032,-0.8771379639036354,-0.6823498520904017,1.4372239097527086,354.0,355.5,356.76666666666665,-0.7032348804500654,0,0,1.6428571428571428,0.4653986240388507,0,0.0,-139.0887290167879,1,0,-100.0,1,0,-0.8426966292134797,5.779062497260142,0,0,0,0,0,0,-9.999999999999993,-0.05204709148701281,0.0,0.15733456437457197,-2.7117647058823877,0,0,0.7962386659522261,0.9663865546218487,-14666972994.26215,,1.5395813421953548,-237868.38215371966,0,0,,-70.07584761953144,27.77777777777778,1,1,-0.18796992481203528,0.7579432452097964,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,356.75,357.5,353.0,-1.0511562718990897,1,0,0,none,1,-0.03361344537815126,-0.28328611898017,0,0.429,0,0,0,0.043919836563453545,25.0,-0.27294968474337095,25.00000000000053,24.074074074075323,-0.7545349096935183,-0.4815852249501474,1.4153727503589155,354.6,356.3,356.8833333333333,-0.6455234353073269,0,0,1.5714285714285714,0.4439063761097659,0,0.2,-141.0891089108925,1,0,-75.0,0,0,-0.8403361344537785,2.041193667734632,0,0,0,0,1,0,-12.5,-0.013165210873608002,-2.7777777777777786,0.1961071374988574,-2.808823529411768,0,0,0.7312759986476199,0.7563025210084033,-17940876745.99703,-2213134.5692863464,4.9558641928663105,-464863.2568215579,0,0,,-69.978888339293,19.52947845804989,0,1,-0.18496240601503597,0.7533237066175305,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,range,0,0,0,0,0,0,0,79,impulse_late,unknown,0,in_cloud,neutral,0.282,1,0,356.75,357.5,356.0,-0.7708479327259932,0,0,0,none,1,-0.020202020202020204,-0.2824858757062147,0,0.438,0,0,1,0.0,28.57142857142857,-0.39845477340811164,27.777777777778052,45.37037037037061,-0.5787460899035182,-0.18029131649540656,1.3897918665049467,355.2,356.8,356.9166666666667,-0.7847533632287074,0,0,1.6428571428571428,0.4640839386602098,0,0.25,-186.50180319423188,1,0,-75.0,0,0,-1.1173184357541888,5.057369710131653,0,0,0,0,0,0,0.0,-0.05444359128578752,-13.888888888888882,0.13608175189961036,-2.5941176470588516,0,0,0.7730088474203229,0.21008403361344538,-23644712055.390404,-2482565.2792282104,4.479326487382427,-378320.0340843946,0,0,,-69.95339664222489,15.572562358276647,0,1,-0.12481203007519145,0.3547739211041302,353.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,1,0,1,1,island_bottom,range,0,0,0,0,0,0,0,61,impulse_late,unknown,0,below_cloud,below,-0.847,0,0,356.93333333333334,357.0,355.26666666666665,-0.8218154650728393,0,0,0,none,1,-0.012658227848101266,-0.5649717514124294,0,0.5,0,0,1,0.0,33.33333333333333,-0.2699186626163694,44.44444444444449,77.77777777777804,-0.31000637189549707,-0.040087709279127706,0.9940229076172122,356.2,356.95,356.78333333333336,-0.5462949992996236,0,0,1.7142857142857142,0.482897384305835,0,0.3333333333333333,-224.9158249158279,1,0,-66.66666666666666,0,0,-0.5602240896358524,8.078989597717253,0,0,0,0,0,0,-6.666666666666664,-0.06249611527876023,-22.222222222222236,0.2445212198046735,-1.882352941176464,0,0,0.7490332931885114,0.0,-23509191815.628624,,4.16207448862745,-691205.4076966047,0,0,,-69.85355086836938,21.59657802514945,0,1,-0.050375939849616753,0.11288254080016724,354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,1,1,0,0,1,1,0,1,0,1,1,island_bottom,range,0,0,0,0,0,0,0,42,impulse_late,unknown,0,below_cloud,below,-0.563,0,0,357.0,357.06666666666666,354.0,-0.5602240896358524,1,0,0,none,1,-0.06779661016949153,-0.5633802816901409,0,0.333,0,0,1,0.0,33.33333333333333,-0.06368004591106508,77.77777777777754,114.81481481481467,-0.300522717027377,-0.2368426711163119,0.924887795760842,356.8,357.05,359.1,-0.5741492788124969,0,1,1.7857142857142858,0.5030181086519114,1,0.3333333333333333,-321.83908045976904,1,0,-66.66666666666666,0,0,-0.8379888268156388,29.210986757964918,0,0,0,0,0,0,-16.66666666666667,-0.1520010835602021,-55.55555555555557,0.21330793152729013,-0.7058823529411598,0,0,1.1247359339195309,0.0,-27373225353.515038,-2251574.798171997,2.116329070949785,-496109.6865929365,0,0,,-69.79822681878336,15.61791383219955,0,1,-0.005263157894732221,0.0014224751066823638,354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,31,impulse_late,unknown,0,in_cloud,neutral,-0.373,0,0,356.54999999999995,360.9,354.0,-0.43472163791893337,1,0,0,none,1,-0.14285714285714285,-0.5633802816901409,0,0.375,-1,-1,1,0.10140555507107846,42.10526315789474,-0.16460730593428807,91.66666666666686,88.88888888888907,-0.6034615990704424,-0.4388542931361543,1.5102768437932872,356.6,357.15,356.05,-0.6019879602407907,0,0,2.5,0.7042253521126761,1,0.25,-138.46153846153422,1,0,-50.0,0,0,-0.8379888268156388,52.86074858780639,0,0,1,0,1,0,-2.339181286549696,-0.10644203321126472,-8.333333333333329,0.26374363879186263,-2.782352941176441,0,0,1.5322809426826731,0.1092436974789916,-31574297914.573017,-6954377.40593338,2.07780374278666,-210440.48095917702,0,0,,-69.7162007120314,30.848655987974876,1,1,-0.08796992481203388,0.14895052392196717,354.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,21,impulse_late,unknown,0,above_cloud,neutral,0.28,0,0,365.8,366.0,356.0,-2.952433023510115,0,0,0,none,1,-0.02564102564102564,-1.4084507042253522,0,0.5,0,0,1,0.27076311539723025,0.19056265823314789,-0.08020045716408238,357.8,358.95,357.93333333333334,0.571110182476664,0,0,4.857142857142857,1.3454689354966363,0,0.45,-1.476452437943071e-12,0,0,-35.714285714285715,0,0,0.8379888268156499,47.830144445796094,0,1,0,1,0,1,15.384615384615387,0.2552242745637478,11.011904761904763,0.6846492082006818,2.176470588235304,0,0,5.1103207190111135,0.31092436974789917,-43394343171.05322,5309176.141304016,1.2324731744201767,1665064.5456560552,0,0,,-67.95543418560827,86.38839127610866,1,1,-0.2894736842105238,0.1432669603047365,352.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,11,impulse_late,unknown,382,above_cloud,above,1.401,0,0,360.5,365.0,345.0,0.1386962552011095,1,0,0,none,1,0.4482758620689655,2.7700831024930745,0,0.5,0,0,0,-2.0091090192756713,-7.394721811613124,-5.385612792337453,356.8,374.55,375.5833333333333,-4.418635696168738,0,0,18.214285714285715,5.0877893056664005,0,0.2,-58.70540987479347,0,0,-70.76923076923077,0,0,-7.969151670951158,22.349521696535135,0,0,0,0,0,0,-0.7317614014339568,0.6625757223114848,1.991651759093621,0.37370238881711115,-20.417647058823547,0,0,13.927107340862767,0.5294117647058824,-74991426489.02388,-128779416.08027649,0.43384701414365967,-86455994.08598733,0,0,-2.318245455297821,-62.71202942762968,29.241676502927312,1,1,-3.101503759398494,0.7628967976862591,352.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,23,impulse_late,unknown,none,below_cloud,above,3.019,0,0,391.25,402.3333333333333,348.5,-8.498402555910545,1,0,0,none,1,-0.5254237288135594,-2.5139664804469275,0,0.333,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.6132723165181105,42.30769230769231,40.17857142857141,31.22911445279864,5.041921980869519,39.75903614457832,23.738819320214642,21.363546014708774,0.3030461073931804,22.434873653346322 -420,2026-05-21 18:03:00,sell,395.0,0.65,69,고점 매도 · 비중 65% · 분할 · leg#69,0.7414893237811231,55.55555555555556,-0.10640733685160031,100.0,88.88888888889015,2.2267336891884497,2.33314102604005,2.2246192396589803,392.6,390.9,384.31666666666666,0.5372217958557135,0,0,1.5714285714285714,0.39985459832788073,0,1.0,134.21828908554744,0,1,-0.0,0,1,0.5115089514066584,68.34380942590889,0,1,0,1,0,0,0.0,-0.03052755620438763,11.111111111110802,0.8935640122261447,5.091176470588209,0,0,1.1774755131568635,0.9327731092436975,-14675792967.861984,,1.3351827136690628,176244.38607126474,0,0,,-66.60589360830966,51.45132645132645,1,1,0.279699248120296,0.5793325183783529,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,392.7166666666667,393.0,377.1333333333333,0.07214701014301994,1,0,0,none,1,0.13445378151260504,-0.7633587786259541,0,0.625,0,0,0,0.7949228454987293,75.0,0.26182006412130665,104.76190476190527,105.64373897707355,3.208551762551849,2.9467316984305425,4.280988112104685,392.6,388.1,381.68333333333334,1.262561195568157,0,0,2.0,0.5089058524173028,0,1.0,105.58069381598844,0,1,-0.0,0,1,1.2886597938144284,77.30003854246287,0,1,0,1,0,1,-2.7777777777777715,-0.08568962446450668,-3.7037037037036953,1.0388568359238235,8.297058823529369,0,0,1.179040696401131,0.6638655462184874,-17959683964.833206,-360584.97566223145,1.1941517519009779,963517.8627767414,0,0,,-66.5921557522146,65.91991341991341,1,1,0.6736842105263121,0.9207154555088142,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,69,impulse_late,unknown,100,above_cloud,neutral,0.0,0,0,392.66666666666663,393.0,373.6666666666667,0.08488964346351491,1,0,0,none,1,0.20202020202020202,-0.7633587786259541,1,0.7,0,0,0,0.9366333821572421,88.23529411764706,1.0008705671031972,102.77777777777804,105.90909090909115,3.853853350869713,2.8529827837665156,5.489918800072994,391.6,383.8,377.6,2.3970818134444905,0,0,2.4285714285714284,0.6179571065067248,0,1.0,142.3562412342213,0,1,-0.0,0,1,3.421052631578947,98.15898103804825,0,0,0,0,0,1,0.735294117647058,-0.03278065832022925,-3.030303030303031,1.2886464507995083,10.79411764705884,0,0,0.9002836872521235,0.01680672268907563,-23664699616.370014,3968521.031944275,1.5927269329612785,5685403.074176922,0,0,,-66.5631915477714,63.13012384440957,1,1,0.8406015037594002,0.8913054639633987,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,34,impulse_late,unknown,100,above_cloud,above,3.316,0,0,373.65,393.0,366.0,5.178643115214787,1,0,0,none,1,0.25316455696202533,-0.7633587786259541,0,0.739,0,0,0,0.9790957605742833,80.95238095238095,1.2202497470164513,107.90598290598295,113.33943833943859,4.334522820602501,3.11427307358605,6.010450078666444,390.8,382.0,375.51666666666665,2.8795811518324665,0,0,2.7142857142857144,0.6906579425663395,0,1.0,164.14939702610937,0,1,-0.0,0,1,3.421052631578947,87.9386183989757,0,0,0,0,0,1,-3.047619047619051,0.018706266744104028,-8.333333333333329,1.3643919062230156,11.802941176470597,0,0,2.0127710590600545,0.8151260504201681,-23526464585.468884,,1.7415384700432237,5416996.123632193,0,0,,-66.5460950211246,36.34556386657226,1,1,0.866165413533836,0.7969828725167551,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,29,impulse_late,distribution,100,above_cloud,above,3.562,0,0,392.55,393.0,366.0,0.11463507833395781,1,0,0,none,1,0.3728813559322034,-0.5089058524173028,1,0.75,1,0,0,1.0,80.64516129032258,1.1559897466901257,112.85714285714262,109.15343915343898,5.19018702889224,4.034197282202114,7.16885231556542,386.2,378.0,367.53333333333336,3.9682539682539764,0,0,3.7857142857142856,0.9632860777898945,0,1.1363636363636365,187.69987699877058,0,1,21.428571428571427,0,1,3.693931398416894,80.12659959505069,0,0,0,0,0,1,1.3348164627363701,0.33140144660060766,7.142857142857125,1.3872775499862555,11.897058823529392,0,0,2.076376661101483,0.4789915966386555,-27400048288.58126,,2.178235270398299,9589804.781903744,0,0,,-66.48217142946618,21.927131807811765,0,1,1.0541353383458554,0.8474184313996003,390.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,above,3.581,0,0,369.0,390.0,354.0,6.5040650406503975,0,0,0,none,1,0.7346938775510204,-0.2544529262086514,0,0.818,0,0,1,1.0,80.48780487804878,1.571007715265318,120.79991087344047,113.81461675579347,6.410969124554697,4.839961409289379,8.99932648429352,383.0,373.3,364.0,5.277256897937321,0,0,5.0,1.2722646310432568,0,1.3333333333333333,168.76927389963595,0,1,47.05882352941176,0,1,6.7934782608695565,91.2676646051452,0,0,0,0,0,0,9.059233449477347,0.5442482858231239,15.686274509803923,1.420509586676792,16.56470588235294,0,0,3.7225469922549284,0.9663865546218487,-31638012359.37031,-48339319.55424881,2.0739191579422065,12488321.411518514,0,0,-1.7591924585928236,-66.38849803912386,34.15970356451948,1,1,1.2285714285714269,0.748950050099132,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,100,above_cloud,above,0.909,0,0,384.48333333333335,385.0,354.0,2.2150938488881167,0,0,0,none,1,0.8717948717948718,-0.2544529262086514,1,0.857,1,1,1,2.0299081645284622,5.764395193557846,3.7344870290293835,379.0,364.8,359.46666666666664,4.4407894736842035,0,0,9.0,2.3622047244094486,0,0.6444444444444445,157.2184429327287,0,1,-35.55555555555556,0,0,5.540166204986141,82.63072025000903,0,0,0,0,0,0,3.7927844588344186,-0.07370721417231252,-7.254150702426557,0.8541562663322426,17.541176470588255,0,0,3.6988858528807396,0.19327731092436976,-43395717961.77968,-1374790.7264556885,2.7686519193886547,32817414.598872423,0,0,,-66.0184734983146,89.93649194530299,1,1,1.5293233082706679,0.8751529397430103,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,unknown,100,above_cloud,below,-0.724,0,0,357.25,386.5,355.0,6.6480055983205055,1,0,0,none,1,0.8620689655172413,4.724409448818897,0,0.625,0,0,1,0.7504881819383442,-4.759489060617568,-5.509977242555912,361.8,371.3,375.03333333333336,3.1510907621869144,0,0,20.642857142857142,5.389779932860873,0,0.5116279069767442,40.72790294627397,0,0,-32.30769230769231,0,0,6.983240223463683,45.92014834000003,0,0,0,0,0,0,5.7163436354112065,1.998434164750523,11.28205128205127,0.6795790740026136,-11.84117647058821,0,0,14.663762686527047,0.5882352941176471,-74946851526.5798,-53682424.24850464,1.6014874024960368,35330586.915700436,0,0,-2.4598905419744277,-59.96432102243243,22.145410840687532,0,1,-2.169924812030077,0.47484175544560303,359.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,21,impulse_late,unknown,none,below_cloud,above,4.515,0,0,391.25,402.3333333333333,348.5,-2.1086261980830634,1,0,0,none,1,-0.2542372881355932,9.921671018276761,0,0.4,1,1,0,0,3,2,0,0.0,0.75,0.667,0,0.918758534639025,78.26086956521739,82.59259259259257,87.02000851426135,10.604654249046462,47.28260869565217,43.589743589743556,33.21208507255016,0.6570079392218148,20.069626910618627 -421,2026-05-21 18:09:00,sell,395.0,0.35,69,고점 매도 · 비중 35% · 분할 · leg#69,1.0,88.88888888888889,0.18818891214697198,123.33333333333366,110.00000000000126,2.5809318714337905,2.3927429592868186,2.132360933961619,394.4,391.95,384.9,1.2884296466386003,0,0,1.6428571428571428,0.41381792011514934,0,1.4,195.18072289156706,0,1,50.0,0,1,1.534526854219953,79.5689692017346,0,0,0,0,0,0,0.0,0.13797009130687155,16.66666666666667,1.3195489879818734,5.508823529411757,0,0,1.274251868967964,0.9915966386554622,-14676517098.11071,-1204571.1317596436,0.984213094059764,551360.0655240119,0,0,,-66.26509891173076,49.89288489288489,1,1,0.26992481203007285,0.5841049277805714,396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,389.6166666666667,393.1,377.9,1.8950250245968192,0,0,0,none,1,0.15126050420168066,-0.2518891687657431,0,0.636,0,0,0,0.9760459697129231,78.94736842105263,0.4227922920500511,113.0952380952386,108.77425044091835,3.4752220634931064,3.0524297714430553,4.375202746930784,393.6,388.9,381.96666666666664,2.082797634353306,0,0,2.142857142857143,0.5397625044980209,0,1.1666666666666667,131.9702602230485,0,1,25.0,0,1,1.2755102040816313,81.20786301302991,0,1,0,1,0,0,3.94736842105263,0.16097222792874444,8.333333333333329,1.3772568836690111,8.326470588235281,0,0,1.3416594421987285,0.9915966386554622,-17960667860.672947,,0.9300226671713239,893116.8295020759,0,0,,-66.25133490250649,67.7958152958153,1,1,0.6887218045112767,0.917494434165693,396.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,69,impulse_late,accumulation,100,above_cloud,neutral,-0.064,0,0,392.43333333333334,392.8,373.0,1.1636796058778653,0,0,0,none,1,0.23232323232323232,-0.2518891687657431,1,0.7,1,1,0,0.9366333821572421,88.23529411764706,1.0008705671031972,102.77777777777804,105.90909090909115,3.853853350869713,2.8529827837665156,5.489918800072994,391.6,383.8,377.6,2.3970818134444905,0,0,2.4285714285714284,0.6179571065067248,0,1.0,142.3562412342213,0,1,-0.0,0,1,3.421052631578947,98.15898103804825,0,0,0,0,0,1,0.735294117647058,-0.03278065832022925,-3.030303030303031,1.2886464507995083,10.79411764705884,0,0,0.9002836872521235,0.01680672268907563,-23664699616.370014,3968521.031944275,1.5927269329612785,5685403.074176922,0,0,,-66.5631915477714,63.13012384440957,1,1,0.8406015037594002,0.8913054639633987,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,34,impulse_late,unknown,100,above_cloud,above,3.316,0,0,373.65,393.0,366.0,5.178643115214787,1,0,0,none,1,0.25316455696202533,-0.7633587786259541,0,0.739,0,0,0,0.9790957605742833,80.95238095238095,1.2202497470164513,107.90598290598295,113.33943833943859,4.334522820602501,3.11427307358605,6.010450078666444,390.8,382.0,375.51666666666665,2.8795811518324665,0,0,2.7142857142857144,0.6906579425663395,0,1.0,164.14939702610937,0,1,-0.0,0,1,3.421052631578947,87.9386183989757,0,0,0,0,0,1,-3.047619047619051,0.018706266744104028,-8.333333333333329,1.3643919062230156,11.802941176470597,0,0,2.0127710590600545,0.8151260504201681,-23526464585.468884,,1.7415384700432237,5416996.123632193,0,0,,-66.5460950211246,36.34556386657226,1,1,0.866165413533836,0.7969828725167551,393.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,29,impulse_late,distribution,100,above_cloud,above,3.562,0,0,392.55,393.0,366.0,0.11463507833395781,1,0,0,none,1,0.3728813559322034,-0.5089058524173028,1,0.75,1,0,0,1.0,80.64516129032258,1.1559897466901257,112.85714285714262,109.15343915343898,5.19018702889224,4.034197282202114,7.16885231556542,386.2,378.0,367.53333333333336,3.9682539682539764,0,0,3.7857142857142856,0.9632860777898945,0,1.1363636363636365,187.69987699877058,0,1,21.428571428571427,0,1,3.693931398416894,80.12659959505069,0,0,0,0,0,1,1.3348164627363701,0.33140144660060766,7.142857142857125,1.3872775499862555,11.897058823529392,0,0,2.076376661101483,0.4789915966386555,-27400048288.58126,,2.178235270398299,9589804.781903744,0,0,,-66.48217142946618,21.927131807811765,0,1,1.0541353383458554,0.8474184313996003,390.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,above,3.581,0,0,369.0,390.0,354.0,6.5040650406503975,0,0,0,none,1,0.7346938775510204,-0.2544529262086514,0,0.818,0,0,1,1.0,80.48780487804878,1.571007715265318,120.79991087344047,113.81461675579347,6.410969124554697,4.839961409289379,8.99932648429352,383.0,373.3,364.0,5.277256897937321,0,0,5.0,1.2722646310432568,0,1.3333333333333333,168.76927389963595,0,1,47.05882352941176,0,1,6.7934782608695565,91.2676646051452,0,0,0,0,0,0,9.059233449477347,0.5442482858231239,15.686274509803923,1.420509586676792,16.56470588235294,0,0,3.7225469922549284,0.9663865546218487,-31638012359.37031,-48339319.55424881,2.0739191579422065,12488321.411518514,0,0,-1.7591924585928236,-66.38849803912386,34.15970356451948,1,1,1.2285714285714269,0.748950050099132,386.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,100,above_cloud,above,0.909,0,0,384.48333333333335,385.0,354.0,2.2150938488881167,0,0,0,none,1,0.8717948717948718,-0.2544529262086514,1,0.857,1,1,1,2.0299081645284622,5.764395193557846,3.7344870290293835,379.0,364.8,359.46666666666664,4.4407894736842035,0,0,9.0,2.3622047244094486,0,0.6444444444444445,157.2184429327287,0,1,-35.55555555555556,0,0,5.540166204986141,82.63072025000903,0,0,0,0,0,0,3.7927844588344186,-0.07370721417231252,-7.254150702426557,0.8541562663322426,17.541176470588255,0,0,3.6988858528807396,0.19327731092436976,-43395717961.77968,-1374790.7264556885,2.7686519193886547,32817414.598872423,0,0,,-66.0184734983146,89.93649194530299,1,1,1.5293233082706679,0.8751529397430103,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,10,impulse_late,unknown,100,above_cloud,below,-0.724,0,0,357.25,386.5,355.0,6.6480055983205055,1,0,0,none,1,0.8620689655172413,4.724409448818897,0,0.625,0,0,1,0.7504881819383442,-4.759489060617568,-5.509977242555912,361.8,371.3,375.03333333333336,3.1510907621869144,0,0,20.642857142857142,5.389779932860873,0,0.5116279069767442,40.72790294627397,0,0,-32.30769230769231,0,0,6.983240223463683,45.92014834000003,0,0,0,0,0,0,5.7163436354112065,1.998434164750523,11.28205128205127,0.6795790740026136,-11.84117647058821,0,0,14.663762686527047,0.5882352941176471,-74946851526.5798,-53682424.24850464,1.6014874024960368,35330586.915700436,0,0,-2.4598905419744277,-59.96432102243243,22.145410840687532,0,1,-2.169924812030077,0.47484175544560303,359.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,21,impulse_late,unknown,none,below_cloud,above,4.515,0,0,391.25,402.3333333333333,348.5,-2.1086261980830634,1,0,0,none,1,-0.2542372881355932,9.921671018276761,0,0.4,1,1,0,0,4,2,0,0.0,1.0,0.667,0,0.918758534639025,78.26086956521739,82.59259259259257,87.02000851426135,10.604654249046462,47.28260869565217,43.589743589743556,33.21208507255016,0.6570079392218148,20.069626910618627 -422,2026-05-21 20:42:00,buy,378.0,0.267,70,저점 분할 매수 · 비중 27% · 4회 · BB하단 · leg#70,0.12406220651442462,39.99999999999999,0.1675810277557397,55.55555555555588,66.66666666666792,-0.961396565086261,-1.1289775928420007,0.9069024162184561,381.0,381.3,386.46666666666664,-0.3409388932599011,0,0,1.2142857142857142,0.3195488721804511,1,0.3333333333333333,-166.6666666666584,1,0,-66.66666666666666,0,0,0.0,52.3656018670325,0,0,1,0,1,0,-10.000000000000007,-0.08701675177640888,-11.11111111111078,0.15259194192484526,-1.8970588235293917,0,0,0.5968174720667032,0.01680672268907563,-14685074306.772453,-477674.63390159607,0.7615719869937025,144452.34275880456,0,0,,-67.69554658791795,13.65942880648763,0,1,-0.04210526315789437,0.08302446256485907,379.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,394.7166666666667,395.0,379.1333333333333,-3.7284127855423788,1,0,0,none,1,0.008403361344537815,-0.2631578947368421,0,0.583,-1,0,0,0.04052634206616801,43.75,-0.08066953429617874,41.666666666667176,52.77777777777903,-1.722216143250705,-1.6415466089545263,1.9632870949662757,381.2,382.45,385.6333333333333,-0.9020787030984412,0,0,1.8571428571428572,0.4900113079532605,1,0.14285714285714285,-170.73170731707575,1,0,-75.0,0,0,-0.7853403141361293,50.77211979410798,1,0,1,0,1,0,4.861111111111114,-0.10794361488122517,-16.66666666666667,0.0012558929408536038,-4.826470588235281,0,0,1.4420103510778564,0.7899159663865546,,,0.8451873554691867,-543114.7194992751,0,0,,-67.76736126246261,28.34562263133692,1,1,-0.2473684210526317,0.6077984355960864,378.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,60,impulse_late,accumulation,0,below_cloud,neutral,-0.197,0,0,380.1166666666667,395.0,377.9,-0.2937694567457405,1,0,0,none,1,-0.010101010101010102,0.0,0,0.552,-1,-1,0,0.16290450961896658,23.33333333333333,-1.130729394823038,1.7989417989420637,5.802469135802696,-1.0437561711229364,0.08697322370010152,5.643564330286348,380.6,386.35,381.55,-1.90242008541478,0,0,3.4285714285714284,0.9046362608367884,0,-0.07142857142857142,-97.92284866468883,0,0,-120.0,1,0,-1.558441558441559,25.20499119723273,0,0,0,0,0,0,-0.804597701149433,0.0017925472998399083,-6.666666666666666,0.1683248048426916,-4.100000000000023,0,0,2.0768782622457254,0.7478991596638656,-23690493269.29123,-3737829.275566101,0.7084098449375107,-1369326.6682482809,0,0,,-67.73973581202691,44.61792067218677,1,1,-0.8323308270676733,0.8160395231280742,380.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,33,impulse_late,accumulation,382,below_cloud,neutral,0.262,0,0,378.6,394.0,366.0,0.10565240359217132,1,0,0,none,1,0.12658227848101267,-0.5277044854881267,0,0.739,0,0,0,0.28047749474793704,43.75,-1.3552384195459148,9.444444444444501,6.767676767677023,0.7448645905334956,2.1001030100794105,5.317519375778472,381.6,385.5,377.8,-1.1673151750972721,0,0,3.9285714285714284,1.0311211098612671,0,0.2,-92.20985691573937,0,0,-80.0,0,0,-3.053435114503822,45.006966450912884,0,0,0,0,0,0,-4.734848484848484,-0.026024328205607627,1.1111111111111125,0.31664035027500903,-1.4911764705882433,0,0,2.2809540025711907,0.8235294117647058,,,0.4497787121840297,-1242910.5954518616,0,0,,-67.5538237387824,27.499334835614167,1,1,-0.007518796992483424,7.533864721476213e-05,378.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,accumulation,382,in_cloud,below,-1.571,0,0,379.05,393.0,373.2,0.5144440047487153,1,0,0,none,1,0.11864406779661017,0.0,0,0.632,-1,0,0,0.4808996505729189,57.57575757575758,-0.7285478038483006,28.571428571428346,46.42857142857125,3.4627498308615827,4.191297634709883,5.490829903184207,383.8,381.4,369.73333333333335,-0.1048767697954811,0,0,4.714285714285714,1.2373453318335208,0,0.35714285714285715,-32.45374582954157,0,0,-75.0,0,0,0.2631578947368318,56.34374109656446,0,1,0,1,0,1,4.797979797979792,-0.2939088037135491,-13.095238095238091,0.49736077029355774,4.679411764705833,0,0,2.4686447236058973,0.6890756302521008,,,0.6079590851787354,4754844.097296923,0,0,,-67.49356455115735,19.376261131772683,0,1,0.575939849624062,0.4235502350345909,378.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,accumulation,618,in_cloud,below,-1.954,0,0,369.0,390.0,354.0,3.2520325203251987,1,0,0,none,1,0.4897959183673469,0.0,0,0.75,0,0,0,0.686295489754973,56.52173913043478,0.7205031328680294,107.84313725490215,115.47088532382675,6.059368040807897,5.338864907939867,7.427526794684736,384.8,375.8,364.8333333333333,1.383714741883968,0,0,5.857142857142857,1.5373078365204347,0,0.7647058823529411,50.04240882103478,0,0,-23.52941176470588,0,0,1.8716577540107027,77.13782357358116,0,1,0,1,0,0,-7.9227053140096615,-0.5546077288658893,-9.926470588235304,0.7092604738488633,15.697058823529403,0,0,4.135878550465391,1.0,,,0.8951877813751544,7413489.897252083,0,0,,-67.40631538327766,30.346499224999352,1,1,0.9774436090225525,0.6867037893046504,378.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,accumulation,100,above_cloud,neutral,0.13,0,0,384.48333333333335,385.0,354.0,-0.9059777190168705,1,0,0,none,1,0.5897435897435898,0.0,0,0.75,-1,0,0,1.7190210539947186,6.344076387770201,4.6250553337754825,380.8,367.45,360.3,4.231868281398832,0,0,9.928571428571429,2.5923162998881017,0,0.6888888888888889,123.06784660766951,0,1,-31.11111111111111,0,0,6.094182825484773,78.07845620550356,0,0,0,0,0,0,1.0335917312661422,-0.1242311109949581,-8.148148148148152,0.8083598742294064,18.820588235294167,0,0,3.558738878760367,0.17647058823529413,-43399013612.103485,-9989234.986190796,1.1358728997550729,38548980.37940395,0,0,0.015673263344867433,-65.8137871718129,93.2978364831181,1,1,1.6909774436090212,0.926230125106966,378.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,9,impulse_late,unknown,618,above_cloud,below,-2.253,0,0,385.75,386.5,355.0,-0.7128969539857422,1,0,0,none,1,0.4827586206896552,4.177545691906006,0,0.571,0,0,0,0.7504881819383442,-4.759489060617568,-5.509977242555912,361.8,371.3,375.03333333333336,3.1510907621869144,0,0,20.642857142857142,5.389779932860873,0,0.5116279069767442,40.72790294627397,0,0,-32.30769230769231,0,0,6.983240223463683,45.92014834000003,0,0,0,0,0,0,5.7163436354112065,1.998434164750523,11.28205128205127,0.6795790740026136,-11.84117647058821,0,0,14.663762686527047,0.5882352941176471,-74946851526.5798,-53682424.24850464,1.6014874024960368,35330586.915700436,0,0,-2.4598905419744277,-59.96432102243243,22.145410840687532,0,1,-2.169924812030077,0.47484175544560303,359.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,21,impulse_late,unknown,none,below_cloud,above,4.515,0,0,391.25,402.3333333333333,348.5,-2.1086261980830634,1,0,0,none,1,-0.2542372881355932,9.921671018276761,0,0.4,1,1,0,1,0,2,0,0.25,0.0,0.667,0,0.8739883005660813,77.77777777777777,65.92592592592591,74.1975308641975,11.315509803363726,47.28260869565217,43.589743589743556,33.21208507255016,0.6570079392218148,20.069626910618627 -423,2026-05-22 06:45:00,buy,397.0,0.254,70,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#70,0.0,27.272727272727266,-0.38642587068290557,3.221127068779121e-13,1.8518518518532179,-1.457421441898191,-1.0709955712152854,1.7656160188975276,399.4,401.75,402.8833333333333,-0.9334163036714416,0,0,1.4285714285714286,0.35893754486719315,0,-0.2,-161.40350877192938,1,0,-133.33333333333331,1,0,-0.995024875621886,25.273802689412236,0,0,1,0,0,0,-9.090909090909093,-0.05305829037398091,5.555555555555557,-0.1338467387196954,-5.011764705882399,0,0,0.9033316189680409,0.08403361344537816,-14684960188.63183,,1.0098995658869259,-513016.0817642212,0,0,,-66.12224238369329,50.69684283969998,1,1,-0.2639097744360902,0.7751659483436651,399.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,409.6,411.0,388.6,-2.83203125,1,0,0,none,1,0.07563025210084033,-0.25125628140703515,0,0.567,0,0,0,0.15374798678397772,26.31578947368422,-0.9169228860217025,9.523809523810035,12.50000000000108,-0.5476767966900411,0.3692460893316614,4.1380447460871945,400.8,404.8,399.4166666666667,-1.4328063241106692,0,0,2.2857142857142856,0.572860723236663,0,0.0,-109.18955578162138,1,0,-100.0,1,0,-1.2376237623762387,25.544323372531082,0,0,0,0,0,0,1.3157894736842053,-0.02590378768512891,-4.761904761904249,0.11029574151269855,-2.8176470588235247,0,0,1.2582168192867458,0.06722689075630252,-17979846598.81101,,0.705315041220682,-547041.6894195974,0,0,,-66.0233537046196,40.27208012391559,1,1,-0.6661654135338378,0.885688109830398,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,41,impulse_late,accumulation,500,below_cloud,neutral,-0.25,0,0,409.51666666666665,410.0,381.96666666666664,-2.568068047698502,1,0,0,none,1,0.15151515151515152,-0.2506265664160401,0,0.594,-1,0,0,0.27644287536248097,50.0,-1.1849878796373545,19.696969696969962,28.787878787879013,2.1785182189814236,3.363506098618778,4.054867298811588,401.6,402.65,392.15,-0.9064944741090208,0,0,4.285714285714286,1.0741138560687433,0,0.16666666666666666,-99.63768115941993,0,0,-90.9090909090909,1,0,-2.444987775061125,58.47214190582237,0,0,0,0,0,0,-2.0,-0.22776052332650432,-10.303030303030305,0.35959865642802785,2.855882352941137,0,0,1.9013866471856289,0.5630252100840336,-23699422304.690258,-7256217.231853485,1.2762295901996152,-1455428.9375365973,0,0,,-65.99377425602727,25.426899856932746,1,1,0.21127819548871307,0.09377534817931965,398.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,28,impulse_late,accumulation,618,in_cloud,above,0.623,0,0,408.48333333333335,409.0,380.06666666666666,-2.3215961483536662,1,0,0,none,1,0.10126582278481013,-0.7518796992481203,0,0.6,0,0,0,0.5601171582850282,56.25,-0.444426442945864,32.38095238095244,51.957671957672225,4.176118399301686,4.62054484224755,6.872770026350854,403.6,399.35,389.8666666666667,0.413171403530721,0,0,4.5,1.1221945137157108,0,0.6521739130434783,6.559766763848229,0,0,-80.0,0,0,0.7537688442211143,54.208368861453785,0,1,0,1,0,1,-2.57352941176471,-0.3358401059343574,-17.142857142857153,0.5742272944947237,8.026470588235327,0,0,2.262285833839857,0.4789915966386555,-23567553420.73766,-7115871.94644165,1.0828925438280896,1856940.3533661813,0,0,,-65.80726047899827,35.126573849460385,1,1,0.9300751879699257,0.6430624378284053,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,17,impulse_late,unknown,618,above_cloud,below,-1.995,0,0,408.48333333333335,409.0,379.03333333333336,-1.8319800889469162,1,0,0,none,1,0.3728813559322034,-0.24937655860349126,0,0.632,0,0,0,0.7293552862090369,64.28571428571428,0.8854534152577784,86.30952380952358,96.3624338624337,6.185860461027062,5.300407045769283,9.442141628109873,404.2,392.5,381.5,2.165605095541401,0,0,7.428571428571429,1.8525115781973638,0,0.7777777777777778,51.282051282051455,0,0,-28.57142857142857,0,0,3.886010362694292,70.61141790544512,0,0,0,0,0,1,4.285714285714278,-0.47768456241383284,-12.301587301587318,0.7082546663501069,14.526470588235327,0,0,4.141129597538912,1.0,-27456272798.077427,-22719888.708877563,1.25766560763453,3528729.9703011513,0,0,-1.9674608150196213,-65.74308616915725,28.323693396134615,1,1,1.4195488721804455,0.8216150431259016,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,100,above_cloud,below,-1.205,0,0,387.18333333333334,407.0,378.3,3.5685075976066516,1,0,0,none,1,0.5306122448979592,-0.4987531172069825,0,0.714,0,0,0,0.9395950392572412,63.529411764705884,1.5991760404235826,116.2471395881009,113.06441722379292,8.252115674918173,6.65293963449459,9.711395988135024,398.6,386.5,369.68333333333334,4.269081500646821,0,0,8.142857142857142,2.0205600850762138,0,1.0869565217391304,128.03643724696366,0,1,8.695652173913043,0,1,5.774278215223094,78.73630802720643,0,0,0,0,0,0,-5.606390704429913,-0.01748838205663006,-1.023017902813308,0.9737634000045831,20.420588235294133,0,0,4.9160718059611215,1.0,-31698738018.977608,,1.075987040990614,5498978.298818678,0,0,,-65.47980859464079,17.292079266070896,0,1,1.3187969924812029,0.6913239464471104,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,16,impulse_late,unknown,none,above_cloud,above,5.44,0,0,367.3166666666667,401.0,354.0,9.714596851036772,0,0,0,none,1,1.1794871794871795,-0.49627791563275436,0,0.9,0,0,0,2.611955004296437,9.465360963467504,6.8534059591710665,392.6,375.35,362.65,6.5672039429865325,0,0,10.571428571428571,2.642857142857143,0,0.7868852459016393,158.22352367008318,0,1,-26.53061224489796,0,0,5.820105820105814,93.80454779361399,0,0,0,0,0,0,15.757000474608446,0.09292403034342023,1.5268329554043873,0.9977389973811637,25.49411764705883,0,0,4.487835728476139,0.35294117647058826,-43394710667.09499,-8213128.011360168,1.5308583737796135,37162964.90538001,0,0,0.017388069329750296,-64.22352017428574,98.41646489104117,1,1,2.1887218045112795,0.9211041004080222,395.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,10,impulse_late,unknown,100,above_cloud,neutral,-0.314,0,0,385.54999999999995,402.8333333333333,354.03333333333336,3.747892620931159,1,0,0,none,1,1.206896551724138,4.5,0,0.667,1,0,0,4.534878009887684,1.4438765466797463,-3.091001463207938,383.4,372.0,375.5,2.9569892473118253,0,0,24.857142857142858,6.49011562849683,0,0.41904761904761906,112.20130823655036,0,1,-58.0952380952381,0,0,6.6852367688022385,55.35786091776214,0,0,0,0,0,0,-19.717855331704385,-0.60614709761653,2.6862026862026838,0.5796146767509756,7.594117647058852,1,0,19.305881489842633,0.957983193277311,-74818113121.4781,76939419.52861023,2.61216321168848,35330586.91570032,0,0,-1.3024168884650864,-59.70021010733505,27.102871771720174,1,1,-0.27218045112782174,0.00573645338310802,383.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,above_cloud,above,21.458,0,0,400.25,402.0,353.0,-4.3098063710181105,1,0,0,none,1,-0.2542372881355932,-12.793733681462141,0,0.417,-1,-1,1,2,0,1,0,0.5,0.0,0.333,0,0.956758568776059,95.34883720930233,85.3221092598606,82.01702114274241,14.377845084733002,48.62385321100918,66.05616605616602,57.671957671957635,0.6293491194027506,22.86052862953582 -424,2026-05-22 18:33:00,buy,417.0,0.242,70,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#70,0.3750000000030151,53.846153846153854,-0.13224932750157292,166.666666666667,138.88888888889025,-0.6801044190986545,-0.5478550915970816,2.820211515931715,424.4,425.5,424.06666666666666,-0.3525264394829586,0,0,1.7857142857142858,0.42115902964959573,0,0.4,-148.30214830214842,1,0,-0.0,0,1,-0.23529411764705577,52.1773192375738,1,0,1,0,1,0,3.846153846153854,0.01659434027909268,0.0,0.32820906843726827,-2.9617647058823877,0,0,1.4209892476985524,0.6890756302521008,-14715281699.999006,,1.5093310417773382,-235548.85158616304,0,0,,-63.81018581542097,33.4892560769914,1,1,-0.3233082706766935,0.40649870289759493,420.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,none,range,0,0,0,0,0,0,0,0,unknown,unknown,none,neutral,neutral,0.0,0,0,418.7,433.0,413.2,1.2658227848101333,1,0,0,none,1,0.08403361344537816,-0.2358490566037736,0,0.6,0,-1,0,0.2804796503376356,35.71428571428572,-0.7927220455336579,37.60683760683812,26.115859449194033,0.22791068948612292,1.0206327350197808,3.5709709150266757,424.0,427.35,421.6,-0.7839007839007928,0,0,3.857142857142857,0.9097035040431267,0,0.46153846153846156,-141.04745698619823,1,0,-53.84615384615385,0,0,-1.1655011655011704,45.92841130036682,0,0,0,0,0,0,-9.113300492610833,0.05010021500598505,11.680911680911684,0.4098494988633883,-0.7088235294117453,0,1,1.9927620209313732,0.8235294117647058,,,1.0026434350584659,-1191128.0718580186,0,0,,-63.795137082389154,27.841561159107748,1,1,-0.39924812030075063,0.3832955195800045,418.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,56,impulse_late,accumulation,618,above_cloud,above,0.704,0,0,417.95,431.0,403.93333333333334,1.4475415719583662,1,0,0,none,1,0.1919191919191919,0.0,0,0.654,0,0,0,0.5154356255994453,58.00000000000001,-0.8349589384851663,49.72943722943749,54.870129870130086,2.5847593960775157,3.419718334562682,5.352252548878552,423.6,423.65,413.95,0.08261536645817191,0,1,5.285714285714286,1.2466307277628033,0,0.6428571428571429,-52.28758169934807,0,0,-45.45454545454545,0,0,-1.3953488372092981,60.60873547340196,0,0,0,0,0,0,-0.823529411764703,-0.09359628232046013,-5.62770562770563,0.5184874577299368,2.5294117647058556,0,0,3.0702471777536475,0.9831932773109243,-23731128575.418,,0.820406870471772,-560851.686077714,0,0,,-63.76404335015269,24.052597939250038,0,1,0.5511278195488719,0.3308301463674761,418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,40,impulse_late,accumulation,100,above_cloud,neutral,-0.236,0,0,428.4666666666667,429.0,397.0,-1.042477049945545,1,0,0,none,1,0.16455696202531644,-0.4716981132075472,0,0.636,0,0,0,0.6024758291622667,55.0,-0.4182832267227168,64.28571428571435,77.77777777777804,4.427385991622202,4.845669218344919,5.322342198986763,426.8,421.7,409.81666666666666,0.5454114299265012,0,0,5.642857142857143,1.3308625336927224,0,0.6666666666666666,-14.666666666666094,0,0,-35.714285714285715,0,0,2.168674698795181,47.7895893187542,0,0,0,1,0,1,-2.142857142857139,-0.2623602315098781,-4.761904761904759,0.6063933940256369,6.920588235294133,0,0,2.946824244879713,0.8571428571428571,-23594248025.56333,-3460023.606113434,0.734217960552649,8281860.651890844,0,0,,-63.745596265700954,25.89694729281868,1,1,0.6917293233082623,0.5319215792741635,419.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,23,impulse_late,accumulation,618,above_cloud,below,-1.993,0,0,417.79999999999995,429.0,397.0,1.483963618956441,1,0,0,none,1,0.4067796610169492,-0.7075471698113208,0,0.667,0,0,0,0.7390706887415699,64.17910447761194,0.6557091651006024,123.1359649122805,131.39338731443982,7.774584787458423,7.1188756223578205,9.690030713495446,427.0,414.4,397.5833333333333,2.316602316602312,0,0,6.928571428571429,1.6340970350404314,0,1.0,61.46349131494184,0,0,-0.0,0,1,1.6786570743405171,71.95039326138829,0,1,0,1,0,0,0.0,-0.46516677527151984,-7.017543859649109,0.7838796588431838,15.997058823529414,0,0,3.792109496565363,0.865546218487395,-27498334527.647537,-29829794.043117523,0.5616046783629781,7763217.584295422,0,0,,-63.67859054570856,27.762359104685512,1,1,1.5849624060150396,0.8724411823375023,420.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,accumulation,100,above_cloud,above,1.0,0,0,423.23333333333335,424.0,379.53333333333336,0.18114515239819884,1,0,0,none,1,0.6326530612244898,-0.9433962264150944,0,0.667,0,0,0,0.923209882246591,69.56521739130434,1.634642724873311,112.00000000000021,112.63374485596735,10.943287237369134,9.308644512495823,12.34391157168124,420.4,403.9,379.68333333333334,5.224065362713559,0,0,6.857142857142857,1.6134453781512605,0,1.0769230769230769,117.98495031305656,0,1,12.0,0,1,6.516290726817053,88.03307860255248,0,0,0,0,0,0,-3.569110966904617,-0.009208061730227257,-4.333333333333329,1.2036876691331648,25.197058823529403,0,0,5.074358364847004,0.9411764705882353,-31713043019.250164,-13293742.957954407,0.6780503508684331,15377411.890228778,0,0,,-63.495145364438976,20.776183725009343,0,1,1.9293233082706733,0.8385804609090308,420.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,unknown,100,above_cloud,above,1.379,0,0,417.5,422.0,377.0,1.7964071856287456,0,0,0,none,1,1.4102564102564104,-0.9411764705882352,0,0.9,0,0,0,2.713920666301055,13.67822875502361,10.964308088722555,414.0,390.6,367.78333333333336,6.246799795186875,0,0,12.785714285714286,3.0808950086058524,0,0.6986301369863014,116.04095563139956,0,1,-37.28813559322034,0,0,8.355091383812008,78.59284404403515,0,0,0,0,0,0,-15.043948613928322,-0.5484391463152409,-9.028017986855758,0.9079176323931887,36.726470588235316,0,0,4.680113408919166,0.40336134453781514,-43363438975.99585,35574636.1076355,2.065397087554477,21375168.714607477,0,0,0.1466121065574625,-62.685249139314706,100.0,1,1,2.8120300751879794,0.9358753186804128,411.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,8,impulse_late,unknown,none,above_cloud,above,7.017,0,0,415.75,425.6666666666667,354.8333333333333,-0.18039687312086938,1,0,0,none,1,2.103448275862069,-3.132530120481928,0,0.857,0,0,1,4.534878009887684,1.4438765466797463,-3.091001463207938,383.4,372.0,375.5,2.9569892473118253,0,0,24.857142857142858,6.49011562849683,0,0.41904761904761906,112.20130823655036,0,1,-58.0952380952381,0,0,6.6852367688022385,55.35786091776214,0,0,0,0,0,0,-19.717855331704385,-0.60614709761653,2.6862026862026838,0.5796146767509756,7.594117647058852,1,0,19.305881489842633,0.957983193277311,-74818113121.4781,76939419.52861023,2.61216321168848,35330586.91570032,0,0,-1.3024168884650864,-59.70021010733505,27.102871771720174,1,1,-0.27218045112782174,0.00573645338310802,383.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,above_cloud,above,21.458,0,0,400.25,402.0,353.0,-4.3098063710181105,1,0,0,none,1,-0.2542372881355932,-12.793733681462141,0,0.417,-1,-1,1,0,0,2,0,0.0,0.0,0.667,0,0.8547193244009746,81.0344827586207,75.61683515000638,82.8314760637803,17.61054266140151,48.62385321100918,66.05616605616602,57.671957671957635,0.6293491194027506,22.86052862953582 -425,2026-05-22 23:21:00,buy,425.0,0.237,70,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#70,0.1533414422057538,46.42857142857143,-0.6070891818275919,42.10826210826243,49.34472934473058,0.3236987684338146,0.9307879502614065,3.4467717998343903,433.6,435.2,431.96666666666664,-1.194852941176472,0,1,5.0,1.1627906976744187,0,0.3076923076923077,-155.96330275229403,1,0,-69.23076923076923,0,0,-0.6928406466512715,44.318897721767854,0,0,1,0,1,0,-3.5714285714285694,-0.3075327655697708,-8.262108262108264,0.2895291599744354,-1.7705882352941558,0,0,2.2205092257939105,0.957983193277311,-14762083032.522026,-23229205.654081345,0.6931366923978376,810960.7964221537,1,0,,-63.235553254779234,12.169873549183892,0,1,-0.22105263157895685,0.1216120390797335,426.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,60,impulse_late,accumulation,500,in_cloud,below,-2.009,0,0,438.6333333333333,439.0,423.6,-1.9682346682878604,1,0,0,none,1,-0.008403361344537815,-0.23255813953488372,0,0.586,-1,0,0,0.11040717281866112,45.6140350877193,-0.7271863857007324,36.70033670033721,60.26936026936153,0.838691902286655,1.5658782879873874,3.9070026838397816,434.0,433.6,428.21666666666664,-1.522140221402224,0,0,7.071428571428571,1.6560722649715625,0,0.0,-156.32458233890208,1,0,-100.0,1,0,-2.064220183486243,41.51282670340565,0,0,0,0,0,0,-5.366357069143447,-0.4985339066122132,-22.22222222222222,0.2995343755487592,-0.21176470588238772,0,1,3.196597835902131,1.0,-18053144090.608917,-21731059.649139404,0.383656155803544,893850.8129350692,1,0,,-63.47663945966728,23.311792561792565,0,1,0.06315789473684155,0.0077835433654527275,427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,49,impulse_late,accumulation,618,above_cloud,neutral,0.0,0,0,426.8833333333333,438.0,417.3,0.02732987154960842,1,0,0,none,1,0.06060606060606061,-0.702576112412178,0,0.536,-1,0,0,0.26864044671625137,46.03174603174603,-0.3217793755785272,78.57142857142883,81.74603174603196,2.2504817003719495,2.5722610759504767,4.309248710769788,432.8,431.3,424.76666666666665,-0.9969858567122625,0,0,7.714285714285714,1.8066242890598863,0,0.2857142857142857,-68.82882882882778,0,0,-71.42857142857143,0,0,0.23474178403755097,68.24469725786903,0,1,0,0,0,0,-3.120796341135325,-0.6235364383723914,-7.142857142857139,0.37409916367930446,3.7294117647058442,0,0,3.801206836898639,1.0,-23802701833.71222,-56357205.54126358,0.5639336868297874,128677.68807709217,0,0,,-63.44501938721807,14.963033742678567,0,1,0.2736842105263111,0.12142985449973065,427.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,36,impulse_late,accumulation,100,above_cloud,below,-0.538,0,0,431.75,437.0,413.6666666666667,-1.1001737116386745,1,0,0,none,1,0.31645569620253167,-1.405152224824356,0,0.679,-1,0,0,0.6825151807927289,56.86274509803922,0.35232100699287283,116.29629629629638,116.3580246913583,3.9961900359675724,3.6438690289746996,5.5601618800583905,435.6,428.65,418.45,1.0148139507756948,0,0,6.642857142857143,1.5341471461563843,0,0.9333333333333333,21.505376344085892,0,0,-11.11111111111111,0,1,-0.23041474654378336,76.63777251660501,1,0,1,0,1,0,-10.579115367077058,-0.3312560072225583,-10.370370370370367,0.6169919342350815,7.061764705882354,0,0,3.2563411990507096,0.9663865546218487,-23645277494.00548,-46297622.57238388,0.8510903146306856,7126299.251220554,1,0,-2.098380544748984,-62.91294917724501,13.861943501483523,0,1,0.8293233082706694,0.6780398851253114,430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,24,impulse_late,distribution,none,above_cloud,above,0.93,1,0,433.41666666666663,434.0,399.0,-0.0961353585848812,1,0,0,none,1,0.5932203389830508,-1.3856812933025404,0,0.684,0,-1,0,1.0,66.66666666666666,0.5752747235234645,179.8941798941797,137.6543209876542,7.614333259311081,7.039058535787617,7.116142840634142,433.4,425.2,405.03333333333336,3.715898400752593,0,0,9.0,2.0408163265306123,0,1.8,100.10449320794103,0,1,133.33333333333331,0,1,3.7647058823529367,69.981503612734,0,0,0,1,0,0,4.824561403508767,0.4193299932252499,53.96825396825399,0.9453705903122606,14.552941176470597,0,0,4.382527015641,0.9747899159663865,-27538547651.63012,-43263047.61303711,1.9324328119994703,13861818.842298508,0,0,,-62.15841592167857,18.25848300306505,0,1,1.0120300751879634,0.6264682124737888,430.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,16,impulse_late,unknown,none,above_cloud,above,1.101,0,0,428.23333333333335,429.0,396.8,2.98124075659687,0,0,0,none,1,1.163265306122449,-1.3605442176870748,0,0.765,0,0,1,1.0,80.28169014084507,1.6393648458254138,145.0000000000002,123.88888888888914,12.453118282281821,10.813753436456407,12.814313430465884,429.8,414.05,385.78333333333336,6.508875739644959,0,0,8.214285714285714,1.8626498218334953,0,1.5172413793103448,121.86836518046707,0,1,75.0,0,1,7.299270072992692,80.36286936118378,0,0,0,0,0,0,3.719190140845072,0.398501257536509,24.999999999999986,1.2729345492805324,26.70294117647063,0,0,4.5383102075141455,0.8487394957983193,-31728413397.06296,-36930077.28593826,1.6958683193690276,26516636.466724217,0,0,,-62.052840805829,30.03035303498974,1,1,2.0654135338345867,0.8486054199798994,432.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,none,above_cloud,above,0.924,0,0,425.0333333333333,426.0,377.6666666666667,3.7565681123049144,0,0,0,none,1,1.8717948717948718,-1.8140589569160999,0,0.917,1,0,0,2.9577814916852034,15.337110178071555,12.379328686386351,422.0,396.6,369.98333333333335,8.925869894099847,0,0,14.142857142857142,3.273809523809524,0,0.85,148.96600070101655,0,1,-18.181818181818183,0,1,8.270676691729317,81.65329180504442,0,0,0,0,0,1,1.5981735159817418,0.25548059271522483,0.9286412512219044,1.060053247756654,41.4470588235294,0,0,4.76167858364103,0.4369747899159664,-43351687932.81685,36981295.048339844,2.136923567338131,61398003.0620476,0,0,0.1895378691399676,-61.045960543722025,100.0,1,1,3.0827067669172914,0.9422599260721135,422.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,below,-2.699,0,0,427.1333333333333,434.8,355.06666666666666,1.1393788044326447,1,0,0,none,1,2.586206896551724,5.092592592592593,0,0.857,0,0,1,4.534878009887684,1.4438765466797463,-3.091001463207938,383.4,372.0,375.5,2.9569892473118253,0,0,24.857142857142858,6.49011562849683,0,0.41904761904761906,112.20130823655036,0,1,-58.0952380952381,0,0,6.6852367688022385,55.35786091776214,0,0,0,0,0,0,-19.717855331704385,-0.60614709761653,2.6862026862026838,0.5796146767509756,7.594117647058852,1,0,19.305881489842633,0.957983193277311,-74818113121.4781,76939419.52861023,2.61216321168848,35330586.91570032,0,0,-1.3024168884650864,-59.70021010733505,27.102871771720174,1,1,-0.27218045112782174,0.00573645338310802,383.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,above_cloud,above,21.458,0,0,400.25,402.0,353.0,-4.3098063710181105,1,0,0,none,1,-0.2542372881355932,-12.793733681462141,0,0.417,-1,-1,1,0,0,2,0,0.0,0.0,0.667,0,0.9710449946776746,84.93150684931507,74.1653826399589,74.33965305956742,18.949081287250728,48.62385321100918,66.05616605616602,57.671957671957635,0.6293491194027506,22.86052862953582 -426,2026-05-23 00:30:00,sell,445.0,0.65,70,고점 매도 · 비중 65% · 분할 · leg#70,0.9727144538857219,72.22222222222223,0.9981377212284734,110.00000000000033,107.77777777777912,2.1701859392941287,1.1720482180656553,3.6267501429595006,439.4,434.55,433.26666666666665,1.714417213209063,0,0,3.0714285714285716,0.6948933419521656,0,1.0,169.0962099125359,0,1,-0.0,0,1,2.314814814814814,81.98676760843414,0,0,0,0,0,0,-1.461988304093552,0.04023923785051775,0.0,0.9937081554260349,7.058823529411768,0,0,1.383656917223734,0.5294117647058824,-14765268589.547401,-1740179.1697216034,2.834429373819107,1636279.5054999888,0,0,,-62.19229895719124,34.93716545629416,1,1,0.5947368421052626,0.7974857469151769,442.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,53,impulse_late,distribution,100,above_cloud,above,0.76,0,0,435.75,442.0,426.1666666666667,1.4343086632243152,1,0,0,none,1,0.15126050420168066,-0.6787330316742082,0,0.643,0,0,1,0.9798576609974969,62.85714285714286,0.859078887753056,112.32517482517532,120.39627039627165,1.8741908248742334,1.0151119371211774,3.9147638942680882,438.4,433.85,431.15,1.878529445660937,0,0,4.571428571428571,1.0342598577892694,0,1.1538461538461537,182.06024296887892,0,1,15.384615384615385,0,1,3.0303030303030276,77.17347118000384,0,0,0,0,0,0,5.281385281385283,0.2574556631040289,-11.538461538461547,0.901746531579996,5.685294117647061,0,0,2.712208131978081,0.8571428571428571,-18058005696.5967,-4865326.97769928,2.661870307296251,4096580.6483353972,0,0,-2.227596811086746,-62.17694666540077,23.74091171669562,0,1,0.27443609022557525,0.14621102456915835,443.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,45,impulse_late,distribution,100,above_cloud,neutral,0.456,0,0,436.7,440.0,420.2,1.2136478131440365,0,0,0,none,1,0.26262626262626265,-1.1312217194570136,1,0.593,0,0,1,0.8312644216769507,54.83870967741936,0.23648227900204555,93.03030303030329,78.0808080808083,2.429923699901906,2.1934414208998603,4.643135817643845,435.4,432.35,426.6,1.5381057013993171,0,0,7.642857142857143,1.740969736413928,0,1.0666666666666667,170.1149425287355,0,1,9.090909090909092,0,1,1.620370370370372,75.63971999045287,0,0,0,1,0,1,-2.0843672456575604,0.23790981570977765,13.030303030303017,0.7045177592178566,6.449999999999989,0,0,3.9148140005220884,0.9915966386554622,-23803214721.217342,,2.1983170886954424,1566365.578731589,0,0,,-62.40197315999576,14.409541586439627,0,1,0.45338345864662166,0.28564436899374246,438.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,36,impulse_late,accumulation,100,above_cloud,above,1.025,0,0,427.55,438.0,416.0,2.6780493509531045,0,0,0,none,1,0.3924050632911392,-1.5945330296127564,1,0.654,0,0,1,0.7725589228719149,51.92307692307693,-0.21613147944754285,95.925925925926,85.061728395062,3.225629692820519,3.4417611722680617,4.170207383725139,433.0,431.1,420.73333333333335,1.1366272326606364,0,0,7.285714285714286,1.6710353866317167,1,1.0909090909090908,172.64957264957303,0,1,10.0,0,1,1.869158878504673,79.40583401762163,0,1,0,0,0,0,0.0,0.1241783289458458,18.148148148148138,0.6721585356296637,5.220588235294144,0,0,3.2909731495869856,0.957983193277311,-23645256649.76056,-36698751.68193817,1.8424715896830708,9652466.03198959,0,0,-1.6866709839356875,-62.64032501919479,12.565280233858301,0,1,0.48721804511278,0.4113044466298629,435.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,26,impulse_late,unknown,100,above_cloud,above,0.926,0,0,434.43333333333334,435.0,413.46666666666664,0.36062303383717076,0,0,0,none,1,0.5932203389830508,-2.293577981651376,1,0.684,0,0,1,0.6890547740525951,52.56410256410256,-0.2314315484032612,154.8148148148146,169.5943562610228,6.760213533502167,6.991645081905428,6.507259481633125,434.4,426.75,406.3333333333333,1.2302284710017597,0,0,9.428571428571429,2.182539682539683,0,1.1333333333333333,134.2972943367295,0,1,20.0,0,1,3.1026252983293645,64.66769581632306,0,1,0,1,0,0,-2.31394621638524,-0.273209281277766,-19.259259259259267,0.657229208255059,15.335294117647095,0,0,4.750964472790765,0.9915966386554622,-27535635074.502327,-37817277.02140427,1.8194230680449568,18852865.344544113,0,0,,-62.91513806504852,12.537291665221362,0,1,0.8518796992481197,0.5269886427781153,432.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,1,0,0,1,1,cup_handle,range,0,1,0,0,0,0,0,15,impulse_late,accumulation,100,above_cloud,above,1.163,0,0,429.2166666666667,430.0,397.1,0.6484681396342173,0,0,0,none,1,0.9591836734693877,-3.4722222222222223,0,0.75,0,0,1,0.8059595239724543,70.12987012987013,1.1302535993814686,137.36363636363657,134.12121212121238,12.226570435683243,11.096316836301774,12.774888870498618,432.4,415.75,387.06666666666666,3.9085989176187663,0,0,8.428571428571429,1.951058201058201,0,1.0606060606060606,120.6585126696597,0,1,9.090909090909092,0,1,4.347826086956519,83.20986677400431,0,1,0,0,0,0,-10.151820010974944,-0.5091112464439451,-7.636363636363626,0.9400169451888493,27.982352941176487,0,0,4.944470246104438,0.9159663865546218,-31721215147.191776,-32577140.777908325,2.7119362326574517,10937130.910127461,0,0,,-62.79915869217643,32.649400654037365,1,1,2.0684210526315794,0.8493508942144148,432.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,none,above_cloud,above,2.268,0,0,429.05,430.0,376.8,0.6875655518004953,0,0,0,none,1,1.641025641025641,-2.5462962962962963,0,0.917,0,-1,1,2.112090508526002,15.556443248493565,13.444352739967563,424.8,401.95,372.23333333333335,7.476054235601448,0,0,15.642857142857142,3.6210317460317456,0,0.75,85.79465541490876,0,0,-27.941176470588236,0,0,8.000000000000007,65.54114605847147,0,1,0,1,0,1,2.534562211981566,-0.03591519727283732,-1.9690927218344996,0.9296429456004942,39.88529411764705,0,0,5.363858536668589,0.4789915966386555,-43484077721.762985,-89367054.66799164,1.7396853628558933,61398003.0620476,0,0,-0.392006781195916,-60.94196414530819,100.0,1,1,3.11203007518797,0.944477704133555,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,below,-5.912,0,0,422.95000000000005,434.5,368.5,2.139732828939578,1,0,0,none,1,2.5517241379310347,-1.1574074074074074,0,0.857,0,0,0,7.829689383341688,8.256821996236454,0.4271326128947657,409.8,375.35,376.56666666666666,15.092580258425459,0,0,27.714285714285715,6.415343915343915,0,0.8303571428571429,140.8532176428057,0,1,-16.964285714285715,0,1,19.999999999999996,54.31322748175889,0,0,0,0,0,0,2.2851089588377818,1.5868424622725605,-1.845238095238102,0.9303850936886152,24.573529411764696,0,0,20.39501697242613,0.9663865546218487,-74956064140.98633,56259414.566726685,2.014832029543685,173610845.13395727,0,0,-1.2801888790723268,-54.29331274942386,33.81894405427282,1,1,1.8473684210526335,0.16971274029733685,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,above,10.058,0,0,400.6,421.1333333333333,350.2,7.838242636045933,0,0,0,none,1,0.711864406779661,-6.481481481481481,0,0.462,1,0,1,0,1,3,0,0.0,0.25,1.0,0,0.8965541804040386,76.34408602150538,70.92703831221155,72.66285066207216,18.85254173334976,65.67796610169492,65.45634920634917,66.27136752136748,1.0,28.2718277289351 -427,2026-05-23 01:09:00,sell,443.0,0.35,70,고점 매도 · 비중 35% · 분할 · leg#70,0.472692805186343,48.57142857142856,-0.2543307864147386,71.42857142857176,64.02116402116535,1.8750502912685079,2.1293810776832465,3.3185668747972614,442.0,441.4,436.1666666666667,-0.0906207521522373,0,0,4.357142857142857,0.9880142533203757,0,0.6,15.873015873014282,0,0,-57.14285714285714,0,0,-1.342281879194629,38.93999418180841,0,0,0,0,0,0,-11.428571428571438,-0.1590536576857362,-4.761904761904745,0.5201612108170273,4.835294117647095,0,0,2.282001999642518,0.9495798319327731,-14775815716.227392,-4653697.244600296,0.6872777084199251,-550238.2149904072,0,0,,-62.25847050782134,22.93110259880446,0,1,0.21954887218045605,0.12580115909868705,442.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,48,impulse_late,accumulation,100,above_cloud,above,2.61,0,0,440.23333333333335,445.0,424.2,0.17415007193155585,1,0,0,none,1,0.17647058823529413,-0.22675736961451248,0,0.667,-1,-1,0,0.9300800480353879,68.08510638297872,0.46818922378880545,89.48717948718,70.8547008547021,2.9921715953684043,2.523982371579599,5.308558332943618,441.8,438.0,433.46666666666664,2.2831050228310446,0,0,5.357142857142857,1.1957908163265305,0,1.1875,101.7283950617294,0,1,30.0,0,1,2.752293577981657,60.05743502191894,0,0,0,0,0,1,9.945571499257795,0.3406600935143813,27.94871794871795,0.907649274239783,5.873529411764707,0,0,2.7819890824154783,0.8571428571428571,-18086756844.78383,-27933004.485889435,0.9075749434665658,7064523.984135538,0,0,-2.3792584007863913,-61.64347487733257,15.670359088062368,0,1,0.8030075187969877,0.6679221418031056,444.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,44,impulse_late,accumulation,618,above_cloud,below,-0.907,0,0,436.45,445.0,422.5,2.646351242983158,0,0,0,none,1,0.18181818181818182,-0.6696428571428571,1,0.607,1,1,0,0.7849004478012029,57.62711864406779,0.46121340638957475,100.00000000000027,109.55710955710977,3.257165670661209,2.795952264271634,4.5144668720843235,440.8,435.4,428.1,1.2861736334405238,0,0,6.571428571428571,1.4901198574667962,0,1.0769230769230769,124.98187617804986,0,1,7.6923076923076925,0,1,3.2786885245901676,78.19973994579068,0,0,0,0,0,0,5.960451977401135,-0.017769294415760584,-10.256410256410248,0.7094772978938719,9.297058823529369,0,0,4.002848855095857,1.0,-23827267045.135754,-24565211.423534393,0.9182036802270277,5202049.902912281,0,0,,-62.21089394074312,13.687666986026603,0,1,0.4180451127819558,0.253305451947221,441.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,35,impulse_late,accumulation,100,above_cloud,neutral,0.091,0,0,439.4666666666667,440.0,413.3333333333333,0.3489077669902807,0,0,0,none,1,0.4430379746835443,-0.9070294784580499,0,0.68,0,0,0,0.8444976094629967,64.28571428571428,0.4974031122293163,117.22222222222229,113.82716049382742,4.293223797341568,3.795820685112252,4.919962309402754,439.0,433.65,422.8,1.6949152542372836,0,0,6.785714285714286,1.5387107223841918,0,1.0666666666666667,127.50780205082403,0,1,10.0,0,1,1.1467889908256979,83.37683854156003,0,1,0,0,0,1,0.0,-0.005419671497715051,0.0,0.7618447597226101,9.611764705882365,0,0,3.5748632413006547,0.9915966386554622,,,0.9492183267131014,6514852.476959333,0,0,,-62.191174921478876,17.959327923856286,0,1,0.6157894736842097,0.46649854680174696,439.0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,25,impulse_late,accumulation,100,above_cloud,above,3.515,0,0,432.20000000000005,440.0,413.6,2.036094400740396,0,0,0,none,1,0.6101694915254238,0.0,0,0.7,0,0,0,0.8688838780913136,60.526315789473685,0.4161190306334914,130.19607843137234,137.02251270878705,7.6056304520049025,7.189511421371411,7.517938555288178,437.8,429.1,408.1666666666667,2.7732463295269127,0,0,9.5,2.1541950113378685,0,1.1818181818181819,117.91666666666734,0,1,23.52941176470588,0,1,4.009433962264142,71.85209571601585,0,0,0,0,0,0,5.10462904248574,0.040772703403057164,4.139433551198266,0.8125464380640384,14.45588235294116,0,0,5.226373087798034,1.0,-27563990614.37695,-55479413.018146515,0.9992566079354842,22538525.552509695,0,0,,-62.11876808572483,12.565337971463155,0,1,1.0481203007518798,0.5911473131769387,437.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,15,impulse_late,distribution,none,above_cloud,above,2.725,1,0,436.15,437.0,397.9,1.1120027513470188,0,0,0,none,1,0.9795918367346939,-0.9070294784580499,0,0.765,0,0,0,0.9131830086202712,71.60493827160494,1.2250987437619472,140.15151515151535,140.8383838383841,12.627690266004208,11.402591522242261,13.714761940711742,435.8,417.35,388.46666666666664,5.666706601174076,0,0,8.571428571428571,1.9436345966958213,0,1.2222222222222223,129.72060939903713,0,1,36.36363636363637,0,1,5.000000000000004,83.67759008052256,0,1,0,1,0,0,1.475068141734809,0.09484514438047853,2.787878787878782,1.1289753932989672,28.061764705882354,0,0,4.7786793484523455,0.8739495798319328,-31725093477.37973,,0.9292827515327529,11455242.98405981,0,0,,-62.0143611513184,35.05689479923642,1,1,2.322556390977446,0.9220260235351458,441.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,8,impulse_late,unknown,100,above_cloud,neutral,-0.231,0,1,432.01666666666665,433.0,383.8333333333333,2.07939508506616,0,0,0,none,1,1.7179487179487178,-1.8140589569160999,1,0.917,0,1,0,2.112090508526002,15.556443248493565,13.444352739967563,424.8,401.95,372.23333333333335,7.476054235601448,0,0,15.642857142857142,3.6210317460317456,0,0.75,85.79465541490876,0,0,-27.941176470588236,0,0,8.000000000000007,65.54114605847147,0,1,0,1,0,1,2.534562211981566,-0.03591519727283732,-1.9690927218344996,0.9296429456004942,39.88529411764705,0,0,5.363858536668589,0.4789915966386555,-43484077721.762985,-89367054.66799164,1.7396853628558933,61398003.0620476,0,0,-0.392006781195916,-60.94196414530819,100.0,1,1,3.11203007518797,0.944477704133555,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,below,-5.912,0,0,422.95000000000005,434.5,368.5,2.139732828939578,1,0,0,none,1,2.5517241379310347,-1.1574074074074074,0,0.857,0,0,0,7.829689383341688,8.256821996236454,0.4271326128947657,409.8,375.35,376.56666666666666,15.092580258425459,0,0,27.714285714285715,6.415343915343915,0,0.8303571428571429,140.8532176428057,0,1,-16.964285714285715,0,1,19.999999999999996,54.31322748175889,0,0,0,0,0,0,2.2851089588377818,1.5868424622725605,-1.845238095238102,0.9303850936886152,24.573529411764696,0,0,20.39501697242613,0.9663865546218487,-74956064140.98633,56259414.566726685,2.014832029543685,173610845.13395727,0,0,-1.2801888790723268,-54.29331274942386,33.81894405427282,1,1,1.8473684210526335,0.16971274029733685,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,above,10.058,0,0,400.6,421.1333333333333,350.2,7.838242636045933,0,0,0,none,1,0.711864406779661,-6.481481481481481,0,0.462,1,0,1,0,1,3,0,0.0,0.25,1.0,0,0.8965541804040386,76.34408602150538,70.92703831221155,72.66285066207216,18.85254173334976,65.67796610169492,65.45634920634917,66.27136752136748,1.0,28.2718277289351 -428,2026-05-23 04:33:00,buy,407.0,0.338,71,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#71,0.0,21.42857142857143,-0.06557072570103362,25.925925925926247,17.283950617285285,-4.142876368463021,-4.077305642761988,3.0454048132225213,414.2,418.4,430.18333333333334,-1.5296367112810683,0,0,2.2142857142857144,0.5374479889042996,0,0.3076923076923077,-202.89855072463902,1,0,-66.66666666666666,0,0,-1.904761904761909,24.738393299526564,1,0,1,0,1,0,-5.844155844155836,-0.09297668975170836,5.555555555555557,-0.26374579403413306,-9.782352941176441,0,0,0.9251410907781152,0.0,-14794356710.281212,,1.659290004709792,-167461.98644527793,0,0,,-64.7137769563113,39.39506571859513,1,1,-0.5157894736842084,0.9176130159423455,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,40,impulse_late,unknown,0,below_cloud,neutral,-0.241,1,0,435.75,445.0,430.2,-5.450372920252433,0,0,0,none,1,-0.17647058823529413,-0.48543689320388345,0,0.379,-1,-1,0,0.07598399420376054,0.0,-0.6906614299557017,23.611111111111622,12.50000000000125,-5.588185648662545,-4.8975242187068435,5.969930553912887,415.0,422.7,433.3666666666667,-2.5313461083510735,0,0,4.428571428571429,1.0748959778085991,0,0.24,-173.78372636498807,1,0,-62.5,0,0,-2.6004728132387744,7.089021208495481,0,0,1,0,1,0,-12.5,-0.05263332928201514,12.500000000000002,-0.0727323613043831,-15.617647058823536,0,0,1.400502221576393,0.08403361344537816,-18119781726.39709,-15581034.499839783,2.0530493346184375,-2424874.7911503166,0,0,,-64.69858725384465,67.76834024038995,1,1,-1.0406015037593985,0.9522563350985243,406.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,37,impulse_late,accumulation,0,below_cloud,neutral,-0.482,0,0,436.54999999999995,445.0,426.8,-5.623639903791078,0,0,0,none,1,-0.1717171717171717,-0.24271844660194172,0,0.469,0,0,1,0.02858564925354171,7.89473684210526,-2.538304986364917,9.400656814450183,9.537969110682972,-5.307818673984968,-2.7695136876200515,9.092239336425628,416.8,430.45,430.78333333333336,-4.286212103612497,0,0,6.857142857142857,1.6643550624133148,0,0.1,-149.2537313432835,1,0,-89.65517241379311,1,0,-5.287356321839076,8.404879170611991,0,0,0,0,0,0,-8.321479374110964,-0.06570749417510813,-2.3488255872063952,-0.04278870769432546,-17.05000000000001,0,0,2.546727684625996,0.5126050420168067,-23871756870.41495,-30826460.2060318,1.793350330093313,-4921132.2025691345,0,0,,-64.66809611886401,44.7823847959681,1,1,-1.4684210526315797,0.7883191719919389,409.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,29,impulse_late,unknown,0,below_cloud,below,-5.529,0,0,439.48333333333335,440.0,419.3333333333333,-6.2535553111608415,0,0,0,none,1,-0.06329113924050633,-0.9708737864077669,0,0.5,-1,0,0,0.0,17.777777777777786,-3.3432483471580126,14.798910766652776,12.725178047758959,-3.5982698578552004,-0.255021510697188,8.964881391151623,418.6,432.95,427.8666666666667,-4.838895946414135,0,0,8.071428571428571,1.9590846047156725,0,0.125,-177.30774252513342,1,0,-87.09677419354838,1,0,-6.575963718820866,16.438495652300375,0,0,0,0,0,0,-1.734417344173437,-0.2727968935329552,4.301075268817202,-0.016551911685614824,-15.711764705882388,0,0,3.234076405064869,0.7983193277310925,-23738768289.64965,-41108016.015625,0.9525113941525335,-5461212.312121227,0,0,,-64.64992280837629,25.95266562766201,1,1,-1.1766917293233004,0.5146936908217052,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,21,impulse_late,unknown,0,below_cloud,below,-3.666,0,0,439.4666666666667,440.0,417.6,-6.250000000000011,0,0,0,none,1,-0.06779661016949153,-0.7281553398058253,0,0.5,-1,0,0,0.0,42.168674698795186,-3.429097355357186,21.153846153845944,45.72649572649558,1.7650946649000048,5.194192020257191,8.026466973454099,426.0,431.1,413.81666666666666,-4.430526559962889,0,1,12.142857142857142,2.947295423023578,0,0.038461538461538464,-186.79130961655062,1,0,-96.15384615384616,1,0,-4.1860465116279055,52.69154604140522,0,0,0,0,0,0,-0.5142521304731105,-0.9837311369165826,-21.794871794871792,0.16132906842246375,-4.747058823529414,0,1,5.114165084356381,0.9411764705882353,-27629390994.158726,-90318698.91239929,1.251835109583639,-1375540.097922951,0,0,-2.464983166050365,-64.57992273077045,17.64358840228723,0,1,0.08872180451126827,0.0036816616023104265,411.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,15,impulse_late,unknown,500,in_cloud,below,-3.492,0,0,436.33333333333337,437.0,397.0,-5.576776165011466,1,0,0,none,1,0.2857142857142857,-2.669902912621359,0,0.667,0,0,0,0.4601262123882847,53.19148936170213,-1.050002377182361,89.96101364522438,115.1013054521829,10.462344832200529,11.51234720938289,12.477180313434207,433.4,422.1,392.15,-0.4975124378109541,0,0,11.714285714285714,2.7891156462585034,0,0.59375,-48.3057385318377,0,0,-72.22222222222221,0,0,-1.17647058823529,67.8139341057359,0,0,0,0,0,0,-9.903748733535963,-1.422658610996292,-36.1952861952862,0.450082148003636,19.273529411764684,0,0,5.346298845958047,1.0,-31778367595.679188,-65324576.42902374,1.1022691052688083,3030050.013937354,1,0,,-63.7952296893807,32.35244407603002,1,1,1.9157894736842005,0.7410030328112464,416.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,9,impulse_late,unknown,100,above_cloud,below,-0.709,0,0,432.08333333333337,433.0,378.0,-2.7965284474445573,1,0,0,none,1,1.0512820512820513,-2.619047619047619,0,0.846,-1,-1,0,0.3409501174677221,14.17506889888756,13.834118781419837,425.4,406.25,374.3333333333333,3.384615384615386,0,0,16.285714285714285,3.877551020408163,0,0.5753424657534246,41.963943229765796,0,0,-55.35714285714286,0,0,2.941176470588225,57.12546704472733,0,1,0,1,0,1,-7.134286025962695,-0.8771639308736461,-4.753750815394653,0.6843810084360655,33.285294117647084,0,0,5.850477331574129,0.5714285714285714,-43485635132.99585,-100031540.07795715,0.817110418538849,40013548.82617456,0,0,-0.38115704746188966,-61.97640902344435,96.39454940704478,1,1,2.832330827067665,0.8850226225012575,405.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,8,impulse_late,unknown,none,above_cloud,below,-6.846,0,0,416.35,434.5,368.5,0.8766662663624247,1,0,0,none,1,2.1724137931034484,-4.0476190476190474,0,0.857,0,0,0,7.829689383341688,8.256821996236454,0.4271326128947657,409.8,375.35,376.56666666666666,15.092580258425459,0,0,27.714285714285715,6.415343915343915,0,0.8303571428571429,140.8532176428057,0,1,-16.964285714285715,0,1,19.999999999999996,54.31322748175889,0,0,0,0,0,0,2.2851089588377818,1.5868424622725605,-1.845238095238102,0.9303850936886152,24.573529411764696,0,0,20.39501697242613,0.9663865546218487,-74956064140.98633,56259414.566726685,2.014832029543685,173610845.13395727,0,0,-1.2801888790723268,-54.29331274942386,33.81894405427282,1,1,1.8473684210526335,0.16971274029733685,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,above,10.058,0,0,400.6,421.1333333333333,350.2,7.838242636045933,0,0,0,none,1,0.711864406779661,-6.481481481481481,0,0.462,1,0,1,4,0,3,0,1.0,0.0,1.0,1,0.692993148578075,61.79775280898876,58.01820728291315,63.905734564477505,17.537489851595147,65.67796610169492,65.45634920634917,66.27136752136748,1.0,28.2718277289351 -429,2026-05-23 16:48:00,buy,392.0,0.351,71,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#71,0.08975730772326554,25.0,-0.7181884031955936,0.0,6.944444444445648,-2.006204674797175,-1.2880162716015813,3.179714985508877,401.6,406.3,408.06666666666666,-1.3044548363278397,0,0,1.9285714285714286,0.4809405058781618,0,0.0,-122.22222222222281,1,0,-100.0,1,0,-1.9559902200488977,11.978977289452658,0,0,0,0,0,0,3.5714285714285694,0.04839987654763345,-8.333333333333655,-0.04791561132824289,-6.026470588235327,0,0,0.9547636134430455,0.5210084033613446,-14834963829.134842,,5.395089784522622,-498336.91621786356,0,0,,-65.59301932310136,34.23750852322281,1,1,-0.48721804511278227,0.7964613855526799,401.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,75,impulse_late,accumulation,0,below_cloud,neutral,-0.249,0,0,401.18333333333334,412.0,401.0,-0.045698142993644275,1,0,0,none,1,-0.025210084033613446,-0.4987531172069825,0,0.5,0,0,1,0.0,23.07692307692308,-0.8803437808607991,15.000000000000512,15.00000000000125,-1.74985225893613,-0.8695084780753309,2.9264990376955233,402.8,407.4,408.7,-1.5709376534118746,0,0,2.4285714285714284,0.6056287851799074,0,0.2,-191.94410193177254,1,0,-80.0,0,0,-1.9559902200488977,13.915398601628112,0,0,0,0,0,0,3.07692307692308,-0.06157641061918506,6.666666666666666,-0.05293927347943542,-6.5235294117646845,0,0,1.156038209001048,0.5294117647058824,-18183880474.079823,,7.146010188380989,-662029.0558873266,0,0,,-65.57817255125971,20.134053621448583,0,1,-0.3954887218045078,0.6161939208210094,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,48,impulse_late,accumulation,0,below_cloud,below,-2.12,0,0,405.65,409.5,402.5,-1.1463083939356578,0,0,0,none,1,-0.1919191919191919,-0.4987531172069825,0,0.471,0,0,1,0.0,29.411764705882362,-0.7498030388222151,35.00000000000026,72.22222222222244,-1.1479733552065454,-0.3981703163843303,2.4905900076648506,406.0,408.55,410.2,-1.8479990209276709,0,0,2.9285714285714284,0.7303170644816529,0,0.16666666666666666,-315.4056517775715,1,0,-80.0,0,0,-1.715686274509809,18.76186852158544,0,0,0,0,1,0,0.0,-0.32519928468836834,-43.333333333333336,-0.07255737883284903,-3.7147058823529164,0,0,1.363359036925632,0.18487394957983194,-23946426239.495922,-6485683.58587265,4.337666071756547,-1413608.490911439,0,0,,-65.54908412593642,20.07591614734472,0,1,-0.2729323308270653,0.4029053928028715,399.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,38,impulse_late,unknown,0,below_cloud,below,-1.241,0,0,405.51666666666665,422.0,402.06666666666666,-1.1138054333977188,0,0,0,none,1,-0.3037974683544304,-0.4987531172069825,0,0.333,-1,0,1,0.0,21.05263157894737,-0.40086861131792473,45.441595441595524,52.80151946818642,-1.794201748402088,-1.3933331370841633,2.723492652423001,406.2,408.8,414.8333333333333,-1.9080234833659504,0,0,4.0,0.997506234413965,1,0.3076923076923077,-348.2889733840343,1,0,-69.23076923076923,0,0,-1.715686274509809,15.989804270210314,0,0,0,0,0,0,-6.7251461988304015,-0.38198338644554575,-6.410256410256409,0.053089514974868024,-3.4647058823529164,0,0,1.8523943438206234,0.2605042016806723,-23783275124.744385,-12606180.550006866,7.995516069407658,-3414387.25970456,0,0,,-65.52658343787684,25.303950435529373,1,1,-0.21954887218045605,0.21775907159202568,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,24,impulse_late,unknown,0,below_cloud,below,-0.993,0,0,407.5,439.0,397.0,-1.5950920245398792,1,0,0,none,1,-0.6779661016949152,-1.4962593516209477,0,0.333,0,0,1,0.21656525261557008,39.285714285714285,0.14519944018173891,104.84848484848465,104.88413547237063,-3.6913460064642436,-3.8365454466459825,6.319457686635619,407.6,410.35,419.78333333333336,-1.7911538930181603,0,0,5.0,1.240694789081886,1,0.2608695652173913,-179.23410975128294,1,0,-45.45454545454545,0,0,0.0,23.227019388115067,1,0,1,0,1,0,-16.714285714285708,-0.3254423407883307,-15.151515151515142,0.09963616061712628,-10.691176470588232,0,0,3.252535133184388,0.46218487394957986,-27686378281.629192,-22085994.06396866,3.1560435557273654,-2471991.3926531076,0,0,,-65.29112078893364,13.37657731425638,0,1,-0.6233082706766931,0.32353801038818886,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,21,impulse_late,accumulation,0,in_cloud,neutral,0.407,0,0,436.33333333333337,437.0,406.3333333333333,-7.639419404125292,0,0,0,none,1,-0.24489795918367346,-1.488833746898263,0,0.462,-1,-1,1,0.27546105175121394,22.41379310344827,-2.597632751365151,28.84615384615405,20.421245421245683,-1.1723721010387749,1.425260650326376,12.385731631333286,409.0,420.7,402.26666666666665,-2.7810791537912993,0,0,11.214285714285714,2.741879147747118,0,0.3333333333333333,-111.61754279347731,1,0,-42.857142857142854,0,0,-2.619047619047621,23.769805113367767,0,0,1,0,1,0,1.3611615245009006,0.39329226065188916,11.904761904761902,0.3862425861277139,-9.088235294117624,0,0,5.281866785970207,0.8991596638655462,-31840118881.966892,-61156630.45932007,1.154741794157187,1071825.6404752731,1,0,-1.8960706750694298,-64.67987233657578,14.899049624033427,0,1,-1.9127819548872125,0.7546239831947591,397.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,10,impulse_late,unknown,382,in_cloud,above,1.307,0,0,432.2166666666667,433.0,396.96666666666664,-5.371534338487649,1,0,0,none,1,0.5128205128205128,-1.466992665036675,0,0.778,0,0,0,-3.689208808937117,6.329729796795846,10.018938605732963,405.8,413.45,380.1333333333333,-1.0763091063006436,0,0,18.071428571428573,4.418442193503318,0,0.3,-96.89849030383405,0,0,-70.0,0,0,-5.32407407407407,40.87476248461382,0,0,0,0,0,0,1.5079365079365132,0.2289074958863484,3.3333333333333357,0.5148876952785498,6.547058823529369,0,0,6.544876173634441,0.6134453781512605,-43581455064.51219,-229767131.69534302,0.7403634852112979,-14374837.22625354,0,0,-0.7278323273253738,-62.850519944818984,74.32233385702148,1,1,0.2819548872180381,0.023976299396079037,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,9,impulse_late,unknown,382,below_cloud,below,-4.01,0,0,408.95,433.6,378.5,0.01222643354934494,1,0,0,none,1,1.4137931034482758,-1.9559902200488997,0,0.833,0,0,0,7.829689383341688,8.256821996236454,0.4271326128947657,409.8,375.35,376.56666666666666,15.092580258425459,0,0,27.714285714285715,6.415343915343915,0,0.8303571428571429,140.8532176428057,0,1,-16.964285714285715,0,1,19.999999999999996,54.31322748175889,0,0,0,0,0,0,2.2851089588377818,1.5868424622725605,-1.845238095238102,0.9303850936886152,24.573529411764696,0,0,20.39501697242613,0.9663865546218487,-74956064140.98633,56259414.566726685,2.014832029543685,173610845.13395727,0,0,-1.2801888790723268,-54.29331274942386,33.81894405427282,1,1,1.8473684210526335,0.16971274029733685,391.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,above,10.058,0,0,400.6,421.1333333333333,350.2,7.838242636045933,0,0,0,none,1,0.711864406779661,-6.481481481481481,0,0.462,1,0,1,4,0,1,2,1.0,0.0,-0.333,1,0.3967292223738171,47.22222222222223,21.7171717171717,20.03367003367001,10.422203948116241,65.67796610169492,65.45634920634917,66.27136752136748,1.0,28.2718277289351 -430,2026-05-24 08:42:00,buy,444.0,0.31,71,저점 분할 매수 · 비중 31% · 3회 · BB하단 · leg#71,0.13981626971836894,30.769230769230774,-0.047477597405814365,19.444444444444766,27.777777777779107,-1.2861684313558612,-1.2386908339500469,1.4552131031938207,446.8,448.35,452.1333333333333,-0.524144083863054,0,0,1.7857142857142858,0.40038436899423446,0,0.2,-119.04761904762223,1,0,-75.0,0,0,-0.22371364653244186,10.29484569803222,0,0,1,0,0,0,-7.692307692307686,-0.031900973441438385,-13.888888888888882,0.190938438978736,-2.808823529411768,0,0,0.9963896446166601,0.10084033613445378,,,0.23486179512653746,212759.73715770245,1,0,,-61.61141487469413,34.2864873222016,1,1,-0.2142857142857124,0.6040695209834643,445.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,55,impulse_late,unknown,382,below_cloud,neutral,0.224,0,0,449.95000000000005,456.6,446.8,-0.8778753194799482,0,0,0,none,1,0.025210084033613446,0.0,0,0.56,0,0,0,0.031900436223235594,26.66666666666667,-0.43642129326417,23.33333333333384,22.96296296296421,-1.7082639120667409,-1.2718426188025709,2.0680749517095003,446.6,449.35,451.76666666666665,-0.9680649827528698,0,0,2.5714285714285716,0.5778491171749599,1,0.125,-154.18746533555228,1,0,-83.33333333333334,1,0,-1.1111111111111072,21.83840738375281,0,0,1,0,0,0,0.0,-0.04683457590846385,0.0,0.10610908472968766,-5.279411764705856,0,0,0.9935896341842573,0.0,-18234754863.317333,-2310628.893119812,0.5740011543258877,-836605.5479543656,0,0,,-61.68173632004981,27.98125407849847,1,1,-0.3481203007518766,0.7858590894593843,444.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,42,impulse_late,unknown,618,below_cloud,neutral,0.0,0,0,449.85,457.0,423.2,-1.0781371568300613,1,0,0,none,1,0.2222222222222222,-0.22471910112359553,0,0.6,0,0,0,0.036460602780401384,28.57142857142857,-1.5817774542684622,11.111111111111384,14.748677248677476,0.3904599758408267,1.9722374301092889,3.3174757899340253,447.6,451.95,440.05,-1.537780727956628,0,0,3.5714285714285716,0.8025682182985555,0,0.0,-147.0534573982856,1,0,-100.0,1,0,-1.982378854625555,22.961978702237985,0,0,0,0,0,0,-4.761904761904759,-0.07107490021363816,-4.761904761904761,0.17704858135910737,-4.391176470588221,0,0,1.84208874133737,0.37815126050420167,-24000318611.07742,,0.4641390003078619,11196.857748501003,1,0,,-61.649086043841564,26.449182747319394,1,1,-0.487969924812035,0.5931681610844868,445.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,down,0,0,1,1,0,1,0,30,impulse_late,accumulation,none,in_cloud,above,1.451,0,0,454.05,455.0,398.0,-1.9931725580883186,1,0,0,none,1,0.5822784810126582,-0.44943820224719105,0,0.824,0,0,0,0.16358827728239161,45.714285714285715,-2.1912810658934987,38.6243386243387,49.38271604938299,4.22232035811129,6.4136014240047885,2.858535179290712,449.6,452.35,426.95,-0.9616447441140763,0,0,4.785714285714286,1.0682397959183674,1,0.4444444444444444,-163.24669402644489,1,0,-55.55555555555556,0,0,-2.3965141612200425,30.980392204837628,0,0,0,0,0,0,-2.9343629343629374,-0.05457010927863415,-5.185185185185183,0.4617695731843691,4.076470588235281,0,0,2.104584086983938,0.2184873949579832,-23824632978.18143,-13379203.910327911,0.6838009375609914,-2519709.352270305,0,0,,-61.371729673002015,30.15196000435804,1,1,-0.12105263157896004,0.04907951066283123,444.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,1,1,cup_handle,range,0,0,0,1,0,1,0,17,impulse_late,accumulation,100,in_cloud,neutral,0.0,0,0,452.01666666666665,453.0,395.96666666666664,-0.8886103019800085,1,0,0,none,1,0.8813559322033898,-0.2232142857142857,0,0.812,0,0,0,0.6314567325102713,70.17543859649123,-0.15024009401691352,85.71428571428551,96.87830687830673,10.44042851568878,10.590668609705693,13.567071609788107,451.8,440.15,419.68333333333334,1.783482903555611,0,0,7.928571428571429,1.7697704081632653,0,0.8918918918918919,36.064988394929294,0,0,-33.33333333333333,0,0,-0.4444444444444473,60.878894524820964,0,0,0,0,0,0,-3.0388471177944893,-0.7194933884059651,-13.492063492063494,0.7281436188045391,25.697058823529403,0,0,3.3202983271554487,0.33613445378151263,-27712599242.594208,-23322151.429775238,0.788857030283988,-4928295.555905342,0,0,-0.6262520039099138,-61.29893344695252,73.32214791981532,1,1,2.2458646616541365,0.79210279065791,448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,100,above_cloud,neutral,-0.378,0,0,451.0333333333333,452.0,394.0,-0.6725297465080105,1,0,0,none,1,0.5306122448979592,-1.1160714285714286,0,0.643,0,0,0,0.822188174170374,84.41558441558442,4.6665013092865575,108.17610062893102,110.45877470485077,11.11117429439247,6.444672985105912,20.90779061520838,453.6,421.6,414.8666666666667,6.736242884250476,0,0,10.285714285714286,2.2857142857142856,0,1.0,91.33216986620148,0,0,-0.0,0,1,10.565110565110558,88.37996317928824,0,0,0,0,0,0,-4.773604773604774,-0.8312664979015381,-1.9607843137254974,0.9773697312192591,30.558823529411768,0,0,4.848314466955222,0.7058823529411765,-31853821937.370144,-14987152.913715363,0.8208271378099763,16796541.257350147,0,0,-0.8173017968509234,-61.02198211266905,51.9645777757504,1,1,3.1909774436090195,0.7338680946090025,448.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,10,impulse_late,unknown,100,above_cloud,above,12.555,0,0,433.2166666666667,450.0,397.0,3.8741199553725902,1,0,0,none,1,0.5641025641025641,-1.1111111111111112,0,0.75,0,0,0,2.6595272948090187,13.175983563493958,10.516456268684939,444.8,424.9,391.75,5.907272299364563,0,0,21.785714285714285,4.841269841269841,0,0.8428571428571429,107.66961651917401,0,1,-15.714285714285714,0,1,10.294117647058831,38.14383042129251,0,0,0,0,0,0,0.5757575757575779,-0.059698892768874856,-0.4761904761904816,0.7798626586655238,33.24117647058824,0,0,14.906694820002722,0.9747899159663865,-43578323626.717896,-32735143.46194458,0.5975026841133563,16042604.51633048,0,0,-0.8501596958467975,-58.90768044164627,53.06086957252158,1,1,1.290225563909779,0.17243738649717777,443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,8,impulse_late,unknown,none,above_cloud,above,5.079,0,0,415.5,450.6,398.6,8.303249097472932,1,0,0,none,1,2.310344827586207,-1.5555555555555556,0,0.75,0,0,0,8.856192252252477,13.392453559434102,4.536261307181626,420.2,379.6,378.03333333333336,18.01896733403583,0,0,31.357142857142858,6.999362244897959,0,0.8515625,170.13888888888874,0,1,-14.84375,0,1,29.47976878612717,64.7011074077555,0,0,0,0,0,0,4.511748414187444,1.2758697273575148,4.575892857142847,0.9357263172990404,37.12058823529412,0,0,21.105452561094264,0.9831932773109243,-74887696417.58444,109392568.48937988,1.6881450226741237,219584989.71625626,0,0,-1.0217915207461135,-52.36971049901595,41.547402590113634,1,1,3.957894736842098,0.528876718419663,416.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,1.372,0,0,400.8666666666667,415.8,347.53333333333336,11.75785797438882,0,0,0,none,1,1.0338983050847457,11.383928571428571,0,0.462,0,0,0,3,0,1,0,0.75,0.0,0.333,1,0.841373481572675,57.57575757575757,86.19047619047616,81.58730158730155,17.304426436846597,66.3003663003663,79.87351190476187,73.54249338624335,1.0,33.92773166818955 -431,2026-05-24 22:45:00,sell,464.0,0.65,71,고점 매도 · 비중 65% · 분할 · leg#71,1.0,70.0,0.30637614246331846,95.37037037037071,79.01234567901366,1.5868293527928472,1.2804532103295287,1.827021569864232,457.4,456.35,452.98333333333335,1.4572148570176413,1,0,2.7142857142857144,0.5862388151804999,0,1.1111111111111112,308.8023088023089,0,1,11.11111111111111,0,1,1.5350877192982448,87.35082722843195,0,1,0,1,0,1,10.0,0.39046456754662695,12.037037037037052,1.1300350245219728,4.394117647058863,0,0,1.2133136923337509,0.907563025210084,-14886444842.470858,596801.0370597839,2.771147583486142,1231288.5782417357,0,0,,-60.08041590491573,21.616114977459517,0,1,0.18872180451127882,0.28691201049261283,463.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,72,impulse_late,distribution,382,above_cloud,above,1.092,0,0,449.25,462.0,449.0,3.060656649972171,0,0,0,none,1,0.1092436974789916,-0.6479481641468683,1,0.541,1,1,1,0.8802747433716392,73.68421052631578,0.31128661754551423,87.61904761904812,86.34920634920759,1.4403992305718134,1.1291126130262992,2.7790516957280778,456.8,454.2,453.03333333333336,1.0568031704095038,0,0,3.2142857142857144,0.700280112044818,0,1.125,169.9512608603524,0,1,20.0,0,1,0.879120879120876,91.98138598416101,0,0,0,1,0,1,4.9342105263157805,0.11285041784450311,6.666666666666657,0.808199813606921,3.738235294117601,0,0,1.220542721563088,0.4117647058823529,-18249118158.692856,-1416538.381980896,3.7708133382054236,2068438.8585086018,0,0,,-60.4092447766132,27.296358612148087,1,1,0.45413533834585834,0.7248883307634835,458.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,44,impulse_late,unknown,382,above_cloud,neutral,0.157,0,0,457.76666666666665,458.0,448.2,0.26942401514600256,0,0,0,none,1,0.1111111111111111,-1.5250544662309369,1,0.586,1,0,1,1.0,68.18181818181819,0.6343889663644282,104.16666666666693,107.73809523809545,1.309874975672642,0.6754860093082138,2.4720503319657157,456.6,453.05,451.7,1.31332082551594,0,0,3.2857142857142856,0.7158418923124805,0,1.1111111111111112,230.94904160822603,0,1,12.5,0,1,1.7738359201773912,84.41537307812226,0,0,0,0,0,0,18.181818181818187,0.16902900902892115,-0.595238095238102,0.8911155053087256,4.800000000000011,0,0,1.5686531345810228,0.08403361344537816,-24027791733.235886,2004417.5499839783,3.982691365035527,2705143.0319595337,0,0,,-60.37394040177737,18.686846963052183,0,1,0.2563909774436182,0.29348547602641983,458.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,33,impulse_late,unknown,382,above_cloud,neutral,-0.073,0,1,457.8,458.0,446.0,0.2621231979030192,0,0,0,none,1,0.13924050632911392,-1.7429193899782136,1,0.571,0,1,1,0.5927635299871905,39.99999999999999,0.21593838176212743,111.1111111111112,112.03703703703734,0.9899398718042676,0.7740014900421401,2.3797127158363054,454.4,453.0,450.6166666666667,0.22075055187638082,0,0,4.214285714285714,0.9282567652611706,0,0.8333333333333334,168.71416871416875,0,1,-16.666666666666664,0,1,0.0,64.48797714449128,0,0,1,0,1,0,-17.575757575757585,-0.08578709117190153,-22.2222222222222,0.5629424290022916,4.214705882352916,0,0,2.335378691957476,0.5294117647058824,-23852244971.76842,-10735326.37947464,3.1495507361146573,-460422.11112068594,0,0,,-60.78805932611743,20.411538349451742,0,1,0.10827067669173523,0.05648904870872895,453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,30,impulse_late,accumulation,100,above_cloud,above,0.873,0,0,454.81666666666666,455.0,446.93333333333334,-0.17955952948074394,1,0,0,none,1,0.05084745762711865,-2.4229074889867843,0,0.462,0,0,1,0.7043289113085162,55.55555555555556,-0.48879934482192944,103.33333333333313,85.55555555555542,2.3859425701339774,2.874741914955907,2.7643988399164745,452.0,451.45,437.1666666666667,0.5648466053826517,0,0,4.785714285714286,1.05412208936438,0,1.1666666666666667,112.83728536385871,0,1,20.0,0,1,1.3392857142857206,68.31816090959889,0,0,0,0,0,0,-3.1400966183574894,0.10123140139143105,13.333333333333343,0.645164390066755,2.2588235294117567,0,0,2.6800147659714986,0.17647058823529413,-27753166456.340424,-22506329.591194153,3.7912686349739135,267087.7626891732,0,0,,-60.710759159282816,15.740648913461143,0,1,0.23533834586466185,0.1991373405126763,453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,16,impulse_late,distribution,100,above_cloud,above,0.623,0,0,452.35,453.0,414.0,0.36476179949154197,0,0,0,none,1,0.9591836734693877,-1.3215859030837005,1,0.75,0,0,1,0.7041606970777378,55.55555555555556,-0.8980697002644824,188.88888888888906,240.74074074074096,7.761430743713731,8.659500443978214,3.7969786033520636,454.2,451.5,428.3333333333333,0.7751937984496138,0,0,5.928571428571429,1.3029827315541602,1,2.0,124.08759124087449,0,1,100.0,0,1,1.1111111111111072,75.38326308584456,0,1,0,1,0,0,8.888888888888893,-0.01828410561311067,-77.77777777777774,0.8422284493688146,20.088235294117624,0,0,4.398504843122063,0.4957983193277311,-31886736415.00716,-26386072.496318817,2.491217678447664,5219146.7267849445,0,0,-1.1131221234243358,-60.518841462780905,37.57249965072702,1,1,0.2105263157894764,0.08445181722213957,456.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,accumulation,100,above_cloud,neutral,-0.044,0,0,450.1,451.0,397.0,1.0886469673405896,0,0,0,none,1,0.8461538461538461,-1.3186813186813187,1,0.7,0,0,1,0.3807854466916627,13.211152094567467,12.830366647875804,452.2,433.1,400.6166666666667,4.825675363657345,0,0,21.857142857142858,4.814348646947765,0,0.8289473684210527,47.31039831588266,0,0,-18.30985915492958,0,1,8.35322195704058,37.064748191062066,0,0,0,0,0,0,-0.8008008008008005,-0.29146184860408475,-3.2461435278336666,0.6861362640075567,24.441176470588232,0,0,14.484009891272567,0.9327731092436975,-43619134974.538765,-75779517.8585434,1.770689173478223,16042604.51633048,0,0,-0.6618998357014415,-58.399063804871034,69.28411052324978,1,1,3.0887218045112808,0.6653070100532903,434.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,9,impulse_late,unknown,none,above_cloud,above,1.376,0,0,450.5333333333333,451.8,398.6,0.7694584196507925,0,0,0,none,1,1.5862068965517242,-3.0837004405286343,0,0.667,0,0,0,8.856192252252477,13.392453559434102,4.536261307181626,420.2,379.6,378.03333333333336,18.01896733403583,0,0,31.357142857142858,6.999362244897959,0,0.8515625,170.13888888888874,0,1,-14.84375,0,1,29.47976878612717,64.7011074077555,0,0,0,0,0,0,4.511748414187444,1.2758697273575148,4.575892857142847,0.9357263172990404,37.12058823529412,0,0,21.105452561094264,0.9831932773109243,-74887696417.58444,109392568.48937988,1.6881450226741237,219584989.71625626,0,0,-1.0217915207461135,-52.36971049901595,41.547402590113634,1,1,3.957894736842098,0.528876718419663,416.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,1.372,0,0,400.8666666666667,415.8,347.53333333333336,11.75785797438882,0,0,0,none,1,1.0338983050847457,11.383928571428571,0,0.462,0,0,0,0,3,2,0,0.0,0.75,0.667,0,0.7332300623446285,62.16216216216216,81.6431924882629,85.034652358596,20.690623306213283,66.3003663003663,79.87351190476187,73.54249338624335,1.0,33.92773166818955 -432,2026-05-24 23:00:00,sell,455.0,0.35,71,고점 매도 · 비중 35% · 분할 · leg#71,0.20203180245630245,42.857142857142854,-0.17562263158751512,51.51515151515184,79.79797979798111,1.6982064294134034,1.8738290610009185,2.9310592627482235,461.2,458.0,453.71666666666664,-0.8733624454148492,0,0,4.142857142857143,0.9125235997482695,0,0.09090909090909091,-78.40440165061763,0,0,-90.9090909090909,1,0,-0.219780219780219,58.27159356585812,0,0,0,0,0,0,-15.476190476190474,-0.5952024355981183,-36.36363636363636,0.2625641611424266,3.755882352941171,0,0,1.8026886246895217,1.0,-14896811389.608189,,0.47602463759661656,1202668.3874672353,1,0,,-60.85099733784063,15.20969786516005,0,1,0.2601503759398428,0.2103084814840852,453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,71,impulse_late,unknown,382,above_cloud,neutral,0.204,0,0,456.91666666666663,463.43333333333334,448.1333333333333,-0.6383366770016385,1,0,0,none,1,0.04201680672268908,-0.881057268722467,0,0.538,-1,-1,0,0.5676679509049815,53.57142857142857,0.49925572194340084,81.81818181818232,97.80663780663906,2.151500048224193,1.6522443262807922,3.565661135660035,460.2,455.9,453.6333333333333,0.24128098267164333,0,0,4.428571428571429,0.9690528290090653,0,0.5,-9.852216748767916,0,0,-63.63636363636363,0,0,-0.21834061135370675,69.64384925166155,0,0,0,0,0,0,-22.61904761904762,-0.4195200799011267,-27.878787878787875,0.512333046784545,5.5823529411764525,0,0,2.011752773866466,1.0,-18249028945.656113,568413.3005943298,1.7614999390414816,2181118.935581118,1,0,,-60.57632463046886,25.855551859884162,1,1,0.5609022556390882,0.6667193797112296,457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,42,impulse_late,distribution,100,above_cloud,above,1.997,0,0,454.33333333333337,461.3333333333333,448.6666666666667,0.5869405722670473,1,0,0,none,1,0.10101010101010101,-1.312910284463895,0,0.581,-1,-1,0,1.0,77.77777777777777,1.0838250625908032,123.80952380952408,110.91269841269862,2.030267337546718,0.9464422749559147,3.4122557172891863,458.6,453.65,452.0,2.5019287997354756,0,0,3.642857142857143,0.783410138248848,0,1.7777777777777777,118.143459915612,0,1,87.5,0,1,3.104212860310418,70.24355648845639,0,0,0,0,0,0,9.595959595959584,0.44943609622637504,19.642857142857153,1.1917226439214046,4.208823529411745,0,0,1.8119014239772278,0.46218487394957986,-24032992114.535763,-2876127.3929862976,2.6976475764970886,4123428.84101706,0,0,,-59.85232254514934,18.06413634034156,0,1,0.4263157894736827,0.42474266847931486,457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,34,impulse_late,distribution,618,above_cloud,above,0.654,0,0,457.8,458.0,446.0,1.572739187418093,0,0,0,none,1,0.22784810126582278,-1.2903225806451613,0,0.643,1,1,1,1.0,66.66666666666666,0.7819690625303097,161.1111111111112,135.18518518518547,1.7514628182050274,0.9694937556747176,3.134735575557261,457.2,453.7,450.8333333333333,2.270222614062156,0,0,3.7142857142857144,0.8004926108374385,0,2.5,135.5759429153918,0,1,150.0,0,1,1.978021978021971,55.02438539753665,0,0,0,0,0,0,26.666666666666664,0.5660306807681823,50.0,1.1735883359996029,4.29411764705884,0,0,2.825051495255268,0.9915966386554622,-23859464533.11704,-5885305.761772156,3.209423982236798,777016.9114405662,0,0,,-59.91882473210648,19.628128211202892,0,1,0.21804511278196667,0.13162590072183333,457.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,31,impulse_late,distribution,382,above_cloud,neutral,0.055,0,1,454.81666666666666,455.0,446.93333333333334,2.0191285866099973,0,0,0,none,1,0.23728813559322035,-1.293103448275862,0,0.5,1,1,1,0.7043289113085162,55.55555555555556,-0.48879934482192944,103.33333333333313,85.55555555555542,2.3859425701339774,2.874741914955907,2.7643988399164745,452.0,451.45,437.1666666666667,0.5648466053826517,0,0,4.785714285714286,1.05412208936438,0,1.1666666666666667,112.83728536385871,0,1,20.0,0,1,1.3392857142857206,68.31816090959889,0,0,0,0,0,0,-3.1400966183574894,0.10123140139143105,13.333333333333343,0.645164390066755,2.2588235294117567,0,0,2.6800147659714986,0.17647058823529413,-27753166456.340424,-22506329.591194153,3.7912686349739135,267087.7626891732,0,0,,-60.710759159282816,15.740648913461143,0,1,0.23533834586466185,0.1991373405126763,453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,16,impulse_late,distribution,100,above_cloud,above,0.623,0,0,452.35,453.0,414.0,0.36476179949154197,0,0,0,none,1,0.9591836734693877,-1.3215859030837005,1,0.75,0,0,1,0.7041606970777378,55.55555555555556,-0.8980697002644824,188.88888888888906,240.74074074074096,7.761430743713731,8.659500443978214,3.7969786033520636,454.2,451.5,428.3333333333333,0.7751937984496138,0,0,5.928571428571429,1.3029827315541602,1,2.0,124.08759124087449,0,1,100.0,0,1,1.1111111111111072,75.38326308584456,0,1,0,1,0,0,8.888888888888893,-0.01828410561311067,-77.77777777777774,0.8422284493688146,20.088235294117624,0,0,4.398504843122063,0.4957983193277311,-31886736415.00716,-26386072.496318817,2.491217678447664,5219146.7267849445,0,0,-1.1131221234243358,-60.518841462780905,37.57249965072702,1,1,0.2105263157894764,0.08445181722213957,456.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,accumulation,100,above_cloud,neutral,-0.044,0,0,450.1,451.0,397.0,1.0886469673405896,0,0,0,none,1,0.8461538461538461,-1.3186813186813187,1,0.7,0,0,1,0.3807854466916627,13.211152094567467,12.830366647875804,452.2,433.1,400.6166666666667,4.825675363657345,0,0,21.857142857142858,4.814348646947765,0,0.8289473684210527,47.31039831588266,0,0,-18.30985915492958,0,1,8.35322195704058,37.064748191062066,0,0,0,0,0,0,-0.8008008008008005,-0.29146184860408475,-3.2461435278336666,0.6861362640075567,24.441176470588232,0,0,14.484009891272567,0.9327731092436975,-43619134974.538765,-75779517.8585434,1.770689173478223,16042604.51633048,0,0,-0.6618998357014415,-58.399063804871034,69.28411052324978,1,1,3.0887218045112808,0.6653070100532903,434.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,9,impulse_late,unknown,none,above_cloud,above,1.376,0,0,450.5333333333333,451.8,398.6,0.7694584196507925,0,0,0,none,1,1.5862068965517242,-3.0837004405286343,0,0.667,0,0,0,8.856192252252477,13.392453559434102,4.536261307181626,420.2,379.6,378.03333333333336,18.01896733403583,0,0,31.357142857142858,6.999362244897959,0,0.8515625,170.13888888888874,0,1,-14.84375,0,1,29.47976878612717,64.7011074077555,0,0,0,0,0,0,4.511748414187444,1.2758697273575148,4.575892857142847,0.9357263172990404,37.12058823529412,0,0,21.105452561094264,0.9831932773109243,-74887696417.58444,109392568.48937988,1.6881450226741237,219584989.71625626,0,0,-1.0217915207461135,-52.36971049901595,41.547402590113634,1,1,3.957894736842098,0.528876718419663,416.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,1.372,0,0,400.8666666666667,415.8,347.53333333333336,11.75785797438882,0,0,0,none,1,1.0338983050847457,11.383928571428571,0,0.462,0,0,0,0,2,2,0,0.0,0.5,0.667,0,0.7332300623446285,62.16216216216216,81.6431924882629,85.034652358596,20.690623306213283,66.3003663003663,79.87351190476187,73.54249338624335,1.0,33.92773166818955 -433,2026-05-25 06:42:00,buy,427.0,0.361,72,저점 분할 매수 · 비중 36% · 3회 · BB하단 · leg#72,0.020728488068194332,28.57142857142857,-0.6821692353285836,9.523809523809845,19.126984126985462,-1.5447383299597846,-0.8625690946312009,2.2559351059141513,431.2,434.7,437.0,-1.0812054290315176,0,0,2.5,0.5813953488372093,0,0.14285714285714285,-131.26614987079853,1,0,-85.71428571428571,1,0,-1.3761467889908285,11.403684200241742,0,0,0,0,0,0,0.0,-0.03305772591065981,-1.904761904761905,0.07630616885088556,-5.5235294117646845,0,0,0.8828286472161238,0.6386554621848739,-14918830806.42244,-3094042.508430481,0.8889261140810008,-1110535.7010701597,0,0,,-62.88188010637488,19.632946418660705,0,1,-0.213533834586462,0.2655149256679342,429.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,75,impulse_late,unknown,0,below_cloud,below,-1.632,0,0,445.4,453.0,429.0,-3.457566232599907,1,0,0,none,1,-0.16806722689075632,-0.46511627906976744,0,0.321,0,0,0,0.0,23.07692307692308,-0.428177572083176,26.98412698412749,56.87830687830811,-1.7771817575275008,-1.3490041854443249,2.075003338634593,433.0,435.45,439.55,-1.2515788265013206,0,0,2.7857142857142856,0.6478405315614617,0,0.3,-221.12211221121962,1,0,-66.66666666666666,0,0,-1.1494252873563204,9.963201539665391,0,0,0,0,0,0,-5.494505494505489,-0.16900346813159817,-30.55555555555556,0.03432106020597587,-5.664705882352905,0,0,1.1121489373619002,0.3025210084033613,,,0.8073785689768741,8631.00948061049,1,0,,-62.8667303013828,43.41690055975771,1,1,-0.23834586466164973,0.38966291437723055,427.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,55,impulse_late,unknown,0,below_cloud,below,-1.395,0,0,443.65,461.5333333333333,435.6333333333333,-3.076749690071001,0,0,0,none,1,-0.2727272727272727,0.0,0,0.286,0,0,0,0.0,18.75,-0.24190219602870622,41.5476190476193,46.269841269841464,-3.1840687427020953,-2.942166546673389,2.778242097246293,434.0,437.2,445.76666666666665,-1.6468435498627643,0,0,3.2857142857142856,0.7641196013289036,0,0.21428571428571427,-220.4337133914582,1,0,-70.0,0,0,-1.6018306636155555,16.105341052665324,0,0,1,0,1,0,-2.6785714285714306,-0.22130318106477187,-10.0,-0.045866780592392874,-7.861764705882365,0,0,1.050707975136046,0.12605042016806722,,,2.5883646836336425,-1876130.2202400342,0,0,,-62.83437652533461,87.85888714460144,1,1,-0.46616541353383045,0.8248360627596392,427.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,34,impulse_late,unknown,0,below_cloud,below,-0.81,0,0,444.05,458.0,443.53333333333336,-3.164058101565137,0,0,0,none,1,-0.22784810126582278,0.0,0,0.353,-1,0,1,0.004058342816787073,23.80952380952381,-0.31871128245242897,34.58994708994717,26.43298059964755,-3.8151596328548294,-3.4964483504024004,3.508518483226057,435.2,439.65,448.15,-1.7400204708290623,0,0,3.5714285714285716,0.8267195767195769,0,0.29411764705882354,-197.423510466989,1,0,-64.28571428571429,0,0,-1.8181818181818188,10.817918345148072,0,0,1,0,1,0,-11.484593837535016,-0.14793809607156216,7.738095238095237,-0.03190089372005719,-10.491176470588243,0,0,1.473124450282956,0.05042016806722689,-23896615095.258427,-12516113.727928162,2.774959615290872,-419282.20628751814,0,0,,-62.6440556758743,72.28122484425005,1,1,-0.6142857142857134,0.888110827413607,427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,27,impulse_late,unknown,0,below_cloud,above,0.915,1,0,454.5333333333333,455.0,444.73333333333335,-4.957465532414195,0,0,0,none,1,-0.3728813559322034,-0.23148148148148145,0,0.286,-1,-1,1,0.03728321429556393,23.07692307692308,-1.6794349666205246,24.24812030075167,16.71365914786952,-3.795342133318286,-2.1159071666977614,6.360605302505544,435.8,445.1,447.4,-2.9431588407099585,0,0,4.785714285714286,1.1078042328042328,0,0.19230769230769232,-171.04761904761912,1,0,-73.68421052631578,0,0,-3.57142857142857,32.57679058026865,0,0,0,0,0,0,5.429864253393674,-0.08280134786864068,8.7719298245614,-0.05904363516346254,-12.811764705882354,0,0,2.528777305833409,0.11764705882352941,-27808012111.212624,-31538185.531475067,1.0839813526849391,-5146966.453040808,0,0,,-62.57405800484985,27.38101740469734,1,1,-1.102255639097753,0.8488688626377878,427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,18,impulse_late,accumulation,0,below_cloud,neutral,0.057,0,0,452.56666666666666,453.0,445.2,-4.544450173086833,0,0,0,none,1,-0.5510204081632653,-0.23148148148148145,0,0.333,0,0,0,0.0,33.87096774193549,-3.3232926352630416,24.136321195144916,24.9954022012848,1.079087585187665,4.4023802204507065,5.696197327427844,440.2,449.05,432.18333333333334,-3.1288275247745245,0,0,8.928571428571429,2.052545155993432,1,0.3333333333333333,-242.42424242424343,1,0,-66.66666666666666,0,0,-4.185022026431717,43.52574200926652,0,0,0,0,0,0,-8.776091081593925,-0.23536452553644072,2.0202020202020208,0.22376812153097406,-5.7264705882353155,0,0,3.529161554013103,0.3025210084033613,-31974356337.69648,-88666664.94904709,1.0667622134134158,4837068.006590456,1,0,,-62.213382849071984,19.84030432520115,0,1,-0.5962406015037656,0.30427878048296586,427.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,11,impulse_late,accumulation,none,in_cloud,below,-3.738,0,0,450.1,451.0,397.0,-3.3548100422128413,1,0,0,none,1,0.6923076923076923,-0.22988505747126436,0,0.636,0,0,0,-2.7011029610810677,8.512699585038774,11.213802546119842,443.8,439.2,406.26666666666665,-0.5009107468123886,0,0,15.428571428571429,3.5305655442955213,0,0.6052631578947368,-11.937557392102963,0,0,-73.17073170731707,0,0,-2.8888888888888853,33.77110509202376,1,0,0,0,0,0,17.11596063329054,-0.6296639255922241,-11.971943248844248,0.4715620487845667,10.191176470588232,0,0,14.291648962711358,0.907563025210084,-43724449080.84173,-146125454.1238327,0.5065136823413136,-16012683.64669402,0,0,-0.9417681891752653,-59.908189117773645,76.22852403785491,1,1,1.8736842105263107,0.33566403932536626,426.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,10,impulse_late,unknown,618,above_cloud,below,-0.909,0,0,450.5333333333333,451.8,398.6,-3.0038472920982495,1,0,0,none,1,0.4482758620689655,3.4324942791762014,0,0.5,0,0,0,8.984161752903642,18.054031053108076,9.069869300204434,439.6,387.15,380.06666666666666,16.492315639932855,0,0,33.0,7.317073170731707,0,0.875,121.28948801742918,0,1,-12.8,0,1,25.977653631284923,66.69979460656592,0,0,0,0,0,0,-1.3422922459067053,-0.16610846628395137,5.2571428571428385,0.859488819385471,43.75588235294117,0,0,18.856890217903192,0.8823529411764706,-74894559149.30302,96867339.72085571,0.9147536659550786,254332998.41793895,0,0,-0.042004837008987495,-51.92744267181959,53.840132181950366,1,1,5.644360902255635,0.7615273115239111,426.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,5.915,0,0,400.8666666666667,445.6666666666667,347.53333333333336,12.506236487610177,0,0,0,none,1,1.1016949152542372,7.095343680709535,0,0.462,0,0,0,4,0,2,0,1.0,0.0,0.667,1,0.4712535196340893,60.97560975609756,30.689970001304275,45.727745796450684,17.425115716301516,68.27309236947791,85.71874999999996,82.01795634920632,0.9171525041423266,39.535458797835474 -434,2026-05-26 05:42:00,buy,482.0,0.32,72,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#72,0.1604110565996083,47.99999999999999,-1.5157184409621012,37.25490196078463,55.381263616559075,1.6544539419442685,3.1701723829063697,4.6808104743556,493.2,493.85,484.0,-1.5895514832439006,0,1,5.714285714285714,1.1757789535567313,0,0.11764705882352941,-120.15503875969061,1,0,-88.23529411764706,1,0,-1.619433198380571,44.168399936249344,0,0,0,0,0,0,-2.000000000000007,-0.6073001500244937,-22.745098039215684,0.15802528484788153,-1.2882352941176123,0,1,2.5896307736937163,1.0,-14972998480.100718,-23321097.849184036,1.500819693524283,-933783.3434370756,0,0,,-57.911056502106085,11.443834751427351,0,1,0.38721804511278085,0.15713284471915578,484.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,46,impulse_late,unknown,none,in_cloud,below,-2.512,0,0,488.8666666666667,501.0,448.73333333333335,-0.5863902904677532,1,0,0,none,1,0.3025210084033613,-0.411522633744856,0,0.675,-1,0,0,0.2459072867437263,39.583333333333336,-1.216810908888191,59.25925925925976,79.27689594356387,5.231730967622809,6.448541876511,4.474055928568267,496.4,492.6,471.25,-1.136825010150233,0,0,7.714285714285714,1.58404224112643,0,0.2777777777777778,-141.43853998926403,1,0,-72.22222222222221,0,0,-0.4089979550102263,31.387235786695257,0,0,0,0,0,0,-11.579457364341081,-0.7791337365618469,-19.31216931216931,0.37748863131979604,6.797058823529369,0,0,2.7290197558272635,1.0,-18324647189.783924,,1.439232999225403,-1101153.670920983,0,0,,-57.805752745489784,21.14353771480884,0,1,0.3804511278195364,0.1668761014881175,482.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,1,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,34,impulse_late,unknown,100,above_cloud,neutral,-0.404,0,0,489.91666666666663,500.0,448.6666666666667,-0.5953393434257492,1,0,0,none,1,0.36363636363636365,-0.6160164271047228,0,0.645,-1,-1,0,0.5968363413556121,60.0,0.18680611041783202,106.61375661375688,114.30099941211074,9.979134821209016,9.792328710791184,10.928860364391605,494.0,481.9,461.28333333333336,1.0583108528740448,0,0,8.642857142857142,1.7747139923731299,0,0.8,9.009009009008885,0,0,-50.0,0,0,0.6198347107438051,64.6917861249989,0,1,0,1,0,1,-13.4375,-1.0381630598194,-17.901234567901227,0.6218933173999541,22.117647058823536,0,0,3.6014001751747755,1.0,-24150723628.39351,-62330089.47583008,1.399461706391709,2821902.3525610045,0,0,-2.713775991507775,-57.7686614954821,63.33051008726759,1,1,2.0270676691729217,0.8295850440357986,481.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,27,impulse_late,unknown,100,above_cloud,above,1.606,0,1,493.1,494.0,449.0,-1.2370715879132077,1,0,0,none,1,0.5949367088607594,-0.41067761806981523,0,0.72,-1,-1,0,0.8542733476258446,78.2051282051282,2.9085685388460334,112.49143013848904,108.37147601853512,12.224791369269326,9.316222830423293,16.212649248935353,494.6,470.95,455.6,5.743709523303964,0,0,10.857142857142858,2.1801491681009755,0,1.1063829787234043,68.07017543859632,0,0,15.151515151515152,0,1,7.096774193548394,72.85904471982649,0,0,0,0,0,0,-6.930006930006925,-0.3447589693193809,5.050505050505052,0.9921030215977451,27.267647058823513,0,0,4.064766253812174,1.0,-23983564566.843815,-64899018.88957977,2.0920818423794465,8418074.039769456,0,0,,-56.79490005213525,50.34835062379721,1,1,3.1060150375939872,0.9266965759033903,482.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,none,above_cloud,above,2.211,0,0,486.23333333333335,493.0,448.53333333333336,2.419962980736279,0,0,0,none,1,0.9830508474576272,-0.6024096385542169,0,0.778,0,0,1,1.0,76.84210526315789,4.458529957835222,123.36932073774157,119.22786548517529,11.75100000034837,7.2924700425131475,14.812448524947955,488.4,461.4,447.43333333333334,7.932379713914184,0,0,8.785714285714286,1.764199655765921,0,1.3333333333333333,127.45933227860979,0,1,33.33333333333333,0,1,11.16071428571428,80.36553754905405,0,0,0,0,0,0,3.348129359543435,0.37703044292511123,8.253968253968253,1.4057813263467012,32.30588235294118,0,0,4.607518446001065,1.0,-27908525775.3318,-72345965.50217056,2.385818096803501,16445893.797728002,0,0,,-56.712098338148664,23.313847324784433,0,1,2.2676691729323317,0.6165077364934655,483.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,15,impulse_late,unknown,100,above_cloud,above,7.584,0,0,484.0333333333333,485.0,434.73333333333335,2.8854762068728057,0,0,0,none,1,1.2448979591836735,-0.8032128514056224,0,0.733,0,1,1,1.0,77.38095238095238,4.014402134527821,106.71154630762972,106.80426302621349,8.334402911396523,4.320000776868702,12.976511328496523,468.2,450.25,443.0833333333333,7.94003331482509,0,0,9.571428571428571,1.969429747207525,0,1.1041666666666667,212.08690495444478,0,1,13.157894736842104,0,1,8.000000000000007,73.10205181037193,0,0,0,0,0,1,0.0,0.8644231346620161,-0.3759398496240749,1.2996116475615538,23.2382352941176,0,0,4.647865081428609,0.5630252100840336,-32019115463.576603,-33826435.80018616,3.43752659310659,25014140.641563,0,0,,-57.64202391859513,38.571727927391755,1,1,2.110526315789469,0.7307119788370093,483.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,12,impulse_late,unknown,100,above_cloud,above,6.198,0,0,480.1,481.0,436.0,1.2289106436158992,0,0,0,none,1,0.8974358974358975,-0.823045267489712,1,0.556,0,0,1,3.479592843243026,11.915154209027719,8.435561365784693,470.8,451.3,425.06666666666666,7.4673166408154135,0,0,16.428571428571427,3.3873343151693667,0,0.7468354430379747,238.98611949305976,0,1,-25.31645569620253,0,0,11.494252873563227,84.76313075868809,0,0,0,0,0,0,5.124960455552042,0.6173150773622957,-0.10548523206750815,0.9774705519576192,30.350000000000023,0,0,8.441770802623882,0.8067226890756303,-43751021818.32213,-20232535.658172607,2.785194077574831,26624491.22334055,0,0,,-55.20102438838861,63.75218764564821,1,1,1.381954887218042,0.25770393680317016,479.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,11,impulse_late,unknown,100,above_cloud,above,4.339,0,0,448.68333333333334,490.4666666666667,432.3333333333333,8.094052969800526,1,0,0,none,1,2.2758620689655173,5.360824742268041,0,0.667,0,0,1,15.508123017436143,30.520667484159617,15.012544466723474,475.2,402.75,384.35,43.76163873370578,0,0,50.714285714285715,8.758943992104614,0,0.8791208791208791,220.9065395409635,0,1,-12.692307692307692,0,1,51.17493472584855,82.32737845699204,0,0,0,0,0,0,13.644715849700177,7.245545368796133,0.8358974358974223,1.262803054117555,77.05882352941177,0,0,25.26405877903556,1.0,-74591386932.65146,355464593.9283447,3.5523089098111016,173028266.91993952,0,0,0.2705345646889395,-37.53117670760386,66.76096930660916,1,1,8.241353383458652,0.7277005726491633,445.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,none,above_cloud,above,4.0,0,0,370.85,548.3,348.1,56.12781448024806,0,0,0,none,1,3.288135593220339,28.842832469775477,0,0.538,1,1,1,0,1,2,0,0.0,0.25,0.667,0,1.0,70.64220183486239,89.3389592123769,85.44360971035867,14.274536634603601,81.91780821917808,86.57502787068,86.01096943515417,1.0,56.76500008676988 -435,2026-05-26 09:51:00,buy,482.0,0.32,72,저점 분할 매수 · 비중 32% · 3회 · BB하단 · leg#72,0.055736637022426504,33.33333333333333,-0.7383702247598452,12.500000000000332,19.2460317460331,-1.4012558727721967,-0.6628856480123515,2.1831253125609082,486.0,489.75,490.9166666666667,-0.9698825931597765,0,0,2.5714285714285716,0.5301914580265096,0,0.125,-150.30674846625922,1,0,-87.5,1,0,-1.4227642276422814,18.975178316410037,0,0,0,0,0,0,0.0,0.011114398736032927,-0.5952380952380949,0.13092497446288673,-5.058823529411768,0,0,1.1696658563762123,0.17647058823529413,-14985942140.636051,-2212314.518541336,0.9327578728004512,-714495.4496851861,0,0,,-57.95310537493732,13.008496061901633,0,1,-0.35263157894736763,0.609149946689928,485.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,54,impulse_late,unknown,0,below_cloud,below,-0.537,0,0,490.55,501.0,482.0,-1.1313831413719333,1,0,0,none,1,0.03361344537815126,-0.4123711340206186,0,0.533,0,0,0,0.1294705504387945,41.379310344827594,-0.6379216669911287,28.57142857142908,35.71428571428699,-0.8997352811579162,-0.26181361416678756,1.8984607598173133,487.4,490.45,491.1333333333333,-0.703435620348658,0,0,2.9285714285714284,0.6013493693165151,0,0.42857142857142855,-193.93939393939402,1,0,-57.14285714285714,0,0,-1.0162601626016232,25.589630527467406,0,0,0,0,0,0,6.763925729442967,0.03472688934988244,-19.04761904761905,0.2767011855507339,-3.6029411764706083,0,0,1.5332527612024198,0.5210084033613446,-18348626308.932884,-8189839.756549835,1.8341717937456288,-111806.97140865028,0,0,,-57.76138300462728,26.28088947142656,1,1,-0.22631578947369366,0.33084532603972516,484.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,34,impulse_late,unknown,618,below_cloud,below,-0.895,0,0,490.83333333333337,500.0,483.3333333333333,-0.7809847198641862,1,0,0,none,1,0.3838383838383838,-0.41067761806981523,0,0.606,0,1,1,0.19768562833253844,40.90909090909091,-1.1717308780597855,46.666666666666934,81.97530864197553,1.1944998828927282,2.3662307609525137,2.828343406959773,489.6,491.2,477.6333333333333,-0.8550488599348482,0,0,4.357142857142857,0.8946905250806688,1,0.2222222222222222,-101.44927536232139,1,0,-60.0,0,0,-0.2049180327868827,38.022938375086255,0,0,1,0,1,0,-2.569169960474312,-0.09678989363910295,-46.666666666666664,0.3481705440832784,-2.0676470588235247,0,0,1.8097695707814336,0.5966386554621849,-24181703147.553394,-11018797.63893509,1.0848791493704113,-349722.3427933715,0,0,-2.46433297146003,-57.725205711421545,21.431014490700417,0,1,-0.29473684210526974,0.25204372187012014,487.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,25,impulse_late,unknown,100,in_cloud,neutral,-0.205,0,0,493.18333333333334,494.0,480.93333333333334,-1.2537595890642406,1,0,0,none,1,0.4050632911392405,-1.642710472279261,0,0.625,0,0,0,0.18775578636296708,41.02564102564102,-2.0122407129681052,35.64814814814822,59.800785634119244,3.9242083175759603,5.936449030544066,4.437209760899527,489.0,490.8,468.75,-1.3854930725346382,0,0,4.714285714285714,0.974025974025974,0,0.18181818181818182,-85.31444950261395,0,0,-100.0,1,0,-1.8255578093306246,53.24581412777776,0,0,0,0,0,0,-14.78831246273107,-0.3127818162731275,-30.0,0.33014043477951527,6.408823529411791,0,0,4.468210011724878,0.865546218487395,-24011376738.291203,-24748368.776432037,0.9560586931609095,-4857555.096145213,0,0,,-57.9648183388336,15.306135956548758,0,1,-0.24360902255637512,0.07007219753930172,484.0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,1,0,0,1,1,cup_handle,range,0,1,0,0,0,0,0,18,impulse_late,accumulation,100,above_cloud,below,-1.178,0,0,492.2166666666667,493.0,452.26666666666665,-1.6693190668066293,1,0,0,none,1,0.576271186440678,-1.6528925619834711,0,0.667,0,0,0,0.645462827362427,62.06896551724138,-0.15876102416381066,91.66666666666646,92.88710907704028,10.81953061138006,10.97829163554387,15.705980600044105,489.6,477.1,453.3333333333333,2.2846363445818474,0,0,11.0,2.2540983606557377,0,0.9130434782608695,44.67353951890018,0,0,-25.0,0,0,-1.810865191146882,65.60471077767502,0,0,0,0,0,0,-4.032729398012862,-0.6328249493398665,-2.192982456140342,0.6921467628904581,22.600000000000023,0,0,5.687659368227935,0.9915966386554622,-27964118777.270725,-85789913.8111229,1.068573139427495,-1443083.994273603,0,0,-2.9930029101617186,-57.53980360280343,16.514580352129837,0,1,2.696240601503756,0.7250306545631602,489.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,unknown,100,above_cloud,neutral,-0.127,0,0,487.08333333333337,492.0,436.93333333333334,0.18819503849443198,1,0,0,none,1,1.0,-1.639344262295082,0,0.833,0,0,0,0.8959681464702963,70.1923076923077,3.953366128425605,121.62162162162183,117.97850482061033,12.583106873639963,8.629740745214358,16.953226968063518,489.0,461.05,449.1666666666667,6.712937859234347,0,0,9.857142857142858,2.0034843205574915,0,1.173913043478261,110.12053824835574,0,1,21.62162162162162,0,1,8.370044052863435,72.65866572797685,0,0,0,0,0,0,4.192307692307693,-0.2827596289478711,7.207207207207233,1.1398147233759977,35.367647058823536,0,0,5.624774652942648,0.957983193277311,-32146978225.772957,-144058141.82570648,1.2665366738227513,24826024.299026698,0,0,,-57.077087974227055,43.032703881736666,1,1,2.990225563909771,0.8195871141544168,490.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,12,impulse_late,unknown,100,above_cloud,above,1.856,0,0,483.05,484.0,436.5,1.8528102680881897,0,0,0,none,1,1.0512820512820513,-1.6260162601626018,0,0.6,0,0,0,3.5589985785082074,13.849927893985353,10.290929315477145,485.4,454.55,428.8666666666667,6.698933010669883,0,0,15.857142857142858,3.269513991163476,0,0.7468354430379747,135.20408163265282,0,1,-27.027027027027028,0,0,11.238532110091736,71.0097741172871,0,0,0,0,0,0,-0.6287843502561685,-0.30347464175338956,-7.8978978978978915,0.8995054230663423,37.40294117647062,0,0,8.46699897311819,0.8067226890756303,-43749098262.43846,-18179088.429855347,1.3057119631966299,26624491.22334055,0,0,,-55.13717861169114,67.7825630848273,1,1,2.4518796992481287,0.5511950102543186,482.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,10.47,0,0,450.1166666666667,490.1666666666667,433.8,7.749842633391335,1,0,0,none,1,1.0689655172413792,-1.443298969072165,0,0.667,0,0,0,15.508123017436143,30.520667484159617,15.012544466723474,475.2,402.75,384.35,43.76163873370578,0,0,50.714285714285715,8.758943992104614,0,0.8791208791208791,220.9065395409635,0,1,-12.692307692307692,0,1,51.17493472584855,82.32737845699204,0,0,0,0,0,0,13.644715849700177,7.245545368796133,0.8358974358974223,1.262803054117555,77.05882352941177,0,0,25.26405877903556,1.0,-74591386932.65146,355464593.9283447,3.5523089098111016,173028266.91993952,0,0,0.2705345646889395,-37.53117670760386,66.76096930660916,1,1,8.241353383458652,0.7277005726491633,445.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,none,above_cloud,above,4.0,0,0,370.85,548.3,348.1,56.12781448024806,0,0,0,none,1,3.288135593220339,28.842832469775477,0,0.538,1,1,1,1,0,1,0,0.25,0.0,0.333,1,0.8896249542950236,71.05263157894737,75.80111757326945,82.94636408560457,17.193285329454195,81.91780821917808,86.57502787068,86.01096943515417,1.0,56.76500008676988 -436,2026-05-26 21:30:00,sell,603.0,0.65,72,고점 매도 · 비중 65% · 분할 · leg#72,0.8927913414694477,64.51612903225806,0.3775678038198329,111.4718614718618,108.87445887446022,4.650980130865378,4.273412327045545,4.234493121245049,595.4,589.2,576.3333333333334,1.6632722335369943,0,0,5.214285714285714,0.8704984497972811,0,1.05,153.6989795918362,0,1,7.142857142857142,0,1,1.0118043844856706,57.32540903395417,0,0,0,1,0,0,-6.536502546689306,0.2213086325741065,-0.6493506493506231,0.9535873190209229,10.976470588235202,0,0,1.8920366105002766,0.33613445378151263,-15194966022.050045,-4214611.439369202,1.5378915549351828,2820251.37838009,0,0,,-47.73092716246236,42.60364703766844,1,1,0.7609022556390864,0.5208557107053339,598.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,41,impulse_late,distribution,100,above_cloud,neutral,0.209,0,0,535.75,598.0,517.7666666666667,11.805879608026126,0,0,0,none,1,0.7142857142857143,-1.1686143572621035,1,0.8,0,0,0,0.942429651801994,63.333333333333336,-0.08281298126374459,110.55555555555607,86.48148148148276,7.54575846268915,7.628571443952895,4.786040741558333,590.6,585.6,561.8,2.1174863387978027,0,0,7.785714285714286,1.3019589106545628,1,1.05,176.82337009092635,0,1,5.0,0,1,3.460207612456756,80.09316808569838,0,0,0,0,0,0,5.95628415300547,0.3209099072185566,26.111111111111114,0.9218160871918211,15.064705882352882,0,0,2.8654251017036234,0.6386554621848739,-18575038881.260296,-16043595.411880493,1.941946070327169,4135321.6190658063,0,0,,-47.79693510352736,27.293971258107995,1,1,0.8421052631579056,0.5055520447774695,598.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,30,impulse_late,accumulation,100,above_cloud,above,0.896,0,0,520.3166666666666,597.0,518.5333333333333,14.93001057048593,0,0,0,none,1,1.0707070707070707,-1.3377926421404682,1,0.786,0,0,1,0.8658322015941629,65.34653465346534,-0.10521275096346194,102.59909031838883,108.01045391688687,14.482130015817347,14.587342766780809,10.346557160932516,589.6,573.3,532.75,3.785103785103794,0,0,12.5,2.100840336134454,0,1.131578947368421,137.146632686771,0,1,26.31578947368421,0,1,4.385964912280693,69.44747760075506,0,1,0,1,0,1,1.8048679867986763,0.20164449143410934,0.6911217437533281,0.9311919203230719,32.59705882352944,0,0,4.206961594893145,0.9411764705882353,-24328351721.0992,-22445314.863292694,1.498176030223299,15704595.916749598,0,0,,-48.014903288907384,47.14634560960246,1,1,2.321804511278198,0.8579929551992561,595.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,31,impulse_late,unknown,100,above_cloud,neutral,-0.499,0,0,588.2333333333333,590.0,484.0,1.1503371677905605,0,0,0,none,1,1.3544303797468353,-2.5210084033613445,1,0.76,1,1,0,0.8666816841744712,85.07462686567163,1.6421629882649569,105.89952053366694,104.97533180460037,19.76542060091481,18.12325761264985,15.684519529537463,587.0,560.75,518.4,5.751226036558177,0,0,9.285714285714286,1.5658877378944835,0,1.0476190476190477,128.90506521079757,0,1,7.6923076923076925,0,1,6.463195691202883,84.06559497665327,0,0,0,1,0,1,-1.2267429973420718,-0.21539780227594818,1.7510944340212546,1.295319768564014,46.60294117647061,0,0,3.147719520571924,0.5546218487394958,-24228997022.557632,-31063628.489112854,1.2933119598030909,11613397.564509004,0,0,-0.4447581339639612,-48.16394494436014,64.96116993247142,1,1,3.669924812030082,0.9750375857996788,593.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,18,impulse_late,unknown,100,above_cloud,neutral,0.127,0,0,588.2166666666667,590.0,483.0,0.8131924177599004,0,0,0,none,1,1.6779661016949152,-2.5295109612141653,0,0.778,1,0,0,0.9257064814181242,77.07006369426752,5.294596038190139,114.53365916665835,116.22607351266295,25.682101673660668,20.38750563547053,25.707769023729167,578.8,531.8,487.81666666666666,10.94396389620158,0,0,15.785714285714286,2.675544794188862,0,1.0978260869565217,139.78805952863516,0,1,12.32876712328767,0,1,9.869646182495352,90.94052137566351,0,0,0,0,0,1,0.44668707089088855,-0.038363786596690375,-1.3630477748245085,1.2788159676670208,64.32647058823522,0,0,6.269626900953358,0.9327731092436975,-28073592705.04925,-12025837.892784119,1.6630413335017722,33092471.384082973,0,0,-0.9157925428024395,-48.33177709938816,26.486287369554933,1,1,5.649624060150369,0.9563165726817042,590.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,12,impulse_late,unknown,100,above_cloud,above,15.862,0,0,488.75,581.0,486.5,20.7161125319693,0,0,0,none,1,2.795918367346939,-4.067796610169491,1,0.812,0,0,0,1.0,85.8267716535433,8.809725589709473,116.43964562569232,112.25033364568272,30.36579735562924,21.556071765919768,30.057149479270834,565.2,509.1,467.18333333333334,15.890787664505979,0,0,17.285714285714285,2.929782082324455,0,1.146788990825688,155.8973244207743,0,1,18.6046511627907,0,1,20.9016393442623,78.11839307350616,0,0,0,0,0,0,-1.034542215069834,0.6648997369854683,5.688729874776399,1.5412494268229726,81.8441176470588,0,0,6.522985765392698,0.9831932773109243,-32299747124.011784,-145621465.704216,2.5680141052770233,122408690.2411598,0,0,-1.7127525776204033,-48.16018535595566,47.57647167377433,1,1,5.881203007518788,0.8272153637876275,578.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,above,15.639,0,0,571.55,574.0,480.9,3.228064036392264,0,0,0,none,1,3.9743589743589745,-0.6779661016949152,1,0.833,0,0,1,11.697427483445896,34.494389019996675,22.79696153655078,564.0,486.6,445.98333333333335,20.0164406083025,0,0,31.928571428571427,5.467221135029354,0,0.8453038674033149,154.25993406212064,0,1,-16.766467065868262,0,1,20.661157024793386,77.43037184619531,0,0,0,0,0,0,8.812283075475023,0.18755062526103572,-4.935227584047595,1.1307639534335259,85.06470588235288,0,0,11.800412516710901,0.8151260504201681,-43738223615.93758,-19287722.93588257,2.8298745408866806,195938173.42176664,0,0,,-45.24623809857087,87.42101885398215,1,1,7.9578947368421025,0.8517210899299507,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,10.19,0,0,571.7,587.2,444.6,2.1514780479272355,1,0,0,none,1,4.482758620689655,-3.2534246575342465,0,0.8,0,0,1,15.508123017436143,30.520667484159617,15.012544466723474,475.2,402.75,384.35,43.76163873370578,0,0,50.714285714285715,8.758943992104614,0,0.8791208791208791,220.9065395409635,0,1,-12.692307692307692,0,1,51.17493472584855,82.32737845699204,0,0,0,0,0,0,13.644715849700177,7.245545368796133,0.8358974358974223,1.262803054117555,77.05882352941177,0,0,25.26405877903556,1.0,-74591386932.65146,355464593.9283447,3.5523089098111016,173028266.91993952,0,0,0.2705345646889395,-37.53117670760386,66.76096930660916,1,1,8.241353383458652,0.7277005726491633,445.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,none,above_cloud,above,4.0,0,0,370.85,548.3,348.1,56.12781448024806,0,0,0,none,1,3.288135593220339,28.842832469775477,0,0.538,1,1,1,0,2,2,0,0.0,0.5,0.667,0,0.9773263986100473,91.01123595505618,87.1576846307385,92.33480316056337,41.93449318242081,81.91780821917808,86.57502787068,86.01096943515417,1.0,56.76500008676988 -437,2026-05-26 23:03:00,buy,564.0,0.138,73,저점 분할 매수 · 비중 14% · 6회 · BB하단 · leg#73,0.48203641967876854,47.72727272727273,0.013930171798783265,83.33333333333366,80.335097001765,0.0026436751169285344,-0.01128649668185473,1.8960555131561894,586.4,587.2,587.05,-0.034059945504094635,0,1,4.142857142857143,0.7057678267218301,1,0.6666666666666666,-68.6274509803877,0,0,-16.666666666666664,0,1,0.5136986301369939,55.37452558560552,0,1,0,0,0,0,-8.272727272727266,-0.016141302363434876,-10.317460317460302,0.48981222768430677,-1.1911764705882888,0,0,2.608128701149722,0.6050420168067226,-15324668465.571894,-15574756.819580078,0.7417865721156275,-669723.6601378769,0,1,,-48.71826265675598,11.03576166014008,0,1,-0.010526315789478166,0.0005005720823841875,584.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,range,1,0,0,1,1,0,1,45,impulse_late,accumulation,none,in_cloud,neutral,0.397,0,0,584.0166666666667,603.0,540.4666666666667,0.5108301703718565,1,0,0,none,1,0.3697478991596639,-0.34071550255536626,0,0.708,0,0,0,0.4857784305164108,54.716981132075475,-0.6014017782196062,85.00000000000051,89.3304843304856,1.2816885296552982,1.8830903078749044,5.386343899024078,587.0,587.45,577.4166666666666,-0.07660226402247394,0,0,7.428571428571429,1.2655147237770747,0,0.5428571428571428,-192.64069264069448,1,0,-5.0,0,1,-0.5084745762711895,53.14879846144233,1,0,1,0,1,0,-3.1777557100297855,0.07334446090160762,-4.444444444444443,0.5215225538841958,-2.902941176470563,0,1,4.738320119775137,0.865546218487395,-18865600043.189426,-21915120.02814865,1.7246954217094972,1243525.8026106283,1,0,,-48.691773630684295,15.161610006488598,0,1,-0.32556390977444466,0.059283053506173466,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,35,impulse_late,accumulation,none,in_cloud,neutral,-0.299,0,0,585.2166666666667,603.0,518.9333333333333,0.30473044171672736,1,0,0,none,1,0.7777777777777778,-1.362862010221465,0,0.72,0,0,0,0.5384450085490619,50.434782608695656,-2.187842207291027,79.4444444444447,76.85185185185206,7.8985872254704645,10.086429432761491,5.105889882927236,586.8,585.85,548.9166666666666,0.19629598019970107,0,0,12.642857142857142,2.153808712582137,1,0.85,-172.68110130981046,1,0,-15.0,0,1,-1.3445378151260456,41.77071600880319,0,0,0,0,0,0,-2.0652173913043512,0.06932531676468301,8.333333333333329,0.6068146733610204,9.11470588235295,0,0,5.864757121390486,0.9327731092436975,-24808918384.113598,-480566663.01439667,1.4941779283400778,8089127.587763157,1,0,,-48.64323556231296,23.52403963687763,0,1,0.22781954887217615,0.03248285883406632,570.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,30,impulse_late,accumulation,100,above_cloud,neutral,-0.307,0,0,584.7,590.0,484.0,0.3933641183512915,1,0,0,none,1,1.2658227848101267,-1.7035775127768313,0,0.75,0,0,0,0.6591692465595762,55.91397849462366,-2.1760234554957485,84.33333333333341,74.69788182831688,14.271279608176997,16.447303063672745,9.83782630865308,584.0,577.95,529.3833333333333,1.5658794013322819,0,0,12.785714285714286,2.1781455341932343,0,0.9210526315789473,-34.33038749150285,0,0,-12.0,0,1,1.206896551724146,53.07480715315443,0,1,0,1,0,1,-5.086021505376337,-0.15018354976453097,7.5942028985507335,0.7396508486894138,23.44411764705876,0,0,5.145966827357275,0.9663865546218487,-24581545799.112633,-356574412.5960579,1.3699083869317163,20617563.061516136,0,0,-4.791423066579794,-48.61470590573671,46.48976361887878,1,1,1.8142857142857096,0.5701912539329013,565.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,100,above_cloud,neutral,0.34,0,0,584.6500000000001,590.0,486.56666666666666,0.4019498845462932,1,0,0,none,1,1.6440677966101696,-0.8517887563884157,0,0.789,0,0,0,0.7678370087342713,66.66666666666666,1.6703709439678818,104.65116279069747,110.64715282270105,25.554403363270353,23.88403241930247,23.997210691375248,589.0,551.55,497.78333333333336,6.4273411295440175,0,0,17.214285714285715,2.93258700413726,0,1.08,69.02871105681123,0,0,13.953488372093023,0,1,6.921675774134783,68.4763656929481,0,1,0,1,0,1,-3.921568627450995,-0.9460515490279384,-7.786648154575957,0.9438577405461331,56.93235294117642,0,0,7.7028806284544205,0.9915966386554622,-28271468112.297424,-204822074.41180038,1.3508897372246536,53223505.87194717,0,0,-2.138405112700185,-48.510674410446775,31.55865292198785,1,1,5.324060150375941,0.9061135542029383,587.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,13,impulse_late,unknown,100,above_cloud,below,-0.861,0,0,578.75,581.0,486.5,1.4254859611231074,0,0,0,none,1,2.857142857142857,-4.770017035775128,0,0.824,0,0,0,0.908559144263736,87.4015748031496,7.121935682230319,110.32140057486299,113.0965031252465,32.40907060205757,25.28713491982725,30.794834707130736,580.6,521.4,471.6,12.581511315688543,0,0,18.071428571428573,3.0786079338038457,0,1.1063829787234043,105.66762728146043,0,1,11.235955056179774,0,1,19.066937119675465,71.42949462468879,0,0,0,0,0,1,0.20157480314959741,-0.680381251169262,-2.207062600321038,1.2920566124968276,84.49117647058819,0,0,6.930277676814886,0.9915966386554622,-32316090003.21878,-164908245.8262329,1.4121540625820799,119996772.59381193,0,0,-1.699631498723152,-48.36276396438287,53.22259400328245,1,1,6.225563909774429,0.8418749946583405,579.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,11,impulse_late,unknown,100,above_cloud,above,14.533,0,0,574.6,577.0,481.0,2.1580229725026046,0,0,0,none,1,3.871794871794872,-3.2367972742759794,0,0.909,0,0,0,11.697427483445896,34.494389019996675,22.79696153655078,564.0,486.6,445.98333333333335,20.0164406083025,0,0,31.928571428571427,5.467221135029354,0,0.8453038674033149,154.25993406212064,0,1,-16.766467065868262,0,1,20.661157024793386,77.43037184619531,0,0,0,0,0,0,8.812283075475023,0.18755062526103572,-4.935227584047595,1.1307639534335259,85.06470588235288,0,0,11.800412516710901,0.8151260504201681,-43738223615.93758,-19287722.93588257,2.8298745408866806,195938173.42176664,0,0,,-45.24623809857087,87.42101885398215,1,1,7.9578947368421025,0.8517210899299507,560.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,10.19,0,0,571.7,587.2,444.6,2.1514780479272355,1,0,0,none,1,4.482758620689655,-3.2534246575342465,0,0.8,0,0,1,15.508123017436143,30.520667484159617,15.012544466723474,475.2,402.75,384.35,43.76163873370578,0,0,50.714285714285715,8.758943992104614,0,0.8791208791208791,220.9065395409635,0,1,-12.692307692307692,0,1,51.17493472584855,82.32737845699204,0,0,0,0,0,0,13.644715849700177,7.245545368796133,0.8358974358974223,1.262803054117555,77.05882352941177,0,0,25.26405877903556,1.0,-74591386932.65146,355464593.9283447,3.5523089098111016,173028266.91993952,0,0,0.2705345646889395,-37.53117670760386,66.76096930660916,1,1,8.241353383458652,0.7277005726491633,445.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,none,above_cloud,above,4.0,0,0,370.85,548.3,348.1,56.12781448024806,0,0,0,none,1,3.288135593220339,28.842832469775477,0,0.538,1,1,1,0,0,2,0,0.0,0.0,0.667,0,0.9773263986100473,91.01123595505618,87.1576846307385,92.33480316056337,41.93449318242081,81.91780821917808,86.57502787068,86.01096943515417,1.0,56.76500008676988 -438,2026-05-27 01:00:00,sell,597.0,0.35,72,고점 매도 · 비중 35% · 분할 · leg#72,1.0,58.53658536585366,0.9651696456349854,110.22727272727305,116.58529741863212,3.126855879763866,2.1616862341288807,3.438608316374392,593.6,587.6,583.9333333333333,1.7699115044247815,0,0,5.142857142857143,0.8600095556617295,0,1.125,204.09356725146216,0,1,12.5,0,1,1.3559322033898313,69.49312781272002,0,1,0,1,0,1,1.0365853658536608,0.2768570574638469,-5.833333333333343,0.9688414779560618,10.426470588235247,0,0,2.0128456138634134,0.15126050420168066,-15382469226.354584,-3805392.9379024506,1.6144062949122628,2145598.7587912977,0,0,,-47.68906414868701,12.558595277191335,0,1,0.6180451127819586,0.5239615126926218,598.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,42,impulse_late,accumulation,618,above_cloud,above,2.804,0,0,584.25,601.5,568.5,2.3534445870774467,1,0,0,none,1,0.2857142857142857,-1.0033444816053512,1,0.64,1,0,0,0.9517251361408886,67.85714285714286,1.3248202946752994,118.2972582972588,112.30399230399355,2.6945160290124477,1.3696957343371483,4.3362025887335625,589.8,584.55,584.9833333333333,1.9587717047301334,0,0,6.357142857142857,1.0666347075743048,1,1.105263157894737,199.45558030190574,0,1,13.333333333333334,0,1,2.0547945205479534,74.64272959854164,0,0,0,0,0,0,7.512315270935964,0.2492921120767464,-4.646464646464651,0.8811098114216688,8.994117647058829,0,0,3.0488210679809895,0.46218487394957986,-18888279042.873936,-14546528.042385101,1.382426312995391,2892427.7529056147,0,0,,-47.84268441757794,20.97729669917891,0,1,0.7721804511278104,0.5197125128175312,596.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,34,impulse_late,accumulation,none,above_cloud,above,1.301,0,0,584.0,592.8666666666667,539.6666666666666,2.0547945205479534,0,0,0,none,1,0.7575757575757576,-1.342281879194631,1,0.76,1,0,0,0.8644817926169582,56.71641791044776,-0.13470969705792157,123.41269841269866,122.67195767195788,4.280737442308464,4.415447139366385,4.586422188751764,588.2,583.25,563.2166666666667,1.6716673810544425,0,0,10.928571428571429,1.8429294145988917,1,1.15,184.79532163742778,0,1,15.0,0,1,4.217926186291732,64.73023503105006,0,0,0,0,0,0,7.441055591607181,0.4610352796529158,-4.523809523809518,0.7200716443356145,6.879411764705878,0,0,5.913988109714983,0.8487394957983193,-24816067287.75084,-5806357.260677338,0.9214148097121022,14101666.530092541,0,0,,-48.06114413726424,25.477666506203473,1,1,0.28496240601502826,0.06354854479534688,593.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,range,0,0,1,0,0,0,0,29,impulse_late,accumulation,100,above_cloud,above,1.698,0,0,584.8,590.0,513.7333333333333,1.4021887824897439,0,0,0,none,1,1.2911392405063291,-2.0236087689713322,1,0.783,1,0,0,0.6786140674349861,49.25373134328358,-1.890351919090623,101.44444444444451,84.48148148148175,9.351204347618705,11.241556266709328,5.742218630200277,585.0,585.0,540.2333333333333,1.025641025641022,0,0,13.928571428571429,2.3567802755620013,1,1.04,147.4004124606541,0,1,8.333333333333332,0,1,1.546391752577314,50.14065029980598,0,1,0,1,0,0,0.0,0.43390665573356557,17.444444444444443,0.70931282055104,16.37058823529412,0,0,6.904442218158061,0.9747899159663865,-24584097203.128353,-60098207.00774765,0.8760108287867449,2973183.0376144946,0,0,,-48.210656728244395,23.21250487910293,0,1,-0.10827067669172837,0.005817528896872259,591.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,down,0,0,1,1,0,0,0,16,impulse_late,accumulation,100,above_cloud,above,2.891,0,0,588.2166666666667,590.0,511.53333333333336,0.4731816507522746,0,0,0,none,1,1.728813559322034,-2.199661590524535,0,0.762,0,0,0,0.7172592658168739,69.17293233082707,-0.9944747807086181,111.389000267308,110.38520698263387,22.718681744111677,23.713156524820295,20.396012974213544,585.2,563.05,504.51666666666665,4.431222804369073,0,0,17.214285714285715,2.927599611273081,0,1.1044776119402986,80.50806529508384,0,0,24.137931034482758,0,1,2.083333333333326,73.60757865809354,0,1,0,1,0,1,3.299916457811193,-0.4695339281158546,3.39481422079659,0.8507542576574089,48.44117647058829,0,0,7.663374219807863,0.957983193277311,-28284854869.19109,-222104227.27963638,0.8730306494531285,33835401.0369488,0,0,-1.9460341418818743,-48.37979090312412,36.05132981891935,1,1,4.3285714285714345,0.7955962350395636,587.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,13,impulse_late,unknown,100,above_cloud,above,0.518,0,0,578.75,581.0,486.5,1.59827213822894,0,0,0,none,1,2.816326530612245,-4.081632653061225,0,0.812,0,0,0,0.8215343387669936,84.0909090909091,5.581062965552999,104.87742594484185,109.24242989829634,32.2634636267685,26.6824006612155,31.239786418149478,583.6,526.15,473.75,10.044664069181808,0,0,18.428571428571427,3.182827535159141,0,1.0212765957446808,109.58488735255756,0,1,2.272727272727273,0,1,14.653465346534645,75.79094562590247,0,0,0,0,0,1,-3.3106657122405068,-1.5408727166773204,-5.443974630021145,1.1045433990904852,83.92058823529419,0,0,6.7945271833260925,0.9831932773109243,-32306165691.604538,-153503993.6528473,1.3447321053777912,96735583.58129829,0,0,-1.6017803740520944,-49.03378397202383,55.99703711386002,1,1,6.457894736842096,0.8644396703930461,579.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,above,7.915,0,0,574.6,577.0,481.0,0.7657500870170475,0,0,0,none,1,3.58974358974359,-4.490500863557859,0,0.909,0,0,0,8.540177927650038,36.14089850568212,27.600720578032078,578.8,500.4,452.06666666666666,13.509192645883306,0,0,35.42857142857143,6.237424547283703,0,0.7569060773480663,117.2122492080253,0,1,-26.34730538922156,0,0,17.113402061855677,72.8956585073684,0,0,0,0,0,1,-2.579737335834892,-2.134680310625111,-2.19560878243513,0.866219949499432,94.23235294117649,0,0,12.073913286125252,0.8319327731092437,-43854041002.90321,-103019184.5810852,1.3142135246730264,103910922.50018445,0,0,-0.2476639799681357,-46.59603534183439,92.64553881177666,1,1,8.61203007518797,0.8874403751313769,557.0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,none,above_cloud,above,3.121,0,0,571.7,587.2,444.6,-0.6471925835228376,1,0,0,none,1,3.896551724137931,8.450704225352112,0,0.8,0,0,0,17.807882017102497,42.04731262516776,24.239430608065266,520.2,422.8,390.31666666666666,28.192999053926204,0,0,59.214285714285715,10.925144965735372,0,0.7435897435897436,169.28886091881688,0,1,-27.66798418972332,0,0,41.514360313315926,86.41528307887614,0,0,0,0,0,0,-7.18452380952381,-1.2917805311621642,-4.295125164690376,0.8934569989821095,110.6647058823529,0,0,26.129107006339694,1.0,-75157819615.2876,-339706493.809494,1.7235296353851093,61583612.134767294,0,0,-0.20318912584884366,-41.194224942509635,81.04668359232343,1,1,11.070676691729322,0.8083526916337511,519.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,26.482,0,0,370.85,548.3,348.1,46.15073479843601,1,0,0,none,1,2.847457627118644,15.867158671586715,1,0.538,0,0,0,0,1,2,0,0.0,0.25,0.667,0,0.8124760502403418,84.61538461538461,79.04191616766465,82.47904191616765,43.232729789987644,73.95833333333333,82.19874328569978,85.08921320225664,0.9090802554507444,68.91801468849135 -439,2026-05-27 13:18:00,buy,522.0,0.149,73,저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#73,0.08000474684879802,17.647058823529406,-0.6173838883480713,9.69696969697002,16.649831649833,-2.6954214136651444,-2.078037525317073,3.005947097901349,525.8,530.7,535.0166666666667,-1.262483512342194,0,0,3.0714285714285716,0.5861504907306434,0,0.08333333333333333,-118.787878787878,1,0,-90.0,1,0,-1.3182674199623379,15.114205213452465,0,0,0,0,0,0,0.0,-0.008235820275726002,-7.777777777777777,0.06036912469307492,-6.461764705882274,0,0,0.9173648745472264,0.11764705882352941,-15518360598.453709,-2569151.0123386383,1.3179504777847293,-321632.3076863289,0,0,,-54.032961570849935,49.18262176665537,1,1,-0.6375939849624096,0.8945726327731974,523.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,57,impulse_late,unknown,0,below_cloud,below,-0.573,0,0,531.8,567.8,523.0,-1.4667168108311257,1,0,0,none,1,-0.35294117647058826,-0.38167938931297707,0,0.308,0,0,0,0.020884627287401102,33.33333333333333,-0.3358635404649206,25.252525252525743,30.26094276094402,-3.88976030563731,-3.5538967651723894,2.9839291996526427,526.8,531.6,543.3833333333333,-1.4296463506395796,0,0,3.4285714285714284,0.6543075245365322,0,0.16666666666666666,-164.99999999999872,1,0,-83.33333333333334,1,0,-1.8726591760299671,25.507140260910816,0,0,0,0,0,0,0.0,-0.12360076318607405,-2.777777777777782,-0.034676554248991284,-8.061764705882297,0,0,2.0732400740007138,0.5966386554621849,-19047924184.676033,-5501875.04517746,1.7336174969390716,-404500.94605863094,0,0,,-54.013571253813694,32.9376303233773,1,1,-0.46766917293233123,0.48676409900252393,522.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,39,impulse_late,unknown,0,below_cloud,neutral,0.0,0,0,547.8333333333333,572.0,522.0,-4.350471554609047,1,0,0,none,1,-0.4444444444444444,-0.19083969465648853,0,0.321,0,0,0,0.071833971277578,30.0,-0.1933140484201541,15.584415584415845,23.184223184223388,-7.703836743160991,-7.510522694740837,5.505378531884434,529.2,536.65,556.3833333333333,-2.357216062610634,0,0,5.0,0.9541984732824428,0,0.08695652173913043,-158.97111532785138,1,0,-81.81818181818183,1,0,-1.6885553470919357,11.86852474859954,0,0,1,0,1,0,0.7317073170731732,-0.20040280361197027,-10.606060606060604,-0.15201535978368952,-17.799999999999955,0,0,2.268662151784486,0.06722689075630252,-24984911430.287987,-9186046.764533997,1.5491741525907052,-915345.4395292737,0,0,,-53.97462114605632,62.75175558053469,1,1,-1.1195488721804574,0.8041137767964374,522.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,26,impulse_late,unknown,0,below_cloud,below,-0.947,1,0,592.8,594.0,531.6,-11.605937921727394,0,0,0,none,1,-0.6962025316455697,-0.19083969465648853,0,0.267,-1,0,0,0.11432990567379532,11.111111111111114,-0.9058074120783495,14.492753623188483,15.118472509777126,-10.015248486719315,-9.109441074640966,9.04968396156213,530.2,542.95,566.25,-3.4901924670780127,0,0,6.642857142857143,1.2677208287895312,0,0.05263157894736842,-120.25491825990603,1,0,-91.30434782608695,1,0,-3.4990791896869267,8.42177081324165,0,0,1,0,1,0,0.8547008547008517,-0.10691383511793084,-3.7681159420289827,-0.15307801765416354,-23.144117647058806,0,0,1.8231531027132313,0.0,-24820101696.256535,-38085518.64216614,1.09433132516121,-6190759.59975493,0,0,-4.135565898511239,-53.94984686434184,47.08536298619679,1,1,-2.0172932330827096,0.9439295670243469,522.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,15,impulse_late,unknown,0,below_cloud,neutral,0.412,0,0,586.1666666666667,592.0,531.3333333333334,-10.605629798123417,0,0,0,none,1,-1.0169491525423728,-0.19083969465648853,0,0.333,-1,0,0,0.060333423203108,17.567567567567565,-4.807133568247906,11.63818637502827,8.879522037416622,-8.633500689486254,-3.826367121238349,11.686901375089796,533.6,556.6,546.1,-5.138339920948621,0,0,12.0,2.272727272727273,0,0.13333333333333333,-144.09978664040693,1,0,-86.36363636363636,1,0,-7.205623901581726,13.127923998948901,0,0,0,0,0,0,-10.432432432432435,0.14772837388532167,3.5930735930735924,9.141150404919548e-06,-35.700000000000045,0,0,4.0223378172923745,0.46218487394957986,-28501583574.405563,-142094047.6334839,1.3058812802243123,-14125969.034183353,0,0,-4.793550328126697,-53.51410735573337,53.66604904311637,1,1,-2.4721804511278163,0.8088410805711941,522.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,11,impulse_late,unknown,500,below_cloud,below,-3.364,0,0,585.4333333333334,587.0,521.2,-9.81039685702899,1,0,0,none,1,0.7755102040816326,-0.1893939393939394,0,0.562,-1,0,0,0.12699517878027952,23.33333333333333,-5.43159317771381,14.930060074344382,11.562654411869808,-5.396355406024895,0.03523777168891466,12.073642489811789,530.4,552.9,524.3166666666667,-4.503526858383067,0,0,12.428571428571429,2.353896103896104,0,0.12280701754385964,-114.43716869348322,1,0,-86.79245283018868,1,0,-5.206463195691202,37.14924992235778,0,0,1,0,0,0,4.1552511415524975,0.4602084106371933,3.0953261807867793,0.13115413291820904,-31.435294117647118,0,0,4.151743329363493,0.25210084033613445,-32638782570.59446,-167244265.6531372,1.3611809436300828,-25708023.054938674,0,0,-3.355136296038205,-53.244841661203104,48.3348349354355,1,1,-2.6180451127819637,0.8613357536855857,521.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,9,impulse_late,unknown,382,in_cloud,below,-16.219,0,0,579.0833333333333,596.3333333333334,527.3333333333334,-8.821413152971635,1,0,0,none,1,1.0256410256410255,-1.893939393939394,0,0.6,-1,0,0,-4.201790981252543,24.839677444950894,29.041468426203437,549.2,532.35,466.85,0.12210012210012167,0,0,37.357142857142854,7.008844813722861,0,0.5269461077844312,5.065263978180445,0,0,-62.20472440944882,0,0,-8.732876712328764,56.13607472932127,0,0,0,0,0,0,-2.1112102289622428,-2.254300247907736,-0.6847828231997326,0.5083713399750456,50.64999999999998,0,0,13.81458496751534,0.8487394957983193,-44355209481.944534,-730025334.6104279,0.8591251950117473,-114512833.15820783,0,0,-1.0830582175367949,-49.639024044835324,86.18510570005205,1,1,5.281954887218061,0.5326913276996426,521.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,11,impulse_late,unknown,618,above_cloud,above,2.875,0,0,546.9,587.2,481.8,-2.541598098372644,1,0,0,none,1,3.206896551724138,-4.50281425891182,0,0.8,0,0,0,17.807882017102497,42.04731262516776,24.239430608065266,520.2,422.8,390.31666666666666,28.192999053926204,0,0,59.214285714285715,10.925144965735372,0,0.7435897435897436,169.28886091881688,0,1,-27.66798418972332,0,0,41.514360313315926,86.41528307887614,0,0,0,0,0,0,-7.18452380952381,-1.2917805311621642,-4.295125164690376,0.8934569989821095,110.6647058823529,0,0,26.129107006339694,1.0,-75157819615.2876,-339706493.809494,1.7235296353851093,61583612.134767294,0,0,-0.20318912584884366,-41.194224942509635,81.04668359232343,1,1,11.070676691729322,0.8083526916337511,519.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,26.482,0,0,370.85,548.3,348.1,46.15073479843601,1,0,0,none,1,2.847457627118644,15.867158671586715,1,0.538,0,0,0,4,0,1,0,1.0,0.0,0.333,1,0.5037954429579384,60.16949152542372,50.65414900060568,53.21303966558835,32.17019026586706,73.95833333333333,82.19874328569978,85.08921320225664,0.9090802554507444,68.91801468849135 -440,2026-05-27 18:15:00,buy,520.0,0.149,73,저점 분할 매수 · 비중 15% · 6회 · BB하단 · leg#73,0.18156639490178872,36.8421052631579,-0.5710314449338161,20.8754208754212,14.36588103254905,-1.1498235145076023,-0.5787920695737863,2.8950259340200546,532.8,536.95,537.35,-0.9218735450228221,0,0,2.5714285714285716,0.4833512352309345,0,0.16666666666666666,-97.77777777777563,0,0,-81.81818181818183,1,0,-1.6635859519408491,42.75420372518869,0,0,0,0,0,0,3.5087719298245688,-0.003606795071854907,6.060606060606062,0.19432216196402372,-2.5441176470587834,0,0,1.3643119338197824,0.6638655462184874,-15559958652.793482,,1.592298136640436,-486943.67211432755,0,0,,-53.25981023978736,34.39742629754744,1,1,-0.5646616541353403,0.7389107897815614,530.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,50,impulse_late,accumulation,382,below_cloud,neutral,0.375,0,0,543.1833333333334,553.0,522.0,-2.058850602927198,1,0,0,none,1,-0.008403361344537815,0.37593984962406013,0,0.5,-1,0,0,0.37612181738169226,47.05882352941176,-0.42399660863744265,10.000000000000492,18.091168091169344,-0.9098470302031956,-0.4858504215657529,3.393368443542079,533.6,535.25,536.5833333333334,-0.42036431574030697,0,0,4.214285714285714,0.7906727418922541,1,0.3076923076923077,-53.21100917431371,0,0,-90.0,1,0,-1.6605166051660514,47.063321717248,0,0,0,0,0,0,-8.204334365325082,-0.06979007787550512,-7.777777777777777,0.31869793995853885,-3.9970588235294144,0,0,1.925507810291547,0.5378151260504201,-19087933417.42549,-3521629.1222076416,1.0051903537025324,-470763.2932743728,0,0,,-53.15206795170657,14.085506950277326,0,1,0.24135338345865134,0.09888249660525816,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,down,0,0,1,1,0,1,0,39,impulse_late,accumulation,382,below_cloud,neutral,0.094,0,0,532.85,553.0,522.0,0.028150511400948375,1,0,0,none,1,-0.1717171717171717,-0.37523452157598497,0,0.435,0,0,0,0.27611015033556763,41.81818181818182,-0.3489918123774206,36.11111111111136,55.55555555555575,-1.1305736163992606,-0.78158180402184,4.47975542305887,535.6,538.4,540.2666666666667,-1.0029717682020767,0,0,6.0,1.125703564727955,1,0.2857142857142857,-71.55067155067135,0,0,-66.66666666666666,0,0,0.1879699248120259,26.985684843080577,0,1,0,0,0,0,0.0,-0.12626634042974405,-22.222222222222214,0.3490219230387055,-0.19705882352934623,0,1,2.662550044009291,0.2689075630252101,-25055177317.18448,-7530654.741188049,0.10058927970344354,188722.22890738398,0,0,,-53.112931834705265,25.743445430243376,1,1,-0.6330827067669209,0.38582486906322466,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,24,impulse_late,accumulation,none,below_cloud,above,0.564,0,0,548.95,569.3666666666667,522.0,-2.9055469532744405,1,0,0,none,1,-0.4430379746835443,-0.18761726078799248,0,0.389,0,0,0,0.37129279747463767,43.636363636363626,0.4491148744136795,51.515151515151594,62.6262626262629,-2.3160603675427183,-2.7651752419563977,5.582318910347043,536.2,535.85,549.8833333333333,-0.7184846505551956,1,0,6.928571428571429,1.3023630504833512,0,0.5263157894736842,-39.4308943089433,0,0,-81.81818181818183,1,0,-2.2058823529411797,64.15259946990966,0,0,0,0,0,0,-11.720779220779235,-0.37075093786938806,-21.21212121212121,0.3059282730711543,0.08235294117650938,1,0,2.8056776748446177,0.25210084033613445,-24838314596.97013,-16638161.663482666,0.42345216883735065,-2691538.886250168,0,0,,-53.17724876450938,11.402448190250421,0,1,0.397744360902259,0.09901028982979432,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,15,impulse_late,accumulation,none,in_cloud,above,1.177,0,0,544.05,568.2,528.3,-2.214869956805432,1,0,0,none,1,-1.0,-0.18796992481203006,0,0.357,0,0,0,0.3137464393697265,45.33333333333333,0.20680741469422959,74.50980392156842,73.9780415090011,-6.434682648901344,-6.641490063595573,8.247807969438945,536.2,540.3,553.9,-1.5361836017027453,0,0,9.785714285714286,1.8394199785177228,1,0.30303030303030304,-55.55555555555568,0,0,-41.17647058823529,0,0,0.7575757575757569,60.31758682155077,0,0,0,0,0,0,-1.242009132420094,-0.1573827793079312,2.063983488132095,0.23857744344969373,-18.464705882352973,0,0,3.9360611527410074,0.40336134453781514,,,0.2523290731492869,13061451.075502008,0,0,,-53.09230048712652,46.00670197577072,1,1,-1.039097744360893,0.3044765250417184,531.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,unknown,none,below_cloud,below,-0.978,0,0,585.9166666666667,587.0,530.6666666666666,-9.202104963732062,1,0,0,none,1,-0.10204081632653061,0.0,0,0.5,0,0,0,0.33861969911894463,50.0,-1.1851117234771906,20.847851335656394,25.08710801393752,-4.99966493252316,-3.8145532090459695,6.967584078361392,531.4,538.05,539.1333333333333,-1.1244308149800153,0,0,14.0,2.631578947368421,1,0.2857142857142857,-60.02486236902852,0,0,-71.42857142857143,0,0,0.7575757575757569,43.47680525598702,0,0,0,0,0,0,8.000000000000007,0.30457168255471245,-1.85830429732869,0.364673438822438,-15.705882352941217,0,0,5.619647058143008,0.6554621848739496,,,0.13608124683769804,-10799611.133664548,0,1,,-52.75957598665665,61.798593543793174,1,1,-0.7556390977443657,0.22751349448248281,520.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,12,impulse_late,unknown,0,below_cloud,neutral,-0.115,0,0,580.2,592.8,525.6,-8.30748017924854,1,0,0,none,1,-1.4871794871794872,0.0,0,0.286,0,0,0,-6.054204806555447,19.931266240040372,25.98547104659582,543.4,539.15,470.7,1.0850412686636446,0,0,32.357142857142854,5.937090432503276,0,0.49624060150375937,-7.6781839425806675,0,0,-69.79166666666666,0,0,-6.67808219178082,49.835832898865704,0,0,0,0,0,0,-5.563672491379812,0.11557990531959206,-5.678587051618543,0.5971229050037223,35.13529411764705,0,0,13.141418153301586,0.8067226890756303,-44418069578.408066,-679845962.4704895,0.29175407006755355,-119392627.23575789,0,0,-1.2215156670704366,-48.45443941778167,81.72955754963564,1,1,3.181203007518794,0.269209012618972,519.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,10,impulse_late,unknown,500,in_cloud,above,3.111,0,0,572.7833333333333,587.8666666666667,485.3,-4.85058340850234,1,0,0,none,1,3.7586206896551726,-0.9174311926605505,0,0.8,0,0,0,17.807882017102497,42.04731262516776,24.239430608065266,520.2,422.8,390.31666666666666,28.192999053926204,0,0,59.214285714285715,10.925144965735372,0,0.7435897435897436,169.28886091881688,0,1,-27.66798418972332,0,0,41.514360313315926,86.41528307887614,0,0,0,0,0,0,-7.18452380952381,-1.2917805311621642,-4.295125164690376,0.8934569989821095,110.6647058823529,0,0,26.129107006339694,1.0,-75157819615.2876,-339706493.809494,1.7235296353851093,61583612.134767294,0,0,-0.20318912584884366,-41.194224942509635,81.04668359232343,1,1,11.070676691729322,0.8083526916337511,519.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,21,impulse_late,unknown,none,above_cloud,above,26.482,0,0,370.85,548.3,348.1,46.15073479843601,1,0,0,none,1,2.847457627118644,15.867158671586715,1,0.538,0,0,0,0,0,1,0,0.0,0.0,0.333,1,0.5403195118826767,52.11267605633803,33.166557305336816,40.888616887632615,26.91107153828977,73.95833333333333,82.19874328569978,85.08921320225664,0.9090802554507444,68.91801468849135 -441,2026-05-29 02:45:00,buy,412.0,0.188,73,저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73,0.39262189944867587,50.0,0.30025164797939863,91.66666666666697,93.88888888889024,-0.8991491045878774,-1.199400752567276,2.121895099519395,417.0,416.95,420.15,-0.2278450653555586,1,0,2.4285714285714284,0.5837912087912087,0,0.3333333333333333,-38.59250851305422,0,0,-50.0,0,0,0.48309178743961567,32.343489356922674,0,0,0,0,0,0,-2.631578947368425,-0.08252524368606484,-16.66666666666667,0.37237868914132766,-0.952941176470631,0,0,1.3358586421006655,0.6890756302521008,-15797211751.402231,-301007.84781455994,0.360070072307823,52254.64926123619,0,0,,-63.167617064989244,28.601712614870507,1,1,-0.1601503759398528,0.18349666527803732,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,59,impulse_late,accumulation,0,in_cloud,above,1.196,0,0,432.0,438.0,415.6,-3.703703703703709,1,0,0,none,1,-0.17647058823529413,-0.2403846153846154,0,0.37,0,0,0,0.5343742934382623,40.0,0.33556061948793947,64.55026455026503,49.5590828924175,-1.6006631180074464,-1.936223737495386,2.7798860060168553,417.4,418.6,424.4166666666667,0.0955566172957445,0,0,3.4285714285714284,0.8182748039549949,0,0.6666666666666666,-40.404040404039726,0,0,-14.285714285714285,0,1,0.0,15.104074298326594,0,0,0,0,1,0,0.0,0.1722926138358034,17.460317460317448,0.5308764779161688,-2.7735294117646845,0,0,1.7855404720380523,0.6554621848739496,-19328587288.93754,-10814815.186546326,0.6108624941486112,-2853920.207866192,0,0,,-62.88468615130909,43.599312133146725,1,1,-0.23909774436090472,0.23642127707327798,416.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,45,impulse_late,accumulation,0,in_cloud,above,0.597,0,0,437.2,443.8,415.93333333333334,-4.162854528819759,1,0,0,none,1,-0.3838383838383838,-0.23866348448687352,0,0.318,0,0,0,0.390768683848715,46.875,0.44675326195119336,36.50793650793678,21.693121693121913,-4.175454071482193,-4.622207333433386,2.831631896366111,416.8,420.3,435.75,-0.3093028788960339,0,0,3.7857142857142856,0.9035117627003068,1,0.6666666666666666,-126.77878395860206,1,0,-33.33333333333333,0,0,0.0,17.483859612989576,1,0,1,0,1,0,8.94396551724138,0.22288466966183584,22.22222222222222,0.35191281720265166,-8.988235294117601,0,0,2.510844561861822,0.7983193277310925,-25426171763.20487,-24725988.070209503,1.4039523045726015,-1863469.3599062636,0,0,,-62.85730007225546,52.70667562528775,1,1,-0.3819548872180486,0.5767927547763578,413.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,38,impulse_late,accumulation,0,below_cloud,below,-0.723,0,0,456.05,457.1,415.1,-8.124109198552798,1,0,0,none,1,-0.7215189873417721,-0.47732696897374705,0,0.235,0,1,0,0.13061384573130883,32.5,0.21496711843245464,3.3333333333334068,17.654320987654597,-7.372253083508156,-7.58722020194061,6.432053618596776,418.4,425.1,447.31666666666666,-2.375911550223486,0,0,5.571428571428571,1.3425129087779688,0,0.0,-111.55378486055756,1,0,-100.0,1,0,-2.352941176470591,22.497318747468597,0,0,1,0,0,0,0.7926829268292579,-0.07345456930056127,-13.88888888888889,0.046344505378774443,-14.232352941176487,0,0,2.802038517696498,0.7142857142857143,-25218372473.826,-38936752.293792725,0.3474082115918852,-5521773.1385367215,0,0,-3.487291493849044,-63.19353969393288,54.936240714657345,1,1,-1.0691729323308292,0.8562536099202729,415.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,22,impulse_late,accumulation,0,below_cloud,below,-0.721,0,0,454.05,483.6333333333333,415.0,-8.600374408104837,1,0,0,none,1,-1.1694915254237288,-0.48192771084337355,0,0.0,0,0,0,0.14818998522465893,19.04761904761905,0.2833333631313799,13.708513708513502,14.766714766714614,-15.360466382257414,-15.643799745388794,13.31783238326876,419.6,435.4,480.8833333333333,-4.685346807533297,0,0,7.142857142857143,1.7211703958691913,0,0.0,-111.0294477926408,1,0,-100.0,1,0,-4.157043879907619,18.02895967627262,0,0,1,0,1,0,5.012531328320804,-0.009527798497476425,0.0,-0.21003496709619113,-31.491176470588243,0,0,3.662268752854001,0.1092436974789916,-29172418687.70117,-111589484.0333519,0.6503603930085072,-5063134.249964297,0,0,,-63.12632356695862,64.78225071242379,1,1,-2.3563909774436205,0.9247807708009755,415.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,14,impulse_late,unknown,0,below_cloud,above,3.486,0,0,433.15,514.0,418.3,-4.1902343299088045,0,0,0,none,1,-2.2244897959183674,-1.2048192771084338,0,0.077,0,0,0,0.18838489189017074,25.882352941176478,0.2384388556754775,12.904696762426079,10.845113239094326,-15.572436823923624,-15.810875679599102,13.734242671725227,418.4,434.6,480.3833333333333,-4.279797514956285,0,0,9.285714285714286,2.232142857142857,0,0.09803921568627451,-109.27864620679802,1,0,-85.29411764705883,1,0,-3.9260969976905313,17.704552630303795,0,0,1,0,0,0,-13.540723981900442,0.2108640193238127,4.126766985864112,0.0004085692686537907,-32.20588235294116,0,0,7.096161111875889,0.5714285714285714,-33568824486.31748,-117408831.00325394,0.6199294177930265,-3223216.9380962253,0,0,,-62.50222388567662,14.257003427971927,0,1,-2.357894736842119,0.8738723048521367,411.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,12,impulse_late,unknown,0,below_cloud,below,-2.994,0,0,459.81666666666666,481.7,414.3666666666667,-9.529160172532524,1,0,0,none,1,-2.3333333333333335,-1.201923076923077,0,0.111,0,0,0,-10.518683821953708,-23.83492510939118,-13.316241287437471,430.2,491.3,487.1166666666667,-13.494809688581322,0,0,25.428571428571427,5.983193277310924,0,0.09271523178807947,-117.65893619476167,1,0,-89.78102189781022,1,0,-17.15399610136452,29.681904162202272,0,0,0,0,1,0,-7.095452182157388,1.0716295605128945,1.8559384371640348,-0.007079202282925243,-81.89705882352939,0,0,10.127931697945414,0.5798319327731093,-45616217454.16844,-858502173.2689362,0.8203615602475497,-69957357.80595958,0,0,-3.8275006640600333,-59.27847358650307,36.908591697610525,1,1,-7.111278195488718,0.9052722497043239,411.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,6,impulse_late,unknown,none,below_cloud,below,-25.55,0,0,575.15,585.2,424.4,-26.10623315656785,1,0,0,none,1,-3.8620689655172415,-3.058823529411765,0,0.2,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,1,0,1,1,0.25,0.0,0.0,0,0.12514660372636832,16.18497109826589,11.737301722024158,9.644083118450776,36.00023321845674,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -442,2026-05-29 07:27:00,buy,408.0,0.19,73,저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73,0.0,16.666666666666657,-1.103249427887583,18.484848484848786,27.373737373738724,-1.7001474573658584,-0.5968980294782754,3.5071753241311496,416.2,421.05,420.7,-1.9118869492934398,0,0,2.5714285714285716,0.6226219301279834,0,0.07692307692307693,-165.03267973856097,1,0,-90.0,1,0,-2.1327014218009532,10.793834038261906,0,0,0,0,0,0,-4.385964912280713,-0.11599232951661698,-13.333333333333336,-0.12615722131038945,-5.161764705882376,0,0,1.540513356845653,1.0,-15803235387.795229,307981.51409339905,0.8053297818301145,-472851.5456826389,0,0,,-63.41444268268634,33.72545104411535,1,1,-0.5466165413533924,0.7673107270977229,413.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,59,impulse_late,unknown,0,below_cloud,below,-1.699,0,0,416.98333333333335,425.0,412.8666666666667,-0.9552739917662589,1,0,0,none,1,-0.08403361344537816,-0.48426150121065376,0,0.438,0,0,0,0.0,32.0,-0.9045729761276111,37.870370370370864,39.96913580247041,-0.9038220885512942,0.0007508875763169266,2.7566364720826355,418.0,420.75,420.06666666666666,-1.6042780748663055,0,0,3.7142857142857144,0.8971704623878538,0,0.4,-274.2474916387946,1,0,-60.0,0,0,-1.8957345971563955,19.183000671544832,0,0,0,0,0,0,-8.74074074074074,-0.24485568626710108,5.0,0.09297282670798668,-4.9441176470588175,0,0,1.8140408690416205,0.8067226890756303,-19350974167.741287,-18596221.847480774,3.48908501576029,-1892111.9416211694,0,0,,-63.30699882936679,27.678895976803524,1,1,-0.14962406015037233,0.09319307658818377,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,33,impulse_late,unknown,0,below_cloud,below,-0.964,0,0,421.4166666666667,427.1666666666667,413.3666666666667,-1.7599367213763095,1,0,0,none,1,-0.16161616161616163,-0.24154589371980675,0,0.409,0,0,1,0.0,43.75,-0.2721731670279415,79.05982905982934,102.2792022792025,-0.4379388903042809,-0.16576572327633946,2.4595237137809614,420.4,420.8,422.7,-1.3783269961977207,0,1,4.857142857142857,1.1703958691910499,1,0.5384615384615384,-319.67213114754173,1,0,-46.15384615384615,0,0,-1.6587677725118488,32.93618264867342,0,0,0,0,0,0,-2.9166666666666643,-0.45133080525486297,-22.051282051282044,0.21007476274868195,-1.8117647058823536,0,1,2.18094126586897,0.37815126050420167,-25461963586.3921,-31056683.765190125,3.624910587785356,-2327445.048930101,0,0,-5.318267128515168,-63.193265757139386,17.91130273211554,0,1,-0.009022556390981939,0.0004255922825914249,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,39,impulse_late,unknown,none,in_cloud,neutral,-0.238,0,0,436.0,444.8,416.0,-4.816513761467888,0,0,0,none,1,-0.4936708860759494,-0.24096385542168677,0,0.333,-1,-1,1,0.47464155873207087,48.57142857142856,0.8569373563335705,114.10256410256419,154.700854700855,-1.3345064449732718,-2.1914438013068422,2.8147466432733235,422.8,420.3,431.78333333333336,-0.07137758743754885,0,0,4.785714285714286,1.1394557823129252,1,0.9230769230769231,-224.69135802469054,1,0,-7.6923076923076925,0,1,-0.23752969121140222,31.28288224376395,0,0,0,0,0,0,-2.8571428571428683,-0.25389311666796965,-52.564102564102555,0.40650626162944004,-0.5088235294117567,0,1,2.10031809548647,0.21008403361344538,-25273969671.772728,-49837247.573410034,3.642626682776593,-2966202.101874888,0,0,,-62.72917799349926,17.553566424335525,0,1,0.2962406015037568,0.3511395818065014,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,24,impulse_late,accumulation,0,in_cloud,neutral,-0.317,0,0,422.45000000000005,459.0,416.5,-0.5799502899751507,1,0,0,none,1,-0.6271186440677966,-0.2380952380952381,0,0.2,0,0,1,0.4027087891932767,46.2962962962963,2.5947551477836406,142.77777777777757,117.96296296296282,-8.902772340043896,-11.497527487827536,5.343224397723437,421.6,423.2,463.6,-0.51984877126654,0,0,6.857142857142857,1.6287750254496098,1,0.52,-156.1791383219944,1,0,8.333333333333332,0,1,1.2019230769230838,31.795770293482732,0,0,0,0,0,0,-5.787037037037045,-0.10523978943746037,2.7777777777777715,0.2805654093801058,-14.102941176470608,0,0,3.464661048009754,0.09243697478991597,-29248210471.869686,-76806215.44461441,1.085819168291024,-4086121.5242936015,0,1,-4.650118801417093,-62.57512095620721,60.01724636715711,1,1,-0.5548872180451102,0.33720912954322546,408.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,15,impulse_late,accumulation,none,in_cloud,above,1.874,0,0,419.20000000000005,504.0,417.6,0.42938931297709093,1,0,0,none,1,-1.8979591836734695,-0.23752969121140144,0,0.091,0,0,0,0.029094641623501595,38.46153846153846,1.74054408700038,42.25490196078449,49.975845410628246,-9.507253151158977,-11.247797238159357,5.597628925531981,418.2,421.1,461.1166666666667,-2.635953455236295,0,0,8.0,1.951219512195122,1,0.0967741935483871,-132.20815752461348,1,0,-85.0,1,0,-1.4423076923076872,25.814502544000618,1,0,1,0,1,0,-13.205128205128197,-0.6562245885489055,-16.5686274509804,0.046762960970331946,-14.905882352941148,0,0,4.866281780651771,0.07563025210084033,-33614799498.858604,-45975012.54112625,1.0443055462105917,0.0,0,0,-2.2539922023498926,-63.00084052571646,40.346024673895975,1,1,-0.6120300751879668,0.3775329502902449,407.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,12,impulse_late,unknown,none,below_cloud,above,0.792,0,0,460.3,480.8,412.46666666666664,-10.927655876602216,0,0,0,none,1,-1.6666666666666667,3.6585365853658534,0,0.2,-1,-1,0,-8.31971300469537,-26.248748471902957,-17.929035467207587,424.4,479.1,485.93333333333334,-11.500730536422466,0,0,21.071428571428573,4.9696765498652296,0,0.12056737588652482,-100.93686354378822,1,0,-84.95575221238938,1,0,-13.11475409836066,25.39331629811015,0,0,1,0,0,0,9.383839626122239,1.8117507096897096,1.8517322309067037,0.003675846415370833,-88.61470588235295,0,0,10.626191947783143,0.5798319327731093,-45710295530.35983,-869570850.7996674,0.5755305789732298,-43793937.0246629,0,0,-4.573235781909462,-59.33685940310978,32.71318813000351,1,1,-7.524812030075195,0.92544102651154,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,5,impulse_late,unknown,0,below_cloud,below,-30.244,0,0,574.4166666666666,584.6666666666666,427.5,-26.185985782678078,0,0,0,none,1,-5.344827586206897,-0.7075471698113208,0,0.0,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,2,0,2,1,0.5,0.0,0.333,0,0.20232915248683145,24.277456647398836,9.130295154756142,9.38205326687658,38.63573014456408,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -443,2026-05-29 13:09:00,buy,417.0,0.186,73,저점 분할 매수 · 비중 19% · 6회 · BB하단 · leg#73,0.272942030335454,29.411764705882362,-0.2728401754133949,20.833333333333638,12.500000000001345,-2.3963799394644525,-2.1235397640510576,3.270802585233132,420.4,424.15,429.18333333333334,-0.7426617941765801,0,0,2.0714285714285716,0.49202578893790294,0,0.2727272727272727,-118.34094368341042,1,0,-50.0,0,0,-0.47281323877068626,13.23226394543451,0,0,1,0,1,0,9.411764705882362,0.15927756385826175,12.500000000000002,0.19672165108739056,-6.449999999999989,0,0,1.289394138903423,0.20168067226890757,-15844713065.67522,-2696280.0617408752,2.8885900033164487,-21423.17999047041,0,0,,-62.635947987149834,53.91362955438586,1,1,-0.5481203007518818,0.8741625448438419,418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,56,impulse_late,accumulation,382,below_cloud,below,-0.507,0,0,425.8833333333333,437.0,409.93333333333334,-1.1466364027707066,1,0,0,none,1,0.008403361344537815,-0.4750593824228029,0,0.5,0,0,1,0.11790046548922528,23.529411764705884,-1.0138540908403757,9.764309764310257,6.95847362514156,-2.2632960692611164,-1.2494419784207407,4.0187856707683824,420.8,426.55,424.98333333333335,-1.5355761340991703,0,0,3.0,0.7142857142857143,0,0.16666666666666666,-134.72706155632937,1,0,-81.81818181818183,1,0,-2.0979020979020935,8.315156741012046,0,0,0,0,0,0,4.481792717086833,0.0846687954792762,6.0606060606060606,0.07374125597420307,-7.997058823529414,0,0,1.6092086637755387,0.37815126050420167,-19379564276.82326,-6880694.6947135925,2.6082594822439966,-1458583.1095034182,0,0,,-62.70697088028885,39.17169240624617,1,1,-0.6609022556391033,0.832401608692888,418.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,34,impulse_late,accumulation,382,below_cloud,below,-0.595,0,0,422.3,434.0,408.8666666666667,-0.5446365143263132,1,0,0,none,1,-0.020202020202020204,-0.4761904761904762,0,0.536,0,0,1,0.0,34.61538461538463,-1.693560649047947,13.600288600288865,16.907166907167113,0.21619413413679922,1.9097547831847461,4.2180322214589925,423.4,429.2,422.06666666666666,-2.143522833178002,0,0,4.642857142857143,1.1054421768707483,0,0.125,-196.673189823875,1,0,-85.71428571428571,1,0,-2.3255813953488413,24.242129454834753,0,0,0,0,0,0,3.580901856763944,-0.1929354119513762,1.0582010582010568,0.17277493706441557,-1.2558823529411711,0,1,2.508039359273084,0.7394957983193278,-25509797128.722244,-19243972.676132202,0.8964077804291227,-3356742.167998217,0,0,,-62.681470346425506,19.376066270019503,0,1,-0.4586466165413539,0.35942245129782213,418.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,35,impulse_late,accumulation,382,in_cloud,below,-1.623,0,0,421.43333333333334,434.0,409.73333333333335,-0.3401091513090204,1,0,0,none,1,-0.0379746835443038,-0.4761904761904762,0,0.5,0,0,0,0.3510215982425894,50.0,-0.9107031624668265,25.07770007770016,48.573879823880105,1.0178950974422492,1.9285982599090756,7.662717330105906,425.0,424.85,422.3666666666667,-1.141579380957991,0,0,5.857142857142857,1.3945578231292517,0,0.45,-67.39188113557988,0,0,-84.61538461538461,1,0,-2.777777777777779,55.379275069473,0,0,0,0,0,0,-2.3809523809523725,-0.44321313915880856,-22.64957264957265,0.2791049400799138,1.1205882352941217,0,0,2.892913485110298,0.6302521008403361,-25345014974.870735,-38501682.53933334,0.8966495841417776,-5049714.544626981,0,0,,-62.65987931211203,24.162533595752983,0,1,0.7105263157894651,0.26675434763062744,418.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,23,impulse_late,accumulation,382,in_cloud,below,-0.711,0,0,430.6166666666667,431.0,417.2,-2.4654565158493624,1,0,0,none,1,-0.22033898305084745,-0.7142857142857143,0,0.385,0,0,0,0.43964765068004313,50.74626865671642,2.0585354676079817,83.33333333333313,99.06432748537998,-2.4542629136973346,-4.512798381305316,6.679610518552964,427.2,421.7,445.1,-0.40313018733696415,0,0,8.428571428571429,2.0068027210884356,0,0.6,-36.15134164140572,0,0,-40.0,0,0,2.4390243902439046,63.19648402302604,0,0,0,0,0,0,-0.7688828584350986,-0.7259138323332834,-15.0,0.36595349327134724,2.1999999999999886,0,0,4.290963103521875,0.6386554621848739,-29288784148.98364,-40800516.091739655,0.6799140185323783,18202913.790775478,0,0,-3.1555860430967946,-62.59443157050877,29.641203499813543,1,1,0.3849624060150388,0.10459602625753472,418.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,15,impulse_late,accumulation,none,in_cloud,below,-1.847,0,0,428.9,474.0,414.6,-2.075075775238977,1,0,0,none,1,-1.4081632653061225,-0.7142857142857143,0,0.308,-1,0,0,0.6840919340274199,53.92156862745099,1.7786575186598719,45.09803921568645,50.000000000000234,-2.1414411768923856,-3.9200986955522574,6.4361001446498545,425.2,422.0,443.53333333333336,1.1848341232227444,0,0,11.285714285714286,2.643024422883908,0,0.5882352941176471,31.57045742597035,0,0,-41.17647058823529,0,0,4.146341463414638,54.27178900931619,0,0,0,0,0,0,4.941976790716296,0.008055990323274198,-2.941176470588246,0.5524312302868302,1.170588235294133,0,0,6.576749686264151,0.4369747899159664,-33675700351.640625,-63244243.262161255,0.9691921266287038,3669525.6094627976,0,0,-1.4300977333853078,-61.33028824152748,54.82303662712634,1,1,0.46315789473683344,0.16284546983898007,415.0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,11,impulse_late,unknown,none,below_cloud,below,-5.878,0,0,418.26666666666665,445.1333333333333,417.4,2.087982148549572,1,0,0,none,1,-0.7692307692307693,3.0444964871194378,0,0.286,0,0,0,-1.251040963844222,-23.11373267297415,-21.86269170912993,427.8,458.0,484.45,-6.113537117903933,0,0,25.0,5.813953488372093,0,0.16312056737588654,-66.438952514902,0,0,-71.95121951219512,0,0,-1.82648401826484,34.56827382636371,1,0,1,0,1,0,-0.728938873268774,1.2828202533830968,1.8666002986560457,0.262394935301146,-72.36764705882354,0,0,12.34342443520319,0.7058823529411765,-45710746171.99695,-269401891.2798996,0.25742719262714453,14915364.346324407,1,0,-4.040677946113317,-58.60637736239529,27.5423296211363,1,1,-5.9609022556391,0.7860094651504684,415.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,4,corrective,unknown,none,below_cloud,above,4.105,0,0,426.95000000000005,543.8,412.7,0.7143693640941473,1,0,0,none,1,-4.793103448275862,-0.6976744186046512,0,0.0,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,3,0,1,2,0.75,0.0,-0.333,0,0.3240189497382006,35.35353535353535,23.63530778164922,19.64072196257449,34.739746744374386,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -444,2026-05-29 16:27:00,sell,461.0,0.65,73,고점 매도 · 비중 65% · 분할 · leg#73,1.0,94.73684210526316,1.0662919534949387,109.04761904761936,107.51322751322886,4.836888177742139,3.7705962242472006,4.791779534095283,457.0,449.35,438.46666666666664,3.0377211527762293,0,0,2.7857142857142856,0.6016661524220919,0,1.1764705882352942,188.18818818818772,0,1,20.0,0,1,4.044943820224711,90.06586259126975,0,0,0,0,0,0,0.6191950464396285,0.3265920229138324,2.962962962962976,1.6328006179827923,12.023529411764684,0,0,1.5662669441634924,0.47058823529411764,-15844855801.284088,-2137792.318687439,4.049019184114429,3396487.0301950127,0,0,,-58.86846745676293,42.766246358683325,1,1,0.7165413533834569,0.6201652073149002,462.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,54,impulse_late,distribution,100,above_cloud,above,3.261,0,0,432.04999999999995,460.0,425.6,7.163522740423578,0,0,0,none,1,0.25210084033613445,-0.4319654427645789,1,0.625,1,1,1,1.0,75.86206896551724,1.1999465219079397,108.33333333333383,97.58297258297385,6.362082730744476,5.162136208836536,7.0067558280261775,455.6,446.6,433.6,3.8961038961038863,0,0,3.7857142857142856,0.8158866995073892,0,1.1428571428571428,183.46327846760997,0,1,25.0,0,1,4.504504504504503,78.41283602512912,0,0,0,0,0,0,5.02873563218391,0.48621404911968913,13.095238095238088,1.6042150605944925,16.444117647058818,0,0,2.3610248337679067,0.865546218487395,-19376761159.90518,1061119.0888710022,1.861800354913259,3969717.5053426772,0,0,,-58.76566940522602,49.53818244469505,1,1,1.0556390977443655,0.6373053376475242,463.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,37,impulse_late,distribution,100,above_cloud,above,3.268,0,0,426.85,460.0,420.9,8.703291554410209,0,0,0,none,1,0.5454545454545454,-0.646551724137931,1,0.769,1,1,1,0.9757073640621806,84.44444444444444,1.7786870288120022,86.77248677248703,77.5132275132277,6.8619187870800715,5.083231758268069,10.658633179133517,448.8,436.85,427.51666666666665,5.070390294151306,0,0,5.928571428571429,1.2916277622159975,0,1.0,156.8301468550845,0,1,-0.0,0,1,5.517241379310356,92.80356188371617,0,0,0,0,0,1,2.865497076023388,0.43929003907967523,11.111111111111114,1.2830926999091967,18.317647058823525,0,0,2.51127997222949,0.7478991596638656,-25503061579.599014,6757246.131736755,3.9674948490963207,7809638.310953628,0,0,,-59.18638371359914,64.7320521587749,1,1,1.8879699248120203,0.9206837080660714,459.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,36,impulse_late,unknown,100,above_cloud,below,-2.384,0,0,420.75,448.8,409.7,9.090909090909083,0,0,0,none,1,0.5316455696202531,-0.8714596949891068,1,0.667,1,1,1,0.9596088950400476,83.33333333333333,2.182440133814972,85.18518518518528,82.40740740740769,6.7236881788423375,4.541248045027365,10.262796007577778,448.6,433.55,424.9166666666667,4.716872333064237,0,0,6.428571428571429,1.4159848961611077,0,1.0,164.50515879877818,0,1,-0.0,0,1,6.323185011709609,83.45572932606623,0,0,0,0,0,0,7.142857142857139,0.19956351202578793,5.555555555555557,1.1657364722538892,21.21764705882356,0,0,3.570452596677591,0.773109243697479,-25339486895.237576,5002293.560218811,3.3747248619524424,6095794.353789896,0,0,,-59.6093564563529,40.0112699500478,1,1,1.4744360902255647,0.6149363391251048,453.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,unknown,none,above_cloud,below,-3.064,0,0,419.5,454.0,414.1333333333333,8.224076281287251,1,0,0,none,1,0.5084745762711864,-2.2026431718061676,1,0.562,1,1,1,0.9125394383711383,73.84615384615384,3.7180788017861794,82.76353276353257,86.26970560303879,3.2019771072389744,-0.5161016945472051,10.993696576910567,440.6,426.65,438.95,4.535333411461395,0,0,8.714285714285714,1.953875720691864,0,0.8260869565217391,187.0967741935481,0,1,-22.22222222222222,0,0,3.002309468822162,72.89518304886415,0,0,0,0,0,1,-3.7657864523536233,0.01518068084201074,-3.4074074074073906,0.9272310268868227,18.788235294117612,0,0,5.009067350011063,0.865546218487395,-29281944941.35802,-26629778.03660202,1.8887052187927744,-1717693.4168350399,0,1,,-60.255499251494506,24.616079559795093,0,1,1.4609022556390963,0.5432495230152085,447.0,1,0,0,0,1,1,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,15,impulse_late,unknown,none,above_cloud,above,8.929,0,0,428.4166666666667,457.0,414.53333333333336,4.104259871620308,1,0,0,none,1,-0.1836734693877551,-3.811659192825112,1,0.462,0,0,1,1.0,72.16494845360825,4.167832212742916,81.82905982906,79.72779072779097,4.7456156051221114,0.5777833923791953,12.131019290296678,445.2,428.8,438.1666666666667,6.809701492537301,0,0,12.714285714285714,2.776044915782907,0,0.8793103448275862,191.06575204952335,0,1,-14.000000000000002,0,1,6.759906759906764,68.52584437947479,0,0,0,0,0,0,12.371134020618555,0.6447702197762144,-0.5000000000000142,0.9795194510887466,20.394117647058863,0,0,7.637433894309936,0.8739495798319328,-33659246524.437653,-47213993.62520218,1.7619663470424216,12816051.66980517,0,0,,-58.439142926817155,69.83268203033067,1,1,1.7443609022556443,0.6297331777096169,446.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,none,above_cloud,above,2.675,0,0,423.4333333333333,451.4666666666667,412.8,8.163425962371118,0,0,0,none,1,0.5384615384615384,4.148471615720524,0,0.5,0,0,0,2.2293849548907474,-18.898122307084236,-21.127507261974984,435.2,449.75,484.1333333333333,-0.8337965536409087,0,0,22.071428571428573,4.948750800768739,0,0.34513274336283184,-6.6167038012287795,0,0,-32.758620689655174,0,0,1.5945330296127658,33.33849397341652,0,0,0,0,0,0,7.116488925348648,1.5180321211616992,9.148486980999294,0.4299958176496478,-51.87941176470588,0,0,12.27509858060338,0.6890756302521008,-45825609801.822945,-217802781.98766327,1.1390565864650664,53792285.21050832,0,0,-3.940786783308806,-56.98179036915554,27.23138053877992,1,1,-3.9902255639097786,0.5584495330283673,443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,4,corrective,unknown,none,below_cloud,above,6.861,0,0,543.3833333333333,546.1666666666666,412.56666666666666,-17.921663650584296,1,0,0,none,1,-2.9655172413793105,-0.2242152466367713,0,0.0,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,0,4,2,1,0.0,1.0,0.333,0,0.4703221952268721,46.73913043478261,46.804037005887274,36.031631604141495,28.094953788357053,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -445,2026-05-29 17:00:00,sell,458.0,0.35,73,고점 매도 · 비중 35% · 분할 · leg#73,0.6451835056679401,54.54545454545455,-0.6878950958761121,60.606060606060915,47.474747474748824,2.4801087895494334,3.1680038854255455,4.389083908054501,454.6,455.1,444.4,0.637222588442099,0,0,5.142857142857143,1.122894572676232,0,0.75,57.8616352201257,0,0,-27.27272727272727,0,0,-0.8658008658008698,52.73717957546731,0,0,0,0,0,0,4.545454545454547,0.260827226744623,15.151515151515156,0.6971073545569259,3.835294117647095,0,0,2.443311092729218,0.8319327731092437,-15854871553.398762,-10015752.114673615,0.9305468282498052,-593271.6674267054,0,0,,-59.300085870031,40.24060623937903,1,1,0.24812030075187524,0.0864074496075562,458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,50,impulse_late,accumulation,none,in_cloud,above,0.93,0,0,432.4,461.0,425.8,5.920444033302497,1,0,0,none,1,0.21008403361344538,-0.21834061135371177,0,0.606,0,0,0,0.6465278954493003,60.97560975609756,-0.6234176687382345,54.76190476190525,56.44841269841396,4.85279940659882,5.476217075337054,5.442778167667519,454.2,451.4,436.1,0.7975188303057212,0,0,5.714285714285714,1.2558869701726845,0,0.6875,70.2005730659022,0,0,-35.714285714285715,0,0,1.1111111111111072,66.21256960643728,0,1,0,1,0,1,-0.9291521486643433,-0.091504058024511,2.6785714285714235,0.6809099333165354,8.038235294117612,0,0,2.3145233249089614,0.7478991596638656,-19396015867.80821,-18855760.433994293,1.2317605891880412,1698074.5163992792,0,0,,-59.553840928226975,28.95404101043771,1,1,0.6721804511278205,0.4191750302094498,455.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,36,impulse_late,unknown,100,above_cloud,below,-0.661,1,0,433.05,460.0,420.8,5.068698764576829,1,0,0,none,1,0.43434343434343436,-0.6593406593406593,1,0.704,0,0,0,0.7634187521114207,69.81132075471697,1.1861501939148411,91.3580246913583,96.70781893004136,7.511245816532664,6.325095622617823,9.953966685378205,456.0,442.4,429.1333333333333,2.622061482820981,0,0,7.142857142857143,1.5733165512901197,0,0.8571428571428571,92.11775878442504,0,0,-18.51851851851852,0,1,1.1135857461024523,73.72904340554238,0,1,0,1,0,1,1.8867924528301785,-0.42544346628173546,-6.172839506172835,0.8302341267467951,20.632352941176464,0,0,3.157927849141394,0.9159663865546218,-25523432775.356136,-15825610.751312256,2.017096737756683,5505819.016980133,0,0,,-59.619360909552796,67.63846115351318,1,1,1.7368421052631449,0.8711362826033295,454.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,35,impulse_late,unknown,100,above_cloud,neutral,0.489,0,0,420.75,459.0,409.7,7.902554961378483,1,0,0,none,1,0.4430379746835443,-1.1013215859030838,0,0.65,0,0,1,0.7604485308150888,74.24242424242425,2.046661455334065,104.62962962962972,96.91358024691387,7.7810930745998235,5.7344316192657585,12.101671122196176,451.8,436.25,426.05,3.151862464183375,0,0,7.142857142857143,1.5873015873015872,0,0.8888888888888888,98.51551956815085,0,0,-11.11111111111111,0,1,3.686635944700467,64.1822711139053,0,0,0,0,0,0,-14.848484848484844,-0.6794113862854392,3.7037037037036953,0.8366616322795652,20.14705882352939,0,0,4.47559597859599,1.0,-25415646342.968037,-71457037.62688065,1.917717916411601,6519007.132163525,0,0,,-59.95368800904715,43.116682363129996,1,1,1.9511278195488688,0.7648880869747448,450.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,23,impulse_late,unknown,none,above_cloud,below,-1.08,0,0,419.5,454.0,414.1333333333333,7.270560190703224,1,0,0,none,1,0.576271186440678,-2.0,0,0.556,-1,-1,1,1.0,77.92207792207792,4.62229140935009,95.37037037037017,88.10161443494762,5.2617625671404085,0.6394711577903177,13.322312060726565,447.8,428.45,438.5,8.063951452911656,0,0,8.714285714285714,1.882135143474236,0,1.1956521739130435,183.7106427270362,0,1,25.0,0,1,7.9254079254079235,74.24996805506319,0,0,0,0,0,1,4.075924075924078,0.904212607563911,12.606837606837601,1.3277991882605986,23.161764705882376,0,0,5.531956042205673,0.9495798319327731,-29292143713.985844,-35224463.962135315,2.0782983579428604,4717390.8460042775,0,0,,-58.72875762242722,26.761759966345068,1,1,1.9857142857142844,0.6777383306286496,458.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,16,impulse_late,unknown,none,above_cloud,neutral,0.224,0,0,428.4166666666667,457.0,414.53333333333336,8.072359463139467,0,0,0,none,1,0.10204081632653061,-1.9438444924406046,1,0.5,1,1,1,1.0,72.16494845360825,4.167832212742916,81.82905982906,79.72779072779097,4.7456156051221114,0.5777833923791953,12.131019290296678,445.2,428.8,438.1666666666667,6.809701492537301,0,0,12.714285714285714,2.776044915782907,0,0.8793103448275862,191.06575204952335,0,1,-14.000000000000002,0,1,6.759906759906764,68.52584437947479,0,0,0,0,0,0,12.371134020618555,0.6447702197762144,-0.5000000000000142,0.9795194510887466,20.394117647058863,0,0,7.637433894309936,0.8739495798319328,-33659246524.437653,-47213993.62520218,1.7619663470424216,12816051.66980517,0,0,,-58.439142926817155,69.83268203033067,1,1,1.7443609022556443,0.6297331777096169,446.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,12,impulse_late,unknown,none,above_cloud,above,2.675,0,0,423.4333333333333,451.4666666666667,412.8,8.163425962371118,0,0,0,none,1,0.5384615384615384,4.148471615720524,0,0.5,0,0,0,2.2293849548907474,-18.898122307084236,-21.127507261974984,435.2,449.75,484.1333333333333,-0.8337965536409087,0,0,22.071428571428573,4.948750800768739,0,0.34513274336283184,-6.6167038012287795,0,0,-32.758620689655174,0,0,1.5945330296127658,33.33849397341652,0,0,0,0,0,0,7.116488925348648,1.5180321211616992,9.148486980999294,0.4299958176496478,-51.87941176470588,0,0,12.27509858060338,0.6890756302521008,-45825609801.822945,-217802781.98766327,1.1390565864650664,53792285.21050832,0,0,-3.940786783308806,-56.98179036915554,27.23138053877992,1,1,-3.9902255639097786,0.5584495330283673,443.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,4,corrective,unknown,none,below_cloud,above,6.861,0,0,543.3833333333333,546.1666666666666,412.56666666666666,-17.921663650584296,1,0,0,none,1,-2.9655172413793105,-0.2242152466367713,0,0.0,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,0,2,2,1,0.0,0.5,0.333,0,0.4703221952268721,46.73913043478261,46.804037005887274,36.031631604141495,28.094953788357053,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -446,2026-05-29 21:33:00,buy,430.0,0.25,74,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74,0.8913911203551146,57.692307692307686,0.999000656137548,114.2857142857146,88.88888888889024,-1.1063041193664844,-2.1053047755040324,2.319780824568598,436.6,435.05,441.93333333333334,0.9079416159062159,0,0,2.5714285714285716,0.585746827204686,0,1.1428571428571428,83.25952170062122,0,0,14.285714285714285,0,1,0.9195402298850519,60.760543718462216,0,0,0,0,0,0,5.840455840455839,0.1642422992482384,31.42857142857143,0.769085813630246,-0.8029411764705969,0,0,1.892909185327617,0.7142857142857143,,,0.6982141986247014,161806.76799798012,0,0,,-60.95101352604004,38.42145949288807,1,1,-0.024812030075190037,0.0033848573479973165,436.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,65,impulse_late,accumulation,382,in_cloud,above,1.712,0,0,460.5,461.0,433.0,-4.668838219326821,1,0,0,none,1,-0.07563025210084033,0.0,0,0.419,0,0,0,0.577981286913478,45.45454545454546,0.5365149967434437,74.07407407407457,45.67901234568029,-2.575715194052748,-3.1122301907961916,3.5149171344025447,435.4,437.8,446.15,0.2740977615349527,0,0,3.857142857142857,0.8786202408070289,0,0.6153846153846154,-44.44444444444487,0,0,-0.0,0,1,0.6880733944954143,24.862341568237397,0,0,0,0,0,0,-4.54545454545454,0.31997565175444853,29.629629629629633,0.56302915577777,-6.326470588235281,0,0,1.616105874541832,0.48739495798319327,-19424620978.916656,-5465001.987049103,1.072459357403661,-69488.67094859481,0,1,,-60.93815393828778,62.82712035863296,1,1,-0.4827067669173027,0.5510272837142657,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,0,0,1,1,island_top,down,0,0,1,1,0,0,0,48,impulse_late,accumulation,382,in_cloud,above,1.955,0,0,446.7,460.0,432.0,-1.7237519588090389,1,0,0,none,1,0.20202020202020202,-0.22779043280182232,0,0.5,0,0,0,0.35341466651957115,34.78260869565217,-1.089654683269833,20.512820512820777,10.805860805861014,-2.9990972074547244,-1.9094425241848914,5.395904441442671,434.8,442.5,440.35,-0.7909604519773961,0,0,4.142857142857143,0.9437032216075497,0,0.5,-108.33840535605725,1,0,-38.46153846153847,0,0,-1.348314606741574,9.31749635910586,1,0,1,0,1,0,24.256292906178487,0.5587865190635184,15.750915750915752,0.3926045230547753,-13.126470588235293,0,0,1.7884952095929914,0.07563025210084033,-25562998350.247692,,1.644746058970935,-2005215.333140403,0,0,,-60.9142965357091,66.99775174988143,1,1,-0.9443609022556239,0.8760098177496917,431.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,30,impulse_late,unknown,382,below_cloud,above,0.726,0,0,421.4,459.0,420.6,4.176554342667305,1,0,0,none,1,0.3670886075949367,-0.9111617312072893,0,0.524,0,1,0,0.25568438878363825,32.14285714285715,-2.1810968487581084,27.083333333333414,20.56878306878335,-1.1599421229204836,1.0211547258376246,6.378923855133485,436.4,445.95,434.3,-1.558470680569568,0,0,4.214285714285714,0.9599739668076799,0,0.3333333333333333,-128.06968770271595,1,0,-50.0,0,0,-2.00892857142857,22.466777454938878,0,0,0,0,1,0,23.447204968944106,0.4735071361843963,11.111111111111112,0.3241179021199614,-8.355882352941137,0,0,3.181585537888518,0.5546218487394958,-25450012229.84046,-15850781.231842041,1.1029862056373896,-5478291.404566646,0,0,,-60.89284863939175,50.83118174989932,1,1,-1.1150375939849617,0.8603989551379881,433.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,19,impulse_late,accumulation,382,below_cloud,below,-2.778,0,0,454.2166666666667,455.0,411.1333333333333,-3.3500898983598204,1,0,0,none,1,0.2711864406779661,-1.366742596810934,0,0.474,0,1,0,0.45753119757758787,54.41176470588235,-1.386174452044755,29.966329966329756,46.07182940516259,2.866106656483396,4.252281108528151,10.944502382813782,440.6,441.05,433.65,-0.46479990930733406,0,1,9.214285714285714,2.0989261308167912,0,0.5833333333333334,-37.55102040816326,0,0,-68.18181818181817,0,0,-5.183585313174943,43.2910875441181,0,0,0,0,0,0,-1.3025210084033603,-0.21175355162745735,-13.468013468013464,0.46020755495820387,5.858823529411779,0,0,4.93774701153929,0.8571428571428571,-29332120569.667084,-39976855.68124008,1.1530812879060968,-12276574.289198726,0,0,,-60.82571035874512,29.37346945479405,1,1,0.9676691729323361,0.2250474756616322,434.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,13,impulse_late,unknown,500,in_cloud,below,-13.087,0,0,428.70000000000005,454.0,415.6666666666667,2.4026125495684614,1,0,0,none,1,0.12244897959183673,-1.5945330296127564,0,0.5,0,0,0,0.36936427070101124,55.73770491803278,-1.6500657159111642,20.175438596491407,33.0760233918131,2.257254246698153,3.9073199626093174,10.52425531002344,438.4,440.05,433.23333333333335,-1.374843767753664,0,1,12.785714285714286,2.946017116524029,0,0.38,-31.198686371100166,0,0,-81.57894736842105,1,0,-5.2401746724890845,58.53366722892343,0,0,0,0,0,0,3.4300126103404764,-0.4424958943075459,-13.192982456140346,0.3967742335043594,5.702941176470631,0,0,5.61286639865799,0.23529411764705882,-33752988492.419884,-93741967.98223114,0.9348782625614919,-20075191.85485059,0,0,,-60.5350143606996,84.00369611164328,1,1,0.8458646616541279,0.1868112338995469,427.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,11,impulse_late,unknown,382,below_cloud,below,-20.977,0,0,423.4333333333333,453.4,412.8,2.495473510194457,1,0,0,none,1,0.46153846153846156,3.225806451612903,0,0.5,0,0,0,3.714270846230086,-15.70242616437929,-19.416697010609376,441.6,443.5,483.9,0.11273957158963732,0,0,21.357142857142858,4.81016731016731,0,0.37755102040816324,-6.931316950220686,0,0,-36.206896551724135,0,0,4.470588235294115,26.817372766663908,0,0,0,0,0,0,5.570669775877711,0.5853006869977264,6.223717409587898,0.4216140230321824,-39.92352941176472,0,0,11.934143393211375,0.6470588235294118,-45831184087.137535,-214966632.96909332,0.8344484679037175,39159786.25970387,0,0,-3.0608387662262624,-57.11073338614119,26.40380892243825,1,1,-2.278195488721821,0.2945188297135879,427.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,1,0,5,impulse_late,unknown,none,below_cloud,above,3.874,0,0,466.41666666666663,536.1666666666667,412.1666666666667,-4.806146149723056,1,0,0,none,1,-3.4827586206896552,-3.8288288288288284,0,0.0,0,0,0,-4.417548283463788,24.330254050523422,28.74780233398721,475.6,444.05,395.9166666666667,-4.290057425965543,0,0,71.64285714285714,16.857142857142858,0,0.28076923076923077,-35.071679809023216,0,0,-84.61538461538461,1,0,-5.133928571428569,74.90388241708264,0,0,0,0,0,0,3.702785443256289,-4.966575190504482,-18.982466808553767,0.40982049828960415,54.78823529411761,0,0,32.81785339935212,1.0,-79532980278.16534,-4645283860.580902,0.6414486797532362,-132547755.78985739,0,0,-2.902320223125908,-53.327328061018044,86.4835802508202,1,1,7.507518796992484,0.43255483747131407,407.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,21,impulse_late,unknown,382,below_cloud,below,-56.278,0,0,416.35,548.3,348.1,2.077578960009596,1,0,0,none,1,0.8813559322033898,-2.588235294117647,0,0.538,0,0,0,2,0,2,1,0.5,0.0,0.333,0,0.5050331692699985,51.807228915662655,64.94252873563217,56.82179235585457,22.399320496062195,55.04807692307692,19.235709063605256,37.26292197572865,0.42947791806913543,60.83282439351761 -447,2026-05-30 01:24:00,buy,439.0,0.244,74,저점 분할 매수 · 비중 24% · 4회 · BB하단 · leg#74,0.17246503367918684,29.16666666666667,-0.7699252898537804,27.976190476190784,32.73809523809657,0.18971226199681723,0.9596375518505976,3.2389209211654535,445.8,447.75,442.06666666666666,-1.0608598548296988,0,0,3.2142857142857144,0.72557239600129,0,0.16666666666666666,-135.85699263932688,1,0,-71.42857142857143,0,0,-0.8948545861297563,14.128508757024406,0,0,0,0,0,0,1.1666666666666714,-0.1272321584966588,-7.1428571428571495,0.2582280661252342,-0.9235294117647186,0,1,2.0891009646373657,0.6974789915966386,,,0.45078843331571333,-354335.43674468994,0,0,,-60.55492915452998,27.933801199997383,1,1,-0.3330827067669281,0.29540668488036903,441.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,69,impulse_late,accumulation,382,in_cloud,neutral,-0.225,0,0,440.35,453.0,431.53333333333336,0.6017940274781308,1,0,0,none,1,-0.03361344537815126,0.0,0,0.419,-1,0,0,0.340644044245969,39.99999999999999,-0.7522993588888536,32.082732082732576,31.79413179413307,1.6433516076521641,2.3956509665410177,4.151141604125337,445.8,445.95,439.18333333333334,-0.6615091377957127,0,1,4.714285714285714,1.0641728474685586,0,0.3333333333333333,-119.32396660558052,1,0,-71.42857142857143,0,0,-2.207505518763797,42.77897285349002,0,0,0,0,0,0,-16.250000000000007,-0.2677898956561138,-0.4761904761904745,0.37667538274484863,1.664705882352905,0,0,2.676754688093168,0.9243697478991597,,,0.9158287168504358,-794606.9220801592,0,0,,-60.54175090047836,26.85591970330862,1,1,0.32255639097744077,0.1700168223729247,439.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,50,impulse_late,accumulation,382,above_cloud,above,0.503,0,0,439.9666666666667,453.4,430.8666666666667,0.6894461701643984,1,0,0,none,1,-0.1717171717171717,0.0,0,0.391,0,0,0,0.558766615649309,56.81818181818182,0.5080114860732696,56.410256410256686,69.08664320429047,2.029111087783349,1.5210996017100793,5.5880133189698205,447.0,441.55,444.3833333333333,0.32838863095911996,0,0,6.214285714285714,1.4027732989358273,0,0.5294117647058824,-8.188824662813895,0,0,-61.53846153846154,0,0,1.1415525114155223,48.463194012822555,0,1,0,1,0,1,-4.157427937915742,-0.47151332481634567,-11.623931623931604,0.4860733006238241,5.441176470588232,0,0,2.703635165958401,0.6302521008403361,-25589084240.753613,-23021973.85654831,1.3635309926317143,-963290.4978734013,0,1,,-60.51734609807205,31.89683107719478,1,1,0.8684210526315735,0.6937037940310353,440.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,36,impulse_late,accumulation,618,above_cloud,below,-1.57,0,0,447.3833333333333,459.0,431.6666666666667,-0.9797712625265409,1,0,0,none,1,0.16455696202531644,-0.6772009029345373,0,0.5,-1,0,0,0.7935165427078831,65.11627906976744,1.3413733226912354,97.77777777777784,112.45791245791274,1.7974129949292887,0.4560396722380533,5.7351060458300624,448.6,439.6,439.9166666666667,1.6833484986351177,0,0,6.357142857142857,1.4221796100990731,0,0.9411764705882353,43.650793650794505,0,0,-6.666666666666667,0,1,2.758620689655178,64.85962932637622,0,0,0,0,0,0,6.782945736434115,-0.18306671670468222,-13.333333333333343,0.6646316284323077,3.6029411764706083,0,0,3.2582300686567445,0.6722689075630253,-25482349731.852707,-30049283.511154175,1.4071217290494213,4686732.962282926,0,0,-2.198916937055373,-60.139532429913054,28.503780968137413,1,1,0.7909774436090248,0.5512110961027363,440.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,22,impulse_late,accumulation,618,above_cloud,above,0.895,0,0,454.3833333333333,455.0,427.8666666666667,-1.6249128855958639,1,0,0,none,1,0.2542372881355932,-0.6711409395973155,0,0.5,0,0,0,0.5553340347097021,47.99999999999999,0.15924297085105676,114.52991452991432,83.97435897435882,2.3972021787509448,2.237959207899888,7.102999471789424,444.4,445.25,431.81666666666666,0.39303761931499537,0,0,7.714285714285714,1.725790987535954,0,0.7647058823529411,-22.620001781102605,0,0,8.333333333333332,0,1,0.6756756756756799,46.444626413756204,0,1,0,1,0,0,-2.000000000000007,0.18042156384738472,22.38562091503269,0.6785088068054885,6.317647058823525,0,0,4.273435948124955,0.6134453781512605,-29363921364.909916,,1.1143220070959519,5080263.521005571,0,0,,-60.07374679875003,32.474914488080536,1,1,-0.6819548872180483,0.2603801653154153,440.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,14,impulse_late,unknown,100,above_cloud,above,6.071,0,0,428.70000000000005,454.0,415.6666666666667,4.268719384184738,1,0,0,none,1,0.46938775510204084,-0.6711409395973155,0,0.615,0,0,0,0.5910275999092284,47.61904761904762,0.2076582830913778,66.66666666666666,58.02469135802486,2.445157521287854,2.237499238196476,6.427264988135503,444.4,444.4,431.55,0.5850585058505997,0,0,10.571428571428571,2.3649728347714927,0,0.5263157894736842,2.630590003758793,0,0,-33.33333333333333,0,0,2.758620689655178,51.98027217732635,0,1,0,0,0,0,0.0,0.16720782051419958,6.481481481481296,0.6318291587975543,6.620588235294122,0,0,3.77463904418251,0.0,-33749791906.69052,-1700805.225818634,0.8037810021478008,10900568.884683132,0,0,-0.9055033570870081,-59.27320178779018,79.19444820870629,1,1,-0.5548872180451171,0.21134742305805887,437.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,9,impulse_late,unknown,618,above_cloud,above,4.018,0,0,444.70000000000005,453.4,418.6,0.5172026085001002,1,0,0,none,1,0.6410256410256411,-2.237136465324385,0,0.6,0,0,0,4.237030982051682,-13.104549262368437,-17.34158024442012,444.4,438.5,483.9,1.2542759407069504,0,0,21.142857142857142,4.761904761904762,1,0.45121951219512196,31.827515400410615,0,0,-36.206896551724135,0,0,4.716981132075482,36.593186489632025,0,0,0,0,0,0,-4.410589175718243,0.1735948993463161,0.0,0.4351833672861947,-29.20588235294116,0,0,11.767330885866082,0.5714285714285714,-45848537546.32794,-138242015.96810913,0.7271946809787228,39159786.25970387,0,0,-2.8794736703010844,-57.05569984432746,29.971718845027972,1,1,-0.584962406015037,0.037630292035695234,437.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,5,impulse_late,unknown,none,below_cloud,below,-2.646,0,0,428.15,468.1,411.7,3.701973607380604,1,0,0,none,1,-2.793103448275862,-1.5765765765765765,0,0.0,0,0,0,-5.830673936969472,20.5902889238439,26.420962860813372,445.4,454.75,399.26666666666665,-2.3639362286970833,0,1,74.28571428571429,16.73101673101673,0,0.3359683794466403,-28.89868344102584,0,0,-81.95121951219512,1,0,-1.552106430155209,76.55598656723588,0,0,0,0,0,0,-6.622378681202207,-2.3539899812435827,-1.9777066548946038,0.468099240105954,31.958823529411745,0,0,35.21714489385849,1.0,-79701500639.42194,-4806941490.118912,0.4949883391439808,-127988726.69214141,0,0,-2.8372910232722592,-51.04781203897283,84.58968467415097,1,1,5.286466165413531,0.2578334664661195,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,in_cloud,below,-6.124,0,0,416.35,548.3,348.1,6.6410471958688655,1,0,0,none,1,1.4745762711864407,-1.3513513513513513,0,0.583,0,0,0,1,1,0,0,0.25,0.25,0.0,0,0.5770742867340299,51.79856115107915,63.793103448275865,64.17624521072797,16.273597769840485,51.26050420168067,24.477798624140053,23.38967098892665,0.45636664197815363,54.17727023241046 -448,2026-05-30 09:57:00,buy,424.0,0.253,74,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74,0.41144503892729106,37.5,0.10425633799465683,36.66666666666699,30.00000000000135,-1.2121053682755019,-1.3163617062701587,1.8481869240340725,426.4,427.7,431.01666666666665,-0.16366612111292644,0,0,2.0,0.468384074941452,0,0.4,-65.09298998569136,0,0,-50.0,0,0,-0.2336448598130869,31.515351726999185,0,0,1,0,0,0,0.0,0.08878687088571957,10.000000000000004,0.4377048149921947,-1.7676470588235134,0,0,1.1613395736722125,0.7563025210084033,,,0.8055393050553911,-14528.91486723721,0,0,,-61.93803015408342,37.821067821067814,1,1,-0.24060150375940323,0.5188172587803708,425.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,67,impulse_late,accumulation,0,below_cloud,neutral,-0.117,0,0,425.35,446.0,425.0,0.38791583401904806,1,0,0,none,1,-0.14285714285714285,0.0,0,0.308,0,0,0,0.21657296586669897,39.99999999999999,0.03910268823503893,24.444444444444937,21.481481481482422,-2.265846924596758,-2.304949612831797,1.8946914241863622,426.0,428.3,435.73333333333335,-0.5370067709549398,0,0,2.0714285714285716,0.4862508383635144,1,0.3333333333333333,-132.93650793651034,1,0,-66.66666666666666,0,0,-0.4672897196261627,39.23434094671726,1,0,0,0,0,0,2.499999999999993,0.04942495222053944,4.444444444444937,0.19974626942820134,-4.505882352941171,0,0,1.3088098577437532,0.36134453781512604,-19469901822.81814,-6290418.616291046,1.49531918516618,47559.70412632823,1,0,,-62.01437560141393,13.623115913031885,0,1,-0.25714285714285945,0.5622944830105931,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,49,impulse_late,accumulation,0,below_cloud,neutral,0.469,0,0,428.65,452.93333333333334,424.0,-0.6182199930012788,1,0,0,none,1,-0.18181818181818182,-0.2347417840375587,0,0.381,0,0,0,0.15374798712077187,17.647058823529406,-0.35996822475223755,8.703703703703969,11.75485008818363,-4.042922537517825,-3.6829543127655873,3.879297162680458,426.8,431.8,441.3333333333333,-1.3432144511347888,0,0,3.142857142857143,0.7377598926894702,0,0.15384615384615385,-130.96446700507622,1,0,-75.0,0,0,-1.388888888888884,18.306372891364248,0,0,1,0,0,0,0.0,0.09367129409093211,-1.666666666666666,0.0508192078166,-9.861764705882365,0,0,1.3786672985830155,0.025210084033613446,-25627138418.345512,-11040856.163528442,1.1582424487020555,-2081933.0127937617,0,0,,-61.992334427758266,47.561541362956675,1,1,-0.6661654135338287,0.8856881098303977,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,35,impulse_late,unknown,0,below_cloud,neutral,0.0,1,0,439.75,451.0,424.9,-3.1267765776009093,1,0,0,none,1,-0.12658227848101267,-0.2347417840375587,0,0.4,0,0,0,0.14189423225483835,21.875,-1.0146960525815203,14.69780219780227,14.229751729752003,-4.502059609355683,-3.487363556774163,6.404750183425005,428.0,436.0,440.65,-2.2935779816513735,0,0,4.285714285714286,1.0060362173038229,0,0.1,-119.96522747029805,1,0,-85.71428571428571,1,0,-2.0689655172413834,7.8165464228251835,0,0,1,0,0,0,0.0,0.07888784693950335,1.9841269841269824,0.0194355025794437,-12.79411764705884,0,0,2.1582181617645673,0.18487394957983194,-25530898360.41647,-24650681.782928467,1.603855108409375,-1203245.7573893666,0,0,,-61.972019070194406,59.197057895145484,1,1,-1.127819548872182,0.9134607577258483,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,19,impulse_late,unknown,0,below_cloud,neutral,-0.295,0,0,446.95,451.0,424.0,-4.6873252041615405,1,0,0,none,1,-0.3728813559322034,-0.2347417840375587,0,0.312,0,0,0,0.0,20.0,-2.3300902150701908,7.925407925407718,10.480013813346995,-3.1897397335059736,-0.859649518435783,7.381601618027125,430.8,441.45,435.5833333333333,-3.9528825461547124,0,0,6.714285714285714,1.58355795148248,0,0.0,-163.26530612244815,1,0,-100.0,1,0,-3.8548752834467126,10.244323681109265,0,0,0,0,0,0,-13.333333333333329,-0.30783810823152047,-3.333333333333334,-0.010721267911093783,-11.911764705882376,0,0,3.713539792801011,0.24369747899159663,-29433596716.65321,-59600550.40269089,1.4778665600651355,-4603417.536644191,0,0,,-62.08808502676465,22.717076235543363,0,1,-1.1406015037594046,0.6861066978084008,424.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,13,impulse_late,unknown,382,below_cloud,above,1.163,0,0,429.4,454.0,418.0,-1.2575687005123348,1,0,0,none,1,0.1836734693877551,-0.2358490566037736,0,0.533,0,0,0,0.1682186742589487,33.9622641509434,-1.942528012858079,14.583333333333513,11.175411522633981,-3.119997843197382,-1.1774698303393027,7.1176084117318155,429.8,440.4,435.0833333333333,-2.361489554950036,0,0,6.642857142857143,1.5448504983388704,0,0.19444444444444445,-143.96284829721353,1,0,-78.125,0,0,-2.934537246049662,26.59087082925261,0,0,0,0,0,0,10.885341074020317,0.28104496722319605,5.208333333333334,0.2429409143734434,-11.14117647058822,0,0,3.8056938646551046,0.12605042016806722,-33869847032.30334,-106870009.6262207,1.3358526949827532,-5190790.144414246,0,0,-2.363505512939024,-60.74797822704865,58.95291300645527,1,1,-1.1593984962405983,0.7661092223187387,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,9,impulse_late,unknown,none,below_cloud,neutral,0.0,0,0,444.7,456.6,428.6,-3.3055992804137624,1,0,0,none,1,-0.05128205128205128,-0.23255813953488372,0,0.4,0,0,0,3.239679948132819,-10.613765012777549,-13.853444960910368,439.0,433.95,483.95,1.855052425394632,0,0,20.928571428571427,4.7349709114415,1,0.603448275862069,37.69181399148177,0,0,-40.35087719298245,0,0,2.7906976744185963,46.961117095006415,0,0,0,0,0,0,-1.7691287041132355,0.24010341956152814,-0.8066142367412752,0.456915474252595,-21.941176470588232,0,0,10.507841676179929,0.47058823529411764,-45979842128.76513,-269095956.76818085,1.2054808717035135,30082894.46048814,0,0,-1.7193007002565428,-57.13848236586247,44.688301524149104,1,1,1.0774436090225539,0.30695971922490084,423.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,none,below_cloud,above,2.771,0,0,437.54999999999995,468.1,411.7,1.0170266255285165,1,0,0,none,1,-3.4482758620689653,5.203619909502263,0,0.0,0,0,0,-5.830673936969472,20.5902889238439,26.420962860813372,445.4,454.75,399.26666666666665,-2.3639362286970833,0,1,74.28571428571429,16.73101673101673,0,0.3359683794466403,-28.89868344102584,0,0,-81.95121951219512,1,0,-1.552106430155209,76.55598656723588,0,0,0,0,0,0,-6.622378681202207,-2.3539899812435827,-1.9777066548946038,0.468099240105954,31.958823529411745,0,0,35.21714489385849,1.0,-79701500639.42194,-4806941490.118912,0.4949883391439808,-127988726.69214141,0,0,-2.8372910232722592,-51.04781203897283,84.58968467415097,1,1,5.286466165413531,0.2578334664661195,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,in_cloud,below,-6.124,0,0,416.35,548.3,348.1,6.6410471958688655,1,0,0,none,1,1.4745762711864407,-1.3513513513513513,0,0.583,0,0,0,2,0,0,1,0.5,0.0,-0.333,0,0.6749234409769265,57.89473684210526,49.445452712240346,52.19802379511996,10.604939023805999,51.26050420168067,24.477798624140053,23.38967098892665,0.45636664197815363,54.17727023241046 -449,2026-05-30 13:30:00,buy,424.0,0.253,74,저점 분할 매수 · 비중 25% · 4회 · BB하단 · leg#74,0.0,16.666666666666657,-0.5686915032336024,12.500000000000322,19.722222222223575,-2.543751120673619,-1.9750596174400166,2.618817784332676,428.8,432.3,436.3833333333333,-1.4573213046495503,0,0,2.0,0.4694835680751174,0,0.1,-177.08333333333408,1,0,-87.5,1,0,-1.61662817551963,27.531848194008745,1,0,1,0,1,0,-8.333333333333343,-0.1002353707312389,-4.166666666666666,-0.2583420473027189,-6.020588235294156,0,0,1.058963318331749,0.2857142857142857,-15904370878.77816,-2120562.5025634766,1.4327025936769129,-252209.7535057813,0,0,,-61.99018291973696,53.535512106940686,1,1,-0.4375939849624067,0.8366612984498047,425.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,58,impulse_late,unknown,0,below_cloud,neutral,-0.468,0,0,425.66666666666663,444.0,424.0,0.0783085356304003,1,0,0,none,1,-0.09243697478991597,0.7042253521126761,0,0.4,0,0,0,0.0,0.0,-1.21179013909948,11.452991452991945,13.346283346284615,-1.9262818749094777,-0.7144917358099977,4.335115272348268,429.8,435.75,433.0,-2.2375215146299476,0,0,2.7142857142857144,0.6371562709590879,0,0.0625,-136.51970883120413,1,0,-92.3076923076923,1,0,-2.0689655172413834,8.268283563893917,0,0,0,0,0,0,-7.692307692307679,-0.1745235608829776,-2.9914529914529897,-0.20738907808279594,-6.352941176470608,0,0,1.02643910360008,0.09243697478991597,-19473630404.72245,-1225992.0057258606,1.8124518588188663,-907018.5704244971,0,0,,-61.978396769090196,39.217961229287496,1,1,-0.7751879699248143,0.9430310288996827,425.0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,47,impulse_late,accumulation,0,below_cloud,neutral,0.047,0,0,435.3666666666667,440.8666666666667,424.0,-2.151443227930483,1,0,0,none,1,-0.21212121212121213,1.1737089201877933,0,0.35,-1,-1,1,0.19333592331864424,39.130434782608695,-0.8102451652243615,17.948717948718215,14.529914529914743,-0.3442548113198427,0.4659903539045188,4.155201224962649,432.4,435.55,436.68333333333334,-1.2742509470784147,0,0,3.7857142857142856,0.8803986710963454,0,0.14285714285714285,-106.73234811165777,1,0,-92.3076923076923,1,0,-3.1531531531531543,52.46437263063063,0,0,0,0,0,0,-1.7786561264822112,-0.22489964700049048,2.5641025641025657,0.18923705974264227,-1.0264705882353269,0,0,2.1006816944800493,0.3865546218487395,-25631647054.945744,,0.028151910544729746,-3080813.3349956553,0,0,,-61.59996063425108,32.37522621909,1,1,0.08947368421052324,0.0136873228191976,429.0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,28,impulse_late,accumulation,382,below_cloud,below,-1.933,0,0,435.25,451.0,424.0,-1.2062033314187204,1,0,0,none,1,-0.24050632911392406,0.23255813953488372,0,0.429,0,0,0,0.40910081557188405,56.09756097560975,0.1686868459971269,51.488095238095326,67.85714285714315,-0.48442927048972706,-0.653116116486854,5.334222468518224,435.4,433.1,439.6166666666667,-0.48487647194643824,0,0,5.357142857142857,1.2429565793834936,0,0.4375,-19.04761904761959,0,0,-64.28571428571429,0,0,-1.1467889908256867,74.36788421243821,1,0,0,0,0,0,-4.878048780487809,-0.4247485075861619,-15.17857142857143,0.3010148152163058,-1.5617647058823536,0,1,2.8123627848640482,0.3277310924369748,-25533502600.384697,-5904584.534629822,0.02183040587705366,252563.19053688645,1,0,,-61.49021576975912,20.690048134361685,0,1,0.5714285714285824,0.34260469729071763,429.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,17,impulse_late,accumulation,382,below_cloud,below,-2.8,0,0,434.35,451.0,424.0,-0.7712674110740281,1,0,0,none,1,-0.03389830508474576,0.46403712296983757,0,0.438,0,0,0,0.36456917199357014,40.816326530612244,0.26443507423157975,87.36263736263716,84.50006783340102,-1.7413085803627837,-2.0057436545943634,6.172226662519467,436.6,436.65,437.03333333333336,-0.8359097675483707,0,0,6.785714285714286,1.5671395579016825,0,0.47368421052631576,-66.21004566210016,0,0,-30.76923076923077,0,0,0.0,48.425645947022836,1,0,1,0,1,0,1.6006402561024444,-0.14978798918501335,-0.9971509971510102,0.3781817609747869,-2.052941176470597,0,0,3.3146049910074575,0.07563025210084033,,,0.20290901297692981,3098589.739909053,0,0,,-61.24771665058398,33.42800302752488,1,1,-0.6458646616541365,0.32160323712300953,429.0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,1,1,1,island_bottom,down,0,0,1,1,0,1,0,13,impulse_late,accumulation,382,above_cloud,above,1.892,0,0,434.20000000000005,454.0,426.4,-0.2763703362505865,1,0,0,none,1,0.1836734693877551,0.0,0,0.462,0,0,0,0.3972345584501627,49.397590361445786,0.29603513950424265,57.9710144927538,57.62318840579734,-1.438953659571439,-1.7349887990756816,5.4749568017472265,435.6,435.45,437.2,-0.5626363531978429,0,0,8.714285714285714,2.0125371164632133,0,0.4,-63.15789473684196,0,0,-56.52173913043478,0,0,0.0,30.579845948232247,1,0,1,0,1,0,3.3301746311087115,-0.1637593761337155,-0.1739130434782652,0.4166465247737267,-3.6470588235293917,0,0,5.455090445431576,0.3025210084033613,,,0.09878586545289024,-3089784.4403707385,0,0,,-60.39894721071414,38.815957719290274,1,1,-0.38120300751880276,0.14317351271355694,424.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,10,impulse_late,accumulation,382,below_cloud,below,-2.529,0,0,436.79999999999995,444.6,425.4,-0.8699633699633558,1,0,0,none,1,-0.41025641025641024,0.0,0,0.429,0,0,0,3.220083456983577,-9.02358898232518,-12.243672439308757,437.8,434.8,484.06666666666666,1.4259429622815123,0,0,19.428571428571427,4.405571752510528,1,0.5862068965517241,5.458644832086838,0,0,-48.0,0,0,-1.1210762331838597,42.37166514957857,1,0,1,0,1,0,11.711711711711708,0.0010768275607055955,2.71345029239766,0.45258370396591724,-17.917647058823547,0,0,9.935614478664291,0.42857142857142855,,,0.21624098779677875,-17221296.70534431,0,0,,-57.204367529018505,53.298712519881214,1,1,1.18045112781955,0.37347014966078795,424.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,6,impulse_late,unknown,none,below_cloud,below,-6.682,0,0,465.3833333333333,467.26666666666665,414.53333333333336,-5.239408373025823,1,0,0,none,1,-2.0344827586206895,0.0,0,0.0,0,0,0,-5.830673936969472,20.5902889238439,26.420962860813372,445.4,454.75,399.26666666666665,-2.3639362286970833,0,1,74.28571428571429,16.73101673101673,0,0.3359683794466403,-28.89868344102584,0,0,-81.95121951219512,1,0,-1.552106430155209,76.55598656723588,0,0,0,0,0,0,-6.622378681202207,-2.3539899812435827,-1.9777066548946038,0.468099240105954,31.958823529411745,0,0,35.21714489385849,1.0,-79701500639.42194,-4806941490.118912,0.4949883391439808,-127988726.69214141,0,0,-2.8372910232722592,-51.04781203897283,84.58968467415097,1,1,5.286466165413531,0.2578334664661195,423.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,21,impulse_late,unknown,none,in_cloud,below,-6.124,0,0,416.35,548.3,348.1,6.6410471958688655,1,0,0,none,1,1.4745762711864407,-1.3513513513513513,0,0.583,0,0,0,2,0,0,0,0.5,0.0,0.0,0,0.6356368241206154,66.66666666666666,53.88304093567249,51.499361430395886,10.512948614997672,51.26050420168067,24.477798624140053,23.38967098892665,0.45636664197815363,54.17727023241046 -450,2026-05-31 05:45:00,sell,563.0,0.65,74,고점 매도 · 비중 65% · 분할 · leg#74,0.8252545418480889,77.77777777777777,0.34459043582528537,98.55072463768147,97.8685565642101,9.541829396209437,9.197238960384151,7.50841975203729,558.0,546.65,523.2166666666667,2.442147626452029,0,0,4.785714285714286,0.8545918367346939,0,0.96875,109.02591599642562,0,1,-4.3478260869565215,0,1,2.564102564102555,77.66814775987592,0,1,0,1,0,0,-5.943152454780375,-0.14561188053830953,-0.2587991718426679,1.1554722130589945,20.264705882352928,0,0,1.830429210004861,0.36134453781512604,-15890933605.320425,2534194.1295776367,1.119492984407778,2261234.9206313193,0,0,0.34628129306012645,-49.84874452964208,67.24514729038546,1,1,1.6563909774436196,0.9120065290315846,557.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,52,impulse_late,accumulation,100,above_cloud,above,1.322,0,0,500.0333333333333,529.5333333333333,450.8666666666667,11.992533831077946,0,0,0,none,1,0.957983193277311,0.7142857142857143,0,0.788,0,0,0,0.9496519919209883,91.17647058823529,1.2046930256477468,95.61781609195452,94.19034695615284,8.631601603043805,7.426908577396058,6.751618183403628,556.0,543.5,524.6333333333333,3.0358785648574083,0,0,5.857142857142857,1.0459183673469385,0,0.9696969696969697,150.58275058275154,0,1,-3.125,0,1,5.065666041275807,76.74805150839512,0,0,0,0,0,0,21.409028727770178,0.07775964741873587,1.4274691358024683,1.1718379692303036,20.66176470588232,0,0,2.5887312973296193,0.42857142857142855,-19457118789.748184,2795043.5328407288,1.1819363720397689,4992663.044551849,0,0,0.18285363787799183,-49.80329703529449,25.900172423665847,1,1,1.0932330827067664,0.49704843722815695,553.0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,28,impulse_late,distribution,100,above_cloud,above,3.22,0,0,502.6166666666667,545.9333333333334,451.76666666666665,11.416918128461063,0,0,0,none,1,1.121212121212121,0.7142857142857143,1,0.741,0,0,0,0.8868403871756552,77.01149425287356,1.2378043888061896,97.23522458628868,95.99398704902889,14.33242094711477,13.09461655830858,13.78400230934978,554.2,533.55,496.3333333333333,5.332208790178994,0,0,10.785714285714286,1.9191662430096597,0,0.9833333333333333,126.68161434977593,0,1,-2.0,0,1,4.074074074074074,68.26637383280821,0,0,0,1,0,0,0.5409060175794451,0.27997244941614774,0.04255319148934689,1.0925090972766225,27.926470588235247,0,0,4.483855269692875,0.8571428571428571,-25607287188.890198,3907616.1326904297,1.071175614197952,3782397.2554395422,0,0,0.3792483432295785,-49.60487655838426,46.06945971274751,1,1,2.7751879699248034,0.797392070387632,550.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,26,impulse_late,unknown,100,above_cloud,neutral,-0.073,0,0,504.5,545.6666666666666,437.3333333333333,11.397423191278499,0,0,0,none,1,1.620253164556962,1.0676156583629894,1,0.789,0,0,0,0.9891199173467877,73.07692307692308,1.4725320513483702,94.9227455988782,83.95270411272242,18.853739778264753,17.381207726916383,13.588391803093053,545.2,525.1,476.3,6.6463530756046385,0,0,12.142857142857142,2.1683673469387754,0,0.9838709677419355,148.70282126919295,0,1,-1.7241379310344827,0,1,10.236220472440948,76.03013341384775,0,0,0,0,0,0,-0.2564102564102484,0.5171299459898648,11.843588009916601,1.2171093676586213,40.63529411764705,0,0,6.286803952736482,0.8571428571428571,-25512249435.271484,6557668.175514221,1.522984023723708,6968303.61989063,0,0,0.20540963259468484,-49.78601053927294,48.193931294522805,1,1,2.45263157894737,0.6616563738898344,545.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,0,0,none,up,1,1,0,0,1,0,0,19,impulse_late,unknown,100,above_cloud,above,1.266,0,0,507.66666666666663,543.9333333333334,437.26666666666665,10.308601444517418,0,0,0,none,1,2.0508474576271185,1.9642857142857142,1,0.846,1,0,0,0.8647466138609736,80.7017543859649,4.89157027307127,89.71364299352338,90.26135286038061,26.70049766824542,21.80892739517415,31.044069223975097,545.4,497.65,458.73333333333335,11.323219129910589,0,0,17.857142857142858,3.223310985043837,0,0.926829268292683,120.35331832753555,0,1,-10.344827586206897,0,1,9.055118110236226,85.23659337517793,0,1,0,1,0,1,2.416040100250612,-0.2704815361083881,-0.5070993914807218,1.1660450508685567,69.32058823529417,0,0,8.049601910361886,0.9915966386554622,-29425486172.150093,1040660.930316925,1.8889982044625544,11379782.429280639,0,0,0.10374494877779822,-50.27602031049525,76.60132947895298,1,1,6.296992481203007,0.9303558083177976,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,13,impulse_late,unknown,100,above_cloud,below,-4.03,0,0,435.5833333333333,558.3666666666667,424.0,27.185766213889416,1,0,0,none,1,2.2653061224489797,2.3465703971119134,1,0.692,0,0,1,0.9654044212889983,70.26022304832713,7.390939598771329,91.79429429429449,87.42936117936142,25.84216277073557,18.45122317196424,32.45548059446488,531.2,481.3,453.0,15.104924163723243,0,0,26.214285714285715,4.731820526044353,0,0.9307692307692308,139.43463483378926,0,1,-7.5,0,1,22.026431718061666,92.44254562526243,0,0,0,0,0,0,2.006254794358881,0.5594509435895425,6.875000000000014,1.0834695856109011,69.86764705882354,0,0,12.212192753287468,1.0,-33842529645.58324,18707246.028762817,1.465547529154494,30636598.359774172,0,0,0.3025321930286139,-49.046403143142314,75.33556972230346,1,1,6.288721804511278,0.9076219306350097,528.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,unknown,none,above_cloud,above,5.09,0,0,509.33333333333337,539.6666666666666,427.6666666666667,8.769633507853403,0,0,0,none,1,2.8461538461538463,5.595667870036101,1,0.636,0,0,0,11.418969556142928,10.971392202904383,-0.4475773532385456,501.4,456.05,487.5833333333333,14.24185944523626,0,0,32.07142857142857,6.155744447491088,0,0.7162162162162162,241.91580231848712,0,1,-30.0,0,0,20.323325635103927,72.32312201444182,0,0,0,0,0,0,2.8377419681767506,0.7538405147221159,9.90049751243781,0.9159718199221507,45.9470588235294,0,0,20.890087679801123,0.9915966386554622,-45919416654.25532,71743803.52025604,2.020684633434982,93264687.60027018,0,0,,-49.19730577455736,70.0750274546072,1,1,3.480451127819548,0.41888227754418494,487.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,7,impulse_late,unknown,none,in_cloud,above,18.663,0,0,446.0,526.6,412.2,16.816143497757842,1,0,0,none,1,2.1724137931034484,9.980806142034549,0,0.333,0,0,1,-3.419944013271369,20.734560601728276,24.154504614999645,465.6,466.05,403.5,7.499195365304145,0,0,80.42857142857143,16.053607071571143,0,0.5152838427947598,63.057879284144065,0,0,-54.146341463414636,0,0,-13.471502590673579,76.56185266695653,0,0,0,0,0,0,0.2741978564989438,2.2259449567121763,1.9512195121951201,0.629486671873184,43.12647058823529,0,0,35.43160368402489,1.0,-79822548551.80652,-5231161619.15506,0.043188796746235325,-492856.5307264328,0,0,-2.8575489824594698,-44.55931989721964,82.85349350404546,1,1,3.3751879699248053,0.1307696386559557,469.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,500,below_cloud,below,-12.663,0,0,416.35,548.3,348.1,20.331451903446606,1,0,0,none,1,2.5084745762711864,3.1936127744510974,0,0.583,0,0,0,0,4,1,1,0.0,1.0,0.0,0,1.0,64.1025641025641,77.80487804878047,75.10374954495812,27.904297928158673,55.39714867617108,31.382113821138176,28.43026891807376,0.6582372271407263,47.39210551657886 -451,2026-05-31 05:51:00,sell,563.0,0.35,74,고점 매도 · 비중 35% · 분할 · leg#74,0.7944662071825689,73.33333333333333,0.0020145863783653795,90.21739130434814,94.10628019323808,9.237609757861264,9.235595171482899,7.138687057556971,560.4,549.45,525.6333333333333,2.102102102102088,0,0,4.5,0.8021390374331552,0,0.9411764705882353,108.57432775241013,0,1,-10.0,0,1,1.4466546112115841,76.99619877035232,0,1,0,1,0,1,-1.6666666666666714,-0.1493956716382563,-3.3333333333333286,1.1208979022156629,21.408823529411734,0,0,1.7440152714299573,0.31932773109243695,-15891188847.339851,1733870.8606376648,0.728921867672792,1979034.1930720955,0,0,0.41118047608749353,-49.757715180088965,67.68867155999669,1,1,1.5646616541353406,0.8911193251746456,559.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,inv_head_shoulders,up,1,1,0,0,1,0,0,50,impulse_late,unknown,100,above_cloud,above,0.997,0,0,477.0,535.0,451.0,17.610062893081757,0,0,0,none,1,0.9747899159663865,0.53475935828877,1,0.794,1,0,0,0.8421586563354153,85.71428571428571,1.0149985285517342,95.03676470588285,95.86361843588138,9.00820795981997,7.993209431268236,7.658691074431051,559.2,545.7,526.3666666666667,2.620487447315356,0,0,6.142857142857143,1.0969387755102042,0,0.9142857142857143,113.47517730496432,0,1,-8.823529411764707,0,1,4.089219330855021,76.12411863692157,0,0,0,0,0,0,-5.194805194805198,-0.23520635838523596,-1.899509803921589,1.017369286641231,20.95882352941169,0,0,2.5740368083764005,0.4117647058823529,-19456829929.85251,2712038.0042304993,0.998643159901665,4597138.75909847,0,0,0.23731282069005627,-49.80078468705935,29.99179508671708,1,1,1.4180451127819516,0.6446902619580487,556.0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,28,impulse_late,unknown,100,above_cloud,above,3.381,0,0,503.58333333333337,547.6666666666666,451.8333333333333,11.203044845275523,0,0,0,none,1,1.1111111111111112,1.25,0,0.741,0,0,0,0.7531646470824339,68.18181818181819,0.7184755145352533,91.80593165699577,95.4112758793612,13.992710951477648,13.274235436942394,13.417315119246437,556.0,535.8,498.23333333333335,3.3967898469578373,0,0,10.928571428571429,1.9726663228468284,0,0.85,99.34701492537302,0,0,-20.454545454545457,0,0,1.46520146520146,62.67960616052639,0,1,0,1,0,1,-8.829676071055374,-0.5193288742709363,-5.429292929292913,0.8634947401452299,29.491176470588243,0,0,4.500566751586941,0.8571428571428571,-25607917138.311275,2753086.4446754456,1.1535068712955152,686467.4790116213,0,0,0.35105599188559006,-50.3191529866456,48.51743149405262,1,1,2.6796992481203,0.7780786124210349,551.0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,25,impulse_late,unknown,100,above_cloud,neutral,-0.129,0,0,504.5,558.6666666666666,437.3333333333333,9.811694747274524,1,0,0,none,1,1.5063291139240507,2.166064981949458,0,0.833,0,0,0,0.8628455703726927,67.9245283018868,1.1780993836754554,93.19071945508735,90.39754088097591,18.853831956510703,17.675732572835248,13.762991811954706,549.0,527.65,478.21666666666664,4.993840614043399,0,0,12.0,2.166064981949458,0,0.8571428571428571,125.93475669231583,0,1,-15.0,0,1,7.5728155339805925,69.19833044482243,0,0,0,0,0,0,-5.152394775036285,-0.29443266767291476,-1.732026143790847,1.0434419664221508,41.7294117647059,0,0,6.29968802230265,0.865546218487395,-25513079493.091095,5495642.403182983,1.0179784886736118,4797858.484681457,0,0,0.1669914505708142,-50.319939789984815,49.7443318285682,1,1,2.516541353383466,0.67247877540095,550.0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,18,impulse_late,unknown,100,above_cloud,above,2.113,0,0,504.5,558.6666666666666,437.3333333333333,9.811694747274524,1,0,0,none,1,1.9661016949152543,2.166064981949458,1,0.846,0,0,0,0.8647466138609736,80.7017543859649,4.89157027307127,89.71364299352338,90.26135286038061,26.70049766824542,21.80892739517415,31.044069223975097,545.4,497.65,458.73333333333335,11.323219129910589,0,0,17.857142857142858,3.223310985043837,0,0.926829268292683,120.35331832753555,0,1,-10.344827586206897,0,1,9.055118110236226,85.23659337517793,0,1,0,1,0,1,2.416040100250612,-0.2704815361083881,-0.5070993914807218,1.1660450508685567,69.32058823529417,0,0,8.049601910361886,0.9915966386554622,-29425486172.150093,1040660.930316925,1.8889982044625544,11379782.429280639,0,0,0.10374494877779822,-50.27602031049525,76.60132947895298,1,1,6.296992481203007,0.9303558083177976,532.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,13,impulse_late,unknown,100,above_cloud,below,-4.03,0,0,435.5833333333333,558.3666666666667,424.0,27.185766213889416,1,0,0,none,1,2.2653061224489797,2.3465703971119134,1,0.692,0,0,1,0.9654044212889983,70.26022304832713,7.390939598771329,91.79429429429449,87.42936117936142,25.84216277073557,18.45122317196424,32.45548059446488,531.2,481.3,453.0,15.104924163723243,0,0,26.214285714285715,4.731820526044353,0,0.9307692307692308,139.43463483378926,0,1,-7.5,0,1,22.026431718061666,92.44254562526243,0,0,0,0,0,0,2.006254794358881,0.5594509435895425,6.875000000000014,1.0834695856109011,69.86764705882354,0,0,12.212192753287468,1.0,-33842529645.58324,18707246.028762817,1.465547529154494,30636598.359774172,0,0,0.3025321930286139,-49.046403143142314,75.33556972230346,1,1,6.288721804511278,0.9076219306350097,528.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,9,impulse_late,unknown,none,above_cloud,above,5.09,0,0,509.33333333333337,539.6666666666666,427.6666666666667,8.769633507853403,0,0,0,none,1,2.8461538461538463,5.595667870036101,1,0.636,0,0,0,11.418969556142928,10.971392202904383,-0.4475773532385456,501.4,456.05,487.5833333333333,14.24185944523626,0,0,32.07142857142857,6.155744447491088,0,0.7162162162162162,241.91580231848712,0,1,-30.0,0,0,20.323325635103927,72.32312201444182,0,0,0,0,0,0,2.8377419681767506,0.7538405147221159,9.90049751243781,0.9159718199221507,45.9470588235294,0,0,20.890087679801123,0.9915966386554622,-45919416654.25532,71743803.52025604,2.020684633434982,93264687.60027018,0,0,,-49.19730577455736,70.0750274546072,1,1,3.480451127819548,0.41888227754418494,487.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,7,impulse_late,unknown,none,in_cloud,above,18.663,0,0,446.0,526.6,412.2,16.816143497757842,1,0,0,none,1,2.1724137931034484,9.980806142034549,0,0.333,0,0,1,-3.419944013271369,20.734560601728276,24.154504614999645,465.6,466.05,403.5,7.499195365304145,0,0,80.42857142857143,16.053607071571143,0,0.5152838427947598,63.057879284144065,0,0,-54.146341463414636,0,0,-13.471502590673579,76.56185266695653,0,0,0,0,0,0,0.2741978564989438,2.2259449567121763,1.9512195121951201,0.629486671873184,43.12647058823529,0,0,35.43160368402489,1.0,-79822548551.80652,-5231161619.15506,0.043188796746235325,-492856.5307264328,0,0,-2.8575489824594698,-44.55931989721964,82.85349350404546,1,1,3.3751879699248053,0.1307696386559557,469.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,500,below_cloud,below,-12.663,0,0,416.35,548.3,348.1,20.331451903446606,1,0,0,none,1,2.5084745762711864,3.1936127744510974,0,0.583,0,0,0,0,4,1,1,0.0,1.0,0.0,0,1.0,64.1025641025641,77.80487804878047,75.10374954495812,27.904297928158673,55.39714867617108,31.382113821138176,28.43026891807376,0.6582372271407263,47.39210551657886 -452,2026-05-31 09:36:00,buy,495.0,0.345,75,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#75,0.26336639847632176,39.99999999999999,0.3192040036777648,20.370370370370694,21.975308641976664,-2.420104066766214,-2.739308070443979,1.2905548058074474,506.2,507.55,518.0666666666667,-0.305388631661907,0,0,3.0714285714285716,0.6070016939582157,1,0.3,-82.12560386473231,0,0,-70.0,0,0,-0.19723865877712132,42.954112664156646,0,0,0,0,0,0,0.0,0.010924929289421126,2.5925925925925952,0.31765235727412583,-3.9117647058823763,0,0,1.2691361570538402,0.008403361344537815,-15892069318.843746,209988.58602523804,1.0352671919620935,-157466.56074635684,0,0,0.22655420909165014,-54.63004715533475,20.12648066219495,0,1,-0.1195488721804432,0.1865384757280787,503.0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0,1,island_bottom,range,1,0,0,0,0,0,0,47,impulse_late,unknown,0,below_cloud,neutral,-0.446,0,0,515.0,558.7333333333333,505.4,-1.747572815533982,1,0,0,none,1,0.04201680672268908,0.3952569169960474,0,0.462,0,0,0,0.021537074366212758,30.769230769230774,0.3600730321475112,28.148148148148646,23.703703703704985,-5.210477102885761,-5.5705501350332725,3.3455195272804787,505.6,509.15,528.5,-1.6007070607875873,0,0,4.5,0.8982035928143712,1,0.2222222222222222,-181.9513088046888,1,0,-66.66666666666666,0,0,-1.5717092337917515,20.5481154749325,0,0,1,0,1,0,-17.05685618729097,-0.31012729487463275,4.444444444444443,-0.01035743801416326,-10.197058823529403,0,0,1.8220968660146257,0.03361344537815126,-19458164647.509457,472872.4414138794,3.2644239616460835,-1750799.8237161636,0,0,0.006264954627962314,-55.03446247484251,31.490953249320395,1,1,-0.5511278195488697,0.5862381246978992,495.0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0,0,inv_head_shoulders,range,0,0,1,0,0,0,0,29,impulse_late,accumulation,0,below_cloud,neutral,0.296,0,0,507.4666666666667,553.9333333333333,504.06666666666666,-1.2743037309511318,0,0,0,none,1,-0.1717171717171717,2.3952095808383236,0,0.435,0,-1,1,0.16409182835906505,24.0,-2.0272027690687775,10.761460761461032,10.334110334110548,-7.019665373260409,-4.992462604191632,10.297181495450499,506.6,518.95,521.85,-3.458907409191647,0,0,7.714285714285714,1.5397775876817792,0,0.11320754716981132,-111.21323529411761,1,0,-81.81818181818183,1,0,-3.8387715930902067,9.136997849438444,1,0,1,0,0,0,-5.166666666666671,0.027745466256266837,2.2727272727272734,0.0039493183648686495,-23.311764705882297,0,0,3.4806858565717302,0.47058823529411764,-25610213896.532333,-544.1160011291504,1.90239659009349,-3241200.4523141347,0,0,-0.029984623561307717,-55.01823209617525,57.45955226043708,1,1,-2.089473684210533,0.8561977275425844,495.0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,double_bottom,down,0,0,1,1,0,1,0,20,impulse_late,unknown,500,below_cloud,below,-0.583,0,0,508.54999999999995,546.8666666666667,470.23333333333335,-1.4846131157211562,1,0,0,none,1,0.7215189873417721,2.3952095808383236,0,0.6,0,0,1,0.1965413335275769,23.4375,-4.766878390469557,9.254179888973708,7.253204103220374,-2.813406027553583,1.9534723629159743,13.640848024930055,507.0,527.85,498.68333333333334,-4.139433551198257,0,0,10.357142857142858,2.04686617730096,0,0.16176470588235295,-108.58369098712409,1,0,-79.24528301886792,0,0,-4.1666666666666625,14.633235674825556,0,0,0,0,0,0,5.255681818181813,0.49273171096875146,3.528408485236116,0.20069483535205995,-17.88529411764705,0,0,4.54168567942585,0.6386554621848739,-25516583893.40649,-267155.79738998413,1.4200534059084629,-5857278.348703146,0,0,-0.019326691731919834,-54.56897440749295,39.86668877925927,1,1,-2.7436090225563965,0.8130713892771331,495.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,17,impulse_late,unknown,500,in_cloud,above,2.942,0,0,506.29999999999995,546.2,470.6,-0.059253407070902764,1,0,0,none,1,1.152542372881356,2.371541501976284,0,0.667,0,0,0,0.2665251359712548,50.37593984962406,-6.397116538837178,11.83217372970673,14.70869351324744,11.093188250653725,17.490304789490903,13.261942728225101,510.8,523.2,468.35,-3.096330275229364,0,0,16.642857142857142,3.2826148210763595,0,0.2631578947368421,-83.44640434192661,0,0,-82.35294117647058,1,0,-4.699248120300748,38.56268018672686,0,0,0,0,0,0,4.276649069482218,-0.3814401722703735,0.5060088551549669,0.4179987686057739,17.991176470588243,0,0,8.167293068975367,0.9411764705882353,-29428550723.474167,-1769391.3352355957,1.1930047565996094,-4671578.287573457,0,0,0.0011206461525660864,-54.43569706996644,41.868422101508976,1,1,0.2932330827067735,0.010001478193490398,495.0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,14,impulse_late,unknown,618,in_cloud,below,-5.193,0,0,435.5833333333333,549.1,424.0,16.395638033288694,1,0,0,none,1,1.5714285714285714,3.155818540433925,0,0.643,0,0,0,0.5673267354726318,60.72874493927125,-0.8062329544451714,52.052015012237206,66.05905396608473,20.391893162498093,21.198126116943264,28.21028806785946,527.0,497.55,458.1666666666667,1.8993066023515137,0,0,26.714285714285715,5.2690898844745,0,0.5555555555555556,19.657741388212848,0,0,-59.57446808510638,0,0,-2.1235521235521193,71.34048139900148,0,0,0,0,0,0,5.173189383715695,-2.127577733781912,-14.30260047281324,0.5525311647502151,56.405882352941205,0,0,13.181114789425688,0.9915966386554622,-33846015448.58437,-14375470.22038269,0.9379459505155509,-29109444.98063308,0,0,0.2234400534543696,-53.31252187333067,81.13944313606672,1,1,5.021804511278188,0.7168348795536443,495.0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,0,0,double_bottom,up,1,1,0,0,0,0,0,9,impulse_late,unknown,618,in_cloud,below,-11.084,0,0,509.33333333333337,539.6666666666666,427.6666666666667,-0.45811518324607725,1,0,0,none,1,1.8717948717948718,3.5502958579881656,0,0.7,0,0,0,10.531129444850048,12.716334452824015,2.1852050079739667,505.4,459.2,488.0,10.844947735191646,0,0,32.42857142857143,6.3710356441201235,0,0.6275862068965518,136.7886837274594,0,1,-38.57142857142858,0,0,17.55196304849884,64.03767808069895,0,0,0,0,0,0,-2.6990553306342804,-0.8878401112928795,-12.857142857142861,0.7885101317134325,53.970588235294144,0,0,20.220075854148234,0.9831932773109243,-45918755505.78805,73398545.75561523,1.2330444825546887,75413678.98392877,0,0,,-50.32867071091327,71.97255242204098,1,1,4.078195488721796,0.5088550446010864,495.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,7,impulse_late,unknown,none,above_cloud,above,22.649,0,0,440.79999999999995,526.6,412.2,15.471869328493671,1,0,0,none,1,2.4482758620689653,5.304518664047151,0,0.333,0,0,0,-3.419944013271369,20.734560601728276,24.154504614999645,465.6,466.05,403.5,7.499195365304145,0,0,80.42857142857143,16.053607071571143,0,0.5152838427947598,63.057879284144065,0,0,-54.146341463414636,0,0,-13.471502590673579,76.56185266695653,0,0,0,0,0,0,0.2741978564989438,2.2259449567121763,1.9512195121951201,0.629486671873184,43.12647058823529,0,0,35.43160368402489,1.0,-79822548551.80652,-5231161619.15506,0.043188796746235325,-492856.5307264328,0,0,-2.8575489824594698,-44.55931989721964,82.85349350404546,1,1,3.3751879699248053,0.1307696386559557,469.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,500,below_cloud,below,-12.663,0,0,416.35,548.3,348.1,20.331451903446606,1,0,0,none,1,2.5084745762711864,3.1936127744510974,0,0.583,0,0,0,3,0,1,1,0.75,0.0,0.0,0,0.8680987405579682,61.40350877192982,64.9477351916376,70.2189979255869,29.462061507607302,55.39714867617108,31.382113821138176,28.43026891807376,0.6582372271407263,47.39210551657886 -453,2026-05-31 19:33:00,buy,482.0,0.354,75,저점 분할 매수 · 비중 35% · 3회 · BB하단 · leg#75,0.08743967962713399,18.75,-0.6843449419328269,3.3333333333336603,3.3333333333345743,-1.5924033176858643,-0.9080583757530374,2.409528161880082,493.8,497.95,499.25,-0.9940757104126896,0,0,2.2857142857142856,0.4636337293538104,0,0.08333333333333333,-169.9552749276499,1,0,-90.0,1,0,-1.2024048096192397,16.67320882668716,0,0,0,0,0,0,0.0,0.01889214573289677,3.3333333333336603,0.08164461780672146,-3.9058823529411484,0,0,1.1309099164758099,0.9327731092436975,-15893357624.332994,-487414.7935600281,2.2614055543130975,-810310.1507970244,0,0,-0.26220999980944715,-55.73077736072387,17.309757236227828,0,1,-0.4218045112782032,0.6921097713573198,492.0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,head_shoulders,down,0,0,1,1,0,1,0,73,impulse_late,unknown,0,below_cloud,below,-1.016,0,0,501.20000000000005,508.8,492.8,-1.6360734237829244,1,0,0,none,1,-0.12605042016806722,0.2028397565922921,0,0.333,0,0,1,0.0,33.33333333333333,-0.6579722590026418,5.897435897436405,11.41025641025768,-1.7972806603885942,-1.1393084013859525,2.301527378880561,494.6,498.0,501.6166666666667,-1.2048192771084376,0,0,3.0714285714285716,0.6242740998838561,0,0.07692307692307693,-215.8786797502247,1,0,-92.3076923076923,1,0,-1.7964071856287456,17.288286267942524,0,0,0,0,0,0,1.7543859649122737,-0.14170146036930276,-4.102564102564101,0.047499406155118586,-3.9029411764706197,0,0,1.4458477466542439,0.3865546218487395,-19459570638.709244,-734651.6591186523,2.4583335587135764,-1790593.0335526466,0,0,-0.24800194058256822,-55.781961049737205,12.791372959440187,0,1,-0.21353383458645514,0.19437054173895796,491.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,double_bottom,range,1,0,0,1,0,1,1,58,impulse_late,unknown,0,below_cloud,below,-2.236,0,0,513.05,514.4,492.8,-4.102913946009156,0,0,0,none,1,-0.1717171717171717,0.40650406504065045,0,0.364,0,0,1,0.0,30.769230769230774,-0.7993340279332912,14.242424242424518,21.69191919191941,-3.4160844927287144,-2.616750464795423,3.304793210917003,494.6,499.2,505.76666666666665,-2.4439102564102533,0,0,4.571428571428571,0.9386916984452919,0,0.22727272727272727,-315.55555555555577,1,0,-77.27272727272727,0,0,-2.7944111776447067,26.44524882929572,0,0,0,0,0,0,-3.516483516483518,-0.5175107857997587,-4.924242424242424,-0.1485759294166789,-7.191176470588232,0,0,2.1079765310531164,0.3697478991596639,-25611503546.35392,-1097967.4214935303,4.529040935932517,-3325402.1613141745,0,0,,-56.21537264757836,19.192640619000635,0,1,-0.4736842105263116,0.4616662324127164,482.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,flag_bear,range,1,0,0,0,0,0,0,34,impulse_late,unknown,0,below_cloud,below,-1.504,0,0,509.5,530.4,499.6,-4.416094210009813,0,0,0,none,1,-0.6708860759493671,2.2587268993839835,0,0.2,-1,-1,1,0.0,29.411764705882362,-0.9294299029352309,13.306982872200356,19.1663006880401,-4.344838294861461,-3.41540839192623,4.131829022447729,495.4,500.85,512.95,-2.7652989917140935,0,0,4.642857142857143,0.9533587562334996,0,0.18518518518518517,-278.0026990553328,1,0,-78.26086956521739,0,0,-2.7944111776447067,20.09666452039781,0,0,0,0,1,0,-2.846299810246677,-0.4869769801892958,-1.844532279314885,-0.21283280165886623,-9.11470588235295,0,0,1.7773729405418341,0.12605042016806722,-25520707136.114826,-1604538.1577301025,3.26441058526611,-4228223.40979445,0,0,,-56.21636216137542,51.70077121757794,1,1,-0.7511278195488815,0.7377609789886186,482.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,double_bottom,range,0,0,0,0,0,0,0,23,impulse_late,unknown,0,below_cloud,below,-2.168,0,0,507.65,557.6,498.2,-4.0677632226927996,0,0,0,none,1,-0.7627118644067796,2.2587268993839835,0,0.182,-1,-1,1,0.0,13.043478260869563,-1.717232436251158,21.33333333333312,19.90598290598275,-3.951309701281616,-2.234077265030458,4.934976509442954,494.2,502.05,501.21666666666664,-2.997709391494874,0,0,6.0,1.2320328542094456,0,0.14705882352941177,-225.34854245880882,1,0,-80.0,0,0,-3.1809145129224614,19.126802589671385,0,0,1,0,1,0,-2.7459954233409576,-0.3379468760861055,-1.025641025641029,-0.06804107847804157,-11.517647058823513,0,0,1.4396487050548172,0.01680672268907563,-29426102538.372147,2245075.6258277893,1.4861189538309296,-2441280.1107107997,0,0,,-56.14913601280864,81.56690591685198,1,1,-0.96917293233083,0.8568927291134074,482.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,1,0,16,impulse_late,unknown,none,below_cloud,below,-1.014,1,0,507.75,543.1666666666666,495.0,-4.086656819300838,0,0,0,none,1,0.12244897959183673,2.2587268993839835,0,0.375,-1,-1,0,0.2210922670554379,40.35087719298246,-4.6210021980533265,20.611916264090357,18.837224906065725,1.5330095155314893,6.154011713584816,12.019329225894865,496.4,510.1,473.56666666666666,-3.352283865908645,0,0,9.285714285714286,1.8835120254998554,0,0.13580246913580246,-123.45262210218286,1,0,-69.44444444444444,0,0,-3.7109375,37.26307212213045,0,0,0,0,0,0,8.869395711500978,0.2087735529984993,2.7777777777777786,0.267112361478263,-4.161764705882376,0,0,5.727013773192971,0.4369747899159664,-33846773509.121605,-862787.4626541138,1.7539127186102759,-10605982.143314004,0,0,,-54.51838546842869,39.64248817069005,1,1,-2.051127819548882,0.6267615811337117,482.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,double_top,range,0,1,0,0,0,0,0,8,impulse_late,unknown,382,below_cloud,below,-2.977,0,0,508.8333333333333,541.3333333333334,437.3333333333333,-3.1116934163118226,1,0,0,none,1,1.3846153846153846,3.8539553752535496,0,0.556,0,0,0,4.68709886778872,13.866316440476908,9.179217572688188,504.4,471.65,489.1,6.858899607760005,0,0,33.714285714285715,6.6893424036281175,0,0.5785714285714286,68.28616745972114,0,0,-42.142857142857146,0,0,14.54545454545455,67.96403752172242,0,0,0,0,0,0,1.42838278017431,-1.056181474747671,-1.9047619047619122,0.663956315296692,53.96176470588239,0,0,20.058168058198106,0.9747899159663865,-45925619802.31917,46700876.50492096,0.11517346325635013,55576620.70438243,0,0,,-50.7500156951763,76.66495928142126,1,1,4.824812030075185,0.6169816683371323,482.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,8,impulse_late,unknown,none,in_cloud,below,-10.598,0,0,440.79999999999995,531.8,412.2,14.337568058076243,1,0,0,none,1,2.7241379310344827,0.992063492063492,0,0.4,0,0,0,-3.419944013271369,20.734560601728276,24.154504614999645,465.6,466.05,403.5,7.499195365304145,0,0,80.42857142857143,16.053607071571143,0,0.5152838427947598,63.057879284144065,0,0,-54.146341463414636,0,0,-13.471502590673579,76.56185266695653,0,0,0,0,0,0,0.2741978564989438,2.2259449567121763,1.9512195121951201,0.629486671873184,43.12647058823529,0,0,35.43160368402489,1.0,-79822548551.80652,-5231161619.15506,0.043188796746235325,-492856.5307264328,0,0,-2.8575489824594698,-44.55931989721964,82.85349350404546,1,1,3.3751879699248053,0.1307696386559557,469.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,500,below_cloud,below,-12.663,0,0,416.35,548.3,348.1,20.331451903446606,1,0,0,none,1,2.5084745762711864,3.1936127744510974,0,0.583,0,0,0,4,0,0,0,1.0,0.0,0.0,0,0.7225543070137074,61.56351791530944,55.23809523809522,57.777777777777764,30.818992900180316,55.39714867617108,31.382113821138176,28.43026891807376,0.6582372271407263,47.39210551657886 -454,2026-06-01 13:48:00,buy,568.0,0.301,75,저점 분할 매수 · 비중 30% · 3회 · BB하단 · leg#75,0.1567689702911897,39.2156862745098,-0.8014627611770351,49.41520467836289,69.10331384015727,2.1741080267573807,2.9755707879344158,3.149037501843284,581.0,578.25,566.5833333333334,-1.080847384349326,0,0,5.785714285714286,1.0114885114885115,1,0.15789473684210525,-87.01215611004706,0,0,-83.33333333333334,1,0,-0.694444444444442,40.721806198974264,0,0,1,0,1,0,-2.450980392156872,-0.6128682700914148,-24.269005847953217,0.2697309723172293,5.1617647058823195,0,0,2.5550001627756305,0.8319327731092437,-15887244370.848963,268312.9060535431,1.320568103654102,743189.589480862,1,0,0.06257832927009409,-48.43726243495513,11.760185359612937,0,1,0.048872180451120524,0.004033894259461546,571.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,double_bottom,down,0,0,1,1,0,0,0,49,impulse_late,accumulation,none,in_cloud,neutral,-0.288,0,0,576.1500000000001,585.3666666666667,524.8,-0.7202985333680578,1,0,0,none,1,0.5042016806722689,1.2237762237762237,0,0.69,-1,-1,0,0.2116120980988034,44.11764705882352,-1.7809797848781512,40.17543859649174,49.64912280701881,5.161129978316808,6.942109763194959,3.7609022130656222,576.6,576.25,551.9,-1.0845986984815648,0,0,8.642857142857142,1.5162907268170425,1,0.4,-70.50754458162012,0,0,-90.0,1,0,-1.7241379310344862,37.27445986802665,0,0,0,0,0,0,-1.3368983957219314,-0.5663382296893307,-19.473684210526315,0.4019049506738889,10.373529411764707,0,0,3.4581030843113636,0.957983193277311,-19456419579.00334,-2056759.2877731323,1.036693861230861,-3269131.9029439837,0,0,0.0013571405166155754,-48.49373506132909,24.134878580753753,0,1,0.1796992481203106,0.03850122841842052,568.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,cup_handle,range,1,0,0,0,0,0,0,38,impulse_late,accumulation,none,above_cloud,below,-0.908,0,0,562.2166666666667,584.9666666666667,512.1666666666666,1.3844010316307331,1,0,0,none,1,0.6868686868686869,1.7543859649122806,0,0.714,-1,0,0,0.6006770695082437,61.333333333333336,-0.9971630491112098,65.95432641944298,71.34121835745377,12.673633862332508,13.670796911443718,10.210907596257766,575.6,564.2,529.1333333333333,1.0280042538106882,0,0,12.214285714285714,2.142857142857143,0,0.6842105263157895,57.277363672027896,0,0,-48.64864864864865,0,0,0.7067137809187329,68.76186893040455,0,1,0,1,0,1,-13.314553990610328,-0.8637689976173206,-7.882882882882882,0.6299482756512086,31.10294117647061,0,0,4.257584621517891,0.8319327731092437,-25609268647.863438,553321.0431785583,0.9023997365197258,-1150779.436833378,0,1,0.06935997337569975,-48.47420858367134,71.06354365742708,1,1,2.1518796992481106,0.7813203718725411,568.0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,none,range,1,0,0,0,0,0,0,27,impulse_late,unknown,100,above_cloud,below,-2.022,0,0,578.4166666666667,580.3333333333334,480.6666666666667,-1.4551217403832473,1,0,0,none,1,1.0,3.1578947368421053,0,0.812,0,0,0,0.7810344582577843,73.62637362637363,0.9517921277282984,80.23391812865508,81.75481438639363,16.902498225527893,15.950706097799594,14.605489815565665,577.0,554.25,515.0166666666667,4.10464591790709,0,0,13.928571428571429,2.4139638524387226,0,0.8513513513513513,75.25342874180072,0,0,-19.298245614035086,0,1,4.33996383363473,90.13453336265636,0,1,0,1,0,1,-2.662286167440797,-0.5589729664215906,-1.3045434098065698,0.867179041428771,40.74411764705883,0,0,4.627987708739204,0.7815126050420168,-25512704201.910435,-1206317.3230705261,0.8962899497096014,-138218.81230011582,0,1,0.07252490755211458,-47.83941239423633,78.65576386225851,1,1,3.220300751879705,0.8862112070100394,568.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,0,0,0,cup_handle,range,1,0,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,3.028,0,0,574.0,580.0,468.0,0.5226480836237002,1,0,0,none,1,1.728813559322034,1.9064124783362217,0,0.714,0,0,0,0.8920117913587214,78.21782178217822,5.448579983290623,86.6416978776527,89.9363284870982,20.735154944955184,15.286574961664561,21.655562087379828,573.6,531.85,507.76666666666665,8.489235686753771,0,0,15.357142857142858,2.661549888586284,0,0.8865979381443299,131.8267419962336,0,1,-13.580246913580247,0,1,12.038834951456302,83.61148756367814,0,1,0,0,0,0,-0.8297972654408312,-0.5713086189053023,-3.7330981775426437,1.1164245502399233,60.7617647058824,0,0,4.932696583579339,0.5462184873949579,-29410331046.55654,13793047.631221771,1.4378835408557582,37646411.76801145,0,0,0.27013635740614733,-47.7596418390072,86.92313139315836,1,1,4.647368421052645,0.9117693392665415,568.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,none,up,1,1,0,0,1,0,0,15,impulse_late,unknown,none,above_cloud,above,3.566,0,0,578.0,580.0,480.0,-0.17301038062284002,1,0,0,none,1,1.489795918367347,3.2928942807625647,0,0.538,0,0,0,1.0,93.54838709677419,9.240389100890376,92.27923216050438,91.22209307927972,17.70694356132958,8.466554460439205,25.198164149005446,556.2,509.55,497.4166666666667,13.237170052006665,0,0,18.857142857142858,3.268135677147809,0,0.9083333333333333,191.659685376524,0,1,-9.166666666666666,0,1,16.80161943319838,,0,0,0,0,0,0,8.254269449715366,0.5406876914509908,-0.42397660818714655,1.2187516913962615,44.88529411764705,0,0,6.175149187143833,0.5714285714285714,-33838327472.413986,22691607.271850586,1.8674654861811195,39669431.07154518,0,0,0.08306483516641539,-46.49336144486621,45.64291003960131,1,1,4.5751879699248175,0.7110407595920836,558.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,v_bottom,range,1,0,0,1,1,0,1,11,impulse_late,unknown,100,above_cloud,above,4.138,0,0,514.0,580.0,480.0,12.256809338521402,1,0,0,none,1,1.1538461538461537,3.466204506065858,1,0.6,0,0,1,7.48056062505335,22.37006555512437,14.88950493007102,540.4,500.7,484.05,12.442580387457557,0,0,34.57142857142857,6.140573458513067,0,0.8128654970760234,156.52490003635023,0,1,-25.196850393700785,0,0,9.9609375,54.133854320769004,0,1,0,1,0,0,-14.184175854656402,0.5527588159034824,4.609179950067215,0.9094953629851639,63.95588235294116,0,0,22.047882503518476,1.0,-45923859776.07422,-5104270.2861709595,2.599948818881022,41181160.59396537,0,0,,-44.5909244479224,62.15022938843633,1,1,4.74436090225565,0.5006809777368545,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,above,7.123,0,0,437.3333333333333,577.8,434.46666666666664,28.734756097560975,1,0,0,none,1,4.103448275862069,7.63765541740675,0,0.571,0,0,1,4.211674276894701,29.6206217466555,25.4089474697608,504.4,480.7,410.15,16.912835448304552,0,0,94.71428571428571,16.8530757498729,0,0.7737556561085973,107.13338636966319,0,1,-24.390243902439025,0,0,3.690036900368998,82.43416816559724,0,1,0,1,0,1,0.9674985727102126,3.405577134744803,15.12195121951219,0.725450897116185,72.35294117647061,0,0,33.26926262199552,0.957983193277311,-79728180678.73073,-4570361063.4431305,1.25641034281419,397208472.66450596,0,0,-2.679814001364818,-37.350907403258624,79.14512947357505,1,1,3.86766917293232,0.16259582532881478,468.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,none,above_cloud,above,1.496,0,0,543.75,548.3,348.1,3.356321839080456,0,0,0,none,1,3.5254237288135593,22.597864768683273,1,0.667,0,0,0,0,1,1,0,0.0,0.25,0.333,0,0.892642097180674,53.359683794466406,82.7137886833913,75.93079274925267,31.689369216393825,60.10928961748634,63.08943089430891,47.47967479674793,0.8581804754089813,47.218753141116835 -455,2026-06-01 14:51:00,sell,595.0,0.65,75,고점 매도 · 비중 65% · 분할 · leg#75,1.0,68.08510638297872,1.7059110465545015,90.87922705314043,82.3908651734752,2.643431973560382,0.9375209270058807,3.8618237879824115,582.8,576.6,575.4833333333333,2.4973985431841816,0,0,5.642857142857143,0.9547981629199904,0,0.88,287.2200263504646,0,1,-12.0,0,1,2.249134948096887,82.16073860633156,0,0,0,0,0,0,0.0,0.4409358349843844,2.0606060606060765,1.049756966000623,4.632352941176464,0,0,2.1423615658092308,0.4117647058823529,-15886534134.805471,1115417.8900165558,2.1562785299130653,2438403.6940356344,0,0,0.0857743224553786,-46.70262860582235,24.950032870026906,0,1,0.5879699248120249,0.39044877819548895,581.0,1,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0,cup_handle,range,0,1,0,0,0,0,0,50,impulse_late,distribution,100,above_cloud,above,3.559,0,0,576.0166666666667,585.7,524.8333333333334,2.6011978820057235,0,0,0,none,1,0.6554621848739496,1.015228426395939,1,0.759,1,0,1,0.926510656124685,58.82352941176471,0.8055197574890425,83.10591293047484,69.80723413472079,4.1967565964449705,3.391236838955928,4.022112687447816,583.2,577.1,562.85,1.715473921330779,0,0,7.428571428571429,1.2655147237770747,0,0.7037037037037037,200.8793624622167,0,1,-29.629629629629626,0,0,2.086956521739136,52.627680765993404,0,0,0,0,0,0,-5.0062578222778455,0.16066828198176886,11.176088369070825,0.8101407452539406,5.205882352941217,0,0,2.953436335697739,0.7563025210084033,-19454103410.19138,1991565.0086212158,1.6672946459555844,951822.3354312927,0,0,-0.030819276573939677,-46.9342184902818,11.774600676442924,0,1,0.4285714285714385,0.19090787299602785,581.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0,cup_handle,range,1,0,0,1,1,0,1,41,impulse_late,distribution,100,above_cloud,above,2.497,0,0,573.0,592.0666666666666,512.8666666666667,2.44328097731239,1,0,0,none,1,0.7474747474747475,1.5332197614991483,1,0.75,0,0,0,0.7689893707146308,53.086419753086425,-0.8897811427920033,63.518518518518796,57.098765432098986,10.228512188586478,11.118293331378482,5.008526272662488,579.8,575.25,538.8833333333333,1.3472403302911884,0,0,11.857142857142858,2.033815241362411,1,0.7073170731707317,154.72636815920401,0,1,-44.44444444444444,0,0,1.3913043478260834,52.155784085895306,0,1,0,1,0,1,-7.476960528603712,-0.015622765041456432,1.8518518518518547,0.738964010269261,19.617647058823536,0,0,4.34856317285006,0.8403361344537815,-25606656942.85671,1166792.0792922974,1.1093508868665751,-465126.6547311954,0,1,0.07362005042096445,-47.273547833612476,49.478324704243214,1,1,0.7000000000000007,0.3305604869388793,575.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,double_bottom,range,0,1,1,0,0,0,1,29,impulse_late,unknown,100,above_cloud,above,4.251,0,0,573.9166666666667,591.1666666666666,499.1666666666667,1.5826920284593982,1,0,0,none,1,1.240506329113924,2.9159519725557463,1,0.875,0,0,0,0.7700260667015197,68.29268292682927,-0.44637417663003554,77.41773730145833,76.75606254911612,15.234695420502817,15.681069597132852,12.57764993548417,578.0,563.85,522.0166666666667,3.3962933404274143,0,0,13.785714285714286,2.364616515559912,0,0.8333333333333334,97.03703703703718,0,0,-27.27272727272727,0,0,0.6908462867012188,85.70301805631452,0,1,0,1,0,1,-1.822259601906353,-0.06785181198070944,-0.28587764436821317,0.8471575395664486,32.37058823529412,0,0,3.884466408024998,0.5966386554621849,-25513516180.06768,-3309398.641643524,1.519810248990714,-7409482.179565281,0,1,0.027200617221343634,-47.274789136322134,79.34324198369892,1,1,2.6939849624060166,0.8080759575307658,571.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,19,impulse_late,unknown,100,above_cloud,below,-1.164,0,0,575.95,582.3,480.7,1.2240645889399993,0,0,0,none,1,1.88135593220339,2.9159519725557463,1,0.833,0,0,0,0.8689650053272576,80.9090909090909,4.016989969206154,84.49297431405806,84.56481571884966,21.41037137360388,17.393381404397726,21.52771511860988,577.0,540.1,509.9166666666667,7.942973523421593,0,0,16.5,2.8301886792452833,0,0.8775510204081632,113.69509043927637,0,1,-13.953488372093023,0,1,10.836501901140693,85.01778693516073,0,0,0,0,0,0,1.9090909090909065,-0.3932458325203321,1.9331993492200183,1.057124122339739,61.302941176470654,0,0,5.080159644733972,0.5546218487394958,-29411116954.334473,11367542.99023056,1.5071366214832516,39960154.43999219,0,0,0.23316229918659023,-47.19416657401673,86.7347584948474,1,1,4.699248120300738,0.9147460648531719,569.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,none,up,1,1,0,0,1,0,0,15,impulse_late,unknown,none,above_cloud,above,3.618,0,0,575.95,582.3,480.7,1.2240645889399993,0,0,0,none,1,1.6734693877551021,4.1166380789022305,0,0.571,1,0,0,0.9820709391067658,93.44262295081967,9.400603227355958,91.91619585687401,92.29954559535669,20.217308494634153,10.816705267278195,27.82389690719701,567.6,514.05,499.9,13.413092111662305,0,0,18.428571428571427,3.160989953442783,0,0.905511811023622,168.9696820815168,0,1,-10.0,0,1,17.303822937625757,,0,0,0,0,0,0,-0.10576414595452377,0.16021412646558275,-0.3630363036303663,1.2390657962428282,53.938235294117646,0,0,6.169804366793952,0.5630252100840336,-33837624183.22089,22798788.36675644,1.573429372142082,47619974.38541931,0,0,0.07872797097718684,-45.91571295988529,49.32256371925501,1,1,5.363157894736839,0.7873766928915159,568.0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,none,range,1,0,0,1,1,0,1,10,impulse_late,unknown,none,above_cloud,above,2.369,0,0,575.95,586.5333333333333,480.7,1.2240645889399993,1,0,0,none,1,0.7435897435897436,4.459691252144083,1,0.636,1,0,0,7.48056062505335,22.37006555512437,14.88950493007102,540.4,500.7,484.05,12.442580387457557,0,0,34.57142857142857,6.140573458513067,0,0.8128654970760234,156.52490003635023,0,1,-25.196850393700785,0,0,9.9609375,54.133854320769004,0,1,0,1,0,0,-14.184175854656402,0.5527588159034824,4.609179950067215,0.9094953629851639,63.95588235294116,0,0,22.047882503518476,1.0,-45923859776.07422,-5104270.2861709595,2.599948818881022,41181160.59396537,0,0,,-44.5909244479224,62.15022938843633,1,1,4.74436090225565,0.5006809777368545,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,above,7.123,0,0,437.3333333333333,577.8,434.46666666666664,28.734756097560975,1,0,0,none,1,4.103448275862069,7.63765541740675,0,0.571,0,0,1,4.211674276894701,29.6206217466555,25.4089474697608,504.4,480.7,410.15,16.912835448304552,0,0,94.71428571428571,16.8530757498729,0,0.7737556561085973,107.13338636966319,0,1,-24.390243902439025,0,0,3.690036900368998,82.43416816559724,0,1,0,1,0,1,0.9674985727102126,3.405577134744803,15.12195121951219,0.725450897116185,72.35294117647061,0,0,33.26926262199552,0.957983193277311,-79728180678.73073,-4570361063.4431305,1.25641034281419,397208472.66450596,0,0,-2.679814001364818,-37.350907403258624,79.14512947357505,1,1,3.86766917293232,0.16259582532881478,468.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,none,above_cloud,above,1.496,0,0,543.75,548.3,348.1,3.356321839080456,0,0,0,none,1,3.5254237288135593,22.597864768683273,1,0.667,0,0,0,0,2,1,0,0.0,0.5,0.333,0,0.892642097180674,53.359683794466406,82.7137886833913,75.93079274925267,31.689369216393825,60.10928961748634,63.08943089430891,47.47967479674793,0.8581804754089813,47.218753141116835 -456,2026-06-01 15:27:00,buy,552.0,0.496,76,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#76,0.015540077240447694,20.454545454545453,-2.8133206753595656,0.8547008547011732,4.9443984927869264,-3.89173416411154,-1.078413488751974,6.843489991172253,563.8,576.1,576.5166666666667,-3.3153966325290773,0,0,6.928571428571429,1.2439086945370608,0,0.02564102564102564,-156.56108597285035,1,0,-97.43589743589743,1,0,-4.948805460750849,35.1887184689039,0,0,0,0,0,0,-10.656565656565661,-0.273962754701194,-2.3711055969120487,-0.06277149522937389,-9.844117647058738,0,0,2.3236830666937967,0.5714285714285714,-15889359988.356247,-2379815.3946437836,1.319624349445589,-6038352.9565618485,0,0,-0.09482500141112793,-49.750254422781836,20.849972078225317,0,1,-0.9563909774436097,0.3295398535345838,556.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,inv_head_shoulders,range,1,0,0,1,0,1,1,50,impulse_late,unknown,500,below_cloud,below,-3.849,0,0,572.2,587.8,539.8,-2.6564138413142313,1,0,0,none,1,0.19327731092436976,1.436265709156194,0,0.607,-1,0,0,0.0,37.14285714285714,-2.9993379782301632,5.061559507524446,8.792394176976885,-1.9213718344001336,1.0779661438300294,5.879183240311996,564.4,574.55,567.5166666666667,-3.22861369767643,0,0,8.285714285714286,1.4902363823227134,0,0.09302325581395349,-222.29232386960967,1,0,-90.69767441860465,1,0,-3.304347826086962,34.18795456001372,0,0,0,0,0,0,-4.1269841269841265,-0.5791139086034667,-4.426106526631658,0.002598565250817711,-9.620588235294122,0,0,3.0964300672697567,0.7647058823529411,-19457416125.957275,-1474401.3339881897,2.3808847644644455,-4863738.536705464,0,0,-0.05606451780949713,-49.71722170455877,14.21945430191978,0,1,-0.44135338345864955,0.09560295069568125,552.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,double_bottom,range,1,0,0,1,0,1,1,40,impulse_late,unknown,618,below_cloud,below,-3.63,0,0,576.3666666666667,592.1333333333333,511.8666666666667,-3.5336302122491503,1,0,0,none,1,0.40404040404040403,1.9784172661870503,0,0.636,-1,0,1,0.0,37.755102040816325,-3.8176227917513543,7.401850462615928,28.791457123540365,5.167361006303395,8.98498379805475,5.320508703726666,573.0,575.1,541.95,-3.3211615371239844,0,1,12.642857142857142,2.2738951695786227,1,0.09302325581395349,-269.7403285638559,1,0,-90.69767441860465,1,0,-2.4561403508771895,31.740343300818736,0,0,0,0,0,0,-3.356009070294789,-1.0135651569375366,-15.417743324720071,0.23843259126786975,12.097058823529437,0,0,4.701761595603419,0.8571428571428571,-25611316622.632576,-2047974.7691383362,1.420870858818638,-6989412.287040081,0,0,-0.03830876708792804,-49.69812720836777,34.98535363840924,1,1,-0.4030075187969935,0.09714518352005197,552.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,flag_bull,up,1,1,0,0,0,0,0,30,impulse_late,unknown,none,in_cloud,below,-4.019,0,0,573.9166666666667,591.1666666666666,499.1666666666667,-3.1218237258603287,1,0,0,none,1,0.9240506329113924,2.697841726618705,0,0.824,0,0,0,0.2980125494722447,47.82608695652174,-2.9809190744731726,39.054911147934504,60.62804958153824,11.611351756538738,14.592270831011911,9.73313043335074,573.2,567.15,524.6666666666666,-1.9659702018866243,0,0,14.5,2.6079136690647484,0,0.390625,-43.988269794722136,0,0,-90.69767441860465,1,0,-4.137931034482756,67.8047616571792,0,0,0,0,0,0,-5.83244962884411,-1.6066430844625703,-26.356589147286826,0.3668276002168501,26.814705882352882,0,0,4.862708695123583,0.8487394957983193,-25516716718.617004,-5286891.033840179,1.2168805837292327,-12829120.771256626,0,0,-0.03484914205046846,-49.69931371526338,71.15901614674951,1,1,1.5646616541353313,0.449912382343155,552.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,17,impulse_late,unknown,none,above_cloud,below,-4.666,0,0,576.7,586.8666666666667,481.1333333333333,-3.5893878966533843,1,0,0,none,1,1.1355932203389831,3.41726618705036,0,0.75,-1,-1,0,0.6187277591177918,65.44117647058823,1.6782847866365742,73.90344421548404,80.31873116479345,19.491237387693445,17.81295260105687,20.561925211817805,572.2,542.75,510.65,2.4412713035467437,0,0,18.214285714285715,3.275950668036999,0,0.6020408163265306,57.202696511551856,0,0,-45.348837209302324,0,0,4.119850187265928,76.16677689450519,0,1,0,1,0,1,-15.467914438502675,-2.33870518256958,-10.589530098574016,0.6213291826235503,57.049999999999955,0,0,6.576296405525946,0.7647058823529411,-29416568548.96216,3241395.702381134,1.6516068398191155,29481898.41088158,0,0,0.13163921180085045,-49.62234497245917,84.28682906578591,1,1,4.340601503759386,0.8471506442368197,552.0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,none,up,1,1,0,0,1,0,0,15,impulse_late,unknown,none,above_cloud,below,-1.509,0,0,575.95,582.3,480.7,-3.463842347426005,1,0,0,none,1,1.1224489795918366,5.755395683453238,0,0.533,-1,-1,0,0.7715077491954833,78.62595419847328,6.2649254920935515,79.63435713336011,85.97176242991713,20.667858061444804,14.402932569351252,29.27159284656751,574.6,521.55,504.1333333333333,7.947464289138151,0,0,20.928571428571427,3.717330626744481,0,0.7480314960629921,95.16298633017904,0,0,-29.357798165137616,0,0,8.269230769230763,77.2614797396097,0,0,0,0,0,1,-5.220199647680559,-1.815058224105119,-6.73037716615697,0.8299521730047634,60.57058823529417,0,0,6.705604481649728,0.6554621848739496,-33839538863.44482,16840658.331752777,1.6527888307762726,13504931.26931274,0,0,0.06058541656091601,-47.714747685416356,53.377154742267074,1,1,6.03082706766917,0.8738907991988721,552.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,v_bottom,range,1,0,0,1,1,0,1,10,impulse_late,unknown,none,above_cloud,below,-1.404,0,0,575.95,578.0666666666666,480.7,-2.2484590676274063,1,0,0,none,1,1.0769230769230769,5.683836589698046,0,0.636,0,0,0,7.48056062505335,22.37006555512437,14.88950493007102,540.4,500.7,484.05,12.442580387457557,0,0,34.57142857142857,6.140573458513067,0,0.8128654970760234,156.52490003635023,0,1,-25.196850393700785,0,0,9.9609375,54.133854320769004,0,1,0,1,0,0,-14.184175854656402,0.5527588159034824,4.609179950067215,0.9094953629851639,63.95588235294116,0,0,22.047882503518476,1.0,-45923859776.07422,-5104270.2861709595,2.599948818881022,41181160.59396537,0,0,,-44.5909244479224,62.15022938843633,1,1,4.74436090225565,0.5006809777368545,552.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,above,7.123,0,0,437.3333333333333,577.8,434.46666666666664,28.734756097560975,1,0,0,none,1,4.103448275862069,7.63765541740675,0,0.571,0,0,1,4.211674276894701,29.6206217466555,25.4089474697608,504.4,480.7,410.15,16.912835448304552,0,0,94.71428571428571,16.8530757498729,0,0.7737556561085973,107.13338636966319,0,1,-24.390243902439025,0,0,3.690036900368998,82.43416816559724,0,1,0,1,0,1,0.9674985727102126,3.405577134744803,15.12195121951219,0.725450897116185,72.35294117647061,0,0,33.26926262199552,0.957983193277311,-79728180678.73073,-4570361063.4431305,1.25641034281419,397208472.66450596,0,0,-2.679814001364818,-37.350907403258624,79.14512947357505,1,1,3.86766917293232,0.16259582532881478,468.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,none,above_cloud,above,1.496,0,0,543.75,548.3,348.1,3.356321839080456,0,0,0,none,1,3.5254237288135593,22.597864768683273,1,0.667,0,0,0,1,0,1,0,0.25,0.0,0.333,0,0.892642097180674,53.359683794466406,82.7137886833913,75.93079274925267,31.689369216393825,60.10928961748634,63.08943089430891,47.47967479674793,0.8581804754089813,47.218753141116835 -457,2026-06-01 16:24:00,sell,586.0,0.35,75,고점 매도 · 비중 35% · 분할 · leg#75,1.0,78.125,1.9781117225140776,87.11947853824317,89.07987194600601,1.8789026560453976,-0.09920906646868008,5.177829393067107,576.6,567.95,573.6,2.649881151509814,0,0,4.214285714285714,0.7228620436167607,0,0.96875,167.22160562338078,0,1,-4.545454545454546,0,1,2.280701754385972,71.53858471447657,0,0,0,0,0,0,5.04807692307692,0.3103550797984005,0.5681818181818414,1.1507831279404956,4.461764705882274,0,0,2.0052867011380235,0.24369747899159663,-15886452295.874191,635737.2232055664,1.046757618486392,1329541.2818382382,0,0,,-47.383412912093284,33.76043434511177,1,1,1.1827067669172988,0.9057878885831362,576.0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,flag_bull,range,0,1,0,0,0,0,0,48,impulse_late,accumulation,618,above_cloud,below,-0.924,0,0,574.4166666666667,584.1666666666666,538.6666666666666,1.4942695488176172,1,0,0,none,1,0.4369747899159664,0.5145797598627788,0,0.679,1,1,0,0.8169519109664769,61.40350877192982,1.6829053715457123,88.85941644562384,76.19711333791919,0.8393525145058902,-0.843552857039822,6.900815300358774,575.0,571.5,572.3166666666667,2.1872265966754068,0,0,6.5,1.1130136986301369,0,0.7441860465116279,102.49514418048636,0,1,-0.0,0,1,4.659498207885315,39.20189376768091,0,0,0,0,0,0,2.1442495126705623,0.6693297311769131,11.458333333333314,0.9620314332124079,1.5058823529411711,1,0,3.40146737924951,0.8991596638655462,-19454471076.685078,2362127.758781433,0.7754404370225784,2524286.2979564965,0,0,,-47.16842708654663,26.9688101823159,1,1,-0.363909774436087,0.0476806526332072,577.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,cup_handle,range,1,0,0,0,0,0,0,36,impulse_late,unknown,none,above_cloud,above,8.235,0,0,576.3666666666667,592.1333333333333,529.0666666666667,1.3243884101555636,1,0,0,none,1,0.6767676767676768,0.5136986301369862,1,0.667,1,0,0,0.7465841881228958,53.19148936170213,-1.1909291409858342,50.38759689922508,42.89405684754544,3.5955404323322,4.786469573318034,5.805580060537305,571.0,572.8,548.7666666666667,1.4315642458100575,0,0,11.071428571428571,1.9055815097123185,0,0.6744186046511628,117.16791979949802,0,1,-32.55813953488372,0,0,-2.188552188552184,46.45220919321156,0,0,0,0,0,0,6.065052580092939,0.9937964737007876,7.751937984496124,0.7502424672016339,2.5764705882352246,1,0,4.898321101610213,0.8571428571428571,-25611781930.554096,-6043944.728904724,0.9081821914742733,-7461628.571209881,0,0,,-47.422060586986895,18.864079241567087,0,1,-0.39398496240601155,0.07860498031554353,569.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,flag_bull,range,1,0,0,0,0,0,0,29,impulse_late,unknown,none,in_cloud,above,11.014,0,0,575.0166666666667,587.7333333333333,511.43333333333334,1.0405495492884276,1,0,0,none,1,1.1898734177215189,0.8605851979345954,1,0.824,1,0,0,0.6653431472955568,48.192771084337345,-2.759279472201989,40.310077519379945,31.524547803617867,8.511240704507259,11.270520176709248,5.393415506135348,566.0,571.9,530.45,0.8917642944570758,0,0,12.857142857142858,2.2282743253280515,1,0.5909090909090909,68.39945280437853,0,0,-41.86046511627907,0,0,0.0,57.456896374850174,0,0,0,0,0,0,0.0,0.7562492641686074,8.527131782945734,0.7243707884813531,12.535294117647027,0,0,4.92606883359929,0.8319327731092437,-25514405693.07079,-1701491.1603546143,0.2283329831923176,-4219971.982095122,0,0,-0.054542131833292394,-47.787758563875016,47.57994405271669,1,1,0.0045112781954932575,1.1978964938652581e-05,568.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,cup_handle,range,1,0,0,0,0,0,0,19,impulse_late,unknown,none,above_cloud,above,7.864,0,0,573.55,587.2,513.1,0.6015168686252403,1,0,0,none,1,1.4745762711864407,0.6932409012131715,1,0.833,1,0,0,0.6388976691441736,62.31884057971015,-0.7791438348116593,67.88194444444423,65.59952906179204,16.931478897713305,17.710622732524964,17.461703790742035,567.6,554.55,514.7666666666667,2.4253899558200454,0,0,18.928571428571427,3.3324949698189132,0,0.686046511627907,47.87345485019908,0,0,-42.1875,0,0,-1.899827288428324,73.88138352561114,0,0,0,0,0,0,-8.357851149613161,-0.8651496760460518,-0.8937757201646122,0.6722420341049817,37.63529411764705,0,0,6.7136977554029915,0.7899159663865546,-29407725894.110916,975093.9683799744,0.007357666822932588,18076481.476100445,1,0,0.1761740754849816,-48.50022969820418,78.39739208666741,1,1,3.399248120300756,0.690079468335273,565.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,none,range,1,0,0,0,0,0,0,16,impulse_late,unknown,none,above_cloud,above,12.392,0,0,575.95,582.3,480.7,-1.380328153485555,1,0,0,none,1,1.3877551020408163,0.528169014084507,0,0.571,0,0,0,0.6713335432572161,70.71428571428572,2.951729735260205,67.95477894757074,73.96766013125944,19.3392557249972,16.387525989736996,28.860030659102453,567.8,528.85,508.21666666666664,4.944691311335903,0,0,22.571428571428573,4.066924066924067,0,0.6850393700787402,71.56383933021026,0,0,-40.816326530612244,0,0,7.7669902912621325,70.16247126717867,0,0,0,1,0,1,-7.74725274725273,-2.0349142110225706,-6.35906536527655,0.6654972243407737,55.03235294117644,0,0,6.81430720919943,0.680672268907563,-33848252111.873184,7021432.038799286,1.36419443533064,8765697.521791816,0,0,0.00969819048652406,-48.435062518192005,59.8412730612241,1,1,6.0157894736842055,0.8699908645252766,553.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,below,-2.905,0,0,575.95,578.0666666666666,480.7,-3.637468530254373,1,0,0,none,1,1.2307692307692308,5.9459459459459465,0,0.583,-1,0,0,6.513856630725687,24.936380552961964,18.422523922236277,563.8,512.95,483.8833333333333,8.782532410566324,0,0,29.428571428571427,5.273937532002048,0,0.7716049382716049,114.9565991542398,0,1,-29.133858267716533,0,0,13.184584178498993,42.85670847600917,0,1,0,0,0,0,-6.614399037905578,-1.104362707209635,-3.149606299212607,0.8517005030613328,84.06764705882358,0,0,22.12019790328542,1.0,-45935253994.25376,-8727180.725990295,1.6952171828491944,33113136.430803843,0,0,0.10757889143990294,-45.01826657589941,51.554238689355294,1,1,4.43082706766918,0.4754527013919767,545.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,above,7.434,0,0,437.3333333333333,577.8,434.46666666666664,27.59146341463414,1,0,0,none,1,3.9310344827586206,7.347670250896058,0,0.571,0,0,0,4.211674276894701,29.6206217466555,25.4089474697608,504.4,480.7,410.15,16.912835448304552,0,0,94.71428571428571,16.8530757498729,0,0.7737556561085973,107.13338636966319,0,1,-24.390243902439025,0,0,3.690036900368998,82.43416816559724,0,1,0,1,0,1,0.9674985727102126,3.405577134744803,15.12195121951219,0.725450897116185,72.35294117647061,0,0,33.26926262199552,0.957983193277311,-79728180678.73073,-4570361063.4431305,1.25641034281419,397208472.66450596,0,0,-2.679814001364818,-37.350907403258624,79.14512947357505,1,1,3.86766917293232,0.16259582532881478,468.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,none,above_cloud,above,1.496,0,0,543.75,548.3,348.1,3.356321839080456,0,0,0,none,1,3.5254237288135593,22.597864768683273,1,0.667,0,0,0,0,1,2,0,0.0,0.25,0.667,0,0.796257696222734,59.11330049261084,74.80314960629919,78.48989806506744,29.64490888352616,60.10928961748634,63.08943089430891,47.47967479674793,0.8581804754089813,47.218753141116835 -458,2026-06-01 21:06:00,buy,543.0,0.504,76,저점 분할 매수 · 비중 50% · 2회 · BB하단 · leg#76,0.17203139505071974,29.629629629629633,-1.0370351961437665,6.060606060606383,4.040404040405388,-2.472865686504065,-1.4358304903602983,4.116659317772645,548.2,555.5,555.0,-1.3501350135013523,0,0,3.7142857142857144,0.6777893639207508,0,0.0,-104.34148121123644,1,0,-100.0,1,0,-1.6157989228007152,9.597140427780715,0,0,0,0,0,0,2.043422733077904,0.10573178365076186,0.0,0.15004081543535605,-6.720588235294144,0,0,1.7790394880495977,0.24369747899159663,-15939358619.341576,-7129715.171682358,1.3239939347283607,-1781043.4396342188,0,0,,-50.45933452462417,48.17435279760569,1,1,-0.9127819548872282,0.8922039398011931,548.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,double_bottom,down,0,0,1,1,0,1,0,51,impulse_late,accumulation,0,below_cloud,neutral,0.474,0,0,556.0,574.0,548.6666666666666,-1.4388489208633115,0,0,0,none,1,-0.20168067226890757,-0.36496350364963503,0,0.393,0,0,0,0.1785046570400774,32.25806451612904,-1.1472341323663706,12.368024132730527,8.396178984415554,-2.1643643997522304,-1.0171302673858598,3.888430882613181,549.2,555.95,559.2833333333333,-1.2501124201816816,0,0,5.5,1.0018214936247722,0,0.29411764705882354,-140.04796163069554,1,0,-70.58823529411765,0,0,-1.9642857142857184,32.6333426674761,0,0,0,0,0,0,0.0,0.055988478665844,9.803921568627452,0.2539495264156089,-6.117647058823536,0,0,1.8765452745201336,0.18487394957983194,-19559279195.413094,-20748375.939865112,1.3137679630237615,1118801.8959633112,1,0,,-50.25017444125617,20.962967888823886,0,1,-0.38721804511278995,0.17967140574203455,544.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,double_bottom,down,0,0,1,1,0,1,0,38,impulse_late,accumulation,0,below_cloud,neutral,-0.312,0,0,556.75,589.9,547.4,-1.3920071845532123,1,0,0,none,1,-0.20202020202020202,-0.36429872495446264,0,0.381,0,0,0,0.15236893603084525,49.01960784313726,-0.4768285493794653,23.232323232323505,50.26936026936048,-2.6023785589062527,-2.1255500095267874,3.442720368320156,553.8,555.65,564.9166666666666,-1.1967965445874196,0,1,6.214285714285714,1.1319281811085091,1,0.3333333333333333,-158.2966226138031,1,0,-66.66666666666666,0,0,-1.258992805755399,49.1892560528839,0,0,1,0,0,0,5.383244206773632,-0.27813809958029534,-18.888888888888896,0.1928363438786271,-8.494117647058829,0,0,2.6398752484941013,0.21008403361344538,-25798383629.4668,-56440550.68928909,1.4863176453976217,-5087635.092846446,0,0,,-50.235041929386725,25.752213277579056,1,1,-0.15714285714286264,0.03778950309844786,544.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,double_bottom,up,1,1,0,0,0,0,0,28,impulse_late,accumulation,382,below_cloud,below,-1.962,0,0,559.1666666666667,580.6666666666666,529.0666666666667,-1.81818181818183,1,0,0,none,1,0.43037974683544306,-0.36429872495446264,0,0.588,0,0,0,0.1830200303460862,34.0,-1.1013505793990999,51.11111111111122,77.22222222222253,-1.6596075410440108,-0.5582569616449109,5.25513045076669,555.6,558.3,550.9666666666667,-1.6657710908113854,0,0,7.071428571428571,1.2880562060889928,1,0.05714285714285714,-120.9529627367145,1,0,-80.0,0,0,-1.0810810810810811,43.23964647766164,0,0,1,0,1,0,-10.444444444444436,-0.25552756690464196,-29.444444444444436,0.21296463470032165,-11.241176470588243,0,0,3.2043851040149907,0.4117647058823529,-25616326268.428303,-22038787.755737305,1.3138598271900288,-5761771.483843535,0,0,-2.939966622700914,-50.23947593585949,27.654752201861434,1,1,-0.8421052631578965,0.4613372601921534,549.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,flag_bull,down,0,0,1,1,0,1,0,18,impulse_late,unknown,500,in_cloud,neutral,0.38,0,0,573.9833333333333,582.0666666666666,514.1666666666666,-4.352623479195106,1,0,0,none,1,0.6440677966101694,-1.2750455373406193,0,0.643,-1,0,0,0.1411576884619939,35.18518518518519,-2.1779913124782397,36.66666666666645,36.71794871794856,0.6766865823885837,2.8546778948668234,4.076447263652392,553.0,557.15,534.6,-1.4628017589518039,0,0,9.285714285714286,1.6913869372885768,1,0.175,-137.25490196078275,1,0,-72.0,0,0,-1.0810810810810811,45.2972124345457,0,0,1,0,1,0,-6.194125159642404,-0.09844875574937406,2.923076923076927,0.3304959268718679,-9.700000000000045,0,0,4.282237237824494,0.3025210084033613,-29479154289.48294,-29520602.864120483,0.9094920214487991,832065.1938673258,1,0,-1.0270972248121806,-50.05725316502942,23.48387644246805,0,1,-0.5932330827067595,0.3820593439357135,542.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,flag_bull,range,0,1,1,0,0,0,1,16,impulse_late,unknown,618,in_cloud,below,-2.338,0,0,555.8,580.0666666666666,527.8,-1.2234616768621698,1,0,0,none,1,1.2448979591836735,-1.4571948998178506,0,0.778,0,0,0,0.3255742263976909,27.027027027027017,-3.615230067682406,13.03887935963426,18.401368982437337,8.745499786503274,12.36072985418568,9.65098823447572,553.0,558.4,523.5166666666667,-1.6833810888252088,0,0,16.785714285714285,3.0575071558678113,1,0.43209876543209874,-70.88744588744571,0,0,-84.0909090909091,1,0,-1.0810810810810811,21.372180020691303,0,0,0,0,0,0,-5.472972972972983,-0.2213303270420468,-4.030303030303033,0.5026378686613198,19.461764705882274,0,0,5.867042808829001,0.5378151260504201,-33917999378.933453,-69747267.0602684,0.5648171953974521,4495680.557946384,1,0,-0.38164966734291644,-48.841004524451456,52.82088772318332,1,1,-0.3233082706767026,0.02015520708521512,542.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,double_bottom,down,0,0,1,1,0,0,0,12,impulse_late,unknown,618,above_cloud,above,9.244,0,0,554.7833333333333,578.0666666666666,480.7,-1.0424490041157197,1,0,0,none,1,1.1794871794871795,-1.2750455373406193,0,0.636,0,0,0,3.371250803215098,23.980602271869202,20.609351468654104,558.8,521.75,483.95,4.647819837086731,0,0,29.714285714285715,5.4421768707483,0,0.6838709677419355,69.92260475046716,0,0,-38.582677165354326,0,0,16.417910447761198,45.447658903151996,0,0,0,0,0,0,-4.604991749174914,-2.0048085792411,-5.774278215223092,0.6930605661374837,73.81764705882358,0,0,20.932102308704405,0.9159663865546218,-46093992468.08592,-156137268.67163086,1.21926919717432,43836848.17826185,0,0,-0.381333036560274,-46.10335317030656,40.86564783296448,1,1,3.8518796992481272,0.4247759619258886,541.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,7,impulse_late,unknown,none,above_cloud,below,-23.479,0,0,529.0666666666667,577.8,434.46666666666664,3.2006048387096753,1,0,0,none,1,3.5172413793103448,4.761904761904762,0,0.571,0,0,0,4.211674276894701,29.6206217466555,25.4089474697608,504.4,480.7,410.15,16.912835448304552,0,0,94.71428571428571,16.8530757498729,0,0.7737556561085973,107.13338636966319,0,1,-24.390243902439025,0,0,3.690036900368998,82.43416816559724,0,1,0,1,0,1,0.9674985727102126,3.405577134744803,15.12195121951219,0.725450897116185,72.35294117647061,0,0,33.26926262199552,0.957983193277311,-79728180678.73073,-4570361063.4431305,1.25641034281419,397208472.66450596,0,0,-2.679814001364818,-37.350907403258624,79.14512947357505,1,1,3.86766917293232,0.16259582532881478,468.0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,20,impulse_late,unknown,none,above_cloud,above,1.496,0,0,543.75,548.3,348.1,3.356321839080456,0,0,0,none,1,3.5254237288135593,22.597864768683273,1,0.667,0,0,0,3,0,0,1,0.75,0.0,-0.333,0,0.673390372874197,58.41584158415842,67.9790026246719,72.17847769028869,26.80552420553908,60.10928961748634,63.08943089430891,47.47967479674793,0.8581804754089813,47.218753141116835 -459,2026-06-02 03:39:00,sell,626.0,0.65,76,고점 매도 · 비중 65% · 분할 · leg#76,0.9812646640544535,83.92857142857143,2.1984960585556577,101.85185185185215,101.47198480531948,8.248109924396317,6.0496138658406595,8.459519903311916,616.4,600.55,589.2166666666667,4.071268004329376,0,0,7.642857142857143,1.2228571428571429,0,1.0555555555555556,146.14852170473665,0,1,5.555555555555555,0,1,5.218855218855212,87.05844644731748,0,0,0,0,0,0,10.343665768194072,0.3471710862649724,0.5698005698005488,1.1743914118529732,20.267647058823513,0,0,2.5641562927065964,0.8823529411764706,-16043911718.321877,-3579892.4432964325,1.9627494283781404,4122185.27220197,0,0,,-43.34267397585614,39.88006460656013,1,1,1.9511278195488713,0.8259803082806119,625.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,48,impulse_late,unknown,100,above_cloud,above,1.297,0,0,584.3333333333333,612.3333333333334,543.0,6.959498003422726,0,0,0,none,1,0.6470588235294118,-0.64,1,0.706,1,1,1,0.9970935217573841,73.2394366197183,1.6989040605333683,98.85057471264419,100.00000000000126,8.803696317323443,7.104792256790074,7.210553937878604,611.4,595.65,573.7666666666667,3.5843196508016595,0,0,9.071428571428571,1.4702477425329936,0,1.0,180.09702993728598,0,1,-0.0,0,1,3.523489932885915,88.36565839922807,0,0,0,0,0,0,4.489436619718305,0.3236366953521381,0.0,1.0413205703304484,23.423529411764775,0,0,3.415861049019128,0.9915966386554622,-19644966736.751743,2382603.770088196,3.189321523584244,6021395.40472433,0,0,-2.0594680486296295,-43.93669762532848,22.09419196096955,0,1,1.1736842105263123,0.418187453523448,616.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,40,impulse_late,distribution,100,above_cloud,above,1.108,0,1,554.95,609.7,544.0,11.18118749436885,0,0,0,none,1,0.6161616161616161,-1.6207455429497568,1,0.652,0,0,1,0.8517981788739198,70.40816326530611,1.720342980517497,110.89855072463796,103.26921387790975,11.662794683633479,9.942451703115982,11.940170999902788,599.4,584.45,563.7333333333333,4.200530413209003,0,0,12.0,1.9704433497536946,0,1.0357142857142858,156.35738831615149,0,1,8.695652173913043,0,1,1.4999999999999902,72.63727121203293,0,1,0,1,0,1,-1.466836734693885,0.20136649530404327,7.444005270092234,0.9751506731450684,32.447058823529346,0,0,4.337761579887194,0.8235294117647058,-25881274111.42706,-41252255.48177338,2.6230388514304335,1021584.7234084196,0,0,-1.3453372675251465,-44.646325184557234,46.09175933068388,1,1,2.4894736842105387,0.7126680473133133,609.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,26,impulse_late,unknown,100,above_cloud,above,4.645,0,0,557.6500000000001,607.0,544.0,9.208284766430541,0,0,0,none,1,0.45569620253164556,-3.284072249589491,1,0.579,0,0,1,0.9048021681783113,80.58252427184466,3.4974201615055236,99.64008859357706,101.68881506090838,12.339182755204206,8.841762593698682,15.200120313321813,596.6,573.7,566.0166666666667,6.153041659403868,0,0,12.785714285714286,2.0994604738447107,0,1.0327868852459017,136.6922857956162,0,1,3.571428571428571,0,1,6.842105263157894,89.60443379658275,0,0,0,0,0,1,2.364702489666442,0.22719255024445761,-4.2358803986711,1.06288722555843,34.56764705882358,0,0,5.048398025341216,0.8571428571428571,-25669173593.540874,-10661922.918815613,2.57757643673873,20142098.451034486,0,0,-0.9222499213338073,-44.64946186711951,48.71106196303221,1,1,3.3503759398496173,0.8266303729690332,609.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,neutral,0.264,0,0,579.55,607.0,546.0,5.0815287723233515,0,0,0,none,1,0.4915254237288136,-2.6272577996715927,1,0.615,1,0,1,0.8824516502221642,73.38709677419355,2.338646321795556,62.08645989945077,67.00171663503235,11.967094026968653,9.628447705173096,15.316480688185072,596.6,575.3,565.1166666666667,5.857813314792293,0,0,21.642857142857142,3.553835327234342,0,0.7391304347826086,73.65684575389947,0,0,-28.915662650602407,0,0,3.0456852791878264,61.35798658211014,0,1,0,1,0,1,2.85138248847926,0.5229004473488228,-5.742450320763581,0.8236446909581998,31.39705882352939,0,0,6.394838218709335,0.6638655462184874,-29635605758.493996,-161286432.54990387,2.6494098111138777,31631674.251016617,0,0,-1.287681858289148,-44.258616185729736,78.43522158800361,1,1,3.320300751879702,0.7951263595312874,587.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,range,0,0,1,0,0,0,0,17,impulse_late,unknown,500,in_cloud,below,-8.53,0,0,557.8666666666667,605.4,547.1333333333333,9.165869980879538,0,0,0,none,1,0.9387755102040817,-0.8210180623973727,0,0.75,0,0,1,0.9121558400586938,70.58823529411765,2.5419798959756186,65.82125603864755,69.28341384863148,13.04341592125752,10.501436025281901,12.0904584067273,590.4,563.9,533.2166666666667,4.983153041319377,0,0,20.285714285714285,3.4266409266409266,0,0.5543478260869565,173.34482263392292,0,1,-44.565217391304344,0,0,7.8324225865209485,81.12593249865907,0,0,0,0,0,0,7.380688124306332,-0.021054615155327028,-3.7439613526569815,0.798644662412069,32.91176470588232,0,0,5.460895626954986,0.4789915966386555,-33935458340.89241,-21327159.588661194,2.354584555110525,26235284.68384117,0,0,-0.4672374999611496,-44.522802315090004,65.40872092110212,1,1,2.100751879699248,0.53167694045796,586.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,range,1,0,0,0,1,0,0,13,impulse_late,unknown,none,above_cloud,below,-2.449,0,0,588.2333333333333,606.6666666666666,543.4666666666667,0.6403354677848805,1,0,0,none,1,2.8205128205128207,7.939189189189189,0,0.889,0,0,1,2.1297084320282096,24.442904533629985,22.313196101601775,560.2,528.85,484.95,3.2428855062872186,0,0,37.142857142857146,6.802721088435375,0,0.4727272727272727,65.86564718732929,0,0,-52.72727272727272,0,0,10.526315789473696,49.80558835235133,0,0,0,0,0,0,-8.696969696969695,-2.5559616677342376,-8.126938678119778,0.5997517162927899,68.38823529411758,0,0,15.892664537937131,0.8319327731092437,-46043797926.62086,-118610982.38179779,2.4596368468725323,20872993.812941574,0,0,-0.31236492350544104,-45.88714749896867,35.05075460075971,1,1,4.2383458646616585,0.5428282861034045,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,7,impulse_late,unknown,none,above_cloud,below,-27.323,0,0,573.5,591.0,430.0,-4.7951176983435095,1,0,0,none,1,3.5517241379310347,-9.340659340659341,0,0.556,-1,-1,1,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,4,1,0,0.0,1.0,0.333,0,0.625980971210449,59.63636363636363,61.28052175296268,66.22232826957234,25.741074029902837,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -460,2026-06-02 04:00:00,buy,591.0,0.344,77,저점 분할 매수 · 비중 34% · 3회 · BB하단 · leg#77,0.2659972433206241,43.99999999999999,-3.1772770128292596,5.941770647653313,27.48926895732303,2.936727933182169,6.114004946011429,8.468895625054106,604.2,608.05,594.2666666666667,-1.981744922292572,0,1,11.714285714285714,1.9654841802492808,0,0.14285714285714285,-92.74821039526964,0,0,-88.23529411764706,1,0,-2.931596091205213,45.26207853663173,0,0,0,0,0,0,0.0,-0.6011477403156587,-17.95343137254902,0.28161588704262086,-2.085294117647095,0,1,3.5993944932764084,0.9915966386554622,-16098877018.134394,-53140355.53329086,0.9751319952535503,-4785299.573021308,0,0,-2.6713137704997685,-45.94693765771154,39.64751297692948,1,1,0.7616541353383323,0.12250998572504257,592.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,46,impulse_late,unknown,500,below_cloud,below,-4.89,0,0,599.7166666666667,626.0,543.0,-0.6197370980740913,1,0,0,none,1,0.3949579831932773,-0.8389261744966443,0,0.686,0,0,0,0.4383584194202138,49.48453608247423,-1.0756195697679676,50.98039215686325,80.06535947712545,6.953788377275714,8.029407947043682,9.21750890936978,610.6,598.4,577.25,-0.5681818181818121,0,0,13.357142857142858,2.2448979591836737,0,0.32432432432432434,-33.61260722122481,0,0,-73.52941176470588,0,0,0.3372681281618828,52.825272905513444,0,0,0,0,0,0,-3.400079302141151,-1.261496708366554,-30.392156862745104,0.39333045475034295,10.232352941176487,0,0,4.845237527131775,0.9915966386554622,-19770022206.11911,-122090439.8801384,1.0100187404562988,355867.13624821603,0,0,-4.988670484033103,-45.911759368887836,24.57190454952983,0,1,1.6932330827067519,0.5277293099888789,592.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,40,impulse_late,unknown,618,in_cloud,below,-3.836,0,0,601.0,620.0,544.0,-0.9983361064891838,1,0,0,none,1,0.43434343434343436,-0.8403361344537815,0,0.64,0,0,0,0.5431093532928052,50.4,1.0493045770552047,110.14492753623216,119.82608695652198,11.94173973129898,10.892435154243776,10.610099901983025,607.8,590.3,565.2666666666667,0.45739454514655,0,0,13.5,2.2765598650927488,0,0.6410256410256411,14.784946236558694,0,0,-60.86956521739131,0,0,-1.331114808652245,46.89730631069921,0,0,0,0,0,0,-21.715384615384615,-1.7013246504007569,-28.28985507246378,0.5505337559527056,30.679411764705833,0,0,6.492053794811944,1.0,-26046366477.3827,-167348622.3792305,1.2916771616949292,3893878.088778585,1,0,-4.516575410889846,-46.07662480016157,38.49547406333018,1,1,2.037593984962397,0.592705304543399,592.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,26,impulse_late,unknown,none,above_cloud,above,6.983,1,0,557.6500000000001,607.0,544.0,6.339101587016938,1,0,0,none,1,-0.012658227848101266,-0.8431703204047217,0,0.571,-1,-1,0,0.970484318127142,81.98198198198199,4.205500474275441,114.7039897039898,106.07334909660521,14.098638186542985,9.893137712267544,16.616167081390994,603.8,576.9,566.7166666666667,7.817646039174897,0,0,14.0,2.2508038585209005,0,1.2459016393442623,84.63376915506826,0,0,40.54054054054054,0,1,7.986111111111116,73.69981558521538,0,0,0,0,0,1,1.3994577101373267,0.7080803127699173,15.063901110412743,1.1751407808853795,33.87941176470588,0,0,5.165990765634964,0.9159663865546218,-25786099191.900517,-130608980.48300934,3.013375137903486,24604186.441101283,0,0,-2.7092205961311486,-43.445745874372655,49.113768817351975,1,1,3.7924812030075126,0.8765407718236188,592.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,unknown,100,above_cloud,neutral,0.246,0,0,579.55,607.0,546.0,7.324648434129943,0,0,0,none,1,0.7457627118644068,-0.8038585209003215,0,0.615,0,0,1,0.8824516502221642,73.38709677419355,2.338646321795556,62.08645989945077,67.00171663503235,11.967094026968653,9.628447705173096,15.316480688185072,596.6,575.3,565.1166666666667,5.857813314792293,0,0,21.642857142857142,3.553835327234342,0,0.7391304347826086,73.65684575389947,0,0,-28.915662650602407,0,0,3.0456852791878264,61.35798658211014,0,1,0,1,0,1,2.85138248847926,0.5229004473488228,-5.742450320763581,0.8236446909581998,31.39705882352939,0,0,6.394838218709335,0.6638655462184874,-29635605758.493996,-161286432.54990387,2.6494098111138777,31631674.251016617,0,0,-1.287681858289148,-44.258616185729736,78.43522158800361,1,1,3.320300751879702,0.7951263595312874,587.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,island_bottom,range,0,0,1,0,0,0,0,17,impulse_late,unknown,500,in_cloud,below,-8.53,0,0,557.8666666666667,605.4,547.1333333333333,9.165869980879538,0,0,0,none,1,0.9387755102040817,-0.8210180623973727,0,0.75,0,0,1,0.9121558400586938,70.58823529411765,2.5419798959756186,65.82125603864755,69.28341384863148,13.04341592125752,10.501436025281901,12.0904584067273,590.4,563.9,533.2166666666667,4.983153041319377,0,0,20.285714285714285,3.4266409266409266,0,0.5543478260869565,173.34482263392292,0,1,-44.565217391304344,0,0,7.8324225865209485,81.12593249865907,0,0,0,0,0,0,7.380688124306332,-0.021054615155327028,-3.7439613526569815,0.798644662412069,32.91176470588232,0,0,5.460895626954986,0.4789915966386555,-33935458340.89241,-21327159.588661194,2.354584555110525,26235284.68384117,0,0,-0.4672374999611496,-44.522802315090004,65.40872092110212,1,1,2.100751879699248,0.53167694045796,586.0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,range,1,0,0,0,1,0,0,13,impulse_late,unknown,none,above_cloud,below,-2.449,0,0,588.2333333333333,606.6666666666666,543.4666666666667,0.6403354677848805,1,0,0,none,1,2.8205128205128207,7.939189189189189,0,0.889,0,0,1,2.1297084320282096,24.442904533629985,22.313196101601775,560.2,528.85,484.95,3.2428855062872186,0,0,37.142857142857146,6.802721088435375,0,0.4727272727272727,65.86564718732929,0,0,-52.72727272727272,0,0,10.526315789473696,49.80558835235133,0,0,0,0,0,0,-8.696969696969695,-2.5559616677342376,-8.126938678119778,0.5997517162927899,68.38823529411758,0,0,15.892664537937131,0.8319327731092437,-46043797926.62086,-118610982.38179779,2.4596368468725323,20872993.812941574,0,0,-0.31236492350544104,-45.88714749896867,35.05075460075971,1,1,4.2383458646616585,0.5428282861034045,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,7,impulse_late,unknown,none,above_cloud,below,-27.323,0,0,573.5,591.0,430.0,-4.7951176983435095,1,0,0,none,1,3.5517241379310347,-9.340659340659341,0,0.556,-1,-1,1,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,1,1,0,0.0,0.25,0.333,0,0.625980971210449,59.63636363636363,61.28052175296268,66.22232826957234,25.741074029902837,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -461,2026-06-02 05:45:00,buy,616.0,0.33,77,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#77,0.1794189410549667,41.81818181818182,-1.9226241788547425,62.50000000000031,55.92105263158029,2.44567191561066,4.368296094465403,4.258226997928021,627.6,633.65,615.0166666666667,-1.3651069202240906,0,0,5.571428571428571,0.8914285714285713,1,0.05263157894736842,-110.50477489768068,1,0,-87.5,1,0,-0.4777070063694322,50.83384003913981,0,0,0,0,1,0,3.4848484848484915,-0.15725130687586208,4.166666666666664,0.3446874935831224,3.179411764705833,0,0,2.8745703974850616,0.773109243697479,-16127198658.886686,-14218514.803159714,0.46228878296788883,-977244.5385508984,0,0,-2.41293538448236,-43.26795530914601,29.959894131954844,1,1,-0.8639097744360849,0.5740745652808203,625.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,1,1,cup_handle,range,1,0,0,1,0,0,1,40,impulse_late,accumulation,none,above_cloud,neutral,0.0,0,0,598.0,633.0,566.3333333333334,4.515050167224088,1,0,0,none,1,0.6470588235294118,-0.48,0,0.714,0,0,0,0.5269071312759374,60.317460317460316,-1.535452947479385,23.152709359606416,50.290397129478855,7.5115241126230785,9.046977060102463,10.136415326344258,630.2,623.3,602.3,0.2727418578533758,0,0,8.928571428571429,1.4285714285714286,0,0.6666666666666666,8.493176829850263,0,0,-100.0,1,0,-2.6479750778816147,56.9504263491035,1,0,0,0,0,0,-1.9776216497527983,-0.5502994148386016,-28.73563218390804,0.5234531822159728,13.16764705882349,0,0,3.0973360470106477,0.6386554621848739,-19784077115.17704,-15640858.61088562,0.43113468025664053,470823.48671913147,1,0,,-43.13584939078397,38.95707684247238,1,1,1.908270676691717,0.5108635687780694,625.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,36,impulse_late,unknown,none,above_cloud,neutral,0.358,0,0,593.6,636.8,544.0,5.289757412398921,1,0,0,none,1,0.7676767676767676,-0.48,0,0.68,-1,0,0,0.6896533691612939,54.961832061068705,0.5182282973151189,97.36842105263186,102.20318237454121,13.962607357159868,13.44437905984475,12.390789451366189,630.2,610.65,577.3166666666667,2.3499549660198182,0,0,15.571428571428571,2.4914285714285715,0,0.8837209302325582,45.13503514613422,0,0,-13.157894736842104,0,1,5.57432432432432,53.505811369070905,0,0,0,0,0,0,-4.897322868508759,-0.8461987754680056,-4.3859649122806985,0.6983010356323881,30.514705882352928,0,0,6.253989379451715,0.907563025210084,-26067166771.9083,-21204824.846767426,0.3805580014924975,8276595.721518375,0,0,,-43.11670116902824,18.900200792708194,0,1,2.5661654135338465,0.6441316572203613,618.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,unknown,100,above_cloud,above,2.233,0,0,554.0333333333333,630.0,546.8666666666667,12.80909692557608,1,0,0,none,1,0.6582278481012658,-0.48,0,0.6,0,0,0,0.82089574368839,61.971830985915496,2.7031870335691277,102.22222222222233,106.5679012345682,17.025812271650125,14.322625238080997,13.427311968984453,628.0,601.1,571.6,4.308767260023294,0,0,17.285714285714285,2.756892230576441,0,0.95,106.00457827082197,0,1,-6.666666666666667,0,1,6.814310051107331,56.99286897595445,0,1,0,1,0,0,-2.261745656420281,-0.6714621690548643,-5.925925925925924,0.8511597690331978,48.0205882352941,0,0,7.121424384369817,1.0,-25804427466.606903,-125830088.29198074,0.43008201165510435,22227578.822107792,0,0,-2.2071079310492783,-42.94177058088693,32.59564584245283,1,1,2.993984962406007,0.7705762894788364,625.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,above,3.07,0,0,558.6,630.0,546.0,12.244897959183664,1,0,0,none,1,0.7457627118644068,-0.4784688995215311,0,0.625,0,0,0,0.8222926472563568,63.291139240506325,2.1626468523736513,69.5238095238093,70.95238095238079,16.80187355625617,14.639226703882517,12.45637644644346,629.4,602.8,572.2833333333333,4.014598540145986,0,0,22.5,3.588516746411483,0,0.7261904761904762,89.39342849649682,0,0,-32.857142857142854,0,0,6.814310051107331,48.684783349609376,0,1,0,1,0,1,3.535041679530714,-0.5878117058953194,0.0,0.7588254822263479,45.2735294117648,0,0,7.221595599066293,0.9495798319327731,-29649398531.70682,-149533914.4552307,0.37931549952412325,48656824.796975136,0,0,-1.2332406815362371,-42.508861974632254,92.37651751986104,1,1,2.6992481203007417,0.7236752264218917,615.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,15,impulse_late,unknown,none,above_cloud,below,-0.512,0,0,557.3499999999999,631.8333333333334,544.6333333333333,12.49663586615235,1,0,0,none,1,1.3673469387755102,-1.5948963317384368,0,0.8,0,0,0,0.9882383923983524,78.91156462585035,5.633028843878263,82.56880733944973,73.5241324291985,20.55072639774903,14.917697553870768,20.29183913679835,615.4,576.85,540.4333333333333,9.907254918956387,0,0,26.785714285714285,4.224876070301938,0,0.8532110091743119,127.96766384613674,0,1,-14.678899082568808,0,1,11.228070175438587,88.11759310043387,0,0,0,0,0,0,5.118461177574488,0.5075906151679987,9.962106102911847,0.9491242034372874,46.611764705882365,0,0,7.456536994013199,0.7647058823529411,-33938890351.377968,-12145426.952617645,0.7673350589391267,30065800.125698984,0,0,-0.39281611351530143,-40.48792336950427,77.95108711861933,1,1,4.418796992481212,0.7980452389382052,615.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,none,above_cloud,neutral,-0.24,0,0,555.6500000000001,629.6,548.0,14.100602897507407,0,0,0,none,1,3.4358974358974357,-1.5772870662460567,0,0.889,0,0,0,4.907837424759862,29.88918036835355,24.98134294359369,581.8,539.0,487.53333333333336,9.83302411873841,0,0,44.357142857142854,7.492760617760617,0,0.6775956284153005,120.13831512592196,0,1,-32.240437158469945,0,0,5.714285714285716,51.02569016091374,0,0,0,0,0,0,-1.1491776197658652,-0.8569125184479134,-2.4639841033283574,0.7606920743825613,82.42941176470583,0,0,18.793910892465654,0.8319327731092437,-45984544988.48634,-90558235.58435059,1.7850519153193596,-29308132.883018404,0,1,-0.12918288478946066,-41.15604433013237,35.90947994245685,1,1,5.866165413533822,0.674166606121715,590.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,8,impulse_late,unknown,none,above_cloud,above,17.946,0,0,571.2,628.2,430.6,3.6414565826330403,1,0,0,none,1,5.482758620689655,-7.263513513513513,0,0.6,0,0,0,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,0,2,0,0.0,0.0,0.667,0,0.8134809609343154,67.22689075630251,68.39874151349561,66.84732962776076,31.36721314567728,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -462,2026-06-02 06:27:00,sell,641.0,0.35,76,고점 매도 · 비중 35% · 분할 · leg#76,1.0,66.66666666666666,1.2402757063043226,114.01709401709432,114.47293447293582,2.3698743407901475,1.1295986344858249,3.623788218587835,633.4,626.95,621.7,2.0815057022091077,0,0,5.5,0.8593750000000001,1,1.0,241.78403755868587,0,1,-0.0,0,1,2.893890675241151,80.70516525733592,0,0,0,0,0,0,8.52713178294573,0.4934554078980241,-2.564102564102569,1.0093682932046022,4.3382352941176805,0,0,2.556590646214526,0.5126050420168067,-16125512515.54748,,4.877252928810772,3258580.0095918477,0,0,,-41.89306047251894,42.44509546368247,1,1,0.39774436090224985,0.17163452721860806,641.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,40,impulse_late,distribution,100,above_cloud,above,0.512,0,0,598.5333333333333,643.0,566.3333333333334,6.928046335486759,1,0,0,none,1,0.7478991596638656,-0.78125,1,0.743,1,0,1,1.0,62.96296296296296,0.0454121798470597,100.10351966873758,85.74879227053266,5.23684716442267,5.1914349845756105,4.384885354056263,632.4,630.95,610.6,2.385292019969887,1,0,7.285714285714286,1.1278195488721803,1,1.2173913043478262,190.40968342644373,0,1,21.73913043478261,0,1,2.866242038216571,69.55575141996829,0,0,0,0,0,0,11.743450767841011,1.160386158477877,16.770186335403736,1.1325588699486429,12.620588235294122,0,0,2.9459328234664146,0.5714285714285714,-19797102931.496586,,1.6772508764873866,5018800.832276724,0,0,,-41.21034556167829,23.168173985906403,0,1,-0.3827067669172967,0.10715536848061047,642.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,cup_handle,down,0,0,1,1,0,0,0,34,impulse_late,distribution,100,above_cloud,above,3.645,0,0,600.5833333333334,637.7666666666667,544.0,7.5620924101567955,0,0,0,none,1,0.9595959595959596,-0.15479876160990713,1,0.692,1,1,0,0.7079121122097423,70.10309278350516,-0.9835436679333096,94.99132446500896,86.29201208148599,11.560071648071016,12.543615316004326,9.918962976957518,625.4,618.25,581.5833333333334,2.0622725434694678,0,0,12.857142857142858,2.03758206927779,0,1.0263157894736843,94.97591190640051,0,0,3.8461538461538463,0,1,0.31796502384737746,71.46723813475879,0,0,0,1,0,1,1.6820401519262163,0.06990591249009981,11.80836707152497,0.7710632989481795,22.37058823529412,0,0,6.349749046079907,0.907563025210084,-26063729287.548912,-24289113.261432648,1.3771009422395852,3375438.243598737,0,0,,-42.55710040001326,17.888405934051377,0,1,1.636842105263164,0.39897052714078274,631.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,unknown,100,above_cloud,below,-0.753,0,0,628.5666666666666,630.0,546.8666666666667,0.3871241448798912,0,0,0,none,1,0.8734177215189873,-1.9017432646592711,1,0.632,0,0,0,0.7910912808675243,62.87878787878788,0.8050065498376071,93.0232558139536,93.32759115704881,16.108171770587774,15.303165220750166,11.729358035251183,628.0,609.2,574.45,3.4143138542350515,0,0,17.785714285714285,2.82312925170068,0,1.0,104.79282298320943,0,1,-0.0,0,1,1.2861736334405238,60.591588964223405,0,1,0,1,0,1,-1.3547887635478943,-0.36591911188140536,2.2222222222222427,0.7944397718737098,40.53529411764703,0,0,6.549273391232252,0.9327731092436975,-25803328077.521946,-17228885.621429443,1.1845047153281132,3548218.3306923807,0,0,-2.281661602188052,-42.65415532134019,26.168364458872116,1,1,2.5308270676691738,0.7024973536890111,631.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,15,impulse_late,unknown,100,above_cloud,below,-2.023,0,0,628.6,630.0,546.0,0.22271714922048602,1,0,0,none,1,1.0847457627118644,-2.5396825396825395,1,0.667,0,0,0,0.7209428030944182,60.42780748663102,1.3636415447495125,71.86011904761882,71.45337301587284,16.969941200595827,15.606299655846314,12.578586527809854,630.6,608.1,574.4166666666666,2.779148166419998,0,0,24.071428571428573,3.8514285714285714,0,0.6428571428571429,90.99777034559686,0,0,-39.0625,0,0,2.6272577996715896,51.087077070899554,0,1,0,1,0,0,-5.654063858398224,-1.1410087183561526,-1.1160714285714306,0.6658244999654759,41.60000000000002,0,0,7.333209823570514,0.957983193277311,-29643556882.48493,-7951123.990932465,0.79886238428762,17025150.54595852,0,0,-1.3059672889711051,-42.668758384423434,94.17629254798251,1,1,2.763909774436107,0.7311762234683694,622.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,16,impulse_late,unknown,100,above_cloud,below,-0.857,0,0,557.3499999999999,631.8333333333334,544.6333333333333,12.137794922400658,1,0,0,none,1,1.4285714285714286,-3.2,0,0.8,0,0,0,0.9108039610073296,80.26315789473685,4.937711703544078,83.52237976091207,81.96923362061001,22.32621802136248,17.3885063178184,22.2582708202942,631.2,584.55,544.6,9.143785818150718,0,0,27.857142857142858,4.366323331840573,0,0.8818181818181818,127.10922501768201,0,1,-11.818181818181818,0,1,7.588532883642496,91.63047652430019,0,0,0,0,0,0,7.1087954786294745,-0.00781164870235429,3.7058659994439864,0.8929483635113827,51.43529411764712,0,0,7.487119923553578,0.7563025210084033,-33930346290.353424,-18506243.130447388,1.121102113570543,14055859.69493711,0,0,-0.07231704648576151,-40.06054909865585,84.67421972141415,1,1,5.175187969924819,0.8859599908717992,622.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,none,above_cloud,neutral,0.48,0,0,552.6,627.0,545.4,15.454216431415112,0,0,0,none,1,3.1538461538461537,4.545454545454546,0,0.857,0,0,0,4.907837424759862,29.88918036835355,24.98134294359369,581.8,539.0,487.53333333333336,9.83302411873841,0,0,44.357142857142854,7.492760617760617,0,0.6775956284153005,120.13831512592196,0,1,-32.240437158469945,0,0,5.714285714285716,51.02569016091374,0,0,0,0,0,0,-1.1491776197658652,-0.8569125184479134,-2.4639841033283574,0.7606920743825613,82.42941176470583,0,0,18.793910892465654,0.8319327731092437,-45984544988.48634,-90558235.58435059,1.7850519153193596,-29308132.883018404,0,1,-0.12918288478946066,-41.15604433013237,35.90947994245685,1,1,5.866165413533822,0.674166606121715,590.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,8,impulse_late,unknown,none,above_cloud,above,17.946,0,0,571.2,628.2,430.6,3.6414565826330403,1,0,0,none,1,5.482758620689655,-7.263513513513513,0,0.6,0,0,0,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,2,2,0,0.0,0.5,0.667,0,0.8134809609343154,67.22689075630251,68.39874151349561,66.84732962776076,31.36721314567728,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -463,2026-06-02 07:39:00,buy,621.0,0.327,77,저점 분할 매수 · 비중 33% · 3회 · BB하단 · leg#77,0.0782092315875609,39.726027397260275,-1.3691995549944256,36.98412698412729,49.58333333333467,-0.3070788888135212,1.0621206661809044,3.971822130096995,634.6,638.7,634.1833333333333,-1.6752779082511382,0,0,8.142857142857142,1.2966333030027297,0,0.2,-147.16981132075418,1,0,-71.42857142857143,0,0,-1.5673981191222541,27.173389554441655,0,0,1,0,0,0,-1.702544031311163,-0.4247831997819058,-15.476190476190482,0.2435973865965088,-3.7058823529412166,0,0,2.9510280361266568,0.7142857142857143,,,0.5978873032924272,577267.9558524936,1,0,,-42.94852522305782,31.74973427738555,1,1,-0.6421052631579028,0.3587790465433408,624.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,39,impulse_late,accumulation,none,in_cloud,above,1.159,0,0,642.9833333333333,644.0,583.0,-2.3302833147567314,1,0,0,none,1,0.2773109243697479,0.0,0,0.639,-1,0,0,0.15095492554904244,27.90697674418604,-1.9407760875993718,34.37314319667312,44.6067004890547,2.2873382613465765,4.228114348945948,4.29822687470312,635.2,636.55,621.45,-1.500274919487854,0,0,8.0,1.2759170653907497,1,0.22727272727272727,-138.3991894630192,1,0,-77.27272727272727,0,0,-2.941176470588236,23.02094721333893,0,0,0,0,0,0,-26.09302325581396,-0.5800226147253804,-12.937062937062933,0.25401247235192415,-0.18529411764711767,0,1,2.6109040379715283,0.3445378151260504,,,0.8201384025486017,-8211781.22051996,0,0,,-42.90621844676061,43.040205708098405,1,1,0.24887218045112794,0.04633370365561795,622.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,1,0,1,0,0,1,1,cup_handle,down,0,0,1,1,0,1,0,33,impulse_late,accumulation,100,above_cloud,above,0.827,0,0,592.3333333333333,644.0,564.0,5.852560495216674,1,0,0,none,1,0.7777777777777778,0.0,0,0.696,0,-1,0,0.6041165162967445,53.33333333333333,-1.2769890286386598,78.78787878787905,85.85858585858608,10.498824276972869,11.775813305611528,6.701608939270735,638.0,630.6,592.0166666666667,0.6977481763399851,0,0,9.642857142857142,1.5185601799775028,0,0.8275862068965517,-27.67420664512359,0,0,-22.727272727272727,0,0,2.7508090614886793,50.963407007271385,0,1,0,1,0,1,0.0,-0.38026263710251307,-6.060606060606062,0.6856420580902021,17.52647058823527,0,0,4.116429422596491,0.5462184873949579,,,0.7827016296447635,3823180.2769712433,0,0,,-42.1591948144048,17.482739101600618,0,1,1.0360902255639282,0.3366023035710738,622.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,25,impulse_late,accumulation,100,above_cloud,neutral,-0.235,0,0,555.2,640.0,547.2,14.373198847262248,1,0,0,none,1,0.9620253164556962,0.0,0,0.65,0,0,0,0.47262463484240774,43.13725490196078,-2.5265048964248287,34.6873755475907,45.266162219567526,12.260020408326454,14.786525304751283,9.008074028096388,635.0,628.55,585.3,-0.2465993158857649,0,0,11.785714285714286,1.879699248120301,0,0.5932203389830508,5.626344530862307,0,0,-77.41935483870968,0,0,0.32000000000000917,47.429190295373004,0,1,0,1,0,1,-6.86274509803922,-0.8721163471769628,-10.991636798088408,0.5330691431617538,22.950000000000045,0,0,5.956779832362044,0.8571428571428571,-25842814107.57688,-37567311.59404755,0.7248815521916425,4929641.754545599,0,0,,-42.86211393715489,27.60997719384449,1,1,1.534586466165416,0.4113648691792129,620.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,15,impulse_late,unknown,none,above_cloud,below,-1.706,0,0,547.75,644.0,546.0,14.468279324509359,1,0,0,none,1,1.11864406779661,2.3923444976076556,0,0.667,-1,0,0,0.6812179218444568,65.92592592592592,-1.001883476634184,65.80034652805523,71.9592024301389,15.049486245410208,16.05136972204439,11.171199698272344,636.8,622.4,581.2833333333333,2.024421593830339,0,0,19.285714285714285,3.0371203599550056,0,0.7538461538461538,39.437101672441464,0,0,-39.02439024390244,0,0,0.1577287066246047,36.44449728983767,0,0,0,1,0,1,8.689083820662773,-0.4701191052015652,-4.2649606823937205,0.6747943677396,30.552941176470654,0,0,7.472158245729255,0.9747899159663865,-29722620485.838036,-76753714.26477432,0.7587749400391407,13105960.626593113,0,0,-1.6063173705277154,-41.668474108690354,90.13141655132611,1,1,2.403007518796999,0.6688973688401614,620.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,15,impulse_late,unknown,none,above_cloud,above,1.535,0,0,630.8333333333333,636.3333333333334,544.6666666666666,0.6605019815059565,1,0,0,none,1,1.6326530612244898,-2.047244094488189,0,0.8,0,0,0,0.8410103377752384,74.82014388489209,3.726523415447307,85.90017825311962,84.12778622708491,23.095749710822133,19.369226295374826,22.614438376241395,633.8,593.25,548.9166666666666,7.711757269279396,0,0,26.214285714285715,4.102392130561145,0,0.8909090909090909,90.99148087728832,0,0,-14.117647058823529,0,1,7.757166947723437,78.5244889246028,0,0,0,0,0,0,-2.88686248453466,-0.46983307933108875,2.93937758589675,0.8545614073709579,50.83823529411768,0,0,7.526198313028099,0.7478991596638656,-33951571690.443897,-17815407.205410004,1.034564157850163,14055859.69493711,0,0,-0.15052550398269257,-39.91545630046724,89.1096121925209,1,1,5.396240601503765,0.9059902636877593,620.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,none,above_cloud,above,1.316,0,0,552.8166666666666,632.7333333333333,545.9666666666667,15.589857999939705,0,0,0,none,1,2.8974358974358974,-2.0344287949921753,0,0.857,0,0,0,4.907837424759862,29.88918036835355,24.98134294359369,581.8,539.0,487.53333333333336,9.83302411873841,0,0,44.357142857142854,7.492760617760617,0,0.6775956284153005,120.13831512592196,0,1,-32.240437158469945,0,0,5.714285714285716,51.02569016091374,0,0,0,0,0,0,-1.1491776197658652,-0.8569125184479134,-2.4639841033283574,0.7606920743825613,82.42941176470583,0,0,18.793910892465654,0.8319327731092437,-45984544988.48634,-90558235.58435059,1.7850519153193596,-29308132.883018404,0,1,-0.12918288478946066,-41.15604433013237,35.90947994245685,1,1,5.866165413533822,0.674166606121715,590.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,0,0,0,0,0,0,0,8,impulse_late,unknown,none,above_cloud,above,17.946,0,0,571.2,628.2,430.6,3.6414565826330403,1,0,0,none,1,5.482758620689655,-7.263513513513513,0,0.6,0,0,0,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,1,0,2,0,0.25,0.0,0.667,0,0.8134809609343154,67.22689075630251,68.39874151349561,66.84732962776076,31.36721314567728,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -464,2026-06-02 14:18:00,sell,696.0,0.65,77,고점 매도 · 비중 65% · 분할 · leg#77,0.8693191646504232,60.526315789473685,0.09152966885597724,104.16666666666697,94.64869281045884,6.855440556215854,6.763910887359876,4.710573068850371,687.8,681.15,661.5666666666667,1.7397049108125895,0,0,8.285714285714286,1.1956297670583385,0,1.2352941176470589,134.64052287581683,0,1,25.0,0,1,1.3157894736842035,66.07177898510932,0,1,0,1,0,1,4.004576659038904,0.20480568488434603,14.583333333333329,0.8507201483114978,14.308823529411711,0,0,2.8832873959633796,1.0,-16279979026.06762,-15993187.646463394,2.67001602537037,5585629.5027936995,0,0,,-36.864812831686486,14.308665876926858,0,1,1.1285714285714163,0.6928083572392594,694.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,47,impulse_late,accumulation,100,above_cloud,neutral,0.122,0,0,633.75,689.0,628.3333333333334,9.34911242603551,0,0,0,none,1,0.5546218487394958,-1.0101010101010102,1,0.692,0,1,1,0.8832790354888126,73.97260273972603,0.8491426875703887,105.10344827586259,102.77394636015454,10.580325849954988,9.7311831623846,6.878163635557254,689.8,675.2,650.6333333333333,2.636255924170605,0,0,8.642857142857142,1.2471655328798186,0,1.125,138.56893542757427,0,1,16.0,0,1,3.125,78.551236395646,0,0,0,0,0,0,11.181905065307426,-0.0015655781297958526,0.7356321839080238,0.9866246315615221,26.45882352941169,0,0,3.700603359846986,0.8739495798319328,-19934548795.933502,-32833336.621814728,2.392709767108186,6950158.52530434,0,0,,-36.717159986629056,18.823019361739718,0,1,1.7443609022556419,0.7900432010840783,694.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,37,impulse_late,accumulation,100,above_cloud,neutral,-0.048,0,0,634.2833333333333,689.0,626.4666666666667,9.257166881257062,0,0,0,none,1,0.6868686868686869,-1.7316017316017316,1,0.652,0,0,1,0.924445471420669,79.20792079207921,3.1264551401163825,118.0375180375183,115.38315485683927,13.97626129981495,10.849806159698568,12.437756119131132,683.4,658.25,640.3666666666667,5.279149259399918,0,0,11.357142857142858,1.6388373531230676,0,1.1886792452830188,137.15760222310465,0,1,30.303030303030305,0,1,4.210526315789465,82.69628072597395,0,0,0,0,0,0,0.9900990099009874,0.1498197524525704,1.3290802764486926,1.1409229019857363,35.66176470588232,0,0,3.323130786557793,0.42016806722689076,-26190470622.623234,-11203034.96061325,1.8689538363691973,11490331.436823882,0,0,-1.0109862973336863,-36.69648299427371,45.26930278905906,1,1,3.340601503759394,0.9323340859450995,693.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,28,impulse_late,unknown,100,above_cloud,above,3.092,0,0,631.25,683.0,587.1666666666666,9.78217821782179,0,0,0,none,1,1.5569620253164558,-2.5974025974025974,1,0.789,0,0,1,0.6969371258787012,59.047619047619044,0.9900175010347336,82.31542098563384,88.47074027554017,12.7957152052619,11.805697704227166,9.22130179124784,689.4,671.8,646.6166666666667,1.8160166716284731,0,0,16.642857142857142,2.4331662489557226,0,0.703125,103.1103536429489,0,1,-40.42553191489361,0,0,1.9374068554396384,60.979994941729714,0,1,0,1,0,0,-8.260073260073277,-0.9700917843466481,-12.641843971631218,0.6628561359161254,30.641176470588334,0,0,5.3818203033724785,0.8319327731092437,-25958010445.500874,-17771536.283432007,1.6167111439590784,8401769.166932702,0,0,-0.5775301552575682,-37.30439562987551,76.43316423517611,1,1,2.3578947368421166,0.8112830131151635,678.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,23,impulse_late,unknown,100,above_cloud,above,0.866,0,0,635.2166666666667,691.9333333333334,625.5333333333333,7.679794295909526,1,0,0,none,1,0.7627118644067796,3.654970760233918,0,0.667,0,0,0,0.8411528338474668,64.90066225165563,2.8059875553149904,80.25909667349505,84.75225181283109,15.788859105244796,12.982871549929806,12.93127239517284,683.6,655.1,622.4666666666667,4.411540222866739,0,0,19.0,2.7777777777777777,0,0.7625,127.19810670740843,0,1,-25.333333333333336,0,0,6.875000000000009,73.47098280579687,0,0,0,0,0,0,-4.0648549897236705,-0.5581992008716465,-6.973856209150313,0.8103958771736308,36.67941176470583,0,0,6.285101114412024,0.5546218487394958,-29791356529.44672,-14209046.85717392,1.73306749355404,20861033.094222605,0,0,-0.18467901710885803,-36.82401954608273,97.43795713017376,1,1,3.2060150375939793,0.8020868901112879,678.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,100,above_cloud,above,1.975,0,0,635.3499999999999,690.7,592.3,7.657196820650047,1,0,0,none,1,1.8571428571428572,3.654970760233918,0,1.0,0,0,0,0.78647488450964,61.31386861313869,1.6309835377690547,74.74698795180743,82.14582138076139,23.319303552620227,21.688320014851172,12.716553380748763,679.2,646.45,586.8166666666667,3.642973161110663,0,0,22.5,3.3582089552238807,0,0.625,153.04420350291875,0,1,-39.75903614457831,0,0,4.851330203442883,75.6333130598894,0,1,0,0,0,1,-13.06629667611751,-1.171000754644254,-11.91967871485943,0.7749353885353116,56.60294117647061,0,0,6.678298993194569,0.5882352941176471,-34757062987.36532,-798860701.3249245,1.61755653825343,15603762.939709425,0,0,-3.7611975480014435,-36.65041050647046,94.58627662008658,1,1,2.7721804511278205,0.6368282246810434,669.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,100,above_cloud,above,3.956,0,0,635.5,681.4,551.8,5.428796223446097,1,0,0,none,1,2.9743589743589745,5.074626865671641,0,1.0,0,0,0,7.577042204036211,40.25922779762425,32.68218559358804,635.2,567.3,495.23333333333335,12.81508901815618,0,0,46.285714285714285,7.232142857142857,0,0.7319148936170212,124.65528146742568,0,1,-38.88888888888889,0,0,14.69534050179211,48.12870918808837,0,0,0,0,0,0,-9.050520436659049,-1.526612691235485,-10.959319975713427,0.8296585938962812,110.53235294117644,0,0,20.03283289462451,0.8571428571428571,-45926392589.44123,8861404.812530518,1.8578930323361247,0.0,0,0,0.00021005390789291368,-36.04868609983322,47.97824952111256,1,1,8.595488721804514,0.8241076304523548,639.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,neutral,0.248,0,0,572.5,676.0,505.0,11.79039301310043,1,0,0,none,1,6.896551724137931,-5.0,0,0.636,0,0,1,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,2,2,0,0.0,0.5,0.667,0,0.8244604679430954,60.256410256410255,77.78875525009543,83.34545836749936,39.49661140353076,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -465,2026-06-02 14:48:00,sell,687.0,0.35,77,고점 매도 · 비중 35% · 분할 · leg#77,0.5486419556585032,52.94117647058823,-1.4353062747093235,35.29411764705913,23.311546840959938,3.0012726700610983,4.436578944770422,3.8919323025288404,684.2,686.7,669.9666666666667,0.18931119848550892,0,0,8.285714285714286,1.2043189368770766,0,0.5555555555555556,15.676896505910461,0,0,-47.05882352941176,0,0,-0.721500721500723,53.44123641077985,0,0,0,0,0,0,6.274509803921568,0.3352583404310403,15.68627450980392,0.603355324541691,3.132352941176464,0,0,3.261241631311453,0.9915966386554622,-16301010851.573145,-21031825.50552559,0.3814123727618446,2710813.5904487967,1,0,-1.954476552379312,-37.30254206791888,7.967643036808475,0,1,0.10827067669171006,0.00919062570361262,687.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,49,impulse_late,accumulation,100,above_cloud,above,1.055,0,0,633.6666666666666,693.7333333333333,628.0,8.574434508153605,1,0,0,none,1,0.40336134453781514,-0.29069767441860467,0,0.692,0,0,0,0.6465086375634647,53.60824742268041,-1.4981676002380748,57.14285714285768,54.481792717088126,7.502061473221033,9.000229073459108,5.903923648350359,684.8,682.1,656.1333333333333,0.8649758099985361,0,0,10.571428571428571,1.5365448504983388,0,0.96,64.12698412698427,0,0,-7.142857142857142,0,1,-0.14513788098693414,54.98376932963489,0,0,0,0,0,0,-1.8372971317750384,0.07337588426572239,9.523809523809526,0.6658104734415349,10.841176470588266,0,0,3.6382892409095327,0.8739495798319328,-20011063405.489388,-106282720.00896454,0.555000217986947,1006253.1803177856,1,0,-3.971648914780627,-37.156965135288566,19.493871845170588,0,1,1.1669172932330816,0.47020865071599993,688.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,0,1,0,0,0,38,impulse_late,accumulation,100,above_cloud,above,1.263,0,0,634.2833333333333,689.0,628.7,8.46887563391756,1,0,0,none,1,0.46464646464646464,-0.7267441860465116,1,0.625,0,0,0,0.7365534043613972,63.10679611650485,1.4765409046592026,129.2270531400969,136.27161888031475,14.13967962361437,12.663138718955167,12.107192490302127,691.2,666.9,644.15,2.8639976008397072,0,0,11.214285714285714,1.6347355268638069,0,1.04,92.09849320102849,0,0,8.333333333333332,0,1,2.235469448584193,66.42106210518533,0,1,0,1,0,0,-2.3477493380406003,-0.8321574150833602,-7.323232323232332,0.8429310363028465,34.382352941176464,0,0,3.8783779131810228,0.7058823529411765,-26215153400.446808,-29603721.270103455,0.6159418248603462,11369210.137237228,0,0,-1.334498596615688,-37.31918050895282,48.14556501237045,1,1,3.2270676691729405,0.89453191997276,686.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,29,impulse_late,unknown,100,above_cloud,neutral,0.063,0,0,632.3333333333333,684.0,587.3333333333334,8.487084870848726,0,0,0,none,1,1.1898734177215189,-0.8746355685131195,0,0.789,0,0,0,0.3417153064886702,49.473684210526315,-1.8729719988454416,52.998065764023295,59.977433913604415,9.379005068564766,11.251977067410207,7.178179593415758,682.8,677.7,649.5833333333334,-1.1361959569130997,0,0,17.642857142857142,2.633262260127932,0,0.3125,10.493827160494368,0,0,-75.0,0,0,-2.1897810218978075,57.06678159647666,0,0,0,0,0,0,-14.812030075187963,-1.4317751387257172,-11.524822695035468,0.4141537832827439,20.523529411764798,0,0,4.240287859144498,0.5294117647058824,-26109705915.578968,-178543987.72314453,0.982373717595409,-798345.0432770252,0,0,-2.6290112570631727,-38.556015463227936,72.40942850310914,1,1,1.4676691729323317,0.509730664287934,669.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,23,impulse_late,unknown,none,above_cloud,below,-4.128,0,0,635.2166666666667,686.4,625.5333333333333,5.475821898040034,1,0,0,none,1,0.5932203389830508,3.4328358208955225,0,0.667,0,-1,0,0.6274091367429604,60.49382716049383,0.6733475078940057,67.83333333333312,76.57033460150213,14.372221495870122,13.698873987976116,12.798461095277247,681.0,659.25,626.8333333333334,1.630640879787637,0,0,19.785714285714285,2.953091684434968,0,0.5657894736842105,71.36829415310436,0,0,-45.83333333333333,0,0,4.6875,71.7564459608293,0,0,0,0,0,1,-5.722389055722395,-1.517314736397216,-13.785240464344938,0.583949953760121,34.367647058823536,0,0,6.46981474362396,0.6218487394957983,-30008486643.53735,-247271277.11973572,1.0869462515434276,13602322.884797394,0,0,-1.807895468040825,-38.08575185904333,98.59275376438369,1,1,3.136090225563912,0.7736585734630823,669.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,16,impulse_late,unknown,none,above_cloud,neutral,0.341,0,0,635.3499999999999,686.6,592.3,5.453686944204006,1,0,0,none,1,1.6938775510204083,3.4328358208955225,0,1.0,0,0,0,0.78647488450964,61.31386861313869,1.6309835377690547,74.74698795180743,82.14582138076139,23.319303552620227,21.688320014851172,12.716553380748763,679.2,646.45,586.8166666666667,3.642973161110663,0,0,22.5,3.3582089552238807,0,0.625,153.04420350291875,0,1,-39.75903614457831,0,0,4.851330203442883,75.6333130598894,0,1,0,0,0,1,-13.06629667611751,-1.171000754644254,-11.91967871485943,0.7749353885353116,56.60294117647061,0,0,6.678298993194569,0.5882352941176471,-34757062987.36532,-798860701.3249245,1.61755653825343,15603762.939709425,0,0,-3.7611975480014435,-36.65041050647046,94.58627662008658,1,1,2.7721804511278205,0.6368282246810434,669.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,14,impulse_late,unknown,100,above_cloud,above,3.956,0,0,635.5,681.4,551.8,5.428796223446097,1,0,0,none,1,2.9743589743589745,5.074626865671641,0,1.0,0,0,0,7.577042204036211,40.25922779762425,32.68218559358804,635.2,567.3,495.23333333333335,12.81508901815618,0,0,46.285714285714285,7.232142857142857,0,0.7319148936170212,124.65528146742568,0,1,-38.88888888888889,0,0,14.69534050179211,48.12870918808837,0,0,0,0,0,0,-9.050520436659049,-1.526612691235485,-10.959319975713427,0.8296585938962812,110.53235294117644,0,0,20.03283289462451,0.8571428571428571,-45926392589.44123,8861404.812530518,1.8578930323361247,0.0,0,0,0.00021005390789291368,-36.04868609983322,47.97824952111256,1,1,8.595488721804514,0.8241076304523548,639.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,7,impulse_late,unknown,none,above_cloud,neutral,0.248,0,0,572.5,676.0,505.0,11.79039301310043,1,0,0,none,1,6.896551724137931,-5.0,0,0.636,0,0,1,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,0,0,2,0,0.0,0.0,0.667,0,0.8244604679430954,60.256410256410255,77.78875525009543,83.34545836749936,39.49661140353076,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -466,2026-06-02 19:03:00,buy,597.0,0.167,78,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78,0.2958758547026921,42.857142857142854,-0.09055864462767582,14.814814814815122,12.65432098765566,-3.441199197446622,-3.350640552818946,3.2230128184192917,602.4,608.0,620.95,-0.6578947368421018,0,0,4.285714285714286,0.7095553453169346,0,0.3333333333333333,-106.91823899371236,1,0,-55.55555555555556,0,0,-0.8210180623973717,22.478436053432517,0,0,0,0,0,0,-1.970443349753701,0.19239665710751197,10.648148148148149,0.33572405779522274,-4.908823529411734,0,0,2.339022565442048,0.3025210084033613,-16491946422.480946,-13344671.227487564,0.7435459567556831,-1014235.1693182737,0,0,,-44.84305816256615,24.809865821844532,0,1,-0.6135338345864608,0.5489513256826294,600.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,41,impulse_late,accumulation,0,below_cloud,below,-2.389,0,0,681.6,692.8,600.0,-11.3849765258216,1,0,0,none,1,-0.5042016806722689,-0.16556291390728478,0,0.385,0,0,0,0.35368347283470325,51.78571428571429,1.5698863717691793,26.709401709402243,32.60683760683889,-7.854513744197334,-9.424400115966513,2.7610717939497587,604.6,606.45,644.4,-0.40399043614478547,0,0,5.928571428571429,0.9815515610217598,1,0.38461538461538464,-117.08482676224521,1,0,-61.53846153846154,0,0,-1.1456628477905073,37.59731842468851,1,0,0,0,0,0,8.68226600985222,-0.015695560716103785,2.820512820512821,0.2266153480653931,-12.41176470588232,0,0,2.588843144946564,0.0,-20285745211.660206,,0.6383384636015206,210587.88044384122,1,0,,-44.71599600412962,16.812114634227648,0,1,0.011278195488714842,0.00025405155778601696,599.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,35,impulse_late,accumulation,0,below_cloud,below,-1.625,0,0,687.4833333333333,689.0,598.0,-12.143324686659074,1,0,0,none,1,-0.35353535353535354,-0.16556291390728478,0,0.481,0,0,0,0.29422607919179117,23.88059701492537,-0.7430347886417152,15.328353563647957,16.207754653271035,-14.793886859658073,-14.050852071016358,16.29102545302132,607.2,624.95,646.1166666666667,-3.3522681814545208,0,0,10.357142857142858,1.7147587511825924,0,0.030303030303030304,-63.492063492063636,0,0,-88.88888888888889,1,0,0.0,22.54565119169105,1,0,1,0,1,0,2.5472636815920424,0.4145928553506675,-1.7226528854435816,0.04461876761284542,-39.502941176470586,0,0,3.2604995170231845,0.24369747899159663,-26551346983.314617,-14965632.708145142,0.526934142202529,-1566389.6900508627,0,0,,-44.696385103472345,65.38561466165135,1,1,-3.6894736842105234,0.7354098996429858,604.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,30,impulse_late,unknown,0,below_cloud,neutral,-0.028,0,0,630.7,684.0,602.0,-4.233391469795478,1,0,0,none,1,-0.17721518987341772,-1.8211920529801324,0,0.529,0,0,0,0.32766865097495024,41.02564102564102,1.5977049689511258,48.046398046398146,44.03744403744434,-12.023096739820062,-13.620801708771188,6.882636712588165,606.6,611.25,649.95,-1.186094069529653,0,0,11.071428571428571,1.8330179754020812,0,0.15384615384615385,-66.17647058823609,0,0,-61.904761904761905,0,0,-0.6578947368421018,46.89787226486637,1,0,1,0,1,0,-13.625521765056654,0.026780744673885692,2.4420024420024404,0.22466030134230217,-28.482352941176487,0,0,7.103480147834382,0.8571428571428571,-26559043836.659325,-19371183.342086792,0.584868019890055,3202208.5055528283,1,0,,-44.391309753210486,25.36426524691797,1,1,-1.087969924812032,0.37451944360723544,596.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,23,impulse_late,unknown,none,below_cloud,above,2.073,0,0,604.9166666666667,688.7333333333333,603.1333333333333,-0.15153602424577972,1,0,0,none,1,-0.4915254237288136,-2.4834437086092715,0,0.455,0,0,0,0.3721394199590475,28.070175438596493,-2.8510161338556426,18.514818514818298,13.863913863913703,-12.617227396073986,-9.766211262218343,19.405165987044445,609.4,636.8,641.3,-2.4811557788944616,0,0,19.571428571428573,3.151598803772717,0,0.2604166666666667,-48.85812047425805,0,0,-67.53246753246754,0,0,0.0,58.380577841402996,0,0,1,0,1,0,13.507068642479993,1.8834602502159346,7.892107892107893,0.4068179637621257,-37.00882352941176,0,0,5.5864643338425655,0.40336134453781514,-30715546679.68132,-100498851.29579163,0.7960566571523651,-12335630.42616558,0,0,-7.660210542743386,-42.3789769555837,43.91427816080001,1,1,-4.678195488721814,0.8026088150692398,596.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_top,range,0,1,1,0,0,0,1,17,impulse_late,unknown,0,below_cloud,below,-1.849,0,0,633.45,688.7333333333333,606.7,-1.9654274212645095,1,0,0,none,1,-0.2857142857142857,4.669887278582931,0,0.571,0,0,0,0.15186284027050187,32.82051282051282,-9.138474537191932,14.330218068536015,14.64174454828685,-2.3213407056284723,6.81713383156346,18.050187588271715,611.6,644.5,604.45,-6.283941039565555,0,0,25.571428571428573,4.233680227057711,0,0.07476635514018691,-102.69552012148837,1,0,-92.5233644859813,1,0,-9.850746268656717,48.609323944426485,0,0,0,0,0,0,-11.780426146623334,0.027956975174658893,1.7763568394002505e-15,0.22681227035442358,-27.52647058823527,0,0,9.151137753845312,0.8067226890756303,-36369948134.060455,-1612885146.695137,0.6528838150415879,-5082123.560822904,0,0,-9.797499761593919,-42.65854682271345,56.64262511913081,1,1,-2.3368421052631603,0.2259630783136668,596.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,12,impulse_late,unknown,500,below_cloud,below,-1.58,0,0,635.5,681.4,584.2,-4.956726986624704,1,0,0,none,1,1.4871794871794872,-3.47682119205298,0,0.667,0,0,0,3.9314897919472145,39.572392884156784,35.64090309220957,646.4,583.05,499.81666666666666,5.822828230855004,0,0,48.785714285714285,7.906922898819172,0,0.6340425531914894,73.15175097276266,0,0,-53.086419753086425,0,0,13.003663003663002,48.00162894323701,0,1,0,0,0,1,-6.3919081163208205,-3.9718904105916693,-12.197191464087233,0.6357020864764603,98.53235294117644,0,0,20.519259069855732,0.8907563025210085,-46231404811.82973,-137412343.74380493,1.2883145272031173,0.0,0,0,-0.40900551502755084,-38.17385800698281,52.32052305614663,1,1,7.984210526315777,0.7819852961343361,596.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,8,impulse_late,unknown,none,above_cloud,below,-7.65,0,0,628.4833333333333,676.7,545.2,-1.8271500172372668,1,0,0,none,1,5.758620689655173,12.479740680713128,0,0.6,0,-1,0,7.088898482430011,36.49337627239646,29.40447778996645,552.8,495.9,417.5833333333333,10.102843315184519,0,0,90.07142857142857,16.49659863945578,0,0.46959459459459457,102.29669285499087,0,1,-53.04054054054054,0,0,28.470588235294116,67.40610896148762,0,1,0,0,0,0,-16.48043716541438,-1.8043243159625497,-6.948472863107007,0.6426452895012923,109.16176470588238,0,0,34.51976008123869,0.9663865546218487,-79549795772.92113,-103393706.16375732,2.332211323260435,502045906.10009444,0,0,-2.079371932571837,-38.47344371870537,75.43843227324278,1,1,4.604511278195489,0.19828218702039213,541.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,19,impulse_late,unknown,none,above_cloud,above,33.371,0,0,551.3333333333333,618.0666666666666,351.1333333333333,-0.9673518742442377,1,0,0,none,1,3.2542372881355934,-12.454212454212454,0,0.667,0,0,1,1,0,1,0,0.25,0.0,0.333,0,0.6588960417924988,55.89519650655022,62.757201646090515,71.83345000212124,36.64552096558191,46.88090737240075,63.6041529334212,65.74873654141943,0.7047396806446482,49.34482306201936 -467,2026-06-03 00:30:00,buy,585.0,0.17,78,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78,0.0,26.08695652173914,-1.7264691734916795,20.736714975845732,29.737175063263376,-5.259006219407297,-3.5325370459156176,5.6248010036430856,595.4,604.95,610.15,-2.967187370857105,0,0,7.0,1.192504258943782,0,0.03571428571428571,-150.8347725964308,1,0,-95.83333333333334,1,0,-4.084967320261434,26.730012167129942,0,0,0,0,0,0,-1.1857707509881266,-0.3629493240149664,-12.896825396825395,-0.052781823498418944,-15.314705882352882,0,0,2.2797755474192813,0.865546218487395,-16568838884.849989,-17450620.72062683,2.0530501504369956,-4668619.083204582,0,0,,-46.3179492326977,25.01422010899114,1,1,-1.2819548872180453,0.7948409333818564,586.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,0,0,0,0,0,55,impulse_late,unknown,0,below_cloud,below,-1.525,0,0,610.3666666666666,620.0,586.0,-3.8282999290044084,1,0,0,none,1,-0.18487394957983194,-0.34071550255536626,0,0.417,0,0,1,0.0,32.35294117647058,-1.9442531403635224,39.285714285714825,37.37507348618589,-4.46716803620825,-2.5229148958447274,5.704257911637415,595.2,608.55,612.4,-2.88390436282967,0,0,9.357142857142858,1.5832729030698576,0,0.17857142857142858,-167.60017233950933,1,0,-82.14285714285714,1,0,-3.7459283387622166,30.04303861594819,0,0,0,0,0,0,-10.270009643201554,-0.3463110939125733,-6.393298059964728,0.10533657414369761,-15.270588235294099,0,0,3.6731046602358757,0.7310924369747899,-20437709472.104122,-108443465.01655197,2.606636197421416,-2223006.869561501,0,0,-8.929258137205151,-45.82847504295098,25.15008197208017,1,1,-1.104511278195486,0.5669405177222022,586.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,39,impulse_late,accumulation,none,in_cloud,above,3.433,0,0,612.25,623.5,598.5,-3.4708044099632462,0,0,0,none,1,-0.7171717171717171,-0.338409475465313,0,0.364,0,-1,1,0.0,30.769230769230774,-1.761282049100283,34.22799422799451,42.385762385762604,-5.114152375798653,-3.3528703266983704,5.165958666503386,599.0,608.7,616.8666666666667,-3.729259076720892,0,0,11.071428571428571,1.8893222818137494,0,0.05714285714285714,-161.5154536390822,1,0,-94.28571428571428,1,0,-4.7154471544715415,35.91105282392266,0,0,0,0,0,0,-6.966618287372995,-0.8844694184646409,-9.206349206349202,0.04246176036446652,-14.455882352941217,0,0,3.3612483396276405,0.47058823529411764,-26648926756.19339,-56572058.16143799,1.801244093550078,-3299544.154240072,0,0,-2.788315768221226,-46.24435164803704,14.98960272656268,0,1,-1.0180451127819552,0.5869669062794949,584.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,26,impulse_late,distribution,none,in_cloud,above,1.689,0,0,612.3333333333333,684.0,597.3333333333334,-4.300489929232432,0,0,0,none,1,-0.9240506329113924,3.0716723549488054,0,0.4,-1,-1,1,0.13740064331197616,36.170212765957444,-1.9353063876821857,27.696267696267793,29.399789399789682,-4.104902870149431,-2.169596482467245,4.862164252798664,600.2,609.75,610.9666666666667,-1.7630176301763,0,0,10.071428571428571,1.681373718101598,0,0.40540540540540543,-220.27290448342728,1,0,-59.45945945945946,0,0,-2.601626016260161,38.91743098280378,0,0,0,0,0,0,25.359401955146637,0.22675787004066716,-0.12285012285012442,0.28998374096855806,-12.941176470588289,0,0,2.9673187127693867,0.2857142857142857,-26657051660.84197,-70120747.30463791,1.800686372627222,-7190751.968420833,0,0,-2.1739920180514156,-44.702917157368546,93.19676802639829,1,1,-0.7857142857142856,0.3933276304533784,584.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,down,0,0,1,1,0,1,0,24,impulse_late,unknown,0,below_cloud,below,-2.709,0,0,606.55,618.1666666666666,597.6666666666666,-1.2447448685186657,1,0,0,none,1,-0.3220338983050847,-0.333889816360601,0,0.0,0,1,1,0.3662955626997232,47.77777777777777,0.14860108167214126,46.75675675675654,47.701337701337536,-5.963688142736373,-6.1122892244085145,4.645455490960486,606.6,611.8,634.5666666666667,-0.6211180124223503,0,0,10.357142857142858,1.7034774436090225,0,0.5853658536585366,-256.3373608149744,1,0,-35.13513513513514,0,0,0.16474464579900872,30.053284384123174,0,1,0,1,0,0,18.611111111111114,0.34062845020114096,8.288288288288285,0.39581786616675846,-9.929411764705833,0,0,5.186367510634414,0.42016806722689076,-30915340663.930965,-168697415.03085327,2.115970289925622,2185571.857259989,0,0,,-43.44995193011201,78.46917124567817,1,1,-0.5924812030075045,0.2433669662061746,584.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,16,impulse_late,unknown,0,below_cloud,below,-4.096,0,0,605.8166666666666,687.1333333333333,603.8333333333334,0.3603950590112648,1,0,0,none,1,-1.163265306122449,-0.3289473684210526,0,0.5,1,1,1,0.36470055887651454,44.73684210526316,-2.243383061499167,52.07163859930518,40.90347859393594,-6.837907438086859,-4.5945243765876915,14.538917296186543,607.2,620.2,612.05,-1.967107384714617,0,0,14.785714285714286,2.4318609022556394,0,0.24761904761904763,-100.10388839418223,1,0,-39.53488372093023,0,0,0.6622516556291425,24.375269341567716,0,0,0,0,0,0,2.535007242877832,0.6748635891477885,14.527333131984285,0.33834338708040634,-26.258823529411757,0,0,7.596442009300396,0.6218487394957983,-36467649936.182884,-97701802.1224289,1.2838511062931046,15463498.37125504,0,0,-9.711053128237687,-42.14121931962029,38.967045786737195,1,1,-2.6315789473684115,0.4769723214324648,582.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,12,impulse_late,unknown,none,below_cloud,below,-2.101,0,0,636.45,682.8333333333334,594.1,-4.470107628250464,1,0,0,none,1,-0.4358974358974359,-2.138157894736842,0,0.4,0,0,0,-5.790304207419666,27.189439282436183,32.97974348985585,610.2,601.65,508.15,-0.27424582398404285,0,0,49.92857142857143,8.321428571428571,0,0.36419753086419754,3.5105993094537706,0,0,-63.580246913580254,0,0,1.3513513513513598,50.58604134931314,0,1,0,1,0,1,0.6214391536495896,-1.8925641981640595,-3.4979423868312836,0.5188432446493336,49.37647058823529,0,0,19.39926905134166,0.7647058823529411,-46351303506.217125,-366758517.73078156,0.6997821002485661,-72047896.36596656,0,1,-0.6204384941952923,-39.69957010768148,70.66385220929584,1,1,4.127067669172908,0.39292725692270203,582.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,9,impulse_late,unknown,618,in_cloud,above,6.908,0,0,628.5833333333333,671.6666666666666,507.1666666666667,-4.54726236245524,1,0,0,none,1,3.1379310344827585,7.166666666666667,0,0.714,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,3,0,0,0,0.75,0.0,0.0,1,0.4894097937310992,56.053811659192824,39.91769547325101,42.86694101508915,25.89617397627008,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -468,2026-06-03 05:27:00,buy,576.0,0.173,78,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#78,0.0,43.10344827586207,-0.8190810714654626,12.380952380952701,32.06349206349341,-3.0045524044693366,-2.185471333003874,3.823027375825657,588.4,591.75,602.1,-2.154626108998736,0,0,6.857142857142857,1.1843079200592153,0,0.0,-181.14837398373945,1,0,-100.0,1,0,-3.500000000000003,36.85111295616947,0,0,0,0,0,0,-6.896551724137929,-0.7259415998506709,-26.19047619047619,0.015375752700929777,-7.297058823529369,0,0,2.59380926056535,0.8151260504201681,-16630955567.578007,-11096864.681480408,0.6757866120321392,-1142663.308266282,0,0,,-46.98849627254171,14.329079436638898,0,1,-0.023308270676698387,0.0005944519876407428,579.0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,54,impulse_late,unknown,0,below_cloud,neutral,0.171,0,0,593.5666666666666,617.0,584.0666666666667,-2.454091087774457,0,0,0,none,1,-0.29411764705882354,-0.17271157167530224,0,0.37,-1,-1,0,0.0,31.111111111111114,-0.4382137977311906,60.67982456140405,85.36549707602467,-4.322305664680471,-3.88409186694928,3.6228357055855622,591.2,593.5,602.45,-2.443133951137322,0,0,7.214285714285714,1.2459906242289662,0,0.13636363636363635,-233.74295954941147,1,0,-84.21052631578947,1,0,-1.1945392491467532,26.90023895390027,1,0,1,0,1,0,-5.730994152046783,-0.8511926957724372,-31.403508771929822,-0.03707457765154617,-12.620588235294122,0,0,2.2923067867807703,0.5882352941176471,-20495143494.497707,-25735440.013648987,0.9866212737893525,-298957.1714982167,0,0,,-46.86689066162143,46.93078698293952,1,1,-0.4781954887217957,0.2769875508443238,576.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,40,impulse_late,unknown,382,below_cloud,below,-0.978,0,0,612.6666666666667,616.0,585.3333333333334,-5.49510337323178,0,0,0,none,1,-0.26262626262626265,-0.17271157167530224,0,0.409,-1,-1,0,0.0,33.33333333333333,-0.7944968527118439,38.81230854915093,45.36108790494777,-4.910397734585672,-4.115900881873828,4.046762837612304,589.2,593.5,602.6666666666666,-2.948609941027802,0,0,9.071428571428571,1.5749007936507935,0,0.034482758620689655,-197.48280783703225,1,0,-96.42857142857143,1,0,-2.0408163265306145,38.63192037120711,1,0,1,0,1,0,-13.333333333333336,-0.9396507907598313,-5.8270676691729335,0.00047808151156966396,-13.214705882352973,0,0,3.2302366511637106,0.5294117647058824,-26730822623.77843,-46297249.607105255,1.617136140730926,-2181362.7242010534,0,0,-3.588746979969292,-47.03958689994102,28.422948048756457,1,1,-0.5999999999999948,0.3494890510948906,575.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,30,impulse_late,unknown,382,below_cloud,below,-3.656,0,0,590.8333333333333,615.0,586.6666666666666,-2.510578279266562,0,0,0,none,1,-0.4936708860759494,2.256944444444444,0,0.273,-1,-1,0,0.0,15.686274509803908,-1.263881026047982,37.26053639846753,40.64457967094912,-5.03776064401336,-3.7738796179653784,6.00270154236953,591.6,598.55,604.95,-3.7674379751065024,0,0,9.214285714285714,1.599702380952381,0,0.023255813953488372,-139.714993804214,1,0,-96.55172413793103,1,0,-3.3557046979865723,50.52806585159882,0,0,1,0,1,0,-30.65518890483024,-1.0509290553514532,-12.183908045977006,-0.061419895479840364,-13.264705882352928,0,0,3.7643582986583484,0.4789915966386555,-26764207708.70423,-76831268.80132675,1.6482362849234067,-703020.2712944448,0,0,,-46.70612573957076,43.274934153659565,1,1,-1.2804511278195492,0.7112457257825413,575.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,19,impulse_late,unknown,382,in_cloud,above,1.298,1,0,592.5,615.0,588.3333333333334,-2.784810126582282,0,0,0,none,1,-0.6101694915254238,3.8194444444444446,0,0.167,-1,-1,0,0.0,30.13698630136986,-1.9701463397885242,21.854654056744426,20.932180562842415,-6.1010358768485276,-4.130889537060003,6.751692873992063,589.8,600.95,616.5166666666667,-4.151759713786507,0,0,12.571428571428571,2.1825396825396823,0,0.02,-126.5134667655051,1,0,-98.0,1,0,-5.573770491803276,41.555622958299395,0,0,0,0,0,0,-6.529680365296805,-1.083982725294888,-2.9369369369369416,0.021002398577513914,-15.164705882352905,0,0,5.788652247783219,0.42857142857142855,-31045263191.462254,-124184628.08119202,0.9239303433077451,-2316747.275460243,0,0,,-46.307591906712666,62.191787778246464,1,1,-0.5481203007518772,0.10219691021461397,575.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,16,impulse_late,unknown,none,below_cloud,below,-1.616,0,0,607.5,615.0,591.6666666666666,-5.185185185185182,0,0,0,none,1,-0.8979591836734694,4.166666666666666,0,0.333,-1,-1,0,0.13878481222469088,42.99065420560748,-0.6764612335754059,34.74418604651182,38.57881136950929,-7.309252523939449,-6.632791290364043,5.2131045177038375,598.4,605.4,620.0666666666667,-1.8830525272547027,0,0,18.142857142857142,3.0543530543530544,1,0.38,-141.6159860990443,1,0,-62.0,0,0,-2.3026315789473673,42.99759824589362,0,0,1,0,0,0,2.8120827770360535,-0.012753496619584581,-0.5116279069767415,0.3304973288074203,-27.38529411764705,0,0,4.964331498287199,0.11764705882352941,-36507375860.94164,-39725924.758758545,0.8028347459266368,-7047379.079683363,0,0,-1.22221001233994,-43.36904117117606,44.69431139125519,1,1,-0.9624060150376129,0.5207472519648829,575.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,below_cloud,below,-6.408,0,0,611.2666666666667,681.6666666666666,592.0666666666667,-2.824735521867161,1,0,0,none,1,-1.1025641025641026,-3.0303030303030303,0,0.4,0,0,0,-8.628342304380787,20.43494632009822,29.063288624479007,600.2,604.2,512.95,-3.177755710029795,0,1,44.0,7.521367521367521,0,0.2716049382716049,-30.96268810554521,0,0,-92.1875,1,0,-7.5829383886255926,50.41717758157341,0,0,0,0,0,0,4.411734890416234,-1.5908651472541955,-11.181841563786008,0.4408825334672095,29.785294117647027,0,0,19.439960839689164,0.7647058823529411,-46431777209.13897,-449735066.9742584,0.5576504092271128,-110109782.88305455,0,0,-0.7441574507216889,-41.13333120335307,76.19254047931317,1,1,2.697744360902241,0.18273425850885217,575.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,9,impulse_late,unknown,none,in_cloud,above,13.133,0,0,628.5833333333333,671.6666666666666,546.3333333333334,-6.933580803393868,1,0,0,none,1,2.793103448275862,5.982905982905983,0,0.625,-1,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,3,0,1,0,0.75,0.0,0.333,0,0.3714368782227873,55.28455284552845,19.427279954426407,29.984698981963277,24.71747470115527,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -469,2026-06-03 08:24:00,buy,559.0,0.178,78,저점 분할 매수 · 비중 18% · 6회 · BB하단 · leg#78,0.048478886514438886,19.354838709677423,-1.0385723420097395,11.010558069381927,15.564772917715464,-4.014450503583248,-2.9758781615735086,4.375760659398012,582.6,589.65,592.5,-1.9757483252777042,0,0,4.928571428571429,0.8526940187839843,0,0.13043478260869565,-149.34143870314082,1,0,-82.35294117647058,1,0,-1.5332197614991494,12.313884677544294,0,0,1,0,0,0,-4.783092324805338,-0.1479217835720279,-5.228758169934638,0.0010791681512723268,-11.361764705882365,0,0,1.4020166712922364,0.18487394957983194,,,1.1254462855344047,-965566.8008818477,0,0,,-47.04907763877829,46.47179963658591,1,1,-1.047368421052634,0.9227652966455749,575.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,50,impulse_late,unknown,0,below_cloud,neutral,0.344,0,0,594.3333333333333,615.0,577.6666666666666,-2.7481772293886597,1,0,0,none,1,-0.29411764705882354,0.0,0,0.353,-1,0,0,0.0,17.647058823529406,-1.862570142928479,16.771929824561926,12.218323586745901,-3.856244252921556,-1.993674109993077,4.619472569255851,582.4,592.15,594.1666666666666,-2.5584733597905918,0,0,5.642857142857143,0.9779648427828672,0,0.21428571428571427,-194.04630650496287,1,0,-76.0,0,0,-3.6727879799666074,9.106760592414332,0,0,0,0,0,0,-18.46405228758171,-0.24483932631329264,2.444444444444441,-0.0623586753077165,-12.288235294117726,0,0,1.69554643264238,0.03361344537815126,,,2.480262443894643,-3925270.7713953555,0,0,,-47.01859150856264,41.507609990529936,1,1,-1.021804511278198,0.7814035962112801,571.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,32,impulse_late,unknown,0,below_cloud,below,-1.134,0,0,586.75,616.0,577.0,-1.6616957818491707,1,0,0,none,1,-0.10101010101010101,0.0,0,0.414,-1,0,1,0.0,25.000000000000014,-2.7002651604313814,24.347826086956797,21.167890080933777,-5.876798921337013,-3.1765337609056314,6.490087195762488,576.8,589.6,593.5,-4.511533242876531,0,0,9.071428571428571,1.6112661760974372,0,0.13043478260869565,-187.85796105383764,1,0,-86.95652173913044,1,0,-6.010016694490816,36.894210929195005,0,0,0,0,0,0,-11.507936507936492,-0.8350670791463175,1.9668737060041437,-0.14813136656315257,-17.811764705882297,0,0,3.2501734917450893,0.5714285714285714,-26793972541.802887,-40416312.236206055,3.4823330762883047,-9516088.052028462,0,0,,-48.160424409816116,26.384923313839526,1,1,-1.3714285714285823,0.7193138124815139,557.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,27,impulse_late,unknown,none,below_cloud,below,-3.961,0,0,596.6666666666666,618.2,563.8,-5.642458100558656,0,0,0,none,1,-0.5316455696202531,4.085257548845471,0,0.312,-1,-1,1,0.0,29.591836734693885,-2.6368615901211787,22.42070454134644,19.500415276995355,-4.844353529299724,-2.2074919391785452,6.611412896417406,580.8,592.75,598.65,-5.018979333614504,0,0,10.0,1.7761989342806392,0,0.11320754716981132,-213.62882556912402,1,0,-86.95652173913044,1,0,-5.218855218855223,26.26269037963587,0,0,0,0,0,0,-6.658163265306122,-1.268198962217946,3.198400799600197,-0.15061354415868208,-13.479411764705901,0,0,5.135997338622251,0.7394957983193278,-26851106314.38153,-65733071.97638321,3.1369200107479123,-9258016.496598959,0,0,-3.0086570901369636,-47.835509975103264,54.26561047205682,1,1,-1.1090225563909837,0.44847382335207453,557.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,16,impulse_late,unknown,382,below_cloud,above,1.22,0,0,567.2,611.4,566.0666666666667,-0.740479548660089,0,0,0,none,1,-0.8135593220338984,4.7957371225577266,0,0.286,-1,-1,1,0.3257398668221828,46.875,-1.225723525057366,30.907457322551437,39.17939502845146,-5.644964742933439,-4.419241217876073,7.407388190312554,585.2,592.65,603.75,-1.2908124525436548,0,0,16.785714285714285,2.8693528693528694,0,0.49122807017543857,-200.95408467501443,1,0,-47.16981132075472,0,0,1.211072664359869,32.54051832420315,0,0,0,0,0,0,7.158687943262414,0.3291061120201366,-5.2470799640610934,0.38589476358975483,-14.770588235294099,0,0,7.205862883677609,0.8823529411764706,-31184065745.637764,-142076776.60954666,2.187264060387471,1760984.6621058583,0,0,-4.9747649496129895,-45.39335440282801,49.77795563040246,1,1,-0.719548872180438,0.1504464116310964,557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,14,impulse_late,unknown,0,below_cloud,below,-10.272,0,0,592.1333333333333,615.9333333333333,568.3333333333334,-1.204683629813108,1,0,0,none,1,-0.6326530612244898,-1.0256410256410255,0,0.375,0,1,1,0.0,24.0,-1.9942983159083694,21.812894649385367,27.9602304198518,-9.778740322353428,-7.784442006445059,7.5136026136122895,584.8,597.65,621.0666666666667,-5.295741654814689,0,0,18.071428571428573,3.192831903079253,0,0.1323529411764706,-186.86868686868732,1,0,-86.76470588235294,1,0,-7.364975450081834,45.74739422431254,0,0,0,0,0,0,-18.42424242424243,-1.1993657197162184,-8.254901960784313,0.0758291623168409,-21.011764705882342,0,0,5.272863336345211,0.21008403361344538,-36611427398.21575,-115362143.73348999,1.5280709858335106,-24430130.395798326,0,0,-1.7695363311992458,-45.96144801410652,44.40204063116432,1,1,-1.4654135338345895,0.5963732178162084,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,12,impulse_late,unknown,none,below_cloud,above,1.111,0,0,608.0999999999999,683.5333333333333,591.0666666666666,-6.923203420490031,0,0,0,none,1,-3.230769230769231,5.830388692579505,0,0.2,-1,-1,0,-9.73087024202339,14.524216843010095,24.255087085033484,590.6,606.35,518.0333333333333,-3.521068689700668,0,0,38.57142857142857,6.593406593406594,0,0.2716049382716049,-73.5751295336787,0,0,-80.82191780821918,1,0,-8.59375,45.44419131422628,0,0,0,0,0,0,7.216914598147426,-0.2289343262646817,1.709498471640437,0.4453543892764931,15.714705882352973,0,0,19.373413684297407,0.7310924369747899,-46452500771.353165,-526108181.9119339,0.6784971268229962,-110109782.88305454,0,0,-0.7401157395442809,-41.03956601727654,75.59534307500583,1,1,0.8097744360902162,0.018380265751492986,557.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,10,impulse_late,unknown,500,in_cloud,below,-17.937,0,0,628.5833333333333,671.6666666666666,546.3333333333334,-6.933580803393868,1,0,0,none,1,2.793103448275862,-4.615384615384616,0,0.625,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,4,0,0,0,1.0,0.0,0.0,1,0.34895175046214083,48.559670781893004,15.161244292237427,16.013423355753606,23.310887087229304,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -470,2026-06-03 12:57:00,buy,568.0,0.175,78,저점 분할 매수 · 비중 18% · 6회 · BB하단 · leg#78,0.050487090577962426,15.384615384615387,-1.4168534585103933,5.882352941176793,8.496732026145155,-3.33054122416911,-1.9136877656587168,4.294356842417706,571.6,580.2,584.0666666666667,-1.9303688383316198,0,0,3.857142857142857,0.6778809942254582,0,0.0,-143.86459802538857,1,0,-100.0,1,0,-2.065404475043031,11.19420979854182,0,0,0,0,0,0,1.098901098901095,-0.04690218514376321,0.0,-0.07203957434265934,-9.261764705882342,0,0,1.6502512999428087,0.4117647058823529,,,1.4873063762353693,-1625963.319473058,0,0,,-47.81287971978846,35.232306667892445,1,1,-0.8857142857142825,0.7076583210603836,569.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,44,impulse_late,unknown,382,below_cloud,below,-1.406,0,0,563.55,592.8,562.9,0.9670836660456095,1,0,0,none,1,-0.226890756302521,0.0,0,0.36,0,0,0,0.029621795358341245,33.33333333333333,-1.3284000973959553,9.722222222222742,18.893298059965982,-3.029823877238073,-1.7014237798421175,3.407086720881776,574.2,580.3,581.9,-1.6026193348268047,0,0,5.142857142857143,0.9006755066299726,0,0.16666666666666666,-192.60584376863665,1,0,-83.33333333333334,1,0,-2.7257240204429323,26.588852233475393,0,0,0,0,0,0,-1.9607843137254974,-0.0911865949421724,-6.34920634920635,0.08179053105512957,-10.947058823529346,0,0,1.6003201141708665,0.01680672268907563,-20566191207.13842,,1.7055875612884757,-1835638.795318015,0,0,,-47.50963083351787,26.768471496557055,1,1,-0.3819548872180509,0.20899728856826005,568.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,range,0,0,1,0,0,0,0,40,impulse_late,unknown,0,below_cloud,below,-1.425,0,0,563.6833333333334,604.0,563.0,1.2980101120605436,1,0,0,none,1,-0.1717171717171717,-0.3502626970227671,0,0.44,0,0,0,0.0315914432288426,40.74074074074074,-1.2506091971245912,21.043478260869836,21.494363929146754,-3.3441259542568105,-2.0935167571322193,3.536047059452338,573.0,579.6,581.6166666666667,-1.65631469979296,0,0,5.857142857142857,1.0275689223057642,0,0.16,-197.11971197119658,1,0,-84.0,1,0,-2.7303754266211566,31.039159137314385,0,0,0,0,0,0,2.2792022792022806,-0.0681112368557486,2.4347826086956523,0.13221129796182018,-11.044117647058783,0,0,2.472726351627672,0.058823529411764705,-26826928537.804253,-23275768.30835724,1.9474920727052534,-570472.2293688208,0,0,,-47.409817138023826,69.19254347003667,1,1,-0.5368421052631578,0.38422740893935003,566.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,0,1,island_bottom,up,1,1,0,0,0,0,0,26,impulse_late,unknown,none,below_cloud,below,-3.239,0,0,589.6833333333333,597.6333333333333,564.0666666666667,-3.3379497470393593,1,0,0,none,1,-0.43037974683544306,-0.3508771929824561,0,0.412,0,0,1,0.0,28.57142857142857,-1.6296693420780277,10.13043478260879,18.554792779049354,-3.193254825179565,-1.5635854831015374,4.500316676616622,574.2,582.2,585.6333333333333,-2.4390243902439046,0,0,7.857142857142857,1.3832997987927564,0,0.05714285714285714,-183.92709196354627,1,0,-92.0,1,0,-2.405498281786944,60.13236050626848,0,0,0,0,0,0,-13.650793650793652,-0.3998044778815357,-11.368421052631577,0.09873001717013215,-7.705882352941217,0,0,3.151152061459673,0.2184873949579832,-26917333513.614,-31023450.896205902,1.9856520288250512,-1369316.8841589093,0,0,,-47.26810237284037,44.43214377441063,1,1,-0.7157894736842134,0.41795361809824116,566.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_top,range,1,0,0,1,0,1,1,17,impulse_late,unknown,382,below_cloud,below,-4.851,0,0,566.7166666666667,597.6333333333333,565.8333333333334,0.2264506072993555,1,0,0,none,1,-0.2033898305084746,1.7605633802816902,0,0.429,0,0,1,0.1858878849538419,51.24999999999999,-0.7202733511916581,27.291771409418242,40.450653195751066,-3.855465684779915,-3.135192333588257,7.123321283870728,579.0,581.0,594.7833333333333,-2.2375215146299476,0,0,12.785714285714286,2.251006036217304,0,0.24444444444444444,-67.37904422677298,0,0,-94.44444444444444,1,0,-5.0167224080267525,54.270532687159125,1,0,0,0,0,0,4.659090909090899,-0.8552955649862688,-16.096866096866098,0.1983215842461336,-6.452941176470631,0,0,7.609722130277341,0.865546218487395,-31243088088.091396,-67299833.67891312,1.0953919681079574,-6239859.652461231,0,0,,-46.87737984624371,61.61255361983506,1,1,0.4090225563909784,0.054697215013934986,566.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,15,impulse_late,unknown,382,below_cloud,above,2.802,0,0,589.8666666666667,606.8666666666667,568.3333333333334,-3.7070524412296524,0,0,0,none,1,-0.3673469387755102,2.8169014084507045,0,0.4,-1,0,0,0.40976850656621394,44.89795918367347,0.49563603819672863,42.1383647798744,46.33123689727487,-7.84277263686181,-8.338408675058538,7.726352743916162,582.0,588.1,616.4666666666667,-0.6971603468797882,0,0,17.357142857142858,2.972113502935421,0,0.4426229508196721,-108.27812353610362,1,0,-49.056603773584904,0,0,-0.17094017094017033,47.40599543457763,1,0,1,0,1,0,9.958200147528892,0.536109267850831,0.0,0.4388754799056247,-15.94411764705876,0,0,5.887769282538829,0.4369747899159664,-36716388184.70913,-157415384.77087402,1.0585722987741246,-2941700.1101905107,0,0,-2.486708771883875,-44.15693053899026,48.71427255478443,1,1,-1.3278195488721733,0.4782056699788474,566.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,13,impulse_late,unknown,none,below_cloud,above,1.285,0,0,610.2666666666667,613.6666666666666,570.6,-4.304129342363994,1,0,0,none,1,-0.717948717948718,-0.3424657534246575,0,0.0,0,0,0,-6.918248865976707,14.232012987642861,21.15026185361957,597.4,612.75,524.4333333333333,-4.691962464300281,0,0,45.642857142857146,7.8155577299412915,0,0.2654320987654321,-31.7705517365673,0,0,-81.5068493150685,1,0,-5.348460291734202,45.71152530118432,0,0,0,0,0,0,-9.46615836205742,-1.4171968062977385,0.0,0.42703623733781704,17.14705882352939,0,0,22.452969320603305,1.0,-46399418874.20716,-168014062.37743378,1.075026332589121,-110109782.88305454,0,0,-0.41790014323303565,-40.99885757012209,73.23896924533565,1,1,-0.7360902255639147,0.01863085952059973,566.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,11,impulse_late,unknown,none,above_cloud,above,12.547,0,0,628.5833333333333,671.6666666666666,554.1666666666666,-7.092668699456439,1,0,0,none,1,3.1379310344827585,-14.212328767123289,0,0.667,-1,-1,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,3,0,0,2,0.75,0.0,-0.667,1,0.27471658010059613,42.27129337539432,33.56164383561642,27.428177321156756,20.826931988139183,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -471,2026-06-03 21:03:00,buy,721.0,0.138,78,저점 분할 매수 · 비중 14% · 6회 · BB하단 · leg#78,0.1733229766194281,31.25,-4.470765976256243,18.860796280151458,17.3980432044962,1.334045546454604,5.804811522710847,6.854628455389104,741.4,756.95,723.55,-2.239249620186279,0,0,10.142857142857142,1.3706563706563706,0,0.24324324324324326,-117.26685133887337,1,0,-75.67567567567568,0,0,-4.392764857881137,26.28624181166886,0,0,0,0,0,0,-0.8012820512820582,0.2267634595392698,-1.569311246730603,0.2944598807636733,-7.032352941176441,0,0,3.2724978562783,0.7058823529411765,-16946771410.974087,-60120461.116947174,0.9886155970117999,-8026273.441019386,0,0,,-31.798571650699692,42.10051546305933,1,1,-1.6699248120300856,0.5800689731648602,731.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,41,impulse_late,accumulation,none,in_cloud,above,1.165,0,0,765.5666666666666,768.0,641.4666666666667,-3.3395741716375604,1,0,0,none,1,0.9411764705882353,-0.2702702702702703,0,0.706,0,0,0,0.2773541297423138,38.62068965517241,-3.517043451547875,17.833333333333837,17.394179894181125,-2.449361322794175,1.0676821287536997,8.105566525273872,738.4,753.6,732.7333333333333,-1.8046709129511673,0,0,11.142857142857142,1.505791505791506,0,0.3076923076923077,-115.39835655591249,1,0,-68.0,0,0,-1.3333333333333308,20.639045540808496,0,0,1,0,0,0,6.559620952882341,0.6578903516207957,3.166666666666668,0.34683511191451505,-13.852941176470608,0,0,5.483943757689094,0.773109243697479,-20823161764.548195,-69139567.23680496,1.4972941551626329,-1423421.7625299804,0,0,,-31.403456454870206,29.54087850798997,1,1,-2.2150375939849614,0.7363795197119811,724.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,35,impulse_late,unknown,618,below_cloud,below,-3.489,0,1,745.5,771.9333333333333,658.0666666666667,-0.7377598926894713,1,0,0,none,1,0.6363636363636364,-0.2702702702702703,0,0.611,0,1,0,0.26027143399195257,45.185185185185176,-5.584469282113153,40.397943214844894,37.25208393216462,8.614952313223398,14.19942159533655,7.010962948867783,742.0,752.65,704.4833333333333,-1.6807280940676295,0,0,17.785714285714285,2.4034749034749034,0,0.49295774647887325,-156.95663740356508,1,0,-50.70422535211267,0,0,-3.141361256544506,35.894994808374506,0,0,0,0,0,0,4.385185185185179,0.0808767581219847,6.908115358819586,0.4654258066945985,7.923529411764775,0,0,5.153039676849112,0.7983193277310925,-27354825367.247047,-440544600.4838066,1.3856438025519777,3956466.5800165236,1,0,-3.747134681069762,-31.054643406941228,70.77328623226501,1,1,-0.37518796992481557,0.028310292751127064,705.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,0,island_top,down,0,0,1,1,0,1,0,29,impulse_late,unknown,none,in_cloud,below,-1.619,0,0,744.8333333333334,770.3333333333334,611.6666666666666,-0.6489147460281952,1,0,0,none,1,1.5316455696202531,-3.2432432432432434,0,0.75,0,0,0,0.5386649206872316,51.707317073170735,-4.293508061188092,50.56847106736816,58.75709410411628,16.90233519296953,21.195843254157623,14.232775199843687,745.2,735.95,679.05,0.5503091242611502,0,0,24.785714285714285,3.349420849420849,0,0.6210526315789474,-30.124215234553752,0,0,-50.70422535211267,0,0,0.9549795361528002,53.38009345934661,0,1,0,1,0,1,-4.292682926829258,-0.538964492478204,-2.8451835511058334,0.5656679366002176,24.241176470588243,0,0,7.990403043624577,1.0,-27087044877.926846,-114270784.26609421,1.1799616217587858,13277157.443484515,0,0,-0.8039020373275628,-30.635712006166216,78.56694408466896,1,1,2.9827067669172873,0.45408101744042717,705.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,18,impulse_late,unknown,none,in_cloud,below,-5.124,0,0,668.0833333333333,769.8333333333334,615.6666666666666,10.764625171510556,1,0,0,none,1,2.4915254237288136,-2.9729729729729732,0,0.9,0,0,0,0.6967547982296719,62.389380530973455,-0.031202160748367902,68.27084030800113,78.63283396234912,31.598750118186786,31.629952278935153,20.775365058429816,753.8,711.9,635.2666666666667,4.08765276021914,0,0,33.07142857142857,4.4630807788702525,0,0.7131147540983607,47.301416532185804,0,0,-33.980582524271846,0,0,5.555555555555558,60.94820272777278,0,1,0,1,0,1,-3.0577739405712663,-1.685829945275362,-10.780412753992238,0.7055520794075791,69.73235294117649,0,0,9.557637480575687,0.8403361344537815,-31283126591.121834,-80142599.10175705,1.1665010098557411,28997548.272615194,0,0,-0.37908430578618146,-30.030780901265018,88.31692473613793,1,1,5.536842105263141,0.7848325222545196,705.0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,13,impulse_late,unknown,none,above_cloud,below,-9.966,0,0,729.8499999999999,768.9,570.1,1.5277111735288118,1,0,0,none,1,3.163265306122449,5.398110661268556,0,0.706,0,0,0,0.7963323261702868,69.29577464788733,8.302751663637558,80.86473640816742,80.28958851743687,38.03513571407109,29.73238405043353,37.60807326764711,735.8,665.8,623.4,11.144487834184446,0,0,42.714285714285715,5.772200772200772,0,0.8285714285714286,87.8143948211455,0,0,-22.78481012658228,0,0,9.305760709010347,53.999882421143994,0,0,0,1,0,1,2.082659893788957,-1.842351786648699,-0.8899558659488775,0.8358574123926878,102.9147058823529,0,0,15.829894077085221,1.0,-36690831901.87466,-50033089.5623703,1.053634290921937,35877413.76502311,0,0,-0.21268196973724687,-28.590801542661826,85.59035673008388,1,1,10.15488721804512,0.9210611952670759,705.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,2.796,0,0,589.85,754.1,564.3,25.45562431126558,1,0,0,none,1,3.4615384615384617,-5.27027027027027,0,0.75,0,0,0,12.050221645192057,40.03292906353727,27.98270741834521,702.4,641.0,545.35,17.160686427457094,0,0,65.5,8.721704394141145,0,0.8083333333333333,174.7501827930781,0,1,-19.166666666666668,0,1,25.16666666666667,48.47279126332925,0,0,0,0,0,0,2.8968617331224493,2.2749126171594938,-4.608953613807984,0.914912175875055,98.99705882352941,0,0,31.122307807869905,0.9915966386554622,-46228288156.434006,123015349.7831192,1.7256543704730776,-24704536.350892972,0,1,-0.28590014859922086,-23.62056972911889,74.94605441330047,1,1,3.4421052631578917,0.12287864858653197,705.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,9,impulse_late,unknown,none,above_cloud,above,32.898,0,0,630.6,762.8666666666667,558.0666666666667,19.092927370758005,1,0,0,none,1,6.241379310344827,-9.454061251664447,0,0.667,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,1,0,1,1,0.25,0.0,0.0,1,0.9733830870439286,61.4334470989761,72.24784250269686,67.23638387689456,36.25116084019418,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -472,2026-06-03 22:33:00,sell,772.0,0.65,78,고점 매도 · 비중 65% · 분할 · leg#78,0.7480443877807941,70.32967032967034,2.0070710794292097,95.23809523809558,97.35449735449873,10.178365678917203,8.171294599487993,10.747563701087634,775.6,755.85,750.8166666666667,2.6658728583713653,0,0,12.0,1.5463917525773196,0,1.0,84.08953418027819,0,0,-0.0,0,1,4.4414535666218,75.04506489720693,0,0,0,0,0,1,1.7903444869737086,-0.5489307279451277,-0.7936507936507837,0.796402490969264,28.611764705882365,0,0,3.371185525324144,0.6638655462184874,-16994101297.174679,-20093697.095134735,0.8923011644545724,11371.515740841627,0,0,-1.0485773419765445,-28.40294065600597,20.707944489538363,0,1,3.0744360902255665,0.8020984472077852,776.0,1,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,42,impulse_late,unknown,100,above_cloud,below,-1.07,0,0,774.0166666666667,776.0,664.9333333333333,0.2562390990719532,1,0,0,none,1,0.8403361344537815,-0.902061855670103,1,0.667,0,0,0,0.6622689094806508,61.21212121212121,1.0340381054301808,74.07293271700102,71.36387492597675,10.164889754383012,9.13085164895283,9.966376373494874,777.4,763.65,752.85,1.6172330256007283,0,0,17.785714285714285,2.2919734904270985,0,0.676923076923077,75.56882528569967,0,0,-38.18181818181819,0,0,0.6485084306095956,55.88610732027185,0,1,0,1,0,0,-4.37229437229437,-0.8231189280736437,-0.7054148037754544,0.6255893042220191,27.497058823529414,0,0,6.023152737188155,0.8235294117647058,-20828531166.986134,-10429347.665332794,1.0969630162537076,294606.50383116305,0,0,-0.06051634011952936,-27.91908579430621,95.69319484283297,1,1,2.739097744360899,0.7253369592942382,776.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,35,impulse_late,unknown,100,above_cloud,above,3.325,0,0,744.3499999999999,781.4,699.5,4.2520319742056945,1,0,0,none,1,0.9494949494949495,-2.0618556701030926,0,0.706,0,0,0,0.7980466540413533,63.07692307692307,2.4932922240766544,71.13717128642529,74.64948577400041,10.794473505201609,8.301181281124954,10.183451915373375,777.2,751.2,729.6666666666666,3.0351437699680517,0,0,18.0,2.3255813953488373,0,0.75,116.82242990654181,0,1,-32.857142857142854,0,0,4.878048780487809,63.34843071803035,0,0,0,0,0,0,-0.4889683959451432,-0.5391254652415158,-3.9872068230277193,0.7214031666624423,25.62058823529412,0,0,6.266784839648069,0.9495798319327731,-27364403592.294178,-4292455.905502319,1.123155293694347,9811381.50993359,0,0,-0.25983931649555675,-27.752619416437085,53.16552947750588,1,1,2.7233082706766862,0.7097092151895885,771.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,31,impulse_late,unknown,none,above_cloud,neutral,-0.129,0,0,745.2,782.2,658.8666666666667,3.864734299516903,1,0,0,none,1,1.379746835443038,3.359173126614987,0,0.688,0,0,0,0.7829057576160044,64.28571428571428,1.2677844122723414,78.90815828041046,84.19529273455929,15.434311561549407,14.166527149277066,10.217112593052233,778.4,754.2,707.8166666666667,2.890479978785465,0,0,23.214285714285715,2.9915316642120766,0,0.7717391304347826,121.87182095625653,0,1,-22.82608695652174,0,0,4.723346828609976,71.57061652317391,0,0,0,0,0,0,-0.9316770186335503,-0.11990716158370773,-5.576175326970656,0.746742727226156,37.038235294117726,0,0,7.431631712750685,0.8907563025210085,-27086225983.566017,-3750397.8663902283,0.9498226818499825,19511814.961430967,0,0,-0.9653407805940926,-27.130276473259983,31.385114622916287,1,1,0.9804511278195449,0.09065891413352856,771.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,above_cloud,above,4.333,0,0,771.6500000000001,774.4666666666667,650.5333333333333,0.563727078338605,0,0,0,none,1,2.23728813559322,3.350515463917526,0,0.889,0,0,0,0.8089404025422973,64.5418326693227,-0.9164001409040772,68.31324436791482,68.16777681291734,28.424279929753197,29.340680070657275,16.666811618496364,762.6,738.0,651.6,5.1490514905149,0,0,35.42857142857143,4.5655375552282775,0,0.8306451612903226,106.67036728652057,0,1,-22.82608695652174,0,0,0.38809831824062613,55.41013501122512,0,1,0,1,0,1,6.6846898121798475,0.4246211377841469,-2.2989611388995854,0.7870727007068703,63.67941176470583,0,0,10.373073778121915,0.8991596638655462,-31267224753.31276,-123441901.58862686,0.6435342611215609,1527010.886095643,0,0,-0.20654819221482704,-26.603557311629956,91.66925001025758,1,1,4.090225563909757,0.6192482207410991,768.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,6.766,0,0,731.55,773.9,658.4,6.076139703369554,0,0,0,none,1,3.6530612244897958,-1.0309278350515463,0,0.714,0,0,0,0.8829031538969001,75.23809523809524,7.122566570163826,79.23914146380027,79.03215632931733,40.29387871705694,33.171312146893115,35.422235233562695,751.0,684.2,627.2,13.563285589009055,0,0,43.0,5.534105534105534,0,0.9126637554585153,122.9975936748024,0,1,-13.513513513513514,0,1,13.430656934306562,63.741020266723204,0,0,0,1,0,1,10.173992673992672,0.4894207544893412,2.2465503478161537,0.9662302019440442,102.60000000000002,0,0,15.621479974678412,0.9663865546218487,-36654765481.15098,-17934076.2106781,1.635817783736712,79495274.49963439,0,0,0.1631386575538883,-24.91980967842331,86.36301066907251,1,1,9.747368421052638,0.9058258797735832,742.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,below,-2.4,0,0,753.0,773.0,565.0,3.1872509960159334,0,0,0,none,1,4.538461538461538,7.078507078507079,1,0.778,1,0,0,12.050221645192057,40.03292906353727,27.98270741834521,702.4,641.0,545.35,17.160686427457094,0,0,65.5,8.721704394141145,0,0.8083333333333333,174.7501827930781,0,1,-19.166666666666668,0,1,25.16666666666667,48.47279126332925,0,0,0,0,0,0,2.8968617331224493,2.2749126171594938,-4.608953613807984,0.914912175875055,98.99705882352941,0,0,31.122307807869905,0.9915966386554622,-46228288156.434006,123015349.7831192,1.7256543704730776,-24704536.350892972,0,1,-0.28590014859922086,-23.62056972911889,74.94605441330047,1,1,3.4421052631578917,0.12287864858653197,705.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,9,impulse_late,unknown,none,above_cloud,above,32.898,0,0,630.6,762.8666666666667,558.0666666666667,19.092927370758005,1,0,0,none,1,6.241379310344827,-9.454061251664447,0,0.667,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,0,1,1,1,0.0,0.25,0.0,0,0.9733830870439286,61.4334470989761,72.24784250269686,67.23638387689456,36.25116084019418,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -473,2026-06-03 22:39:00,sell,788.0,0.35,78,고점 매도 · 비중 35% · 분할 · leg#78,0.6069775616203864,67.05882352941177,-0.0996209918519586,33.45322755237699,64.88070832626403,8.938832530780246,9.038453522632205,9.355703949512826,776.0,764.35,752.85,1.0008503957610992,0,0,11.642857142857142,1.508142116950407,0,0.6031746031746031,41.56800841883667,0,0,-92.5925925925926,1,0,-1.781170483460559,61.58557228220962,0,0,0,0,0,0,-5.6684491978609515,-0.6743642590533216,-36.84710351377018,0.6214211313433987,26.711764705882274,0,0,3.4356076018981985,0.7142857142857143,-17051330289.864338,-70113690.52299309,0.4835852071927283,-5908610.991983727,0,0,-2.55876538413261,-28.75940173978664,31.777287752739426,1,1,2.4037593984962538,0.6327505575905085,771.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,1,0,0,0,1,0,0,42,impulse_late,unknown,none,above_cloud,above,1.804,0,0,738.6666666666667,783.0,661.6666666666666,4.512635379061369,1,0,0,none,1,0.8067226890756303,-0.6476683937823834,0,0.655,0,0,0,0.8349592136690586,68.9922480620155,0.8151538987978757,58.9898989898995,64.69097757233475,10.213053413057878,9.397899514260002,9.249339610946956,782.0,768.2,753.5166666666667,3.0981515230408707,0,0,14.571428571428571,1.8398268398268396,0,0.921875,58.86293226157553,0,0,-15.151515151515152,0,1,2.4579560155239433,54.39435194204972,0,0,0,1,0,1,17.16743054376733,0.5621163363670778,-2.0202020202020208,0.8768073559114001,25.79705882352937,0,0,6.171820136222012,0.8319327731092437,-20856905843.289867,-42708935.7277565,0.7606660582231202,294606.50383116305,0,0,-0.5327053313141527,-26.42527026841741,92.59203594426026,1,1,2.407518796992483,0.6429206021458769,771.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,35,impulse_late,unknown,none,above_cloud,below,-4.406,0,0,744.8,781.5333333333333,696.4666666666667,6.337271750805584,0,0,0,none,1,1.0505050505050506,-0.3787878787878788,0,0.667,1,1,0,0.7980466540413533,63.07692307692307,2.4932922240766544,71.13717128642529,74.64948577400041,10.794473505201609,8.301181281124954,10.183451915373375,777.2,751.2,729.6666666666666,3.0351437699680517,0,0,18.0,2.3255813953488373,0,0.75,116.82242990654181,0,1,-32.857142857142854,0,0,4.878048780487809,63.34843071803035,0,0,0,0,0,0,-0.4889683959451432,-0.5391254652415158,-3.9872068230277193,0.7214031666624423,25.62058823529412,0,0,6.266784839648069,0.9495798319327731,-27364403592.294178,-4292455.905502319,1.123155293694347,9811381.50993359,0,0,-0.25983931649555675,-27.752619416437085,53.16552947750588,1,1,2.7233082706766862,0.7097092151895885,771.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,31,impulse_late,unknown,none,above_cloud,neutral,-0.129,0,0,745.2,782.2,658.8666666666667,3.864734299516903,1,0,0,none,1,1.379746835443038,3.359173126614987,0,0.688,0,0,0,0.7829057576160044,64.28571428571428,1.2677844122723414,78.90815828041046,84.19529273455929,15.434311561549407,14.166527149277066,10.217112593052233,778.4,754.2,707.8166666666667,2.890479978785465,0,0,23.214285714285715,2.9915316642120766,0,0.7717391304347826,121.87182095625653,0,1,-22.82608695652174,0,0,4.723346828609976,71.57061652317391,0,0,0,0,0,0,-0.9316770186335503,-0.11990716158370773,-5.576175326970656,0.746742727226156,37.038235294117726,0,0,7.431631712750685,0.8907563025210085,-27086225983.566017,-3750397.8663902283,0.9498226818499825,19511814.961430967,0,0,-0.9653407805940926,-27.130276473259983,31.385114622916287,1,1,0.9804511278195449,0.09065891413352856,771.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,range,0,1,0,0,0,0,0,20,impulse_late,unknown,none,above_cloud,above,4.333,0,0,771.6500000000001,774.4666666666667,650.5333333333333,0.563727078338605,0,0,0,none,1,2.23728813559322,3.350515463917526,0,0.889,0,0,0,0.8089404025422973,64.5418326693227,-0.9164001409040772,68.31324436791482,68.16777681291734,28.424279929753197,29.340680070657275,16.666811618496364,762.6,738.0,651.6,5.1490514905149,0,0,35.42857142857143,4.5655375552282775,0,0.8306451612903226,106.67036728652057,0,1,-22.82608695652174,0,0,0.38809831824062613,55.41013501122512,0,1,0,1,0,1,6.6846898121798475,0.4246211377841469,-2.2989611388995854,0.7870727007068703,63.67941176470583,0,0,10.373073778121915,0.8991596638655462,-31267224753.31276,-123441901.58862686,0.6435342611215609,1527010.886095643,0,0,-0.20654819221482704,-26.603557311629956,91.66925001025758,1,1,4.090225563909757,0.6192482207410991,768.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,6.766,0,0,731.55,773.9,658.4,6.076139703369554,0,0,0,none,1,3.6530612244897958,-1.0309278350515463,0,0.714,0,0,0,0.8829031538969001,75.23809523809524,7.122566570163826,79.23914146380027,79.03215632931733,40.29387871705694,33.171312146893115,35.422235233562695,751.0,684.2,627.2,13.563285589009055,0,0,43.0,5.534105534105534,0,0.9126637554585153,122.9975936748024,0,1,-13.513513513513514,0,1,13.430656934306562,63.741020266723204,0,0,0,1,0,1,10.173992673992672,0.4894207544893412,2.2465503478161537,0.9662302019440442,102.60000000000002,0,0,15.621479974678412,0.9663865546218487,-36654765481.15098,-17934076.2106781,1.635817783736712,79495274.49963439,0,0,0.1631386575538883,-24.91980967842331,86.36301066907251,1,1,9.747368421052638,0.9058258797735832,742.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,below,-2.4,0,0,753.0,773.0,565.0,3.1872509960159334,0,0,0,none,1,4.538461538461538,7.078507078507079,1,0.778,1,0,0,12.050221645192057,40.03292906353727,27.98270741834521,702.4,641.0,545.35,17.160686427457094,0,0,65.5,8.721704394141145,0,0.8083333333333333,174.7501827930781,0,1,-19.166666666666668,0,1,25.16666666666667,48.47279126332925,0,0,0,0,0,0,2.8968617331224493,2.2749126171594938,-4.608953613807984,0.914912175875055,98.99705882352941,0,0,31.122307807869905,0.9915966386554622,-46228288156.434006,123015349.7831192,1.7256543704730776,-24704536.350892972,0,1,-0.28590014859922086,-23.62056972911889,74.94605441330047,1,1,3.4421052631578917,0.12287864858653197,705.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,9,impulse_late,unknown,none,above_cloud,above,32.898,0,0,630.6,762.8666666666667,558.0666666666667,19.092927370758005,1,0,0,none,1,6.241379310344827,-9.454061251664447,0,0.667,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,0,2,1,1,0.0,0.5,0.0,0,0.9733830870439286,61.4334470989761,72.24784250269686,67.23638387689456,36.25116084019418,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -474,2026-06-03 23:21:00,buy,764.0,0.166,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.2188349254673733,36.36363636363636,-1.2520869502826666,17.2113289760352,19.551726414472892,-1.4098104212848739,-0.15772347100220727,2.905064940318382,765.6,771.3,762.3666666666667,-0.8168028004667427,0,0,6.642857142857143,0.8683473389355743,0,0.17391304347826086,-103.24841622860204,1,0,-77.77777777777779,0,0,-0.5201560468140465,31.09143219688896,0,0,1,0,1,0,1.4799154334038036,0.13332345804096413,-3.198653198653197,0.34103944495469446,-6.9117647058823195,0,0,1.720305801516935,0.008403361344537815,-17077296262.24418,138466.11353492737,1.141806741408169,-2103410.734022349,0,0,,-29.37393023398318,53.93593999904432,1,1,-0.8045112781954954,0.7219281010308387,761.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,1,0,1,1,1,1,0,0,1,1,cup_handle,down,0,0,1,1,0,1,0,42,impulse_late,accumulation,none,in_cloud,below,-1.44,0,0,774.2666666666667,780.4666666666667,697.8,-1.1968314103667943,1,0,0,none,1,0.7226890756302521,0.9150326797385622,0,0.625,0,0,0,0.1828237155971706,41.17647058823529,-1.6339582377769588,30.898550724638195,28.977804803892994,0.1298926818393511,1.76385091961631,3.5700009532226393,767.8,772.75,757.3666666666667,-1.1323196376577194,0,0,9.714285714285714,1.2715033657442034,0,0.15151515151515152,-102.0746887966805,1,0,-80.0,0,0,-2.17669654289373,49.61799304159334,0,0,0,0,0,0,-11.28254580520732,-0.15176892383893836,-3.939393939393934,0.34716633916319256,-5.7000000000000455,0,0,3.3474291906352067,0.2184873949579832,-20866846623.39105,-1656688.5195007324,1.072642942375734,-2213965.024074957,0,0,,-28.995014260886887,57.14246609105827,1,1,-0.7721804511278242,0.4387437473351433,759.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,33,impulse_late,accumulation,none,above_cloud,above,3.785,0,0,771.0,779.6666666666666,727.6666666666666,-0.9079118028534339,1,0,0,none,1,0.6262626262626263,-2.094240837696335,0,0.556,0,-1,0,0.43217994192858805,26.470588235294116,-2.3026262583631123,9.0155945419106,11.360978203083677,5.205116147033436,7.507742405396549,6.628432641805514,764.6,767.45,744.65,-0.4495406866896978,0,1,11.142857142857142,1.4584891548242334,1,0.484375,-7.546187874056961,0,0,-86.8421052631579,1,0,-1.2919896640826822,42.55565152192719,0,0,0,0,0,0,-12.553802008608322,-0.14337280342736314,2.3657628920786804,0.488295289200016,12.479411764705901,0,0,5.544525570799379,0.8571428571428571,-27379720415.649883,-15316823.355705261,0.4990790831637266,-866492.1903436929,0,0,-0.2715813058519595,-28.6540874793086,90.90476353791402,1,1,0.6578947368420972,0.09366535328216352,759.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,0,1,1,0,0,0,1,30,impulse_late,unknown,none,in_cloud,neutral,0.295,0,0,742.1833333333333,782.7,663.5333333333333,2.9395252745278544,1,0,0,none,1,1.1265822784810127,2.356020942408377,0,0.667,0,0,0,0.6369762992498569,65.55555555555556,-1.7703380161604176,59.92673992674003,63.03378103378132,11.870228613520567,13.640566629680984,10.301424720465421,770.6,758.3,720.2833333333333,1.4110510352103534,0,0,18.571428571428573,2.4150102173509196,0,0.6956521739130435,38.32805190885782,0,0,-43.07692307692308,0,0,-1.662404092071612,72.35020260062998,1,0,0,0,0,0,2.026143790849673,-0.3564321643520376,-1.470085470085472,0.604666317389277,19.00588235294117,0,0,5.345947513039255,0.5882352941176471,,,0.01109655026919768,-12116606.604513943,0,0,,-27.76638363830276,54.23127146728742,1,1,2.6345864661653997,0.6369953201294198,759.0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,20,impulse_late,unknown,none,in_cloud,below,-3.01,0,0,769.8666666666667,782.2,658.8666666666667,-0.1125736058191884,1,0,0,none,1,1.7627118644067796,0.0,0,1.0,0,0,0,0.780905933595987,60.09615384615385,-1.4984705707405084,72.82608695652151,71.44257904051257,27.05871136379983,28.55718193454034,14.092753314186556,767.2,746.45,658.1333333333333,3.958738026659514,0,0,31.071428571428573,4.0040500736377025,0,0.8189655172413793,96.12502676086478,0,0,-22.82608695652174,0,0,4.723346828609976,54.55808547297172,0,1,0,1,0,1,7.2924155283968375,0.13705140298675644,-0.36231884057970376,0.776269134922039,62.029411764705856,0,0,10.500816832495376,0.8907563025210085,-31270930116.364693,10285458.0836792,0.030081489039137585,-4470046.965397894,0,1,-0.22764639623293176,-26.59173674192251,90.71686905787662,1,1,3.2308270676691695,0.5282290819832061,759.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,above,2.429,0,0,770.05,773.9,658.4,0.7726770988896847,0,0,0,none,1,3.938775510204082,-0.6443298969072164,0,0.714,0,0,0,0.825686094209643,69.26070038910505,5.750062566524264,85.87066087066104,82.4047169257976,42.03131913592745,36.28125656940318,31.76318476633505,762.4,703.25,632.5333333333333,10.344827586206895,0,0,38.857142857142854,5.007363770250368,0,0.8923076923076924,102.40057327122904,0,1,-14.685314685314685,0,1,13.450292397660824,58.18266945604671,0,0,0,1,0,1,-3.020001365280905,-0.9396525569917316,3.76631242772973,0.9170775808110065,108.4764705882352,0,0,14.537793958971983,0.9327731092436975,-36650356998.26322,-30155301.91443634,0.6352884353718303,79123256.53848368,0,0,0.1371949068678293,-24.99691675082302,86.25118829552324,1,1,8.993233082706764,0.9077205390748428,759.0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,0,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,below,-0.666,0,0,753.0,773.0,565.0,3.054448871181936,0,0,0,none,1,4.538461538461538,3.0927835051546393,0,0.778,0,0,0,12.050221645192057,40.03292906353727,27.98270741834521,702.4,641.0,545.35,17.160686427457094,0,0,65.5,8.721704394141145,0,0.8083333333333333,174.7501827930781,0,1,-19.166666666666668,0,1,25.16666666666667,48.47279126332925,0,0,0,0,0,0,2.8968617331224493,2.2749126171594938,-4.608953613807984,0.914912175875055,98.99705882352941,0,0,31.122307807869905,0.9915966386554622,-46228288156.434006,123015349.7831192,1.7256543704730776,-24704536.350892972,0,1,-0.28590014859922086,-23.62056972911889,74.94605441330047,1,1,3.4421052631578917,0.12287864858653197,705.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,9,impulse_late,unknown,none,above_cloud,above,32.898,0,0,630.6,762.8666666666667,558.0666666666667,19.092927370758005,1,0,0,none,1,6.241379310344827,-9.454061251664447,0,0.667,0,0,0,20.591134532223386,57.462143787736125,36.87100925551274,620.2,521.75,428.8333333333333,48.73023478677527,0,0,113.35714285714286,14.607879234167894,0,0.9461538461538461,208.36354846507135,0,1,-5.384615384615385,0,1,82.58823529411765,74.8272000134299,0,0,0,0,0,0,13.751517452460988,11.316143202261621,8.790713790713788,1.0399370613731864,154.1647058823529,0,0,38.922808881798055,1.0,-79182684068.25667,350296209.90867615,2.103073499345642,990371778.5976295,0,0,-1.6403081500327026,-11.897569723651635,71.78392612397614,1,1,7.952631578947354,0.29922285004536053,557.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,21,impulse_late,unknown,none,above_cloud,below,-15.625,0,0,545.1,720.6666666666667,384.8,42.35920014676206,0,0,0,none,1,7.169491525423729,30.927835051546392,0,0.692,1,1,1,1,1,1,1,0.25,0.25,0.0,1,0.9733830870439286,61.4334470989761,72.24784250269686,67.23638387689456,36.25116084019418,66.2049861495845,69.82674982674979,64.822312932069,1.0,65.93940766540373 -475,2026-06-04 01:06:00,buy,755.0,0.168,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.0,36.75213675213676,-3.237260355369044,29.956427015250878,31.880900508352862,-2.9649196242492053,0.2723407311198388,5.126558036937342,769.8,782.25,777.3,-2.9721955896452545,0,0,9.0,1.185770750988142,0,0.05263157894736842,-219.1666666666668,1,0,-94.11764705882352,1,0,-3.802281368821292,9.241908816547522,0,0,0,0,0,0,0.0,-0.6434989998865537,1.0348583877995665,-0.029518410503050693,-11.691176470588289,0,0,4.7457466945221105,0.9915966386554622,-17173115770.466743,-75658419.63459969,1.4028400856943681,-2097921.764349669,0,0,-6.06095763235643,-29.853914519912227,38.25419823261388,1,1,-1.032330827067676,0.3710931340656929,757.0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,45,impulse_late,unknown,382,below_cloud,below,-2.544,0,0,772.8499999999999,780.2,761.3,-1.7920683185611574,0,0,0,none,1,0.19327731092436976,-0.5270092226613966,0,0.6,0,0,0,0.05780000483526972,39.130434782608695,-3.4067546807283944,16.008771929825063,30.316221962979157,-2.4595108869837077,0.9472437937446868,5.2746612565970805,768.4,778.15,774.3,-2.332455182162818,0,0,12.285714285714286,1.6165413533834587,0,0.2708333333333333,-228.5896211397637,1,0,-72.91666666666666,0,0,-4.040404040404044,42.203916025388764,0,0,0,0,0,0,3.4982508745627214,-0.2880136637410975,-14.501633986928109,0.18939534989989,-11.450000000000045,0,0,3.346821742426397,0.44537815126050423,-20933899977.100643,-43486628.551597595,1.7438856467871149,-2038094.2308877483,0,0,-1.9707452897947102,-29.291997622080636,73.66248481136317,1,1,-0.49398496240604045,0.08111472352621807,747.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,35,impulse_late,unknown,500,below_cloud,below,-4.654,0,0,774.0,781.6666666666666,729.5333333333333,-1.8087855297157618,1,0,0,none,1,0.3434343434343434,-0.6578947368421052,0,0.538,0,0,0,0.0,35.0,-2.1697850862268515,53.19154860554246,62.27297365529143,2.628261458408133,4.7980465446349845,4.154496966942885,778.0,777.5,764.1333333333333,-3.279742765273308,0,0,14.071428571428571,1.8712006079027355,0,0.10416666666666667,-172.90322580645164,1,0,-89.58333333333334,1,0,-3.0927835051546393,48.189082277057175,0,0,0,0,0,0,-19.90196078431373,-2.2192112273435507,-17.217432950191572,0.07255001954938411,-0.25294117647058556,0,1,4.024601748784805,0.20168067226890757,-27442543357.439674,-60059046.429050446,2.013619922513449,-5712982.0414991975,0,0,-1.5834486500878522,-29.705863946472043,82.32296109563003,1,1,0.28421052631578697,0.04335414808206828,747.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,1,1,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,28,impulse_late,unknown,none,above_cloud,above,0.51,0,0,752.5333333333333,781.5333333333333,696.4666666666667,-0.07087172218284143,1,0,0,none,1,0.810126582278481,5.319148936170213,0,0.667,-1,-1,1,0.06854827649763717,46.875,-2.057747302500667,56.67989417989427,68.49647266313961,6.798346547696951,8.856093850197619,4.304319367937858,780.2,775.4,745.9333333333333,-1.8571060098013903,0,0,16.357142857142858,2.1494274450910456,1,0.2916666666666667,-112.90322580645095,1,0,-70.83333333333334,0,0,-1.806451612903226,50.43855810155237,1,0,0,0,1,0,-12.758027522935784,-1.6578054953428865,-19.907407407407412,0.3051949968636172,10.770588235294099,0,0,4.561619899794581,0.3865546218487395,-27130366561.917454,-43052497.50650787,1.9034759691080223,0.0,0,0,,-28.447818707066762,35.613177523863314,1,1,0.5218045112782093,0.13688098383242875,747.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,17,impulse_late,unknown,none,above_cloud,below,-2.038,1,0,768.8333333333333,779.6666666666666,680.0,-1.0188597442011615,1,0,0,none,1,1.2881355932203389,5.256241787122208,0,0.857,-1,-1,1,0.4984988650289934,56.45161290322581,-3.614392207497282,67.14285714285693,75.73310747223775,19.975498627909474,23.589890835406756,8.706869905849404,777.8,765.1,684.2333333333333,-0.01307018690367423,0,0,25.357142857142858,3.3146591970121384,1,0.6521739130434783,20.341056817313103,0,0,-58.18181818181818,0,0,-1.4175257731958713,50.467811774170514,0,0,0,0,0,0,-5.67856461156709,-1.331804135083253,-13.234519104084313,0.5418967361826437,34.87647058823529,0,0,7.6821193408176365,0.47058823529411764,-31292515730.90753,-25290977.59477234,0.8339355492005557,4210305.047121108,1,0,-0.8723829032973027,-27.557813562081577,77.59307736148938,1,1,1.8796992481202932,0.4458658886770601,747.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,0,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,below,-2.803,0,0,770.2833333333333,781.7333333333333,606.1666666666666,-0.6858948006144838,1,0,0,none,1,3.489795918367347,5.228758169934641,0,0.769,0,0,0,0.8578732245840498,74.16666666666666,2.5223044905972998,91.17112725983712,88.39473698344692,42.13430698031448,39.61200248971718,24.277503493370695,784.0,736.05,644.3,8.688268460023107,0,0,39.785714285714285,4.973214285714286,0,0.967948717948718,94.99208143057038,0,0,-4.464285714285714,0,1,6.524633821571246,57.38285933711366,0,0,0,1,0,0,7.088477366255148,-0.1542405053197342,3.6401098901098834,0.9010555873755117,101.22352941176473,0,0,11.382248782527041,0.8235294117647058,-36641580100.7307,51933649.56111908,0.7490323067415834,53326557.58515012,0,0,0.0631537776701944,-22.594256000559575,83.11898518220949,1,1,7.133082706766925,0.8923184270542532,747.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,cup_handle,up,1,1,0,0,1,0,0,10,impulse_late,unknown,none,above_cloud,below,-11.72,0,0,776.0666666666667,788.4666666666667,565.2666666666667,3.083927497637662,0,0,0,none,1,5.256410256410256,7.249999999999999,0,0.778,0,0,0,14.464257972396254,49.6251665157688,35.16090854337254,745.6,654.95,556.6166666666667,18.329643484235426,0,0,69.07142857142857,8.912442396313363,0,0.8790322580645161,135.77323706237138,0,1,-12.096774193548388,0,1,32.47863247863248,48.62457083072801,0,0,0,0,0,0,0.6244742121270974,0.21571144468319048,-1.115591397849471,0.8925676155891604,127.38235294117646,0,0,30.705304103613543,0.9747899159663865,-46258519017.05491,173258192.08406067,0.8427734516092557,13357350.166195013,0,0,-0.32070701909439275,-21.084205203162476,77.87803657395484,1,1,6.951127819548877,0.33257366842155034,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,8,impulse_late,unknown,none,above_cloud,above,35.999,0,0,624.6,761.0,558.6,24.07941082292666,0,0,0,none,1,7.137931034482759,-3.870967741935484,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,0,1,1,0.0,0.0,0.0,1,0.9208785638019589,63.6963696369637,85.8154121863799,81.66475275776871,43.55090769807013,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -476,2026-06-04 02:21:00,buy,757.0,0.167,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.17957659156035044,31.25,-3.221709971648137,6.432314770375226,5.928123681953757,-4.689083872047945,-1.4673739003998079,7.319994350244863,765.4,782.35,775.5,-2.345497539464436,0,0,9.0,1.1780104712041886,0,0.08888888888888889,-105.83804143126186,1,0,-90.2439024390244,1,0,-4.140526976160597,33.61064481611123,0,0,0,0,0,0,1.658163265306115,0.326574217040164,1.6260162601626007,0.16564392579664716,-14.797058823529369,0,0,3.696259723257904,0.8151260504201681,-17216336155.298016,-8444319.58304596,0.28798332174266206,-2561710.591208935,0,0,-1.822960070129439,-29.330653736897904,53.73400265955884,1,1,-1.9842105263157974,0.6722640072598091,760.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,41,impulse_late,accumulation,382,below_cloud,neutral,-0.197,0,0,773.1,799.2,758.6,-1.1770792911654393,1,0,0,none,1,-0.008403361344537815,-0.3926701570680628,0,0.565,0,0,0,0.11875815367230877,39.56043956043957,-3.0608010450716803,9.02777777777828,9.934533938363872,-2.636818009267131,0.4239830358045493,5.921616436724695,766.2,779.6,775.5,-2.257567983581321,0,0,12.071428571428571,1.5841769778777652,0,0.10416666666666667,-133.46178548490641,1,0,-89.58333333333334,1,0,-4.749999999999998,59.670093956536,0,0,0,0,0,0,2.060439560439569,-0.07260697302643937,1.1466408268733845,0.2418012453079292,-7.544117647058783,0,0,3.3325319558995443,0.5210084033613446,-21042396579.823654,-108447759.7888565,0.4966677989022244,-5416797.884589046,0,0,,-29.05039546476812,78.83200847635719,1,1,-1.0180451127819596,0.2723314925530993,757.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,0,1,1,island_bottom,range,1,0,0,1,0,0,1,32,impulse_late,unknown,382,below_cloud,below,-9.167,0,0,778.9,791.4666666666667,766.3333333333334,-2.1697265374245656,0,0,0,none,1,-0.20202020202020202,-1.0498687664041995,0,0.538,0,0,0,0.2869033857964794,49.350649350649356,-1.8652552201603534,27.672955974843045,37.49367454637483,-0.42483618048527205,1.4404190396750813,7.156105464827692,772.4,773.8,770.3,-1.524941845438088,0,1,15.785714285714286,2.071616047994001,0,0.25862068965517243,-77.50932382033436,0,0,-81.13207547169812,1,0,-1.9305019305019266,47.903131408699316,0,0,0,0,0,0,-3.0883750395945455,-0.6700863330660942,-2.33138147907178,0.30706548097726866,-7.794117647058783,0,0,6.841107948001004,0.9831932773109243,-27469906449.19327,-31157300.88735962,0.4431124952484367,10573378.977621615,1,0,,-28.714867015498445,50.950368883784414,1,1,0.12631578947367852,0.002914019091451614,757.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,27,impulse_late,unknown,500,below_cloud,below,-6.026,0,0,753.3333333333333,785.0,751.6666666666666,1.1504424778761235,1,0,0,none,1,0.12658227848101267,-0.5249343832020997,0,0.583,0,0,0,0.19394909706106364,45.273631840796014,-2.294663937226801,48.85057471264377,54.98084291187768,2.5439669212510125,4.8386308584778135,6.831230970028327,776.0,777.25,761.0166666666667,-2.0907044065615943,0,1,23.142857142857142,3.0411113196921344,0,0.2413793103448276,-83.4331337325353,0,0,-75.86206896551724,0,0,0.0,43.6258273127881,0,0,0,0,0,0,1.7329619843366828,-1.138922231188161,-2.2988505747126453,0.34765576921298874,-0.9058823529412621,0,1,7.342454356165456,0.8487394957983193,-27435496358.769314,-305129796.85186005,0.5891269596444574,1189330.3833620548,0,0,-5.422397144863156,-28.396627132152275,45.34952665141653,1,1,-0.09849624060150518,0.001927116349607294,757.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,1,0,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,18,impulse_late,unknown,618,in_cloud,below,-6.353,0,0,769.5333333333333,778.8666666666667,722.8666666666667,-1.1088971671142644,1,0,0,none,1,1.0338983050847457,2.3653088042049935,0,0.667,0,0,0,0.9373760795095033,56.12244897959183,-3.0728567687110377,48.85057471264346,50.8150470219434,17.040076218546005,20.112932987257043,8.415328886697344,778.2,771.6,697.1333333333333,3.680663556246766,0,0,23.714285714285715,2.9642857142857144,1,0.9358974358974359,22.854364211038106,0,0,-8.620689655172415,0,1,4.575163398692816,41.41773778269297,0,0,0,1,0,1,11.185740118832342,1.8145392250345296,0.0,0.8414624641903043,24.570588235294167,0,0,9.236094135681148,0.7310924369747899,-31412201168.293713,-143667448.27370453,0.846356167367717,10726123.309109569,0,0,-0.8882598396104914,-24.198336361681083,61.08687101332572,1,1,1.5789473684210524,0.3311286124554812,757.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,range,1,0,0,1,0,0,1,14,impulse_late,unknown,none,in_cloud,neutral,-0.307,0,0,767.7833333333333,784.7,662.9,4.196062257147193,0,0,0,none,1,3.795918367346939,-0.5,0,0.769,1,1,0,0.8287291794032441,77.40112994350282,0.10988019461696297,86.17857142857162,87.11626097916445,39.80165127603345,39.69177108141649,20.973826310262503,788.4,748.4,650.0333333333333,6.894708711918773,0,0,34.214285714285715,4.276785714285714,0,0.9668874172185431,70.05553182400675,0,0,-5.0,0,1,8.108108108108114,55.35657768988649,0,0,0,1,0,0,22.124748033955086,-0.0993139775633054,2.1794871794871824,0.898761849576573,89.28235294117644,0,0,11.413037660911467,0.8151260504201681,-36678118478.572556,12713423.302101135,0.4324891113338693,87902454.53364241,0,0,-0.10265362893210545,-22.568944417763547,78.37229417353764,1,1,6.0812030075187895,0.8405124257456222,757.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,0,cup_handle,up,1,1,0,0,0,0,0,10,impulse_late,unknown,none,above_cloud,below,-19.017,0,0,776.0666666666667,788.4666666666667,565.2666666666667,3.083927497637662,0,0,0,none,1,5.282051282051282,-2.0,0,0.778,0,0,0,14.464257972396254,49.6251665157688,35.16090854337254,745.6,654.95,556.6166666666667,18.329643484235426,0,0,69.07142857142857,8.912442396313363,0,0.8790322580645161,135.77323706237138,0,1,-12.096774193548388,0,1,32.47863247863248,48.62457083072801,0,0,0,0,0,0,0.6244742121270974,0.21571144468319048,-1.115591397849471,0.8925676155891604,127.38235294117646,0,0,30.705304103613543,0.9747899159663865,-46258519017.05491,173258192.08406067,0.8427734516092557,13357350.166195013,0,0,-0.32070701909439275,-21.084205203162476,77.87803657395484,1,1,6.951127819548877,0.33257366842155034,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,8,impulse_late,unknown,none,above_cloud,above,35.999,0,0,624.6,761.0,558.6,24.07941082292666,0,0,0,none,1,7.137931034482759,-3.870967741935484,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,1,0,1,1,0.25,0.0,0.0,1,0.9208785638019589,63.6963696369637,85.8154121863799,81.66475275776871,43.55090769807013,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -477,2026-06-04 03:18:00,buy,754.0,0.168,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.28125146572628634,46.96969696969697,-1.2399361637284865,32.190476190476524,32.79178338002005,-1.788294510242622,-0.5483583465141356,2.784224212895325,766.4,771.7,774.6,-0.6090449656602326,0,0,6.285714285714286,0.8195194635872602,0,0.5185185185185185,-216.08348680171716,1,0,-44.0,0,0,-0.7761966364812412,37.94779233714882,0,0,0,0,0,0,6.291730868002055,0.2627069831810187,8.862745098039216,0.3749765795679208,-6.391176470588334,0,0,2.469550043793961,0.5294117647058824,-17221664546.031677,-3653156.7227134705,1.4375488678487605,118835.5338846147,1,0,-1.7997795519110562,-29.040737482720814,56.44422726533789,1,1,-0.4706766917293283,0.26873733037445846,753.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,0,island_top,range,0,1,0,0,0,0,0,39,impulse_late,unknown,0,below_cloud,below,-9.259,0,0,796.3,799.2,758.6,-3.6795177696847814,1,0,0,none,1,-0.09243697478991597,-0.3911342894393742,0,0.565,1,1,0,0.36514895514543166,51.28205128205128,-0.9468854941739479,30.370370370370875,38.6419753086432,-1.920805645123778,-0.9739201509498302,3.1289407414313275,766.4,770.25,772.3333333333334,-0.42194092827003704,0,0,9.142857142857142,1.1920283106723784,1,0.5666666666666667,-247.20578566732303,1,0,-43.333333333333336,0,0,-1.2870012870012881,27.159542218265187,0,0,0,0,0,0,17.035475939585517,0.24021967119089827,-5.18518518518518,0.42456262421409163,-6.897058823529392,0,0,3.4102386152395168,0.5798319327731093,-21053586378.92002,-10116515.706020355,1.9095077150600321,-297413.65253794193,0,0,,-28.573387105762748,50.706055622150885,1,1,-0.1255639097744373,0.015200560298895605,750.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,island_bottom,range,0,1,0,0,0,0,0,34,impulse_late,unknown,0,below_cloud,below,-6.649,0,0,767.3,791.4666666666667,752.8,-0.03909813632215764,1,0,0,none,1,0.010101010101010102,-0.2607561929595828,0,0.6,1,1,1,0.528909983229077,42.331288343558285,-0.438044322687256,42.1212121212124,35.82491582491605,-1.3470099775142899,-0.9089656548270338,6.25984723545492,770.4,773.6,773.5166666666667,0.18097207859357756,0,0,13.285714285714286,1.7142857142857144,0,0.45454545454545453,-109.29648241205966,1,0,-16.666666666666664,0,1,1.7060367454068137,20.897696416078674,0,1,0,0,0,0,0.0,0.7160026527907123,15.277777777777782,0.5731408491088748,-6.358823529411666,0,0,6.904554335661919,0.9831932773109243,-27486156089.558315,-16249640.36504364,0.46755412082925674,274597.7435797453,0,0,,-27.488620418479503,50.93882202885245,1,1,-0.9278195488721722,0.20556760329436208,750.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,27,impulse_late,unknown,382,below_cloud,below,-3.768,0,0,773.3333333333333,785.0,751.6666666666666,0.21551724137931494,1,0,0,none,1,0.4177215189873418,-0.25806451612903225,0,0.583,1,1,0,0.3890205606100083,43.78698224852071,-1.8007545427543064,27.474747474747563,27.618003938758932,-0.8966219871374506,0.9041325556168558,6.704807358726484,768.0,772.75,767.0666666666667,-0.7440957618893518,0,0,18.357142857142858,2.393369342521885,0,0.3448275862068966,-100.70167322075824,1,0,-69.0909090909091,0,0,-4.125000000000001,33.38028988237558,0,0,0,0,0,0,-4.861666400127945,0.19204664149806683,3.358585858585858,0.4389593853213237,-6.844117647058738,0,0,7.037868459666408,0.7899159663865546,-27440430482.128555,-11659269.56704712,0.4930514413824286,-3726985.1017745733,0,0,-7.085693845620698,-27.820043636389723,40.35090016397983,1,1,-0.40526315789473555,0.03426191547412216,750.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_top,down,0,0,1,1,0,1,0,18,impulse_late,unknown,500,in_cloud,neutral,0.482,0,0,770.0,778.3333333333334,721.6666666666666,-0.3896103896103842,1,0,0,none,1,0.2711864406779661,-1.303780964797914,0,0.571,0,0,0,0.4620395203064753,51.86915887850467,-4.955299893008647,30.4597701149423,38.1226053639845,10.422844483268591,15.378144376277238,5.950380968101626,773.4,774.75,709.4333333333333,-0.22587931590836163,0,0,25.428571428571427,3.289595268896692,1,0.4482758620689655,-139.53017415957908,1,0,-55.172413793103445,0,0,-1.4030612244897989,44.350873212051056,0,0,0,0,0,0,5.642743784165049,0.5378227806252589,0.0,0.555721176312409,4.238235294117658,0,0,8.510749653614516,0.5882352941176471,-31416806541.954803,-147908152.57772827,0.33345108600063483,-3424567.945878029,0,0,-1.5907895955091464,-26.744754218759702,48.39760736212356,1,1,-0.16616541353383998,0.007275395025452158,750.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,up,1,1,0,0,0,0,0,15,impulse_late,unknown,none,in_cloud,below,-8.728,0,0,770.7166666666667,786.3,661.6333333333333,0.29626105572735373,1,0,0,none,1,2.63265306122449,-1.29366106080207,0,0.692,0,0,0,0.6177222385443399,57.05128205128205,-3.4965625291659777,78.33333333333353,80.94841269841295,34.87411878192847,38.37068131109445,17.0384653413233,784.6,757.8,655.5166666666667,2.0058062813407274,0,0,34.0,4.3984476067270375,0,0.7575757575757576,37.26249769415213,0,0,-32.0,0,0,-0.5148005148005175,55.288560566098,0,0,0,0,0,0,-4.059829059829056,-1.7087659770437895,0.0,0.6634320407540708,73.57352941176475,0,0,11.77973798567597,0.8319327731092437,-36677554304.10277,-22788822.951789856,0.14966242308645067,22621546.80727899,1,0,-0.12146052724852045,-25.17416364170262,69.9025030950509,1,1,4.5624060150376,0.6992069509639774,750.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,cup_handle,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,above,1.48,0,0,776.0666666666667,788.4666666666667,565.2666666666667,-0.3951550554076144,1,0,0,none,1,4.82051282051282,-3.4928848641655885,0,0.778,0,0,0,14.464257972396254,49.6251665157688,35.16090854337254,745.6,654.95,556.6166666666667,18.329643484235426,0,0,69.07142857142857,8.912442396313363,0,0.8790322580645161,135.77323706237138,0,1,-12.096774193548388,0,1,32.47863247863248,48.62457083072801,0,0,0,0,0,0,0.6244742121270974,0.21571144468319048,-1.115591397849471,0.8925676155891604,127.38235294117646,0,0,30.705304103613543,0.9747899159663865,-46258519017.05491,173258192.08406067,0.8427734516092557,13357350.166195013,0,0,-0.32070701909439275,-21.084205203162476,77.87803657395484,1,1,6.951127819548877,0.33257366842155034,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,8,impulse_late,unknown,none,above_cloud,above,35.999,0,0,624.6,761.0,558.6,24.07941082292666,0,0,0,none,1,7.137931034482759,-3.870967741935484,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,0,1,1,0.0,0.0,0.0,0,0.9208785638019589,63.6963696369637,85.8154121863799,81.66475275776871,43.55090769807013,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -478,2026-06-04 04:33:00,buy,764.0,0.166,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.10899040604992527,30.434782608695656,-1.1635328050270337,25.662572721396582,23.01084536378791,-0.3888962852042823,0.7746365198227514,2.5223667030479304,771.0,775.65,768.95,-0.9862695803519617,0,0,4.5,0.5859375,1,0.125,-115.85944919278307,1,0,-82.35294117647058,1,0,-1.0309278350515427,55.590309764176176,0,0,0,0,0,0,-15.019762845849804,-0.14356473547740078,1.4379084967320281,0.21508441307091491,-2.5294117647058556,0,0,1.4075523471601508,0.04201680672268908,-17230643286.303684,-2632583.8188972473,1.4968905082507356,-779314.3656408191,0,0,,-28.932934385545252,55.31357553096683,1,1,-0.6939849624060249,0.7045958863719644,765.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,0,1,45,impulse_late,unknown,382,in_cloud,neutral,-0.13,0,0,796.75,799.5,768.3333333333334,-3.6084091622215264,0,0,0,none,1,-0.04201680672268908,1.0416666666666665,0,0.579,0,0,0,0.41446570953816303,47.12643678160919,-0.876674034414447,17.845117845118345,16.559109614666394,0.8906723024532539,1.767346336867701,3.1716260056383514,770.8,774.1,769.2666666666667,-0.27128278000259076,0,0,7.785714285714286,1.0085122131754256,1,0.36666666666666664,-89.73277074543013,0,0,-70.37037037037037,0,0,-0.1293661060802087,37.472106560531344,0,0,0,0,0,0,0.0,0.07795856587778904,1.5432098765432087,0.49206576053257023,2.6352941176470495,0,0,2.9700062867194914,0.3697478991596639,-21068236154.249363,-3706830.7684059143,1.124631234770662,-320266.1413634196,0,0,-2.733883575874507,-28.093965299817082,47.206560566757766,1,1,0.03458646616542695,0.0011113281947509046,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,39,impulse_late,accumulation,382,below_cloud,above,0.781,0,0,790.5,799.2,752.8,-2.3402909550917173,1,0,0,none,1,-0.020202020202020204,-0.5181347150259068,0,0.571,0,0,0,0.8501827053401942,64.78873239436619,1.3122984766936674,58.57214680744121,56.25533932564085,1.6554667326720391,0.34316825597837186,4.493873218107764,774.6,768.9,772.9166666666666,1.573676680972813,0,0,9.642857142857142,1.2346808121456008,0,0.7560975609756098,84.05937399160968,0,0,-29.411764705882355,0,0,3.034300791556732,62.229346407038626,0,0,0,0,0,0,1.020616452337208,0.36630698899104597,3.8712921065862247,0.7441373922862363,3.361764705882365,0,0,4.6967193160752245,0.37815126050420167,-27494516355.903378,-8304786.340415955,1.444723936563759,-607112.9860607982,0,1,-2.3437061895970768,-26.91182456866874,55.13343634815105,1,1,0.7338345864661635,0.2525823657747842,764.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,1,1,1,island_bottom,up,1,1,0,0,1,0,0,27,impulse_late,unknown,382,below_cloud,below,-3.735,0,0,774.55,784.0,752.5,0.8327415918920833,1,0,0,none,1,0.10126582278481013,2.6888604353393086,0,0.643,1,0,0,0.9414093713140457,54.23728813559322,1.1683337469518587,68.29268292682936,63.95663956639595,1.4676274610094424,0.29929371405758365,3.8248206722156795,776.6,770.0,770.15,1.6883116883116944,0,0,13.785714285714286,1.7606276226965885,1,0.8048780487804879,123.98246712586094,0,1,-19.51219512195122,0,1,2.08604954367666,32.517072085365896,0,0,0,0,0,0,5.613434924584041,0.5216340918005535,8.130081300812996,0.6823117602712155,3.3705882352941217,0,0,5.289817257795292,0.3865546218487395,-27442579316.73302,-2148834.6044654846,1.1254808716219573,-845095.7019321918,0,1,-0.7522510875853705,-26.30071762612234,49.46527784505274,1,1,0.6150375939849478,0.24422366596101497,764.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,18,impulse_late,accumulation,500,below_cloud,below,-2.008,0,0,770.4166666666666,782.8666666666667,755.2,1.6333153055705818,0,0,0,none,1,0.9491525423728814,3.1928480204342273,0,0.625,1,0,0,0.4859415543954203,52.2167487684729,-2.8110224057345086,43.855799373040526,46.22779519331226,6.918362744906062,9.72938515064057,5.968573228280846,774.4,774.65,728.1833333333333,-0.08390886206673942,0,0,22.928571428571427,2.96234772978959,1,0.46551724137931033,52.15281989084231,0,0,-56.36363636363636,0,0,-3.2499999999999973,34.92784100352965,0,0,1,0,0,0,5.157925239061136,0.32518473697381367,-2.1212121212121176,0.5477960915069199,8.382352941176464,0,0,7.835786264784876,0.42016806722689076,-31424023911.14672,-11822742.85300827,0.6172682585437191,-7489082.706482053,0,0,-1.9016497702840265,-26.631741185420744,27.9565976602024,1,1,-0.5481203007518818,0.07870234961850431,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,16,impulse_late,unknown,none,in_cloud,above,2.591,0,0,772.2833333333333,784.8666666666667,664.0666666666667,0.22228456740833735,1,0,0,none,1,1.9795918367346939,3.6175710594315245,0,0.667,0,0,0,0.6064172133962893,62.16216216216216,-5.372671853660364,57.58730158730177,66.50617283950642,30.487269277248515,35.85994113090888,12.267592685960595,780.0,766.0,660.95,1.305483028720622,0,0,30.642857142857142,3.948821796759941,0,0.7410714285714286,37.50241639280899,0,0,-46.03174603174603,0,0,0.0,66.71931294205879,0,0,0,0,0,0,2.1621621621621614,-0.702382986578435,-6.01058201058202,0.6698830701310142,60.605882352941194,0,0,11.431469390192929,0.7899159663865546,-36685234137.74059,-34877139.477371216,0.2897299489046745,32105231.796355903,0,0,-0.2067881306883114,-24.869411908903682,68.32854782651437,1,1,2.8992481203007356,0.5330679359088168,764.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,cup_handle,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,below,-3.079,0,0,752.5666666666666,788.8666666666667,579.1333333333333,3.113788368693804,1,0,0,none,1,5.384615384615385,-1.2886597938144329,0,0.875,0,0,0,13.947767797487288,55.991739239028334,42.043971441541046,777.2,668.55,568.1666666666666,20.708997083239854,0,0,72.35714285714286,8.966188705965658,0,0.8896797153024911,125.65942829100716,0,1,-11.032028469750891,0,1,37.94871794871795,54.94949937022069,0,0,0,0,0,0,2.5933038454878883,0.36328400230060254,0.08609803696475637,0.9064961648751563,136.79411764705878,0,0,30.233715778138063,0.9495798319327731,-46243323887.64429,209176883.70887756,0.8650466687058455,83751435.6355673,0,0,-0.3894650550414048,-17.738418163175275,80.21369902865085,1,1,10.71203007518797,0.5860451092710603,754.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,above,10.93,0,0,625.1500000000001,768.7,550.9,29.089018635527463,0,0,0,none,1,8.551724137931034,10.408921933085502,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,1,0,1,0,0.25,0.0,0.333,1,0.918112052042436,66.45468998410175,88.39254964986797,87.50480448305036,49.52977791976686,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -479,2026-06-04 05:54:00,buy,760.0,0.166,79,저점 분할 매수 · 비중 17% · 6회 · BB하단 · leg#79,0.0,31.578947368421055,-1.4671359934188462,21.48989898989932,23.37878787878925,-3.9215905455235998,-2.4544545521047536,3.9877655290092453,770.4,778.25,779.75,-2.345004818503049,0,0,7.214285714285714,0.9492481203007519,0,0.029411764705882353,-139.43235050978203,1,0,-95.83333333333334,1,0,-2.4390243902439046,37.60967465276842,0,0,0,0,0,0,-3.715170278637771,-0.6552032514727637,-7.94444444444445,-0.049584735748227825,-11.570588235294167,0,0,2.2524778402497905,0.6134453781512605,-17253114152.900745,-17731488.8991127,2.1939682182257187,95773.76553097367,1,0,,-29.648222925561928,26.8323892822174,1,1,-1.1616541353383472,0.784592629113768,759.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,1,island_bottom,down,0,0,1,1,0,0,0,47,impulse_late,distribution,382,in_cloud,neutral,0.097,1,0,783.75,787.5,753.0,-3.0303030303030276,1,0,0,none,1,-0.058823529411764705,2.236842105263158,0,0.5,-1,-1,1,0.31893718672412563,41.0,-1.948258625444796,27.93162393162444,22.047641658754,-2.3116612338378673,-0.3634026083930712,4.242979686269674,771.6,781.0,775.6333333333333,-0.7682458386683688,0,0,9.857142857142858,1.271889400921659,0,0.5121951219512195,-171.6566866267455,1,0,-46.15384615384615,0,0,-1.3994910941475869,18.80698815817948,0,0,0,0,0,0,-0.5841584158415785,0.6011879972266887,9.306742640075974,0.4343831259067805,-11.029411764705856,0,0,3.8183366818452558,1.0,-21091897605.1289,-7571797.43743515,2.1424321621046,-1032180.1456620954,0,0,,-27.788689239453333,30.580068636817998,1,1,-0.9894736842105359,0.4992896351307704,754.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,1,island_bottom,range,0,0,1,0,0,0,0,37,impulse_late,unknown,0,below_cloud,below,-5.782,0,0,789.4166666666667,799.5,762.8333333333334,-1.8262430064393653,1,0,0,none,1,-0.1414141414141414,-0.903225806451613,0,0.5,1,1,1,0.0,36.206896551724135,-2.3500076636989116,28.105041284331246,38.06174526563246,-0.3687179164267036,1.9812897472722082,4.116301279397161,774.4,778.85,772.9333333333333,-2.805418244848179,0,0,14.0,1.8494055482166447,1,0.07317073170731707,-189.44691671964367,1,0,-92.6829268292683,1,0,-2.1963824289405687,33.71417908607202,0,0,0,0,0,0,-10.459770114942529,-1.289166302520433,-9.388932599003407,0.15449401515095929,-3.4558823529412166,0,0,4.0381068021800495,0.31092436974789917,-27541973507.929226,-48912638.326286316,1.8878460158412114,296873.0095720887,1,0,,-29.13218695924066,62.45172680681802,1,1,-0.2368421052631535,0.03056214950550884,754.0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,1,1,0,0,1,1,0,1,0,1,1,island_bottom,up,1,1,0,0,0,0,0,26,impulse_late,unknown,382,below_cloud,above,1.161,0,0,761.5,789.5333333333333,760.5333333333333,-0.5909389363099149,0,0,0,none,1,-0.08860759493670886,2.906208718626156,0,0.583,-1,-1,1,0.38510367951038,48.61878453038674,-1.3568478550581586,43.141883031733634,48.590220247553795,0.8040102941502028,2.1608581492083614,5.496474372063511,776.2,775.9,774.7833333333333,-0.6315246810155939,0,0,16.142857142857142,2.0937557902538444,0,0.4146341463414634,-141.39344262294975,1,0,-58.536585365853654,0,0,-1.532567049808431,30.57235062173673,0,0,0,0,0,0,5.0893727656808565,-0.2783540115989651,6.294256490952009,0.4195877055321927,-1.0323529411764412,0,1,6.505172148327403,0.5630252100840336,-27468368979.21197,-25789662.4789505,1.9292222407673616,975845.7482887506,1,0,,-27.40550719971052,68.49838315782105,1,1,0.58345864661655,0.10481616579647102,754.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,1,1,1,1,island_bottom,up,1,1,0,0,0,0,0,16,impulse_late,unknown,0,below_cloud,below,-8.058,0,0,776.9666666666667,787.6,760.5333333333333,-0.7679437127289912,1,0,0,none,1,-0.0847457627118644,-0.38910505836575876,0,0.5,0,0,1,0.7885882379697193,46.74556213017751,-1.4054953739953762,59.56427015250522,53.88261701987174,6.318626982561113,7.72412235655649,6.624146395198692,776.6,774.2,739.1833333333333,1.911650736243864,1,0,19.571428571428573,2.4805359406119867,0,0.7241379310344828,-57.018841866430485,0,0,-13.333333333333334,0,1,2.069857697283317,45.83987536506495,0,1,0,0,0,0,-2.118074233458856,1.285456700169969,13.202614379084977,0.714653272298132,4.2999999999999545,0,0,9.049064105735654,0.6638655462184874,-31496201571.52776,-79395029.57295609,0.9315607690351753,-1585670.4473550916,0,1,-3.281167077042891,-25.190143017947385,26.710359460555985,1,1,-0.07819548872181754,0.0013019228398858385,754.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_top,up,1,1,0,0,0,0,0,16,impulse_late,unknown,618,in_cloud,below,-1.057,0,0,768.75,780.8333333333334,727.6666666666666,2.634146341463417,0,0,0,none,1,2.5510204081632653,-0.38022813688212925,0,0.667,1,1,0,0.5582331480101699,48.9795918367347,-6.9902951551043415,41.443167305236464,47.295870583227156,25.354389332901974,32.344684488006315,9.369169921454944,770.8,769.8,666.0666666666667,0.5455962587685104,0,0,27.285714285714285,3.5252860834256183,0,0.69,-20.772042435588773,0,0,-53.44827586206896,0,0,-1.2755102040816313,40.87505285617792,0,0,0,0,0,0,-5.288700846192128,0.08043626140158011,-1.4139755519065744,0.6545964145511749,49.497058823529414,0,0,7.577891355415125,0.5546218487394958,-36760473082.31308,-113380002.94864655,0.4492085380844967,32105231.796355903,1,0,-0.7427105330273085,-25.044529356685572,66.00139185955719,1,1,1.661654135338345,0.2972427344992674,754.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,0,cup_handle,up,1,1,0,0,0,0,0,10,impulse_late,unknown,none,above_cloud,below,-8.08,0,0,769.15,781.1,669.5666666666666,0.6305662094519882,1,0,0,none,1,4.82051282051282,-0.3875968992248062,0,0.875,0,0,0,13.947767797487288,55.991739239028334,42.043971441541046,777.2,668.55,568.1666666666666,20.708997083239854,0,0,72.35714285714286,8.966188705965658,0,0.8896797153024911,125.65942829100716,0,1,-11.032028469750891,0,1,37.94871794871795,54.94949937022069,0,0,0,0,0,0,2.5933038454878883,0.36328400230060254,0.08609803696475637,0.9064961648751563,136.79411764705878,0,0,30.233715778138063,0.9495798319327731,-46243323887.64429,209176883.70887756,0.8650466687058455,83751435.6355673,0,0,-0.3894650550414048,-17.738418163175275,80.21369902865085,1,1,10.71203007518797,0.5860451092710603,754.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,above,10.93,0,0,625.1500000000001,768.7,550.9,29.089018635527463,0,0,0,none,1,8.551724137931034,10.408921933085502,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,1,0,1,0,0.25,0.0,0.333,1,0.918112052042436,66.45468998410175,88.39254964986797,87.50480448305036,49.52977791976686,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -480,2026-06-04 06:51:00,sell,797.0,0.65,79,고점 매도 · 비중 65% · 분할 · leg#79,0.7607052533125288,59.45945945945946,1.1228979177958633,67.94380587484069,74.71554626727176,4.687745598532388,3.5648476807365244,4.122350863455562,790.0,781.6,776.9,1.0747185261003045,0,0,7.642857142857143,0.9674502712477396,0,0.6578947368421053,133.6898395721917,0,1,-44.827586206896555,0,0,1.1523687580025532,44.55572215839079,0,0,0,1,0,1,-10.85304054054054,-0.31410870982847694,-13.55363984674328,0.7119024220439709,12.19411764705876,0,0,2.5752891959038435,0.8907563025210085,-17255303417.779415,1097882.3433074951,3.2035497362111136,-324775.03024581075,0,1,0.22886267123734008,-26.845061046383588,64.96101940892795,1,1,1.2120300751879731,0.792420701331525,790.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,1,1,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,island_bottom,range,1,0,0,0,1,0,0,43,impulse_late,distribution,100,above_cloud,above,2.497,0,0,784.2166666666667,794.8333333333334,770.3333333333334,0.7374662614498595,1,0,0,none,1,0.15966386554621848,-1.3924050632911391,0,0.6,0,-1,1,0.8867621169819254,65.04854368932038,3.3342253149142853,56.861998985287165,69.38322340605569,6.640064133687133,3.305838818772848,6.307072482512098,797.2,780.95,778.85,2.4393367052948367,0,0,12.857142857142858,1.6071428571428574,0,0.4794520547945205,166.78674351585005,0,1,-52.054794520547944,0,0,3.092783505154628,53.966648247786786,0,0,0,0,0,1,-9.39590075512406,-0.29562274990800086,-16.425672247590065,0.7963659361719098,21.12058823529412,0,0,4.423813959640985,1.0,-21090313433.538845,5262755.065525055,4.924435948128196,852450.2496772557,0,0,,-25.41859656303769,51.079491988180145,1,1,1.59924812030074,0.5903609489716418,796.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_top,range,1,0,0,0,1,0,0,41,impulse_late,unknown,618,above_cloud,above,5.025,0,0,783.7333333333333,817.4666666666667,755.8666666666667,2.075535896563463,1,0,0,none,1,0.24242424242424243,-2.5,0,0.565,0,-1,1,1.0,63.291139240506325,3.908864096973441,80.71597433299588,81.14094337498614,6.270089138822755,2.3612250418493135,7.197345563601383,795.8,780.75,775.15,4.771053474223508,0,0,20.071428571428573,2.453719874257772,0,0.7619047619047619,254.19340312957317,0,1,-23.809523809523807,0,0,5.141388174807204,80.2725669385864,0,0,0,0,0,0,4.425891013555976,1.4948524526282805,-7.227288078351904,0.9188648605457007,18.55588235294124,0,0,5.403720788814613,0.6470588235294118,-27535068331.879803,5354577.220859528,4.1618060511098305,12955148.263213634,0,0,-0.5868288246583491,-23.37723382481631,40.410566835502095,1,1,1.0669172932330895,0.20187421016037788,796.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,island_bottom,up,1,1,0,0,1,0,0,24,impulse_late,distribution,100,above_cloud,above,2.125,0,0,760.65,819.8,759.1333333333333,7.539604285808199,1,0,0,none,1,0.4936708860759494,5.134474327628362,0,0.643,1,0,1,1.0,62.22222222222223,3.139669021841909,75.42809494029017,67.29404290379928,4.231188913302958,1.091519891461049,7.067186282545728,787.4,779.15,775.6333333333333,4.9862029134313035,0,0,19.285714285714285,2.357666783094656,0,0.7619047619047619,279.0856363016036,0,1,-23.809523809523807,0,0,3.675538656527255,81.23200314659941,0,0,0,0,0,0,15.234270414993318,2.472549195971447,8.323654665118084,0.996375272830059,14.720588235294144,0,0,6.9130049743891115,0.7394957983193278,-27454945405.35942,,4.049313287719857,9428033.586622119,0,0,,-22.936269691400035,48.304936678054155,1,1,0.2473684210526363,0.011301635934275134,781.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,distribution,500,above_cloud,below,-1.446,0,0,775.8166666666666,813.7333333333333,762.1666666666666,5.437281144600314,0,0,0,none,1,0.7288135593220338,6.968215158924205,0,0.6,1,1,1,0.5033047766625673,50.4,-0.24584738247466387,39.65608465608443,48.1040564373896,6.565066898122495,6.810914280597159,7.810849475494748,783.2,774.8,748.7166666666667,0.025813113061445847,0,0,25.714285714285715,3.317972350230415,0,0.2840909090909091,139.22177836958213,0,1,-75.0,0,0,0.2587322121604174,54.77184487489723,0,0,0,0,0,1,-12.781818181818181,-0.8452767677886905,-10.925925925925924,0.49444600376802156,5.511764705882342,0,0,10.555040732037558,0.8991596638655462,-31479175511.480335,-57386767.76628494,3.1491954800629975,-2188171.483902514,0,1,-2.9542522906131485,-26.4771059847098,37.50721345782482,1,1,0.6751879699248152,0.06970463498947754,774.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,0,0,17,impulse_late,unknown,none,above_cloud,above,3.606,0,0,772.5833333333334,790.9,728.1,0.3128033653327478,1,0,0,none,1,1.7755102040816326,-5.67741935483871,0,0.6,-1,-1,1,0.2931358107562348,46.4,-6.125736236385254,45.55387141594057,45.4860380147739,23.672429305458536,29.79816554184379,9.992949819344354,776.6,774.0,672.2833333333333,-2.067183462532296,0,0,35.357142857142854,4.66453071993969,0,0.39849624060150374,44.444444444444514,0,0,-87.91208791208791,1,0,-5.249999999999999,46.913156914822515,0,0,0,0,0,0,-14.652631578947371,-2.065396688120387,-3.9072039072039146,0.46849746791926583,45.9382352941177,0,0,9.799658192282894,0.7478991596638656,-36741812089.81567,-100231989.08496857,1.1407384695202059,4093832.9201517105,1,0,-0.21371048323772932,-26.557017896540902,66.16444220983463,1,1,1.314285714285721,0.1616956241956239,756.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,9.92,0,0,779.0666666666666,783.6,620.4,-2.704090364538758,1,0,0,none,1,4.461538461538462,-8.179419525065963,0,0.8,-1,-1,0,13.947767797487288,55.991739239028334,42.043971441541046,777.2,668.55,568.1666666666666,20.708997083239854,0,0,72.35714285714286,8.966188705965658,0,0.8896797153024911,125.65942829100716,0,1,-11.032028469750891,0,1,37.94871794871795,54.94949937022069,0,0,0,0,0,0,2.5933038454878883,0.36328400230060254,0.08609803696475637,0.9064961648751563,136.79411764705878,0,0,30.233715778138063,0.9495798319327731,-46243323887.64429,209176883.70887756,0.8650466687058455,83751435.6355673,0,0,-0.3894650550414048,-17.738418163175275,80.21369902865085,1,1,10.71203007518797,0.5860451092710603,754.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,above,10.93,0,0,625.1500000000001,768.7,550.9,29.089018635527463,0,0,0,none,1,8.551724137931034,10.408921933085502,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,1,1,0,0.0,0.25,0.333,0,0.918112052042436,66.45468998410175,88.39254964986797,87.50480448305036,49.52977791976686,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -481,2026-06-04 07:21:00,buy,798.0,0.494,80,저점 분할 매수 · 비중 49% · leg#80(기간말),0.31721444102893515,40.243902439024396,-2.364234791631283,21.82539682539715,20.000000000001364,2.1599836714432286,4.5242184630745115,4.096144405574868,800.6,808.05,786.3,-0.7487160447992025,0,0,9.928571428571429,1.2379764873530459,0,0.2,-63.31101743945776,0,0,-67.85714285714286,0,0,-2.3142509135200995,38.83059056556969,0,0,0,0,0,0,2.743902439024396,0.3352666044599264,5.952380952380951,0.4955094831081093,0.3823529411764639,0,0,3.878940376828845,0.907563025210084,-17290544623.816143,-5025046.11340332,0.3395032758789113,-2031968.9845882654,0,0,,-25.692873669917738,74.3547736791467,1,1,-0.8458646616541301,0.36573186685149395,796.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,43,impulse_late,accumulation,500,in_cloud,above,1.418,0,0,814.2,818.4,770.8,-1.4984033407025366,1,0,0,none,1,0.24369747899159663,0.997506234413965,0,0.6,0,0,0,0.5278387735810481,56.81818181818182,-1.5999401080404123,24.337439343038955,28.24436978972376,5.270387347074802,6.8703274551152145,6.05676832152969,799.8,800.65,784.5,0.16861300193593554,0,0,15.142857142857142,1.8881368008550052,0,0.3684210526315789,-23.108460678345335,0,0,-76.59574468085107,0,0,-1.5950920245398792,33.56856430213497,0,0,0,0,0,0,7.867132867132874,0.04938802778306606,-2.72489734975737,0.5594934016316082,9.758823529411757,0,0,5.23848981154142,0.9831932773109243,-21111704616.289146,-21560609.493476868,0.6911566954102787,2036083.5904797353,1,0,-0.51345204587025,-25.205283749141174,71.45931871308433,1,1,0.847368421052631,0.17098784453748883,791.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,37,impulse_late,unknown,500,in_cloud,above,1.046,0,0,816.0,817.4666666666667,755.8666666666667,-1.715686274509809,1,0,0,none,1,0.5050505050505051,-0.7481296758104738,0,0.565,0,0,0,0.7294239743785075,59.689922480620154,1.320503333855747,51.59817351598201,51.574043137691866,7.654094974181135,6.333591640325388,9.019614166061753,801.2,787.7,778.2166666666667,2.069315729338572,0,0,19.214285714285715,2.3898365316275765,0,0.5952380952380952,60.246360582307084,0,0,-46.57534246575342,0,0,3.7419354838709618,69.84855174106124,0,0,0,0,0,1,-1.504107370126107,-0.3260076649005139,0.3285443813342326,0.6433381522352157,16.938235294117703,0,0,5.2717206510404795,0.5966386554621849,-27573837440.970783,-30958726.42211914,0.7826858009167244,9819338.352349222,0,0,-1.2691091159633805,-24.666068115875795,70.91573583577923,1,1,2.5203007518797045,0.7046852057239286,791.0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,double_bottom,up,1,1,0,0,1,0,0,24,impulse_late,unknown,500,in_cloud,below,-7.036,0,0,760.65,819.8,759.1333333333333,5.6990731611122,1,0,0,none,1,0.25316455696202533,1.616915422885572,0,0.615,0,0,0,0.7082146446724512,52.840909090909086,3.1149808518710937,62.698412698412795,64.55026455026483,7.8867213349175245,4.771740483046431,8.876950173408444,807.4,784.5,777.7666666666667,1.8483110261312996,0,0,20.428571428571427,2.556767387806186,0,0.5357142857142857,80.27357811375035,0,0,-46.42857142857143,0,0,3.901170351105332,59.042487861197735,0,0,0,0,0,0,-5.889249639249648,-0.8261517665877953,7.105427357601002e-15,0.6357562536306739,24.44411764705876,0,0,7.33775244007303,0.8067226890756303,-27500116512.627018,-32702513.01018524,0.9497555172799257,4601923.461276293,0,0,,-24.70443037552049,44.9765365765738,1,1,1.3819548872180376,0.22052726885802731,791.0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,17,impulse_late,unknown,500,above_cloud,below,-4.198,0,0,763.6833333333334,813.7333333333333,759.1333333333333,4.624517142794771,1,0,0,none,1,0.4915254237288136,-1.6270337922403004,0,0.6,0,0,0,1.0,57.63358778625954,2.534355174593692,53.17460317460294,48.80070546737196,10.235322170475683,7.700966995881991,9.121455546736813,794.4,777.8,753.7666666666667,5.039856004114185,0,0,27.357142857142858,3.348487497814303,0,0.7613636363636364,163.20474777448058,0,1,-25.0,0,0,5.555555555555558,52.47388366966677,0,0,0,0,0,0,-0.6370889054697813,1.5084994880480638,-0.3968253968254061,0.8201494505703998,19.7705882352941,0,0,10.28382208188845,0.8319327731092437,-31500517559.990837,-76493648.84411621,1.9925291530421614,11434412.671737015,0,0,-1.2917738891350514,-22.47110480473736,46.91386261082781,1,1,1.8105263157894806,0.36469813360947023,791.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,17,impulse_late,unknown,none,above_cloud,above,0.945,0,0,772.75,789.6666666666666,726.8333333333334,5.726302167583297,0,0,0,none,1,1.7142857142857142,-1.591187270501836,0,0.6,1,0,1,0.8384972077996098,53.72168284789644,-2.738619475435396,51.64835164835184,50.95995958064949,25.47349427921472,28.212113754650115,9.834838291685681,794.8,781.0,679.35,3.3290653008962945,0,0,38.357142857142854,4.753053637812002,0,0.6770833333333334,204.9185185185189,0,1,-34.065934065934066,0,0,0.8750000000000036,47.3659045553769,0,1,0,1,0,1,-3.0964989702853813,0.8669681979039332,-4.029304029304036,0.7320448068754914,47.002941176470586,0,0,11.31630243022996,0.7647058823529411,-36768111176.38979,-89992697.81723785,1.1178294350139042,4093832.9201517105,0,0,-0.358581568536949,-21.774992369038525,68.08182248215489,1,1,1.2796992481203078,0.1554416300528656,791.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,0.694,0,0,779.0666666666666,810.8,665.7333333333333,3.5854869074105844,1,0,0,none,1,6.128205128205129,3.717472118959108,0,0.818,0,0,0,13.947767797487288,55.991739239028334,42.043971441541046,777.2,668.55,568.1666666666666,20.708997083239854,0,0,72.35714285714286,8.966188705965658,0,0.8896797153024911,125.65942829100716,0,1,-11.032028469750891,0,1,37.94871794871795,54.94949937022069,0,0,0,0,0,0,2.5933038454878883,0.36328400230060254,0.08609803696475637,0.9064961648751563,136.79411764705878,0,0,30.233715778138063,0.9495798319327731,-46243323887.64429,209176883.70887756,0.8650466687058455,83751435.6355673,0,0,-0.3894650550414048,-17.738418163175275,80.21369902865085,1,1,10.71203007518797,0.5860451092710603,754.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,above,10.93,0,0,625.1500000000001,768.7,550.9,29.089018635527463,0,0,0,none,1,8.551724137931034,10.408921933085502,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,0,1,0,0.0,0.0,0.333,0,0.918112052042436,66.45468998410175,88.39254964986797,87.50480448305036,49.52977791976686,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -482,2026-06-04 07:57:00,sell,816.0,0.35,79,고점 매도 · 비중 35% · 분할 · leg#79,0.7800335454433545,51.35135135135135,0.9487615712510507,89.47368421052664,84.79532163742827,2.4726595632718045,1.5238979920207538,3.0381115466494903,810.2,805.15,800.1666666666666,0.8507731478606395,0,0,7.0,0.8620689655172413,0,0.9473684210526315,84.94208494208479,0,0,-5.263157894736842,0,1,2.1383647798742134,45.846503702122696,0,0,0,0,0,0,-0.7034431691966034,0.03296280642256111,1.7543859649122737,0.7199836432137984,6.638235294117635,0,0,3.11839550977886,0.7899159663865546,-17307236473.14127,2653396.354084015,1.605138646275052,771680.3372715414,0,0,-1.4902911896086706,-24.74502173114672,50.43138632838352,1,1,0.32406015037593927,0.09828296728733343,805.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,39,impulse_late,distribution,618,above_cloud,neutral,-0.229,0,0,814.2,818.4,773.6,-0.270203881110298,1,0,0,none,1,0.2773109243697479,-0.9852216748768473,0,0.591,0,0,0,0.7135911843120882,53.086419753086425,-0.4280579493618517,63.4768740031903,66.560340244552,2.9820583133414402,3.410116262703292,2.36147415574362,806.4,802.95,789.4,0.5043900616476638,0,0,8.857142857142858,1.0975393875022128,1,0.64,130.31423290203185,0,1,-40.909090909090914,0,0,0.3731343283582156,63.146596463639234,0,0,0,0,0,0,-2.2076978939724015,0.10082885536833253,-3.030303030303024,0.6069790923764448,6.152941176470563,0,0,3.3248064472669054,0.453781512605042,-21118070681.72343,-8511774.766944885,1.455478826291705,200479.8000725936,0,0,,-24.7196632149287,36.866130765049625,1,1,0.3872180451127854,0.23353705730540775,805.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,0,0,0,0,35,impulse_late,unknown,500,above_cloud,above,3.846,0,0,803.0,818.4,770.8,0.49813200498132204,1,0,0,none,1,0.37373737373737376,1.3630731102850062,0,0.52,0,0,0,0.6616623389790539,60.869565217391305,-0.14441359684281263,31.342540749035987,35.81262183235889,6.439658532309068,6.58407212915188,6.436201649579258,804.2,797.7,781.5833333333334,1.0404914128118392,0,0,17.0,2.109181141439206,0,0.5616438356164384,67.39526411657597,0,0,-68.08510638297872,0,0,0.8760951188986343,68.54597332899142,0,1,0,1,0,1,7.536231884057976,-0.029469144121975432,-4.566380490232671,0.6216849233475008,15.682352941176418,0,0,4.705366585011944,0.44537815126050423,-27581450458.841557,-7169741.173667908,1.1422609960899925,3143946.6444015503,0,0,-0.7905072165906516,-24.46145906017374,96.85150549247912,1,1,1.3669172932330935,0.3969483801510666,805.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,inv_head_shoulders,range,0,1,1,0,0,0,1,24,impulse_late,unknown,618,above_cloud,below,-0.599,0,0,804.2666666666667,817.4666666666667,758.8,0.21551724137931494,1,0,0,none,1,0.5189873417721519,-0.24813895781637718,0,0.615,0,0,0,0.6889553458138711,63.865546218487395,1.346686698742202,57.13887960797425,57.383498003277765,8.140081309292782,6.79339461055058,9.573423456410262,802.8,787.75,779.7833333333333,1.8089495398286193,0,0,18.0,2.2443890274314215,0,0.5714285714285714,70.32348804500685,0,0,-49.31506849315068,0,0,2.2959183673469497,59.730095940714165,0,0,0,0,0,1,-5.734453781512599,-0.6208672339574441,-1.8042098229201429,0.6230146742332702,19.779411764705856,0,0,6.65358797107011,0.5798319327731093,-27501569176.482357,-36908090.425792694,1.081472522820432,8102614.873378277,0,0,,-24.405021288241755,65.10158908407256,1,1,2.518045112781944,0.6243148682366659,802.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,up,1,1,0,0,1,0,0,17,impulse_late,unknown,618,above_cloud,below,-2.664,0,0,763.6833333333334,813.7333333333333,759.1333333333333,5.017350123305908,1,0,0,none,1,0.1694915254237288,-0.6234413965087282,0,0.6,0,0,0,0.7928952818903177,55.719557195571966,2.2979648825974284,65.87301587301565,61.640211640211454,11.233076463839325,8.935111581241896,9.762315055073296,801.4,781.65,758.1833333333333,2.859336019957781,0,0,27.785714285714285,3.455934612651031,0,0.6136363636363636,103.20781032078132,0,1,-40.476190476190474,0,0,1.9011406844106515,49.24888208953211,0,1,0,0,0,0,0.0,-0.34064857624475486,0.0,0.6599561844383542,24.58823529411768,0,0,9.866497934317815,0.7394957983193278,-31502384263.80469,-80934537.13711166,1.388133630665037,-1512613.8133163452,0,1,-1.2218975049162908,-23.688410380253742,56.77214105390926,1,1,2.209774436090222,0.469627601772289,794.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,16,impulse_late,unknown,none,above_cloud,above,1.264,0,0,751.55,780.3666666666667,727.1666666666666,6.978910252145565,0,0,0,none,1,1.0612244897959184,-1.616915422885572,0,0.615,0,0,0,0.8384972077996098,53.72168284789644,-2.738619475435396,51.64835164835184,50.95995958064949,25.47349427921472,28.212113754650115,9.834838291685681,794.8,781.0,679.35,3.3290653008962945,0,0,38.357142857142854,4.753053637812002,0,0.6770833333333334,204.9185185185189,0,1,-34.065934065934066,0,0,0.8750000000000036,47.3659045553769,0,1,0,1,0,1,-3.0964989702853813,0.8669681979039332,-4.029304029304036,0.7320448068754914,47.002941176470586,0,0,11.31630243022996,0.7647058823529411,-36768111176.38979,-89992697.81723785,1.1178294350139042,4093832.9201517105,0,0,-0.358581568536949,-21.774992369038525,68.08182248215489,1,1,1.2796992481203078,0.1554416300528656,791.0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,1,0,0,11,impulse_late,unknown,none,above_cloud,above,0.694,0,0,779.0666666666666,810.8,665.7333333333333,3.5854869074105844,1,0,0,none,1,6.128205128205129,3.717472118959108,0,0.818,0,0,0,13.947767797487288,55.991739239028334,42.043971441541046,777.2,668.55,568.1666666666666,20.708997083239854,0,0,72.35714285714286,8.966188705965658,0,0.8896797153024911,125.65942829100716,0,1,-11.032028469750891,0,1,37.94871794871795,54.94949937022069,0,0,0,0,0,0,2.5933038454878883,0.36328400230060254,0.08609803696475637,0.9064961648751563,136.79411764705878,0,0,30.233715778138063,0.9495798319327731,-46243323887.64429,209176883.70887756,0.8650466687058455,83751435.6355673,0,0,-0.3894650550414048,-17.738418163175275,80.21369902865085,1,1,10.71203007518797,0.5860451092710603,754.0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,9,impulse_late,unknown,none,above_cloud,above,10.93,0,0,625.1500000000001,768.7,550.9,29.089018635527463,0,0,0,none,1,8.551724137931034,10.408921933085502,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,0,1,0,0.0,0.0,0.333,0,0.918112052042436,66.45468998410175,88.39254964986797,87.50480448305036,49.52977791976686,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -483,2026-06-04 08:21:00,buy,780.0,0.506,80,저점 분할 매수 · 비중 51% · leg#80(기간말),0.24253750783746333,25.86206896551724,-0.9125301300191002,15.063680281071917,13.116673986240578,-4.713218113838934,-3.800687983819834,5.463637543633671,786.8,796.2,802.3666666666667,-1.406681738256721,0,0,7.357142857142857,0.9372156505914467,0,0.06060606060606061,-67.55050505050554,0,0,-91.30434782608695,1,0,-1.133501259445846,30.2594806678849,0,0,1,0,1,0,-9.731151373465806,0.10663141896246708,0.878348704435659,0.22635590263975225,-12.049999999999955,0,0,2.2093518476824534,0.2184873949579832,-17359950318.09422,-15026749.590766907,0.31644005335799696,705583.1723053008,1,0,-4.005897639976317,-27.231609633003153,39.87282112248189,1,1,-1.6315789473684112,0.7877639542073402,784.0,1,0,0,0,1,1,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,island_bottom,range,0,1,1,0,0,0,1,41,impulse_late,accumulation,382,below_cloud,neutral,-0.169,0,0,797.4,815.6,782.0,-1.5550539252570772,1,0,0,none,1,-0.008403361344537815,-0.7643312101910829,0,0.556,0,0,0,0.1942196234060989,35.06493506493507,-2.304048152399647,8.326508326508838,6.069706069707301,-4.305462084036094,-2.001413931636447,5.091911216559318,783.8,796.4,791.4666666666667,-1.557006529382221,0,0,7.214285714285714,0.9201895043731778,0,0.13513513513513514,-116.62631154156635,1,0,-86.48648648648648,1,0,-2.850061957868655,35.271530725146434,0,0,0,0,0,0,-1.6439256945586038,0.3370023662164887,3.4944034944034943,0.18779137112503577,-13.876470588235293,0,0,3.715269279994606,0.6302521008403361,-21143577563.57818,-25506881.854747772,0.9341464677503943,-1731700.7267338932,0,0,,-26.84894485821535,28.267299406586943,1,1,-1.3368421052631645,0.6085890165807799,779.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,0,1,1,32,impulse_late,accumulation,382,below_cloud,below,-2.838,0,0,803.0,818.4,770.8,-2.3661270236612686,1,0,0,none,1,0.09090909090909091,-0.25510204081632654,0,0.458,0,0,0,0.08999431542703074,40.56603773584906,-3.2516600426825097,6.6836890366304855,11.538233984054633,-0.12850751995995324,3.1231525227225565,5.278936185648987,788.2,799.3,783.8833333333333,-2.164393844614032,0,0,11.5,1.4705882352941175,0,0.05084745762711865,-132.2588291064244,1,0,-91.8918918918919,1,0,-2.736318407960203,38.233768153933596,0,0,0,0,0,0,-2.424616469758419,-0.20090139420346453,1.825509720246563,0.26351871295894297,-3.5411764705883115,0,0,4.882481549751582,0.4957983193277311,-27641347499.309032,-60191420.48642731,0.4774427066904364,-2057829.3904476166,0,0,,-26.694188934216314,80.00644405043771,1,1,-1.2240601503759474,0.47128226393246353,779.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_top,range,1,0,0,1,0,1,1,25,impulse_late,unknown,382,below_cloud,below,-2.679,0,0,804.2666666666667,817.4666666666667,761.7333333333333,-2.768567639257291,1,0,0,none,1,0.0,1.6624040920716114,0,0.538,0,0,0,0.3617056212841173,49.382716049382715,-2.1488475408499372,24.09074858757071,33.07543598276735,3.778557302698914,5.927404843548851,8.498401697715998,792.2,791.3,779.9833333333333,-1.1752811828636411,0,0,19.428571428571427,2.484472049689441,0,0.3170731707317073,-33.65556749015383,0,0,-94.91525423728814,1,0,-4.283965728274175,50.517056791923224,0,0,0,0,0,0,-3.5934744268077594,-0.9677096076323171,-7.894125841653121,0.37288609001631734,5.7088235294116885,0,0,5.864702047386897,0.42857142857142855,-27556749894.24881,-54777185.41973877,0.5704398850454788,-3623917.0769709945,0,0,-1.481408260069785,-26.27408000363458,73.37181388824203,1,1,1.4766917293233044,0.2700292872137886,779.0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,382,below_cloud,neutral,0.155,0,0,763.6833333333334,813.7333333333333,759.1333333333333,2.3984635865651027,1,0,0,none,1,-0.05084745762711865,1.6624040920716114,0,0.556,0,0,0,0.46831415955559086,51.36054421768707,0.10673694888611784,51.58730158730136,59.65608465608448,9.571074132105991,9.464337183219873,9.656248324515454,803.2,784.4,762.3166666666667,-0.3059663437021909,0,0,28.857142857142858,3.6901717208622578,0,0.3333333333333333,31.1244979919681,0,0,-66.66666666666666,0,0,-0.8871989860583018,45.63415261915426,1,0,1,0,0,0,-4.889455782312929,-1.903428510139662,-9.920634920634917,0.4521423352893604,17.773529411764798,0,0,10.101799322404453,0.7815126050420168,-31587540832.529713,-91339261.00195312,1.2243147974072095,-1741237.5920121074,0,0,-2.0867033015335315,-25.76084072521111,63.74510042574349,1,1,2.015037593984963,0.39633489548201206,779.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,16,impulse_late,unknown,none,above_cloud,above,1.092,0,0,751.55,789.2333333333333,727.1666666666666,4.051626638280892,1,0,0,none,1,0.6326530612244898,3.4526854219948846,0,0.538,-1,0,0,0.7991665150036746,50.920245398773005,-2.8548734040770825,58.94105894105913,57.98645798645824,23.795081402683536,26.64995480676062,9.029503781050579,795.6,784.8,685.7,2.701325178389413,0,0,34.357142857142854,4.2626728110599075,0,0.6483516483516484,58.14469596094108,0,0,-36.36363636363637,0,0,4.269081500646821,41.89385423312014,0,1,0,0,0,1,0.15101462954223877,0.5388889834038508,-4.428904428904424,0.7161408353084424,42.25,0,0,11.08499117207525,0.7394957983193278,-36850331137.06246,-172776832.9596939,0.5786656929806027,8712955.598618984,0,0,-1.1837431043437718,-21.856798977008395,68.54552268510558,1,1,1.0315789473684258,0.11867171282109179,779.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,below,-4.641,0,0,779.5,811.0,667.0,3.399615137908918,1,0,0,none,1,5.205128205128205,-0.37220843672456577,0,0.818,0,0,0,10.722961798239538,58.44169743673183,47.71873563849229,790.8,683.95,579.9666666666667,17.844871701147746,0,0,70.85714285714286,8.791208791208792,0,0.8861209964412812,89.51448388412895,0,0,-11.387900355871885,0,1,38.01369863013699,54.191309286933816,0,0,0,0,0,0,2.2726237973712955,-1.253133191325844,0.10188267707496834,0.8417757068376732,135.56470588235288,0,0,29.285972641649902,0.9327731092436975,-46325543869.899086,73875004.30807495,0.1307356173089401,83352607.66277945,0,0,-0.12873626601370008,-17.828142564549665,82.82287856101216,1,1,13.456390977443602,0.769702403730268,779.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,7,impulse_late,unknown,none,above_cloud,above,11.22,0,0,625.1500000000001,768.7,580.6,28.929057026313675,0,0,0,none,1,7.379310344827586,-0.37220843672456577,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,1,0,1,0,0.25,0.0,0.333,1,0.8362610730588085,67.07882534775888,86.83274021352311,87.3187157999464,53.068502811881714,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 -484,2026-06-04 08:27:00,sell,786.0,1.0,80,기간말 잔여 청산 · leg#80,0.19169591801830643,37.5,-0.48091936644294364,33.56481481481515,29.644167113975254,-4.876091933676662,-4.395172567233718,4.409506516878333,784.0,790.75,800.6833333333333,-1.3594688586784698,0,0,6.0,0.7692307692307693,0,0.02702702702702703,-109.1269841269839,1,0,-93.75,1,0,-1.1406844106463865,30.09831210466335,1,0,1,0,1,0,-7.783018867924525,-0.18669046854411508,0.8487654320987659,0.08477517705581761,-11.950000000000045,0,0,2.3750618755103705,0.3697478991596639,-17370400580.903538,-15724643.503017426,0.5651155360698765,-1095981.3059402108,0,0,-5.84542767733592,-27.691874777414828,41.47103242803753,1,1,-1.1706766917293199,0.6312531979298888,780.0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,island_bottom,range,0,0,0,1,0,0,0,42,impulse_late,accumulation,382,below_cloud,neutral,-0.032,0,0,797.4,815.6,782.0,-2.182091798344621,0,0,0,none,1,-0.08403361344537816,-0.2564102564102564,0,0.556,0,-1,0,0.20933839089652043,35.0,-1.8463010340573245,9.00900900900952,8.481208481209713,-4.84560174154376,-2.9993007074864355,5.220973914412507,782.6,794.05,792.2333333333333,-1.5175366790504352,0,0,7.5,0.9590792838874681,0,0.08108108108108109,-73.32101047442983,0,0,-91.8918918918919,1,0,-2.977667493796521,19.42127303513817,0,0,0,0,0,0,0.822784810126592,0.2989450352853016,0.9009009009009006,0.2024632584513559,-13.255882352941171,0,0,3.389817267289782,0.4117647058823529,-21143735898.25785,-16515277.569507599,0.32960370929601984,-1503076.9480381273,0,0,,-27.034972068379858,25.096164129829486,1,1,-1.4654135338345988,0.6996964593555969,781.0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,1,island_bottom,down,0,0,1,1,0,1,0,34,impulse_late,accumulation,382,below_cloud,below,-0.683,0,0,803.0,818.4,770.8,-2.6151930261519296,1,0,0,none,1,0.0707070707070707,1.0230179028132993,0,0.458,0,0,0,0.08999431542703074,40.56603773584906,-3.2516600426825097,6.6836890366304855,11.538233984054633,-0.12850751995995324,3.1231525227225565,5.278936185648987,788.2,799.3,783.8833333333333,-2.164393844614032,0,0,11.5,1.4705882352941175,0,0.05084745762711865,-132.2588291064244,1,0,-91.8918918918919,1,0,-2.736318407960203,38.233768153933596,0,0,0,0,0,0,-2.424616469758419,-0.20090139420346453,1.825509720246563,0.26351871295894297,-3.5411764705883115,0,0,4.882481549751582,0.4957983193277311,-27641347499.309032,-60191420.48642731,0.4774427066904364,-2057829.3904476166,0,0,,-26.694188934216314,80.00644405043771,1,1,-1.2240601503759474,0.47128226393246353,779.0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,island_top,range,1,0,0,1,0,1,1,25,impulse_late,unknown,382,below_cloud,below,-2.679,0,0,804.2666666666667,817.4666666666667,761.7333333333333,-2.768567639257291,1,0,0,none,1,0.0,1.6624040920716114,0,0.538,0,0,0,0.3617056212841173,49.382716049382715,-2.1488475408499372,24.09074858757071,33.07543598276735,3.778557302698914,5.927404843548851,8.498401697715998,792.2,791.3,779.9833333333333,-1.1752811828636411,0,0,19.428571428571427,2.484472049689441,0,0.3170731707317073,-33.65556749015383,0,0,-94.91525423728814,1,0,-4.283965728274175,50.517056791923224,0,0,0,0,0,0,-3.5934744268077594,-0.9677096076323171,-7.894125841653121,0.37288609001631734,5.7088235294116885,0,0,5.864702047386897,0.42857142857142855,-27556749894.24881,-54777185.41973877,0.5704398850454788,-3623917.0769709945,0,0,-1.481408260069785,-26.27408000363458,73.37181388824203,1,1,1.4766917293233044,0.2700292872137886,779.0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,1,island_bottom,range,0,1,1,0,0,0,1,17,impulse_late,unknown,382,below_cloud,neutral,0.155,0,0,763.6833333333334,813.7333333333333,759.1333333333333,2.3984635865651027,1,0,0,none,1,-0.05084745762711865,1.6624040920716114,0,0.556,0,0,0,0.46831415955559086,51.36054421768707,0.10673694888611784,51.58730158730136,59.65608465608448,9.571074132105991,9.464337183219873,9.656248324515454,803.2,784.4,762.3166666666667,-0.3059663437021909,0,0,28.857142857142858,3.6901717208622578,0,0.3333333333333333,31.1244979919681,0,0,-66.66666666666666,0,0,-0.8871989860583018,45.63415261915426,1,0,1,0,0,0,-4.889455782312929,-1.903428510139662,-9.920634920634917,0.4521423352893604,17.773529411764798,0,0,10.101799322404453,0.7815126050420168,-31587540832.529713,-91339261.00195312,1.2243147974072095,-1741237.5920121074,0,0,-2.0867033015335315,-25.76084072521111,63.74510042574349,1,1,2.015037593984963,0.39633489548201206,779.0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,0,0,1,1,island_bottom,range,1,0,0,1,1,0,1,16,impulse_late,unknown,none,above_cloud,above,1.092,0,0,751.55,789.2333333333333,727.1666666666666,4.051626638280892,1,0,0,none,1,0.6326530612244898,3.4526854219948846,0,0.538,-1,0,0,0.7991665150036746,50.920245398773005,-2.8548734040770825,58.94105894105913,57.98645798645824,23.795081402683536,26.64995480676062,9.029503781050579,795.6,784.8,685.7,2.701325178389413,0,0,34.357142857142854,4.2626728110599075,0,0.6483516483516484,58.14469596094108,0,0,-36.36363636363637,0,0,4.269081500646821,41.89385423312014,0,1,0,0,0,1,0.15101462954223877,0.5388889834038508,-4.428904428904424,0.7161408353084424,42.25,0,0,11.08499117207525,0.7394957983193278,-36850331137.06246,-172776832.9596939,0.5786656929806027,8712955.598618984,0,0,-1.1837431043437718,-21.856798977008395,68.54552268510558,1,1,1.0315789473684258,0.11867171282109179,779.0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,cup_handle,up,1,1,0,0,0,0,0,11,impulse_late,unknown,none,above_cloud,below,-4.641,0,0,779.5,811.0,667.0,3.399615137908918,1,0,0,none,1,5.205128205128205,-0.37220843672456577,0,0.818,0,0,0,10.722961798239538,58.44169743673183,47.71873563849229,790.8,683.95,579.9666666666667,17.844871701147746,0,0,70.85714285714286,8.791208791208792,0,0.8861209964412812,89.51448388412895,0,0,-11.387900355871885,0,1,38.01369863013699,54.191309286933816,0,0,0,0,0,0,2.2726237973712955,-1.253133191325844,0.10188267707496834,0.8417757068376732,135.56470588235288,0,0,29.285972641649902,0.9327731092436975,-46325543869.899086,73875004.30807495,0.1307356173089401,83352607.66277945,0,0,-0.12873626601370008,-17.828142564549665,82.82287856101216,1,1,13.456390977443602,0.769702403730268,779.0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,island_top,range,1,0,0,1,1,0,1,7,impulse_late,unknown,none,above_cloud,above,11.22,0,0,625.1500000000001,768.7,580.6,28.929057026313675,0,0,0,none,1,7.379310344827586,-0.37220843672456577,0,0.667,0,0,0,28.500908767834858,79.28758369130162,50.78667492346676,699.0,555.05,443.03333333333336,39.62706062516892,0,0,104.92857142857143,13.539170506912443,0,0.8538283062645011,180.3163589807129,0,1,-14.617169373549885,0,1,74.54954954954955,74.42185091584827,0,0,0,0,0,0,10.754697572349471,1.3391548638536719,5.825808407014904,0.9724629833183266,209.46764705882356,0,0,39.006600579219544,1.0,-79232681064.30035,468819575.12158203,0.5648161326353568,951463568.7710187,0,0,-1.60557352565279,-11.920393097777527,75.49319024221087,1,1,12.606766917293218,0.43310310787856765,747.0,1,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,1,island_bottom,range,1,0,0,0,1,0,0,20,impulse_late,unknown,none,above_cloud,below,-3.861,0,0,546.9166666666667,721.5666666666666,355.6333333333333,41.70348925796128,0,0,0,none,1,7.033898305084746,-4.516129032258064,0,0.692,0,0,0,0,0,1,0,0.0,0.0,0.333,1,0.8362610730588085,67.07882534775888,86.83274021352311,87.3187157999464,53.068502811881714,77.602523659306,89.62044143018618,81.08060809336908,0.9852012147833842,81.67139615027597 diff --git a/docs/03_analysis/gt_mtf_profile.json b/docs/03_analysis/gt_mtf_profile.json deleted file mode 100644 index ea9187c..0000000 --- a/docs/03_analysis/gt_mtf_profile.json +++ /dev/null @@ -1,29522 +0,0 @@ -{ - "source_rows": 485, - "buy_gt_count": 325, - "sell_gt_count": 160, - "columns_analyzed": 1058, - "intervals": [ - 3, - 5, - 10, - 15, - 30, - 60, - 240, - 1440 - ], - "config": { - "top_per_tf": 6, - "top_global": 30, - "min_separation": 0.25, - "min_samples": 10 - }, - "global_top_separation": [ - { - "col": "m10_bb_pos", - "tf": "m10", - "family": "legacy", - "separation": 4.5143, - "buy_median": 0.1016, - "sell_median": 0.9056 - }, - { - "col": "m5_bb_pos", - "tf": "m5", - "family": "legacy", - "separation": 4.2573, - "buy_median": 0.1106, - "sell_median": 0.8803 - }, - { - "col": "m5_ga_cci_20", - "tf": "m5", - "family": "indicator", - "separation": 4.1554, - "buy_median": -147.7854, - "sell_median": 131.386 - }, - { - "col": "m10_ga_cci_20", - "tf": "m10", - "family": "indicator", - "separation": 4.095, - "buy_median": -155.1235, - "sell_median": 137.531 - }, - { - "col": "m60_ga_ha_bull", - "tf": "m60", - "family": "indicator", - "separation": 3.9072, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m15_bb_pos", - "tf": "m15", - "family": "legacy", - "separation": 3.8683, - "buy_median": 0.1092, - "sell_median": 0.9076 - }, - { - "col": "m10_ga_ha_bull", - "tf": "m10", - "family": "indicator", - "separation": 3.7975, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m10_ga_donchian_pos", - "tf": "m10", - "family": "indicator", - "separation": 3.7116, - "buy_median": 0.1667, - "sell_median": 1.0417 - }, - { - "col": "m15_ga_ha_bull", - "tf": "m15", - "family": "indicator", - "separation": 3.6874, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m15_ga_cci_20", - "tf": "m15", - "family": "indicator", - "separation": 3.6616, - "buy_median": -151.6517, - "sell_median": 142.8345 - }, - { - "col": "m10_ga_keltner_pos", - "tf": "m10", - "family": "indicator", - "separation": 3.6386, - "buy_median": 0.103, - "sell_median": 1.0214 - }, - { - "col": "m30_ga_ha_bull", - "tf": "m30", - "family": "indicator", - "separation": 3.6227, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m5_ga_keltner_pos", - "tf": "m5", - "family": "indicator", - "separation": 3.5798, - "buy_median": 0.0897, - "sell_median": 0.9885 - }, - { - "col": "m5_ga_mfi_14", - "tf": "m5", - "family": "indicator", - "separation": 3.5005, - "buy_median": 20.2112, - "sell_median": 77.3 - }, - { - "col": "m10_stoch_k", - "tf": "m10", - "family": "legacy", - "separation": 3.4285, - "buy_median": 21.6667, - "sell_median": 106.5476 - }, - { - "col": "m5_ga_donchian_pos", - "tf": "m5", - "family": "indicator", - "separation": 3.4181, - "buy_median": 0.1778, - "sell_median": 1.0 - }, - { - "col": "m30_bb_pos", - "tf": "m30", - "family": "legacy", - "separation": 3.4154, - "buy_median": 0.118, - "sell_median": 0.9644 - }, - { - "col": "m15_ga_keltner_pos", - "tf": "m15", - "family": "indicator", - "separation": 3.3609, - "buy_median": 0.1166, - "sell_median": 1.0928 - }, - { - "col": "m10_ga_williams_r", - "tf": "m10", - "family": "indicator", - "separation": 3.3197, - "buy_median": -80.9524, - "sell_median": 5.4424 - }, - { - "col": "m5_ga_cci_oversold", - "tf": "m5", - "family": "indicator", - "separation": 3.3115, - "buy_median": 1.0, - "sell_median": 0.0 - }, - { - "col": "m30_ga_cci_20", - "tf": "m30", - "family": "indicator", - "separation": 3.2982, - "buy_median": -136.9017, - "sell_median": 150.7551 - }, - { - "col": "m15_ga_donchian_pos", - "tf": "m15", - "family": "indicator", - "separation": 3.2801, - "buy_median": 0.2, - "sell_median": 1.0569 - }, - { - "col": "m10_ga_mfi_14", - "tf": "m10", - "family": "indicator", - "separation": 3.2768, - "buy_median": 21.6395, - "sell_median": 74.8275 - }, - { - "col": "m3_bb_pos", - "tf": "m3", - "family": "legacy", - "separation": 3.2379, - "buy_median": 0.1396, - "sell_median": 0.8159 - }, - { - "col": "m5_RSI", - "tf": "m5", - "family": "legacy", - "separation": 3.2331, - "buy_median": 31.25, - "sell_median": 70.7592 - }, - { - "col": "m3_ga_cci_20", - "tf": "m3", - "family": "indicator", - "separation": 3.2092, - "buy_median": -126.0138, - "sell_median": 109.1338 - }, - { - "col": "m10_ga_williams_overbought", - "tf": "m10", - "family": "indicator", - "separation": 3.1371, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m15_stoch_k", - "tf": "m15", - "family": "legacy", - "separation": 3.1196, - "buy_median": 24.7807, - "sell_median": 107.8954 - }, - { - "col": "m3_ga_keltner_pos", - "tf": "m3", - "family": "indicator", - "separation": 3.0761, - "buy_median": 0.0833, - "sell_median": 0.9519 - }, - { - "col": "m30_ga_cci_overbought", - "tf": "m30", - "family": "indicator", - "separation": 3.0446, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m30_ga_donchian_pos", - "tf": "m30", - "family": "indicator", - "separation": 3.0176, - "buy_median": 0.1951, - "sell_median": 1.0667 - }, - { - "col": "m10_RSI", - "tf": "m10", - "family": "legacy", - "separation": 3.0135, - "buy_median": 31.8182, - "sell_median": 69.9572 - }, - { - "col": "m30_ga_keltner_pos", - "tf": "m30", - "family": "indicator", - "separation": 3.0054, - "buy_median": 0.164, - "sell_median": 1.1025 - }, - { - "col": "m3_ga_mfi_14", - "tf": "m3", - "family": "indicator", - "separation": 2.9969, - "buy_median": 22.4784, - "sell_median": 75.1626 - }, - { - "col": "m15_ga_williams_r", - "tf": "m15", - "family": "indicator", - "separation": 2.9932, - "buy_median": -78.5714, - "sell_median": 7.6923 - }, - { - "col": "m10_ga_cci_oversold", - "tf": "m10", - "family": "indicator", - "separation": 2.9752, - "buy_median": 1.0, - "sell_median": 0.0 - }, - { - "col": "m10_stoch_d", - "tf": "m10", - "family": "legacy", - "separation": 2.9486, - "buy_median": 24.6109, - "sell_median": 105.9814 - }, - { - "col": "m30_ga_williams_overbought", - "tf": "m30", - "family": "indicator", - "separation": 2.9328, - "buy_median": 0.0, - "sell_median": 1.0 - }, - { - "col": "m5_stoch_k", - "tf": "m5", - "family": "legacy", - "separation": 2.8609, - "buy_median": 22.6852, - "sell_median": 104.98 - }, - { - "col": "m15_ga_williams_overbought", - "tf": "m15", - "family": "indicator", - "separation": 2.8598, - "buy_median": 0.0, - "sell_median": 1.0 - } - ], - "by_interval": { - "m3": { - "interval_minutes": 3, - "feature_count": 124, - "top_separation": [ - { - "col": "m3_bb_pos", - "separation": 3.2379 - }, - { - "col": "m3_ga_cci_20", - "separation": 3.2092 - }, - { - "col": "m3_ga_keltner_pos", - "separation": 3.0761 - }, - { - "col": "m3_ga_mfi_14", - "separation": 2.9969 - }, - { - "col": "m3_ga_donchian_pos", - "separation": 2.7254 - }, - { - "col": "m3_RSI", - "separation": 2.709 - }, - { - "col": "m3_stoch_k", - "separation": 2.3523 - }, - { - "col": "m3_stoch_d", - "separation": 2.2874 - }, - { - "col": "m3_ga_chart_renko_brick_up_ratio", - "separation": 2.2741 - }, - { - "col": "m3_ga_williams_r", - "separation": 2.2608 - }, - { - "col": "m3_ga_williams_overbought", - "separation": 2.1185 - }, - { - "col": "m3_ga_cci_oversold", - "separation": 2.0494 - }, - { - "col": "m3_ga_ha_bull", - "separation": 2.0286 - }, - { - "col": "m3_ga_close_vs_sma_20_pct", - "separation": 1.635 - }, - { - "col": "m3_ga_cci_overbought", - "separation": 1.542 - } - ], - "buy_favor_lower_median": [ - { - "col": "m3_bb_pos", - "separation": 3.2379 - }, - { - "col": "m3_ga_cci_20", - "separation": 3.2092 - }, - { - "col": "m3_ga_keltner_pos", - "separation": 3.0761 - }, - { - "col": "m3_ga_mfi_14", - "separation": 2.9969 - }, - { - "col": "m3_ga_donchian_pos", - "separation": 2.7254 - }, - { - "col": "m3_RSI", - "separation": 2.709 - }, - { - "col": "m3_stoch_k", - "separation": 2.3523 - }, - { - "col": "m3_stoch_d", - "separation": 2.2874 - } - ], - "sell_favor_higher_median": [ - { - "col": "m3_ga_cci_oversold", - "separation": 2.0494 - }, - { - "col": "m3_ga_williams_oversold", - "separation": 1.2108 - }, - { - "col": "m3_ga_macd_bull_div", - "separation": 0.9818 - }, - { - "col": "m3_ga_macd_bear_div", - "separation": 0.9623 - }, - { - "col": "m3_ga_stoch_bear_div", - "separation": 0.9593 - }, - { - "col": "m3_ga_chart_renko_dir", - "separation": 0.9085 - }, - { - "col": "m3_ga_stoch_bull_div", - "separation": 0.878 - }, - { - "col": "m3_ga_rsi_bull_div", - "separation": 0.8097 - } - ] - }, - "m5": { - "interval_minutes": 5, - "feature_count": 124, - "top_separation": [ - { - "col": "m5_bb_pos", - "separation": 4.2573 - }, - { - "col": "m5_ga_cci_20", - "separation": 4.1554 - }, - { - "col": "m5_ga_keltner_pos", - "separation": 3.5798 - }, - { - "col": "m5_ga_mfi_14", - "separation": 3.5005 - }, - { - "col": "m5_ga_donchian_pos", - "separation": 3.4181 - }, - { - "col": "m5_ga_cci_oversold", - "separation": 3.3115 - }, - { - "col": "m5_RSI", - "separation": 3.2331 - }, - { - "col": "m5_stoch_k", - "separation": 2.8609 - }, - { - "col": "m5_ga_ha_bull", - "separation": 2.8514 - }, - { - "col": "m5_stoch_d", - "separation": 2.8418 - }, - { - "col": "m5_ga_williams_overbought", - "separation": 2.5792 - }, - { - "col": "m5_ga_williams_r", - "separation": 2.5682 - }, - { - "col": "m5_ga_chart_renko_brick_up_ratio", - "separation": 2.434 - }, - { - "col": "m5_ga_cci_overbought", - "separation": 2.1535 - }, - { - "col": "m5_ga_close_vs_sma_20_pct", - "separation": 1.8721 - } - ], - "buy_favor_lower_median": [ - { - "col": "m5_bb_pos", - "separation": 4.2573 - }, - { - "col": "m5_ga_cci_20", - "separation": 4.1554 - }, - { - "col": "m5_ga_keltner_pos", - "separation": 3.5798 - }, - { - "col": "m5_ga_mfi_14", - "separation": 3.5005 - }, - { - "col": "m5_ga_donchian_pos", - "separation": 3.4181 - }, - { - "col": "m5_RSI", - "separation": 3.2331 - }, - { - "col": "m5_stoch_k", - "separation": 2.8609 - }, - { - "col": "m5_ga_ha_bull", - "separation": 2.8514 - } - ], - "sell_favor_higher_median": [ - { - "col": "m5_ga_cci_oversold", - "separation": 3.3115 - }, - { - "col": "m5_ga_williams_oversold", - "separation": 1.1184 - }, - { - "col": "m5_ga_chart_renko_dir", - "separation": 1.0647 - }, - { - "col": "m5_ga_stoch_bull_div", - "separation": 0.921 - }, - { - "col": "m5_ga_stoch_bear_div", - "separation": 0.9069 - }, - { - "col": "m5_ga_macd_bear_div", - "separation": 0.7974 - }, - { - "col": "m5_ga_macd_bull_div", - "separation": 0.7961 - }, - { - "col": "m5_ga_rsi_bear_div", - "separation": 0.6822 - } - ] - }, - "m10": { - "interval_minutes": 10, - "feature_count": 124, - "top_separation": [ - { - "col": "m10_bb_pos", - "separation": 4.5143 - }, - { - "col": "m10_ga_cci_20", - "separation": 4.095 - }, - { - "col": "m10_ga_ha_bull", - "separation": 3.7975 - }, - { - "col": "m10_ga_donchian_pos", - "separation": 3.7116 - }, - { - "col": "m10_ga_keltner_pos", - "separation": 3.6386 - }, - { - "col": "m10_stoch_k", - "separation": 3.4285 - }, - { - "col": "m10_ga_williams_r", - "separation": 3.3197 - }, - { - "col": "m10_ga_mfi_14", - "separation": 3.2768 - }, - { - "col": "m10_ga_williams_overbought", - "separation": 3.1371 - }, - { - "col": "m10_RSI", - "separation": 3.0135 - }, - { - "col": "m10_ga_cci_oversold", - "separation": 2.9752 - }, - { - "col": "m10_stoch_d", - "separation": 2.9486 - }, - { - "col": "m10_ga_cci_overbought", - "separation": 2.8196 - }, - { - "col": "m10_ga_chart_renko_brick_up_ratio", - "separation": 2.0483 - }, - { - "col": "m10_ga_close_vs_sma_20_pct", - "separation": 1.8445 - } - ], - "buy_favor_lower_median": [ - { - "col": "m10_bb_pos", - "separation": 4.5143 - }, - { - "col": "m10_ga_cci_20", - "separation": 4.095 - }, - { - "col": "m10_ga_ha_bull", - "separation": 3.7975 - }, - { - "col": "m10_ga_donchian_pos", - "separation": 3.7116 - }, - { - "col": "m10_ga_keltner_pos", - "separation": 3.6386 - }, - { - "col": "m10_stoch_k", - "separation": 3.4285 - }, - { - "col": "m10_ga_williams_r", - "separation": 3.3197 - }, - { - "col": "m10_ga_mfi_14", - "separation": 3.2768 - } - ], - "sell_favor_higher_median": [ - { - "col": "m10_ga_cci_oversold", - "separation": 2.9752 - }, - { - "col": "m10_ga_williams_oversold", - "separation": 1.3566 - }, - { - "col": "m10_ga_chart_renko_dir", - "separation": 1.2244 - }, - { - "col": "m10_ga_hammer", - "separation": 0.9438 - }, - { - "col": "m10_ga_vp_in_value_area", - "separation": 0.8432 - }, - { - "col": "m10_ga_stoch_bear_div", - "separation": 0.8167 - }, - { - "col": "m10_ga_chart_pnf_col", - "separation": 0.8077 - }, - { - "col": "m10_ga_stoch_bull_div", - "separation": 0.76 - } - ] - }, - "m15": { - "interval_minutes": 15, - "feature_count": 124, - "top_separation": [ - { - "col": "m15_bb_pos", - "separation": 3.8683 - }, - { - "col": "m15_ga_ha_bull", - "separation": 3.6874 - }, - { - "col": "m15_ga_cci_20", - "separation": 3.6616 - }, - { - "col": "m15_ga_keltner_pos", - "separation": 3.3609 - }, - { - "col": "m15_ga_donchian_pos", - "separation": 3.2801 - }, - { - "col": "m15_stoch_k", - "separation": 3.1196 - }, - { - "col": "m15_ga_williams_r", - "separation": 2.9932 - }, - { - "col": "m15_ga_williams_overbought", - "separation": 2.8598 - }, - { - "col": "m15_ga_cci_oversold", - "separation": 2.8241 - }, - { - "col": "m15_ga_mfi_14", - "separation": 2.7767 - }, - { - "col": "m15_RSI", - "separation": 2.6829 - }, - { - "col": "m15_ga_cci_overbought", - "separation": 2.6119 - }, - { - "col": "m15_stoch_d", - "separation": 2.5481 - }, - { - "col": "m15_ga_chart_renko_brick_up_ratio", - "separation": 1.9384 - }, - { - "col": "m15_ga_ha_trend_up", - "separation": 1.7994 - } - ], - "buy_favor_lower_median": [ - { - "col": "m15_bb_pos", - "separation": 3.8683 - }, - { - "col": "m15_ga_ha_bull", - "separation": 3.6874 - }, - { - "col": "m15_ga_cci_20", - "separation": 3.6616 - }, - { - "col": "m15_ga_keltner_pos", - "separation": 3.3609 - }, - { - "col": "m15_ga_donchian_pos", - "separation": 3.2801 - }, - { - "col": "m15_stoch_k", - "separation": 3.1196 - }, - { - "col": "m15_ga_williams_r", - "separation": 2.9932 - }, - { - "col": "m15_ga_williams_overbought", - "separation": 2.8598 - } - ], - "sell_favor_higher_median": [ - { - "col": "m15_ga_cci_oversold", - "separation": 2.8241 - }, - { - "col": "m15_ga_chart_renko_dir", - "separation": 1.2856 - }, - { - "col": "m15_ga_williams_oversold", - "separation": 1.2818 - }, - { - "col": "m15_ga_vp_in_value_area", - "separation": 1.1353 - }, - { - "col": "m15_ga_chart_pnf_col", - "separation": 0.7978 - }, - { - "col": "m15_ga_stoch_bull_div", - "separation": 0.7689 - }, - { - "col": "m15_ga_macd_bull_div", - "separation": 0.7532 - }, - { - "col": "m15_ga_stoch_bear_div", - "separation": 0.6808 - } - ] - }, - "m30": { - "interval_minutes": 30, - "feature_count": 124, - "top_separation": [ - { - "col": "m30_ga_ha_bull", - "separation": 3.6227 - }, - { - "col": "m30_bb_pos", - "separation": 3.4154 - }, - { - "col": "m30_ga_cci_20", - "separation": 3.2982 - }, - { - "col": "m30_ga_cci_overbought", - "separation": 3.0446 - }, - { - "col": "m30_ga_donchian_pos", - "separation": 3.0176 - }, - { - "col": "m30_ga_keltner_pos", - "separation": 3.0054 - }, - { - "col": "m30_ga_williams_overbought", - "separation": 2.9328 - }, - { - "col": "m30_ga_williams_r", - "separation": 2.7279 - }, - { - "col": "m30_ga_mfi_14", - "separation": 2.6773 - }, - { - "col": "m30_RSI", - "separation": 2.5601 - }, - { - "col": "m30_stoch_k", - "separation": 2.4766 - }, - { - "col": "m30_ga_cci_oversold", - "separation": 2.1334 - }, - { - "col": "m30_ga_ha_trend_up", - "separation": 2.0878 - }, - { - "col": "m30_ga_chart_ha_trend", - "separation": 2.0878 - }, - { - "col": "m30_stoch_d", - "separation": 1.9889 - } - ], - "buy_favor_lower_median": [ - { - "col": "m30_ga_ha_bull", - "separation": 3.6227 - }, - { - "col": "m30_bb_pos", - "separation": 3.4154 - }, - { - "col": "m30_ga_cci_20", - "separation": 3.2982 - }, - { - "col": "m30_ga_cci_overbought", - "separation": 3.0446 - }, - { - "col": "m30_ga_donchian_pos", - "separation": 3.0176 - }, - { - "col": "m30_ga_keltner_pos", - "separation": 3.0054 - }, - { - "col": "m30_ga_williams_overbought", - "separation": 2.9328 - }, - { - "col": "m30_ga_williams_r", - "separation": 2.7279 - } - ], - "sell_favor_higher_median": [ - { - "col": "m30_ga_cci_oversold", - "separation": 2.1334 - }, - { - "col": "m30_ga_chart_renko_dir", - "separation": 1.5616 - }, - { - "col": "m30_ga_vp_in_value_area", - "separation": 1.3874 - }, - { - "col": "m30_ga_williams_oversold", - "separation": 1.365 - }, - { - "col": "m30_ga_chart_pnf_col", - "separation": 1.1464 - }, - { - "col": "m30_ga_stoch_bull_div", - "separation": 0.8002 - }, - { - "col": "m30_ga_stoch_bear_div", - "separation": 0.7897 - }, - { - "col": "m30_ga_three_black_crows", - "separation": 0.7073 - } - ] - }, - "m60": { - "interval_minutes": 60, - "feature_count": 124, - "top_separation": [ - { - "col": "m60_ga_ha_bull", - "separation": 3.9072 - }, - { - "col": "m60_ga_cci_20", - "separation": 2.6337 - }, - { - "col": "m60_bb_pos", - "separation": 2.6056 - }, - { - "col": "m60_ga_williams_overbought", - "separation": 2.5063 - }, - { - "col": "m60_ga_cci_overbought", - "separation": 2.5062 - }, - { - "col": "m60_ga_keltner_pos", - "separation": 2.383 - }, - { - "col": "m60_ga_donchian_pos", - "separation": 2.1508 - }, - { - "col": "m60_ga_mfi_14", - "separation": 2.1503 - }, - { - "col": "m60_ga_williams_r", - "separation": 2.0824 - }, - { - "col": "m60_RSI", - "separation": 2.0688 - }, - { - "col": "m60_ga_ha_trend_up", - "separation": 1.9763 - }, - { - "col": "m60_ga_chart_ha_trend", - "separation": 1.9763 - }, - { - "col": "m60_stoch_k", - "separation": 1.7824 - }, - { - "col": "m60_ga_cci_oversold", - "separation": 1.7405 - }, - { - "col": "m60_ga_chart_renko_dir", - "separation": 1.5264 - } - ], - "buy_favor_lower_median": [ - { - "col": "m60_ga_ha_bull", - "separation": 3.9072 - }, - { - "col": "m60_ga_cci_20", - "separation": 2.6337 - }, - { - "col": "m60_bb_pos", - "separation": 2.6056 - }, - { - "col": "m60_ga_williams_overbought", - "separation": 2.5063 - }, - { - "col": "m60_ga_cci_overbought", - "separation": 2.5062 - }, - { - "col": "m60_ga_keltner_pos", - "separation": 2.383 - }, - { - "col": "m60_ga_donchian_pos", - "separation": 2.1508 - }, - { - "col": "m60_ga_mfi_14", - "separation": 2.1503 - } - ], - "sell_favor_higher_median": [ - { - "col": "m60_ga_cci_oversold", - "separation": 1.7405 - }, - { - "col": "m60_ga_williams_oversold", - "separation": 1.1501 - }, - { - "col": "m60_ga_vp_in_value_area", - "separation": 1.1449 - }, - { - "col": "m60_ga_chart_pnf_col", - "separation": 1.1211 - }, - { - "col": "m60_ga_three_black_crows", - "separation": 0.9192 - }, - { - "col": "m60_ga_stoch_bull_div", - "separation": 0.7347 - }, - { - "col": "m60_ga_macd_bull_div", - "separation": 0.7073 - }, - { - "col": "m60_ga_hammer", - "separation": 0.6707 - } - ] - }, - "m240": { - "interval_minutes": 240, - "feature_count": 124, - "top_separation": [ - { - "col": "m240_ga_ha_bull", - "separation": 2.1479 - }, - { - "col": "m240_ga_ha_trend_up", - "separation": 1.4716 - }, - { - "col": "m240_ga_chart_ha_trend", - "separation": 1.4716 - }, - { - "col": "m240_ga_cci_20", - "separation": 1.4707 - }, - { - "col": "m240_bb_pos", - "separation": 1.2887 - }, - { - "col": "m240_ga_keltner_pos", - "separation": 1.18 - }, - { - "col": "m240_ga_williams_r", - "separation": 1.1451 - }, - { - "col": "m240_ga_donchian_pos", - "separation": 1.1109 - }, - { - "col": "m240_ga_cci_overbought", - "separation": 1.0942 - }, - { - "col": "m240_ga_mfi_14", - "separation": 1.0832 - }, - { - "col": "m240_ga_williams_overbought", - "separation": 0.9572 - }, - { - "col": "m240_ga_chart_renko_dir", - "separation": 0.9349 - }, - { - "col": "m240_ga_cci_oversold", - "separation": 0.916 - }, - { - "col": "m240_stoch_k", - "separation": 0.9103 - }, - { - "col": "m240_RSI", - "separation": 0.8727 - } - ], - "buy_favor_lower_median": [ - { - "col": "m240_ga_ha_bull", - "separation": 2.1479 - }, - { - "col": "m240_ga_ha_trend_up", - "separation": 1.4716 - }, - { - "col": "m240_ga_chart_ha_trend", - "separation": 1.4716 - }, - { - "col": "m240_ga_cci_20", - "separation": 1.4707 - }, - { - "col": "m240_bb_pos", - "separation": 1.2887 - }, - { - "col": "m240_ga_keltner_pos", - "separation": 1.18 - }, - { - "col": "m240_ga_williams_r", - "separation": 1.1451 - }, - { - "col": "m240_ga_donchian_pos", - "separation": 1.1109 - } - ], - "sell_favor_higher_median": [ - { - "col": "m240_ga_chart_renko_dir", - "separation": 0.9349 - }, - { - "col": "m240_ga_cci_oversold", - "separation": 0.916 - }, - { - "col": "m240_ga_williams_oversold", - "separation": 0.7776 - }, - { - "col": "m240_ga_chart_pnf_col", - "separation": 0.7142 - }, - { - "col": "m240_ga_three_black_crows", - "separation": 0.669 - }, - { - "col": "m240_ga_hammer", - "separation": 0.5391 - }, - { - "col": "m240_ga_chart_vol_spike", - "separation": 0.4779 - }, - { - "col": "m240_ga_vp_in_value_area", - "separation": 0.4259 - } - ] - }, - "d1": { - "interval_minutes": 1440, - "feature_count": 124, - "top_separation": [ - { - "col": "d1_ga_ha_bull", - "separation": 0.7381 - }, - { - "col": "d1_ga_cci_oversold", - "separation": 0.4375 - }, - { - "col": "d1_ga_cci_20", - "separation": 0.4133 - }, - { - "col": "d1_ga_hammer", - "separation": 0.4107 - }, - { - "col": "d1_bb_pos", - "separation": 0.3829 - }, - { - "col": "d1_ga_chart_ha_trend", - "separation": 0.3682 - }, - { - "col": "d1_ga_ha_trend_up", - "separation": 0.3591 - }, - { - "col": "d1_ga_cci_overbought", - "separation": 0.35 - }, - { - "col": "d1_ga_keltner_pos", - "separation": 0.3024 - }, - { - "col": "d1_ga_chart_renko_dir", - "separation": 0.3015 - }, - { - "col": "d1_ga_vol_ratio", - "separation": 0.3005 - }, - { - "col": "d1_ga_williams_r", - "separation": 0.29 - }, - { - "col": "d1_ga_mfi_14", - "separation": 0.2875 - }, - { - "col": "d1_ga_chart_pnf_col", - "separation": 0.2863 - }, - { - "col": "d1_ga_stoch_bear_div", - "separation": 0.2795 - } - ], - "buy_favor_lower_median": [ - { - "col": "d1_ga_ha_bull", - "separation": 0.7381 - }, - { - "col": "d1_ga_cci_20", - "separation": 0.4133 - }, - { - "col": "d1_bb_pos", - "separation": 0.3829 - }, - { - "col": "d1_ga_keltner_pos", - "separation": 0.3024 - }, - { - "col": "d1_ga_vol_ratio", - "separation": 0.3005 - }, - { - "col": "d1_ga_williams_r", - "separation": 0.29 - }, - { - "col": "d1_ga_mfi_14", - "separation": 0.2875 - }, - { - "col": "d1_RSI", - "separation": 0.278 - } - ], - "sell_favor_higher_median": [ - { - "col": "d1_ga_cci_oversold", - "separation": 0.4375 - }, - { - "col": "d1_ga_hammer", - "separation": 0.4107 - }, - { - "col": "d1_ga_chart_ha_trend", - "separation": 0.3682 - }, - { - "col": "d1_ga_ha_trend_up", - "separation": 0.3591 - }, - { - "col": "d1_ga_cci_overbought", - "separation": 0.35 - }, - { - "col": "d1_ga_chart_renko_dir", - "separation": 0.3015 - }, - { - "col": "d1_ga_chart_pnf_col", - "separation": 0.2863 - }, - { - "col": "d1_ga_stoch_bear_div", - "separation": 0.2795 - } - ] - } - }, - "mtf_align": [ - { - "col": "ga_align_rsi_oversold_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_rsi_oversold_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.3262, - "median": 2.0, - "q25": 1.0, - "q75": 3.0, - "std": 1.2998 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 2.4968, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_rsi_overbought_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_rsi_overbought_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2827 - }, - "sell": { - "count": 160, - "mean": 2.5562, - "median": 3.0, - "q25": 1.75, - "q75": 4.0, - "std": 1.3679 - }, - "separation": 2.529, - "buy_lower_than_sell": true - }, - { - "col": "ga_align_trend_up_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_up_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2892, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.6256 - }, - "sell": { - "count": 160, - "mean": 0.5062, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.8972 - }, - "separation": 0.2806, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_trend_down_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_down_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4677, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5581 - }, - "sell": { - "count": 160, - "mean": 0.475, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5489 - }, - "separation": 0.0132, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_timing_buy_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_timing_buy_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5815, - "median": 0.5, - "q25": 0.25, - "q75": 0.75, - "std": 0.325 - }, - "sell": { - "count": 160, - "mean": 0.0047, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.034 - }, - "separation": 2.4968, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_timing_sell_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_timing_sell_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0146, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0707 - }, - "sell": { - "count": 160, - "mean": 0.6391, - "median": 0.75, - "q25": 0.4375, - "q75": 1.0, - "std": 0.342 - }, - "separation": 2.529, - "buy_lower_than_sell": true - }, - { - "col": "ga_align_trend_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.0594, - "median": 0.0, - "q25": -0.333, - "q75": 0.0, - "std": 0.3062 - }, - "sell": { - "count": 160, - "mean": 0.0105, - "median": 0.0, - "q25": -0.333, - "q75": 0.0, - "std": 0.3892 - }, - "separation": 0.1996, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_mtf_conflict", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_mtf_conflict", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1723, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3782 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.0094, - "buy_lower_than_sell": false - } - ], - "selected_features": { - "buy": [ - "m3_bb_pos", - "m3_ga_cci_20", - "m3_ga_keltner_pos", - "m3_ga_mfi_14", - "m3_ga_donchian_pos", - "m3_RSI", - "m5_bb_pos", - "m5_ga_cci_20", - "m5_ga_keltner_pos", - "m5_ga_mfi_14", - "m5_ga_donchian_pos", - "m5_ga_cci_oversold", - "m10_bb_pos", - "m10_ga_cci_20", - "m10_ga_ha_bull", - "m10_ga_donchian_pos", - "m10_ga_keltner_pos", - "m10_stoch_k", - "m15_bb_pos", - "m15_ga_ha_bull", - "m15_ga_cci_20", - "m15_ga_keltner_pos", - "m15_ga_donchian_pos", - "m15_stoch_k", - "m30_ga_ha_bull", - "m30_bb_pos", - "m30_ga_cci_20", - "m30_ga_cci_overbought", - "m30_ga_donchian_pos", - "m30_ga_keltner_pos", - "m60_ga_ha_bull", - "m60_ga_cci_20", - "m60_bb_pos", - "m60_ga_williams_overbought", - "m60_ga_cci_overbought", - "m60_ga_keltner_pos", - "m240_ga_ha_bull", - "m240_ga_ha_trend_up", - "m240_ga_chart_ha_trend", - "m240_ga_cci_20", - "m240_bb_pos", - "m240_ga_keltner_pos", - "d1_ga_ha_bull", - "d1_ga_cci_oversold", - "d1_ga_cci_20", - "d1_ga_hammer", - "d1_bb_pos", - "d1_ga_chart_ha_trend", - "m10_ga_williams_r", - "m10_ga_mfi_14", - "m5_RSI", - "m10_ga_williams_overbought", - "ga_align_timing_buy_score", - "ga_align_timing_sell_score", - "ga_align_trend_score", - "ga_align_rsi_oversold_tf", - "ga_align_rsi_overbought_tf", - "ga_align_mtf_conflict" - ], - "sell": [ - "m3_bb_pos", - "m3_ga_cci_20", - "m3_ga_keltner_pos", - "m3_ga_mfi_14", - "m3_ga_donchian_pos", - "m3_RSI", - "m5_bb_pos", - "m5_ga_cci_20", - "m5_ga_keltner_pos", - "m5_ga_mfi_14", - "m5_ga_donchian_pos", - "m5_ga_cci_oversold", - "m10_bb_pos", - "m10_ga_cci_20", - "m10_ga_ha_bull", - "m10_ga_donchian_pos", - "m10_ga_keltner_pos", - "m10_stoch_k", - "m15_bb_pos", - "m15_ga_ha_bull", - "m15_ga_cci_20", - "m15_ga_keltner_pos", - "m15_ga_donchian_pos", - "m15_stoch_k", - "m30_ga_ha_bull", - "m30_bb_pos", - "m30_ga_cci_20", - "m30_ga_cci_overbought", - "m30_ga_donchian_pos", - "m30_ga_keltner_pos", - "m60_ga_ha_bull", - "m60_ga_cci_20", - "m60_bb_pos", - "m60_ga_williams_overbought", - "m60_ga_cci_overbought", - "m60_ga_keltner_pos", - "m240_ga_ha_bull", - "m240_ga_ha_trend_up", - "m240_ga_chart_ha_trend", - "m240_ga_cci_20", - "m240_bb_pos", - "m240_ga_keltner_pos", - "d1_ga_ha_bull", - "d1_ga_cci_oversold", - "d1_ga_cci_20", - "d1_ga_hammer", - "d1_bb_pos", - "d1_ga_chart_ha_trend", - "m10_ga_williams_r", - "m10_ga_mfi_14", - "m5_RSI", - "m10_ga_williams_overbought", - "ga_align_timing_buy_score", - "ga_align_timing_sell_score", - "ga_align_trend_score", - "ga_align_rsi_oversold_tf", - "ga_align_rsi_overbought_tf", - "ga_align_mtf_conflict" - ] - }, - "features": [ - { - "col": "m3_bb_pos", - "tf": "m3", - "interval": 3, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1594, - "median": 0.1396, - "q25": 0.0218, - "q75": 0.2431, - "std": 0.1561 - }, - "sell": { - "count": 160, - "mean": 0.7745, - "median": 0.8159, - "q25": 0.6735, - "q75": 0.9584, - "std": 0.2186 - }, - "separation": 3.2379, - "buy_lower_than_sell": true - }, - { - "col": "m3_RSI", - "tf": "m3", - "interval": 3, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 31.9125, - "median": 32.0, - "q25": 23.0769, - "q75": 40.0, - "std": 11.6903 - }, - "sell": { - "count": 160, - "mean": 67.0418, - "median": 68.0851, - "q25": 58.7728, - "q75": 77.1376, - "std": 14.1303 - }, - "separation": 2.709, - "buy_lower_than_sell": true - }, - { - "col": "m3_macd_hist", - "tf": "m3", - "interval": 3, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.0232, - "median": -0.4398, - "q25": -1.2451, - "q75": -0.0656, - "std": 2.1088 - }, - "sell": { - "count": 160, - "mean": 1.352, - "median": 0.4498, - "q25": -0.1041, - "q75": 1.4436, - "std": 4.3273 - }, - "separation": 0.6978, - "buy_lower_than_sell": true - }, - { - "col": "m3_stoch_k", - "tf": "m3", - "interval": 3, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 323, - "mean": 27.7269, - "median": 19.5076, - "q25": 11.0608, - "q75": 37.3088, - "std": 25.3678 - }, - "sell": { - "count": 160, - "mean": 91.2982, - "median": 103.254, - "q25": 83.125, - "q75": 108.0578, - "std": 28.5861 - }, - "separation": 2.3523, - "buy_lower_than_sell": true - }, - { - "col": "m3_stoch_d", - "tf": "m3", - "interval": 3, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 322, - "mean": 30.8102, - "median": 21.3375, - "q25": 12.5201, - "q75": 41.4881, - "std": 27.1159 - }, - "sell": { - "count": 160, - "mean": 92.774, - "median": 103.0522, - "q25": 84.1942, - "q75": 109.2728, - "std": 27.0618 - }, - "separation": 2.2874, - "buy_lower_than_sell": true - }, - { - "col": "m3_macd_line", - "tf": "m3", - "interval": 3, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.9098, - "median": -2.8256, - "q25": -5.1843, - "q75": -1.2083, - "std": 5.0349 - }, - "sell": { - "count": 160, - "mean": 9.1506, - "median": 4.2948, - "q25": 2.324, - "q75": 9.7754, - "std": 13.0677 - }, - "separation": 1.3189, - "buy_lower_than_sell": true - }, - { - "col": "m3_macd_signal", - "tf": "m3", - "interval": 3, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.8866, - "median": -2.096, - "q25": -4.356, - "q75": -0.8735, - "std": 4.4673 - }, - "sell": { - "count": 160, - "mean": 7.7986, - "median": 3.7398, - "q25": 2.0919, - "q75": 9.4491, - "std": 10.0797 - }, - "separation": 1.3706, - "buy_lower_than_sell": true - }, - { - "col": "m3_BB_Width", - "tf": "m3", - "interval": 3, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.4695, - "median": 1.9203, - "q25": 1.2879, - "q75": 3.1797, - "std": 1.8139 - }, - "sell": { - "count": 160, - "mean": 4.1304, - "median": 3.0693, - "q25": 1.9538, - "q75": 5.2003, - "std": 3.6459 - }, - "separation": 0.5768, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_sma_5", - "tf": "m3", - "interval": 3, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1023.8215, - "median": 903.2, - "q25": 561.2, - "q75": 1373.0, - "std": 531.0067 - }, - "sell": { - "count": 160, - "mean": 1177.3663, - "median": 1108.2, - "q25": 611.4, - "q75": 1561.5, - "std": 644.3534 - }, - "separation": 0.2601, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_sma_20", - "tf": "m3", - "interval": 3, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1030.8691, - "median": 910.6, - "q25": 564.5, - "q75": 1382.1, - "std": 536.0213 - }, - "sell": { - "count": 160, - "mean": 1163.0194, - "median": 1106.55, - "q25": 599.925, - "q75": 1550.95, - "std": 629.9394 - }, - "separation": 0.2259, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_sma_60", - "tf": "m3", - "interval": 3, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1036.8012, - "median": 914.5167, - "q25": 566.5833, - "q75": 1398.1333, - "std": 538.1212 - }, - "sell": { - "count": 160, - "mean": 1145.5044, - "median": 1101.3417, - "q25": 594.1208, - "q75": 1534.8125, - "std": 618.5443 - }, - "separation": 0.1875, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_close_vs_sma_20_pct", - "tf": "m3", - "interval": 3, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.9668, - "median": -0.7132, - "q25": -1.2674, - "q75": -0.3946, - "std": 1.0951 - }, - "sell": { - "count": 160, - "mean": 1.303, - "median": 0.8433, - "q25": 0.3919, - "q75": 1.7207, - "std": 1.6294 - }, - "separation": 1.635, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_golden_cross", - "tf": "m3", - "interval": 3, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.1508, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_death_cross", - "tf": "m3", - "interval": 3, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2635, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_atr_14", - "tf": "m3", - "interval": 3, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 5.2956, - "median": 3.7857, - "q25": 2.2857, - "q75": 6.2857, - "std": 5.6113 - }, - "sell": { - "count": 160, - "mean": 8.3183, - "median": 5.0714, - "q25": 3.1429, - "q75": 9.6607, - "std": 9.2539 - }, - "separation": 0.395, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_atr_pct", - "tf": "m3", - "interval": 3, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5042, - "median": 0.4212, - "q25": 0.2998, - "q75": 0.5859, - "std": 0.3389 - }, - "sell": { - "count": 160, - "mean": 0.6448, - "median": 0.5387, - "q25": 0.3677, - "q75": 0.8449, - "std": 0.4034 - }, - "separation": 0.3776, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_bb_squeeze", - "tf": "m3", - "interval": 3, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1446, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3523 - }, - "sell": { - "count": 160, - "mean": 0.0938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2924 - }, - "separation": 0.1571, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_donchian_pos", - "tf": "m3", - "interval": 3, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1896, - "median": 0.1304, - "q25": 0.0417, - "q75": 0.2727, - "std": 0.2367 - }, - "sell": { - "count": 160, - "mean": 0.909, - "median": 1.0, - "q25": 0.8458, - "q75": 1.0679, - "std": 0.2886 - }, - "separation": 2.7254, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_cci_20", - "tf": "m3", - "interval": 3, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -135.5092, - "median": -126.0138, - "q25": -165.0327, - "q75": -94.7293, - "std": 70.8881 - }, - "sell": { - "count": 160, - "mean": 108.9112, - "median": 109.1338, - "q25": 71.6213, - "q75": 152.557, - "std": 81.095 - }, - "separation": 3.2092, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_cci_oversold", - "tf": "m3", - "interval": 3, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7077, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4555 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 2.0494, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_cci_overbought", - "tf": "m3", - "interval": 3, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.5563, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4984 - }, - "separation": 1.542, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_williams_r", - "tf": "m3", - "interval": 3, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -78.0624, - "median": -83.3333, - "q25": -95.2922, - "q75": -66.6667, - "std": 25.3222 - }, - "sell": { - "count": 160, - "mean": -9.363, - "median": 0.0, - "q25": -20.0, - "q75": 10.0, - "std": 34.7219 - }, - "separation": 2.2608, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_williams_oversold", - "tf": "m3", - "interval": 3, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5477, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4985 - }, - "sell": { - "count": 160, - "mean": 0.0688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2538 - }, - "separation": 1.2108, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_williams_overbought", - "tf": "m3", - "interval": 3, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.7438, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4379 - }, - "separation": 2.1185, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_roc_10", - "tf": "m3", - "interval": 3, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.1101, - "median": -0.7833, - "q25": -1.4535, - "q75": -0.3643, - "std": 1.3906 - }, - "sell": { - "count": 160, - "mean": 1.4322, - "median": 0.9693, - "q25": 0.2853, - "q75": 1.9872, - "std": 2.2269 - }, - "separation": 1.3695, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_mfi_14", - "tf": "m3", - "interval": 3, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 24.2972, - "median": 22.4784, - "q25": 12.209, - "q75": 33.7961, - "std": 15.113 - }, - "sell": { - "count": 159, - "mean": 71.9344, - "median": 75.1626, - "q25": 59.8653, - "q75": 83.68, - "std": 16.6413 - }, - "separation": 2.9969, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_rsi_bull_div", - "tf": "m3", - "interval": 3, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2769, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4482 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.8097, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_rsi_bear_div", - "tf": "m3", - "interval": 3, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.2625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4414 - }, - "separation": 0.8087, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_macd_bull_div", - "tf": "m3", - "interval": 3, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3538, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4789 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.9818, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_macd_bear_div", - "tf": "m3", - "interval": 3, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.325, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4698 - }, - "separation": 0.9623, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_stoch_bull_div", - "tf": "m3", - "interval": 3, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3077, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4623 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.878, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_stoch_bear_div", - "tf": "m3", - "interval": 3, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.3375, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4743 - }, - "separation": 0.9593, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_rsi_delta_1", - "tf": "m3", - "interval": 3, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.8229, - "median": -1.0582, - "q25": -4.7831, - "q75": 2.0434, - "std": 6.1236 - }, - "sell": { - "count": 160, - "mean": -0.1534, - "median": 0.0, - "q25": -4.0208, - "q75": 2.8659, - "std": 6.3397 - }, - "separation": 0.2679, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_macd_hist_delta_1", - "tf": "m3", - "interval": 3, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1377, - "median": -0.047, - "q25": -0.2088, - "q75": 0.0538, - "std": 0.6746 - }, - "sell": { - "count": 160, - "mean": -0.0624, - "median": -0.0001, - "q25": -0.234, - "q75": 0.1979, - "std": 0.8056 - }, - "separation": 0.1014, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_stoch_k_delta_1", - "tf": "m3", - "interval": 3, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 323, - "mean": -4.125, - "median": -2.0833, - "q25": -9.1104, - "q75": 2.8476, - "std": 13.5962 - }, - "sell": { - "count": 160, - "mean": -2.2808, - "median": -0.284, - "q25": -7.4455, - "q75": 4.7619, - "std": 11.4335 - }, - "separation": 0.1468, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_keltner_pos", - "tf": "m3", - "interval": 3, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0895, - "median": 0.0833, - "q25": -0.0513, - "q75": 0.226, - "std": 0.209 - }, - "sell": { - "count": 160, - "mean": 0.9247, - "median": 0.9519, - "q25": 0.7106, - "q75": 1.1376, - "std": 0.3221 - }, - "separation": 3.0761, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_ao", - "tf": "m3", - "interval": 3, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -11.1808, - "median": -7.3265, - "q25": -13.7824, - "q75": -3.0971, - "std": 14.3885 - }, - "sell": { - "count": 160, - "mean": 22.7049, - "median": 11.25, - "q25": 4.6029, - "q75": 24.4015, - "std": 35.3323 - }, - "separation": 1.2561, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_ao_bull", - "tf": "m3", - "interval": 3, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_ao_bear", - "tf": "m3", - "interval": 3, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2095, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_hv_20", - "tf": "m3", - "interval": 3, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.1526, - "median": 0.9143, - "q25": 0.6999, - "q75": 1.3097, - "std": 0.8013 - }, - "sell": { - "count": 160, - "mean": 1.5458, - "median": 1.2841, - "q25": 0.9038, - "q75": 1.8947, - "std": 0.8983 - }, - "separation": 0.462, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_hv_percentile", - "tf": "m3", - "interval": 3, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5973, - "median": 0.6387, - "q25": 0.3277, - "q75": 0.8992, - "std": 0.3188 - }, - "sell": { - "count": 160, - "mean": 0.6904, - "median": 0.7899, - "q25": 0.4538, - "q75": 0.9664, - "std": 0.2897 - }, - "separation": 0.3055, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_ad_line", - "tf": "m3", - "interval": 3, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 238, - "mean": -9274440704.6881, - "median": -11169826171.6808, - "q25": -13649499775.1447, - "q75": -2692920438.1035, - "std": 5491114718.9295 - }, - "sell": { - "count": 150, - "mean": -9192364774.2548, - "median": -10643104004.0531, - "q25": -14068451833.7654, - "q75": -3153387198.1859, - "std": 5453879759.4379 - }, - "separation": 0.015, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_ad_slope_10", - "tf": "m3", - "interval": 3, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 172, - "mean": -7377084.8115, - "median": -2394351.9503, - "q25": -6435305.0812, - "q75": -674638.547, - "std": 13519762.1921 - }, - "sell": { - "count": 117, - "mean": -6587380.7026, - "median": -947499.3808, - "q25": -4653697.2446, - "q75": 687.5321, - "std": 14504147.2656 - }, - "separation": 0.0563, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_vol_ratio", - "tf": "m3", - "interval": 3, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.5773, - "median": 1.0393, - "q25": 0.5647, - "q75": 2.0684, - "std": 1.5875 - }, - "sell": { - "count": 160, - "mean": 1.3905, - "median": 1.0292, - "q25": 0.6405, - "q75": 1.864, - "std": 1.0892 - }, - "separation": 0.1373, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_obv_slope_10", - "tf": "m3", - "interval": 3, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -569709.1933, - "median": -251168.6452, - "q25": -635618.6143, - "q75": -58250.2512, - "std": 1121705.1407 - }, - "sell": { - "count": 160, - "mean": 1559401.6089, - "median": 519437.7622, - "q25": 106717.1847, - "q75": 1514694.9538, - "std": 3801069.8936 - }, - "separation": 0.7598, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_obv_bull_div", - "tf": "m3", - "interval": 3, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1108, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3143 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.1976, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_obv_bear_div", - "tf": "m3", - "interval": 3, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.05, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2186 - }, - "separation": 0.1736, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_cmf_20", - "tf": "m3", - "interval": 3, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 17, - "mean": -2.8722, - "median": -2.6713, - "q25": -4.4535, - "q75": -1.7998, - "std": 2.0818 - }, - "sell": { - "count": 20, - "mean": -1.0447, - "median": -0.8901, - "q25": -1.6903, - "q75": 0.0569, - "std": 1.4249 - }, - "separation": 1.0245, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_close_vs_vwap_pct", - "tf": "m3", - "interval": 3, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -32.5517, - "median": -43.1457, - "q25": -60.5342, - "q75": -8.5214, - "std": 30.8678 - }, - "sell": { - "count": 160, - "mean": -21.8613, - "median": -28.2384, - "q25": -56.2966, - "q75": 5.2695, - "std": 37.2769 - }, - "separation": 0.3124, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_adx_14", - "tf": "m3", - "interval": 3, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 38.6848, - "median": 36.8564, - "q25": 25.7979, - "q75": 49.9702, - "std": 17.4697 - }, - "sell": { - "count": 160, - "mean": 37.7654, - "median": 37.3993, - "q25": 21.7294, - "q75": 49.5154, - "std": 18.7226 - }, - "separation": 0.0508, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_adx_trending", - "tf": "m3", - "interval": 3, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7692, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.422 - }, - "sell": { - "count": 160, - "mean": 0.6562, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4765 - }, - "separation": 0.251, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_supertrend_bull", - "tf": "m3", - "interval": 3, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_linreg_slope_20", - "tf": "m3", - "interval": 3, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.7999, - "median": -0.5323, - "q25": -1.0722, - "q75": -0.182, - "std": 1.0551 - }, - "sell": { - "count": 160, - "mean": 1.7903, - "median": 0.8109, - "q25": 0.303, - "q75": 1.9438, - "std": 2.9973 - }, - "separation": 1.1528, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_linreg_r2_20", - "tf": "m3", - "interval": 3, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5263, - "median": 0.6103, - "q25": 0.2444, - "q75": 0.7845, - "std": 0.3064 - }, - "sell": { - "count": 160, - "mean": 0.5786, - "median": 0.6406, - "q25": 0.3539, - "q75": 0.8262, - "std": 0.2799 - }, - "separation": 0.1784, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_psar", - "tf": "m3", - "interval": 3, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1017.3969, - "median": 899.0, - "q25": 556.0, - "q75": 1359.0, - "std": 526.9468 - }, - "sell": { - "count": 160, - "mean": 1176.9405, - "median": 1109.5, - "q25": 611.0, - "q75": 1561.5, - "std": 641.0718 - }, - "separation": 0.2719, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_psar_bull", - "tf": "m3", - "interval": 3, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_psar_flip_bull", - "tf": "m3", - "interval": 3, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_psar_flip_bear", - "tf": "m3", - "interval": 3, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_body_ratio", - "tf": "m3", - "interval": 3, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_hammer", - "tf": "m3", - "interval": 3, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1354, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3427 - }, - "sell": { - "count": 160, - "mean": 0.6625, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4743 - }, - "separation": 1.2739, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_shooting_star", - "tf": "m3", - "interval": 3, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7015, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4583 - }, - "sell": { - "count": 160, - "mean": 0.925, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2642 - }, - "separation": 0.5974, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_doji", - "tf": "m3", - "interval": 3, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9692, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.9812, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1361 - }, - "separation": 0.0772, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_bullish_engulfing", - "tf": "m3", - "interval": 3, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_bearish_engulfing", - "tf": "m3", - "interval": 3, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.1135, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_morning_star", - "tf": "m3", - "interval": 3, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_evening_star", - "tf": "m3", - "interval": 3, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_three_white_soldiers", - "tf": "m3", - "interval": 3, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_three_black_crows", - "tf": "m3", - "interval": 3, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1471, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_ha_bull", - "tf": "m3", - "interval": 3, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1077, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3105 - }, - "sell": { - "count": 160, - "mean": 0.8187, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3864 - }, - "separation": 2.0286, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_ha_trend_up", - "tf": "m3", - "interval": 3, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.5687, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4968 - }, - "separation": 1.3999, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_pattern_double_top", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.097, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_double_bottom", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1108, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3143 - }, - "sell": { - "count": 160, - "mean": 0.1125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.317 - }, - "separation": 0.0055, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_head_shoulders", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.0198, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_inv_head_shoulders", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.1522, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_triangle_sym", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_triangle_asc", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_triangle_desc", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3213, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_flag_bull", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.052, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_flag_bear", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_wedge_rising", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3387 - }, - "separation": 0.213, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_wedge_falling", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3213, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_rectangle", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0897, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_channel_up", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3387 - }, - "separation": 0.213, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_channel_down", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3213, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_measured_move", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.3869, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_rounding_top", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2119, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_rounding_bottom", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0813, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2741 - }, - "separation": 0.33, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_gap_up", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1108, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3143 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.025, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_gap_down", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1077, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3105 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0047, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_v_bottom", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_spike_top", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.1997, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_triple_top", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.075, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2642 - }, - "separation": 0.1035, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_triple_bottom", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0154, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_cup_handle", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.1215, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_keystone_bull", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_keystone_bear", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_island_top", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.0051, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_island_bottom", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0053, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_pattern_label", - "tf": "m3", - "interval": 3, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.88, - "top": { - "none": 286, - "island_bottom": 30, - "cup_handle": 3, - "double_bottom": 2, - "island_top": 2 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.869, - "top": { - "none": 139, - "island_bottom": 15, - "cup_handle": 4, - "inv_head_shoulders": 1, - "flag_bull": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_struct_trend", - "tf": "m3", - "interval": 3, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.951, - "top": { - "range": 309, - "down": 13, - "up": 3 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.95, - "top": { - "range": 152, - "up": 6, - "down": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_struct_hh", - "tf": "m3", - "interval": 3, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.1607, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_hl", - "tf": "m3", - "interval": 3, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.075, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2642 - }, - "separation": 0.1981, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_lh", - "tf": "m3", - "interval": 3, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.0795, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_ll", - "tf": "m3", - "interval": 3, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.1441, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_bos_bull", - "tf": "m3", - "interval": 3, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.2903, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_bos_bear", - "tf": "m3", - "interval": 3, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2996, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_struct_choch", - "tf": "m3", - "interval": 3, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.0229, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_elliott_wave_count", - "tf": "m3", - "interval": 3, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 6.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 17.1702 - }, - "sell": { - "count": 160, - "mean": 6.3937, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 16.7936 - }, - "separation": 0.0118, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_elliott_phase", - "tf": "m3", - "interval": 3, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.88, - "top": { - "unknown": 286, - "impulse_late": 39 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.869, - "top": { - "unknown": 139, - "impulse_late": 21 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_wyckoff_phase", - "tf": "m3", - "interval": 3, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.938, - "top": { - "unknown": 305, - "accumulation": 19, - "distribution": 1 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.9, - "top": { - "unknown": 144, - "distribution": 8, - "accumulation": 8 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_fib_near_level", - "tf": "m3", - "interval": 3, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.902, - "top": { - "none": 293, - "0": 17, - "382": 11, - "500": 4 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.881, - "top": { - "none": 141, - "100": 13, - "382": 3, - "618": 3 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_ichi_trend", - "tf": "m3", - "interval": 3, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.88, - "top": { - "neutral": 286, - "below_cloud": 25, - "in_cloud": 13, - "above_cloud": 1 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.869, - "top": { - "neutral": 139, - "above_cloud": 19, - "in_cloud": 1, - "below_cloud": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_pitchfork_bias", - "tf": "m3", - "interval": 3, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.935, - "top": { - "neutral": 304, - "below": 16, - "above": 5 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.9, - "top": { - "neutral": 144, - "above": 14, - "below": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_pitchfork_dist_pct", - "tf": "m3", - "interval": 3, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.0972, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.7208 - }, - "sell": { - "count": 160, - "mean": 0.1424, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.5871 - }, - "separation": 0.3644, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_wyckoff_spring", - "tf": "m3", - "interval": 3, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_wyckoff_utad", - "tf": "m3", - "interval": 3, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_vp_poc", - "tf": "m3", - "interval": 3, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1038.3815, - "median": 922.15, - "q25": 563.55, - "q75": 1389.15, - "std": 542.404 - }, - "sell": { - "count": 160, - "mean": 1154.0225, - "median": 1101.1083, - "q25": 590.275, - "q75": 1557.05, - "std": 635.7146 - }, - "separation": 0.1957, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_vp_vah", - "tf": "m3", - "interval": 3, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1059.3244, - "median": 929.6, - "q25": 579.0, - "q75": 1416.0, - "std": 555.0085 - }, - "sell": { - "count": 160, - "mean": 1182.2844, - "median": 1108.35, - "q25": 609.075, - "q75": 1563.75, - "std": 649.1423 - }, - "separation": 0.2036, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_vp_val", - "tf": "m3", - "interval": 3, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1012.6715, - "median": 900.7, - "q25": 550.6, - "q75": 1365.0, - "std": 520.8028 - }, - "sell": { - "count": 160, - "mean": 1106.786, - "median": 1074.8833, - "q25": 572.325, - "q75": 1501.3167, - "std": 595.1031 - }, - "separation": 0.1683, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_vp_close_vs_poc_pct", - "tf": "m3", - "interval": 3, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.5559, - "median": -1.1808, - "q25": -2.5072, - "q75": -0.3524, - "std": 2.0874 - }, - "sell": { - "count": 160, - "mean": 2.5721, - "median": 1.4332, - "q25": 0.4321, - "q75": 3.2102, - "std": 3.9841 - }, - "separation": 1.2979, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_vp_in_value_area", - "tf": "m3", - "interval": 3, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7138, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4527 - }, - "sell": { - "count": 160, - "mean": 0.5437, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4996 - }, - "separation": 0.3568, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_harmonic_gartley", - "tf": "m3", - "interval": 3, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_harmonic_bat", - "tf": "m3", - "interval": 3, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_harmonic_label", - "tf": "m3", - "interval": 3, - "base": "ga_harmonic_label", - "family": "harmonic", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.997, - "top": { - "none": 324, - "gartley": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 1.0, - "top": { - "none": 160 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m3_ga_chart_type_candle", - "tf": "m3", - "interval": 3, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_chart_line_slope", - "tf": "m3", - "interval": 3, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1951, - "median": -0.1513, - "q25": -0.3109, - "q75": -0.042, - "std": 0.5905 - }, - "sell": { - "count": 160, - "mean": 0.6411, - "median": 0.3571, - "q25": 0.1681, - "q75": 0.8256, - "std": 0.7655 - }, - "separation": 1.2232, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_chart_bar_range_pct", - "tf": "m3", - "interval": 3, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1735, - "median": -0.1665, - "q25": -0.271, - "q75": 0.0, - "std": 0.3407 - }, - "sell": { - "count": 160, - "mean": -0.5351, - "median": -0.4276, - "q25": -0.7044, - "q75": -0.2294, - "std": 0.5698 - }, - "separation": 0.7704, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_chart_ha_trend", - "tf": "m3", - "interval": 3, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.5687, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4968 - }, - "separation": 1.3999, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_chart_renko_brick_up_ratio", - "tf": "m3", - "interval": 3, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4176, - "median": 0.412, - "q25": 0.348, - "q75": 0.471, - "std": 0.1073 - }, - "sell": { - "count": 160, - "mean": 0.6384, - "median": 0.636, - "q25": 0.5747, - "q75": 0.701, - "std": 0.0856 - }, - "separation": 2.2741, - "buy_lower_than_sell": true - }, - { - "col": "m3_ga_chart_renko_dir", - "tf": "m3", - "interval": 3, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2708, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.4587 - }, - "sell": { - "count": 160, - "mean": 0.175, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.5206 - }, - "separation": 0.9085, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_chart_pnf_col", - "tf": "m3", - "interval": 3, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1354, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4008 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4399 - }, - "separation": 0.5296, - "buy_lower_than_sell": false - }, - { - "col": "m3_ga_chart_vol_spike", - "tf": "m3", - "interval": 3, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2923, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4555 - }, - "sell": { - "count": 160, - "mean": 0.2625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4414 - }, - "separation": 0.0665, - "buy_lower_than_sell": false - }, - { - "col": "m5_bb_pos", - "tf": "m5", - "interval": 5, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1434, - "median": 0.1106, - "q25": 0.0011, - "q75": 0.2085, - "std": 0.1532 - }, - "sell": { - "count": 160, - "mean": 0.8368, - "median": 0.8803, - "q25": 0.7766, - "q75": 0.9798, - "std": 0.172 - }, - "separation": 4.2573, - "buy_lower_than_sell": true - }, - { - "col": "m5_RSI", - "tf": "m5", - "interval": 5, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 31.4886, - "median": 31.25, - "q25": 23.5294, - "q75": 39.8936, - "std": 11.7275 - }, - "sell": { - "count": 160, - "mean": 70.8957, - "median": 70.7592, - "q25": 61.4446, - "q75": 80.3492, - "std": 12.6332 - }, - "separation": 3.2331, - "buy_lower_than_sell": true - }, - { - "col": "m5_macd_hist", - "tf": "m5", - "interval": 5, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.38, - "median": -0.7927, - "q25": -1.7677, - "q75": -0.1807, - "std": 2.2516 - }, - "sell": { - "count": 160, - "mean": 2.228, - "median": 0.8541, - "q25": 0.1624, - "q75": 2.4294, - "std": 5.1016 - }, - "separation": 0.915, - "buy_lower_than_sell": true - }, - { - "col": "m5_stoch_k", - "tf": "m5", - "interval": 5, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 28.3232, - "median": 22.6852, - "q25": 13.5965, - "q75": 36.7945, - "std": 22.8839 - }, - "sell": { - "count": 160, - "mean": 98.9761, - "median": 104.98, - "q25": 95.5872, - "q75": 110.9028, - "std": 26.3833 - }, - "separation": 2.8609, - "buy_lower_than_sell": true - }, - { - "col": "m5_stoch_d", - "tf": "m5", - "interval": 5, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 30.9616, - "median": 22.2222, - "q25": 14.2913, - "q75": 42.0635, - "std": 24.5096 - }, - "sell": { - "count": 160, - "mean": 99.7285, - "median": 104.9803, - "q25": 95.9236, - "q75": 110.771, - "std": 23.8826 - }, - "separation": 2.8418, - "buy_lower_than_sell": true - }, - { - "col": "m5_macd_line", - "tf": "m5", - "interval": 5, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.1374, - "median": -3.0858, - "q25": -6.1022, - "q75": -1.4156, - "std": 6.7803 - }, - "sell": { - "count": 160, - "mean": 11.1883, - "median": 5.4183, - "q25": 3.097, - "q75": 14.2816, - "std": 14.0054 - }, - "separation": 1.3929, - "buy_lower_than_sell": true - }, - { - "col": "m5_macd_signal", - "tf": "m5", - "interval": 5, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.7574, - "median": -2.173, - "q25": -4.854, - "q75": -0.8695, - "std": 6.6969 - }, - "sell": { - "count": 160, - "mean": 8.9603, - "median": 4.8009, - "q25": 2.4568, - "q75": 12.5241, - "std": 10.6487 - }, - "separation": 1.3173, - "buy_lower_than_sell": true - }, - { - "col": "m5_BB_Width", - "tf": "m5", - "interval": 5, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 3.1205, - "median": 2.6718, - "q25": 1.7344, - "q75": 3.907, - "std": 2.0108 - }, - "sell": { - "count": 160, - "mean": 5.082, - "median": 4.0486, - "q25": 2.3847, - "q75": 6.5652, - "std": 4.1707 - }, - "separation": 0.5991, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_sma_5", - "tf": "m5", - "interval": 5, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1025.5662, - "median": 906.2, - "q25": 562.8, - "q75": 1374.4, - "std": 532.6104 - }, - "sell": { - "count": 160, - "mean": 1174.7738, - "median": 1108.5, - "q25": 609.4, - "q75": 1559.05, - "std": 641.3396 - }, - "separation": 0.2531, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_sma_20", - "tf": "m5", - "interval": 5, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1033.7258, - "median": 910.05, - "q25": 566.55, - "q75": 1385.9, - "std": 537.5544 - }, - "sell": { - "count": 160, - "mean": 1155.88, - "median": 1103.85, - "q25": 597.2875, - "q75": 1540.4125, - "std": 624.1156 - }, - "separation": 0.2097, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_sma_60", - "tf": "m5", - "interval": 5, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1038.8537, - "median": 918.4167, - "q25": 564.2667, - "q75": 1397.0833, - "std": 538.5948 - }, - "sell": { - "count": 160, - "mean": 1135.1268, - "median": 1098.0583, - "q25": 584.5958, - "q75": 1532.8, - "std": 609.9737 - }, - "separation": 0.1673, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_close_vs_sma_20_pct", - "tf": "m5", - "interval": 5, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.216, - "median": -0.9871, - "q25": -1.6024, - "q75": -0.5584, - "std": 1.2091 - }, - "sell": { - "count": 160, - "mean": 1.9053, - "median": 1.3945, - "q25": 0.7887, - "q75": 2.3904, - "std": 2.0243 - }, - "separation": 1.8721, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_golden_cross", - "tf": "m5", - "interval": 5, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_death_cross", - "tf": "m5", - "interval": 5, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1256, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_atr_14", - "tf": "m5", - "interval": 5, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 7.0582, - "median": 5.3571, - "q25": 3.0, - "q75": 8.2857, - "std": 7.3289 - }, - "sell": { - "count": 160, - "mean": 10.1433, - "median": 6.6786, - "q25": 4.0536, - "q75": 10.6429, - "std": 10.5368 - }, - "separation": 0.3399, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_atr_pct", - "tf": "m5", - "interval": 5, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6737, - "median": 0.5662, - "q25": 0.4026, - "q75": 0.8029, - "std": 0.438 - }, - "sell": { - "count": 160, - "mean": 0.8093, - "median": 0.6659, - "q25": 0.4632, - "q75": 0.9897, - "std": 0.5246 - }, - "separation": 0.2806, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_bb_squeeze", - "tf": "m5", - "interval": 5, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1077, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3105 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0047, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_donchian_pos", - "tf": "m5", - "interval": 5, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.23, - "median": 0.1778, - "q25": 0.0857, - "q75": 0.3077, - "std": 0.2134 - }, - "sell": { - "count": 160, - "mean": 0.9721, - "median": 1.0, - "q25": 0.9695, - "q75": 1.0889, - "std": 0.2207 - }, - "separation": 3.4181, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_cci_20", - "tf": "m5", - "interval": 5, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -154.2548, - "median": -147.7854, - "q25": -188.4058, - "q75": -113.6512, - "std": 68.0787 - }, - "sell": { - "count": 160, - "mean": 129.1893, - "median": 131.386, - "q25": 93.2039, - "q75": 168.5055, - "std": 68.3423 - }, - "separation": 4.1554, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_cci_oversold", - "tf": "m5", - "interval": 5, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8462, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3614 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 3.3115, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_cci_overbought", - "tf": "m5", - "interval": 5, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.7, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 2.1535, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_williams_r", - "tf": "m5", - "interval": 5, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -72.926, - "median": -77.8689, - "q25": -89.6552, - "q75": -66.6667, - "std": 26.8773 - }, - "sell": { - "count": 160, - "mean": -2.5173, - "median": 0.3817, - "q25": -3.1771, - "q75": 11.8939, - "std": 27.9443 - }, - "separation": 2.5682, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_williams_oversold", - "tf": "m5", - "interval": 5, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4369, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4968 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 1.1184, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_williams_overbought", - "tf": "m5", - "interval": 5, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.8313, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3757 - }, - "separation": 2.5792, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_roc_10", - "tf": "m5", - "interval": 5, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.4068, - "median": -1.1189, - "q25": -1.9504, - "q75": -0.5204, - "std": 1.4386 - }, - "sell": { - "count": 160, - "mean": 2.2308, - "median": 1.5794, - "q25": 0.7449, - "q75": 3.1336, - "std": 2.5036 - }, - "separation": 1.7816, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_mfi_14", - "tf": "m5", - "interval": 5, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 23.2792, - "median": 20.2112, - "q25": 12.6305, - "q75": 33.5621, - "std": 14.2336 - }, - "sell": { - "count": 159, - "mean": 74.3969, - "median": 77.3, - "q25": 65.9833, - "q75": 84.7258, - "std": 14.9634 - }, - "separation": 3.5005, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_rsi_bull_div", - "tf": "m5", - "interval": 5, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4117 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.6727, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_rsi_bear_div", - "tf": "m5", - "interval": 5, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.2125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4104 - }, - "separation": 0.6822, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_macd_bull_div", - "tf": "m5", - "interval": 5, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2708, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.445 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.7961, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_macd_bear_div", - "tf": "m5", - "interval": 5, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.25, - "median": 0.0, - "q25": 0.0, - "q75": 0.25, - "std": 0.4344 - }, - "separation": 0.7974, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_stoch_bull_div", - "tf": "m5", - "interval": 5, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2985, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4583 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.921, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_stoch_bear_div", - "tf": "m5", - "interval": 5, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.3, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.9069, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_rsi_delta_1", - "tf": "m5", - "interval": 5, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.1417, - "median": -1.2311, - "q25": -5.5556, - "q75": 1.6614, - "std": 6.7008 - }, - "sell": { - "count": 160, - "mean": 1.0907, - "median": 1.1645, - "q25": -2.017, - "q75": 4.8734, - "std": 6.4317 - }, - "separation": 0.4922, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_macd_hist_delta_1", - "tf": "m5", - "interval": 5, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2393, - "median": -0.091, - "q25": -0.288, - "q75": 0.0385, - "std": 0.8592 - }, - "sell": { - "count": 160, - "mean": 0.0988, - "median": 0.0363, - "q25": -0.2316, - "q75": 0.3104, - "std": 0.8558 - }, - "separation": 0.3943, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_stoch_k_delta_1", - "tf": "m5", - "interval": 5, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.403, - "median": -0.0, - "q25": -7.7778, - "q75": 4.4444, - "std": 13.0186 - }, - "sell": { - "count": 160, - "mean": -1.3615, - "median": -0.9372, - "q25": -4.8536, - "q75": 2.6553, - "std": 10.3548 - }, - "separation": 0.0885, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_keltner_pos", - "tf": "m5", - "interval": 5, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0926, - "median": 0.0897, - "q25": -0.0529, - "q75": 0.2196, - "std": 0.2117 - }, - "sell": { - "count": 160, - "mean": 0.9934, - "median": 0.9885, - "q25": 0.8223, - "q75": 1.1873, - "std": 0.286 - }, - "separation": 3.5798, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_ao", - "tf": "m5", - "interval": 5, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -12.8564, - "median": -9.4912, - "q25": -17.0647, - "q75": -4.2147, - "std": 18.2049 - }, - "sell": { - "count": 160, - "mean": 28.4475, - "median": 14.8779, - "q25": 7.6743, - "q75": 34.1713, - "std": 38.2468 - }, - "separation": 1.379, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_ao_bull", - "tf": "m5", - "interval": 5, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_ao_bear", - "tf": "m5", - "interval": 5, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2643, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_hv_20", - "tf": "m5", - "interval": 5, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.4685, - "median": 1.1618, - "q25": 0.8476, - "q75": 1.6161, - "std": 1.025 - }, - "sell": { - "count": 160, - "mean": 1.9277, - "median": 1.5061, - "q25": 1.1121, - "q75": 2.335, - "std": 1.5059 - }, - "separation": 0.3565, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_hv_percentile", - "tf": "m5", - "interval": 5, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6125, - "median": 0.6555, - "q25": 0.3613, - "q75": 0.8824, - "std": 0.3084 - }, - "sell": { - "count": 160, - "mean": 0.6749, - "median": 0.7185, - "q25": 0.4538, - "q75": 0.958, - "std": 0.2877 - }, - "separation": 0.2095, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_ad_line", - "tf": "m5", - "interval": 5, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 247, - "mean": -11255257345.0314, - "median": -12841983644.3482, - "q25": -16406160029.8103, - "q75": -3696320480.1563, - "std": 6473550922.0076 - }, - "sell": { - "count": 152, - "mean": -11136988860.473, - "median": -12414856948.2586, - "q25": -17067056454.545, - "q75": -3908839375.3616, - "std": 6553581270.9427 - }, - "separation": 0.0182, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_ad_slope_10", - "tf": "m5", - "interval": 5, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 200, - "mean": -15391001.5194, - "median": -4607524.4371, - "q25": -12292914.2381, - "q75": -1898090.1983, - "std": 35604871.7924 - }, - "sell": { - "count": 136, - "mean": -8003279.115, - "median": -1185001.726, - "q25": -5807444.524, - "q75": -68195.27, - "std": 23833014.5775 - }, - "separation": 0.2438, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_vol_ratio", - "tf": "m5", - "interval": 5, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.9531, - "median": 1.507, - "q25": 0.8367, - "q75": 2.4378, - "std": 1.7049 - }, - "sell": { - "count": 160, - "mean": 1.4553, - "median": 1.1779, - "q25": 0.714, - "q75": 1.7772, - "std": 1.0959 - }, - "separation": 0.3474, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_obv_slope_10", - "tf": "m5", - "interval": 5, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -862920.5288, - "median": -446376.3445, - "q25": -1005974.8736, - "q75": -156853.1932, - "std": 1513682.1947 - }, - "sell": { - "count": 160, - "mean": 3029343.3357, - "median": 1013511.7802, - "q25": 421511.2863, - "q75": 2784311.3283, - "std": 6012763.3373 - }, - "separation": 0.8878, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_obv_bull_div", - "tf": "m5", - "interval": 5, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.263, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_obv_bear_div", - "tf": "m5", - "interval": 5, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.0259, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_cmf_20", - "tf": "m5", - "interval": 5, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 19, - "mean": -3.4078, - "median": -3.4866, - "q25": -4.9665, - "q75": -1.2421, - "std": 2.4817 - }, - "sell": { - "count": 45, - "mean": -1.4011, - "median": -1.0865, - "q25": -2.0595, - "q75": -0.5327, - "std": 1.2672 - }, - "separation": 1.0184, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_close_vs_vwap_pct", - "tf": "m5", - "interval": 5, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -32.4979, - "median": -43.1154, - "q25": -60.5418, - "q75": -8.4517, - "std": 30.9024 - }, - "sell": { - "count": 160, - "mean": -21.7763, - "median": -27.477, - "q25": -56.2959, - "q75": 5.2291, - "std": 37.3047 - }, - "separation": 0.313, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_adx_14", - "tf": "m5", - "interval": 5, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 39.3883, - "median": 37.2544, - "q25": 26.2809, - "q75": 50.4218, - "std": 17.1285 - }, - "sell": { - "count": 160, - "mean": 37.4256, - "median": 31.4032, - "q25": 23.6336, - "q75": 48.5848, - "std": 18.3022 - }, - "separation": 0.1107, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_adx_trending", - "tf": "m5", - "interval": 5, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7692, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.422 - }, - "sell": { - "count": 160, - "mean": 0.7375, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4414 - }, - "separation": 0.0735, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_supertrend_bull", - "tf": "m5", - "interval": 5, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_linreg_slope_20", - "tf": "m5", - "interval": 5, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.8944, - "median": -0.591, - "q25": -1.3211, - "q75": -0.2571, - "std": 1.3185 - }, - "sell": { - "count": 160, - "mean": 2.1593, - "median": 1.1023, - "q25": 0.512, - "q75": 2.6169, - "std": 3.0124 - }, - "separation": 1.3133, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_linreg_r2_20", - "tf": "m5", - "interval": 5, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5434, - "median": 0.6086, - "q25": 0.2981, - "q75": 0.8006, - "std": 0.2994 - }, - "sell": { - "count": 160, - "mean": 0.6047, - "median": 0.6452, - "q25": 0.4733, - "q75": 0.8086, - "std": 0.2574 - }, - "separation": 0.2196, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_psar", - "tf": "m5", - "interval": 5, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1014.6277, - "median": 899.0, - "q25": 552.0, - "q75": 1359.0, - "std": 525.8814 - }, - "sell": { - "count": 160, - "mean": 1175.7016, - "median": 1110.0, - "q25": 611.5, - "q75": 1562.5, - "std": 638.5756 - }, - "separation": 0.2754, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_psar_bull", - "tf": "m5", - "interval": 5, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_psar_flip_bull", - "tf": "m5", - "interval": 5, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_psar_flip_bear", - "tf": "m5", - "interval": 5, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_body_ratio", - "tf": "m5", - "interval": 5, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_hammer", - "tf": "m5", - "interval": 5, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.5625, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4976 - }, - "separation": 1.3374, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_shooting_star", - "tf": "m5", - "interval": 5, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7477, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.435 - }, - "sell": { - "count": 160, - "mean": 0.925, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2642 - }, - "separation": 0.4927, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_doji", - "tf": "m5", - "interval": 5, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9877, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.9688, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1745 - }, - "separation": 0.1297, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_bullish_engulfing", - "tf": "m5", - "interval": 5, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_bearish_engulfing", - "tf": "m5", - "interval": 5, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.052, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_morning_star", - "tf": "m5", - "interval": 5, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_evening_star", - "tf": "m5", - "interval": 5, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_three_white_soldiers", - "tf": "m5", - "interval": 5, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_three_black_crows", - "tf": "m5", - "interval": 5, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1508, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3584 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.3946, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_ha_bull", - "tf": "m5", - "interval": 5, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.8438, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3642 - }, - "separation": 2.8514, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_ha_trend_up", - "tf": "m5", - "interval": 5, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.6062, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4901 - }, - "separation": 1.6719, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_pattern_double_top", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0247, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_double_bottom", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.0891, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_head_shoulders", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0482, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_inv_head_shoulders", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1765, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_triangle_sym", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_triangle_asc", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_triangle_desc", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3519, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_flag_bull", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0482, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_flag_bear", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_wedge_rising", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.2712, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_wedge_falling", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3519, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_rectangle", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1306, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_channel_up", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.2712, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_channel_down", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3519, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_measured_move", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.37, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_rounding_top", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2513, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_rounding_bottom", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.2752, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_gap_up", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.0796, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_gap_down", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.12, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3255 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.0701, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_v_bottom", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_spike_top", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0813, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2741 - }, - "separation": 0.2722, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_triple_top", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.1423, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_triple_bottom", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.0051, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_cup_handle", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1874, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_keystone_bull", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_keystone_bear", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1363, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_island_top", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.0891, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_island_bottom", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.0796, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_pattern_label", - "tf": "m5", - "interval": 5, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.868, - "top": { - "none": 282, - "island_bottom": 35, - "cup_handle": 3, - "double_bottom": 3, - "island_top": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.844, - "top": { - "none": 135, - "island_bottom": 18, - "cup_handle": 6, - "island_top": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_struct_trend", - "tf": "m5", - "interval": 5, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.948, - "top": { - "range": 308, - "down": 13, - "up": 4 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.906, - "top": { - "range": 145, - "up": 13, - "down": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_struct_hh", - "tf": "m5", - "interval": 5, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.3384, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_hl", - "tf": "m5", - "interval": 5, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2924 - }, - "separation": 0.2622, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_lh", - "tf": "m5", - "interval": 5, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.18, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_ll", - "tf": "m5", - "interval": 5, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1107, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_bos_bull", - "tf": "m5", - "interval": 5, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.4268, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_bos_bear", - "tf": "m5", - "interval": 5, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2635, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_struct_choch", - "tf": "m5", - "interval": 5, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.021, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_elliott_wave_count", - "tf": "m5", - "interval": 5, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 5.4338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 14.3628 - }, - "sell": { - "count": 160, - "mean": 6.5938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 16.2137 - }, - "separation": 0.0757, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_elliott_phase", - "tf": "m5", - "interval": 5, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.868, - "top": { - "unknown": 282, - "impulse_late": 43 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.844, - "top": { - "unknown": 135, - "impulse_late": 25 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_wyckoff_phase", - "tf": "m5", - "interval": 5, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.929, - "top": { - "unknown": 302, - "accumulation": 23 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.9, - "top": { - "unknown": 144, - "distribution": 8, - "accumulation": 8 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_fib_near_level", - "tf": "m5", - "interval": 5, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.883, - "top": { - "none": 287, - "0": 18, - "382": 8, - "618": 7, - "500": 3 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.863, - "top": { - "none": 138, - "100": 15, - "618": 4, - "382": 2, - "500": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_ichi_trend", - "tf": "m5", - "interval": 5, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.868, - "top": { - "neutral": 282, - "below_cloud": 28, - "above_cloud": 8, - "in_cloud": 7 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.844, - "top": { - "neutral": 135, - "above_cloud": 24, - "below_cloud": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_pitchfork_bias", - "tf": "m5", - "interval": 5, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.914, - "top": { - "neutral": 297, - "below": 19, - "above": 9 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.881, - "top": { - "neutral": 141, - "above": 14, - "below": 5 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_pitchfork_dist_pct", - "tf": "m5", - "interval": 5, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1264, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.9332 - }, - "sell": { - "count": 160, - "mean": 0.2238, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 1.105 - }, - "separation": 0.3424, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_wyckoff_spring", - "tf": "m5", - "interval": 5, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_wyckoff_utad", - "tf": "m5", - "interval": 5, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_vp_poc", - "tf": "m5", - "interval": 5, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1042.9762, - "median": 920.45, - "q25": 564.4, - "q75": 1400.3333, - "std": 547.7987 - }, - "sell": { - "count": 160, - "mean": 1150.3687, - "median": 1095.475, - "q25": 583.4167, - "q75": 1537.1333, - "std": 637.6862 - }, - "separation": 0.1807, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_vp_vah", - "tf": "m5", - "interval": 5, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1063.8945, - "median": 934.6, - "q25": 581.0667, - "q75": 1417.3333, - "std": 557.6117 - }, - "sell": { - "count": 160, - "mean": 1180.494, - "median": 1107.5, - "q25": 608.525, - "q75": 1560.0, - "std": 647.0274 - }, - "separation": 0.1931, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_vp_val", - "tf": "m5", - "interval": 5, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1010.1305, - "median": 899.0, - "q25": 545.0, - "q75": 1368.0, - "std": 518.6543 - }, - "sell": { - "count": 160, - "mean": 1092.2744, - "median": 1055.7, - "q25": 561.0, - "q75": 1476.0, - "std": 584.8409 - }, - "separation": 0.1486, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_vp_close_vs_poc_pct", - "tf": "m5", - "interval": 5, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.8552, - "median": -1.5381, - "q25": -2.8975, - "q75": -0.5766, - "std": 2.6429 - }, - "sell": { - "count": 160, - "mean": 3.0587, - "median": 2.3227, - "q25": 0.6618, - "q75": 4.2173, - "std": 3.4851 - }, - "separation": 1.5888, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_vp_in_value_area", - "tf": "m5", - "interval": 5, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6492, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4779 - }, - "sell": { - "count": 160, - "mean": 0.4562, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4996 - }, - "separation": 0.3947, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_harmonic_gartley", - "tf": "m5", - "interval": 5, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_harmonic_bat", - "tf": "m5", - "interval": 5, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_harmonic_label", - "tf": "m5", - "interval": 5, - "base": "ga_harmonic_label", - "family": "harmonic", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.997, - "top": { - "none": 324, - "gartley": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 1.0, - "top": { - "none": 160 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m5_ga_chart_type_candle", - "tf": "m5", - "interval": 5, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_chart_line_slope", - "tf": "m5", - "interval": 5, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2238, - "median": -0.202, - "q25": -0.4141, - "q75": -0.0707, - "std": 0.7494 - }, - "sell": { - "count": 160, - "mean": 0.8659, - "median": 0.5808, - "q25": 0.2702, - "q75": 1.1136, - "std": 0.9423 - }, - "separation": 1.28, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_chart_bar_range_pct", - "tf": "m5", - "interval": 5, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2105, - "median": -0.1651, - "q25": -0.2787, - "q75": 0.0, - "std": 0.4332 - }, - "sell": { - "count": 160, - "mean": -0.5665, - "median": -0.379, - "q25": -0.7269, - "q75": -0.2065, - "std": 0.8255 - }, - "separation": 0.5401, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_chart_ha_trend", - "tf": "m5", - "interval": 5, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.6062, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4901 - }, - "separation": 1.6719, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_chart_renko_brick_up_ratio", - "tf": "m5", - "interval": 5, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4184, - "median": 0.409, - "q25": 0.346, - "q75": 0.481, - "std": 0.1154 - }, - "sell": { - "count": 160, - "mean": 0.6627, - "median": 0.672, - "q25": 0.6085, - "q75": 0.724, - "std": 0.0827 - }, - "separation": 2.434, - "buy_lower_than_sell": true - }, - { - "col": "m5_ga_chart_renko_dir", - "tf": "m5", - "interval": 5, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2585, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.4523 - }, - "sell": { - "count": 160, - "mean": 0.25, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5016 - }, - "separation": 1.0647, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_chart_pnf_col", - "tf": "m5", - "interval": 5, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1446, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4165 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4361 - }, - "separation": 0.6469, - "buy_lower_than_sell": false - }, - { - "col": "m5_ga_chart_vol_spike", - "tf": "m5", - "interval": 5, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4031, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4913 - }, - "sell": { - "count": 160, - "mean": 0.2437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4307 - }, - "separation": 0.3449, - "buy_lower_than_sell": false - }, - { - "col": "m10_bb_pos", - "tf": "m10", - "interval": 10, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.147, - "median": 0.1016, - "q25": 0.0, - "q75": 0.2135, - "std": 0.1789 - }, - "sell": { - "count": 160, - "mean": 0.8734, - "median": 0.9056, - "q25": 0.7898, - "q75": 1.0, - "std": 0.1406 - }, - "separation": 4.5143, - "buy_lower_than_sell": true - }, - { - "col": "m10_RSI", - "tf": "m10", - "interval": 10, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 33.2629, - "median": 31.8182, - "q25": 23.75, - "q75": 41.6667, - "std": 12.7803 - }, - "sell": { - "count": 158, - "mean": 70.6027, - "median": 69.9572, - "q25": 63.1196, - "q75": 78.3823, - "std": 11.9884 - }, - "separation": 3.0135, - "buy_lower_than_sell": true - }, - { - "col": "m10_macd_hist", - "tf": "m10", - "interval": 10, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.5638, - "median": -1.0156, - "q25": -2.2778, - "q75": -0.262, - "std": 2.3298 - }, - "sell": { - "count": 160, - "mean": 2.9669, - "median": 1.2903, - "q25": 0.3689, - "q75": 3.5976, - "std": 5.3516 - }, - "separation": 1.0978, - "buy_lower_than_sell": true - }, - { - "col": "m10_stoch_k", - "tf": "m10", - "interval": 10, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 29.7235, - "median": 21.6667, - "q25": 13.2275, - "q75": 38.4615, - "std": 24.1158 - }, - "sell": { - "count": 160, - "mean": 103.6879, - "median": 106.5476, - "q25": 101.5997, - "q75": 112.9215, - "std": 18.6884 - }, - "separation": 3.4285, - "buy_lower_than_sell": true - }, - { - "col": "m10_stoch_d", - "tf": "m10", - "interval": 10, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 34.6058, - "median": 24.6109, - "q25": 14.8582, - "q75": 46.5741, - "std": 26.9748 - }, - "sell": { - "count": 160, - "mean": 103.0399, - "median": 105.9814, - "q25": 98.348, - "q75": 112.016, - "std": 18.7 - }, - "separation": 2.9486, - "buy_lower_than_sell": true - }, - { - "col": "m10_macd_line", - "tf": "m10", - "interval": 10, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.716, - "median": -3.6008, - "q25": -6.9747, - "q75": -1.1408, - "std": 11.2069 - }, - "sell": { - "count": 160, - "mean": 14.0197, - "median": 8.0437, - "q25": 3.929, - "q75": 17.4131, - "std": 16.02 - }, - "separation": 1.2829, - "buy_lower_than_sell": true - }, - { - "col": "m10_macd_signal", - "tf": "m10", - "interval": 10, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.1521, - "median": -2.533, - "q25": -5.2708, - "q75": -0.4126, - "std": 11.1524 - }, - "sell": { - "count": 160, - "mean": 11.0528, - "median": 6.3926, - "q25": 3.1093, - "q75": 12.5648, - "std": 13.4203 - }, - "separation": 1.0702, - "buy_lower_than_sell": true - }, - { - "col": "m10_BB_Width", - "tf": "m10", - "interval": 10, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.0328, - "median": 3.3175, - "q25": 2.3212, - "q75": 4.9569, - "std": 2.7294 - }, - "sell": { - "count": 160, - "mean": 6.5764, - "median": 5.2665, - "q25": 3.1659, - "q75": 7.661, - "std": 5.9283 - }, - "separation": 0.5512, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_sma_5", - "tf": "m10", - "interval": 10, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1029.4923, - "median": 910.2, - "q25": 564.4, - "q75": 1381.6, - "std": 535.8342 - }, - "sell": { - "count": 160, - "mean": 1166.8262, - "median": 1107.6, - "q25": 599.35, - "q75": 1556.0, - "std": 632.8756 - }, - "separation": 0.2342, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_sma_20", - "tf": "m10", - "interval": 10, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1037.264, - "median": 915.6, - "q25": 564.2, - "q75": 1397.05, - "std": 538.2991 - }, - "sell": { - "count": 160, - "mean": 1144.2047, - "median": 1101.725, - "q25": 592.5875, - "q75": 1535.5625, - "std": 617.3471 - }, - "separation": 0.1846, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_sma_60", - "tf": "m10", - "interval": 10, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1041.1876, - "median": 920.0167, - "q25": 563.8667, - "q75": 1404.4333, - "std": 538.5396 - }, - "sell": { - "count": 160, - "mean": 1117.4651, - "median": 1079.8917, - "q25": 575.1833, - "q75": 1511.5417, - "std": 599.4231 - }, - "separation": 0.1339, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_close_vs_sma_20_pct", - "tf": "m10", - "interval": 10, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.3979, - "median": -1.2565, - "q25": -1.9254, - "q75": -0.7334, - "std": 1.2777 - }, - "sell": { - "count": 160, - "mean": 2.7753, - "median": 2.0641, - "q25": 1.176, - "q75": 3.258, - "std": 2.9335 - }, - "separation": 1.8445, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_golden_cross", - "tf": "m10", - "interval": 10, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.1508, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_death_cross", - "tf": "m10", - "interval": 10, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3711, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_atr_14", - "tf": "m10", - "interval": 10, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 9.4521, - "median": 6.9286, - "q25": 4.2857, - "q75": 11.4286, - "std": 9.1866 - }, - "sell": { - "count": 160, - "mean": 12.9973, - "median": 8.7143, - "q25": 4.9286, - "q75": 16.0179, - "std": 12.9082 - }, - "separation": 0.3165, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_atr_pct", - "tf": "m10", - "interval": 10, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9002, - "median": 0.7545, - "q25": 0.5401, - "q75": 1.0741, - "std": 0.5132 - }, - "sell": { - "count": 160, - "mean": 1.0751, - "median": 0.8445, - "q25": 0.6405, - "q75": 1.2919, - "std": 0.7622 - }, - "separation": 0.2693, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_bb_squeeze", - "tf": "m10", - "interval": 10, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1262, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3325 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.0825, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_donchian_pos", - "tf": "m10", - "interval": 10, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.233, - "median": 0.1667, - "q25": 0.069, - "q75": 0.3143, - "std": 0.2405 - }, - "sell": { - "count": 160, - "mean": 1.0312, - "median": 1.0417, - "q25": 1.0, - "q75": 1.1165, - "std": 0.1861 - }, - "separation": 3.7116, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_cci_20", - "tf": "m10", - "interval": 10, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -157.5697, - "median": -155.1235, - "q25": -196.1197, - "q75": -116.1172, - "std": 78.8249 - }, - "sell": { - "count": 160, - "mean": 145.8314, - "median": 137.531, - "q25": 111.2061, - "q75": 178.1529, - "std": 69.0336 - }, - "separation": 4.095, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_cci_oversold", - "tf": "m10", - "interval": 10, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8246, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3809 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 2.9752, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_cci_overbought", - "tf": "m10", - "interval": 10, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.8, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4013 - }, - "separation": 2.8196, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_williams_r", - "tf": "m10", - "interval": 10, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -74.999, - "median": -80.9524, - "q25": -92.0, - "q75": -66.6667, - "std": 25.0138 - }, - "sell": { - "count": 160, - "mean": 4.3879, - "median": 5.4424, - "q25": -0.0, - "q75": 13.347, - "std": 22.7614 - }, - "separation": 3.3197, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_williams_oversold", - "tf": "m10", - "interval": 10, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5046, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5007 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 1.3566, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_williams_overbought", - "tf": "m10", - "interval": 10, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.8812, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3245 - }, - "separation": 3.1371, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_roc_10", - "tf": "m10", - "interval": 10, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.572, - "median": -1.5023, - "q25": -2.3452, - "q75": -0.7143, - "std": 1.6543 - }, - "sell": { - "count": 160, - "mean": 3.2389, - "median": 2.3253, - "q25": 1.344, - "q75": 4.0785, - "std": 3.8757 - }, - "separation": 1.6145, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_mfi_14", - "tf": "m10", - "interval": 10, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 25.0834, - "median": 21.6395, - "q25": 14.1791, - "q75": 33.2831, - "std": 15.5608 - }, - "sell": { - "count": 159, - "mean": 74.3662, - "median": 74.8275, - "q25": 65.2225, - "q75": 85.8348, - "std": 14.5005 - }, - "separation": 3.2768, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_rsi_bull_div", - "tf": "m10", - "interval": 10, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1877, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3911 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.6787, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_rsi_bear_div", - "tf": "m10", - "interval": 10, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.275, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4479 - }, - "separation": 0.6926, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_macd_bull_div", - "tf": "m10", - "interval": 10, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4259 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.721, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_macd_bear_div", - "tf": "m10", - "interval": 10, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.2687, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4447 - }, - "separation": 0.7472, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_stoch_bull_div", - "tf": "m10", - "interval": 10, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.418 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.76, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_stoch_bear_div", - "tf": "m10", - "interval": 10, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.3125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.465 - }, - "separation": 0.8167, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_rsi_delta_1", - "tf": "m10", - "interval": 10, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.0044, - "median": -2.2989, - "q25": -6.5259, - "q75": 0.641, - "std": 6.2911 - }, - "sell": { - "count": 158, - "mean": 0.7848, - "median": 0.7353, - "q25": -2.2509, - "q75": 4.0772, - "std": 5.6907 - }, - "separation": 0.6317, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_macd_hist_delta_1", - "tf": "m10", - "interval": 10, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.4131, - "median": -0.2036, - "q25": -0.5614, - "q75": -0.0003, - "std": 0.8206 - }, - "sell": { - "count": 160, - "mean": 0.4856, - "median": 0.1501, - "q25": -0.1359, - "q75": 0.5339, - "std": 1.8254 - }, - "separation": 0.6351, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_stoch_k_delta_1", - "tf": "m10", - "interval": 10, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -5.2016, - "median": -3.7412, - "q25": -11.1345, - "q75": 3.4866, - "std": 13.1867 - }, - "sell": { - "count": 160, - "mean": -0.3629, - "median": -0.631, - "q25": -5.5556, - "q75": 4.7149, - "std": 11.3228 - }, - "separation": 0.3937, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_keltner_pos", - "tf": "m10", - "interval": 10, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1152, - "median": 0.103, - "q25": -0.0455, - "q75": 0.2312, - "std": 0.23 - }, - "sell": { - "count": 160, - "mean": 1.0602, - "median": 1.0214, - "q25": 0.8409, - "q75": 1.2715, - "std": 0.2863 - }, - "separation": 3.6386, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_ao", - "tf": "m10", - "interval": 10, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -12.4313, - "median": -10.2176, - "q25": -20.0676, - "q75": -3.7176, - "std": 26.4406 - }, - "sell": { - "count": 160, - "mean": 36.0619, - "median": 19.0118, - "q25": 9.7088, - "q75": 46.5809, - "std": 43.323 - }, - "separation": 1.3512, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_ao_bull", - "tf": "m10", - "interval": 10, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_ao_bear", - "tf": "m10", - "interval": 10, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2387, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_hv_20", - "tf": "m10", - "interval": 10, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.977, - "median": 1.5867, - "q25": 1.117, - "q75": 2.3209, - "std": 1.347 - }, - "sell": { - "count": 160, - "mean": 2.6123, - "median": 1.9566, - "q25": 1.5642, - "q75": 3.0236, - "std": 2.0378 - }, - "separation": 0.3678, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_hv_percentile", - "tf": "m10", - "interval": 10, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6018, - "median": 0.6387, - "q25": 0.3109, - "q75": 0.8992, - "std": 0.3175 - }, - "sell": { - "count": 160, - "mean": 0.7035, - "median": 0.7983, - "q25": 0.5357, - "q75": 0.9832, - "std": 0.2847 - }, - "separation": 0.3372, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_ad_line", - "tf": "m10", - "interval": 10, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 284, - "mean": -14446321866.4365, - "median": -16302141083.3495, - "q25": -21703710324.8199, - "q75": -4569654678.0107, - "std": 8532270905.1649 - }, - "sell": { - "count": 145, - "mean": -14111352774.7034, - "median": -15286167469.9987, - "q25": -22413873756.2188, - "q75": -4738760754.8632, - "std": 8744001740.61 - }, - "separation": 0.0388, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_ad_slope_10", - "tf": "m10", - "interval": 10, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 252, - "mean": -28097518.8557, - "median": -7957460.4894, - "q25": -20730025.9949, - "q75": -3630503.3692, - "std": 82749199.2932 - }, - "sell": { - "count": 133, - "mean": -11304923.6808, - "median": -2553714.6282, - "q25": -11428659.3069, - "q75": -554284.1821, - "std": 22148276.1467 - }, - "separation": 0.2772, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_vol_ratio", - "tf": "m10", - "interval": 10, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.05, - "median": 1.5875, - "q25": 0.9214, - "q75": 2.5973, - "std": 1.5883 - }, - "sell": { - "count": 160, - "mean": 1.7203, - "median": 1.3049, - "q25": 0.872, - "q75": 2.2695, - "std": 1.2409 - }, - "separation": 0.2314, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_obv_slope_10", - "tf": "m10", - "interval": 10, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -942544.9108, - "median": -825057.1945, - "q25": -1542088.0755, - "q75": -296841.1942, - "std": 2807785.915 - }, - "sell": { - "count": 160, - "mean": 4510371.0497, - "median": 1860853.3046, - "q25": 660370.9813, - "q75": 5188701.3834, - "std": 7943487.7315 - }, - "separation": 0.9153, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_obv_bull_div", - "tf": "m10", - "interval": 10, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.4666, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_obv_bear_div", - "tf": "m10", - "interval": 10, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.05, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2186 - }, - "separation": 0.1339, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_cmf_20", - "tf": "m10", - "interval": 10, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 38, - "mean": -4.4839, - "median": -4.1917, - "q25": -5.9941, - "q75": -2.5523, - "std": 2.9105 - }, - "sell": { - "count": 47, - "mean": -1.7067, - "median": -1.3174, - "q25": -2.1284, - "q75": -0.3623, - "std": 1.972 - }, - "separation": 1.1172, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_close_vs_vwap_pct", - "tf": "m10", - "interval": 10, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -32.3242, - "median": -43.0554, - "q25": -60.4738, - "q75": -8.3165, - "std": 30.9933 - }, - "sell": { - "count": 160, - "mean": -21.8545, - "median": -27.7526, - "q25": -56.2578, - "q75": 5.3346, - "std": 37.2412 - }, - "separation": 0.3056, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_adx_14", - "tf": "m10", - "interval": 10, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 38.4572, - "median": 37.2065, - "q25": 24.0526, - "q75": 49.1566, - "std": 17.738 - }, - "sell": { - "count": 160, - "mean": 37.7151, - "median": 33.7792, - "q25": 24.0881, - "q75": 49.5758, - "std": 17.144 - }, - "separation": 0.0425, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_adx_trending", - "tf": "m10", - "interval": 10, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7231, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4482 - }, - "sell": { - "count": 160, - "mean": 0.7312, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4447 - }, - "separation": 0.0183, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_supertrend_bull", - "tf": "m10", - "interval": 10, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_linreg_slope_20", - "tf": "m10", - "interval": 10, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.7884, - "median": -0.6662, - "q25": -1.4038, - "q75": -0.1692, - "std": 2.0611 - }, - "sell": { - "count": 160, - "mean": 2.4841, - "median": 1.3515, - "q25": 0.5771, - "q75": 3.3383, - "std": 3.1232 - }, - "separation": 1.2368, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_linreg_r2_20", - "tf": "m10", - "interval": 10, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5044, - "median": 0.5882, - "q25": 0.2193, - "q75": 0.7751, - "std": 0.3059 - }, - "sell": { - "count": 160, - "mean": 0.5564, - "median": 0.6438, - "q25": 0.3451, - "q75": 0.821, - "std": 0.3005 - }, - "separation": 0.1715, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_psar", - "tf": "m10", - "interval": 10, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1015.0492, - "median": 899.0, - "q25": 552.0, - "q75": 1359.0, - "std": 526.1444 - }, - "sell": { - "count": 160, - "mean": 1169.3996, - "median": 1109.0, - "q25": 608.0, - "q75": 1562.25, - "std": 631.4801 - }, - "separation": 0.2656, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_psar_bull", - "tf": "m10", - "interval": 10, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_psar_flip_bull", - "tf": "m10", - "interval": 10, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_psar_flip_bear", - "tf": "m10", - "interval": 10, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_body_ratio", - "tf": "m10", - "interval": 10, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_hammer", - "tf": "m10", - "interval": 10, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0738, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2619 - }, - "sell": { - "count": 160, - "mean": 0.45, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4991 - }, - "separation": 0.9438, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_shooting_star", - "tf": "m10", - "interval": 10, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8369, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.37 - }, - "sell": { - "count": 160, - "mean": 0.8812, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3245 - }, - "separation": 0.1274, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_doji", - "tf": "m10", - "interval": 10, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.96, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.9625, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1906 - }, - "separation": 0.0129, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_bullish_engulfing", - "tf": "m10", - "interval": 10, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_bearish_engulfing", - "tf": "m10", - "interval": 10, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_morning_star", - "tf": "m10", - "interval": 10, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_evening_star", - "tf": "m10", - "interval": 10, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_three_white_soldiers", - "tf": "m10", - "interval": 10, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_three_black_crows", - "tf": "m10", - "interval": 10, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.4151, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_ha_bull", - "tf": "m10", - "interval": 10, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.8938, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3091 - }, - "separation": 3.7975, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_ha_trend_up", - "tf": "m10", - "interval": 10, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.5938, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4927 - }, - "separation": 1.6849, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_pattern_double_top", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0343, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_double_bottom", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.12, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3255 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3387 - }, - "separation": 0.0339, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_head_shoulders", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.1908, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_inv_head_shoulders", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.1855, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_triangle_sym", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_triangle_asc", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_triangle_desc", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3419, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_flag_bull", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0315, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_flag_bear", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1363, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_wedge_rising", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0954, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2942 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.2818, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_wedge_falling", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3419, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_rectangle", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0882, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_channel_up", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0954, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2942 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.2818, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_channel_down", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3419, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_measured_move", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.4391, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_rounding_top", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2996, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_rounding_bottom", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.2136, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_gap_up", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1415, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3491 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.075, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_gap_down", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1415, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3491 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.075, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_v_bottom", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_spike_top", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2538 - }, - "separation": 0.1749, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_triple_top", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_triple_bottom", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.0651, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_cup_handle", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.105, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_keystone_bull", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_keystone_bear", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_island_top", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.068, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_island_bottom", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.1625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3701 - }, - "separation": 0.085, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_pattern_label", - "tf": "m10", - "interval": 10, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.849, - "top": { - "none": 276, - "island_bottom": 36, - "cup_handle": 5, - "double_bottom": 3, - "island_top": 3 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.806, - "top": { - "none": 129, - "island_bottom": 22, - "cup_handle": 5, - "double_bottom": 1, - "flag_bull": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_struct_trend", - "tf": "m10", - "interval": 10, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.929, - "top": { - "range": 302, - "up": 14, - "down": 9 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.863, - "top": { - "range": 138, - "up": 22 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_struct_hh", - "tf": "m10", - "interval": 10, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.2778, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_hl", - "tf": "m10", - "interval": 10, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0769, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2669 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.2484, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_lh", - "tf": "m10", - "interval": 10, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.1676, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_ll", - "tf": "m10", - "interval": 10, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0523, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.223 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2753, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_bos_bull", - "tf": "m10", - "interval": 10, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.354, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_bos_bear", - "tf": "m10", - "interval": 10, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2635, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_struct_choch", - "tf": "m10", - "interval": 10, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.0687, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_elliott_wave_count", - "tf": "m10", - "interval": 10, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 5.0523, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 12.5418 - }, - "sell": { - "count": 160, - "mean": 6.4313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 13.4938 - }, - "separation": 0.1059, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_elliott_phase", - "tf": "m10", - "interval": 10, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.846, - "top": { - "unknown": 275, - "impulse_late": 50 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.806, - "top": { - "unknown": 129, - "impulse_late": 31 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_wyckoff_phase", - "tf": "m10", - "interval": 10, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.945, - "top": { - "unknown": 307, - "accumulation": 17, - "distribution": 1 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.938, - "top": { - "unknown": 150, - "distribution": 5, - "accumulation": 5 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_fib_near_level", - "tf": "m10", - "interval": 10, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.88, - "top": { - "none": 286, - "0": 15, - "382": 11, - "100": 8, - "500": 3 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.825, - "top": { - "none": 132, - "100": 24, - "382": 2, - "618": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_ichi_trend", - "tf": "m10", - "interval": 10, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.846, - "top": { - "neutral": 275, - "below_cloud": 30, - "in_cloud": 10, - "above_cloud": 10 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.806, - "top": { - "neutral": 129, - "above_cloud": 29, - "in_cloud": 1, - "below_cloud": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_pitchfork_bias", - "tf": "m10", - "interval": 10, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.886, - "top": { - "neutral": 288, - "below": 26, - "above": 11 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.881, - "top": { - "neutral": 141, - "above": 15, - "below": 4 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m10_ga_pitchfork_dist_pct", - "tf": "m10", - "interval": 10, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1429, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.9595 - }, - "sell": { - "count": 160, - "mean": 0.2193, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 1.175 - }, - "separation": 0.3376, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_wyckoff_spring", - "tf": "m10", - "interval": 10, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1363, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_wyckoff_utad", - "tf": "m10", - "interval": 10, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_vp_poc", - "tf": "m10", - "interval": 10, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1045.2921, - "median": 925.75, - "q25": 563.5333, - "q75": 1401.15, - "std": 549.2521 - }, - "sell": { - "count": 160, - "mean": 1135.4091, - "median": 1078.7917, - "q25": 577.4542, - "q75": 1538.05, - "std": 611.2486 - }, - "separation": 0.1551, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_vp_vah", - "tf": "m10", - "interval": 10, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1071.7935, - "median": 940.0, - "q25": 583.0, - "q75": 1426.2, - "std": 565.7009 - }, - "sell": { - "count": 160, - "mean": 1176.3613, - "median": 1106.6, - "q25": 606.0, - "q75": 1558.5, - "std": 643.8152 - }, - "separation": 0.1725, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_vp_val", - "tf": "m10", - "interval": 10, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1005.9534, - "median": 904.8333, - "q25": 544.0, - "q75": 1361.0, - "std": 516.036 - }, - "sell": { - "count": 160, - "mean": 1075.271, - "median": 1049.7333, - "q25": 559.725, - "q75": 1469.8, - "std": 576.9678 - }, - "separation": 0.1266, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_vp_close_vs_poc_pct", - "tf": "m10", - "interval": 10, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.8475, - "median": -1.8053, - "q25": -3.1641, - "q75": -0.5405, - "std": 3.2235 - }, - "sell": { - "count": 160, - "mean": 3.7838, - "median": 2.5395, - "q25": 0.5757, - "q75": 5.6866, - "std": 4.2933 - }, - "separation": 1.4834, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_vp_in_value_area", - "tf": "m10", - "interval": 10, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.72, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4497 - }, - "sell": { - "count": 160, - "mean": 0.3312, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.8432, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_harmonic_gartley", - "tf": "m10", - "interval": 10, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_harmonic_bat", - "tf": "m10", - "interval": 10, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_chart_type_candle", - "tf": "m10", - "interval": 10, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_chart_line_slope", - "tf": "m10", - "interval": 10, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.2788, - "median": -0.2911, - "q25": -0.6835, - "q75": -0.038, - "std": 1.1127 - }, - "sell": { - "count": 160, - "mean": 1.204, - "median": 0.7089, - "q25": 0.3861, - "q75": 1.5285, - "std": 1.7188 - }, - "separation": 1.0242, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_chart_bar_range_pct", - "tf": "m10", - "interval": 10, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3239, - "median": -0.2695, - "q25": -0.5469, - "q75": -0.128, - "std": 0.8637 - }, - "sell": { - "count": 160, - "mean": -0.4902, - "median": -0.3455, - "q25": -0.8376, - "q75": -0.1903, - "std": 1.1061 - }, - "separation": 0.1675, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_chart_ha_trend", - "tf": "m10", - "interval": 10, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.5938, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4927 - }, - "separation": 1.6849, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_chart_renko_brick_up_ratio", - "tf": "m10", - "interval": 10, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4258, - "median": 0.4, - "q25": 0.333, - "q75": 0.5, - "std": 0.1369 - }, - "sell": { - "count": 160, - "mean": 0.673, - "median": 0.681, - "q25": 0.609, - "q75": 0.7432, - "std": 0.1019 - }, - "separation": 2.0483, - "buy_lower_than_sell": true - }, - { - "col": "m10_ga_chart_renko_dir", - "tf": "m10", - "interval": 10, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3446, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.4888 - }, - "sell": { - "count": 160, - "mean": 0.2875, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5424 - }, - "separation": 1.2244, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_chart_pnf_col", - "tf": "m10", - "interval": 10, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1785, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4069 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4517 - }, - "separation": 0.8077, - "buy_lower_than_sell": false - }, - { - "col": "m10_ga_chart_vol_spike", - "tf": "m10", - "interval": 10, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4369, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4968 - }, - "sell": { - "count": 160, - "mean": 0.3438, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4765 - }, - "separation": 0.1914, - "buy_lower_than_sell": false - }, - { - "col": "m15_bb_pos", - "tf": "m15", - "interval": 15, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1747, - "median": 0.1092, - "q25": 0.0, - "q75": 0.2485, - "std": 0.215 - }, - "sell": { - "count": 160, - "mean": 0.8804, - "median": 0.9076, - "q25": 0.8095, - "q75": 1.0, - "std": 0.1426 - }, - "separation": 3.8683, - "buy_lower_than_sell": true - }, - { - "col": "m15_RSI", - "tf": "m15", - "interval": 15, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 35.1486, - "median": 33.7662, - "q25": 26.087, - "q75": 43.1373, - "std": 13.8754 - }, - "sell": { - "count": 160, - "mean": 70.8941, - "median": 71.767, - "q25": 61.2436, - "q75": 80.9524, - "std": 12.7473 - }, - "separation": 2.6829, - "buy_lower_than_sell": true - }, - { - "col": "m15_macd_hist", - "tf": "m15", - "interval": 15, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.5741, - "median": -1.1178, - "q25": -2.4403, - "q75": -0.2319, - "std": 3.2371 - }, - "sell": { - "count": 160, - "mean": 3.389, - "median": 1.4576, - "q25": 0.4712, - "q75": 5.0645, - "std": 5.5355 - }, - "separation": 1.0946, - "buy_lower_than_sell": true - }, - { - "col": "m15_stoch_k", - "tf": "m15", - "interval": 15, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 34.3344, - "median": 24.7807, - "q25": 15.3467, - "q75": 48.0464, - "std": 27.3048 - }, - "sell": { - "count": 160, - "mean": 105.7085, - "median": 107.8954, - "q25": 101.3139, - "q75": 114.366, - "std": 17.3592 - }, - "separation": 3.1196, - "buy_lower_than_sell": true - }, - { - "col": "m15_stoch_d", - "tf": "m15", - "interval": 15, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 39.0262, - "median": 26.433, - "q25": 17.8123, - "q75": 58.1481, - "std": 30.1457 - }, - "sell": { - "count": 160, - "mean": 101.5212, - "median": 104.9988, - "q25": 93.3319, - "q75": 111.6368, - "std": 17.1555 - }, - "separation": 2.5481, - "buy_lower_than_sell": true - }, - { - "col": "m15_macd_line", - "tf": "m15", - "interval": 15, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.3209, - "median": -3.5983, - "q25": -7.597, - "q75": -1.098, - "std": 14.9734 - }, - "sell": { - "count": 160, - "mean": 15.5988, - "median": 8.8842, - "q25": 4.7339, - "q75": 17.0238, - "std": 18.2793 - }, - "separation": 1.1324, - "buy_lower_than_sell": true - }, - { - "col": "m15_macd_signal", - "tf": "m15", - "interval": 15, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.7468, - "median": -2.4032, - "q25": -5.96, - "q75": 0.1244, - "std": 14.1439 - }, - "sell": { - "count": 160, - "mean": 12.2097, - "median": 6.9224, - "q25": 3.4948, - "q75": 14.3465, - "std": 15.7028 - }, - "separation": 0.9339, - "buy_lower_than_sell": true - }, - { - "col": "m15_BB_Width", - "tf": "m15", - "interval": 15, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.8386, - "median": 3.7754, - "q25": 2.6344, - "q75": 5.6756, - "std": 3.7168 - }, - "sell": { - "count": 160, - "mean": 7.5647, - "median": 5.7769, - "q25": 3.8812, - "q75": 8.463, - "std": 6.7073 - }, - "separation": 0.5028, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_sma_5", - "tf": "m15", - "interval": 15, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1031.9969, - "median": 912.0, - "q25": 565.6, - "q75": 1383.8, - "std": 537.0505 - }, - "sell": { - "count": 160, - "mean": 1159.8075, - "median": 1104.8, - "q25": 596.5, - "q75": 1548.9, - "std": 626.631 - }, - "separation": 0.219, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_sma_20", - "tf": "m15", - "interval": 15, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1038.8606, - "median": 918.3, - "q25": 564.25, - "q75": 1396.95, - "std": 538.721 - }, - "sell": { - "count": 160, - "mean": 1135.1063, - "median": 1097.25, - "q25": 584.4125, - "q75": 1533.475, - "std": 609.4467 - }, - "separation": 0.1673, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_sma_60", - "tf": "m15", - "interval": 15, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1042.2597, - "median": 922.9, - "q25": 566.25, - "q75": 1400.15, - "std": 538.4314 - }, - "sell": { - "count": 160, - "mean": 1106.8194, - "median": 1071.8083, - "q25": 570.2083, - "q75": 1496.5833, - "std": 593.0827 - }, - "separation": 0.114, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_close_vs_sma_20_pct", - "tf": "m15", - "interval": 15, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.4127, - "median": -1.3399, - "q25": -2.1444, - "q75": -0.7141, - "std": 1.9245 - }, - "sell": { - "count": 160, - "mean": 3.3334, - "median": 2.6197, - "q25": 1.4472, - "q75": 3.9625, - "std": 3.4888 - }, - "separation": 1.6846, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_golden_cross", - "tf": "m15", - "interval": 15, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.1215, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_death_cross", - "tf": "m15", - "interval": 15, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2643, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_atr_14", - "tf": "m15", - "interval": 15, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 11.4268, - "median": 8.0714, - "q25": 5.1429, - "q75": 14.0714, - "std": 11.9651 - }, - "sell": { - "count": 160, - "mean": 15.1737, - "median": 10.4286, - "q25": 6.2857, - "q75": 17.9464, - "std": 15.7103 - }, - "separation": 0.2683, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_atr_pct", - "tf": "m15", - "interval": 15, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.081, - "median": 0.8798, - "q25": 0.6662, - "q75": 1.3137, - "std": 0.666 - }, - "sell": { - "count": 160, - "mean": 1.2304, - "median": 0.9673, - "q25": 0.7266, - "q75": 1.4035, - "std": 0.7538 - }, - "separation": 0.21, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_bb_squeeze", - "tf": "m15", - "interval": 15, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.1433, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_donchian_pos", - "tf": "m15", - "interval": 15, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2617, - "median": 0.2, - "q25": 0.0571, - "q75": 0.3704, - "std": 0.265 - }, - "sell": { - "count": 160, - "mean": 1.0536, - "median": 1.0569, - "q25": 1.0, - "q75": 1.1172, - "std": 0.2153 - }, - "separation": 3.2801, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_cci_20", - "tf": "m15", - "interval": 15, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -148.3547, - "median": -151.6517, - "q25": -190.6497, - "q75": -110.5286, - "std": 87.452 - }, - "sell": { - "count": 160, - "mean": 156.3529, - "median": 142.8345, - "q25": 105.4545, - "q75": 197.2768, - "std": 78.7552 - }, - "separation": 3.6616, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_cci_oversold", - "tf": "m15", - "interval": 15, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 2.8241, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_cci_overbought", - "tf": "m15", - "interval": 15, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.7875, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4104 - }, - "separation": 2.6119, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_williams_r", - "tf": "m15", - "interval": 15, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -72.0658, - "median": -78.5714, - "q25": -93.0233, - "q75": -61.5385, - "std": 27.4313 - }, - "sell": { - "count": 160, - "mean": 7.729, - "median": 7.6923, - "q25": -0.0, - "q75": 16.8996, - "std": 25.8637 - }, - "separation": 2.9932, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_williams_oversold", - "tf": "m15", - "interval": 15, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4646, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4995 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 1.2818, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_williams_overbought", - "tf": "m15", - "interval": 15, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0862, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.281 - }, - "sell": { - "count": 160, - "mean": 0.9062, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2924 - }, - "separation": 2.8598, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_roc_10", - "tf": "m15", - "interval": 15, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.6138, - "median": -1.547, - "q25": -2.6761, - "q75": -0.7648, - "std": 2.366 - }, - "sell": { - "count": 160, - "mean": 3.7987, - "median": 2.8439, - "q25": 1.508, - "q75": 4.3432, - "std": 4.8166 - }, - "separation": 1.4264, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_mfi_14", - "tf": "m15", - "interval": 15, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 28.6147, - "median": 23.3445, - "q25": 14.7793, - "q75": 39.6237, - "std": 18.4343 - }, - "sell": { - "count": 160, - "mean": 75.6206, - "median": 78.23, - "q25": 63.3409, - "q75": 87.9386, - "std": 15.276 - }, - "separation": 2.7767, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_rsi_bull_div", - "tf": "m15", - "interval": 15, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.16, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3672 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.5789, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_rsi_bear_div", - "tf": "m15", - "interval": 15, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.2625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4414 - }, - "separation": 0.6645, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_macd_bull_div", - "tf": "m15", - "interval": 15, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4259 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.7532, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_macd_bear_div", - "tf": "m15", - "interval": 15, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.2375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4269 - }, - "separation": 0.5815, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_stoch_bull_div", - "tf": "m15", - "interval": 15, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2585, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4385 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.7689, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_stoch_bear_div", - "tf": "m15", - "interval": 15, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.2812, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.451 - }, - "separation": 0.6808, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_rsi_delta_1", - "tf": "m15", - "interval": 15, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.2014, - "median": -2.5735, - "q25": -6.6733, - "q75": 0.3727, - "std": 6.8653 - }, - "sell": { - "count": 160, - "mean": 0.7844, - "median": 0.3408, - "q25": -2.8219, - "q75": 4.3234, - "std": 6.93 - }, - "separation": 0.5778, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_macd_hist_delta_1", - "tf": "m15", - "interval": 15, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.5355, - "median": -0.2539, - "q25": -0.7142, - "q75": 0.0068, - "std": 1.2154 - }, - "sell": { - "count": 160, - "mean": 0.7728, - "median": 0.2807, - "q25": -0.1049, - "q75": 0.7625, - "std": 2.3248 - }, - "separation": 0.7053, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_stoch_k_delta_1", - "tf": "m15", - "interval": 15, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.8209, - "median": -2.7397, - "q25": -11.5684, - "q75": 2.7778, - "std": 13.3502 - }, - "sell": { - "count": 160, - "mean": 3.7223, - "median": 2.2707, - "q25": -3.1211, - "q75": 8.6032, - "std": 12.146 - }, - "separation": 0.6694, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_keltner_pos", - "tf": "m15", - "interval": 15, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1493, - "median": 0.1166, - "q25": -0.0427, - "q75": 0.2825, - "std": 0.2657 - }, - "sell": { - "count": 160, - "mean": 1.0897, - "median": 1.0928, - "q25": 0.8785, - "q75": 1.29, - "std": 0.2933 - }, - "separation": 3.3609, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_ao", - "tf": "m15", - "interval": 15, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -11.8074, - "median": -11.0647, - "q25": -22.1882, - "q75": -3.7647, - "std": 37.6006 - }, - "sell": { - "count": 160, - "mean": 40.2618, - "median": 22.6824, - "q25": 11.7221, - "q75": 47.4632, - "std": 46.5348 - }, - "separation": 1.2308, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_ao_bull", - "tf": "m15", - "interval": 15, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_ao_bear", - "tf": "m15", - "interval": 15, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3106, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_hv_20", - "tf": "m15", - "interval": 15, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.3913, - "median": 1.8232, - "q25": 1.349, - "q75": 2.7675, - "std": 1.7931 - }, - "sell": { - "count": 160, - "mean": 3.0556, - "median": 2.3281, - "q25": 1.934, - "q75": 3.3768, - "std": 1.9634 - }, - "separation": 0.3533, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_hv_percentile", - "tf": "m15", - "interval": 15, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5958, - "median": 0.6471, - "q25": 0.3361, - "q75": 0.8992, - "std": 0.3171 - }, - "sell": { - "count": 160, - "mean": 0.7612, - "median": 0.8235, - "q25": 0.5714, - "q75": 0.9916, - "std": 0.2422 - }, - "separation": 0.5861, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_ad_line", - "tf": "m15", - "interval": 15, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 292, - "mean": -14394247678.2549, - "median": -15942469590.4983, - "q25": -21109373130.4416, - "q75": -5130096187.9411, - "std": 8264426632.5799 - }, - "sell": { - "count": 151, - "mean": -14050389839.6566, - "median": -14769100226.4449, - "q25": -22133286607.4339, - "q75": -4971979255.0307, - "std": 8581636875.5956 - }, - "separation": 0.0408, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_ad_slope_10", - "tf": "m15", - "interval": 15, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 268, - "mean": -28941679.3394, - "median": -12329572.0928, - "q25": -26858639.4906, - "q75": -5917126.0841, - "std": 60975573.8481 - }, - "sell": { - "count": 143, - "mean": -15166236.3291, - "median": -4376291.3039, - "q25": -11166178.5969, - "q75": -1272121.3338, - "std": 32795973.1133 - }, - "separation": 0.2814, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_vol_ratio", - "tf": "m15", - "interval": 15, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.9945, - "median": 1.5368, - "q25": 0.9323, - "q75": 2.4889, - "std": 1.6043 - }, - "sell": { - "count": 160, - "mean": 1.9182, - "median": 1.4241, - "q25": 0.9497, - "q75": 2.5066, - "std": 1.6042 - }, - "separation": 0.0476, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_obv_slope_10", - "tf": "m15", - "interval": 15, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -958603.862, - "median": -1006557.732, - "q25": -2043681.8715, - "q75": -336127.3268, - "std": 4974797.2633 - }, - "sell": { - "count": 160, - "mean": 6341071.3269, - "median": 2436729.9752, - "q25": 575443.5712, - "q75": 6600223.4745, - "std": 12596348.3905 - }, - "separation": 0.7623, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_obv_bull_div", - "tf": "m15", - "interval": 15, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0738, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2619 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.3494, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_obv_bear_div", - "tf": "m15", - "interval": 15, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.05, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2186 - }, - "separation": 0.0805, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_cmf_20", - "tf": "m15", - "interval": 15, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 54, - "mean": -3.6798, - "median": -3.6932, - "q25": -4.8438, - "q75": -2.2931, - "std": 2.0719 - }, - "sell": { - "count": 52, - "mean": -1.6342, - "median": -0.9653, - "q25": -2.4407, - "q75": -0.4305, - "std": 1.8015 - }, - "separation": 1.0537, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_close_vs_vwap_pct", - "tf": "m15", - "interval": 15, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -32.1944, - "median": -42.9418, - "q25": -60.3862, - "q75": -8.2814, - "std": 31.0455 - }, - "sell": { - "count": 160, - "mean": -21.956, - "median": -27.3629, - "q25": -56.2348, - "q75": 5.1735, - "std": 37.1565 - }, - "separation": 0.299, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_adx_14", - "tf": "m15", - "interval": 15, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 37.7846, - "median": 35.1266, - "q25": 25.5282, - "q75": 48.9444, - "std": 16.962 - }, - "sell": { - "count": 160, - "mean": 36.4272, - "median": 34.8842, - "q25": 22.5731, - "q75": 45.7814, - "std": 17.9256 - }, - "separation": 0.0778, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_adx_trending", - "tf": "m15", - "interval": 15, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7662, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4239 - }, - "sell": { - "count": 160, - "mean": 0.6687, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.2171, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_supertrend_bull", - "tf": "m15", - "interval": 15, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_linreg_slope_20", - "tf": "m15", - "interval": 15, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.673, - "median": -0.7143, - "q25": -1.5316, - "q75": -0.0977, - "std": 2.8727 - }, - "sell": { - "count": 160, - "mean": 2.9417, - "median": 1.5594, - "q25": 0.7036, - "q75": 3.3492, - "std": 4.0959 - }, - "separation": 1.0218, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_linreg_r2_20", - "tf": "m15", - "interval": 15, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4999, - "median": 0.5414, - "q25": 0.2628, - "q75": 0.7378, - "std": 0.2885 - }, - "sell": { - "count": 160, - "mean": 0.5415, - "median": 0.5863, - "q25": 0.3085, - "q75": 0.7904, - "std": 0.2833 - }, - "separation": 0.1455, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_psar", - "tf": "m15", - "interval": 15, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1016.2259, - "median": 900.0, - "q25": 552.0, - "q75": 1359.0, - "std": 526.7554 - }, - "sell": { - "count": 160, - "mean": 1165.0374, - "median": 1108.0, - "q25": 604.0, - "q75": 1554.5, - "std": 627.764 - }, - "separation": 0.2568, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_psar_bull", - "tf": "m15", - "interval": 15, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_psar_flip_bull", - "tf": "m15", - "interval": 15, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_psar_flip_bear", - "tf": "m15", - "interval": 15, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_body_ratio", - "tf": "m15", - "interval": 15, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_hammer", - "tf": "m15", - "interval": 15, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.5125, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5014 - }, - "separation": 1.1994, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_shooting_star", - "tf": "m15", - "interval": 15, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8646, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3427 - }, - "sell": { - "count": 160, - "mean": 0.9062, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2924 - }, - "separation": 0.1307, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_doji", - "tf": "m15", - "interval": 15, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9662, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.9563, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2052 - }, - "separation": 0.0512, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_bullish_engulfing", - "tf": "m15", - "interval": 15, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_bearish_engulfing", - "tf": "m15", - "interval": 15, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0659, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_morning_star", - "tf": "m15", - "interval": 15, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_evening_star", - "tf": "m15", - "interval": 15, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_three_white_soldiers", - "tf": "m15", - "interval": 15, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_three_black_crows", - "tf": "m15", - "interval": 15, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.5461, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_ha_bull", - "tf": "m15", - "interval": 15, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.8875, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.317 - }, - "separation": 3.6874, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_ha_trend_up", - "tf": "m15", - "interval": 15, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.625, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4856 - }, - "separation": 1.7994, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_pattern_double_top", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3387 - }, - "separation": 0.053, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_double_bottom", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1292, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.336 - }, - "sell": { - "count": 160, - "mean": 0.1625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3701 - }, - "separation": 0.0941, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_head_shoulders", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1306, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_inv_head_shoulders", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.0864, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_triangle_sym", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0012, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_triangle_asc", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0012, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_triangle_desc", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3519, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_flag_bull", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.0809, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_flag_bear", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_wedge_rising", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4013 - }, - "separation": 0.3077, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_wedge_falling", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3616, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_rectangle", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0882, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_channel_up", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4013 - }, - "separation": 0.3077, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_channel_down", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3616, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_measured_move", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.3701, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_rounding_top", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2516, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_rounding_bottom", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.4151, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_gap_up", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1477, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3553 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.1223, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_gap_down", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1508, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3584 - }, - "sell": { - "count": 160, - "mean": 0.1875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3915 - }, - "separation": 0.0979, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_v_bottom", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_spike_top", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.1019, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_triple_top", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.026, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_triple_bottom", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0841, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_cup_handle", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1153, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_keystone_bull", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0012, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_keystone_bear", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_island_top", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1446, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3523 - }, - "sell": { - "count": 160, - "mean": 0.1812, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3864 - }, - "separation": 0.0991, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_island_bottom", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1477, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3553 - }, - "sell": { - "count": 160, - "mean": 0.1812, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3864 - }, - "separation": 0.0904, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_pattern_label", - "tf": "m15", - "interval": 15, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.84, - "top": { - "none": 273, - "island_bottom": 40, - "cup_handle": 6, - "island_top": 4, - "double_bottom": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.8, - "top": { - "none": 128, - "island_bottom": 26, - "cup_handle": 6 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_struct_trend", - "tf": "m15", - "interval": 15, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.92, - "top": { - "range": 299, - "up": 16, - "down": 10 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.881, - "top": { - "range": 141, - "up": 16, - "down": 3 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_struct_hh", - "tf": "m15", - "interval": 15, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0738, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2619 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.1711, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_hl", - "tf": "m15", - "interval": 15, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0738, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2619 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.2253, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_lh", - "tf": "m15", - "interval": 15, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.098, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_ll", - "tf": "m15", - "interval": 15, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.2189, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_bos_bull", - "tf": "m15", - "interval": 15, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.1125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.317 - }, - "separation": 0.2467, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_bos_bear", - "tf": "m15", - "interval": 15, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0523, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.223 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.2753, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_struct_choch", - "tf": "m15", - "interval": 15, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.1104, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_elliott_wave_count", - "tf": "m15", - "interval": 15, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 3.4738, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 8.4633 - }, - "sell": { - "count": 160, - "mean": 4.7125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 9.5446 - }, - "separation": 0.1373, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_elliott_phase", - "tf": "m15", - "interval": 15, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.84, - "top": { - "unknown": 273, - "impulse_late": 52 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.794, - "top": { - "unknown": 127, - "impulse_late": 33 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_wyckoff_phase", - "tf": "m15", - "interval": 15, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.948, - "top": { - "unknown": 308, - "accumulation": 16, - "distribution": 1 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.906, - "top": { - "unknown": 145, - "accumulation": 8, - "distribution": 7 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_fib_near_level", - "tf": "m15", - "interval": 15, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.871, - "top": { - "none": 283, - "0": 18, - "382": 10, - "100": 5, - "500": 5 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.831, - "top": { - "none": 133, - "100": 22, - "500": 2, - "382": 2, - "618": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_ichi_trend", - "tf": "m15", - "interval": 15, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.84, - "top": { - "neutral": 273, - "below_cloud": 26, - "above_cloud": 14, - "in_cloud": 12 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.794, - "top": { - "neutral": 127, - "above_cloud": 32, - "below_cloud": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_pitchfork_bias", - "tf": "m15", - "interval": 15, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.883, - "top": { - "neutral": 287, - "below": 26, - "above": 12 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.869, - "top": { - "neutral": 139, - "above": 14, - "below": 7 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m15_ga_pitchfork_dist_pct", - "tf": "m15", - "interval": 15, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1582, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.9997 - }, - "sell": { - "count": 160, - "mean": 0.1529, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 1.1092 - }, - "separation": 0.2946, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_wyckoff_spring", - "tf": "m15", - "interval": 15, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1576, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_wyckoff_utad", - "tf": "m15", - "interval": 15, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_vp_poc", - "tf": "m15", - "interval": 15, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1044.1419, - "median": 924.3, - "q25": 566.7167, - "q75": 1399.15, - "std": 542.7406 - }, - "sell": { - "count": 160, - "mean": 1134.769, - "median": 1078.0667, - "q25": 578.65, - "q75": 1552.3083, - "std": 612.0429 - }, - "separation": 0.1567, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_vp_vah", - "tf": "m15", - "interval": 15, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1073.3433, - "median": 949.0, - "q25": 580.8, - "q75": 1428.0, - "std": 567.2846 - }, - "sell": { - "count": 160, - "mean": 1173.436, - "median": 1104.2, - "q25": 605.5, - "q75": 1558.0, - "std": 641.4165 - }, - "separation": 0.1653, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_vp_val", - "tf": "m15", - "interval": 15, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1004.4765, - "median": 907.1667, - "q25": 545.0, - "q75": 1353.4, - "std": 513.4147 - }, - "sell": { - "count": 160, - "mean": 1070.6408, - "median": 1051.2667, - "q25": 559.3667, - "q75": 1470.75, - "std": 571.1454 - }, - "separation": 0.1218, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_vp_close_vs_poc_pct", - "tf": "m15", - "interval": 15, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.7687, - "median": -1.7071, - "q25": -3.0705, - "q75": -0.58, - "std": 3.5118 - }, - "sell": { - "count": 160, - "mean": 3.5872, - "median": 2.1183, - "q25": 0.5421, - "q75": 5.4469, - "std": 4.371 - }, - "separation": 1.3509, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_vp_in_value_area", - "tf": "m15", - "interval": 15, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7508, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4332 - }, - "sell": { - "count": 160, - "mean": 0.2562, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4379 - }, - "separation": 1.1353, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_harmonic_gartley", - "tf": "m15", - "interval": 15, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_harmonic_bat", - "tf": "m15", - "interval": 15, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_chart_type_candle", - "tf": "m15", - "interval": 15, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_chart_line_slope", - "tf": "m15", - "interval": 15, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3561, - "median": -0.3729, - "q25": -0.8814, - "q75": -0.0508, - "std": 1.691 - }, - "sell": { - "count": 160, - "mean": 1.5933, - "median": 1.0424, - "q25": 0.4873, - "q75": 1.9364, - "std": 2.4141 - }, - "separation": 0.9354, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_chart_bar_range_pct", - "tf": "m15", - "interval": 15, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.5046, - "median": -0.3393, - "q25": -0.7143, - "q75": -0.1582, - "std": 1.5342 - }, - "sell": { - "count": 160, - "mean": -0.5945, - "median": -0.4975, - "q25": -1.0035, - "q75": -0.2228, - "std": 1.2913 - }, - "separation": 0.0633, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_chart_ha_trend", - "tf": "m15", - "interval": 15, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.625, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4856 - }, - "separation": 1.7994, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_chart_renko_brick_up_ratio", - "tf": "m15", - "interval": 15, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4087, - "median": 0.385, - "q25": 0.3, - "q75": 0.5, - "std": 0.1633 - }, - "sell": { - "count": 160, - "mean": 0.6841, - "median": 0.692, - "q25": 0.615, - "q75": 0.765, - "std": 0.1171 - }, - "separation": 1.9384, - "buy_lower_than_sell": true - }, - { - "col": "m15_ga_chart_renko_dir", - "tf": "m15", - "interval": 15, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3046, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.4676 - }, - "sell": { - "count": 160, - "mean": 0.3812, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5921 - }, - "separation": 1.2856, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_chart_pnf_col", - "tf": "m15", - "interval": 15, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1631, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.402 - }, - "sell": { - "count": 160, - "mean": 0.2125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5307 - }, - "separation": 0.7978, - "buy_lower_than_sell": false - }, - { - "col": "m15_ga_chart_vol_spike", - "tf": "m15", - "interval": 15, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4154, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4935 - }, - "sell": { - "count": 160, - "mean": 0.3625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4822 - }, - "separation": 0.1084, - "buy_lower_than_sell": false - }, - { - "col": "m30_bb_pos", - "tf": "m30", - "interval": 30, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2196, - "median": 0.118, - "q25": 0.0, - "q75": 0.3259, - "std": 0.2604 - }, - "sell": { - "count": 160, - "mean": 0.9091, - "median": 0.9644, - "q25": 0.842, - "q75": 1.0, - "std": 0.117 - }, - "separation": 3.4154, - "buy_lower_than_sell": true - }, - { - "col": "m30_RSI", - "tf": "m30", - "interval": 30, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 37.1925, - "median": 36.6667, - "q25": 26.4151, - "q75": 47.0588, - "std": 16.1705 - }, - "sell": { - "count": 160, - "mean": 72.5012, - "median": 71.906, - "q25": 63.902, - "q75": 80.7536, - "std": 10.9057 - }, - "separation": 2.5601, - "buy_lower_than_sell": true - }, - { - "col": "m30_macd_hist", - "tf": "m30", - "interval": 30, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.5465, - "median": -1.1029, - "q25": -2.9008, - "q75": -0.0221, - "std": 5.14 - }, - "sell": { - "count": 160, - "mean": 4.7964, - "median": 2.3211, - "q25": 0.6691, - "q75": 6.5149, - "std": 6.8638 - }, - "separation": 1.0461, - "buy_lower_than_sell": true - }, - { - "col": "m30_stoch_k", - "tf": "m30", - "interval": 30, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 40.0498, - "median": 29.0305, - "q25": 16.0256, - "q75": 60.0, - "std": 31.7876 - }, - "sell": { - "count": 160, - "mean": 104.0583, - "median": 106.7308, - "q25": 98.2206, - "q75": 112.2453, - "std": 18.0407 - }, - "separation": 2.4766, - "buy_lower_than_sell": true - }, - { - "col": "m30_stoch_d", - "tf": "m30", - "interval": 30, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 45.5099, - "median": 33.878, - "q25": 18.3983, - "q75": 70.8545, - "std": 33.0479 - }, - "sell": { - "count": 160, - "mean": 101.5135, - "median": 106.287, - "q25": 93.3865, - "q75": 110.1829, - "std": 22.2162 - }, - "separation": 1.9889, - "buy_lower_than_sell": true - }, - { - "col": "m30_macd_line", - "tf": "m30", - "interval": 30, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.1229, - "median": -3.5012, - "q25": -10.0681, - "q75": 0.6767, - "std": 21.4942 - }, - "sell": { - "count": 160, - "mean": 18.2807, - "median": 11.3755, - "q25": 6.1354, - "q75": 22.0688, - "std": 26.2819 - }, - "separation": 0.8499, - "buy_lower_than_sell": true - }, - { - "col": "m30_macd_signal", - "tf": "m30", - "interval": 30, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.5764, - "median": -2.4004, - "q25": -7.9859, - "q75": 1.9136, - "std": 19.5259 - }, - "sell": { - "count": 160, - "mean": 13.4843, - "median": 8.7807, - "q25": 3.9892, - "q75": 15.6358, - "std": 24.5022 - }, - "separation": 0.6347, - "buy_lower_than_sell": true - }, - { - "col": "m30_BB_Width", - "tf": "m30", - "interval": 30, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 6.4993, - "median": 4.7354, - "q25": 3.2386, - "q75": 7.3816, - "std": 5.6752 - }, - "sell": { - "count": 160, - "mean": 9.8465, - "median": 7.6709, - "q25": 5.3201, - "q75": 11.3422, - "std": 7.2247 - }, - "separation": 0.5153, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_sma_5", - "tf": "m30", - "interval": 30, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1035.9778, - "median": 915.4, - "q25": 569.6, - "q75": 1394.2, - "std": 537.9482 - }, - "sell": { - "count": 160, - "mean": 1149.71, - "median": 1101.5, - "q25": 596.4, - "q75": 1536.9, - "std": 620.9358 - }, - "separation": 0.1958, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_sma_20", - "tf": "m30", - "interval": 30, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1041.4535, - "median": 920.2, - "q25": 562.85, - "q75": 1404.3, - "std": 538.3539 - }, - "sell": { - "count": 160, - "mean": 1117.9144, - "median": 1080.2, - "q25": 575.1375, - "q75": 1510.9, - "std": 599.1216 - }, - "separation": 0.1342, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_sma_60", - "tf": "m30", - "interval": 30, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1040.5883, - "median": 927.4, - "q25": 569.0333, - "q75": 1413.2333, - "std": 531.2507 - }, - "sell": { - "count": 160, - "mean": 1088.3106, - "median": 1065.2583, - "q25": 564.1333, - "q75": 1480.5125, - "std": 581.1194 - }, - "separation": 0.0857, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_close_vs_sma_20_pct", - "tf": "m30", - "interval": 30, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.3096, - "median": -1.4709, - "q25": -2.4333, - "q75": -0.6772, - "std": 2.8328 - }, - "sell": { - "count": 160, - "mean": 4.5621, - "median": 3.4733, - "q25": 2.2861, - "q75": 5.3825, - "std": 4.0911 - }, - "separation": 1.6687, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_golden_cross", - "tf": "m30", - "interval": 30, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.2421, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_death_cross", - "tf": "m30", - "interval": 30, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3519, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_atr_14", - "tf": "m30", - "interval": 30, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 15.5787, - "median": 11.2143, - "q25": 6.7143, - "q75": 17.6429, - "std": 17.3229 - }, - "sell": { - "count": 160, - "mean": 18.8571, - "median": 12.9643, - "q25": 7.5, - "q75": 21.875, - "std": 18.5174 - }, - "separation": 0.1828, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_atr_pct", - "tf": "m30", - "interval": 30, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.4502, - "median": 1.1649, - "q25": 0.8693, - "q75": 1.7035, - "std": 0.948 - }, - "sell": { - "count": 160, - "mean": 1.5733, - "median": 1.2085, - "q25": 0.9591, - "q75": 1.8227, - "std": 0.9405 - }, - "separation": 0.1304, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_bb_squeeze", - "tf": "m30", - "interval": 30, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.16, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3672 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.3909, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_donchian_pos", - "tf": "m30", - "interval": 30, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2925, - "median": 0.1951, - "q25": 0.0476, - "q75": 0.4483, - "std": 0.3149 - }, - "sell": { - "count": 160, - "mean": 1.0835, - "median": 1.0667, - "q25": 1.0285, - "q75": 1.1364, - "std": 0.1956 - }, - "separation": 3.0176, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_cci_20", - "tf": "m30", - "interval": 30, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -132.311, - "median": -136.9017, - "q25": -191.3605, - "q75": -83.1734, - "std": 104.2858 - }, - "sell": { - "count": 160, - "mean": 160.6829, - "median": 150.7551, - "q25": 117.0438, - "q75": 187.6999, - "std": 70.0528 - }, - "separation": 3.2982, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_cci_oversold", - "tf": "m30", - "interval": 30, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6954, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.461 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 2.1334, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_cci_overbought", - "tf": "m30", - "interval": 30, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.8625, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3455 - }, - "separation": 3.0446, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_williams_r", - "tf": "m30", - "interval": 30, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -68.8183, - "median": -77.7778, - "q25": -95.0, - "q75": -54.5455, - "std": 33.8582 - }, - "sell": { - "count": 160, - "mean": 11.244, - "median": 9.1549, - "q25": 3.8462, - "q75": 19.8256, - "std": 24.0091 - }, - "separation": 2.7279, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_williams_oversold", - "tf": "m30", - "interval": 30, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4831, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5005 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 1.365, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_williams_overbought", - "tf": "m30", - "interval": 30, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.925, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2642 - }, - "separation": 2.9328, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_roc_10", - "tf": "m30", - "interval": 30, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.459, - "median": -1.6216, - "q25": -2.9967, - "q75": -0.5195, - "std": 3.7708 - }, - "sell": { - "count": 160, - "mean": 5.0813, - "median": 3.4001, - "q25": 2.0817, - "q75": 6.3687, - "std": 5.2589 - }, - "separation": 1.4294, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_mfi_14", - "tf": "m30", - "interval": 30, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 33.288, - "median": 29.8115, - "q25": 17.5504, - "q75": 45.6342, - "std": 19.3202 - }, - "sell": { - "count": 160, - "mean": 78.0403, - "median": 80.3353, - "q25": 68.8634, - "q75": 88.9255, - "std": 13.6215 - }, - "separation": 2.6773, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_rsi_bull_div", - "tf": "m30", - "interval": 30, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1538, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3614 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.5643, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_rsi_bear_div", - "tf": "m30", - "interval": 30, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.2188, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4147 - }, - "separation": 0.4877, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_macd_bull_div", - "tf": "m30", - "interval": 30, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1969, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3983 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.6641, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_macd_bear_div", - "tf": "m30", - "interval": 30, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.3125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.465 - }, - "separation": 0.7015, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_stoch_bull_div", - "tf": "m30", - "interval": 30, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4296 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.8002, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_stoch_bear_div", - "tf": "m30", - "interval": 30, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.3625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4822 - }, - "separation": 0.7897, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_rsi_delta_1", - "tf": "m30", - "interval": 30, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.5644, - "median": -2.6854, - "q25": -6.9963, - "q75": 0.0, - "std": 6.7833 - }, - "sell": { - "count": 160, - "mean": 2.5814, - "median": 2.7299, - "q25": -0.2139, - "q75": 5.6874, - "std": 5.8955 - }, - "separation": 0.9671, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_macd_hist_delta_1", - "tf": "m30", - "interval": 30, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.5743, - "median": -0.3745, - "q25": -0.9837, - "q75": -0.0095, - "std": 1.214 - }, - "sell": { - "count": 160, - "mean": 1.1059, - "median": 0.4468, - "q25": 0.0116, - "q75": 1.4831, - "std": 2.3226 - }, - "separation": 0.9067, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_stoch_k_delta_1", - "tf": "m30", - "interval": 30, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -6.5217, - "median": -4.1667, - "q25": -13.0952, - "q75": 1.9091, - "std": 15.992 - }, - "sell": { - "count": 160, - "mean": 3.7217, - "median": 1.553, - "q25": -2.2276, - "q75": 7.1732, - "std": 14.1381 - }, - "separation": 0.6787, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_keltner_pos", - "tf": "m30", - "interval": 30, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2094, - "median": 0.164, - "q25": 0.0006, - "q75": 0.3429, - "std": 0.311 - }, - "sell": { - "count": 160, - "mean": 1.1307, - "median": 1.1025, - "q25": 0.9229, - "q75": 1.3467, - "std": 0.302 - }, - "separation": 3.0054, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_ao", - "tf": "m30", - "interval": 30, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -9.8509, - "median": -10.5412, - "q25": -27.8588, - "q75": -1.9618, - "std": 52.1368 - }, - "sell": { - "count": 160, - "mean": 47.8773, - "median": 27.9794, - "q25": 14.6301, - "q75": 56.5515, - "std": 61.5557 - }, - "separation": 1.012, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_ao_bull", - "tf": "m30", - "interval": 30, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.2257, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_ao_bear", - "tf": "m30", - "interval": 30, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2765, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_hv_20", - "tf": "m30", - "interval": 30, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 3.1583, - "median": 2.4293, - "q25": 1.7234, - "q75": 3.6782, - "std": 2.3127 - }, - "sell": { - "count": 160, - "mean": 4.052, - "median": 3.4211, - "q25": 2.3878, - "q75": 4.7919, - "std": 2.3901 - }, - "separation": 0.38, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_hv_percentile", - "tf": "m30", - "interval": 30, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.5785, - "median": 0.6303, - "q25": 0.3319, - "q75": 0.8403, - "std": 0.3126 - }, - "sell": { - "count": 160, - "mean": 0.7426, - "median": 0.8067, - "q25": 0.6218, - "q75": 0.9517, - "std": 0.2448 - }, - "separation": 0.5843, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_ad_line", - "tf": "m30", - "interval": 30, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 310, - "mean": -16171198147.8648, - "median": -17870482620.511, - "q25": -23816686282.5299, - "q75": -5897320220.3428, - "std": 9521727184.1324 - }, - "sell": { - "count": 151, - "mean": -16173091600.4126, - "median": -16560845833.1986, - "q25": -25390999546.6583, - "q75": -6274191238.6617, - "std": 9736849278.2828 - }, - "separation": 0.0002, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_ad_slope_10", - "tf": "m30", - "interval": 30, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 287, - "mean": -46591907.0129, - "median": -22208522.8144, - "q25": -57906489.4305, - "q75": -11346924.6331, - "std": 74852716.4671 - }, - "sell": { - "count": 141, - "mean": -35332252.3342, - "median": -10727677.6611, - "q25": -26629778.0366, - "q75": -2005580.9927, - "std": 75555630.5703 - }, - "separation": 0.1497, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_vol_ratio", - "tf": "m30", - "interval": 30, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.8262, - "median": 1.4574, - "q25": 0.8763, - "q75": 2.3581, - "std": 1.3762 - }, - "sell": { - "count": 160, - "mean": 2.1182, - "median": 1.549, - "q25": 0.9683, - "q75": 2.7597, - "std": 1.78 - }, - "separation": 0.1836, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_obv_slope_10", - "tf": "m30", - "interval": 30, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -159363.3425, - "median": -1571826.5106, - "q25": -3284625.7028, - "q75": -72498.9443, - "std": 12583066.3294 - }, - "sell": { - "count": 160, - "mean": 11059404.5188, - "median": 4319719.0802, - "q25": 1649504.508, - "q75": 11379782.4293, - "std": 19021232.9257 - }, - "separation": 0.6957, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_obv_bull_div", - "tf": "m30", - "interval": 30, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0892, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2855 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.3961, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_obv_bear_div", - "tf": "m30", - "interval": 30, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2924 - }, - "separation": 0.2785, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_cmf_20", - "tf": "m30", - "interval": 30, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 86, - "mean": -3.9454, - "median": -3.7915, - "q25": -5.0876, - "q75": -1.9973, - "std": 2.5511 - }, - "sell": { - "count": 69, - "mean": -1.977, - "median": -1.6851, - "q25": -2.6537, - "q75": -0.7114, - "std": 1.8661 - }, - "separation": 0.8807, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_close_vs_vwap_pct", - "tf": "m30", - "interval": 30, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -31.8106, - "median": -42.379, - "q25": -60.1782, - "q75": -8.2148, - "std": 31.2655 - }, - "sell": { - "count": 160, - "mean": -22.1175, - "median": -27.2823, - "q25": -56.1854, - "q75": 4.8221, - "std": 36.9261 - }, - "separation": 0.2833, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_adx_14", - "tf": "m30", - "interval": 30, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 37.0101, - "median": 34.5373, - "q25": 22.9126, - "q75": 46.9139, - "std": 17.7636 - }, - "sell": { - "count": 160, - "mean": 39.0612, - "median": 37.4075, - "q25": 24.594, - "q75": 46.8444, - "std": 18.5975 - }, - "separation": 0.1128, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_adx_trending", - "tf": "m30", - "interval": 30, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7138, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4527 - }, - "sell": { - "count": 160, - "mean": 0.7438, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4379 - }, - "separation": 0.0671, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_supertrend_bull", - "tf": "m30", - "interval": 30, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_linreg_slope_20", - "tf": "m30", - "interval": 30, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.551, - "median": -0.6338, - "q25": -1.8865, - "q75": 0.0887, - "std": 4.4215 - }, - "sell": { - "count": 160, - "mean": 3.6406, - "median": 2.1342, - "q25": 1.0526, - "q75": 4.3498, - "std": 4.4938 - }, - "separation": 0.9403, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_linreg_r2_20", - "tf": "m30", - "interval": 30, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4705, - "median": 0.5163, - "q25": 0.1665, - "q75": 0.7559, - "std": 0.3058 - }, - "sell": { - "count": 160, - "mean": 0.587, - "median": 0.6751, - "q25": 0.4461, - "q75": 0.8022, - "std": 0.2659 - }, - "separation": 0.4065, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_psar", - "tf": "m30", - "interval": 30, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1017.0869, - "median": 900.0, - "q25": 555.0, - "q75": 1368.0, - "std": 524.9983 - }, - "sell": { - "count": 160, - "mean": 1154.9106, - "median": 1108.5, - "q25": 599.0, - "q75": 1555.005, - "std": 616.4935 - }, - "separation": 0.2407, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_psar_bull", - "tf": "m30", - "interval": 30, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_psar_flip_bull", - "tf": "m30", - "interval": 30, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_psar_flip_bear", - "tf": "m30", - "interval": 30, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_body_ratio", - "tf": "m30", - "interval": 30, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_hammer", - "tf": "m30", - "interval": 30, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.3563, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4804 - }, - "separation": 0.6653, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_shooting_star", - "tf": "m30", - "interval": 30, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9262, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2619 - }, - "sell": { - "count": 160, - "mean": 0.9125, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2835 - }, - "separation": 0.05, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_doji", - "tf": "m30", - "interval": 30, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9723, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.9688, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1745 - }, - "separation": 0.021, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_bullish_engulfing", - "tf": "m30", - "interval": 30, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_bearish_engulfing", - "tf": "m30", - "interval": 30, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.1855, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_morning_star", - "tf": "m30", - "interval": 30, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_evening_star", - "tf": "m30", - "interval": 30, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_three_white_soldiers", - "tf": "m30", - "interval": 30, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_three_black_crows", - "tf": "m30", - "interval": 30, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.422 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.7073, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_ha_bull", - "tf": "m30", - "interval": 30, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.9313, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2538 - }, - "separation": 3.6227, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_ha_trend_up", - "tf": "m30", - "interval": 30, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.7063, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "separation": 2.0878, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_pattern_double_top", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.1125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.317 - }, - "separation": 0.0253, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_double_bottom", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1231, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.329 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.0783, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_head_shoulders", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1663, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_inv_head_shoulders", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0698, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_triangle_sym", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_triangle_asc", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_triangle_desc", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.2836, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_flag_bull", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0698, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_flag_bear", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_wedge_rising", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.1875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3915 - }, - "separation": 0.2457, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_wedge_falling", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.2836, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_rectangle", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_channel_up", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.1875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3915 - }, - "separation": 0.2457, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_channel_down", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.2836, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_measured_move", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.1625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3701 - }, - "separation": 0.3735, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_rounding_top", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2765, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_rounding_bottom", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.2829, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_gap_up", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.16, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3672 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.0883, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_gap_down", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1662, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3728 - }, - "sell": { - "count": 160, - "mean": 0.2062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4059 - }, - "separation": 0.1029, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_v_bottom", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_spike_top", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.1125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.317 - }, - "separation": 0.1811, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_triple_top", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.1165, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_triple_bottom", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.08, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2717 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.1295, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_cup_handle", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.1052, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_keystone_bull", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_keystone_bear", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_island_top", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1569, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3643 - }, - "sell": { - "count": 160, - "mean": 0.1875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3915 - }, - "separation": 0.0809, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_island_bottom", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.16, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3672 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.0883, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_pattern_label", - "tf": "m30", - "interval": 30, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.837, - "top": { - "none": 272, - "island_bottom": 41, - "cup_handle": 8, - "island_top": 3, - "flag_bull": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.806, - "top": { - "none": 129, - "island_bottom": 24, - "cup_handle": 7 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_struct_trend", - "tf": "m30", - "interval": 30, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.898, - "top": { - "range": 292, - "up": 24, - "down": 9 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.912, - "top": { - "range": 146, - "up": 13, - "down": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_struct_hh", - "tf": "m30", - "interval": 30, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.1771, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_hl", - "tf": "m30", - "interval": 30, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.1049, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_lh", - "tf": "m30", - "interval": 30, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.0312, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1745 - }, - "separation": 0.1563, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_ll", - "tf": "m30", - "interval": 30, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.026, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_bos_bull", - "tf": "m30", - "interval": 30, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.3503, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_bos_bear", - "tf": "m30", - "interval": 30, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2516, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_struct_choch", - "tf": "m30", - "interval": 30, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.1248, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_elliott_wave_count", - "tf": "m30", - "interval": 30, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.8523, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 6.6497 - }, - "sell": { - "count": 160, - "mean": 3.2125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 6.3981 - }, - "separation": 0.0552, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_elliott_phase", - "tf": "m30", - "interval": 30, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.831, - "top": { - "unknown": 270, - "impulse_late": 55 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.794, - "top": { - "unknown": 127, - "impulse_late": 33 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_wyckoff_phase", - "tf": "m30", - "interval": 30, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.963, - "top": { - "unknown": 313, - "accumulation": 12 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.919, - "top": { - "unknown": 147, - "distribution": 8, - "accumulation": 5 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_fib_near_level", - "tf": "m30", - "interval": 30, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.886, - "top": { - "none": 288, - "0": 15, - "100": 8, - "382": 5, - "500": 5 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.863, - "top": { - "none": 138, - "100": 20, - "500": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_ichi_trend", - "tf": "m30", - "interval": 30, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.831, - "top": { - "neutral": 270, - "above_cloud": 20, - "below_cloud": 18, - "in_cloud": 17 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.794, - "top": { - "neutral": 127, - "above_cloud": 32, - "in_cloud": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_pitchfork_bias", - "tf": "m30", - "interval": 30, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.862, - "top": { - "neutral": 280, - "below": 29, - "above": 16 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.812, - "top": { - "neutral": 130, - "above": 26, - "below": 4 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_pitchfork_dist_pct", - "tf": "m30", - "interval": 30, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1633, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 1.5527 - }, - "sell": { - "count": 160, - "mean": 0.5436, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 2.2554 - }, - "separation": 0.3651, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_wyckoff_spring", - "tf": "m30", - "interval": 30, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_wyckoff_utad", - "tf": "m30", - "interval": 30, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1118, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_vp_poc", - "tf": "m30", - "interval": 30, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1047.3396, - "median": 926.85, - "q25": 575.95, - "q75": 1393.5, - "std": 548.28 - }, - "sell": { - "count": 160, - "mean": 1110.8356, - "median": 1054.7333, - "q25": 568.1, - "q75": 1498.05, - "std": 598.0856 - }, - "separation": 0.1107, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_vp_vah", - "tf": "m30", - "interval": 30, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1081.8009, - "median": 944.0, - "q25": 587.0, - "q75": 1444.0, - "std": 568.1571 - }, - "sell": { - "count": 160, - "mean": 1169.8031, - "median": 1091.2333, - "q25": 603.55, - "q75": 1565.75, - "std": 636.0024 - }, - "separation": 0.1459, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_vp_val", - "tf": "m30", - "interval": 30, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 997.1672, - "median": 901.5, - "q25": 544.6333, - "q75": 1341.0, - "std": 505.5832 - }, - "sell": { - "count": 160, - "mean": 1049.9838, - "median": 1004.4667, - "q25": 542.25, - "q75": 1447.975, - "std": 557.2407 - }, - "separation": 0.0993, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_vp_close_vs_poc_pct", - "tf": "m30", - "interval": 30, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.5798, - "median": -1.8649, - "q25": -3.5886, - "q75": -0.173, - "std": 4.2053 - }, - "sell": { - "count": 160, - "mean": 5.7206, - "median": 4.6114, - "q25": 1.6503, - "q75": 6.4762, - "std": 6.6198 - }, - "separation": 1.3164, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_vp_in_value_area", - "tf": "m30", - "interval": 30, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7508, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4332 - }, - "sell": { - "count": 160, - "mean": 0.1812, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3864 - }, - "separation": 1.3874, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_harmonic_gartley", - "tf": "m30", - "interval": 30, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_harmonic_bat", - "tf": "m30", - "interval": 30, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_harmonic_label", - "tf": "m30", - "interval": 30, - "base": "ga_harmonic_label", - "family": "harmonic", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.997, - "top": { - "none": 324, - "gartley": 1 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 1.0, - "top": { - "none": 160 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m30_ga_chart_type_candle", - "tf": "m30", - "interval": 30, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_chart_line_slope", - "tf": "m30", - "interval": 30, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1957, - "median": -0.3878, - "q25": -1.1837, - "q75": 0.2041, - "std": 2.6346 - }, - "sell": { - "count": 160, - "mean": 2.1797, - "median": 1.4898, - "q25": 0.8316, - "q75": 2.2653, - "std": 3.6184 - }, - "separation": 0.7505, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_chart_bar_range_pct", - "tf": "m30", - "interval": 30, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.7926, - "median": -0.6184, - "q25": -1.1892, - "q75": -0.265, - "std": 1.6218 - }, - "sell": { - "count": 160, - "mean": -0.9034, - "median": -0.4695, - "q25": -1.0606, - "q75": -0.2341, - "std": 1.8135 - }, - "separation": 0.0644, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_chart_ha_trend", - "tf": "m30", - "interval": 30, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.7063, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "separation": 2.0878, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_chart_renko_brick_up_ratio", - "tf": "m30", - "interval": 30, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4316, - "median": 0.412, - "q25": 0.3, - "q75": 0.556, - "std": 0.183 - }, - "sell": { - "count": 160, - "mean": 0.682, - "median": 0.692, - "q25": 0.583, - "q75": 0.778, - "std": 0.1519 - }, - "separation": 1.4886, - "buy_lower_than_sell": true - }, - { - "col": "m30_ga_chart_renko_dir", - "tf": "m30", - "interval": 30, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3477, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.5083 - }, - "sell": { - "count": 160, - "mean": 0.4688, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.537 - }, - "separation": 1.5616, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_chart_pnf_col", - "tf": "m30", - "interval": 30, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4331 - }, - "sell": { - "count": 160, - "mean": 0.3438, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5022 - }, - "separation": 1.1464, - "buy_lower_than_sell": false - }, - { - "col": "m30_ga_chart_vol_spike", - "tf": "m30", - "interval": 30, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3815, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4865 - }, - "sell": { - "count": 160, - "mean": 0.425, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4959 - }, - "separation": 0.0885, - "buy_lower_than_sell": false - }, - { - "col": "m60_bb_pos", - "tf": "m60", - "interval": 60, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2865, - "median": 0.1843, - "q25": 0.0371, - "q75": 0.4443, - "std": 0.2948 - }, - "sell": { - "count": 160, - "mean": 0.8935, - "median": 0.9447, - "q25": 0.8371, - "q75": 1.0, - "std": 0.1472 - }, - "separation": 2.6056, - "buy_lower_than_sell": true - }, - { - "col": "m60_RSI", - "tf": "m60", - "interval": 60, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 40.8522, - "median": 38.4615, - "q25": 28.2609, - "q75": 50.0, - "std": 17.7394 - }, - "sell": { - "count": 160, - "mean": 72.8053, - "median": 75.0, - "q25": 66.0921, - "q75": 81.098, - "std": 12.7444 - }, - "separation": 2.0688, - "buy_lower_than_sell": true - }, - { - "col": "m60_macd_hist", - "tf": "m60", - "interval": 60, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.4436, - "median": -1.0416, - "q25": -3.4611, - "q75": 0.6681, - "std": 7.807 - }, - "sell": { - "count": 160, - "mean": 5.8453, - "median": 3.9027, - "q25": 1.5988, - "q75": 8.5775, - "std": 7.4311 - }, - "separation": 0.9564, - "buy_lower_than_sell": true - }, - { - "col": "m60_stoch_k", - "tf": "m60", - "interval": 60, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 47.3878, - "median": 32.3286, - "q25": 18.9687, - "q75": 75.6149, - "std": 36.8153 - }, - "sell": { - "count": 160, - "mean": 103.738, - "median": 107.363, - "q25": 99.9667, - "q75": 113.7796, - "std": 25.3694 - }, - "separation": 1.7824, - "buy_lower_than_sell": true - }, - { - "col": "m60_stoch_d", - "tf": "m60", - "interval": 60, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 51.069, - "median": 38.5788, - "q25": 19.6296, - "q75": 80.7407, - "std": 37.4753 - }, - "sell": { - "count": 160, - "mean": 99.844, - "median": 105.8608, - "q25": 97.9167, - "q75": 111.7043, - "std": 28.725 - }, - "separation": 1.4609, - "buy_lower_than_sell": true - }, - { - "col": "m60_macd_line", - "tf": "m60", - "interval": 60, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2635, - "median": -3.1845, - "q25": -11.4311, - "q75": 3.6182, - "std": 31.7092 - }, - "sell": { - "count": 160, - "mean": 19.6998, - "median": 12.2032, - "q25": 5.3166, - "q75": 22.4055, - "std": 40.5499 - }, - "separation": 0.534, - "buy_lower_than_sell": true - }, - { - "col": "m60_macd_signal", - "tf": "m60", - "interval": 60, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.7071, - "median": -1.8447, - "q25": -10.44, - "q75": 4.5367, - "std": 29.8575 - }, - "sell": { - "count": 160, - "mean": 13.8545, - "median": 8.0457, - "q25": 1.6733, - "q75": 16.4179, - "std": 37.7142 - }, - "separation": 0.3571, - "buy_lower_than_sell": true - }, - { - "col": "m60_BB_Width", - "tf": "m60", - "interval": 60, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 8.8675, - "median": 6.3691, - "q25": 4.5124, - "q75": 10.1215, - "std": 7.7853 - }, - "sell": { - "count": 160, - "mean": 12.9308, - "median": 9.362, - "q25": 6.9935, - "q75": 13.9259, - "std": 10.0715 - }, - "separation": 0.4514, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_sma_5", - "tf": "m60", - "interval": 60, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1038.7668, - "median": 916.8, - "q25": 564.2, - "q75": 1396.8, - "std": 537.9333 - }, - "sell": { - "count": 160, - "mean": 1135.1387, - "median": 1095.9, - "q25": 589.2, - "q75": 1530.4, - "std": 607.7543 - }, - "separation": 0.1679, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_sma_20", - "tf": "m60", - "interval": 60, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1041.8094, - "median": 924.4, - "q25": 564.4, - "q75": 1403.15, - "std": 535.464 - }, - "sell": { - "count": 160, - "mean": 1099.88, - "median": 1070.95, - "q25": 569.35, - "q75": 1499.9875, - "std": 588.2706 - }, - "separation": 0.1032, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_sma_60", - "tf": "m60", - "interval": 60, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 1033.2171, - "median": 929.325, - "q25": 569.1417, - "q75": 1421.3042, - "std": 519.0409 - }, - "sell": { - "count": 160, - "mean": 1070.4252, - "median": 1073.2083, - "q25": 563.9833, - "q75": 1464.4208, - "std": 567.8562 - }, - "separation": 0.0684, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_close_vs_sma_20_pct", - "tf": "m60", - "interval": 60, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.9973, - "median": -1.7229, - "q25": -2.7696, - "q75": -0.2684, - "std": 4.47 - }, - "sell": { - "count": 160, - "mean": 5.6065, - "median": 4.4007, - "q25": 2.7485, - "q75": 6.3874, - "std": 5.1589 - }, - "separation": 1.3682, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_golden_cross", - "tf": "m60", - "interval": 60, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.2151, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_death_cross", - "tf": "m60", - "interval": 60, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2643, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_atr_14", - "tf": "m60", - "interval": 60, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 20.1745, - "median": 14.5714, - "q25": 8.4286, - "q75": 24.1429, - "std": 20.5933 - }, - "sell": { - "count": 160, - "mean": 25.229, - "median": 17.2857, - "q25": 9.4286, - "q75": 28.5893, - "std": 26.7569 - }, - "separation": 0.2117, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_atr_pct", - "tf": "m60", - "interval": 60, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.8686, - "median": 1.5373, - "q25": 1.1448, - "q75": 2.1544, - "std": 1.102 - }, - "sell": { - "count": 160, - "mean": 2.0816, - "median": 1.5986, - "q25": 1.1812, - "q75": 2.38, - "std": 1.375 - }, - "separation": 0.171, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_bb_squeeze", - "tf": "m60", - "interval": 60, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1908, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3935 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.2389, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_donchian_pos", - "tf": "m60", - "interval": 60, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.362, - "median": 0.2336, - "q25": 0.0667, - "q75": 0.5612, - "std": 0.3744 - }, - "sell": { - "count": 160, - "mean": 1.0922, - "median": 1.0636, - "q25": 1.0, - "q75": 1.1786, - "std": 0.3006 - }, - "separation": 2.1508, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_cci_20", - "tf": "m60", - "interval": 60, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -106.1807, - "median": -120.5387, - "q25": -180.5928, - "q75": -55.8567, - "std": 116.1102 - }, - "sell": { - "count": 160, - "mean": 162.6119, - "median": 152.685, - "q25": 117.3193, - "q75": 197.5442, - "std": 85.7358 - }, - "separation": 2.6337, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_cci_oversold", - "tf": "m60", - "interval": 60, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6031, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.49 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 1.7405, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_cci_overbought", - "tf": "m60", - "interval": 60, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.8438, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3642 - }, - "separation": 2.5062, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_williams_r", - "tf": "m60", - "interval": 60, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -61.3271, - "median": -73.6842, - "q25": -91.8919, - "q75": -37.8378, - "std": 39.6857 - }, - "sell": { - "count": 160, - "mean": 13.8509, - "median": 8.4507, - "q25": -0.0, - "q75": 23.7946, - "std": 32.119 - }, - "separation": 2.0824, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_williams_oversold", - "tf": "m60", - "interval": 60, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4123, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.493 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 1.1501, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_williams_overbought", - "tf": "m60", - "interval": 60, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1446, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3523 - }, - "sell": { - "count": 160, - "mean": 0.925, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2642 - }, - "separation": 2.5063, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_roc_10", - "tf": "m60", - "interval": 60, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.0924, - "median": -1.7331, - "q25": -3.41, - "q75": -0.06, - "std": 5.2871 - }, - "sell": { - "count": 160, - "mean": 6.7395, - "median": 5.2774, - "q25": 3.3803, - "q75": 8.0515, - "std": 5.9573 - }, - "separation": 1.3906, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_mfi_14", - "tf": "m60", - "interval": 60, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 37.7827, - "median": 35.0978, - "q25": 21.9027, - "q75": 49.1246, - "std": 20.9961 - }, - "sell": { - "count": 159, - "mean": 76.5498, - "median": 78.7647, - "q25": 68.525, - "q75": 87.2892, - "std": 14.4656 - }, - "separation": 2.1503, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_rsi_bull_div", - "tf": "m60", - "interval": 60, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1723, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3782 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.5732, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_rsi_bear_div", - "tf": "m60", - "interval": 60, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.2188, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4147 - }, - "separation": 0.4756, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_macd_bull_div", - "tf": "m60", - "interval": 60, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.422 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.7073, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_macd_bear_div", - "tf": "m60", - "interval": 60, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.3045, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_stoch_bull_div", - "tf": "m60", - "interval": 60, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4296 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.7347, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_stoch_bear_div", - "tf": "m60", - "interval": 60, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0677, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2516 - }, - "sell": { - "count": 160, - "mean": 0.2188, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4147 - }, - "separation": 0.4404, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_rsi_delta_1", - "tf": "m60", - "interval": 60, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -3.1022, - "median": -2.646, - "q25": -7.2917, - "q75": 1.1585, - "std": 7.4322 - }, - "sell": { - "count": 160, - "mean": 4.8723, - "median": 3.7587, - "q25": 0.9411, - "q75": 8.1622, - "std": 7.1339 - }, - "separation": 1.0947, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_macd_hist_delta_1", - "tf": "m60", - "interval": 60, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.5603, - "median": -0.3693, - "q25": -1.1321, - "q75": 0.0081, - "std": 1.6378 - }, - "sell": { - "count": 160, - "mean": 1.3782, - "median": 0.5542, - "q25": 0.0149, - "q75": 2.0601, - "std": 2.7333 - }, - "separation": 0.8603, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_stoch_k_delta_1", - "tf": "m60", - "interval": 60, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.7092, - "median": -2.3885, - "q25": -11.1111, - "q75": 2.8822, - "std": 15.8355 - }, - "sell": { - "count": 160, - "mean": 4.5752, - "median": 1.6244, - "q25": -2.6316, - "q75": 8.6616, - "std": 17.387 - }, - "separation": 0.5583, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_keltner_pos", - "tf": "m60", - "interval": 60, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2923, - "median": 0.2185, - "q25": 0.0633, - "q75": 0.4452, - "std": 0.3623 - }, - "sell": { - "count": 160, - "mean": 1.0943, - "median": 1.0919, - "q25": 0.9232, - "q75": 1.2476, - "std": 0.3087 - }, - "separation": 2.383, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_ao", - "tf": "m60", - "interval": 60, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.5546, - "median": -10.8088, - "q25": -31.9088, - "q75": 6.4412, - "std": 76.7151 - }, - "sell": { - "count": 160, - "mean": 54.6122, - "median": 37.1691, - "q25": 18.6559, - "q75": 56.7125, - "std": 97.0397 - }, - "separation": 0.6764, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_ao_bull", - "tf": "m60", - "interval": 60, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_ao_bear", - "tf": "m60", - "interval": 60, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.3106, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_hv_20", - "tf": "m60", - "interval": 60, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.1456, - "median": 3.5042, - "q25": 2.4555, - "q75": 4.8483, - "std": 2.7267 - }, - "sell": { - "count": 160, - "mean": 5.1158, - "median": 4.0575, - "q25": 3.0934, - "q75": 5.89, - "std": 3.2559 - }, - "separation": 0.3231, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_hv_percentile", - "tf": "m60", - "interval": 60, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 321, - "mean": 0.5544, - "median": 0.5966, - "q25": 0.2857, - "q75": 0.8235, - "std": 0.3173 - }, - "sell": { - "count": 158, - "mean": 0.7026, - "median": 0.7857, - "q25": 0.4958, - "q75": 0.9643, - "std": 0.2789 - }, - "separation": 0.4962, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_ad_line", - "tf": "m60", - "interval": 60, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 316, - "mean": -18426053341.6299, - "median": -19767803299.5425, - "q25": -27341596731.7411, - "q75": -7207297650.3452, - "std": 10921345512.7152 - }, - "sell": { - "count": 157, - "mean": -18253321053.3471, - "median": -18152538722.7789, - "q25": -29152673230.9352, - "q75": -7180152601.5344, - "std": 11253777011.5099 - }, - "separation": 0.0156, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_ad_slope_10", - "tf": "m60", - "interval": 60, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 306, - "mean": -82179482.9255, - "median": -39046231.7799, - "q25": -82460350.0663, - "q75": -20737575.646, - "std": 156475866.5223 - }, - "sell": { - "count": 153, - "mean": -60883795.895, - "median": -19657679.349, - "q25": -50091159.9415, - "q75": -6938178.3825, - "std": 131004402.5839 - }, - "separation": 0.1476, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_vol_ratio", - "tf": "m60", - "interval": 60, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.581, - "median": 1.2834, - "q25": 0.8494, - "q75": 1.8989, - "std": 1.1348 - }, - "sell": { - "count": 160, - "mean": 2.259, - "median": 1.7133, - "q25": 1.1358, - "q75": 2.8498, - "std": 1.7298 - }, - "separation": 0.4635, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_obv_slope_10", - "tf": "m60", - "interval": 60, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1120951.5805, - "median": -1752145.7953, - "q25": -4410556.7475, - "q75": 813733.3236, - "std": 19949326.9882 - }, - "sell": { - "count": 160, - "mean": 15961438.9354, - "median": 7801731.064, - "q25": 3668420.23, - "q75": 14241942.6598, - "std": 26629862.9126 - }, - "separation": 0.6308, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_obv_bull_div", - "tf": "m60", - "interval": 60, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.4252, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_obv_bear_div", - "tf": "m60", - "interval": 60, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0554, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2291 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.0301, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_cmf_20", - "tf": "m60", - "interval": 60, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 148, - "mean": -3.9755, - "median": -3.5798, - "q25": -5.034, - "q75": -2.0656, - "std": 2.8021 - }, - "sell": { - "count": 92, - "mean": -2.1779, - "median": -1.7752, - "q25": -2.6655, - "q75": -0.8831, - "std": 2.0124 - }, - "separation": 0.7369, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_close_vs_vwap_pct", - "tf": "m60", - "interval": 60, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -31.2888, - "median": -41.5989, - "q25": -59.9252, - "q75": -6.924, - "std": 31.5006 - }, - "sell": { - "count": 160, - "mean": -22.4751, - "median": -27.1801, - "q25": -56.6786, - "q75": 4.5506, - "std": 36.1226 - }, - "separation": 0.2601, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_adx_14", - "tf": "m60", - "interval": 60, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 37.8529, - "median": 34.9612, - "q25": 23.9347, - "q75": 51.4022, - "std": 17.8404 - }, - "sell": { - "count": 160, - "mean": 40.4885, - "median": 36.9057, - "q25": 24.4872, - "q75": 53.0828, - "std": 19.261 - }, - "separation": 0.142, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_adx_trending", - "tf": "m60", - "interval": 60, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7138, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4527 - }, - "sell": { - "count": 160, - "mean": 0.7375, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4414 - }, - "separation": 0.0529, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_supertrend_bull", - "tf": "m60", - "interval": 60, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_linreg_slope_20", - "tf": "m60", - "interval": 60, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1819, - "median": -0.7556, - "q25": -2.2293, - "q75": 0.6805, - "std": 5.9216 - }, - "sell": { - "count": 160, - "mean": 3.7425, - "median": 2.5259, - "q25": 1.1833, - "q75": 4.8188, - "std": 7.5903 - }, - "separation": 0.5765, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_linreg_r2_20", - "tf": "m60", - "interval": 60, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4736, - "median": 0.4942, - "q25": 0.1939, - "q75": 0.7546, - "std": 0.2995 - }, - "sell": { - "count": 160, - "mean": 0.5754, - "median": 0.6777, - "q25": 0.3024, - "q75": 0.8505, - "std": 0.2982 - }, - "separation": 0.3408, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_psar", - "tf": "m60", - "interval": 60, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1017.1755, - "median": 900.0, - "q25": 555.0, - "q75": 1370.0, - "std": 522.193 - }, - "sell": { - "count": 160, - "mean": 1140.5627, - "median": 1103.0, - "q25": 600.75, - "q75": 1539.25, - "std": 603.9315 - }, - "separation": 0.2186, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_psar_bull", - "tf": "m60", - "interval": 60, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_psar_flip_bull", - "tf": "m60", - "interval": 60, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_psar_flip_bear", - "tf": "m60", - "interval": 60, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_body_ratio", - "tf": "m60", - "interval": 60, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_hammer", - "tf": "m60", - "interval": 60, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1292, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.336 - }, - "sell": { - "count": 160, - "mean": 0.4125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4938 - }, - "separation": 0.6707, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_shooting_star", - "tf": "m60", - "interval": 60, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9385, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.9125, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2835 - }, - "separation": 0.0987, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_doji", - "tf": "m60", - "interval": 60, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9692, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.173 - }, - "sell": { - "count": 160, - "mean": 0.9187, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2741 - }, - "separation": 0.2203, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_bullish_engulfing", - "tf": "m60", - "interval": 60, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_bearish_engulfing", - "tf": "m60", - "interval": 60, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0631, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_morning_star", - "tf": "m60", - "interval": 60, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_evening_star", - "tf": "m60", - "interval": 60, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_three_white_soldiers", - "tf": "m60", - "interval": 60, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_three_black_crows", - "tf": "m60", - "interval": 60, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3262, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4695 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.9192, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_ha_bull", - "tf": "m60", - "interval": 60, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0862, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.281 - }, - "sell": { - "count": 160, - "mean": 0.975, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1566 - }, - "separation": 3.9072, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_ha_trend_up", - "tf": "m60", - "interval": 60, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.7063, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "separation": 1.9763, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_pattern_double_top", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.12, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3255 - }, - "sell": { - "count": 160, - "mean": 0.1375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3455 - }, - "separation": 0.0521, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_double_bottom", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.175, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3812 - }, - "separation": 0.1183, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_head_shoulders", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.0937, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_inv_head_shoulders", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.05, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2186 - }, - "separation": 0.2176, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_triangle_sym", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_triangle_asc", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_triangle_desc", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.2189, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_flag_bull", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0882, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_flag_bear", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0315, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_wedge_rising", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1385, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3459 - }, - "sell": { - "count": 160, - "mean": 0.2125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4104 - }, - "separation": 0.1951, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_wedge_falling", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.2306, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_rectangle", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0315, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_channel_up", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1385, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3459 - }, - "sell": { - "count": 160, - "mean": 0.2125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4104 - }, - "separation": 0.1951, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_channel_down", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.2306, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_measured_move", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0523, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.223 - }, - "sell": { - "count": 160, - "mean": 0.1812, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3864 - }, - "separation": 0.4087, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_rounding_top", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1975, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_rounding_bottom", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.08, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2717 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.2373, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_gap_up", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1969, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3983 - }, - "sell": { - "count": 160, - "mean": 0.2313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.423 - }, - "separation": 0.0836, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_gap_down", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.2437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4307 - }, - "separation": 0.1052, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_v_bottom", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_spike_top", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0708, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2568 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.1828, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_triple_top", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.08, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2717 - }, - "sell": { - "count": 160, - "mean": 0.0813, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2741 - }, - "separation": 0.0046, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_triple_bottom", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0923, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2899 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.026, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_cup_handle", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.0512, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_keystone_bull", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_keystone_bear", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_island_top", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1754, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3809 - }, - "sell": { - "count": 160, - "mean": 0.2062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4059 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_island_bottom", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1785, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3835 - }, - "sell": { - "count": 160, - "mean": 0.2313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.423 - }, - "separation": 0.1308, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_pattern_label", - "tf": "m60", - "interval": 60, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.794, - "top": { - "none": 258, - "island_bottom": 50, - "cup_handle": 11, - "double_bottom": 2, - "v_bottom": 2 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.762, - "top": { - "none": 122, - "island_bottom": 31, - "cup_handle": 7 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_struct_trend", - "tf": "m60", - "interval": 60, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.892, - "top": { - "range": 290, - "up": 26, - "down": 9 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.781, - "top": { - "range": 125, - "up": 33, - "down": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_struct_hh", - "tf": "m60", - "interval": 60, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.2188, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4147 - }, - "separation": 0.2743, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_hl", - "tf": "m60", - "interval": 60, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.2188, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4147 - }, - "separation": 0.2743, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_lh", - "tf": "m60", - "interval": 60, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.2615, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_ll", - "tf": "m60", - "interval": 60, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.1548, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_bos_bull", - "tf": "m60", - "interval": 60, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0615, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2407 - }, - "sell": { - "count": 160, - "mean": 0.2125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4104 - }, - "separation": 0.4488, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_bos_bear", - "tf": "m60", - "interval": 60, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2383, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_struct_choch", - "tf": "m60", - "interval": 60, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.1975, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_elliott_wave_count", - "tf": "m60", - "interval": 60, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.5415, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 5.1904 - }, - "sell": { - "count": 160, - "mean": 3.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 5.77 - }, - "separation": 0.1063, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_elliott_phase", - "tf": "m60", - "interval": 60, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.794, - "top": { - "unknown": 258, - "impulse_late": 67 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.756, - "top": { - "unknown": 121, - "impulse_late": 39 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_wyckoff_phase", - "tf": "m60", - "interval": 60, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.942, - "top": { - "unknown": 306, - "accumulation": 17, - "distribution": 2 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.931, - "top": { - "unknown": 149, - "accumulation": 6, - "distribution": 5 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_fib_near_level", - "tf": "m60", - "interval": 60, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.868, - "top": { - "none": 282, - "0": 14, - "100": 12, - "382": 7, - "500": 5 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.856, - "top": { - "none": 137, - "100": 19, - "1618": 2, - "382": 1, - "618": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_ichi_trend", - "tf": "m60", - "interval": 60, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.794, - "top": { - "neutral": 258, - "above_cloud": 38, - "below_cloud": 23, - "in_cloud": 6 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.756, - "top": { - "neutral": 121, - "above_cloud": 39 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_pitchfork_bias", - "tf": "m60", - "interval": 60, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.837, - "top": { - "neutral": 272, - "below": 27, - "above": 26 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.8, - "top": { - "neutral": 128, - "above": 25, - "below": 7 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m60_ga_pitchfork_dist_pct", - "tf": "m60", - "interval": 60, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1795, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 2.6155 - }, - "sell": { - "count": 160, - "mean": 0.4855, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 1.9981 - }, - "separation": 0.2857, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_wyckoff_spring", - "tf": "m60", - "interval": 60, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_wyckoff_utad", - "tf": "m60", - "interval": 60, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1586, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_vp_poc", - "tf": "m60", - "interval": 60, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1049.3377, - "median": 928.6833, - "q25": 571.2833, - "q75": 1403.5, - "std": 548.3938 - }, - "sell": { - "count": 160, - "mean": 1107.4253, - "median": 1026.2833, - "q25": 573.8375, - "q75": 1478.9875, - "std": 593.166 - }, - "separation": 0.1017, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_vp_vah", - "tf": "m60", - "interval": 60, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1092.6607, - "median": 957.0, - "q25": 595.0, - "q75": 1471.0, - "std": 573.1579 - }, - "sell": { - "count": 160, - "mean": 1166.0967, - "median": 1089.85, - "q25": 601.0, - "q75": 1557.75, - "std": 637.7886 - }, - "separation": 0.1211, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_vp_val", - "tf": "m60", - "interval": 60, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 984.557, - "median": 888.0, - "q25": 539.4667, - "q75": 1345.1333, - "std": 491.4111 - }, - "sell": { - "count": 160, - "mean": 1026.2246, - "median": 1025.0, - "q25": 537.4083, - "q75": 1419.9333, - "std": 537.9758 - }, - "separation": 0.0809, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_vp_close_vs_poc_pct", - "tf": "m60", - "interval": 60, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.4214, - "median": -1.4662, - "q25": -3.8024, - "q75": 0.3462, - "std": 5.0365 - }, - "sell": { - "count": 160, - "mean": 5.0646, - "median": 3.2077, - "q25": 1.0886, - "q75": 6.9693, - "std": 7.5843 - }, - "separation": 1.0075, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_vp_in_value_area", - "tf": "m60", - "interval": 60, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7662, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4239 - }, - "sell": { - "count": 160, - "mean": 0.2687, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4447 - }, - "separation": 1.1449, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_harmonic_gartley", - "tf": "m60", - "interval": 60, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_harmonic_bat", - "tf": "m60", - "interval": 60, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_chart_type_candle", - "tf": "m60", - "interval": 60, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_chart_line_slope", - "tf": "m60", - "interval": 60, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0073, - "median": -0.4103, - "q25": -1.6923, - "q75": 0.5897, - "std": 4.6501 - }, - "sell": { - "count": 160, - "mean": 2.9157, - "median": 1.5513, - "q25": 0.8397, - "q75": 3.3782, - "std": 5.8715 - }, - "separation": 0.5492, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_chart_bar_range_pct", - "tf": "m60", - "interval": 60, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.0918, - "median": -0.9354, - "q25": -1.5253, - "q75": -0.3984, - "std": 2.199 - }, - "sell": { - "count": 160, - "mean": -0.9399, - "median": -0.7287, - "q25": -1.5375, - "q75": -0.302, - "std": 2.8792 - }, - "separation": 0.0593, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_chart_ha_trend", - "tf": "m60", - "interval": 60, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.7063, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "separation": 1.9763, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_chart_renko_brick_up_ratio", - "tf": "m60", - "interval": 60, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4423, - "median": 0.429, - "q25": 0.25, - "q75": 0.583, - "std": 0.2193 - }, - "sell": { - "count": 160, - "mean": 0.6664, - "median": 0.667, - "q25": 0.562, - "q75": 0.778, - "std": 0.1717 - }, - "separation": 1.1379, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_chart_renko_dir", - "tf": "m60", - "interval": 60, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.3108, - "median": 0.0, - "q25": -1.0, - "q75": 0.0, - "std": 0.52 - }, - "sell": { - "count": 160, - "mean": 0.4875, - "median": 0.5, - "q25": 0.0, - "q75": 1.0, - "std": 0.5259 - }, - "separation": 1.5264, - "buy_lower_than_sell": true - }, - { - "col": "m60_ga_chart_pnf_col", - "tf": "m60", - "interval": 60, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1785, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4362 - }, - "sell": { - "count": 160, - "mean": 0.35, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5041 - }, - "separation": 1.1211, - "buy_lower_than_sell": false - }, - { - "col": "m60_ga_chart_vol_spike", - "tf": "m60", - "interval": 60, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2923, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4555 - }, - "sell": { - "count": 160, - "mean": 0.4625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5002 - }, - "separation": 0.3558, - "buy_lower_than_sell": false - }, - { - "col": "m240_macd_hist", - "tf": "m240", - "interval": 240, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5642, - "median": -0.1932, - "q25": -5.6977, - "q75": 3.8674, - "std": 17.9181 - }, - "sell": { - "count": 160, - "mean": 6.7763, - "median": 4.9281, - "q25": 1.7818, - "q75": 10.0686, - "std": 23.8292 - }, - "separation": 0.2947, - "buy_lower_than_sell": true - }, - { - "col": "m240_macd_line", - "tf": "m240", - "interval": 240, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.8733, - "median": -5.68, - "q25": -19.7347, - "q75": 13.0492, - "std": 58.0 - }, - "sell": { - "count": 160, - "mean": 17.522, - "median": 6.27, - "q25": -11.4696, - "q75": 25.7073, - "std": 63.3135 - }, - "separation": 0.2083, - "buy_lower_than_sell": true - }, - { - "col": "m240_macd_signal", - "tf": "m240", - "interval": 240, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.3091, - "median": -5.0094, - "q25": -17.4204, - "q75": 12.1173, - "std": 48.9 - }, - "sell": { - "count": 160, - "mean": 10.7457, - "median": 2.4228, - "q25": -15.9383, - "q75": 21.5048, - "std": 52.4384 - }, - "separation": 0.127, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_sma_5", - "tf": "m240", - "interval": 240, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1043.2923, - "median": 932.8, - "q25": 564.0, - "q75": 1400.2, - "std": 535.7524 - }, - "sell": { - "count": 160, - "mean": 1101.975, - "median": 1073.8, - "q25": 575.3, - "q75": 1490.2, - "std": 586.469 - }, - "separation": 0.1045, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_sma_20", - "tf": "m240", - "interval": 240, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 1032.9681, - "median": 933.7, - "q25": 569.825, - "q75": 1418.4, - "std": 513.4405 - }, - "sell": { - "count": 160, - "mean": 1066.9534, - "median": 1073.85, - "q25": 564.6625, - "q75": 1445.95, - "std": 562.8658 - }, - "separation": 0.0631, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_sma_60", - "tf": "m240", - "interval": 240, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 317, - "mean": 1010.9501, - "median": 938.0, - "q25": 556.6167, - "q75": 1382.4333, - "std": 487.8609 - }, - "sell": { - "count": 158, - "mean": 1034.1797, - "median": 1131.375, - "q25": 539.825, - "q75": 1388.8833, - "std": 522.2414 - }, - "separation": 0.046, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_close_vs_sma_20_pct", - "tf": "m240", - "interval": 240, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.1639, - "median": -1.3963, - "q25": -4.9126, - "q75": 2.0957, - "std": 9.7613 - }, - "sell": { - "count": 160, - "mean": 6.9755, - "median": 4.5987, - "q25": 1.2564, - "q75": 8.9639, - "std": 11.9487 - }, - "separation": 0.6243, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_golden_cross", - "tf": "m240", - "interval": 240, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.2886, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_death_cross", - "tf": "m240", - "interval": 240, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2243, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_atr_14", - "tf": "m240", - "interval": 240, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 39.2491, - "median": 29.8929, - "q25": 16.7679, - "q75": 46.4286, - "std": 39.2141 - }, - "sell": { - "count": 160, - "mean": 44.5893, - "median": 33.9286, - "q25": 18.4286, - "q75": 48.8393, - "std": 44.2088 - }, - "separation": 0.1278, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_atr_pct", - "tf": "m240", - "interval": 240, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 3.628, - "median": 2.8496, - "q25": 2.2476, - "q75": 4.4268, - "std": 2.0297 - }, - "sell": { - "count": 160, - "mean": 3.731, - "median": 2.9452, - "q25": 2.3133, - "q75": 4.3435, - "std": 2.1077 - }, - "separation": 0.0498, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_bb_squeeze", - "tf": "m240", - "interval": 240, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1815, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3861 - }, - "sell": { - "count": 160, - "mean": 0.1313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3387 - }, - "separation": 0.1385, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_donchian_pos", - "tf": "m240", - "interval": 240, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.4572, - "median": 0.3586, - "q25": 0.1138, - "q75": 0.8083, - "std": 0.3803 - }, - "sell": { - "count": 160, - "mean": 0.863, - "median": 0.9441, - "q25": 0.7162, - "q75": 1.0881, - "std": 0.3497 - }, - "separation": 1.1109, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_cci_20", - "tf": "m240", - "interval": 240, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -43.5143, - "median": -63.7751, - "q25": -125.4723, - "q75": 50.15, - "std": 122.064 - }, - "sell": { - "count": 160, - "mean": 125.2849, - "median": 129.0718, - "q25": 65.5598, - "q75": 192.3975, - "std": 106.9833 - }, - "separation": 1.4707, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_cci_oversold", - "tf": "m240", - "interval": 240, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3508, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4779 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.916, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_cci_overbought", - "tf": "m240", - "interval": 240, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1508, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3584 - }, - "sell": { - "count": 160, - "mean": 0.6188, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4872 - }, - "separation": 1.0942, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_williams_r", - "tf": "m240", - "interval": 240, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -51.961, - "median": -61.0971, - "q25": -88.8889, - "q75": -17.9487, - "std": 40.462 - }, - "sell": { - "count": 160, - "mean": -4.0924, - "median": 3.4483, - "q25": -27.8186, - "q75": 12.1544, - "std": 43.1056 - }, - "separation": 1.1451, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_williams_oversold", - "tf": "m240", - "interval": 240, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3477, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.477 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.7776, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_williams_overbought", - "tf": "m240", - "interval": 240, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2677, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4434 - }, - "sell": { - "count": 160, - "mean": 0.7, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.9572, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_roc_10", - "tf": "m240", - "interval": 240, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0591, - "median": -0.9722, - "q25": -5.3485, - "q75": 3.3973, - "std": 13.21 - }, - "sell": { - "count": 160, - "mean": 8.9885, - "median": 5.5691, - "q25": 1.6613, - "q75": 10.6447, - "std": 15.2461 - }, - "separation": 0.5559, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_mfi_14", - "tf": "m240", - "interval": 240, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 323, - "mean": 45.2286, - "median": 44.8691, - "q25": 29.832, - "q75": 57.1254, - "std": 19.3584 - }, - "sell": { - "count": 160, - "mean": 65.124, - "median": 67.2147, - "q25": 52.0462, - "q75": 75.5426, - "std": 17.3202 - }, - "separation": 1.0832, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_rsi_bull_div", - "tf": "m240", - "interval": 240, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1692, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3755 - }, - "sell": { - "count": 160, - "mean": 0.0563, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2311 - }, - "separation": 0.3623, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_rsi_bear_div", - "tf": "m240", - "interval": 240, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.0971, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_macd_bull_div", - "tf": "m240", - "interval": 240, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1692, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3755 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.3375, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_macd_bear_div", - "tf": "m240", - "interval": 240, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.0154, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_stoch_bull_div", - "tf": "m240", - "interval": 240, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1538, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3614 - }, - "sell": { - "count": 160, - "mean": 0.0688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2538 - }, - "separation": 0.2725, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_stoch_bear_div", - "tf": "m240", - "interval": 240, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1385, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3459 - }, - "sell": { - "count": 160, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4013 - }, - "separation": 0.1643, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_rsi_delta_1", - "tf": "m240", - "interval": 240, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -1.2791, - "median": -0.8785, - "q25": -4.4323, - "q75": 1.5818, - "std": 6.3295 - }, - "sell": { - "count": 160, - "mean": 3.9053, - "median": 3.6626, - "q25": 0.2041, - "q75": 8.4699, - "std": 7.6166 - }, - "separation": 0.7403, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_macd_hist_delta_1", - "tf": "m240", - "interval": 240, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.6887, - "median": -0.3735, - "q25": -1.5467, - "q75": 0.3795, - "std": 3.7638 - }, - "sell": { - "count": 160, - "mean": 2.4945, - "median": 1.5613, - "q25": 0.2638, - "q75": 3.6848, - "std": 4.9744 - }, - "separation": 0.7217, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_stoch_k_delta_1", - "tf": "m240", - "interval": 240, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -2.9608, - "median": -2.1248, - "q25": -8.4718, - "q75": 3.0151, - "std": 12.8739 - }, - "sell": { - "count": 160, - "mean": 6.7416, - "median": 0.7607, - "q25": -2.8731, - "q75": 15.2537, - "std": 17.2981 - }, - "separation": 0.6363, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_keltner_pos", - "tf": "m240", - "interval": 240, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.4066, - "median": 0.3312, - "q25": 0.1276, - "q75": 0.6427, - "std": 0.3809 - }, - "sell": { - "count": 160, - "mean": 0.861, - "median": 0.8521, - "q25": 0.5866, - "q75": 1.1138, - "std": 0.3891 - }, - "separation": 1.18, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_ao", - "tf": "m240", - "interval": 240, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 321, - "mean": 10.9969, - "median": -12.2235, - "q25": -51.9912, - "q75": 30.35, - "std": 152.8614 - }, - "sell": { - "count": 158, - "mean": 51.7543, - "median": 22.0118, - "q25": -7.3471, - "q75": 71.011, - "std": 175.2454 - }, - "separation": 0.2479, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_ao_bull", - "tf": "m240", - "interval": 240, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.2886, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_ao_bear", - "tf": "m240", - "interval": 240, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2643, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_hv_20", - "tf": "m240", - "interval": 240, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 8.7907, - "median": 6.6031, - "q25": 5.1488, - "q75": 9.0727, - "std": 6.1334 - }, - "sell": { - "count": 159, - "mean": 9.7781, - "median": 6.969, - "q25": 5.9022, - "q75": 11.1513, - "std": 6.5632 - }, - "separation": 0.1554, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_hv_percentile", - "tf": "m240", - "interval": 240, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 304, - "mean": 0.6025, - "median": 0.6555, - "q25": 0.3193, - "q75": 0.8908, - "std": 0.3172 - }, - "sell": { - "count": 152, - "mean": 0.6875, - "median": 0.7815, - "q25": 0.4685, - "q75": 0.9328, - "std": 0.2926 - }, - "separation": 0.2786, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_ad_line", - "tf": "m240", - "interval": 240, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": -24124929223.5963, - "median": -25570161253.8082, - "q25": -36805020014.2709, - "q75": -6871834920.1655, - "std": 15093391698.6792 - }, - "sell": { - "count": 159, - "mean": -24059647684.7679, - "median": -22718988292.4594, - "q25": -39940259126.8748, - "q75": -6896766638.3335, - "std": 15556299905.6176 - }, - "separation": 0.0043, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_ad_slope_10", - "tf": "m240", - "interval": 240, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 319, - "mean": -290980917.3592, - "median": -136409785.595, - "q25": -257156936.0736, - "q75": -71097322.124, - "std": 619158822.6995 - }, - "sell": { - "count": 158, - "mean": -275779475.5259, - "median": -55169914.4786, - "q25": -149108198.6132, - "q75": -12073281.0681, - "std": 948984679.4449 - }, - "separation": 0.019, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_vol_ratio", - "tf": "m240", - "interval": 240, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 1.3751, - "median": 1.1071, - "q25": 0.7699, - "q75": 1.7056, - "std": 0.977 - }, - "sell": { - "count": 160, - "mean": 1.9909, - "median": 1.6964, - "q25": 1.132, - "q75": 2.3206, - "std": 1.4898 - }, - "separation": 0.4888, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_obv_slope_10", - "tf": "m240", - "interval": 240, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4472282.9614, - "median": -3731538.5522, - "q25": -14790698.4267, - "q75": 9494746.7845, - "std": 63865387.9032 - }, - "sell": { - "count": 160, - "mean": 26562255.7698, - "median": 11427614.4725, - "q25": 0.0, - "q75": 30090477.6898, - "std": 69747708.0549 - }, - "separation": 0.3303, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_obv_bull_div", - "tf": "m240", - "interval": 240, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0892, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2855 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.1829, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_obv_bear_div", - "tf": "m240", - "interval": 240, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0638, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_cmf_20", - "tf": "m240", - "interval": 240, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 250, - "mean": -4.0414, - "median": -3.6103, - "q25": -5.4929, - "q75": -1.7791, - "std": 3.2229 - }, - "sell": { - "count": 125, - "mean": -2.8179, - "median": -1.8458, - "q25": -3.6614, - "q75": -0.6619, - "std": 3.5184 - }, - "separation": 0.3626, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_close_vs_vwap_pct", - "tf": "m240", - "interval": 240, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -30.2092, - "median": -40.3073, - "q25": -58.3562, - "q75": -5.7692, - "std": 31.3116 - }, - "sell": { - "count": 160, - "mean": -23.1529, - "median": -28.9784, - "q25": -56.6198, - "q75": 2.8934, - "std": 35.2608 - }, - "separation": 0.2116, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_adx_14", - "tf": "m240", - "interval": 240, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 323, - "mean": 42.3872, - "median": 37.9565, - "q25": 25.4848, - "q75": 56.508, - "std": 21.0149 - }, - "sell": { - "count": 158, - "mean": 42.2203, - "median": 36.9808, - "q25": 23.0346, - "q75": 64.6588, - "std": 23.568 - }, - "separation": 0.0075, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_adx_trending", - "tf": "m240", - "interval": 240, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7538, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4314 - }, - "sell": { - "count": 160, - "mean": 0.7, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.1208, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_supertrend_bull", - "tf": "m240", - "interval": 240, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9969, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.9938, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0791 - }, - "separation": 0.0465, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_linreg_slope_20", - "tf": "m240", - "interval": 240, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 1.0113, - "median": -0.4801, - "q25": -4.1477, - "q75": 2.7432, - "std": 13.2526 - }, - "sell": { - "count": 160, - "mean": 3.203, - "median": 1.5658, - "q25": -2.2902, - "q75": 5.0105, - "std": 14.6855 - }, - "separation": 0.1567, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_linreg_r2_20", - "tf": "m240", - "interval": 240, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.4828, - "median": 0.5214, - "q25": 0.2272, - "q75": 0.745, - "std": 0.2925 - }, - "sell": { - "count": 160, - "mean": 0.4685, - "median": 0.4838, - "q25": 0.1747, - "q75": 0.7397, - "std": 0.3001 - }, - "separation": 0.0483, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_psar", - "tf": "m240", - "interval": 240, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1007.3731, - "median": 912.0, - "q25": 554.0, - "q75": 1369.0, - "std": 503.5413 - }, - "sell": { - "count": 160, - "mean": 1089.2196, - "median": 1097.5, - "q25": 584.0, - "q75": 1469.0253, - "std": 558.0093 - }, - "separation": 0.154, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_psar_bull", - "tf": "m240", - "interval": 240, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_psar_flip_bull", - "tf": "m240", - "interval": 240, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_psar_flip_bear", - "tf": "m240", - "interval": 240, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_body_ratio", - "tf": "m240", - "interval": 240, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_hammer", - "tf": "m240", - "interval": 240, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.4437, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4984 - }, - "separation": 0.5391, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_shooting_star", - "tf": "m240", - "interval": 240, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9415, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.9437, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2311 - }, - "separation": 0.0095, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_doji", - "tf": "m240", - "interval": 240, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9415, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.9375, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.2428 - }, - "separation": 0.0169, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_bullish_engulfing", - "tf": "m240", - "interval": 240, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_bearish_engulfing", - "tf": "m240", - "interval": 240, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2167 - }, - "sell": { - "count": 160, - "mean": 0.0688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2538 - }, - "separation": 0.0827, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_morning_star", - "tf": "m240", - "interval": 240, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_evening_star", - "tf": "m240", - "interval": 240, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_three_white_soldiers", - "tf": "m240", - "interval": 240, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_three_black_crows", - "tf": "m240", - "interval": 240, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2769, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4482 - }, - "sell": { - "count": 160, - "mean": 0.0437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2052 - }, - "separation": 0.669, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_ha_bull", - "tf": "m240", - "interval": 240, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4314 - }, - "sell": { - "count": 160, - "mean": 0.9625, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1906 - }, - "separation": 2.1479, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_ha_trend_up", - "tf": "m240", - "interval": 240, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0831, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2764 - }, - "sell": { - "count": 160, - "mean": 0.6562, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4765 - }, - "separation": 1.4716, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_pattern_double_top", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.1375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3455 - }, - "separation": 0.0712, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_double_bottom", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0739, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_head_shoulders", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_inv_head_shoulders", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0215, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1454 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.0942, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_triangle_sym", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_triangle_asc", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_triangle_desc", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1138, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3181 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.0874, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_flag_bull", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1233 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1765, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_flag_bear", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0338, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 0.0942, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_wedge_rising", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1723, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3782 - }, - "sell": { - "count": 160, - "mean": 0.2437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4307 - }, - "separation": 0.1763, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_wedge_falling", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.097, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_rectangle", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_channel_up", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1723, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3782 - }, - "sell": { - "count": 160, - "mean": 0.2437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4307 - }, - "separation": 0.1763, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_channel_down", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.097, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_measured_move", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.2313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.423 - }, - "separation": 0.3528, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_rounding_top", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_rounding_bottom", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_gap_up", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2954, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "sell": { - "count": 160, - "mean": 0.3312, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.0772, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_gap_down", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2954, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "sell": { - "count": 160, - "mean": 0.3312, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.0772, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_v_bottom", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0063, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0791 - }, - "separation": 0.0012, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_spike_top", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.12, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3255 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.0877, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_triple_top", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0369, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1889 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.003, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_triple_bottom", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.235 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.098, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_cup_handle", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_keystone_bull", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_keystone_bear", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_island_top", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4332 - }, - "sell": { - "count": 160, - "mean": 0.3063, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4624 - }, - "separation": 0.1273, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_island_bottom", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2954, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "sell": { - "count": 160, - "mean": 0.3312, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.0772, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_pattern_label", - "tf": "m240", - "interval": 240, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.705, - "top": { - "none": 229, - "island_bottom": 84, - "island_top": 12 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.669, - "top": { - "none": 107, - "island_bottom": 38, - "island_top": 15 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_struct_trend", - "tf": "m240", - "interval": 240, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.868, - "top": { - "range": 282, - "down": 23, - "up": 20 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.8, - "top": { - "range": 128, - "up": 20, - "down": 12 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_struct_hh", - "tf": "m240", - "interval": 240, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1354, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3427 - }, - "sell": { - "count": 160, - "mean": 0.1562, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3642 - }, - "separation": 0.059, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_hl", - "tf": "m240", - "interval": 240, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1169, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3218 - }, - "sell": { - "count": 160, - "mean": 0.1938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3965 - }, - "separation": 0.2128, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_lh", - "tf": "m240", - "interval": 240, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1354, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3427 - }, - "sell": { - "count": 160, - "mean": 0.1375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3455 - }, - "separation": 0.0061, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_ll", - "tf": "m240", - "interval": 240, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1262, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3325 - }, - "sell": { - "count": 160, - "mean": 0.1062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3091 - }, - "separation": 0.062, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_bos_bull", - "tf": "m240", - "interval": 240, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3519 - }, - "separation": 0.1186, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_bos_bear", - "tf": "m240", - "interval": 240, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0646, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2462 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.192, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_struct_choch", - "tf": "m240", - "interval": 240, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1015, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3025 - }, - "sell": { - "count": 160, - "mean": 0.0688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2538 - }, - "separation": 0.1174, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_elliott_wave_count", - "tf": "m240", - "interval": 240, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.4431, - "median": 0.0, - "q25": 0.0, - "q75": 6.0, - "std": 3.9151 - }, - "sell": { - "count": 160, - "mean": 2.7, - "median": 0.0, - "q25": 0.0, - "q75": 7.0, - "std": 4.0185 - }, - "separation": 0.0648, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_elliott_phase", - "tf": "m240", - "interval": 240, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.705, - "top": { - "unknown": 229, - "impulse_late": 95, - "corrective": 1 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.669, - "top": { - "unknown": 107, - "impulse_late": 51, - "corrective": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_wyckoff_phase", - "tf": "m240", - "interval": 240, - "base": "ga_wyckoff_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "unknown", - "mode_frac": 0.948, - "top": { - "unknown": 308, - "accumulation": 16, - "distribution": 1 - } - }, - "sell": { - "count": 160, - "mode": "unknown", - "mode_frac": 0.988, - "top": { - "unknown": 158, - "distribution": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_fib_near_level", - "tf": "m240", - "interval": 240, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.837, - "top": { - "none": 272, - "0": 16, - "382": 11, - "500": 10, - "100": 9 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.819, - "top": { - "none": 131, - "100": 18, - "382": 6, - "500": 4, - "618": 1 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_ichi_trend", - "tf": "m240", - "interval": 240, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.705, - "top": { - "neutral": 229, - "above_cloud": 46, - "below_cloud": 33, - "in_cloud": 17 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.669, - "top": { - "neutral": 107, - "above_cloud": 38, - "in_cloud": 11, - "below_cloud": 4 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_pitchfork_bias", - "tf": "m240", - "interval": 240, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "neutral", - "mode_frac": 0.729, - "top": { - "neutral": 237, - "above": 54, - "below": 34 - } - }, - "sell": { - "count": 160, - "mode": "neutral", - "mode_frac": 0.681, - "top": { - "neutral": 109, - "above": 43, - "below": 8 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "m240_ga_pitchfork_dist_pct", - "tf": "m240", - "interval": 240, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6122, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 6.517 - }, - "sell": { - "count": 160, - "mean": 1.7377, - "median": 0.0, - "q25": 0.0, - "q75": 1.887, - "std": 5.6093 - }, - "separation": 0.1851, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_wyckoff_spring", - "tf": "m240", - "interval": 240, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.1111, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_wyckoff_utad", - "tf": "m240", - "interval": 240, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_vp_poc", - "tf": "m240", - "interval": 240, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1060.7029, - "median": 926.65, - "q25": 583.1, - "q75": 1418.4667, - "std": 559.657 - }, - "sell": { - "count": 160, - "mean": 1111.7175, - "median": 1045.1167, - "q25": 569.9333, - "q75": 1460.35, - "std": 638.1306 - }, - "separation": 0.085, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_vp_vah", - "tf": "m240", - "interval": 240, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1117.9558, - "median": 975.0, - "q25": 595.0, - "q75": 1503.2, - "std": 577.3651 - }, - "sell": { - "count": 160, - "mean": 1180.0777, - "median": 1184.6833, - "q25": 600.0, - "q75": 1625.0, - "std": 647.4221 - }, - "separation": 0.1013, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_vp_val", - "tf": "m240", - "interval": 240, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 961.7328, - "median": 877.3333, - "q25": 520.0, - "q75": 1346.0, - "std": 474.0963 - }, - "sell": { - "count": 160, - "mean": 990.4452, - "median": 1042.0, - "q25": 514.25, - "q75": 1370.0, - "std": 511.5546 - }, - "separation": 0.0582, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_vp_close_vs_poc_pct", - "tf": "m240", - "interval": 240, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.4639, - "median": -1.0905, - "q25": -5.5424, - "q75": 1.9465, - "std": 8.4221 - }, - "sell": { - "count": 160, - "mean": 4.3742, - "median": 3.6134, - "q25": 0.2174, - "q75": 8.0457, - "std": 8.7516 - }, - "separation": 0.6798, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_vp_in_value_area", - "tf": "m240", - "interval": 240, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7815, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4138 - }, - "sell": { - "count": 160, - "mean": 0.5875, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4938 - }, - "separation": 0.4259, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_harmonic_gartley", - "tf": "m240", - "interval": 240, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_harmonic_bat", - "tf": "m240", - "interval": 240, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_chart_type_candle", - "tf": "m240", - "interval": 240, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_chart_line_slope", - "tf": "m240", - "interval": 240, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4773, - "median": -1.0345, - "q25": -3.2759, - "q75": 2.1724, - "std": 9.0028 - }, - "sell": { - "count": 160, - "mean": 3.4903, - "median": 1.1379, - "q25": -1.6983, - "q75": 4.7586, - "std": 10.5797 - }, - "separation": 0.3067, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_chart_bar_range_pct", - "tf": "m240", - "interval": 240, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -2.0253, - "median": -1.7053, - "q25": -3.11, - "q75": -0.8136, - "std": 3.5656 - }, - "sell": { - "count": 160, - "mean": -2.2214, - "median": -1.8645, - "q25": -3.7013, - "q75": -0.7311, - "std": 4.7183 - }, - "separation": 0.0469, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_chart_ha_trend", - "tf": "m240", - "interval": 240, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0831, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2764 - }, - "sell": { - "count": 160, - "mean": 0.6562, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4765 - }, - "separation": 1.4716, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_chart_renko_brick_up_ratio", - "tf": "m240", - "interval": 240, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4435, - "median": 0.429, - "q25": 0.25, - "q75": 0.667, - "std": 0.2569 - }, - "sell": { - "count": 160, - "mean": 0.5465, - "median": 0.571, - "q25": 0.333, - "q75": 0.714, - "std": 0.2541 - }, - "separation": 0.4033, - "buy_lower_than_sell": true - }, - { - "col": "m240_ga_chart_renko_dir", - "tf": "m240", - "interval": 240, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.1354, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4845 - }, - "sell": { - "count": 160, - "mean": 0.35, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5517 - }, - "separation": 0.9349, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_chart_pnf_col", - "tf": "m240", - "interval": 240, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.0862, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3912 - }, - "sell": { - "count": 160, - "mean": 0.2375, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5076 - }, - "separation": 0.7142, - "buy_lower_than_sell": false - }, - { - "col": "m240_ga_chart_vol_spike", - "tf": "m240", - "interval": 240, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4029 - }, - "sell": { - "count": 160, - "mean": 0.4188, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4949 - }, - "separation": 0.4779, - "buy_lower_than_sell": false - }, - { - "col": "d1_macd_hist", - "tf": "d1", - "interval": 1440, - "base": "macd_hist", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 4.9888, - "median": 0.6342, - "q25": -6.0197, - "q75": 9.2631, - "std": 30.5456 - }, - "sell": { - "count": 160, - "mean": 9.9098, - "median": 3.4414, - "q25": -3.8307, - "q75": 15.3906, - "std": 34.9231 - }, - "separation": 0.15, - "buy_lower_than_sell": true - }, - { - "col": "d1_macd_line", - "tf": "d1", - "interval": 1440, - "base": "macd_line", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.2872, - "median": -12.1741, - "q25": -36.4746, - "q75": 23.7248, - "std": 69.8642 - }, - "sell": { - "count": 160, - "mean": 5.3995, - "median": -3.6838, - "q25": -31.7634, - "q75": 33.4909, - "std": 78.3311 - }, - "separation": 0.1305, - "buy_lower_than_sell": true - }, - { - "col": "d1_macd_signal", - "tf": "d1", - "interval": 1440, - "base": "macd_signal", - "family": "other", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -9.276, - "median": -10.7174, - "q25": -34.3351, - "q75": 15.0125, - "std": 57.0136 - }, - "sell": { - "count": 160, - "mean": -4.5103, - "median": -5.4437, - "q25": -31.056, - "q75": 18.9106, - "std": 58.375 - }, - "separation": 0.0826, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_sma_5", - "tf": "d1", - "interval": 1440, - "base": "ga_sma_5", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 323, - "mean": 1026.2755, - "median": 915.0, - "q25": 564.1, - "q75": 1405.9, - "std": 505.1208 - }, - "sell": { - "count": 158, - "mean": 1055.9557, - "median": 1057.5, - "q25": 555.85, - "q75": 1446.0, - "std": 548.8107 - }, - "separation": 0.0563, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_sma_20", - "tf": "d1", - "interval": 1440, - "base": "ga_sma_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 992.7398, - "median": 897.05, - "q25": 554.575, - "q75": 1375.5, - "std": 482.177 - }, - "sell": { - "count": 155, - "mean": 1014.1661, - "median": 1090.3, - "q25": 521.75, - "q75": 1401.8, - "std": 504.2439 - }, - "separation": 0.0434, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_sma_60", - "tf": "d1", - "interval": 1440, - "base": "ga_sma_60", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 269, - "mean": 969.4429, - "median": 797.55, - "q25": 460.1, - "q75": 1422.0667, - "std": 486.98 - }, - "sell": { - "count": 134, - "mean": 978.4116, - "median": 798.375, - "q25": 443.0333, - "q75": 1440.1667, - "std": 511.5009 - }, - "separation": 0.018, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_close_vs_sma_20_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_close_vs_sma_20_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 3.8193, - "median": -2.9138, - "q25": -7.6298, - "q75": 10.1028, - "std": 19.3518 - }, - "sell": { - "count": 155, - "mean": 8.1098, - "median": 3.6087, - "q25": -5.8634, - "q75": 14.4344, - "std": 20.007 - }, - "separation": 0.218, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_golden_cross", - "tf": "d1", - "interval": 1440, - "base": "ga_golden_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.075, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2642 - }, - "separation": 0.2325, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_death_cross", - "tf": "d1", - "interval": 1440, - "base": "ga_death_cross", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.1082, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_atr_14", - "tf": "d1", - "interval": 1440, - "base": "ga_atr_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": 80.5321, - "median": 74.1071, - "q25": 40.4286, - "q75": 104.9286, - "std": 55.4202 - }, - "sell": { - "count": 158, - "mean": 87.5095, - "median": 79.8571, - "q25": 37.3929, - "q75": 107.7857, - "std": 64.4462 - }, - "separation": 0.1161, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_atr_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_atr_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": 7.7535, - "median": 6.658, - "q25": 5.5768, - "q75": 9.3377, - "std": 3.2526 - }, - "sell": { - "count": 158, - "mean": 7.8339, - "median": 6.4153, - "q25": 5.5714, - "q75": 9.3377, - "std": 3.4499 - }, - "separation": 0.024, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_bb_squeeze", - "tf": "d1", - "interval": 1440, - "base": "ga_bb_squeeze", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1446, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3523 - }, - "sell": { - "count": 160, - "mean": 0.1375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3455 - }, - "separation": 0.0204, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_donchian_pos", - "tf": "d1", - "interval": 1440, - "base": "ga_donchian_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 0.4647, - "median": 0.3472, - "q25": 0.1564, - "q75": 0.7738, - "std": 0.3696 - }, - "sell": { - "count": 155, - "mean": 0.5672, - "median": 0.5625, - "q25": 0.2432, - "q75": 0.8538, - "std": 0.3682 - }, - "separation": 0.2777, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_cci_20", - "tf": "d1", - "interval": 1440, - "base": "ga_cci_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": -6.4897, - "median": -48.6187, - "q25": -111.3511, - "q75": 107.1334, - "std": 148.067 - }, - "sell": { - "count": 155, - "mean": 57.6232, - "median": 56.9702, - "q25": -63.8562, - "q75": 150.4799, - "std": 161.8397 - }, - "separation": 0.4133, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_cci_oversold", - "tf": "d1", - "interval": 1440, - "base": "ga_cci_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2831, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4512 - }, - "sell": { - "count": 160, - "mean": 0.1125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.317 - }, - "separation": 0.4375, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_cci_overbought", - "tf": "d1", - "interval": 1440, - "base": "ga_cci_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2554, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4367 - }, - "sell": { - "count": 160, - "mean": 0.4188, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4949 - }, - "separation": 0.35, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_williams_r", - "tf": "d1", - "interval": 1440, - "base": "ga_williams_r", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": -51.0166, - "median": -58.9614, - "q25": -84.6154, - "q75": -17.8307, - "std": 38.0645 - }, - "sell": { - "count": 158, - "mean": -39.8882, - "median": -32.3077, - "q25": -77.1033, - "q75": -13.3109, - "std": 38.6864 - }, - "separation": 0.29, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_williams_oversold", - "tf": "d1", - "interval": 1440, - "base": "ga_williams_oversold", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2954, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4569 - }, - "sell": { - "count": 160, - "mean": 0.225, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4189 - }, - "separation": 0.1606, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_williams_overbought", - "tf": "d1", - "interval": 1440, - "base": "ga_williams_overbought", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2492, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4332 - }, - "sell": { - "count": 160, - "mean": 0.3312, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4721 - }, - "separation": 0.181, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_roc_10", - "tf": "d1", - "interval": 1440, - "base": "ga_roc_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 317, - "mean": 6.4594, - "median": -2.7086, - "q25": -10.4072, - "q75": 11.1111, - "std": 27.9414 - }, - "sell": { - "count": 158, - "mean": 11.5604, - "median": 3.3426, - "q25": -7.048, - "q75": 20.0, - "std": 28.9388 - }, - "separation": 0.1793, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_mfi_14", - "tf": "d1", - "interval": 1440, - "base": "ga_mfi_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": 51.579, - "median": 46.2977, - "q25": 35.424, - "q75": 69.7515, - "std": 19.9394 - }, - "sell": { - "count": 158, - "mean": 57.4259, - "median": 56.8639, - "q25": 40.7672, - "q75": 75.2672, - "std": 20.7264 - }, - "separation": 0.2875, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_rsi_bull_div", - "tf": "d1", - "interval": 1440, - "base": "ga_rsi_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1569, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3643 - }, - "sell": { - "count": 160, - "mean": 0.175, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3812 - }, - "separation": 0.0485, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_rsi_bear_div", - "tf": "d1", - "interval": 1440, - "base": "ga_rsi_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0462, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2101 - }, - "sell": { - "count": 160, - "mean": 0.0938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2924 - }, - "separation": 0.1869, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_macd_bull_div", - "tf": "d1", - "interval": 1440, - "base": "ga_macd_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4096 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.2343, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_macd_bear_div", - "tf": "d1", - "interval": 1440, - "base": "ga_macd_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.0938, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2924 - }, - "separation": 0.2159, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_stoch_bull_div", - "tf": "d1", - "interval": 1440, - "base": "ga_stoch_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1908, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3935 - }, - "sell": { - "count": 160, - "mean": 0.15, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3582 - }, - "separation": 0.1084, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_stoch_bear_div", - "tf": "d1", - "interval": 1440, - "base": "ga_stoch_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.2795, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_rsi_delta_1", - "tf": "d1", - "interval": 1440, - "base": "ga_rsi_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 312, - "mean": 0.1536, - "median": 0.6938, - "q25": -3.9655, - "q75": 4.1261, - "std": 8.3118 - }, - "sell": { - "count": 158, - "mean": 2.0288, - "median": 1.4206, - "q25": -2.0778, - "q75": 5.8293, - "std": 8.1611 - }, - "separation": 0.2277, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_macd_hist_delta_1", - "tf": "d1", - "interval": 1440, - "base": "ga_macd_hist_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9957, - "median": 0.3276, - "q25": -1.8043, - "q75": 1.8729, - "std": 10.0473 - }, - "sell": { - "count": 160, - "mean": 2.8062, - "median": 0.9783, - "q25": -1.8043, - "q75": 3.4258, - "std": 12.291 - }, - "separation": 0.1613, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_stoch_k_delta_1", - "tf": "d1", - "interval": 1440, - "base": "ga_stoch_k_delta_1", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 310, - "mean": 1.0146, - "median": 0.26, - "q25": -4.8741, - "q75": 5.8258, - "std": 11.5069 - }, - "sell": { - "count": 156, - "mean": 3.5078, - "median": 1.5819, - "q25": -4.141, - "q75": 9.0376, - "std": 13.1141 - }, - "separation": 0.2021, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_keltner_pos", - "tf": "d1", - "interval": 1440, - "base": "ga_keltner_pos", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": 0.4793, - "median": 0.3789, - "q25": 0.1895, - "q75": 0.736, - "std": 0.3838 - }, - "sell": { - "count": 158, - "mean": 0.5956, - "median": 0.6295, - "q25": 0.2692, - "q75": 0.8936, - "std": 0.3853 - }, - "separation": 0.3024, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_ao", - "tf": "d1", - "interval": 1440, - "base": "ga_ao", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 300, - "mean": 11.4319, - "median": -20.2015, - "q25": -84.8059, - "q75": 73.5294, - "std": 199.3257 - }, - "sell": { - "count": 150, - "mean": 44.7925, - "median": 10.5147, - "q25": -64.1147, - "q75": 109.1618, - "std": 230.2963 - }, - "separation": 0.1549, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_ao_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_ao_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1552 - }, - "sell": { - "count": 160, - "mean": 0.05, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2186 - }, - "separation": 0.1339, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_ao_bear", - "tf": "d1", - "interval": 1440, - "base": "ga_ao_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0017, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_hv_20", - "tf": "d1", - "interval": 1440, - "base": "ga_hv_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 307, - "mean": 17.9064, - "median": 15.356, - "q25": 12.2837, - "q75": 19.3059, - "std": 8.6814 - }, - "sell": { - "count": 152, - "mean": 18.2937, - "median": 14.9142, - "q25": 11.7754, - "q75": 20.8277, - "std": 9.335 - }, - "separation": 0.043, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_hv_percentile", - "tf": "d1", - "interval": 1440, - "base": "ga_hv_percentile", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 197, - "mean": 0.5782, - "median": 0.5714, - "q25": 0.2857, - "q75": 0.958, - "std": 0.3422 - }, - "sell": { - "count": 89, - "mean": 0.5438, - "median": 0.5042, - "q25": 0.2185, - "q75": 0.958, - "std": 0.352 - }, - "separation": 0.0992, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_ad_line", - "tf": "d1", - "interval": 1440, - "base": "ga_ad_line", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -45321931869.1383, - "median": -53746571964.6871, - "q25": -65406368087.5328, - "q75": -6206370369.1714, - "std": 27498165726.2952 - }, - "sell": { - "count": 160, - "mean": -44629468285.2377, - "median": -52805493204.4244, - "q25": -70829165148.939, - "q75": -6110466706.7475, - "std": 28317236060.899 - }, - "separation": 0.0248, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_ad_slope_10", - "tf": "d1", - "interval": 1440, - "base": "ga_ad_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 316, - "mean": -2034081493.3432, - "median": -511926589.1068, - "q25": -1026142986.6268, - "q75": -235899791.6922, - "std": 6503877708.6171 - }, - "sell": { - "count": 158, - "mean": -2922073975.587, - "median": -510549564.2374, - "q25": -1173553947.3838, - "q75": -88720439.2244, - "std": 8580003826.2921 - }, - "separation": 0.1166, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_vol_ratio", - "tf": "d1", - "interval": 1440, - "base": "ga_vol_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 1.4006, - "median": 1.0657, - "q25": 0.7107, - "q75": 1.6608, - "std": 1.3612 - }, - "sell": { - "count": 155, - "mean": 1.9024, - "median": 1.2781, - "q25": 0.9264, - "q75": 2.0179, - "std": 1.9297 - }, - "separation": 0.3005, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_obv_slope_10", - "tf": "d1", - "interval": 1440, - "base": "ga_obv_slope_10", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 317, - "mean": 108345116.5851, - "median": 7925903.7355, - "q25": -43041334.3377, - "q75": 104137959.3939, - "std": 296582230.0947 - }, - "sell": { - "count": 158, - "mean": 163010130.3538, - "median": 54995529.3197, - "q25": -19211342.9098, - "q75": 152491395.2865, - "std": 315517470.6925 - }, - "separation": 0.1785, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_obv_bull_div", - "tf": "d1", - "interval": 1440, - "base": "ga_obv_bull_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1385, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3459 - }, - "sell": { - "count": 160, - "mean": 0.0875, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2835 - }, - "separation": 0.1612, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_obv_bear_div", - "tf": "d1", - "interval": 1440, - "base": "ga_obv_bear_div", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1153, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_cmf_20", - "tf": "d1", - "interval": 1440, - "base": "ga_cmf_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 283, - "mean": -4.0809, - "median": -2.4982, - "q25": -3.9493, - "q75": -1.3024, - "std": 5.995 - }, - "sell": { - "count": 141, - "mean": -4.0051, - "median": -2.2867, - "q25": -3.2717, - "q75": -1.0218, - "std": 6.2692 - }, - "separation": 0.0123, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_close_vs_vwap_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_close_vs_vwap_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -25.9232, - "median": -37.2406, - "q25": -52.2648, - "q75": -2.9958, - "std": 29.1825 - }, - "sell": { - "count": 160, - "mean": -22.0277, - "median": -30.7981, - "q25": -51.206, - "q75": 3.2997, - "std": 31.222 - }, - "separation": 0.1289, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_adx_14", - "tf": "d1", - "interval": 1440, - "base": "ga_adx_14", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 303, - "mean": 41.2268, - "median": 39.8394, - "q25": 17.7979, - "q75": 62.4766, - "std": 24.2647 - }, - "sell": { - "count": 150, - "mean": 42.7422, - "median": 41.5474, - "q25": 18.6291, - "q75": 64.6892, - "std": 25.2809 - }, - "separation": 0.0612, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_adx_trending", - "tf": "d1", - "interval": 1440, - "base": "ga_adx_trending", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6031, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.49 - }, - "sell": { - "count": 160, - "mean": 0.6, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4914 - }, - "separation": 0.0063, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_supertrend_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_supertrend_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.9662, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1811 - }, - "sell": { - "count": 160, - "mean": 0.9875, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.1115 - }, - "separation": 0.142, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_linreg_slope_20", - "tf": "d1", - "interval": 1440, - "base": "ga_linreg_slope_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 0.6439, - "median": -1.9553, - "q25": -8.0415, - "q75": 5.5489, - "std": 16.7199 - }, - "sell": { - "count": 155, - "mean": 2.606, - "median": 0.2511, - "q25": -7.315, - "q75": 7.5075, - "std": 19.1914 - }, - "separation": 0.109, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_linreg_r2_20", - "tf": "d1", - "interval": 1440, - "base": "ga_linreg_r2_20", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 0.4746, - "median": 0.5113, - "q25": 0.2071, - "q75": 0.6926, - "std": 0.2713 - }, - "sell": { - "count": 155, - "mean": 0.4635, - "median": 0.4913, - "q25": 0.1983, - "q75": 0.7082, - "std": 0.283 - }, - "separation": 0.0399, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_psar", - "tf": "d1", - "interval": 1440, - "base": "ga_psar", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 963.9796, - "median": 869.0, - "q25": 541.0, - "q75": 1342.755, - "std": 452.2057 - }, - "sell": { - "count": 160, - "mean": 1002.2723, - "median": 1068.0, - "q25": 548.25, - "q75": 1363.728, - "std": 480.2474 - }, - "separation": 0.0821, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_psar_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_psar_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_psar_flip_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_psar_flip_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_psar_flip_bear", - "tf": "d1", - "interval": 1440, - "base": "ga_psar_flip_bear", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_body_ratio", - "tf": "d1", - "interval": 1440, - "base": "ga_body_ratio", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_hammer", - "tf": "d1", - "interval": 1440, - "base": "ga_hammer", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.418 - }, - "sell": { - "count": 160, - "mean": 0.4125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4938 - }, - "separation": 0.4107, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_shooting_star", - "tf": "d1", - "interval": 1440, - "base": "ga_shooting_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.7785, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4159 - }, - "sell": { - "count": 160, - "mean": 0.85, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3582 - }, - "separation": 0.1843, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_doji", - "tf": "d1", - "interval": 1440, - "base": "ga_doji", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.76, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4277 - }, - "sell": { - "count": 160, - "mean": 0.775, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4189 - }, - "separation": 0.0354, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_bullish_engulfing", - "tf": "d1", - "interval": 1440, - "base": "ga_bullish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0784, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_bearish_engulfing", - "tf": "d1", - "interval": 1440, - "base": "ga_bearish_engulfing", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.1018, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_morning_star", - "tf": "d1", - "interval": 1440, - "base": "ga_morning_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_evening_star", - "tf": "d1", - "interval": 1440, - "base": "ga_evening_star", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_three_white_soldiers", - "tf": "d1", - "interval": 1440, - "base": "ga_three_white_soldiers", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0958 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0315, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_three_black_crows", - "tf": "d1", - "interval": 1440, - "base": "ga_three_black_crows", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1631, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.37 - }, - "sell": { - "count": 160, - "mean": 0.1, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3009 - }, - "separation": 0.187, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_ha_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_ha_bull", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4215, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4946 - }, - "sell": { - "count": 160, - "mean": 0.7625, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4269 - }, - "separation": 0.7381, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_ha_trend_up", - "tf": "d1", - "interval": 1440, - "base": "ga_ha_trend_up", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1323, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3393 - }, - "sell": { - "count": 160, - "mean": 0.275, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4479 - }, - "separation": 0.3591, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_double_top", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_double_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2092, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4074 - }, - "sell": { - "count": 160, - "mean": 0.175, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3812 - }, - "separation": 0.0868, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_double_bottom", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_double_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2708, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.445 - }, - "sell": { - "count": 160, - "mean": 0.3625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4822 - }, - "separation": 0.1977, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_head_shoulders", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0431, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2033 - }, - "sell": { - "count": 160, - "mean": 0.0625, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2428 - }, - "separation": 0.0867, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_inv_head_shoulders", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_inv_head_shoulders", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0123, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1104 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.0937, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_triangle_sym", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_triangle_sym", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0659, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_triangle_asc", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_triangle_asc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0062, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0783 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.0659, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_triangle_desc", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_triangle_desc", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4862, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5006 - }, - "sell": { - "count": 160, - "mean": 0.4875, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5014 - }, - "separation": 0.0027, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_flag_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_flag_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1348 - }, - "sell": { - "count": 160, - "mean": 0.0375, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1906 - }, - "separation": 0.1153, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_flag_bear", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_flag_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.04, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1963 - }, - "sell": { - "count": 160, - "mean": 0.025, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1566 - }, - "separation": 0.0845, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_wedge_rising", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_wedge_rising", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3077, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4623 - }, - "sell": { - "count": 160, - "mean": 0.3125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.465 - }, - "separation": 0.0104, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_wedge_falling", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_wedge_falling", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4985, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5008 - }, - "sell": { - "count": 160, - "mean": 0.4875, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5014 - }, - "separation": 0.0219, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_rectangle", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_rectangle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_channel_up", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_channel_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3077, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4623 - }, - "sell": { - "count": 160, - "mean": 0.3125, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.465 - }, - "separation": 0.0104, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_channel_down", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_channel_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4985, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5008 - }, - "sell": { - "count": 160, - "mean": 0.4875, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5014 - }, - "separation": 0.0219, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_measured_move", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_measured_move", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2185, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4138 - }, - "sell": { - "count": 160, - "mean": 0.3, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.1864, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_rounding_top", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_rounding_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4092, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4925 - }, - "sell": { - "count": 160, - "mean": 0.3375, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4743 - }, - "separation": 0.1484, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_rounding_bottom", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_rounding_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.0651, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_gap_up", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_gap_up", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8185, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3861 - }, - "sell": { - "count": 160, - "mean": 0.825, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3812 - }, - "separation": 0.017, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_gap_down", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_gap_down", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8185, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3861 - }, - "sell": { - "count": 160, - "mean": 0.825, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3812 - }, - "separation": 0.017, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_v_bottom", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_v_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0985, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2984 - }, - "sell": { - "count": 160, - "mean": 0.1187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3245 - }, - "separation": 0.0651, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_spike_top", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_spike_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2585, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4385 - }, - "sell": { - "count": 160, - "mean": 0.3, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.0925, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_triple_top", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_triple_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0277, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1643 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.2383, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_triple_bottom", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_triple_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1046, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3065 - }, - "sell": { - "count": 160, - "mean": 0.125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3318 - }, - "separation": 0.0638, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_cup_handle", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_cup_handle", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0031, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0555 - }, - "sell": { - "count": 160, - "mean": 0.0125, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1115 - }, - "separation": 0.107, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_keystone_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_keystone_bull", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_keystone_bear", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_keystone_bear", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_island_top", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_island_top", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8123, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3911 - }, - "sell": { - "count": 160, - "mean": 0.8125, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3915 - }, - "separation": 0.0005, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_island_bottom", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_island_bottom", - "family": "pattern", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.8185, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3861 - }, - "sell": { - "count": 160, - "mean": 0.825, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.3812 - }, - "separation": 0.017, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_pattern_label", - "tf": "d1", - "interval": 1440, - "base": "ga_pattern_label", - "family": "pattern", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "island_bottom", - "mode_frac": 0.785, - "top": { - "island_bottom": 255, - "none": 59, - "island_top": 10, - "cup_handle": 1 - } - }, - "sell": { - "count": 160, - "mode": "island_bottom", - "mode_frac": 0.775, - "top": { - "island_bottom": 124, - "none": 28, - "island_top": 6, - "cup_handle": 2 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_struct_trend", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_trend", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "range", - "mode_frac": 0.483, - "top": { - "range": 157, - "down": 120, - "up": 48 - } - }, - "sell": { - "count": 160, - "mode": "range", - "mode_frac": 0.438, - "top": { - "range": 70, - "down": 62, - "up": 28 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_struct_hh", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_hh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3169, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.466 - }, - "sell": { - "count": 160, - "mean": 0.35, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4785 - }, - "separation": 0.07, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_struct_hl", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_hl", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2554, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4367 - }, - "sell": { - "count": 160, - "mean": 0.225, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4189 - }, - "separation": 0.071, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_struct_lh", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_lh", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4831, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5005 - }, - "sell": { - "count": 160, - "mean": 0.4625, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5002 - }, - "separation": 0.0411, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_struct_ll", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_ll", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4954, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5007 - }, - "sell": { - "count": 160, - "mean": 0.5312, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5006 - }, - "separation": 0.0716, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_struct_bos_bull", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_bos_bull", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1969, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3983 - }, - "sell": { - "count": 160, - "mean": 0.2313, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.423 - }, - "separation": 0.0836, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_struct_bos_bear", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_bos_bear", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2892, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4541 - }, - "sell": { - "count": 160, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4013 - }, - "separation": 0.2082, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_struct_choch", - "tf": "d1", - "interval": 1440, - "base": "ga_struct_choch", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2154, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4117 - }, - "sell": { - "count": 160, - "mean": 0.1812, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3864 - }, - "separation": 0.0855, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_elliott_wave_count", - "tf": "d1", - "interval": 1440, - "base": "ga_elliott_wave_count", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 15.5723, - "median": 18.0, - "q25": 16.0, - "q75": 20.0, - "std": 7.5481 - }, - "sell": { - "count": 160, - "mean": 15.925, - "median": 19.0, - "q25": 17.0, - "q75": 20.0, - "std": 7.5665 - }, - "separation": 0.0467, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_elliott_phase", - "tf": "d1", - "interval": 1440, - "base": "ga_elliott_phase", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "impulse_late", - "mode_frac": 0.818, - "top": { - "impulse_late": 266, - "unknown": 59 - } - }, - "sell": { - "count": 160, - "mode": "impulse_late", - "mode_frac": 0.825, - "top": { - "impulse_late": 132, - "unknown": 28 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_fib_near_level", - "tf": "d1", - "interval": 1440, - "base": "ga_fib_near_level", - "family": "wave_structure", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "none", - "mode_frac": 0.84, - "top": { - "none": 273, - "500": 14, - "618": 14, - "382": 14, - "0": 10 - } - }, - "sell": { - "count": 160, - "mode": "none", - "mode_frac": 0.787, - "top": { - "none": 126, - "500": 10, - "618": 8, - "0": 8, - "382": 8 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_ichi_trend", - "tf": "d1", - "interval": 1440, - "base": "ga_ichi_trend", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "below_cloud", - "mode_frac": 0.425, - "top": { - "below_cloud": 138, - "above_cloud": 73, - "neutral": 59, - "in_cloud": 55 - } - }, - "sell": { - "count": 160, - "mode": "below_cloud", - "mode_frac": 0.362, - "top": { - "below_cloud": 58, - "above_cloud": 48, - "neutral": 28, - "in_cloud": 26 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_pitchfork_bias", - "tf": "d1", - "interval": 1440, - "base": "ga_pitchfork_bias", - "family": "indicator", - "dtype": "categorical", - "buy": { - "count": 325, - "mode": "above", - "mode_frac": 0.44, - "top": { - "above": 143, - "below": 105, - "neutral": 77 - } - }, - "sell": { - "count": 160, - "mode": "above", - "mode_frac": 0.506, - "top": { - "above": 81, - "below": 43, - "neutral": 36 - } - }, - "separation": 0.0, - "modes_differ": false - }, - { - "col": "d1_ga_pitchfork_dist_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_pitchfork_dist_pct", - "family": "indicator", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5449, - "median": 0.0, - "q25": -3.202, - "q75": 4.944, - "std": 16.0329 - }, - "sell": { - "count": 160, - "mean": 2.7806, - "median": 0.836, - "q25": -1.667, - "q75": 6.029, - "std": 15.6184 - }, - "separation": 0.1413, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_wyckoff_spring", - "tf": "d1", - "interval": 1440, - "base": "ga_wyckoff_spring", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_wyckoff_utad", - "tf": "d1", - "interval": 1440, - "base": "ga_wyckoff_utad", - "family": "wave_structure", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_vp_poc", - "tf": "d1", - "interval": 1440, - "base": "ga_vp_poc", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1129.9583, - "median": 945.8833, - "q25": 551.3333, - "q75": 1629.5833, - "std": 667.2722 - }, - "sell": { - "count": 160, - "mean": 1187.9138, - "median": 1139.9333, - "q25": 546.9167, - "q75": 1962.3333, - "std": 707.1215 - }, - "separation": 0.0843, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_vp_vah", - "tf": "d1", - "interval": 1440, - "base": "ga_vp_vah", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1280.3485, - "median": 1200.0, - "q25": 608.6, - "q75": 1638.0, - "std": 705.1879 - }, - "sell": { - "count": 160, - "mean": 1321.6335, - "median": 1549.0, - "q25": 601.4917, - "q75": 1975.0, - "std": 732.1321 - }, - "separation": 0.0574, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_vp_val", - "tf": "d1", - "interval": 1440, - "base": "ga_vp_val", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 831.2444, - "median": 869.7, - "q25": 397.3, - "q75": 1133.0, - "std": 393.5662 - }, - "sell": { - "count": 160, - "mean": 855.0204, - "median": 979.8667, - "q25": 369.7667, - "q75": 1215.0, - "std": 404.219 - }, - "separation": 0.0596, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_vp_close_vs_poc_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_vp_close_vs_poc_pct", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -4.8609, - "median": -6.7246, - "q25": -16.8839, - "q75": 3.7689, - "std": 21.2255 - }, - "sell": { - "count": 160, - "mean": -2.854, - "median": -0.9618, - "q25": -12.5167, - "q75": 5.1504, - "std": 19.8885 - }, - "separation": 0.0976, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_vp_in_value_area", - "tf": "d1", - "interval": 1440, - "base": "ga_vp_in_value_area", - "family": "volume", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.6923, - "median": 1.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4623 - }, - "sell": { - "count": 160, - "mean": 0.775, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.4189 - }, - "separation": 0.1875, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_harmonic_gartley", - "tf": "d1", - "interval": 1440, - "base": "ga_harmonic_gartley", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_harmonic_bat", - "tf": "d1", - "interval": 1440, - "base": "ga_harmonic_bat", - "family": "harmonic", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 0.0, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_type_candle", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_type_candle", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "sell": { - "count": 160, - "mean": 1.0, - "median": 1.0, - "q25": 1.0, - "q75": 1.0, - "std": 0.0 - }, - "separation": 0.0, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_line_slope", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_line_slope", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -1.9672, - "median": -0.5932, - "q25": -4.1034, - "q75": 1.4746, - "std": 8.0787 - }, - "sell": { - "count": 160, - "mean": -0.5256, - "median": 0.0169, - "q25": -2.3855, - "q75": 3.2542, - "std": 8.1697 - }, - "separation": 0.1774, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_chart_bar_range_pct", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_bar_range_pct", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.8526, - "median": -2.1739, - "q25": -4.5161, - "q75": 3.25, - "std": 9.9932 - }, - "sell": { - "count": 160, - "mean": -2.4863, - "median": -2.4493, - "q25": -5.8559, - "q75": -0.04, - "std": 11.1182 - }, - "separation": 0.1545, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_ha_trend", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_ha_trend", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1292, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.336 - }, - "sell": { - "count": 160, - "mean": 0.275, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4479 - }, - "separation": 0.3682, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_renko_brick_up_ratio", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_renko_brick_up_ratio", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.3579, - "median": 0.4, - "q25": 0.273, - "q75": 0.5, - "std": 0.205 - }, - "sell": { - "count": 160, - "mean": 0.402, - "median": 0.444, - "q25": 0.3, - "q75": 0.538, - "std": 0.1755 - }, - "separation": 0.2309, - "buy_lower_than_sell": true - }, - { - "col": "d1_ga_chart_renko_dir", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_renko_dir", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0308, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4769 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4376 - }, - "separation": 0.3015, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_pnf_col", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_pnf_col", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0246, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.415 - }, - "sell": { - "count": 160, - "mean": 0.1437, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4173 - }, - "separation": 0.2863, - "buy_lower_than_sell": false - }, - { - "col": "d1_ga_chart_vol_spike", - "tf": "d1", - "interval": 1440, - "base": "ga_chart_vol_spike", - "family": "chart", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.4006 - }, - "sell": { - "count": 160, - "mean": 0.3, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.4597 - }, - "separation": 0.2319, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_rsi_oversold_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_rsi_oversold_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 2.3262, - "median": 2.0, - "q25": 1.0, - "q75": 3.0, - "std": 1.2998 - }, - "sell": { - "count": 160, - "mean": 0.0187, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.1361 - }, - "separation": 2.4968, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_rsi_overbought_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_rsi_overbought_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0585, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.2827 - }, - "sell": { - "count": 160, - "mean": 2.5562, - "median": 3.0, - "q25": 1.75, - "q75": 4.0, - "std": 1.3679 - }, - "separation": 2.529, - "buy_lower_than_sell": true - }, - { - "col": "ga_align_trend_up_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_up_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.2892, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.6256 - }, - "sell": { - "count": 160, - "mean": 0.5062, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.8972 - }, - "separation": 0.2806, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_trend_down_tf", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_down_tf", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.4677, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5581 - }, - "sell": { - "count": 160, - "mean": 0.475, - "median": 0.0, - "q25": 0.0, - "q75": 1.0, - "std": 0.5489 - }, - "separation": 0.0132, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_timing_buy_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_timing_buy_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.5815, - "median": 0.5, - "q25": 0.25, - "q75": 0.75, - "std": 0.325 - }, - "sell": { - "count": 160, - "mean": 0.0047, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.034 - }, - "separation": 2.4968, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_timing_sell_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_timing_sell_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.0146, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.0707 - }, - "sell": { - "count": 160, - "mean": 0.6391, - "median": 0.75, - "q25": 0.4375, - "q75": 1.0, - "std": 0.342 - }, - "separation": 2.529, - "buy_lower_than_sell": true - }, - { - "col": "ga_align_trend_score", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_trend_score", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": -0.0594, - "median": 0.0, - "q25": -0.333, - "q75": 0.0, - "std": 0.3062 - }, - "sell": { - "count": 160, - "mean": 0.0105, - "median": 0.0, - "q25": -0.333, - "q75": 0.0, - "std": 0.3892 - }, - "separation": 0.1996, - "buy_lower_than_sell": false - }, - { - "col": "ga_align_mtf_conflict", - "tf": "mtf_align", - "interval": null, - "base": "ga_align_mtf_conflict", - "family": "mtf_align", - "dtype": "numeric", - "buy": { - "count": 325, - "mean": 0.1723, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3782 - }, - "sell": { - "count": 160, - "mean": 0.1688, - "median": 0.0, - "q25": 0.0, - "q75": 0.0, - "std": 0.3757 - }, - "separation": 0.0094, - "buy_lower_than_sell": false - }, - { - "col": "m240_bb_pos", - "tf": "m240", - "interval": 240, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 0.4122, - "median": 0.3478, - "q25": 0.1369, - "q75": 0.6756, - "std": 0.314 - }, - "sell": { - "count": 160, - "mean": 0.7789, - "median": 0.8439, - "q25": 0.6094, - "q75": 1.0, - "std": 0.2517 - }, - "separation": 1.2887, - "buy_lower_than_sell": true - }, - { - "col": "m240_RSI", - "tf": "m240", - "interval": 240, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 46.5303, - "median": 45.8435, - "q25": 32.7554, - "q75": 59.1497, - "std": 19.345 - }, - "sell": { - "count": 160, - "mean": 62.7175, - "median": 63.7097, - "q25": 50.1712, - "q75": 73.2191, - "std": 17.7168 - }, - "separation": 0.8727, - "buy_lower_than_sell": true - }, - { - "col": "m240_stoch_k", - "tf": "m240", - "interval": 240, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 53.2718, - "median": 49.5333, - "q25": 17.6646, - "q75": 85.8154, - "std": 37.1584 - }, - "sell": { - "count": 160, - "mean": 84.6645, - "median": 93.8485, - "q25": 71.9646, - "q75": 107.1067, - "std": 31.5875 - }, - "separation": 0.9103, - "buy_lower_than_sell": true - }, - { - "col": "m240_stoch_d", - "tf": "m240", - "interval": 240, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 55.2145, - "median": 51.1129, - "q25": 20.1846, - "q75": 87.6879, - "std": 36.5842 - }, - "sell": { - "count": 160, - "mean": 78.813, - "median": 84.1901, - "q25": 65.9128, - "q75": 106.2381, - "std": 31.9252 - }, - "separation": 0.6873, - "buy_lower_than_sell": true - }, - { - "col": "m240_BB_Width", - "tf": "m240", - "interval": 240, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 324, - "mean": 18.4622, - "median": 13.6041, - "q25": 8.9714, - "q75": 22.1317, - "std": 16.636 - }, - "sell": { - "count": 160, - "mean": 21.0007, - "median": 14.6176, - "q25": 10.2372, - "q75": 25.1254, - "std": 19.0234 - }, - "separation": 0.1421, - "buy_lower_than_sell": true - }, - { - "col": "d1_RSI", - "tf": "d1", - "interval": 1440, - "base": "RSI", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 314, - "mean": 48.5559, - "median": 44.8266, - "q25": 34.2205, - "q75": 64.3103, - "std": 18.2806 - }, - "sell": { - "count": 158, - "mean": 53.6756, - "median": 53.2864, - "q25": 38.6298, - "q75": 66.3034, - "std": 18.5484 - }, - "separation": 0.278, - "buy_lower_than_sell": true - }, - { - "col": "d1_stoch_k", - "tf": "d1", - "interval": 1440, - "base": "stoch_k", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 312, - "mean": 49.2879, - "median": 38.6754, - "q25": 19.2117, - "q75": 76.6298, - "std": 34.2459 - }, - "sell": { - "count": 156, - "mean": 57.5403, - "median": 58.6041, - "q25": 26.4516, - "q75": 83.2755, - "std": 34.3181 - }, - "separation": 0.2407, - "buy_lower_than_sell": true - }, - { - "col": "d1_stoch_d", - "tf": "d1", - "interval": 1440, - "base": "stoch_d", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 310, - "mean": 48.3224, - "median": 38.4439, - "q25": 21.4235, - "q75": 71.166, - "std": 32.2512 - }, - "sell": { - "count": 156, - "mean": 54.0705, - "median": 48.3634, - "q25": 26.5022, - "q75": 79.634, - "std": 31.9086 - }, - "separation": 0.1792, - "buy_lower_than_sell": true - }, - { - "col": "d1_bb_pos", - "tf": "d1", - "interval": 1440, - "base": "bb_pos", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 0.4669, - "median": 0.3604, - "q25": 0.1794, - "q75": 0.8088, - "std": 0.3461 - }, - "sell": { - "count": 155, - "mean": 0.5984, - "median": 0.6597, - "q25": 0.2546, - "q75": 0.9591, - "std": 0.3408 - }, - "separation": 0.3829, - "buy_lower_than_sell": true - }, - { - "col": "d1_BB_Width", - "tf": "d1", - "interval": 1440, - "base": "BB_Width", - "family": "legacy", - "dtype": "numeric", - "buy": { - "count": 308, - "mean": 35.204, - "median": 28.3213, - "q25": 19.1242, - "q75": 43.1321, - "std": 24.3431 - }, - "sell": { - "count": 155, - "mean": 37.3395, - "median": 28.3936, - "q25": 17.1878, - "q75": 47.3921, - "std": 27.6386 - }, - "separation": 0.082, - "buy_lower_than_sell": true - } - ] -} \ No newline at end of file diff --git a/docs/04_matching/causal_gt_calibration.json b/docs/04_matching/causal_gt_calibration.json deleted file mode 100644 index 53e426e..0000000 --- a/docs/04_matching/causal_gt_calibration.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "symbol": "WLD", - "interval_min": 3, - "gt_pnl_pct": 4291.35, - "grid_combinations": 1728, - "valid_combinations": 432, - "min_trades": 30, - "best": { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - "best_params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - }, - "top": [ - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 4.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 4.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 4.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 3.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 3.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 4.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 4.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.5, - "sell_swing_pct": 4.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 3.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 3.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 4.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 4.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.66, - "trade_count": 134, - "leg_count": 17, - "max_drawdown_pct": 0.96, - "capture_ratio": 0.0034, - "params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 3.0, - "sell_swing_pct": 4.0, - "bb_max": 0.75, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.35, - "trade_count": 133, - "leg_count": 18, - "max_drawdown_pct": 0.81, - "capture_ratio": 0.0033, - "params": { - "peak_mode": "local", - "pivot_order": 12, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 90, - "use_local_trough": false - } - }, - { - "pnl_pct": 14.35, - "trade_count": 133, - "leg_count": 18, - "max_drawdown_pct": 0.81, - "capture_ratio": 0.0033, - "params": { - "peak_mode": "local", - "pivot_order": 12, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.65, - "min_leg_pct": 8.0, - "min_bars_between_legs": 90, - "use_local_trough": false - } - } - ], - "target_pnl_pct": 300.0, - "target_met": false -} \ No newline at end of file diff --git a/docs/04_matching/fire_outcomes.csv b/docs/04_matching/fire_outcomes.csv deleted file mode 100644 index 4df793c..0000000 --- a/docs/04_matching/fire_outcomes.csv +++ /dev/null @@ -1,77185 +0,0 @@ -fire_id,rule_id,side,dt,close,forward_ret_pct,win,label_method,hold_days,forward_bars -0,buy_compound_top3,buy,2025-06-04 13:21:00,1661.0,-5.097,0,leg_gt,3.28,60 -1,buy_compound_top3,buy,2025-06-04 13:24:00,1661.0,-5.097,0,leg_gt,3.27,60 -2,buy_compound_top3,buy,2025-06-04 13:30:00,1660.0,-5.0398,0,leg_gt,3.27,60 -3,buy_compound_top3,buy,2025-06-04 13:33:00,1653.0,-4.6372,0,leg_gt,3.27,60 -4,buy_compound_top3,buy,2025-06-04 13:36:00,1656.0,-4.8101,0,leg_gt,3.26,60 -5,buy_compound_top3,buy,2025-06-04 13:39:00,1654.0,-4.6949,0,leg_gt,3.26,60 -6,buy_compound_top3,buy,2025-06-04 13:42:00,1657.0,-4.8677,0,leg_gt,3.26,60 -7,buy_compound_top3,buy,2025-06-04 14:27:00,1655.0,-4.7526,0,leg_gt,3.23,60 -8,buy_compound_top3,buy,2025-06-04 14:30:00,1652.0,-4.5794,0,leg_gt,3.23,60 -9,buy_compound_top3,buy,2025-06-04 14:33:00,1653.0,-4.6372,0,leg_gt,3.22,60 -10,buy_compound_top3,buy,2025-06-04 14:36:00,1650.0,-4.4636,0,leg_gt,3.22,60 -11,buy_compound_top3,buy,2025-06-04 14:39:00,1653.0,-4.6372,0,leg_gt,3.22,60 -12,buy_compound_top3,buy,2025-06-04 15:27:00,1651.0,-4.5216,0,leg_gt,3.19,60 -13,buy_compound_top3,buy,2025-06-04 16:21:00,1643.0,-4.0562,0,leg_gt,3.15,60 -14,buy_compound_top3,buy,2025-06-04 16:24:00,1644.0,-4.1146,0,leg_gt,3.15,60 -15,buy_compound_top3,buy,2025-06-04 16:30:00,1644.0,-4.1146,0,leg_gt,3.14,60 -16,buy_compound_top3,buy,2025-06-04 16:33:00,1641.0,-3.9391,0,leg_gt,3.14,60 -17,buy_compound_top3,buy,2025-06-04 16:36:00,1639.0,-3.8218,0,leg_gt,3.14,60 -18,buy_compound_top3,buy,2025-06-04 16:39:00,1640.0,-3.8805,0,leg_gt,3.14,60 -19,buy_compound_top3,buy,2025-06-04 18:15:00,1635.0,-3.5862,0,leg_gt,3.07,60 -20,buy_compound_top3,buy,2025-06-04 18:18:00,1635.0,-3.5862,0,leg_gt,3.07,60 -21,buy_compound_top3,buy,2025-06-04 18:27:00,1634.0,-3.5272,0,leg_gt,3.06,60 -22,buy_compound_top3,buy,2025-06-04 19:51:00,1628.0,-3.1713,0,leg_gt,3.0,60 -23,buy_compound_top3,buy,2025-06-04 19:54:00,1628.0,-3.1713,0,leg_gt,3.0,60 -24,buy_compound_top3,buy,2025-06-04 19:57:00,1626.0,-3.052,0,leg_gt,3.0,60 -25,buy_compound_top3,buy,2025-06-04 20:06:00,1619.0,-2.6324,0,leg_gt,2.99,60 -26,buy_compound_top3,buy,2025-06-04 20:09:00,1623.0,-2.8726,0,leg_gt,2.99,60 -27,buy_compound_top3,buy,2025-06-04 20:21:00,1619.0,-2.6324,0,leg_gt,2.98,60 -28,buy_compound_top3,buy,2025-06-04 20:24:00,1615.0,-2.391,0,leg_gt,2.98,60 -29,buy_compound_top3,buy,2025-06-04 20:27:00,1613.0,-2.2699,0,leg_gt,2.98,60 -30,buy_compound_top3,buy,2025-06-04 20:30:00,1613.0,-2.2699,0,leg_gt,2.98,60 -31,buy_compound_top3,buy,2025-06-04 20:33:00,1613.0,-2.2699,0,leg_gt,2.98,60 -32,buy_compound_top3,buy,2025-06-04 20:45:00,1611.0,-2.1484,0,leg_gt,2.97,60 -33,buy_compound_top3,buy,2025-06-04 20:48:00,1611.0,-2.1484,0,leg_gt,2.96,60 -34,buy_compound_top3,buy,2025-06-04 21:00:00,1609.0,-2.0267,0,leg_gt,2.96,60 -35,buy_compound_top3,buy,2025-06-04 21:03:00,1599.0,-1.4133,0,leg_gt,2.95,60 -36,buy_compound_top3,buy,2025-06-04 21:21:00,1601.0,-1.5366,0,leg_gt,2.94,60 -37,buy_compound_top3,buy,2025-06-04 21:24:00,1598.0,-1.3516,0,leg_gt,2.94,60 -38,buy_compound_top3,buy,2025-06-04 21:27:00,1602.0,-1.5981,0,leg_gt,2.94,60 -39,buy_compound_top3,buy,2025-06-04 21:30:00,1601.0,-1.5366,0,leg_gt,2.94,60 -40,buy_compound_top3,buy,2025-06-04 21:33:00,1598.0,-1.3516,0,leg_gt,2.93,60 -41,buy_compound_top3,buy,2025-06-05 02:45:00,1606.0,-1.8435,0,leg_gt,2.72,60 -42,buy_compound_top3,buy,2025-06-05 02:48:00,1601.0,-1.5366,0,leg_gt,2.71,60 -43,buy_compound_top3,buy,2025-06-05 08:12:00,1586.0,-0.6044,0,leg_gt,2.49,60 -44,buy_compound_top3,buy,2025-06-05 08:15:00,1585.0,-0.5416,0,leg_gt,2.49,60 -45,buy_compound_top3,buy,2025-06-05 08:18:00,1583.0,-0.4159,0,leg_gt,2.49,60 -46,buy_compound_top3,buy,2025-06-05 08:21:00,1580.0,-0.2266,0,leg_gt,2.48,60 -47,buy_compound_top3,buy,2025-06-05 08:24:00,1585.0,-0.5416,0,leg_gt,2.48,60 -48,buy_compound_top3,buy,2025-06-05 09:12:00,1570.0,0.4096,1,leg_gt,2.45,60 -49,buy_compound_top3,buy,2025-06-05 09:15:00,1571.0,0.3456,1,leg_gt,2.45,60 -50,buy_compound_top3,buy,2025-06-05 09:18:00,1572.0,0.2817,1,leg_gt,2.44,60 -51,buy_compound_top3,buy,2025-06-05 10:51:00,1561.0,0.989,1,leg_gt,2.38,60 -52,buy_compound_top3,buy,2025-06-05 10:54:00,1562.0,0.9243,1,leg_gt,2.38,60 -53,buy_compound_top3,buy,2025-06-05 14:42:00,1541.0,2.301,1,leg_gt,2.22,60 -54,buy_compound_top3,buy,2025-06-05 14:45:00,1543.0,2.1683,1,leg_gt,2.22,60 -55,buy_compound_top3,buy,2025-06-05 14:48:00,1546.0,1.9699,1,leg_gt,2.21,60 -56,buy_compound_top3,buy,2025-06-05 18:30:00,1548.0,1.838,1,leg_gt,2.06,60 -57,buy_compound_top3,buy,2025-06-05 18:33:00,1548.0,1.838,1,leg_gt,2.06,60 -58,buy_compound_top3,buy,2025-06-05 19:45:00,1538.0,2.5008,1,leg_gt,2.01,60 -59,buy_compound_top3,buy,2025-06-05 19:48:00,1537.0,2.5675,1,leg_gt,2.01,60 -60,buy_compound_top3,buy,2025-06-05 23:06:00,1527.0,3.2399,1,leg_gt,1.87,60 -61,buy_compound_top3,buy,2025-06-05 23:09:00,1526.0,3.3076,1,leg_gt,1.87,60 -62,buy_compound_top3,buy,2025-06-05 23:12:00,1525.0,3.3754,1,leg_gt,1.86,60 -63,buy_compound_top3,buy,2025-06-05 23:15:00,1526.0,3.3076,1,leg_gt,1.86,60 -64,buy_compound_top3,buy,2025-06-05 23:18:00,1523.0,3.5113,1,leg_gt,1.86,60 -65,buy_compound_top3,buy,2025-06-06 01:27:00,1517.0,3.9211,1,leg_gt,1.77,60 -66,buy_compound_top3,buy,2025-06-06 01:36:00,1511.0,4.3341,1,leg_gt,1.76,60 -67,buy_compound_top3,buy,2025-06-06 01:39:00,1511.0,4.3341,1,leg_gt,1.76,60 -68,buy_compound_top3,buy,2025-06-06 01:42:00,1512.0,4.2651,1,leg_gt,1.76,60 -69,buy_compound_top3,buy,2025-06-06 01:45:00,1510.0,4.4033,1,leg_gt,1.76,60 -70,buy_compound_top3,buy,2025-06-06 01:48:00,1506.0,4.6809,1,leg_gt,1.76,60 -71,buy_compound_top3,buy,2025-06-06 05:12:00,1463.0,7.7606,1,leg_gt,1.61,60 -72,buy_compound_top3,buy,2025-06-06 05:15:00,1461.0,7.9082,1,leg_gt,1.61,60 -73,buy_compound_top3,buy,2025-06-06 05:18:00,1455.0,8.3536,1,leg_gt,1.61,60 -74,buy_compound_top3,buy,2025-06-06 05:21:00,1440.0,9.4833,1,leg_gt,1.61,60 -75,buy_compound_top3,buy,2025-06-06 05:24:00,1451.0,8.6526,1,leg_gt,1.61,60 -76,buy_compound_top3,buy,2025-06-06 05:27:00,1453.0,8.5029,1,leg_gt,1.6,60 -77,buy_compound_top3,buy,2025-06-06 05:30:00,1455.0,8.3536,1,leg_gt,1.6,60 -78,buy_compound_top3,buy,2025-06-06 05:33:00,1448.0,8.8779,1,leg_gt,1.6,60 -79,buy_compound_top3,buy,2025-06-06 05:36:00,1445.0,9.1042,1,leg_gt,1.6,60 -80,buy_compound_top3,buy,2025-06-06 05:39:00,1437.0,9.7121,1,leg_gt,1.6,60 -81,buy_compound_top3,buy,2025-06-06 05:42:00,1429.0,10.3269,1,leg_gt,1.59,60 -82,buy_compound_top3,buy,2025-06-06 05:51:00,1434.0,9.9418,1,leg_gt,1.59,60 -83,buy_compound_top3,buy,2025-06-06 05:54:00,1427.0,10.4816,1,leg_gt,1.59,60 -84,buy_compound_top3,buy,2025-06-06 05:57:00,1429.0,10.3269,1,leg_gt,1.58,60 -85,buy_compound_top3,buy,2025-06-06 11:30:00,1443.0,9.2555,1,leg_gt,1.35,60 -86,buy_compound_top3,buy,2025-06-06 11:33:00,1442.0,9.3313,1,leg_gt,1.35,60 -87,buy_compound_top3,buy,2025-06-06 16:51:00,1468.0,7.3932,1,leg_gt,1.13,60 -88,buy_compound_top3,buy,2025-06-06 16:54:00,1468.0,7.3932,1,leg_gt,1.13,60 -89,buy_compound_top3,buy,2025-06-06 19:45:00,1465.0,7.6133,1,leg_gt,1.01,60 -90,buy_compound_top3,buy,2025-06-06 19:48:00,1464.0,7.6869,1,leg_gt,1.01,60 -91,buy_compound_top3,buy,2025-06-06 19:51:00,1465.0,7.6133,1,leg_gt,1.0,60 -92,buy_compound_top3,buy,2025-06-06 19:54:00,1461.0,7.9082,1,leg_gt,1.0,60 -93,buy_compound_top3,buy,2025-06-06 19:57:00,1464.0,7.6869,1,leg_gt,1.0,60 -94,buy_compound_top3,buy,2025-06-06 20:00:00,1462.0,7.8343,1,leg_gt,1.0,60 -95,buy_compound_top3,buy,2025-06-06 20:03:00,1460.0,7.9822,1,leg_gt,1.0,60 -96,buy_compound_top3,buy,2025-06-06 20:36:00,1460.0,7.9822,1,leg_gt,0.97,60 -97,buy_compound_top3,buy,2025-06-06 20:39:00,1460.0,7.9822,1,leg_gt,0.97,60 -98,buy_compound_top3,buy,2025-06-07 02:51:00,1489.0,5.8772,1,leg_gt,0.71,60 -99,buy_compound_top3,buy,2025-06-07 02:54:00,1490.0,5.806,1,leg_gt,0.71,60 -100,buy_compound_top3,buy,2025-06-07 03:12:00,1485.0,6.1626,1,leg_gt,0.7,60 -101,buy_compound_top3,buy,2025-06-07 03:15:00,1487.0,6.0197,1,leg_gt,0.7,60 -102,buy_compound_top3,buy,2025-06-07 03:18:00,1487.0,6.0197,1,leg_gt,0.69,60 -103,buy_compound_top3,buy,2025-06-07 03:21:00,1488.0,5.9484,1,leg_gt,0.69,60 -104,buy_compound_top3,buy,2025-06-07 03:24:00,1485.0,6.1626,1,leg_gt,0.69,60 -105,buy_compound_top3,buy,2025-06-07 03:27:00,1483.0,6.3059,1,leg_gt,0.69,60 -106,buy_compound_top3,buy,2025-06-07 03:36:00,1481.0,6.4496,1,leg_gt,0.68,60 -107,buy_compound_top3,buy,2025-06-07 03:39:00,1481.0,6.4496,1,leg_gt,0.68,60 -108,buy_compound_top3,buy,2025-06-07 03:45:00,1482.0,6.3777,1,leg_gt,0.68,60 -109,buy_compound_top3,buy,2025-06-07 03:48:00,1483.0,6.3059,1,leg_gt,0.67,60 -110,buy_compound_top3,buy,2025-06-07 03:51:00,1479.0,6.5937,1,leg_gt,0.67,60 -111,buy_compound_top3,buy,2025-06-07 03:54:00,1480.0,6.5216,1,leg_gt,0.67,60 -112,buy_compound_top3,buy,2025-06-07 04:21:00,1479.0,6.5937,1,leg_gt,0.65,60 -113,buy_compound_top3,buy,2025-06-07 04:24:00,1475.0,6.8831,1,leg_gt,0.65,60 -114,buy_compound_top3,buy,2025-06-07 04:27:00,1473.0,7.0283,1,leg_gt,0.65,60 -115,buy_compound_top3,buy,2025-06-07 04:30:00,1471.0,7.174,1,leg_gt,0.64,60 -116,buy_compound_top3,buy,2025-06-07 04:33:00,1470.0,7.2469,1,leg_gt,0.64,60 -117,buy_compound_top3,buy,2025-06-07 04:36:00,1468.0,7.3932,1,leg_gt,0.64,60 -118,buy_compound_top3,buy,2025-06-07 04:39:00,1474.0,6.9556,1,leg_gt,0.64,60 -119,buy_compound_top3,buy,2025-06-07 18:51:00,1548.0,1.838,1,leg_gt,0.05,60 -120,buy_compound_top3,buy,2025-06-07 18:54:00,1545.0,2.0359,1,leg_gt,0.04,60 -121,buy_compound_top3,buy,2025-06-07 18:57:00,1549.0,1.7722,1,leg_gt,0.04,60 -122,buy_compound_top3,buy,2025-06-07 23:21:00,1560.0,-14.2026,0,leg_gt,11.43,60 -123,buy_compound_top3,buy,2025-06-07 23:24:00,1555.0,-13.9264,0,leg_gt,11.43,60 -124,buy_compound_top3,buy,2025-06-07 23:30:00,1557.0,-14.0371,0,leg_gt,11.42,60 -125,buy_compound_top3,buy,2025-06-07 23:33:00,1561.0,-14.2576,0,leg_gt,11.42,60 -126,buy_compound_top3,buy,2025-06-07 23:51:00,1554.0,-13.8709,0,leg_gt,11.41,60 -127,buy_compound_top3,buy,2025-06-07 23:54:00,1552.0,-13.7598,0,leg_gt,11.41,60 -128,buy_compound_top3,buy,2025-06-07 23:57:00,1551.0,-13.7041,0,leg_gt,11.41,60 -129,buy_compound_top3,buy,2025-06-08 00:00:00,1552.0,-13.7598,0,leg_gt,11.4,60 -130,buy_compound_top3,buy,2025-06-08 00:03:00,1552.0,-13.7598,0,leg_gt,11.4,60 -131,buy_compound_top3,buy,2025-06-08 00:06:00,1552.0,-13.7598,0,leg_gt,11.4,60 -132,buy_compound_top3,buy,2025-06-08 00:09:00,1550.0,-13.6484,0,leg_gt,11.4,60 -133,buy_compound_top3,buy,2025-06-08 00:12:00,1547.0,-13.4807,0,leg_gt,11.4,60 -134,buy_compound_top3,buy,2025-06-08 00:15:00,1549.0,-13.5926,0,leg_gt,11.39,60 -135,buy_compound_top3,buy,2025-06-08 00:18:00,1550.0,-13.6484,0,leg_gt,11.39,60 -136,buy_compound_top3,buy,2025-06-08 00:30:00,1549.0,-13.5926,0,leg_gt,11.38,60 -137,buy_compound_top3,buy,2025-06-08 00:33:00,1548.0,-13.5367,0,leg_gt,11.38,60 -138,buy_compound_top3,buy,2025-06-08 00:36:00,1546.0,-13.4247,0,leg_gt,11.38,60 -139,buy_compound_top3,buy,2025-06-08 00:39:00,1545.0,-13.3686,0,leg_gt,11.38,60 -140,buy_compound_top3,buy,2025-06-08 00:42:00,1545.0,-13.3686,0,leg_gt,11.38,60 -141,buy_compound_top3,buy,2025-06-08 01:21:00,1544.0,-13.3124,0,leg_gt,11.35,60 -142,buy_compound_top3,buy,2025-06-08 01:24:00,1542.0,-13.1999,0,leg_gt,11.35,60 -143,buy_compound_top3,buy,2025-06-08 01:27:00,1543.0,-13.2562,0,leg_gt,11.34,60 -144,buy_compound_top3,buy,2025-06-08 01:51:00,1536.0,-12.8604,0,leg_gt,11.33,60 -145,buy_compound_top3,buy,2025-06-08 01:54:00,1536.0,-12.8604,0,leg_gt,11.32,60 -146,buy_compound_top3,buy,2025-06-08 01:57:00,1535.0,-12.8036,0,leg_gt,11.32,60 -147,buy_compound_top3,buy,2025-06-08 02:00:00,1535.0,-12.8036,0,leg_gt,11.32,60 -148,buy_compound_top3,buy,2025-06-08 02:03:00,1534.0,-12.7467,0,leg_gt,11.32,60 -149,buy_compound_top3,buy,2025-06-08 02:06:00,1533.0,-12.6897,0,leg_gt,11.32,60 -150,buy_compound_top3,buy,2025-06-08 02:09:00,1536.0,-12.8604,0,leg_gt,11.31,60 -151,buy_compound_top3,buy,2025-06-08 02:45:00,1531.0,-12.5755,0,leg_gt,11.29,60 -152,buy_compound_top3,buy,2025-06-08 02:48:00,1529.0,-12.461,0,leg_gt,11.29,60 -153,buy_compound_top3,buy,2025-06-08 02:57:00,1527.0,-12.3462,0,leg_gt,11.28,60 -154,buy_compound_top3,buy,2025-06-08 09:21:00,1546.0,-13.4247,0,leg_gt,11.01,60 -155,buy_compound_top3,buy,2025-06-08 09:24:00,1545.0,-13.3686,0,leg_gt,11.01,60 -156,buy_compound_top3,buy,2025-06-08 09:27:00,1544.0,-13.3124,0,leg_gt,11.01,60 -157,buy_compound_top3,buy,2025-06-08 12:00:00,1543.0,-13.2562,0,leg_gt,10.9,60 -158,buy_compound_top3,buy,2025-06-08 12:03:00,1541.0,-13.1435,0,leg_gt,10.9,60 -159,buy_compound_top3,buy,2025-06-08 12:06:00,1541.0,-13.1435,0,leg_gt,10.9,60 -160,buy_compound_top3,buy,2025-06-08 12:09:00,1541.0,-13.1435,0,leg_gt,10.9,60 -161,buy_compound_top3,buy,2025-06-08 12:12:00,1543.0,-13.2562,0,leg_gt,10.9,60 -162,buy_compound_top3,buy,2025-06-08 12:15:00,1542.0,-13.1999,0,leg_gt,10.89,60 -163,buy_compound_top3,buy,2025-06-08 12:18:00,1542.0,-13.1999,0,leg_gt,10.89,60 -164,buy_compound_top3,buy,2025-06-08 14:15:00,1535.0,-12.8036,0,leg_gt,10.81,60 -165,buy_compound_top3,buy,2025-06-08 14:18:00,1537.0,-12.9172,0,leg_gt,10.81,60 -166,buy_compound_top3,buy,2025-06-08 14:42:00,1533.0,-12.6897,0,leg_gt,10.79,60 -167,buy_compound_top3,buy,2025-06-08 14:45:00,1532.0,-12.6326,0,leg_gt,10.79,60 -168,buy_compound_top3,buy,2025-06-08 14:48:00,1530.0,-12.5183,0,leg_gt,10.79,60 -169,buy_compound_top3,buy,2025-06-08 14:51:00,1530.0,-12.5183,0,leg_gt,10.79,60 -170,buy_compound_top3,buy,2025-06-08 14:54:00,1530.0,-12.5183,0,leg_gt,10.78,60 -171,buy_compound_top3,buy,2025-06-08 14:57:00,1529.0,-12.461,0,leg_gt,10.78,60 -172,buy_compound_top3,buy,2025-06-08 15:00:00,1528.0,-12.4037,0,leg_gt,10.78,60 -173,buy_compound_top3,buy,2025-06-08 15:03:00,1527.0,-12.3462,0,leg_gt,10.78,60 -174,buy_compound_top3,buy,2025-06-08 15:06:00,1527.0,-12.3462,0,leg_gt,10.78,60 -175,buy_compound_top3,buy,2025-06-08 15:09:00,1527.0,-12.3462,0,leg_gt,10.77,60 -176,buy_compound_top3,buy,2025-06-08 15:36:00,1527.0,-12.3462,0,leg_gt,10.75,60 -177,buy_compound_top3,buy,2025-06-08 15:39:00,1527.0,-12.3462,0,leg_gt,10.75,60 -178,buy_compound_top3,buy,2025-06-08 15:51:00,1525.0,-12.2311,0,leg_gt,10.74,60 -179,buy_compound_top3,buy,2025-06-08 15:54:00,1525.0,-12.2311,0,leg_gt,10.74,60 -180,buy_compound_top3,buy,2025-06-08 15:57:00,1525.0,-12.2311,0,leg_gt,10.74,60 -181,buy_compound_top3,buy,2025-06-08 16:00:00,1524.0,-12.1735,0,leg_gt,10.74,60 -182,buy_compound_top3,buy,2025-06-08 16:03:00,1524.0,-12.1735,0,leg_gt,10.74,60 -183,buy_compound_top3,buy,2025-06-08 16:06:00,1523.0,-12.1158,0,leg_gt,10.73,60 -184,buy_compound_top3,buy,2025-06-08 16:09:00,1524.0,-12.1735,0,leg_gt,10.73,60 -185,buy_compound_top3,buy,2025-06-08 16:12:00,1522.0,-12.058,0,leg_gt,10.73,60 -186,buy_compound_top3,buy,2025-06-08 16:42:00,1517.0,-11.7678,0,leg_gt,10.71,60 -187,buy_compound_top3,buy,2025-06-08 16:45:00,1516.0,-11.7095,0,leg_gt,10.71,60 -188,buy_compound_top3,buy,2025-06-08 16:48:00,1515.0,-11.6512,0,leg_gt,10.7,60 -189,buy_compound_top3,buy,2025-06-08 16:51:00,1518.0,-11.826,0,leg_gt,10.7,60 -190,buy_compound_top3,buy,2025-06-08 16:54:00,1518.0,-11.826,0,leg_gt,10.7,60 -191,buy_compound_top3,buy,2025-06-08 16:57:00,1514.0,-11.5927,0,leg_gt,10.7,60 -192,buy_compound_top3,buy,2025-06-08 18:30:00,1516.0,-11.7095,0,leg_gt,10.63,60 -193,buy_compound_top3,buy,2025-06-08 18:33:00,1513.0,-11.5342,0,leg_gt,10.63,60 -194,buy_compound_top3,buy,2025-06-08 18:36:00,1518.0,-11.826,0,leg_gt,10.63,60 -195,buy_compound_top3,buy,2025-06-08 18:39:00,1517.0,-11.7678,0,leg_gt,10.63,60 -196,buy_compound_top3,buy,2025-06-09 08:00:00,1535.0,-12.8036,0,leg_gt,10.07,60 -197,buy_compound_top3,buy,2025-06-09 08:03:00,1532.0,-12.6326,0,leg_gt,10.07,60 -198,buy_compound_top3,buy,2025-06-09 08:06:00,1532.0,-12.6326,0,leg_gt,10.07,60 -199,buy_compound_top3,buy,2025-06-09 08:09:00,1530.0,-12.5183,0,leg_gt,10.06,60 -200,buy_compound_top3,buy,2025-06-09 08:12:00,1529.0,-12.461,0,leg_gt,10.06,60 -201,buy_compound_top3,buy,2025-06-09 08:15:00,1529.0,-12.461,0,leg_gt,10.06,60 -202,buy_compound_top3,buy,2025-06-09 08:18:00,1525.0,-12.2311,0,leg_gt,10.06,60 -203,buy_compound_top3,buy,2025-06-09 08:21:00,1529.0,-12.461,0,leg_gt,10.06,60 -204,buy_compound_top3,buy,2025-06-09 08:24:00,1525.0,-12.2311,0,leg_gt,10.05,60 -205,buy_compound_top3,buy,2025-06-09 08:27:00,1522.0,-12.058,0,leg_gt,10.05,60 -206,buy_compound_top3,buy,2025-06-09 10:51:00,1521.0,-12.0001,0,leg_gt,9.95,60 -207,buy_compound_top3,buy,2025-06-09 10:54:00,1521.0,-12.0001,0,leg_gt,9.95,60 -208,buy_compound_top3,buy,2025-06-09 10:57:00,1520.0,-11.9421,0,leg_gt,9.95,60 -209,buy_compound_top3,buy,2025-06-09 11:00:00,1522.0,-12.058,0,leg_gt,9.95,60 -210,buy_compound_top3,buy,2025-06-09 11:03:00,1520.0,-11.9421,0,leg_gt,9.94,60 -211,buy_compound_top3,buy,2025-06-09 11:06:00,1519.0,-11.8841,0,leg_gt,9.94,60 -212,buy_compound_top3,buy,2025-06-09 11:09:00,1513.0,-11.5342,0,leg_gt,9.94,60 -213,buy_compound_top3,buy,2025-06-09 11:30:00,1517.0,-11.7678,0,leg_gt,9.93,60 -214,buy_compound_top3,buy,2025-06-09 11:33:00,1516.0,-11.7095,0,leg_gt,9.92,60 -215,buy_compound_top3,buy,2025-06-09 11:36:00,1513.0,-11.5342,0,leg_gt,9.92,60 -216,buy_compound_top3,buy,2025-06-09 11:39:00,1511.0,-11.417,0,leg_gt,9.92,60 -217,buy_compound_top3,buy,2025-06-09 11:42:00,1510.0,-11.3583,0,leg_gt,9.92,60 -218,buy_compound_top3,buy,2025-06-09 11:45:00,1511.0,-11.417,0,leg_gt,9.91,60 -219,buy_compound_top3,buy,2025-06-09 11:48:00,1511.0,-11.417,0,leg_gt,9.91,60 -220,buy_compound_top3,buy,2025-06-09 12:12:00,1508.0,-11.2406,0,leg_gt,9.9,60 -221,buy_compound_top3,buy,2025-06-09 12:15:00,1507.0,-11.1816,0,leg_gt,9.89,60 -222,buy_compound_top3,buy,2025-06-09 12:18:00,1507.0,-11.1816,0,leg_gt,9.89,60 -223,buy_compound_top3,buy,2025-06-09 12:21:00,1503.0,-10.945,0,leg_gt,9.89,60 -224,buy_compound_top3,buy,2025-06-09 12:24:00,1502.0,-10.8856,0,leg_gt,9.89,60 -225,buy_compound_top3,buy,2025-06-09 12:27:00,1502.0,-10.8856,0,leg_gt,9.89,60 -226,buy_compound_top3,buy,2025-06-09 12:30:00,1503.0,-10.945,0,leg_gt,9.88,60 -227,buy_compound_top3,buy,2025-06-09 12:33:00,1505.0,-11.0635,0,leg_gt,9.88,60 -228,buy_compound_top3,buy,2025-06-09 12:42:00,1502.0,-10.8856,0,leg_gt,9.88,60 -229,buy_compound_top3,buy,2025-06-09 13:45:00,1499.0,-10.7071,0,leg_gt,9.83,60 -230,buy_compound_top3,buy,2025-06-09 13:48:00,1498.0,-10.6474,0,leg_gt,9.83,60 -231,buy_compound_top3,buy,2025-06-09 13:57:00,1495.0,-10.4679,0,leg_gt,9.82,60 -232,buy_compound_top3,buy,2025-06-09 14:00:00,1497.0,-10.5876,0,leg_gt,9.82,60 -233,buy_compound_top3,buy,2025-06-09 14:03:00,1493.0,-10.3478,0,leg_gt,9.82,60 -234,buy_compound_top3,buy,2025-06-09 14:06:00,1493.0,-10.3478,0,leg_gt,9.82,60 -235,buy_compound_top3,buy,2025-06-09 14:09:00,1494.0,-10.4079,0,leg_gt,9.81,60 -236,buy_compound_top3,buy,2025-06-09 14:27:00,1489.0,-10.1067,0,leg_gt,9.8,60 -237,buy_compound_top3,buy,2025-06-09 14:30:00,1488.0,-10.0462,0,leg_gt,9.8,60 -238,buy_compound_top3,buy,2025-06-09 14:33:00,1488.0,-10.0462,0,leg_gt,9.8,60 -239,buy_compound_top3,buy,2025-06-09 14:36:00,1485.0,-9.8643,0,leg_gt,9.8,60 -240,buy_compound_top3,buy,2025-06-09 14:39:00,1486.0,-9.925,0,leg_gt,9.79,60 -241,buy_compound_top3,buy,2025-06-09 14:42:00,1484.0,-9.8035,0,leg_gt,9.79,60 -242,buy_compound_top3,buy,2025-06-09 14:45:00,1481.0,-9.6206,0,leg_gt,9.79,60 -243,buy_compound_top3,buy,2025-06-09 14:48:00,1483.0,-9.7426,0,leg_gt,9.79,60 -244,buy_compound_top3,buy,2025-06-09 15:00:00,1480.0,-9.5595,0,leg_gt,9.78,60 -245,buy_compound_top3,buy,2025-06-09 15:03:00,1480.0,-9.5595,0,leg_gt,9.78,60 -246,buy_compound_top3,buy,2025-06-09 15:06:00,1480.0,-9.5595,0,leg_gt,9.78,60 -247,buy_compound_top3,buy,2025-06-09 15:09:00,1479.0,-9.4982,0,leg_gt,9.77,60 -248,buy_compound_top3,buy,2025-06-09 15:12:00,1474.0,-9.1909,0,leg_gt,9.77,60 -249,buy_compound_top3,buy,2025-06-09 22:27:00,1549.0,-13.5926,0,leg_gt,9.47,60 -250,buy_compound_top3,buy,2025-06-09 22:30:00,1544.0,-13.3124,0,leg_gt,9.47,60 -251,buy_compound_top3,buy,2025-06-09 22:33:00,1546.0,-13.4247,0,leg_gt,9.46,60 -252,buy_compound_top3,buy,2025-06-10 04:51:00,1527.0,-12.3462,0,leg_gt,9.2,60 -253,buy_compound_top3,buy,2025-06-10 04:54:00,1525.0,-12.2311,0,leg_gt,9.2,60 -254,buy_compound_top3,buy,2025-06-10 04:57:00,1526.0,-12.2887,0,leg_gt,9.2,60 -255,buy_compound_top3,buy,2025-06-10 12:06:00,1559.0,-14.1475,0,leg_gt,8.9,60 -256,buy_compound_top3,buy,2025-06-10 12:09:00,1556.0,-13.9817,0,leg_gt,8.9,60 -257,buy_compound_top3,buy,2025-06-10 12:12:00,1559.0,-14.1475,0,leg_gt,8.9,60 -258,buy_compound_top3,buy,2025-06-10 12:15:00,1558.0,-14.0923,0,leg_gt,8.89,60 -259,buy_compound_top3,buy,2025-06-10 12:18:00,1555.0,-13.9264,0,leg_gt,8.89,60 -260,buy_compound_top3,buy,2025-06-10 12:21:00,1556.0,-13.9817,0,leg_gt,8.89,60 -261,buy_compound_top3,buy,2025-06-10 12:24:00,1559.0,-14.1475,0,leg_gt,8.89,60 -262,buy_compound_top3,buy,2025-06-10 12:27:00,1558.0,-14.0923,0,leg_gt,8.89,60 -263,buy_compound_top3,buy,2025-06-10 12:36:00,1554.0,-13.8709,0,leg_gt,8.88,60 -264,buy_compound_top3,buy,2025-06-10 12:39:00,1556.0,-13.9817,0,leg_gt,8.88,60 -265,buy_compound_top3,buy,2025-06-10 13:21:00,1552.0,-13.7598,0,leg_gt,8.85,60 -266,buy_compound_top3,buy,2025-06-10 13:24:00,1551.0,-13.7041,0,leg_gt,8.85,60 -267,buy_compound_top3,buy,2025-06-10 13:27:00,1550.0,-13.6484,0,leg_gt,8.84,60 -268,buy_compound_top3,buy,2025-06-10 13:30:00,1551.0,-13.7041,0,leg_gt,8.84,60 -269,buy_compound_top3,buy,2025-06-10 13:33:00,1549.0,-13.5926,0,leg_gt,8.84,60 -270,buy_compound_top3,buy,2025-06-10 13:36:00,1551.0,-13.7041,0,leg_gt,8.84,60 -271,buy_compound_top3,buy,2025-06-10 13:39:00,1551.0,-13.7041,0,leg_gt,8.84,60 -272,buy_compound_top3,buy,2025-06-10 14:42:00,1542.0,-13.1999,0,leg_gt,8.79,60 -273,buy_compound_top3,buy,2025-06-10 14:45:00,1542.0,-13.1999,0,leg_gt,8.79,60 -274,buy_compound_top3,buy,2025-06-10 14:48:00,1541.0,-13.1435,0,leg_gt,8.79,60 -275,buy_compound_top3,buy,2025-06-10 14:51:00,1541.0,-13.1435,0,leg_gt,8.79,60 -276,buy_compound_top3,buy,2025-06-10 14:54:00,1541.0,-13.1435,0,leg_gt,8.78,60 -277,buy_compound_top3,buy,2025-06-10 14:57:00,1540.0,-13.087,0,leg_gt,8.78,60 -278,buy_compound_top3,buy,2025-06-10 15:06:00,1538.0,-12.9739,0,leg_gt,8.78,60 -279,buy_compound_top3,buy,2025-06-10 15:09:00,1538.0,-12.9739,0,leg_gt,8.77,60 -280,buy_compound_top3,buy,2025-06-10 23:42:00,1575.0,-15.0206,0,leg_gt,8.42,60 -281,buy_compound_top3,buy,2025-06-10 23:45:00,1568.0,-14.6408,0,leg_gt,8.41,60 -282,buy_compound_top3,buy,2025-06-10 23:48:00,1565.0,-14.477,0,leg_gt,8.41,60 -283,buy_compound_top3,buy,2025-06-10 23:51:00,1570.0,-14.7497,0,leg_gt,8.41,60 -284,buy_compound_top3,buy,2025-06-10 23:54:00,1570.0,-14.7497,0,leg_gt,8.41,60 -285,buy_compound_top3,buy,2025-06-10 23:57:00,1570.0,-14.7497,0,leg_gt,8.41,60 -286,buy_compound_top3,buy,2025-06-11 00:00:00,1569.0,-14.6953,0,leg_gt,8.4,60 -287,buy_compound_top3,buy,2025-06-11 00:03:00,1565.0,-14.477,0,leg_gt,8.4,60 -288,buy_compound_top3,buy,2025-06-11 02:42:00,1560.0,-14.2026,0,leg_gt,8.29,60 -289,buy_compound_top3,buy,2025-06-11 02:45:00,1559.0,-14.1475,0,leg_gt,8.29,60 -290,buy_compound_top3,buy,2025-06-11 02:48:00,1557.0,-14.0371,0,leg_gt,8.29,60 -291,buy_compound_top3,buy,2025-06-11 02:51:00,1558.0,-14.0923,0,leg_gt,8.29,60 -292,buy_compound_top3,buy,2025-06-11 02:54:00,1560.0,-14.2026,0,leg_gt,8.28,60 -293,buy_compound_top3,buy,2025-06-11 10:15:00,1594.0,-16.0348,0,leg_gt,7.98,60 -294,buy_compound_top3,buy,2025-06-11 10:18:00,1587.0,-15.664,0,leg_gt,7.98,60 -295,buy_compound_top3,buy,2025-06-11 10:21:00,1588.0,-15.7171,0,leg_gt,7.97,60 -296,buy_compound_top3,buy,2025-06-11 10:24:00,1593.0,-15.982,0,leg_gt,7.97,60 -297,buy_compound_top3,buy,2025-06-11 17:51:00,1591.0,-15.8762,0,leg_gt,7.66,60 -298,buy_compound_top3,buy,2025-06-11 17:54:00,1594.0,-16.0348,0,leg_gt,7.66,60 -299,buy_compound_top3,buy,2025-06-11 18:00:00,1594.0,-16.0348,0,leg_gt,7.65,60 -300,buy_compound_top3,buy,2025-06-11 18:03:00,1590.0,-15.8233,0,leg_gt,7.65,60 -301,buy_compound_top3,buy,2025-06-11 18:06:00,1587.0,-15.664,0,leg_gt,7.65,60 -302,buy_compound_top3,buy,2025-06-11 18:09:00,1587.0,-15.664,0,leg_gt,7.65,60 -303,buy_compound_top3,buy,2025-06-11 18:42:00,1585.0,-15.5574,0,leg_gt,7.62,60 -304,buy_compound_top3,buy,2025-06-11 18:45:00,1585.0,-15.5574,0,leg_gt,7.62,60 -305,buy_compound_top3,buy,2025-06-11 18:48:00,1581.0,-15.3435,0,leg_gt,7.62,60 -306,buy_compound_top3,buy,2025-06-11 18:51:00,1583.0,-15.4506,0,leg_gt,7.62,60 -307,buy_compound_top3,buy,2025-06-11 18:54:00,1580.0,-15.2899,0,leg_gt,7.62,60 -308,buy_compound_top3,buy,2025-06-11 19:12:00,1571.0,-14.804,0,leg_gt,7.6,60 -309,buy_compound_top3,buy,2025-06-11 19:15:00,1571.0,-14.804,0,leg_gt,7.6,60 -310,buy_compound_top3,buy,2025-06-11 19:18:00,1574.0,-14.9666,0,leg_gt,7.6,60 -311,buy_compound_top3,buy,2025-06-11 20:36:00,1567.0,-14.5863,0,leg_gt,7.55,60 -312,buy_compound_top3,buy,2025-06-11 20:39:00,1566.0,-14.5317,0,leg_gt,7.54,60 -313,buy_compound_top3,buy,2025-06-11 20:42:00,1563.0,-14.3674,0,leg_gt,7.54,60 -314,buy_compound_top3,buy,2025-06-11 20:45:00,1566.0,-14.5317,0,leg_gt,7.54,60 -315,buy_compound_top3,buy,2025-06-11 20:48:00,1563.0,-14.3674,0,leg_gt,7.54,60 -316,buy_compound_top3,buy,2025-06-12 02:42:00,1635.0,-18.1428,0,leg_gt,7.29,60 -317,buy_compound_top3,buy,2025-06-12 03:12:00,1610.0,-16.8702,0,leg_gt,7.27,60 -318,buy_compound_top3,buy,2025-06-12 03:15:00,1604.0,-16.5589,0,leg_gt,7.27,60 -319,buy_compound_top3,buy,2025-06-12 03:18:00,1598.0,-16.2452,0,leg_gt,7.27,60 -320,buy_compound_top3,buy,2025-06-12 04:00:00,1599.0,-16.2976,0,leg_gt,7.24,60 -321,buy_compound_top3,buy,2025-06-12 04:03:00,1594.0,-16.0348,0,leg_gt,7.24,60 -322,buy_compound_top3,buy,2025-06-12 04:06:00,1592.0,-15.9291,0,leg_gt,7.23,60 -323,buy_compound_top3,buy,2025-06-12 04:09:00,1589.0,-15.7702,0,leg_gt,7.23,60 -324,buy_compound_top3,buy,2025-06-12 04:12:00,1598.0,-16.2452,0,leg_gt,7.23,60 -325,buy_compound_top3,buy,2025-06-12 04:15:00,1590.0,-15.8233,0,leg_gt,7.23,60 -326,buy_compound_top3,buy,2025-06-12 04:18:00,1588.0,-15.7171,0,leg_gt,7.22,60 -327,buy_compound_top3,buy,2025-06-12 04:21:00,1590.0,-15.8233,0,leg_gt,7.22,60 -328,buy_compound_top3,buy,2025-06-12 04:24:00,1591.0,-15.8762,0,leg_gt,7.22,60 -329,buy_compound_top3,buy,2025-06-12 04:42:00,1581.0,-15.3435,0,leg_gt,7.21,60 -330,buy_compound_top3,buy,2025-06-12 04:45:00,1580.0,-15.2899,0,leg_gt,7.21,60 -331,buy_compound_top3,buy,2025-06-12 04:48:00,1576.0,-15.0746,0,leg_gt,7.2,60 -332,buy_compound_top3,buy,2025-06-12 04:51:00,1576.0,-15.0746,0,leg_gt,7.2,60 -333,buy_compound_top3,buy,2025-06-12 04:54:00,1576.0,-15.0746,0,leg_gt,7.2,60 -334,buy_compound_top3,buy,2025-06-12 04:57:00,1576.0,-15.0746,0,leg_gt,7.2,60 -335,buy_compound_top3,buy,2025-06-12 05:00:00,1574.0,-14.9666,0,leg_gt,7.2,60 -336,buy_compound_top3,buy,2025-06-12 05:03:00,1570.0,-14.7497,0,leg_gt,7.19,60 -337,buy_compound_top3,buy,2025-06-12 05:06:00,1566.0,-14.5317,0,leg_gt,7.19,60 -338,buy_compound_top3,buy,2025-06-12 05:09:00,1567.0,-14.5863,0,leg_gt,7.19,60 -339,buy_compound_top3,buy,2025-06-12 06:57:00,1540.0,-13.087,0,leg_gt,7.11,60 -340,buy_compound_top3,buy,2025-06-12 07:21:00,1527.0,-12.3462,0,leg_gt,7.1,60 -341,buy_compound_top3,buy,2025-06-12 07:24:00,1522.0,-12.058,0,leg_gt,7.1,60 -342,buy_compound_top3,buy,2025-06-12 12:00:00,1525.0,-12.2311,0,leg_gt,6.9,60 -343,buy_compound_top3,buy,2025-06-12 12:03:00,1527.0,-12.3462,0,leg_gt,6.9,60 -344,buy_compound_top3,buy,2025-06-12 12:06:00,1523.0,-12.1158,0,leg_gt,6.9,60 -345,buy_compound_top3,buy,2025-06-12 12:09:00,1524.0,-12.1735,0,leg_gt,6.9,60 -346,buy_compound_top3,buy,2025-06-12 12:15:00,1522.0,-12.058,0,leg_gt,6.89,60 -347,buy_compound_top3,buy,2025-06-12 12:18:00,1521.0,-12.0001,0,leg_gt,6.89,60 -348,buy_compound_top3,buy,2025-06-12 12:30:00,1516.0,-11.7095,0,leg_gt,6.88,60 -349,buy_compound_top3,buy,2025-06-12 12:33:00,1519.0,-11.8841,0,leg_gt,6.88,60 -350,buy_compound_top3,buy,2025-06-12 17:00:00,1515.0,-11.6512,0,leg_gt,6.7,60 -351,buy_compound_top3,buy,2025-06-12 17:03:00,1508.0,-11.2406,0,leg_gt,6.69,60 -352,buy_compound_top3,buy,2025-06-12 17:06:00,1506.0,-11.1226,0,leg_gt,6.69,60 -353,buy_compound_top3,buy,2025-06-12 17:09:00,1501.0,-10.8262,0,leg_gt,6.69,60 -354,buy_compound_top3,buy,2025-06-12 17:15:00,1510.0,-11.3583,0,leg_gt,6.69,60 -355,buy_compound_top3,buy,2025-06-12 17:18:00,1508.0,-11.2406,0,leg_gt,6.68,60 -356,buy_compound_top3,buy,2025-06-12 18:12:00,1500.0,-10.7667,0,leg_gt,6.65,60 -357,buy_compound_top3,buy,2025-06-12 18:15:00,1499.0,-10.7071,0,leg_gt,6.64,60 -358,buy_compound_top3,buy,2025-06-12 18:18:00,1499.0,-10.7071,0,leg_gt,6.64,60 -359,buy_compound_top3,buy,2025-06-12 18:21:00,1498.0,-10.6474,0,leg_gt,6.64,60 -360,buy_compound_top3,buy,2025-06-12 18:24:00,1499.0,-10.7071,0,leg_gt,6.64,60 -361,buy_compound_top3,buy,2025-06-12 18:27:00,1501.0,-10.8262,0,leg_gt,6.64,60 -362,buy_compound_top3,buy,2025-06-12 19:00:00,1498.0,-10.6474,0,leg_gt,6.61,60 -363,buy_compound_top3,buy,2025-06-12 19:03:00,1496.0,-10.5278,0,leg_gt,6.61,60 -364,buy_compound_top3,buy,2025-06-12 19:12:00,1491.0,-10.2274,0,leg_gt,6.6,60 -365,buy_compound_top3,buy,2025-06-12 19:15:00,1492.0,-10.2877,0,leg_gt,6.6,60 -366,buy_compound_top3,buy,2025-06-12 19:18:00,1490.0,-10.1671,0,leg_gt,6.6,60 -367,buy_compound_top3,buy,2025-06-12 19:21:00,1489.0,-10.1067,0,leg_gt,6.6,60 -368,buy_compound_top3,buy,2025-06-12 19:24:00,1488.0,-10.0462,0,leg_gt,6.6,60 -369,buy_compound_top3,buy,2025-06-12 19:30:00,1489.0,-10.1067,0,leg_gt,6.59,60 -370,buy_compound_top3,buy,2025-06-12 19:33:00,1490.0,-10.1671,0,leg_gt,6.59,60 -371,buy_compound_top3,buy,2025-06-12 19:36:00,1485.0,-9.8643,0,leg_gt,6.59,60 -372,buy_compound_top3,buy,2025-06-12 19:39:00,1488.0,-10.0462,0,leg_gt,6.59,60 -373,buy_compound_top3,buy,2025-06-12 19:51:00,1484.0,-9.8035,0,leg_gt,6.58,60 -374,buy_compound_top3,buy,2025-06-12 19:54:00,1484.0,-9.8035,0,leg_gt,6.58,60 -375,buy_compound_top3,buy,2025-06-12 20:21:00,1483.0,-9.7426,0,leg_gt,6.56,60 -376,buy_compound_top3,buy,2025-06-12 20:24:00,1480.0,-9.5595,0,leg_gt,6.55,60 -377,buy_compound_top3,buy,2025-06-12 20:27:00,1483.0,-9.7426,0,leg_gt,6.55,60 -378,buy_compound_top3,buy,2025-06-12 20:30:00,1479.0,-9.4982,0,leg_gt,6.55,60 -379,buy_compound_top3,buy,2025-06-12 20:33:00,1483.0,-9.7426,0,leg_gt,6.55,60 -380,buy_compound_top3,buy,2025-06-12 20:36:00,1478.0,-9.4369,0,leg_gt,6.55,60 -381,buy_compound_top3,buy,2025-06-12 20:39:00,1483.0,-9.7426,0,leg_gt,6.54,60 -382,buy_compound_top3,buy,2025-06-12 21:15:00,1478.0,-9.4369,0,leg_gt,6.52,60 -383,buy_compound_top3,buy,2025-06-12 21:18:00,1479.0,-9.4982,0,leg_gt,6.52,60 -384,buy_compound_top3,buy,2025-06-13 00:42:00,1486.0,-9.925,0,leg_gt,6.38,60 -385,buy_compound_top3,buy,2025-06-13 00:45:00,1486.0,-9.925,0,leg_gt,6.37,60 -386,buy_compound_top3,buy,2025-06-13 00:48:00,1473.0,-9.1292,0,leg_gt,6.37,60 -387,buy_compound_top3,buy,2025-06-13 01:00:00,1464.0,-8.5699,0,leg_gt,6.36,60 -388,buy_compound_top3,buy,2025-06-13 01:03:00,1468.0,-8.8193,0,leg_gt,6.36,60 -389,buy_compound_top3,buy,2025-06-13 04:36:00,1463.0,-8.5074,0,leg_gt,6.21,60 -390,buy_compound_top3,buy,2025-06-13 04:39:00,1458.0,-8.1933,0,leg_gt,6.21,60 -391,buy_compound_top3,buy,2025-06-13 05:00:00,1443.0,-7.2379,0,leg_gt,6.2,60 -392,buy_compound_top3,buy,2025-06-13 05:03:00,1445.0,-7.3664,0,leg_gt,6.19,60 -393,buy_compound_top3,buy,2025-06-13 05:06:00,1443.0,-7.2379,0,leg_gt,6.19,60 -394,buy_compound_top3,buy,2025-06-13 05:09:00,1446.0,-7.4306,0,leg_gt,6.19,60 -395,buy_compound_top3,buy,2025-06-13 05:36:00,1435.0,-6.7202,0,leg_gt,6.17,60 -396,buy_compound_top3,buy,2025-06-13 05:39:00,1431.0,-6.4592,0,leg_gt,6.17,60 -397,buy_compound_top3,buy,2025-06-13 05:42:00,1427.0,-6.1967,0,leg_gt,6.17,60 -398,buy_compound_top3,buy,2025-06-13 05:45:00,1425.0,-6.0649,0,leg_gt,6.16,60 -399,buy_compound_top3,buy,2025-06-13 05:48:00,1418.0,-5.6007,0,leg_gt,6.16,60 -400,buy_compound_top3,buy,2025-06-13 06:00:00,1411.0,-5.1319,0,leg_gt,6.15,60 -401,buy_compound_top3,buy,2025-06-13 06:03:00,1413.0,-5.2663,0,leg_gt,6.15,60 -402,buy_compound_top3,buy,2025-06-13 06:06:00,1416.0,-5.4672,0,leg_gt,6.15,60 -403,buy_compound_top3,buy,2025-06-13 06:09:00,1411.0,-5.1319,0,leg_gt,6.15,60 -404,buy_compound_top3,buy,2025-06-13 09:42:00,1350.0,-0.8407,0,leg_gt,6.0,60 -405,buy_compound_top3,buy,2025-06-13 10:36:00,1318.0,1.5692,1,leg_gt,5.96,60 -406,buy_compound_top3,buy,2025-06-13 10:39:00,1324.0,1.1085,1,leg_gt,5.96,60 -407,buy_compound_top3,buy,2025-06-13 11:12:00,1308.0,2.3465,1,leg_gt,5.94,60 -408,buy_compound_top3,buy,2025-06-13 15:27:00,1331.0,0.5762,1,leg_gt,5.76,60 -409,buy_compound_top3,buy,2025-06-13 15:30:00,1329.0,0.7277,1,leg_gt,5.76,60 -410,buy_compound_top3,buy,2025-06-13 15:33:00,1336.0,0.1994,1,leg_gt,5.76,60 -411,buy_compound_top3,buy,2025-06-13 19:51:00,1346.0,-0.5458,0,leg_gt,5.58,60 -412,buy_compound_top3,buy,2025-06-13 19:54:00,1345.0,-0.4717,0,leg_gt,5.58,60 -413,buy_compound_top3,buy,2025-06-13 20:36:00,1347.0,-0.6197,0,leg_gt,5.55,60 -414,buy_compound_top3,buy,2025-06-13 20:39:00,1349.0,-0.7672,0,leg_gt,5.54,60 -415,buy_compound_top3,buy,2025-06-13 22:00:00,1348.0,-0.6935,0,leg_gt,5.49,60 -416,buy_compound_top3,buy,2025-06-13 22:03:00,1343.0,-0.3234,0,leg_gt,5.49,60 -417,buy_compound_top3,buy,2025-06-13 22:06:00,1342.0,-0.249,0,leg_gt,5.48,60 -418,buy_compound_top3,buy,2025-06-13 22:09:00,1342.0,-0.249,0,leg_gt,5.48,60 -419,buy_compound_top3,buy,2025-06-13 22:12:00,1342.0,-0.249,0,leg_gt,5.48,60 -420,buy_compound_top3,buy,2025-06-13 22:15:00,1344.0,-0.3976,0,leg_gt,5.48,60 -421,buy_compound_top3,buy,2025-06-13 22:18:00,1340.0,-0.1,0,leg_gt,5.48,60 -422,buy_compound_top3,buy,2025-06-13 22:21:00,1342.0,-0.249,0,leg_gt,5.47,60 -423,buy_compound_top3,buy,2025-06-13 22:24:00,1343.0,-0.3234,0,leg_gt,5.47,60 -424,buy_compound_top3,buy,2025-06-13 23:15:00,1340.0,-0.1,0,leg_gt,5.44,60 -425,buy_compound_top3,buy,2025-06-13 23:18:00,1335.0,0.2745,1,leg_gt,5.43,60 -426,buy_compound_top3,buy,2025-06-13 23:21:00,1332.0,0.5006,1,leg_gt,5.43,60 -427,buy_compound_top3,buy,2025-06-13 23:24:00,1333.0,0.4251,1,leg_gt,5.43,60 -428,buy_compound_top3,buy,2025-06-13 23:27:00,1335.0,0.2745,1,leg_gt,5.43,60 -429,buy_compound_top3,buy,2025-06-13 23:30:00,1331.0,0.5762,1,leg_gt,5.42,60 -430,buy_compound_top3,buy,2025-06-13 23:33:00,1334.0,0.3498,1,leg_gt,5.42,60 -431,buy_compound_top3,buy,2025-06-14 03:21:00,1359.0,-1.4981,0,leg_gt,5.26,60 -432,buy_compound_top3,buy,2025-06-14 03:24:00,1366.0,-2.0034,0,leg_gt,5.26,60 -433,buy_compound_top3,buy,2025-06-14 03:45:00,1350.0,-0.8407,0,leg_gt,5.25,60 -434,buy_compound_top3,buy,2025-06-14 03:48:00,1354.0,-1.134,0,leg_gt,5.25,60 -435,buy_compound_top3,buy,2025-06-14 10:30:00,1377.0,-2.787,0,leg_gt,4.97,60 -436,buy_compound_top3,buy,2025-06-14 10:33:00,1379.0,-2.9281,0,leg_gt,4.96,60 -437,buy_compound_top3,buy,2025-06-14 10:51:00,1376.0,-2.7163,0,leg_gt,4.95,60 -438,buy_compound_top3,buy,2025-06-14 10:54:00,1372.0,-2.4324,0,leg_gt,4.95,60 -439,buy_compound_top3,buy,2025-06-14 10:57:00,1371.0,-2.3611,0,leg_gt,4.95,60 -440,buy_compound_top3,buy,2025-06-14 11:30:00,1373.0,-2.5035,0,leg_gt,4.92,60 -441,buy_compound_top3,buy,2025-06-14 11:33:00,1374.0,-2.5745,0,leg_gt,4.92,60 -442,buy_compound_top3,buy,2025-06-14 11:36:00,1370.0,-2.2898,0,leg_gt,4.92,60 -443,buy_compound_top3,buy,2025-06-14 11:39:00,1371.0,-2.3611,0,leg_gt,4.92,60 -444,buy_compound_top3,buy,2025-06-14 15:21:00,1376.0,-2.7163,0,leg_gt,4.76,60 -445,buy_compound_top3,buy,2025-06-14 15:24:00,1376.0,-2.7163,0,leg_gt,4.76,60 -446,buy_compound_top3,buy,2025-06-14 15:27:00,1375.0,-2.6455,0,leg_gt,4.76,60 -447,buy_compound_top3,buy,2025-06-14 15:30:00,1375.0,-2.6455,0,leg_gt,4.76,60 -448,buy_compound_top3,buy,2025-06-14 15:33:00,1372.0,-2.4324,0,leg_gt,4.76,60 -449,buy_compound_top3,buy,2025-06-14 15:36:00,1376.0,-2.7163,0,leg_gt,4.75,60 -450,buy_compound_top3,buy,2025-06-14 15:39:00,1373.0,-2.5035,0,leg_gt,4.75,60 -451,buy_compound_top3,buy,2025-06-14 15:42:00,1371.0,-2.3611,0,leg_gt,4.75,60 -452,buy_compound_top3,buy,2025-06-14 15:45:00,1373.0,-2.5035,0,leg_gt,4.75,60 -453,buy_compound_top3,buy,2025-06-14 15:48:00,1372.0,-2.4324,0,leg_gt,4.75,60 -454,buy_compound_top3,buy,2025-06-14 15:51:00,1371.0,-2.3611,0,leg_gt,4.74,60 -455,buy_compound_top3,buy,2025-06-14 15:54:00,1371.0,-2.3611,0,leg_gt,4.74,60 -456,buy_compound_top3,buy,2025-06-14 15:57:00,1371.0,-2.3611,0,leg_gt,4.74,60 -457,buy_compound_top3,buy,2025-06-14 16:00:00,1371.0,-2.3611,0,leg_gt,4.74,60 -458,buy_compound_top3,buy,2025-06-14 16:03:00,1370.0,-2.2898,0,leg_gt,4.74,60 -459,buy_compound_top3,buy,2025-06-14 16:06:00,1369.0,-2.2183,0,leg_gt,4.73,60 -460,buy_compound_top3,buy,2025-06-14 16:09:00,1366.0,-2.0034,0,leg_gt,4.73,60 -461,buy_compound_top3,buy,2025-06-14 16:21:00,1363.0,-1.7875,0,leg_gt,4.72,60 -462,buy_compound_top3,buy,2025-06-14 16:24:00,1369.0,-2.2183,0,leg_gt,4.72,60 -463,buy_compound_top3,buy,2025-06-14 18:57:00,1367.0,-2.0751,0,leg_gt,4.61,60 -464,buy_compound_top3,buy,2025-06-14 19:06:00,1366.0,-2.0034,0,leg_gt,4.61,60 -465,buy_compound_top3,buy,2025-06-14 19:09:00,1367.0,-2.0751,0,leg_gt,4.61,60 -466,buy_compound_top3,buy,2025-06-14 19:21:00,1362.0,-1.7153,0,leg_gt,4.6,60 -467,buy_compound_top3,buy,2025-06-14 19:24:00,1363.0,-1.7875,0,leg_gt,4.6,60 -468,buy_compound_top3,buy,2025-06-14 21:21:00,1362.0,-1.7153,0,leg_gt,4.51,60 -469,buy_compound_top3,buy,2025-06-14 21:24:00,1362.0,-1.7153,0,leg_gt,4.51,60 -470,buy_compound_top3,buy,2025-06-14 21:27:00,1362.0,-1.7153,0,leg_gt,4.51,60 -471,buy_compound_top3,buy,2025-06-15 00:21:00,1362.0,-1.7153,0,leg_gt,4.39,60 -472,buy_compound_top3,buy,2025-06-15 00:24:00,1361.0,-1.643,0,leg_gt,4.39,60 -473,buy_compound_top3,buy,2025-06-15 00:51:00,1349.0,-0.7672,0,leg_gt,4.37,60 -474,buy_compound_top3,buy,2025-06-15 00:54:00,1349.0,-0.7672,0,leg_gt,4.37,60 -475,buy_compound_top3,buy,2025-06-15 01:30:00,1344.0,-0.3976,0,leg_gt,4.34,60 -476,buy_compound_top3,buy,2025-06-15 01:33:00,1338.0,0.0495,1,leg_gt,4.34,60 -477,buy_compound_top3,buy,2025-06-15 01:36:00,1342.0,-0.249,0,leg_gt,4.34,60 -478,buy_compound_top3,buy,2025-06-15 01:39:00,1339.0,-0.0253,0,leg_gt,4.34,60 -479,buy_compound_top3,buy,2025-06-15 01:42:00,1339.0,-0.0253,0,leg_gt,4.33,60 -480,buy_compound_top3,buy,2025-06-15 01:45:00,1339.0,-0.0253,0,leg_gt,4.33,60 -481,buy_compound_top3,buy,2025-06-15 01:48:00,1334.0,0.3498,1,leg_gt,4.33,60 -482,buy_compound_top3,buy,2025-06-15 01:57:00,1334.0,0.3498,1,leg_gt,4.32,60 -483,buy_compound_top3,buy,2025-06-15 05:12:00,1329.0,0.7277,1,leg_gt,4.19,60 -484,buy_compound_top3,buy,2025-06-15 05:15:00,1329.0,0.7277,1,leg_gt,4.19,60 -485,buy_compound_top3,buy,2025-06-15 05:18:00,1329.0,0.7277,1,leg_gt,4.18,60 -486,buy_compound_top3,buy,2025-06-15 14:21:00,1359.0,-1.4981,0,leg_gt,3.81,60 -487,buy_compound_top3,buy,2025-06-15 14:24:00,1358.0,-1.4255,0,leg_gt,3.8,60 -488,buy_compound_top3,buy,2025-06-15 16:00:00,1354.0,-1.134,0,leg_gt,3.74,60 -489,buy_compound_top3,buy,2025-06-15 16:03:00,1352.0,-0.9876,0,leg_gt,3.74,60 -490,buy_compound_top3,buy,2025-06-15 16:06:00,1351.0,-0.9142,0,leg_gt,3.73,60 -491,buy_compound_top3,buy,2025-06-15 16:09:00,1349.0,-0.7672,0,leg_gt,3.73,60 -492,buy_compound_top3,buy,2025-06-15 16:15:00,1351.0,-0.9142,0,leg_gt,3.73,60 -493,buy_compound_top3,buy,2025-06-15 16:18:00,1350.0,-0.8407,0,leg_gt,3.72,60 -494,buy_compound_top3,buy,2025-06-15 16:21:00,1350.0,-0.8407,0,leg_gt,3.72,60 -495,buy_compound_top3,buy,2025-06-15 16:24:00,1349.0,-0.7672,0,leg_gt,3.72,60 -496,buy_compound_top3,buy,2025-06-15 16:30:00,1348.0,-0.6935,0,leg_gt,3.72,60 -497,buy_compound_top3,buy,2025-06-15 16:33:00,1347.0,-0.6197,0,leg_gt,3.71,60 -498,buy_compound_top3,buy,2025-06-15 18:27:00,1342.0,-0.249,0,leg_gt,3.64,60 -499,buy_compound_top3,buy,2025-06-15 18:30:00,1342.0,-0.249,0,leg_gt,3.63,60 -500,buy_compound_top3,buy,2025-06-15 18:33:00,1340.0,-0.1,0,leg_gt,3.63,60 -501,buy_compound_top3,buy,2025-06-15 18:36:00,1340.0,-0.1,0,leg_gt,3.63,60 -502,buy_compound_top3,buy,2025-06-15 18:39:00,1343.0,-0.3234,0,leg_gt,3.63,60 -503,buy_compound_top3,buy,2025-06-16 01:30:00,1356.0,-1.2799,0,leg_gt,3.34,60 -504,buy_compound_top3,buy,2025-06-16 01:33:00,1354.0,-1.134,0,leg_gt,3.34,60 -505,buy_compound_top3,buy,2025-06-16 02:12:00,1351.0,-0.9142,0,leg_gt,3.31,60 -506,buy_compound_top3,buy,2025-06-16 02:15:00,1348.0,-0.6935,0,leg_gt,3.31,60 -507,buy_compound_top3,buy,2025-06-16 02:18:00,1348.0,-0.6935,0,leg_gt,3.31,60 -508,buy_compound_top3,buy,2025-06-16 02:21:00,1351.0,-0.9142,0,leg_gt,3.31,60 -509,buy_compound_top3,buy,2025-06-16 02:24:00,1351.0,-0.9142,0,leg_gt,3.3,60 -510,buy_compound_top3,buy,2025-06-16 02:27:00,1348.0,-0.6935,0,leg_gt,3.3,60 -511,buy_compound_top3,buy,2025-06-16 03:15:00,1346.0,-0.5458,0,leg_gt,3.27,60 -512,buy_compound_top3,buy,2025-06-16 03:18:00,1345.0,-0.4717,0,leg_gt,3.27,60 -513,buy_compound_top3,buy,2025-06-16 03:27:00,1347.0,-0.6197,0,leg_gt,3.26,60 -514,buy_compound_top3,buy,2025-06-16 05:06:00,1344.0,-0.3976,0,leg_gt,3.19,60 -515,buy_compound_top3,buy,2025-06-16 05:09:00,1344.0,-0.3976,0,leg_gt,3.19,60 -516,buy_compound_top3,buy,2025-06-16 05:12:00,1343.0,-0.3234,0,leg_gt,3.19,60 -517,buy_compound_top3,buy,2025-06-16 05:15:00,1341.0,-0.1746,0,leg_gt,3.19,60 -518,buy_compound_top3,buy,2025-06-16 05:18:00,1339.0,-0.0253,0,leg_gt,3.18,60 -519,buy_compound_top3,buy,2025-06-16 05:27:00,1337.0,0.1244,1,leg_gt,3.18,60 -520,buy_compound_top3,buy,2025-06-16 05:30:00,1335.0,0.2745,1,leg_gt,3.18,60 -521,buy_compound_top3,buy,2025-06-16 05:33:00,1336.0,0.1994,1,leg_gt,3.17,60 -522,buy_compound_top3,buy,2025-06-16 05:36:00,1336.0,0.1994,1,leg_gt,3.17,60 -523,buy_compound_top3,buy,2025-06-16 05:39:00,1330.0,0.6519,1,leg_gt,3.17,60 -524,buy_compound_top3,buy,2025-06-16 06:12:00,1328.0,0.8036,1,leg_gt,3.15,60 -525,buy_compound_top3,buy,2025-06-16 10:12:00,1343.0,-0.3234,0,leg_gt,2.98,60 -526,buy_compound_top3,buy,2025-06-16 10:21:00,1337.0,0.1244,1,leg_gt,2.97,60 -527,buy_compound_top3,buy,2025-06-16 10:24:00,1338.0,0.0495,1,leg_gt,2.97,60 -528,buy_compound_top3,buy,2025-06-16 10:27:00,1339.0,-0.0253,0,leg_gt,2.97,60 -529,buy_compound_top3,buy,2025-06-16 10:30:00,1336.0,0.1994,1,leg_gt,2.97,60 -530,buy_compound_top3,buy,2025-06-16 10:33:00,1333.0,0.4251,1,leg_gt,2.96,60 -531,buy_compound_top3,buy,2025-06-16 20:00:00,1389.0,-3.6277,0,leg_gt,2.57,60 -532,buy_compound_top3,buy,2025-06-16 20:03:00,1387.0,-3.4886,0,leg_gt,2.57,60 -533,buy_compound_top3,buy,2025-06-16 20:06:00,1387.0,-3.4886,0,leg_gt,2.57,60 -534,buy_compound_top3,buy,2025-06-16 20:09:00,1386.0,-3.4189,0,leg_gt,2.56,60 -535,buy_compound_top3,buy,2025-06-16 20:12:00,1386.0,-3.4189,0,leg_gt,2.56,60 -536,buy_compound_top3,buy,2025-06-16 20:15:00,1384.0,-3.2792,0,leg_gt,2.56,60 -537,buy_compound_top3,buy,2025-06-16 20:18:00,1383.0,-3.2092,0,leg_gt,2.56,60 -538,buy_compound_top3,buy,2025-06-16 20:21:00,1385.0,-3.3491,0,leg_gt,2.56,60 -539,buy_compound_top3,buy,2025-06-16 20:24:00,1380.0,-2.9986,0,leg_gt,2.55,60 -540,buy_compound_top3,buy,2025-06-16 20:27:00,1380.0,-2.9986,0,leg_gt,2.55,60 -541,buy_compound_top3,buy,2025-06-16 21:21:00,1380.0,-2.9986,0,leg_gt,2.51,60 -542,buy_compound_top3,buy,2025-06-16 21:24:00,1384.0,-3.2792,0,leg_gt,2.51,60 -543,buy_compound_top3,buy,2025-06-17 01:00:00,1385.0,-3.3491,0,leg_gt,2.36,60 -544,buy_compound_top3,buy,2025-06-17 01:03:00,1386.0,-3.4189,0,leg_gt,2.36,60 -545,buy_compound_top3,buy,2025-06-17 03:00:00,1384.0,-3.2792,0,leg_gt,2.28,60 -546,buy_compound_top3,buy,2025-06-17 03:03:00,1387.0,-3.4886,0,leg_gt,2.28,60 -547,buy_compound_top3,buy,2025-06-17 06:42:00,1389.0,-3.6277,0,leg_gt,2.12,60 -548,buy_compound_top3,buy,2025-06-17 07:57:00,1348.0,-0.6935,0,leg_gt,2.07,60 -549,buy_compound_top3,buy,2025-06-17 08:00:00,1349.0,-0.7672,0,leg_gt,2.07,60 -550,buy_compound_top3,buy,2025-06-17 08:03:00,1340.0,-0.1,0,leg_gt,2.07,60 -551,buy_compound_top3,buy,2025-06-17 08:51:00,1325.0,1.0321,1,leg_gt,2.04,60 -552,buy_compound_top3,buy,2025-06-17 08:54:00,1324.0,1.1085,1,leg_gt,2.03,60 -553,buy_compound_top3,buy,2025-06-17 08:57:00,1318.0,1.5692,1,leg_gt,2.03,60 -554,buy_compound_top3,buy,2025-06-17 09:21:00,1286.0,4.0991,1,leg_gt,2.01,60 -555,buy_compound_top3,buy,2025-06-17 09:24:00,1292.0,3.6152,1,leg_gt,2.01,60 -556,buy_compound_top3,buy,2025-06-17 14:57:00,1304.0,2.6607,1,leg_gt,1.78,60 -557,buy_compound_top3,buy,2025-06-17 15:00:00,1302.0,2.8186,1,leg_gt,1.78,60 -558,buy_compound_top3,buy,2025-06-17 15:03:00,1302.0,2.8186,1,leg_gt,1.78,60 -559,buy_compound_top3,buy,2025-06-17 15:21:00,1300.0,2.9769,1,leg_gt,1.76,60 -560,buy_compound_top3,buy,2025-06-17 15:24:00,1300.0,2.9769,1,leg_gt,1.76,60 -561,buy_compound_top3,buy,2025-06-17 15:42:00,1297.0,3.2153,1,leg_gt,1.75,60 -562,buy_compound_top3,buy,2025-06-17 15:45:00,1294.0,3.4549,1,leg_gt,1.75,60 -563,buy_compound_top3,buy,2025-06-17 15:48:00,1296.0,3.2951,1,leg_gt,1.75,60 -564,buy_compound_top3,buy,2025-06-17 17:21:00,1295.0,3.3749,1,leg_gt,1.68,60 -565,buy_compound_top3,buy,2025-06-17 17:24:00,1295.0,3.3749,1,leg_gt,1.68,60 -566,buy_compound_top3,buy,2025-06-17 17:30:00,1296.0,3.2951,1,leg_gt,1.68,60 -567,buy_compound_top3,buy,2025-06-17 17:33:00,1297.0,3.2153,1,leg_gt,1.67,60 -568,buy_compound_top3,buy,2025-06-17 17:45:00,1290.0,3.776,1,leg_gt,1.66,60 -569,buy_compound_top3,buy,2025-06-17 17:48:00,1289.0,3.8566,1,leg_gt,1.66,60 -570,buy_compound_top3,buy,2025-06-17 17:51:00,1287.0,4.0181,1,leg_gt,1.66,60 -571,buy_compound_top3,buy,2025-06-17 17:54:00,1286.0,4.0991,1,leg_gt,1.66,60 -572,buy_compound_top3,buy,2025-06-17 17:57:00,1288.0,3.9373,1,leg_gt,1.66,60 -573,buy_compound_top3,buy,2025-06-17 19:12:00,1287.0,4.0181,1,leg_gt,1.6,60 -574,buy_compound_top3,buy,2025-06-17 19:42:00,1283.0,4.3427,1,leg_gt,1.58,60 -575,buy_compound_top3,buy,2025-06-17 19:45:00,1282.0,4.4242,1,leg_gt,1.58,60 -576,buy_compound_top3,buy,2025-06-17 19:48:00,1286.0,4.0991,1,leg_gt,1.58,60 -577,buy_compound_top3,buy,2025-06-17 20:12:00,1282.0,4.4242,1,leg_gt,1.56,60 -578,buy_compound_top3,buy,2025-06-17 20:15:00,1280.0,4.5875,1,leg_gt,1.56,60 -579,buy_compound_top3,buy,2025-06-17 20:18:00,1280.0,4.5875,1,leg_gt,1.56,60 -580,buy_compound_top3,buy,2025-06-17 20:21:00,1281.0,4.5058,1,leg_gt,1.56,60 -581,buy_compound_top3,buy,2025-06-17 20:24:00,1280.0,4.5875,1,leg_gt,1.55,60 -582,buy_compound_top3,buy,2025-06-17 20:27:00,1280.0,4.5875,1,leg_gt,1.55,60 -583,buy_compound_top3,buy,2025-06-18 00:12:00,1273.0,5.1632,1,leg_gt,1.4,60 -584,buy_compound_top3,buy,2025-06-18 00:15:00,1274.0,5.0805,1,leg_gt,1.39,60 -585,buy_compound_top3,buy,2025-06-18 00:18:00,1266.0,5.7452,1,leg_gt,1.39,60 -586,buy_compound_top3,buy,2025-06-18 00:21:00,1268.0,5.5782,1,leg_gt,1.39,60 -587,buy_compound_top3,buy,2025-06-18 00:24:00,1260.0,6.2492,1,leg_gt,1.39,60 -588,buy_compound_top3,buy,2025-06-18 00:30:00,1263.0,5.9966,1,leg_gt,1.38,60 -589,buy_compound_top3,buy,2025-06-18 00:33:00,1265.0,5.8289,1,leg_gt,1.38,60 -590,buy_compound_top3,buy,2025-06-18 01:27:00,1260.0,6.2492,1,leg_gt,1.34,60 -591,buy_compound_top3,buy,2025-06-18 01:30:00,1261.0,6.1649,1,leg_gt,1.34,60 -592,buy_compound_top3,buy,2025-06-18 01:33:00,1258.0,6.4183,1,leg_gt,1.34,60 -593,buy_compound_top3,buy,2025-06-18 01:45:00,1257.0,6.503,1,leg_gt,1.33,60 -594,buy_compound_top3,buy,2025-06-18 01:48:00,1254.0,6.7581,1,leg_gt,1.33,60 -595,buy_compound_top3,buy,2025-06-18 02:06:00,1246.0,7.4441,1,leg_gt,1.32,60 -596,buy_compound_top3,buy,2025-06-18 02:09:00,1249.0,7.1858,1,leg_gt,1.31,60 -597,buy_compound_top3,buy,2025-06-18 07:42:00,1266.0,5.7452,1,leg_gt,1.08,60 -598,buy_compound_top3,buy,2025-06-18 07:57:00,1263.0,5.9966,1,leg_gt,1.07,60 -599,buy_compound_top3,buy,2025-06-18 08:00:00,1262.0,6.0807,1,leg_gt,1.07,60 -600,buy_compound_top3,buy,2025-06-18 08:03:00,1263.0,5.9966,1,leg_gt,1.07,60 -601,buy_compound_top3,buy,2025-06-18 15:51:00,1274.0,5.0805,1,leg_gt,0.74,60 -602,buy_compound_top3,buy,2025-06-18 15:54:00,1274.0,5.0805,1,leg_gt,0.74,60 -603,buy_compound_top3,buy,2025-06-18 15:57:00,1276.0,4.9157,1,leg_gt,0.74,60 -604,buy_compound_top3,buy,2025-06-18 16:06:00,1274.0,5.0805,1,leg_gt,0.73,60 -605,buy_compound_top3,buy,2025-06-18 16:09:00,1272.0,5.2459,1,leg_gt,0.73,60 -606,buy_compound_top3,buy,2025-06-18 16:12:00,1274.0,5.0805,1,leg_gt,0.73,60 -607,buy_compound_top3,buy,2025-06-18 16:15:00,1274.0,5.0805,1,leg_gt,0.73,60 -608,buy_compound_top3,buy,2025-06-18 16:18:00,1272.0,5.2459,1,leg_gt,0.72,60 -609,buy_compound_top3,buy,2025-06-18 17:51:00,1262.0,6.0807,1,leg_gt,0.66,60 -610,buy_compound_top3,buy,2025-06-18 17:54:00,1260.0,6.2492,1,leg_gt,0.66,60 -611,buy_compound_top3,buy,2025-06-18 17:57:00,1262.0,6.0807,1,leg_gt,0.66,60 -612,buy_compound_top3,buy,2025-06-18 18:30:00,1257.0,6.503,1,leg_gt,0.63,60 -613,buy_compound_top3,buy,2025-06-18 18:33:00,1254.0,6.7581,1,leg_gt,0.63,60 -614,buy_compound_top3,buy,2025-06-18 18:36:00,1253.0,6.8433,1,leg_gt,0.63,60 -615,buy_compound_top3,buy,2025-06-18 18:39:00,1252.0,6.9288,1,leg_gt,0.63,60 -616,buy_compound_top3,buy,2025-06-18 18:42:00,1253.0,6.8433,1,leg_gt,0.62,60 -617,buy_compound_top3,buy,2025-06-18 18:45:00,1253.0,6.8433,1,leg_gt,0.62,60 -618,buy_compound_top3,buy,2025-06-18 18:48:00,1248.0,7.2718,1,leg_gt,0.62,60 -619,buy_compound_top3,buy,2025-06-18 18:51:00,1250.0,7.1,1,leg_gt,0.62,60 -620,buy_compound_top3,buy,2025-06-18 18:54:00,1251.0,7.0143,1,leg_gt,0.62,60 -621,buy_compound_top3,buy,2025-06-18 19:27:00,1244.0,7.617,1,leg_gt,0.59,60 -622,buy_compound_top3,buy,2025-06-18 19:30:00,1243.0,7.7037,1,leg_gt,0.59,60 -623,buy_compound_top3,buy,2025-06-18 19:33:00,1241.0,7.8774,1,leg_gt,0.59,60 -624,buy_compound_top3,buy,2025-06-18 19:45:00,1234.0,8.49,1,leg_gt,0.58,60 -625,buy_compound_top3,buy,2025-06-18 19:48:00,1234.0,8.49,1,leg_gt,0.58,60 -626,buy_compound_top3,buy,2025-06-18 19:51:00,1233.0,8.578,1,leg_gt,0.58,60 -627,buy_compound_top3,buy,2025-06-18 19:54:00,1228.0,9.0205,1,leg_gt,0.57,60 -628,buy_compound_top3,buy,2025-06-18 20:06:00,1224.0,9.3771,1,leg_gt,0.57,60 -629,buy_compound_top3,buy,2025-06-18 20:09:00,1229.0,8.9317,1,leg_gt,0.56,60 -630,buy_compound_top3,buy,2025-06-18 22:30:00,1210.0,10.6438,1,leg_gt,0.47,60 -631,buy_compound_top3,buy,2025-06-18 22:33:00,1214.0,10.2789,1,leg_gt,0.46,60 -632,buy_compound_top3,buy,2025-06-19 04:00:00,1246.0,7.4441,1,leg_gt,0.24,60 -633,buy_compound_top3,buy,2025-06-19 04:03:00,1252.0,6.9288,1,leg_gt,0.24,60 -634,buy_compound_top3,buy,2025-06-19 11:51:00,1304.0,-9.2258,0,leg_gt,4.48,60 -635,buy_compound_top3,buy,2025-06-19 11:54:00,1305.0,-9.2954,0,leg_gt,4.47,60 -636,buy_compound_top3,buy,2025-06-19 11:57:00,1304.0,-9.2258,0,leg_gt,4.47,60 -637,buy_compound_top3,buy,2025-06-19 13:36:00,1304.0,-9.2258,0,leg_gt,4.4,60 -638,buy_compound_top3,buy,2025-06-19 13:39:00,1305.0,-9.2954,0,leg_gt,4.4,60 -639,buy_compound_top3,buy,2025-06-19 16:51:00,1298.0,-8.8057,0,leg_gt,4.27,60 -640,buy_compound_top3,buy,2025-06-19 16:54:00,1298.0,-8.8057,0,leg_gt,4.27,60 -641,buy_compound_top3,buy,2025-06-19 16:57:00,1297.0,-8.7353,0,leg_gt,4.26,60 -642,buy_compound_top3,buy,2025-06-19 20:00:00,1291.0,-8.3107,0,leg_gt,4.14,60 -643,buy_compound_top3,buy,2025-06-19 20:03:00,1287.0,-8.0254,0,leg_gt,4.14,60 -644,buy_compound_top3,buy,2025-06-19 20:06:00,1287.0,-8.0254,0,leg_gt,4.13,60 -645,buy_compound_top3,buy,2025-06-19 20:09:00,1286.0,-7.9538,0,leg_gt,4.13,60 -646,buy_compound_top3,buy,2025-06-19 20:12:00,1285.0,-7.8821,0,leg_gt,4.13,60 -647,buy_compound_top3,buy,2025-06-19 20:36:00,1282.0,-7.6663,0,leg_gt,4.11,60 -648,buy_compound_top3,buy,2025-06-19 20:39:00,1283.0,-7.7383,0,leg_gt,4.11,60 -649,buy_compound_top3,buy,2025-06-19 20:42:00,1281.0,-7.5941,0,leg_gt,4.11,60 -650,buy_compound_top3,buy,2025-06-19 21:42:00,1280.0,-7.5219,0,leg_gt,4.07,60 -651,buy_compound_top3,buy,2025-06-19 21:45:00,1278.0,-7.377,0,leg_gt,4.06,60 -652,buy_compound_top3,buy,2025-06-19 21:48:00,1281.0,-7.5941,0,leg_gt,4.06,60 -653,buy_compound_top3,buy,2025-06-20 05:51:00,1285.0,-7.8821,0,leg_gt,3.73,60 -654,buy_compound_top3,buy,2025-06-20 05:54:00,1286.0,-7.9538,0,leg_gt,3.72,60 -655,buy_compound_top3,buy,2025-06-20 10:12:00,1285.0,-7.8821,0,leg_gt,3.55,60 -656,buy_compound_top3,buy,2025-06-20 10:15:00,1287.0,-8.0254,0,leg_gt,3.54,60 -657,buy_compound_top3,buy,2025-06-20 10:18:00,1286.0,-7.9538,0,leg_gt,3.54,60 -658,buy_compound_top3,buy,2025-06-20 10:27:00,1284.0,-7.8103,0,leg_gt,3.54,60 -659,buy_compound_top3,buy,2025-06-20 12:00:00,1282.0,-7.6663,0,leg_gt,3.47,60 -660,buy_compound_top3,buy,2025-06-20 12:03:00,1281.0,-7.5941,0,leg_gt,3.47,60 -661,buy_compound_top3,buy,2025-06-20 12:06:00,1280.0,-7.5219,0,leg_gt,3.47,60 -662,buy_compound_top3,buy,2025-06-20 12:09:00,1279.0,-7.4495,0,leg_gt,3.46,60 -663,buy_compound_top3,buy,2025-06-20 12:12:00,1280.0,-7.5219,0,leg_gt,3.46,60 -664,buy_compound_top3,buy,2025-06-20 12:45:00,1279.0,-7.4495,0,leg_gt,3.44,60 -665,buy_compound_top3,buy,2025-06-20 12:48:00,1278.0,-7.377,0,leg_gt,3.44,60 -666,buy_compound_top3,buy,2025-06-20 13:12:00,1275.0,-7.1588,0,leg_gt,3.42,60 -667,buy_compound_top3,buy,2025-06-20 13:36:00,1270.0,-6.7929,0,leg_gt,3.4,60 -668,buy_compound_top3,buy,2025-06-20 13:39:00,1268.0,-6.6457,0,leg_gt,3.4,60 -669,buy_compound_top3,buy,2025-06-20 13:42:00,1268.0,-6.6457,0,leg_gt,3.4,60 -670,buy_compound_top3,buy,2025-06-20 13:45:00,1266.0,-6.4981,0,leg_gt,3.4,60 -671,buy_compound_top3,buy,2025-06-20 13:48:00,1263.0,-6.2758,0,leg_gt,3.4,60 -672,buy_compound_top3,buy,2025-06-20 13:51:00,1263.0,-6.2758,0,leg_gt,3.39,60 -673,buy_compound_top3,buy,2025-06-20 13:54:00,1261.0,-6.127,0,leg_gt,3.39,60 -674,buy_compound_top3,buy,2025-06-20 13:57:00,1263.0,-6.2758,0,leg_gt,3.39,60 -675,buy_compound_top3,buy,2025-06-20 14:21:00,1263.0,-6.2758,0,leg_gt,3.37,60 -676,buy_compound_top3,buy,2025-06-20 14:24:00,1259.0,-5.9777,0,leg_gt,3.37,60 -677,buy_compound_top3,buy,2025-06-20 23:12:00,1278.0,-7.377,0,leg_gt,3.0,60 -678,buy_compound_top3,buy,2025-06-20 23:21:00,1281.0,-7.5941,0,leg_gt,3.0,60 -679,buy_compound_top3,buy,2025-06-20 23:24:00,1274.0,-7.0859,0,leg_gt,3.0,60 -680,buy_compound_top3,buy,2025-06-20 23:42:00,1265.0,-6.4241,0,leg_gt,2.98,60 -681,buy_compound_top3,buy,2025-06-20 23:45:00,1264.0,-6.35,0,leg_gt,2.98,60 -682,buy_compound_top3,buy,2025-06-20 23:48:00,1266.0,-6.4981,0,leg_gt,2.98,60 -683,buy_compound_top3,buy,2025-06-20 23:51:00,1256.0,-5.7529,0,leg_gt,2.98,60 -684,buy_compound_top3,buy,2025-06-20 23:54:00,1254.0,-5.6024,0,leg_gt,2.98,60 -685,buy_compound_top3,buy,2025-06-21 02:27:00,1227.0,-3.523,0,leg_gt,2.87,60 -686,buy_compound_top3,buy,2025-06-21 02:30:00,1235.0,-4.1486,0,leg_gt,2.87,60 -687,buy_compound_top3,buy,2025-06-21 02:33:00,1231.0,-3.8368,0,leg_gt,2.86,60 -688,buy_compound_top3,buy,2025-06-21 02:36:00,1229.0,-3.6801,0,leg_gt,2.86,60 -689,buy_compound_top3,buy,2025-06-21 02:39:00,1221.0,-3.0484,0,leg_gt,2.86,60 -690,buy_compound_top3,buy,2025-06-21 04:30:00,1236.0,-4.2262,0,leg_gt,2.78,60 -691,buy_compound_top3,buy,2025-06-21 04:33:00,1238.0,-4.3811,0,leg_gt,2.78,60 -692,buy_compound_top3,buy,2025-06-21 04:36:00,1236.0,-4.2262,0,leg_gt,2.78,60 -693,buy_compound_top3,buy,2025-06-21 04:39:00,1233.0,-3.9929,0,leg_gt,2.78,60 -694,buy_compound_top3,buy,2025-06-21 06:21:00,1238.0,-4.3811,0,leg_gt,2.71,60 -695,buy_compound_top3,buy,2025-06-21 06:24:00,1236.0,-4.2262,0,leg_gt,2.7,60 -696,buy_compound_top3,buy,2025-06-21 07:00:00,1232.0,-3.9149,0,leg_gt,2.68,60 -697,buy_compound_top3,buy,2025-06-21 07:03:00,1232.0,-3.9149,0,leg_gt,2.68,60 -698,buy_compound_top3,buy,2025-06-21 07:06:00,1230.0,-3.7585,0,leg_gt,2.68,60 -699,buy_compound_top3,buy,2025-06-21 07:09:00,1227.0,-3.523,0,leg_gt,2.67,60 -700,buy_compound_top3,buy,2025-06-21 07:15:00,1226.0,-3.4442,0,leg_gt,2.67,60 -701,buy_compound_top3,buy,2025-06-21 07:18:00,1222.0,-3.1278,0,leg_gt,2.67,60 -702,buy_compound_top3,buy,2025-06-21 07:27:00,1223.0,-3.2071,0,leg_gt,2.66,60 -703,buy_compound_top3,buy,2025-06-21 07:30:00,1221.0,-3.0484,0,leg_gt,2.66,60 -704,buy_compound_top3,buy,2025-06-21 07:33:00,1223.0,-3.2071,0,leg_gt,2.66,60 -705,buy_compound_top3,buy,2025-06-21 07:42:00,1219.0,-2.8892,0,leg_gt,2.65,60 -706,buy_compound_top3,buy,2025-06-21 07:45:00,1219.0,-2.8892,0,leg_gt,2.65,60 -707,buy_compound_top3,buy,2025-06-21 07:48:00,1217.0,-2.7294,0,leg_gt,2.65,60 -708,buy_compound_top3,buy,2025-06-21 13:30:00,1234.0,-4.0708,0,leg_gt,2.41,60 -709,buy_compound_top3,buy,2025-06-21 13:33:00,1234.0,-4.0708,0,leg_gt,2.41,60 -710,buy_compound_top3,buy,2025-06-21 15:15:00,1235.0,-4.1486,0,leg_gt,2.34,60 -711,buy_compound_top3,buy,2025-06-21 15:18:00,1234.0,-4.0708,0,leg_gt,2.33,60 -712,buy_compound_top3,buy,2025-06-21 20:00:00,1225.0,-3.3653,0,leg_gt,2.14,60 -713,buy_compound_top3,buy,2025-06-21 20:03:00,1224.0,-3.2863,0,leg_gt,2.14,60 -714,buy_compound_top3,buy,2025-06-21 20:06:00,1223.0,-3.2071,0,leg_gt,2.13,60 -715,buy_compound_top3,buy,2025-06-21 20:09:00,1226.0,-3.4442,0,leg_gt,2.13,60 -716,buy_compound_top3,buy,2025-06-21 21:42:00,1215.0,-2.5691,0,leg_gt,2.07,60 -717,buy_compound_top3,buy,2025-06-21 22:12:00,1207.0,-1.9227,0,leg_gt,2.05,60 -718,buy_compound_top3,buy,2025-06-21 22:36:00,1203.0,-1.5963,0,leg_gt,2.03,60 -719,buy_compound_top3,buy,2025-06-21 22:39:00,1203.0,-1.5963,0,leg_gt,2.03,60 -720,buy_compound_top3,buy,2025-06-21 22:42:00,1201.0,-1.4322,0,leg_gt,2.02,60 -721,buy_compound_top3,buy,2025-06-21 22:57:00,1197.0,-1.1025,0,leg_gt,2.01,60 -722,buy_compound_top3,buy,2025-06-21 23:15:00,1194.0,-0.8538,0,leg_gt,2.0,60 -723,buy_compound_top3,buy,2025-06-21 23:18:00,1191.0,-0.6038,0,leg_gt,2.0,60 -724,buy_compound_top3,buy,2025-06-21 23:21:00,1198.0,-1.1851,0,leg_gt,2.0,60 -725,buy_compound_top3,buy,2025-06-21 23:24:00,1192.0,-0.6872,0,leg_gt,2.0,60 -726,buy_compound_top3,buy,2025-06-21 23:51:00,1187.0,-0.2685,0,leg_gt,1.98,60 -727,buy_compound_top3,buy,2025-06-21 23:54:00,1190.0,-0.5202,0,leg_gt,1.98,60 -728,buy_compound_top3,buy,2025-06-22 00:42:00,1182.0,0.1538,1,leg_gt,1.94,60 -729,buy_compound_top3,buy,2025-06-22 00:45:00,1185.0,-0.1,0,leg_gt,1.94,60 -730,buy_compound_top3,buy,2025-06-22 00:48:00,1181.0,0.2387,1,leg_gt,1.94,60 -731,buy_compound_top3,buy,2025-06-22 02:45:00,1172.0,1.0092,1,leg_gt,1.86,60 -732,buy_compound_top3,buy,2025-06-22 02:48:00,1172.0,1.0092,1,leg_gt,1.85,60 -733,buy_compound_top3,buy,2025-06-22 02:51:00,1173.0,0.923,1,leg_gt,1.85,60 -734,buy_compound_top3,buy,2025-06-22 02:54:00,1173.0,0.923,1,leg_gt,1.85,60 -735,buy_compound_top3,buy,2025-06-22 02:57:00,1171.0,1.0956,1,leg_gt,1.85,60 -736,buy_compound_top3,buy,2025-06-22 04:00:00,1167.0,1.4424,1,leg_gt,1.8,60 -737,buy_compound_top3,buy,2025-06-22 04:03:00,1167.0,1.4424,1,leg_gt,1.8,60 -738,buy_compound_top3,buy,2025-06-22 04:12:00,1164.0,1.7041,1,leg_gt,1.8,60 -739,buy_compound_top3,buy,2025-06-22 04:15:00,1167.0,1.4424,1,leg_gt,1.79,60 -740,buy_compound_top3,buy,2025-06-22 04:18:00,1165.0,1.6167,1,leg_gt,1.79,60 -741,buy_compound_top3,buy,2025-06-22 04:30:00,1166.0,1.5295,1,leg_gt,1.78,60 -742,buy_compound_top3,buy,2025-06-22 04:33:00,1166.0,1.5295,1,leg_gt,1.78,60 -743,buy_compound_top3,buy,2025-06-22 04:36:00,1162.0,1.8793,1,leg_gt,1.78,60 -744,buy_compound_top3,buy,2025-06-22 04:39:00,1164.0,1.7041,1,leg_gt,1.78,60 -745,buy_compound_top3,buy,2025-06-22 13:51:00,1185.0,-0.1,0,leg_gt,1.39,60 -746,buy_compound_top3,buy,2025-06-22 13:54:00,1185.0,-0.1,0,leg_gt,1.39,60 -747,buy_compound_top3,buy,2025-06-22 18:42:00,1170.0,1.1821,1,leg_gt,1.19,60 -748,buy_compound_top3,buy,2025-06-22 18:51:00,1169.0,1.2687,1,leg_gt,1.19,60 -749,buy_compound_top3,buy,2025-06-22 18:54:00,1163.0,1.7917,1,leg_gt,1.18,60 -750,buy_compound_top3,buy,2025-06-22 18:57:00,1165.0,1.6167,1,leg_gt,1.18,60 -751,buy_compound_top3,buy,2025-06-22 20:57:00,1166.0,1.5295,1,leg_gt,1.1,60 -752,buy_compound_top3,buy,2025-06-22 21:21:00,1163.0,1.7917,1,leg_gt,1.08,60 -753,buy_compound_top3,buy,2025-06-22 21:24:00,1164.0,1.7041,1,leg_gt,1.08,60 -754,buy_compound_top3,buy,2025-06-22 21:30:00,1164.0,1.7041,1,leg_gt,1.08,60 -755,buy_compound_top3,buy,2025-06-22 21:33:00,1156.0,2.4087,1,leg_gt,1.07,60 -756,buy_compound_top3,buy,2025-06-22 21:45:00,1153.0,2.6754,1,leg_gt,1.06,60 -757,buy_compound_top3,buy,2025-06-22 21:48:00,1155.0,2.4974,1,leg_gt,1.06,60 -758,buy_compound_top3,buy,2025-06-23 01:45:00,1096.0,8.0204,1,leg_gt,0.9,60 -759,buy_compound_top3,buy,2025-06-23 01:48:00,1100.0,7.6273,1,leg_gt,0.9,60 -760,buy_compound_top3,buy,2025-06-23 02:06:00,1097.0,7.9219,1,leg_gt,0.88,60 -761,buy_compound_top3,buy,2025-06-23 02:09:00,1102.0,7.4318,1,leg_gt,0.88,60 -762,buy_compound_top3,buy,2025-06-23 02:21:00,1099.0,7.7253,1,leg_gt,0.87,60 -763,buy_compound_top3,buy,2025-06-23 02:24:00,1097.0,7.9219,1,leg_gt,0.87,60 -764,buy_compound_top3,buy,2025-06-23 02:27:00,1088.0,8.8154,1,leg_gt,0.87,60 -765,buy_compound_top3,buy,2025-06-23 05:27:00,1091.0,8.5159,1,leg_gt,0.74,60 -766,buy_compound_top3,buy,2025-06-23 11:51:00,1154.0,2.5863,1,leg_gt,0.48,60 -767,buy_compound_top3,buy,2025-06-23 11:54:00,1154.0,2.5863,1,leg_gt,0.48,60 -768,buy_compound_top3,buy,2025-06-23 11:57:00,1154.0,2.5863,1,leg_gt,0.47,60 -769,buy_compound_top3,buy,2025-06-23 12:30:00,1150.0,2.9435,1,leg_gt,0.45,60 -770,buy_compound_top3,buy,2025-06-23 12:33:00,1152.0,2.7646,1,leg_gt,0.45,60 -771,buy_compound_top3,buy,2025-06-23 12:36:00,1150.0,2.9435,1,leg_gt,0.45,60 -772,buy_compound_top3,buy,2025-06-23 12:39:00,1149.0,3.0332,1,leg_gt,0.44,60 -773,buy_compound_top3,buy,2025-06-23 12:42:00,1147.0,3.213,1,leg_gt,0.44,60 -774,buy_compound_top3,buy,2025-06-23 12:45:00,1147.0,3.213,1,leg_gt,0.44,60 -775,buy_compound_top3,buy,2025-06-23 12:48:00,1148.0,3.123,1,leg_gt,0.44,60 -776,buy_compound_top3,buy,2025-06-23 12:51:00,1148.0,3.123,1,leg_gt,0.44,60 -777,buy_compound_top3,buy,2025-06-23 12:54:00,1150.0,2.9435,1,leg_gt,0.43,60 -778,buy_compound_top3,buy,2025-06-23 17:45:00,1154.0,2.5863,1,leg_gt,0.23,60 -779,buy_compound_top3,buy,2025-06-23 17:48:00,1154.0,2.5863,1,leg_gt,0.23,60 -780,buy_compound_top3,buy,2025-06-23 19:30:00,1153.0,2.6754,1,leg_gt,0.16,60 -781,buy_compound_top3,buy,2025-06-23 19:33:00,1153.0,2.6754,1,leg_gt,0.16,60 -782,buy_compound_top3,buy,2025-06-23 19:36:00,1154.0,2.5863,1,leg_gt,0.15,60 -783,buy_compound_top3,buy,2025-06-23 19:39:00,1153.0,2.6754,1,leg_gt,0.15,60 -784,buy_compound_top3,buy,2025-06-23 19:51:00,1148.0,3.123,1,leg_gt,0.14,60 -785,buy_compound_top3,buy,2025-06-23 19:54:00,1149.0,3.0332,1,leg_gt,0.14,60 -786,buy_compound_top3,buy,2025-06-23 19:57:00,1149.0,3.0332,1,leg_gt,0.14,60 -787,buy_compound_top3,buy,2025-06-23 20:15:00,1147.0,3.213,1,leg_gt,0.13,60 -788,buy_compound_top3,buy,2025-06-23 20:18:00,1146.0,3.3031,1,leg_gt,0.12,60 -789,buy_compound_top3,buy,2025-06-23 20:21:00,1145.0,3.3934,1,leg_gt,0.12,60 -790,buy_compound_top3,buy,2025-06-23 20:24:00,1142.0,3.6653,1,leg_gt,0.12,60 -791,buy_compound_top3,buy,2025-06-23 20:27:00,1144.0,3.4839,1,leg_gt,0.12,60 -792,buy_compound_top3,buy,2025-06-23 21:15:00,1144.0,3.4839,1,leg_gt,0.09,60 -793,buy_compound_top3,buy,2025-06-23 21:18:00,1144.0,3.4839,1,leg_gt,0.08,60 -794,buy_compound_top3,buy,2025-06-24 00:57:00,1155.0,2.3242,1,leg_gt,0.09,60 -795,buy_compound_top3,buy,2025-06-24 01:00:00,1152.0,2.591,1,leg_gt,0.09,60 -796,buy_compound_top3,buy,2025-06-24 01:03:00,1150.0,2.7696,1,leg_gt,0.09,60 -797,buy_compound_top3,buy,2025-06-24 01:06:00,1145.0,3.2188,1,leg_gt,0.08,60 -798,buy_compound_top3,buy,2025-06-24 01:09:00,1143.0,3.3996,1,leg_gt,0.08,60 -799,buy_compound_top3,buy,2025-06-24 01:21:00,1139.0,3.763,1,leg_gt,0.07,60 -800,buy_compound_top3,buy,2025-06-24 01:24:00,1133.0,4.3131,1,leg_gt,0.07,60 -801,buy_compound_top3,buy,2025-06-24 01:27:00,1132.0,4.4053,1,leg_gt,0.07,60 -802,buy_compound_top3,buy,2025-06-24 01:30:00,1128.0,4.7759,1,leg_gt,0.07,60 -803,buy_compound_top3,buy,2025-06-24 01:33:00,1126.0,4.9622,1,leg_gt,0.06,60 -804,buy_compound_top3,buy,2025-06-24 01:36:00,1124.0,5.1491,1,leg_gt,0.06,60 -805,buy_compound_top3,buy,2025-06-24 01:39:00,1127.0,4.8689,1,leg_gt,0.06,60 -806,buy_compound_top3,buy,2025-06-24 17:00:00,1291.0,0.9844,1,leg_gt,5.62,60 -807,buy_compound_top3,buy,2025-06-24 17:03:00,1288.0,1.2199,1,leg_gt,5.62,60 -808,buy_compound_top3,buy,2025-06-24 17:06:00,1288.0,1.2199,1,leg_gt,5.61,60 -809,buy_compound_top3,buy,2025-06-24 17:09:00,1282.0,1.6941,1,leg_gt,5.61,60 -810,buy_compound_top3,buy,2025-06-24 17:12:00,1280.0,1.8531,1,leg_gt,5.61,60 -811,buy_compound_top3,buy,2025-06-24 17:15:00,1283.0,1.6147,1,leg_gt,5.61,60 -812,buy_compound_top3,buy,2025-06-24 17:18:00,1282.0,1.6941,1,leg_gt,5.61,60 -813,buy_compound_top3,buy,2025-06-24 19:51:00,1275.0,2.2529,1,leg_gt,5.5,60 -814,buy_compound_top3,buy,2025-06-24 19:54:00,1275.0,2.2529,1,leg_gt,5.5,60 -815,buy_compound_top3,buy,2025-06-24 19:57:00,1276.0,2.1727,1,leg_gt,5.5,60 -816,buy_compound_top3,buy,2025-06-24 20:12:00,1274.0,2.3333,1,leg_gt,5.49,60 -817,buy_compound_top3,buy,2025-06-24 20:15:00,1273.0,2.4137,1,leg_gt,5.48,60 -818,buy_compound_top3,buy,2025-06-24 20:18:00,1272.0,2.4943,1,leg_gt,5.48,60 -819,buy_compound_top3,buy,2025-06-25 00:42:00,1263.0,3.2254,1,leg_gt,5.3,60 -820,buy_compound_top3,buy,2025-06-25 00:45:00,1266.0,2.9806,1,leg_gt,5.3,60 -821,buy_compound_top3,buy,2025-06-25 00:48:00,1267.0,2.8992,1,leg_gt,5.29,60 -822,buy_compound_top3,buy,2025-06-25 02:30:00,1262.0,3.3073,1,leg_gt,5.22,60 -823,buy_compound_top3,buy,2025-06-25 02:33:00,1264.0,3.1437,1,leg_gt,5.22,60 -824,buy_compound_top3,buy,2025-06-25 02:36:00,1263.0,3.2254,1,leg_gt,5.22,60 -825,buy_compound_top3,buy,2025-06-25 02:39:00,1266.0,2.9806,1,leg_gt,5.22,60 -826,buy_compound_top3,buy,2025-06-25 03:45:00,1256.0,3.8013,1,leg_gt,5.17,60 -827,buy_compound_top3,buy,2025-06-25 03:48:00,1256.0,3.8013,1,leg_gt,5.17,60 -828,buy_compound_top3,buy,2025-06-25 03:57:00,1255.0,3.8841,1,leg_gt,5.16,60 -829,buy_compound_top3,buy,2025-06-25 04:42:00,1257.0,3.7186,1,leg_gt,5.13,60 -830,buy_compound_top3,buy,2025-06-25 13:12:00,1272.0,2.4943,1,leg_gt,4.78,60 -831,buy_compound_top3,buy,2025-06-25 13:15:00,1272.0,2.4943,1,leg_gt,4.78,60 -832,buy_compound_top3,buy,2025-06-25 13:18:00,1272.0,2.4943,1,leg_gt,4.77,60 -833,buy_compound_top3,buy,2025-06-25 13:42:00,1272.0,2.4943,1,leg_gt,4.76,60 -834,buy_compound_top3,buy,2025-06-25 13:45:00,1269.0,2.7369,1,leg_gt,4.75,60 -835,buy_compound_top3,buy,2025-06-25 13:48:00,1272.0,2.4943,1,leg_gt,4.75,60 -836,buy_compound_top3,buy,2025-06-25 14:00:00,1267.0,2.8992,1,leg_gt,4.74,60 -837,buy_compound_top3,buy,2025-06-25 14:03:00,1267.0,2.8992,1,leg_gt,4.74,60 -838,buy_compound_top3,buy,2025-06-25 14:06:00,1266.0,2.9806,1,leg_gt,4.74,60 -839,buy_compound_top3,buy,2025-06-25 14:09:00,1263.0,3.2254,1,leg_gt,4.74,60 -840,buy_compound_top3,buy,2025-06-25 14:12:00,1262.0,3.3073,1,leg_gt,4.74,60 -841,buy_compound_top3,buy,2025-06-25 14:15:00,1264.0,3.1437,1,leg_gt,4.73,60 -842,buy_compound_top3,buy,2025-06-25 14:18:00,1263.0,3.2254,1,leg_gt,4.73,60 -843,buy_compound_top3,buy,2025-06-25 14:21:00,1263.0,3.2254,1,leg_gt,4.73,60 -844,buy_compound_top3,buy,2025-06-25 14:24:00,1261.0,3.3893,1,leg_gt,4.73,60 -845,buy_compound_top3,buy,2025-06-25 14:27:00,1262.0,3.3073,1,leg_gt,4.72,60 -846,buy_compound_top3,buy,2025-06-25 14:30:00,1261.0,3.3893,1,leg_gt,4.72,60 -847,buy_compound_top3,buy,2025-06-25 14:33:00,1261.0,3.3893,1,leg_gt,4.72,60 -848,buy_compound_top3,buy,2025-06-25 17:42:00,1251.0,4.2165,1,leg_gt,4.59,60 -849,buy_compound_top3,buy,2025-06-25 17:45:00,1251.0,4.2165,1,leg_gt,4.59,60 -850,buy_compound_top3,buy,2025-06-25 17:48:00,1250.0,4.3,1,leg_gt,4.59,60 -851,buy_compound_top3,buy,2025-06-25 17:51:00,1250.0,4.3,1,leg_gt,4.58,60 -852,buy_compound_top3,buy,2025-06-25 17:54:00,1248.0,4.4673,1,leg_gt,4.58,60 -853,buy_compound_top3,buy,2025-06-25 18:42:00,1246.0,4.6352,1,leg_gt,4.55,60 -854,buy_compound_top3,buy,2025-06-26 00:15:00,1245.0,4.7193,1,leg_gt,4.32,60 -855,buy_compound_top3,buy,2025-06-26 00:18:00,1240.0,5.1419,1,leg_gt,4.31,60 -856,buy_compound_top3,buy,2025-06-26 00:21:00,1237.0,5.3972,1,leg_gt,4.31,60 -857,buy_compound_top3,buy,2025-06-26 00:24:00,1240.0,5.1419,1,leg_gt,4.31,60 -858,buy_compound_top3,buy,2025-06-26 00:30:00,1237.0,5.3972,1,leg_gt,4.31,60 -859,buy_compound_top3,buy,2025-06-26 00:33:00,1236.0,5.4825,1,leg_gt,4.3,60 -860,buy_compound_top3,buy,2025-06-26 00:36:00,1232.0,5.8253,1,leg_gt,4.3,60 -861,buy_compound_top3,buy,2025-06-26 00:39:00,1238.0,5.312,1,leg_gt,4.3,60 -862,buy_compound_top3,buy,2025-06-26 01:42:00,1227.0,6.257,1,leg_gt,4.26,60 -863,buy_compound_top3,buy,2025-06-26 01:57:00,1224.0,6.5176,1,leg_gt,4.25,60 -864,buy_compound_top3,buy,2025-06-26 02:06:00,1221.0,6.7796,1,leg_gt,4.24,60 -865,buy_compound_top3,buy,2025-06-26 02:09:00,1222.0,6.6921,1,leg_gt,4.24,60 -866,buy_compound_top3,buy,2025-06-26 06:30:00,1223.0,6.6048,1,leg_gt,4.06,60 -867,buy_compound_top3,buy,2025-06-26 06:33:00,1221.0,6.7796,1,leg_gt,4.05,60 -868,buy_compound_top3,buy,2025-06-26 06:36:00,1226.0,6.3437,1,leg_gt,4.05,60 -869,buy_compound_top3,buy,2025-06-26 06:39:00,1224.0,6.5176,1,leg_gt,4.05,60 -870,buy_compound_top3,buy,2025-06-26 06:42:00,1221.0,6.7796,1,leg_gt,4.05,60 -871,buy_compound_top3,buy,2025-06-26 06:45:00,1221.0,6.7796,1,leg_gt,4.05,60 -872,buy_compound_top3,buy,2025-06-26 06:48:00,1223.0,6.6048,1,leg_gt,4.04,60 -873,buy_compound_top3,buy,2025-06-26 06:51:00,1222.0,6.6921,1,leg_gt,4.04,60 -874,buy_compound_top3,buy,2025-06-26 06:54:00,1218.0,7.0429,1,leg_gt,4.04,60 -875,buy_compound_top3,buy,2025-06-26 07:00:00,1218.0,7.0429,1,leg_gt,4.04,60 -876,buy_compound_top3,buy,2025-06-26 07:03:00,1216.0,7.2191,1,leg_gt,4.03,60 -877,buy_compound_top3,buy,2025-06-26 07:06:00,1215.0,7.3074,1,leg_gt,4.03,60 -878,buy_compound_top3,buy,2025-06-26 07:09:00,1217.0,7.1309,1,leg_gt,4.03,60 -879,buy_compound_top3,buy,2025-06-26 07:27:00,1214.0,7.3959,1,leg_gt,4.02,60 -880,buy_compound_top3,buy,2025-06-26 07:30:00,1211.0,7.6622,1,leg_gt,4.01,60 -881,buy_compound_top3,buy,2025-06-26 07:33:00,1210.0,7.7512,1,leg_gt,4.01,60 -882,buy_compound_top3,buy,2025-06-26 07:36:00,1207.0,8.0193,1,leg_gt,4.01,60 -883,buy_compound_top3,buy,2025-06-26 07:39:00,1207.0,8.0193,1,leg_gt,4.01,60 -884,buy_compound_top3,buy,2025-06-26 07:42:00,1205.0,8.1988,1,leg_gt,4.01,60 -885,buy_compound_top3,buy,2025-06-26 07:45:00,1206.0,8.109,1,leg_gt,4.0,60 -886,buy_compound_top3,buy,2025-06-26 07:48:00,1209.0,7.8404,1,leg_gt,4.0,60 -887,buy_compound_top3,buy,2025-06-26 13:45:00,1215.0,7.3074,1,leg_gt,3.75,60 -888,buy_compound_top3,buy,2025-06-26 13:48:00,1213.0,7.4845,1,leg_gt,3.75,60 -889,buy_compound_top3,buy,2025-06-26 13:51:00,1212.0,7.5733,1,leg_gt,3.75,60 -890,buy_compound_top3,buy,2025-06-26 13:54:00,1212.0,7.5733,1,leg_gt,3.75,60 -891,buy_compound_top3,buy,2025-06-26 14:30:00,1211.0,7.6622,1,leg_gt,3.72,60 -892,buy_compound_top3,buy,2025-06-26 14:33:00,1211.0,7.6622,1,leg_gt,3.72,60 -893,buy_compound_top3,buy,2025-06-26 18:21:00,1212.0,7.5733,1,leg_gt,3.56,60 -894,buy_compound_top3,buy,2025-06-26 18:24:00,1212.0,7.5733,1,leg_gt,3.56,60 -895,buy_compound_top3,buy,2025-06-26 21:30:00,1197.0,8.9226,1,leg_gt,3.43,60 -896,buy_compound_top3,buy,2025-06-26 21:33:00,1196.0,9.0137,1,leg_gt,3.43,60 -897,buy_compound_top3,buy,2025-06-26 21:36:00,1196.0,9.0137,1,leg_gt,3.43,60 -898,buy_compound_top3,buy,2025-06-26 21:39:00,1196.0,9.0137,1,leg_gt,3.42,60 -899,buy_compound_top3,buy,2025-06-26 21:51:00,1191.0,9.4718,1,leg_gt,3.42,60 -900,buy_compound_top3,buy,2025-06-26 21:54:00,1186.0,9.9337,1,leg_gt,3.41,60 -901,buy_compound_top3,buy,2025-06-26 22:00:00,1188.0,9.7485,1,leg_gt,3.41,60 -902,buy_compound_top3,buy,2025-06-26 22:03:00,1187.0,9.841,1,leg_gt,3.41,60 -903,buy_compound_top3,buy,2025-06-26 22:06:00,1188.0,9.7485,1,leg_gt,3.41,60 -904,buy_compound_top3,buy,2025-06-26 22:09:00,1184.0,10.1196,1,leg_gt,3.4,60 -905,buy_compound_top3,buy,2025-06-26 22:12:00,1183.0,10.2128,1,leg_gt,3.4,60 -906,buy_compound_top3,buy,2025-06-26 22:21:00,1181.0,10.3996,1,leg_gt,3.4,60 -907,buy_compound_top3,buy,2025-06-26 22:24:00,1179.0,10.587,1,leg_gt,3.39,60 -908,buy_compound_top3,buy,2025-06-26 22:51:00,1176.0,10.8694,1,leg_gt,3.38,60 -909,buy_compound_top3,buy,2025-06-26 22:54:00,1176.0,10.8694,1,leg_gt,3.37,60 -910,buy_compound_top3,buy,2025-06-26 22:57:00,1174.0,11.0584,1,leg_gt,3.37,60 -911,buy_compound_top3,buy,2025-06-27 07:36:00,1193.0,9.2881,1,leg_gt,3.01,60 -912,buy_compound_top3,buy,2025-06-27 07:39:00,1193.0,9.2881,1,leg_gt,3.01,60 -913,buy_compound_top3,buy,2025-06-27 07:42:00,1194.0,9.1965,1,leg_gt,3.01,60 -914,buy_compound_top3,buy,2025-06-27 07:45:00,1192.0,9.3799,1,leg_gt,3.0,60 -915,buy_compound_top3,buy,2025-06-27 07:48:00,1195.0,9.105,1,leg_gt,3.0,60 -916,buy_compound_top3,buy,2025-06-27 07:51:00,1194.0,9.1965,1,leg_gt,3.0,60 -917,buy_compound_top3,buy,2025-06-27 07:54:00,1191.0,9.4718,1,leg_gt,3.0,60 -918,buy_compound_top3,buy,2025-06-27 07:57:00,1191.0,9.4718,1,leg_gt,3.0,60 -919,buy_compound_top3,buy,2025-06-27 08:00:00,1191.0,9.4718,1,leg_gt,2.99,60 -920,buy_compound_top3,buy,2025-06-27 08:03:00,1189.0,9.6561,1,leg_gt,2.99,60 -921,buy_compound_top3,buy,2025-06-27 08:06:00,1188.0,9.7485,1,leg_gt,2.99,60 -922,buy_compound_top3,buy,2025-06-27 08:09:00,1188.0,9.7485,1,leg_gt,2.99,60 -923,buy_compound_top3,buy,2025-06-27 08:12:00,1190.0,9.5639,1,leg_gt,2.99,60 -924,buy_compound_top3,buy,2025-06-27 08:51:00,1188.0,9.7485,1,leg_gt,2.96,60 -925,buy_compound_top3,buy,2025-06-27 08:54:00,1186.0,9.9337,1,leg_gt,2.96,60 -926,buy_compound_top3,buy,2025-06-27 09:06:00,1186.0,9.9337,1,leg_gt,2.95,60 -927,buy_compound_top3,buy,2025-06-27 09:09:00,1187.0,9.841,1,leg_gt,2.95,60 -928,buy_compound_top3,buy,2025-06-27 09:15:00,1184.0,10.1196,1,leg_gt,2.94,60 -929,buy_compound_top3,buy,2025-06-27 09:18:00,1188.0,9.7485,1,leg_gt,2.94,60 -930,buy_compound_top3,buy,2025-06-28 03:21:00,1179.0,10.587,1,leg_gt,2.19,60 -931,buy_compound_top3,buy,2025-06-28 03:24:00,1183.0,10.2128,1,leg_gt,2.19,60 -932,buy_compound_top3,buy,2025-06-28 03:27:00,1183.0,10.2128,1,leg_gt,2.18,60 -933,buy_compound_top3,buy,2025-06-28 03:30:00,1179.0,10.587,1,leg_gt,2.18,60 -934,buy_compound_top3,buy,2025-06-28 03:33:00,1181.0,10.3996,1,leg_gt,2.18,60 -935,buy_compound_top3,buy,2025-06-28 03:36:00,1178.0,10.681,1,leg_gt,2.18,60 -936,buy_compound_top3,buy,2025-06-28 03:39:00,1176.0,10.8694,1,leg_gt,2.17,60 -937,buy_compound_top3,buy,2025-06-28 03:42:00,1175.0,10.9638,1,leg_gt,2.17,60 -938,buy_compound_top3,buy,2025-06-28 03:45:00,1174.0,11.0584,1,leg_gt,2.17,60 -939,buy_compound_top3,buy,2025-06-28 03:48:00,1173.0,11.1532,1,leg_gt,2.17,60 -940,buy_compound_top3,buy,2025-06-28 03:51:00,1176.0,10.8694,1,leg_gt,2.17,60 -941,buy_compound_top3,buy,2025-06-28 03:54:00,1176.0,10.8694,1,leg_gt,2.16,60 -942,buy_compound_top3,buy,2025-06-28 13:51:00,1196.0,9.0137,1,leg_gt,1.75,60 -943,buy_compound_top3,buy,2025-06-28 13:54:00,1197.0,8.9226,1,leg_gt,1.75,60 -944,buy_compound_top3,buy,2025-06-28 17:51:00,1198.0,8.8316,1,leg_gt,1.58,60 -945,buy_compound_top3,buy,2025-06-28 17:54:00,1199.0,8.7407,1,leg_gt,1.58,60 -946,buy_compound_top3,buy,2025-06-28 17:57:00,1198.0,8.8316,1,leg_gt,1.58,60 -947,buy_compound_top3,buy,2025-06-28 18:06:00,1199.0,8.7407,1,leg_gt,1.57,60 -948,buy_compound_top3,buy,2025-06-28 18:09:00,1196.0,9.0137,1,leg_gt,1.57,60 -949,buy_compound_top3,buy,2025-06-28 18:12:00,1197.0,8.9226,1,leg_gt,1.57,60 -950,buy_compound_top3,buy,2025-06-28 18:15:00,1196.0,9.0137,1,leg_gt,1.57,60 -951,buy_compound_top3,buy,2025-06-28 18:18:00,1196.0,9.0137,1,leg_gt,1.56,60 -952,buy_compound_top3,buy,2025-06-28 19:12:00,1195.0,9.105,1,leg_gt,1.53,60 -953,buy_compound_top3,buy,2025-06-28 19:15:00,1195.0,9.105,1,leg_gt,1.52,60 -954,buy_compound_top3,buy,2025-06-28 19:18:00,1194.0,9.1965,1,leg_gt,1.52,60 -955,buy_compound_top3,buy,2025-06-28 19:42:00,1196.0,9.0137,1,leg_gt,1.51,60 -956,buy_compound_top3,buy,2025-06-28 19:57:00,1193.0,9.2881,1,leg_gt,1.5,60 -957,buy_compound_top3,buy,2025-06-28 20:57:00,1194.0,9.1965,1,leg_gt,1.45,60 -958,buy_compound_top3,buy,2025-06-28 21:00:00,1193.0,9.2881,1,leg_gt,1.45,60 -959,buy_compound_top3,buy,2025-06-28 21:03:00,1193.0,9.2881,1,leg_gt,1.45,60 -960,buy_compound_top3,buy,2025-06-28 21:06:00,1193.0,9.2881,1,leg_gt,1.45,60 -961,buy_compound_top3,buy,2025-06-28 21:09:00,1193.0,9.2881,1,leg_gt,1.45,60 -962,buy_compound_top3,buy,2025-06-29 10:42:00,1222.0,6.6921,1,leg_gt,0.88,60 -963,buy_compound_top3,buy,2025-06-29 10:57:00,1220.0,6.8672,1,leg_gt,0.87,60 -964,buy_compound_top3,buy,2025-06-29 11:00:00,1219.0,6.955,1,leg_gt,0.87,60 -965,buy_compound_top3,buy,2025-06-29 11:03:00,1219.0,6.955,1,leg_gt,0.87,60 -966,buy_compound_top3,buy,2025-06-29 11:06:00,1218.0,7.0429,1,leg_gt,0.86,60 -967,buy_compound_top3,buy,2025-06-29 11:09:00,1218.0,7.0429,1,leg_gt,0.86,60 -968,buy_compound_top3,buy,2025-06-29 14:45:00,1219.0,6.955,1,leg_gt,0.71,60 -969,buy_compound_top3,buy,2025-06-29 14:48:00,1220.0,6.8672,1,leg_gt,0.71,60 -970,buy_compound_top3,buy,2025-06-29 23:57:00,1224.0,6.5176,1,leg_gt,0.33,60 -971,buy_compound_top3,buy,2025-06-30 00:00:00,1223.0,6.6048,1,leg_gt,0.33,60 -972,buy_compound_top3,buy,2025-06-30 00:03:00,1219.0,6.955,1,leg_gt,0.32,60 -973,buy_compound_top3,buy,2025-06-30 00:15:00,1222.0,6.6921,1,leg_gt,0.32,60 -974,buy_compound_top3,buy,2025-06-30 00:18:00,1219.0,6.955,1,leg_gt,0.31,60 -975,buy_compound_top3,buy,2025-06-30 00:21:00,1217.0,7.1309,1,leg_gt,0.31,60 -976,buy_compound_top3,buy,2025-06-30 00:24:00,1218.0,7.0429,1,leg_gt,0.31,60 -977,buy_compound_top3,buy,2025-06-30 10:27:00,1262.0,21.4531,1,leg_gt,11.19,60 -978,buy_compound_top3,buy,2025-06-30 10:30:00,1262.0,21.4531,1,leg_gt,11.19,60 -979,buy_compound_top3,buy,2025-06-30 10:33:00,1262.0,21.4531,1,leg_gt,11.19,60 -980,buy_compound_top3,buy,2025-06-30 11:42:00,1257.0,21.9366,1,leg_gt,11.14,60 -981,buy_compound_top3,buy,2025-06-30 11:45:00,1257.0,21.9366,1,leg_gt,11.14,60 -982,buy_compound_top3,buy,2025-06-30 11:48:00,1257.0,21.9366,1,leg_gt,11.14,60 -983,buy_compound_top3,buy,2025-06-30 12:12:00,1251.0,22.5219,1,leg_gt,11.12,60 -984,buy_compound_top3,buy,2025-06-30 18:51:00,1243.0,23.3111,1,leg_gt,10.84,60 -985,buy_compound_top3,buy,2025-06-30 18:54:00,1243.0,23.3111,1,leg_gt,10.84,60 -986,buy_compound_top3,buy,2025-06-30 18:57:00,1242.0,23.4105,1,leg_gt,10.84,60 -987,buy_compound_top3,buy,2025-06-30 19:06:00,1240.0,23.6097,1,leg_gt,10.83,60 -988,buy_compound_top3,buy,2025-06-30 19:09:00,1238.0,23.8095,1,leg_gt,10.83,60 -989,buy_compound_top3,buy,2025-06-30 19:12:00,1238.0,23.8095,1,leg_gt,10.83,60 -990,buy_compound_top3,buy,2025-06-30 20:30:00,1236.0,24.01,1,leg_gt,10.78,60 -991,buy_compound_top3,buy,2025-06-30 20:33:00,1236.0,24.01,1,leg_gt,10.77,60 -992,buy_compound_top3,buy,2025-06-30 20:42:00,1235.0,24.1105,1,leg_gt,10.77,60 -993,buy_compound_top3,buy,2025-06-30 21:42:00,1227.0,24.9204,1,leg_gt,10.72,60 -994,buy_compound_top3,buy,2025-06-30 21:57:00,1223.0,25.3293,1,leg_gt,10.71,60 -995,buy_compound_top3,buy,2025-06-30 22:51:00,1216.0,26.0513,1,leg_gt,10.68,60 -996,buy_compound_top3,buy,2025-06-30 22:54:00,1218.0,25.8442,1,leg_gt,10.68,60 -997,buy_compound_top3,buy,2025-06-30 22:57:00,1216.0,26.0513,1,leg_gt,10.67,60 -998,buy_compound_top3,buy,2025-06-30 23:00:00,1218.0,25.8442,1,leg_gt,10.67,60 -999,buy_compound_top3,buy,2025-06-30 23:03:00,1218.0,25.8442,1,leg_gt,10.67,60 -1000,buy_compound_top3,buy,2025-06-30 23:06:00,1215.0,26.1551,1,leg_gt,10.67,60 -1001,buy_compound_top3,buy,2025-06-30 23:09:00,1212.0,26.4677,1,leg_gt,10.66,60 -1002,buy_compound_top3,buy,2025-07-01 00:21:00,1213.0,26.3633,1,leg_gt,10.61,60 -1003,buy_compound_top3,buy,2025-07-01 00:24:00,1215.0,26.1551,1,leg_gt,10.61,60 -1004,buy_compound_top3,buy,2025-07-01 03:42:00,1225.0,25.1245,1,leg_gt,10.48,60 -1005,buy_compound_top3,buy,2025-07-01 07:51:00,1227.0,24.9204,1,leg_gt,10.3,60 -1006,buy_compound_top3,buy,2025-07-01 07:54:00,1225.0,25.1245,1,leg_gt,10.3,60 -1007,buy_compound_top3,buy,2025-07-01 07:57:00,1225.0,25.1245,1,leg_gt,10.3,60 -1008,buy_compound_top3,buy,2025-07-01 08:00:00,1226.0,25.0223,1,leg_gt,10.3,60 -1009,buy_compound_top3,buy,2025-07-01 08:03:00,1223.0,25.3293,1,leg_gt,10.29,60 -1010,buy_compound_top3,buy,2025-07-01 08:06:00,1224.0,25.2268,1,leg_gt,10.29,60 -1011,buy_compound_top3,buy,2025-07-01 08:09:00,1224.0,25.2268,1,leg_gt,10.29,60 -1012,buy_compound_top3,buy,2025-07-01 08:27:00,1222.0,25.4319,1,leg_gt,10.28,60 -1013,buy_compound_top3,buy,2025-07-01 08:30:00,1221.0,25.5347,1,leg_gt,10.28,60 -1014,buy_compound_top3,buy,2025-07-01 08:33:00,1219.0,25.7409,1,leg_gt,10.27,60 -1015,buy_compound_top3,buy,2025-07-01 09:42:00,1218.0,25.8442,1,leg_gt,10.22,60 -1016,buy_compound_top3,buy,2025-07-01 11:06:00,1212.0,26.4677,1,leg_gt,10.17,60 -1017,buy_compound_top3,buy,2025-07-01 11:09:00,1211.0,26.5722,1,leg_gt,10.16,60 -1018,buy_compound_top3,buy,2025-07-01 11:12:00,1210.0,26.6769,1,leg_gt,10.16,60 -1019,buy_compound_top3,buy,2025-07-01 11:15:00,1208.0,26.8868,1,leg_gt,10.16,60 -1020,buy_compound_top3,buy,2025-07-01 11:18:00,1210.0,26.6769,1,leg_gt,10.16,60 -1021,buy_compound_top3,buy,2025-07-01 13:12:00,1206.0,27.0973,1,leg_gt,10.08,60 -1022,buy_compound_top3,buy,2025-07-01 13:15:00,1207.0,26.992,1,leg_gt,10.08,60 -1023,buy_compound_top3,buy,2025-07-01 13:18:00,1206.0,27.0973,1,leg_gt,10.07,60 -1024,buy_compound_top3,buy,2025-07-01 13:21:00,1206.0,27.0973,1,leg_gt,10.07,60 -1025,buy_compound_top3,buy,2025-07-01 13:24:00,1207.0,26.992,1,leg_gt,10.07,60 -1026,buy_compound_top3,buy,2025-07-01 13:45:00,1200.0,27.7333,1,leg_gt,10.06,60 -1027,buy_compound_top3,buy,2025-07-01 13:48:00,1199.0,27.8399,1,leg_gt,10.05,60 -1028,buy_compound_top3,buy,2025-07-01 13:51:00,1198.0,27.9467,1,leg_gt,10.05,60 -1029,buy_compound_top3,buy,2025-07-01 13:54:00,1198.0,27.9467,1,leg_gt,10.05,60 -1030,buy_compound_top3,buy,2025-07-01 13:57:00,1197.0,28.0537,1,leg_gt,10.05,60 -1031,buy_compound_top3,buy,2025-07-01 14:00:00,1196.0,28.1609,1,leg_gt,10.05,60 -1032,buy_compound_top3,buy,2025-07-01 14:03:00,1196.0,28.1609,1,leg_gt,10.04,60 -1033,buy_compound_top3,buy,2025-07-01 14:06:00,1196.0,28.1609,1,leg_gt,10.04,60 -1034,buy_compound_top3,buy,2025-07-01 14:09:00,1194.0,28.3757,1,leg_gt,10.04,60 -1035,buy_compound_top3,buy,2025-07-01 14:12:00,1192.0,28.5913,1,leg_gt,10.04,60 -1036,buy_compound_top3,buy,2025-07-01 14:15:00,1192.0,28.5913,1,leg_gt,10.04,60 -1037,buy_compound_top3,buy,2025-07-01 14:18:00,1189.0,28.916,1,leg_gt,10.03,60 -1038,buy_compound_top3,buy,2025-07-01 14:21:00,1190.0,28.8076,1,leg_gt,10.03,60 -1039,buy_compound_top3,buy,2025-07-01 14:24:00,1190.0,28.8076,1,leg_gt,10.03,60 -1040,buy_compound_top3,buy,2025-07-01 14:27:00,1190.0,28.8076,1,leg_gt,10.03,60 -1041,buy_compound_top3,buy,2025-07-01 14:30:00,1189.0,28.916,1,leg_gt,10.02,60 -1042,buy_compound_top3,buy,2025-07-01 14:33:00,1192.0,28.5913,1,leg_gt,10.02,60 -1043,buy_compound_top3,buy,2025-07-01 17:42:00,1189.0,28.916,1,leg_gt,9.89,60 -1044,buy_compound_top3,buy,2025-07-01 20:21:00,1189.0,28.916,1,leg_gt,9.78,60 -1045,buy_compound_top3,buy,2025-07-01 20:24:00,1191.0,28.6993,1,leg_gt,9.78,60 -1046,buy_compound_top3,buy,2025-07-01 20:27:00,1189.0,28.916,1,leg_gt,9.78,60 -1047,buy_compound_top3,buy,2025-07-01 20:42:00,1187.0,29.1334,1,leg_gt,9.77,60 -1048,buy_compound_top3,buy,2025-07-01 20:51:00,1187.0,29.1334,1,leg_gt,9.76,60 -1049,buy_compound_top3,buy,2025-07-01 20:54:00,1187.0,29.1334,1,leg_gt,9.76,60 -1050,buy_compound_top3,buy,2025-07-01 21:21:00,1186.0,29.2423,1,leg_gt,9.74,60 -1051,buy_compound_top3,buy,2025-07-01 21:24:00,1183.0,29.5703,1,leg_gt,9.74,60 -1052,buy_compound_top3,buy,2025-07-01 21:45:00,1182.0,29.68,1,leg_gt,9.72,60 -1053,buy_compound_top3,buy,2025-07-01 21:48:00,1181.0,29.7899,1,leg_gt,9.72,60 -1054,buy_compound_top3,buy,2025-07-01 22:00:00,1181.0,29.7899,1,leg_gt,9.71,60 -1055,buy_compound_top3,buy,2025-07-01 22:03:00,1181.0,29.7899,1,leg_gt,9.71,60 -1056,buy_compound_top3,buy,2025-07-01 22:12:00,1180.0,29.9,1,leg_gt,9.7,60 -1057,buy_compound_top3,buy,2025-07-01 22:15:00,1178.0,30.1207,1,leg_gt,9.7,60 -1058,buy_compound_top3,buy,2025-07-01 22:18:00,1181.0,29.7899,1,leg_gt,9.7,60 -1059,buy_compound_top3,buy,2025-07-02 00:51:00,1181.0,29.7899,1,leg_gt,9.59,60 -1060,buy_compound_top3,buy,2025-07-02 00:54:00,1181.0,29.7899,1,leg_gt,9.59,60 -1061,buy_compound_top3,buy,2025-07-02 03:30:00,1174.0,30.5644,1,leg_gt,9.48,60 -1062,buy_compound_top3,buy,2025-07-02 03:33:00,1173.0,30.6758,1,leg_gt,9.48,60 -1063,buy_compound_top3,buy,2025-07-02 03:36:00,1171.0,30.8991,1,leg_gt,9.48,60 -1064,buy_compound_top3,buy,2025-07-02 03:39:00,1172.0,30.7874,1,leg_gt,9.48,60 -1065,buy_compound_top3,buy,2025-07-02 03:42:00,1172.0,30.7874,1,leg_gt,9.48,60 -1066,buy_compound_top3,buy,2025-07-02 03:45:00,1172.0,30.7874,1,leg_gt,9.47,60 -1067,buy_compound_top3,buy,2025-07-02 03:48:00,1171.0,30.8991,1,leg_gt,9.47,60 -1068,buy_compound_top3,buy,2025-07-02 04:45:00,1168.0,31.2356,1,leg_gt,9.43,60 -1069,buy_compound_top3,buy,2025-07-02 04:48:00,1169.0,31.1233,1,leg_gt,9.43,60 -1070,buy_compound_top3,buy,2025-07-02 04:51:00,1169.0,31.1233,1,leg_gt,9.43,60 -1071,buy_compound_top3,buy,2025-07-02 04:54:00,1169.0,31.1233,1,leg_gt,9.43,60 -1072,buy_compound_top3,buy,2025-07-02 05:06:00,1167.0,31.3482,1,leg_gt,9.42,60 -1073,buy_compound_top3,buy,2025-07-02 05:09:00,1166.0,31.4609,1,leg_gt,9.41,60 -1074,buy_compound_top3,buy,2025-07-02 08:12:00,1166.0,31.4609,1,leg_gt,9.29,60 -1075,buy_compound_top3,buy,2025-07-02 09:51:00,1167.0,31.3482,1,leg_gt,9.22,60 -1076,buy_compound_top3,buy,2025-07-02 09:54:00,1166.0,31.4609,1,leg_gt,9.22,60 -1077,buy_compound_top3,buy,2025-07-02 10:00:00,1166.0,31.4609,1,leg_gt,9.21,60 -1078,buy_compound_top3,buy,2025-07-02 10:03:00,1167.0,31.3482,1,leg_gt,9.21,60 -1079,buy_compound_top3,buy,2025-07-02 10:06:00,1168.0,31.2356,1,leg_gt,9.21,60 -1080,buy_compound_top3,buy,2025-07-02 10:09:00,1166.0,31.4609,1,leg_gt,9.21,60 -1081,buy_compound_top3,buy,2025-07-02 10:15:00,1166.0,31.4609,1,leg_gt,9.2,60 -1082,buy_compound_top3,buy,2025-07-02 10:18:00,1160.0,32.1414,1,leg_gt,9.2,60 -1083,buy_compound_top3,buy,2025-07-02 19:12:00,1203.0,27.4145,1,leg_gt,8.83,60 -1084,buy_compound_top3,buy,2025-07-03 08:12:00,1289.0,18.907,1,leg_gt,8.29,60 -1085,buy_compound_top3,buy,2025-07-03 08:30:00,1283.0,19.4635,1,leg_gt,8.28,60 -1086,buy_compound_top3,buy,2025-07-03 08:33:00,1282.0,19.5568,1,leg_gt,8.27,60 -1087,buy_compound_top3,buy,2025-07-03 08:36:00,1280.0,19.7438,1,leg_gt,8.27,60 -1088,buy_compound_top3,buy,2025-07-03 08:39:00,1279.0,19.8375,1,leg_gt,8.27,60 -1089,buy_compound_top3,buy,2025-07-03 13:00:00,1294.0,18.4471,1,leg_gt,8.09,60 -1090,buy_compound_top3,buy,2025-07-03 13:03:00,1293.0,18.5388,1,leg_gt,8.09,60 -1091,buy_compound_top3,buy,2025-07-03 17:00:00,1314.0,16.6428,1,leg_gt,7.92,60 -1092,buy_compound_top3,buy,2025-07-03 17:03:00,1316.0,16.4653,1,leg_gt,7.92,60 -1093,buy_compound_top3,buy,2025-07-03 18:12:00,1310.0,16.9992,1,leg_gt,7.87,60 -1094,buy_compound_top3,buy,2025-07-03 19:36:00,1300.0,17.9,1,leg_gt,7.81,60 -1095,buy_compound_top3,buy,2025-07-03 19:39:00,1299.0,17.9908,1,leg_gt,7.81,60 -1096,buy_compound_top3,buy,2025-07-03 19:42:00,1301.0,17.8093,1,leg_gt,7.81,60 -1097,buy_compound_top3,buy,2025-07-03 19:45:00,1299.0,17.9908,1,leg_gt,7.81,60 -1098,buy_compound_top3,buy,2025-07-03 19:48:00,1297.0,18.1729,1,leg_gt,7.8,60 -1099,buy_compound_top3,buy,2025-07-03 20:30:00,1294.0,18.4471,1,leg_gt,7.78,60 -1100,buy_compound_top3,buy,2025-07-03 20:33:00,1292.0,18.6307,1,leg_gt,7.77,60 -1101,buy_compound_top3,buy,2025-07-03 20:36:00,1292.0,18.6307,1,leg_gt,7.77,60 -1102,buy_compound_top3,buy,2025-07-03 20:39:00,1295.0,18.3556,1,leg_gt,7.77,60 -1103,buy_compound_top3,buy,2025-07-03 21:51:00,1290.0,18.8147,1,leg_gt,7.72,60 -1104,buy_compound_top3,buy,2025-07-03 21:54:00,1293.0,18.5388,1,leg_gt,7.72,60 -1105,buy_compound_top3,buy,2025-07-03 23:51:00,1288.0,18.9994,1,leg_gt,7.64,60 -1106,buy_compound_top3,buy,2025-07-03 23:54:00,1286.0,19.1846,1,leg_gt,7.63,60 -1107,buy_compound_top3,buy,2025-07-03 23:57:00,1284.0,19.3704,1,leg_gt,7.63,60 -1108,buy_compound_top3,buy,2025-07-04 00:00:00,1284.0,19.3704,1,leg_gt,7.63,60 -1109,buy_compound_top3,buy,2025-07-04 00:03:00,1286.0,19.1846,1,leg_gt,7.63,60 -1110,buy_compound_top3,buy,2025-07-04 00:06:00,1277.0,20.0253,1,leg_gt,7.62,60 -1111,buy_compound_top3,buy,2025-07-04 00:09:00,1277.0,20.0253,1,leg_gt,7.62,60 -1112,buy_compound_top3,buy,2025-07-04 00:12:00,1277.0,20.0253,1,leg_gt,7.62,60 -1113,buy_compound_top3,buy,2025-07-04 00:30:00,1275.0,20.2137,1,leg_gt,7.61,60 -1114,buy_compound_top3,buy,2025-07-04 00:33:00,1270.0,20.6874,1,leg_gt,7.61,60 -1115,buy_compound_top3,buy,2025-07-04 00:36:00,1263.0,21.3568,1,leg_gt,7.6,60 -1116,buy_compound_top3,buy,2025-07-04 00:39:00,1268.0,20.8779,1,leg_gt,7.6,60 -1117,buy_compound_top3,buy,2025-07-04 00:42:00,1266.0,21.069,1,leg_gt,7.6,60 -1118,buy_compound_top3,buy,2025-07-04 00:45:00,1265.0,21.1648,1,leg_gt,7.6,60 -1119,buy_compound_top3,buy,2025-07-04 00:48:00,1264.0,21.2608,1,leg_gt,7.6,60 -1120,buy_compound_top3,buy,2025-07-04 00:51:00,1264.0,21.2608,1,leg_gt,7.59,60 -1121,buy_compound_top3,buy,2025-07-04 00:54:00,1261.0,21.5495,1,leg_gt,7.59,60 -1122,buy_compound_top3,buy,2025-07-04 00:57:00,1258.0,21.8396,1,leg_gt,7.59,60 -1123,buy_compound_top3,buy,2025-07-04 01:00:00,1259.0,21.7427,1,leg_gt,7.59,60 -1124,buy_compound_top3,buy,2025-07-04 01:03:00,1267.0,20.9734,1,leg_gt,7.59,60 -1125,buy_compound_top3,buy,2025-07-04 08:27:00,1282.0,19.5568,1,leg_gt,7.28,60 -1126,buy_compound_top3,buy,2025-07-04 08:30:00,1280.0,19.7438,1,leg_gt,7.28,60 -1127,buy_compound_top3,buy,2025-07-04 08:33:00,1282.0,19.5568,1,leg_gt,7.27,60 -1128,buy_compound_top3,buy,2025-07-04 08:36:00,1280.0,19.7438,1,leg_gt,7.27,60 -1129,buy_compound_top3,buy,2025-07-04 08:39:00,1280.0,19.7438,1,leg_gt,7.27,60 -1130,buy_compound_top3,buy,2025-07-04 08:42:00,1280.0,19.7438,1,leg_gt,7.27,60 -1131,buy_compound_top3,buy,2025-07-04 08:45:00,1279.0,19.8375,1,leg_gt,7.26,60 -1132,buy_compound_top3,buy,2025-07-04 08:48:00,1278.0,19.9313,1,leg_gt,7.26,60 -1133,buy_compound_top3,buy,2025-07-04 08:51:00,1278.0,19.9313,1,leg_gt,7.26,60 -1134,buy_compound_top3,buy,2025-07-04 08:54:00,1278.0,19.9313,1,leg_gt,7.26,60 -1135,buy_compound_top3,buy,2025-07-04 11:27:00,1276.0,20.1194,1,leg_gt,7.15,60 -1136,buy_compound_top3,buy,2025-07-04 11:30:00,1276.0,20.1194,1,leg_gt,7.15,60 -1137,buy_compound_top3,buy,2025-07-04 11:33:00,1274.0,20.3082,1,leg_gt,7.15,60 -1138,buy_compound_top3,buy,2025-07-04 11:36:00,1268.0,20.8779,1,leg_gt,7.15,60 -1139,buy_compound_top3,buy,2025-07-04 11:39:00,1269.0,20.7826,1,leg_gt,7.14,60 -1140,buy_compound_top3,buy,2025-07-04 11:42:00,1269.0,20.7826,1,leg_gt,7.14,60 -1141,buy_compound_top3,buy,2025-07-04 11:45:00,1266.0,21.069,1,leg_gt,7.14,60 -1142,buy_compound_top3,buy,2025-07-04 11:48:00,1268.0,20.8779,1,leg_gt,7.14,60 -1143,buy_compound_top3,buy,2025-07-04 13:42:00,1268.0,20.8779,1,leg_gt,7.06,60 -1144,buy_compound_top3,buy,2025-07-04 14:00:00,1261.0,21.5495,1,leg_gt,7.05,60 -1145,buy_compound_top3,buy,2025-07-04 14:03:00,1259.0,21.7427,1,leg_gt,7.04,60 -1146,buy_compound_top3,buy,2025-07-04 15:30:00,1246.0,23.014,1,leg_gt,6.98,60 -1147,buy_compound_top3,buy,2025-07-04 15:33:00,1248.0,22.8167,1,leg_gt,6.98,60 -1148,buy_compound_top3,buy,2025-07-04 16:15:00,1240.0,23.6097,1,leg_gt,6.95,60 -1149,buy_compound_top3,buy,2025-07-04 16:18:00,1241.0,23.51,1,leg_gt,6.95,60 -1150,buy_compound_top3,buy,2025-07-04 16:27:00,1237.0,23.9097,1,leg_gt,6.94,60 -1151,buy_compound_top3,buy,2025-07-04 16:30:00,1236.0,24.01,1,leg_gt,6.94,60 -1152,buy_compound_top3,buy,2025-07-04 16:33:00,1234.0,24.2112,1,leg_gt,6.94,60 -1153,buy_compound_top3,buy,2025-07-04 16:36:00,1232.0,24.413,1,leg_gt,6.94,60 -1154,buy_compound_top3,buy,2025-07-04 16:39:00,1236.0,24.01,1,leg_gt,6.94,60 -1155,buy_compound_top3,buy,2025-07-04 17:06:00,1229.0,24.7169,1,leg_gt,6.92,60 -1156,buy_compound_top3,buy,2025-07-04 17:09:00,1226.0,25.0223,1,leg_gt,6.91,60 -1157,buy_compound_top3,buy,2025-07-04 17:12:00,1224.0,25.2268,1,leg_gt,6.91,60 -1158,buy_compound_top3,buy,2025-07-04 17:15:00,1223.0,25.3293,1,leg_gt,6.91,60 -1159,buy_compound_top3,buy,2025-07-04 17:18:00,1226.0,25.0223,1,leg_gt,6.91,60 -1160,buy_compound_top3,buy,2025-07-04 19:57:00,1221.0,25.5347,1,leg_gt,6.8,60 -1161,buy_compound_top3,buy,2025-07-04 20:00:00,1222.0,25.4319,1,leg_gt,6.8,60 -1162,buy_compound_top3,buy,2025-07-04 20:03:00,1222.0,25.4319,1,leg_gt,6.79,60 -1163,buy_compound_top3,buy,2025-07-04 20:06:00,1220.0,25.6377,1,leg_gt,6.79,60 -1164,buy_compound_top3,buy,2025-07-04 20:09:00,1221.0,25.5347,1,leg_gt,6.79,60 -1165,buy_compound_top3,buy,2025-07-04 21:42:00,1221.0,25.5347,1,leg_gt,6.72,60 -1166,buy_compound_top3,buy,2025-07-04 22:42:00,1212.0,26.4677,1,leg_gt,6.68,60 -1167,buy_compound_top3,buy,2025-07-04 22:45:00,1212.0,26.4677,1,leg_gt,6.68,60 -1168,buy_compound_top3,buy,2025-07-04 22:48:00,1212.0,26.4677,1,leg_gt,6.68,60 -1169,buy_compound_top3,buy,2025-07-04 23:06:00,1211.0,26.5722,1,leg_gt,6.67,60 -1170,buy_compound_top3,buy,2025-07-04 23:09:00,1208.0,26.8868,1,leg_gt,6.66,60 -1171,buy_compound_top3,buy,2025-07-05 00:12:00,1198.0,27.9467,1,leg_gt,6.62,60 -1172,buy_compound_top3,buy,2025-07-05 00:15:00,1198.0,27.9467,1,leg_gt,6.62,60 -1173,buy_compound_top3,buy,2025-07-05 00:18:00,1196.0,28.1609,1,leg_gt,6.62,60 -1174,buy_compound_top3,buy,2025-07-05 00:27:00,1198.0,27.9467,1,leg_gt,6.61,60 -1175,buy_compound_top3,buy,2025-07-05 00:30:00,1195.0,28.2682,1,leg_gt,6.61,60 -1176,buy_compound_top3,buy,2025-07-05 00:33:00,1194.0,28.3757,1,leg_gt,6.61,60 -1177,buy_compound_top3,buy,2025-07-05 00:36:00,1194.0,28.3757,1,leg_gt,6.6,60 -1178,buy_compound_top3,buy,2025-07-05 00:39:00,1195.0,28.2682,1,leg_gt,6.6,60 -1179,buy_compound_top3,buy,2025-07-05 01:00:00,1192.0,28.5913,1,leg_gt,6.59,60 -1180,buy_compound_top3,buy,2025-07-05 01:03:00,1193.0,28.4834,1,leg_gt,6.59,60 -1181,buy_compound_top3,buy,2025-07-05 01:06:00,1188.0,29.0246,1,leg_gt,6.58,60 -1182,buy_compound_top3,buy,2025-07-05 01:09:00,1187.0,29.1334,1,leg_gt,6.58,60 -1183,buy_compound_top3,buy,2025-07-05 01:12:00,1186.0,29.2423,1,leg_gt,6.58,60 -1184,buy_compound_top3,buy,2025-07-05 01:15:00,1187.0,29.1334,1,leg_gt,6.58,60 -1185,buy_compound_top3,buy,2025-07-05 01:18:00,1186.0,29.2423,1,leg_gt,6.58,60 -1186,buy_compound_top3,buy,2025-07-05 01:21:00,1181.0,29.7899,1,leg_gt,6.57,60 -1187,buy_compound_top3,buy,2025-07-05 01:24:00,1182.0,29.68,1,leg_gt,6.57,60 -1188,buy_compound_top3,buy,2025-07-05 01:27:00,1182.0,29.68,1,leg_gt,6.57,60 -1189,buy_compound_top3,buy,2025-07-05 01:30:00,1182.0,29.68,1,leg_gt,6.57,60 -1190,buy_compound_top3,buy,2025-07-05 01:33:00,1181.0,29.7899,1,leg_gt,6.56,60 -1191,buy_compound_top3,buy,2025-07-05 10:42:00,1193.0,28.4834,1,leg_gt,6.18,60 -1192,buy_compound_top3,buy,2025-07-05 10:45:00,1195.0,28.2682,1,leg_gt,6.18,60 -1193,buy_compound_top3,buy,2025-07-05 10:48:00,1193.0,28.4834,1,leg_gt,6.18,60 -1194,buy_compound_top3,buy,2025-07-05 10:51:00,1192.0,28.5913,1,leg_gt,6.18,60 -1195,buy_compound_top3,buy,2025-07-05 10:54:00,1191.0,28.6993,1,leg_gt,6.18,60 -1196,buy_compound_top3,buy,2025-07-05 17:45:00,1202.0,27.5206,1,leg_gt,5.89,60 -1197,buy_compound_top3,buy,2025-07-05 17:48:00,1202.0,27.5206,1,leg_gt,5.89,60 -1198,buy_compound_top3,buy,2025-07-05 18:12:00,1200.0,27.7333,1,leg_gt,5.87,60 -1199,buy_compound_top3,buy,2025-07-05 18:21:00,1199.0,27.8399,1,leg_gt,5.86,60 -1200,buy_compound_top3,buy,2025-07-05 18:24:00,1197.0,28.0537,1,leg_gt,5.86,60 -1201,buy_compound_top3,buy,2025-07-05 18:27:00,1197.0,28.0537,1,leg_gt,5.86,60 -1202,buy_compound_top3,buy,2025-07-05 21:12:00,1196.0,28.1609,1,leg_gt,5.75,60 -1203,buy_compound_top3,buy,2025-07-05 21:36:00,1191.0,28.6993,1,leg_gt,5.73,60 -1204,buy_compound_top3,buy,2025-07-05 21:39:00,1188.0,29.0246,1,leg_gt,5.73,60 -1205,buy_compound_top3,buy,2025-07-05 22:57:00,1190.0,28.8076,1,leg_gt,5.67,60 -1206,buy_compound_top3,buy,2025-07-05 23:12:00,1190.0,28.8076,1,leg_gt,5.66,60 -1207,buy_compound_top3,buy,2025-07-06 01:42:00,1190.0,28.8076,1,leg_gt,5.56,60 -1208,buy_compound_top3,buy,2025-07-06 01:45:00,1189.0,28.916,1,leg_gt,5.56,60 -1209,buy_compound_top3,buy,2025-07-06 01:48:00,1189.0,28.916,1,leg_gt,5.55,60 -1210,buy_compound_top3,buy,2025-07-06 02:27:00,1188.0,29.0246,1,leg_gt,5.53,60 -1211,buy_compound_top3,buy,2025-07-06 02:30:00,1188.0,29.0246,1,leg_gt,5.52,60 -1212,buy_compound_top3,buy,2025-07-06 02:33:00,1186.0,29.2423,1,leg_gt,5.52,60 -1213,buy_compound_top3,buy,2025-07-06 03:12:00,1184.0,29.4608,1,leg_gt,5.5,60 -1214,buy_compound_top3,buy,2025-07-06 03:15:00,1184.0,29.4608,1,leg_gt,5.49,60 -1215,buy_compound_top3,buy,2025-07-06 03:18:00,1186.0,29.2423,1,leg_gt,5.49,60 -1216,buy_compound_top3,buy,2025-07-06 03:36:00,1175.0,30.4532,1,leg_gt,5.48,60 -1217,buy_compound_top3,buy,2025-07-06 03:39:00,1175.0,30.4532,1,leg_gt,5.48,60 -1218,buy_compound_top3,buy,2025-07-06 03:42:00,1175.0,30.4532,1,leg_gt,5.48,60 -1219,buy_compound_top3,buy,2025-07-06 03:45:00,1178.0,30.1207,1,leg_gt,5.47,60 -1220,buy_compound_top3,buy,2025-07-06 03:48:00,1178.0,30.1207,1,leg_gt,5.47,60 -1221,buy_compound_top3,buy,2025-07-06 10:36:00,1183.0,29.5703,1,leg_gt,5.19,60 -1222,buy_compound_top3,buy,2025-07-06 10:39:00,1185.0,29.3515,1,leg_gt,5.19,60 -1223,buy_compound_top3,buy,2025-07-06 12:00:00,1181.0,29.7899,1,leg_gt,5.13,60 -1224,buy_compound_top3,buy,2025-07-06 12:03:00,1182.0,29.68,1,leg_gt,5.13,60 -1225,buy_compound_top3,buy,2025-07-06 12:15:00,1181.0,29.7899,1,leg_gt,5.12,60 -1226,buy_compound_top3,buy,2025-07-06 12:18:00,1180.0,29.9,1,leg_gt,5.12,60 -1227,buy_compound_top3,buy,2025-07-06 12:21:00,1180.0,29.9,1,leg_gt,5.11,60 -1228,buy_compound_top3,buy,2025-07-06 12:24:00,1180.0,29.9,1,leg_gt,5.11,60 -1229,buy_compound_top3,buy,2025-07-06 12:27:00,1180.0,29.9,1,leg_gt,5.11,60 -1230,buy_compound_top3,buy,2025-07-06 12:30:00,1180.0,29.9,1,leg_gt,5.11,60 -1231,buy_compound_top3,buy,2025-07-06 12:33:00,1179.0,30.0103,1,leg_gt,5.11,60 -1232,buy_compound_top3,buy,2025-07-06 12:36:00,1179.0,30.0103,1,leg_gt,5.1,60 -1233,buy_compound_top3,buy,2025-07-06 12:39:00,1179.0,30.0103,1,leg_gt,5.1,60 -1234,buy_compound_top3,buy,2025-07-06 12:42:00,1177.0,30.2314,1,leg_gt,5.1,60 -1235,buy_compound_top3,buy,2025-07-06 19:00:00,1185.0,29.3515,1,leg_gt,4.84,60 -1236,buy_compound_top3,buy,2025-07-06 19:03:00,1184.0,29.4608,1,leg_gt,4.84,60 -1237,buy_compound_top3,buy,2025-07-06 19:06:00,1186.0,29.2423,1,leg_gt,4.83,60 -1238,buy_compound_top3,buy,2025-07-06 19:09:00,1186.0,29.2423,1,leg_gt,4.83,60 -1239,buy_compound_top3,buy,2025-07-06 19:21:00,1182.0,29.68,1,leg_gt,4.82,60 -1240,buy_compound_top3,buy,2025-07-06 19:24:00,1183.0,29.5703,1,leg_gt,4.82,60 -1241,buy_compound_top3,buy,2025-07-07 03:42:00,1200.0,27.7333,1,leg_gt,4.47,60 -1242,buy_compound_top3,buy,2025-07-07 08:30:00,1211.0,26.5722,1,leg_gt,4.28,60 -1243,buy_compound_top3,buy,2025-07-07 08:33:00,1211.0,26.5722,1,leg_gt,4.27,60 -1244,buy_compound_top3,buy,2025-07-07 08:36:00,1207.0,26.992,1,leg_gt,4.27,60 -1245,buy_compound_top3,buy,2025-07-07 08:39:00,1212.0,26.4677,1,leg_gt,4.27,60 -1246,buy_compound_top3,buy,2025-07-07 14:21:00,1221.0,25.5347,1,leg_gt,4.03,60 -1247,buy_compound_top3,buy,2025-07-07 14:24:00,1222.0,25.4319,1,leg_gt,4.03,60 -1248,buy_compound_top3,buy,2025-07-07 14:27:00,1223.0,25.3293,1,leg_gt,4.03,60 -1249,buy_compound_top3,buy,2025-07-07 14:42:00,1223.0,25.3293,1,leg_gt,4.02,60 -1250,buy_compound_top3,buy,2025-07-07 15:15:00,1217.0,25.9477,1,leg_gt,3.99,60 -1251,buy_compound_top3,buy,2025-07-07 15:18:00,1218.0,25.8442,1,leg_gt,3.99,60 -1252,buy_compound_top3,buy,2025-07-07 15:30:00,1217.0,25.9477,1,leg_gt,3.98,60 -1253,buy_compound_top3,buy,2025-07-07 15:33:00,1215.0,26.1551,1,leg_gt,3.98,60 -1254,buy_compound_top3,buy,2025-07-07 15:36:00,1214.0,26.2591,1,leg_gt,3.98,60 -1255,buy_compound_top3,buy,2025-07-07 15:39:00,1214.0,26.2591,1,leg_gt,3.98,60 -1256,buy_compound_top3,buy,2025-07-07 15:42:00,1213.0,26.3633,1,leg_gt,3.98,60 -1257,buy_compound_top3,buy,2025-07-07 15:51:00,1211.0,26.5722,1,leg_gt,3.97,60 -1258,buy_compound_top3,buy,2025-07-07 15:54:00,1210.0,26.6769,1,leg_gt,3.97,60 -1259,buy_compound_top3,buy,2025-07-07 16:00:00,1211.0,26.5722,1,leg_gt,3.96,60 -1260,buy_compound_top3,buy,2025-07-07 16:03:00,1210.0,26.6769,1,leg_gt,3.96,60 -1261,buy_compound_top3,buy,2025-07-07 16:06:00,1210.0,26.6769,1,leg_gt,3.96,60 -1262,buy_compound_top3,buy,2025-07-07 16:09:00,1211.0,26.5722,1,leg_gt,3.96,60 -1263,buy_compound_top3,buy,2025-07-07 18:12:00,1209.0,26.7817,1,leg_gt,3.87,60 -1264,buy_compound_top3,buy,2025-07-07 18:27:00,1207.0,26.992,1,leg_gt,3.86,60 -1265,buy_compound_top3,buy,2025-07-07 18:36:00,1208.0,26.8868,1,leg_gt,3.85,60 -1266,buy_compound_top3,buy,2025-07-07 18:39:00,1207.0,26.992,1,leg_gt,3.85,60 -1267,buy_compound_top3,buy,2025-07-07 18:45:00,1207.0,26.992,1,leg_gt,3.85,60 -1268,buy_compound_top3,buy,2025-07-07 18:48:00,1206.0,27.0973,1,leg_gt,3.85,60 -1269,buy_compound_top3,buy,2025-07-07 18:51:00,1206.0,27.0973,1,leg_gt,3.84,60 -1270,buy_compound_top3,buy,2025-07-07 18:54:00,1205.0,27.2029,1,leg_gt,3.84,60 -1271,buy_compound_top3,buy,2025-07-07 19:06:00,1202.0,27.5206,1,leg_gt,3.83,60 -1272,buy_compound_top3,buy,2025-07-07 19:09:00,1201.0,27.6269,1,leg_gt,3.83,60 -1273,buy_compound_top3,buy,2025-07-07 19:45:00,1201.0,27.6269,1,leg_gt,3.81,60 -1274,buy_compound_top3,buy,2025-07-07 19:48:00,1201.0,27.6269,1,leg_gt,3.8,60 -1275,buy_compound_top3,buy,2025-07-07 19:51:00,1200.0,27.7333,1,leg_gt,3.8,60 -1276,buy_compound_top3,buy,2025-07-07 19:54:00,1200.0,27.7333,1,leg_gt,3.8,60 -1277,buy_compound_top3,buy,2025-07-07 19:57:00,1200.0,27.7333,1,leg_gt,3.8,60 -1278,buy_compound_top3,buy,2025-07-07 20:15:00,1197.0,28.0537,1,leg_gt,3.79,60 -1279,buy_compound_top3,buy,2025-07-07 20:18:00,1197.0,28.0537,1,leg_gt,3.78,60 -1280,buy_compound_top3,buy,2025-07-08 03:21:00,1185.0,29.3515,1,leg_gt,3.49,60 -1281,buy_compound_top3,buy,2025-07-08 03:24:00,1185.0,29.3515,1,leg_gt,3.49,60 -1282,buy_compound_top3,buy,2025-07-08 10:30:00,1181.0,29.7899,1,leg_gt,3.19,60 -1283,buy_compound_top3,buy,2025-07-08 10:33:00,1180.0,29.9,1,leg_gt,3.19,60 -1284,buy_compound_top3,buy,2025-07-08 10:42:00,1179.0,30.0103,1,leg_gt,3.18,60 -1285,buy_compound_top3,buy,2025-07-08 11:12:00,1177.0,30.2314,1,leg_gt,3.16,60 -1286,buy_compound_top3,buy,2025-07-08 13:15:00,1178.0,30.1207,1,leg_gt,3.08,60 -1287,buy_compound_top3,buy,2025-07-08 13:18:00,1178.0,30.1207,1,leg_gt,3.08,60 -1288,buy_compound_top3,buy,2025-07-08 13:21:00,1177.0,30.2314,1,leg_gt,3.07,60 -1289,buy_compound_top3,buy,2025-07-08 13:24:00,1178.0,30.1207,1,leg_gt,3.07,60 -1290,buy_compound_top3,buy,2025-07-08 16:12:00,1177.0,30.2314,1,leg_gt,2.95,60 -1291,buy_compound_top3,buy,2025-07-08 16:15:00,1177.0,30.2314,1,leg_gt,2.95,60 -1292,buy_compound_top3,buy,2025-07-08 16:18:00,1176.0,30.3422,1,leg_gt,2.95,60 -1293,buy_compound_top3,buy,2025-07-08 16:21:00,1177.0,30.2314,1,leg_gt,2.95,60 -1294,buy_compound_top3,buy,2025-07-08 16:24:00,1178.0,30.1207,1,leg_gt,2.95,60 -1295,buy_compound_top3,buy,2025-07-08 17:30:00,1176.0,30.3422,1,leg_gt,2.9,60 -1296,buy_compound_top3,buy,2025-07-08 17:33:00,1177.0,30.2314,1,leg_gt,2.9,60 -1297,buy_compound_top3,buy,2025-07-08 18:00:00,1174.0,30.5644,1,leg_gt,2.88,60 -1298,buy_compound_top3,buy,2025-07-08 18:03:00,1172.0,30.7874,1,leg_gt,2.88,60 -1299,buy_compound_top3,buy,2025-07-08 23:30:00,1175.0,30.4532,1,leg_gt,2.65,60 -1300,buy_compound_top3,buy,2025-07-08 23:33:00,1177.0,30.2314,1,leg_gt,2.65,60 -1301,buy_compound_top3,buy,2025-07-08 23:51:00,1175.0,30.4532,1,leg_gt,2.64,60 -1302,buy_compound_top3,buy,2025-07-08 23:54:00,1172.0,30.7874,1,leg_gt,2.63,60 -1303,buy_compound_top3,buy,2025-07-08 23:57:00,1171.0,30.8991,1,leg_gt,2.63,60 -1304,buy_compound_top3,buy,2025-07-09 00:00:00,1172.0,30.7874,1,leg_gt,2.63,60 -1305,buy_compound_top3,buy,2025-07-09 00:03:00,1172.0,30.7874,1,leg_gt,2.63,60 -1306,buy_compound_top3,buy,2025-07-09 07:21:00,1191.0,28.6993,1,leg_gt,2.32,60 -1307,buy_compound_top3,buy,2025-07-09 07:24:00,1192.0,28.5913,1,leg_gt,2.32,60 -1308,buy_compound_top3,buy,2025-07-09 08:21:00,1191.0,28.6993,1,leg_gt,2.28,60 -1309,buy_compound_top3,buy,2025-07-09 08:24:00,1190.0,28.8076,1,leg_gt,2.28,60 -1310,buy_compound_top3,buy,2025-07-09 09:30:00,1187.0,29.1334,1,leg_gt,2.23,60 -1311,buy_compound_top3,buy,2025-07-09 09:33:00,1187.0,29.1334,1,leg_gt,2.23,60 -1312,buy_compound_top3,buy,2025-07-09 10:45:00,1176.0,30.3422,1,leg_gt,2.18,60 -1313,buy_compound_top3,buy,2025-07-09 10:48:00,1175.0,30.4532,1,leg_gt,2.18,60 -1314,buy_compound_top3,buy,2025-07-09 23:30:00,1192.0,28.5913,1,leg_gt,1.65,60 -1315,buy_compound_top3,buy,2025-07-09 23:33:00,1187.0,29.1334,1,leg_gt,1.65,60 -1316,buy_compound_top3,buy,2025-07-09 23:45:00,1185.0,29.3515,1,leg_gt,1.64,60 -1317,buy_compound_top3,buy,2025-07-09 23:48:00,1183.0,29.5703,1,leg_gt,1.64,60 -1318,buy_compound_top3,buy,2025-07-10 09:51:00,1223.0,25.3293,1,leg_gt,1.22,60 -1319,buy_compound_top3,buy,2025-07-10 09:54:00,1222.0,25.4319,1,leg_gt,1.22,60 -1320,buy_compound_top3,buy,2025-07-10 21:42:00,1262.0,21.4531,1,leg_gt,0.72,60 -1321,buy_compound_top3,buy,2025-07-10 21:45:00,1261.0,21.5495,1,leg_gt,0.72,60 -1322,buy_compound_top3,buy,2025-07-10 21:48:00,1263.0,21.3568,1,leg_gt,0.72,60 -1323,buy_compound_top3,buy,2025-07-11 20:21:00,1473.0,2.955,1,leg_gt,2.74,60 -1324,buy_compound_top3,buy,2025-07-11 20:24:00,1471.0,3.0951,1,leg_gt,2.74,60 -1325,buy_compound_top3,buy,2025-07-11 21:27:00,1459.0,3.9439,1,leg_gt,2.7,60 -1326,buy_compound_top3,buy,2025-07-11 21:30:00,1459.0,3.9439,1,leg_gt,2.7,60 -1327,buy_compound_top3,buy,2025-07-11 21:33:00,1460.0,3.8726,1,leg_gt,2.69,60 -1328,buy_compound_top3,buy,2025-07-11 21:36:00,1461.0,3.8014,1,leg_gt,2.69,60 -1329,buy_compound_top3,buy,2025-07-11 21:39:00,1459.0,3.9439,1,leg_gt,2.69,60 -1330,buy_compound_top3,buy,2025-07-11 21:42:00,1456.0,4.1582,1,leg_gt,2.69,60 -1331,buy_compound_top3,buy,2025-07-12 01:12:00,1446.0,4.8793,1,leg_gt,2.54,60 -1332,buy_compound_top3,buy,2025-07-12 01:15:00,1447.0,4.8067,1,leg_gt,2.54,60 -1333,buy_compound_top3,buy,2025-07-12 01:18:00,1449.0,4.6619,1,leg_gt,2.54,60 -1334,buy_compound_top3,buy,2025-07-12 06:36:00,1440.0,5.3167,1,leg_gt,2.32,60 -1335,buy_compound_top3,buy,2025-07-12 06:39:00,1429.0,6.1281,1,leg_gt,2.31,60 -1336,buy_compound_top3,buy,2025-07-12 06:51:00,1422.0,6.6511,1,leg_gt,2.31,60 -1337,buy_compound_top3,buy,2025-07-12 06:54:00,1416.0,7.1034,1,leg_gt,2.3,60 -1338,buy_compound_top3,buy,2025-07-12 06:57:00,1417.0,7.0277,1,leg_gt,2.3,60 -1339,buy_compound_top3,buy,2025-07-12 07:12:00,1410.0,7.5596,1,leg_gt,2.29,60 -1340,buy_compound_top3,buy,2025-07-12 07:15:00,1404.0,8.0197,1,leg_gt,2.29,60 -1341,buy_compound_top3,buy,2025-07-12 07:18:00,1394.0,8.7953,1,leg_gt,2.29,60 -1342,buy_compound_top3,buy,2025-07-12 07:21:00,1390.0,9.1086,1,leg_gt,2.29,60 -1343,buy_compound_top3,buy,2025-07-12 07:24:00,1384.0,9.5821,1,leg_gt,2.28,60 -1344,buy_compound_top3,buy,2025-07-12 07:36:00,1378.0,10.0597,1,leg_gt,2.28,60 -1345,buy_compound_top3,buy,2025-07-12 07:39:00,1376.0,10.2198,1,leg_gt,2.27,60 -1346,buy_compound_top3,buy,2025-07-12 07:42:00,1368.0,10.8649,1,leg_gt,2.27,60 -1347,buy_compound_top3,buy,2025-07-12 13:30:00,1406.0,7.8659,1,leg_gt,2.03,60 -1348,buy_compound_top3,buy,2025-07-12 13:33:00,1402.0,8.1739,1,leg_gt,2.03,60 -1349,buy_compound_top3,buy,2025-07-12 13:57:00,1389.0,9.1873,1,leg_gt,2.01,60 -1350,buy_compound_top3,buy,2025-07-12 14:00:00,1390.0,9.1086,1,leg_gt,2.01,60 -1351,buy_compound_top3,buy,2025-07-12 14:03:00,1388.0,9.266,1,leg_gt,2.01,60 -1352,buy_compound_top3,buy,2025-07-12 14:06:00,1383.0,9.6614,1,leg_gt,2.0,60 -1353,buy_compound_top3,buy,2025-07-12 14:09:00,1379.0,9.9798,1,leg_gt,2.0,60 -1354,buy_compound_top3,buy,2025-07-12 18:06:00,1399.0,8.4061,1,leg_gt,1.84,60 -1355,buy_compound_top3,buy,2025-07-12 18:09:00,1398.0,8.4837,1,leg_gt,1.84,60 -1356,buy_compound_top3,buy,2025-07-12 21:36:00,1394.0,8.7953,1,leg_gt,1.69,60 -1357,buy_compound_top3,buy,2025-07-12 21:39:00,1389.0,9.1873,1,leg_gt,1.69,60 -1358,buy_compound_top3,buy,2025-07-12 21:57:00,1381.0,9.8203,1,leg_gt,1.68,60 -1359,buy_compound_top3,buy,2025-07-12 22:06:00,1383.0,9.6614,1,leg_gt,1.67,60 -1360,buy_compound_top3,buy,2025-07-12 22:09:00,1381.0,9.8203,1,leg_gt,1.67,60 -1361,buy_compound_top3,buy,2025-07-12 22:21:00,1372.0,10.5414,1,leg_gt,1.66,60 -1362,buy_compound_top3,buy,2025-07-12 22:24:00,1377.0,10.1397,1,leg_gt,1.66,60 -1363,buy_compound_top3,buy,2025-07-13 00:12:00,1369.0,10.7839,1,leg_gt,1.58,60 -1364,buy_compound_top3,buy,2025-07-13 00:30:00,1370.0,10.7029,1,leg_gt,1.57,60 -1365,buy_compound_top3,buy,2025-07-13 00:33:00,1361.0,11.4356,1,leg_gt,1.57,60 -1366,buy_compound_top3,buy,2025-07-13 00:36:00,1363.0,11.272,1,leg_gt,1.57,60 -1367,buy_compound_top3,buy,2025-07-13 00:39:00,1358.0,11.682,1,leg_gt,1.56,60 -1368,buy_compound_top3,buy,2025-07-13 17:42:00,1405.0,7.9427,1,leg_gt,0.85,60 -1369,buy_compound_top3,buy,2025-07-13 17:45:00,1403.0,8.0967,1,leg_gt,0.85,60 -1370,buy_compound_top3,buy,2025-07-13 17:48:00,1399.0,8.4061,1,leg_gt,0.85,60 -1371,buy_compound_top3,buy,2025-07-14 06:21:00,1438.0,5.4633,1,leg_gt,0.33,60 -1372,buy_compound_top3,buy,2025-07-14 06:24:00,1435.0,5.684,1,leg_gt,0.32,60 -1373,buy_compound_top3,buy,2025-07-14 06:27:00,1438.0,5.4633,1,leg_gt,0.32,60 -1374,buy_compound_top3,buy,2025-07-14 06:30:00,1436.0,5.6103,1,leg_gt,0.32,60 -1375,buy_compound_top3,buy,2025-07-14 06:33:00,1436.0,5.6103,1,leg_gt,0.32,60 -1376,buy_compound_top3,buy,2025-07-14 06:51:00,1426.0,6.3516,1,leg_gt,0.31,60 -1377,buy_compound_top3,buy,2025-07-14 06:54:00,1424.0,6.5011,1,leg_gt,0.3,60 -1378,buy_compound_top3,buy,2025-07-14 06:57:00,1425.0,6.4263,1,leg_gt,0.3,60 -1379,buy_compound_top3,buy,2025-07-14 07:00:00,1419.0,6.8767,1,leg_gt,0.3,60 -1380,buy_compound_top3,buy,2025-07-14 07:03:00,1415.0,7.1792,1,leg_gt,0.3,60 -1381,buy_compound_top3,buy,2025-07-14 07:06:00,1419.0,6.8767,1,leg_gt,0.3,60 -1382,buy_compound_top3,buy,2025-07-14 07:09:00,1418.0,6.9522,1,leg_gt,0.29,60 -1383,buy_compound_top3,buy,2025-07-14 17:30:00,1460.0,6.4753,1,leg_gt,2.54,60 -1384,buy_compound_top3,buy,2025-07-14 17:33:00,1462.0,6.3295,1,leg_gt,2.54,60 -1385,buy_compound_top3,buy,2025-07-14 19:15:00,1457.0,6.6948,1,leg_gt,2.47,60 -1386,buy_compound_top3,buy,2025-07-14 19:18:00,1455.0,6.8416,1,leg_gt,2.46,60 -1387,buy_compound_top3,buy,2025-07-14 20:36:00,1449.0,7.2844,1,leg_gt,2.41,60 -1388,buy_compound_top3,buy,2025-07-14 20:39:00,1456.0,6.7681,1,leg_gt,2.41,60 -1389,buy_compound_top3,buy,2025-07-14 23:45:00,1430.0,8.7112,1,leg_gt,2.28,60 -1390,buy_compound_top3,buy,2025-07-14 23:48:00,1431.0,8.6352,1,leg_gt,2.28,60 -1391,buy_compound_top3,buy,2025-07-15 00:51:00,1422.0,9.3233,1,leg_gt,2.23,60 -1392,buy_compound_top3,buy,2025-07-15 00:54:00,1417.0,9.7095,1,leg_gt,2.23,60 -1393,buy_compound_top3,buy,2025-07-15 01:06:00,1420.0,9.4775,1,leg_gt,2.22,60 -1394,buy_compound_top3,buy,2025-07-15 01:09:00,1422.0,9.3233,1,leg_gt,2.22,60 -1395,buy_compound_top3,buy,2025-07-15 01:12:00,1420.0,9.4775,1,leg_gt,2.22,60 -1396,buy_compound_top3,buy,2025-07-15 03:15:00,1424.0,9.1697,1,leg_gt,2.13,60 -1397,buy_compound_top3,buy,2025-07-15 03:18:00,1419.0,9.5547,1,leg_gt,2.13,60 -1398,buy_compound_top3,buy,2025-07-15 04:06:00,1416.0,9.787,1,leg_gt,2.1,60 -1399,buy_compound_top3,buy,2025-07-15 04:09:00,1415.0,9.8647,1,leg_gt,2.1,60 -1400,buy_compound_top3,buy,2025-07-15 04:12:00,1411.0,10.1764,1,leg_gt,2.09,60 -1401,buy_compound_top3,buy,2025-07-15 04:21:00,1412.0,10.0983,1,leg_gt,2.09,60 -1402,buy_compound_top3,buy,2025-07-15 04:24:00,1412.0,10.0983,1,leg_gt,2.09,60 -1403,buy_compound_top3,buy,2025-07-15 05:12:00,1405.0,10.6473,1,leg_gt,2.05,60 -1404,buy_compound_top3,buy,2025-07-15 05:21:00,1404.0,10.7262,1,leg_gt,2.05,60 -1405,buy_compound_top3,buy,2025-07-15 05:24:00,1405.0,10.6473,1,leg_gt,2.04,60 -1406,buy_compound_top3,buy,2025-07-15 09:57:00,1421.0,9.4004,1,leg_gt,1.85,60 -1407,buy_compound_top3,buy,2025-07-15 10:21:00,1406.0,10.5686,1,leg_gt,1.84,60 -1408,buy_compound_top3,buy,2025-07-15 10:24:00,1402.0,10.8843,1,leg_gt,1.84,60 -1409,buy_compound_top3,buy,2025-07-15 11:21:00,1405.0,10.6473,1,leg_gt,1.8,60 -1410,buy_compound_top3,buy,2025-07-15 11:24:00,1403.0,10.8052,1,leg_gt,1.79,60 -1411,buy_compound_top3,buy,2025-07-15 11:27:00,1398.0,11.2019,1,leg_gt,1.79,60 -1412,buy_compound_top3,buy,2025-07-15 11:30:00,1400.0,11.0429,1,leg_gt,1.79,60 -1413,buy_compound_top3,buy,2025-07-15 11:33:00,1404.0,10.7262,1,leg_gt,1.79,60 -1414,buy_compound_top3,buy,2025-07-15 12:00:00,1399.0,11.1223,1,leg_gt,1.77,60 -1415,buy_compound_top3,buy,2025-07-15 12:03:00,1394.0,11.5212,1,leg_gt,1.77,60 -1416,buy_compound_top3,buy,2025-07-15 17:00:00,1387.0,12.0846,1,leg_gt,1.56,60 -1417,buy_compound_top3,buy,2025-07-15 17:03:00,1384.0,12.3277,1,leg_gt,1.56,60 -1418,buy_compound_top3,buy,2025-07-15 17:15:00,1385.0,12.2466,1,leg_gt,1.55,60 -1419,buy_compound_top3,buy,2025-07-15 17:18:00,1381.0,12.572,1,leg_gt,1.55,60 -1420,buy_compound_top3,buy,2025-07-15 20:36:00,1377.0,12.8993,1,leg_gt,1.41,60 -1421,buy_compound_top3,buy,2025-07-15 20:39:00,1377.0,12.8993,1,leg_gt,1.41,60 -1422,buy_compound_top3,buy,2025-07-16 04:51:00,1419.0,9.5547,1,leg_gt,1.07,60 -1423,buy_compound_top3,buy,2025-07-16 04:54:00,1421.0,9.4004,1,leg_gt,1.06,60 -1424,buy_compound_top3,buy,2025-07-16 04:57:00,1424.0,9.1697,1,leg_gt,1.06,60 -1425,buy_compound_top3,buy,2025-07-16 11:42:00,1439.0,8.0306,1,leg_gt,0.78,60 -1426,buy_compound_top3,buy,2025-07-16 11:45:00,1441.0,7.8806,1,leg_gt,0.78,60 -1427,buy_compound_top3,buy,2025-07-16 11:48:00,1444.0,7.6562,1,leg_gt,0.78,60 -1428,buy_compound_top3,buy,2025-07-16 19:30:00,1463.0,6.2568,1,leg_gt,0.46,60 -1429,buy_compound_top3,buy,2025-07-16 19:33:00,1464.0,6.1842,1,leg_gt,0.45,60 -1430,buy_compound_top3,buy,2025-07-16 20:00:00,1458.0,6.6215,1,leg_gt,0.44,60 -1431,buy_compound_top3,buy,2025-07-16 20:03:00,1461.0,6.4024,1,leg_gt,0.43,60 -1432,buy_compound_top3,buy,2025-07-17 04:30:00,1519.0,2.3358,1,leg_gt,0.08,60 -1433,buy_compound_top3,buy,2025-07-17 04:33:00,1513.0,2.742,1,leg_gt,0.08,60 -1434,buy_compound_top3,buy,2025-07-17 04:36:00,1510.0,2.9464,1,leg_gt,0.08,60 -1435,buy_compound_top3,buy,2025-07-17 04:39:00,1516.0,2.5385,1,leg_gt,0.08,60 -1436,buy_compound_top3,buy,2025-07-17 08:00:00,1523.0,7.2539,1,leg_gt,1.28,60 -1437,buy_compound_top3,buy,2025-07-17 08:03:00,1522.0,7.3244,1,leg_gt,1.28,60 -1438,buy_compound_top3,buy,2025-07-17 08:12:00,1511.0,8.1065,1,leg_gt,1.27,60 -1439,buy_compound_top3,buy,2025-07-17 08:15:00,1513.0,7.9635,1,leg_gt,1.27,60 -1440,buy_compound_top3,buy,2025-07-17 08:18:00,1503.0,8.6824,1,leg_gt,1.27,60 -1441,buy_compound_top3,buy,2025-07-17 10:57:00,1498.0,9.0455,1,leg_gt,1.16,60 -1442,buy_compound_top3,buy,2025-07-17 12:36:00,1492.0,9.4845,1,leg_gt,1.09,60 -1443,buy_compound_top3,buy,2025-07-17 12:39:00,1485.0,10.001,1,leg_gt,1.09,60 -1444,buy_compound_top3,buy,2025-07-17 20:42:00,1523.0,7.2539,1,leg_gt,0.75,60 -1445,buy_compound_top3,buy,2025-07-17 20:57:00,1519.0,7.5366,1,leg_gt,0.74,60 -1446,buy_compound_top3,buy,2025-07-17 21:00:00,1517.0,7.6785,1,leg_gt,0.74,60 -1447,buy_compound_top3,buy,2025-07-17 21:03:00,1517.0,7.6785,1,leg_gt,0.74,60 -1448,buy_compound_top3,buy,2025-07-17 21:15:00,1511.0,8.1065,1,leg_gt,0.73,60 -1449,buy_compound_top3,buy,2025-07-17 21:18:00,1515.0,7.8208,1,leg_gt,0.72,60 -1450,buy_compound_top3,buy,2025-07-17 21:21:00,1508.0,8.3218,1,leg_gt,0.72,60 -1451,buy_compound_top3,buy,2025-07-17 21:24:00,1507.0,8.3937,1,leg_gt,0.72,60 -1452,buy_compound_top3,buy,2025-07-17 21:27:00,1509.0,8.2499,1,leg_gt,0.72,60 -1453,buy_compound_top3,buy,2025-07-17 21:30:00,1506.0,8.4657,1,leg_gt,0.72,60 -1454,buy_compound_top3,buy,2025-07-17 21:33:00,1508.0,8.3218,1,leg_gt,0.71,60 -1455,buy_compound_top3,buy,2025-07-18 01:12:00,1499.0,8.9727,1,leg_gt,0.56,60 -1456,buy_compound_top3,buy,2025-07-18 01:42:00,1488.0,9.779,1,leg_gt,0.54,60 -1457,buy_compound_top3,buy,2025-07-18 05:15:00,1453.0,12.4258,1,leg_gt,0.39,60 -1458,buy_compound_top3,buy,2025-07-18 05:18:00,1457.0,12.1169,1,leg_gt,0.39,60 -1459,buy_compound_top3,buy,2025-07-18 05:21:00,1446.0,12.9705,1,leg_gt,0.39,60 -1460,buy_compound_top3,buy,2025-07-18 05:24:00,1450.0,12.6586,1,leg_gt,0.39,60 -1461,buy_compound_top3,buy,2025-07-18 17:06:00,1586.0,9.673,1,leg_gt,2.33,60 -1462,buy_compound_top3,buy,2025-07-18 17:09:00,1596.0,8.9852,1,leg_gt,2.33,60 -1463,buy_compound_top3,buy,2025-07-18 17:42:00,1569.0,10.8624,1,leg_gt,2.3,60 -1464,buy_compound_top3,buy,2025-07-18 20:21:00,1565.0,11.146,1,leg_gt,2.19,60 -1465,buy_compound_top3,buy,2025-07-18 20:24:00,1560.0,11.5026,1,leg_gt,2.19,60 -1466,buy_compound_top3,buy,2025-07-18 20:30:00,1567.0,11.004,1,leg_gt,2.19,60 -1467,buy_compound_top3,buy,2025-07-18 20:33:00,1568.0,10.9332,1,leg_gt,2.19,60 -1468,buy_compound_top3,buy,2025-07-19 00:21:00,1578.0,10.2295,1,leg_gt,2.03,60 -1469,buy_compound_top3,buy,2025-07-19 00:24:00,1576.0,10.3695,1,leg_gt,2.02,60 -1470,buy_compound_top3,buy,2025-07-19 00:27:00,1573.0,10.5802,1,leg_gt,2.02,60 -1471,buy_compound_top3,buy,2025-07-19 00:30:00,1572.0,10.6506,1,leg_gt,2.02,60 -1472,buy_compound_top3,buy,2025-07-19 00:33:00,1570.0,10.7917,1,leg_gt,2.02,60 -1473,buy_compound_top3,buy,2025-07-19 00:36:00,1570.0,10.7917,1,leg_gt,2.02,60 -1474,buy_compound_top3,buy,2025-07-19 00:39:00,1571.0,10.7211,1,leg_gt,2.01,60 -1475,buy_compound_top3,buy,2025-07-19 00:42:00,1565.0,11.146,1,leg_gt,2.01,60 -1476,buy_compound_top3,buy,2025-07-19 00:45:00,1562.0,11.3597,1,leg_gt,2.01,60 -1477,buy_compound_top3,buy,2025-07-19 00:48:00,1569.0,10.8624,1,leg_gt,2.01,60 -1478,buy_compound_top3,buy,2025-07-19 03:21:00,1558.0,11.6458,1,leg_gt,1.9,60 -1479,buy_compound_top3,buy,2025-07-19 03:24:00,1559.0,11.5742,1,leg_gt,1.9,60 -1480,buy_compound_top3,buy,2025-07-19 04:00:00,1552.0,12.0778,1,leg_gt,1.88,60 -1481,buy_compound_top3,buy,2025-07-19 04:03:00,1544.0,12.6591,1,leg_gt,1.87,60 -1482,buy_compound_top3,buy,2025-07-19 04:15:00,1539.0,13.0254,1,leg_gt,1.86,60 -1483,buy_compound_top3,buy,2025-07-19 04:18:00,1546.0,12.5132,1,leg_gt,1.86,60 -1484,buy_compound_top3,buy,2025-07-19 05:42:00,1515.0,14.8175,1,leg_gt,1.8,60 -1485,buy_compound_top3,buy,2025-07-19 09:42:00,1544.0,12.6591,1,leg_gt,1.64,60 -1486,buy_compound_top3,buy,2025-07-19 10:12:00,1514.0,14.8934,1,leg_gt,1.62,60 -1487,buy_compound_top3,buy,2025-07-19 16:45:00,1568.0,10.9332,1,leg_gt,1.34,60 -1488,buy_compound_top3,buy,2025-07-19 16:48:00,1571.0,10.7211,1,leg_gt,1.34,60 -1489,buy_compound_top3,buy,2025-07-19 16:51:00,1572.0,10.6506,1,leg_gt,1.34,60 -1490,buy_compound_top3,buy,2025-07-19 16:54:00,1570.0,10.7917,1,leg_gt,1.34,60 -1491,buy_compound_top3,buy,2025-07-19 16:57:00,1570.0,10.7917,1,leg_gt,1.34,60 -1492,buy_compound_top3,buy,2025-07-19 17:12:00,1560.0,11.5026,1,leg_gt,1.32,60 -1493,buy_compound_top3,buy,2025-07-19 17:27:00,1560.0,11.5026,1,leg_gt,1.31,60 -1494,buy_compound_top3,buy,2025-07-19 17:30:00,1557.0,11.7176,1,leg_gt,1.31,60 -1495,buy_compound_top3,buy,2025-07-19 17:33:00,1556.0,11.7895,1,leg_gt,1.31,60 -1496,buy_compound_top3,buy,2025-07-19 17:36:00,1553.0,12.0056,1,leg_gt,1.31,60 -1497,buy_compound_top3,buy,2025-07-19 17:39:00,1552.0,12.0778,1,leg_gt,1.31,60 -1498,buy_compound_top3,buy,2025-07-19 20:21:00,1554.0,11.9335,1,leg_gt,1.19,60 -1499,buy_compound_top3,buy,2025-07-19 20:24:00,1556.0,11.7895,1,leg_gt,1.19,60 -1500,buy_compound_top3,buy,2025-07-19 20:51:00,1550.0,12.2226,1,leg_gt,1.17,60 -1501,buy_compound_top3,buy,2025-07-19 20:54:00,1549.0,12.2951,1,leg_gt,1.17,60 -1502,buy_compound_top3,buy,2025-07-19 20:57:00,1550.0,12.2226,1,leg_gt,1.17,60 -1503,buy_compound_top3,buy,2025-07-19 21:00:00,1548.0,12.3677,1,leg_gt,1.17,60 -1504,buy_compound_top3,buy,2025-07-19 21:03:00,1548.0,12.3677,1,leg_gt,1.16,60 -1505,buy_compound_top3,buy,2025-07-19 21:06:00,1548.0,12.3677,1,leg_gt,1.16,60 -1506,buy_compound_top3,buy,2025-07-19 21:09:00,1544.0,12.6591,1,leg_gt,1.16,60 -1507,buy_compound_top3,buy,2025-07-19 21:12:00,1546.0,12.5132,1,leg_gt,1.16,60 -1508,buy_compound_top3,buy,2025-07-19 21:15:00,1541.0,12.8786,1,leg_gt,1.16,60 -1509,buy_compound_top3,buy,2025-07-19 21:18:00,1543.0,12.7321,1,leg_gt,1.15,60 -1510,buy_compound_top3,buy,2025-07-19 22:57:00,1540.0,12.9519,1,leg_gt,1.09,60 -1511,buy_compound_top3,buy,2025-07-19 23:27:00,1535.0,13.3202,1,leg_gt,1.06,60 -1512,buy_compound_top3,buy,2025-07-19 23:36:00,1534.0,13.3941,1,leg_gt,1.06,60 -1513,buy_compound_top3,buy,2025-07-19 23:39:00,1535.0,13.3202,1,leg_gt,1.06,60 -1514,buy_compound_top3,buy,2025-07-19 23:57:00,1530.0,13.6908,1,leg_gt,1.04,60 -1515,buy_compound_top3,buy,2025-07-20 02:42:00,1527.0,13.9144,1,leg_gt,0.93,60 -1516,buy_compound_top3,buy,2025-07-20 02:45:00,1531.0,13.6165,1,leg_gt,0.93,60 -1517,buy_compound_top3,buy,2025-07-20 02:48:00,1536.0,13.2464,1,leg_gt,0.92,60 -1518,buy_compound_top3,buy,2025-07-21 05:12:00,1699.0,11.1419,1,leg_gt,2.16,60 -1519,buy_compound_top3,buy,2025-07-21 05:15:00,1699.0,11.1419,1,leg_gt,2.15,60 -1520,buy_compound_top3,buy,2025-07-21 05:18:00,1709.0,10.491,1,leg_gt,2.15,60 -1521,buy_compound_top3,buy,2025-07-21 07:12:00,1677.0,12.6013,1,leg_gt,2.07,60 -1522,buy_compound_top3,buy,2025-07-21 09:36:00,1649.0,14.5149,1,leg_gt,1.97,60 -1523,buy_compound_top3,buy,2025-07-21 09:39:00,1652.0,14.3068,1,leg_gt,1.97,60 -1524,buy_compound_top3,buy,2025-07-21 18:00:00,1686.0,11.9996,1,leg_gt,1.62,60 -1525,buy_compound_top3,buy,2025-07-21 18:03:00,1684.0,12.1328,1,leg_gt,1.62,60 -1526,buy_compound_top3,buy,2025-07-21 18:21:00,1677.0,12.6013,1,leg_gt,1.61,60 -1527,buy_compound_top3,buy,2025-07-21 18:24:00,1678.0,12.5341,1,leg_gt,1.61,60 -1528,buy_compound_top3,buy,2025-07-22 01:12:00,1681.0,12.3331,1,leg_gt,1.32,60 -1529,buy_compound_top3,buy,2025-07-22 01:15:00,1680.0,12.4,1,leg_gt,1.32,60 -1530,buy_compound_top3,buy,2025-07-22 01:18:00,1669.0,13.1415,1,leg_gt,1.32,60 -1531,buy_compound_top3,buy,2025-07-22 03:51:00,1656.0,14.0304,1,leg_gt,1.21,60 -1532,buy_compound_top3,buy,2025-07-22 03:54:00,1660.0,13.7554,1,leg_gt,1.21,60 -1533,buy_compound_top3,buy,2025-07-22 03:57:00,1652.0,14.3068,1,leg_gt,1.21,60 -1534,buy_compound_top3,buy,2025-07-22 04:00:00,1651.0,14.3761,1,leg_gt,1.21,60 -1535,buy_compound_top3,buy,2025-07-22 04:03:00,1655.0,14.0994,1,leg_gt,1.2,60 -1536,buy_compound_top3,buy,2025-07-22 04:27:00,1650.0,14.4455,1,leg_gt,1.19,60 -1537,buy_compound_top3,buy,2025-07-22 04:51:00,1640.0,15.1439,1,leg_gt,1.17,60 -1538,buy_compound_top3,buy,2025-07-22 04:54:00,1640.0,15.1439,1,leg_gt,1.17,60 -1539,buy_compound_top3,buy,2025-07-22 04:57:00,1641.0,15.0737,1,leg_gt,1.17,60 -1540,buy_compound_top3,buy,2025-07-22 12:42:00,1654.0,14.1684,1,leg_gt,0.84,60 -1541,buy_compound_top3,buy,2025-07-22 12:45:00,1653.0,14.2376,1,leg_gt,0.84,60 -1542,buy_compound_top3,buy,2025-07-22 12:48:00,1646.0,14.7238,1,leg_gt,0.84,60 -1543,buy_compound_top3,buy,2025-07-22 13:21:00,1653.0,14.2376,1,leg_gt,0.82,60 -1544,buy_compound_top3,buy,2025-07-22 13:24:00,1649.0,14.5149,1,leg_gt,0.81,60 -1545,buy_compound_top3,buy,2025-07-22 13:45:00,1642.0,15.0035,1,leg_gt,0.8,60 -1546,buy_compound_top3,buy,2025-07-22 13:48:00,1636.0,15.4257,1,leg_gt,0.8,60 -1547,buy_compound_top3,buy,2025-07-22 17:21:00,1613.0,17.073,1,leg_gt,0.65,60 -1548,buy_compound_top3,buy,2025-07-22 17:24:00,1605.0,17.657,1,leg_gt,0.65,60 -1549,buy_compound_top3,buy,2025-07-22 17:30:00,1599.0,18.0989,1,leg_gt,0.64,60 -1550,buy_compound_top3,buy,2025-07-22 17:33:00,1612.0,17.1457,1,leg_gt,0.64,60 -1551,buy_compound_top3,buy,2025-07-23 01:42:00,1652.0,14.3068,1,leg_gt,0.3,60 -1552,buy_compound_top3,buy,2025-07-23 01:45:00,1655.0,14.0994,1,leg_gt,0.3,60 -1553,buy_compound_top3,buy,2025-07-23 01:48:00,1653.0,14.2376,1,leg_gt,0.3,60 -1554,buy_compound_top3,buy,2025-07-23 01:51:00,1653.0,14.2376,1,leg_gt,0.3,60 -1555,buy_compound_top3,buy,2025-07-23 01:54:00,1655.0,14.0994,1,leg_gt,0.29,60 -1556,buy_compound_top3,buy,2025-07-23 02:21:00,1637.0,15.3551,1,leg_gt,0.28,60 -1557,buy_compound_top3,buy,2025-07-23 02:24:00,1638.0,15.2846,1,leg_gt,0.27,60 -1558,buy_compound_top3,buy,2025-07-23 02:27:00,1634.0,15.5671,1,leg_gt,0.27,60 -1559,buy_compound_top3,buy,2025-07-23 02:30:00,1638.0,15.2846,1,leg_gt,0.27,60 -1560,buy_compound_top3,buy,2025-07-23 02:33:00,1636.0,15.4257,1,leg_gt,0.27,60 -1561,buy_compound_top3,buy,2025-07-23 10:00:00,1805.0,-10.5709,0,leg_gt,1.59,60 -1562,buy_compound_top3,buy,2025-07-23 10:03:00,1802.0,-10.4219,0,leg_gt,1.59,60 -1563,buy_compound_top3,buy,2025-07-23 10:06:00,1802.0,-10.4219,0,leg_gt,1.59,60 -1564,buy_compound_top3,buy,2025-07-23 10:09:00,1802.0,-10.4219,0,leg_gt,1.59,60 -1565,buy_compound_top3,buy,2025-07-23 10:12:00,1803.0,-10.4716,0,leg_gt,1.59,60 -1566,buy_compound_top3,buy,2025-07-23 15:30:00,1796.0,-10.1223,0,leg_gt,1.36,60 -1567,buy_compound_top3,buy,2025-07-23 15:33:00,1792.0,-9.9214,0,leg_gt,1.36,60 -1568,buy_compound_top3,buy,2025-07-23 15:45:00,1780.0,-9.3135,0,leg_gt,1.35,60 -1569,buy_compound_top3,buy,2025-07-23 15:48:00,1779.0,-9.2625,0,leg_gt,1.35,60 -1570,buy_compound_top3,buy,2025-07-23 15:51:00,1779.0,-9.2625,0,leg_gt,1.35,60 -1571,buy_compound_top3,buy,2025-07-23 15:54:00,1785.0,-9.5678,0,leg_gt,1.35,60 -1572,buy_compound_top3,buy,2025-07-23 16:45:00,1770.0,-8.8006,0,leg_gt,1.31,60 -1573,buy_compound_top3,buy,2025-07-23 16:48:00,1775.0,-9.0577,0,leg_gt,1.31,60 -1574,buy_compound_top3,buy,2025-07-23 16:51:00,1774.0,-9.0064,0,leg_gt,1.31,60 -1575,buy_compound_top3,buy,2025-07-23 16:54:00,1774.0,-9.0064,0,leg_gt,1.31,60 -1576,buy_compound_top3,buy,2025-07-23 17:42:00,1761.0,-8.334,0,leg_gt,1.27,60 -1577,buy_compound_top3,buy,2025-07-23 18:21:00,1762.0,-8.386,0,leg_gt,1.25,60 -1578,buy_compound_top3,buy,2025-07-23 18:24:00,1759.0,-8.2296,0,leg_gt,1.24,60 -1579,buy_compound_top3,buy,2025-07-23 18:27:00,1762.0,-8.386,0,leg_gt,1.24,60 -1580,buy_compound_top3,buy,2025-07-23 18:42:00,1744.0,-7.4394,0,leg_gt,1.23,60 -1581,buy_compound_top3,buy,2025-07-23 18:45:00,1748.0,-7.6515,0,leg_gt,1.23,60 -1582,buy_compound_top3,buy,2025-07-23 18:48:00,1749.0,-7.7043,0,leg_gt,1.23,60 -1583,buy_compound_top3,buy,2025-07-23 18:51:00,1744.0,-7.4394,0,leg_gt,1.23,60 -1584,buy_compound_top3,buy,2025-07-23 18:54:00,1748.0,-7.6515,0,leg_gt,1.22,60 -1585,buy_compound_top3,buy,2025-07-23 18:57:00,1746.0,-7.5456,0,leg_gt,1.22,60 -1586,buy_compound_top3,buy,2025-07-23 19:00:00,1738.0,-7.1196,0,leg_gt,1.22,60 -1587,buy_compound_top3,buy,2025-07-23 19:03:00,1730.0,-6.6896,0,leg_gt,1.22,60 -1588,buy_compound_top3,buy,2025-07-23 19:12:00,1724.0,-6.3645,0,leg_gt,1.21,60 -1589,buy_compound_top3,buy,2025-07-23 22:15:00,1700.0,-5.0412,0,leg_gt,1.08,60 -1590,buy_compound_top3,buy,2025-07-23 22:18:00,1692.0,-4.5917,0,leg_gt,1.08,60 -1591,buy_compound_top3,buy,2025-07-23 22:42:00,1668.0,-3.2175,0,leg_gt,1.06,60 -1592,buy_compound_top3,buy,2025-07-23 22:51:00,1635.0,-1.2621,0,leg_gt,1.06,60 -1593,buy_compound_top3,buy,2025-07-23 22:54:00,1654.0,-2.3975,0,leg_gt,1.06,60 -1594,buy_compound_top3,buy,2025-07-24 02:00:00,1653.0,-2.3384,0,leg_gt,0.93,60 -1595,buy_compound_top3,buy,2025-07-24 02:03:00,1656.0,-2.5155,0,leg_gt,0.92,60 -1596,buy_compound_top3,buy,2025-07-24 02:06:00,1650.0,-2.1606,0,leg_gt,0.92,60 -1597,buy_compound_top3,buy,2025-07-24 02:09:00,1635.0,-1.2621,0,leg_gt,0.92,60 -1598,buy_compound_top3,buy,2025-07-24 02:30:00,1614.0,0.0239,1,leg_gt,0.91,60 -1599,buy_compound_top3,buy,2025-07-24 02:33:00,1616.0,-0.1,0,leg_gt,0.9,60 -1600,buy_compound_top3,buy,2025-07-24 05:00:00,1620.0,-0.3469,0,leg_gt,0.8,60 -1601,buy_compound_top3,buy,2025-07-24 05:03:00,1632.0,-1.0804,0,leg_gt,0.8,60 -1602,buy_compound_top3,buy,2025-07-24 05:06:00,1622.0,-0.4699,0,leg_gt,0.8,60 -1603,buy_compound_top3,buy,2025-07-24 05:09:00,1618.0,-0.2236,0,leg_gt,0.8,60 -1604,buy_compound_top3,buy,2025-07-24 05:12:00,1617.0,-0.1618,0,leg_gt,0.79,60 -1605,buy_compound_top3,buy,2025-07-24 05:15:00,1618.0,-0.2236,0,leg_gt,0.79,60 -1606,buy_compound_top3,buy,2025-07-24 05:18:00,1617.0,-0.1618,0,leg_gt,0.79,60 -1607,buy_compound_top3,buy,2025-07-24 05:21:00,1612.0,0.1481,1,leg_gt,0.79,60 -1608,buy_compound_top3,buy,2025-07-24 05:24:00,1616.0,-0.1,0,leg_gt,0.79,60 -1609,buy_compound_top3,buy,2025-07-24 05:27:00,1603.0,0.711,1,leg_gt,0.78,60 -1610,buy_compound_top3,buy,2025-07-24 05:45:00,1575.0,2.5032,1,leg_gt,0.77,60 -1611,buy_compound_top3,buy,2025-07-24 05:48:00,1566.0,3.0928,1,leg_gt,0.77,60 -1612,buy_compound_top3,buy,2025-07-24 05:51:00,1566.0,3.0928,1,leg_gt,0.77,60 -1613,buy_compound_top3,buy,2025-07-24 05:54:00,1577.0,2.3731,1,leg_gt,0.76,60 -1614,buy_compound_top3,buy,2025-07-24 06:21:00,1560.0,3.4897,1,leg_gt,0.75,60 -1615,buy_compound_top3,buy,2025-07-24 06:24:00,1556.0,3.756,1,leg_gt,0.74,60 -1616,buy_compound_top3,buy,2025-07-24 06:27:00,1537.0,5.0399,1,leg_gt,0.74,60 -1617,buy_compound_top3,buy,2025-07-24 12:51:00,1613.0,0.086,1,leg_gt,0.48,60 -1618,buy_compound_top3,buy,2025-07-24 12:54:00,1609.0,0.3351,1,leg_gt,0.47,60 -1619,buy_compound_top3,buy,2025-07-24 12:57:00,1605.0,0.5854,1,leg_gt,0.47,60 -1620,buy_compound_top3,buy,2025-07-24 13:00:00,1609.0,0.3351,1,leg_gt,0.47,60 -1621,buy_compound_top3,buy,2025-07-24 13:03:00,1604.0,0.6481,1,leg_gt,0.47,60 -1622,buy_compound_top3,buy,2025-07-24 13:06:00,1611.0,0.2104,1,leg_gt,0.46,60 -1623,buy_compound_top3,buy,2025-07-24 13:09:00,1608.0,0.3975,1,leg_gt,0.46,60 -1624,buy_compound_top3,buy,2025-07-24 13:30:00,1603.0,0.711,1,leg_gt,0.45,60 -1625,buy_compound_top3,buy,2025-07-24 13:33:00,1595.0,1.2166,1,leg_gt,0.45,60 -1626,buy_compound_top3,buy,2025-07-24 14:00:00,1572.0,2.699,1,leg_gt,0.43,60 -1627,buy_compound_top3,buy,2025-07-24 14:03:00,1571.0,2.7644,1,leg_gt,0.42,60 -1628,buy_compound_top3,buy,2025-07-24 14:06:00,1560.0,3.4897,1,leg_gt,0.42,60 -1629,buy_compound_top3,buy,2025-07-24 14:09:00,1549.0,4.2254,1,leg_gt,0.42,60 -1630,buy_compound_top3,buy,2025-07-24 14:15:00,1548.0,4.2928,1,leg_gt,0.42,60 -1631,buy_compound_top3,buy,2025-07-24 14:18:00,1560.0,3.4897,1,leg_gt,0.41,60 -1632,buy_compound_top3,buy,2025-07-24 14:51:00,1535.0,5.1769,1,leg_gt,0.39,60 -1633,buy_compound_top3,buy,2025-07-24 14:54:00,1531.0,5.4519,1,leg_gt,0.39,60 -1634,buy_compound_top3,buy,2025-07-24 14:57:00,1520.0,6.2158,1,leg_gt,0.39,60 -1635,buy_compound_top3,buy,2025-07-24 15:06:00,1521.0,6.1459,1,leg_gt,0.38,60 -1636,buy_compound_top3,buy,2025-07-24 15:09:00,1523.0,6.0064,1,leg_gt,0.38,60 -1637,buy_compound_top3,buy,2025-07-24 15:42:00,1489.0,8.4292,1,leg_gt,0.36,60 -1638,buy_compound_top3,buy,2025-07-24 16:00:00,1484.0,8.7949,1,leg_gt,0.34,60 -1639,buy_compound_top3,buy,2025-07-24 16:03:00,1475.0,9.4593,1,leg_gt,0.34,60 -1640,buy_compound_top3,buy,2025-07-24 19:42:00,1516.0,6.4963,1,leg_gt,0.19,60 -1641,buy_compound_top3,buy,2025-07-24 23:12:00,1545.0,4.4955,1,leg_gt,0.04,60 -1642,buy_compound_top3,buy,2025-07-24 23:15:00,1539.0,4.9032,1,leg_gt,0.04,60 -1643,buy_compound_top3,buy,2025-07-24 23:18:00,1541.0,4.767,1,leg_gt,0.04,60 -1644,buy_compound_top3,buy,2025-07-25 07:12:00,1569.0,7.1658,1,leg_gt,3.41,60 -1645,buy_compound_top3,buy,2025-07-25 07:15:00,1562.0,7.6465,1,leg_gt,3.41,60 -1646,buy_compound_top3,buy,2025-07-25 07:18:00,1561.0,7.7155,1,leg_gt,3.41,60 -1647,buy_compound_top3,buy,2025-07-25 07:51:00,1563.0,7.5775,1,leg_gt,3.39,60 -1648,buy_compound_top3,buy,2025-07-25 07:54:00,1565.0,7.4399,1,leg_gt,3.38,60 -1649,buy_compound_top3,buy,2025-07-25 08:21:00,1549.0,8.5507,1,leg_gt,3.36,60 -1650,buy_compound_top3,buy,2025-07-25 08:24:00,1549.0,8.5507,1,leg_gt,3.36,60 -1651,buy_compound_top3,buy,2025-07-25 08:27:00,1547.0,8.6912,1,leg_gt,3.36,60 -1652,buy_compound_top3,buy,2025-07-25 08:30:00,1545.0,8.832,1,leg_gt,3.36,60 -1653,buy_compound_top3,buy,2025-07-25 08:33:00,1543.0,8.9732,1,leg_gt,3.36,60 -1654,buy_compound_top3,buy,2025-07-25 08:36:00,1545.0,8.832,1,leg_gt,3.35,60 -1655,buy_compound_top3,buy,2025-07-25 08:39:00,1546.0,8.7616,1,leg_gt,3.35,60 -1656,buy_compound_top3,buy,2025-07-25 09:06:00,1540.0,9.1857,1,leg_gt,3.33,60 -1657,buy_compound_top3,buy,2025-07-25 09:09:00,1525.0,10.2607,1,leg_gt,3.33,60 -1658,buy_compound_top3,buy,2025-07-25 09:15:00,1535.0,9.5417,1,leg_gt,3.33,60 -1659,buy_compound_top3,buy,2025-07-25 09:18:00,1533.0,9.6847,1,leg_gt,3.32,60 -1660,buy_compound_top3,buy,2025-07-25 09:21:00,1535.0,9.5417,1,leg_gt,3.32,60 -1661,buy_compound_top3,buy,2025-07-25 09:24:00,1538.0,9.3278,1,leg_gt,3.32,60 -1662,buy_compound_top3,buy,2025-07-25 09:36:00,1518.0,10.7696,1,leg_gt,3.31,60 -1663,buy_compound_top3,buy,2025-07-25 09:39:00,1524.0,10.3331,1,leg_gt,3.31,60 -1664,buy_compound_top3,buy,2025-07-25 12:42:00,1509.0,11.4308,1,leg_gt,3.18,60 -1665,buy_compound_top3,buy,2025-07-25 13:12:00,1512.0,11.2095,1,leg_gt,3.16,60 -1666,buy_compound_top3,buy,2025-07-25 13:15:00,1505.0,11.7272,1,leg_gt,3.16,60 -1667,buy_compound_top3,buy,2025-07-25 13:18:00,1507.0,11.5788,1,leg_gt,3.16,60 -1668,buy_compound_top3,buy,2025-07-25 22:42:00,1554.0,8.2012,1,leg_gt,2.77,60 -1669,buy_compound_top3,buy,2025-07-25 22:45:00,1555.0,8.1315,1,leg_gt,2.76,60 -1670,buy_compound_top3,buy,2025-07-25 22:48:00,1557.0,7.9925,1,leg_gt,2.76,60 -1671,buy_compound_top3,buy,2025-07-25 23:51:00,1531.0,9.8282,1,leg_gt,2.72,60 -1672,buy_compound_top3,buy,2025-07-25 23:54:00,1530.0,9.9,1,leg_gt,2.72,60 -1673,buy_compound_top3,buy,2025-07-25 23:57:00,1526.0,10.1883,1,leg_gt,2.71,60 -1674,buy_compound_top3,buy,2025-07-26 00:00:00,1520.0,10.6237,1,leg_gt,2.71,60 -1675,buy_compound_top3,buy,2025-07-26 00:03:00,1529.0,9.9719,1,leg_gt,2.71,60 -1676,buy_compound_top3,buy,2025-07-26 00:42:00,1506.0,11.653,1,leg_gt,2.68,60 -1677,buy_compound_top3,buy,2025-07-26 00:45:00,1510.0,11.357,1,leg_gt,2.68,60 -1678,buy_compound_top3,buy,2025-07-26 00:48:00,1511.0,11.2832,1,leg_gt,2.68,60 -1679,buy_compound_top3,buy,2025-07-26 15:30:00,1580.0,6.419,1,leg_gt,2.07,60 -1680,buy_compound_top3,buy,2025-07-26 15:33:00,1580.0,6.419,1,leg_gt,2.06,60 -1681,buy_compound_top3,buy,2025-07-26 15:51:00,1579.0,6.4864,1,leg_gt,2.05,60 -1682,buy_compound_top3,buy,2025-07-26 15:54:00,1579.0,6.4864,1,leg_gt,2.05,60 -1683,buy_compound_top3,buy,2025-07-26 15:57:00,1578.0,6.554,1,leg_gt,2.05,60 -1684,buy_compound_top3,buy,2025-07-27 02:42:00,1585.0,6.083,1,leg_gt,1.6,60 -1685,buy_compound_top3,buy,2025-07-27 02:45:00,1584.0,6.15,1,leg_gt,1.6,60 -1686,buy_compound_top3,buy,2025-07-27 02:48:00,1583.0,6.2171,1,leg_gt,1.6,60 -1687,buy_compound_top3,buy,2025-07-27 02:51:00,1584.0,6.15,1,leg_gt,1.59,60 -1688,buy_compound_top3,buy,2025-07-27 02:54:00,1584.0,6.15,1,leg_gt,1.59,60 -1689,buy_compound_top3,buy,2025-07-27 08:42:00,1589.0,5.8157,1,leg_gt,1.35,60 -1690,buy_compound_top3,buy,2025-07-27 08:57:00,1583.0,6.2171,1,leg_gt,1.34,60 -1691,buy_compound_top3,buy,2025-07-27 09:00:00,1583.0,6.2171,1,leg_gt,1.34,60 -1692,buy_compound_top3,buy,2025-07-27 09:03:00,1581.0,6.3516,1,leg_gt,1.34,60 -1693,buy_compound_top3,buy,2025-07-27 17:06:00,1594.0,5.4834,1,leg_gt,1.0,60 -1694,buy_compound_top3,buy,2025-07-27 17:09:00,1593.0,5.5497,1,leg_gt,1.0,60 -1695,buy_compound_top3,buy,2025-07-27 17:12:00,1594.0,5.4834,1,leg_gt,1.0,60 -1696,buy_compound_top3,buy,2025-07-27 17:27:00,1590.0,5.7491,1,leg_gt,0.99,60 -1697,buy_compound_top3,buy,2025-07-27 17:42:00,1588.0,5.8824,1,leg_gt,0.98,60 -1698,buy_compound_top3,buy,2025-07-27 18:51:00,1585.0,6.083,1,leg_gt,0.93,60 -1699,buy_compound_top3,buy,2025-07-27 18:54:00,1584.0,6.15,1,leg_gt,0.92,60 -1700,buy_compound_top3,buy,2025-07-27 18:57:00,1584.0,6.15,1,leg_gt,0.92,60 -1701,buy_compound_top3,buy,2025-07-28 04:21:00,1629.0,3.2149,1,leg_gt,0.53,60 -1702,buy_compound_top3,buy,2025-07-28 04:24:00,1631.0,3.0882,1,leg_gt,0.53,60 -1703,buy_compound_top3,buy,2025-07-28 10:12:00,1641.0,2.4594,1,leg_gt,0.29,60 -1704,buy_compound_top3,buy,2025-07-28 10:15:00,1638.0,2.6473,1,leg_gt,0.29,60 -1705,buy_compound_top3,buy,2025-07-28 10:18:00,1641.0,2.4594,1,leg_gt,0.28,60 -1706,buy_compound_top3,buy,2025-07-28 10:21:00,1642.0,2.397,1,leg_gt,0.28,60 -1707,buy_compound_top3,buy,2025-07-28 10:24:00,1640.0,2.522,1,leg_gt,0.28,60 -1708,buy_compound_top3,buy,2025-07-28 10:27:00,1635.0,2.8358,1,leg_gt,0.28,60 -1709,buy_compound_top3,buy,2025-07-28 10:30:00,1638.0,2.6473,1,leg_gt,0.28,60 -1710,buy_compound_top3,buy,2025-07-28 10:33:00,1636.0,2.7729,1,leg_gt,0.27,60 -1711,buy_compound_top3,buy,2025-07-28 19:42:00,1668.0,-15.6276,0,leg_gt,7.27,60 -1712,buy_compound_top3,buy,2025-07-28 20:27:00,1664.0,-15.4245,0,leg_gt,7.24,60 -1713,buy_compound_top3,buy,2025-07-28 20:30:00,1663.0,-15.3736,0,leg_gt,7.24,60 -1714,buy_compound_top3,buy,2025-07-28 20:33:00,1660.0,-15.2205,0,leg_gt,7.24,60 -1715,buy_compound_top3,buy,2025-07-28 21:57:00,1654.0,-14.9126,0,leg_gt,7.18,60 -1716,buy_compound_top3,buy,2025-07-28 23:36:00,1590.0,-11.4836,0,leg_gt,7.11,60 -1717,buy_compound_top3,buy,2025-07-28 23:39:00,1593.0,-11.6505,0,leg_gt,7.11,60 -1718,buy_compound_top3,buy,2025-07-28 23:57:00,1581.0,-10.9792,0,leg_gt,7.1,60 -1719,buy_compound_top3,buy,2025-07-29 00:57:00,1583.0,-11.0918,0,leg_gt,7.05,60 -1720,buy_compound_top3,buy,2025-07-29 01:15:00,1568.0,-10.2403,0,leg_gt,7.04,60 -1721,buy_compound_top3,buy,2025-07-29 01:18:00,1571.0,-10.4119,0,leg_gt,7.04,60 -1722,buy_compound_top3,buy,2025-07-29 01:21:00,1567.0,-10.183,0,leg_gt,7.04,60 -1723,buy_compound_top3,buy,2025-07-29 01:24:00,1570.0,-10.3548,0,leg_gt,7.04,60 -1724,buy_compound_top3,buy,2025-07-29 03:27:00,1555.0,-9.4891,0,leg_gt,6.95,60 -1725,buy_compound_top3,buy,2025-07-29 03:30:00,1553.0,-9.3724,0,leg_gt,6.95,60 -1726,buy_compound_top3,buy,2025-07-29 03:33:00,1547.0,-9.0205,0,leg_gt,6.95,60 -1727,buy_compound_top3,buy,2025-07-29 04:45:00,1547.0,-9.0205,0,leg_gt,6.9,60 -1728,buy_compound_top3,buy,2025-07-29 04:48:00,1545.0,-8.9026,0,leg_gt,6.89,60 -1729,buy_compound_top3,buy,2025-07-29 05:45:00,1540.0,-8.6065,0,leg_gt,6.85,60 -1730,buy_compound_top3,buy,2025-07-29 05:48:00,1535.0,-8.3085,0,leg_gt,6.85,60 -1731,buy_compound_top3,buy,2025-07-29 06:27:00,1533.0,-8.1887,0,leg_gt,6.82,60 -1732,buy_compound_top3,buy,2025-07-29 10:57:00,1532.0,-8.1287,0,leg_gt,6.64,60 -1733,buy_compound_top3,buy,2025-07-29 11:00:00,1525.0,-7.7066,0,leg_gt,6.64,60 -1734,buy_compound_top3,buy,2025-07-29 11:03:00,1526.0,-7.7671,0,leg_gt,6.63,60 -1735,buy_compound_top3,buy,2025-07-29 11:06:00,1525.0,-7.7066,0,leg_gt,6.63,60 -1736,buy_compound_top3,buy,2025-07-29 11:09:00,1527.0,-7.8276,0,leg_gt,6.63,60 -1737,buy_compound_top3,buy,2025-07-29 11:12:00,1523.0,-7.5852,0,leg_gt,6.63,60 -1738,buy_compound_top3,buy,2025-07-29 11:15:00,1525.0,-7.7066,0,leg_gt,6.62,60 -1739,buy_compound_top3,buy,2025-07-29 11:18:00,1516.0,-7.158,0,leg_gt,6.62,60 -1740,buy_compound_top3,buy,2025-07-29 11:27:00,1519.0,-7.3416,0,leg_gt,6.62,60 -1741,buy_compound_top3,buy,2025-07-29 11:42:00,1510.0,-6.7887,0,leg_gt,6.61,60 -1742,buy_compound_top3,buy,2025-07-29 11:57:00,1506.0,-6.5409,0,leg_gt,6.6,60 -1743,buy_compound_top3,buy,2025-07-29 19:21:00,1531.0,-8.0686,0,leg_gt,6.29,60 -1744,buy_compound_top3,buy,2025-07-29 19:24:00,1529.0,-7.9483,0,leg_gt,6.29,60 -1745,buy_compound_top3,buy,2025-07-29 19:27:00,1530.0,-8.0085,0,leg_gt,6.28,60 -1746,buy_compound_top3,buy,2025-07-29 19:36:00,1529.0,-7.9483,0,leg_gt,6.28,60 -1747,buy_compound_top3,buy,2025-07-29 19:39:00,1527.0,-7.8276,0,leg_gt,6.28,60 -1748,buy_compound_top3,buy,2025-07-29 19:42:00,1526.0,-7.7671,0,leg_gt,6.27,60 -1749,buy_compound_top3,buy,2025-07-29 19:45:00,1522.0,-7.5244,0,leg_gt,6.27,60 -1750,buy_compound_top3,buy,2025-07-29 19:48:00,1517.0,-7.2193,0,leg_gt,6.27,60 -1751,buy_compound_top3,buy,2025-07-29 19:51:00,1517.0,-7.2193,0,leg_gt,6.27,60 -1752,buy_compound_top3,buy,2025-07-29 19:54:00,1518.0,-7.2805,0,leg_gt,6.26,60 -1753,buy_compound_top3,buy,2025-07-29 19:57:00,1515.0,-7.0967,0,leg_gt,6.26,60 -1754,buy_compound_top3,buy,2025-07-29 20:00:00,1514.0,-7.0353,0,leg_gt,6.26,60 -1755,buy_compound_top3,buy,2025-07-29 20:03:00,1517.0,-7.2193,0,leg_gt,6.26,60 -1756,buy_compound_top3,buy,2025-07-29 23:15:00,1503.0,-6.3542,0,leg_gt,6.12,60 -1757,buy_compound_top3,buy,2025-07-29 23:18:00,1510.0,-6.7887,0,leg_gt,6.12,60 -1758,buy_compound_top3,buy,2025-07-29 23:51:00,1495.0,-5.8525,0,leg_gt,6.1,60 -1759,buy_compound_top3,buy,2025-07-29 23:54:00,1481.0,-4.9616,0,leg_gt,6.1,60 -1760,buy_compound_top3,buy,2025-07-29 23:57:00,1491.0,-5.5997,0,leg_gt,6.1,60 -1761,buy_compound_top3,buy,2025-07-30 01:27:00,1483.0,-5.0899,0,leg_gt,6.03,60 -1762,buy_compound_top3,buy,2025-07-30 04:30:00,1474.0,-4.5098,0,leg_gt,5.91,60 -1763,buy_compound_top3,buy,2025-07-30 04:33:00,1477.0,-4.7039,0,leg_gt,5.9,60 -1764,buy_compound_top3,buy,2025-07-30 04:36:00,1474.0,-4.5098,0,leg_gt,5.9,60 -1765,buy_compound_top3,buy,2025-07-30 04:39:00,1472.0,-4.3799,0,leg_gt,5.9,60 -1766,buy_compound_top3,buy,2025-07-30 04:42:00,1473.0,-4.4449,0,leg_gt,5.9,60 -1767,buy_compound_top3,buy,2025-07-30 05:06:00,1469.0,-4.1844,0,leg_gt,5.88,60 -1768,buy_compound_top3,buy,2025-07-30 05:09:00,1465.0,-3.9225,0,leg_gt,5.88,60 -1769,buy_compound_top3,buy,2025-07-30 05:15:00,1461.0,-3.6592,0,leg_gt,5.88,60 -1770,buy_compound_top3,buy,2025-07-30 05:18:00,1464.0,-3.8568,0,leg_gt,5.87,60 -1771,buy_compound_top3,buy,2025-07-30 09:45:00,1479.0,-4.8329,0,leg_gt,5.69,60 -1772,buy_compound_top3,buy,2025-07-30 09:48:00,1475.0,-4.5746,0,leg_gt,5.69,60 -1773,buy_compound_top3,buy,2025-07-30 10:21:00,1466.0,-3.9881,0,leg_gt,5.66,60 -1774,buy_compound_top3,buy,2025-07-30 10:24:00,1475.0,-4.5746,0,leg_gt,5.66,60 -1775,buy_compound_top3,buy,2025-07-30 13:45:00,1481.0,-4.9616,0,leg_gt,5.52,60 -1776,buy_compound_top3,buy,2025-07-30 13:48:00,1476.0,-4.6393,0,leg_gt,5.52,60 -1777,buy_compound_top3,buy,2025-07-30 14:00:00,1474.0,-4.5098,0,leg_gt,5.51,60 -1778,buy_compound_top3,buy,2025-07-30 14:03:00,1472.0,-4.3799,0,leg_gt,5.51,60 -1779,buy_compound_top3,buy,2025-07-30 14:06:00,1478.0,-4.7685,0,leg_gt,5.51,60 -1780,buy_compound_top3,buy,2025-07-30 14:09:00,1472.0,-4.3799,0,leg_gt,5.5,60 -1781,buy_compound_top3,buy,2025-07-30 14:12:00,1468.0,-4.1191,0,leg_gt,5.5,60 -1782,buy_compound_top3,buy,2025-07-30 16:21:00,1470.0,-4.2497,0,leg_gt,5.41,60 -1783,buy_compound_top3,buy,2025-07-30 16:24:00,1470.0,-4.2497,0,leg_gt,5.41,60 -1784,buy_compound_top3,buy,2025-07-30 16:45:00,1469.0,-4.1844,0,leg_gt,5.4,60 -1785,buy_compound_top3,buy,2025-07-30 16:48:00,1467.0,-4.0536,0,leg_gt,5.39,60 -1786,buy_compound_top3,buy,2025-07-30 16:51:00,1468.0,-4.1191,0,leg_gt,5.39,60 -1787,buy_compound_top3,buy,2025-07-30 16:54:00,1465.0,-3.9225,0,leg_gt,5.39,60 -1788,buy_compound_top3,buy,2025-07-30 16:57:00,1465.0,-3.9225,0,leg_gt,5.39,60 -1789,buy_compound_top3,buy,2025-07-30 17:15:00,1461.0,-3.6592,0,leg_gt,5.38,60 -1790,buy_compound_top3,buy,2025-07-30 17:18:00,1465.0,-3.9225,0,leg_gt,5.37,60 -1791,buy_compound_top3,buy,2025-07-30 18:30:00,1461.0,-3.6592,0,leg_gt,5.32,60 -1792,buy_compound_top3,buy,2025-07-30 18:33:00,1457.0,-3.3944,0,leg_gt,5.32,60 -1793,buy_compound_top3,buy,2025-07-30 18:36:00,1462.0,-3.7252,0,leg_gt,5.32,60 -1794,buy_compound_top3,buy,2025-07-30 18:39:00,1458.0,-3.4608,0,leg_gt,5.32,60 -1795,buy_compound_top3,buy,2025-07-30 18:42:00,1459.0,-3.527,0,leg_gt,5.31,60 -1796,buy_compound_top3,buy,2025-07-30 20:36:00,1434.0,-1.8434,0,leg_gt,5.24,60 -1797,buy_compound_top3,buy,2025-07-30 20:39:00,1432.0,-1.7061,0,leg_gt,5.23,60 -1798,buy_compound_top3,buy,2025-07-30 20:42:00,1430.0,-1.5685,0,leg_gt,5.23,60 -1799,buy_compound_top3,buy,2025-07-30 20:45:00,1426.0,-1.2921,0,leg_gt,5.23,60 -1800,buy_compound_top3,buy,2025-07-30 20:48:00,1427.0,-1.3614,0,leg_gt,5.23,60 -1801,buy_compound_top3,buy,2025-07-30 20:51:00,1423.0,-1.0838,0,leg_gt,5.22,60 -1802,buy_compound_top3,buy,2025-07-30 20:54:00,1423.0,-1.0838,0,leg_gt,5.22,60 -1803,buy_compound_top3,buy,2025-07-31 14:51:00,1487.0,-5.3455,0,leg_gt,4.47,60 -1804,buy_compound_top3,buy,2025-07-31 14:54:00,1488.0,-5.4091,0,leg_gt,4.47,60 -1805,buy_compound_top3,buy,2025-07-31 21:15:00,1489.0,-5.4727,0,leg_gt,4.21,60 -1806,buy_compound_top3,buy,2025-07-31 21:18:00,1487.0,-5.3455,0,leg_gt,4.21,60 -1807,buy_compound_top3,buy,2025-07-31 21:27:00,1486.0,-5.2817,0,leg_gt,4.2,60 -1808,buy_compound_top3,buy,2025-07-31 21:42:00,1481.0,-4.9616,0,leg_gt,4.19,60 -1809,buy_compound_top3,buy,2025-07-31 21:45:00,1478.0,-4.7685,0,leg_gt,4.19,60 -1810,buy_compound_top3,buy,2025-07-31 21:48:00,1476.0,-4.6393,0,leg_gt,4.19,60 -1811,buy_compound_top3,buy,2025-07-31 22:06:00,1472.0,-4.3799,0,leg_gt,4.17,60 -1812,buy_compound_top3,buy,2025-07-31 22:09:00,1468.0,-4.1191,0,leg_gt,4.17,60 -1813,buy_compound_top3,buy,2025-07-31 22:21:00,1473.0,-4.4449,0,leg_gt,4.16,60 -1814,buy_compound_top3,buy,2025-07-31 22:24:00,1467.0,-4.0536,0,leg_gt,4.16,60 -1815,buy_compound_top3,buy,2025-07-31 22:27:00,1464.0,-3.8568,0,leg_gt,4.16,60 -1816,buy_compound_top3,buy,2025-07-31 22:30:00,1465.0,-3.9225,0,leg_gt,4.16,60 -1817,buy_compound_top3,buy,2025-07-31 22:33:00,1463.0,-3.791,0,leg_gt,4.15,60 -1818,buy_compound_top3,buy,2025-07-31 23:21:00,1452.0,-3.0614,0,leg_gt,4.12,60 -1819,buy_compound_top3,buy,2025-07-31 23:24:00,1452.0,-3.0614,0,leg_gt,4.12,60 -1820,buy_compound_top3,buy,2025-07-31 23:36:00,1458.0,-3.4608,0,leg_gt,4.11,60 -1821,buy_compound_top3,buy,2025-07-31 23:39:00,1453.0,-3.1282,0,leg_gt,4.11,60 -1822,buy_compound_top3,buy,2025-07-31 23:42:00,1452.0,-3.0614,0,leg_gt,4.11,60 -1823,buy_compound_top3,buy,2025-08-01 03:12:00,1452.0,-3.0614,0,leg_gt,3.96,60 -1824,buy_compound_top3,buy,2025-08-01 03:15:00,1454.0,-3.1949,0,leg_gt,3.96,60 -1825,buy_compound_top3,buy,2025-08-01 04:12:00,1451.0,-2.9946,0,leg_gt,3.92,60 -1826,buy_compound_top3,buy,2025-08-01 04:15:00,1447.0,-2.7261,0,leg_gt,3.92,60 -1827,buy_compound_top3,buy,2025-08-01 04:18:00,1450.0,-2.9276,0,leg_gt,3.91,60 -1828,buy_compound_top3,buy,2025-08-01 05:12:00,1446.0,-2.6588,0,leg_gt,3.88,60 -1829,buy_compound_top3,buy,2025-08-01 06:12:00,1445.0,-2.5913,0,leg_gt,3.84,60 -1830,buy_compound_top3,buy,2025-08-01 06:15:00,1443.0,-2.4562,0,leg_gt,3.83,60 -1831,buy_compound_top3,buy,2025-08-01 06:18:00,1442.0,-2.3885,0,leg_gt,3.83,60 -1832,buy_compound_top3,buy,2025-08-01 07:21:00,1420.0,-0.8746,0,leg_gt,3.79,60 -1833,buy_compound_top3,buy,2025-08-01 07:24:00,1418.0,-0.7347,0,leg_gt,3.79,60 -1834,buy_compound_top3,buy,2025-08-01 07:27:00,1411.0,-0.2417,0,leg_gt,3.78,60 -1835,buy_compound_top3,buy,2025-08-01 07:30:00,1416.0,-0.5944,0,leg_gt,3.78,60 -1836,buy_compound_top3,buy,2025-08-01 07:33:00,1411.0,-0.2417,0,leg_gt,3.78,60 -1837,buy_compound_top3,buy,2025-08-01 07:36:00,1410.0,-0.1709,0,leg_gt,3.78,60 -1838,buy_compound_top3,buy,2025-08-01 07:39:00,1407.0,0.0421,1,leg_gt,3.78,60 -1839,buy_compound_top3,buy,2025-08-01 07:42:00,1406.0,0.1134,1,leg_gt,3.77,60 -1840,buy_compound_top3,buy,2025-08-01 08:42:00,1398.0,0.6868,1,leg_gt,3.73,60 -1841,buy_compound_top3,buy,2025-08-01 09:21:00,1391.0,1.194,1,leg_gt,3.7,60 -1842,buy_compound_top3,buy,2025-08-01 09:24:00,1388.0,1.413,1,leg_gt,3.7,60 -1843,buy_compound_top3,buy,2025-08-01 09:27:00,1383.0,1.78,1,leg_gt,3.7,60 -1844,buy_compound_top3,buy,2025-08-01 09:30:00,1383.0,1.78,1,leg_gt,3.7,60 -1845,buy_compound_top3,buy,2025-08-01 09:33:00,1382.0,1.8537,1,leg_gt,3.7,60 -1846,buy_compound_top3,buy,2025-08-01 09:42:00,1377.0,2.2239,1,leg_gt,3.69,60 -1847,buy_compound_top3,buy,2025-08-01 09:45:00,1373.0,2.522,1,leg_gt,3.69,60 -1848,buy_compound_top3,buy,2025-08-01 09:48:00,1364.0,3.1991,1,leg_gt,3.69,60 -1849,buy_compound_top3,buy,2025-08-01 14:21:00,1376.0,2.2983,1,leg_gt,3.5,60 -1850,buy_compound_top3,buy,2025-08-01 14:24:00,1375.0,2.3727,1,leg_gt,3.49,60 -1851,buy_compound_top3,buy,2025-08-01 14:27:00,1377.0,2.2239,1,leg_gt,3.49,60 -1852,buy_compound_top3,buy,2025-08-01 14:30:00,1376.0,2.2983,1,leg_gt,3.49,60 -1853,buy_compound_top3,buy,2025-08-01 14:33:00,1374.0,2.4473,1,leg_gt,3.49,60 -1854,buy_compound_top3,buy,2025-08-01 15:00:00,1367.0,2.9724,1,leg_gt,3.47,60 -1855,buy_compound_top3,buy,2025-08-01 15:03:00,1364.0,3.1991,1,leg_gt,3.47,60 -1856,buy_compound_top3,buy,2025-08-01 15:06:00,1360.0,3.5029,1,leg_gt,3.46,60 -1857,buy_compound_top3,buy,2025-08-01 15:09:00,1371.0,2.6717,1,leg_gt,3.46,60 -1858,buy_compound_top3,buy,2025-08-01 15:42:00,1359.0,3.5792,1,leg_gt,3.44,60 -1859,buy_compound_top3,buy,2025-08-01 15:45:00,1355.0,3.8852,1,leg_gt,3.44,60 -1860,buy_compound_top3,buy,2025-08-01 15:48:00,1362.0,3.3508,1,leg_gt,3.44,60 -1861,buy_compound_top3,buy,2025-08-01 17:21:00,1345.0,4.6584,1,leg_gt,3.37,60 -1862,buy_compound_top3,buy,2025-08-01 17:24:00,1346.0,4.5805,1,leg_gt,3.37,60 -1863,buy_compound_top3,buy,2025-08-01 17:30:00,1345.0,4.6584,1,leg_gt,3.36,60 -1864,buy_compound_top3,buy,2025-08-01 17:33:00,1348.0,4.4252,1,leg_gt,3.36,60 -1865,buy_compound_top3,buy,2025-08-01 23:00:00,1341.0,4.9708,1,leg_gt,3.14,60 -1866,buy_compound_top3,buy,2025-08-01 23:03:00,1337.0,5.2852,1,leg_gt,3.13,60 -1867,buy_compound_top3,buy,2025-08-02 02:12:00,1348.0,4.4252,1,leg_gt,3.0,60 -1868,buy_compound_top3,buy,2025-08-02 02:15:00,1350.0,4.2704,1,leg_gt,3.0,60 -1869,buy_compound_top3,buy,2025-08-02 02:18:00,1350.0,4.2704,1,leg_gt,3.0,60 -1870,buy_compound_top3,buy,2025-08-02 05:42:00,1340.0,5.0493,1,leg_gt,2.86,60 -1871,buy_compound_top3,buy,2025-08-02 07:42:00,1318.0,6.8044,1,leg_gt,2.77,60 -1872,buy_compound_top3,buy,2025-08-02 14:27:00,1352.0,4.116,1,leg_gt,2.49,60 -1873,buy_compound_top3,buy,2025-08-02 14:42:00,1350.0,4.2704,1,leg_gt,2.48,60 -1874,buy_compound_top3,buy,2025-08-02 15:12:00,1346.0,4.5805,1,leg_gt,2.46,60 -1875,buy_compound_top3,buy,2025-08-02 15:15:00,1346.0,4.5805,1,leg_gt,2.46,60 -1876,buy_compound_top3,buy,2025-08-02 15:18:00,1342.0,4.8925,1,leg_gt,2.46,60 -1877,buy_compound_top3,buy,2025-08-02 15:45:00,1322.0,6.4809,1,leg_gt,2.44,60 -1878,buy_compound_top3,buy,2025-08-02 15:48:00,1328.0,5.9994,1,leg_gt,2.44,60 -1879,buy_compound_top3,buy,2025-08-02 23:45:00,1320.0,6.6424,1,leg_gt,2.1,60 -1880,buy_compound_top3,buy,2025-08-02 23:48:00,1324.0,6.3199,1,leg_gt,2.1,60 -1881,buy_compound_top3,buy,2025-08-03 00:57:00,1312.0,7.2933,1,leg_gt,2.05,60 -1882,buy_compound_top3,buy,2025-08-03 01:00:00,1313.0,7.2115,1,leg_gt,2.05,60 -1883,buy_compound_top3,buy,2025-08-03 01:03:00,1315.0,7.0483,1,leg_gt,2.05,60 -1884,buy_compound_top3,buy,2025-08-03 03:00:00,1301.0,8.2013,1,leg_gt,1.97,60 -1885,buy_compound_top3,buy,2025-08-03 03:03:00,1303.0,8.0351,1,leg_gt,1.97,60 -1886,buy_compound_top3,buy,2025-08-03 08:21:00,1302.0,8.1181,1,leg_gt,1.75,60 -1887,buy_compound_top3,buy,2025-08-03 08:24:00,1301.0,8.2013,1,leg_gt,1.74,60 -1888,buy_compound_top3,buy,2025-08-03 08:27:00,1300.0,8.2846,1,leg_gt,1.74,60 -1889,buy_compound_top3,buy,2025-08-03 08:30:00,1298.0,8.4516,1,leg_gt,1.74,60 -1890,buy_compound_top3,buy,2025-08-03 08:33:00,1298.0,8.4516,1,leg_gt,1.74,60 -1891,buy_compound_top3,buy,2025-08-03 15:12:00,1340.0,5.0493,1,leg_gt,1.46,60 -1892,buy_compound_top3,buy,2025-08-03 15:51:00,1339.0,5.1278,1,leg_gt,1.43,60 -1893,buy_compound_top3,buy,2025-08-03 15:54:00,1340.0,5.0493,1,leg_gt,1.43,60 -1894,buy_compound_top3,buy,2025-08-03 21:21:00,1347.0,4.5028,1,leg_gt,1.2,60 -1895,buy_compound_top3,buy,2025-08-03 21:24:00,1349.0,4.3477,1,leg_gt,1.2,60 -1896,buy_compound_top3,buy,2025-08-03 21:27:00,1348.0,4.4252,1,leg_gt,1.2,60 -1897,buy_compound_top3,buy,2025-08-04 05:12:00,1356.0,3.8086,1,leg_gt,0.88,60 -1898,buy_compound_top3,buy,2025-08-04 14:06:00,1375.0,2.3727,1,leg_gt,0.51,60 -1899,buy_compound_top3,buy,2025-08-04 14:09:00,1374.0,2.4473,1,leg_gt,0.5,60 -1900,buy_compound_top3,buy,2025-08-04 14:12:00,1373.0,2.522,1,leg_gt,0.5,60 -1901,buy_compound_top3,buy,2025-08-04 14:21:00,1371.0,2.6717,1,leg_gt,0.5,60 -1902,buy_compound_top3,buy,2025-08-04 14:24:00,1375.0,2.3727,1,leg_gt,0.49,60 -1903,buy_compound_top3,buy,2025-08-04 14:42:00,1370.0,2.7467,1,leg_gt,0.48,60 -1904,buy_compound_top3,buy,2025-08-04 14:45:00,1369.0,2.8218,1,leg_gt,0.48,60 -1905,buy_compound_top3,buy,2025-08-04 14:48:00,1368.0,2.8971,1,leg_gt,0.48,60 -1906,buy_compound_top3,buy,2025-08-04 18:51:00,1372.0,2.5968,1,leg_gt,0.31,60 -1907,buy_compound_top3,buy,2025-08-04 18:54:00,1371.0,2.6717,1,leg_gt,0.31,60 -1908,buy_compound_top3,buy,2025-08-04 18:57:00,1370.0,2.7467,1,leg_gt,0.3,60 -1909,buy_compound_top3,buy,2025-08-04 19:00:00,1370.0,2.7467,1,leg_gt,0.3,60 -1910,buy_compound_top3,buy,2025-08-04 19:03:00,1368.0,2.8971,1,leg_gt,0.3,60 -1911,buy_compound_top3,buy,2025-08-04 19:06:00,1369.0,2.8218,1,leg_gt,0.3,60 -1912,buy_compound_top3,buy,2025-08-04 19:09:00,1369.0,2.8218,1,leg_gt,0.3,60 -1913,buy_compound_top3,buy,2025-08-04 20:27:00,1366.0,3.0479,1,leg_gt,0.24,60 -1914,buy_compound_top3,buy,2025-08-04 20:30:00,1365.0,3.1234,1,leg_gt,0.24,60 -1915,buy_compound_top3,buy,2025-08-04 20:33:00,1364.0,3.1991,1,leg_gt,0.24,60 -1916,buy_compound_top3,buy,2025-08-04 20:36:00,1364.0,3.1991,1,leg_gt,0.24,60 -1917,buy_compound_top3,buy,2025-08-04 20:39:00,1364.0,3.1991,1,leg_gt,0.23,60 -1918,buy_compound_top3,buy,2025-08-05 03:42:00,1386.0,8.9909,1,leg_gt,5.41,60 -1919,buy_compound_top3,buy,2025-08-05 03:51:00,1385.0,9.0697,1,leg_gt,5.4,60 -1920,buy_compound_top3,buy,2025-08-05 03:54:00,1386.0,8.9909,1,leg_gt,5.4,60 -1921,buy_compound_top3,buy,2025-08-05 03:57:00,1384.0,9.1486,1,leg_gt,5.4,60 -1922,buy_compound_top3,buy,2025-08-05 04:30:00,1372.0,10.1041,1,leg_gt,5.37,60 -1923,buy_compound_top3,buy,2025-08-05 04:33:00,1372.0,10.1041,1,leg_gt,5.37,60 -1924,buy_compound_top3,buy,2025-08-05 04:36:00,1371.0,10.1845,1,leg_gt,5.37,60 -1925,buy_compound_top3,buy,2025-08-05 04:39:00,1372.0,10.1041,1,leg_gt,5.37,60 -1926,buy_compound_top3,buy,2025-08-05 04:42:00,1371.0,10.1845,1,leg_gt,5.36,60 -1927,buy_compound_top3,buy,2025-08-05 10:00:00,1389.0,8.7553,1,leg_gt,5.14,60 -1928,buy_compound_top3,buy,2025-08-05 10:03:00,1387.0,8.9123,1,leg_gt,5.14,60 -1929,buy_compound_top3,buy,2025-08-05 10:27:00,1384.0,9.1486,1,leg_gt,5.12,60 -1930,buy_compound_top3,buy,2025-08-05 10:42:00,1381.0,9.3859,1,leg_gt,5.11,60 -1931,buy_compound_top3,buy,2025-08-05 10:45:00,1383.0,9.2275,1,leg_gt,5.11,60 -1932,buy_compound_top3,buy,2025-08-05 10:48:00,1380.0,9.4652,1,leg_gt,5.11,60 -1933,buy_compound_top3,buy,2025-08-05 10:51:00,1378.0,9.6242,1,leg_gt,5.11,60 -1934,buy_compound_top3,buy,2025-08-05 10:54:00,1377.0,9.7039,1,leg_gt,5.11,60 -1935,buy_compound_top3,buy,2025-08-05 11:12:00,1378.0,9.6242,1,leg_gt,5.09,60 -1936,buy_compound_top3,buy,2025-08-05 11:15:00,1375.0,9.8636,1,leg_gt,5.09,60 -1937,buy_compound_top3,buy,2025-08-05 11:18:00,1375.0,9.8636,1,leg_gt,5.09,60 -1938,buy_compound_top3,buy,2025-08-05 11:21:00,1375.0,9.8636,1,leg_gt,5.09,60 -1939,buy_compound_top3,buy,2025-08-05 11:24:00,1374.0,9.9437,1,leg_gt,5.09,60 -1940,buy_compound_top3,buy,2025-08-05 11:27:00,1374.0,9.9437,1,leg_gt,5.08,60 -1941,buy_compound_top3,buy,2025-08-05 11:30:00,1371.0,10.1845,1,leg_gt,5.08,60 -1942,buy_compound_top3,buy,2025-08-05 11:33:00,1373.0,10.0238,1,leg_gt,5.08,60 -1943,buy_compound_top3,buy,2025-08-05 12:36:00,1355.0,11.4867,1,leg_gt,5.04,60 -1944,buy_compound_top3,buy,2025-08-05 12:39:00,1352.0,11.7343,1,leg_gt,5.03,60 -1945,buy_compound_top3,buy,2025-08-05 13:42:00,1349.0,11.983,1,leg_gt,4.99,60 -1946,buy_compound_top3,buy,2025-08-05 13:45:00,1350.0,11.9,1,leg_gt,4.99,60 -1947,buy_compound_top3,buy,2025-08-05 13:48:00,1349.0,11.983,1,leg_gt,4.99,60 -1948,buy_compound_top3,buy,2025-08-05 13:51:00,1352.0,11.7343,1,leg_gt,4.98,60 -1949,buy_compound_top3,buy,2025-08-05 13:54:00,1350.0,11.9,1,leg_gt,4.98,60 -1950,buy_compound_top3,buy,2025-08-05 15:42:00,1347.0,12.1494,1,leg_gt,4.91,60 -1951,buy_compound_top3,buy,2025-08-05 16:06:00,1336.0,13.0737,1,leg_gt,4.89,60 -1952,buy_compound_top3,buy,2025-08-05 16:09:00,1335.0,13.1584,1,leg_gt,4.89,60 -1953,buy_compound_top3,buy,2025-08-05 16:12:00,1335.0,13.1584,1,leg_gt,4.89,60 -1954,buy_compound_top3,buy,2025-08-05 16:15:00,1335.0,13.1584,1,leg_gt,4.88,60 -1955,buy_compound_top3,buy,2025-08-05 16:18:00,1333.0,13.3284,1,leg_gt,4.88,60 -1956,buy_compound_top3,buy,2025-08-05 16:30:00,1333.0,13.3284,1,leg_gt,4.87,60 -1957,buy_compound_top3,buy,2025-08-05 16:33:00,1331.0,13.4988,1,leg_gt,4.87,60 -1958,buy_compound_top3,buy,2025-08-05 16:36:00,1328.0,13.7554,1,leg_gt,4.87,60 -1959,buy_compound_top3,buy,2025-08-05 16:39:00,1323.0,14.1857,1,leg_gt,4.87,60 -1960,buy_compound_top3,buy,2025-08-05 16:45:00,1322.0,14.2722,1,leg_gt,4.86,60 -1961,buy_compound_top3,buy,2025-08-05 16:48:00,1325.0,14.0132,1,leg_gt,4.86,60 -1962,buy_compound_top3,buy,2025-08-05 16:51:00,1326.0,13.9271,1,leg_gt,4.86,60 -1963,buy_compound_top3,buy,2025-08-05 16:54:00,1321.0,14.3587,1,leg_gt,4.86,60 -1964,buy_compound_top3,buy,2025-08-05 16:57:00,1324.0,14.0994,1,leg_gt,4.85,60 -1965,buy_compound_top3,buy,2025-08-05 17:00:00,1321.0,14.3587,1,leg_gt,4.85,60 -1966,buy_compound_top3,buy,2025-08-05 17:03:00,1319.0,14.5323,1,leg_gt,4.85,60 -1967,buy_compound_top3,buy,2025-08-05 17:06:00,1323.0,14.1857,1,leg_gt,4.85,60 -1968,buy_compound_top3,buy,2025-08-05 17:09:00,1317.0,14.7064,1,leg_gt,4.85,60 -1969,buy_compound_top3,buy,2025-08-05 21:45:00,1338.0,12.9045,1,leg_gt,4.65,60 -1970,buy_compound_top3,buy,2025-08-05 21:48:00,1337.0,12.989,1,leg_gt,4.65,60 -1971,buy_compound_top3,buy,2025-08-05 23:36:00,1318.0,14.6193,1,leg_gt,4.58,60 -1972,buy_compound_top3,buy,2025-08-05 23:39:00,1317.0,14.7064,1,leg_gt,4.58,60 -1973,buy_compound_top3,buy,2025-08-06 00:36:00,1310.0,15.3198,1,leg_gt,4.54,60 -1974,buy_compound_top3,buy,2025-08-06 00:39:00,1308.0,15.4963,1,leg_gt,4.53,60 -1975,buy_compound_top3,buy,2025-08-06 00:42:00,1312.0,15.1439,1,leg_gt,4.53,60 -1976,buy_compound_top3,buy,2025-08-06 00:45:00,1314.0,14.9685,1,leg_gt,4.53,60 -1977,buy_compound_top3,buy,2025-08-06 00:48:00,1310.0,15.3198,1,leg_gt,4.53,60 -1978,buy_compound_top3,buy,2025-08-06 00:51:00,1312.0,15.1439,1,leg_gt,4.53,60 -1979,buy_compound_top3,buy,2025-08-06 00:54:00,1310.0,15.3198,1,leg_gt,4.52,60 -1980,buy_compound_top3,buy,2025-08-06 04:45:00,1311.0,15.2318,1,leg_gt,4.36,60 -1981,buy_compound_top3,buy,2025-08-06 04:48:00,1312.0,15.1439,1,leg_gt,4.36,60 -1982,buy_compound_top3,buy,2025-08-06 04:51:00,1311.0,15.2318,1,leg_gt,4.36,60 -1983,buy_compound_top3,buy,2025-08-06 04:54:00,1310.0,15.3198,1,leg_gt,4.36,60 -1984,buy_compound_top3,buy,2025-08-06 13:27:00,1291.0,17.0185,1,leg_gt,4.0,60 -1985,buy_compound_top3,buy,2025-08-06 19:21:00,1308.0,15.4963,1,leg_gt,3.75,60 -1986,buy_compound_top3,buy,2025-08-06 19:24:00,1309.0,15.408,1,leg_gt,3.75,60 -1987,buy_compound_top3,buy,2025-08-06 19:27:00,1309.0,15.408,1,leg_gt,3.75,60 -1988,buy_compound_top3,buy,2025-08-06 20:51:00,1308.0,15.4963,1,leg_gt,3.69,60 -1989,buy_compound_top3,buy,2025-08-06 20:54:00,1307.0,15.5848,1,leg_gt,3.69,60 -1990,buy_compound_top3,buy,2025-08-06 20:57:00,1309.0,15.408,1,leg_gt,3.69,60 -1991,buy_compound_top3,buy,2025-08-06 21:21:00,1307.0,15.5848,1,leg_gt,3.67,60 -1992,buy_compound_top3,buy,2025-08-06 21:24:00,1305.0,15.7621,1,leg_gt,3.67,60 -1993,buy_compound_top3,buy,2025-08-06 21:27:00,1305.0,15.7621,1,leg_gt,3.67,60 -1994,buy_compound_top3,buy,2025-08-07 11:00:00,1340.0,12.7358,1,leg_gt,3.1,60 -1995,buy_compound_top3,buy,2025-08-07 11:03:00,1340.0,12.7358,1,leg_gt,3.1,60 -1996,buy_compound_top3,buy,2025-08-07 11:06:00,1340.0,12.7358,1,leg_gt,3.1,60 -1997,buy_compound_top3,buy,2025-08-07 11:09:00,1343.0,12.4838,1,leg_gt,3.1,60 -1998,buy_compound_top3,buy,2025-08-07 11:12:00,1340.0,12.7358,1,leg_gt,3.09,60 -1999,buy_compound_top3,buy,2025-08-07 11:15:00,1340.0,12.7358,1,leg_gt,3.09,60 -2000,buy_compound_top3,buy,2025-08-07 11:18:00,1339.0,12.8201,1,leg_gt,3.09,60 -2001,buy_compound_top3,buy,2025-08-07 11:21:00,1338.0,12.9045,1,leg_gt,3.09,60 -2002,buy_compound_top3,buy,2025-08-07 11:24:00,1337.0,12.989,1,leg_gt,3.09,60 -2003,buy_compound_top3,buy,2025-08-07 11:27:00,1337.0,12.989,1,leg_gt,3.08,60 -2004,buy_compound_top3,buy,2025-08-07 14:00:00,1337.0,12.989,1,leg_gt,2.98,60 -2005,buy_compound_top3,buy,2025-08-07 14:03:00,1339.0,12.8201,1,leg_gt,2.98,60 -2006,buy_compound_top3,buy,2025-08-07 14:06:00,1337.0,12.989,1,leg_gt,2.97,60 -2007,buy_compound_top3,buy,2025-08-07 14:09:00,1336.0,13.0737,1,leg_gt,2.97,60 -2008,buy_compound_top3,buy,2025-08-07 18:00:00,1346.0,12.2328,1,leg_gt,2.81,60 -2009,buy_compound_top3,buy,2025-08-07 18:03:00,1344.0,12.4,1,leg_gt,2.81,60 -2010,buy_compound_top3,buy,2025-08-07 18:06:00,1345.0,12.3164,1,leg_gt,2.81,60 -2011,buy_compound_top3,buy,2025-08-07 18:09:00,1346.0,12.2328,1,leg_gt,2.8,60 -2012,buy_compound_top3,buy,2025-08-07 23:12:00,1388.0,8.8337,1,leg_gt,2.59,60 -2013,buy_compound_top3,buy,2025-08-07 23:15:00,1387.0,8.9123,1,leg_gt,2.59,60 -2014,buy_compound_top3,buy,2025-08-07 23:18:00,1391.0,8.5988,1,leg_gt,2.59,60 -2015,buy_compound_top3,buy,2025-08-07 23:36:00,1382.0,9.3067,1,leg_gt,2.58,60 -2016,buy_compound_top3,buy,2025-08-07 23:39:00,1383.0,9.2275,1,leg_gt,2.58,60 -2017,buy_compound_top3,buy,2025-08-08 01:57:00,1383.0,9.2275,1,leg_gt,2.48,60 -2018,buy_compound_top3,buy,2025-08-08 02:00:00,1378.0,9.6242,1,leg_gt,2.48,60 -2019,buy_compound_top3,buy,2025-08-08 02:03:00,1381.0,9.3859,1,leg_gt,2.48,60 -2020,buy_compound_top3,buy,2025-08-08 03:27:00,1376.0,9.7837,1,leg_gt,2.42,60 -2021,buy_compound_top3,buy,2025-08-08 03:36:00,1371.0,10.1845,1,leg_gt,2.41,60 -2022,buy_compound_top3,buy,2025-08-08 03:39:00,1372.0,10.1041,1,leg_gt,2.41,60 -2023,buy_compound_top3,buy,2025-08-08 03:42:00,1371.0,10.1845,1,leg_gt,2.41,60 -2024,buy_compound_top3,buy,2025-08-08 03:51:00,1368.0,10.4263,1,leg_gt,2.4,60 -2025,buy_compound_top3,buy,2025-08-08 03:54:00,1370.0,10.265,1,leg_gt,2.4,60 -2026,buy_compound_top3,buy,2025-08-08 11:21:00,1397.0,8.1319,1,leg_gt,2.09,60 -2027,buy_compound_top3,buy,2025-08-08 11:24:00,1400.0,7.9,1,leg_gt,2.09,60 -2028,buy_compound_top3,buy,2025-08-08 14:30:00,1396.0,8.2095,1,leg_gt,1.96,60 -2029,buy_compound_top3,buy,2025-08-08 14:33:00,1394.0,8.3648,1,leg_gt,1.95,60 -2030,buy_compound_top3,buy,2025-08-08 14:42:00,1395.0,8.2871,1,leg_gt,1.95,60 -2031,buy_compound_top3,buy,2025-08-08 21:21:00,1399.0,7.9772,1,leg_gt,1.67,60 -2032,buy_compound_top3,buy,2025-08-08 21:24:00,1400.0,7.9,1,leg_gt,1.67,60 -2033,buy_compound_top3,buy,2025-08-08 21:27:00,1400.0,7.9,1,leg_gt,1.67,60 -2034,buy_compound_top3,buy,2025-08-08 21:42:00,1399.0,7.9772,1,leg_gt,1.66,60 -2035,buy_compound_top3,buy,2025-08-08 21:45:00,1399.0,7.9772,1,leg_gt,1.65,60 -2036,buy_compound_top3,buy,2025-08-08 21:48:00,1396.0,8.2095,1,leg_gt,1.65,60 -2037,buy_compound_top3,buy,2025-08-08 21:51:00,1397.0,8.1319,1,leg_gt,1.65,60 -2038,buy_compound_top3,buy,2025-08-08 21:54:00,1395.0,8.2871,1,leg_gt,1.65,60 -2039,buy_compound_top3,buy,2025-08-08 22:00:00,1394.0,8.3648,1,leg_gt,1.64,60 -2040,buy_compound_top3,buy,2025-08-08 22:03:00,1397.0,8.1319,1,leg_gt,1.64,60 -2041,buy_compound_top3,buy,2025-08-09 00:15:00,1390.0,8.677,1,leg_gt,1.55,60 -2042,buy_compound_top3,buy,2025-08-09 00:18:00,1387.0,8.9123,1,leg_gt,1.55,60 -2043,buy_compound_top3,buy,2025-08-09 08:57:00,1420.0,6.3789,1,leg_gt,1.19,60 -2044,buy_compound_top3,buy,2025-08-09 23:00:00,1473.0,2.5477,1,leg_gt,0.6,60 -2045,buy_compound_top3,buy,2025-08-09 23:03:00,1465.0,3.1082,1,leg_gt,0.6,60 -2046,buy_compound_top3,buy,2025-08-10 01:51:00,1467.0,2.9675,1,leg_gt,0.48,60 -2047,buy_compound_top3,buy,2025-08-10 01:54:00,1467.0,2.9675,1,leg_gt,0.48,60 -2048,buy_compound_top3,buy,2025-08-10 08:12:00,1483.0,1.8555,1,leg_gt,0.22,60 -2049,buy_compound_top3,buy,2025-08-10 08:15:00,1481.0,1.9932,1,leg_gt,0.22,60 -2050,buy_compound_top3,buy,2025-08-10 08:18:00,1486.0,1.6497,1,leg_gt,0.21,60 -2051,buy_compound_top3,buy,2025-08-10 12:00:00,1483.0,1.8555,1,leg_gt,0.06,60 -2052,buy_compound_top3,buy,2025-08-10 12:03:00,1482.0,1.9243,1,leg_gt,0.06,60 -2053,buy_compound_top3,buy,2025-08-10 12:06:00,1486.0,1.6497,1,leg_gt,0.06,60 -2054,buy_compound_top3,buy,2025-08-10 12:09:00,1483.0,1.8555,1,leg_gt,0.05,60 -2055,buy_compound_top3,buy,2025-08-10 12:12:00,1479.0,2.1312,1,leg_gt,0.05,60 -2056,buy_compound_top3,buy,2025-08-10 14:36:00,1488.0,4.0667,1,leg_gt,3.73,60 -2057,buy_compound_top3,buy,2025-08-10 14:39:00,1488.0,4.0667,1,leg_gt,3.73,60 -2058,buy_compound_top3,buy,2025-08-10 14:51:00,1484.0,4.3474,1,leg_gt,3.72,60 -2059,buy_compound_top3,buy,2025-08-10 14:54:00,1481.0,4.559,1,leg_gt,3.72,60 -2060,buy_compound_top3,buy,2025-08-10 14:57:00,1480.0,4.6297,1,leg_gt,3.72,60 -2061,buy_compound_top3,buy,2025-08-10 15:00:00,1478.0,4.7714,1,leg_gt,3.72,60 -2062,buy_compound_top3,buy,2025-08-10 15:03:00,1475.0,4.9847,1,leg_gt,3.71,60 -2063,buy_compound_top3,buy,2025-08-10 15:06:00,1477.0,4.8425,1,leg_gt,3.71,60 -2064,buy_compound_top3,buy,2025-08-10 15:09:00,1477.0,4.8425,1,leg_gt,3.71,60 -2065,buy_compound_top3,buy,2025-08-10 15:15:00,1475.0,4.9847,1,leg_gt,3.71,60 -2066,buy_compound_top3,buy,2025-08-10 15:18:00,1465.0,5.702,1,leg_gt,3.7,60 -2067,buy_compound_top3,buy,2025-08-10 15:27:00,1463.0,5.8467,1,leg_gt,3.7,60 -2068,buy_compound_top3,buy,2025-08-10 15:30:00,1462.0,5.9192,1,leg_gt,3.7,60 -2069,buy_compound_top3,buy,2025-08-10 15:33:00,1463.0,5.8467,1,leg_gt,3.69,60 -2070,buy_compound_top3,buy,2025-08-10 17:00:00,1433.0,8.0647,1,leg_gt,3.63,60 -2071,buy_compound_top3,buy,2025-08-10 17:03:00,1421.0,8.9781,1,leg_gt,3.63,60 -2072,buy_compound_top3,buy,2025-08-10 22:42:00,1429.0,8.3675,1,leg_gt,3.4,60 -2073,buy_compound_top3,buy,2025-08-10 22:45:00,1430.0,8.2916,1,leg_gt,3.39,60 -2074,buy_compound_top3,buy,2025-08-10 22:48:00,1428.0,8.4434,1,leg_gt,3.39,60 -2075,buy_compound_top3,buy,2025-08-10 22:57:00,1428.0,8.4434,1,leg_gt,3.39,60 -2076,buy_compound_top3,buy,2025-08-11 06:30:00,1466.0,5.6299,1,leg_gt,3.07,60 -2077,buy_compound_top3,buy,2025-08-11 06:33:00,1466.0,5.6299,1,leg_gt,3.07,60 -2078,buy_compound_top3,buy,2025-08-11 06:36:00,1462.0,5.9192,1,leg_gt,3.07,60 -2079,buy_compound_top3,buy,2025-08-11 06:39:00,1460.0,6.0644,1,leg_gt,3.06,60 -2080,buy_compound_top3,buy,2025-08-11 06:42:00,1464.0,5.7743,1,leg_gt,3.06,60 -2081,buy_compound_top3,buy,2025-08-11 15:51:00,1489.0,3.9967,1,leg_gt,2.68,60 -2082,buy_compound_top3,buy,2025-08-11 15:54:00,1492.0,3.7874,1,leg_gt,2.68,60 -2083,buy_compound_top3,buy,2025-08-11 15:57:00,1490.0,3.9268,1,leg_gt,2.68,60 -2084,buy_compound_top3,buy,2025-08-11 16:45:00,1471.0,5.2705,1,leg_gt,2.64,60 -2085,buy_compound_top3,buy,2025-08-11 16:48:00,1466.0,5.6299,1,leg_gt,2.64,60 -2086,buy_compound_top3,buy,2025-08-11 16:57:00,1461.0,5.9917,1,leg_gt,2.64,60 -2087,buy_compound_top3,buy,2025-08-11 17:00:00,1459.0,6.1371,1,leg_gt,2.63,60 -2088,buy_compound_top3,buy,2025-08-11 17:03:00,1454.0,6.5025,1,leg_gt,2.63,60 -2089,buy_compound_top3,buy,2025-08-11 17:06:00,1453.0,6.5758,1,leg_gt,2.63,60 -2090,buy_compound_top3,buy,2025-08-11 17:09:00,1450.0,6.7966,1,leg_gt,2.63,60 -2091,buy_compound_top3,buy,2025-08-11 19:15:00,1459.0,6.1371,1,leg_gt,2.54,60 -2092,buy_compound_top3,buy,2025-08-11 19:18:00,1459.0,6.1371,1,leg_gt,2.54,60 -2093,buy_compound_top3,buy,2025-08-11 20:00:00,1454.0,6.5025,1,leg_gt,2.51,60 -2094,buy_compound_top3,buy,2025-08-11 20:03:00,1453.0,6.5758,1,leg_gt,2.51,60 -2095,buy_compound_top3,buy,2025-08-11 20:06:00,1448.0,6.9442,1,leg_gt,2.5,60 -2096,buy_compound_top3,buy,2025-08-11 20:09:00,1447.0,7.0182,1,leg_gt,2.5,60 -2097,buy_compound_top3,buy,2025-08-11 20:36:00,1434.0,7.9893,1,leg_gt,2.48,60 -2098,buy_compound_top3,buy,2025-08-11 20:39:00,1433.0,8.0647,1,leg_gt,2.48,60 -2099,buy_compound_top3,buy,2025-08-11 20:45:00,1433.0,8.0647,1,leg_gt,2.48,60 -2100,buy_compound_top3,buy,2025-08-11 20:48:00,1425.0,8.6719,1,leg_gt,2.48,60 -2101,buy_compound_top3,buy,2025-08-11 20:57:00,1417.0,9.286,1,leg_gt,2.47,60 -2102,buy_compound_top3,buy,2025-08-11 21:00:00,1415.0,9.4406,1,leg_gt,2.47,60 -2103,buy_compound_top3,buy,2025-08-11 21:03:00,1408.0,9.9852,1,leg_gt,2.46,60 -2104,buy_compound_top3,buy,2025-08-11 22:06:00,1403.0,10.3775,1,leg_gt,2.42,60 -2105,buy_compound_top3,buy,2025-08-11 22:09:00,1399.0,10.6934,1,leg_gt,2.42,60 -2106,buy_compound_top3,buy,2025-08-11 22:12:00,1401.0,10.5353,1,leg_gt,2.42,60 -2107,buy_compound_top3,buy,2025-08-12 02:42:00,1411.0,9.7512,1,leg_gt,2.23,60 -2108,buy_compound_top3,buy,2025-08-12 02:45:00,1410.0,9.8291,1,leg_gt,2.23,60 -2109,buy_compound_top3,buy,2025-08-12 02:48:00,1405.0,10.2203,1,leg_gt,2.22,60 -2110,buy_compound_top3,buy,2025-08-12 02:51:00,1408.0,9.9852,1,leg_gt,2.22,60 -2111,buy_compound_top3,buy,2025-08-12 02:54:00,1408.0,9.9852,1,leg_gt,2.22,60 -2112,buy_compound_top3,buy,2025-08-12 03:00:00,1407.0,10.0635,1,leg_gt,2.22,60 -2113,buy_compound_top3,buy,2025-08-12 03:03:00,1405.0,10.2203,1,leg_gt,2.21,60 -2114,buy_compound_top3,buy,2025-08-12 05:06:00,1400.0,10.6143,1,leg_gt,2.13,60 -2115,buy_compound_top3,buy,2025-08-12 05:09:00,1399.0,10.6934,1,leg_gt,2.13,60 -2116,buy_compound_top3,buy,2025-08-12 05:12:00,1395.0,11.0111,1,leg_gt,2.12,60 -2117,buy_compound_top3,buy,2025-08-12 05:15:00,1396.0,10.9315,1,leg_gt,2.12,60 -2118,buy_compound_top3,buy,2025-08-12 05:18:00,1394.0,11.0908,1,leg_gt,2.12,60 -2119,buy_compound_top3,buy,2025-08-12 06:21:00,1393.0,11.1706,1,leg_gt,2.08,60 -2120,buy_compound_top3,buy,2025-08-12 06:24:00,1393.0,11.1706,1,leg_gt,2.08,60 -2121,buy_compound_top3,buy,2025-08-12 07:21:00,1358.0,14.0384,1,leg_gt,2.04,60 -2122,buy_compound_top3,buy,2025-08-12 07:24:00,1358.0,14.0384,1,leg_gt,2.03,60 -2123,buy_compound_top3,buy,2025-08-12 13:21:00,1368.0,13.2041,1,leg_gt,1.79,60 -2124,buy_compound_top3,buy,2025-08-12 13:24:00,1366.0,13.37,1,leg_gt,1.78,60 -2125,buy_compound_top3,buy,2025-08-12 14:12:00,1365.0,13.4531,1,leg_gt,1.75,60 -2126,buy_compound_top3,buy,2025-08-12 14:42:00,1354.0,14.3756,1,leg_gt,1.73,60 -2127,buy_compound_top3,buy,2025-08-12 18:12:00,1351.0,14.6298,1,leg_gt,1.58,60 -2128,buy_compound_top3,buy,2025-08-12 18:57:00,1351.0,14.6298,1,leg_gt,1.55,60 -2129,buy_compound_top3,buy,2025-08-12 19:12:00,1348.0,14.8852,1,leg_gt,1.54,60 -2130,buy_compound_top3,buy,2025-08-12 19:15:00,1347.0,14.9705,1,leg_gt,1.54,60 -2131,buy_compound_top3,buy,2025-08-12 19:18:00,1347.0,14.9705,1,leg_gt,1.54,60 -2132,buy_compound_top3,buy,2025-08-12 20:21:00,1344.0,15.2274,1,leg_gt,1.49,60 -2133,buy_compound_top3,buy,2025-08-12 20:24:00,1343.0,15.3133,1,leg_gt,1.49,60 -2134,buy_compound_top3,buy,2025-08-13 10:21:00,1443.0,7.3151,1,leg_gt,0.91,60 -2135,buy_compound_top3,buy,2025-08-13 10:24:00,1445.0,7.1664,1,leg_gt,0.91,60 -2136,buy_compound_top3,buy,2025-08-13 15:12:00,1454.0,6.5025,1,leg_gt,0.71,60 -2137,buy_compound_top3,buy,2025-08-13 15:27:00,1450.0,6.7966,1,leg_gt,0.7,60 -2138,buy_compound_top3,buy,2025-08-13 20:27:00,1485.0,4.2771,1,leg_gt,0.49,60 -2139,buy_compound_top3,buy,2025-08-13 21:51:00,1481.0,4.559,1,leg_gt,0.43,60 -2140,buy_compound_top3,buy,2025-08-13 21:54:00,1479.0,4.7005,1,leg_gt,0.43,60 -2141,buy_compound_top3,buy,2025-08-13 23:21:00,1480.0,4.6297,1,leg_gt,0.37,60 -2142,buy_compound_top3,buy,2025-08-13 23:24:00,1477.0,4.8425,1,leg_gt,0.37,60 -2143,buy_compound_top3,buy,2025-08-14 00:00:00,1474.0,5.056,1,leg_gt,0.34,60 -2144,buy_compound_top3,buy,2025-08-14 00:03:00,1477.0,4.8425,1,leg_gt,0.34,60 -2145,buy_compound_top3,buy,2025-08-14 00:06:00,1472.0,5.1989,1,leg_gt,0.34,60 -2146,buy_compound_top3,buy,2025-08-14 00:09:00,1466.0,5.6299,1,leg_gt,0.34,60 -2147,buy_compound_top3,buy,2025-08-14 10:12:00,1516.0,1.681,1,leg_gt,0.07,60 -2148,buy_compound_top3,buy,2025-08-14 18:00:00,1494.0,-5.3209,0,leg_gt,8.53,60 -2149,buy_compound_top3,buy,2025-08-14 18:03:00,1490.0,-5.0664,0,leg_gt,8.53,60 -2150,buy_compound_top3,buy,2025-08-14 19:51:00,1491.0,-5.1302,0,leg_gt,8.45,60 -2151,buy_compound_top3,buy,2025-08-14 19:54:00,1491.0,-5.1302,0,leg_gt,8.45,60 -2152,buy_compound_top3,buy,2025-08-14 20:45:00,1483.0,-4.6179,0,leg_gt,8.41,60 -2153,buy_compound_top3,buy,2025-08-14 20:48:00,1483.0,-4.6179,0,leg_gt,8.41,60 -2154,buy_compound_top3,buy,2025-08-14 21:45:00,1426.0,-0.8013,0,leg_gt,8.37,60 -2155,buy_compound_top3,buy,2025-08-14 21:48:00,1422.0,-0.5219,0,leg_gt,8.37,60 -2156,buy_compound_top3,buy,2025-08-14 21:51:00,1416.0,-0.1,0,leg_gt,8.37,60 -2157,buy_compound_top3,buy,2025-08-14 21:54:00,1410.0,0.3255,1,leg_gt,8.37,60 -2158,buy_compound_top3,buy,2025-08-14 21:57:00,1396.0,1.3327,1,leg_gt,8.36,60 -2159,buy_compound_top3,buy,2025-08-14 22:00:00,1398.0,1.1876,1,leg_gt,8.36,60 -2160,buy_compound_top3,buy,2025-08-14 22:03:00,1388.0,1.9173,1,leg_gt,8.36,60 -2161,buy_compound_top3,buy,2025-08-15 01:21:00,1398.0,1.1876,1,leg_gt,8.22,60 -2162,buy_compound_top3,buy,2025-08-15 01:24:00,1396.0,1.3327,1,leg_gt,8.22,60 -2163,buy_compound_top3,buy,2025-08-15 01:27:00,1391.0,1.6973,1,leg_gt,8.22,60 -2164,buy_compound_top3,buy,2025-08-15 01:30:00,1393.0,1.5511,1,leg_gt,8.22,60 -2165,buy_compound_top3,buy,2025-08-15 01:33:00,1394.0,1.4782,1,leg_gt,8.21,60 -2166,buy_compound_top3,buy,2025-08-15 13:36:00,1404.0,0.7547,1,leg_gt,7.71,60 -2167,buy_compound_top3,buy,2025-08-15 13:39:00,1404.0,0.7547,1,leg_gt,7.71,60 -2168,buy_compound_top3,buy,2025-08-15 13:42:00,1405.0,0.6829,1,leg_gt,7.71,60 -2169,buy_compound_top3,buy,2025-08-15 13:57:00,1400.0,1.0429,1,leg_gt,7.7,60 -2170,buy_compound_top3,buy,2025-08-15 14:00:00,1397.0,1.2601,1,leg_gt,7.7,60 -2171,buy_compound_top3,buy,2025-08-15 14:03:00,1398.0,1.1876,1,leg_gt,7.69,60 -2172,buy_compound_top3,buy,2025-08-15 14:12:00,1399.0,1.1152,1,leg_gt,7.69,60 -2173,buy_compound_top3,buy,2025-08-15 14:15:00,1394.0,1.4782,1,leg_gt,7.69,60 -2174,buy_compound_top3,buy,2025-08-15 14:18:00,1396.0,1.3327,1,leg_gt,7.68,60 -2175,buy_compound_top3,buy,2025-08-15 14:21:00,1394.0,1.4782,1,leg_gt,7.68,60 -2176,buy_compound_top3,buy,2025-08-15 14:24:00,1394.0,1.4782,1,leg_gt,7.68,60 -2177,buy_compound_top3,buy,2025-08-15 18:36:00,1398.0,1.1876,1,leg_gt,7.5,60 -2178,buy_compound_top3,buy,2025-08-15 18:39:00,1397.0,1.2601,1,leg_gt,7.5,60 -2179,buy_compound_top3,buy,2025-08-15 18:42:00,1393.0,1.5511,1,leg_gt,7.5,60 -2180,buy_compound_top3,buy,2025-08-15 18:45:00,1396.0,1.3327,1,leg_gt,7.5,60 -2181,buy_compound_top3,buy,2025-08-15 18:48:00,1395.0,1.4054,1,leg_gt,7.5,60 -2182,buy_compound_top3,buy,2025-08-15 18:51:00,1395.0,1.4054,1,leg_gt,7.49,60 -2183,buy_compound_top3,buy,2025-08-15 18:54:00,1394.0,1.4782,1,leg_gt,7.49,60 -2184,buy_compound_top3,buy,2025-08-15 18:57:00,1389.0,1.8438,1,leg_gt,7.49,60 -2185,buy_compound_top3,buy,2025-08-15 19:51:00,1392.0,1.6241,1,leg_gt,7.45,60 -2186,buy_compound_top3,buy,2025-08-15 19:54:00,1393.0,1.5511,1,leg_gt,7.45,60 -2187,buy_compound_top3,buy,2025-08-15 19:57:00,1393.0,1.5511,1,leg_gt,7.45,60 -2188,buy_compound_top3,buy,2025-08-15 20:15:00,1391.0,1.6973,1,leg_gt,7.44,60 -2189,buy_compound_top3,buy,2025-08-15 20:18:00,1386.0,2.0645,1,leg_gt,7.43,60 -2190,buy_compound_top3,buy,2025-08-15 20:30:00,1386.0,2.0645,1,leg_gt,7.42,60 -2191,buy_compound_top3,buy,2025-08-15 20:33:00,1387.0,1.9908,1,leg_gt,7.42,60 -2192,buy_compound_top3,buy,2025-08-15 22:51:00,1385.0,2.1383,1,leg_gt,7.33,60 -2193,buy_compound_top3,buy,2025-08-15 22:54:00,1381.0,2.4344,1,leg_gt,7.32,60 -2194,buy_compound_top3,buy,2025-08-15 23:27:00,1377.0,2.7322,1,leg_gt,7.3,60 -2195,buy_compound_top3,buy,2025-08-15 23:30:00,1375.0,2.8818,1,leg_gt,7.3,60 -2196,buy_compound_top3,buy,2025-08-15 23:33:00,1373.0,3.0318,1,leg_gt,7.3,60 -2197,buy_compound_top3,buy,2025-08-15 23:45:00,1373.0,3.0318,1,leg_gt,7.29,60 -2198,buy_compound_top3,buy,2025-08-15 23:48:00,1365.0,3.6363,1,leg_gt,7.29,60 -2199,buy_compound_top3,buy,2025-08-15 23:51:00,1369.0,3.3332,1,leg_gt,7.29,60 -2200,buy_compound_top3,buy,2025-08-15 23:54:00,1366.0,3.5603,1,leg_gt,7.28,60 -2201,buy_compound_top3,buy,2025-08-15 23:57:00,1362.0,3.8648,1,leg_gt,7.28,60 -2202,buy_compound_top3,buy,2025-08-16 00:00:00,1366.0,3.5603,1,leg_gt,7.28,60 -2203,buy_compound_top3,buy,2025-08-16 00:03:00,1361.0,3.9411,1,leg_gt,7.28,60 -2204,buy_compound_top3,buy,2025-08-16 00:06:00,1361.0,3.9411,1,leg_gt,7.28,60 -2205,buy_compound_top3,buy,2025-08-16 00:09:00,1357.0,4.2478,1,leg_gt,7.27,60 -2206,buy_compound_top3,buy,2025-08-16 00:12:00,1363.0,3.7885,1,leg_gt,7.27,60 -2207,buy_compound_top3,buy,2025-08-16 00:21:00,1360.0,4.0176,1,leg_gt,7.26,60 -2208,buy_compound_top3,buy,2025-08-16 00:24:00,1355.0,4.4018,1,leg_gt,7.26,60 -2209,buy_compound_top3,buy,2025-08-16 00:27:00,1354.0,4.479,1,leg_gt,7.26,60 -2210,buy_compound_top3,buy,2025-08-16 00:36:00,1349.0,4.8666,1,leg_gt,7.25,60 -2211,buy_compound_top3,buy,2025-08-16 00:39:00,1348.0,4.9445,1,leg_gt,7.25,60 -2212,buy_compound_top3,buy,2025-08-16 00:42:00,1344.0,5.2571,1,leg_gt,7.25,60 -2213,buy_compound_top3,buy,2025-08-16 00:51:00,1339.0,5.6506,1,leg_gt,7.24,60 -2214,buy_compound_top3,buy,2025-08-16 00:54:00,1347.0,5.0225,1,leg_gt,7.24,60 -2215,buy_compound_top3,buy,2025-08-16 01:06:00,1337.0,5.8088,1,leg_gt,7.23,60 -2216,buy_compound_top3,buy,2025-08-16 01:09:00,1334.0,6.0469,1,leg_gt,7.23,60 -2217,buy_compound_top3,buy,2025-08-16 12:57:00,1374.0,2.9568,1,leg_gt,6.74,60 -2218,buy_compound_top3,buy,2025-08-16 13:06:00,1373.0,3.0318,1,leg_gt,6.73,60 -2219,buy_compound_top3,buy,2025-08-16 13:09:00,1371.0,3.1823,1,leg_gt,6.73,60 -2220,buy_compound_top3,buy,2025-08-16 13:15:00,1371.0,3.1823,1,leg_gt,6.73,60 -2221,buy_compound_top3,buy,2025-08-16 13:18:00,1371.0,3.1823,1,leg_gt,6.72,60 -2222,buy_compound_top3,buy,2025-08-16 13:21:00,1370.0,3.2577,1,leg_gt,6.72,60 -2223,buy_compound_top3,buy,2025-08-16 13:24:00,1370.0,3.2577,1,leg_gt,6.72,60 -2224,buy_compound_top3,buy,2025-08-16 14:36:00,1370.0,3.2577,1,leg_gt,6.67,60 -2225,buy_compound_top3,buy,2025-08-16 14:39:00,1367.0,3.4845,1,leg_gt,6.67,60 -2226,buy_compound_top3,buy,2025-08-16 14:42:00,1366.0,3.5603,1,leg_gt,6.67,60 -2227,buy_compound_top3,buy,2025-08-16 14:45:00,1368.0,3.4088,1,leg_gt,6.66,60 -2228,buy_compound_top3,buy,2025-08-16 14:48:00,1370.0,3.2577,1,leg_gt,6.66,60 -2229,buy_compound_top3,buy,2025-08-16 15:00:00,1368.0,3.4088,1,leg_gt,6.65,60 -2230,buy_compound_top3,buy,2025-08-16 15:03:00,1368.0,3.4088,1,leg_gt,6.65,60 -2231,buy_compound_top3,buy,2025-08-16 15:06:00,1367.0,3.4845,1,leg_gt,6.65,60 -2232,buy_compound_top3,buy,2025-08-16 15:09:00,1367.0,3.4845,1,leg_gt,6.65,60 -2233,buy_compound_top3,buy,2025-08-16 19:30:00,1363.0,3.7885,1,leg_gt,6.47,60 -2234,buy_compound_top3,buy,2025-08-16 19:33:00,1360.0,4.0176,1,leg_gt,6.46,60 -2235,buy_compound_top3,buy,2025-08-16 19:36:00,1360.0,4.0176,1,leg_gt,6.46,60 -2236,buy_compound_top3,buy,2025-08-16 19:39:00,1356.0,4.3248,1,leg_gt,6.46,60 -2237,buy_compound_top3,buy,2025-08-16 19:45:00,1356.0,4.3248,1,leg_gt,6.46,60 -2238,buy_compound_top3,buy,2025-08-16 19:48:00,1356.0,4.3248,1,leg_gt,6.45,60 -2239,buy_compound_top3,buy,2025-08-16 20:57:00,1356.0,4.3248,1,leg_gt,6.41,60 -2240,buy_compound_top3,buy,2025-08-16 21:00:00,1353.0,4.5563,1,leg_gt,6.4,60 -2241,buy_compound_top3,buy,2025-08-16 21:03:00,1351.0,4.7113,1,leg_gt,6.4,60 -2242,buy_compound_top3,buy,2025-08-16 21:06:00,1354.0,4.479,1,leg_gt,6.4,60 -2243,buy_compound_top3,buy,2025-08-16 21:09:00,1353.0,4.5563,1,leg_gt,6.4,60 -2244,buy_compound_top3,buy,2025-08-16 21:12:00,1353.0,4.5563,1,leg_gt,6.4,60 -2245,buy_compound_top3,buy,2025-08-17 10:21:00,1384.0,2.2121,1,leg_gt,5.85,60 -2246,buy_compound_top3,buy,2025-08-17 10:24:00,1384.0,2.2121,1,leg_gt,5.85,60 -2247,buy_compound_top3,buy,2025-08-17 11:12:00,1380.0,2.5087,1,leg_gt,5.81,60 -2248,buy_compound_top3,buy,2025-08-17 15:36:00,1387.0,1.9908,1,leg_gt,5.63,60 -2249,buy_compound_top3,buy,2025-08-17 15:39:00,1386.0,2.0645,1,leg_gt,5.63,60 -2250,buy_compound_top3,buy,2025-08-17 15:45:00,1386.0,2.0645,1,leg_gt,5.62,60 -2251,buy_compound_top3,buy,2025-08-17 15:48:00,1385.0,2.1383,1,leg_gt,5.62,60 -2252,buy_compound_top3,buy,2025-08-17 15:51:00,1383.0,2.2861,1,leg_gt,5.62,60 -2253,buy_compound_top3,buy,2025-08-17 15:54:00,1383.0,2.2861,1,leg_gt,5.62,60 -2254,buy_compound_top3,buy,2025-08-17 15:57:00,1384.0,2.2121,1,leg_gt,5.61,60 -2255,buy_compound_top3,buy,2025-08-17 22:15:00,1393.0,1.5511,1,leg_gt,5.35,60 -2256,buy_compound_top3,buy,2025-08-17 22:18:00,1395.0,1.4054,1,leg_gt,5.35,60 -2257,buy_compound_top3,buy,2025-08-18 03:45:00,1406.0,0.6112,1,leg_gt,5.12,60 -2258,buy_compound_top3,buy,2025-08-18 03:48:00,1405.0,0.6829,1,leg_gt,5.12,60 -2259,buy_compound_top3,buy,2025-08-18 04:00:00,1400.0,1.0429,1,leg_gt,5.11,60 -2260,buy_compound_top3,buy,2025-08-18 04:03:00,1401.0,0.9707,1,leg_gt,5.11,60 -2261,buy_compound_top3,buy,2025-08-18 04:06:00,1399.0,1.1152,1,leg_gt,5.11,60 -2262,buy_compound_top3,buy,2025-08-18 04:09:00,1401.0,0.9707,1,leg_gt,5.11,60 -2263,buy_compound_top3,buy,2025-08-18 04:36:00,1395.0,1.4054,1,leg_gt,5.09,60 -2264,buy_compound_top3,buy,2025-08-18 04:39:00,1396.0,1.3327,1,leg_gt,5.09,60 -2265,buy_compound_top3,buy,2025-08-18 04:42:00,1395.0,1.4054,1,leg_gt,5.08,60 -2266,buy_compound_top3,buy,2025-08-18 04:45:00,1394.0,1.4782,1,leg_gt,5.08,60 -2267,buy_compound_top3,buy,2025-08-18 04:48:00,1394.0,1.4782,1,leg_gt,5.08,60 -2268,buy_compound_top3,buy,2025-08-18 04:57:00,1392.0,1.6241,1,leg_gt,5.07,60 -2269,buy_compound_top3,buy,2025-08-18 09:21:00,1388.0,1.9173,1,leg_gt,4.89,60 -2270,buy_compound_top3,buy,2025-08-18 09:24:00,1387.0,1.9908,1,leg_gt,4.89,60 -2271,buy_compound_top3,buy,2025-08-18 09:27:00,1387.0,1.9908,1,leg_gt,4.89,60 -2272,buy_compound_top3,buy,2025-08-18 09:30:00,1383.0,2.2861,1,leg_gt,4.88,60 -2273,buy_compound_top3,buy,2025-08-18 09:33:00,1381.0,2.4344,1,leg_gt,4.88,60 -2274,buy_compound_top3,buy,2025-08-18 09:36:00,1385.0,2.1383,1,leg_gt,4.88,60 -2275,buy_compound_top3,buy,2025-08-18 09:39:00,1385.0,2.1383,1,leg_gt,4.88,60 -2276,buy_compound_top3,buy,2025-08-18 10:15:00,1384.0,2.2121,1,leg_gt,4.85,60 -2277,buy_compound_top3,buy,2025-08-18 10:18:00,1386.0,2.0645,1,leg_gt,4.85,60 -2278,buy_compound_top3,buy,2025-08-18 10:21:00,1380.0,2.5087,1,leg_gt,4.85,60 -2279,buy_compound_top3,buy,2025-08-18 10:24:00,1380.0,2.5087,1,leg_gt,4.85,60 -2280,buy_compound_top3,buy,2025-08-18 10:42:00,1371.0,3.1823,1,leg_gt,4.83,60 -2281,buy_compound_top3,buy,2025-08-18 10:45:00,1372.0,3.107,1,leg_gt,4.83,60 -2282,buy_compound_top3,buy,2025-08-18 10:48:00,1373.0,3.0318,1,leg_gt,4.83,60 -2283,buy_compound_top3,buy,2025-08-18 10:51:00,1370.0,3.2577,1,leg_gt,4.83,60 -2284,buy_compound_top3,buy,2025-08-18 10:54:00,1369.0,3.3332,1,leg_gt,4.82,60 -2285,buy_compound_top3,buy,2025-08-18 10:57:00,1369.0,3.3332,1,leg_gt,4.82,60 -2286,buy_compound_top3,buy,2025-08-18 11:00:00,1368.0,3.4088,1,leg_gt,4.82,60 -2287,buy_compound_top3,buy,2025-08-18 11:03:00,1365.0,3.6363,1,leg_gt,4.82,60 -2288,buy_compound_top3,buy,2025-08-18 11:06:00,1363.0,3.7885,1,leg_gt,4.82,60 -2289,buy_compound_top3,buy,2025-08-18 11:09:00,1364.0,3.7123,1,leg_gt,4.81,60 -2290,buy_compound_top3,buy,2025-08-18 11:15:00,1360.0,4.0176,1,leg_gt,4.81,60 -2291,buy_compound_top3,buy,2025-08-18 11:18:00,1356.0,4.3248,1,leg_gt,4.81,60 -2292,buy_compound_top3,buy,2025-08-18 11:21:00,1355.0,4.4018,1,leg_gt,4.81,60 -2293,buy_compound_top3,buy,2025-08-18 11:24:00,1354.0,4.479,1,leg_gt,4.8,60 -2294,buy_compound_top3,buy,2025-08-18 11:27:00,1352.0,4.6337,1,leg_gt,4.8,60 -2295,buy_compound_top3,buy,2025-08-18 11:30:00,1351.0,4.7113,1,leg_gt,4.8,60 -2296,buy_compound_top3,buy,2025-08-18 11:33:00,1350.0,4.7889,1,leg_gt,4.8,60 -2297,buy_compound_top3,buy,2025-08-18 11:51:00,1343.0,5.3356,1,leg_gt,4.79,60 -2298,buy_compound_top3,buy,2025-08-18 11:54:00,1341.0,5.4928,1,leg_gt,4.78,60 -2299,buy_compound_top3,buy,2025-08-18 11:57:00,1341.0,5.4928,1,leg_gt,4.78,60 -2300,buy_compound_top3,buy,2025-08-18 12:00:00,1341.0,5.4928,1,leg_gt,4.78,60 -2301,buy_compound_top3,buy,2025-08-18 12:03:00,1338.0,5.7296,1,leg_gt,4.78,60 -2302,buy_compound_top3,buy,2025-08-18 12:06:00,1341.0,5.4928,1,leg_gt,4.78,60 -2303,buy_compound_top3,buy,2025-08-18 12:09:00,1341.0,5.4928,1,leg_gt,4.77,60 -2304,buy_compound_top3,buy,2025-08-18 12:12:00,1341.0,5.4928,1,leg_gt,4.77,60 -2305,buy_compound_top3,buy,2025-08-18 12:15:00,1337.0,5.8088,1,leg_gt,4.77,60 -2306,buy_compound_top3,buy,2025-08-18 12:18:00,1336.0,5.888,1,leg_gt,4.77,60 -2307,buy_compound_top3,buy,2025-08-18 12:21:00,1334.0,6.0469,1,leg_gt,4.76,60 -2308,buy_compound_top3,buy,2025-08-18 12:24:00,1333.0,6.1266,1,leg_gt,4.76,60 -2309,buy_compound_top3,buy,2025-08-18 12:27:00,1331.0,6.2862,1,leg_gt,4.76,60 -2310,buy_compound_top3,buy,2025-08-18 12:30:00,1330.0,6.3662,1,leg_gt,4.76,60 -2311,buy_compound_top3,buy,2025-08-18 12:33:00,1330.0,6.3662,1,leg_gt,4.76,60 -2312,buy_compound_top3,buy,2025-08-18 12:36:00,1329.0,6.4463,1,leg_gt,4.75,60 -2313,buy_compound_top3,buy,2025-08-18 12:39:00,1329.0,6.4463,1,leg_gt,4.75,60 -2314,buy_compound_top3,buy,2025-08-18 15:30:00,1328.0,6.5265,1,leg_gt,4.63,60 -2315,buy_compound_top3,buy,2025-08-18 15:33:00,1328.0,6.5265,1,leg_gt,4.63,60 -2316,buy_compound_top3,buy,2025-08-18 15:42:00,1328.0,6.5265,1,leg_gt,4.62,60 -2317,buy_compound_top3,buy,2025-08-18 15:45:00,1326.0,6.6873,1,leg_gt,4.62,60 -2318,buy_compound_top3,buy,2025-08-18 15:48:00,1324.0,6.8486,1,leg_gt,4.62,60 -2319,buy_compound_top3,buy,2025-08-18 18:21:00,1322.0,7.0104,1,leg_gt,4.51,60 -2320,buy_compound_top3,buy,2025-08-18 18:24:00,1321.0,7.0915,1,leg_gt,4.51,60 -2321,buy_compound_top3,buy,2025-08-18 18:27:00,1322.0,7.0104,1,leg_gt,4.51,60 -2322,buy_compound_top3,buy,2025-08-18 18:30:00,1319.0,7.2541,1,leg_gt,4.51,60 -2323,buy_compound_top3,buy,2025-08-18 18:33:00,1320.0,7.1727,1,leg_gt,4.51,60 -2324,buy_compound_top3,buy,2025-08-18 23:06:00,1326.0,6.6873,1,leg_gt,4.32,60 -2325,buy_compound_top3,buy,2025-08-18 23:09:00,1323.0,6.9295,1,leg_gt,4.31,60 -2326,buy_compound_top3,buy,2025-08-18 23:12:00,1321.0,7.0915,1,leg_gt,4.31,60 -2327,buy_compound_top3,buy,2025-08-19 05:42:00,1327.0,6.6069,1,leg_gt,4.04,60 -2328,buy_compound_top3,buy,2025-08-19 08:42:00,1328.0,6.5265,1,leg_gt,3.92,60 -2329,buy_compound_top3,buy,2025-08-19 08:45:00,1326.0,6.6873,1,leg_gt,3.91,60 -2330,buy_compound_top3,buy,2025-08-19 08:48:00,1325.0,6.7679,1,leg_gt,3.91,60 -2331,buy_compound_top3,buy,2025-08-19 08:51:00,1325.0,6.7679,1,leg_gt,3.91,60 -2332,buy_compound_top3,buy,2025-08-19 08:54:00,1326.0,6.6873,1,leg_gt,3.91,60 -2333,buy_compound_top3,buy,2025-08-19 08:57:00,1326.0,6.6873,1,leg_gt,3.91,60 -2334,buy_compound_top3,buy,2025-08-19 12:06:00,1312.0,7.8268,1,leg_gt,3.78,60 -2335,buy_compound_top3,buy,2025-08-19 12:09:00,1314.0,7.6626,1,leg_gt,3.77,60 -2336,buy_compound_top3,buy,2025-08-19 12:12:00,1314.0,7.6626,1,leg_gt,3.77,60 -2337,buy_compound_top3,buy,2025-08-19 13:00:00,1293.0,9.4128,1,leg_gt,3.74,60 -2338,buy_compound_top3,buy,2025-08-19 13:03:00,1293.0,9.4128,1,leg_gt,3.74,60 -2339,buy_compound_top3,buy,2025-08-19 13:06:00,1291.0,9.5824,1,leg_gt,3.73,60 -2340,buy_compound_top3,buy,2025-08-19 13:09:00,1286.0,10.0089,1,leg_gt,3.73,60 -2341,buy_compound_top3,buy,2025-08-19 13:12:00,1289.0,9.7526,1,leg_gt,3.73,60 -2342,buy_compound_top3,buy,2025-08-19 21:51:00,1310.0,7.9916,1,leg_gt,3.37,60 -2343,buy_compound_top3,buy,2025-08-19 21:54:00,1312.0,7.8268,1,leg_gt,3.37,60 -2344,buy_compound_top3,buy,2025-08-19 22:12:00,1311.0,7.9092,1,leg_gt,3.35,60 -2345,buy_compound_top3,buy,2025-08-19 22:15:00,1310.0,7.9916,1,leg_gt,3.35,60 -2346,buy_compound_top3,buy,2025-08-19 22:18:00,1311.0,7.9092,1,leg_gt,3.35,60 -2347,buy_compound_top3,buy,2025-08-19 22:51:00,1300.0,8.8231,1,leg_gt,3.33,60 -2348,buy_compound_top3,buy,2025-08-19 22:54:00,1311.0,7.9092,1,leg_gt,3.32,60 -2349,buy_compound_top3,buy,2025-08-19 23:12:00,1301.0,8.7394,1,leg_gt,3.31,60 -2350,buy_compound_top3,buy,2025-08-19 23:36:00,1290.0,9.6674,1,leg_gt,3.3,60 -2351,buy_compound_top3,buy,2025-08-19 23:39:00,1288.0,9.8379,1,leg_gt,3.29,60 -2352,buy_compound_top3,buy,2025-08-19 23:42:00,1282.0,10.3524,1,leg_gt,3.29,60 -2353,buy_compound_top3,buy,2025-08-19 23:45:00,1286.0,10.0089,1,leg_gt,3.29,60 -2354,buy_compound_top3,buy,2025-08-19 23:48:00,1285.0,10.0946,1,leg_gt,3.29,60 -2355,buy_compound_top3,buy,2025-08-20 01:30:00,1282.0,10.3524,1,leg_gt,3.22,60 -2356,buy_compound_top3,buy,2025-08-20 01:33:00,1283.0,10.2663,1,leg_gt,3.21,60 -2357,buy_compound_top3,buy,2025-08-20 01:45:00,1278.0,10.6981,1,leg_gt,3.21,60 -2358,buy_compound_top3,buy,2025-08-20 01:48:00,1274.0,11.046,1,leg_gt,3.2,60 -2359,buy_compound_top3,buy,2025-08-20 01:57:00,1278.0,10.6981,1,leg_gt,3.2,60 -2360,buy_compound_top3,buy,2025-08-20 02:00:00,1276.0,10.8718,1,leg_gt,3.2,60 -2361,buy_compound_top3,buy,2025-08-20 02:03:00,1277.0,10.7849,1,leg_gt,3.19,60 -2362,buy_compound_top3,buy,2025-08-20 02:06:00,1269.0,11.4839,1,leg_gt,3.19,60 -2363,buy_compound_top3,buy,2025-08-20 02:09:00,1270.0,11.3961,1,leg_gt,3.19,60 -2364,buy_compound_top3,buy,2025-08-20 03:57:00,1265.0,11.8368,1,leg_gt,3.11,60 -2365,buy_compound_top3,buy,2025-08-20 04:12:00,1262.0,12.1029,1,leg_gt,3.1,60 -2366,buy_compound_top3,buy,2025-08-20 07:51:00,1269.0,11.4839,1,leg_gt,2.95,60 -2367,buy_compound_top3,buy,2025-08-20 07:54:00,1270.0,11.3961,1,leg_gt,2.95,60 -2368,buy_compound_top3,buy,2025-08-20 08:12:00,1263.0,12.014,1,leg_gt,2.94,60 -2369,buy_compound_top3,buy,2025-08-20 08:15:00,1264.0,11.9253,1,leg_gt,2.94,60 -2370,buy_compound_top3,buy,2025-08-20 08:18:00,1265.0,11.8368,1,leg_gt,2.93,60 -2371,buy_compound_top3,buy,2025-08-20 08:21:00,1262.0,12.1029,1,leg_gt,2.93,60 -2372,buy_compound_top3,buy,2025-08-20 08:24:00,1264.0,11.9253,1,leg_gt,2.93,60 -2373,buy_compound_top3,buy,2025-08-20 08:27:00,1261.0,12.1918,1,leg_gt,2.93,60 -2374,buy_compound_top3,buy,2025-08-20 08:30:00,1260.0,12.281,1,leg_gt,2.92,60 -2375,buy_compound_top3,buy,2025-08-20 08:33:00,1258.0,12.4596,1,leg_gt,2.92,60 -2376,buy_compound_top3,buy,2025-08-20 08:36:00,1263.0,12.014,1,leg_gt,2.92,60 -2377,buy_compound_top3,buy,2025-08-20 08:39:00,1257.0,12.5492,1,leg_gt,2.92,60 -2378,buy_compound_top3,buy,2025-08-20 08:42:00,1255.0,12.7287,1,leg_gt,2.92,60 -2379,buy_compound_top3,buy,2025-08-20 08:45:00,1258.0,12.4596,1,leg_gt,2.91,60 -2380,buy_compound_top3,buy,2025-08-20 08:48:00,1255.0,12.7287,1,leg_gt,2.91,60 -2381,buy_compound_top3,buy,2025-08-20 20:30:00,1295.0,9.2436,1,leg_gt,2.42,60 -2382,buy_compound_top3,buy,2025-08-20 20:33:00,1288.0,9.8379,1,leg_gt,2.42,60 -2383,buy_compound_top3,buy,2025-08-20 22:15:00,1285.0,10.0946,1,leg_gt,2.35,60 -2384,buy_compound_top3,buy,2025-08-20 22:18:00,1287.0,9.9233,1,leg_gt,2.35,60 -2385,buy_compound_top3,buy,2025-08-20 23:00:00,1279.0,10.6115,1,leg_gt,2.32,60 -2386,buy_compound_top3,buy,2025-08-20 23:03:00,1281.0,10.4386,1,leg_gt,2.32,60 -2387,buy_compound_top3,buy,2025-08-20 23:06:00,1272.0,11.2208,1,leg_gt,2.32,60 -2388,buy_compound_top3,buy,2025-08-20 23:09:00,1271.0,11.3083,1,leg_gt,2.31,60 -2389,buy_compound_top3,buy,2025-08-21 03:30:00,1310.0,7.9916,1,leg_gt,2.13,60 -2390,buy_compound_top3,buy,2025-08-21 03:33:00,1308.0,8.1569,1,leg_gt,2.13,60 -2391,buy_compound_top3,buy,2025-08-21 03:36:00,1310.0,7.9916,1,leg_gt,2.13,60 -2392,buy_compound_top3,buy,2025-08-21 03:39:00,1312.0,7.8268,1,leg_gt,2.13,60 -2393,buy_compound_top3,buy,2025-08-21 11:21:00,1330.0,6.3662,1,leg_gt,1.81,60 -2394,buy_compound_top3,buy,2025-08-21 11:24:00,1330.0,6.3662,1,leg_gt,1.8,60 -2395,buy_compound_top3,buy,2025-08-21 11:42:00,1327.0,6.6069,1,leg_gt,1.79,60 -2396,buy_compound_top3,buy,2025-08-21 15:12:00,1327.0,6.6069,1,leg_gt,1.65,60 -2397,buy_compound_top3,buy,2025-08-21 15:15:00,1327.0,6.6069,1,leg_gt,1.64,60 -2398,buy_compound_top3,buy,2025-08-21 15:18:00,1328.0,6.5265,1,leg_gt,1.64,60 -2399,buy_compound_top3,buy,2025-08-21 15:21:00,1328.0,6.5265,1,leg_gt,1.64,60 -2400,buy_compound_top3,buy,2025-08-21 15:24:00,1326.0,6.6873,1,leg_gt,1.64,60 -2401,buy_compound_top3,buy,2025-08-21 16:21:00,1322.0,7.0104,1,leg_gt,1.6,60 -2402,buy_compound_top3,buy,2025-08-21 16:24:00,1325.0,6.7679,1,leg_gt,1.6,60 -2403,buy_compound_top3,buy,2025-08-21 16:30:00,1322.0,7.0104,1,leg_gt,1.59,60 -2404,buy_compound_top3,buy,2025-08-21 16:33:00,1324.0,6.8486,1,leg_gt,1.59,60 -2405,buy_compound_top3,buy,2025-08-21 17:27:00,1321.0,7.0915,1,leg_gt,1.55,60 -2406,buy_compound_top3,buy,2025-08-21 17:30:00,1320.0,7.1727,1,leg_gt,1.55,60 -2407,buy_compound_top3,buy,2025-08-21 17:33:00,1319.0,7.2541,1,leg_gt,1.55,60 -2408,buy_compound_top3,buy,2025-08-21 17:36:00,1319.0,7.2541,1,leg_gt,1.55,60 -2409,buy_compound_top3,buy,2025-08-21 17:39:00,1319.0,7.2541,1,leg_gt,1.54,60 -2410,buy_compound_top3,buy,2025-08-21 18:12:00,1313.0,7.7446,1,leg_gt,1.52,60 -2411,buy_compound_top3,buy,2025-08-21 18:15:00,1312.0,7.8268,1,leg_gt,1.52,60 -2412,buy_compound_top3,buy,2025-08-21 18:18:00,1311.0,7.9092,1,leg_gt,1.52,60 -2413,buy_compound_top3,buy,2025-08-21 18:21:00,1310.0,7.9916,1,leg_gt,1.51,60 -2414,buy_compound_top3,buy,2025-08-21 18:24:00,1312.0,7.8268,1,leg_gt,1.51,60 -2415,buy_compound_top3,buy,2025-08-21 19:00:00,1311.0,7.9092,1,leg_gt,1.49,60 -2416,buy_compound_top3,buy,2025-08-21 19:03:00,1309.0,8.0742,1,leg_gt,1.49,60 -2417,buy_compound_top3,buy,2025-08-21 20:57:00,1308.0,8.1569,1,leg_gt,1.41,60 -2418,buy_compound_top3,buy,2025-08-21 21:12:00,1304.0,8.489,1,leg_gt,1.4,60 -2419,buy_compound_top3,buy,2025-08-21 21:45:00,1301.0,8.7394,1,leg_gt,1.37,60 -2420,buy_compound_top3,buy,2025-08-21 21:48:00,1298.0,8.9909,1,leg_gt,1.37,60 -2421,buy_compound_top3,buy,2025-08-21 21:51:00,1293.0,9.4128,1,leg_gt,1.37,60 -2422,buy_compound_top3,buy,2025-08-21 21:54:00,1295.0,9.2436,1,leg_gt,1.37,60 -2423,buy_compound_top3,buy,2025-08-21 21:57:00,1297.0,9.075,1,leg_gt,1.36,60 -2424,buy_compound_top3,buy,2025-08-22 01:00:00,1294.0,9.3281,1,leg_gt,1.24,60 -2425,buy_compound_top3,buy,2025-08-22 01:03:00,1296.0,9.1593,1,leg_gt,1.24,60 -2426,buy_compound_top3,buy,2025-08-22 19:45:00,1293.0,9.4128,1,leg_gt,0.46,60 -2427,buy_compound_top3,buy,2025-08-22 19:48:00,1292.0,9.4975,1,leg_gt,0.45,60 -2428,buy_compound_top3,buy,2025-08-22 19:51:00,1294.0,9.3281,1,leg_gt,0.45,60 -2429,buy_compound_top3,buy,2025-08-22 19:54:00,1293.0,9.4128,1,leg_gt,0.45,60 -2430,buy_compound_top3,buy,2025-08-22 20:06:00,1292.0,9.4975,1,leg_gt,0.44,60 -2431,buy_compound_top3,buy,2025-08-22 20:09:00,1287.0,9.9233,1,leg_gt,0.44,60 -2432,buy_compound_top3,buy,2025-08-22 20:15:00,1286.0,10.0089,1,leg_gt,0.44,60 -2433,buy_compound_top3,buy,2025-08-22 20:18:00,1286.0,10.0089,1,leg_gt,0.43,60 -2434,buy_compound_top3,buy,2025-08-22 20:36:00,1286.0,10.0089,1,leg_gt,0.42,60 -2435,buy_compound_top3,buy,2025-08-22 20:39:00,1284.0,10.1804,1,leg_gt,0.42,60 -2436,buy_compound_top3,buy,2025-08-22 20:42:00,1283.0,10.2663,1,leg_gt,0.42,60 -2437,buy_compound_top3,buy,2025-08-22 21:00:00,1282.0,10.3524,1,leg_gt,0.4,60 -2438,buy_compound_top3,buy,2025-08-22 21:03:00,1281.0,10.4386,1,leg_gt,0.4,60 -2439,buy_compound_top3,buy,2025-08-22 21:15:00,1275.0,10.9588,1,leg_gt,0.39,60 -2440,buy_compound_top3,buy,2025-08-22 21:18:00,1274.0,11.046,1,leg_gt,0.39,60 -2441,buy_compound_top3,buy,2025-08-22 21:21:00,1273.0,11.1333,1,leg_gt,0.39,60 -2442,buy_compound_top3,buy,2025-08-22 21:24:00,1270.0,11.3961,1,leg_gt,0.39,60 -2443,buy_compound_top3,buy,2025-08-23 07:45:00,1405.0,-4.4416,0,leg_gt,4.23,60 -2444,buy_compound_top3,buy,2025-08-23 07:48:00,1408.0,-4.6455,0,leg_gt,4.22,60 -2445,buy_compound_top3,buy,2025-08-23 07:51:00,1406.0,-4.5097,0,leg_gt,4.22,60 -2446,buy_compound_top3,buy,2025-08-23 07:54:00,1406.0,-4.5097,0,leg_gt,4.22,60 -2447,buy_compound_top3,buy,2025-08-23 07:57:00,1403.0,-4.3053,0,leg_gt,4.22,60 -2448,buy_compound_top3,buy,2025-08-23 10:12:00,1401.0,-4.1685,0,leg_gt,4.12,60 -2449,buy_compound_top3,buy,2025-08-23 10:45:00,1372.0,-2.1408,0,leg_gt,4.1,60 -2450,buy_compound_top3,buy,2025-08-23 10:48:00,1388.0,-3.27,0,leg_gt,4.1,60 -2451,buy_compound_top3,buy,2025-08-23 11:30:00,1372.0,-2.1408,0,leg_gt,4.07,60 -2452,buy_compound_top3,buy,2025-08-23 11:33:00,1366.0,-1.7105,0,leg_gt,4.07,60 -2453,buy_compound_top3,buy,2025-08-23 11:42:00,1365.0,-1.6385,0,leg_gt,4.06,60 -2454,buy_compound_top3,buy,2025-08-23 16:57:00,1396.0,-3.8249,0,leg_gt,3.84,60 -2455,buy_compound_top3,buy,2025-08-23 19:42:00,1394.0,-3.6868,0,leg_gt,3.73,60 -2456,buy_compound_top3,buy,2025-08-23 19:51:00,1394.0,-3.6868,0,leg_gt,3.72,60 -2457,buy_compound_top3,buy,2025-08-23 19:54:00,1390.0,-3.4094,0,leg_gt,3.72,60 -2458,buy_compound_top3,buy,2025-08-24 00:12:00,1400.0,-4.1,0,leg_gt,3.54,60 -2459,buy_compound_top3,buy,2025-08-24 01:42:00,1398.0,-3.9627,0,leg_gt,3.48,60 -2460,buy_compound_top3,buy,2025-08-24 01:45:00,1398.0,-3.9627,0,leg_gt,3.48,60 -2461,buy_compound_top3,buy,2025-08-24 01:48:00,1397.0,-3.8938,0,leg_gt,3.48,60 -2462,buy_compound_top3,buy,2025-08-24 01:51:00,1397.0,-3.8938,0,leg_gt,3.47,60 -2463,buy_compound_top3,buy,2025-08-24 01:54:00,1397.0,-3.8938,0,leg_gt,3.47,60 -2464,buy_compound_top3,buy,2025-08-24 10:15:00,1396.0,-3.8249,0,leg_gt,3.12,60 -2465,buy_compound_top3,buy,2025-08-24 10:18:00,1397.0,-3.8938,0,leg_gt,3.12,60 -2466,buy_compound_top3,buy,2025-08-24 10:36:00,1391.0,-3.4789,0,leg_gt,3.11,60 -2467,buy_compound_top3,buy,2025-08-24 10:39:00,1393.0,-3.6176,0,leg_gt,3.11,60 -2468,buy_compound_top3,buy,2025-08-24 12:21:00,1379.0,-2.6381,0,leg_gt,3.04,60 -2469,buy_compound_top3,buy,2025-08-24 12:24:00,1380.0,-2.7087,0,leg_gt,3.03,60 -2470,buy_compound_top3,buy,2025-08-24 12:27:00,1379.0,-2.6381,0,leg_gt,3.03,60 -2471,buy_compound_top3,buy,2025-08-24 14:15:00,1369.0,-1.9262,0,leg_gt,2.96,60 -2472,buy_compound_top3,buy,2025-08-24 14:18:00,1370.0,-1.9978,0,leg_gt,2.95,60 -2473,buy_compound_top3,buy,2025-08-24 14:30:00,1370.0,-1.9978,0,leg_gt,2.95,60 -2474,buy_compound_top3,buy,2025-08-24 14:33:00,1367.0,-1.7825,0,leg_gt,2.94,60 -2475,buy_compound_top3,buy,2025-08-24 14:36:00,1365.0,-1.6385,0,leg_gt,2.94,60 -2476,buy_compound_top3,buy,2025-08-24 14:39:00,1363.0,-1.494,0,leg_gt,2.94,60 -2477,buy_compound_top3,buy,2025-08-24 14:42:00,1365.0,-1.6385,0,leg_gt,2.94,60 -2478,buy_compound_top3,buy,2025-08-24 14:45:00,1365.0,-1.6385,0,leg_gt,2.94,60 -2479,buy_compound_top3,buy,2025-08-24 14:48:00,1362.0,-1.4216,0,leg_gt,2.93,60 -2480,buy_compound_top3,buy,2025-08-24 14:57:00,1361.0,-1.3491,0,leg_gt,2.93,60 -2481,buy_compound_top3,buy,2025-08-24 15:00:00,1361.0,-1.3491,0,leg_gt,2.92,60 -2482,buy_compound_top3,buy,2025-08-24 15:03:00,1357.0,-1.058,0,leg_gt,2.92,60 -2483,buy_compound_top3,buy,2025-08-24 15:12:00,1356.0,-0.985,0,leg_gt,2.92,60 -2484,buy_compound_top3,buy,2025-08-24 15:15:00,1357.0,-1.058,0,leg_gt,2.91,60 -2485,buy_compound_top3,buy,2025-08-24 15:18:00,1353.0,-0.7652,0,leg_gt,2.91,60 -2486,buy_compound_top3,buy,2025-08-24 15:30:00,1351.0,-0.6181,0,leg_gt,2.9,60 -2487,buy_compound_top3,buy,2025-08-24 15:33:00,1348.0,-0.3967,0,leg_gt,2.9,60 -2488,buy_compound_top3,buy,2025-08-24 15:36:00,1346.0,-0.2486,0,leg_gt,2.9,60 -2489,buy_compound_top3,buy,2025-08-24 15:39:00,1346.0,-0.2486,0,leg_gt,2.9,60 -2490,buy_compound_top3,buy,2025-08-24 15:42:00,1348.0,-0.3967,0,leg_gt,2.9,60 -2491,buy_compound_top3,buy,2025-08-25 07:36:00,1340.0,0.1985,1,leg_gt,2.23,60 -2492,buy_compound_top3,buy,2025-08-25 07:39:00,1343.0,-0.0255,0,leg_gt,2.23,60 -2493,buy_compound_top3,buy,2025-08-25 14:21:00,1328.0,1.1048,1,leg_gt,1.95,60 -2494,buy_compound_top3,buy,2025-08-25 14:24:00,1324.0,1.4106,1,leg_gt,1.95,60 -2495,buy_compound_top3,buy,2025-08-25 14:27:00,1326.0,1.2575,1,leg_gt,1.95,60 -2496,buy_compound_top3,buy,2025-08-25 14:30:00,1326.0,1.2575,1,leg_gt,1.95,60 -2497,buy_compound_top3,buy,2025-08-25 14:33:00,1325.0,1.334,1,leg_gt,1.94,60 -2498,buy_compound_top3,buy,2025-08-25 15:36:00,1311.0,2.4172,1,leg_gt,1.9,60 -2499,buy_compound_top3,buy,2025-08-25 15:39:00,1311.0,2.4172,1,leg_gt,1.9,60 -2500,buy_compound_top3,buy,2025-08-25 15:45:00,1311.0,2.4172,1,leg_gt,1.89,60 -2501,buy_compound_top3,buy,2025-08-25 15:48:00,1305.0,2.8885,1,leg_gt,1.89,60 -2502,buy_compound_top3,buy,2025-08-25 15:57:00,1305.0,2.8885,1,leg_gt,1.89,60 -2503,buy_compound_top3,buy,2025-08-25 16:00:00,1303.0,3.0466,1,leg_gt,1.88,60 -2504,buy_compound_top3,buy,2025-08-25 16:03:00,1310.0,2.4954,1,leg_gt,1.88,60 -2505,buy_compound_top3,buy,2025-08-25 16:30:00,1302.0,3.1258,1,leg_gt,1.86,60 -2506,buy_compound_top3,buy,2025-08-25 16:33:00,1300.0,3.2846,1,leg_gt,1.86,60 -2507,buy_compound_top3,buy,2025-08-25 16:51:00,1296.0,3.6037,1,leg_gt,1.85,60 -2508,buy_compound_top3,buy,2025-08-25 16:54:00,1292.0,3.9248,1,leg_gt,1.85,60 -2509,buy_compound_top3,buy,2025-08-25 17:00:00,1297.0,3.5237,1,leg_gt,1.84,60 -2510,buy_compound_top3,buy,2025-08-25 17:03:00,1292.0,3.9248,1,leg_gt,1.84,60 -2511,buy_compound_top3,buy,2025-08-25 17:12:00,1296.0,3.6037,1,leg_gt,1.83,60 -2512,buy_compound_top3,buy,2025-08-25 19:12:00,1290.0,4.086,1,leg_gt,1.75,60 -2513,buy_compound_top3,buy,2025-08-25 19:36:00,1278.0,5.0643,1,leg_gt,1.73,60 -2514,buy_compound_top3,buy,2025-08-25 19:39:00,1278.0,5.0643,1,leg_gt,1.73,60 -2515,buy_compound_top3,buy,2025-08-25 19:42:00,1280.0,4.9,1,leg_gt,1.73,60 -2516,buy_compound_top3,buy,2025-08-26 02:12:00,1290.0,4.086,1,leg_gt,1.46,60 -2517,buy_compound_top3,buy,2025-08-26 02:15:00,1287.0,4.3289,1,leg_gt,1.46,60 -2518,buy_compound_top3,buy,2025-08-26 02:18:00,1286.0,4.4101,1,leg_gt,1.45,60 -2519,buy_compound_top3,buy,2025-08-26 04:45:00,1278.0,5.0643,1,leg_gt,1.35,60 -2520,buy_compound_top3,buy,2025-08-26 04:48:00,1277.0,5.1467,1,leg_gt,1.35,60 -2521,buy_compound_top3,buy,2025-08-26 04:51:00,1276.0,5.2292,1,leg_gt,1.35,60 -2522,buy_compound_top3,buy,2025-08-26 04:54:00,1276.0,5.2292,1,leg_gt,1.35,60 -2523,buy_compound_top3,buy,2025-08-26 04:57:00,1274.0,5.3945,1,leg_gt,1.34,60 -2524,buy_compound_top3,buy,2025-08-26 05:06:00,1273.0,5.4774,1,leg_gt,1.34,60 -2525,buy_compound_top3,buy,2025-08-26 05:09:00,1269.0,5.8102,1,leg_gt,1.34,60 -2526,buy_compound_top3,buy,2025-08-26 05:21:00,1261.0,6.4821,1,leg_gt,1.33,60 -2527,buy_compound_top3,buy,2025-08-26 05:24:00,1261.0,6.4821,1,leg_gt,1.32,60 -2528,buy_compound_top3,buy,2025-08-26 05:27:00,1265.0,6.1451,1,leg_gt,1.32,60 -2529,buy_compound_top3,buy,2025-08-26 05:30:00,1263.0,6.3133,1,leg_gt,1.32,60 -2530,buy_compound_top3,buy,2025-08-26 05:33:00,1256.0,6.9064,1,leg_gt,1.32,60 -2531,buy_compound_top3,buy,2025-08-26 05:45:00,1250.0,7.42,1,leg_gt,1.31,60 -2532,buy_compound_top3,buy,2025-08-26 05:48:00,1246.0,7.7652,1,leg_gt,1.31,60 -2533,buy_compound_top3,buy,2025-08-26 05:57:00,1245.0,7.8518,1,leg_gt,1.3,60 -2534,buy_compound_top3,buy,2025-08-26 06:00:00,1240.0,8.2871,1,leg_gt,1.3,60 -2535,buy_compound_top3,buy,2025-08-26 06:03:00,1241.0,8.1998,1,leg_gt,1.3,60 -2536,buy_compound_top3,buy,2025-08-26 20:42:00,1252.0,7.2482,1,leg_gt,0.69,60 -2537,buy_compound_top3,buy,2025-08-27 10:12:00,1321.0,1.6411,1,leg_gt,0.12,60 -2538,buy_compound_top3,buy,2025-08-27 16:15:00,1328.0,10.5175,1,leg_gt,10.95,60 -2539,buy_compound_top3,buy,2025-08-27 16:18:00,1327.0,10.6008,1,leg_gt,10.95,60 -2540,buy_compound_top3,buy,2025-08-27 16:21:00,1330.0,10.3511,1,leg_gt,10.95,60 -2541,buy_compound_top3,buy,2025-08-27 16:24:00,1329.0,10.4342,1,leg_gt,10.94,60 -2542,buy_compound_top3,buy,2025-08-27 16:27:00,1326.0,10.6843,1,leg_gt,10.94,60 -2543,buy_compound_top3,buy,2025-08-27 16:30:00,1326.0,10.6843,1,leg_gt,10.94,60 -2544,buy_compound_top3,buy,2025-08-27 16:33:00,1323.0,10.9355,1,leg_gt,10.94,60 -2545,buy_compound_top3,buy,2025-08-27 16:42:00,1321.0,11.1036,1,leg_gt,10.93,60 -2546,buy_compound_top3,buy,2025-08-27 16:45:00,1322.0,11.0195,1,leg_gt,10.93,60 -2547,buy_compound_top3,buy,2025-08-27 16:48:00,1323.0,10.9355,1,leg_gt,10.93,60 -2548,buy_compound_top3,buy,2025-08-27 17:15:00,1318.0,11.3568,1,leg_gt,10.91,60 -2549,buy_compound_top3,buy,2025-08-27 17:18:00,1315.0,11.611,1,leg_gt,10.91,60 -2550,buy_compound_top3,buy,2025-08-27 17:21:00,1315.0,11.611,1,leg_gt,10.9,60 -2551,buy_compound_top3,buy,2025-08-27 17:24:00,1317.0,11.4414,1,leg_gt,10.9,60 -2552,buy_compound_top3,buy,2025-08-27 17:27:00,1316.0,11.5261,1,leg_gt,10.9,60 -2553,buy_compound_top3,buy,2025-08-27 17:30:00,1315.0,11.611,1,leg_gt,10.9,60 -2554,buy_compound_top3,buy,2025-08-27 17:33:00,1315.0,11.611,1,leg_gt,10.9,60 -2555,buy_compound_top3,buy,2025-08-27 17:42:00,1314.0,11.696,1,leg_gt,10.89,60 -2556,buy_compound_top3,buy,2025-08-27 17:45:00,1311.0,11.9519,1,leg_gt,10.89,60 -2557,buy_compound_top3,buy,2025-08-27 17:48:00,1313.0,11.7812,1,leg_gt,10.89,60 -2558,buy_compound_top3,buy,2025-08-27 19:42:00,1315.0,11.611,1,leg_gt,10.81,60 -2559,buy_compound_top3,buy,2025-08-27 21:36:00,1309.0,12.1231,1,leg_gt,10.73,60 -2560,buy_compound_top3,buy,2025-08-27 21:39:00,1308.0,12.2089,1,leg_gt,10.72,60 -2561,buy_compound_top3,buy,2025-08-27 21:42:00,1307.0,12.2948,1,leg_gt,10.72,60 -2562,buy_compound_top3,buy,2025-08-28 01:42:00,1314.0,11.696,1,leg_gt,10.56,60 -2563,buy_compound_top3,buy,2025-08-28 02:12:00,1313.0,11.7812,1,leg_gt,10.54,60 -2564,buy_compound_top3,buy,2025-08-28 05:12:00,1317.0,11.4414,1,leg_gt,10.41,60 -2565,buy_compound_top3,buy,2025-08-28 06:51:00,1318.0,11.3568,1,leg_gt,10.34,60 -2566,buy_compound_top3,buy,2025-08-28 06:54:00,1313.0,11.7812,1,leg_gt,10.34,60 -2567,buy_compound_top3,buy,2025-08-28 07:00:00,1313.0,11.7812,1,leg_gt,10.34,60 -2568,buy_compound_top3,buy,2025-08-28 07:03:00,1310.0,12.0374,1,leg_gt,10.33,60 -2569,buy_compound_top3,buy,2025-08-28 07:15:00,1307.0,12.2948,1,leg_gt,10.32,60 -2570,buy_compound_top3,buy,2025-08-28 07:18:00,1309.0,12.1231,1,leg_gt,10.32,60 -2571,buy_compound_top3,buy,2025-08-28 08:51:00,1304.0,12.5534,1,leg_gt,10.26,60 -2572,buy_compound_top3,buy,2025-08-28 08:54:00,1304.0,12.5534,1,leg_gt,10.26,60 -2573,buy_compound_top3,buy,2025-08-28 08:57:00,1303.0,12.6398,1,leg_gt,10.25,60 -2574,buy_compound_top3,buy,2025-08-28 09:00:00,1302.0,12.7264,1,leg_gt,10.25,60 -2575,buy_compound_top3,buy,2025-08-28 09:03:00,1302.0,12.7264,1,leg_gt,10.25,60 -2576,buy_compound_top3,buy,2025-08-28 18:21:00,1315.0,11.611,1,leg_gt,9.86,60 -2577,buy_compound_top3,buy,2025-08-28 18:24:00,1316.0,11.5261,1,leg_gt,9.86,60 -2578,buy_compound_top3,buy,2025-08-28 18:42:00,1313.0,11.7812,1,leg_gt,9.85,60 -2579,buy_compound_top3,buy,2025-08-28 18:45:00,1310.0,12.0374,1,leg_gt,9.85,60 -2580,buy_compound_top3,buy,2025-08-28 18:48:00,1310.0,12.0374,1,leg_gt,9.84,60 -2581,buy_compound_top3,buy,2025-08-29 01:51:00,1322.0,11.0195,1,leg_gt,9.55,60 -2582,buy_compound_top3,buy,2025-08-29 01:54:00,1318.0,11.3568,1,leg_gt,9.55,60 -2583,buy_compound_top3,buy,2025-08-29 02:12:00,1313.0,11.7812,1,leg_gt,9.54,60 -2584,buy_compound_top3,buy,2025-08-29 04:51:00,1309.0,12.1231,1,leg_gt,9.43,60 -2585,buy_compound_top3,buy,2025-08-29 04:54:00,1310.0,12.0374,1,leg_gt,9.42,60 -2586,buy_compound_top3,buy,2025-08-29 04:57:00,1308.0,12.2089,1,leg_gt,9.42,60 -2587,buy_compound_top3,buy,2025-08-29 05:00:00,1306.0,12.3809,1,leg_gt,9.42,60 -2588,buy_compound_top3,buy,2025-08-29 05:03:00,1308.0,12.2089,1,leg_gt,9.42,60 -2589,buy_compound_top3,buy,2025-08-29 10:30:00,1320.0,11.1879,1,leg_gt,9.19,60 -2590,buy_compound_top3,buy,2025-08-29 10:33:00,1322.0,11.0195,1,leg_gt,9.19,60 -2591,buy_compound_top3,buy,2025-08-29 14:51:00,1324.0,10.8517,1,leg_gt,9.01,60 -2592,buy_compound_top3,buy,2025-08-29 14:54:00,1322.0,11.0195,1,leg_gt,9.01,60 -2593,buy_compound_top3,buy,2025-08-29 14:57:00,1322.0,11.0195,1,leg_gt,9.0,60 -2594,buy_compound_top3,buy,2025-08-29 15:30:00,1316.0,11.5261,1,leg_gt,8.98,60 -2595,buy_compound_top3,buy,2025-08-29 15:33:00,1316.0,11.5261,1,leg_gt,8.98,60 -2596,buy_compound_top3,buy,2025-08-29 15:36:00,1316.0,11.5261,1,leg_gt,8.98,60 -2597,buy_compound_top3,buy,2025-08-29 15:39:00,1315.0,11.611,1,leg_gt,8.98,60 -2598,buy_compound_top3,buy,2025-08-29 15:42:00,1314.0,11.696,1,leg_gt,8.97,60 -2599,buy_compound_top3,buy,2025-08-29 17:45:00,1281.0,14.576,1,leg_gt,8.89,60 -2600,buy_compound_top3,buy,2025-08-29 17:48:00,1280.0,14.6656,1,leg_gt,8.89,60 -2601,buy_compound_top3,buy,2025-08-29 17:51:00,1280.0,14.6656,1,leg_gt,8.88,60 -2602,buy_compound_top3,buy,2025-08-29 17:54:00,1279.0,14.7554,1,leg_gt,8.88,60 -2603,buy_compound_top3,buy,2025-08-29 17:57:00,1276.0,15.0254,1,leg_gt,8.88,60 -2604,buy_compound_top3,buy,2025-08-29 22:42:00,1280.0,14.6656,1,leg_gt,8.68,60 -2605,buy_compound_top3,buy,2025-08-29 22:45:00,1281.0,14.576,1,leg_gt,8.68,60 -2606,buy_compound_top3,buy,2025-08-29 22:48:00,1275.0,15.1157,1,leg_gt,8.68,60 -2607,buy_compound_top3,buy,2025-08-29 22:51:00,1281.0,14.576,1,leg_gt,8.68,60 -2608,buy_compound_top3,buy,2025-08-29 22:54:00,1279.0,14.7554,1,leg_gt,8.67,60 -2609,buy_compound_top3,buy,2025-08-29 23:12:00,1270.0,15.5693,1,leg_gt,8.66,60 -2610,buy_compound_top3,buy,2025-08-30 02:00:00,1266.0,15.9348,1,leg_gt,8.54,60 -2611,buy_compound_top3,buy,2025-08-30 02:03:00,1264.0,16.1184,1,leg_gt,8.54,60 -2612,buy_compound_top3,buy,2025-08-30 02:06:00,1260.0,16.4873,1,leg_gt,8.54,60 -2613,buy_compound_top3,buy,2025-08-30 02:09:00,1260.0,16.4873,1,leg_gt,8.54,60 -2614,buy_compound_top3,buy,2025-08-30 02:12:00,1260.0,16.4873,1,leg_gt,8.54,60 -2615,buy_compound_top3,buy,2025-08-30 02:15:00,1258.0,16.6727,1,leg_gt,8.53,60 -2616,buy_compound_top3,buy,2025-08-30 02:18:00,1256.0,16.8586,1,leg_gt,8.53,60 -2617,buy_compound_top3,buy,2025-08-30 03:30:00,1256.0,16.8586,1,leg_gt,8.48,60 -2618,buy_compound_top3,buy,2025-08-30 03:33:00,1255.0,16.9518,1,leg_gt,8.48,60 -2619,buy_compound_top3,buy,2025-08-30 09:51:00,1267.0,15.8432,1,leg_gt,8.22,60 -2620,buy_compound_top3,buy,2025-08-30 09:54:00,1265.0,16.0265,1,leg_gt,8.21,60 -2621,buy_compound_top3,buy,2025-08-30 09:57:00,1265.0,16.0265,1,leg_gt,8.21,60 -2622,buy_compound_top3,buy,2025-08-30 10:00:00,1265.0,16.0265,1,leg_gt,8.21,60 -2623,buy_compound_top3,buy,2025-08-30 10:03:00,1264.0,16.1184,1,leg_gt,8.21,60 -2624,buy_compound_top3,buy,2025-08-30 10:21:00,1262.0,16.3025,1,leg_gt,8.2,60 -2625,buy_compound_top3,buy,2025-08-30 10:24:00,1261.0,16.3948,1,leg_gt,8.19,60 -2626,buy_compound_top3,buy,2025-08-30 10:27:00,1259.0,16.5799,1,leg_gt,8.19,60 -2627,buy_compound_top3,buy,2025-08-30 10:36:00,1257.0,16.7656,1,leg_gt,8.19,60 -2628,buy_compound_top3,buy,2025-08-30 10:39:00,1254.0,17.0451,1,leg_gt,8.18,60 -2629,buy_compound_top3,buy,2025-08-30 10:42:00,1253.0,17.1386,1,leg_gt,8.18,60 -2630,buy_compound_top3,buy,2025-08-30 10:45:00,1252.0,17.2323,1,leg_gt,8.18,60 -2631,buy_compound_top3,buy,2025-08-30 10:48:00,1251.0,17.3261,1,leg_gt,8.18,60 -2632,buy_compound_top3,buy,2025-08-30 10:51:00,1250.0,17.42,1,leg_gt,8.18,60 -2633,buy_compound_top3,buy,2025-08-30 10:54:00,1247.0,17.7027,1,leg_gt,8.17,60 -2634,buy_compound_top3,buy,2025-08-30 17:57:00,1273.0,15.2967,1,leg_gt,7.88,60 -2635,buy_compound_top3,buy,2025-08-30 18:00:00,1273.0,15.2967,1,leg_gt,7.88,60 -2636,buy_compound_top3,buy,2025-08-30 18:03:00,1272.0,15.3874,1,leg_gt,7.88,60 -2637,buy_compound_top3,buy,2025-08-30 18:06:00,1273.0,15.2967,1,leg_gt,7.87,60 -2638,buy_compound_top3,buy,2025-08-30 18:09:00,1272.0,15.3874,1,leg_gt,7.87,60 -2639,buy_compound_top3,buy,2025-08-30 18:12:00,1271.0,15.4783,1,leg_gt,7.87,60 -2640,buy_compound_top3,buy,2025-08-30 18:15:00,1270.0,15.5693,1,leg_gt,7.87,60 -2641,buy_compound_top3,buy,2025-08-30 18:18:00,1271.0,15.4783,1,leg_gt,7.86,60 -2642,buy_compound_top3,buy,2025-08-30 18:30:00,1269.0,15.6604,1,leg_gt,7.86,60 -2643,buy_compound_top3,buy,2025-08-30 18:33:00,1266.0,15.9348,1,leg_gt,7.85,60 -2644,buy_compound_top3,buy,2025-08-30 18:36:00,1267.0,15.8432,1,leg_gt,7.85,60 -2645,buy_compound_top3,buy,2025-08-30 18:39:00,1267.0,15.8432,1,leg_gt,7.85,60 -2646,buy_compound_top3,buy,2025-08-30 18:42:00,1266.0,15.9348,1,leg_gt,7.85,60 -2647,buy_compound_top3,buy,2025-08-30 21:51:00,1265.0,16.0265,1,leg_gt,7.72,60 -2648,buy_compound_top3,buy,2025-08-30 21:54:00,1264.0,16.1184,1,leg_gt,7.71,60 -2649,buy_compound_top3,buy,2025-08-30 22:00:00,1265.0,16.0265,1,leg_gt,7.71,60 -2650,buy_compound_top3,buy,2025-08-30 22:03:00,1264.0,16.1184,1,leg_gt,7.71,60 -2651,buy_compound_top3,buy,2025-08-30 22:06:00,1261.0,16.3948,1,leg_gt,7.71,60 -2652,buy_compound_top3,buy,2025-08-30 22:09:00,1256.0,16.8586,1,leg_gt,7.7,60 -2653,buy_compound_top3,buy,2025-08-31 06:27:00,1253.0,17.1386,1,leg_gt,7.36,60 -2654,buy_compound_top3,buy,2025-08-31 06:30:00,1253.0,17.1386,1,leg_gt,7.36,60 -2655,buy_compound_top3,buy,2025-08-31 06:33:00,1254.0,17.0451,1,leg_gt,7.35,60 -2656,buy_compound_top3,buy,2025-08-31 13:36:00,1270.0,15.5693,1,leg_gt,7.06,60 -2657,buy_compound_top3,buy,2025-08-31 13:39:00,1268.0,15.7517,1,leg_gt,7.06,60 -2658,buy_compound_top3,buy,2025-08-31 13:51:00,1266.0,15.9348,1,leg_gt,7.05,60 -2659,buy_compound_top3,buy,2025-08-31 13:54:00,1265.0,16.0265,1,leg_gt,7.05,60 -2660,buy_compound_top3,buy,2025-08-31 14:00:00,1266.0,15.9348,1,leg_gt,7.04,60 -2661,buy_compound_top3,buy,2025-08-31 14:03:00,1264.0,16.1184,1,leg_gt,7.04,60 -2662,buy_compound_top3,buy,2025-08-31 14:06:00,1263.0,16.2104,1,leg_gt,7.04,60 -2663,buy_compound_top3,buy,2025-08-31 14:09:00,1265.0,16.0265,1,leg_gt,7.04,60 -2664,buy_compound_top3,buy,2025-08-31 14:12:00,1263.0,16.2104,1,leg_gt,7.04,60 -2665,buy_compound_top3,buy,2025-08-31 14:15:00,1262.0,16.3025,1,leg_gt,7.03,60 -2666,buy_compound_top3,buy,2025-08-31 14:18:00,1263.0,16.2104,1,leg_gt,7.03,60 -2667,buy_compound_top3,buy,2025-08-31 14:21:00,1263.0,16.2104,1,leg_gt,7.03,60 -2668,buy_compound_top3,buy,2025-08-31 14:24:00,1262.0,16.3025,1,leg_gt,7.03,60 -2669,buy_compound_top3,buy,2025-08-31 14:27:00,1261.0,16.3948,1,leg_gt,7.02,60 -2670,buy_compound_top3,buy,2025-08-31 14:30:00,1261.0,16.3948,1,leg_gt,7.02,60 -2671,buy_compound_top3,buy,2025-08-31 14:33:00,1261.0,16.3948,1,leg_gt,7.02,60 -2672,buy_compound_top3,buy,2025-08-31 14:36:00,1259.0,16.5799,1,leg_gt,7.02,60 -2673,buy_compound_top3,buy,2025-08-31 14:39:00,1258.0,16.6727,1,leg_gt,7.02,60 -2674,buy_compound_top3,buy,2025-08-31 15:30:00,1256.0,16.8586,1,leg_gt,6.98,60 -2675,buy_compound_top3,buy,2025-08-31 15:33:00,1256.0,16.8586,1,leg_gt,6.98,60 -2676,buy_compound_top3,buy,2025-08-31 15:36:00,1255.0,16.9518,1,leg_gt,6.98,60 -2677,buy_compound_top3,buy,2025-08-31 15:39:00,1255.0,16.9518,1,leg_gt,6.98,60 -2678,buy_compound_top3,buy,2025-08-31 15:42:00,1255.0,16.9518,1,leg_gt,6.97,60 -2679,buy_compound_top3,buy,2025-08-31 15:45:00,1255.0,16.9518,1,leg_gt,6.97,60 -2680,buy_compound_top3,buy,2025-08-31 15:48:00,1255.0,16.9518,1,leg_gt,6.97,60 -2681,buy_compound_top3,buy,2025-08-31 15:51:00,1253.0,17.1386,1,leg_gt,6.97,60 -2682,buy_compound_top3,buy,2025-08-31 15:54:00,1254.0,17.0451,1,leg_gt,6.96,60 -2683,buy_compound_top3,buy,2025-08-31 15:57:00,1252.0,17.2323,1,leg_gt,6.96,60 -2684,buy_compound_top3,buy,2025-08-31 19:21:00,1250.0,17.42,1,leg_gt,6.82,60 -2685,buy_compound_top3,buy,2025-08-31 19:24:00,1250.0,17.42,1,leg_gt,6.82,60 -2686,buy_compound_top3,buy,2025-08-31 19:27:00,1251.0,17.3261,1,leg_gt,6.82,60 -2687,buy_compound_top3,buy,2025-08-31 21:30:00,1249.0,17.5141,1,leg_gt,6.73,60 -2688,buy_compound_top3,buy,2025-08-31 21:33:00,1250.0,17.42,1,leg_gt,6.73,60 -2689,buy_compound_top3,buy,2025-08-31 21:42:00,1248.0,17.6083,1,leg_gt,6.72,60 -2690,buy_compound_top3,buy,2025-08-31 23:12:00,1245.0,17.892,1,leg_gt,6.66,60 -2691,buy_compound_top3,buy,2025-09-01 07:57:00,1244.0,17.9868,1,leg_gt,6.3,60 -2692,buy_compound_top3,buy,2025-09-01 08:00:00,1243.0,18.0818,1,leg_gt,6.29,60 -2693,buy_compound_top3,buy,2025-09-01 08:03:00,1241.0,18.2723,1,leg_gt,6.29,60 -2694,buy_compound_top3,buy,2025-09-01 08:15:00,1241.0,18.2723,1,leg_gt,6.28,60 -2695,buy_compound_top3,buy,2025-09-01 08:18:00,1237.0,18.6551,1,leg_gt,6.28,60 -2696,buy_compound_top3,buy,2025-09-01 08:21:00,1238.0,18.5591,1,leg_gt,6.28,60 -2697,buy_compound_top3,buy,2025-09-01 08:24:00,1236.0,18.7511,1,leg_gt,6.28,60 -2698,buy_compound_top3,buy,2025-09-01 08:27:00,1236.0,18.7511,1,leg_gt,6.28,60 -2699,buy_compound_top3,buy,2025-09-01 08:30:00,1235.0,18.8474,1,leg_gt,6.27,60 -2700,buy_compound_top3,buy,2025-09-01 08:33:00,1232.0,19.137,1,leg_gt,6.27,60 -2701,buy_compound_top3,buy,2025-09-01 08:36:00,1233.0,19.0403,1,leg_gt,6.27,60 -2702,buy_compound_top3,buy,2025-09-01 08:39:00,1230.0,19.3309,1,leg_gt,6.27,60 -2703,buy_compound_top3,buy,2025-09-01 08:42:00,1230.0,19.3309,1,leg_gt,6.26,60 -2704,buy_compound_top3,buy,2025-09-01 08:45:00,1230.0,19.3309,1,leg_gt,6.26,60 -2705,buy_compound_top3,buy,2025-09-01 08:48:00,1231.0,19.2339,1,leg_gt,6.26,60 -2706,buy_compound_top3,buy,2025-09-01 09:06:00,1226.0,19.7206,1,leg_gt,6.25,60 -2707,buy_compound_top3,buy,2025-09-01 09:09:00,1229.0,19.4281,1,leg_gt,6.25,60 -2708,buy_compound_top3,buy,2025-09-01 09:15:00,1224.0,19.9163,1,leg_gt,6.24,60 -2709,buy_compound_top3,buy,2025-09-01 09:18:00,1227.0,19.6229,1,leg_gt,6.24,60 -2710,buy_compound_top3,buy,2025-09-01 09:21:00,1225.0,19.8184,1,leg_gt,6.24,60 -2711,buy_compound_top3,buy,2025-09-01 09:24:00,1224.0,19.9163,1,leg_gt,6.24,60 -2712,buy_compound_top3,buy,2025-09-01 09:27:00,1219.0,20.4086,1,leg_gt,6.23,60 -2713,buy_compound_top3,buy,2025-09-01 09:30:00,1220.0,20.3098,1,leg_gt,6.23,60 -2714,buy_compound_top3,buy,2025-09-01 09:33:00,1218.0,20.5076,1,leg_gt,6.23,60 -2715,buy_compound_top3,buy,2025-09-01 09:36:00,1215.0,20.8053,1,leg_gt,6.23,60 -2716,buy_compound_top3,buy,2025-09-01 09:39:00,1216.0,20.7059,1,leg_gt,6.22,60 -2717,buy_compound_top3,buy,2025-09-01 11:45:00,1210.0,21.305,1,leg_gt,6.14,60 -2718,buy_compound_top3,buy,2025-09-01 11:48:00,1207.0,21.6067,1,leg_gt,6.14,60 -2719,buy_compound_top3,buy,2025-09-01 13:27:00,1202.0,22.113,1,leg_gt,6.07,60 -2720,buy_compound_top3,buy,2025-09-01 13:42:00,1200.0,22.3167,1,leg_gt,6.06,60 -2721,buy_compound_top3,buy,2025-09-01 19:42:00,1225.0,19.8184,1,leg_gt,5.81,60 -2722,buy_compound_top3,buy,2025-09-01 19:45:00,1226.0,19.7206,1,leg_gt,5.8,60 -2723,buy_compound_top3,buy,2025-09-01 19:48:00,1223.0,20.0145,1,leg_gt,5.8,60 -2724,buy_compound_top3,buy,2025-09-01 19:51:00,1223.0,20.0145,1,leg_gt,5.8,60 -2725,buy_compound_top3,buy,2025-09-01 19:54:00,1224.0,19.9163,1,leg_gt,5.8,60 -2726,buy_compound_top3,buy,2025-09-01 20:36:00,1221.0,20.2112,1,leg_gt,5.77,60 -2727,buy_compound_top3,buy,2025-09-01 20:39:00,1220.0,20.3098,1,leg_gt,5.77,60 -2728,buy_compound_top3,buy,2025-09-01 20:42:00,1219.0,20.4086,1,leg_gt,5.76,60 -2729,buy_compound_top3,buy,2025-09-01 20:45:00,1217.0,20.6067,1,leg_gt,5.76,60 -2730,buy_compound_top3,buy,2025-09-01 20:48:00,1218.0,20.5076,1,leg_gt,5.76,60 -2731,buy_compound_top3,buy,2025-09-02 00:30:00,1214.0,20.9049,1,leg_gt,5.61,60 -2732,buy_compound_top3,buy,2025-09-02 00:33:00,1213.0,21.0047,1,leg_gt,5.6,60 -2733,buy_compound_top3,buy,2025-09-02 00:42:00,1212.0,21.1046,1,leg_gt,5.6,60 -2734,buy_compound_top3,buy,2025-09-02 00:45:00,1212.0,21.1046,1,leg_gt,5.6,60 -2735,buy_compound_top3,buy,2025-09-02 00:48:00,1211.0,21.2047,1,leg_gt,5.59,60 -2736,buy_compound_top3,buy,2025-09-02 01:00:00,1208.0,21.506,1,leg_gt,5.59,60 -2737,buy_compound_top3,buy,2025-09-02 01:03:00,1205.0,21.8087,1,leg_gt,5.58,60 -2738,buy_compound_top3,buy,2025-09-02 01:06:00,1206.0,21.7076,1,leg_gt,5.58,60 -2739,buy_compound_top3,buy,2025-09-02 01:09:00,1208.0,21.506,1,leg_gt,5.58,60 -2740,buy_compound_top3,buy,2025-09-02 02:00:00,1205.0,21.8087,1,leg_gt,5.54,60 -2741,buy_compound_top3,buy,2025-09-02 02:03:00,1203.0,22.0114,1,leg_gt,5.54,60 -2742,buy_compound_top3,buy,2025-09-02 02:12:00,1202.0,22.113,1,leg_gt,5.54,60 -2743,buy_compound_top3,buy,2025-09-02 02:15:00,1204.0,21.91,1,leg_gt,5.53,60 -2744,buy_compound_top3,buy,2025-09-02 02:18:00,1206.0,21.7076,1,leg_gt,5.53,60 -2745,buy_compound_top3,buy,2025-09-02 02:21:00,1204.0,21.91,1,leg_gt,5.53,60 -2746,buy_compound_top3,buy,2025-09-02 02:24:00,1202.0,22.113,1,leg_gt,5.53,60 -2747,buy_compound_top3,buy,2025-09-02 02:27:00,1200.0,22.3167,1,leg_gt,5.52,60 -2748,buy_compound_top3,buy,2025-09-02 02:30:00,1201.0,22.2147,1,leg_gt,5.52,60 -2749,buy_compound_top3,buy,2025-09-02 02:33:00,1199.0,22.4188,1,leg_gt,5.52,60 -2750,buy_compound_top3,buy,2025-09-02 02:36:00,1203.0,22.0114,1,leg_gt,5.52,60 -2751,buy_compound_top3,buy,2025-09-02 02:39:00,1201.0,22.2147,1,leg_gt,5.52,60 -2752,buy_compound_top3,buy,2025-09-02 02:42:00,1201.0,22.2147,1,leg_gt,5.51,60 -2753,buy_compound_top3,buy,2025-09-02 05:57:00,1190.0,23.3454,1,leg_gt,5.38,60 -2754,buy_compound_top3,buy,2025-09-02 06:00:00,1188.0,23.5532,1,leg_gt,5.38,60 -2755,buy_compound_top3,buy,2025-09-02 06:03:00,1185.0,23.8662,1,leg_gt,5.38,60 -2756,buy_compound_top3,buy,2025-09-02 06:06:00,1181.0,24.2861,1,leg_gt,5.37,60 -2757,buy_compound_top3,buy,2025-09-02 06:09:00,1182.0,24.1809,1,leg_gt,5.37,60 -2758,buy_compound_top3,buy,2025-09-02 16:36:00,1217.0,20.6067,1,leg_gt,4.94,60 -2759,buy_compound_top3,buy,2025-09-02 16:39:00,1217.0,20.6067,1,leg_gt,4.93,60 -2760,buy_compound_top3,buy,2025-09-02 16:51:00,1213.0,21.0047,1,leg_gt,4.92,60 -2761,buy_compound_top3,buy,2025-09-02 16:54:00,1212.0,21.1046,1,leg_gt,4.92,60 -2762,buy_compound_top3,buy,2025-09-02 16:57:00,1213.0,21.0047,1,leg_gt,4.92,60 -2763,buy_compound_top3,buy,2025-09-02 21:21:00,1207.0,21.6067,1,leg_gt,4.74,60 -2764,buy_compound_top3,buy,2025-09-02 21:24:00,1208.0,21.506,1,leg_gt,4.74,60 -2765,buy_compound_top3,buy,2025-09-02 21:42:00,1203.0,22.0114,1,leg_gt,4.72,60 -2766,buy_compound_top3,buy,2025-09-03 10:27:00,1233.0,19.0403,1,leg_gt,4.19,60 -2767,buy_compound_top3,buy,2025-09-03 10:30:00,1231.0,19.2339,1,leg_gt,4.19,60 -2768,buy_compound_top3,buy,2025-09-03 10:33:00,1231.0,19.2339,1,leg_gt,4.19,60 -2769,buy_compound_top3,buy,2025-09-03 10:36:00,1231.0,19.2339,1,leg_gt,4.19,60 -2770,buy_compound_top3,buy,2025-09-03 10:39:00,1230.0,19.3309,1,leg_gt,4.18,60 -2771,buy_compound_top3,buy,2025-09-03 10:42:00,1231.0,19.2339,1,leg_gt,4.18,60 -2772,buy_compound_top3,buy,2025-09-03 14:00:00,1234.0,18.9438,1,leg_gt,4.04,60 -2773,buy_compound_top3,buy,2025-09-03 14:03:00,1234.0,18.9438,1,leg_gt,4.04,60 -2774,buy_compound_top3,buy,2025-09-03 14:06:00,1233.0,19.0403,1,leg_gt,4.04,60 -2775,buy_compound_top3,buy,2025-09-03 14:09:00,1233.0,19.0403,1,leg_gt,4.04,60 -2776,buy_compound_top3,buy,2025-09-03 14:12:00,1233.0,19.0403,1,leg_gt,4.04,60 -2777,buy_compound_top3,buy,2025-09-03 14:21:00,1234.0,18.9438,1,leg_gt,4.03,60 -2778,buy_compound_top3,buy,2025-09-03 14:24:00,1231.0,19.2339,1,leg_gt,4.03,60 -2779,buy_compound_top3,buy,2025-09-03 14:27:00,1231.0,19.2339,1,leg_gt,4.03,60 -2780,buy_compound_top3,buy,2025-09-03 14:30:00,1231.0,19.2339,1,leg_gt,4.02,60 -2781,buy_compound_top3,buy,2025-09-03 14:33:00,1231.0,19.2339,1,leg_gt,4.02,60 -2782,buy_compound_top3,buy,2025-09-03 14:36:00,1232.0,19.137,1,leg_gt,4.02,60 -2783,buy_compound_top3,buy,2025-09-03 14:39:00,1231.0,19.2339,1,leg_gt,4.02,60 -2784,buy_compound_top3,buy,2025-09-03 16:21:00,1228.0,19.5254,1,leg_gt,3.95,60 -2785,buy_compound_top3,buy,2025-09-03 16:24:00,1229.0,19.4281,1,leg_gt,3.94,60 -2786,buy_compound_top3,buy,2025-09-03 18:06:00,1226.0,19.7206,1,leg_gt,3.87,60 -2787,buy_compound_top3,buy,2025-09-03 18:09:00,1225.0,19.8184,1,leg_gt,3.87,60 -2788,buy_compound_top3,buy,2025-09-03 18:12:00,1224.0,19.9163,1,leg_gt,3.87,60 -2789,buy_compound_top3,buy,2025-09-04 08:36:00,1247.0,17.7027,1,leg_gt,3.27,60 -2790,buy_compound_top3,buy,2025-09-04 08:39:00,1247.0,17.7027,1,leg_gt,3.27,60 -2791,buy_compound_top3,buy,2025-09-04 08:51:00,1246.0,17.7973,1,leg_gt,3.26,60 -2792,buy_compound_top3,buy,2025-09-04 08:54:00,1246.0,17.7973,1,leg_gt,3.26,60 -2793,buy_compound_top3,buy,2025-09-04 08:57:00,1245.0,17.892,1,leg_gt,3.25,60 -2794,buy_compound_top3,buy,2025-09-04 11:30:00,1246.0,17.7973,1,leg_gt,3.15,60 -2795,buy_compound_top3,buy,2025-09-04 11:33:00,1246.0,17.7973,1,leg_gt,3.15,60 -2796,buy_compound_top3,buy,2025-09-04 12:12:00,1246.0,17.7973,1,leg_gt,3.12,60 -2797,buy_compound_top3,buy,2025-09-04 12:30:00,1244.0,17.9868,1,leg_gt,3.11,60 -2798,buy_compound_top3,buy,2025-09-04 12:33:00,1244.0,17.9868,1,leg_gt,3.1,60 -2799,buy_compound_top3,buy,2025-09-04 12:36:00,1243.0,18.0818,1,leg_gt,3.1,60 -2800,buy_compound_top3,buy,2025-09-04 12:39:00,1243.0,18.0818,1,leg_gt,3.1,60 -2801,buy_compound_top3,buy,2025-09-04 12:42:00,1244.0,17.9868,1,leg_gt,3.1,60 -2802,buy_compound_top3,buy,2025-09-04 12:45:00,1243.0,18.0818,1,leg_gt,3.1,60 -2803,buy_compound_top3,buy,2025-09-04 12:48:00,1241.0,18.2723,1,leg_gt,3.09,60 -2804,buy_compound_top3,buy,2025-09-04 12:57:00,1240.0,18.3677,1,leg_gt,3.09,60 -2805,buy_compound_top3,buy,2025-09-04 14:15:00,1236.0,18.7511,1,leg_gt,3.03,60 -2806,buy_compound_top3,buy,2025-09-04 14:18:00,1238.0,18.5591,1,leg_gt,3.03,60 -2807,buy_compound_top3,buy,2025-09-04 14:21:00,1234.0,18.9438,1,leg_gt,3.03,60 -2808,buy_compound_top3,buy,2025-09-04 14:24:00,1232.0,19.137,1,leg_gt,3.03,60 -2809,buy_compound_top3,buy,2025-09-04 14:27:00,1235.0,18.8474,1,leg_gt,3.02,60 -2810,buy_compound_top3,buy,2025-09-04 14:30:00,1235.0,18.8474,1,leg_gt,3.02,60 -2811,buy_compound_top3,buy,2025-09-04 14:33:00,1235.0,18.8474,1,leg_gt,3.02,60 -2812,buy_compound_top3,buy,2025-09-04 15:21:00,1231.0,19.2339,1,leg_gt,2.99,60 -2813,buy_compound_top3,buy,2025-09-04 15:24:00,1229.0,19.4281,1,leg_gt,2.99,60 -2814,buy_compound_top3,buy,2025-09-04 15:27:00,1230.0,19.3309,1,leg_gt,2.98,60 -2815,buy_compound_top3,buy,2025-09-04 18:21:00,1226.0,19.7206,1,leg_gt,2.86,60 -2816,buy_compound_top3,buy,2025-09-04 18:24:00,1226.0,19.7206,1,leg_gt,2.86,60 -2817,buy_compound_top3,buy,2025-09-04 18:30:00,1225.0,19.8184,1,leg_gt,2.86,60 -2818,buy_compound_top3,buy,2025-09-04 18:33:00,1223.0,20.0145,1,leg_gt,2.85,60 -2819,buy_compound_top3,buy,2025-09-04 20:00:00,1221.0,20.2112,1,leg_gt,2.79,60 -2820,buy_compound_top3,buy,2025-09-04 20:03:00,1223.0,20.0145,1,leg_gt,2.79,60 -2821,buy_compound_top3,buy,2025-09-05 00:00:00,1215.0,20.8053,1,leg_gt,2.63,60 -2822,buy_compound_top3,buy,2025-09-05 00:03:00,1215.0,20.8053,1,leg_gt,2.62,60 -2823,buy_compound_top3,buy,2025-09-05 00:06:00,1214.0,20.9049,1,leg_gt,2.62,60 -2824,buy_compound_top3,buy,2025-09-05 00:09:00,1214.0,20.9049,1,leg_gt,2.62,60 -2825,buy_compound_top3,buy,2025-09-05 00:12:00,1209.0,21.4054,1,leg_gt,2.62,60 -2826,buy_compound_top3,buy,2025-09-05 00:27:00,1210.0,21.305,1,leg_gt,2.61,60 -2827,buy_compound_top3,buy,2025-09-05 00:30:00,1211.0,21.2047,1,leg_gt,2.61,60 -2828,buy_compound_top3,buy,2025-09-05 00:33:00,1208.0,21.506,1,leg_gt,2.6,60 -2829,buy_compound_top3,buy,2025-09-05 00:36:00,1208.0,21.506,1,leg_gt,2.6,60 -2830,buy_compound_top3,buy,2025-09-05 00:39:00,1209.0,21.4054,1,leg_gt,2.6,60 -2831,buy_compound_top3,buy,2025-09-05 23:36:00,1231.0,19.2339,1,leg_gt,1.64,60 -2832,buy_compound_top3,buy,2025-09-05 23:39:00,1233.0,19.0403,1,leg_gt,1.64,60 -2833,buy_compound_top3,buy,2025-09-05 23:42:00,1235.0,18.8474,1,leg_gt,1.64,60 -2834,buy_compound_top3,buy,2025-09-05 23:45:00,1234.0,18.9438,1,leg_gt,1.64,60 -2835,buy_compound_top3,buy,2025-09-05 23:48:00,1230.0,19.3309,1,leg_gt,1.64,60 -2836,buy_compound_top3,buy,2025-09-06 13:21:00,1273.0,15.2967,1,leg_gt,1.07,60 -2837,buy_compound_top3,buy,2025-09-06 13:24:00,1273.0,15.2967,1,leg_gt,1.07,60 -2838,buy_compound_top3,buy,2025-09-06 13:27:00,1274.0,15.2061,1,leg_gt,1.07,60 -2839,buy_compound_top3,buy,2025-09-06 14:21:00,1270.0,15.5693,1,leg_gt,1.03,60 -2840,buy_compound_top3,buy,2025-09-06 14:24:00,1269.0,15.6604,1,leg_gt,1.03,60 -2841,buy_compound_top3,buy,2025-09-06 14:27:00,1271.0,15.4783,1,leg_gt,1.02,60 -2842,buy_compound_top3,buy,2025-09-06 17:42:00,1270.0,15.5693,1,leg_gt,0.89,60 -2843,buy_compound_top3,buy,2025-09-06 17:51:00,1268.0,15.7517,1,leg_gt,0.88,60 -2844,buy_compound_top3,buy,2025-09-06 17:54:00,1268.0,15.7517,1,leg_gt,0.88,60 -2845,buy_compound_top3,buy,2025-09-06 17:57:00,1270.0,15.5693,1,leg_gt,0.88,60 -2846,buy_compound_top3,buy,2025-09-06 18:00:00,1268.0,15.7517,1,leg_gt,0.88,60 -2847,buy_compound_top3,buy,2025-09-06 18:03:00,1265.0,16.0265,1,leg_gt,0.88,60 -2848,buy_compound_top3,buy,2025-09-06 18:12:00,1261.0,16.3948,1,leg_gt,0.87,60 -2849,buy_compound_top3,buy,2025-09-06 18:15:00,1262.0,16.3025,1,leg_gt,0.87,60 -2850,buy_compound_top3,buy,2025-09-06 18:18:00,1264.0,16.1184,1,leg_gt,0.86,60 -2851,buy_compound_top3,buy,2025-09-06 18:21:00,1263.0,16.2104,1,leg_gt,0.86,60 -2852,buy_compound_top3,buy,2025-09-06 18:24:00,1263.0,16.2104,1,leg_gt,0.86,60 -2853,buy_compound_top3,buy,2025-09-06 18:27:00,1263.0,16.2104,1,leg_gt,0.86,60 -2854,buy_compound_top3,buy,2025-09-07 17:00:00,1411.0,27.4691,1,leg_gt,0.88,60 -2855,buy_compound_top3,buy,2025-09-07 17:03:00,1417.0,26.9289,1,leg_gt,0.88,60 -2856,buy_compound_top3,buy,2025-09-08 01:30:00,1453.0,23.7816,1,leg_gt,0.53,60 -2857,buy_compound_top3,buy,2025-09-08 01:33:00,1452.0,23.8669,1,leg_gt,0.53,60 -2858,buy_compound_top3,buy,2025-09-08 01:36:00,1450.0,24.0379,1,leg_gt,0.52,60 -2859,buy_compound_top3,buy,2025-09-08 01:39:00,1451.0,23.9524,1,leg_gt,0.52,60 -2860,buy_compound_top3,buy,2025-09-08 07:06:00,1441.0,24.8133,1,leg_gt,0.3,60 -2861,buy_compound_top3,buy,2025-09-08 07:09:00,1444.0,24.5537,1,leg_gt,0.29,60 -2862,buy_compound_top3,buy,2025-09-08 19:12:00,1729.0,24.1337,1,leg_gt,0.2,60 -2863,buy_compound_top3,buy,2025-09-08 19:15:00,1728.0,24.2056,1,leg_gt,0.2,60 -2864,buy_compound_top3,buy,2025-09-08 19:18:00,1720.0,24.7837,1,leg_gt,0.2,60 -2865,buy_compound_top3,buy,2025-09-08 20:21:00,1667.0,28.7542,1,leg_gt,0.15,60 -2866,buy_compound_top3,buy,2025-09-08 20:24:00,1666.0,28.8316,1,leg_gt,0.15,60 -2867,buy_compound_top3,buy,2025-09-09 03:00:00,2053.0,20.9424,1,leg_gt,0.27,60 -2868,buy_compound_top3,buy,2025-09-09 03:03:00,2075.0,19.659,1,leg_gt,0.27,60 -2869,buy_compound_top3,buy,2025-09-09 03:15:00,2007.0,23.7166,1,leg_gt,0.26,60 -2870,buy_compound_top3,buy,2025-09-09 03:18:00,2022.0,22.7981,1,leg_gt,0.26,60 -2871,buy_compound_top3,buy,2025-09-09 21:57:00,2587.0,9.9889,1,leg_gt,0.53,60 -2872,buy_compound_top3,buy,2025-09-10 00:27:00,2506.0,13.5472,1,leg_gt,0.42,60 -2873,buy_compound_top3,buy,2025-09-10 01:15:00,2467.0,15.3439,1,leg_gt,0.39,60 -2874,buy_compound_top3,buy,2025-09-10 01:18:00,2453.0,16.0027,1,leg_gt,0.39,60 -2875,buy_compound_top3,buy,2025-09-10 01:21:00,2453.0,16.0027,1,leg_gt,0.39,60 -2876,buy_compound_top3,buy,2025-09-10 01:24:00,2453.0,16.0027,1,leg_gt,0.38,60 -2877,buy_compound_top3,buy,2025-09-10 01:27:00,2414.0,17.8785,1,leg_gt,0.38,60 -2878,buy_compound_top3,buy,2025-09-10 01:30:00,2403.0,18.4185,1,leg_gt,0.38,60 -2879,buy_compound_top3,buy,2025-09-10 01:33:00,2408.0,18.1724,1,leg_gt,0.38,60 -2880,buy_compound_top3,buy,2025-09-10 01:36:00,2397.0,18.7152,1,leg_gt,0.38,60 -2881,buy_compound_top3,buy,2025-09-10 01:39:00,2395.0,18.8144,1,leg_gt,0.37,60 -2882,buy_compound_top3,buy,2025-09-10 01:42:00,2397.0,18.7152,1,leg_gt,0.37,60 -2883,buy_compound_top3,buy,2025-09-10 01:45:00,2403.0,18.4185,1,leg_gt,0.37,60 -2884,buy_compound_top3,buy,2025-09-10 01:48:00,2396.0,18.7648,1,leg_gt,0.37,60 -2885,buy_compound_top3,buy,2025-09-10 14:30:00,2657.0,-9.3586,0,leg_gt,2.05,60 -2886,buy_compound_top3,buy,2025-09-10 14:33:00,2654.0,-9.256,0,leg_gt,2.04,60 -2887,buy_compound_top3,buy,2025-09-10 16:12:00,2657.0,-9.3586,0,leg_gt,1.98,60 -2888,buy_compound_top3,buy,2025-09-10 16:27:00,2642.0,-8.8434,0,leg_gt,1.96,60 -2889,buy_compound_top3,buy,2025-09-10 16:45:00,2615.0,-7.9011,0,leg_gt,1.95,60 -2890,buy_compound_top3,buy,2025-09-10 16:48:00,2607.0,-7.6182,0,leg_gt,1.95,60 -2891,buy_compound_top3,buy,2025-09-10 16:51:00,2592.0,-7.083,0,leg_gt,1.95,60 -2892,buy_compound_top3,buy,2025-09-10 16:54:00,2578.0,-6.5779,0,leg_gt,1.95,60 -2893,buy_compound_top3,buy,2025-09-10 23:06:00,2568.0,-6.2137,0,leg_gt,1.69,60 -2894,buy_compound_top3,buy,2025-09-10 23:09:00,2570.0,-6.2868,0,leg_gt,1.69,60 -2895,buy_compound_top3,buy,2025-09-10 23:15:00,2544.0,-5.328,0,leg_gt,1.68,60 -2896,buy_compound_top3,buy,2025-09-10 23:18:00,2553.0,-5.6621,0,leg_gt,1.68,60 -2897,buy_compound_top3,buy,2025-09-11 01:30:00,2473.0,-2.6071,0,leg_gt,1.59,60 -2898,buy_compound_top3,buy,2025-09-11 01:33:00,2461.0,-2.1317,0,leg_gt,1.59,60 -2899,buy_compound_top3,buy,2025-09-11 01:36:00,2461.0,-2.1317,0,leg_gt,1.58,60 -2900,buy_compound_top3,buy,2025-09-11 01:39:00,2476.0,-2.7252,0,leg_gt,1.58,60 -2901,buy_compound_top3,buy,2025-09-11 10:30:00,2550.0,-5.551,0,leg_gt,1.21,60 -2902,buy_compound_top3,buy,2025-09-11 10:33:00,2542.0,-5.2534,0,leg_gt,1.21,60 -2903,buy_compound_top3,buy,2025-09-11 10:36:00,2541.0,-5.2161,0,leg_gt,1.21,60 -2904,buy_compound_top3,buy,2025-09-11 10:39:00,2531.0,-4.8412,0,leg_gt,1.21,60 -2905,buy_compound_top3,buy,2025-09-11 10:42:00,2534.0,-4.954,0,leg_gt,1.2,60 -2906,buy_compound_top3,buy,2025-09-11 10:45:00,2534.0,-4.954,0,leg_gt,1.2,60 -2907,buy_compound_top3,buy,2025-09-11 10:48:00,2536.0,-5.029,0,leg_gt,1.2,60 -2908,buy_compound_top3,buy,2025-09-11 11:15:00,2522.0,-4.5013,0,leg_gt,1.18,60 -2909,buy_compound_top3,buy,2025-09-11 11:18:00,2512.0,-4.1207,0,leg_gt,1.18,60 -2910,buy_compound_top3,buy,2025-09-11 11:36:00,2515.0,-4.2352,0,leg_gt,1.17,60 -2911,buy_compound_top3,buy,2025-09-11 11:39:00,2509.0,-4.0059,0,leg_gt,1.16,60 -2912,buy_compound_top3,buy,2025-09-11 11:42:00,2504.0,-3.8141,0,leg_gt,1.16,60 -2913,buy_compound_top3,buy,2025-09-11 11:45:00,2501.0,-3.6986,0,leg_gt,1.16,60 -2914,buy_compound_top3,buy,2025-09-11 11:48:00,2495.0,-3.4667,0,leg_gt,1.16,60 -2915,buy_compound_top3,buy,2025-09-11 11:51:00,2487.0,-3.1559,0,leg_gt,1.16,60 -2916,buy_compound_top3,buy,2025-09-11 11:54:00,2487.0,-3.1559,0,leg_gt,1.15,60 -2917,buy_compound_top3,buy,2025-09-11 11:57:00,2490.0,-3.2727,0,leg_gt,1.15,60 -2918,buy_compound_top3,buy,2025-09-11 12:00:00,2482.0,-2.9606,0,leg_gt,1.15,60 -2919,buy_compound_top3,buy,2025-09-11 12:03:00,2492.0,-3.3504,0,leg_gt,1.15,60 -2920,buy_compound_top3,buy,2025-09-11 14:30:00,2470.0,-2.4887,0,leg_gt,1.05,60 -2921,buy_compound_top3,buy,2025-09-11 14:33:00,2465.0,-2.2907,0,leg_gt,1.04,60 -2922,buy_compound_top3,buy,2025-09-11 14:36:00,2462.0,-2.1715,0,leg_gt,1.04,60 -2923,buy_compound_top3,buy,2025-09-11 14:39:00,2463.0,-2.2112,0,leg_gt,1.04,60 -2924,buy_compound_top3,buy,2025-09-11 14:42:00,2453.0,-1.8122,0,leg_gt,1.04,60 -2925,buy_compound_top3,buy,2025-09-11 16:00:00,2443.0,-1.4099,0,leg_gt,0.98,60 -2926,buy_compound_top3,buy,2025-09-11 16:03:00,2436.0,-1.1263,0,leg_gt,0.98,60 -2927,buy_compound_top3,buy,2025-09-11 16:12:00,2438.0,-1.2075,0,leg_gt,0.98,60 -2928,buy_compound_top3,buy,2025-09-11 16:15:00,2430.0,-0.8819,0,leg_gt,0.97,60 -2929,buy_compound_top3,buy,2025-09-11 16:18:00,2430.0,-0.8819,0,leg_gt,0.97,60 -2930,buy_compound_top3,buy,2025-09-11 20:06:00,2393.0,0.6522,1,leg_gt,0.81,60 -2931,buy_compound_top3,buy,2025-09-11 20:09:00,2392.0,0.6943,1,leg_gt,0.81,60 -2932,buy_compound_top3,buy,2025-09-11 20:12:00,2402.0,0.2747,1,leg_gt,0.81,60 -2933,buy_compound_top3,buy,2025-09-11 20:45:00,2380.0,1.2025,1,leg_gt,0.79,60 -2934,buy_compound_top3,buy,2025-09-11 20:48:00,2383.0,1.075,1,leg_gt,0.78,60 -2935,buy_compound_top3,buy,2025-09-11 20:51:00,2377.0,1.3304,1,leg_gt,0.78,60 -2936,buy_compound_top3,buy,2025-09-11 20:54:00,2379.0,1.2451,1,leg_gt,0.78,60 -2937,buy_compound_top3,buy,2025-09-11 22:00:00,2318.0,3.9121,1,leg_gt,0.73,60 -2938,buy_compound_top3,buy,2025-09-11 22:03:00,2317.0,3.957,1,leg_gt,0.73,60 -2939,buy_compound_top3,buy,2025-09-11 23:12:00,2302.0,4.635,1,leg_gt,0.68,60 -2940,buy_compound_top3,buy,2025-09-11 23:36:00,2284.0,5.4604,1,leg_gt,0.67,60 -2941,buy_compound_top3,buy,2025-09-11 23:39:00,2276.0,5.8315,1,leg_gt,0.66,60 -2942,buy_compound_top3,buy,2025-09-11 23:42:00,2270.0,6.1115,1,leg_gt,0.66,60 -2943,buy_compound_top3,buy,2025-09-11 23:45:00,2267.0,6.252,1,leg_gt,0.66,60 -2944,buy_compound_top3,buy,2025-09-11 23:48:00,2274.0,5.9246,1,leg_gt,0.66,60 -2945,buy_compound_top3,buy,2025-09-11 23:51:00,2266.0,6.2989,1,leg_gt,0.66,60 -2946,buy_compound_top3,buy,2025-09-11 23:54:00,2261.0,6.5342,1,leg_gt,0.65,60 -2947,buy_compound_top3,buy,2025-09-11 23:57:00,2256.0,6.7706,1,leg_gt,0.65,60 -2948,buy_compound_top3,buy,2025-09-12 01:51:00,2228.0,8.1136,1,leg_gt,0.57,60 -2949,buy_compound_top3,buy,2025-09-12 01:54:00,2217.0,8.6506,1,leg_gt,0.57,60 -2950,buy_compound_top3,buy,2025-09-12 10:15:00,2278.0,5.7385,1,leg_gt,0.22,60 -2951,buy_compound_top3,buy,2025-09-12 10:18:00,2278.0,5.7385,1,leg_gt,0.22,60 -2952,buy_compound_top3,buy,2025-09-12 10:57:00,2263.0,6.44,1,leg_gt,0.19,60 -2953,buy_compound_top3,buy,2025-09-12 11:00:00,2254.0,6.8654,1,leg_gt,0.19,60 -2954,buy_compound_top3,buy,2025-09-12 11:03:00,2263.0,6.44,1,leg_gt,0.19,60 -2955,buy_compound_top3,buy,2025-09-12 11:06:00,2257.0,6.7232,1,leg_gt,0.19,60 -2956,buy_compound_top3,buy,2025-09-12 11:09:00,2252.0,6.9604,1,leg_gt,0.19,60 -2957,buy_compound_top3,buy,2025-09-12 11:12:00,2259.0,6.6286,1,leg_gt,0.18,60 -2958,buy_compound_top3,buy,2025-09-12 11:15:00,2250.0,7.0556,1,leg_gt,0.18,60 -2959,buy_compound_top3,buy,2025-09-12 11:18:00,2258.0,6.6759,1,leg_gt,0.18,60 -2960,buy_compound_top3,buy,2025-09-12 12:06:00,2240.0,7.5339,1,leg_gt,0.15,60 -2961,buy_compound_top3,buy,2025-09-12 12:09:00,2242.0,7.4379,1,leg_gt,0.14,60 -2962,buy_compound_top3,buy,2025-09-12 12:12:00,2236.0,7.7265,1,leg_gt,0.14,60 -2963,buy_compound_top3,buy,2025-09-12 12:15:00,2235.0,7.7747,1,leg_gt,0.14,60 -2964,buy_compound_top3,buy,2025-09-12 12:18:00,2239.0,7.582,1,leg_gt,0.14,60 -2965,buy_compound_top3,buy,2025-09-12 17:42:00,2294.0,3.6489,1,leg_gt,0.66,60 -2966,buy_compound_top3,buy,2025-09-12 18:42:00,2273.0,4.6074,1,leg_gt,0.61,60 -2967,buy_compound_top3,buy,2025-09-12 18:45:00,2284.0,4.1032,1,leg_gt,0.61,60 -2968,buy_compound_top3,buy,2025-09-12 18:48:00,2284.0,4.1032,1,leg_gt,0.61,60 -2969,buy_compound_top3,buy,2025-09-12 18:51:00,2282.0,4.1945,1,leg_gt,0.61,60 -2970,buy_compound_top3,buy,2025-09-12 18:54:00,2275.0,4.5154,1,leg_gt,0.61,60 -2971,buy_compound_top3,buy,2025-09-12 18:57:00,2275.0,4.5154,1,leg_gt,0.6,60 -2972,buy_compound_top3,buy,2025-09-12 19:00:00,2278.0,4.3776,1,leg_gt,0.6,60 -2973,buy_compound_top3,buy,2025-09-12 19:03:00,2277.0,4.4235,1,leg_gt,0.6,60 -2974,buy_compound_top3,buy,2025-09-12 19:06:00,2268.0,4.8383,1,leg_gt,0.6,60 -2975,buy_compound_top3,buy,2025-09-12 19:09:00,2273.0,4.6074,1,leg_gt,0.6,60 -2976,buy_compound_top3,buy,2025-09-12 20:45:00,2264.0,5.0237,1,leg_gt,0.53,60 -2977,buy_compound_top3,buy,2025-09-12 20:48:00,2259.0,5.2564,1,leg_gt,0.53,60 -2978,buy_compound_top3,buy,2025-09-12 20:57:00,2257.0,5.3497,1,leg_gt,0.52,60 -2979,buy_compound_top3,buy,2025-09-12 22:12:00,2257.0,5.3497,1,leg_gt,0.47,60 -2980,buy_compound_top3,buy,2025-09-12 23:42:00,2242.0,6.0552,1,leg_gt,0.41,60 -2981,buy_compound_top3,buy,2025-09-12 23:45:00,2239.0,6.1975,1,leg_gt,0.4,60 -2982,buy_compound_top3,buy,2025-09-12 23:48:00,2250.0,5.6778,1,leg_gt,0.4,60 -2983,buy_compound_top3,buy,2025-09-12 23:57:00,2237.0,6.2925,1,leg_gt,0.4,60 -2984,buy_compound_top3,buy,2025-09-13 00:30:00,2180.0,9.0743,1,leg_gt,0.37,60 -2985,buy_compound_top3,buy,2025-09-13 00:33:00,2167.0,9.7293,1,leg_gt,0.37,60 -2986,buy_compound_top3,buy,2025-09-13 00:42:00,2165.0,9.8307,1,leg_gt,0.36,60 -2987,buy_compound_top3,buy,2025-09-13 15:42:00,2276.0,5.0845,1,leg_gt,1.04,60 -2988,buy_compound_top3,buy,2025-09-13 15:45:00,2275.0,5.1308,1,leg_gt,1.04,60 -2989,buy_compound_top3,buy,2025-09-13 15:48:00,2275.0,5.1308,1,leg_gt,1.03,60 -2990,buy_compound_top3,buy,2025-09-13 15:51:00,2274.0,5.177,1,leg_gt,1.03,60 -2991,buy_compound_top3,buy,2025-09-13 15:54:00,2270.0,5.3626,1,leg_gt,1.03,60 -2992,buy_compound_top3,buy,2025-09-13 15:57:00,2270.0,5.3626,1,leg_gt,1.03,60 -2993,buy_compound_top3,buy,2025-09-13 16:57:00,2266.0,5.5487,1,leg_gt,0.99,60 -2994,buy_compound_top3,buy,2025-09-13 17:00:00,2263.0,5.6888,1,leg_gt,0.98,60 -2995,buy_compound_top3,buy,2025-09-13 17:03:00,2265.0,5.5954,1,leg_gt,0.98,60 -2996,buy_compound_top3,buy,2025-09-13 17:06:00,2261.0,5.7824,1,leg_gt,0.98,60 -2997,buy_compound_top3,buy,2025-09-13 17:09:00,2259.0,5.8761,1,leg_gt,0.98,60 -2998,buy_compound_top3,buy,2025-09-13 17:27:00,2259.0,5.8761,1,leg_gt,0.96,60 -2999,buy_compound_top3,buy,2025-09-13 17:51:00,2255.0,6.0641,1,leg_gt,0.95,60 -3000,buy_compound_top3,buy,2025-09-13 17:54:00,2254.0,6.1112,1,leg_gt,0.95,60 -3001,buy_compound_top3,buy,2025-09-13 17:57:00,2257.0,5.97,1,leg_gt,0.94,60 -3002,buy_compound_top3,buy,2025-09-13 18:00:00,2255.0,6.0641,1,leg_gt,0.94,60 -3003,buy_compound_top3,buy,2025-09-13 18:03:00,2259.0,5.8761,1,leg_gt,0.94,60 -3004,buy_compound_top3,buy,2025-09-13 18:15:00,2251.0,6.2527,1,leg_gt,0.93,60 -3005,buy_compound_top3,buy,2025-09-13 18:18:00,2251.0,6.2527,1,leg_gt,0.93,60 -3006,buy_compound_top3,buy,2025-09-13 18:21:00,2250.0,6.3,1,leg_gt,0.93,60 -3007,buy_compound_top3,buy,2025-09-13 18:24:00,2252.0,6.2055,1,leg_gt,0.92,60 -3008,buy_compound_top3,buy,2025-09-13 18:27:00,2249.0,6.3473,1,leg_gt,0.92,60 -3009,buy_compound_top3,buy,2025-09-13 18:36:00,2248.0,6.3947,1,leg_gt,0.92,60 -3010,buy_compound_top3,buy,2025-09-13 18:39:00,2241.0,6.7273,1,leg_gt,0.91,60 -3011,buy_compound_top3,buy,2025-09-13 18:45:00,2245.0,6.537,1,leg_gt,0.91,60 -3012,buy_compound_top3,buy,2025-09-13 18:48:00,2239.0,6.8227,1,leg_gt,0.91,60 -3013,buy_compound_top3,buy,2025-09-13 18:57:00,2237.0,6.9183,1,leg_gt,0.9,60 -3014,buy_compound_top3,buy,2025-09-13 19:00:00,2236.0,6.9662,1,leg_gt,0.9,60 -3015,buy_compound_top3,buy,2025-09-13 19:03:00,2229.0,7.3024,1,leg_gt,0.9,60 -3016,buy_compound_top3,buy,2025-09-13 19:06:00,2235.0,7.0141,1,leg_gt,0.9,60 -3017,buy_compound_top3,buy,2025-09-13 19:09:00,2233.0,7.11,1,leg_gt,0.89,60 -3018,buy_compound_top3,buy,2025-09-13 19:12:00,2227.0,7.3989,1,leg_gt,0.89,60 -3019,buy_compound_top3,buy,2025-09-13 19:15:00,2228.0,7.3506,1,leg_gt,0.89,60 -3020,buy_compound_top3,buy,2025-09-13 19:18:00,2226.0,7.4472,1,leg_gt,0.89,60 -3021,buy_compound_top3,buy,2025-09-13 22:57:00,2237.0,6.9183,1,leg_gt,0.74,60 -3022,buy_compound_top3,buy,2025-09-13 23:36:00,2232.0,7.1581,1,leg_gt,0.71,60 -3023,buy_compound_top3,buy,2025-09-13 23:39:00,2228.0,7.3506,1,leg_gt,0.71,60 -3024,buy_compound_top3,buy,2025-09-14 00:15:00,2225.0,7.4955,1,leg_gt,0.68,60 -3025,buy_compound_top3,buy,2025-09-14 00:18:00,2227.0,7.3989,1,leg_gt,0.68,60 -3026,buy_compound_top3,buy,2025-09-14 00:27:00,2221.0,7.6893,1,leg_gt,0.67,60 -3027,buy_compound_top3,buy,2025-09-14 00:45:00,2213.0,8.0789,1,leg_gt,0.66,60 -3028,buy_compound_top3,buy,2025-09-14 00:48:00,2212.0,8.1278,1,leg_gt,0.66,60 -3029,buy_compound_top3,buy,2025-09-14 00:51:00,2211.0,8.1768,1,leg_gt,0.66,60 -3030,buy_compound_top3,buy,2025-09-14 00:54:00,2210.0,8.2258,1,leg_gt,0.65,60 -3031,buy_compound_top3,buy,2025-09-14 00:57:00,2209.0,8.2748,1,leg_gt,0.65,60 -3032,buy_compound_top3,buy,2025-09-14 09:51:00,2250.0,6.3,1,leg_gt,0.28,60 -3033,buy_compound_top3,buy,2025-09-14 09:54:00,2236.0,6.9662,1,leg_gt,0.28,60 -3034,buy_compound_top3,buy,2025-09-14 09:57:00,2247.0,6.4421,1,leg_gt,0.28,60 -3035,buy_compound_top3,buy,2025-09-14 10:12:00,2234.0,7.062,1,leg_gt,0.27,60 -3036,buy_compound_top3,buy,2025-09-14 10:21:00,2237.0,6.9183,1,leg_gt,0.26,60 -3037,buy_compound_top3,buy,2025-09-14 10:24:00,2230.0,7.2543,1,leg_gt,0.26,60 -3038,buy_compound_top3,buy,2025-09-14 10:27:00,2226.0,7.4472,1,leg_gt,0.26,60 -3039,buy_compound_top3,buy,2025-09-14 17:36:00,2319.0,-4.4984,0,leg_gt,2.21,60 -3040,buy_compound_top3,buy,2025-09-14 17:39:00,2314.0,-4.2919,0,leg_gt,2.2,60 -3041,buy_compound_top3,buy,2025-09-14 17:42:00,2303.0,-3.8343,0,leg_gt,2.2,60 -3042,buy_compound_top3,buy,2025-09-14 17:45:00,2308.0,-4.0428,0,leg_gt,2.2,60 -3043,buy_compound_top3,buy,2025-09-14 17:48:00,2307.0,-4.0012,0,leg_gt,2.2,60 -3044,buy_compound_top3,buy,2025-09-14 18:51:00,2300.0,-3.7087,0,leg_gt,2.15,60 -3045,buy_compound_top3,buy,2025-09-14 18:54:00,2287.0,-3.1608,0,leg_gt,2.15,60 -3046,buy_compound_top3,buy,2025-09-14 19:12:00,2288.0,-3.2031,0,leg_gt,2.14,60 -3047,buy_compound_top3,buy,2025-09-14 20:51:00,2253.0,-1.6979,0,leg_gt,2.07,60 -3048,buy_compound_top3,buy,2025-09-14 20:54:00,2254.0,-1.7415,0,leg_gt,2.07,60 -3049,buy_compound_top3,buy,2025-09-14 20:57:00,2248.0,-1.479,0,leg_gt,2.07,60 -3050,buy_compound_top3,buy,2025-09-15 00:06:00,2214.0,0.0355,1,leg_gt,1.94,60 -3051,buy_compound_top3,buy,2025-09-15 00:09:00,2211.0,0.1714,1,leg_gt,1.93,60 -3052,buy_compound_top3,buy,2025-09-15 00:12:00,2219.0,-0.1901,0,leg_gt,1.93,60 -3053,buy_compound_top3,buy,2025-09-15 03:36:00,2229.0,-0.6384,0,leg_gt,1.79,60 -3054,buy_compound_top3,buy,2025-09-15 03:39:00,2223.0,-0.3699,0,leg_gt,1.79,60 -3055,buy_compound_top3,buy,2025-09-15 08:30:00,2198.0,0.7644,1,leg_gt,1.59,60 -3056,buy_compound_top3,buy,2025-09-15 08:33:00,2187.0,1.2717,1,leg_gt,1.58,60 -3057,buy_compound_top3,buy,2025-09-15 08:42:00,2187.0,1.2717,1,leg_gt,1.58,60 -3058,buy_compound_top3,buy,2025-09-15 08:45:00,2187.0,1.2717,1,leg_gt,1.58,60 -3059,buy_compound_top3,buy,2025-09-15 08:48:00,2183.0,1.4575,1,leg_gt,1.57,60 -3060,buy_compound_top3,buy,2025-09-15 10:12:00,2178.0,1.6906,1,leg_gt,1.51,60 -3061,buy_compound_top3,buy,2025-09-15 10:15:00,2177.0,1.7374,1,leg_gt,1.51,60 -3062,buy_compound_top3,buy,2025-09-15 10:18:00,2179.0,1.6439,1,leg_gt,1.51,60 -3063,buy_compound_top3,buy,2025-09-15 10:21:00,2178.0,1.6906,1,leg_gt,1.51,60 -3064,buy_compound_top3,buy,2025-09-15 10:24:00,2177.0,1.7374,1,leg_gt,1.51,60 -3065,buy_compound_top3,buy,2025-09-15 16:30:00,2183.0,1.4575,1,leg_gt,1.25,60 -3066,buy_compound_top3,buy,2025-09-15 16:33:00,2177.0,1.7374,1,leg_gt,1.25,60 -3067,buy_compound_top3,buy,2025-09-15 16:45:00,2162.0,2.4439,1,leg_gt,1.24,60 -3068,buy_compound_top3,buy,2025-09-15 16:48:00,2163.0,2.3965,1,leg_gt,1.24,60 -3069,buy_compound_top3,buy,2025-09-15 16:51:00,2166.0,2.2546,1,leg_gt,1.24,60 -3070,buy_compound_top3,buy,2025-09-15 16:54:00,2163.0,2.3965,1,leg_gt,1.24,60 -3071,buy_compound_top3,buy,2025-09-15 16:57:00,2163.0,2.3965,1,leg_gt,1.23,60 -3072,buy_compound_top3,buy,2025-09-15 17:00:00,2158.0,2.634,1,leg_gt,1.23,60 -3073,buy_compound_top3,buy,2025-09-15 17:03:00,2146.0,3.2085,1,leg_gt,1.23,60 -3074,buy_compound_top3,buy,2025-09-15 21:36:00,2175.0,1.831,1,leg_gt,1.04,60 -3075,buy_compound_top3,buy,2025-09-15 21:39:00,2175.0,1.831,1,leg_gt,1.04,60 -3076,buy_compound_top3,buy,2025-09-15 23:15:00,2161.0,2.4914,1,leg_gt,0.97,60 -3077,buy_compound_top3,buy,2025-09-15 23:18:00,2158.0,2.634,1,leg_gt,0.97,60 -3078,buy_compound_top3,buy,2025-09-15 23:42:00,2153.0,2.8726,1,leg_gt,0.95,60 -3079,buy_compound_top3,buy,2025-09-15 23:45:00,2150.0,3.0163,1,leg_gt,0.95,60 -3080,buy_compound_top3,buy,2025-09-15 23:48:00,2145.0,3.2566,1,leg_gt,0.95,60 -3081,buy_compound_top3,buy,2025-09-16 00:06:00,2124.0,4.2785,1,leg_gt,0.94,60 -3082,buy_compound_top3,buy,2025-09-16 00:09:00,2094.0,5.7739,1,leg_gt,0.93,60 -3083,buy_compound_top3,buy,2025-09-16 00:21:00,2088.0,6.0782,1,leg_gt,0.92,60 -3084,buy_compound_top3,buy,2025-09-16 00:24:00,2085.0,6.2309,1,leg_gt,0.92,60 -3085,buy_compound_top3,buy,2025-09-16 00:27:00,2100.0,5.4714,1,leg_gt,0.92,60 -3086,buy_compound_top3,buy,2025-09-16 00:36:00,2083.0,6.333,1,leg_gt,0.91,60 -3087,buy_compound_top3,buy,2025-09-16 00:39:00,2079.0,6.5378,1,leg_gt,0.91,60 -3088,buy_compound_top3,buy,2025-09-16 00:42:00,2071.0,6.9497,1,leg_gt,0.91,60 -3089,buy_compound_top3,buy,2025-09-16 00:45:00,2067.0,7.1569,1,leg_gt,0.91,60 -3090,buy_compound_top3,buy,2025-09-16 00:48:00,2052.0,7.9409,1,leg_gt,0.91,60 -3091,buy_compound_top3,buy,2025-09-16 00:51:00,2054.0,7.8357,1,leg_gt,0.9,60 -3092,buy_compound_top3,buy,2025-09-16 00:54:00,2060.0,7.5214,1,leg_gt,0.9,60 -3093,buy_compound_top3,buy,2025-09-16 09:36:00,2092.0,5.8751,1,leg_gt,0.54,60 -3094,buy_compound_top3,buy,2025-09-16 09:39:00,2089.0,6.0273,1,leg_gt,0.54,60 -3095,buy_compound_top3,buy,2025-09-16 09:51:00,2084.0,6.282,1,leg_gt,0.53,60 -3096,buy_compound_top3,buy,2025-09-16 09:54:00,2083.0,6.333,1,leg_gt,0.53,60 -3097,buy_compound_top3,buy,2025-09-16 10:42:00,2081.0,6.4353,1,leg_gt,0.49,60 -3098,buy_compound_top3,buy,2025-09-16 10:57:00,2080.0,6.4865,1,leg_gt,0.48,60 -3099,buy_compound_top3,buy,2025-09-17 01:42:00,2097.0,10.868,1,leg_gt,1.9,60 -3100,buy_compound_top3,buy,2025-09-17 01:45:00,2097.0,10.868,1,leg_gt,1.9,60 -3101,buy_compound_top3,buy,2025-09-17 01:48:00,2095.0,10.974,1,leg_gt,1.9,60 -3102,buy_compound_top3,buy,2025-09-17 01:51:00,2093.0,11.0801,1,leg_gt,1.9,60 -3103,buy_compound_top3,buy,2025-09-17 01:54:00,2094.0,11.027,1,leg_gt,1.9,60 -3104,buy_compound_top3,buy,2025-09-17 01:57:00,2092.0,11.1333,1,leg_gt,1.89,60 -3105,buy_compound_top3,buy,2025-09-17 04:00:00,2092.0,11.1333,1,leg_gt,1.81,60 -3106,buy_compound_top3,buy,2025-09-17 04:03:00,2090.0,11.2397,1,leg_gt,1.81,60 -3107,buy_compound_top3,buy,2025-09-17 04:06:00,2088.0,11.3464,1,leg_gt,1.8,60 -3108,buy_compound_top3,buy,2025-09-17 04:09:00,2087.0,11.3998,1,leg_gt,1.8,60 -3109,buy_compound_top3,buy,2025-09-17 04:12:00,2085.0,11.5067,1,leg_gt,1.8,60 -3110,buy_compound_top3,buy,2025-09-17 04:15:00,2087.0,11.3998,1,leg_gt,1.8,60 -3111,buy_compound_top3,buy,2025-09-17 04:18:00,2084.0,11.5603,1,leg_gt,1.8,60 -3112,buy_compound_top3,buy,2025-09-17 04:21:00,2088.0,11.3464,1,leg_gt,1.79,60 -3113,buy_compound_top3,buy,2025-09-17 04:24:00,2090.0,11.2397,1,leg_gt,1.79,60 -3114,buy_compound_top3,buy,2025-09-17 05:15:00,2078.0,11.8827,1,leg_gt,1.76,60 -3115,buy_compound_top3,buy,2025-09-17 05:18:00,2080.0,11.775,1,leg_gt,1.75,60 -3116,buy_compound_top3,buy,2025-09-17 05:21:00,2078.0,11.8827,1,leg_gt,1.75,60 -3117,buy_compound_top3,buy,2025-09-17 05:24:00,2083.0,11.6139,1,leg_gt,1.75,60 -3118,buy_compound_top3,buy,2025-09-17 05:30:00,2080.0,11.775,1,leg_gt,1.75,60 -3119,buy_compound_top3,buy,2025-09-17 05:33:00,2082.0,11.6675,1,leg_gt,1.74,60 -3120,buy_compound_top3,buy,2025-09-17 12:00:00,2095.0,10.974,1,leg_gt,1.48,60 -3121,buy_compound_top3,buy,2025-09-17 12:03:00,2094.0,11.027,1,leg_gt,1.47,60 -3122,buy_compound_top3,buy,2025-09-17 12:15:00,2093.0,11.0801,1,leg_gt,1.46,60 -3123,buy_compound_top3,buy,2025-09-17 12:18:00,2095.0,10.974,1,leg_gt,1.46,60 -3124,buy_compound_top3,buy,2025-09-17 12:21:00,2092.0,11.1333,1,leg_gt,1.46,60 -3125,buy_compound_top3,buy,2025-09-17 12:24:00,2091.0,11.1865,1,leg_gt,1.46,60 -3126,buy_compound_top3,buy,2025-09-17 12:27:00,2092.0,11.1333,1,leg_gt,1.46,60 -3127,buy_compound_top3,buy,2025-09-17 12:51:00,2078.0,11.8827,1,leg_gt,1.44,60 -3128,buy_compound_top3,buy,2025-09-17 12:54:00,2073.0,12.1528,1,leg_gt,1.44,60 -3129,buy_compound_top3,buy,2025-09-17 12:57:00,2074.0,12.0986,1,leg_gt,1.44,60 -3130,buy_compound_top3,buy,2025-09-17 13:27:00,2068.0,12.4242,1,leg_gt,1.41,60 -3131,buy_compound_top3,buy,2025-09-17 18:21:00,2073.0,12.1528,1,leg_gt,1.21,60 -3132,buy_compound_top3,buy,2025-09-17 18:24:00,2073.0,12.1528,1,leg_gt,1.21,60 -3133,buy_compound_top3,buy,2025-09-17 19:36:00,2071.0,12.2612,1,leg_gt,1.16,60 -3134,buy_compound_top3,buy,2025-09-17 19:39:00,2071.0,12.2612,1,leg_gt,1.16,60 -3135,buy_compound_top3,buy,2025-09-18 09:30:00,2193.0,6.0104,1,leg_gt,0.58,60 -3136,buy_compound_top3,buy,2025-09-18 09:33:00,2191.0,6.1072,1,leg_gt,0.58,60 -3137,buy_compound_top3,buy,2025-09-18 09:45:00,2189.0,6.2042,1,leg_gt,0.57,60 -3138,buy_compound_top3,buy,2025-09-18 09:48:00,2194.0,5.962,1,leg_gt,0.57,60 -3139,buy_compound_top3,buy,2025-09-18 09:51:00,2191.0,6.1072,1,leg_gt,0.56,60 -3140,buy_compound_top3,buy,2025-09-18 09:54:00,2186.0,6.3501,1,leg_gt,0.56,60 -3141,buy_compound_top3,buy,2025-09-18 09:57:00,2182.0,6.5453,1,leg_gt,0.56,60 -3142,buy_compound_top3,buy,2025-09-18 16:21:00,2186.0,6.3501,1,leg_gt,0.29,60 -3143,buy_compound_top3,buy,2025-09-18 16:24:00,2179.0,6.6921,1,leg_gt,0.29,60 -3144,buy_compound_top3,buy,2025-09-18 16:30:00,2180.0,6.6431,1,leg_gt,0.29,60 -3145,buy_compound_top3,buy,2025-09-18 16:33:00,2183.0,6.4964,1,leg_gt,0.29,60 -3146,buy_compound_top3,buy,2025-09-18 16:36:00,2178.0,6.7411,1,leg_gt,0.28,60 -3147,buy_compound_top3,buy,2025-09-18 16:39:00,2179.0,6.6921,1,leg_gt,0.28,60 -3148,buy_compound_top3,buy,2025-09-18 16:57:00,2173.0,6.987,1,leg_gt,0.27,60 -3149,buy_compound_top3,buy,2025-09-18 17:06:00,2173.0,6.987,1,leg_gt,0.26,60 -3150,buy_compound_top3,buy,2025-09-18 17:09:00,2169.0,7.1845,1,leg_gt,0.26,60 -3151,buy_compound_top3,buy,2025-09-19 02:00:00,2185.0,-9.711,0,leg_gt,8.54,60 -3152,buy_compound_top3,buy,2025-09-19 02:03:00,2186.0,-9.7523,0,leg_gt,8.53,60 -3153,buy_compound_top3,buy,2025-09-19 12:51:00,2185.0,-9.711,0,leg_gt,8.08,60 -3154,buy_compound_top3,buy,2025-09-19 12:54:00,2189.0,-9.8762,0,leg_gt,8.08,60 -3155,buy_compound_top3,buy,2025-09-19 12:57:00,2185.0,-9.711,0,leg_gt,8.08,60 -3156,buy_compound_top3,buy,2025-09-19 13:00:00,2188.0,-9.8349,0,leg_gt,8.08,60 -3157,buy_compound_top3,buy,2025-09-19 13:03:00,2183.0,-9.6282,0,leg_gt,8.07,60 -3158,buy_compound_top3,buy,2025-09-19 18:57:00,2152.0,-8.3249,0,leg_gt,7.83,60 -3159,buy_compound_top3,buy,2025-09-19 19:00:00,2151.0,-8.2822,0,leg_gt,7.83,60 -3160,buy_compound_top3,buy,2025-09-19 19:03:00,2148.0,-8.154,0,leg_gt,7.82,60 -3161,buy_compound_top3,buy,2025-09-19 19:06:00,2146.0,-8.0683,0,leg_gt,7.82,60 -3162,buy_compound_top3,buy,2025-09-19 19:09:00,2147.0,-8.1112,0,leg_gt,7.82,60 -3163,buy_compound_top3,buy,2025-09-19 19:27:00,2134.0,-7.5508,0,leg_gt,7.81,60 -3164,buy_compound_top3,buy,2025-09-19 19:30:00,2135.0,-7.5941,0,leg_gt,7.81,60 -3165,buy_compound_top3,buy,2025-09-19 19:33:00,2133.0,-7.5074,0,leg_gt,7.8,60 -3166,buy_compound_top3,buy,2025-09-19 20:15:00,2129.0,-7.3334,0,leg_gt,7.78,60 -3167,buy_compound_top3,buy,2025-09-19 20:18:00,2132.0,-7.464,0,leg_gt,7.77,60 -3168,buy_compound_top3,buy,2025-09-19 20:21:00,2128.0,-7.2898,0,leg_gt,7.77,60 -3169,buy_compound_top3,buy,2025-09-19 20:24:00,2121.0,-6.9835,0,leg_gt,7.77,60 -3170,buy_compound_top3,buy,2025-09-19 20:36:00,2115.0,-6.7194,0,leg_gt,7.76,60 -3171,buy_compound_top3,buy,2025-09-19 20:39:00,2115.0,-6.7194,0,leg_gt,7.76,60 -3172,buy_compound_top3,buy,2025-09-19 20:42:00,2115.0,-6.7194,0,leg_gt,7.76,60 -3173,buy_compound_top3,buy,2025-09-19 20:45:00,2115.0,-6.7194,0,leg_gt,7.75,60 -3174,buy_compound_top3,buy,2025-09-19 20:48:00,2115.0,-6.7194,0,leg_gt,7.75,60 -3175,buy_compound_top3,buy,2025-09-20 00:21:00,2127.0,-7.2462,0,leg_gt,7.6,60 -3176,buy_compound_top3,buy,2025-09-20 00:24:00,2121.0,-6.9835,0,leg_gt,7.6,60 -3177,buy_compound_top3,buy,2025-09-20 00:30:00,2124.0,-7.1151,0,leg_gt,7.6,60 -3178,buy_compound_top3,buy,2025-09-20 00:33:00,2114.0,-6.6752,0,leg_gt,7.6,60 -3179,buy_compound_top3,buy,2025-09-20 02:21:00,2113.0,-6.631,0,leg_gt,7.52,60 -3180,buy_compound_top3,buy,2025-09-20 02:24:00,2117.0,-6.8076,0,leg_gt,7.52,60 -3181,buy_compound_top3,buy,2025-09-20 02:42:00,2110.0,-6.4981,0,leg_gt,7.51,60 -3182,buy_compound_top3,buy,2025-09-20 03:06:00,2106.0,-6.3203,0,leg_gt,7.49,60 -3183,buy_compound_top3,buy,2025-09-20 03:09:00,2101.0,-6.0971,0,leg_gt,7.49,60 -3184,buy_compound_top3,buy,2025-09-20 08:36:00,2108.0,-6.4093,0,leg_gt,7.26,60 -3185,buy_compound_top3,buy,2025-09-20 08:39:00,2111.0,-6.5424,0,leg_gt,7.26,60 -3186,buy_compound_top3,buy,2025-09-20 10:42:00,2110.0,-6.4981,0,leg_gt,7.17,60 -3187,buy_compound_top3,buy,2025-09-20 11:00:00,2109.0,-6.4537,0,leg_gt,7.16,60 -3188,buy_compound_top3,buy,2025-09-20 11:03:00,2110.0,-6.4981,0,leg_gt,7.16,60 -3189,buy_compound_top3,buy,2025-09-20 12:30:00,2087.0,-5.4666,0,leg_gt,7.1,60 -3190,buy_compound_top3,buy,2025-09-20 12:33:00,2088.0,-5.5119,0,leg_gt,7.1,60 -3191,buy_compound_top3,buy,2025-09-21 01:21:00,2128.0,-7.2898,0,leg_gt,6.56,60 -3192,buy_compound_top3,buy,2025-09-21 01:24:00,2126.0,-7.2025,0,leg_gt,6.56,60 -3193,buy_compound_top3,buy,2025-09-21 01:27:00,2125.0,-7.1588,0,leg_gt,6.56,60 -3194,buy_compound_top3,buy,2025-09-21 01:30:00,2125.0,-7.1588,0,leg_gt,6.56,60 -3195,buy_compound_top3,buy,2025-09-21 01:33:00,2126.0,-7.2025,0,leg_gt,6.55,60 -3196,buy_compound_top3,buy,2025-09-21 02:30:00,2122.0,-7.0274,0,leg_gt,6.51,60 -3197,buy_compound_top3,buy,2025-09-21 02:33:00,2122.0,-7.0274,0,leg_gt,6.51,60 -3198,buy_compound_top3,buy,2025-09-21 02:45:00,2121.0,-6.9835,0,leg_gt,6.5,60 -3199,buy_compound_top3,buy,2025-09-21 02:48:00,2120.0,-6.9396,0,leg_gt,6.5,60 -3200,buy_compound_top3,buy,2025-09-21 03:12:00,2121.0,-6.9835,0,leg_gt,6.49,60 -3201,buy_compound_top3,buy,2025-09-21 04:00:00,2111.0,-6.5424,0,leg_gt,6.45,60 -3202,buy_compound_top3,buy,2025-09-21 04:03:00,2106.0,-6.3203,0,leg_gt,6.45,60 -3203,buy_compound_top3,buy,2025-09-21 08:42:00,2110.0,-6.4981,0,leg_gt,6.26,60 -3204,buy_compound_top3,buy,2025-09-21 09:42:00,2097.0,-5.9178,0,leg_gt,6.21,60 -3205,buy_compound_top3,buy,2025-09-21 09:45:00,2094.0,-5.7829,0,leg_gt,6.21,60 -3206,buy_compound_top3,buy,2025-09-21 09:48:00,2093.0,-5.7378,0,leg_gt,6.21,60 -3207,buy_compound_top3,buy,2025-09-21 10:42:00,2089.0,-5.5572,0,leg_gt,6.17,60 -3208,buy_compound_top3,buy,2025-09-21 17:21:00,2101.0,-6.0971,0,leg_gt,5.9,60 -3209,buy_compound_top3,buy,2025-09-21 17:24:00,2098.0,-5.9627,0,leg_gt,5.89,60 -3210,buy_compound_top3,buy,2025-09-21 17:27:00,2101.0,-6.0971,0,leg_gt,5.89,60 -3211,buy_compound_top3,buy,2025-09-21 17:30:00,2098.0,-5.9627,0,leg_gt,5.89,60 -3212,buy_compound_top3,buy,2025-09-21 17:33:00,2097.0,-5.9178,0,leg_gt,5.89,60 -3213,buy_compound_top3,buy,2025-09-21 17:36:00,2097.0,-5.9178,0,leg_gt,5.89,60 -3214,buy_compound_top3,buy,2025-09-21 17:39:00,2096.0,-5.8729,0,leg_gt,5.88,60 -3215,buy_compound_top3,buy,2025-09-21 18:15:00,2089.0,-5.5572,0,leg_gt,5.86,60 -3216,buy_compound_top3,buy,2025-09-21 18:18:00,2091.0,-5.6476,0,leg_gt,5.86,60 -3217,buy_compound_top3,buy,2025-09-21 18:21:00,2090.0,-5.6024,0,leg_gt,5.85,60 -3218,buy_compound_top3,buy,2025-09-21 18:24:00,2092.0,-5.6927,0,leg_gt,5.85,60 -3219,buy_compound_top3,buy,2025-09-21 18:51:00,2061.0,-4.2727,0,leg_gt,5.83,60 -3220,buy_compound_top3,buy,2025-09-21 18:54:00,2061.0,-4.2727,0,leg_gt,5.83,60 -3221,buy_compound_top3,buy,2025-09-21 20:00:00,2050.0,-3.7585,0,leg_gt,5.79,60 -3222,buy_compound_top3,buy,2025-09-21 20:03:00,2053.0,-3.8993,0,leg_gt,5.78,60 -3223,buy_compound_top3,buy,2025-09-22 01:30:00,2066.0,-4.5046,0,leg_gt,5.56,60 -3224,buy_compound_top3,buy,2025-09-22 01:33:00,2061.0,-4.2727,0,leg_gt,5.55,60 -3225,buy_compound_top3,buy,2025-09-22 02:06:00,2057.0,-4.0864,0,leg_gt,5.53,60 -3226,buy_compound_top3,buy,2025-09-22 02:09:00,2055.0,-3.9929,0,leg_gt,5.53,60 -3227,buy_compound_top3,buy,2025-09-22 09:27:00,2050.0,-3.7585,0,leg_gt,5.22,60 -3228,buy_compound_top3,buy,2025-09-22 13:27:00,1977.0,-0.2012,0,leg_gt,5.06,60 -3229,buy_compound_top3,buy,2025-09-22 13:30:00,1977.0,-0.2012,0,leg_gt,5.06,60 -3230,buy_compound_top3,buy,2025-09-22 13:33:00,1971.0,0.1029,1,leg_gt,5.05,60 -3231,buy_compound_top3,buy,2025-09-22 15:21:00,1900.0,3.8474,1,leg_gt,4.98,60 -3232,buy_compound_top3,buy,2025-09-22 15:24:00,1901.0,3.7927,1,leg_gt,4.98,60 -3233,buy_compound_top3,buy,2025-09-22 16:51:00,1879.0,5.0091,1,leg_gt,4.92,60 -3234,buy_compound_top3,buy,2025-09-22 16:54:00,1873.0,5.3458,1,leg_gt,4.91,60 -3235,buy_compound_top3,buy,2025-09-22 16:57:00,1869.0,5.5715,1,leg_gt,4.91,60 -3236,buy_compound_top3,buy,2025-09-22 19:06:00,1874.0,5.2895,1,leg_gt,4.82,60 -3237,buy_compound_top3,buy,2025-09-22 19:09:00,1876.0,5.1772,1,leg_gt,4.82,60 -3238,buy_compound_top3,buy,2025-09-22 20:51:00,1862.0,5.9687,1,leg_gt,4.75,60 -3239,buy_compound_top3,buy,2025-09-22 20:54:00,1867.0,5.6847,1,leg_gt,4.75,60 -3240,buy_compound_top3,buy,2025-09-22 23:51:00,1861.0,6.0257,1,leg_gt,4.62,60 -3241,buy_compound_top3,buy,2025-09-22 23:54:00,1856.0,6.3116,1,leg_gt,4.62,60 -3242,buy_compound_top3,buy,2025-09-22 23:57:00,1856.0,6.3116,1,leg_gt,4.62,60 -3243,buy_compound_top3,buy,2025-09-23 09:51:00,1951.0,1.1301,1,leg_gt,4.21,60 -3244,buy_compound_top3,buy,2025-09-23 09:54:00,1951.0,1.1301,1,leg_gt,4.21,60 -3245,buy_compound_top3,buy,2025-09-23 09:57:00,1946.0,1.3902,1,leg_gt,4.2,60 -3246,buy_compound_top3,buy,2025-09-23 10:00:00,1945.0,1.4424,1,leg_gt,4.2,60 -3247,buy_compound_top3,buy,2025-09-23 10:03:00,1942.0,1.5993,1,leg_gt,4.2,60 -3248,buy_compound_top3,buy,2025-09-23 10:06:00,1942.0,1.5993,1,leg_gt,4.2,60 -3249,buy_compound_top3,buy,2025-09-23 10:09:00,1936.0,1.9145,1,leg_gt,4.2,60 -3250,buy_compound_top3,buy,2025-09-23 10:12:00,1933.0,2.0728,1,leg_gt,4.19,60 -3251,buy_compound_top3,buy,2025-09-23 10:57:00,1922.0,2.6575,1,leg_gt,4.16,60 -3252,buy_compound_top3,buy,2025-09-23 11:00:00,1923.0,2.6041,1,leg_gt,4.16,60 -3253,buy_compound_top3,buy,2025-09-23 11:03:00,1925.0,2.4974,1,leg_gt,4.16,60 -3254,buy_compound_top3,buy,2025-09-23 11:06:00,1921.0,2.711,1,leg_gt,4.16,60 -3255,buy_compound_top3,buy,2025-09-23 11:09:00,1924.0,2.5507,1,leg_gt,4.15,60 -3256,buy_compound_top3,buy,2025-09-23 13:45:00,1908.0,3.4115,1,leg_gt,4.05,60 -3257,buy_compound_top3,buy,2025-09-23 13:48:00,1902.0,3.7381,1,leg_gt,4.04,60 -3258,buy_compound_top3,buy,2025-09-23 13:51:00,1907.0,3.4658,1,leg_gt,4.04,60 -3259,buy_compound_top3,buy,2025-09-23 13:54:00,1903.0,3.6835,1,leg_gt,4.04,60 -3260,buy_compound_top3,buy,2025-09-23 13:57:00,1901.0,3.7927,1,leg_gt,4.04,60 -3261,buy_compound_top3,buy,2025-09-23 15:00:00,1894.0,4.1767,1,leg_gt,3.99,60 -3262,buy_compound_top3,buy,2025-09-23 15:03:00,1897.0,4.0118,1,leg_gt,3.99,60 -3263,buy_compound_top3,buy,2025-09-23 15:06:00,1892.0,4.2869,1,leg_gt,3.99,60 -3264,buy_compound_top3,buy,2025-09-23 15:09:00,1898.0,3.9569,1,leg_gt,3.99,60 -3265,buy_compound_top3,buy,2025-09-23 18:36:00,1891.0,4.3421,1,leg_gt,3.84,60 -3266,buy_compound_top3,buy,2025-09-23 18:39:00,1893.0,4.2317,1,leg_gt,3.84,60 -3267,buy_compound_top3,buy,2025-09-23 18:42:00,1890.0,4.3974,1,leg_gt,3.84,60 -3268,buy_compound_top3,buy,2025-09-23 19:00:00,1884.0,4.7301,1,leg_gt,3.83,60 -3269,buy_compound_top3,buy,2025-09-23 19:03:00,1882.0,4.8416,1,leg_gt,3.82,60 -3270,buy_compound_top3,buy,2025-09-23 19:12:00,1882.0,4.8416,1,leg_gt,3.82,60 -3271,buy_compound_top3,buy,2025-09-23 19:15:00,1882.0,4.8416,1,leg_gt,3.82,60 -3272,buy_compound_top3,buy,2025-09-23 19:18:00,1884.0,4.7301,1,leg_gt,3.81,60 -3273,buy_compound_top3,buy,2025-09-23 19:21:00,1878.0,5.0651,1,leg_gt,3.81,60 -3274,buy_compound_top3,buy,2025-09-23 19:24:00,1881.0,4.8973,1,leg_gt,3.81,60 -3275,buy_compound_top3,buy,2025-09-24 02:45:00,1900.0,3.8474,1,leg_gt,3.5,60 -3276,buy_compound_top3,buy,2025-09-24 02:48:00,1904.0,3.629,1,leg_gt,3.5,60 -3277,buy_compound_top3,buy,2025-09-24 03:27:00,1885.0,4.6745,1,leg_gt,3.48,60 -3278,buy_compound_top3,buy,2025-09-24 03:45:00,1880.0,4.9532,1,leg_gt,3.46,60 -3279,buy_compound_top3,buy,2025-09-24 03:48:00,1876.0,5.1772,1,leg_gt,3.46,60 -3280,buy_compound_top3,buy,2025-09-24 03:51:00,1872.0,5.4021,1,leg_gt,3.46,60 -3281,buy_compound_top3,buy,2025-09-24 03:54:00,1873.0,5.3458,1,leg_gt,3.46,60 -3282,buy_compound_top3,buy,2025-09-24 04:57:00,1853.0,6.4839,1,leg_gt,3.41,60 -3283,buy_compound_top3,buy,2025-09-24 08:36:00,1865.0,5.7981,1,leg_gt,3.26,60 -3284,buy_compound_top3,buy,2025-09-24 08:39:00,1868.0,5.6281,1,leg_gt,3.26,60 -3285,buy_compound_top3,buy,2025-09-24 10:00:00,1858.0,6.1971,1,leg_gt,3.2,60 -3286,buy_compound_top3,buy,2025-09-24 10:03:00,1851.0,6.5991,1,leg_gt,3.2,60 -3287,buy_compound_top3,buy,2025-09-24 11:51:00,1861.0,6.0257,1,leg_gt,3.12,60 -3288,buy_compound_top3,buy,2025-09-24 11:54:00,1858.0,6.1971,1,leg_gt,3.12,60 -3289,buy_compound_top3,buy,2025-09-24 11:57:00,1861.0,6.0257,1,leg_gt,3.12,60 -3290,buy_compound_top3,buy,2025-09-24 12:06:00,1853.0,6.4839,1,leg_gt,3.11,60 -3291,buy_compound_top3,buy,2025-09-24 12:09:00,1847.0,6.8302,1,leg_gt,3.11,60 -3292,buy_compound_top3,buy,2025-09-24 12:36:00,1822.0,8.2974,1,leg_gt,3.09,60 -3293,buy_compound_top3,buy,2025-09-24 12:39:00,1819.0,8.4761,1,leg_gt,3.09,60 -3294,buy_compound_top3,buy,2025-09-24 13:06:00,1805.0,9.3183,1,leg_gt,3.07,60 -3295,buy_compound_top3,buy,2025-09-24 13:09:00,1794.0,9.9892,1,leg_gt,3.07,60 -3296,buy_compound_top3,buy,2025-09-25 03:27:00,1901.0,3.7927,1,leg_gt,2.48,60 -3297,buy_compound_top3,buy,2025-09-25 03:30:00,1904.0,3.629,1,leg_gt,2.47,60 -3298,buy_compound_top3,buy,2025-09-25 03:33:00,1902.0,3.7381,1,leg_gt,2.47,60 -3299,buy_compound_top3,buy,2025-09-25 03:36:00,1902.0,3.7381,1,leg_gt,2.47,60 -3300,buy_compound_top3,buy,2025-09-25 03:39:00,1901.0,3.7927,1,leg_gt,2.47,60 -3301,buy_compound_top3,buy,2025-09-25 03:42:00,1897.0,4.0118,1,leg_gt,2.46,60 -3302,buy_compound_top3,buy,2025-09-25 03:45:00,1895.0,4.1216,1,leg_gt,2.46,60 -3303,buy_compound_top3,buy,2025-09-25 03:48:00,1894.0,4.1767,1,leg_gt,2.46,60 -3304,buy_compound_top3,buy,2025-09-25 09:36:00,1903.0,3.6835,1,leg_gt,2.22,60 -3305,buy_compound_top3,buy,2025-09-25 09:39:00,1900.0,3.8474,1,leg_gt,2.22,60 -3306,buy_compound_top3,buy,2025-09-25 09:42:00,1904.0,3.629,1,leg_gt,2.21,60 -3307,buy_compound_top3,buy,2025-09-25 09:45:00,1899.0,3.9021,1,leg_gt,2.21,60 -3308,buy_compound_top3,buy,2025-09-25 09:48:00,1893.0,4.2317,1,leg_gt,2.21,60 -3309,buy_compound_top3,buy,2025-09-25 09:51:00,1894.0,4.1767,1,leg_gt,2.21,60 -3310,buy_compound_top3,buy,2025-09-25 09:54:00,1895.0,4.1216,1,leg_gt,2.21,60 -3311,buy_compound_top3,buy,2025-09-25 09:57:00,1892.0,4.2869,1,leg_gt,2.2,60 -3312,buy_compound_top3,buy,2025-09-25 10:00:00,1890.0,4.3974,1,leg_gt,2.2,60 -3313,buy_compound_top3,buy,2025-09-25 10:03:00,1889.0,4.4527,1,leg_gt,2.2,60 -3314,buy_compound_top3,buy,2025-09-25 10:06:00,1892.0,4.2869,1,leg_gt,2.2,60 -3315,buy_compound_top3,buy,2025-09-25 10:09:00,1887.0,4.5635,1,leg_gt,2.2,60 -3316,buy_compound_top3,buy,2025-09-25 10:42:00,1878.0,5.0651,1,leg_gt,2.17,60 -3317,buy_compound_top3,buy,2025-09-25 10:45:00,1876.0,5.1772,1,leg_gt,2.17,60 -3318,buy_compound_top3,buy,2025-09-25 10:48:00,1877.0,5.1211,1,leg_gt,2.17,60 -3319,buy_compound_top3,buy,2025-09-25 10:51:00,1876.0,5.1772,1,leg_gt,2.17,60 -3320,buy_compound_top3,buy,2025-09-25 10:54:00,1878.0,5.0651,1,leg_gt,2.16,60 -3321,buy_compound_top3,buy,2025-09-25 10:57:00,1879.0,5.0091,1,leg_gt,2.16,60 -3322,buy_compound_top3,buy,2025-09-25 11:15:00,1875.0,5.2333,1,leg_gt,2.15,60 -3323,buy_compound_top3,buy,2025-09-25 11:18:00,1872.0,5.4021,1,leg_gt,2.15,60 -3324,buy_compound_top3,buy,2025-09-25 12:21:00,1864.0,5.8549,1,leg_gt,2.1,60 -3325,buy_compound_top3,buy,2025-09-25 12:24:00,1862.0,5.9687,1,leg_gt,2.1,60 -3326,buy_compound_top3,buy,2025-09-25 13:21:00,1855.0,6.369,1,leg_gt,2.06,60 -3327,buy_compound_top3,buy,2025-09-25 13:24:00,1853.0,6.4839,1,leg_gt,2.06,60 -3328,buy_compound_top3,buy,2025-09-25 13:36:00,1854.0,6.4264,1,leg_gt,2.05,60 -3329,buy_compound_top3,buy,2025-09-25 13:39:00,1841.0,7.1787,1,leg_gt,2.05,60 -3330,buy_compound_top3,buy,2025-09-25 13:42:00,1843.0,7.0622,1,leg_gt,2.05,60 -3331,buy_compound_top3,buy,2025-09-25 13:45:00,1850.0,6.6568,1,leg_gt,2.05,60 -3332,buy_compound_top3,buy,2025-09-25 13:48:00,1850.0,6.6568,1,leg_gt,2.04,60 -3333,buy_compound_top3,buy,2025-09-25 14:06:00,1825.0,8.1192,1,leg_gt,2.03,60 -3334,buy_compound_top3,buy,2025-09-25 14:09:00,1825.0,8.1192,1,leg_gt,2.03,60 -3335,buy_compound_top3,buy,2025-09-25 15:12:00,1823.0,8.2379,1,leg_gt,1.99,60 -3336,buy_compound_top3,buy,2025-09-25 15:15:00,1818.0,8.5359,1,leg_gt,1.98,60 -3337,buy_compound_top3,buy,2025-09-25 15:18:00,1818.0,8.5359,1,leg_gt,1.98,60 -3338,buy_compound_top3,buy,2025-09-25 20:57:00,1810.0,9.016,1,leg_gt,1.75,60 -3339,buy_compound_top3,buy,2025-09-25 22:00:00,1797.0,9.8054,1,leg_gt,1.7,60 -3340,buy_compound_top3,buy,2025-09-25 22:03:00,1793.0,10.0506,1,leg_gt,1.7,60 -3341,buy_compound_top3,buy,2025-09-25 22:06:00,1790.0,10.2352,1,leg_gt,1.7,60 -3342,buy_compound_top3,buy,2025-09-25 22:09:00,1788.0,10.3586,1,leg_gt,1.7,60 -3343,buy_compound_top3,buy,2025-09-26 01:27:00,1789.0,10.2969,1,leg_gt,1.56,60 -3344,buy_compound_top3,buy,2025-09-26 01:36:00,1787.0,10.4204,1,leg_gt,1.55,60 -3345,buy_compound_top3,buy,2025-09-26 01:39:00,1789.0,10.2969,1,leg_gt,1.55,60 -3346,buy_compound_top3,buy,2025-09-26 01:51:00,1787.0,10.4204,1,leg_gt,1.54,60 -3347,buy_compound_top3,buy,2025-09-26 01:54:00,1781.0,10.7928,1,leg_gt,1.54,60 -3348,buy_compound_top3,buy,2025-09-26 02:00:00,1782.0,10.7305,1,leg_gt,1.54,60 -3349,buy_compound_top3,buy,2025-09-26 02:03:00,1789.0,10.2969,1,leg_gt,1.53,60 -3350,buy_compound_top3,buy,2025-09-26 02:12:00,1786.0,10.4823,1,leg_gt,1.53,60 -3351,buy_compound_top3,buy,2025-09-26 06:36:00,1830.0,7.8235,1,leg_gt,1.34,60 -3352,buy_compound_top3,buy,2025-09-26 06:39:00,1831.0,7.7646,1,leg_gt,1.34,60 -3353,buy_compound_top3,buy,2025-09-26 06:42:00,1829.0,7.8825,1,leg_gt,1.34,60 -3354,buy_compound_top3,buy,2025-09-26 07:45:00,1824.0,8.1785,1,leg_gt,1.3,60 -3355,buy_compound_top3,buy,2025-09-26 07:48:00,1819.0,8.4761,1,leg_gt,1.29,60 -3356,buy_compound_top3,buy,2025-09-26 08:30:00,1823.0,8.2379,1,leg_gt,1.26,60 -3357,buy_compound_top3,buy,2025-09-26 08:33:00,1822.0,8.2974,1,leg_gt,1.26,60 -3358,buy_compound_top3,buy,2025-09-26 08:36:00,1820.0,8.4165,1,leg_gt,1.26,60 -3359,buy_compound_top3,buy,2025-09-26 08:39:00,1823.0,8.2379,1,leg_gt,1.26,60 -3360,buy_compound_top3,buy,2025-09-26 12:00:00,1826.0,8.0599,1,leg_gt,1.12,60 -3361,buy_compound_top3,buy,2025-09-26 12:03:00,1823.0,8.2379,1,leg_gt,1.12,60 -3362,buy_compound_top3,buy,2025-09-26 14:06:00,1803.0,9.4397,1,leg_gt,1.03,60 -3363,buy_compound_top3,buy,2025-09-26 14:09:00,1804.0,9.3789,1,leg_gt,1.03,60 -3364,buy_compound_top3,buy,2025-09-26 18:21:00,1800.0,9.6222,1,leg_gt,0.85,60 -3365,buy_compound_top3,buy,2025-09-26 18:24:00,1798.0,9.7443,1,leg_gt,0.85,60 -3366,buy_compound_top3,buy,2025-09-26 18:27:00,1796.0,9.8666,1,leg_gt,0.85,60 -3367,buy_compound_top3,buy,2025-09-26 18:51:00,1789.0,10.2969,1,leg_gt,0.83,60 -3368,buy_compound_top3,buy,2025-09-26 18:54:00,1791.0,10.1736,1,leg_gt,0.83,60 -3369,buy_compound_top3,buy,2025-09-26 19:15:00,1782.0,10.7305,1,leg_gt,0.82,60 -3370,buy_compound_top3,buy,2025-09-26 19:18:00,1780.0,10.8551,1,leg_gt,0.81,60 -3371,buy_compound_top3,buy,2025-09-26 19:27:00,1779.0,10.9174,1,leg_gt,0.81,60 -3372,buy_compound_top3,buy,2025-09-27 18:21:00,1859.0,5.5482,1,leg_gt,6.31,60 -3373,buy_compound_top3,buy,2025-09-27 18:24:00,1857.0,5.662,1,leg_gt,6.31,60 -3374,buy_compound_top3,buy,2025-09-28 00:12:00,1838.0,6.7553,1,leg_gt,6.06,60 -3375,buy_compound_top3,buy,2025-09-28 02:21:00,1826.0,7.4575,1,leg_gt,5.98,60 -3376,buy_compound_top3,buy,2025-09-28 02:24:00,1829.0,7.2811,1,leg_gt,5.97,60 -3377,buy_compound_top3,buy,2025-09-28 05:51:00,1835.0,6.93,1,leg_gt,5.83,60 -3378,buy_compound_top3,buy,2025-09-28 05:54:00,1836.0,6.8717,1,leg_gt,5.83,60 -3379,buy_compound_top3,buy,2025-09-28 05:57:00,1834.0,6.9883,1,leg_gt,5.82,60 -3380,buy_compound_top3,buy,2025-09-28 09:51:00,1828.0,7.3398,1,leg_gt,5.66,60 -3381,buy_compound_top3,buy,2025-09-28 09:54:00,1829.0,7.2811,1,leg_gt,5.66,60 -3382,buy_compound_top3,buy,2025-09-28 10:06:00,1825.0,7.5164,1,leg_gt,5.65,60 -3383,buy_compound_top3,buy,2025-09-28 10:09:00,1822.0,7.6936,1,leg_gt,5.65,60 -3384,buy_compound_top3,buy,2025-09-28 10:12:00,1823.0,7.6345,1,leg_gt,5.65,60 -3385,buy_compound_top3,buy,2025-09-28 10:36:00,1821.0,7.7528,1,leg_gt,5.63,60 -3386,buy_compound_top3,buy,2025-09-28 10:39:00,1815.0,8.1094,1,leg_gt,5.63,60 -3387,buy_compound_top3,buy,2025-09-28 10:45:00,1816.0,8.0498,1,leg_gt,5.62,60 -3388,buy_compound_top3,buy,2025-09-28 10:48:00,1814.0,8.169,1,leg_gt,5.62,60 -3389,buy_compound_top3,buy,2025-09-28 10:51:00,1817.0,7.9903,1,leg_gt,5.62,60 -3390,buy_compound_top3,buy,2025-09-28 10:54:00,1818.0,7.9308,1,leg_gt,5.62,60 -3391,buy_compound_top3,buy,2025-09-28 14:12:00,1815.0,8.1094,1,leg_gt,5.48,60 -3392,buy_compound_top3,buy,2025-09-28 15:45:00,1803.0,8.8296,1,leg_gt,5.42,60 -3393,buy_compound_top3,buy,2025-09-28 15:48:00,1801.0,8.9505,1,leg_gt,5.41,60 -3394,buy_compound_top3,buy,2025-09-28 21:12:00,1800.0,9.0111,1,leg_gt,5.19,60 -3395,buy_compound_top3,buy,2025-09-28 21:30:00,1795.0,9.315,1,leg_gt,5.18,60 -3396,buy_compound_top3,buy,2025-09-28 21:33:00,1793.0,9.4371,1,leg_gt,5.18,60 -3397,buy_compound_top3,buy,2025-09-28 21:36:00,1794.0,9.376,1,leg_gt,5.17,60 -3398,buy_compound_top3,buy,2025-09-28 21:39:00,1794.0,9.376,1,leg_gt,5.17,60 -3399,buy_compound_top3,buy,2025-09-28 21:42:00,1791.0,9.5594,1,leg_gt,5.17,60 -3400,buy_compound_top3,buy,2025-09-28 21:45:00,1792.0,9.4982,1,leg_gt,5.17,60 -3401,buy_compound_top3,buy,2025-09-28 21:48:00,1793.0,9.4371,1,leg_gt,5.16,60 -3402,buy_compound_top3,buy,2025-09-29 13:21:00,1896.0,3.4865,1,leg_gt,4.52,60 -3403,buy_compound_top3,buy,2025-09-29 13:24:00,1894.0,3.5959,1,leg_gt,4.51,60 -3404,buy_compound_top3,buy,2025-09-29 13:30:00,1895.0,3.5412,1,leg_gt,4.51,60 -3405,buy_compound_top3,buy,2025-09-29 13:33:00,1890.0,3.8153,1,leg_gt,4.51,60 -3406,buy_compound_top3,buy,2025-09-29 13:42:00,1888.0,3.9254,1,leg_gt,4.5,60 -3407,buy_compound_top3,buy,2025-09-29 13:45:00,1889.0,3.8704,1,leg_gt,4.5,60 -3408,buy_compound_top3,buy,2025-09-29 13:48:00,1884.0,4.1463,1,leg_gt,4.5,60 -3409,buy_compound_top3,buy,2025-09-29 13:51:00,1885.0,4.091,1,leg_gt,4.5,60 -3410,buy_compound_top3,buy,2025-09-29 13:54:00,1888.0,3.9254,1,leg_gt,4.49,60 -3411,buy_compound_top3,buy,2025-09-29 14:06:00,1883.0,4.2016,1,leg_gt,4.49,60 -3412,buy_compound_top3,buy,2025-09-29 14:09:00,1878.0,4.4793,1,leg_gt,4.48,60 -3413,buy_compound_top3,buy,2025-09-29 14:15:00,1878.0,4.4793,1,leg_gt,4.48,60 -3414,buy_compound_top3,buy,2025-09-29 14:18:00,1876.0,4.5908,1,leg_gt,4.48,60 -3415,buy_compound_top3,buy,2025-09-29 14:21:00,1875.0,4.6467,1,leg_gt,4.47,60 -3416,buy_compound_top3,buy,2025-09-29 14:24:00,1873.0,4.7585,1,leg_gt,4.47,60 -3417,buy_compound_top3,buy,2025-09-29 14:30:00,1869.0,4.9829,1,leg_gt,4.47,60 -3418,buy_compound_top3,buy,2025-09-29 14:33:00,1873.0,4.7585,1,leg_gt,4.47,60 -3419,buy_compound_top3,buy,2025-09-29 15:12:00,1866.0,5.1519,1,leg_gt,4.44,60 -3420,buy_compound_top3,buy,2025-09-29 15:15:00,1866.0,5.1519,1,leg_gt,4.44,60 -3421,buy_compound_top3,buy,2025-09-29 15:18:00,1865.0,5.2083,1,leg_gt,4.44,60 -3422,buy_compound_top3,buy,2025-09-29 18:15:00,1863.0,5.3214,1,leg_gt,4.31,60 -3423,buy_compound_top3,buy,2025-09-29 18:18:00,1863.0,5.3214,1,leg_gt,4.31,60 -3424,buy_compound_top3,buy,2025-09-29 18:21:00,1864.0,5.2648,1,leg_gt,4.31,60 -3425,buy_compound_top3,buy,2025-09-29 18:24:00,1864.0,5.2648,1,leg_gt,4.31,60 -3426,buy_compound_top3,buy,2025-09-29 18:42:00,1859.0,5.5482,1,leg_gt,4.29,60 -3427,buy_compound_top3,buy,2025-09-29 18:51:00,1856.0,5.719,1,leg_gt,4.29,60 -3428,buy_compound_top3,buy,2025-09-29 18:54:00,1857.0,5.662,1,leg_gt,4.29,60 -3429,buy_compound_top3,buy,2025-09-29 18:57:00,1858.0,5.6051,1,leg_gt,4.28,60 -3430,buy_compound_top3,buy,2025-09-29 22:06:00,1828.0,7.3398,1,leg_gt,4.15,60 -3431,buy_compound_top3,buy,2025-09-29 22:09:00,1829.0,7.2811,1,leg_gt,4.15,60 -3432,buy_compound_top3,buy,2025-09-30 01:21:00,1829.0,7.2811,1,leg_gt,4.02,60 -3433,buy_compound_top3,buy,2025-09-30 01:24:00,1824.0,7.5754,1,leg_gt,4.01,60 -3434,buy_compound_top3,buy,2025-09-30 01:27:00,1824.0,7.5754,1,leg_gt,4.01,60 -3435,buy_compound_top3,buy,2025-09-30 01:45:00,1820.0,7.8121,1,leg_gt,4.0,60 -3436,buy_compound_top3,buy,2025-09-30 01:48:00,1815.0,8.1094,1,leg_gt,4.0,60 -3437,buy_compound_top3,buy,2025-09-30 02:00:00,1801.0,8.9505,1,leg_gt,3.99,60 -3438,buy_compound_top3,buy,2025-09-30 02:03:00,1795.0,9.315,1,leg_gt,3.99,60 -3439,buy_compound_top3,buy,2025-09-30 02:06:00,1804.0,8.7692,1,leg_gt,3.99,60 -3440,buy_compound_top3,buy,2025-09-30 02:09:00,1806.0,8.6486,1,leg_gt,3.98,60 -3441,buy_compound_top3,buy,2025-09-30 07:45:00,1838.0,6.7553,1,leg_gt,3.75,60 -3442,buy_compound_top3,buy,2025-09-30 07:48:00,1842.0,6.5232,1,leg_gt,3.75,60 -3443,buy_compound_top3,buy,2025-09-30 08:12:00,1828.0,7.3398,1,leg_gt,3.73,60 -3444,buy_compound_top3,buy,2025-09-30 08:15:00,1826.0,7.4575,1,leg_gt,3.73,60 -3445,buy_compound_top3,buy,2025-09-30 08:18:00,1826.0,7.4575,1,leg_gt,3.73,60 -3446,buy_compound_top3,buy,2025-09-30 09:36:00,1814.0,8.169,1,leg_gt,3.67,60 -3447,buy_compound_top3,buy,2025-09-30 09:39:00,1813.0,8.2287,1,leg_gt,3.67,60 -3448,buy_compound_top3,buy,2025-09-30 12:00:00,1801.0,8.9505,1,leg_gt,3.57,60 -3449,buy_compound_top3,buy,2025-09-30 12:03:00,1808.0,8.5283,1,leg_gt,3.57,60 -3450,buy_compound_top3,buy,2025-09-30 15:15:00,1797.0,9.1933,1,leg_gt,3.44,60 -3451,buy_compound_top3,buy,2025-09-30 15:18:00,1797.0,9.1933,1,leg_gt,3.44,60 -3452,buy_compound_top3,buy,2025-09-30 16:42:00,1793.0,9.4371,1,leg_gt,3.38,60 -3453,buy_compound_top3,buy,2025-09-30 16:45:00,1792.0,9.4982,1,leg_gt,3.38,60 -3454,buy_compound_top3,buy,2025-09-30 16:48:00,1793.0,9.4371,1,leg_gt,3.37,60 -3455,buy_compound_top3,buy,2025-09-30 16:51:00,1793.0,9.4371,1,leg_gt,3.37,60 -3456,buy_compound_top3,buy,2025-09-30 16:54:00,1793.0,9.4371,1,leg_gt,3.37,60 -3457,buy_compound_top3,buy,2025-09-30 18:06:00,1790.0,9.6207,1,leg_gt,3.32,60 -3458,buy_compound_top3,buy,2025-09-30 18:09:00,1789.0,9.682,1,leg_gt,3.32,60 -3459,buy_compound_top3,buy,2025-09-30 18:51:00,1787.0,9.8049,1,leg_gt,3.29,60 -3460,buy_compound_top3,buy,2025-09-30 18:54:00,1786.0,9.8664,1,leg_gt,3.29,60 -3461,buy_compound_top3,buy,2025-09-30 21:12:00,1784.0,9.9897,1,leg_gt,3.19,60 -3462,buy_compound_top3,buy,2025-10-01 00:27:00,1774.0,10.6103,1,leg_gt,3.05,60 -3463,buy_compound_top3,buy,2025-10-01 01:51:00,1770.0,10.8605,1,leg_gt,3.0,60 -3464,buy_compound_top3,buy,2025-10-01 01:54:00,1770.0,10.8605,1,leg_gt,2.99,60 -3465,buy_compound_top3,buy,2025-10-01 02:00:00,1771.0,10.7978,1,leg_gt,2.99,60 -3466,buy_compound_top3,buy,2025-10-01 02:03:00,1769.0,10.9232,1,leg_gt,2.99,60 -3467,buy_compound_top3,buy,2025-10-01 02:12:00,1767.0,11.0488,1,leg_gt,2.98,60 -3468,buy_compound_top3,buy,2025-10-01 02:15:00,1768.0,10.986,1,leg_gt,2.98,60 -3469,buy_compound_top3,buy,2025-10-01 02:18:00,1765.0,11.1748,1,leg_gt,2.98,60 -3470,buy_compound_top3,buy,2025-10-01 03:42:00,1760.0,11.4909,1,leg_gt,2.92,60 -3471,buy_compound_top3,buy,2025-10-01 03:45:00,1760.0,11.4909,1,leg_gt,2.92,60 -3472,buy_compound_top3,buy,2025-10-01 03:48:00,1758.0,11.6179,1,leg_gt,2.91,60 -3473,buy_compound_top3,buy,2025-10-01 09:21:00,1772.0,10.7352,1,leg_gt,2.68,60 -3474,buy_compound_top3,buy,2025-10-01 09:24:00,1771.0,10.7978,1,leg_gt,2.68,60 -3475,buy_compound_top3,buy,2025-10-01 09:42:00,1766.0,11.1118,1,leg_gt,2.67,60 -3476,buy_compound_top3,buy,2025-10-01 16:06:00,1773.0,10.6727,1,leg_gt,2.4,60 -3477,buy_compound_top3,buy,2025-10-01 16:09:00,1772.0,10.7352,1,leg_gt,2.4,60 -3478,buy_compound_top3,buy,2025-10-01 22:51:00,1849.0,6.1196,1,leg_gt,2.12,60 -3479,buy_compound_top3,buy,2025-10-01 22:54:00,1849.0,6.1196,1,leg_gt,2.12,60 -3480,buy_compound_top3,buy,2025-10-02 05:30:00,1858.0,5.6051,1,leg_gt,1.84,60 -3481,buy_compound_top3,buy,2025-10-02 05:33:00,1856.0,5.719,1,leg_gt,1.84,60 -3482,buy_compound_top3,buy,2025-10-02 06:21:00,1849.0,6.1196,1,leg_gt,1.81,60 -3483,buy_compound_top3,buy,2025-10-02 06:24:00,1846.0,6.2922,1,leg_gt,1.81,60 -3484,buy_compound_top3,buy,2025-10-02 06:27:00,1847.0,6.2346,1,leg_gt,1.8,60 -3485,buy_compound_top3,buy,2025-10-02 06:30:00,1847.0,6.2346,1,leg_gt,1.8,60 -3486,buy_compound_top3,buy,2025-10-02 06:33:00,1844.0,6.4076,1,leg_gt,1.8,60 -3487,buy_compound_top3,buy,2025-10-02 06:36:00,1845.0,6.3499,1,leg_gt,1.8,60 -3488,buy_compound_top3,buy,2025-10-02 06:39:00,1843.0,6.4654,1,leg_gt,1.8,60 -3489,buy_compound_top3,buy,2025-10-02 06:42:00,1843.0,6.4654,1,leg_gt,1.79,60 -3490,buy_compound_top3,buy,2025-10-02 13:51:00,1890.0,3.8153,1,leg_gt,1.5,60 -3491,buy_compound_top3,buy,2025-10-02 13:54:00,1892.0,3.7055,1,leg_gt,1.49,60 -3492,buy_compound_top3,buy,2025-10-02 16:06:00,1886.0,4.0357,1,leg_gt,1.4,60 -3493,buy_compound_top3,buy,2025-10-02 16:09:00,1887.0,3.9806,1,leg_gt,1.4,60 -3494,buy_compound_top3,buy,2025-10-02 16:12:00,1889.0,3.8704,1,leg_gt,1.4,60 -3495,buy_compound_top3,buy,2025-10-02 16:45:00,1885.0,4.091,1,leg_gt,1.38,60 -3496,buy_compound_top3,buy,2025-10-02 16:48:00,1882.0,4.2571,1,leg_gt,1.37,60 -3497,buy_compound_top3,buy,2025-10-02 16:51:00,1882.0,4.2571,1,leg_gt,1.37,60 -3498,buy_compound_top3,buy,2025-10-02 16:54:00,1881.0,4.3125,1,leg_gt,1.37,60 -3499,buy_compound_top3,buy,2025-10-02 16:57:00,1881.0,4.3125,1,leg_gt,1.37,60 -3500,buy_compound_top3,buy,2025-10-02 18:12:00,1882.0,4.2571,1,leg_gt,1.31,60 -3501,buy_compound_top3,buy,2025-10-02 18:15:00,1880.0,4.3681,1,leg_gt,1.31,60 -3502,buy_compound_top3,buy,2025-10-02 18:18:00,1883.0,4.2016,1,leg_gt,1.31,60 -3503,buy_compound_top3,buy,2025-10-02 22:27:00,1878.0,4.4793,1,leg_gt,1.14,60 -3504,buy_compound_top3,buy,2025-10-02 23:15:00,1873.0,4.7585,1,leg_gt,1.1,60 -3505,buy_compound_top3,buy,2025-10-02 23:18:00,1875.0,4.6467,1,leg_gt,1.1,60 -3506,buy_compound_top3,buy,2025-10-02 23:21:00,1870.0,4.9267,1,leg_gt,1.1,60 -3507,buy_compound_top3,buy,2025-10-02 23:24:00,1873.0,4.7585,1,leg_gt,1.1,60 -3508,buy_compound_top3,buy,2025-10-03 00:00:00,1855.0,5.776,1,leg_gt,1.07,60 -3509,buy_compound_top3,buy,2025-10-03 00:03:00,1851.0,6.0048,1,leg_gt,1.07,60 -3510,buy_compound_top3,buy,2025-10-03 07:42:00,1914.0,2.5123,1,leg_gt,0.75,60 -3511,buy_compound_top3,buy,2025-10-03 08:21:00,1913.0,2.566,1,leg_gt,0.72,60 -3512,buy_compound_top3,buy,2025-10-03 08:24:00,1912.0,2.6197,1,leg_gt,0.72,60 -3513,buy_compound_top3,buy,2025-10-03 08:30:00,1909.0,2.7811,1,leg_gt,0.72,60 -3514,buy_compound_top3,buy,2025-10-03 08:33:00,1907.0,2.889,1,leg_gt,0.72,60 -3515,buy_compound_top3,buy,2025-10-03 08:36:00,1907.0,2.889,1,leg_gt,0.71,60 -3516,buy_compound_top3,buy,2025-10-03 08:39:00,1908.0,2.835,1,leg_gt,0.71,60 -3517,buy_compound_top3,buy,2025-10-03 09:51:00,1903.0,3.1055,1,leg_gt,0.66,60 -3518,buy_compound_top3,buy,2025-10-03 09:54:00,1904.0,3.0513,1,leg_gt,0.66,60 -3519,buy_compound_top3,buy,2025-10-03 10:00:00,1897.0,3.4319,1,leg_gt,0.66,60 -3520,buy_compound_top3,buy,2025-10-03 10:03:00,1899.0,3.3229,1,leg_gt,0.65,60 -3521,buy_compound_top3,buy,2025-10-03 10:12:00,1894.0,3.5959,1,leg_gt,0.65,60 -3522,buy_compound_top3,buy,2025-10-03 10:15:00,1894.0,3.5959,1,leg_gt,0.65,60 -3523,buy_compound_top3,buy,2025-10-03 10:18:00,1894.0,3.5959,1,leg_gt,0.64,60 -3524,buy_compound_top3,buy,2025-10-03 10:21:00,1893.0,3.6507,1,leg_gt,0.64,60 -3525,buy_compound_top3,buy,2025-10-03 10:24:00,1886.0,4.0357,1,leg_gt,0.64,60 -3526,buy_compound_top3,buy,2025-10-03 10:30:00,1884.0,4.1463,1,leg_gt,0.64,60 -3527,buy_compound_top3,buy,2025-10-03 10:33:00,1887.0,3.9806,1,leg_gt,0.63,60 -3528,buy_compound_top3,buy,2025-10-03 10:42:00,1885.0,4.091,1,leg_gt,0.63,60 -3529,buy_compound_top3,buy,2025-10-03 10:45:00,1885.0,4.091,1,leg_gt,0.62,60 -3530,buy_compound_top3,buy,2025-10-03 10:48:00,1886.0,4.0357,1,leg_gt,0.62,60 -3531,buy_compound_top3,buy,2025-10-03 10:51:00,1883.0,4.2016,1,leg_gt,0.62,60 -3532,buy_compound_top3,buy,2025-10-03 10:54:00,1879.0,4.4237,1,leg_gt,0.62,60 -3533,buy_compound_top3,buy,2025-10-03 10:57:00,1880.0,4.3681,1,leg_gt,0.62,60 -3534,buy_compound_top3,buy,2025-10-03 14:57:00,1896.0,3.4865,1,leg_gt,0.45,60 -3535,buy_compound_top3,buy,2025-10-03 16:30:00,1886.0,4.0357,1,leg_gt,0.39,60 -3536,buy_compound_top3,buy,2025-10-03 16:33:00,1894.0,3.5959,1,leg_gt,0.38,60 -3537,buy_compound_top3,buy,2025-10-03 20:30:00,1885.0,4.091,1,leg_gt,0.22,60 -3538,buy_compound_top3,buy,2025-10-03 20:33:00,1884.0,4.1463,1,leg_gt,0.22,60 -3539,buy_compound_top3,buy,2025-10-03 20:36:00,1887.0,3.9806,1,leg_gt,0.21,60 -3540,buy_compound_top3,buy,2025-10-03 20:39:00,1884.0,4.1463,1,leg_gt,0.21,60 -3541,buy_compound_top3,buy,2025-10-03 21:51:00,1880.0,4.3681,1,leg_gt,0.16,60 -3542,buy_compound_top3,buy,2025-10-03 21:54:00,1884.0,4.1463,1,leg_gt,0.16,60 -3543,buy_compound_top3,buy,2025-10-03 22:15:00,1874.0,4.7026,1,leg_gt,0.15,60 -3544,buy_compound_top3,buy,2025-10-03 22:18:00,1876.0,4.5908,1,leg_gt,0.14,60 -3545,buy_compound_top3,buy,2025-10-04 09:45:00,1890.0,-2.5868,0,leg_gt,4.83,60 -3546,buy_compound_top3,buy,2025-10-04 09:48:00,1888.0,-2.4835,0,leg_gt,4.83,60 -3547,buy_compound_top3,buy,2025-10-04 09:51:00,1887.0,-2.4317,0,leg_gt,4.82,60 -3548,buy_compound_top3,buy,2025-10-04 09:54:00,1888.0,-2.4835,0,leg_gt,4.82,60 -3549,buy_compound_top3,buy,2025-10-04 10:12:00,1886.0,-2.38,0,leg_gt,4.81,60 -3550,buy_compound_top3,buy,2025-10-04 10:15:00,1881.0,-2.1202,0,leg_gt,4.81,60 -3551,buy_compound_top3,buy,2025-10-04 10:18:00,1883.0,-2.2243,0,leg_gt,4.81,60 -3552,buy_compound_top3,buy,2025-10-04 10:51:00,1877.0,-1.9114,0,leg_gt,4.78,60 -3553,buy_compound_top3,buy,2025-10-04 10:54:00,1874.0,-1.7542,0,leg_gt,4.78,60 -3554,buy_compound_top3,buy,2025-10-04 11:00:00,1875.0,-1.8067,0,leg_gt,4.78,60 -3555,buy_compound_top3,buy,2025-10-04 11:03:00,1880.0,-2.0681,0,leg_gt,4.78,60 -3556,buy_compound_top3,buy,2025-10-04 11:12:00,1873.0,-1.7017,0,leg_gt,4.77,60 -3557,buy_compound_top3,buy,2025-10-04 11:27:00,1867.0,-1.3855,0,leg_gt,4.76,60 -3558,buy_compound_top3,buy,2025-10-04 12:15:00,1866.0,-1.3326,0,leg_gt,4.72,60 -3559,buy_compound_top3,buy,2025-10-04 12:18:00,1862.0,-1.1204,0,leg_gt,4.72,60 -3560,buy_compound_top3,buy,2025-10-04 12:21:00,1865.0,-1.2796,0,leg_gt,4.72,60 -3561,buy_compound_top3,buy,2025-10-04 12:24:00,1865.0,-1.2796,0,leg_gt,4.72,60 -3562,buy_compound_top3,buy,2025-10-04 16:51:00,1860.0,-1.014,0,leg_gt,4.53,60 -3563,buy_compound_top3,buy,2025-10-04 16:54:00,1860.0,-1.014,0,leg_gt,4.53,60 -3564,buy_compound_top3,buy,2025-10-04 16:57:00,1861.0,-1.0672,0,leg_gt,4.53,60 -3565,buy_compound_top3,buy,2025-10-04 17:27:00,1853.0,-0.6397,0,leg_gt,4.51,60 -3566,buy_compound_top3,buy,2025-10-04 17:36:00,1851.0,-0.5322,0,leg_gt,4.5,60 -3567,buy_compound_top3,buy,2025-10-04 17:39:00,1850.0,-0.4784,0,leg_gt,4.5,60 -3568,buy_compound_top3,buy,2025-10-04 19:15:00,1839.0,0.1175,1,leg_gt,4.43,60 -3569,buy_compound_top3,buy,2025-10-04 19:18:00,1839.0,0.1175,1,leg_gt,4.43,60 -3570,buy_compound_top3,buy,2025-10-04 19:36:00,1836.0,0.2813,1,leg_gt,4.42,60 -3571,buy_compound_top3,buy,2025-10-04 19:39:00,1829.0,0.6654,1,leg_gt,4.42,60 -3572,buy_compound_top3,buy,2025-10-04 19:42:00,1829.0,0.6654,1,leg_gt,4.41,60 -3573,buy_compound_top3,buy,2025-10-04 19:45:00,1830.0,0.6104,1,leg_gt,4.41,60 -3574,buy_compound_top3,buy,2025-10-04 19:48:00,1830.0,0.6104,1,leg_gt,4.41,60 -3575,buy_compound_top3,buy,2025-10-04 23:57:00,1824.0,0.9417,1,leg_gt,4.24,60 -3576,buy_compound_top3,buy,2025-10-05 00:36:00,1801.0,2.232,1,leg_gt,4.21,60 -3577,buy_compound_top3,buy,2025-10-05 00:39:00,1798.0,2.4028,1,leg_gt,4.21,60 -3578,buy_compound_top3,buy,2025-10-05 18:30:00,1852.0,-0.586,0,leg_gt,3.46,60 -3579,buy_compound_top3,buy,2025-10-05 18:33:00,1849.0,-0.4245,0,leg_gt,3.46,60 -3580,buy_compound_top3,buy,2025-10-05 18:36:00,1851.0,-0.5322,0,leg_gt,3.46,60 -3581,buy_compound_top3,buy,2025-10-05 18:39:00,1846.0,-0.2625,0,leg_gt,3.46,60 -3582,buy_compound_top3,buy,2025-10-05 18:51:00,1848.0,-0.3706,0,leg_gt,3.45,60 -3583,buy_compound_top3,buy,2025-10-05 18:54:00,1843.0,-0.1,0,leg_gt,3.45,60 -3584,buy_compound_top3,buy,2025-10-05 18:57:00,1843.0,-0.1,0,leg_gt,3.45,60 -3585,buy_compound_top3,buy,2025-10-05 20:12:00,1823.0,0.9971,1,leg_gt,3.39,60 -3586,buy_compound_top3,buy,2025-10-05 20:15:00,1821.0,1.1081,1,leg_gt,3.39,60 -3587,buy_compound_top3,buy,2025-10-05 20:18:00,1823.0,0.9971,1,leg_gt,3.39,60 -3588,buy_compound_top3,buy,2025-10-05 20:21:00,1820.0,1.1637,1,leg_gt,3.39,60 -3589,buy_compound_top3,buy,2025-10-05 20:24:00,1822.0,1.0526,1,leg_gt,3.39,60 -3590,buy_compound_top3,buy,2025-10-05 23:45:00,1823.0,0.9971,1,leg_gt,3.25,60 -3591,buy_compound_top3,buy,2025-10-05 23:48:00,1824.0,0.9417,1,leg_gt,3.24,60 -3592,buy_compound_top3,buy,2025-10-05 23:51:00,1822.0,1.0526,1,leg_gt,3.24,60 -3593,buy_compound_top3,buy,2025-10-05 23:54:00,1822.0,1.0526,1,leg_gt,3.24,60 -3594,buy_compound_top3,buy,2025-10-06 02:30:00,1824.0,0.9417,1,leg_gt,3.13,60 -3595,buy_compound_top3,buy,2025-10-06 02:33:00,1820.0,1.1637,1,leg_gt,3.13,60 -3596,buy_compound_top3,buy,2025-10-06 02:36:00,1818.0,1.2751,1,leg_gt,3.13,60 -3597,buy_compound_top3,buy,2025-10-06 02:39:00,1820.0,1.1637,1,leg_gt,3.12,60 -3598,buy_compound_top3,buy,2025-10-06 02:45:00,1821.0,1.1081,1,leg_gt,3.12,60 -3599,buy_compound_top3,buy,2025-10-06 02:48:00,1819.0,1.2194,1,leg_gt,3.12,60 -3600,buy_compound_top3,buy,2025-10-06 02:51:00,1814.0,1.4987,1,leg_gt,3.12,60 -3601,buy_compound_top3,buy,2025-10-06 02:54:00,1811.0,1.667,1,leg_gt,3.11,60 -3602,buy_compound_top3,buy,2025-10-06 03:06:00,1816.0,1.3868,1,leg_gt,3.11,60 -3603,buy_compound_top3,buy,2025-10-06 03:09:00,1811.0,1.667,1,leg_gt,3.1,60 -3604,buy_compound_top3,buy,2025-10-06 03:12:00,1807.0,1.8923,1,leg_gt,3.1,60 -3605,buy_compound_top3,buy,2025-10-06 03:15:00,1811.0,1.667,1,leg_gt,3.1,60 -3606,buy_compound_top3,buy,2025-10-06 03:18:00,1808.0,1.8358,1,leg_gt,3.1,60 -3607,buy_compound_top3,buy,2025-10-06 04:12:00,1805.0,2.0053,1,leg_gt,3.06,60 -3608,buy_compound_top3,buy,2025-10-06 04:15:00,1806.0,1.9487,1,leg_gt,3.06,60 -3609,buy_compound_top3,buy,2025-10-06 04:18:00,1805.0,2.0053,1,leg_gt,3.06,60 -3610,buy_compound_top3,buy,2025-10-06 04:42:00,1806.0,1.9487,1,leg_gt,3.04,60 -3611,buy_compound_top3,buy,2025-10-06 04:45:00,1802.0,2.1752,1,leg_gt,3.04,60 -3612,buy_compound_top3,buy,2025-10-06 04:48:00,1805.0,2.0053,1,leg_gt,3.04,60 -3613,buy_compound_top3,buy,2025-10-06 04:51:00,1802.0,2.1752,1,leg_gt,3.03,60 -3614,buy_compound_top3,buy,2025-10-06 04:54:00,1802.0,2.1752,1,leg_gt,3.03,60 -3615,buy_compound_top3,buy,2025-10-06 04:57:00,1800.0,2.2889,1,leg_gt,3.03,60 -3616,buy_compound_top3,buy,2025-10-06 13:12:00,1800.0,2.2889,1,leg_gt,2.69,60 -3617,buy_compound_top3,buy,2025-10-06 13:15:00,1803.0,2.1185,1,leg_gt,2.68,60 -3618,buy_compound_top3,buy,2025-10-06 13:18:00,1803.0,2.1185,1,leg_gt,2.68,60 -3619,buy_compound_top3,buy,2025-10-06 13:21:00,1803.0,2.1185,1,leg_gt,2.68,60 -3620,buy_compound_top3,buy,2025-10-06 13:24:00,1805.0,2.0053,1,leg_gt,2.68,60 -3621,buy_compound_top3,buy,2025-10-06 13:42:00,1800.0,2.2889,1,leg_gt,2.66,60 -3622,buy_compound_top3,buy,2025-10-06 16:51:00,1798.0,2.4028,1,leg_gt,2.53,60 -3623,buy_compound_top3,buy,2025-10-06 16:54:00,1798.0,2.4028,1,leg_gt,2.53,60 -3624,buy_compound_top3,buy,2025-10-06 19:45:00,1798.0,2.4028,1,leg_gt,2.41,60 -3625,buy_compound_top3,buy,2025-10-06 19:48:00,1801.0,2.232,1,leg_gt,2.41,60 -3626,buy_compound_top3,buy,2025-10-06 20:06:00,1799.0,2.3458,1,leg_gt,2.4,60 -3627,buy_compound_top3,buy,2025-10-06 20:09:00,1800.0,2.2889,1,leg_gt,2.4,60 -3628,buy_compound_top3,buy,2025-10-07 09:21:00,1859.0,-0.9607,0,leg_gt,1.85,60 -3629,buy_compound_top3,buy,2025-10-07 09:24:00,1857.0,-0.8539,0,leg_gt,1.84,60 -3630,buy_compound_top3,buy,2025-10-07 09:27:00,1856.0,-0.8004,0,leg_gt,1.84,60 -3631,buy_compound_top3,buy,2025-10-07 09:42:00,1853.0,-0.6397,0,leg_gt,1.83,60 -3632,buy_compound_top3,buy,2025-10-07 16:27:00,1851.0,-0.5322,0,leg_gt,1.55,60 -3633,buy_compound_top3,buy,2025-10-07 16:30:00,1854.0,-0.6933,0,leg_gt,1.55,60 -3634,buy_compound_top3,buy,2025-10-07 16:33:00,1850.0,-0.4784,0,leg_gt,1.55,60 -3635,buy_compound_top3,buy,2025-10-07 16:36:00,1843.0,-0.1,0,leg_gt,1.54,60 -3636,buy_compound_top3,buy,2025-10-07 16:39:00,1838.0,0.172,1,leg_gt,1.54,60 -3637,buy_compound_top3,buy,2025-10-07 16:45:00,1841.0,0.0086,1,leg_gt,1.54,60 -3638,buy_compound_top3,buy,2025-10-07 16:48:00,1842.0,-0.0457,0,leg_gt,1.54,60 -3639,buy_compound_top3,buy,2025-10-07 17:06:00,1835.0,0.336,1,leg_gt,1.52,60 -3640,buy_compound_top3,buy,2025-10-07 17:09:00,1827.0,0.7758,1,leg_gt,1.52,60 -3641,buy_compound_top3,buy,2025-10-07 17:12:00,1827.0,0.7758,1,leg_gt,1.52,60 -3642,buy_compound_top3,buy,2025-10-07 17:15:00,1824.0,0.9417,1,leg_gt,1.52,60 -3643,buy_compound_top3,buy,2025-10-07 17:18:00,1824.0,0.9417,1,leg_gt,1.51,60 -3644,buy_compound_top3,buy,2025-10-07 17:21:00,1820.0,1.1637,1,leg_gt,1.51,60 -3645,buy_compound_top3,buy,2025-10-07 17:24:00,1810.0,1.7232,1,leg_gt,1.51,60 -3646,buy_compound_top3,buy,2025-10-07 17:36:00,1800.0,2.2889,1,leg_gt,1.5,60 -3647,buy_compound_top3,buy,2025-10-07 17:39:00,1807.0,1.8923,1,leg_gt,1.5,60 -3648,buy_compound_top3,buy,2025-10-07 22:51:00,1810.0,1.7232,1,leg_gt,1.28,60 -3649,buy_compound_top3,buy,2025-10-07 22:54:00,1804.0,2.0619,1,leg_gt,1.28,60 -3650,buy_compound_top3,buy,2025-10-07 23:00:00,1804.0,2.0619,1,leg_gt,1.28,60 -3651,buy_compound_top3,buy,2025-10-07 23:03:00,1801.0,2.232,1,leg_gt,1.27,60 -3652,buy_compound_top3,buy,2025-10-07 23:06:00,1797.0,2.4598,1,leg_gt,1.27,60 -3653,buy_compound_top3,buy,2025-10-07 23:09:00,1793.0,2.6886,1,leg_gt,1.27,60 -3654,buy_compound_top3,buy,2025-10-07 23:21:00,1790.0,2.8609,1,leg_gt,1.26,60 -3655,buy_compound_top3,buy,2025-10-07 23:24:00,1788.0,2.9761,1,leg_gt,1.26,60 -3656,buy_compound_top3,buy,2025-10-07 23:27:00,1784.0,3.2072,1,leg_gt,1.26,60 -3657,buy_compound_top3,buy,2025-10-07 23:42:00,1767.0,4.2011,1,leg_gt,1.25,60 -3658,buy_compound_top3,buy,2025-10-07 23:57:00,1761.0,4.5564,1,leg_gt,1.24,60 -3659,buy_compound_top3,buy,2025-10-08 00:06:00,1761.0,4.5564,1,leg_gt,1.23,60 -3660,buy_compound_top3,buy,2025-10-08 00:09:00,1756.0,4.8544,1,leg_gt,1.23,60 -3661,buy_compound_top3,buy,2025-10-08 00:12:00,1750.0,5.2143,1,leg_gt,1.23,60 -3662,buy_compound_top3,buy,2025-10-08 03:00:00,1743.0,5.6372,1,leg_gt,1.11,60 -3663,buy_compound_top3,buy,2025-10-08 03:03:00,1740.0,5.8195,1,leg_gt,1.11,60 -3664,buy_compound_top3,buy,2025-10-08 03:06:00,1742.0,5.6979,1,leg_gt,1.11,60 -3665,buy_compound_top3,buy,2025-10-08 03:09:00,1743.0,5.6372,1,leg_gt,1.1,60 -3666,buy_compound_top3,buy,2025-10-08 03:12:00,1741.0,5.7587,1,leg_gt,1.1,60 -3667,buy_compound_top3,buy,2025-10-08 03:15:00,1742.0,5.6979,1,leg_gt,1.1,60 -3668,buy_compound_top3,buy,2025-10-08 03:18:00,1741.0,5.7587,1,leg_gt,1.1,60 -3669,buy_compound_top3,buy,2025-10-08 08:12:00,1749.0,5.2745,1,leg_gt,0.89,60 -3670,buy_compound_top3,buy,2025-10-08 08:15:00,1749.0,5.2745,1,leg_gt,0.89,60 -3671,buy_compound_top3,buy,2025-10-08 08:18:00,1749.0,5.2745,1,leg_gt,0.89,60 -3672,buy_compound_top3,buy,2025-10-08 08:27:00,1745.0,5.516,1,leg_gt,0.88,60 -3673,buy_compound_top3,buy,2025-10-08 12:42:00,1724.0,6.8026,1,leg_gt,0.71,60 -3674,buy_compound_top3,buy,2025-10-08 14:30:00,1715.0,7.3636,1,leg_gt,0.63,60 -3675,buy_compound_top3,buy,2025-10-08 14:33:00,1717.0,7.2384,1,leg_gt,0.63,60 -3676,buy_compound_top3,buy,2025-10-08 14:42:00,1713.0,7.489,1,leg_gt,0.62,60 -3677,buy_compound_top3,buy,2025-10-08 14:45:00,1710.0,7.6778,1,leg_gt,0.62,60 -3678,buy_compound_top3,buy,2025-10-08 14:48:00,1712.0,7.5519,1,leg_gt,0.62,60 -3679,buy_compound_top3,buy,2025-10-08 14:51:00,1713.0,7.489,1,leg_gt,0.62,60 -3680,buy_compound_top3,buy,2025-10-08 14:54:00,1709.0,7.7408,1,leg_gt,0.61,60 -3681,buy_compound_top3,buy,2025-10-08 21:00:00,1707.0,7.8672,1,leg_gt,0.36,60 -3682,buy_compound_top3,buy,2025-10-08 21:03:00,1708.0,7.804,1,leg_gt,0.36,60 -3683,buy_compound_top3,buy,2025-10-08 21:06:00,1705.0,7.9938,1,leg_gt,0.36,60 -3684,buy_compound_top3,buy,2025-10-08 21:09:00,1704.0,8.0573,1,leg_gt,0.35,60 -3685,buy_compound_top3,buy,2025-10-09 09:42:00,1827.0,3.2388,1,leg_gt,1.52,60 -3686,buy_compound_top3,buy,2025-10-09 10:06:00,1817.0,3.8075,1,leg_gt,1.5,60 -3687,buy_compound_top3,buy,2025-10-09 10:09:00,1815.0,3.922,1,leg_gt,1.5,60 -3688,buy_compound_top3,buy,2025-10-09 11:27:00,1812.0,4.0943,1,leg_gt,1.45,60 -3689,buy_compound_top3,buy,2025-10-09 11:51:00,1798.0,4.9056,1,leg_gt,1.43,60 -3690,buy_compound_top3,buy,2025-10-09 11:54:00,1790.0,5.3749,1,leg_gt,1.43,60 -3691,buy_compound_top3,buy,2025-10-09 11:57:00,1786.0,5.6111,1,leg_gt,1.42,60 -3692,buy_compound_top3,buy,2025-10-09 15:27:00,1787.0,5.5519,1,leg_gt,1.28,60 -3693,buy_compound_top3,buy,2025-10-09 15:42:00,1780.0,5.9674,1,leg_gt,1.27,60 -3694,buy_compound_top3,buy,2025-10-09 15:45:00,1777.0,6.1465,1,leg_gt,1.27,60 -3695,buy_compound_top3,buy,2025-10-09 15:48:00,1792.0,5.2571,1,leg_gt,1.26,60 -3696,buy_compound_top3,buy,2025-10-09 16:42:00,1772.0,6.4463,1,leg_gt,1.23,60 -3697,buy_compound_top3,buy,2025-10-09 17:21:00,1762.0,7.051,1,leg_gt,1.2,60 -3698,buy_compound_top3,buy,2025-10-09 17:24:00,1765.0,6.8688,1,leg_gt,1.2,60 -3699,buy_compound_top3,buy,2025-10-09 17:42:00,1758.0,7.2948,1,leg_gt,1.19,60 -3700,buy_compound_top3,buy,2025-10-09 17:51:00,1753.0,7.6011,1,leg_gt,1.18,60 -3701,buy_compound_top3,buy,2025-10-09 17:54:00,1747.0,7.971,1,leg_gt,1.18,60 -3702,buy_compound_top3,buy,2025-10-09 18:00:00,1744.0,8.1569,1,leg_gt,1.17,60 -3703,buy_compound_top3,buy,2025-10-09 18:03:00,1754.0,7.5397,1,leg_gt,1.17,60 -3704,buy_compound_top3,buy,2025-10-09 22:51:00,1747.0,7.971,1,leg_gt,0.97,60 -3705,buy_compound_top3,buy,2025-10-09 22:54:00,1743.0,8.219,1,leg_gt,0.97,60 -3706,buy_compound_top3,buy,2025-10-09 23:06:00,1737.0,8.5931,1,leg_gt,0.96,60 -3707,buy_compound_top3,buy,2025-10-09 23:09:00,1733.0,8.844,1,leg_gt,0.96,60 -3708,buy_compound_top3,buy,2025-10-09 23:30:00,1731.0,8.9699,1,leg_gt,0.94,60 -3709,buy_compound_top3,buy,2025-10-09 23:33:00,1729.0,9.0961,1,leg_gt,0.94,60 -3710,buy_compound_top3,buy,2025-10-09 23:36:00,1727.0,9.2225,1,leg_gt,0.94,60 -3711,buy_compound_top3,buy,2025-10-09 23:39:00,1729.0,9.0961,1,leg_gt,0.94,60 -3712,buy_compound_top3,buy,2025-10-10 05:36:00,1747.0,7.971,1,leg_gt,0.69,60 -3713,buy_compound_top3,buy,2025-10-10 05:39:00,1747.0,7.971,1,leg_gt,0.69,60 -3714,buy_compound_top3,buy,2025-10-10 05:42:00,1750.0,7.7857,1,leg_gt,0.69,60 -3715,buy_compound_top3,buy,2025-10-10 15:42:00,1817.0,3.8075,1,leg_gt,0.27,60 -3716,buy_compound_top3,buy,2025-10-10 15:45:00,1810.0,4.2094,1,leg_gt,0.27,60 -3717,buy_compound_top3,buy,2025-10-10 15:48:00,1810.0,4.2094,1,leg_gt,0.26,60 -3718,buy_compound_top3,buy,2025-10-10 16:12:00,1796.0,5.0225,1,leg_gt,0.25,60 -3719,buy_compound_top3,buy,2025-10-10 16:15:00,1795.0,5.0811,1,leg_gt,0.25,60 -3720,buy_compound_top3,buy,2025-10-10 16:18:00,1787.0,5.5519,1,leg_gt,0.24,60 -3721,buy_compound_top3,buy,2025-10-10 16:21:00,1793.0,5.1984,1,leg_gt,0.24,60 -3722,buy_compound_top3,buy,2025-10-10 16:24:00,1789.0,5.4338,1,leg_gt,0.24,60 -3723,buy_compound_top3,buy,2025-10-11 00:12:00,1821.0,-17.7277,0,leg_gt,0.74,60 -3724,buy_compound_top3,buy,2025-10-11 00:21:00,1812.0,-17.3185,0,leg_gt,0.74,60 -3725,buy_compound_top3,buy,2025-10-11 00:24:00,1803.0,-16.9053,0,leg_gt,0.74,60 -3726,buy_compound_top3,buy,2025-10-11 00:27:00,1790.0,-16.3011,0,leg_gt,0.73,60 -3727,buy_compound_top3,buy,2025-10-11 00:42:00,1776.0,-15.6405,0,leg_gt,0.72,60 -3728,buy_compound_top3,buy,2025-10-11 01:51:00,1754.0,-14.5812,0,leg_gt,0.68,60 -3729,buy_compound_top3,buy,2025-10-11 01:54:00,1751.0,-14.4347,0,leg_gt,0.67,60 -3730,buy_compound_top3,buy,2025-10-11 01:57:00,1749.0,-14.3367,0,leg_gt,0.67,60 -3731,buy_compound_top3,buy,2025-10-11 02:00:00,1749.0,-14.3367,0,leg_gt,0.67,60 -3732,buy_compound_top3,buy,2025-10-11 02:03:00,1746.0,-14.1893,0,leg_gt,0.67,60 -3733,buy_compound_top3,buy,2025-10-11 02:06:00,1742.0,-13.9921,0,leg_gt,0.66,60 -3734,buy_compound_top3,buy,2025-10-11 02:09:00,1749.0,-14.3367,0,leg_gt,0.66,60 -3735,buy_compound_top3,buy,2025-10-11 02:12:00,1754.0,-14.5812,0,leg_gt,0.66,60 -3736,buy_compound_top3,buy,2025-10-11 02:42:00,1741.0,-13.9426,0,leg_gt,0.64,60 -3737,buy_compound_top3,buy,2025-10-11 02:57:00,1725.0,-13.1435,0,leg_gt,0.63,60 -3738,buy_compound_top3,buy,2025-10-11 03:00:00,1729.0,-13.3447,0,leg_gt,0.63,60 -3739,buy_compound_top3,buy,2025-10-11 03:03:00,1733.0,-13.5449,0,leg_gt,0.62,60 -3740,buy_compound_top3,buy,2025-10-11 04:12:00,1709.0,-12.3294,0,leg_gt,0.58,60 -3741,buy_compound_top3,buy,2025-10-11 04:21:00,1707.0,-12.2265,0,leg_gt,0.57,60 -3742,buy_compound_top3,buy,2025-10-11 04:24:00,1705.0,-12.1235,0,leg_gt,0.57,60 -3743,buy_compound_top3,buy,2025-10-11 04:27:00,1714.0,-12.5854,0,leg_gt,0.57,60 -3744,buy_compound_top3,buy,2025-10-11 04:36:00,1706.0,-12.175,0,leg_gt,0.56,60 -3745,buy_compound_top3,buy,2025-10-11 04:39:00,1704.0,-12.0718,0,leg_gt,0.56,60 -3746,buy_compound_top3,buy,2025-10-11 04:57:00,1698.0,-11.7608,0,leg_gt,0.55,60 -3747,buy_compound_top3,buy,2025-10-11 05:06:00,1694.0,-11.5522,0,leg_gt,0.54,60 -3748,buy_compound_top3,buy,2025-10-11 05:09:00,1692.0,-11.4475,0,leg_gt,0.54,60 -3749,buy_compound_top3,buy,2025-10-11 05:12:00,1691.0,-11.3951,0,leg_gt,0.54,60 -3750,buy_compound_top3,buy,2025-10-11 06:30:00,1311.0,14.3165,1,leg_gt,0.48,60 -3751,buy_compound_top3,buy,2025-10-11 06:33:00,1411.0,6.2076,1,leg_gt,0.48,60 -3752,buy_compound_top3,buy,2025-10-11 10:30:00,1347.0,11.2586,1,leg_gt,0.31,60 -3753,buy_compound_top3,buy,2025-10-11 10:33:00,1350.0,11.0111,1,leg_gt,0.31,60 -3754,buy_compound_top3,buy,2025-10-11 10:45:00,1337.0,12.0915,1,leg_gt,0.3,60 -3755,buy_compound_top3,buy,2025-10-11 10:48:00,1343.0,11.5902,1,leg_gt,0.3,60 -3756,buy_compound_top3,buy,2025-10-11 10:51:00,1330.0,12.682,1,leg_gt,0.3,60 -3757,buy_compound_top3,buy,2025-10-11 10:54:00,1312.0,14.2293,1,leg_gt,0.3,60 -3758,buy_compound_top3,buy,2025-10-11 10:57:00,1327.0,12.9369,1,leg_gt,0.3,60 -3759,buy_compound_top3,buy,2025-10-11 22:06:00,1447.0,8.1239,1,leg_gt,1.16,60 -3760,buy_compound_top3,buy,2025-10-11 22:09:00,1446.0,8.1988,1,leg_gt,1.16,60 -3761,buy_compound_top3,buy,2025-10-11 22:21:00,1445.0,8.2737,1,leg_gt,1.15,60 -3762,buy_compound_top3,buy,2025-10-11 22:24:00,1441.0,8.5745,1,leg_gt,1.15,60 -3763,buy_compound_top3,buy,2025-10-11 22:30:00,1438.0,8.8013,1,leg_gt,1.15,60 -3764,buy_compound_top3,buy,2025-10-11 22:33:00,1424.0,9.8719,1,leg_gt,1.15,60 -3765,buy_compound_top3,buy,2025-10-11 22:36:00,1428.0,9.5639,1,leg_gt,1.14,60 -3766,buy_compound_top3,buy,2025-10-11 22:39:00,1435.0,9.0289,1,leg_gt,1.14,60 -3767,buy_compound_top3,buy,2025-10-12 01:51:00,1428.0,9.5639,1,leg_gt,1.01,60 -3768,buy_compound_top3,buy,2025-10-12 01:54:00,1426.0,9.7177,1,leg_gt,1.01,60 -3769,buy_compound_top3,buy,2025-10-12 01:57:00,1427.0,9.6407,1,leg_gt,1.0,60 -3770,buy_compound_top3,buy,2025-10-12 03:15:00,1416.0,10.4932,1,leg_gt,0.95,60 -3771,buy_compound_top3,buy,2025-10-12 03:18:00,1415.0,10.5714,1,leg_gt,0.95,60 -3772,buy_compound_top3,buy,2025-10-12 03:30:00,1414.0,10.6496,1,leg_gt,0.94,60 -3773,buy_compound_top3,buy,2025-10-12 03:33:00,1411.0,10.8851,1,leg_gt,0.94,60 -3774,buy_compound_top3,buy,2025-10-12 03:36:00,1411.0,10.8851,1,leg_gt,0.94,60 -3775,buy_compound_top3,buy,2025-10-12 03:39:00,1417.0,10.4152,1,leg_gt,0.93,60 -3776,buy_compound_top3,buy,2025-10-12 04:30:00,1399.0,11.8371,1,leg_gt,0.9,60 -3777,buy_compound_top3,buy,2025-10-12 04:33:00,1400.0,11.7571,1,leg_gt,0.9,60 -3778,buy_compound_top3,buy,2025-10-12 04:36:00,1394.0,12.2386,1,leg_gt,0.89,60 -3779,buy_compound_top3,buy,2025-10-12 04:39:00,1389.0,12.643,1,leg_gt,0.89,60 -3780,buy_compound_top3,buy,2025-10-12 04:51:00,1388.0,12.7242,1,leg_gt,0.88,60 -3781,buy_compound_top3,buy,2025-10-12 04:54:00,1375.0,13.7909,1,leg_gt,0.88,60 -3782,buy_compound_top3,buy,2025-10-12 10:06:00,1398.0,11.9172,1,leg_gt,0.66,60 -3783,buy_compound_top3,buy,2025-10-12 10:09:00,1391.0,12.4809,1,leg_gt,0.66,60 -3784,buy_compound_top3,buy,2025-10-12 10:12:00,1394.0,12.2386,1,leg_gt,0.66,60 -3785,buy_compound_top3,buy,2025-10-12 10:21:00,1392.0,12.4,1,leg_gt,0.65,60 -3786,buy_compound_top3,buy,2025-10-12 10:24:00,1388.0,12.7242,1,leg_gt,0.65,60 -3787,buy_compound_top3,buy,2025-10-12 10:57:00,1381.0,13.2961,1,leg_gt,0.63,60 -3788,buy_compound_top3,buy,2025-10-12 11:00:00,1377.0,13.6255,1,leg_gt,0.63,60 -3789,buy_compound_top3,buy,2025-10-12 11:03:00,1375.0,13.7909,1,leg_gt,0.62,60 -3790,buy_compound_top3,buy,2025-10-12 11:06:00,1372.0,14.0399,1,leg_gt,0.62,60 -3791,buy_compound_top3,buy,2025-10-12 11:09:00,1373.0,13.9568,1,leg_gt,0.62,60 -3792,buy_compound_top3,buy,2025-10-12 11:12:00,1369.0,14.2901,1,leg_gt,0.62,60 -3793,buy_compound_top3,buy,2025-10-12 11:15:00,1371.0,14.1232,1,leg_gt,0.62,60 -3794,buy_compound_top3,buy,2025-10-12 11:18:00,1379.0,13.4606,1,leg_gt,0.61,60 -3795,buy_compound_top3,buy,2025-10-12 16:42:00,1397.0,11.9974,1,leg_gt,0.39,60 -3796,buy_compound_top3,buy,2025-10-12 17:57:00,1392.0,12.4,1,leg_gt,0.34,60 -3797,buy_compound_top3,buy,2025-10-12 18:00:00,1388.0,12.7242,1,leg_gt,0.34,60 -3798,buy_compound_top3,buy,2025-10-12 18:03:00,1383.0,13.1321,1,leg_gt,0.33,60 -3799,buy_compound_top3,buy,2025-10-13 06:45:00,1530.0,-8.1392,0,leg_gt,7.37,60 -3800,buy_compound_top3,buy,2025-10-13 06:48:00,1535.0,-8.4388,0,leg_gt,7.37,60 -3801,buy_compound_top3,buy,2025-10-13 07:45:00,1518.0,-7.4123,0,leg_gt,7.33,60 -3802,buy_compound_top3,buy,2025-10-13 07:48:00,1520.0,-7.5342,0,leg_gt,7.33,60 -3803,buy_compound_top3,buy,2025-10-13 07:51:00,1514.0,-7.1674,0,leg_gt,7.33,60 -3804,buy_compound_top3,buy,2025-10-13 07:54:00,1520.0,-7.5342,0,leg_gt,7.32,60 -3805,buy_compound_top3,buy,2025-10-13 07:57:00,1519.0,-7.4733,0,leg_gt,7.32,60 -3806,buy_compound_top3,buy,2025-10-13 08:00:00,1515.0,-7.2287,0,leg_gt,7.32,60 -3807,buy_compound_top3,buy,2025-10-13 08:03:00,1513.0,-7.1059,0,leg_gt,7.32,60 -3808,buy_compound_top3,buy,2025-10-13 08:12:00,1508.0,-6.7976,0,leg_gt,7.31,60 -3809,buy_compound_top3,buy,2025-10-13 08:15:00,1510.0,-6.9212,0,leg_gt,7.31,60 -3810,buy_compound_top3,buy,2025-10-13 08:18:00,1502.0,-6.4249,0,leg_gt,7.31,60 -3811,buy_compound_top3,buy,2025-10-13 09:12:00,1495.0,-5.9863,0,leg_gt,7.27,60 -3812,buy_compound_top3,buy,2025-10-13 14:12:00,1492.0,-5.7971,0,leg_gt,7.06,60 -3813,buy_compound_top3,buy,2025-10-13 20:21:00,1498.0,-6.1748,0,leg_gt,6.81,60 -3814,buy_compound_top3,buy,2025-10-13 20:24:00,1496.0,-6.0492,0,leg_gt,6.8,60 -3815,buy_compound_top3,buy,2025-10-13 20:45:00,1479.0,-4.9682,0,leg_gt,6.79,60 -3816,buy_compound_top3,buy,2025-10-13 20:48:00,1477.0,-4.8393,0,leg_gt,6.79,60 -3817,buy_compound_top3,buy,2025-10-13 20:51:00,1474.0,-4.6455,0,leg_gt,6.79,60 -3818,buy_compound_top3,buy,2025-10-13 20:54:00,1475.0,-4.7102,0,leg_gt,6.78,60 -3819,buy_compound_top3,buy,2025-10-13 21:00:00,1471.0,-4.4508,0,leg_gt,6.78,60 -3820,buy_compound_top3,buy,2025-10-13 21:03:00,1465.0,-4.059,0,leg_gt,6.78,60 -3821,buy_compound_top3,buy,2025-10-14 02:30:00,1486.0,-5.4163,0,leg_gt,6.55,60 -3822,buy_compound_top3,buy,2025-10-14 02:33:00,1486.0,-5.4163,0,leg_gt,6.55,60 -3823,buy_compound_top3,buy,2025-10-14 02:51:00,1477.0,-4.8393,0,leg_gt,6.54,60 -3824,buy_compound_top3,buy,2025-10-14 02:54:00,1479.0,-4.9682,0,leg_gt,6.53,60 -3825,buy_compound_top3,buy,2025-10-14 04:30:00,1478.0,-4.9038,0,leg_gt,6.47,60 -3826,buy_compound_top3,buy,2025-10-14 04:33:00,1480.0,-5.0324,0,leg_gt,6.46,60 -3827,buy_compound_top3,buy,2025-10-14 10:00:00,1496.0,-6.0492,0,leg_gt,6.24,60 -3828,buy_compound_top3,buy,2025-10-14 10:03:00,1498.0,-6.1748,0,leg_gt,6.24,60 -3829,buy_compound_top3,buy,2025-10-14 10:06:00,1488.0,-5.5435,0,leg_gt,6.23,60 -3830,buy_compound_top3,buy,2025-10-14 10:09:00,1488.0,-5.5435,0,leg_gt,6.23,60 -3831,buy_compound_top3,buy,2025-10-14 11:06:00,1486.0,-5.4163,0,leg_gt,6.19,60 -3832,buy_compound_top3,buy,2025-10-14 11:09:00,1484.0,-5.2887,0,leg_gt,6.19,60 -3833,buy_compound_top3,buy,2025-10-14 11:15:00,1484.0,-5.2887,0,leg_gt,6.19,60 -3834,buy_compound_top3,buy,2025-10-14 11:18:00,1481.0,-5.0966,0,leg_gt,6.18,60 -3835,buy_compound_top3,buy,2025-10-14 11:36:00,1480.0,-5.0324,0,leg_gt,6.17,60 -3836,buy_compound_top3,buy,2025-10-14 11:39:00,1474.0,-4.6455,0,leg_gt,6.17,60 -3837,buy_compound_top3,buy,2025-10-14 11:42:00,1478.0,-4.9038,0,leg_gt,6.17,60 -3838,buy_compound_top3,buy,2025-10-14 11:45:00,1475.0,-4.7102,0,leg_gt,6.16,60 -3839,buy_compound_top3,buy,2025-10-14 11:48:00,1472.0,-4.5158,0,leg_gt,6.16,60 -3840,buy_compound_top3,buy,2025-10-14 11:51:00,1470.0,-4.3857,0,leg_gt,6.16,60 -3841,buy_compound_top3,buy,2025-10-14 11:54:00,1468.0,-4.2553,0,leg_gt,6.16,60 -3842,buy_compound_top3,buy,2025-10-14 11:57:00,1467.0,-4.19,0,leg_gt,6.16,60 -3843,buy_compound_top3,buy,2025-10-14 12:00:00,1468.0,-4.2553,0,leg_gt,6.15,60 -3844,buy_compound_top3,buy,2025-10-14 12:03:00,1463.0,-3.9278,0,leg_gt,6.15,60 -3845,buy_compound_top3,buy,2025-10-14 12:21:00,1461.0,-3.7961,0,leg_gt,6.14,60 -3846,buy_compound_top3,buy,2025-10-14 12:24:00,1459.0,-3.6641,0,leg_gt,6.14,60 -3847,buy_compound_top3,buy,2025-10-14 12:27:00,1457.0,-3.5317,0,leg_gt,6.14,60 -3848,buy_compound_top3,buy,2025-10-14 13:12:00,1450.0,-3.0655,0,leg_gt,6.1,60 -3849,buy_compound_top3,buy,2025-10-14 13:15:00,1451.0,-3.1324,0,leg_gt,6.1,60 -3850,buy_compound_top3,buy,2025-10-14 13:18:00,1449.0,-2.9986,0,leg_gt,6.1,60 -3851,buy_compound_top3,buy,2025-10-14 13:21:00,1447.0,-2.8643,0,leg_gt,6.1,60 -3852,buy_compound_top3,buy,2025-10-14 13:24:00,1451.0,-3.1324,0,leg_gt,6.1,60 -3853,buy_compound_top3,buy,2025-10-14 13:27:00,1453.0,-3.2659,0,leg_gt,6.09,60 -3854,buy_compound_top3,buy,2025-10-14 14:42:00,1417.0,-0.8057,0,leg_gt,6.04,60 -3855,buy_compound_top3,buy,2025-10-14 14:45:00,1419.0,-0.9457,0,leg_gt,6.04,60 -3856,buy_compound_top3,buy,2025-10-14 14:48:00,1423.0,-1.2244,0,leg_gt,6.04,60 -3857,buy_compound_top3,buy,2025-10-14 15:21:00,1418.0,-0.8757,0,leg_gt,6.01,60 -3858,buy_compound_top3,buy,2025-10-14 15:24:00,1411.0,-0.3835,0,leg_gt,6.01,60 -3859,buy_compound_top3,buy,2025-10-14 15:27:00,1415.0,-0.6654,0,leg_gt,6.01,60 -3860,buy_compound_top3,buy,2025-10-14 21:51:00,1400.0,0.4,1,leg_gt,5.74,60 -3861,buy_compound_top3,buy,2025-10-14 21:54:00,1407.0,-0.1,0,leg_gt,5.74,60 -3862,buy_compound_top3,buy,2025-10-15 06:15:00,1433.0,-1.9144,0,leg_gt,5.39,60 -3863,buy_compound_top3,buy,2025-10-15 06:18:00,1436.0,-2.1195,0,leg_gt,5.39,60 -3864,buy_compound_top3,buy,2025-10-15 06:21:00,1432.0,-1.8458,0,leg_gt,5.39,60 -3865,buy_compound_top3,buy,2025-10-15 06:24:00,1432.0,-1.8458,0,leg_gt,5.39,60 -3866,buy_compound_top3,buy,2025-10-15 09:27:00,1436.0,-2.1195,0,leg_gt,5.26,60 -3867,buy_compound_top3,buy,2025-10-15 12:51:00,1445.0,-2.7298,0,leg_gt,5.12,60 -3868,buy_compound_top3,buy,2025-10-15 12:54:00,1446.0,-2.7971,0,leg_gt,5.12,60 -3869,buy_compound_top3,buy,2025-10-15 18:36:00,1443.0,-2.5948,0,leg_gt,4.88,60 -3870,buy_compound_top3,buy,2025-10-15 18:39:00,1441.0,-2.4595,0,leg_gt,4.88,60 -3871,buy_compound_top3,buy,2025-10-15 18:42:00,1442.0,-2.5272,0,leg_gt,4.88,60 -3872,buy_compound_top3,buy,2025-10-15 18:57:00,1439.0,-2.3238,0,leg_gt,4.86,60 -3873,buy_compound_top3,buy,2025-10-15 19:00:00,1437.0,-2.1877,0,leg_gt,4.86,60 -3874,buy_compound_top3,buy,2025-10-15 19:03:00,1436.0,-2.1195,0,leg_gt,4.86,60 -3875,buy_compound_top3,buy,2025-10-16 00:45:00,1424.0,-1.2938,0,leg_gt,4.62,60 -3876,buy_compound_top3,buy,2025-10-16 00:48:00,1424.0,-1.2938,0,leg_gt,4.62,60 -3877,buy_compound_top3,buy,2025-10-16 03:12:00,1430.0,-1.7084,0,leg_gt,4.52,60 -3878,buy_compound_top3,buy,2025-10-16 03:15:00,1430.0,-1.7084,0,leg_gt,4.52,60 -3879,buy_compound_top3,buy,2025-10-16 03:18:00,1429.0,-1.6395,0,leg_gt,4.52,60 -3880,buy_compound_top3,buy,2025-10-16 03:30:00,1426.0,-1.4324,0,leg_gt,4.51,60 -3881,buy_compound_top3,buy,2025-10-16 03:33:00,1429.0,-1.6395,0,leg_gt,4.51,60 -3882,buy_compound_top3,buy,2025-10-16 06:12:00,1409.0,-0.2419,0,leg_gt,4.4,60 -3883,buy_compound_top3,buy,2025-10-16 07:51:00,1410.0,-0.3128,0,leg_gt,4.33,60 -3884,buy_compound_top3,buy,2025-10-16 07:54:00,1411.0,-0.3835,0,leg_gt,4.32,60 -3885,buy_compound_top3,buy,2025-10-16 07:57:00,1412.0,-0.4541,0,leg_gt,4.32,60 -3886,buy_compound_top3,buy,2025-10-16 14:06:00,1402.0,0.2566,1,leg_gt,4.07,60 -3887,buy_compound_top3,buy,2025-10-16 14:09:00,1402.0,0.2566,1,leg_gt,4.06,60 -3888,buy_compound_top3,buy,2025-10-16 22:21:00,1429.0,-1.6395,0,leg_gt,3.72,60 -3889,buy_compound_top3,buy,2025-10-16 22:24:00,1431.0,-1.7771,0,leg_gt,3.72,60 -3890,buy_compound_top3,buy,2025-10-16 22:27:00,1432.0,-1.8458,0,leg_gt,3.72,60 -3891,buy_compound_top3,buy,2025-10-16 22:42:00,1430.0,-1.7084,0,leg_gt,3.71,60 -3892,buy_compound_top3,buy,2025-10-16 22:51:00,1427.0,-1.5015,0,leg_gt,3.7,60 -3893,buy_compound_top3,buy,2025-10-16 22:54:00,1425.0,-1.3632,0,leg_gt,3.7,60 -3894,buy_compound_top3,buy,2025-10-16 22:57:00,1426.0,-1.4324,0,leg_gt,3.7,60 -3895,buy_compound_top3,buy,2025-10-16 23:00:00,1428.0,-1.5706,0,leg_gt,3.7,60 -3896,buy_compound_top3,buy,2025-10-16 23:03:00,1426.0,-1.4324,0,leg_gt,3.69,60 -3897,buy_compound_top3,buy,2025-10-16 23:06:00,1427.0,-1.5015,0,leg_gt,3.69,60 -3898,buy_compound_top3,buy,2025-10-16 23:09:00,1420.0,-1.0155,0,leg_gt,3.69,60 -3899,buy_compound_top3,buy,2025-10-16 23:27:00,1412.0,-0.4541,0,leg_gt,3.68,60 -3900,buy_compound_top3,buy,2025-10-17 00:00:00,1416.0,-0.7356,0,leg_gt,3.65,60 -3901,buy_compound_top3,buy,2025-10-17 00:03:00,1416.0,-0.7356,0,leg_gt,3.65,60 -3902,buy_compound_top3,buy,2025-10-17 00:27:00,1408.0,-0.171,0,leg_gt,3.64,60 -3903,buy_compound_top3,buy,2025-10-17 00:36:00,1404.0,0.1137,1,leg_gt,3.63,60 -3904,buy_compound_top3,buy,2025-10-17 00:39:00,1405.0,0.0423,1,leg_gt,3.63,60 -3905,buy_compound_top3,buy,2025-10-17 00:42:00,1403.0,0.1851,1,leg_gt,3.62,60 -3906,buy_compound_top3,buy,2025-10-17 00:45:00,1403.0,0.1851,1,leg_gt,3.62,60 -3907,buy_compound_top3,buy,2025-10-17 00:48:00,1399.0,0.4718,1,leg_gt,3.62,60 -3908,buy_compound_top3,buy,2025-10-17 00:51:00,1402.0,0.2566,1,leg_gt,3.62,60 -3909,buy_compound_top3,buy,2025-10-17 00:54:00,1398.0,0.5438,1,leg_gt,3.62,60 -3910,buy_compound_top3,buy,2025-10-17 00:57:00,1387.0,1.342,1,leg_gt,3.61,60 -3911,buy_compound_top3,buy,2025-10-17 01:15:00,1391.0,1.0503,1,leg_gt,3.6,60 -3912,buy_compound_top3,buy,2025-10-17 01:18:00,1384.0,1.5618,1,leg_gt,3.6,60 -3913,buy_compound_top3,buy,2025-10-17 03:12:00,1381.0,1.7827,1,leg_gt,3.52,60 -3914,buy_compound_top3,buy,2025-10-17 05:42:00,1368.0,2.7509,1,leg_gt,3.42,60 -3915,buy_compound_top3,buy,2025-10-17 05:45:00,1372.0,2.451,1,leg_gt,3.41,60 -3916,buy_compound_top3,buy,2025-10-17 05:48:00,1377.0,2.0786,1,leg_gt,3.41,60 -3917,buy_compound_top3,buy,2025-10-17 05:51:00,1371.0,2.5258,1,leg_gt,3.41,60 -3918,buy_compound_top3,buy,2025-10-17 05:54:00,1367.0,2.8261,1,leg_gt,3.41,60 -3919,buy_compound_top3,buy,2025-10-17 07:57:00,1366.0,2.9015,1,leg_gt,3.32,60 -3920,buy_compound_top3,buy,2025-10-17 11:36:00,1365.0,2.9769,1,leg_gt,3.17,60 -3921,buy_compound_top3,buy,2025-10-17 11:39:00,1364.0,3.0525,1,leg_gt,3.17,60 -3922,buy_compound_top3,buy,2025-10-17 13:30:00,1363.0,3.1282,1,leg_gt,3.09,60 -3923,buy_compound_top3,buy,2025-10-17 13:33:00,1367.0,2.8261,1,leg_gt,3.09,60 -3924,buy_compound_top3,buy,2025-10-17 13:42:00,1366.0,2.9015,1,leg_gt,3.08,60 -3925,buy_compound_top3,buy,2025-10-17 14:12:00,1359.0,3.432,1,leg_gt,3.06,60 -3926,buy_compound_top3,buy,2025-10-17 14:15:00,1359.0,3.432,1,leg_gt,3.06,60 -3927,buy_compound_top3,buy,2025-10-17 14:18:00,1357.0,3.5846,1,leg_gt,3.06,60 -3928,buy_compound_top3,buy,2025-10-17 14:21:00,1357.0,3.5846,1,leg_gt,3.06,60 -3929,buy_compound_top3,buy,2025-10-17 14:24:00,1359.0,3.432,1,leg_gt,3.05,60 -3930,buy_compound_top3,buy,2025-10-17 15:57:00,1320.0,6.4909,1,leg_gt,2.99,60 -3931,buy_compound_top3,buy,2025-10-17 16:00:00,1315.0,6.8962,1,leg_gt,2.99,60 -3932,buy_compound_top3,buy,2025-10-17 16:03:00,1314.0,6.9776,1,leg_gt,2.99,60 -3933,buy_compound_top3,buy,2025-10-17 16:06:00,1311.0,7.2227,1,leg_gt,2.98,60 -3934,buy_compound_top3,buy,2025-10-17 16:09:00,1297.0,8.3811,1,leg_gt,2.98,60 -3935,buy_compound_top3,buy,2025-10-17 16:27:00,1294.0,8.6326,1,leg_gt,2.97,60 -3936,buy_compound_top3,buy,2025-10-17 16:30:00,1290.0,8.9698,1,leg_gt,2.97,60 -3937,buy_compound_top3,buy,2025-10-17 16:33:00,1283.0,9.5648,1,leg_gt,2.96,60 -3938,buy_compound_top3,buy,2025-10-17 16:36:00,1280.0,9.8219,1,leg_gt,2.96,60 -3939,buy_compound_top3,buy,2025-10-17 16:39:00,1279.0,9.9078,1,leg_gt,2.96,60 -3940,buy_compound_top3,buy,2025-10-17 16:42:00,1277.0,10.0801,1,leg_gt,2.96,60 -3941,buy_compound_top3,buy,2025-10-17 17:15:00,1273.0,10.4263,1,leg_gt,2.94,60 -3942,buy_compound_top3,buy,2025-10-17 17:18:00,1268.0,10.8621,1,leg_gt,2.93,60 -3943,buy_compound_top3,buy,2025-10-17 17:21:00,1263.0,11.3014,1,leg_gt,2.93,60 -3944,buy_compound_top3,buy,2025-10-17 17:24:00,1264.0,11.2133,1,leg_gt,2.93,60 -3945,buy_compound_top3,buy,2025-10-18 04:42:00,1341.0,4.8217,1,leg_gt,2.46,60 -3946,buy_compound_top3,buy,2025-10-18 08:30:00,1344.0,4.5875,1,leg_gt,2.3,60 -3947,buy_compound_top3,buy,2025-10-18 08:33:00,1341.0,4.8217,1,leg_gt,2.3,60 -3948,buy_compound_top3,buy,2025-10-18 08:42:00,1340.0,4.9,1,leg_gt,2.29,60 -3949,buy_compound_top3,buy,2025-10-18 08:57:00,1339.0,4.9784,1,leg_gt,2.28,60 -3950,buy_compound_top3,buy,2025-10-18 09:00:00,1340.0,4.9,1,leg_gt,2.28,60 -3951,buy_compound_top3,buy,2025-10-18 09:03:00,1340.0,4.9,1,leg_gt,2.28,60 -3952,buy_compound_top3,buy,2025-10-18 09:06:00,1337.0,5.1356,1,leg_gt,2.28,60 -3953,buy_compound_top3,buy,2025-10-18 09:09:00,1337.0,5.1356,1,leg_gt,2.27,60 -3954,buy_compound_top3,buy,2025-10-18 13:21:00,1346.0,4.4319,1,leg_gt,2.1,60 -3955,buy_compound_top3,buy,2025-10-18 13:24:00,1346.0,4.4319,1,leg_gt,2.1,60 -3956,buy_compound_top3,buy,2025-10-18 21:30:00,1357.0,3.5846,1,leg_gt,1.76,60 -3957,buy_compound_top3,buy,2025-10-18 21:33:00,1355.0,3.7376,1,leg_gt,1.76,60 -3958,buy_compound_top3,buy,2025-10-18 21:36:00,1353.0,3.8911,1,leg_gt,1.75,60 -3959,buy_compound_top3,buy,2025-10-18 21:39:00,1351.0,4.0451,1,leg_gt,1.75,60 -3960,buy_compound_top3,buy,2025-10-18 21:45:00,1354.0,3.8143,1,leg_gt,1.75,60 -3961,buy_compound_top3,buy,2025-10-18 21:48:00,1351.0,4.0451,1,leg_gt,1.75,60 -3962,buy_compound_top3,buy,2025-10-18 21:51:00,1352.0,3.968,1,leg_gt,1.74,60 -3963,buy_compound_top3,buy,2025-10-18 21:54:00,1351.0,4.0451,1,leg_gt,1.74,60 -3964,buy_compound_top3,buy,2025-10-18 22:15:00,1347.0,4.3543,1,leg_gt,1.73,60 -3965,buy_compound_top3,buy,2025-10-18 22:18:00,1346.0,4.4319,1,leg_gt,1.72,60 -3966,buy_compound_top3,buy,2025-10-18 23:12:00,1342.0,4.7435,1,leg_gt,1.69,60 -3967,buy_compound_top3,buy,2025-10-19 08:00:00,1352.0,3.968,1,leg_gt,1.32,60 -3968,buy_compound_top3,buy,2025-10-19 08:03:00,1355.0,3.7376,1,leg_gt,1.32,60 -3969,buy_compound_top3,buy,2025-10-19 08:21:00,1350.0,4.1222,1,leg_gt,1.31,60 -3970,buy_compound_top3,buy,2025-10-19 08:24:00,1351.0,4.0451,1,leg_gt,1.3,60 -3971,buy_compound_top3,buy,2025-10-19 09:27:00,1350.0,4.1222,1,leg_gt,1.26,60 -3972,buy_compound_top3,buy,2025-10-19 09:30:00,1345.0,4.5097,1,leg_gt,1.26,60 -3973,buy_compound_top3,buy,2025-10-19 09:33:00,1344.0,4.5875,1,leg_gt,1.26,60 -3974,buy_compound_top3,buy,2025-10-19 09:42:00,1342.0,4.7435,1,leg_gt,1.25,60 -3975,buy_compound_top3,buy,2025-10-19 09:45:00,1341.0,4.8217,1,leg_gt,1.25,60 -3976,buy_compound_top3,buy,2025-10-19 09:48:00,1340.0,4.9,1,leg_gt,1.25,60 -3977,buy_compound_top3,buy,2025-10-19 10:06:00,1339.0,4.9784,1,leg_gt,1.23,60 -3978,buy_compound_top3,buy,2025-10-19 10:09:00,1337.0,5.1356,1,leg_gt,1.23,60 -3979,buy_compound_top3,buy,2025-10-19 15:06:00,1338.0,5.057,1,leg_gt,1.02,60 -3980,buy_compound_top3,buy,2025-10-19 15:09:00,1337.0,5.1356,1,leg_gt,1.02,60 -3981,buy_compound_top3,buy,2025-10-19 15:12:00,1335.0,5.2933,1,leg_gt,1.02,60 -3982,buy_compound_top3,buy,2025-10-19 15:15:00,1336.0,5.2144,1,leg_gt,1.02,60 -3983,buy_compound_top3,buy,2025-10-19 15:18:00,1334.0,5.3723,1,leg_gt,1.02,60 -3984,buy_compound_top3,buy,2025-10-19 15:36:00,1333.0,5.4514,1,leg_gt,1.0,60 -3985,buy_compound_top3,buy,2025-10-19 15:39:00,1333.0,5.4514,1,leg_gt,1.0,60 -3986,buy_compound_top3,buy,2025-10-19 15:42:00,1335.0,5.2933,1,leg_gt,1.0,60 -3987,buy_compound_top3,buy,2025-10-19 18:15:00,1331.0,5.61,1,leg_gt,0.89,60 -3988,buy_compound_top3,buy,2025-10-19 18:18:00,1333.0,5.4514,1,leg_gt,0.89,60 -3989,buy_compound_top3,buy,2025-10-19 18:21:00,1331.0,5.61,1,leg_gt,0.89,60 -3990,buy_compound_top3,buy,2025-10-19 18:24:00,1329.0,5.7691,1,leg_gt,0.89,60 -3991,buy_compound_top3,buy,2025-10-19 18:27:00,1326.0,6.0086,1,leg_gt,0.89,60 -3992,buy_compound_top3,buy,2025-10-20 06:36:00,1391.0,1.0503,1,leg_gt,0.38,60 -3993,buy_compound_top3,buy,2025-10-20 06:39:00,1392.0,0.9776,1,leg_gt,0.38,60 -3994,buy_compound_top3,buy,2025-10-20 06:42:00,1392.0,0.9776,1,leg_gt,0.38,60 -3995,buy_compound_top3,buy,2025-10-20 08:21:00,1389.0,1.1959,1,leg_gt,0.31,60 -3996,buy_compound_top3,buy,2025-10-20 08:24:00,1388.0,1.2689,1,leg_gt,0.3,60 -3997,buy_compound_top3,buy,2025-10-20 08:27:00,1389.0,1.1959,1,leg_gt,0.3,60 -3998,buy_compound_top3,buy,2025-10-20 08:36:00,1387.0,1.342,1,leg_gt,0.3,60 -3999,buy_compound_top3,buy,2025-10-20 08:39:00,1387.0,1.342,1,leg_gt,0.29,60 -4000,buy_compound_top3,buy,2025-10-20 08:42:00,1384.0,1.5618,1,leg_gt,0.29,60 -4001,buy_compound_top3,buy,2025-10-20 08:45:00,1383.0,1.6354,1,leg_gt,0.29,60 -4002,buy_compound_top3,buy,2025-10-20 08:48:00,1383.0,1.6354,1,leg_gt,0.29,60 -4003,buy_compound_top3,buy,2025-10-20 08:51:00,1382.0,1.709,1,leg_gt,0.29,60 -4004,buy_compound_top3,buy,2025-10-20 08:54:00,1383.0,1.6354,1,leg_gt,0.28,60 -4005,buy_compound_top3,buy,2025-10-20 08:57:00,1382.0,1.709,1,leg_gt,0.28,60 -4006,buy_compound_top3,buy,2025-10-20 09:00:00,1382.0,1.709,1,leg_gt,0.28,60 -4007,buy_compound_top3,buy,2025-10-20 09:03:00,1380.0,1.8565,1,leg_gt,0.28,60 -4008,buy_compound_top3,buy,2025-10-20 09:06:00,1379.0,1.9305,1,leg_gt,0.28,60 -4009,buy_compound_top3,buy,2025-10-20 09:09:00,1377.0,2.0786,1,leg_gt,0.27,60 -4010,buy_compound_top3,buy,2025-10-20 09:12:00,1374.0,2.3017,1,leg_gt,0.27,60 -4011,buy_compound_top3,buy,2025-10-20 21:12:00,1388.0,1.9173,1,leg_gt,6.29,60 -4012,buy_compound_top3,buy,2025-10-21 01:12:00,1381.0,2.4344,1,leg_gt,6.12,60 -4013,buy_compound_top3,buy,2025-10-21 01:15:00,1381.0,2.4344,1,leg_gt,6.12,60 -4014,buy_compound_top3,buy,2025-10-21 01:18:00,1380.0,2.5087,1,leg_gt,6.12,60 -4015,buy_compound_top3,buy,2025-10-21 01:30:00,1380.0,2.5087,1,leg_gt,6.11,60 -4016,buy_compound_top3,buy,2025-10-21 01:33:00,1374.0,2.9568,1,leg_gt,6.11,60 -4017,buy_compound_top3,buy,2025-10-21 01:36:00,1375.0,2.8818,1,leg_gt,6.11,60 -4018,buy_compound_top3,buy,2025-10-21 01:39:00,1372.0,3.107,1,leg_gt,6.11,60 -4019,buy_compound_top3,buy,2025-10-21 04:15:00,1375.0,2.8818,1,leg_gt,6.0,60 -4020,buy_compound_top3,buy,2025-10-21 04:18:00,1374.0,2.9568,1,leg_gt,6.0,60 -4021,buy_compound_top3,buy,2025-10-21 09:12:00,1374.0,2.9568,1,leg_gt,5.79,60 -4022,buy_compound_top3,buy,2025-10-21 09:15:00,1374.0,2.9568,1,leg_gt,5.79,60 -4023,buy_compound_top3,buy,2025-10-21 09:18:00,1374.0,2.9568,1,leg_gt,5.79,60 -4024,buy_compound_top3,buy,2025-10-21 09:21:00,1374.0,2.9568,1,leg_gt,5.79,60 -4025,buy_compound_top3,buy,2025-10-21 09:24:00,1373.0,3.0318,1,leg_gt,5.78,60 -4026,buy_compound_top3,buy,2025-10-21 10:45:00,1365.0,3.6363,1,leg_gt,5.73,60 -4027,buy_compound_top3,buy,2025-10-21 10:48:00,1363.0,3.7885,1,leg_gt,5.72,60 -4028,buy_compound_top3,buy,2025-10-21 10:51:00,1363.0,3.7885,1,leg_gt,5.72,60 -4029,buy_compound_top3,buy,2025-10-21 10:54:00,1363.0,3.7885,1,leg_gt,5.72,60 -4030,buy_compound_top3,buy,2025-10-21 10:57:00,1362.0,3.8648,1,leg_gt,5.72,60 -4031,buy_compound_top3,buy,2025-10-21 11:00:00,1361.0,3.9411,1,leg_gt,5.72,60 -4032,buy_compound_top3,buy,2025-10-21 11:03:00,1357.0,4.2478,1,leg_gt,5.71,60 -4033,buy_compound_top3,buy,2025-10-21 11:15:00,1355.0,4.4018,1,leg_gt,5.71,60 -4034,buy_compound_top3,buy,2025-10-21 11:18:00,1354.0,4.479,1,leg_gt,5.7,60 -4035,buy_compound_top3,buy,2025-10-21 11:21:00,1354.0,4.479,1,leg_gt,5.7,60 -4036,buy_compound_top3,buy,2025-10-21 11:24:00,1353.0,4.5563,1,leg_gt,5.7,60 -4037,buy_compound_top3,buy,2025-10-21 11:27:00,1352.0,4.6337,1,leg_gt,5.7,60 -4038,buy_compound_top3,buy,2025-10-21 13:30:00,1342.0,5.4142,1,leg_gt,5.61,60 -4039,buy_compound_top3,buy,2025-10-21 13:33:00,1337.0,5.8088,1,leg_gt,5.61,60 -4040,buy_compound_top3,buy,2025-10-21 13:36:00,1337.0,5.8088,1,leg_gt,5.61,60 -4041,buy_compound_top3,buy,2025-10-21 13:39:00,1333.0,6.1266,1,leg_gt,5.61,60 -4042,buy_compound_top3,buy,2025-10-21 13:45:00,1332.0,6.2063,1,leg_gt,5.6,60 -4043,buy_compound_top3,buy,2025-10-21 13:48:00,1329.0,6.4463,1,leg_gt,5.6,60 -4044,buy_compound_top3,buy,2025-10-22 05:00:00,1380.0,2.5087,1,leg_gt,4.97,60 -4045,buy_compound_top3,buy,2025-10-22 05:03:00,1382.0,2.3602,1,leg_gt,4.96,60 -4046,buy_compound_top3,buy,2025-10-22 05:06:00,1381.0,2.4344,1,leg_gt,4.96,60 -4047,buy_compound_top3,buy,2025-10-22 05:09:00,1378.0,2.6576,1,leg_gt,4.96,60 -4048,buy_compound_top3,buy,2025-10-22 05:12:00,1375.0,2.8818,1,leg_gt,4.96,60 -4049,buy_compound_top3,buy,2025-10-22 05:15:00,1379.0,2.5831,1,leg_gt,4.96,60 -4050,buy_compound_top3,buy,2025-10-22 05:18:00,1370.0,3.2577,1,leg_gt,4.95,60 -4051,buy_compound_top3,buy,2025-10-22 05:27:00,1372.0,3.107,1,leg_gt,4.95,60 -4052,buy_compound_top3,buy,2025-10-22 05:30:00,1373.0,3.0318,1,leg_gt,4.95,60 -4053,buy_compound_top3,buy,2025-10-22 05:33:00,1369.0,3.3332,1,leg_gt,4.94,60 -4054,buy_compound_top3,buy,2025-10-22 07:30:00,1358.0,4.171,1,leg_gt,4.86,60 -4055,buy_compound_top3,buy,2025-10-22 07:33:00,1357.0,4.2478,1,leg_gt,4.86,60 -4056,buy_compound_top3,buy,2025-10-22 07:36:00,1354.0,4.479,1,leg_gt,4.86,60 -4057,buy_compound_top3,buy,2025-10-22 07:39:00,1350.0,4.7889,1,leg_gt,4.86,60 -4058,buy_compound_top3,buy,2025-10-22 08:30:00,1345.0,5.1788,1,leg_gt,4.82,60 -4059,buy_compound_top3,buy,2025-10-22 08:33:00,1342.0,5.4142,1,leg_gt,4.82,60 -4060,buy_compound_top3,buy,2025-10-22 08:45:00,1341.0,5.4928,1,leg_gt,4.81,60 -4061,buy_compound_top3,buy,2025-10-22 08:48:00,1338.0,5.7296,1,leg_gt,4.81,60 -4062,buy_compound_top3,buy,2025-10-22 08:51:00,1339.0,5.6506,1,leg_gt,4.81,60 -4063,buy_compound_top3,buy,2025-10-22 08:54:00,1340.0,5.5716,1,leg_gt,4.8,60 -4064,buy_compound_top3,buy,2025-10-22 08:57:00,1338.0,5.7296,1,leg_gt,4.8,60 -4065,buy_compound_top3,buy,2025-10-22 09:36:00,1334.0,6.0469,1,leg_gt,4.78,60 -4066,buy_compound_top3,buy,2025-10-22 09:39:00,1334.0,6.0469,1,leg_gt,4.77,60 -4067,buy_compound_top3,buy,2025-10-22 14:36:00,1333.0,6.1266,1,leg_gt,4.57,60 -4068,buy_compound_top3,buy,2025-10-22 14:39:00,1332.0,6.2063,1,leg_gt,4.56,60 -4069,buy_compound_top3,buy,2025-10-22 14:42:00,1333.0,6.1266,1,leg_gt,4.56,60 -4070,buy_compound_top3,buy,2025-10-22 16:00:00,1329.0,6.4463,1,leg_gt,4.51,60 -4071,buy_compound_top3,buy,2025-10-22 16:03:00,1327.0,6.6069,1,leg_gt,4.51,60 -4072,buy_compound_top3,buy,2025-10-22 16:15:00,1324.0,6.8486,1,leg_gt,4.5,60 -4073,buy_compound_top3,buy,2025-10-22 16:18:00,1327.0,6.6069,1,leg_gt,4.5,60 -4074,buy_compound_top3,buy,2025-10-22 18:12:00,1323.0,6.9295,1,leg_gt,4.42,60 -4075,buy_compound_top3,buy,2025-10-22 18:51:00,1321.0,7.0915,1,leg_gt,4.39,60 -4076,buy_compound_top3,buy,2025-10-22 18:54:00,1322.0,7.0104,1,leg_gt,4.39,60 -4077,buy_compound_top3,buy,2025-10-22 19:21:00,1319.0,7.2541,1,leg_gt,4.37,60 -4078,buy_compound_top3,buy,2025-10-22 19:24:00,1318.0,7.3355,1,leg_gt,4.37,60 -4079,buy_compound_top3,buy,2025-10-22 19:27:00,1317.0,7.4171,1,leg_gt,4.36,60 -4080,buy_compound_top3,buy,2025-10-22 19:30:00,1317.0,7.4171,1,leg_gt,4.36,60 -4081,buy_compound_top3,buy,2025-10-22 19:33:00,1316.0,7.4988,1,leg_gt,4.36,60 -4082,buy_compound_top3,buy,2025-10-22 19:36:00,1316.0,7.4988,1,leg_gt,4.36,60 -4083,buy_compound_top3,buy,2025-10-22 19:39:00,1315.0,7.5806,1,leg_gt,4.36,60 -4084,buy_compound_top3,buy,2025-10-22 19:42:00,1315.0,7.5806,1,leg_gt,4.35,60 -4085,buy_compound_top3,buy,2025-10-22 19:45:00,1315.0,7.5806,1,leg_gt,4.35,60 -4086,buy_compound_top3,buy,2025-10-22 19:48:00,1315.0,7.5806,1,leg_gt,4.35,60 -4087,buy_compound_top3,buy,2025-10-22 19:51:00,1314.0,7.6626,1,leg_gt,4.35,60 -4088,buy_compound_top3,buy,2025-10-22 19:54:00,1317.0,7.4171,1,leg_gt,4.35,60 -4089,buy_compound_top3,buy,2025-10-22 20:00:00,1314.0,7.6626,1,leg_gt,4.34,60 -4090,buy_compound_top3,buy,2025-10-22 20:03:00,1315.0,7.5806,1,leg_gt,4.34,60 -4091,buy_compound_top3,buy,2025-10-22 23:30:00,1314.0,7.6626,1,leg_gt,4.2,60 -4092,buy_compound_top3,buy,2025-10-22 23:33:00,1315.0,7.5806,1,leg_gt,4.19,60 -4093,buy_compound_top3,buy,2025-10-23 02:06:00,1311.0,7.9092,1,leg_gt,4.09,60 -4094,buy_compound_top3,buy,2025-10-23 02:09:00,1312.0,7.8268,1,leg_gt,4.09,60 -4095,buy_compound_top3,buy,2025-10-23 02:12:00,1313.0,7.7446,1,leg_gt,4.08,60 -4096,buy_compound_top3,buy,2025-10-23 02:15:00,1310.0,7.9916,1,leg_gt,4.08,60 -4097,buy_compound_top3,buy,2025-10-23 02:18:00,1308.0,8.1569,1,leg_gt,4.08,60 -4098,buy_compound_top3,buy,2025-10-23 02:27:00,1305.0,8.4057,1,leg_gt,4.07,60 -4099,buy_compound_top3,buy,2025-10-23 02:30:00,1305.0,8.4057,1,leg_gt,4.07,60 -4100,buy_compound_top3,buy,2025-10-23 02:33:00,1307.0,8.2397,1,leg_gt,4.07,60 -4101,buy_compound_top3,buy,2025-10-23 02:42:00,1304.0,8.489,1,leg_gt,4.06,60 -4102,buy_compound_top3,buy,2025-10-23 02:45:00,1302.0,8.6558,1,leg_gt,4.06,60 -4103,buy_compound_top3,buy,2025-10-23 02:48:00,1304.0,8.489,1,leg_gt,4.06,60 -4104,buy_compound_top3,buy,2025-10-23 02:51:00,1304.0,8.489,1,leg_gt,4.06,60 -4105,buy_compound_top3,buy,2025-10-23 02:54:00,1300.0,8.8231,1,leg_gt,4.05,60 -4106,buy_compound_top3,buy,2025-10-23 03:00:00,1299.0,8.9069,1,leg_gt,4.05,60 -4107,buy_compound_top3,buy,2025-10-23 03:03:00,1300.0,8.8231,1,leg_gt,4.05,60 -4108,buy_compound_top3,buy,2025-10-23 03:12:00,1302.0,8.6558,1,leg_gt,4.04,60 -4109,buy_compound_top3,buy,2025-10-23 03:15:00,1296.0,9.1593,1,leg_gt,4.04,60 -4110,buy_compound_top3,buy,2025-10-23 03:18:00,1295.0,9.2436,1,leg_gt,4.04,60 -4111,buy_compound_top3,buy,2025-10-23 03:45:00,1291.0,9.5824,1,leg_gt,4.02,60 -4112,buy_compound_top3,buy,2025-10-23 03:48:00,1292.0,9.4975,1,leg_gt,4.02,60 -4113,buy_compound_top3,buy,2025-10-23 03:57:00,1290.0,9.6674,1,leg_gt,4.01,60 -4114,buy_compound_top3,buy,2025-10-23 05:36:00,1279.0,10.6115,1,leg_gt,3.94,60 -4115,buy_compound_top3,buy,2025-10-23 05:39:00,1280.0,10.525,1,leg_gt,3.94,60 -4116,buy_compound_top3,buy,2025-10-23 05:51:00,1278.0,10.6981,1,leg_gt,3.93,60 -4117,buy_compound_top3,buy,2025-10-23 05:54:00,1273.0,11.1333,1,leg_gt,3.93,60 -4118,buy_compound_top3,buy,2025-10-23 05:57:00,1275.0,10.9588,1,leg_gt,3.93,60 -4119,buy_compound_top3,buy,2025-10-23 06:00:00,1273.0,11.1333,1,leg_gt,3.92,60 -4120,buy_compound_top3,buy,2025-10-23 06:03:00,1270.0,11.3961,1,leg_gt,3.92,60 -4121,buy_compound_top3,buy,2025-10-23 06:21:00,1263.0,12.014,1,leg_gt,3.91,60 -4122,buy_compound_top3,buy,2025-10-23 06:24:00,1260.0,12.281,1,leg_gt,3.91,60 -4123,buy_compound_top3,buy,2025-10-23 06:27:00,1258.0,12.4596,1,leg_gt,3.91,60 -4124,buy_compound_top3,buy,2025-10-23 06:30:00,1257.0,12.5492,1,leg_gt,3.9,60 -4125,buy_compound_top3,buy,2025-10-23 06:33:00,1258.0,12.4596,1,leg_gt,3.9,60 -4126,buy_compound_top3,buy,2025-10-23 06:36:00,1257.0,12.5492,1,leg_gt,3.9,60 -4127,buy_compound_top3,buy,2025-10-23 06:39:00,1256.0,12.6389,1,leg_gt,3.9,60 -4128,buy_compound_top3,buy,2025-10-23 07:30:00,1250.0,13.18,1,leg_gt,3.86,60 -4129,buy_compound_top3,buy,2025-10-23 07:33:00,1253.0,12.9088,1,leg_gt,3.86,60 -4130,buy_compound_top3,buy,2025-10-23 12:15:00,1272.0,11.2208,1,leg_gt,3.66,60 -4131,buy_compound_top3,buy,2025-10-23 12:18:00,1274.0,11.046,1,leg_gt,3.66,60 -4132,buy_compound_top3,buy,2025-10-23 14:30:00,1273.0,11.1333,1,leg_gt,3.57,60 -4133,buy_compound_top3,buy,2025-10-23 14:33:00,1272.0,11.2208,1,leg_gt,3.57,60 -4134,buy_compound_top3,buy,2025-10-23 14:36:00,1272.0,11.2208,1,leg_gt,3.57,60 -4135,buy_compound_top3,buy,2025-10-23 14:39:00,1270.0,11.3961,1,leg_gt,3.56,60 -4136,buy_compound_top3,buy,2025-10-23 14:51:00,1267.0,11.6601,1,leg_gt,3.56,60 -4137,buy_compound_top3,buy,2025-10-23 14:54:00,1270.0,11.3961,1,leg_gt,3.55,60 -4138,buy_compound_top3,buy,2025-10-23 15:06:00,1268.0,11.5719,1,leg_gt,3.55,60 -4139,buy_compound_top3,buy,2025-10-23 15:09:00,1269.0,11.4839,1,leg_gt,3.54,60 -4140,buy_compound_top3,buy,2025-10-23 20:42:00,1286.0,10.0089,1,leg_gt,3.31,60 -4141,buy_compound_top3,buy,2025-10-23 20:45:00,1285.0,10.0946,1,leg_gt,3.31,60 -4142,buy_compound_top3,buy,2025-10-23 20:48:00,1282.0,10.3524,1,leg_gt,3.31,60 -4143,buy_compound_top3,buy,2025-10-23 20:51:00,1283.0,10.2663,1,leg_gt,3.31,60 -4144,buy_compound_top3,buy,2025-10-23 20:54:00,1282.0,10.3524,1,leg_gt,3.3,60 -4145,buy_compound_top3,buy,2025-10-23 20:57:00,1282.0,10.3524,1,leg_gt,3.3,60 -4146,buy_compound_top3,buy,2025-10-23 21:00:00,1282.0,10.3524,1,leg_gt,3.3,60 -4147,buy_compound_top3,buy,2025-10-23 21:03:00,1274.0,11.046,1,leg_gt,3.3,60 -4148,buy_compound_top3,buy,2025-10-23 21:12:00,1277.0,10.7849,1,leg_gt,3.29,60 -4149,buy_compound_top3,buy,2025-10-24 01:45:00,1276.0,10.8718,1,leg_gt,3.1,60 -4150,buy_compound_top3,buy,2025-10-24 01:48:00,1279.0,10.6115,1,leg_gt,3.1,60 -4151,buy_compound_top3,buy,2025-10-24 11:21:00,1293.0,9.4128,1,leg_gt,2.7,60 -4152,buy_compound_top3,buy,2025-10-24 11:24:00,1292.0,9.4975,1,leg_gt,2.7,60 -4153,buy_compound_top3,buy,2025-10-24 19:30:00,1316.0,7.4988,1,leg_gt,2.36,60 -4154,buy_compound_top3,buy,2025-10-24 19:33:00,1313.0,7.7446,1,leg_gt,2.36,60 -4155,buy_compound_top3,buy,2025-10-24 19:36:00,1318.0,7.3355,1,leg_gt,2.36,60 -4156,buy_compound_top3,buy,2025-10-24 19:39:00,1316.0,7.4988,1,leg_gt,2.36,60 -4157,buy_compound_top3,buy,2025-10-24 19:42:00,1314.0,7.6626,1,leg_gt,2.35,60 -4158,buy_compound_top3,buy,2025-10-24 19:45:00,1314.0,7.6626,1,leg_gt,2.35,60 -4159,buy_compound_top3,buy,2025-10-24 19:48:00,1313.0,7.7446,1,leg_gt,2.35,60 -4160,buy_compound_top3,buy,2025-10-24 19:51:00,1311.0,7.9092,1,leg_gt,2.35,60 -4161,buy_compound_top3,buy,2025-10-24 19:54:00,1311.0,7.9092,1,leg_gt,2.35,60 -4162,buy_compound_top3,buy,2025-10-24 19:57:00,1309.0,8.0742,1,leg_gt,2.34,60 -4163,buy_compound_top3,buy,2025-10-24 23:36:00,1307.0,8.2397,1,leg_gt,2.19,60 -4164,buy_compound_top3,buy,2025-10-24 23:39:00,1307.0,8.2397,1,leg_gt,2.19,60 -4165,buy_compound_top3,buy,2025-10-25 00:42:00,1303.0,8.5723,1,leg_gt,2.15,60 -4166,buy_compound_top3,buy,2025-10-25 01:00:00,1299.0,8.9069,1,leg_gt,2.13,60 -4167,buy_compound_top3,buy,2025-10-25 01:03:00,1297.0,9.075,1,leg_gt,2.13,60 -4168,buy_compound_top3,buy,2025-10-25 01:12:00,1297.0,9.075,1,leg_gt,2.12,60 -4169,buy_compound_top3,buy,2025-10-25 10:42:00,1322.0,7.0104,1,leg_gt,1.73,60 -4170,buy_compound_top3,buy,2025-10-25 12:15:00,1320.0,7.1727,1,leg_gt,1.66,60 -4171,buy_compound_top3,buy,2025-10-25 12:18:00,1321.0,7.0915,1,leg_gt,1.66,60 -4172,buy_compound_top3,buy,2025-10-25 12:51:00,1318.0,7.3355,1,leg_gt,1.64,60 -4173,buy_compound_top3,buy,2025-10-25 12:54:00,1319.0,7.2541,1,leg_gt,1.64,60 -4174,buy_compound_top3,buy,2025-10-25 12:57:00,1318.0,7.3355,1,leg_gt,1.64,60 -4175,buy_compound_top3,buy,2025-10-25 13:00:00,1317.0,7.4171,1,leg_gt,1.63,60 -4176,buy_compound_top3,buy,2025-10-25 13:03:00,1317.0,7.4171,1,leg_gt,1.63,60 -4177,buy_compound_top3,buy,2025-10-25 13:30:00,1316.0,7.4988,1,leg_gt,1.61,60 -4178,buy_compound_top3,buy,2025-10-25 13:33:00,1316.0,7.4988,1,leg_gt,1.61,60 -4179,buy_compound_top3,buy,2025-10-25 13:36:00,1315.0,7.5806,1,leg_gt,1.61,60 -4180,buy_compound_top3,buy,2025-10-25 13:39:00,1315.0,7.5806,1,leg_gt,1.61,60 -4181,buy_compound_top3,buy,2025-10-25 13:42:00,1316.0,7.4988,1,leg_gt,1.6,60 -4182,buy_compound_top3,buy,2025-10-25 14:00:00,1315.0,7.5806,1,leg_gt,1.59,60 -4183,buy_compound_top3,buy,2025-10-25 14:03:00,1314.0,7.6626,1,leg_gt,1.59,60 -4184,buy_compound_top3,buy,2025-10-25 14:06:00,1315.0,7.5806,1,leg_gt,1.59,60 -4185,buy_compound_top3,buy,2025-10-25 14:09:00,1315.0,7.5806,1,leg_gt,1.59,60 -4186,buy_compound_top3,buy,2025-10-25 14:12:00,1313.0,7.7446,1,leg_gt,1.58,60 -4187,buy_compound_top3,buy,2025-10-25 14:27:00,1312.0,7.8268,1,leg_gt,1.57,60 -4188,buy_compound_top3,buy,2025-10-25 14:30:00,1311.0,7.9092,1,leg_gt,1.57,60 -4189,buy_compound_top3,buy,2025-10-25 14:33:00,1309.0,8.0742,1,leg_gt,1.57,60 -4190,buy_compound_top3,buy,2025-10-25 15:06:00,1308.0,8.1569,1,leg_gt,1.55,60 -4191,buy_compound_top3,buy,2025-10-25 15:09:00,1309.0,8.0742,1,leg_gt,1.54,60 -4192,buy_compound_top3,buy,2025-10-25 15:21:00,1308.0,8.1569,1,leg_gt,1.54,60 -4193,buy_compound_top3,buy,2025-10-25 15:24:00,1307.0,8.2397,1,leg_gt,1.53,60 -4194,buy_compound_top3,buy,2025-10-25 15:27:00,1305.0,8.4057,1,leg_gt,1.53,60 -4195,buy_compound_top3,buy,2025-10-25 15:30:00,1306.0,8.3227,1,leg_gt,1.53,60 -4196,buy_compound_top3,buy,2025-10-25 15:33:00,1306.0,8.3227,1,leg_gt,1.53,60 -4197,buy_compound_top3,buy,2025-10-25 15:36:00,1307.0,8.2397,1,leg_gt,1.52,60 -4198,buy_compound_top3,buy,2025-10-25 15:39:00,1305.0,8.4057,1,leg_gt,1.52,60 -4199,buy_compound_top3,buy,2025-10-25 15:42:00,1305.0,8.4057,1,leg_gt,1.52,60 -4200,buy_compound_top3,buy,2025-10-25 16:06:00,1303.0,8.5723,1,leg_gt,1.5,60 -4201,buy_compound_top3,buy,2025-10-25 16:09:00,1304.0,8.489,1,leg_gt,1.5,60 -4202,buy_compound_top3,buy,2025-10-26 09:12:00,1328.0,6.5265,1,leg_gt,0.79,60 -4203,buy_compound_top3,buy,2025-10-26 11:12:00,1323.0,6.9295,1,leg_gt,0.71,60 -4204,buy_compound_top3,buy,2025-10-26 11:51:00,1318.0,7.3355,1,leg_gt,0.68,60 -4205,buy_compound_top3,buy,2025-10-26 11:54:00,1318.0,7.3355,1,leg_gt,0.68,60 -4206,buy_compound_top3,buy,2025-10-26 11:57:00,1320.0,7.1727,1,leg_gt,0.68,60 -4207,buy_compound_top3,buy,2025-10-26 12:00:00,1319.0,7.2541,1,leg_gt,0.68,60 -4208,buy_compound_top3,buy,2025-10-26 12:03:00,1316.0,7.4988,1,leg_gt,0.67,60 -4209,buy_compound_top3,buy,2025-10-26 12:06:00,1318.0,7.3355,1,leg_gt,0.67,60 -4210,buy_compound_top3,buy,2025-10-26 12:09:00,1318.0,7.3355,1,leg_gt,0.67,60 -4211,buy_compound_top3,buy,2025-10-26 12:12:00,1318.0,7.3355,1,leg_gt,0.67,60 -4212,buy_compound_top3,buy,2025-10-27 05:12:00,1390.0,1.6986,1,leg_gt,0.11,60 -4213,buy_compound_top3,buy,2025-10-27 05:21:00,1386.0,1.9924,1,leg_gt,0.1,60 -4214,buy_compound_top3,buy,2025-10-27 05:24:00,1383.0,2.2138,1,leg_gt,0.1,60 -4215,buy_compound_top3,buy,2025-10-27 05:30:00,1382.0,2.2878,1,leg_gt,0.1,60 -4216,buy_compound_top3,buy,2025-10-27 05:33:00,1392.0,1.5523,1,leg_gt,0.09,60 -4217,buy_compound_top3,buy,2025-10-27 15:12:00,1392.0,-4.9132,0,leg_gt,5.08,60 -4218,buy_compound_top3,buy,2025-10-27 15:15:00,1393.0,-4.9816,0,leg_gt,5.08,60 -4219,buy_compound_top3,buy,2025-10-27 15:18:00,1394.0,-5.0498,0,leg_gt,5.08,60 -4220,buy_compound_top3,buy,2025-10-27 16:51:00,1389.0,-4.7076,0,leg_gt,5.01,60 -4221,buy_compound_top3,buy,2025-10-27 16:54:00,1389.0,-4.7076,0,leg_gt,5.01,60 -4222,buy_compound_top3,buy,2025-10-27 16:57:00,1390.0,-4.7763,0,leg_gt,5.01,60 -4223,buy_compound_top3,buy,2025-10-27 17:27:00,1383.0,-4.2938,0,leg_gt,4.99,60 -4224,buy_compound_top3,buy,2025-10-27 17:36:00,1383.0,-4.2938,0,leg_gt,4.98,60 -4225,buy_compound_top3,buy,2025-10-27 17:39:00,1381.0,-4.155,0,leg_gt,4.98,60 -4226,buy_compound_top3,buy,2025-10-27 17:45:00,1382.0,-4.2245,0,leg_gt,4.98,60 -4227,buy_compound_top3,buy,2025-10-27 17:48:00,1383.0,-4.2938,0,leg_gt,4.97,60 -4228,buy_compound_top3,buy,2025-10-27 17:51:00,1376.0,-3.8064,0,leg_gt,4.97,60 -4229,buy_compound_top3,buy,2025-10-27 17:54:00,1375.0,-3.7364,0,leg_gt,4.97,60 -4230,buy_compound_top3,buy,2025-10-27 18:00:00,1374.0,-3.6662,0,leg_gt,4.97,60 -4231,buy_compound_top3,buy,2025-10-27 18:03:00,1369.0,-3.314,0,leg_gt,4.96,60 -4232,buy_compound_top3,buy,2025-10-27 18:15:00,1368.0,-3.2433,0,leg_gt,4.96,60 -4233,buy_compound_top3,buy,2025-10-27 18:18:00,1365.0,-3.0304,0,leg_gt,4.95,60 -4234,buy_compound_top3,buy,2025-10-27 18:21:00,1369.0,-3.314,0,leg_gt,4.95,60 -4235,buy_compound_top3,buy,2025-10-27 18:24:00,1365.0,-3.0304,0,leg_gt,4.95,60 -4236,buy_compound_top3,buy,2025-10-27 21:42:00,1362.0,-2.8166,0,leg_gt,4.81,60 -4237,buy_compound_top3,buy,2025-10-27 21:45:00,1365.0,-3.0304,0,leg_gt,4.81,60 -4238,buy_compound_top3,buy,2025-10-27 21:48:00,1365.0,-3.0304,0,leg_gt,4.81,60 -4239,buy_compound_top3,buy,2025-10-27 21:57:00,1362.0,-2.8166,0,leg_gt,4.8,60 -4240,buy_compound_top3,buy,2025-10-27 22:00:00,1361.0,-2.7451,0,leg_gt,4.8,60 -4241,buy_compound_top3,buy,2025-10-27 22:03:00,1364.0,-2.9592,0,leg_gt,4.8,60 -4242,buy_compound_top3,buy,2025-10-27 22:45:00,1358.0,-2.53,0,leg_gt,4.77,60 -4243,buy_compound_top3,buy,2025-10-27 22:48:00,1357.0,-2.4581,0,leg_gt,4.77,60 -4244,buy_compound_top3,buy,2025-10-27 23:12:00,1353.0,-2.1695,0,leg_gt,4.75,60 -4245,buy_compound_top3,buy,2025-10-28 04:42:00,1360.0,-2.6735,0,leg_gt,4.52,60 -4246,buy_compound_top3,buy,2025-10-28 04:51:00,1360.0,-2.6735,0,leg_gt,4.51,60 -4247,buy_compound_top3,buy,2025-10-28 04:54:00,1357.0,-2.4581,0,leg_gt,4.51,60 -4248,buy_compound_top3,buy,2025-10-28 05:00:00,1358.0,-2.53,0,leg_gt,4.51,60 -4249,buy_compound_top3,buy,2025-10-28 05:03:00,1351.0,-2.0245,0,leg_gt,4.51,60 -4250,buy_compound_top3,buy,2025-10-28 05:06:00,1355.0,-2.314,0,leg_gt,4.5,60 -4251,buy_compound_top3,buy,2025-10-28 05:09:00,1352.0,-2.097,0,leg_gt,4.5,60 -4252,buy_compound_top3,buy,2025-10-28 05:12:00,1352.0,-2.097,0,leg_gt,4.5,60 -4253,buy_compound_top3,buy,2025-10-28 05:15:00,1350.0,-1.9519,0,leg_gt,4.5,60 -4254,buy_compound_top3,buy,2025-10-28 05:18:00,1352.0,-2.097,0,leg_gt,4.5,60 -4255,buy_compound_top3,buy,2025-10-28 05:21:00,1354.0,-2.2418,0,leg_gt,4.49,60 -4256,buy_compound_top3,buy,2025-10-28 05:24:00,1354.0,-2.2418,0,leg_gt,4.49,60 -4257,buy_compound_top3,buy,2025-10-28 05:27:00,1348.0,-1.8062,0,leg_gt,4.49,60 -4258,buy_compound_top3,buy,2025-10-28 05:30:00,1348.0,-1.8062,0,leg_gt,4.49,60 -4259,buy_compound_top3,buy,2025-10-28 05:33:00,1341.0,-1.2931,0,leg_gt,4.49,60 -4260,buy_compound_top3,buy,2025-10-28 05:42:00,1346.0,-1.6602,0,leg_gt,4.48,60 -4261,buy_compound_top3,buy,2025-10-28 08:00:00,1339.0,-1.1456,0,leg_gt,4.38,60 -4262,buy_compound_top3,buy,2025-10-28 08:03:00,1334.0,-0.7747,0,leg_gt,4.38,60 -4263,buy_compound_top3,buy,2025-10-28 08:12:00,1337.0,-0.9975,0,leg_gt,4.38,60 -4264,buy_compound_top3,buy,2025-10-28 08:15:00,1337.0,-0.9975,0,leg_gt,4.37,60 -4265,buy_compound_top3,buy,2025-10-28 08:18:00,1336.0,-0.9234,0,leg_gt,4.37,60 -4266,buy_compound_top3,buy,2025-10-28 09:45:00,1332.0,-0.6255,0,leg_gt,4.31,60 -4267,buy_compound_top3,buy,2025-10-28 09:48:00,1329.0,-0.401,0,leg_gt,4.31,60 -4268,buy_compound_top3,buy,2025-10-28 09:51:00,1331.0,-0.5508,0,leg_gt,4.31,60 -4269,buy_compound_top3,buy,2025-10-28 09:54:00,1335.0,-0.8491,0,leg_gt,4.3,60 -4270,buy_compound_top3,buy,2025-10-28 12:15:00,1325.0,-0.1,0,leg_gt,4.21,60 -4271,buy_compound_top3,buy,2025-10-28 12:18:00,1327.0,-0.2507,0,leg_gt,4.2,60 -4272,buy_compound_top3,buy,2025-10-28 15:06:00,1322.0,0.1269,1,leg_gt,4.09,60 -4273,buy_compound_top3,buy,2025-10-28 15:09:00,1321.0,0.2028,1,leg_gt,4.09,60 -4274,buy_compound_top3,buy,2025-10-29 00:30:00,1330.0,-0.4759,0,leg_gt,3.7,60 -4275,buy_compound_top3,buy,2025-10-29 00:33:00,1328.0,-0.3259,0,leg_gt,3.69,60 -4276,buy_compound_top3,buy,2025-10-29 04:36:00,1315.0,0.6605,1,leg_gt,3.52,60 -4277,buy_compound_top3,buy,2025-10-29 04:39:00,1316.0,0.5839,1,leg_gt,3.52,60 -4278,buy_compound_top3,buy,2025-10-29 04:45:00,1313.0,0.8139,1,leg_gt,3.52,60 -4279,buy_compound_top3,buy,2025-10-29 04:48:00,1309.0,1.1223,1,leg_gt,3.52,60 -4280,buy_compound_top3,buy,2025-10-29 04:57:00,1303.0,1.5884,1,leg_gt,3.51,60 -4281,buy_compound_top3,buy,2025-10-29 05:00:00,1304.0,1.5104,1,leg_gt,3.51,60 -4282,buy_compound_top3,buy,2025-10-29 05:03:00,1303.0,1.5884,1,leg_gt,3.51,60 -4283,buy_compound_top3,buy,2025-10-29 05:06:00,1302.0,1.6665,1,leg_gt,3.5,60 -4284,buy_compound_top3,buy,2025-10-29 05:09:00,1299.0,1.9015,1,leg_gt,3.5,60 -4285,buy_compound_top3,buy,2025-10-29 05:12:00,1298.0,1.9801,1,leg_gt,3.5,60 -4286,buy_compound_top3,buy,2025-10-29 05:15:00,1296.0,2.1377,1,leg_gt,3.5,60 -4287,buy_compound_top3,buy,2025-10-29 05:18:00,1298.0,1.9801,1,leg_gt,3.5,60 -4288,buy_compound_top3,buy,2025-10-29 05:27:00,1292.0,2.4542,1,leg_gt,3.49,60 -4289,buy_compound_top3,buy,2025-10-29 05:30:00,1287.0,2.8526,1,leg_gt,3.49,60 -4290,buy_compound_top3,buy,2025-10-29 05:33:00,1287.0,2.8526,1,leg_gt,3.49,60 -4291,buy_compound_top3,buy,2025-10-29 06:27:00,1285.0,3.0128,1,leg_gt,3.45,60 -4292,buy_compound_top3,buy,2025-10-29 09:57:00,1289.0,2.6929,1,leg_gt,3.3,60 -4293,buy_compound_top3,buy,2025-10-29 10:00:00,1291.0,2.5336,1,leg_gt,3.3,60 -4294,buy_compound_top3,buy,2025-10-29 10:03:00,1292.0,2.4542,1,leg_gt,3.3,60 -4295,buy_compound_top3,buy,2025-10-29 12:12:00,1292.0,2.4542,1,leg_gt,3.21,60 -4296,buy_compound_top3,buy,2025-10-29 12:15:00,1290.0,2.6132,1,leg_gt,3.21,60 -4297,buy_compound_top3,buy,2025-10-29 12:18:00,1289.0,2.6929,1,leg_gt,3.2,60 -4298,buy_compound_top3,buy,2025-10-29 12:21:00,1292.0,2.4542,1,leg_gt,3.2,60 -4299,buy_compound_top3,buy,2025-10-29 12:24:00,1291.0,2.5336,1,leg_gt,3.2,60 -4300,buy_compound_top3,buy,2025-10-29 13:27:00,1289.0,2.6929,1,leg_gt,3.16,60 -4301,buy_compound_top3,buy,2025-10-30 01:00:00,1289.0,2.6929,1,leg_gt,2.68,60 -4302,buy_compound_top3,buy,2025-10-30 01:03:00,1286.0,2.9327,1,leg_gt,2.67,60 -4303,buy_compound_top3,buy,2025-10-30 01:06:00,1283.0,3.1736,1,leg_gt,2.67,60 -4304,buy_compound_top3,buy,2025-10-30 01:09:00,1283.0,3.1736,1,leg_gt,2.67,60 -4305,buy_compound_top3,buy,2025-10-30 07:42:00,1307.0,1.2772,1,leg_gt,2.4,60 -4306,buy_compound_top3,buy,2025-10-30 07:45:00,1305.0,1.4326,1,leg_gt,2.39,60 -4307,buy_compound_top3,buy,2025-10-30 07:48:00,1304.0,1.5104,1,leg_gt,2.39,60 -4308,buy_compound_top3,buy,2025-10-30 08:06:00,1300.0,1.8231,1,leg_gt,2.38,60 -4309,buy_compound_top3,buy,2025-10-30 08:09:00,1298.0,1.9801,1,leg_gt,2.38,60 -4310,buy_compound_top3,buy,2025-10-30 08:12:00,1296.0,2.1377,1,leg_gt,2.38,60 -4311,buy_compound_top3,buy,2025-10-30 08:15:00,1294.0,2.2957,1,leg_gt,2.37,60 -4312,buy_compound_top3,buy,2025-10-30 08:18:00,1297.0,2.0588,1,leg_gt,2.37,60 -4313,buy_compound_top3,buy,2025-10-30 08:30:00,1294.0,2.2957,1,leg_gt,2.36,60 -4314,buy_compound_top3,buy,2025-10-30 08:33:00,1292.0,2.4542,1,leg_gt,2.36,60 -4315,buy_compound_top3,buy,2025-10-30 08:36:00,1290.0,2.6132,1,leg_gt,2.36,60 -4316,buy_compound_top3,buy,2025-10-30 08:39:00,1285.0,3.0128,1,leg_gt,2.36,60 -4317,buy_compound_top3,buy,2025-10-30 08:45:00,1285.0,3.0128,1,leg_gt,2.35,60 -4318,buy_compound_top3,buy,2025-10-30 08:48:00,1289.0,2.6929,1,leg_gt,2.35,60 -4319,buy_compound_top3,buy,2025-10-30 09:06:00,1286.0,2.9327,1,leg_gt,2.34,60 -4320,buy_compound_top3,buy,2025-10-30 09:09:00,1275.0,3.8216,1,leg_gt,2.34,60 -4321,buy_compound_top3,buy,2025-10-30 12:51:00,1286.0,2.9327,1,leg_gt,2.18,60 -4322,buy_compound_top3,buy,2025-10-30 12:54:00,1284.0,3.0931,1,leg_gt,2.18,60 -4323,buy_compound_top3,buy,2025-10-30 18:21:00,1251.0,5.8153,1,leg_gt,1.95,60 -4324,buy_compound_top3,buy,2025-10-30 18:24:00,1252.0,5.7307,1,leg_gt,1.95,60 -4325,buy_compound_top3,buy,2025-10-30 18:27:00,1254.0,5.5619,1,leg_gt,1.95,60 -4326,buy_compound_top3,buy,2025-10-30 18:42:00,1252.0,5.7307,1,leg_gt,1.94,60 -4327,buy_compound_top3,buy,2025-10-30 18:45:00,1250.0,5.9,1,leg_gt,1.94,60 -4328,buy_compound_top3,buy,2025-10-30 18:48:00,1251.0,5.8153,1,leg_gt,1.93,60 -4329,buy_compound_top3,buy,2025-10-30 19:51:00,1248.0,6.0699,1,leg_gt,1.89,60 -4330,buy_compound_top3,buy,2025-10-30 19:54:00,1248.0,6.0699,1,leg_gt,1.89,60 -4331,buy_compound_top3,buy,2025-10-30 19:57:00,1246.0,6.2403,1,leg_gt,1.89,60 -4332,buy_compound_top3,buy,2025-10-30 20:00:00,1247.0,6.155,1,leg_gt,1.88,60 -4333,buy_compound_top3,buy,2025-10-30 20:03:00,1245.0,6.3257,1,leg_gt,1.88,60 -4334,buy_compound_top3,buy,2025-10-30 20:06:00,1248.0,6.0699,1,leg_gt,1.88,60 -4335,buy_compound_top3,buy,2025-10-30 20:09:00,1248.0,6.0699,1,leg_gt,1.88,60 -4336,buy_compound_top3,buy,2025-10-30 21:57:00,1228.0,7.799,1,leg_gt,1.8,60 -4337,buy_compound_top3,buy,2025-10-30 22:36:00,1216.0,8.8638,1,leg_gt,1.78,60 -4338,buy_compound_top3,buy,2025-10-30 22:39:00,1205.0,9.8585,1,leg_gt,1.77,60 -4339,buy_compound_top3,buy,2025-10-30 22:42:00,1209.0,9.4947,1,leg_gt,1.77,60 -4340,buy_compound_top3,buy,2025-10-30 23:00:00,1209.0,9.4947,1,leg_gt,1.76,60 -4341,buy_compound_top3,buy,2025-10-30 23:03:00,1209.0,9.4947,1,leg_gt,1.76,60 -4342,buy_compound_top3,buy,2025-10-31 00:42:00,1195.0,10.7787,1,leg_gt,1.69,60 -4343,buy_compound_top3,buy,2025-10-31 00:45:00,1198.0,10.501,1,leg_gt,1.69,60 -4344,buy_compound_top3,buy,2025-10-31 00:48:00,1194.0,10.8715,1,leg_gt,1.68,60 -4345,buy_compound_top3,buy,2025-10-31 00:51:00,1198.0,10.501,1,leg_gt,1.68,60 -4346,buy_compound_top3,buy,2025-10-31 00:54:00,1196.0,10.686,1,leg_gt,1.68,60 -4347,buy_compound_top3,buy,2025-10-31 00:57:00,1195.0,10.7787,1,leg_gt,1.68,60 -4348,buy_compound_top3,buy,2025-10-31 01:00:00,1195.0,10.7787,1,leg_gt,1.68,60 -4349,buy_compound_top3,buy,2025-10-31 01:03:00,1191.0,11.151,1,leg_gt,1.67,60 -4350,buy_compound_top3,buy,2025-10-31 01:51:00,1191.0,11.151,1,leg_gt,1.64,60 -4351,buy_compound_top3,buy,2025-10-31 01:54:00,1191.0,11.151,1,leg_gt,1.64,60 -4352,buy_compound_top3,buy,2025-10-31 02:15:00,1184.0,11.8088,1,leg_gt,1.62,60 -4353,buy_compound_top3,buy,2025-10-31 02:18:00,1181.0,12.0931,1,leg_gt,1.62,60 -4354,buy_compound_top3,buy,2025-10-31 02:27:00,1181.0,12.0931,1,leg_gt,1.61,60 -4355,buy_compound_top3,buy,2025-10-31 02:30:00,1177.0,12.4743,1,leg_gt,1.61,60 -4356,buy_compound_top3,buy,2025-10-31 02:33:00,1176.0,12.5701,1,leg_gt,1.61,60 -4357,buy_compound_top3,buy,2025-10-31 14:21:00,1214.0,9.0433,1,leg_gt,1.12,60 -4358,buy_compound_top3,buy,2025-10-31 14:24:00,1215.0,8.9535,1,leg_gt,1.12,60 -4359,buy_compound_top3,buy,2025-10-31 14:27:00,1214.0,9.0433,1,leg_gt,1.11,60 -4360,buy_compound_top3,buy,2025-10-31 14:30:00,1214.0,9.0433,1,leg_gt,1.11,60 -4361,buy_compound_top3,buy,2025-10-31 14:33:00,1216.0,8.8638,1,leg_gt,1.11,60 -4362,buy_compound_top3,buy,2025-10-31 14:42:00,1213.0,9.1333,1,leg_gt,1.1,60 -4363,buy_compound_top3,buy,2025-10-31 14:51:00,1213.0,9.1333,1,leg_gt,1.1,60 -4364,buy_compound_top3,buy,2025-10-31 14:54:00,1211.0,9.3137,1,leg_gt,1.1,60 -4365,buy_compound_top3,buy,2025-10-31 15:21:00,1208.0,9.5854,1,leg_gt,1.08,60 -4366,buy_compound_top3,buy,2025-10-31 15:24:00,1207.0,9.6763,1,leg_gt,1.08,60 -4367,buy_compound_top3,buy,2025-10-31 15:27:00,1207.0,9.6763,1,leg_gt,1.07,60 -4368,buy_compound_top3,buy,2025-10-31 15:30:00,1207.0,9.6763,1,leg_gt,1.07,60 -4369,buy_compound_top3,buy,2025-10-31 15:33:00,1206.0,9.7673,1,leg_gt,1.07,60 -4370,buy_compound_top3,buy,2025-10-31 15:42:00,1208.0,9.5854,1,leg_gt,1.06,60 -4371,buy_compound_top3,buy,2025-10-31 15:45:00,1207.0,9.6763,1,leg_gt,1.06,60 -4372,buy_compound_top3,buy,2025-10-31 15:48:00,1206.0,9.7673,1,leg_gt,1.06,60 -4373,buy_compound_top3,buy,2025-10-31 15:51:00,1202.0,10.1329,1,leg_gt,1.06,60 -4374,buy_compound_top3,buy,2025-10-31 15:54:00,1203.0,10.0413,1,leg_gt,1.05,60 -4375,buy_compound_top3,buy,2025-10-31 16:36:00,1202.0,10.1329,1,leg_gt,1.02,60 -4376,buy_compound_top3,buy,2025-10-31 16:39:00,1198.0,10.501,1,leg_gt,1.02,60 -4377,buy_compound_top3,buy,2025-10-31 17:15:00,1193.0,10.9645,1,leg_gt,1.0,60 -4378,buy_compound_top3,buy,2025-10-31 17:18:00,1197.0,10.5934,1,leg_gt,1.0,60 -4379,buy_compound_top3,buy,2025-10-31 20:00:00,1196.0,10.686,1,leg_gt,0.88,60 -4380,buy_compound_top3,buy,2025-10-31 20:03:00,1196.0,10.686,1,leg_gt,0.88,60 -4381,buy_compound_top3,buy,2025-10-31 20:06:00,1196.0,10.686,1,leg_gt,0.88,60 -4382,buy_compound_top3,buy,2025-10-31 20:09:00,1196.0,10.686,1,leg_gt,0.88,60 -4383,buy_compound_top3,buy,2025-11-01 01:21:00,1199.0,10.4088,1,leg_gt,0.66,60 -4384,buy_compound_top3,buy,2025-11-01 01:24:00,1198.0,10.501,1,leg_gt,0.66,60 -4385,buy_compound_top3,buy,2025-11-01 02:06:00,1185.0,11.7143,1,leg_gt,0.63,60 -4386,buy_compound_top3,buy,2025-11-01 02:09:00,1185.0,11.7143,1,leg_gt,0.63,60 -4387,buy_compound_top3,buy,2025-11-01 02:12:00,1182.0,11.9981,1,leg_gt,0.62,60 -4388,buy_compound_top3,buy,2025-11-01 02:15:00,1183.0,11.9034,1,leg_gt,0.62,60 -4389,buy_compound_top3,buy,2025-11-01 02:18:00,1185.0,11.7143,1,leg_gt,0.62,60 -4390,buy_compound_top3,buy,2025-11-01 02:21:00,1179.0,12.2834,1,leg_gt,0.62,60 -4391,buy_compound_top3,buy,2025-11-01 02:24:00,1178.0,12.3788,1,leg_gt,0.62,60 -4392,buy_compound_top3,buy,2025-11-01 09:15:00,1193.0,10.9645,1,leg_gt,0.33,60 -4393,buy_compound_top3,buy,2025-11-01 09:18:00,1195.0,10.7787,1,leg_gt,0.33,60 -4394,buy_compound_top3,buy,2025-11-01 09:21:00,1193.0,10.9645,1,leg_gt,0.33,60 -4395,buy_compound_top3,buy,2025-11-01 09:24:00,1192.0,11.0577,1,leg_gt,0.32,60 -4396,buy_compound_top3,buy,2025-11-01 09:27:00,1191.0,11.151,1,leg_gt,0.32,60 -4397,buy_compound_top3,buy,2025-11-01 09:30:00,1193.0,10.9645,1,leg_gt,0.32,60 -4398,buy_compound_top3,buy,2025-11-01 09:33:00,1190.0,11.2445,1,leg_gt,0.32,60 -4399,buy_compound_top3,buy,2025-11-01 11:06:00,1188.0,11.432,1,leg_gt,0.25,60 -4400,buy_compound_top3,buy,2025-11-01 11:09:00,1188.0,11.432,1,leg_gt,0.25,60 -4401,buy_compound_top3,buy,2025-11-01 11:15:00,1188.0,11.432,1,leg_gt,0.25,60 -4402,buy_compound_top3,buy,2025-11-01 11:18:00,1193.0,10.9645,1,leg_gt,0.25,60 -4403,buy_compound_top3,buy,2025-11-01 23:21:00,1285.0,-13.563,0,leg_gt,4.36,60 -4404,buy_compound_top3,buy,2025-11-01 23:24:00,1287.0,-13.6975,0,leg_gt,4.36,60 -4405,buy_compound_top3,buy,2025-11-01 23:57:00,1278.0,-13.089,0,leg_gt,4.33,60 -4406,buy_compound_top3,buy,2025-11-02 07:12:00,1300.0,-14.5615,0,leg_gt,4.03,60 -4407,buy_compound_top3,buy,2025-11-02 07:15:00,1298.0,-14.4297,0,leg_gt,4.03,60 -4408,buy_compound_top3,buy,2025-11-02 07:18:00,1298.0,-14.4297,0,leg_gt,4.03,60 -4409,buy_compound_top3,buy,2025-11-02 07:21:00,1295.0,-14.2313,0,leg_gt,4.03,60 -4410,buy_compound_top3,buy,2025-11-02 07:24:00,1296.0,-14.2975,0,leg_gt,4.02,60 -4411,buy_compound_top3,buy,2025-11-02 07:27:00,1296.0,-14.2975,0,leg_gt,4.02,60 -4412,buy_compound_top3,buy,2025-11-02 10:15:00,1281.0,-13.2928,0,leg_gt,3.9,60 -4413,buy_compound_top3,buy,2025-11-02 10:18:00,1280.0,-13.225,0,leg_gt,3.9,60 -4414,buy_compound_top3,buy,2025-11-02 10:27:00,1276.0,-12.9527,0,leg_gt,3.9,60 -4415,buy_compound_top3,buy,2025-11-02 10:30:00,1277.0,-13.0209,0,leg_gt,3.89,60 -4416,buy_compound_top3,buy,2025-11-02 10:33:00,1271.0,-12.6098,0,leg_gt,3.89,60 -4417,buy_compound_top3,buy,2025-11-02 10:42:00,1272.0,-12.6786,0,leg_gt,3.89,60 -4418,buy_compound_top3,buy,2025-11-02 10:45:00,1271.0,-12.6098,0,leg_gt,3.88,60 -4419,buy_compound_top3,buy,2025-11-02 10:48:00,1264.0,-12.1253,0,leg_gt,3.88,60 -4420,buy_compound_top3,buy,2025-11-02 10:51:00,1267.0,-12.3336,0,leg_gt,3.88,60 -4421,buy_compound_top3,buy,2025-11-02 10:54:00,1266.0,-12.2643,0,leg_gt,3.88,60 -4422,buy_compound_top3,buy,2025-11-02 17:12:00,1272.0,-12.6786,0,leg_gt,3.61,60 -4423,buy_compound_top3,buy,2025-11-02 17:15:00,1274.0,-12.8159,0,leg_gt,3.61,60 -4424,buy_compound_top3,buy,2025-11-02 17:18:00,1275.0,-12.8843,0,leg_gt,3.61,60 -4425,buy_compound_top3,buy,2025-11-02 17:57:00,1269.0,-12.4719,0,leg_gt,3.58,60 -4426,buy_compound_top3,buy,2025-11-02 18:45:00,1268.0,-12.4028,0,leg_gt,3.55,60 -4427,buy_compound_top3,buy,2025-11-02 18:48:00,1268.0,-12.4028,0,leg_gt,3.55,60 -4428,buy_compound_top3,buy,2025-11-02 19:36:00,1259.0,-11.7759,0,leg_gt,3.51,60 -4429,buy_compound_top3,buy,2025-11-02 19:39:00,1259.0,-11.7759,0,leg_gt,3.51,60 -4430,buy_compound_top3,buy,2025-11-02 22:30:00,1256.0,-11.565,0,leg_gt,3.39,60 -4431,buy_compound_top3,buy,2025-11-02 22:33:00,1256.0,-11.565,0,leg_gt,3.39,60 -4432,buy_compound_top3,buy,2025-11-02 22:42:00,1254.0,-11.4238,0,leg_gt,3.39,60 -4433,buy_compound_top3,buy,2025-11-02 22:45:00,1255.0,-11.4944,0,leg_gt,3.38,60 -4434,buy_compound_top3,buy,2025-11-02 22:48:00,1250.0,-11.14,0,leg_gt,3.38,60 -4435,buy_compound_top3,buy,2025-11-02 23:15:00,1252.0,-11.2821,0,leg_gt,3.36,60 -4436,buy_compound_top3,buy,2025-11-02 23:18:00,1248.0,-10.9974,0,leg_gt,3.36,60 -4437,buy_compound_top3,buy,2025-11-02 23:36:00,1245.0,-10.7827,0,leg_gt,3.35,60 -4438,buy_compound_top3,buy,2025-11-02 23:39:00,1242.0,-10.567,0,leg_gt,3.35,60 -4439,buy_compound_top3,buy,2025-11-03 04:15:00,1231.0,-9.7669,0,leg_gt,3.15,60 -4440,buy_compound_top3,buy,2025-11-03 04:18:00,1230.0,-9.6935,0,leg_gt,3.15,60 -4441,buy_compound_top3,buy,2025-11-03 04:27:00,1228.0,-9.5463,0,leg_gt,3.15,60 -4442,buy_compound_top3,buy,2025-11-03 04:30:00,1227.0,-9.4725,0,leg_gt,3.14,60 -4443,buy_compound_top3,buy,2025-11-03 04:33:00,1229.0,-9.6199,0,leg_gt,3.14,60 -4444,buy_compound_top3,buy,2025-11-03 09:51:00,1235.0,-10.0595,0,leg_gt,2.92,60 -4445,buy_compound_top3,buy,2025-11-03 09:54:00,1233.0,-9.9135,0,leg_gt,2.92,60 -4446,buy_compound_top3,buy,2025-11-03 10:06:00,1227.0,-9.4725,0,leg_gt,2.91,60 -4447,buy_compound_top3,buy,2025-11-03 10:09:00,1229.0,-9.6199,0,leg_gt,2.91,60 -4448,buy_compound_top3,buy,2025-11-03 10:12:00,1230.0,-9.6935,0,leg_gt,2.91,60 -4449,buy_compound_top3,buy,2025-11-03 10:51:00,1221.0,-9.0271,0,leg_gt,2.88,60 -4450,buy_compound_top3,buy,2025-11-03 10:54:00,1221.0,-9.0271,0,leg_gt,2.88,60 -4451,buy_compound_top3,buy,2025-11-03 11:00:00,1222.0,-9.1016,0,leg_gt,2.87,60 -4452,buy_compound_top3,buy,2025-11-03 11:03:00,1222.0,-9.1016,0,leg_gt,2.87,60 -4453,buy_compound_top3,buy,2025-11-03 11:06:00,1218.0,-8.8028,0,leg_gt,2.87,60 -4454,buy_compound_top3,buy,2025-11-03 11:09:00,1217.0,-8.7278,0,leg_gt,2.87,60 -4455,buy_compound_top3,buy,2025-11-03 11:12:00,1215.0,-8.5774,0,leg_gt,2.86,60 -4456,buy_compound_top3,buy,2025-11-03 11:27:00,1215.0,-8.5774,0,leg_gt,2.85,60 -4457,buy_compound_top3,buy,2025-11-03 11:36:00,1213.0,-8.4265,0,leg_gt,2.85,60 -4458,buy_compound_top3,buy,2025-11-03 11:39:00,1211.0,-8.2751,0,leg_gt,2.85,60 -4459,buy_compound_top3,buy,2025-11-03 11:42:00,1211.0,-8.2751,0,leg_gt,2.84,60 -4460,buy_compound_top3,buy,2025-11-03 11:45:00,1210.0,-8.1992,0,leg_gt,2.84,60 -4461,buy_compound_top3,buy,2025-11-03 11:48:00,1212.0,-8.3508,0,leg_gt,2.84,60 -4462,buy_compound_top3,buy,2025-11-03 12:21:00,1201.0,-7.5105,0,leg_gt,2.82,60 -4463,buy_compound_top3,buy,2025-11-03 12:24:00,1198.0,-7.2786,0,leg_gt,2.81,60 -4464,buy_compound_top3,buy,2025-11-03 12:27:00,1199.0,-7.356,0,leg_gt,2.81,60 -4465,buy_compound_top3,buy,2025-11-03 12:42:00,1186.0,-6.3395,0,leg_gt,2.8,60 -4466,buy_compound_top3,buy,2025-11-03 12:45:00,1186.0,-6.3395,0,leg_gt,2.8,60 -4467,buy_compound_top3,buy,2025-11-03 12:48:00,1184.0,-6.1811,0,leg_gt,2.8,60 -4468,buy_compound_top3,buy,2025-11-03 12:51:00,1182.0,-6.0222,0,leg_gt,2.8,60 -4469,buy_compound_top3,buy,2025-11-03 12:54:00,1179.0,-5.7828,0,leg_gt,2.79,60 -4470,buy_compound_top3,buy,2025-11-03 12:57:00,1178.0,-5.7027,0,leg_gt,2.79,60 -4471,buy_compound_top3,buy,2025-11-03 13:00:00,1179.0,-5.7828,0,leg_gt,2.79,60 -4472,buy_compound_top3,buy,2025-11-03 13:03:00,1176.0,-5.5422,0,leg_gt,2.79,60 -4473,buy_compound_top3,buy,2025-11-03 13:06:00,1175.0,-5.4617,0,leg_gt,2.79,60 -4474,buy_compound_top3,buy,2025-11-03 13:09:00,1173.0,-5.3003,0,leg_gt,2.78,60 -4475,buy_compound_top3,buy,2025-11-03 15:51:00,1173.0,-5.3003,0,leg_gt,2.67,60 -4476,buy_compound_top3,buy,2025-11-03 15:54:00,1176.0,-5.5422,0,leg_gt,2.67,60 -4477,buy_compound_top3,buy,2025-11-03 17:27:00,1170.0,-5.0573,0,leg_gt,2.6,60 -4478,buy_compound_top3,buy,2025-11-03 17:30:00,1169.0,-4.976,0,leg_gt,2.6,60 -4479,buy_compound_top3,buy,2025-11-03 17:33:00,1170.0,-5.0573,0,leg_gt,2.6,60 -4480,buy_compound_top3,buy,2025-11-03 17:36:00,1171.0,-5.1384,0,leg_gt,2.6,60 -4481,buy_compound_top3,buy,2025-11-03 17:39:00,1168.0,-4.8945,0,leg_gt,2.6,60 -4482,buy_compound_top3,buy,2025-11-03 17:42:00,1171.0,-5.1384,0,leg_gt,2.59,60 -4483,buy_compound_top3,buy,2025-11-03 17:45:00,1169.0,-4.976,0,leg_gt,2.59,60 -4484,buy_compound_top3,buy,2025-11-03 17:48:00,1169.0,-4.976,0,leg_gt,2.59,60 -4485,buy_compound_top3,buy,2025-11-03 22:21:00,1165.0,-4.6494,0,leg_gt,2.4,60 -4486,buy_compound_top3,buy,2025-11-03 22:24:00,1165.0,-4.6494,0,leg_gt,2.4,60 -4487,buy_compound_top3,buy,2025-11-04 00:42:00,1119.0,-0.7256,0,leg_gt,2.3,60 -4488,buy_compound_top3,buy,2025-11-04 00:57:00,1100.0,0.9909,1,leg_gt,2.29,60 -4489,buy_compound_top3,buy,2025-11-04 01:00:00,1100.0,0.9909,1,leg_gt,2.29,60 -4490,buy_compound_top3,buy,2025-11-04 01:03:00,1092.0,1.7315,1,leg_gt,2.29,60 -4491,buy_compound_top3,buy,2025-11-04 04:21:00,1100.0,0.9909,1,leg_gt,2.15,60 -4492,buy_compound_top3,buy,2025-11-04 04:24:00,1094.0,1.5453,1,leg_gt,2.15,60 -4493,buy_compound_top3,buy,2025-11-04 04:27:00,1098.0,1.175,1,leg_gt,2.15,60 -4494,buy_compound_top3,buy,2025-11-04 04:57:00,1095.0,1.4525,1,leg_gt,2.12,60 -4495,buy_compound_top3,buy,2025-11-04 05:00:00,1091.0,1.8248,1,leg_gt,2.12,60 -4496,buy_compound_top3,buy,2025-11-04 05:03:00,1094.0,1.5453,1,leg_gt,2.12,60 -4497,buy_compound_top3,buy,2025-11-04 05:06:00,1088.0,2.1059,1,leg_gt,2.12,60 -4498,buy_compound_top3,buy,2025-11-04 05:09:00,1085.0,2.3885,1,leg_gt,2.12,60 -4499,buy_compound_top3,buy,2025-11-04 05:12:00,1085.0,2.3885,1,leg_gt,2.11,60 -4500,buy_compound_top3,buy,2025-11-04 05:15:00,1086.0,2.2941,1,leg_gt,2.11,60 -4501,buy_compound_top3,buy,2025-11-04 05:18:00,1084.0,2.483,1,leg_gt,2.11,60 -4502,buy_compound_top3,buy,2025-11-04 05:21:00,1085.0,2.3885,1,leg_gt,2.11,60 -4503,buy_compound_top3,buy,2025-11-04 05:24:00,1083.0,2.5777,1,leg_gt,2.11,60 -4504,buy_compound_top3,buy,2025-11-04 05:30:00,1082.0,2.6726,1,leg_gt,2.1,60 -4505,buy_compound_top3,buy,2025-11-04 05:33:00,1081.0,2.7677,1,leg_gt,2.1,60 -4506,buy_compound_top3,buy,2025-11-04 05:51:00,1075.0,3.3419,1,leg_gt,2.09,60 -4507,buy_compound_top3,buy,2025-11-04 05:54:00,1070.0,3.8252,1,leg_gt,2.09,60 -4508,buy_compound_top3,buy,2025-11-04 14:06:00,1092.0,1.7315,1,leg_gt,1.74,60 -4509,buy_compound_top3,buy,2025-11-04 14:09:00,1093.0,1.6383,1,leg_gt,1.74,60 -4510,buy_compound_top3,buy,2025-11-04 14:42:00,1066.0,4.2152,1,leg_gt,1.72,60 -4511,buy_compound_top3,buy,2025-11-04 14:45:00,1063.0,4.5096,1,leg_gt,1.72,60 -4512,buy_compound_top3,buy,2025-11-04 14:48:00,1063.0,4.5096,1,leg_gt,1.71,60 -4513,buy_compound_top3,buy,2025-11-04 15:00:00,1048.0,6.0069,1,leg_gt,1.71,60 -4514,buy_compound_top3,buy,2025-11-04 15:03:00,1053.0,5.503,1,leg_gt,1.7,60 -4515,buy_compound_top3,buy,2025-11-04 16:21:00,1049.0,5.9057,1,leg_gt,1.65,60 -4516,buy_compound_top3,buy,2025-11-04 16:24:00,1047.0,6.1082,1,leg_gt,1.65,60 -4517,buy_compound_top3,buy,2025-11-04 16:27:00,1049.0,5.9057,1,leg_gt,1.65,60 -4518,buy_compound_top3,buy,2025-11-04 16:30:00,1044.0,6.4134,1,leg_gt,1.64,60 -4519,buy_compound_top3,buy,2025-11-04 16:33:00,1043.0,6.5155,1,leg_gt,1.64,60 -4520,buy_compound_top3,buy,2025-11-04 17:15:00,1039.0,6.926,1,leg_gt,1.61,60 -4521,buy_compound_top3,buy,2025-11-04 17:18:00,1037.0,7.1324,1,leg_gt,1.61,60 -4522,buy_compound_top3,buy,2025-11-04 21:30:00,1060.0,4.8057,1,leg_gt,1.44,60 -4523,buy_compound_top3,buy,2025-11-04 21:33:00,1058.0,5.004,1,leg_gt,1.43,60 -4524,buy_compound_top3,buy,2025-11-04 21:36:00,1054.0,5.4028,1,leg_gt,1.43,60 -4525,buy_compound_top3,buy,2025-11-04 21:39:00,1053.0,5.503,1,leg_gt,1.43,60 -4526,buy_compound_top3,buy,2025-11-04 21:45:00,1053.0,5.503,1,leg_gt,1.42,60 -4527,buy_compound_top3,buy,2025-11-04 21:48:00,1054.0,5.4028,1,leg_gt,1.42,60 -4528,buy_compound_top3,buy,2025-11-04 22:21:00,1051.0,5.704,1,leg_gt,1.4,60 -4529,buy_compound_top3,buy,2025-11-04 22:24:00,1048.0,6.0069,1,leg_gt,1.4,60 -4530,buy_compound_top3,buy,2025-11-04 22:27:00,1045.0,6.3115,1,leg_gt,1.4,60 -4531,buy_compound_top3,buy,2025-11-04 22:51:00,1046.0,6.2098,1,leg_gt,1.38,60 -4532,buy_compound_top3,buy,2025-11-04 22:54:00,1048.0,6.0069,1,leg_gt,1.38,60 -4533,buy_compound_top3,buy,2025-11-04 23:00:00,1045.0,6.3115,1,leg_gt,1.37,60 -4534,buy_compound_top3,buy,2025-11-04 23:03:00,1039.0,6.926,1,leg_gt,1.37,60 -4535,buy_compound_top3,buy,2025-11-04 23:06:00,1041.0,6.7204,1,leg_gt,1.37,60 -4536,buy_compound_top3,buy,2025-11-04 23:09:00,1045.0,6.3115,1,leg_gt,1.37,60 -4537,buy_compound_top3,buy,2025-11-04 23:12:00,1041.0,6.7204,1,leg_gt,1.36,60 -4538,buy_compound_top3,buy,2025-11-04 23:15:00,1040.0,6.8231,1,leg_gt,1.36,60 -4539,buy_compound_top3,buy,2025-11-04 23:18:00,1042.0,6.6179,1,leg_gt,1.36,60 -4540,buy_compound_top3,buy,2025-11-05 03:30:00,1031.0,7.7565,1,leg_gt,1.19,60 -4541,buy_compound_top3,buy,2025-11-05 03:33:00,1024.0,8.4938,1,leg_gt,1.18,60 -4542,buy_compound_top3,buy,2025-11-05 03:36:00,1018.0,9.1338,1,leg_gt,1.18,60 -4543,buy_compound_top3,buy,2025-11-05 03:39:00,1023.0,8.5999,1,leg_gt,1.18,60 -4544,buy_compound_top3,buy,2025-11-05 05:12:00,1017.0,9.2412,1,leg_gt,1.11,60 -4545,buy_compound_top3,buy,2025-11-05 06:30:00,1008.0,10.2175,1,leg_gt,1.06,60 -4546,buy_compound_top3,buy,2025-11-05 06:33:00,1000.0,11.1,1,leg_gt,1.06,60 -4547,buy_compound_top3,buy,2025-11-05 06:42:00,993.0,11.8839,1,leg_gt,1.05,60 -4548,buy_compound_top3,buy,2025-11-05 10:12:00,1024.0,8.4938,1,leg_gt,0.91,60 -4549,buy_compound_top3,buy,2025-11-05 10:15:00,1024.0,8.4938,1,leg_gt,0.9,60 -4550,buy_compound_top3,buy,2025-11-05 10:18:00,1015.0,9.4567,1,leg_gt,0.9,60 -4551,buy_compound_top3,buy,2025-11-05 10:27:00,997.0,11.4346,1,leg_gt,0.9,60 -4552,buy_compound_top3,buy,2025-11-05 10:30:00,1000.0,11.1,1,leg_gt,0.89,60 -4553,buy_compound_top3,buy,2025-11-05 10:33:00,1007.0,10.327,1,leg_gt,0.89,60 -4554,buy_compound_top3,buy,2025-11-05 10:36:00,1002.0,10.878,1,leg_gt,0.89,60 -4555,buy_compound_top3,buy,2025-11-05 10:39:00,999.0,11.2113,1,leg_gt,0.89,60 -4556,buy_compound_top3,buy,2025-11-05 10:42:00,1002.0,10.878,1,leg_gt,0.89,60 -4557,buy_compound_top3,buy,2025-11-05 17:36:00,1059.0,4.9047,1,leg_gt,0.6,60 -4558,buy_compound_top3,buy,2025-11-05 17:39:00,1055.0,5.3028,1,leg_gt,0.6,60 -4559,buy_compound_top3,buy,2025-11-05 17:42:00,1054.0,5.4028,1,leg_gt,0.59,60 -4560,buy_compound_top3,buy,2025-11-05 17:45:00,1051.0,5.704,1,leg_gt,0.59,60 -4561,buy_compound_top3,buy,2025-11-05 17:48:00,1049.0,5.9057,1,leg_gt,0.59,60 -4562,buy_compound_top3,buy,2025-11-06 06:15:00,1096.0,1.3599,1,leg_gt,0.07,60 -4563,buy_compound_top3,buy,2025-11-06 06:18:00,1095.0,1.4525,1,leg_gt,0.07,60 -4564,buy_compound_top3,buy,2025-11-06 09:42:00,1099.0,3.7217,1,leg_gt,1.3,60 -4565,buy_compound_top3,buy,2025-11-06 09:45:00,1098.0,3.8162,1,leg_gt,1.3,60 -4566,buy_compound_top3,buy,2025-11-06 09:48:00,1094.0,4.1962,1,leg_gt,1.3,60 -4567,buy_compound_top3,buy,2025-11-06 09:51:00,1094.0,4.1962,1,leg_gt,1.3,60 -4568,buy_compound_top3,buy,2025-11-06 09:54:00,1097.0,3.9109,1,leg_gt,1.29,60 -4569,buy_compound_top3,buy,2025-11-06 10:00:00,1096.0,4.0058,1,leg_gt,1.29,60 -4570,buy_compound_top3,buy,2025-11-06 10:03:00,1093.0,4.2916,1,leg_gt,1.29,60 -4571,buy_compound_top3,buy,2025-11-06 10:06:00,1091.0,4.483,1,leg_gt,1.29,60 -4572,buy_compound_top3,buy,2025-11-06 10:09:00,1087.0,4.8678,1,leg_gt,1.28,60 -4573,buy_compound_top3,buy,2025-11-06 10:15:00,1088.0,4.7713,1,leg_gt,1.28,60 -4574,buy_compound_top3,buy,2025-11-06 10:18:00,1086.0,4.9645,1,leg_gt,1.28,60 -4575,buy_compound_top3,buy,2025-11-06 14:36:00,1074.0,6.1384,1,leg_gt,1.1,60 -4576,buy_compound_top3,buy,2025-11-06 14:39:00,1069.0,6.6353,1,leg_gt,1.1,60 -4577,buy_compound_top3,buy,2025-11-06 14:45:00,1070.0,6.5355,1,leg_gt,1.09,60 -4578,buy_compound_top3,buy,2025-11-06 14:48:00,1069.0,6.6353,1,leg_gt,1.09,60 -4579,buy_compound_top3,buy,2025-11-06 14:51:00,1069.0,6.6353,1,leg_gt,1.09,60 -4580,buy_compound_top3,buy,2025-11-06 14:54:00,1068.0,6.7352,1,leg_gt,1.09,60 -4581,buy_compound_top3,buy,2025-11-06 18:51:00,1068.0,6.7352,1,leg_gt,0.92,60 -4582,buy_compound_top3,buy,2025-11-06 18:54:00,1069.0,6.6353,1,leg_gt,0.92,60 -4583,buy_compound_top3,buy,2025-11-06 21:30:00,1066.0,6.9356,1,leg_gt,0.81,60 -4584,buy_compound_top3,buy,2025-11-06 21:33:00,1068.0,6.7352,1,leg_gt,0.81,60 -4585,buy_compound_top3,buy,2025-11-06 21:42:00,1063.0,7.2377,1,leg_gt,0.8,60 -4586,buy_compound_top3,buy,2025-11-06 21:51:00,1064.0,7.1368,1,leg_gt,0.8,60 -4587,buy_compound_top3,buy,2025-11-06 21:54:00,1064.0,7.1368,1,leg_gt,0.79,60 -4588,buy_compound_top3,buy,2025-11-06 21:57:00,1063.0,7.2377,1,leg_gt,0.79,60 -4589,buy_compound_top3,buy,2025-11-06 22:00:00,1062.0,7.3388,1,leg_gt,0.79,60 -4590,buy_compound_top3,buy,2025-11-06 22:03:00,1064.0,7.1368,1,leg_gt,0.79,60 -4591,buy_compound_top3,buy,2025-11-07 00:57:00,1050.0,8.5667,1,leg_gt,0.67,60 -4592,buy_compound_top3,buy,2025-11-07 01:00:00,1049.0,8.6703,1,leg_gt,0.66,60 -4593,buy_compound_top3,buy,2025-11-07 01:03:00,1050.0,8.5667,1,leg_gt,0.66,60 -4594,buy_compound_top3,buy,2025-11-07 01:42:00,1039.0,9.7171,1,leg_gt,0.64,60 -4595,buy_compound_top3,buy,2025-11-07 05:51:00,1049.0,8.6703,1,leg_gt,0.46,60 -4596,buy_compound_top3,buy,2025-11-07 05:54:00,1051.0,8.4633,1,leg_gt,0.46,60 -4597,buy_compound_top3,buy,2025-11-07 07:42:00,1051.0,8.4633,1,leg_gt,0.39,60 -4598,buy_compound_top3,buy,2025-11-07 07:45:00,1051.0,8.4633,1,leg_gt,0.38,60 -4599,buy_compound_top3,buy,2025-11-07 07:48:00,1051.0,8.4633,1,leg_gt,0.38,60 -4600,buy_compound_top3,buy,2025-11-07 08:21:00,1049.0,8.6703,1,leg_gt,0.36,60 -4601,buy_compound_top3,buy,2025-11-07 08:24:00,1050.0,8.5667,1,leg_gt,0.36,60 -4602,buy_compound_top3,buy,2025-11-07 18:30:00,1103.0,16.6724,1,leg_gt,0.56,60 -4603,buy_compound_top3,buy,2025-11-07 18:33:00,1106.0,16.3557,1,leg_gt,0.56,60 -4604,buy_compound_top3,buy,2025-11-07 18:36:00,1101.0,16.8846,1,leg_gt,0.56,60 -4605,buy_compound_top3,buy,2025-11-07 18:39:00,1102.0,16.7784,1,leg_gt,0.55,60 -4606,buy_compound_top3,buy,2025-11-07 18:42:00,1098.0,17.2042,1,leg_gt,0.55,60 -4607,buy_compound_top3,buy,2025-11-07 20:06:00,1097.0,17.3111,1,leg_gt,0.49,60 -4608,buy_compound_top3,buy,2025-11-07 20:09:00,1099.0,17.0975,1,leg_gt,0.49,60 -4609,buy_compound_top3,buy,2025-11-07 20:12:00,1095.0,17.5256,1,leg_gt,0.49,60 -4610,buy_compound_top3,buy,2025-11-07 20:21:00,1091.0,17.9568,1,leg_gt,0.48,60 -4611,buy_compound_top3,buy,2025-11-07 20:24:00,1089.0,18.1736,1,leg_gt,0.48,60 -4612,buy_compound_top3,buy,2025-11-07 20:27:00,1086.0,18.5004,1,leg_gt,0.48,60 -4613,buy_compound_top3,buy,2025-11-07 20:30:00,1087.0,18.3913,1,leg_gt,0.48,60 -4614,buy_compound_top3,buy,2025-11-07 20:33:00,1088.0,18.2824,1,leg_gt,0.48,60 -4615,buy_compound_top3,buy,2025-11-07 20:36:00,1086.0,18.5004,1,leg_gt,0.47,60 -4616,buy_compound_top3,buy,2025-11-07 20:39:00,1086.0,18.5004,1,leg_gt,0.47,60 -4617,buy_compound_top3,buy,2025-11-07 21:30:00,1085.0,18.6097,1,leg_gt,0.44,60 -4618,buy_compound_top3,buy,2025-11-07 21:33:00,1083.0,18.8289,1,leg_gt,0.43,60 -4619,buy_compound_top3,buy,2025-11-07 21:36:00,1080.0,19.1593,1,leg_gt,0.43,60 -4620,buy_compound_top3,buy,2025-11-07 21:39:00,1082.0,18.9388,1,leg_gt,0.43,60 -4621,buy_compound_top3,buy,2025-11-07 21:42:00,1079.0,19.2698,1,leg_gt,0.43,60 -4622,buy_compound_top3,buy,2025-11-08 08:42:00,1251.0,1.099,1,leg_gt,0.12,60 -4623,buy_compound_top3,buy,2025-11-08 08:45:00,1249.0,1.2611,1,leg_gt,0.12,60 -4624,buy_compound_top3,buy,2025-11-08 08:48:00,1245.0,1.5867,1,leg_gt,0.12,60 -4625,buy_compound_top3,buy,2025-11-08 08:51:00,1246.0,1.5051,1,leg_gt,0.12,60 -4626,buy_compound_top3,buy,2025-11-08 08:54:00,1235.0,2.4101,1,leg_gt,0.12,60 -4627,buy_compound_top3,buy,2025-11-08 08:57:00,1240.0,1.9968,1,leg_gt,0.11,60 -4628,buy_compound_top3,buy,2025-11-08 14:27:00,1238.0,-14.8011,0,leg_gt,12.32,60 -4629,buy_compound_top3,buy,2025-11-08 14:30:00,1236.0,-14.6631,0,leg_gt,12.32,60 -4630,buy_compound_top3,buy,2025-11-08 14:33:00,1236.0,-14.6631,0,leg_gt,12.32,60 -4631,buy_compound_top3,buy,2025-11-08 14:51:00,1223.0,-13.7549,0,leg_gt,12.31,60 -4632,buy_compound_top3,buy,2025-11-08 14:54:00,1221.0,-13.6135,0,leg_gt,12.31,60 -4633,buy_compound_top3,buy,2025-11-08 14:57:00,1224.0,-13.8255,0,leg_gt,12.3,60 -4634,buy_compound_top3,buy,2025-11-08 15:00:00,1221.0,-13.6135,0,leg_gt,12.3,60 -4635,buy_compound_top3,buy,2025-11-08 15:03:00,1217.0,-13.3293,0,leg_gt,12.3,60 -4636,buy_compound_top3,buy,2025-11-08 15:06:00,1212.0,-12.9713,0,leg_gt,12.3,60 -4637,buy_compound_top3,buy,2025-11-08 15:09:00,1209.0,-12.7551,0,leg_gt,12.3,60 -4638,buy_compound_top3,buy,2025-11-08 15:12:00,1212.0,-12.9713,0,leg_gt,12.29,60 -4639,buy_compound_top3,buy,2025-11-08 15:15:00,1208.0,-12.6828,0,leg_gt,12.29,60 -4640,buy_compound_top3,buy,2025-11-08 15:18:00,1215.0,-13.1864,0,leg_gt,12.29,60 -4641,buy_compound_top3,buy,2025-11-08 22:45:00,1226.0,-13.9662,0,leg_gt,11.98,60 -4642,buy_compound_top3,buy,2025-11-08 22:48:00,1224.0,-13.8255,0,leg_gt,11.98,60 -4643,buy_compound_top3,buy,2025-11-08 22:51:00,1226.0,-13.9662,0,leg_gt,11.98,60 -4644,buy_compound_top3,buy,2025-11-08 22:54:00,1221.0,-13.6135,0,leg_gt,11.97,60 -4645,buy_compound_top3,buy,2025-11-08 23:06:00,1218.0,-13.4005,0,leg_gt,11.96,60 -4646,buy_compound_top3,buy,2025-11-08 23:09:00,1214.0,-13.1148,0,leg_gt,11.96,60 -4647,buy_compound_top3,buy,2025-11-08 23:12:00,1210.0,-12.8273,0,leg_gt,11.96,60 -4648,buy_compound_top3,buy,2025-11-09 00:42:00,1189.0,-11.2859,0,leg_gt,11.9,60 -4649,buy_compound_top3,buy,2025-11-09 09:30:00,1205.0,-12.4651,0,leg_gt,11.53,60 -4650,buy_compound_top3,buy,2025-11-09 09:33:00,1210.0,-12.8273,0,leg_gt,11.53,60 -4651,buy_compound_top3,buy,2025-11-09 09:51:00,1204.0,-12.3924,0,leg_gt,11.52,60 -4652,buy_compound_top3,buy,2025-11-09 09:54:00,1204.0,-12.3924,0,leg_gt,11.51,60 -4653,buy_compound_top3,buy,2025-11-09 09:57:00,1199.0,-12.0266,0,leg_gt,11.51,60 -4654,buy_compound_top3,buy,2025-11-09 10:36:00,1198.0,-11.9531,0,leg_gt,11.49,60 -4655,buy_compound_top3,buy,2025-11-09 10:39:00,1200.0,-12.1,0,leg_gt,11.48,60 -4656,buy_compound_top3,buy,2025-11-09 11:51:00,1185.0,-10.9861,0,leg_gt,11.43,60 -4657,buy_compound_top3,buy,2025-11-09 11:54:00,1179.0,-10.5326,0,leg_gt,11.43,60 -4658,buy_compound_top3,buy,2025-11-09 12:00:00,1177.0,-10.3804,0,leg_gt,11.43,60 -4659,buy_compound_top3,buy,2025-11-09 12:03:00,1178.0,-10.4565,0,leg_gt,11.42,60 -4660,buy_compound_top3,buy,2025-11-09 12:21:00,1176.0,-10.3041,0,leg_gt,11.41,60 -4661,buy_compound_top3,buy,2025-11-09 12:24:00,1170.0,-9.8436,0,leg_gt,11.41,60 -4662,buy_compound_top3,buy,2025-11-09 12:27:00,1166.0,-9.534,0,leg_gt,11.41,60 -4663,buy_compound_top3,buy,2025-11-09 17:51:00,1177.0,-10.3804,0,leg_gt,11.18,60 -4664,buy_compound_top3,buy,2025-11-09 17:54:00,1178.0,-10.4565,0,leg_gt,11.18,60 -4665,buy_compound_top3,buy,2025-11-09 19:00:00,1173.0,-10.0744,0,leg_gt,11.14,60 -4666,buy_compound_top3,buy,2025-11-09 19:03:00,1171.0,-9.9207,0,leg_gt,11.13,60 -4667,buy_compound_top3,buy,2025-11-09 19:06:00,1170.0,-9.8436,0,leg_gt,11.13,60 -4668,buy_compound_top3,buy,2025-11-09 19:09:00,1170.0,-9.8436,0,leg_gt,11.13,60 -4669,buy_compound_top3,buy,2025-11-10 02:42:00,1204.0,-12.3924,0,leg_gt,10.81,60 -4670,buy_compound_top3,buy,2025-11-10 03:06:00,1205.0,-12.4651,0,leg_gt,10.8,60 -4671,buy_compound_top3,buy,2025-11-10 03:09:00,1201.0,-12.1733,0,leg_gt,10.8,60 -4672,buy_compound_top3,buy,2025-11-10 03:12:00,1201.0,-12.1733,0,leg_gt,10.79,60 -4673,buy_compound_top3,buy,2025-11-10 03:15:00,1202.0,-12.2464,0,leg_gt,10.79,60 -4674,buy_compound_top3,buy,2025-11-10 03:18:00,1201.0,-12.1733,0,leg_gt,10.79,60 -4675,buy_compound_top3,buy,2025-11-10 07:00:00,1212.0,-12.9713,0,leg_gt,10.64,60 -4676,buy_compound_top3,buy,2025-11-10 07:03:00,1212.0,-12.9713,0,leg_gt,10.63,60 -4677,buy_compound_top3,buy,2025-11-10 07:42:00,1203.0,-12.3195,0,leg_gt,10.61,60 -4678,buy_compound_top3,buy,2025-11-10 15:30:00,1226.0,-13.9662,0,leg_gt,10.28,60 -4679,buy_compound_top3,buy,2025-11-10 15:33:00,1226.0,-13.9662,0,leg_gt,10.28,60 -4680,buy_compound_top3,buy,2025-11-10 23:36:00,1233.0,-14.4552,0,leg_gt,9.94,60 -4681,buy_compound_top3,buy,2025-11-10 23:39:00,1233.0,-14.4552,0,leg_gt,9.94,60 -4682,buy_compound_top3,buy,2025-11-11 00:00:00,1221.0,-13.6135,0,leg_gt,9.93,60 -4683,buy_compound_top3,buy,2025-11-11 00:03:00,1221.0,-13.6135,0,leg_gt,9.93,60 -4684,buy_compound_top3,buy,2025-11-11 01:27:00,1218.0,-13.4005,0,leg_gt,9.87,60 -4685,buy_compound_top3,buy,2025-11-11 01:30:00,1216.0,-13.2579,0,leg_gt,9.86,60 -4686,buy_compound_top3,buy,2025-11-11 01:33:00,1216.0,-13.2579,0,leg_gt,9.86,60 -4687,buy_compound_top3,buy,2025-11-11 01:51:00,1207.0,-12.6104,0,leg_gt,9.85,60 -4688,buy_compound_top3,buy,2025-11-11 01:54:00,1203.0,-12.3195,0,leg_gt,9.85,60 -4689,buy_compound_top3,buy,2025-11-11 01:57:00,1205.0,-12.4651,0,leg_gt,9.85,60 -4690,buy_compound_top3,buy,2025-11-11 02:00:00,1203.0,-12.3195,0,leg_gt,9.84,60 -4691,buy_compound_top3,buy,2025-11-11 02:03:00,1202.0,-12.2464,0,leg_gt,9.84,60 -4692,buy_compound_top3,buy,2025-11-11 06:12:00,1211.0,-12.8993,0,leg_gt,9.67,60 -4693,buy_compound_top3,buy,2025-11-11 06:15:00,1209.0,-12.7551,0,leg_gt,9.67,60 -4694,buy_compound_top3,buy,2025-11-11 06:18:00,1209.0,-12.7551,0,leg_gt,9.66,60 -4695,buy_compound_top3,buy,2025-11-11 06:21:00,1208.0,-12.6828,0,leg_gt,9.66,60 -4696,buy_compound_top3,buy,2025-11-11 06:24:00,1206.0,-12.5378,0,leg_gt,9.66,60 -4697,buy_compound_top3,buy,2025-11-11 06:27:00,1205.0,-12.4651,0,leg_gt,9.66,60 -4698,buy_compound_top3,buy,2025-11-11 06:30:00,1205.0,-12.4651,0,leg_gt,9.66,60 -4699,buy_compound_top3,buy,2025-11-11 06:33:00,1205.0,-12.4651,0,leg_gt,9.65,60 -4700,buy_compound_top3,buy,2025-11-11 06:36:00,1206.0,-12.5378,0,leg_gt,9.65,60 -4701,buy_compound_top3,buy,2025-11-11 06:39:00,1206.0,-12.5378,0,leg_gt,9.65,60 -4702,buy_compound_top3,buy,2025-11-11 14:00:00,1226.0,-13.9662,0,leg_gt,9.34,60 -4703,buy_compound_top3,buy,2025-11-11 14:03:00,1221.0,-13.6135,0,leg_gt,9.34,60 -4704,buy_compound_top3,buy,2025-11-11 14:12:00,1214.0,-13.1148,0,leg_gt,9.34,60 -4705,buy_compound_top3,buy,2025-11-11 14:21:00,1213.0,-13.0431,0,leg_gt,9.33,60 -4706,buy_compound_top3,buy,2025-11-11 14:24:00,1212.0,-12.9713,0,leg_gt,9.33,60 -4707,buy_compound_top3,buy,2025-11-11 14:27:00,1212.0,-12.9713,0,leg_gt,9.32,60 -4708,buy_compound_top3,buy,2025-11-11 15:06:00,1202.0,-12.2464,0,leg_gt,9.3,60 -4709,buy_compound_top3,buy,2025-11-11 15:09:00,1197.0,-11.8794,0,leg_gt,9.3,60 -4710,buy_compound_top3,buy,2025-11-11 15:12:00,1201.0,-12.1733,0,leg_gt,9.29,60 -4711,buy_compound_top3,buy,2025-11-11 15:15:00,1199.0,-12.0266,0,leg_gt,9.29,60 -4712,buy_compound_top3,buy,2025-11-11 15:18:00,1202.0,-12.2464,0,leg_gt,9.29,60 -4713,buy_compound_top3,buy,2025-11-11 15:21:00,1201.0,-12.1733,0,leg_gt,9.29,60 -4714,buy_compound_top3,buy,2025-11-11 15:24:00,1198.0,-11.9531,0,leg_gt,9.29,60 -4715,buy_compound_top3,buy,2025-11-11 16:21:00,1193.0,-11.5837,0,leg_gt,9.25,60 -4716,buy_compound_top3,buy,2025-11-11 16:24:00,1195.0,-11.7318,0,leg_gt,9.24,60 -4717,buy_compound_top3,buy,2025-11-11 16:27:00,1194.0,-11.6578,0,leg_gt,9.24,60 -4718,buy_compound_top3,buy,2025-11-11 16:57:00,1186.0,-11.0612,0,leg_gt,9.22,60 -4719,buy_compound_top3,buy,2025-11-11 17:00:00,1183.0,-10.8354,0,leg_gt,9.22,60 -4720,buy_compound_top3,buy,2025-11-11 17:03:00,1185.0,-10.9861,0,leg_gt,9.22,60 -4721,buy_compound_top3,buy,2025-11-11 21:51:00,1186.0,-11.0612,0,leg_gt,9.02,60 -4722,buy_compound_top3,buy,2025-11-11 21:54:00,1190.0,-11.3605,0,leg_gt,9.01,60 -4723,buy_compound_top3,buy,2025-11-11 23:00:00,1186.0,-11.0612,0,leg_gt,8.97,60 -4724,buy_compound_top3,buy,2025-11-11 23:03:00,1180.0,-10.6085,0,leg_gt,8.97,60 -4725,buy_compound_top3,buy,2025-11-11 23:12:00,1181.0,-10.6843,0,leg_gt,8.96,60 -4726,buy_compound_top3,buy,2025-11-11 23:51:00,1181.0,-10.6843,0,leg_gt,8.93,60 -4727,buy_compound_top3,buy,2025-11-11 23:54:00,1178.0,-10.4565,0,leg_gt,8.93,60 -4728,buy_compound_top3,buy,2025-11-12 03:27:00,1178.0,-10.4565,0,leg_gt,8.78,60 -4729,buy_compound_top3,buy,2025-11-12 03:42:00,1183.0,-10.8354,0,leg_gt,8.77,60 -4730,buy_compound_top3,buy,2025-11-12 04:00:00,1180.0,-10.6085,0,leg_gt,8.76,60 -4731,buy_compound_top3,buy,2025-11-12 04:03:00,1176.0,-10.3041,0,leg_gt,8.76,60 -4732,buy_compound_top3,buy,2025-11-12 04:45:00,1175.0,-10.2277,0,leg_gt,8.73,60 -4733,buy_compound_top3,buy,2025-11-12 04:48:00,1174.0,-10.1511,0,leg_gt,8.73,60 -4734,buy_compound_top3,buy,2025-11-12 04:57:00,1172.0,-9.9976,0,leg_gt,8.72,60 -4735,buy_compound_top3,buy,2025-11-12 05:00:00,1171.0,-9.9207,0,leg_gt,8.72,60 -4736,buy_compound_top3,buy,2025-11-12 05:03:00,1172.0,-9.9976,0,leg_gt,8.72,60 -4737,buy_compound_top3,buy,2025-11-12 05:06:00,1171.0,-9.9207,0,leg_gt,8.71,60 -4738,buy_compound_top3,buy,2025-11-12 05:09:00,1168.0,-9.689,0,leg_gt,8.71,60 -4739,buy_compound_top3,buy,2025-11-12 05:12:00,1171.0,-9.9207,0,leg_gt,8.71,60 -4740,buy_compound_top3,buy,2025-11-12 05:45:00,1161.0,-9.1439,0,leg_gt,8.69,60 -4741,buy_compound_top3,buy,2025-11-12 05:48:00,1161.0,-9.1439,0,leg_gt,8.69,60 -4742,buy_compound_top3,buy,2025-11-12 05:57:00,1161.0,-9.1439,0,leg_gt,8.68,60 -4743,buy_compound_top3,buy,2025-11-12 06:42:00,1158.0,-8.9083,0,leg_gt,8.65,60 -4744,buy_compound_top3,buy,2025-11-12 06:45:00,1158.0,-8.9083,0,leg_gt,8.65,60 -4745,buy_compound_top3,buy,2025-11-12 06:48:00,1158.0,-8.9083,0,leg_gt,8.64,60 -4746,buy_compound_top3,buy,2025-11-12 06:51:00,1155.0,-8.6714,0,leg_gt,8.64,60 -4747,buy_compound_top3,buy,2025-11-12 06:54:00,1156.0,-8.7505,0,leg_gt,8.64,60 -4748,buy_compound_top3,buy,2025-11-12 06:57:00,1158.0,-8.9083,0,leg_gt,8.64,60 -4749,buy_compound_top3,buy,2025-11-12 09:12:00,1151.0,-8.3537,0,leg_gt,8.54,60 -4750,buy_compound_top3,buy,2025-11-12 10:00:00,1149.0,-8.194,0,leg_gt,8.51,60 -4751,buy_compound_top3,buy,2025-11-12 10:03:00,1152.0,-8.4333,0,leg_gt,8.51,60 -4752,buy_compound_top3,buy,2025-11-12 22:15:00,1198.0,-11.9531,0,leg_gt,8.0,60 -4753,buy_compound_top3,buy,2025-11-12 22:18:00,1197.0,-11.8794,0,leg_gt,8.0,60 -4754,buy_compound_top3,buy,2025-11-12 22:21:00,1198.0,-11.9531,0,leg_gt,8.0,60 -4755,buy_compound_top3,buy,2025-11-12 22:24:00,1199.0,-12.0266,0,leg_gt,7.99,60 -4756,buy_compound_top3,buy,2025-11-12 23:57:00,1183.0,-10.8354,0,leg_gt,7.93,60 -4757,buy_compound_top3,buy,2025-11-13 00:00:00,1184.0,-10.9108,0,leg_gt,7.93,60 -4758,buy_compound_top3,buy,2025-11-13 00:03:00,1180.0,-10.6085,0,leg_gt,7.92,60 -4759,buy_compound_top3,buy,2025-11-13 00:15:00,1182.0,-10.7599,0,leg_gt,7.92,60 -4760,buy_compound_top3,buy,2025-11-13 00:18:00,1183.0,-10.8354,0,leg_gt,7.91,60 -4761,buy_compound_top3,buy,2025-11-13 00:42:00,1173.0,-10.0744,0,leg_gt,7.9,60 -4762,buy_compound_top3,buy,2025-11-13 00:45:00,1172.0,-9.9976,0,leg_gt,7.9,60 -4763,buy_compound_top3,buy,2025-11-13 00:48:00,1167.0,-9.6116,0,leg_gt,7.89,60 -4764,buy_compound_top3,buy,2025-11-13 00:51:00,1167.0,-9.6116,0,leg_gt,7.89,60 -4765,buy_compound_top3,buy,2025-11-13 00:54:00,1156.0,-8.7505,0,leg_gt,7.89,60 -4766,buy_compound_top3,buy,2025-11-13 01:06:00,1153.0,-8.5128,0,leg_gt,7.88,60 -4767,buy_compound_top3,buy,2025-11-13 01:09:00,1145.0,-7.8729,0,leg_gt,7.88,60 -4768,buy_compound_top3,buy,2025-11-13 01:21:00,1140.0,-7.4684,0,leg_gt,7.87,60 -4769,buy_compound_top3,buy,2025-11-13 01:24:00,1135.0,-7.0604,0,leg_gt,7.87,60 -4770,buy_compound_top3,buy,2025-11-13 01:27:00,1131.0,-6.7313,0,leg_gt,7.87,60 -4771,buy_compound_top3,buy,2025-11-13 08:42:00,1145.0,-7.8729,0,leg_gt,7.56,60 -4772,buy_compound_top3,buy,2025-11-13 08:45:00,1146.0,-7.9534,0,leg_gt,7.56,60 -4773,buy_compound_top3,buy,2025-11-13 08:48:00,1146.0,-7.9534,0,leg_gt,7.56,60 -4774,buy_compound_top3,buy,2025-11-13 18:21:00,1178.0,-10.4565,0,leg_gt,7.16,60 -4775,buy_compound_top3,buy,2025-11-13 18:24:00,1177.0,-10.3804,0,leg_gt,7.16,60 -4776,buy_compound_top3,buy,2025-11-13 18:27:00,1176.0,-10.3041,0,leg_gt,7.16,60 -4777,buy_compound_top3,buy,2025-11-13 18:36:00,1174.0,-10.1511,0,leg_gt,7.15,60 -4778,buy_compound_top3,buy,2025-11-13 18:39:00,1173.0,-10.0744,0,leg_gt,7.15,60 -4779,buy_compound_top3,buy,2025-11-13 20:30:00,1171.0,-9.9207,0,leg_gt,7.07,60 -4780,buy_compound_top3,buy,2025-11-13 20:33:00,1172.0,-9.9976,0,leg_gt,7.07,60 -4781,buy_compound_top3,buy,2025-11-13 23:21:00,1171.0,-9.9207,0,leg_gt,6.95,60 -4782,buy_compound_top3,buy,2025-11-13 23:24:00,1174.0,-10.1511,0,leg_gt,6.95,60 -4783,buy_compound_top3,buy,2025-11-14 01:21:00,1162.0,-9.2222,0,leg_gt,6.87,60 -4784,buy_compound_top3,buy,2025-11-14 01:24:00,1158.0,-8.9083,0,leg_gt,6.87,60 -4785,buy_compound_top3,buy,2025-11-14 01:27:00,1159.0,-8.987,0,leg_gt,6.87,60 -4786,buy_compound_top3,buy,2025-11-14 01:51:00,1157.0,-8.8295,0,leg_gt,6.85,60 -4787,buy_compound_top3,buy,2025-11-14 01:54:00,1149.0,-8.194,0,leg_gt,6.85,60 -4788,buy_compound_top3,buy,2025-11-14 01:57:00,1148.0,-8.1139,0,leg_gt,6.85,60 -4789,buy_compound_top3,buy,2025-11-14 02:00:00,1147.0,-8.0337,0,leg_gt,6.84,60 -4790,buy_compound_top3,buy,2025-11-14 02:03:00,1143.0,-7.7115,0,leg_gt,6.84,60 -4791,buy_compound_top3,buy,2025-11-14 02:06:00,1140.0,-7.4684,0,leg_gt,6.84,60 -4792,buy_compound_top3,buy,2025-11-14 02:09:00,1144.0,-7.7923,0,leg_gt,6.84,60 -4793,buy_compound_top3,buy,2025-11-14 02:15:00,1140.0,-7.4684,0,leg_gt,6.83,60 -4794,buy_compound_top3,buy,2025-11-14 02:18:00,1142.0,-7.6306,0,leg_gt,6.83,60 -4795,buy_compound_top3,buy,2025-11-14 02:21:00,1139.0,-7.3871,0,leg_gt,6.83,60 -4796,buy_compound_top3,buy,2025-11-14 02:24:00,1141.0,-7.5496,0,leg_gt,6.83,60 -4797,buy_compound_top3,buy,2025-11-14 02:42:00,1125.0,-6.2333,0,leg_gt,6.81,60 -4798,buy_compound_top3,buy,2025-11-14 02:45:00,1126.0,-6.3167,0,leg_gt,6.81,60 -4799,buy_compound_top3,buy,2025-11-14 02:48:00,1126.0,-6.3167,0,leg_gt,6.81,60 -4800,buy_compound_top3,buy,2025-11-14 02:51:00,1121.0,-5.8984,0,leg_gt,6.81,60 -4801,buy_compound_top3,buy,2025-11-14 02:54:00,1121.0,-5.8984,0,leg_gt,6.81,60 -4802,buy_compound_top3,buy,2025-11-14 02:57:00,1117.0,-5.5611,0,leg_gt,6.8,60 -4803,buy_compound_top3,buy,2025-11-14 03:00:00,1118.0,-5.6456,0,leg_gt,6.8,60 -4804,buy_compound_top3,buy,2025-11-14 03:03:00,1121.0,-5.8984,0,leg_gt,6.8,60 -4805,buy_compound_top3,buy,2025-11-14 03:06:00,1117.0,-5.5611,0,leg_gt,6.8,60 -4806,buy_compound_top3,buy,2025-11-14 03:09:00,1117.0,-5.5611,0,leg_gt,6.8,60 -4807,buy_compound_top3,buy,2025-11-14 03:12:00,1114.0,-5.3065,0,leg_gt,6.79,60 -4808,buy_compound_top3,buy,2025-11-14 03:36:00,1101.0,-4.1872,0,leg_gt,6.78,60 -4809,buy_compound_top3,buy,2025-11-14 03:39:00,1101.0,-4.1872,0,leg_gt,6.78,60 -4810,buy_compound_top3,buy,2025-11-14 05:21:00,1105.0,-4.5344,0,leg_gt,6.7,60 -4811,buy_compound_top3,buy,2025-11-14 05:24:00,1106.0,-4.6208,0,leg_gt,6.7,60 -4812,buy_compound_top3,buy,2025-11-14 06:30:00,1102.0,-4.2742,0,leg_gt,6.66,60 -4813,buy_compound_top3,buy,2025-11-14 06:33:00,1104.0,-4.4478,0,leg_gt,6.65,60 -4814,buy_compound_top3,buy,2025-11-14 06:36:00,1102.0,-4.2742,0,leg_gt,6.65,60 -4815,buy_compound_top3,buy,2025-11-14 06:39:00,1102.0,-4.2742,0,leg_gt,6.65,60 -4816,buy_compound_top3,buy,2025-11-14 11:51:00,1118.0,-5.6456,0,leg_gt,6.43,60 -4817,buy_compound_top3,buy,2025-11-14 11:54:00,1116.0,-5.4763,0,leg_gt,6.43,60 -4818,buy_compound_top3,buy,2025-11-14 12:12:00,1115.0,-5.3915,0,leg_gt,6.42,60 -4819,buy_compound_top3,buy,2025-11-14 12:21:00,1112.0,-5.136,0,leg_gt,6.41,60 -4820,buy_compound_top3,buy,2025-11-14 12:24:00,1111.0,-5.0505,0,leg_gt,6.41,60 -4821,buy_compound_top3,buy,2025-11-14 12:27:00,1111.0,-5.0505,0,leg_gt,6.41,60 -4822,buy_compound_top3,buy,2025-11-14 12:30:00,1113.0,-5.2213,0,leg_gt,6.41,60 -4823,buy_compound_top3,buy,2025-11-14 12:33:00,1111.0,-5.0505,0,leg_gt,6.4,60 -4824,buy_compound_top3,buy,2025-11-14 12:42:00,1107.0,-4.707,0,leg_gt,6.4,60 -4825,buy_compound_top3,buy,2025-11-14 12:45:00,1108.0,-4.7931,0,leg_gt,6.4,60 -4826,buy_compound_top3,buy,2025-11-14 12:48:00,1108.0,-4.7931,0,leg_gt,6.39,60 -4827,buy_compound_top3,buy,2025-11-14 12:51:00,1106.0,-4.6208,0,leg_gt,6.39,60 -4828,buy_compound_top3,buy,2025-11-14 12:54:00,1106.0,-4.6208,0,leg_gt,6.39,60 -4829,buy_compound_top3,buy,2025-11-14 13:06:00,1102.0,-4.2742,0,leg_gt,6.38,60 -4830,buy_compound_top3,buy,2025-11-14 13:09:00,1103.0,-4.3611,0,leg_gt,6.38,60 -4831,buy_compound_top3,buy,2025-11-14 13:21:00,1102.0,-4.2742,0,leg_gt,6.37,60 -4832,buy_compound_top3,buy,2025-11-14 13:24:00,1101.0,-4.1872,0,leg_gt,6.37,60 -4833,buy_compound_top3,buy,2025-11-14 13:27:00,1104.0,-4.4478,0,leg_gt,6.37,60 -4834,buy_compound_top3,buy,2025-11-14 13:45:00,1085.0,-2.7728,0,leg_gt,6.35,60 -4835,buy_compound_top3,buy,2025-11-14 13:48:00,1088.0,-3.0412,0,leg_gt,6.35,60 -4836,buy_compound_top3,buy,2025-11-14 18:45:00,1100.0,-4.1,0,leg_gt,6.15,60 -4837,buy_compound_top3,buy,2025-11-14 18:48:00,1100.0,-4.1,0,leg_gt,6.14,60 -4838,buy_compound_top3,buy,2025-11-14 18:51:00,1099.0,-4.0126,0,leg_gt,6.14,60 -4839,buy_compound_top3,buy,2025-11-14 18:54:00,1097.0,-3.8375,0,leg_gt,6.14,60 -4840,buy_compound_top3,buy,2025-11-14 18:57:00,1097.0,-3.8375,0,leg_gt,6.14,60 -4841,buy_compound_top3,buy,2025-11-14 20:30:00,1090.0,-3.2193,0,leg_gt,6.07,60 -4842,buy_compound_top3,buy,2025-11-14 20:33:00,1088.0,-3.0412,0,leg_gt,6.07,60 -4843,buy_compound_top3,buy,2025-11-14 20:36:00,1087.0,-2.9519,0,leg_gt,6.07,60 -4844,buy_compound_top3,buy,2025-11-14 20:39:00,1084.0,-2.683,0,leg_gt,6.07,60 -4845,buy_compound_top3,buy,2025-11-14 20:45:00,1085.0,-2.7728,0,leg_gt,6.06,60 -4846,buy_compound_top3,buy,2025-11-14 20:48:00,1086.0,-2.8624,0,leg_gt,6.06,60 -4847,buy_compound_top3,buy,2025-11-14 21:00:00,1086.0,-2.8624,0,leg_gt,6.05,60 -4848,buy_compound_top3,buy,2025-11-14 21:03:00,1081.0,-2.4127,0,leg_gt,6.05,60 -4849,buy_compound_top3,buy,2025-11-14 21:06:00,1081.0,-2.4127,0,leg_gt,6.05,60 -4850,buy_compound_top3,buy,2025-11-14 21:09:00,1080.0,-2.3222,0,leg_gt,6.05,60 -4851,buy_compound_top3,buy,2025-11-14 21:12:00,1078.0,-2.1408,0,leg_gt,6.04,60 -4852,buy_compound_top3,buy,2025-11-14 21:15:00,1078.0,-2.1408,0,leg_gt,6.04,60 -4853,buy_compound_top3,buy,2025-11-14 21:18:00,1080.0,-2.3222,0,leg_gt,6.04,60 -4854,buy_compound_top3,buy,2025-11-14 21:21:00,1076.0,-1.9587,0,leg_gt,6.04,60 -4855,buy_compound_top3,buy,2025-11-14 21:24:00,1076.0,-1.9587,0,leg_gt,6.04,60 -4856,buy_compound_top3,buy,2025-11-14 21:36:00,1074.0,-1.776,0,leg_gt,6.03,60 -4857,buy_compound_top3,buy,2025-11-14 21:39:00,1069.0,-1.3161,0,leg_gt,6.02,60 -4858,buy_compound_top3,buy,2025-11-15 03:00:00,1089.0,-3.1303,0,leg_gt,5.8,60 -4859,buy_compound_top3,buy,2025-11-15 03:03:00,1088.0,-3.0412,0,leg_gt,5.8,60 -4860,buy_compound_top3,buy,2025-11-15 05:30:00,1091.0,-3.3081,0,leg_gt,5.7,60 -4861,buy_compound_top3,buy,2025-11-15 05:33:00,1090.0,-3.2193,0,leg_gt,5.7,60 -4862,buy_compound_top3,buy,2025-11-15 05:57:00,1081.0,-2.4127,0,leg_gt,5.68,60 -4863,buy_compound_top3,buy,2025-11-15 08:15:00,1070.0,-1.4084,0,leg_gt,5.58,60 -4864,buy_compound_top3,buy,2025-11-15 08:18:00,1069.0,-1.3161,0,leg_gt,5.58,60 -4865,buy_compound_top3,buy,2025-11-15 14:21:00,1089.0,-3.1303,0,leg_gt,5.33,60 -4866,buy_compound_top3,buy,2025-11-15 14:24:00,1090.0,-3.2193,0,leg_gt,5.33,60 -4867,buy_compound_top3,buy,2025-11-15 14:27:00,1085.0,-2.7728,0,leg_gt,5.32,60 -4868,buy_compound_top3,buy,2025-11-15 14:30:00,1087.0,-2.9519,0,leg_gt,5.32,60 -4869,buy_compound_top3,buy,2025-11-15 14:33:00,1086.0,-2.8624,0,leg_gt,5.32,60 -4870,buy_compound_top3,buy,2025-11-15 14:36:00,1084.0,-2.683,0,leg_gt,5.32,60 -4871,buy_compound_top3,buy,2025-11-15 14:39:00,1084.0,-2.683,0,leg_gt,5.32,60 -4872,buy_compound_top3,buy,2025-11-15 16:12:00,1082.0,-2.503,0,leg_gt,5.25,60 -4873,buy_compound_top3,buy,2025-11-15 16:15:00,1084.0,-2.683,0,leg_gt,5.25,60 -4874,buy_compound_top3,buy,2025-11-15 16:18:00,1083.0,-2.5931,0,leg_gt,5.25,60 -4875,buy_compound_top3,buy,2025-11-15 16:21:00,1082.0,-2.503,0,leg_gt,5.25,60 -4876,buy_compound_top3,buy,2025-11-15 16:24:00,1082.0,-2.503,0,leg_gt,5.24,60 -4877,buy_compound_top3,buy,2025-11-15 16:36:00,1080.0,-2.3222,0,leg_gt,5.24,60 -4878,buy_compound_top3,buy,2025-11-15 16:39:00,1078.0,-2.1408,0,leg_gt,5.23,60 -4879,buy_compound_top3,buy,2025-11-15 16:42:00,1077.0,-2.0499,0,leg_gt,5.23,60 -4880,buy_compound_top3,buy,2025-11-15 16:45:00,1078.0,-2.1408,0,leg_gt,5.23,60 -4881,buy_compound_top3,buy,2025-11-15 16:48:00,1079.0,-2.2316,0,leg_gt,5.23,60 -4882,buy_compound_top3,buy,2025-11-15 17:06:00,1074.0,-1.776,0,leg_gt,5.21,60 -4883,buy_compound_top3,buy,2025-11-15 17:09:00,1075.0,-1.8674,0,leg_gt,5.21,60 -4884,buy_compound_top3,buy,2025-11-15 17:12:00,1074.0,-1.776,0,leg_gt,5.21,60 -4885,buy_compound_top3,buy,2025-11-15 17:15:00,1074.0,-1.776,0,leg_gt,5.21,60 -4886,buy_compound_top3,buy,2025-11-15 17:18:00,1074.0,-1.776,0,leg_gt,5.21,60 -4887,buy_compound_top3,buy,2025-11-15 17:21:00,1072.0,-1.5925,0,leg_gt,5.2,60 -4888,buy_compound_top3,buy,2025-11-15 17:24:00,1069.0,-1.3161,0,leg_gt,5.2,60 -4889,buy_compound_top3,buy,2025-11-15 17:30:00,1068.0,-1.2236,0,leg_gt,5.2,60 -4890,buy_compound_top3,buy,2025-11-15 17:33:00,1067.0,-1.1309,0,leg_gt,5.2,60 -4891,buy_compound_top3,buy,2025-11-15 17:42:00,1070.0,-1.4084,0,leg_gt,5.19,60 -4892,buy_compound_top3,buy,2025-11-15 17:45:00,1065.0,-0.9451,0,leg_gt,5.19,60 -4893,buy_compound_top3,buy,2025-11-15 17:48:00,1061.0,-0.5713,0,leg_gt,5.19,60 -4894,buy_compound_top3,buy,2025-11-15 17:57:00,1061.0,-0.5713,0,leg_gt,5.18,60 -4895,buy_compound_top3,buy,2025-11-15 18:00:00,1061.0,-0.5713,0,leg_gt,5.18,60 -4896,buy_compound_top3,buy,2025-11-15 18:03:00,1059.0,-0.3833,0,leg_gt,5.18,60 -4897,buy_compound_top3,buy,2025-11-15 20:51:00,1058.0,-0.289,0,leg_gt,5.06,60 -4898,buy_compound_top3,buy,2025-11-15 20:54:00,1059.0,-0.3833,0,leg_gt,5.06,60 -4899,buy_compound_top3,buy,2025-11-15 23:51:00,1061.0,-0.5713,0,leg_gt,4.93,60 -4900,buy_compound_top3,buy,2025-11-15 23:54:00,1065.0,-0.9451,0,leg_gt,4.93,60 -4901,buy_compound_top3,buy,2025-11-16 00:00:00,1062.0,-0.665,0,leg_gt,4.93,60 -4902,buy_compound_top3,buy,2025-11-16 00:03:00,1060.0,-0.4774,0,leg_gt,4.92,60 -4903,buy_compound_top3,buy,2025-11-16 01:27:00,1053.0,0.1849,1,leg_gt,4.87,60 -4904,buy_compound_top3,buy,2025-11-16 01:36:00,1050.0,0.4714,1,leg_gt,4.86,60 -4905,buy_compound_top3,buy,2025-11-16 01:39:00,1052.0,0.2802,1,leg_gt,4.86,60 -4906,buy_compound_top3,buy,2025-11-16 05:30:00,1053.0,0.1849,1,leg_gt,4.7,60 -4907,buy_compound_top3,buy,2025-11-16 05:33:00,1054.0,0.0898,1,leg_gt,4.7,60 -4908,buy_compound_top3,buy,2025-11-16 05:36:00,1054.0,0.0898,1,leg_gt,4.69,60 -4909,buy_compound_top3,buy,2025-11-16 05:39:00,1052.0,0.2802,1,leg_gt,4.69,60 -4910,buy_compound_top3,buy,2025-11-16 05:42:00,1051.0,0.3757,1,leg_gt,4.69,60 -4911,buy_compound_top3,buy,2025-11-16 05:45:00,1051.0,0.3757,1,leg_gt,4.69,60 -4912,buy_compound_top3,buy,2025-11-16 05:48:00,1052.0,0.2802,1,leg_gt,4.69,60 -4913,buy_compound_top3,buy,2025-11-16 05:51:00,1055.0,-0.0052,0,leg_gt,4.68,60 -4914,buy_compound_top3,buy,2025-11-16 05:54:00,1051.0,0.3757,1,leg_gt,4.68,60 -4915,buy_compound_top3,buy,2025-11-16 06:57:00,1048.0,0.6634,1,leg_gt,4.64,60 -4916,buy_compound_top3,buy,2025-11-16 07:00:00,1047.0,0.7596,1,leg_gt,4.64,60 -4917,buy_compound_top3,buy,2025-11-16 07:03:00,1049.0,0.5673,1,leg_gt,4.63,60 -4918,buy_compound_top3,buy,2025-11-16 14:45:00,1046.0,0.856,1,leg_gt,4.31,60 -4919,buy_compound_top3,buy,2025-11-16 14:48:00,1046.0,0.856,1,leg_gt,4.31,60 -4920,buy_compound_top3,buy,2025-11-16 17:30:00,1044.0,1.0494,1,leg_gt,4.2,60 -4921,buy_compound_top3,buy,2025-11-16 17:33:00,1044.0,1.0494,1,leg_gt,4.2,60 -4922,buy_compound_top3,buy,2025-11-16 17:36:00,1043.0,1.1464,1,leg_gt,4.19,60 -4923,buy_compound_top3,buy,2025-11-16 17:39:00,1043.0,1.1464,1,leg_gt,4.19,60 -4924,buy_compound_top3,buy,2025-11-16 17:42:00,1043.0,1.1464,1,leg_gt,4.19,60 -4925,buy_compound_top3,buy,2025-11-16 20:45:00,1027.0,2.7238,1,leg_gt,4.06,60 -4926,buy_compound_top3,buy,2025-11-16 20:48:00,1029.0,2.5239,1,leg_gt,4.06,60 -4927,buy_compound_top3,buy,2025-11-17 01:06:00,1019.0,3.531,1,leg_gt,3.88,60 -4928,buy_compound_top3,buy,2025-11-17 01:09:00,1015.0,3.9394,1,leg_gt,3.88,60 -4929,buy_compound_top3,buy,2025-11-17 01:12:00,1012.0,4.2478,1,leg_gt,3.88,60 -4930,buy_compound_top3,buy,2025-11-17 01:15:00,1013.0,4.1448,1,leg_gt,3.88,60 -4931,buy_compound_top3,buy,2025-11-17 01:18:00,1012.0,4.2478,1,leg_gt,3.87,60 -4932,buy_compound_top3,buy,2025-11-17 01:30:00,1011.0,4.351,1,leg_gt,3.86,60 -4933,buy_compound_top3,buy,2025-11-17 01:33:00,1010.0,4.4545,1,leg_gt,3.86,60 -4934,buy_compound_top3,buy,2025-11-17 01:45:00,1009.0,4.5581,1,leg_gt,3.85,60 -4935,buy_compound_top3,buy,2025-11-17 01:48:00,1002.0,5.2892,1,leg_gt,3.85,60 -4936,buy_compound_top3,buy,2025-11-17 01:51:00,1004.0,5.0793,1,leg_gt,3.85,60 -4937,buy_compound_top3,buy,2025-11-17 01:54:00,1004.0,5.0793,1,leg_gt,3.85,60 -4938,buy_compound_top3,buy,2025-11-17 01:57:00,1003.0,5.1841,1,leg_gt,3.85,60 -4939,buy_compound_top3,buy,2025-11-17 02:00:00,1002.0,5.2892,1,leg_gt,3.84,60 -4940,buy_compound_top3,buy,2025-11-17 02:03:00,1000.0,5.5,1,leg_gt,3.84,60 -4941,buy_compound_top3,buy,2025-11-17 02:06:00,999.0,5.6057,1,leg_gt,3.84,60 -4942,buy_compound_top3,buy,2025-11-17 02:09:00,999.0,5.6057,1,leg_gt,3.84,60 -4943,buy_compound_top3,buy,2025-11-17 02:12:00,999.0,5.6057,1,leg_gt,3.84,60 -4944,buy_compound_top3,buy,2025-11-17 02:15:00,998.0,5.7116,1,leg_gt,3.83,60 -4945,buy_compound_top3,buy,2025-11-17 02:18:00,995.0,6.0307,1,leg_gt,3.83,60 -4946,buy_compound_top3,buy,2025-11-17 02:21:00,991.0,6.459,1,leg_gt,3.83,60 -4947,buy_compound_top3,buy,2025-11-17 02:24:00,1000.0,5.5,1,leg_gt,3.83,60 -4948,buy_compound_top3,buy,2025-11-17 02:30:00,998.0,5.7116,1,leg_gt,3.82,60 -4949,buy_compound_top3,buy,2025-11-17 02:33:00,994.0,6.1374,1,leg_gt,3.82,60 -4950,buy_compound_top3,buy,2025-11-17 15:42:00,1011.0,4.351,1,leg_gt,3.27,60 -4951,buy_compound_top3,buy,2025-11-17 15:45:00,1010.0,4.4545,1,leg_gt,3.27,60 -4952,buy_compound_top3,buy,2025-11-17 15:48:00,1010.0,4.4545,1,leg_gt,3.27,60 -4953,buy_compound_top3,buy,2025-11-17 21:42:00,1015.0,3.9394,1,leg_gt,3.02,60 -4954,buy_compound_top3,buy,2025-11-17 21:45:00,1015.0,3.9394,1,leg_gt,3.02,60 -4955,buy_compound_top3,buy,2025-11-17 21:48:00,1014.0,4.042,1,leg_gt,3.02,60 -4956,buy_compound_top3,buy,2025-11-17 21:51:00,1015.0,3.9394,1,leg_gt,3.02,60 -4957,buy_compound_top3,buy,2025-11-17 21:54:00,1014.0,4.042,1,leg_gt,3.01,60 -4958,buy_compound_top3,buy,2025-11-17 21:57:00,1015.0,3.9394,1,leg_gt,3.01,60 -4959,buy_compound_top3,buy,2025-11-17 22:06:00,1012.0,4.2478,1,leg_gt,3.01,60 -4960,buy_compound_top3,buy,2025-11-17 22:09:00,1012.0,4.2478,1,leg_gt,3.0,60 -4961,buy_compound_top3,buy,2025-11-18 01:12:00,993.0,6.2444,1,leg_gt,2.88,60 -4962,buy_compound_top3,buy,2025-11-18 01:15:00,989.0,6.6745,1,leg_gt,2.88,60 -4963,buy_compound_top3,buy,2025-11-18 01:18:00,989.0,6.6745,1,leg_gt,2.87,60 -4964,buy_compound_top3,buy,2025-11-18 02:45:00,988.0,6.7826,1,leg_gt,2.81,60 -4965,buy_compound_top3,buy,2025-11-18 02:48:00,985.0,7.1081,1,leg_gt,2.81,60 -4966,buy_compound_top3,buy,2025-11-18 02:51:00,988.0,6.7826,1,leg_gt,2.81,60 -4967,buy_compound_top3,buy,2025-11-18 02:54:00,987.0,6.8909,1,leg_gt,2.81,60 -4968,buy_compound_top3,buy,2025-11-18 03:27:00,981.0,7.5453,1,leg_gt,2.78,60 -4969,buy_compound_top3,buy,2025-11-18 03:30:00,980.0,7.6551,1,leg_gt,2.78,60 -4970,buy_compound_top3,buy,2025-11-18 03:33:00,980.0,7.6551,1,leg_gt,2.78,60 -4971,buy_compound_top3,buy,2025-11-18 03:36:00,978.0,7.8755,1,leg_gt,2.78,60 -4972,buy_compound_top3,buy,2025-11-18 03:39:00,975.0,8.2077,1,leg_gt,2.78,60 -4973,buy_compound_top3,buy,2025-11-18 04:15:00,976.0,8.0967,1,leg_gt,2.75,60 -4974,buy_compound_top3,buy,2025-11-18 04:18:00,978.0,7.8755,1,leg_gt,2.75,60 -4975,buy_compound_top3,buy,2025-11-18 04:21:00,976.0,8.0967,1,leg_gt,2.75,60 -4976,buy_compound_top3,buy,2025-11-18 04:24:00,977.0,7.986,1,leg_gt,2.74,60 -4977,buy_compound_top3,buy,2025-11-18 04:45:00,973.0,8.4303,1,leg_gt,2.73,60 -4978,buy_compound_top3,buy,2025-11-18 04:48:00,966.0,9.2168,1,leg_gt,2.73,60 -4979,buy_compound_top3,buy,2025-11-18 04:51:00,972.0,8.542,1,leg_gt,2.72,60 -4980,buy_compound_top3,buy,2025-11-18 04:54:00,971.0,8.6539,1,leg_gt,2.72,60 -4981,buy_compound_top3,buy,2025-11-18 04:57:00,971.0,8.6539,1,leg_gt,2.72,60 -4982,buy_compound_top3,buy,2025-11-18 05:00:00,969.0,8.8783,1,leg_gt,2.72,60 -4983,buy_compound_top3,buy,2025-11-18 05:03:00,967.0,9.1037,1,leg_gt,2.72,60 -4984,buy_compound_top3,buy,2025-11-18 05:45:00,963.0,9.5573,1,leg_gt,2.69,60 -4985,buy_compound_top3,buy,2025-11-18 05:48:00,966.0,9.2168,1,leg_gt,2.69,60 -4986,buy_compound_top3,buy,2025-11-18 06:45:00,963.0,9.5573,1,leg_gt,2.65,60 -4987,buy_compound_top3,buy,2025-11-18 06:48:00,963.0,9.5573,1,leg_gt,2.64,60 -4988,buy_compound_top3,buy,2025-11-18 15:42:00,982.0,7.4356,1,leg_gt,2.27,60 -4989,buy_compound_top3,buy,2025-11-18 15:45:00,982.0,7.4356,1,leg_gt,2.27,60 -4990,buy_compound_top3,buy,2025-11-18 15:48:00,983.0,7.3262,1,leg_gt,2.27,60 -4991,buy_compound_top3,buy,2025-11-18 15:51:00,981.0,7.5453,1,leg_gt,2.27,60 -4992,buy_compound_top3,buy,2025-11-18 15:54:00,981.0,7.5453,1,leg_gt,2.26,60 -4993,buy_compound_top3,buy,2025-11-18 16:00:00,980.0,7.6551,1,leg_gt,2.26,60 -4994,buy_compound_top3,buy,2025-11-18 16:03:00,978.0,7.8755,1,leg_gt,2.26,60 -4995,buy_compound_top3,buy,2025-11-18 22:30:00,990.0,6.5667,1,leg_gt,1.99,60 -4996,buy_compound_top3,buy,2025-11-18 22:33:00,990.0,6.5667,1,leg_gt,1.99,60 -4997,buy_compound_top3,buy,2025-11-19 05:51:00,1018.0,3.6328,1,leg_gt,1.68,60 -4998,buy_compound_top3,buy,2025-11-19 05:54:00,1019.0,3.531,1,leg_gt,1.68,60 -4999,buy_compound_top3,buy,2025-11-19 06:57:00,1010.0,4.4545,1,leg_gt,1.64,60 -5000,buy_compound_top3,buy,2025-11-19 09:27:00,1012.0,4.2478,1,leg_gt,1.53,60 -5001,buy_compound_top3,buy,2025-11-19 12:57:00,1004.0,5.0793,1,leg_gt,1.39,60 -5002,buy_compound_top3,buy,2025-11-19 13:00:00,1003.0,5.1841,1,leg_gt,1.39,60 -5003,buy_compound_top3,buy,2025-11-19 13:03:00,1003.0,5.1841,1,leg_gt,1.38,60 -5004,buy_compound_top3,buy,2025-11-19 13:06:00,1003.0,5.1841,1,leg_gt,1.38,60 -5005,buy_compound_top3,buy,2025-11-19 13:09:00,1001.0,5.3945,1,leg_gt,1.38,60 -5006,buy_compound_top3,buy,2025-11-19 13:12:00,1001.0,5.3945,1,leg_gt,1.38,60 -5007,buy_compound_top3,buy,2025-11-19 13:45:00,997.0,5.8178,1,leg_gt,1.35,60 -5008,buy_compound_top3,buy,2025-11-19 13:48:00,998.0,5.7116,1,leg_gt,1.35,60 -5009,buy_compound_top3,buy,2025-11-19 14:21:00,995.0,6.0307,1,leg_gt,1.33,60 -5010,buy_compound_top3,buy,2025-11-19 14:24:00,993.0,6.2444,1,leg_gt,1.33,60 -5011,buy_compound_top3,buy,2025-11-19 14:27:00,990.0,6.5667,1,leg_gt,1.32,60 -5012,buy_compound_top3,buy,2025-11-19 18:15:00,989.0,6.6745,1,leg_gt,1.17,60 -5013,buy_compound_top3,buy,2025-11-19 18:18:00,986.0,6.9994,1,leg_gt,1.16,60 -5014,buy_compound_top3,buy,2025-11-19 18:21:00,986.0,6.9994,1,leg_gt,1.16,60 -5015,buy_compound_top3,buy,2025-11-19 18:24:00,983.0,7.3262,1,leg_gt,1.16,60 -5016,buy_compound_top3,buy,2025-11-19 23:27:00,981.0,7.5453,1,leg_gt,0.95,60 -5017,buy_compound_top3,buy,2025-11-20 00:51:00,980.0,7.6551,1,leg_gt,0.89,60 -5018,buy_compound_top3,buy,2025-11-20 00:54:00,979.0,7.7652,1,leg_gt,0.89,60 -5019,buy_compound_top3,buy,2025-11-20 00:57:00,978.0,7.8755,1,leg_gt,0.89,60 -5020,buy_compound_top3,buy,2025-11-20 01:00:00,977.0,7.986,1,leg_gt,0.89,60 -5021,buy_compound_top3,buy,2025-11-20 01:03:00,983.0,7.3262,1,leg_gt,0.88,60 -5022,buy_compound_top3,buy,2025-11-20 01:21:00,973.0,8.4303,1,leg_gt,0.87,60 -5023,buy_compound_top3,buy,2025-11-20 01:24:00,971.0,8.6539,1,leg_gt,0.87,60 -5024,buy_compound_top3,buy,2025-11-20 01:27:00,972.0,8.542,1,leg_gt,0.87,60 -5025,buy_compound_top3,buy,2025-11-20 01:30:00,971.0,8.6539,1,leg_gt,0.86,60 -5026,buy_compound_top3,buy,2025-11-20 01:33:00,972.0,8.542,1,leg_gt,0.86,60 -5027,buy_compound_top3,buy,2025-11-20 01:45:00,968.0,8.9909,1,leg_gt,0.85,60 -5028,buy_compound_top3,buy,2025-11-20 01:48:00,969.0,8.8783,1,leg_gt,0.85,60 -5029,buy_compound_top3,buy,2025-11-20 01:51:00,967.0,9.1037,1,leg_gt,0.85,60 -5030,buy_compound_top3,buy,2025-11-20 01:54:00,966.0,9.2168,1,leg_gt,0.85,60 -5031,buy_compound_top3,buy,2025-11-20 02:06:00,962.0,9.6713,1,leg_gt,0.84,60 -5032,buy_compound_top3,buy,2025-11-20 02:09:00,963.0,9.5573,1,leg_gt,0.84,60 -5033,buy_compound_top3,buy,2025-11-20 02:15:00,962.0,9.6713,1,leg_gt,0.83,60 -5034,buy_compound_top3,buy,2025-11-20 02:18:00,962.0,9.6713,1,leg_gt,0.83,60 -5035,buy_compound_top3,buy,2025-11-20 03:36:00,955.0,10.4759,1,leg_gt,0.78,60 -5036,buy_compound_top3,buy,2025-11-20 03:39:00,956.0,10.3603,1,leg_gt,0.78,60 -5037,buy_compound_top3,buy,2025-11-20 03:42:00,953.0,10.708,1,leg_gt,0.77,60 -5038,buy_compound_top3,buy,2025-11-20 03:45:00,952.0,10.8244,1,leg_gt,0.77,60 -5039,buy_compound_top3,buy,2025-11-20 03:48:00,953.0,10.708,1,leg_gt,0.77,60 -5040,buy_compound_top3,buy,2025-11-20 03:51:00,952.0,10.8244,1,leg_gt,0.77,60 -5041,buy_compound_top3,buy,2025-11-20 03:54:00,951.0,10.941,1,leg_gt,0.76,60 -5042,buy_compound_top3,buy,2025-11-20 13:30:00,1000.0,5.5,1,leg_gt,0.36,60 -5043,buy_compound_top3,buy,2025-11-20 13:33:00,1002.0,5.2892,1,leg_gt,0.36,60 -5044,buy_compound_top3,buy,2025-11-20 13:36:00,999.0,5.6057,1,leg_gt,0.36,60 -5045,buy_compound_top3,buy,2025-11-20 13:39:00,1000.0,5.5,1,leg_gt,0.36,60 -5046,buy_compound_top3,buy,2025-11-20 13:42:00,1001.0,5.3945,1,leg_gt,0.36,60 -5047,buy_compound_top3,buy,2025-11-21 00:15:00,1039.0,-5.586,0,leg_gt,12.03,60 -5048,buy_compound_top3,buy,2025-11-21 00:18:00,1038.0,-5.495,0,leg_gt,12.03,60 -5049,buy_compound_top3,buy,2025-11-21 00:51:00,1028.0,-4.5747,0,leg_gt,12.01,60 -5050,buy_compound_top3,buy,2025-11-21 00:54:00,1031.0,-4.8527,0,leg_gt,12.0,60 -5051,buy_compound_top3,buy,2025-11-21 00:57:00,1029.0,-4.6675,0,leg_gt,12.0,60 -5052,buy_compound_top3,buy,2025-11-21 01:21:00,1001.0,-1.9981,0,leg_gt,11.99,60 -5053,buy_compound_top3,buy,2025-11-21 01:24:00,1001.0,-1.9981,0,leg_gt,11.98,60 -5054,buy_compound_top3,buy,2025-11-21 01:27:00,1006.0,-2.4857,0,leg_gt,11.98,60 -5055,buy_compound_top3,buy,2025-11-21 01:30:00,1000.0,-1.9,0,leg_gt,11.98,60 -5056,buy_compound_top3,buy,2025-11-21 01:33:00,999.0,-1.8017,0,leg_gt,11.98,60 -5057,buy_compound_top3,buy,2025-11-21 01:36:00,994.0,-1.3072,0,leg_gt,11.98,60 -5058,buy_compound_top3,buy,2025-11-21 01:39:00,992.0,-1.1081,0,leg_gt,11.97,60 -5059,buy_compound_top3,buy,2025-11-21 01:42:00,990.0,-0.9081,0,leg_gt,11.97,60 -5060,buy_compound_top3,buy,2025-11-21 01:45:00,982.0,-0.1,0,leg_gt,11.97,60 -5061,buy_compound_top3,buy,2025-11-21 01:48:00,985.0,-0.4046,0,leg_gt,11.97,60 -5062,buy_compound_top3,buy,2025-11-21 01:51:00,983.0,-0.2017,0,leg_gt,11.96,60 -5063,buy_compound_top3,buy,2025-11-21 01:54:00,983.0,-0.2017,0,leg_gt,11.96,60 -5064,buy_compound_top3,buy,2025-11-21 04:00:00,964.0,1.7672,1,leg_gt,11.88,60 -5065,buy_compound_top3,buy,2025-11-21 04:03:00,960.0,2.1917,1,leg_gt,11.87,60 -5066,buy_compound_top3,buy,2025-11-21 11:30:00,978.0,0.309,1,leg_gt,11.56,60 -5067,buy_compound_top3,buy,2025-11-21 11:33:00,975.0,0.6179,1,leg_gt,11.56,60 -5068,buy_compound_top3,buy,2025-11-21 11:42:00,977.0,0.4118,1,leg_gt,11.55,60 -5069,buy_compound_top3,buy,2025-11-21 11:51:00,974.0,0.7214,1,leg_gt,11.55,60 -5070,buy_compound_top3,buy,2025-11-21 11:54:00,970.0,1.1371,1,leg_gt,11.55,60 -5071,buy_compound_top3,buy,2025-11-21 11:57:00,967.0,1.4512,1,leg_gt,11.54,60 -5072,buy_compound_top3,buy,2025-11-21 13:27:00,966.0,1.5563,1,leg_gt,11.48,60 -5073,buy_compound_top3,buy,2025-11-21 15:21:00,959.0,2.2983,1,leg_gt,11.4,60 -5074,buy_compound_top3,buy,2025-11-21 15:24:00,960.0,2.1917,1,leg_gt,11.4,60 -5075,buy_compound_top3,buy,2025-11-21 16:27:00,955.0,2.7272,1,leg_gt,11.36,60 -5076,buy_compound_top3,buy,2025-11-21 16:45:00,931.0,5.378,1,leg_gt,11.34,60 -5077,buy_compound_top3,buy,2025-11-21 16:48:00,925.0,6.0622,1,leg_gt,11.34,60 -5078,buy_compound_top3,buy,2025-11-21 16:57:00,924.0,6.1771,1,leg_gt,11.34,60 -5079,buy_compound_top3,buy,2025-11-21 17:45:00,908.0,8.0498,1,leg_gt,11.3,60 -5080,buy_compound_top3,buy,2025-11-21 17:48:00,910.0,7.8121,1,leg_gt,11.3,60 -5081,buy_compound_top3,buy,2025-11-21 17:51:00,907.0,8.169,1,leg_gt,11.3,60 -5082,buy_compound_top3,buy,2025-11-21 17:54:00,912.0,7.5754,1,leg_gt,11.3,60 -5083,buy_compound_top3,buy,2025-11-21 18:30:00,905.0,8.4083,1,leg_gt,11.27,60 -5084,buy_compound_top3,buy,2025-11-21 18:33:00,902.0,8.7692,1,leg_gt,11.27,60 -5085,buy_compound_top3,buy,2025-11-21 18:36:00,903.0,8.6486,1,leg_gt,11.27,60 -5086,buy_compound_top3,buy,2025-11-21 18:39:00,902.0,8.7692,1,leg_gt,11.26,60 -5087,buy_compound_top3,buy,2025-11-21 18:42:00,899.0,9.1325,1,leg_gt,11.26,60 -5088,buy_compound_top3,buy,2025-11-21 18:45:00,901.0,8.89,1,leg_gt,11.26,60 -5089,buy_compound_top3,buy,2025-11-21 18:48:00,902.0,8.7692,1,leg_gt,11.26,60 -5090,buy_compound_top3,buy,2025-11-21 18:51:00,901.0,8.89,1,leg_gt,11.26,60 -5091,buy_compound_top3,buy,2025-11-21 18:54:00,899.0,9.1325,1,leg_gt,11.25,60 -5092,buy_compound_top3,buy,2025-11-21 18:57:00,900.0,9.0111,1,leg_gt,11.25,60 -5093,buy_compound_top3,buy,2025-11-21 19:00:00,896.0,9.4982,1,leg_gt,11.25,60 -5094,buy_compound_top3,buy,2025-11-21 19:03:00,893.0,9.8664,1,leg_gt,11.25,60 -5095,buy_compound_top3,buy,2025-11-21 20:42:00,893.0,9.8664,1,leg_gt,11.18,60 -5096,buy_compound_top3,buy,2025-11-21 20:45:00,893.0,9.8664,1,leg_gt,11.18,60 -5097,buy_compound_top3,buy,2025-11-21 20:48:00,892.0,9.9897,1,leg_gt,11.18,60 -5098,buy_compound_top3,buy,2025-11-21 21:00:00,889.0,10.3612,1,leg_gt,11.17,60 -5099,buy_compound_top3,buy,2025-11-21 21:03:00,892.0,9.9897,1,leg_gt,11.16,60 -5100,buy_compound_top3,buy,2025-11-21 21:21:00,886.0,10.7352,1,leg_gt,11.15,60 -5101,buy_compound_top3,buy,2025-11-21 21:24:00,876.0,12.0005,1,leg_gt,11.15,60 -5102,buy_compound_top3,buy,2025-11-22 01:00:00,899.0,9.1325,1,leg_gt,11.0,60 -5103,buy_compound_top3,buy,2025-11-22 01:03:00,897.0,9.376,1,leg_gt,11.0,60 -5104,buy_compound_top3,buy,2025-11-22 01:06:00,891.0,10.1132,1,leg_gt,11.0,60 -5105,buy_compound_top3,buy,2025-11-22 01:09:00,896.0,9.4982,1,leg_gt,10.99,60 -5106,buy_compound_top3,buy,2025-11-22 01:12:00,894.0,9.7434,1,leg_gt,10.99,60 -5107,buy_compound_top3,buy,2025-11-22 01:15:00,894.0,9.7434,1,leg_gt,10.99,60 -5108,buy_compound_top3,buy,2025-11-22 01:18:00,891.0,10.1132,1,leg_gt,10.99,60 -5109,buy_compound_top3,buy,2025-11-22 05:00:00,903.0,8.6486,1,leg_gt,10.83,60 -5110,buy_compound_top3,buy,2025-11-22 05:03:00,902.0,8.7692,1,leg_gt,10.83,60 -5111,buy_compound_top3,buy,2025-11-22 05:15:00,898.0,9.2541,1,leg_gt,10.82,60 -5112,buy_compound_top3,buy,2025-11-22 05:18:00,893.0,9.8664,1,leg_gt,10.82,60 -5113,buy_compound_top3,buy,2025-11-22 05:27:00,890.0,10.2371,1,leg_gt,10.81,60 -5114,buy_compound_top3,buy,2025-11-22 06:06:00,885.0,10.8605,1,leg_gt,10.79,60 -5115,buy_compound_top3,buy,2025-11-22 06:09:00,882.0,11.2379,1,leg_gt,10.79,60 -5116,buy_compound_top3,buy,2025-11-22 07:42:00,881.0,11.3642,1,leg_gt,10.72,60 -5117,buy_compound_top3,buy,2025-11-22 07:45:00,880.0,11.4909,1,leg_gt,10.72,60 -5118,buy_compound_top3,buy,2025-11-22 07:48:00,873.0,12.3857,1,leg_gt,10.72,60 -5119,buy_compound_top3,buy,2025-11-22 08:06:00,867.0,13.1641,1,leg_gt,10.7,60 -5120,buy_compound_top3,buy,2025-11-22 08:09:00,865.0,13.426,1,leg_gt,10.7,60 -5121,buy_compound_top3,buy,2025-11-22 12:42:00,905.0,8.4083,1,leg_gt,10.51,60 -5122,buy_compound_top3,buy,2025-11-22 12:45:00,902.0,8.7692,1,leg_gt,10.51,60 -5123,buy_compound_top3,buy,2025-11-22 12:48:00,901.0,8.89,1,leg_gt,10.51,60 -5124,buy_compound_top3,buy,2025-11-22 12:51:00,900.0,9.0111,1,leg_gt,10.51,60 -5125,buy_compound_top3,buy,2025-11-22 12:54:00,901.0,8.89,1,leg_gt,10.5,60 -5126,buy_compound_top3,buy,2025-11-22 13:27:00,890.0,10.2371,1,leg_gt,10.48,60 -5127,buy_compound_top3,buy,2025-11-22 13:42:00,886.0,10.7352,1,leg_gt,10.47,60 -5128,buy_compound_top3,buy,2025-11-22 14:42:00,880.0,11.4909,1,leg_gt,10.43,60 -5129,buy_compound_top3,buy,2025-11-22 17:42:00,887.0,10.6103,1,leg_gt,10.3,60 -5130,buy_compound_top3,buy,2025-11-23 06:12:00,894.0,9.7434,1,leg_gt,9.78,60 -5131,buy_compound_top3,buy,2025-11-23 16:12:00,917.0,6.9883,1,leg_gt,9.37,60 -5132,buy_compound_top3,buy,2025-11-23 16:15:00,918.0,6.8717,1,leg_gt,9.36,60 -5133,buy_compound_top3,buy,2025-11-23 16:18:00,913.0,7.4575,1,leg_gt,9.36,60 -5134,buy_compound_top3,buy,2025-11-23 16:27:00,913.0,7.4575,1,leg_gt,9.36,60 -5135,buy_compound_top3,buy,2025-11-23 16:30:00,910.0,7.8121,1,leg_gt,9.35,60 -5136,buy_compound_top3,buy,2025-11-23 16:33:00,912.0,7.5754,1,leg_gt,9.35,60 -5137,buy_compound_top3,buy,2025-11-23 20:15:00,913.0,7.4575,1,leg_gt,9.2,60 -5138,buy_compound_top3,buy,2025-11-23 20:18:00,911.0,7.6936,1,leg_gt,9.2,60 -5139,buy_compound_top3,buy,2025-11-24 00:00:00,917.0,6.9883,1,leg_gt,9.04,60 -5140,buy_compound_top3,buy,2025-11-24 00:03:00,919.0,6.7553,1,leg_gt,9.04,60 -5141,buy_compound_top3,buy,2025-11-24 00:06:00,916.0,7.1052,1,leg_gt,9.04,60 -5142,buy_compound_top3,buy,2025-11-24 00:09:00,917.0,6.9883,1,leg_gt,9.04,60 -5143,buy_compound_top3,buy,2025-11-24 09:12:00,915.0,7.2224,1,leg_gt,8.66,60 -5144,buy_compound_top3,buy,2025-11-24 09:15:00,915.0,7.2224,1,leg_gt,8.66,60 -5145,buy_compound_top3,buy,2025-11-24 09:18:00,913.0,7.4575,1,leg_gt,8.65,60 -5146,buy_compound_top3,buy,2025-11-24 09:21:00,910.0,7.8121,1,leg_gt,8.65,60 -5147,buy_compound_top3,buy,2025-11-24 09:24:00,914.0,7.3398,1,leg_gt,8.65,60 -5148,buy_compound_top3,buy,2025-11-24 15:12:00,924.0,6.1771,1,leg_gt,8.41,60 -5149,buy_compound_top3,buy,2025-11-24 18:42:00,912.0,7.5754,1,leg_gt,8.26,60 -5150,buy_compound_top3,buy,2025-11-24 18:45:00,911.0,7.6936,1,leg_gt,8.26,60 -5151,buy_compound_top3,buy,2025-11-24 18:48:00,913.0,7.4575,1,leg_gt,8.26,60 -5152,buy_compound_top3,buy,2025-11-24 19:36:00,908.0,8.0498,1,leg_gt,8.22,60 -5153,buy_compound_top3,buy,2025-11-24 19:39:00,910.0,7.8121,1,leg_gt,8.22,60 -5154,buy_compound_top3,buy,2025-11-24 19:45:00,908.0,8.0498,1,leg_gt,8.22,60 -5155,buy_compound_top3,buy,2025-11-24 19:48:00,910.0,7.8121,1,leg_gt,8.22,60 -5156,buy_compound_top3,buy,2025-11-24 22:00:00,905.0,8.4083,1,leg_gt,8.12,60 -5157,buy_compound_top3,buy,2025-11-24 22:03:00,906.0,8.2885,1,leg_gt,8.12,60 -5158,buy_compound_top3,buy,2025-11-24 23:27:00,906.0,8.2885,1,leg_gt,8.06,60 -5159,buy_compound_top3,buy,2025-11-25 08:45:00,956.0,2.6197,1,leg_gt,7.68,60 -5160,buy_compound_top3,buy,2025-11-25 08:48:00,955.0,2.7272,1,leg_gt,7.68,60 -5161,buy_compound_top3,buy,2025-11-25 11:00:00,951.0,3.1597,1,leg_gt,7.58,60 -5162,buy_compound_top3,buy,2025-11-25 11:03:00,952.0,3.0513,1,leg_gt,7.58,60 -5163,buy_compound_top3,buy,2025-11-25 11:12:00,951.0,3.1597,1,leg_gt,7.58,60 -5164,buy_compound_top3,buy,2025-11-25 11:21:00,951.0,3.1597,1,leg_gt,7.57,60 -5165,buy_compound_top3,buy,2025-11-25 11:24:00,947.0,3.5959,1,leg_gt,7.57,60 -5166,buy_compound_top3,buy,2025-11-25 11:42:00,945.0,3.8153,1,leg_gt,7.55,60 -5167,buy_compound_top3,buy,2025-11-25 15:21:00,944.0,3.9254,1,leg_gt,7.4,60 -5168,buy_compound_top3,buy,2025-11-25 15:24:00,943.0,4.0357,1,leg_gt,7.4,60 -5169,buy_compound_top3,buy,2025-11-25 15:36:00,940.0,4.3681,1,leg_gt,7.39,60 -5170,buy_compound_top3,buy,2025-11-25 15:39:00,941.0,4.2571,1,leg_gt,7.39,60 -5171,buy_compound_top3,buy,2025-11-25 15:42:00,939.0,4.4793,1,leg_gt,7.39,60 -5172,buy_compound_top3,buy,2025-11-25 15:45:00,940.0,4.3681,1,leg_gt,7.39,60 -5173,buy_compound_top3,buy,2025-11-25 15:48:00,940.0,4.3681,1,leg_gt,7.38,60 -5174,buy_compound_top3,buy,2025-11-25 17:00:00,938.0,4.5908,1,leg_gt,7.33,60 -5175,buy_compound_top3,buy,2025-11-25 17:03:00,938.0,4.5908,1,leg_gt,7.33,60 -5176,buy_compound_top3,buy,2025-11-25 18:06:00,934.0,5.0392,1,leg_gt,7.29,60 -5177,buy_compound_top3,buy,2025-11-25 18:09:00,934.0,5.0392,1,leg_gt,7.29,60 -5178,buy_compound_top3,buy,2025-11-25 18:12:00,934.0,5.0392,1,leg_gt,7.28,60 -5179,buy_compound_top3,buy,2025-11-25 18:27:00,931.0,5.378,1,leg_gt,7.27,60 -5180,buy_compound_top3,buy,2025-11-25 23:57:00,931.0,5.378,1,leg_gt,7.04,60 -5181,buy_compound_top3,buy,2025-11-26 00:06:00,928.0,5.719,1,leg_gt,7.04,60 -5182,buy_compound_top3,buy,2025-11-26 00:09:00,932.0,5.2648,1,leg_gt,7.04,60 -5183,buy_compound_top3,buy,2025-11-26 04:27:00,927.0,5.8331,1,leg_gt,6.86,60 -5184,buy_compound_top3,buy,2025-11-26 04:30:00,928.0,5.719,1,leg_gt,6.85,60 -5185,buy_compound_top3,buy,2025-11-26 04:33:00,929.0,5.6051,1,leg_gt,6.85,60 -5186,buy_compound_top3,buy,2025-11-26 12:42:00,950.0,3.2684,1,leg_gt,6.51,60 -5187,buy_compound_top3,buy,2025-11-26 12:51:00,948.0,3.4865,1,leg_gt,6.51,60 -5188,buy_compound_top3,buy,2025-11-26 12:54:00,948.0,3.4865,1,leg_gt,6.5,60 -5189,buy_compound_top3,buy,2025-11-26 18:06:00,948.0,3.4865,1,leg_gt,6.29,60 -5190,buy_compound_top3,buy,2025-11-26 18:09:00,949.0,3.3773,1,leg_gt,6.29,60 -5191,buy_compound_top3,buy,2025-11-26 18:15:00,949.0,3.3773,1,leg_gt,6.28,60 -5192,buy_compound_top3,buy,2025-11-26 18:18:00,946.0,3.7055,1,leg_gt,6.28,60 -5193,buy_compound_top3,buy,2025-11-26 18:21:00,945.0,3.8153,1,leg_gt,6.28,60 -5194,buy_compound_top3,buy,2025-11-26 18:24:00,945.0,3.8153,1,leg_gt,6.28,60 -5195,buy_compound_top3,buy,2025-11-26 18:27:00,946.0,3.7055,1,leg_gt,6.27,60 -5196,buy_compound_top3,buy,2025-11-26 18:30:00,945.0,3.8153,1,leg_gt,6.27,60 -5197,buy_compound_top3,buy,2025-11-26 18:33:00,944.0,3.9254,1,leg_gt,6.27,60 -5198,buy_compound_top3,buy,2025-11-26 18:36:00,944.0,3.9254,1,leg_gt,6.27,60 -5199,buy_compound_top3,buy,2025-11-26 18:39:00,943.0,4.0357,1,leg_gt,6.26,60 -5200,buy_compound_top3,buy,2025-11-26 18:45:00,945.0,3.8153,1,leg_gt,6.26,60 -5201,buy_compound_top3,buy,2025-11-26 18:48:00,943.0,4.0357,1,leg_gt,6.26,60 -5202,buy_compound_top3,buy,2025-11-26 18:51:00,943.0,4.0357,1,leg_gt,6.26,60 -5203,buy_compound_top3,buy,2025-11-26 18:54:00,943.0,4.0357,1,leg_gt,6.25,60 -5204,buy_compound_top3,buy,2025-11-26 19:42:00,942.0,4.1463,1,leg_gt,6.22,60 -5205,buy_compound_top3,buy,2025-11-26 20:21:00,941.0,4.2571,1,leg_gt,6.19,60 -5206,buy_compound_top3,buy,2025-11-26 20:24:00,940.0,4.3681,1,leg_gt,6.19,60 -5207,buy_compound_top3,buy,2025-11-26 20:27:00,940.0,4.3681,1,leg_gt,6.19,60 -5208,buy_compound_top3,buy,2025-11-26 20:42:00,940.0,4.3681,1,leg_gt,6.18,60 -5209,buy_compound_top3,buy,2025-11-26 20:51:00,938.0,4.5908,1,leg_gt,6.17,60 -5210,buy_compound_top3,buy,2025-11-26 20:54:00,938.0,4.5908,1,leg_gt,6.17,60 -5211,buy_compound_top3,buy,2025-11-26 21:15:00,935.0,4.9267,1,leg_gt,6.16,60 -5212,buy_compound_top3,buy,2025-11-26 21:18:00,935.0,4.9267,1,leg_gt,6.15,60 -5213,buy_compound_top3,buy,2025-11-26 21:30:00,934.0,5.0392,1,leg_gt,6.15,60 -5214,buy_compound_top3,buy,2025-11-26 21:33:00,933.0,5.1519,1,leg_gt,6.14,60 -5215,buy_compound_top3,buy,2025-11-27 00:21:00,930.0,5.4914,1,leg_gt,6.03,60 -5216,buy_compound_top3,buy,2025-11-27 00:24:00,930.0,5.4914,1,leg_gt,6.02,60 -5217,buy_compound_top3,buy,2025-11-27 06:21:00,969.0,1.2416,1,leg_gt,5.78,60 -5218,buy_compound_top3,buy,2025-11-27 06:24:00,970.0,1.1371,1,leg_gt,5.78,60 -5219,buy_compound_top3,buy,2025-11-27 14:12:00,978.0,0.309,1,leg_gt,5.45,60 -5220,buy_compound_top3,buy,2025-11-27 14:27:00,978.0,0.309,1,leg_gt,5.44,60 -5221,buy_compound_top3,buy,2025-11-27 14:30:00,977.0,0.4118,1,leg_gt,5.44,60 -5222,buy_compound_top3,buy,2025-11-27 14:33:00,975.0,0.6179,1,leg_gt,5.44,60 -5223,buy_compound_top3,buy,2025-11-27 14:45:00,974.0,0.7214,1,leg_gt,5.43,60 -5224,buy_compound_top3,buy,2025-11-27 14:48:00,973.0,0.825,1,leg_gt,5.42,60 -5225,buy_compound_top3,buy,2025-11-27 14:51:00,974.0,0.7214,1,leg_gt,5.42,60 -5226,buy_compound_top3,buy,2025-11-27 14:54:00,973.0,0.825,1,leg_gt,5.42,60 -5227,buy_compound_top3,buy,2025-11-27 15:00:00,972.0,0.9288,1,leg_gt,5.42,60 -5228,buy_compound_top3,buy,2025-11-27 15:03:00,971.0,1.0329,1,leg_gt,5.41,60 -5229,buy_compound_top3,buy,2025-11-27 17:00:00,970.0,1.1371,1,leg_gt,5.33,60 -5230,buy_compound_top3,buy,2025-11-27 17:03:00,970.0,1.1371,1,leg_gt,5.33,60 -5231,buy_compound_top3,buy,2025-11-27 17:15:00,968.0,1.3463,1,leg_gt,5.32,60 -5232,buy_compound_top3,buy,2025-11-27 17:18:00,966.0,1.5563,1,leg_gt,5.32,60 -5233,buy_compound_top3,buy,2025-11-28 07:15:00,988.0,-0.7073,0,leg_gt,4.74,60 -5234,buy_compound_top3,buy,2025-11-28 07:18:00,987.0,-0.6066,0,leg_gt,4.74,60 -5235,buy_compound_top3,buy,2025-11-28 07:30:00,984.0,-0.3033,0,leg_gt,4.73,60 -5236,buy_compound_top3,buy,2025-11-28 07:33:00,983.0,-0.2017,0,leg_gt,4.73,60 -5237,buy_compound_top3,buy,2025-11-28 07:36:00,983.0,-0.2017,0,leg_gt,4.72,60 -5238,buy_compound_top3,buy,2025-11-28 07:39:00,982.0,-0.1,0,leg_gt,4.72,60 -5239,buy_compound_top3,buy,2025-11-28 07:42:00,978.0,0.309,1,leg_gt,4.72,60 -5240,buy_compound_top3,buy,2025-11-28 07:45:00,979.0,0.2064,1,leg_gt,4.72,60 -5241,buy_compound_top3,buy,2025-11-28 07:48:00,979.0,0.2064,1,leg_gt,4.72,60 -5242,buy_compound_top3,buy,2025-11-28 07:51:00,977.0,0.4118,1,leg_gt,4.71,60 -5243,buy_compound_top3,buy,2025-11-28 07:54:00,976.0,0.5148,1,leg_gt,4.71,60 -5244,buy_compound_top3,buy,2025-11-28 07:57:00,976.0,0.5148,1,leg_gt,4.71,60 -5245,buy_compound_top3,buy,2025-11-28 10:00:00,973.0,0.825,1,leg_gt,4.62,60 -5246,buy_compound_top3,buy,2025-11-28 10:03:00,973.0,0.825,1,leg_gt,4.62,60 -5247,buy_compound_top3,buy,2025-11-28 10:06:00,973.0,0.825,1,leg_gt,4.62,60 -5248,buy_compound_top3,buy,2025-11-28 10:09:00,971.0,1.0329,1,leg_gt,4.62,60 -5249,buy_compound_top3,buy,2025-11-28 10:30:00,967.0,1.4512,1,leg_gt,4.6,60 -5250,buy_compound_top3,buy,2025-11-28 10:33:00,964.0,1.7672,1,leg_gt,4.6,60 -5251,buy_compound_top3,buy,2025-11-28 10:36:00,966.0,1.5563,1,leg_gt,4.6,60 -5252,buy_compound_top3,buy,2025-11-28 10:39:00,967.0,1.4512,1,leg_gt,4.6,60 -5253,buy_compound_top3,buy,2025-11-28 10:42:00,964.0,1.7672,1,leg_gt,4.6,60 -5254,buy_compound_top3,buy,2025-11-28 10:45:00,964.0,1.7672,1,leg_gt,4.59,60 -5255,buy_compound_top3,buy,2025-11-28 10:48:00,963.0,1.873,1,leg_gt,4.59,60 -5256,buy_compound_top3,buy,2025-11-28 10:51:00,962.0,1.979,1,leg_gt,4.59,60 -5257,buy_compound_top3,buy,2025-11-28 10:54:00,959.0,2.2983,1,leg_gt,4.59,60 -5258,buy_compound_top3,buy,2025-11-28 11:00:00,960.0,2.1917,1,leg_gt,4.58,60 -5259,buy_compound_top3,buy,2025-11-28 11:03:00,959.0,2.2983,1,leg_gt,4.58,60 -5260,buy_compound_top3,buy,2025-11-28 11:06:00,959.0,2.2983,1,leg_gt,4.58,60 -5261,buy_compound_top3,buy,2025-11-28 11:09:00,954.0,2.835,1,leg_gt,4.58,60 -5262,buy_compound_top3,buy,2025-11-28 11:12:00,955.0,2.7272,1,leg_gt,4.58,60 -5263,buy_compound_top3,buy,2025-11-28 11:15:00,956.0,2.6197,1,leg_gt,4.57,60 -5264,buy_compound_top3,buy,2025-11-28 11:18:00,957.0,2.5123,1,leg_gt,4.57,60 -5265,buy_compound_top3,buy,2025-11-28 11:21:00,955.0,2.7272,1,leg_gt,4.57,60 -5266,buy_compound_top3,buy,2025-11-28 11:24:00,955.0,2.7272,1,leg_gt,4.57,60 -5267,buy_compound_top3,buy,2025-11-28 15:30:00,955.0,2.7272,1,leg_gt,4.4,60 -5268,buy_compound_top3,buy,2025-11-28 15:33:00,956.0,2.6197,1,leg_gt,4.39,60 -5269,buy_compound_top3,buy,2025-11-28 20:27:00,965.0,1.6617,1,leg_gt,4.19,60 -5270,buy_compound_top3,buy,2025-11-28 20:30:00,966.0,1.5563,1,leg_gt,4.19,60 -5271,buy_compound_top3,buy,2025-11-28 20:33:00,965.0,1.6617,1,leg_gt,4.19,60 -5272,buy_compound_top3,buy,2025-11-29 01:36:00,972.0,0.9288,1,leg_gt,3.98,60 -5273,buy_compound_top3,buy,2025-11-29 01:39:00,971.0,1.0329,1,leg_gt,3.97,60 -5274,buy_compound_top3,buy,2025-11-29 01:42:00,971.0,1.0329,1,leg_gt,3.97,60 -5275,buy_compound_top3,buy,2025-11-29 02:15:00,963.0,1.873,1,leg_gt,3.95,60 -5276,buy_compound_top3,buy,2025-11-29 02:18:00,965.0,1.6617,1,leg_gt,3.95,60 -5277,buy_compound_top3,buy,2025-11-29 02:21:00,963.0,1.873,1,leg_gt,3.94,60 -5278,buy_compound_top3,buy,2025-11-29 02:24:00,963.0,1.873,1,leg_gt,3.94,60 -5279,buy_compound_top3,buy,2025-11-29 02:27:00,962.0,1.979,1,leg_gt,3.94,60 -5280,buy_compound_top3,buy,2025-11-29 02:30:00,961.0,2.0852,1,leg_gt,3.94,60 -5281,buy_compound_top3,buy,2025-11-29 02:33:00,959.0,2.2983,1,leg_gt,3.94,60 -5282,buy_compound_top3,buy,2025-11-29 02:36:00,960.0,2.1917,1,leg_gt,3.93,60 -5283,buy_compound_top3,buy,2025-11-29 02:39:00,956.0,2.6197,1,leg_gt,3.93,60 -5284,buy_compound_top3,buy,2025-11-29 02:42:00,957.0,2.5123,1,leg_gt,3.93,60 -5285,buy_compound_top3,buy,2025-11-29 02:45:00,957.0,2.5123,1,leg_gt,3.93,60 -5286,buy_compound_top3,buy,2025-11-29 02:48:00,959.0,2.2983,1,leg_gt,3.92,60 -5287,buy_compound_top3,buy,2025-11-29 03:06:00,955.0,2.7272,1,leg_gt,3.91,60 -5288,buy_compound_top3,buy,2025-11-29 03:09:00,954.0,2.835,1,leg_gt,3.91,60 -5289,buy_compound_top3,buy,2025-11-29 09:27:00,967.0,1.4512,1,leg_gt,3.65,60 -5290,buy_compound_top3,buy,2025-11-29 12:42:00,969.0,1.2416,1,leg_gt,3.51,60 -5291,buy_compound_top3,buy,2025-11-29 12:45:00,968.0,1.3463,1,leg_gt,3.51,60 -5292,buy_compound_top3,buy,2025-11-29 12:48:00,968.0,1.3463,1,leg_gt,3.51,60 -5293,buy_compound_top3,buy,2025-11-29 12:57:00,967.0,1.4512,1,leg_gt,3.5,60 -5294,buy_compound_top3,buy,2025-11-29 13:00:00,967.0,1.4512,1,leg_gt,3.5,60 -5295,buy_compound_top3,buy,2025-11-29 13:03:00,968.0,1.3463,1,leg_gt,3.5,60 -5296,buy_compound_top3,buy,2025-11-29 15:45:00,963.0,1.873,1,leg_gt,3.39,60 -5297,buy_compound_top3,buy,2025-11-29 15:48:00,961.0,2.0852,1,leg_gt,3.38,60 -5298,buy_compound_top3,buy,2025-11-29 15:51:00,962.0,1.979,1,leg_gt,3.38,60 -5299,buy_compound_top3,buy,2025-11-29 15:54:00,962.0,1.979,1,leg_gt,3.38,60 -5300,buy_compound_top3,buy,2025-11-29 15:57:00,962.0,1.979,1,leg_gt,3.38,60 -5301,buy_compound_top3,buy,2025-11-29 17:42:00,959.0,2.2983,1,leg_gt,3.3,60 -5302,buy_compound_top3,buy,2025-11-29 17:51:00,958.0,2.4052,1,leg_gt,3.3,60 -5303,buy_compound_top3,buy,2025-11-29 17:54:00,957.0,2.5123,1,leg_gt,3.3,60 -5304,buy_compound_top3,buy,2025-11-29 17:57:00,959.0,2.2983,1,leg_gt,3.29,60 -5305,buy_compound_top3,buy,2025-11-29 18:12:00,959.0,2.2983,1,leg_gt,3.28,60 -5306,buy_compound_top3,buy,2025-11-29 18:30:00,956.0,2.6197,1,leg_gt,3.27,60 -5307,buy_compound_top3,buy,2025-11-29 18:33:00,956.0,2.6197,1,leg_gt,3.27,60 -5308,buy_compound_top3,buy,2025-11-29 18:36:00,955.0,2.7272,1,leg_gt,3.27,60 -5309,buy_compound_top3,buy,2025-11-29 18:39:00,956.0,2.6197,1,leg_gt,3.26,60 -5310,buy_compound_top3,buy,2025-11-29 18:42:00,955.0,2.7272,1,leg_gt,3.26,60 -5311,buy_compound_top3,buy,2025-11-29 19:06:00,955.0,2.7272,1,leg_gt,3.25,60 -5312,buy_compound_top3,buy,2025-11-29 19:09:00,954.0,2.835,1,leg_gt,3.24,60 -5313,buy_compound_top3,buy,2025-11-29 23:30:00,954.0,2.835,1,leg_gt,3.06,60 -5314,buy_compound_top3,buy,2025-11-29 23:33:00,955.0,2.7272,1,leg_gt,3.06,60 -5315,buy_compound_top3,buy,2025-11-29 23:36:00,955.0,2.7272,1,leg_gt,3.06,60 -5316,buy_compound_top3,buy,2025-11-29 23:39:00,954.0,2.835,1,leg_gt,3.06,60 -5317,buy_compound_top3,buy,2025-11-30 02:12:00,953.0,2.943,1,leg_gt,2.95,60 -5318,buy_compound_top3,buy,2025-11-30 02:15:00,953.0,2.943,1,leg_gt,2.95,60 -5319,buy_compound_top3,buy,2025-11-30 02:18:00,953.0,2.943,1,leg_gt,2.95,60 -5320,buy_compound_top3,buy,2025-11-30 02:21:00,952.0,3.0513,1,leg_gt,2.94,60 -5321,buy_compound_top3,buy,2025-11-30 02:24:00,952.0,3.0513,1,leg_gt,2.94,60 -5322,buy_compound_top3,buy,2025-11-30 02:27:00,952.0,3.0513,1,leg_gt,2.94,60 -5323,buy_compound_top3,buy,2025-11-30 02:42:00,951.0,3.1597,1,leg_gt,2.93,60 -5324,buy_compound_top3,buy,2025-11-30 02:45:00,951.0,3.1597,1,leg_gt,2.93,60 -5325,buy_compound_top3,buy,2025-11-30 02:48:00,949.0,3.3773,1,leg_gt,2.92,60 -5326,buy_compound_top3,buy,2025-11-30 02:57:00,949.0,3.3773,1,leg_gt,2.92,60 -5327,buy_compound_top3,buy,2025-11-30 03:00:00,949.0,3.3773,1,leg_gt,2.92,60 -5328,buy_compound_top3,buy,2025-11-30 03:03:00,948.0,3.4865,1,leg_gt,2.91,60 -5329,buy_compound_top3,buy,2025-11-30 03:06:00,948.0,3.4865,1,leg_gt,2.91,60 -5330,buy_compound_top3,buy,2025-11-30 03:09:00,948.0,3.4865,1,leg_gt,2.91,60 -5331,buy_compound_top3,buy,2025-11-30 03:12:00,947.0,3.5959,1,leg_gt,2.91,60 -5332,buy_compound_top3,buy,2025-11-30 03:15:00,946.0,3.7055,1,leg_gt,2.91,60 -5333,buy_compound_top3,buy,2025-11-30 03:18:00,945.0,3.8153,1,leg_gt,2.9,60 -5334,buy_compound_top3,buy,2025-11-30 03:30:00,945.0,3.8153,1,leg_gt,2.9,60 -5335,buy_compound_top3,buy,2025-11-30 03:33:00,943.0,4.0357,1,leg_gt,2.89,60 -5336,buy_compound_top3,buy,2025-11-30 05:12:00,945.0,3.8153,1,leg_gt,2.82,60 -5337,buy_compound_top3,buy,2025-11-30 05:21:00,945.0,3.8153,1,leg_gt,2.82,60 -5338,buy_compound_top3,buy,2025-11-30 05:24:00,945.0,3.8153,1,leg_gt,2.82,60 -5339,buy_compound_top3,buy,2025-11-30 12:06:00,942.0,4.1463,1,leg_gt,2.54,60 -5340,buy_compound_top3,buy,2025-11-30 12:09:00,940.0,4.3681,1,leg_gt,2.54,60 -5341,buy_compound_top3,buy,2025-11-30 12:27:00,938.0,4.5908,1,leg_gt,2.52,60 -5342,buy_compound_top3,buy,2025-11-30 14:21:00,939.0,4.4793,1,leg_gt,2.44,60 -5343,buy_compound_top3,buy,2025-11-30 14:24:00,939.0,4.4793,1,leg_gt,2.44,60 -5344,buy_compound_top3,buy,2025-11-30 14:30:00,936.0,4.8145,1,leg_gt,2.44,60 -5345,buy_compound_top3,buy,2025-11-30 14:33:00,937.0,4.7026,1,leg_gt,2.44,60 -5346,buy_compound_top3,buy,2025-11-30 20:51:00,939.0,4.4793,1,leg_gt,2.17,60 -5347,buy_compound_top3,buy,2025-11-30 20:54:00,940.0,4.3681,1,leg_gt,2.17,60 -5348,buy_compound_top3,buy,2025-11-30 21:00:00,940.0,4.3681,1,leg_gt,2.17,60 -5349,buy_compound_top3,buy,2025-11-30 21:03:00,937.0,4.7026,1,leg_gt,2.16,60 -5350,buy_compound_top3,buy,2025-12-01 00:12:00,939.0,4.4793,1,leg_gt,2.03,60 -5351,buy_compound_top3,buy,2025-12-01 00:15:00,937.0,4.7026,1,leg_gt,2.03,60 -5352,buy_compound_top3,buy,2025-12-01 00:18:00,937.0,4.7026,1,leg_gt,2.03,60 -5353,buy_compound_top3,buy,2025-12-01 07:42:00,952.0,3.0513,1,leg_gt,1.72,60 -5354,buy_compound_top3,buy,2025-12-01 07:45:00,950.0,3.2684,1,leg_gt,1.72,60 -5355,buy_compound_top3,buy,2025-12-01 07:48:00,949.0,3.3773,1,leg_gt,1.72,60 -5356,buy_compound_top3,buy,2025-12-01 08:12:00,947.0,3.5959,1,leg_gt,1.7,60 -5357,buy_compound_top3,buy,2025-12-01 08:15:00,945.0,3.8153,1,leg_gt,1.7,60 -5358,buy_compound_top3,buy,2025-12-01 08:18:00,944.0,3.9254,1,leg_gt,1.7,60 -5359,buy_compound_top3,buy,2025-12-01 08:27:00,940.0,4.3681,1,leg_gt,1.69,60 -5360,buy_compound_top3,buy,2025-12-01 08:42:00,939.0,4.4793,1,leg_gt,1.68,60 -5361,buy_compound_top3,buy,2025-12-01 08:57:00,936.0,4.8145,1,leg_gt,1.67,60 -5362,buy_compound_top3,buy,2025-12-01 09:30:00,888.0,10.4856,1,leg_gt,1.65,60 -5363,buy_compound_top3,buy,2025-12-01 09:33:00,882.0,11.2379,1,leg_gt,1.64,60 -5364,buy_compound_top3,buy,2025-12-01 09:36:00,882.0,11.2379,1,leg_gt,1.64,60 -5365,buy_compound_top3,buy,2025-12-01 09:39:00,877.0,11.8726,1,leg_gt,1.64,60 -5366,buy_compound_top3,buy,2025-12-01 09:42:00,883.0,11.1118,1,leg_gt,1.64,60 -5367,buy_compound_top3,buy,2025-12-01 12:30:00,865.0,13.426,1,leg_gt,1.52,60 -5368,buy_compound_top3,buy,2025-12-01 12:33:00,864.0,13.5574,1,leg_gt,1.52,60 -5369,buy_compound_top3,buy,2025-12-01 12:36:00,864.0,13.5574,1,leg_gt,1.52,60 -5370,buy_compound_top3,buy,2025-12-01 12:39:00,861.0,13.9534,1,leg_gt,1.51,60 -5371,buy_compound_top3,buy,2025-12-01 18:57:00,864.0,13.5574,1,leg_gt,1.25,60 -5372,buy_compound_top3,buy,2025-12-01 19:00:00,864.0,13.5574,1,leg_gt,1.25,60 -5373,buy_compound_top3,buy,2025-12-01 19:03:00,867.0,13.1641,1,leg_gt,1.25,60 -5374,buy_compound_top3,buy,2025-12-01 20:27:00,858.0,14.3522,1,leg_gt,1.19,60 -5375,buy_compound_top3,buy,2025-12-01 20:30:00,858.0,14.3522,1,leg_gt,1.19,60 -5376,buy_compound_top3,buy,2025-12-01 20:33:00,857.0,14.4858,1,leg_gt,1.19,60 -5377,buy_compound_top3,buy,2025-12-01 20:36:00,857.0,14.4858,1,leg_gt,1.18,60 -5378,buy_compound_top3,buy,2025-12-01 20:39:00,855.0,14.7538,1,leg_gt,1.18,60 -5379,buy_compound_top3,buy,2025-12-02 00:42:00,843.0,16.3887,1,leg_gt,1.01,60 -5380,buy_compound_top3,buy,2025-12-02 02:15:00,839.0,16.9441,1,leg_gt,0.95,60 -5381,buy_compound_top3,buy,2025-12-02 02:18:00,839.0,16.9441,1,leg_gt,0.95,60 -5382,buy_compound_top3,buy,2025-12-02 10:51:00,859.0,14.219,1,leg_gt,0.59,60 -5383,buy_compound_top3,buy,2025-12-02 10:54:00,860.0,14.086,1,leg_gt,0.59,60 -5384,buy_compound_top3,buy,2025-12-02 11:00:00,859.0,14.219,1,leg_gt,0.58,60 -5385,buy_compound_top3,buy,2025-12-02 11:03:00,859.0,14.219,1,leg_gt,0.58,60 -5386,buy_compound_top3,buy,2025-12-02 11:06:00,858.0,14.3522,1,leg_gt,0.58,60 -5387,buy_compound_top3,buy,2025-12-02 11:09:00,859.0,14.219,1,leg_gt,0.58,60 -5388,buy_compound_top3,buy,2025-12-02 11:12:00,859.0,14.219,1,leg_gt,0.57,60 -5389,buy_compound_top3,buy,2025-12-02 12:00:00,857.0,14.4858,1,leg_gt,0.54,60 -5390,buy_compound_top3,buy,2025-12-02 12:03:00,857.0,14.4858,1,leg_gt,0.54,60 -5391,buy_compound_top3,buy,2025-12-02 12:06:00,857.0,14.4858,1,leg_gt,0.54,60 -5392,buy_compound_top3,buy,2025-12-02 12:09:00,858.0,14.3522,1,leg_gt,0.54,60 -5393,buy_compound_top3,buy,2025-12-02 17:27:00,853.0,15.0231,1,leg_gt,0.31,60 -5394,buy_compound_top3,buy,2025-12-02 17:36:00,851.0,15.2937,1,leg_gt,0.31,60 -5395,buy_compound_top3,buy,2025-12-02 17:39:00,852.0,15.1582,1,leg_gt,0.31,60 -5396,buy_compound_top3,buy,2025-12-03 04:15:00,957.0,-4.0707,0,leg_gt,6.37,60 -5397,buy_compound_top3,buy,2025-12-03 04:18:00,955.0,-3.8696,0,leg_gt,6.36,60 -5398,buy_compound_top3,buy,2025-12-03 04:21:00,955.0,-3.8696,0,leg_gt,6.36,60 -5399,buy_compound_top3,buy,2025-12-03 04:24:00,955.0,-3.8696,0,leg_gt,6.36,60 -5400,buy_compound_top3,buy,2025-12-03 04:27:00,953.0,-3.6677,0,leg_gt,6.36,60 -5401,buy_compound_top3,buy,2025-12-03 05:00:00,947.0,-3.0567,0,leg_gt,6.34,60 -5402,buy_compound_top3,buy,2025-12-03 05:03:00,944.0,-2.7483,0,leg_gt,6.33,60 -5403,buy_compound_top3,buy,2025-12-03 05:06:00,945.0,-2.8513,0,leg_gt,6.33,60 -5404,buy_compound_top3,buy,2025-12-03 05:09:00,945.0,-2.8513,0,leg_gt,6.33,60 -5405,buy_compound_top3,buy,2025-12-03 05:12:00,945.0,-2.8513,0,leg_gt,6.33,60 -5406,buy_compound_top3,buy,2025-12-03 05:36:00,941.0,-2.4379,0,leg_gt,6.31,60 -5407,buy_compound_top3,buy,2025-12-03 05:39:00,941.0,-2.4379,0,leg_gt,6.31,60 -5408,buy_compound_top3,buy,2025-12-03 05:42:00,940.0,-2.334,0,leg_gt,6.31,60 -5409,buy_compound_top3,buy,2025-12-03 05:51:00,938.0,-2.1256,0,leg_gt,6.3,60 -5410,buy_compound_top3,buy,2025-12-03 05:54:00,937.0,-2.021,0,leg_gt,6.3,60 -5411,buy_compound_top3,buy,2025-12-03 05:57:00,937.0,-2.021,0,leg_gt,6.3,60 -5412,buy_compound_top3,buy,2025-12-03 06:27:00,935.0,-1.8112,0,leg_gt,6.28,60 -5413,buy_compound_top3,buy,2025-12-03 06:30:00,935.0,-1.8112,0,leg_gt,6.27,60 -5414,buy_compound_top3,buy,2025-12-03 06:33:00,935.0,-1.8112,0,leg_gt,6.27,60 -5415,buy_compound_top3,buy,2025-12-03 06:36:00,935.0,-1.8112,0,leg_gt,6.27,60 -5416,buy_compound_top3,buy,2025-12-03 06:39:00,936.0,-1.9162,0,leg_gt,6.27,60 -5417,buy_compound_top3,buy,2025-12-03 08:51:00,934.0,-1.706,0,leg_gt,6.18,60 -5418,buy_compound_top3,buy,2025-12-03 08:54:00,933.0,-1.6005,0,leg_gt,6.17,60 -5419,buy_compound_top3,buy,2025-12-03 09:30:00,931.0,-1.3889,0,leg_gt,6.15,60 -5420,buy_compound_top3,buy,2025-12-03 09:33:00,928.0,-1.0698,0,leg_gt,6.15,60 -5421,buy_compound_top3,buy,2025-12-03 09:36:00,928.0,-1.0698,0,leg_gt,6.14,60 -5422,buy_compound_top3,buy,2025-12-03 09:39:00,930.0,-1.2828,0,leg_gt,6.14,60 -5423,buy_compound_top3,buy,2025-12-03 18:30:00,941.0,-2.4379,0,leg_gt,5.77,60 -5424,buy_compound_top3,buy,2025-12-03 18:33:00,939.0,-2.2299,0,leg_gt,5.77,60 -5425,buy_compound_top3,buy,2025-12-03 19:42:00,939.0,-2.2299,0,leg_gt,5.72,60 -5426,buy_compound_top3,buy,2025-12-03 19:57:00,940.0,-2.334,0,leg_gt,5.71,60 -5427,buy_compound_top3,buy,2025-12-03 20:06:00,937.0,-2.021,0,leg_gt,5.71,60 -5428,buy_compound_top3,buy,2025-12-03 20:09:00,938.0,-2.1256,0,leg_gt,5.7,60 -5429,buy_compound_top3,buy,2025-12-03 20:15:00,936.0,-1.9162,0,leg_gt,5.7,60 -5430,buy_compound_top3,buy,2025-12-03 20:18:00,936.0,-1.9162,0,leg_gt,5.7,60 -5431,buy_compound_top3,buy,2025-12-03 23:15:00,929.0,-1.1764,0,leg_gt,5.58,60 -5432,buy_compound_top3,buy,2025-12-03 23:18:00,932.0,-1.4948,0,leg_gt,5.57,60 -5433,buy_compound_top3,buy,2025-12-04 01:12:00,927.0,-0.963,0,leg_gt,5.49,60 -5434,buy_compound_top3,buy,2025-12-04 16:15:00,948.0,-3.1591,0,leg_gt,4.87,60 -5435,buy_compound_top3,buy,2025-12-04 16:18:00,947.0,-3.0567,0,leg_gt,4.86,60 -5436,buy_compound_top3,buy,2025-12-04 16:21:00,948.0,-3.1591,0,leg_gt,4.86,60 -5437,buy_compound_top3,buy,2025-12-04 16:24:00,948.0,-3.1591,0,leg_gt,4.86,60 -5438,buy_compound_top3,buy,2025-12-04 16:27:00,948.0,-3.1591,0,leg_gt,4.86,60 -5439,buy_compound_top3,buy,2025-12-04 16:30:00,947.0,-3.0567,0,leg_gt,4.86,60 -5440,buy_compound_top3,buy,2025-12-04 16:33:00,948.0,-3.1591,0,leg_gt,4.85,60 -5441,buy_compound_top3,buy,2025-12-04 20:00:00,946.0,-2.9541,0,leg_gt,4.71,60 -5442,buy_compound_top3,buy,2025-12-04 20:03:00,945.0,-2.8513,0,leg_gt,4.71,60 -5443,buy_compound_top3,buy,2025-12-04 20:21:00,944.0,-2.7483,0,leg_gt,4.7,60 -5444,buy_compound_top3,buy,2025-12-04 20:24:00,943.0,-2.6451,0,leg_gt,4.69,60 -5445,buy_compound_top3,buy,2025-12-04 20:27:00,943.0,-2.6451,0,leg_gt,4.69,60 -5446,buy_compound_top3,buy,2025-12-04 20:42:00,943.0,-2.6451,0,leg_gt,4.68,60 -5447,buy_compound_top3,buy,2025-12-04 21:30:00,942.0,-2.5416,0,leg_gt,4.65,60 -5448,buy_compound_top3,buy,2025-12-04 21:33:00,941.0,-2.4379,0,leg_gt,4.65,60 -5449,buy_compound_top3,buy,2025-12-04 21:36:00,942.0,-2.5416,0,leg_gt,4.64,60 -5450,buy_compound_top3,buy,2025-12-04 21:39:00,942.0,-2.5416,0,leg_gt,4.64,60 -5451,buy_compound_top3,buy,2025-12-05 07:06:00,929.0,-1.1764,0,leg_gt,4.25,60 -5452,buy_compound_top3,buy,2025-12-05 07:09:00,929.0,-1.1764,0,leg_gt,4.25,60 -5453,buy_compound_top3,buy,2025-12-05 07:12:00,929.0,-1.1764,0,leg_gt,4.24,60 -5454,buy_compound_top3,buy,2025-12-05 07:15:00,928.0,-1.0698,0,leg_gt,4.24,60 -5455,buy_compound_top3,buy,2025-12-05 07:18:00,927.0,-0.963,0,leg_gt,4.24,60 -5456,buy_compound_top3,buy,2025-12-05 07:21:00,928.0,-1.0698,0,leg_gt,4.24,60 -5457,buy_compound_top3,buy,2025-12-05 07:24:00,927.0,-0.963,0,leg_gt,4.24,60 -5458,buy_compound_top3,buy,2025-12-05 08:51:00,925.0,-0.7486,0,leg_gt,4.18,60 -5459,buy_compound_top3,buy,2025-12-05 08:54:00,924.0,-0.6411,0,leg_gt,4.17,60 -5460,buy_compound_top3,buy,2025-12-05 08:57:00,924.0,-0.6411,0,leg_gt,4.17,60 -5461,buy_compound_top3,buy,2025-12-05 11:00:00,923.0,-0.5334,0,leg_gt,4.09,60 -5462,buy_compound_top3,buy,2025-12-05 11:03:00,922.0,-0.4254,0,leg_gt,4.08,60 -5463,buy_compound_top3,buy,2025-12-05 11:06:00,923.0,-0.5334,0,leg_gt,4.08,60 -5464,buy_compound_top3,buy,2025-12-05 11:09:00,921.0,-0.3172,0,leg_gt,4.08,60 -5465,buy_compound_top3,buy,2025-12-05 12:45:00,917.0,0.1181,1,leg_gt,4.01,60 -5466,buy_compound_top3,buy,2025-12-05 12:48:00,917.0,0.1181,1,leg_gt,4.01,60 -5467,buy_compound_top3,buy,2025-12-05 13:30:00,914.0,0.447,1,leg_gt,3.98,60 -5468,buy_compound_top3,buy,2025-12-05 13:33:00,912.0,0.6675,1,leg_gt,3.98,60 -5469,buy_compound_top3,buy,2025-12-05 18:42:00,906.0,1.3349,1,leg_gt,3.76,60 -5470,buy_compound_top3,buy,2025-12-05 18:45:00,905.0,1.447,1,leg_gt,3.76,60 -5471,buy_compound_top3,buy,2025-12-05 18:48:00,903.0,1.6719,1,leg_gt,3.76,60 -5472,buy_compound_top3,buy,2025-12-05 20:45:00,898.0,2.2385,1,leg_gt,3.68,60 -5473,buy_compound_top3,buy,2025-12-05 20:48:00,899.0,2.1247,1,leg_gt,3.68,60 -5474,buy_compound_top3,buy,2025-12-05 22:57:00,890.0,3.1584,1,leg_gt,3.59,60 -5475,buy_compound_top3,buy,2025-12-05 23:00:00,889.0,3.2746,1,leg_gt,3.59,60 -5476,buy_compound_top3,buy,2025-12-05 23:03:00,890.0,3.1584,1,leg_gt,3.58,60 -5477,buy_compound_top3,buy,2025-12-05 23:06:00,888.0,3.391,1,leg_gt,3.58,60 -5478,buy_compound_top3,buy,2025-12-05 23:09:00,889.0,3.2746,1,leg_gt,3.58,60 -5479,buy_compound_top3,buy,2025-12-05 23:12:00,889.0,3.2746,1,leg_gt,3.58,60 -5480,buy_compound_top3,buy,2025-12-05 23:15:00,887.0,3.5077,1,leg_gt,3.58,60 -5481,buy_compound_top3,buy,2025-12-05 23:18:00,888.0,3.391,1,leg_gt,3.57,60 -5482,buy_compound_top3,buy,2025-12-05 23:51:00,880.0,4.3318,1,leg_gt,3.55,60 -5483,buy_compound_top3,buy,2025-12-05 23:54:00,882.0,4.095,1,leg_gt,3.55,60 -5484,buy_compound_top3,buy,2025-12-05 23:57:00,881.0,4.2133,1,leg_gt,3.55,60 -5485,buy_compound_top3,buy,2025-12-06 01:00:00,881.0,4.2133,1,leg_gt,3.5,60 -5486,buy_compound_top3,buy,2025-12-06 01:03:00,878.0,4.5697,1,leg_gt,3.5,60 -5487,buy_compound_top3,buy,2025-12-06 01:15:00,870.0,5.5322,1,leg_gt,3.49,60 -5488,buy_compound_top3,buy,2025-12-06 01:18:00,871.0,5.4109,1,leg_gt,3.49,60 -5489,buy_compound_top3,buy,2025-12-06 01:27:00,871.0,5.4109,1,leg_gt,3.48,60 -5490,buy_compound_top3,buy,2025-12-06 01:30:00,870.0,5.5322,1,leg_gt,3.48,60 -5491,buy_compound_top3,buy,2025-12-06 01:33:00,869.0,5.6537,1,leg_gt,3.48,60 -5492,buy_compound_top3,buy,2025-12-06 01:36:00,866.0,6.0201,1,leg_gt,3.48,60 -5493,buy_compound_top3,buy,2025-12-06 01:39:00,861.0,6.6364,1,leg_gt,3.48,60 -5494,buy_compound_top3,buy,2025-12-06 01:42:00,856.0,7.2598,1,leg_gt,3.47,60 -5495,buy_compound_top3,buy,2025-12-06 01:45:00,859.0,6.8849,1,leg_gt,3.47,60 -5496,buy_compound_top3,buy,2025-12-06 01:48:00,857.0,7.1345,1,leg_gt,3.47,60 -5497,buy_compound_top3,buy,2025-12-06 01:51:00,856.0,7.2598,1,leg_gt,3.47,60 -5498,buy_compound_top3,buy,2025-12-06 01:54:00,858.0,7.0096,1,leg_gt,3.46,60 -5499,buy_compound_top3,buy,2025-12-06 04:00:00,850.0,8.0176,1,leg_gt,3.38,60 -5500,buy_compound_top3,buy,2025-12-06 04:03:00,847.0,8.4006,1,leg_gt,3.38,60 -5501,buy_compound_top3,buy,2025-12-06 05:57:00,846.0,8.5288,1,leg_gt,3.3,60 -5502,buy_compound_top3,buy,2025-12-06 15:00:00,860.0,6.7605,1,leg_gt,2.92,60 -5503,buy_compound_top3,buy,2025-12-06 15:03:00,861.0,6.6364,1,leg_gt,2.92,60 -5504,buy_compound_top3,buy,2025-12-06 18:00:00,861.0,6.6364,1,leg_gt,2.79,60 -5505,buy_compound_top3,buy,2025-12-06 18:03:00,862.0,6.5125,1,leg_gt,2.79,60 -5506,buy_compound_top3,buy,2025-12-06 18:57:00,861.0,6.6364,1,leg_gt,2.75,60 -5507,buy_compound_top3,buy,2025-12-06 19:00:00,860.0,6.7605,1,leg_gt,2.75,60 -5508,buy_compound_top3,buy,2025-12-06 19:03:00,860.0,6.7605,1,leg_gt,2.75,60 -5509,buy_compound_top3,buy,2025-12-06 19:27:00,858.0,7.0096,1,leg_gt,2.73,60 -5510,buy_compound_top3,buy,2025-12-06 19:36:00,857.0,7.1345,1,leg_gt,2.73,60 -5511,buy_compound_top3,buy,2025-12-06 19:39:00,857.0,7.1345,1,leg_gt,2.72,60 -5512,buy_compound_top3,buy,2025-12-06 19:42:00,856.0,7.2598,1,leg_gt,2.72,60 -5513,buy_compound_top3,buy,2025-12-06 19:45:00,857.0,7.1345,1,leg_gt,2.72,60 -5514,buy_compound_top3,buy,2025-12-06 19:48:00,855.0,7.3854,1,leg_gt,2.72,60 -5515,buy_compound_top3,buy,2025-12-06 19:51:00,856.0,7.2598,1,leg_gt,2.72,60 -5516,buy_compound_top3,buy,2025-12-06 19:54:00,856.0,7.2598,1,leg_gt,2.71,60 -5517,buy_compound_top3,buy,2025-12-06 19:57:00,856.0,7.2598,1,leg_gt,2.71,60 -5518,buy_compound_top3,buy,2025-12-07 04:42:00,861.0,6.6364,1,leg_gt,2.35,60 -5519,buy_compound_top3,buy,2025-12-07 08:12:00,861.0,6.6364,1,leg_gt,2.2,60 -5520,buy_compound_top3,buy,2025-12-07 08:30:00,860.0,6.7605,1,leg_gt,2.19,60 -5521,buy_compound_top3,buy,2025-12-07 08:33:00,860.0,6.7605,1,leg_gt,2.19,60 -5522,buy_compound_top3,buy,2025-12-07 18:42:00,862.0,6.5125,1,leg_gt,1.76,60 -5523,buy_compound_top3,buy,2025-12-07 18:45:00,861.0,6.6364,1,leg_gt,1.76,60 -5524,buy_compound_top3,buy,2025-12-07 18:48:00,861.0,6.6364,1,leg_gt,1.76,60 -5525,buy_compound_top3,buy,2025-12-07 18:51:00,860.0,6.7605,1,leg_gt,1.76,60 -5526,buy_compound_top3,buy,2025-12-07 18:54:00,860.0,6.7605,1,leg_gt,1.76,60 -5527,buy_compound_top3,buy,2025-12-07 18:57:00,861.0,6.6364,1,leg_gt,1.75,60 -5528,buy_compound_top3,buy,2025-12-07 19:00:00,860.0,6.7605,1,leg_gt,1.75,60 -5529,buy_compound_top3,buy,2025-12-07 19:03:00,860.0,6.7605,1,leg_gt,1.75,60 -5530,buy_compound_top3,buy,2025-12-07 22:30:00,859.0,6.8849,1,leg_gt,1.61,60 -5531,buy_compound_top3,buy,2025-12-07 22:33:00,860.0,6.7605,1,leg_gt,1.6,60 -5532,buy_compound_top3,buy,2025-12-07 22:51:00,857.0,7.1345,1,leg_gt,1.59,60 -5533,buy_compound_top3,buy,2025-12-07 22:54:00,856.0,7.2598,1,leg_gt,1.59,60 -5534,buy_compound_top3,buy,2025-12-07 22:57:00,858.0,7.0096,1,leg_gt,1.59,60 -5535,buy_compound_top3,buy,2025-12-07 23:00:00,856.0,7.2598,1,leg_gt,1.59,60 -5536,buy_compound_top3,buy,2025-12-07 23:03:00,857.0,7.1345,1,leg_gt,1.58,60 -5537,buy_compound_top3,buy,2025-12-07 23:06:00,855.0,7.3854,1,leg_gt,1.58,60 -5538,buy_compound_top3,buy,2025-12-07 23:09:00,853.0,7.6374,1,leg_gt,1.58,60 -5539,buy_compound_top3,buy,2025-12-07 23:12:00,854.0,7.5112,1,leg_gt,1.58,60 -5540,buy_compound_top3,buy,2025-12-07 23:15:00,853.0,7.6374,1,leg_gt,1.58,60 -5541,buy_compound_top3,buy,2025-12-07 23:18:00,851.0,7.8906,1,leg_gt,1.57,60 -5542,buy_compound_top3,buy,2025-12-07 23:42:00,842.0,9.0449,1,leg_gt,1.56,60 -5543,buy_compound_top3,buy,2025-12-07 23:45:00,841.0,9.1747,1,leg_gt,1.55,60 -5544,buy_compound_top3,buy,2025-12-07 23:48:00,839.0,9.4352,1,leg_gt,1.55,60 -5545,buy_compound_top3,buy,2025-12-07 23:57:00,836.0,9.8282,1,leg_gt,1.55,60 -5546,buy_compound_top3,buy,2025-12-08 07:00:00,856.0,7.2598,1,leg_gt,1.25,60 -5547,buy_compound_top3,buy,2025-12-08 07:03:00,851.0,7.8906,1,leg_gt,1.25,60 -5548,buy_compound_top3,buy,2025-12-08 07:15:00,847.0,8.4006,1,leg_gt,1.24,60 -5549,buy_compound_top3,buy,2025-12-08 07:18:00,848.0,8.2726,1,leg_gt,1.24,60 -5550,buy_compound_top3,buy,2025-12-08 07:21:00,844.0,8.7863,1,leg_gt,1.24,60 -5551,buy_compound_top3,buy,2025-12-08 07:24:00,844.0,8.7863,1,leg_gt,1.24,60 -5552,buy_compound_top3,buy,2025-12-08 21:45:00,877.0,4.6891,1,leg_gt,0.64,60 -5553,buy_compound_top3,buy,2025-12-08 21:48:00,877.0,4.6891,1,leg_gt,0.64,60 -5554,buy_compound_top3,buy,2025-12-09 03:36:00,878.0,4.5697,1,leg_gt,0.39,60 -5555,buy_compound_top3,buy,2025-12-09 03:39:00,878.0,4.5697,1,leg_gt,0.39,60 -5556,buy_compound_top3,buy,2025-12-09 03:42:00,878.0,4.5697,1,leg_gt,0.39,60 -5557,buy_compound_top3,buy,2025-12-09 04:12:00,872.0,5.2899,1,leg_gt,0.37,60 -5558,buy_compound_top3,buy,2025-12-09 04:15:00,871.0,5.4109,1,leg_gt,0.37,60 -5559,buy_compound_top3,buy,2025-12-09 04:18:00,869.0,5.6537,1,leg_gt,0.36,60 -5560,buy_compound_top3,buy,2025-12-09 04:21:00,871.0,5.4109,1,leg_gt,0.36,60 -5561,buy_compound_top3,buy,2025-12-09 04:24:00,869.0,5.6537,1,leg_gt,0.36,60 -5562,buy_compound_top3,buy,2025-12-09 10:51:00,895.0,2.5816,1,leg_gt,0.09,60 -5563,buy_compound_top3,buy,2025-12-09 10:54:00,893.0,2.8115,1,leg_gt,0.09,60 -5564,buy_compound_top3,buy,2025-12-09 10:57:00,895.0,2.5816,1,leg_gt,0.09,60 -5565,buy_compound_top3,buy,2025-12-09 11:00:00,895.0,2.5816,1,leg_gt,0.09,60 -5566,buy_compound_top3,buy,2025-12-09 11:03:00,895.0,2.5816,1,leg_gt,0.08,60 -5567,buy_compound_top3,buy,2025-12-09 11:15:00,893.0,2.8115,1,leg_gt,0.08,60 -5568,buy_compound_top3,buy,2025-12-09 11:18:00,893.0,2.8115,1,leg_gt,0.07,60 -5569,buy_compound_top3,buy,2025-12-09 15:12:00,887.0,8.2427,1,leg_gt,1.59,60 -5570,buy_compound_top3,buy,2025-12-09 15:15:00,889.0,7.999,1,leg_gt,1.58,60 -5571,buy_compound_top3,buy,2025-12-09 15:18:00,889.0,7.999,1,leg_gt,1.58,60 -5572,buy_compound_top3,buy,2025-12-09 15:21:00,889.0,7.999,1,leg_gt,1.58,60 -5573,buy_compound_top3,buy,2025-12-09 15:24:00,887.0,8.2427,1,leg_gt,1.58,60 -5574,buy_compound_top3,buy,2025-12-09 15:27:00,886.0,8.365,1,leg_gt,1.58,60 -5575,buy_compound_top3,buy,2025-12-09 15:30:00,887.0,8.2427,1,leg_gt,1.57,60 -5576,buy_compound_top3,buy,2025-12-09 15:33:00,886.0,8.365,1,leg_gt,1.57,60 -5577,buy_compound_top3,buy,2025-12-09 15:36:00,885.0,8.4876,1,leg_gt,1.57,60 -5578,buy_compound_top3,buy,2025-12-09 15:39:00,887.0,8.2427,1,leg_gt,1.57,60 -5579,buy_compound_top3,buy,2025-12-09 17:42:00,887.0,8.2427,1,leg_gt,1.48,60 -5580,buy_compound_top3,buy,2025-12-09 17:45:00,887.0,8.2427,1,leg_gt,1.48,60 -5581,buy_compound_top3,buy,2025-12-09 17:48:00,887.0,8.2427,1,leg_gt,1.48,60 -5582,buy_compound_top3,buy,2025-12-09 17:51:00,885.0,8.4876,1,leg_gt,1.48,60 -5583,buy_compound_top3,buy,2025-12-09 17:54:00,887.0,8.2427,1,leg_gt,1.47,60 -5584,buy_compound_top3,buy,2025-12-09 18:12:00,880.0,9.1045,1,leg_gt,1.46,60 -5585,buy_compound_top3,buy,2025-12-09 18:15:00,880.0,9.1045,1,leg_gt,1.46,60 -5586,buy_compound_top3,buy,2025-12-09 18:18:00,881.0,8.9806,1,leg_gt,1.46,60 -5587,buy_compound_top3,buy,2025-12-09 18:21:00,881.0,8.9806,1,leg_gt,1.45,60 -5588,buy_compound_top3,buy,2025-12-09 18:24:00,881.0,8.9806,1,leg_gt,1.45,60 -5589,buy_compound_top3,buy,2025-12-09 18:27:00,879.0,9.2288,1,leg_gt,1.45,60 -5590,buy_compound_top3,buy,2025-12-09 18:36:00,879.0,9.2288,1,leg_gt,1.44,60 -5591,buy_compound_top3,buy,2025-12-09 18:39:00,877.0,9.4781,1,leg_gt,1.44,60 -5592,buy_compound_top3,buy,2025-12-09 18:42:00,876.0,9.6032,1,leg_gt,1.44,60 -5593,buy_compound_top3,buy,2025-12-10 12:30:00,929.0,3.3446,1,leg_gt,0.7,60 -5594,buy_compound_top3,buy,2025-12-10 12:33:00,930.0,3.2333,1,leg_gt,0.7,60 -5595,buy_compound_top3,buy,2025-12-10 12:36:00,929.0,3.3446,1,leg_gt,0.69,60 -5596,buy_compound_top3,buy,2025-12-10 12:39:00,929.0,3.3446,1,leg_gt,0.69,60 -5597,buy_compound_top3,buy,2025-12-10 12:57:00,930.0,3.2333,1,leg_gt,0.68,60 -5598,buy_compound_top3,buy,2025-12-10 13:15:00,927.0,3.5677,1,leg_gt,0.67,60 -5599,buy_compound_top3,buy,2025-12-10 13:18:00,928.0,3.456,1,leg_gt,0.66,60 -5600,buy_compound_top3,buy,2025-12-10 13:27:00,925.0,3.7919,1,leg_gt,0.66,60 -5601,buy_compound_top3,buy,2025-12-10 13:30:00,925.0,3.7919,1,leg_gt,0.66,60 -5602,buy_compound_top3,buy,2025-12-10 13:33:00,926.0,3.6797,1,leg_gt,0.65,60 -5603,buy_compound_top3,buy,2025-12-10 17:30:00,928.0,3.456,1,leg_gt,0.49,60 -5604,buy_compound_top3,buy,2025-12-10 17:33:00,927.0,3.5677,1,leg_gt,0.49,60 -5605,buy_compound_top3,buy,2025-12-10 17:36:00,926.0,3.6797,1,leg_gt,0.49,60 -5606,buy_compound_top3,buy,2025-12-10 17:39:00,927.0,3.5677,1,leg_gt,0.48,60 -5607,buy_compound_top3,buy,2025-12-10 17:42:00,927.0,3.5677,1,leg_gt,0.48,60 -5608,buy_compound_top3,buy,2025-12-10 17:45:00,926.0,3.6797,1,leg_gt,0.48,60 -5609,buy_compound_top3,buy,2025-12-10 17:48:00,928.0,3.456,1,leg_gt,0.48,60 -5610,buy_compound_top3,buy,2025-12-10 17:57:00,926.0,3.6797,1,leg_gt,0.47,60 -5611,buy_compound_top3,buy,2025-12-10 18:00:00,925.0,3.7919,1,leg_gt,0.47,60 -5612,buy_compound_top3,buy,2025-12-10 18:03:00,923.0,4.017,1,leg_gt,0.47,60 -5613,buy_compound_top3,buy,2025-12-10 18:12:00,924.0,3.9043,1,leg_gt,0.46,60 -5614,buy_compound_top3,buy,2025-12-10 18:27:00,920.0,4.3565,1,leg_gt,0.45,60 -5615,buy_compound_top3,buy,2025-12-11 01:42:00,928.0,3.456,1,leg_gt,0.15,60 -5616,buy_compound_top3,buy,2025-12-11 02:00:00,929.0,3.3446,1,leg_gt,0.14,60 -5617,buy_compound_top3,buy,2025-12-11 02:03:00,928.0,3.456,1,leg_gt,0.13,60 -5618,buy_compound_top3,buy,2025-12-11 06:30:00,933.0,-16.07,0,leg_gt,8.97,60 -5619,buy_compound_top3,buy,2025-12-11 06:33:00,928.0,-15.6172,0,leg_gt,8.97,60 -5620,buy_compound_top3,buy,2025-12-11 07:00:00,924.0,-15.2515,0,leg_gt,8.95,60 -5621,buy_compound_top3,buy,2025-12-11 07:03:00,924.0,-15.2515,0,leg_gt,8.95,60 -5622,buy_compound_top3,buy,2025-12-11 07:15:00,919.0,-14.7899,0,leg_gt,8.94,60 -5623,buy_compound_top3,buy,2025-12-11 07:18:00,916.0,-14.5105,0,leg_gt,8.94,60 -5624,buy_compound_top3,buy,2025-12-11 08:57:00,918.0,-14.6969,0,leg_gt,8.87,60 -5625,buy_compound_top3,buy,2025-12-11 09:00:00,915.0,-14.4169,0,leg_gt,8.87,60 -5626,buy_compound_top3,buy,2025-12-11 09:03:00,916.0,-14.5105,0,leg_gt,8.86,60 -5627,buy_compound_top3,buy,2025-12-11 09:06:00,916.0,-14.5105,0,leg_gt,8.86,60 -5628,buy_compound_top3,buy,2025-12-11 09:09:00,913.0,-14.2292,0,leg_gt,8.86,60 -5629,buy_compound_top3,buy,2025-12-11 09:12:00,914.0,-14.3232,0,leg_gt,8.86,60 -5630,buy_compound_top3,buy,2025-12-11 09:15:00,913.0,-14.2292,0,leg_gt,8.86,60 -5631,buy_compound_top3,buy,2025-12-11 09:18:00,913.0,-14.2292,0,leg_gt,8.85,60 -5632,buy_compound_top3,buy,2025-12-11 09:21:00,910.0,-13.9462,0,leg_gt,8.85,60 -5633,buy_compound_top3,buy,2025-12-11 09:24:00,910.0,-13.9462,0,leg_gt,8.85,60 -5634,buy_compound_top3,buy,2025-12-11 09:27:00,910.0,-13.9462,0,leg_gt,8.85,60 -5635,buy_compound_top3,buy,2025-12-11 09:30:00,909.0,-13.8514,0,leg_gt,8.85,60 -5636,buy_compound_top3,buy,2025-12-11 09:33:00,908.0,-13.7564,0,leg_gt,8.84,60 -5637,buy_compound_top3,buy,2025-12-11 09:36:00,908.0,-13.7564,0,leg_gt,8.84,60 -5638,buy_compound_top3,buy,2025-12-11 09:39:00,902.0,-13.182,0,leg_gt,8.84,60 -5639,buy_compound_top3,buy,2025-12-11 09:57:00,898.0,-12.7949,0,leg_gt,8.83,60 -5640,buy_compound_top3,buy,2025-12-11 10:00:00,897.0,-12.6975,0,leg_gt,8.82,60 -5641,buy_compound_top3,buy,2025-12-11 10:03:00,895.0,-12.5022,0,leg_gt,8.82,60 -5642,buy_compound_top3,buy,2025-12-11 10:06:00,893.0,-12.306,0,leg_gt,8.82,60 -5643,buy_compound_top3,buy,2025-12-11 10:09:00,895.0,-12.5022,0,leg_gt,8.82,60 -5644,buy_compound_top3,buy,2025-12-11 10:12:00,893.0,-12.306,0,leg_gt,8.82,60 -5645,buy_compound_top3,buy,2025-12-11 10:15:00,892.0,-12.2076,0,leg_gt,8.81,60 -5646,buy_compound_top3,buy,2025-12-11 10:18:00,892.0,-12.2076,0,leg_gt,8.81,60 -5647,buy_compound_top3,buy,2025-12-11 11:00:00,891.0,-12.109,0,leg_gt,8.78,60 -5648,buy_compound_top3,buy,2025-12-11 11:03:00,888.0,-11.8117,0,leg_gt,8.78,60 -5649,buy_compound_top3,buy,2025-12-11 11:06:00,889.0,-11.911,0,leg_gt,8.78,60 -5650,buy_compound_top3,buy,2025-12-11 11:09:00,888.0,-11.8117,0,leg_gt,8.78,60 -5651,buy_compound_top3,buy,2025-12-11 11:12:00,885.0,-11.5124,0,leg_gt,8.78,60 -5652,buy_compound_top3,buy,2025-12-11 11:21:00,880.0,-11.0091,0,leg_gt,8.77,60 -5653,buy_compound_top3,buy,2025-12-11 11:24:00,886.0,-11.6124,0,leg_gt,8.77,60 -5654,buy_compound_top3,buy,2025-12-11 11:27:00,885.0,-11.5124,0,leg_gt,8.76,60 -5655,buy_compound_top3,buy,2025-12-11 11:30:00,882.0,-11.2111,0,leg_gt,8.76,60 -5656,buy_compound_top3,buy,2025-12-11 11:33:00,881.0,-11.1102,0,leg_gt,8.76,60 -5657,buy_compound_top3,buy,2025-12-11 11:36:00,882.0,-11.2111,0,leg_gt,8.76,60 -5658,buy_compound_top3,buy,2025-12-11 11:39:00,882.0,-11.2111,0,leg_gt,8.76,60 -5659,buy_compound_top3,buy,2025-12-11 12:12:00,869.0,-9.8814,0,leg_gt,8.73,60 -5660,buy_compound_top3,buy,2025-12-11 12:15:00,870.0,-9.9851,0,leg_gt,8.73,60 -5661,buy_compound_top3,buy,2025-12-11 12:18:00,870.0,-9.9851,0,leg_gt,8.73,60 -5662,buy_compound_top3,buy,2025-12-11 12:21:00,873.0,-10.2947,0,leg_gt,8.73,60 -5663,buy_compound_top3,buy,2025-12-11 12:24:00,876.0,-10.6023,0,leg_gt,8.72,60 -5664,buy_compound_top3,buy,2025-12-11 12:30:00,871.0,-10.0885,0,leg_gt,8.72,60 -5665,buy_compound_top3,buy,2025-12-11 12:33:00,868.0,-9.7774,0,leg_gt,8.72,60 -5666,buy_compound_top3,buy,2025-12-11 17:15:00,877.0,-10.7043,0,leg_gt,8.52,60 -5667,buy_compound_top3,buy,2025-12-11 17:18:00,881.0,-11.1102,0,leg_gt,8.52,60 -5668,buy_compound_top3,buy,2025-12-11 19:30:00,877.0,-10.7043,0,leg_gt,8.43,60 -5669,buy_compound_top3,buy,2025-12-11 19:33:00,876.0,-10.6023,0,leg_gt,8.43,60 -5670,buy_compound_top3,buy,2025-12-11 19:42:00,876.0,-10.6023,0,leg_gt,8.42,60 -5671,buy_compound_top3,buy,2025-12-11 23:42:00,878.0,-10.8062,0,leg_gt,8.25,60 -5672,buy_compound_top3,buy,2025-12-12 00:00:00,871.0,-10.0885,0,leg_gt,8.24,60 -5673,buy_compound_top3,buy,2025-12-12 00:03:00,869.0,-9.8814,0,leg_gt,8.24,60 -5674,buy_compound_top3,buy,2025-12-12 07:51:00,885.0,-11.5124,0,leg_gt,7.91,60 -5675,buy_compound_top3,buy,2025-12-12 07:54:00,884.0,-11.4122,0,leg_gt,7.91,60 -5676,buy_compound_top3,buy,2025-12-12 08:12:00,882.0,-11.2111,0,leg_gt,7.9,60 -5677,buy_compound_top3,buy,2025-12-12 08:15:00,881.0,-11.1102,0,leg_gt,7.9,60 -5678,buy_compound_top3,buy,2025-12-12 08:18:00,880.0,-11.0091,0,leg_gt,7.9,60 -5679,buy_compound_top3,buy,2025-12-12 08:21:00,880.0,-11.0091,0,leg_gt,7.89,60 -5680,buy_compound_top3,buy,2025-12-12 08:24:00,882.0,-11.2111,0,leg_gt,7.89,60 -5681,buy_compound_top3,buy,2025-12-12 10:12:00,878.0,-10.8062,0,leg_gt,7.82,60 -5682,buy_compound_top3,buy,2025-12-12 17:42:00,886.0,-11.6124,0,leg_gt,7.5,60 -5683,buy_compound_top3,buy,2025-12-13 00:42:00,872.0,-10.1917,0,leg_gt,7.21,60 -5684,buy_compound_top3,buy,2025-12-13 00:45:00,874.0,-10.3975,0,leg_gt,7.21,60 -5685,buy_compound_top3,buy,2025-12-13 00:48:00,875.0,-10.5,0,leg_gt,7.21,60 -5686,buy_compound_top3,buy,2025-12-13 00:51:00,873.0,-10.2947,0,leg_gt,7.21,60 -5687,buy_compound_top3,buy,2025-12-13 00:54:00,869.0,-9.8814,0,leg_gt,7.2,60 -5688,buy_compound_top3,buy,2025-12-13 00:57:00,868.0,-9.7774,0,leg_gt,7.2,60 -5689,buy_compound_top3,buy,2025-12-13 01:12:00,857.0,-8.6181,0,leg_gt,7.19,60 -5690,buy_compound_top3,buy,2025-12-13 01:15:00,858.0,-8.7247,0,leg_gt,7.19,60 -5691,buy_compound_top3,buy,2025-12-13 01:18:00,856.0,-8.5112,0,leg_gt,7.19,60 -5692,buy_compound_top3,buy,2025-12-13 01:21:00,856.0,-8.5112,0,leg_gt,7.19,60 -5693,buy_compound_top3,buy,2025-12-13 01:24:00,853.0,-8.1891,0,leg_gt,7.18,60 -5694,buy_compound_top3,buy,2025-12-13 10:45:00,864.0,-9.3593,0,leg_gt,6.79,60 -5695,buy_compound_top3,buy,2025-12-13 10:48:00,865.0,-9.4642,0,leg_gt,6.79,60 -5696,buy_compound_top3,buy,2025-12-13 10:51:00,864.0,-9.3593,0,leg_gt,6.79,60 -5697,buy_compound_top3,buy,2025-12-13 10:54:00,865.0,-9.4642,0,leg_gt,6.79,60 -5698,buy_compound_top3,buy,2025-12-13 15:12:00,869.0,-9.8814,0,leg_gt,6.61,60 -5699,buy_compound_top3,buy,2025-12-13 15:15:00,868.0,-9.7774,0,leg_gt,6.61,60 -5700,buy_compound_top3,buy,2025-12-13 15:18:00,867.0,-9.6732,0,leg_gt,6.6,60 -5701,buy_compound_top3,buy,2025-12-13 15:21:00,867.0,-9.6732,0,leg_gt,6.6,60 -5702,buy_compound_top3,buy,2025-12-13 15:24:00,867.0,-9.6732,0,leg_gt,6.6,60 -5703,buy_compound_top3,buy,2025-12-13 15:27:00,867.0,-9.6732,0,leg_gt,6.6,60 -5704,buy_compound_top3,buy,2025-12-13 15:30:00,867.0,-9.6732,0,leg_gt,6.6,60 -5705,buy_compound_top3,buy,2025-12-13 15:33:00,868.0,-9.7774,0,leg_gt,6.59,60 -5706,buy_compound_top3,buy,2025-12-14 06:15:00,885.0,-11.5124,0,leg_gt,5.98,60 -5707,buy_compound_top3,buy,2025-12-14 06:18:00,884.0,-11.4122,0,leg_gt,5.98,60 -5708,buy_compound_top3,buy,2025-12-14 06:21:00,885.0,-11.5124,0,leg_gt,5.98,60 -5709,buy_compound_top3,buy,2025-12-14 06:27:00,884.0,-11.4122,0,leg_gt,5.97,60 -5710,buy_compound_top3,buy,2025-12-14 06:36:00,885.0,-11.5124,0,leg_gt,5.97,60 -5711,buy_compound_top3,buy,2025-12-14 06:39:00,883.0,-11.3118,0,leg_gt,5.96,60 -5712,buy_compound_top3,buy,2025-12-14 10:30:00,882.0,-11.2111,0,leg_gt,5.8,60 -5713,buy_compound_top3,buy,2025-12-14 10:33:00,882.0,-11.2111,0,leg_gt,5.8,60 -5714,buy_compound_top3,buy,2025-12-14 10:51:00,879.0,-10.9077,0,leg_gt,5.79,60 -5715,buy_compound_top3,buy,2025-12-14 10:54:00,879.0,-10.9077,0,leg_gt,5.79,60 -5716,buy_compound_top3,buy,2025-12-14 12:42:00,878.0,-10.8062,0,leg_gt,5.71,60 -5717,buy_compound_top3,buy,2025-12-14 12:45:00,878.0,-10.8062,0,leg_gt,5.71,60 -5718,buy_compound_top3,buy,2025-12-14 12:48:00,878.0,-10.8062,0,leg_gt,5.71,60 -5719,buy_compound_top3,buy,2025-12-14 12:57:00,878.0,-10.8062,0,leg_gt,5.7,60 -5720,buy_compound_top3,buy,2025-12-14 13:27:00,878.0,-10.8062,0,leg_gt,5.68,60 -5721,buy_compound_top3,buy,2025-12-14 14:06:00,873.0,-10.2947,0,leg_gt,5.65,60 -5722,buy_compound_top3,buy,2025-12-14 14:09:00,871.0,-10.0885,0,leg_gt,5.65,60 -5723,buy_compound_top3,buy,2025-12-14 14:12:00,870.0,-9.9851,0,leg_gt,5.65,60 -5724,buy_compound_top3,buy,2025-12-14 14:15:00,871.0,-10.0885,0,leg_gt,5.65,60 -5725,buy_compound_top3,buy,2025-12-14 14:18:00,870.0,-9.9851,0,leg_gt,5.65,60 -5726,buy_compound_top3,buy,2025-12-14 14:21:00,868.0,-9.7774,0,leg_gt,5.64,60 -5727,buy_compound_top3,buy,2025-12-14 14:24:00,869.0,-9.8814,0,leg_gt,5.64,60 -5728,buy_compound_top3,buy,2025-12-14 19:36:00,868.0,-9.7774,0,leg_gt,5.42,60 -5729,buy_compound_top3,buy,2025-12-14 19:39:00,867.0,-9.6732,0,leg_gt,5.42,60 -5730,buy_compound_top3,buy,2025-12-14 19:42:00,868.0,-9.7774,0,leg_gt,5.42,60 -5731,buy_compound_top3,buy,2025-12-14 20:00:00,867.0,-9.6732,0,leg_gt,5.41,60 -5732,buy_compound_top3,buy,2025-12-14 20:03:00,867.0,-9.6732,0,leg_gt,5.41,60 -5733,buy_compound_top3,buy,2025-12-14 20:21:00,866.0,-9.5688,0,leg_gt,5.39,60 -5734,buy_compound_top3,buy,2025-12-14 20:24:00,864.0,-9.3593,0,leg_gt,5.39,60 -5735,buy_compound_top3,buy,2025-12-14 20:27:00,865.0,-9.4642,0,leg_gt,5.39,60 -5736,buy_compound_top3,buy,2025-12-14 23:51:00,852.0,-8.0812,0,leg_gt,5.25,60 -5737,buy_compound_top3,buy,2025-12-14 23:54:00,853.0,-8.1891,0,leg_gt,5.25,60 -5738,buy_compound_top3,buy,2025-12-15 00:00:00,854.0,-8.2967,0,leg_gt,5.24,60 -5739,buy_compound_top3,buy,2025-12-15 00:03:00,854.0,-8.2967,0,leg_gt,5.24,60 -5740,buy_compound_top3,buy,2025-12-15 00:06:00,853.0,-8.1891,0,leg_gt,5.24,60 -5741,buy_compound_top3,buy,2025-12-15 00:09:00,855.0,-8.4041,0,leg_gt,5.24,60 -5742,buy_compound_top3,buy,2025-12-15 02:27:00,848.0,-7.6472,0,leg_gt,5.14,60 -5743,buy_compound_top3,buy,2025-12-15 02:30:00,848.0,-7.6472,0,leg_gt,5.14,60 -5744,buy_compound_top3,buy,2025-12-15 02:33:00,847.0,-7.538,0,leg_gt,5.14,60 -5745,buy_compound_top3,buy,2025-12-15 06:00:00,843.0,-7.0988,0,leg_gt,4.99,60 -5746,buy_compound_top3,buy,2025-12-15 06:03:00,843.0,-7.0988,0,leg_gt,4.99,60 -5747,buy_compound_top3,buy,2025-12-15 06:42:00,841.0,-6.8776,0,leg_gt,4.96,60 -5748,buy_compound_top3,buy,2025-12-15 06:45:00,840.0,-6.7667,0,leg_gt,4.96,60 -5749,buy_compound_top3,buy,2025-12-15 06:48:00,839.0,-6.6554,0,leg_gt,4.96,60 -5750,buy_compound_top3,buy,2025-12-15 06:57:00,838.0,-6.5439,0,leg_gt,4.95,60 -5751,buy_compound_top3,buy,2025-12-15 07:36:00,838.0,-6.5439,0,leg_gt,4.92,60 -5752,buy_compound_top3,buy,2025-12-15 07:39:00,839.0,-6.6554,0,leg_gt,4.92,60 -5753,buy_compound_top3,buy,2025-12-15 16:42:00,859.0,-8.8311,0,leg_gt,4.55,60 -5754,buy_compound_top3,buy,2025-12-15 16:45:00,860.0,-8.9372,0,leg_gt,4.54,60 -5755,buy_compound_top3,buy,2025-12-15 16:48:00,860.0,-8.9372,0,leg_gt,4.54,60 -5756,buy_compound_top3,buy,2025-12-15 16:51:00,858.0,-8.7247,0,leg_gt,4.54,60 -5757,buy_compound_top3,buy,2025-12-15 16:54:00,859.0,-8.8311,0,leg_gt,4.54,60 -5758,buy_compound_top3,buy,2025-12-15 21:15:00,859.0,-8.8311,0,leg_gt,4.36,60 -5759,buy_compound_top3,buy,2025-12-15 21:18:00,858.0,-8.7247,0,leg_gt,4.35,60 -5760,buy_compound_top3,buy,2025-12-15 22:15:00,857.0,-8.6181,0,leg_gt,4.31,60 -5761,buy_compound_top3,buy,2025-12-15 22:18:00,858.0,-8.7247,0,leg_gt,4.31,60 -5762,buy_compound_top3,buy,2025-12-15 22:21:00,857.0,-8.6181,0,leg_gt,4.31,60 -5763,buy_compound_top3,buy,2025-12-15 22:24:00,855.0,-8.4041,0,leg_gt,4.31,60 -5764,buy_compound_top3,buy,2025-12-15 22:27:00,856.0,-8.5112,0,leg_gt,4.31,60 -5765,buy_compound_top3,buy,2025-12-15 22:30:00,855.0,-8.4041,0,leg_gt,4.3,60 -5766,buy_compound_top3,buy,2025-12-15 22:33:00,855.0,-8.4041,0,leg_gt,4.3,60 -5767,buy_compound_top3,buy,2025-12-15 22:36:00,852.0,-8.0812,0,leg_gt,4.3,60 -5768,buy_compound_top3,buy,2025-12-15 22:39:00,852.0,-8.0812,0,leg_gt,4.3,60 -5769,buy_compound_top3,buy,2025-12-15 22:42:00,854.0,-8.2967,0,leg_gt,4.3,60 -5770,buy_compound_top3,buy,2025-12-16 00:12:00,835.0,-6.2078,0,leg_gt,4.23,60 -5771,buy_compound_top3,buy,2025-12-16 00:36:00,811.0,-3.4292,0,leg_gt,4.22,60 -5772,buy_compound_top3,buy,2025-12-16 00:39:00,813.0,-3.667,0,leg_gt,4.21,60 -5773,buy_compound_top3,buy,2025-12-16 00:42:00,809.0,-3.1902,0,leg_gt,4.21,60 -5774,buy_compound_top3,buy,2025-12-16 01:42:00,799.0,-1.9773,0,leg_gt,4.17,60 -5775,buy_compound_top3,buy,2025-12-16 01:57:00,794.0,-1.3594,0,leg_gt,4.16,60 -5776,buy_compound_top3,buy,2025-12-16 02:00:00,796.0,-1.6075,0,leg_gt,4.16,60 -5777,buy_compound_top3,buy,2025-12-16 02:03:00,796.0,-1.6075,0,leg_gt,4.16,60 -5778,buy_compound_top3,buy,2025-12-16 10:06:00,794.0,-1.3594,0,leg_gt,3.82,60 -5779,buy_compound_top3,buy,2025-12-16 10:09:00,794.0,-1.3594,0,leg_gt,3.82,60 -5780,buy_compound_top3,buy,2025-12-16 13:57:00,789.0,-0.7337,0,leg_gt,3.66,60 -5781,buy_compound_top3,buy,2025-12-16 16:30:00,786.0,-0.3545,0,leg_gt,3.55,60 -5782,buy_compound_top3,buy,2025-12-16 16:33:00,787.0,-0.4812,0,leg_gt,3.55,60 -5783,buy_compound_top3,buy,2025-12-16 16:36:00,785.0,-0.2274,0,leg_gt,3.55,60 -5784,buy_compound_top3,buy,2025-12-16 16:39:00,784.0,-0.1,0,leg_gt,3.55,60 -5785,buy_compound_top3,buy,2025-12-16 16:51:00,778.0,0.6712,1,leg_gt,3.54,60 -5786,buy_compound_top3,buy,2025-12-16 16:54:00,777.0,0.8009,1,leg_gt,3.54,60 -5787,buy_compound_top3,buy,2025-12-16 22:42:00,794.0,-1.3594,0,leg_gt,3.3,60 -5788,buy_compound_top3,buy,2025-12-16 22:57:00,791.0,-0.985,0,leg_gt,3.29,60 -5789,buy_compound_top3,buy,2025-12-17 01:42:00,786.0,-0.3545,0,leg_gt,3.17,60 -5790,buy_compound_top3,buy,2025-12-17 02:42:00,782.0,0.1558,1,leg_gt,3.13,60 -5791,buy_compound_top3,buy,2025-12-17 02:45:00,782.0,0.1558,1,leg_gt,3.13,60 -5792,buy_compound_top3,buy,2025-12-17 02:48:00,781.0,0.2841,1,leg_gt,3.12,60 -5793,buy_compound_top3,buy,2025-12-17 02:51:00,780.0,0.4128,1,leg_gt,3.12,60 -5794,buy_compound_top3,buy,2025-12-17 02:54:00,782.0,0.1558,1,leg_gt,3.12,60 -5795,buy_compound_top3,buy,2025-12-17 08:30:00,785.0,-0.2274,0,leg_gt,2.89,60 -5796,buy_compound_top3,buy,2025-12-17 08:33:00,784.0,-0.1,0,leg_gt,2.89,60 -5797,buy_compound_top3,buy,2025-12-17 08:42:00,785.0,-0.2274,0,leg_gt,2.88,60 -5798,buy_compound_top3,buy,2025-12-17 09:12:00,783.0,0.0277,1,leg_gt,2.86,60 -5799,buy_compound_top3,buy,2025-12-17 09:30:00,782.0,0.1558,1,leg_gt,2.85,60 -5800,buy_compound_top3,buy,2025-12-17 09:33:00,781.0,0.2841,1,leg_gt,2.84,60 -5801,buy_compound_top3,buy,2025-12-17 13:27:00,780.0,0.4128,1,leg_gt,2.68,60 -5802,buy_compound_top3,buy,2025-12-17 13:36:00,777.0,0.8009,1,leg_gt,2.68,60 -5803,buy_compound_top3,buy,2025-12-17 13:39:00,777.0,0.8009,1,leg_gt,2.67,60 -5804,buy_compound_top3,buy,2025-12-17 14:00:00,769.0,1.8506,1,leg_gt,2.66,60 -5805,buy_compound_top3,buy,2025-12-17 14:03:00,766.0,2.2499,1,leg_gt,2.66,60 -5806,buy_compound_top3,buy,2025-12-17 14:06:00,770.0,1.7182,1,leg_gt,2.65,60 -5807,buy_compound_top3,buy,2025-12-17 14:09:00,769.0,1.8506,1,leg_gt,2.65,60 -5808,buy_compound_top3,buy,2025-12-17 16:00:00,767.0,2.1164,1,leg_gt,2.58,60 -5809,buy_compound_top3,buy,2025-12-17 16:03:00,765.0,2.3837,1,leg_gt,2.57,60 -5810,buy_compound_top3,buy,2025-12-17 17:30:00,763.0,2.6523,1,leg_gt,2.51,60 -5811,buy_compound_top3,buy,2025-12-17 17:33:00,763.0,2.6523,1,leg_gt,2.51,60 -5812,buy_compound_top3,buy,2025-12-17 17:36:00,763.0,2.6523,1,leg_gt,2.51,60 -5813,buy_compound_top3,buy,2025-12-17 17:39:00,764.0,2.5178,1,leg_gt,2.51,60 -5814,buy_compound_top3,buy,2025-12-18 01:21:00,760.0,3.0579,1,leg_gt,2.19,60 -5815,buy_compound_top3,buy,2025-12-18 01:24:00,756.0,3.6037,1,leg_gt,2.18,60 -5816,buy_compound_top3,buy,2025-12-18 01:27:00,754.0,3.8788,1,leg_gt,2.18,60 -5817,buy_compound_top3,buy,2025-12-18 01:30:00,752.0,4.1553,1,leg_gt,2.18,60 -5818,buy_compound_top3,buy,2025-12-18 01:33:00,749.0,4.5729,1,leg_gt,2.18,60 -5819,buy_compound_top3,buy,2025-12-18 01:36:00,752.0,4.1553,1,leg_gt,2.17,60 -5820,buy_compound_top3,buy,2025-12-18 01:39:00,752.0,4.1553,1,leg_gt,2.17,60 -5821,buy_compound_top3,buy,2025-12-18 02:45:00,746.0,4.9938,1,leg_gt,2.13,60 -5822,buy_compound_top3,buy,2025-12-18 02:48:00,748.0,4.7128,1,leg_gt,2.12,60 -5823,buy_compound_top3,buy,2025-12-18 03:51:00,742.0,5.5604,1,leg_gt,2.08,60 -5824,buy_compound_top3,buy,2025-12-18 03:54:00,743.0,5.4182,1,leg_gt,2.08,60 -5825,buy_compound_top3,buy,2025-12-18 03:57:00,741.0,5.703,1,leg_gt,2.08,60 -5826,buy_compound_top3,buy,2025-12-18 04:00:00,742.0,5.5604,1,leg_gt,2.08,60 -5827,buy_compound_top3,buy,2025-12-18 04:03:00,738.0,6.1331,1,leg_gt,2.07,60 -5828,buy_compound_top3,buy,2025-12-18 04:06:00,742.0,5.5604,1,leg_gt,2.07,60 -5829,buy_compound_top3,buy,2025-12-18 04:09:00,740.0,5.8459,1,leg_gt,2.07,60 -5830,buy_compound_top3,buy,2025-12-18 04:12:00,740.0,5.8459,1,leg_gt,2.07,60 -5831,buy_compound_top3,buy,2025-12-18 06:42:00,741.0,5.703,1,leg_gt,1.96,60 -5832,buy_compound_top3,buy,2025-12-18 06:45:00,741.0,5.703,1,leg_gt,1.96,60 -5833,buy_compound_top3,buy,2025-12-18 06:48:00,741.0,5.703,1,leg_gt,1.96,60 -5834,buy_compound_top3,buy,2025-12-18 06:51:00,738.0,6.1331,1,leg_gt,1.96,60 -5835,buy_compound_top3,buy,2025-12-18 06:54:00,739.0,5.9893,1,leg_gt,1.95,60 -5836,buy_compound_top3,buy,2025-12-18 08:12:00,739.0,5.9893,1,leg_gt,1.9,60 -5837,buy_compound_top3,buy,2025-12-18 08:15:00,738.0,6.1331,1,leg_gt,1.9,60 -5838,buy_compound_top3,buy,2025-12-18 08:18:00,738.0,6.1331,1,leg_gt,1.9,60 -5839,buy_compound_top3,buy,2025-12-18 08:21:00,739.0,5.9893,1,leg_gt,1.89,60 -5840,buy_compound_top3,buy,2025-12-18 08:24:00,739.0,5.9893,1,leg_gt,1.89,60 -5841,buy_compound_top3,buy,2025-12-18 10:27:00,738.0,6.1331,1,leg_gt,1.81,60 -5842,buy_compound_top3,buy,2025-12-18 10:30:00,738.0,6.1331,1,leg_gt,1.8,60 -5843,buy_compound_top3,buy,2025-12-18 10:33:00,738.0,6.1331,1,leg_gt,1.8,60 -5844,buy_compound_top3,buy,2025-12-18 14:27:00,735.0,6.5667,1,leg_gt,1.64,60 -5845,buy_compound_top3,buy,2025-12-19 03:51:00,732.0,7.0038,1,leg_gt,1.08,60 -5846,buy_compound_top3,buy,2025-12-19 03:54:00,729.0,7.4446,1,leg_gt,1.08,60 -5847,buy_compound_top3,buy,2025-12-19 03:57:00,730.0,7.2973,1,leg_gt,1.08,60 -5848,buy_compound_top3,buy,2025-12-19 04:00:00,729.0,7.4446,1,leg_gt,1.08,60 -5849,buy_compound_top3,buy,2025-12-19 04:03:00,726.0,7.889,1,leg_gt,1.07,60 -5850,buy_compound_top3,buy,2025-12-19 04:36:00,725.0,8.0379,1,leg_gt,1.05,60 -5851,buy_compound_top3,buy,2025-12-19 04:39:00,719.0,8.9403,1,leg_gt,1.05,60 -5852,buy_compound_top3,buy,2025-12-19 04:42:00,720.0,8.7889,1,leg_gt,1.05,60 -5853,buy_compound_top3,buy,2025-12-19 04:51:00,712.0,10.0124,1,leg_gt,1.04,60 -5854,buy_compound_top3,buy,2025-12-19 04:54:00,712.0,10.0124,1,leg_gt,1.04,60 -5855,buy_compound_top3,buy,2025-12-19 04:57:00,709.0,10.4783,1,leg_gt,1.04,60 -5856,buy_compound_top3,buy,2025-12-19 05:00:00,709.0,10.4783,1,leg_gt,1.03,60 -5857,buy_compound_top3,buy,2025-12-19 05:03:00,716.0,9.3972,1,leg_gt,1.03,60 -5858,buy_compound_top3,buy,2025-12-19 09:45:00,712.0,10.0124,1,leg_gt,0.84,60 -5859,buy_compound_top3,buy,2025-12-19 09:48:00,713.0,9.8579,1,leg_gt,0.83,60 -5860,buy_compound_top3,buy,2025-12-19 10:27:00,709.0,10.4783,1,leg_gt,0.81,60 -5861,buy_compound_top3,buy,2025-12-19 10:30:00,710.0,10.3225,1,leg_gt,0.8,60 -5862,buy_compound_top3,buy,2025-12-19 10:33:00,710.0,10.3225,1,leg_gt,0.8,60 -5863,buy_compound_top3,buy,2025-12-19 10:36:00,711.0,10.1672,1,leg_gt,0.8,60 -5864,buy_compound_top3,buy,2025-12-19 10:39:00,709.0,10.4783,1,leg_gt,0.8,60 -5865,buy_compound_top3,buy,2025-12-19 10:42:00,710.0,10.3225,1,leg_gt,0.8,60 -5866,buy_compound_top3,buy,2025-12-19 10:45:00,710.0,10.3225,1,leg_gt,0.79,60 -5867,buy_compound_top3,buy,2025-12-19 10:48:00,710.0,10.3225,1,leg_gt,0.79,60 -5868,buy_compound_top3,buy,2025-12-20 03:06:00,759.0,3.1938,1,leg_gt,0.11,60 -5869,buy_compound_top3,buy,2025-12-20 03:09:00,759.0,3.1938,1,leg_gt,0.11,60 -5870,buy_compound_top3,buy,2025-12-20 09:15:00,776.0,10.7247,1,leg_gt,14.25,60 -5871,buy_compound_top3,buy,2025-12-20 09:18:00,776.0,10.7247,1,leg_gt,14.25,60 -5872,buy_compound_top3,buy,2025-12-20 09:21:00,776.0,10.7247,1,leg_gt,14.25,60 -5873,buy_compound_top3,buy,2025-12-20 09:24:00,775.0,10.8677,1,leg_gt,14.25,60 -5874,buy_compound_top3,buy,2025-12-20 09:27:00,775.0,10.8677,1,leg_gt,14.25,60 -5875,buy_compound_top3,buy,2025-12-20 09:30:00,776.0,10.7247,1,leg_gt,14.24,60 -5876,buy_compound_top3,buy,2025-12-20 09:33:00,775.0,10.8677,1,leg_gt,14.24,60 -5877,buy_compound_top3,buy,2025-12-20 09:42:00,775.0,10.8677,1,leg_gt,14.24,60 -5878,buy_compound_top3,buy,2025-12-20 11:36:00,774.0,11.0111,1,leg_gt,14.16,60 -5879,buy_compound_top3,buy,2025-12-20 11:39:00,772.0,11.299,1,leg_gt,14.15,60 -5880,buy_compound_top3,buy,2025-12-20 13:15:00,770.0,11.5883,1,leg_gt,14.09,60 -5881,buy_compound_top3,buy,2025-12-20 13:18:00,770.0,11.5883,1,leg_gt,14.09,60 -5882,buy_compound_top3,buy,2025-12-20 13:30:00,769.0,11.7336,1,leg_gt,14.08,60 -5883,buy_compound_top3,buy,2025-12-20 13:33:00,769.0,11.7336,1,leg_gt,14.08,60 -5884,buy_compound_top3,buy,2025-12-20 13:57:00,767.0,12.0252,1,leg_gt,14.06,60 -5885,buy_compound_top3,buy,2025-12-20 19:45:00,773.0,11.1549,1,leg_gt,13.82,60 -5886,buy_compound_top3,buy,2025-12-20 19:48:00,771.0,11.4435,1,leg_gt,13.81,60 -5887,buy_compound_top3,buy,2025-12-20 22:21:00,772.0,11.299,1,leg_gt,13.71,60 -5888,buy_compound_top3,buy,2025-12-20 22:24:00,772.0,11.299,1,leg_gt,13.71,60 -5889,buy_compound_top3,buy,2025-12-21 09:51:00,777.0,10.5821,1,leg_gt,13.23,60 -5890,buy_compound_top3,buy,2025-12-21 09:54:00,777.0,10.5821,1,leg_gt,13.23,60 -5891,buy_compound_top3,buy,2025-12-21 09:57:00,776.0,10.7247,1,leg_gt,13.22,60 -5892,buy_compound_top3,buy,2025-12-21 10:12:00,775.0,10.8677,1,leg_gt,13.21,60 -5893,buy_compound_top3,buy,2025-12-21 10:21:00,775.0,10.8677,1,leg_gt,13.21,60 -5894,buy_compound_top3,buy,2025-12-21 10:24:00,775.0,10.8677,1,leg_gt,13.21,60 -5895,buy_compound_top3,buy,2025-12-21 10:27:00,774.0,11.0111,1,leg_gt,13.2,60 -5896,buy_compound_top3,buy,2025-12-21 10:30:00,773.0,11.1549,1,leg_gt,13.2,60 -5897,buy_compound_top3,buy,2025-12-21 10:33:00,774.0,11.0111,1,leg_gt,13.2,60 -5898,buy_compound_top3,buy,2025-12-21 10:57:00,769.0,11.7336,1,leg_gt,13.18,60 -5899,buy_compound_top3,buy,2025-12-21 11:00:00,769.0,11.7336,1,leg_gt,13.18,60 -5900,buy_compound_top3,buy,2025-12-21 11:03:00,768.0,11.8792,1,leg_gt,13.18,60 -5901,buy_compound_top3,buy,2025-12-21 11:15:00,767.0,12.0252,1,leg_gt,13.17,60 -5902,buy_compound_top3,buy,2025-12-21 11:18:00,765.0,12.3183,1,leg_gt,13.17,60 -5903,buy_compound_top3,buy,2025-12-21 11:21:00,765.0,12.3183,1,leg_gt,13.17,60 -5904,buy_compound_top3,buy,2025-12-21 11:24:00,763.0,12.613,1,leg_gt,13.16,60 -5905,buy_compound_top3,buy,2025-12-21 11:36:00,764.0,12.4654,1,leg_gt,13.16,60 -5906,buy_compound_top3,buy,2025-12-21 11:39:00,763.0,12.613,1,leg_gt,13.15,60 -5907,buy_compound_top3,buy,2025-12-21 11:42:00,762.0,12.7609,1,leg_gt,13.15,60 -5908,buy_compound_top3,buy,2025-12-21 11:45:00,762.0,12.7609,1,leg_gt,13.15,60 -5909,buy_compound_top3,buy,2025-12-21 11:48:00,761.0,12.9092,1,leg_gt,13.15,60 -5910,buy_compound_top3,buy,2025-12-21 11:51:00,761.0,12.9092,1,leg_gt,13.15,60 -5911,buy_compound_top3,buy,2025-12-21 11:54:00,761.0,12.9092,1,leg_gt,13.14,60 -5912,buy_compound_top3,buy,2025-12-21 20:00:00,769.0,11.7336,1,leg_gt,12.81,60 -5913,buy_compound_top3,buy,2025-12-21 20:03:00,769.0,11.7336,1,leg_gt,12.8,60 -5914,buy_compound_top3,buy,2025-12-21 20:06:00,769.0,11.7336,1,leg_gt,12.8,60 -5915,buy_compound_top3,buy,2025-12-21 20:09:00,769.0,11.7336,1,leg_gt,12.8,60 -5916,buy_compound_top3,buy,2025-12-21 20:12:00,767.0,12.0252,1,leg_gt,12.8,60 -5917,buy_compound_top3,buy,2025-12-21 21:00:00,767.0,12.0252,1,leg_gt,12.76,60 -5918,buy_compound_top3,buy,2025-12-21 21:03:00,767.0,12.0252,1,leg_gt,12.76,60 -5919,buy_compound_top3,buy,2025-12-21 21:06:00,766.0,12.1715,1,leg_gt,12.76,60 -5920,buy_compound_top3,buy,2025-12-21 21:09:00,767.0,12.0252,1,leg_gt,12.76,60 -5921,buy_compound_top3,buy,2025-12-21 21:12:00,767.0,12.0252,1,leg_gt,12.76,60 -5922,buy_compound_top3,buy,2025-12-21 21:15:00,766.0,12.1715,1,leg_gt,12.75,60 -5923,buy_compound_top3,buy,2025-12-21 21:18:00,766.0,12.1715,1,leg_gt,12.75,60 -5924,buy_compound_top3,buy,2025-12-21 21:51:00,763.0,12.613,1,leg_gt,12.73,60 -5925,buy_compound_top3,buy,2025-12-21 21:54:00,762.0,12.7609,1,leg_gt,12.73,60 -5926,buy_compound_top3,buy,2025-12-21 21:57:00,759.0,13.207,1,leg_gt,12.72,60 -5927,buy_compound_top3,buy,2025-12-21 22:15:00,755.0,13.8073,1,leg_gt,12.71,60 -5928,buy_compound_top3,buy,2025-12-21 22:18:00,754.0,13.9584,1,leg_gt,12.71,60 -5929,buy_compound_top3,buy,2025-12-21 22:21:00,755.0,13.8073,1,leg_gt,12.71,60 -5930,buy_compound_top3,buy,2025-12-21 22:24:00,753.0,14.1098,1,leg_gt,12.71,60 -5931,buy_compound_top3,buy,2025-12-21 22:27:00,753.0,14.1098,1,leg_gt,12.7,60 -5932,buy_compound_top3,buy,2025-12-21 22:30:00,750.0,14.5667,1,leg_gt,12.7,60 -5933,buy_compound_top3,buy,2025-12-21 22:33:00,744.0,15.4914,1,leg_gt,12.7,60 -5934,buy_compound_top3,buy,2025-12-21 22:45:00,743.0,15.647,1,leg_gt,12.69,60 -5935,buy_compound_top3,buy,2025-12-21 22:48:00,742.0,15.803,1,leg_gt,12.69,60 -5936,buy_compound_top3,buy,2025-12-21 22:51:00,742.0,15.803,1,leg_gt,12.69,60 -5937,buy_compound_top3,buy,2025-12-21 22:54:00,742.0,15.803,1,leg_gt,12.69,60 -5938,buy_compound_top3,buy,2025-12-21 22:57:00,741.0,15.9594,1,leg_gt,12.68,60 -5939,buy_compound_top3,buy,2025-12-22 11:21:00,756.0,13.6566,1,leg_gt,12.17,60 -5940,buy_compound_top3,buy,2025-12-22 11:24:00,759.0,13.207,1,leg_gt,12.16,60 -5941,buy_compound_top3,buy,2025-12-22 20:30:00,765.0,12.3183,1,leg_gt,11.79,60 -5942,buy_compound_top3,buy,2025-12-22 20:33:00,766.0,12.1715,1,leg_gt,11.78,60 -5943,buy_compound_top3,buy,2025-12-23 00:30:00,766.0,12.1715,1,leg_gt,11.62,60 -5944,buy_compound_top3,buy,2025-12-23 00:33:00,766.0,12.1715,1,leg_gt,11.62,60 -5945,buy_compound_top3,buy,2025-12-23 00:45:00,764.0,12.4654,1,leg_gt,11.61,60 -5946,buy_compound_top3,buy,2025-12-23 00:48:00,765.0,12.3183,1,leg_gt,11.61,60 -5947,buy_compound_top3,buy,2025-12-23 04:21:00,757.0,13.5063,1,leg_gt,11.46,60 -5948,buy_compound_top3,buy,2025-12-23 04:24:00,756.0,13.6566,1,leg_gt,11.46,60 -5949,buy_compound_top3,buy,2025-12-23 04:27:00,752.0,14.2617,1,leg_gt,11.45,60 -5950,buy_compound_top3,buy,2025-12-23 04:42:00,750.0,14.5667,1,leg_gt,11.44,60 -5951,buy_compound_top3,buy,2025-12-23 04:45:00,751.0,14.414,1,leg_gt,11.44,60 -5952,buy_compound_top3,buy,2025-12-23 04:48:00,748.0,14.8733,1,leg_gt,11.44,60 -5953,buy_compound_top3,buy,2025-12-23 04:51:00,747.0,15.0272,1,leg_gt,11.44,60 -5954,buy_compound_top3,buy,2025-12-23 04:54:00,746.0,15.1815,1,leg_gt,11.44,60 -5955,buy_compound_top3,buy,2025-12-23 04:57:00,744.0,15.4914,1,leg_gt,11.43,60 -5956,buy_compound_top3,buy,2025-12-23 05:00:00,745.0,15.3362,1,leg_gt,11.43,60 -5957,buy_compound_top3,buy,2025-12-23 05:03:00,746.0,15.1815,1,leg_gt,11.43,60 -5958,buy_compound_top3,buy,2025-12-23 11:45:00,748.0,14.8733,1,leg_gt,11.15,60 -5959,buy_compound_top3,buy,2025-12-23 11:48:00,747.0,15.0272,1,leg_gt,11.15,60 -5960,buy_compound_top3,buy,2025-12-23 11:51:00,748.0,14.8733,1,leg_gt,11.15,60 -5961,buy_compound_top3,buy,2025-12-23 11:54:00,747.0,15.0272,1,leg_gt,11.14,60 -5962,buy_compound_top3,buy,2025-12-23 11:57:00,746.0,15.1815,1,leg_gt,11.14,60 -5963,buy_compound_top3,buy,2025-12-23 12:12:00,745.0,15.3362,1,leg_gt,11.13,60 -5964,buy_compound_top3,buy,2025-12-23 13:45:00,742.0,15.803,1,leg_gt,11.07,60 -5965,buy_compound_top3,buy,2025-12-23 13:48:00,742.0,15.803,1,leg_gt,11.06,60 -5966,buy_compound_top3,buy,2025-12-23 13:51:00,742.0,15.803,1,leg_gt,11.06,60 -5967,buy_compound_top3,buy,2025-12-23 13:54:00,741.0,15.9594,1,leg_gt,11.06,60 -5968,buy_compound_top3,buy,2025-12-23 13:57:00,742.0,15.803,1,leg_gt,11.06,60 -5969,buy_compound_top3,buy,2025-12-23 14:00:00,741.0,15.9594,1,leg_gt,11.06,60 -5970,buy_compound_top3,buy,2025-12-23 14:03:00,741.0,15.9594,1,leg_gt,11.05,60 -5971,buy_compound_top3,buy,2025-12-23 14:06:00,741.0,15.9594,1,leg_gt,11.05,60 -5972,buy_compound_top3,buy,2025-12-23 14:09:00,741.0,15.9594,1,leg_gt,11.05,60 -5973,buy_compound_top3,buy,2025-12-23 18:21:00,739.0,16.2735,1,leg_gt,10.88,60 -5974,buy_compound_top3,buy,2025-12-23 18:24:00,740.0,16.1162,1,leg_gt,10.87,60 -5975,buy_compound_top3,buy,2025-12-23 21:27:00,738.0,16.4312,1,leg_gt,10.75,60 -5976,buy_compound_top3,buy,2025-12-23 22:45:00,737.0,16.5893,1,leg_gt,10.69,60 -5977,buy_compound_top3,buy,2025-12-23 22:48:00,735.0,16.9068,1,leg_gt,10.69,60 -5978,buy_compound_top3,buy,2025-12-23 23:51:00,733.0,17.2261,1,leg_gt,10.65,60 -5979,buy_compound_top3,buy,2025-12-23 23:54:00,730.0,17.7082,1,leg_gt,10.64,60 -5980,buy_compound_top3,buy,2025-12-24 07:21:00,735.0,16.9068,1,leg_gt,10.33,60 -5981,buy_compound_top3,buy,2025-12-24 07:24:00,736.0,16.7478,1,leg_gt,10.33,60 -5982,buy_compound_top3,buy,2025-12-24 08:06:00,734.0,17.0662,1,leg_gt,10.3,60 -5983,buy_compound_top3,buy,2025-12-24 08:09:00,733.0,17.2261,1,leg_gt,10.3,60 -5984,buy_compound_top3,buy,2025-12-24 10:27:00,732.0,17.3863,1,leg_gt,10.2,60 -5985,buy_compound_top3,buy,2025-12-24 10:57:00,723.0,18.8488,1,leg_gt,10.18,60 -5986,buy_compound_top3,buy,2025-12-24 11:00:00,722.0,19.0136,1,leg_gt,10.18,60 -5987,buy_compound_top3,buy,2025-12-24 11:03:00,722.0,19.0136,1,leg_gt,10.18,60 -5988,buy_compound_top3,buy,2025-12-24 11:06:00,720.0,19.3444,1,leg_gt,10.18,60 -5989,buy_compound_top3,buy,2025-12-24 11:09:00,719.0,19.5106,1,leg_gt,10.18,60 -5990,buy_compound_top3,buy,2025-12-24 11:12:00,719.0,19.5106,1,leg_gt,10.17,60 -5991,buy_compound_top3,buy,2025-12-24 12:06:00,716.0,20.0117,1,leg_gt,10.14,60 -5992,buy_compound_top3,buy,2025-12-24 12:09:00,715.0,20.1797,1,leg_gt,10.13,60 -5993,buy_compound_top3,buy,2025-12-24 14:36:00,713.0,20.5171,1,leg_gt,10.03,60 -5994,buy_compound_top3,buy,2025-12-24 14:39:00,713.0,20.5171,1,leg_gt,10.03,60 -5995,buy_compound_top3,buy,2025-12-24 14:42:00,714.0,20.3482,1,leg_gt,10.03,60 -5996,buy_compound_top3,buy,2025-12-24 14:51:00,713.0,20.5171,1,leg_gt,10.02,60 -5997,buy_compound_top3,buy,2025-12-24 14:54:00,713.0,20.5171,1,leg_gt,10.02,60 -5998,buy_compound_top3,buy,2025-12-24 14:57:00,712.0,20.6865,1,leg_gt,10.02,60 -5999,buy_compound_top3,buy,2025-12-24 15:00:00,711.0,20.8564,1,leg_gt,10.01,60 -6000,buy_compound_top3,buy,2025-12-24 15:03:00,712.0,20.6865,1,leg_gt,10.01,60 -6001,buy_compound_top3,buy,2025-12-24 18:42:00,712.0,20.6865,1,leg_gt,9.86,60 -6002,buy_compound_top3,buy,2025-12-24 19:00:00,711.0,20.8564,1,leg_gt,9.85,60 -6003,buy_compound_top3,buy,2025-12-24 19:03:00,711.0,20.8564,1,leg_gt,9.85,60 -6004,buy_compound_top3,buy,2025-12-24 19:06:00,710.0,21.0268,1,leg_gt,9.84,60 -6005,buy_compound_top3,buy,2025-12-24 19:09:00,711.0,20.8564,1,leg_gt,9.84,60 -6006,buy_compound_top3,buy,2025-12-24 23:36:00,710.0,21.0268,1,leg_gt,9.66,60 -6007,buy_compound_top3,buy,2025-12-24 23:39:00,709.0,21.1976,1,leg_gt,9.65,60 -6008,buy_compound_top3,buy,2025-12-25 03:12:00,710.0,21.0268,1,leg_gt,9.51,60 -6009,buy_compound_top3,buy,2025-12-25 04:24:00,712.0,20.6865,1,leg_gt,9.46,60 -6010,buy_compound_top3,buy,2025-12-25 15:00:00,728.0,18.0319,1,leg_gt,9.01,60 -6011,buy_compound_top3,buy,2025-12-25 15:03:00,728.0,18.0319,1,leg_gt,9.01,60 -6012,buy_compound_top3,buy,2025-12-25 19:21:00,729.0,17.8698,1,leg_gt,8.83,60 -6013,buy_compound_top3,buy,2025-12-25 19:24:00,729.0,17.8698,1,leg_gt,8.83,60 -6014,buy_compound_top3,buy,2025-12-25 19:27:00,728.0,18.0319,1,leg_gt,8.83,60 -6015,buy_compound_top3,buy,2025-12-25 19:30:00,728.0,18.0319,1,leg_gt,8.83,60 -6016,buy_compound_top3,buy,2025-12-25 19:33:00,726.0,18.3573,1,leg_gt,8.82,60 -6017,buy_compound_top3,buy,2025-12-25 19:36:00,724.0,18.6845,1,leg_gt,8.82,60 -6018,buy_compound_top3,buy,2025-12-25 19:39:00,724.0,18.6845,1,leg_gt,8.82,60 -6019,buy_compound_top3,buy,2025-12-25 23:27:00,724.0,18.6845,1,leg_gt,8.66,60 -6020,buy_compound_top3,buy,2025-12-25 23:30:00,724.0,18.6845,1,leg_gt,8.66,60 -6021,buy_compound_top3,buy,2025-12-25 23:33:00,724.0,18.6845,1,leg_gt,8.66,60 -6022,buy_compound_top3,buy,2025-12-25 23:36:00,724.0,18.6845,1,leg_gt,8.66,60 -6023,buy_compound_top3,buy,2025-12-25 23:39:00,724.0,18.6845,1,leg_gt,8.65,60 -6024,buy_compound_top3,buy,2025-12-25 23:42:00,724.0,18.6845,1,leg_gt,8.65,60 -6025,buy_compound_top3,buy,2025-12-26 08:06:00,713.0,20.5171,1,leg_gt,8.3,60 -6026,buy_compound_top3,buy,2025-12-26 08:09:00,712.0,20.6865,1,leg_gt,8.3,60 -6027,buy_compound_top3,buy,2025-12-26 17:00:00,723.0,18.8488,1,leg_gt,7.93,60 -6028,buy_compound_top3,buy,2025-12-26 17:03:00,727.0,18.1944,1,leg_gt,7.93,60 -6029,buy_compound_top3,buy,2025-12-27 00:06:00,717.0,19.8442,1,leg_gt,7.64,60 -6030,buy_compound_top3,buy,2025-12-27 00:09:00,715.0,20.1797,1,leg_gt,7.63,60 -6031,buy_compound_top3,buy,2025-12-27 00:12:00,715.0,20.1797,1,leg_gt,7.63,60 -6032,buy_compound_top3,buy,2025-12-27 02:15:00,712.0,20.6865,1,leg_gt,7.55,60 -6033,buy_compound_top3,buy,2025-12-27 02:18:00,713.0,20.5171,1,leg_gt,7.54,60 -6034,buy_compound_top3,buy,2025-12-27 06:48:00,721.0,19.1788,1,leg_gt,7.36,60 -6035,buy_compound_top3,buy,2025-12-27 06:54:00,721.0,19.1788,1,leg_gt,7.35,60 -6036,buy_compound_top3,buy,2025-12-27 07:06:00,720.0,19.3444,1,leg_gt,7.34,60 -6037,buy_compound_top3,buy,2025-12-27 07:09:00,719.0,19.5106,1,leg_gt,7.34,60 -6038,buy_compound_top3,buy,2025-12-27 07:12:00,719.0,19.5106,1,leg_gt,7.34,60 -6039,buy_compound_top3,buy,2025-12-27 07:15:00,718.0,19.6772,1,leg_gt,7.34,60 -6040,buy_compound_top3,buy,2025-12-27 07:18:00,718.0,19.6772,1,leg_gt,7.34,60 -6041,buy_compound_top3,buy,2025-12-27 07:27:00,718.0,19.6772,1,leg_gt,7.33,60 -6042,buy_compound_top3,buy,2025-12-27 14:42:00,723.0,18.8488,1,leg_gt,7.03,60 -6043,buy_compound_top3,buy,2025-12-27 14:45:00,722.0,19.0136,1,leg_gt,7.02,60 -6044,buy_compound_top3,buy,2025-12-27 14:48:00,722.0,19.0136,1,leg_gt,7.02,60 -6045,buy_compound_top3,buy,2025-12-27 15:36:00,721.0,19.1788,1,leg_gt,6.99,60 -6046,buy_compound_top3,buy,2025-12-27 15:39:00,722.0,19.0136,1,leg_gt,6.99,60 -6047,buy_compound_top3,buy,2025-12-27 15:57:00,722.0,19.0136,1,leg_gt,6.98,60 -6048,buy_compound_top3,buy,2025-12-27 17:42:00,720.0,19.3444,1,leg_gt,6.9,60 -6049,buy_compound_top3,buy,2025-12-27 17:45:00,720.0,19.3444,1,leg_gt,6.9,60 -6050,buy_compound_top3,buy,2025-12-27 17:48:00,720.0,19.3444,1,leg_gt,6.9,60 -6051,buy_compound_top3,buy,2025-12-27 19:42:00,719.0,19.5106,1,leg_gt,6.82,60 -6052,buy_compound_top3,buy,2025-12-28 05:42:00,729.0,17.8698,1,leg_gt,6.4,60 -6053,buy_compound_top3,buy,2025-12-28 13:51:00,741.0,15.9594,1,leg_gt,6.06,60 -6054,buy_compound_top3,buy,2025-12-28 13:54:00,742.0,15.803,1,leg_gt,6.06,60 -6055,buy_compound_top3,buy,2025-12-28 18:51:00,742.0,15.803,1,leg_gt,5.85,60 -6056,buy_compound_top3,buy,2025-12-28 18:54:00,742.0,15.803,1,leg_gt,5.85,60 -6057,buy_compound_top3,buy,2025-12-28 18:57:00,744.0,15.4914,1,leg_gt,5.85,60 -6058,buy_compound_top3,buy,2025-12-28 21:12:00,740.0,16.1162,1,leg_gt,5.76,60 -6059,buy_compound_top3,buy,2025-12-28 21:36:00,738.0,16.4312,1,leg_gt,5.74,60 -6060,buy_compound_top3,buy,2025-12-28 21:39:00,738.0,16.4312,1,leg_gt,5.74,60 -6061,buy_compound_top3,buy,2025-12-28 21:45:00,736.0,16.7478,1,leg_gt,5.73,60 -6062,buy_compound_top3,buy,2025-12-28 21:48:00,736.0,16.7478,1,leg_gt,5.73,60 -6063,buy_compound_top3,buy,2025-12-28 21:57:00,736.0,16.7478,1,leg_gt,5.72,60 -6064,buy_compound_top3,buy,2025-12-29 03:30:00,736.0,16.7478,1,leg_gt,5.49,60 -6065,buy_compound_top3,buy,2025-12-29 03:36:00,736.0,16.7478,1,leg_gt,5.49,60 -6066,buy_compound_top3,buy,2025-12-29 03:39:00,736.0,16.7478,1,leg_gt,5.49,60 -6067,buy_compound_top3,buy,2025-12-29 03:45:00,735.0,16.9068,1,leg_gt,5.48,60 -6068,buy_compound_top3,buy,2025-12-29 03:48:00,733.0,17.2261,1,leg_gt,5.48,60 -6069,buy_compound_top3,buy,2025-12-29 03:51:00,734.0,17.0662,1,leg_gt,5.48,60 -6070,buy_compound_top3,buy,2025-12-29 03:54:00,733.0,17.2261,1,leg_gt,5.48,60 -6071,buy_compound_top3,buy,2025-12-29 03:57:00,734.0,17.0662,1,leg_gt,5.48,60 -6072,buy_compound_top3,buy,2025-12-29 04:06:00,733.0,17.2261,1,leg_gt,5.47,60 -6073,buy_compound_top3,buy,2025-12-29 04:09:00,734.0,17.0662,1,leg_gt,5.47,60 -6074,buy_compound_top3,buy,2025-12-29 04:30:00,731.0,17.5471,1,leg_gt,5.45,60 -6075,buy_compound_top3,buy,2025-12-29 04:33:00,732.0,17.3863,1,leg_gt,5.45,60 -6076,buy_compound_top3,buy,2025-12-29 04:42:00,731.0,17.5471,1,leg_gt,5.44,60 -6077,buy_compound_top3,buy,2025-12-29 04:45:00,730.0,17.7082,1,leg_gt,5.44,60 -6078,buy_compound_top3,buy,2025-12-29 04:48:00,731.0,17.5471,1,leg_gt,5.44,60 -6079,buy_compound_top3,buy,2025-12-29 05:06:00,729.0,17.8698,1,leg_gt,5.43,60 -6080,buy_compound_top3,buy,2025-12-29 05:09:00,731.0,17.5471,1,leg_gt,5.42,60 -6081,buy_compound_top3,buy,2025-12-29 06:42:00,729.0,17.8698,1,leg_gt,5.36,60 -6082,buy_compound_top3,buy,2025-12-29 16:15:00,741.0,15.9594,1,leg_gt,4.96,60 -6083,buy_compound_top3,buy,2025-12-29 16:18:00,741.0,15.9594,1,leg_gt,4.96,60 -6084,buy_compound_top3,buy,2025-12-29 16:21:00,740.0,16.1162,1,leg_gt,4.96,60 -6085,buy_compound_top3,buy,2025-12-29 16:24:00,739.0,16.2735,1,leg_gt,4.96,60 -6086,buy_compound_top3,buy,2025-12-29 16:27:00,740.0,16.1162,1,leg_gt,4.95,60 -6087,buy_compound_top3,buy,2025-12-29 18:57:00,735.0,16.9068,1,leg_gt,4.85,60 -6088,buy_compound_top3,buy,2025-12-29 20:51:00,735.0,16.9068,1,leg_gt,4.77,60 -6089,buy_compound_top3,buy,2025-12-29 20:54:00,734.0,17.0662,1,leg_gt,4.77,60 -6090,buy_compound_top3,buy,2025-12-29 20:57:00,734.0,17.0662,1,leg_gt,4.77,60 -6091,buy_compound_top3,buy,2025-12-29 22:30:00,723.0,18.8488,1,leg_gt,4.7,60 -6092,buy_compound_top3,buy,2025-12-29 22:33:00,723.0,18.8488,1,leg_gt,4.7,60 -6093,buy_compound_top3,buy,2025-12-29 22:42:00,723.0,18.8488,1,leg_gt,4.69,60 -6094,buy_compound_top3,buy,2025-12-29 22:51:00,721.0,19.1788,1,leg_gt,4.69,60 -6095,buy_compound_top3,buy,2025-12-29 22:54:00,723.0,18.8488,1,leg_gt,4.69,60 -6096,buy_compound_top3,buy,2025-12-30 03:51:00,720.0,19.3444,1,leg_gt,4.48,60 -6097,buy_compound_top3,buy,2025-12-30 03:54:00,719.0,19.5106,1,leg_gt,4.48,60 -6098,buy_compound_top3,buy,2025-12-30 03:57:00,718.0,19.6772,1,leg_gt,4.47,60 -6099,buy_compound_top3,buy,2025-12-30 04:00:00,719.0,19.5106,1,leg_gt,4.47,60 -6100,buy_compound_top3,buy,2025-12-30 04:03:00,716.0,20.0117,1,leg_gt,4.47,60 -6101,buy_compound_top3,buy,2025-12-30 05:30:00,718.0,19.6772,1,leg_gt,4.41,60 -6102,buy_compound_top3,buy,2025-12-30 05:33:00,717.0,19.8442,1,leg_gt,4.41,60 -6103,buy_compound_top3,buy,2025-12-30 09:45:00,716.0,20.0117,1,leg_gt,4.23,60 -6104,buy_compound_top3,buy,2025-12-30 09:48:00,717.0,19.8442,1,leg_gt,4.23,60 -6105,buy_compound_top3,buy,2025-12-30 11:30:00,715.0,20.1797,1,leg_gt,4.16,60 -6106,buy_compound_top3,buy,2025-12-30 11:33:00,715.0,20.1797,1,leg_gt,4.16,60 -6107,buy_compound_top3,buy,2025-12-30 11:36:00,716.0,20.0117,1,leg_gt,4.16,60 -6108,buy_compound_top3,buy,2025-12-30 11:39:00,715.0,20.1797,1,leg_gt,4.15,60 -6109,buy_compound_top3,buy,2025-12-30 14:45:00,712.0,20.6865,1,leg_gt,4.03,60 -6110,buy_compound_top3,buy,2025-12-30 14:48:00,712.0,20.6865,1,leg_gt,4.02,60 -6111,buy_compound_top3,buy,2025-12-30 23:15:00,719.0,19.5106,1,leg_gt,3.67,60 -6112,buy_compound_top3,buy,2025-12-30 23:18:00,720.0,19.3444,1,leg_gt,3.67,60 -6113,buy_compound_top3,buy,2025-12-30 23:30:00,718.0,19.6772,1,leg_gt,3.66,60 -6114,buy_compound_top3,buy,2025-12-30 23:33:00,719.0,19.5106,1,leg_gt,3.66,60 -6115,buy_compound_top3,buy,2025-12-31 01:42:00,717.0,19.8442,1,leg_gt,3.57,60 -6116,buy_compound_top3,buy,2025-12-31 01:45:00,716.0,20.0117,1,leg_gt,3.57,60 -6117,buy_compound_top3,buy,2025-12-31 01:48:00,716.0,20.0117,1,leg_gt,3.56,60 -6118,buy_compound_top3,buy,2025-12-31 01:51:00,715.0,20.1797,1,leg_gt,3.56,60 -6119,buy_compound_top3,buy,2025-12-31 01:54:00,717.0,19.8442,1,leg_gt,3.56,60 -6120,buy_compound_top3,buy,2025-12-31 02:21:00,715.0,20.1797,1,leg_gt,3.54,60 -6121,buy_compound_top3,buy,2025-12-31 02:24:00,716.0,20.0117,1,leg_gt,3.54,60 -6122,buy_compound_top3,buy,2025-12-31 02:30:00,715.0,20.1797,1,leg_gt,3.54,60 -6123,buy_compound_top3,buy,2025-12-31 02:33:00,715.0,20.1797,1,leg_gt,3.53,60 -6124,buy_compound_top3,buy,2025-12-31 02:45:00,714.0,20.3482,1,leg_gt,3.52,60 -6125,buy_compound_top3,buy,2025-12-31 02:48:00,713.0,20.5171,1,leg_gt,3.52,60 -6126,buy_compound_top3,buy,2025-12-31 02:51:00,713.0,20.5171,1,leg_gt,3.52,60 -6127,buy_compound_top3,buy,2025-12-31 02:54:00,713.0,20.5171,1,leg_gt,3.52,60 -6128,buy_compound_top3,buy,2025-12-31 02:57:00,713.0,20.5171,1,leg_gt,3.52,60 -6129,buy_compound_top3,buy,2025-12-31 03:00:00,713.0,20.5171,1,leg_gt,3.51,60 -6130,buy_compound_top3,buy,2025-12-31 03:03:00,713.0,20.5171,1,leg_gt,3.51,60 -6131,buy_compound_top3,buy,2025-12-31 04:15:00,711.0,20.8564,1,leg_gt,3.46,60 -6132,buy_compound_top3,buy,2025-12-31 04:18:00,711.0,20.8564,1,leg_gt,3.46,60 -6133,buy_compound_top3,buy,2025-12-31 09:15:00,711.0,20.8564,1,leg_gt,3.25,60 -6134,buy_compound_top3,buy,2025-12-31 09:18:00,712.0,20.6865,1,leg_gt,3.25,60 -6135,buy_compound_top3,buy,2025-12-31 12:45:00,713.0,20.5171,1,leg_gt,3.11,60 -6136,buy_compound_top3,buy,2025-12-31 12:48:00,713.0,20.5171,1,leg_gt,3.11,60 -6137,buy_compound_top3,buy,2025-12-31 15:42:00,711.0,20.8564,1,leg_gt,2.99,60 -6138,buy_compound_top3,buy,2025-12-31 16:36:00,711.0,20.8564,1,leg_gt,2.95,60 -6139,buy_compound_top3,buy,2025-12-31 16:39:00,711.0,20.8564,1,leg_gt,2.95,60 -6140,buy_compound_top3,buy,2025-12-31 17:45:00,710.0,21.0268,1,leg_gt,2.9,60 -6141,buy_compound_top3,buy,2025-12-31 17:48:00,709.0,21.1976,1,leg_gt,2.9,60 -6142,buy_compound_top3,buy,2026-01-01 01:06:00,707.0,21.5407,1,leg_gt,2.59,60 -6143,buy_compound_top3,buy,2026-01-01 01:09:00,709.0,21.1976,1,leg_gt,2.59,60 -6144,buy_compound_top3,buy,2026-01-01 01:57:00,694.0,23.8193,1,leg_gt,2.56,60 -6145,buy_compound_top3,buy,2026-01-01 02:00:00,692.0,24.1775,1,leg_gt,2.56,60 -6146,buy_compound_top3,buy,2026-01-01 02:03:00,691.0,24.3573,1,leg_gt,2.55,60 -6147,buy_compound_top3,buy,2026-01-01 10:30:00,701.0,22.5819,1,leg_gt,2.2,60 -6148,buy_compound_top3,buy,2026-01-01 10:33:00,703.0,22.2329,1,leg_gt,2.2,60 -6149,buy_compound_top3,buy,2026-01-01 10:36:00,703.0,22.2329,1,leg_gt,2.2,60 -6150,buy_compound_top3,buy,2026-01-01 10:39:00,702.0,22.4071,1,leg_gt,2.2,60 -6151,buy_compound_top3,buy,2026-01-01 12:57:00,700.0,22.7571,1,leg_gt,2.1,60 -6152,buy_compound_top3,buy,2026-01-01 13:15:00,699.0,22.9329,1,leg_gt,2.09,60 -6153,buy_compound_top3,buy,2026-01-01 13:18:00,698.0,23.1092,1,leg_gt,2.09,60 -6154,buy_compound_top3,buy,2026-01-01 21:42:00,710.0,21.0268,1,leg_gt,1.74,60 -6155,buy_compound_top3,buy,2026-01-02 16:45:00,756.0,13.6566,1,leg_gt,0.94,60 -6156,buy_compound_top3,buy,2026-01-02 16:48:00,757.0,13.5063,1,leg_gt,0.94,60 -6157,buy_compound_top3,buy,2026-01-03 05:57:00,786.0,9.3148,1,leg_gt,0.39,60 -6158,buy_compound_top3,buy,2026-01-03 16:30:00,815.0,16.3417,1,leg_gt,2.49,60 -6159,buy_compound_top3,buy,2026-01-03 16:33:00,816.0,16.199,1,leg_gt,2.49,60 -6160,buy_compound_top3,buy,2026-01-03 16:36:00,817.0,16.0567,1,leg_gt,2.48,60 -6161,buy_compound_top3,buy,2026-01-03 16:39:00,818.0,15.9147,1,leg_gt,2.48,60 -6162,buy_compound_top3,buy,2026-01-04 00:21:00,824.0,15.0699,1,leg_gt,2.16,60 -6163,buy_compound_top3,buy,2026-01-04 00:24:00,822.0,15.3501,1,leg_gt,2.16,60 -6164,buy_compound_top3,buy,2026-01-04 10:30:00,841.0,12.7419,1,leg_gt,1.74,60 -6165,buy_compound_top3,buy,2026-01-04 10:33:00,838.0,13.1458,1,leg_gt,1.74,60 -6166,buy_compound_top3,buy,2026-01-04 10:36:00,839.0,13.0108,1,leg_gt,1.73,60 -6167,buy_compound_top3,buy,2026-01-04 10:39:00,839.0,13.0108,1,leg_gt,1.73,60 -6168,buy_compound_top3,buy,2026-01-04 16:30:00,847.0,11.9425,1,leg_gt,1.49,60 -6169,buy_compound_top3,buy,2026-01-04 16:33:00,848.0,11.8104,1,leg_gt,1.49,60 -6170,buy_compound_top3,buy,2026-01-04 22:21:00,850.0,11.5471,1,leg_gt,1.24,60 -6171,buy_compound_top3,buy,2026-01-04 22:24:00,850.0,11.5471,1,leg_gt,1.24,60 -6172,buy_compound_top3,buy,2026-01-05 03:45:00,870.0,8.9805,1,leg_gt,1.02,60 -6173,buy_compound_top3,buy,2026-01-05 03:48:00,867.0,9.3579,1,leg_gt,1.02,60 -6174,buy_compound_top3,buy,2026-01-05 03:51:00,868.0,9.2318,1,leg_gt,1.01,60 -6175,buy_compound_top3,buy,2026-01-05 03:54:00,869.0,9.106,1,leg_gt,1.01,60 -6176,buy_compound_top3,buy,2026-01-05 04:21:00,857.0,10.6351,1,leg_gt,0.99,60 -6177,buy_compound_top3,buy,2026-01-05 04:24:00,859.0,10.3773,1,leg_gt,0.99,60 -6178,buy_compound_top3,buy,2026-01-05 04:27:00,858.0,10.5061,1,leg_gt,0.99,60 -6179,buy_compound_top3,buy,2026-01-05 13:12:00,869.0,9.106,1,leg_gt,0.62,60 -6180,buy_compound_top3,buy,2026-01-05 13:42:00,856.0,10.7645,1,leg_gt,0.6,60 -6181,buy_compound_top3,buy,2026-01-05 15:30:00,856.0,10.7645,1,leg_gt,0.53,60 -6182,buy_compound_top3,buy,2026-01-05 15:33:00,857.0,10.6351,1,leg_gt,0.53,60 -6183,buy_compound_top3,buy,2026-01-05 18:15:00,858.0,10.5061,1,leg_gt,0.41,60 -6184,buy_compound_top3,buy,2026-01-05 18:18:00,860.0,10.2488,1,leg_gt,0.41,60 -6185,buy_compound_top3,buy,2026-01-06 06:30:00,912.0,0.4482,1,leg_gt,8.05,60 -6186,buy_compound_top3,buy,2026-01-06 06:33:00,911.0,0.5586,1,leg_gt,8.05,60 -6187,buy_compound_top3,buy,2026-01-06 06:36:00,908.0,0.8912,1,leg_gt,8.05,60 -6188,buy_compound_top3,buy,2026-01-06 06:39:00,910.0,0.6692,1,leg_gt,8.05,60 -6189,buy_compound_top3,buy,2026-01-06 15:00:00,915.0,0.1186,1,leg_gt,7.7,60 -6190,buy_compound_top3,buy,2026-01-06 15:03:00,916.0,0.0092,1,leg_gt,7.7,60 -6191,buy_compound_top3,buy,2026-01-06 15:06:00,917.0,-0.1,0,leg_gt,7.7,60 -6192,buy_compound_top3,buy,2026-01-06 15:09:00,917.0,-0.1,0,leg_gt,7.69,60 -6193,buy_compound_top3,buy,2026-01-06 15:21:00,914.0,0.2282,1,leg_gt,7.69,60 -6194,buy_compound_top3,buy,2026-01-06 15:24:00,912.0,0.4482,1,leg_gt,7.68,60 -6195,buy_compound_top3,buy,2026-01-06 15:27:00,913.0,0.3381,1,leg_gt,7.68,60 -6196,buy_compound_top3,buy,2026-01-06 16:57:00,899.0,1.9022,1,leg_gt,7.62,60 -6197,buy_compound_top3,buy,2026-01-07 00:42:00,917.0,-0.1,0,leg_gt,7.3,60 -6198,buy_compound_top3,buy,2026-01-07 00:51:00,918.0,-0.2089,0,leg_gt,7.29,60 -6199,buy_compound_top3,buy,2026-01-07 00:54:00,915.0,0.1186,1,leg_gt,7.29,60 -6200,buy_compound_top3,buy,2026-01-07 00:57:00,914.0,0.2282,1,leg_gt,7.29,60 -6201,buy_compound_top3,buy,2026-01-07 01:27:00,909.0,0.7801,1,leg_gt,7.26,60 -6202,buy_compound_top3,buy,2026-01-07 01:36:00,907.0,1.0025,1,leg_gt,7.26,60 -6203,buy_compound_top3,buy,2026-01-07 01:39:00,905.0,1.226,1,leg_gt,7.26,60 -6204,buy_compound_top3,buy,2026-01-07 01:42:00,904.0,1.3381,1,leg_gt,7.25,60 -6205,buy_compound_top3,buy,2026-01-07 01:45:00,906.0,1.1141,1,leg_gt,7.25,60 -6206,buy_compound_top3,buy,2026-01-07 01:48:00,903.0,1.4504,1,leg_gt,7.25,60 -6207,buy_compound_top3,buy,2026-01-07 09:57:00,906.0,1.1141,1,leg_gt,6.91,60 -6208,buy_compound_top3,buy,2026-01-07 10:00:00,905.0,1.226,1,leg_gt,6.91,60 -6209,buy_compound_top3,buy,2026-01-07 10:03:00,907.0,1.0025,1,leg_gt,6.91,60 -6210,buy_compound_top3,buy,2026-01-07 10:15:00,905.0,1.226,1,leg_gt,6.9,60 -6211,buy_compound_top3,buy,2026-01-07 10:18:00,900.0,1.7889,1,leg_gt,6.9,60 -6212,buy_compound_top3,buy,2026-01-07 10:21:00,897.0,2.1297,1,leg_gt,6.89,60 -6213,buy_compound_top3,buy,2026-01-07 10:24:00,902.0,1.563,1,leg_gt,6.89,60 -6214,buy_compound_top3,buy,2026-01-07 10:51:00,894.0,2.4727,1,leg_gt,6.87,60 -6215,buy_compound_top3,buy,2026-01-07 10:54:00,894.0,2.4727,1,leg_gt,6.87,60 -6216,buy_compound_top3,buy,2026-01-07 10:57:00,894.0,2.4727,1,leg_gt,6.87,60 -6217,buy_compound_top3,buy,2026-01-07 11:00:00,894.0,2.4727,1,leg_gt,6.87,60 -6218,buy_compound_top3,buy,2026-01-07 11:03:00,893.0,2.5876,1,leg_gt,6.86,60 -6219,buy_compound_top3,buy,2026-01-07 13:45:00,898.0,2.0158,1,leg_gt,6.75,60 -6220,buy_compound_top3,buy,2026-01-07 13:48:00,898.0,2.0158,1,leg_gt,6.75,60 -6221,buy_compound_top3,buy,2026-01-07 13:51:00,896.0,2.2438,1,leg_gt,6.75,60 -6222,buy_compound_top3,buy,2026-01-07 13:54:00,895.0,2.3581,1,leg_gt,6.75,60 -6223,buy_compound_top3,buy,2026-01-07 13:57:00,896.0,2.2438,1,leg_gt,6.74,60 -6224,buy_compound_top3,buy,2026-01-07 15:00:00,894.0,2.4727,1,leg_gt,6.7,60 -6225,buy_compound_top3,buy,2026-01-07 15:03:00,895.0,2.3581,1,leg_gt,6.7,60 -6226,buy_compound_top3,buy,2026-01-07 21:45:00,896.0,2.2438,1,leg_gt,6.42,60 -6227,buy_compound_top3,buy,2026-01-07 21:48:00,897.0,2.1297,1,leg_gt,6.42,60 -6228,buy_compound_top3,buy,2026-01-07 21:51:00,896.0,2.2438,1,leg_gt,6.41,60 -6229,buy_compound_top3,buy,2026-01-07 21:54:00,895.0,2.3581,1,leg_gt,6.41,60 -6230,buy_compound_top3,buy,2026-01-07 21:57:00,894.0,2.4727,1,leg_gt,6.41,60 -6231,buy_compound_top3,buy,2026-01-07 22:06:00,894.0,2.4727,1,leg_gt,6.4,60 -6232,buy_compound_top3,buy,2026-01-07 22:09:00,891.0,2.8181,1,leg_gt,6.4,60 -6233,buy_compound_top3,buy,2026-01-07 22:12:00,891.0,2.8181,1,leg_gt,6.4,60 -6234,buy_compound_top3,buy,2026-01-07 22:51:00,888.0,3.1658,1,leg_gt,6.37,60 -6235,buy_compound_top3,buy,2026-01-07 22:54:00,888.0,3.1658,1,leg_gt,6.37,60 -6236,buy_compound_top3,buy,2026-01-07 22:57:00,888.0,3.1658,1,leg_gt,6.37,60 -6237,buy_compound_top3,buy,2026-01-07 23:27:00,874.0,4.8199,1,leg_gt,6.35,60 -6238,buy_compound_top3,buy,2026-01-07 23:30:00,873.0,4.9401,1,leg_gt,6.35,60 -6239,buy_compound_top3,buy,2026-01-07 23:33:00,874.0,4.8199,1,leg_gt,6.34,60 -6240,buy_compound_top3,buy,2026-01-08 00:15:00,872.0,5.0606,1,leg_gt,6.31,60 -6241,buy_compound_top3,buy,2026-01-08 00:18:00,869.0,5.4236,1,leg_gt,6.31,60 -6242,buy_compound_top3,buy,2026-01-08 00:21:00,865.0,5.9116,1,leg_gt,6.31,60 -6243,buy_compound_top3,buy,2026-01-08 00:24:00,868.0,5.5452,1,leg_gt,6.31,60 -6244,buy_compound_top3,buy,2026-01-08 00:36:00,869.0,5.4236,1,leg_gt,6.3,60 -6245,buy_compound_top3,buy,2026-01-08 00:39:00,867.0,5.667,1,leg_gt,6.3,60 -6246,buy_compound_top3,buy,2026-01-08 00:42:00,868.0,5.5452,1,leg_gt,6.3,60 -6247,buy_compound_top3,buy,2026-01-08 04:21:00,865.0,5.9116,1,leg_gt,6.14,60 -6248,buy_compound_top3,buy,2026-01-08 04:24:00,865.0,5.9116,1,leg_gt,6.14,60 -6249,buy_compound_top3,buy,2026-01-08 05:27:00,865.0,5.9116,1,leg_gt,6.1,60 -6250,buy_compound_top3,buy,2026-01-08 12:51:00,864.0,6.0343,1,leg_gt,5.79,60 -6251,buy_compound_top3,buy,2026-01-08 12:54:00,863.0,6.1572,1,leg_gt,5.79,60 -6252,buy_compound_top3,buy,2026-01-08 13:15:00,856.0,7.0262,1,leg_gt,5.77,60 -6253,buy_compound_top3,buy,2026-01-08 13:18:00,858.0,6.7765,1,leg_gt,5.77,60 -6254,buy_compound_top3,buy,2026-01-08 15:27:00,856.0,7.0262,1,leg_gt,5.68,60 -6255,buy_compound_top3,buy,2026-01-08 15:57:00,850.0,7.7824,1,leg_gt,5.66,60 -6256,buy_compound_top3,buy,2026-01-08 18:27:00,851.0,7.6556,1,leg_gt,5.56,60 -6257,buy_compound_top3,buy,2026-01-08 18:42:00,847.0,8.1645,1,leg_gt,5.55,60 -6258,buy_compound_top3,buy,2026-01-08 19:00:00,847.0,8.1645,1,leg_gt,5.53,60 -6259,buy_compound_top3,buy,2026-01-08 19:03:00,841.0,8.9369,1,leg_gt,5.53,60 -6260,buy_compound_top3,buy,2026-01-08 19:12:00,845.0,8.4207,1,leg_gt,5.52,60 -6261,buy_compound_top3,buy,2026-01-08 20:12:00,842.0,8.8074,1,leg_gt,5.48,60 -6262,buy_compound_top3,buy,2026-01-08 20:15:00,843.0,8.6782,1,leg_gt,5.48,60 -6263,buy_compound_top3,buy,2026-01-08 20:18:00,843.0,8.6782,1,leg_gt,5.48,60 -6264,buy_compound_top3,buy,2026-01-08 20:21:00,840.0,9.0667,1,leg_gt,5.48,60 -6265,buy_compound_top3,buy,2026-01-08 20:24:00,840.0,9.0667,1,leg_gt,5.48,60 -6266,buy_compound_top3,buy,2026-01-08 20:27:00,840.0,9.0667,1,leg_gt,5.47,60 -6267,buy_compound_top3,buy,2026-01-08 20:30:00,841.0,8.9369,1,leg_gt,5.47,60 -6268,buy_compound_top3,buy,2026-01-08 20:33:00,841.0,8.9369,1,leg_gt,5.47,60 -6269,buy_compound_top3,buy,2026-01-08 20:36:00,839.0,9.1968,1,leg_gt,5.47,60 -6270,buy_compound_top3,buy,2026-01-08 20:39:00,839.0,9.1968,1,leg_gt,5.46,60 -6271,buy_compound_top3,buy,2026-01-08 20:42:00,842.0,8.8074,1,leg_gt,5.46,60 -6272,buy_compound_top3,buy,2026-01-08 21:12:00,836.0,9.589,1,leg_gt,5.44,60 -6273,buy_compound_top3,buy,2026-01-08 21:15:00,837.0,9.4579,1,leg_gt,5.44,60 -6274,buy_compound_top3,buy,2026-01-08 21:18:00,836.0,9.589,1,leg_gt,5.44,60 -6275,buy_compound_top3,buy,2026-01-08 21:42:00,837.0,9.4579,1,leg_gt,5.42,60 -6276,buy_compound_top3,buy,2026-01-08 21:51:00,836.0,9.589,1,leg_gt,5.41,60 -6277,buy_compound_top3,buy,2026-01-08 21:54:00,834.0,9.852,1,leg_gt,5.41,60 -6278,buy_compound_top3,buy,2026-01-08 23:30:00,831.0,10.249,1,leg_gt,5.35,60 -6279,buy_compound_top3,buy,2026-01-08 23:33:00,832.0,10.1163,1,leg_gt,5.34,60 -6280,buy_compound_top3,buy,2026-01-09 05:15:00,845.0,8.4207,1,leg_gt,5.11,60 -6281,buy_compound_top3,buy,2026-01-09 05:18:00,844.0,8.5493,1,leg_gt,5.1,60 -6282,buy_compound_top3,buy,2026-01-09 05:21:00,844.0,8.5493,1,leg_gt,5.1,60 -6283,buy_compound_top3,buy,2026-01-09 05:24:00,842.0,8.8074,1,leg_gt,5.1,60 -6284,buy_compound_top3,buy,2026-01-09 05:27:00,842.0,8.8074,1,leg_gt,5.1,60 -6285,buy_compound_top3,buy,2026-01-09 10:51:00,845.0,8.4207,1,leg_gt,4.87,60 -6286,buy_compound_top3,buy,2026-01-09 10:54:00,845.0,8.4207,1,leg_gt,4.87,60 -6287,buy_compound_top3,buy,2026-01-09 10:57:00,845.0,8.4207,1,leg_gt,4.87,60 -6288,buy_compound_top3,buy,2026-01-09 11:00:00,845.0,8.4207,1,leg_gt,4.87,60 -6289,buy_compound_top3,buy,2026-01-09 11:03:00,844.0,8.5493,1,leg_gt,4.86,60 -6290,buy_compound_top3,buy,2026-01-09 19:30:00,848.0,8.0368,1,leg_gt,4.51,60 -6291,buy_compound_top3,buy,2026-01-09 19:33:00,846.0,8.2924,1,leg_gt,4.51,60 -6292,buy_compound_top3,buy,2026-01-09 21:27:00,847.0,8.1645,1,leg_gt,4.43,60 -6293,buy_compound_top3,buy,2026-01-09 21:30:00,848.0,8.0368,1,leg_gt,4.43,60 -6294,buy_compound_top3,buy,2026-01-09 21:33:00,846.0,8.2924,1,leg_gt,4.43,60 -6295,buy_compound_top3,buy,2026-01-09 21:42:00,846.0,8.2924,1,leg_gt,4.42,60 -6296,buy_compound_top3,buy,2026-01-10 03:36:00,857.0,6.9012,1,leg_gt,4.18,60 -6297,buy_compound_top3,buy,2026-01-10 03:39:00,856.0,7.0262,1,leg_gt,4.17,60 -6298,buy_compound_top3,buy,2026-01-10 04:15:00,851.0,7.6556,1,leg_gt,4.15,60 -6299,buy_compound_top3,buy,2026-01-10 04:18:00,848.0,8.0368,1,leg_gt,4.15,60 -6300,buy_compound_top3,buy,2026-01-10 04:21:00,847.0,8.1645,1,leg_gt,4.14,60 -6301,buy_compound_top3,buy,2026-01-10 04:24:00,849.0,7.9094,1,leg_gt,4.14,60 -6302,buy_compound_top3,buy,2026-01-10 04:30:00,849.0,7.9094,1,leg_gt,4.14,60 -6303,buy_compound_top3,buy,2026-01-10 04:33:00,848.0,8.0368,1,leg_gt,4.14,60 -6304,buy_compound_top3,buy,2026-01-10 09:21:00,850.0,7.7824,1,leg_gt,3.94,60 -6305,buy_compound_top3,buy,2026-01-10 09:24:00,850.0,7.7824,1,leg_gt,3.93,60 -6306,buy_compound_top3,buy,2026-01-10 09:42:00,851.0,7.6556,1,leg_gt,3.92,60 -6307,buy_compound_top3,buy,2026-01-10 09:45:00,849.0,7.9094,1,leg_gt,3.92,60 -6308,buy_compound_top3,buy,2026-01-10 09:48:00,848.0,8.0368,1,leg_gt,3.92,60 -6309,buy_compound_top3,buy,2026-01-10 09:51:00,847.0,8.1645,1,leg_gt,3.91,60 -6310,buy_compound_top3,buy,2026-01-10 09:54:00,847.0,8.1645,1,leg_gt,3.91,60 -6311,buy_compound_top3,buy,2026-01-10 12:15:00,845.0,8.4207,1,leg_gt,3.81,60 -6312,buy_compound_top3,buy,2026-01-10 12:18:00,845.0,8.4207,1,leg_gt,3.81,60 -6313,buy_compound_top3,buy,2026-01-10 12:42:00,845.0,8.4207,1,leg_gt,3.8,60 -6314,buy_compound_top3,buy,2026-01-10 13:42:00,844.0,8.5493,1,leg_gt,3.75,60 -6315,buy_compound_top3,buy,2026-01-10 14:30:00,842.0,8.8074,1,leg_gt,3.72,60 -6316,buy_compound_top3,buy,2026-01-10 14:33:00,843.0,8.6782,1,leg_gt,3.72,60 -6317,buy_compound_top3,buy,2026-01-10 15:00:00,842.0,8.8074,1,leg_gt,3.7,60 -6318,buy_compound_top3,buy,2026-01-10 15:03:00,842.0,8.8074,1,leg_gt,3.7,60 -6319,buy_compound_top3,buy,2026-01-10 15:27:00,840.0,9.0667,1,leg_gt,3.68,60 -6320,buy_compound_top3,buy,2026-01-10 23:42:00,856.0,7.0262,1,leg_gt,3.34,60 -6321,buy_compound_top3,buy,2026-01-10 23:45:00,857.0,6.9012,1,leg_gt,3.34,60 -6322,buy_compound_top3,buy,2026-01-10 23:48:00,856.0,7.0262,1,leg_gt,3.33,60 -6323,buy_compound_top3,buy,2026-01-10 23:51:00,856.0,7.0262,1,leg_gt,3.33,60 -6324,buy_compound_top3,buy,2026-01-10 23:54:00,856.0,7.0262,1,leg_gt,3.33,60 -6325,buy_compound_top3,buy,2026-01-11 01:27:00,854.0,7.277,1,leg_gt,3.26,60 -6326,buy_compound_top3,buy,2026-01-11 03:15:00,845.0,8.4207,1,leg_gt,3.19,60 -6327,buy_compound_top3,buy,2026-01-11 03:18:00,846.0,8.2924,1,leg_gt,3.19,60 -6328,buy_compound_top3,buy,2026-01-11 06:30:00,848.0,8.0368,1,leg_gt,3.05,60 -6329,buy_compound_top3,buy,2026-01-11 06:33:00,847.0,8.1645,1,leg_gt,3.05,60 -6330,buy_compound_top3,buy,2026-01-11 06:36:00,847.0,8.1645,1,leg_gt,3.05,60 -6331,buy_compound_top3,buy,2026-01-11 06:39:00,846.0,8.2924,1,leg_gt,3.05,60 -6332,buy_compound_top3,buy,2026-01-11 06:42:00,847.0,8.1645,1,leg_gt,3.05,60 -6333,buy_compound_top3,buy,2026-01-11 06:51:00,846.0,8.2924,1,leg_gt,3.04,60 -6334,buy_compound_top3,buy,2026-01-11 06:54:00,846.0,8.2924,1,leg_gt,3.04,60 -6335,buy_compound_top3,buy,2026-01-11 07:42:00,845.0,8.4207,1,leg_gt,3.0,60 -6336,buy_compound_top3,buy,2026-01-11 08:06:00,842.0,8.8074,1,leg_gt,2.99,60 -6337,buy_compound_top3,buy,2026-01-11 08:09:00,843.0,8.6782,1,leg_gt,2.99,60 -6338,buy_compound_top3,buy,2026-01-11 08:15:00,841.0,8.9369,1,leg_gt,2.98,60 -6339,buy_compound_top3,buy,2026-01-11 08:18:00,841.0,8.9369,1,leg_gt,2.98,60 -6340,buy_compound_top3,buy,2026-01-11 15:36:00,841.0,8.9369,1,leg_gt,2.68,60 -6341,buy_compound_top3,buy,2026-01-11 15:39:00,841.0,8.9369,1,leg_gt,2.67,60 -6342,buy_compound_top3,buy,2026-01-12 00:30:00,850.0,7.7824,1,leg_gt,2.3,60 -6343,buy_compound_top3,buy,2026-01-12 00:33:00,849.0,7.9094,1,leg_gt,2.3,60 -6344,buy_compound_top3,buy,2026-01-12 05:27:00,838.0,9.3272,1,leg_gt,2.1,60 -6345,buy_compound_top3,buy,2026-01-12 05:30:00,837.0,9.4579,1,leg_gt,2.1,60 -6346,buy_compound_top3,buy,2026-01-12 05:33:00,837.0,9.4579,1,leg_gt,2.09,60 -6347,buy_compound_top3,buy,2026-01-12 06:00:00,835.0,9.7204,1,leg_gt,2.08,60 -6348,buy_compound_top3,buy,2026-01-12 06:03:00,835.0,9.7204,1,leg_gt,2.07,60 -6349,buy_compound_top3,buy,2026-01-12 06:06:00,830.0,10.3819,1,leg_gt,2.07,60 -6350,buy_compound_top3,buy,2026-01-12 06:09:00,831.0,10.249,1,leg_gt,2.07,60 -6351,buy_compound_top3,buy,2026-01-12 07:15:00,830.0,10.3819,1,leg_gt,2.02,60 -6352,buy_compound_top3,buy,2026-01-12 07:18:00,830.0,10.3819,1,leg_gt,2.02,60 -6353,buy_compound_top3,buy,2026-01-12 08:06:00,824.0,11.1864,1,leg_gt,1.99,60 -6354,buy_compound_top3,buy,2026-01-12 08:09:00,826.0,10.9169,1,leg_gt,1.99,60 -6355,buy_compound_top3,buy,2026-01-12 15:30:00,855.0,7.1515,1,leg_gt,1.68,60 -6356,buy_compound_top3,buy,2026-01-12 15:33:00,854.0,7.277,1,leg_gt,1.68,60 -6357,buy_compound_top3,buy,2026-01-12 15:36:00,852.0,7.5291,1,leg_gt,1.68,60 -6358,buy_compound_top3,buy,2026-01-12 15:39:00,852.0,7.5291,1,leg_gt,1.67,60 -6359,buy_compound_top3,buy,2026-01-12 15:45:00,852.0,7.5291,1,leg_gt,1.67,60 -6360,buy_compound_top3,buy,2026-01-12 15:48:00,851.0,7.6556,1,leg_gt,1.67,60 -6361,buy_compound_top3,buy,2026-01-12 15:51:00,850.0,7.7824,1,leg_gt,1.66,60 -6362,buy_compound_top3,buy,2026-01-12 15:54:00,850.0,7.7824,1,leg_gt,1.66,60 -6363,buy_compound_top3,buy,2026-01-12 15:57:00,851.0,7.6556,1,leg_gt,1.66,60 -6364,buy_compound_top3,buy,2026-01-12 16:21:00,848.0,8.0368,1,leg_gt,1.64,60 -6365,buy_compound_top3,buy,2026-01-12 16:24:00,849.0,7.9094,1,leg_gt,1.64,60 -6366,buy_compound_top3,buy,2026-01-12 16:30:00,849.0,7.9094,1,leg_gt,1.64,60 -6367,buy_compound_top3,buy,2026-01-12 16:33:00,845.0,8.4207,1,leg_gt,1.64,60 -6368,buy_compound_top3,buy,2026-01-12 16:51:00,840.0,9.0667,1,leg_gt,1.62,60 -6369,buy_compound_top3,buy,2026-01-12 16:54:00,839.0,9.1968,1,leg_gt,1.62,60 -6370,buy_compound_top3,buy,2026-01-12 16:57:00,842.0,8.8074,1,leg_gt,1.62,60 -6371,buy_compound_top3,buy,2026-01-12 17:42:00,833.0,9.984,1,leg_gt,1.59,60 -6372,buy_compound_top3,buy,2026-01-12 17:51:00,833.0,9.984,1,leg_gt,1.58,60 -6373,buy_compound_top3,buy,2026-01-12 17:54:00,835.0,9.7204,1,leg_gt,1.58,60 -6374,buy_compound_top3,buy,2026-01-12 19:57:00,831.0,10.249,1,leg_gt,1.49,60 -6375,buy_compound_top3,buy,2026-01-12 22:06:00,832.0,10.1163,1,leg_gt,1.4,60 -6376,buy_compound_top3,buy,2026-01-12 22:09:00,831.0,10.249,1,leg_gt,1.4,60 -6377,buy_compound_top3,buy,2026-01-12 22:12:00,831.0,10.249,1,leg_gt,1.4,60 -6378,buy_compound_top3,buy,2026-01-12 22:21:00,829.0,10.5152,1,leg_gt,1.39,60 -6379,buy_compound_top3,buy,2026-01-12 22:24:00,829.0,10.5152,1,leg_gt,1.39,60 -6380,buy_compound_top3,buy,2026-01-12 22:27:00,828.0,10.6488,1,leg_gt,1.39,60 -6381,buy_compound_top3,buy,2026-01-12 22:30:00,828.0,10.6488,1,leg_gt,1.39,60 -6382,buy_compound_top3,buy,2026-01-12 22:33:00,827.0,10.7827,1,leg_gt,1.39,60 -6383,buy_compound_top3,buy,2026-01-12 22:42:00,826.0,10.9169,1,leg_gt,1.38,60 -6384,buy_compound_top3,buy,2026-01-12 22:57:00,823.0,11.3216,1,leg_gt,1.37,60 -6385,buy_compound_top3,buy,2026-01-12 23:00:00,822.0,11.4572,1,leg_gt,1.37,60 -6386,buy_compound_top3,buy,2026-01-12 23:03:00,823.0,11.3216,1,leg_gt,1.36,60 -6387,buy_compound_top3,buy,2026-01-13 03:42:00,827.0,10.7827,1,leg_gt,1.17,60 -6388,buy_compound_top3,buy,2026-01-13 05:42:00,824.0,11.1864,1,leg_gt,1.09,60 -6389,buy_compound_top3,buy,2026-01-13 05:57:00,824.0,11.1864,1,leg_gt,1.08,60 -6390,buy_compound_top3,buy,2026-01-13 06:00:00,824.0,11.1864,1,leg_gt,1.08,60 -6391,buy_compound_top3,buy,2026-01-13 06:03:00,822.0,11.4572,1,leg_gt,1.07,60 -6392,buy_compound_top3,buy,2026-01-13 08:12:00,818.0,12.0027,1,leg_gt,0.98,60 -6393,buy_compound_top3,buy,2026-01-13 08:21:00,818.0,12.0027,1,leg_gt,0.98,60 -6394,buy_compound_top3,buy,2026-01-13 08:24:00,818.0,12.0027,1,leg_gt,0.98,60 -6395,buy_compound_top3,buy,2026-01-13 17:30:00,831.0,10.249,1,leg_gt,0.6,60 -6396,buy_compound_top3,buy,2026-01-13 17:33:00,831.0,10.249,1,leg_gt,0.59,60 -6397,buy_compound_top3,buy,2026-01-14 04:12:00,880.0,4.1045,1,leg_gt,0.15,60 -6398,buy_compound_top3,buy,2026-01-14 04:15:00,880.0,4.1045,1,leg_gt,0.15,60 -6399,buy_compound_top3,buy,2026-01-14 04:18:00,882.0,3.8683,1,leg_gt,0.15,60 -6400,buy_compound_top3,buy,2026-01-14 05:42:00,878.0,4.3419,1,leg_gt,0.09,60 -6401,buy_compound_top3,buy,2026-01-14 05:51:00,878.0,4.3419,1,leg_gt,0.08,60 -6402,buy_compound_top3,buy,2026-01-14 05:54:00,878.0,4.3419,1,leg_gt,0.08,60 -6403,buy_compound_top3,buy,2026-01-14 05:57:00,878.0,4.3419,1,leg_gt,0.08,60 -6404,buy_compound_top3,buy,2026-01-14 12:00:00,904.0,1.1168,1,leg_gt,14.82,60 -6405,buy_compound_top3,buy,2026-01-14 12:03:00,905.0,1.005,1,leg_gt,14.82,60 -6406,buy_compound_top3,buy,2026-01-14 12:12:00,903.0,1.2289,1,leg_gt,14.82,60 -6407,buy_compound_top3,buy,2026-01-14 12:15:00,903.0,1.2289,1,leg_gt,14.81,60 -6408,buy_compound_top3,buy,2026-01-14 12:18:00,905.0,1.005,1,leg_gt,14.81,60 -6409,buy_compound_top3,buy,2026-01-14 14:15:00,900.0,1.5667,1,leg_gt,14.73,60 -6410,buy_compound_top3,buy,2026-01-14 14:18:00,900.0,1.5667,1,leg_gt,14.73,60 -6411,buy_compound_top3,buy,2026-01-14 14:21:00,901.0,1.4538,1,leg_gt,14.73,60 -6412,buy_compound_top3,buy,2026-01-14 14:24:00,898.0,1.7931,1,leg_gt,14.72,60 -6413,buy_compound_top3,buy,2026-01-14 14:30:00,897.0,1.9067,1,leg_gt,14.72,60 -6414,buy_compound_top3,buy,2026-01-14 14:33:00,898.0,1.7931,1,leg_gt,14.72,60 -6415,buy_compound_top3,buy,2026-01-14 15:27:00,897.0,1.9067,1,leg_gt,14.68,60 -6416,buy_compound_top3,buy,2026-01-14 17:45:00,893.0,2.3636,1,leg_gt,14.59,60 -6417,buy_compound_top3,buy,2026-01-14 17:48:00,893.0,2.3636,1,leg_gt,14.58,60 -6418,buy_compound_top3,buy,2026-01-14 17:51:00,892.0,2.4785,1,leg_gt,14.58,60 -6419,buy_compound_top3,buy,2026-01-14 17:54:00,892.0,2.4785,1,leg_gt,14.58,60 -6420,buy_compound_top3,buy,2026-01-14 17:57:00,893.0,2.3636,1,leg_gt,14.58,60 -6421,buy_compound_top3,buy,2026-01-14 18:00:00,892.0,2.4785,1,leg_gt,14.58,60 -6422,buy_compound_top3,buy,2026-01-14 18:03:00,893.0,2.3636,1,leg_gt,14.57,60 -6423,buy_compound_top3,buy,2026-01-14 20:27:00,890.0,2.709,1,leg_gt,14.47,60 -6424,buy_compound_top3,buy,2026-01-14 20:30:00,890.0,2.709,1,leg_gt,14.47,60 -6425,buy_compound_top3,buy,2026-01-14 20:33:00,891.0,2.5936,1,leg_gt,14.47,60 -6426,buy_compound_top3,buy,2026-01-14 20:42:00,888.0,2.9405,1,leg_gt,14.46,60 -6427,buy_compound_top3,buy,2026-01-15 02:45:00,895.0,2.1346,1,leg_gt,14.21,60 -6428,buy_compound_top3,buy,2026-01-15 02:48:00,897.0,1.9067,1,leg_gt,14.21,60 -6429,buy_compound_top3,buy,2026-01-15 03:00:00,889.0,2.8246,1,leg_gt,14.2,60 -6430,buy_compound_top3,buy,2026-01-15 03:03:00,891.0,2.5936,1,leg_gt,14.2,60 -6431,buy_compound_top3,buy,2026-01-15 03:12:00,891.0,2.5936,1,leg_gt,14.19,60 -6432,buy_compound_top3,buy,2026-01-15 03:15:00,887.0,3.0567,1,leg_gt,14.19,60 -6433,buy_compound_top3,buy,2026-01-15 03:18:00,888.0,2.9405,1,leg_gt,14.19,60 -6434,buy_compound_top3,buy,2026-01-15 03:51:00,875.0,4.4714,1,leg_gt,14.16,60 -6435,buy_compound_top3,buy,2026-01-15 03:54:00,879.0,3.9956,1,leg_gt,14.16,60 -6436,buy_compound_top3,buy,2026-01-15 07:30:00,877.0,4.233,1,leg_gt,14.01,60 -6437,buy_compound_top3,buy,2026-01-15 07:33:00,877.0,4.233,1,leg_gt,14.01,60 -6438,buy_compound_top3,buy,2026-01-15 07:51:00,875.0,4.4714,1,leg_gt,14.0,60 -6439,buy_compound_top3,buy,2026-01-15 07:54:00,874.0,4.5911,1,leg_gt,14.0,60 -6440,buy_compound_top3,buy,2026-01-15 07:57:00,872.0,4.8312,1,leg_gt,13.99,60 -6441,buy_compound_top3,buy,2026-01-15 09:51:00,872.0,4.8312,1,leg_gt,13.91,60 -6442,buy_compound_top3,buy,2026-01-15 09:54:00,873.0,4.711,1,leg_gt,13.91,60 -6443,buy_compound_top3,buy,2026-01-15 09:57:00,873.0,4.711,1,leg_gt,13.91,60 -6444,buy_compound_top3,buy,2026-01-15 11:36:00,866.0,5.5582,1,leg_gt,13.84,60 -6445,buy_compound_top3,buy,2026-01-15 11:39:00,867.0,5.4363,1,leg_gt,13.84,60 -6446,buy_compound_top3,buy,2026-01-15 11:42:00,869.0,5.1934,1,leg_gt,13.84,60 -6447,buy_compound_top3,buy,2026-01-15 12:00:00,866.0,5.5582,1,leg_gt,13.82,60 -6448,buy_compound_top3,buy,2026-01-15 12:03:00,865.0,5.6803,1,leg_gt,13.82,60 -6449,buy_compound_top3,buy,2026-01-15 12:06:00,866.0,5.5582,1,leg_gt,13.82,60 -6450,buy_compound_top3,buy,2026-01-15 12:09:00,865.0,5.6803,1,leg_gt,13.82,60 -6451,buy_compound_top3,buy,2026-01-15 12:15:00,865.0,5.6803,1,leg_gt,13.81,60 -6452,buy_compound_top3,buy,2026-01-15 12:18:00,865.0,5.6803,1,leg_gt,13.81,60 -6453,buy_compound_top3,buy,2026-01-15 12:45:00,851.0,7.4206,1,leg_gt,13.79,60 -6454,buy_compound_top3,buy,2026-01-15 12:48:00,852.0,7.2944,1,leg_gt,13.79,60 -6455,buy_compound_top3,buy,2026-01-15 20:57:00,863.0,5.9255,1,leg_gt,13.45,60 -6456,buy_compound_top3,buy,2026-01-15 23:57:00,861.0,6.1718,1,leg_gt,13.33,60 -6457,buy_compound_top3,buy,2026-01-16 00:27:00,853.0,7.1685,1,leg_gt,13.31,60 -6458,buy_compound_top3,buy,2026-01-16 03:06:00,838.0,9.0885,1,leg_gt,13.2,60 -6459,buy_compound_top3,buy,2026-01-16 03:09:00,837.0,9.219,1,leg_gt,13.19,60 -6460,buy_compound_top3,buy,2026-01-16 03:21:00,832.0,9.876,1,leg_gt,13.19,60 -6461,buy_compound_top3,buy,2026-01-16 03:24:00,831.0,10.0083,1,leg_gt,13.18,60 -6462,buy_compound_top3,buy,2026-01-16 04:00:00,825.0,10.8091,1,leg_gt,13.16,60 -6463,buy_compound_top3,buy,2026-01-16 04:03:00,821.0,11.3495,1,leg_gt,13.16,60 -6464,buy_compound_top3,buy,2026-01-16 04:42:00,821.0,11.3495,1,leg_gt,13.13,60 -6465,buy_compound_top3,buy,2026-01-16 10:21:00,827.0,10.5409,1,leg_gt,12.89,60 -6466,buy_compound_top3,buy,2026-01-16 10:24:00,826.0,10.6748,1,leg_gt,12.89,60 -6467,buy_compound_top3,buy,2026-01-16 10:27:00,825.0,10.8091,1,leg_gt,12.89,60 -6468,buy_compound_top3,buy,2026-01-16 11:12:00,823.0,11.0786,1,leg_gt,12.86,60 -6469,buy_compound_top3,buy,2026-01-16 11:15:00,824.0,10.9437,1,leg_gt,12.86,60 -6470,buy_compound_top3,buy,2026-01-16 11:18:00,823.0,11.0786,1,leg_gt,12.85,60 -6471,buy_compound_top3,buy,2026-01-16 11:21:00,822.0,11.2139,1,leg_gt,12.85,60 -6472,buy_compound_top3,buy,2026-01-16 11:24:00,823.0,11.0786,1,leg_gt,12.85,60 -6473,buy_compound_top3,buy,2026-01-16 14:00:00,821.0,11.3495,1,leg_gt,12.74,60 -6474,buy_compound_top3,buy,2026-01-16 14:03:00,822.0,11.2139,1,leg_gt,12.74,60 -6475,buy_compound_top3,buy,2026-01-16 20:15:00,828.0,10.4072,1,leg_gt,12.48,60 -6476,buy_compound_top3,buy,2026-01-16 20:18:00,830.0,10.141,1,leg_gt,12.48,60 -6477,buy_compound_top3,buy,2026-01-16 22:30:00,828.0,10.4072,1,leg_gt,12.39,60 -6478,buy_compound_top3,buy,2026-01-16 22:33:00,827.0,10.5409,1,leg_gt,12.39,60 -6479,buy_compound_top3,buy,2026-01-17 04:15:00,808.0,13.1426,1,leg_gt,12.15,60 -6480,buy_compound_top3,buy,2026-01-17 04:18:00,807.0,13.2829,1,leg_gt,12.15,60 -6481,buy_compound_top3,buy,2026-01-17 04:21:00,807.0,13.2829,1,leg_gt,12.14,60 -6482,buy_compound_top3,buy,2026-01-17 04:24:00,808.0,13.1426,1,leg_gt,12.14,60 -6483,buy_compound_top3,buy,2026-01-17 04:27:00,809.0,13.0026,1,leg_gt,12.14,60 -6484,buy_compound_top3,buy,2026-01-17 12:30:00,818.0,11.7582,1,leg_gt,11.8,60 -6485,buy_compound_top3,buy,2026-01-17 12:33:00,816.0,12.0324,1,leg_gt,11.8,60 -6486,buy_compound_top3,buy,2026-01-17 12:42:00,816.0,12.0324,1,leg_gt,11.8,60 -6487,buy_compound_top3,buy,2026-01-17 16:12:00,816.0,12.0324,1,leg_gt,11.65,60 -6488,buy_compound_top3,buy,2026-01-17 19:51:00,820.0,11.4854,1,leg_gt,11.5,60 -6489,buy_compound_top3,buy,2026-01-17 19:54:00,819.0,11.6216,1,leg_gt,11.5,60 -6490,buy_compound_top3,buy,2026-01-17 20:00:00,819.0,11.6216,1,leg_gt,11.49,60 -6491,buy_compound_top3,buy,2026-01-17 20:03:00,819.0,11.6216,1,leg_gt,11.49,60 -6492,buy_compound_top3,buy,2026-01-17 20:12:00,819.0,11.6216,1,leg_gt,11.48,60 -6493,buy_compound_top3,buy,2026-01-17 20:45:00,818.0,11.7582,1,leg_gt,11.46,60 -6494,buy_compound_top3,buy,2026-01-17 20:48:00,817.0,11.8951,1,leg_gt,11.46,60 -6495,buy_compound_top3,buy,2026-01-17 20:51:00,817.0,11.8951,1,leg_gt,11.46,60 -6496,buy_compound_top3,buy,2026-01-17 20:54:00,817.0,11.8951,1,leg_gt,11.45,60 -6497,buy_compound_top3,buy,2026-01-17 21:00:00,816.0,12.0324,1,leg_gt,11.45,60 -6498,buy_compound_top3,buy,2026-01-17 21:03:00,816.0,12.0324,1,leg_gt,11.45,60 -6499,buy_compound_top3,buy,2026-01-18 01:51:00,819.0,11.6216,1,leg_gt,11.25,60 -6500,buy_compound_top3,buy,2026-01-18 01:54:00,822.0,11.2139,1,leg_gt,11.25,60 -6501,buy_compound_top3,buy,2026-01-18 02:51:00,819.0,11.6216,1,leg_gt,11.21,60 -6502,buy_compound_top3,buy,2026-01-18 02:54:00,819.0,11.6216,1,leg_gt,11.2,60 -6503,buy_compound_top3,buy,2026-01-18 03:06:00,819.0,11.6216,1,leg_gt,11.2,60 -6504,buy_compound_top3,buy,2026-01-18 06:21:00,818.0,11.7582,1,leg_gt,11.06,60 -6505,buy_compound_top3,buy,2026-01-18 06:24:00,819.0,11.6216,1,leg_gt,11.06,60 -6506,buy_compound_top3,buy,2026-01-18 10:15:00,807.0,13.2829,1,leg_gt,10.9,60 -6507,buy_compound_top3,buy,2026-01-18 10:18:00,807.0,13.2829,1,leg_gt,10.9,60 -6508,buy_compound_top3,buy,2026-01-18 10:30:00,808.0,13.1426,1,leg_gt,10.89,60 -6509,buy_compound_top3,buy,2026-01-18 10:33:00,809.0,13.0026,1,leg_gt,10.89,60 -6510,buy_compound_top3,buy,2026-01-18 10:45:00,807.0,13.2829,1,leg_gt,10.88,60 -6511,buy_compound_top3,buy,2026-01-18 10:48:00,804.0,13.706,1,leg_gt,10.88,60 -6512,buy_compound_top3,buy,2026-01-18 10:51:00,805.0,13.5646,1,leg_gt,10.87,60 -6513,buy_compound_top3,buy,2026-01-18 10:54:00,804.0,13.706,1,leg_gt,10.87,60 -6514,buy_compound_top3,buy,2026-01-18 16:21:00,804.0,13.706,1,leg_gt,10.64,60 -6515,buy_compound_top3,buy,2026-01-18 16:24:00,805.0,13.5646,1,leg_gt,10.64,60 -6516,buy_compound_top3,buy,2026-01-18 16:36:00,803.0,13.8477,1,leg_gt,10.63,60 -6517,buy_compound_top3,buy,2026-01-18 16:39:00,805.0,13.5646,1,leg_gt,10.63,60 -6518,buy_compound_top3,buy,2026-01-18 18:30:00,802.0,13.9898,1,leg_gt,10.55,60 -6519,buy_compound_top3,buy,2026-01-18 18:33:00,802.0,13.9898,1,leg_gt,10.55,60 -6520,buy_compound_top3,buy,2026-01-18 18:42:00,801.0,14.1322,1,leg_gt,10.55,60 -6521,buy_compound_top3,buy,2026-01-18 21:15:00,801.0,14.1322,1,leg_gt,10.44,60 -6522,buy_compound_top3,buy,2026-01-18 21:18:00,802.0,13.9898,1,leg_gt,10.44,60 -6523,buy_compound_top3,buy,2026-01-18 21:21:00,801.0,14.1322,1,leg_gt,10.44,60 -6524,buy_compound_top3,buy,2026-01-18 21:24:00,802.0,13.9898,1,leg_gt,10.43,60 -6525,buy_compound_top3,buy,2026-01-18 21:51:00,801.0,14.1322,1,leg_gt,10.41,60 -6526,buy_compound_top3,buy,2026-01-18 21:54:00,801.0,14.1322,1,leg_gt,10.41,60 -6527,buy_compound_top3,buy,2026-01-18 22:06:00,800.0,14.275,1,leg_gt,10.4,60 -6528,buy_compound_top3,buy,2026-01-18 22:09:00,800.0,14.275,1,leg_gt,10.4,60 -6529,buy_compound_top3,buy,2026-01-18 22:12:00,800.0,14.275,1,leg_gt,10.4,60 -6530,buy_compound_top3,buy,2026-01-19 00:00:00,798.0,14.5617,1,leg_gt,10.32,60 -6531,buy_compound_top3,buy,2026-01-19 00:03:00,797.0,14.7055,1,leg_gt,10.32,60 -6532,buy_compound_top3,buy,2026-01-19 04:51:00,797.0,14.7055,1,leg_gt,10.12,60 -6533,buy_compound_top3,buy,2026-01-19 04:54:00,797.0,14.7055,1,leg_gt,10.12,60 -6534,buy_compound_top3,buy,2026-01-19 04:57:00,797.0,14.7055,1,leg_gt,10.12,60 -6535,buy_compound_top3,buy,2026-01-19 05:00:00,798.0,14.5617,1,leg_gt,10.12,60 -6536,buy_compound_top3,buy,2026-01-19 05:03:00,797.0,14.7055,1,leg_gt,10.11,60 -6537,buy_compound_top3,buy,2026-01-19 08:45:00,777.0,17.6606,1,leg_gt,9.96,60 -6538,buy_compound_top3,buy,2026-01-19 08:48:00,768.0,19.0406,1,leg_gt,9.96,60 -6539,buy_compound_top3,buy,2026-01-19 08:57:00,764.0,19.6644,1,leg_gt,9.95,60 -6540,buy_compound_top3,buy,2026-01-19 09:15:00,732.0,24.9,1,leg_gt,9.94,60 -6541,buy_compound_top3,buy,2026-01-19 09:18:00,733.0,24.7295,1,leg_gt,9.94,60 -6542,buy_compound_top3,buy,2026-01-19 09:21:00,734.0,24.5594,1,leg_gt,9.94,60 -6543,buy_compound_top3,buy,2026-01-19 09:24:00,727.0,25.7597,1,leg_gt,9.93,60 -6544,buy_compound_top3,buy,2026-01-19 09:27:00,721.0,26.8071,1,leg_gt,9.93,60 -6545,buy_compound_top3,buy,2026-01-19 09:30:00,722.0,26.6313,1,leg_gt,9.93,60 -6546,buy_compound_top3,buy,2026-01-19 09:33:00,719.0,27.1601,1,leg_gt,9.93,60 -6547,buy_compound_top3,buy,2026-01-19 14:21:00,726.0,25.9331,1,leg_gt,9.73,60 -6548,buy_compound_top3,buy,2026-01-19 14:24:00,725.0,26.1069,1,leg_gt,9.72,60 -6549,buy_compound_top3,buy,2026-01-19 14:27:00,724.0,26.2812,1,leg_gt,9.72,60 -6550,buy_compound_top3,buy,2026-01-20 00:21:00,733.0,24.7295,1,leg_gt,9.31,60 -6551,buy_compound_top3,buy,2026-01-20 00:24:00,732.0,24.9,1,leg_gt,9.31,60 -6552,buy_compound_top3,buy,2026-01-20 00:30:00,732.0,24.9,1,leg_gt,9.3,60 -6553,buy_compound_top3,buy,2026-01-20 00:33:00,731.0,25.071,1,leg_gt,9.3,60 -6554,buy_compound_top3,buy,2026-01-20 00:42:00,732.0,24.9,1,leg_gt,9.3,60 -6555,buy_compound_top3,buy,2026-01-20 06:42:00,745.0,22.7188,1,leg_gt,9.05,60 -6556,buy_compound_top3,buy,2026-01-20 07:45:00,742.0,23.2154,1,leg_gt,9.0,60 -6557,buy_compound_top3,buy,2026-01-20 07:48:00,741.0,23.3818,1,leg_gt,9.0,60 -6558,buy_compound_top3,buy,2026-01-20 07:57:00,741.0,23.3818,1,leg_gt,8.99,60 -6559,buy_compound_top3,buy,2026-01-20 10:00:00,742.0,23.2154,1,leg_gt,8.91,60 -6560,buy_compound_top3,buy,2026-01-20 10:03:00,740.0,23.5486,1,leg_gt,8.91,60 -6561,buy_compound_top3,buy,2026-01-20 10:06:00,743.0,23.0494,1,leg_gt,8.9,60 -6562,buy_compound_top3,buy,2026-01-20 10:09:00,742.0,23.2154,1,leg_gt,8.9,60 -6563,buy_compound_top3,buy,2026-01-20 10:12:00,739.0,23.716,1,leg_gt,8.9,60 -6564,buy_compound_top3,buy,2026-01-20 14:00:00,741.0,23.3818,1,leg_gt,8.74,60 -6565,buy_compound_top3,buy,2026-01-20 14:03:00,744.0,22.8839,1,leg_gt,8.74,60 -6566,buy_compound_top3,buy,2026-01-20 14:12:00,740.0,23.5486,1,leg_gt,8.73,60 -6567,buy_compound_top3,buy,2026-01-20 14:27:00,739.0,23.716,1,leg_gt,8.72,60 -6568,buy_compound_top3,buy,2026-01-20 14:30:00,739.0,23.716,1,leg_gt,8.72,60 -6569,buy_compound_top3,buy,2026-01-20 14:33:00,739.0,23.716,1,leg_gt,8.72,60 -6570,buy_compound_top3,buy,2026-01-20 15:27:00,736.0,24.2207,1,leg_gt,8.68,60 -6571,buy_compound_top3,buy,2026-01-20 15:51:00,732.0,24.9,1,leg_gt,8.66,60 -6572,buy_compound_top3,buy,2026-01-20 15:54:00,732.0,24.9,1,leg_gt,8.66,60 -6573,buy_compound_top3,buy,2026-01-20 15:57:00,733.0,24.7295,1,leg_gt,8.66,60 -6574,buy_compound_top3,buy,2026-01-20 17:06:00,729.0,25.4144,1,leg_gt,8.61,60 -6575,buy_compound_top3,buy,2026-01-20 17:09:00,729.0,25.4144,1,leg_gt,8.61,60 -6576,buy_compound_top3,buy,2026-01-20 17:30:00,727.0,25.7597,1,leg_gt,8.6,60 -6577,buy_compound_top3,buy,2026-01-20 17:33:00,725.0,26.1069,1,leg_gt,8.59,60 -6578,buy_compound_top3,buy,2026-01-20 17:45:00,721.0,26.8071,1,leg_gt,8.59,60 -6579,buy_compound_top3,buy,2026-01-20 17:48:00,722.0,26.6313,1,leg_gt,8.58,60 -6580,buy_compound_top3,buy,2026-01-20 17:51:00,722.0,26.6313,1,leg_gt,8.58,60 -6581,buy_compound_top3,buy,2026-01-20 17:54:00,722.0,26.6313,1,leg_gt,8.58,60 -6582,buy_compound_top3,buy,2026-01-20 22:30:00,719.0,27.1601,1,leg_gt,8.39,60 -6583,buy_compound_top3,buy,2026-01-20 22:33:00,719.0,27.1601,1,leg_gt,8.39,60 -6584,buy_compound_top3,buy,2026-01-20 22:51:00,715.0,27.872,1,leg_gt,8.37,60 -6585,buy_compound_top3,buy,2026-01-20 22:54:00,716.0,27.6933,1,leg_gt,8.37,60 -6586,buy_compound_top3,buy,2026-01-21 01:51:00,710.0,28.7732,1,leg_gt,8.25,60 -6587,buy_compound_top3,buy,2026-01-21 01:54:00,710.0,28.7732,1,leg_gt,8.25,60 -6588,buy_compound_top3,buy,2026-01-21 01:57:00,709.0,28.955,1,leg_gt,8.24,60 -6589,buy_compound_top3,buy,2026-01-21 02:42:00,705.0,29.6872,1,leg_gt,8.21,60 -6590,buy_compound_top3,buy,2026-01-21 02:45:00,705.0,29.6872,1,leg_gt,8.21,60 -6591,buy_compound_top3,buy,2026-01-21 02:48:00,702.0,30.2419,1,leg_gt,8.21,60 -6592,buy_compound_top3,buy,2026-01-21 02:51:00,704.0,29.8716,1,leg_gt,8.21,60 -6593,buy_compound_top3,buy,2026-01-21 02:54:00,704.0,29.8716,1,leg_gt,8.2,60 -6594,buy_compound_top3,buy,2026-01-21 03:21:00,701.0,30.4278,1,leg_gt,8.19,60 -6595,buy_compound_top3,buy,2026-01-21 03:24:00,700.0,30.6143,1,leg_gt,8.18,60 -6596,buy_compound_top3,buy,2026-01-21 03:27:00,702.0,30.2419,1,leg_gt,8.18,60 -6597,buy_compound_top3,buy,2026-01-21 03:42:00,699.0,30.8013,1,leg_gt,8.17,60 -6598,buy_compound_top3,buy,2026-01-21 03:45:00,698.0,30.9888,1,leg_gt,8.17,60 -6599,buy_compound_top3,buy,2026-01-21 03:48:00,699.0,30.8013,1,leg_gt,8.17,60 -6600,buy_compound_top3,buy,2026-01-21 03:51:00,700.0,30.6143,1,leg_gt,8.16,60 -6601,buy_compound_top3,buy,2026-01-21 03:54:00,698.0,30.9888,1,leg_gt,8.16,60 -6602,buy_compound_top3,buy,2026-01-21 03:57:00,699.0,30.8013,1,leg_gt,8.16,60 -6603,buy_compound_top3,buy,2026-01-21 06:51:00,700.0,30.6143,1,leg_gt,8.04,60 -6604,buy_compound_top3,buy,2026-01-21 06:54:00,700.0,30.6143,1,leg_gt,8.04,60 -6605,buy_compound_top3,buy,2026-01-21 16:42:00,717.0,27.5151,1,leg_gt,7.63,60 -6606,buy_compound_top3,buy,2026-01-21 16:45:00,717.0,27.5151,1,leg_gt,7.63,60 -6607,buy_compound_top3,buy,2026-01-21 16:48:00,716.0,27.6933,1,leg_gt,7.62,60 -6608,buy_compound_top3,buy,2026-01-21 16:51:00,716.0,27.6933,1,leg_gt,7.62,60 -6609,buy_compound_top3,buy,2026-01-21 16:54:00,716.0,27.6933,1,leg_gt,7.62,60 -6610,buy_compound_top3,buy,2026-01-21 16:57:00,716.0,27.6933,1,leg_gt,7.62,60 -6611,buy_compound_top3,buy,2026-01-21 17:42:00,715.0,27.872,1,leg_gt,7.59,60 -6612,buy_compound_top3,buy,2026-01-21 17:45:00,714.0,28.0513,1,leg_gt,7.59,60 -6613,buy_compound_top3,buy,2026-01-21 17:48:00,715.0,27.872,1,leg_gt,7.58,60 -6614,buy_compound_top3,buy,2026-01-21 17:51:00,714.0,28.0513,1,leg_gt,7.58,60 -6615,buy_compound_top3,buy,2026-01-21 17:54:00,714.0,28.0513,1,leg_gt,7.58,60 -6616,buy_compound_top3,buy,2026-01-21 20:00:00,714.0,28.0513,1,leg_gt,7.49,60 -6617,buy_compound_top3,buy,2026-01-21 20:03:00,714.0,28.0513,1,leg_gt,7.49,60 -6618,buy_compound_top3,buy,2026-01-21 20:12:00,713.0,28.231,1,leg_gt,7.48,60 -6619,buy_compound_top3,buy,2026-01-21 20:36:00,713.0,28.231,1,leg_gt,7.47,60 -6620,buy_compound_top3,buy,2026-01-21 20:39:00,711.0,28.592,1,leg_gt,7.46,60 -6621,buy_compound_top3,buy,2026-01-21 20:42:00,711.0,28.592,1,leg_gt,7.46,60 -6622,buy_compound_top3,buy,2026-01-21 20:45:00,711.0,28.592,1,leg_gt,7.46,60 -6623,buy_compound_top3,buy,2026-01-21 20:48:00,710.0,28.7732,1,leg_gt,7.46,60 -6624,buy_compound_top3,buy,2026-01-21 20:51:00,709.0,28.955,1,leg_gt,7.46,60 -6625,buy_compound_top3,buy,2026-01-21 20:54:00,709.0,28.955,1,leg_gt,7.45,60 -6626,buy_compound_top3,buy,2026-01-21 20:57:00,708.0,29.1373,1,leg_gt,7.45,60 -6627,buy_compound_top3,buy,2026-01-21 21:27:00,699.0,30.8013,1,leg_gt,7.43,60 -6628,buy_compound_top3,buy,2026-01-21 21:30:00,699.0,30.8013,1,leg_gt,7.43,60 -6629,buy_compound_top3,buy,2026-01-21 21:33:00,701.0,30.4278,1,leg_gt,7.43,60 -6630,buy_compound_top3,buy,2026-01-22 01:51:00,700.0,30.6143,1,leg_gt,7.25,60 -6631,buy_compound_top3,buy,2026-01-22 01:54:00,701.0,30.4278,1,leg_gt,7.25,60 -6632,buy_compound_top3,buy,2026-01-22 01:57:00,696.0,31.3655,1,leg_gt,7.24,60 -6633,buy_compound_top3,buy,2026-01-22 02:12:00,696.0,31.3655,1,leg_gt,7.23,60 -6634,buy_compound_top3,buy,2026-01-22 02:15:00,691.0,32.3168,1,leg_gt,7.23,60 -6635,buy_compound_top3,buy,2026-01-22 02:18:00,692.0,32.1254,1,leg_gt,7.23,60 -6636,buy_compound_top3,buy,2026-01-22 08:15:00,714.0,28.0513,1,leg_gt,6.98,60 -6637,buy_compound_top3,buy,2026-01-22 08:18:00,714.0,28.0513,1,leg_gt,6.98,60 -6638,buy_compound_top3,buy,2026-01-22 08:21:00,713.0,28.231,1,leg_gt,6.98,60 -6639,buy_compound_top3,buy,2026-01-22 08:24:00,710.0,28.7732,1,leg_gt,6.98,60 -6640,buy_compound_top3,buy,2026-01-22 08:30:00,712.0,28.4112,1,leg_gt,6.97,60 -6641,buy_compound_top3,buy,2026-01-22 08:33:00,710.0,28.7732,1,leg_gt,6.97,60 -6642,buy_compound_top3,buy,2026-01-22 08:36:00,711.0,28.592,1,leg_gt,6.97,60 -6643,buy_compound_top3,buy,2026-01-22 08:39:00,710.0,28.7732,1,leg_gt,6.96,60 -6644,buy_compound_top3,buy,2026-01-22 17:21:00,711.0,28.592,1,leg_gt,6.6,60 -6645,buy_compound_top3,buy,2026-01-22 17:24:00,711.0,28.592,1,leg_gt,6.6,60 -6646,buy_compound_top3,buy,2026-01-22 17:45:00,709.0,28.955,1,leg_gt,6.59,60 -6647,buy_compound_top3,buy,2026-01-22 17:48:00,709.0,28.955,1,leg_gt,6.58,60 -6648,buy_compound_top3,buy,2026-01-22 21:21:00,710.0,28.7732,1,leg_gt,6.44,60 -6649,buy_compound_top3,buy,2026-01-22 21:24:00,712.0,28.4112,1,leg_gt,6.43,60 -6650,buy_compound_top3,buy,2026-01-22 21:27:00,711.0,28.592,1,leg_gt,6.43,60 -6651,buy_compound_top3,buy,2026-01-22 21:42:00,709.0,28.955,1,leg_gt,6.42,60 -6652,buy_compound_top3,buy,2026-01-22 21:45:00,711.0,28.592,1,leg_gt,6.42,60 -6653,buy_compound_top3,buy,2026-01-22 21:48:00,711.0,28.592,1,leg_gt,6.42,60 -6654,buy_compound_top3,buy,2026-01-22 22:57:00,709.0,28.955,1,leg_gt,6.37,60 -6655,buy_compound_top3,buy,2026-01-22 23:15:00,706.0,29.5034,1,leg_gt,6.36,60 -6656,buy_compound_top3,buy,2026-01-22 23:18:00,705.0,29.6872,1,leg_gt,6.35,60 -6657,buy_compound_top3,buy,2026-01-22 23:21:00,704.0,29.8716,1,leg_gt,6.35,60 -6658,buy_compound_top3,buy,2026-01-22 23:24:00,702.0,30.2419,1,leg_gt,6.35,60 -6659,buy_compound_top3,buy,2026-01-23 05:36:00,699.0,30.8013,1,leg_gt,6.09,60 -6660,buy_compound_top3,buy,2026-01-23 05:39:00,697.0,31.1769,1,leg_gt,6.09,60 -6661,buy_compound_top3,buy,2026-01-23 05:45:00,697.0,31.1769,1,leg_gt,6.09,60 -6662,buy_compound_top3,buy,2026-01-23 05:48:00,697.0,31.1769,1,leg_gt,6.08,60 -6663,buy_compound_top3,buy,2026-01-23 07:42:00,698.0,30.9888,1,leg_gt,6.0,60 -6664,buy_compound_top3,buy,2026-01-23 15:30:00,710.0,28.7732,1,leg_gt,5.68,60 -6665,buy_compound_top3,buy,2026-01-23 15:33:00,710.0,28.7732,1,leg_gt,5.68,60 -6666,buy_compound_top3,buy,2026-01-23 15:36:00,709.0,28.955,1,leg_gt,5.68,60 -6667,buy_compound_top3,buy,2026-01-23 15:39:00,709.0,28.955,1,leg_gt,5.67,60 -6668,buy_compound_top3,buy,2026-01-23 15:51:00,709.0,28.955,1,leg_gt,5.66,60 -6669,buy_compound_top3,buy,2026-01-23 15:54:00,709.0,28.955,1,leg_gt,5.66,60 -6670,buy_compound_top3,buy,2026-01-23 15:57:00,707.0,29.3201,1,leg_gt,5.66,60 -6671,buy_compound_top3,buy,2026-01-23 16:06:00,709.0,28.955,1,leg_gt,5.65,60 -6672,buy_compound_top3,buy,2026-01-23 16:09:00,708.0,29.1373,1,leg_gt,5.65,60 -6673,buy_compound_top3,buy,2026-01-23 17:00:00,707.0,29.3201,1,leg_gt,5.62,60 -6674,buy_compound_top3,buy,2026-01-23 17:03:00,708.0,29.1373,1,leg_gt,5.61,60 -6675,buy_compound_top3,buy,2026-01-23 19:12:00,701.0,30.4278,1,leg_gt,5.52,60 -6676,buy_compound_top3,buy,2026-01-23 23:00:00,701.0,30.4278,1,leg_gt,5.37,60 -6677,buy_compound_top3,buy,2026-01-23 23:03:00,702.0,30.2419,1,leg_gt,5.36,60 -6678,buy_compound_top3,buy,2026-01-24 00:00:00,690.0,32.5087,1,leg_gt,5.32,60 -6679,buy_compound_top3,buy,2026-01-24 00:03:00,688.0,32.8942,1,leg_gt,5.32,60 -6680,buy_compound_top3,buy,2026-01-24 04:27:00,699.0,30.8013,1,leg_gt,5.14,60 -6681,buy_compound_top3,buy,2026-01-24 04:45:00,695.0,31.5547,1,leg_gt,5.13,60 -6682,buy_compound_top3,buy,2026-01-24 04:48:00,693.0,31.9346,1,leg_gt,5.12,60 -6683,buy_compound_top3,buy,2026-01-24 05:30:00,691.0,32.3168,1,leg_gt,5.1,60 -6684,buy_compound_top3,buy,2026-01-24 05:33:00,687.0,33.0878,1,leg_gt,5.09,60 -6685,buy_compound_top3,buy,2026-01-24 05:42:00,687.0,33.0878,1,leg_gt,5.09,60 -6686,buy_compound_top3,buy,2026-01-24 05:45:00,687.0,33.0878,1,leg_gt,5.09,60 -6687,buy_compound_top3,buy,2026-01-24 05:48:00,687.0,33.0878,1,leg_gt,5.08,60 -6688,buy_compound_top3,buy,2026-01-24 05:51:00,687.0,33.0878,1,leg_gt,5.08,60 -6689,buy_compound_top3,buy,2026-01-24 05:54:00,686.0,33.2819,1,leg_gt,5.08,60 -6690,buy_compound_top3,buy,2026-01-24 19:12:00,695.0,31.5547,1,leg_gt,4.53,60 -6691,buy_compound_top3,buy,2026-01-25 00:36:00,698.0,30.9888,1,leg_gt,4.3,60 -6692,buy_compound_top3,buy,2026-01-25 00:39:00,696.0,31.3655,1,leg_gt,4.3,60 -6693,buy_compound_top3,buy,2026-01-25 00:51:00,697.0,31.1769,1,leg_gt,4.29,60 -6694,buy_compound_top3,buy,2026-01-25 00:54:00,694.0,31.7444,1,leg_gt,4.29,60 -6695,buy_compound_top3,buy,2026-01-25 00:57:00,696.0,31.3655,1,leg_gt,4.29,60 -6696,buy_compound_top3,buy,2026-01-25 01:00:00,695.0,31.5547,1,leg_gt,4.28,60 -6697,buy_compound_top3,buy,2026-01-25 01:03:00,695.0,31.5547,1,leg_gt,4.28,60 -6698,buy_compound_top3,buy,2026-01-25 01:15:00,694.0,31.7444,1,leg_gt,4.27,60 -6699,buy_compound_top3,buy,2026-01-25 01:18:00,693.0,31.9346,1,leg_gt,4.27,60 -6700,buy_compound_top3,buy,2026-01-25 01:21:00,693.0,31.9346,1,leg_gt,4.27,60 -6701,buy_compound_top3,buy,2026-01-25 01:24:00,693.0,31.9346,1,leg_gt,4.27,60 -6702,buy_compound_top3,buy,2026-01-25 06:21:00,693.0,31.9346,1,leg_gt,4.06,60 -6703,buy_compound_top3,buy,2026-01-25 06:24:00,693.0,31.9346,1,leg_gt,4.06,60 -6704,buy_compound_top3,buy,2026-01-25 06:27:00,694.0,31.7444,1,leg_gt,4.06,60 -6705,buy_compound_top3,buy,2026-01-25 06:30:00,693.0,31.9346,1,leg_gt,4.05,60 -6706,buy_compound_top3,buy,2026-01-25 06:33:00,694.0,31.7444,1,leg_gt,4.05,60 -6707,buy_compound_top3,buy,2026-01-25 06:36:00,692.0,32.1254,1,leg_gt,4.05,60 -6708,buy_compound_top3,buy,2026-01-25 06:39:00,692.0,32.1254,1,leg_gt,4.05,60 -6709,buy_compound_top3,buy,2026-01-25 10:45:00,690.0,32.5087,1,leg_gt,3.88,60 -6710,buy_compound_top3,buy,2026-01-25 10:48:00,691.0,32.3168,1,leg_gt,3.88,60 -6711,buy_compound_top3,buy,2026-01-25 10:51:00,691.0,32.3168,1,leg_gt,3.87,60 -6712,buy_compound_top3,buy,2026-01-25 10:54:00,690.0,32.5087,1,leg_gt,3.87,60 -6713,buy_compound_top3,buy,2026-01-25 12:21:00,689.0,32.7012,1,leg_gt,3.81,60 -6714,buy_compound_top3,buy,2026-01-25 12:24:00,690.0,32.5087,1,leg_gt,3.81,60 -6715,buy_compound_top3,buy,2026-01-25 12:27:00,690.0,32.5087,1,leg_gt,3.81,60 -6716,buy_compound_top3,buy,2026-01-25 12:42:00,688.0,32.8942,1,leg_gt,3.8,60 -6717,buy_compound_top3,buy,2026-01-25 17:57:00,687.0,33.0878,1,leg_gt,3.58,60 -6718,buy_compound_top3,buy,2026-01-25 21:15:00,690.0,32.5087,1,leg_gt,3.44,60 -6719,buy_compound_top3,buy,2026-01-25 21:18:00,691.0,32.3168,1,leg_gt,3.44,60 -6720,buy_compound_top3,buy,2026-01-25 21:27:00,689.0,32.7012,1,leg_gt,3.43,60 -6721,buy_compound_top3,buy,2026-01-25 23:42:00,685.0,33.4766,1,leg_gt,3.34,60 -6722,buy_compound_top3,buy,2026-01-25 23:45:00,685.0,33.4766,1,leg_gt,3.34,60 -6723,buy_compound_top3,buy,2026-01-25 23:48:00,685.0,33.4766,1,leg_gt,3.33,60 -6724,buy_compound_top3,buy,2026-01-26 01:30:00,670.0,36.4672,1,leg_gt,3.26,60 -6725,buy_compound_top3,buy,2026-01-26 01:33:00,667.0,37.0814,1,leg_gt,3.26,60 -6726,buy_compound_top3,buy,2026-01-26 03:51:00,659.0,38.7467,1,leg_gt,3.16,60 -6727,buy_compound_top3,buy,2026-01-26 03:54:00,659.0,38.7467,1,leg_gt,3.16,60 -6728,buy_compound_top3,buy,2026-01-26 04:27:00,652.0,40.2374,1,leg_gt,3.14,60 -6729,buy_compound_top3,buy,2026-01-26 04:36:00,651.0,40.453,1,leg_gt,3.13,60 -6730,buy_compound_top3,buy,2026-01-26 04:39:00,653.0,40.0225,1,leg_gt,3.13,60 -6731,buy_compound_top3,buy,2026-01-26 04:51:00,650.0,40.6692,1,leg_gt,3.12,60 -6732,buy_compound_top3,buy,2026-01-26 04:54:00,647.0,41.3219,1,leg_gt,3.12,60 -6733,buy_compound_top3,buy,2026-01-26 04:57:00,648.0,41.1037,1,leg_gt,3.12,60 -6734,buy_compound_top3,buy,2026-01-26 05:36:00,645.0,41.7605,1,leg_gt,3.09,60 -6735,buy_compound_top3,buy,2026-01-26 05:39:00,647.0,41.3219,1,leg_gt,3.09,60 -6736,buy_compound_top3,buy,2026-01-26 18:21:00,663.0,37.909,1,leg_gt,2.56,60 -6737,buy_compound_top3,buy,2026-01-26 18:24:00,663.0,37.909,1,leg_gt,2.56,60 -6738,buy_compound_top3,buy,2026-01-26 18:27:00,663.0,37.909,1,leg_gt,2.56,60 -6739,buy_compound_top3,buy,2026-01-26 18:30:00,663.0,37.909,1,leg_gt,2.55,60 -6740,buy_compound_top3,buy,2026-01-26 18:33:00,662.0,38.1175,1,leg_gt,2.55,60 -6741,buy_compound_top3,buy,2026-01-26 18:36:00,662.0,38.1175,1,leg_gt,2.55,60 -6742,buy_compound_top3,buy,2026-01-26 18:39:00,661.0,38.3266,1,leg_gt,2.55,60 -6743,buy_compound_top3,buy,2026-01-27 05:00:00,673.0,35.8584,1,leg_gt,2.12,60 -6744,buy_compound_top3,buy,2026-01-27 05:03:00,674.0,35.6567,1,leg_gt,2.11,60 -6745,buy_compound_top3,buy,2026-01-27 05:06:00,674.0,35.6567,1,leg_gt,2.11,60 -6746,buy_compound_top3,buy,2026-01-27 05:09:00,673.0,35.8584,1,leg_gt,2.11,60 -6747,buy_compound_top3,buy,2026-01-27 05:12:00,672.0,36.0607,1,leg_gt,2.11,60 -6748,buy_compound_top3,buy,2026-01-27 05:15:00,672.0,36.0607,1,leg_gt,2.11,60 -6749,buy_compound_top3,buy,2026-01-27 05:18:00,672.0,36.0607,1,leg_gt,2.1,60 -6750,buy_compound_top3,buy,2026-01-27 05:21:00,672.0,36.0607,1,leg_gt,2.1,60 -6751,buy_compound_top3,buy,2026-01-27 05:24:00,670.0,36.4672,1,leg_gt,2.1,60 -6752,buy_compound_top3,buy,2026-01-27 05:27:00,671.0,36.2636,1,leg_gt,2.1,60 -6753,buy_compound_top3,buy,2026-01-27 05:30:00,671.0,36.2636,1,leg_gt,2.1,60 -6754,buy_compound_top3,buy,2026-01-27 05:36:00,669.0,36.6713,1,leg_gt,2.09,60 -6755,buy_compound_top3,buy,2026-01-27 05:39:00,670.0,36.4672,1,leg_gt,2.09,60 -6756,buy_compound_top3,buy,2026-01-27 05:57:00,667.0,37.0814,1,leg_gt,2.08,60 -6757,buy_compound_top3,buy,2026-01-27 10:12:00,670.0,36.4672,1,leg_gt,1.9,60 -6758,buy_compound_top3,buy,2026-01-27 10:15:00,670.0,36.4672,1,leg_gt,1.9,60 -6759,buy_compound_top3,buy,2026-01-27 10:18:00,671.0,36.2636,1,leg_gt,1.9,60 -6760,buy_compound_top3,buy,2026-01-27 12:12:00,670.0,36.4672,1,leg_gt,1.82,60 -6761,buy_compound_top3,buy,2026-01-27 12:21:00,669.0,36.6713,1,leg_gt,1.81,60 -6762,buy_compound_top3,buy,2026-01-27 12:24:00,671.0,36.2636,1,leg_gt,1.81,60 -6763,buy_compound_top3,buy,2026-01-27 12:27:00,670.0,36.4672,1,leg_gt,1.81,60 -6764,buy_compound_top3,buy,2026-01-27 12:57:00,668.0,36.876,1,leg_gt,1.79,60 -6765,buy_compound_top3,buy,2026-01-27 13:42:00,668.0,36.876,1,leg_gt,1.75,60 -6766,buy_compound_top3,buy,2026-01-27 13:45:00,668.0,36.876,1,leg_gt,1.75,60 -6767,buy_compound_top3,buy,2026-01-27 13:48:00,668.0,36.876,1,leg_gt,1.75,60 -6768,buy_compound_top3,buy,2026-01-27 13:51:00,668.0,36.876,1,leg_gt,1.75,60 -6769,buy_compound_top3,buy,2026-01-27 13:54:00,669.0,36.6713,1,leg_gt,1.75,60 -6770,buy_compound_top3,buy,2026-01-27 14:15:00,667.0,37.0814,1,leg_gt,1.73,60 -6771,buy_compound_top3,buy,2026-01-27 14:18:00,666.0,37.2874,1,leg_gt,1.73,60 -6772,buy_compound_top3,buy,2026-01-27 14:27:00,667.0,37.0814,1,leg_gt,1.72,60 -6773,buy_compound_top3,buy,2026-01-27 14:30:00,666.0,37.2874,1,leg_gt,1.72,60 -6774,buy_compound_top3,buy,2026-01-27 14:33:00,667.0,37.0814,1,leg_gt,1.72,60 -6775,buy_compound_top3,buy,2026-01-27 15:57:00,665.0,37.494,1,leg_gt,1.66,60 -6776,buy_compound_top3,buy,2026-01-27 16:00:00,665.0,37.494,1,leg_gt,1.66,60 -6777,buy_compound_top3,buy,2026-01-27 16:03:00,665.0,37.494,1,leg_gt,1.66,60 -6778,buy_compound_top3,buy,2026-01-27 18:27:00,664.0,37.7012,1,leg_gt,1.56,60 -6779,buy_compound_top3,buy,2026-01-27 22:57:00,665.0,37.494,1,leg_gt,1.37,60 -6780,buy_compound_top3,buy,2026-01-28 00:30:00,662.0,38.1175,1,leg_gt,1.3,60 -6781,buy_compound_top3,buy,2026-01-28 00:33:00,663.0,37.909,1,leg_gt,1.3,60 -6782,buy_compound_top3,buy,2026-01-28 02:51:00,659.0,38.7467,1,leg_gt,1.21,60 -6783,buy_compound_top3,buy,2026-01-28 02:54:00,657.0,39.1694,1,leg_gt,1.2,60 -6784,buy_compound_top3,buy,2026-01-28 09:30:00,672.0,36.0607,1,leg_gt,0.93,60 -6785,buy_compound_top3,buy,2026-01-28 09:33:00,671.0,36.2636,1,leg_gt,0.93,60 -6786,buy_compound_top3,buy,2026-01-28 09:36:00,670.0,36.4672,1,leg_gt,0.92,60 -6787,buy_compound_top3,buy,2026-01-28 09:39:00,670.0,36.4672,1,leg_gt,0.92,60 -6788,buy_compound_top3,buy,2026-01-28 11:42:00,672.0,36.0607,1,leg_gt,0.84,60 -6789,buy_compound_top3,buy,2026-01-28 12:00:00,670.0,36.4672,1,leg_gt,0.82,60 -6790,buy_compound_top3,buy,2026-01-28 12:03:00,669.0,36.6713,1,leg_gt,0.82,60 -6791,buy_compound_top3,buy,2026-01-28 12:15:00,669.0,36.6713,1,leg_gt,0.81,60 -6792,buy_compound_top3,buy,2026-01-28 12:18:00,670.0,36.4672,1,leg_gt,0.81,60 -6793,buy_compound_top3,buy,2026-01-28 12:21:00,669.0,36.6713,1,leg_gt,0.81,60 -6794,buy_compound_top3,buy,2026-01-28 12:24:00,669.0,36.6713,1,leg_gt,0.81,60 -6795,buy_compound_top3,buy,2026-01-28 13:30:00,664.0,37.7012,1,leg_gt,0.76,60 -6796,buy_compound_top3,buy,2026-01-28 13:33:00,665.0,37.494,1,leg_gt,0.76,60 -6797,buy_compound_top3,buy,2026-01-28 13:36:00,664.0,37.7012,1,leg_gt,0.76,60 -6798,buy_compound_top3,buy,2026-01-28 13:39:00,665.0,37.494,1,leg_gt,0.76,60 -6799,buy_compound_top3,buy,2026-01-29 00:15:00,663.0,37.909,1,leg_gt,0.31,60 -6800,buy_compound_top3,buy,2026-01-29 00:18:00,663.0,37.909,1,leg_gt,0.31,60 -6801,buy_compound_top3,buy,2026-01-29 04:42:00,661.0,38.3266,1,leg_gt,0.13,60 -6802,buy_compound_top3,buy,2026-01-29 11:42:00,776.0,-19.9454,0,leg_gt,2.92,60 -6803,buy_compound_top3,buy,2026-01-29 11:45:00,776.0,-19.9454,0,leg_gt,2.92,60 -6804,buy_compound_top3,buy,2026-01-29 11:48:00,773.0,-19.6343,0,leg_gt,2.92,60 -6805,buy_compound_top3,buy,2026-01-29 11:51:00,773.0,-19.6343,0,leg_gt,2.92,60 -6806,buy_compound_top3,buy,2026-01-29 11:54:00,771.0,-19.4256,0,leg_gt,2.92,60 -6807,buy_compound_top3,buy,2026-01-29 11:57:00,774.0,-19.7382,0,leg_gt,2.91,60 -6808,buy_compound_top3,buy,2026-01-29 12:21:00,767.0,-19.0048,0,leg_gt,2.9,60 -6809,buy_compound_top3,buy,2026-01-29 12:24:00,766.0,-18.899,0,leg_gt,2.9,60 -6810,buy_compound_top3,buy,2026-01-29 12:27:00,762.0,-18.4727,0,leg_gt,2.89,60 -6811,buy_compound_top3,buy,2026-01-29 12:30:00,763.0,-18.5797,0,leg_gt,2.89,60 -6812,buy_compound_top3,buy,2026-01-29 12:33:00,768.0,-19.1104,0,leg_gt,2.89,60 -6813,buy_compound_top3,buy,2026-01-29 14:51:00,748.0,-16.9449,0,leg_gt,2.79,60 -6814,buy_compound_top3,buy,2026-01-29 14:54:00,748.0,-16.9449,0,leg_gt,2.79,60 -6815,buy_compound_top3,buy,2026-01-29 14:57:00,746.0,-16.722,0,leg_gt,2.79,60 -6816,buy_compound_top3,buy,2026-01-29 15:00:00,747.0,-16.8336,0,leg_gt,2.79,60 -6817,buy_compound_top3,buy,2026-01-29 15:03:00,747.0,-16.8336,0,leg_gt,2.79,60 -6818,buy_compound_top3,buy,2026-01-29 15:42:00,737.0,-15.7038,0,leg_gt,2.76,60 -6819,buy_compound_top3,buy,2026-01-29 15:51:00,740.0,-16.0459,0,leg_gt,2.75,60 -6820,buy_compound_top3,buy,2026-01-29 15:54:00,737.0,-15.7038,0,leg_gt,2.75,60 -6821,buy_compound_top3,buy,2026-01-29 15:57:00,738.0,-15.8182,0,leg_gt,2.75,60 -6822,buy_compound_top3,buy,2026-01-29 16:00:00,736.0,-15.5891,0,leg_gt,2.75,60 -6823,buy_compound_top3,buy,2026-01-29 16:03:00,740.0,-16.0459,0,leg_gt,2.74,60 -6824,buy_compound_top3,buy,2026-01-29 16:57:00,735.0,-15.4741,0,leg_gt,2.71,60 -6825,buy_compound_top3,buy,2026-01-29 18:27:00,726.0,-14.4251,0,leg_gt,2.64,60 -6826,buy_compound_top3,buy,2026-01-29 18:36:00,722.0,-13.9504,0,leg_gt,2.64,60 -6827,buy_compound_top3,buy,2026-01-29 18:39:00,721.0,-13.8309,0,leg_gt,2.64,60 -6828,buy_compound_top3,buy,2026-01-29 19:06:00,713.0,-12.863,0,leg_gt,2.62,60 -6829,buy_compound_top3,buy,2026-01-29 19:09:00,714.0,-12.9852,0,leg_gt,2.61,60 -6830,buy_compound_top3,buy,2026-01-29 19:12:00,711.0,-12.6176,0,leg_gt,2.61,60 -6831,buy_compound_top3,buy,2026-01-29 20:21:00,708.0,-12.2469,0,leg_gt,2.56,60 -6832,buy_compound_top3,buy,2026-01-29 20:24:00,709.0,-12.3708,0,leg_gt,2.56,60 -6833,buy_compound_top3,buy,2026-01-29 21:51:00,699.0,-11.1157,0,leg_gt,2.5,60 -6834,buy_compound_top3,buy,2026-01-29 21:54:00,700.0,-11.2429,0,leg_gt,2.5,60 -6835,buy_compound_top3,buy,2026-01-30 04:00:00,702.0,-11.496,0,leg_gt,2.25,60 -6836,buy_compound_top3,buy,2026-01-30 04:03:00,705.0,-11.873,0,leg_gt,2.24,60 -6837,buy_compound_top3,buy,2026-01-30 04:21:00,701.0,-11.3696,0,leg_gt,2.23,60 -6838,buy_compound_top3,buy,2026-01-30 04:24:00,697.0,-10.8604,0,leg_gt,2.23,60 -6839,buy_compound_top3,buy,2026-01-30 04:27:00,699.0,-11.1157,0,leg_gt,2.23,60 -6840,buy_compound_top3,buy,2026-01-30 05:15:00,696.0,-10.7322,0,leg_gt,2.19,60 -6841,buy_compound_top3,buy,2026-01-30 05:18:00,694.0,-10.4746,0,leg_gt,2.19,60 -6842,buy_compound_top3,buy,2026-01-30 05:21:00,694.0,-10.4746,0,leg_gt,2.19,60 -6843,buy_compound_top3,buy,2026-01-30 05:24:00,695.0,-10.6036,0,leg_gt,2.19,60 -6844,buy_compound_top3,buy,2026-01-30 05:27:00,695.0,-10.6036,0,leg_gt,2.19,60 -6845,buy_compound_top3,buy,2026-01-30 05:42:00,694.0,-10.4746,0,leg_gt,2.17,60 -6846,buy_compound_top3,buy,2026-01-30 05:51:00,693.0,-10.3453,0,leg_gt,2.17,60 -6847,buy_compound_top3,buy,2026-01-30 05:54:00,691.0,-10.0855,0,leg_gt,2.17,60 -6848,buy_compound_top3,buy,2026-01-30 09:42:00,689.0,-9.8242,0,leg_gt,2.01,60 -6849,buy_compound_top3,buy,2026-01-30 09:45:00,686.0,-9.4294,0,leg_gt,2.01,60 -6850,buy_compound_top3,buy,2026-01-30 09:48:00,689.0,-9.8242,0,leg_gt,2.0,60 -6851,buy_compound_top3,buy,2026-01-30 10:57:00,679.0,-8.4947,0,leg_gt,1.96,60 -6852,buy_compound_top3,buy,2026-01-30 11:00:00,676.0,-8.0882,0,leg_gt,1.95,60 -6853,buy_compound_top3,buy,2026-01-30 11:03:00,675.0,-7.9519,0,leg_gt,1.95,60 -6854,buy_compound_top3,buy,2026-01-30 11:06:00,672.0,-7.5405,0,leg_gt,1.95,60 -6855,buy_compound_top3,buy,2026-01-30 11:09:00,671.0,-7.4025,0,leg_gt,1.95,60 -6856,buy_compound_top3,buy,2026-01-30 11:15:00,671.0,-7.4025,0,leg_gt,1.94,60 -6857,buy_compound_top3,buy,2026-01-30 11:18:00,670.0,-7.2642,0,leg_gt,1.94,60 -6858,buy_compound_top3,buy,2026-01-30 11:21:00,666.0,-6.7066,0,leg_gt,1.94,60 -6859,buy_compound_top3,buy,2026-01-30 11:24:00,667.0,-6.8466,0,leg_gt,1.94,60 -6860,buy_compound_top3,buy,2026-01-30 11:27:00,663.0,-6.284,0,leg_gt,1.94,60 -6861,buy_compound_top3,buy,2026-01-30 17:30:00,673.0,-7.678,0,leg_gt,1.68,60 -6862,buy_compound_top3,buy,2026-01-30 17:33:00,670.0,-7.2642,0,leg_gt,1.68,60 -6863,buy_compound_top3,buy,2026-01-30 17:36:00,671.0,-7.4025,0,leg_gt,1.68,60 -6864,buy_compound_top3,buy,2026-01-30 17:39:00,672.0,-7.5405,0,leg_gt,1.68,60 -6865,buy_compound_top3,buy,2026-01-30 17:51:00,670.0,-7.2642,0,leg_gt,1.67,60 -6866,buy_compound_top3,buy,2026-01-30 17:54:00,671.0,-7.4025,0,leg_gt,1.67,60 -6867,buy_compound_top3,buy,2026-01-30 18:21:00,669.0,-7.1254,0,leg_gt,1.65,60 -6868,buy_compound_top3,buy,2026-01-30 18:24:00,668.0,-6.9862,0,leg_gt,1.65,60 -6869,buy_compound_top3,buy,2026-01-30 18:27:00,669.0,-7.1254,0,leg_gt,1.64,60 -6870,buy_compound_top3,buy,2026-01-31 08:15:00,700.0,-11.2429,0,leg_gt,1.07,60 -6871,buy_compound_top3,buy,2026-01-31 08:18:00,701.0,-11.3696,0,leg_gt,1.07,60 -6872,buy_compound_top3,buy,2026-01-31 08:21:00,698.0,-10.9883,0,leg_gt,1.06,60 -6873,buy_compound_top3,buy,2026-01-31 08:24:00,695.0,-10.6036,0,leg_gt,1.06,60 -6874,buy_compound_top3,buy,2026-01-31 08:36:00,696.0,-10.7322,0,leg_gt,1.05,60 -6875,buy_compound_top3,buy,2026-01-31 08:39:00,696.0,-10.7322,0,leg_gt,1.05,60 -6876,buy_compound_top3,buy,2026-01-31 08:42:00,695.0,-10.6036,0,leg_gt,1.05,60 -6877,buy_compound_top3,buy,2026-01-31 09:21:00,694.0,-10.4746,0,leg_gt,1.02,60 -6878,buy_compound_top3,buy,2026-01-31 09:24:00,691.0,-10.0855,0,leg_gt,1.02,60 -6879,buy_compound_top3,buy,2026-01-31 09:27:00,690.0,-9.9551,0,leg_gt,1.02,60 -6880,buy_compound_top3,buy,2026-01-31 09:30:00,690.0,-9.9551,0,leg_gt,1.02,60 -6881,buy_compound_top3,buy,2026-01-31 09:33:00,690.0,-9.9551,0,leg_gt,1.01,60 -6882,buy_compound_top3,buy,2026-01-31 09:36:00,690.0,-9.9551,0,leg_gt,1.01,60 -6883,buy_compound_top3,buy,2026-01-31 09:39:00,691.0,-10.0855,0,leg_gt,1.01,60 -6884,buy_compound_top3,buy,2026-01-31 09:45:00,690.0,-9.9551,0,leg_gt,1.01,60 -6885,buy_compound_top3,buy,2026-01-31 09:48:00,689.0,-9.8242,0,leg_gt,1.0,60 -6886,buy_compound_top3,buy,2026-01-31 09:57:00,687.0,-9.5614,0,leg_gt,1.0,60 -6887,buy_compound_top3,buy,2026-01-31 10:00:00,687.0,-9.5614,0,leg_gt,1.0,60 -6888,buy_compound_top3,buy,2026-01-31 10:03:00,685.0,-9.2971,0,leg_gt,0.99,60 -6889,buy_compound_top3,buy,2026-01-31 10:30:00,686.0,-9.4294,0,leg_gt,0.98,60 -6890,buy_compound_top3,buy,2026-01-31 10:33:00,685.0,-9.2971,0,leg_gt,0.97,60 -6891,buy_compound_top3,buy,2026-01-31 10:36:00,683.0,-9.0312,0,leg_gt,0.97,60 -6892,buy_compound_top3,buy,2026-01-31 10:39:00,683.0,-9.0312,0,leg_gt,0.97,60 -6893,buy_compound_top3,buy,2026-01-31 12:12:00,683.0,-9.0312,0,leg_gt,0.9,60 -6894,buy_compound_top3,buy,2026-01-31 12:27:00,680.0,-8.6294,0,leg_gt,0.89,60 -6895,buy_compound_top3,buy,2026-01-31 12:36:00,680.0,-8.6294,0,leg_gt,0.89,60 -6896,buy_compound_top3,buy,2026-01-31 12:39:00,678.0,-8.3596,0,leg_gt,0.89,60 -6897,buy_compound_top3,buy,2026-01-31 12:51:00,678.0,-8.3596,0,leg_gt,0.88,60 -6898,buy_compound_top3,buy,2026-01-31 12:54:00,677.0,-8.2241,0,leg_gt,0.88,60 -6899,buy_compound_top3,buy,2026-01-31 12:57:00,676.0,-8.0882,0,leg_gt,0.87,60 -6900,buy_compound_top3,buy,2026-01-31 13:00:00,676.0,-8.0882,0,leg_gt,0.87,60 -6901,buy_compound_top3,buy,2026-01-31 13:03:00,675.0,-7.9519,0,leg_gt,0.87,60 -6902,buy_compound_top3,buy,2026-01-31 13:51:00,675.0,-7.9519,0,leg_gt,0.84,60 -6903,buy_compound_top3,buy,2026-01-31 13:54:00,674.0,-7.8151,0,leg_gt,0.83,60 -6904,buy_compound_top3,buy,2026-01-31 14:06:00,673.0,-7.678,0,leg_gt,0.82,60 -6905,buy_compound_top3,buy,2026-01-31 14:09:00,674.0,-7.8151,0,leg_gt,0.82,60 -6906,buy_compound_top3,buy,2026-01-31 15:45:00,671.0,-7.4025,0,leg_gt,0.76,60 -6907,buy_compound_top3,buy,2026-01-31 15:48:00,671.0,-7.4025,0,leg_gt,0.75,60 -6908,buy_compound_top3,buy,2026-01-31 15:51:00,670.0,-7.2642,0,leg_gt,0.75,60 -6909,buy_compound_top3,buy,2026-01-31 15:54:00,671.0,-7.4025,0,leg_gt,0.75,60 -6910,buy_compound_top3,buy,2026-01-31 16:30:00,669.0,-7.1254,0,leg_gt,0.72,60 -6911,buy_compound_top3,buy,2026-01-31 16:33:00,666.0,-6.7066,0,leg_gt,0.72,60 -6912,buy_compound_top3,buy,2026-01-31 16:45:00,665.0,-6.5662,0,leg_gt,0.71,60 -6913,buy_compound_top3,buy,2026-01-31 16:48:00,666.0,-6.7066,0,leg_gt,0.71,60 -6914,buy_compound_top3,buy,2026-01-31 16:51:00,665.0,-6.5662,0,leg_gt,0.71,60 -6915,buy_compound_top3,buy,2026-01-31 16:54:00,666.0,-6.7066,0,leg_gt,0.71,60 -6916,buy_compound_top3,buy,2026-01-31 17:27:00,661.0,-6.0002,0,leg_gt,0.69,60 -6917,buy_compound_top3,buy,2026-01-31 17:42:00,658.0,-5.5711,0,leg_gt,0.68,60 -6918,buy_compound_top3,buy,2026-01-31 17:45:00,657.0,-5.4272,0,leg_gt,0.67,60 -6919,buy_compound_top3,buy,2026-01-31 17:48:00,658.0,-5.5711,0,leg_gt,0.67,60 -6920,buy_compound_top3,buy,2026-01-31 20:21:00,653.0,-4.8473,0,leg_gt,0.56,60 -6921,buy_compound_top3,buy,2026-01-31 20:24:00,653.0,-4.8473,0,leg_gt,0.56,60 -6922,buy_compound_top3,buy,2026-01-31 23:00:00,651.0,-4.5547,0,leg_gt,0.45,60 -6923,buy_compound_top3,buy,2026-01-31 23:03:00,652.0,-4.7012,0,leg_gt,0.45,60 -6924,buy_compound_top3,buy,2026-02-01 02:30:00,594.0,4.6138,1,leg_gt,0.31,60 -6925,buy_compound_top3,buy,2026-02-01 02:33:00,591.0,5.1453,1,leg_gt,0.31,60 -6926,buy_compound_top3,buy,2026-02-01 03:36:00,580.0,7.1414,1,leg_gt,0.26,60 -6927,buy_compound_top3,buy,2026-02-01 03:39:00,580.0,7.1414,1,leg_gt,0.26,60 -6928,buy_compound_top3,buy,2026-02-01 14:42:00,611.0,2.355,1,leg_gt,2.58,60 -6929,buy_compound_top3,buy,2026-02-01 16:15:00,607.0,3.0301,1,leg_gt,2.51,60 -6930,buy_compound_top3,buy,2026-02-01 16:18:00,608.0,2.8605,1,leg_gt,2.51,60 -6931,buy_compound_top3,buy,2026-02-01 16:21:00,607.0,3.0301,1,leg_gt,2.51,60 -6932,buy_compound_top3,buy,2026-02-01 16:24:00,607.0,3.0301,1,leg_gt,2.51,60 -6933,buy_compound_top3,buy,2026-02-01 16:27:00,606.0,3.2003,1,leg_gt,2.5,60 -6934,buy_compound_top3,buy,2026-02-01 18:00:00,606.0,3.2003,1,leg_gt,2.44,60 -6935,buy_compound_top3,buy,2026-02-01 18:03:00,604.0,3.5424,1,leg_gt,2.44,60 -6936,buy_compound_top3,buy,2026-02-01 18:36:00,604.0,3.5424,1,leg_gt,2.41,60 -6937,buy_compound_top3,buy,2026-02-01 18:39:00,602.0,3.8867,1,leg_gt,2.41,60 -6938,buy_compound_top3,buy,2026-02-01 20:06:00,598.0,4.5823,1,leg_gt,2.35,60 -6939,buy_compound_top3,buy,2026-02-01 20:09:00,599.0,4.4075,1,leg_gt,2.35,60 -6940,buy_compound_top3,buy,2026-02-01 22:45:00,596.0,4.9336,1,leg_gt,2.24,60 -6941,buy_compound_top3,buy,2026-02-01 22:48:00,597.0,4.7576,1,leg_gt,2.24,60 -6942,buy_compound_top3,buy,2026-02-01 23:00:00,594.0,5.2872,1,leg_gt,2.23,60 -6943,buy_compound_top3,buy,2026-02-01 23:03:00,592.0,5.6432,1,leg_gt,2.23,60 -6944,buy_compound_top3,buy,2026-02-01 23:12:00,593.0,5.4649,1,leg_gt,2.22,60 -6945,buy_compound_top3,buy,2026-02-01 23:30:00,592.0,5.6432,1,leg_gt,2.21,60 -6946,buy_compound_top3,buy,2026-02-01 23:33:00,595.0,5.1101,1,leg_gt,2.21,60 -6947,buy_compound_top3,buy,2026-02-01 23:36:00,590.0,6.0017,1,leg_gt,2.21,60 -6948,buy_compound_top3,buy,2026-02-01 23:39:00,590.0,6.0017,1,leg_gt,2.2,60 -6949,buy_compound_top3,buy,2026-02-02 00:12:00,588.0,6.3626,1,leg_gt,2.18,60 -6950,buy_compound_top3,buy,2026-02-02 00:42:00,580.0,7.831,1,leg_gt,2.16,60 -6951,buy_compound_top3,buy,2026-02-02 14:21:00,577.0,8.3922,1,leg_gt,1.59,60 -6952,buy_compound_top3,buy,2026-02-02 14:24:00,578.0,8.2045,1,leg_gt,1.59,60 -6953,buy_compound_top3,buy,2026-02-02 14:27:00,574.0,8.9592,1,leg_gt,1.59,60 -6954,buy_compound_top3,buy,2026-02-02 14:30:00,574.0,8.9592,1,leg_gt,1.59,60 -6955,buy_compound_top3,buy,2026-02-02 14:33:00,578.0,8.2045,1,leg_gt,1.58,60 -6956,buy_compound_top3,buy,2026-02-03 02:51:00,596.0,4.9336,1,leg_gt,1.07,60 -6957,buy_compound_top3,buy,2026-02-03 02:54:00,595.0,5.1101,1,leg_gt,1.07,60 -6958,buy_compound_top3,buy,2026-02-03 02:57:00,596.0,4.9336,1,leg_gt,1.07,60 -6959,buy_compound_top3,buy,2026-02-03 03:00:00,596.0,4.9336,1,leg_gt,1.06,60 -6960,buy_compound_top3,buy,2026-02-03 03:03:00,595.0,5.1101,1,leg_gt,1.06,60 -6961,buy_compound_top3,buy,2026-02-03 03:09:00,595.0,5.1101,1,leg_gt,1.06,60 -6962,buy_compound_top3,buy,2026-02-03 03:12:00,594.0,5.2872,1,leg_gt,1.06,60 -6963,buy_compound_top3,buy,2026-02-03 03:15:00,594.0,5.2872,1,leg_gt,1.05,60 -6964,buy_compound_top3,buy,2026-02-03 03:18:00,593.0,5.4649,1,leg_gt,1.05,60 -6965,buy_compound_top3,buy,2026-02-03 03:27:00,593.0,5.4649,1,leg_gt,1.05,60 -6966,buy_compound_top3,buy,2026-02-03 04:21:00,593.0,5.4649,1,leg_gt,1.01,60 -6967,buy_compound_top3,buy,2026-02-03 04:24:00,593.0,5.4649,1,leg_gt,1.01,60 -6968,buy_compound_top3,buy,2026-02-03 04:30:00,593.0,5.4649,1,leg_gt,1.0,60 -6969,buy_compound_top3,buy,2026-02-03 04:33:00,593.0,5.4649,1,leg_gt,1.0,60 -6970,buy_compound_top3,buy,2026-02-03 04:36:00,592.0,5.6432,1,leg_gt,1.0,60 -6971,buy_compound_top3,buy,2026-02-03 04:39:00,592.0,5.6432,1,leg_gt,1.0,60 -6972,buy_compound_top3,buy,2026-02-03 04:45:00,592.0,5.6432,1,leg_gt,0.99,60 -6973,buy_compound_top3,buy,2026-02-03 04:48:00,592.0,5.6432,1,leg_gt,0.99,60 -6974,buy_compound_top3,buy,2026-02-03 04:51:00,591.0,5.8222,1,leg_gt,0.99,60 -6975,buy_compound_top3,buy,2026-02-03 04:54:00,590.0,6.0017,1,leg_gt,0.99,60 -6976,buy_compound_top3,buy,2026-02-03 04:57:00,591.0,5.8222,1,leg_gt,0.98,60 -6977,buy_compound_top3,buy,2026-02-03 05:00:00,590.0,6.0017,1,leg_gt,0.98,60 -6978,buy_compound_top3,buy,2026-02-03 05:03:00,592.0,5.6432,1,leg_gt,0.98,60 -6979,buy_compound_top3,buy,2026-02-03 05:42:00,590.0,6.0017,1,leg_gt,0.95,60 -6980,buy_compound_top3,buy,2026-02-03 05:45:00,589.0,6.1818,1,leg_gt,0.95,60 -6981,buy_compound_top3,buy,2026-02-03 05:48:00,589.0,6.1818,1,leg_gt,0.95,60 -6982,buy_compound_top3,buy,2026-02-03 05:51:00,590.0,6.0017,1,leg_gt,0.95,60 -6983,buy_compound_top3,buy,2026-02-03 05:54:00,589.0,6.1818,1,leg_gt,0.94,60 -6984,buy_compound_top3,buy,2026-02-03 11:27:00,597.0,4.7576,1,leg_gt,0.71,60 -6985,buy_compound_top3,buy,2026-02-03 11:30:00,597.0,4.7576,1,leg_gt,0.71,60 -6986,buy_compound_top3,buy,2026-02-03 11:33:00,597.0,4.7576,1,leg_gt,0.71,60 -6987,buy_compound_top3,buy,2026-02-03 11:36:00,596.0,4.9336,1,leg_gt,0.71,60 -6988,buy_compound_top3,buy,2026-02-03 11:39:00,594.0,5.2872,1,leg_gt,0.7,60 -6989,buy_compound_top3,buy,2026-02-03 11:45:00,594.0,5.2872,1,leg_gt,0.7,60 -6990,buy_compound_top3,buy,2026-02-03 11:48:00,593.0,5.4649,1,leg_gt,0.7,60 -6991,buy_compound_top3,buy,2026-02-03 11:57:00,591.0,5.8222,1,leg_gt,0.69,60 -6992,buy_compound_top3,buy,2026-02-03 12:00:00,591.0,5.8222,1,leg_gt,0.69,60 -6993,buy_compound_top3,buy,2026-02-03 12:03:00,590.0,6.0017,1,leg_gt,0.69,60 -6994,buy_compound_top3,buy,2026-02-03 18:06:00,599.0,4.4075,1,leg_gt,0.44,60 -6995,buy_compound_top3,buy,2026-02-03 18:09:00,599.0,4.4075,1,leg_gt,0.43,60 -6996,buy_compound_top3,buy,2026-02-04 03:12:00,593.0,5.4649,1,leg_gt,0.06,60 -6997,buy_compound_top3,buy,2026-02-04 03:15:00,591.0,5.8222,1,leg_gt,0.05,60 -6998,buy_compound_top3,buy,2026-02-04 03:18:00,593.0,5.4649,1,leg_gt,0.05,60 -6999,buy_compound_top3,buy,2026-02-04 07:51:00,608.0,2.5316,1,leg_gt,3.23,60 -7000,buy_compound_top3,buy,2026-02-04 07:54:00,608.0,2.5316,1,leg_gt,3.22,60 -7001,buy_compound_top3,buy,2026-02-04 08:00:00,608.0,2.5316,1,leg_gt,3.22,60 -7002,buy_compound_top3,buy,2026-02-04 08:03:00,607.0,2.7007,1,leg_gt,3.22,60 -7003,buy_compound_top3,buy,2026-02-04 08:30:00,604.0,3.2113,1,leg_gt,3.2,60 -7004,buy_compound_top3,buy,2026-02-04 08:33:00,603.0,3.3826,1,leg_gt,3.2,60 -7005,buy_compound_top3,buy,2026-02-04 09:12:00,603.0,3.3826,1,leg_gt,3.17,60 -7006,buy_compound_top3,buy,2026-02-04 15:06:00,609.0,2.3631,1,leg_gt,2.92,60 -7007,buy_compound_top3,buy,2026-02-04 15:09:00,608.0,2.5316,1,leg_gt,2.92,60 -7008,buy_compound_top3,buy,2026-02-04 21:36:00,603.0,3.3826,1,leg_gt,2.65,60 -7009,buy_compound_top3,buy,2026-02-04 21:39:00,603.0,3.3826,1,leg_gt,2.65,60 -7010,buy_compound_top3,buy,2026-02-04 22:21:00,601.0,3.727,1,leg_gt,2.62,60 -7011,buy_compound_top3,buy,2026-02-04 22:24:00,601.0,3.727,1,leg_gt,2.62,60 -7012,buy_compound_top3,buy,2026-02-04 22:36:00,599.0,4.0736,1,leg_gt,2.61,60 -7013,buy_compound_top3,buy,2026-02-04 22:39:00,599.0,4.0736,1,leg_gt,2.61,60 -7014,buy_compound_top3,buy,2026-02-04 22:42:00,599.0,4.0736,1,leg_gt,2.61,60 -7015,buy_compound_top3,buy,2026-02-04 22:45:00,600.0,3.9,1,leg_gt,2.61,60 -7016,buy_compound_top3,buy,2026-02-04 22:48:00,599.0,4.0736,1,leg_gt,2.6,60 -7017,buy_compound_top3,buy,2026-02-04 22:51:00,598.0,4.2478,1,leg_gt,2.6,60 -7018,buy_compound_top3,buy,2026-02-04 22:54:00,598.0,4.2478,1,leg_gt,2.6,60 -7019,buy_compound_top3,buy,2026-02-04 23:06:00,599.0,4.0736,1,leg_gt,2.59,60 -7020,buy_compound_top3,buy,2026-02-04 23:09:00,597.0,4.4226,1,leg_gt,2.59,60 -7021,buy_compound_top3,buy,2026-02-05 01:21:00,591.0,5.4838,1,leg_gt,2.5,60 -7022,buy_compound_top3,buy,2026-02-05 01:24:00,592.0,5.3054,1,leg_gt,2.5,60 -7023,buy_compound_top3,buy,2026-02-05 01:45:00,588.0,6.0224,1,leg_gt,2.48,60 -7024,buy_compound_top3,buy,2026-02-05 01:48:00,588.0,6.0224,1,leg_gt,2.48,60 -7025,buy_compound_top3,buy,2026-02-05 07:15:00,596.0,4.598,1,leg_gt,2.25,60 -7026,buy_compound_top3,buy,2026-02-05 07:18:00,601.0,3.727,1,leg_gt,2.25,60 -7027,buy_compound_top3,buy,2026-02-05 08:00:00,596.0,4.598,1,leg_gt,2.22,60 -7028,buy_compound_top3,buy,2026-02-05 08:03:00,595.0,4.7739,1,leg_gt,2.22,60 -7029,buy_compound_top3,buy,2026-02-05 11:57:00,599.0,4.0736,1,leg_gt,2.06,60 -7030,buy_compound_top3,buy,2026-02-05 12:00:00,598.0,4.2478,1,leg_gt,2.05,60 -7031,buy_compound_top3,buy,2026-02-05 12:03:00,599.0,4.0736,1,leg_gt,2.05,60 -7032,buy_compound_top3,buy,2026-02-05 12:06:00,598.0,4.2478,1,leg_gt,2.05,60 -7033,buy_compound_top3,buy,2026-02-05 12:09:00,598.0,4.2478,1,leg_gt,2.05,60 -7034,buy_compound_top3,buy,2026-02-05 12:30:00,595.0,4.7739,1,leg_gt,2.03,60 -7035,buy_compound_top3,buy,2026-02-05 12:33:00,595.0,4.7739,1,leg_gt,2.03,60 -7036,buy_compound_top3,buy,2026-02-05 12:36:00,595.0,4.7739,1,leg_gt,2.03,60 -7037,buy_compound_top3,buy,2026-02-05 12:39:00,594.0,4.9505,1,leg_gt,2.03,60 -7038,buy_compound_top3,buy,2026-02-05 13:00:00,593.0,5.1277,1,leg_gt,2.01,60 -7039,buy_compound_top3,buy,2026-02-05 13:03:00,593.0,5.1277,1,leg_gt,2.01,60 -7040,buy_compound_top3,buy,2026-02-05 13:06:00,591.0,5.4838,1,leg_gt,2.01,60 -7041,buy_compound_top3,buy,2026-02-05 13:09:00,590.0,5.6627,1,leg_gt,2.01,60 -7042,buy_compound_top3,buy,2026-02-05 13:15:00,590.0,5.6627,1,leg_gt,2.0,60 -7043,buy_compound_top3,buy,2026-02-05 13:18:00,591.0,5.4838,1,leg_gt,2.0,60 -7044,buy_compound_top3,buy,2026-02-05 15:21:00,587.0,6.2032,1,leg_gt,1.91,60 -7045,buy_compound_top3,buy,2026-02-05 15:24:00,588.0,6.0224,1,leg_gt,1.91,60 -7046,buy_compound_top3,buy,2026-02-05 15:27:00,588.0,6.0224,1,leg_gt,1.91,60 -7047,buy_compound_top3,buy,2026-02-05 20:06:00,580.0,7.4862,1,leg_gt,1.72,60 -7048,buy_compound_top3,buy,2026-02-05 20:09:00,580.0,7.4862,1,leg_gt,1.71,60 -7049,buy_compound_top3,buy,2026-02-05 20:12:00,578.0,7.8585,1,leg_gt,1.71,60 -7050,buy_compound_top3,buy,2026-02-06 03:30:00,537.0,16.1011,1,leg_gt,1.41,60 -7051,buy_compound_top3,buy,2026-02-06 03:33:00,532.0,17.1932,1,leg_gt,1.41,60 -7052,buy_compound_top3,buy,2026-02-06 03:36:00,535.0,16.5355,1,leg_gt,1.4,60 -7053,buy_compound_top3,buy,2026-02-06 03:39:00,534.0,16.7539,1,leg_gt,1.4,60 -7054,buy_compound_top3,buy,2026-02-06 03:42:00,537.0,16.1011,1,leg_gt,1.4,60 -7055,buy_compound_top3,buy,2026-02-06 04:42:00,534.0,16.7539,1,leg_gt,1.36,60 -7056,buy_compound_top3,buy,2026-02-06 04:45:00,533.0,16.9732,1,leg_gt,1.36,60 -7057,buy_compound_top3,buy,2026-02-06 04:48:00,532.0,17.1932,1,leg_gt,1.35,60 -7058,buy_compound_top3,buy,2026-02-06 05:00:00,530.0,17.6358,1,leg_gt,1.35,60 -7059,buy_compound_top3,buy,2026-02-06 05:03:00,532.0,17.1932,1,leg_gt,1.34,60 -7060,buy_compound_top3,buy,2026-02-06 05:36:00,515.0,21.065,1,leg_gt,1.32,60 -7061,buy_compound_top3,buy,2026-02-06 05:39:00,518.0,20.3633,1,leg_gt,1.32,60 -7062,buy_compound_top3,buy,2026-02-06 05:51:00,515.0,21.065,1,leg_gt,1.31,60 -7063,buy_compound_top3,buy,2026-02-06 05:54:00,512.0,21.775,1,leg_gt,1.31,60 -7064,buy_compound_top3,buy,2026-02-06 07:21:00,506.0,23.2202,1,leg_gt,1.25,60 -7065,buy_compound_top3,buy,2026-02-06 07:24:00,504.0,23.7095,1,leg_gt,1.25,60 -7066,buy_compound_top3,buy,2026-02-06 09:27:00,476.0,30.9924,1,leg_gt,1.16,60 -7067,buy_compound_top3,buy,2026-02-07 04:30:00,593.0,5.1277,1,leg_gt,0.37,60 -7068,buy_compound_top3,buy,2026-02-07 04:33:00,594.0,4.9505,1,leg_gt,0.36,60 -7069,buy_compound_top3,buy,2026-02-07 04:36:00,595.0,4.7739,1,leg_gt,0.36,60 -7070,buy_compound_top3,buy,2026-02-07 04:39:00,593.0,5.1277,1,leg_gt,0.36,60 -7071,buy_compound_top3,buy,2026-02-07 10:15:00,588.0,6.0224,1,leg_gt,0.13,60 -7072,buy_compound_top3,buy,2026-02-07 10:18:00,589.0,5.8423,1,leg_gt,0.12,60 -7073,buy_compound_top3,buy,2026-02-07 10:21:00,588.0,6.0224,1,leg_gt,0.12,60 -7074,buy_compound_top3,buy,2026-02-07 10:24:00,586.0,6.3846,1,leg_gt,0.12,60 -7075,buy_compound_top3,buy,2026-02-07 16:06:00,591.0,8.3602,1,leg_gt,7.52,60 -7076,buy_compound_top3,buy,2026-02-07 16:09:00,589.0,8.7285,1,leg_gt,7.52,60 -7077,buy_compound_top3,buy,2026-02-07 16:12:00,591.0,8.3602,1,leg_gt,7.52,60 -7078,buy_compound_top3,buy,2026-02-07 16:21:00,586.0,9.2857,1,leg_gt,7.51,60 -7079,buy_compound_top3,buy,2026-02-07 16:24:00,590.0,8.5441,1,leg_gt,7.51,60 -7080,buy_compound_top3,buy,2026-02-07 18:45:00,587.0,9.0993,1,leg_gt,7.41,60 -7081,buy_compound_top3,buy,2026-02-07 18:48:00,585.0,9.4726,1,leg_gt,7.41,60 -7082,buy_compound_top3,buy,2026-02-07 19:30:00,583.0,9.8485,1,leg_gt,7.38,60 -7083,buy_compound_top3,buy,2026-02-07 19:33:00,581.0,10.227,1,leg_gt,7.38,60 -7084,buy_compound_top3,buy,2026-02-07 19:36:00,581.0,10.227,1,leg_gt,7.38,60 -7085,buy_compound_top3,buy,2026-02-07 19:39:00,579.0,10.6081,1,leg_gt,7.38,60 -7086,buy_compound_top3,buy,2026-02-07 19:45:00,580.0,10.4172,1,leg_gt,7.37,60 -7087,buy_compound_top3,buy,2026-02-07 19:48:00,580.0,10.4172,1,leg_gt,7.37,60 -7088,buy_compound_top3,buy,2026-02-07 19:51:00,581.0,10.227,1,leg_gt,7.37,60 -7089,buy_compound_top3,buy,2026-02-07 19:54:00,580.0,10.4172,1,leg_gt,7.36,60 -7090,buy_compound_top3,buy,2026-02-07 20:27:00,575.0,11.3783,1,leg_gt,7.34,60 -7091,buy_compound_top3,buy,2026-02-08 07:21:00,590.0,8.5441,1,leg_gt,6.89,60 -7092,buy_compound_top3,buy,2026-02-08 07:24:00,591.0,8.3602,1,leg_gt,6.89,60 -7093,buy_compound_top3,buy,2026-02-08 07:30:00,589.0,8.7285,1,leg_gt,6.88,60 -7094,buy_compound_top3,buy,2026-02-08 07:33:00,590.0,8.5441,1,leg_gt,6.88,60 -7095,buy_compound_top3,buy,2026-02-08 15:00:00,585.0,9.4726,1,leg_gt,6.57,60 -7096,buy_compound_top3,buy,2026-02-08 15:03:00,585.0,9.4726,1,leg_gt,6.57,60 -7097,buy_compound_top3,buy,2026-02-08 19:36:00,588.0,8.9136,1,leg_gt,6.38,60 -7098,buy_compound_top3,buy,2026-02-08 19:39:00,589.0,8.7285,1,leg_gt,6.38,60 -7099,buy_compound_top3,buy,2026-02-09 00:36:00,588.0,8.9136,1,leg_gt,6.17,60 -7100,buy_compound_top3,buy,2026-02-09 00:39:00,588.0,8.9136,1,leg_gt,6.17,60 -7101,buy_compound_top3,buy,2026-02-09 00:45:00,589.0,8.7285,1,leg_gt,6.16,60 -7102,buy_compound_top3,buy,2026-02-09 00:48:00,587.0,9.0993,1,leg_gt,6.16,60 -7103,buy_compound_top3,buy,2026-02-09 00:51:00,585.0,9.4726,1,leg_gt,6.16,60 -7104,buy_compound_top3,buy,2026-02-09 00:54:00,586.0,9.2857,1,leg_gt,6.16,60 -7105,buy_compound_top3,buy,2026-02-09 02:00:00,578.0,10.7997,1,leg_gt,6.11,60 -7106,buy_compound_top3,buy,2026-02-09 02:03:00,580.0,10.4172,1,leg_gt,6.11,60 -7107,buy_compound_top3,buy,2026-02-09 05:30:00,581.0,10.227,1,leg_gt,5.96,60 -7108,buy_compound_top3,buy,2026-02-09 05:33:00,583.0,9.8485,1,leg_gt,5.96,60 -7109,buy_compound_top3,buy,2026-02-09 05:51:00,580.0,10.4172,1,leg_gt,5.95,60 -7110,buy_compound_top3,buy,2026-02-09 05:54:00,580.0,10.4172,1,leg_gt,5.95,60 -7111,buy_compound_top3,buy,2026-02-09 05:57:00,580.0,10.4172,1,leg_gt,5.95,60 -7112,buy_compound_top3,buy,2026-02-09 06:51:00,577.0,10.9919,1,leg_gt,5.91,60 -7113,buy_compound_top3,buy,2026-02-09 06:54:00,576.0,11.1847,1,leg_gt,5.91,60 -7114,buy_compound_top3,buy,2026-02-09 10:42:00,573.0,11.7674,1,leg_gt,5.75,60 -7115,buy_compound_top3,buy,2026-02-09 10:45:00,574.0,11.5725,1,leg_gt,5.75,60 -7116,buy_compound_top3,buy,2026-02-09 10:48:00,574.0,11.5725,1,leg_gt,5.74,60 -7117,buy_compound_top3,buy,2026-02-09 15:36:00,578.0,10.7997,1,leg_gt,5.54,60 -7118,buy_compound_top3,buy,2026-02-09 15:39:00,578.0,10.7997,1,leg_gt,5.54,60 -7119,buy_compound_top3,buy,2026-02-09 16:42:00,575.0,11.3783,1,leg_gt,5.5,60 -7120,buy_compound_top3,buy,2026-02-09 16:45:00,576.0,11.1847,1,leg_gt,5.5,60 -7121,buy_compound_top3,buy,2026-02-09 16:48:00,576.0,11.1847,1,leg_gt,5.49,60 -7122,buy_compound_top3,buy,2026-02-09 17:21:00,575.0,11.3783,1,leg_gt,5.47,60 -7123,buy_compound_top3,buy,2026-02-09 17:24:00,574.0,11.5725,1,leg_gt,5.47,60 -7124,buy_compound_top3,buy,2026-02-09 17:42:00,572.0,11.9629,1,leg_gt,5.46,60 -7125,buy_compound_top3,buy,2026-02-09 17:45:00,571.0,12.1592,1,leg_gt,5.45,60 -7126,buy_compound_top3,buy,2026-02-09 17:48:00,572.0,11.9629,1,leg_gt,5.45,60 -7127,buy_compound_top3,buy,2026-02-09 17:51:00,571.0,12.1592,1,leg_gt,5.45,60 -7128,buy_compound_top3,buy,2026-02-09 17:54:00,571.0,12.1592,1,leg_gt,5.45,60 -7129,buy_compound_top3,buy,2026-02-09 17:57:00,571.0,12.1592,1,leg_gt,5.45,60 -7130,buy_compound_top3,buy,2026-02-09 18:15:00,568.0,12.7521,1,leg_gt,5.43,60 -7131,buy_compound_top3,buy,2026-02-09 18:18:00,567.0,12.9511,1,leg_gt,5.43,60 -7132,buy_compound_top3,buy,2026-02-09 18:42:00,564.0,13.5525,1,leg_gt,5.41,60 -7133,buy_compound_top3,buy,2026-02-09 18:45:00,564.0,13.5525,1,leg_gt,5.41,60 -7134,buy_compound_top3,buy,2026-02-09 18:48:00,566.0,13.1509,1,leg_gt,5.41,60 -7135,buy_compound_top3,buy,2026-02-09 18:51:00,565.0,13.3513,1,leg_gt,5.41,60 -7136,buy_compound_top3,buy,2026-02-09 18:54:00,565.0,13.3513,1,leg_gt,5.41,60 -7137,buy_compound_top3,buy,2026-02-09 19:15:00,563.0,13.7544,1,leg_gt,5.39,60 -7138,buy_compound_top3,buy,2026-02-09 19:18:00,561.0,14.1602,1,leg_gt,5.39,60 -7139,buy_compound_top3,buy,2026-02-09 19:21:00,561.0,14.1602,1,leg_gt,5.39,60 -7140,buy_compound_top3,buy,2026-02-09 19:24:00,560.0,14.3643,1,leg_gt,5.39,60 -7141,buy_compound_top3,buy,2026-02-09 19:30:00,560.0,14.3643,1,leg_gt,5.38,60 -7142,buy_compound_top3,buy,2026-02-09 19:33:00,556.0,15.1878,1,leg_gt,5.38,60 -7143,buy_compound_top3,buy,2026-02-09 19:42:00,557.0,14.9808,1,leg_gt,5.37,60 -7144,buy_compound_top3,buy,2026-02-09 19:45:00,556.0,15.1878,1,leg_gt,5.37,60 -7145,buy_compound_top3,buy,2026-02-09 19:48:00,557.0,14.9808,1,leg_gt,5.37,60 -7146,buy_compound_top3,buy,2026-02-09 23:12:00,559.0,14.5691,1,leg_gt,5.23,60 -7147,buy_compound_top3,buy,2026-02-10 06:45:00,572.0,11.9629,1,leg_gt,4.91,60 -7148,buy_compound_top3,buy,2026-02-10 06:48:00,571.0,12.1592,1,leg_gt,4.91,60 -7149,buy_compound_top3,buy,2026-02-10 09:00:00,573.0,11.7674,1,leg_gt,4.82,60 -7150,buy_compound_top3,buy,2026-02-10 09:03:00,574.0,11.5725,1,leg_gt,4.82,60 -7151,buy_compound_top3,buy,2026-02-10 09:06:00,574.0,11.5725,1,leg_gt,4.81,60 -7152,buy_compound_top3,buy,2026-02-10 09:09:00,573.0,11.7674,1,leg_gt,4.81,60 -7153,buy_compound_top3,buy,2026-02-10 12:42:00,567.0,12.9511,1,leg_gt,4.66,60 -7154,buy_compound_top3,buy,2026-02-10 14:57:00,566.0,13.1509,1,leg_gt,4.57,60 -7155,buy_compound_top3,buy,2026-02-10 15:27:00,564.0,13.5525,1,leg_gt,4.55,60 -7156,buy_compound_top3,buy,2026-02-10 15:45:00,563.0,13.7544,1,leg_gt,4.54,60 -7157,buy_compound_top3,buy,2026-02-10 15:48:00,561.0,14.1602,1,leg_gt,4.54,60 -7158,buy_compound_top3,buy,2026-02-10 15:51:00,561.0,14.1602,1,leg_gt,4.53,60 -7159,buy_compound_top3,buy,2026-02-10 15:54:00,561.0,14.1602,1,leg_gt,4.53,60 -7160,buy_compound_top3,buy,2026-02-10 15:57:00,563.0,13.7544,1,leg_gt,4.53,60 -7161,buy_compound_top3,buy,2026-02-10 21:42:00,566.0,13.1509,1,leg_gt,4.29,60 -7162,buy_compound_top3,buy,2026-02-10 21:45:00,565.0,13.3513,1,leg_gt,4.29,60 -7163,buy_compound_top3,buy,2026-02-10 21:48:00,566.0,13.1509,1,leg_gt,4.29,60 -7164,buy_compound_top3,buy,2026-02-10 23:12:00,565.0,13.3513,1,leg_gt,4.23,60 -7165,buy_compound_top3,buy,2026-02-10 23:45:00,564.0,13.5525,1,leg_gt,4.2,60 -7166,buy_compound_top3,buy,2026-02-10 23:48:00,560.0,14.3643,1,leg_gt,4.2,60 -7167,buy_compound_top3,buy,2026-02-11 03:42:00,558.0,14.7746,1,leg_gt,4.04,60 -7168,buy_compound_top3,buy,2026-02-11 03:45:00,558.0,14.7746,1,leg_gt,4.04,60 -7169,buy_compound_top3,buy,2026-02-11 03:48:00,556.0,15.1878,1,leg_gt,4.04,60 -7170,buy_compound_top3,buy,2026-02-11 12:12:00,559.0,14.5691,1,leg_gt,3.69,60 -7171,buy_compound_top3,buy,2026-02-11 13:21:00,557.0,14.9808,1,leg_gt,3.64,60 -7172,buy_compound_top3,buy,2026-02-11 13:24:00,554.0,15.604,1,leg_gt,3.64,60 -7173,buy_compound_top3,buy,2026-02-11 13:27:00,556.0,15.1878,1,leg_gt,3.63,60 -7174,buy_compound_top3,buy,2026-02-11 13:42:00,551.0,16.2339,1,leg_gt,3.62,60 -7175,buy_compound_top3,buy,2026-02-11 13:45:00,552.0,16.0232,1,leg_gt,3.62,60 -7176,buy_compound_top3,buy,2026-02-11 13:48:00,552.0,16.0232,1,leg_gt,3.62,60 -7177,buy_compound_top3,buy,2026-02-11 13:57:00,552.0,16.0232,1,leg_gt,3.61,60 -7178,buy_compound_top3,buy,2026-02-11 14:45:00,548.0,16.8708,1,leg_gt,3.58,60 -7179,buy_compound_top3,buy,2026-02-11 14:48:00,547.0,17.0846,1,leg_gt,3.58,60 -7180,buy_compound_top3,buy,2026-02-11 14:57:00,548.0,16.8708,1,leg_gt,3.57,60 -7181,buy_compound_top3,buy,2026-02-11 15:06:00,548.0,16.8708,1,leg_gt,3.56,60 -7182,buy_compound_top3,buy,2026-02-11 15:09:00,547.0,17.0846,1,leg_gt,3.56,60 -7183,buy_compound_top3,buy,2026-02-11 15:12:00,546.0,17.2993,1,leg_gt,3.56,60 -7184,buy_compound_top3,buy,2026-02-11 15:15:00,545.0,17.5147,1,leg_gt,3.56,60 -7185,buy_compound_top3,buy,2026-02-11 15:18:00,546.0,17.2993,1,leg_gt,3.56,60 -7186,buy_compound_top3,buy,2026-02-11 17:42:00,543.0,17.9479,1,leg_gt,3.46,60 -7187,buy_compound_top3,buy,2026-02-11 17:45:00,543.0,17.9479,1,leg_gt,3.45,60 -7188,buy_compound_top3,buy,2026-02-11 17:48:00,542.0,18.1657,1,leg_gt,3.45,60 -7189,buy_compound_top3,buy,2026-02-11 17:51:00,542.0,18.1657,1,leg_gt,3.45,60 -7190,buy_compound_top3,buy,2026-02-11 17:54:00,542.0,18.1657,1,leg_gt,3.45,60 -7191,buy_compound_top3,buy,2026-02-11 18:12:00,541.0,18.3843,1,leg_gt,3.44,60 -7192,buy_compound_top3,buy,2026-02-11 18:15:00,541.0,18.3843,1,leg_gt,3.43,60 -7193,buy_compound_top3,buy,2026-02-11 18:18:00,540.0,18.6037,1,leg_gt,3.43,60 -7194,buy_compound_top3,buy,2026-02-11 18:21:00,540.0,18.6037,1,leg_gt,3.43,60 -7195,buy_compound_top3,buy,2026-02-11 18:24:00,540.0,18.6037,1,leg_gt,3.43,60 -7196,buy_compound_top3,buy,2026-02-11 18:27:00,541.0,18.3843,1,leg_gt,3.42,60 -7197,buy_compound_top3,buy,2026-02-11 18:30:00,541.0,18.3843,1,leg_gt,3.42,60 -7198,buy_compound_top3,buy,2026-02-11 18:33:00,541.0,18.3843,1,leg_gt,3.42,60 -7199,buy_compound_top3,buy,2026-02-11 18:42:00,539.0,18.8239,1,leg_gt,3.41,60 -7200,buy_compound_top3,buy,2026-02-11 18:45:00,539.0,18.8239,1,leg_gt,3.41,60 -7201,buy_compound_top3,buy,2026-02-11 18:48:00,539.0,18.8239,1,leg_gt,3.41,60 -7202,buy_compound_top3,buy,2026-02-11 18:51:00,538.0,19.045,1,leg_gt,3.41,60 -7203,buy_compound_top3,buy,2026-02-11 18:54:00,539.0,18.8239,1,leg_gt,3.41,60 -7204,buy_compound_top3,buy,2026-02-11 19:00:00,539.0,18.8239,1,leg_gt,3.4,60 -7205,buy_compound_top3,buy,2026-02-11 19:03:00,538.0,19.045,1,leg_gt,3.4,60 -7206,buy_compound_top3,buy,2026-02-11 19:12:00,539.0,18.8239,1,leg_gt,3.39,60 -7207,buy_compound_top3,buy,2026-02-11 19:15:00,537.0,19.2669,1,leg_gt,3.39,60 -7208,buy_compound_top3,buy,2026-02-11 19:18:00,537.0,19.2669,1,leg_gt,3.39,60 -7209,buy_compound_top3,buy,2026-02-11 19:21:00,537.0,19.2669,1,leg_gt,3.39,60 -7210,buy_compound_top3,buy,2026-02-11 19:24:00,537.0,19.2669,1,leg_gt,3.39,60 -7211,buy_compound_top3,buy,2026-02-11 19:36:00,535.0,19.7131,1,leg_gt,3.38,60 -7212,buy_compound_top3,buy,2026-02-11 19:39:00,536.0,19.4896,1,leg_gt,3.38,60 -7213,buy_compound_top3,buy,2026-02-12 01:51:00,541.0,18.3843,1,leg_gt,3.12,60 -7214,buy_compound_top3,buy,2026-02-12 01:54:00,540.0,18.6037,1,leg_gt,3.11,60 -7215,buy_compound_top3,buy,2026-02-12 01:57:00,541.0,18.3843,1,leg_gt,3.11,60 -7216,buy_compound_top3,buy,2026-02-12 05:12:00,541.0,18.3843,1,leg_gt,2.98,60 -7217,buy_compound_top3,buy,2026-02-12 05:30:00,539.0,18.8239,1,leg_gt,2.96,60 -7218,buy_compound_top3,buy,2026-02-12 05:33:00,540.0,18.6037,1,leg_gt,2.96,60 -7219,buy_compound_top3,buy,2026-02-12 08:30:00,541.0,18.3843,1,leg_gt,2.84,60 -7220,buy_compound_top3,buy,2026-02-12 08:33:00,541.0,18.3843,1,leg_gt,2.84,60 -7221,buy_compound_top3,buy,2026-02-12 08:36:00,540.0,18.6037,1,leg_gt,2.84,60 -7222,buy_compound_top3,buy,2026-02-12 08:39:00,542.0,18.1657,1,leg_gt,2.83,60 -7223,buy_compound_top3,buy,2026-02-12 21:42:00,568.0,12.7521,1,leg_gt,2.29,60 -7224,buy_compound_top3,buy,2026-02-12 21:45:00,566.0,13.1509,1,leg_gt,2.29,60 -7225,buy_compound_top3,buy,2026-02-12 21:48:00,567.0,12.9511,1,leg_gt,2.29,60 -7226,buy_compound_top3,buy,2026-02-12 21:51:00,568.0,12.7521,1,leg_gt,2.28,60 -7227,buy_compound_top3,buy,2026-02-12 21:54:00,565.0,13.3513,1,leg_gt,2.28,60 -7228,buy_compound_top3,buy,2026-02-12 21:57:00,564.0,13.5525,1,leg_gt,2.28,60 -7229,buy_compound_top3,buy,2026-02-13 00:45:00,563.0,13.7544,1,leg_gt,2.16,60 -7230,buy_compound_top3,buy,2026-02-13 00:48:00,563.0,13.7544,1,leg_gt,2.16,60 -7231,buy_compound_top3,buy,2026-02-13 01:00:00,560.0,14.3643,1,leg_gt,2.15,60 -7232,buy_compound_top3,buy,2026-02-13 01:03:00,559.0,14.5691,1,leg_gt,2.15,60 -7233,buy_compound_top3,buy,2026-02-13 01:06:00,557.0,14.9808,1,leg_gt,2.15,60 -7234,buy_compound_top3,buy,2026-02-13 01:09:00,555.0,15.3955,1,leg_gt,2.15,60 -7235,buy_compound_top3,buy,2026-02-13 01:21:00,553.0,15.8132,1,leg_gt,2.14,60 -7236,buy_compound_top3,buy,2026-02-13 01:24:00,554.0,15.604,1,leg_gt,2.14,60 -7237,buy_compound_top3,buy,2026-02-13 01:27:00,552.0,16.0232,1,leg_gt,2.13,60 -7238,buy_compound_top3,buy,2026-02-13 01:30:00,552.0,16.0232,1,leg_gt,2.13,60 -7239,buy_compound_top3,buy,2026-02-13 01:33:00,551.0,16.2339,1,leg_gt,2.13,60 -7240,buy_compound_top3,buy,2026-02-13 05:51:00,549.0,16.6577,1,leg_gt,1.95,60 -7241,buy_compound_top3,buy,2026-02-13 05:54:00,550.0,16.4455,1,leg_gt,1.95,60 -7242,buy_compound_top3,buy,2026-02-13 05:57:00,550.0,16.4455,1,leg_gt,1.95,60 -7243,buy_compound_top3,buy,2026-02-13 06:00:00,549.0,16.6577,1,leg_gt,1.94,60 -7244,buy_compound_top3,buy,2026-02-13 06:03:00,551.0,16.2339,1,leg_gt,1.94,60 -7245,buy_compound_top3,buy,2026-02-13 12:57:00,555.0,15.3955,1,leg_gt,1.65,60 -7246,buy_compound_top3,buy,2026-02-13 13:00:00,555.0,15.3955,1,leg_gt,1.65,60 -7247,buy_compound_top3,buy,2026-02-13 13:03:00,555.0,15.3955,1,leg_gt,1.65,60 -7248,buy_compound_top3,buy,2026-02-13 15:30:00,554.0,15.604,1,leg_gt,1.55,60 -7249,buy_compound_top3,buy,2026-02-13 15:33:00,553.0,15.8132,1,leg_gt,1.55,60 -7250,buy_compound_top3,buy,2026-02-14 08:21:00,578.0,10.7997,1,leg_gt,0.85,60 -7251,buy_compound_top3,buy,2026-02-14 08:24:00,578.0,10.7997,1,leg_gt,0.84,60 -7252,buy_compound_top3,buy,2026-02-14 15:15:00,585.0,9.4726,1,leg_gt,0.56,60 -7253,buy_compound_top3,buy,2026-02-14 15:18:00,585.0,9.4726,1,leg_gt,0.56,60 -7254,buy_compound_top3,buy,2026-02-14 15:21:00,584.0,9.6603,1,leg_gt,0.55,60 -7255,buy_compound_top3,buy,2026-02-14 15:24:00,584.0,9.6603,1,leg_gt,0.55,60 -7256,buy_compound_top3,buy,2026-02-15 06:51:00,632.0,-1.3658,0,leg_gt,10.91,60 -7257,buy_compound_top3,buy,2026-02-15 06:54:00,634.0,-1.6773,0,leg_gt,10.9,60 -7258,buy_compound_top3,buy,2026-02-15 08:21:00,632.0,-1.3658,0,leg_gt,10.84,60 -7259,buy_compound_top3,buy,2026-02-15 08:24:00,630.0,-1.0524,0,leg_gt,10.84,60 -7260,buy_compound_top3,buy,2026-02-15 08:27:00,630.0,-1.0524,0,leg_gt,10.84,60 -7261,buy_compound_top3,buy,2026-02-15 08:30:00,630.0,-1.0524,0,leg_gt,10.84,60 -7262,buy_compound_top3,buy,2026-02-15 08:33:00,629.0,-0.8949,0,leg_gt,10.84,60 -7263,buy_compound_top3,buy,2026-02-15 09:36:00,627.0,-0.5785,0,leg_gt,10.79,60 -7264,buy_compound_top3,buy,2026-02-15 09:39:00,626.0,-0.4195,0,leg_gt,10.79,60 -7265,buy_compound_top3,buy,2026-02-15 09:42:00,627.0,-0.5785,0,leg_gt,10.79,60 -7266,buy_compound_top3,buy,2026-02-15 09:45:00,626.0,-0.4195,0,leg_gt,10.79,60 -7267,buy_compound_top3,buy,2026-02-15 09:48:00,625.0,-0.26,0,leg_gt,10.78,60 -7268,buy_compound_top3,buy,2026-02-15 09:51:00,624.0,-0.1,0,leg_gt,10.78,60 -7269,buy_compound_top3,buy,2026-02-15 09:54:00,625.0,-0.26,0,leg_gt,10.78,60 -7270,buy_compound_top3,buy,2026-02-15 11:36:00,622.0,0.2215,1,leg_gt,10.71,60 -7271,buy_compound_top3,buy,2026-02-15 11:39:00,624.0,-0.1,0,leg_gt,10.71,60 -7272,buy_compound_top3,buy,2026-02-15 17:51:00,623.0,0.0605,1,leg_gt,10.45,60 -7273,buy_compound_top3,buy,2026-02-15 17:54:00,624.0,-0.1,0,leg_gt,10.45,60 -7274,buy_compound_top3,buy,2026-02-15 19:12:00,623.0,0.0605,1,leg_gt,10.39,60 -7275,buy_compound_top3,buy,2026-02-15 19:30:00,621.0,0.3831,1,leg_gt,10.38,60 -7276,buy_compound_top3,buy,2026-02-15 19:33:00,622.0,0.2215,1,leg_gt,10.38,60 -7277,buy_compound_top3,buy,2026-02-15 19:36:00,621.0,0.3831,1,leg_gt,10.38,60 -7278,buy_compound_top3,buy,2026-02-15 19:39:00,620.0,0.5452,1,leg_gt,10.37,60 -7279,buy_compound_top3,buy,2026-02-15 21:00:00,621.0,0.3831,1,leg_gt,10.32,60 -7280,buy_compound_top3,buy,2026-02-15 21:03:00,621.0,0.3831,1,leg_gt,10.31,60 -7281,buy_compound_top3,buy,2026-02-15 21:21:00,617.0,1.0345,1,leg_gt,10.3,60 -7282,buy_compound_top3,buy,2026-02-15 21:24:00,619.0,0.7078,1,leg_gt,10.3,60 -7283,buy_compound_top3,buy,2026-02-15 21:27:00,618.0,0.8709,1,leg_gt,10.3,60 -7284,buy_compound_top3,buy,2026-02-15 21:30:00,617.0,1.0345,1,leg_gt,10.3,60 -7285,buy_compound_top3,buy,2026-02-15 21:33:00,616.0,1.1987,1,leg_gt,10.29,60 -7286,buy_compound_top3,buy,2026-02-15 21:36:00,617.0,1.0345,1,leg_gt,10.29,60 -7287,buy_compound_top3,buy,2026-02-15 21:39:00,613.0,1.6945,1,leg_gt,10.29,60 -7288,buy_compound_top3,buy,2026-02-15 22:06:00,603.0,3.3826,1,leg_gt,10.27,60 -7289,buy_compound_top3,buy,2026-02-15 22:09:00,605.0,3.0405,1,leg_gt,10.27,60 -7290,buy_compound_top3,buy,2026-02-16 02:36:00,601.0,3.727,1,leg_gt,10.08,60 -7291,buy_compound_top3,buy,2026-02-16 02:39:00,602.0,3.5545,1,leg_gt,10.08,60 -7292,buy_compound_top3,buy,2026-02-16 02:42:00,601.0,3.727,1,leg_gt,10.08,60 -7293,buy_compound_top3,buy,2026-02-16 02:57:00,595.0,4.7739,1,leg_gt,10.07,60 -7294,buy_compound_top3,buy,2026-02-16 03:00:00,596.0,4.598,1,leg_gt,10.07,60 -7295,buy_compound_top3,buy,2026-02-16 03:03:00,594.0,4.9505,1,leg_gt,10.06,60 -7296,buy_compound_top3,buy,2026-02-16 03:06:00,594.0,4.9505,1,leg_gt,10.06,60 -7297,buy_compound_top3,buy,2026-02-16 03:09:00,597.0,4.4226,1,leg_gt,10.06,60 -7298,buy_compound_top3,buy,2026-02-16 10:45:00,598.0,4.2478,1,leg_gt,9.74,60 -7299,buy_compound_top3,buy,2026-02-16 10:48:00,599.0,4.0736,1,leg_gt,9.74,60 -7300,buy_compound_top3,buy,2026-02-16 11:51:00,596.0,4.598,1,leg_gt,9.7,60 -7301,buy_compound_top3,buy,2026-02-16 11:54:00,596.0,4.598,1,leg_gt,9.7,60 -7302,buy_compound_top3,buy,2026-02-16 11:57:00,595.0,4.7739,1,leg_gt,9.69,60 -7303,buy_compound_top3,buy,2026-02-16 12:15:00,596.0,4.598,1,leg_gt,9.68,60 -7304,buy_compound_top3,buy,2026-02-16 12:18:00,596.0,4.598,1,leg_gt,9.68,60 -7305,buy_compound_top3,buy,2026-02-16 12:27:00,594.0,4.9505,1,leg_gt,9.67,60 -7306,buy_compound_top3,buy,2026-02-16 19:45:00,594.0,4.9505,1,leg_gt,9.37,60 -7307,buy_compound_top3,buy,2026-02-16 19:48:00,595.0,4.7739,1,leg_gt,9.37,60 -7308,buy_compound_top3,buy,2026-02-16 19:51:00,594.0,4.9505,1,leg_gt,9.36,60 -7309,buy_compound_top3,buy,2026-02-16 19:54:00,594.0,4.9505,1,leg_gt,9.36,60 -7310,buy_compound_top3,buy,2026-02-16 19:57:00,594.0,4.9505,1,leg_gt,9.36,60 -7311,buy_compound_top3,buy,2026-02-16 20:12:00,588.0,6.0224,1,leg_gt,9.35,60 -7312,buy_compound_top3,buy,2026-02-16 20:21:00,589.0,5.8423,1,leg_gt,9.34,60 -7313,buy_compound_top3,buy,2026-02-16 20:24:00,588.0,6.0224,1,leg_gt,9.34,60 -7314,buy_compound_top3,buy,2026-02-16 20:27:00,588.0,6.0224,1,leg_gt,9.34,60 -7315,buy_compound_top3,buy,2026-02-17 00:42:00,589.0,5.8423,1,leg_gt,9.16,60 -7316,buy_compound_top3,buy,2026-02-17 00:45:00,590.0,5.6627,1,leg_gt,9.16,60 -7317,buy_compound_top3,buy,2026-02-17 00:48:00,591.0,5.4838,1,leg_gt,9.16,60 -7318,buy_compound_top3,buy,2026-02-17 09:21:00,597.0,4.4226,1,leg_gt,8.8,60 -7319,buy_compound_top3,buy,2026-02-17 09:24:00,597.0,4.4226,1,leg_gt,8.8,60 -7320,buy_compound_top3,buy,2026-02-17 13:00:00,592.0,5.3054,1,leg_gt,8.65,60 -7321,buy_compound_top3,buy,2026-02-17 13:03:00,593.0,5.1277,1,leg_gt,8.65,60 -7322,buy_compound_top3,buy,2026-02-17 13:06:00,592.0,5.3054,1,leg_gt,8.65,60 -7323,buy_compound_top3,buy,2026-02-17 13:09:00,591.0,5.4838,1,leg_gt,8.64,60 -7324,buy_compound_top3,buy,2026-02-17 13:12:00,592.0,5.3054,1,leg_gt,8.64,60 -7325,buy_compound_top3,buy,2026-02-17 16:12:00,590.0,5.6627,1,leg_gt,8.52,60 -7326,buy_compound_top3,buy,2026-02-17 16:15:00,590.0,5.6627,1,leg_gt,8.51,60 -7327,buy_compound_top3,buy,2026-02-17 16:18:00,591.0,5.4838,1,leg_gt,8.51,60 -7328,buy_compound_top3,buy,2026-02-17 16:21:00,590.0,5.6627,1,leg_gt,8.51,60 -7329,buy_compound_top3,buy,2026-02-17 16:24:00,591.0,5.4838,1,leg_gt,8.51,60 -7330,buy_compound_top3,buy,2026-02-17 16:33:00,590.0,5.6627,1,leg_gt,8.5,60 -7331,buy_compound_top3,buy,2026-02-17 17:57:00,588.0,6.0224,1,leg_gt,8.44,60 -7332,buy_compound_top3,buy,2026-02-17 18:12:00,586.0,6.3846,1,leg_gt,8.43,60 -7333,buy_compound_top3,buy,2026-02-17 19:30:00,584.0,6.7493,1,leg_gt,8.38,60 -7334,buy_compound_top3,buy,2026-02-17 19:33:00,584.0,6.7493,1,leg_gt,8.38,60 -7335,buy_compound_top3,buy,2026-02-17 19:36:00,584.0,6.7493,1,leg_gt,8.38,60 -7336,buy_compound_top3,buy,2026-02-17 19:39:00,585.0,6.5667,1,leg_gt,8.37,60 -7337,buy_compound_top3,buy,2026-02-18 00:00:00,577.0,8.0456,1,leg_gt,8.19,60 -7338,buy_compound_top3,buy,2026-02-18 00:03:00,579.0,7.672,1,leg_gt,8.19,60 -7339,buy_compound_top3,buy,2026-02-18 02:51:00,580.0,7.4862,1,leg_gt,8.07,60 -7340,buy_compound_top3,buy,2026-02-18 02:54:00,579.0,7.672,1,leg_gt,8.07,60 -7341,buy_compound_top3,buy,2026-02-18 02:57:00,580.0,7.4862,1,leg_gt,8.07,60 -7342,buy_compound_top3,buy,2026-02-18 10:06:00,585.0,6.5667,1,leg_gt,7.77,60 -7343,buy_compound_top3,buy,2026-02-18 10:09:00,585.0,6.5667,1,leg_gt,7.77,60 -7344,buy_compound_top3,buy,2026-02-18 10:12:00,585.0,6.5667,1,leg_gt,7.77,60 -7345,buy_compound_top3,buy,2026-02-18 10:15:00,584.0,6.7493,1,leg_gt,7.76,60 -7346,buy_compound_top3,buy,2026-02-18 10:18:00,585.0,6.5667,1,leg_gt,7.76,60 -7347,buy_compound_top3,buy,2026-02-18 10:27:00,585.0,6.5667,1,leg_gt,7.76,60 -7348,buy_compound_top3,buy,2026-02-18 10:30:00,583.0,6.9326,1,leg_gt,7.75,60 -7349,buy_compound_top3,buy,2026-02-18 10:33:00,583.0,6.9326,1,leg_gt,7.75,60 -7350,buy_compound_top3,buy,2026-02-18 10:42:00,582.0,7.1165,1,leg_gt,7.75,60 -7351,buy_compound_top3,buy,2026-02-18 13:21:00,583.0,6.9326,1,leg_gt,7.64,60 -7352,buy_compound_top3,buy,2026-02-18 13:24:00,581.0,7.301,1,leg_gt,7.63,60 -7353,buy_compound_top3,buy,2026-02-18 13:30:00,581.0,7.301,1,leg_gt,7.63,60 -7354,buy_compound_top3,buy,2026-02-18 13:33:00,582.0,7.1165,1,leg_gt,7.63,60 -7355,buy_compound_top3,buy,2026-02-18 14:42:00,579.0,7.672,1,leg_gt,7.58,60 -7356,buy_compound_top3,buy,2026-02-18 14:45:00,579.0,7.672,1,leg_gt,7.58,60 -7357,buy_compound_top3,buy,2026-02-18 14:48:00,579.0,7.672,1,leg_gt,7.58,60 -7358,buy_compound_top3,buy,2026-02-18 14:51:00,579.0,7.672,1,leg_gt,7.57,60 -7359,buy_compound_top3,buy,2026-02-18 14:54:00,578.0,7.8585,1,leg_gt,7.57,60 -7360,buy_compound_top3,buy,2026-02-18 14:57:00,578.0,7.8585,1,leg_gt,7.57,60 -7361,buy_compound_top3,buy,2026-02-18 22:42:00,572.0,8.9909,1,leg_gt,7.25,60 -7362,buy_compound_top3,buy,2026-02-18 23:00:00,571.0,9.182,1,leg_gt,7.23,60 -7363,buy_compound_top3,buy,2026-02-18 23:03:00,571.0,9.182,1,leg_gt,7.23,60 -7364,buy_compound_top3,buy,2026-02-18 23:06:00,572.0,8.9909,1,leg_gt,7.23,60 -7365,buy_compound_top3,buy,2026-02-18 23:09:00,571.0,9.182,1,leg_gt,7.23,60 -7366,buy_compound_top3,buy,2026-02-19 02:00:00,569.0,9.5661,1,leg_gt,7.11,60 -7367,buy_compound_top3,buy,2026-02-19 02:03:00,571.0,9.182,1,leg_gt,7.11,60 -7368,buy_compound_top3,buy,2026-02-19 02:21:00,569.0,9.5661,1,leg_gt,7.09,60 -7369,buy_compound_top3,buy,2026-02-19 02:24:00,568.0,9.7592,1,leg_gt,7.09,60 -7370,buy_compound_top3,buy,2026-02-19 02:27:00,567.0,9.9529,1,leg_gt,7.09,60 -7371,buy_compound_top3,buy,2026-02-19 02:30:00,567.0,9.9529,1,leg_gt,7.09,60 -7372,buy_compound_top3,buy,2026-02-19 02:33:00,568.0,9.7592,1,leg_gt,7.09,60 -7373,buy_compound_top3,buy,2026-02-19 03:21:00,566.0,10.1473,1,leg_gt,7.05,60 -7374,buy_compound_top3,buy,2026-02-19 03:24:00,569.0,9.5661,1,leg_gt,7.05,60 -7375,buy_compound_top3,buy,2026-02-19 04:42:00,565.0,10.3425,1,leg_gt,7.0,60 -7376,buy_compound_top3,buy,2026-02-19 05:12:00,563.0,10.7348,1,leg_gt,6.98,60 -7377,buy_compound_top3,buy,2026-02-19 06:00:00,563.0,10.7348,1,leg_gt,6.94,60 -7378,buy_compound_top3,buy,2026-02-19 06:03:00,562.0,10.932,1,leg_gt,6.94,60 -7379,buy_compound_top3,buy,2026-02-19 06:06:00,563.0,10.7348,1,leg_gt,6.94,60 -7380,buy_compound_top3,buy,2026-02-19 06:09:00,563.0,10.7348,1,leg_gt,6.94,60 -7381,buy_compound_top3,buy,2026-02-19 07:06:00,560.0,11.3286,1,leg_gt,6.9,60 -7382,buy_compound_top3,buy,2026-02-19 07:09:00,559.0,11.5279,1,leg_gt,6.89,60 -7383,buy_compound_top3,buy,2026-02-19 07:21:00,558.0,11.728,1,leg_gt,6.89,60 -7384,buy_compound_top3,buy,2026-02-19 07:24:00,555.0,12.3324,1,leg_gt,6.88,60 -7385,buy_compound_top3,buy,2026-02-19 16:21:00,563.0,10.7348,1,leg_gt,6.51,60 -7386,buy_compound_top3,buy,2026-02-19 16:24:00,563.0,10.7348,1,leg_gt,6.51,60 -7387,buy_compound_top3,buy,2026-02-19 17:45:00,557.0,11.9287,1,leg_gt,6.45,60 -7388,buy_compound_top3,buy,2026-02-19 17:48:00,556.0,12.1302,1,leg_gt,6.45,60 -7389,buy_compound_top3,buy,2026-02-19 19:15:00,554.0,12.5354,1,leg_gt,6.39,60 -7390,buy_compound_top3,buy,2026-02-19 19:18:00,554.0,12.5354,1,leg_gt,6.39,60 -7391,buy_compound_top3,buy,2026-02-19 19:30:00,553.0,12.7391,1,leg_gt,6.38,60 -7392,buy_compound_top3,buy,2026-02-19 19:33:00,554.0,12.5354,1,leg_gt,6.38,60 -7393,buy_compound_top3,buy,2026-02-19 22:15:00,550.0,13.3545,1,leg_gt,6.26,60 -7394,buy_compound_top3,buy,2026-02-19 22:18:00,550.0,13.3545,1,leg_gt,6.26,60 -7395,buy_compound_top3,buy,2026-02-19 22:27:00,549.0,13.5612,1,leg_gt,6.26,60 -7396,buy_compound_top3,buy,2026-02-19 22:36:00,548.0,13.7686,1,leg_gt,6.25,60 -7397,buy_compound_top3,buy,2026-02-19 22:39:00,547.0,13.9768,1,leg_gt,6.25,60 -7398,buy_compound_top3,buy,2026-02-20 07:45:00,547.0,13.9768,1,leg_gt,5.87,60 -7399,buy_compound_top3,buy,2026-02-20 07:48:00,548.0,13.7686,1,leg_gt,5.87,60 -7400,buy_compound_top3,buy,2026-02-20 13:27:00,553.0,12.7391,1,leg_gt,5.63,60 -7401,buy_compound_top3,buy,2026-02-20 13:30:00,554.0,12.5354,1,leg_gt,5.63,60 -7402,buy_compound_top3,buy,2026-02-20 13:33:00,554.0,12.5354,1,leg_gt,5.63,60 -7403,buy_compound_top3,buy,2026-02-20 14:21:00,551.0,13.1486,1,leg_gt,5.59,60 -7404,buy_compound_top3,buy,2026-02-20 14:24:00,551.0,13.1486,1,leg_gt,5.59,60 -7405,buy_compound_top3,buy,2026-02-20 22:15:00,559.0,11.5279,1,leg_gt,5.26,60 -7406,buy_compound_top3,buy,2026-02-20 22:18:00,559.0,11.5279,1,leg_gt,5.26,60 -7407,buy_compound_top3,buy,2026-02-20 22:30:00,558.0,11.728,1,leg_gt,5.25,60 -7408,buy_compound_top3,buy,2026-02-20 22:33:00,553.0,12.7391,1,leg_gt,5.25,60 -7409,buy_compound_top3,buy,2026-02-20 22:45:00,552.0,12.9435,1,leg_gt,5.24,60 -7410,buy_compound_top3,buy,2026-02-20 22:48:00,554.0,12.5354,1,leg_gt,5.24,60 -7411,buy_compound_top3,buy,2026-02-21 05:30:00,569.0,9.5661,1,leg_gt,4.96,60 -7412,buy_compound_top3,buy,2026-02-21 05:33:00,568.0,9.7592,1,leg_gt,4.96,60 -7413,buy_compound_top3,buy,2026-02-21 21:27:00,580.0,7.4862,1,leg_gt,4.3,60 -7414,buy_compound_top3,buy,2026-02-21 21:30:00,579.0,7.672,1,leg_gt,4.3,60 -7415,buy_compound_top3,buy,2026-02-21 21:33:00,578.0,7.8585,1,leg_gt,4.29,60 -7416,buy_compound_top3,buy,2026-02-22 00:42:00,575.0,8.4217,1,leg_gt,4.16,60 -7417,buy_compound_top3,buy,2026-02-22 01:12:00,573.0,8.8005,1,leg_gt,4.14,60 -7418,buy_compound_top3,buy,2026-02-22 01:15:00,573.0,8.8005,1,leg_gt,4.14,60 -7419,buy_compound_top3,buy,2026-02-22 01:18:00,572.0,8.9909,1,leg_gt,4.14,60 -7420,buy_compound_top3,buy,2026-02-22 01:30:00,573.0,8.8005,1,leg_gt,4.13,60 -7421,buy_compound_top3,buy,2026-02-22 01:33:00,570.0,9.3737,1,leg_gt,4.13,60 -7422,buy_compound_top3,buy,2026-02-22 06:06:00,571.0,9.182,1,leg_gt,3.94,60 -7423,buy_compound_top3,buy,2026-02-22 06:09:00,570.0,9.3737,1,leg_gt,3.94,60 -7424,buy_compound_top3,buy,2026-02-22 08:15:00,570.0,9.3737,1,leg_gt,3.85,60 -7425,buy_compound_top3,buy,2026-02-22 08:18:00,571.0,9.182,1,leg_gt,3.85,60 -7426,buy_compound_top3,buy,2026-02-22 08:21:00,570.0,9.3737,1,leg_gt,3.84,60 -7427,buy_compound_top3,buy,2026-02-22 08:24:00,570.0,9.3737,1,leg_gt,3.84,60 -7428,buy_compound_top3,buy,2026-02-22 08:27:00,570.0,9.3737,1,leg_gt,3.84,60 -7429,buy_compound_top3,buy,2026-02-22 08:30:00,570.0,9.3737,1,leg_gt,3.84,60 -7430,buy_compound_top3,buy,2026-02-22 08:33:00,570.0,9.3737,1,leg_gt,3.84,60 -7431,buy_compound_top3,buy,2026-02-22 08:36:00,569.0,9.5661,1,leg_gt,3.83,60 -7432,buy_compound_top3,buy,2026-02-22 08:39:00,570.0,9.3737,1,leg_gt,3.83,60 -7433,buy_compound_top3,buy,2026-02-22 08:42:00,570.0,9.3737,1,leg_gt,3.83,60 -7434,buy_compound_top3,buy,2026-02-22 08:45:00,569.0,9.5661,1,leg_gt,3.83,60 -7435,buy_compound_top3,buy,2026-02-22 08:48:00,569.0,9.5661,1,leg_gt,3.82,60 -7436,buy_compound_top3,buy,2026-02-22 09:00:00,569.0,9.5661,1,leg_gt,3.82,60 -7437,buy_compound_top3,buy,2026-02-22 09:03:00,568.0,9.7592,1,leg_gt,3.81,60 -7438,buy_compound_top3,buy,2026-02-22 09:15:00,567.0,9.9529,1,leg_gt,3.81,60 -7439,buy_compound_top3,buy,2026-02-22 09:18:00,567.0,9.9529,1,leg_gt,3.8,60 -7440,buy_compound_top3,buy,2026-02-22 09:21:00,567.0,9.9529,1,leg_gt,3.8,60 -7441,buy_compound_top3,buy,2026-02-22 09:24:00,567.0,9.9529,1,leg_gt,3.8,60 -7442,buy_compound_top3,buy,2026-02-22 09:27:00,566.0,10.1473,1,leg_gt,3.8,60 -7443,buy_compound_top3,buy,2026-02-22 09:30:00,566.0,10.1473,1,leg_gt,3.8,60 -7444,buy_compound_top3,buy,2026-02-22 09:33:00,566.0,10.1473,1,leg_gt,3.79,60 -7445,buy_compound_top3,buy,2026-02-22 09:42:00,565.0,10.3425,1,leg_gt,3.79,60 -7446,buy_compound_top3,buy,2026-02-22 11:21:00,565.0,10.3425,1,leg_gt,3.72,60 -7447,buy_compound_top3,buy,2026-02-22 11:24:00,564.0,10.5383,1,leg_gt,3.72,60 -7448,buy_compound_top3,buy,2026-02-22 11:27:00,564.0,10.5383,1,leg_gt,3.71,60 -7449,buy_compound_top3,buy,2026-02-22 11:45:00,562.0,10.932,1,leg_gt,3.7,60 -7450,buy_compound_top3,buy,2026-02-22 11:48:00,562.0,10.932,1,leg_gt,3.7,60 -7451,buy_compound_top3,buy,2026-02-22 11:51:00,561.0,11.1299,1,leg_gt,3.7,60 -7452,buy_compound_top3,buy,2026-02-22 11:54:00,562.0,10.932,1,leg_gt,3.7,60 -7453,buy_compound_top3,buy,2026-02-22 11:57:00,562.0,10.932,1,leg_gt,3.69,60 -7454,buy_compound_top3,buy,2026-02-22 12:21:00,560.0,11.3286,1,leg_gt,3.68,60 -7455,buy_compound_top3,buy,2026-02-22 12:24:00,561.0,11.1299,1,leg_gt,3.68,60 -7456,buy_compound_top3,buy,2026-02-22 17:36:00,561.0,11.1299,1,leg_gt,3.46,60 -7457,buy_compound_top3,buy,2026-02-22 17:39:00,561.0,11.1299,1,leg_gt,3.46,60 -7458,buy_compound_top3,buy,2026-02-22 17:42:00,562.0,10.932,1,leg_gt,3.45,60 -7459,buy_compound_top3,buy,2026-02-22 17:45:00,561.0,11.1299,1,leg_gt,3.45,60 -7460,buy_compound_top3,buy,2026-02-22 17:48:00,560.0,11.3286,1,leg_gt,3.45,60 -7461,buy_compound_top3,buy,2026-02-22 17:51:00,560.0,11.3286,1,leg_gt,3.45,60 -7462,buy_compound_top3,buy,2026-02-22 17:54:00,560.0,11.3286,1,leg_gt,3.45,60 -7463,buy_compound_top3,buy,2026-02-22 20:42:00,561.0,11.1299,1,leg_gt,3.33,60 -7464,buy_compound_top3,buy,2026-02-22 21:27:00,554.0,12.5354,1,leg_gt,3.3,60 -7465,buy_compound_top3,buy,2026-02-22 22:51:00,553.0,12.7391,1,leg_gt,3.24,60 -7466,buy_compound_top3,buy,2026-02-22 22:54:00,553.0,12.7391,1,leg_gt,3.24,60 -7467,buy_compound_top3,buy,2026-02-23 09:51:00,561.0,11.1299,1,leg_gt,2.78,60 -7468,buy_compound_top3,buy,2026-02-23 09:54:00,562.0,10.932,1,leg_gt,2.78,60 -7469,buy_compound_top3,buy,2026-02-23 10:30:00,538.0,15.8851,1,leg_gt,2.75,60 -7470,buy_compound_top3,buy,2026-02-23 10:33:00,539.0,15.6699,1,leg_gt,2.75,60 -7471,buy_compound_top3,buy,2026-02-23 13:45:00,538.0,15.8851,1,leg_gt,2.62,60 -7472,buy_compound_top3,buy,2026-02-23 13:48:00,539.0,15.6699,1,leg_gt,2.62,60 -7473,buy_compound_top3,buy,2026-02-23 23:36:00,568.0,9.7592,1,leg_gt,2.21,60 -7474,buy_compound_top3,buy,2026-02-23 23:39:00,564.0,10.5383,1,leg_gt,2.21,60 -7475,buy_compound_top3,buy,2026-02-23 23:42:00,562.0,10.932,1,leg_gt,2.2,60 -7476,buy_compound_top3,buy,2026-02-24 00:36:00,560.0,11.3286,1,leg_gt,2.17,60 -7477,buy_compound_top3,buy,2026-02-24 00:39:00,561.0,11.1299,1,leg_gt,2.16,60 -7478,buy_compound_top3,buy,2026-02-24 00:42:00,561.0,11.1299,1,leg_gt,2.16,60 -7479,buy_compound_top3,buy,2026-02-24 01:12:00,551.0,13.1486,1,leg_gt,2.14,60 -7480,buy_compound_top3,buy,2026-02-24 01:15:00,549.0,13.5612,1,leg_gt,2.14,60 -7481,buy_compound_top3,buy,2026-02-24 01:18:00,550.0,13.3545,1,leg_gt,2.14,60 -7482,buy_compound_top3,buy,2026-02-24 02:12:00,547.0,13.9768,1,leg_gt,2.1,60 -7483,buy_compound_top3,buy,2026-02-24 02:15:00,546.0,14.1857,1,leg_gt,2.1,60 -7484,buy_compound_top3,buy,2026-02-24 02:18:00,546.0,14.1857,1,leg_gt,2.1,60 -7485,buy_compound_top3,buy,2026-02-24 02:21:00,544.0,14.6059,1,leg_gt,2.09,60 -7486,buy_compound_top3,buy,2026-02-24 02:24:00,547.0,13.9768,1,leg_gt,2.09,60 -7487,buy_compound_top3,buy,2026-02-24 02:36:00,543.0,14.8171,1,leg_gt,2.08,60 -7488,buy_compound_top3,buy,2026-02-24 02:39:00,542.0,15.0292,1,leg_gt,2.08,60 -7489,buy_compound_top3,buy,2026-02-24 11:00:00,546.0,14.1857,1,leg_gt,1.73,60 -7490,buy_compound_top3,buy,2026-02-24 11:03:00,546.0,14.1857,1,leg_gt,1.73,60 -7491,buy_compound_top3,buy,2026-02-24 11:06:00,546.0,14.1857,1,leg_gt,1.73,60 -7492,buy_compound_top3,buy,2026-02-24 11:09:00,545.0,14.3954,1,leg_gt,1.73,60 -7493,buy_compound_top3,buy,2026-02-24 11:51:00,545.0,14.3954,1,leg_gt,1.7,60 -7494,buy_compound_top3,buy,2026-02-24 11:54:00,544.0,14.6059,1,leg_gt,1.7,60 -7495,buy_compound_top3,buy,2026-02-24 12:12:00,542.0,15.0292,1,leg_gt,1.68,60 -7496,buy_compound_top3,buy,2026-02-24 12:15:00,542.0,15.0292,1,leg_gt,1.68,60 -7497,buy_compound_top3,buy,2026-02-24 12:18:00,543.0,14.8171,1,leg_gt,1.68,60 -7498,buy_compound_top3,buy,2026-02-24 12:30:00,541.0,15.242,1,leg_gt,1.67,60 -7499,buy_compound_top3,buy,2026-02-24 12:33:00,542.0,15.0292,1,leg_gt,1.67,60 -7500,buy_compound_top3,buy,2026-02-24 14:21:00,538.0,15.8851,1,leg_gt,1.59,60 -7501,buy_compound_top3,buy,2026-02-24 14:24:00,538.0,15.8851,1,leg_gt,1.59,60 -7502,buy_compound_top3,buy,2026-02-24 14:27:00,539.0,15.6699,1,leg_gt,1.59,60 -7503,buy_compound_top3,buy,2026-02-25 09:12:00,550.0,13.3545,1,leg_gt,0.81,60 -7504,buy_compound_top3,buy,2026-02-25 09:15:00,549.0,13.5612,1,leg_gt,0.81,60 -7505,buy_compound_top3,buy,2026-02-25 09:18:00,548.0,13.7686,1,leg_gt,0.8,60 -7506,buy_compound_top3,buy,2026-02-25 14:12:00,563.0,10.7348,1,leg_gt,0.6,60 -7507,buy_compound_top3,buy,2026-02-25 14:21:00,562.0,10.932,1,leg_gt,0.59,60 -7508,buy_compound_top3,buy,2026-02-25 14:24:00,561.0,11.1299,1,leg_gt,0.59,60 -7509,buy_compound_top3,buy,2026-02-25 14:27:00,561.0,11.1299,1,leg_gt,0.59,60 -7510,buy_compound_top3,buy,2026-02-25 14:30:00,562.0,10.932,1,leg_gt,0.59,60 -7511,buy_compound_top3,buy,2026-02-25 14:33:00,561.0,11.1299,1,leg_gt,0.59,60 -7512,buy_compound_top3,buy,2026-02-25 21:42:00,579.0,7.672,1,leg_gt,0.29,60 -7513,buy_compound_top3,buy,2026-02-25 21:45:00,580.0,7.4862,1,leg_gt,0.29,60 -7514,buy_compound_top3,buy,2026-02-25 21:48:00,580.0,7.4862,1,leg_gt,0.28,60 -7515,buy_compound_top3,buy,2026-02-25 22:12:00,580.0,7.4862,1,leg_gt,0.27,60 -7516,buy_compound_top3,buy,2026-02-25 22:15:00,579.0,7.672,1,leg_gt,0.26,60 -7517,buy_compound_top3,buy,2026-02-25 22:18:00,579.0,7.672,1,leg_gt,0.26,60 -7518,buy_compound_top3,buy,2026-02-26 08:21:00,600.0,-1.6,0,leg_gt,3.14,60 -7519,buy_compound_top3,buy,2026-02-26 08:24:00,598.0,-1.2706,0,leg_gt,3.14,60 -7520,buy_compound_top3,buy,2026-02-26 08:27:00,599.0,-1.4356,0,leg_gt,3.14,60 -7521,buy_compound_top3,buy,2026-02-26 08:51:00,591.0,-0.1,0,leg_gt,3.12,60 -7522,buy_compound_top3,buy,2026-02-26 08:54:00,595.0,-0.7723,0,leg_gt,3.12,60 -7523,buy_compound_top3,buy,2026-02-26 09:51:00,589.0,0.2396,1,leg_gt,3.08,60 -7524,buy_compound_top3,buy,2026-02-26 09:54:00,589.0,0.2396,1,leg_gt,3.08,60 -7525,buy_compound_top3,buy,2026-02-26 11:00:00,589.0,0.2396,1,leg_gt,3.03,60 -7526,buy_compound_top3,buy,2026-02-26 11:03:00,587.0,0.5814,1,leg_gt,3.03,60 -7527,buy_compound_top3,buy,2026-02-26 14:27:00,588.0,0.4102,1,leg_gt,2.89,60 -7528,buy_compound_top3,buy,2026-02-26 20:15:00,585.0,0.9256,1,leg_gt,2.65,60 -7529,buy_compound_top3,buy,2026-02-26 20:18:00,583.0,1.2722,1,leg_gt,2.64,60 -7530,buy_compound_top3,buy,2026-02-26 20:21:00,583.0,1.2722,1,leg_gt,2.64,60 -7531,buy_compound_top3,buy,2026-02-26 20:24:00,584.0,1.0986,1,leg_gt,2.64,60 -7532,buy_compound_top3,buy,2026-02-26 20:45:00,582.0,1.4464,1,leg_gt,2.62,60 -7533,buy_compound_top3,buy,2026-02-26 20:48:00,581.0,1.6212,1,leg_gt,2.62,60 -7534,buy_compound_top3,buy,2026-02-26 20:57:00,582.0,1.4464,1,leg_gt,2.62,60 -7535,buy_compound_top3,buy,2026-02-27 01:12:00,576.0,2.5042,1,leg_gt,2.44,60 -7536,buy_compound_top3,buy,2026-02-27 01:42:00,572.0,3.2217,1,leg_gt,2.42,60 -7537,buy_compound_top3,buy,2026-02-27 01:45:00,570.0,3.5842,1,leg_gt,2.42,60 -7538,buy_compound_top3,buy,2026-02-27 01:48:00,567.0,4.1328,1,leg_gt,2.41,60 -7539,buy_compound_top3,buy,2026-02-27 19:30:00,582.0,1.4464,1,leg_gt,1.68,60 -7540,buy_compound_top3,buy,2026-02-27 19:33:00,584.0,1.0986,1,leg_gt,1.68,60 -7541,buy_compound_top3,buy,2026-02-27 19:57:00,579.0,1.9725,1,leg_gt,1.66,60 -7542,buy_compound_top3,buy,2026-02-28 01:51:00,570.0,3.5842,1,leg_gt,1.41,60 -7543,buy_compound_top3,buy,2026-02-28 01:54:00,570.0,3.5842,1,leg_gt,1.41,60 -7544,buy_compound_top3,buy,2026-02-28 01:57:00,570.0,3.5842,1,leg_gt,1.41,60 -7545,buy_compound_top3,buy,2026-02-28 02:00:00,570.0,3.5842,1,leg_gt,1.41,60 -7546,buy_compound_top3,buy,2026-02-28 02:03:00,571.0,3.4026,1,leg_gt,1.4,60 -7547,buy_compound_top3,buy,2026-02-28 02:12:00,569.0,3.7664,1,leg_gt,1.4,60 -7548,buy_compound_top3,buy,2026-02-28 02:27:00,568.0,3.9493,1,leg_gt,1.39,60 -7549,buy_compound_top3,buy,2026-02-28 02:30:00,567.0,4.1328,1,leg_gt,1.39,60 -7550,buy_compound_top3,buy,2026-02-28 02:33:00,569.0,3.7664,1,leg_gt,1.38,60 -7551,buy_compound_top3,buy,2026-02-28 04:21:00,569.0,3.7664,1,leg_gt,1.31,60 -7552,buy_compound_top3,buy,2026-02-28 04:24:00,569.0,3.7664,1,leg_gt,1.31,60 -7553,buy_compound_top3,buy,2026-02-28 04:27:00,569.0,3.7664,1,leg_gt,1.3,60 -7554,buy_compound_top3,buy,2026-02-28 11:00:00,566.0,4.317,1,leg_gt,1.03,60 -7555,buy_compound_top3,buy,2026-02-28 11:03:00,566.0,4.317,1,leg_gt,1.03,60 -7556,buy_compound_top3,buy,2026-02-28 12:42:00,567.0,4.1328,1,leg_gt,0.96,60 -7557,buy_compound_top3,buy,2026-02-28 13:06:00,566.0,4.317,1,leg_gt,0.94,60 -7558,buy_compound_top3,buy,2026-02-28 13:09:00,565.0,4.5018,1,leg_gt,0.94,60 -7559,buy_compound_top3,buy,2026-02-28 13:12:00,565.0,4.5018,1,leg_gt,0.94,60 -7560,buy_compound_top3,buy,2026-02-28 13:15:00,565.0,4.5018,1,leg_gt,0.94,60 -7561,buy_compound_top3,buy,2026-02-28 13:18:00,565.0,4.5018,1,leg_gt,0.94,60 -7562,buy_compound_top3,buy,2026-02-28 13:45:00,564.0,4.6872,1,leg_gt,0.92,60 -7563,buy_compound_top3,buy,2026-02-28 13:48:00,563.0,4.8734,1,leg_gt,0.91,60 -7564,buy_compound_top3,buy,2026-02-28 13:51:00,563.0,4.8734,1,leg_gt,0.91,60 -7565,buy_compound_top3,buy,2026-02-28 13:54:00,563.0,4.8734,1,leg_gt,0.91,60 -7566,buy_compound_top3,buy,2026-02-28 13:57:00,564.0,4.6872,1,leg_gt,0.91,60 -7567,buy_compound_top3,buy,2026-02-28 14:30:00,563.0,4.8734,1,leg_gt,0.89,60 -7568,buy_compound_top3,buy,2026-02-28 14:33:00,561.0,5.2476,1,leg_gt,0.88,60 -7569,buy_compound_top3,buy,2026-02-28 14:42:00,561.0,5.2476,1,leg_gt,0.88,60 -7570,buy_compound_top3,buy,2026-02-28 14:57:00,561.0,5.2476,1,leg_gt,0.87,60 -7571,buy_compound_top3,buy,2026-02-28 15:06:00,559.0,5.6245,1,leg_gt,0.86,60 -7572,buy_compound_top3,buy,2026-02-28 15:09:00,559.0,5.6245,1,leg_gt,0.86,60 -7573,buy_compound_top3,buy,2026-02-28 15:12:00,560.0,5.4357,1,leg_gt,0.86,60 -7574,buy_compound_top3,buy,2026-02-28 15:45:00,545.0,8.3404,1,leg_gt,0.83,60 -7575,buy_compound_top3,buy,2026-02-28 15:48:00,542.0,8.9406,1,leg_gt,0.83,60 -7576,buy_compound_top3,buy,2026-02-28 16:00:00,537.0,9.9559,1,leg_gt,0.82,60 -7577,buy_compound_top3,buy,2026-02-28 16:03:00,540.0,9.3444,1,leg_gt,0.82,60 -7578,buy_compound_top3,buy,2026-02-28 18:00:00,534.0,10.5742,1,leg_gt,0.74,60 -7579,buy_compound_top3,buy,2026-02-28 18:03:00,535.0,10.3673,1,leg_gt,0.74,60 -7580,buy_compound_top3,buy,2026-02-28 18:06:00,535.0,10.3673,1,leg_gt,0.74,60 -7581,buy_compound_top3,buy,2026-02-28 18:09:00,532.0,10.9902,1,leg_gt,0.73,60 -7582,buy_compound_top3,buy,2026-02-28 18:12:00,532.0,10.9902,1,leg_gt,0.73,60 -7583,buy_compound_top3,buy,2026-03-01 09:51:00,576.0,2.5042,1,leg_gt,0.08,60 -7584,buy_compound_top3,buy,2026-03-01 09:54:00,576.0,2.5042,1,leg_gt,0.08,60 -7585,buy_compound_top3,buy,2026-03-01 10:21:00,568.0,3.9493,1,leg_gt,0.06,60 -7586,buy_compound_top3,buy,2026-03-01 10:24:00,567.0,4.1328,1,leg_gt,0.06,60 -7587,buy_compound_top3,buy,2026-03-01 15:21:00,576.0,5.1083,1,leg_gt,1.49,60 -7588,buy_compound_top3,buy,2026-03-01 15:24:00,576.0,5.1083,1,leg_gt,1.49,60 -7589,buy_compound_top3,buy,2026-03-01 15:42:00,573.0,5.6592,1,leg_gt,1.48,60 -7590,buy_compound_top3,buy,2026-03-01 15:45:00,574.0,5.4749,1,leg_gt,1.47,60 -7591,buy_compound_top3,buy,2026-03-01 15:48:00,572.0,5.8441,1,leg_gt,1.47,60 -7592,buy_compound_top3,buy,2026-03-01 17:45:00,571.0,6.0296,1,leg_gt,1.39,60 -7593,buy_compound_top3,buy,2026-03-01 17:48:00,569.0,6.4026,1,leg_gt,1.39,60 -7594,buy_compound_top3,buy,2026-03-01 18:00:00,567.0,6.7783,1,leg_gt,1.38,60 -7595,buy_compound_top3,buy,2026-03-01 18:03:00,568.0,6.5901,1,leg_gt,1.38,60 -7596,buy_compound_top3,buy,2026-03-01 18:42:00,567.0,6.7783,1,leg_gt,1.35,60 -7597,buy_compound_top3,buy,2026-03-01 18:57:00,566.0,6.9671,1,leg_gt,1.34,60 -7598,buy_compound_top3,buy,2026-03-01 19:00:00,565.0,7.1566,1,leg_gt,1.34,60 -7599,buy_compound_top3,buy,2026-03-01 19:03:00,565.0,7.1566,1,leg_gt,1.34,60 -7600,buy_compound_top3,buy,2026-03-01 19:06:00,565.0,7.1566,1,leg_gt,1.33,60 -7601,buy_compound_top3,buy,2026-03-01 19:09:00,565.0,7.1566,1,leg_gt,1.33,60 -7602,buy_compound_top3,buy,2026-03-01 21:57:00,563.0,7.5377,1,leg_gt,1.21,60 -7603,buy_compound_top3,buy,2026-03-01 22:00:00,563.0,7.5377,1,leg_gt,1.21,60 -7604,buy_compound_top3,buy,2026-03-01 22:03:00,563.0,7.5377,1,leg_gt,1.21,60 -7605,buy_compound_top3,buy,2026-03-01 22:27:00,562.0,7.7292,1,leg_gt,1.19,60 -7606,buy_compound_top3,buy,2026-03-01 22:30:00,561.0,7.9214,1,leg_gt,1.19,60 -7607,buy_compound_top3,buy,2026-03-01 22:33:00,561.0,7.9214,1,leg_gt,1.19,60 -7608,buy_compound_top3,buy,2026-03-01 22:36:00,560.0,8.1143,1,leg_gt,1.19,60 -7609,buy_compound_top3,buy,2026-03-01 22:39:00,560.0,8.1143,1,leg_gt,1.19,60 -7610,buy_compound_top3,buy,2026-03-01 22:42:00,561.0,7.9214,1,leg_gt,1.18,60 -7611,buy_compound_top3,buy,2026-03-02 02:00:00,563.0,7.5377,1,leg_gt,1.05,60 -7612,buy_compound_top3,buy,2026-03-02 02:03:00,563.0,7.5377,1,leg_gt,1.04,60 -7613,buy_compound_top3,buy,2026-03-02 02:15:00,562.0,7.7292,1,leg_gt,1.04,60 -7614,buy_compound_top3,buy,2026-03-02 02:18:00,559.0,8.3079,1,leg_gt,1.03,60 -7615,buy_compound_top3,buy,2026-03-02 05:27:00,554.0,9.2863,1,leg_gt,0.9,60 -7616,buy_compound_top3,buy,2026-03-02 05:30:00,553.0,9.4841,1,leg_gt,0.9,60 -7617,buy_compound_top3,buy,2026-03-02 05:33:00,552.0,9.6826,1,leg_gt,0.9,60 -7618,buy_compound_top3,buy,2026-03-02 05:36:00,551.0,9.8819,1,leg_gt,0.9,60 -7619,buy_compound_top3,buy,2026-03-02 05:39:00,552.0,9.6826,1,leg_gt,0.89,60 -7620,buy_compound_top3,buy,2026-03-02 05:45:00,551.0,9.8819,1,leg_gt,0.89,60 -7621,buy_compound_top3,buy,2026-03-02 05:48:00,551.0,9.8819,1,leg_gt,0.89,60 -7622,buy_compound_top3,buy,2026-03-02 15:36:00,562.0,7.7292,1,leg_gt,0.48,60 -7623,buy_compound_top3,buy,2026-03-02 15:39:00,562.0,7.7292,1,leg_gt,0.48,60 -7624,buy_compound_top3,buy,2026-03-02 15:45:00,560.0,8.1143,1,leg_gt,0.47,60 -7625,buy_compound_top3,buy,2026-03-02 15:48:00,560.0,8.1143,1,leg_gt,0.47,60 -7626,buy_compound_top3,buy,2026-03-02 16:06:00,559.0,8.3079,1,leg_gt,0.46,60 -7627,buy_compound_top3,buy,2026-03-02 16:09:00,557.0,8.6971,1,leg_gt,0.46,60 -7628,buy_compound_top3,buy,2026-03-02 16:12:00,556.0,8.8928,1,leg_gt,0.45,60 -7629,buy_compound_top3,buy,2026-03-02 16:15:00,556.0,8.8928,1,leg_gt,0.45,60 -7630,buy_compound_top3,buy,2026-03-02 16:18:00,556.0,8.8928,1,leg_gt,0.45,60 -7631,buy_compound_top3,buy,2026-03-03 05:42:00,595.0,7.1269,1,leg_gt,1.8,60 -7632,buy_compound_top3,buy,2026-03-03 06:00:00,593.0,7.4885,1,leg_gt,1.79,60 -7633,buy_compound_top3,buy,2026-03-03 06:03:00,591.0,7.8526,1,leg_gt,1.79,60 -7634,buy_compound_top3,buy,2026-03-03 06:06:00,591.0,7.8526,1,leg_gt,1.78,60 -7635,buy_compound_top3,buy,2026-03-03 06:09:00,591.0,7.8526,1,leg_gt,1.78,60 -7636,buy_compound_top3,buy,2026-03-03 06:12:00,590.0,8.0356,1,leg_gt,1.78,60 -7637,buy_compound_top3,buy,2026-03-03 06:15:00,590.0,8.0356,1,leg_gt,1.78,60 -7638,buy_compound_top3,buy,2026-03-03 06:18:00,591.0,7.8526,1,leg_gt,1.78,60 -7639,buy_compound_top3,buy,2026-03-03 08:30:00,591.0,7.8526,1,leg_gt,1.68,60 -7640,buy_compound_top3,buy,2026-03-03 08:33:00,590.0,8.0356,1,leg_gt,1.68,60 -7641,buy_compound_top3,buy,2026-03-03 08:42:00,590.0,8.0356,1,leg_gt,1.68,60 -7642,buy_compound_top3,buy,2026-03-03 09:21:00,590.0,8.0356,1,leg_gt,1.65,60 -7643,buy_compound_top3,buy,2026-03-03 09:24:00,589.0,8.2192,1,leg_gt,1.65,60 -7644,buy_compound_top3,buy,2026-03-03 10:42:00,588.0,8.4034,1,leg_gt,1.59,60 -7645,buy_compound_top3,buy,2026-03-03 10:51:00,586.0,8.7737,1,leg_gt,1.59,60 -7646,buy_compound_top3,buy,2026-03-03 10:54:00,587.0,8.5882,1,leg_gt,1.58,60 -7647,buy_compound_top3,buy,2026-03-03 11:00:00,587.0,8.5882,1,leg_gt,1.58,60 -7648,buy_compound_top3,buy,2026-03-03 11:03:00,585.0,8.9598,1,leg_gt,1.58,60 -7649,buy_compound_top3,buy,2026-03-03 11:15:00,585.0,8.9598,1,leg_gt,1.57,60 -7650,buy_compound_top3,buy,2026-03-03 11:18:00,585.0,8.9598,1,leg_gt,1.57,60 -7651,buy_compound_top3,buy,2026-03-03 11:21:00,583.0,9.334,1,leg_gt,1.56,60 -7652,buy_compound_top3,buy,2026-03-03 11:24:00,583.0,9.334,1,leg_gt,1.56,60 -7653,buy_compound_top3,buy,2026-03-03 11:27:00,585.0,8.9598,1,leg_gt,1.56,60 -7654,buy_compound_top3,buy,2026-03-03 13:51:00,584.0,9.1466,1,leg_gt,1.46,60 -7655,buy_compound_top3,buy,2026-03-03 13:54:00,584.0,9.1466,1,leg_gt,1.46,60 -7656,buy_compound_top3,buy,2026-03-03 14:51:00,583.0,9.334,1,leg_gt,1.42,60 -7657,buy_compound_top3,buy,2026-03-03 14:54:00,584.0,9.1466,1,leg_gt,1.42,60 -7658,buy_compound_top3,buy,2026-03-03 18:00:00,578.0,10.2806,1,leg_gt,1.29,60 -7659,buy_compound_top3,buy,2026-03-03 18:03:00,580.0,9.9,1,leg_gt,1.29,60 -7660,buy_compound_top3,buy,2026-03-03 18:51:00,575.0,10.8565,1,leg_gt,1.25,60 -7661,buy_compound_top3,buy,2026-03-03 18:54:00,575.0,10.8565,1,leg_gt,1.25,60 -7662,buy_compound_top3,buy,2026-03-03 19:12:00,574.0,11.0498,1,leg_gt,1.24,60 -7663,buy_compound_top3,buy,2026-03-04 05:51:00,576.0,10.6639,1,leg_gt,0.79,60 -7664,buy_compound_top3,buy,2026-03-04 05:54:00,575.0,10.8565,1,leg_gt,0.79,60 -7665,buy_compound_top3,buy,2026-03-04 06:12:00,574.0,11.0498,1,leg_gt,0.78,60 -7666,buy_compound_top3,buy,2026-03-04 06:15:00,573.0,11.2438,1,leg_gt,0.78,60 -7667,buy_compound_top3,buy,2026-03-04 06:18:00,572.0,11.4385,1,leg_gt,0.78,60 -7668,buy_compound_top3,buy,2026-03-04 06:21:00,573.0,11.2438,1,leg_gt,0.77,60 -7669,buy_compound_top3,buy,2026-03-04 06:24:00,573.0,11.2438,1,leg_gt,0.77,60 -7670,buy_compound_top3,buy,2026-03-04 06:27:00,572.0,11.4385,1,leg_gt,0.77,60 -7671,buy_compound_top3,buy,2026-03-04 06:30:00,572.0,11.4385,1,leg_gt,0.77,60 -7672,buy_compound_top3,buy,2026-03-04 06:33:00,572.0,11.4385,1,leg_gt,0.76,60 -7673,buy_compound_top3,buy,2026-03-04 09:45:00,571.0,11.6338,1,leg_gt,0.63,60 -7674,buy_compound_top3,buy,2026-03-04 09:48:00,573.0,11.2438,1,leg_gt,0.63,60 -7675,buy_compound_top3,buy,2026-03-04 11:15:00,572.0,11.4385,1,leg_gt,0.57,60 -7676,buy_compound_top3,buy,2026-03-04 11:18:00,572.0,11.4385,1,leg_gt,0.57,60 -7677,buy_compound_top3,buy,2026-03-04 11:21:00,573.0,11.2438,1,leg_gt,0.56,60 -7678,buy_compound_top3,buy,2026-03-04 11:24:00,574.0,11.0498,1,leg_gt,0.56,60 -7679,buy_compound_top3,buy,2026-03-04 11:27:00,572.0,11.4385,1,leg_gt,0.56,60 -7680,buy_compound_top3,buy,2026-03-04 12:42:00,569.0,12.0265,1,leg_gt,0.51,60 -7681,buy_compound_top3,buy,2026-03-04 12:45:00,568.0,12.2239,1,leg_gt,0.51,60 -7682,buy_compound_top3,buy,2026-03-04 12:48:00,568.0,12.2239,1,leg_gt,0.5,60 -7683,buy_compound_top3,buy,2026-03-04 12:51:00,569.0,12.0265,1,leg_gt,0.5,60 -7684,buy_compound_top3,buy,2026-03-04 12:54:00,568.0,12.2239,1,leg_gt,0.5,60 -7685,buy_compound_top3,buy,2026-03-04 21:30:00,585.0,8.9598,1,leg_gt,0.14,60 -7686,buy_compound_top3,buy,2026-03-04 21:33:00,585.0,8.9598,1,leg_gt,0.14,60 -7687,buy_compound_top3,buy,2026-03-05 07:51:00,613.0,-3.5258,0,leg_gt,11.99,60 -7688,buy_compound_top3,buy,2026-03-05 07:54:00,612.0,-3.368,0,leg_gt,11.99,60 -7689,buy_compound_top3,buy,2026-03-05 08:00:00,610.0,-3.0508,0,leg_gt,11.99,60 -7690,buy_compound_top3,buy,2026-03-05 08:03:00,610.0,-3.0508,0,leg_gt,11.99,60 -7691,buy_compound_top3,buy,2026-03-05 08:06:00,610.0,-3.0508,0,leg_gt,11.98,60 -7692,buy_compound_top3,buy,2026-03-05 08:09:00,609.0,-2.8915,0,leg_gt,11.98,60 -7693,buy_compound_top3,buy,2026-03-05 08:12:00,611.0,-3.2097,0,leg_gt,11.98,60 -7694,buy_compound_top3,buy,2026-03-05 08:21:00,606.0,-2.4102,0,leg_gt,11.97,60 -7695,buy_compound_top3,buy,2026-03-05 08:24:00,605.0,-2.2488,0,leg_gt,11.97,60 -7696,buy_compound_top3,buy,2026-03-05 08:27:00,606.0,-2.4102,0,leg_gt,11.97,60 -7697,buy_compound_top3,buy,2026-03-05 09:12:00,607.0,-2.5712,0,leg_gt,11.94,60 -7698,buy_compound_top3,buy,2026-03-05 10:51:00,603.0,-1.9242,0,leg_gt,11.87,60 -7699,buy_compound_top3,buy,2026-03-05 10:54:00,603.0,-1.9242,0,leg_gt,11.87,60 -7700,buy_compound_top3,buy,2026-03-05 10:57:00,603.0,-1.9242,0,leg_gt,11.86,60 -7701,buy_compound_top3,buy,2026-03-05 11:42:00,602.0,-1.7611,0,leg_gt,11.83,60 -7702,buy_compound_top3,buy,2026-03-05 12:36:00,602.0,-1.7611,0,leg_gt,11.8,60 -7703,buy_compound_top3,buy,2026-03-05 12:39:00,602.0,-1.7611,0,leg_gt,11.79,60 -7704,buy_compound_top3,buy,2026-03-05 12:45:00,602.0,-1.7611,0,leg_gt,11.79,60 -7705,buy_compound_top3,buy,2026-03-05 12:48:00,602.0,-1.7611,0,leg_gt,11.79,60 -7706,buy_compound_top3,buy,2026-03-05 15:15:00,604.0,-2.0868,0,leg_gt,11.69,60 -7707,buy_compound_top3,buy,2026-03-05 15:18:00,603.0,-1.9242,0,leg_gt,11.68,60 -7708,buy_compound_top3,buy,2026-03-05 17:00:00,603.0,-1.9242,0,leg_gt,11.61,60 -7709,buy_compound_top3,buy,2026-03-05 17:03:00,603.0,-1.9242,0,leg_gt,11.61,60 -7710,buy_compound_top3,buy,2026-03-05 17:06:00,602.0,-1.7611,0,leg_gt,11.61,60 -7711,buy_compound_top3,buy,2026-03-05 17:09:00,603.0,-1.9242,0,leg_gt,11.61,60 -7712,buy_compound_top3,buy,2026-03-05 17:15:00,601.0,-1.5975,0,leg_gt,11.6,60 -7713,buy_compound_top3,buy,2026-03-05 17:18:00,602.0,-1.7611,0,leg_gt,11.6,60 -7714,buy_compound_top3,buy,2026-03-05 22:30:00,607.0,-2.5712,0,leg_gt,11.38,60 -7715,buy_compound_top3,buy,2026-03-05 22:33:00,605.0,-2.2488,0,leg_gt,11.38,60 -7716,buy_compound_top3,buy,2026-03-06 01:15:00,595.0,-0.6042,0,leg_gt,11.27,60 -7717,buy_compound_top3,buy,2026-03-06 01:18:00,597.0,-0.9375,0,leg_gt,11.27,60 -7718,buy_compound_top3,buy,2026-03-06 02:30:00,593.0,-0.2686,0,leg_gt,11.22,60 -7719,buy_compound_top3,buy,2026-03-06 02:33:00,592.0,-0.1,0,leg_gt,11.21,60 -7720,buy_compound_top3,buy,2026-03-06 02:36:00,593.0,-0.2686,0,leg_gt,11.21,60 -7721,buy_compound_top3,buy,2026-03-06 02:39:00,593.0,-0.2686,0,leg_gt,11.21,60 -7722,buy_compound_top3,buy,2026-03-06 03:00:00,592.0,-0.1,0,leg_gt,11.2,60 -7723,buy_compound_top3,buy,2026-03-06 03:03:00,592.0,-0.1,0,leg_gt,11.19,60 -7724,buy_compound_top3,buy,2026-03-06 08:42:00,599.0,-1.2686,0,leg_gt,10.96,60 -7725,buy_compound_top3,buy,2026-03-06 08:45:00,599.0,-1.2686,0,leg_gt,10.96,60 -7726,buy_compound_top3,buy,2026-03-06 08:48:00,598.0,-1.1033,0,leg_gt,10.95,60 -7727,buy_compound_top3,buy,2026-03-06 08:57:00,598.0,-1.1033,0,leg_gt,10.95,60 -7728,buy_compound_top3,buy,2026-03-06 10:06:00,598.0,-1.1033,0,leg_gt,10.9,60 -7729,buy_compound_top3,buy,2026-03-06 10:09:00,598.0,-1.1033,0,leg_gt,10.9,60 -7730,buy_compound_top3,buy,2026-03-06 10:21:00,597.0,-0.9375,0,leg_gt,10.89,60 -7731,buy_compound_top3,buy,2026-03-06 10:24:00,597.0,-0.9375,0,leg_gt,10.89,60 -7732,buy_compound_top3,buy,2026-03-06 14:00:00,594.0,-0.4367,0,leg_gt,10.74,60 -7733,buy_compound_top3,buy,2026-03-06 14:03:00,594.0,-0.4367,0,leg_gt,10.74,60 -7734,buy_compound_top3,buy,2026-03-06 14:36:00,592.0,-0.1,0,leg_gt,10.71,60 -7735,buy_compound_top3,buy,2026-03-06 14:39:00,593.0,-0.2686,0,leg_gt,10.71,60 -7736,buy_compound_top3,buy,2026-03-06 14:42:00,592.0,-0.1,0,leg_gt,10.71,60 -7737,buy_compound_top3,buy,2026-03-06 18:12:00,592.0,-0.1,0,leg_gt,10.56,60 -7738,buy_compound_top3,buy,2026-03-06 18:15:00,592.0,-0.1,0,leg_gt,10.56,60 -7739,buy_compound_top3,buy,2026-03-06 18:18:00,591.0,0.0692,1,leg_gt,10.56,60 -7740,buy_compound_top3,buy,2026-03-06 18:21:00,591.0,0.0692,1,leg_gt,10.56,60 -7741,buy_compound_top3,buy,2026-03-06 18:24:00,591.0,0.0692,1,leg_gt,10.55,60 -7742,buy_compound_top3,buy,2026-03-06 18:27:00,590.0,0.239,1,leg_gt,10.55,60 -7743,buy_compound_top3,buy,2026-03-06 18:30:00,590.0,0.239,1,leg_gt,10.55,60 -7744,buy_compound_top3,buy,2026-03-06 18:33:00,590.0,0.239,1,leg_gt,10.55,60 -7745,buy_compound_top3,buy,2026-03-06 20:42:00,589.0,0.4093,1,leg_gt,10.46,60 -7746,buy_compound_top3,buy,2026-03-06 20:45:00,588.0,0.5803,1,leg_gt,10.46,60 -7747,buy_compound_top3,buy,2026-03-06 20:48:00,587.0,0.7518,1,leg_gt,10.45,60 -7748,buy_compound_top3,buy,2026-03-06 20:51:00,588.0,0.5803,1,leg_gt,10.45,60 -7749,buy_compound_top3,buy,2026-03-06 20:54:00,588.0,0.5803,1,leg_gt,10.45,60 -7750,buy_compound_top3,buy,2026-03-06 21:00:00,588.0,0.5803,1,leg_gt,10.45,60 -7751,buy_compound_top3,buy,2026-03-06 21:03:00,588.0,0.5803,1,leg_gt,10.44,60 -7752,buy_compound_top3,buy,2026-03-06 21:06:00,588.0,0.5803,1,leg_gt,10.44,60 -7753,buy_compound_top3,buy,2026-03-06 21:09:00,586.0,0.9239,1,leg_gt,10.44,60 -7754,buy_compound_top3,buy,2026-03-06 21:42:00,587.0,0.7518,1,leg_gt,10.42,60 -7755,buy_compound_top3,buy,2026-03-06 23:30:00,578.0,2.3221,1,leg_gt,10.34,60 -7756,buy_compound_top3,buy,2026-03-06 23:33:00,575.0,2.8565,1,leg_gt,10.34,60 -7757,buy_compound_top3,buy,2026-03-06 23:36:00,573.0,3.2159,1,leg_gt,10.34,60 -7758,buy_compound_top3,buy,2026-03-06 23:39:00,574.0,3.0359,1,leg_gt,10.34,60 -7759,buy_compound_top3,buy,2026-03-06 23:42:00,574.0,3.0359,1,leg_gt,10.33,60 -7760,buy_compound_top3,buy,2026-03-06 23:45:00,575.0,2.8565,1,leg_gt,10.33,60 -7761,buy_compound_top3,buy,2026-03-06 23:48:00,572.0,3.3965,1,leg_gt,10.33,60 -7762,buy_compound_top3,buy,2026-03-06 23:51:00,572.0,3.3965,1,leg_gt,10.33,60 -7763,buy_compound_top3,buy,2026-03-06 23:54:00,573.0,3.2159,1,leg_gt,10.32,60 -7764,buy_compound_top3,buy,2026-03-07 00:45:00,571.0,3.5778,1,leg_gt,10.29,60 -7765,buy_compound_top3,buy,2026-03-07 00:48:00,568.0,4.1254,1,leg_gt,10.29,60 -7766,buy_compound_top3,buy,2026-03-07 01:00:00,568.0,4.1254,1,leg_gt,10.28,60 -7767,buy_compound_top3,buy,2026-03-07 01:03:00,566.0,4.4936,1,leg_gt,10.28,60 -7768,buy_compound_top3,buy,2026-03-07 01:06:00,568.0,4.1254,1,leg_gt,10.28,60 -7769,buy_compound_top3,buy,2026-03-07 01:09:00,568.0,4.1254,1,leg_gt,10.27,60 -7770,buy_compound_top3,buy,2026-03-07 01:12:00,567.0,4.3092,1,leg_gt,10.27,60 -7771,buy_compound_top3,buy,2026-03-07 02:45:00,565.0,4.6788,1,leg_gt,10.21,60 -7772,buy_compound_top3,buy,2026-03-07 02:48:00,566.0,4.4936,1,leg_gt,10.2,60 -7773,buy_compound_top3,buy,2026-03-07 10:30:00,573.0,3.2159,1,leg_gt,9.88,60 -7774,buy_compound_top3,buy,2026-03-07 10:33:00,573.0,3.2159,1,leg_gt,9.88,60 -7775,buy_compound_top3,buy,2026-03-07 11:30:00,573.0,3.2159,1,leg_gt,9.84,60 -7776,buy_compound_top3,buy,2026-03-07 11:33:00,573.0,3.2159,1,leg_gt,9.84,60 -7777,buy_compound_top3,buy,2026-03-07 11:36:00,572.0,3.3965,1,leg_gt,9.84,60 -7778,buy_compound_top3,buy,2026-03-07 11:39:00,573.0,3.2159,1,leg_gt,9.84,60 -7779,buy_compound_top3,buy,2026-03-07 11:42:00,573.0,3.2159,1,leg_gt,9.83,60 -7780,buy_compound_top3,buy,2026-03-07 13:15:00,571.0,3.5778,1,leg_gt,9.77,60 -7781,buy_compound_top3,buy,2026-03-07 15:36:00,571.0,3.5778,1,leg_gt,9.67,60 -7782,buy_compound_top3,buy,2026-03-07 15:39:00,571.0,3.5778,1,leg_gt,9.67,60 -7783,buy_compound_top3,buy,2026-03-07 15:42:00,571.0,3.5778,1,leg_gt,9.67,60 -7784,buy_compound_top3,buy,2026-03-07 15:45:00,571.0,3.5778,1,leg_gt,9.66,60 -7785,buy_compound_top3,buy,2026-03-07 15:48:00,571.0,3.5778,1,leg_gt,9.66,60 -7786,buy_compound_top3,buy,2026-03-07 15:51:00,570.0,3.7596,1,leg_gt,9.66,60 -7787,buy_compound_top3,buy,2026-03-07 15:54:00,569.0,3.9422,1,leg_gt,9.66,60 -7788,buy_compound_top3,buy,2026-03-07 16:00:00,570.0,3.7596,1,leg_gt,9.65,60 -7789,buy_compound_top3,buy,2026-03-07 16:03:00,569.0,3.9422,1,leg_gt,9.65,60 -7790,buy_compound_top3,buy,2026-03-07 16:06:00,569.0,3.9422,1,leg_gt,9.65,60 -7791,buy_compound_top3,buy,2026-03-07 16:09:00,568.0,4.1254,1,leg_gt,9.65,60 -7792,buy_compound_top3,buy,2026-03-07 22:00:00,569.0,3.9422,1,leg_gt,9.4,60 -7793,buy_compound_top3,buy,2026-03-07 22:03:00,569.0,3.9422,1,leg_gt,9.4,60 -7794,buy_compound_top3,buy,2026-03-07 22:06:00,570.0,3.7596,1,leg_gt,9.4,60 -7795,buy_compound_top3,buy,2026-03-07 22:09:00,569.0,3.9422,1,leg_gt,9.4,60 -7796,buy_compound_top3,buy,2026-03-07 22:12:00,568.0,4.1254,1,leg_gt,9.4,60 -7797,buy_compound_top3,buy,2026-03-07 22:27:00,568.0,4.1254,1,leg_gt,9.39,60 -7798,buy_compound_top3,buy,2026-03-07 23:15:00,567.0,4.3092,1,leg_gt,9.35,60 -7799,buy_compound_top3,buy,2026-03-07 23:18:00,567.0,4.3092,1,leg_gt,9.35,60 -7800,buy_compound_top3,buy,2026-03-07 23:27:00,568.0,4.1254,1,leg_gt,9.34,60 -7801,buy_compound_top3,buy,2026-03-08 00:51:00,564.0,4.8645,1,leg_gt,9.29,60 -7802,buy_compound_top3,buy,2026-03-08 00:54:00,564.0,4.8645,1,leg_gt,9.28,60 -7803,buy_compound_top3,buy,2026-03-08 04:30:00,561.0,5.4258,1,leg_gt,9.13,60 -7804,buy_compound_top3,buy,2026-03-08 04:33:00,560.0,5.6143,1,leg_gt,9.13,60 -7805,buy_compound_top3,buy,2026-03-08 04:36:00,561.0,5.4258,1,leg_gt,9.13,60 -7806,buy_compound_top3,buy,2026-03-08 04:39:00,561.0,5.4258,1,leg_gt,9.13,60 -7807,buy_compound_top3,buy,2026-03-08 07:45:00,556.0,6.3748,1,leg_gt,9.0,60 -7808,buy_compound_top3,buy,2026-03-08 07:48:00,557.0,6.1837,1,leg_gt,9.0,60 -7809,buy_compound_top3,buy,2026-03-08 11:15:00,556.0,6.3748,1,leg_gt,8.85,60 -7810,buy_compound_top3,buy,2026-03-08 11:18:00,556.0,6.3748,1,leg_gt,8.85,60 -7811,buy_compound_top3,buy,2026-03-08 11:27:00,556.0,6.3748,1,leg_gt,8.84,60 -7812,buy_compound_top3,buy,2026-03-08 11:36:00,555.0,6.5667,1,leg_gt,8.84,60 -7813,buy_compound_top3,buy,2026-03-08 11:39:00,556.0,6.3748,1,leg_gt,8.84,60 -7814,buy_compound_top3,buy,2026-03-08 12:12:00,551.0,7.341,1,leg_gt,8.81,60 -7815,buy_compound_top3,buy,2026-03-08 13:42:00,551.0,7.341,1,leg_gt,8.75,60 -7816,buy_compound_top3,buy,2026-03-08 22:15:00,550.0,7.5364,1,leg_gt,8.39,60 -7817,buy_compound_top3,buy,2026-03-08 22:18:00,550.0,7.5364,1,leg_gt,8.39,60 -7818,buy_compound_top3,buy,2026-03-08 22:27:00,550.0,7.5364,1,leg_gt,8.39,60 -7819,buy_compound_top3,buy,2026-03-08 22:30:00,550.0,7.5364,1,leg_gt,8.38,60 -7820,buy_compound_top3,buy,2026-03-08 22:33:00,549.0,7.7324,1,leg_gt,8.38,60 -7821,buy_compound_top3,buy,2026-03-08 23:42:00,547.0,8.1267,1,leg_gt,8.33,60 -7822,buy_compound_top3,buy,2026-03-09 00:06:00,547.0,8.1267,1,leg_gt,8.32,60 -7823,buy_compound_top3,buy,2026-03-09 00:09:00,547.0,8.1267,1,leg_gt,8.31,60 -7824,buy_compound_top3,buy,2026-03-09 00:12:00,547.0,8.1267,1,leg_gt,8.31,60 -7825,buy_compound_top3,buy,2026-03-09 00:15:00,546.0,8.3249,1,leg_gt,8.31,60 -7826,buy_compound_top3,buy,2026-03-09 00:18:00,546.0,8.3249,1,leg_gt,8.31,60 -7827,buy_compound_top3,buy,2026-03-09 00:21:00,546.0,8.3249,1,leg_gt,8.31,60 -7828,buy_compound_top3,buy,2026-03-09 00:24:00,546.0,8.3249,1,leg_gt,8.3,60 -7829,buy_compound_top3,buy,2026-03-09 00:27:00,545.0,8.5239,1,leg_gt,8.3,60 -7830,buy_compound_top3,buy,2026-03-09 00:36:00,544.0,8.7235,1,leg_gt,8.3,60 -7831,buy_compound_top3,buy,2026-03-09 00:39:00,545.0,8.5239,1,leg_gt,8.29,60 -7832,buy_compound_top3,buy,2026-03-09 00:42:00,544.0,8.7235,1,leg_gt,8.29,60 -7833,buy_compound_top3,buy,2026-03-09 00:45:00,543.0,8.9239,1,leg_gt,8.29,60 -7834,buy_compound_top3,buy,2026-03-09 00:48:00,544.0,8.7235,1,leg_gt,8.29,60 -7835,buy_compound_top3,buy,2026-03-09 00:51:00,542.0,9.1251,1,leg_gt,8.29,60 -7836,buy_compound_top3,buy,2026-03-09 00:54:00,542.0,9.1251,1,leg_gt,8.28,60 -7837,buy_compound_top3,buy,2026-03-09 00:57:00,544.0,8.7235,1,leg_gt,8.28,60 -7838,buy_compound_top3,buy,2026-03-09 01:45:00,542.0,9.1251,1,leg_gt,8.25,60 -7839,buy_compound_top3,buy,2026-03-09 01:48:00,542.0,9.1251,1,leg_gt,8.25,60 -7840,buy_compound_top3,buy,2026-03-09 01:51:00,542.0,9.1251,1,leg_gt,8.24,60 -7841,buy_compound_top3,buy,2026-03-09 01:54:00,542.0,9.1251,1,leg_gt,8.24,60 -7842,buy_compound_top3,buy,2026-03-09 02:36:00,538.0,9.9372,1,leg_gt,8.21,60 -7843,buy_compound_top3,buy,2026-03-09 02:39:00,537.0,10.1421,1,leg_gt,8.21,60 -7844,buy_compound_top3,buy,2026-03-09 02:42:00,538.0,9.9372,1,leg_gt,8.21,60 -7845,buy_compound_top3,buy,2026-03-09 02:45:00,537.0,10.1421,1,leg_gt,8.21,60 -7846,buy_compound_top3,buy,2026-03-09 02:48:00,535.0,10.5542,1,leg_gt,8.2,60 -7847,buy_compound_top3,buy,2026-03-09 07:12:00,536.0,10.3478,1,leg_gt,8.02,60 -7848,buy_compound_top3,buy,2026-03-09 07:15:00,536.0,10.3478,1,leg_gt,8.02,60 -7849,buy_compound_top3,buy,2026-03-09 07:18:00,536.0,10.3478,1,leg_gt,8.02,60 -7850,buy_compound_top3,buy,2026-03-09 07:21:00,533.0,10.9694,1,leg_gt,8.01,60 -7851,buy_compound_top3,buy,2026-03-09 07:24:00,532.0,11.1782,1,leg_gt,8.01,60 -7852,buy_compound_top3,buy,2026-03-09 16:00:00,539.0,9.733,1,leg_gt,7.65,60 -7853,buy_compound_top3,buy,2026-03-09 16:03:00,538.0,9.9372,1,leg_gt,7.65,60 -7854,buy_compound_top3,buy,2026-03-09 16:06:00,537.0,10.1421,1,leg_gt,7.65,60 -7855,buy_compound_top3,buy,2026-03-09 16:09:00,538.0,9.9372,1,leg_gt,7.65,60 -7856,buy_compound_top3,buy,2026-03-09 16:12:00,539.0,9.733,1,leg_gt,7.65,60 -7857,buy_compound_top3,buy,2026-03-09 16:15:00,537.0,10.1421,1,leg_gt,7.64,60 -7858,buy_compound_top3,buy,2026-03-09 16:18:00,536.0,10.3478,1,leg_gt,7.64,60 -7859,buy_compound_top3,buy,2026-03-09 16:21:00,537.0,10.1421,1,leg_gt,7.64,60 -7860,buy_compound_top3,buy,2026-03-09 16:24:00,538.0,9.9372,1,leg_gt,7.64,60 -7861,buy_compound_top3,buy,2026-03-09 19:51:00,537.0,10.1421,1,leg_gt,7.49,60 -7862,buy_compound_top3,buy,2026-03-09 19:54:00,537.0,10.1421,1,leg_gt,7.49,60 -7863,buy_compound_top3,buy,2026-03-09 20:21:00,537.0,10.1421,1,leg_gt,7.47,60 -7864,buy_compound_top3,buy,2026-03-09 20:24:00,537.0,10.1421,1,leg_gt,7.47,60 -7865,buy_compound_top3,buy,2026-03-09 20:27:00,535.0,10.5542,1,leg_gt,7.47,60 -7866,buy_compound_top3,buy,2026-03-10 00:27:00,538.0,9.9372,1,leg_gt,7.3,60 -7867,buy_compound_top3,buy,2026-03-10 00:30:00,538.0,9.9372,1,leg_gt,7.3,60 -7868,buy_compound_top3,buy,2026-03-10 00:33:00,537.0,10.1421,1,leg_gt,7.3,60 -7869,buy_compound_top3,buy,2026-03-10 03:15:00,533.0,10.9694,1,leg_gt,7.19,60 -7870,buy_compound_top3,buy,2026-03-10 03:18:00,533.0,10.9694,1,leg_gt,7.18,60 -7871,buy_compound_top3,buy,2026-03-10 03:36:00,532.0,11.1782,1,leg_gt,7.17,60 -7872,buy_compound_top3,buy,2026-03-10 03:39:00,532.0,11.1782,1,leg_gt,7.17,60 -7873,buy_compound_top3,buy,2026-03-10 03:51:00,532.0,11.1782,1,leg_gt,7.16,60 -7874,buy_compound_top3,buy,2026-03-10 03:54:00,532.0,11.1782,1,leg_gt,7.16,60 -7875,buy_compound_top3,buy,2026-03-10 04:15:00,530.0,11.5981,1,leg_gt,7.14,60 -7876,buy_compound_top3,buy,2026-03-10 04:18:00,530.0,11.5981,1,leg_gt,7.14,60 -7877,buy_compound_top3,buy,2026-03-10 07:45:00,534.0,10.7614,1,leg_gt,7.0,60 -7878,buy_compound_top3,buy,2026-03-10 07:48:00,533.0,10.9694,1,leg_gt,7.0,60 -7879,buy_compound_top3,buy,2026-03-10 07:51:00,533.0,10.9694,1,leg_gt,6.99,60 -7880,buy_compound_top3,buy,2026-03-10 07:54:00,531.0,11.3878,1,leg_gt,6.99,60 -7881,buy_compound_top3,buy,2026-03-10 08:00:00,532.0,11.1782,1,leg_gt,6.99,60 -7882,buy_compound_top3,buy,2026-03-10 08:03:00,533.0,10.9694,1,leg_gt,6.99,60 -7883,buy_compound_top3,buy,2026-03-10 21:30:00,548.0,7.9292,1,leg_gt,6.42,60 -7884,buy_compound_top3,buy,2026-03-10 21:33:00,545.0,8.5239,1,leg_gt,6.42,60 -7885,buy_compound_top3,buy,2026-03-10 21:51:00,545.0,8.5239,1,leg_gt,6.41,60 -7886,buy_compound_top3,buy,2026-03-10 21:54:00,546.0,8.3249,1,leg_gt,6.41,60 -7887,buy_compound_top3,buy,2026-03-10 22:45:00,541.0,9.327,1,leg_gt,6.37,60 -7888,buy_compound_top3,buy,2026-03-10 22:48:00,542.0,9.1251,1,leg_gt,6.37,60 -7889,buy_compound_top3,buy,2026-03-10 23:00:00,540.0,9.5296,1,leg_gt,6.36,60 -7890,buy_compound_top3,buy,2026-03-10 23:03:00,540.0,9.5296,1,leg_gt,6.36,60 -7891,buy_compound_top3,buy,2026-03-10 23:06:00,541.0,9.327,1,leg_gt,6.36,60 -7892,buy_compound_top3,buy,2026-03-10 23:09:00,538.0,9.9372,1,leg_gt,6.36,60 -7893,buy_compound_top3,buy,2026-03-10 23:27:00,536.0,10.3478,1,leg_gt,6.34,60 -7894,buy_compound_top3,buy,2026-03-11 00:15:00,534.0,10.7614,1,leg_gt,6.31,60 -7895,buy_compound_top3,buy,2026-03-11 00:18:00,534.0,10.7614,1,leg_gt,6.31,60 -7896,buy_compound_top3,buy,2026-03-11 00:21:00,533.0,10.9694,1,leg_gt,6.31,60 -7897,buy_compound_top3,buy,2026-03-11 00:24:00,532.0,11.1782,1,leg_gt,6.3,60 -7898,buy_compound_top3,buy,2026-03-11 00:27:00,531.0,11.3878,1,leg_gt,6.3,60 -7899,buy_compound_top3,buy,2026-03-11 00:30:00,532.0,11.1782,1,leg_gt,6.3,60 -7900,buy_compound_top3,buy,2026-03-11 00:33:00,533.0,10.9694,1,leg_gt,6.3,60 -7901,buy_compound_top3,buy,2026-03-11 03:36:00,531.0,11.3878,1,leg_gt,6.17,60 -7902,buy_compound_top3,buy,2026-03-11 03:39:00,531.0,11.3878,1,leg_gt,6.17,60 -7903,buy_compound_top3,buy,2026-03-11 03:42:00,530.0,11.5981,1,leg_gt,6.17,60 -7904,buy_compound_top3,buy,2026-03-11 03:45:00,529.0,11.8093,1,leg_gt,6.16,60 -7905,buy_compound_top3,buy,2026-03-11 03:48:00,530.0,11.5981,1,leg_gt,6.16,60 -7906,buy_compound_top3,buy,2026-03-11 03:57:00,525.0,12.6619,1,leg_gt,6.16,60 -7907,buy_compound_top3,buy,2026-03-11 04:06:00,525.0,12.6619,1,leg_gt,6.15,60 -7908,buy_compound_top3,buy,2026-03-11 04:09:00,525.0,12.6619,1,leg_gt,6.15,60 -7909,buy_compound_top3,buy,2026-03-11 04:12:00,523.0,13.0931,1,leg_gt,6.15,60 -7910,buy_compound_top3,buy,2026-03-11 04:21:00,523.0,13.0931,1,leg_gt,6.14,60 -7911,buy_compound_top3,buy,2026-03-11 04:24:00,524.0,12.8771,1,leg_gt,6.14,60 -7912,buy_compound_top3,buy,2026-03-11 04:27:00,521.0,13.5276,1,leg_gt,6.14,60 -7913,buy_compound_top3,buy,2026-03-11 04:30:00,521.0,13.5276,1,leg_gt,6.13,60 -7914,buy_compound_top3,buy,2026-03-11 04:33:00,521.0,13.5276,1,leg_gt,6.13,60 -7915,buy_compound_top3,buy,2026-03-11 07:00:00,518.0,14.1857,1,leg_gt,6.03,60 -7916,buy_compound_top3,buy,2026-03-11 07:03:00,518.0,14.1857,1,leg_gt,6.03,60 -7917,buy_compound_top3,buy,2026-03-11 13:06:00,521.0,13.5276,1,leg_gt,5.78,60 -7918,buy_compound_top3,buy,2026-03-11 13:09:00,520.0,13.7462,1,leg_gt,5.77,60 -7919,buy_compound_top3,buy,2026-03-11 13:12:00,518.0,14.1857,1,leg_gt,5.77,60 -7920,buy_compound_top3,buy,2026-03-11 13:15:00,520.0,13.7462,1,leg_gt,5.77,60 -7921,buy_compound_top3,buy,2026-03-11 13:18:00,519.0,13.9655,1,leg_gt,5.77,60 -7922,buy_compound_top3,buy,2026-03-11 14:36:00,519.0,13.9655,1,leg_gt,5.71,60 -7923,buy_compound_top3,buy,2026-03-11 14:39:00,519.0,13.9655,1,leg_gt,5.71,60 -7924,buy_compound_top3,buy,2026-03-11 14:45:00,518.0,14.1857,1,leg_gt,5.71,60 -7925,buy_compound_top3,buy,2026-03-11 14:48:00,518.0,14.1857,1,leg_gt,5.7,60 -7926,buy_compound_top3,buy,2026-03-11 14:51:00,519.0,13.9655,1,leg_gt,5.7,60 -7927,buy_compound_top3,buy,2026-03-11 14:54:00,519.0,13.9655,1,leg_gt,5.7,60 -7928,buy_compound_top3,buy,2026-03-11 14:57:00,518.0,14.1857,1,leg_gt,5.7,60 -7929,buy_compound_top3,buy,2026-03-11 16:57:00,516.0,14.6287,1,leg_gt,5.61,60 -7930,buy_compound_top3,buy,2026-03-11 17:00:00,516.0,14.6287,1,leg_gt,5.61,60 -7931,buy_compound_top3,buy,2026-03-11 17:03:00,516.0,14.6287,1,leg_gt,5.61,60 -7932,buy_compound_top3,buy,2026-03-12 00:30:00,522.0,13.31,1,leg_gt,5.3,60 -7933,buy_compound_top3,buy,2026-03-12 00:33:00,519.0,13.9655,1,leg_gt,5.3,60 -7934,buy_compound_top3,buy,2026-03-12 00:45:00,520.0,13.7462,1,leg_gt,5.29,60 -7935,buy_compound_top3,buy,2026-03-12 00:48:00,521.0,13.5276,1,leg_gt,5.29,60 -7936,buy_compound_top3,buy,2026-03-12 05:51:00,522.0,13.31,1,leg_gt,5.08,60 -7937,buy_compound_top3,buy,2026-03-12 05:54:00,522.0,13.31,1,leg_gt,5.08,60 -7938,buy_compound_top3,buy,2026-03-12 07:27:00,521.0,13.5276,1,leg_gt,5.01,60 -7939,buy_compound_top3,buy,2026-03-12 07:45:00,520.0,13.7462,1,leg_gt,5.0,60 -7940,buy_compound_top3,buy,2026-03-12 07:48:00,521.0,13.5276,1,leg_gt,5.0,60 -7941,buy_compound_top3,buy,2026-03-12 10:15:00,519.0,13.9655,1,leg_gt,4.89,60 -7942,buy_compound_top3,buy,2026-03-12 10:18:00,519.0,13.9655,1,leg_gt,4.89,60 -7943,buy_compound_top3,buy,2026-03-12 10:21:00,520.0,13.7462,1,leg_gt,4.89,60 -7944,buy_compound_top3,buy,2026-03-12 10:24:00,518.0,14.1857,1,leg_gt,4.89,60 -7945,buy_compound_top3,buy,2026-03-12 10:27:00,518.0,14.1857,1,leg_gt,4.89,60 -7946,buy_compound_top3,buy,2026-03-12 10:36:00,517.0,14.4068,1,leg_gt,4.88,60 -7947,buy_compound_top3,buy,2026-03-12 10:39:00,518.0,14.1857,1,leg_gt,4.88,60 -7948,buy_compound_top3,buy,2026-03-12 11:27:00,517.0,14.4068,1,leg_gt,4.84,60 -7949,buy_compound_top3,buy,2026-03-12 11:51:00,516.0,14.6287,1,leg_gt,4.83,60 -7950,buy_compound_top3,buy,2026-03-12 11:54:00,516.0,14.6287,1,leg_gt,4.82,60 -7951,buy_compound_top3,buy,2026-03-12 11:57:00,516.0,14.6287,1,leg_gt,4.82,60 -7952,buy_compound_top3,buy,2026-03-12 12:57:00,513.0,15.2996,1,leg_gt,4.78,60 -7953,buy_compound_top3,buy,2026-03-12 13:00:00,513.0,15.2996,1,leg_gt,4.78,60 -7954,buy_compound_top3,buy,2026-03-12 13:03:00,514.0,15.0751,1,leg_gt,4.78,60 -7955,buy_compound_top3,buy,2026-03-12 23:21:00,518.0,14.1857,1,leg_gt,4.35,60 -7956,buy_compound_top3,buy,2026-03-12 23:24:00,517.0,14.4068,1,leg_gt,4.35,60 -7957,buy_compound_top3,buy,2026-03-12 23:27:00,516.0,14.6287,1,leg_gt,4.34,60 -7958,buy_compound_top3,buy,2026-03-12 23:30:00,514.0,15.0751,1,leg_gt,4.34,60 -7959,buy_compound_top3,buy,2026-03-12 23:33:00,513.0,15.2996,1,leg_gt,4.34,60 -7960,buy_compound_top3,buy,2026-03-12 23:36:00,514.0,15.0751,1,leg_gt,4.34,60 -7961,buy_compound_top3,buy,2026-03-12 23:39:00,511.0,15.7513,1,leg_gt,4.34,60 -7962,buy_compound_top3,buy,2026-03-12 23:42:00,510.0,15.9784,1,leg_gt,4.33,60 -7963,buy_compound_top3,buy,2026-03-12 23:45:00,513.0,15.2996,1,leg_gt,4.33,60 -7964,buy_compound_top3,buy,2026-03-12 23:48:00,513.0,15.2996,1,leg_gt,4.33,60 -7965,buy_compound_top3,buy,2026-03-12 23:51:00,512.0,15.525,1,leg_gt,4.33,60 -7966,buy_compound_top3,buy,2026-03-12 23:54:00,512.0,15.525,1,leg_gt,4.32,60 -7967,buy_compound_top3,buy,2026-03-14 00:00:00,538.0,9.9372,1,leg_gt,3.32,60 -7968,buy_compound_top3,buy,2026-03-14 00:03:00,538.0,9.9372,1,leg_gt,3.32,60 -7969,buy_compound_top3,buy,2026-03-14 02:57:00,531.0,11.3878,1,leg_gt,3.2,60 -7970,buy_compound_top3,buy,2026-03-14 07:30:00,523.0,13.0931,1,leg_gt,3.01,60 -7971,buy_compound_top3,buy,2026-03-14 07:33:00,522.0,13.31,1,leg_gt,3.01,60 -7972,buy_compound_top3,buy,2026-03-14 07:36:00,523.0,13.0931,1,leg_gt,3.0,60 -7973,buy_compound_top3,buy,2026-03-14 07:39:00,523.0,13.0931,1,leg_gt,3.0,60 -7974,buy_compound_top3,buy,2026-03-14 14:51:00,527.0,12.234,1,leg_gt,2.7,60 -7975,buy_compound_top3,buy,2026-03-14 14:54:00,527.0,12.234,1,leg_gt,2.7,60 -7976,buy_compound_top3,buy,2026-03-14 15:00:00,526.0,12.4475,1,leg_gt,2.7,60 -7977,buy_compound_top3,buy,2026-03-14 15:03:00,527.0,12.234,1,leg_gt,2.69,60 -7978,buy_compound_top3,buy,2026-03-14 15:21:00,524.0,12.8771,1,leg_gt,2.68,60 -7979,buy_compound_top3,buy,2026-03-14 15:24:00,524.0,12.8771,1,leg_gt,2.68,60 -7980,buy_compound_top3,buy,2026-03-14 15:27:00,523.0,13.0931,1,leg_gt,2.68,60 -7981,buy_compound_top3,buy,2026-03-14 15:36:00,523.0,13.0931,1,leg_gt,2.67,60 -7982,buy_compound_top3,buy,2026-03-14 15:39:00,520.0,13.7462,1,leg_gt,2.67,60 -7983,buy_compound_top3,buy,2026-03-14 15:42:00,521.0,13.5276,1,leg_gt,2.67,60 -7984,buy_compound_top3,buy,2026-03-14 18:57:00,519.0,13.9655,1,leg_gt,2.53,60 -7985,buy_compound_top3,buy,2026-03-14 19:00:00,520.0,13.7462,1,leg_gt,2.53,60 -7986,buy_compound_top3,buy,2026-03-14 19:03:00,520.0,13.7462,1,leg_gt,2.53,60 -7987,buy_compound_top3,buy,2026-03-14 21:57:00,518.0,14.1857,1,leg_gt,2.41,60 -7988,buy_compound_top3,buy,2026-03-14 22:00:00,517.0,14.4068,1,leg_gt,2.4,60 -7989,buy_compound_top3,buy,2026-03-14 22:03:00,517.0,14.4068,1,leg_gt,2.4,60 -7990,buy_compound_top3,buy,2026-03-15 04:42:00,522.0,13.31,1,leg_gt,2.12,60 -7991,buy_compound_top3,buy,2026-03-15 05:00:00,521.0,13.5276,1,leg_gt,2.11,60 -7992,buy_compound_top3,buy,2026-03-15 05:03:00,521.0,13.5276,1,leg_gt,2.11,60 -7993,buy_compound_top3,buy,2026-03-15 05:06:00,520.0,13.7462,1,leg_gt,2.11,60 -7994,buy_compound_top3,buy,2026-03-15 05:09:00,520.0,13.7462,1,leg_gt,2.11,60 -7995,buy_compound_top3,buy,2026-03-15 05:15:00,520.0,13.7462,1,leg_gt,2.1,60 -7996,buy_compound_top3,buy,2026-03-15 05:18:00,519.0,13.9655,1,leg_gt,2.1,60 -7997,buy_compound_top3,buy,2026-03-15 05:27:00,520.0,13.7462,1,leg_gt,2.09,60 -7998,buy_compound_top3,buy,2026-03-15 20:12:00,528.0,12.0212,1,leg_gt,1.48,60 -7999,buy_compound_top3,buy,2026-03-16 19:45:00,558.0,5.9932,1,leg_gt,0.5,60 -8000,buy_compound_top3,buy,2026-03-16 19:48:00,558.0,5.9932,1,leg_gt,0.5,60 -8001,buy_compound_top3,buy,2026-03-16 20:12:00,557.0,6.1837,1,leg_gt,0.48,60 -8002,buy_compound_top3,buy,2026-03-16 20:15:00,556.0,6.3748,1,leg_gt,0.48,60 -8003,buy_compound_top3,buy,2026-03-16 20:18:00,556.0,6.3748,1,leg_gt,0.48,60 -8004,buy_compound_top3,buy,2026-03-16 20:21:00,556.0,6.3748,1,leg_gt,0.47,60 -8005,buy_compound_top3,buy,2026-03-16 20:24:00,555.0,6.5667,1,leg_gt,0.47,60 -8006,buy_compound_top3,buy,2026-03-16 20:27:00,554.0,6.7592,1,leg_gt,0.47,60 -8007,buy_compound_top3,buy,2026-03-16 20:30:00,554.0,6.7592,1,leg_gt,0.47,60 -8008,buy_compound_top3,buy,2026-03-16 20:33:00,556.0,6.3748,1,leg_gt,0.46,60 -8009,buy_compound_top3,buy,2026-03-17 11:12:00,587.0,-26.3351,0,leg_gt,13.36,60 -8010,buy_compound_top3,buy,2026-03-17 12:57:00,576.0,-24.9264,0,leg_gt,13.29,60 -8011,buy_compound_top3,buy,2026-03-17 13:30:00,574.0,-24.6645,0,leg_gt,13.26,60 -8012,buy_compound_top3,buy,2026-03-17 13:33:00,571.0,-24.2681,0,leg_gt,13.26,60 -8013,buy_compound_top3,buy,2026-03-17 13:36:00,570.0,-24.1351,0,leg_gt,13.26,60 -8014,buy_compound_top3,buy,2026-03-17 13:39:00,571.0,-24.2681,0,leg_gt,13.26,60 -8015,buy_compound_top3,buy,2026-03-17 13:42:00,569.0,-24.0016,0,leg_gt,13.26,60 -8016,buy_compound_top3,buy,2026-03-17 13:45:00,569.0,-24.0016,0,leg_gt,13.25,60 -8017,buy_compound_top3,buy,2026-03-17 13:48:00,570.0,-24.1351,0,leg_gt,13.25,60 -8018,buy_compound_top3,buy,2026-03-17 19:30:00,576.0,-24.9264,0,leg_gt,13.01,60 -8019,buy_compound_top3,buy,2026-03-17 19:33:00,575.0,-24.7957,0,leg_gt,13.01,60 -8020,buy_compound_top3,buy,2026-03-17 19:42:00,575.0,-24.7957,0,leg_gt,13.01,60 -8021,buy_compound_top3,buy,2026-03-17 19:45:00,575.0,-24.7957,0,leg_gt,13.0,60 -8022,buy_compound_top3,buy,2026-03-17 19:48:00,575.0,-24.7957,0,leg_gt,13.0,60 -8023,buy_compound_top3,buy,2026-03-17 21:00:00,575.0,-24.7957,0,leg_gt,12.95,60 -8024,buy_compound_top3,buy,2026-03-17 21:03:00,576.0,-24.9264,0,leg_gt,12.95,60 -8025,buy_compound_top3,buy,2026-03-17 21:42:00,572.0,-24.4007,0,leg_gt,12.92,60 -8026,buy_compound_top3,buy,2026-03-17 21:45:00,571.0,-24.2681,0,leg_gt,12.92,60 -8027,buy_compound_top3,buy,2026-03-17 21:48:00,571.0,-24.2681,0,leg_gt,12.92,60 -8028,buy_compound_top3,buy,2026-03-17 21:51:00,571.0,-24.2681,0,leg_gt,12.92,60 -8029,buy_compound_top3,buy,2026-03-17 21:54:00,570.0,-24.1351,0,leg_gt,12.91,60 -8030,buy_compound_top3,buy,2026-03-17 22:57:00,569.0,-24.0016,0,leg_gt,12.87,60 -8031,buy_compound_top3,buy,2026-03-17 23:00:00,568.0,-23.8676,0,leg_gt,12.87,60 -8032,buy_compound_top3,buy,2026-03-17 23:03:00,568.0,-23.8676,0,leg_gt,12.87,60 -8033,buy_compound_top3,buy,2026-03-18 07:45:00,584.0,-25.9562,0,leg_gt,12.5,60 -8034,buy_compound_top3,buy,2026-03-18 07:48:00,585.0,-26.0829,0,leg_gt,12.5,60 -8035,buy_compound_top3,buy,2026-03-18 08:30:00,582.0,-25.7014,0,leg_gt,12.47,60 -8036,buy_compound_top3,buy,2026-03-18 08:33:00,583.0,-25.829,0,leg_gt,12.47,60 -8037,buy_compound_top3,buy,2026-03-18 08:36:00,583.0,-25.829,0,leg_gt,12.47,60 -8038,buy_compound_top3,buy,2026-03-18 08:39:00,582.0,-25.7014,0,leg_gt,12.47,60 -8039,buy_compound_top3,buy,2026-03-18 08:42:00,581.0,-25.5733,0,leg_gt,12.46,60 -8040,buy_compound_top3,buy,2026-03-18 08:45:00,582.0,-25.7014,0,leg_gt,12.46,60 -8041,buy_compound_top3,buy,2026-03-18 08:48:00,580.0,-25.4448,0,leg_gt,12.46,60 -8042,buy_compound_top3,buy,2026-03-18 08:51:00,581.0,-25.5733,0,leg_gt,12.46,60 -8043,buy_compound_top3,buy,2026-03-18 08:54:00,581.0,-25.5733,0,leg_gt,12.46,60 -8044,buy_compound_top3,buy,2026-03-18 08:57:00,581.0,-25.5733,0,leg_gt,12.45,60 -8045,buy_compound_top3,buy,2026-03-18 09:21:00,579.0,-25.3159,0,leg_gt,12.44,60 -8046,buy_compound_top3,buy,2026-03-18 09:24:00,577.0,-25.0567,0,leg_gt,12.44,60 -8047,buy_compound_top3,buy,2026-03-18 09:36:00,575.0,-24.7957,0,leg_gt,12.43,60 -8048,buy_compound_top3,buy,2026-03-18 09:39:00,574.0,-24.6645,0,leg_gt,12.42,60 -8049,buy_compound_top3,buy,2026-03-18 16:00:00,583.0,-25.829,0,leg_gt,12.16,60 -8050,buy_compound_top3,buy,2026-03-18 16:03:00,583.0,-25.829,0,leg_gt,12.16,60 -8051,buy_compound_top3,buy,2026-03-18 16:15:00,581.0,-25.5733,0,leg_gt,12.15,60 -8052,buy_compound_top3,buy,2026-03-18 16:18:00,581.0,-25.5733,0,leg_gt,12.15,60 -8053,buy_compound_top3,buy,2026-03-18 16:21:00,581.0,-25.5733,0,leg_gt,12.15,60 -8054,buy_compound_top3,buy,2026-03-18 16:24:00,580.0,-25.4448,0,leg_gt,12.14,60 -8055,buy_compound_top3,buy,2026-03-18 16:27:00,579.0,-25.3159,0,leg_gt,12.14,60 -8056,buy_compound_top3,buy,2026-03-18 16:30:00,579.0,-25.3159,0,leg_gt,12.14,60 -8057,buy_compound_top3,buy,2026-03-18 16:33:00,580.0,-25.4448,0,leg_gt,12.14,60 -8058,buy_compound_top3,buy,2026-03-18 19:51:00,575.0,-24.7957,0,leg_gt,12.0,60 -8059,buy_compound_top3,buy,2026-03-18 19:54:00,574.0,-24.6645,0,leg_gt,12.0,60 -8060,buy_compound_top3,buy,2026-03-18 19:57:00,573.0,-24.5328,0,leg_gt,12.0,60 -8061,buy_compound_top3,buy,2026-03-18 20:00:00,575.0,-24.7957,0,leg_gt,11.99,60 -8062,buy_compound_top3,buy,2026-03-18 20:03:00,575.0,-24.7957,0,leg_gt,11.99,60 -8063,buy_compound_top3,buy,2026-03-18 20:06:00,572.0,-24.4007,0,leg_gt,11.99,60 -8064,buy_compound_top3,buy,2026-03-18 20:09:00,574.0,-24.6645,0,leg_gt,11.99,60 -8065,buy_compound_top3,buy,2026-03-18 20:27:00,571.0,-24.2681,0,leg_gt,11.98,60 -8066,buy_compound_top3,buy,2026-03-18 20:45:00,563.0,-23.1906,0,leg_gt,11.96,60 -8067,buy_compound_top3,buy,2026-03-18 20:48:00,561.0,-22.9164,0,leg_gt,11.96,60 -8068,buy_compound_top3,buy,2026-03-18 20:51:00,560.0,-22.7786,0,leg_gt,11.96,60 -8069,buy_compound_top3,buy,2026-03-18 20:54:00,560.0,-22.7786,0,leg_gt,11.96,60 -8070,buy_compound_top3,buy,2026-03-18 20:57:00,559.0,-22.6403,0,leg_gt,11.95,60 -8071,buy_compound_top3,buy,2026-03-18 21:36:00,552.0,-21.658,0,leg_gt,11.93,60 -8072,buy_compound_top3,buy,2026-03-18 21:39:00,552.0,-21.658,0,leg_gt,11.92,60 -8073,buy_compound_top3,buy,2026-03-18 23:42:00,543.0,-20.3578,0,leg_gt,11.84,60 -8074,buy_compound_top3,buy,2026-03-18 23:51:00,543.0,-20.3578,0,leg_gt,11.83,60 -8075,buy_compound_top3,buy,2026-03-18 23:54:00,541.0,-20.063,0,leg_gt,11.83,60 -8076,buy_compound_top3,buy,2026-03-18 23:57:00,542.0,-20.2107,0,leg_gt,11.83,60 -8077,buy_compound_top3,buy,2026-03-19 00:00:00,541.0,-20.063,0,leg_gt,11.83,60 -8078,buy_compound_top3,buy,2026-03-19 00:03:00,541.0,-20.063,0,leg_gt,11.82,60 -8079,buy_compound_top3,buy,2026-03-19 00:57:00,538.0,-19.6167,0,leg_gt,11.79,60 -8080,buy_compound_top3,buy,2026-03-19 01:00:00,537.0,-19.4669,0,leg_gt,11.79,60 -8081,buy_compound_top3,buy,2026-03-19 01:03:00,539.0,-19.766,0,leg_gt,11.78,60 -8082,buy_compound_top3,buy,2026-03-19 01:06:00,536.0,-19.3164,0,leg_gt,11.78,60 -8083,buy_compound_top3,buy,2026-03-19 01:09:00,537.0,-19.4669,0,leg_gt,11.78,60 -8084,buy_compound_top3,buy,2026-03-19 01:12:00,536.0,-19.3164,0,leg_gt,11.78,60 -8085,buy_compound_top3,buy,2026-03-19 01:15:00,536.0,-19.3164,0,leg_gt,11.78,60 -8086,buy_compound_top3,buy,2026-03-19 01:18:00,536.0,-19.3164,0,leg_gt,11.77,60 -8087,buy_compound_top3,buy,2026-03-19 01:30:00,535.0,-19.1654,0,leg_gt,11.76,60 -8088,buy_compound_top3,buy,2026-03-19 01:33:00,536.0,-19.3164,0,leg_gt,11.76,60 -8089,buy_compound_top3,buy,2026-03-19 01:42:00,534.0,-19.0139,0,leg_gt,11.76,60 -8090,buy_compound_top3,buy,2026-03-19 10:12:00,544.0,-20.5044,0,leg_gt,11.4,60 -8091,buy_compound_top3,buy,2026-03-19 10:21:00,544.0,-20.5044,0,leg_gt,11.4,60 -8092,buy_compound_top3,buy,2026-03-19 10:24:00,544.0,-20.5044,0,leg_gt,11.39,60 -8093,buy_compound_top3,buy,2026-03-19 10:27:00,544.0,-20.5044,0,leg_gt,11.39,60 -8094,buy_compound_top3,buy,2026-03-19 10:36:00,544.0,-20.5044,0,leg_gt,11.39,60 -8095,buy_compound_top3,buy,2026-03-19 10:39:00,544.0,-20.5044,0,leg_gt,11.38,60 -8096,buy_compound_top3,buy,2026-03-19 10:42:00,543.0,-20.3578,0,leg_gt,11.38,60 -8097,buy_compound_top3,buy,2026-03-19 10:45:00,543.0,-20.3578,0,leg_gt,11.38,60 -8098,buy_compound_top3,buy,2026-03-19 10:48:00,542.0,-20.2107,0,leg_gt,11.38,60 -8099,buy_compound_top3,buy,2026-03-19 14:00:00,536.0,-19.3164,0,leg_gt,11.24,60 -8100,buy_compound_top3,buy,2026-03-19 14:03:00,536.0,-19.3164,0,leg_gt,11.24,60 -8101,buy_compound_top3,buy,2026-03-19 14:51:00,527.0,-17.9368,0,leg_gt,11.21,60 -8102,buy_compound_top3,buy,2026-03-19 14:54:00,527.0,-17.9368,0,leg_gt,11.21,60 -8103,buy_compound_top3,buy,2026-03-19 16:30:00,514.0,-15.8588,0,leg_gt,11.14,60 -8104,buy_compound_top3,buy,2026-03-19 16:33:00,514.0,-15.8588,0,leg_gt,11.14,60 -8105,buy_compound_top3,buy,2026-03-19 19:57:00,505.0,-14.3574,0,leg_gt,11.0,60 -8106,buy_compound_top3,buy,2026-03-19 20:06:00,504.0,-14.1873,0,leg_gt,10.99,60 -8107,buy_compound_top3,buy,2026-03-19 20:09:00,504.0,-14.1873,0,leg_gt,10.99,60 -8108,buy_compound_top3,buy,2026-03-20 03:30:00,488.0,-11.3705,0,leg_gt,10.68,60 -8109,buy_compound_top3,buy,2026-03-20 03:33:00,488.0,-11.3705,0,leg_gt,10.68,60 -8110,buy_compound_top3,buy,2026-03-20 03:36:00,487.0,-11.1883,0,leg_gt,10.68,60 -8111,buy_compound_top3,buy,2026-03-20 03:39:00,487.0,-11.1883,0,leg_gt,10.68,60 -8112,buy_compound_top3,buy,2026-03-20 03:42:00,487.0,-11.1883,0,leg_gt,10.67,60 -8113,buy_compound_top3,buy,2026-03-20 09:30:00,491.0,-11.9126,0,leg_gt,10.43,60 -8114,buy_compound_top3,buy,2026-03-20 09:33:00,491.0,-11.9126,0,leg_gt,10.43,60 -8115,buy_compound_top3,buy,2026-03-20 09:36:00,491.0,-11.9126,0,leg_gt,10.43,60 -8116,buy_compound_top3,buy,2026-03-20 09:39:00,492.0,-12.0919,0,leg_gt,10.42,60 -8117,buy_compound_top3,buy,2026-03-20 18:06:00,490.0,-11.7327,0,leg_gt,10.07,60 -8118,buy_compound_top3,buy,2026-03-20 18:09:00,490.0,-11.7327,0,leg_gt,10.07,60 -8119,buy_compound_top3,buy,2026-03-20 18:12:00,490.0,-11.7327,0,leg_gt,10.07,60 -8120,buy_compound_top3,buy,2026-03-20 18:15:00,490.0,-11.7327,0,leg_gt,10.07,60 -8121,buy_compound_top3,buy,2026-03-20 18:18:00,489.0,-11.5519,0,leg_gt,10.06,60 -8122,buy_compound_top3,buy,2026-03-20 19:12:00,484.0,-10.6372,0,leg_gt,10.03,60 -8123,buy_compound_top3,buy,2026-03-20 19:15:00,483.0,-10.452,0,leg_gt,10.02,60 -8124,buy_compound_top3,buy,2026-03-20 19:18:00,484.0,-10.6372,0,leg_gt,10.02,60 -8125,buy_compound_top3,buy,2026-03-20 19:27:00,483.0,-10.452,0,leg_gt,10.02,60 -8126,buy_compound_top3,buy,2026-03-20 20:51:00,481.0,-10.0792,0,leg_gt,9.96,60 -8127,buy_compound_top3,buy,2026-03-20 20:54:00,482.0,-10.266,0,leg_gt,9.96,60 -8128,buy_compound_top3,buy,2026-03-20 20:57:00,482.0,-10.266,0,leg_gt,9.95,60 -8129,buy_compound_top3,buy,2026-03-21 00:00:00,478.0,-9.5142,0,leg_gt,9.83,60 -8130,buy_compound_top3,buy,2026-03-21 00:03:00,477.0,-9.3243,0,leg_gt,9.82,60 -8131,buy_compound_top3,buy,2026-03-21 00:06:00,476.0,-9.1336,0,leg_gt,9.82,60 -8132,buy_compound_top3,buy,2026-03-21 00:09:00,477.0,-9.3243,0,leg_gt,9.82,60 -8133,buy_compound_top3,buy,2026-03-21 08:21:00,481.0,-10.0792,0,leg_gt,9.48,60 -8134,buy_compound_top3,buy,2026-03-21 08:24:00,481.0,-10.0792,0,leg_gt,9.48,60 -8135,buy_compound_top3,buy,2026-03-21 09:42:00,479.0,-9.7033,0,leg_gt,9.42,60 -8136,buy_compound_top3,buy,2026-03-21 09:45:00,479.0,-9.7033,0,leg_gt,9.42,60 -8137,buy_compound_top3,buy,2026-03-21 09:48:00,479.0,-9.7033,0,leg_gt,9.42,60 -8138,buy_compound_top3,buy,2026-03-21 11:12:00,478.0,-9.5142,0,leg_gt,9.36,60 -8139,buy_compound_top3,buy,2026-03-21 11:21:00,478.0,-9.5142,0,leg_gt,9.35,60 -8140,buy_compound_top3,buy,2026-03-21 11:24:00,477.0,-9.3243,0,leg_gt,9.35,60 -8141,buy_compound_top3,buy,2026-03-21 22:42:00,469.0,-7.7759,0,leg_gt,8.88,60 -8142,buy_compound_top3,buy,2026-03-21 22:45:00,470.0,-7.9723,0,leg_gt,8.88,60 -8143,buy_compound_top3,buy,2026-03-21 22:48:00,470.0,-7.9723,0,leg_gt,8.88,60 -8144,buy_compound_top3,buy,2026-03-22 10:42:00,474.0,-8.7498,0,leg_gt,8.38,60 -8145,buy_compound_top3,buy,2026-03-22 14:30:00,476.0,-9.1336,0,leg_gt,8.22,60 -8146,buy_compound_top3,buy,2026-03-22 14:33:00,477.0,-9.3243,0,leg_gt,8.22,60 -8147,buy_compound_top3,buy,2026-03-22 14:42:00,476.0,-9.1336,0,leg_gt,8.21,60 -8148,buy_compound_top3,buy,2026-03-22 14:45:00,476.0,-9.1336,0,leg_gt,8.21,60 -8149,buy_compound_top3,buy,2026-03-22 14:48:00,475.0,-8.9421,0,leg_gt,8.21,60 -8150,buy_compound_top3,buy,2026-03-22 14:51:00,475.0,-8.9421,0,leg_gt,8.21,60 -8151,buy_compound_top3,buy,2026-03-22 14:54:00,476.0,-9.1336,0,leg_gt,8.21,60 -8152,buy_compound_top3,buy,2026-03-22 17:00:00,474.0,-8.7498,0,leg_gt,8.12,60 -8153,buy_compound_top3,buy,2026-03-22 17:03:00,474.0,-8.7498,0,leg_gt,8.12,60 -8154,buy_compound_top3,buy,2026-03-22 17:12:00,474.0,-8.7498,0,leg_gt,8.11,60 -8155,buy_compound_top3,buy,2026-03-22 17:15:00,474.0,-8.7498,0,leg_gt,8.11,60 -8156,buy_compound_top3,buy,2026-03-22 17:18:00,473.0,-8.5567,0,leg_gt,8.11,60 -8157,buy_compound_top3,buy,2026-03-22 19:12:00,473.0,-8.5567,0,leg_gt,8.03,60 -8158,buy_compound_top3,buy,2026-03-22 19:21:00,472.0,-8.3627,0,leg_gt,8.02,60 -8159,buy_compound_top3,buy,2026-03-22 19:24:00,473.0,-8.5567,0,leg_gt,8.02,60 -8160,buy_compound_top3,buy,2026-03-22 19:51:00,470.0,-7.9723,0,leg_gt,8.0,60 -8161,buy_compound_top3,buy,2026-03-22 19:54:00,471.0,-8.1679,0,leg_gt,8.0,60 -8162,buy_compound_top3,buy,2026-03-22 19:57:00,470.0,-7.9723,0,leg_gt,8.0,60 -8163,buy_compound_top3,buy,2026-03-22 20:00:00,470.0,-7.9723,0,leg_gt,7.99,60 -8164,buy_compound_top3,buy,2026-03-22 20:03:00,470.0,-7.9723,0,leg_gt,7.99,60 -8165,buy_compound_top3,buy,2026-03-22 21:51:00,471.0,-8.1679,0,leg_gt,7.92,60 -8166,buy_compound_top3,buy,2026-03-22 21:54:00,471.0,-8.1679,0,leg_gt,7.91,60 -8167,buy_compound_top3,buy,2026-03-22 22:42:00,469.0,-7.7759,0,leg_gt,7.88,60 -8168,buy_compound_top3,buy,2026-03-22 23:57:00,469.0,-7.7759,0,leg_gt,7.83,60 -8169,buy_compound_top3,buy,2026-03-23 02:21:00,470.0,-7.9723,0,leg_gt,7.73,60 -8170,buy_compound_top3,buy,2026-03-23 02:24:00,469.0,-7.7759,0,leg_gt,7.73,60 -8171,buy_compound_top3,buy,2026-03-23 02:27:00,469.0,-7.7759,0,leg_gt,7.72,60 -8172,buy_compound_top3,buy,2026-03-23 02:30:00,469.0,-7.7759,0,leg_gt,7.72,60 -8173,buy_compound_top3,buy,2026-03-23 02:33:00,469.0,-7.7759,0,leg_gt,7.72,60 -8174,buy_compound_top3,buy,2026-03-23 02:36:00,469.0,-7.7759,0,leg_gt,7.72,60 -8175,buy_compound_top3,buy,2026-03-23 02:39:00,468.0,-7.5786,0,leg_gt,7.72,60 -8176,buy_compound_top3,buy,2026-03-23 02:42:00,468.0,-7.5786,0,leg_gt,7.71,60 -8177,buy_compound_top3,buy,2026-03-23 02:45:00,468.0,-7.5786,0,leg_gt,7.71,60 -8178,buy_compound_top3,buy,2026-03-23 02:48:00,468.0,-7.5786,0,leg_gt,7.71,60 -8179,buy_compound_top3,buy,2026-03-23 02:51:00,468.0,-7.5786,0,leg_gt,7.71,60 -8180,buy_compound_top3,buy,2026-03-23 02:54:00,468.0,-7.5786,0,leg_gt,7.71,60 -8181,buy_compound_top3,buy,2026-03-23 03:12:00,467.0,-7.3805,0,leg_gt,7.69,60 -8182,buy_compound_top3,buy,2026-03-23 03:36:00,464.0,-6.781,0,leg_gt,7.68,60 -8183,buy_compound_top3,buy,2026-03-23 03:39:00,465.0,-6.9817,0,leg_gt,7.68,60 -8184,buy_compound_top3,buy,2026-03-23 04:06:00,464.0,-6.781,0,leg_gt,7.66,60 -8185,buy_compound_top3,buy,2026-03-23 04:09:00,464.0,-6.781,0,leg_gt,7.65,60 -8186,buy_compound_top3,buy,2026-03-23 04:12:00,463.0,-6.5795,0,leg_gt,7.65,60 -8187,buy_compound_top3,buy,2026-03-23 04:15:00,463.0,-6.5795,0,leg_gt,7.65,60 -8188,buy_compound_top3,buy,2026-03-23 04:18:00,463.0,-6.5795,0,leg_gt,7.65,60 -8189,buy_compound_top3,buy,2026-03-23 04:27:00,461.0,-6.1738,0,leg_gt,7.64,60 -8190,buy_compound_top3,buy,2026-03-23 04:30:00,460.0,-5.9696,0,leg_gt,7.64,60 -8191,buy_compound_top3,buy,2026-03-23 04:33:00,461.0,-6.1738,0,leg_gt,7.64,60 -8192,buy_compound_top3,buy,2026-03-23 05:42:00,459.0,-5.7645,0,leg_gt,7.59,60 -8193,buy_compound_top3,buy,2026-03-23 05:45:00,460.0,-5.9696,0,leg_gt,7.59,60 -8194,buy_compound_top3,buy,2026-03-23 05:48:00,459.0,-5.7645,0,leg_gt,7.59,60 -8195,buy_compound_top3,buy,2026-03-23 06:00:00,458.0,-5.5585,0,leg_gt,7.58,60 -8196,buy_compound_top3,buy,2026-03-23 06:03:00,459.0,-5.7645,0,leg_gt,7.58,60 -8197,buy_compound_top3,buy,2026-03-23 14:51:00,466.0,-7.1815,0,leg_gt,7.21,60 -8198,buy_compound_top3,buy,2026-03-23 14:54:00,467.0,-7.3805,0,leg_gt,7.21,60 -8199,buy_compound_top3,buy,2026-03-23 15:06:00,466.0,-7.1815,0,leg_gt,7.2,60 -8200,buy_compound_top3,buy,2026-03-23 15:09:00,465.0,-6.9817,0,leg_gt,7.2,60 -8201,buy_compound_top3,buy,2026-03-23 15:12:00,466.0,-7.1815,0,leg_gt,7.19,60 -8202,buy_compound_top3,buy,2026-03-23 17:57:00,461.0,-6.1738,0,leg_gt,7.08,60 -8203,buy_compound_top3,buy,2026-03-23 18:12:00,461.0,-6.1738,0,leg_gt,7.07,60 -8204,buy_compound_top3,buy,2026-03-23 18:21:00,461.0,-6.1738,0,leg_gt,7.06,60 -8205,buy_compound_top3,buy,2026-03-23 18:24:00,461.0,-6.1738,0,leg_gt,7.06,60 -8206,buy_compound_top3,buy,2026-03-23 18:27:00,459.0,-5.7645,0,leg_gt,7.06,60 -8207,buy_compound_top3,buy,2026-03-23 18:30:00,460.0,-5.9696,0,leg_gt,7.06,60 -8208,buy_compound_top3,buy,2026-03-23 18:33:00,459.0,-5.7645,0,leg_gt,7.05,60 -8209,buy_compound_top3,buy,2026-03-23 18:36:00,457.0,-5.3516,0,leg_gt,7.05,60 -8210,buy_compound_top3,buy,2026-03-23 18:39:00,459.0,-5.7645,0,leg_gt,7.05,60 -8211,buy_compound_top3,buy,2026-03-24 07:12:00,483.0,-10.452,0,leg_gt,6.53,60 -8212,buy_compound_top3,buy,2026-03-24 07:42:00,481.0,-10.0792,0,leg_gt,6.51,60 -8213,buy_compound_top3,buy,2026-03-24 07:45:00,480.0,-9.8917,0,leg_gt,6.5,60 -8214,buy_compound_top3,buy,2026-03-24 07:48:00,481.0,-10.0792,0,leg_gt,6.5,60 -8215,buy_compound_top3,buy,2026-03-24 07:51:00,480.0,-9.8917,0,leg_gt,6.5,60 -8216,buy_compound_top3,buy,2026-03-24 07:54:00,480.0,-9.8917,0,leg_gt,6.5,60 -8217,buy_compound_top3,buy,2026-03-24 07:57:00,479.0,-9.7033,0,leg_gt,6.5,60 -8218,buy_compound_top3,buy,2026-03-24 08:00:00,479.0,-9.7033,0,leg_gt,6.49,60 -8219,buy_compound_top3,buy,2026-03-24 08:03:00,478.0,-9.5142,0,leg_gt,6.49,60 -8220,buy_compound_top3,buy,2026-03-24 08:06:00,479.0,-9.7033,0,leg_gt,6.49,60 -8221,buy_compound_top3,buy,2026-03-24 08:09:00,477.0,-9.3243,0,leg_gt,6.49,60 -8222,buy_compound_top3,buy,2026-03-24 08:12:00,477.0,-9.3243,0,leg_gt,6.49,60 -8223,buy_compound_top3,buy,2026-03-24 08:15:00,477.0,-9.3243,0,leg_gt,6.48,60 -8224,buy_compound_top3,buy,2026-03-24 08:18:00,477.0,-9.3243,0,leg_gt,6.48,60 -8225,buy_compound_top3,buy,2026-03-24 09:36:00,478.0,-9.5142,0,leg_gt,6.43,60 -8226,buy_compound_top3,buy,2026-03-24 09:39:00,478.0,-9.5142,0,leg_gt,6.42,60 -8227,buy_compound_top3,buy,2026-03-24 10:15:00,477.0,-9.3243,0,leg_gt,6.4,60 -8228,buy_compound_top3,buy,2026-03-24 10:18:00,477.0,-9.3243,0,leg_gt,6.4,60 -8229,buy_compound_top3,buy,2026-03-24 10:42:00,477.0,-9.3243,0,leg_gt,6.38,60 -8230,buy_compound_top3,buy,2026-03-24 17:21:00,480.0,-9.8917,0,leg_gt,6.1,60 -8231,buy_compound_top3,buy,2026-03-24 17:24:00,481.0,-10.0792,0,leg_gt,6.1,60 -8232,buy_compound_top3,buy,2026-03-24 17:27:00,480.0,-9.8917,0,leg_gt,6.1,60 -8233,buy_compound_top3,buy,2026-03-24 17:30:00,479.0,-9.7033,0,leg_gt,6.1,60 -8234,buy_compound_top3,buy,2026-03-24 17:33:00,480.0,-9.8917,0,leg_gt,6.1,60 -8235,buy_compound_top3,buy,2026-03-24 18:30:00,478.0,-9.5142,0,leg_gt,6.06,60 -8236,buy_compound_top3,buy,2026-03-24 18:33:00,478.0,-9.5142,0,leg_gt,6.05,60 -8237,buy_compound_top3,buy,2026-03-24 18:51:00,478.0,-9.5142,0,leg_gt,6.04,60 -8238,buy_compound_top3,buy,2026-03-24 18:54:00,478.0,-9.5142,0,leg_gt,6.04,60 -8239,buy_compound_top3,buy,2026-03-24 18:57:00,477.0,-9.3243,0,leg_gt,6.04,60 -8240,buy_compound_top3,buy,2026-03-24 19:12:00,477.0,-9.3243,0,leg_gt,6.03,60 -8241,buy_compound_top3,buy,2026-03-24 19:27:00,477.0,-9.3243,0,leg_gt,6.02,60 -8242,buy_compound_top3,buy,2026-03-24 19:30:00,476.0,-9.1336,0,leg_gt,6.01,60 -8243,buy_compound_top3,buy,2026-03-24 19:33:00,475.0,-8.9421,0,leg_gt,6.01,60 -8244,buy_compound_top3,buy,2026-03-24 20:21:00,476.0,-9.1336,0,leg_gt,5.98,60 -8245,buy_compound_top3,buy,2026-03-24 20:24:00,476.0,-9.1336,0,leg_gt,5.98,60 -8246,buy_compound_top3,buy,2026-03-24 20:36:00,474.0,-8.7498,0,leg_gt,5.97,60 -8247,buy_compound_top3,buy,2026-03-24 20:39:00,474.0,-8.7498,0,leg_gt,5.97,60 -8248,buy_compound_top3,buy,2026-03-24 20:42:00,475.0,-8.9421,0,leg_gt,5.96,60 -8249,buy_compound_top3,buy,2026-03-24 20:45:00,475.0,-8.9421,0,leg_gt,5.96,60 -8250,buy_compound_top3,buy,2026-03-24 20:48:00,475.0,-8.9421,0,leg_gt,5.96,60 -8251,buy_compound_top3,buy,2026-03-24 20:57:00,474.0,-8.7498,0,leg_gt,5.95,60 -8252,buy_compound_top3,buy,2026-03-24 21:12:00,473.0,-8.5567,0,leg_gt,5.94,60 -8253,buy_compound_top3,buy,2026-03-24 21:30:00,473.0,-8.5567,0,leg_gt,5.93,60 -8254,buy_compound_top3,buy,2026-03-24 21:33:00,473.0,-8.5567,0,leg_gt,5.93,60 -8255,buy_compound_top3,buy,2026-03-24 23:21:00,473.0,-8.5567,0,leg_gt,5.85,60 -8256,buy_compound_top3,buy,2026-03-24 23:24:00,473.0,-8.5567,0,leg_gt,5.85,60 -8257,buy_compound_top3,buy,2026-03-24 23:27:00,473.0,-8.5567,0,leg_gt,5.85,60 -8258,buy_compound_top3,buy,2026-03-24 23:36:00,473.0,-8.5567,0,leg_gt,5.84,60 -8259,buy_compound_top3,buy,2026-03-24 23:39:00,472.0,-8.3627,0,leg_gt,5.84,60 -8260,buy_compound_top3,buy,2026-03-24 23:42:00,472.0,-8.3627,0,leg_gt,5.84,60 -8261,buy_compound_top3,buy,2026-03-25 02:51:00,470.0,-7.9723,0,leg_gt,5.71,60 -8262,buy_compound_top3,buy,2026-03-25 02:54:00,470.0,-7.9723,0,leg_gt,5.71,60 -8263,buy_compound_top3,buy,2026-03-25 12:21:00,479.0,-9.7033,0,leg_gt,5.31,60 -8264,buy_compound_top3,buy,2026-03-25 12:24:00,479.0,-9.7033,0,leg_gt,5.31,60 -8265,buy_compound_top3,buy,2026-03-25 13:30:00,478.0,-9.5142,0,leg_gt,5.26,60 -8266,buy_compound_top3,buy,2026-03-25 13:33:00,478.0,-9.5142,0,leg_gt,5.26,60 -8267,buy_compound_top3,buy,2026-03-25 13:42:00,477.0,-9.3243,0,leg_gt,5.26,60 -8268,buy_compound_top3,buy,2026-03-25 13:45:00,477.0,-9.3243,0,leg_gt,5.25,60 -8269,buy_compound_top3,buy,2026-03-25 13:48:00,477.0,-9.3243,0,leg_gt,5.25,60 -8270,buy_compound_top3,buy,2026-03-25 14:12:00,476.0,-9.1336,0,leg_gt,5.24,60 -8271,buy_compound_top3,buy,2026-03-25 15:00:00,475.0,-8.9421,0,leg_gt,5.2,60 -8272,buy_compound_top3,buy,2026-03-25 15:03:00,476.0,-9.1336,0,leg_gt,5.2,60 -8273,buy_compound_top3,buy,2026-03-25 23:06:00,478.0,-9.5142,0,leg_gt,4.86,60 -8274,buy_compound_top3,buy,2026-03-25 23:09:00,478.0,-9.5142,0,leg_gt,4.86,60 -8275,buy_compound_top3,buy,2026-03-25 23:12:00,477.0,-9.3243,0,leg_gt,4.86,60 -8276,buy_compound_top3,buy,2026-03-26 00:30:00,477.0,-9.3243,0,leg_gt,4.81,60 -8277,buy_compound_top3,buy,2026-03-26 00:33:00,476.0,-9.1336,0,leg_gt,4.8,60 -8278,buy_compound_top3,buy,2026-03-26 00:36:00,474.0,-8.7498,0,leg_gt,4.8,60 -8279,buy_compound_top3,buy,2026-03-26 00:39:00,474.0,-8.7498,0,leg_gt,4.8,60 -8280,buy_compound_top3,buy,2026-03-26 00:42:00,474.0,-8.7498,0,leg_gt,4.8,60 -8281,buy_compound_top3,buy,2026-03-26 10:27:00,479.0,-9.7033,0,leg_gt,4.39,60 -8282,buy_compound_top3,buy,2026-03-26 10:42:00,481.0,-10.0792,0,leg_gt,4.38,60 -8283,buy_compound_top3,buy,2026-03-26 10:51:00,478.0,-9.5142,0,leg_gt,4.38,60 -8284,buy_compound_top3,buy,2026-03-26 10:54:00,478.0,-9.5142,0,leg_gt,4.37,60 -8285,buy_compound_top3,buy,2026-03-26 11:12:00,477.0,-9.3243,0,leg_gt,4.36,60 -8286,buy_compound_top3,buy,2026-03-26 11:27:00,477.0,-9.3243,0,leg_gt,4.35,60 -8287,buy_compound_top3,buy,2026-03-26 11:30:00,476.0,-9.1336,0,leg_gt,4.35,60 -8288,buy_compound_top3,buy,2026-03-26 11:33:00,475.0,-8.9421,0,leg_gt,4.35,60 -8289,buy_compound_top3,buy,2026-03-26 11:36:00,476.0,-9.1336,0,leg_gt,4.34,60 -8290,buy_compound_top3,buy,2026-03-26 11:39:00,476.0,-9.1336,0,leg_gt,4.34,60 -8291,buy_compound_top3,buy,2026-03-26 11:42:00,476.0,-9.1336,0,leg_gt,4.34,60 -8292,buy_compound_top3,buy,2026-03-26 12:21:00,473.0,-8.5567,0,leg_gt,4.31,60 -8293,buy_compound_top3,buy,2026-03-26 12:24:00,473.0,-8.5567,0,leg_gt,4.31,60 -8294,buy_compound_top3,buy,2026-03-26 12:27:00,472.0,-8.3627,0,leg_gt,4.31,60 -8295,buy_compound_top3,buy,2026-03-26 12:36:00,472.0,-8.3627,0,leg_gt,4.3,60 -8296,buy_compound_top3,buy,2026-03-26 12:39:00,474.0,-8.7498,0,leg_gt,4.3,60 -8297,buy_compound_top3,buy,2026-03-26 13:12:00,472.0,-8.3627,0,leg_gt,4.28,60 -8298,buy_compound_top3,buy,2026-03-26 13:36:00,468.0,-7.5786,0,leg_gt,4.26,60 -8299,buy_compound_top3,buy,2026-03-26 13:39:00,467.0,-7.3805,0,leg_gt,4.26,60 -8300,buy_compound_top3,buy,2026-03-26 14:12:00,466.0,-7.1815,0,leg_gt,4.24,60 -8301,buy_compound_top3,buy,2026-03-26 14:15:00,464.0,-6.781,0,leg_gt,4.23,60 -8302,buy_compound_top3,buy,2026-03-26 14:18:00,465.0,-6.9817,0,leg_gt,4.23,60 -8303,buy_compound_top3,buy,2026-03-26 14:42:00,467.0,-7.3805,0,leg_gt,4.21,60 -8304,buy_compound_top3,buy,2026-03-26 14:45:00,464.0,-6.781,0,leg_gt,4.21,60 -8305,buy_compound_top3,buy,2026-03-26 14:48:00,465.0,-6.9817,0,leg_gt,4.21,60 -8306,buy_compound_top3,buy,2026-03-26 14:51:00,465.0,-6.9817,0,leg_gt,4.21,60 -8307,buy_compound_top3,buy,2026-03-26 14:54:00,464.0,-6.781,0,leg_gt,4.21,60 -8308,buy_compound_top3,buy,2026-03-26 15:00:00,463.0,-6.5795,0,leg_gt,4.2,60 -8309,buy_compound_top3,buy,2026-03-26 15:03:00,463.0,-6.5795,0,leg_gt,4.2,60 -8310,buy_compound_top3,buy,2026-03-26 15:12:00,462.0,-6.3771,0,leg_gt,4.19,60 -8311,buy_compound_top3,buy,2026-03-26 15:15:00,462.0,-6.3771,0,leg_gt,4.19,60 -8312,buy_compound_top3,buy,2026-03-26 15:18:00,462.0,-6.3771,0,leg_gt,4.19,60 -8313,buy_compound_top3,buy,2026-03-26 15:27:00,461.0,-6.1738,0,leg_gt,4.18,60 -8314,buy_compound_top3,buy,2026-03-26 16:21:00,460.0,-5.9696,0,leg_gt,4.15,60 -8315,buy_compound_top3,buy,2026-03-26 16:24:00,461.0,-6.1738,0,leg_gt,4.14,60 -8316,buy_compound_top3,buy,2026-03-26 17:15:00,459.0,-5.7645,0,leg_gt,4.11,60 -8317,buy_compound_top3,buy,2026-03-26 17:18:00,460.0,-5.9696,0,leg_gt,4.11,60 -8318,buy_compound_top3,buy,2026-03-26 17:27:00,459.0,-5.7645,0,leg_gt,4.1,60 -8319,buy_compound_top3,buy,2026-03-26 19:00:00,458.0,-5.5585,0,leg_gt,4.04,60 -8320,buy_compound_top3,buy,2026-03-26 19:03:00,458.0,-5.5585,0,leg_gt,4.03,60 -8321,buy_compound_top3,buy,2026-03-26 19:15:00,457.0,-5.3516,0,leg_gt,4.03,60 -8322,buy_compound_top3,buy,2026-03-26 19:18:00,457.0,-5.3516,0,leg_gt,4.02,60 -8323,buy_compound_top3,buy,2026-03-26 19:21:00,458.0,-5.5585,0,leg_gt,4.02,60 -8324,buy_compound_top3,buy,2026-03-26 19:24:00,457.0,-5.3516,0,leg_gt,4.02,60 -8325,buy_compound_top3,buy,2026-03-27 00:21:00,450.0,-3.8778,0,leg_gt,3.81,60 -8326,buy_compound_top3,buy,2026-03-27 00:24:00,449.0,-3.6635,0,leg_gt,3.81,60 -8327,buy_compound_top3,buy,2026-03-27 00:27:00,448.0,-3.4482,0,leg_gt,3.81,60 -8328,buy_compound_top3,buy,2026-03-27 00:36:00,446.0,-3.0148,0,leg_gt,3.8,60 -8329,buy_compound_top3,buy,2026-03-27 00:39:00,444.0,-2.5775,0,leg_gt,3.8,60 -8330,buy_compound_top3,buy,2026-03-27 00:42:00,444.0,-2.5775,0,leg_gt,3.8,60 -8331,buy_compound_top3,buy,2026-03-27 00:45:00,446.0,-3.0148,0,leg_gt,3.8,60 -8332,buy_compound_top3,buy,2026-03-27 00:48:00,443.0,-2.3573,0,leg_gt,3.79,60 -8333,buy_compound_top3,buy,2026-03-27 00:51:00,443.0,-2.3573,0,leg_gt,3.79,60 -8334,buy_compound_top3,buy,2026-03-27 00:54:00,443.0,-2.3573,0,leg_gt,3.79,60 -8335,buy_compound_top3,buy,2026-03-27 00:57:00,444.0,-2.5775,0,leg_gt,3.79,60 -8336,buy_compound_top3,buy,2026-03-27 07:30:00,439.0,-1.4667,0,leg_gt,3.51,60 -8337,buy_compound_top3,buy,2026-03-27 07:33:00,440.0,-1.6909,0,leg_gt,3.51,60 -8338,buy_compound_top3,buy,2026-03-27 07:36:00,439.0,-1.4667,0,leg_gt,3.51,60 -8339,buy_compound_top3,buy,2026-03-27 07:39:00,439.0,-1.4667,0,leg_gt,3.51,60 -8340,buy_compound_top3,buy,2026-03-27 12:15:00,439.0,-1.4667,0,leg_gt,3.32,60 -8341,buy_compound_top3,buy,2026-03-27 12:18:00,440.0,-1.6909,0,leg_gt,3.31,60 -8342,buy_compound_top3,buy,2026-03-27 13:21:00,434.0,-0.3304,0,leg_gt,3.27,60 -8343,buy_compound_top3,buy,2026-03-27 13:24:00,434.0,-0.3304,0,leg_gt,3.27,60 -8344,buy_compound_top3,buy,2026-03-27 13:27:00,434.0,-0.3304,0,leg_gt,3.27,60 -8345,buy_compound_top3,buy,2026-03-27 13:45:00,433.0,-0.1,0,leg_gt,3.25,60 -8346,buy_compound_top3,buy,2026-03-27 13:48:00,432.0,0.1315,1,leg_gt,3.25,60 -8347,buy_compound_top3,buy,2026-03-27 13:51:00,432.0,0.1315,1,leg_gt,3.25,60 -8348,buy_compound_top3,buy,2026-03-27 13:54:00,431.0,0.364,1,leg_gt,3.25,60 -8349,buy_compound_top3,buy,2026-03-27 13:57:00,431.0,0.364,1,leg_gt,3.25,60 -8350,buy_compound_top3,buy,2026-03-27 15:36:00,425.0,1.7824,1,leg_gt,3.18,60 -8351,buy_compound_top3,buy,2026-03-27 15:39:00,427.0,1.3052,1,leg_gt,3.18,60 -8352,buy_compound_top3,buy,2026-03-27 16:00:00,425.0,1.7824,1,leg_gt,3.16,60 -8353,buy_compound_top3,buy,2026-03-27 16:03:00,424.0,2.0226,1,leg_gt,3.16,60 -8354,buy_compound_top3,buy,2026-03-27 18:21:00,422.0,2.5066,1,leg_gt,3.06,60 -8355,buy_compound_top3,buy,2026-03-27 18:24:00,421.0,2.7504,1,leg_gt,3.06,60 -8356,buy_compound_top3,buy,2026-03-27 20:12:00,417.0,3.7369,1,leg_gt,2.99,60 -8357,buy_compound_top3,buy,2026-03-27 21:12:00,415.0,4.2373,1,leg_gt,2.94,60 -8358,buy_compound_top3,buy,2026-03-28 00:21:00,412.0,4.9971,1,leg_gt,2.81,60 -8359,buy_compound_top3,buy,2026-03-28 00:24:00,414.0,4.4894,1,leg_gt,2.81,60 -8360,buy_compound_top3,buy,2026-03-28 00:27:00,413.0,4.7426,1,leg_gt,2.81,60 -8361,buy_compound_top3,buy,2026-03-28 00:42:00,411.0,5.2528,1,leg_gt,2.8,60 -8362,buy_compound_top3,buy,2026-03-28 00:45:00,411.0,5.2528,1,leg_gt,2.8,60 -8363,buy_compound_top3,buy,2026-03-28 00:48:00,412.0,4.9971,1,leg_gt,2.79,60 -8364,buy_compound_top3,buy,2026-03-28 01:12:00,407.0,6.2882,1,leg_gt,2.78,60 -8365,buy_compound_top3,buy,2026-03-28 01:15:00,406.0,6.5502,1,leg_gt,2.78,60 -8366,buy_compound_top3,buy,2026-03-28 01:18:00,406.0,6.5502,1,leg_gt,2.77,60 -8367,buy_compound_top3,buy,2026-03-28 01:21:00,406.0,6.5502,1,leg_gt,2.77,60 -8368,buy_compound_top3,buy,2026-03-28 01:24:00,404.0,7.0782,1,leg_gt,2.77,60 -8369,buy_compound_top3,buy,2026-03-28 01:27:00,403.0,7.3442,1,leg_gt,2.77,60 -8370,buy_compound_top3,buy,2026-03-28 01:30:00,404.0,7.0782,1,leg_gt,2.76,60 -8371,buy_compound_top3,buy,2026-03-28 01:33:00,404.0,7.0782,1,leg_gt,2.76,60 -8372,buy_compound_top3,buy,2026-03-28 01:36:00,403.0,7.3442,1,leg_gt,2.76,60 -8373,buy_compound_top3,buy,2026-03-28 01:39:00,402.0,7.6114,1,leg_gt,2.76,60 -8374,buy_compound_top3,buy,2026-03-28 01:42:00,402.0,7.6114,1,leg_gt,2.76,60 -8375,buy_compound_top3,buy,2026-03-28 02:51:00,402.0,7.6114,1,leg_gt,2.71,60 -8376,buy_compound_top3,buy,2026-03-28 02:54:00,402.0,7.6114,1,leg_gt,2.71,60 -8377,buy_compound_top3,buy,2026-03-28 03:57:00,400.0,8.15,1,leg_gt,2.66,60 -8378,buy_compound_top3,buy,2026-03-28 04:06:00,398.0,8.694,1,leg_gt,2.66,60 -8379,buy_compound_top3,buy,2026-03-28 04:09:00,398.0,8.694,1,leg_gt,2.65,60 -8380,buy_compound_top3,buy,2026-03-28 04:12:00,397.0,8.968,1,leg_gt,2.65,60 -8381,buy_compound_top3,buy,2026-03-28 04:27:00,398.0,8.694,1,leg_gt,2.64,60 -8382,buy_compound_top3,buy,2026-03-28 04:42:00,397.0,8.968,1,leg_gt,2.63,60 -8383,buy_compound_top3,buy,2026-03-28 04:51:00,397.0,8.968,1,leg_gt,2.62,60 -8384,buy_compound_top3,buy,2026-03-28 04:54:00,397.0,8.968,1,leg_gt,2.62,60 -8385,buy_compound_top3,buy,2026-03-28 05:42:00,396.0,9.2434,1,leg_gt,2.59,60 -8386,buy_compound_top3,buy,2026-03-28 06:30:00,393.0,10.0781,1,leg_gt,2.56,60 -8387,buy_compound_top3,buy,2026-03-28 06:33:00,393.0,10.0781,1,leg_gt,2.55,60 -8388,buy_compound_top3,buy,2026-03-28 06:36:00,393.0,10.0781,1,leg_gt,2.55,60 -8389,buy_compound_top3,buy,2026-03-28 06:39:00,392.0,10.3592,1,leg_gt,2.55,60 -8390,buy_compound_top3,buy,2026-03-28 06:42:00,392.0,10.3592,1,leg_gt,2.55,60 -8391,buy_compound_top3,buy,2026-03-28 06:45:00,392.0,10.3592,1,leg_gt,2.55,60 -8392,buy_compound_top3,buy,2026-03-28 06:48:00,390.0,10.9256,1,leg_gt,2.54,60 -8393,buy_compound_top3,buy,2026-03-28 07:00:00,389.0,11.2111,1,leg_gt,2.54,60 -8394,buy_compound_top3,buy,2026-03-28 07:03:00,389.0,11.2111,1,leg_gt,2.53,60 -8395,buy_compound_top3,buy,2026-03-28 08:15:00,382.0,13.2508,1,leg_gt,2.48,60 -8396,buy_compound_top3,buy,2026-03-28 08:18:00,381.0,13.5483,1,leg_gt,2.48,60 -8397,buy_compound_top3,buy,2026-03-28 08:21:00,382.0,13.2508,1,leg_gt,2.48,60 -8398,buy_compound_top3,buy,2026-03-28 08:24:00,382.0,13.2508,1,leg_gt,2.48,60 -8399,buy_compound_top3,buy,2026-03-28 08:57:00,382.0,13.2508,1,leg_gt,2.45,60 -8400,buy_compound_top3,buy,2026-03-28 09:00:00,380.0,13.8474,1,leg_gt,2.45,60 -8401,buy_compound_top3,buy,2026-03-28 09:03:00,381.0,13.5483,1,leg_gt,2.45,60 -8402,buy_compound_top3,buy,2026-03-28 10:12:00,377.0,14.7541,1,leg_gt,2.4,60 -8403,buy_compound_top3,buy,2026-03-28 10:21:00,377.0,14.7541,1,leg_gt,2.4,60 -8404,buy_compound_top3,buy,2026-03-28 10:24:00,377.0,14.7541,1,leg_gt,2.39,60 -8405,buy_compound_top3,buy,2026-03-28 10:42:00,373.0,15.9858,1,leg_gt,2.38,60 -8406,buy_compound_top3,buy,2026-03-29 01:51:00,409.0,5.768,1,leg_gt,1.75,60 -8407,buy_compound_top3,buy,2026-03-29 01:54:00,408.0,6.0275,1,leg_gt,1.75,60 -8408,buy_compound_top3,buy,2026-03-29 07:12:00,411.0,5.2528,1,leg_gt,1.53,60 -8409,buy_compound_top3,buy,2026-03-29 08:27:00,409.0,5.768,1,leg_gt,1.48,60 -8410,buy_compound_top3,buy,2026-03-29 09:06:00,407.0,6.2882,1,leg_gt,1.45,60 -8411,buy_compound_top3,buy,2026-03-29 09:09:00,406.0,6.5502,1,leg_gt,1.45,60 -8412,buy_compound_top3,buy,2026-03-29 19:27:00,415.0,4.2373,1,leg_gt,1.02,60 -8413,buy_compound_top3,buy,2026-03-29 19:36:00,413.0,4.7426,1,leg_gt,1.01,60 -8414,buy_compound_top3,buy,2026-03-29 19:39:00,414.0,4.4894,1,leg_gt,1.01,60 -8415,buy_compound_top3,buy,2026-03-29 19:42:00,414.0,4.4894,1,leg_gt,1.01,60 -8416,buy_compound_top3,buy,2026-03-29 19:45:00,413.0,4.7426,1,leg_gt,1.0,60 -8417,buy_compound_top3,buy,2026-03-29 19:48:00,413.0,4.7426,1,leg_gt,1.0,60 -8418,buy_compound_top3,buy,2026-03-29 19:51:00,412.0,4.9971,1,leg_gt,1.0,60 -8419,buy_compound_top3,buy,2026-03-29 19:54:00,412.0,4.9971,1,leg_gt,1.0,60 -8420,buy_compound_top3,buy,2026-03-29 19:57:00,412.0,4.9971,1,leg_gt,1.0,60 -8421,buy_compound_top3,buy,2026-03-29 21:42:00,412.0,4.9971,1,leg_gt,0.92,60 -8422,buy_compound_top3,buy,2026-03-30 14:57:00,426.0,1.5432,1,leg_gt,0.2,60 -8423,buy_compound_top3,buy,2026-03-30 15:00:00,426.0,1.5432,1,leg_gt,0.2,60 -8424,buy_compound_top3,buy,2026-03-30 15:03:00,428.0,1.0682,1,leg_gt,0.2,60 -8425,buy_compound_top3,buy,2026-03-30 15:06:00,426.0,1.5432,1,leg_gt,0.2,60 -8426,buy_compound_top3,buy,2026-03-30 15:09:00,425.0,1.7824,1,leg_gt,0.2,60 -8427,buy_compound_top3,buy,2026-03-31 02:42:00,417.0,-2.4981,0,leg_gt,8.25,60 -8428,buy_compound_top3,buy,2026-03-31 02:45:00,418.0,-2.7316,0,leg_gt,8.25,60 -8429,buy_compound_top3,buy,2026-03-31 02:51:00,417.0,-2.4981,0,leg_gt,8.25,60 -8430,buy_compound_top3,buy,2026-03-31 02:54:00,416.0,-2.2635,0,leg_gt,8.24,60 -8431,buy_compound_top3,buy,2026-03-31 03:27:00,413.0,-1.5528,0,leg_gt,8.22,60 -8432,buy_compound_top3,buy,2026-03-31 03:30:00,414.0,-1.7908,0,leg_gt,8.22,60 -8433,buy_compound_top3,buy,2026-03-31 03:33:00,414.0,-1.7908,0,leg_gt,8.22,60 -8434,buy_compound_top3,buy,2026-03-31 03:36:00,415.0,-2.0277,0,leg_gt,8.21,60 -8435,buy_compound_top3,buy,2026-03-31 03:39:00,415.0,-2.0277,0,leg_gt,8.21,60 -8436,buy_compound_top3,buy,2026-03-31 03:45:00,413.0,-1.5528,0,leg_gt,8.21,60 -8437,buy_compound_top3,buy,2026-03-31 03:48:00,414.0,-1.7908,0,leg_gt,8.21,60 -8438,buy_compound_top3,buy,2026-03-31 03:51:00,413.0,-1.5528,0,leg_gt,8.2,60 -8439,buy_compound_top3,buy,2026-03-31 03:54:00,414.0,-1.7908,0,leg_gt,8.2,60 -8440,buy_compound_top3,buy,2026-03-31 03:57:00,413.0,-1.5528,0,leg_gt,8.2,60 -8441,buy_compound_top3,buy,2026-03-31 04:06:00,412.0,-1.3136,0,leg_gt,8.19,60 -8442,buy_compound_top3,buy,2026-03-31 04:09:00,412.0,-1.3136,0,leg_gt,8.19,60 -8443,buy_compound_top3,buy,2026-03-31 04:12:00,411.0,-1.0732,0,leg_gt,8.19,60 -8444,buy_compound_top3,buy,2026-03-31 08:15:00,413.0,-1.5528,0,leg_gt,8.02,60 -8445,buy_compound_top3,buy,2026-03-31 08:18:00,413.0,-1.5528,0,leg_gt,8.02,60 -8446,buy_compound_top3,buy,2026-03-31 18:00:00,419.0,-2.964,0,leg_gt,7.61,60 -8447,buy_compound_top3,buy,2026-03-31 18:03:00,419.0,-2.964,0,leg_gt,7.61,60 -8448,buy_compound_top3,buy,2026-03-31 18:12:00,420.0,-3.1952,0,leg_gt,7.61,60 -8449,buy_compound_top3,buy,2026-03-31 18:21:00,419.0,-2.964,0,leg_gt,7.6,60 -8450,buy_compound_top3,buy,2026-03-31 18:24:00,417.0,-2.4981,0,leg_gt,7.6,60 -8451,buy_compound_top3,buy,2026-03-31 18:27:00,417.0,-2.4981,0,leg_gt,7.6,60 -8452,buy_compound_top3,buy,2026-03-31 18:36:00,416.0,-2.2635,0,leg_gt,7.59,60 -8453,buy_compound_top3,buy,2026-03-31 18:39:00,417.0,-2.4981,0,leg_gt,7.59,60 -8454,buy_compound_top3,buy,2026-03-31 18:42:00,417.0,-2.4981,0,leg_gt,7.59,60 -8455,buy_compound_top3,buy,2026-03-31 20:00:00,416.0,-2.2635,0,leg_gt,7.53,60 -8456,buy_compound_top3,buy,2026-03-31 20:03:00,415.0,-2.0277,0,leg_gt,7.53,60 -8457,buy_compound_top3,buy,2026-03-31 20:30:00,415.0,-2.0277,0,leg_gt,7.51,60 -8458,buy_compound_top3,buy,2026-03-31 20:33:00,415.0,-2.0277,0,leg_gt,7.51,60 -8459,buy_compound_top3,buy,2026-04-01 00:06:00,414.0,-1.7908,0,leg_gt,7.36,60 -8460,buy_compound_top3,buy,2026-04-01 00:09:00,414.0,-1.7908,0,leg_gt,7.36,60 -8461,buy_compound_top3,buy,2026-04-01 03:21:00,415.0,-2.0277,0,leg_gt,7.22,60 -8462,buy_compound_top3,buy,2026-04-01 03:24:00,414.0,-1.7908,0,leg_gt,7.22,60 -8463,buy_compound_top3,buy,2026-04-01 07:42:00,415.0,-2.0277,0,leg_gt,7.04,60 -8464,buy_compound_top3,buy,2026-04-01 17:15:00,420.0,-3.1952,0,leg_gt,6.65,60 -8465,buy_compound_top3,buy,2026-04-01 17:18:00,420.0,-3.1952,0,leg_gt,6.64,60 -8466,buy_compound_top3,buy,2026-04-01 18:12:00,420.0,-3.1952,0,leg_gt,6.61,60 -8467,buy_compound_top3,buy,2026-04-01 18:21:00,419.0,-2.964,0,leg_gt,6.6,60 -8468,buy_compound_top3,buy,2026-04-01 18:24:00,419.0,-2.964,0,leg_gt,6.6,60 -8469,buy_compound_top3,buy,2026-04-01 18:27:00,420.0,-3.1952,0,leg_gt,6.6,60 -8470,buy_compound_top3,buy,2026-04-01 22:51:00,422.0,-3.6545,0,leg_gt,6.41,60 -8471,buy_compound_top3,buy,2026-04-01 22:54:00,422.0,-3.6545,0,leg_gt,6.41,60 -8472,buy_compound_top3,buy,2026-04-01 22:57:00,422.0,-3.6545,0,leg_gt,6.41,60 -8473,buy_compound_top3,buy,2026-04-01 23:00:00,421.0,-3.4254,0,leg_gt,6.41,60 -8474,buy_compound_top3,buy,2026-04-01 23:03:00,421.0,-3.4254,0,leg_gt,6.4,60 -8475,buy_compound_top3,buy,2026-04-02 02:30:00,422.0,-3.6545,0,leg_gt,6.26,60 -8476,buy_compound_top3,buy,2026-04-02 02:36:00,421.0,-3.4254,0,leg_gt,6.26,60 -8477,buy_compound_top3,buy,2026-04-02 02:39:00,422.0,-3.6545,0,leg_gt,6.25,60 -8478,buy_compound_top3,buy,2026-04-02 02:42:00,421.0,-3.4254,0,leg_gt,6.25,60 -8479,buy_compound_top3,buy,2026-04-02 02:51:00,421.0,-3.4254,0,leg_gt,6.25,60 -8480,buy_compound_top3,buy,2026-04-02 02:54:00,420.0,-3.1952,0,leg_gt,6.24,60 -8481,buy_compound_top3,buy,2026-04-02 02:57:00,419.0,-2.964,0,leg_gt,6.24,60 -8482,buy_compound_top3,buy,2026-04-02 03:00:00,420.0,-3.1952,0,leg_gt,6.24,60 -8483,buy_compound_top3,buy,2026-04-02 03:03:00,419.0,-2.964,0,leg_gt,6.24,60 -8484,buy_compound_top3,buy,2026-04-02 03:06:00,418.0,-2.7316,0,leg_gt,6.24,60 -8485,buy_compound_top3,buy,2026-04-02 03:09:00,419.0,-2.964,0,leg_gt,6.23,60 -8486,buy_compound_top3,buy,2026-04-02 07:27:00,420.0,-3.1952,0,leg_gt,6.05,60 -8487,buy_compound_top3,buy,2026-04-02 07:30:00,419.0,-2.964,0,leg_gt,6.05,60 -8488,buy_compound_top3,buy,2026-04-02 07:33:00,419.0,-2.964,0,leg_gt,6.05,60 -8489,buy_compound_top3,buy,2026-04-02 17:45:00,408.0,-0.3451,0,leg_gt,5.62,60 -8490,buy_compound_top3,buy,2026-04-02 17:48:00,409.0,-0.589,0,leg_gt,5.62,60 -8491,buy_compound_top3,buy,2026-04-02 18:06:00,408.0,-0.3451,0,leg_gt,5.61,60 -8492,buy_compound_top3,buy,2026-04-02 18:09:00,408.0,-0.3451,0,leg_gt,5.61,60 -8493,buy_compound_top3,buy,2026-04-02 18:12:00,407.0,-0.1,0,leg_gt,5.61,60 -8494,buy_compound_top3,buy,2026-04-02 18:15:00,407.0,-0.1,0,leg_gt,5.6,60 -8495,buy_compound_top3,buy,2026-04-02 18:18:00,407.0,-0.1,0,leg_gt,5.6,60 -8496,buy_compound_top3,buy,2026-04-02 18:21:00,406.0,0.1463,1,leg_gt,5.6,60 -8497,buy_compound_top3,buy,2026-04-02 18:24:00,407.0,-0.1,0,leg_gt,5.6,60 -8498,buy_compound_top3,buy,2026-04-02 20:42:00,408.0,-0.3451,0,leg_gt,5.5,60 -8499,buy_compound_top3,buy,2026-04-02 21:00:00,407.0,-0.1,0,leg_gt,5.49,60 -8500,buy_compound_top3,buy,2026-04-02 21:03:00,407.0,-0.1,0,leg_gt,5.49,60 -8501,buy_compound_top3,buy,2026-04-02 21:06:00,408.0,-0.3451,0,leg_gt,5.49,60 -8502,buy_compound_top3,buy,2026-04-02 21:09:00,407.0,-0.1,0,leg_gt,5.48,60 -8503,buy_compound_top3,buy,2026-04-02 21:12:00,406.0,0.1463,1,leg_gt,5.48,60 -8504,buy_compound_top3,buy,2026-04-02 22:57:00,401.0,1.3963,1,leg_gt,5.41,60 -8505,buy_compound_top3,buy,2026-04-03 02:51:00,403.0,0.8926,1,leg_gt,5.25,60 -8506,buy_compound_top3,buy,2026-04-03 02:54:00,403.0,0.8926,1,leg_gt,5.24,60 -8507,buy_compound_top3,buy,2026-04-03 02:57:00,403.0,0.8926,1,leg_gt,5.24,60 -8508,buy_compound_top3,buy,2026-04-03 03:09:00,403.0,0.8926,1,leg_gt,5.23,60 -8509,buy_compound_top3,buy,2026-04-03 06:51:00,403.0,0.8926,1,leg_gt,5.08,60 -8510,buy_compound_top3,buy,2026-04-03 06:54:00,404.0,0.6426,1,leg_gt,5.08,60 -8511,buy_compound_top3,buy,2026-04-03 10:00:00,403.0,0.8926,1,leg_gt,4.95,60 -8512,buy_compound_top3,buy,2026-04-03 10:03:00,402.0,1.1438,1,leg_gt,4.95,60 -8513,buy_compound_top3,buy,2026-04-03 10:15:00,402.0,1.1438,1,leg_gt,4.94,60 -8514,buy_compound_top3,buy,2026-04-03 10:18:00,402.0,1.1438,1,leg_gt,4.94,60 -8515,buy_compound_top3,buy,2026-04-03 22:12:00,411.0,-1.0732,0,leg_gt,4.44,60 -8516,buy_compound_top3,buy,2026-04-04 00:42:00,411.0,-1.0732,0,leg_gt,4.34,60 -8517,buy_compound_top3,buy,2026-04-04 00:57:00,409.0,-0.589,0,leg_gt,4.32,60 -8518,buy_compound_top3,buy,2026-04-04 03:12:00,409.0,-0.589,0,leg_gt,4.23,60 -8519,buy_compound_top3,buy,2026-04-04 03:30:00,409.0,-0.589,0,leg_gt,4.22,60 -8520,buy_compound_top3,buy,2026-04-04 03:33:00,409.0,-0.589,0,leg_gt,4.22,60 -8521,buy_compound_top3,buy,2026-04-04 03:57:00,407.0,-0.1,0,leg_gt,4.2,60 -8522,buy_compound_top3,buy,2026-04-04 04:00:00,408.0,-0.3451,0,leg_gt,4.2,60 -8523,buy_compound_top3,buy,2026-04-04 04:03:00,408.0,-0.3451,0,leg_gt,4.2,60 -8524,buy_compound_top3,buy,2026-04-04 04:15:00,406.0,0.1463,1,leg_gt,4.19,60 -8525,buy_compound_top3,buy,2026-04-04 04:18:00,405.0,0.3938,1,leg_gt,4.19,60 -8526,buy_compound_top3,buy,2026-04-04 04:30:00,405.0,0.3938,1,leg_gt,4.18,60 -8527,buy_compound_top3,buy,2026-04-04 04:33:00,406.0,0.1463,1,leg_gt,4.18,60 -8528,buy_compound_top3,buy,2026-04-04 06:51:00,405.0,0.3938,1,leg_gt,4.08,60 -8529,buy_compound_top3,buy,2026-04-04 06:54:00,405.0,0.3938,1,leg_gt,4.08,60 -8530,buy_compound_top3,buy,2026-04-04 07:51:00,403.0,0.8926,1,leg_gt,4.04,60 -8531,buy_compound_top3,buy,2026-04-04 07:54:00,403.0,0.8926,1,leg_gt,4.04,60 -8532,buy_compound_top3,buy,2026-04-04 08:00:00,403.0,0.8926,1,leg_gt,4.03,60 -8533,buy_compound_top3,buy,2026-04-04 08:03:00,404.0,0.6426,1,leg_gt,4.03,60 -8534,buy_compound_top3,buy,2026-04-04 08:15:00,403.0,0.8926,1,leg_gt,4.02,60 -8535,buy_compound_top3,buy,2026-04-04 08:18:00,403.0,0.8926,1,leg_gt,4.02,60 -8536,buy_compound_top3,buy,2026-04-04 08:27:00,402.0,1.1438,1,leg_gt,4.01,60 -8537,buy_compound_top3,buy,2026-04-04 11:57:00,401.0,1.3963,1,leg_gt,3.87,60 -8538,buy_compound_top3,buy,2026-04-04 14:15:00,402.0,1.1438,1,leg_gt,3.77,60 -8539,buy_compound_top3,buy,2026-04-04 14:18:00,402.0,1.1438,1,leg_gt,3.77,60 -8540,buy_compound_top3,buy,2026-04-04 14:51:00,401.0,1.3963,1,leg_gt,3.75,60 -8541,buy_compound_top3,buy,2026-04-04 14:54:00,402.0,1.1438,1,leg_gt,3.74,60 -8542,buy_compound_top3,buy,2026-04-04 18:12:00,397.0,2.4189,1,leg_gt,3.61,60 -8543,buy_compound_top3,buy,2026-04-04 18:15:00,396.0,2.6778,1,leg_gt,3.6,60 -8544,buy_compound_top3,buy,2026-04-04 18:18:00,395.0,2.938,1,leg_gt,3.6,60 -8545,buy_compound_top3,buy,2026-04-04 23:15:00,397.0,2.4189,1,leg_gt,3.4,60 -8546,buy_compound_top3,buy,2026-04-04 23:18:00,398.0,2.1613,1,leg_gt,3.39,60 -8547,buy_compound_top3,buy,2026-04-05 08:30:00,392.0,3.7265,1,leg_gt,3.01,60 -8548,buy_compound_top3,buy,2026-04-05 08:33:00,391.0,3.9921,1,leg_gt,3.01,60 -8549,buy_compound_top3,buy,2026-04-05 11:21:00,389.0,4.5272,1,leg_gt,2.89,60 -8550,buy_compound_top3,buy,2026-04-05 11:24:00,389.0,4.5272,1,leg_gt,2.89,60 -8551,buy_compound_top3,buy,2026-04-05 13:21:00,388.0,4.7969,1,leg_gt,2.81,60 -8552,buy_compound_top3,buy,2026-04-05 13:24:00,387.0,5.068,1,leg_gt,2.81,60 -8553,buy_compound_top3,buy,2026-04-05 13:27:00,388.0,4.7969,1,leg_gt,2.8,60 -8554,buy_compound_top3,buy,2026-04-05 15:21:00,383.0,6.1663,1,leg_gt,2.72,60 -8555,buy_compound_top3,buy,2026-04-05 15:24:00,383.0,6.1663,1,leg_gt,2.72,60 -8556,buy_compound_top3,buy,2026-04-05 16:27:00,382.0,6.4445,1,leg_gt,2.68,60 -8557,buy_compound_top3,buy,2026-04-05 16:45:00,379.0,7.2879,1,leg_gt,2.67,60 -8558,buy_compound_top3,buy,2026-04-05 16:48:00,380.0,7.0053,1,leg_gt,2.66,60 -8559,buy_compound_top3,buy,2026-04-05 16:51:00,379.0,7.2879,1,leg_gt,2.66,60 -8560,buy_compound_top3,buy,2026-04-05 16:54:00,379.0,7.2879,1,leg_gt,2.66,60 -8561,buy_compound_top3,buy,2026-04-05 19:57:00,376.0,8.1447,1,leg_gt,2.53,60 -8562,buy_compound_top3,buy,2026-04-05 20:06:00,376.0,8.1447,1,leg_gt,2.53,60 -8563,buy_compound_top3,buy,2026-04-05 20:09:00,376.0,8.1447,1,leg_gt,2.52,60 -8564,buy_compound_top3,buy,2026-04-05 21:42:00,375.0,8.4333,1,leg_gt,2.46,60 -8565,buy_compound_top3,buy,2026-04-05 21:51:00,375.0,8.4333,1,leg_gt,2.45,60 -8566,buy_compound_top3,buy,2026-04-05 21:54:00,376.0,8.1447,1,leg_gt,2.45,60 -8567,buy_compound_top3,buy,2026-04-06 00:12:00,376.0,8.1447,1,leg_gt,2.36,60 -8568,buy_compound_top3,buy,2026-04-06 00:15:00,375.0,8.4333,1,leg_gt,2.35,60 -8569,buy_compound_top3,buy,2026-04-06 00:18:00,376.0,8.1447,1,leg_gt,2.35,60 -8570,buy_compound_top3,buy,2026-04-06 04:00:00,376.0,8.1447,1,leg_gt,2.2,60 -8571,buy_compound_top3,buy,2026-04-06 04:03:00,376.0,8.1447,1,leg_gt,2.2,60 -8572,buy_compound_top3,buy,2026-04-06 04:15:00,375.0,8.4333,1,leg_gt,2.19,60 -8573,buy_compound_top3,buy,2026-04-06 04:18:00,375.0,8.4333,1,leg_gt,2.19,60 -8574,buy_compound_top3,buy,2026-04-06 04:27:00,375.0,8.4333,1,leg_gt,2.18,60 -8575,buy_compound_top3,buy,2026-04-06 04:30:00,374.0,8.7235,1,leg_gt,2.18,60 -8576,buy_compound_top3,buy,2026-04-06 04:33:00,373.0,9.0153,1,leg_gt,2.17,60 -8577,buy_compound_top3,buy,2026-04-06 04:51:00,370.0,9.9,1,leg_gt,2.16,60 -8578,buy_compound_top3,buy,2026-04-06 04:54:00,371.0,9.6035,1,leg_gt,2.16,60 -8579,buy_compound_top3,buy,2026-04-06 05:30:00,369.0,10.1981,1,leg_gt,2.14,60 -8580,buy_compound_top3,buy,2026-04-06 05:33:00,369.0,10.1981,1,leg_gt,2.13,60 -8581,buy_compound_top3,buy,2026-04-06 06:06:00,369.0,10.1981,1,leg_gt,2.11,60 -8582,buy_compound_top3,buy,2026-04-06 06:09:00,369.0,10.1981,1,leg_gt,2.11,60 -8583,buy_compound_top3,buy,2026-04-06 06:21:00,366.0,11.1022,1,leg_gt,2.1,60 -8584,buy_compound_top3,buy,2026-04-06 06:24:00,367.0,10.7992,1,leg_gt,2.1,60 -8585,buy_compound_top3,buy,2026-04-06 06:27:00,364.0,11.7132,1,leg_gt,2.1,60 -8586,buy_compound_top3,buy,2026-04-06 14:30:00,376.0,8.1447,1,leg_gt,1.76,60 -8587,buy_compound_top3,buy,2026-04-06 14:33:00,376.0,8.1447,1,leg_gt,1.76,60 -8588,buy_compound_top3,buy,2026-04-06 14:36:00,376.0,8.1447,1,leg_gt,1.76,60 -8589,buy_compound_top3,buy,2026-04-06 14:39:00,375.0,8.4333,1,leg_gt,1.75,60 -8590,buy_compound_top3,buy,2026-04-06 14:45:00,376.0,8.1447,1,leg_gt,1.75,60 -8591,buy_compound_top3,buy,2026-04-06 14:48:00,375.0,8.4333,1,leg_gt,1.75,60 -8592,buy_compound_top3,buy,2026-04-06 14:57:00,375.0,8.4333,1,leg_gt,1.74,60 -8593,buy_compound_top3,buy,2026-04-06 15:00:00,374.0,8.7235,1,leg_gt,1.74,60 -8594,buy_compound_top3,buy,2026-04-06 15:03:00,372.0,9.3086,1,leg_gt,1.74,60 -8595,buy_compound_top3,buy,2026-04-06 15:12:00,373.0,9.0153,1,leg_gt,1.73,60 -8596,buy_compound_top3,buy,2026-04-06 15:15:00,372.0,9.3086,1,leg_gt,1.73,60 -8597,buy_compound_top3,buy,2026-04-06 15:18:00,372.0,9.3086,1,leg_gt,1.73,60 -8598,buy_compound_top3,buy,2026-04-06 15:21:00,371.0,9.6035,1,leg_gt,1.72,60 -8599,buy_compound_top3,buy,2026-04-06 15:24:00,371.0,9.6035,1,leg_gt,1.72,60 -8600,buy_compound_top3,buy,2026-04-06 15:27:00,371.0,9.6035,1,leg_gt,1.72,60 -8601,buy_compound_top3,buy,2026-04-06 15:30:00,371.0,9.6035,1,leg_gt,1.72,60 -8602,buy_compound_top3,buy,2026-04-06 15:33:00,370.0,9.9,1,leg_gt,1.72,60 -8603,buy_compound_top3,buy,2026-04-06 23:51:00,379.0,7.2879,1,leg_gt,1.37,60 -8604,buy_compound_top3,buy,2026-04-06 23:54:00,380.0,7.0053,1,leg_gt,1.37,60 -8605,buy_compound_top3,buy,2026-04-07 02:21:00,376.0,8.1447,1,leg_gt,1.27,60 -8606,buy_compound_top3,buy,2026-04-07 02:24:00,378.0,7.572,1,leg_gt,1.26,60 -8607,buy_compound_top3,buy,2026-04-07 04:57:00,378.0,7.572,1,leg_gt,1.16,60 -8608,buy_compound_top3,buy,2026-04-07 06:36:00,376.0,8.1447,1,leg_gt,1.09,60 -8609,buy_compound_top3,buy,2026-04-07 06:39:00,375.0,8.4333,1,leg_gt,1.09,60 -8610,buy_compound_top3,buy,2026-04-07 06:45:00,375.0,8.4333,1,leg_gt,1.08,60 -8611,buy_compound_top3,buy,2026-04-07 06:48:00,374.0,8.7235,1,leg_gt,1.08,60 -8612,buy_compound_top3,buy,2026-04-07 06:57:00,374.0,8.7235,1,leg_gt,1.08,60 -8613,buy_compound_top3,buy,2026-04-07 07:27:00,372.0,9.3086,1,leg_gt,1.05,60 -8614,buy_compound_top3,buy,2026-04-07 07:30:00,372.0,9.3086,1,leg_gt,1.05,60 -8615,buy_compound_top3,buy,2026-04-07 07:33:00,372.0,9.3086,1,leg_gt,1.05,60 -8616,buy_compound_top3,buy,2026-04-07 08:06:00,367.0,10.7992,1,leg_gt,1.03,60 -8617,buy_compound_top3,buy,2026-04-07 08:09:00,366.0,11.1022,1,leg_gt,1.02,60 -8618,buy_compound_top3,buy,2026-04-07 08:15:00,367.0,10.7992,1,leg_gt,1.02,60 -8619,buy_compound_top3,buy,2026-04-07 08:18:00,366.0,11.1022,1,leg_gt,1.02,60 -8620,buy_compound_top3,buy,2026-04-07 08:21:00,365.0,11.4068,1,leg_gt,1.02,60 -8621,buy_compound_top3,buy,2026-04-07 08:24:00,366.0,11.1022,1,leg_gt,1.01,60 -8622,buy_compound_top3,buy,2026-04-07 11:12:00,365.0,11.4068,1,leg_gt,0.9,60 -8623,buy_compound_top3,buy,2026-04-07 15:21:00,366.0,11.1022,1,leg_gt,0.72,60 -8624,buy_compound_top3,buy,2026-04-07 15:24:00,365.0,11.4068,1,leg_gt,0.72,60 -8625,buy_compound_top3,buy,2026-04-07 21:15:00,368.0,10.4978,1,leg_gt,0.48,60 -8626,buy_compound_top3,buy,2026-04-07 21:18:00,369.0,10.1981,1,leg_gt,0.48,60 -8627,buy_compound_top3,buy,2026-04-07 21:21:00,368.0,10.4978,1,leg_gt,0.48,60 -8628,buy_compound_top3,buy,2026-04-07 21:24:00,368.0,10.4978,1,leg_gt,0.47,60 -8629,buy_compound_top3,buy,2026-04-07 21:30:00,368.0,10.4978,1,leg_gt,0.47,60 -8630,buy_compound_top3,buy,2026-04-07 21:33:00,367.0,10.7992,1,leg_gt,0.47,60 -8631,buy_compound_top3,buy,2026-04-07 21:36:00,366.0,11.1022,1,leg_gt,0.46,60 -8632,buy_compound_top3,buy,2026-04-07 21:39:00,367.0,10.7992,1,leg_gt,0.46,60 -8633,buy_compound_top3,buy,2026-04-08 00:51:00,366.0,11.1022,1,leg_gt,0.33,60 -8634,buy_compound_top3,buy,2026-04-08 00:54:00,367.0,10.7992,1,leg_gt,0.33,60 -8635,buy_compound_top3,buy,2026-04-08 09:51:00,397.0,12.7463,1,leg_gt,3.9,60 -8636,buy_compound_top3,buy,2026-04-08 09:54:00,394.0,13.6056,1,leg_gt,3.89,60 -8637,buy_compound_top3,buy,2026-04-08 10:00:00,394.0,13.6056,1,leg_gt,3.89,60 -8638,buy_compound_top3,buy,2026-04-08 10:03:00,394.0,13.6056,1,leg_gt,3.89,60 -8639,buy_compound_top3,buy,2026-04-08 10:06:00,394.0,13.6056,1,leg_gt,3.89,60 -8640,buy_compound_top3,buy,2026-04-08 10:09:00,394.0,13.6056,1,leg_gt,3.88,60 -8641,buy_compound_top3,buy,2026-04-08 10:12:00,392.0,14.1857,1,leg_gt,3.88,60 -8642,buy_compound_top3,buy,2026-04-08 10:15:00,392.0,14.1857,1,leg_gt,3.88,60 -8643,buy_compound_top3,buy,2026-04-08 10:18:00,392.0,14.1857,1,leg_gt,3.88,60 -8644,buy_compound_top3,buy,2026-04-08 10:21:00,392.0,14.1857,1,leg_gt,3.88,60 -8645,buy_compound_top3,buy,2026-04-08 10:24:00,392.0,14.1857,1,leg_gt,3.87,60 -8646,buy_compound_top3,buy,2026-04-08 11:27:00,390.0,14.7718,1,leg_gt,3.83,60 -8647,buy_compound_top3,buy,2026-04-08 11:42:00,389.0,15.0671,1,leg_gt,3.82,60 -8648,buy_compound_top3,buy,2026-04-08 11:51:00,388.0,15.3639,1,leg_gt,3.81,60 -8649,buy_compound_top3,buy,2026-04-08 11:54:00,388.0,15.3639,1,leg_gt,3.81,60 -8650,buy_compound_top3,buy,2026-04-08 11:57:00,389.0,15.0671,1,leg_gt,3.81,60 -8651,buy_compound_top3,buy,2026-04-08 12:21:00,387.0,15.6623,1,leg_gt,3.79,60 -8652,buy_compound_top3,buy,2026-04-08 12:24:00,387.0,15.6623,1,leg_gt,3.79,60 -8653,buy_compound_top3,buy,2026-04-08 17:00:00,389.0,15.0671,1,leg_gt,3.6,60 -8654,buy_compound_top3,buy,2026-04-08 17:03:00,389.0,15.0671,1,leg_gt,3.6,60 -8655,buy_compound_top3,buy,2026-04-08 17:06:00,389.0,15.0671,1,leg_gt,3.59,60 -8656,buy_compound_top3,buy,2026-04-08 17:09:00,389.0,15.0671,1,leg_gt,3.59,60 -8657,buy_compound_top3,buy,2026-04-08 17:21:00,389.0,15.0671,1,leg_gt,3.58,60 -8658,buy_compound_top3,buy,2026-04-08 17:24:00,390.0,14.7718,1,leg_gt,3.58,60 -8659,buy_compound_top3,buy,2026-04-08 20:45:00,388.0,15.3639,1,leg_gt,3.44,60 -8660,buy_compound_top3,buy,2026-04-08 20:48:00,387.0,15.6623,1,leg_gt,3.44,60 -8661,buy_compound_top3,buy,2026-04-09 03:42:00,388.0,15.3639,1,leg_gt,3.15,60 -8662,buy_compound_top3,buy,2026-04-09 03:45:00,388.0,15.3639,1,leg_gt,3.15,60 -8663,buy_compound_top3,buy,2026-04-09 03:48:00,387.0,15.6623,1,leg_gt,3.15,60 -8664,buy_compound_top3,buy,2026-04-09 04:06:00,384.0,16.5667,1,leg_gt,3.14,60 -8665,buy_compound_top3,buy,2026-04-09 04:09:00,385.0,16.2636,1,leg_gt,3.13,60 -8666,buy_compound_top3,buy,2026-04-09 04:12:00,385.0,16.2636,1,leg_gt,3.13,60 -8667,buy_compound_top3,buy,2026-04-09 07:21:00,384.0,16.5667,1,leg_gt,3.0,60 -8668,buy_compound_top3,buy,2026-04-09 07:24:00,384.0,16.5667,1,leg_gt,3.0,60 -8669,buy_compound_top3,buy,2026-04-09 07:27:00,385.0,16.2636,1,leg_gt,3.0,60 -8670,buy_compound_top3,buy,2026-04-09 08:27:00,383.0,16.8713,1,leg_gt,2.95,60 -8671,buy_compound_top3,buy,2026-04-09 09:36:00,380.0,17.7947,1,leg_gt,2.91,60 -8672,buy_compound_top3,buy,2026-04-09 09:39:00,379.0,18.1058,1,leg_gt,2.9,60 -8673,buy_compound_top3,buy,2026-04-09 09:45:00,379.0,18.1058,1,leg_gt,2.9,60 -8674,buy_compound_top3,buy,2026-04-09 09:48:00,380.0,17.7947,1,leg_gt,2.9,60 -8675,buy_compound_top3,buy,2026-04-09 09:51:00,380.0,17.7947,1,leg_gt,2.9,60 -8676,buy_compound_top3,buy,2026-04-09 09:54:00,379.0,18.1058,1,leg_gt,2.89,60 -8677,buy_compound_top3,buy,2026-04-09 10:21:00,378.0,18.4185,1,leg_gt,2.88,60 -8678,buy_compound_top3,buy,2026-04-09 10:24:00,377.0,18.7329,1,leg_gt,2.87,60 -8679,buy_compound_top3,buy,2026-04-10 08:30:00,399.0,12.1807,1,leg_gt,1.95,60 -8680,buy_compound_top3,buy,2026-04-10 08:33:00,398.0,12.4628,1,leg_gt,1.95,60 -8681,buy_compound_top3,buy,2026-04-10 08:36:00,398.0,12.4628,1,leg_gt,1.95,60 -8682,buy_compound_top3,buy,2026-04-10 08:39:00,397.0,12.7463,1,leg_gt,1.95,60 -8683,buy_compound_top3,buy,2026-04-10 17:12:00,399.0,12.1807,1,leg_gt,1.59,60 -8684,buy_compound_top3,buy,2026-04-10 17:51:00,398.0,12.4628,1,leg_gt,1.56,60 -8685,buy_compound_top3,buy,2026-04-10 17:54:00,398.0,12.4628,1,leg_gt,1.56,60 -8686,buy_compound_top3,buy,2026-04-10 19:51:00,398.0,12.4628,1,leg_gt,1.48,60 -8687,buy_compound_top3,buy,2026-04-10 19:54:00,398.0,12.4628,1,leg_gt,1.48,60 -8688,buy_compound_top3,buy,2026-04-10 19:57:00,398.0,12.4628,1,leg_gt,1.48,60 -8689,buy_compound_top3,buy,2026-04-10 23:12:00,399.0,12.1807,1,leg_gt,1.34,60 -8690,buy_compound_top3,buy,2026-04-11 08:12:00,414.0,8.1126,1,leg_gt,0.96,60 -8691,buy_compound_top3,buy,2026-04-11 09:27:00,412.0,8.6379,1,leg_gt,0.91,60 -8692,buy_compound_top3,buy,2026-04-11 15:12:00,418.0,7.077,1,leg_gt,0.67,60 -8693,buy_compound_top3,buy,2026-04-11 15:15:00,417.0,7.3341,1,leg_gt,0.67,60 -8694,buy_compound_top3,buy,2026-04-11 15:18:00,418.0,7.077,1,leg_gt,0.67,60 -8695,buy_compound_top3,buy,2026-04-11 19:57:00,418.0,7.077,1,leg_gt,0.48,60 -8696,buy_compound_top3,buy,2026-04-11 20:00:00,418.0,7.077,1,leg_gt,0.47,60 -8697,buy_compound_top3,buy,2026-04-11 20:03:00,420.0,6.5667,1,leg_gt,0.47,60 -8698,buy_compound_top3,buy,2026-04-11 21:27:00,417.0,7.3341,1,leg_gt,0.41,60 -8699,buy_compound_top3,buy,2026-04-11 21:36:00,418.0,7.077,1,leg_gt,0.41,60 -8700,buy_compound_top3,buy,2026-04-11 21:39:00,418.0,7.077,1,leg_gt,0.4,60 -8701,buy_compound_top3,buy,2026-04-11 21:51:00,417.0,7.3341,1,leg_gt,0.4,60 -8702,buy_compound_top3,buy,2026-04-11 21:54:00,417.0,7.3341,1,leg_gt,0.39,60 -8703,buy_compound_top3,buy,2026-04-11 21:57:00,417.0,7.3341,1,leg_gt,0.39,60 -8704,buy_compound_top3,buy,2026-04-11 22:15:00,413.0,8.3746,1,leg_gt,0.38,60 -8705,buy_compound_top3,buy,2026-04-11 22:18:00,412.0,8.6379,1,leg_gt,0.38,60 -8706,buy_compound_top3,buy,2026-04-11 22:21:00,412.0,8.6379,1,leg_gt,0.38,60 -8707,buy_compound_top3,buy,2026-04-11 22:24:00,411.0,8.9024,1,leg_gt,0.37,60 -8708,buy_compound_top3,buy,2026-04-11 22:27:00,411.0,8.9024,1,leg_gt,0.37,60 -8709,buy_compound_top3,buy,2026-04-12 11:00:00,423.0,13.848,1,leg_gt,2.24,60 -8710,buy_compound_top3,buy,2026-04-12 11:03:00,425.0,13.3118,1,leg_gt,2.24,60 -8711,buy_compound_top3,buy,2026-04-12 11:06:00,423.0,13.848,1,leg_gt,2.24,60 -8712,buy_compound_top3,buy,2026-04-12 11:09:00,424.0,13.5792,1,leg_gt,2.24,60 -8713,buy_compound_top3,buy,2026-04-12 14:27:00,425.0,13.3118,1,leg_gt,2.1,60 -8714,buy_compound_top3,buy,2026-04-12 22:12:00,431.0,11.7329,1,leg_gt,1.78,60 -8715,buy_compound_top3,buy,2026-04-12 22:15:00,430.0,11.993,1,leg_gt,1.78,60 -8716,buy_compound_top3,buy,2026-04-12 22:18:00,430.0,11.993,1,leg_gt,1.77,60 -8717,buy_compound_top3,buy,2026-04-12 22:21:00,430.0,11.993,1,leg_gt,1.77,60 -8718,buy_compound_top3,buy,2026-04-12 22:24:00,430.0,11.993,1,leg_gt,1.77,60 -8719,buy_compound_top3,buy,2026-04-12 22:27:00,431.0,11.7329,1,leg_gt,1.77,60 -8720,buy_compound_top3,buy,2026-04-12 22:51:00,426.0,13.0455,1,leg_gt,1.75,60 -8721,buy_compound_top3,buy,2026-04-12 22:54:00,427.0,12.7806,1,leg_gt,1.75,60 -8722,buy_compound_top3,buy,2026-04-12 22:57:00,425.0,13.3118,1,leg_gt,1.75,60 -8723,buy_compound_top3,buy,2026-04-12 23:00:00,425.0,13.3118,1,leg_gt,1.74,60 -8724,buy_compound_top3,buy,2026-04-12 23:03:00,424.0,13.5792,1,leg_gt,1.74,60 -8725,buy_compound_top3,buy,2026-04-12 23:06:00,424.0,13.5792,1,leg_gt,1.74,60 -8726,buy_compound_top3,buy,2026-04-12 23:09:00,425.0,13.3118,1,leg_gt,1.74,60 -8727,buy_compound_top3,buy,2026-04-13 06:42:00,433.0,11.2164,1,leg_gt,1.42,60 -8728,buy_compound_top3,buy,2026-04-13 06:45:00,432.0,11.4741,1,leg_gt,1.42,60 -8729,buy_compound_top3,buy,2026-04-13 06:48:00,432.0,11.4741,1,leg_gt,1.42,60 -8730,buy_compound_top3,buy,2026-04-13 06:51:00,433.0,11.2164,1,leg_gt,1.42,60 -8731,buy_compound_top3,buy,2026-04-13 06:54:00,433.0,11.2164,1,leg_gt,1.41,60 -8732,buy_compound_top3,buy,2026-04-13 07:15:00,430.0,11.993,1,leg_gt,1.4,60 -8733,buy_compound_top3,buy,2026-04-13 07:18:00,429.0,12.2543,1,leg_gt,1.4,60 -8734,buy_compound_top3,buy,2026-04-13 07:21:00,428.0,12.5168,1,leg_gt,1.4,60 -8735,buy_compound_top3,buy,2026-04-13 07:24:00,428.0,12.5168,1,leg_gt,1.39,60 -8736,buy_compound_top3,buy,2026-04-13 07:27:00,428.0,12.5168,1,leg_gt,1.39,60 -8737,buy_compound_top3,buy,2026-04-13 07:30:00,427.0,12.7806,1,leg_gt,1.39,60 -8738,buy_compound_top3,buy,2026-04-13 07:33:00,428.0,12.5168,1,leg_gt,1.39,60 -8739,buy_compound_top3,buy,2026-04-13 13:15:00,435.0,10.7046,1,leg_gt,1.15,60 -8740,buy_compound_top3,buy,2026-04-13 13:18:00,436.0,10.4505,1,leg_gt,1.15,60 -8741,buy_compound_top3,buy,2026-04-13 14:30:00,434.0,10.9599,1,leg_gt,1.1,60 -8742,buy_compound_top3,buy,2026-04-13 14:33:00,434.0,10.9599,1,leg_gt,1.1,60 -8743,buy_compound_top3,buy,2026-04-13 14:45:00,434.0,10.9599,1,leg_gt,1.09,60 -8744,buy_compound_top3,buy,2026-04-13 14:48:00,434.0,10.9599,1,leg_gt,1.09,60 -8745,buy_compound_top3,buy,2026-04-13 17:30:00,434.0,10.9599,1,leg_gt,0.97,60 -8746,buy_compound_top3,buy,2026-04-13 17:33:00,433.0,11.2164,1,leg_gt,0.97,60 -8747,buy_compound_top3,buy,2026-04-13 17:51:00,432.0,11.4741,1,leg_gt,0.96,60 -8748,buy_compound_top3,buy,2026-04-13 17:54:00,431.0,11.7329,1,leg_gt,0.96,60 -8749,buy_compound_top3,buy,2026-04-13 17:57:00,431.0,11.7329,1,leg_gt,0.95,60 -8750,buy_compound_top3,buy,2026-04-14 00:12:00,446.0,7.9717,1,leg_gt,0.69,60 -8751,buy_compound_top3,buy,2026-04-14 00:15:00,444.0,8.4586,1,leg_gt,0.69,60 -8752,buy_compound_top3,buy,2026-04-14 00:18:00,446.0,7.9717,1,leg_gt,0.69,60 -8753,buy_compound_top3,buy,2026-04-14 00:42:00,440.0,9.4455,1,leg_gt,0.67,60 -8754,buy_compound_top3,buy,2026-04-14 03:00:00,438.0,9.9457,1,leg_gt,0.58,60 -8755,buy_compound_top3,buy,2026-04-14 03:03:00,438.0,9.9457,1,leg_gt,0.57,60 -8756,buy_compound_top3,buy,2026-04-14 03:06:00,438.0,9.9457,1,leg_gt,0.57,60 -8757,buy_compound_top3,buy,2026-04-14 03:09:00,439.0,9.695,1,leg_gt,0.57,60 -8758,buy_compound_top3,buy,2026-04-14 03:15:00,438.0,9.9457,1,leg_gt,0.57,60 -8759,buy_compound_top3,buy,2026-04-14 03:18:00,438.0,9.9457,1,leg_gt,0.56,60 -8760,buy_compound_top3,buy,2026-04-14 19:42:00,468.0,3.3188,1,leg_gt,2.5,60 -8761,buy_compound_top3,buy,2026-04-14 19:45:00,468.0,3.3188,1,leg_gt,2.5,60 -8762,buy_compound_top3,buy,2026-04-14 19:48:00,467.0,3.5403,1,leg_gt,2.5,60 -8763,buy_compound_top3,buy,2026-04-14 20:45:00,464.0,4.2103,1,leg_gt,2.46,60 -8764,buy_compound_top3,buy,2026-04-14 20:48:00,462.0,4.6619,1,leg_gt,2.46,60 -8765,buy_compound_top3,buy,2026-04-14 20:51:00,463.0,4.4356,1,leg_gt,2.45,60 -8766,buy_compound_top3,buy,2026-04-14 20:54:00,463.0,4.4356,1,leg_gt,2.45,60 -8767,buy_compound_top3,buy,2026-04-14 20:57:00,462.0,4.6619,1,leg_gt,2.45,60 -8768,buy_compound_top3,buy,2026-04-14 21:30:00,459.0,5.3466,1,leg_gt,2.43,60 -8769,buy_compound_top3,buy,2026-04-14 21:33:00,459.0,5.3466,1,leg_gt,2.42,60 -8770,buy_compound_top3,buy,2026-04-14 23:36:00,460.0,5.1174,1,leg_gt,2.34,60 -8771,buy_compound_top3,buy,2026-04-14 23:39:00,458.0,5.5769,1,leg_gt,2.34,60 -8772,buy_compound_top3,buy,2026-04-14 23:42:00,458.0,5.5769,1,leg_gt,2.34,60 -8773,buy_compound_top3,buy,2026-04-14 23:45:00,458.0,5.5769,1,leg_gt,2.33,60 -8774,buy_compound_top3,buy,2026-04-14 23:48:00,460.0,5.1174,1,leg_gt,2.33,60 -8775,buy_compound_top3,buy,2026-04-15 01:00:00,457.0,5.8081,1,leg_gt,2.28,60 -8776,buy_compound_top3,buy,2026-04-15 01:03:00,457.0,5.8081,1,leg_gt,2.28,60 -8777,buy_compound_top3,buy,2026-04-15 01:06:00,456.0,6.0404,1,leg_gt,2.28,60 -8778,buy_compound_top3,buy,2026-04-15 01:09:00,457.0,5.8081,1,leg_gt,2.28,60 -8779,buy_compound_top3,buy,2026-04-15 01:12:00,457.0,5.8081,1,leg_gt,2.27,60 -8780,buy_compound_top3,buy,2026-04-15 01:15:00,456.0,6.0404,1,leg_gt,2.27,60 -8781,buy_compound_top3,buy,2026-04-15 01:18:00,456.0,6.0404,1,leg_gt,2.27,60 -8782,buy_compound_top3,buy,2026-04-15 01:21:00,456.0,6.0404,1,leg_gt,2.27,60 -8783,buy_compound_top3,buy,2026-04-15 01:24:00,455.0,6.2736,1,leg_gt,2.26,60 -8784,buy_compound_top3,buy,2026-04-15 01:27:00,456.0,6.0404,1,leg_gt,2.26,60 -8785,buy_compound_top3,buy,2026-04-15 01:51:00,455.0,6.2736,1,leg_gt,2.25,60 -8786,buy_compound_top3,buy,2026-04-15 01:54:00,454.0,6.5079,1,leg_gt,2.24,60 -8787,buy_compound_top3,buy,2026-04-15 02:51:00,450.0,7.4556,1,leg_gt,2.2,60 -8788,buy_compound_top3,buy,2026-04-15 02:54:00,452.0,6.9796,1,leg_gt,2.2,60 -8789,buy_compound_top3,buy,2026-04-15 03:21:00,449.0,7.6951,1,leg_gt,2.18,60 -8790,buy_compound_top3,buy,2026-04-15 03:24:00,447.0,8.1774,1,leg_gt,2.18,60 -8791,buy_compound_top3,buy,2026-04-15 03:36:00,445.0,8.664,1,leg_gt,2.17,60 -8792,buy_compound_top3,buy,2026-04-15 03:39:00,443.0,9.1551,1,leg_gt,2.17,60 -8793,buy_compound_top3,buy,2026-04-15 03:42:00,444.0,8.909,1,leg_gt,2.17,60 -8794,buy_compound_top3,buy,2026-04-15 03:45:00,443.0,9.1551,1,leg_gt,2.17,60 -8795,buy_compound_top3,buy,2026-04-15 03:48:00,441.0,9.6506,1,leg_gt,2.16,60 -8796,buy_compound_top3,buy,2026-04-15 03:57:00,440.0,9.9,1,leg_gt,2.16,60 -8797,buy_compound_top3,buy,2026-04-15 04:00:00,440.0,9.9,1,leg_gt,2.16,60 -8798,buy_compound_top3,buy,2026-04-15 04:03:00,441.0,9.6506,1,leg_gt,2.15,60 -8799,buy_compound_top3,buy,2026-04-15 15:42:00,441.0,9.6506,1,leg_gt,1.67,60 -8800,buy_compound_top3,buy,2026-04-15 16:00:00,440.0,9.9,1,leg_gt,1.66,60 -8801,buy_compound_top3,buy,2026-04-15 16:03:00,439.0,10.1506,1,leg_gt,1.65,60 -8802,buy_compound_top3,buy,2026-04-15 16:06:00,439.0,10.1506,1,leg_gt,1.65,60 -8803,buy_compound_top3,buy,2026-04-15 16:09:00,440.0,9.9,1,leg_gt,1.65,60 -8804,buy_compound_top3,buy,2026-04-15 16:27:00,438.0,10.4023,1,leg_gt,1.64,60 -8805,buy_compound_top3,buy,2026-04-15 16:30:00,438.0,10.4023,1,leg_gt,1.64,60 -8806,buy_compound_top3,buy,2026-04-15 16:33:00,437.0,10.6551,1,leg_gt,1.63,60 -8807,buy_compound_top3,buy,2026-04-15 16:36:00,437.0,10.6551,1,leg_gt,1.63,60 -8808,buy_compound_top3,buy,2026-04-15 16:39:00,438.0,10.4023,1,leg_gt,1.63,60 -8809,buy_compound_top3,buy,2026-04-15 16:42:00,436.0,10.9092,1,leg_gt,1.63,60 -8810,buy_compound_top3,buy,2026-04-15 23:06:00,438.0,10.4023,1,leg_gt,1.36,60 -8811,buy_compound_top3,buy,2026-04-15 23:09:00,438.0,10.4023,1,leg_gt,1.36,60 -8812,buy_compound_top3,buy,2026-04-15 23:42:00,438.0,10.4023,1,leg_gt,1.34,60 -8813,buy_compound_top3,buy,2026-04-16 00:21:00,438.0,10.4023,1,leg_gt,1.31,60 -8814,buy_compound_top3,buy,2026-04-16 00:24:00,438.0,10.4023,1,leg_gt,1.31,60 -8815,buy_compound_top3,buy,2026-04-16 00:27:00,436.0,10.9092,1,leg_gt,1.3,60 -8816,buy_compound_top3,buy,2026-04-16 00:30:00,437.0,10.6551,1,leg_gt,1.3,60 -8817,buy_compound_top3,buy,2026-04-16 00:33:00,436.0,10.9092,1,leg_gt,1.3,60 -8818,buy_compound_top3,buy,2026-04-16 00:36:00,436.0,10.9092,1,leg_gt,1.3,60 -8819,buy_compound_top3,buy,2026-04-16 00:39:00,437.0,10.6551,1,leg_gt,1.3,60 -8820,buy_compound_top3,buy,2026-04-16 13:51:00,455.0,6.2736,1,leg_gt,0.75,60 -8821,buy_compound_top3,buy,2026-04-16 13:54:00,455.0,6.2736,1,leg_gt,0.74,60 -8822,buy_compound_top3,buy,2026-04-16 13:57:00,454.0,6.5079,1,leg_gt,0.74,60 -8823,buy_compound_top3,buy,2026-04-16 14:06:00,455.0,6.2736,1,leg_gt,0.74,60 -8824,buy_compound_top3,buy,2026-04-16 14:09:00,454.0,6.5079,1,leg_gt,0.73,60 -8825,buy_compound_top3,buy,2026-04-16 17:30:00,454.0,6.5079,1,leg_gt,0.59,60 -8826,buy_compound_top3,buy,2026-04-16 17:33:00,453.0,6.7433,1,leg_gt,0.59,60 -8827,buy_compound_top3,buy,2026-04-16 17:36:00,453.0,6.7433,1,leg_gt,0.59,60 -8828,buy_compound_top3,buy,2026-04-16 17:39:00,453.0,6.7433,1,leg_gt,0.59,60 -8829,buy_compound_top3,buy,2026-04-16 17:42:00,453.0,6.7433,1,leg_gt,0.59,60 -8830,buy_compound_top3,buy,2026-04-17 10:30:00,474.0,-19.5093,0,leg_gt,19.38,60 -8831,buy_compound_top3,buy,2026-04-17 10:33:00,474.0,-19.5093,0,leg_gt,19.38,60 -8832,buy_compound_top3,buy,2026-04-17 10:36:00,475.0,-19.6789,0,leg_gt,19.37,60 -8833,buy_compound_top3,buy,2026-04-17 10:39:00,475.0,-19.6789,0,leg_gt,19.37,60 -8834,buy_compound_top3,buy,2026-04-17 10:42:00,472.0,-19.1678,0,leg_gt,19.37,60 -8835,buy_compound_top3,buy,2026-04-17 11:00:00,471.0,-18.996,0,leg_gt,19.36,60 -8836,buy_compound_top3,buy,2026-04-17 11:03:00,470.0,-18.8234,0,leg_gt,19.35,60 -8837,buy_compound_top3,buy,2026-04-17 11:27:00,468.0,-18.4761,0,leg_gt,19.34,60 -8838,buy_compound_top3,buy,2026-04-17 11:30:00,466.0,-18.1258,0,leg_gt,19.34,60 -8839,buy_compound_top3,buy,2026-04-17 11:33:00,467.0,-18.3013,0,leg_gt,19.33,60 -8840,buy_compound_top3,buy,2026-04-17 13:57:00,470.0,-18.8234,0,leg_gt,19.23,60 -8841,buy_compound_top3,buy,2026-04-17 14:21:00,466.0,-18.1258,0,leg_gt,19.22,60 -8842,buy_compound_top3,buy,2026-04-17 14:24:00,465.0,-17.9495,0,leg_gt,19.21,60 -8843,buy_compound_top3,buy,2026-04-17 14:27:00,465.0,-17.9495,0,leg_gt,19.21,60 -8844,buy_compound_top3,buy,2026-04-17 14:42:00,463.0,-17.5946,0,leg_gt,19.2,60 -8845,buy_compound_top3,buy,2026-04-17 19:21:00,467.0,-18.3013,0,leg_gt,19.01,60 -8846,buy_compound_top3,buy,2026-04-17 19:24:00,468.0,-18.4761,0,leg_gt,19.01,60 -8847,buy_compound_top3,buy,2026-04-17 19:36:00,466.0,-18.1258,0,leg_gt,19.0,60 -8848,buy_compound_top3,buy,2026-04-17 19:39:00,466.0,-18.1258,0,leg_gt,19.0,60 -8849,buy_compound_top3,buy,2026-04-17 19:42:00,464.0,-17.7724,0,leg_gt,18.99,60 -8850,buy_compound_top3,buy,2026-04-17 20:00:00,463.0,-17.5946,0,leg_gt,18.98,60 -8851,buy_compound_top3,buy,2026-04-17 20:03:00,462.0,-17.416,0,leg_gt,18.98,60 -8852,buy_compound_top3,buy,2026-04-17 20:06:00,462.0,-17.416,0,leg_gt,18.98,60 -8853,buy_compound_top3,buy,2026-04-17 20:09:00,459.0,-16.8756,0,leg_gt,18.98,60 -8854,buy_compound_top3,buy,2026-04-17 20:21:00,459.0,-16.8756,0,leg_gt,18.97,60 -8855,buy_compound_top3,buy,2026-04-17 20:24:00,458.0,-16.6939,0,leg_gt,18.96,60 -8856,buy_compound_top3,buy,2026-04-17 20:27:00,459.0,-16.8756,0,leg_gt,18.96,60 -8857,buy_compound_top3,buy,2026-04-17 20:42:00,458.0,-16.6939,0,leg_gt,18.95,60 -8858,buy_compound_top3,buy,2026-04-17 20:57:00,455.0,-16.144,0,leg_gt,18.94,60 -8859,buy_compound_top3,buy,2026-04-17 21:00:00,454.0,-15.959,0,leg_gt,18.94,60 -8860,buy_compound_top3,buy,2026-04-17 21:03:00,454.0,-15.959,0,leg_gt,18.94,60 -8861,buy_compound_top3,buy,2026-04-17 21:06:00,456.0,-16.3281,0,leg_gt,18.94,60 -8862,buy_compound_top3,buy,2026-04-17 21:09:00,453.0,-15.7733,0,leg_gt,18.93,60 -8863,buy_compound_top3,buy,2026-04-18 00:21:00,452.0,-15.5867,0,leg_gt,18.8,60 -8864,buy_compound_top3,buy,2026-04-18 00:24:00,450.0,-15.2111,0,leg_gt,18.8,60 -8865,buy_compound_top3,buy,2026-04-18 00:42:00,443.0,-13.8698,0,leg_gt,18.79,60 -8866,buy_compound_top3,buy,2026-04-18 00:45:00,443.0,-13.8698,0,leg_gt,18.78,60 -8867,buy_compound_top3,buy,2026-04-18 00:48:00,441.0,-13.4787,0,leg_gt,18.78,60 -8868,buy_compound_top3,buy,2026-04-18 03:27:00,428.0,-10.8477,0,leg_gt,18.67,60 -8869,buy_compound_top3,buy,2026-04-18 03:30:00,423.0,-9.7927,0,leg_gt,18.67,60 -8870,buy_compound_top3,buy,2026-04-18 03:33:00,423.0,-9.7927,0,leg_gt,18.67,60 -8871,buy_compound_top3,buy,2026-04-18 03:36:00,421.0,-9.3637,0,leg_gt,18.66,60 -8872,buy_compound_top3,buy,2026-04-18 03:39:00,419.0,-8.9305,0,leg_gt,18.66,60 -8873,buy_compound_top3,buy,2026-04-18 06:45:00,419.0,-8.9305,0,leg_gt,18.53,60 -8874,buy_compound_top3,buy,2026-04-18 06:48:00,418.0,-8.7124,0,leg_gt,18.53,60 -8875,buy_compound_top3,buy,2026-04-18 06:51:00,419.0,-8.9305,0,leg_gt,18.53,60 -8876,buy_compound_top3,buy,2026-04-18 06:54:00,419.0,-8.9305,0,leg_gt,18.53,60 -8877,buy_compound_top3,buy,2026-04-18 07:12:00,417.0,-8.4933,0,leg_gt,18.51,60 -8878,buy_compound_top3,buy,2026-04-18 07:15:00,417.0,-8.4933,0,leg_gt,18.51,60 -8879,buy_compound_top3,buy,2026-04-18 07:18:00,416.0,-8.2731,0,leg_gt,18.51,60 -8880,buy_compound_top3,buy,2026-04-18 07:45:00,414.0,-7.8295,0,leg_gt,18.49,60 -8881,buy_compound_top3,buy,2026-04-18 07:48:00,414.0,-7.8295,0,leg_gt,18.49,60 -8882,buy_compound_top3,buy,2026-04-18 09:00:00,414.0,-7.8295,0,leg_gt,18.44,60 -8883,buy_compound_top3,buy,2026-04-18 09:03:00,414.0,-7.8295,0,leg_gt,18.44,60 -8884,buy_compound_top3,buy,2026-04-18 17:36:00,416.0,-8.2731,0,leg_gt,18.08,60 -8885,buy_compound_top3,buy,2026-04-18 17:39:00,416.0,-8.2731,0,leg_gt,18.08,60 -8886,buy_compound_top3,buy,2026-04-18 17:42:00,417.0,-8.4933,0,leg_gt,18.08,60 -8887,buy_compound_top3,buy,2026-04-18 19:21:00,414.0,-7.8295,0,leg_gt,18.01,60 -8888,buy_compound_top3,buy,2026-04-18 19:24:00,415.0,-8.0518,0,leg_gt,18.01,60 -8889,buy_compound_top3,buy,2026-04-18 19:27:00,415.0,-8.0518,0,leg_gt,18.0,60 -8890,buy_compound_top3,buy,2026-04-18 20:00:00,412.0,-7.3816,0,leg_gt,17.98,60 -8891,buy_compound_top3,buy,2026-04-18 20:03:00,411.0,-7.156,0,leg_gt,17.98,60 -8892,buy_compound_top3,buy,2026-04-18 20:06:00,409.0,-6.7015,0,leg_gt,17.98,60 -8893,buy_compound_top3,buy,2026-04-18 20:09:00,408.0,-6.4725,0,leg_gt,17.98,60 -8894,buy_compound_top3,buy,2026-04-18 20:15:00,408.0,-6.4725,0,leg_gt,17.97,60 -8895,buy_compound_top3,buy,2026-04-18 20:18:00,406.0,-6.0113,0,leg_gt,17.97,60 -8896,buy_compound_top3,buy,2026-04-19 01:00:00,405.0,-5.779,0,leg_gt,17.77,60 -8897,buy_compound_top3,buy,2026-04-19 01:03:00,404.0,-5.5455,0,leg_gt,17.77,60 -8898,buy_compound_top3,buy,2026-04-19 01:30:00,403.0,-5.3109,0,leg_gt,17.75,60 -8899,buy_compound_top3,buy,2026-04-19 01:33:00,402.0,-5.0751,0,leg_gt,17.75,60 -8900,buy_compound_top3,buy,2026-04-19 01:57:00,399.0,-4.3607,0,leg_gt,17.73,60 -8901,buy_compound_top3,buy,2026-04-19 02:00:00,398.0,-4.1201,0,leg_gt,17.73,60 -8902,buy_compound_top3,buy,2026-04-19 02:03:00,398.0,-4.1201,0,leg_gt,17.73,60 -8903,buy_compound_top3,buy,2026-04-19 04:00:00,396.0,-3.6354,0,leg_gt,17.65,60 -8904,buy_compound_top3,buy,2026-04-19 04:03:00,397.0,-3.8783,0,leg_gt,17.65,60 -8905,buy_compound_top3,buy,2026-04-19 04:30:00,395.0,-3.3911,0,leg_gt,17.63,60 -8906,buy_compound_top3,buy,2026-04-19 04:33:00,394.0,-3.1457,0,leg_gt,17.62,60 -8907,buy_compound_top3,buy,2026-04-19 04:42:00,393.0,-2.899,0,leg_gt,17.62,60 -8908,buy_compound_top3,buy,2026-04-19 04:45:00,392.0,-2.651,0,leg_gt,17.62,60 -8909,buy_compound_top3,buy,2026-04-19 04:48:00,393.0,-2.899,0,leg_gt,17.61,60 -8910,buy_compound_top3,buy,2026-04-19 05:45:00,392.0,-2.651,0,leg_gt,17.58,60 -8911,buy_compound_top3,buy,2026-04-19 05:48:00,392.0,-2.651,0,leg_gt,17.57,60 -8912,buy_compound_top3,buy,2026-04-19 08:51:00,392.0,-2.651,0,leg_gt,17.45,60 -8913,buy_compound_top3,buy,2026-04-19 08:54:00,391.0,-2.4018,0,leg_gt,17.44,60 -8914,buy_compound_top3,buy,2026-04-19 09:12:00,389.0,-1.8995,0,leg_gt,17.43,60 -8915,buy_compound_top3,buy,2026-04-19 09:15:00,389.0,-1.8995,0,leg_gt,17.43,60 -8916,buy_compound_top3,buy,2026-04-19 09:18:00,390.0,-2.1513,0,leg_gt,17.43,60 -8917,buy_compound_top3,buy,2026-04-19 09:27:00,390.0,-2.1513,0,leg_gt,17.42,60 -8918,buy_compound_top3,buy,2026-04-19 09:30:00,389.0,-1.8995,0,leg_gt,17.42,60 -8919,buy_compound_top3,buy,2026-04-19 09:33:00,388.0,-1.6464,0,leg_gt,17.42,60 -8920,buy_compound_top3,buy,2026-04-19 09:36:00,388.0,-1.6464,0,leg_gt,17.41,60 -8921,buy_compound_top3,buy,2026-04-19 09:39:00,386.0,-1.1363,0,leg_gt,17.41,60 -8922,buy_compound_top3,buy,2026-04-19 11:36:00,387.0,-1.392,0,leg_gt,17.33,60 -8923,buy_compound_top3,buy,2026-04-19 11:39:00,388.0,-1.6464,0,leg_gt,17.33,60 -8924,buy_compound_top3,buy,2026-04-19 13:42:00,386.0,-1.1363,0,leg_gt,17.24,60 -8925,buy_compound_top3,buy,2026-04-19 14:30:00,386.0,-1.1363,0,leg_gt,17.21,60 -8926,buy_compound_top3,buy,2026-04-19 14:33:00,386.0,-1.1363,0,leg_gt,17.21,60 -8927,buy_compound_top3,buy,2026-04-19 15:12:00,387.0,-1.392,0,leg_gt,17.18,60 -8928,buy_compound_top3,buy,2026-04-20 00:42:00,394.0,-3.1457,0,leg_gt,16.79,60 -8929,buy_compound_top3,buy,2026-04-20 00:45:00,394.0,-3.1457,0,leg_gt,16.78,60 -8930,buy_compound_top3,buy,2026-04-20 00:48:00,395.0,-3.3911,0,leg_gt,16.78,60 -8931,buy_compound_top3,buy,2026-04-20 02:12:00,393.0,-2.899,0,leg_gt,16.72,60 -8932,buy_compound_top3,buy,2026-04-20 02:15:00,392.0,-2.651,0,leg_gt,16.72,60 -8933,buy_compound_top3,buy,2026-04-20 02:18:00,392.0,-2.651,0,leg_gt,16.72,60 -8934,buy_compound_top3,buy,2026-04-20 02:21:00,392.0,-2.651,0,leg_gt,16.72,60 -8935,buy_compound_top3,buy,2026-04-20 02:24:00,391.0,-2.4018,0,leg_gt,16.71,60 -8936,buy_compound_top3,buy,2026-04-20 02:27:00,391.0,-2.4018,0,leg_gt,16.71,60 -8937,buy_compound_top3,buy,2026-04-20 02:42:00,390.0,-2.1513,0,leg_gt,16.7,60 -8938,buy_compound_top3,buy,2026-04-20 02:51:00,390.0,-2.1513,0,leg_gt,16.7,60 -8939,buy_compound_top3,buy,2026-04-20 02:54:00,389.0,-1.8995,0,leg_gt,16.69,60 -8940,buy_compound_top3,buy,2026-04-20 02:57:00,390.0,-2.1513,0,leg_gt,16.69,60 -8941,buy_compound_top3,buy,2026-04-20 05:21:00,389.0,-1.8995,0,leg_gt,16.59,60 -8942,buy_compound_top3,buy,2026-04-20 05:24:00,389.0,-1.8995,0,leg_gt,16.59,60 -8943,buy_compound_top3,buy,2026-04-20 05:27:00,389.0,-1.8995,0,leg_gt,16.59,60 -8944,buy_compound_top3,buy,2026-04-20 07:12:00,387.0,-1.392,0,leg_gt,16.51,60 -8945,buy_compound_top3,buy,2026-04-20 07:15:00,386.0,-1.1363,0,leg_gt,16.51,60 -8946,buy_compound_top3,buy,2026-04-20 07:18:00,384.0,-0.6208,0,leg_gt,16.51,60 -8947,buy_compound_top3,buy,2026-04-20 14:15:00,388.0,-1.6464,0,leg_gt,16.22,60 -8948,buy_compound_top3,buy,2026-04-20 14:18:00,387.0,-1.392,0,leg_gt,16.22,60 -8949,buy_compound_top3,buy,2026-04-20 14:21:00,387.0,-1.392,0,leg_gt,16.22,60 -8950,buy_compound_top3,buy,2026-04-20 14:24:00,388.0,-1.6464,0,leg_gt,16.21,60 -8951,buy_compound_top3,buy,2026-04-20 14:36:00,386.0,-1.1363,0,leg_gt,16.21,60 -8952,buy_compound_top3,buy,2026-04-20 14:39:00,386.0,-1.1363,0,leg_gt,16.2,60 -8953,buy_compound_top3,buy,2026-04-20 14:42:00,386.0,-1.1363,0,leg_gt,16.2,60 -8954,buy_compound_top3,buy,2026-04-20 14:45:00,385.0,-0.8792,0,leg_gt,16.2,60 -8955,buy_compound_top3,buy,2026-04-20 14:48:00,387.0,-1.392,0,leg_gt,16.2,60 -8956,buy_compound_top3,buy,2026-04-21 00:12:00,390.0,-2.1513,0,leg_gt,15.81,60 -8957,buy_compound_top3,buy,2026-04-21 07:57:00,393.0,-2.899,0,leg_gt,15.48,60 -8958,buy_compound_top3,buy,2026-04-21 08:12:00,391.0,-2.4018,0,leg_gt,15.47,60 -8959,buy_compound_top3,buy,2026-04-21 09:27:00,390.0,-2.1513,0,leg_gt,15.42,60 -8960,buy_compound_top3,buy,2026-04-21 12:12:00,389.0,-1.8995,0,leg_gt,15.31,60 -8961,buy_compound_top3,buy,2026-04-21 12:15:00,389.0,-1.8995,0,leg_gt,15.3,60 -8962,buy_compound_top3,buy,2026-04-21 12:18:00,389.0,-1.8995,0,leg_gt,15.3,60 -8963,buy_compound_top3,buy,2026-04-21 12:21:00,389.0,-1.8995,0,leg_gt,15.3,60 -8964,buy_compound_top3,buy,2026-04-21 12:24:00,388.0,-1.6464,0,leg_gt,15.3,60 -8965,buy_compound_top3,buy,2026-04-21 12:27:00,388.0,-1.6464,0,leg_gt,15.3,60 -8966,buy_compound_top3,buy,2026-04-21 22:15:00,389.0,-1.8995,0,leg_gt,14.89,60 -8967,buy_compound_top3,buy,2026-04-21 22:18:00,389.0,-1.8995,0,leg_gt,14.89,60 -8968,buy_compound_top3,buy,2026-04-22 00:00:00,389.0,-1.8995,0,leg_gt,14.81,60 -8969,buy_compound_top3,buy,2026-04-22 00:03:00,388.0,-1.6464,0,leg_gt,14.81,60 -8970,buy_compound_top3,buy,2026-04-22 02:27:00,387.0,-1.392,0,leg_gt,14.71,60 -8971,buy_compound_top3,buy,2026-04-22 02:30:00,387.0,-1.392,0,leg_gt,14.71,60 -8972,buy_compound_top3,buy,2026-04-22 02:33:00,388.0,-1.6464,0,leg_gt,14.71,60 -8973,buy_compound_top3,buy,2026-04-22 04:51:00,386.0,-1.1363,0,leg_gt,14.61,60 -8974,buy_compound_top3,buy,2026-04-22 04:54:00,385.0,-0.8792,0,leg_gt,14.61,60 -8975,buy_compound_top3,buy,2026-04-22 04:57:00,386.0,-1.1363,0,leg_gt,14.61,60 -8976,buy_compound_top3,buy,2026-04-22 07:42:00,386.0,-1.1363,0,leg_gt,14.49,60 -8977,buy_compound_top3,buy,2026-04-22 10:27:00,386.0,-1.1363,0,leg_gt,14.38,60 -8978,buy_compound_top3,buy,2026-04-23 01:27:00,395.0,-3.3911,0,leg_gt,13.75,60 -8979,buy_compound_top3,buy,2026-04-23 05:42:00,398.0,-4.1201,0,leg_gt,13.58,60 -8980,buy_compound_top3,buy,2026-04-23 05:45:00,398.0,-4.1201,0,leg_gt,13.58,60 -8981,buy_compound_top3,buy,2026-04-23 05:48:00,398.0,-4.1201,0,leg_gt,13.57,60 -8982,buy_compound_top3,buy,2026-04-23 05:51:00,398.0,-4.1201,0,leg_gt,13.57,60 -8983,buy_compound_top3,buy,2026-04-23 05:54:00,398.0,-4.1201,0,leg_gt,13.57,60 -8984,buy_compound_top3,buy,2026-04-23 05:57:00,396.0,-3.6354,0,leg_gt,13.57,60 -8985,buy_compound_top3,buy,2026-04-23 07:42:00,397.0,-3.8783,0,leg_gt,13.49,60 -8986,buy_compound_top3,buy,2026-04-23 07:57:00,395.0,-3.3911,0,leg_gt,13.48,60 -8987,buy_compound_top3,buy,2026-04-23 08:00:00,396.0,-3.6354,0,leg_gt,13.48,60 -8988,buy_compound_top3,buy,2026-04-23 08:03:00,394.0,-3.1457,0,leg_gt,13.48,60 -8989,buy_compound_top3,buy,2026-04-23 08:21:00,394.0,-3.1457,0,leg_gt,13.47,60 -8990,buy_compound_top3,buy,2026-04-23 08:24:00,394.0,-3.1457,0,leg_gt,13.46,60 -8991,buy_compound_top3,buy,2026-04-23 08:27:00,392.0,-2.651,0,leg_gt,13.46,60 -8992,buy_compound_top3,buy,2026-04-23 08:42:00,391.0,-2.4018,0,leg_gt,13.45,60 -8993,buy_compound_top3,buy,2026-04-23 08:45:00,392.0,-2.651,0,leg_gt,13.45,60 -8994,buy_compound_top3,buy,2026-04-23 08:48:00,392.0,-2.651,0,leg_gt,13.45,60 -8995,buy_compound_top3,buy,2026-04-23 08:51:00,391.0,-2.4018,0,leg_gt,13.45,60 -8996,buy_compound_top3,buy,2026-04-23 08:54:00,391.0,-2.4018,0,leg_gt,13.44,60 -8997,buy_compound_top3,buy,2026-04-23 08:57:00,391.0,-2.4018,0,leg_gt,13.44,60 -8998,buy_compound_top3,buy,2026-04-23 09:00:00,390.0,-2.1513,0,leg_gt,13.44,60 -8999,buy_compound_top3,buy,2026-04-23 09:03:00,391.0,-2.4018,0,leg_gt,13.44,60 -9000,buy_compound_top3,buy,2026-04-23 09:06:00,390.0,-2.1513,0,leg_gt,13.44,60 -9001,buy_compound_top3,buy,2026-04-23 09:09:00,390.0,-2.1513,0,leg_gt,13.43,60 -9002,buy_compound_top3,buy,2026-04-23 09:12:00,389.0,-1.8995,0,leg_gt,13.43,60 -9003,buy_compound_top3,buy,2026-04-23 11:45:00,387.0,-1.392,0,leg_gt,13.32,60 -9004,buy_compound_top3,buy,2026-04-23 11:48:00,387.0,-1.392,0,leg_gt,13.32,60 -9005,buy_compound_top3,buy,2026-04-23 17:06:00,389.0,-1.8995,0,leg_gt,13.1,60 -9006,buy_compound_top3,buy,2026-04-23 17:09:00,389.0,-1.8995,0,leg_gt,13.1,60 -9007,buy_compound_top3,buy,2026-04-23 17:42:00,389.0,-1.8995,0,leg_gt,13.08,60 -9008,buy_compound_top3,buy,2026-04-23 18:45:00,388.0,-1.6464,0,leg_gt,13.03,60 -9009,buy_compound_top3,buy,2026-04-23 18:48:00,388.0,-1.6464,0,leg_gt,13.03,60 -9010,buy_compound_top3,buy,2026-04-23 18:51:00,388.0,-1.6464,0,leg_gt,13.03,60 -9011,buy_compound_top3,buy,2026-04-23 18:54:00,388.0,-1.6464,0,leg_gt,13.03,60 -9012,buy_compound_top3,buy,2026-04-23 19:21:00,386.0,-1.1363,0,leg_gt,13.01,60 -9013,buy_compound_top3,buy,2026-04-23 19:24:00,387.0,-1.392,0,leg_gt,13.01,60 -9014,buy_compound_top3,buy,2026-04-23 19:27:00,387.0,-1.392,0,leg_gt,13.0,60 -9015,buy_compound_top3,buy,2026-04-24 02:12:00,387.0,-1.392,0,leg_gt,12.72,60 -9016,buy_compound_top3,buy,2026-04-24 02:27:00,386.0,-1.1363,0,leg_gt,12.71,60 -9017,buy_compound_top3,buy,2026-04-24 02:51:00,383.0,-0.3611,0,leg_gt,12.7,60 -9018,buy_compound_top3,buy,2026-04-24 02:54:00,384.0,-0.6208,0,leg_gt,12.69,60 -9019,buy_compound_top3,buy,2026-04-24 12:00:00,393.0,-2.899,0,leg_gt,12.31,60 -9020,buy_compound_top3,buy,2026-04-24 12:03:00,392.0,-2.651,0,leg_gt,12.31,60 -9021,buy_compound_top3,buy,2026-04-24 12:06:00,392.0,-2.651,0,leg_gt,12.31,60 -9022,buy_compound_top3,buy,2026-04-24 12:09:00,392.0,-2.651,0,leg_gt,12.31,60 -9023,buy_compound_top3,buy,2026-04-24 12:15:00,392.0,-2.651,0,leg_gt,12.3,60 -9024,buy_compound_top3,buy,2026-04-24 12:18:00,392.0,-2.651,0,leg_gt,12.3,60 -9025,buy_compound_top3,buy,2026-04-24 12:21:00,392.0,-2.651,0,leg_gt,12.3,60 -9026,buy_compound_top3,buy,2026-04-24 12:24:00,390.0,-2.1513,0,leg_gt,12.3,60 -9027,buy_compound_top3,buy,2026-04-24 12:27:00,391.0,-2.4018,0,leg_gt,12.3,60 -9028,buy_compound_top3,buy,2026-04-24 12:30:00,391.0,-2.4018,0,leg_gt,12.29,60 -9029,buy_compound_top3,buy,2026-04-24 12:33:00,390.0,-2.1513,0,leg_gt,12.29,60 -9030,buy_compound_top3,buy,2026-04-24 14:00:00,389.0,-1.8995,0,leg_gt,12.23,60 -9031,buy_compound_top3,buy,2026-04-24 14:03:00,390.0,-2.1513,0,leg_gt,12.23,60 -9032,buy_compound_top3,buy,2026-04-24 16:51:00,389.0,-1.8995,0,leg_gt,12.11,60 -9033,buy_compound_top3,buy,2026-04-24 16:54:00,389.0,-1.8995,0,leg_gt,12.11,60 -9034,buy_compound_top3,buy,2026-04-24 16:57:00,388.0,-1.6464,0,leg_gt,12.11,60 -9035,buy_compound_top3,buy,2026-04-25 00:12:00,389.0,-1.8995,0,leg_gt,11.81,60 -9036,buy_compound_top3,buy,2026-04-25 04:36:00,388.0,-1.6464,0,leg_gt,11.62,60 -9037,buy_compound_top3,buy,2026-04-25 04:39:00,389.0,-1.8995,0,leg_gt,11.62,60 -9038,buy_compound_top3,buy,2026-04-25 08:00:00,387.0,-1.392,0,leg_gt,11.48,60 -9039,buy_compound_top3,buy,2026-04-25 08:03:00,387.0,-1.392,0,leg_gt,11.48,60 -9040,buy_compound_top3,buy,2026-04-25 09:42:00,389.0,-1.8995,0,leg_gt,11.41,60 -9041,buy_compound_top3,buy,2026-04-25 09:45:00,387.0,-1.392,0,leg_gt,11.41,60 -9042,buy_compound_top3,buy,2026-04-25 09:48:00,388.0,-1.6464,0,leg_gt,11.41,60 -9043,buy_compound_top3,buy,2026-04-25 16:51:00,389.0,-1.8995,0,leg_gt,11.11,60 -9044,buy_compound_top3,buy,2026-04-25 16:54:00,389.0,-1.8995,0,leg_gt,11.11,60 -9045,buy_compound_top3,buy,2026-04-25 16:57:00,390.0,-2.1513,0,leg_gt,11.11,60 -9046,buy_compound_top3,buy,2026-04-25 17:00:00,388.0,-1.6464,0,leg_gt,11.11,60 -9047,buy_compound_top3,buy,2026-04-25 17:03:00,389.0,-1.8995,0,leg_gt,11.1,60 -9048,buy_compound_top3,buy,2026-04-25 17:21:00,389.0,-1.8995,0,leg_gt,11.09,60 -9049,buy_compound_top3,buy,2026-04-25 17:24:00,388.0,-1.6464,0,leg_gt,11.09,60 -9050,buy_compound_top3,buy,2026-04-25 20:36:00,389.0,-1.8995,0,leg_gt,10.96,60 -9051,buy_compound_top3,buy,2026-04-25 20:39:00,388.0,-1.6464,0,leg_gt,10.95,60 -9052,buy_compound_top3,buy,2026-04-25 20:42:00,389.0,-1.8995,0,leg_gt,10.95,60 -9053,buy_compound_top3,buy,2026-04-25 23:27:00,387.0,-1.392,0,leg_gt,10.84,60 -9054,buy_compound_top3,buy,2026-04-26 00:15:00,386.0,-1.1363,0,leg_gt,10.8,60 -9055,buy_compound_top3,buy,2026-04-26 00:18:00,386.0,-1.1363,0,leg_gt,10.8,60 -9056,buy_compound_top3,buy,2026-04-26 02:42:00,383.0,-0.3611,0,leg_gt,10.7,60 -9057,buy_compound_top3,buy,2026-04-26 02:45:00,383.0,-0.3611,0,leg_gt,10.7,60 -9058,buy_compound_top3,buy,2026-04-26 02:48:00,383.0,-0.3611,0,leg_gt,10.7,60 -9059,buy_compound_top3,buy,2026-04-26 10:27:00,383.0,-0.3611,0,leg_gt,10.38,60 -9060,buy_compound_top3,buy,2026-04-26 10:30:00,383.0,-0.3611,0,leg_gt,10.38,60 -9061,buy_compound_top3,buy,2026-04-26 10:33:00,383.0,-0.3611,0,leg_gt,10.38,60 -9062,buy_compound_top3,buy,2026-04-26 10:36:00,383.0,-0.3611,0,leg_gt,10.37,60 -9063,buy_compound_top3,buy,2026-04-26 10:39:00,384.0,-0.6208,0,leg_gt,10.37,60 -9064,buy_compound_top3,buy,2026-04-26 10:45:00,382.0,-0.1,0,leg_gt,10.37,60 -9065,buy_compound_top3,buy,2026-04-26 10:48:00,382.0,-0.1,0,leg_gt,10.36,60 -9066,buy_compound_top3,buy,2026-04-26 10:51:00,382.0,-0.1,0,leg_gt,10.36,60 -9067,buy_compound_top3,buy,2026-04-26 10:54:00,382.0,-0.1,0,leg_gt,10.36,60 -9068,buy_compound_top3,buy,2026-04-26 10:57:00,382.0,-0.1,0,leg_gt,10.36,60 -9069,buy_compound_top3,buy,2026-04-26 11:00:00,382.0,-0.1,0,leg_gt,10.36,60 -9070,buy_compound_top3,buy,2026-04-26 11:03:00,382.0,-0.1,0,leg_gt,10.35,60 -9071,buy_compound_top3,buy,2026-04-26 12:42:00,383.0,-0.3611,0,leg_gt,10.29,60 -9072,buy_compound_top3,buy,2026-04-26 18:12:00,387.0,-1.392,0,leg_gt,10.06,60 -9073,buy_compound_top3,buy,2026-04-26 20:12:00,387.0,-1.392,0,leg_gt,9.97,60 -9074,buy_compound_top3,buy,2026-04-26 21:30:00,386.0,-1.1363,0,leg_gt,9.92,60 -9075,buy_compound_top3,buy,2026-04-26 21:33:00,386.0,-1.1363,0,leg_gt,9.92,60 -9076,buy_compound_top3,buy,2026-04-26 21:57:00,385.0,-0.8792,0,leg_gt,9.9,60 -9077,buy_compound_top3,buy,2026-04-26 22:00:00,385.0,-0.8792,0,leg_gt,9.9,60 -9078,buy_compound_top3,buy,2026-04-26 22:03:00,385.0,-0.8792,0,leg_gt,9.9,60 -9079,buy_compound_top3,buy,2026-04-27 13:00:00,388.0,-1.6464,0,leg_gt,9.27,60 -9080,buy_compound_top3,buy,2026-04-27 13:03:00,388.0,-1.6464,0,leg_gt,9.27,60 -9081,buy_compound_top3,buy,2026-04-27 13:12:00,389.0,-1.8995,0,leg_gt,9.26,60 -9082,buy_compound_top3,buy,2026-04-27 13:21:00,388.0,-1.6464,0,leg_gt,9.26,60 -9083,buy_compound_top3,buy,2026-04-27 13:24:00,388.0,-1.6464,0,leg_gt,9.26,60 -9084,buy_compound_top3,buy,2026-04-27 14:42:00,383.0,-0.3611,0,leg_gt,9.2,60 -9085,buy_compound_top3,buy,2026-04-27 15:42:00,378.0,0.9582,1,leg_gt,9.16,60 -9086,buy_compound_top3,buy,2026-04-27 15:45:00,379.0,0.6916,1,leg_gt,9.16,60 -9087,buy_compound_top3,buy,2026-04-27 15:48:00,379.0,0.6916,1,leg_gt,9.16,60 -9088,buy_compound_top3,buy,2026-04-27 16:30:00,377.0,1.2263,1,leg_gt,9.13,60 -9089,buy_compound_top3,buy,2026-04-27 16:33:00,377.0,1.2263,1,leg_gt,9.12,60 -9090,buy_compound_top3,buy,2026-04-27 16:36:00,376.0,1.4957,1,leg_gt,9.12,60 -9091,buy_compound_top3,buy,2026-04-27 16:39:00,377.0,1.2263,1,leg_gt,9.12,60 -9092,buy_compound_top3,buy,2026-04-27 16:42:00,377.0,1.2263,1,leg_gt,9.12,60 -9093,buy_compound_top3,buy,2026-04-27 17:30:00,375.0,1.7667,1,leg_gt,9.09,60 -9094,buy_compound_top3,buy,2026-04-27 17:33:00,375.0,1.7667,1,leg_gt,9.08,60 -9095,buy_compound_top3,buy,2026-04-27 18:21:00,375.0,1.7667,1,leg_gt,9.05,60 -9096,buy_compound_top3,buy,2026-04-27 18:24:00,375.0,1.7667,1,leg_gt,9.05,60 -9097,buy_compound_top3,buy,2026-04-27 18:27:00,375.0,1.7667,1,leg_gt,9.05,60 -9098,buy_compound_top3,buy,2026-04-27 22:57:00,376.0,1.4957,1,leg_gt,8.86,60 -9099,buy_compound_top3,buy,2026-04-28 00:30:00,374.0,2.039,1,leg_gt,8.79,60 -9100,buy_compound_top3,buy,2026-04-28 00:33:00,372.0,2.5882,1,leg_gt,8.79,60 -9101,buy_compound_top3,buy,2026-04-28 00:42:00,373.0,2.3129,1,leg_gt,8.79,60 -9102,buy_compound_top3,buy,2026-04-28 00:45:00,372.0,2.5882,1,leg_gt,8.78,60 -9103,buy_compound_top3,buy,2026-04-28 00:48:00,372.0,2.5882,1,leg_gt,8.78,60 -9104,buy_compound_top3,buy,2026-04-28 00:51:00,372.0,2.5882,1,leg_gt,8.78,60 -9105,buy_compound_top3,buy,2026-04-28 00:54:00,372.0,2.5882,1,leg_gt,8.78,60 -9106,buy_compound_top3,buy,2026-04-28 11:45:00,375.0,1.7667,1,leg_gt,8.32,60 -9107,buy_compound_top3,buy,2026-04-28 11:48:00,376.0,1.4957,1,leg_gt,8.32,60 -9108,buy_compound_top3,buy,2026-04-28 12:51:00,374.0,2.039,1,leg_gt,8.28,60 -9109,buy_compound_top3,buy,2026-04-28 12:54:00,375.0,1.7667,1,leg_gt,8.28,60 -9110,buy_compound_top3,buy,2026-04-28 13:12:00,374.0,2.039,1,leg_gt,8.26,60 -9111,buy_compound_top3,buy,2026-04-28 13:21:00,374.0,2.039,1,leg_gt,8.26,60 -9112,buy_compound_top3,buy,2026-04-28 13:24:00,375.0,1.7667,1,leg_gt,8.26,60 -9113,buy_compound_top3,buy,2026-04-28 14:42:00,373.0,2.3129,1,leg_gt,8.2,60 -9114,buy_compound_top3,buy,2026-04-28 14:57:00,374.0,2.039,1,leg_gt,8.19,60 -9115,buy_compound_top3,buy,2026-04-28 15:51:00,372.0,2.5882,1,leg_gt,8.15,60 -9116,buy_compound_top3,buy,2026-04-28 15:54:00,373.0,2.3129,1,leg_gt,8.15,60 -9117,buy_compound_top3,buy,2026-04-28 16:15:00,372.0,2.5882,1,leg_gt,8.14,60 -9118,buy_compound_top3,buy,2026-04-28 16:18:00,370.0,3.1432,1,leg_gt,8.14,60 -9119,buy_compound_top3,buy,2026-04-28 16:27:00,370.0,3.1432,1,leg_gt,8.13,60 -9120,buy_compound_top3,buy,2026-04-28 16:30:00,371.0,2.865,1,leg_gt,8.13,60 -9121,buy_compound_top3,buy,2026-04-28 16:33:00,371.0,2.865,1,leg_gt,8.12,60 -9122,buy_compound_top3,buy,2026-04-28 21:21:00,371.0,2.865,1,leg_gt,7.92,60 -9123,buy_compound_top3,buy,2026-04-28 21:24:00,371.0,2.865,1,leg_gt,7.92,60 -9124,buy_compound_top3,buy,2026-04-29 10:51:00,374.0,2.039,1,leg_gt,7.36,60 -9125,buy_compound_top3,buy,2026-04-29 10:54:00,373.0,2.3129,1,leg_gt,7.36,60 -9126,buy_compound_top3,buy,2026-04-29 15:42:00,373.0,2.3129,1,leg_gt,7.16,60 -9127,buy_compound_top3,buy,2026-04-29 22:36:00,372.0,2.5882,1,leg_gt,6.87,60 -9128,buy_compound_top3,buy,2026-04-29 22:39:00,372.0,2.5882,1,leg_gt,6.87,60 -9129,buy_compound_top3,buy,2026-04-29 22:42:00,373.0,2.3129,1,leg_gt,6.87,60 -9130,buy_compound_top3,buy,2026-04-29 22:45:00,372.0,2.5882,1,leg_gt,6.87,60 -9131,buy_compound_top3,buy,2026-04-29 22:48:00,372.0,2.5882,1,leg_gt,6.86,60 -9132,buy_compound_top3,buy,2026-04-29 22:51:00,374.0,2.039,1,leg_gt,6.86,60 -9133,buy_compound_top3,buy,2026-04-29 22:54:00,373.0,2.3129,1,leg_gt,6.86,60 -9134,buy_compound_top3,buy,2026-04-29 23:06:00,371.0,2.865,1,leg_gt,6.85,60 -9135,buy_compound_top3,buy,2026-04-29 23:09:00,372.0,2.5882,1,leg_gt,6.85,60 -9136,buy_compound_top3,buy,2026-04-30 00:27:00,371.0,2.865,1,leg_gt,6.8,60 -9137,buy_compound_top3,buy,2026-04-30 00:42:00,368.0,3.7043,1,leg_gt,6.79,60 -9138,buy_compound_top3,buy,2026-04-30 00:45:00,368.0,3.7043,1,leg_gt,6.78,60 -9139,buy_compound_top3,buy,2026-04-30 00:48:00,368.0,3.7043,1,leg_gt,6.78,60 -9140,buy_compound_top3,buy,2026-04-30 00:51:00,368.0,3.7043,1,leg_gt,6.78,60 -9141,buy_compound_top3,buy,2026-04-30 00:54:00,367.0,3.9872,1,leg_gt,6.78,60 -9142,buy_compound_top3,buy,2026-04-30 01:45:00,367.0,3.9872,1,leg_gt,6.74,60 -9143,buy_compound_top3,buy,2026-04-30 03:27:00,362.0,5.4249,1,leg_gt,6.67,60 -9144,buy_compound_top3,buy,2026-04-30 03:30:00,360.0,6.0111,1,leg_gt,6.67,60 -9145,buy_compound_top3,buy,2026-04-30 03:33:00,360.0,6.0111,1,leg_gt,6.67,60 -9146,buy_compound_top3,buy,2026-04-30 11:51:00,369.0,3.423,1,leg_gt,6.32,60 -9147,buy_compound_top3,buy,2026-04-30 11:54:00,369.0,3.423,1,leg_gt,6.32,60 -9148,buy_compound_top3,buy,2026-04-30 13:42:00,369.0,3.423,1,leg_gt,6.24,60 -9149,buy_compound_top3,buy,2026-04-30 13:57:00,368.0,3.7043,1,leg_gt,6.23,60 -9150,buy_compound_top3,buy,2026-04-30 18:21:00,365.0,4.5575,1,leg_gt,6.05,60 -9151,buy_compound_top3,buy,2026-04-30 18:24:00,366.0,4.2716,1,leg_gt,6.05,60 -9152,buy_compound_top3,buy,2026-04-30 18:51:00,365.0,4.5575,1,leg_gt,6.03,60 -9153,buy_compound_top3,buy,2026-04-30 18:54:00,365.0,4.5575,1,leg_gt,6.03,60 -9154,buy_compound_top3,buy,2026-04-30 22:45:00,361.0,5.7172,1,leg_gt,5.87,60 -9155,buy_compound_top3,buy,2026-04-30 22:48:00,361.0,5.7172,1,leg_gt,5.86,60 -9156,buy_compound_top3,buy,2026-05-01 06:42:00,363.0,5.1342,1,leg_gt,5.54,60 -9157,buy_compound_top3,buy,2026-05-01 13:51:00,361.0,5.7172,1,leg_gt,5.24,60 -9158,buy_compound_top3,buy,2026-05-01 13:54:00,362.0,5.4249,1,leg_gt,5.24,60 -9159,buy_compound_top3,buy,2026-05-01 14:00:00,361.0,5.7172,1,leg_gt,5.23,60 -9160,buy_compound_top3,buy,2026-05-01 14:03:00,360.0,6.0111,1,leg_gt,5.23,60 -9161,buy_compound_top3,buy,2026-05-01 14:36:00,360.0,6.0111,1,leg_gt,5.21,60 -9162,buy_compound_top3,buy,2026-05-01 14:39:00,360.0,6.0111,1,leg_gt,5.2,60 -9163,buy_compound_top3,buy,2026-05-01 14:45:00,359.0,6.3067,1,leg_gt,5.2,60 -9164,buy_compound_top3,buy,2026-05-01 14:48:00,360.0,6.0111,1,leg_gt,5.2,60 -9165,buy_compound_top3,buy,2026-05-01 14:57:00,359.0,6.3067,1,leg_gt,5.19,60 -9166,buy_compound_top3,buy,2026-05-01 15:06:00,359.0,6.3067,1,leg_gt,5.19,60 -9167,buy_compound_top3,buy,2026-05-01 15:09:00,359.0,6.3067,1,leg_gt,5.18,60 -9168,buy_compound_top3,buy,2026-05-01 15:45:00,357.0,6.9028,1,leg_gt,5.16,60 -9169,buy_compound_top3,buy,2026-05-01 15:48:00,357.0,6.9028,1,leg_gt,5.16,60 -9170,buy_compound_top3,buy,2026-05-01 15:51:00,356.0,7.2034,1,leg_gt,5.15,60 -9171,buy_compound_top3,buy,2026-05-01 15:54:00,356.0,7.2034,1,leg_gt,5.15,60 -9172,buy_compound_top3,buy,2026-05-01 15:57:00,356.0,7.2034,1,leg_gt,5.15,60 -9173,buy_compound_top3,buy,2026-05-01 16:00:00,356.0,7.2034,1,leg_gt,5.15,60 -9174,buy_compound_top3,buy,2026-05-01 16:03:00,357.0,6.9028,1,leg_gt,5.15,60 -9175,buy_compound_top3,buy,2026-05-01 19:12:00,353.0,8.1153,1,leg_gt,5.01,60 -9176,buy_compound_top3,buy,2026-05-01 19:15:00,355.0,7.5056,1,leg_gt,5.01,60 -9177,buy_compound_top3,buy,2026-05-01 19:18:00,355.0,7.5056,1,leg_gt,5.01,60 -9178,buy_compound_top3,buy,2026-05-01 19:21:00,355.0,7.5056,1,leg_gt,5.01,60 -9179,buy_compound_top3,buy,2026-05-01 19:24:00,355.0,7.5056,1,leg_gt,5.01,60 -9180,buy_compound_top3,buy,2026-05-01 19:36:00,353.0,8.1153,1,leg_gt,5.0,60 -9181,buy_compound_top3,buy,2026-05-01 19:39:00,353.0,8.1153,1,leg_gt,5.0,60 -9182,buy_compound_top3,buy,2026-05-01 20:42:00,353.0,8.1153,1,leg_gt,4.95,60 -9183,buy_compound_top3,buy,2026-05-02 01:30:00,352.0,8.4227,1,leg_gt,4.75,60 -9184,buy_compound_top3,buy,2026-05-02 01:33:00,351.0,8.7319,1,leg_gt,4.75,60 -9185,buy_compound_top3,buy,2026-05-02 01:36:00,352.0,8.4227,1,leg_gt,4.75,60 -9186,buy_compound_top3,buy,2026-05-02 01:39:00,352.0,8.4227,1,leg_gt,4.75,60 -9187,buy_compound_top3,buy,2026-05-02 05:51:00,353.0,8.1153,1,leg_gt,4.57,60 -9188,buy_compound_top3,buy,2026-05-02 05:54:00,352.0,8.4227,1,leg_gt,4.57,60 -9189,buy_compound_top3,buy,2026-05-02 06:15:00,350.0,9.0429,1,leg_gt,4.55,60 -9190,buy_compound_top3,buy,2026-05-02 06:18:00,351.0,8.7319,1,leg_gt,4.55,60 -9191,buy_compound_top3,buy,2026-05-02 08:36:00,348.0,9.6701,1,leg_gt,4.46,60 -9192,buy_compound_top3,buy,2026-05-02 08:39:00,348.0,9.6701,1,leg_gt,4.45,60 -9193,buy_compound_top3,buy,2026-05-02 12:21:00,347.0,9.9865,1,leg_gt,4.3,60 -9194,buy_compound_top3,buy,2026-05-02 12:24:00,347.0,9.9865,1,leg_gt,4.3,60 -9195,buy_compound_top3,buy,2026-05-02 14:27:00,345.0,10.6246,1,leg_gt,4.21,60 -9196,buy_compound_top3,buy,2026-05-03 07:27:00,360.0,6.0111,1,leg_gt,3.5,60 -9197,buy_compound_top3,buy,2026-05-03 07:30:00,359.0,6.3067,1,leg_gt,3.5,60 -9198,buy_compound_top3,buy,2026-05-03 07:33:00,360.0,6.0111,1,leg_gt,3.5,60 -9199,buy_compound_top3,buy,2026-05-03 08:15:00,358.0,6.6039,1,leg_gt,3.47,60 -9200,buy_compound_top3,buy,2026-05-03 08:18:00,359.0,6.3067,1,leg_gt,3.47,60 -9201,buy_compound_top3,buy,2026-05-03 09:21:00,358.0,6.6039,1,leg_gt,3.42,60 -9202,buy_compound_top3,buy,2026-05-03 09:24:00,358.0,6.6039,1,leg_gt,3.42,60 -9203,buy_compound_top3,buy,2026-05-03 09:27:00,358.0,6.6039,1,leg_gt,3.42,60 -9204,buy_compound_top3,buy,2026-05-03 09:36:00,359.0,6.3067,1,leg_gt,3.41,60 -9205,buy_compound_top3,buy,2026-05-03 09:39:00,358.0,6.6039,1,leg_gt,3.41,60 -9206,buy_compound_top3,buy,2026-05-03 09:51:00,357.0,6.9028,1,leg_gt,3.4,60 -9207,buy_compound_top3,buy,2026-05-03 09:54:00,358.0,6.6039,1,leg_gt,3.4,60 -9208,buy_compound_top3,buy,2026-05-03 10:12:00,356.0,7.2034,1,leg_gt,3.39,60 -9209,buy_compound_top3,buy,2026-05-03 10:21:00,355.0,7.5056,1,leg_gt,3.38,60 -9210,buy_compound_top3,buy,2026-05-03 10:24:00,356.0,7.2034,1,leg_gt,3.38,60 -9211,buy_compound_top3,buy,2026-05-03 10:42:00,356.0,7.2034,1,leg_gt,3.37,60 -9212,buy_compound_top3,buy,2026-05-03 11:27:00,355.0,7.5056,1,leg_gt,3.34,60 -9213,buy_compound_top3,buy,2026-05-03 15:30:00,353.0,8.1153,1,leg_gt,3.17,60 -9214,buy_compound_top3,buy,2026-05-03 15:33:00,354.0,7.8096,1,leg_gt,3.17,60 -9215,buy_compound_top3,buy,2026-05-03 22:57:00,353.0,8.1153,1,leg_gt,2.86,60 -9216,buy_compound_top3,buy,2026-05-04 05:57:00,355.0,7.5056,1,leg_gt,2.57,60 -9217,buy_compound_top3,buy,2026-05-04 08:21:00,353.0,8.1153,1,leg_gt,2.47,60 -9218,buy_compound_top3,buy,2026-05-04 08:24:00,353.0,8.1153,1,leg_gt,2.46,60 -9219,buy_compound_top3,buy,2026-05-04 08:27:00,353.0,8.1153,1,leg_gt,2.46,60 -9220,buy_compound_top3,buy,2026-05-04 08:36:00,352.0,8.4227,1,leg_gt,2.46,60 -9221,buy_compound_top3,buy,2026-05-04 08:39:00,352.0,8.4227,1,leg_gt,2.45,60 -9222,buy_compound_top3,buy,2026-05-04 09:00:00,351.0,8.7319,1,leg_gt,2.44,60 -9223,buy_compound_top3,buy,2026-05-04 09:03:00,350.0,9.0429,1,leg_gt,2.44,60 -9224,buy_compound_top3,buy,2026-05-04 09:06:00,349.0,9.3556,1,leg_gt,2.44,60 -9225,buy_compound_top3,buy,2026-05-04 09:09:00,349.0,9.3556,1,leg_gt,2.43,60 -9226,buy_compound_top3,buy,2026-05-04 09:15:00,349.0,9.3556,1,leg_gt,2.43,60 -9227,buy_compound_top3,buy,2026-05-04 09:18:00,348.0,9.6701,1,leg_gt,2.43,60 -9228,buy_compound_top3,buy,2026-05-04 09:21:00,348.0,9.6701,1,leg_gt,2.42,60 -9229,buy_compound_top3,buy,2026-05-04 09:24:00,348.0,9.6701,1,leg_gt,2.42,60 -9230,buy_compound_top3,buy,2026-05-04 15:42:00,356.0,7.2034,1,leg_gt,2.16,60 -9231,buy_compound_top3,buy,2026-05-04 16:30:00,355.0,7.5056,1,leg_gt,2.13,60 -9232,buy_compound_top3,buy,2026-05-04 16:33:00,356.0,7.2034,1,leg_gt,2.12,60 -9233,buy_compound_top3,buy,2026-05-04 17:06:00,354.0,7.8096,1,leg_gt,2.1,60 -9234,buy_compound_top3,buy,2026-05-04 17:09:00,354.0,7.8096,1,leg_gt,2.1,60 -9235,buy_compound_top3,buy,2026-05-04 19:27:00,350.0,9.0429,1,leg_gt,2.0,60 -9236,buy_compound_top3,buy,2026-05-05 05:03:00,352.0,8.4227,1,leg_gt,1.6,60 -9237,buy_compound_top3,buy,2026-05-05 05:30:00,352.0,8.4227,1,leg_gt,1.59,60 -9238,buy_compound_top3,buy,2026-05-05 05:33:00,351.0,8.7319,1,leg_gt,1.58,60 -9239,buy_compound_top3,buy,2026-05-05 05:42:00,351.0,8.7319,1,leg_gt,1.58,60 -9240,buy_compound_top3,buy,2026-05-05 18:12:00,359.0,6.3067,1,leg_gt,1.06,60 -9241,buy_compound_top3,buy,2026-05-05 18:51:00,358.0,6.6039,1,leg_gt,1.03,60 -9242,buy_compound_top3,buy,2026-05-05 18:54:00,359.0,6.3067,1,leg_gt,1.03,60 -9243,buy_compound_top3,buy,2026-05-05 22:45:00,360.0,6.0111,1,leg_gt,0.87,60 -9244,buy_compound_top3,buy,2026-05-05 22:48:00,361.0,5.7172,1,leg_gt,0.86,60 -9245,buy_compound_top3,buy,2026-05-05 23:42:00,359.0,6.3067,1,leg_gt,0.83,60 -9246,buy_compound_top3,buy,2026-05-05 23:45:00,359.0,6.3067,1,leg_gt,0.82,60 -9247,buy_compound_top3,buy,2026-05-05 23:48:00,359.0,6.3067,1,leg_gt,0.82,60 -9248,buy_compound_top3,buy,2026-05-05 23:51:00,359.0,6.3067,1,leg_gt,0.82,60 -9249,buy_compound_top3,buy,2026-05-05 23:54:00,360.0,6.0111,1,leg_gt,0.82,60 -9250,buy_compound_top3,buy,2026-05-06 08:30:00,363.0,5.1342,1,leg_gt,0.46,60 -9251,buy_compound_top3,buy,2026-05-06 08:33:00,363.0,5.1342,1,leg_gt,0.46,60 -9252,buy_compound_top3,buy,2026-05-06 08:36:00,361.0,5.7172,1,leg_gt,0.46,60 -9253,buy_compound_top3,buy,2026-05-06 08:39:00,362.0,5.4249,1,leg_gt,0.45,60 -9254,buy_compound_top3,buy,2026-05-06 09:30:00,361.0,5.7172,1,leg_gt,0.42,60 -9255,buy_compound_top3,buy,2026-05-06 09:33:00,363.0,5.1342,1,leg_gt,0.42,60 -9256,buy_compound_top3,buy,2026-05-06 21:12:00,379.0,7.8156,1,leg_gt,2.3,60 -9257,buy_compound_top3,buy,2026-05-06 22:27:00,375.0,8.9667,1,leg_gt,2.25,60 -9258,buy_compound_top3,buy,2026-05-06 23:21:00,371.0,10.1426,1,leg_gt,2.21,60 -9259,buy_compound_top3,buy,2026-05-06 23:24:00,371.0,10.1426,1,leg_gt,2.21,60 -9260,buy_compound_top3,buy,2026-05-07 03:42:00,375.0,8.9667,1,leg_gt,2.03,60 -9261,buy_compound_top3,buy,2026-05-07 04:15:00,374.0,9.2583,1,leg_gt,2.01,60 -9262,buy_compound_top3,buy,2026-05-07 04:18:00,374.0,9.2583,1,leg_gt,2.01,60 -9263,buy_compound_top3,buy,2026-05-07 04:21:00,374.0,9.2583,1,leg_gt,2.01,60 -9264,buy_compound_top3,buy,2026-05-07 04:24:00,373.0,9.5515,1,leg_gt,2.0,60 -9265,buy_compound_top3,buy,2026-05-07 10:00:00,373.0,9.5515,1,leg_gt,1.77,60 -9266,buy_compound_top3,buy,2026-05-07 10:03:00,372.0,9.8462,1,leg_gt,1.77,60 -9267,buy_compound_top3,buy,2026-05-07 10:12:00,371.0,10.1426,1,leg_gt,1.76,60 -9268,buy_compound_top3,buy,2026-05-07 10:15:00,371.0,10.1426,1,leg_gt,1.76,60 -9269,buy_compound_top3,buy,2026-05-07 10:18:00,369.0,10.7401,1,leg_gt,1.76,60 -9270,buy_compound_top3,buy,2026-05-07 10:21:00,369.0,10.7401,1,leg_gt,1.76,60 -9271,buy_compound_top3,buy,2026-05-07 10:24:00,369.0,10.7401,1,leg_gt,1.75,60 -9272,buy_compound_top3,buy,2026-05-07 11:06:00,368.0,11.0413,1,leg_gt,1.72,60 -9273,buy_compound_top3,buy,2026-05-07 11:09:00,367.0,11.3441,1,leg_gt,1.72,60 -9274,buy_compound_top3,buy,2026-05-07 11:21:00,367.0,11.3441,1,leg_gt,1.71,60 -9275,buy_compound_top3,buy,2026-05-07 11:24:00,368.0,11.0413,1,leg_gt,1.71,60 -9276,buy_compound_top3,buy,2026-05-07 11:27:00,366.0,11.6486,1,leg_gt,1.71,60 -9277,buy_compound_top3,buy,2026-05-07 13:00:00,366.0,11.6486,1,leg_gt,1.65,60 -9278,buy_compound_top3,buy,2026-05-07 13:03:00,366.0,11.6486,1,leg_gt,1.64,60 -9279,buy_compound_top3,buy,2026-05-07 19:21:00,378.0,8.1011,1,leg_gt,1.38,60 -9280,buy_compound_top3,buy,2026-05-07 19:24:00,378.0,8.1011,1,leg_gt,1.38,60 -9281,buy_compound_top3,buy,2026-05-07 19:36:00,377.0,8.3881,1,leg_gt,1.37,60 -9282,buy_compound_top3,buy,2026-05-07 19:39:00,378.0,8.1011,1,leg_gt,1.37,60 -9283,buy_compound_top3,buy,2026-05-07 22:57:00,375.0,8.9667,1,leg_gt,1.23,60 -9284,buy_compound_top3,buy,2026-05-07 23:00:00,375.0,8.9667,1,leg_gt,1.23,60 -9285,buy_compound_top3,buy,2026-05-07 23:03:00,375.0,8.9667,1,leg_gt,1.23,60 -9286,buy_compound_top3,buy,2026-05-07 23:06:00,375.0,8.9667,1,leg_gt,1.23,60 -9287,buy_compound_top3,buy,2026-05-07 23:09:00,375.0,8.9667,1,leg_gt,1.22,60 -9288,buy_compound_top3,buy,2026-05-07 23:30:00,374.0,9.2583,1,leg_gt,1.21,60 -9289,buy_compound_top3,buy,2026-05-07 23:33:00,372.0,9.8462,1,leg_gt,1.21,60 -9290,buy_compound_top3,buy,2026-05-07 23:45:00,371.0,10.1426,1,leg_gt,1.2,60 -9291,buy_compound_top3,buy,2026-05-07 23:48:00,371.0,10.1426,1,leg_gt,1.2,60 -9292,buy_compound_top3,buy,2026-05-08 00:27:00,368.0,11.0413,1,leg_gt,1.17,60 -9293,buy_compound_top3,buy,2026-05-08 00:30:00,369.0,10.7401,1,leg_gt,1.17,60 -9294,buy_compound_top3,buy,2026-05-08 00:33:00,371.0,10.1426,1,leg_gt,1.16,60 -9295,buy_compound_top3,buy,2026-05-08 02:30:00,370.0,10.4405,1,leg_gt,1.08,60 -9296,buy_compound_top3,buy,2026-05-08 02:33:00,370.0,10.4405,1,leg_gt,1.08,60 -9297,buy_compound_top3,buy,2026-05-08 05:42:00,371.0,10.1426,1,leg_gt,0.95,60 -9298,buy_compound_top3,buy,2026-05-08 20:06:00,379.0,7.8156,1,leg_gt,0.35,60 -9299,buy_compound_top3,buy,2026-05-08 20:09:00,380.0,7.5316,1,leg_gt,0.35,60 -9300,buy_compound_top3,buy,2026-05-08 22:21:00,378.0,8.1011,1,leg_gt,0.26,60 -9301,buy_compound_top3,buy,2026-05-08 22:24:00,378.0,8.1011,1,leg_gt,0.25,60 -9302,buy_compound_top3,buy,2026-05-08 22:27:00,378.0,8.1011,1,leg_gt,0.25,60 -9303,buy_compound_top3,buy,2026-05-08 22:42:00,375.0,8.9667,1,leg_gt,0.24,60 -9304,buy_compound_top3,buy,2026-05-09 12:42:00,404.0,5.5931,1,leg_gt,1.52,60 -9305,buy_compound_top3,buy,2026-05-09 13:45:00,403.0,5.8553,1,leg_gt,1.48,60 -9306,buy_compound_top3,buy,2026-05-09 13:48:00,402.0,6.1189,1,leg_gt,1.48,60 -9307,buy_compound_top3,buy,2026-05-09 13:57:00,401.0,6.3838,1,leg_gt,1.47,60 -9308,buy_compound_top3,buy,2026-05-09 14:00:00,402.0,6.1189,1,leg_gt,1.47,60 -9309,buy_compound_top3,buy,2026-05-09 14:03:00,401.0,6.3838,1,leg_gt,1.46,60 -9310,buy_compound_top3,buy,2026-05-09 14:06:00,401.0,6.3838,1,leg_gt,1.46,60 -9311,buy_compound_top3,buy,2026-05-09 14:09:00,402.0,6.1189,1,leg_gt,1.46,60 -9312,buy_compound_top3,buy,2026-05-09 16:30:00,401.0,6.3838,1,leg_gt,1.36,60 -9313,buy_compound_top3,buy,2026-05-09 16:33:00,401.0,6.3838,1,leg_gt,1.36,60 -9314,buy_compound_top3,buy,2026-05-09 16:45:00,399.0,6.9175,1,leg_gt,1.35,60 -9315,buy_compound_top3,buy,2026-05-09 16:48:00,400.0,6.65,1,leg_gt,1.35,60 -9316,buy_compound_top3,buy,2026-05-09 16:51:00,399.0,6.9175,1,leg_gt,1.35,60 -9317,buy_compound_top3,buy,2026-05-09 16:54:00,399.0,6.9175,1,leg_gt,1.35,60 -9318,buy_compound_top3,buy,2026-05-09 18:36:00,396.0,7.7283,1,leg_gt,1.27,60 -9319,buy_compound_top3,buy,2026-05-09 18:39:00,396.0,7.7283,1,leg_gt,1.27,60 -9320,buy_compound_top3,buy,2026-05-09 18:42:00,396.0,7.7283,1,leg_gt,1.27,60 -9321,buy_compound_top3,buy,2026-05-09 18:45:00,396.0,7.7283,1,leg_gt,1.27,60 -9322,buy_compound_top3,buy,2026-05-09 18:48:00,396.0,7.7283,1,leg_gt,1.27,60 -9323,buy_compound_top3,buy,2026-05-09 18:51:00,395.0,8.0013,1,leg_gt,1.26,60 -9324,buy_compound_top3,buy,2026-05-09 18:54:00,395.0,8.0013,1,leg_gt,1.26,60 -9325,buy_compound_top3,buy,2026-05-10 01:00:00,397.0,7.4567,1,leg_gt,1.01,60 -9326,buy_compound_top3,buy,2026-05-10 01:03:00,397.0,7.4567,1,leg_gt,1.01,60 -9327,buy_compound_top3,buy,2026-05-10 01:42:00,396.0,7.7283,1,leg_gt,0.98,60 -9328,buy_compound_top3,buy,2026-05-10 05:21:00,401.0,6.3838,1,leg_gt,0.83,60 -9329,buy_compound_top3,buy,2026-05-10 05:24:00,401.0,6.3838,1,leg_gt,0.82,60 -9330,buy_compound_top3,buy,2026-05-10 05:30:00,400.0,6.65,1,leg_gt,0.82,60 -9331,buy_compound_top3,buy,2026-05-10 05:33:00,400.0,6.65,1,leg_gt,0.82,60 -9332,buy_compound_top3,buy,2026-05-10 05:36:00,400.0,6.65,1,leg_gt,0.82,60 -9333,buy_compound_top3,buy,2026-05-10 05:39:00,400.0,6.65,1,leg_gt,0.81,60 -9334,buy_compound_top3,buy,2026-05-10 06:36:00,399.0,6.9175,1,leg_gt,0.78,60 -9335,buy_compound_top3,buy,2026-05-10 06:39:00,400.0,6.65,1,leg_gt,0.77,60 -9336,buy_compound_top3,buy,2026-05-10 06:48:00,399.0,6.9175,1,leg_gt,0.77,60 -9337,buy_compound_top3,buy,2026-05-10 07:12:00,399.0,6.9175,1,leg_gt,0.75,60 -9338,buy_compound_top3,buy,2026-05-10 08:27:00,398.0,7.1864,1,leg_gt,0.7,60 -9339,buy_compound_top3,buy,2026-05-10 08:36:00,398.0,7.1864,1,leg_gt,0.69,60 -9340,buy_compound_top3,buy,2026-05-10 08:39:00,398.0,7.1864,1,leg_gt,0.69,60 -9341,buy_compound_top3,buy,2026-05-10 08:45:00,398.0,7.1864,1,leg_gt,0.69,60 -9342,buy_compound_top3,buy,2026-05-10 08:48:00,398.0,7.1864,1,leg_gt,0.68,60 -9343,buy_compound_top3,buy,2026-05-10 08:51:00,398.0,7.1864,1,leg_gt,0.68,60 -9344,buy_compound_top3,buy,2026-05-10 08:54:00,399.0,6.9175,1,leg_gt,0.68,60 -9345,buy_compound_top3,buy,2026-05-10 09:15:00,397.0,7.4567,1,leg_gt,0.66,60 -9346,buy_compound_top3,buy,2026-05-10 09:18:00,398.0,7.1864,1,leg_gt,0.66,60 -9347,buy_compound_top3,buy,2026-05-10 09:42:00,397.0,7.4567,1,leg_gt,0.65,60 -9348,buy_compound_top3,buy,2026-05-10 09:57:00,394.0,8.2756,1,leg_gt,0.64,60 -9349,buy_compound_top3,buy,2026-05-10 10:15:00,393.0,8.5514,1,leg_gt,0.62,60 -9350,buy_compound_top3,buy,2026-05-10 10:18:00,392.0,8.8286,1,leg_gt,0.62,60 -9351,buy_compound_top3,buy,2026-05-10 10:21:00,393.0,8.5514,1,leg_gt,0.62,60 -9352,buy_compound_top3,buy,2026-05-10 10:24:00,392.0,8.8286,1,leg_gt,0.62,60 -9353,buy_compound_top3,buy,2026-05-10 20:51:00,398.0,7.1864,1,leg_gt,0.18,60 -9354,buy_compound_top3,buy,2026-05-10 20:54:00,398.0,7.1864,1,leg_gt,0.18,60 -9355,buy_compound_top3,buy,2026-05-10 20:57:00,399.0,6.9175,1,leg_gt,0.18,60 -9356,buy_compound_top3,buy,2026-05-10 21:06:00,398.0,7.1864,1,leg_gt,0.17,60 -9357,buy_compound_top3,buy,2026-05-10 21:09:00,397.0,7.4567,1,leg_gt,0.17,60 -9358,buy_compound_top3,buy,2026-05-10 21:15:00,397.0,7.4567,1,leg_gt,0.16,60 -9359,buy_compound_top3,buy,2026-05-10 21:18:00,397.0,7.4567,1,leg_gt,0.16,60 -9360,buy_compound_top3,buy,2026-05-10 21:21:00,397.0,7.4567,1,leg_gt,0.16,60 -9361,buy_compound_top3,buy,2026-05-10 21:24:00,398.0,7.1864,1,leg_gt,0.16,60 -9362,buy_compound_top3,buy,2026-05-11 06:00:00,402.0,5.1239,1,leg_gt,2.53,60 -9363,buy_compound_top3,buy,2026-05-11 06:03:00,402.0,5.1239,1,leg_gt,2.53,60 -9364,buy_compound_top3,buy,2026-05-11 11:15:00,410.0,3.0707,1,leg_gt,2.31,60 -9365,buy_compound_top3,buy,2026-05-11 11:18:00,410.0,3.0707,1,leg_gt,2.31,60 -9366,buy_compound_top3,buy,2026-05-11 12:27:00,405.0,4.3444,1,leg_gt,2.26,60 -9367,buy_compound_top3,buy,2026-05-11 17:12:00,409.0,3.323,1,leg_gt,2.06,60 -9368,buy_compound_top3,buy,2026-05-11 23:42:00,406.0,4.0872,1,leg_gt,1.79,60 -9369,buy_compound_top3,buy,2026-05-11 23:45:00,407.0,3.8312,1,leg_gt,1.79,60 -9370,buy_compound_top3,buy,2026-05-11 23:48:00,407.0,3.8312,1,leg_gt,1.79,60 -9371,buy_compound_top3,buy,2026-05-12 07:42:00,410.0,3.0707,1,leg_gt,1.46,60 -9372,buy_compound_top3,buy,2026-05-12 10:45:00,408.0,3.5765,1,leg_gt,1.33,60 -9373,buy_compound_top3,buy,2026-05-12 10:48:00,407.0,3.8312,1,leg_gt,1.33,60 -9374,buy_compound_top3,buy,2026-05-12 10:57:00,407.0,3.8312,1,leg_gt,1.32,60 -9375,buy_compound_top3,buy,2026-05-12 16:12:00,408.0,3.5765,1,leg_gt,1.11,60 -9376,buy_compound_top3,buy,2026-05-12 16:15:00,407.0,3.8312,1,leg_gt,1.1,60 -9377,buy_compound_top3,buy,2026-05-12 16:18:00,408.0,3.5765,1,leg_gt,1.1,60 -9378,buy_compound_top3,buy,2026-05-12 17:30:00,405.0,4.3444,1,leg_gt,1.05,60 -9379,buy_compound_top3,buy,2026-05-12 17:33:00,404.0,4.603,1,leg_gt,1.05,60 -9380,buy_compound_top3,buy,2026-05-12 19:51:00,401.0,5.3863,1,leg_gt,0.95,60 -9381,buy_compound_top3,buy,2026-05-12 19:54:00,402.0,5.1239,1,leg_gt,0.95,60 -9382,buy_compound_top3,buy,2026-05-12 20:21:00,398.0,6.1814,1,leg_gt,0.93,60 -9383,buy_compound_top3,buy,2026-05-12 20:24:00,398.0,6.1814,1,leg_gt,0.93,60 -9384,buy_compound_top3,buy,2026-05-12 20:27:00,399.0,5.915,1,leg_gt,0.93,60 -9385,buy_compound_top3,buy,2026-05-12 23:45:00,394.0,7.2604,1,leg_gt,0.79,60 -9386,buy_compound_top3,buy,2026-05-12 23:48:00,394.0,7.2604,1,leg_gt,0.79,60 -9387,buy_compound_top3,buy,2026-05-12 23:57:00,392.0,7.8082,1,leg_gt,0.78,60 -9388,buy_compound_top3,buy,2026-05-13 00:00:00,392.0,7.8082,1,leg_gt,0.78,60 -9389,buy_compound_top3,buy,2026-05-13 00:03:00,393.0,7.5336,1,leg_gt,0.78,60 -9390,buy_compound_top3,buy,2026-05-13 00:21:00,392.0,7.8082,1,leg_gt,0.77,60 -9391,buy_compound_top3,buy,2026-05-13 00:24:00,390.0,8.3615,1,leg_gt,0.76,60 -9392,buy_compound_top3,buy,2026-05-13 00:27:00,391.0,8.0841,1,leg_gt,0.76,60 -9393,buy_compound_top3,buy,2026-05-13 00:30:00,389.0,8.6404,1,leg_gt,0.76,60 -9394,buy_compound_top3,buy,2026-05-13 00:33:00,392.0,7.8082,1,leg_gt,0.76,60 -9395,buy_compound_top3,buy,2026-05-13 01:00:00,390.0,8.3615,1,leg_gt,0.74,60 -9396,buy_compound_top3,buy,2026-05-13 01:03:00,391.0,8.0841,1,leg_gt,0.74,60 -9397,buy_compound_top3,buy,2026-05-13 08:42:00,396.0,6.7182,1,leg_gt,0.42,60 -9398,buy_compound_top3,buy,2026-05-13 08:45:00,397.0,6.4491,1,leg_gt,0.42,60 -9399,buy_compound_top3,buy,2026-05-13 08:48:00,397.0,6.4491,1,leg_gt,0.41,60 -9400,buy_compound_top3,buy,2026-05-13 14:45:00,406.0,4.0872,1,leg_gt,0.17,60 -9401,buy_compound_top3,buy,2026-05-13 14:48:00,406.0,4.0872,1,leg_gt,0.16,60 -9402,buy_compound_top3,buy,2026-05-13 20:30:00,410.0,-9.8561,0,leg_gt,5.79,60 -9403,buy_compound_top3,buy,2026-05-13 20:33:00,411.0,-10.0757,0,leg_gt,5.79,60 -9404,buy_compound_top3,buy,2026-05-13 20:51:00,408.0,-9.4137,0,leg_gt,5.78,60 -9405,buy_compound_top3,buy,2026-05-13 20:54:00,407.0,-9.1909,0,leg_gt,5.77,60 -9406,buy_compound_top3,buy,2026-05-13 20:57:00,407.0,-9.1909,0,leg_gt,5.77,60 -9407,buy_compound_top3,buy,2026-05-13 21:00:00,408.0,-9.4137,0,leg_gt,5.77,60 -9408,buy_compound_top3,buy,2026-05-13 21:03:00,408.0,-9.4137,0,leg_gt,5.77,60 -9409,buy_compound_top3,buy,2026-05-13 21:15:00,408.0,-9.4137,0,leg_gt,5.76,60 -9410,buy_compound_top3,buy,2026-05-13 21:18:00,408.0,-9.4137,0,leg_gt,5.76,60 -9411,buy_compound_top3,buy,2026-05-13 21:21:00,407.0,-9.1909,0,leg_gt,5.75,60 -9412,buy_compound_top3,buy,2026-05-13 21:24:00,405.0,-8.742,0,leg_gt,5.75,60 -9413,buy_compound_top3,buy,2026-05-13 21:30:00,407.0,-9.1909,0,leg_gt,5.75,60 -9414,buy_compound_top3,buy,2026-05-13 21:33:00,401.0,-7.8307,0,leg_gt,5.75,60 -9415,buy_compound_top3,buy,2026-05-13 21:51:00,400.0,-7.6,0,leg_gt,5.73,60 -9416,buy_compound_top3,buy,2026-05-13 21:54:00,399.0,-7.3682,0,leg_gt,5.73,60 -9417,buy_compound_top3,buy,2026-05-13 21:57:00,399.0,-7.3682,0,leg_gt,5.73,60 -9418,buy_compound_top3,buy,2026-05-13 22:45:00,395.0,-6.4291,0,leg_gt,5.7,60 -9419,buy_compound_top3,buy,2026-05-13 22:48:00,392.0,-5.7122,0,leg_gt,5.69,60 -9420,buy_compound_top3,buy,2026-05-13 22:51:00,393.0,-5.9524,0,leg_gt,5.69,60 -9421,buy_compound_top3,buy,2026-05-13 22:54:00,395.0,-6.4291,0,leg_gt,5.69,60 -9422,buy_compound_top3,buy,2026-05-13 22:57:00,393.0,-5.9524,0,leg_gt,5.69,60 -9423,buy_compound_top3,buy,2026-05-13 23:00:00,394.0,-6.1914,0,leg_gt,5.69,60 -9424,buy_compound_top3,buy,2026-05-13 23:03:00,393.0,-5.9524,0,leg_gt,5.68,60 -9425,buy_compound_top3,buy,2026-05-14 00:42:00,384.0,-3.7458,0,leg_gt,5.61,60 -9426,buy_compound_top3,buy,2026-05-14 00:45:00,384.0,-3.7458,0,leg_gt,5.61,60 -9427,buy_compound_top3,buy,2026-05-14 00:48:00,385.0,-3.9961,0,leg_gt,5.61,60 -9428,buy_compound_top3,buy,2026-05-14 04:30:00,384.0,-3.7458,0,leg_gt,5.46,60 -9429,buy_compound_top3,buy,2026-05-14 04:33:00,384.0,-3.7458,0,leg_gt,5.45,60 -9430,buy_compound_top3,buy,2026-05-14 04:51:00,382.0,-3.2414,0,leg_gt,5.44,60 -9431,buy_compound_top3,buy,2026-05-14 04:54:00,383.0,-3.4943,0,leg_gt,5.44,60 -9432,buy_compound_top3,buy,2026-05-14 06:30:00,383.0,-3.4943,0,leg_gt,5.37,60 -9433,buy_compound_top3,buy,2026-05-14 06:33:00,383.0,-3.4943,0,leg_gt,5.37,60 -9434,buy_compound_top3,buy,2026-05-14 06:42:00,383.0,-3.4943,0,leg_gt,5.36,60 -9435,buy_compound_top3,buy,2026-05-14 11:57:00,385.0,-3.9961,0,leg_gt,5.15,60 -9436,buy_compound_top3,buy,2026-05-14 12:00:00,385.0,-3.9961,0,leg_gt,5.14,60 -9437,buy_compound_top3,buy,2026-05-14 12:03:00,386.0,-4.2451,0,leg_gt,5.14,60 -9438,buy_compound_top3,buy,2026-05-14 12:06:00,385.0,-3.9961,0,leg_gt,5.14,60 -9439,buy_compound_top3,buy,2026-05-14 12:09:00,383.0,-3.4943,0,leg_gt,5.14,60 -9440,buy_compound_top3,buy,2026-05-14 12:36:00,382.0,-3.2414,0,leg_gt,5.12,60 -9441,buy_compound_top3,buy,2026-05-14 12:39:00,380.0,-2.7316,0,leg_gt,5.12,60 -9442,buy_compound_top3,buy,2026-05-14 12:42:00,381.0,-2.9871,0,leg_gt,5.11,60 -9443,buy_compound_top3,buy,2026-05-14 12:45:00,380.0,-2.7316,0,leg_gt,5.11,60 -9444,buy_compound_top3,buy,2026-05-14 12:48:00,379.0,-2.4747,0,leg_gt,5.11,60 -9445,buy_compound_top3,buy,2026-05-14 18:42:00,380.0,-2.7316,0,leg_gt,4.86,60 -9446,buy_compound_top3,buy,2026-05-14 20:42:00,379.0,-2.4747,0,leg_gt,4.78,60 -9447,buy_compound_top3,buy,2026-05-14 20:45:00,379.0,-2.4747,0,leg_gt,4.78,60 -9448,buy_compound_top3,buy,2026-05-14 20:48:00,380.0,-2.7316,0,leg_gt,4.78,60 -9449,buy_compound_top3,buy,2026-05-14 20:51:00,379.0,-2.4747,0,leg_gt,4.78,60 -9450,buy_compound_top3,buy,2026-05-14 20:54:00,378.0,-2.2164,0,leg_gt,4.77,60 -9451,buy_compound_top3,buy,2026-05-14 21:00:00,378.0,-2.2164,0,leg_gt,4.77,60 -9452,buy_compound_top3,buy,2026-05-14 21:03:00,379.0,-2.4747,0,leg_gt,4.77,60 -9453,buy_compound_top3,buy,2026-05-15 08:21:00,389.0,-4.9843,0,leg_gt,4.3,60 -9454,buy_compound_top3,buy,2026-05-15 08:24:00,388.0,-4.7392,0,leg_gt,4.29,60 -9455,buy_compound_top3,buy,2026-05-15 08:27:00,389.0,-4.9843,0,leg_gt,4.29,60 -9456,buy_compound_top3,buy,2026-05-15 08:45:00,388.0,-4.7392,0,leg_gt,4.28,60 -9457,buy_compound_top3,buy,2026-05-15 08:48:00,388.0,-4.7392,0,leg_gt,4.28,60 -9458,buy_compound_top3,buy,2026-05-15 08:51:00,387.0,-4.4928,0,leg_gt,4.28,60 -9459,buy_compound_top3,buy,2026-05-15 08:54:00,386.0,-4.2451,0,leg_gt,4.27,60 -9460,buy_compound_top3,buy,2026-05-15 08:57:00,387.0,-4.4928,0,leg_gt,4.27,60 -9461,buy_compound_top3,buy,2026-05-15 09:00:00,386.0,-4.2451,0,leg_gt,4.27,60 -9462,buy_compound_top3,buy,2026-05-15 09:03:00,387.0,-4.4928,0,leg_gt,4.27,60 -9463,buy_compound_top3,buy,2026-05-15 11:21:00,384.0,-3.7458,0,leg_gt,4.17,60 -9464,buy_compound_top3,buy,2026-05-15 11:24:00,385.0,-3.9961,0,leg_gt,4.17,60 -9465,buy_compound_top3,buy,2026-05-15 11:27:00,384.0,-3.7458,0,leg_gt,4.17,60 -9466,buy_compound_top3,buy,2026-05-15 11:30:00,385.0,-3.9961,0,leg_gt,4.16,60 -9467,buy_compound_top3,buy,2026-05-15 11:33:00,383.0,-3.4943,0,leg_gt,4.16,60 -9468,buy_compound_top3,buy,2026-05-15 13:21:00,385.0,-3.9961,0,leg_gt,4.09,60 -9469,buy_compound_top3,buy,2026-05-15 13:24:00,384.0,-3.7458,0,leg_gt,4.09,60 -9470,buy_compound_top3,buy,2026-05-15 13:27:00,384.0,-3.7458,0,leg_gt,4.08,60 -9471,buy_compound_top3,buy,2026-05-15 13:36:00,384.0,-3.7458,0,leg_gt,4.08,60 -9472,buy_compound_top3,buy,2026-05-15 13:39:00,384.0,-3.7458,0,leg_gt,4.08,60 -9473,buy_compound_top3,buy,2026-05-15 13:45:00,383.0,-3.4943,0,leg_gt,4.07,60 -9474,buy_compound_top3,buy,2026-05-15 13:48:00,383.0,-3.4943,0,leg_gt,4.07,60 -9475,buy_compound_top3,buy,2026-05-15 13:51:00,383.0,-3.4943,0,leg_gt,4.07,60 -9476,buy_compound_top3,buy,2026-05-15 13:54:00,382.0,-3.2414,0,leg_gt,4.06,60 -9477,buy_compound_top3,buy,2026-05-15 13:57:00,382.0,-3.2414,0,leg_gt,4.06,60 -9478,buy_compound_top3,buy,2026-05-15 14:06:00,382.0,-3.2414,0,leg_gt,4.06,60 -9479,buy_compound_top3,buy,2026-05-15 14:09:00,381.0,-2.9871,0,leg_gt,4.05,60 -9480,buy_compound_top3,buy,2026-05-15 14:12:00,381.0,-2.9871,0,leg_gt,4.05,60 -9481,buy_compound_top3,buy,2026-05-15 14:57:00,373.0,-0.9043,0,leg_gt,4.02,60 -9482,buy_compound_top3,buy,2026-05-15 15:00:00,373.0,-0.9043,0,leg_gt,4.02,60 -9483,buy_compound_top3,buy,2026-05-15 15:03:00,373.0,-0.9043,0,leg_gt,4.02,60 -9484,buy_compound_top3,buy,2026-05-15 21:57:00,373.0,-0.9043,0,leg_gt,3.73,60 -9485,buy_compound_top3,buy,2026-05-15 22:12:00,373.0,-0.9043,0,leg_gt,3.72,60 -9486,buy_compound_top3,buy,2026-05-15 22:15:00,372.0,-0.6376,0,leg_gt,3.72,60 -9487,buy_compound_top3,buy,2026-05-15 22:18:00,372.0,-0.6376,0,leg_gt,3.71,60 -9488,buy_compound_top3,buy,2026-05-15 22:51:00,363.0,1.8284,1,leg_gt,3.69,60 -9489,buy_compound_top3,buy,2026-05-15 22:54:00,364.0,1.5484,1,leg_gt,3.69,60 -9490,buy_compound_top3,buy,2026-05-16 05:12:00,365.0,1.2699,1,leg_gt,3.43,60 -9491,buy_compound_top3,buy,2026-05-16 05:21:00,365.0,1.2699,1,leg_gt,3.42,60 -9492,buy_compound_top3,buy,2026-05-16 05:24:00,364.0,1.5484,1,leg_gt,3.42,60 -9493,buy_compound_top3,buy,2026-05-16 05:45:00,364.0,1.5484,1,leg_gt,3.4,60 -9494,buy_compound_top3,buy,2026-05-16 05:48:00,364.0,1.5484,1,leg_gt,3.4,60 -9495,buy_compound_top3,buy,2026-05-16 05:57:00,363.0,1.8284,1,leg_gt,3.4,60 -9496,buy_compound_top3,buy,2026-05-16 13:51:00,364.0,1.5484,1,leg_gt,3.07,60 -9497,buy_compound_top3,buy,2026-05-16 13:54:00,364.0,1.5484,1,leg_gt,3.06,60 -9498,buy_compound_top3,buy,2026-05-16 15:36:00,362.0,2.1099,1,leg_gt,2.99,60 -9499,buy_compound_top3,buy,2026-05-16 15:39:00,362.0,2.1099,1,leg_gt,2.99,60 -9500,buy_compound_top3,buy,2026-05-16 15:42:00,361.0,2.3931,1,leg_gt,2.99,60 -9501,buy_compound_top3,buy,2026-05-16 15:45:00,361.0,2.3931,1,leg_gt,2.99,60 -9502,buy_compound_top3,buy,2026-05-16 15:48:00,360.0,2.6778,1,leg_gt,2.99,60 -9503,buy_compound_top3,buy,2026-05-16 16:21:00,357.0,3.5415,1,leg_gt,2.96,60 -9504,buy_compound_top3,buy,2026-05-16 16:24:00,356.0,3.8326,1,leg_gt,2.96,60 -9505,buy_compound_top3,buy,2026-05-16 19:06:00,353.0,4.7159,1,leg_gt,2.85,60 -9506,buy_compound_top3,buy,2026-05-16 19:09:00,352.0,5.0136,1,leg_gt,2.85,60 -9507,buy_compound_top3,buy,2026-05-16 19:12:00,352.0,5.0136,1,leg_gt,2.84,60 -9508,buy_compound_top3,buy,2026-05-17 03:21:00,359.0,2.9641,1,leg_gt,2.5,60 -9509,buy_compound_top3,buy,2026-05-17 03:24:00,359.0,2.9641,1,leg_gt,2.5,60 -9510,buy_compound_top3,buy,2026-05-17 04:21:00,359.0,2.9641,1,leg_gt,2.46,60 -9511,buy_compound_top3,buy,2026-05-17 04:24:00,359.0,2.9641,1,leg_gt,2.46,60 -9512,buy_compound_top3,buy,2026-05-17 05:45:00,358.0,3.252,1,leg_gt,2.4,60 -9513,buy_compound_top3,buy,2026-05-17 05:48:00,359.0,2.9641,1,leg_gt,2.4,60 -9514,buy_compound_top3,buy,2026-05-17 05:51:00,359.0,2.9641,1,leg_gt,2.4,60 -9515,buy_compound_top3,buy,2026-05-17 05:54:00,359.0,2.9641,1,leg_gt,2.4,60 -9516,buy_compound_top3,buy,2026-05-17 08:12:00,358.0,3.252,1,leg_gt,2.3,60 -9517,buy_compound_top3,buy,2026-05-17 10:06:00,357.0,3.5415,1,leg_gt,2.22,60 -9518,buy_compound_top3,buy,2026-05-17 10:09:00,358.0,3.252,1,leg_gt,2.22,60 -9519,buy_compound_top3,buy,2026-05-17 10:30:00,356.0,3.8326,1,leg_gt,2.21,60 -9520,buy_compound_top3,buy,2026-05-17 10:33:00,356.0,3.8326,1,leg_gt,2.2,60 -9521,buy_compound_top3,buy,2026-05-17 10:57:00,356.0,3.8326,1,leg_gt,2.19,60 -9522,buy_compound_top3,buy,2026-05-17 11:00:00,355.0,4.1254,1,leg_gt,2.19,60 -9523,buy_compound_top3,buy,2026-05-17 11:03:00,355.0,4.1254,1,leg_gt,2.18,60 -9524,buy_compound_top3,buy,2026-05-17 20:21:00,362.0,2.1099,1,leg_gt,1.8,60 -9525,buy_compound_top3,buy,2026-05-17 20:24:00,362.0,2.1099,1,leg_gt,1.79,60 -9526,buy_compound_top3,buy,2026-05-17 22:27:00,362.0,2.1099,1,leg_gt,1.71,60 -9527,buy_compound_top3,buy,2026-05-17 23:27:00,361.0,2.3931,1,leg_gt,1.67,60 -9528,buy_compound_top3,buy,2026-05-17 23:30:00,360.0,2.6778,1,leg_gt,1.66,60 -9529,buy_compound_top3,buy,2026-05-17 23:33:00,361.0,2.3931,1,leg_gt,1.66,60 -9530,buy_compound_top3,buy,2026-05-17 23:36:00,360.0,2.6778,1,leg_gt,1.66,60 -9531,buy_compound_top3,buy,2026-05-17 23:39:00,360.0,2.6778,1,leg_gt,1.66,60 -9532,buy_compound_top3,buy,2026-05-17 23:42:00,360.0,2.6778,1,leg_gt,1.66,60 -9533,buy_compound_top3,buy,2026-05-18 02:06:00,359.0,2.9641,1,leg_gt,1.56,60 -9534,buy_compound_top3,buy,2026-05-18 02:09:00,359.0,2.9641,1,leg_gt,1.55,60 -9535,buy_compound_top3,buy,2026-05-18 02:12:00,357.0,3.5415,1,leg_gt,1.55,60 -9536,buy_compound_top3,buy,2026-05-18 02:27:00,358.0,3.252,1,leg_gt,1.54,60 -9537,buy_compound_top3,buy,2026-05-18 07:30:00,358.0,3.252,1,leg_gt,1.33,60 -9538,buy_compound_top3,buy,2026-05-18 07:33:00,358.0,3.252,1,leg_gt,1.33,60 -9539,buy_compound_top3,buy,2026-05-18 07:36:00,359.0,2.9641,1,leg_gt,1.33,60 -9540,buy_compound_top3,buy,2026-05-18 07:39:00,359.0,2.9641,1,leg_gt,1.32,60 -9541,buy_compound_top3,buy,2026-05-18 07:51:00,357.0,3.5415,1,leg_gt,1.32,60 -9542,buy_compound_top3,buy,2026-05-18 07:54:00,357.0,3.5415,1,leg_gt,1.31,60 -9543,buy_compound_top3,buy,2026-05-18 08:06:00,356.0,3.8326,1,leg_gt,1.31,60 -9544,buy_compound_top3,buy,2026-05-18 08:09:00,356.0,3.8326,1,leg_gt,1.3,60 -9545,buy_compound_top3,buy,2026-05-18 08:15:00,356.0,3.8326,1,leg_gt,1.3,60 -9546,buy_compound_top3,buy,2026-05-18 08:18:00,355.0,4.1254,1,leg_gt,1.3,60 -9547,buy_compound_top3,buy,2026-05-18 08:21:00,356.0,3.8326,1,leg_gt,1.3,60 -9548,buy_compound_top3,buy,2026-05-18 08:24:00,356.0,3.8326,1,leg_gt,1.29,60 -9549,buy_compound_top3,buy,2026-05-18 08:27:00,354.0,4.4198,1,leg_gt,1.29,60 -9550,buy_compound_top3,buy,2026-05-18 08:30:00,354.0,4.4198,1,leg_gt,1.29,60 -9551,buy_compound_top3,buy,2026-05-18 08:33:00,355.0,4.1254,1,leg_gt,1.29,60 -9552,buy_compound_top3,buy,2026-05-18 08:36:00,354.0,4.4198,1,leg_gt,1.29,60 -9553,buy_compound_top3,buy,2026-05-18 08:39:00,354.0,4.4198,1,leg_gt,1.28,60 -9554,buy_compound_top3,buy,2026-05-18 10:30:00,348.0,6.2218,1,leg_gt,1.21,60 -9555,buy_compound_top3,buy,2026-05-18 10:33:00,350.0,5.6143,1,leg_gt,1.2,60 -9556,buy_compound_top3,buy,2026-05-18 14:30:00,351.0,5.3131,1,leg_gt,1.04,60 -9557,buy_compound_top3,buy,2026-05-18 14:33:00,350.0,5.6143,1,leg_gt,1.04,60 -9558,buy_compound_top3,buy,2026-05-18 14:36:00,351.0,5.3131,1,leg_gt,1.04,60 -9559,buy_compound_top3,buy,2026-05-18 14:39:00,350.0,5.6143,1,leg_gt,1.03,60 -9560,buy_compound_top3,buy,2026-05-18 14:42:00,350.0,5.6143,1,leg_gt,1.03,60 -9561,buy_compound_top3,buy,2026-05-18 15:15:00,350.0,5.6143,1,leg_gt,1.01,60 -9562,buy_compound_top3,buy,2026-05-18 15:18:00,349.0,5.9172,1,leg_gt,1.01,60 -9563,buy_compound_top3,buy,2026-05-18 15:27:00,348.0,6.2218,1,leg_gt,1.0,60 -9564,buy_compound_top3,buy,2026-05-18 15:30:00,348.0,6.2218,1,leg_gt,1.0,60 -9565,buy_compound_top3,buy,2026-05-18 15:33:00,349.0,5.9172,1,leg_gt,1.0,60 -9566,buy_compound_top3,buy,2026-05-18 16:42:00,347.0,6.5282,1,leg_gt,0.95,60 -9567,buy_compound_top3,buy,2026-05-18 18:12:00,346.0,6.8364,1,leg_gt,0.89,60 -9568,buy_compound_top3,buy,2026-05-18 18:21:00,347.0,6.5282,1,leg_gt,0.88,60 -9569,buy_compound_top3,buy,2026-05-18 18:24:00,347.0,6.5282,1,leg_gt,0.88,60 -9570,buy_compound_top3,buy,2026-05-18 18:30:00,346.0,6.8364,1,leg_gt,0.87,60 -9571,buy_compound_top3,buy,2026-05-18 18:33:00,346.0,6.8364,1,leg_gt,0.87,60 -9572,buy_compound_top3,buy,2026-05-18 19:12:00,344.0,7.4581,1,leg_gt,0.84,60 -9573,buy_compound_top3,buy,2026-05-18 19:15:00,344.0,7.4581,1,leg_gt,0.84,60 -9574,buy_compound_top3,buy,2026-05-18 19:18:00,343.0,7.7717,1,leg_gt,0.84,60 -9575,buy_compound_top3,buy,2026-05-18 19:21:00,343.0,7.7717,1,leg_gt,0.84,60 -9576,buy_compound_top3,buy,2026-05-18 19:24:00,344.0,7.4581,1,leg_gt,0.84,60 -9577,buy_compound_top3,buy,2026-05-18 23:36:00,345.0,7.1464,1,leg_gt,0.66,60 -9578,buy_compound_top3,buy,2026-05-18 23:39:00,347.0,6.5282,1,leg_gt,0.66,60 -9579,buy_compound_top3,buy,2026-05-18 23:42:00,347.0,6.5282,1,leg_gt,0.66,60 -9580,buy_compound_top3,buy,2026-05-18 23:45:00,346.0,6.8364,1,leg_gt,0.65,60 -9581,buy_compound_top3,buy,2026-05-18 23:48:00,345.0,7.1464,1,leg_gt,0.65,60 -9582,buy_compound_top3,buy,2026-05-19 00:06:00,343.0,7.7717,1,leg_gt,0.64,60 -9583,buy_compound_top3,buy,2026-05-19 00:09:00,345.0,7.1464,1,leg_gt,0.64,60 -9584,buy_compound_top3,buy,2026-05-19 03:42:00,346.0,6.8364,1,leg_gt,0.49,60 -9585,buy_compound_top3,buy,2026-05-19 11:00:00,357.0,3.5415,1,leg_gt,0.19,60 -9586,buy_compound_top3,buy,2026-05-19 11:03:00,356.0,3.8326,1,leg_gt,0.18,60 -9587,buy_compound_top3,buy,2026-05-19 17:12:00,363.0,8.7154,1,leg_gt,2.04,60 -9588,buy_compound_top3,buy,2026-05-19 18:36:00,362.0,9.016,1,leg_gt,1.98,60 -9589,buy_compound_top3,buy,2026-05-19 18:39:00,361.0,9.3183,1,leg_gt,1.98,60 -9590,buy_compound_top3,buy,2026-05-19 20:42:00,361.0,9.3183,1,leg_gt,1.89,60 -9591,buy_compound_top3,buy,2026-05-19 20:51:00,361.0,9.3183,1,leg_gt,1.88,60 -9592,buy_compound_top3,buy,2026-05-19 20:54:00,360.0,9.6222,1,leg_gt,1.88,60 -9593,buy_compound_top3,buy,2026-05-19 20:57:00,360.0,9.6222,1,leg_gt,1.88,60 -9594,buy_compound_top3,buy,2026-05-19 23:30:00,360.0,9.6222,1,leg_gt,1.77,60 -9595,buy_compound_top3,buy,2026-05-19 23:33:00,359.0,9.9279,1,leg_gt,1.77,60 -9596,buy_compound_top3,buy,2026-05-19 23:42:00,360.0,9.6222,1,leg_gt,1.76,60 -9597,buy_compound_top3,buy,2026-05-19 23:45:00,358.0,10.2352,1,leg_gt,1.76,60 -9598,buy_compound_top3,buy,2026-05-19 23:48:00,357.0,10.5443,1,leg_gt,1.76,60 -9599,buy_compound_top3,buy,2026-05-20 03:30:00,357.0,10.5443,1,leg_gt,1.61,60 -9600,buy_compound_top3,buy,2026-05-20 03:33:00,358.0,10.2352,1,leg_gt,1.6,60 -9601,buy_compound_top3,buy,2026-05-20 07:36:00,356.0,10.8551,1,leg_gt,1.44,60 -9602,buy_compound_top3,buy,2026-05-20 07:39:00,356.0,10.8551,1,leg_gt,1.43,60 -9603,buy_compound_top3,buy,2026-05-20 07:42:00,355.0,11.1676,1,leg_gt,1.43,60 -9604,buy_compound_top3,buy,2026-05-20 07:45:00,355.0,11.1676,1,leg_gt,1.43,60 -9605,buy_compound_top3,buy,2026-05-20 07:48:00,355.0,11.1676,1,leg_gt,1.43,60 -9606,buy_compound_top3,buy,2026-05-20 07:51:00,355.0,11.1676,1,leg_gt,1.42,60 -9607,buy_compound_top3,buy,2026-05-20 07:54:00,354.0,11.4819,1,leg_gt,1.42,60 -9608,buy_compound_top3,buy,2026-05-20 07:57:00,355.0,11.1676,1,leg_gt,1.42,60 -9609,buy_compound_top3,buy,2026-05-20 08:00:00,354.0,11.4819,1,leg_gt,1.42,60 -9610,buy_compound_top3,buy,2026-05-20 08:03:00,354.0,11.4819,1,leg_gt,1.42,60 -9611,buy_compound_top3,buy,2026-05-20 17:15:00,356.0,10.8551,1,leg_gt,1.03,60 -9612,buy_compound_top3,buy,2026-05-20 17:18:00,356.0,10.8551,1,leg_gt,1.03,60 -9613,buy_compound_top3,buy,2026-05-20 17:21:00,356.0,10.8551,1,leg_gt,1.03,60 -9614,buy_compound_top3,buy,2026-05-20 17:24:00,356.0,10.8551,1,leg_gt,1.03,60 -9615,buy_compound_top3,buy,2026-05-20 21:06:00,355.0,11.1676,1,leg_gt,0.87,60 -9616,buy_compound_top3,buy,2026-05-20 21:09:00,354.0,11.4819,1,leg_gt,0.87,60 -9617,buy_compound_top3,buy,2026-05-20 21:15:00,355.0,11.1676,1,leg_gt,0.87,60 -9618,buy_compound_top3,buy,2026-05-20 21:18:00,354.0,11.4819,1,leg_gt,0.86,60 -9619,buy_compound_top3,buy,2026-05-20 21:21:00,353.0,11.798,1,leg_gt,0.86,60 -9620,buy_compound_top3,buy,2026-05-20 21:24:00,353.0,11.798,1,leg_gt,0.86,60 -9621,buy_compound_top3,buy,2026-05-21 07:15:00,368.0,7.237,1,leg_gt,0.45,60 -9622,buy_compound_top3,buy,2026-05-21 07:18:00,368.0,7.237,1,leg_gt,0.45,60 -9623,buy_compound_top3,buy,2026-05-21 07:21:00,367.0,7.5294,1,leg_gt,0.45,60 -9624,buy_compound_top3,buy,2026-05-21 07:24:00,367.0,7.5294,1,leg_gt,0.44,60 -9625,buy_compound_top3,buy,2026-05-21 08:15:00,366.0,7.8235,1,leg_gt,0.41,60 -9626,buy_compound_top3,buy,2026-05-21 08:18:00,366.0,7.8235,1,leg_gt,0.41,60 -9627,buy_compound_top3,buy,2026-05-21 08:21:00,367.0,7.5294,1,leg_gt,0.4,60 -9628,buy_compound_top3,buy,2026-05-21 08:24:00,365.0,8.1192,1,leg_gt,0.4,60 -9629,buy_compound_top3,buy,2026-05-21 08:27:00,364.0,8.4165,1,leg_gt,0.4,60 -9630,buy_compound_top3,buy,2026-05-21 08:30:00,365.0,8.1192,1,leg_gt,0.4,60 -9631,buy_compound_top3,buy,2026-05-21 08:33:00,366.0,7.8235,1,leg_gt,0.4,60 -9632,buy_compound_top3,buy,2026-05-21 20:06:00,380.0,17.0053,1,leg_gt,1.18,60 -9633,buy_compound_top3,buy,2026-05-21 20:09:00,380.0,17.0053,1,leg_gt,1.18,60 -9634,buy_compound_top3,buy,2026-05-21 20:42:00,379.0,17.3142,1,leg_gt,1.16,60 -9635,buy_compound_top3,buy,2026-05-21 20:45:00,378.0,17.6249,1,leg_gt,1.16,60 -9636,buy_compound_top3,buy,2026-05-21 20:48:00,379.0,17.3142,1,leg_gt,1.15,60 -9637,buy_compound_top3,buy,2026-05-22 06:51:00,398.0,11.709,1,leg_gt,0.74,60 -9638,buy_compound_top3,buy,2026-05-22 06:54:00,397.0,11.9907,1,leg_gt,0.73,60 -9639,buy_compound_top3,buy,2026-05-22 06:57:00,397.0,11.9907,1,leg_gt,0.73,60 -9640,buy_compound_top3,buy,2026-05-22 07:00:00,397.0,11.9907,1,leg_gt,0.73,60 -9641,buy_compound_top3,buy,2026-05-22 07:03:00,398.0,11.709,1,leg_gt,0.73,60 -9642,buy_compound_top3,buy,2026-05-23 03:00:00,433.0,7.0594,1,leg_gt,1.82,60 -9643,buy_compound_top3,buy,2026-05-23 03:03:00,433.0,7.0594,1,leg_gt,1.82,60 -9644,buy_compound_top3,buy,2026-05-23 03:12:00,430.0,7.807,1,leg_gt,1.81,60 -9645,buy_compound_top3,buy,2026-05-23 03:21:00,429.0,8.0585,1,leg_gt,1.81,60 -9646,buy_compound_top3,buy,2026-05-23 03:24:00,429.0,8.0585,1,leg_gt,1.81,60 -9647,buy_compound_top3,buy,2026-05-23 03:27:00,429.0,8.0585,1,leg_gt,1.8,60 -9648,buy_compound_top3,buy,2026-05-23 03:30:00,425.0,9.0765,1,leg_gt,1.8,60 -9649,buy_compound_top3,buy,2026-05-23 03:33:00,424.0,9.334,1,leg_gt,1.8,60 -9650,buy_compound_top3,buy,2026-05-23 03:36:00,422.0,9.8526,1,leg_gt,1.8,60 -9651,buy_compound_top3,buy,2026-05-23 03:39:00,422.0,9.8526,1,leg_gt,1.8,60 -9652,buy_compound_top3,buy,2026-05-23 03:42:00,421.0,10.1138,1,leg_gt,1.79,60 -9653,buy_compound_top3,buy,2026-05-23 03:45:00,420.0,10.3762,1,leg_gt,1.79,60 -9654,buy_compound_top3,buy,2026-05-23 03:48:00,420.0,10.3762,1,leg_gt,1.79,60 -9655,buy_compound_top3,buy,2026-05-23 04:06:00,419.0,10.6399,1,leg_gt,1.78,60 -9656,buy_compound_top3,buy,2026-05-23 04:09:00,416.0,11.4385,1,leg_gt,1.78,60 -9657,buy_compound_top3,buy,2026-05-23 04:27:00,415.0,11.7072,1,leg_gt,1.76,60 -9658,buy_compound_top3,buy,2026-05-23 04:30:00,412.0,12.5214,1,leg_gt,1.76,60 -9659,buy_compound_top3,buy,2026-05-23 04:33:00,409.0,13.3474,1,leg_gt,1.76,60 -9660,buy_compound_top3,buy,2026-05-23 04:42:00,407.0,13.9049,1,leg_gt,1.75,60 -9661,buy_compound_top3,buy,2026-05-23 04:45:00,408.0,13.6255,1,leg_gt,1.75,60 -9662,buy_compound_top3,buy,2026-05-23 04:48:00,410.0,13.0707,1,leg_gt,1.75,60 -9663,buy_compound_top3,buy,2026-05-23 17:06:00,395.0,17.3684,1,leg_gt,1.24,60 -9664,buy_compound_top3,buy,2026-05-23 17:09:00,395.0,17.3684,1,leg_gt,1.23,60 -9665,buy_compound_top3,buy,2026-05-24 08:12:00,447.0,3.7031,1,leg_gt,0.61,60 -9666,buy_compound_top3,buy,2026-05-24 08:15:00,447.0,3.7031,1,leg_gt,0.6,60 -9667,buy_compound_top3,buy,2026-05-24 08:18:00,447.0,3.7031,1,leg_gt,0.6,60 -9668,buy_compound_top3,buy,2026-05-24 08:36:00,447.0,3.7031,1,leg_gt,0.59,60 -9669,buy_compound_top3,buy,2026-05-24 08:39:00,446.0,3.9359,1,leg_gt,0.59,60 -9670,buy_compound_top3,buy,2026-05-24 08:42:00,445.0,4.1697,1,leg_gt,0.59,60 -9671,buy_compound_top3,buy,2026-05-24 11:36:00,446.0,3.9359,1,leg_gt,0.46,60 -9672,buy_compound_top3,buy,2026-05-24 11:39:00,447.0,3.7031,1,leg_gt,0.46,60 -9673,buy_compound_top3,buy,2026-05-24 23:27:00,445.0,35.4056,1,leg_gt,1.92,60 -9674,buy_compound_top3,buy,2026-05-24 23:30:00,446.0,35.1018,1,leg_gt,1.92,60 -9675,buy_compound_top3,buy,2026-05-24 23:33:00,449.0,34.1984,1,leg_gt,1.91,60 -9676,buy_compound_top3,buy,2026-05-25 03:36:00,441.0,36.6347,1,leg_gt,1.75,60 -9677,buy_compound_top3,buy,2026-05-25 03:39:00,442.0,36.3253,1,leg_gt,1.74,60 -9678,buy_compound_top3,buy,2026-05-25 03:51:00,440.0,36.9455,1,leg_gt,1.74,60 -9679,buy_compound_top3,buy,2026-05-25 03:54:00,440.0,36.9455,1,leg_gt,1.73,60 -9680,buy_compound_top3,buy,2026-05-25 03:57:00,440.0,36.9455,1,leg_gt,1.73,60 -9681,buy_compound_top3,buy,2026-05-25 04:00:00,440.0,36.9455,1,leg_gt,1.73,60 -9682,buy_compound_top3,buy,2026-05-25 04:03:00,440.0,36.9455,1,leg_gt,1.73,60 -9683,buy_compound_top3,buy,2026-05-25 04:06:00,440.0,36.9455,1,leg_gt,1.72,60 -9684,buy_compound_top3,buy,2026-05-25 04:09:00,440.0,36.9455,1,leg_gt,1.72,60 -9685,buy_compound_top3,buy,2026-05-25 04:27:00,438.0,37.5712,1,leg_gt,1.71,60 -9686,buy_compound_top3,buy,2026-05-25 04:30:00,438.0,37.5712,1,leg_gt,1.71,60 -9687,buy_compound_top3,buy,2026-05-25 04:33:00,439.0,37.2576,1,leg_gt,1.71,60 -9688,buy_compound_top3,buy,2026-05-25 04:42:00,437.0,37.8863,1,leg_gt,1.7,60 -9689,buy_compound_top3,buy,2026-05-25 04:45:00,437.0,37.8863,1,leg_gt,1.7,60 -9690,buy_compound_top3,buy,2026-05-25 04:48:00,437.0,37.8863,1,leg_gt,1.7,60 -9691,buy_compound_top3,buy,2026-05-25 04:51:00,436.0,38.2028,1,leg_gt,1.69,60 -9692,buy_compound_top3,buy,2026-05-25 04:54:00,437.0,37.8863,1,leg_gt,1.69,60 -9693,buy_compound_top3,buy,2026-05-25 04:57:00,438.0,37.5712,1,leg_gt,1.69,60 -9694,buy_compound_top3,buy,2026-05-25 05:00:00,437.0,37.8863,1,leg_gt,1.69,60 -9695,buy_compound_top3,buy,2026-05-25 05:03:00,435.0,38.5207,1,leg_gt,1.69,60 -9696,buy_compound_top3,buy,2026-05-25 05:42:00,435.0,38.5207,1,leg_gt,1.66,60 -9697,buy_compound_top3,buy,2026-05-25 05:45:00,435.0,38.5207,1,leg_gt,1.66,60 -9698,buy_compound_top3,buy,2026-05-25 05:48:00,435.0,38.5207,1,leg_gt,1.65,60 -9699,buy_compound_top3,buy,2026-05-25 05:57:00,436.0,38.2028,1,leg_gt,1.65,60 -9700,buy_compound_top3,buy,2026-05-25 06:57:00,428.0,40.7879,1,leg_gt,1.61,60 -9701,buy_compound_top3,buy,2026-05-25 11:51:00,435.0,38.5207,1,leg_gt,1.4,60 -9702,buy_compound_top3,buy,2026-05-25 11:54:00,436.0,38.2028,1,leg_gt,1.4,60 -9703,buy_compound_top3,buy,2026-05-25 11:57:00,436.0,38.2028,1,leg_gt,1.4,60 -9704,buy_compound_top3,buy,2026-05-25 12:00:00,436.0,38.2028,1,leg_gt,1.4,60 -9705,buy_compound_top3,buy,2026-05-25 12:03:00,433.0,39.161,1,leg_gt,1.39,60 -9706,buy_compound_top3,buy,2026-05-25 12:12:00,434.0,38.8401,1,leg_gt,1.39,60 -9707,buy_compound_top3,buy,2026-05-25 21:21:00,451.0,33.6029,1,leg_gt,1.01,60 -9708,buy_compound_top3,buy,2026-05-25 21:24:00,449.0,34.1984,1,leg_gt,1.0,60 -9709,buy_compound_top3,buy,2026-05-25 21:30:00,450.0,33.9,1,leg_gt,1.0,60 -9710,buy_compound_top3,buy,2026-05-25 21:33:00,448.0,34.4982,1,leg_gt,1.0,60 -9711,buy_compound_top3,buy,2026-05-25 22:15:00,447.0,34.7993,1,leg_gt,0.97,60 -9712,buy_compound_top3,buy,2026-05-25 22:18:00,446.0,35.1018,1,leg_gt,0.97,60 -9713,buy_compound_top3,buy,2026-05-26 01:27:00,447.0,34.7993,1,leg_gt,0.84,60 -9714,buy_compound_top3,buy,2026-05-27 03:57:00,568.0,-18.938,0,leg_gt,2.52,60 -9715,buy_compound_top3,buy,2026-05-27 04:00:00,567.0,-18.7949,0,leg_gt,2.52,60 -9716,buy_compound_top3,buy,2026-05-27 04:03:00,569.0,-19.0807,0,leg_gt,2.52,60 -9717,buy_compound_top3,buy,2026-05-27 06:51:00,560.0,-17.7786,0,leg_gt,2.4,60 -9718,buy_compound_top3,buy,2026-05-27 06:54:00,562.0,-18.0715,0,leg_gt,2.4,60 -9719,buy_compound_top3,buy,2026-05-27 08:42:00,561.0,-17.9253,0,leg_gt,2.32,60 -9720,buy_compound_top3,buy,2026-05-27 08:45:00,562.0,-18.0715,0,leg_gt,2.32,60 -9721,buy_compound_top3,buy,2026-05-27 08:48:00,562.0,-18.0715,0,leg_gt,2.32,60 -9722,buy_compound_top3,buy,2026-05-27 08:51:00,560.0,-17.7786,0,leg_gt,2.32,60 -9723,buy_compound_top3,buy,2026-05-27 08:54:00,560.0,-17.7786,0,leg_gt,2.31,60 -9724,buy_compound_top3,buy,2026-05-27 09:12:00,554.0,-16.887,0,leg_gt,2.3,60 -9725,buy_compound_top3,buy,2026-05-27 09:51:00,548.0,-15.9759,0,leg_gt,2.28,60 -9726,buy_compound_top3,buy,2026-05-27 09:54:00,550.0,-16.2818,0,leg_gt,2.27,60 -9727,buy_compound_top3,buy,2026-05-27 10:27:00,544.0,-15.3574,0,leg_gt,2.25,60 -9728,buy_compound_top3,buy,2026-05-27 10:30:00,542.0,-15.0446,0,leg_gt,2.25,60 -9729,buy_compound_top3,buy,2026-05-27 10:33:00,541.0,-14.8874,0,leg_gt,2.25,60 -9730,buy_compound_top3,buy,2026-05-27 10:36:00,540.0,-14.7296,0,leg_gt,2.24,60 -9731,buy_compound_top3,buy,2026-05-27 10:39:00,543.0,-15.2013,0,leg_gt,2.24,60 -9732,buy_compound_top3,buy,2026-05-27 10:45:00,543.0,-15.2013,0,leg_gt,2.24,60 -9733,buy_compound_top3,buy,2026-05-27 10:48:00,545.0,-15.5128,0,leg_gt,2.24,60 -9734,buy_compound_top3,buy,2026-05-27 10:51:00,541.0,-14.8874,0,leg_gt,2.23,60 -9735,buy_compound_top3,buy,2026-05-27 10:54:00,543.0,-15.2013,0,leg_gt,2.23,60 -9736,buy_compound_top3,buy,2026-05-27 11:00:00,539.0,-14.5712,0,leg_gt,2.23,60 -9737,buy_compound_top3,buy,2026-05-27 11:03:00,539.0,-14.5712,0,leg_gt,2.22,60 -9738,buy_compound_top3,buy,2026-05-27 11:06:00,538.0,-14.4123,0,leg_gt,2.22,60 -9739,buy_compound_top3,buy,2026-05-27 11:09:00,535.0,-13.9318,0,leg_gt,2.22,60 -9740,buy_compound_top3,buy,2026-05-27 11:12:00,536.0,-14.0925,0,leg_gt,2.22,60 -9741,buy_compound_top3,buy,2026-05-27 11:15:00,535.0,-13.9318,0,leg_gt,2.22,60 -9742,buy_compound_top3,buy,2026-05-27 11:18:00,532.0,-13.4459,0,leg_gt,2.21,60 -9743,buy_compound_top3,buy,2026-05-27 11:27:00,534.0,-13.7704,0,leg_gt,2.21,60 -9744,buy_compound_top3,buy,2026-05-27 11:30:00,533.0,-13.6084,0,leg_gt,2.21,60 -9745,buy_compound_top3,buy,2026-05-27 11:33:00,532.0,-13.4459,0,leg_gt,2.2,60 -9746,buy_compound_top3,buy,2026-05-27 12:57:00,527.0,-12.6237,0,leg_gt,2.15,60 -9747,buy_compound_top3,buy,2026-05-27 13:00:00,528.0,-12.7894,0,leg_gt,2.14,60 -9748,buy_compound_top3,buy,2026-05-27 13:03:00,528.0,-12.7894,0,leg_gt,2.14,60 -9749,buy_compound_top3,buy,2026-05-27 13:06:00,528.0,-12.7894,0,leg_gt,2.14,60 -9750,buy_compound_top3,buy,2026-05-27 13:09:00,525.0,-12.2905,0,leg_gt,2.14,60 -9751,buy_compound_top3,buy,2026-05-27 13:15:00,524.0,-12.1229,0,leg_gt,2.13,60 -9752,buy_compound_top3,buy,2026-05-27 13:18:00,523.0,-11.9547,0,leg_gt,2.13,60 -9753,buy_compound_top3,buy,2026-05-27 13:27:00,524.0,-12.1229,0,leg_gt,2.12,60 -9754,buy_compound_top3,buy,2026-05-27 18:30:00,526.0,-12.4574,0,leg_gt,1.91,60 -9755,buy_compound_top3,buy,2026-05-27 18:33:00,525.0,-12.2905,0,leg_gt,1.91,60 -9756,buy_compound_top3,buy,2026-05-27 18:36:00,526.0,-12.4574,0,leg_gt,1.91,60 -9757,buy_compound_top3,buy,2026-05-27 18:39:00,526.0,-12.4574,0,leg_gt,1.91,60 -9758,buy_compound_top3,buy,2026-05-28 01:42:00,523.0,-11.9547,0,leg_gt,1.61,60 -9759,buy_compound_top3,buy,2026-05-28 01:45:00,523.0,-11.9547,0,leg_gt,1.61,60 -9760,buy_compound_top3,buy,2026-05-28 01:48:00,526.0,-12.4574,0,leg_gt,1.61,60 -9761,buy_compound_top3,buy,2026-05-28 02:15:00,519.0,-11.2753,0,leg_gt,1.59,60 -9762,buy_compound_top3,buy,2026-05-28 02:18:00,516.0,-10.7589,0,leg_gt,1.59,60 -9763,buy_compound_top3,buy,2026-05-28 02:21:00,516.0,-10.7589,0,leg_gt,1.59,60 -9764,buy_compound_top3,buy,2026-05-28 02:24:00,516.0,-10.7589,0,leg_gt,1.59,60 -9765,buy_compound_top3,buy,2026-05-28 02:27:00,509.0,-9.5303,0,leg_gt,1.58,60 -9766,buy_compound_top3,buy,2026-05-28 02:36:00,510.0,-9.7078,0,leg_gt,1.58,60 -9767,buy_compound_top3,buy,2026-05-28 02:39:00,509.0,-9.5303,0,leg_gt,1.58,60 -9768,buy_compound_top3,buy,2026-05-28 02:42:00,509.0,-9.5303,0,leg_gt,1.57,60 -9769,buy_compound_top3,buy,2026-05-28 06:57:00,504.0,-8.6317,0,leg_gt,1.4,60 -9770,buy_compound_top3,buy,2026-05-28 07:45:00,503.0,-8.4499,0,leg_gt,1.36,60 -9771,buy_compound_top3,buy,2026-05-28 07:48:00,502.0,-8.2673,0,leg_gt,1.36,60 -9772,buy_compound_top3,buy,2026-05-28 07:57:00,501.0,-8.084,0,leg_gt,1.35,60 -9773,buy_compound_top3,buy,2026-05-28 08:00:00,500.0,-7.9,0,leg_gt,1.35,60 -9774,buy_compound_top3,buy,2026-05-28 08:03:00,502.0,-8.2673,0,leg_gt,1.35,60 -9775,buy_compound_top3,buy,2026-05-28 08:06:00,500.0,-7.9,0,leg_gt,1.35,60 -9776,buy_compound_top3,buy,2026-05-28 08:09:00,501.0,-8.084,0,leg_gt,1.35,60 -9777,buy_compound_top3,buy,2026-05-28 08:15:00,501.0,-8.084,0,leg_gt,1.34,60 -9778,buy_compound_top3,buy,2026-05-28 08:18:00,499.0,-7.7152,0,leg_gt,1.34,60 -9779,buy_compound_top3,buy,2026-05-28 08:21:00,499.0,-7.7152,0,leg_gt,1.34,60 -9780,buy_compound_top3,buy,2026-05-28 08:24:00,498.0,-7.5297,0,leg_gt,1.34,60 -9781,buy_compound_top3,buy,2026-05-28 08:30:00,497.0,-7.3435,0,leg_gt,1.33,60 -9782,buy_compound_top3,buy,2026-05-28 08:33:00,498.0,-7.5297,0,leg_gt,1.33,60 -9783,buy_compound_top3,buy,2026-05-28 09:12:00,498.0,-7.5297,0,leg_gt,1.3,60 -9784,buy_compound_top3,buy,2026-05-28 09:36:00,496.0,-7.1565,0,leg_gt,1.29,60 -9785,buy_compound_top3,buy,2026-05-28 09:39:00,493.0,-6.5909,0,leg_gt,1.28,60 -9786,buy_compound_top3,buy,2026-05-28 09:45:00,495.0,-6.9687,0,leg_gt,1.28,60 -9787,buy_compound_top3,buy,2026-05-28 09:48:00,494.0,-6.7802,0,leg_gt,1.28,60 -9788,buy_compound_top3,buy,2026-05-28 09:57:00,491.0,-6.21,0,leg_gt,1.27,60 -9789,buy_compound_top3,buy,2026-05-28 10:00:00,492.0,-6.4008,0,leg_gt,1.27,60 -9790,buy_compound_top3,buy,2026-05-28 10:03:00,491.0,-6.21,0,leg_gt,1.27,60 -9791,buy_compound_top3,buy,2026-05-28 10:06:00,489.0,-5.826,0,leg_gt,1.26,60 -9792,buy_compound_top3,buy,2026-05-28 10:09:00,490.0,-6.0184,0,leg_gt,1.26,60 -9793,buy_compound_top3,buy,2026-05-28 10:12:00,488.0,-5.6328,0,leg_gt,1.26,60 -9794,buy_compound_top3,buy,2026-05-28 10:15:00,489.0,-5.826,0,leg_gt,1.26,60 -9795,buy_compound_top3,buy,2026-05-28 10:18:00,487.0,-5.4388,0,leg_gt,1.26,60 -9796,buy_compound_top3,buy,2026-05-28 11:30:00,488.0,-5.6328,0,leg_gt,1.21,60 -9797,buy_compound_top3,buy,2026-05-28 11:33:00,486.0,-5.244,0,leg_gt,1.2,60 -9798,buy_compound_top3,buy,2026-05-28 14:30:00,455.0,1.2187,1,leg_gt,1.08,60 -9799,buy_compound_top3,buy,2026-05-28 14:33:00,456.0,0.9965,1,leg_gt,1.08,60 -9800,buy_compound_top3,buy,2026-05-28 19:36:00,444.0,3.7288,1,leg_gt,0.87,60 -9801,buy_compound_top3,buy,2026-05-28 19:39:00,442.0,4.1986,1,leg_gt,0.87,60 -9802,buy_compound_top3,buy,2026-05-28 19:42:00,441.0,4.4351,1,leg_gt,0.86,60 -9803,buy_compound_top3,buy,2026-05-28 19:57:00,441.0,4.4351,1,leg_gt,0.85,60 -9804,buy_compound_top3,buy,2026-05-28 21:00:00,433.0,6.3665,1,leg_gt,0.81,60 -9805,buy_compound_top3,buy,2026-05-28 21:03:00,432.0,6.613,1,leg_gt,0.81,60 -9806,buy_compound_top3,buy,2026-05-28 21:06:00,432.0,6.613,1,leg_gt,0.81,60 -9807,buy_compound_top3,buy,2026-05-28 21:09:00,432.0,6.613,1,leg_gt,0.8,60 -9808,buy_compound_top3,buy,2026-05-28 21:12:00,433.0,6.3665,1,leg_gt,0.8,60 -9809,buy_compound_top3,buy,2026-05-28 21:15:00,433.0,6.3665,1,leg_gt,0.8,60 -9810,buy_compound_top3,buy,2026-05-28 21:18:00,432.0,6.613,1,leg_gt,0.8,60 -9811,buy_compound_top3,buy,2026-05-28 21:21:00,431.0,6.8606,1,leg_gt,0.8,60 -9812,buy_compound_top3,buy,2026-05-28 21:24:00,431.0,6.8606,1,leg_gt,0.79,60 -9813,buy_compound_top3,buy,2026-05-28 23:30:00,425.0,8.3706,1,leg_gt,0.71,60 -9814,buy_compound_top3,buy,2026-05-28 23:33:00,424.0,8.6264,1,leg_gt,0.7,60 -9815,buy_compound_top3,buy,2026-05-28 23:45:00,421.0,9.4012,1,leg_gt,0.7,60 -9816,buy_compound_top3,buy,2026-05-28 23:48:00,423.0,8.8835,1,leg_gt,0.69,60 -9817,buy_compound_top3,buy,2026-05-29 01:00:00,419.0,9.9239,1,leg_gt,0.64,60 -9818,buy_compound_top3,buy,2026-05-29 01:03:00,418.0,10.1871,1,leg_gt,0.64,60 -9819,buy_compound_top3,buy,2026-05-29 02:00:00,416.0,10.7173,1,leg_gt,0.6,60 -9820,buy_compound_top3,buy,2026-05-29 02:03:00,417.0,10.4516,1,leg_gt,0.6,60 -9821,buy_compound_top3,buy,2026-05-29 02:51:00,414.0,11.2527,1,leg_gt,0.57,60 -9822,buy_compound_top3,buy,2026-05-29 02:54:00,413.0,11.5223,1,leg_gt,0.56,60 -9823,buy_compound_top3,buy,2026-05-29 07:42:00,409.0,12.6139,1,leg_gt,0.36,60 -9824,buy_compound_top3,buy,2026-05-29 12:57:00,421.0,9.4012,1,leg_gt,0.15,60 -9825,buy_compound_top3,buy,2026-05-29 13:00:00,420.0,9.6619,1,leg_gt,0.14,60 -9826,buy_compound_top3,buy,2026-05-29 13:03:00,419.0,9.9239,1,leg_gt,0.14,60 -9827,buy_compound_top3,buy,2026-05-29 13:06:00,421.0,9.4012,1,leg_gt,0.14,60 -9828,buy_compound_top3,buy,2026-05-29 13:09:00,417.0,10.4516,1,leg_gt,0.14,60 -9829,buy_compound_top3,buy,2026-05-29 13:12:00,417.0,10.4516,1,leg_gt,0.14,60 -9830,buy_compound_top3,buy,2026-05-29 19:12:00,448.0,25.5696,1,leg_gt,1.44,60 -9831,buy_compound_top3,buy,2026-05-29 19:30:00,446.0,26.1332,1,leg_gt,1.43,60 -9832,buy_compound_top3,buy,2026-05-29 19:33:00,447.0,25.8508,1,leg_gt,1.42,60 -9833,buy_compound_top3,buy,2026-05-29 19:36:00,445.0,26.4169,1,leg_gt,1.42,60 -9834,buy_compound_top3,buy,2026-05-29 19:39:00,446.0,26.1332,1,leg_gt,1.42,60 -9835,buy_compound_top3,buy,2026-05-29 19:51:00,445.0,26.4169,1,leg_gt,1.41,60 -9836,buy_compound_top3,buy,2026-05-29 19:54:00,444.0,26.7018,1,leg_gt,1.41,60 -9837,buy_compound_top3,buy,2026-05-29 19:57:00,444.0,26.7018,1,leg_gt,1.41,60 -9838,buy_compound_top3,buy,2026-05-29 20:21:00,440.0,27.8545,1,leg_gt,1.39,60 -9839,buy_compound_top3,buy,2026-05-29 20:24:00,442.0,27.2756,1,leg_gt,1.39,60 -9840,buy_compound_top3,buy,2026-05-29 20:27:00,440.0,27.8545,1,leg_gt,1.39,60 -9841,buy_compound_top3,buy,2026-05-29 20:30:00,439.0,28.146,1,leg_gt,1.39,60 -9842,buy_compound_top3,buy,2026-05-29 20:33:00,437.0,28.733,1,leg_gt,1.38,60 -9843,buy_compound_top3,buy,2026-05-29 20:36:00,437.0,28.733,1,leg_gt,1.38,60 -9844,buy_compound_top3,buy,2026-05-29 20:39:00,436.0,29.0284,1,leg_gt,1.38,60 -9845,buy_compound_top3,buy,2026-05-29 20:45:00,437.0,28.733,1,leg_gt,1.38,60 -9846,buy_compound_top3,buy,2026-05-29 20:48:00,435.0,29.3253,1,leg_gt,1.37,60 -9847,buy_compound_top3,buy,2026-05-29 20:57:00,433.0,29.9231,1,leg_gt,1.37,60 -9848,buy_compound_top3,buy,2026-05-29 21:00:00,435.0,29.3253,1,leg_gt,1.36,60 -9849,buy_compound_top3,buy,2026-05-29 21:03:00,435.0,29.3253,1,leg_gt,1.36,60 -9850,buy_compound_top3,buy,2026-05-29 21:06:00,431.0,30.5265,1,leg_gt,1.36,60 -9851,buy_compound_top3,buy,2026-05-29 21:09:00,432.0,30.2241,1,leg_gt,1.36,60 -9852,buy_compound_top3,buy,2026-05-29 21:12:00,433.0,29.9231,1,leg_gt,1.36,60 -9853,buy_compound_top3,buy,2026-05-30 04:00:00,443.0,26.988,1,leg_gt,1.07,60 -9854,buy_compound_top3,buy,2026-05-30 04:03:00,444.0,26.7018,1,leg_gt,1.07,60 -9855,buy_compound_top3,buy,2026-05-30 04:06:00,444.0,26.7018,1,leg_gt,1.07,60 -9856,buy_compound_top3,buy,2026-05-30 04:09:00,444.0,26.7018,1,leg_gt,1.07,60 -9857,buy_compound_top3,buy,2026-05-30 06:42:00,439.0,28.146,1,leg_gt,0.96,60 -9858,buy_compound_top3,buy,2026-05-30 06:45:00,439.0,28.146,1,leg_gt,0.96,60 -9859,buy_compound_top3,buy,2026-05-30 06:48:00,439.0,28.146,1,leg_gt,0.96,60 -9860,buy_compound_top3,buy,2026-05-30 07:06:00,436.0,29.0284,1,leg_gt,0.94,60 -9861,buy_compound_top3,buy,2026-05-30 07:09:00,434.0,29.6235,1,leg_gt,0.94,60 -9862,buy_compound_top3,buy,2026-05-30 07:12:00,435.0,29.3253,1,leg_gt,0.94,60 -9863,buy_compound_top3,buy,2026-05-30 08:00:00,433.0,29.9231,1,leg_gt,0.91,60 -9864,buy_compound_top3,buy,2026-05-30 08:03:00,430.0,30.8302,1,leg_gt,0.9,60 -9865,buy_compound_top3,buy,2026-05-30 08:06:00,432.0,30.2241,1,leg_gt,0.9,60 -9866,buy_compound_top3,buy,2026-05-30 08:09:00,431.0,30.5265,1,leg_gt,0.9,60 -9867,buy_compound_top3,buy,2026-05-30 08:12:00,432.0,30.2241,1,leg_gt,0.9,60 -9868,buy_compound_top3,buy,2026-05-30 08:15:00,431.0,30.5265,1,leg_gt,0.9,60 -9869,buy_compound_top3,buy,2026-05-30 08:18:00,431.0,30.5265,1,leg_gt,0.89,60 -9870,buy_compound_top3,buy,2026-05-30 09:21:00,428.0,31.4421,1,leg_gt,0.85,60 -9871,buy_compound_top3,buy,2026-05-30 09:24:00,428.0,31.4421,1,leg_gt,0.85,60 -9872,buy_compound_top3,buy,2026-05-30 09:36:00,425.0,32.3706,1,leg_gt,0.84,60 -9873,buy_compound_top3,buy,2026-05-30 09:39:00,426.0,32.0596,1,leg_gt,0.84,60 -9874,buy_compound_top3,buy,2026-05-30 09:42:00,426.0,32.0596,1,leg_gt,0.84,60 -9875,buy_compound_top3,buy,2026-05-30 10:00:00,424.0,32.683,1,leg_gt,0.82,60 -9876,buy_compound_top3,buy,2026-05-30 10:03:00,423.0,32.9969,1,leg_gt,0.82,60 -9877,buy_compound_top3,buy,2026-05-30 13:30:00,428.0,31.4421,1,leg_gt,0.68,60 -9878,buy_compound_top3,buy,2026-05-30 13:33:00,428.0,31.4421,1,leg_gt,0.68,60 -9879,buy_compound_top3,buy,2026-05-31 07:06:00,523.0,13.6667,1,leg_gt,1.32,60 -9880,buy_compound_top3,buy,2026-05-31 07:09:00,527.0,12.8032,1,leg_gt,1.32,60 -9881,buy_compound_top3,buy,2026-05-31 07:12:00,528.0,12.5894,1,leg_gt,1.32,60 -9882,buy_compound_top3,buy,2026-05-31 07:15:00,528.0,12.5894,1,leg_gt,1.32,60 -9883,buy_compound_top3,buy,2026-05-31 07:18:00,527.0,12.8032,1,leg_gt,1.31,60 -9884,buy_compound_top3,buy,2026-05-31 07:21:00,523.0,13.6667,1,leg_gt,1.31,60 -9885,buy_compound_top3,buy,2026-05-31 07:24:00,523.0,13.6667,1,leg_gt,1.31,60 -9886,buy_compound_top3,buy,2026-05-31 07:27:00,525.0,13.2333,1,leg_gt,1.31,60 -9887,buy_compound_top3,buy,2026-05-31 07:30:00,524.0,13.4496,1,leg_gt,1.31,60 -9888,buy_compound_top3,buy,2026-05-31 07:33:00,521.0,14.1035,1,leg_gt,1.3,60 -9889,buy_compound_top3,buy,2026-05-31 07:42:00,515.0,15.434,1,leg_gt,1.3,60 -9890,buy_compound_top3,buy,2026-05-31 07:45:00,516.0,15.2101,1,leg_gt,1.3,60 -9891,buy_compound_top3,buy,2026-05-31 07:48:00,515.0,15.434,1,leg_gt,1.29,60 -9892,buy_compound_top3,buy,2026-05-31 08:21:00,509.0,16.7959,1,leg_gt,1.27,60 -9893,buy_compound_top3,buy,2026-05-31 08:24:00,510.0,16.5667,1,leg_gt,1.27,60 -9894,buy_compound_top3,buy,2026-05-31 08:36:00,510.0,16.5667,1,leg_gt,1.26,60 -9895,buy_compound_top3,buy,2026-05-31 08:39:00,506.0,17.4889,1,leg_gt,1.26,60 -9896,buy_compound_top3,buy,2026-05-31 08:42:00,507.0,17.257,1,leg_gt,1.26,60 -9897,buy_compound_top3,buy,2026-05-31 09:36:00,500.0,18.9,1,leg_gt,1.22,60 -9898,buy_compound_top3,buy,2026-05-31 09:39:00,504.0,17.9556,1,leg_gt,1.22,60 -9899,buy_compound_top3,buy,2026-05-31 15:12:00,506.0,17.4889,1,leg_gt,0.99,60 -9900,buy_compound_top3,buy,2026-05-31 15:15:00,506.0,17.4889,1,leg_gt,0.98,60 -9901,buy_compound_top3,buy,2026-05-31 15:18:00,507.0,17.257,1,leg_gt,0.98,60 -9902,buy_compound_top3,buy,2026-05-31 15:57:00,503.0,18.1903,1,leg_gt,0.95,60 -9903,buy_compound_top3,buy,2026-05-31 16:12:00,501.0,18.6625,1,leg_gt,0.94,60 -9904,buy_compound_top3,buy,2026-05-31 18:06:00,497.0,19.6183,1,leg_gt,0.86,60 -9905,buy_compound_top3,buy,2026-05-31 18:09:00,496.0,19.8597,1,leg_gt,0.86,60 -9906,buy_compound_top3,buy,2026-05-31 19:15:00,497.0,19.6183,1,leg_gt,0.82,60 -9907,buy_compound_top3,buy,2026-05-31 19:18:00,496.0,19.8597,1,leg_gt,0.81,60 -9908,buy_compound_top3,buy,2026-05-31 19:21:00,494.0,20.3453,1,leg_gt,0.81,60 -9909,buy_compound_top3,buy,2026-05-31 19:24:00,494.0,20.3453,1,leg_gt,0.81,60 -9910,buy_compound_top3,buy,2026-05-31 19:45:00,490.0,21.3286,1,leg_gt,0.8,60 -9911,buy_compound_top3,buy,2026-05-31 19:48:00,491.0,21.0813,1,leg_gt,0.79,60 -9912,buy_compound_top3,buy,2026-06-01 15:15:00,567.0,3.251,1,leg_gt,0.05,60 -9913,buy_compound_top3,buy,2026-06-01 15:18:00,563.0,3.9853,1,leg_gt,0.05,60 -9914,buy_compound_top3,buy,2026-06-01 15:21:00,561.0,4.3563,1,leg_gt,0.04,60 -9915,buy_compound_top3,buy,2026-06-01 15:24:00,557.0,5.1065,1,leg_gt,0.04,60 -9916,buy_compound_top3,buy,2026-06-01 15:30:00,559.0,4.7301,1,leg_gt,0.04,60 -9917,buy_compound_top3,buy,2026-06-01 15:33:00,558.0,4.9179,1,leg_gt,0.04,60 -9918,buy_compound_top3,buy,2026-06-01 16:57:00,556.0,12.4899,1,leg_gt,0.45,60 -9919,buy_compound_top3,buy,2026-06-01 17:00:00,555.0,12.6928,1,leg_gt,0.44,60 -9920,buy_compound_top3,buy,2026-06-01 17:03:00,551.0,13.5116,1,leg_gt,0.44,60 -9921,buy_compound_top3,buy,2026-06-01 18:30:00,555.0,12.6928,1,leg_gt,0.38,60 -9922,buy_compound_top3,buy,2026-06-01 18:33:00,551.0,13.5116,1,leg_gt,0.38,60 -9923,buy_compound_top3,buy,2026-06-01 20:51:00,547.0,14.3424,1,leg_gt,0.28,60 -9924,buy_compound_top3,buy,2026-06-01 20:54:00,548.0,14.1336,1,leg_gt,0.28,60 -9925,buy_compound_top3,buy,2026-06-01 20:57:00,549.0,13.9255,1,leg_gt,0.28,60 -9926,buy_compound_top3,buy,2026-06-01 21:00:00,549.0,13.9255,1,leg_gt,0.28,60 -9927,buy_compound_top3,buy,2026-06-01 21:03:00,548.0,14.1336,1,leg_gt,0.28,60 -9928,buy_compound_top3,buy,2026-06-01 21:06:00,548.0,14.1336,1,leg_gt,0.27,60 -9929,buy_compound_top3,buy,2026-06-01 21:09:00,543.0,15.1855,1,leg_gt,0.27,60 -9930,buy_compound_top3,buy,2026-06-01 21:12:00,543.0,15.1855,1,leg_gt,0.27,60 -9931,buy_compound_top3,buy,2026-06-01 23:30:00,546.0,14.552,1,leg_gt,0.17,60 -9932,buy_compound_top3,buy,2026-06-01 23:33:00,546.0,14.552,1,leg_gt,0.17,60 -9933,buy_compound_top3,buy,2026-06-02 16:15:00,664.0,16.1651,1,leg_gt,1.26,60 -9934,buy_compound_top3,buy,2026-06-02 16:18:00,662.0,16.5163,1,leg_gt,1.26,60 -9935,buy_compound_top3,buy,2026-06-02 16:45:00,648.0,19.0358,1,leg_gt,1.24,60 -9936,buy_compound_top3,buy,2026-06-02 16:48:00,633.0,21.8589,1,leg_gt,1.24,60 -9937,buy_compound_top3,buy,2026-06-02 17:00:00,620.0,24.4161,1,leg_gt,1.23,60 -9938,buy_compound_top3,buy,2026-06-02 17:03:00,615.0,25.4285,1,leg_gt,1.23,60 -9939,buy_compound_top3,buy,2026-06-02 17:12:00,614.0,25.6329,1,leg_gt,1.22,60 -9940,buy_compound_top3,buy,2026-06-02 17:15:00,618.0,24.8191,1,leg_gt,1.22,60 -9941,buy_compound_top3,buy,2026-06-02 17:18:00,608.0,26.8737,1,leg_gt,1.22,60 -9942,buy_compound_top3,buy,2026-06-02 17:21:00,606.0,27.2927,1,leg_gt,1.22,60 -9943,buy_compound_top3,buy,2026-06-02 17:24:00,603.0,27.9265,1,leg_gt,1.21,60 -9944,buy_compound_top3,buy,2026-06-02 17:27:00,606.0,27.2927,1,leg_gt,1.21,60 -9945,buy_compound_top3,buy,2026-06-02 21:15:00,607.0,27.0829,1,leg_gt,1.05,60 -9946,buy_compound_top3,buy,2026-06-02 21:18:00,603.0,27.9265,1,leg_gt,1.05,60 -9947,buy_compound_top3,buy,2026-06-03 00:12:00,601.0,28.3526,1,leg_gt,0.93,60 -9948,buy_compound_top3,buy,2026-06-03 00:15:00,599.0,28.7815,1,leg_gt,0.93,60 -9949,buy_compound_top3,buy,2026-06-03 00:18:00,602.0,28.1392,1,leg_gt,0.93,60 -9950,buy_compound_top3,buy,2026-06-03 00:36:00,588.0,31.1925,1,leg_gt,0.91,60 -9951,buy_compound_top3,buy,2026-06-03 00:39:00,585.0,31.8658,1,leg_gt,0.91,60 -9952,buy_compound_top3,buy,2026-06-03 04:00:00,599.0,28.7815,1,leg_gt,0.77,60 -9953,buy_compound_top3,buy,2026-06-03 04:03:00,596.0,29.4302,1,leg_gt,0.77,60 -9954,buy_compound_top3,buy,2026-06-03 04:12:00,599.0,28.7815,1,leg_gt,0.76,60 -9955,buy_compound_top3,buy,2026-06-03 04:15:00,596.0,29.4302,1,leg_gt,0.76,60 -9956,buy_compound_top3,buy,2026-06-03 04:18:00,593.0,30.0855,1,leg_gt,0.76,60 -9957,buy_compound_top3,buy,2026-06-03 04:21:00,590.0,30.7475,1,leg_gt,0.76,60 -9958,buy_compound_top3,buy,2026-06-03 04:24:00,589.0,30.9696,1,leg_gt,0.76,60 -9959,buy_compound_top3,buy,2026-06-03 04:27:00,593.0,30.0855,1,leg_gt,0.75,60 -9960,buy_compound_top3,buy,2026-06-03 04:30:00,592.0,30.3054,1,leg_gt,0.75,60 -9961,buy_compound_top3,buy,2026-06-03 04:33:00,588.0,31.1925,1,leg_gt,0.75,60 -9962,buy_compound_top3,buy,2026-06-03 04:36:00,585.0,31.8658,1,leg_gt,0.75,60 -9963,buy_compound_top3,buy,2026-06-03 04:39:00,586.0,31.6406,1,leg_gt,0.75,60 -9964,buy_compound_top3,buy,2026-06-03 05:36:00,581.0,32.7744,1,leg_gt,0.71,60 -9965,buy_compound_top3,buy,2026-06-03 05:39:00,580.0,33.0034,1,leg_gt,0.7,60 -9966,buy_compound_top3,buy,2026-06-03 07:51:00,587.0,31.4162,1,leg_gt,0.61,60 -9967,buy_compound_top3,buy,2026-06-03 07:54:00,588.0,31.1925,1,leg_gt,0.61,60 -9968,buy_compound_top3,buy,2026-06-03 07:57:00,590.0,30.7475,1,leg_gt,0.61,60 -9969,buy_compound_top3,buy,2026-06-03 08:06:00,586.0,31.6406,1,leg_gt,0.6,60 -9970,buy_compound_top3,buy,2026-06-03 08:09:00,586.0,31.6406,1,leg_gt,0.6,60 -9971,buy_compound_top3,buy,2026-06-03 08:12:00,586.0,31.6406,1,leg_gt,0.6,60 -9972,buy_compound_top3,buy,2026-06-03 08:15:00,582.0,32.546,1,leg_gt,0.6,60 -9973,buy_compound_top3,buy,2026-06-03 08:18:00,581.0,32.7744,1,leg_gt,0.59,60 -9974,buy_compound_top3,buy,2026-06-03 08:42:00,567.0,36.0552,1,leg_gt,0.58,60 -9975,buy_compound_top3,buy,2026-06-03 11:15:00,579.0,33.2333,1,leg_gt,0.47,60 -9976,buy_compound_top3,buy,2026-06-03 11:18:00,579.0,33.2333,1,leg_gt,0.47,60 -9977,buy_compound_top3,buy,2026-06-03 11:21:00,578.0,33.464,1,leg_gt,0.47,60 -9978,buy_compound_top3,buy,2026-06-03 11:24:00,577.0,33.6955,1,leg_gt,0.46,60 -9979,buy_compound_top3,buy,2026-06-04 08:12:00,789.0,-0.4802,0,leg_gt,0.01,60 -9980,buy_compound_top3,buy,2026-06-04 08:12:00,789.0,-0.4802,0,leg_gt,0.01,60 -9981,buy_compound_top3,buy,2026-06-04 08:15:00,785.0,0.0274,1,leg_gt,0.01,60 -9982,buy_compound_top3,buy,2026-06-04 08:15:00,785.0,0.0274,1,leg_gt,0.01,60 -9983,buy_compound_top3,buy,2026-06-04 08:18:00,790.0,-0.6063,0,leg_gt,0.01,60 -9984,buy_compound_top3,buy,2026-06-04 08:18:00,790.0,-0.6063,0,leg_gt,0.01,60 -9985,buy_compound_top3,buy,2026-06-04 08:21:00,780.0,0.6692,1,leg_gt,0.0,60 -9986,buy_compound_top3,buy,2026-06-04 08:21:00,780.0,0.6692,1,leg_gt,0.0,60 -9987,buy_compound_top3,buy,2026-06-04 08:24:00,786.0,-0.1,0,leg_gt,0.0,60 -9988,buy_compound_top3,buy,2026-06-04 08:24:00,786.0,-0.1,0,leg_gt,0.0,60 -9989,buy_compound_tight,buy,2025-06-04 13:21:00,1661.0,-5.097,0,leg_gt,3.28,60 -9990,buy_compound_tight,buy,2025-06-04 13:24:00,1661.0,-5.097,0,leg_gt,3.27,60 -9991,buy_compound_tight,buy,2025-06-04 13:30:00,1660.0,-5.0398,0,leg_gt,3.27,60 -9992,buy_compound_tight,buy,2025-06-04 13:33:00,1653.0,-4.6372,0,leg_gt,3.27,60 -9993,buy_compound_tight,buy,2025-06-04 16:21:00,1643.0,-4.0562,0,leg_gt,3.15,60 -9994,buy_compound_tight,buy,2025-06-04 16:24:00,1644.0,-4.1146,0,leg_gt,3.15,60 -9995,buy_compound_tight,buy,2025-06-04 16:30:00,1644.0,-4.1146,0,leg_gt,3.14,60 -9996,buy_compound_tight,buy,2025-06-04 16:33:00,1641.0,-3.9391,0,leg_gt,3.14,60 -9997,buy_compound_tight,buy,2025-06-04 18:15:00,1635.0,-3.5862,0,leg_gt,3.07,60 -9998,buy_compound_tight,buy,2025-06-04 18:18:00,1635.0,-3.5862,0,leg_gt,3.07,60 -9999,buy_compound_tight,buy,2025-06-04 21:00:00,1609.0,-2.0267,0,leg_gt,2.96,60 -10000,buy_compound_tight,buy,2025-06-04 21:03:00,1599.0,-1.4133,0,leg_gt,2.95,60 -10001,buy_compound_tight,buy,2025-06-05 23:15:00,1526.0,3.3076,1,leg_gt,1.86,60 -10002,buy_compound_tight,buy,2025-06-05 23:18:00,1523.0,3.5113,1,leg_gt,1.86,60 -10003,buy_compound_tight,buy,2025-06-06 05:36:00,1445.0,9.1042,1,leg_gt,1.6,60 -10004,buy_compound_tight,buy,2025-06-06 05:39:00,1437.0,9.7121,1,leg_gt,1.6,60 -10005,buy_compound_tight,buy,2025-06-06 05:57:00,1429.0,10.3269,1,leg_gt,1.58,60 -10006,buy_compound_tight,buy,2025-06-06 19:51:00,1465.0,7.6133,1,leg_gt,1.0,60 -10007,buy_compound_tight,buy,2025-06-06 19:54:00,1461.0,7.9082,1,leg_gt,1.0,60 -10008,buy_compound_tight,buy,2025-06-07 03:12:00,1485.0,6.1626,1,leg_gt,0.7,60 -10009,buy_compound_tight,buy,2025-06-07 03:21:00,1488.0,5.9484,1,leg_gt,0.69,60 -10010,buy_compound_tight,buy,2025-06-07 03:24:00,1485.0,6.1626,1,leg_gt,0.69,60 -10011,buy_compound_tight,buy,2025-06-07 03:27:00,1483.0,6.3059,1,leg_gt,0.69,60 -10012,buy_compound_tight,buy,2025-06-07 03:51:00,1479.0,6.5937,1,leg_gt,0.67,60 -10013,buy_compound_tight,buy,2025-06-07 03:54:00,1480.0,6.5216,1,leg_gt,0.67,60 -10014,buy_compound_tight,buy,2025-06-08 00:12:00,1547.0,-13.4807,0,leg_gt,11.4,60 -10015,buy_compound_tight,buy,2025-06-08 00:15:00,1549.0,-13.5926,0,leg_gt,11.39,60 -10016,buy_compound_tight,buy,2025-06-08 00:18:00,1550.0,-13.6484,0,leg_gt,11.39,60 -10017,buy_compound_tight,buy,2025-06-08 00:30:00,1549.0,-13.5926,0,leg_gt,11.38,60 -10018,buy_compound_tight,buy,2025-06-08 00:33:00,1548.0,-13.5367,0,leg_gt,11.38,60 -10019,buy_compound_tight,buy,2025-06-08 01:51:00,1536.0,-12.8604,0,leg_gt,11.33,60 -10020,buy_compound_tight,buy,2025-06-08 01:54:00,1536.0,-12.8604,0,leg_gt,11.32,60 -10021,buy_compound_tight,buy,2025-06-08 01:57:00,1535.0,-12.8036,0,leg_gt,11.32,60 -10022,buy_compound_tight,buy,2025-06-08 16:51:00,1518.0,-11.826,0,leg_gt,10.7,60 -10023,buy_compound_tight,buy,2025-06-08 16:54:00,1518.0,-11.826,0,leg_gt,10.7,60 -10024,buy_compound_tight,buy,2025-06-08 16:57:00,1514.0,-11.5927,0,leg_gt,10.7,60 -10025,buy_compound_tight,buy,2025-06-09 08:00:00,1535.0,-12.8036,0,leg_gt,10.07,60 -10026,buy_compound_tight,buy,2025-06-09 08:03:00,1532.0,-12.6326,0,leg_gt,10.07,60 -10027,buy_compound_tight,buy,2025-06-09 10:57:00,1520.0,-11.9421,0,leg_gt,9.95,60 -10028,buy_compound_tight,buy,2025-06-09 12:21:00,1503.0,-10.945,0,leg_gt,9.89,60 -10029,buy_compound_tight,buy,2025-06-09 12:24:00,1502.0,-10.8856,0,leg_gt,9.89,60 -10030,buy_compound_tight,buy,2025-06-09 14:00:00,1497.0,-10.5876,0,leg_gt,9.82,60 -10031,buy_compound_tight,buy,2025-06-09 14:03:00,1493.0,-10.3478,0,leg_gt,9.82,60 -10032,buy_compound_tight,buy,2025-06-09 14:06:00,1493.0,-10.3478,0,leg_gt,9.82,60 -10033,buy_compound_tight,buy,2025-06-09 14:09:00,1494.0,-10.4079,0,leg_gt,9.81,60 -10034,buy_compound_tight,buy,2025-06-10 04:51:00,1527.0,-12.3462,0,leg_gt,9.2,60 -10035,buy_compound_tight,buy,2025-06-10 04:54:00,1525.0,-12.2311,0,leg_gt,9.2,60 -10036,buy_compound_tight,buy,2025-06-10 04:57:00,1526.0,-12.2887,0,leg_gt,9.2,60 -10037,buy_compound_tight,buy,2025-06-10 12:12:00,1559.0,-14.1475,0,leg_gt,8.9,60 -10038,buy_compound_tight,buy,2025-06-10 12:15:00,1558.0,-14.0923,0,leg_gt,8.89,60 -10039,buy_compound_tight,buy,2025-06-10 12:18:00,1555.0,-13.9264,0,leg_gt,8.89,60 -10040,buy_compound_tight,buy,2025-06-10 23:45:00,1568.0,-14.6408,0,leg_gt,8.41,60 -10041,buy_compound_tight,buy,2025-06-10 23:48:00,1565.0,-14.477,0,leg_gt,8.41,60 -10042,buy_compound_tight,buy,2025-06-10 23:57:00,1570.0,-14.7497,0,leg_gt,8.41,60 -10043,buy_compound_tight,buy,2025-06-11 18:45:00,1585.0,-15.5574,0,leg_gt,7.62,60 -10044,buy_compound_tight,buy,2025-06-11 18:48:00,1581.0,-15.3435,0,leg_gt,7.62,60 -10045,buy_compound_tight,buy,2025-06-11 20:45:00,1566.0,-14.5317,0,leg_gt,7.54,60 -10046,buy_compound_tight,buy,2025-06-11 20:48:00,1563.0,-14.3674,0,leg_gt,7.54,60 -10047,buy_compound_tight,buy,2025-06-12 05:00:00,1574.0,-14.9666,0,leg_gt,7.2,60 -10048,buy_compound_tight,buy,2025-06-12 05:03:00,1570.0,-14.7497,0,leg_gt,7.19,60 -10049,buy_compound_tight,buy,2025-06-12 19:12:00,1491.0,-10.2274,0,leg_gt,6.6,60 -10050,buy_compound_tight,buy,2025-06-12 19:21:00,1489.0,-10.1067,0,leg_gt,6.6,60 -10051,buy_compound_tight,buy,2025-06-12 19:24:00,1488.0,-10.0462,0,leg_gt,6.6,60 -10052,buy_compound_tight,buy,2025-06-12 19:30:00,1489.0,-10.1067,0,leg_gt,6.59,60 -10053,buy_compound_tight,buy,2025-06-12 19:33:00,1490.0,-10.1671,0,leg_gt,6.59,60 -10054,buy_compound_tight,buy,2025-06-12 19:36:00,1485.0,-9.8643,0,leg_gt,6.59,60 -10055,buy_compound_tight,buy,2025-06-12 19:39:00,1488.0,-10.0462,0,leg_gt,6.59,60 -10056,buy_compound_tight,buy,2025-06-15 01:30:00,1344.0,-0.3976,0,leg_gt,4.34,60 -10057,buy_compound_tight,buy,2025-06-15 01:33:00,1338.0,0.0495,1,leg_gt,4.34,60 -10058,buy_compound_tight,buy,2025-06-15 01:36:00,1342.0,-0.249,0,leg_gt,4.34,60 -10059,buy_compound_tight,buy,2025-06-15 01:39:00,1339.0,-0.0253,0,leg_gt,4.34,60 -10060,buy_compound_tight,buy,2025-06-15 01:42:00,1339.0,-0.0253,0,leg_gt,4.33,60 -10061,buy_compound_tight,buy,2025-06-15 01:45:00,1339.0,-0.0253,0,leg_gt,4.33,60 -10062,buy_compound_tight,buy,2025-06-15 01:48:00,1334.0,0.3498,1,leg_gt,4.33,60 -10063,buy_compound_tight,buy,2025-06-15 05:12:00,1329.0,0.7277,1,leg_gt,4.19,60 -10064,buy_compound_tight,buy,2025-06-15 16:30:00,1348.0,-0.6935,0,leg_gt,3.72,60 -10065,buy_compound_tight,buy,2025-06-15 16:33:00,1347.0,-0.6197,0,leg_gt,3.71,60 -10066,buy_compound_tight,buy,2025-06-15 18:27:00,1342.0,-0.249,0,leg_gt,3.64,60 -10067,buy_compound_tight,buy,2025-06-15 18:30:00,1342.0,-0.249,0,leg_gt,3.63,60 -10068,buy_compound_tight,buy,2025-06-15 18:33:00,1340.0,-0.1,0,leg_gt,3.63,60 -10069,buy_compound_tight,buy,2025-06-16 02:12:00,1351.0,-0.9142,0,leg_gt,3.31,60 -10070,buy_compound_tight,buy,2025-06-16 20:00:00,1389.0,-3.6277,0,leg_gt,2.57,60 -10071,buy_compound_tight,buy,2025-06-16 20:03:00,1387.0,-3.4886,0,leg_gt,2.57,60 -10072,buy_compound_tight,buy,2025-06-17 08:57:00,1318.0,1.5692,1,leg_gt,2.03,60 -10073,buy_compound_tight,buy,2025-06-17 15:42:00,1297.0,3.2153,1,leg_gt,1.75,60 -10074,buy_compound_tight,buy,2025-06-17 20:12:00,1282.0,4.4242,1,leg_gt,1.56,60 -10075,buy_compound_tight,buy,2025-06-18 16:06:00,1274.0,5.0805,1,leg_gt,0.73,60 -10076,buy_compound_tight,buy,2025-06-18 16:09:00,1272.0,5.2459,1,leg_gt,0.73,60 -10077,buy_compound_tight,buy,2025-06-20 12:06:00,1280.0,-7.5219,0,leg_gt,3.47,60 -10078,buy_compound_tight,buy,2025-06-20 12:09:00,1279.0,-7.4495,0,leg_gt,3.46,60 -10079,buy_compound_tight,buy,2025-06-20 13:12:00,1275.0,-7.1588,0,leg_gt,3.42,60 -10080,buy_compound_tight,buy,2025-06-20 13:42:00,1268.0,-6.6457,0,leg_gt,3.4,60 -10081,buy_compound_tight,buy,2025-06-21 07:06:00,1230.0,-3.7585,0,leg_gt,2.68,60 -10082,buy_compound_tight,buy,2025-06-21 07:09:00,1227.0,-3.523,0,leg_gt,2.67,60 -10083,buy_compound_tight,buy,2025-06-21 22:12:00,1207.0,-1.9227,0,leg_gt,2.05,60 -10084,buy_compound_tight,buy,2025-06-21 22:36:00,1203.0,-1.5963,0,leg_gt,2.03,60 -10085,buy_compound_tight,buy,2025-06-21 22:39:00,1203.0,-1.5963,0,leg_gt,2.03,60 -10086,buy_compound_tight,buy,2025-06-21 23:15:00,1194.0,-0.8538,0,leg_gt,2.0,60 -10087,buy_compound_tight,buy,2025-06-21 23:18:00,1191.0,-0.6038,0,leg_gt,2.0,60 -10088,buy_compound_tight,buy,2025-06-22 13:51:00,1185.0,-0.1,0,leg_gt,1.39,60 -10089,buy_compound_tight,buy,2025-06-22 13:54:00,1185.0,-0.1,0,leg_gt,1.39,60 -10090,buy_compound_tight,buy,2025-06-23 01:45:00,1096.0,8.0204,1,leg_gt,0.9,60 -10091,buy_compound_tight,buy,2025-06-23 01:48:00,1100.0,7.6273,1,leg_gt,0.9,60 -10092,buy_compound_tight,buy,2025-06-23 02:21:00,1099.0,7.7253,1,leg_gt,0.87,60 -10093,buy_compound_tight,buy,2025-06-23 02:24:00,1097.0,7.9219,1,leg_gt,0.87,60 -10094,buy_compound_tight,buy,2025-06-23 02:27:00,1088.0,8.8154,1,leg_gt,0.87,60 -10095,buy_compound_tight,buy,2025-06-23 17:45:00,1154.0,2.5863,1,leg_gt,0.23,60 -10096,buy_compound_tight,buy,2025-06-23 17:48:00,1154.0,2.5863,1,leg_gt,0.23,60 -10097,buy_compound_tight,buy,2025-06-24 01:21:00,1139.0,3.763,1,leg_gt,0.07,60 -10098,buy_compound_tight,buy,2025-06-24 01:24:00,1133.0,4.3131,1,leg_gt,0.07,60 -10099,buy_compound_tight,buy,2025-06-26 00:30:00,1237.0,5.3972,1,leg_gt,4.31,60 -10100,buy_compound_tight,buy,2025-06-26 00:33:00,1236.0,5.4825,1,leg_gt,4.3,60 -10101,buy_compound_tight,buy,2025-06-26 06:30:00,1223.0,6.6048,1,leg_gt,4.06,60 -10102,buy_compound_tight,buy,2025-06-26 06:33:00,1221.0,6.7796,1,leg_gt,4.05,60 -10103,buy_compound_tight,buy,2025-06-26 06:36:00,1226.0,6.3437,1,leg_gt,4.05,60 -10104,buy_compound_tight,buy,2025-06-26 06:39:00,1224.0,6.5176,1,leg_gt,4.05,60 -10105,buy_compound_tight,buy,2025-06-28 03:30:00,1179.0,10.587,1,leg_gt,2.18,60 -10106,buy_compound_tight,buy,2025-06-28 03:33:00,1181.0,10.3996,1,leg_gt,2.18,60 -10107,buy_compound_tight,buy,2025-06-28 03:36:00,1178.0,10.681,1,leg_gt,2.18,60 -10108,buy_compound_tight,buy,2025-06-28 03:39:00,1176.0,10.8694,1,leg_gt,2.17,60 -10109,buy_compound_tight,buy,2025-06-28 18:12:00,1197.0,8.9226,1,leg_gt,1.57,60 -10110,buy_compound_tight,buy,2025-06-28 19:15:00,1195.0,9.105,1,leg_gt,1.52,60 -10111,buy_compound_tight,buy,2025-06-28 19:18:00,1194.0,9.1965,1,leg_gt,1.52,60 -10112,buy_compound_tight,buy,2025-06-28 21:00:00,1193.0,9.2881,1,leg_gt,1.45,60 -10113,buy_compound_tight,buy,2025-06-28 21:03:00,1193.0,9.2881,1,leg_gt,1.45,60 -10114,buy_compound_tight,buy,2025-06-28 21:06:00,1193.0,9.2881,1,leg_gt,1.45,60 -10115,buy_compound_tight,buy,2025-06-28 21:09:00,1193.0,9.2881,1,leg_gt,1.45,60 -10116,buy_compound_tight,buy,2025-06-30 23:00:00,1218.0,25.8442,1,leg_gt,10.67,60 -10117,buy_compound_tight,buy,2025-06-30 23:03:00,1218.0,25.8442,1,leg_gt,10.67,60 -10118,buy_compound_tight,buy,2025-07-01 17:42:00,1189.0,28.916,1,leg_gt,9.89,60 -10119,buy_compound_tight,buy,2025-07-01 21:21:00,1186.0,29.2423,1,leg_gt,9.74,60 -10120,buy_compound_tight,buy,2025-07-01 21:24:00,1183.0,29.5703,1,leg_gt,9.74,60 -10121,buy_compound_tight,buy,2025-07-03 19:42:00,1301.0,17.8093,1,leg_gt,7.81,60 -10122,buy_compound_tight,buy,2025-07-03 19:45:00,1299.0,17.9908,1,leg_gt,7.81,60 -10123,buy_compound_tight,buy,2025-07-03 19:48:00,1297.0,18.1729,1,leg_gt,7.8,60 -10124,buy_compound_tight,buy,2025-07-03 23:51:00,1288.0,18.9994,1,leg_gt,7.64,60 -10125,buy_compound_tight,buy,2025-07-03 23:54:00,1286.0,19.1846,1,leg_gt,7.63,60 -10126,buy_compound_tight,buy,2025-07-04 16:15:00,1240.0,23.6097,1,leg_gt,6.95,60 -10127,buy_compound_tight,buy,2025-07-04 16:18:00,1241.0,23.51,1,leg_gt,6.95,60 -10128,buy_compound_tight,buy,2025-07-04 20:00:00,1222.0,25.4319,1,leg_gt,6.8,60 -10129,buy_compound_tight,buy,2025-07-04 20:03:00,1222.0,25.4319,1,leg_gt,6.79,60 -10130,buy_compound_tight,buy,2025-07-04 20:06:00,1220.0,25.6377,1,leg_gt,6.79,60 -10131,buy_compound_tight,buy,2025-07-04 20:09:00,1221.0,25.5347,1,leg_gt,6.79,60 -10132,buy_compound_tight,buy,2025-07-05 00:12:00,1198.0,27.9467,1,leg_gt,6.62,60 -10133,buy_compound_tight,buy,2025-07-05 00:30:00,1195.0,28.2682,1,leg_gt,6.61,60 -10134,buy_compound_tight,buy,2025-07-05 00:33:00,1194.0,28.3757,1,leg_gt,6.61,60 -10135,buy_compound_tight,buy,2025-07-05 01:06:00,1188.0,29.0246,1,leg_gt,6.58,60 -10136,buy_compound_tight,buy,2025-07-05 01:09:00,1187.0,29.1334,1,leg_gt,6.58,60 -10137,buy_compound_tight,buy,2025-07-05 01:27:00,1182.0,29.68,1,leg_gt,6.57,60 -10138,buy_compound_tight,buy,2025-07-06 02:30:00,1188.0,29.0246,1,leg_gt,5.52,60 -10139,buy_compound_tight,buy,2025-07-06 02:33:00,1186.0,29.2423,1,leg_gt,5.52,60 -10140,buy_compound_tight,buy,2025-07-06 12:21:00,1180.0,29.9,1,leg_gt,5.11,60 -10141,buy_compound_tight,buy,2025-07-06 12:24:00,1180.0,29.9,1,leg_gt,5.11,60 -10142,buy_compound_tight,buy,2025-07-06 19:00:00,1185.0,29.3515,1,leg_gt,4.84,60 -10143,buy_compound_tight,buy,2025-07-06 19:03:00,1184.0,29.4608,1,leg_gt,4.84,60 -10144,buy_compound_tight,buy,2025-07-06 19:06:00,1186.0,29.2423,1,leg_gt,4.83,60 -10145,buy_compound_tight,buy,2025-07-06 19:09:00,1186.0,29.2423,1,leg_gt,4.83,60 -10146,buy_compound_tight,buy,2025-07-07 15:15:00,1217.0,25.9477,1,leg_gt,3.99,60 -10147,buy_compound_tight,buy,2025-07-07 15:18:00,1218.0,25.8442,1,leg_gt,3.99,60 -10148,buy_compound_tight,buy,2025-07-07 15:30:00,1217.0,25.9477,1,leg_gt,3.98,60 -10149,buy_compound_tight,buy,2025-07-07 15:33:00,1215.0,26.1551,1,leg_gt,3.98,60 -10150,buy_compound_tight,buy,2025-07-07 15:36:00,1214.0,26.2591,1,leg_gt,3.98,60 -10151,buy_compound_tight,buy,2025-07-07 15:39:00,1214.0,26.2591,1,leg_gt,3.98,60 -10152,buy_compound_tight,buy,2025-07-08 13:21:00,1177.0,30.2314,1,leg_gt,3.07,60 -10153,buy_compound_tight,buy,2025-07-08 13:24:00,1178.0,30.1207,1,leg_gt,3.07,60 -10154,buy_compound_tight,buy,2025-07-09 23:30:00,1192.0,28.5913,1,leg_gt,1.65,60 -10155,buy_compound_tight,buy,2025-07-09 23:33:00,1187.0,29.1334,1,leg_gt,1.65,60 -10156,buy_compound_tight,buy,2025-07-17 12:36:00,1492.0,9.4845,1,leg_gt,1.09,60 -10157,buy_compound_tight,buy,2025-07-17 12:39:00,1485.0,10.001,1,leg_gt,1.09,60 -10158,buy_compound_tight,buy,2025-07-17 20:42:00,1523.0,7.2539,1,leg_gt,0.75,60 -10159,buy_compound_tight,buy,2025-07-17 20:57:00,1519.0,7.5366,1,leg_gt,0.74,60 -10160,buy_compound_tight,buy,2025-07-18 17:42:00,1569.0,10.8624,1,leg_gt,2.3,60 -10161,buy_compound_tight,buy,2025-07-19 00:21:00,1578.0,10.2295,1,leg_gt,2.03,60 -10162,buy_compound_tight,buy,2025-07-19 00:24:00,1576.0,10.3695,1,leg_gt,2.02,60 -10163,buy_compound_tight,buy,2025-07-19 00:42:00,1565.0,11.146,1,leg_gt,2.01,60 -10164,buy_compound_tight,buy,2025-07-19 00:45:00,1562.0,11.3597,1,leg_gt,2.01,60 -10165,buy_compound_tight,buy,2025-07-19 00:48:00,1569.0,10.8624,1,leg_gt,2.01,60 -10166,buy_compound_tight,buy,2025-07-19 17:30:00,1557.0,11.7176,1,leg_gt,1.31,60 -10167,buy_compound_tight,buy,2025-07-19 17:33:00,1556.0,11.7895,1,leg_gt,1.31,60 -10168,buy_compound_tight,buy,2025-07-19 17:36:00,1553.0,12.0056,1,leg_gt,1.31,60 -10169,buy_compound_tight,buy,2025-07-19 17:39:00,1552.0,12.0778,1,leg_gt,1.31,60 -10170,buy_compound_tight,buy,2025-07-19 20:51:00,1550.0,12.2226,1,leg_gt,1.17,60 -10171,buy_compound_tight,buy,2025-07-19 20:54:00,1549.0,12.2951,1,leg_gt,1.17,60 -10172,buy_compound_tight,buy,2025-07-19 20:57:00,1550.0,12.2226,1,leg_gt,1.17,60 -10173,buy_compound_tight,buy,2025-07-19 21:12:00,1546.0,12.5132,1,leg_gt,1.16,60 -10174,buy_compound_tight,buy,2025-07-19 23:57:00,1530.0,13.6908,1,leg_gt,1.04,60 -10175,buy_compound_tight,buy,2025-07-23 01:42:00,1652.0,14.3068,1,leg_gt,0.3,60 -10176,buy_compound_tight,buy,2025-07-23 01:45:00,1655.0,14.0994,1,leg_gt,0.3,60 -10177,buy_compound_tight,buy,2025-07-23 01:48:00,1653.0,14.2376,1,leg_gt,0.3,60 -10178,buy_compound_tight,buy,2025-07-23 02:30:00,1638.0,15.2846,1,leg_gt,0.27,60 -10179,buy_compound_tight,buy,2025-07-23 02:33:00,1636.0,15.4257,1,leg_gt,0.27,60 -10180,buy_compound_tight,buy,2025-07-23 18:51:00,1744.0,-7.4394,0,leg_gt,1.23,60 -10181,buy_compound_tight,buy,2025-07-23 18:54:00,1748.0,-7.6515,0,leg_gt,1.22,60 -10182,buy_compound_tight,buy,2025-07-23 18:57:00,1746.0,-7.5456,0,leg_gt,1.22,60 -10183,buy_compound_tight,buy,2025-07-24 02:06:00,1650.0,-2.1606,0,leg_gt,0.92,60 -10184,buy_compound_tight,buy,2025-07-24 02:09:00,1635.0,-1.2621,0,leg_gt,0.92,60 -10185,buy_compound_tight,buy,2025-07-24 05:27:00,1603.0,0.711,1,leg_gt,0.78,60 -10186,buy_compound_tight,buy,2025-07-24 06:27:00,1537.0,5.0399,1,leg_gt,0.74,60 -10187,buy_compound_tight,buy,2025-07-24 12:51:00,1613.0,0.086,1,leg_gt,0.48,60 -10188,buy_compound_tight,buy,2025-07-24 12:54:00,1609.0,0.3351,1,leg_gt,0.47,60 -10189,buy_compound_tight,buy,2025-07-27 02:42:00,1585.0,6.083,1,leg_gt,1.6,60 -10190,buy_compound_tight,buy,2025-07-27 02:45:00,1584.0,6.15,1,leg_gt,1.6,60 -10191,buy_compound_tight,buy,2025-07-27 02:48:00,1583.0,6.2171,1,leg_gt,1.6,60 -10192,buy_compound_tight,buy,2025-07-27 02:51:00,1584.0,6.15,1,leg_gt,1.59,60 -10193,buy_compound_tight,buy,2025-07-27 02:54:00,1584.0,6.15,1,leg_gt,1.59,60 -10194,buy_compound_tight,buy,2025-07-30 16:51:00,1468.0,-4.1191,0,leg_gt,5.39,60 -10195,buy_compound_tight,buy,2025-07-30 16:54:00,1465.0,-3.9225,0,leg_gt,5.39,60 -10196,buy_compound_tight,buy,2025-07-30 18:30:00,1461.0,-3.6592,0,leg_gt,5.32,60 -10197,buy_compound_tight,buy,2025-07-30 18:33:00,1457.0,-3.3944,0,leg_gt,5.32,60 -10198,buy_compound_tight,buy,2025-07-30 18:36:00,1462.0,-3.7252,0,leg_gt,5.32,60 -10199,buy_compound_tight,buy,2025-07-30 18:39:00,1458.0,-3.4608,0,leg_gt,5.32,60 -10200,buy_compound_tight,buy,2025-07-31 14:51:00,1487.0,-5.3455,0,leg_gt,4.47,60 -10201,buy_compound_tight,buy,2025-07-31 14:54:00,1488.0,-5.4091,0,leg_gt,4.47,60 -10202,buy_compound_tight,buy,2025-08-01 09:27:00,1383.0,1.78,1,leg_gt,3.7,60 -10203,buy_compound_tight,buy,2025-08-01 09:30:00,1383.0,1.78,1,leg_gt,3.7,60 -10204,buy_compound_tight,buy,2025-08-01 09:33:00,1382.0,1.8537,1,leg_gt,3.7,60 -10205,buy_compound_tight,buy,2025-08-04 18:57:00,1370.0,2.7467,1,leg_gt,0.3,60 -10206,buy_compound_tight,buy,2025-08-04 19:00:00,1370.0,2.7467,1,leg_gt,0.3,60 -10207,buy_compound_tight,buy,2025-08-04 19:03:00,1368.0,2.8971,1,leg_gt,0.3,60 -10208,buy_compound_tight,buy,2025-08-06 04:51:00,1311.0,15.2318,1,leg_gt,4.36,60 -10209,buy_compound_tight,buy,2025-08-06 04:54:00,1310.0,15.3198,1,leg_gt,4.36,60 -10210,buy_compound_tight,buy,2025-08-06 20:57:00,1309.0,15.408,1,leg_gt,3.69,60 -10211,buy_compound_tight,buy,2025-08-06 21:27:00,1305.0,15.7621,1,leg_gt,3.67,60 -10212,buy_compound_tight,buy,2025-08-07 18:00:00,1346.0,12.2328,1,leg_gt,2.81,60 -10213,buy_compound_tight,buy,2025-08-07 18:03:00,1344.0,12.4,1,leg_gt,2.81,60 -10214,buy_compound_tight,buy,2025-08-09 00:15:00,1390.0,8.677,1,leg_gt,1.55,60 -10215,buy_compound_tight,buy,2025-08-09 00:18:00,1387.0,8.9123,1,leg_gt,1.55,60 -10216,buy_compound_tight,buy,2025-08-09 08:57:00,1420.0,6.3789,1,leg_gt,1.19,60 -10217,buy_compound_tight,buy,2025-08-10 15:00:00,1478.0,4.7714,1,leg_gt,3.72,60 -10218,buy_compound_tight,buy,2025-08-10 15:03:00,1475.0,4.9847,1,leg_gt,3.71,60 -10219,buy_compound_tight,buy,2025-08-10 15:15:00,1475.0,4.9847,1,leg_gt,3.71,60 -10220,buy_compound_tight,buy,2025-08-10 15:18:00,1465.0,5.702,1,leg_gt,3.7,60 -10221,buy_compound_tight,buy,2025-08-11 20:06:00,1448.0,6.9442,1,leg_gt,2.5,60 -10222,buy_compound_tight,buy,2025-08-11 20:09:00,1447.0,7.0182,1,leg_gt,2.5,60 -10223,buy_compound_tight,buy,2025-08-12 02:42:00,1411.0,9.7512,1,leg_gt,2.23,60 -10224,buy_compound_tight,buy,2025-08-12 02:45:00,1410.0,9.8291,1,leg_gt,2.23,60 -10225,buy_compound_tight,buy,2025-08-12 02:48:00,1405.0,10.2203,1,leg_gt,2.22,60 -10226,buy_compound_tight,buy,2025-08-12 03:00:00,1407.0,10.0635,1,leg_gt,2.22,60 -10227,buy_compound_tight,buy,2025-08-12 03:03:00,1405.0,10.2203,1,leg_gt,2.21,60 -10228,buy_compound_tight,buy,2025-08-12 14:42:00,1354.0,14.3756,1,leg_gt,1.73,60 -10229,buy_compound_tight,buy,2025-08-13 21:51:00,1481.0,4.559,1,leg_gt,0.43,60 -10230,buy_compound_tight,buy,2025-08-13 21:54:00,1479.0,4.7005,1,leg_gt,0.43,60 -10231,buy_compound_tight,buy,2025-08-15 22:51:00,1385.0,2.1383,1,leg_gt,7.33,60 -10232,buy_compound_tight,buy,2025-08-15 22:54:00,1381.0,2.4344,1,leg_gt,7.32,60 -10233,buy_compound_tight,buy,2025-08-15 23:45:00,1373.0,3.0318,1,leg_gt,7.29,60 -10234,buy_compound_tight,buy,2025-08-15 23:48:00,1365.0,3.6363,1,leg_gt,7.29,60 -10235,buy_compound_tight,buy,2025-08-16 14:36:00,1370.0,3.2577,1,leg_gt,6.67,60 -10236,buy_compound_tight,buy,2025-08-16 14:39:00,1367.0,3.4845,1,leg_gt,6.67,60 -10237,buy_compound_tight,buy,2025-08-18 09:27:00,1387.0,1.9908,1,leg_gt,4.89,60 -10238,buy_compound_tight,buy,2025-08-18 10:21:00,1380.0,2.5087,1,leg_gt,4.85,60 -10239,buy_compound_tight,buy,2025-08-18 10:24:00,1380.0,2.5087,1,leg_gt,4.85,60 -10240,buy_compound_tight,buy,2025-08-18 10:42:00,1371.0,3.1823,1,leg_gt,4.83,60 -10241,buy_compound_tight,buy,2025-08-18 10:45:00,1372.0,3.107,1,leg_gt,4.83,60 -10242,buy_compound_tight,buy,2025-08-18 10:48:00,1373.0,3.0318,1,leg_gt,4.83,60 -10243,buy_compound_tight,buy,2025-08-18 11:51:00,1343.0,5.3356,1,leg_gt,4.79,60 -10244,buy_compound_tight,buy,2025-08-18 11:54:00,1341.0,5.4928,1,leg_gt,4.78,60 -10245,buy_compound_tight,buy,2025-08-18 12:00:00,1341.0,5.4928,1,leg_gt,4.78,60 -10246,buy_compound_tight,buy,2025-08-18 12:03:00,1338.0,5.7296,1,leg_gt,4.78,60 -10247,buy_compound_tight,buy,2025-08-18 12:15:00,1337.0,5.8088,1,leg_gt,4.77,60 -10248,buy_compound_tight,buy,2025-08-18 12:18:00,1336.0,5.888,1,leg_gt,4.77,60 -10249,buy_compound_tight,buy,2025-08-18 12:21:00,1334.0,6.0469,1,leg_gt,4.76,60 -10250,buy_compound_tight,buy,2025-08-18 12:24:00,1333.0,6.1266,1,leg_gt,4.76,60 -10251,buy_compound_tight,buy,2025-08-18 12:27:00,1331.0,6.2862,1,leg_gt,4.76,60 -10252,buy_compound_tight,buy,2025-08-18 15:42:00,1328.0,6.5265,1,leg_gt,4.62,60 -10253,buy_compound_tight,buy,2025-08-18 15:45:00,1326.0,6.6873,1,leg_gt,4.62,60 -10254,buy_compound_tight,buy,2025-08-18 15:48:00,1324.0,6.8486,1,leg_gt,4.62,60 -10255,buy_compound_tight,buy,2025-08-19 08:42:00,1328.0,6.5265,1,leg_gt,3.92,60 -10256,buy_compound_tight,buy,2025-08-19 08:45:00,1326.0,6.6873,1,leg_gt,3.91,60 -10257,buy_compound_tight,buy,2025-08-19 08:48:00,1325.0,6.7679,1,leg_gt,3.91,60 -10258,buy_compound_tight,buy,2025-08-19 08:51:00,1325.0,6.7679,1,leg_gt,3.91,60 -10259,buy_compound_tight,buy,2025-08-19 08:54:00,1326.0,6.6873,1,leg_gt,3.91,60 -10260,buy_compound_tight,buy,2025-08-20 02:06:00,1269.0,11.4839,1,leg_gt,3.19,60 -10261,buy_compound_tight,buy,2025-08-20 02:09:00,1270.0,11.3961,1,leg_gt,3.19,60 -10262,buy_compound_tight,buy,2025-08-20 08:15:00,1264.0,11.9253,1,leg_gt,2.94,60 -10263,buy_compound_tight,buy,2025-08-20 08:18:00,1265.0,11.8368,1,leg_gt,2.93,60 -10264,buy_compound_tight,buy,2025-08-20 08:27:00,1261.0,12.1918,1,leg_gt,2.93,60 -10265,buy_compound_tight,buy,2025-08-21 21:45:00,1301.0,8.7394,1,leg_gt,1.37,60 -10266,buy_compound_tight,buy,2025-08-21 21:48:00,1298.0,8.9909,1,leg_gt,1.37,60 -10267,buy_compound_tight,buy,2025-08-22 20:36:00,1286.0,10.0089,1,leg_gt,0.42,60 -10268,buy_compound_tight,buy,2025-08-22 20:39:00,1284.0,10.1804,1,leg_gt,0.42,60 -10269,buy_compound_tight,buy,2025-08-22 21:00:00,1282.0,10.3524,1,leg_gt,0.4,60 -10270,buy_compound_tight,buy,2025-08-22 21:03:00,1281.0,10.4386,1,leg_gt,0.4,60 -10271,buy_compound_tight,buy,2025-08-22 21:21:00,1273.0,11.1333,1,leg_gt,0.39,60 -10272,buy_compound_tight,buy,2025-08-22 21:24:00,1270.0,11.3961,1,leg_gt,0.39,60 -10273,buy_compound_tight,buy,2025-08-23 19:51:00,1394.0,-3.6868,0,leg_gt,3.72,60 -10274,buy_compound_tight,buy,2025-08-23 19:54:00,1390.0,-3.4094,0,leg_gt,3.72,60 -10275,buy_compound_tight,buy,2025-08-24 01:42:00,1398.0,-3.9627,0,leg_gt,3.48,60 -10276,buy_compound_tight,buy,2025-08-24 01:45:00,1398.0,-3.9627,0,leg_gt,3.48,60 -10277,buy_compound_tight,buy,2025-08-24 01:48:00,1397.0,-3.8938,0,leg_gt,3.48,60 -10278,buy_compound_tight,buy,2025-08-25 14:21:00,1328.0,1.1048,1,leg_gt,1.95,60 -10279,buy_compound_tight,buy,2025-08-25 14:24:00,1324.0,1.4106,1,leg_gt,1.95,60 -10280,buy_compound_tight,buy,2025-08-25 17:00:00,1297.0,3.5237,1,leg_gt,1.84,60 -10281,buy_compound_tight,buy,2025-08-25 17:03:00,1292.0,3.9248,1,leg_gt,1.84,60 -10282,buy_compound_tight,buy,2025-08-26 02:12:00,1290.0,4.086,1,leg_gt,1.46,60 -10283,buy_compound_tight,buy,2025-08-26 02:15:00,1287.0,4.3289,1,leg_gt,1.46,60 -10284,buy_compound_tight,buy,2025-08-26 02:18:00,1286.0,4.4101,1,leg_gt,1.45,60 -10285,buy_compound_tight,buy,2025-08-27 16:15:00,1328.0,10.5175,1,leg_gt,10.95,60 -10286,buy_compound_tight,buy,2025-08-27 16:18:00,1327.0,10.6008,1,leg_gt,10.95,60 -10287,buy_compound_tight,buy,2025-08-27 16:27:00,1326.0,10.6843,1,leg_gt,10.94,60 -10288,buy_compound_tight,buy,2025-08-27 17:30:00,1315.0,11.611,1,leg_gt,10.9,60 -10289,buy_compound_tight,buy,2025-08-27 17:33:00,1315.0,11.611,1,leg_gt,10.9,60 -10290,buy_compound_tight,buy,2025-08-27 17:42:00,1314.0,11.696,1,leg_gt,10.89,60 -10291,buy_compound_tight,buy,2025-08-28 18:42:00,1313.0,11.7812,1,leg_gt,9.85,60 -10292,buy_compound_tight,buy,2025-08-28 18:45:00,1310.0,12.0374,1,leg_gt,9.85,60 -10293,buy_compound_tight,buy,2025-08-28 18:48:00,1310.0,12.0374,1,leg_gt,9.84,60 -10294,buy_compound_tight,buy,2025-08-29 04:57:00,1308.0,12.2089,1,leg_gt,9.42,60 -10295,buy_compound_tight,buy,2025-08-29 15:42:00,1314.0,11.696,1,leg_gt,8.97,60 -10296,buy_compound_tight,buy,2025-08-30 02:06:00,1260.0,16.4873,1,leg_gt,8.54,60 -10297,buy_compound_tight,buy,2025-08-30 02:09:00,1260.0,16.4873,1,leg_gt,8.54,60 -10298,buy_compound_tight,buy,2025-08-30 18:00:00,1273.0,15.2967,1,leg_gt,7.88,60 -10299,buy_compound_tight,buy,2025-08-30 18:03:00,1272.0,15.3874,1,leg_gt,7.88,60 -10300,buy_compound_tight,buy,2025-08-30 18:06:00,1273.0,15.2967,1,leg_gt,7.87,60 -10301,buy_compound_tight,buy,2025-08-30 18:09:00,1272.0,15.3874,1,leg_gt,7.87,60 -10302,buy_compound_tight,buy,2025-08-30 18:12:00,1271.0,15.4783,1,leg_gt,7.87,60 -10303,buy_compound_tight,buy,2025-08-30 18:30:00,1269.0,15.6604,1,leg_gt,7.86,60 -10304,buy_compound_tight,buy,2025-08-30 18:33:00,1266.0,15.9348,1,leg_gt,7.85,60 -10305,buy_compound_tight,buy,2025-08-30 21:51:00,1265.0,16.0265,1,leg_gt,7.72,60 -10306,buy_compound_tight,buy,2025-08-30 21:54:00,1264.0,16.1184,1,leg_gt,7.71,60 -10307,buy_compound_tight,buy,2025-09-01 09:21:00,1225.0,19.8184,1,leg_gt,6.24,60 -10308,buy_compound_tight,buy,2025-09-01 09:24:00,1224.0,19.9163,1,leg_gt,6.24,60 -10309,buy_compound_tight,buy,2025-09-02 00:42:00,1212.0,21.1046,1,leg_gt,5.6,60 -10310,buy_compound_tight,buy,2025-09-02 00:45:00,1212.0,21.1046,1,leg_gt,5.6,60 -10311,buy_compound_tight,buy,2025-09-02 00:48:00,1211.0,21.2047,1,leg_gt,5.59,60 -10312,buy_compound_tight,buy,2025-09-03 18:06:00,1226.0,19.7206,1,leg_gt,3.87,60 -10313,buy_compound_tight,buy,2025-09-03 18:09:00,1225.0,19.8184,1,leg_gt,3.87,60 -10314,buy_compound_tight,buy,2025-09-04 15:27:00,1230.0,19.3309,1,leg_gt,2.98,60 -10315,buy_compound_tight,buy,2025-09-04 18:21:00,1226.0,19.7206,1,leg_gt,2.86,60 -10316,buy_compound_tight,buy,2025-09-04 18:24:00,1226.0,19.7206,1,leg_gt,2.86,60 -10317,buy_compound_tight,buy,2025-09-05 00:30:00,1211.0,21.2047,1,leg_gt,2.61,60 -10318,buy_compound_tight,buy,2025-09-05 00:33:00,1208.0,21.506,1,leg_gt,2.6,60 -10319,buy_compound_tight,buy,2025-09-06 17:42:00,1270.0,15.5693,1,leg_gt,0.89,60 -10320,buy_compound_tight,buy,2025-09-08 01:30:00,1453.0,23.7816,1,leg_gt,0.53,60 -10321,buy_compound_tight,buy,2025-09-08 01:33:00,1452.0,23.8669,1,leg_gt,0.53,60 -10322,buy_compound_tight,buy,2025-09-10 00:27:00,2506.0,13.5472,1,leg_gt,0.42,60 -10323,buy_compound_tight,buy,2025-09-10 16:45:00,2615.0,-7.9011,0,leg_gt,1.95,60 -10324,buy_compound_tight,buy,2025-09-10 16:48:00,2607.0,-7.6182,0,leg_gt,1.95,60 -10325,buy_compound_tight,buy,2025-09-11 11:15:00,2522.0,-4.5013,0,leg_gt,1.18,60 -10326,buy_compound_tight,buy,2025-09-11 11:18:00,2512.0,-4.1207,0,leg_gt,1.18,60 -10327,buy_compound_tight,buy,2025-09-11 11:42:00,2504.0,-3.8141,0,leg_gt,1.16,60 -10328,buy_compound_tight,buy,2025-09-11 11:45:00,2501.0,-3.6986,0,leg_gt,1.16,60 -10329,buy_compound_tight,buy,2025-09-11 11:48:00,2495.0,-3.4667,0,leg_gt,1.16,60 -10330,buy_compound_tight,buy,2025-09-11 23:51:00,2266.0,6.2989,1,leg_gt,0.66,60 -10331,buy_compound_tight,buy,2025-09-11 23:54:00,2261.0,6.5342,1,leg_gt,0.65,60 -10332,buy_compound_tight,buy,2025-09-11 23:57:00,2256.0,6.7706,1,leg_gt,0.65,60 -10333,buy_compound_tight,buy,2025-09-13 15:45:00,2275.0,5.1308,1,leg_gt,1.04,60 -10334,buy_compound_tight,buy,2025-09-13 15:48:00,2275.0,5.1308,1,leg_gt,1.03,60 -10335,buy_compound_tight,buy,2025-09-13 18:15:00,2251.0,6.2527,1,leg_gt,0.93,60 -10336,buy_compound_tight,buy,2025-09-13 18:18:00,2251.0,6.2527,1,leg_gt,0.93,60 -10337,buy_compound_tight,buy,2025-09-13 19:00:00,2236.0,6.9662,1,leg_gt,0.9,60 -10338,buy_compound_tight,buy,2025-09-13 19:03:00,2229.0,7.3024,1,leg_gt,0.9,60 -10339,buy_compound_tight,buy,2025-09-13 19:12:00,2227.0,7.3989,1,leg_gt,0.89,60 -10340,buy_compound_tight,buy,2025-09-14 00:51:00,2211.0,8.1768,1,leg_gt,0.66,60 -10341,buy_compound_tight,buy,2025-09-14 00:54:00,2210.0,8.2258,1,leg_gt,0.65,60 -10342,buy_compound_tight,buy,2025-09-14 09:51:00,2250.0,6.3,1,leg_gt,0.28,60 -10343,buy_compound_tight,buy,2025-09-14 09:54:00,2236.0,6.9662,1,leg_gt,0.28,60 -10344,buy_compound_tight,buy,2025-09-14 17:42:00,2303.0,-3.8343,0,leg_gt,2.2,60 -10345,buy_compound_tight,buy,2025-09-15 17:00:00,2158.0,2.634,1,leg_gt,1.23,60 -10346,buy_compound_tight,buy,2025-09-15 17:03:00,2146.0,3.2085,1,leg_gt,1.23,60 -10347,buy_compound_tight,buy,2025-09-17 12:15:00,2093.0,11.0801,1,leg_gt,1.46,60 -10348,buy_compound_tight,buy,2025-09-17 12:18:00,2095.0,10.974,1,leg_gt,1.46,60 -10349,buy_compound_tight,buy,2025-09-19 20:21:00,2128.0,-7.2898,0,leg_gt,7.77,60 -10350,buy_compound_tight,buy,2025-09-19 20:24:00,2121.0,-6.9835,0,leg_gt,7.77,60 -10351,buy_compound_tight,buy,2025-09-19 20:42:00,2115.0,-6.7194,0,leg_gt,7.76,60 -10352,buy_compound_tight,buy,2025-09-20 00:30:00,2124.0,-7.1151,0,leg_gt,7.6,60 -10353,buy_compound_tight,buy,2025-09-20 00:33:00,2114.0,-6.6752,0,leg_gt,7.6,60 -10354,buy_compound_tight,buy,2025-09-21 17:21:00,2101.0,-6.0971,0,leg_gt,5.9,60 -10355,buy_compound_tight,buy,2025-09-21 17:24:00,2098.0,-5.9627,0,leg_gt,5.89,60 -10356,buy_compound_tight,buy,2025-09-21 17:27:00,2101.0,-6.0971,0,leg_gt,5.89,60 -10357,buy_compound_tight,buy,2025-09-21 17:30:00,2098.0,-5.9627,0,leg_gt,5.89,60 -10358,buy_compound_tight,buy,2025-09-21 17:33:00,2097.0,-5.9178,0,leg_gt,5.89,60 -10359,buy_compound_tight,buy,2025-09-21 18:21:00,2090.0,-5.6024,0,leg_gt,5.85,60 -10360,buy_compound_tight,buy,2025-09-21 18:24:00,2092.0,-5.6927,0,leg_gt,5.85,60 -10361,buy_compound_tight,buy,2025-09-22 01:30:00,2066.0,-4.5046,0,leg_gt,5.56,60 -10362,buy_compound_tight,buy,2025-09-22 01:33:00,2061.0,-4.2727,0,leg_gt,5.55,60 -10363,buy_compound_tight,buy,2025-09-23 09:57:00,1946.0,1.3902,1,leg_gt,4.2,60 -10364,buy_compound_tight,buy,2025-09-23 10:57:00,1922.0,2.6575,1,leg_gt,4.16,60 -10365,buy_compound_tight,buy,2025-09-23 11:00:00,1923.0,2.6041,1,leg_gt,4.16,60 -10366,buy_compound_tight,buy,2025-09-23 11:03:00,1925.0,2.4974,1,leg_gt,4.16,60 -10367,buy_compound_tight,buy,2025-09-24 03:45:00,1880.0,4.9532,1,leg_gt,3.46,60 -10368,buy_compound_tight,buy,2025-09-24 03:48:00,1876.0,5.1772,1,leg_gt,3.46,60 -10369,buy_compound_tight,buy,2025-09-25 03:30:00,1904.0,3.629,1,leg_gt,2.47,60 -10370,buy_compound_tight,buy,2025-09-25 03:33:00,1902.0,3.7381,1,leg_gt,2.47,60 -10371,buy_compound_tight,buy,2025-09-25 03:45:00,1895.0,4.1216,1,leg_gt,2.46,60 -10372,buy_compound_tight,buy,2025-09-25 03:48:00,1894.0,4.1767,1,leg_gt,2.46,60 -10373,buy_compound_tight,buy,2025-09-25 11:15:00,1875.0,5.2333,1,leg_gt,2.15,60 -10374,buy_compound_tight,buy,2025-09-25 11:18:00,1872.0,5.4021,1,leg_gt,2.15,60 -10375,buy_compound_tight,buy,2025-09-25 22:00:00,1797.0,9.8054,1,leg_gt,1.7,60 -10376,buy_compound_tight,buy,2025-09-25 22:03:00,1793.0,10.0506,1,leg_gt,1.7,60 -10377,buy_compound_tight,buy,2025-09-25 22:06:00,1790.0,10.2352,1,leg_gt,1.7,60 -10378,buy_compound_tight,buy,2025-09-25 22:09:00,1788.0,10.3586,1,leg_gt,1.7,60 -10379,buy_compound_tight,buy,2025-09-28 10:45:00,1816.0,8.0498,1,leg_gt,5.62,60 -10380,buy_compound_tight,buy,2025-09-28 10:48:00,1814.0,8.169,1,leg_gt,5.62,60 -10381,buy_compound_tight,buy,2025-09-28 10:51:00,1817.0,7.9903,1,leg_gt,5.62,60 -10382,buy_compound_tight,buy,2025-09-28 10:54:00,1818.0,7.9308,1,leg_gt,5.62,60 -10383,buy_compound_tight,buy,2025-09-28 21:30:00,1795.0,9.315,1,leg_gt,5.18,60 -10384,buy_compound_tight,buy,2025-09-28 21:33:00,1793.0,9.4371,1,leg_gt,5.18,60 -10385,buy_compound_tight,buy,2025-09-28 21:36:00,1794.0,9.376,1,leg_gt,5.17,60 -10386,buy_compound_tight,buy,2025-09-28 21:39:00,1794.0,9.376,1,leg_gt,5.17,60 -10387,buy_compound_tight,buy,2025-09-30 01:45:00,1820.0,7.8121,1,leg_gt,4.0,60 -10388,buy_compound_tight,buy,2025-09-30 01:48:00,1815.0,8.1094,1,leg_gt,4.0,60 -10389,buy_compound_tight,buy,2025-10-01 09:21:00,1772.0,10.7352,1,leg_gt,2.68,60 -10390,buy_compound_tight,buy,2025-10-01 09:24:00,1771.0,10.7978,1,leg_gt,2.68,60 -10391,buy_compound_tight,buy,2025-10-02 05:30:00,1858.0,5.6051,1,leg_gt,1.84,60 -10392,buy_compound_tight,buy,2025-10-02 05:33:00,1856.0,5.719,1,leg_gt,1.84,60 -10393,buy_compound_tight,buy,2025-10-02 06:27:00,1847.0,6.2346,1,leg_gt,1.8,60 -10394,buy_compound_tight,buy,2025-10-02 06:30:00,1847.0,6.2346,1,leg_gt,1.8,60 -10395,buy_compound_tight,buy,2025-10-02 06:33:00,1844.0,6.4076,1,leg_gt,1.8,60 -10396,buy_compound_tight,buy,2025-10-02 06:36:00,1845.0,6.3499,1,leg_gt,1.8,60 -10397,buy_compound_tight,buy,2025-10-02 06:39:00,1843.0,6.4654,1,leg_gt,1.8,60 -10398,buy_compound_tight,buy,2025-10-03 10:51:00,1883.0,4.2016,1,leg_gt,0.62,60 -10399,buy_compound_tight,buy,2025-10-03 10:54:00,1879.0,4.4237,1,leg_gt,0.62,60 -10400,buy_compound_tight,buy,2025-10-03 20:30:00,1885.0,4.091,1,leg_gt,0.22,60 -10401,buy_compound_tight,buy,2025-10-03 20:33:00,1884.0,4.1463,1,leg_gt,0.22,60 -10402,buy_compound_tight,buy,2025-10-04 10:51:00,1877.0,-1.9114,0,leg_gt,4.78,60 -10403,buy_compound_tight,buy,2025-10-04 10:54:00,1874.0,-1.7542,0,leg_gt,4.78,60 -10404,buy_compound_tight,buy,2025-10-05 18:57:00,1843.0,-0.1,0,leg_gt,3.45,60 -10405,buy_compound_tight,buy,2025-10-06 04:57:00,1800.0,2.2889,1,leg_gt,3.03,60 -10406,buy_compound_tight,buy,2025-10-07 17:06:00,1835.0,0.336,1,leg_gt,1.52,60 -10407,buy_compound_tight,buy,2025-10-07 17:09:00,1827.0,0.7758,1,leg_gt,1.52,60 -10408,buy_compound_tight,buy,2025-10-09 17:51:00,1753.0,7.6011,1,leg_gt,1.18,60 -10409,buy_compound_tight,buy,2025-10-09 17:54:00,1747.0,7.971,1,leg_gt,1.18,60 -10410,buy_compound_tight,buy,2025-10-11 22:30:00,1438.0,8.8013,1,leg_gt,1.15,60 -10411,buy_compound_tight,buy,2025-10-11 22:33:00,1424.0,9.8719,1,leg_gt,1.15,60 -10412,buy_compound_tight,buy,2025-10-11 22:36:00,1428.0,9.5639,1,leg_gt,1.14,60 -10413,buy_compound_tight,buy,2025-10-11 22:39:00,1435.0,9.0289,1,leg_gt,1.14,60 -10414,buy_compound_tight,buy,2025-10-12 01:51:00,1428.0,9.5639,1,leg_gt,1.01,60 -10415,buy_compound_tight,buy,2025-10-12 01:54:00,1426.0,9.7177,1,leg_gt,1.01,60 -10416,buy_compound_tight,buy,2025-10-12 01:57:00,1427.0,9.6407,1,leg_gt,1.0,60 -10417,buy_compound_tight,buy,2025-10-12 10:57:00,1381.0,13.2961,1,leg_gt,0.63,60 -10418,buy_compound_tight,buy,2025-10-13 08:12:00,1508.0,-6.7976,0,leg_gt,7.31,60 -10419,buy_compound_tight,buy,2025-10-13 08:15:00,1510.0,-6.9212,0,leg_gt,7.31,60 -10420,buy_compound_tight,buy,2025-10-13 08:18:00,1502.0,-6.4249,0,leg_gt,7.31,60 -10421,buy_compound_tight,buy,2025-10-14 11:15:00,1484.0,-5.2887,0,leg_gt,6.19,60 -10422,buy_compound_tight,buy,2025-10-14 11:18:00,1481.0,-5.0966,0,leg_gt,6.18,60 -10423,buy_compound_tight,buy,2025-10-14 11:45:00,1475.0,-4.7102,0,leg_gt,6.16,60 -10424,buy_compound_tight,buy,2025-10-14 11:48:00,1472.0,-4.5158,0,leg_gt,6.16,60 -10425,buy_compound_tight,buy,2025-10-16 00:45:00,1424.0,-1.2938,0,leg_gt,4.62,60 -10426,buy_compound_tight,buy,2025-10-16 00:48:00,1424.0,-1.2938,0,leg_gt,4.62,60 -10427,buy_compound_tight,buy,2025-10-16 22:21:00,1429.0,-1.6395,0,leg_gt,3.72,60 -10428,buy_compound_tight,buy,2025-10-16 22:24:00,1431.0,-1.7771,0,leg_gt,3.72,60 -10429,buy_compound_tight,buy,2025-10-17 07:57:00,1366.0,2.9015,1,leg_gt,3.32,60 -10430,buy_compound_tight,buy,2025-10-17 14:15:00,1359.0,3.432,1,leg_gt,3.06,60 -10431,buy_compound_tight,buy,2025-10-17 14:18:00,1357.0,3.5846,1,leg_gt,3.06,60 -10432,buy_compound_tight,buy,2025-10-21 09:12:00,1374.0,2.9568,1,leg_gt,5.79,60 -10433,buy_compound_tight,buy,2025-10-21 09:15:00,1374.0,2.9568,1,leg_gt,5.79,60 -10434,buy_compound_tight,buy,2025-10-21 09:18:00,1374.0,2.9568,1,leg_gt,5.79,60 -10435,buy_compound_tight,buy,2025-10-22 14:36:00,1333.0,6.1266,1,leg_gt,4.57,60 -10436,buy_compound_tight,buy,2025-10-22 14:39:00,1332.0,6.2063,1,leg_gt,4.56,60 -10437,buy_compound_tight,buy,2025-10-22 18:12:00,1323.0,6.9295,1,leg_gt,4.42,60 -10438,buy_compound_tight,buy,2025-10-22 19:21:00,1319.0,7.2541,1,leg_gt,4.37,60 -10439,buy_compound_tight,buy,2025-10-22 19:24:00,1318.0,7.3355,1,leg_gt,4.37,60 -10440,buy_compound_tight,buy,2025-10-22 20:00:00,1314.0,7.6626,1,leg_gt,4.34,60 -10441,buy_compound_tight,buy,2025-10-22 20:03:00,1315.0,7.5806,1,leg_gt,4.34,60 -10442,buy_compound_tight,buy,2025-10-23 02:42:00,1304.0,8.489,1,leg_gt,4.06,60 -10443,buy_compound_tight,buy,2025-10-23 03:15:00,1296.0,9.1593,1,leg_gt,4.04,60 -10444,buy_compound_tight,buy,2025-10-23 03:18:00,1295.0,9.2436,1,leg_gt,4.04,60 -10445,buy_compound_tight,buy,2025-10-24 11:21:00,1293.0,9.4128,1,leg_gt,2.7,60 -10446,buy_compound_tight,buy,2025-10-24 11:24:00,1292.0,9.4975,1,leg_gt,2.7,60 -10447,buy_compound_tight,buy,2025-10-24 19:45:00,1314.0,7.6626,1,leg_gt,2.35,60 -10448,buy_compound_tight,buy,2025-10-24 19:48:00,1313.0,7.7446,1,leg_gt,2.35,60 -10449,buy_compound_tight,buy,2025-10-25 00:42:00,1303.0,8.5723,1,leg_gt,2.15,60 -10450,buy_compound_tight,buy,2025-10-25 13:30:00,1316.0,7.4988,1,leg_gt,1.61,60 -10451,buy_compound_tight,buy,2025-10-25 13:33:00,1316.0,7.4988,1,leg_gt,1.61,60 -10452,buy_compound_tight,buy,2025-10-25 13:36:00,1315.0,7.5806,1,leg_gt,1.61,60 -10453,buy_compound_tight,buy,2025-10-25 13:39:00,1315.0,7.5806,1,leg_gt,1.61,60 -10454,buy_compound_tight,buy,2025-10-25 14:12:00,1313.0,7.7446,1,leg_gt,1.58,60 -10455,buy_compound_tight,buy,2025-10-25 15:21:00,1308.0,8.1569,1,leg_gt,1.54,60 -10456,buy_compound_tight,buy,2025-10-25 15:24:00,1307.0,8.2397,1,leg_gt,1.53,60 -10457,buy_compound_tight,buy,2025-10-25 15:36:00,1307.0,8.2397,1,leg_gt,1.52,60 -10458,buy_compound_tight,buy,2025-10-25 15:39:00,1305.0,8.4057,1,leg_gt,1.52,60 -10459,buy_compound_tight,buy,2025-10-26 12:00:00,1319.0,7.2541,1,leg_gt,0.68,60 -10460,buy_compound_tight,buy,2025-10-26 12:03:00,1316.0,7.4988,1,leg_gt,0.67,60 -10461,buy_compound_tight,buy,2025-10-26 12:06:00,1318.0,7.3355,1,leg_gt,0.67,60 -10462,buy_compound_tight,buy,2025-10-26 12:09:00,1318.0,7.3355,1,leg_gt,0.67,60 -10463,buy_compound_tight,buy,2025-10-27 17:51:00,1376.0,-3.8064,0,leg_gt,4.97,60 -10464,buy_compound_tight,buy,2025-10-27 17:54:00,1375.0,-3.7364,0,leg_gt,4.97,60 -10465,buy_compound_tight,buy,2025-10-27 21:45:00,1365.0,-3.0304,0,leg_gt,4.81,60 -10466,buy_compound_tight,buy,2025-10-27 21:48:00,1365.0,-3.0304,0,leg_gt,4.81,60 -10467,buy_compound_tight,buy,2025-10-29 04:45:00,1313.0,0.8139,1,leg_gt,3.52,60 -10468,buy_compound_tight,buy,2025-10-29 04:48:00,1309.0,1.1223,1,leg_gt,3.52,60 -10469,buy_compound_tight,buy,2025-10-29 13:27:00,1289.0,2.6929,1,leg_gt,3.16,60 -10470,buy_compound_tight,buy,2025-10-30 07:45:00,1305.0,1.4326,1,leg_gt,2.39,60 -10471,buy_compound_tight,buy,2025-10-30 07:48:00,1304.0,1.5104,1,leg_gt,2.39,60 -10472,buy_compound_tight,buy,2025-10-30 08:06:00,1300.0,1.8231,1,leg_gt,2.38,60 -10473,buy_compound_tight,buy,2025-10-30 08:09:00,1298.0,1.9801,1,leg_gt,2.38,60 -10474,buy_compound_tight,buy,2025-10-30 08:30:00,1294.0,2.2957,1,leg_gt,2.36,60 -10475,buy_compound_tight,buy,2025-10-30 08:33:00,1292.0,2.4542,1,leg_gt,2.36,60 -10476,buy_compound_tight,buy,2025-10-30 12:51:00,1286.0,2.9327,1,leg_gt,2.18,60 -10477,buy_compound_tight,buy,2025-10-30 12:54:00,1284.0,3.0931,1,leg_gt,2.18,60 -10478,buy_compound_tight,buy,2025-10-30 18:42:00,1252.0,5.7307,1,leg_gt,1.94,60 -10479,buy_compound_tight,buy,2025-10-31 15:45:00,1207.0,9.6763,1,leg_gt,1.06,60 -10480,buy_compound_tight,buy,2025-10-31 15:48:00,1206.0,9.7673,1,leg_gt,1.06,60 -10481,buy_compound_tight,buy,2025-10-31 20:06:00,1196.0,10.686,1,leg_gt,0.88,60 -10482,buy_compound_tight,buy,2025-10-31 20:09:00,1196.0,10.686,1,leg_gt,0.88,60 -10483,buy_compound_tight,buy,2025-11-03 11:00:00,1222.0,-9.1016,0,leg_gt,2.87,60 -10484,buy_compound_tight,buy,2025-11-03 11:03:00,1222.0,-9.1016,0,leg_gt,2.87,60 -10485,buy_compound_tight,buy,2025-11-04 04:21:00,1100.0,0.9909,1,leg_gt,2.15,60 -10486,buy_compound_tight,buy,2025-11-04 04:24:00,1094.0,1.5453,1,leg_gt,2.15,60 -10487,buy_compound_tight,buy,2025-11-04 04:57:00,1095.0,1.4525,1,leg_gt,2.12,60 -10488,buy_compound_tight,buy,2025-11-04 05:00:00,1091.0,1.8248,1,leg_gt,2.12,60 -10489,buy_compound_tight,buy,2025-11-04 05:03:00,1094.0,1.5453,1,leg_gt,2.12,60 -10490,buy_compound_tight,buy,2025-11-04 05:51:00,1075.0,3.3419,1,leg_gt,2.09,60 -10491,buy_compound_tight,buy,2025-11-04 05:54:00,1070.0,3.8252,1,leg_gt,2.09,60 -10492,buy_compound_tight,buy,2025-11-04 22:21:00,1051.0,5.704,1,leg_gt,1.4,60 -10493,buy_compound_tight,buy,2025-11-04 22:24:00,1048.0,6.0069,1,leg_gt,1.4,60 -10494,buy_compound_tight,buy,2025-11-06 18:51:00,1068.0,6.7352,1,leg_gt,0.92,60 -10495,buy_compound_tight,buy,2025-11-06 18:54:00,1069.0,6.6353,1,leg_gt,0.92,60 -10496,buy_compound_tight,buy,2025-11-06 21:51:00,1064.0,7.1368,1,leg_gt,0.8,60 -10497,buy_compound_tight,buy,2025-11-06 21:54:00,1064.0,7.1368,1,leg_gt,0.79,60 -10498,buy_compound_tight,buy,2025-11-07 20:21:00,1091.0,17.9568,1,leg_gt,0.48,60 -10499,buy_compound_tight,buy,2025-11-07 20:24:00,1089.0,18.1736,1,leg_gt,0.48,60 -10500,buy_compound_tight,buy,2025-11-07 21:30:00,1085.0,18.6097,1,leg_gt,0.44,60 -10501,buy_compound_tight,buy,2025-11-07 21:33:00,1083.0,18.8289,1,leg_gt,0.43,60 -10502,buy_compound_tight,buy,2025-11-08 22:45:00,1226.0,-13.9662,0,leg_gt,11.98,60 -10503,buy_compound_tight,buy,2025-11-08 22:48:00,1224.0,-13.8255,0,leg_gt,11.98,60 -10504,buy_compound_tight,buy,2025-11-10 03:06:00,1205.0,-12.4651,0,leg_gt,10.8,60 -10505,buy_compound_tight,buy,2025-11-10 03:09:00,1201.0,-12.1733,0,leg_gt,10.8,60 -10506,buy_compound_tight,buy,2025-11-11 01:30:00,1216.0,-13.2579,0,leg_gt,9.86,60 -10507,buy_compound_tight,buy,2025-11-11 01:33:00,1216.0,-13.2579,0,leg_gt,9.86,60 -10508,buy_compound_tight,buy,2025-11-11 01:51:00,1207.0,-12.6104,0,leg_gt,9.85,60 -10509,buy_compound_tight,buy,2025-11-11 01:54:00,1203.0,-12.3195,0,leg_gt,9.85,60 -10510,buy_compound_tight,buy,2025-11-11 15:06:00,1202.0,-12.2464,0,leg_gt,9.3,60 -10511,buy_compound_tight,buy,2025-11-11 15:09:00,1197.0,-11.8794,0,leg_gt,9.3,60 -10512,buy_compound_tight,buy,2025-11-11 17:00:00,1183.0,-10.8354,0,leg_gt,9.22,60 -10513,buy_compound_tight,buy,2025-11-11 17:03:00,1185.0,-10.9861,0,leg_gt,9.22,60 -10514,buy_compound_tight,buy,2025-11-12 22:15:00,1198.0,-11.9531,0,leg_gt,8.0,60 -10515,buy_compound_tight,buy,2025-11-12 22:18:00,1197.0,-11.8794,0,leg_gt,8.0,60 -10516,buy_compound_tight,buy,2025-11-13 08:42:00,1145.0,-7.8729,0,leg_gt,7.56,60 -10517,buy_compound_tight,buy,2025-11-13 08:45:00,1146.0,-7.9534,0,leg_gt,7.56,60 -10518,buy_compound_tight,buy,2025-11-13 08:48:00,1146.0,-7.9534,0,leg_gt,7.56,60 -10519,buy_compound_tight,buy,2025-11-14 02:42:00,1125.0,-6.2333,0,leg_gt,6.81,60 -10520,buy_compound_tight,buy,2025-11-14 02:45:00,1126.0,-6.3167,0,leg_gt,6.81,60 -10521,buy_compound_tight,buy,2025-11-14 02:48:00,1126.0,-6.3167,0,leg_gt,6.81,60 -10522,buy_compound_tight,buy,2025-11-14 02:51:00,1121.0,-5.8984,0,leg_gt,6.81,60 -10523,buy_compound_tight,buy,2025-11-14 02:54:00,1121.0,-5.8984,0,leg_gt,6.81,60 -10524,buy_compound_tight,buy,2025-11-14 02:57:00,1117.0,-5.5611,0,leg_gt,6.8,60 -10525,buy_compound_tight,buy,2025-11-14 03:00:00,1118.0,-5.6456,0,leg_gt,6.8,60 -10526,buy_compound_tight,buy,2025-11-14 03:03:00,1121.0,-5.8984,0,leg_gt,6.8,60 -10527,buy_compound_tight,buy,2025-11-14 03:06:00,1117.0,-5.5611,0,leg_gt,6.8,60 -10528,buy_compound_tight,buy,2025-11-14 03:09:00,1117.0,-5.5611,0,leg_gt,6.8,60 -10529,buy_compound_tight,buy,2025-11-14 13:21:00,1102.0,-4.2742,0,leg_gt,6.37,60 -10530,buy_compound_tight,buy,2025-11-14 13:24:00,1101.0,-4.1872,0,leg_gt,6.37,60 -10531,buy_compound_tight,buy,2025-11-14 20:30:00,1090.0,-3.2193,0,leg_gt,6.07,60 -10532,buy_compound_tight,buy,2025-11-14 20:33:00,1088.0,-3.0412,0,leg_gt,6.07,60 -10533,buy_compound_tight,buy,2025-11-14 20:36:00,1087.0,-2.9519,0,leg_gt,6.07,60 -10534,buy_compound_tight,buy,2025-11-14 20:39:00,1084.0,-2.683,0,leg_gt,6.07,60 -10535,buy_compound_tight,buy,2025-11-14 21:06:00,1081.0,-2.4127,0,leg_gt,6.05,60 -10536,buy_compound_tight,buy,2025-11-14 21:09:00,1080.0,-2.3222,0,leg_gt,6.05,60 -10537,buy_compound_tight,buy,2025-11-14 21:12:00,1078.0,-2.1408,0,leg_gt,6.04,60 -10538,buy_compound_tight,buy,2025-11-14 21:36:00,1074.0,-1.776,0,leg_gt,6.03,60 -10539,buy_compound_tight,buy,2025-11-14 21:39:00,1069.0,-1.3161,0,leg_gt,6.02,60 -10540,buy_compound_tight,buy,2025-11-15 14:21:00,1089.0,-3.1303,0,leg_gt,5.33,60 -10541,buy_compound_tight,buy,2025-11-15 14:24:00,1090.0,-3.2193,0,leg_gt,5.33,60 -10542,buy_compound_tight,buy,2025-11-15 14:27:00,1085.0,-2.7728,0,leg_gt,5.32,60 -10543,buy_compound_tight,buy,2025-11-15 16:12:00,1082.0,-2.503,0,leg_gt,5.25,60 -10544,buy_compound_tight,buy,2025-11-15 16:21:00,1082.0,-2.503,0,leg_gt,5.25,60 -10545,buy_compound_tight,buy,2025-11-15 16:24:00,1082.0,-2.503,0,leg_gt,5.24,60 -10546,buy_compound_tight,buy,2025-11-15 16:36:00,1080.0,-2.3222,0,leg_gt,5.24,60 -10547,buy_compound_tight,buy,2025-11-15 16:39:00,1078.0,-2.1408,0,leg_gt,5.23,60 -10548,buy_compound_tight,buy,2025-11-15 17:06:00,1074.0,-1.776,0,leg_gt,5.21,60 -10549,buy_compound_tight,buy,2025-11-15 17:09:00,1075.0,-1.8674,0,leg_gt,5.21,60 -10550,buy_compound_tight,buy,2025-11-16 05:36:00,1054.0,0.0898,1,leg_gt,4.69,60 -10551,buy_compound_tight,buy,2025-11-16 05:39:00,1052.0,0.2802,1,leg_gt,4.69,60 -10552,buy_compound_tight,buy,2025-11-16 05:42:00,1051.0,0.3757,1,leg_gt,4.69,60 -10553,buy_compound_tight,buy,2025-11-16 17:30:00,1044.0,1.0494,1,leg_gt,4.2,60 -10554,buy_compound_tight,buy,2025-11-16 17:33:00,1044.0,1.0494,1,leg_gt,4.2,60 -10555,buy_compound_tight,buy,2025-11-16 17:36:00,1043.0,1.1464,1,leg_gt,4.19,60 -10556,buy_compound_tight,buy,2025-11-16 17:39:00,1043.0,1.1464,1,leg_gt,4.19,60 -10557,buy_compound_tight,buy,2025-11-18 15:45:00,982.0,7.4356,1,leg_gt,2.27,60 -10558,buy_compound_tight,buy,2025-11-18 15:48:00,983.0,7.3262,1,leg_gt,2.27,60 -10559,buy_compound_tight,buy,2025-11-18 16:00:00,980.0,7.6551,1,leg_gt,2.26,60 -10560,buy_compound_tight,buy,2025-11-18 16:03:00,978.0,7.8755,1,leg_gt,2.26,60 -10561,buy_compound_tight,buy,2025-11-20 01:21:00,973.0,8.4303,1,leg_gt,0.87,60 -10562,buy_compound_tight,buy,2025-11-20 01:24:00,971.0,8.6539,1,leg_gt,0.87,60 -10563,buy_compound_tight,buy,2025-11-20 13:36:00,999.0,5.6057,1,leg_gt,0.36,60 -10564,buy_compound_tight,buy,2025-11-20 13:39:00,1000.0,5.5,1,leg_gt,0.36,60 -10565,buy_compound_tight,buy,2025-11-21 15:21:00,959.0,2.2983,1,leg_gt,11.4,60 -10566,buy_compound_tight,buy,2025-11-21 15:24:00,960.0,2.1917,1,leg_gt,11.4,60 -10567,buy_compound_tight,buy,2025-11-25 11:00:00,951.0,3.1597,1,leg_gt,7.58,60 -10568,buy_compound_tight,buy,2025-11-25 11:03:00,952.0,3.0513,1,leg_gt,7.58,60 -10569,buy_compound_tight,buy,2025-11-25 11:12:00,951.0,3.1597,1,leg_gt,7.58,60 -10570,buy_compound_tight,buy,2025-11-29 02:15:00,963.0,1.873,1,leg_gt,3.95,60 -10571,buy_compound_tight,buy,2025-11-29 02:18:00,965.0,1.6617,1,leg_gt,3.95,60 -10572,buy_compound_tight,buy,2025-11-29 18:30:00,956.0,2.6197,1,leg_gt,3.27,60 -10573,buy_compound_tight,buy,2025-11-29 18:33:00,956.0,2.6197,1,leg_gt,3.27,60 -10574,buy_compound_tight,buy,2025-11-29 18:36:00,955.0,2.7272,1,leg_gt,3.27,60 -10575,buy_compound_tight,buy,2025-11-29 18:39:00,956.0,2.6197,1,leg_gt,3.26,60 -10576,buy_compound_tight,buy,2025-11-29 18:42:00,955.0,2.7272,1,leg_gt,3.26,60 -10577,buy_compound_tight,buy,2025-11-30 03:00:00,949.0,3.3773,1,leg_gt,2.92,60 -10578,buy_compound_tight,buy,2025-11-30 03:03:00,948.0,3.4865,1,leg_gt,2.91,60 -10579,buy_compound_tight,buy,2025-11-30 20:51:00,939.0,4.4793,1,leg_gt,2.17,60 -10580,buy_compound_tight,buy,2025-11-30 20:54:00,940.0,4.3681,1,leg_gt,2.17,60 -10581,buy_compound_tight,buy,2025-12-02 10:51:00,859.0,14.219,1,leg_gt,0.59,60 -10582,buy_compound_tight,buy,2025-12-02 10:54:00,860.0,14.086,1,leg_gt,0.59,60 -10583,buy_compound_tight,buy,2025-12-02 12:06:00,857.0,14.4858,1,leg_gt,0.54,60 -10584,buy_compound_tight,buy,2025-12-02 12:09:00,858.0,14.3522,1,leg_gt,0.54,60 -10585,buy_compound_tight,buy,2025-12-03 04:21:00,955.0,-3.8696,0,leg_gt,6.36,60 -10586,buy_compound_tight,buy,2025-12-03 04:24:00,955.0,-3.8696,0,leg_gt,6.36,60 -10587,buy_compound_tight,buy,2025-12-03 04:27:00,953.0,-3.6677,0,leg_gt,6.36,60 -10588,buy_compound_tight,buy,2025-12-03 05:00:00,947.0,-3.0567,0,leg_gt,6.34,60 -10589,buy_compound_tight,buy,2025-12-03 05:03:00,944.0,-2.7483,0,leg_gt,6.33,60 -10590,buy_compound_tight,buy,2025-12-03 19:42:00,939.0,-2.2299,0,leg_gt,5.72,60 -10591,buy_compound_tight,buy,2025-12-04 20:42:00,943.0,-2.6451,0,leg_gt,4.68,60 -10592,buy_compound_tight,buy,2025-12-04 21:30:00,942.0,-2.5416,0,leg_gt,4.65,60 -10593,buy_compound_tight,buy,2025-12-04 21:33:00,941.0,-2.4379,0,leg_gt,4.65,60 -10594,buy_compound_tight,buy,2025-12-05 07:06:00,929.0,-1.1764,0,leg_gt,4.25,60 -10595,buy_compound_tight,buy,2025-12-05 07:09:00,929.0,-1.1764,0,leg_gt,4.25,60 -10596,buy_compound_tight,buy,2025-12-07 04:42:00,861.0,6.6364,1,leg_gt,2.35,60 -10597,buy_compound_tight,buy,2025-12-07 18:42:00,862.0,6.5125,1,leg_gt,1.76,60 -10598,buy_compound_tight,buy,2025-12-09 04:15:00,871.0,5.4109,1,leg_gt,0.37,60 -10599,buy_compound_tight,buy,2025-12-09 04:18:00,869.0,5.6537,1,leg_gt,0.36,60 -10600,buy_compound_tight,buy,2025-12-09 18:42:00,876.0,9.6032,1,leg_gt,1.44,60 -10601,buy_compound_tight,buy,2025-12-11 09:00:00,915.0,-14.4169,0,leg_gt,8.87,60 -10602,buy_compound_tight,buy,2025-12-11 09:03:00,916.0,-14.5105,0,leg_gt,8.86,60 -10603,buy_compound_tight,buy,2025-12-11 09:06:00,916.0,-14.5105,0,leg_gt,8.86,60 -10604,buy_compound_tight,buy,2025-12-11 09:09:00,913.0,-14.2292,0,leg_gt,8.86,60 -10605,buy_compound_tight,buy,2025-12-11 09:15:00,913.0,-14.2292,0,leg_gt,8.86,60 -10606,buy_compound_tight,buy,2025-12-11 09:18:00,913.0,-14.2292,0,leg_gt,8.85,60 -10607,buy_compound_tight,buy,2025-12-11 09:27:00,910.0,-13.9462,0,leg_gt,8.85,60 -10608,buy_compound_tight,buy,2025-12-11 12:21:00,873.0,-10.2947,0,leg_gt,8.73,60 -10609,buy_compound_tight,buy,2025-12-11 12:24:00,876.0,-10.6023,0,leg_gt,8.72,60 -10610,buy_compound_tight,buy,2025-12-13 15:15:00,868.0,-9.7774,0,leg_gt,6.61,60 -10611,buy_compound_tight,buy,2025-12-13 15:18:00,867.0,-9.6732,0,leg_gt,6.6,60 -10612,buy_compound_tight,buy,2025-12-14 12:45:00,878.0,-10.8062,0,leg_gt,5.71,60 -10613,buy_compound_tight,buy,2025-12-14 12:48:00,878.0,-10.8062,0,leg_gt,5.71,60 -10614,buy_compound_tight,buy,2025-12-14 14:06:00,873.0,-10.2947,0,leg_gt,5.65,60 -10615,buy_compound_tight,buy,2025-12-14 14:09:00,871.0,-10.0885,0,leg_gt,5.65,60 -10616,buy_compound_tight,buy,2025-12-14 19:36:00,868.0,-9.7774,0,leg_gt,5.42,60 -10617,buy_compound_tight,buy,2025-12-14 19:39:00,867.0,-9.6732,0,leg_gt,5.42,60 -10618,buy_compound_tight,buy,2025-12-14 20:00:00,867.0,-9.6732,0,leg_gt,5.41,60 -10619,buy_compound_tight,buy,2025-12-14 20:03:00,867.0,-9.6732,0,leg_gt,5.41,60 -10620,buy_compound_tight,buy,2025-12-15 06:00:00,843.0,-7.0988,0,leg_gt,4.99,60 -10621,buy_compound_tight,buy,2025-12-15 06:03:00,843.0,-7.0988,0,leg_gt,4.99,60 -10622,buy_compound_tight,buy,2025-12-15 22:21:00,857.0,-8.6181,0,leg_gt,4.31,60 -10623,buy_compound_tight,buy,2025-12-15 22:24:00,855.0,-8.4041,0,leg_gt,4.31,60 -10624,buy_compound_tight,buy,2025-12-16 16:30:00,786.0,-0.3545,0,leg_gt,3.55,60 -10625,buy_compound_tight,buy,2025-12-16 16:33:00,787.0,-0.4812,0,leg_gt,3.55,60 -10626,buy_compound_tight,buy,2025-12-16 16:36:00,785.0,-0.2274,0,leg_gt,3.55,60 -10627,buy_compound_tight,buy,2025-12-16 16:39:00,784.0,-0.1,0,leg_gt,3.55,60 -10628,buy_compound_tight,buy,2025-12-17 02:42:00,782.0,0.1558,1,leg_gt,3.13,60 -10629,buy_compound_tight,buy,2025-12-17 02:45:00,782.0,0.1558,1,leg_gt,3.13,60 -10630,buy_compound_tight,buy,2025-12-17 02:48:00,781.0,0.2841,1,leg_gt,3.12,60 -10631,buy_compound_tight,buy,2025-12-17 17:36:00,763.0,2.6523,1,leg_gt,2.51,60 -10632,buy_compound_tight,buy,2025-12-17 17:39:00,764.0,2.5178,1,leg_gt,2.51,60 -10633,buy_compound_tight,buy,2025-12-19 04:42:00,720.0,8.7889,1,leg_gt,1.05,60 -10634,buy_compound_tight,buy,2025-12-19 10:42:00,710.0,10.3225,1,leg_gt,0.8,60 -10635,buy_compound_tight,buy,2025-12-19 10:45:00,710.0,10.3225,1,leg_gt,0.79,60 -10636,buy_compound_tight,buy,2025-12-19 10:48:00,710.0,10.3225,1,leg_gt,0.79,60 -10637,buy_compound_tight,buy,2025-12-20 09:21:00,776.0,10.7247,1,leg_gt,14.25,60 -10638,buy_compound_tight,buy,2025-12-20 09:24:00,775.0,10.8677,1,leg_gt,14.25,60 -10639,buy_compound_tight,buy,2025-12-20 11:36:00,774.0,11.0111,1,leg_gt,14.16,60 -10640,buy_compound_tight,buy,2025-12-20 11:39:00,772.0,11.299,1,leg_gt,14.15,60 -10641,buy_compound_tight,buy,2025-12-21 21:51:00,763.0,12.613,1,leg_gt,12.73,60 -10642,buy_compound_tight,buy,2025-12-21 21:54:00,762.0,12.7609,1,leg_gt,12.73,60 -10643,buy_compound_tight,buy,2025-12-21 21:57:00,759.0,13.207,1,leg_gt,12.72,60 -10644,buy_compound_tight,buy,2025-12-22 20:30:00,765.0,12.3183,1,leg_gt,11.79,60 -10645,buy_compound_tight,buy,2025-12-22 20:33:00,766.0,12.1715,1,leg_gt,11.78,60 -10646,buy_compound_tight,buy,2025-12-23 23:51:00,733.0,17.2261,1,leg_gt,10.65,60 -10647,buy_compound_tight,buy,2025-12-23 23:54:00,730.0,17.7082,1,leg_gt,10.64,60 -10648,buy_compound_tight,buy,2025-12-24 14:36:00,713.0,20.5171,1,leg_gt,10.03,60 -10649,buy_compound_tight,buy,2025-12-24 14:39:00,713.0,20.5171,1,leg_gt,10.03,60 -10650,buy_compound_tight,buy,2025-12-25 15:00:00,728.0,18.0319,1,leg_gt,9.01,60 -10651,buy_compound_tight,buy,2025-12-25 15:03:00,728.0,18.0319,1,leg_gt,9.01,60 -10652,buy_compound_tight,buy,2025-12-25 19:21:00,729.0,17.8698,1,leg_gt,8.83,60 -10653,buy_compound_tight,buy,2025-12-25 19:24:00,729.0,17.8698,1,leg_gt,8.83,60 -10654,buy_compound_tight,buy,2025-12-25 19:27:00,728.0,18.0319,1,leg_gt,8.83,60 -10655,buy_compound_tight,buy,2025-12-25 23:36:00,724.0,18.6845,1,leg_gt,8.66,60 -10656,buy_compound_tight,buy,2025-12-25 23:39:00,724.0,18.6845,1,leg_gt,8.65,60 -10657,buy_compound_tight,buy,2025-12-27 07:12:00,719.0,19.5106,1,leg_gt,7.34,60 -10658,buy_compound_tight,buy,2025-12-28 21:36:00,738.0,16.4312,1,leg_gt,5.74,60 -10659,buy_compound_tight,buy,2025-12-28 21:39:00,738.0,16.4312,1,leg_gt,5.74,60 -10660,buy_compound_tight,buy,2025-12-31 09:15:00,711.0,20.8564,1,leg_gt,3.25,60 -10661,buy_compound_tight,buy,2025-12-31 09:18:00,712.0,20.6865,1,leg_gt,3.25,60 -10662,buy_compound_tight,buy,2026-01-01 01:06:00,707.0,21.5407,1,leg_gt,2.59,60 -10663,buy_compound_tight,buy,2026-01-01 01:09:00,709.0,21.1976,1,leg_gt,2.59,60 -10664,buy_compound_tight,buy,2026-01-03 05:57:00,786.0,9.3148,1,leg_gt,0.39,60 -10665,buy_compound_tight,buy,2026-01-08 19:00:00,847.0,8.1645,1,leg_gt,5.53,60 -10666,buy_compound_tight,buy,2026-01-08 19:03:00,841.0,8.9369,1,leg_gt,5.53,60 -10667,buy_compound_tight,buy,2026-01-08 21:12:00,836.0,9.589,1,leg_gt,5.44,60 -10668,buy_compound_tight,buy,2026-01-09 21:27:00,847.0,8.1645,1,leg_gt,4.43,60 -10669,buy_compound_tight,buy,2026-01-10 04:15:00,851.0,7.6556,1,leg_gt,4.15,60 -10670,buy_compound_tight,buy,2026-01-10 04:18:00,848.0,8.0368,1,leg_gt,4.15,60 -10671,buy_compound_tight,buy,2026-01-10 04:21:00,847.0,8.1645,1,leg_gt,4.14,60 -10672,buy_compound_tight,buy,2026-01-10 04:24:00,849.0,7.9094,1,leg_gt,4.14,60 -10673,buy_compound_tight,buy,2026-01-10 09:21:00,850.0,7.7824,1,leg_gt,3.94,60 -10674,buy_compound_tight,buy,2026-01-10 09:24:00,850.0,7.7824,1,leg_gt,3.93,60 -10675,buy_compound_tight,buy,2026-01-12 08:06:00,824.0,11.1864,1,leg_gt,1.99,60 -10676,buy_compound_tight,buy,2026-01-12 08:09:00,826.0,10.9169,1,leg_gt,1.99,60 -10677,buy_compound_tight,buy,2026-01-13 05:57:00,824.0,11.1864,1,leg_gt,1.08,60 -10678,buy_compound_tight,buy,2026-01-14 12:00:00,904.0,1.1168,1,leg_gt,14.82,60 -10679,buy_compound_tight,buy,2026-01-14 12:03:00,905.0,1.005,1,leg_gt,14.82,60 -10680,buy_compound_tight,buy,2026-01-16 10:21:00,827.0,10.5409,1,leg_gt,12.89,60 -10681,buy_compound_tight,buy,2026-01-16 10:24:00,826.0,10.6748,1,leg_gt,12.89,60 -10682,buy_compound_tight,buy,2026-01-17 21:00:00,816.0,12.0324,1,leg_gt,11.45,60 -10683,buy_compound_tight,buy,2026-01-17 21:03:00,816.0,12.0324,1,leg_gt,11.45,60 -10684,buy_compound_tight,buy,2026-01-18 10:30:00,808.0,13.1426,1,leg_gt,10.89,60 -10685,buy_compound_tight,buy,2026-01-18 10:33:00,809.0,13.0026,1,leg_gt,10.89,60 -10686,buy_compound_tight,buy,2026-01-18 18:30:00,802.0,13.9898,1,leg_gt,10.55,60 -10687,buy_compound_tight,buy,2026-01-18 18:33:00,802.0,13.9898,1,leg_gt,10.55,60 -10688,buy_compound_tight,buy,2026-01-19 00:00:00,798.0,14.5617,1,leg_gt,10.32,60 -10689,buy_compound_tight,buy,2026-01-19 00:03:00,797.0,14.7055,1,leg_gt,10.32,60 -10690,buy_compound_tight,buy,2026-01-20 07:57:00,741.0,23.3818,1,leg_gt,8.99,60 -10691,buy_compound_tight,buy,2026-01-21 02:45:00,705.0,29.6872,1,leg_gt,8.21,60 -10692,buy_compound_tight,buy,2026-01-21 02:48:00,702.0,30.2419,1,leg_gt,8.21,60 -10693,buy_compound_tight,buy,2026-01-21 03:42:00,699.0,30.8013,1,leg_gt,8.17,60 -10694,buy_compound_tight,buy,2026-01-21 03:45:00,698.0,30.9888,1,leg_gt,8.17,60 -10695,buy_compound_tight,buy,2026-01-21 03:48:00,699.0,30.8013,1,leg_gt,8.17,60 -10696,buy_compound_tight,buy,2026-01-21 20:12:00,713.0,28.231,1,leg_gt,7.48,60 -10697,buy_compound_tight,buy,2026-01-22 02:12:00,696.0,31.3655,1,leg_gt,7.23,60 -10698,buy_compound_tight,buy,2026-01-22 08:30:00,712.0,28.4112,1,leg_gt,6.97,60 -10699,buy_compound_tight,buy,2026-01-22 08:33:00,710.0,28.7732,1,leg_gt,6.97,60 -10700,buy_compound_tight,buy,2026-01-22 08:36:00,711.0,28.592,1,leg_gt,6.97,60 -10701,buy_compound_tight,buy,2026-01-22 08:39:00,710.0,28.7732,1,leg_gt,6.96,60 -10702,buy_compound_tight,buy,2026-01-23 15:51:00,709.0,28.955,1,leg_gt,5.66,60 -10703,buy_compound_tight,buy,2026-01-23 15:54:00,709.0,28.955,1,leg_gt,5.66,60 -10704,buy_compound_tight,buy,2026-01-25 12:42:00,688.0,32.8942,1,leg_gt,3.8,60 -10705,buy_compound_tight,buy,2026-01-25 21:27:00,689.0,32.7012,1,leg_gt,3.43,60 -10706,buy_compound_tight,buy,2026-01-26 04:27:00,652.0,40.2374,1,leg_gt,3.14,60 -10707,buy_compound_tight,buy,2026-01-27 05:30:00,671.0,36.2636,1,leg_gt,2.1,60 -10708,buy_compound_tight,buy,2026-01-27 05:36:00,669.0,36.6713,1,leg_gt,2.09,60 -10709,buy_compound_tight,buy,2026-01-27 05:39:00,670.0,36.4672,1,leg_gt,2.09,60 -10710,buy_compound_tight,buy,2026-01-27 10:12:00,670.0,36.4672,1,leg_gt,1.9,60 -10711,buy_compound_tight,buy,2026-01-27 12:21:00,669.0,36.6713,1,leg_gt,1.81,60 -10712,buy_compound_tight,buy,2026-01-27 12:24:00,671.0,36.2636,1,leg_gt,1.81,60 -10713,buy_compound_tight,buy,2026-01-27 12:57:00,668.0,36.876,1,leg_gt,1.79,60 -10714,buy_compound_tight,buy,2026-01-27 14:30:00,666.0,37.2874,1,leg_gt,1.72,60 -10715,buy_compound_tight,buy,2026-01-27 14:33:00,667.0,37.0814,1,leg_gt,1.72,60 -10716,buy_compound_tight,buy,2026-01-29 12:27:00,762.0,-18.4727,0,leg_gt,2.89,60 -10717,buy_compound_tight,buy,2026-01-29 15:51:00,740.0,-16.0459,0,leg_gt,2.75,60 -10718,buy_compound_tight,buy,2026-01-29 15:54:00,737.0,-15.7038,0,leg_gt,2.75,60 -10719,buy_compound_tight,buy,2026-01-29 15:57:00,738.0,-15.8182,0,leg_gt,2.75,60 -10720,buy_compound_tight,buy,2026-01-29 21:51:00,699.0,-11.1157,0,leg_gt,2.5,60 -10721,buy_compound_tight,buy,2026-01-29 21:54:00,700.0,-11.2429,0,leg_gt,2.5,60 -10722,buy_compound_tight,buy,2026-01-30 04:21:00,701.0,-11.3696,0,leg_gt,2.23,60 -10723,buy_compound_tight,buy,2026-01-30 04:24:00,697.0,-10.8604,0,leg_gt,2.23,60 -10724,buy_compound_tight,buy,2026-01-30 05:21:00,694.0,-10.4746,0,leg_gt,2.19,60 -10725,buy_compound_tight,buy,2026-01-30 05:24:00,695.0,-10.6036,0,leg_gt,2.19,60 -10726,buy_compound_tight,buy,2026-01-30 11:00:00,676.0,-8.0882,0,leg_gt,1.95,60 -10727,buy_compound_tight,buy,2026-01-30 11:03:00,675.0,-7.9519,0,leg_gt,1.95,60 -10728,buy_compound_tight,buy,2026-01-30 11:06:00,672.0,-7.5405,0,leg_gt,1.95,60 -10729,buy_compound_tight,buy,2026-01-30 11:09:00,671.0,-7.4025,0,leg_gt,1.95,60 -10730,buy_compound_tight,buy,2026-01-30 18:27:00,669.0,-7.1254,0,leg_gt,1.64,60 -10731,buy_compound_tight,buy,2026-01-31 09:21:00,694.0,-10.4746,0,leg_gt,1.02,60 -10732,buy_compound_tight,buy,2026-01-31 09:24:00,691.0,-10.0855,0,leg_gt,1.02,60 -10733,buy_compound_tight,buy,2026-01-31 17:27:00,661.0,-6.0002,0,leg_gt,0.69,60 -10734,buy_compound_tight,buy,2026-02-02 14:21:00,577.0,8.3922,1,leg_gt,1.59,60 -10735,buy_compound_tight,buy,2026-02-02 14:24:00,578.0,8.2045,1,leg_gt,1.59,60 -10736,buy_compound_tight,buy,2026-02-02 14:27:00,574.0,8.9592,1,leg_gt,1.59,60 -10737,buy_compound_tight,buy,2026-02-03 03:15:00,594.0,5.2872,1,leg_gt,1.05,60 -10738,buy_compound_tight,buy,2026-02-03 03:18:00,593.0,5.4649,1,leg_gt,1.05,60 -10739,buy_compound_tight,buy,2026-02-03 04:51:00,591.0,5.8222,1,leg_gt,0.99,60 -10740,buy_compound_tight,buy,2026-02-03 04:54:00,590.0,6.0017,1,leg_gt,0.99,60 -10741,buy_compound_tight,buy,2026-02-03 05:45:00,589.0,6.1818,1,leg_gt,0.95,60 -10742,buy_compound_tight,buy,2026-02-03 05:48:00,589.0,6.1818,1,leg_gt,0.95,60 -10743,buy_compound_tight,buy,2026-02-03 05:51:00,590.0,6.0017,1,leg_gt,0.95,60 -10744,buy_compound_tight,buy,2026-02-03 05:54:00,589.0,6.1818,1,leg_gt,0.94,60 -10745,buy_compound_tight,buy,2026-02-03 11:27:00,597.0,4.7576,1,leg_gt,0.71,60 -10746,buy_compound_tight,buy,2026-02-03 11:30:00,597.0,4.7576,1,leg_gt,0.71,60 -10747,buy_compound_tight,buy,2026-02-03 11:33:00,597.0,4.7576,1,leg_gt,0.71,60 -10748,buy_compound_tight,buy,2026-02-03 11:36:00,596.0,4.9336,1,leg_gt,0.71,60 -10749,buy_compound_tight,buy,2026-02-03 11:39:00,594.0,5.2872,1,leg_gt,0.7,60 -10750,buy_compound_tight,buy,2026-02-04 03:12:00,593.0,5.4649,1,leg_gt,0.06,60 -10751,buy_compound_tight,buy,2026-02-04 22:36:00,599.0,4.0736,1,leg_gt,2.61,60 -10752,buy_compound_tight,buy,2026-02-04 22:39:00,599.0,4.0736,1,leg_gt,2.61,60 -10753,buy_compound_tight,buy,2026-02-05 13:06:00,591.0,5.4838,1,leg_gt,2.01,60 -10754,buy_compound_tight,buy,2026-02-05 13:09:00,590.0,5.6627,1,leg_gt,2.01,60 -10755,buy_compound_tight,buy,2026-02-06 03:36:00,535.0,16.5355,1,leg_gt,1.4,60 -10756,buy_compound_tight,buy,2026-02-06 03:39:00,534.0,16.7539,1,leg_gt,1.4,60 -10757,buy_compound_tight,buy,2026-02-07 10:15:00,588.0,6.0224,1,leg_gt,0.13,60 -10758,buy_compound_tight,buy,2026-02-07 10:18:00,589.0,5.8423,1,leg_gt,0.12,60 -10759,buy_compound_tight,buy,2026-02-07 18:45:00,587.0,9.0993,1,leg_gt,7.41,60 -10760,buy_compound_tight,buy,2026-02-07 18:48:00,585.0,9.4726,1,leg_gt,7.41,60 -10761,buy_compound_tight,buy,2026-02-09 05:51:00,580.0,10.4172,1,leg_gt,5.95,60 -10762,buy_compound_tight,buy,2026-02-09 05:54:00,580.0,10.4172,1,leg_gt,5.95,60 -10763,buy_compound_tight,buy,2026-02-09 05:57:00,580.0,10.4172,1,leg_gt,5.95,60 -10764,buy_compound_tight,buy,2026-02-09 18:15:00,568.0,12.7521,1,leg_gt,5.43,60 -10765,buy_compound_tight,buy,2026-02-09 18:18:00,567.0,12.9511,1,leg_gt,5.43,60 -10766,buy_compound_tight,buy,2026-02-09 19:21:00,561.0,14.1602,1,leg_gt,5.39,60 -10767,buy_compound_tight,buy,2026-02-09 19:24:00,560.0,14.3643,1,leg_gt,5.39,60 -10768,buy_compound_tight,buy,2026-02-11 18:12:00,541.0,18.3843,1,leg_gt,3.44,60 -10769,buy_compound_tight,buy,2026-02-11 18:15:00,541.0,18.3843,1,leg_gt,3.43,60 -10770,buy_compound_tight,buy,2026-02-11 18:18:00,540.0,18.6037,1,leg_gt,3.43,60 -10771,buy_compound_tight,buy,2026-02-11 19:00:00,539.0,18.8239,1,leg_gt,3.4,60 -10772,buy_compound_tight,buy,2026-02-11 19:03:00,538.0,19.045,1,leg_gt,3.4,60 -10773,buy_compound_tight,buy,2026-02-12 21:51:00,568.0,12.7521,1,leg_gt,2.28,60 -10774,buy_compound_tight,buy,2026-02-12 21:54:00,565.0,13.3513,1,leg_gt,2.28,60 -10775,buy_compound_tight,buy,2026-02-13 05:51:00,549.0,16.6577,1,leg_gt,1.95,60 -10776,buy_compound_tight,buy,2026-02-13 05:54:00,550.0,16.4455,1,leg_gt,1.95,60 -10777,buy_compound_tight,buy,2026-02-13 05:57:00,550.0,16.4455,1,leg_gt,1.95,60 -10778,buy_compound_tight,buy,2026-02-15 09:36:00,627.0,-0.5785,0,leg_gt,10.79,60 -10779,buy_compound_tight,buy,2026-02-15 09:39:00,626.0,-0.4195,0,leg_gt,10.79,60 -10780,buy_compound_tight,buy,2026-02-15 17:51:00,623.0,0.0605,1,leg_gt,10.45,60 -10781,buy_compound_tight,buy,2026-02-15 17:54:00,624.0,-0.1,0,leg_gt,10.45,60 -10782,buy_compound_tight,buy,2026-02-16 11:57:00,595.0,4.7739,1,leg_gt,9.69,60 -10783,buy_compound_tight,buy,2026-02-16 19:51:00,594.0,4.9505,1,leg_gt,9.36,60 -10784,buy_compound_tight,buy,2026-02-16 19:54:00,594.0,4.9505,1,leg_gt,9.36,60 -10785,buy_compound_tight,buy,2026-02-17 00:45:00,590.0,5.6627,1,leg_gt,9.16,60 -10786,buy_compound_tight,buy,2026-02-17 00:48:00,591.0,5.4838,1,leg_gt,9.16,60 -10787,buy_compound_tight,buy,2026-02-19 02:21:00,569.0,9.5661,1,leg_gt,7.09,60 -10788,buy_compound_tight,buy,2026-02-19 02:24:00,568.0,9.7592,1,leg_gt,7.09,60 -10789,buy_compound_tight,buy,2026-02-19 06:00:00,563.0,10.7348,1,leg_gt,6.94,60 -10790,buy_compound_tight,buy,2026-02-19 06:03:00,562.0,10.932,1,leg_gt,6.94,60 -10791,buy_compound_tight,buy,2026-02-20 13:30:00,554.0,12.5354,1,leg_gt,5.63,60 -10792,buy_compound_tight,buy,2026-02-20 13:33:00,554.0,12.5354,1,leg_gt,5.63,60 -10793,buy_compound_tight,buy,2026-02-22 11:51:00,561.0,11.1299,1,leg_gt,3.7,60 -10794,buy_compound_tight,buy,2026-02-22 11:54:00,562.0,10.932,1,leg_gt,3.7,60 -10795,buy_compound_tight,buy,2026-02-22 11:57:00,562.0,10.932,1,leg_gt,3.69,60 -10796,buy_compound_tight,buy,2026-02-24 12:12:00,542.0,15.0292,1,leg_gt,1.68,60 -10797,buy_compound_tight,buy,2026-02-24 12:15:00,542.0,15.0292,1,leg_gt,1.68,60 -10798,buy_compound_tight,buy,2026-02-24 12:18:00,543.0,14.8171,1,leg_gt,1.68,60 -10799,buy_compound_tight,buy,2026-02-24 14:21:00,538.0,15.8851,1,leg_gt,1.59,60 -10800,buy_compound_tight,buy,2026-02-24 14:24:00,538.0,15.8851,1,leg_gt,1.59,60 -10801,buy_compound_tight,buy,2026-02-24 14:27:00,539.0,15.6699,1,leg_gt,1.59,60 -10802,buy_compound_tight,buy,2026-02-28 02:12:00,569.0,3.7664,1,leg_gt,1.4,60 -10803,buy_compound_tight,buy,2026-03-01 17:45:00,571.0,6.0296,1,leg_gt,1.39,60 -10804,buy_compound_tight,buy,2026-03-01 17:48:00,569.0,6.4026,1,leg_gt,1.39,60 -10805,buy_compound_tight,buy,2026-03-03 09:21:00,590.0,8.0356,1,leg_gt,1.65,60 -10806,buy_compound_tight,buy,2026-03-03 09:24:00,589.0,8.2192,1,leg_gt,1.65,60 -10807,buy_compound_tight,buy,2026-03-04 06:27:00,572.0,11.4385,1,leg_gt,0.77,60 -10808,buy_compound_tight,buy,2026-03-04 11:15:00,572.0,11.4385,1,leg_gt,0.57,60 -10809,buy_compound_tight,buy,2026-03-04 11:18:00,572.0,11.4385,1,leg_gt,0.57,60 -10810,buy_compound_tight,buy,2026-03-05 10:51:00,603.0,-1.9242,0,leg_gt,11.87,60 -10811,buy_compound_tight,buy,2026-03-05 10:54:00,603.0,-1.9242,0,leg_gt,11.87,60 -10812,buy_compound_tight,buy,2026-03-05 10:57:00,603.0,-1.9242,0,leg_gt,11.86,60 -10813,buy_compound_tight,buy,2026-03-06 08:42:00,599.0,-1.2686,0,leg_gt,10.96,60 -10814,buy_compound_tight,buy,2026-03-06 21:06:00,588.0,0.5803,1,leg_gt,10.44,60 -10815,buy_compound_tight,buy,2026-03-06 21:09:00,586.0,0.9239,1,leg_gt,10.44,60 -10816,buy_compound_tight,buy,2026-03-07 11:30:00,573.0,3.2159,1,leg_gt,9.84,60 -10817,buy_compound_tight,buy,2026-03-07 11:33:00,573.0,3.2159,1,leg_gt,9.84,60 -10818,buy_compound_tight,buy,2026-03-07 11:36:00,572.0,3.3965,1,leg_gt,9.84,60 -10819,buy_compound_tight,buy,2026-03-07 11:39:00,573.0,3.2159,1,leg_gt,9.84,60 -10820,buy_compound_tight,buy,2026-03-08 04:30:00,561.0,5.4258,1,leg_gt,9.13,60 -10821,buy_compound_tight,buy,2026-03-08 04:33:00,560.0,5.6143,1,leg_gt,9.13,60 -10822,buy_compound_tight,buy,2026-03-08 11:27:00,556.0,6.3748,1,leg_gt,8.84,60 -10823,buy_compound_tight,buy,2026-03-09 00:21:00,546.0,8.3249,1,leg_gt,8.31,60 -10824,buy_compound_tight,buy,2026-03-09 00:24:00,546.0,8.3249,1,leg_gt,8.3,60 -10825,buy_compound_tight,buy,2026-03-09 00:42:00,544.0,8.7235,1,leg_gt,8.29,60 -10826,buy_compound_tight,buy,2026-03-10 03:51:00,532.0,11.1782,1,leg_gt,7.16,60 -10827,buy_compound_tight,buy,2026-03-10 03:54:00,532.0,11.1782,1,leg_gt,7.16,60 -10828,buy_compound_tight,buy,2026-03-10 07:45:00,534.0,10.7614,1,leg_gt,7.0,60 -10829,buy_compound_tight,buy,2026-03-10 07:48:00,533.0,10.9694,1,leg_gt,7.0,60 -10830,buy_compound_tight,buy,2026-03-11 04:27:00,521.0,13.5276,1,leg_gt,6.14,60 -10831,buy_compound_tight,buy,2026-03-12 00:30:00,522.0,13.31,1,leg_gt,5.3,60 -10832,buy_compound_tight,buy,2026-03-12 00:33:00,519.0,13.9655,1,leg_gt,5.3,60 -10833,buy_compound_tight,buy,2026-03-12 23:36:00,514.0,15.0751,1,leg_gt,4.34,60 -10834,buy_compound_tight,buy,2026-03-12 23:39:00,511.0,15.7513,1,leg_gt,4.34,60 -10835,buy_compound_tight,buy,2026-03-14 22:00:00,517.0,14.4068,1,leg_gt,2.4,60 -10836,buy_compound_tight,buy,2026-03-14 22:03:00,517.0,14.4068,1,leg_gt,2.4,60 -10837,buy_compound_tight,buy,2026-03-15 05:06:00,520.0,13.7462,1,leg_gt,2.11,60 -10838,buy_compound_tight,buy,2026-03-15 05:09:00,520.0,13.7462,1,leg_gt,2.11,60 -10839,buy_compound_tight,buy,2026-03-15 05:27:00,520.0,13.7462,1,leg_gt,2.09,60 -10840,buy_compound_tight,buy,2026-03-16 19:45:00,558.0,5.9932,1,leg_gt,0.5,60 -10841,buy_compound_tight,buy,2026-03-16 19:48:00,558.0,5.9932,1,leg_gt,0.5,60 -10842,buy_compound_tight,buy,2026-03-16 20:12:00,557.0,6.1837,1,leg_gt,0.48,60 -10843,buy_compound_tight,buy,2026-03-16 20:21:00,556.0,6.3748,1,leg_gt,0.47,60 -10844,buy_compound_tight,buy,2026-03-16 20:24:00,555.0,6.5667,1,leg_gt,0.47,60 -10845,buy_compound_tight,buy,2026-03-17 19:30:00,576.0,-24.9264,0,leg_gt,13.01,60 -10846,buy_compound_tight,buy,2026-03-17 19:33:00,575.0,-24.7957,0,leg_gt,13.01,60 -10847,buy_compound_tight,buy,2026-03-18 08:42:00,581.0,-25.5733,0,leg_gt,12.46,60 -10848,buy_compound_tight,buy,2026-03-18 09:21:00,579.0,-25.3159,0,leg_gt,12.44,60 -10849,buy_compound_tight,buy,2026-03-18 09:24:00,577.0,-25.0567,0,leg_gt,12.44,60 -10850,buy_compound_tight,buy,2026-03-18 16:21:00,581.0,-25.5733,0,leg_gt,12.15,60 -10851,buy_compound_tight,buy,2026-03-18 16:24:00,580.0,-25.4448,0,leg_gt,12.14,60 -10852,buy_compound_tight,buy,2026-03-18 16:27:00,579.0,-25.3159,0,leg_gt,12.14,60 -10853,buy_compound_tight,buy,2026-03-20 03:30:00,488.0,-11.3705,0,leg_gt,10.68,60 -10854,buy_compound_tight,buy,2026-03-20 03:33:00,488.0,-11.3705,0,leg_gt,10.68,60 -10855,buy_compound_tight,buy,2026-03-20 09:30:00,491.0,-11.9126,0,leg_gt,10.43,60 -10856,buy_compound_tight,buy,2026-03-20 09:33:00,491.0,-11.9126,0,leg_gt,10.43,60 -10857,buy_compound_tight,buy,2026-03-20 18:12:00,490.0,-11.7327,0,leg_gt,10.07,60 -10858,buy_compound_tight,buy,2026-03-20 18:15:00,490.0,-11.7327,0,leg_gt,10.07,60 -10859,buy_compound_tight,buy,2026-03-20 18:18:00,489.0,-11.5519,0,leg_gt,10.06,60 -10860,buy_compound_tight,buy,2026-03-20 20:51:00,481.0,-10.0792,0,leg_gt,9.96,60 -10861,buy_compound_tight,buy,2026-03-20 20:54:00,482.0,-10.266,0,leg_gt,9.96,60 -10862,buy_compound_tight,buy,2026-03-22 14:42:00,476.0,-9.1336,0,leg_gt,8.21,60 -10863,buy_compound_tight,buy,2026-03-22 14:45:00,476.0,-9.1336,0,leg_gt,8.21,60 -10864,buy_compound_tight,buy,2026-03-22 14:48:00,475.0,-8.9421,0,leg_gt,8.21,60 -10865,buy_compound_tight,buy,2026-03-22 19:12:00,473.0,-8.5567,0,leg_gt,8.03,60 -10866,buy_compound_tight,buy,2026-03-22 23:57:00,469.0,-7.7759,0,leg_gt,7.83,60 -10867,buy_compound_tight,buy,2026-03-23 18:30:00,460.0,-5.9696,0,leg_gt,7.06,60 -10868,buy_compound_tight,buy,2026-03-23 18:33:00,459.0,-5.7645,0,leg_gt,7.05,60 -10869,buy_compound_tight,buy,2026-03-24 07:42:00,481.0,-10.0792,0,leg_gt,6.51,60 -10870,buy_compound_tight,buy,2026-03-24 07:45:00,480.0,-9.8917,0,leg_gt,6.5,60 -10871,buy_compound_tight,buy,2026-03-24 07:48:00,481.0,-10.0792,0,leg_gt,6.5,60 -10872,buy_compound_tight,buy,2026-03-24 07:57:00,479.0,-9.7033,0,leg_gt,6.5,60 -10873,buy_compound_tight,buy,2026-03-24 18:30:00,478.0,-9.5142,0,leg_gt,6.06,60 -10874,buy_compound_tight,buy,2026-03-24 18:33:00,478.0,-9.5142,0,leg_gt,6.05,60 -10875,buy_compound_tight,buy,2026-03-24 19:30:00,476.0,-9.1336,0,leg_gt,6.01,60 -10876,buy_compound_tight,buy,2026-03-24 19:33:00,475.0,-8.9421,0,leg_gt,6.01,60 -10877,buy_compound_tight,buy,2026-03-24 23:42:00,472.0,-8.3627,0,leg_gt,5.84,60 -10878,buy_compound_tight,buy,2026-03-26 10:42:00,481.0,-10.0792,0,leg_gt,4.38,60 -10879,buy_compound_tight,buy,2026-03-26 11:36:00,476.0,-9.1336,0,leg_gt,4.34,60 -10880,buy_compound_tight,buy,2026-03-26 11:39:00,476.0,-9.1336,0,leg_gt,4.34,60 -10881,buy_compound_tight,buy,2026-03-26 12:21:00,473.0,-8.5567,0,leg_gt,4.31,60 -10882,buy_compound_tight,buy,2026-03-26 12:24:00,473.0,-8.5567,0,leg_gt,4.31,60 -10883,buy_compound_tight,buy,2026-03-26 13:12:00,472.0,-8.3627,0,leg_gt,4.28,60 -10884,buy_compound_tight,buy,2026-03-28 04:06:00,398.0,8.694,1,leg_gt,2.66,60 -10885,buy_compound_tight,buy,2026-03-28 04:09:00,398.0,8.694,1,leg_gt,2.65,60 -10886,buy_compound_tight,buy,2026-03-28 04:12:00,397.0,8.968,1,leg_gt,2.65,60 -10887,buy_compound_tight,buy,2026-04-02 02:30:00,422.0,-3.6545,0,leg_gt,6.26,60 -10888,buy_compound_tight,buy,2026-04-02 02:51:00,421.0,-3.4254,0,leg_gt,6.25,60 -10889,buy_compound_tight,buy,2026-04-02 02:54:00,420.0,-3.1952,0,leg_gt,6.24,60 -10890,buy_compound_tight,buy,2026-04-02 02:57:00,419.0,-2.964,0,leg_gt,6.24,60 -10891,buy_compound_tight,buy,2026-04-02 21:06:00,408.0,-0.3451,0,leg_gt,5.49,60 -10892,buy_compound_tight,buy,2026-04-02 21:09:00,407.0,-0.1,0,leg_gt,5.48,60 -10893,buy_compound_tight,buy,2026-04-03 02:51:00,403.0,0.8926,1,leg_gt,5.25,60 -10894,buy_compound_tight,buy,2026-04-03 02:54:00,403.0,0.8926,1,leg_gt,5.24,60 -10895,buy_compound_tight,buy,2026-04-03 02:57:00,403.0,0.8926,1,leg_gt,5.24,60 -10896,buy_compound_tight,buy,2026-04-04 08:27:00,402.0,1.1438,1,leg_gt,4.01,60 -10897,buy_compound_tight,buy,2026-04-05 16:51:00,379.0,7.2879,1,leg_gt,2.66,60 -10898,buy_compound_tight,buy,2026-04-05 16:54:00,379.0,7.2879,1,leg_gt,2.66,60 -10899,buy_compound_tight,buy,2026-04-07 06:57:00,374.0,8.7235,1,leg_gt,1.08,60 -10900,buy_compound_tight,buy,2026-04-07 07:27:00,372.0,9.3086,1,leg_gt,1.05,60 -10901,buy_compound_tight,buy,2026-04-07 21:21:00,368.0,10.4978,1,leg_gt,0.48,60 -10902,buy_compound_tight,buy,2026-04-07 21:24:00,368.0,10.4978,1,leg_gt,0.47,60 -10903,buy_compound_tight,buy,2026-04-07 21:36:00,366.0,11.1022,1,leg_gt,0.46,60 -10904,buy_compound_tight,buy,2026-04-07 21:39:00,367.0,10.7992,1,leg_gt,0.46,60 -10905,buy_compound_tight,buy,2026-04-08 10:06:00,394.0,13.6056,1,leg_gt,3.89,60 -10906,buy_compound_tight,buy,2026-04-08 10:09:00,394.0,13.6056,1,leg_gt,3.88,60 -10907,buy_compound_tight,buy,2026-04-08 10:12:00,392.0,14.1857,1,leg_gt,3.88,60 -10908,buy_compound_tight,buy,2026-04-08 10:15:00,392.0,14.1857,1,leg_gt,3.88,60 -10909,buy_compound_tight,buy,2026-04-08 10:18:00,392.0,14.1857,1,leg_gt,3.88,60 -10910,buy_compound_tight,buy,2026-04-10 08:30:00,399.0,12.1807,1,leg_gt,1.95,60 -10911,buy_compound_tight,buy,2026-04-10 08:33:00,398.0,12.4628,1,leg_gt,1.95,60 -10912,buy_compound_tight,buy,2026-04-10 08:36:00,398.0,12.4628,1,leg_gt,1.95,60 -10913,buy_compound_tight,buy,2026-04-10 08:39:00,397.0,12.7463,1,leg_gt,1.95,60 -10914,buy_compound_tight,buy,2026-04-10 19:51:00,398.0,12.4628,1,leg_gt,1.48,60 -10915,buy_compound_tight,buy,2026-04-10 19:54:00,398.0,12.4628,1,leg_gt,1.48,60 -10916,buy_compound_tight,buy,2026-04-12 23:00:00,425.0,13.3118,1,leg_gt,1.74,60 -10917,buy_compound_tight,buy,2026-04-12 23:03:00,424.0,13.5792,1,leg_gt,1.74,60 -10918,buy_compound_tight,buy,2026-04-14 20:45:00,464.0,4.2103,1,leg_gt,2.46,60 -10919,buy_compound_tight,buy,2026-04-14 20:48:00,462.0,4.6619,1,leg_gt,2.46,60 -10920,buy_compound_tight,buy,2026-04-15 16:06:00,439.0,10.1506,1,leg_gt,1.65,60 -10921,buy_compound_tight,buy,2026-04-15 16:09:00,440.0,9.9,1,leg_gt,1.65,60 -10922,buy_compound_tight,buy,2026-04-15 16:30:00,438.0,10.4023,1,leg_gt,1.64,60 -10923,buy_compound_tight,buy,2026-04-15 16:33:00,437.0,10.6551,1,leg_gt,1.63,60 -10924,buy_compound_tight,buy,2026-04-15 16:42:00,436.0,10.9092,1,leg_gt,1.63,60 -10925,buy_compound_tight,buy,2026-04-15 23:42:00,438.0,10.4023,1,leg_gt,1.34,60 -10926,buy_compound_tight,buy,2026-04-16 00:27:00,436.0,10.9092,1,leg_gt,1.3,60 -10927,buy_compound_tight,buy,2026-04-16 14:06:00,455.0,6.2736,1,leg_gt,0.74,60 -10928,buy_compound_tight,buy,2026-04-16 14:09:00,454.0,6.5079,1,leg_gt,0.73,60 -10929,buy_compound_tight,buy,2026-04-19 04:30:00,395.0,-3.3911,0,leg_gt,17.63,60 -10930,buy_compound_tight,buy,2026-04-19 04:33:00,394.0,-3.1457,0,leg_gt,17.62,60 -10931,buy_compound_tight,buy,2026-04-19 11:36:00,387.0,-1.392,0,leg_gt,17.33,60 -10932,buy_compound_tight,buy,2026-04-19 11:39:00,388.0,-1.6464,0,leg_gt,17.33,60 -10933,buy_compound_tight,buy,2026-04-19 13:42:00,386.0,-1.1363,0,leg_gt,17.24,60 -10934,buy_compound_tight,buy,2026-04-22 04:51:00,386.0,-1.1363,0,leg_gt,14.61,60 -10935,buy_compound_tight,buy,2026-04-22 04:54:00,385.0,-0.8792,0,leg_gt,14.61,60 -10936,buy_compound_tight,buy,2026-04-23 18:45:00,388.0,-1.6464,0,leg_gt,13.03,60 -10937,buy_compound_tight,buy,2026-04-23 18:48:00,388.0,-1.6464,0,leg_gt,13.03,60 -10938,buy_compound_tight,buy,2026-04-23 19:21:00,386.0,-1.1363,0,leg_gt,13.01,60 -10939,buy_compound_tight,buy,2026-04-23 19:24:00,387.0,-1.392,0,leg_gt,13.01,60 -10940,buy_compound_tight,buy,2026-05-01 14:45:00,359.0,6.3067,1,leg_gt,5.2,60 -10941,buy_compound_tight,buy,2026-05-01 14:48:00,360.0,6.0111,1,leg_gt,5.2,60 -10942,buy_compound_tight,buy,2026-05-01 15:51:00,356.0,7.2034,1,leg_gt,5.15,60 -10943,buy_compound_tight,buy,2026-05-01 15:54:00,356.0,7.2034,1,leg_gt,5.15,60 -10944,buy_compound_tight,buy,2026-05-03 09:27:00,358.0,6.6039,1,leg_gt,3.42,60 -10945,buy_compound_tight,buy,2026-05-03 15:30:00,353.0,8.1153,1,leg_gt,3.17,60 -10946,buy_compound_tight,buy,2026-05-03 15:33:00,354.0,7.8096,1,leg_gt,3.17,60 -10947,buy_compound_tight,buy,2026-05-04 16:30:00,355.0,7.5056,1,leg_gt,2.13,60 -10948,buy_compound_tight,buy,2026-05-04 16:33:00,356.0,7.2034,1,leg_gt,2.12,60 -10949,buy_compound_tight,buy,2026-05-07 11:06:00,368.0,11.0413,1,leg_gt,1.72,60 -10950,buy_compound_tight,buy,2026-05-07 11:09:00,367.0,11.3441,1,leg_gt,1.72,60 -10951,buy_compound_tight,buy,2026-05-10 05:30:00,400.0,6.65,1,leg_gt,0.82,60 -10952,buy_compound_tight,buy,2026-05-10 05:33:00,400.0,6.65,1,leg_gt,0.82,60 -10953,buy_compound_tight,buy,2026-05-10 20:57:00,399.0,6.9175,1,leg_gt,0.18,60 -10954,buy_compound_tight,buy,2026-05-12 17:30:00,405.0,4.3444,1,leg_gt,1.05,60 -10955,buy_compound_tight,buy,2026-05-12 17:33:00,404.0,4.603,1,leg_gt,1.05,60 -10956,buy_compound_tight,buy,2026-05-13 00:27:00,391.0,8.0841,1,leg_gt,0.76,60 -10957,buy_compound_tight,buy,2026-05-13 20:51:00,408.0,-9.4137,0,leg_gt,5.78,60 -10958,buy_compound_tight,buy,2026-05-13 20:54:00,407.0,-9.1909,0,leg_gt,5.77,60 -10959,buy_compound_tight,buy,2026-05-15 11:30:00,385.0,-3.9961,0,leg_gt,4.16,60 -10960,buy_compound_tight,buy,2026-05-15 11:33:00,383.0,-3.4943,0,leg_gt,4.16,60 -10961,buy_compound_tight,buy,2026-05-15 13:51:00,383.0,-3.4943,0,leg_gt,4.07,60 -10962,buy_compound_tight,buy,2026-05-15 13:54:00,382.0,-3.2414,0,leg_gt,4.06,60 -10963,buy_compound_tight,buy,2026-05-15 13:57:00,382.0,-3.2414,0,leg_gt,4.06,60 -10964,buy_compound_tight,buy,2026-05-18 14:42:00,350.0,5.6143,1,leg_gt,1.03,60 -10965,buy_compound_tight,buy,2026-05-18 23:42:00,347.0,6.5282,1,leg_gt,0.66,60 -10966,buy_compound_tight,buy,2026-05-18 23:45:00,346.0,6.8364,1,leg_gt,0.65,60 -10967,buy_compound_tight,buy,2026-05-18 23:48:00,345.0,7.1464,1,leg_gt,0.65,60 -10968,buy_compound_tight,buy,2026-05-19 20:51:00,361.0,9.3183,1,leg_gt,1.88,60 -10969,buy_compound_tight,buy,2026-05-19 20:54:00,360.0,9.6222,1,leg_gt,1.88,60 -10970,buy_compound_tight,buy,2026-05-19 20:57:00,360.0,9.6222,1,leg_gt,1.88,60 -10971,buy_compound_tight,buy,2026-05-23 03:00:00,433.0,7.0594,1,leg_gt,1.82,60 -10972,buy_compound_tight,buy,2026-05-23 03:03:00,433.0,7.0594,1,leg_gt,1.82,60 -10973,buy_compound_tight,buy,2026-05-23 04:27:00,415.0,11.7072,1,leg_gt,1.76,60 -10974,buy_compound_tight,buy,2026-05-23 04:42:00,407.0,13.9049,1,leg_gt,1.75,60 -10975,buy_compound_tight,buy,2026-05-24 08:12:00,447.0,3.7031,1,leg_gt,0.61,60 -10976,buy_compound_tight,buy,2026-05-25 04:30:00,438.0,37.5712,1,leg_gt,1.71,60 -10977,buy_compound_tight,buy,2026-05-25 04:33:00,439.0,37.2576,1,leg_gt,1.71,60 -10978,buy_compound_tight,buy,2026-05-25 04:45:00,437.0,37.8863,1,leg_gt,1.7,60 -10979,buy_compound_tight,buy,2026-05-25 04:48:00,437.0,37.8863,1,leg_gt,1.7,60 -10980,buy_compound_tight,buy,2026-05-25 11:51:00,435.0,38.5207,1,leg_gt,1.4,60 -10981,buy_compound_tight,buy,2026-05-25 11:54:00,436.0,38.2028,1,leg_gt,1.4,60 -10982,buy_compound_tight,buy,2026-05-25 11:57:00,436.0,38.2028,1,leg_gt,1.4,60 -10983,buy_compound_tight,buy,2026-05-27 11:12:00,536.0,-14.0925,0,leg_gt,2.22,60 -10984,buy_compound_tight,buy,2026-05-27 11:15:00,535.0,-13.9318,0,leg_gt,2.22,60 -10985,buy_compound_tight,buy,2026-05-27 11:18:00,532.0,-13.4459,0,leg_gt,2.21,60 -10986,buy_compound_tight,buy,2026-05-28 09:45:00,495.0,-6.9687,0,leg_gt,1.28,60 -10987,buy_compound_tight,buy,2026-05-28 09:48:00,494.0,-6.7802,0,leg_gt,1.28,60 -10988,buy_compound_tight,buy,2026-05-28 10:00:00,492.0,-6.4008,0,leg_gt,1.27,60 -10989,buy_compound_tight,buy,2026-05-28 10:03:00,491.0,-6.21,0,leg_gt,1.27,60 -10990,buy_compound_tight,buy,2026-05-29 20:21:00,440.0,27.8545,1,leg_gt,1.39,60 -10991,buy_compound_tight,buy,2026-05-29 20:24:00,442.0,27.2756,1,leg_gt,1.39,60 -10992,buy_compound_tight,buy,2026-05-29 20:27:00,440.0,27.8545,1,leg_gt,1.39,60 -10993,buy_compound_tight,buy,2026-05-29 21:00:00,435.0,29.3253,1,leg_gt,1.36,60 -10994,buy_compound_tight,buy,2026-05-29 21:03:00,435.0,29.3253,1,leg_gt,1.36,60 -10995,buy_compound_tight,buy,2026-05-29 21:06:00,431.0,30.5265,1,leg_gt,1.36,60 -10996,buy_compound_tight,buy,2026-05-29 21:09:00,432.0,30.2241,1,leg_gt,1.36,60 -10997,buy_compound_tight,buy,2026-05-30 09:21:00,428.0,31.4421,1,leg_gt,0.85,60 -10998,buy_compound_tight,buy,2026-05-30 09:24:00,428.0,31.4421,1,leg_gt,0.85,60 -10999,buy_compound_tight,buy,2026-05-30 13:30:00,428.0,31.4421,1,leg_gt,0.68,60 -11000,buy_compound_tight,buy,2026-05-30 13:33:00,428.0,31.4421,1,leg_gt,0.68,60 -11001,buy_compound_tight,buy,2026-05-31 07:12:00,528.0,12.5894,1,leg_gt,1.32,60 -11002,buy_compound_tight,buy,2026-05-31 07:21:00,523.0,13.6667,1,leg_gt,1.31,60 -11003,buy_compound_tight,buy,2026-05-31 07:24:00,523.0,13.6667,1,leg_gt,1.31,60 -11004,buy_compound_tight,buy,2026-05-31 07:42:00,515.0,15.434,1,leg_gt,1.3,60 -11005,buy_compound_tight,buy,2026-05-31 16:12:00,501.0,18.6625,1,leg_gt,0.94,60 -11006,buy_compound_tight,buy,2026-05-31 18:06:00,497.0,19.6183,1,leg_gt,0.86,60 -11007,buy_compound_tight,buy,2026-05-31 18:09:00,496.0,19.8597,1,leg_gt,0.86,60 -11008,buy_compound_tight,buy,2026-06-01 15:15:00,567.0,3.251,1,leg_gt,0.05,60 -11009,buy_compound_tight,buy,2026-06-01 15:18:00,563.0,3.9853,1,leg_gt,0.05,60 -11010,buy_compound_tight,buy,2026-06-01 17:00:00,555.0,12.6928,1,leg_gt,0.44,60 -11011,buy_compound_tight,buy,2026-06-01 17:03:00,551.0,13.5116,1,leg_gt,0.44,60 -11012,buy_compound_tight,buy,2026-06-02 16:15:00,664.0,16.1651,1,leg_gt,1.26,60 -11013,buy_compound_tight,buy,2026-06-02 16:18:00,662.0,16.5163,1,leg_gt,1.26,60 -11014,buy_compound_tight,buy,2026-06-03 00:15:00,599.0,28.7815,1,leg_gt,0.93,60 -11015,buy_compound_tight,buy,2026-06-03 00:18:00,602.0,28.1392,1,leg_gt,0.93,60 -11016,buy_compound_tight,buy,2026-06-03 08:06:00,586.0,31.6406,1,leg_gt,0.6,60 -11017,buy_compound_tight,buy,2026-06-03 08:09:00,586.0,31.6406,1,leg_gt,0.6,60 -11018,buy_contrast_m10_bb_pos,buy,2025-06-04 13:21:00,1661.0,-5.097,0,leg_gt,3.28,60 -11019,buy_contrast_m10_bb_pos,buy,2025-06-04 13:24:00,1661.0,-5.097,0,leg_gt,3.27,60 -11020,buy_contrast_m10_bb_pos,buy,2025-06-04 13:27:00,1661.0,-5.097,0,leg_gt,3.27,60 -11021,buy_contrast_m10_bb_pos,buy,2025-06-04 13:30:00,1660.0,-5.0398,0,leg_gt,3.27,60 -11022,buy_contrast_m10_bb_pos,buy,2025-06-04 13:33:00,1653.0,-4.6372,0,leg_gt,3.27,60 -11023,buy_contrast_m10_bb_pos,buy,2025-06-04 13:36:00,1656.0,-4.8101,0,leg_gt,3.26,60 -11024,buy_contrast_m10_bb_pos,buy,2025-06-04 13:39:00,1654.0,-4.6949,0,leg_gt,3.26,60 -11025,buy_contrast_m10_bb_pos,buy,2025-06-04 13:51:00,1660.0,-5.0398,0,leg_gt,3.25,60 -11026,buy_contrast_m10_bb_pos,buy,2025-06-04 13:54:00,1658.0,-4.9251,0,leg_gt,3.25,60 -11027,buy_contrast_m10_bb_pos,buy,2025-06-04 13:57:00,1660.0,-5.0398,0,leg_gt,3.25,60 -11028,buy_contrast_m10_bb_pos,buy,2025-06-04 14:30:00,1652.0,-4.5794,0,leg_gt,3.23,60 -11029,buy_contrast_m10_bb_pos,buy,2025-06-04 14:33:00,1653.0,-4.6372,0,leg_gt,3.22,60 -11030,buy_contrast_m10_bb_pos,buy,2025-06-04 14:36:00,1650.0,-4.4636,0,leg_gt,3.22,60 -11031,buy_contrast_m10_bb_pos,buy,2025-06-04 14:39:00,1653.0,-4.6372,0,leg_gt,3.22,60 -11032,buy_contrast_m10_bb_pos,buy,2025-06-04 14:42:00,1654.0,-4.6949,0,leg_gt,3.22,60 -11033,buy_contrast_m10_bb_pos,buy,2025-06-04 14:45:00,1654.0,-4.6949,0,leg_gt,3.22,60 -11034,buy_contrast_m10_bb_pos,buy,2025-06-04 14:48:00,1659.0,-4.9825,0,leg_gt,3.21,60 -11035,buy_contrast_m10_bb_pos,buy,2025-06-04 15:21:00,1648.0,-4.3476,0,leg_gt,3.19,60 -11036,buy_contrast_m10_bb_pos,buy,2025-06-04 15:24:00,1648.0,-4.3476,0,leg_gt,3.19,60 -11037,buy_contrast_m10_bb_pos,buy,2025-06-04 15:27:00,1651.0,-4.5216,0,leg_gt,3.19,60 -11038,buy_contrast_m10_bb_pos,buy,2025-06-04 16:21:00,1643.0,-4.0562,0,leg_gt,3.15,60 -11039,buy_contrast_m10_bb_pos,buy,2025-06-04 16:24:00,1644.0,-4.1146,0,leg_gt,3.15,60 -11040,buy_contrast_m10_bb_pos,buy,2025-06-04 16:27:00,1642.0,-3.9977,0,leg_gt,3.15,60 -11041,buy_contrast_m10_bb_pos,buy,2025-06-04 16:30:00,1644.0,-4.1146,0,leg_gt,3.14,60 -11042,buy_contrast_m10_bb_pos,buy,2025-06-04 16:33:00,1641.0,-3.9391,0,leg_gt,3.14,60 -11043,buy_contrast_m10_bb_pos,buy,2025-06-04 16:36:00,1639.0,-3.8218,0,leg_gt,3.14,60 -11044,buy_contrast_m10_bb_pos,buy,2025-06-04 16:39:00,1640.0,-3.8805,0,leg_gt,3.14,60 -11045,buy_contrast_m10_bb_pos,buy,2025-06-04 16:51:00,1642.0,-3.9977,0,leg_gt,3.13,60 -11046,buy_contrast_m10_bb_pos,buy,2025-06-04 16:54:00,1640.0,-3.8805,0,leg_gt,3.13,60 -11047,buy_contrast_m10_bb_pos,buy,2025-06-04 16:57:00,1641.0,-3.9391,0,leg_gt,3.12,60 -11048,buy_contrast_m10_bb_pos,buy,2025-06-04 17:30:00,1641.0,-3.9391,0,leg_gt,3.1,60 -11049,buy_contrast_m10_bb_pos,buy,2025-06-04 17:33:00,1639.0,-3.8218,0,leg_gt,3.1,60 -11050,buy_contrast_m10_bb_pos,buy,2025-06-04 17:36:00,1640.0,-3.8805,0,leg_gt,3.1,60 -11051,buy_contrast_m10_bb_pos,buy,2025-06-04 17:39:00,1640.0,-3.8805,0,leg_gt,3.1,60 -11052,buy_contrast_m10_bb_pos,buy,2025-06-04 17:42:00,1642.0,-3.9977,0,leg_gt,3.09,60 -11053,buy_contrast_m10_bb_pos,buy,2025-06-04 17:45:00,1643.0,-4.0562,0,leg_gt,3.09,60 -11054,buy_contrast_m10_bb_pos,buy,2025-06-04 17:48:00,1645.0,-4.1729,0,leg_gt,3.09,60 -11055,buy_contrast_m10_bb_pos,buy,2025-06-04 18:12:00,1638.0,-3.763,0,leg_gt,3.07,60 -11056,buy_contrast_m10_bb_pos,buy,2025-06-04 18:15:00,1635.0,-3.5862,0,leg_gt,3.07,60 -11057,buy_contrast_m10_bb_pos,buy,2025-06-04 18:18:00,1635.0,-3.5862,0,leg_gt,3.07,60 -11058,buy_contrast_m10_bb_pos,buy,2025-06-04 18:30:00,1637.0,-3.7042,0,leg_gt,3.06,60 -11059,buy_contrast_m10_bb_pos,buy,2025-06-04 18:33:00,1633.0,-3.468,0,leg_gt,3.06,60 -11060,buy_contrast_m10_bb_pos,buy,2025-06-04 18:36:00,1633.0,-3.468,0,leg_gt,3.06,60 -11061,buy_contrast_m10_bb_pos,buy,2025-06-04 18:39:00,1637.0,-3.7042,0,leg_gt,3.05,60 -11062,buy_contrast_m10_bb_pos,buy,2025-06-04 19:30:00,1635.0,-3.5862,0,leg_gt,3.02,60 -11063,buy_contrast_m10_bb_pos,buy,2025-06-04 19:33:00,1631.0,-3.3495,0,leg_gt,3.02,60 -11064,buy_contrast_m10_bb_pos,buy,2025-06-04 19:36:00,1633.0,-3.468,0,leg_gt,3.01,60 -11065,buy_contrast_m10_bb_pos,buy,2025-06-04 19:39:00,1633.0,-3.468,0,leg_gt,3.01,60 -11066,buy_contrast_m10_bb_pos,buy,2025-06-04 19:42:00,1631.0,-3.3495,0,leg_gt,3.01,60 -11067,buy_contrast_m10_bb_pos,buy,2025-06-04 19:45:00,1635.0,-3.5862,0,leg_gt,3.01,60 -11068,buy_contrast_m10_bb_pos,buy,2025-06-04 19:48:00,1633.0,-3.468,0,leg_gt,3.01,60 -11069,buy_contrast_m10_bb_pos,buy,2025-06-04 20:12:00,1623.0,-2.8726,0,leg_gt,2.99,60 -11070,buy_contrast_m10_bb_pos,buy,2025-06-04 20:15:00,1626.0,-3.052,0,leg_gt,2.99,60 -11071,buy_contrast_m10_bb_pos,buy,2025-06-04 20:18:00,1625.0,-2.9923,0,leg_gt,2.99,60 -11072,buy_contrast_m10_bb_pos,buy,2025-06-04 20:42:00,1616.0,-2.4515,0,leg_gt,2.97,60 -11073,buy_contrast_m10_bb_pos,buy,2025-06-04 20:45:00,1611.0,-2.1484,0,leg_gt,2.97,60 -11074,buy_contrast_m10_bb_pos,buy,2025-06-04 20:48:00,1611.0,-2.1484,0,leg_gt,2.96,60 -11075,buy_contrast_m10_bb_pos,buy,2025-06-04 21:00:00,1609.0,-2.0267,0,leg_gt,2.96,60 -11076,buy_contrast_m10_bb_pos,buy,2025-06-04 21:03:00,1599.0,-1.4133,0,leg_gt,2.95,60 -11077,buy_contrast_m10_bb_pos,buy,2025-06-04 21:06:00,1605.0,-1.7822,0,leg_gt,2.95,60 -11078,buy_contrast_m10_bb_pos,buy,2025-06-04 21:09:00,1607.0,-1.9046,0,leg_gt,2.95,60 -11079,buy_contrast_m10_bb_pos,buy,2025-06-04 21:12:00,1608.0,-1.9657,0,leg_gt,2.95,60 -11080,buy_contrast_m10_bb_pos,buy,2025-06-04 21:15:00,1611.0,-2.1484,0,leg_gt,2.95,60 -11081,buy_contrast_m10_bb_pos,buy,2025-06-04 21:18:00,1607.0,-1.9046,0,leg_gt,2.94,60 -11082,buy_contrast_m10_bb_pos,buy,2025-06-04 21:21:00,1601.0,-1.5366,0,leg_gt,2.94,60 -11083,buy_contrast_m10_bb_pos,buy,2025-06-04 21:24:00,1598.0,-1.3516,0,leg_gt,2.94,60 -11084,buy_contrast_m10_bb_pos,buy,2025-06-04 21:27:00,1602.0,-1.5981,0,leg_gt,2.94,60 -11085,buy_contrast_m10_bb_pos,buy,2025-06-04 21:30:00,1601.0,-1.5366,0,leg_gt,2.94,60 -11086,buy_contrast_m10_bb_pos,buy,2025-06-04 21:33:00,1598.0,-1.3516,0,leg_gt,2.93,60 -11087,buy_contrast_m10_bb_pos,buy,2025-06-04 21:36:00,1602.0,-1.5981,0,leg_gt,2.93,60 -11088,buy_contrast_m10_bb_pos,buy,2025-06-04 21:39:00,1604.0,-1.7209,0,leg_gt,2.93,60 -11089,buy_contrast_m10_bb_pos,buy,2025-06-04 21:42:00,1601.0,-1.5366,0,leg_gt,2.93,60 -11090,buy_contrast_m10_bb_pos,buy,2025-06-04 21:45:00,1601.0,-1.5366,0,leg_gt,2.92,60 -11091,buy_contrast_m10_bb_pos,buy,2025-06-04 21:48:00,1602.0,-1.5981,0,leg_gt,2.92,60 -11092,buy_contrast_m10_bb_pos,buy,2025-06-04 23:12:00,1593.0,-1.0416,0,leg_gt,2.86,60 -11093,buy_contrast_m10_bb_pos,buy,2025-06-04 23:15:00,1593.0,-1.0416,0,leg_gt,2.86,60 -11094,buy_contrast_m10_bb_pos,buy,2025-06-04 23:18:00,1594.0,-1.1038,0,leg_gt,2.86,60 -11095,buy_contrast_m10_bb_pos,buy,2025-06-04 23:30:00,1592.0,-0.9794,0,leg_gt,2.85,60 -11096,buy_contrast_m10_bb_pos,buy,2025-06-04 23:33:00,1595.0,-1.1658,0,leg_gt,2.85,60 -11097,buy_contrast_m10_bb_pos,buy,2025-06-04 23:36:00,1594.0,-1.1038,0,leg_gt,2.85,60 -11098,buy_contrast_m10_bb_pos,buy,2025-06-04 23:39:00,1595.0,-1.1658,0,leg_gt,2.85,60 -11099,buy_contrast_m10_bb_pos,buy,2025-06-05 02:42:00,1605.0,-1.7822,0,leg_gt,2.72,60 -11100,buy_contrast_m10_bb_pos,buy,2025-06-05 02:45:00,1606.0,-1.8435,0,leg_gt,2.72,60 -11101,buy_contrast_m10_bb_pos,buy,2025-06-05 02:48:00,1601.0,-1.5366,0,leg_gt,2.71,60 -11102,buy_contrast_m10_bb_pos,buy,2025-06-05 05:00:00,1602.0,-1.5981,0,leg_gt,2.62,60 -11103,buy_contrast_m10_bb_pos,buy,2025-06-05 05:03:00,1602.0,-1.5981,0,leg_gt,2.62,60 -11104,buy_contrast_m10_bb_pos,buy,2025-06-05 05:06:00,1595.0,-1.1658,0,leg_gt,2.62,60 -11105,buy_contrast_m10_bb_pos,buy,2025-06-05 05:09:00,1591.0,-0.9171,0,leg_gt,2.62,60 -11106,buy_contrast_m10_bb_pos,buy,2025-06-05 05:30:00,1593.0,-1.0416,0,leg_gt,2.6,60 -11107,buy_contrast_m10_bb_pos,buy,2025-06-05 05:33:00,1594.0,-1.1038,0,leg_gt,2.6,60 -11108,buy_contrast_m10_bb_pos,buy,2025-06-05 05:36:00,1592.0,-0.9794,0,leg_gt,2.6,60 -11109,buy_contrast_m10_bb_pos,buy,2025-06-05 05:39:00,1595.0,-1.1658,0,leg_gt,2.6,60 -11110,buy_contrast_m10_bb_pos,buy,2025-06-05 05:42:00,1593.0,-1.0416,0,leg_gt,2.59,60 -11111,buy_contrast_m10_bb_pos,buy,2025-06-05 05:45:00,1592.0,-0.9794,0,leg_gt,2.59,60 -11112,buy_contrast_m10_bb_pos,buy,2025-06-05 05:48:00,1593.0,-1.0416,0,leg_gt,2.59,60 -11113,buy_contrast_m10_bb_pos,buy,2025-06-05 05:51:00,1590.0,-0.8547,0,leg_gt,2.59,60 -11114,buy_contrast_m10_bb_pos,buy,2025-06-05 05:54:00,1594.0,-1.1038,0,leg_gt,2.59,60 -11115,buy_contrast_m10_bb_pos,buy,2025-06-05 05:57:00,1593.0,-1.0416,0,leg_gt,2.58,60 -11116,buy_contrast_m10_bb_pos,buy,2025-06-05 06:12:00,1586.0,-0.6044,0,leg_gt,2.57,60 -11117,buy_contrast_m10_bb_pos,buy,2025-06-05 06:15:00,1593.0,-1.0416,0,leg_gt,2.57,60 -11118,buy_contrast_m10_bb_pos,buy,2025-06-05 06:18:00,1590.0,-0.8547,0,leg_gt,2.57,60 -11119,buy_contrast_m10_bb_pos,buy,2025-06-05 06:21:00,1585.0,-0.5416,0,leg_gt,2.57,60 -11120,buy_contrast_m10_bb_pos,buy,2025-06-05 06:24:00,1589.0,-0.7923,0,leg_gt,2.56,60 -11121,buy_contrast_m10_bb_pos,buy,2025-06-05 06:27:00,1592.0,-0.9794,0,leg_gt,2.56,60 -11122,buy_contrast_m10_bb_pos,buy,2025-06-05 08:21:00,1580.0,-0.2266,0,leg_gt,2.48,60 -11123,buy_contrast_m10_bb_pos,buy,2025-06-05 08:24:00,1585.0,-0.5416,0,leg_gt,2.48,60 -11124,buy_contrast_m10_bb_pos,buy,2025-06-05 08:27:00,1585.0,-0.5416,0,leg_gt,2.48,60 -11125,buy_contrast_m10_bb_pos,buy,2025-06-05 08:30:00,1582.0,-0.3528,0,leg_gt,2.48,60 -11126,buy_contrast_m10_bb_pos,buy,2025-06-05 08:33:00,1584.0,-0.4788,0,leg_gt,2.48,60 -11127,buy_contrast_m10_bb_pos,buy,2025-06-05 08:36:00,1584.0,-0.4788,0,leg_gt,2.47,60 -11128,buy_contrast_m10_bb_pos,buy,2025-06-05 08:39:00,1587.0,-0.6671,0,leg_gt,2.47,60 -11129,buy_contrast_m10_bb_pos,buy,2025-06-05 09:12:00,1570.0,0.4096,1,leg_gt,2.45,60 -11130,buy_contrast_m10_bb_pos,buy,2025-06-05 09:15:00,1571.0,0.3456,1,leg_gt,2.45,60 -11131,buy_contrast_m10_bb_pos,buy,2025-06-05 09:18:00,1572.0,0.2817,1,leg_gt,2.44,60 -11132,buy_contrast_m10_bb_pos,buy,2025-06-05 09:30:00,1570.0,0.4096,1,leg_gt,2.44,60 -11133,buy_contrast_m10_bb_pos,buy,2025-06-05 09:33:00,1574.0,0.1541,1,leg_gt,2.43,60 -11134,buy_contrast_m10_bb_pos,buy,2025-06-05 09:36:00,1576.0,0.0269,1,leg_gt,2.43,60 -11135,buy_contrast_m10_bb_pos,buy,2025-06-05 09:39:00,1579.0,-0.1633,0,leg_gt,2.43,60 -11136,buy_contrast_m10_bb_pos,buy,2025-06-05 10:51:00,1561.0,0.989,1,leg_gt,2.38,60 -11137,buy_contrast_m10_bb_pos,buy,2025-06-05 10:54:00,1562.0,0.9243,1,leg_gt,2.38,60 -11138,buy_contrast_m10_bb_pos,buy,2025-06-05 10:57:00,1564.0,0.7951,1,leg_gt,2.38,60 -11139,buy_contrast_m10_bb_pos,buy,2025-06-05 11:00:00,1564.0,0.7951,1,leg_gt,2.37,60 -11140,buy_contrast_m10_bb_pos,buy,2025-06-05 11:03:00,1570.0,0.4096,1,leg_gt,2.37,60 -11141,buy_contrast_m10_bb_pos,buy,2025-06-05 11:06:00,1570.0,0.4096,1,leg_gt,2.37,60 -11142,buy_contrast_m10_bb_pos,buy,2025-06-05 11:09:00,1572.0,0.2817,1,leg_gt,2.37,60 -11143,buy_contrast_m10_bb_pos,buy,2025-06-05 14:21:00,1559.0,1.1187,1,leg_gt,2.23,60 -11144,buy_contrast_m10_bb_pos,buy,2025-06-05 14:24:00,1551.0,1.6408,1,leg_gt,2.23,60 -11145,buy_contrast_m10_bb_pos,buy,2025-06-05 14:27:00,1550.0,1.7065,1,leg_gt,2.23,60 -11146,buy_contrast_m10_bb_pos,buy,2025-06-05 15:00:00,1548.0,1.838,1,leg_gt,2.21,60 -11147,buy_contrast_m10_bb_pos,buy,2025-06-05 15:03:00,1550.0,1.7065,1,leg_gt,2.2,60 -11148,buy_contrast_m10_bb_pos,buy,2025-06-05 15:06:00,1547.0,1.9039,1,leg_gt,2.2,60 -11149,buy_contrast_m10_bb_pos,buy,2025-06-05 15:09:00,1547.0,1.9039,1,leg_gt,2.2,60 -11150,buy_contrast_m10_bb_pos,buy,2025-06-05 15:12:00,1549.0,1.7722,1,leg_gt,2.2,60 -11151,buy_contrast_m10_bb_pos,buy,2025-06-05 15:15:00,1546.0,1.9699,1,leg_gt,2.2,60 -11152,buy_contrast_m10_bb_pos,buy,2025-06-05 15:18:00,1549.0,1.7722,1,leg_gt,2.19,60 -11153,buy_contrast_m10_bb_pos,buy,2025-06-05 15:21:00,1546.0,1.9699,1,leg_gt,2.19,60 -11154,buy_contrast_m10_bb_pos,buy,2025-06-05 15:24:00,1550.0,1.7065,1,leg_gt,2.19,60 -11155,buy_contrast_m10_bb_pos,buy,2025-06-05 15:27:00,1552.0,1.5753,1,leg_gt,2.19,60 -11156,buy_contrast_m10_bb_pos,buy,2025-06-05 19:51:00,1540.0,2.3675,1,leg_gt,2.0,60 -11157,buy_contrast_m10_bb_pos,buy,2025-06-05 19:54:00,1541.0,2.301,1,leg_gt,2.0,60 -11158,buy_contrast_m10_bb_pos,buy,2025-06-05 19:57:00,1539.0,2.4341,1,leg_gt,2.0,60 -11159,buy_contrast_m10_bb_pos,buy,2025-06-05 20:00:00,1540.0,2.3675,1,leg_gt,2.0,60 -11160,buy_contrast_m10_bb_pos,buy,2025-06-05 20:03:00,1541.0,2.301,1,leg_gt,2.0,60 -11161,buy_contrast_m10_bb_pos,buy,2025-06-05 20:06:00,1545.0,2.0359,1,leg_gt,1.99,60 -11162,buy_contrast_m10_bb_pos,buy,2025-06-05 20:09:00,1539.0,2.4341,1,leg_gt,1.99,60 -11163,buy_contrast_m10_bb_pos,buy,2025-06-05 20:12:00,1536.0,2.6344,1,leg_gt,1.99,60 -11164,buy_contrast_m10_bb_pos,buy,2025-06-05 20:15:00,1536.0,2.6344,1,leg_gt,1.99,60 -11165,buy_contrast_m10_bb_pos,buy,2025-06-05 20:18:00,1534.0,2.7683,1,leg_gt,1.99,60 -11166,buy_contrast_m10_bb_pos,buy,2025-06-05 20:21:00,1538.0,2.5008,1,leg_gt,1.98,60 -11167,buy_contrast_m10_bb_pos,buy,2025-06-05 20:24:00,1541.0,2.301,1,leg_gt,1.98,60 -11168,buy_contrast_m10_bb_pos,buy,2025-06-05 20:27:00,1538.0,2.5008,1,leg_gt,1.98,60 -11169,buy_contrast_m10_bb_pos,buy,2025-06-05 20:42:00,1535.0,2.7013,1,leg_gt,1.97,60 -11170,buy_contrast_m10_bb_pos,buy,2025-06-05 20:45:00,1533.0,2.8354,1,leg_gt,1.97,60 -11171,buy_contrast_m10_bb_pos,buy,2025-06-05 20:48:00,1533.0,2.8354,1,leg_gt,1.96,60 -11172,buy_contrast_m10_bb_pos,buy,2025-06-05 20:51:00,1534.0,2.7683,1,leg_gt,1.96,60 -11173,buy_contrast_m10_bb_pos,buy,2025-06-05 20:54:00,1536.0,2.6344,1,leg_gt,1.96,60 -11174,buy_contrast_m10_bb_pos,buy,2025-06-05 20:57:00,1539.0,2.4341,1,leg_gt,1.96,60 -11175,buy_contrast_m10_bb_pos,buy,2025-06-05 23:00:00,1527.0,3.2399,1,leg_gt,1.87,60 -11176,buy_contrast_m10_bb_pos,buy,2025-06-05 23:03:00,1524.0,3.4433,1,leg_gt,1.87,60 -11177,buy_contrast_m10_bb_pos,buy,2025-06-05 23:06:00,1527.0,3.2399,1,leg_gt,1.87,60 -11178,buy_contrast_m10_bb_pos,buy,2025-06-05 23:09:00,1526.0,3.3076,1,leg_gt,1.87,60 -11179,buy_contrast_m10_bb_pos,buy,2025-06-05 23:12:00,1525.0,3.3754,1,leg_gt,1.86,60 -11180,buy_contrast_m10_bb_pos,buy,2025-06-05 23:15:00,1526.0,3.3076,1,leg_gt,1.86,60 -11181,buy_contrast_m10_bb_pos,buy,2025-06-05 23:18:00,1523.0,3.5113,1,leg_gt,1.86,60 -11182,buy_contrast_m10_bb_pos,buy,2025-06-05 23:21:00,1512.0,4.2651,1,leg_gt,1.86,60 -11183,buy_contrast_m10_bb_pos,buy,2025-06-05 23:24:00,1522.0,3.5794,1,leg_gt,1.86,60 -11184,buy_contrast_m10_bb_pos,buy,2025-06-05 23:27:00,1523.0,3.5113,1,leg_gt,1.85,60 -11185,buy_contrast_m10_bb_pos,buy,2025-06-06 01:21:00,1515.0,4.0584,1,leg_gt,1.78,60 -11186,buy_contrast_m10_bb_pos,buy,2025-06-06 01:24:00,1519.0,3.7841,1,leg_gt,1.77,60 -11187,buy_contrast_m10_bb_pos,buy,2025-06-06 01:27:00,1517.0,3.9211,1,leg_gt,1.77,60 -11188,buy_contrast_m10_bb_pos,buy,2025-06-06 01:30:00,1514.0,4.1272,1,leg_gt,1.77,60 -11189,buy_contrast_m10_bb_pos,buy,2025-06-06 01:33:00,1512.0,4.2651,1,leg_gt,1.77,60 -11190,buy_contrast_m10_bb_pos,buy,2025-06-06 01:36:00,1511.0,4.3341,1,leg_gt,1.76,60 -11191,buy_contrast_m10_bb_pos,buy,2025-06-06 01:39:00,1511.0,4.3341,1,leg_gt,1.76,60 -11192,buy_contrast_m10_bb_pos,buy,2025-06-06 01:42:00,1512.0,4.2651,1,leg_gt,1.76,60 -11193,buy_contrast_m10_bb_pos,buy,2025-06-06 01:45:00,1510.0,4.4033,1,leg_gt,1.76,60 -11194,buy_contrast_m10_bb_pos,buy,2025-06-06 01:48:00,1506.0,4.6809,1,leg_gt,1.76,60 -11195,buy_contrast_m10_bb_pos,buy,2025-06-06 01:51:00,1510.0,4.4033,1,leg_gt,1.75,60 -11196,buy_contrast_m10_bb_pos,buy,2025-06-06 01:54:00,1508.0,4.5419,1,leg_gt,1.75,60 -11197,buy_contrast_m10_bb_pos,buy,2025-06-06 01:57:00,1509.0,4.4726,1,leg_gt,1.75,60 -11198,buy_contrast_m10_bb_pos,buy,2025-06-06 02:42:00,1509.0,4.4726,1,leg_gt,1.72,60 -11199,buy_contrast_m10_bb_pos,buy,2025-06-06 02:45:00,1507.0,4.6113,1,leg_gt,1.72,60 -11200,buy_contrast_m10_bb_pos,buy,2025-06-06 02:48:00,1505.0,4.7505,1,leg_gt,1.71,60 -11201,buy_contrast_m10_bb_pos,buy,2025-06-06 04:30:00,1486.0,6.0911,1,leg_gt,1.64,60 -11202,buy_contrast_m10_bb_pos,buy,2025-06-06 04:33:00,1487.0,6.0197,1,leg_gt,1.64,60 -11203,buy_contrast_m10_bb_pos,buy,2025-06-06 04:36:00,1493.0,5.5932,1,leg_gt,1.64,60 -11204,buy_contrast_m10_bb_pos,buy,2025-06-06 04:39:00,1492.0,5.6641,1,leg_gt,1.64,60 -11205,buy_contrast_m10_bb_pos,buy,2025-06-06 04:51:00,1476.0,6.8106,1,leg_gt,1.63,60 -11206,buy_contrast_m10_bb_pos,buy,2025-06-06 04:54:00,1477.0,6.7382,1,leg_gt,1.63,60 -11207,buy_contrast_m10_bb_pos,buy,2025-06-06 04:57:00,1472.0,7.1011,1,leg_gt,1.62,60 -11208,buy_contrast_m10_bb_pos,buy,2025-06-06 05:30:00,1455.0,8.3536,1,leg_gt,1.6,60 -11209,buy_contrast_m10_bb_pos,buy,2025-06-06 05:33:00,1448.0,8.8779,1,leg_gt,1.6,60 -11210,buy_contrast_m10_bb_pos,buy,2025-06-06 05:36:00,1445.0,9.1042,1,leg_gt,1.6,60 -11211,buy_contrast_m10_bb_pos,buy,2025-06-06 05:39:00,1437.0,9.7121,1,leg_gt,1.6,60 -11212,buy_contrast_m10_bb_pos,buy,2025-06-06 05:51:00,1434.0,9.9418,1,leg_gt,1.59,60 -11213,buy_contrast_m10_bb_pos,buy,2025-06-06 05:54:00,1427.0,10.4816,1,leg_gt,1.59,60 -11214,buy_contrast_m10_bb_pos,buy,2025-06-06 05:57:00,1429.0,10.3269,1,leg_gt,1.58,60 -11215,buy_contrast_m10_bb_pos,buy,2025-06-06 06:12:00,1430.0,10.2497,1,leg_gt,1.57,60 -11216,buy_contrast_m10_bb_pos,buy,2025-06-06 06:15:00,1421.0,10.9486,1,leg_gt,1.57,60 -11217,buy_contrast_m10_bb_pos,buy,2025-06-06 06:18:00,1427.0,10.4816,1,leg_gt,1.57,60 -11218,buy_contrast_m10_bb_pos,buy,2025-06-06 06:21:00,1423.0,10.7925,1,leg_gt,1.57,60 -11219,buy_contrast_m10_bb_pos,buy,2025-06-06 06:24:00,1424.0,10.7146,1,leg_gt,1.56,60 -11220,buy_contrast_m10_bb_pos,buy,2025-06-06 06:27:00,1425.0,10.6368,1,leg_gt,1.56,60 -11221,buy_contrast_m10_bb_pos,buy,2025-06-06 11:21:00,1442.0,9.3313,1,leg_gt,1.36,60 -11222,buy_contrast_m10_bb_pos,buy,2025-06-06 11:24:00,1442.0,9.3313,1,leg_gt,1.36,60 -11223,buy_contrast_m10_bb_pos,buy,2025-06-06 11:27:00,1444.0,9.1798,1,leg_gt,1.35,60 -11224,buy_contrast_m10_bb_pos,buy,2025-06-06 16:42:00,1469.0,7.32,1,leg_gt,1.14,60 -11225,buy_contrast_m10_bb_pos,buy,2025-06-06 16:45:00,1468.0,7.3932,1,leg_gt,1.13,60 -11226,buy_contrast_m10_bb_pos,buy,2025-06-06 16:48:00,1467.0,7.4665,1,leg_gt,1.13,60 -11227,buy_contrast_m10_bb_pos,buy,2025-06-06 16:51:00,1468.0,7.3932,1,leg_gt,1.13,60 -11228,buy_contrast_m10_bb_pos,buy,2025-06-06 16:54:00,1468.0,7.3932,1,leg_gt,1.13,60 -11229,buy_contrast_m10_bb_pos,buy,2025-06-06 16:57:00,1470.0,7.2469,1,leg_gt,1.12,60 -11230,buy_contrast_m10_bb_pos,buy,2025-06-06 19:51:00,1465.0,7.6133,1,leg_gt,1.0,60 -11231,buy_contrast_m10_bb_pos,buy,2025-06-06 19:54:00,1461.0,7.9082,1,leg_gt,1.0,60 -11232,buy_contrast_m10_bb_pos,buy,2025-06-06 19:57:00,1464.0,7.6869,1,leg_gt,1.0,60 -11233,buy_contrast_m10_bb_pos,buy,2025-06-07 02:42:00,1496.0,5.3813,1,leg_gt,0.72,60 -11234,buy_contrast_m10_bb_pos,buy,2025-06-07 02:45:00,1490.0,5.806,1,leg_gt,0.72,60 -11235,buy_contrast_m10_bb_pos,buy,2025-06-07 02:48:00,1491.0,5.735,1,leg_gt,0.71,60 -11236,buy_contrast_m10_bb_pos,buy,2025-06-07 03:12:00,1485.0,6.1626,1,leg_gt,0.7,60 -11237,buy_contrast_m10_bb_pos,buy,2025-06-07 03:15:00,1487.0,6.0197,1,leg_gt,0.7,60 -11238,buy_contrast_m10_bb_pos,buy,2025-06-07 03:18:00,1487.0,6.0197,1,leg_gt,0.69,60 -11239,buy_contrast_m10_bb_pos,buy,2025-06-07 03:21:00,1488.0,5.9484,1,leg_gt,0.69,60 -11240,buy_contrast_m10_bb_pos,buy,2025-06-07 03:24:00,1485.0,6.1626,1,leg_gt,0.69,60 -11241,buy_contrast_m10_bb_pos,buy,2025-06-07 03:27:00,1483.0,6.3059,1,leg_gt,0.69,60 -11242,buy_contrast_m10_bb_pos,buy,2025-06-07 03:42:00,1482.0,6.3777,1,leg_gt,0.68,60 -11243,buy_contrast_m10_bb_pos,buy,2025-06-07 03:45:00,1482.0,6.3777,1,leg_gt,0.68,60 -11244,buy_contrast_m10_bb_pos,buy,2025-06-07 03:48:00,1483.0,6.3059,1,leg_gt,0.67,60 -11245,buy_contrast_m10_bb_pos,buy,2025-06-07 03:51:00,1479.0,6.5937,1,leg_gt,0.67,60 -11246,buy_contrast_m10_bb_pos,buy,2025-06-07 03:54:00,1480.0,6.5216,1,leg_gt,0.67,60 -11247,buy_contrast_m10_bb_pos,buy,2025-06-07 03:57:00,1480.0,6.5216,1,leg_gt,0.67,60 -11248,buy_contrast_m10_bb_pos,buy,2025-06-07 04:00:00,1480.0,6.5216,1,leg_gt,0.66,60 -11249,buy_contrast_m10_bb_pos,buy,2025-06-07 04:03:00,1479.0,6.5937,1,leg_gt,0.66,60 -11250,buy_contrast_m10_bb_pos,buy,2025-06-07 04:06:00,1482.0,6.3777,1,leg_gt,0.66,60 -11251,buy_contrast_m10_bb_pos,buy,2025-06-07 04:09:00,1480.0,6.5216,1,leg_gt,0.66,60 -11252,buy_contrast_m10_bb_pos,buy,2025-06-07 04:12:00,1480.0,6.5216,1,leg_gt,0.66,60 -11253,buy_contrast_m10_bb_pos,buy,2025-06-07 04:15:00,1484.0,6.2342,1,leg_gt,0.65,60 -11254,buy_contrast_m10_bb_pos,buy,2025-06-07 04:18:00,1479.0,6.5937,1,leg_gt,0.65,60 -11255,buy_contrast_m10_bb_pos,buy,2025-06-07 04:21:00,1479.0,6.5937,1,leg_gt,0.65,60 -11256,buy_contrast_m10_bb_pos,buy,2025-06-07 04:24:00,1475.0,6.8831,1,leg_gt,0.65,60 -11257,buy_contrast_m10_bb_pos,buy,2025-06-07 04:27:00,1473.0,7.0283,1,leg_gt,0.65,60 -11258,buy_contrast_m10_bb_pos,buy,2025-06-07 04:30:00,1471.0,7.174,1,leg_gt,0.64,60 -11259,buy_contrast_m10_bb_pos,buy,2025-06-07 04:33:00,1470.0,7.2469,1,leg_gt,0.64,60 -11260,buy_contrast_m10_bb_pos,buy,2025-06-07 04:36:00,1468.0,7.3932,1,leg_gt,0.64,60 -11261,buy_contrast_m10_bb_pos,buy,2025-06-07 04:39:00,1474.0,6.9556,1,leg_gt,0.64,60 -11262,buy_contrast_m10_bb_pos,buy,2025-06-07 19:00:00,1551.0,1.6408,1,leg_gt,0.04,60 -11263,buy_contrast_m10_bb_pos,buy,2025-06-07 19:03:00,1550.0,1.7065,1,leg_gt,0.04,60 -11264,buy_contrast_m10_bb_pos,buy,2025-06-07 19:06:00,1557.0,1.2487,1,leg_gt,0.04,60 -11265,buy_contrast_m10_bb_pos,buy,2025-06-07 19:09:00,1554.0,1.4444,1,leg_gt,0.03,60 -11266,buy_contrast_m10_bb_pos,buy,2025-06-07 23:12:00,1562.0,-14.3125,0,leg_gt,11.44,60 -11267,buy_contrast_m10_bb_pos,buy,2025-06-07 23:15:00,1563.0,-14.3674,0,leg_gt,11.44,60 -11268,buy_contrast_m10_bb_pos,buy,2025-06-07 23:18:00,1561.0,-14.2576,0,leg_gt,11.43,60 -11269,buy_contrast_m10_bb_pos,buy,2025-06-08 00:12:00,1547.0,-13.4807,0,leg_gt,11.4,60 -11270,buy_contrast_m10_bb_pos,buy,2025-06-08 00:15:00,1549.0,-13.5926,0,leg_gt,11.39,60 -11271,buy_contrast_m10_bb_pos,buy,2025-06-08 00:18:00,1550.0,-13.6484,0,leg_gt,11.39,60 -11272,buy_contrast_m10_bb_pos,buy,2025-06-08 00:21:00,1552.0,-13.7598,0,leg_gt,11.39,60 -11273,buy_contrast_m10_bb_pos,buy,2025-06-08 00:24:00,1553.0,-13.8154,0,leg_gt,11.39,60 -11274,buy_contrast_m10_bb_pos,buy,2025-06-08 00:27:00,1550.0,-13.6484,0,leg_gt,11.39,60 -11275,buy_contrast_m10_bb_pos,buy,2025-06-08 00:30:00,1549.0,-13.5926,0,leg_gt,11.38,60 -11276,buy_contrast_m10_bb_pos,buy,2025-06-08 00:33:00,1548.0,-13.5367,0,leg_gt,11.38,60 -11277,buy_contrast_m10_bb_pos,buy,2025-06-08 00:36:00,1546.0,-13.4247,0,leg_gt,11.38,60 -11278,buy_contrast_m10_bb_pos,buy,2025-06-08 00:39:00,1545.0,-13.3686,0,leg_gt,11.38,60 -11279,buy_contrast_m10_bb_pos,buy,2025-06-08 00:51:00,1550.0,-13.6484,0,leg_gt,11.37,60 -11280,buy_contrast_m10_bb_pos,buy,2025-06-08 00:54:00,1552.0,-13.7598,0,leg_gt,11.37,60 -11281,buy_contrast_m10_bb_pos,buy,2025-06-08 00:57:00,1551.0,-13.7041,0,leg_gt,11.36,60 -11282,buy_contrast_m10_bb_pos,buy,2025-06-08 01:21:00,1544.0,-13.3124,0,leg_gt,11.35,60 -11283,buy_contrast_m10_bb_pos,buy,2025-06-08 01:24:00,1542.0,-13.1999,0,leg_gt,11.35,60 -11284,buy_contrast_m10_bb_pos,buy,2025-06-08 01:27:00,1543.0,-13.2562,0,leg_gt,11.34,60 -11285,buy_contrast_m10_bb_pos,buy,2025-06-08 01:30:00,1541.0,-13.1435,0,leg_gt,11.34,60 -11286,buy_contrast_m10_bb_pos,buy,2025-06-08 01:33:00,1537.0,-12.9172,0,leg_gt,11.34,60 -11287,buy_contrast_m10_bb_pos,buy,2025-06-08 01:36:00,1540.0,-13.087,0,leg_gt,11.34,60 -11288,buy_contrast_m10_bb_pos,buy,2025-06-08 01:39:00,1537.0,-12.9172,0,leg_gt,11.34,60 -11289,buy_contrast_m10_bb_pos,buy,2025-06-08 01:51:00,1536.0,-12.8604,0,leg_gt,11.33,60 -11290,buy_contrast_m10_bb_pos,buy,2025-06-08 01:54:00,1536.0,-12.8604,0,leg_gt,11.32,60 -11291,buy_contrast_m10_bb_pos,buy,2025-06-08 01:57:00,1535.0,-12.8036,0,leg_gt,11.32,60 -11292,buy_contrast_m10_bb_pos,buy,2025-06-08 02:00:00,1535.0,-12.8036,0,leg_gt,11.32,60 -11293,buy_contrast_m10_bb_pos,buy,2025-06-08 02:03:00,1534.0,-12.7467,0,leg_gt,11.32,60 -11294,buy_contrast_m10_bb_pos,buy,2025-06-08 02:06:00,1533.0,-12.6897,0,leg_gt,11.32,60 -11295,buy_contrast_m10_bb_pos,buy,2025-06-08 02:09:00,1536.0,-12.8604,0,leg_gt,11.31,60 -11296,buy_contrast_m10_bb_pos,buy,2025-06-08 02:12:00,1537.0,-12.9172,0,leg_gt,11.31,60 -11297,buy_contrast_m10_bb_pos,buy,2025-06-08 02:15:00,1537.0,-12.9172,0,leg_gt,11.31,60 -11298,buy_contrast_m10_bb_pos,buy,2025-06-08 02:18:00,1535.0,-12.8036,0,leg_gt,11.31,60 -11299,buy_contrast_m10_bb_pos,buy,2025-06-08 02:42:00,1530.0,-12.5183,0,leg_gt,11.29,60 -11300,buy_contrast_m10_bb_pos,buy,2025-06-08 02:45:00,1531.0,-12.5755,0,leg_gt,11.29,60 -11301,buy_contrast_m10_bb_pos,buy,2025-06-08 02:48:00,1529.0,-12.461,0,leg_gt,11.29,60 -11302,buy_contrast_m10_bb_pos,buy,2025-06-08 03:00:00,1527.0,-12.3462,0,leg_gt,11.28,60 -11303,buy_contrast_m10_bb_pos,buy,2025-06-08 03:03:00,1529.0,-12.461,0,leg_gt,11.28,60 -11304,buy_contrast_m10_bb_pos,buy,2025-06-08 03:06:00,1535.0,-12.8036,0,leg_gt,11.28,60 -11305,buy_contrast_m10_bb_pos,buy,2025-06-08 03:09:00,1531.0,-12.5755,0,leg_gt,11.27,60 -11306,buy_contrast_m10_bb_pos,buy,2025-06-08 10:12:00,1544.0,-13.3124,0,leg_gt,10.98,60 -11307,buy_contrast_m10_bb_pos,buy,2025-06-08 10:15:00,1546.0,-13.4247,0,leg_gt,10.98,60 -11308,buy_contrast_m10_bb_pos,buy,2025-06-08 10:18:00,1544.0,-13.3124,0,leg_gt,10.98,60 -11309,buy_contrast_m10_bb_pos,buy,2025-06-08 12:12:00,1543.0,-13.2562,0,leg_gt,10.9,60 -11310,buy_contrast_m10_bb_pos,buy,2025-06-08 12:15:00,1542.0,-13.1999,0,leg_gt,10.89,60 -11311,buy_contrast_m10_bb_pos,buy,2025-06-08 12:18:00,1542.0,-13.1999,0,leg_gt,10.89,60 -11312,buy_contrast_m10_bb_pos,buy,2025-06-08 12:21:00,1541.0,-13.1435,0,leg_gt,10.89,60 -11313,buy_contrast_m10_bb_pos,buy,2025-06-08 12:24:00,1542.0,-13.1999,0,leg_gt,10.89,60 -11314,buy_contrast_m10_bb_pos,buy,2025-06-08 12:27:00,1540.0,-13.087,0,leg_gt,10.89,60 -11315,buy_contrast_m10_bb_pos,buy,2025-06-08 12:30:00,1540.0,-13.087,0,leg_gt,10.88,60 -11316,buy_contrast_m10_bb_pos,buy,2025-06-08 12:33:00,1542.0,-13.1999,0,leg_gt,10.88,60 -11317,buy_contrast_m10_bb_pos,buy,2025-06-08 12:36:00,1542.0,-13.1999,0,leg_gt,10.88,60 -11318,buy_contrast_m10_bb_pos,buy,2025-06-08 12:39:00,1543.0,-13.2562,0,leg_gt,10.88,60 -11319,buy_contrast_m10_bb_pos,buy,2025-06-08 14:12:00,1536.0,-12.8604,0,leg_gt,10.81,60 -11320,buy_contrast_m10_bb_pos,buy,2025-06-08 14:15:00,1535.0,-12.8036,0,leg_gt,10.81,60 -11321,buy_contrast_m10_bb_pos,buy,2025-06-08 14:18:00,1537.0,-12.9172,0,leg_gt,10.81,60 -11322,buy_contrast_m10_bb_pos,buy,2025-06-08 14:21:00,1537.0,-12.9172,0,leg_gt,10.81,60 -11323,buy_contrast_m10_bb_pos,buy,2025-06-08 14:24:00,1538.0,-12.9739,0,leg_gt,10.8,60 -11324,buy_contrast_m10_bb_pos,buy,2025-06-08 14:27:00,1540.0,-13.087,0,leg_gt,10.8,60 -11325,buy_contrast_m10_bb_pos,buy,2025-06-08 15:12:00,1531.0,-12.5755,0,leg_gt,10.77,60 -11326,buy_contrast_m10_bb_pos,buy,2025-06-08 15:15:00,1531.0,-12.5755,0,leg_gt,10.77,60 -11327,buy_contrast_m10_bb_pos,buy,2025-06-08 15:18:00,1531.0,-12.5755,0,leg_gt,10.77,60 -11328,buy_contrast_m10_bb_pos,buy,2025-06-08 15:30:00,1530.0,-12.5183,0,leg_gt,10.76,60 -11329,buy_contrast_m10_bb_pos,buy,2025-06-08 15:33:00,1527.0,-12.3462,0,leg_gt,10.76,60 -11330,buy_contrast_m10_bb_pos,buy,2025-06-08 15:36:00,1527.0,-12.3462,0,leg_gt,10.75,60 -11331,buy_contrast_m10_bb_pos,buy,2025-06-08 15:39:00,1527.0,-12.3462,0,leg_gt,10.75,60 -11332,buy_contrast_m10_bb_pos,buy,2025-06-08 15:42:00,1528.0,-12.4037,0,leg_gt,10.75,60 -11333,buy_contrast_m10_bb_pos,buy,2025-06-08 15:45:00,1532.0,-12.6326,0,leg_gt,10.75,60 -11334,buy_contrast_m10_bb_pos,buy,2025-06-08 15:48:00,1528.0,-12.4037,0,leg_gt,10.75,60 -11335,buy_contrast_m10_bb_pos,buy,2025-06-08 15:51:00,1525.0,-12.2311,0,leg_gt,10.74,60 -11336,buy_contrast_m10_bb_pos,buy,2025-06-08 15:54:00,1525.0,-12.2311,0,leg_gt,10.74,60 -11337,buy_contrast_m10_bb_pos,buy,2025-06-08 15:57:00,1525.0,-12.2311,0,leg_gt,10.74,60 -11338,buy_contrast_m10_bb_pos,buy,2025-06-08 16:00:00,1524.0,-12.1735,0,leg_gt,10.74,60 -11339,buy_contrast_m10_bb_pos,buy,2025-06-08 16:03:00,1524.0,-12.1735,0,leg_gt,10.74,60 -11340,buy_contrast_m10_bb_pos,buy,2025-06-08 16:06:00,1523.0,-12.1158,0,leg_gt,10.73,60 -11341,buy_contrast_m10_bb_pos,buy,2025-06-08 16:09:00,1524.0,-12.1735,0,leg_gt,10.73,60 -11342,buy_contrast_m10_bb_pos,buy,2025-06-08 16:12:00,1522.0,-12.058,0,leg_gt,10.73,60 -11343,buy_contrast_m10_bb_pos,buy,2025-06-08 16:15:00,1524.0,-12.1735,0,leg_gt,10.73,60 -11344,buy_contrast_m10_bb_pos,buy,2025-06-08 16:18:00,1526.0,-12.2887,0,leg_gt,10.72,60 -11345,buy_contrast_m10_bb_pos,buy,2025-06-08 16:30:00,1520.0,-11.9421,0,leg_gt,10.72,60 -11346,buy_contrast_m10_bb_pos,buy,2025-06-08 16:33:00,1518.0,-11.826,0,leg_gt,10.71,60 -11347,buy_contrast_m10_bb_pos,buy,2025-06-08 16:36:00,1518.0,-11.826,0,leg_gt,10.71,60 -11348,buy_contrast_m10_bb_pos,buy,2025-06-08 16:39:00,1518.0,-11.826,0,leg_gt,10.71,60 -11349,buy_contrast_m10_bb_pos,buy,2025-06-08 16:42:00,1517.0,-11.7678,0,leg_gt,10.71,60 -11350,buy_contrast_m10_bb_pos,buy,2025-06-08 16:45:00,1516.0,-11.7095,0,leg_gt,10.71,60 -11351,buy_contrast_m10_bb_pos,buy,2025-06-08 16:48:00,1515.0,-11.6512,0,leg_gt,10.7,60 -11352,buy_contrast_m10_bb_pos,buy,2025-06-08 16:51:00,1518.0,-11.826,0,leg_gt,10.7,60 -11353,buy_contrast_m10_bb_pos,buy,2025-06-08 16:54:00,1518.0,-11.826,0,leg_gt,10.7,60 -11354,buy_contrast_m10_bb_pos,buy,2025-06-08 16:57:00,1514.0,-11.5927,0,leg_gt,10.7,60 -11355,buy_contrast_m10_bb_pos,buy,2025-06-08 17:00:00,1515.0,-11.6512,0,leg_gt,10.7,60 -11356,buy_contrast_m10_bb_pos,buy,2025-06-08 17:03:00,1519.0,-11.8841,0,leg_gt,10.69,60 -11357,buy_contrast_m10_bb_pos,buy,2025-06-08 17:06:00,1519.0,-11.8841,0,leg_gt,10.69,60 -11358,buy_contrast_m10_bb_pos,buy,2025-06-08 17:09:00,1520.0,-11.9421,0,leg_gt,10.69,60 -11359,buy_contrast_m10_bb_pos,buy,2025-06-09 07:51:00,1535.0,-12.8036,0,leg_gt,10.08,60 -11360,buy_contrast_m10_bb_pos,buy,2025-06-09 07:54:00,1534.0,-12.7467,0,leg_gt,10.07,60 -11361,buy_contrast_m10_bb_pos,buy,2025-06-09 07:57:00,1534.0,-12.7467,0,leg_gt,10.07,60 -11362,buy_contrast_m10_bb_pos,buy,2025-06-09 08:00:00,1535.0,-12.8036,0,leg_gt,10.07,60 -11363,buy_contrast_m10_bb_pos,buy,2025-06-09 08:03:00,1532.0,-12.6326,0,leg_gt,10.07,60 -11364,buy_contrast_m10_bb_pos,buy,2025-06-09 08:06:00,1532.0,-12.6326,0,leg_gt,10.07,60 -11365,buy_contrast_m10_bb_pos,buy,2025-06-09 08:09:00,1530.0,-12.5183,0,leg_gt,10.06,60 -11366,buy_contrast_m10_bb_pos,buy,2025-06-09 08:12:00,1529.0,-12.461,0,leg_gt,10.06,60 -11367,buy_contrast_m10_bb_pos,buy,2025-06-09 08:15:00,1529.0,-12.461,0,leg_gt,10.06,60 -11368,buy_contrast_m10_bb_pos,buy,2025-06-09 08:18:00,1525.0,-12.2311,0,leg_gt,10.06,60 -11369,buy_contrast_m10_bb_pos,buy,2025-06-09 08:21:00,1529.0,-12.461,0,leg_gt,10.06,60 -11370,buy_contrast_m10_bb_pos,buy,2025-06-09 08:24:00,1525.0,-12.2311,0,leg_gt,10.05,60 -11371,buy_contrast_m10_bb_pos,buy,2025-06-09 08:27:00,1522.0,-12.058,0,leg_gt,10.05,60 -11372,buy_contrast_m10_bb_pos,buy,2025-06-09 08:30:00,1525.0,-12.2311,0,leg_gt,10.05,60 -11373,buy_contrast_m10_bb_pos,buy,2025-06-09 08:33:00,1526.0,-12.2887,0,leg_gt,10.05,60 -11374,buy_contrast_m10_bb_pos,buy,2025-06-09 08:36:00,1524.0,-12.1735,0,leg_gt,10.05,60 -11375,buy_contrast_m10_bb_pos,buy,2025-06-09 08:39:00,1525.0,-12.2311,0,leg_gt,10.04,60 -11376,buy_contrast_m10_bb_pos,buy,2025-06-09 08:42:00,1524.0,-12.1735,0,leg_gt,10.04,60 -11377,buy_contrast_m10_bb_pos,buy,2025-06-09 08:45:00,1524.0,-12.1735,0,leg_gt,10.04,60 -11378,buy_contrast_m10_bb_pos,buy,2025-06-09 08:48:00,1523.0,-12.1158,0,leg_gt,10.04,60 -11379,buy_contrast_m10_bb_pos,buy,2025-06-09 08:51:00,1524.0,-12.1735,0,leg_gt,10.04,60 -11380,buy_contrast_m10_bb_pos,buy,2025-06-09 08:54:00,1526.0,-12.2887,0,leg_gt,10.03,60 -11381,buy_contrast_m10_bb_pos,buy,2025-06-09 08:57:00,1523.0,-12.1158,0,leg_gt,10.03,60 -11382,buy_contrast_m10_bb_pos,buy,2025-06-09 10:51:00,1521.0,-12.0001,0,leg_gt,9.95,60 -11383,buy_contrast_m10_bb_pos,buy,2025-06-09 10:54:00,1521.0,-12.0001,0,leg_gt,9.95,60 -11384,buy_contrast_m10_bb_pos,buy,2025-06-09 10:57:00,1520.0,-11.9421,0,leg_gt,9.95,60 -11385,buy_contrast_m10_bb_pos,buy,2025-06-09 11:00:00,1522.0,-12.058,0,leg_gt,9.95,60 -11386,buy_contrast_m10_bb_pos,buy,2025-06-09 11:03:00,1520.0,-11.9421,0,leg_gt,9.94,60 -11387,buy_contrast_m10_bb_pos,buy,2025-06-09 11:06:00,1519.0,-11.8841,0,leg_gt,9.94,60 -11388,buy_contrast_m10_bb_pos,buy,2025-06-09 11:09:00,1513.0,-11.5342,0,leg_gt,9.94,60 -11389,buy_contrast_m10_bb_pos,buy,2025-06-09 11:30:00,1517.0,-11.7678,0,leg_gt,9.93,60 -11390,buy_contrast_m10_bb_pos,buy,2025-06-09 11:33:00,1516.0,-11.7095,0,leg_gt,9.92,60 -11391,buy_contrast_m10_bb_pos,buy,2025-06-09 11:36:00,1513.0,-11.5342,0,leg_gt,9.92,60 -11392,buy_contrast_m10_bb_pos,buy,2025-06-09 11:39:00,1511.0,-11.417,0,leg_gt,9.92,60 -11393,buy_contrast_m10_bb_pos,buy,2025-06-09 11:51:00,1513.0,-11.5342,0,leg_gt,9.91,60 -11394,buy_contrast_m10_bb_pos,buy,2025-06-09 11:54:00,1513.0,-11.5342,0,leg_gt,9.91,60 -11395,buy_contrast_m10_bb_pos,buy,2025-06-09 11:57:00,1512.0,-11.4757,0,leg_gt,9.91,60 -11396,buy_contrast_m10_bb_pos,buy,2025-06-09 12:00:00,1512.0,-11.4757,0,leg_gt,9.9,60 -11397,buy_contrast_m10_bb_pos,buy,2025-06-09 12:03:00,1513.0,-11.5342,0,leg_gt,9.9,60 -11398,buy_contrast_m10_bb_pos,buy,2025-06-09 12:06:00,1510.0,-11.3583,0,leg_gt,9.9,60 -11399,buy_contrast_m10_bb_pos,buy,2025-06-09 12:09:00,1507.0,-11.1816,0,leg_gt,9.9,60 -11400,buy_contrast_m10_bb_pos,buy,2025-06-09 12:21:00,1503.0,-10.945,0,leg_gt,9.89,60 -11401,buy_contrast_m10_bb_pos,buy,2025-06-09 12:24:00,1502.0,-10.8856,0,leg_gt,9.89,60 -11402,buy_contrast_m10_bb_pos,buy,2025-06-09 12:27:00,1502.0,-10.8856,0,leg_gt,9.89,60 -11403,buy_contrast_m10_bb_pos,buy,2025-06-09 12:30:00,1503.0,-10.945,0,leg_gt,9.88,60 -11404,buy_contrast_m10_bb_pos,buy,2025-06-09 12:33:00,1505.0,-11.0635,0,leg_gt,9.88,60 -11405,buy_contrast_m10_bb_pos,buy,2025-06-09 12:36:00,1506.0,-11.1226,0,leg_gt,9.88,60 -11406,buy_contrast_m10_bb_pos,buy,2025-06-09 12:39:00,1504.0,-11.0043,0,leg_gt,9.88,60 -11407,buy_contrast_m10_bb_pos,buy,2025-06-09 12:42:00,1502.0,-10.8856,0,leg_gt,9.88,60 -11408,buy_contrast_m10_bb_pos,buy,2025-06-09 12:45:00,1501.0,-10.8262,0,leg_gt,9.87,60 -11409,buy_contrast_m10_bb_pos,buy,2025-06-09 12:48:00,1504.0,-11.0043,0,leg_gt,9.87,60 -11410,buy_contrast_m10_bb_pos,buy,2025-06-09 14:00:00,1497.0,-10.5876,0,leg_gt,9.82,60 -11411,buy_contrast_m10_bb_pos,buy,2025-06-09 14:03:00,1493.0,-10.3478,0,leg_gt,9.82,60 -11412,buy_contrast_m10_bb_pos,buy,2025-06-09 14:06:00,1493.0,-10.3478,0,leg_gt,9.82,60 -11413,buy_contrast_m10_bb_pos,buy,2025-06-09 14:09:00,1494.0,-10.4079,0,leg_gt,9.81,60 -11414,buy_contrast_m10_bb_pos,buy,2025-06-09 14:12:00,1495.0,-10.4679,0,leg_gt,9.81,60 -11415,buy_contrast_m10_bb_pos,buy,2025-06-09 14:15:00,1495.0,-10.4679,0,leg_gt,9.81,60 -11416,buy_contrast_m10_bb_pos,buy,2025-06-09 14:18:00,1495.0,-10.4679,0,leg_gt,9.81,60 -11417,buy_contrast_m10_bb_pos,buy,2025-06-09 14:51:00,1486.0,-9.925,0,leg_gt,9.79,60 -11418,buy_contrast_m10_bb_pos,buy,2025-06-09 14:54:00,1484.0,-9.8035,0,leg_gt,9.78,60 -11419,buy_contrast_m10_bb_pos,buy,2025-06-09 14:57:00,1484.0,-9.8035,0,leg_gt,9.78,60 -11420,buy_contrast_m10_bb_pos,buy,2025-06-09 15:21:00,1478.0,-9.4369,0,leg_gt,9.76,60 -11421,buy_contrast_m10_bb_pos,buy,2025-06-09 15:24:00,1480.0,-9.5595,0,leg_gt,9.76,60 -11422,buy_contrast_m10_bb_pos,buy,2025-06-09 15:27:00,1479.0,-9.4982,0,leg_gt,9.76,60 -11423,buy_contrast_m10_bb_pos,buy,2025-06-09 22:21:00,1548.0,-13.5367,0,leg_gt,9.47,60 -11424,buy_contrast_m10_bb_pos,buy,2025-06-09 22:24:00,1551.0,-13.7041,0,leg_gt,9.47,60 -11425,buy_contrast_m10_bb_pos,buy,2025-06-09 22:27:00,1549.0,-13.5926,0,leg_gt,9.47,60 -11426,buy_contrast_m10_bb_pos,buy,2025-06-09 23:21:00,1516.0,-11.7095,0,leg_gt,9.43,60 -11427,buy_contrast_m10_bb_pos,buy,2025-06-09 23:24:00,1520.0,-11.9421,0,leg_gt,9.43,60 -11428,buy_contrast_m10_bb_pos,buy,2025-06-09 23:27:00,1517.0,-11.7678,0,leg_gt,9.43,60 -11429,buy_contrast_m10_bb_pos,buy,2025-06-09 23:30:00,1516.0,-11.7095,0,leg_gt,9.43,60 -11430,buy_contrast_m10_bb_pos,buy,2025-06-09 23:33:00,1519.0,-11.8841,0,leg_gt,9.42,60 -11431,buy_contrast_m10_bb_pos,buy,2025-06-09 23:36:00,1523.0,-12.1158,0,leg_gt,9.42,60 -11432,buy_contrast_m10_bb_pos,buy,2025-06-09 23:39:00,1521.0,-12.0001,0,leg_gt,9.42,60 -11433,buy_contrast_m10_bb_pos,buy,2025-06-10 04:42:00,1527.0,-12.3462,0,leg_gt,9.21,60 -11434,buy_contrast_m10_bb_pos,buy,2025-06-10 04:45:00,1525.0,-12.2311,0,leg_gt,9.21,60 -11435,buy_contrast_m10_bb_pos,buy,2025-06-10 04:48:00,1525.0,-12.2311,0,leg_gt,9.2,60 -11436,buy_contrast_m10_bb_pos,buy,2025-06-10 04:51:00,1527.0,-12.3462,0,leg_gt,9.2,60 -11437,buy_contrast_m10_bb_pos,buy,2025-06-10 04:54:00,1525.0,-12.2311,0,leg_gt,9.2,60 -11438,buy_contrast_m10_bb_pos,buy,2025-06-10 04:57:00,1526.0,-12.2887,0,leg_gt,9.2,60 -11439,buy_contrast_m10_bb_pos,buy,2025-06-10 05:00:00,1527.0,-12.3462,0,leg_gt,9.2,60 -11440,buy_contrast_m10_bb_pos,buy,2025-06-10 05:03:00,1528.0,-12.4037,0,leg_gt,9.19,60 -11441,buy_contrast_m10_bb_pos,buy,2025-06-10 05:06:00,1531.0,-12.5755,0,leg_gt,9.19,60 -11442,buy_contrast_m10_bb_pos,buy,2025-06-10 05:09:00,1531.0,-12.5755,0,leg_gt,9.19,60 -11443,buy_contrast_m10_bb_pos,buy,2025-06-10 11:30:00,1570.0,-14.7497,0,leg_gt,8.93,60 -11444,buy_contrast_m10_bb_pos,buy,2025-06-10 11:33:00,1568.0,-14.6408,0,leg_gt,8.92,60 -11445,buy_contrast_m10_bb_pos,buy,2025-06-10 11:36:00,1570.0,-14.7497,0,leg_gt,8.92,60 -11446,buy_contrast_m10_bb_pos,buy,2025-06-10 11:39:00,1569.0,-14.6953,0,leg_gt,8.92,60 -11447,buy_contrast_m10_bb_pos,buy,2025-06-10 11:42:00,1568.0,-14.6408,0,leg_gt,8.92,60 -11448,buy_contrast_m10_bb_pos,buy,2025-06-10 11:45:00,1570.0,-14.7497,0,leg_gt,8.91,60 -11449,buy_contrast_m10_bb_pos,buy,2025-06-10 11:48:00,1566.0,-14.5317,0,leg_gt,8.91,60 -11450,buy_contrast_m10_bb_pos,buy,2025-06-10 11:51:00,1568.0,-14.6408,0,leg_gt,8.91,60 -11451,buy_contrast_m10_bb_pos,buy,2025-06-10 11:54:00,1565.0,-14.477,0,leg_gt,8.91,60 -11452,buy_contrast_m10_bb_pos,buy,2025-06-10 11:57:00,1565.0,-14.477,0,leg_gt,8.91,60 -11453,buy_contrast_m10_bb_pos,buy,2025-06-10 12:12:00,1559.0,-14.1475,0,leg_gt,8.9,60 -11454,buy_contrast_m10_bb_pos,buy,2025-06-10 12:15:00,1558.0,-14.0923,0,leg_gt,8.89,60 -11455,buy_contrast_m10_bb_pos,buy,2025-06-10 12:18:00,1555.0,-13.9264,0,leg_gt,8.89,60 -11456,buy_contrast_m10_bb_pos,buy,2025-06-10 12:21:00,1556.0,-13.9817,0,leg_gt,8.89,60 -11457,buy_contrast_m10_bb_pos,buy,2025-06-10 12:24:00,1559.0,-14.1475,0,leg_gt,8.89,60 -11458,buy_contrast_m10_bb_pos,buy,2025-06-10 12:27:00,1558.0,-14.0923,0,leg_gt,8.89,60 -11459,buy_contrast_m10_bb_pos,buy,2025-06-10 13:21:00,1552.0,-13.7598,0,leg_gt,8.85,60 -11460,buy_contrast_m10_bb_pos,buy,2025-06-10 13:24:00,1551.0,-13.7041,0,leg_gt,8.85,60 -11461,buy_contrast_m10_bb_pos,buy,2025-06-10 13:27:00,1550.0,-13.6484,0,leg_gt,8.84,60 -11462,buy_contrast_m10_bb_pos,buy,2025-06-10 13:30:00,1551.0,-13.7041,0,leg_gt,8.84,60 -11463,buy_contrast_m10_bb_pos,buy,2025-06-10 13:33:00,1549.0,-13.5926,0,leg_gt,8.84,60 -11464,buy_contrast_m10_bb_pos,buy,2025-06-10 13:36:00,1551.0,-13.7041,0,leg_gt,8.84,60 -11465,buy_contrast_m10_bb_pos,buy,2025-06-10 13:39:00,1551.0,-13.7041,0,leg_gt,8.84,60 -11466,buy_contrast_m10_bb_pos,buy,2025-06-10 14:30:00,1550.0,-13.6484,0,leg_gt,8.8,60 -11467,buy_contrast_m10_bb_pos,buy,2025-06-10 14:33:00,1542.0,-13.1999,0,leg_gt,8.8,60 -11468,buy_contrast_m10_bb_pos,buy,2025-06-10 14:36:00,1540.0,-13.087,0,leg_gt,8.8,60 -11469,buy_contrast_m10_bb_pos,buy,2025-06-10 14:39:00,1541.0,-13.1435,0,leg_gt,8.79,60 -11470,buy_contrast_m10_bb_pos,buy,2025-06-10 15:00:00,1542.0,-13.1999,0,leg_gt,8.78,60 -11471,buy_contrast_m10_bb_pos,buy,2025-06-10 15:03:00,1539.0,-13.0305,0,leg_gt,8.78,60 -11472,buy_contrast_m10_bb_pos,buy,2025-06-10 15:06:00,1538.0,-12.9739,0,leg_gt,8.78,60 -11473,buy_contrast_m10_bb_pos,buy,2025-06-10 15:09:00,1538.0,-12.9739,0,leg_gt,8.77,60 -11474,buy_contrast_m10_bb_pos,buy,2025-06-10 15:21:00,1545.0,-13.3686,0,leg_gt,8.76,60 -11475,buy_contrast_m10_bb_pos,buy,2025-06-10 15:24:00,1545.0,-13.3686,0,leg_gt,8.76,60 -11476,buy_contrast_m10_bb_pos,buy,2025-06-10 15:27:00,1550.0,-13.6484,0,leg_gt,8.76,60 -11477,buy_contrast_m10_bb_pos,buy,2025-06-10 23:42:00,1575.0,-15.0206,0,leg_gt,8.42,60 -11478,buy_contrast_m10_bb_pos,buy,2025-06-10 23:45:00,1568.0,-14.6408,0,leg_gt,8.41,60 -11479,buy_contrast_m10_bb_pos,buy,2025-06-10 23:48:00,1565.0,-14.477,0,leg_gt,8.41,60 -11480,buy_contrast_m10_bb_pos,buy,2025-06-10 23:51:00,1570.0,-14.7497,0,leg_gt,8.41,60 -11481,buy_contrast_m10_bb_pos,buy,2025-06-10 23:54:00,1570.0,-14.7497,0,leg_gt,8.41,60 -11482,buy_contrast_m10_bb_pos,buy,2025-06-10 23:57:00,1570.0,-14.7497,0,leg_gt,8.41,60 -11483,buy_contrast_m10_bb_pos,buy,2025-06-11 00:00:00,1569.0,-14.6953,0,leg_gt,8.4,60 -11484,buy_contrast_m10_bb_pos,buy,2025-06-11 00:03:00,1565.0,-14.477,0,leg_gt,8.4,60 -11485,buy_contrast_m10_bb_pos,buy,2025-06-11 00:06:00,1571.0,-14.804,0,leg_gt,8.4,60 -11486,buy_contrast_m10_bb_pos,buy,2025-06-11 00:09:00,1579.0,-15.2362,0,leg_gt,8.4,60 -11487,buy_contrast_m10_bb_pos,buy,2025-06-11 00:42:00,1560.0,-14.2026,0,leg_gt,8.38,60 -11488,buy_contrast_m10_bb_pos,buy,2025-06-11 00:45:00,1566.0,-14.5317,0,leg_gt,8.37,60 -11489,buy_contrast_m10_bb_pos,buy,2025-06-11 00:48:00,1568.0,-14.6408,0,leg_gt,8.37,60 -11490,buy_contrast_m10_bb_pos,buy,2025-06-11 01:51:00,1563.0,-14.3674,0,leg_gt,8.33,60 -11491,buy_contrast_m10_bb_pos,buy,2025-06-11 01:54:00,1560.0,-14.2026,0,leg_gt,8.32,60 -11492,buy_contrast_m10_bb_pos,buy,2025-06-11 01:57:00,1560.0,-14.2026,0,leg_gt,8.32,60 -11493,buy_contrast_m10_bb_pos,buy,2025-06-11 02:00:00,1560.0,-14.2026,0,leg_gt,8.32,60 -11494,buy_contrast_m10_bb_pos,buy,2025-06-11 02:03:00,1561.0,-14.2576,0,leg_gt,8.32,60 -11495,buy_contrast_m10_bb_pos,buy,2025-06-11 02:06:00,1567.0,-14.5863,0,leg_gt,8.32,60 -11496,buy_contrast_m10_bb_pos,buy,2025-06-11 02:09:00,1568.0,-14.6408,0,leg_gt,8.31,60 -11497,buy_contrast_m10_bb_pos,buy,2025-06-11 02:51:00,1558.0,-14.0923,0,leg_gt,8.29,60 -11498,buy_contrast_m10_bb_pos,buy,2025-06-11 02:54:00,1560.0,-14.2026,0,leg_gt,8.28,60 -11499,buy_contrast_m10_bb_pos,buy,2025-06-11 02:57:00,1558.0,-14.0923,0,leg_gt,8.28,60 -11500,buy_contrast_m10_bb_pos,buy,2025-06-11 03:00:00,1556.0,-13.9817,0,leg_gt,8.28,60 -11501,buy_contrast_m10_bb_pos,buy,2025-06-11 03:03:00,1555.0,-13.9264,0,leg_gt,8.28,60 -11502,buy_contrast_m10_bb_pos,buy,2025-06-11 03:06:00,1556.0,-13.9817,0,leg_gt,8.28,60 -11503,buy_contrast_m10_bb_pos,buy,2025-06-11 03:09:00,1560.0,-14.2026,0,leg_gt,8.27,60 -11504,buy_contrast_m10_bb_pos,buy,2025-06-11 10:21:00,1588.0,-15.7171,0,leg_gt,7.97,60 -11505,buy_contrast_m10_bb_pos,buy,2025-06-11 10:24:00,1593.0,-15.982,0,leg_gt,7.97,60 -11506,buy_contrast_m10_bb_pos,buy,2025-06-11 10:27:00,1591.0,-15.8762,0,leg_gt,7.97,60 -11507,buy_contrast_m10_bb_pos,buy,2025-06-11 10:42:00,1588.0,-15.7171,0,leg_gt,7.96,60 -11508,buy_contrast_m10_bb_pos,buy,2025-06-11 10:45:00,1588.0,-15.7171,0,leg_gt,7.96,60 -11509,buy_contrast_m10_bb_pos,buy,2025-06-11 10:48:00,1589.0,-15.7702,0,leg_gt,7.95,60 -11510,buy_contrast_m10_bb_pos,buy,2025-06-11 10:51:00,1589.0,-15.7702,0,leg_gt,7.95,60 -11511,buy_contrast_m10_bb_pos,buy,2025-06-11 10:54:00,1587.0,-15.664,0,leg_gt,7.95,60 -11512,buy_contrast_m10_bb_pos,buy,2025-06-11 10:57:00,1583.0,-15.4506,0,leg_gt,7.95,60 -11513,buy_contrast_m10_bb_pos,buy,2025-06-11 11:00:00,1588.0,-15.7171,0,leg_gt,7.95,60 -11514,buy_contrast_m10_bb_pos,buy,2025-06-11 11:03:00,1591.0,-15.8762,0,leg_gt,7.94,60 -11515,buy_contrast_m10_bb_pos,buy,2025-06-11 11:06:00,1593.0,-15.982,0,leg_gt,7.94,60 -11516,buy_contrast_m10_bb_pos,buy,2025-06-11 11:09:00,1601.0,-16.4023,0,leg_gt,7.94,60 -11517,buy_contrast_m10_bb_pos,buy,2025-06-11 11:21:00,1586.0,-15.6107,0,leg_gt,7.93,60 -11518,buy_contrast_m10_bb_pos,buy,2025-06-11 11:24:00,1586.0,-15.6107,0,leg_gt,7.93,60 -11519,buy_contrast_m10_bb_pos,buy,2025-06-11 11:27:00,1586.0,-15.6107,0,leg_gt,7.93,60 -11520,buy_contrast_m10_bb_pos,buy,2025-06-11 17:51:00,1591.0,-15.8762,0,leg_gt,7.66,60 -11521,buy_contrast_m10_bb_pos,buy,2025-06-11 17:54:00,1594.0,-16.0348,0,leg_gt,7.66,60 -11522,buy_contrast_m10_bb_pos,buy,2025-06-11 17:57:00,1595.0,-16.0875,0,leg_gt,7.66,60 -11523,buy_contrast_m10_bb_pos,buy,2025-06-11 18:12:00,1591.0,-15.8762,0,leg_gt,7.65,60 -11524,buy_contrast_m10_bb_pos,buy,2025-06-11 18:15:00,1590.0,-15.8233,0,leg_gt,7.64,60 -11525,buy_contrast_m10_bb_pos,buy,2025-06-11 18:18:00,1597.0,-16.1927,0,leg_gt,7.64,60 -11526,buy_contrast_m10_bb_pos,buy,2025-06-11 18:42:00,1585.0,-15.5574,0,leg_gt,7.62,60 -11527,buy_contrast_m10_bb_pos,buy,2025-06-11 18:45:00,1585.0,-15.5574,0,leg_gt,7.62,60 -11528,buy_contrast_m10_bb_pos,buy,2025-06-11 18:48:00,1581.0,-15.3435,0,leg_gt,7.62,60 -11529,buy_contrast_m10_bb_pos,buy,2025-06-11 18:51:00,1583.0,-15.4506,0,leg_gt,7.62,60 -11530,buy_contrast_m10_bb_pos,buy,2025-06-11 18:54:00,1580.0,-15.2899,0,leg_gt,7.62,60 -11531,buy_contrast_m10_bb_pos,buy,2025-06-11 18:57:00,1575.0,-15.0206,0,leg_gt,7.61,60 -11532,buy_contrast_m10_bb_pos,buy,2025-06-11 19:21:00,1574.0,-14.9666,0,leg_gt,7.6,60 -11533,buy_contrast_m10_bb_pos,buy,2025-06-11 19:24:00,1574.0,-14.9666,0,leg_gt,7.6,60 -11534,buy_contrast_m10_bb_pos,buy,2025-06-11 19:27:00,1571.0,-14.804,0,leg_gt,7.59,60 -11535,buy_contrast_m10_bb_pos,buy,2025-06-11 19:30:00,1574.0,-14.9666,0,leg_gt,7.59,60 -11536,buy_contrast_m10_bb_pos,buy,2025-06-11 19:33:00,1578.0,-15.1824,0,leg_gt,7.59,60 -11537,buy_contrast_m10_bb_pos,buy,2025-06-11 19:36:00,1579.0,-15.2362,0,leg_gt,7.59,60 -11538,buy_contrast_m10_bb_pos,buy,2025-06-11 19:39:00,1578.0,-15.1824,0,leg_gt,7.59,60 -11539,buy_contrast_m10_bb_pos,buy,2025-06-11 20:42:00,1563.0,-14.3674,0,leg_gt,7.54,60 -11540,buy_contrast_m10_bb_pos,buy,2025-06-11 20:45:00,1566.0,-14.5317,0,leg_gt,7.54,60 -11541,buy_contrast_m10_bb_pos,buy,2025-06-11 20:48:00,1563.0,-14.3674,0,leg_gt,7.54,60 -11542,buy_contrast_m10_bb_pos,buy,2025-06-11 20:51:00,1564.0,-14.4223,0,leg_gt,7.54,60 -11543,buy_contrast_m10_bb_pos,buy,2025-06-11 20:54:00,1568.0,-14.6408,0,leg_gt,7.53,60 -11544,buy_contrast_m10_bb_pos,buy,2025-06-11 20:57:00,1573.0,-14.9125,0,leg_gt,7.53,60 -11545,buy_contrast_m10_bb_pos,buy,2025-06-12 03:30:00,1604.0,-16.5589,0,leg_gt,7.26,60 -11546,buy_contrast_m10_bb_pos,buy,2025-06-12 03:33:00,1605.0,-16.6109,0,leg_gt,7.26,60 -11547,buy_contrast_m10_bb_pos,buy,2025-06-12 03:36:00,1604.0,-16.5589,0,leg_gt,7.25,60 -11548,buy_contrast_m10_bb_pos,buy,2025-06-12 03:39:00,1613.0,-17.025,0,leg_gt,7.25,60 -11549,buy_contrast_m10_bb_pos,buy,2025-06-12 03:51:00,1607.0,-16.7148,0,leg_gt,7.24,60 -11550,buy_contrast_m10_bb_pos,buy,2025-06-12 03:54:00,1606.0,-16.6629,0,leg_gt,7.24,60 -11551,buy_contrast_m10_bb_pos,buy,2025-06-12 03:57:00,1597.0,-16.1927,0,leg_gt,7.24,60 -11552,buy_contrast_m10_bb_pos,buy,2025-06-12 04:00:00,1599.0,-16.2976,0,leg_gt,7.24,60 -11553,buy_contrast_m10_bb_pos,buy,2025-06-12 04:03:00,1594.0,-16.0348,0,leg_gt,7.24,60 -11554,buy_contrast_m10_bb_pos,buy,2025-06-12 04:06:00,1592.0,-15.9291,0,leg_gt,7.23,60 -11555,buy_contrast_m10_bb_pos,buy,2025-06-12 04:09:00,1589.0,-15.7702,0,leg_gt,7.23,60 -11556,buy_contrast_m10_bb_pos,buy,2025-06-12 04:12:00,1598.0,-16.2452,0,leg_gt,7.23,60 -11557,buy_contrast_m10_bb_pos,buy,2025-06-12 04:15:00,1590.0,-15.8233,0,leg_gt,7.23,60 -11558,buy_contrast_m10_bb_pos,buy,2025-06-12 04:18:00,1588.0,-15.7171,0,leg_gt,7.22,60 -11559,buy_contrast_m10_bb_pos,buy,2025-06-12 04:21:00,1590.0,-15.8233,0,leg_gt,7.22,60 -11560,buy_contrast_m10_bb_pos,buy,2025-06-12 04:24:00,1591.0,-15.8762,0,leg_gt,7.22,60 -11561,buy_contrast_m10_bb_pos,buy,2025-06-12 04:27:00,1593.0,-15.982,0,leg_gt,7.22,60 -11562,buy_contrast_m10_bb_pos,buy,2025-06-12 04:30:00,1592.0,-15.9291,0,leg_gt,7.22,60 -11563,buy_contrast_m10_bb_pos,buy,2025-06-12 04:33:00,1584.0,-15.504,0,leg_gt,7.21,60 -11564,buy_contrast_m10_bb_pos,buy,2025-06-12 04:36:00,1581.0,-15.3435,0,leg_gt,7.21,60 -11565,buy_contrast_m10_bb_pos,buy,2025-06-12 04:39:00,1578.0,-15.1824,0,leg_gt,7.21,60 -11566,buy_contrast_m10_bb_pos,buy,2025-06-12 04:42:00,1581.0,-15.3435,0,leg_gt,7.21,60 -11567,buy_contrast_m10_bb_pos,buy,2025-06-12 04:45:00,1580.0,-15.2899,0,leg_gt,7.21,60 -11568,buy_contrast_m10_bb_pos,buy,2025-06-12 04:48:00,1576.0,-15.0746,0,leg_gt,7.2,60 -11569,buy_contrast_m10_bb_pos,buy,2025-06-12 04:51:00,1576.0,-15.0746,0,leg_gt,7.2,60 -11570,buy_contrast_m10_bb_pos,buy,2025-06-12 04:54:00,1576.0,-15.0746,0,leg_gt,7.2,60 -11571,buy_contrast_m10_bb_pos,buy,2025-06-12 04:57:00,1576.0,-15.0746,0,leg_gt,7.2,60 -11572,buy_contrast_m10_bb_pos,buy,2025-06-12 05:00:00,1574.0,-14.9666,0,leg_gt,7.2,60 -11573,buy_contrast_m10_bb_pos,buy,2025-06-12 05:03:00,1570.0,-14.7497,0,leg_gt,7.19,60 -11574,buy_contrast_m10_bb_pos,buy,2025-06-12 05:06:00,1566.0,-14.5317,0,leg_gt,7.19,60 -11575,buy_contrast_m10_bb_pos,buy,2025-06-12 05:09:00,1567.0,-14.5863,0,leg_gt,7.19,60 -11576,buy_contrast_m10_bb_pos,buy,2025-06-12 05:12:00,1575.0,-15.0206,0,leg_gt,7.19,60 -11577,buy_contrast_m10_bb_pos,buy,2025-06-12 05:15:00,1579.0,-15.2362,0,leg_gt,7.19,60 -11578,buy_contrast_m10_bb_pos,buy,2025-06-12 05:18:00,1584.0,-15.504,0,leg_gt,7.18,60 -11579,buy_contrast_m10_bb_pos,buy,2025-06-12 07:51:00,1530.0,-12.5183,0,leg_gt,7.08,60 -11580,buy_contrast_m10_bb_pos,buy,2025-06-12 07:54:00,1527.0,-12.3462,0,leg_gt,7.08,60 -11581,buy_contrast_m10_bb_pos,buy,2025-06-12 07:57:00,1530.0,-12.5183,0,leg_gt,7.07,60 -11582,buy_contrast_m10_bb_pos,buy,2025-06-12 11:21:00,1528.0,-12.4037,0,leg_gt,6.93,60 -11583,buy_contrast_m10_bb_pos,buy,2025-06-12 11:24:00,1528.0,-12.4037,0,leg_gt,6.93,60 -11584,buy_contrast_m10_bb_pos,buy,2025-06-12 11:27:00,1528.0,-12.4037,0,leg_gt,6.93,60 -11585,buy_contrast_m10_bb_pos,buy,2025-06-12 12:00:00,1525.0,-12.2311,0,leg_gt,6.9,60 -11586,buy_contrast_m10_bb_pos,buy,2025-06-12 12:03:00,1527.0,-12.3462,0,leg_gt,6.9,60 -11587,buy_contrast_m10_bb_pos,buy,2025-06-12 12:06:00,1523.0,-12.1158,0,leg_gt,6.9,60 -11588,buy_contrast_m10_bb_pos,buy,2025-06-12 12:09:00,1524.0,-12.1735,0,leg_gt,6.9,60 -11589,buy_contrast_m10_bb_pos,buy,2025-06-12 12:42:00,1522.0,-12.058,0,leg_gt,6.88,60 -11590,buy_contrast_m10_bb_pos,buy,2025-06-12 12:45:00,1523.0,-12.1158,0,leg_gt,6.87,60 -11591,buy_contrast_m10_bb_pos,buy,2025-06-12 12:48:00,1527.0,-12.3462,0,leg_gt,6.87,60 -11592,buy_contrast_m10_bb_pos,buy,2025-06-12 13:00:00,1516.0,-11.7095,0,leg_gt,6.86,60 -11593,buy_contrast_m10_bb_pos,buy,2025-06-12 13:03:00,1517.0,-11.7678,0,leg_gt,6.86,60 -11594,buy_contrast_m10_bb_pos,buy,2025-06-12 13:06:00,1516.0,-11.7095,0,leg_gt,6.86,60 -11595,buy_contrast_m10_bb_pos,buy,2025-06-12 13:09:00,1518.0,-11.826,0,leg_gt,6.86,60 -11596,buy_contrast_m10_bb_pos,buy,2025-06-12 17:00:00,1515.0,-11.6512,0,leg_gt,6.7,60 -11597,buy_contrast_m10_bb_pos,buy,2025-06-12 17:03:00,1508.0,-11.2406,0,leg_gt,6.69,60 -11598,buy_contrast_m10_bb_pos,buy,2025-06-12 17:06:00,1506.0,-11.1226,0,leg_gt,6.69,60 -11599,buy_contrast_m10_bb_pos,buy,2025-06-12 17:09:00,1501.0,-10.8262,0,leg_gt,6.69,60 -11600,buy_contrast_m10_bb_pos,buy,2025-06-12 17:21:00,1505.0,-11.0635,0,leg_gt,6.68,60 -11601,buy_contrast_m10_bb_pos,buy,2025-06-12 17:24:00,1507.0,-11.1816,0,leg_gt,6.68,60 -11602,buy_contrast_m10_bb_pos,buy,2025-06-12 17:27:00,1508.0,-11.2406,0,leg_gt,6.68,60 -11603,buy_contrast_m10_bb_pos,buy,2025-06-12 17:30:00,1508.0,-11.2406,0,leg_gt,6.68,60 -11604,buy_contrast_m10_bb_pos,buy,2025-06-12 17:33:00,1506.0,-11.1226,0,leg_gt,6.67,60 -11605,buy_contrast_m10_bb_pos,buy,2025-06-12 17:36:00,1504.0,-11.0043,0,leg_gt,6.67,60 -11606,buy_contrast_m10_bb_pos,buy,2025-06-12 17:39:00,1505.0,-11.0635,0,leg_gt,6.67,60 -11607,buy_contrast_m10_bb_pos,buy,2025-06-12 17:42:00,1505.0,-11.0635,0,leg_gt,6.67,60 -11608,buy_contrast_m10_bb_pos,buy,2025-06-12 17:45:00,1509.0,-11.2995,0,leg_gt,6.66,60 -11609,buy_contrast_m10_bb_pos,buy,2025-06-12 17:48:00,1512.0,-11.4757,0,leg_gt,6.66,60 -11610,buy_contrast_m10_bb_pos,buy,2025-06-12 18:12:00,1500.0,-10.7667,0,leg_gt,6.65,60 -11611,buy_contrast_m10_bb_pos,buy,2025-06-12 18:15:00,1499.0,-10.7071,0,leg_gt,6.64,60 -11612,buy_contrast_m10_bb_pos,buy,2025-06-12 18:18:00,1499.0,-10.7071,0,leg_gt,6.64,60 -11613,buy_contrast_m10_bb_pos,buy,2025-06-12 18:21:00,1498.0,-10.6474,0,leg_gt,6.64,60 -11614,buy_contrast_m10_bb_pos,buy,2025-06-12 18:24:00,1499.0,-10.7071,0,leg_gt,6.64,60 -11615,buy_contrast_m10_bb_pos,buy,2025-06-12 18:27:00,1501.0,-10.8262,0,leg_gt,6.64,60 -11616,buy_contrast_m10_bb_pos,buy,2025-06-12 18:30:00,1500.0,-10.7667,0,leg_gt,6.63,60 -11617,buy_contrast_m10_bb_pos,buy,2025-06-12 18:33:00,1502.0,-10.8856,0,leg_gt,6.63,60 -11618,buy_contrast_m10_bb_pos,buy,2025-06-12 18:36:00,1505.0,-11.0635,0,leg_gt,6.63,60 -11619,buy_contrast_m10_bb_pos,buy,2025-06-12 18:39:00,1503.0,-10.945,0,leg_gt,6.63,60 -11620,buy_contrast_m10_bb_pos,buy,2025-06-12 19:12:00,1491.0,-10.2274,0,leg_gt,6.6,60 -11621,buy_contrast_m10_bb_pos,buy,2025-06-12 19:15:00,1492.0,-10.2877,0,leg_gt,6.6,60 -11622,buy_contrast_m10_bb_pos,buy,2025-06-12 19:18:00,1490.0,-10.1671,0,leg_gt,6.6,60 -11623,buy_contrast_m10_bb_pos,buy,2025-06-12 19:21:00,1489.0,-10.1067,0,leg_gt,6.6,60 -11624,buy_contrast_m10_bb_pos,buy,2025-06-12 19:24:00,1488.0,-10.0462,0,leg_gt,6.6,60 -11625,buy_contrast_m10_bb_pos,buy,2025-06-12 19:27:00,1486.0,-9.925,0,leg_gt,6.59,60 -11626,buy_contrast_m10_bb_pos,buy,2025-06-12 19:30:00,1489.0,-10.1067,0,leg_gt,6.59,60 -11627,buy_contrast_m10_bb_pos,buy,2025-06-12 19:33:00,1490.0,-10.1671,0,leg_gt,6.59,60 -11628,buy_contrast_m10_bb_pos,buy,2025-06-12 19:36:00,1485.0,-9.8643,0,leg_gt,6.59,60 -11629,buy_contrast_m10_bb_pos,buy,2025-06-12 19:39:00,1488.0,-10.0462,0,leg_gt,6.59,60 -11630,buy_contrast_m10_bb_pos,buy,2025-06-12 19:42:00,1489.0,-10.1067,0,leg_gt,6.58,60 -11631,buy_contrast_m10_bb_pos,buy,2025-06-12 19:45:00,1488.0,-10.0462,0,leg_gt,6.58,60 -11632,buy_contrast_m10_bb_pos,buy,2025-06-12 19:48:00,1489.0,-10.1067,0,leg_gt,6.58,60 -11633,buy_contrast_m10_bb_pos,buy,2025-06-12 19:51:00,1484.0,-9.8035,0,leg_gt,6.58,60 -11634,buy_contrast_m10_bb_pos,buy,2025-06-12 19:54:00,1484.0,-9.8035,0,leg_gt,6.58,60 -11635,buy_contrast_m10_bb_pos,buy,2025-06-12 19:57:00,1484.0,-9.8035,0,leg_gt,6.57,60 -11636,buy_contrast_m10_bb_pos,buy,2025-06-12 20:00:00,1487.0,-9.9857,0,leg_gt,6.57,60 -11637,buy_contrast_m10_bb_pos,buy,2025-06-12 20:03:00,1488.0,-10.0462,0,leg_gt,6.57,60 -11638,buy_contrast_m10_bb_pos,buy,2025-06-12 20:06:00,1487.0,-9.9857,0,leg_gt,6.57,60 -11639,buy_contrast_m10_bb_pos,buy,2025-06-12 20:09:00,1485.0,-9.8643,0,leg_gt,6.56,60 -11640,buy_contrast_m10_bb_pos,buy,2025-06-12 20:12:00,1485.0,-9.8643,0,leg_gt,6.56,60 -11641,buy_contrast_m10_bb_pos,buy,2025-06-12 20:15:00,1487.0,-9.9857,0,leg_gt,6.56,60 -11642,buy_contrast_m10_bb_pos,buy,2025-06-12 20:18:00,1484.0,-9.8035,0,leg_gt,6.56,60 -11643,buy_contrast_m10_bb_pos,buy,2025-06-12 20:21:00,1483.0,-9.7426,0,leg_gt,6.56,60 -11644,buy_contrast_m10_bb_pos,buy,2025-06-12 20:24:00,1480.0,-9.5595,0,leg_gt,6.55,60 -11645,buy_contrast_m10_bb_pos,buy,2025-06-12 20:27:00,1483.0,-9.7426,0,leg_gt,6.55,60 -11646,buy_contrast_m10_bb_pos,buy,2025-06-12 20:30:00,1479.0,-9.4982,0,leg_gt,6.55,60 -11647,buy_contrast_m10_bb_pos,buy,2025-06-12 20:33:00,1483.0,-9.7426,0,leg_gt,6.55,60 -11648,buy_contrast_m10_bb_pos,buy,2025-06-12 20:36:00,1478.0,-9.4369,0,leg_gt,6.55,60 -11649,buy_contrast_m10_bb_pos,buy,2025-06-12 20:39:00,1483.0,-9.7426,0,leg_gt,6.54,60 -11650,buy_contrast_m10_bb_pos,buy,2025-06-12 20:42:00,1484.0,-9.8035,0,leg_gt,6.54,60 -11651,buy_contrast_m10_bb_pos,buy,2025-06-12 20:45:00,1488.0,-10.0462,0,leg_gt,6.54,60 -11652,buy_contrast_m10_bb_pos,buy,2025-06-12 20:48:00,1488.0,-10.0462,0,leg_gt,6.54,60 -11653,buy_contrast_m10_bb_pos,buy,2025-06-12 21:12:00,1478.0,-9.4369,0,leg_gt,6.52,60 -11654,buy_contrast_m10_bb_pos,buy,2025-06-12 21:15:00,1478.0,-9.4369,0,leg_gt,6.52,60 -11655,buy_contrast_m10_bb_pos,buy,2025-06-12 21:18:00,1479.0,-9.4982,0,leg_gt,6.52,60 -11656,buy_contrast_m10_bb_pos,buy,2025-06-13 01:12:00,1473.0,-9.1292,0,leg_gt,6.35,60 -11657,buy_contrast_m10_bb_pos,buy,2025-06-13 01:15:00,1471.0,-9.0055,0,leg_gt,6.35,60 -11658,buy_contrast_m10_bb_pos,buy,2025-06-13 01:18:00,1475.0,-9.2525,0,leg_gt,6.35,60 -11659,buy_contrast_m10_bb_pos,buy,2025-06-13 01:21:00,1480.0,-9.5595,0,leg_gt,6.35,60 -11660,buy_contrast_m10_bb_pos,buy,2025-06-13 01:24:00,1478.0,-9.4369,0,leg_gt,6.35,60 -11661,buy_contrast_m10_bb_pos,buy,2025-06-13 01:27:00,1482.0,-9.6816,0,leg_gt,6.34,60 -11662,buy_contrast_m10_bb_pos,buy,2025-06-13 03:51:00,1466.0,-8.6948,0,leg_gt,6.24,60 -11663,buy_contrast_m10_bb_pos,buy,2025-06-13 03:54:00,1476.0,-9.3141,0,leg_gt,6.24,60 -11664,buy_contrast_m10_bb_pos,buy,2025-06-13 03:57:00,1474.0,-9.1909,0,leg_gt,6.24,60 -11665,buy_contrast_m10_bb_pos,buy,2025-06-13 04:21:00,1471.0,-9.0055,0,leg_gt,6.22,60 -11666,buy_contrast_m10_bb_pos,buy,2025-06-13 04:24:00,1469.0,-8.8815,0,leg_gt,6.22,60 -11667,buy_contrast_m10_bb_pos,buy,2025-06-13 04:27:00,1473.0,-9.1292,0,leg_gt,6.22,60 -11668,buy_contrast_m10_bb_pos,buy,2025-06-13 05:12:00,1443.0,-7.2379,0,leg_gt,6.19,60 -11669,buy_contrast_m10_bb_pos,buy,2025-06-13 05:15:00,1439.0,-6.9798,0,leg_gt,6.19,60 -11670,buy_contrast_m10_bb_pos,buy,2025-06-13 05:18:00,1445.0,-7.3664,0,leg_gt,6.18,60 -11671,buy_contrast_m10_bb_pos,buy,2025-06-13 05:21:00,1440.0,-7.0444,0,leg_gt,6.18,60 -11672,buy_contrast_m10_bb_pos,buy,2025-06-13 05:24:00,1440.0,-7.0444,0,leg_gt,6.18,60 -11673,buy_contrast_m10_bb_pos,buy,2025-06-13 05:27:00,1437.0,-6.8502,0,leg_gt,6.18,60 -11674,buy_contrast_m10_bb_pos,buy,2025-06-13 05:30:00,1441.0,-7.109,0,leg_gt,6.18,60 -11675,buy_contrast_m10_bb_pos,buy,2025-06-13 05:33:00,1436.0,-6.7852,0,leg_gt,6.17,60 -11676,buy_contrast_m10_bb_pos,buy,2025-06-13 05:36:00,1435.0,-6.7202,0,leg_gt,6.17,60 -11677,buy_contrast_m10_bb_pos,buy,2025-06-13 05:39:00,1431.0,-6.4592,0,leg_gt,6.17,60 -11678,buy_contrast_m10_bb_pos,buy,2025-06-13 05:42:00,1427.0,-6.1967,0,leg_gt,6.17,60 -11679,buy_contrast_m10_bb_pos,buy,2025-06-13 05:45:00,1425.0,-6.0649,0,leg_gt,6.16,60 -11680,buy_contrast_m10_bb_pos,buy,2025-06-13 05:48:00,1418.0,-5.6007,0,leg_gt,6.16,60 -11681,buy_contrast_m10_bb_pos,buy,2025-06-13 06:12:00,1414.0,-5.3334,0,leg_gt,6.15,60 -11682,buy_contrast_m10_bb_pos,buy,2025-06-13 06:15:00,1408.0,-4.9295,0,leg_gt,6.14,60 -11683,buy_contrast_m10_bb_pos,buy,2025-06-13 06:18:00,1419.0,-5.6673,0,leg_gt,6.14,60 -11684,buy_contrast_m10_bb_pos,buy,2025-06-13 06:21:00,1419.0,-5.6673,0,leg_gt,6.14,60 -11685,buy_contrast_m10_bb_pos,buy,2025-06-13 06:24:00,1422.0,-5.8665,0,leg_gt,6.14,60 -11686,buy_contrast_m10_bb_pos,buy,2025-06-13 06:27:00,1425.0,-6.0649,0,leg_gt,6.14,60 -11687,buy_contrast_m10_bb_pos,buy,2025-06-13 10:00:00,1353.0,-1.0608,0,leg_gt,5.99,60 -11688,buy_contrast_m10_bb_pos,buy,2025-06-13 10:03:00,1345.0,-0.4717,0,leg_gt,5.99,60 -11689,buy_contrast_m10_bb_pos,buy,2025-06-13 10:06:00,1339.0,-0.0253,0,leg_gt,5.98,60 -11690,buy_contrast_m10_bb_pos,buy,2025-06-13 10:09:00,1339.0,-0.0253,0,leg_gt,5.98,60 -11691,buy_contrast_m10_bb_pos,buy,2025-06-13 10:21:00,1333.0,0.4251,1,leg_gt,5.97,60 -11692,buy_contrast_m10_bb_pos,buy,2025-06-13 10:24:00,1332.0,0.5006,1,leg_gt,5.97,60 -11693,buy_contrast_m10_bb_pos,buy,2025-06-13 10:27:00,1335.0,0.2745,1,leg_gt,5.97,60 -11694,buy_contrast_m10_bb_pos,buy,2025-06-13 10:30:00,1327.0,0.8797,1,leg_gt,5.97,60 -11695,buy_contrast_m10_bb_pos,buy,2025-06-13 10:33:00,1321.0,1.3383,1,leg_gt,5.96,60 -11696,buy_contrast_m10_bb_pos,buy,2025-06-13 10:36:00,1318.0,1.5692,1,leg_gt,5.96,60 -11697,buy_contrast_m10_bb_pos,buy,2025-06-13 10:39:00,1324.0,1.1085,1,leg_gt,5.96,60 -11698,buy_contrast_m10_bb_pos,buy,2025-06-13 10:42:00,1312.0,2.0341,1,leg_gt,5.96,60 -11699,buy_contrast_m10_bb_pos,buy,2025-06-13 10:45:00,1333.0,0.4251,1,leg_gt,5.96,60 -11700,buy_contrast_m10_bb_pos,buy,2025-06-13 10:48:00,1331.0,0.5762,1,leg_gt,5.95,60 -11701,buy_contrast_m10_bb_pos,buy,2025-06-13 10:51:00,1322.0,1.2616,1,leg_gt,5.95,60 -11702,buy_contrast_m10_bb_pos,buy,2025-06-13 10:54:00,1323.0,1.185,1,leg_gt,5.95,60 -11703,buy_contrast_m10_bb_pos,buy,2025-06-13 10:57:00,1325.0,1.0321,1,leg_gt,5.95,60 -11704,buy_contrast_m10_bb_pos,buy,2025-06-13 11:12:00,1308.0,2.3465,1,leg_gt,5.94,60 -11705,buy_contrast_m10_bb_pos,buy,2025-06-13 11:15:00,1309.0,2.2682,1,leg_gt,5.94,60 -11706,buy_contrast_m10_bb_pos,buy,2025-06-13 11:18:00,1309.0,2.2682,1,leg_gt,5.93,60 -11707,buy_contrast_m10_bb_pos,buy,2025-06-13 15:42:00,1333.0,0.4251,1,leg_gt,5.75,60 -11708,buy_contrast_m10_bb_pos,buy,2025-06-13 15:45:00,1334.0,0.3498,1,leg_gt,5.75,60 -11709,buy_contrast_m10_bb_pos,buy,2025-06-13 15:48:00,1330.0,0.6519,1,leg_gt,5.75,60 -11710,buy_contrast_m10_bb_pos,buy,2025-06-13 19:51:00,1346.0,-0.5458,0,leg_gt,5.58,60 -11711,buy_contrast_m10_bb_pos,buy,2025-06-13 19:54:00,1345.0,-0.4717,0,leg_gt,5.58,60 -11712,buy_contrast_m10_bb_pos,buy,2025-06-13 19:57:00,1353.0,-1.0608,0,leg_gt,5.57,60 -11713,buy_contrast_m10_bb_pos,buy,2025-06-13 20:30:00,1349.0,-0.7672,0,leg_gt,5.55,60 -11714,buy_contrast_m10_bb_pos,buy,2025-06-13 20:33:00,1349.0,-0.7672,0,leg_gt,5.55,60 -11715,buy_contrast_m10_bb_pos,buy,2025-06-13 20:36:00,1347.0,-0.6197,0,leg_gt,5.55,60 -11716,buy_contrast_m10_bb_pos,buy,2025-06-13 20:39:00,1349.0,-0.7672,0,leg_gt,5.54,60 -11717,buy_contrast_m10_bb_pos,buy,2025-06-13 22:00:00,1348.0,-0.6935,0,leg_gt,5.49,60 -11718,buy_contrast_m10_bb_pos,buy,2025-06-13 22:03:00,1343.0,-0.3234,0,leg_gt,5.49,60 -11719,buy_contrast_m10_bb_pos,buy,2025-06-13 22:06:00,1342.0,-0.249,0,leg_gt,5.48,60 -11720,buy_contrast_m10_bb_pos,buy,2025-06-13 22:09:00,1342.0,-0.249,0,leg_gt,5.48,60 -11721,buy_contrast_m10_bb_pos,buy,2025-06-13 22:21:00,1342.0,-0.249,0,leg_gt,5.47,60 -11722,buy_contrast_m10_bb_pos,buy,2025-06-13 22:24:00,1343.0,-0.3234,0,leg_gt,5.47,60 -11723,buy_contrast_m10_bb_pos,buy,2025-06-13 22:27:00,1348.0,-0.6935,0,leg_gt,5.47,60 -11724,buy_contrast_m10_bb_pos,buy,2025-06-13 23:12:00,1339.0,-0.0253,0,leg_gt,5.44,60 -11725,buy_contrast_m10_bb_pos,buy,2025-06-13 23:15:00,1340.0,-0.1,0,leg_gt,5.44,60 -11726,buy_contrast_m10_bb_pos,buy,2025-06-13 23:18:00,1335.0,0.2745,1,leg_gt,5.43,60 -11727,buy_contrast_m10_bb_pos,buy,2025-06-13 23:21:00,1332.0,0.5006,1,leg_gt,5.43,60 -11728,buy_contrast_m10_bb_pos,buy,2025-06-13 23:24:00,1333.0,0.4251,1,leg_gt,5.43,60 -11729,buy_contrast_m10_bb_pos,buy,2025-06-13 23:27:00,1335.0,0.2745,1,leg_gt,5.43,60 -11730,buy_contrast_m10_bb_pos,buy,2025-06-14 03:21:00,1359.0,-1.4981,0,leg_gt,5.26,60 -11731,buy_contrast_m10_bb_pos,buy,2025-06-14 03:24:00,1366.0,-2.0034,0,leg_gt,5.26,60 -11732,buy_contrast_m10_bb_pos,buy,2025-06-14 03:27:00,1359.0,-1.4981,0,leg_gt,5.26,60 -11733,buy_contrast_m10_bb_pos,buy,2025-06-14 03:30:00,1357.0,-1.3528,0,leg_gt,5.26,60 -11734,buy_contrast_m10_bb_pos,buy,2025-06-14 03:33:00,1353.0,-1.0608,0,leg_gt,5.26,60 -11735,buy_contrast_m10_bb_pos,buy,2025-06-14 03:36:00,1350.0,-0.8407,0,leg_gt,5.25,60 -11736,buy_contrast_m10_bb_pos,buy,2025-06-14 03:39:00,1347.0,-0.6197,0,leg_gt,5.25,60 -11737,buy_contrast_m10_bb_pos,buy,2025-06-14 03:51:00,1354.0,-1.134,0,leg_gt,5.24,60 -11738,buy_contrast_m10_bb_pos,buy,2025-06-14 03:54:00,1360.0,-1.5706,0,leg_gt,5.24,60 -11739,buy_contrast_m10_bb_pos,buy,2025-06-14 03:57:00,1352.0,-0.9876,0,leg_gt,5.24,60 -11740,buy_contrast_m10_bb_pos,buy,2025-06-14 10:30:00,1377.0,-2.787,0,leg_gt,4.97,60 -11741,buy_contrast_m10_bb_pos,buy,2025-06-14 10:33:00,1379.0,-2.9281,0,leg_gt,4.96,60 -11742,buy_contrast_m10_bb_pos,buy,2025-06-14 10:36:00,1378.0,-2.8576,0,leg_gt,4.96,60 -11743,buy_contrast_m10_bb_pos,buy,2025-06-14 10:39:00,1378.0,-2.8576,0,leg_gt,4.96,60 -11744,buy_contrast_m10_bb_pos,buy,2025-06-14 11:00:00,1374.0,-2.5745,0,leg_gt,4.95,60 -11745,buy_contrast_m10_bb_pos,buy,2025-06-14 11:03:00,1375.0,-2.6455,0,leg_gt,4.94,60 -11746,buy_contrast_m10_bb_pos,buy,2025-06-14 11:06:00,1374.0,-2.5745,0,leg_gt,4.94,60 -11747,buy_contrast_m10_bb_pos,buy,2025-06-14 11:09:00,1375.0,-2.6455,0,leg_gt,4.94,60 -11748,buy_contrast_m10_bb_pos,buy,2025-06-14 11:12:00,1376.0,-2.7163,0,leg_gt,4.94,60 -11749,buy_contrast_m10_bb_pos,buy,2025-06-14 11:15:00,1376.0,-2.7163,0,leg_gt,4.94,60 -11750,buy_contrast_m10_bb_pos,buy,2025-06-14 11:18:00,1375.0,-2.6455,0,leg_gt,4.93,60 -11751,buy_contrast_m10_bb_pos,buy,2025-06-14 11:30:00,1373.0,-2.5035,0,leg_gt,4.92,60 -11752,buy_contrast_m10_bb_pos,buy,2025-06-14 11:33:00,1374.0,-2.5745,0,leg_gt,4.92,60 -11753,buy_contrast_m10_bb_pos,buy,2025-06-14 11:36:00,1370.0,-2.2898,0,leg_gt,4.92,60 -11754,buy_contrast_m10_bb_pos,buy,2025-06-14 11:39:00,1371.0,-2.3611,0,leg_gt,4.92,60 -11755,buy_contrast_m10_bb_pos,buy,2025-06-14 11:42:00,1372.0,-2.4324,0,leg_gt,4.92,60 -11756,buy_contrast_m10_bb_pos,buy,2025-06-14 11:45:00,1371.0,-2.3611,0,leg_gt,4.91,60 -11757,buy_contrast_m10_bb_pos,buy,2025-06-14 11:48:00,1372.0,-2.4324,0,leg_gt,4.91,60 -11758,buy_contrast_m10_bb_pos,buy,2025-06-14 15:21:00,1376.0,-2.7163,0,leg_gt,4.76,60 -11759,buy_contrast_m10_bb_pos,buy,2025-06-14 15:24:00,1376.0,-2.7163,0,leg_gt,4.76,60 -11760,buy_contrast_m10_bb_pos,buy,2025-06-14 15:27:00,1375.0,-2.6455,0,leg_gt,4.76,60 -11761,buy_contrast_m10_bb_pos,buy,2025-06-14 15:30:00,1375.0,-2.6455,0,leg_gt,4.76,60 -11762,buy_contrast_m10_bb_pos,buy,2025-06-14 15:33:00,1372.0,-2.4324,0,leg_gt,4.76,60 -11763,buy_contrast_m10_bb_pos,buy,2025-06-14 15:36:00,1376.0,-2.7163,0,leg_gt,4.75,60 -11764,buy_contrast_m10_bb_pos,buy,2025-06-14 15:39:00,1373.0,-2.5035,0,leg_gt,4.75,60 -11765,buy_contrast_m10_bb_pos,buy,2025-06-14 15:42:00,1371.0,-2.3611,0,leg_gt,4.75,60 -11766,buy_contrast_m10_bb_pos,buy,2025-06-14 15:45:00,1373.0,-2.5035,0,leg_gt,4.75,60 -11767,buy_contrast_m10_bb_pos,buy,2025-06-14 15:48:00,1372.0,-2.4324,0,leg_gt,4.75,60 -11768,buy_contrast_m10_bb_pos,buy,2025-06-14 16:00:00,1371.0,-2.3611,0,leg_gt,4.74,60 -11769,buy_contrast_m10_bb_pos,buy,2025-06-14 16:03:00,1370.0,-2.2898,0,leg_gt,4.74,60 -11770,buy_contrast_m10_bb_pos,buy,2025-06-14 16:06:00,1369.0,-2.2183,0,leg_gt,4.73,60 -11771,buy_contrast_m10_bb_pos,buy,2025-06-14 16:09:00,1366.0,-2.0034,0,leg_gt,4.73,60 -11772,buy_contrast_m10_bb_pos,buy,2025-06-14 17:12:00,1367.0,-2.0751,0,leg_gt,4.69,60 -11773,buy_contrast_m10_bb_pos,buy,2025-06-14 17:15:00,1366.0,-2.0034,0,leg_gt,4.69,60 -11774,buy_contrast_m10_bb_pos,buy,2025-06-14 17:18:00,1364.0,-1.8595,0,leg_gt,4.68,60 -11775,buy_contrast_m10_bb_pos,buy,2025-06-14 17:21:00,1365.0,-1.9315,0,leg_gt,4.68,60 -11776,buy_contrast_m10_bb_pos,buy,2025-06-14 17:24:00,1367.0,-2.0751,0,leg_gt,4.68,60 -11777,buy_contrast_m10_bb_pos,buy,2025-06-14 17:27:00,1367.0,-2.0751,0,leg_gt,4.68,60 -11778,buy_contrast_m10_bb_pos,buy,2025-06-14 18:51:00,1366.0,-2.0034,0,leg_gt,4.62,60 -11779,buy_contrast_m10_bb_pos,buy,2025-06-14 18:54:00,1366.0,-2.0034,0,leg_gt,4.62,60 -11780,buy_contrast_m10_bb_pos,buy,2025-06-14 18:57:00,1367.0,-2.0751,0,leg_gt,4.61,60 -11781,buy_contrast_m10_bb_pos,buy,2025-06-14 19:12:00,1365.0,-1.9315,0,leg_gt,4.6,60 -11782,buy_contrast_m10_bb_pos,buy,2025-06-14 19:15:00,1365.0,-1.9315,0,leg_gt,4.6,60 -11783,buy_contrast_m10_bb_pos,buy,2025-06-14 19:18:00,1365.0,-1.9315,0,leg_gt,4.6,60 -11784,buy_contrast_m10_bb_pos,buy,2025-06-14 19:21:00,1362.0,-1.7153,0,leg_gt,4.6,60 -11785,buy_contrast_m10_bb_pos,buy,2025-06-14 19:24:00,1363.0,-1.7875,0,leg_gt,4.6,60 -11786,buy_contrast_m10_bb_pos,buy,2025-06-14 19:27:00,1364.0,-1.8595,0,leg_gt,4.59,60 -11787,buy_contrast_m10_bb_pos,buy,2025-06-14 21:21:00,1362.0,-1.7153,0,leg_gt,4.51,60 -11788,buy_contrast_m10_bb_pos,buy,2025-06-14 21:24:00,1362.0,-1.7153,0,leg_gt,4.51,60 -11789,buy_contrast_m10_bb_pos,buy,2025-06-14 21:27:00,1362.0,-1.7153,0,leg_gt,4.51,60 -11790,buy_contrast_m10_bb_pos,buy,2025-06-15 00:21:00,1362.0,-1.7153,0,leg_gt,4.39,60 -11791,buy_contrast_m10_bb_pos,buy,2025-06-15 00:24:00,1361.0,-1.643,0,leg_gt,4.39,60 -11792,buy_contrast_m10_bb_pos,buy,2025-06-15 00:27:00,1355.0,-1.207,0,leg_gt,4.39,60 -11793,buy_contrast_m10_bb_pos,buy,2025-06-15 01:00:00,1351.0,-0.9142,0,leg_gt,4.36,60 -11794,buy_contrast_m10_bb_pos,buy,2025-06-15 01:03:00,1352.0,-0.9876,0,leg_gt,4.36,60 -11795,buy_contrast_m10_bb_pos,buy,2025-06-15 01:06:00,1356.0,-1.2799,0,leg_gt,4.36,60 -11796,buy_contrast_m10_bb_pos,buy,2025-06-15 01:09:00,1355.0,-1.207,0,leg_gt,4.36,60 -11797,buy_contrast_m10_bb_pos,buy,2025-06-15 01:12:00,1349.0,-0.7672,0,leg_gt,4.35,60 -11798,buy_contrast_m10_bb_pos,buy,2025-06-15 01:15:00,1350.0,-0.8407,0,leg_gt,4.35,60 -11799,buy_contrast_m10_bb_pos,buy,2025-06-15 01:18:00,1350.0,-0.8407,0,leg_gt,4.35,60 -11800,buy_contrast_m10_bb_pos,buy,2025-06-15 01:21:00,1349.0,-0.7672,0,leg_gt,4.35,60 -11801,buy_contrast_m10_bb_pos,buy,2025-06-15 01:24:00,1349.0,-0.7672,0,leg_gt,4.35,60 -11802,buy_contrast_m10_bb_pos,buy,2025-06-15 01:27:00,1344.0,-0.3976,0,leg_gt,4.34,60 -11803,buy_contrast_m10_bb_pos,buy,2025-06-15 01:30:00,1344.0,-0.3976,0,leg_gt,4.34,60 -11804,buy_contrast_m10_bb_pos,buy,2025-06-15 01:33:00,1338.0,0.0495,1,leg_gt,4.34,60 -11805,buy_contrast_m10_bb_pos,buy,2025-06-15 01:36:00,1342.0,-0.249,0,leg_gt,4.34,60 -11806,buy_contrast_m10_bb_pos,buy,2025-06-15 01:39:00,1339.0,-0.0253,0,leg_gt,4.34,60 -11807,buy_contrast_m10_bb_pos,buy,2025-06-15 01:42:00,1339.0,-0.0253,0,leg_gt,4.33,60 -11808,buy_contrast_m10_bb_pos,buy,2025-06-15 01:45:00,1339.0,-0.0253,0,leg_gt,4.33,60 -11809,buy_contrast_m10_bb_pos,buy,2025-06-15 01:48:00,1334.0,0.3498,1,leg_gt,4.33,60 -11810,buy_contrast_m10_bb_pos,buy,2025-06-15 02:00:00,1334.0,0.3498,1,leg_gt,4.32,60 -11811,buy_contrast_m10_bb_pos,buy,2025-06-15 02:03:00,1333.0,0.4251,1,leg_gt,4.32,60 -11812,buy_contrast_m10_bb_pos,buy,2025-06-15 02:06:00,1342.0,-0.249,0,leg_gt,4.32,60 -11813,buy_contrast_m10_bb_pos,buy,2025-06-15 02:09:00,1345.0,-0.4717,0,leg_gt,4.31,60 -11814,buy_contrast_m10_bb_pos,buy,2025-06-15 03:42:00,1332.0,0.5006,1,leg_gt,4.25,60 -11815,buy_contrast_m10_bb_pos,buy,2025-06-15 03:45:00,1333.0,0.4251,1,leg_gt,4.25,60 -11816,buy_contrast_m10_bb_pos,buy,2025-06-15 03:48:00,1334.0,0.3498,1,leg_gt,4.25,60 -11817,buy_contrast_m10_bb_pos,buy,2025-06-15 03:51:00,1335.0,0.2745,1,leg_gt,4.24,60 -11818,buy_contrast_m10_bb_pos,buy,2025-06-15 03:54:00,1337.0,0.1244,1,leg_gt,4.24,60 -11819,buy_contrast_m10_bb_pos,buy,2025-06-15 03:57:00,1343.0,-0.3234,0,leg_gt,4.24,60 -11820,buy_contrast_m10_bb_pos,buy,2025-06-15 05:12:00,1329.0,0.7277,1,leg_gt,4.19,60 -11821,buy_contrast_m10_bb_pos,buy,2025-06-15 05:15:00,1329.0,0.7277,1,leg_gt,4.19,60 -11822,buy_contrast_m10_bb_pos,buy,2025-06-15 05:18:00,1329.0,0.7277,1,leg_gt,4.18,60 -11823,buy_contrast_m10_bb_pos,buy,2025-06-15 16:30:00,1348.0,-0.6935,0,leg_gt,3.72,60 -11824,buy_contrast_m10_bb_pos,buy,2025-06-15 16:33:00,1347.0,-0.6197,0,leg_gt,3.71,60 -11825,buy_contrast_m10_bb_pos,buy,2025-06-15 16:36:00,1346.0,-0.5458,0,leg_gt,3.71,60 -11826,buy_contrast_m10_bb_pos,buy,2025-06-15 16:39:00,1348.0,-0.6935,0,leg_gt,3.71,60 -11827,buy_contrast_m10_bb_pos,buy,2025-06-15 16:42:00,1349.0,-0.7672,0,leg_gt,3.71,60 -11828,buy_contrast_m10_bb_pos,buy,2025-06-15 16:45:00,1351.0,-0.9142,0,leg_gt,3.71,60 -11829,buy_contrast_m10_bb_pos,buy,2025-06-15 16:48:00,1353.0,-1.0608,0,leg_gt,3.7,60 -11830,buy_contrast_m10_bb_pos,buy,2025-06-15 17:12:00,1348.0,-0.6935,0,leg_gt,3.69,60 -11831,buy_contrast_m10_bb_pos,buy,2025-06-15 17:15:00,1348.0,-0.6935,0,leg_gt,3.69,60 -11832,buy_contrast_m10_bb_pos,buy,2025-06-15 17:18:00,1351.0,-0.9142,0,leg_gt,3.68,60 -11833,buy_contrast_m10_bb_pos,buy,2025-06-15 18:21:00,1340.0,-0.1,0,leg_gt,3.64,60 -11834,buy_contrast_m10_bb_pos,buy,2025-06-15 18:24:00,1342.0,-0.249,0,leg_gt,3.64,60 -11835,buy_contrast_m10_bb_pos,buy,2025-06-15 18:27:00,1342.0,-0.249,0,leg_gt,3.64,60 -11836,buy_contrast_m10_bb_pos,buy,2025-06-15 18:30:00,1342.0,-0.249,0,leg_gt,3.63,60 -11837,buy_contrast_m10_bb_pos,buy,2025-06-15 18:33:00,1340.0,-0.1,0,leg_gt,3.63,60 -11838,buy_contrast_m10_bb_pos,buy,2025-06-15 18:36:00,1340.0,-0.1,0,leg_gt,3.63,60 -11839,buy_contrast_m10_bb_pos,buy,2025-06-15 18:39:00,1343.0,-0.3234,0,leg_gt,3.63,60 -11840,buy_contrast_m10_bb_pos,buy,2025-06-16 02:00:00,1353.0,-1.0608,0,leg_gt,3.32,60 -11841,buy_contrast_m10_bb_pos,buy,2025-06-16 02:03:00,1353.0,-1.0608,0,leg_gt,3.32,60 -11842,buy_contrast_m10_bb_pos,buy,2025-06-16 02:06:00,1351.0,-0.9142,0,leg_gt,3.32,60 -11843,buy_contrast_m10_bb_pos,buy,2025-06-16 02:09:00,1351.0,-0.9142,0,leg_gt,3.31,60 -11844,buy_contrast_m10_bb_pos,buy,2025-06-16 02:12:00,1351.0,-0.9142,0,leg_gt,3.31,60 -11845,buy_contrast_m10_bb_pos,buy,2025-06-16 02:15:00,1348.0,-0.6935,0,leg_gt,3.31,60 -11846,buy_contrast_m10_bb_pos,buy,2025-06-16 02:18:00,1348.0,-0.6935,0,leg_gt,3.31,60 -11847,buy_contrast_m10_bb_pos,buy,2025-06-16 02:21:00,1351.0,-0.9142,0,leg_gt,3.31,60 -11848,buy_contrast_m10_bb_pos,buy,2025-06-16 02:24:00,1351.0,-0.9142,0,leg_gt,3.3,60 -11849,buy_contrast_m10_bb_pos,buy,2025-06-16 02:27:00,1348.0,-0.6935,0,leg_gt,3.3,60 -11850,buy_contrast_m10_bb_pos,buy,2025-06-16 02:30:00,1348.0,-0.6935,0,leg_gt,3.3,60 -11851,buy_contrast_m10_bb_pos,buy,2025-06-16 02:33:00,1351.0,-0.9142,0,leg_gt,3.3,60 -11852,buy_contrast_m10_bb_pos,buy,2025-06-16 02:36:00,1352.0,-0.9876,0,leg_gt,3.3,60 -11853,buy_contrast_m10_bb_pos,buy,2025-06-16 02:39:00,1353.0,-1.0608,0,leg_gt,3.29,60 -11854,buy_contrast_m10_bb_pos,buy,2025-06-16 03:15:00,1346.0,-0.5458,0,leg_gt,3.27,60 -11855,buy_contrast_m10_bb_pos,buy,2025-06-16 03:18:00,1345.0,-0.4717,0,leg_gt,3.27,60 -11856,buy_contrast_m10_bb_pos,buy,2025-06-16 03:21:00,1343.0,-0.3234,0,leg_gt,3.26,60 -11857,buy_contrast_m10_bb_pos,buy,2025-06-16 03:24:00,1343.0,-0.3234,0,leg_gt,3.26,60 -11858,buy_contrast_m10_bb_pos,buy,2025-06-16 03:27:00,1347.0,-0.6197,0,leg_gt,3.26,60 -11859,buy_contrast_m10_bb_pos,buy,2025-06-16 05:12:00,1343.0,-0.3234,0,leg_gt,3.19,60 -11860,buy_contrast_m10_bb_pos,buy,2025-06-16 05:15:00,1341.0,-0.1746,0,leg_gt,3.19,60 -11861,buy_contrast_m10_bb_pos,buy,2025-06-16 05:18:00,1339.0,-0.0253,0,leg_gt,3.18,60 -11862,buy_contrast_m10_bb_pos,buy,2025-06-16 06:00:00,1334.0,0.3498,1,leg_gt,3.15,60 -11863,buy_contrast_m10_bb_pos,buy,2025-06-16 06:03:00,1333.0,0.4251,1,leg_gt,3.15,60 -11864,buy_contrast_m10_bb_pos,buy,2025-06-16 06:06:00,1334.0,0.3498,1,leg_gt,3.15,60 -11865,buy_contrast_m10_bb_pos,buy,2025-06-16 06:09:00,1327.0,0.8797,1,leg_gt,3.15,60 -11866,buy_contrast_m10_bb_pos,buy,2025-06-16 10:12:00,1343.0,-0.3234,0,leg_gt,2.98,60 -11867,buy_contrast_m10_bb_pos,buy,2025-06-16 10:15:00,1339.0,-0.0253,0,leg_gt,2.98,60 -11868,buy_contrast_m10_bb_pos,buy,2025-06-16 10:18:00,1337.0,0.1244,1,leg_gt,2.98,60 -11869,buy_contrast_m10_bb_pos,buy,2025-06-16 20:00:00,1389.0,-3.6277,0,leg_gt,2.57,60 -11870,buy_contrast_m10_bb_pos,buy,2025-06-16 20:03:00,1387.0,-3.4886,0,leg_gt,2.57,60 -11871,buy_contrast_m10_bb_pos,buy,2025-06-16 20:06:00,1387.0,-3.4886,0,leg_gt,2.57,60 -11872,buy_contrast_m10_bb_pos,buy,2025-06-16 20:09:00,1386.0,-3.4189,0,leg_gt,2.56,60 -11873,buy_contrast_m10_bb_pos,buy,2025-06-16 21:21:00,1380.0,-2.9986,0,leg_gt,2.51,60 -11874,buy_contrast_m10_bb_pos,buy,2025-06-16 21:24:00,1384.0,-3.2792,0,leg_gt,2.51,60 -11875,buy_contrast_m10_bb_pos,buy,2025-06-16 21:27:00,1382.0,-3.1391,0,leg_gt,2.51,60 -11876,buy_contrast_m10_bb_pos,buy,2025-06-17 02:42:00,1386.0,-3.4189,0,leg_gt,2.29,60 -11877,buy_contrast_m10_bb_pos,buy,2025-06-17 02:45:00,1385.0,-3.3491,0,leg_gt,2.29,60 -11878,buy_contrast_m10_bb_pos,buy,2025-06-17 02:48:00,1388.0,-3.5582,0,leg_gt,2.29,60 -11879,buy_contrast_m10_bb_pos,buy,2025-06-17 03:00:00,1384.0,-3.2792,0,leg_gt,2.28,60 -11880,buy_contrast_m10_bb_pos,buy,2025-06-17 03:03:00,1387.0,-3.4886,0,leg_gt,2.28,60 -11881,buy_contrast_m10_bb_pos,buy,2025-06-17 03:06:00,1387.0,-3.4886,0,leg_gt,2.28,60 -11882,buy_contrast_m10_bb_pos,buy,2025-06-17 03:09:00,1387.0,-3.4886,0,leg_gt,2.27,60 -11883,buy_contrast_m10_bb_pos,buy,2025-06-17 08:12:00,1352.0,-0.9876,0,leg_gt,2.06,60 -11884,buy_contrast_m10_bb_pos,buy,2025-06-17 08:15:00,1354.0,-1.134,0,leg_gt,2.06,60 -11885,buy_contrast_m10_bb_pos,buy,2025-06-17 08:18:00,1353.0,-1.0608,0,leg_gt,2.06,60 -11886,buy_contrast_m10_bb_pos,buy,2025-06-17 08:21:00,1348.0,-0.6935,0,leg_gt,2.06,60 -11887,buy_contrast_m10_bb_pos,buy,2025-06-17 08:24:00,1344.0,-0.3976,0,leg_gt,2.05,60 -11888,buy_contrast_m10_bb_pos,buy,2025-06-17 08:27:00,1349.0,-0.7672,0,leg_gt,2.05,60 -11889,buy_contrast_m10_bb_pos,buy,2025-06-17 08:30:00,1347.0,-0.6197,0,leg_gt,2.05,60 -11890,buy_contrast_m10_bb_pos,buy,2025-06-17 08:33:00,1347.0,-0.6197,0,leg_gt,2.05,60 -11891,buy_contrast_m10_bb_pos,buy,2025-06-17 08:36:00,1341.0,-0.1746,0,leg_gt,2.05,60 -11892,buy_contrast_m10_bb_pos,buy,2025-06-17 08:39:00,1344.0,-0.3976,0,leg_gt,2.04,60 -11893,buy_contrast_m10_bb_pos,buy,2025-06-17 08:42:00,1338.0,0.0495,1,leg_gt,2.04,60 -11894,buy_contrast_m10_bb_pos,buy,2025-06-17 08:45:00,1334.0,0.3498,1,leg_gt,2.04,60 -11895,buy_contrast_m10_bb_pos,buy,2025-06-17 08:48:00,1331.0,0.5762,1,leg_gt,2.04,60 -11896,buy_contrast_m10_bb_pos,buy,2025-06-17 08:51:00,1325.0,1.0321,1,leg_gt,2.04,60 -11897,buy_contrast_m10_bb_pos,buy,2025-06-17 08:54:00,1324.0,1.1085,1,leg_gt,2.03,60 -11898,buy_contrast_m10_bb_pos,buy,2025-06-17 08:57:00,1318.0,1.5692,1,leg_gt,2.03,60 -11899,buy_contrast_m10_bb_pos,buy,2025-06-17 09:00:00,1319.0,1.4921,1,leg_gt,2.03,60 -11900,buy_contrast_m10_bb_pos,buy,2025-06-17 09:03:00,1312.0,2.0341,1,leg_gt,2.03,60 -11901,buy_contrast_m10_bb_pos,buy,2025-06-17 09:06:00,1303.0,2.7396,1,leg_gt,2.02,60 -11902,buy_contrast_m10_bb_pos,buy,2025-06-17 09:09:00,1298.0,3.1357,1,leg_gt,2.02,60 -11903,buy_contrast_m10_bb_pos,buy,2025-06-17 09:30:00,1294.0,3.4549,1,leg_gt,2.01,60 -11904,buy_contrast_m10_bb_pos,buy,2025-06-17 09:33:00,1290.0,3.776,1,leg_gt,2.01,60 -11905,buy_contrast_m10_bb_pos,buy,2025-06-17 09:36:00,1295.0,3.3749,1,leg_gt,2.0,60 -11906,buy_contrast_m10_bb_pos,buy,2025-06-17 09:39:00,1291.0,3.6955,1,leg_gt,2.0,60 -11907,buy_contrast_m10_bb_pos,buy,2025-06-17 09:42:00,1290.0,3.776,1,leg_gt,2.0,60 -11908,buy_contrast_m10_bb_pos,buy,2025-06-17 09:45:00,1283.0,4.3427,1,leg_gt,2.0,60 -11909,buy_contrast_m10_bb_pos,buy,2025-06-17 09:48:00,1287.0,4.0181,1,leg_gt,2.0,60 -11910,buy_contrast_m10_bb_pos,buy,2025-06-17 15:00:00,1302.0,2.8186,1,leg_gt,1.78,60 -11911,buy_contrast_m10_bb_pos,buy,2025-06-17 15:03:00,1302.0,2.8186,1,leg_gt,1.78,60 -11912,buy_contrast_m10_bb_pos,buy,2025-06-17 15:06:00,1301.0,2.8977,1,leg_gt,1.78,60 -11913,buy_contrast_m10_bb_pos,buy,2025-06-17 15:09:00,1305.0,2.582,1,leg_gt,1.77,60 -11914,buy_contrast_m10_bb_pos,buy,2025-06-17 15:21:00,1300.0,2.9769,1,leg_gt,1.76,60 -11915,buy_contrast_m10_bb_pos,buy,2025-06-17 15:24:00,1300.0,2.9769,1,leg_gt,1.76,60 -11916,buy_contrast_m10_bb_pos,buy,2025-06-17 15:27:00,1299.0,3.0563,1,leg_gt,1.76,60 -11917,buy_contrast_m10_bb_pos,buy,2025-06-17 15:30:00,1301.0,2.8977,1,leg_gt,1.76,60 -11918,buy_contrast_m10_bb_pos,buy,2025-06-17 15:33:00,1300.0,2.9769,1,leg_gt,1.76,60 -11919,buy_contrast_m10_bb_pos,buy,2025-06-17 15:36:00,1301.0,2.8977,1,leg_gt,1.75,60 -11920,buy_contrast_m10_bb_pos,buy,2025-06-17 15:39:00,1296.0,3.2951,1,leg_gt,1.75,60 -11921,buy_contrast_m10_bb_pos,buy,2025-06-17 15:42:00,1297.0,3.2153,1,leg_gt,1.75,60 -11922,buy_contrast_m10_bb_pos,buy,2025-06-17 15:45:00,1294.0,3.4549,1,leg_gt,1.75,60 -11923,buy_contrast_m10_bb_pos,buy,2025-06-17 15:48:00,1296.0,3.2951,1,leg_gt,1.75,60 -11924,buy_contrast_m10_bb_pos,buy,2025-06-17 15:51:00,1296.0,3.2951,1,leg_gt,1.74,60 -11925,buy_contrast_m10_bb_pos,buy,2025-06-17 15:54:00,1297.0,3.2153,1,leg_gt,1.74,60 -11926,buy_contrast_m10_bb_pos,buy,2025-06-17 15:57:00,1298.0,3.1357,1,leg_gt,1.74,60 -11927,buy_contrast_m10_bb_pos,buy,2025-06-17 17:21:00,1295.0,3.3749,1,leg_gt,1.68,60 -11928,buy_contrast_m10_bb_pos,buy,2025-06-17 17:24:00,1295.0,3.3749,1,leg_gt,1.68,60 -11929,buy_contrast_m10_bb_pos,buy,2025-06-17 17:27:00,1296.0,3.2951,1,leg_gt,1.68,60 -11930,buy_contrast_m10_bb_pos,buy,2025-06-17 17:30:00,1296.0,3.2951,1,leg_gt,1.68,60 -11931,buy_contrast_m10_bb_pos,buy,2025-06-17 17:33:00,1297.0,3.2153,1,leg_gt,1.67,60 -11932,buy_contrast_m10_bb_pos,buy,2025-06-17 17:36:00,1291.0,3.6955,1,leg_gt,1.67,60 -11933,buy_contrast_m10_bb_pos,buy,2025-06-17 17:39:00,1289.0,3.8566,1,leg_gt,1.67,60 -11934,buy_contrast_m10_bb_pos,buy,2025-06-17 18:00:00,1287.0,4.0181,1,leg_gt,1.65,60 -11935,buy_contrast_m10_bb_pos,buy,2025-06-17 18:03:00,1288.0,3.9373,1,leg_gt,1.65,60 -11936,buy_contrast_m10_bb_pos,buy,2025-06-17 18:06:00,1290.0,3.776,1,leg_gt,1.65,60 -11937,buy_contrast_m10_bb_pos,buy,2025-06-17 18:09:00,1288.0,3.9373,1,leg_gt,1.65,60 -11938,buy_contrast_m10_bb_pos,buy,2025-06-17 18:12:00,1291.0,3.6955,1,leg_gt,1.65,60 -11939,buy_contrast_m10_bb_pos,buy,2025-06-17 18:15:00,1291.0,3.6955,1,leg_gt,1.64,60 -11940,buy_contrast_m10_bb_pos,buy,2025-06-17 18:18:00,1294.0,3.4549,1,leg_gt,1.64,60 -11941,buy_contrast_m10_bb_pos,buy,2025-06-17 18:42:00,1289.0,3.8566,1,leg_gt,1.62,60 -11942,buy_contrast_m10_bb_pos,buy,2025-06-17 18:45:00,1289.0,3.8566,1,leg_gt,1.62,60 -11943,buy_contrast_m10_bb_pos,buy,2025-06-17 18:48:00,1289.0,3.8566,1,leg_gt,1.62,60 -11944,buy_contrast_m10_bb_pos,buy,2025-06-17 19:12:00,1287.0,4.0181,1,leg_gt,1.6,60 -11945,buy_contrast_m10_bb_pos,buy,2025-06-17 19:15:00,1288.0,3.9373,1,leg_gt,1.6,60 -11946,buy_contrast_m10_bb_pos,buy,2025-06-17 19:18:00,1286.0,4.0991,1,leg_gt,1.6,60 -11947,buy_contrast_m10_bb_pos,buy,2025-06-17 20:12:00,1282.0,4.4242,1,leg_gt,1.56,60 -11948,buy_contrast_m10_bb_pos,buy,2025-06-17 20:15:00,1280.0,4.5875,1,leg_gt,1.56,60 -11949,buy_contrast_m10_bb_pos,buy,2025-06-17 20:18:00,1280.0,4.5875,1,leg_gt,1.56,60 -11950,buy_contrast_m10_bb_pos,buy,2025-06-17 20:21:00,1281.0,4.5058,1,leg_gt,1.56,60 -11951,buy_contrast_m10_bb_pos,buy,2025-06-17 20:24:00,1280.0,4.5875,1,leg_gt,1.55,60 -11952,buy_contrast_m10_bb_pos,buy,2025-06-17 20:27:00,1280.0,4.5875,1,leg_gt,1.55,60 -11953,buy_contrast_m10_bb_pos,buy,2025-06-17 20:30:00,1280.0,4.5875,1,leg_gt,1.55,60 -11954,buy_contrast_m10_bb_pos,buy,2025-06-17 20:33:00,1284.0,4.2614,1,leg_gt,1.55,60 -11955,buy_contrast_m10_bb_pos,buy,2025-06-17 20:36:00,1282.0,4.4242,1,leg_gt,1.55,60 -11956,buy_contrast_m10_bb_pos,buy,2025-06-17 20:39:00,1281.0,4.5058,1,leg_gt,1.54,60 -11957,buy_contrast_m10_bb_pos,buy,2025-06-17 20:51:00,1280.0,4.5875,1,leg_gt,1.54,60 -11958,buy_contrast_m10_bb_pos,buy,2025-06-17 20:54:00,1282.0,4.4242,1,leg_gt,1.53,60 -11959,buy_contrast_m10_bb_pos,buy,2025-06-17 20:57:00,1284.0,4.2614,1,leg_gt,1.53,60 -11960,buy_contrast_m10_bb_pos,buy,2025-06-17 21:21:00,1277.0,4.8334,1,leg_gt,1.51,60 -11961,buy_contrast_m10_bb_pos,buy,2025-06-17 21:24:00,1281.0,4.5058,1,leg_gt,1.51,60 -11962,buy_contrast_m10_bb_pos,buy,2025-06-17 21:27:00,1281.0,4.5058,1,leg_gt,1.51,60 -11963,buy_contrast_m10_bb_pos,buy,2025-06-17 22:12:00,1283.0,4.3427,1,leg_gt,1.48,60 -11964,buy_contrast_m10_bb_pos,buy,2025-06-17 22:15:00,1281.0,4.5058,1,leg_gt,1.48,60 -11965,buy_contrast_m10_bb_pos,buy,2025-06-17 22:18:00,1281.0,4.5058,1,leg_gt,1.48,60 -11966,buy_contrast_m10_bb_pos,buy,2025-06-18 00:12:00,1273.0,5.1632,1,leg_gt,1.4,60 -11967,buy_contrast_m10_bb_pos,buy,2025-06-18 00:15:00,1274.0,5.0805,1,leg_gt,1.39,60 -11968,buy_contrast_m10_bb_pos,buy,2025-06-18 00:18:00,1266.0,5.7452,1,leg_gt,1.39,60 -11969,buy_contrast_m10_bb_pos,buy,2025-06-18 00:51:00,1265.0,5.8289,1,leg_gt,1.37,60 -11970,buy_contrast_m10_bb_pos,buy,2025-06-18 00:54:00,1270.0,5.4118,1,leg_gt,1.37,60 -11971,buy_contrast_m10_bb_pos,buy,2025-06-18 00:57:00,1269.0,5.495,1,leg_gt,1.36,60 -11972,buy_contrast_m10_bb_pos,buy,2025-06-18 01:30:00,1261.0,6.1649,1,leg_gt,1.34,60 -11973,buy_contrast_m10_bb_pos,buy,2025-06-18 01:33:00,1258.0,6.4183,1,leg_gt,1.34,60 -11974,buy_contrast_m10_bb_pos,buy,2025-06-18 01:36:00,1259.0,6.3337,1,leg_gt,1.34,60 -11975,buy_contrast_m10_bb_pos,buy,2025-06-18 01:39:00,1264.0,5.9127,1,leg_gt,1.34,60 -11976,buy_contrast_m10_bb_pos,buy,2025-06-18 01:51:00,1249.0,7.1858,1,leg_gt,1.33,60 -11977,buy_contrast_m10_bb_pos,buy,2025-06-18 01:54:00,1248.0,7.2718,1,leg_gt,1.32,60 -11978,buy_contrast_m10_bb_pos,buy,2025-06-18 01:57:00,1246.0,7.4441,1,leg_gt,1.32,60 -11979,buy_contrast_m10_bb_pos,buy,2025-06-18 02:12:00,1249.0,7.1858,1,leg_gt,1.31,60 -11980,buy_contrast_m10_bb_pos,buy,2025-06-18 02:15:00,1241.0,7.8774,1,leg_gt,1.31,60 -11981,buy_contrast_m10_bb_pos,buy,2025-06-18 02:18:00,1250.0,7.1,1,leg_gt,1.31,60 -11982,buy_contrast_m10_bb_pos,buy,2025-06-18 07:42:00,1266.0,5.7452,1,leg_gt,1.08,60 -11983,buy_contrast_m10_bb_pos,buy,2025-06-18 07:45:00,1265.0,5.8289,1,leg_gt,1.08,60 -11984,buy_contrast_m10_bb_pos,buy,2025-06-18 07:48:00,1266.0,5.7452,1,leg_gt,1.08,60 -11985,buy_contrast_m10_bb_pos,buy,2025-06-18 08:00:00,1262.0,6.0807,1,leg_gt,1.07,60 -11986,buy_contrast_m10_bb_pos,buy,2025-06-18 08:03:00,1263.0,5.9966,1,leg_gt,1.07,60 -11987,buy_contrast_m10_bb_pos,buy,2025-06-18 08:06:00,1267.0,5.6616,1,leg_gt,1.07,60 -11988,buy_contrast_m10_bb_pos,buy,2025-06-18 08:09:00,1268.0,5.5782,1,leg_gt,1.06,60 -11989,buy_contrast_m10_bb_pos,buy,2025-06-18 11:21:00,1268.0,5.5782,1,leg_gt,0.93,60 -11990,buy_contrast_m10_bb_pos,buy,2025-06-18 11:24:00,1271.0,5.3288,1,leg_gt,0.93,60 -11991,buy_contrast_m10_bb_pos,buy,2025-06-18 11:27:00,1276.0,4.9157,1,leg_gt,0.93,60 -11992,buy_contrast_m10_bb_pos,buy,2025-06-18 15:51:00,1274.0,5.0805,1,leg_gt,0.74,60 -11993,buy_contrast_m10_bb_pos,buy,2025-06-18 15:54:00,1274.0,5.0805,1,leg_gt,0.74,60 -11994,buy_contrast_m10_bb_pos,buy,2025-06-18 15:57:00,1276.0,4.9157,1,leg_gt,0.74,60 -11995,buy_contrast_m10_bb_pos,buy,2025-06-18 16:00:00,1276.0,4.9157,1,leg_gt,0.74,60 -11996,buy_contrast_m10_bb_pos,buy,2025-06-18 16:03:00,1275.0,4.998,1,leg_gt,0.74,60 -11997,buy_contrast_m10_bb_pos,buy,2025-06-18 16:06:00,1274.0,5.0805,1,leg_gt,0.73,60 -11998,buy_contrast_m10_bb_pos,buy,2025-06-18 16:09:00,1272.0,5.2459,1,leg_gt,0.73,60 -11999,buy_contrast_m10_bb_pos,buy,2025-06-18 16:21:00,1273.0,5.1632,1,leg_gt,0.72,60 -12000,buy_contrast_m10_bb_pos,buy,2025-06-18 16:24:00,1273.0,5.1632,1,leg_gt,0.72,60 -12001,buy_contrast_m10_bb_pos,buy,2025-06-18 16:27:00,1274.0,5.0805,1,leg_gt,0.72,60 -12002,buy_contrast_m10_bb_pos,buy,2025-06-18 16:30:00,1274.0,5.0805,1,leg_gt,0.72,60 -12003,buy_contrast_m10_bb_pos,buy,2025-06-18 16:33:00,1274.0,5.0805,1,leg_gt,0.71,60 -12004,buy_contrast_m10_bb_pos,buy,2025-06-18 16:36:00,1274.0,5.0805,1,leg_gt,0.71,60 -12005,buy_contrast_m10_bb_pos,buy,2025-06-18 16:39:00,1275.0,4.998,1,leg_gt,0.71,60 -12006,buy_contrast_m10_bb_pos,buy,2025-06-18 18:00:00,1262.0,6.0807,1,leg_gt,0.65,60 -12007,buy_contrast_m10_bb_pos,buy,2025-06-18 18:03:00,1265.0,5.8289,1,leg_gt,0.65,60 -12008,buy_contrast_m10_bb_pos,buy,2025-06-18 18:06:00,1266.0,5.7452,1,leg_gt,0.65,60 -12009,buy_contrast_m10_bb_pos,buy,2025-06-18 18:09:00,1263.0,5.9966,1,leg_gt,0.65,60 -12010,buy_contrast_m10_bb_pos,buy,2025-06-18 18:12:00,1263.0,5.9966,1,leg_gt,0.65,60 -12011,buy_contrast_m10_bb_pos,buy,2025-06-18 18:15:00,1263.0,5.9966,1,leg_gt,0.64,60 -12012,buy_contrast_m10_bb_pos,buy,2025-06-18 18:18:00,1263.0,5.9966,1,leg_gt,0.64,60 -12013,buy_contrast_m10_bb_pos,buy,2025-06-18 19:00:00,1254.0,6.7581,1,leg_gt,0.61,60 -12014,buy_contrast_m10_bb_pos,buy,2025-06-18 19:03:00,1251.0,7.0143,1,leg_gt,0.61,60 -12015,buy_contrast_m10_bb_pos,buy,2025-06-18 19:06:00,1250.0,7.1,1,leg_gt,0.61,60 -12016,buy_contrast_m10_bb_pos,buy,2025-06-18 19:09:00,1250.0,7.1,1,leg_gt,0.61,60 -12017,buy_contrast_m10_bb_pos,buy,2025-06-18 19:12:00,1249.0,7.1858,1,leg_gt,0.6,60 -12018,buy_contrast_m10_bb_pos,buy,2025-06-18 19:15:00,1248.0,7.2718,1,leg_gt,0.6,60 -12019,buy_contrast_m10_bb_pos,buy,2025-06-18 19:18:00,1252.0,6.9288,1,leg_gt,0.6,60 -12020,buy_contrast_m10_bb_pos,buy,2025-06-18 19:21:00,1251.0,7.0143,1,leg_gt,0.6,60 -12021,buy_contrast_m10_bb_pos,buy,2025-06-18 19:24:00,1244.0,7.617,1,leg_gt,0.6,60 -12022,buy_contrast_m10_bb_pos,buy,2025-06-18 19:27:00,1244.0,7.617,1,leg_gt,0.59,60 -12023,buy_contrast_m10_bb_pos,buy,2025-06-18 20:12:00,1230.0,8.8431,1,leg_gt,0.56,60 -12024,buy_contrast_m10_bb_pos,buy,2025-06-18 20:15:00,1232.0,8.6662,1,leg_gt,0.56,60 -12025,buy_contrast_m10_bb_pos,buy,2025-06-18 20:18:00,1232.0,8.6662,1,leg_gt,0.56,60 -12026,buy_contrast_m10_bb_pos,buy,2025-06-18 20:21:00,1228.0,9.0205,1,leg_gt,0.56,60 -12027,buy_contrast_m10_bb_pos,buy,2025-06-18 20:24:00,1233.0,8.578,1,leg_gt,0.55,60 -12028,buy_contrast_m10_bb_pos,buy,2025-06-18 20:27:00,1234.0,8.49,1,leg_gt,0.55,60 -12029,buy_contrast_m10_bb_pos,buy,2025-06-19 04:00:00,1246.0,7.4441,1,leg_gt,0.24,60 -12030,buy_contrast_m10_bb_pos,buy,2025-06-19 04:03:00,1252.0,6.9288,1,leg_gt,0.24,60 -12031,buy_contrast_m10_bb_pos,buy,2025-06-19 04:06:00,1254.0,6.7581,1,leg_gt,0.23,60 -12032,buy_contrast_m10_bb_pos,buy,2025-06-19 04:09:00,1256.0,6.5879,1,leg_gt,0.23,60 -12033,buy_contrast_m10_bb_pos,buy,2025-06-19 11:51:00,1304.0,-9.2258,0,leg_gt,4.48,60 -12034,buy_contrast_m10_bb_pos,buy,2025-06-19 11:54:00,1305.0,-9.2954,0,leg_gt,4.47,60 -12035,buy_contrast_m10_bb_pos,buy,2025-06-19 11:57:00,1304.0,-9.2258,0,leg_gt,4.47,60 -12036,buy_contrast_m10_bb_pos,buy,2025-06-19 12:00:00,1303.0,-9.156,0,leg_gt,4.47,60 -12037,buy_contrast_m10_bb_pos,buy,2025-06-19 12:03:00,1307.0,-9.4344,0,leg_gt,4.47,60 -12038,buy_contrast_m10_bb_pos,buy,2025-06-19 12:06:00,1310.0,-9.642,0,leg_gt,4.47,60 -12039,buy_contrast_m10_bb_pos,buy,2025-06-19 12:09:00,1309.0,-9.5729,0,leg_gt,4.46,60 -12040,buy_contrast_m10_bb_pos,buy,2025-06-19 13:42:00,1305.0,-9.2954,0,leg_gt,4.4,60 -12041,buy_contrast_m10_bb_pos,buy,2025-06-19 13:45:00,1306.0,-9.3649,0,leg_gt,4.4,60 -12042,buy_contrast_m10_bb_pos,buy,2025-06-19 13:48:00,1308.0,-9.5037,0,leg_gt,4.4,60 -12043,buy_contrast_m10_bb_pos,buy,2025-06-19 16:51:00,1298.0,-8.8057,0,leg_gt,4.27,60 -12044,buy_contrast_m10_bb_pos,buy,2025-06-19 16:54:00,1298.0,-8.8057,0,leg_gt,4.27,60 -12045,buy_contrast_m10_bb_pos,buy,2025-06-19 16:57:00,1297.0,-8.7353,0,leg_gt,4.26,60 -12046,buy_contrast_m10_bb_pos,buy,2025-06-19 17:00:00,1296.0,-8.6648,0,leg_gt,4.26,60 -12047,buy_contrast_m10_bb_pos,buy,2025-06-19 17:03:00,1299.0,-8.876,0,leg_gt,4.26,60 -12048,buy_contrast_m10_bb_pos,buy,2025-06-19 17:06:00,1300.0,-8.9462,0,leg_gt,4.26,60 -12049,buy_contrast_m10_bb_pos,buy,2025-06-19 17:09:00,1300.0,-8.9462,0,leg_gt,4.26,60 -12050,buy_contrast_m10_bb_pos,buy,2025-06-19 20:00:00,1291.0,-8.3107,0,leg_gt,4.14,60 -12051,buy_contrast_m10_bb_pos,buy,2025-06-19 20:03:00,1287.0,-8.0254,0,leg_gt,4.14,60 -12052,buy_contrast_m10_bb_pos,buy,2025-06-19 20:06:00,1287.0,-8.0254,0,leg_gt,4.13,60 -12053,buy_contrast_m10_bb_pos,buy,2025-06-19 20:09:00,1286.0,-7.9538,0,leg_gt,4.13,60 -12054,buy_contrast_m10_bb_pos,buy,2025-06-19 20:21:00,1288.0,-8.0969,0,leg_gt,4.12,60 -12055,buy_contrast_m10_bb_pos,buy,2025-06-19 20:24:00,1286.0,-7.9538,0,leg_gt,4.12,60 -12056,buy_contrast_m10_bb_pos,buy,2025-06-19 20:27:00,1286.0,-7.9538,0,leg_gt,4.12,60 -12057,buy_contrast_m10_bb_pos,buy,2025-06-19 20:30:00,1287.0,-8.0254,0,leg_gt,4.12,60 -12058,buy_contrast_m10_bb_pos,buy,2025-06-19 20:33:00,1283.0,-7.7383,0,leg_gt,4.11,60 -12059,buy_contrast_m10_bb_pos,buy,2025-06-19 20:36:00,1282.0,-7.6663,0,leg_gt,4.11,60 -12060,buy_contrast_m10_bb_pos,buy,2025-06-19 20:39:00,1283.0,-7.7383,0,leg_gt,4.11,60 -12061,buy_contrast_m10_bb_pos,buy,2025-06-19 20:51:00,1283.0,-7.7383,0,leg_gt,4.1,60 -12062,buy_contrast_m10_bb_pos,buy,2025-06-19 20:54:00,1284.0,-7.8103,0,leg_gt,4.1,60 -12063,buy_contrast_m10_bb_pos,buy,2025-06-19 20:57:00,1283.0,-7.7383,0,leg_gt,4.1,60 -12064,buy_contrast_m10_bb_pos,buy,2025-06-19 21:00:00,1282.0,-7.6663,0,leg_gt,4.1,60 -12065,buy_contrast_m10_bb_pos,buy,2025-06-19 21:03:00,1281.0,-7.5941,0,leg_gt,4.09,60 -12066,buy_contrast_m10_bb_pos,buy,2025-06-19 21:06:00,1281.0,-7.5941,0,leg_gt,4.09,60 -12067,buy_contrast_m10_bb_pos,buy,2025-06-19 21:09:00,1282.0,-7.6663,0,leg_gt,4.09,60 -12068,buy_contrast_m10_bb_pos,buy,2025-06-19 21:12:00,1282.0,-7.6663,0,leg_gt,4.09,60 -12069,buy_contrast_m10_bb_pos,buy,2025-06-19 21:15:00,1289.0,-8.1683,0,leg_gt,4.09,60 -12070,buy_contrast_m10_bb_pos,buy,2025-06-19 21:18:00,1288.0,-8.0969,0,leg_gt,4.08,60 -12071,buy_contrast_m10_bb_pos,buy,2025-06-20 02:00:00,1284.0,-7.8103,0,leg_gt,3.89,60 -12072,buy_contrast_m10_bb_pos,buy,2025-06-20 02:03:00,1285.0,-7.8821,0,leg_gt,3.89,60 -12073,buy_contrast_m10_bb_pos,buy,2025-06-20 02:06:00,1283.0,-7.7383,0,leg_gt,3.88,60 -12074,buy_contrast_m10_bb_pos,buy,2025-06-20 02:09:00,1285.0,-7.8821,0,leg_gt,3.88,60 -12075,buy_contrast_m10_bb_pos,buy,2025-06-20 02:12:00,1291.0,-8.3107,0,leg_gt,3.88,60 -12076,buy_contrast_m10_bb_pos,buy,2025-06-20 02:15:00,1290.0,-8.2395,0,leg_gt,3.88,60 -12077,buy_contrast_m10_bb_pos,buy,2025-06-20 02:18:00,1287.0,-8.0254,0,leg_gt,3.88,60 -12078,buy_contrast_m10_bb_pos,buy,2025-06-20 02:30:00,1285.0,-7.8821,0,leg_gt,3.87,60 -12079,buy_contrast_m10_bb_pos,buy,2025-06-20 02:33:00,1284.0,-7.8103,0,leg_gt,3.86,60 -12080,buy_contrast_m10_bb_pos,buy,2025-06-20 02:36:00,1296.0,-8.6648,0,leg_gt,3.86,60 -12081,buy_contrast_m10_bb_pos,buy,2025-06-20 02:39:00,1303.0,-9.156,0,leg_gt,3.86,60 -12082,buy_contrast_m10_bb_pos,buy,2025-06-20 05:42:00,1283.0,-7.7383,0,leg_gt,3.73,60 -12083,buy_contrast_m10_bb_pos,buy,2025-06-20 05:45:00,1283.0,-7.7383,0,leg_gt,3.73,60 -12084,buy_contrast_m10_bb_pos,buy,2025-06-20 05:48:00,1283.0,-7.7383,0,leg_gt,3.73,60 -12085,buy_contrast_m10_bb_pos,buy,2025-06-20 05:51:00,1285.0,-7.8821,0,leg_gt,3.73,60 -12086,buy_contrast_m10_bb_pos,buy,2025-06-20 05:54:00,1286.0,-7.9538,0,leg_gt,3.72,60 -12087,buy_contrast_m10_bb_pos,buy,2025-06-20 05:57:00,1287.0,-8.0254,0,leg_gt,3.72,60 -12088,buy_contrast_m10_bb_pos,buy,2025-06-20 06:00:00,1285.0,-7.8821,0,leg_gt,3.72,60 -12089,buy_contrast_m10_bb_pos,buy,2025-06-20 06:03:00,1286.0,-7.9538,0,leg_gt,3.72,60 -12090,buy_contrast_m10_bb_pos,buy,2025-06-20 06:06:00,1285.0,-7.8821,0,leg_gt,3.72,60 -12091,buy_contrast_m10_bb_pos,buy,2025-06-20 06:09:00,1287.0,-8.0254,0,leg_gt,3.71,60 -12092,buy_contrast_m10_bb_pos,buy,2025-06-20 10:12:00,1285.0,-7.8821,0,leg_gt,3.55,60 -12093,buy_contrast_m10_bb_pos,buy,2025-06-20 10:15:00,1287.0,-8.0254,0,leg_gt,3.54,60 -12094,buy_contrast_m10_bb_pos,buy,2025-06-20 10:18:00,1286.0,-7.9538,0,leg_gt,3.54,60 -12095,buy_contrast_m10_bb_pos,buy,2025-06-20 11:42:00,1284.0,-7.8103,0,leg_gt,3.48,60 -12096,buy_contrast_m10_bb_pos,buy,2025-06-20 11:45:00,1283.0,-7.7383,0,leg_gt,3.48,60 -12097,buy_contrast_m10_bb_pos,buy,2025-06-20 11:48:00,1283.0,-7.7383,0,leg_gt,3.48,60 -12098,buy_contrast_m10_bb_pos,buy,2025-06-20 11:51:00,1284.0,-7.8103,0,leg_gt,3.48,60 -12099,buy_contrast_m10_bb_pos,buy,2025-06-20 11:54:00,1284.0,-7.8103,0,leg_gt,3.48,60 -12100,buy_contrast_m10_bb_pos,buy,2025-06-20 11:57:00,1282.0,-7.6663,0,leg_gt,3.47,60 -12101,buy_contrast_m10_bb_pos,buy,2025-06-20 12:00:00,1282.0,-7.6663,0,leg_gt,3.47,60 -12102,buy_contrast_m10_bb_pos,buy,2025-06-20 12:03:00,1281.0,-7.5941,0,leg_gt,3.47,60 -12103,buy_contrast_m10_bb_pos,buy,2025-06-20 12:06:00,1280.0,-7.5219,0,leg_gt,3.47,60 -12104,buy_contrast_m10_bb_pos,buy,2025-06-20 12:09:00,1279.0,-7.4495,0,leg_gt,3.46,60 -12105,buy_contrast_m10_bb_pos,buy,2025-06-20 12:42:00,1281.0,-7.5941,0,leg_gt,3.44,60 -12106,buy_contrast_m10_bb_pos,buy,2025-06-20 12:45:00,1279.0,-7.4495,0,leg_gt,3.44,60 -12107,buy_contrast_m10_bb_pos,buy,2025-06-20 12:48:00,1278.0,-7.377,0,leg_gt,3.44,60 -12108,buy_contrast_m10_bb_pos,buy,2025-06-20 12:51:00,1281.0,-7.5941,0,leg_gt,3.44,60 -12109,buy_contrast_m10_bb_pos,buy,2025-06-20 12:54:00,1280.0,-7.5219,0,leg_gt,3.43,60 -12110,buy_contrast_m10_bb_pos,buy,2025-06-20 12:57:00,1280.0,-7.5219,0,leg_gt,3.43,60 -12111,buy_contrast_m10_bb_pos,buy,2025-06-20 13:00:00,1279.0,-7.4495,0,leg_gt,3.43,60 -12112,buy_contrast_m10_bb_pos,buy,2025-06-20 13:03:00,1277.0,-7.3044,0,leg_gt,3.43,60 -12113,buy_contrast_m10_bb_pos,buy,2025-06-20 13:06:00,1275.0,-7.1588,0,leg_gt,3.42,60 -12114,buy_contrast_m10_bb_pos,buy,2025-06-20 13:09:00,1275.0,-7.1588,0,leg_gt,3.42,60 -12115,buy_contrast_m10_bb_pos,buy,2025-06-20 13:12:00,1275.0,-7.1588,0,leg_gt,3.42,60 -12116,buy_contrast_m10_bb_pos,buy,2025-06-20 13:15:00,1274.0,-7.0859,0,leg_gt,3.42,60 -12117,buy_contrast_m10_bb_pos,buy,2025-06-20 13:18:00,1276.0,-7.2317,0,leg_gt,3.42,60 -12118,buy_contrast_m10_bb_pos,buy,2025-06-20 13:42:00,1268.0,-6.6457,0,leg_gt,3.4,60 -12119,buy_contrast_m10_bb_pos,buy,2025-06-20 13:45:00,1266.0,-6.4981,0,leg_gt,3.4,60 -12120,buy_contrast_m10_bb_pos,buy,2025-06-20 13:48:00,1263.0,-6.2758,0,leg_gt,3.4,60 -12121,buy_contrast_m10_bb_pos,buy,2025-06-20 14:21:00,1263.0,-6.2758,0,leg_gt,3.37,60 -12122,buy_contrast_m10_bb_pos,buy,2025-06-20 14:24:00,1259.0,-5.9777,0,leg_gt,3.37,60 -12123,buy_contrast_m10_bb_pos,buy,2025-06-20 14:27:00,1261.0,-6.127,0,leg_gt,3.37,60 -12124,buy_contrast_m10_bb_pos,buy,2025-06-20 14:30:00,1261.0,-6.127,0,leg_gt,3.37,60 -12125,buy_contrast_m10_bb_pos,buy,2025-06-20 14:33:00,1265.0,-6.4241,0,leg_gt,3.36,60 -12126,buy_contrast_m10_bb_pos,buy,2025-06-20 14:36:00,1267.0,-6.572,0,leg_gt,3.36,60 -12127,buy_contrast_m10_bb_pos,buy,2025-06-20 14:39:00,1268.0,-6.6457,0,leg_gt,3.36,60 -12128,buy_contrast_m10_bb_pos,buy,2025-06-21 00:12:00,1259.0,-5.9777,0,leg_gt,2.96,60 -12129,buy_contrast_m10_bb_pos,buy,2025-06-21 00:15:00,1259.0,-5.9777,0,leg_gt,2.96,60 -12130,buy_contrast_m10_bb_pos,buy,2025-06-21 00:18:00,1261.0,-6.127,0,leg_gt,2.96,60 -12131,buy_contrast_m10_bb_pos,buy,2025-06-21 00:21:00,1259.0,-5.9777,0,leg_gt,2.96,60 -12132,buy_contrast_m10_bb_pos,buy,2025-06-21 00:24:00,1262.0,-6.2014,0,leg_gt,2.95,60 -12133,buy_contrast_m10_bb_pos,buy,2025-06-21 00:27:00,1260.0,-6.0524,0,leg_gt,2.95,60 -12134,buy_contrast_m10_bb_pos,buy,2025-06-21 00:30:00,1258.0,-5.9029,0,leg_gt,2.95,60 -12135,buy_contrast_m10_bb_pos,buy,2025-06-21 00:33:00,1255.0,-5.6777,0,leg_gt,2.95,60 -12136,buy_contrast_m10_bb_pos,buy,2025-06-21 00:36:00,1250.0,-5.3,0,leg_gt,2.95,60 -12137,buy_contrast_m10_bb_pos,buy,2025-06-21 00:39:00,1257.0,-5.8279,0,leg_gt,2.94,60 -12138,buy_contrast_m10_bb_pos,buy,2025-06-21 01:21:00,1253.0,-5.527,0,leg_gt,2.91,60 -12139,buy_contrast_m10_bb_pos,buy,2025-06-21 01:24:00,1247.0,-5.0719,0,leg_gt,2.91,60 -12140,buy_contrast_m10_bb_pos,buy,2025-06-21 01:27:00,1264.0,-6.35,0,leg_gt,2.91,60 -12141,buy_contrast_m10_bb_pos,buy,2025-06-21 01:51:00,1251.0,-5.3758,0,leg_gt,2.89,60 -12142,buy_contrast_m10_bb_pos,buy,2025-06-21 01:54:00,1252.0,-5.4514,0,leg_gt,2.89,60 -12143,buy_contrast_m10_bb_pos,buy,2025-06-21 01:57:00,1253.0,-5.527,0,leg_gt,2.89,60 -12144,buy_contrast_m10_bb_pos,buy,2025-06-21 02:12:00,1246.0,-4.9957,0,leg_gt,2.88,60 -12145,buy_contrast_m10_bb_pos,buy,2025-06-21 02:15:00,1247.0,-5.0719,0,leg_gt,2.88,60 -12146,buy_contrast_m10_bb_pos,buy,2025-06-21 02:18:00,1251.0,-5.3758,0,leg_gt,2.88,60 -12147,buy_contrast_m10_bb_pos,buy,2025-06-21 02:30:00,1235.0,-4.1486,0,leg_gt,2.87,60 -12148,buy_contrast_m10_bb_pos,buy,2025-06-21 02:33:00,1231.0,-3.8368,0,leg_gt,2.86,60 -12149,buy_contrast_m10_bb_pos,buy,2025-06-21 02:36:00,1229.0,-3.6801,0,leg_gt,2.86,60 -12150,buy_contrast_m10_bb_pos,buy,2025-06-21 02:39:00,1221.0,-3.0484,0,leg_gt,2.86,60 -12151,buy_contrast_m10_bb_pos,buy,2025-06-21 04:42:00,1236.0,-4.2262,0,leg_gt,2.78,60 -12152,buy_contrast_m10_bb_pos,buy,2025-06-21 04:45:00,1237.0,-4.3037,0,leg_gt,2.77,60 -12153,buy_contrast_m10_bb_pos,buy,2025-06-21 04:48:00,1237.0,-4.3037,0,leg_gt,2.77,60 -12154,buy_contrast_m10_bb_pos,buy,2025-06-21 07:00:00,1232.0,-3.9149,0,leg_gt,2.68,60 -12155,buy_contrast_m10_bb_pos,buy,2025-06-21 07:03:00,1232.0,-3.9149,0,leg_gt,2.68,60 -12156,buy_contrast_m10_bb_pos,buy,2025-06-21 07:06:00,1230.0,-3.7585,0,leg_gt,2.68,60 -12157,buy_contrast_m10_bb_pos,buy,2025-06-21 07:09:00,1227.0,-3.523,0,leg_gt,2.67,60 -12158,buy_contrast_m10_bb_pos,buy,2025-06-21 07:42:00,1219.0,-2.8892,0,leg_gt,2.65,60 -12159,buy_contrast_m10_bb_pos,buy,2025-06-21 07:45:00,1219.0,-2.8892,0,leg_gt,2.65,60 -12160,buy_contrast_m10_bb_pos,buy,2025-06-21 07:48:00,1217.0,-2.7294,0,leg_gt,2.65,60 -12161,buy_contrast_m10_bb_pos,buy,2025-06-21 07:51:00,1218.0,-2.8094,0,leg_gt,2.64,60 -12162,buy_contrast_m10_bb_pos,buy,2025-06-21 07:54:00,1220.0,-2.9689,0,leg_gt,2.64,60 -12163,buy_contrast_m10_bb_pos,buy,2025-06-21 07:57:00,1223.0,-3.2071,0,leg_gt,2.64,60 -12164,buy_contrast_m10_bb_pos,buy,2025-06-21 13:30:00,1234.0,-4.0708,0,leg_gt,2.41,60 -12165,buy_contrast_m10_bb_pos,buy,2025-06-21 13:33:00,1234.0,-4.0708,0,leg_gt,2.41,60 -12166,buy_contrast_m10_bb_pos,buy,2025-06-21 13:36:00,1236.0,-4.2262,0,leg_gt,2.4,60 -12167,buy_contrast_m10_bb_pos,buy,2025-06-21 13:39:00,1237.0,-4.3037,0,leg_gt,2.4,60 -12168,buy_contrast_m10_bb_pos,buy,2025-06-21 15:21:00,1234.0,-4.0708,0,leg_gt,2.33,60 -12169,buy_contrast_m10_bb_pos,buy,2025-06-21 15:24:00,1237.0,-4.3037,0,leg_gt,2.33,60 -12170,buy_contrast_m10_bb_pos,buy,2025-06-21 15:27:00,1236.0,-4.2262,0,leg_gt,2.33,60 -12171,buy_contrast_m10_bb_pos,buy,2025-06-21 16:00:00,1234.0,-4.0708,0,leg_gt,2.3,60 -12172,buy_contrast_m10_bb_pos,buy,2025-06-21 16:03:00,1234.0,-4.0708,0,leg_gt,2.3,60 -12173,buy_contrast_m10_bb_pos,buy,2025-06-21 16:06:00,1234.0,-4.0708,0,leg_gt,2.3,60 -12174,buy_contrast_m10_bb_pos,buy,2025-06-21 16:09:00,1233.0,-3.9929,0,leg_gt,2.3,60 -12175,buy_contrast_m10_bb_pos,buy,2025-06-21 20:12:00,1227.0,-3.523,0,leg_gt,2.13,60 -12176,buy_contrast_m10_bb_pos,buy,2025-06-21 20:15:00,1225.0,-3.3653,0,leg_gt,2.13,60 -12177,buy_contrast_m10_bb_pos,buy,2025-06-21 20:18:00,1224.0,-3.2863,0,leg_gt,2.12,60 -12178,buy_contrast_m10_bb_pos,buy,2025-06-21 20:21:00,1225.0,-3.3653,0,leg_gt,2.12,60 -12179,buy_contrast_m10_bb_pos,buy,2025-06-21 20:24:00,1226.0,-3.4442,0,leg_gt,2.12,60 -12180,buy_contrast_m10_bb_pos,buy,2025-06-21 20:27:00,1225.0,-3.3653,0,leg_gt,2.12,60 -12181,buy_contrast_m10_bb_pos,buy,2025-06-21 20:30:00,1224.0,-3.2863,0,leg_gt,2.12,60 -12182,buy_contrast_m10_bb_pos,buy,2025-06-21 20:33:00,1226.0,-3.4442,0,leg_gt,2.11,60 -12183,buy_contrast_m10_bb_pos,buy,2025-06-21 20:36:00,1226.0,-3.4442,0,leg_gt,2.11,60 -12184,buy_contrast_m10_bb_pos,buy,2025-06-21 20:39:00,1229.0,-3.6801,0,leg_gt,2.11,60 -12185,buy_contrast_m10_bb_pos,buy,2025-06-21 21:00:00,1223.0,-3.2071,0,leg_gt,2.1,60 -12186,buy_contrast_m10_bb_pos,buy,2025-06-21 21:03:00,1226.0,-3.4442,0,leg_gt,2.09,60 -12187,buy_contrast_m10_bb_pos,buy,2025-06-21 21:06:00,1226.0,-3.4442,0,leg_gt,2.09,60 -12188,buy_contrast_m10_bb_pos,buy,2025-06-21 21:09:00,1228.0,-3.6016,0,leg_gt,2.09,60 -12189,buy_contrast_m10_bb_pos,buy,2025-06-21 21:21:00,1221.0,-3.0484,0,leg_gt,2.08,60 -12190,buy_contrast_m10_bb_pos,buy,2025-06-21 21:24:00,1220.0,-2.9689,0,leg_gt,2.08,60 -12191,buy_contrast_m10_bb_pos,buy,2025-06-21 21:27:00,1219.0,-2.8892,0,leg_gt,2.08,60 -12192,buy_contrast_m10_bb_pos,buy,2025-06-21 21:30:00,1221.0,-3.0484,0,leg_gt,2.08,60 -12193,buy_contrast_m10_bb_pos,buy,2025-06-21 21:33:00,1218.0,-2.8094,0,leg_gt,2.07,60 -12194,buy_contrast_m10_bb_pos,buy,2025-06-21 21:36:00,1217.0,-2.7294,0,leg_gt,2.07,60 -12195,buy_contrast_m10_bb_pos,buy,2025-06-21 21:39:00,1214.0,-2.4888,0,leg_gt,2.07,60 -12196,buy_contrast_m10_bb_pos,buy,2025-06-21 22:12:00,1207.0,-1.9227,0,leg_gt,2.05,60 -12197,buy_contrast_m10_bb_pos,buy,2025-06-21 22:15:00,1208.0,-2.004,0,leg_gt,2.04,60 -12198,buy_contrast_m10_bb_pos,buy,2025-06-21 22:18:00,1213.0,-2.4083,0,leg_gt,2.04,60 -12199,buy_contrast_m10_bb_pos,buy,2025-06-21 22:21:00,1212.0,-2.3277,0,leg_gt,2.04,60 -12200,buy_contrast_m10_bb_pos,buy,2025-06-21 22:24:00,1208.0,-2.004,0,leg_gt,2.04,60 -12201,buy_contrast_m10_bb_pos,buy,2025-06-21 22:27:00,1209.0,-2.0851,0,leg_gt,2.04,60 -12202,buy_contrast_m10_bb_pos,buy,2025-06-21 22:30:00,1210.0,-2.1661,0,leg_gt,2.03,60 -12203,buy_contrast_m10_bb_pos,buy,2025-06-21 22:33:00,1207.0,-1.9227,0,leg_gt,2.03,60 -12204,buy_contrast_m10_bb_pos,buy,2025-06-21 22:36:00,1203.0,-1.5963,0,leg_gt,2.03,60 -12205,buy_contrast_m10_bb_pos,buy,2025-06-21 22:39:00,1203.0,-1.5963,0,leg_gt,2.03,60 -12206,buy_contrast_m10_bb_pos,buy,2025-06-21 23:12:00,1197.0,-1.1025,0,leg_gt,2.0,60 -12207,buy_contrast_m10_bb_pos,buy,2025-06-21 23:15:00,1194.0,-0.8538,0,leg_gt,2.0,60 -12208,buy_contrast_m10_bb_pos,buy,2025-06-21 23:18:00,1191.0,-0.6038,0,leg_gt,2.0,60 -12209,buy_contrast_m10_bb_pos,buy,2025-06-21 23:21:00,1198.0,-1.1851,0,leg_gt,2.0,60 -12210,buy_contrast_m10_bb_pos,buy,2025-06-21 23:24:00,1192.0,-0.6872,0,leg_gt,2.0,60 -12211,buy_contrast_m10_bb_pos,buy,2025-06-21 23:27:00,1193.0,-0.7706,0,leg_gt,1.99,60 -12212,buy_contrast_m10_bb_pos,buy,2025-06-21 23:30:00,1192.0,-0.6872,0,leg_gt,1.99,60 -12213,buy_contrast_m10_bb_pos,buy,2025-06-21 23:33:00,1195.0,-0.9368,0,leg_gt,1.99,60 -12214,buy_contrast_m10_bb_pos,buy,2025-06-21 23:36:00,1199.0,-1.2676,0,leg_gt,1.99,60 -12215,buy_contrast_m10_bb_pos,buy,2025-06-21 23:39:00,1199.0,-1.2676,0,leg_gt,1.99,60 -12216,buy_contrast_m10_bb_pos,buy,2025-06-21 23:51:00,1187.0,-0.2685,0,leg_gt,1.98,60 -12217,buy_contrast_m10_bb_pos,buy,2025-06-21 23:54:00,1190.0,-0.5202,0,leg_gt,1.98,60 -12218,buy_contrast_m10_bb_pos,buy,2025-06-21 23:57:00,1189.0,-0.4364,0,leg_gt,1.97,60 -12219,buy_contrast_m10_bb_pos,buy,2025-06-22 00:30:00,1183.0,0.0691,1,leg_gt,1.95,60 -12220,buy_contrast_m10_bb_pos,buy,2025-06-22 00:33:00,1185.0,-0.1,0,leg_gt,1.95,60 -12221,buy_contrast_m10_bb_pos,buy,2025-06-22 00:36:00,1181.0,0.2387,1,leg_gt,1.95,60 -12222,buy_contrast_m10_bb_pos,buy,2025-06-22 00:39:00,1179.0,0.4089,1,leg_gt,1.94,60 -12223,buy_contrast_m10_bb_pos,buy,2025-06-22 00:42:00,1182.0,0.1538,1,leg_gt,1.94,60 -12224,buy_contrast_m10_bb_pos,buy,2025-06-22 00:45:00,1185.0,-0.1,0,leg_gt,1.94,60 -12225,buy_contrast_m10_bb_pos,buy,2025-06-22 00:48:00,1181.0,0.2387,1,leg_gt,1.94,60 -12226,buy_contrast_m10_bb_pos,buy,2025-06-22 00:51:00,1182.0,0.1538,1,leg_gt,1.94,60 -12227,buy_contrast_m10_bb_pos,buy,2025-06-22 00:54:00,1188.0,-0.3525,0,leg_gt,1.93,60 -12228,buy_contrast_m10_bb_pos,buy,2025-06-22 00:57:00,1191.0,-0.6038,0,leg_gt,1.93,60 -12229,buy_contrast_m10_bb_pos,buy,2025-06-22 03:00:00,1172.0,1.0092,1,leg_gt,1.85,60 -12230,buy_contrast_m10_bb_pos,buy,2025-06-22 03:03:00,1172.0,1.0092,1,leg_gt,1.84,60 -12231,buy_contrast_m10_bb_pos,buy,2025-06-22 03:06:00,1177.0,0.5797,1,leg_gt,1.84,60 -12232,buy_contrast_m10_bb_pos,buy,2025-06-22 03:09:00,1177.0,0.5797,1,leg_gt,1.84,60 -12233,buy_contrast_m10_bb_pos,buy,2025-06-22 03:12:00,1175.0,0.7511,1,leg_gt,1.84,60 -12234,buy_contrast_m10_bb_pos,buy,2025-06-22 03:15:00,1174.0,0.837,1,leg_gt,1.84,60 -12235,buy_contrast_m10_bb_pos,buy,2025-06-22 03:18:00,1172.0,1.0092,1,leg_gt,1.83,60 -12236,buy_contrast_m10_bb_pos,buy,2025-06-22 03:21:00,1171.0,1.0956,1,leg_gt,1.83,60 -12237,buy_contrast_m10_bb_pos,buy,2025-06-22 03:24:00,1167.0,1.4424,1,leg_gt,1.83,60 -12238,buy_contrast_m10_bb_pos,buy,2025-06-22 03:27:00,1169.0,1.2687,1,leg_gt,1.83,60 -12239,buy_contrast_m10_bb_pos,buy,2025-06-22 04:00:00,1167.0,1.4424,1,leg_gt,1.8,60 -12240,buy_contrast_m10_bb_pos,buy,2025-06-22 04:03:00,1167.0,1.4424,1,leg_gt,1.8,60 -12241,buy_contrast_m10_bb_pos,buy,2025-06-22 04:06:00,1170.0,1.1821,1,leg_gt,1.8,60 -12242,buy_contrast_m10_bb_pos,buy,2025-06-22 04:09:00,1169.0,1.2687,1,leg_gt,1.8,60 -12243,buy_contrast_m10_bb_pos,buy,2025-06-22 04:42:00,1167.0,1.4424,1,leg_gt,1.78,60 -12244,buy_contrast_m10_bb_pos,buy,2025-06-22 04:45:00,1169.0,1.2687,1,leg_gt,1.77,60 -12245,buy_contrast_m10_bb_pos,buy,2025-06-22 04:48:00,1172.0,1.0092,1,leg_gt,1.77,60 -12246,buy_contrast_m10_bb_pos,buy,2025-06-22 06:30:00,1160.0,2.0552,1,leg_gt,1.7,60 -12247,buy_contrast_m10_bb_pos,buy,2025-06-22 06:33:00,1139.0,3.9386,1,leg_gt,1.7,60 -12248,buy_contrast_m10_bb_pos,buy,2025-06-22 06:36:00,1139.0,3.9386,1,leg_gt,1.7,60 -12249,buy_contrast_m10_bb_pos,buy,2025-06-22 06:39:00,1145.0,3.3934,1,leg_gt,1.69,60 -12250,buy_contrast_m10_bb_pos,buy,2025-06-22 06:51:00,1153.0,2.6754,1,leg_gt,1.69,60 -12251,buy_contrast_m10_bb_pos,buy,2025-06-22 06:54:00,1152.0,2.7646,1,leg_gt,1.68,60 -12252,buy_contrast_m10_bb_pos,buy,2025-06-22 06:57:00,1145.0,3.3934,1,leg_gt,1.68,60 -12253,buy_contrast_m10_bb_pos,buy,2025-06-22 07:12:00,1150.0,2.9435,1,leg_gt,1.67,60 -12254,buy_contrast_m10_bb_pos,buy,2025-06-22 07:15:00,1152.0,2.7646,1,leg_gt,1.67,60 -12255,buy_contrast_m10_bb_pos,buy,2025-06-22 07:18:00,1151.0,2.854,1,leg_gt,1.67,60 -12256,buy_contrast_m10_bb_pos,buy,2025-06-22 13:42:00,1183.0,0.0691,1,leg_gt,1.4,60 -12257,buy_contrast_m10_bb_pos,buy,2025-06-22 13:45:00,1182.0,0.1538,1,leg_gt,1.4,60 -12258,buy_contrast_m10_bb_pos,buy,2025-06-22 13:48:00,1184.0,-0.0155,0,leg_gt,1.4,60 -12259,buy_contrast_m10_bb_pos,buy,2025-06-22 13:51:00,1185.0,-0.1,0,leg_gt,1.39,60 -12260,buy_contrast_m10_bb_pos,buy,2025-06-22 13:54:00,1185.0,-0.1,0,leg_gt,1.39,60 -12261,buy_contrast_m10_bb_pos,buy,2025-06-22 13:57:00,1184.0,-0.0155,0,leg_gt,1.39,60 -12262,buy_contrast_m10_bb_pos,buy,2025-06-22 14:00:00,1183.0,0.0691,1,leg_gt,1.39,60 -12263,buy_contrast_m10_bb_pos,buy,2025-06-22 14:03:00,1184.0,-0.0155,0,leg_gt,1.39,60 -12264,buy_contrast_m10_bb_pos,buy,2025-06-22 14:06:00,1189.0,-0.4364,0,leg_gt,1.38,60 -12265,buy_contrast_m10_bb_pos,buy,2025-06-22 14:09:00,1186.0,-0.1843,0,leg_gt,1.38,60 -12266,buy_contrast_m10_bb_pos,buy,2025-06-22 14:42:00,1180.0,0.3237,1,leg_gt,1.36,60 -12267,buy_contrast_m10_bb_pos,buy,2025-06-22 14:45:00,1181.0,0.2387,1,leg_gt,1.36,60 -12268,buy_contrast_m10_bb_pos,buy,2025-06-22 14:48:00,1182.0,0.1538,1,leg_gt,1.35,60 -12269,buy_contrast_m10_bb_pos,buy,2025-06-22 15:12:00,1183.0,0.0691,1,leg_gt,1.34,60 -12270,buy_contrast_m10_bb_pos,buy,2025-06-22 15:15:00,1188.0,-0.3525,0,leg_gt,1.34,60 -12271,buy_contrast_m10_bb_pos,buy,2025-06-22 15:18:00,1187.0,-0.2685,0,leg_gt,1.33,60 -12272,buy_contrast_m10_bb_pos,buy,2025-06-22 18:12:00,1179.0,0.4089,1,leg_gt,1.21,60 -12273,buy_contrast_m10_bb_pos,buy,2025-06-22 18:15:00,1180.0,0.3237,1,leg_gt,1.21,60 -12274,buy_contrast_m10_bb_pos,buy,2025-06-22 18:18:00,1178.0,0.4942,1,leg_gt,1.21,60 -12275,buy_contrast_m10_bb_pos,buy,2025-06-22 18:51:00,1169.0,1.2687,1,leg_gt,1.19,60 -12276,buy_contrast_m10_bb_pos,buy,2025-06-22 18:54:00,1163.0,1.7917,1,leg_gt,1.18,60 -12277,buy_contrast_m10_bb_pos,buy,2025-06-22 18:57:00,1165.0,1.6167,1,leg_gt,1.18,60 -12278,buy_contrast_m10_bb_pos,buy,2025-06-22 21:21:00,1163.0,1.7917,1,leg_gt,1.08,60 -12279,buy_contrast_m10_bb_pos,buy,2025-06-22 21:24:00,1164.0,1.7041,1,leg_gt,1.08,60 -12280,buy_contrast_m10_bb_pos,buy,2025-06-22 21:27:00,1164.0,1.7041,1,leg_gt,1.08,60 -12281,buy_contrast_m10_bb_pos,buy,2025-06-22 21:51:00,1157.0,2.3201,1,leg_gt,1.06,60 -12282,buy_contrast_m10_bb_pos,buy,2025-06-22 21:54:00,1162.0,1.8793,1,leg_gt,1.06,60 -12283,buy_contrast_m10_bb_pos,buy,2025-06-22 21:57:00,1164.0,1.7041,1,leg_gt,1.06,60 -12284,buy_contrast_m10_bb_pos,buy,2025-06-22 22:51:00,1127.0,5.0464,1,leg_gt,1.02,60 -12285,buy_contrast_m10_bb_pos,buy,2025-06-22 22:54:00,1124.0,5.327,1,leg_gt,1.02,60 -12286,buy_contrast_m10_bb_pos,buy,2025-06-22 22:57:00,1126.0,5.1398,1,leg_gt,1.01,60 -12287,buy_contrast_m10_bb_pos,buy,2025-06-22 23:00:00,1130.0,4.7673,1,leg_gt,1.01,60 -12288,buy_contrast_m10_bb_pos,buy,2025-06-22 23:03:00,1134.0,4.3974,1,leg_gt,1.01,60 -12289,buy_contrast_m10_bb_pos,buy,2025-06-22 23:06:00,1127.0,5.0464,1,leg_gt,1.01,60 -12290,buy_contrast_m10_bb_pos,buy,2025-06-22 23:09:00,1128.0,4.9532,1,leg_gt,1.01,60 -12291,buy_contrast_m10_bb_pos,buy,2025-06-22 23:21:00,1116.0,6.0828,1,leg_gt,1.0,60 -12292,buy_contrast_m10_bb_pos,buy,2025-06-22 23:24:00,1109.0,6.753,1,leg_gt,1.0,60 -12293,buy_contrast_m10_bb_pos,buy,2025-06-22 23:27:00,1110.0,6.6568,1,leg_gt,0.99,60 -12294,buy_contrast_m10_bb_pos,buy,2025-06-22 23:30:00,1108.0,6.8495,1,leg_gt,0.99,60 -12295,buy_contrast_m10_bb_pos,buy,2025-06-22 23:33:00,1115.0,6.178,1,leg_gt,0.99,60 -12296,buy_contrast_m10_bb_pos,buy,2025-06-22 23:36:00,1113.0,6.369,1,leg_gt,0.99,60 -12297,buy_contrast_m10_bb_pos,buy,2025-06-22 23:39:00,1117.0,5.9877,1,leg_gt,0.99,60 -12298,buy_contrast_m10_bb_pos,buy,2025-06-23 01:30:00,1107.0,6.9461,1,leg_gt,0.91,60 -12299,buy_contrast_m10_bb_pos,buy,2025-06-23 01:33:00,1106.0,7.0429,1,leg_gt,0.91,60 -12300,buy_contrast_m10_bb_pos,buy,2025-06-23 01:36:00,1104.0,7.237,1,leg_gt,0.9,60 -12301,buy_contrast_m10_bb_pos,buy,2025-06-23 01:39:00,1103.0,7.3343,1,leg_gt,0.9,60 -12302,buy_contrast_m10_bb_pos,buy,2025-06-23 01:42:00,1101.0,7.5294,1,leg_gt,0.9,60 -12303,buy_contrast_m10_bb_pos,buy,2025-06-23 01:45:00,1096.0,8.0204,1,leg_gt,0.9,60 -12304,buy_contrast_m10_bb_pos,buy,2025-06-23 01:48:00,1100.0,7.6273,1,leg_gt,0.9,60 -12305,buy_contrast_m10_bb_pos,buy,2025-06-23 01:51:00,1102.0,7.4318,1,leg_gt,0.89,60 -12306,buy_contrast_m10_bb_pos,buy,2025-06-23 01:54:00,1103.0,7.3343,1,leg_gt,0.89,60 -12307,buy_contrast_m10_bb_pos,buy,2025-06-23 01:57:00,1103.0,7.3343,1,leg_gt,0.89,60 -12308,buy_contrast_m10_bb_pos,buy,2025-06-23 02:00:00,1102.0,7.4318,1,leg_gt,0.89,60 -12309,buy_contrast_m10_bb_pos,buy,2025-06-23 02:03:00,1099.0,7.7253,1,leg_gt,0.89,60 -12310,buy_contrast_m10_bb_pos,buy,2025-06-23 02:06:00,1097.0,7.9219,1,leg_gt,0.88,60 -12311,buy_contrast_m10_bb_pos,buy,2025-06-23 02:09:00,1102.0,7.4318,1,leg_gt,0.88,60 -12312,buy_contrast_m10_bb_pos,buy,2025-06-23 02:21:00,1099.0,7.7253,1,leg_gt,0.87,60 -12313,buy_contrast_m10_bb_pos,buy,2025-06-23 02:24:00,1097.0,7.9219,1,leg_gt,0.87,60 -12314,buy_contrast_m10_bb_pos,buy,2025-06-23 02:27:00,1088.0,8.8154,1,leg_gt,0.87,60 -12315,buy_contrast_m10_bb_pos,buy,2025-06-23 02:30:00,1090.0,8.6156,1,leg_gt,0.87,60 -12316,buy_contrast_m10_bb_pos,buy,2025-06-23 02:33:00,1088.0,8.8154,1,leg_gt,0.86,60 -12317,buy_contrast_m10_bb_pos,buy,2025-06-23 02:36:00,1093.0,8.3172,1,leg_gt,0.86,60 -12318,buy_contrast_m10_bb_pos,buy,2025-06-23 02:39:00,1095.0,8.1192,1,leg_gt,0.86,60 -12319,buy_contrast_m10_bb_pos,buy,2025-06-23 05:12:00,1091.0,8.5159,1,leg_gt,0.75,60 -12320,buy_contrast_m10_bb_pos,buy,2025-06-23 05:15:00,1089.0,8.7154,1,leg_gt,0.75,60 -12321,buy_contrast_m10_bb_pos,buy,2025-06-23 05:18:00,1089.0,8.7154,1,leg_gt,0.75,60 -12322,buy_contrast_m10_bb_pos,buy,2025-06-23 12:51:00,1148.0,3.123,1,leg_gt,0.44,60 -12323,buy_contrast_m10_bb_pos,buy,2025-06-23 12:54:00,1150.0,2.9435,1,leg_gt,0.43,60 -12324,buy_contrast_m10_bb_pos,buy,2025-06-23 12:57:00,1148.0,3.123,1,leg_gt,0.43,60 -12325,buy_contrast_m10_bb_pos,buy,2025-06-23 13:00:00,1148.0,3.123,1,leg_gt,0.43,60 -12326,buy_contrast_m10_bb_pos,buy,2025-06-23 13:03:00,1148.0,3.123,1,leg_gt,0.43,60 -12327,buy_contrast_m10_bb_pos,buy,2025-06-23 13:06:00,1148.0,3.123,1,leg_gt,0.42,60 -12328,buy_contrast_m10_bb_pos,buy,2025-06-23 13:09:00,1148.0,3.123,1,leg_gt,0.42,60 -12329,buy_contrast_m10_bb_pos,buy,2025-06-23 13:12:00,1149.0,3.0332,1,leg_gt,0.42,60 -12330,buy_contrast_m10_bb_pos,buy,2025-06-23 13:15:00,1149.0,3.0332,1,leg_gt,0.42,60 -12331,buy_contrast_m10_bb_pos,buy,2025-06-23 13:18:00,1151.0,2.854,1,leg_gt,0.42,60 -12332,buy_contrast_m10_bb_pos,buy,2025-06-23 17:42:00,1153.0,2.6754,1,leg_gt,0.23,60 -12333,buy_contrast_m10_bb_pos,buy,2025-06-23 17:45:00,1154.0,2.5863,1,leg_gt,0.23,60 -12334,buy_contrast_m10_bb_pos,buy,2025-06-23 17:48:00,1154.0,2.5863,1,leg_gt,0.23,60 -12335,buy_contrast_m10_bb_pos,buy,2025-06-23 19:30:00,1153.0,2.6754,1,leg_gt,0.16,60 -12336,buy_contrast_m10_bb_pos,buy,2025-06-23 19:33:00,1153.0,2.6754,1,leg_gt,0.16,60 -12337,buy_contrast_m10_bb_pos,buy,2025-06-23 19:36:00,1154.0,2.5863,1,leg_gt,0.15,60 -12338,buy_contrast_m10_bb_pos,buy,2025-06-23 19:39:00,1153.0,2.6754,1,leg_gt,0.15,60 -12339,buy_contrast_m10_bb_pos,buy,2025-06-23 20:12:00,1149.0,3.0332,1,leg_gt,0.13,60 -12340,buy_contrast_m10_bb_pos,buy,2025-06-23 20:15:00,1147.0,3.213,1,leg_gt,0.13,60 -12341,buy_contrast_m10_bb_pos,buy,2025-06-23 20:18:00,1146.0,3.3031,1,leg_gt,0.12,60 -12342,buy_contrast_m10_bb_pos,buy,2025-06-23 21:21:00,1145.0,3.3934,1,leg_gt,0.08,60 -12343,buy_contrast_m10_bb_pos,buy,2025-06-23 21:24:00,1146.0,3.3031,1,leg_gt,0.08,60 -12344,buy_contrast_m10_bb_pos,buy,2025-06-23 21:27:00,1146.0,3.3031,1,leg_gt,0.08,60 -12345,buy_contrast_m10_bb_pos,buy,2025-06-24 00:51:00,1152.0,2.591,1,leg_gt,0.09,60 -12346,buy_contrast_m10_bb_pos,buy,2025-06-24 00:54:00,1154.0,2.413,1,leg_gt,0.09,60 -12347,buy_contrast_m10_bb_pos,buy,2025-06-24 00:57:00,1155.0,2.3242,1,leg_gt,0.09,60 -12348,buy_contrast_m10_bb_pos,buy,2025-06-24 01:00:00,1152.0,2.591,1,leg_gt,0.09,60 -12349,buy_contrast_m10_bb_pos,buy,2025-06-24 01:03:00,1150.0,2.7696,1,leg_gt,0.09,60 -12350,buy_contrast_m10_bb_pos,buy,2025-06-24 01:06:00,1145.0,3.2188,1,leg_gt,0.08,60 -12351,buy_contrast_m10_bb_pos,buy,2025-06-24 01:09:00,1143.0,3.3996,1,leg_gt,0.08,60 -12352,buy_contrast_m10_bb_pos,buy,2025-06-24 01:21:00,1139.0,3.763,1,leg_gt,0.07,60 -12353,buy_contrast_m10_bb_pos,buy,2025-06-24 01:24:00,1133.0,4.3131,1,leg_gt,0.07,60 -12354,buy_contrast_m10_bb_pos,buy,2025-06-24 01:27:00,1132.0,4.4053,1,leg_gt,0.07,60 -12355,buy_contrast_m10_bb_pos,buy,2025-06-24 01:42:00,1136.0,4.0373,1,leg_gt,0.06,60 -12356,buy_contrast_m10_bb_pos,buy,2025-06-24 01:45:00,1135.0,4.1291,1,leg_gt,0.06,60 -12357,buy_contrast_m10_bb_pos,buy,2025-06-24 01:48:00,1138.0,3.8543,1,leg_gt,0.05,60 -12358,buy_contrast_m10_bb_pos,buy,2025-06-24 01:51:00,1133.0,4.3131,1,leg_gt,0.05,60 -12359,buy_contrast_m10_bb_pos,buy,2025-06-24 01:54:00,1129.0,4.683,1,leg_gt,0.05,60 -12360,buy_contrast_m10_bb_pos,buy,2025-06-24 01:57:00,1131.0,4.4977,1,leg_gt,0.05,60 -12361,buy_contrast_m10_bb_pos,buy,2025-06-24 02:00:00,1132.0,4.4053,1,leg_gt,0.05,60 -12362,buy_contrast_m10_bb_pos,buy,2025-06-24 02:03:00,1131.0,4.4977,1,leg_gt,0.04,60 -12363,buy_contrast_m10_bb_pos,buy,2025-06-24 02:06:00,1143.0,3.3996,1,leg_gt,0.04,60 -12364,buy_contrast_m10_bb_pos,buy,2025-06-24 02:09:00,1148.0,2.9488,1,leg_gt,0.04,60 -12365,buy_contrast_m10_bb_pos,buy,2025-06-24 17:00:00,1291.0,0.9844,1,leg_gt,5.62,60 -12366,buy_contrast_m10_bb_pos,buy,2025-06-24 17:03:00,1288.0,1.2199,1,leg_gt,5.62,60 -12367,buy_contrast_m10_bb_pos,buy,2025-06-24 17:06:00,1288.0,1.2199,1,leg_gt,5.61,60 -12368,buy_contrast_m10_bb_pos,buy,2025-06-24 17:09:00,1282.0,1.6941,1,leg_gt,5.61,60 -12369,buy_contrast_m10_bb_pos,buy,2025-06-24 17:21:00,1283.0,1.6147,1,leg_gt,5.6,60 -12370,buy_contrast_m10_bb_pos,buy,2025-06-24 17:24:00,1291.0,0.9844,1,leg_gt,5.6,60 -12371,buy_contrast_m10_bb_pos,buy,2025-06-24 17:27:00,1288.0,1.2199,1,leg_gt,5.6,60 -12372,buy_contrast_m10_bb_pos,buy,2025-06-24 17:30:00,1290.0,1.0628,1,leg_gt,5.6,60 -12373,buy_contrast_m10_bb_pos,buy,2025-06-24 17:33:00,1296.0,0.5944,1,leg_gt,5.6,60 -12374,buy_contrast_m10_bb_pos,buy,2025-06-24 17:36:00,1289.0,1.1413,1,leg_gt,5.59,60 -12375,buy_contrast_m10_bb_pos,buy,2025-06-24 17:39:00,1288.0,1.2199,1,leg_gt,5.59,60 -12376,buy_contrast_m10_bb_pos,buy,2025-06-24 17:42:00,1291.0,0.9844,1,leg_gt,5.59,60 -12377,buy_contrast_m10_bb_pos,buy,2025-06-24 17:45:00,1289.0,1.1413,1,leg_gt,5.59,60 -12378,buy_contrast_m10_bb_pos,buy,2025-06-24 17:48:00,1287.0,1.2986,1,leg_gt,5.59,60 -12379,buy_contrast_m10_bb_pos,buy,2025-06-24 17:51:00,1286.0,1.3774,1,leg_gt,5.58,60 -12380,buy_contrast_m10_bb_pos,buy,2025-06-24 17:54:00,1286.0,1.3774,1,leg_gt,5.58,60 -12381,buy_contrast_m10_bb_pos,buy,2025-06-24 17:57:00,1283.0,1.6147,1,leg_gt,5.58,60 -12382,buy_contrast_m10_bb_pos,buy,2025-06-24 20:00:00,1275.0,2.2529,1,leg_gt,5.49,60 -12383,buy_contrast_m10_bb_pos,buy,2025-06-24 20:03:00,1279.0,1.9328,1,leg_gt,5.49,60 -12384,buy_contrast_m10_bb_pos,buy,2025-06-24 20:06:00,1278.0,2.0127,1,leg_gt,5.49,60 -12385,buy_contrast_m10_bb_pos,buy,2025-06-24 20:09:00,1276.0,2.1727,1,leg_gt,5.49,60 -12386,buy_contrast_m10_bb_pos,buy,2025-06-24 20:12:00,1274.0,2.3333,1,leg_gt,5.49,60 -12387,buy_contrast_m10_bb_pos,buy,2025-06-24 20:15:00,1273.0,2.4137,1,leg_gt,5.48,60 -12388,buy_contrast_m10_bb_pos,buy,2025-06-24 20:18:00,1272.0,2.4943,1,leg_gt,5.48,60 -12389,buy_contrast_m10_bb_pos,buy,2025-06-25 00:42:00,1263.0,3.2254,1,leg_gt,5.3,60 -12390,buy_contrast_m10_bb_pos,buy,2025-06-25 00:45:00,1266.0,2.9806,1,leg_gt,5.3,60 -12391,buy_contrast_m10_bb_pos,buy,2025-06-25 00:48:00,1267.0,2.8992,1,leg_gt,5.29,60 -12392,buy_contrast_m10_bb_pos,buy,2025-06-25 00:51:00,1270.0,2.6559,1,leg_gt,5.29,60 -12393,buy_contrast_m10_bb_pos,buy,2025-06-25 00:54:00,1272.0,2.4943,1,leg_gt,5.29,60 -12394,buy_contrast_m10_bb_pos,buy,2025-06-25 00:57:00,1271.0,2.5751,1,leg_gt,5.29,60 -12395,buy_contrast_m10_bb_pos,buy,2025-06-25 03:21:00,1262.0,3.3073,1,leg_gt,5.19,60 -12396,buy_contrast_m10_bb_pos,buy,2025-06-25 03:24:00,1261.0,3.3893,1,leg_gt,5.19,60 -12397,buy_contrast_m10_bb_pos,buy,2025-06-25 03:27:00,1260.0,3.4714,1,leg_gt,5.18,60 -12398,buy_contrast_m10_bb_pos,buy,2025-06-25 03:30:00,1261.0,3.3893,1,leg_gt,5.18,60 -12399,buy_contrast_m10_bb_pos,buy,2025-06-25 03:33:00,1258.0,3.6361,1,leg_gt,5.18,60 -12400,buy_contrast_m10_bb_pos,buy,2025-06-25 03:36:00,1258.0,3.6361,1,leg_gt,5.18,60 -12401,buy_contrast_m10_bb_pos,buy,2025-06-25 03:39:00,1259.0,3.5537,1,leg_gt,5.18,60 -12402,buy_contrast_m10_bb_pos,buy,2025-06-25 03:42:00,1257.0,3.7186,1,leg_gt,5.17,60 -12403,buy_contrast_m10_bb_pos,buy,2025-06-25 03:45:00,1256.0,3.8013,1,leg_gt,5.17,60 -12404,buy_contrast_m10_bb_pos,buy,2025-06-25 03:48:00,1256.0,3.8013,1,leg_gt,5.17,60 -12405,buy_contrast_m10_bb_pos,buy,2025-06-25 04:12:00,1257.0,3.7186,1,leg_gt,5.15,60 -12406,buy_contrast_m10_bb_pos,buy,2025-06-25 04:15:00,1255.0,3.8841,1,leg_gt,5.15,60 -12407,buy_contrast_m10_bb_pos,buy,2025-06-25 04:18:00,1259.0,3.5537,1,leg_gt,5.15,60 -12408,buy_contrast_m10_bb_pos,buy,2025-06-25 04:51:00,1250.0,4.3,1,leg_gt,5.12,60 -12409,buy_contrast_m10_bb_pos,buy,2025-06-25 04:54:00,1252.0,4.1332,1,leg_gt,5.12,60 -12410,buy_contrast_m10_bb_pos,buy,2025-06-25 04:57:00,1253.0,4.05,1,leg_gt,5.12,60 -12411,buy_contrast_m10_bb_pos,buy,2025-06-25 13:12:00,1272.0,2.4943,1,leg_gt,4.78,60 -12412,buy_contrast_m10_bb_pos,buy,2025-06-25 13:15:00,1272.0,2.4943,1,leg_gt,4.78,60 -12413,buy_contrast_m10_bb_pos,buy,2025-06-25 13:18:00,1272.0,2.4943,1,leg_gt,4.77,60 -12414,buy_contrast_m10_bb_pos,buy,2025-06-25 13:21:00,1275.0,2.2529,1,leg_gt,4.77,60 -12415,buy_contrast_m10_bb_pos,buy,2025-06-25 13:24:00,1275.0,2.2529,1,leg_gt,4.77,60 -12416,buy_contrast_m10_bb_pos,buy,2025-06-25 13:27:00,1277.0,2.0926,1,leg_gt,4.77,60 -12417,buy_contrast_m10_bb_pos,buy,2025-06-25 13:51:00,1270.0,2.6559,1,leg_gt,4.75,60 -12418,buy_contrast_m10_bb_pos,buy,2025-06-25 13:54:00,1271.0,2.5751,1,leg_gt,4.75,60 -12419,buy_contrast_m10_bb_pos,buy,2025-06-25 13:57:00,1268.0,2.818,1,leg_gt,4.75,60 -12420,buy_contrast_m10_bb_pos,buy,2025-06-25 14:30:00,1261.0,3.3893,1,leg_gt,4.72,60 -12421,buy_contrast_m10_bb_pos,buy,2025-06-25 14:33:00,1261.0,3.3893,1,leg_gt,4.72,60 -12422,buy_contrast_m10_bb_pos,buy,2025-06-25 14:36:00,1261.0,3.3893,1,leg_gt,4.72,60 -12423,buy_contrast_m10_bb_pos,buy,2025-06-25 14:39:00,1263.0,3.2254,1,leg_gt,4.72,60 -12424,buy_contrast_m10_bb_pos,buy,2025-06-25 15:00:00,1259.0,3.5537,1,leg_gt,4.7,60 -12425,buy_contrast_m10_bb_pos,buy,2025-06-25 15:03:00,1259.0,3.5537,1,leg_gt,4.7,60 -12426,buy_contrast_m10_bb_pos,buy,2025-06-25 15:06:00,1258.0,3.6361,1,leg_gt,4.7,60 -12427,buy_contrast_m10_bb_pos,buy,2025-06-25 15:09:00,1260.0,3.4714,1,leg_gt,4.7,60 -12428,buy_contrast_m10_bb_pos,buy,2025-06-25 15:12:00,1260.0,3.4714,1,leg_gt,4.69,60 -12429,buy_contrast_m10_bb_pos,buy,2025-06-25 15:15:00,1262.0,3.3073,1,leg_gt,4.69,60 -12430,buy_contrast_m10_bb_pos,buy,2025-06-25 15:18:00,1262.0,3.3073,1,leg_gt,4.69,60 -12431,buy_contrast_m10_bb_pos,buy,2025-06-25 17:21:00,1259.0,3.5537,1,leg_gt,4.6,60 -12432,buy_contrast_m10_bb_pos,buy,2025-06-25 17:24:00,1254.0,3.967,1,leg_gt,4.6,60 -12433,buy_contrast_m10_bb_pos,buy,2025-06-25 17:27:00,1258.0,3.6361,1,leg_gt,4.6,60 -12434,buy_contrast_m10_bb_pos,buy,2025-06-25 18:00:00,1254.0,3.967,1,leg_gt,4.58,60 -12435,buy_contrast_m10_bb_pos,buy,2025-06-25 18:03:00,1253.0,4.05,1,leg_gt,4.58,60 -12436,buy_contrast_m10_bb_pos,buy,2025-06-25 18:06:00,1255.0,3.8841,1,leg_gt,4.57,60 -12437,buy_contrast_m10_bb_pos,buy,2025-06-25 18:09:00,1260.0,3.4714,1,leg_gt,4.57,60 -12438,buy_contrast_m10_bb_pos,buy,2025-06-25 19:00:00,1247.0,4.5512,1,leg_gt,4.54,60 -12439,buy_contrast_m10_bb_pos,buy,2025-06-25 19:03:00,1247.0,4.5512,1,leg_gt,4.53,60 -12440,buy_contrast_m10_bb_pos,buy,2025-06-25 19:06:00,1245.0,4.7193,1,leg_gt,4.53,60 -12441,buy_contrast_m10_bb_pos,buy,2025-06-25 19:09:00,1247.0,4.5512,1,leg_gt,4.53,60 -12442,buy_contrast_m10_bb_pos,buy,2025-06-25 19:12:00,1244.0,4.8035,1,leg_gt,4.53,60 -12443,buy_contrast_m10_bb_pos,buy,2025-06-25 19:15:00,1246.0,4.6352,1,leg_gt,4.53,60 -12444,buy_contrast_m10_bb_pos,buy,2025-06-25 19:18:00,1245.0,4.7193,1,leg_gt,4.52,60 -12445,buy_contrast_m10_bb_pos,buy,2025-06-25 23:21:00,1240.0,5.1419,1,leg_gt,4.35,60 -12446,buy_contrast_m10_bb_pos,buy,2025-06-25 23:24:00,1248.0,4.4673,1,leg_gt,4.35,60 -12447,buy_contrast_m10_bb_pos,buy,2025-06-25 23:27:00,1250.0,4.3,1,leg_gt,4.35,60 -12448,buy_contrast_m10_bb_pos,buy,2025-06-26 00:12:00,1248.0,4.4673,1,leg_gt,4.32,60 -12449,buy_contrast_m10_bb_pos,buy,2025-06-26 00:15:00,1245.0,4.7193,1,leg_gt,4.32,60 -12450,buy_contrast_m10_bb_pos,buy,2025-06-26 00:18:00,1240.0,5.1419,1,leg_gt,4.31,60 -12451,buy_contrast_m10_bb_pos,buy,2025-06-26 00:30:00,1237.0,5.3972,1,leg_gt,4.31,60 -12452,buy_contrast_m10_bb_pos,buy,2025-06-26 00:33:00,1236.0,5.4825,1,leg_gt,4.3,60 -12453,buy_contrast_m10_bb_pos,buy,2025-06-26 00:36:00,1232.0,5.8253,1,leg_gt,4.3,60 -12454,buy_contrast_m10_bb_pos,buy,2025-06-26 00:39:00,1238.0,5.312,1,leg_gt,4.3,60 -12455,buy_contrast_m10_bb_pos,buy,2025-06-26 00:42:00,1234.0,5.6536,1,leg_gt,4.3,60 -12456,buy_contrast_m10_bb_pos,buy,2025-06-26 00:45:00,1231.0,5.9114,1,leg_gt,4.3,60 -12457,buy_contrast_m10_bb_pos,buy,2025-06-26 00:48:00,1235.0,5.568,1,leg_gt,4.29,60 -12458,buy_contrast_m10_bb_pos,buy,2025-06-26 00:51:00,1233.0,5.7394,1,leg_gt,4.29,60 -12459,buy_contrast_m10_bb_pos,buy,2025-06-26 00:54:00,1233.0,5.7394,1,leg_gt,4.29,60 -12460,buy_contrast_m10_bb_pos,buy,2025-06-26 00:57:00,1231.0,5.9114,1,leg_gt,4.29,60 -12461,buy_contrast_m10_bb_pos,buy,2025-06-26 01:00:00,1231.0,5.9114,1,leg_gt,4.29,60 -12462,buy_contrast_m10_bb_pos,buy,2025-06-26 01:03:00,1237.0,5.3972,1,leg_gt,4.28,60 -12463,buy_contrast_m10_bb_pos,buy,2025-06-26 01:06:00,1240.0,5.1419,1,leg_gt,4.28,60 -12464,buy_contrast_m10_bb_pos,buy,2025-06-26 01:09:00,1239.0,5.2269,1,leg_gt,4.28,60 -12465,buy_contrast_m10_bb_pos,buy,2025-06-26 01:42:00,1227.0,6.257,1,leg_gt,4.26,60 -12466,buy_contrast_m10_bb_pos,buy,2025-06-26 01:45:00,1226.0,6.3437,1,leg_gt,4.25,60 -12467,buy_contrast_m10_bb_pos,buy,2025-06-26 01:48:00,1221.0,6.7796,1,leg_gt,4.25,60 -12468,buy_contrast_m10_bb_pos,buy,2025-06-26 01:51:00,1224.0,6.5176,1,leg_gt,4.25,60 -12469,buy_contrast_m10_bb_pos,buy,2025-06-26 01:54:00,1225.0,6.4306,1,leg_gt,4.25,60 -12470,buy_contrast_m10_bb_pos,buy,2025-06-26 01:57:00,1224.0,6.5176,1,leg_gt,4.25,60 -12471,buy_contrast_m10_bb_pos,buy,2025-06-26 02:00:00,1224.0,6.5176,1,leg_gt,4.24,60 -12472,buy_contrast_m10_bb_pos,buy,2025-06-26 02:03:00,1227.0,6.257,1,leg_gt,4.24,60 -12473,buy_contrast_m10_bb_pos,buy,2025-06-26 02:06:00,1221.0,6.7796,1,leg_gt,4.24,60 -12474,buy_contrast_m10_bb_pos,buy,2025-06-26 02:09:00,1222.0,6.6921,1,leg_gt,4.24,60 -12475,buy_contrast_m10_bb_pos,buy,2025-06-26 02:12:00,1224.0,6.5176,1,leg_gt,4.24,60 -12476,buy_contrast_m10_bb_pos,buy,2025-06-26 02:15:00,1228.0,6.1704,1,leg_gt,4.23,60 -12477,buy_contrast_m10_bb_pos,buy,2025-06-26 02:18:00,1234.0,5.6536,1,leg_gt,4.23,60 -12478,buy_contrast_m10_bb_pos,buy,2025-06-26 06:30:00,1223.0,6.6048,1,leg_gt,4.06,60 -12479,buy_contrast_m10_bb_pos,buy,2025-06-26 06:33:00,1221.0,6.7796,1,leg_gt,4.05,60 -12480,buy_contrast_m10_bb_pos,buy,2025-06-26 06:36:00,1226.0,6.3437,1,leg_gt,4.05,60 -12481,buy_contrast_m10_bb_pos,buy,2025-06-26 06:39:00,1224.0,6.5176,1,leg_gt,4.05,60 -12482,buy_contrast_m10_bb_pos,buy,2025-06-26 06:42:00,1221.0,6.7796,1,leg_gt,4.05,60 -12483,buy_contrast_m10_bb_pos,buy,2025-06-26 06:45:00,1221.0,6.7796,1,leg_gt,4.05,60 -12484,buy_contrast_m10_bb_pos,buy,2025-06-26 06:48:00,1223.0,6.6048,1,leg_gt,4.04,60 -12485,buy_contrast_m10_bb_pos,buy,2025-06-26 06:51:00,1222.0,6.6921,1,leg_gt,4.04,60 -12486,buy_contrast_m10_bb_pos,buy,2025-06-26 06:54:00,1218.0,7.0429,1,leg_gt,4.04,60 -12487,buy_contrast_m10_bb_pos,buy,2025-06-26 06:57:00,1217.0,7.1309,1,leg_gt,4.04,60 -12488,buy_contrast_m10_bb_pos,buy,2025-06-26 07:21:00,1219.0,6.955,1,leg_gt,4.02,60 -12489,buy_contrast_m10_bb_pos,buy,2025-06-26 07:24:00,1214.0,7.3959,1,leg_gt,4.02,60 -12490,buy_contrast_m10_bb_pos,buy,2025-06-26 07:27:00,1214.0,7.3959,1,leg_gt,4.02,60 -12491,buy_contrast_m10_bb_pos,buy,2025-06-26 08:00:00,1208.0,7.9298,1,leg_gt,3.99,60 -12492,buy_contrast_m10_bb_pos,buy,2025-06-26 08:03:00,1208.0,7.9298,1,leg_gt,3.99,60 -12493,buy_contrast_m10_bb_pos,buy,2025-06-26 08:06:00,1205.0,8.1988,1,leg_gt,3.99,60 -12494,buy_contrast_m10_bb_pos,buy,2025-06-26 08:09:00,1207.0,8.0193,1,leg_gt,3.99,60 -12495,buy_contrast_m10_bb_pos,buy,2025-06-26 08:12:00,1207.0,8.0193,1,leg_gt,3.99,60 -12496,buy_contrast_m10_bb_pos,buy,2025-06-26 08:15:00,1212.0,7.5733,1,leg_gt,3.98,60 -12497,buy_contrast_m10_bb_pos,buy,2025-06-26 08:18:00,1214.0,7.3959,1,leg_gt,3.98,60 -12498,buy_contrast_m10_bb_pos,buy,2025-06-26 13:42:00,1213.0,7.4845,1,leg_gt,3.76,60 -12499,buy_contrast_m10_bb_pos,buy,2025-06-26 13:45:00,1215.0,7.3074,1,leg_gt,3.75,60 -12500,buy_contrast_m10_bb_pos,buy,2025-06-26 13:48:00,1213.0,7.4845,1,leg_gt,3.75,60 -12501,buy_contrast_m10_bb_pos,buy,2025-06-26 13:51:00,1212.0,7.5733,1,leg_gt,3.75,60 -12502,buy_contrast_m10_bb_pos,buy,2025-06-26 13:54:00,1212.0,7.5733,1,leg_gt,3.75,60 -12503,buy_contrast_m10_bb_pos,buy,2025-06-26 13:57:00,1217.0,7.1309,1,leg_gt,3.75,60 -12504,buy_contrast_m10_bb_pos,buy,2025-06-26 14:30:00,1211.0,7.6622,1,leg_gt,3.72,60 -12505,buy_contrast_m10_bb_pos,buy,2025-06-26 14:33:00,1211.0,7.6622,1,leg_gt,3.72,60 -12506,buy_contrast_m10_bb_pos,buy,2025-06-26 14:36:00,1214.0,7.3959,1,leg_gt,3.72,60 -12507,buy_contrast_m10_bb_pos,buy,2025-06-26 14:39:00,1209.0,7.8404,1,leg_gt,3.72,60 -12508,buy_contrast_m10_bb_pos,buy,2025-06-26 14:42:00,1210.0,7.7512,1,leg_gt,3.71,60 -12509,buy_contrast_m10_bb_pos,buy,2025-06-26 14:45:00,1212.0,7.5733,1,leg_gt,3.71,60 -12510,buy_contrast_m10_bb_pos,buy,2025-06-26 14:48:00,1212.0,7.5733,1,leg_gt,3.71,60 -12511,buy_contrast_m10_bb_pos,buy,2025-06-26 18:30:00,1210.0,7.7512,1,leg_gt,3.56,60 -12512,buy_contrast_m10_bb_pos,buy,2025-06-26 18:33:00,1208.0,7.9298,1,leg_gt,3.55,60 -12513,buy_contrast_m10_bb_pos,buy,2025-06-26 18:36:00,1208.0,7.9298,1,leg_gt,3.55,60 -12514,buy_contrast_m10_bb_pos,buy,2025-06-26 18:39:00,1208.0,7.9298,1,leg_gt,3.55,60 -12515,buy_contrast_m10_bb_pos,buy,2025-06-26 18:51:00,1207.0,8.0193,1,leg_gt,3.54,60 -12516,buy_contrast_m10_bb_pos,buy,2025-06-26 18:54:00,1207.0,8.0193,1,leg_gt,3.54,60 -12517,buy_contrast_m10_bb_pos,buy,2025-06-26 18:57:00,1206.0,8.109,1,leg_gt,3.54,60 -12518,buy_contrast_m10_bb_pos,buy,2025-06-26 21:00:00,1204.0,8.2887,1,leg_gt,3.45,60 -12519,buy_contrast_m10_bb_pos,buy,2025-06-26 21:03:00,1202.0,8.4691,1,leg_gt,3.45,60 -12520,buy_contrast_m10_bb_pos,buy,2025-06-26 21:06:00,1205.0,8.1988,1,leg_gt,3.45,60 -12521,buy_contrast_m10_bb_pos,buy,2025-06-26 21:09:00,1202.0,8.4691,1,leg_gt,3.45,60 -12522,buy_contrast_m10_bb_pos,buy,2025-06-26 22:30:00,1183.0,10.2128,1,leg_gt,3.39,60 -12523,buy_contrast_m10_bb_pos,buy,2025-06-26 22:33:00,1182.0,10.3061,1,leg_gt,3.39,60 -12524,buy_contrast_m10_bb_pos,buy,2025-06-26 22:36:00,1182.0,10.3061,1,leg_gt,3.39,60 -12525,buy_contrast_m10_bb_pos,buy,2025-06-26 22:39:00,1182.0,10.3061,1,leg_gt,3.38,60 -12526,buy_contrast_m10_bb_pos,buy,2025-06-26 22:42:00,1185.0,10.0266,1,leg_gt,3.38,60 -12527,buy_contrast_m10_bb_pos,buy,2025-06-26 22:45:00,1186.0,9.9337,1,leg_gt,3.38,60 -12528,buy_contrast_m10_bb_pos,buy,2025-06-26 22:48:00,1182.0,10.3061,1,leg_gt,3.38,60 -12529,buy_contrast_m10_bb_pos,buy,2025-06-26 22:51:00,1176.0,10.8694,1,leg_gt,3.38,60 -12530,buy_contrast_m10_bb_pos,buy,2025-06-26 22:54:00,1176.0,10.8694,1,leg_gt,3.37,60 -12531,buy_contrast_m10_bb_pos,buy,2025-06-26 22:57:00,1174.0,11.0584,1,leg_gt,3.37,60 -12532,buy_contrast_m10_bb_pos,buy,2025-06-26 23:00:00,1178.0,10.681,1,leg_gt,3.37,60 -12533,buy_contrast_m10_bb_pos,buy,2025-06-26 23:03:00,1179.0,10.587,1,leg_gt,3.37,60 -12534,buy_contrast_m10_bb_pos,buy,2025-06-26 23:06:00,1179.0,10.587,1,leg_gt,3.36,60 -12535,buy_contrast_m10_bb_pos,buy,2025-06-26 23:09:00,1176.0,10.8694,1,leg_gt,3.36,60 -12536,buy_contrast_m10_bb_pos,buy,2025-06-26 23:12:00,1172.0,11.2481,1,leg_gt,3.36,60 -12537,buy_contrast_m10_bb_pos,buy,2025-06-26 23:15:00,1177.0,10.7751,1,leg_gt,3.36,60 -12538,buy_contrast_m10_bb_pos,buy,2025-06-26 23:18:00,1178.0,10.681,1,leg_gt,3.36,60 -12539,buy_contrast_m10_bb_pos,buy,2025-06-26 23:21:00,1178.0,10.681,1,leg_gt,3.35,60 -12540,buy_contrast_m10_bb_pos,buy,2025-06-26 23:24:00,1180.0,10.4932,1,leg_gt,3.35,60 -12541,buy_contrast_m10_bb_pos,buy,2025-06-26 23:27:00,1184.0,10.1196,1,leg_gt,3.35,60 -12542,buy_contrast_m10_bb_pos,buy,2025-06-27 07:42:00,1194.0,9.1965,1,leg_gt,3.01,60 -12543,buy_contrast_m10_bb_pos,buy,2025-06-27 07:45:00,1192.0,9.3799,1,leg_gt,3.0,60 -12544,buy_contrast_m10_bb_pos,buy,2025-06-27 07:48:00,1195.0,9.105,1,leg_gt,3.0,60 -12545,buy_contrast_m10_bb_pos,buy,2025-06-27 08:00:00,1191.0,9.4718,1,leg_gt,2.99,60 -12546,buy_contrast_m10_bb_pos,buy,2025-06-27 08:03:00,1189.0,9.6561,1,leg_gt,2.99,60 -12547,buy_contrast_m10_bb_pos,buy,2025-06-27 08:06:00,1188.0,9.7485,1,leg_gt,2.99,60 -12548,buy_contrast_m10_bb_pos,buy,2025-06-27 08:09:00,1188.0,9.7485,1,leg_gt,2.99,60 -12549,buy_contrast_m10_bb_pos,buy,2025-06-27 08:12:00,1190.0,9.5639,1,leg_gt,2.99,60 -12550,buy_contrast_m10_bb_pos,buy,2025-06-27 08:15:00,1190.0,9.5639,1,leg_gt,2.98,60 -12551,buy_contrast_m10_bb_pos,buy,2025-06-27 08:18:00,1188.0,9.7485,1,leg_gt,2.98,60 -12552,buy_contrast_m10_bb_pos,buy,2025-06-27 08:21:00,1188.0,9.7485,1,leg_gt,2.98,60 -12553,buy_contrast_m10_bb_pos,buy,2025-06-27 08:24:00,1192.0,9.3799,1,leg_gt,2.98,60 -12554,buy_contrast_m10_bb_pos,buy,2025-06-27 08:27:00,1189.0,9.6561,1,leg_gt,2.98,60 -12555,buy_contrast_m10_bb_pos,buy,2025-06-27 15:00:00,1185.0,10.0266,1,leg_gt,2.7,60 -12556,buy_contrast_m10_bb_pos,buy,2025-06-27 15:03:00,1186.0,9.9337,1,leg_gt,2.7,60 -12557,buy_contrast_m10_bb_pos,buy,2025-06-27 15:06:00,1186.0,9.9337,1,leg_gt,2.7,60 -12558,buy_contrast_m10_bb_pos,buy,2025-06-27 15:09:00,1184.0,10.1196,1,leg_gt,2.7,60 -12559,buy_contrast_m10_bb_pos,buy,2025-06-27 16:42:00,1180.0,10.4932,1,leg_gt,2.63,60 -12560,buy_contrast_m10_bb_pos,buy,2025-06-27 16:45:00,1179.0,10.587,1,leg_gt,2.63,60 -12561,buy_contrast_m10_bb_pos,buy,2025-06-27 16:48:00,1178.0,10.681,1,leg_gt,2.63,60 -12562,buy_contrast_m10_bb_pos,buy,2025-06-27 17:00:00,1181.0,10.3996,1,leg_gt,2.62,60 -12563,buy_contrast_m10_bb_pos,buy,2025-06-27 17:03:00,1182.0,10.3061,1,leg_gt,2.62,60 -12564,buy_contrast_m10_bb_pos,buy,2025-06-27 17:06:00,1181.0,10.3996,1,leg_gt,2.61,60 -12565,buy_contrast_m10_bb_pos,buy,2025-06-27 17:09:00,1182.0,10.3061,1,leg_gt,2.61,60 -12566,buy_contrast_m10_bb_pos,buy,2025-06-27 17:12:00,1183.0,10.2128,1,leg_gt,2.61,60 -12567,buy_contrast_m10_bb_pos,buy,2025-06-27 17:15:00,1184.0,10.1196,1,leg_gt,2.61,60 -12568,buy_contrast_m10_bb_pos,buy,2025-06-27 17:18:00,1182.0,10.3061,1,leg_gt,2.61,60 -12569,buy_contrast_m10_bb_pos,buy,2025-06-27 22:30:00,1180.0,10.4932,1,leg_gt,2.39,60 -12570,buy_contrast_m10_bb_pos,buy,2025-06-27 22:33:00,1182.0,10.3061,1,leg_gt,2.39,60 -12571,buy_contrast_m10_bb_pos,buy,2025-06-27 22:36:00,1182.0,10.3061,1,leg_gt,2.39,60 -12572,buy_contrast_m10_bb_pos,buy,2025-06-27 22:39:00,1188.0,9.7485,1,leg_gt,2.38,60 -12573,buy_contrast_m10_bb_pos,buy,2025-06-27 22:51:00,1179.0,10.587,1,leg_gt,2.38,60 -12574,buy_contrast_m10_bb_pos,buy,2025-06-27 22:54:00,1184.0,10.1196,1,leg_gt,2.37,60 -12575,buy_contrast_m10_bb_pos,buy,2025-06-27 22:57:00,1190.0,9.5639,1,leg_gt,2.37,60 -12576,buy_contrast_m10_bb_pos,buy,2025-06-28 03:21:00,1179.0,10.587,1,leg_gt,2.19,60 -12577,buy_contrast_m10_bb_pos,buy,2025-06-28 03:24:00,1183.0,10.2128,1,leg_gt,2.19,60 -12578,buy_contrast_m10_bb_pos,buy,2025-06-28 03:27:00,1183.0,10.2128,1,leg_gt,2.18,60 -12579,buy_contrast_m10_bb_pos,buy,2025-06-28 03:30:00,1179.0,10.587,1,leg_gt,2.18,60 -12580,buy_contrast_m10_bb_pos,buy,2025-06-28 03:33:00,1181.0,10.3996,1,leg_gt,2.18,60 -12581,buy_contrast_m10_bb_pos,buy,2025-06-28 03:36:00,1178.0,10.681,1,leg_gt,2.18,60 -12582,buy_contrast_m10_bb_pos,buy,2025-06-28 03:39:00,1176.0,10.8694,1,leg_gt,2.17,60 -12583,buy_contrast_m10_bb_pos,buy,2025-06-28 03:51:00,1176.0,10.8694,1,leg_gt,2.17,60 -12584,buy_contrast_m10_bb_pos,buy,2025-06-28 03:54:00,1176.0,10.8694,1,leg_gt,2.16,60 -12585,buy_contrast_m10_bb_pos,buy,2025-06-28 03:57:00,1176.0,10.8694,1,leg_gt,2.16,60 -12586,buy_contrast_m10_bb_pos,buy,2025-06-28 10:42:00,1196.0,9.0137,1,leg_gt,1.88,60 -12587,buy_contrast_m10_bb_pos,buy,2025-06-28 10:45:00,1199.0,8.7407,1,leg_gt,1.88,60 -12588,buy_contrast_m10_bb_pos,buy,2025-06-28 10:48:00,1200.0,8.65,1,leg_gt,1.88,60 -12589,buy_contrast_m10_bb_pos,buy,2025-06-28 14:00:00,1197.0,8.9226,1,leg_gt,1.74,60 -12590,buy_contrast_m10_bb_pos,buy,2025-06-28 14:03:00,1198.0,8.8316,1,leg_gt,1.74,60 -12591,buy_contrast_m10_bb_pos,buy,2025-06-28 14:06:00,1199.0,8.7407,1,leg_gt,1.74,60 -12592,buy_contrast_m10_bb_pos,buy,2025-06-28 14:09:00,1200.0,8.65,1,leg_gt,1.74,60 -12593,buy_contrast_m10_bb_pos,buy,2025-06-28 17:21:00,1199.0,8.7407,1,leg_gt,1.6,60 -12594,buy_contrast_m10_bb_pos,buy,2025-06-28 17:24:00,1204.0,8.2887,1,leg_gt,1.6,60 -12595,buy_contrast_m10_bb_pos,buy,2025-06-28 17:27:00,1202.0,8.4691,1,leg_gt,1.6,60 -12596,buy_contrast_m10_bb_pos,buy,2025-06-28 18:12:00,1197.0,8.9226,1,leg_gt,1.57,60 -12597,buy_contrast_m10_bb_pos,buy,2025-06-28 18:15:00,1196.0,9.0137,1,leg_gt,1.57,60 -12598,buy_contrast_m10_bb_pos,buy,2025-06-28 18:18:00,1196.0,9.0137,1,leg_gt,1.56,60 -12599,buy_contrast_m10_bb_pos,buy,2025-06-28 18:21:00,1196.0,9.0137,1,leg_gt,1.56,60 -12600,buy_contrast_m10_bb_pos,buy,2025-06-28 18:24:00,1199.0,8.7407,1,leg_gt,1.56,60 -12601,buy_contrast_m10_bb_pos,buy,2025-06-28 18:27:00,1199.0,8.7407,1,leg_gt,1.56,60 -12602,buy_contrast_m10_bb_pos,buy,2025-06-28 19:12:00,1195.0,9.105,1,leg_gt,1.53,60 -12603,buy_contrast_m10_bb_pos,buy,2025-06-28 19:15:00,1195.0,9.105,1,leg_gt,1.52,60 -12604,buy_contrast_m10_bb_pos,buy,2025-06-28 19:18:00,1194.0,9.1965,1,leg_gt,1.52,60 -12605,buy_contrast_m10_bb_pos,buy,2025-06-28 19:21:00,1197.0,8.9226,1,leg_gt,1.52,60 -12606,buy_contrast_m10_bb_pos,buy,2025-06-28 19:24:00,1196.0,9.0137,1,leg_gt,1.52,60 -12607,buy_contrast_m10_bb_pos,buy,2025-06-28 19:27:00,1196.0,9.0137,1,leg_gt,1.52,60 -12608,buy_contrast_m10_bb_pos,buy,2025-06-28 21:00:00,1193.0,9.2881,1,leg_gt,1.45,60 -12609,buy_contrast_m10_bb_pos,buy,2025-06-28 21:03:00,1193.0,9.2881,1,leg_gt,1.45,60 -12610,buy_contrast_m10_bb_pos,buy,2025-06-28 21:06:00,1193.0,9.2881,1,leg_gt,1.45,60 -12611,buy_contrast_m10_bb_pos,buy,2025-06-28 21:09:00,1193.0,9.2881,1,leg_gt,1.45,60 -12612,buy_contrast_m10_bb_pos,buy,2025-06-28 21:12:00,1194.0,9.1965,1,leg_gt,1.44,60 -12613,buy_contrast_m10_bb_pos,buy,2025-06-28 21:15:00,1193.0,9.2881,1,leg_gt,1.44,60 -12614,buy_contrast_m10_bb_pos,buy,2025-06-28 21:18:00,1192.0,9.3799,1,leg_gt,1.44,60 -12615,buy_contrast_m10_bb_pos,buy,2025-06-28 21:21:00,1193.0,9.2881,1,leg_gt,1.44,60 -12616,buy_contrast_m10_bb_pos,buy,2025-06-28 21:24:00,1193.0,9.2881,1,leg_gt,1.44,60 -12617,buy_contrast_m10_bb_pos,buy,2025-06-28 21:27:00,1193.0,9.2881,1,leg_gt,1.43,60 -12618,buy_contrast_m10_bb_pos,buy,2025-06-29 14:30:00,1219.0,6.955,1,leg_gt,0.72,60 -12619,buy_contrast_m10_bb_pos,buy,2025-06-29 14:33:00,1219.0,6.955,1,leg_gt,0.72,60 -12620,buy_contrast_m10_bb_pos,buy,2025-06-29 14:36:00,1219.0,6.955,1,leg_gt,0.72,60 -12621,buy_contrast_m10_bb_pos,buy,2025-06-29 14:39:00,1221.0,6.7796,1,leg_gt,0.72,60 -12622,buy_contrast_m10_bb_pos,buy,2025-06-29 14:51:00,1220.0,6.8672,1,leg_gt,0.71,60 -12623,buy_contrast_m10_bb_pos,buy,2025-06-29 14:54:00,1221.0,6.7796,1,leg_gt,0.71,60 -12624,buy_contrast_m10_bb_pos,buy,2025-06-29 14:57:00,1219.0,6.955,1,leg_gt,0.7,60 -12625,buy_contrast_m10_bb_pos,buy,2025-06-30 00:12:00,1221.0,6.7796,1,leg_gt,0.32,60 -12626,buy_contrast_m10_bb_pos,buy,2025-06-30 00:15:00,1222.0,6.6921,1,leg_gt,0.32,60 -12627,buy_contrast_m10_bb_pos,buy,2025-06-30 00:18:00,1219.0,6.955,1,leg_gt,0.31,60 -12628,buy_contrast_m10_bb_pos,buy,2025-06-30 00:42:00,1221.0,6.7796,1,leg_gt,0.3,60 -12629,buy_contrast_m10_bb_pos,buy,2025-06-30 00:45:00,1219.0,6.955,1,leg_gt,0.3,60 -12630,buy_contrast_m10_bb_pos,buy,2025-06-30 00:48:00,1216.0,7.2191,1,leg_gt,0.29,60 -12631,buy_contrast_m10_bb_pos,buy,2025-06-30 00:51:00,1219.0,6.955,1,leg_gt,0.29,60 -12632,buy_contrast_m10_bb_pos,buy,2025-06-30 00:54:00,1217.0,7.1309,1,leg_gt,0.29,60 -12633,buy_contrast_m10_bb_pos,buy,2025-06-30 00:57:00,1219.0,6.955,1,leg_gt,0.29,60 -12634,buy_contrast_m10_bb_pos,buy,2025-06-30 10:12:00,1267.0,20.9734,1,leg_gt,11.2,60 -12635,buy_contrast_m10_bb_pos,buy,2025-06-30 10:15:00,1268.0,20.8779,1,leg_gt,11.2,60 -12636,buy_contrast_m10_bb_pos,buy,2025-06-30 10:18:00,1265.0,21.1648,1,leg_gt,11.2,60 -12637,buy_contrast_m10_bb_pos,buy,2025-06-30 10:42:00,1264.0,21.2608,1,leg_gt,11.18,60 -12638,buy_contrast_m10_bb_pos,buy,2025-06-30 10:45:00,1265.0,21.1648,1,leg_gt,11.18,60 -12639,buy_contrast_m10_bb_pos,buy,2025-06-30 10:48:00,1266.0,21.069,1,leg_gt,11.18,60 -12640,buy_contrast_m10_bb_pos,buy,2025-06-30 10:51:00,1264.0,21.2608,1,leg_gt,11.18,60 -12641,buy_contrast_m10_bb_pos,buy,2025-06-30 10:54:00,1264.0,21.2608,1,leg_gt,11.18,60 -12642,buy_contrast_m10_bb_pos,buy,2025-06-30 10:57:00,1265.0,21.1648,1,leg_gt,11.17,60 -12643,buy_contrast_m10_bb_pos,buy,2025-06-30 11:00:00,1263.0,21.3568,1,leg_gt,11.17,60 -12644,buy_contrast_m10_bb_pos,buy,2025-06-30 11:03:00,1262.0,21.4531,1,leg_gt,11.17,60 -12645,buy_contrast_m10_bb_pos,buy,2025-06-30 11:06:00,1261.0,21.5495,1,leg_gt,11.17,60 -12646,buy_contrast_m10_bb_pos,buy,2025-06-30 11:09:00,1259.0,21.7427,1,leg_gt,11.16,60 -12647,buy_contrast_m10_bb_pos,buy,2025-06-30 11:12:00,1262.0,21.4531,1,leg_gt,11.16,60 -12648,buy_contrast_m10_bb_pos,buy,2025-06-30 11:15:00,1264.0,21.2608,1,leg_gt,11.16,60 -12649,buy_contrast_m10_bb_pos,buy,2025-06-30 11:18:00,1264.0,21.2608,1,leg_gt,11.16,60 -12650,buy_contrast_m10_bb_pos,buy,2025-06-30 11:42:00,1257.0,21.9366,1,leg_gt,11.14,60 -12651,buy_contrast_m10_bb_pos,buy,2025-06-30 11:45:00,1257.0,21.9366,1,leg_gt,11.14,60 -12652,buy_contrast_m10_bb_pos,buy,2025-06-30 11:48:00,1257.0,21.9366,1,leg_gt,11.14,60 -12653,buy_contrast_m10_bb_pos,buy,2025-06-30 12:00:00,1250.0,22.62,1,leg_gt,11.13,60 -12654,buy_contrast_m10_bb_pos,buy,2025-06-30 12:03:00,1249.0,22.7183,1,leg_gt,11.13,60 -12655,buy_contrast_m10_bb_pos,buy,2025-06-30 12:06:00,1250.0,22.62,1,leg_gt,11.12,60 -12656,buy_contrast_m10_bb_pos,buy,2025-06-30 12:09:00,1251.0,22.5219,1,leg_gt,11.12,60 -12657,buy_contrast_m10_bb_pos,buy,2025-06-30 12:12:00,1251.0,22.5219,1,leg_gt,11.12,60 -12658,buy_contrast_m10_bb_pos,buy,2025-06-30 12:15:00,1255.0,22.1311,1,leg_gt,11.12,60 -12659,buy_contrast_m10_bb_pos,buy,2025-06-30 12:18:00,1251.0,22.5219,1,leg_gt,11.12,60 -12660,buy_contrast_m10_bb_pos,buy,2025-06-30 14:00:00,1248.0,22.8167,1,leg_gt,11.05,60 -12661,buy_contrast_m10_bb_pos,buy,2025-06-30 14:03:00,1250.0,22.62,1,leg_gt,11.04,60 -12662,buy_contrast_m10_bb_pos,buy,2025-06-30 14:06:00,1254.0,22.2285,1,leg_gt,11.04,60 -12663,buy_contrast_m10_bb_pos,buy,2025-06-30 14:09:00,1251.0,22.5219,1,leg_gt,11.04,60 -12664,buy_contrast_m10_bb_pos,buy,2025-06-30 16:00:00,1244.0,23.2119,1,leg_gt,10.96,60 -12665,buy_contrast_m10_bb_pos,buy,2025-06-30 16:03:00,1247.0,22.9152,1,leg_gt,10.96,60 -12666,buy_contrast_m10_bb_pos,buy,2025-06-30 16:06:00,1244.0,23.2119,1,leg_gt,10.96,60 -12667,buy_contrast_m10_bb_pos,buy,2025-06-30 16:09:00,1247.0,22.9152,1,leg_gt,10.96,60 -12668,buy_contrast_m10_bb_pos,buy,2025-06-30 18:51:00,1243.0,23.3111,1,leg_gt,10.84,60 -12669,buy_contrast_m10_bb_pos,buy,2025-06-30 18:54:00,1243.0,23.3111,1,leg_gt,10.84,60 -12670,buy_contrast_m10_bb_pos,buy,2025-06-30 18:57:00,1242.0,23.4105,1,leg_gt,10.84,60 -12671,buy_contrast_m10_bb_pos,buy,2025-06-30 19:00:00,1238.0,23.8095,1,leg_gt,10.84,60 -12672,buy_contrast_m10_bb_pos,buy,2025-06-30 19:03:00,1240.0,23.6097,1,leg_gt,10.84,60 -12673,buy_contrast_m10_bb_pos,buy,2025-06-30 19:06:00,1240.0,23.6097,1,leg_gt,10.83,60 -12674,buy_contrast_m10_bb_pos,buy,2025-06-30 19:09:00,1238.0,23.8095,1,leg_gt,10.83,60 -12675,buy_contrast_m10_bb_pos,buy,2025-06-30 19:12:00,1238.0,23.8095,1,leg_gt,10.83,60 -12676,buy_contrast_m10_bb_pos,buy,2025-06-30 19:15:00,1237.0,23.9097,1,leg_gt,10.83,60 -12677,buy_contrast_m10_bb_pos,buy,2025-06-30 19:18:00,1237.0,23.9097,1,leg_gt,10.82,60 -12678,buy_contrast_m10_bb_pos,buy,2025-06-30 19:21:00,1238.0,23.8095,1,leg_gt,10.82,60 -12679,buy_contrast_m10_bb_pos,buy,2025-06-30 19:24:00,1239.0,23.7095,1,leg_gt,10.82,60 -12680,buy_contrast_m10_bb_pos,buy,2025-06-30 19:27:00,1239.0,23.7095,1,leg_gt,10.82,60 -12681,buy_contrast_m10_bb_pos,buy,2025-06-30 21:00:00,1232.0,24.413,1,leg_gt,10.75,60 -12682,buy_contrast_m10_bb_pos,buy,2025-06-30 21:03:00,1234.0,24.2112,1,leg_gt,10.75,60 -12683,buy_contrast_m10_bb_pos,buy,2025-06-30 21:06:00,1236.0,24.01,1,leg_gt,10.75,60 -12684,buy_contrast_m10_bb_pos,buy,2025-06-30 21:09:00,1239.0,23.7095,1,leg_gt,10.75,60 -12685,buy_contrast_m10_bb_pos,buy,2025-06-30 22:12:00,1225.0,25.1245,1,leg_gt,10.7,60 -12686,buy_contrast_m10_bb_pos,buy,2025-06-30 22:15:00,1225.0,25.1245,1,leg_gt,10.7,60 -12687,buy_contrast_m10_bb_pos,buy,2025-06-30 22:18:00,1224.0,25.2268,1,leg_gt,10.7,60 -12688,buy_contrast_m10_bb_pos,buy,2025-06-30 22:42:00,1221.0,25.5347,1,leg_gt,10.68,60 -12689,buy_contrast_m10_bb_pos,buy,2025-06-30 22:45:00,1222.0,25.4319,1,leg_gt,10.68,60 -12690,buy_contrast_m10_bb_pos,buy,2025-06-30 22:48:00,1222.0,25.4319,1,leg_gt,10.68,60 -12691,buy_contrast_m10_bb_pos,buy,2025-06-30 23:00:00,1218.0,25.8442,1,leg_gt,10.67,60 -12692,buy_contrast_m10_bb_pos,buy,2025-06-30 23:03:00,1218.0,25.8442,1,leg_gt,10.67,60 -12693,buy_contrast_m10_bb_pos,buy,2025-06-30 23:06:00,1215.0,26.1551,1,leg_gt,10.67,60 -12694,buy_contrast_m10_bb_pos,buy,2025-06-30 23:09:00,1212.0,26.4677,1,leg_gt,10.66,60 -12695,buy_contrast_m10_bb_pos,buy,2025-07-01 00:21:00,1213.0,26.3633,1,leg_gt,10.61,60 -12696,buy_contrast_m10_bb_pos,buy,2025-07-01 00:24:00,1215.0,26.1551,1,leg_gt,10.61,60 -12697,buy_contrast_m10_bb_pos,buy,2025-07-01 00:27:00,1215.0,26.1551,1,leg_gt,10.61,60 -12698,buy_contrast_m10_bb_pos,buy,2025-07-01 03:51:00,1224.0,25.2268,1,leg_gt,10.47,60 -12699,buy_contrast_m10_bb_pos,buy,2025-07-01 03:54:00,1225.0,25.1245,1,leg_gt,10.47,60 -12700,buy_contrast_m10_bb_pos,buy,2025-07-01 07:12:00,1229.0,24.7169,1,leg_gt,10.33,60 -12701,buy_contrast_m10_bb_pos,buy,2025-07-01 07:15:00,1230.0,24.6154,1,leg_gt,10.33,60 -12702,buy_contrast_m10_bb_pos,buy,2025-07-01 07:18:00,1230.0,24.6154,1,leg_gt,10.32,60 -12703,buy_contrast_m10_bb_pos,buy,2025-07-01 07:51:00,1227.0,24.9204,1,leg_gt,10.3,60 -12704,buy_contrast_m10_bb_pos,buy,2025-07-01 07:54:00,1225.0,25.1245,1,leg_gt,10.3,60 -12705,buy_contrast_m10_bb_pos,buy,2025-07-01 07:57:00,1225.0,25.1245,1,leg_gt,10.3,60 -12706,buy_contrast_m10_bb_pos,buy,2025-07-01 08:30:00,1221.0,25.5347,1,leg_gt,10.28,60 -12707,buy_contrast_m10_bb_pos,buy,2025-07-01 08:33:00,1219.0,25.7409,1,leg_gt,10.27,60 -12708,buy_contrast_m10_bb_pos,buy,2025-07-01 08:36:00,1220.0,25.6377,1,leg_gt,10.27,60 -12709,buy_contrast_m10_bb_pos,buy,2025-07-01 08:39:00,1222.0,25.4319,1,leg_gt,10.27,60 -12710,buy_contrast_m10_bb_pos,buy,2025-07-01 08:42:00,1221.0,25.5347,1,leg_gt,10.27,60 -12711,buy_contrast_m10_bb_pos,buy,2025-07-01 08:45:00,1223.0,25.3293,1,leg_gt,10.26,60 -12712,buy_contrast_m10_bb_pos,buy,2025-07-01 08:48:00,1221.0,25.5347,1,leg_gt,10.26,60 -12713,buy_contrast_m10_bb_pos,buy,2025-07-01 09:30:00,1217.0,25.9477,1,leg_gt,10.23,60 -12714,buy_contrast_m10_bb_pos,buy,2025-07-01 09:33:00,1215.0,26.1551,1,leg_gt,10.23,60 -12715,buy_contrast_m10_bb_pos,buy,2025-07-01 09:36:00,1219.0,25.7409,1,leg_gt,10.23,60 -12716,buy_contrast_m10_bb_pos,buy,2025-07-01 09:39:00,1217.0,25.9477,1,leg_gt,10.23,60 -12717,buy_contrast_m10_bb_pos,buy,2025-07-01 09:42:00,1218.0,25.8442,1,leg_gt,10.22,60 -12718,buy_contrast_m10_bb_pos,buy,2025-07-01 09:45:00,1218.0,25.8442,1,leg_gt,10.22,60 -12719,buy_contrast_m10_bb_pos,buy,2025-07-01 09:48:00,1219.0,25.7409,1,leg_gt,10.22,60 -12720,buy_contrast_m10_bb_pos,buy,2025-07-01 09:51:00,1218.0,25.8442,1,leg_gt,10.22,60 -12721,buy_contrast_m10_bb_pos,buy,2025-07-01 09:54:00,1219.0,25.7409,1,leg_gt,10.22,60 -12722,buy_contrast_m10_bb_pos,buy,2025-07-01 09:57:00,1219.0,25.7409,1,leg_gt,10.21,60 -12723,buy_contrast_m10_bb_pos,buy,2025-07-01 11:51:00,1210.0,26.6769,1,leg_gt,10.14,60 -12724,buy_contrast_m10_bb_pos,buy,2025-07-01 11:54:00,1209.0,26.7817,1,leg_gt,10.13,60 -12725,buy_contrast_m10_bb_pos,buy,2025-07-01 11:57:00,1208.0,26.8868,1,leg_gt,10.13,60 -12726,buy_contrast_m10_bb_pos,buy,2025-07-01 12:00:00,1208.0,26.8868,1,leg_gt,10.13,60 -12727,buy_contrast_m10_bb_pos,buy,2025-07-01 12:03:00,1208.0,26.8868,1,leg_gt,10.13,60 -12728,buy_contrast_m10_bb_pos,buy,2025-07-01 12:06:00,1209.0,26.7817,1,leg_gt,10.12,60 -12729,buy_contrast_m10_bb_pos,buy,2025-07-01 12:09:00,1208.0,26.8868,1,leg_gt,10.12,60 -12730,buy_contrast_m10_bb_pos,buy,2025-07-01 12:12:00,1205.0,27.2029,1,leg_gt,10.12,60 -12731,buy_contrast_m10_bb_pos,buy,2025-07-01 12:15:00,1208.0,26.8868,1,leg_gt,10.12,60 -12732,buy_contrast_m10_bb_pos,buy,2025-07-01 12:18:00,1210.0,26.6769,1,leg_gt,10.12,60 -12733,buy_contrast_m10_bb_pos,buy,2025-07-01 13:12:00,1206.0,27.0973,1,leg_gt,10.08,60 -12734,buy_contrast_m10_bb_pos,buy,2025-07-01 13:15:00,1207.0,26.992,1,leg_gt,10.08,60 -12735,buy_contrast_m10_bb_pos,buy,2025-07-01 13:18:00,1206.0,27.0973,1,leg_gt,10.07,60 -12736,buy_contrast_m10_bb_pos,buy,2025-07-01 13:21:00,1206.0,27.0973,1,leg_gt,10.07,60 -12737,buy_contrast_m10_bb_pos,buy,2025-07-01 13:24:00,1207.0,26.992,1,leg_gt,10.07,60 -12738,buy_contrast_m10_bb_pos,buy,2025-07-01 13:27:00,1204.0,27.3086,1,leg_gt,10.07,60 -12739,buy_contrast_m10_bb_pos,buy,2025-07-01 14:42:00,1190.0,28.8076,1,leg_gt,10.02,60 -12740,buy_contrast_m10_bb_pos,buy,2025-07-01 14:45:00,1190.0,28.8076,1,leg_gt,10.01,60 -12741,buy_contrast_m10_bb_pos,buy,2025-07-01 14:48:00,1193.0,28.4834,1,leg_gt,10.01,60 -12742,buy_contrast_m10_bb_pos,buy,2025-07-01 17:42:00,1189.0,28.916,1,leg_gt,9.89,60 -12743,buy_contrast_m10_bb_pos,buy,2025-07-01 17:45:00,1188.0,29.0246,1,leg_gt,9.89,60 -12744,buy_contrast_m10_bb_pos,buy,2025-07-01 17:48:00,1190.0,28.8076,1,leg_gt,9.89,60 -12745,buy_contrast_m10_bb_pos,buy,2025-07-01 20:21:00,1189.0,28.916,1,leg_gt,9.78,60 -12746,buy_contrast_m10_bb_pos,buy,2025-07-01 20:24:00,1191.0,28.6993,1,leg_gt,9.78,60 -12747,buy_contrast_m10_bb_pos,buy,2025-07-01 20:27:00,1189.0,28.916,1,leg_gt,9.78,60 -12748,buy_contrast_m10_bb_pos,buy,2025-07-01 20:42:00,1187.0,29.1334,1,leg_gt,9.77,60 -12749,buy_contrast_m10_bb_pos,buy,2025-07-01 20:45:00,1189.0,28.916,1,leg_gt,9.76,60 -12750,buy_contrast_m10_bb_pos,buy,2025-07-01 20:48:00,1188.0,29.0246,1,leg_gt,9.76,60 -12751,buy_contrast_m10_bb_pos,buy,2025-07-01 20:51:00,1187.0,29.1334,1,leg_gt,9.76,60 -12752,buy_contrast_m10_bb_pos,buy,2025-07-01 20:54:00,1187.0,29.1334,1,leg_gt,9.76,60 -12753,buy_contrast_m10_bb_pos,buy,2025-07-01 20:57:00,1187.0,29.1334,1,leg_gt,9.76,60 -12754,buy_contrast_m10_bb_pos,buy,2025-07-01 21:00:00,1188.0,29.0246,1,leg_gt,9.75,60 -12755,buy_contrast_m10_bb_pos,buy,2025-07-01 21:03:00,1186.0,29.2423,1,leg_gt,9.75,60 -12756,buy_contrast_m10_bb_pos,buy,2025-07-01 21:06:00,1187.0,29.1334,1,leg_gt,9.75,60 -12757,buy_contrast_m10_bb_pos,buy,2025-07-01 21:09:00,1188.0,29.0246,1,leg_gt,9.75,60 -12758,buy_contrast_m10_bb_pos,buy,2025-07-01 21:21:00,1186.0,29.2423,1,leg_gt,9.74,60 -12759,buy_contrast_m10_bb_pos,buy,2025-07-01 21:24:00,1183.0,29.5703,1,leg_gt,9.74,60 -12760,buy_contrast_m10_bb_pos,buy,2025-07-01 21:27:00,1183.0,29.5703,1,leg_gt,9.74,60 -12761,buy_contrast_m10_bb_pos,buy,2025-07-01 21:42:00,1184.0,29.4608,1,leg_gt,9.72,60 -12762,buy_contrast_m10_bb_pos,buy,2025-07-01 21:45:00,1182.0,29.68,1,leg_gt,9.72,60 -12763,buy_contrast_m10_bb_pos,buy,2025-07-01 21:48:00,1181.0,29.7899,1,leg_gt,9.72,60 -12764,buy_contrast_m10_bb_pos,buy,2025-07-01 22:00:00,1181.0,29.7899,1,leg_gt,9.71,60 -12765,buy_contrast_m10_bb_pos,buy,2025-07-01 22:03:00,1181.0,29.7899,1,leg_gt,9.71,60 -12766,buy_contrast_m10_bb_pos,buy,2025-07-01 22:06:00,1180.0,29.9,1,leg_gt,9.71,60 -12767,buy_contrast_m10_bb_pos,buy,2025-07-01 22:09:00,1182.0,29.68,1,leg_gt,9.71,60 -12768,buy_contrast_m10_bb_pos,buy,2025-07-01 22:12:00,1180.0,29.9,1,leg_gt,9.7,60 -12769,buy_contrast_m10_bb_pos,buy,2025-07-01 22:15:00,1178.0,30.1207,1,leg_gt,9.7,60 -12770,buy_contrast_m10_bb_pos,buy,2025-07-01 22:18:00,1181.0,29.7899,1,leg_gt,9.7,60 -12771,buy_contrast_m10_bb_pos,buy,2025-07-01 22:21:00,1180.0,29.9,1,leg_gt,9.7,60 -12772,buy_contrast_m10_bb_pos,buy,2025-07-01 22:24:00,1180.0,29.9,1,leg_gt,9.7,60 -12773,buy_contrast_m10_bb_pos,buy,2025-07-01 22:27:00,1183.0,29.5703,1,leg_gt,9.69,60 -12774,buy_contrast_m10_bb_pos,buy,2025-07-02 01:51:00,1180.0,29.9,1,leg_gt,9.55,60 -12775,buy_contrast_m10_bb_pos,buy,2025-07-02 01:54:00,1182.0,29.68,1,leg_gt,9.55,60 -12776,buy_contrast_m10_bb_pos,buy,2025-07-02 01:57:00,1182.0,29.68,1,leg_gt,9.55,60 -12777,buy_contrast_m10_bb_pos,buy,2025-07-02 04:21:00,1171.0,30.8991,1,leg_gt,9.45,60 -12778,buy_contrast_m10_bb_pos,buy,2025-07-02 04:27:00,1173.0,30.6758,1,leg_gt,9.44,60 -12779,buy_contrast_m10_bb_pos,buy,2025-07-02 04:51:00,1169.0,31.1233,1,leg_gt,9.43,60 -12780,buy_contrast_m10_bb_pos,buy,2025-07-02 04:54:00,1169.0,31.1233,1,leg_gt,9.43,60 -12781,buy_contrast_m10_bb_pos,buy,2025-07-02 04:57:00,1168.0,31.2356,1,leg_gt,9.42,60 -12782,buy_contrast_m10_bb_pos,buy,2025-07-02 05:00:00,1166.0,31.4609,1,leg_gt,9.42,60 -12783,buy_contrast_m10_bb_pos,buy,2025-07-02 05:03:00,1165.0,31.5738,1,leg_gt,9.42,60 -12784,buy_contrast_m10_bb_pos,buy,2025-07-02 05:06:00,1167.0,31.3482,1,leg_gt,9.42,60 -12785,buy_contrast_m10_bb_pos,buy,2025-07-02 05:09:00,1166.0,31.4609,1,leg_gt,9.41,60 -12786,buy_contrast_m10_bb_pos,buy,2025-07-02 05:12:00,1164.0,31.6869,1,leg_gt,9.41,60 -12787,buy_contrast_m10_bb_pos,buy,2025-07-02 05:15:00,1165.0,31.5738,1,leg_gt,9.41,60 -12788,buy_contrast_m10_bb_pos,buy,2025-07-02 05:18:00,1168.0,31.2356,1,leg_gt,9.41,60 -12789,buy_contrast_m10_bb_pos,buy,2025-07-02 08:12:00,1166.0,31.4609,1,leg_gt,9.29,60 -12790,buy_contrast_m10_bb_pos,buy,2025-07-02 08:15:00,1165.0,31.5738,1,leg_gt,9.29,60 -12791,buy_contrast_m10_bb_pos,buy,2025-07-02 08:18:00,1167.0,31.3482,1,leg_gt,9.28,60 -12792,buy_contrast_m10_bb_pos,buy,2025-07-02 08:30:00,1166.0,31.4609,1,leg_gt,9.28,60 -12793,buy_contrast_m10_bb_pos,buy,2025-07-02 08:33:00,1168.0,31.2356,1,leg_gt,9.27,60 -12794,buy_contrast_m10_bb_pos,buy,2025-07-02 08:36:00,1169.0,31.1233,1,leg_gt,9.27,60 -12795,buy_contrast_m10_bb_pos,buy,2025-07-02 08:39:00,1169.0,31.1233,1,leg_gt,9.27,60 -12796,buy_contrast_m10_bb_pos,buy,2025-07-02 10:00:00,1166.0,31.4609,1,leg_gt,9.21,60 -12797,buy_contrast_m10_bb_pos,buy,2025-07-02 10:03:00,1167.0,31.3482,1,leg_gt,9.21,60 -12798,buy_contrast_m10_bb_pos,buy,2025-07-02 10:06:00,1168.0,31.2356,1,leg_gt,9.21,60 -12799,buy_contrast_m10_bb_pos,buy,2025-07-02 10:09:00,1166.0,31.4609,1,leg_gt,9.21,60 -12800,buy_contrast_m10_bb_pos,buy,2025-07-03 08:12:00,1289.0,18.907,1,leg_gt,8.29,60 -12801,buy_contrast_m10_bb_pos,buy,2025-07-03 08:15:00,1288.0,18.9994,1,leg_gt,8.29,60 -12802,buy_contrast_m10_bb_pos,buy,2025-07-03 08:18:00,1286.0,19.1846,1,leg_gt,8.28,60 -12803,buy_contrast_m10_bb_pos,buy,2025-07-03 08:51:00,1278.0,19.9313,1,leg_gt,8.26,60 -12804,buy_contrast_m10_bb_pos,buy,2025-07-03 08:54:00,1280.0,19.7438,1,leg_gt,8.26,60 -12805,buy_contrast_m10_bb_pos,buy,2025-07-03 08:57:00,1278.0,19.9313,1,leg_gt,8.26,60 -12806,buy_contrast_m10_bb_pos,buy,2025-07-03 09:00:00,1279.0,19.8375,1,leg_gt,8.25,60 -12807,buy_contrast_m10_bb_pos,buy,2025-07-03 09:03:00,1283.0,19.4635,1,leg_gt,8.25,60 -12808,buy_contrast_m10_bb_pos,buy,2025-07-03 09:06:00,1289.0,18.907,1,leg_gt,8.25,60 -12809,buy_contrast_m10_bb_pos,buy,2025-07-03 09:09:00,1288.0,18.9994,1,leg_gt,8.25,60 -12810,buy_contrast_m10_bb_pos,buy,2025-07-03 13:00:00,1294.0,18.4471,1,leg_gt,8.09,60 -12811,buy_contrast_m10_bb_pos,buy,2025-07-03 13:03:00,1293.0,18.5388,1,leg_gt,8.09,60 -12812,buy_contrast_m10_bb_pos,buy,2025-07-03 13:06:00,1294.0,18.4471,1,leg_gt,8.08,60 -12813,buy_contrast_m10_bb_pos,buy,2025-07-03 13:09:00,1298.0,18.0818,1,leg_gt,8.08,60 -12814,buy_contrast_m10_bb_pos,buy,2025-07-03 17:42:00,1317.0,16.3768,1,leg_gt,7.89,60 -12815,buy_contrast_m10_bb_pos,buy,2025-07-03 17:45:00,1324.0,15.761,1,leg_gt,7.89,60 -12816,buy_contrast_m10_bb_pos,buy,2025-07-03 17:48:00,1320.0,16.1121,1,leg_gt,7.89,60 -12817,buy_contrast_m10_bb_pos,buy,2025-07-03 19:42:00,1301.0,17.8093,1,leg_gt,7.81,60 -12818,buy_contrast_m10_bb_pos,buy,2025-07-03 19:45:00,1299.0,17.9908,1,leg_gt,7.81,60 -12819,buy_contrast_m10_bb_pos,buy,2025-07-03 19:48:00,1297.0,18.1729,1,leg_gt,7.8,60 -12820,buy_contrast_m10_bb_pos,buy,2025-07-03 20:12:00,1297.0,18.1729,1,leg_gt,7.79,60 -12821,buy_contrast_m10_bb_pos,buy,2025-07-03 20:15:00,1296.0,18.2642,1,leg_gt,7.79,60 -12822,buy_contrast_m10_bb_pos,buy,2025-07-03 20:18:00,1296.0,18.2642,1,leg_gt,7.78,60 -12823,buy_contrast_m10_bb_pos,buy,2025-07-03 20:21:00,1296.0,18.2642,1,leg_gt,7.78,60 -12824,buy_contrast_m10_bb_pos,buy,2025-07-03 20:24:00,1298.0,18.0818,1,leg_gt,7.78,60 -12825,buy_contrast_m10_bb_pos,buy,2025-07-03 20:27:00,1295.0,18.3556,1,leg_gt,7.78,60 -12826,buy_contrast_m10_bb_pos,buy,2025-07-03 20:30:00,1294.0,18.4471,1,leg_gt,7.78,60 -12827,buy_contrast_m10_bb_pos,buy,2025-07-03 20:33:00,1292.0,18.6307,1,leg_gt,7.77,60 -12828,buy_contrast_m10_bb_pos,buy,2025-07-03 20:36:00,1292.0,18.6307,1,leg_gt,7.77,60 -12829,buy_contrast_m10_bb_pos,buy,2025-07-03 20:39:00,1295.0,18.3556,1,leg_gt,7.77,60 -12830,buy_contrast_m10_bb_pos,buy,2025-07-03 20:42:00,1295.0,18.3556,1,leg_gt,7.77,60 -12831,buy_contrast_m10_bb_pos,buy,2025-07-03 20:45:00,1295.0,18.3556,1,leg_gt,7.76,60 -12832,buy_contrast_m10_bb_pos,buy,2025-07-03 20:48:00,1293.0,18.5388,1,leg_gt,7.76,60 -12833,buy_contrast_m10_bb_pos,buy,2025-07-03 21:51:00,1290.0,18.8147,1,leg_gt,7.72,60 -12834,buy_contrast_m10_bb_pos,buy,2025-07-03 21:54:00,1293.0,18.5388,1,leg_gt,7.72,60 -12835,buy_contrast_m10_bb_pos,buy,2025-07-03 21:57:00,1297.0,18.1729,1,leg_gt,7.71,60 -12836,buy_contrast_m10_bb_pos,buy,2025-07-03 23:51:00,1288.0,18.9994,1,leg_gt,7.64,60 -12837,buy_contrast_m10_bb_pos,buy,2025-07-03 23:54:00,1286.0,19.1846,1,leg_gt,7.63,60 -12838,buy_contrast_m10_bb_pos,buy,2025-07-03 23:57:00,1284.0,19.3704,1,leg_gt,7.63,60 -12839,buy_contrast_m10_bb_pos,buy,2025-07-04 00:00:00,1284.0,19.3704,1,leg_gt,7.63,60 -12840,buy_contrast_m10_bb_pos,buy,2025-07-04 00:03:00,1286.0,19.1846,1,leg_gt,7.63,60 -12841,buy_contrast_m10_bb_pos,buy,2025-07-04 00:06:00,1277.0,20.0253,1,leg_gt,7.62,60 -12842,buy_contrast_m10_bb_pos,buy,2025-07-04 00:09:00,1277.0,20.0253,1,leg_gt,7.62,60 -12843,buy_contrast_m10_bb_pos,buy,2025-07-04 00:21:00,1277.0,20.0253,1,leg_gt,7.61,60 -12844,buy_contrast_m10_bb_pos,buy,2025-07-04 00:24:00,1280.0,19.7438,1,leg_gt,7.61,60 -12845,buy_contrast_m10_bb_pos,buy,2025-07-04 00:27:00,1278.0,19.9313,1,leg_gt,7.61,60 -12846,buy_contrast_m10_bb_pos,buy,2025-07-04 00:30:00,1275.0,20.2137,1,leg_gt,7.61,60 -12847,buy_contrast_m10_bb_pos,buy,2025-07-04 00:33:00,1270.0,20.6874,1,leg_gt,7.61,60 -12848,buy_contrast_m10_bb_pos,buy,2025-07-04 00:36:00,1263.0,21.3568,1,leg_gt,7.6,60 -12849,buy_contrast_m10_bb_pos,buy,2025-07-04 00:39:00,1268.0,20.8779,1,leg_gt,7.6,60 -12850,buy_contrast_m10_bb_pos,buy,2025-07-04 01:12:00,1266.0,21.069,1,leg_gt,7.58,60 -12851,buy_contrast_m10_bb_pos,buy,2025-07-04 01:15:00,1269.0,20.7826,1,leg_gt,7.58,60 -12852,buy_contrast_m10_bb_pos,buy,2025-07-04 01:18:00,1266.0,21.069,1,leg_gt,7.58,60 -12853,buy_contrast_m10_bb_pos,buy,2025-07-04 09:00:00,1280.0,19.7438,1,leg_gt,7.25,60 -12854,buy_contrast_m10_bb_pos,buy,2025-07-04 09:03:00,1281.0,19.6502,1,leg_gt,7.25,60 -12855,buy_contrast_m10_bb_pos,buy,2025-07-04 09:06:00,1282.0,19.5568,1,leg_gt,7.25,60 -12856,buy_contrast_m10_bb_pos,buy,2025-07-04 09:09:00,1282.0,19.5568,1,leg_gt,7.25,60 -12857,buy_contrast_m10_bb_pos,buy,2025-07-04 11:51:00,1269.0,20.7826,1,leg_gt,7.14,60 -12858,buy_contrast_m10_bb_pos,buy,2025-07-04 11:54:00,1269.0,20.7826,1,leg_gt,7.13,60 -12859,buy_contrast_m10_bb_pos,buy,2025-07-04 11:57:00,1271.0,20.5924,1,leg_gt,7.13,60 -12860,buy_contrast_m10_bb_pos,buy,2025-07-04 12:00:00,1268.0,20.8779,1,leg_gt,7.13,60 -12861,buy_contrast_m10_bb_pos,buy,2025-07-04 12:03:00,1270.0,20.6874,1,leg_gt,7.13,60 -12862,buy_contrast_m10_bb_pos,buy,2025-07-04 12:06:00,1268.0,20.8779,1,leg_gt,7.12,60 -12863,buy_contrast_m10_bb_pos,buy,2025-07-04 12:09:00,1273.0,20.4027,1,leg_gt,7.12,60 -12864,buy_contrast_m10_bb_pos,buy,2025-07-04 14:12:00,1263.0,21.3568,1,leg_gt,7.04,60 -12865,buy_contrast_m10_bb_pos,buy,2025-07-04 14:15:00,1264.0,21.2608,1,leg_gt,7.04,60 -12866,buy_contrast_m10_bb_pos,buy,2025-07-04 14:18:00,1264.0,21.2608,1,leg_gt,7.03,60 -12867,buy_contrast_m10_bb_pos,buy,2025-07-04 14:51:00,1261.0,21.5495,1,leg_gt,7.01,60 -12868,buy_contrast_m10_bb_pos,buy,2025-07-04 14:54:00,1262.0,21.4531,1,leg_gt,7.01,60 -12869,buy_contrast_m10_bb_pos,buy,2025-07-04 14:57:00,1261.0,21.5495,1,leg_gt,7.01,60 -12870,buy_contrast_m10_bb_pos,buy,2025-07-04 15:00:00,1261.0,21.5495,1,leg_gt,7.0,60 -12871,buy_contrast_m10_bb_pos,buy,2025-07-04 15:03:00,1260.0,21.646,1,leg_gt,7.0,60 -12872,buy_contrast_m10_bb_pos,buy,2025-07-04 15:06:00,1257.0,21.9366,1,leg_gt,7.0,60 -12873,buy_contrast_m10_bb_pos,buy,2025-07-04 15:09:00,1254.0,22.2285,1,leg_gt,7.0,60 -12874,buy_contrast_m10_bb_pos,buy,2025-07-04 15:42:00,1247.0,22.9152,1,leg_gt,6.98,60 -12875,buy_contrast_m10_bb_pos,buy,2025-07-04 15:45:00,1247.0,22.9152,1,leg_gt,6.97,60 -12876,buy_contrast_m10_bb_pos,buy,2025-07-04 15:48:00,1249.0,22.7183,1,leg_gt,6.97,60 -12877,buy_contrast_m10_bb_pos,buy,2025-07-04 15:51:00,1246.0,23.014,1,leg_gt,6.97,60 -12878,buy_contrast_m10_bb_pos,buy,2025-07-04 15:54:00,1247.0,22.9152,1,leg_gt,6.97,60 -12879,buy_contrast_m10_bb_pos,buy,2025-07-04 15:57:00,1246.0,23.014,1,leg_gt,6.96,60 -12880,buy_contrast_m10_bb_pos,buy,2025-07-04 16:00:00,1245.0,23.1129,1,leg_gt,6.96,60 -12881,buy_contrast_m10_bb_pos,buy,2025-07-04 16:03:00,1246.0,23.014,1,leg_gt,6.96,60 -12882,buy_contrast_m10_bb_pos,buy,2025-07-04 16:06:00,1245.0,23.1129,1,leg_gt,6.96,60 -12883,buy_contrast_m10_bb_pos,buy,2025-07-04 16:09:00,1246.0,23.014,1,leg_gt,6.96,60 -12884,buy_contrast_m10_bb_pos,buy,2025-07-04 16:12:00,1240.0,23.6097,1,leg_gt,6.95,60 -12885,buy_contrast_m10_bb_pos,buy,2025-07-04 16:15:00,1240.0,23.6097,1,leg_gt,6.95,60 -12886,buy_contrast_m10_bb_pos,buy,2025-07-04 16:18:00,1241.0,23.51,1,leg_gt,6.95,60 -12887,buy_contrast_m10_bb_pos,buy,2025-07-04 16:30:00,1236.0,24.01,1,leg_gt,6.94,60 -12888,buy_contrast_m10_bb_pos,buy,2025-07-04 16:33:00,1234.0,24.2112,1,leg_gt,6.94,60 -12889,buy_contrast_m10_bb_pos,buy,2025-07-04 16:36:00,1232.0,24.413,1,leg_gt,6.94,60 -12890,buy_contrast_m10_bb_pos,buy,2025-07-04 16:39:00,1236.0,24.01,1,leg_gt,6.94,60 -12891,buy_contrast_m10_bb_pos,buy,2025-07-04 16:42:00,1236.0,24.01,1,leg_gt,6.93,60 -12892,buy_contrast_m10_bb_pos,buy,2025-07-04 16:45:00,1235.0,24.1105,1,leg_gt,6.93,60 -12893,buy_contrast_m10_bb_pos,buy,2025-07-04 16:48:00,1233.0,24.312,1,leg_gt,6.93,60 -12894,buy_contrast_m10_bb_pos,buy,2025-07-04 16:51:00,1232.0,24.413,1,leg_gt,6.93,60 -12895,buy_contrast_m10_bb_pos,buy,2025-07-04 16:54:00,1231.0,24.5141,1,leg_gt,6.92,60 -12896,buy_contrast_m10_bb_pos,buy,2025-07-04 16:57:00,1233.0,24.312,1,leg_gt,6.92,60 -12897,buy_contrast_m10_bb_pos,buy,2025-07-04 17:00:00,1232.0,24.413,1,leg_gt,6.92,60 -12898,buy_contrast_m10_bb_pos,buy,2025-07-04 17:03:00,1230.0,24.6154,1,leg_gt,6.92,60 -12899,buy_contrast_m10_bb_pos,buy,2025-07-04 17:06:00,1229.0,24.7169,1,leg_gt,6.92,60 -12900,buy_contrast_m10_bb_pos,buy,2025-07-04 17:09:00,1226.0,25.0223,1,leg_gt,6.91,60 -12901,buy_contrast_m10_bb_pos,buy,2025-07-04 17:12:00,1224.0,25.2268,1,leg_gt,6.91,60 -12902,buy_contrast_m10_bb_pos,buy,2025-07-04 17:15:00,1223.0,25.3293,1,leg_gt,6.91,60 -12903,buy_contrast_m10_bb_pos,buy,2025-07-04 17:18:00,1226.0,25.0223,1,leg_gt,6.91,60 -12904,buy_contrast_m10_bb_pos,buy,2025-07-04 17:21:00,1228.0,24.8186,1,leg_gt,6.91,60 -12905,buy_contrast_m10_bb_pos,buy,2025-07-04 17:24:00,1234.0,24.2112,1,leg_gt,6.9,60 -12906,buy_contrast_m10_bb_pos,buy,2025-07-04 17:27:00,1234.0,24.2112,1,leg_gt,6.9,60 -12907,buy_contrast_m10_bb_pos,buy,2025-07-04 19:21:00,1226.0,25.0223,1,leg_gt,6.82,60 -12908,buy_contrast_m10_bb_pos,buy,2025-07-04 19:24:00,1227.0,24.9204,1,leg_gt,6.82,60 -12909,buy_contrast_m10_bb_pos,buy,2025-07-04 19:27:00,1227.0,24.9204,1,leg_gt,6.82,60 -12910,buy_contrast_m10_bb_pos,buy,2025-07-04 20:00:00,1222.0,25.4319,1,leg_gt,6.8,60 -12911,buy_contrast_m10_bb_pos,buy,2025-07-04 20:03:00,1222.0,25.4319,1,leg_gt,6.79,60 -12912,buy_contrast_m10_bb_pos,buy,2025-07-04 20:06:00,1220.0,25.6377,1,leg_gt,6.79,60 -12913,buy_contrast_m10_bb_pos,buy,2025-07-04 20:09:00,1221.0,25.5347,1,leg_gt,6.79,60 -12914,buy_contrast_m10_bb_pos,buy,2025-07-04 20:12:00,1225.0,25.1245,1,leg_gt,6.79,60 -12915,buy_contrast_m10_bb_pos,buy,2025-07-04 20:15:00,1226.0,25.0223,1,leg_gt,6.79,60 -12916,buy_contrast_m10_bb_pos,buy,2025-07-04 20:18:00,1224.0,25.2268,1,leg_gt,6.78,60 -12917,buy_contrast_m10_bb_pos,buy,2025-07-04 20:42:00,1224.0,25.2268,1,leg_gt,6.77,60 -12918,buy_contrast_m10_bb_pos,buy,2025-07-04 20:45:00,1225.0,25.1245,1,leg_gt,6.76,60 -12919,buy_contrast_m10_bb_pos,buy,2025-07-04 20:48:00,1223.0,25.3293,1,leg_gt,6.76,60 -12920,buy_contrast_m10_bb_pos,buy,2025-07-04 22:21:00,1219.0,25.7409,1,leg_gt,6.7,60 -12921,buy_contrast_m10_bb_pos,buy,2025-07-04 22:24:00,1217.0,25.9477,1,leg_gt,6.7,60 -12922,buy_contrast_m10_bb_pos,buy,2025-07-04 22:27:00,1216.0,26.0513,1,leg_gt,6.69,60 -12923,buy_contrast_m10_bb_pos,buy,2025-07-04 23:00:00,1213.0,26.3633,1,leg_gt,6.67,60 -12924,buy_contrast_m10_bb_pos,buy,2025-07-04 23:03:00,1214.0,26.2591,1,leg_gt,6.67,60 -12925,buy_contrast_m10_bb_pos,buy,2025-07-04 23:06:00,1211.0,26.5722,1,leg_gt,6.67,60 -12926,buy_contrast_m10_bb_pos,buy,2025-07-04 23:09:00,1208.0,26.8868,1,leg_gt,6.66,60 -12927,buy_contrast_m10_bb_pos,buy,2025-07-04 23:51:00,1205.0,27.2029,1,leg_gt,6.64,60 -12928,buy_contrast_m10_bb_pos,buy,2025-07-04 23:54:00,1206.0,27.0973,1,leg_gt,6.63,60 -12929,buy_contrast_m10_bb_pos,buy,2025-07-04 23:57:00,1203.0,27.4145,1,leg_gt,6.63,60 -12930,buy_contrast_m10_bb_pos,buy,2025-07-05 00:00:00,1204.0,27.3086,1,leg_gt,6.63,60 -12931,buy_contrast_m10_bb_pos,buy,2025-07-05 00:03:00,1204.0,27.3086,1,leg_gt,6.63,60 -12932,buy_contrast_m10_bb_pos,buy,2025-07-05 00:06:00,1203.0,27.4145,1,leg_gt,6.62,60 -12933,buy_contrast_m10_bb_pos,buy,2025-07-05 00:09:00,1199.0,27.8399,1,leg_gt,6.62,60 -12934,buy_contrast_m10_bb_pos,buy,2025-07-05 00:12:00,1198.0,27.9467,1,leg_gt,6.62,60 -12935,buy_contrast_m10_bb_pos,buy,2025-07-05 00:15:00,1198.0,27.9467,1,leg_gt,6.62,60 -12936,buy_contrast_m10_bb_pos,buy,2025-07-05 00:18:00,1196.0,28.1609,1,leg_gt,6.62,60 -12937,buy_contrast_m10_bb_pos,buy,2025-07-05 00:30:00,1195.0,28.2682,1,leg_gt,6.61,60 -12938,buy_contrast_m10_bb_pos,buy,2025-07-05 00:33:00,1194.0,28.3757,1,leg_gt,6.61,60 -12939,buy_contrast_m10_bb_pos,buy,2025-07-05 00:36:00,1194.0,28.3757,1,leg_gt,6.6,60 -12940,buy_contrast_m10_bb_pos,buy,2025-07-05 00:39:00,1195.0,28.2682,1,leg_gt,6.6,60 -12941,buy_contrast_m10_bb_pos,buy,2025-07-05 00:42:00,1196.0,28.1609,1,leg_gt,6.6,60 -12942,buy_contrast_m10_bb_pos,buy,2025-07-05 00:45:00,1195.0,28.2682,1,leg_gt,6.6,60 -12943,buy_contrast_m10_bb_pos,buy,2025-07-05 00:48:00,1197.0,28.0537,1,leg_gt,6.6,60 -12944,buy_contrast_m10_bb_pos,buy,2025-07-05 00:51:00,1194.0,28.3757,1,leg_gt,6.59,60 -12945,buy_contrast_m10_bb_pos,buy,2025-07-05 00:54:00,1194.0,28.3757,1,leg_gt,6.59,60 -12946,buy_contrast_m10_bb_pos,buy,2025-07-05 00:57:00,1194.0,28.3757,1,leg_gt,6.59,60 -12947,buy_contrast_m10_bb_pos,buy,2025-07-05 01:00:00,1192.0,28.5913,1,leg_gt,6.59,60 -12948,buy_contrast_m10_bb_pos,buy,2025-07-05 01:03:00,1193.0,28.4834,1,leg_gt,6.59,60 -12949,buy_contrast_m10_bb_pos,buy,2025-07-05 01:06:00,1188.0,29.0246,1,leg_gt,6.58,60 -12950,buy_contrast_m10_bb_pos,buy,2025-07-05 01:09:00,1187.0,29.1334,1,leg_gt,6.58,60 -12951,buy_contrast_m10_bb_pos,buy,2025-07-05 01:21:00,1181.0,29.7899,1,leg_gt,6.57,60 -12952,buy_contrast_m10_bb_pos,buy,2025-07-05 01:24:00,1182.0,29.68,1,leg_gt,6.57,60 -12953,buy_contrast_m10_bb_pos,buy,2025-07-05 01:27:00,1182.0,29.68,1,leg_gt,6.57,60 -12954,buy_contrast_m10_bb_pos,buy,2025-07-05 01:30:00,1182.0,29.68,1,leg_gt,6.57,60 -12955,buy_contrast_m10_bb_pos,buy,2025-07-05 01:33:00,1181.0,29.7899,1,leg_gt,6.56,60 -12956,buy_contrast_m10_bb_pos,buy,2025-07-05 01:36:00,1184.0,29.4608,1,leg_gt,6.56,60 -12957,buy_contrast_m10_bb_pos,buy,2025-07-05 01:39:00,1191.0,28.6993,1,leg_gt,6.56,60 -12958,buy_contrast_m10_bb_pos,buy,2025-07-05 10:51:00,1192.0,28.5913,1,leg_gt,6.18,60 -12959,buy_contrast_m10_bb_pos,buy,2025-07-05 10:54:00,1191.0,28.6993,1,leg_gt,6.18,60 -12960,buy_contrast_m10_bb_pos,buy,2025-07-05 10:57:00,1193.0,28.4834,1,leg_gt,6.17,60 -12961,buy_contrast_m10_bb_pos,buy,2025-07-05 11:30:00,1192.0,28.5913,1,leg_gt,6.15,60 -12962,buy_contrast_m10_bb_pos,buy,2025-07-05 11:33:00,1192.0,28.5913,1,leg_gt,6.15,60 -12963,buy_contrast_m10_bb_pos,buy,2025-07-05 11:36:00,1196.0,28.1609,1,leg_gt,6.15,60 -12964,buy_contrast_m10_bb_pos,buy,2025-07-05 11:39:00,1198.0,27.9467,1,leg_gt,6.14,60 -12965,buy_contrast_m10_bb_pos,buy,2025-07-05 18:30:00,1199.0,27.8399,1,leg_gt,5.86,60 -12966,buy_contrast_m10_bb_pos,buy,2025-07-05 18:33:00,1201.0,27.6269,1,leg_gt,5.86,60 -12967,buy_contrast_m10_bb_pos,buy,2025-07-05 18:36:00,1202.0,27.5206,1,leg_gt,5.85,60 -12968,buy_contrast_m10_bb_pos,buy,2025-07-05 18:39:00,1200.0,27.7333,1,leg_gt,5.85,60 -12969,buy_contrast_m10_bb_pos,buy,2025-07-05 18:42:00,1200.0,27.7333,1,leg_gt,5.85,60 -12970,buy_contrast_m10_bb_pos,buy,2025-07-05 18:45:00,1202.0,27.5206,1,leg_gt,5.85,60 -12971,buy_contrast_m10_bb_pos,buy,2025-07-05 18:48:00,1203.0,27.4145,1,leg_gt,5.85,60 -12972,buy_contrast_m10_bb_pos,buy,2025-07-05 19:42:00,1198.0,27.9467,1,leg_gt,5.81,60 -12973,buy_contrast_m10_bb_pos,buy,2025-07-05 19:45:00,1199.0,27.8399,1,leg_gt,5.81,60 -12974,buy_contrast_m10_bb_pos,buy,2025-07-05 19:48:00,1202.0,27.5206,1,leg_gt,5.8,60 -12975,buy_contrast_m10_bb_pos,buy,2025-07-05 21:12:00,1196.0,28.1609,1,leg_gt,5.75,60 -12976,buy_contrast_m10_bb_pos,buy,2025-07-05 21:15:00,1196.0,28.1609,1,leg_gt,5.74,60 -12977,buy_contrast_m10_bb_pos,buy,2025-07-05 21:18:00,1197.0,28.0537,1,leg_gt,5.74,60 -12978,buy_contrast_m10_bb_pos,buy,2025-07-05 21:21:00,1195.0,28.2682,1,leg_gt,5.74,60 -12979,buy_contrast_m10_bb_pos,buy,2025-07-05 21:24:00,1192.0,28.5913,1,leg_gt,5.74,60 -12980,buy_contrast_m10_bb_pos,buy,2025-07-05 21:27:00,1192.0,28.5913,1,leg_gt,5.74,60 -12981,buy_contrast_m10_bb_pos,buy,2025-07-05 21:51:00,1193.0,28.4834,1,leg_gt,5.72,60 -12982,buy_contrast_m10_bb_pos,buy,2025-07-05 21:54:00,1192.0,28.5913,1,leg_gt,5.72,60 -12983,buy_contrast_m10_bb_pos,buy,2025-07-05 21:57:00,1194.0,28.3757,1,leg_gt,5.71,60 -12984,buy_contrast_m10_bb_pos,buy,2025-07-05 22:00:00,1193.0,28.4834,1,leg_gt,5.71,60 -12985,buy_contrast_m10_bb_pos,buy,2025-07-05 22:03:00,1191.0,28.6993,1,leg_gt,5.71,60 -12986,buy_contrast_m10_bb_pos,buy,2025-07-05 22:06:00,1193.0,28.4834,1,leg_gt,5.71,60 -12987,buy_contrast_m10_bb_pos,buy,2025-07-05 22:09:00,1192.0,28.5913,1,leg_gt,5.71,60 -12988,buy_contrast_m10_bb_pos,buy,2025-07-05 22:21:00,1193.0,28.4834,1,leg_gt,5.7,60 -12989,buy_contrast_m10_bb_pos,buy,2025-07-05 22:24:00,1194.0,28.3757,1,leg_gt,5.7,60 -12990,buy_contrast_m10_bb_pos,buy,2025-07-05 22:27:00,1197.0,28.0537,1,leg_gt,5.69,60 -12991,buy_contrast_m10_bb_pos,buy,2025-07-05 22:42:00,1193.0,28.4834,1,leg_gt,5.68,60 -12992,buy_contrast_m10_bb_pos,buy,2025-07-05 22:45:00,1194.0,28.3757,1,leg_gt,5.68,60 -12993,buy_contrast_m10_bb_pos,buy,2025-07-05 22:48:00,1192.0,28.5913,1,leg_gt,5.68,60 -12994,buy_contrast_m10_bb_pos,buy,2025-07-05 23:12:00,1190.0,28.8076,1,leg_gt,5.66,60 -12995,buy_contrast_m10_bb_pos,buy,2025-07-05 23:15:00,1190.0,28.8076,1,leg_gt,5.66,60 -12996,buy_contrast_m10_bb_pos,buy,2025-07-05 23:18:00,1191.0,28.6993,1,leg_gt,5.66,60 -12997,buy_contrast_m10_bb_pos,buy,2025-07-06 01:51:00,1191.0,28.6993,1,leg_gt,5.55,60 -12998,buy_contrast_m10_bb_pos,buy,2025-07-06 01:54:00,1194.0,28.3757,1,leg_gt,5.55,60 -12999,buy_contrast_m10_bb_pos,buy,2025-07-06 01:57:00,1195.0,28.2682,1,leg_gt,5.55,60 -13000,buy_contrast_m10_bb_pos,buy,2025-07-06 02:30:00,1188.0,29.0246,1,leg_gt,5.52,60 -13001,buy_contrast_m10_bb_pos,buy,2025-07-06 02:33:00,1186.0,29.2423,1,leg_gt,5.52,60 -13002,buy_contrast_m10_bb_pos,buy,2025-07-06 02:36:00,1190.0,28.8076,1,leg_gt,5.52,60 -13003,buy_contrast_m10_bb_pos,buy,2025-07-06 02:39:00,1191.0,28.6993,1,leg_gt,5.52,60 -13004,buy_contrast_m10_bb_pos,buy,2025-07-06 02:51:00,1191.0,28.6993,1,leg_gt,5.51,60 -13005,buy_contrast_m10_bb_pos,buy,2025-07-06 02:54:00,1190.0,28.8076,1,leg_gt,5.51,60 -13006,buy_contrast_m10_bb_pos,buy,2025-07-06 02:57:00,1191.0,28.6993,1,leg_gt,5.51,60 -13007,buy_contrast_m10_bb_pos,buy,2025-07-06 03:12:00,1184.0,29.4608,1,leg_gt,5.5,60 -13008,buy_contrast_m10_bb_pos,buy,2025-07-06 03:15:00,1184.0,29.4608,1,leg_gt,5.49,60 -13009,buy_contrast_m10_bb_pos,buy,2025-07-06 03:18:00,1186.0,29.2423,1,leg_gt,5.49,60 -13010,buy_contrast_m10_bb_pos,buy,2025-07-06 04:00:00,1175.0,30.4532,1,leg_gt,5.46,60 -13011,buy_contrast_m10_bb_pos,buy,2025-07-06 04:03:00,1174.0,30.5644,1,leg_gt,5.46,60 -13012,buy_contrast_m10_bb_pos,buy,2025-07-06 04:06:00,1176.0,30.3422,1,leg_gt,5.46,60 -13013,buy_contrast_m10_bb_pos,buy,2025-07-06 04:09:00,1175.0,30.4532,1,leg_gt,5.46,60 -13014,buy_contrast_m10_bb_pos,buy,2025-07-06 09:51:00,1185.0,29.3515,1,leg_gt,5.22,60 -13015,buy_contrast_m10_bb_pos,buy,2025-07-06 09:54:00,1187.0,29.1334,1,leg_gt,5.22,60 -13016,buy_contrast_m10_bb_pos,buy,2025-07-06 09:57:00,1189.0,28.916,1,leg_gt,5.21,60 -13017,buy_contrast_m10_bb_pos,buy,2025-07-06 11:00:00,1184.0,29.4608,1,leg_gt,5.17,60 -13018,buy_contrast_m10_bb_pos,buy,2025-07-06 11:03:00,1185.0,29.3515,1,leg_gt,5.17,60 -13019,buy_contrast_m10_bb_pos,buy,2025-07-06 11:06:00,1186.0,29.2423,1,leg_gt,5.17,60 -13020,buy_contrast_m10_bb_pos,buy,2025-07-06 11:09:00,1190.0,28.8076,1,leg_gt,5.16,60 -13021,buy_contrast_m10_bb_pos,buy,2025-07-06 11:42:00,1183.0,29.5703,1,leg_gt,5.14,60 -13022,buy_contrast_m10_bb_pos,buy,2025-07-06 11:45:00,1184.0,29.4608,1,leg_gt,5.14,60 -13023,buy_contrast_m10_bb_pos,buy,2025-07-06 11:48:00,1184.0,29.4608,1,leg_gt,5.14,60 -13024,buy_contrast_m10_bb_pos,buy,2025-07-06 11:51:00,1184.0,29.4608,1,leg_gt,5.14,60 -13025,buy_contrast_m10_bb_pos,buy,2025-07-06 11:54:00,1183.0,29.5703,1,leg_gt,5.13,60 -13026,buy_contrast_m10_bb_pos,buy,2025-07-06 11:57:00,1182.0,29.68,1,leg_gt,5.13,60 -13027,buy_contrast_m10_bb_pos,buy,2025-07-06 12:00:00,1181.0,29.7899,1,leg_gt,5.13,60 -13028,buy_contrast_m10_bb_pos,buy,2025-07-06 12:03:00,1182.0,29.68,1,leg_gt,5.13,60 -13029,buy_contrast_m10_bb_pos,buy,2025-07-06 12:06:00,1180.0,29.9,1,leg_gt,5.12,60 -13030,buy_contrast_m10_bb_pos,buy,2025-07-06 12:09:00,1182.0,29.68,1,leg_gt,5.12,60 -13031,buy_contrast_m10_bb_pos,buy,2025-07-06 12:21:00,1180.0,29.9,1,leg_gt,5.11,60 -13032,buy_contrast_m10_bb_pos,buy,2025-07-06 12:24:00,1180.0,29.9,1,leg_gt,5.11,60 -13033,buy_contrast_m10_bb_pos,buy,2025-07-06 12:27:00,1180.0,29.9,1,leg_gt,5.11,60 -13034,buy_contrast_m10_bb_pos,buy,2025-07-06 12:30:00,1180.0,29.9,1,leg_gt,5.11,60 -13035,buy_contrast_m10_bb_pos,buy,2025-07-06 12:33:00,1179.0,30.0103,1,leg_gt,5.11,60 -13036,buy_contrast_m10_bb_pos,buy,2025-07-06 12:36:00,1179.0,30.0103,1,leg_gt,5.1,60 -13037,buy_contrast_m10_bb_pos,buy,2025-07-06 12:39:00,1179.0,30.0103,1,leg_gt,5.1,60 -13038,buy_contrast_m10_bb_pos,buy,2025-07-06 12:42:00,1177.0,30.2314,1,leg_gt,5.1,60 -13039,buy_contrast_m10_bb_pos,buy,2025-07-06 12:45:00,1179.0,30.0103,1,leg_gt,5.1,60 -13040,buy_contrast_m10_bb_pos,buy,2025-07-06 12:48:00,1178.0,30.1207,1,leg_gt,5.1,60 -13041,buy_contrast_m10_bb_pos,buy,2025-07-06 12:51:00,1178.0,30.1207,1,leg_gt,5.09,60 -13042,buy_contrast_m10_bb_pos,buy,2025-07-06 12:54:00,1179.0,30.0103,1,leg_gt,5.09,60 -13043,buy_contrast_m10_bb_pos,buy,2025-07-06 12:57:00,1179.0,30.0103,1,leg_gt,5.09,60 -13044,buy_contrast_m10_bb_pos,buy,2025-07-06 19:00:00,1185.0,29.3515,1,leg_gt,4.84,60 -13045,buy_contrast_m10_bb_pos,buy,2025-07-06 19:03:00,1184.0,29.4608,1,leg_gt,4.84,60 -13046,buy_contrast_m10_bb_pos,buy,2025-07-06 19:06:00,1186.0,29.2423,1,leg_gt,4.83,60 -13047,buy_contrast_m10_bb_pos,buy,2025-07-06 19:09:00,1186.0,29.2423,1,leg_gt,4.83,60 -13048,buy_contrast_m10_bb_pos,buy,2025-07-06 19:42:00,1184.0,29.4608,1,leg_gt,4.81,60 -13049,buy_contrast_m10_bb_pos,buy,2025-07-06 19:45:00,1183.0,29.5703,1,leg_gt,4.81,60 -13050,buy_contrast_m10_bb_pos,buy,2025-07-06 19:48:00,1182.0,29.68,1,leg_gt,4.8,60 -13051,buy_contrast_m10_bb_pos,buy,2025-07-06 19:51:00,1180.0,29.9,1,leg_gt,4.8,60 -13052,buy_contrast_m10_bb_pos,buy,2025-07-06 19:54:00,1182.0,29.68,1,leg_gt,4.8,60 -13053,buy_contrast_m10_bb_pos,buy,2025-07-06 19:57:00,1182.0,29.68,1,leg_gt,4.8,60 -13054,buy_contrast_m10_bb_pos,buy,2025-07-06 20:21:00,1180.0,29.9,1,leg_gt,4.78,60 -13055,buy_contrast_m10_bb_pos,buy,2025-07-06 20:24:00,1181.0,29.7899,1,leg_gt,4.78,60 -13056,buy_contrast_m10_bb_pos,buy,2025-07-06 20:27:00,1183.0,29.5703,1,leg_gt,4.78,60 -13057,buy_contrast_m10_bb_pos,buy,2025-07-07 14:21:00,1221.0,25.5347,1,leg_gt,4.03,60 -13058,buy_contrast_m10_bb_pos,buy,2025-07-07 14:24:00,1222.0,25.4319,1,leg_gt,4.03,60 -13059,buy_contrast_m10_bb_pos,buy,2025-07-07 14:27:00,1223.0,25.3293,1,leg_gt,4.03,60 -13060,buy_contrast_m10_bb_pos,buy,2025-07-07 14:42:00,1223.0,25.3293,1,leg_gt,4.02,60 -13061,buy_contrast_m10_bb_pos,buy,2025-07-07 14:45:00,1222.0,25.4319,1,leg_gt,4.01,60 -13062,buy_contrast_m10_bb_pos,buy,2025-07-07 14:48:00,1222.0,25.4319,1,leg_gt,4.01,60 -13063,buy_contrast_m10_bb_pos,buy,2025-07-07 15:00:00,1219.0,25.7409,1,leg_gt,4.0,60 -13064,buy_contrast_m10_bb_pos,buy,2025-07-07 15:03:00,1217.0,25.9477,1,leg_gt,4.0,60 -13065,buy_contrast_m10_bb_pos,buy,2025-07-07 15:06:00,1217.0,25.9477,1,leg_gt,4.0,60 -13066,buy_contrast_m10_bb_pos,buy,2025-07-07 15:09:00,1217.0,25.9477,1,leg_gt,4.0,60 -13067,buy_contrast_m10_bb_pos,buy,2025-07-07 15:12:00,1217.0,25.9477,1,leg_gt,4.0,60 -13068,buy_contrast_m10_bb_pos,buy,2025-07-07 15:15:00,1217.0,25.9477,1,leg_gt,3.99,60 -13069,buy_contrast_m10_bb_pos,buy,2025-07-07 15:18:00,1218.0,25.8442,1,leg_gt,3.99,60 -13070,buy_contrast_m10_bb_pos,buy,2025-07-07 15:30:00,1217.0,25.9477,1,leg_gt,3.98,60 -13071,buy_contrast_m10_bb_pos,buy,2025-07-07 15:33:00,1215.0,26.1551,1,leg_gt,3.98,60 -13072,buy_contrast_m10_bb_pos,buy,2025-07-07 15:36:00,1214.0,26.2591,1,leg_gt,3.98,60 -13073,buy_contrast_m10_bb_pos,buy,2025-07-07 15:39:00,1214.0,26.2591,1,leg_gt,3.98,60 -13074,buy_contrast_m10_bb_pos,buy,2025-07-07 16:12:00,1215.0,26.1551,1,leg_gt,3.95,60 -13075,buy_contrast_m10_bb_pos,buy,2025-07-07 16:15:00,1214.0,26.2591,1,leg_gt,3.95,60 -13076,buy_contrast_m10_bb_pos,buy,2025-07-07 16:18:00,1211.0,26.5722,1,leg_gt,3.95,60 -13077,buy_contrast_m10_bb_pos,buy,2025-07-07 16:21:00,1212.0,26.4677,1,leg_gt,3.95,60 -13078,buy_contrast_m10_bb_pos,buy,2025-07-07 16:24:00,1211.0,26.5722,1,leg_gt,3.95,60 -13079,buy_contrast_m10_bb_pos,buy,2025-07-07 16:27:00,1210.0,26.6769,1,leg_gt,3.94,60 -13080,buy_contrast_m10_bb_pos,buy,2025-07-07 16:30:00,1210.0,26.6769,1,leg_gt,3.94,60 -13081,buy_contrast_m10_bb_pos,buy,2025-07-07 16:33:00,1208.0,26.8868,1,leg_gt,3.94,60 -13082,buy_contrast_m10_bb_pos,buy,2025-07-07 16:36:00,1211.0,26.5722,1,leg_gt,3.94,60 -13083,buy_contrast_m10_bb_pos,buy,2025-07-07 16:39:00,1213.0,26.3633,1,leg_gt,3.94,60 -13084,buy_contrast_m10_bb_pos,buy,2025-07-07 18:12:00,1209.0,26.7817,1,leg_gt,3.87,60 -13085,buy_contrast_m10_bb_pos,buy,2025-07-07 18:15:00,1210.0,26.6769,1,leg_gt,3.87,60 -13086,buy_contrast_m10_bb_pos,buy,2025-07-07 18:18:00,1207.0,26.992,1,leg_gt,3.87,60 -13087,buy_contrast_m10_bb_pos,buy,2025-07-07 18:42:00,1207.0,26.992,1,leg_gt,3.85,60 -13088,buy_contrast_m10_bb_pos,buy,2025-07-07 18:45:00,1207.0,26.992,1,leg_gt,3.85,60 -13089,buy_contrast_m10_bb_pos,buy,2025-07-07 18:48:00,1206.0,27.0973,1,leg_gt,3.85,60 -13090,buy_contrast_m10_bb_pos,buy,2025-07-07 19:00:00,1206.0,27.0973,1,leg_gt,3.84,60 -13091,buy_contrast_m10_bb_pos,buy,2025-07-07 19:03:00,1204.0,27.3086,1,leg_gt,3.84,60 -13092,buy_contrast_m10_bb_pos,buy,2025-07-07 19:06:00,1202.0,27.5206,1,leg_gt,3.83,60 -13093,buy_contrast_m10_bb_pos,buy,2025-07-07 19:09:00,1201.0,27.6269,1,leg_gt,3.83,60 -13094,buy_contrast_m10_bb_pos,buy,2025-07-07 19:21:00,1204.0,27.3086,1,leg_gt,3.82,60 -13095,buy_contrast_m10_bb_pos,buy,2025-07-07 19:24:00,1202.0,27.5206,1,leg_gt,3.82,60 -13096,buy_contrast_m10_bb_pos,buy,2025-07-07 19:27:00,1202.0,27.5206,1,leg_gt,3.82,60 -13097,buy_contrast_m10_bb_pos,buy,2025-07-07 19:30:00,1203.0,27.4145,1,leg_gt,3.82,60 -13098,buy_contrast_m10_bb_pos,buy,2025-07-07 19:33:00,1203.0,27.4145,1,leg_gt,3.81,60 -13099,buy_contrast_m10_bb_pos,buy,2025-07-07 19:36:00,1205.0,27.2029,1,leg_gt,3.81,60 -13100,buy_contrast_m10_bb_pos,buy,2025-07-07 19:39:00,1205.0,27.2029,1,leg_gt,3.81,60 -13101,buy_contrast_m10_bb_pos,buy,2025-07-07 19:51:00,1200.0,27.7333,1,leg_gt,3.8,60 -13102,buy_contrast_m10_bb_pos,buy,2025-07-07 19:54:00,1200.0,27.7333,1,leg_gt,3.8,60 -13103,buy_contrast_m10_bb_pos,buy,2025-07-07 19:57:00,1200.0,27.7333,1,leg_gt,3.8,60 -13104,buy_contrast_m10_bb_pos,buy,2025-07-07 20:00:00,1200.0,27.7333,1,leg_gt,3.8,60 -13105,buy_contrast_m10_bb_pos,buy,2025-07-07 20:03:00,1200.0,27.7333,1,leg_gt,3.79,60 -13106,buy_contrast_m10_bb_pos,buy,2025-07-07 20:06:00,1201.0,27.6269,1,leg_gt,3.79,60 -13107,buy_contrast_m10_bb_pos,buy,2025-07-07 20:09:00,1198.0,27.9467,1,leg_gt,3.79,60 -13108,buy_contrast_m10_bb_pos,buy,2025-07-07 20:21:00,1196.0,28.1609,1,leg_gt,3.78,60 -13109,buy_contrast_m10_bb_pos,buy,2025-07-07 20:24:00,1197.0,28.0537,1,leg_gt,3.78,60 -13110,buy_contrast_m10_bb_pos,buy,2025-07-07 20:27:00,1199.0,27.8399,1,leg_gt,3.78,60 -13111,buy_contrast_m10_bb_pos,buy,2025-07-07 21:21:00,1195.0,28.2682,1,leg_gt,3.74,60 -13112,buy_contrast_m10_bb_pos,buy,2025-07-07 21:24:00,1198.0,27.9467,1,leg_gt,3.74,60 -13113,buy_contrast_m10_bb_pos,buy,2025-07-07 21:27:00,1197.0,28.0537,1,leg_gt,3.74,60 -13114,buy_contrast_m10_bb_pos,buy,2025-07-08 00:00:00,1190.0,28.8076,1,leg_gt,3.63,60 -13115,buy_contrast_m10_bb_pos,buy,2025-07-08 00:03:00,1193.0,28.4834,1,leg_gt,3.63,60 -13116,buy_contrast_m10_bb_pos,buy,2025-07-08 00:06:00,1192.0,28.5913,1,leg_gt,3.62,60 -13117,buy_contrast_m10_bb_pos,buy,2025-07-08 00:09:00,1193.0,28.4834,1,leg_gt,3.62,60 -13118,buy_contrast_m10_bb_pos,buy,2025-07-08 03:42:00,1185.0,29.3515,1,leg_gt,3.48,60 -13119,buy_contrast_m10_bb_pos,buy,2025-07-08 03:45:00,1186.0,29.2423,1,leg_gt,3.47,60 -13120,buy_contrast_m10_bb_pos,buy,2025-07-08 03:48:00,1187.0,29.1334,1,leg_gt,3.47,60 -13121,buy_contrast_m10_bb_pos,buy,2025-07-08 05:21:00,1180.0,29.9,1,leg_gt,3.41,60 -13122,buy_contrast_m10_bb_pos,buy,2025-07-08 05:24:00,1185.0,29.3515,1,leg_gt,3.4,60 -13123,buy_contrast_m10_bb_pos,buy,2025-07-08 05:27:00,1184.0,29.4608,1,leg_gt,3.4,60 -13124,buy_contrast_m10_bb_pos,buy,2025-07-08 06:30:00,1178.0,30.1207,1,leg_gt,3.36,60 -13125,buy_contrast_m10_bb_pos,buy,2025-07-08 06:33:00,1181.0,29.7899,1,leg_gt,3.36,60 -13126,buy_contrast_m10_bb_pos,buy,2025-07-08 06:36:00,1181.0,29.7899,1,leg_gt,3.35,60 -13127,buy_contrast_m10_bb_pos,buy,2025-07-08 06:39:00,1187.0,29.1334,1,leg_gt,3.35,60 -13128,buy_contrast_m10_bb_pos,buy,2025-07-08 10:30:00,1181.0,29.7899,1,leg_gt,3.19,60 -13129,buy_contrast_m10_bb_pos,buy,2025-07-08 10:33:00,1180.0,29.9,1,leg_gt,3.19,60 -13130,buy_contrast_m10_bb_pos,buy,2025-07-08 10:36:00,1183.0,29.5703,1,leg_gt,3.19,60 -13131,buy_contrast_m10_bb_pos,buy,2025-07-08 10:39:00,1181.0,29.7899,1,leg_gt,3.19,60 -13132,buy_contrast_m10_bb_pos,buy,2025-07-08 11:12:00,1177.0,30.2314,1,leg_gt,3.16,60 -13133,buy_contrast_m10_bb_pos,buy,2025-07-08 11:15:00,1180.0,29.9,1,leg_gt,3.16,60 -13134,buy_contrast_m10_bb_pos,buy,2025-07-08 11:18:00,1179.0,30.0103,1,leg_gt,3.16,60 -13135,buy_contrast_m10_bb_pos,buy,2025-07-08 13:21:00,1177.0,30.2314,1,leg_gt,3.07,60 -13136,buy_contrast_m10_bb_pos,buy,2025-07-08 13:24:00,1178.0,30.1207,1,leg_gt,3.07,60 -13137,buy_contrast_m10_bb_pos,buy,2025-07-08 13:27:00,1177.0,30.2314,1,leg_gt,3.07,60 -13138,buy_contrast_m10_bb_pos,buy,2025-07-08 13:30:00,1178.0,30.1207,1,leg_gt,3.07,60 -13139,buy_contrast_m10_bb_pos,buy,2025-07-08 13:33:00,1180.0,29.9,1,leg_gt,3.06,60 -13140,buy_contrast_m10_bb_pos,buy,2025-07-08 13:36:00,1182.0,29.68,1,leg_gt,3.06,60 -13141,buy_contrast_m10_bb_pos,buy,2025-07-08 13:39:00,1182.0,29.68,1,leg_gt,3.06,60 -13142,buy_contrast_m10_bb_pos,buy,2025-07-08 16:00:00,1178.0,30.1207,1,leg_gt,2.96,60 -13143,buy_contrast_m10_bb_pos,buy,2025-07-08 16:03:00,1179.0,30.0103,1,leg_gt,2.96,60 -13144,buy_contrast_m10_bb_pos,buy,2025-07-08 16:06:00,1177.0,30.2314,1,leg_gt,2.96,60 -13145,buy_contrast_m10_bb_pos,buy,2025-07-08 16:09:00,1178.0,30.1207,1,leg_gt,2.96,60 -13146,buy_contrast_m10_bb_pos,buy,2025-07-08 16:21:00,1177.0,30.2314,1,leg_gt,2.95,60 -13147,buy_contrast_m10_bb_pos,buy,2025-07-08 16:24:00,1178.0,30.1207,1,leg_gt,2.95,60 -13148,buy_contrast_m10_bb_pos,buy,2025-07-08 16:27:00,1177.0,30.2314,1,leg_gt,2.94,60 -13149,buy_contrast_m10_bb_pos,buy,2025-07-08 16:30:00,1177.0,30.2314,1,leg_gt,2.94,60 -13150,buy_contrast_m10_bb_pos,buy,2025-07-08 16:33:00,1178.0,30.1207,1,leg_gt,2.94,60 -13151,buy_contrast_m10_bb_pos,buy,2025-07-08 16:36:00,1178.0,30.1207,1,leg_gt,2.94,60 -13152,buy_contrast_m10_bb_pos,buy,2025-07-08 16:39:00,1179.0,30.0103,1,leg_gt,2.94,60 -13153,buy_contrast_m10_bb_pos,buy,2025-07-08 16:42:00,1178.0,30.1207,1,leg_gt,2.93,60 -13154,buy_contrast_m10_bb_pos,buy,2025-07-08 16:45:00,1177.0,30.2314,1,leg_gt,2.93,60 -13155,buy_contrast_m10_bb_pos,buy,2025-07-08 16:48:00,1178.0,30.1207,1,leg_gt,2.93,60 -13156,buy_contrast_m10_bb_pos,buy,2025-07-08 17:21:00,1177.0,30.2314,1,leg_gt,2.91,60 -13157,buy_contrast_m10_bb_pos,buy,2025-07-08 17:24:00,1178.0,30.1207,1,leg_gt,2.9,60 -13158,buy_contrast_m10_bb_pos,buy,2025-07-08 17:27:00,1177.0,30.2314,1,leg_gt,2.9,60 -13159,buy_contrast_m10_bb_pos,buy,2025-07-08 17:42:00,1173.0,30.6758,1,leg_gt,2.89,60 -13160,buy_contrast_m10_bb_pos,buy,2025-07-08 17:45:00,1173.0,30.6758,1,leg_gt,2.89,60 -13161,buy_contrast_m10_bb_pos,buy,2025-07-08 17:48:00,1175.0,30.4532,1,leg_gt,2.89,60 -13162,buy_contrast_m10_bb_pos,buy,2025-07-08 22:42:00,1185.0,29.3515,1,leg_gt,2.68,60 -13163,buy_contrast_m10_bb_pos,buy,2025-07-08 22:45:00,1186.0,29.2423,1,leg_gt,2.68,60 -13164,buy_contrast_m10_bb_pos,buy,2025-07-08 22:48:00,1191.0,28.6993,1,leg_gt,2.68,60 -13165,buy_contrast_m10_bb_pos,buy,2025-07-08 23:51:00,1175.0,30.4532,1,leg_gt,2.64,60 -13166,buy_contrast_m10_bb_pos,buy,2025-07-08 23:54:00,1172.0,30.7874,1,leg_gt,2.63,60 -13167,buy_contrast_m10_bb_pos,buy,2025-07-08 23:57:00,1171.0,30.8991,1,leg_gt,2.63,60 -13168,buy_contrast_m10_bb_pos,buy,2025-07-09 00:21:00,1172.0,30.7874,1,leg_gt,2.61,60 -13169,buy_contrast_m10_bb_pos,buy,2025-07-09 00:24:00,1170.0,31.0111,1,leg_gt,2.61,60 -13170,buy_contrast_m10_bb_pos,buy,2025-07-09 00:27:00,1170.0,31.0111,1,leg_gt,2.61,60 -13171,buy_contrast_m10_bb_pos,buy,2025-07-09 00:30:00,1170.0,31.0111,1,leg_gt,2.61,60 -13172,buy_contrast_m10_bb_pos,buy,2025-07-09 00:33:00,1169.0,31.1233,1,leg_gt,2.61,60 -13173,buy_contrast_m10_bb_pos,buy,2025-07-09 00:36:00,1169.0,31.1233,1,leg_gt,2.6,60 -13174,buy_contrast_m10_bb_pos,buy,2025-07-09 00:39:00,1171.0,30.8991,1,leg_gt,2.6,60 -13175,buy_contrast_m10_bb_pos,buy,2025-07-09 00:42:00,1171.0,30.8991,1,leg_gt,2.6,60 -13176,buy_contrast_m10_bb_pos,buy,2025-07-09 00:45:00,1173.0,30.6758,1,leg_gt,2.6,60 -13177,buy_contrast_m10_bb_pos,buy,2025-07-09 00:48:00,1175.0,30.4532,1,leg_gt,2.6,60 -13178,buy_contrast_m10_bb_pos,buy,2025-07-09 06:30:00,1194.0,28.3757,1,leg_gt,2.36,60 -13179,buy_contrast_m10_bb_pos,buy,2025-07-09 06:33:00,1197.0,28.0537,1,leg_gt,2.36,60 -13180,buy_contrast_m10_bb_pos,buy,2025-07-09 06:36:00,1194.0,28.3757,1,leg_gt,2.35,60 -13181,buy_contrast_m10_bb_pos,buy,2025-07-09 06:39:00,1195.0,28.2682,1,leg_gt,2.35,60 -13182,buy_contrast_m10_bb_pos,buy,2025-07-09 07:12:00,1192.0,28.5913,1,leg_gt,2.33,60 -13183,buy_contrast_m10_bb_pos,buy,2025-07-09 07:15:00,1193.0,28.4834,1,leg_gt,2.33,60 -13184,buy_contrast_m10_bb_pos,buy,2025-07-09 07:18:00,1192.0,28.5913,1,leg_gt,2.33,60 -13185,buy_contrast_m10_bb_pos,buy,2025-07-09 07:21:00,1191.0,28.6993,1,leg_gt,2.32,60 -13186,buy_contrast_m10_bb_pos,buy,2025-07-09 07:24:00,1192.0,28.5913,1,leg_gt,2.32,60 -13187,buy_contrast_m10_bb_pos,buy,2025-07-09 07:27:00,1190.0,28.8076,1,leg_gt,2.32,60 -13188,buy_contrast_m10_bb_pos,buy,2025-07-09 07:30:00,1191.0,28.6993,1,leg_gt,2.32,60 -13189,buy_contrast_m10_bb_pos,buy,2025-07-09 07:33:00,1192.0,28.5913,1,leg_gt,2.31,60 -13190,buy_contrast_m10_bb_pos,buy,2025-07-09 07:36:00,1192.0,28.5913,1,leg_gt,2.31,60 -13191,buy_contrast_m10_bb_pos,buy,2025-07-09 07:39:00,1192.0,28.5913,1,leg_gt,2.31,60 -13192,buy_contrast_m10_bb_pos,buy,2025-07-09 08:30:00,1188.0,29.0246,1,leg_gt,2.28,60 -13193,buy_contrast_m10_bb_pos,buy,2025-07-09 08:33:00,1187.0,29.1334,1,leg_gt,2.27,60 -13194,buy_contrast_m10_bb_pos,buy,2025-07-09 08:36:00,1189.0,28.916,1,leg_gt,2.27,60 -13195,buy_contrast_m10_bb_pos,buy,2025-07-09 08:39:00,1190.0,28.8076,1,leg_gt,2.27,60 -13196,buy_contrast_m10_bb_pos,buy,2025-07-09 09:42:00,1187.0,29.1334,1,leg_gt,2.22,60 -13197,buy_contrast_m10_bb_pos,buy,2025-07-09 09:45:00,1189.0,28.916,1,leg_gt,2.22,60 -13198,buy_contrast_m10_bb_pos,buy,2025-07-09 09:48:00,1187.0,29.1334,1,leg_gt,2.22,60 -13199,buy_contrast_m10_bb_pos,buy,2025-07-09 09:51:00,1188.0,29.0246,1,leg_gt,2.22,60 -13200,buy_contrast_m10_bb_pos,buy,2025-07-09 09:54:00,1188.0,29.0246,1,leg_gt,2.22,60 -13201,buy_contrast_m10_bb_pos,buy,2025-07-09 09:57:00,1187.0,29.1334,1,leg_gt,2.21,60 -13202,buy_contrast_m10_bb_pos,buy,2025-07-09 10:00:00,1186.0,29.2423,1,leg_gt,2.21,60 -13203,buy_contrast_m10_bb_pos,buy,2025-07-09 10:03:00,1186.0,29.2423,1,leg_gt,2.21,60 -13204,buy_contrast_m10_bb_pos,buy,2025-07-09 10:06:00,1188.0,29.0246,1,leg_gt,2.21,60 -13205,buy_contrast_m10_bb_pos,buy,2025-07-09 10:09:00,1191.0,28.6993,1,leg_gt,2.21,60 -13206,buy_contrast_m10_bb_pos,buy,2025-07-09 10:51:00,1177.0,30.2314,1,leg_gt,2.18,60 -13207,buy_contrast_m10_bb_pos,buy,2025-07-09 10:54:00,1177.0,30.2314,1,leg_gt,2.17,60 -13208,buy_contrast_m10_bb_pos,buy,2025-07-09 10:57:00,1178.0,30.1207,1,leg_gt,2.17,60 -13209,buy_contrast_m10_bb_pos,buy,2025-07-09 11:00:00,1178.0,30.1207,1,leg_gt,2.17,60 -13210,buy_contrast_m10_bb_pos,buy,2025-07-09 11:03:00,1179.0,30.0103,1,leg_gt,2.17,60 -13211,buy_contrast_m10_bb_pos,buy,2025-07-09 11:06:00,1178.0,30.1207,1,leg_gt,2.17,60 -13212,buy_contrast_m10_bb_pos,buy,2025-07-09 11:09:00,1178.0,30.1207,1,leg_gt,2.16,60 -13213,buy_contrast_m10_bb_pos,buy,2025-07-09 11:12:00,1176.0,30.3422,1,leg_gt,2.16,60 -13214,buy_contrast_m10_bb_pos,buy,2025-07-09 11:15:00,1177.0,30.2314,1,leg_gt,2.16,60 -13215,buy_contrast_m10_bb_pos,buy,2025-07-09 11:18:00,1178.0,30.1207,1,leg_gt,2.16,60 -13216,buy_contrast_m10_bb_pos,buy,2025-07-09 11:21:00,1177.0,30.2314,1,leg_gt,2.16,60 -13217,buy_contrast_m10_bb_pos,buy,2025-07-09 11:24:00,1178.0,30.1207,1,leg_gt,2.15,60 -13218,buy_contrast_m10_bb_pos,buy,2025-07-09 11:27:00,1179.0,30.0103,1,leg_gt,2.15,60 -13219,buy_contrast_m10_bb_pos,buy,2025-07-09 23:30:00,1192.0,28.5913,1,leg_gt,1.65,60 -13220,buy_contrast_m10_bb_pos,buy,2025-07-09 23:33:00,1187.0,29.1334,1,leg_gt,1.65,60 -13221,buy_contrast_m10_bb_pos,buy,2025-07-09 23:36:00,1185.0,29.3515,1,leg_gt,1.65,60 -13222,buy_contrast_m10_bb_pos,buy,2025-07-09 23:39:00,1183.0,29.5703,1,leg_gt,1.64,60 -13223,buy_contrast_m10_bb_pos,buy,2025-07-10 10:12:00,1227.0,24.9204,1,leg_gt,1.2,60 -13224,buy_contrast_m10_bb_pos,buy,2025-07-10 10:15:00,1229.0,24.7169,1,leg_gt,1.2,60 -13225,buy_contrast_m10_bb_pos,buy,2025-07-10 10:18:00,1230.0,24.6154,1,leg_gt,1.2,60 -13226,buy_contrast_m10_bb_pos,buy,2025-07-10 21:42:00,1262.0,21.4531,1,leg_gt,0.72,60 -13227,buy_contrast_m10_bb_pos,buy,2025-07-10 21:45:00,1261.0,21.5495,1,leg_gt,0.72,60 -13228,buy_contrast_m10_bb_pos,buy,2025-07-10 21:48:00,1263.0,21.3568,1,leg_gt,0.72,60 -13229,buy_contrast_m10_bb_pos,buy,2025-07-11 01:00:00,1265.0,21.1648,1,leg_gt,0.59,60 -13230,buy_contrast_m10_bb_pos,buy,2025-07-11 01:03:00,1263.0,21.3568,1,leg_gt,0.59,60 -13231,buy_contrast_m10_bb_pos,buy,2025-07-11 01:06:00,1265.0,21.1648,1,leg_gt,0.58,60 -13232,buy_contrast_m10_bb_pos,buy,2025-07-11 01:09:00,1266.0,21.069,1,leg_gt,0.58,60 -13233,buy_contrast_m10_bb_pos,buy,2025-07-11 16:12:00,1464.0,3.5885,1,leg_gt,2.92,60 -13234,buy_contrast_m10_bb_pos,buy,2025-07-11 16:15:00,1459.0,3.9439,1,leg_gt,2.91,60 -13235,buy_contrast_m10_bb_pos,buy,2025-07-11 16:18:00,1468.0,3.306,1,leg_gt,2.91,60 -13236,buy_contrast_m10_bb_pos,buy,2025-07-11 16:51:00,1468.0,3.306,1,leg_gt,2.89,60 -13237,buy_contrast_m10_bb_pos,buy,2025-07-11 16:54:00,1461.0,3.8014,1,leg_gt,2.89,60 -13238,buy_contrast_m10_bb_pos,buy,2025-07-11 16:57:00,1464.0,3.5885,1,leg_gt,2.89,60 -13239,buy_contrast_m10_bb_pos,buy,2025-07-11 17:00:00,1459.0,3.9439,1,leg_gt,2.88,60 -13240,buy_contrast_m10_bb_pos,buy,2025-07-11 17:03:00,1470.0,3.1653,1,leg_gt,2.88,60 -13241,buy_contrast_m10_bb_pos,buy,2025-07-11 17:06:00,1472.0,3.025,1,leg_gt,2.88,60 -13242,buy_contrast_m10_bb_pos,buy,2025-07-11 17:09:00,1473.0,2.955,1,leg_gt,2.88,60 -13243,buy_contrast_m10_bb_pos,buy,2025-07-11 20:12:00,1469.0,3.2356,1,leg_gt,2.75,60 -13244,buy_contrast_m10_bb_pos,buy,2025-07-11 20:15:00,1467.0,3.3765,1,leg_gt,2.75,60 -13245,buy_contrast_m10_bb_pos,buy,2025-07-11 20:18:00,1468.0,3.306,1,leg_gt,2.75,60 -13246,buy_contrast_m10_bb_pos,buy,2025-07-11 20:30:00,1472.0,3.025,1,leg_gt,2.74,60 -13247,buy_contrast_m10_bb_pos,buy,2025-07-11 20:33:00,1469.0,3.2356,1,leg_gt,2.74,60 -13248,buy_contrast_m10_bb_pos,buy,2025-07-11 20:36:00,1471.0,3.0951,1,leg_gt,2.73,60 -13249,buy_contrast_m10_bb_pos,buy,2025-07-11 20:39:00,1470.0,3.1653,1,leg_gt,2.73,60 -13250,buy_contrast_m10_bb_pos,buy,2025-07-11 20:42:00,1470.0,3.1653,1,leg_gt,2.73,60 -13251,buy_contrast_m10_bb_pos,buy,2025-07-11 20:45:00,1470.0,3.1653,1,leg_gt,2.73,60 -13252,buy_contrast_m10_bb_pos,buy,2025-07-11 20:48:00,1466.0,3.4471,1,leg_gt,2.72,60 -13253,buy_contrast_m10_bb_pos,buy,2025-07-11 21:00:00,1466.0,3.4471,1,leg_gt,2.72,60 -13254,buy_contrast_m10_bb_pos,buy,2025-07-11 21:03:00,1467.0,3.3765,1,leg_gt,2.71,60 -13255,buy_contrast_m10_bb_pos,buy,2025-07-11 21:06:00,1472.0,3.025,1,leg_gt,2.71,60 -13256,buy_contrast_m10_bb_pos,buy,2025-07-11 21:09:00,1471.0,3.0951,1,leg_gt,2.71,60 -13257,buy_contrast_m10_bb_pos,buy,2025-07-11 21:30:00,1459.0,3.9439,1,leg_gt,2.7,60 -13258,buy_contrast_m10_bb_pos,buy,2025-07-11 21:33:00,1460.0,3.8726,1,leg_gt,2.69,60 -13259,buy_contrast_m10_bb_pos,buy,2025-07-11 21:36:00,1461.0,3.8014,1,leg_gt,2.69,60 -13260,buy_contrast_m10_bb_pos,buy,2025-07-11 21:39:00,1459.0,3.9439,1,leg_gt,2.69,60 -13261,buy_contrast_m10_bb_pos,buy,2025-07-11 21:42:00,1456.0,4.1582,1,leg_gt,2.69,60 -13262,buy_contrast_m10_bb_pos,buy,2025-07-11 21:45:00,1459.0,3.9439,1,leg_gt,2.69,60 -13263,buy_contrast_m10_bb_pos,buy,2025-07-11 21:48:00,1466.0,3.4471,1,leg_gt,2.68,60 -13264,buy_contrast_m10_bb_pos,buy,2025-07-12 06:30:00,1447.0,4.8067,1,leg_gt,2.32,60 -13265,buy_contrast_m10_bb_pos,buy,2025-07-12 06:33:00,1442.0,5.1705,1,leg_gt,2.32,60 -13266,buy_contrast_m10_bb_pos,buy,2025-07-12 06:36:00,1440.0,5.3167,1,leg_gt,2.32,60 -13267,buy_contrast_m10_bb_pos,buy,2025-07-12 06:39:00,1429.0,6.1281,1,leg_gt,2.31,60 -13268,buy_contrast_m10_bb_pos,buy,2025-07-12 07:51:00,1377.0,10.1397,1,leg_gt,2.26,60 -13269,buy_contrast_m10_bb_pos,buy,2025-07-12 07:54:00,1386.0,9.4238,1,leg_gt,2.26,60 -13270,buy_contrast_m10_bb_pos,buy,2025-07-12 07:57:00,1384.0,9.5821,1,leg_gt,2.26,60 -13271,buy_contrast_m10_bb_pos,buy,2025-07-12 09:42:00,1373.0,10.4608,1,leg_gt,2.19,60 -13272,buy_contrast_m10_bb_pos,buy,2025-07-12 09:45:00,1371.0,10.6221,1,leg_gt,2.19,60 -13273,buy_contrast_m10_bb_pos,buy,2025-07-12 09:48:00,1378.0,10.0597,1,leg_gt,2.18,60 -13274,buy_contrast_m10_bb_pos,buy,2025-07-12 13:21:00,1404.0,8.0197,1,leg_gt,2.04,60 -13275,buy_contrast_m10_bb_pos,buy,2025-07-12 13:24:00,1406.0,7.8659,1,leg_gt,2.03,60 -13276,buy_contrast_m10_bb_pos,buy,2025-07-12 13:27:00,1404.0,8.0197,1,leg_gt,2.03,60 -13277,buy_contrast_m10_bb_pos,buy,2025-07-12 13:30:00,1406.0,7.8659,1,leg_gt,2.03,60 -13278,buy_contrast_m10_bb_pos,buy,2025-07-12 13:33:00,1402.0,8.1739,1,leg_gt,2.03,60 -13279,buy_contrast_m10_bb_pos,buy,2025-07-12 13:36:00,1402.0,8.1739,1,leg_gt,2.02,60 -13280,buy_contrast_m10_bb_pos,buy,2025-07-12 13:39:00,1397.0,8.5614,1,leg_gt,2.02,60 -13281,buy_contrast_m10_bb_pos,buy,2025-07-12 21:30:00,1395.0,8.7172,1,leg_gt,1.7,60 -13282,buy_contrast_m10_bb_pos,buy,2025-07-12 21:33:00,1398.0,8.4837,1,leg_gt,1.69,60 -13283,buy_contrast_m10_bb_pos,buy,2025-07-12 21:36:00,1394.0,8.7953,1,leg_gt,1.69,60 -13284,buy_contrast_m10_bb_pos,buy,2025-07-12 21:39:00,1389.0,9.1873,1,leg_gt,1.69,60 -13285,buy_contrast_m10_bb_pos,buy,2025-07-12 22:00:00,1384.0,9.5821,1,leg_gt,1.68,60 -13286,buy_contrast_m10_bb_pos,buy,2025-07-12 22:03:00,1380.0,9.9,1,leg_gt,1.67,60 -13287,buy_contrast_m10_bb_pos,buy,2025-07-12 22:06:00,1383.0,9.6614,1,leg_gt,1.67,60 -13288,buy_contrast_m10_bb_pos,buy,2025-07-12 22:09:00,1381.0,9.8203,1,leg_gt,1.67,60 -13289,buy_contrast_m10_bb_pos,buy,2025-07-12 22:12:00,1377.0,10.1397,1,leg_gt,1.67,60 -13290,buy_contrast_m10_bb_pos,buy,2025-07-12 22:15:00,1382.0,9.7408,1,leg_gt,1.66,60 -13291,buy_contrast_m10_bb_pos,buy,2025-07-12 22:18:00,1377.0,10.1397,1,leg_gt,1.66,60 -13292,buy_contrast_m10_bb_pos,buy,2025-07-12 22:30:00,1371.0,10.6221,1,leg_gt,1.65,60 -13293,buy_contrast_m10_bb_pos,buy,2025-07-12 22:33:00,1378.0,10.0597,1,leg_gt,1.65,60 -13294,buy_contrast_m10_bb_pos,buy,2025-07-12 22:36:00,1374.0,10.3803,1,leg_gt,1.65,60 -13295,buy_contrast_m10_bb_pos,buy,2025-07-12 22:39:00,1377.0,10.1397,1,leg_gt,1.65,60 -13296,buy_contrast_m10_bb_pos,buy,2025-07-13 00:12:00,1369.0,10.7839,1,leg_gt,1.58,60 -13297,buy_contrast_m10_bb_pos,buy,2025-07-13 00:15:00,1370.0,10.7029,1,leg_gt,1.58,60 -13298,buy_contrast_m10_bb_pos,buy,2025-07-13 00:18:00,1376.0,10.2198,1,leg_gt,1.58,60 -13299,buy_contrast_m10_bb_pos,buy,2025-07-13 00:30:00,1370.0,10.7029,1,leg_gt,1.57,60 -13300,buy_contrast_m10_bb_pos,buy,2025-07-13 00:33:00,1361.0,11.4356,1,leg_gt,1.57,60 -13301,buy_contrast_m10_bb_pos,buy,2025-07-13 00:36:00,1363.0,11.272,1,leg_gt,1.57,60 -13302,buy_contrast_m10_bb_pos,buy,2025-07-13 00:39:00,1358.0,11.682,1,leg_gt,1.56,60 -13303,buy_contrast_m10_bb_pos,buy,2025-07-13 00:51:00,1363.0,11.272,1,leg_gt,1.56,60 -13304,buy_contrast_m10_bb_pos,buy,2025-07-13 00:54:00,1359.0,11.5998,1,leg_gt,1.55,60 -13305,buy_contrast_m10_bb_pos,buy,2025-07-13 00:57:00,1362.0,11.3537,1,leg_gt,1.55,60 -13306,buy_contrast_m10_bb_pos,buy,2025-07-13 05:42:00,1385.0,9.5029,1,leg_gt,1.35,60 -13307,buy_contrast_m10_bb_pos,buy,2025-07-13 05:45:00,1385.0,9.5029,1,leg_gt,1.35,60 -13308,buy_contrast_m10_bb_pos,buy,2025-07-13 05:48:00,1385.0,9.5029,1,leg_gt,1.35,60 -13309,buy_contrast_m10_bb_pos,buy,2025-07-13 07:21:00,1383.0,9.6614,1,leg_gt,1.29,60 -13310,buy_contrast_m10_bb_pos,buy,2025-07-13 07:24:00,1385.0,9.5029,1,leg_gt,1.28,60 -13311,buy_contrast_m10_bb_pos,buy,2025-07-13 07:27:00,1388.0,9.266,1,leg_gt,1.28,60 -13312,buy_contrast_m10_bb_pos,buy,2025-07-13 17:42:00,1405.0,7.9427,1,leg_gt,0.85,60 -13313,buy_contrast_m10_bb_pos,buy,2025-07-13 17:45:00,1403.0,8.0967,1,leg_gt,0.85,60 -13314,buy_contrast_m10_bb_pos,buy,2025-07-13 17:48:00,1399.0,8.4061,1,leg_gt,0.85,60 -13315,buy_contrast_m10_bb_pos,buy,2025-07-13 18:12:00,1403.0,8.0967,1,leg_gt,0.83,60 -13316,buy_contrast_m10_bb_pos,buy,2025-07-13 18:15:00,1402.0,8.1739,1,leg_gt,0.83,60 -13317,buy_contrast_m10_bb_pos,buy,2025-07-13 18:18:00,1402.0,8.1739,1,leg_gt,0.83,60 -13318,buy_contrast_m10_bb_pos,buy,2025-07-14 06:21:00,1438.0,5.4633,1,leg_gt,0.33,60 -13319,buy_contrast_m10_bb_pos,buy,2025-07-14 06:24:00,1435.0,5.684,1,leg_gt,0.32,60 -13320,buy_contrast_m10_bb_pos,buy,2025-07-14 06:27:00,1438.0,5.4633,1,leg_gt,0.32,60 -13321,buy_contrast_m10_bb_pos,buy,2025-07-14 17:30:00,1460.0,6.4753,1,leg_gt,2.54,60 -13322,buy_contrast_m10_bb_pos,buy,2025-07-14 17:33:00,1462.0,6.3295,1,leg_gt,2.54,60 -13323,buy_contrast_m10_bb_pos,buy,2025-07-14 17:36:00,1463.0,6.2568,1,leg_gt,2.54,60 -13324,buy_contrast_m10_bb_pos,buy,2025-07-14 17:39:00,1464.0,6.1842,1,leg_gt,2.53,60 -13325,buy_contrast_m10_bb_pos,buy,2025-07-14 18:21:00,1461.0,6.4024,1,leg_gt,2.5,60 -13326,buy_contrast_m10_bb_pos,buy,2025-07-14 18:24:00,1465.0,6.1116,1,leg_gt,2.5,60 -13327,buy_contrast_m10_bb_pos,buy,2025-07-14 18:27:00,1464.0,6.1842,1,leg_gt,2.5,60 -13328,buy_contrast_m10_bb_pos,buy,2025-07-14 20:30:00,1456.0,6.7681,1,leg_gt,2.41,60 -13329,buy_contrast_m10_bb_pos,buy,2025-07-14 20:33:00,1451.0,7.1364,1,leg_gt,2.41,60 -13330,buy_contrast_m10_bb_pos,buy,2025-07-14 20:36:00,1449.0,7.2844,1,leg_gt,2.41,60 -13331,buy_contrast_m10_bb_pos,buy,2025-07-14 20:39:00,1456.0,6.7681,1,leg_gt,2.41,60 -13332,buy_contrast_m10_bb_pos,buy,2025-07-14 20:42:00,1456.0,6.7681,1,leg_gt,2.41,60 -13333,buy_contrast_m10_bb_pos,buy,2025-07-14 20:45:00,1455.0,6.8416,1,leg_gt,2.4,60 -13334,buy_contrast_m10_bb_pos,buy,2025-07-14 20:48:00,1454.0,6.9151,1,leg_gt,2.4,60 -13335,buy_contrast_m10_bb_pos,buy,2025-07-14 20:51:00,1454.0,6.9151,1,leg_gt,2.4,60 -13336,buy_contrast_m10_bb_pos,buy,2025-07-14 20:54:00,1453.0,6.9888,1,leg_gt,2.4,60 -13337,buy_contrast_m10_bb_pos,buy,2025-07-14 20:57:00,1454.0,6.9151,1,leg_gt,2.4,60 -13338,buy_contrast_m10_bb_pos,buy,2025-07-14 21:00:00,1453.0,6.9888,1,leg_gt,2.39,60 -13339,buy_contrast_m10_bb_pos,buy,2025-07-14 21:03:00,1454.0,6.9151,1,leg_gt,2.39,60 -13340,buy_contrast_m10_bb_pos,buy,2025-07-14 21:06:00,1454.0,6.9151,1,leg_gt,2.39,60 -13341,buy_contrast_m10_bb_pos,buy,2025-07-14 21:09:00,1453.0,6.9888,1,leg_gt,2.39,60 -13342,buy_contrast_m10_bb_pos,buy,2025-07-14 21:30:00,1451.0,7.1364,1,leg_gt,2.37,60 -13343,buy_contrast_m10_bb_pos,buy,2025-07-14 21:33:00,1450.0,7.2103,1,leg_gt,2.37,60 -13344,buy_contrast_m10_bb_pos,buy,2025-07-14 21:36:00,1449.0,7.2844,1,leg_gt,2.37,60 -13345,buy_contrast_m10_bb_pos,buy,2025-07-14 21:39:00,1455.0,6.8416,1,leg_gt,2.37,60 -13346,buy_contrast_m10_bb_pos,buy,2025-07-15 00:21:00,1431.0,8.6352,1,leg_gt,2.25,60 -13347,buy_contrast_m10_bb_pos,buy,2025-07-15 00:24:00,1434.0,8.4077,1,leg_gt,2.25,60 -13348,buy_contrast_m10_bb_pos,buy,2025-07-15 00:27:00,1435.0,8.3321,1,leg_gt,2.25,60 -13349,buy_contrast_m10_bb_pos,buy,2025-07-15 00:51:00,1422.0,9.3233,1,leg_gt,2.23,60 -13350,buy_contrast_m10_bb_pos,buy,2025-07-15 00:54:00,1417.0,9.7095,1,leg_gt,2.23,60 -13351,buy_contrast_m10_bb_pos,buy,2025-07-15 00:57:00,1424.0,9.1697,1,leg_gt,2.23,60 -13352,buy_contrast_m10_bb_pos,buy,2025-07-15 01:12:00,1420.0,9.4775,1,leg_gt,2.22,60 -13353,buy_contrast_m10_bb_pos,buy,2025-07-15 01:15:00,1417.0,9.7095,1,leg_gt,2.22,60 -13354,buy_contrast_m10_bb_pos,buy,2025-07-15 01:18:00,1427.0,8.9399,1,leg_gt,2.21,60 -13355,buy_contrast_m10_bb_pos,buy,2025-07-15 03:12:00,1426.0,9.0164,1,leg_gt,2.14,60 -13356,buy_contrast_m10_bb_pos,buy,2025-07-15 03:15:00,1424.0,9.1697,1,leg_gt,2.13,60 -13357,buy_contrast_m10_bb_pos,buy,2025-07-15 03:18:00,1419.0,9.5547,1,leg_gt,2.13,60 -13358,buy_contrast_m10_bb_pos,buy,2025-07-15 03:42:00,1423.0,9.2465,1,leg_gt,2.11,60 -13359,buy_contrast_m10_bb_pos,buy,2025-07-15 03:45:00,1426.0,9.0164,1,leg_gt,2.11,60 -13360,buy_contrast_m10_bb_pos,buy,2025-07-15 03:48:00,1424.0,9.1697,1,leg_gt,2.11,60 -13361,buy_contrast_m10_bb_pos,buy,2025-07-15 04:12:00,1411.0,10.1764,1,leg_gt,2.09,60 -13362,buy_contrast_m10_bb_pos,buy,2025-07-15 04:15:00,1407.0,10.4899,1,leg_gt,2.09,60 -13363,buy_contrast_m10_bb_pos,buy,2025-07-15 04:18:00,1413.0,10.0203,1,leg_gt,2.09,60 -13364,buy_contrast_m10_bb_pos,buy,2025-07-15 04:30:00,1415.0,9.8647,1,leg_gt,2.08,60 -13365,buy_contrast_m10_bb_pos,buy,2025-07-15 04:33:00,1417.0,9.7095,1,leg_gt,2.08,60 -13366,buy_contrast_m10_bb_pos,buy,2025-07-15 04:36:00,1418.0,9.632,1,leg_gt,2.08,60 -13367,buy_contrast_m10_bb_pos,buy,2025-07-15 04:39:00,1416.0,9.787,1,leg_gt,2.08,60 -13368,buy_contrast_m10_bb_pos,buy,2025-07-15 04:51:00,1414.0,9.9424,1,leg_gt,2.07,60 -13369,buy_contrast_m10_bb_pos,buy,2025-07-15 04:54:00,1416.0,9.787,1,leg_gt,2.06,60 -13370,buy_contrast_m10_bb_pos,buy,2025-07-15 04:57:00,1412.0,10.0983,1,leg_gt,2.06,60 -13371,buy_contrast_m10_bb_pos,buy,2025-07-15 05:12:00,1405.0,10.6473,1,leg_gt,2.05,60 -13372,buy_contrast_m10_bb_pos,buy,2025-07-15 05:15:00,1404.0,10.7262,1,leg_gt,2.05,60 -13373,buy_contrast_m10_bb_pos,buy,2025-07-15 05:18:00,1399.0,11.1223,1,leg_gt,2.05,60 -13374,buy_contrast_m10_bb_pos,buy,2025-07-15 05:21:00,1404.0,10.7262,1,leg_gt,2.05,60 -13375,buy_contrast_m10_bb_pos,buy,2025-07-15 05:24:00,1405.0,10.6473,1,leg_gt,2.04,60 -13376,buy_contrast_m10_bb_pos,buy,2025-07-15 05:27:00,1407.0,10.4899,1,leg_gt,2.04,60 -13377,buy_contrast_m10_bb_pos,buy,2025-07-15 09:51:00,1424.0,9.1697,1,leg_gt,1.86,60 -13378,buy_contrast_m10_bb_pos,buy,2025-07-15 09:54:00,1427.0,8.9399,1,leg_gt,1.86,60 -13379,buy_contrast_m10_bb_pos,buy,2025-07-15 09:57:00,1421.0,9.4004,1,leg_gt,1.85,60 -13380,buy_contrast_m10_bb_pos,buy,2025-07-15 10:42:00,1416.0,9.787,1,leg_gt,1.82,60 -13381,buy_contrast_m10_bb_pos,buy,2025-07-15 10:45:00,1420.0,9.4775,1,leg_gt,1.82,60 -13382,buy_contrast_m10_bb_pos,buy,2025-07-15 10:48:00,1424.0,9.1697,1,leg_gt,1.82,60 -13383,buy_contrast_m10_bb_pos,buy,2025-07-15 11:00:00,1409.0,10.3329,1,leg_gt,1.81,60 -13384,buy_contrast_m10_bb_pos,buy,2025-07-15 11:03:00,1414.0,9.9424,1,leg_gt,1.81,60 -13385,buy_contrast_m10_bb_pos,buy,2025-07-15 11:06:00,1418.0,9.632,1,leg_gt,1.81,60 -13386,buy_contrast_m10_bb_pos,buy,2025-07-15 11:09:00,1417.0,9.7095,1,leg_gt,1.8,60 -13387,buy_contrast_m10_bb_pos,buy,2025-07-15 11:21:00,1405.0,10.6473,1,leg_gt,1.8,60 -13388,buy_contrast_m10_bb_pos,buy,2025-07-15 11:24:00,1403.0,10.8052,1,leg_gt,1.79,60 -13389,buy_contrast_m10_bb_pos,buy,2025-07-15 11:27:00,1398.0,11.2019,1,leg_gt,1.79,60 -13390,buy_contrast_m10_bb_pos,buy,2025-07-15 11:30:00,1400.0,11.0429,1,leg_gt,1.79,60 -13391,buy_contrast_m10_bb_pos,buy,2025-07-15 11:33:00,1404.0,10.7262,1,leg_gt,1.79,60 -13392,buy_contrast_m10_bb_pos,buy,2025-07-15 11:36:00,1401.0,10.9635,1,leg_gt,1.79,60 -13393,buy_contrast_m10_bb_pos,buy,2025-07-15 11:39:00,1407.0,10.4899,1,leg_gt,1.78,60 -13394,buy_contrast_m10_bb_pos,buy,2025-07-15 12:30:00,1381.0,12.572,1,leg_gt,1.75,60 -13395,buy_contrast_m10_bb_pos,buy,2025-07-15 12:33:00,1375.0,13.0636,1,leg_gt,1.75,60 -13396,buy_contrast_m10_bb_pos,buy,2025-07-15 12:36:00,1372.0,13.3111,1,leg_gt,1.74,60 -13397,buy_contrast_m10_bb_pos,buy,2025-07-15 12:39:00,1377.0,12.8993,1,leg_gt,1.74,60 -13398,buy_contrast_m10_bb_pos,buy,2025-07-15 12:42:00,1376.0,12.9814,1,leg_gt,1.74,60 -13399,buy_contrast_m10_bb_pos,buy,2025-07-15 12:45:00,1376.0,12.9814,1,leg_gt,1.74,60 -13400,buy_contrast_m10_bb_pos,buy,2025-07-15 12:48:00,1381.0,12.572,1,leg_gt,1.74,60 -13401,buy_contrast_m10_bb_pos,buy,2025-07-15 13:12:00,1375.0,13.0636,1,leg_gt,1.72,60 -13402,buy_contrast_m10_bb_pos,buy,2025-07-15 13:15:00,1379.0,12.7354,1,leg_gt,1.72,60 -13403,buy_contrast_m10_bb_pos,buy,2025-07-15 13:18:00,1381.0,12.572,1,leg_gt,1.71,60 -13404,buy_contrast_m10_bb_pos,buy,2025-07-15 16:51:00,1386.0,12.1655,1,leg_gt,1.57,60 -13405,buy_contrast_m10_bb_pos,buy,2025-07-15 16:54:00,1390.0,11.8424,1,leg_gt,1.56,60 -13406,buy_contrast_m10_bb_pos,buy,2025-07-15 16:57:00,1391.0,11.762,1,leg_gt,1.56,60 -13407,buy_contrast_m10_bb_pos,buy,2025-07-15 17:00:00,1387.0,12.0846,1,leg_gt,1.56,60 -13408,buy_contrast_m10_bb_pos,buy,2025-07-15 17:03:00,1384.0,12.3277,1,leg_gt,1.56,60 -13409,buy_contrast_m10_bb_pos,buy,2025-07-15 17:06:00,1383.0,12.409,1,leg_gt,1.56,60 -13410,buy_contrast_m10_bb_pos,buy,2025-07-15 17:09:00,1386.0,12.1655,1,leg_gt,1.55,60 -13411,buy_contrast_m10_bb_pos,buy,2025-07-15 18:00:00,1382.0,12.4904,1,leg_gt,1.52,60 -13412,buy_contrast_m10_bb_pos,buy,2025-07-15 18:03:00,1385.0,12.2466,1,leg_gt,1.52,60 -13413,buy_contrast_m10_bb_pos,buy,2025-07-15 18:06:00,1388.0,12.0037,1,leg_gt,1.51,60 -13414,buy_contrast_m10_bb_pos,buy,2025-07-15 18:09:00,1389.0,11.923,1,leg_gt,1.51,60 -13415,buy_contrast_m10_bb_pos,buy,2025-07-15 19:00:00,1382.0,12.4904,1,leg_gt,1.48,60 -13416,buy_contrast_m10_bb_pos,buy,2025-07-15 19:03:00,1384.0,12.3277,1,leg_gt,1.48,60 -13417,buy_contrast_m10_bb_pos,buy,2025-07-15 19:06:00,1385.0,12.2466,1,leg_gt,1.47,60 -13418,buy_contrast_m10_bb_pos,buy,2025-07-15 19:09:00,1387.0,12.0846,1,leg_gt,1.47,60 -13419,buy_contrast_m10_bb_pos,buy,2025-07-15 20:42:00,1376.0,12.9814,1,leg_gt,1.41,60 -13420,buy_contrast_m10_bb_pos,buy,2025-07-15 20:45:00,1378.0,12.8173,1,leg_gt,1.4,60 -13421,buy_contrast_m10_bb_pos,buy,2025-07-15 20:48:00,1373.0,13.2285,1,leg_gt,1.4,60 -13422,buy_contrast_m10_bb_pos,buy,2025-07-15 20:51:00,1375.0,13.0636,1,leg_gt,1.4,60 -13423,buy_contrast_m10_bb_pos,buy,2025-07-15 20:54:00,1377.0,12.8993,1,leg_gt,1.4,60 -13424,buy_contrast_m10_bb_pos,buy,2025-07-15 20:57:00,1383.0,12.409,1,leg_gt,1.4,60 -13425,buy_contrast_m10_bb_pos,buy,2025-07-15 21:21:00,1375.0,13.0636,1,leg_gt,1.38,60 -13426,buy_contrast_m10_bb_pos,buy,2025-07-15 21:24:00,1375.0,13.0636,1,leg_gt,1.38,60 -13427,buy_contrast_m10_bb_pos,buy,2025-07-15 21:27:00,1373.0,13.2285,1,leg_gt,1.38,60 -13428,buy_contrast_m10_bb_pos,buy,2025-07-16 00:00:00,1371.0,13.3938,1,leg_gt,1.27,60 -13429,buy_contrast_m10_bb_pos,buy,2025-07-16 00:03:00,1374.0,13.146,1,leg_gt,1.27,60 -13430,buy_contrast_m10_bb_pos,buy,2025-07-16 00:06:00,1376.0,12.9814,1,leg_gt,1.26,60 -13431,buy_contrast_m10_bb_pos,buy,2025-07-16 00:09:00,1382.0,12.4904,1,leg_gt,1.26,60 -13432,buy_contrast_m10_bb_pos,buy,2025-07-16 04:51:00,1419.0,9.5547,1,leg_gt,1.07,60 -13433,buy_contrast_m10_bb_pos,buy,2025-07-16 04:54:00,1421.0,9.4004,1,leg_gt,1.06,60 -13434,buy_contrast_m10_bb_pos,buy,2025-07-16 04:57:00,1424.0,9.1697,1,leg_gt,1.06,60 -13435,buy_contrast_m10_bb_pos,buy,2025-07-16 11:12:00,1468.0,5.8946,1,leg_gt,0.8,60 -13436,buy_contrast_m10_bb_pos,buy,2025-07-16 11:15:00,1468.0,5.8946,1,leg_gt,0.8,60 -13437,buy_contrast_m10_bb_pos,buy,2025-07-16 11:18:00,1464.0,6.1842,1,leg_gt,0.8,60 -13438,buy_contrast_m10_bb_pos,buy,2025-07-16 12:00:00,1447.0,7.4328,1,leg_gt,0.77,60 -13439,buy_contrast_m10_bb_pos,buy,2025-07-16 12:03:00,1452.0,7.0625,1,leg_gt,0.77,60 -13440,buy_contrast_m10_bb_pos,buy,2025-07-16 12:06:00,1452.0,7.0625,1,leg_gt,0.76,60 -13441,buy_contrast_m10_bb_pos,buy,2025-07-16 12:09:00,1450.0,7.2103,1,leg_gt,0.76,60 -13442,buy_contrast_m10_bb_pos,buy,2025-07-16 12:12:00,1445.0,7.5817,1,leg_gt,0.76,60 -13443,buy_contrast_m10_bb_pos,buy,2025-07-16 12:15:00,1445.0,7.5817,1,leg_gt,0.76,60 -13444,buy_contrast_m10_bb_pos,buy,2025-07-16 12:18:00,1446.0,7.5072,1,leg_gt,0.76,60 -13445,buy_contrast_m10_bb_pos,buy,2025-07-16 20:12:00,1460.0,6.4753,1,leg_gt,0.43,60 -13446,buy_contrast_m10_bb_pos,buy,2025-07-16 20:15:00,1462.0,6.3295,1,leg_gt,0.42,60 -13447,buy_contrast_m10_bb_pos,buy,2025-07-16 20:18:00,1459.0,6.5484,1,leg_gt,0.42,60 -13448,buy_contrast_m10_bb_pos,buy,2025-07-16 20:21:00,1459.0,6.5484,1,leg_gt,0.42,60 -13449,buy_contrast_m10_bb_pos,buy,2025-07-16 20:24:00,1460.0,6.4753,1,leg_gt,0.42,60 -13450,buy_contrast_m10_bb_pos,buy,2025-07-16 20:27:00,1465.0,6.1116,1,leg_gt,0.42,60 -13451,buy_contrast_m10_bb_pos,buy,2025-07-17 04:42:00,1518.0,2.4033,1,leg_gt,0.07,60 -13452,buy_contrast_m10_bb_pos,buy,2025-07-17 04:45:00,1518.0,2.4033,1,leg_gt,0.07,60 -13453,buy_contrast_m10_bb_pos,buy,2025-07-17 04:48:00,1518.0,2.4033,1,leg_gt,0.07,60 -13454,buy_contrast_m10_bb_pos,buy,2025-07-17 04:51:00,1513.0,2.742,1,leg_gt,0.07,60 -13455,buy_contrast_m10_bb_pos,buy,2025-07-17 04:54:00,1511.0,2.8782,1,leg_gt,0.06,60 -13456,buy_contrast_m10_bb_pos,buy,2025-07-17 04:57:00,1515.0,2.6063,1,leg_gt,0.06,60 -13457,buy_contrast_m10_bb_pos,buy,2025-07-17 07:51:00,1522.0,7.3244,1,leg_gt,1.29,60 -13458,buy_contrast_m10_bb_pos,buy,2025-07-17 07:54:00,1519.0,7.5366,1,leg_gt,1.28,60 -13459,buy_contrast_m10_bb_pos,buy,2025-07-17 07:57:00,1521.0,7.3951,1,leg_gt,1.28,60 -13460,buy_contrast_m10_bb_pos,buy,2025-07-17 08:30:00,1510.0,8.1781,1,leg_gt,1.26,60 -13461,buy_contrast_m10_bb_pos,buy,2025-07-17 08:33:00,1507.0,8.3937,1,leg_gt,1.26,60 -13462,buy_contrast_m10_bb_pos,buy,2025-07-17 08:36:00,1503.0,8.6824,1,leg_gt,1.25,60 -13463,buy_contrast_m10_bb_pos,buy,2025-07-17 08:39:00,1504.0,8.6101,1,leg_gt,1.25,60 -13464,buy_contrast_m10_bb_pos,buy,2025-07-17 08:42:00,1508.0,8.3218,1,leg_gt,1.25,60 -13465,buy_contrast_m10_bb_pos,buy,2025-07-17 08:45:00,1513.0,7.9635,1,leg_gt,1.25,60 -13466,buy_contrast_m10_bb_pos,buy,2025-07-17 08:48:00,1512.0,8.0349,1,leg_gt,1.25,60 -13467,buy_contrast_m10_bb_pos,buy,2025-07-17 08:51:00,1504.0,8.6101,1,leg_gt,1.24,60 -13468,buy_contrast_m10_bb_pos,buy,2025-07-17 08:54:00,1506.0,8.4657,1,leg_gt,1.24,60 -13469,buy_contrast_m10_bb_pos,buy,2025-07-17 08:57:00,1505.0,8.5379,1,leg_gt,1.24,60 -13470,buy_contrast_m10_bb_pos,buy,2025-07-17 09:00:00,1505.0,8.5379,1,leg_gt,1.24,60 -13471,buy_contrast_m10_bb_pos,buy,2025-07-17 09:03:00,1508.0,8.3218,1,leg_gt,1.24,60 -13472,buy_contrast_m10_bb_pos,buy,2025-07-17 09:06:00,1509.0,8.2499,1,leg_gt,1.23,60 -13473,buy_contrast_m10_bb_pos,buy,2025-07-17 09:09:00,1502.0,8.7549,1,leg_gt,1.23,60 -13474,buy_contrast_m10_bb_pos,buy,2025-07-17 12:21:00,1503.0,8.6824,1,leg_gt,1.1,60 -13475,buy_contrast_m10_bb_pos,buy,2025-07-17 12:24:00,1500.0,8.9,1,leg_gt,1.1,60 -13476,buy_contrast_m10_bb_pos,buy,2025-07-17 12:27:00,1491.0,9.5579,1,leg_gt,1.09,60 -13477,buy_contrast_m10_bb_pos,buy,2025-07-17 12:30:00,1489.0,9.7052,1,leg_gt,1.09,60 -13478,buy_contrast_m10_bb_pos,buy,2025-07-17 12:33:00,1487.0,9.8529,1,leg_gt,1.09,60 -13479,buy_contrast_m10_bb_pos,buy,2025-07-17 12:36:00,1492.0,9.4845,1,leg_gt,1.09,60 -13480,buy_contrast_m10_bb_pos,buy,2025-07-17 12:39:00,1485.0,10.001,1,leg_gt,1.09,60 -13481,buy_contrast_m10_bb_pos,buy,2025-07-17 12:42:00,1485.0,10.001,1,leg_gt,1.08,60 -13482,buy_contrast_m10_bb_pos,buy,2025-07-17 12:45:00,1488.0,9.779,1,leg_gt,1.08,60 -13483,buy_contrast_m10_bb_pos,buy,2025-07-17 12:48:00,1492.0,9.4845,1,leg_gt,1.08,60 -13484,buy_contrast_m10_bb_pos,buy,2025-07-17 20:42:00,1523.0,7.2539,1,leg_gt,0.75,60 -13485,buy_contrast_m10_bb_pos,buy,2025-07-17 20:45:00,1522.0,7.3244,1,leg_gt,0.75,60 -13486,buy_contrast_m10_bb_pos,buy,2025-07-17 20:48:00,1520.0,7.4658,1,leg_gt,0.75,60 -13487,buy_contrast_m10_bb_pos,buy,2025-07-17 20:51:00,1523.0,7.2539,1,leg_gt,0.74,60 -13488,buy_contrast_m10_bb_pos,buy,2025-07-17 20:54:00,1525.0,7.1131,1,leg_gt,0.74,60 -13489,buy_contrast_m10_bb_pos,buy,2025-07-17 20:57:00,1519.0,7.5366,1,leg_gt,0.74,60 -13490,buy_contrast_m10_bb_pos,buy,2025-07-17 21:21:00,1508.0,8.3218,1,leg_gt,0.72,60 -13491,buy_contrast_m10_bb_pos,buy,2025-07-17 21:24:00,1507.0,8.3937,1,leg_gt,0.72,60 -13492,buy_contrast_m10_bb_pos,buy,2025-07-17 21:27:00,1509.0,8.2499,1,leg_gt,0.72,60 -13493,buy_contrast_m10_bb_pos,buy,2025-07-17 23:21:00,1508.0,8.3218,1,leg_gt,0.64,60 -13494,buy_contrast_m10_bb_pos,buy,2025-07-17 23:24:00,1514.0,7.8921,1,leg_gt,0.64,60 -13495,buy_contrast_m10_bb_pos,buy,2025-07-17 23:27:00,1521.0,7.3951,1,leg_gt,0.64,60 -13496,buy_contrast_m10_bb_pos,buy,2025-07-18 00:51:00,1511.0,8.1065,1,leg_gt,0.58,60 -13497,buy_contrast_m10_bb_pos,buy,2025-07-18 00:54:00,1518.0,7.6075,1,leg_gt,0.57,60 -13498,buy_contrast_m10_bb_pos,buy,2025-07-18 00:57:00,1517.0,7.6785,1,leg_gt,0.57,60 -13499,buy_contrast_m10_bb_pos,buy,2025-07-18 01:51:00,1480.0,10.373,1,leg_gt,0.54,60 -13500,buy_contrast_m10_bb_pos,buy,2025-07-18 01:54:00,1476.0,10.6724,1,leg_gt,0.53,60 -13501,buy_contrast_m10_bb_pos,buy,2025-07-18 01:57:00,1474.0,10.8227,1,leg_gt,0.53,60 -13502,buy_contrast_m10_bb_pos,buy,2025-07-18 02:00:00,1481.0,10.2984,1,leg_gt,0.53,60 -13503,buy_contrast_m10_bb_pos,buy,2025-07-18 02:03:00,1476.0,10.6724,1,leg_gt,0.53,60 -13504,buy_contrast_m10_bb_pos,buy,2025-07-18 02:06:00,1478.0,10.5225,1,leg_gt,0.52,60 -13505,buy_contrast_m10_bb_pos,buy,2025-07-18 02:09:00,1484.0,10.0752,1,leg_gt,0.52,60 -13506,buy_contrast_m10_bb_pos,buy,2025-07-18 04:51:00,1476.0,10.6724,1,leg_gt,0.41,60 -13507,buy_contrast_m10_bb_pos,buy,2025-07-18 04:54:00,1474.0,10.8227,1,leg_gt,0.41,60 -13508,buy_contrast_m10_bb_pos,buy,2025-07-18 04:57:00,1462.0,11.7331,1,leg_gt,0.41,60 -13509,buy_contrast_m10_bb_pos,buy,2025-07-18 05:30:00,1462.0,11.7331,1,leg_gt,0.38,60 -13510,buy_contrast_m10_bb_pos,buy,2025-07-18 05:33:00,1468.0,11.276,1,leg_gt,0.38,60 -13511,buy_contrast_m10_bb_pos,buy,2025-07-18 05:36:00,1466.0,11.428,1,leg_gt,0.38,60 -13512,buy_contrast_m10_bb_pos,buy,2025-07-18 05:39:00,1471.0,11.0489,1,leg_gt,0.38,60 -13513,buy_contrast_m10_bb_pos,buy,2025-07-18 17:12:00,1594.0,9.1221,1,leg_gt,2.33,60 -13514,buy_contrast_m10_bb_pos,buy,2025-07-18 17:15:00,1593.0,9.1906,1,leg_gt,2.32,60 -13515,buy_contrast_m10_bb_pos,buy,2025-07-18 17:18:00,1601.0,8.6445,1,leg_gt,2.32,60 -13516,buy_contrast_m10_bb_pos,buy,2025-07-18 17:42:00,1569.0,10.8624,1,leg_gt,2.3,60 -13517,buy_contrast_m10_bb_pos,buy,2025-07-18 17:45:00,1563.0,11.2884,1,leg_gt,2.3,60 -13518,buy_contrast_m10_bb_pos,buy,2025-07-18 17:48:00,1570.0,10.7917,1,leg_gt,2.3,60 -13519,buy_contrast_m10_bb_pos,buy,2025-07-18 17:51:00,1572.0,10.6506,1,leg_gt,2.3,60 -13520,buy_contrast_m10_bb_pos,buy,2025-07-18 17:54:00,1580.0,10.0899,1,leg_gt,2.3,60 -13521,buy_contrast_m10_bb_pos,buy,2025-07-18 17:57:00,1581.0,10.0202,1,leg_gt,2.29,60 -13522,buy_contrast_m10_bb_pos,buy,2025-07-18 18:00:00,1577.0,10.2995,1,leg_gt,2.29,60 -13523,buy_contrast_m10_bb_pos,buy,2025-07-18 18:03:00,1570.0,10.7917,1,leg_gt,2.29,60 -13524,buy_contrast_m10_bb_pos,buy,2025-07-18 18:06:00,1569.0,10.8624,1,leg_gt,2.29,60 -13525,buy_contrast_m10_bb_pos,buy,2025-07-18 18:09:00,1573.0,10.5802,1,leg_gt,2.29,60 -13526,buy_contrast_m10_bb_pos,buy,2025-07-18 18:12:00,1580.0,10.0899,1,leg_gt,2.28,60 -13527,buy_contrast_m10_bb_pos,buy,2025-07-18 18:15:00,1587.0,9.6038,1,leg_gt,2.28,60 -13528,buy_contrast_m10_bb_pos,buy,2025-07-18 18:18:00,1580.0,10.0899,1,leg_gt,2.28,60 -13529,buy_contrast_m10_bb_pos,buy,2025-07-18 20:21:00,1565.0,11.146,1,leg_gt,2.19,60 -13530,buy_contrast_m10_bb_pos,buy,2025-07-18 20:24:00,1560.0,11.5026,1,leg_gt,2.19,60 -13531,buy_contrast_m10_bb_pos,buy,2025-07-18 20:27:00,1567.0,11.004,1,leg_gt,2.19,60 -13532,buy_contrast_m10_bb_pos,buy,2025-07-18 20:30:00,1567.0,11.004,1,leg_gt,2.19,60 -13533,buy_contrast_m10_bb_pos,buy,2025-07-18 20:33:00,1568.0,10.9332,1,leg_gt,2.19,60 -13534,buy_contrast_m10_bb_pos,buy,2025-07-18 20:36:00,1574.0,10.5099,1,leg_gt,2.18,60 -13535,buy_contrast_m10_bb_pos,buy,2025-07-18 20:39:00,1577.0,10.2995,1,leg_gt,2.18,60 -13536,buy_contrast_m10_bb_pos,buy,2025-07-19 00:21:00,1578.0,10.2295,1,leg_gt,2.03,60 -13537,buy_contrast_m10_bb_pos,buy,2025-07-19 00:24:00,1576.0,10.3695,1,leg_gt,2.02,60 -13538,buy_contrast_m10_bb_pos,buy,2025-07-19 00:27:00,1573.0,10.5802,1,leg_gt,2.02,60 -13539,buy_contrast_m10_bb_pos,buy,2025-07-19 00:30:00,1572.0,10.6506,1,leg_gt,2.02,60 -13540,buy_contrast_m10_bb_pos,buy,2025-07-19 00:33:00,1570.0,10.7917,1,leg_gt,2.02,60 -13541,buy_contrast_m10_bb_pos,buy,2025-07-19 00:36:00,1570.0,10.7917,1,leg_gt,2.02,60 -13542,buy_contrast_m10_bb_pos,buy,2025-07-19 00:39:00,1571.0,10.7211,1,leg_gt,2.01,60 -13543,buy_contrast_m10_bb_pos,buy,2025-07-19 00:42:00,1565.0,11.146,1,leg_gt,2.01,60 -13544,buy_contrast_m10_bb_pos,buy,2025-07-19 00:45:00,1562.0,11.3597,1,leg_gt,2.01,60 -13545,buy_contrast_m10_bb_pos,buy,2025-07-19 00:48:00,1569.0,10.8624,1,leg_gt,2.01,60 -13546,buy_contrast_m10_bb_pos,buy,2025-07-19 00:51:00,1569.0,10.8624,1,leg_gt,2.01,60 -13547,buy_contrast_m10_bb_pos,buy,2025-07-19 00:54:00,1572.0,10.6506,1,leg_gt,2.0,60 -13548,buy_contrast_m10_bb_pos,buy,2025-07-19 00:57:00,1566.0,11.075,1,leg_gt,2.0,60 -13549,buy_contrast_m10_bb_pos,buy,2025-07-19 01:00:00,1563.0,11.2884,1,leg_gt,2.0,60 -13550,buy_contrast_m10_bb_pos,buy,2025-07-19 01:03:00,1563.0,11.2884,1,leg_gt,2.0,60 -13551,buy_contrast_m10_bb_pos,buy,2025-07-19 01:06:00,1567.0,11.004,1,leg_gt,2.0,60 -13552,buy_contrast_m10_bb_pos,buy,2025-07-19 01:09:00,1554.0,11.9335,1,leg_gt,1.99,60 -13553,buy_contrast_m10_bb_pos,buy,2025-07-19 01:12:00,1565.0,11.146,1,leg_gt,1.99,60 -13554,buy_contrast_m10_bb_pos,buy,2025-07-19 01:15:00,1563.0,11.2884,1,leg_gt,1.99,60 -13555,buy_contrast_m10_bb_pos,buy,2025-07-19 01:18:00,1560.0,11.5026,1,leg_gt,1.99,60 -13556,buy_contrast_m10_bb_pos,buy,2025-07-19 03:21:00,1558.0,11.6458,1,leg_gt,1.9,60 -13557,buy_contrast_m10_bb_pos,buy,2025-07-19 03:24:00,1559.0,11.5742,1,leg_gt,1.9,60 -13558,buy_contrast_m10_bb_pos,buy,2025-07-19 03:27:00,1559.0,11.5742,1,leg_gt,1.9,60 -13559,buy_contrast_m10_bb_pos,buy,2025-07-19 04:00:00,1552.0,12.0778,1,leg_gt,1.88,60 -13560,buy_contrast_m10_bb_pos,buy,2025-07-19 04:03:00,1544.0,12.6591,1,leg_gt,1.87,60 -13561,buy_contrast_m10_bb_pos,buy,2025-07-19 04:06:00,1540.0,12.9519,1,leg_gt,1.87,60 -13562,buy_contrast_m10_bb_pos,buy,2025-07-19 04:09:00,1535.0,13.3202,1,leg_gt,1.87,60 -13563,buy_contrast_m10_bb_pos,buy,2025-07-19 04:51:00,1539.0,13.0254,1,leg_gt,1.84,60 -13564,buy_contrast_m10_bb_pos,buy,2025-07-19 04:54:00,1549.0,12.2951,1,leg_gt,1.84,60 -13565,buy_contrast_m10_bb_pos,buy,2025-07-19 04:57:00,1550.0,12.2226,1,leg_gt,1.84,60 -13566,buy_contrast_m10_bb_pos,buy,2025-07-19 05:12:00,1541.0,12.8786,1,leg_gt,1.82,60 -13567,buy_contrast_m10_bb_pos,buy,2025-07-19 05:15:00,1543.0,12.7321,1,leg_gt,1.82,60 -13568,buy_contrast_m10_bb_pos,buy,2025-07-19 05:18:00,1545.0,12.5861,1,leg_gt,1.82,60 -13569,buy_contrast_m10_bb_pos,buy,2025-07-19 05:21:00,1543.0,12.7321,1,leg_gt,1.82,60 -13570,buy_contrast_m10_bb_pos,buy,2025-07-19 05:24:00,1526.0,13.9891,1,leg_gt,1.82,60 -13571,buy_contrast_m10_bb_pos,buy,2025-07-19 05:27:00,1526.0,13.9891,1,leg_gt,1.81,60 -13572,buy_contrast_m10_bb_pos,buy,2025-07-19 10:21:00,1528.0,13.8398,1,leg_gt,1.61,60 -13573,buy_contrast_m10_bb_pos,buy,2025-07-19 10:24:00,1532.0,13.5423,1,leg_gt,1.61,60 -13574,buy_contrast_m10_bb_pos,buy,2025-07-19 10:27:00,1531.0,13.6165,1,leg_gt,1.61,60 -13575,buy_contrast_m10_bb_pos,buy,2025-07-19 15:30:00,1575.0,10.4397,1,leg_gt,1.4,60 -13576,buy_contrast_m10_bb_pos,buy,2025-07-19 15:33:00,1576.0,10.3695,1,leg_gt,1.39,60 -13577,buy_contrast_m10_bb_pos,buy,2025-07-19 15:36:00,1579.0,10.1597,1,leg_gt,1.39,60 -13578,buy_contrast_m10_bb_pos,buy,2025-07-19 15:39:00,1582.0,9.9506,1,leg_gt,1.39,60 -13579,buy_contrast_m10_bb_pos,buy,2025-07-19 16:30:00,1575.0,10.4397,1,leg_gt,1.35,60 -13580,buy_contrast_m10_bb_pos,buy,2025-07-19 16:33:00,1568.0,10.9332,1,leg_gt,1.35,60 -13581,buy_contrast_m10_bb_pos,buy,2025-07-19 16:36:00,1565.0,11.146,1,leg_gt,1.35,60 -13582,buy_contrast_m10_bb_pos,buy,2025-07-19 16:39:00,1569.0,10.8624,1,leg_gt,1.35,60 -13583,buy_contrast_m10_bb_pos,buy,2025-07-19 17:00:00,1567.0,11.004,1,leg_gt,1.33,60 -13584,buy_contrast_m10_bb_pos,buy,2025-07-19 17:03:00,1564.0,11.2171,1,leg_gt,1.33,60 -13585,buy_contrast_m10_bb_pos,buy,2025-07-19 17:06:00,1568.0,10.9332,1,leg_gt,1.33,60 -13586,buy_contrast_m10_bb_pos,buy,2025-07-19 17:09:00,1567.0,11.004,1,leg_gt,1.33,60 -13587,buy_contrast_m10_bb_pos,buy,2025-07-19 17:12:00,1560.0,11.5026,1,leg_gt,1.32,60 -13588,buy_contrast_m10_bb_pos,buy,2025-07-19 17:15:00,1557.0,11.7176,1,leg_gt,1.32,60 -13589,buy_contrast_m10_bb_pos,buy,2025-07-19 17:18:00,1557.0,11.7176,1,leg_gt,1.32,60 -13590,buy_contrast_m10_bb_pos,buy,2025-07-19 17:30:00,1557.0,11.7176,1,leg_gt,1.31,60 -13591,buy_contrast_m10_bb_pos,buy,2025-07-19 17:33:00,1556.0,11.7895,1,leg_gt,1.31,60 -13592,buy_contrast_m10_bb_pos,buy,2025-07-19 17:36:00,1553.0,12.0056,1,leg_gt,1.31,60 -13593,buy_contrast_m10_bb_pos,buy,2025-07-19 17:39:00,1552.0,12.0778,1,leg_gt,1.31,60 -13594,buy_contrast_m10_bb_pos,buy,2025-07-19 17:42:00,1552.0,12.0778,1,leg_gt,1.3,60 -13595,buy_contrast_m10_bb_pos,buy,2025-07-19 17:45:00,1554.0,11.9335,1,leg_gt,1.3,60 -13596,buy_contrast_m10_bb_pos,buy,2025-07-19 17:48:00,1557.0,11.7176,1,leg_gt,1.3,60 -13597,buy_contrast_m10_bb_pos,buy,2025-07-19 18:00:00,1555.0,11.8614,1,leg_gt,1.29,60 -13598,buy_contrast_m10_bb_pos,buy,2025-07-19 18:03:00,1556.0,11.7895,1,leg_gt,1.29,60 -13599,buy_contrast_m10_bb_pos,buy,2025-07-19 18:06:00,1558.0,11.6458,1,leg_gt,1.29,60 -13600,buy_contrast_m10_bb_pos,buy,2025-07-19 18:09:00,1562.0,11.3597,1,leg_gt,1.29,60 -13601,buy_contrast_m10_bb_pos,buy,2025-07-19 20:21:00,1554.0,11.9335,1,leg_gt,1.19,60 -13602,buy_contrast_m10_bb_pos,buy,2025-07-19 20:24:00,1556.0,11.7895,1,leg_gt,1.19,60 -13603,buy_contrast_m10_bb_pos,buy,2025-07-19 20:27:00,1557.0,11.7176,1,leg_gt,1.19,60 -13604,buy_contrast_m10_bb_pos,buy,2025-07-19 20:51:00,1550.0,12.2226,1,leg_gt,1.17,60 -13605,buy_contrast_m10_bb_pos,buy,2025-07-19 20:54:00,1549.0,12.2951,1,leg_gt,1.17,60 -13606,buy_contrast_m10_bb_pos,buy,2025-07-19 20:57:00,1550.0,12.2226,1,leg_gt,1.17,60 -13607,buy_contrast_m10_bb_pos,buy,2025-07-19 21:12:00,1546.0,12.5132,1,leg_gt,1.16,60 -13608,buy_contrast_m10_bb_pos,buy,2025-07-19 21:15:00,1541.0,12.8786,1,leg_gt,1.16,60 -13609,buy_contrast_m10_bb_pos,buy,2025-07-19 21:18:00,1543.0,12.7321,1,leg_gt,1.15,60 -13610,buy_contrast_m10_bb_pos,buy,2025-07-19 21:21:00,1548.0,12.3677,1,leg_gt,1.15,60 -13611,buy_contrast_m10_bb_pos,buy,2025-07-19 21:24:00,1553.0,12.0056,1,leg_gt,1.15,60 -13612,buy_contrast_m10_bb_pos,buy,2025-07-19 21:27:00,1555.0,11.8614,1,leg_gt,1.15,60 -13613,buy_contrast_m10_bb_pos,buy,2025-07-19 21:42:00,1547.0,12.4404,1,leg_gt,1.14,60 -13614,buy_contrast_m10_bb_pos,buy,2025-07-19 21:45:00,1549.0,12.2951,1,leg_gt,1.14,60 -13615,buy_contrast_m10_bb_pos,buy,2025-07-19 21:48:00,1554.0,11.9335,1,leg_gt,1.13,60 -13616,buy_contrast_m10_bb_pos,buy,2025-07-19 22:51:00,1541.0,12.8786,1,leg_gt,1.09,60 -13617,buy_contrast_m10_bb_pos,buy,2025-07-19 22:54:00,1542.0,12.8053,1,leg_gt,1.09,60 -13618,buy_contrast_m10_bb_pos,buy,2025-07-19 22:57:00,1540.0,12.9519,1,leg_gt,1.09,60 -13619,buy_contrast_m10_bb_pos,buy,2025-07-19 23:12:00,1537.0,13.1726,1,leg_gt,1.08,60 -13620,buy_contrast_m10_bb_pos,buy,2025-07-19 23:15:00,1534.0,13.3941,1,leg_gt,1.07,60 -13621,buy_contrast_m10_bb_pos,buy,2025-07-19 23:18:00,1540.0,12.9519,1,leg_gt,1.07,60 -13622,buy_contrast_m10_bb_pos,buy,2025-07-19 23:42:00,1534.0,13.3941,1,leg_gt,1.05,60 -13623,buy_contrast_m10_bb_pos,buy,2025-07-19 23:45:00,1537.0,13.1726,1,leg_gt,1.05,60 -13624,buy_contrast_m10_bb_pos,buy,2025-07-19 23:48:00,1535.0,13.3202,1,leg_gt,1.05,60 -13625,buy_contrast_m10_bb_pos,buy,2025-07-19 23:51:00,1534.0,13.3941,1,leg_gt,1.05,60 -13626,buy_contrast_m10_bb_pos,buy,2025-07-19 23:54:00,1531.0,13.6165,1,leg_gt,1.05,60 -13627,buy_contrast_m10_bb_pos,buy,2025-07-19 23:57:00,1530.0,13.6908,1,leg_gt,1.04,60 -13628,buy_contrast_m10_bb_pos,buy,2025-07-20 09:30:00,1561.0,11.4311,1,leg_gt,0.65,60 -13629,buy_contrast_m10_bb_pos,buy,2025-07-20 09:33:00,1562.0,11.3597,1,leg_gt,0.64,60 -13630,buy_contrast_m10_bb_pos,buy,2025-07-20 09:36:00,1565.0,11.146,1,leg_gt,0.64,60 -13631,buy_contrast_m10_bb_pos,buy,2025-07-20 09:39:00,1568.0,10.9332,1,leg_gt,0.64,60 -13632,buy_contrast_m10_bb_pos,buy,2025-07-20 11:12:00,1565.0,11.146,1,leg_gt,0.57,60 -13633,buy_contrast_m10_bb_pos,buy,2025-07-20 11:15:00,1567.0,11.004,1,leg_gt,0.57,60 -13634,buy_contrast_m10_bb_pos,buy,2025-07-20 11:18:00,1574.0,10.5099,1,leg_gt,0.57,60 -13635,buy_contrast_m10_bb_pos,buy,2025-07-21 05:12:00,1699.0,11.1419,1,leg_gt,2.16,60 -13636,buy_contrast_m10_bb_pos,buy,2025-07-21 05:15:00,1699.0,11.1419,1,leg_gt,2.15,60 -13637,buy_contrast_m10_bb_pos,buy,2025-07-21 05:18:00,1709.0,10.491,1,leg_gt,2.15,60 -13638,buy_contrast_m10_bb_pos,buy,2025-07-21 05:30:00,1700.0,11.0765,1,leg_gt,2.14,60 -13639,buy_contrast_m10_bb_pos,buy,2025-07-21 05:33:00,1705.0,10.7504,1,leg_gt,2.14,60 -13640,buy_contrast_m10_bb_pos,buy,2025-07-21 05:36:00,1702.0,10.9458,1,leg_gt,2.14,60 -13641,buy_contrast_m10_bb_pos,buy,2025-07-21 05:39:00,1706.0,10.6855,1,leg_gt,2.14,60 -13642,buy_contrast_m10_bb_pos,buy,2025-07-21 06:30:00,1686.0,11.9996,1,leg_gt,2.1,60 -13643,buy_contrast_m10_bb_pos,buy,2025-07-21 06:33:00,1681.0,12.3331,1,leg_gt,2.1,60 -13644,buy_contrast_m10_bb_pos,buy,2025-07-21 06:36:00,1683.0,12.1995,1,leg_gt,2.1,60 -13645,buy_contrast_m10_bb_pos,buy,2025-07-21 06:39:00,1674.0,12.8032,1,leg_gt,2.1,60 -13646,buy_contrast_m10_bb_pos,buy,2025-07-21 06:42:00,1680.0,12.4,1,leg_gt,2.09,60 -13647,buy_contrast_m10_bb_pos,buy,2025-07-21 06:45:00,1679.0,12.467,1,leg_gt,2.09,60 -13648,buy_contrast_m10_bb_pos,buy,2025-07-21 06:48:00,1679.0,12.467,1,leg_gt,2.09,60 -13649,buy_contrast_m10_bb_pos,buy,2025-07-21 06:51:00,1682.0,12.2662,1,leg_gt,2.09,60 -13650,buy_contrast_m10_bb_pos,buy,2025-07-21 06:54:00,1685.0,12.0662,1,leg_gt,2.09,60 -13651,buy_contrast_m10_bb_pos,buy,2025-07-21 06:57:00,1685.0,12.0662,1,leg_gt,2.08,60 -13652,buy_contrast_m10_bb_pos,buy,2025-07-21 07:12:00,1677.0,12.6013,1,leg_gt,2.07,60 -13653,buy_contrast_m10_bb_pos,buy,2025-07-21 07:15:00,1666.0,13.3454,1,leg_gt,2.07,60 -13654,buy_contrast_m10_bb_pos,buy,2025-07-21 07:18:00,1654.0,14.1684,1,leg_gt,2.07,60 -13655,buy_contrast_m10_bb_pos,buy,2025-07-21 07:30:00,1666.0,13.3454,1,leg_gt,2.06,60 -13656,buy_contrast_m10_bb_pos,buy,2025-07-21 07:33:00,1669.0,13.1415,1,leg_gt,2.06,60 -13657,buy_contrast_m10_bb_pos,buy,2025-07-21 07:36:00,1671.0,13.0059,1,leg_gt,2.06,60 -13658,buy_contrast_m10_bb_pos,buy,2025-07-21 07:39:00,1674.0,12.8032,1,leg_gt,2.05,60 -13659,buy_contrast_m10_bb_pos,buy,2025-07-21 09:12:00,1659.0,13.8241,1,leg_gt,1.99,60 -13660,buy_contrast_m10_bb_pos,buy,2025-07-21 09:15:00,1652.0,14.3068,1,leg_gt,1.99,60 -13661,buy_contrast_m10_bb_pos,buy,2025-07-21 09:18:00,1651.0,14.3761,1,leg_gt,1.99,60 -13662,buy_contrast_m10_bb_pos,buy,2025-07-21 09:42:00,1658.0,13.8928,1,leg_gt,1.97,60 -13663,buy_contrast_m10_bb_pos,buy,2025-07-21 09:45:00,1653.0,14.2376,1,leg_gt,1.97,60 -13664,buy_contrast_m10_bb_pos,buy,2025-07-21 09:48:00,1653.0,14.2376,1,leg_gt,1.96,60 -13665,buy_contrast_m10_bb_pos,buy,2025-07-21 10:30:00,1652.0,14.3068,1,leg_gt,1.94,60 -13666,buy_contrast_m10_bb_pos,buy,2025-07-21 10:33:00,1654.0,14.1684,1,leg_gt,1.93,60 -13667,buy_contrast_m10_bb_pos,buy,2025-07-21 10:36:00,1647.0,14.6541,1,leg_gt,1.93,60 -13668,buy_contrast_m10_bb_pos,buy,2025-07-21 10:39:00,1639.0,15.2142,1,leg_gt,1.93,60 -13669,buy_contrast_m10_bb_pos,buy,2025-07-21 18:30:00,1684.0,12.1328,1,leg_gt,1.6,60 -13670,buy_contrast_m10_bb_pos,buy,2025-07-21 18:33:00,1688.0,11.8668,1,leg_gt,1.6,60 -13671,buy_contrast_m10_bb_pos,buy,2025-07-21 18:36:00,1693.0,11.5361,1,leg_gt,1.6,60 -13672,buy_contrast_m10_bb_pos,buy,2025-07-21 18:39:00,1690.0,11.7343,1,leg_gt,1.6,60 -13673,buy_contrast_m10_bb_pos,buy,2025-07-21 22:12:00,1681.0,12.3331,1,leg_gt,1.45,60 -13674,buy_contrast_m10_bb_pos,buy,2025-07-21 22:15:00,1678.0,12.5341,1,leg_gt,1.45,60 -13675,buy_contrast_m10_bb_pos,buy,2025-07-21 22:18:00,1687.0,11.9332,1,leg_gt,1.44,60 -13676,buy_contrast_m10_bb_pos,buy,2025-07-22 01:30:00,1669.0,13.1415,1,leg_gt,1.31,60 -13677,buy_contrast_m10_bb_pos,buy,2025-07-22 01:33:00,1668.0,13.2094,1,leg_gt,1.31,60 -13678,buy_contrast_m10_bb_pos,buy,2025-07-22 01:36:00,1676.0,12.6685,1,leg_gt,1.31,60 -13679,buy_contrast_m10_bb_pos,buy,2025-07-22 01:39:00,1673.0,12.8707,1,leg_gt,1.3,60 -13680,buy_contrast_m10_bb_pos,buy,2025-07-22 01:42:00,1671.0,13.0059,1,leg_gt,1.3,60 -13681,buy_contrast_m10_bb_pos,buy,2025-07-22 01:45:00,1668.0,13.2094,1,leg_gt,1.3,60 -13682,buy_contrast_m10_bb_pos,buy,2025-07-22 01:48:00,1660.0,13.7554,1,leg_gt,1.3,60 -13683,buy_contrast_m10_bb_pos,buy,2025-07-22 01:51:00,1666.0,13.3454,1,leg_gt,1.3,60 -13684,buy_contrast_m10_bb_pos,buy,2025-07-22 01:54:00,1671.0,13.0059,1,leg_gt,1.29,60 -13685,buy_contrast_m10_bb_pos,buy,2025-07-22 01:57:00,1677.0,12.6013,1,leg_gt,1.29,60 -13686,buy_contrast_m10_bb_pos,buy,2025-07-22 04:00:00,1651.0,14.3761,1,leg_gt,1.21,60 -13687,buy_contrast_m10_bb_pos,buy,2025-07-22 04:03:00,1655.0,14.0994,1,leg_gt,1.2,60 -13688,buy_contrast_m10_bb_pos,buy,2025-07-22 04:06:00,1657.0,13.9616,1,leg_gt,1.2,60 -13689,buy_contrast_m10_bb_pos,buy,2025-07-22 04:09:00,1661.0,13.6869,1,leg_gt,1.2,60 -13690,buy_contrast_m10_bb_pos,buy,2025-07-22 04:21:00,1651.0,14.3761,1,leg_gt,1.19,60 -13691,buy_contrast_m10_bb_pos,buy,2025-07-22 04:24:00,1653.0,14.2376,1,leg_gt,1.19,60 -13692,buy_contrast_m10_bb_pos,buy,2025-07-22 04:27:00,1650.0,14.4455,1,leg_gt,1.19,60 -13693,buy_contrast_m10_bb_pos,buy,2025-07-22 04:42:00,1646.0,14.7238,1,leg_gt,1.18,60 -13694,buy_contrast_m10_bb_pos,buy,2025-07-22 04:45:00,1645.0,14.7936,1,leg_gt,1.18,60 -13695,buy_contrast_m10_bb_pos,buy,2025-07-22 04:48:00,1645.0,14.7936,1,leg_gt,1.17,60 -13696,buy_contrast_m10_bb_pos,buy,2025-07-22 04:51:00,1640.0,15.1439,1,leg_gt,1.17,60 -13697,buy_contrast_m10_bb_pos,buy,2025-07-22 04:54:00,1640.0,15.1439,1,leg_gt,1.17,60 -13698,buy_contrast_m10_bb_pos,buy,2025-07-22 04:57:00,1641.0,15.0737,1,leg_gt,1.17,60 -13699,buy_contrast_m10_bb_pos,buy,2025-07-22 05:00:00,1638.0,15.2846,1,leg_gt,1.16,60 -13700,buy_contrast_m10_bb_pos,buy,2025-07-22 05:03:00,1635.0,15.4963,1,leg_gt,1.16,60 -13701,buy_contrast_m10_bb_pos,buy,2025-07-22 05:06:00,1639.0,15.2142,1,leg_gt,1.16,60 -13702,buy_contrast_m10_bb_pos,buy,2025-07-22 05:09:00,1643.0,14.9335,1,leg_gt,1.16,60 -13703,buy_contrast_m10_bb_pos,buy,2025-07-22 13:30:00,1637.0,15.3551,1,leg_gt,0.81,60 -13704,buy_contrast_m10_bb_pos,buy,2025-07-22 13:33:00,1653.0,14.2376,1,leg_gt,0.81,60 -13705,buy_contrast_m10_bb_pos,buy,2025-07-22 13:36:00,1651.0,14.3761,1,leg_gt,0.81,60 -13706,buy_contrast_m10_bb_pos,buy,2025-07-22 13:39:00,1651.0,14.3761,1,leg_gt,0.8,60 -13707,buy_contrast_m10_bb_pos,buy,2025-07-22 13:51:00,1627.0,16.0647,1,leg_gt,0.8,60 -13708,buy_contrast_m10_bb_pos,buy,2025-07-22 13:54:00,1618.0,16.7109,1,leg_gt,0.79,60 -13709,buy_contrast_m10_bb_pos,buy,2025-07-22 13:57:00,1619.0,16.6387,1,leg_gt,0.79,60 -13710,buy_contrast_m10_bb_pos,buy,2025-07-22 14:12:00,1628.0,15.9934,1,leg_gt,0.78,60 -13711,buy_contrast_m10_bb_pos,buy,2025-07-22 14:15:00,1636.0,15.4257,1,leg_gt,0.78,60 -13712,buy_contrast_m10_bb_pos,buy,2025-07-22 14:18:00,1633.0,15.6379,1,leg_gt,0.78,60 -13713,buy_contrast_m10_bb_pos,buy,2025-07-22 14:51:00,1615.0,16.9279,1,leg_gt,0.75,60 -13714,buy_contrast_m10_bb_pos,buy,2025-07-22 14:54:00,1629.0,15.9221,1,leg_gt,0.75,60 -13715,buy_contrast_m10_bb_pos,buy,2025-07-22 14:57:00,1626.0,16.1362,1,leg_gt,0.75,60 -13716,buy_contrast_m10_bb_pos,buy,2025-07-22 17:12:00,1610.0,17.2913,1,leg_gt,0.66,60 -13717,buy_contrast_m10_bb_pos,buy,2025-07-22 17:15:00,1604.0,17.7304,1,leg_gt,0.65,60 -13718,buy_contrast_m10_bb_pos,buy,2025-07-22 17:18:00,1606.0,17.5837,1,leg_gt,0.65,60 -13719,buy_contrast_m10_bb_pos,buy,2025-07-22 17:21:00,1613.0,17.073,1,leg_gt,0.65,60 -13720,buy_contrast_m10_bb_pos,buy,2025-07-22 17:24:00,1605.0,17.657,1,leg_gt,0.65,60 -13721,buy_contrast_m10_bb_pos,buy,2025-07-22 17:27:00,1598.0,18.1728,1,leg_gt,0.65,60 -13722,buy_contrast_m10_bb_pos,buy,2025-07-22 18:12:00,1605.0,17.657,1,leg_gt,0.61,60 -13723,buy_contrast_m10_bb_pos,buy,2025-07-22 18:15:00,1606.0,17.5837,1,leg_gt,0.61,60 -13724,buy_contrast_m10_bb_pos,buy,2025-07-22 18:18:00,1600.0,18.025,1,leg_gt,0.61,60 -13725,buy_contrast_m10_bb_pos,buy,2025-07-22 18:21:00,1602.0,17.8775,1,leg_gt,0.61,60 -13726,buy_contrast_m10_bb_pos,buy,2025-07-22 18:24:00,1608.0,17.4373,1,leg_gt,0.61,60 -13727,buy_contrast_m10_bb_pos,buy,2025-07-22 18:27:00,1613.0,17.073,1,leg_gt,0.6,60 -13728,buy_contrast_m10_bb_pos,buy,2025-07-23 00:51:00,1663.0,13.55,1,leg_gt,0.34,60 -13729,buy_contrast_m10_bb_pos,buy,2025-07-23 00:54:00,1665.0,13.4135,1,leg_gt,0.34,60 -13730,buy_contrast_m10_bb_pos,buy,2025-07-23 00:57:00,1662.0,13.6184,1,leg_gt,0.33,60 -13731,buy_contrast_m10_bb_pos,buy,2025-07-23 01:00:00,1661.0,13.6869,1,leg_gt,0.33,60 -13732,buy_contrast_m10_bb_pos,buy,2025-07-23 01:03:00,1655.0,14.0994,1,leg_gt,0.33,60 -13733,buy_contrast_m10_bb_pos,buy,2025-07-23 01:06:00,1662.0,13.6184,1,leg_gt,0.33,60 -13734,buy_contrast_m10_bb_pos,buy,2025-07-23 01:09:00,1668.0,13.2094,1,leg_gt,0.32,60 -13735,buy_contrast_m10_bb_pos,buy,2025-07-23 01:42:00,1652.0,14.3068,1,leg_gt,0.3,60 -13736,buy_contrast_m10_bb_pos,buy,2025-07-23 01:45:00,1655.0,14.0994,1,leg_gt,0.3,60 -13737,buy_contrast_m10_bb_pos,buy,2025-07-23 01:48:00,1653.0,14.2376,1,leg_gt,0.3,60 -13738,buy_contrast_m10_bb_pos,buy,2025-07-23 01:51:00,1653.0,14.2376,1,leg_gt,0.3,60 -13739,buy_contrast_m10_bb_pos,buy,2025-07-23 01:54:00,1655.0,14.0994,1,leg_gt,0.29,60 -13740,buy_contrast_m10_bb_pos,buy,2025-07-23 01:57:00,1657.0,13.9616,1,leg_gt,0.29,60 -13741,buy_contrast_m10_bb_pos,buy,2025-07-23 02:00:00,1653.0,14.2376,1,leg_gt,0.29,60 -13742,buy_contrast_m10_bb_pos,buy,2025-07-23 02:03:00,1656.0,14.0304,1,leg_gt,0.29,60 -13743,buy_contrast_m10_bb_pos,buy,2025-07-23 02:06:00,1655.0,14.0994,1,leg_gt,0.29,60 -13744,buy_contrast_m10_bb_pos,buy,2025-07-23 02:09:00,1650.0,14.4455,1,leg_gt,0.28,60 -13745,buy_contrast_m10_bb_pos,buy,2025-07-23 02:30:00,1638.0,15.2846,1,leg_gt,0.27,60 -13746,buy_contrast_m10_bb_pos,buy,2025-07-23 02:33:00,1636.0,15.4257,1,leg_gt,0.27,60 -13747,buy_contrast_m10_bb_pos,buy,2025-07-23 02:36:00,1639.0,15.2142,1,leg_gt,0.26,60 -13748,buy_contrast_m10_bb_pos,buy,2025-07-23 02:39:00,1651.0,14.3761,1,leg_gt,0.26,60 -13749,buy_contrast_m10_bb_pos,buy,2025-07-23 02:51:00,1641.0,15.0737,1,leg_gt,0.25,60 -13750,buy_contrast_m10_bb_pos,buy,2025-07-23 02:54:00,1646.0,14.7238,1,leg_gt,0.25,60 -13751,buy_contrast_m10_bb_pos,buy,2025-07-23 02:57:00,1643.0,14.9335,1,leg_gt,0.25,60 -13752,buy_contrast_m10_bb_pos,buy,2025-07-23 10:00:00,1805.0,-10.5709,0,leg_gt,1.59,60 -13753,buy_contrast_m10_bb_pos,buy,2025-07-23 10:03:00,1802.0,-10.4219,0,leg_gt,1.59,60 -13754,buy_contrast_m10_bb_pos,buy,2025-07-23 10:06:00,1802.0,-10.4219,0,leg_gt,1.59,60 -13755,buy_contrast_m10_bb_pos,buy,2025-07-23 10:09:00,1802.0,-10.4219,0,leg_gt,1.59,60 -13756,buy_contrast_m10_bb_pos,buy,2025-07-23 10:12:00,1803.0,-10.4716,0,leg_gt,1.59,60 -13757,buy_contrast_m10_bb_pos,buy,2025-07-23 10:15:00,1793.0,-9.9717,0,leg_gt,1.58,60 -13758,buy_contrast_m10_bb_pos,buy,2025-07-23 10:18:00,1800.0,-10.3222,0,leg_gt,1.58,60 -13759,buy_contrast_m10_bb_pos,buy,2025-07-23 10:21:00,1804.0,-10.5213,0,leg_gt,1.58,60 -13760,buy_contrast_m10_bb_pos,buy,2025-07-23 10:24:00,1809.0,-10.7689,0,leg_gt,1.58,60 -13761,buy_contrast_m10_bb_pos,buy,2025-07-23 10:27:00,1807.0,-10.67,0,leg_gt,1.58,60 -13762,buy_contrast_m10_bb_pos,buy,2025-07-23 16:00:00,1789.0,-9.7702,0,leg_gt,1.34,60 -13763,buy_contrast_m10_bb_pos,buy,2025-07-23 16:03:00,1790.0,-9.8207,0,leg_gt,1.34,60 -13764,buy_contrast_m10_bb_pos,buy,2025-07-23 16:06:00,1790.0,-9.8207,0,leg_gt,1.34,60 -13765,buy_contrast_m10_bb_pos,buy,2025-07-23 16:09:00,1785.0,-9.5678,0,leg_gt,1.34,60 -13766,buy_contrast_m10_bb_pos,buy,2025-07-23 16:12:00,1781.0,-9.3645,0,leg_gt,1.34,60 -13767,buy_contrast_m10_bb_pos,buy,2025-07-23 16:15:00,1788.0,-9.7197,0,leg_gt,1.33,60 -13768,buy_contrast_m10_bb_pos,buy,2025-07-23 16:18:00,1797.0,-10.1723,0,leg_gt,1.33,60 -13769,buy_contrast_m10_bb_pos,buy,2025-07-23 16:42:00,1777.0,-9.1602,0,leg_gt,1.31,60 -13770,buy_contrast_m10_bb_pos,buy,2025-07-23 16:45:00,1770.0,-8.8006,0,leg_gt,1.31,60 -13771,buy_contrast_m10_bb_pos,buy,2025-07-23 16:48:00,1775.0,-9.0577,0,leg_gt,1.31,60 -13772,buy_contrast_m10_bb_pos,buy,2025-07-23 16:51:00,1774.0,-9.0064,0,leg_gt,1.31,60 -13773,buy_contrast_m10_bb_pos,buy,2025-07-23 16:54:00,1774.0,-9.0064,0,leg_gt,1.31,60 -13774,buy_contrast_m10_bb_pos,buy,2025-07-23 16:57:00,1777.0,-9.1602,0,leg_gt,1.3,60 -13775,buy_contrast_m10_bb_pos,buy,2025-07-23 17:42:00,1761.0,-8.334,0,leg_gt,1.27,60 -13776,buy_contrast_m10_bb_pos,buy,2025-07-23 17:45:00,1764.0,-8.49,0,leg_gt,1.27,60 -13777,buy_contrast_m10_bb_pos,buy,2025-07-23 17:48:00,1764.0,-8.49,0,leg_gt,1.27,60 -13778,buy_contrast_m10_bb_pos,buy,2025-07-23 18:30:00,1754.0,-7.9677,0,leg_gt,1.24,60 -13779,buy_contrast_m10_bb_pos,buy,2025-07-23 18:33:00,1752.0,-7.8626,0,leg_gt,1.24,60 -13780,buy_contrast_m10_bb_pos,buy,2025-07-23 18:36:00,1755.0,-8.0202,0,leg_gt,1.24,60 -13781,buy_contrast_m10_bb_pos,buy,2025-07-23 18:39:00,1748.0,-7.6515,0,leg_gt,1.23,60 -13782,buy_contrast_m10_bb_pos,buy,2025-07-23 18:51:00,1744.0,-7.4394,0,leg_gt,1.23,60 -13783,buy_contrast_m10_bb_pos,buy,2025-07-23 18:54:00,1748.0,-7.6515,0,leg_gt,1.22,60 -13784,buy_contrast_m10_bb_pos,buy,2025-07-23 18:57:00,1746.0,-7.5456,0,leg_gt,1.22,60 -13785,buy_contrast_m10_bb_pos,buy,2025-07-23 19:21:00,1728.0,-6.5815,0,leg_gt,1.2,60 -13786,buy_contrast_m10_bb_pos,buy,2025-07-23 19:24:00,1737.0,-7.066,0,leg_gt,1.2,60 -13787,buy_contrast_m10_bb_pos,buy,2025-07-23 19:27:00,1735.0,-6.9588,0,leg_gt,1.2,60 -13788,buy_contrast_m10_bb_pos,buy,2025-07-23 20:12:00,1727.0,-6.5273,0,leg_gt,1.17,60 -13789,buy_contrast_m10_bb_pos,buy,2025-07-23 20:15:00,1722.0,-6.2556,0,leg_gt,1.17,60 -13790,buy_contrast_m10_bb_pos,buy,2025-07-23 20:18:00,1732.0,-6.7975,0,leg_gt,1.16,60 -13791,buy_contrast_m10_bb_pos,buy,2025-07-23 22:30:00,1699.0,-4.9852,0,leg_gt,1.07,60 -13792,buy_contrast_m10_bb_pos,buy,2025-07-23 22:33:00,1695.0,-4.7608,0,leg_gt,1.07,60 -13793,buy_contrast_m10_bb_pos,buy,2025-07-23 22:36:00,1699.0,-4.9852,0,leg_gt,1.07,60 -13794,buy_contrast_m10_bb_pos,buy,2025-07-23 22:39:00,1692.0,-4.5917,0,leg_gt,1.07,60 -13795,buy_contrast_m10_bb_pos,buy,2025-07-23 22:42:00,1668.0,-3.2175,0,leg_gt,1.06,60 -13796,buy_contrast_m10_bb_pos,buy,2025-07-23 22:45:00,1652.0,-2.2792,0,leg_gt,1.06,60 -13797,buy_contrast_m10_bb_pos,buy,2025-07-23 22:48:00,1651.0,-2.2199,0,leg_gt,1.06,60 -13798,buy_contrast_m10_bb_pos,buy,2025-07-23 23:00:00,1660.0,-2.7506,0,leg_gt,1.05,60 -13799,buy_contrast_m10_bb_pos,buy,2025-07-23 23:03:00,1687.0,-4.3087,0,leg_gt,1.05,60 -13800,buy_contrast_m10_bb_pos,buy,2025-07-23 23:06:00,1683.0,-4.081,0,leg_gt,1.05,60 -13801,buy_contrast_m10_bb_pos,buy,2025-07-23 23:09:00,1676.0,-3.68,0,leg_gt,1.05,60 -13802,buy_contrast_m10_bb_pos,buy,2025-07-24 02:00:00,1653.0,-2.3384,0,leg_gt,0.93,60 -13803,buy_contrast_m10_bb_pos,buy,2025-07-24 02:03:00,1656.0,-2.5155,0,leg_gt,0.92,60 -13804,buy_contrast_m10_bb_pos,buy,2025-07-24 02:06:00,1650.0,-2.1606,0,leg_gt,0.92,60 -13805,buy_contrast_m10_bb_pos,buy,2025-07-24 02:09:00,1635.0,-1.2621,0,leg_gt,0.92,60 -13806,buy_contrast_m10_bb_pos,buy,2025-07-24 02:42:00,1627.0,-0.7761,0,leg_gt,0.9,60 -13807,buy_contrast_m10_bb_pos,buy,2025-07-24 02:45:00,1625.0,-0.6538,0,leg_gt,0.9,60 -13808,buy_contrast_m10_bb_pos,buy,2025-07-24 02:48:00,1627.0,-0.7761,0,leg_gt,0.89,60 -13809,buy_contrast_m10_bb_pos,buy,2025-07-24 05:12:00,1617.0,-0.1618,0,leg_gt,0.79,60 -13810,buy_contrast_m10_bb_pos,buy,2025-07-24 05:15:00,1618.0,-0.2236,0,leg_gt,0.79,60 -13811,buy_contrast_m10_bb_pos,buy,2025-07-24 05:18:00,1617.0,-0.1618,0,leg_gt,0.79,60 -13812,buy_contrast_m10_bb_pos,buy,2025-07-24 05:21:00,1612.0,0.1481,1,leg_gt,0.79,60 -13813,buy_contrast_m10_bb_pos,buy,2025-07-24 05:24:00,1616.0,-0.1,0,leg_gt,0.79,60 -13814,buy_contrast_m10_bb_pos,buy,2025-07-24 05:27:00,1603.0,0.711,1,leg_gt,0.78,60 -13815,buy_contrast_m10_bb_pos,buy,2025-07-24 06:00:00,1583.0,1.9846,1,leg_gt,0.76,60 -13816,buy_contrast_m10_bb_pos,buy,2025-07-24 06:03:00,1584.0,1.9202,1,leg_gt,0.76,60 -13817,buy_contrast_m10_bb_pos,buy,2025-07-24 06:06:00,1591.0,1.4713,1,leg_gt,0.76,60 -13818,buy_contrast_m10_bb_pos,buy,2025-07-24 06:09:00,1586.0,1.7916,1,leg_gt,0.75,60 -13819,buy_contrast_m10_bb_pos,buy,2025-07-24 06:21:00,1560.0,3.4897,1,leg_gt,0.75,60 -13820,buy_contrast_m10_bb_pos,buy,2025-07-24 06:24:00,1556.0,3.756,1,leg_gt,0.74,60 -13821,buy_contrast_m10_bb_pos,buy,2025-07-24 06:27:00,1537.0,5.0399,1,leg_gt,0.74,60 -13822,buy_contrast_m10_bb_pos,buy,2025-07-24 06:30:00,1554.0,3.8897,1,leg_gt,0.74,60 -13823,buy_contrast_m10_bb_pos,buy,2025-07-24 06:33:00,1565.0,3.1588,1,leg_gt,0.74,60 -13824,buy_contrast_m10_bb_pos,buy,2025-07-24 06:36:00,1562.0,3.3571,1,leg_gt,0.74,60 -13825,buy_contrast_m10_bb_pos,buy,2025-07-24 06:39:00,1565.0,3.1588,1,leg_gt,0.73,60 -13826,buy_contrast_m10_bb_pos,buy,2025-07-24 12:51:00,1613.0,0.086,1,leg_gt,0.48,60 -13827,buy_contrast_m10_bb_pos,buy,2025-07-24 12:54:00,1609.0,0.3351,1,leg_gt,0.47,60 -13828,buy_contrast_m10_bb_pos,buy,2025-07-24 12:57:00,1605.0,0.5854,1,leg_gt,0.47,60 -13829,buy_contrast_m10_bb_pos,buy,2025-07-24 13:00:00,1609.0,0.3351,1,leg_gt,0.47,60 -13830,buy_contrast_m10_bb_pos,buy,2025-07-24 13:03:00,1604.0,0.6481,1,leg_gt,0.47,60 -13831,buy_contrast_m10_bb_pos,buy,2025-07-24 13:06:00,1611.0,0.2104,1,leg_gt,0.46,60 -13832,buy_contrast_m10_bb_pos,buy,2025-07-24 13:09:00,1608.0,0.3975,1,leg_gt,0.46,60 -13833,buy_contrast_m10_bb_pos,buy,2025-07-24 13:12:00,1610.0,0.2727,1,leg_gt,0.46,60 -13834,buy_contrast_m10_bb_pos,buy,2025-07-24 13:15:00,1618.0,-0.2236,0,leg_gt,0.46,60 -13835,buy_contrast_m10_bb_pos,buy,2025-07-24 13:18:00,1611.0,0.2104,1,leg_gt,0.46,60 -13836,buy_contrast_m10_bb_pos,buy,2025-07-24 14:42:00,1557.0,3.6893,1,leg_gt,0.4,60 -13837,buy_contrast_m10_bb_pos,buy,2025-07-24 14:45:00,1556.0,3.756,1,leg_gt,0.4,60 -13838,buy_contrast_m10_bb_pos,buy,2025-07-24 14:48:00,1546.0,4.4278,1,leg_gt,0.39,60 -13839,buy_contrast_m10_bb_pos,buy,2025-07-24 14:51:00,1535.0,5.1769,1,leg_gt,0.39,60 -13840,buy_contrast_m10_bb_pos,buy,2025-07-24 14:54:00,1531.0,5.4519,1,leg_gt,0.39,60 -13841,buy_contrast_m10_bb_pos,buy,2025-07-24 14:57:00,1520.0,6.2158,1,leg_gt,0.39,60 -13842,buy_contrast_m10_bb_pos,buy,2025-07-24 15:12:00,1524.0,5.9367,1,leg_gt,0.38,60 -13843,buy_contrast_m10_bb_pos,buy,2025-07-24 15:15:00,1528.0,5.6592,1,leg_gt,0.38,60 -13844,buy_contrast_m10_bb_pos,buy,2025-07-24 15:18:00,1516.0,6.4963,1,leg_gt,0.37,60 -13845,buy_contrast_m10_bb_pos,buy,2025-07-24 15:21:00,1521.0,6.1459,1,leg_gt,0.37,60 -13846,buy_contrast_m10_bb_pos,buy,2025-07-24 15:24:00,1533.0,5.3142,1,leg_gt,0.37,60 -13847,buy_contrast_m10_bb_pos,buy,2025-07-24 15:27:00,1530.0,5.5209,1,leg_gt,0.37,60 -13848,buy_contrast_m10_bb_pos,buy,2025-07-24 15:42:00,1489.0,8.4292,1,leg_gt,0.36,60 -13849,buy_contrast_m10_bb_pos,buy,2025-07-24 15:45:00,1476.0,9.3851,1,leg_gt,0.35,60 -13850,buy_contrast_m10_bb_pos,buy,2025-07-24 15:48:00,1486.0,8.6483,1,leg_gt,0.35,60 -13851,buy_contrast_m10_bb_pos,buy,2025-07-24 15:51:00,1485.0,8.7215,1,leg_gt,0.35,60 -13852,buy_contrast_m10_bb_pos,buy,2025-07-24 15:54:00,1462.0,10.4335,1,leg_gt,0.35,60 -13853,buy_contrast_m10_bb_pos,buy,2025-07-24 15:57:00,1476.0,9.3851,1,leg_gt,0.35,60 -13854,buy_contrast_m10_bb_pos,buy,2025-07-24 16:00:00,1484.0,8.7949,1,leg_gt,0.34,60 -13855,buy_contrast_m10_bb_pos,buy,2025-07-24 16:03:00,1475.0,9.4593,1,leg_gt,0.34,60 -13856,buy_contrast_m10_bb_pos,buy,2025-07-24 16:06:00,1466.0,10.1319,1,leg_gt,0.34,60 -13857,buy_contrast_m10_bb_pos,buy,2025-07-24 16:09:00,1492.0,8.211,1,leg_gt,0.34,60 -13858,buy_contrast_m10_bb_pos,buy,2025-07-25 05:21:00,1577.0,6.6216,1,leg_gt,3.49,60 -13859,buy_contrast_m10_bb_pos,buy,2025-07-25 05:24:00,1578.0,6.554,1,leg_gt,3.49,60 -13860,buy_contrast_m10_bb_pos,buy,2025-07-25 05:27:00,1584.0,6.15,1,leg_gt,3.49,60 -13861,buy_contrast_m10_bb_pos,buy,2025-07-25 06:30:00,1577.0,6.6216,1,leg_gt,3.44,60 -13862,buy_contrast_m10_bb_pos,buy,2025-07-25 06:33:00,1573.0,6.893,1,leg_gt,3.44,60 -13863,buy_contrast_m10_bb_pos,buy,2025-07-25 06:36:00,1569.0,7.1658,1,leg_gt,3.44,60 -13864,buy_contrast_m10_bb_pos,buy,2025-07-25 06:39:00,1569.0,7.1658,1,leg_gt,3.44,60 -13865,buy_contrast_m10_bb_pos,buy,2025-07-25 06:42:00,1571.0,7.0292,1,leg_gt,3.43,60 -13866,buy_contrast_m10_bb_pos,buy,2025-07-25 06:45:00,1577.0,6.6216,1,leg_gt,3.43,60 -13867,buy_contrast_m10_bb_pos,buy,2025-07-25 06:48:00,1575.0,6.7571,1,leg_gt,3.43,60 -13868,buy_contrast_m10_bb_pos,buy,2025-07-25 07:21:00,1570.0,7.0975,1,leg_gt,3.41,60 -13869,buy_contrast_m10_bb_pos,buy,2025-07-25 07:24:00,1565.0,7.4399,1,leg_gt,3.4,60 -13870,buy_contrast_m10_bb_pos,buy,2025-07-25 07:27:00,1564.0,7.5087,1,leg_gt,3.4,60 -13871,buy_contrast_m10_bb_pos,buy,2025-07-25 07:51:00,1563.0,7.5775,1,leg_gt,3.39,60 -13872,buy_contrast_m10_bb_pos,buy,2025-07-25 07:54:00,1565.0,7.4399,1,leg_gt,3.38,60 -13873,buy_contrast_m10_bb_pos,buy,2025-07-25 07:57:00,1566.0,7.3713,1,leg_gt,3.38,60 -13874,buy_contrast_m10_bb_pos,buy,2025-07-25 08:00:00,1563.0,7.5775,1,leg_gt,3.38,60 -13875,buy_contrast_m10_bb_pos,buy,2025-07-25 08:03:00,1550.0,8.4806,1,leg_gt,3.38,60 -13876,buy_contrast_m10_bb_pos,buy,2025-07-25 08:06:00,1553.0,8.2709,1,leg_gt,3.38,60 -13877,buy_contrast_m10_bb_pos,buy,2025-07-25 08:09:00,1553.0,8.2709,1,leg_gt,3.37,60 -13878,buy_contrast_m10_bb_pos,buy,2025-07-25 08:42:00,1551.0,8.4106,1,leg_gt,3.35,60 -13879,buy_contrast_m10_bb_pos,buy,2025-07-25 08:45:00,1545.0,8.832,1,leg_gt,3.35,60 -13880,buy_contrast_m10_bb_pos,buy,2025-07-25 08:48:00,1547.0,8.6912,1,leg_gt,3.35,60 -13881,buy_contrast_m10_bb_pos,buy,2025-07-25 08:51:00,1549.0,8.5507,1,leg_gt,3.34,60 -13882,buy_contrast_m10_bb_pos,buy,2025-07-25 08:54:00,1549.0,8.5507,1,leg_gt,3.34,60 -13883,buy_contrast_m10_bb_pos,buy,2025-07-25 08:57:00,1549.0,8.5507,1,leg_gt,3.34,60 -13884,buy_contrast_m10_bb_pos,buy,2025-07-25 09:21:00,1535.0,9.5417,1,leg_gt,3.32,60 -13885,buy_contrast_m10_bb_pos,buy,2025-07-25 09:24:00,1538.0,9.3278,1,leg_gt,3.32,60 -13886,buy_contrast_m10_bb_pos,buy,2025-07-25 09:27:00,1537.0,9.399,1,leg_gt,3.32,60 -13887,buy_contrast_m10_bb_pos,buy,2025-07-25 09:30:00,1537.0,9.399,1,leg_gt,3.32,60 -13888,buy_contrast_m10_bb_pos,buy,2025-07-25 09:33:00,1533.0,9.6847,1,leg_gt,3.31,60 -13889,buy_contrast_m10_bb_pos,buy,2025-07-25 09:36:00,1518.0,10.7696,1,leg_gt,3.31,60 -13890,buy_contrast_m10_bb_pos,buy,2025-07-25 09:39:00,1524.0,10.3331,1,leg_gt,3.31,60 -13891,buy_contrast_m10_bb_pos,buy,2025-07-25 09:42:00,1524.0,10.3331,1,leg_gt,3.31,60 -13892,buy_contrast_m10_bb_pos,buy,2025-07-25 09:45:00,1538.0,9.3278,1,leg_gt,3.31,60 -13893,buy_contrast_m10_bb_pos,buy,2025-07-25 09:48:00,1533.0,9.6847,1,leg_gt,3.3,60 -13894,buy_contrast_m10_bb_pos,buy,2025-07-25 09:51:00,1531.0,9.8282,1,leg_gt,3.3,60 -13895,buy_contrast_m10_bb_pos,buy,2025-07-25 09:54:00,1533.0,9.6847,1,leg_gt,3.3,60 -13896,buy_contrast_m10_bb_pos,buy,2025-07-25 09:57:00,1526.0,10.1883,1,leg_gt,3.3,60 -13897,buy_contrast_m10_bb_pos,buy,2025-07-25 10:00:00,1527.0,10.1161,1,leg_gt,3.3,60 -13898,buy_contrast_m10_bb_pos,buy,2025-07-25 10:03:00,1524.0,10.3331,1,leg_gt,3.29,60 -13899,buy_contrast_m10_bb_pos,buy,2025-07-25 10:06:00,1524.0,10.3331,1,leg_gt,3.29,60 -13900,buy_contrast_m10_bb_pos,buy,2025-07-25 10:09:00,1526.0,10.1883,1,leg_gt,3.29,60 -13901,buy_contrast_m10_bb_pos,buy,2025-07-25 10:12:00,1524.0,10.3331,1,leg_gt,3.29,60 -13902,buy_contrast_m10_bb_pos,buy,2025-07-25 10:15:00,1525.0,10.2607,1,leg_gt,3.29,60 -13903,buy_contrast_m10_bb_pos,buy,2025-07-25 10:18:00,1525.0,10.2607,1,leg_gt,3.28,60 -13904,buy_contrast_m10_bb_pos,buy,2025-07-25 11:42:00,1520.0,10.6237,1,leg_gt,3.22,60 -13905,buy_contrast_m10_bb_pos,buy,2025-07-25 11:45:00,1525.0,10.2607,1,leg_gt,3.22,60 -13906,buy_contrast_m10_bb_pos,buy,2025-07-25 11:48:00,1519.0,10.6966,1,leg_gt,3.22,60 -13907,buy_contrast_m10_bb_pos,buy,2025-07-25 13:30:00,1511.0,11.2832,1,leg_gt,3.15,60 -13908,buy_contrast_m10_bb_pos,buy,2025-07-25 13:33:00,1526.0,10.1883,1,leg_gt,3.15,60 -13909,buy_contrast_m10_bb_pos,buy,2025-07-25 13:36:00,1530.0,9.9,1,leg_gt,3.15,60 -13910,buy_contrast_m10_bb_pos,buy,2025-07-25 13:39:00,1531.0,9.8282,1,leg_gt,3.14,60 -13911,buy_contrast_m10_bb_pos,buy,2025-07-25 22:42:00,1554.0,8.2012,1,leg_gt,2.77,60 -13912,buy_contrast_m10_bb_pos,buy,2025-07-25 22:45:00,1555.0,8.1315,1,leg_gt,2.76,60 -13913,buy_contrast_m10_bb_pos,buy,2025-07-25 22:48:00,1557.0,7.9925,1,leg_gt,2.76,60 -13914,buy_contrast_m10_bb_pos,buy,2025-07-25 22:51:00,1558.0,7.9231,1,leg_gt,2.76,60 -13915,buy_contrast_m10_bb_pos,buy,2025-07-25 22:54:00,1567.0,7.3027,1,leg_gt,2.76,60 -13916,buy_contrast_m10_bb_pos,buy,2025-07-25 22:57:00,1563.0,7.5775,1,leg_gt,2.76,60 -13917,buy_contrast_m10_bb_pos,buy,2025-07-26 00:21:00,1526.0,10.1883,1,leg_gt,2.7,60 -13918,buy_contrast_m10_bb_pos,buy,2025-07-26 00:24:00,1537.0,9.399,1,leg_gt,2.7,60 -13919,buy_contrast_m10_bb_pos,buy,2025-07-26 00:27:00,1536.0,9.4703,1,leg_gt,2.69,60 -13920,buy_contrast_m10_bb_pos,buy,2025-07-26 00:51:00,1510.0,11.357,1,leg_gt,2.68,60 -13921,buy_contrast_m10_bb_pos,buy,2025-07-26 00:54:00,1525.0,10.2607,1,leg_gt,2.68,60 -13922,buy_contrast_m10_bb_pos,buy,2025-07-26 00:57:00,1530.0,9.9,1,leg_gt,2.67,60 -13923,buy_contrast_m10_bb_pos,buy,2025-07-26 10:42:00,1580.0,6.419,1,leg_gt,2.27,60 -13924,buy_contrast_m10_bb_pos,buy,2025-07-26 10:45:00,1578.0,6.554,1,leg_gt,2.26,60 -13925,buy_contrast_m10_bb_pos,buy,2025-07-26 10:48:00,1581.0,6.3516,1,leg_gt,2.26,60 -13926,buy_contrast_m10_bb_pos,buy,2025-07-26 15:30:00,1580.0,6.419,1,leg_gt,2.07,60 -13927,buy_contrast_m10_bb_pos,buy,2025-07-26 15:33:00,1580.0,6.419,1,leg_gt,2.06,60 -13928,buy_contrast_m10_bb_pos,buy,2025-07-26 15:36:00,1581.0,6.3516,1,leg_gt,2.06,60 -13929,buy_contrast_m10_bb_pos,buy,2025-07-26 15:39:00,1583.0,6.2171,1,leg_gt,2.06,60 -13930,buy_contrast_m10_bb_pos,buy,2025-07-26 16:30:00,1579.0,6.4864,1,leg_gt,2.02,60 -13931,buy_contrast_m10_bb_pos,buy,2025-07-26 16:33:00,1581.0,6.3516,1,leg_gt,2.02,60 -13932,buy_contrast_m10_bb_pos,buy,2025-07-26 16:36:00,1580.0,6.419,1,leg_gt,2.02,60 -13933,buy_contrast_m10_bb_pos,buy,2025-07-26 16:39:00,1580.0,6.419,1,leg_gt,2.02,60 -13934,buy_contrast_m10_bb_pos,buy,2025-07-26 18:21:00,1576.0,6.6893,1,leg_gt,1.95,60 -13935,buy_contrast_m10_bb_pos,buy,2025-07-26 18:24:00,1576.0,6.6893,1,leg_gt,1.95,60 -13936,buy_contrast_m10_bb_pos,buy,2025-07-26 18:27:00,1578.0,6.554,1,leg_gt,1.94,60 -13937,buy_contrast_m10_bb_pos,buy,2025-07-26 18:30:00,1577.0,6.6216,1,leg_gt,1.94,60 -13938,buy_contrast_m10_bb_pos,buy,2025-07-26 18:33:00,1577.0,6.6216,1,leg_gt,1.94,60 -13939,buy_contrast_m10_bb_pos,buy,2025-07-26 18:36:00,1579.0,6.4864,1,leg_gt,1.94,60 -13940,buy_contrast_m10_bb_pos,buy,2025-07-26 18:39:00,1579.0,6.4864,1,leg_gt,1.94,60 -13941,buy_contrast_m10_bb_pos,buy,2025-07-26 21:12:00,1577.0,6.6216,1,leg_gt,1.83,60 -13942,buy_contrast_m10_bb_pos,buy,2025-07-26 21:15:00,1578.0,6.554,1,leg_gt,1.83,60 -13943,buy_contrast_m10_bb_pos,buy,2025-07-26 21:18:00,1581.0,6.3516,1,leg_gt,1.82,60 -13944,buy_contrast_m10_bb_pos,buy,2025-07-27 02:42:00,1585.0,6.083,1,leg_gt,1.6,60 -13945,buy_contrast_m10_bb_pos,buy,2025-07-27 02:45:00,1584.0,6.15,1,leg_gt,1.6,60 -13946,buy_contrast_m10_bb_pos,buy,2025-07-27 02:48:00,1583.0,6.2171,1,leg_gt,1.6,60 -13947,buy_contrast_m10_bb_pos,buy,2025-07-27 02:51:00,1584.0,6.15,1,leg_gt,1.59,60 -13948,buy_contrast_m10_bb_pos,buy,2025-07-27 02:54:00,1584.0,6.15,1,leg_gt,1.59,60 -13949,buy_contrast_m10_bb_pos,buy,2025-07-27 02:57:00,1587.0,5.9491,1,leg_gt,1.59,60 -13950,buy_contrast_m10_bb_pos,buy,2025-07-27 03:00:00,1585.0,6.083,1,leg_gt,1.59,60 -13951,buy_contrast_m10_bb_pos,buy,2025-07-27 03:03:00,1588.0,5.8824,1,leg_gt,1.59,60 -13952,buy_contrast_m10_bb_pos,buy,2025-07-27 03:06:00,1592.0,5.6161,1,leg_gt,1.58,60 -13953,buy_contrast_m10_bb_pos,buy,2025-07-27 03:09:00,1590.0,5.7491,1,leg_gt,1.58,60 -13954,buy_contrast_m10_bb_pos,buy,2025-07-27 08:42:00,1589.0,5.8157,1,leg_gt,1.35,60 -13955,buy_contrast_m10_bb_pos,buy,2025-07-27 08:45:00,1588.0,5.8824,1,leg_gt,1.35,60 -13956,buy_contrast_m10_bb_pos,buy,2025-07-27 08:48:00,1582.0,6.2843,1,leg_gt,1.35,60 -13957,buy_contrast_m10_bb_pos,buy,2025-07-27 09:00:00,1583.0,6.2171,1,leg_gt,1.34,60 -13958,buy_contrast_m10_bb_pos,buy,2025-07-27 09:03:00,1581.0,6.3516,1,leg_gt,1.34,60 -13959,buy_contrast_m10_bb_pos,buy,2025-07-27 09:06:00,1580.0,6.419,1,leg_gt,1.33,60 -13960,buy_contrast_m10_bb_pos,buy,2025-07-27 09:09:00,1583.0,6.2171,1,leg_gt,1.33,60 -13961,buy_contrast_m10_bb_pos,buy,2025-07-27 09:12:00,1583.0,6.2171,1,leg_gt,1.33,60 -13962,buy_contrast_m10_bb_pos,buy,2025-07-27 09:15:00,1583.0,6.2171,1,leg_gt,1.33,60 -13963,buy_contrast_m10_bb_pos,buy,2025-07-27 09:18:00,1587.0,5.9491,1,leg_gt,1.32,60 -13964,buy_contrast_m10_bb_pos,buy,2025-07-27 16:42:00,1597.0,5.2851,1,leg_gt,1.02,60 -13965,buy_contrast_m10_bb_pos,buy,2025-07-27 16:45:00,1598.0,5.2191,1,leg_gt,1.01,60 -13966,buy_contrast_m10_bb_pos,buy,2025-07-27 16:48:00,1598.0,5.2191,1,leg_gt,1.01,60 -13967,buy_contrast_m10_bb_pos,buy,2025-07-27 17:00:00,1597.0,5.2851,1,leg_gt,1.0,60 -13968,buy_contrast_m10_bb_pos,buy,2025-07-27 17:03:00,1597.0,5.2851,1,leg_gt,1.0,60 -13969,buy_contrast_m10_bb_pos,buy,2025-07-27 17:06:00,1594.0,5.4834,1,leg_gt,1.0,60 -13970,buy_contrast_m10_bb_pos,buy,2025-07-27 17:09:00,1593.0,5.5497,1,leg_gt,1.0,60 -13971,buy_contrast_m10_bb_pos,buy,2025-07-27 17:21:00,1595.0,5.4172,1,leg_gt,0.99,60 -13972,buy_contrast_m10_bb_pos,buy,2025-07-27 17:24:00,1594.0,5.4834,1,leg_gt,0.99,60 -13973,buy_contrast_m10_bb_pos,buy,2025-07-27 17:27:00,1590.0,5.7491,1,leg_gt,0.99,60 -13974,buy_contrast_m10_bb_pos,buy,2025-07-27 18:51:00,1585.0,6.083,1,leg_gt,0.93,60 -13975,buy_contrast_m10_bb_pos,buy,2025-07-27 18:54:00,1584.0,6.15,1,leg_gt,0.92,60 -13976,buy_contrast_m10_bb_pos,buy,2025-07-27 18:57:00,1584.0,6.15,1,leg_gt,0.92,60 -13977,buy_contrast_m10_bb_pos,buy,2025-07-27 19:00:00,1585.0,6.083,1,leg_gt,0.92,60 -13978,buy_contrast_m10_bb_pos,buy,2025-07-27 19:03:00,1588.0,5.8824,1,leg_gt,0.92,60 -13979,buy_contrast_m10_bb_pos,buy,2025-07-27 19:06:00,1590.0,5.7491,1,leg_gt,0.92,60 -13980,buy_contrast_m10_bb_pos,buy,2025-07-27 19:09:00,1591.0,5.6825,1,leg_gt,0.91,60 -13981,buy_contrast_m10_bb_pos,buy,2025-07-28 04:21:00,1629.0,3.2149,1,leg_gt,0.53,60 -13982,buy_contrast_m10_bb_pos,buy,2025-07-28 04:24:00,1631.0,3.0882,1,leg_gt,0.53,60 -13983,buy_contrast_m10_bb_pos,buy,2025-07-28 04:27:00,1632.0,3.025,1,leg_gt,0.53,60 -13984,buy_contrast_m10_bb_pos,buy,2025-07-28 10:21:00,1642.0,2.397,1,leg_gt,0.28,60 -13985,buy_contrast_m10_bb_pos,buy,2025-07-28 10:24:00,1640.0,2.522,1,leg_gt,0.28,60 -13986,buy_contrast_m10_bb_pos,buy,2025-07-28 10:27:00,1635.0,2.8358,1,leg_gt,0.28,60 -13987,buy_contrast_m10_bb_pos,buy,2025-07-28 10:42:00,1634.0,2.8988,1,leg_gt,0.27,60 -13988,buy_contrast_m10_bb_pos,buy,2025-07-28 10:45:00,1634.0,2.8988,1,leg_gt,0.26,60 -13989,buy_contrast_m10_bb_pos,buy,2025-07-28 10:48:00,1632.0,3.025,1,leg_gt,0.26,60 -13990,buy_contrast_m10_bb_pos,buy,2025-07-28 10:51:00,1636.0,2.7729,1,leg_gt,0.26,60 -13991,buy_contrast_m10_bb_pos,buy,2025-07-28 10:54:00,1637.0,2.71,1,leg_gt,0.26,60 -13992,buy_contrast_m10_bb_pos,buy,2025-07-28 10:57:00,1635.0,2.8358,1,leg_gt,0.26,60 -13993,buy_contrast_m10_bb_pos,buy,2025-07-28 16:12:00,1655.0,1.5918,1,leg_gt,0.04,60 -13994,buy_contrast_m10_bb_pos,buy,2025-07-28 16:15:00,1657.0,1.4691,1,leg_gt,0.04,60 -13995,buy_contrast_m10_bb_pos,buy,2025-07-28 16:18:00,1653.0,1.7149,1,leg_gt,0.03,60 -13996,buy_contrast_m10_bb_pos,buy,2025-07-28 19:42:00,1668.0,-15.6276,0,leg_gt,7.27,60 -13997,buy_contrast_m10_bb_pos,buy,2025-07-28 19:45:00,1670.0,-15.7287,0,leg_gt,7.27,60 -13998,buy_contrast_m10_bb_pos,buy,2025-07-28 19:48:00,1672.0,-15.8297,0,leg_gt,7.27,60 -13999,buy_contrast_m10_bb_pos,buy,2025-07-28 20:30:00,1663.0,-15.3736,0,leg_gt,7.24,60 -14000,buy_contrast_m10_bb_pos,buy,2025-07-28 20:33:00,1660.0,-15.2205,0,leg_gt,7.24,60 -14001,buy_contrast_m10_bb_pos,buy,2025-07-28 20:36:00,1659.0,-15.1693,0,leg_gt,7.24,60 -14002,buy_contrast_m10_bb_pos,buy,2025-07-28 20:39:00,1663.0,-15.3736,0,leg_gt,7.23,60 -14003,buy_contrast_m10_bb_pos,buy,2025-07-28 21:00:00,1663.0,-15.3736,0,leg_gt,7.22,60 -14004,buy_contrast_m10_bb_pos,buy,2025-07-28 21:03:00,1657.0,-15.0668,0,leg_gt,7.22,60 -14005,buy_contrast_m10_bb_pos,buy,2025-07-28 21:06:00,1658.0,-15.1181,0,leg_gt,7.21,60 -14006,buy_contrast_m10_bb_pos,buy,2025-07-28 21:09:00,1660.0,-15.2205,0,leg_gt,7.21,60 -14007,buy_contrast_m10_bb_pos,buy,2025-07-28 21:12:00,1666.0,-15.5262,0,leg_gt,7.21,60 -14008,buy_contrast_m10_bb_pos,buy,2025-07-28 21:15:00,1663.0,-15.3736,0,leg_gt,7.21,60 -14009,buy_contrast_m10_bb_pos,buy,2025-07-28 21:18:00,1666.0,-15.5262,0,leg_gt,7.21,60 -14010,buy_contrast_m10_bb_pos,buy,2025-07-28 21:51:00,1659.0,-15.1693,0,leg_gt,7.18,60 -14011,buy_contrast_m10_bb_pos,buy,2025-07-28 21:54:00,1657.0,-15.0668,0,leg_gt,7.18,60 -14012,buy_contrast_m10_bb_pos,buy,2025-07-28 21:57:00,1654.0,-14.9126,0,leg_gt,7.18,60 -14013,buy_contrast_m10_bb_pos,buy,2025-07-28 22:12:00,1652.0,-14.8094,0,leg_gt,7.17,60 -14014,buy_contrast_m10_bb_pos,buy,2025-07-28 22:15:00,1645.0,-14.4465,0,leg_gt,7.17,60 -14015,buy_contrast_m10_bb_pos,buy,2025-07-28 22:18:00,1648.0,-14.6024,0,leg_gt,7.16,60 -14016,buy_contrast_m10_bb_pos,buy,2025-07-28 23:12:00,1624.0,-13.3389,0,leg_gt,7.13,60 -14017,buy_contrast_m10_bb_pos,buy,2025-07-28 23:15:00,1622.0,-13.2319,0,leg_gt,7.12,60 -14018,buy_contrast_m10_bb_pos,buy,2025-07-28 23:18:00,1609.0,-12.5301,0,leg_gt,7.12,60 -14019,buy_contrast_m10_bb_pos,buy,2025-07-28 23:42:00,1596.0,-11.8168,0,leg_gt,7.11,60 -14020,buy_contrast_m10_bb_pos,buy,2025-07-28 23:45:00,1600.0,-12.0375,0,leg_gt,7.1,60 -14021,buy_contrast_m10_bb_pos,buy,2025-07-28 23:48:00,1595.0,-11.7614,0,leg_gt,7.1,60 -14022,buy_contrast_m10_bb_pos,buy,2025-07-28 23:51:00,1591.0,-11.5393,0,leg_gt,7.1,60 -14023,buy_contrast_m10_bb_pos,buy,2025-07-28 23:54:00,1588.0,-11.372,0,leg_gt,7.1,60 -14024,buy_contrast_m10_bb_pos,buy,2025-07-28 23:57:00,1581.0,-10.9792,0,leg_gt,7.1,60 -14025,buy_contrast_m10_bb_pos,buy,2025-07-29 00:00:00,1584.0,-11.148,0,leg_gt,7.09,60 -14026,buy_contrast_m10_bb_pos,buy,2025-07-29 00:03:00,1584.0,-11.148,0,leg_gt,7.09,60 -14027,buy_contrast_m10_bb_pos,buy,2025-07-29 00:06:00,1586.0,-11.2602,0,leg_gt,7.09,60 -14028,buy_contrast_m10_bb_pos,buy,2025-07-29 00:09:00,1585.0,-11.2041,0,leg_gt,7.09,60 -14029,buy_contrast_m10_bb_pos,buy,2025-07-29 00:12:00,1587.0,-11.3161,0,leg_gt,7.09,60 -14030,buy_contrast_m10_bb_pos,buy,2025-07-29 00:15:00,1590.0,-11.4836,0,leg_gt,7.08,60 -14031,buy_contrast_m10_bb_pos,buy,2025-07-29 00:18:00,1599.0,-11.9824,0,leg_gt,7.08,60 -14032,buy_contrast_m10_bb_pos,buy,2025-07-29 01:12:00,1567.0,-10.183,0,leg_gt,7.04,60 -14033,buy_contrast_m10_bb_pos,buy,2025-07-29 01:15:00,1568.0,-10.2403,0,leg_gt,7.04,60 -14034,buy_contrast_m10_bb_pos,buy,2025-07-29 01:18:00,1571.0,-10.4119,0,leg_gt,7.04,60 -14035,buy_contrast_m10_bb_pos,buy,2025-07-29 02:21:00,1568.0,-10.2403,0,leg_gt,7.0,60 -14036,buy_contrast_m10_bb_pos,buy,2025-07-29 02:24:00,1573.0,-10.5259,0,leg_gt,6.99,60 -14037,buy_contrast_m10_bb_pos,buy,2025-07-29 02:27:00,1579.0,-10.8663,0,leg_gt,6.99,60 -14038,buy_contrast_m10_bb_pos,buy,2025-07-29 03:30:00,1553.0,-9.3724,0,leg_gt,6.95,60 -14039,buy_contrast_m10_bb_pos,buy,2025-07-29 03:33:00,1547.0,-9.0205,0,leg_gt,6.95,60 -14040,buy_contrast_m10_bb_pos,buy,2025-07-29 03:36:00,1548.0,-9.0793,0,leg_gt,6.94,60 -14041,buy_contrast_m10_bb_pos,buy,2025-07-29 03:39:00,1548.0,-9.0793,0,leg_gt,6.94,60 -14042,buy_contrast_m10_bb_pos,buy,2025-07-29 03:42:00,1557.0,-9.6055,0,leg_gt,6.94,60 -14043,buy_contrast_m10_bb_pos,buy,2025-07-29 03:45:00,1558.0,-9.6635,0,leg_gt,6.94,60 -14044,buy_contrast_m10_bb_pos,buy,2025-07-29 03:48:00,1553.0,-9.3724,0,leg_gt,6.94,60 -14045,buy_contrast_m10_bb_pos,buy,2025-07-29 03:51:00,1554.0,-9.4308,0,leg_gt,6.93,60 -14046,buy_contrast_m10_bb_pos,buy,2025-07-29 03:54:00,1551.0,-9.2554,0,leg_gt,6.93,60 -14047,buy_contrast_m10_bb_pos,buy,2025-07-29 03:57:00,1552.0,-9.3139,0,leg_gt,6.93,60 -14048,buy_contrast_m10_bb_pos,buy,2025-07-29 04:00:00,1554.0,-9.4308,0,leg_gt,6.93,60 -14049,buy_contrast_m10_bb_pos,buy,2025-07-29 04:03:00,1556.0,-9.5473,0,leg_gt,6.92,60 -14050,buy_contrast_m10_bb_pos,buy,2025-07-29 04:06:00,1565.0,-10.0681,0,leg_gt,6.92,60 -14051,buy_contrast_m10_bb_pos,buy,2025-07-29 04:09:00,1564.0,-10.0105,0,leg_gt,6.92,60 -14052,buy_contrast_m10_bb_pos,buy,2025-07-29 04:42:00,1553.0,-9.3724,0,leg_gt,6.9,60 -14053,buy_contrast_m10_bb_pos,buy,2025-07-29 04:45:00,1547.0,-9.0205,0,leg_gt,6.9,60 -14054,buy_contrast_m10_bb_pos,buy,2025-07-29 04:48:00,1545.0,-8.9026,0,leg_gt,6.89,60 -14055,buy_contrast_m10_bb_pos,buy,2025-07-29 04:51:00,1546.0,-8.9616,0,leg_gt,6.89,60 -14056,buy_contrast_m10_bb_pos,buy,2025-07-29 04:54:00,1554.0,-9.4308,0,leg_gt,6.89,60 -14057,buy_contrast_m10_bb_pos,buy,2025-07-29 04:57:00,1557.0,-9.6055,0,leg_gt,6.89,60 -14058,buy_contrast_m10_bb_pos,buy,2025-07-29 06:30:00,1536.0,-8.3682,0,leg_gt,6.82,60 -14059,buy_contrast_m10_bb_pos,buy,2025-07-29 06:33:00,1544.0,-8.8435,0,leg_gt,6.82,60 -14060,buy_contrast_m10_bb_pos,buy,2025-07-29 06:36:00,1550.0,-9.1968,0,leg_gt,6.82,60 -14061,buy_contrast_m10_bb_pos,buy,2025-07-29 06:39:00,1554.0,-9.4308,0,leg_gt,6.82,60 -14062,buy_contrast_m10_bb_pos,buy,2025-07-29 08:30:00,1535.0,-8.3085,0,leg_gt,6.74,60 -14063,buy_contrast_m10_bb_pos,buy,2025-07-29 08:33:00,1543.0,-8.7844,0,leg_gt,6.74,60 -14064,buy_contrast_m10_bb_pos,buy,2025-07-29 08:36:00,1542.0,-8.7252,0,leg_gt,6.74,60 -14065,buy_contrast_m10_bb_pos,buy,2025-07-29 08:39:00,1540.0,-8.6065,0,leg_gt,6.73,60 -14066,buy_contrast_m10_bb_pos,buy,2025-07-29 09:42:00,1526.0,-7.7671,0,leg_gt,6.69,60 -14067,buy_contrast_m10_bb_pos,buy,2025-07-29 09:45:00,1525.0,-7.7066,0,leg_gt,6.69,60 -14068,buy_contrast_m10_bb_pos,buy,2025-07-29 09:48:00,1537.0,-8.4279,0,leg_gt,6.69,60 -14069,buy_contrast_m10_bb_pos,buy,2025-07-29 10:51:00,1532.0,-8.1287,0,leg_gt,6.64,60 -14070,buy_contrast_m10_bb_pos,buy,2025-07-29 10:54:00,1532.0,-8.1287,0,leg_gt,6.64,60 -14071,buy_contrast_m10_bb_pos,buy,2025-07-29 10:57:00,1532.0,-8.1287,0,leg_gt,6.64,60 -14072,buy_contrast_m10_bb_pos,buy,2025-07-29 11:30:00,1523.0,-7.5852,0,leg_gt,6.61,60 -14073,buy_contrast_m10_bb_pos,buy,2025-07-29 11:33:00,1521.0,-7.4636,0,leg_gt,6.61,60 -14074,buy_contrast_m10_bb_pos,buy,2025-07-29 11:36:00,1519.0,-7.3416,0,leg_gt,6.61,60 -14075,buy_contrast_m10_bb_pos,buy,2025-07-29 11:39:00,1511.0,-6.8505,0,leg_gt,6.61,60 -14076,buy_contrast_m10_bb_pos,buy,2025-07-29 11:51:00,1511.0,-6.8505,0,leg_gt,6.6,60 -14077,buy_contrast_m10_bb_pos,buy,2025-07-29 11:54:00,1509.0,-6.7269,0,leg_gt,6.6,60 -14078,buy_contrast_m10_bb_pos,buy,2025-07-29 11:57:00,1506.0,-6.5409,0,leg_gt,6.6,60 -14079,buy_contrast_m10_bb_pos,buy,2025-07-29 12:00:00,1508.0,-6.665,0,leg_gt,6.59,60 -14080,buy_contrast_m10_bb_pos,buy,2025-07-29 12:03:00,1508.0,-6.665,0,leg_gt,6.59,60 -14081,buy_contrast_m10_bb_pos,buy,2025-07-29 12:06:00,1516.0,-7.158,0,leg_gt,6.59,60 -14082,buy_contrast_m10_bb_pos,buy,2025-07-29 12:09:00,1526.0,-7.7671,0,leg_gt,6.59,60 -14083,buy_contrast_m10_bb_pos,buy,2025-07-29 20:12:00,1519.0,-7.3416,0,leg_gt,6.25,60 -14084,buy_contrast_m10_bb_pos,buy,2025-07-29 20:15:00,1523.0,-7.5852,0,leg_gt,6.25,60 -14085,buy_contrast_m10_bb_pos,buy,2025-07-29 20:18:00,1525.0,-7.7066,0,leg_gt,6.25,60 -14086,buy_contrast_m10_bb_pos,buy,2025-07-29 23:21:00,1504.0,-6.4165,0,leg_gt,6.12,60 -14087,buy_contrast_m10_bb_pos,buy,2025-07-29 23:24:00,1508.0,-6.665,0,leg_gt,6.12,60 -14088,buy_contrast_m10_bb_pos,buy,2025-07-29 23:27:00,1509.0,-6.7269,0,leg_gt,6.12,60 -14089,buy_contrast_m10_bb_pos,buy,2025-07-29 23:42:00,1505.0,-6.4787,0,leg_gt,6.11,60 -14090,buy_contrast_m10_bb_pos,buy,2025-07-29 23:45:00,1505.0,-6.4787,0,leg_gt,6.1,60 -14091,buy_contrast_m10_bb_pos,buy,2025-07-29 23:48:00,1501.0,-6.2292,0,leg_gt,6.1,60 -14092,buy_contrast_m10_bb_pos,buy,2025-07-30 00:00:00,1491.0,-5.5997,0,leg_gt,6.09,60 -14093,buy_contrast_m10_bb_pos,buy,2025-07-30 00:03:00,1487.0,-5.3455,0,leg_gt,6.09,60 -14094,buy_contrast_m10_bb_pos,buy,2025-07-30 00:06:00,1488.0,-5.4091,0,leg_gt,6.09,60 -14095,buy_contrast_m10_bb_pos,buy,2025-07-30 00:09:00,1487.0,-5.3455,0,leg_gt,6.09,60 -14096,buy_contrast_m10_bb_pos,buy,2025-07-30 00:12:00,1494.0,-5.7894,0,leg_gt,6.09,60 -14097,buy_contrast_m10_bb_pos,buy,2025-07-30 00:15:00,1494.0,-5.7894,0,leg_gt,6.08,60 -14098,buy_contrast_m10_bb_pos,buy,2025-07-30 00:18:00,1496.0,-5.9155,0,leg_gt,6.08,60 -14099,buy_contrast_m10_bb_pos,buy,2025-07-30 01:21:00,1482.0,-5.0258,0,leg_gt,6.04,60 -14100,buy_contrast_m10_bb_pos,buy,2025-07-30 01:24:00,1482.0,-5.0258,0,leg_gt,6.04,60 -14101,buy_contrast_m10_bb_pos,buy,2025-07-30 01:27:00,1483.0,-5.0899,0,leg_gt,6.03,60 -14102,buy_contrast_m10_bb_pos,buy,2025-07-30 01:30:00,1477.0,-4.7039,0,leg_gt,6.03,60 -14103,buy_contrast_m10_bb_pos,buy,2025-07-30 01:33:00,1474.0,-4.5098,0,leg_gt,6.03,60 -14104,buy_contrast_m10_bb_pos,buy,2025-07-30 01:36:00,1472.0,-4.3799,0,leg_gt,6.03,60 -14105,buy_contrast_m10_bb_pos,buy,2025-07-30 01:39:00,1466.0,-3.9881,0,leg_gt,6.02,60 -14106,buy_contrast_m10_bb_pos,buy,2025-07-30 01:42:00,1475.0,-4.5746,0,leg_gt,6.02,60 -14107,buy_contrast_m10_bb_pos,buy,2025-07-30 01:45:00,1480.0,-4.8973,0,leg_gt,6.02,60 -14108,buy_contrast_m10_bb_pos,buy,2025-07-30 01:48:00,1485.0,-5.2178,0,leg_gt,6.02,60 -14109,buy_contrast_m10_bb_pos,buy,2025-07-30 04:42:00,1473.0,-4.4449,0,leg_gt,5.9,60 -14110,buy_contrast_m10_bb_pos,buy,2025-07-30 04:45:00,1475.0,-4.5746,0,leg_gt,5.9,60 -14111,buy_contrast_m10_bb_pos,buy,2025-07-30 04:48:00,1477.0,-4.7039,0,leg_gt,5.89,60 -14112,buy_contrast_m10_bb_pos,buy,2025-07-30 05:42:00,1470.0,-4.2497,0,leg_gt,5.86,60 -14113,buy_contrast_m10_bb_pos,buy,2025-07-30 05:45:00,1469.0,-4.1844,0,leg_gt,5.85,60 -14114,buy_contrast_m10_bb_pos,buy,2025-07-30 05:48:00,1472.0,-4.3799,0,leg_gt,5.85,60 -14115,buy_contrast_m10_bb_pos,buy,2025-07-30 09:42:00,1477.0,-4.7039,0,leg_gt,5.69,60 -14116,buy_contrast_m10_bb_pos,buy,2025-07-30 09:45:00,1479.0,-4.8329,0,leg_gt,5.69,60 -14117,buy_contrast_m10_bb_pos,buy,2025-07-30 09:48:00,1475.0,-4.5746,0,leg_gt,5.69,60 -14118,buy_contrast_m10_bb_pos,buy,2025-07-30 10:30:00,1471.0,-4.3148,0,leg_gt,5.66,60 -14119,buy_contrast_m10_bb_pos,buy,2025-07-30 10:33:00,1479.0,-4.8329,0,leg_gt,5.65,60 -14120,buy_contrast_m10_bb_pos,buy,2025-07-30 10:36:00,1484.0,-5.1539,0,leg_gt,5.65,60 -14121,buy_contrast_m10_bb_pos,buy,2025-07-30 10:39:00,1486.0,-5.2817,0,leg_gt,5.65,60 -14122,buy_contrast_m10_bb_pos,buy,2025-07-30 13:42:00,1478.0,-4.7685,0,leg_gt,5.52,60 -14123,buy_contrast_m10_bb_pos,buy,2025-07-30 13:45:00,1481.0,-4.9616,0,leg_gt,5.52,60 -14124,buy_contrast_m10_bb_pos,buy,2025-07-30 13:48:00,1476.0,-4.6393,0,leg_gt,5.52,60 -14125,buy_contrast_m10_bb_pos,buy,2025-07-30 16:21:00,1470.0,-4.2497,0,leg_gt,5.41,60 -14126,buy_contrast_m10_bb_pos,buy,2025-07-30 16:24:00,1470.0,-4.2497,0,leg_gt,5.41,60 -14127,buy_contrast_m10_bb_pos,buy,2025-07-30 16:27:00,1470.0,-4.2497,0,leg_gt,5.41,60 -14128,buy_contrast_m10_bb_pos,buy,2025-07-30 16:51:00,1468.0,-4.1191,0,leg_gt,5.39,60 -14129,buy_contrast_m10_bb_pos,buy,2025-07-30 16:54:00,1465.0,-3.9225,0,leg_gt,5.39,60 -14130,buy_contrast_m10_bb_pos,buy,2025-07-30 16:57:00,1465.0,-3.9225,0,leg_gt,5.39,60 -14131,buy_contrast_m10_bb_pos,buy,2025-07-30 17:00:00,1466.0,-3.9881,0,leg_gt,5.39,60 -14132,buy_contrast_m10_bb_pos,buy,2025-07-30 17:03:00,1467.0,-4.0536,0,leg_gt,5.38,60 -14133,buy_contrast_m10_bb_pos,buy,2025-07-30 17:06:00,1466.0,-3.9881,0,leg_gt,5.38,60 -14134,buy_contrast_m10_bb_pos,buy,2025-07-30 17:09:00,1469.0,-4.1844,0,leg_gt,5.38,60 -14135,buy_contrast_m10_bb_pos,buy,2025-07-30 17:12:00,1466.0,-3.9881,0,leg_gt,5.38,60 -14136,buy_contrast_m10_bb_pos,buy,2025-07-30 17:15:00,1461.0,-3.6592,0,leg_gt,5.38,60 -14137,buy_contrast_m10_bb_pos,buy,2025-07-30 17:18:00,1465.0,-3.9225,0,leg_gt,5.37,60 -14138,buy_contrast_m10_bb_pos,buy,2025-07-30 17:21:00,1464.0,-3.8568,0,leg_gt,5.37,60 -14139,buy_contrast_m10_bb_pos,buy,2025-07-30 17:24:00,1465.0,-3.9225,0,leg_gt,5.37,60 -14140,buy_contrast_m10_bb_pos,buy,2025-07-30 17:27:00,1465.0,-3.9225,0,leg_gt,5.37,60 -14141,buy_contrast_m10_bb_pos,buy,2025-07-30 17:30:00,1466.0,-3.9881,0,leg_gt,5.36,60 -14142,buy_contrast_m10_bb_pos,buy,2025-07-30 17:33:00,1468.0,-4.1191,0,leg_gt,5.36,60 -14143,buy_contrast_m10_bb_pos,buy,2025-07-30 17:36:00,1470.0,-4.2497,0,leg_gt,5.36,60 -14144,buy_contrast_m10_bb_pos,buy,2025-07-30 17:39:00,1476.0,-4.6393,0,leg_gt,5.36,60 -14145,buy_contrast_m10_bb_pos,buy,2025-07-30 18:21:00,1465.0,-3.9225,0,leg_gt,5.33,60 -14146,buy_contrast_m10_bb_pos,buy,2025-07-30 18:24:00,1464.0,-3.8568,0,leg_gt,5.33,60 -14147,buy_contrast_m10_bb_pos,buy,2025-07-30 18:27:00,1462.0,-3.7252,0,leg_gt,5.32,60 -14148,buy_contrast_m10_bb_pos,buy,2025-07-30 18:30:00,1461.0,-3.6592,0,leg_gt,5.32,60 -14149,buy_contrast_m10_bb_pos,buy,2025-07-30 18:33:00,1457.0,-3.3944,0,leg_gt,5.32,60 -14150,buy_contrast_m10_bb_pos,buy,2025-07-30 18:36:00,1462.0,-3.7252,0,leg_gt,5.32,60 -14151,buy_contrast_m10_bb_pos,buy,2025-07-30 18:39:00,1458.0,-3.4608,0,leg_gt,5.32,60 -14152,buy_contrast_m10_bb_pos,buy,2025-07-30 19:00:00,1459.0,-3.527,0,leg_gt,5.3,60 -14153,buy_contrast_m10_bb_pos,buy,2025-07-30 19:03:00,1461.0,-3.6592,0,leg_gt,5.3,60 -14154,buy_contrast_m10_bb_pos,buy,2025-07-30 19:06:00,1464.0,-3.8568,0,leg_gt,5.3,60 -14155,buy_contrast_m10_bb_pos,buy,2025-07-30 19:09:00,1462.0,-3.7252,0,leg_gt,5.3,60 -14156,buy_contrast_m10_bb_pos,buy,2025-07-30 19:12:00,1464.0,-3.8568,0,leg_gt,5.29,60 -14157,buy_contrast_m10_bb_pos,buy,2025-07-30 19:15:00,1462.0,-3.7252,0,leg_gt,5.29,60 -14158,buy_contrast_m10_bb_pos,buy,2025-07-30 19:18:00,1461.0,-3.6592,0,leg_gt,5.29,60 -14159,buy_contrast_m10_bb_pos,buy,2025-07-30 19:51:00,1453.0,-3.1282,0,leg_gt,5.27,60 -14160,buy_contrast_m10_bb_pos,buy,2025-07-30 19:54:00,1447.0,-2.7261,0,leg_gt,5.26,60 -14161,buy_contrast_m10_bb_pos,buy,2025-07-30 19:57:00,1446.0,-2.6588,0,leg_gt,5.26,60 -14162,buy_contrast_m10_bb_pos,buy,2025-07-30 20:12:00,1456.0,-3.328,0,leg_gt,5.25,60 -14163,buy_contrast_m10_bb_pos,buy,2025-07-30 20:15:00,1450.0,-2.9276,0,leg_gt,5.25,60 -14164,buy_contrast_m10_bb_pos,buy,2025-07-30 20:18:00,1443.0,-2.4562,0,leg_gt,5.25,60 -14165,buy_contrast_m10_bb_pos,buy,2025-07-30 20:42:00,1430.0,-1.5685,0,leg_gt,5.23,60 -14166,buy_contrast_m10_bb_pos,buy,2025-07-30 20:45:00,1426.0,-1.2921,0,leg_gt,5.23,60 -14167,buy_contrast_m10_bb_pos,buy,2025-07-30 20:48:00,1427.0,-1.3614,0,leg_gt,5.23,60 -14168,buy_contrast_m10_bb_pos,buy,2025-07-30 21:00:00,1427.0,-1.3614,0,leg_gt,5.22,60 -14169,buy_contrast_m10_bb_pos,buy,2025-07-30 21:03:00,1427.0,-1.3614,0,leg_gt,5.22,60 -14170,buy_contrast_m10_bb_pos,buy,2025-07-30 21:06:00,1423.0,-1.0838,0,leg_gt,5.21,60 -14171,buy_contrast_m10_bb_pos,buy,2025-07-30 21:09:00,1426.0,-1.2921,0,leg_gt,5.21,60 -14172,buy_contrast_m10_bb_pos,buy,2025-07-30 21:12:00,1423.0,-1.0838,0,leg_gt,5.21,60 -14173,buy_contrast_m10_bb_pos,buy,2025-07-30 21:15:00,1425.0,-1.2228,0,leg_gt,5.21,60 -14174,buy_contrast_m10_bb_pos,buy,2025-07-30 21:18:00,1422.0,-1.0142,0,leg_gt,5.21,60 -14175,buy_contrast_m10_bb_pos,buy,2025-07-30 21:21:00,1427.0,-1.3614,0,leg_gt,5.2,60 -14176,buy_contrast_m10_bb_pos,buy,2025-07-30 21:24:00,1438.0,-2.1167,0,leg_gt,5.2,60 -14177,buy_contrast_m10_bb_pos,buy,2025-07-30 21:27:00,1438.0,-2.1167,0,leg_gt,5.2,60 -14178,buy_contrast_m10_bb_pos,buy,2025-07-31 04:21:00,1445.0,-2.5913,0,leg_gt,4.91,60 -14179,buy_contrast_m10_bb_pos,buy,2025-07-31 04:24:00,1441.0,-2.3207,0,leg_gt,4.91,60 -14180,buy_contrast_m10_bb_pos,buy,2025-07-31 04:27:00,1443.0,-2.4562,0,leg_gt,4.91,60 -14181,buy_contrast_m10_bb_pos,buy,2025-07-31 14:51:00,1487.0,-5.3455,0,leg_gt,4.47,60 -14182,buy_contrast_m10_bb_pos,buy,2025-07-31 14:54:00,1488.0,-5.4091,0,leg_gt,4.47,60 -14183,buy_contrast_m10_bb_pos,buy,2025-07-31 14:57:00,1487.0,-5.3455,0,leg_gt,4.47,60 -14184,buy_contrast_m10_bb_pos,buy,2025-07-31 21:30:00,1490.0,-5.5362,0,leg_gt,4.2,60 -14185,buy_contrast_m10_bb_pos,buy,2025-07-31 21:33:00,1478.0,-4.7685,0,leg_gt,4.2,60 -14186,buy_contrast_m10_bb_pos,buy,2025-07-31 21:36:00,1480.0,-4.8973,0,leg_gt,4.19,60 -14187,buy_contrast_m10_bb_pos,buy,2025-07-31 21:39:00,1483.0,-5.0899,0,leg_gt,4.19,60 -14188,buy_contrast_m10_bb_pos,buy,2025-07-31 22:00:00,1484.0,-5.1539,0,leg_gt,4.18,60 -14189,buy_contrast_m10_bb_pos,buy,2025-07-31 22:03:00,1480.0,-4.8973,0,leg_gt,4.18,60 -14190,buy_contrast_m10_bb_pos,buy,2025-07-31 22:06:00,1472.0,-4.3799,0,leg_gt,4.17,60 -14191,buy_contrast_m10_bb_pos,buy,2025-07-31 22:09:00,1468.0,-4.1191,0,leg_gt,4.17,60 -14192,buy_contrast_m10_bb_pos,buy,2025-07-31 22:42:00,1469.0,-4.1844,0,leg_gt,4.15,60 -14193,buy_contrast_m10_bb_pos,buy,2025-07-31 22:45:00,1463.0,-3.791,0,leg_gt,4.15,60 -14194,buy_contrast_m10_bb_pos,buy,2025-07-31 22:48:00,1466.0,-3.9881,0,leg_gt,4.14,60 -14195,buy_contrast_m10_bb_pos,buy,2025-07-31 22:51:00,1465.0,-3.9225,0,leg_gt,4.14,60 -14196,buy_contrast_m10_bb_pos,buy,2025-07-31 22:54:00,1472.0,-4.3799,0,leg_gt,4.14,60 -14197,buy_contrast_m10_bb_pos,buy,2025-07-31 22:57:00,1474.0,-4.5098,0,leg_gt,4.14,60 -14198,buy_contrast_m10_bb_pos,buy,2025-07-31 23:12:00,1462.0,-3.7252,0,leg_gt,4.13,60 -14199,buy_contrast_m10_bb_pos,buy,2025-07-31 23:15:00,1463.0,-3.791,0,leg_gt,4.12,60 -14200,buy_contrast_m10_bb_pos,buy,2025-07-31 23:18:00,1453.0,-3.1282,0,leg_gt,4.12,60 -14201,buy_contrast_m10_bb_pos,buy,2025-07-31 23:21:00,1452.0,-3.0614,0,leg_gt,4.12,60 -14202,buy_contrast_m10_bb_pos,buy,2025-07-31 23:24:00,1452.0,-3.0614,0,leg_gt,4.12,60 -14203,buy_contrast_m10_bb_pos,buy,2025-07-31 23:27:00,1447.0,-2.7261,0,leg_gt,4.12,60 -14204,buy_contrast_m10_bb_pos,buy,2025-07-31 23:42:00,1452.0,-3.0614,0,leg_gt,4.11,60 -14205,buy_contrast_m10_bb_pos,buy,2025-07-31 23:45:00,1452.0,-3.0614,0,leg_gt,4.1,60 -14206,buy_contrast_m10_bb_pos,buy,2025-07-31 23:48:00,1455.0,-3.2615,0,leg_gt,4.1,60 -14207,buy_contrast_m10_bb_pos,buy,2025-08-01 00:00:00,1450.0,-2.9276,0,leg_gt,4.09,60 -14208,buy_contrast_m10_bb_pos,buy,2025-08-01 00:03:00,1449.0,-2.8605,0,leg_gt,4.09,60 -14209,buy_contrast_m10_bb_pos,buy,2025-08-01 00:06:00,1447.0,-2.7261,0,leg_gt,4.09,60 -14210,buy_contrast_m10_bb_pos,buy,2025-08-01 00:09:00,1448.0,-2.7934,0,leg_gt,4.09,60 -14211,buy_contrast_m10_bb_pos,buy,2025-08-01 00:12:00,1444.0,-2.5238,0,leg_gt,4.09,60 -14212,buy_contrast_m10_bb_pos,buy,2025-08-01 00:15:00,1449.0,-2.8605,0,leg_gt,4.08,60 -14213,buy_contrast_m10_bb_pos,buy,2025-08-01 00:18:00,1456.0,-3.328,0,leg_gt,4.08,60 -14214,buy_contrast_m10_bb_pos,buy,2025-08-01 04:12:00,1451.0,-2.9946,0,leg_gt,3.92,60 -14215,buy_contrast_m10_bb_pos,buy,2025-08-01 04:15:00,1447.0,-2.7261,0,leg_gt,3.92,60 -14216,buy_contrast_m10_bb_pos,buy,2025-08-01 04:18:00,1450.0,-2.9276,0,leg_gt,3.91,60 -14217,buy_contrast_m10_bb_pos,buy,2025-08-01 04:30:00,1451.0,-2.9946,0,leg_gt,3.91,60 -14218,buy_contrast_m10_bb_pos,buy,2025-08-01 04:33:00,1454.0,-3.1949,0,leg_gt,3.9,60 -14219,buy_contrast_m10_bb_pos,buy,2025-08-01 04:36:00,1453.0,-3.1282,0,leg_gt,3.9,60 -14220,buy_contrast_m10_bb_pos,buy,2025-08-01 04:39:00,1453.0,-3.1282,0,leg_gt,3.9,60 -14221,buy_contrast_m10_bb_pos,buy,2025-08-01 05:12:00,1446.0,-2.6588,0,leg_gt,3.88,60 -14222,buy_contrast_m10_bb_pos,buy,2025-08-01 05:15:00,1448.0,-2.7934,0,leg_gt,3.88,60 -14223,buy_contrast_m10_bb_pos,buy,2025-08-01 05:18:00,1450.0,-2.9276,0,leg_gt,3.87,60 -14224,buy_contrast_m10_bb_pos,buy,2025-08-01 06:12:00,1445.0,-2.5913,0,leg_gt,3.84,60 -14225,buy_contrast_m10_bb_pos,buy,2025-08-01 06:15:00,1443.0,-2.4562,0,leg_gt,3.83,60 -14226,buy_contrast_m10_bb_pos,buy,2025-08-01 06:18:00,1442.0,-2.3885,0,leg_gt,3.83,60 -14227,buy_contrast_m10_bb_pos,buy,2025-08-01 06:21:00,1443.0,-2.4562,0,leg_gt,3.83,60 -14228,buy_contrast_m10_bb_pos,buy,2025-08-01 06:24:00,1439.0,-2.1848,0,leg_gt,3.83,60 -14229,buy_contrast_m10_bb_pos,buy,2025-08-01 06:27:00,1440.0,-2.2528,0,leg_gt,3.82,60 -14230,buy_contrast_m10_bb_pos,buy,2025-08-01 08:00:00,1411.0,-0.2417,0,leg_gt,3.76,60 -14231,buy_contrast_m10_bb_pos,buy,2025-08-01 08:03:00,1418.0,-0.7347,0,leg_gt,3.76,60 -14232,buy_contrast_m10_bb_pos,buy,2025-08-01 08:06:00,1421.0,-0.9445,0,leg_gt,3.76,60 -14233,buy_contrast_m10_bb_pos,buy,2025-08-01 08:09:00,1417.0,-0.6646,0,leg_gt,3.75,60 -14234,buy_contrast_m10_bb_pos,buy,2025-08-01 08:42:00,1398.0,0.6868,1,leg_gt,3.73,60 -14235,buy_contrast_m10_bb_pos,buy,2025-08-01 08:45:00,1406.0,0.1134,1,leg_gt,3.73,60 -14236,buy_contrast_m10_bb_pos,buy,2025-08-01 08:48:00,1402.0,0.3993,1,leg_gt,3.73,60 -14237,buy_contrast_m10_bb_pos,buy,2025-08-01 09:12:00,1385.0,1.6329,1,leg_gt,3.71,60 -14238,buy_contrast_m10_bb_pos,buy,2025-08-01 09:15:00,1377.0,2.2239,1,leg_gt,3.71,60 -14239,buy_contrast_m10_bb_pos,buy,2025-08-01 09:18:00,1387.0,1.4862,1,leg_gt,3.71,60 -14240,buy_contrast_m10_bb_pos,buy,2025-08-01 09:21:00,1391.0,1.194,1,leg_gt,3.7,60 -14241,buy_contrast_m10_bb_pos,buy,2025-08-01 09:24:00,1388.0,1.413,1,leg_gt,3.7,60 -14242,buy_contrast_m10_bb_pos,buy,2025-08-01 09:27:00,1383.0,1.78,1,leg_gt,3.7,60 -14243,buy_contrast_m10_bb_pos,buy,2025-08-01 09:30:00,1383.0,1.78,1,leg_gt,3.7,60 -14244,buy_contrast_m10_bb_pos,buy,2025-08-01 09:33:00,1382.0,1.8537,1,leg_gt,3.7,60 -14245,buy_contrast_m10_bb_pos,buy,2025-08-01 09:36:00,1373.0,2.522,1,leg_gt,3.69,60 -14246,buy_contrast_m10_bb_pos,buy,2025-08-01 09:39:00,1378.0,2.1496,1,leg_gt,3.69,60 -14247,buy_contrast_m10_bb_pos,buy,2025-08-01 09:42:00,1377.0,2.2239,1,leg_gt,3.69,60 -14248,buy_contrast_m10_bb_pos,buy,2025-08-01 09:45:00,1373.0,2.522,1,leg_gt,3.69,60 -14249,buy_contrast_m10_bb_pos,buy,2025-08-01 09:48:00,1364.0,3.1991,1,leg_gt,3.69,60 -14250,buy_contrast_m10_bb_pos,buy,2025-08-01 10:12:00,1371.0,2.6717,1,leg_gt,3.67,60 -14251,buy_contrast_m10_bb_pos,buy,2025-08-01 10:15:00,1368.0,2.8971,1,leg_gt,3.67,60 -14252,buy_contrast_m10_bb_pos,buy,2025-08-01 10:18:00,1368.0,2.8971,1,leg_gt,3.66,60 -14253,buy_contrast_m10_bb_pos,buy,2025-08-01 10:21:00,1376.0,2.2983,1,leg_gt,3.66,60 -14254,buy_contrast_m10_bb_pos,buy,2025-08-01 10:24:00,1372.0,2.5968,1,leg_gt,3.66,60 -14255,buy_contrast_m10_bb_pos,buy,2025-08-01 10:27:00,1377.0,2.2239,1,leg_gt,3.66,60 -14256,buy_contrast_m10_bb_pos,buy,2025-08-01 14:21:00,1376.0,2.2983,1,leg_gt,3.5,60 -14257,buy_contrast_m10_bb_pos,buy,2025-08-01 14:24:00,1375.0,2.3727,1,leg_gt,3.49,60 -14258,buy_contrast_m10_bb_pos,buy,2025-08-01 14:27:00,1377.0,2.2239,1,leg_gt,3.49,60 -14259,buy_contrast_m10_bb_pos,buy,2025-08-01 14:30:00,1376.0,2.2983,1,leg_gt,3.49,60 -14260,buy_contrast_m10_bb_pos,buy,2025-08-01 14:33:00,1374.0,2.4473,1,leg_gt,3.49,60 -14261,buy_contrast_m10_bb_pos,buy,2025-08-01 14:36:00,1370.0,2.7467,1,leg_gt,3.49,60 -14262,buy_contrast_m10_bb_pos,buy,2025-08-01 14:39:00,1374.0,2.4473,1,leg_gt,3.48,60 -14263,buy_contrast_m10_bb_pos,buy,2025-08-01 15:00:00,1367.0,2.9724,1,leg_gt,3.47,60 -14264,buy_contrast_m10_bb_pos,buy,2025-08-01 15:03:00,1364.0,3.1991,1,leg_gt,3.47,60 -14265,buy_contrast_m10_bb_pos,buy,2025-08-01 15:06:00,1360.0,3.5029,1,leg_gt,3.46,60 -14266,buy_contrast_m10_bb_pos,buy,2025-08-01 15:09:00,1371.0,2.6717,1,leg_gt,3.46,60 -14267,buy_contrast_m10_bb_pos,buy,2025-08-01 15:21:00,1361.0,3.4268,1,leg_gt,3.45,60 -14268,buy_contrast_m10_bb_pos,buy,2025-08-01 15:24:00,1364.0,3.1991,1,leg_gt,3.45,60 -14269,buy_contrast_m10_bb_pos,buy,2025-08-01 15:27:00,1366.0,3.0479,1,leg_gt,3.45,60 -14270,buy_contrast_m10_bb_pos,buy,2025-08-01 15:30:00,1362.0,3.3508,1,leg_gt,3.45,60 -14271,buy_contrast_m10_bb_pos,buy,2025-08-01 15:33:00,1365.0,3.1234,1,leg_gt,3.45,60 -14272,buy_contrast_m10_bb_pos,buy,2025-08-01 15:36:00,1363.0,3.2749,1,leg_gt,3.44,60 -14273,buy_contrast_m10_bb_pos,buy,2025-08-01 15:39:00,1364.0,3.1991,1,leg_gt,3.44,60 -14274,buy_contrast_m10_bb_pos,buy,2025-08-01 15:42:00,1359.0,3.5792,1,leg_gt,3.44,60 -14275,buy_contrast_m10_bb_pos,buy,2025-08-01 15:45:00,1355.0,3.8852,1,leg_gt,3.44,60 -14276,buy_contrast_m10_bb_pos,buy,2025-08-01 15:48:00,1362.0,3.3508,1,leg_gt,3.44,60 -14277,buy_contrast_m10_bb_pos,buy,2025-08-01 17:42:00,1358.0,3.6555,1,leg_gt,3.36,60 -14278,buy_contrast_m10_bb_pos,buy,2025-08-01 17:45:00,1356.0,3.8086,1,leg_gt,3.35,60 -14279,buy_contrast_m10_bb_pos,buy,2025-08-01 17:48:00,1354.0,3.962,1,leg_gt,3.35,60 -14280,buy_contrast_m10_bb_pos,buy,2025-08-01 18:00:00,1347.0,4.5028,1,leg_gt,3.34,60 -14281,buy_contrast_m10_bb_pos,buy,2025-08-01 18:03:00,1359.0,3.5792,1,leg_gt,3.34,60 -14282,buy_contrast_m10_bb_pos,buy,2025-08-01 18:06:00,1359.0,3.5792,1,leg_gt,3.34,60 -14283,buy_contrast_m10_bb_pos,buy,2025-08-01 18:09:00,1357.0,3.732,1,leg_gt,3.34,60 -14284,buy_contrast_m10_bb_pos,buy,2025-08-01 19:00:00,1347.0,4.5028,1,leg_gt,3.3,60 -14285,buy_contrast_m10_bb_pos,buy,2025-08-01 19:03:00,1348.0,4.4252,1,leg_gt,3.3,60 -14286,buy_contrast_m10_bb_pos,buy,2025-08-01 19:06:00,1348.0,4.4252,1,leg_gt,3.3,60 -14287,buy_contrast_m10_bb_pos,buy,2025-08-01 19:09:00,1351.0,4.1931,1,leg_gt,3.3,60 -14288,buy_contrast_m10_bb_pos,buy,2025-08-01 23:00:00,1341.0,4.9708,1,leg_gt,3.14,60 -14289,buy_contrast_m10_bb_pos,buy,2025-08-01 23:03:00,1337.0,5.2852,1,leg_gt,3.13,60 -14290,buy_contrast_m10_bb_pos,buy,2025-08-01 23:06:00,1345.0,4.6584,1,leg_gt,3.13,60 -14291,buy_contrast_m10_bb_pos,buy,2025-08-01 23:09:00,1354.0,3.962,1,leg_gt,3.13,60 -14292,buy_contrast_m10_bb_pos,buy,2025-08-02 02:21:00,1354.0,3.962,1,leg_gt,3.0,60 -14293,buy_contrast_m10_bb_pos,buy,2025-08-02 02:24:00,1355.0,3.8852,1,leg_gt,2.99,60 -14294,buy_contrast_m10_bb_pos,buy,2025-08-02 02:27:00,1353.0,4.039,1,leg_gt,2.99,60 -14295,buy_contrast_m10_bb_pos,buy,2025-08-02 02:51:00,1349.0,4.3477,1,leg_gt,2.98,60 -14296,buy_contrast_m10_bb_pos,buy,2025-08-02 02:54:00,1344.0,4.7363,1,leg_gt,2.97,60 -14297,buy_contrast_m10_bb_pos,buy,2025-08-02 02:57:00,1346.0,4.5805,1,leg_gt,2.97,60 -14298,buy_contrast_m10_bb_pos,buy,2025-08-02 03:00:00,1347.0,4.5028,1,leg_gt,2.97,60 -14299,buy_contrast_m10_bb_pos,buy,2025-08-02 03:03:00,1344.0,4.7363,1,leg_gt,2.97,60 -14300,buy_contrast_m10_bb_pos,buy,2025-08-02 03:06:00,1343.0,4.8144,1,leg_gt,2.96,60 -14301,buy_contrast_m10_bb_pos,buy,2025-08-02 03:09:00,1351.0,4.1931,1,leg_gt,2.96,60 -14302,buy_contrast_m10_bb_pos,buy,2025-08-02 05:42:00,1340.0,5.0493,1,leg_gt,2.86,60 -14303,buy_contrast_m10_bb_pos,buy,2025-08-02 05:45:00,1345.0,4.6584,1,leg_gt,2.85,60 -14304,buy_contrast_m10_bb_pos,buy,2025-08-02 05:48:00,1348.0,4.4252,1,leg_gt,2.85,60 -14305,buy_contrast_m10_bb_pos,buy,2025-08-02 07:12:00,1350.0,4.2704,1,leg_gt,2.79,60 -14306,buy_contrast_m10_bb_pos,buy,2025-08-02 07:15:00,1349.0,4.3477,1,leg_gt,2.79,60 -14307,buy_contrast_m10_bb_pos,buy,2025-08-02 07:18:00,1353.0,4.039,1,leg_gt,2.79,60 -14308,buy_contrast_m10_bb_pos,buy,2025-08-02 07:51:00,1332.0,5.6808,1,leg_gt,2.77,60 -14309,buy_contrast_m10_bb_pos,buy,2025-08-02 07:54:00,1333.0,5.6014,1,leg_gt,2.76,60 -14310,buy_contrast_m10_bb_pos,buy,2025-08-02 07:57:00,1334.0,5.5222,1,leg_gt,2.76,60 -14311,buy_contrast_m10_bb_pos,buy,2025-08-02 08:00:00,1331.0,5.7603,1,leg_gt,2.76,60 -14312,buy_contrast_m10_bb_pos,buy,2025-08-02 08:03:00,1328.0,5.9994,1,leg_gt,2.76,60 -14313,buy_contrast_m10_bb_pos,buy,2025-08-02 08:06:00,1332.0,5.6808,1,leg_gt,2.76,60 -14314,buy_contrast_m10_bb_pos,buy,2025-08-02 08:09:00,1338.0,5.2064,1,leg_gt,2.75,60 -14315,buy_contrast_m10_bb_pos,buy,2025-08-02 14:21:00,1352.0,4.116,1,leg_gt,2.5,60 -14316,buy_contrast_m10_bb_pos,buy,2025-08-02 14:24:00,1350.0,4.2704,1,leg_gt,2.49,60 -14317,buy_contrast_m10_bb_pos,buy,2025-08-02 14:27:00,1352.0,4.116,1,leg_gt,2.49,60 -14318,buy_contrast_m10_bb_pos,buy,2025-08-02 15:00:00,1350.0,4.2704,1,leg_gt,2.47,60 -14319,buy_contrast_m10_bb_pos,buy,2025-08-02 15:03:00,1349.0,4.3477,1,leg_gt,2.47,60 -14320,buy_contrast_m10_bb_pos,buy,2025-08-02 15:06:00,1346.0,4.5805,1,leg_gt,2.46,60 -14321,buy_contrast_m10_bb_pos,buy,2025-08-02 15:09:00,1345.0,4.6584,1,leg_gt,2.46,60 -14322,buy_contrast_m10_bb_pos,buy,2025-08-02 15:51:00,1332.0,5.6808,1,leg_gt,2.43,60 -14323,buy_contrast_m10_bb_pos,buy,2025-08-02 15:54:00,1327.0,6.0794,1,leg_gt,2.43,60 -14324,buy_contrast_m10_bb_pos,buy,2025-08-02 15:57:00,1330.0,5.8398,1,leg_gt,2.43,60 -14325,buy_contrast_m10_bb_pos,buy,2025-08-02 16:00:00,1329.0,5.9196,1,leg_gt,2.43,60 -14326,buy_contrast_m10_bb_pos,buy,2025-08-02 16:03:00,1330.0,5.8398,1,leg_gt,2.42,60 -14327,buy_contrast_m10_bb_pos,buy,2025-08-02 16:06:00,1328.0,5.9994,1,leg_gt,2.42,60 -14328,buy_contrast_m10_bb_pos,buy,2025-08-02 16:09:00,1324.0,6.3199,1,leg_gt,2.42,60 -14329,buy_contrast_m10_bb_pos,buy,2025-08-02 23:51:00,1324.0,6.3199,1,leg_gt,2.1,60 -14330,buy_contrast_m10_bb_pos,buy,2025-08-02 23:54:00,1318.0,6.8044,1,leg_gt,2.1,60 -14331,buy_contrast_m10_bb_pos,buy,2025-08-02 23:57:00,1318.0,6.8044,1,leg_gt,2.1,60 -14332,buy_contrast_m10_bb_pos,buy,2025-08-03 01:12:00,1311.0,7.3752,1,leg_gt,2.04,60 -14333,buy_contrast_m10_bb_pos,buy,2025-08-03 01:15:00,1316.0,6.9669,1,leg_gt,2.04,60 -14334,buy_contrast_m10_bb_pos,buy,2025-08-03 01:18:00,1312.0,7.2933,1,leg_gt,2.04,60 -14335,buy_contrast_m10_bb_pos,buy,2025-08-03 01:21:00,1311.0,7.3752,1,leg_gt,2.04,60 -14336,buy_contrast_m10_bb_pos,buy,2025-08-03 01:24:00,1313.0,7.2115,1,leg_gt,2.04,60 -14337,buy_contrast_m10_bb_pos,buy,2025-08-03 01:27:00,1313.0,7.2115,1,leg_gt,2.03,60 -14338,buy_contrast_m10_bb_pos,buy,2025-08-03 01:30:00,1313.0,7.2115,1,leg_gt,2.03,60 -14339,buy_contrast_m10_bb_pos,buy,2025-08-03 01:33:00,1306.0,7.7867,1,leg_gt,2.03,60 -14340,buy_contrast_m10_bb_pos,buy,2025-08-03 01:36:00,1305.0,7.8693,1,leg_gt,2.03,60 -14341,buy_contrast_m10_bb_pos,buy,2025-08-03 01:39:00,1308.0,7.6217,1,leg_gt,2.02,60 -14342,buy_contrast_m10_bb_pos,buy,2025-08-03 01:42:00,1316.0,6.9669,1,leg_gt,2.02,60 -14343,buy_contrast_m10_bb_pos,buy,2025-08-03 01:45:00,1322.0,6.4809,1,leg_gt,2.02,60 -14344,buy_contrast_m10_bb_pos,buy,2025-08-03 01:48:00,1324.0,6.3199,1,leg_gt,2.02,60 -14345,buy_contrast_m10_bb_pos,buy,2025-08-03 03:12:00,1301.0,8.2013,1,leg_gt,1.96,60 -14346,buy_contrast_m10_bb_pos,buy,2025-08-03 03:15:00,1296.0,8.6191,1,leg_gt,1.96,60 -14347,buy_contrast_m10_bb_pos,buy,2025-08-03 03:18:00,1299.0,8.3681,1,leg_gt,1.96,60 -14348,buy_contrast_m10_bb_pos,buy,2025-08-03 03:21:00,1303.0,8.0351,1,leg_gt,1.95,60 -14349,buy_contrast_m10_bb_pos,buy,2025-08-03 03:24:00,1303.0,8.0351,1,leg_gt,1.95,60 -14350,buy_contrast_m10_bb_pos,buy,2025-08-03 03:27:00,1297.0,8.5353,1,leg_gt,1.95,60 -14351,buy_contrast_m10_bb_pos,buy,2025-08-03 04:00:00,1292.0,8.9557,1,leg_gt,1.93,60 -14352,buy_contrast_m10_bb_pos,buy,2025-08-03 04:03:00,1290.0,9.1248,1,leg_gt,1.92,60 -14353,buy_contrast_m10_bb_pos,buy,2025-08-03 04:06:00,1294.0,8.7872,1,leg_gt,1.92,60 -14354,buy_contrast_m10_bb_pos,buy,2025-08-03 04:09:00,1299.0,8.3681,1,leg_gt,1.92,60 -14355,buy_contrast_m10_bb_pos,buy,2025-08-03 08:21:00,1302.0,8.1181,1,leg_gt,1.75,60 -14356,buy_contrast_m10_bb_pos,buy,2025-08-03 08:24:00,1301.0,8.2013,1,leg_gt,1.74,60 -14357,buy_contrast_m10_bb_pos,buy,2025-08-03 08:27:00,1300.0,8.2846,1,leg_gt,1.74,60 -14358,buy_contrast_m10_bb_pos,buy,2025-08-03 22:51:00,1349.0,4.3477,1,leg_gt,1.14,60 -14359,buy_contrast_m10_bb_pos,buy,2025-08-03 22:54:00,1350.0,4.2704,1,leg_gt,1.14,60 -14360,buy_contrast_m10_bb_pos,buy,2025-08-03 22:57:00,1352.0,4.116,1,leg_gt,1.14,60 -14361,buy_contrast_m10_bb_pos,buy,2025-08-04 14:12:00,1373.0,2.522,1,leg_gt,0.5,60 -14362,buy_contrast_m10_bb_pos,buy,2025-08-04 14:15:00,1376.0,2.2983,1,leg_gt,0.5,60 -14363,buy_contrast_m10_bb_pos,buy,2025-08-04 14:18:00,1372.0,2.5968,1,leg_gt,0.5,60 -14364,buy_contrast_m10_bb_pos,buy,2025-08-04 14:30:00,1372.0,2.5968,1,leg_gt,0.49,60 -14365,buy_contrast_m10_bb_pos,buy,2025-08-04 14:33:00,1372.0,2.5968,1,leg_gt,0.49,60 -14366,buy_contrast_m10_bb_pos,buy,2025-08-04 14:36:00,1370.0,2.7467,1,leg_gt,0.49,60 -14367,buy_contrast_m10_bb_pos,buy,2025-08-04 14:39:00,1372.0,2.5968,1,leg_gt,0.48,60 -14368,buy_contrast_m10_bb_pos,buy,2025-08-04 14:42:00,1370.0,2.7467,1,leg_gt,0.48,60 -14369,buy_contrast_m10_bb_pos,buy,2025-08-04 14:45:00,1369.0,2.8218,1,leg_gt,0.48,60 -14370,buy_contrast_m10_bb_pos,buy,2025-08-04 14:48:00,1368.0,2.8971,1,leg_gt,0.48,60 -14371,buy_contrast_m10_bb_pos,buy,2025-08-04 14:51:00,1370.0,2.7467,1,leg_gt,0.48,60 -14372,buy_contrast_m10_bb_pos,buy,2025-08-04 14:54:00,1372.0,2.5968,1,leg_gt,0.47,60 -14373,buy_contrast_m10_bb_pos,buy,2025-08-04 14:57:00,1376.0,2.2983,1,leg_gt,0.47,60 -14374,buy_contrast_m10_bb_pos,buy,2025-08-04 18:51:00,1372.0,2.5968,1,leg_gt,0.31,60 -14375,buy_contrast_m10_bb_pos,buy,2025-08-04 18:54:00,1371.0,2.6717,1,leg_gt,0.31,60 -14376,buy_contrast_m10_bb_pos,buy,2025-08-04 18:57:00,1370.0,2.7467,1,leg_gt,0.3,60 -14377,buy_contrast_m10_bb_pos,buy,2025-08-04 19:00:00,1370.0,2.7467,1,leg_gt,0.3,60 -14378,buy_contrast_m10_bb_pos,buy,2025-08-04 19:03:00,1368.0,2.8971,1,leg_gt,0.3,60 -14379,buy_contrast_m10_bb_pos,buy,2025-08-04 19:06:00,1369.0,2.8218,1,leg_gt,0.3,60 -14380,buy_contrast_m10_bb_pos,buy,2025-08-04 19:09:00,1369.0,2.8218,1,leg_gt,0.3,60 -14381,buy_contrast_m10_bb_pos,buy,2025-08-04 19:12:00,1371.0,2.6717,1,leg_gt,0.29,60 -14382,buy_contrast_m10_bb_pos,buy,2025-08-04 19:15:00,1374.0,2.4473,1,leg_gt,0.29,60 -14383,buy_contrast_m10_bb_pos,buy,2025-08-04 19:18:00,1372.0,2.5968,1,leg_gt,0.29,60 -14384,buy_contrast_m10_bb_pos,buy,2025-08-04 20:42:00,1368.0,2.8971,1,leg_gt,0.23,60 -14385,buy_contrast_m10_bb_pos,buy,2025-08-04 20:45:00,1366.0,3.0479,1,leg_gt,0.23,60 -14386,buy_contrast_m10_bb_pos,buy,2025-08-04 20:48:00,1366.0,3.0479,1,leg_gt,0.23,60 -14387,buy_contrast_m10_bb_pos,buy,2025-08-04 21:00:00,1366.0,3.0479,1,leg_gt,0.22,60 -14388,buy_contrast_m10_bb_pos,buy,2025-08-04 21:03:00,1365.0,3.1234,1,leg_gt,0.22,60 -14389,buy_contrast_m10_bb_pos,buy,2025-08-04 21:06:00,1366.0,3.0479,1,leg_gt,0.21,60 -14390,buy_contrast_m10_bb_pos,buy,2025-08-04 21:09:00,1367.0,2.9724,1,leg_gt,0.21,60 -14391,buy_contrast_m10_bb_pos,buy,2025-08-04 21:51:00,1365.0,3.1234,1,leg_gt,0.18,60 -14392,buy_contrast_m10_bb_pos,buy,2025-08-04 21:54:00,1369.0,2.8218,1,leg_gt,0.18,60 -14393,buy_contrast_m10_bb_pos,buy,2025-08-04 21:57:00,1368.0,2.8971,1,leg_gt,0.18,60 -14394,buy_contrast_m10_bb_pos,buy,2025-08-04 22:30:00,1364.0,3.1991,1,leg_gt,0.16,60 -14395,buy_contrast_m10_bb_pos,buy,2025-08-04 22:33:00,1369.0,2.8218,1,leg_gt,0.15,60 -14396,buy_contrast_m10_bb_pos,buy,2025-08-04 22:36:00,1379.0,2.0755,1,leg_gt,0.15,60 -14397,buy_contrast_m10_bb_pos,buy,2025-08-04 22:39:00,1378.0,2.1496,1,leg_gt,0.15,60 -14398,buy_contrast_m10_bb_pos,buy,2025-08-05 03:42:00,1386.0,8.9909,1,leg_gt,5.41,60 -14399,buy_contrast_m10_bb_pos,buy,2025-08-05 03:45:00,1386.0,8.9909,1,leg_gt,5.4,60 -14400,buy_contrast_m10_bb_pos,buy,2025-08-05 03:48:00,1384.0,9.1486,1,leg_gt,5.4,60 -14401,buy_contrast_m10_bb_pos,buy,2025-08-05 04:12:00,1384.0,9.1486,1,leg_gt,5.39,60 -14402,buy_contrast_m10_bb_pos,buy,2025-08-05 04:15:00,1382.0,9.3067,1,leg_gt,5.38,60 -14403,buy_contrast_m10_bb_pos,buy,2025-08-05 04:18:00,1371.0,10.1845,1,leg_gt,5.38,60 -14404,buy_contrast_m10_bb_pos,buy,2025-08-05 04:42:00,1371.0,10.1845,1,leg_gt,5.36,60 -14405,buy_contrast_m10_bb_pos,buy,2025-08-05 04:45:00,1372.0,10.1041,1,leg_gt,5.36,60 -14406,buy_contrast_m10_bb_pos,buy,2025-08-05 04:48:00,1371.0,10.1845,1,leg_gt,5.36,60 -14407,buy_contrast_m10_bb_pos,buy,2025-08-05 04:51:00,1370.0,10.265,1,leg_gt,5.36,60 -14408,buy_contrast_m10_bb_pos,buy,2025-08-05 04:54:00,1370.0,10.265,1,leg_gt,5.36,60 -14409,buy_contrast_m10_bb_pos,buy,2025-08-05 04:57:00,1369.0,10.3456,1,leg_gt,5.35,60 -14410,buy_contrast_m10_bb_pos,buy,2025-08-05 05:00:00,1366.0,10.5881,1,leg_gt,5.35,60 -14411,buy_contrast_m10_bb_pos,buy,2025-08-05 05:03:00,1367.0,10.5072,1,leg_gt,5.35,60 -14412,buy_contrast_m10_bb_pos,buy,2025-08-05 05:06:00,1372.0,10.1041,1,leg_gt,5.35,60 -14413,buy_contrast_m10_bb_pos,buy,2025-08-05 05:09:00,1375.0,9.8636,1,leg_gt,5.35,60 -14414,buy_contrast_m10_bb_pos,buy,2025-08-05 09:51:00,1390.0,8.677,1,leg_gt,5.15,60 -14415,buy_contrast_m10_bb_pos,buy,2025-08-05 09:54:00,1387.0,8.9123,1,leg_gt,5.15,60 -14416,buy_contrast_m10_bb_pos,buy,2025-08-05 09:57:00,1387.0,8.9123,1,leg_gt,5.15,60 -14417,buy_contrast_m10_bb_pos,buy,2025-08-05 10:00:00,1389.0,8.7553,1,leg_gt,5.14,60 -14418,buy_contrast_m10_bb_pos,buy,2025-08-05 10:03:00,1387.0,8.9123,1,leg_gt,5.14,60 -14419,buy_contrast_m10_bb_pos,buy,2025-08-05 10:06:00,1387.0,8.9123,1,leg_gt,5.14,60 -14420,buy_contrast_m10_bb_pos,buy,2025-08-05 10:09:00,1392.0,8.5207,1,leg_gt,5.14,60 -14421,buy_contrast_m10_bb_pos,buy,2025-08-05 10:30:00,1385.0,9.0697,1,leg_gt,5.12,60 -14422,buy_contrast_m10_bb_pos,buy,2025-08-05 10:33:00,1382.0,9.3067,1,leg_gt,5.12,60 -14423,buy_contrast_m10_bb_pos,buy,2025-08-05 10:36:00,1382.0,9.3067,1,leg_gt,5.12,60 -14424,buy_contrast_m10_bb_pos,buy,2025-08-05 10:39:00,1381.0,9.3859,1,leg_gt,5.12,60 -14425,buy_contrast_m10_bb_pos,buy,2025-08-05 11:12:00,1378.0,9.6242,1,leg_gt,5.09,60 -14426,buy_contrast_m10_bb_pos,buy,2025-08-05 11:15:00,1375.0,9.8636,1,leg_gt,5.09,60 -14427,buy_contrast_m10_bb_pos,buy,2025-08-05 11:18:00,1375.0,9.8636,1,leg_gt,5.09,60 -14428,buy_contrast_m10_bb_pos,buy,2025-08-05 11:21:00,1375.0,9.8636,1,leg_gt,5.09,60 -14429,buy_contrast_m10_bb_pos,buy,2025-08-05 11:24:00,1374.0,9.9437,1,leg_gt,5.09,60 -14430,buy_contrast_m10_bb_pos,buy,2025-08-05 11:27:00,1374.0,9.9437,1,leg_gt,5.08,60 -14431,buy_contrast_m10_bb_pos,buy,2025-08-05 11:42:00,1373.0,10.0238,1,leg_gt,5.07,60 -14432,buy_contrast_m10_bb_pos,buy,2025-08-05 11:45:00,1375.0,9.8636,1,leg_gt,5.07,60 -14433,buy_contrast_m10_bb_pos,buy,2025-08-05 11:48:00,1372.0,10.1041,1,leg_gt,5.07,60 -14434,buy_contrast_m10_bb_pos,buy,2025-08-05 12:51:00,1355.0,11.4867,1,leg_gt,5.03,60 -14435,buy_contrast_m10_bb_pos,buy,2025-08-05 12:54:00,1355.0,11.4867,1,leg_gt,5.02,60 -14436,buy_contrast_m10_bb_pos,buy,2025-08-05 12:57:00,1355.0,11.4867,1,leg_gt,5.02,60 -14437,buy_contrast_m10_bb_pos,buy,2025-08-05 13:00:00,1355.0,11.4867,1,leg_gt,5.02,60 -14438,buy_contrast_m10_bb_pos,buy,2025-08-05 13:03:00,1355.0,11.4867,1,leg_gt,5.02,60 -14439,buy_contrast_m10_bb_pos,buy,2025-08-05 13:06:00,1357.0,11.3223,1,leg_gt,5.01,60 -14440,buy_contrast_m10_bb_pos,buy,2025-08-05 13:09:00,1358.0,11.2402,1,leg_gt,5.01,60 -14441,buy_contrast_m10_bb_pos,buy,2025-08-05 13:42:00,1349.0,11.983,1,leg_gt,4.99,60 -14442,buy_contrast_m10_bb_pos,buy,2025-08-05 13:45:00,1350.0,11.9,1,leg_gt,4.99,60 -14443,buy_contrast_m10_bb_pos,buy,2025-08-05 13:48:00,1349.0,11.983,1,leg_gt,4.99,60 -14444,buy_contrast_m10_bb_pos,buy,2025-08-05 15:42:00,1347.0,12.1494,1,leg_gt,4.91,60 -14445,buy_contrast_m10_bb_pos,buy,2025-08-05 15:45:00,1347.0,12.1494,1,leg_gt,4.9,60 -14446,buy_contrast_m10_bb_pos,buy,2025-08-05 15:48:00,1341.0,12.6517,1,leg_gt,4.9,60 -14447,buy_contrast_m10_bb_pos,buy,2025-08-05 17:12:00,1318.0,14.6193,1,leg_gt,4.84,60 -14448,buy_contrast_m10_bb_pos,buy,2025-08-05 17:15:00,1318.0,14.6193,1,leg_gt,4.84,60 -14449,buy_contrast_m10_bb_pos,buy,2025-08-05 17:18:00,1323.0,14.1857,1,leg_gt,4.84,60 -14450,buy_contrast_m10_bb_pos,buy,2025-08-05 21:42:00,1337.0,12.989,1,leg_gt,4.66,60 -14451,buy_contrast_m10_bb_pos,buy,2025-08-05 21:45:00,1338.0,12.9045,1,leg_gt,4.65,60 -14452,buy_contrast_m10_bb_pos,buy,2025-08-05 21:48:00,1337.0,12.989,1,leg_gt,4.65,60 -14453,buy_contrast_m10_bb_pos,buy,2025-08-05 23:12:00,1328.0,13.7554,1,leg_gt,4.59,60 -14454,buy_contrast_m10_bb_pos,buy,2025-08-05 23:15:00,1331.0,13.4988,1,leg_gt,4.59,60 -14455,buy_contrast_m10_bb_pos,buy,2025-08-05 23:18:00,1322.0,14.2722,1,leg_gt,4.59,60 -14456,buy_contrast_m10_bb_pos,buy,2025-08-05 23:51:00,1322.0,14.2722,1,leg_gt,4.57,60 -14457,buy_contrast_m10_bb_pos,buy,2025-08-05 23:54:00,1321.0,14.3587,1,leg_gt,4.56,60 -14458,buy_contrast_m10_bb_pos,buy,2025-08-05 23:57:00,1318.0,14.6193,1,leg_gt,4.56,60 -14459,buy_contrast_m10_bb_pos,buy,2025-08-06 00:00:00,1320.0,14.4455,1,leg_gt,4.56,60 -14460,buy_contrast_m10_bb_pos,buy,2025-08-06 00:03:00,1325.0,14.0132,1,leg_gt,4.56,60 -14461,buy_contrast_m10_bb_pos,buy,2025-08-06 00:06:00,1326.0,13.9271,1,leg_gt,4.56,60 -14462,buy_contrast_m10_bb_pos,buy,2025-08-06 00:09:00,1329.0,13.6698,1,leg_gt,4.55,60 -14463,buy_contrast_m10_bb_pos,buy,2025-08-06 00:30:00,1319.0,14.5323,1,leg_gt,4.54,60 -14464,buy_contrast_m10_bb_pos,buy,2025-08-06 00:33:00,1315.0,14.881,1,leg_gt,4.54,60 -14465,buy_contrast_m10_bb_pos,buy,2025-08-06 00:36:00,1310.0,15.3198,1,leg_gt,4.54,60 -14466,buy_contrast_m10_bb_pos,buy,2025-08-06 00:39:00,1308.0,15.4963,1,leg_gt,4.53,60 -14467,buy_contrast_m10_bb_pos,buy,2025-08-06 00:42:00,1312.0,15.1439,1,leg_gt,4.53,60 -14468,buy_contrast_m10_bb_pos,buy,2025-08-06 00:45:00,1314.0,14.9685,1,leg_gt,4.53,60 -14469,buy_contrast_m10_bb_pos,buy,2025-08-06 00:48:00,1310.0,15.3198,1,leg_gt,4.53,60 -14470,buy_contrast_m10_bb_pos,buy,2025-08-06 00:51:00,1312.0,15.1439,1,leg_gt,4.53,60 -14471,buy_contrast_m10_bb_pos,buy,2025-08-06 00:54:00,1310.0,15.3198,1,leg_gt,4.52,60 -14472,buy_contrast_m10_bb_pos,buy,2025-08-06 00:57:00,1312.0,15.1439,1,leg_gt,4.52,60 -14473,buy_contrast_m10_bb_pos,buy,2025-08-06 04:30:00,1314.0,14.9685,1,leg_gt,4.37,60 -14474,buy_contrast_m10_bb_pos,buy,2025-08-06 04:36:00,1312.0,15.1439,1,leg_gt,4.37,60 -14475,buy_contrast_m10_bb_pos,buy,2025-08-06 04:39:00,1315.0,14.881,1,leg_gt,4.37,60 -14476,buy_contrast_m10_bb_pos,buy,2025-08-06 04:51:00,1311.0,15.2318,1,leg_gt,4.36,60 -14477,buy_contrast_m10_bb_pos,buy,2025-08-06 04:54:00,1310.0,15.3198,1,leg_gt,4.36,60 -14478,buy_contrast_m10_bb_pos,buy,2025-08-06 04:57:00,1313.0,15.0561,1,leg_gt,4.35,60 -14479,buy_contrast_m10_bb_pos,buy,2025-08-06 05:00:00,1312.0,15.1439,1,leg_gt,4.35,60 -14480,buy_contrast_m10_bb_pos,buy,2025-08-06 05:03:00,1316.0,14.7936,1,leg_gt,4.35,60 -14481,buy_contrast_m10_bb_pos,buy,2025-08-06 05:06:00,1316.0,14.7936,1,leg_gt,4.35,60 -14482,buy_contrast_m10_bb_pos,buy,2025-08-06 05:09:00,1316.0,14.7936,1,leg_gt,4.35,60 -14483,buy_contrast_m10_bb_pos,buy,2025-08-06 10:30:00,1303.0,15.9399,1,leg_gt,4.12,60 -14484,buy_contrast_m10_bb_pos,buy,2025-08-06 10:33:00,1306.0,15.6734,1,leg_gt,4.12,60 -14485,buy_contrast_m10_bb_pos,buy,2025-08-06 10:36:00,1307.0,15.5848,1,leg_gt,4.12,60 -14486,buy_contrast_m10_bb_pos,buy,2025-08-06 10:39:00,1308.0,15.4963,1,leg_gt,4.12,60 -14487,buy_contrast_m10_bb_pos,buy,2025-08-06 10:51:00,1307.0,15.5848,1,leg_gt,4.11,60 -14488,buy_contrast_m10_bb_pos,buy,2025-08-06 10:54:00,1309.0,15.408,1,leg_gt,4.11,60 -14489,buy_contrast_m10_bb_pos,buy,2025-08-06 10:57:00,1310.0,15.3198,1,leg_gt,4.1,60 -14490,buy_contrast_m10_bb_pos,buy,2025-08-06 13:00:00,1301.0,16.1183,1,leg_gt,4.02,60 -14491,buy_contrast_m10_bb_pos,buy,2025-08-06 13:03:00,1299.0,16.2972,1,leg_gt,4.02,60 -14492,buy_contrast_m10_bb_pos,buy,2025-08-06 13:06:00,1294.0,16.747,1,leg_gt,4.01,60 -14493,buy_contrast_m10_bb_pos,buy,2025-08-06 13:09:00,1295.0,16.6568,1,leg_gt,4.01,60 -14494,buy_contrast_m10_bb_pos,buy,2025-08-06 13:51:00,1293.0,16.8374,1,leg_gt,3.98,60 -14495,buy_contrast_m10_bb_pos,buy,2025-08-06 13:54:00,1292.0,16.9279,1,leg_gt,3.98,60 -14496,buy_contrast_m10_bb_pos,buy,2025-08-06 13:57:00,1291.0,17.0185,1,leg_gt,3.98,60 -14497,buy_contrast_m10_bb_pos,buy,2025-08-06 14:00:00,1290.0,17.1093,1,leg_gt,3.98,60 -14498,buy_contrast_m10_bb_pos,buy,2025-08-06 14:03:00,1291.0,17.0185,1,leg_gt,3.98,60 -14499,buy_contrast_m10_bb_pos,buy,2025-08-06 14:06:00,1296.0,16.5667,1,leg_gt,3.97,60 -14500,buy_contrast_m10_bb_pos,buy,2025-08-06 14:09:00,1302.0,16.029,1,leg_gt,3.97,60 -14501,buy_contrast_m10_bb_pos,buy,2025-08-06 17:51:00,1312.0,15.1439,1,leg_gt,3.82,60 -14502,buy_contrast_m10_bb_pos,buy,2025-08-06 17:54:00,1311.0,15.2318,1,leg_gt,3.81,60 -14503,buy_contrast_m10_bb_pos,buy,2025-08-06 17:57:00,1317.0,14.7064,1,leg_gt,3.81,60 -14504,buy_contrast_m10_bb_pos,buy,2025-08-06 19:12:00,1312.0,15.1439,1,leg_gt,3.76,60 -14505,buy_contrast_m10_bb_pos,buy,2025-08-06 19:15:00,1313.0,15.0561,1,leg_gt,3.76,60 -14506,buy_contrast_m10_bb_pos,buy,2025-08-06 19:18:00,1314.0,14.9685,1,leg_gt,3.76,60 -14507,buy_contrast_m10_bb_pos,buy,2025-08-06 19:21:00,1308.0,15.4963,1,leg_gt,3.75,60 -14508,buy_contrast_m10_bb_pos,buy,2025-08-06 19:24:00,1309.0,15.408,1,leg_gt,3.75,60 -14509,buy_contrast_m10_bb_pos,buy,2025-08-06 19:27:00,1309.0,15.408,1,leg_gt,3.75,60 -14510,buy_contrast_m10_bb_pos,buy,2025-08-06 19:30:00,1308.0,15.4963,1,leg_gt,3.75,60 -14511,buy_contrast_m10_bb_pos,buy,2025-08-06 19:33:00,1312.0,15.1439,1,leg_gt,3.75,60 -14512,buy_contrast_m10_bb_pos,buy,2025-08-06 19:36:00,1312.0,15.1439,1,leg_gt,3.74,60 -14513,buy_contrast_m10_bb_pos,buy,2025-08-06 19:39:00,1314.0,14.9685,1,leg_gt,3.74,60 -14514,buy_contrast_m10_bb_pos,buy,2025-08-06 20:51:00,1308.0,15.4963,1,leg_gt,3.69,60 -14515,buy_contrast_m10_bb_pos,buy,2025-08-06 20:54:00,1307.0,15.5848,1,leg_gt,3.69,60 -14516,buy_contrast_m10_bb_pos,buy,2025-08-06 20:57:00,1309.0,15.408,1,leg_gt,3.69,60 -14517,buy_contrast_m10_bb_pos,buy,2025-08-06 21:21:00,1307.0,15.5848,1,leg_gt,3.67,60 -14518,buy_contrast_m10_bb_pos,buy,2025-08-06 21:24:00,1305.0,15.7621,1,leg_gt,3.67,60 -14519,buy_contrast_m10_bb_pos,buy,2025-08-06 21:27:00,1305.0,15.7621,1,leg_gt,3.67,60 -14520,buy_contrast_m10_bb_pos,buy,2025-08-06 21:30:00,1305.0,15.7621,1,leg_gt,3.66,60 -14521,buy_contrast_m10_bb_pos,buy,2025-08-06 21:33:00,1305.0,15.7621,1,leg_gt,3.66,60 -14522,buy_contrast_m10_bb_pos,buy,2025-08-06 21:36:00,1309.0,15.408,1,leg_gt,3.66,60 -14523,buy_contrast_m10_bb_pos,buy,2025-08-06 21:39:00,1308.0,15.4963,1,leg_gt,3.66,60 -14524,buy_contrast_m10_bb_pos,buy,2025-08-06 21:42:00,1305.0,15.7621,1,leg_gt,3.66,60 -14525,buy_contrast_m10_bb_pos,buy,2025-08-06 21:45:00,1303.0,15.9399,1,leg_gt,3.65,60 -14526,buy_contrast_m10_bb_pos,buy,2025-08-06 21:48:00,1305.0,15.7621,1,leg_gt,3.65,60 -14527,buy_contrast_m10_bb_pos,buy,2025-08-06 21:51:00,1303.0,15.9399,1,leg_gt,3.65,60 -14528,buy_contrast_m10_bb_pos,buy,2025-08-06 21:54:00,1304.0,15.8509,1,leg_gt,3.65,60 -14529,buy_contrast_m10_bb_pos,buy,2025-08-06 21:57:00,1304.0,15.8509,1,leg_gt,3.65,60 -14530,buy_contrast_m10_bb_pos,buy,2025-08-06 22:00:00,1304.0,15.8509,1,leg_gt,3.64,60 -14531,buy_contrast_m10_bb_pos,buy,2025-08-06 22:03:00,1304.0,15.8509,1,leg_gt,3.64,60 -14532,buy_contrast_m10_bb_pos,buy,2025-08-06 22:06:00,1305.0,15.7621,1,leg_gt,3.64,60 -14533,buy_contrast_m10_bb_pos,buy,2025-08-06 22:09:00,1303.0,15.9399,1,leg_gt,3.64,60 -14534,buy_contrast_m10_bb_pos,buy,2025-08-06 22:12:00,1303.0,15.9399,1,leg_gt,3.64,60 -14535,buy_contrast_m10_bb_pos,buy,2025-08-06 22:15:00,1306.0,15.6734,1,leg_gt,3.63,60 -14536,buy_contrast_m10_bb_pos,buy,2025-08-06 22:18:00,1304.0,15.8509,1,leg_gt,3.63,60 -14537,buy_contrast_m10_bb_pos,buy,2025-08-07 06:51:00,1335.0,13.1584,1,leg_gt,3.28,60 -14538,buy_contrast_m10_bb_pos,buy,2025-08-07 06:54:00,1336.0,13.0737,1,leg_gt,3.27,60 -14539,buy_contrast_m10_bb_pos,buy,2025-08-07 06:57:00,1337.0,12.989,1,leg_gt,3.27,60 -14540,buy_contrast_m10_bb_pos,buy,2025-08-07 18:00:00,1346.0,12.2328,1,leg_gt,2.81,60 -14541,buy_contrast_m10_bb_pos,buy,2025-08-07 18:03:00,1344.0,12.4,1,leg_gt,2.81,60 -14542,buy_contrast_m10_bb_pos,buy,2025-08-07 18:06:00,1345.0,12.3164,1,leg_gt,2.81,60 -14543,buy_contrast_m10_bb_pos,buy,2025-08-07 18:09:00,1346.0,12.2328,1,leg_gt,2.8,60 -14544,buy_contrast_m10_bb_pos,buy,2025-08-07 18:12:00,1346.0,12.2328,1,leg_gt,2.8,60 -14545,buy_contrast_m10_bb_pos,buy,2025-08-07 18:15:00,1348.0,12.0662,1,leg_gt,2.8,60 -14546,buy_contrast_m10_bb_pos,buy,2025-08-07 18:18:00,1349.0,11.983,1,leg_gt,2.8,60 -14547,buy_contrast_m10_bb_pos,buy,2025-08-07 23:42:00,1382.0,9.3067,1,leg_gt,2.57,60 -14548,buy_contrast_m10_bb_pos,buy,2025-08-07 23:45:00,1383.0,9.2275,1,leg_gt,2.57,60 -14549,buy_contrast_m10_bb_pos,buy,2025-08-07 23:48:00,1379.0,9.5447,1,leg_gt,2.57,60 -14550,buy_contrast_m10_bb_pos,buy,2025-08-07 23:51:00,1384.0,9.1486,1,leg_gt,2.57,60 -14551,buy_contrast_m10_bb_pos,buy,2025-08-07 23:54:00,1382.0,9.3067,1,leg_gt,2.56,60 -14552,buy_contrast_m10_bb_pos,buy,2025-08-07 23:57:00,1384.0,9.1486,1,leg_gt,2.56,60 -14553,buy_contrast_m10_bb_pos,buy,2025-08-08 00:12:00,1381.0,9.3859,1,leg_gt,2.55,60 -14554,buy_contrast_m10_bb_pos,buy,2025-08-08 00:15:00,1381.0,9.3859,1,leg_gt,2.55,60 -14555,buy_contrast_m10_bb_pos,buy,2025-08-08 00:18:00,1383.0,9.2275,1,leg_gt,2.55,60 -14556,buy_contrast_m10_bb_pos,buy,2025-08-08 02:00:00,1378.0,9.6242,1,leg_gt,2.48,60 -14557,buy_contrast_m10_bb_pos,buy,2025-08-08 02:03:00,1381.0,9.3859,1,leg_gt,2.48,60 -14558,buy_contrast_m10_bb_pos,buy,2025-08-08 02:06:00,1377.0,9.7039,1,leg_gt,2.47,60 -14559,buy_contrast_m10_bb_pos,buy,2025-08-08 02:09:00,1380.0,9.4652,1,leg_gt,2.47,60 -14560,buy_contrast_m10_bb_pos,buy,2025-08-08 02:12:00,1378.0,9.6242,1,leg_gt,2.47,60 -14561,buy_contrast_m10_bb_pos,buy,2025-08-08 02:15:00,1379.0,9.5447,1,leg_gt,2.47,60 -14562,buy_contrast_m10_bb_pos,buy,2025-08-08 02:18:00,1382.0,9.3067,1,leg_gt,2.46,60 -14563,buy_contrast_m10_bb_pos,buy,2025-08-08 03:00:00,1375.0,9.8636,1,leg_gt,2.44,60 -14564,buy_contrast_m10_bb_pos,buy,2025-08-08 03:03:00,1375.0,9.8636,1,leg_gt,2.43,60 -14565,buy_contrast_m10_bb_pos,buy,2025-08-08 03:06:00,1378.0,9.6242,1,leg_gt,2.43,60 -14566,buy_contrast_m10_bb_pos,buy,2025-08-08 03:09:00,1377.0,9.7039,1,leg_gt,2.43,60 -14567,buy_contrast_m10_bb_pos,buy,2025-08-08 03:21:00,1372.0,10.1041,1,leg_gt,2.42,60 -14568,buy_contrast_m10_bb_pos,buy,2025-08-08 03:24:00,1373.0,10.0238,1,leg_gt,2.42,60 -14569,buy_contrast_m10_bb_pos,buy,2025-08-08 03:27:00,1376.0,9.7837,1,leg_gt,2.42,60 -14570,buy_contrast_m10_bb_pos,buy,2025-08-08 03:51:00,1368.0,10.4263,1,leg_gt,2.4,60 -14571,buy_contrast_m10_bb_pos,buy,2025-08-08 03:54:00,1370.0,10.265,1,leg_gt,2.4,60 -14572,buy_contrast_m10_bb_pos,buy,2025-08-08 03:57:00,1373.0,10.0238,1,leg_gt,2.4,60 -14573,buy_contrast_m10_bb_pos,buy,2025-08-08 11:21:00,1397.0,8.1319,1,leg_gt,2.09,60 -14574,buy_contrast_m10_bb_pos,buy,2025-08-08 11:24:00,1400.0,7.9,1,leg_gt,2.09,60 -14575,buy_contrast_m10_bb_pos,buy,2025-08-08 11:27:00,1398.0,8.0545,1,leg_gt,2.08,60 -14576,buy_contrast_m10_bb_pos,buy,2025-08-08 14:12:00,1400.0,7.9,1,leg_gt,1.97,60 -14577,buy_contrast_m10_bb_pos,buy,2025-08-08 14:15:00,1400.0,7.9,1,leg_gt,1.97,60 -14578,buy_contrast_m10_bb_pos,buy,2025-08-08 14:18:00,1401.0,7.8229,1,leg_gt,1.96,60 -14579,buy_contrast_m10_bb_pos,buy,2025-08-08 14:30:00,1396.0,8.2095,1,leg_gt,1.96,60 -14580,buy_contrast_m10_bb_pos,buy,2025-08-08 14:33:00,1394.0,8.3648,1,leg_gt,1.95,60 -14581,buy_contrast_m10_bb_pos,buy,2025-08-08 14:36:00,1392.0,8.5207,1,leg_gt,1.95,60 -14582,buy_contrast_m10_bb_pos,buy,2025-08-08 14:39:00,1393.0,8.4427,1,leg_gt,1.95,60 -14583,buy_contrast_m10_bb_pos,buy,2025-08-08 14:42:00,1395.0,8.2871,1,leg_gt,1.95,60 -14584,buy_contrast_m10_bb_pos,buy,2025-08-08 14:45:00,1395.0,8.2871,1,leg_gt,1.95,60 -14585,buy_contrast_m10_bb_pos,buy,2025-08-08 14:48:00,1392.0,8.5207,1,leg_gt,1.94,60 -14586,buy_contrast_m10_bb_pos,buy,2025-08-08 14:51:00,1392.0,8.5207,1,leg_gt,1.94,60 -14587,buy_contrast_m10_bb_pos,buy,2025-08-08 14:54:00,1392.0,8.5207,1,leg_gt,1.94,60 -14588,buy_contrast_m10_bb_pos,buy,2025-08-08 14:57:00,1392.0,8.5207,1,leg_gt,1.94,60 -14589,buy_contrast_m10_bb_pos,buy,2025-08-08 15:00:00,1392.0,8.5207,1,leg_gt,1.94,60 -14590,buy_contrast_m10_bb_pos,buy,2025-08-08 15:03:00,1393.0,8.4427,1,leg_gt,1.93,60 -14591,buy_contrast_m10_bb_pos,buy,2025-08-08 15:06:00,1393.0,8.4427,1,leg_gt,1.93,60 -14592,buy_contrast_m10_bb_pos,buy,2025-08-08 15:09:00,1391.0,8.5988,1,leg_gt,1.93,60 -14593,buy_contrast_m10_bb_pos,buy,2025-08-08 15:12:00,1392.0,8.5207,1,leg_gt,1.93,60 -14594,buy_contrast_m10_bb_pos,buy,2025-08-08 15:15:00,1394.0,8.3648,1,leg_gt,1.92,60 -14595,buy_contrast_m10_bb_pos,buy,2025-08-08 15:18:00,1397.0,8.1319,1,leg_gt,1.92,60 -14596,buy_contrast_m10_bb_pos,buy,2025-08-08 21:21:00,1399.0,7.9772,1,leg_gt,1.67,60 -14597,buy_contrast_m10_bb_pos,buy,2025-08-08 21:24:00,1400.0,7.9,1,leg_gt,1.67,60 -14598,buy_contrast_m10_bb_pos,buy,2025-08-08 21:27:00,1400.0,7.9,1,leg_gt,1.67,60 -14599,buy_contrast_m10_bb_pos,buy,2025-08-08 22:12:00,1399.0,7.9772,1,leg_gt,1.64,60 -14600,buy_contrast_m10_bb_pos,buy,2025-08-08 22:15:00,1397.0,8.1319,1,leg_gt,1.63,60 -14601,buy_contrast_m10_bb_pos,buy,2025-08-08 22:18:00,1399.0,7.9772,1,leg_gt,1.63,60 -14602,buy_contrast_m10_bb_pos,buy,2025-08-09 00:12:00,1385.0,9.0697,1,leg_gt,1.55,60 -14603,buy_contrast_m10_bb_pos,buy,2025-08-09 00:15:00,1390.0,8.677,1,leg_gt,1.55,60 -14604,buy_contrast_m10_bb_pos,buy,2025-08-09 00:18:00,1387.0,8.9123,1,leg_gt,1.55,60 -14605,buy_contrast_m10_bb_pos,buy,2025-08-09 08:51:00,1421.0,6.3039,1,leg_gt,1.19,60 -14606,buy_contrast_m10_bb_pos,buy,2025-08-09 08:54:00,1420.0,6.3789,1,leg_gt,1.19,60 -14607,buy_contrast_m10_bb_pos,buy,2025-08-09 08:57:00,1420.0,6.3789,1,leg_gt,1.19,60 -14608,buy_contrast_m10_bb_pos,buy,2025-08-09 09:00:00,1419.0,6.4539,1,leg_gt,1.19,60 -14609,buy_contrast_m10_bb_pos,buy,2025-08-09 09:03:00,1421.0,6.3039,1,leg_gt,1.18,60 -14610,buy_contrast_m10_bb_pos,buy,2025-08-09 09:06:00,1429.0,5.7083,1,leg_gt,1.18,60 -14611,buy_contrast_m10_bb_pos,buy,2025-08-09 09:09:00,1428.0,5.7824,1,leg_gt,1.18,60 -14612,buy_contrast_m10_bb_pos,buy,2025-08-09 13:12:00,1422.0,6.2291,1,leg_gt,1.01,60 -14613,buy_contrast_m10_bb_pos,buy,2025-08-09 13:15:00,1426.0,5.9309,1,leg_gt,1.01,60 -14614,buy_contrast_m10_bb_pos,buy,2025-08-09 13:18:00,1425.0,6.0053,1,leg_gt,1.01,60 -14615,buy_contrast_m10_bb_pos,buy,2025-08-09 23:12:00,1469.0,2.8272,1,leg_gt,0.59,60 -14616,buy_contrast_m10_bb_pos,buy,2025-08-09 23:15:00,1473.0,2.5477,1,leg_gt,0.59,60 -14617,buy_contrast_m10_bb_pos,buy,2025-08-09 23:18:00,1472.0,2.6174,1,leg_gt,0.59,60 -14618,buy_contrast_m10_bb_pos,buy,2025-08-10 08:12:00,1483.0,1.8555,1,leg_gt,0.22,60 -14619,buy_contrast_m10_bb_pos,buy,2025-08-10 08:15:00,1481.0,1.9932,1,leg_gt,0.22,60 -14620,buy_contrast_m10_bb_pos,buy,2025-08-10 08:18:00,1486.0,1.6497,1,leg_gt,0.21,60 -14621,buy_contrast_m10_bb_pos,buy,2025-08-10 08:30:00,1482.0,1.9243,1,leg_gt,0.21,60 -14622,buy_contrast_m10_bb_pos,buy,2025-08-10 08:33:00,1485.0,1.7182,1,leg_gt,0.2,60 -14623,buy_contrast_m10_bb_pos,buy,2025-08-10 08:36:00,1484.0,1.7868,1,leg_gt,0.2,60 -14624,buy_contrast_m10_bb_pos,buy,2025-08-10 08:39:00,1486.0,1.6497,1,leg_gt,0.2,60 -14625,buy_contrast_m10_bb_pos,buy,2025-08-10 12:12:00,1479.0,2.1312,1,leg_gt,0.05,60 -14626,buy_contrast_m10_bb_pos,buy,2025-08-10 12:15:00,1486.0,1.6497,1,leg_gt,0.05,60 -14627,buy_contrast_m10_bb_pos,buy,2025-08-10 12:18:00,1488.0,1.5129,1,leg_gt,0.05,60 -14628,buy_contrast_m10_bb_pos,buy,2025-08-10 15:00:00,1478.0,4.7714,1,leg_gt,3.72,60 -14629,buy_contrast_m10_bb_pos,buy,2025-08-10 15:03:00,1475.0,4.9847,1,leg_gt,3.71,60 -14630,buy_contrast_m10_bb_pos,buy,2025-08-10 15:06:00,1477.0,4.8425,1,leg_gt,3.71,60 -14631,buy_contrast_m10_bb_pos,buy,2025-08-10 15:09:00,1477.0,4.8425,1,leg_gt,3.71,60 -14632,buy_contrast_m10_bb_pos,buy,2025-08-10 15:12:00,1476.0,4.9136,1,leg_gt,3.71,60 -14633,buy_contrast_m10_bb_pos,buy,2025-08-10 15:15:00,1475.0,4.9847,1,leg_gt,3.71,60 -14634,buy_contrast_m10_bb_pos,buy,2025-08-10 15:18:00,1465.0,5.702,1,leg_gt,3.7,60 -14635,buy_contrast_m10_bb_pos,buy,2025-08-10 15:42:00,1466.0,5.6299,1,leg_gt,3.69,60 -14636,buy_contrast_m10_bb_pos,buy,2025-08-10 15:45:00,1467.0,5.5578,1,leg_gt,3.69,60 -14637,buy_contrast_m10_bb_pos,buy,2025-08-10 15:48:00,1467.0,5.5578,1,leg_gt,3.68,60 -14638,buy_contrast_m10_bb_pos,buy,2025-08-10 15:51:00,1465.0,5.702,1,leg_gt,3.68,60 -14639,buy_contrast_m10_bb_pos,buy,2025-08-10 15:54:00,1468.0,5.4858,1,leg_gt,3.68,60 -14640,buy_contrast_m10_bb_pos,buy,2025-08-10 15:57:00,1466.0,5.6299,1,leg_gt,3.68,60 -14641,buy_contrast_m10_bb_pos,buy,2025-08-10 16:51:00,1440.0,7.5389,1,leg_gt,3.64,60 -14642,buy_contrast_m10_bb_pos,buy,2025-08-10 16:54:00,1436.0,7.8387,1,leg_gt,3.64,60 -14643,buy_contrast_m10_bb_pos,buy,2025-08-10 16:57:00,1437.0,7.7636,1,leg_gt,3.64,60 -14644,buy_contrast_m10_bb_pos,buy,2025-08-10 17:21:00,1428.0,8.4434,1,leg_gt,3.62,60 -14645,buy_contrast_m10_bb_pos,buy,2025-08-10 17:24:00,1431.0,8.2159,1,leg_gt,3.62,60 -14646,buy_contrast_m10_bb_pos,buy,2025-08-10 17:27:00,1431.0,8.2159,1,leg_gt,3.61,60 -14647,buy_contrast_m10_bb_pos,buy,2025-08-10 21:00:00,1433.0,8.0647,1,leg_gt,3.47,60 -14648,buy_contrast_m10_bb_pos,buy,2025-08-10 21:03:00,1433.0,8.0647,1,leg_gt,3.46,60 -14649,buy_contrast_m10_bb_pos,buy,2025-08-10 21:06:00,1435.0,7.9139,1,leg_gt,3.46,60 -14650,buy_contrast_m10_bb_pos,buy,2025-08-10 21:09:00,1435.0,7.9139,1,leg_gt,3.46,60 -14651,buy_contrast_m10_bb_pos,buy,2025-08-10 21:21:00,1431.0,8.2159,1,leg_gt,3.45,60 -14652,buy_contrast_m10_bb_pos,buy,2025-08-10 21:24:00,1434.0,7.9893,1,leg_gt,3.45,60 -14653,buy_contrast_m10_bb_pos,buy,2025-08-10 21:27:00,1433.0,8.0647,1,leg_gt,3.45,60 -14654,buy_contrast_m10_bb_pos,buy,2025-08-10 22:42:00,1429.0,8.3675,1,leg_gt,3.4,60 -14655,buy_contrast_m10_bb_pos,buy,2025-08-10 22:45:00,1430.0,8.2916,1,leg_gt,3.39,60 -14656,buy_contrast_m10_bb_pos,buy,2025-08-10 22:48:00,1428.0,8.4434,1,leg_gt,3.39,60 -14657,buy_contrast_m10_bb_pos,buy,2025-08-10 22:51:00,1430.0,8.2916,1,leg_gt,3.39,60 -14658,buy_contrast_m10_bb_pos,buy,2025-08-10 22:54:00,1431.0,8.2159,1,leg_gt,3.39,60 -14659,buy_contrast_m10_bb_pos,buy,2025-08-10 22:57:00,1428.0,8.4434,1,leg_gt,3.39,60 -14660,buy_contrast_m10_bb_pos,buy,2025-08-11 06:12:00,1471.0,5.2705,1,leg_gt,3.08,60 -14661,buy_contrast_m10_bb_pos,buy,2025-08-11 06:15:00,1472.0,5.1989,1,leg_gt,3.08,60 -14662,buy_contrast_m10_bb_pos,buy,2025-08-11 06:18:00,1471.0,5.2705,1,leg_gt,3.08,60 -14663,buy_contrast_m10_bb_pos,buy,2025-08-11 07:12:00,1471.0,5.2705,1,leg_gt,3.04,60 -14664,buy_contrast_m10_bb_pos,buy,2025-08-11 07:15:00,1468.0,5.4858,1,leg_gt,3.04,60 -14665,buy_contrast_m10_bb_pos,buy,2025-08-11 07:18:00,1471.0,5.2705,1,leg_gt,3.04,60 -14666,buy_contrast_m10_bb_pos,buy,2025-08-11 10:00:00,1469.0,5.414,1,leg_gt,2.92,60 -14667,buy_contrast_m10_bb_pos,buy,2025-08-11 10:03:00,1467.0,5.5578,1,leg_gt,2.92,60 -14668,buy_contrast_m10_bb_pos,buy,2025-08-11 10:06:00,1471.0,5.2705,1,leg_gt,2.92,60 -14669,buy_contrast_m10_bb_pos,buy,2025-08-11 10:09:00,1472.0,5.1989,1,leg_gt,2.92,60 -14670,buy_contrast_m10_bb_pos,buy,2025-08-11 14:00:00,1493.0,3.7178,1,leg_gt,2.76,60 -14671,buy_contrast_m10_bb_pos,buy,2025-08-11 14:03:00,1494.0,3.6483,1,leg_gt,2.76,60 -14672,buy_contrast_m10_bb_pos,buy,2025-08-11 14:06:00,1499.0,3.3023,1,leg_gt,2.75,60 -14673,buy_contrast_m10_bb_pos,buy,2025-08-11 14:09:00,1497.0,3.4404,1,leg_gt,2.75,60 -14674,buy_contrast_m10_bb_pos,buy,2025-08-11 14:30:00,1493.0,3.7178,1,leg_gt,2.74,60 -14675,buy_contrast_m10_bb_pos,buy,2025-08-11 14:33:00,1494.0,3.6483,1,leg_gt,2.74,60 -14676,buy_contrast_m10_bb_pos,buy,2025-08-11 14:36:00,1493.0,3.7178,1,leg_gt,2.73,60 -14677,buy_contrast_m10_bb_pos,buy,2025-08-11 14:39:00,1493.0,3.7178,1,leg_gt,2.73,60 -14678,buy_contrast_m10_bb_pos,buy,2025-08-11 14:42:00,1494.0,3.6483,1,leg_gt,2.73,60 -14679,buy_contrast_m10_bb_pos,buy,2025-08-11 14:45:00,1493.0,3.7178,1,leg_gt,2.73,60 -14680,buy_contrast_m10_bb_pos,buy,2025-08-11 14:48:00,1491.0,3.8571,1,leg_gt,2.72,60 -14681,buy_contrast_m10_bb_pos,buy,2025-08-11 14:51:00,1491.0,3.8571,1,leg_gt,2.72,60 -14682,buy_contrast_m10_bb_pos,buy,2025-08-11 14:54:00,1493.0,3.7178,1,leg_gt,2.72,60 -14683,buy_contrast_m10_bb_pos,buy,2025-08-11 14:57:00,1491.0,3.8571,1,leg_gt,2.72,60 -14684,buy_contrast_m10_bb_pos,buy,2025-08-11 15:12:00,1491.0,3.8571,1,leg_gt,2.71,60 -14685,buy_contrast_m10_bb_pos,buy,2025-08-11 15:15:00,1492.0,3.7874,1,leg_gt,2.71,60 -14686,buy_contrast_m10_bb_pos,buy,2025-08-11 15:18:00,1489.0,3.9967,1,leg_gt,2.7,60 -14687,buy_contrast_m10_bb_pos,buy,2025-08-11 16:00:00,1488.0,4.0667,1,leg_gt,2.68,60 -14688,buy_contrast_m10_bb_pos,buy,2025-08-11 16:03:00,1488.0,4.0667,1,leg_gt,2.67,60 -14689,buy_contrast_m10_bb_pos,buy,2025-08-11 16:06:00,1489.0,3.9967,1,leg_gt,2.67,60 -14690,buy_contrast_m10_bb_pos,buy,2025-08-11 16:09:00,1490.0,3.9268,1,leg_gt,2.67,60 -14691,buy_contrast_m10_bb_pos,buy,2025-08-11 19:12:00,1459.0,6.1371,1,leg_gt,2.54,60 -14692,buy_contrast_m10_bb_pos,buy,2025-08-11 19:15:00,1459.0,6.1371,1,leg_gt,2.54,60 -14693,buy_contrast_m10_bb_pos,buy,2025-08-11 19:18:00,1459.0,6.1371,1,leg_gt,2.54,60 -14694,buy_contrast_m10_bb_pos,buy,2025-08-11 19:51:00,1458.0,6.21,1,leg_gt,2.51,60 -14695,buy_contrast_m10_bb_pos,buy,2025-08-11 19:54:00,1455.0,6.4292,1,leg_gt,2.51,60 -14696,buy_contrast_m10_bb_pos,buy,2025-08-11 19:57:00,1453.0,6.5758,1,leg_gt,2.51,60 -14697,buy_contrast_m10_bb_pos,buy,2025-08-11 20:00:00,1454.0,6.5025,1,leg_gt,2.51,60 -14698,buy_contrast_m10_bb_pos,buy,2025-08-11 20:03:00,1453.0,6.5758,1,leg_gt,2.51,60 -14699,buy_contrast_m10_bb_pos,buy,2025-08-11 20:06:00,1448.0,6.9442,1,leg_gt,2.5,60 -14700,buy_contrast_m10_bb_pos,buy,2025-08-11 20:09:00,1447.0,7.0182,1,leg_gt,2.5,60 -14701,buy_contrast_m10_bb_pos,buy,2025-08-11 20:42:00,1435.0,7.9139,1,leg_gt,2.48,60 -14702,buy_contrast_m10_bb_pos,buy,2025-08-11 20:45:00,1433.0,8.0647,1,leg_gt,2.48,60 -14703,buy_contrast_m10_bb_pos,buy,2025-08-11 20:48:00,1425.0,8.6719,1,leg_gt,2.48,60 -14704,buy_contrast_m10_bb_pos,buy,2025-08-11 21:12:00,1414.0,9.5181,1,leg_gt,2.46,60 -14705,buy_contrast_m10_bb_pos,buy,2025-08-11 21:15:00,1411.0,9.7512,1,leg_gt,2.46,60 -14706,buy_contrast_m10_bb_pos,buy,2025-08-11 21:18:00,1414.0,9.5181,1,leg_gt,2.45,60 -14707,buy_contrast_m10_bb_pos,buy,2025-08-11 21:21:00,1413.0,9.5957,1,leg_gt,2.45,60 -14708,buy_contrast_m10_bb_pos,buy,2025-08-11 21:24:00,1412.0,9.6734,1,leg_gt,2.45,60 -14709,buy_contrast_m10_bb_pos,buy,2025-08-11 21:27:00,1408.0,9.9852,1,leg_gt,2.45,60 -14710,buy_contrast_m10_bb_pos,buy,2025-08-11 21:30:00,1409.0,9.9071,1,leg_gt,2.45,60 -14711,buy_contrast_m10_bb_pos,buy,2025-08-11 21:33:00,1411.0,9.7512,1,leg_gt,2.44,60 -14712,buy_contrast_m10_bb_pos,buy,2025-08-11 21:36:00,1411.0,9.7512,1,leg_gt,2.44,60 -14713,buy_contrast_m10_bb_pos,buy,2025-08-11 21:39:00,1405.0,10.2203,1,leg_gt,2.44,60 -14714,buy_contrast_m10_bb_pos,buy,2025-08-11 21:42:00,1408.0,9.9852,1,leg_gt,2.44,60 -14715,buy_contrast_m10_bb_pos,buy,2025-08-11 21:45:00,1402.0,10.4563,1,leg_gt,2.44,60 -14716,buy_contrast_m10_bb_pos,buy,2025-08-11 21:48:00,1405.0,10.2203,1,leg_gt,2.43,60 -14717,buy_contrast_m10_bb_pos,buy,2025-08-11 21:51:00,1408.0,9.9852,1,leg_gt,2.43,60 -14718,buy_contrast_m10_bb_pos,buy,2025-08-11 21:54:00,1408.0,9.9852,1,leg_gt,2.43,60 -14719,buy_contrast_m10_bb_pos,buy,2025-08-11 21:57:00,1406.0,10.1418,1,leg_gt,2.43,60 -14720,buy_contrast_m10_bb_pos,buy,2025-08-12 02:42:00,1411.0,9.7512,1,leg_gt,2.23,60 -14721,buy_contrast_m10_bb_pos,buy,2025-08-12 02:45:00,1410.0,9.8291,1,leg_gt,2.23,60 -14722,buy_contrast_m10_bb_pos,buy,2025-08-12 02:48:00,1405.0,10.2203,1,leg_gt,2.22,60 -14723,buy_contrast_m10_bb_pos,buy,2025-08-12 02:51:00,1408.0,9.9852,1,leg_gt,2.22,60 -14724,buy_contrast_m10_bb_pos,buy,2025-08-12 02:54:00,1408.0,9.9852,1,leg_gt,2.22,60 -14725,buy_contrast_m10_bb_pos,buy,2025-08-12 02:57:00,1410.0,9.8291,1,leg_gt,2.22,60 -14726,buy_contrast_m10_bb_pos,buy,2025-08-12 03:00:00,1407.0,10.0635,1,leg_gt,2.22,60 -14727,buy_contrast_m10_bb_pos,buy,2025-08-12 03:03:00,1405.0,10.2203,1,leg_gt,2.21,60 -14728,buy_contrast_m10_bb_pos,buy,2025-08-12 03:06:00,1401.0,10.5353,1,leg_gt,2.21,60 -14729,buy_contrast_m10_bb_pos,buy,2025-08-12 03:09:00,1405.0,10.2203,1,leg_gt,2.21,60 -14730,buy_contrast_m10_bb_pos,buy,2025-08-12 03:12:00,1406.0,10.1418,1,leg_gt,2.21,60 -14731,buy_contrast_m10_bb_pos,buy,2025-08-12 03:15:00,1406.0,10.1418,1,leg_gt,2.21,60 -14732,buy_contrast_m10_bb_pos,buy,2025-08-12 03:18:00,1406.0,10.1418,1,leg_gt,2.2,60 -14733,buy_contrast_m10_bb_pos,buy,2025-08-12 03:21:00,1408.0,9.9852,1,leg_gt,2.2,60 -14734,buy_contrast_m10_bb_pos,buy,2025-08-12 03:24:00,1407.0,10.0635,1,leg_gt,2.2,60 -14735,buy_contrast_m10_bb_pos,buy,2025-08-12 03:27:00,1411.0,9.7512,1,leg_gt,2.2,60 -14736,buy_contrast_m10_bb_pos,buy,2025-08-12 05:12:00,1395.0,11.0111,1,leg_gt,2.12,60 -14737,buy_contrast_m10_bb_pos,buy,2025-08-12 05:15:00,1396.0,10.9315,1,leg_gt,2.12,60 -14738,buy_contrast_m10_bb_pos,buy,2025-08-12 05:18:00,1394.0,11.0908,1,leg_gt,2.12,60 -14739,buy_contrast_m10_bb_pos,buy,2025-08-12 05:30:00,1396.0,10.9315,1,leg_gt,2.11,60 -14740,buy_contrast_m10_bb_pos,buy,2025-08-12 05:33:00,1396.0,10.9315,1,leg_gt,2.11,60 -14741,buy_contrast_m10_bb_pos,buy,2025-08-12 05:36:00,1393.0,11.1706,1,leg_gt,2.11,60 -14742,buy_contrast_m10_bb_pos,buy,2025-08-12 05:39:00,1394.0,11.0908,1,leg_gt,2.11,60 -14743,buy_contrast_m10_bb_pos,buy,2025-08-12 05:42:00,1398.0,10.7727,1,leg_gt,2.1,60 -14744,buy_contrast_m10_bb_pos,buy,2025-08-12 05:45:00,1398.0,10.7727,1,leg_gt,2.1,60 -14745,buy_contrast_m10_bb_pos,buy,2025-08-12 05:48:00,1397.0,10.852,1,leg_gt,2.1,60 -14746,buy_contrast_m10_bb_pos,buy,2025-08-12 05:51:00,1398.0,10.7727,1,leg_gt,2.1,60 -14747,buy_contrast_m10_bb_pos,buy,2025-08-12 05:54:00,1398.0,10.7727,1,leg_gt,2.1,60 -14748,buy_contrast_m10_bb_pos,buy,2025-08-12 05:57:00,1395.0,11.0111,1,leg_gt,2.09,60 -14749,buy_contrast_m10_bb_pos,buy,2025-08-12 06:00:00,1395.0,11.0111,1,leg_gt,2.09,60 -14750,buy_contrast_m10_bb_pos,buy,2025-08-12 06:03:00,1396.0,10.9315,1,leg_gt,2.09,60 -14751,buy_contrast_m10_bb_pos,buy,2025-08-12 06:06:00,1397.0,10.852,1,leg_gt,2.09,60 -14752,buy_contrast_m10_bb_pos,buy,2025-08-12 06:09:00,1397.0,10.852,1,leg_gt,2.09,60 -14753,buy_contrast_m10_bb_pos,buy,2025-08-12 06:21:00,1393.0,11.1706,1,leg_gt,2.08,60 -14754,buy_contrast_m10_bb_pos,buy,2025-08-12 06:24:00,1393.0,11.1706,1,leg_gt,2.08,60 -14755,buy_contrast_m10_bb_pos,buy,2025-08-12 06:27:00,1393.0,11.1706,1,leg_gt,2.07,60 -14756,buy_contrast_m10_bb_pos,buy,2025-08-12 06:30:00,1391.0,11.3306,1,leg_gt,2.07,60 -14757,buy_contrast_m10_bb_pos,buy,2025-08-12 06:33:00,1379.0,12.3003,1,leg_gt,2.07,60 -14758,buy_contrast_m10_bb_pos,buy,2025-08-12 06:36:00,1375.0,12.6273,1,leg_gt,2.07,60 -14759,buy_contrast_m10_bb_pos,buy,2025-08-12 06:39:00,1376.0,12.5453,1,leg_gt,2.06,60 -14760,buy_contrast_m10_bb_pos,buy,2025-08-12 07:00:00,1377.0,12.4635,1,leg_gt,2.05,60 -14761,buy_contrast_m10_bb_pos,buy,2025-08-12 07:03:00,1371.0,12.9562,1,leg_gt,2.05,60 -14762,buy_contrast_m10_bb_pos,buy,2025-08-12 07:06:00,1370.0,13.0387,1,leg_gt,2.05,60 -14763,buy_contrast_m10_bb_pos,buy,2025-08-12 07:09:00,1367.0,13.287,1,leg_gt,2.04,60 -14764,buy_contrast_m10_bb_pos,buy,2025-08-12 07:30:00,1360.0,13.8706,1,leg_gt,2.03,60 -14765,buy_contrast_m10_bb_pos,buy,2025-08-12 07:33:00,1361.0,13.7868,1,leg_gt,2.03,60 -14766,buy_contrast_m10_bb_pos,buy,2025-08-12 07:36:00,1366.0,13.37,1,leg_gt,2.02,60 -14767,buy_contrast_m10_bb_pos,buy,2025-08-12 07:39:00,1367.0,13.287,1,leg_gt,2.02,60 -14768,buy_contrast_m10_bb_pos,buy,2025-08-12 07:42:00,1363.0,13.6197,1,leg_gt,2.02,60 -14769,buy_contrast_m10_bb_pos,buy,2025-08-12 07:45:00,1366.0,13.37,1,leg_gt,2.02,60 -14770,buy_contrast_m10_bb_pos,buy,2025-08-12 07:48:00,1367.0,13.287,1,leg_gt,2.02,60 -14771,buy_contrast_m10_bb_pos,buy,2025-08-12 12:21:00,1369.0,13.1213,1,leg_gt,1.83,60 -14772,buy_contrast_m10_bb_pos,buy,2025-08-12 12:24:00,1370.0,13.0387,1,leg_gt,1.82,60 -14773,buy_contrast_m10_bb_pos,buy,2025-08-12 12:27:00,1370.0,13.0387,1,leg_gt,1.82,60 -14774,buy_contrast_m10_bb_pos,buy,2025-08-12 12:30:00,1371.0,12.9562,1,leg_gt,1.82,60 -14775,buy_contrast_m10_bb_pos,buy,2025-08-12 12:33:00,1374.0,12.7093,1,leg_gt,1.82,60 -14776,buy_contrast_m10_bb_pos,buy,2025-08-12 12:36:00,1373.0,12.7915,1,leg_gt,1.82,60 -14777,buy_contrast_m10_bb_pos,buy,2025-08-12 12:39:00,1374.0,12.7093,1,leg_gt,1.81,60 -14778,buy_contrast_m10_bb_pos,buy,2025-08-12 13:00:00,1370.0,13.0387,1,leg_gt,1.8,60 -14779,buy_contrast_m10_bb_pos,buy,2025-08-12 13:03:00,1368.0,13.2041,1,leg_gt,1.8,60 -14780,buy_contrast_m10_bb_pos,buy,2025-08-12 13:06:00,1368.0,13.2041,1,leg_gt,1.8,60 -14781,buy_contrast_m10_bb_pos,buy,2025-08-12 13:09:00,1366.0,13.37,1,leg_gt,1.79,60 -14782,buy_contrast_m10_bb_pos,buy,2025-08-12 13:21:00,1368.0,13.2041,1,leg_gt,1.79,60 -14783,buy_contrast_m10_bb_pos,buy,2025-08-12 13:24:00,1366.0,13.37,1,leg_gt,1.78,60 -14784,buy_contrast_m10_bb_pos,buy,2025-08-12 13:27:00,1366.0,13.37,1,leg_gt,1.78,60 -14785,buy_contrast_m10_bb_pos,buy,2025-08-12 14:12:00,1365.0,13.4531,1,leg_gt,1.75,60 -14786,buy_contrast_m10_bb_pos,buy,2025-08-12 14:15:00,1365.0,13.4531,1,leg_gt,1.75,60 -14787,buy_contrast_m10_bb_pos,buy,2025-08-12 14:18:00,1361.0,13.7868,1,leg_gt,1.75,60 -14788,buy_contrast_m10_bb_pos,buy,2025-08-12 14:42:00,1354.0,14.3756,1,leg_gt,1.73,60 -14789,buy_contrast_m10_bb_pos,buy,2025-08-12 14:45:00,1354.0,14.3756,1,leg_gt,1.73,60 -14790,buy_contrast_m10_bb_pos,buy,2025-08-12 14:48:00,1354.0,14.3756,1,leg_gt,1.72,60 -14791,buy_contrast_m10_bb_pos,buy,2025-08-12 14:51:00,1358.0,14.0384,1,leg_gt,1.72,60 -14792,buy_contrast_m10_bb_pos,buy,2025-08-12 14:54:00,1358.0,14.0384,1,leg_gt,1.72,60 -14793,buy_contrast_m10_bb_pos,buy,2025-08-12 14:57:00,1357.0,14.1225,1,leg_gt,1.72,60 -14794,buy_contrast_m10_bb_pos,buy,2025-08-12 15:12:00,1355.0,14.2911,1,leg_gt,1.71,60 -14795,buy_contrast_m10_bb_pos,buy,2025-08-12 15:15:00,1352.0,14.545,1,leg_gt,1.71,60 -14796,buy_contrast_m10_bb_pos,buy,2025-08-12 15:18:00,1351.0,14.6298,1,leg_gt,1.7,60 -14797,buy_contrast_m10_bb_pos,buy,2025-08-12 18:12:00,1351.0,14.6298,1,leg_gt,1.58,60 -14798,buy_contrast_m10_bb_pos,buy,2025-08-12 18:15:00,1356.0,14.2068,1,leg_gt,1.58,60 -14799,buy_contrast_m10_bb_pos,buy,2025-08-12 18:18:00,1359.0,13.9545,1,leg_gt,1.58,60 -14800,buy_contrast_m10_bb_pos,buy,2025-08-12 19:00:00,1352.0,14.545,1,leg_gt,1.55,60 -14801,buy_contrast_m10_bb_pos,buy,2025-08-12 19:03:00,1348.0,14.8852,1,leg_gt,1.55,60 -14802,buy_contrast_m10_bb_pos,buy,2025-08-12 19:06:00,1347.0,14.9705,1,leg_gt,1.55,60 -14803,buy_contrast_m10_bb_pos,buy,2025-08-12 19:09:00,1348.0,14.8852,1,leg_gt,1.54,60 -14804,buy_contrast_m10_bb_pos,buy,2025-08-12 19:21:00,1350.0,14.7148,1,leg_gt,1.54,60 -14805,buy_contrast_m10_bb_pos,buy,2025-08-12 19:24:00,1351.0,14.6298,1,leg_gt,1.53,60 -14806,buy_contrast_m10_bb_pos,buy,2025-08-12 19:27:00,1353.0,14.4602,1,leg_gt,1.53,60 -14807,buy_contrast_m10_bb_pos,buy,2025-08-12 19:42:00,1345.0,15.1416,1,leg_gt,1.52,60 -14808,buy_contrast_m10_bb_pos,buy,2025-08-12 19:45:00,1348.0,14.8852,1,leg_gt,1.52,60 -14809,buy_contrast_m10_bb_pos,buy,2025-08-12 19:48:00,1352.0,14.545,1,leg_gt,1.52,60 -14810,buy_contrast_m10_bb_pos,buy,2025-08-12 20:21:00,1344.0,15.2274,1,leg_gt,1.49,60 -14811,buy_contrast_m10_bb_pos,buy,2025-08-12 20:24:00,1343.0,15.3133,1,leg_gt,1.49,60 -14812,buy_contrast_m10_bb_pos,buy,2025-08-12 20:27:00,1343.0,15.3133,1,leg_gt,1.49,60 -14813,buy_contrast_m10_bb_pos,buy,2025-08-12 21:21:00,1342.0,15.3993,1,leg_gt,1.45,60 -14814,buy_contrast_m10_bb_pos,buy,2025-08-12 21:24:00,1347.0,14.9705,1,leg_gt,1.45,60 -14815,buy_contrast_m10_bb_pos,buy,2025-08-12 21:27:00,1354.0,14.3756,1,leg_gt,1.45,60 -14816,buy_contrast_m10_bb_pos,buy,2025-08-13 11:00:00,1438.0,7.6886,1,leg_gt,0.88,60 -14817,buy_contrast_m10_bb_pos,buy,2025-08-13 11:03:00,1434.0,7.9893,1,leg_gt,0.88,60 -14818,buy_contrast_m10_bb_pos,buy,2025-08-13 11:06:00,1433.0,8.0647,1,leg_gt,0.88,60 -14819,buy_contrast_m10_bb_pos,buy,2025-08-13 11:09:00,1432.0,8.1402,1,leg_gt,0.88,60 -14820,buy_contrast_m10_bb_pos,buy,2025-08-13 15:00:00,1455.0,6.4292,1,leg_gt,0.72,60 -14821,buy_contrast_m10_bb_pos,buy,2025-08-13 15:03:00,1451.0,6.7229,1,leg_gt,0.71,60 -14822,buy_contrast_m10_bb_pos,buy,2025-08-13 15:06:00,1451.0,6.7229,1,leg_gt,0.71,60 -14823,buy_contrast_m10_bb_pos,buy,2025-08-13 15:09:00,1453.0,6.5758,1,leg_gt,0.71,60 -14824,buy_contrast_m10_bb_pos,buy,2025-08-13 15:21:00,1454.0,6.5025,1,leg_gt,0.7,60 -14825,buy_contrast_m10_bb_pos,buy,2025-08-13 15:24:00,1451.0,6.7229,1,leg_gt,0.7,60 -14826,buy_contrast_m10_bb_pos,buy,2025-08-13 15:27:00,1450.0,6.7966,1,leg_gt,0.7,60 -14827,buy_contrast_m10_bb_pos,buy,2025-08-13 20:21:00,1483.0,4.4179,1,leg_gt,0.49,60 -14828,buy_contrast_m10_bb_pos,buy,2025-08-13 20:24:00,1483.0,4.4179,1,leg_gt,0.49,60 -14829,buy_contrast_m10_bb_pos,buy,2025-08-13 20:27:00,1485.0,4.2771,1,leg_gt,0.49,60 -14830,buy_contrast_m10_bb_pos,buy,2025-08-13 20:30:00,1482.0,4.4884,1,leg_gt,0.49,60 -14831,buy_contrast_m10_bb_pos,buy,2025-08-13 20:33:00,1486.0,4.2069,1,leg_gt,0.49,60 -14832,buy_contrast_m10_bb_pos,buy,2025-08-13 20:36:00,1486.0,4.2069,1,leg_gt,0.48,60 -14833,buy_contrast_m10_bb_pos,buy,2025-08-13 20:39:00,1483.0,4.4179,1,leg_gt,0.48,60 -14834,buy_contrast_m10_bb_pos,buy,2025-08-13 21:51:00,1481.0,4.559,1,leg_gt,0.43,60 -14835,buy_contrast_m10_bb_pos,buy,2025-08-13 21:54:00,1479.0,4.7005,1,leg_gt,0.43,60 -14836,buy_contrast_m10_bb_pos,buy,2025-08-13 21:57:00,1478.0,4.7714,1,leg_gt,0.43,60 -14837,buy_contrast_m10_bb_pos,buy,2025-08-13 22:00:00,1480.0,4.6297,1,leg_gt,0.42,60 -14838,buy_contrast_m10_bb_pos,buy,2025-08-13 22:03:00,1479.0,4.7005,1,leg_gt,0.42,60 -14839,buy_contrast_m10_bb_pos,buy,2025-08-13 22:06:00,1483.0,4.4179,1,leg_gt,0.42,60 -14840,buy_contrast_m10_bb_pos,buy,2025-08-13 22:09:00,1486.0,4.2069,1,leg_gt,0.42,60 -14841,buy_contrast_m10_bb_pos,buy,2025-08-14 00:21:00,1474.0,5.056,1,leg_gt,0.33,60 -14842,buy_contrast_m10_bb_pos,buy,2025-08-14 00:24:00,1484.0,4.3474,1,leg_gt,0.32,60 -14843,buy_contrast_m10_bb_pos,buy,2025-08-14 00:27:00,1483.0,4.4179,1,leg_gt,0.32,60 -14844,buy_contrast_m10_bb_pos,buy,2025-08-14 14:00:00,1528.0,-7.4298,0,leg_gt,8.7,60 -14845,buy_contrast_m10_bb_pos,buy,2025-08-14 14:03:00,1529.0,-7.4905,0,leg_gt,8.69,60 -14846,buy_contrast_m10_bb_pos,buy,2025-08-14 14:06:00,1533.0,-7.7321,0,leg_gt,8.69,60 -14847,buy_contrast_m10_bb_pos,buy,2025-08-14 14:09:00,1531.0,-7.6114,0,leg_gt,8.69,60 -14848,buy_contrast_m10_bb_pos,buy,2025-08-14 14:21:00,1529.0,-7.4905,0,leg_gt,8.68,60 -14849,buy_contrast_m10_bb_pos,buy,2025-08-14 14:24:00,1532.0,-7.6718,0,leg_gt,8.68,60 -14850,buy_contrast_m10_bb_pos,buy,2025-08-14 14:27:00,1531.0,-7.6114,0,leg_gt,8.68,60 -14851,buy_contrast_m10_bb_pos,buy,2025-08-14 15:30:00,1517.0,-6.7579,0,leg_gt,8.63,60 -14852,buy_contrast_m10_bb_pos,buy,2025-08-14 15:33:00,1523.0,-7.1256,0,leg_gt,8.63,60 -14853,buy_contrast_m10_bb_pos,buy,2025-08-14 15:36:00,1518.0,-6.8194,0,leg_gt,8.63,60 -14854,buy_contrast_m10_bb_pos,buy,2025-08-14 15:39:00,1523.0,-7.1256,0,leg_gt,8.63,60 -14855,buy_contrast_m10_bb_pos,buy,2025-08-14 19:51:00,1491.0,-5.1302,0,leg_gt,8.45,60 -14856,buy_contrast_m10_bb_pos,buy,2025-08-14 19:54:00,1491.0,-5.1302,0,leg_gt,8.45,60 -14857,buy_contrast_m10_bb_pos,buy,2025-08-14 19:57:00,1491.0,-5.1302,0,leg_gt,8.45,60 -14858,buy_contrast_m10_bb_pos,buy,2025-08-14 20:42:00,1488.0,-4.9387,0,leg_gt,8.42,60 -14859,buy_contrast_m10_bb_pos,buy,2025-08-14 20:45:00,1483.0,-4.6179,0,leg_gt,8.41,60 -14860,buy_contrast_m10_bb_pos,buy,2025-08-14 20:48:00,1483.0,-4.6179,0,leg_gt,8.41,60 -14861,buy_contrast_m10_bb_pos,buy,2025-08-14 20:51:00,1483.0,-4.6179,0,leg_gt,8.41,60 -14862,buy_contrast_m10_bb_pos,buy,2025-08-14 20:54:00,1482.0,-4.5534,0,leg_gt,8.41,60 -14863,buy_contrast_m10_bb_pos,buy,2025-08-14 20:57:00,1484.0,-4.6822,0,leg_gt,8.41,60 -14864,buy_contrast_m10_bb_pos,buy,2025-08-14 22:21:00,1401.0,0.9707,1,leg_gt,8.35,60 -14865,buy_contrast_m10_bb_pos,buy,2025-08-14 22:24:00,1393.0,1.5511,1,leg_gt,8.35,60 -14866,buy_contrast_m10_bb_pos,buy,2025-08-14 22:27:00,1400.0,1.0429,1,leg_gt,8.34,60 -14867,buy_contrast_m10_bb_pos,buy,2025-08-14 22:30:00,1397.0,1.2601,1,leg_gt,8.34,60 -14868,buy_contrast_m10_bb_pos,buy,2025-08-14 22:33:00,1406.0,0.6112,1,leg_gt,8.34,60 -14869,buy_contrast_m10_bb_pos,buy,2025-08-14 22:36:00,1403.0,0.8266,1,leg_gt,8.34,60 -14870,buy_contrast_m10_bb_pos,buy,2025-08-14 22:39:00,1407.0,0.5397,1,leg_gt,8.34,60 -14871,buy_contrast_m10_bb_pos,buy,2025-08-15 01:12:00,1396.0,1.3327,1,leg_gt,8.23,60 -14872,buy_contrast_m10_bb_pos,buy,2025-08-15 01:15:00,1393.0,1.5511,1,leg_gt,8.23,60 -14873,buy_contrast_m10_bb_pos,buy,2025-08-15 01:18:00,1395.0,1.4054,1,leg_gt,8.22,60 -14874,buy_contrast_m10_bb_pos,buy,2025-08-15 01:21:00,1398.0,1.1876,1,leg_gt,8.22,60 -14875,buy_contrast_m10_bb_pos,buy,2025-08-15 01:24:00,1396.0,1.3327,1,leg_gt,8.22,60 -14876,buy_contrast_m10_bb_pos,buy,2025-08-15 01:27:00,1391.0,1.6973,1,leg_gt,8.22,60 -14877,buy_contrast_m10_bb_pos,buy,2025-08-15 01:30:00,1393.0,1.5511,1,leg_gt,8.22,60 -14878,buy_contrast_m10_bb_pos,buy,2025-08-15 01:33:00,1394.0,1.4782,1,leg_gt,8.21,60 -14879,buy_contrast_m10_bb_pos,buy,2025-08-15 01:36:00,1396.0,1.3327,1,leg_gt,8.21,60 -14880,buy_contrast_m10_bb_pos,buy,2025-08-15 01:39:00,1395.0,1.4054,1,leg_gt,8.21,60 -14881,buy_contrast_m10_bb_pos,buy,2025-08-15 01:42:00,1396.0,1.3327,1,leg_gt,8.21,60 -14882,buy_contrast_m10_bb_pos,buy,2025-08-15 01:45:00,1397.0,1.2601,1,leg_gt,8.21,60 -14883,buy_contrast_m10_bb_pos,buy,2025-08-15 01:48:00,1394.0,1.4782,1,leg_gt,8.2,60 -14884,buy_contrast_m10_bb_pos,buy,2025-08-15 02:00:00,1396.0,1.3327,1,leg_gt,8.2,60 -14885,buy_contrast_m10_bb_pos,buy,2025-08-15 02:03:00,1398.0,1.1876,1,leg_gt,8.19,60 -14886,buy_contrast_m10_bb_pos,buy,2025-08-15 02:06:00,1396.0,1.3327,1,leg_gt,8.19,60 -14887,buy_contrast_m10_bb_pos,buy,2025-08-15 02:09:00,1391.0,1.6973,1,leg_gt,8.19,60 -14888,buy_contrast_m10_bb_pos,buy,2025-08-15 02:12:00,1388.0,1.9173,1,leg_gt,8.19,60 -14889,buy_contrast_m10_bb_pos,buy,2025-08-15 02:15:00,1392.0,1.6241,1,leg_gt,8.19,60 -14890,buy_contrast_m10_bb_pos,buy,2025-08-15 02:18:00,1390.0,1.7705,1,leg_gt,8.18,60 -14891,buy_contrast_m10_bb_pos,buy,2025-08-15 02:21:00,1394.0,1.4782,1,leg_gt,8.18,60 -14892,buy_contrast_m10_bb_pos,buy,2025-08-15 02:24:00,1400.0,1.0429,1,leg_gt,8.18,60 -14893,buy_contrast_m10_bb_pos,buy,2025-08-15 02:27:00,1401.0,0.9707,1,leg_gt,8.18,60 -14894,buy_contrast_m10_bb_pos,buy,2025-08-15 06:51:00,1384.0,2.2121,1,leg_gt,7.99,60 -14895,buy_contrast_m10_bb_pos,buy,2025-08-15 06:54:00,1381.0,2.4344,1,leg_gt,7.99,60 -14896,buy_contrast_m10_bb_pos,buy,2025-08-15 06:57:00,1385.0,2.1383,1,leg_gt,7.99,60 -14897,buy_contrast_m10_bb_pos,buy,2025-08-15 07:00:00,1381.0,2.4344,1,leg_gt,7.99,60 -14898,buy_contrast_m10_bb_pos,buy,2025-08-15 07:03:00,1374.0,2.9568,1,leg_gt,7.99,60 -14899,buy_contrast_m10_bb_pos,buy,2025-08-15 07:06:00,1375.0,2.8818,1,leg_gt,7.98,60 -14900,buy_contrast_m10_bb_pos,buy,2025-08-15 07:09:00,1374.0,2.9568,1,leg_gt,7.98,60 -14901,buy_contrast_m10_bb_pos,buy,2025-08-15 07:12:00,1380.0,2.5087,1,leg_gt,7.98,60 -14902,buy_contrast_m10_bb_pos,buy,2025-08-15 07:15:00,1381.0,2.4344,1,leg_gt,7.98,60 -14903,buy_contrast_m10_bb_pos,buy,2025-08-15 07:18:00,1382.0,2.3602,1,leg_gt,7.98,60 -14904,buy_contrast_m10_bb_pos,buy,2025-08-15 13:42:00,1405.0,0.6829,1,leg_gt,7.71,60 -14905,buy_contrast_m10_bb_pos,buy,2025-08-15 13:45:00,1401.0,0.9707,1,leg_gt,7.71,60 -14906,buy_contrast_m10_bb_pos,buy,2025-08-15 13:48:00,1402.0,0.8986,1,leg_gt,7.7,60 -14907,buy_contrast_m10_bb_pos,buy,2025-08-15 14:12:00,1399.0,1.1152,1,leg_gt,7.69,60 -14908,buy_contrast_m10_bb_pos,buy,2025-08-15 14:15:00,1394.0,1.4782,1,leg_gt,7.69,60 -14909,buy_contrast_m10_bb_pos,buy,2025-08-15 14:18:00,1396.0,1.3327,1,leg_gt,7.68,60 -14910,buy_contrast_m10_bb_pos,buy,2025-08-15 14:30:00,1396.0,1.3327,1,leg_gt,7.68,60 -14911,buy_contrast_m10_bb_pos,buy,2025-08-15 14:33:00,1396.0,1.3327,1,leg_gt,7.67,60 -14912,buy_contrast_m10_bb_pos,buy,2025-08-15 14:36:00,1397.0,1.2601,1,leg_gt,7.67,60 -14913,buy_contrast_m10_bb_pos,buy,2025-08-15 14:39:00,1395.0,1.4054,1,leg_gt,7.67,60 -14914,buy_contrast_m10_bb_pos,buy,2025-08-15 14:42:00,1396.0,1.3327,1,leg_gt,7.67,60 -14915,buy_contrast_m10_bb_pos,buy,2025-08-15 14:45:00,1396.0,1.3327,1,leg_gt,7.66,60 -14916,buy_contrast_m10_bb_pos,buy,2025-08-15 14:48:00,1394.0,1.4782,1,leg_gt,7.66,60 -14917,buy_contrast_m10_bb_pos,buy,2025-08-15 14:51:00,1395.0,1.4054,1,leg_gt,7.66,60 -14918,buy_contrast_m10_bb_pos,buy,2025-08-15 14:54:00,1396.0,1.3327,1,leg_gt,7.66,60 -14919,buy_contrast_m10_bb_pos,buy,2025-08-15 14:57:00,1401.0,0.9707,1,leg_gt,7.66,60 -14920,buy_contrast_m10_bb_pos,buy,2025-08-15 19:51:00,1392.0,1.6241,1,leg_gt,7.45,60 -14921,buy_contrast_m10_bb_pos,buy,2025-08-15 19:54:00,1393.0,1.5511,1,leg_gt,7.45,60 -14922,buy_contrast_m10_bb_pos,buy,2025-08-15 19:57:00,1393.0,1.5511,1,leg_gt,7.45,60 -14923,buy_contrast_m10_bb_pos,buy,2025-08-15 20:21:00,1387.0,1.9908,1,leg_gt,7.43,60 -14924,buy_contrast_m10_bb_pos,buy,2025-08-15 20:24:00,1386.0,2.0645,1,leg_gt,7.43,60 -14925,buy_contrast_m10_bb_pos,buy,2025-08-15 20:27:00,1387.0,1.9908,1,leg_gt,7.43,60 -14926,buy_contrast_m10_bb_pos,buy,2025-08-15 20:30:00,1386.0,2.0645,1,leg_gt,7.42,60 -14927,buy_contrast_m10_bb_pos,buy,2025-08-15 20:33:00,1387.0,1.9908,1,leg_gt,7.42,60 -14928,buy_contrast_m10_bb_pos,buy,2025-08-15 20:36:00,1386.0,2.0645,1,leg_gt,7.42,60 -14929,buy_contrast_m10_bb_pos,buy,2025-08-15 20:39:00,1390.0,1.7705,1,leg_gt,7.42,60 -14930,buy_contrast_m10_bb_pos,buy,2025-08-15 22:51:00,1385.0,2.1383,1,leg_gt,7.33,60 -14931,buy_contrast_m10_bb_pos,buy,2025-08-15 22:54:00,1381.0,2.4344,1,leg_gt,7.32,60 -14932,buy_contrast_m10_bb_pos,buy,2025-08-15 22:57:00,1381.0,2.4344,1,leg_gt,7.32,60 -14933,buy_contrast_m10_bb_pos,buy,2025-08-15 23:00:00,1381.0,2.4344,1,leg_gt,7.32,60 -14934,buy_contrast_m10_bb_pos,buy,2025-08-15 23:03:00,1386.0,2.0645,1,leg_gt,7.32,60 -14935,buy_contrast_m10_bb_pos,buy,2025-08-15 23:06:00,1388.0,1.9173,1,leg_gt,7.32,60 -14936,buy_contrast_m10_bb_pos,buy,2025-08-15 23:09:00,1383.0,2.2861,1,leg_gt,7.31,60 -14937,buy_contrast_m10_bb_pos,buy,2025-08-15 23:42:00,1373.0,3.0318,1,leg_gt,7.29,60 -14938,buy_contrast_m10_bb_pos,buy,2025-08-15 23:45:00,1373.0,3.0318,1,leg_gt,7.29,60 -14939,buy_contrast_m10_bb_pos,buy,2025-08-15 23:48:00,1365.0,3.6363,1,leg_gt,7.29,60 -14940,buy_contrast_m10_bb_pos,buy,2025-08-16 00:21:00,1360.0,4.0176,1,leg_gt,7.26,60 -14941,buy_contrast_m10_bb_pos,buy,2025-08-16 00:24:00,1355.0,4.4018,1,leg_gt,7.26,60 -14942,buy_contrast_m10_bb_pos,buy,2025-08-16 00:27:00,1354.0,4.479,1,leg_gt,7.26,60 -14943,buy_contrast_m10_bb_pos,buy,2025-08-16 01:00:00,1341.0,5.4928,1,leg_gt,7.24,60 -14944,buy_contrast_m10_bb_pos,buy,2025-08-16 01:03:00,1337.0,5.8088,1,leg_gt,7.24,60 -14945,buy_contrast_m10_bb_pos,buy,2025-08-16 01:06:00,1337.0,5.8088,1,leg_gt,7.23,60 -14946,buy_contrast_m10_bb_pos,buy,2025-08-16 01:09:00,1334.0,6.0469,1,leg_gt,7.23,60 -14947,buy_contrast_m10_bb_pos,buy,2025-08-16 01:12:00,1332.0,6.2063,1,leg_gt,7.23,60 -14948,buy_contrast_m10_bb_pos,buy,2025-08-16 01:15:00,1339.0,5.6506,1,leg_gt,7.23,60 -14949,buy_contrast_m10_bb_pos,buy,2025-08-16 01:18:00,1336.0,5.888,1,leg_gt,7.22,60 -14950,buy_contrast_m10_bb_pos,buy,2025-08-16 13:00:00,1375.0,2.8818,1,leg_gt,6.74,60 -14951,buy_contrast_m10_bb_pos,buy,2025-08-16 13:03:00,1375.0,2.8818,1,leg_gt,6.74,60 -14952,buy_contrast_m10_bb_pos,buy,2025-08-16 13:06:00,1373.0,3.0318,1,leg_gt,6.73,60 -14953,buy_contrast_m10_bb_pos,buy,2025-08-16 13:09:00,1371.0,3.1823,1,leg_gt,6.73,60 -14954,buy_contrast_m10_bb_pos,buy,2025-08-16 14:30:00,1370.0,3.2577,1,leg_gt,6.68,60 -14955,buy_contrast_m10_bb_pos,buy,2025-08-16 14:33:00,1371.0,3.1823,1,leg_gt,6.67,60 -14956,buy_contrast_m10_bb_pos,buy,2025-08-16 14:36:00,1370.0,3.2577,1,leg_gt,6.67,60 -14957,buy_contrast_m10_bb_pos,buy,2025-08-16 14:39:00,1367.0,3.4845,1,leg_gt,6.67,60 -14958,buy_contrast_m10_bb_pos,buy,2025-08-16 14:51:00,1369.0,3.3332,1,leg_gt,6.66,60 -14959,buy_contrast_m10_bb_pos,buy,2025-08-16 14:54:00,1369.0,3.3332,1,leg_gt,6.66,60 -14960,buy_contrast_m10_bb_pos,buy,2025-08-16 14:57:00,1368.0,3.4088,1,leg_gt,6.66,60 -14961,buy_contrast_m10_bb_pos,buy,2025-08-16 15:00:00,1368.0,3.4088,1,leg_gt,6.65,60 -14962,buy_contrast_m10_bb_pos,buy,2025-08-16 15:03:00,1368.0,3.4088,1,leg_gt,6.65,60 -14963,buy_contrast_m10_bb_pos,buy,2025-08-16 15:06:00,1367.0,3.4845,1,leg_gt,6.65,60 -14964,buy_contrast_m10_bb_pos,buy,2025-08-16 15:09:00,1367.0,3.4845,1,leg_gt,6.65,60 -14965,buy_contrast_m10_bb_pos,buy,2025-08-16 15:12:00,1365.0,3.6363,1,leg_gt,6.65,60 -14966,buy_contrast_m10_bb_pos,buy,2025-08-16 15:15:00,1368.0,3.4088,1,leg_gt,6.64,60 -14967,buy_contrast_m10_bb_pos,buy,2025-08-16 15:18:00,1370.0,3.2577,1,leg_gt,6.64,60 -14968,buy_contrast_m10_bb_pos,buy,2025-08-16 19:30:00,1363.0,3.7885,1,leg_gt,6.47,60 -14969,buy_contrast_m10_bb_pos,buy,2025-08-16 19:33:00,1360.0,4.0176,1,leg_gt,6.46,60 -14970,buy_contrast_m10_bb_pos,buy,2025-08-16 19:36:00,1360.0,4.0176,1,leg_gt,6.46,60 -14971,buy_contrast_m10_bb_pos,buy,2025-08-16 19:39:00,1356.0,4.3248,1,leg_gt,6.46,60 -14972,buy_contrast_m10_bb_pos,buy,2025-08-16 20:00:00,1359.0,4.0943,1,leg_gt,6.45,60 -14973,buy_contrast_m10_bb_pos,buy,2025-08-16 20:03:00,1361.0,3.9411,1,leg_gt,6.44,60 -14974,buy_contrast_m10_bb_pos,buy,2025-08-16 20:06:00,1362.0,3.8648,1,leg_gt,6.44,60 -14975,buy_contrast_m10_bb_pos,buy,2025-08-16 20:09:00,1362.0,3.8648,1,leg_gt,6.44,60 -14976,buy_contrast_m10_bb_pos,buy,2025-08-16 21:12:00,1353.0,4.5563,1,leg_gt,6.4,60 -14977,buy_contrast_m10_bb_pos,buy,2025-08-16 21:15:00,1353.0,4.5563,1,leg_gt,6.39,60 -14978,buy_contrast_m10_bb_pos,buy,2025-08-16 21:18:00,1353.0,4.5563,1,leg_gt,6.39,60 -14979,buy_contrast_m10_bb_pos,buy,2025-08-17 10:21:00,1384.0,2.2121,1,leg_gt,5.85,60 -14980,buy_contrast_m10_bb_pos,buy,2025-08-17 10:24:00,1384.0,2.2121,1,leg_gt,5.85,60 -14981,buy_contrast_m10_bb_pos,buy,2025-08-17 10:27:00,1386.0,2.0645,1,leg_gt,5.84,60 -14982,buy_contrast_m10_bb_pos,buy,2025-08-17 10:30:00,1385.0,2.1383,1,leg_gt,5.84,60 -14983,buy_contrast_m10_bb_pos,buy,2025-08-17 10:33:00,1387.0,1.9908,1,leg_gt,5.84,60 -14984,buy_contrast_m10_bb_pos,buy,2025-08-17 10:36:00,1388.0,1.9173,1,leg_gt,5.84,60 -14985,buy_contrast_m10_bb_pos,buy,2025-08-17 10:39:00,1389.0,1.8438,1,leg_gt,5.84,60 -14986,buy_contrast_m10_bb_pos,buy,2025-08-17 11:00:00,1385.0,2.1383,1,leg_gt,5.82,60 -14987,buy_contrast_m10_bb_pos,buy,2025-08-17 11:03:00,1387.0,1.9908,1,leg_gt,5.82,60 -14988,buy_contrast_m10_bb_pos,buy,2025-08-17 11:06:00,1386.0,2.0645,1,leg_gt,5.82,60 -14989,buy_contrast_m10_bb_pos,buy,2025-08-17 11:09:00,1385.0,2.1383,1,leg_gt,5.81,60 -14990,buy_contrast_m10_bb_pos,buy,2025-08-17 11:12:00,1380.0,2.5087,1,leg_gt,5.81,60 -14991,buy_contrast_m10_bb_pos,buy,2025-08-17 11:15:00,1379.0,2.5831,1,leg_gt,5.81,60 -14992,buy_contrast_m10_bb_pos,buy,2025-08-17 11:18:00,1381.0,2.4344,1,leg_gt,5.81,60 -14993,buy_contrast_m10_bb_pos,buy,2025-08-17 11:21:00,1383.0,2.2861,1,leg_gt,5.81,60 -14994,buy_contrast_m10_bb_pos,buy,2025-08-17 11:24:00,1384.0,2.2121,1,leg_gt,5.8,60 -14995,buy_contrast_m10_bb_pos,buy,2025-08-17 11:27:00,1385.0,2.1383,1,leg_gt,5.8,60 -14996,buy_contrast_m10_bb_pos,buy,2025-08-17 15:42:00,1386.0,2.0645,1,leg_gt,5.62,60 -14997,buy_contrast_m10_bb_pos,buy,2025-08-17 15:45:00,1386.0,2.0645,1,leg_gt,5.62,60 -14998,buy_contrast_m10_bb_pos,buy,2025-08-17 15:48:00,1385.0,2.1383,1,leg_gt,5.62,60 -14999,buy_contrast_m10_bb_pos,buy,2025-08-17 16:00:00,1384.0,2.2121,1,leg_gt,5.61,60 -15000,buy_contrast_m10_bb_pos,buy,2025-08-17 16:03:00,1384.0,2.2121,1,leg_gt,5.61,60 -15001,buy_contrast_m10_bb_pos,buy,2025-08-17 16:06:00,1382.0,2.3602,1,leg_gt,5.61,60 -15002,buy_contrast_m10_bb_pos,buy,2025-08-17 16:09:00,1384.0,2.2121,1,leg_gt,5.61,60 -15003,buy_contrast_m10_bb_pos,buy,2025-08-17 22:21:00,1396.0,1.3327,1,leg_gt,5.35,60 -15004,buy_contrast_m10_bb_pos,buy,2025-08-17 22:24:00,1395.0,1.4054,1,leg_gt,5.35,60 -15005,buy_contrast_m10_bb_pos,buy,2025-08-17 22:27:00,1397.0,1.2601,1,leg_gt,5.34,60 -15006,buy_contrast_m10_bb_pos,buy,2025-08-18 03:51:00,1404.0,0.7547,1,leg_gt,5.12,60 -15007,buy_contrast_m10_bb_pos,buy,2025-08-18 03:54:00,1403.0,0.8266,1,leg_gt,5.12,60 -15008,buy_contrast_m10_bb_pos,buy,2025-08-18 03:57:00,1390.0,1.7705,1,leg_gt,5.11,60 -15009,buy_contrast_m10_bb_pos,buy,2025-08-18 04:00:00,1400.0,1.0429,1,leg_gt,5.11,60 -15010,buy_contrast_m10_bb_pos,buy,2025-08-18 04:03:00,1401.0,0.9707,1,leg_gt,5.11,60 -15011,buy_contrast_m10_bb_pos,buy,2025-08-18 04:06:00,1399.0,1.1152,1,leg_gt,5.11,60 -15012,buy_contrast_m10_bb_pos,buy,2025-08-18 04:09:00,1401.0,0.9707,1,leg_gt,5.11,60 -15013,buy_contrast_m10_bb_pos,buy,2025-08-18 04:12:00,1401.0,0.9707,1,leg_gt,5.1,60 -15014,buy_contrast_m10_bb_pos,buy,2025-08-18 04:15:00,1402.0,0.8986,1,leg_gt,5.1,60 -15015,buy_contrast_m10_bb_pos,buy,2025-08-18 04:18:00,1403.0,0.8266,1,leg_gt,5.1,60 -15016,buy_contrast_m10_bb_pos,buy,2025-08-18 04:21:00,1400.0,1.0429,1,leg_gt,5.1,60 -15017,buy_contrast_m10_bb_pos,buy,2025-08-18 04:24:00,1403.0,0.8266,1,leg_gt,5.1,60 -15018,buy_contrast_m10_bb_pos,buy,2025-08-18 04:27:00,1402.0,0.8986,1,leg_gt,5.09,60 -15019,buy_contrast_m10_bb_pos,buy,2025-08-18 05:12:00,1394.0,1.4782,1,leg_gt,5.06,60 -15020,buy_contrast_m10_bb_pos,buy,2025-08-18 05:15:00,1394.0,1.4782,1,leg_gt,5.06,60 -15021,buy_contrast_m10_bb_pos,buy,2025-08-18 05:18:00,1394.0,1.4782,1,leg_gt,5.06,60 -15022,buy_contrast_m10_bb_pos,buy,2025-08-18 05:24:00,1394.0,1.4782,1,leg_gt,5.05,60 -15023,buy_contrast_m10_bb_pos,buy,2025-08-18 05:27:00,1396.0,1.3327,1,leg_gt,5.05,60 -15024,buy_contrast_m10_bb_pos,buy,2025-08-18 09:21:00,1388.0,1.9173,1,leg_gt,4.89,60 -15025,buy_contrast_m10_bb_pos,buy,2025-08-18 09:24:00,1387.0,1.9908,1,leg_gt,4.89,60 -15026,buy_contrast_m10_bb_pos,buy,2025-08-18 09:27:00,1387.0,1.9908,1,leg_gt,4.89,60 -15027,buy_contrast_m10_bb_pos,buy,2025-08-18 09:42:00,1389.0,1.8438,1,leg_gt,4.88,60 -15028,buy_contrast_m10_bb_pos,buy,2025-08-18 09:45:00,1386.0,2.0645,1,leg_gt,4.87,60 -15029,buy_contrast_m10_bb_pos,buy,2025-08-18 09:48:00,1391.0,1.6973,1,leg_gt,4.87,60 -15030,buy_contrast_m10_bb_pos,buy,2025-08-18 10:21:00,1380.0,2.5087,1,leg_gt,4.85,60 -15031,buy_contrast_m10_bb_pos,buy,2025-08-18 10:24:00,1380.0,2.5087,1,leg_gt,4.85,60 -15032,buy_contrast_m10_bb_pos,buy,2025-08-18 10:27:00,1380.0,2.5087,1,leg_gt,4.84,60 -15033,buy_contrast_m10_bb_pos,buy,2025-08-18 10:42:00,1371.0,3.1823,1,leg_gt,4.83,60 -15034,buy_contrast_m10_bb_pos,buy,2025-08-18 10:45:00,1372.0,3.107,1,leg_gt,4.83,60 -15035,buy_contrast_m10_bb_pos,buy,2025-08-18 10:48:00,1373.0,3.0318,1,leg_gt,4.83,60 -15036,buy_contrast_m10_bb_pos,buy,2025-08-18 10:51:00,1370.0,3.2577,1,leg_gt,4.83,60 -15037,buy_contrast_m10_bb_pos,buy,2025-08-18 10:54:00,1369.0,3.3332,1,leg_gt,4.82,60 -15038,buy_contrast_m10_bb_pos,buy,2025-08-18 10:57:00,1369.0,3.3332,1,leg_gt,4.82,60 -15039,buy_contrast_m10_bb_pos,buy,2025-08-18 11:00:00,1368.0,3.4088,1,leg_gt,4.82,60 -15040,buy_contrast_m10_bb_pos,buy,2025-08-18 11:03:00,1365.0,3.6363,1,leg_gt,4.82,60 -15041,buy_contrast_m10_bb_pos,buy,2025-08-18 11:06:00,1363.0,3.7885,1,leg_gt,4.82,60 -15042,buy_contrast_m10_bb_pos,buy,2025-08-18 11:09:00,1364.0,3.7123,1,leg_gt,4.81,60 -15043,buy_contrast_m10_bb_pos,buy,2025-08-18 11:42:00,1352.0,4.6337,1,leg_gt,4.79,60 -15044,buy_contrast_m10_bb_pos,buy,2025-08-18 11:45:00,1354.0,4.479,1,leg_gt,4.79,60 -15045,buy_contrast_m10_bb_pos,buy,2025-08-18 11:48:00,1347.0,5.0225,1,leg_gt,4.79,60 -15046,buy_contrast_m10_bb_pos,buy,2025-08-18 11:51:00,1343.0,5.3356,1,leg_gt,4.79,60 -15047,buy_contrast_m10_bb_pos,buy,2025-08-18 11:54:00,1341.0,5.4928,1,leg_gt,4.78,60 -15048,buy_contrast_m10_bb_pos,buy,2025-08-18 11:57:00,1341.0,5.4928,1,leg_gt,4.78,60 -15049,buy_contrast_m10_bb_pos,buy,2025-08-18 12:00:00,1341.0,5.4928,1,leg_gt,4.78,60 -15050,buy_contrast_m10_bb_pos,buy,2025-08-18 12:03:00,1338.0,5.7296,1,leg_gt,4.78,60 -15051,buy_contrast_m10_bb_pos,buy,2025-08-18 12:06:00,1341.0,5.4928,1,leg_gt,4.78,60 -15052,buy_contrast_m10_bb_pos,buy,2025-08-18 12:09:00,1341.0,5.4928,1,leg_gt,4.77,60 -15053,buy_contrast_m10_bb_pos,buy,2025-08-18 12:12:00,1341.0,5.4928,1,leg_gt,4.77,60 -15054,buy_contrast_m10_bb_pos,buy,2025-08-18 12:15:00,1337.0,5.8088,1,leg_gt,4.77,60 -15055,buy_contrast_m10_bb_pos,buy,2025-08-18 12:18:00,1336.0,5.888,1,leg_gt,4.77,60 -15056,buy_contrast_m10_bb_pos,buy,2025-08-18 12:21:00,1334.0,6.0469,1,leg_gt,4.76,60 -15057,buy_contrast_m10_bb_pos,buy,2025-08-18 12:24:00,1333.0,6.1266,1,leg_gt,4.76,60 -15058,buy_contrast_m10_bb_pos,buy,2025-08-18 12:27:00,1331.0,6.2862,1,leg_gt,4.76,60 -15059,buy_contrast_m10_bb_pos,buy,2025-08-18 12:30:00,1330.0,6.3662,1,leg_gt,4.76,60 -15060,buy_contrast_m10_bb_pos,buy,2025-08-18 12:33:00,1330.0,6.3662,1,leg_gt,4.76,60 -15061,buy_contrast_m10_bb_pos,buy,2025-08-18 12:36:00,1329.0,6.4463,1,leg_gt,4.75,60 -15062,buy_contrast_m10_bb_pos,buy,2025-08-18 12:39:00,1329.0,6.4463,1,leg_gt,4.75,60 -15063,buy_contrast_m10_bb_pos,buy,2025-08-18 12:42:00,1330.0,6.3662,1,leg_gt,4.75,60 -15064,buy_contrast_m10_bb_pos,buy,2025-08-18 12:45:00,1328.0,6.5265,1,leg_gt,4.75,60 -15065,buy_contrast_m10_bb_pos,buy,2025-08-18 12:48:00,1330.0,6.3662,1,leg_gt,4.75,60 -15066,buy_contrast_m10_bb_pos,buy,2025-08-18 15:30:00,1328.0,6.5265,1,leg_gt,4.63,60 -15067,buy_contrast_m10_bb_pos,buy,2025-08-18 15:33:00,1328.0,6.5265,1,leg_gt,4.63,60 -15068,buy_contrast_m10_bb_pos,buy,2025-08-18 15:36:00,1331.0,6.2862,1,leg_gt,4.63,60 -15069,buy_contrast_m10_bb_pos,buy,2025-08-18 15:39:00,1329.0,6.4463,1,leg_gt,4.63,60 -15070,buy_contrast_m10_bb_pos,buy,2025-08-18 15:42:00,1328.0,6.5265,1,leg_gt,4.62,60 -15071,buy_contrast_m10_bb_pos,buy,2025-08-18 15:45:00,1326.0,6.6873,1,leg_gt,4.62,60 -15072,buy_contrast_m10_bb_pos,buy,2025-08-18 15:48:00,1324.0,6.8486,1,leg_gt,4.62,60 -15073,buy_contrast_m10_bb_pos,buy,2025-08-18 15:51:00,1329.0,6.4463,1,leg_gt,4.62,60 -15074,buy_contrast_m10_bb_pos,buy,2025-08-18 15:54:00,1328.0,6.5265,1,leg_gt,4.62,60 -15075,buy_contrast_m10_bb_pos,buy,2025-08-18 15:57:00,1329.0,6.4463,1,leg_gt,4.61,60 -15076,buy_contrast_m10_bb_pos,buy,2025-08-18 18:12:00,1320.0,7.1727,1,leg_gt,4.52,60 -15077,buy_contrast_m10_bb_pos,buy,2025-08-18 18:15:00,1321.0,7.0915,1,leg_gt,4.52,60 -15078,buy_contrast_m10_bb_pos,buy,2025-08-18 18:18:00,1319.0,7.2541,1,leg_gt,4.52,60 -15079,buy_contrast_m10_bb_pos,buy,2025-08-18 23:12:00,1321.0,7.0915,1,leg_gt,4.31,60 -15080,buy_contrast_m10_bb_pos,buy,2025-08-18 23:15:00,1329.0,6.4463,1,leg_gt,4.31,60 -15081,buy_contrast_m10_bb_pos,buy,2025-08-18 23:18:00,1326.0,6.6873,1,leg_gt,4.31,60 -15082,buy_contrast_m10_bb_pos,buy,2025-08-18 23:21:00,1326.0,6.6873,1,leg_gt,4.31,60 -15083,buy_contrast_m10_bb_pos,buy,2025-08-18 23:24:00,1327.0,6.6069,1,leg_gt,4.3,60 -15084,buy_contrast_m10_bb_pos,buy,2025-08-18 23:27:00,1330.0,6.3662,1,leg_gt,4.3,60 -15085,buy_contrast_m10_bb_pos,buy,2025-08-18 23:51:00,1322.0,7.0104,1,leg_gt,4.29,60 -15086,buy_contrast_m10_bb_pos,buy,2025-08-18 23:54:00,1325.0,6.7679,1,leg_gt,4.28,60 -15087,buy_contrast_m10_bb_pos,buy,2025-08-18 23:57:00,1328.0,6.5265,1,leg_gt,4.28,60 -15088,buy_contrast_m10_bb_pos,buy,2025-08-19 08:42:00,1328.0,6.5265,1,leg_gt,3.92,60 -15089,buy_contrast_m10_bb_pos,buy,2025-08-19 08:45:00,1326.0,6.6873,1,leg_gt,3.91,60 -15090,buy_contrast_m10_bb_pos,buy,2025-08-19 08:48:00,1325.0,6.7679,1,leg_gt,3.91,60 -15091,buy_contrast_m10_bb_pos,buy,2025-08-19 08:51:00,1325.0,6.7679,1,leg_gt,3.91,60 -15092,buy_contrast_m10_bb_pos,buy,2025-08-19 08:54:00,1326.0,6.6873,1,leg_gt,3.91,60 -15093,buy_contrast_m10_bb_pos,buy,2025-08-19 08:57:00,1326.0,6.6873,1,leg_gt,3.91,60 -15094,buy_contrast_m10_bb_pos,buy,2025-08-19 09:00:00,1325.0,6.7679,1,leg_gt,3.9,60 -15095,buy_contrast_m10_bb_pos,buy,2025-08-19 09:03:00,1325.0,6.7679,1,leg_gt,3.9,60 -15096,buy_contrast_m10_bb_pos,buy,2025-08-19 09:06:00,1328.0,6.5265,1,leg_gt,3.9,60 -15097,buy_contrast_m10_bb_pos,buy,2025-08-19 09:09:00,1326.0,6.6873,1,leg_gt,3.9,60 -15098,buy_contrast_m10_bb_pos,buy,2025-08-19 09:42:00,1321.0,7.0915,1,leg_gt,3.88,60 -15099,buy_contrast_m10_bb_pos,buy,2025-08-19 09:45:00,1321.0,7.0915,1,leg_gt,3.87,60 -15100,buy_contrast_m10_bb_pos,buy,2025-08-19 09:48:00,1333.0,6.1266,1,leg_gt,3.87,60 -15101,buy_contrast_m10_bb_pos,buy,2025-08-19 10:51:00,1318.0,7.3355,1,leg_gt,3.83,60 -15102,buy_contrast_m10_bb_pos,buy,2025-08-19 10:54:00,1318.0,7.3355,1,leg_gt,3.82,60 -15103,buy_contrast_m10_bb_pos,buy,2025-08-19 10:57:00,1319.0,7.2541,1,leg_gt,3.82,60 -15104,buy_contrast_m10_bb_pos,buy,2025-08-19 11:00:00,1321.0,7.0915,1,leg_gt,3.82,60 -15105,buy_contrast_m10_bb_pos,buy,2025-08-19 11:03:00,1319.0,7.2541,1,leg_gt,3.82,60 -15106,buy_contrast_m10_bb_pos,buy,2025-08-19 11:06:00,1316.0,7.4988,1,leg_gt,3.82,60 -15107,buy_contrast_m10_bb_pos,buy,2025-08-19 11:09:00,1318.0,7.3355,1,leg_gt,3.81,60 -15108,buy_contrast_m10_bb_pos,buy,2025-08-19 11:12:00,1317.0,7.4171,1,leg_gt,3.81,60 -15109,buy_contrast_m10_bb_pos,buy,2025-08-19 11:15:00,1318.0,7.3355,1,leg_gt,3.81,60 -15110,buy_contrast_m10_bb_pos,buy,2025-08-19 11:18:00,1316.0,7.4988,1,leg_gt,3.81,60 -15111,buy_contrast_m10_bb_pos,buy,2025-08-19 12:12:00,1314.0,7.6626,1,leg_gt,3.77,60 -15112,buy_contrast_m10_bb_pos,buy,2025-08-19 12:15:00,1316.0,7.4988,1,leg_gt,3.77,60 -15113,buy_contrast_m10_bb_pos,buy,2025-08-19 12:18:00,1316.0,7.4988,1,leg_gt,3.77,60 -15114,buy_contrast_m10_bb_pos,buy,2025-08-19 12:30:00,1312.0,7.8268,1,leg_gt,3.76,60 -15115,buy_contrast_m10_bb_pos,buy,2025-08-19 12:33:00,1309.0,8.0742,1,leg_gt,3.76,60 -15116,buy_contrast_m10_bb_pos,buy,2025-08-19 12:36:00,1309.0,8.0742,1,leg_gt,3.75,60 -15117,buy_contrast_m10_bb_pos,buy,2025-08-19 12:39:00,1304.0,8.489,1,leg_gt,3.75,60 -15118,buy_contrast_m10_bb_pos,buy,2025-08-19 13:21:00,1294.0,9.3281,1,leg_gt,3.72,60 -15119,buy_contrast_m10_bb_pos,buy,2025-08-19 13:24:00,1290.0,9.6674,1,leg_gt,3.72,60 -15120,buy_contrast_m10_bb_pos,buy,2025-08-19 13:27:00,1290.0,9.6674,1,leg_gt,3.72,60 -15121,buy_contrast_m10_bb_pos,buy,2025-08-19 13:30:00,1291.0,9.5824,1,leg_gt,3.72,60 -15122,buy_contrast_m10_bb_pos,buy,2025-08-19 13:33:00,1294.0,9.3281,1,leg_gt,3.71,60 -15123,buy_contrast_m10_bb_pos,buy,2025-08-19 13:36:00,1295.0,9.2436,1,leg_gt,3.71,60 -15124,buy_contrast_m10_bb_pos,buy,2025-08-19 13:39:00,1296.0,9.1593,1,leg_gt,3.71,60 -15125,buy_contrast_m10_bb_pos,buy,2025-08-19 16:21:00,1289.0,9.7526,1,leg_gt,3.6,60 -15126,buy_contrast_m10_bb_pos,buy,2025-08-19 16:24:00,1287.0,9.9233,1,leg_gt,3.6,60 -15127,buy_contrast_m10_bb_pos,buy,2025-08-19 16:27:00,1288.0,9.8379,1,leg_gt,3.59,60 -15128,buy_contrast_m10_bb_pos,buy,2025-08-19 16:30:00,1290.0,9.6674,1,leg_gt,3.59,60 -15129,buy_contrast_m10_bb_pos,buy,2025-08-19 16:33:00,1288.0,9.8379,1,leg_gt,3.59,60 -15130,buy_contrast_m10_bb_pos,buy,2025-08-19 16:36:00,1289.0,9.7526,1,leg_gt,3.59,60 -15131,buy_contrast_m10_bb_pos,buy,2025-08-19 16:39:00,1294.0,9.3281,1,leg_gt,3.59,60 -15132,buy_contrast_m10_bb_pos,buy,2025-08-19 17:12:00,1290.0,9.6674,1,leg_gt,3.56,60 -15133,buy_contrast_m10_bb_pos,buy,2025-08-19 17:15:00,1292.0,9.4975,1,leg_gt,3.56,60 -15134,buy_contrast_m10_bb_pos,buy,2025-08-19 17:18:00,1291.0,9.5824,1,leg_gt,3.56,60 -15135,buy_contrast_m10_bb_pos,buy,2025-08-19 21:51:00,1310.0,7.9916,1,leg_gt,3.37,60 -15136,buy_contrast_m10_bb_pos,buy,2025-08-19 21:54:00,1312.0,7.8268,1,leg_gt,3.37,60 -15137,buy_contrast_m10_bb_pos,buy,2025-08-19 21:57:00,1314.0,7.6626,1,leg_gt,3.36,60 -15138,buy_contrast_m10_bb_pos,buy,2025-08-19 23:00:00,1307.0,8.2397,1,leg_gt,3.32,60 -15139,buy_contrast_m10_bb_pos,buy,2025-08-19 23:03:00,1308.0,8.1569,1,leg_gt,3.32,60 -15140,buy_contrast_m10_bb_pos,buy,2025-08-19 23:06:00,1308.0,8.1569,1,leg_gt,3.32,60 -15141,buy_contrast_m10_bb_pos,buy,2025-08-19 23:09:00,1302.0,8.6558,1,leg_gt,3.31,60 -15142,buy_contrast_m10_bb_pos,buy,2025-08-20 00:00:00,1289.0,9.7526,1,leg_gt,3.28,60 -15143,buy_contrast_m10_bb_pos,buy,2025-08-20 00:03:00,1289.0,9.7526,1,leg_gt,3.28,60 -15144,buy_contrast_m10_bb_pos,buy,2025-08-20 00:06:00,1287.0,9.9233,1,leg_gt,3.28,60 -15145,buy_contrast_m10_bb_pos,buy,2025-08-20 00:09:00,1287.0,9.9233,1,leg_gt,3.27,60 -15146,buy_contrast_m10_bb_pos,buy,2025-08-20 00:12:00,1287.0,9.9233,1,leg_gt,3.27,60 -15147,buy_contrast_m10_bb_pos,buy,2025-08-20 00:15:00,1289.0,9.7526,1,leg_gt,3.27,60 -15148,buy_contrast_m10_bb_pos,buy,2025-08-20 00:18:00,1291.0,9.5824,1,leg_gt,3.27,60 -15149,buy_contrast_m10_bb_pos,buy,2025-08-20 01:42:00,1275.0,10.9588,1,leg_gt,3.21,60 -15150,buy_contrast_m10_bb_pos,buy,2025-08-20 01:45:00,1278.0,10.6981,1,leg_gt,3.21,60 -15151,buy_contrast_m10_bb_pos,buy,2025-08-20 01:48:00,1274.0,11.046,1,leg_gt,3.2,60 -15152,buy_contrast_m10_bb_pos,buy,2025-08-20 02:00:00,1276.0,10.8718,1,leg_gt,3.2,60 -15153,buy_contrast_m10_bb_pos,buy,2025-08-20 02:03:00,1277.0,10.7849,1,leg_gt,3.19,60 -15154,buy_contrast_m10_bb_pos,buy,2025-08-20 02:06:00,1269.0,11.4839,1,leg_gt,3.19,60 -15155,buy_contrast_m10_bb_pos,buy,2025-08-20 02:09:00,1270.0,11.3961,1,leg_gt,3.19,60 -15156,buy_contrast_m10_bb_pos,buy,2025-08-20 02:12:00,1276.0,10.8718,1,leg_gt,3.19,60 -15157,buy_contrast_m10_bb_pos,buy,2025-08-20 02:15:00,1278.0,10.6981,1,leg_gt,3.19,60 -15158,buy_contrast_m10_bb_pos,buy,2025-08-20 02:18:00,1277.0,10.7849,1,leg_gt,3.18,60 -15159,buy_contrast_m10_bb_pos,buy,2025-08-20 05:12:00,1264.0,11.9253,1,leg_gt,3.06,60 -15160,buy_contrast_m10_bb_pos,buy,2025-08-20 05:15:00,1262.0,12.1029,1,leg_gt,3.06,60 -15161,buy_contrast_m10_bb_pos,buy,2025-08-20 05:18:00,1267.0,11.6601,1,leg_gt,3.06,60 -15162,buy_contrast_m10_bb_pos,buy,2025-08-20 08:12:00,1263.0,12.014,1,leg_gt,2.94,60 -15163,buy_contrast_m10_bb_pos,buy,2025-08-20 08:15:00,1264.0,11.9253,1,leg_gt,2.94,60 -15164,buy_contrast_m10_bb_pos,buy,2025-08-20 08:18:00,1265.0,11.8368,1,leg_gt,2.93,60 -15165,buy_contrast_m10_bb_pos,buy,2025-08-20 08:21:00,1262.0,12.1029,1,leg_gt,2.93,60 -15166,buy_contrast_m10_bb_pos,buy,2025-08-20 08:24:00,1264.0,11.9253,1,leg_gt,2.93,60 -15167,buy_contrast_m10_bb_pos,buy,2025-08-20 08:27:00,1261.0,12.1918,1,leg_gt,2.93,60 -15168,buy_contrast_m10_bb_pos,buy,2025-08-20 08:30:00,1260.0,12.281,1,leg_gt,2.92,60 -15169,buy_contrast_m10_bb_pos,buy,2025-08-20 08:33:00,1258.0,12.4596,1,leg_gt,2.92,60 -15170,buy_contrast_m10_bb_pos,buy,2025-08-20 08:36:00,1263.0,12.014,1,leg_gt,2.92,60 -15171,buy_contrast_m10_bb_pos,buy,2025-08-20 08:39:00,1257.0,12.5492,1,leg_gt,2.92,60 -15172,buy_contrast_m10_bb_pos,buy,2025-08-20 20:21:00,1297.0,9.075,1,leg_gt,2.43,60 -15173,buy_contrast_m10_bb_pos,buy,2025-08-20 20:24:00,1296.0,9.1593,1,leg_gt,2.43,60 -15174,buy_contrast_m10_bb_pos,buy,2025-08-20 20:27:00,1295.0,9.2436,1,leg_gt,2.43,60 -15175,buy_contrast_m10_bb_pos,buy,2025-08-20 22:51:00,1279.0,10.6115,1,leg_gt,2.33,60 -15176,buy_contrast_m10_bb_pos,buy,2025-08-20 22:54:00,1276.0,10.8718,1,leg_gt,2.33,60 -15177,buy_contrast_m10_bb_pos,buy,2025-08-20 22:57:00,1279.0,10.6115,1,leg_gt,2.32,60 -15178,buy_contrast_m10_bb_pos,buy,2025-08-21 03:30:00,1310.0,7.9916,1,leg_gt,2.13,60 -15179,buy_contrast_m10_bb_pos,buy,2025-08-21 03:33:00,1308.0,8.1569,1,leg_gt,2.13,60 -15180,buy_contrast_m10_bb_pos,buy,2025-08-21 03:36:00,1310.0,7.9916,1,leg_gt,2.13,60 -15181,buy_contrast_m10_bb_pos,buy,2025-08-21 03:39:00,1312.0,7.8268,1,leg_gt,2.13,60 -15182,buy_contrast_m10_bb_pos,buy,2025-08-21 11:21:00,1330.0,6.3662,1,leg_gt,1.81,60 -15183,buy_contrast_m10_bb_pos,buy,2025-08-21 11:24:00,1330.0,6.3662,1,leg_gt,1.8,60 -15184,buy_contrast_m10_bb_pos,buy,2025-08-21 11:27:00,1332.0,6.2063,1,leg_gt,1.8,60 -15185,buy_contrast_m10_bb_pos,buy,2025-08-21 11:30:00,1331.0,6.2862,1,leg_gt,1.8,60 -15186,buy_contrast_m10_bb_pos,buy,2025-08-21 11:33:00,1329.0,6.4463,1,leg_gt,1.8,60 -15187,buy_contrast_m10_bb_pos,buy,2025-08-21 11:36:00,1326.0,6.6873,1,leg_gt,1.8,60 -15188,buy_contrast_m10_bb_pos,buy,2025-08-21 11:39:00,1327.0,6.6069,1,leg_gt,1.79,60 -15189,buy_contrast_m10_bb_pos,buy,2025-08-21 15:30:00,1326.0,6.6873,1,leg_gt,1.63,60 -15190,buy_contrast_m10_bb_pos,buy,2025-08-21 15:33:00,1328.0,6.5265,1,leg_gt,1.63,60 -15191,buy_contrast_m10_bb_pos,buy,2025-08-21 15:36:00,1329.0,6.4463,1,leg_gt,1.63,60 -15192,buy_contrast_m10_bb_pos,buy,2025-08-21 15:39:00,1328.0,6.5265,1,leg_gt,1.63,60 -15193,buy_contrast_m10_bb_pos,buy,2025-08-21 15:42:00,1328.0,6.5265,1,leg_gt,1.62,60 -15194,buy_contrast_m10_bb_pos,buy,2025-08-21 15:45:00,1327.0,6.6069,1,leg_gt,1.62,60 -15195,buy_contrast_m10_bb_pos,buy,2025-08-21 15:48:00,1327.0,6.6069,1,leg_gt,1.62,60 -15196,buy_contrast_m10_bb_pos,buy,2025-08-21 16:30:00,1322.0,7.0104,1,leg_gt,1.59,60 -15197,buy_contrast_m10_bb_pos,buy,2025-08-21 16:33:00,1324.0,6.8486,1,leg_gt,1.59,60 -15198,buy_contrast_m10_bb_pos,buy,2025-08-21 16:36:00,1326.0,6.6873,1,leg_gt,1.59,60 -15199,buy_contrast_m10_bb_pos,buy,2025-08-21 16:39:00,1328.0,6.5265,1,leg_gt,1.59,60 -15200,buy_contrast_m10_bb_pos,buy,2025-08-21 17:30:00,1320.0,7.1727,1,leg_gt,1.55,60 -15201,buy_contrast_m10_bb_pos,buy,2025-08-21 17:33:00,1319.0,7.2541,1,leg_gt,1.55,60 -15202,buy_contrast_m10_bb_pos,buy,2025-08-21 17:36:00,1319.0,7.2541,1,leg_gt,1.55,60 -15203,buy_contrast_m10_bb_pos,buy,2025-08-21 17:39:00,1319.0,7.2541,1,leg_gt,1.54,60 -15204,buy_contrast_m10_bb_pos,buy,2025-08-21 17:42:00,1318.0,7.3355,1,leg_gt,1.54,60 -15205,buy_contrast_m10_bb_pos,buy,2025-08-21 17:45:00,1320.0,7.1727,1,leg_gt,1.54,60 -15206,buy_contrast_m10_bb_pos,buy,2025-08-21 17:48:00,1323.0,6.9295,1,leg_gt,1.54,60 -15207,buy_contrast_m10_bb_pos,buy,2025-08-21 18:30:00,1313.0,7.7446,1,leg_gt,1.51,60 -15208,buy_contrast_m10_bb_pos,buy,2025-08-21 18:33:00,1316.0,7.4988,1,leg_gt,1.51,60 -15209,buy_contrast_m10_bb_pos,buy,2025-08-21 18:36:00,1316.0,7.4988,1,leg_gt,1.5,60 -15210,buy_contrast_m10_bb_pos,buy,2025-08-21 18:39:00,1316.0,7.4988,1,leg_gt,1.5,60 -15211,buy_contrast_m10_bb_pos,buy,2025-08-21 19:00:00,1311.0,7.9092,1,leg_gt,1.49,60 -15212,buy_contrast_m10_bb_pos,buy,2025-08-21 19:03:00,1309.0,8.0742,1,leg_gt,1.49,60 -15213,buy_contrast_m10_bb_pos,buy,2025-08-21 19:06:00,1311.0,7.9092,1,leg_gt,1.48,60 -15214,buy_contrast_m10_bb_pos,buy,2025-08-21 19:09:00,1314.0,7.6626,1,leg_gt,1.48,60 -15215,buy_contrast_m10_bb_pos,buy,2025-08-21 21:00:00,1307.0,8.2397,1,leg_gt,1.4,60 -15216,buy_contrast_m10_bb_pos,buy,2025-08-21 21:03:00,1307.0,8.2397,1,leg_gt,1.4,60 -15217,buy_contrast_m10_bb_pos,buy,2025-08-21 21:06:00,1307.0,8.2397,1,leg_gt,1.4,60 -15218,buy_contrast_m10_bb_pos,buy,2025-08-21 21:09:00,1307.0,8.2397,1,leg_gt,1.4,60 -15219,buy_contrast_m10_bb_pos,buy,2025-08-21 21:12:00,1304.0,8.489,1,leg_gt,1.4,60 -15220,buy_contrast_m10_bb_pos,buy,2025-08-21 21:15:00,1301.0,8.7394,1,leg_gt,1.39,60 -15221,buy_contrast_m10_bb_pos,buy,2025-08-21 21:18:00,1301.0,8.7394,1,leg_gt,1.39,60 -15222,buy_contrast_m10_bb_pos,buy,2025-08-21 21:30:00,1302.0,8.6558,1,leg_gt,1.38,60 -15223,buy_contrast_m10_bb_pos,buy,2025-08-21 21:33:00,1306.0,8.3227,1,leg_gt,1.38,60 -15224,buy_contrast_m10_bb_pos,buy,2025-08-21 21:36:00,1304.0,8.489,1,leg_gt,1.38,60 -15225,buy_contrast_m10_bb_pos,buy,2025-08-21 21:39:00,1303.0,8.5723,1,leg_gt,1.38,60 -15226,buy_contrast_m10_bb_pos,buy,2025-08-21 21:42:00,1302.0,8.6558,1,leg_gt,1.38,60 -15227,buy_contrast_m10_bb_pos,buy,2025-08-21 21:45:00,1301.0,8.7394,1,leg_gt,1.37,60 -15228,buy_contrast_m10_bb_pos,buy,2025-08-21 21:48:00,1298.0,8.9909,1,leg_gt,1.37,60 -15229,buy_contrast_m10_bb_pos,buy,2025-08-21 22:00:00,1298.0,8.9909,1,leg_gt,1.36,60 -15230,buy_contrast_m10_bb_pos,buy,2025-08-21 22:03:00,1299.0,8.9069,1,leg_gt,1.36,60 -15231,buy_contrast_m10_bb_pos,buy,2025-08-21 22:06:00,1300.0,8.8231,1,leg_gt,1.36,60 -15232,buy_contrast_m10_bb_pos,buy,2025-08-21 22:09:00,1300.0,8.8231,1,leg_gt,1.36,60 -15233,buy_contrast_m10_bb_pos,buy,2025-08-22 01:00:00,1294.0,9.3281,1,leg_gt,1.24,60 -15234,buy_contrast_m10_bb_pos,buy,2025-08-22 01:03:00,1296.0,9.1593,1,leg_gt,1.24,60 -15235,buy_contrast_m10_bb_pos,buy,2025-08-22 01:06:00,1296.0,9.1593,1,leg_gt,1.23,60 -15236,buy_contrast_m10_bb_pos,buy,2025-08-22 01:09:00,1299.0,8.9069,1,leg_gt,1.23,60 -15237,buy_contrast_m10_bb_pos,buy,2025-08-22 10:00:00,1305.0,8.4057,1,leg_gt,0.86,60 -15238,buy_contrast_m10_bb_pos,buy,2025-08-22 10:03:00,1308.0,8.1569,1,leg_gt,0.86,60 -15239,buy_contrast_m10_bb_pos,buy,2025-08-22 10:06:00,1306.0,8.3227,1,leg_gt,0.86,60 -15240,buy_contrast_m10_bb_pos,buy,2025-08-22 10:09:00,1300.0,8.8231,1,leg_gt,0.86,60 -15241,buy_contrast_m10_bb_pos,buy,2025-08-22 12:42:00,1300.0,8.8231,1,leg_gt,0.75,60 -15242,buy_contrast_m10_bb_pos,buy,2025-08-22 12:45:00,1298.0,8.9909,1,leg_gt,0.75,60 -15243,buy_contrast_m10_bb_pos,buy,2025-08-22 12:48:00,1298.0,8.9909,1,leg_gt,0.75,60 -15244,buy_contrast_m10_bb_pos,buy,2025-08-22 12:51:00,1300.0,8.8231,1,leg_gt,0.74,60 -15245,buy_contrast_m10_bb_pos,buy,2025-08-22 12:54:00,1300.0,8.8231,1,leg_gt,0.74,60 -15246,buy_contrast_m10_bb_pos,buy,2025-08-22 12:57:00,1303.0,8.5723,1,leg_gt,0.74,60 -15247,buy_contrast_m10_bb_pos,buy,2025-08-22 15:42:00,1296.0,9.1593,1,leg_gt,0.62,60 -15248,buy_contrast_m10_bb_pos,buy,2025-08-22 15:45:00,1296.0,9.1593,1,leg_gt,0.62,60 -15249,buy_contrast_m10_bb_pos,buy,2025-08-22 15:48:00,1300.0,8.8231,1,leg_gt,0.62,60 -15250,buy_contrast_m10_bb_pos,buy,2025-08-22 15:51:00,1298.0,8.9909,1,leg_gt,0.62,60 -15251,buy_contrast_m10_bb_pos,buy,2025-08-22 15:54:00,1300.0,8.8231,1,leg_gt,0.62,60 -15252,buy_contrast_m10_bb_pos,buy,2025-08-22 15:57:00,1298.0,8.9909,1,leg_gt,0.61,60 -15253,buy_contrast_m10_bb_pos,buy,2025-08-22 16:00:00,1297.0,9.075,1,leg_gt,0.61,60 -15254,buy_contrast_m10_bb_pos,buy,2025-08-22 16:03:00,1301.0,8.7394,1,leg_gt,0.61,60 -15255,buy_contrast_m10_bb_pos,buy,2025-08-22 16:06:00,1303.0,8.5723,1,leg_gt,0.61,60 -15256,buy_contrast_m10_bb_pos,buy,2025-08-22 16:09:00,1303.0,8.5723,1,leg_gt,0.61,60 -15257,buy_contrast_m10_bb_pos,buy,2025-08-22 19:30:00,1298.0,8.9909,1,leg_gt,0.47,60 -15258,buy_contrast_m10_bb_pos,buy,2025-08-22 19:33:00,1293.0,9.4128,1,leg_gt,0.46,60 -15259,buy_contrast_m10_bb_pos,buy,2025-08-22 19:36:00,1295.0,9.2436,1,leg_gt,0.46,60 -15260,buy_contrast_m10_bb_pos,buy,2025-08-22 19:39:00,1294.0,9.3281,1,leg_gt,0.46,60 -15261,buy_contrast_m10_bb_pos,buy,2025-08-22 20:00:00,1293.0,9.4128,1,leg_gt,0.45,60 -15262,buy_contrast_m10_bb_pos,buy,2025-08-22 20:03:00,1292.0,9.4975,1,leg_gt,0.44,60 -15263,buy_contrast_m10_bb_pos,buy,2025-08-22 20:06:00,1292.0,9.4975,1,leg_gt,0.44,60 -15264,buy_contrast_m10_bb_pos,buy,2025-08-22 20:09:00,1287.0,9.9233,1,leg_gt,0.44,60 -15265,buy_contrast_m10_bb_pos,buy,2025-08-22 20:21:00,1289.0,9.7526,1,leg_gt,0.43,60 -15266,buy_contrast_m10_bb_pos,buy,2025-08-22 20:24:00,1288.0,9.8379,1,leg_gt,0.43,60 -15267,buy_contrast_m10_bb_pos,buy,2025-08-22 20:27:00,1289.0,9.7526,1,leg_gt,0.43,60 -15268,buy_contrast_m10_bb_pos,buy,2025-08-22 20:30:00,1287.0,9.9233,1,leg_gt,0.42,60 -15269,buy_contrast_m10_bb_pos,buy,2025-08-22 20:33:00,1288.0,9.8379,1,leg_gt,0.42,60 -15270,buy_contrast_m10_bb_pos,buy,2025-08-22 20:36:00,1286.0,10.0089,1,leg_gt,0.42,60 -15271,buy_contrast_m10_bb_pos,buy,2025-08-22 20:39:00,1284.0,10.1804,1,leg_gt,0.42,60 -15272,buy_contrast_m10_bb_pos,buy,2025-08-22 20:51:00,1286.0,10.0089,1,leg_gt,0.41,60 -15273,buy_contrast_m10_bb_pos,buy,2025-08-22 20:54:00,1285.0,10.0946,1,leg_gt,0.41,60 -15274,buy_contrast_m10_bb_pos,buy,2025-08-22 20:57:00,1285.0,10.0946,1,leg_gt,0.41,60 -15275,buy_contrast_m10_bb_pos,buy,2025-08-22 21:00:00,1282.0,10.3524,1,leg_gt,0.4,60 -15276,buy_contrast_m10_bb_pos,buy,2025-08-22 21:03:00,1281.0,10.4386,1,leg_gt,0.4,60 -15277,buy_contrast_m10_bb_pos,buy,2025-08-22 21:06:00,1280.0,10.525,1,leg_gt,0.4,60 -15278,buy_contrast_m10_bb_pos,buy,2025-08-22 21:09:00,1273.0,11.1333,1,leg_gt,0.4,60 -15279,buy_contrast_m10_bb_pos,buy,2025-08-22 21:21:00,1273.0,11.1333,1,leg_gt,0.39,60 -15280,buy_contrast_m10_bb_pos,buy,2025-08-22 21:24:00,1270.0,11.3961,1,leg_gt,0.39,60 -15281,buy_contrast_m10_bb_pos,buy,2025-08-22 21:27:00,1267.0,11.6601,1,leg_gt,0.39,60 -15282,buy_contrast_m10_bb_pos,buy,2025-08-23 07:51:00,1406.0,-4.5097,0,leg_gt,4.22,60 -15283,buy_contrast_m10_bb_pos,buy,2025-08-23 07:54:00,1406.0,-4.5097,0,leg_gt,4.22,60 -15284,buy_contrast_m10_bb_pos,buy,2025-08-23 07:57:00,1403.0,-4.3053,0,leg_gt,4.22,60 -15285,buy_contrast_m10_bb_pos,buy,2025-08-23 08:12:00,1407.0,-4.5776,0,leg_gt,4.21,60 -15286,buy_contrast_m10_bb_pos,buy,2025-08-23 08:15:00,1407.0,-4.5776,0,leg_gt,4.21,60 -15287,buy_contrast_m10_bb_pos,buy,2025-08-23 08:18:00,1406.0,-4.5097,0,leg_gt,4.2,60 -15288,buy_contrast_m10_bb_pos,buy,2025-08-23 10:12:00,1401.0,-4.1685,0,leg_gt,4.12,60 -15289,buy_contrast_m10_bb_pos,buy,2025-08-23 10:15:00,1400.0,-4.1,0,leg_gt,4.12,60 -15290,buy_contrast_m10_bb_pos,buy,2025-08-23 10:18:00,1393.0,-3.6176,0,leg_gt,4.12,60 -15291,buy_contrast_m10_bb_pos,buy,2025-08-23 10:51:00,1384.0,-2.9902,0,leg_gt,4.1,60 -15292,buy_contrast_m10_bb_pos,buy,2025-08-23 10:54:00,1387.0,-3.2002,0,leg_gt,4.1,60 -15293,buy_contrast_m10_bb_pos,buy,2025-08-23 10:57:00,1388.0,-3.27,0,leg_gt,4.09,60 -15294,buy_contrast_m10_bb_pos,buy,2025-08-23 11:30:00,1372.0,-2.1408,0,leg_gt,4.07,60 -15295,buy_contrast_m10_bb_pos,buy,2025-08-23 11:33:00,1366.0,-1.7105,0,leg_gt,4.07,60 -15296,buy_contrast_m10_bb_pos,buy,2025-08-23 11:36:00,1364.0,-1.5663,0,leg_gt,4.07,60 -15297,buy_contrast_m10_bb_pos,buy,2025-08-23 11:39:00,1362.0,-1.4216,0,leg_gt,4.06,60 -15298,buy_contrast_m10_bb_pos,buy,2025-08-23 11:51:00,1369.0,-1.9262,0,leg_gt,4.06,60 -15299,buy_contrast_m10_bb_pos,buy,2025-08-23 11:54:00,1370.0,-1.9978,0,leg_gt,4.05,60 -15300,buy_contrast_m10_bb_pos,buy,2025-08-23 11:57:00,1373.0,-2.2122,0,leg_gt,4.05,60 -15301,buy_contrast_m10_bb_pos,buy,2025-08-23 17:00:00,1396.0,-3.8249,0,leg_gt,3.84,60 -15302,buy_contrast_m10_bb_pos,buy,2025-08-23 17:03:00,1398.0,-3.9627,0,leg_gt,3.84,60 -15303,buy_contrast_m10_bb_pos,buy,2025-08-23 17:06:00,1399.0,-4.0314,0,leg_gt,3.84,60 -15304,buy_contrast_m10_bb_pos,buy,2025-08-23 17:09:00,1399.0,-4.0314,0,leg_gt,3.84,60 -15305,buy_contrast_m10_bb_pos,buy,2025-08-23 17:30:00,1395.0,-3.7559,0,leg_gt,3.82,60 -15306,buy_contrast_m10_bb_pos,buy,2025-08-23 17:33:00,1399.0,-4.0314,0,leg_gt,3.82,60 -15307,buy_contrast_m10_bb_pos,buy,2025-08-23 17:36:00,1401.0,-4.1685,0,leg_gt,3.82,60 -15308,buy_contrast_m10_bb_pos,buy,2025-08-23 17:39:00,1400.0,-4.1,0,leg_gt,3.81,60 -15309,buy_contrast_m10_bb_pos,buy,2025-08-23 19:51:00,1394.0,-3.6868,0,leg_gt,3.72,60 -15310,buy_contrast_m10_bb_pos,buy,2025-08-23 19:54:00,1390.0,-3.4094,0,leg_gt,3.72,60 -15311,buy_contrast_m10_bb_pos,buy,2025-08-23 19:57:00,1393.0,-3.6176,0,leg_gt,3.72,60 -15312,buy_contrast_m10_bb_pos,buy,2025-08-23 20:00:00,1392.0,-3.5483,0,leg_gt,3.72,60 -15313,buy_contrast_m10_bb_pos,buy,2025-08-23 20:03:00,1393.0,-3.6176,0,leg_gt,3.71,60 -15314,buy_contrast_m10_bb_pos,buy,2025-08-23 20:06:00,1396.0,-3.8249,0,leg_gt,3.71,60 -15315,buy_contrast_m10_bb_pos,buy,2025-08-23 20:09:00,1396.0,-3.8249,0,leg_gt,3.71,60 -15316,buy_contrast_m10_bb_pos,buy,2025-08-24 00:12:00,1400.0,-4.1,0,leg_gt,3.54,60 -15317,buy_contrast_m10_bb_pos,buy,2025-08-24 00:15:00,1400.0,-4.1,0,leg_gt,3.54,60 -15318,buy_contrast_m10_bb_pos,buy,2025-08-24 00:18:00,1401.0,-4.1685,0,leg_gt,3.54,60 -15319,buy_contrast_m10_bb_pos,buy,2025-08-24 01:42:00,1398.0,-3.9627,0,leg_gt,3.48,60 -15320,buy_contrast_m10_bb_pos,buy,2025-08-24 01:45:00,1398.0,-3.9627,0,leg_gt,3.48,60 -15321,buy_contrast_m10_bb_pos,buy,2025-08-24 01:48:00,1397.0,-3.8938,0,leg_gt,3.48,60 -15322,buy_contrast_m10_bb_pos,buy,2025-08-24 01:51:00,1397.0,-3.8938,0,leg_gt,3.47,60 -15323,buy_contrast_m10_bb_pos,buy,2025-08-24 01:54:00,1397.0,-3.8938,0,leg_gt,3.47,60 -15324,buy_contrast_m10_bb_pos,buy,2025-08-24 01:57:00,1400.0,-4.1,0,leg_gt,3.47,60 -15325,buy_contrast_m10_bb_pos,buy,2025-08-24 02:30:00,1397.0,-3.8938,0,leg_gt,3.45,60 -15326,buy_contrast_m10_bb_pos,buy,2025-08-24 02:33:00,1398.0,-3.9627,0,leg_gt,3.44,60 -15327,buy_contrast_m10_bb_pos,buy,2025-08-24 02:36:00,1400.0,-4.1,0,leg_gt,3.44,60 -15328,buy_contrast_m10_bb_pos,buy,2025-08-24 02:39:00,1401.0,-4.1685,0,leg_gt,3.44,60 -15329,buy_contrast_m10_bb_pos,buy,2025-08-24 06:30:00,1393.0,-3.6176,0,leg_gt,3.28,60 -15330,buy_contrast_m10_bb_pos,buy,2025-08-24 06:33:00,1395.0,-3.7559,0,leg_gt,3.28,60 -15331,buy_contrast_m10_bb_pos,buy,2025-08-24 06:36:00,1396.0,-3.8249,0,leg_gt,3.28,60 -15332,buy_contrast_m10_bb_pos,buy,2025-08-24 06:39:00,1397.0,-3.8938,0,leg_gt,3.27,60 -15333,buy_contrast_m10_bb_pos,buy,2025-08-24 10:42:00,1393.0,-3.6176,0,leg_gt,3.1,60 -15334,buy_contrast_m10_bb_pos,buy,2025-08-24 10:45:00,1395.0,-3.7559,0,leg_gt,3.1,60 -15335,buy_contrast_m10_bb_pos,buy,2025-08-24 10:48:00,1393.0,-3.6176,0,leg_gt,3.1,60 -15336,buy_contrast_m10_bb_pos,buy,2025-08-24 10:51:00,1390.0,-3.4094,0,leg_gt,3.1,60 -15337,buy_contrast_m10_bb_pos,buy,2025-08-24 10:54:00,1393.0,-3.6176,0,leg_gt,3.1,60 -15338,buy_contrast_m10_bb_pos,buy,2025-08-24 10:57:00,1392.0,-3.5483,0,leg_gt,3.09,60 -15339,buy_contrast_m10_bb_pos,buy,2025-08-24 11:21:00,1390.0,-3.4094,0,leg_gt,3.08,60 -15340,buy_contrast_m10_bb_pos,buy,2025-08-24 11:24:00,1390.0,-3.4094,0,leg_gt,3.08,60 -15341,buy_contrast_m10_bb_pos,buy,2025-08-24 11:27:00,1392.0,-3.5483,0,leg_gt,3.07,60 -15342,buy_contrast_m10_bb_pos,buy,2025-08-24 12:42:00,1380.0,-2.7087,0,leg_gt,3.02,60 -15343,buy_contrast_m10_bb_pos,buy,2025-08-24 12:45:00,1379.0,-2.6381,0,leg_gt,3.02,60 -15344,buy_contrast_m10_bb_pos,buy,2025-08-24 12:48:00,1381.0,-2.7792,0,leg_gt,3.02,60 -15345,buy_contrast_m10_bb_pos,buy,2025-08-24 12:51:00,1379.0,-2.6381,0,leg_gt,3.01,60 -15346,buy_contrast_m10_bb_pos,buy,2025-08-24 12:54:00,1380.0,-2.7087,0,leg_gt,3.01,60 -15347,buy_contrast_m10_bb_pos,buy,2025-08-24 12:57:00,1383.0,-2.92,0,leg_gt,3.01,60 -15348,buy_contrast_m10_bb_pos,buy,2025-08-24 13:30:00,1376.0,-2.4256,0,leg_gt,2.99,60 -15349,buy_contrast_m10_bb_pos,buy,2025-08-24 13:33:00,1377.0,-2.4965,0,leg_gt,2.99,60 -15350,buy_contrast_m10_bb_pos,buy,2025-08-24 13:36:00,1377.0,-2.4965,0,leg_gt,2.98,60 -15351,buy_contrast_m10_bb_pos,buy,2025-08-24 13:39:00,1378.0,-2.5673,0,leg_gt,2.98,60 -15352,buy_contrast_m10_bb_pos,buy,2025-08-24 13:51:00,1376.0,-2.4256,0,leg_gt,2.97,60 -15353,buy_contrast_m10_bb_pos,buy,2025-08-24 13:54:00,1374.0,-2.2834,0,leg_gt,2.97,60 -15354,buy_contrast_m10_bb_pos,buy,2025-08-24 13:57:00,1371.0,-2.0694,0,leg_gt,2.97,60 -15355,buy_contrast_m10_bb_pos,buy,2025-08-24 14:00:00,1372.0,-2.1408,0,leg_gt,2.97,60 -15356,buy_contrast_m10_bb_pos,buy,2025-08-24 14:03:00,1372.0,-2.1408,0,leg_gt,2.96,60 -15357,buy_contrast_m10_bb_pos,buy,2025-08-24 14:06:00,1370.0,-1.9978,0,leg_gt,2.96,60 -15358,buy_contrast_m10_bb_pos,buy,2025-08-24 14:09:00,1370.0,-1.9978,0,leg_gt,2.96,60 -15359,buy_contrast_m10_bb_pos,buy,2025-08-24 14:12:00,1369.0,-1.9262,0,leg_gt,2.96,60 -15360,buy_contrast_m10_bb_pos,buy,2025-08-24 14:15:00,1369.0,-1.9262,0,leg_gt,2.96,60 -15361,buy_contrast_m10_bb_pos,buy,2025-08-24 14:18:00,1370.0,-1.9978,0,leg_gt,2.95,60 -15362,buy_contrast_m10_bb_pos,buy,2025-08-24 14:21:00,1370.0,-1.9978,0,leg_gt,2.95,60 -15363,buy_contrast_m10_bb_pos,buy,2025-08-24 14:24:00,1371.0,-2.0694,0,leg_gt,2.95,60 -15364,buy_contrast_m10_bb_pos,buy,2025-08-24 14:27:00,1370.0,-1.9978,0,leg_gt,2.95,60 -15365,buy_contrast_m10_bb_pos,buy,2025-08-24 14:30:00,1370.0,-1.9978,0,leg_gt,2.95,60 -15366,buy_contrast_m10_bb_pos,buy,2025-08-24 14:33:00,1367.0,-1.7825,0,leg_gt,2.94,60 -15367,buy_contrast_m10_bb_pos,buy,2025-08-24 14:36:00,1365.0,-1.6385,0,leg_gt,2.94,60 -15368,buy_contrast_m10_bb_pos,buy,2025-08-24 14:39:00,1363.0,-1.494,0,leg_gt,2.94,60 -15369,buy_contrast_m10_bb_pos,buy,2025-08-24 14:42:00,1365.0,-1.6385,0,leg_gt,2.94,60 -15370,buy_contrast_m10_bb_pos,buy,2025-08-24 14:45:00,1365.0,-1.6385,0,leg_gt,2.94,60 -15371,buy_contrast_m10_bb_pos,buy,2025-08-24 14:48:00,1362.0,-1.4216,0,leg_gt,2.93,60 -15372,buy_contrast_m10_bb_pos,buy,2025-08-24 16:00:00,1343.0,-0.0255,0,leg_gt,2.88,60 -15373,buy_contrast_m10_bb_pos,buy,2025-08-24 16:03:00,1342.0,0.049,1,leg_gt,2.88,60 -15374,buy_contrast_m10_bb_pos,buy,2025-08-24 16:06:00,1345.0,-0.1743,0,leg_gt,2.88,60 -15375,buy_contrast_m10_bb_pos,buy,2025-08-24 16:09:00,1348.0,-0.3967,0,leg_gt,2.88,60 -15376,buy_contrast_m10_bb_pos,buy,2025-08-24 19:51:00,1333.0,0.7252,1,leg_gt,2.72,60 -15377,buy_contrast_m10_bb_pos,buy,2025-08-24 19:54:00,1334.0,0.6496,1,leg_gt,2.72,60 -15378,buy_contrast_m10_bb_pos,buy,2025-08-24 19:57:00,1333.0,0.7252,1,leg_gt,2.72,60 -15379,buy_contrast_m10_bb_pos,buy,2025-08-24 20:00:00,1331.0,0.8767,1,leg_gt,2.72,60 -15380,buy_contrast_m10_bb_pos,buy,2025-08-24 20:03:00,1334.0,0.6496,1,leg_gt,2.71,60 -15381,buy_contrast_m10_bb_pos,buy,2025-08-24 20:06:00,1338.0,0.3484,1,leg_gt,2.71,60 -15382,buy_contrast_m10_bb_pos,buy,2025-08-24 20:09:00,1334.0,0.6496,1,leg_gt,2.71,60 -15383,buy_contrast_m10_bb_pos,buy,2025-08-24 20:21:00,1330.0,0.9526,1,leg_gt,2.7,60 -15384,buy_contrast_m10_bb_pos,buy,2025-08-24 20:24:00,1331.0,0.8767,1,leg_gt,2.7,60 -15385,buy_contrast_m10_bb_pos,buy,2025-08-24 20:27:00,1333.0,0.7252,1,leg_gt,2.7,60 -15386,buy_contrast_m10_bb_pos,buy,2025-08-25 07:30:00,1335.0,0.5742,1,leg_gt,2.24,60 -15387,buy_contrast_m10_bb_pos,buy,2025-08-25 07:33:00,1339.0,0.2734,1,leg_gt,2.24,60 -15388,buy_contrast_m10_bb_pos,buy,2025-08-25 07:36:00,1340.0,0.1985,1,leg_gt,2.23,60 -15389,buy_contrast_m10_bb_pos,buy,2025-08-25 07:39:00,1343.0,-0.0255,0,leg_gt,2.23,60 -15390,buy_contrast_m10_bb_pos,buy,2025-08-25 07:42:00,1343.0,-0.0255,0,leg_gt,2.23,60 -15391,buy_contrast_m10_bb_pos,buy,2025-08-25 07:45:00,1345.0,-0.1743,0,leg_gt,2.23,60 -15392,buy_contrast_m10_bb_pos,buy,2025-08-25 07:48:00,1344.0,-0.1,0,leg_gt,2.22,60 -15393,buy_contrast_m10_bb_pos,buy,2025-08-25 10:00:00,1332.0,0.8009,1,leg_gt,2.13,60 -15394,buy_contrast_m10_bb_pos,buy,2025-08-25 10:03:00,1333.0,0.7252,1,leg_gt,2.13,60 -15395,buy_contrast_m10_bb_pos,buy,2025-08-25 10:06:00,1333.0,0.7252,1,leg_gt,2.13,60 -15396,buy_contrast_m10_bb_pos,buy,2025-08-25 10:09:00,1332.0,0.8009,1,leg_gt,2.13,60 -15397,buy_contrast_m10_bb_pos,buy,2025-08-25 10:12:00,1333.0,0.7252,1,leg_gt,2.12,60 -15398,buy_contrast_m10_bb_pos,buy,2025-08-25 10:15:00,1333.0,0.7252,1,leg_gt,2.12,60 -15399,buy_contrast_m10_bb_pos,buy,2025-08-25 10:18:00,1329.0,1.0287,1,leg_gt,2.12,60 -15400,buy_contrast_m10_bb_pos,buy,2025-08-25 10:21:00,1332.0,0.8009,1,leg_gt,2.12,60 -15401,buy_contrast_m10_bb_pos,buy,2025-08-25 10:24:00,1341.0,0.1237,1,leg_gt,2.12,60 -15402,buy_contrast_m10_bb_pos,buy,2025-08-25 10:27:00,1342.0,0.049,1,leg_gt,2.11,60 -15403,buy_contrast_m10_bb_pos,buy,2025-08-25 14:21:00,1328.0,1.1048,1,leg_gt,1.95,60 -15404,buy_contrast_m10_bb_pos,buy,2025-08-25 14:24:00,1324.0,1.4106,1,leg_gt,1.95,60 -15405,buy_contrast_m10_bb_pos,buy,2025-08-25 14:27:00,1326.0,1.2575,1,leg_gt,1.95,60 -15406,buy_contrast_m10_bb_pos,buy,2025-08-25 14:30:00,1326.0,1.2575,1,leg_gt,1.95,60 -15407,buy_contrast_m10_bb_pos,buy,2025-08-25 14:33:00,1325.0,1.334,1,leg_gt,1.94,60 -15408,buy_contrast_m10_bb_pos,buy,2025-08-25 14:36:00,1323.0,1.4873,1,leg_gt,1.94,60 -15409,buy_contrast_m10_bb_pos,buy,2025-08-25 14:39:00,1324.0,1.4106,1,leg_gt,1.94,60 -15410,buy_contrast_m10_bb_pos,buy,2025-08-25 14:42:00,1324.0,1.4106,1,leg_gt,1.94,60 -15411,buy_contrast_m10_bb_pos,buy,2025-08-25 14:45:00,1326.0,1.2575,1,leg_gt,1.94,60 -15412,buy_contrast_m10_bb_pos,buy,2025-08-25 14:48:00,1324.0,1.4106,1,leg_gt,1.93,60 -15413,buy_contrast_m10_bb_pos,buy,2025-08-25 14:51:00,1323.0,1.4873,1,leg_gt,1.93,60 -15414,buy_contrast_m10_bb_pos,buy,2025-08-25 14:54:00,1320.0,1.7182,1,leg_gt,1.93,60 -15415,buy_contrast_m10_bb_pos,buy,2025-08-25 14:57:00,1322.0,1.5641,1,leg_gt,1.93,60 -15416,buy_contrast_m10_bb_pos,buy,2025-08-25 15:00:00,1318.0,1.8727,1,leg_gt,1.92,60 -15417,buy_contrast_m10_bb_pos,buy,2025-08-25 15:03:00,1317.0,1.9501,1,leg_gt,1.92,60 -15418,buy_contrast_m10_bb_pos,buy,2025-08-25 15:06:00,1318.0,1.8727,1,leg_gt,1.92,60 -15419,buy_contrast_m10_bb_pos,buy,2025-08-25 15:09:00,1314.0,2.1831,1,leg_gt,1.92,60 -15420,buy_contrast_m10_bb_pos,buy,2025-08-25 15:12:00,1316.0,2.0277,1,leg_gt,1.92,60 -15421,buy_contrast_m10_bb_pos,buy,2025-08-25 15:15:00,1315.0,2.1053,1,leg_gt,1.91,60 -15422,buy_contrast_m10_bb_pos,buy,2025-08-25 15:18:00,1311.0,2.4172,1,leg_gt,1.91,60 -15423,buy_contrast_m10_bb_pos,buy,2025-08-25 15:21:00,1314.0,2.1831,1,leg_gt,1.91,60 -15424,buy_contrast_m10_bb_pos,buy,2025-08-25 15:24:00,1317.0,1.9501,1,leg_gt,1.91,60 -15425,buy_contrast_m10_bb_pos,buy,2025-08-25 15:27:00,1317.0,1.9501,1,leg_gt,1.91,60 -15426,buy_contrast_m10_bb_pos,buy,2025-08-25 15:30:00,1315.0,2.1053,1,leg_gt,1.9,60 -15427,buy_contrast_m10_bb_pos,buy,2025-08-25 15:33:00,1312.0,2.339,1,leg_gt,1.9,60 -15428,buy_contrast_m10_bb_pos,buy,2025-08-25 15:36:00,1311.0,2.4172,1,leg_gt,1.9,60 -15429,buy_contrast_m10_bb_pos,buy,2025-08-25 15:39:00,1311.0,2.4172,1,leg_gt,1.9,60 -15430,buy_contrast_m10_bb_pos,buy,2025-08-25 15:42:00,1314.0,2.1831,1,leg_gt,1.9,60 -15431,buy_contrast_m10_bb_pos,buy,2025-08-25 15:45:00,1311.0,2.4172,1,leg_gt,1.89,60 -15432,buy_contrast_m10_bb_pos,buy,2025-08-25 15:48:00,1305.0,2.8885,1,leg_gt,1.89,60 -15433,buy_contrast_m10_bb_pos,buy,2025-08-25 15:51:00,1303.0,3.0466,1,leg_gt,1.89,60 -15434,buy_contrast_m10_bb_pos,buy,2025-08-25 15:54:00,1303.0,3.0466,1,leg_gt,1.89,60 -15435,buy_contrast_m10_bb_pos,buy,2025-08-25 15:57:00,1305.0,2.8885,1,leg_gt,1.89,60 -15436,buy_contrast_m10_bb_pos,buy,2025-08-25 16:00:00,1303.0,3.0466,1,leg_gt,1.88,60 -15437,buy_contrast_m10_bb_pos,buy,2025-08-25 16:03:00,1310.0,2.4954,1,leg_gt,1.88,60 -15438,buy_contrast_m10_bb_pos,buy,2025-08-25 16:06:00,1308.0,2.6523,1,leg_gt,1.88,60 -15439,buy_contrast_m10_bb_pos,buy,2025-08-25 16:09:00,1305.0,2.8885,1,leg_gt,1.88,60 -15440,buy_contrast_m10_bb_pos,buy,2025-08-25 16:12:00,1307.0,2.7309,1,leg_gt,1.88,60 -15441,buy_contrast_m10_bb_pos,buy,2025-08-25 16:15:00,1309.0,2.5738,1,leg_gt,1.87,60 -15442,buy_contrast_m10_bb_pos,buy,2025-08-25 16:18:00,1308.0,2.6523,1,leg_gt,1.87,60 -15443,buy_contrast_m10_bb_pos,buy,2025-08-25 16:30:00,1302.0,3.1258,1,leg_gt,1.86,60 -15444,buy_contrast_m10_bb_pos,buy,2025-08-25 16:33:00,1300.0,3.2846,1,leg_gt,1.86,60 -15445,buy_contrast_m10_bb_pos,buy,2025-08-25 16:36:00,1298.0,3.4439,1,leg_gt,1.86,60 -15446,buy_contrast_m10_bb_pos,buy,2025-08-25 16:39:00,1302.0,3.1258,1,leg_gt,1.86,60 -15447,buy_contrast_m10_bb_pos,buy,2025-08-25 16:51:00,1296.0,3.6037,1,leg_gt,1.85,60 -15448,buy_contrast_m10_bb_pos,buy,2025-08-25 16:54:00,1292.0,3.9248,1,leg_gt,1.85,60 -15449,buy_contrast_m10_bb_pos,buy,2025-08-25 16:57:00,1296.0,3.6037,1,leg_gt,1.84,60 -15450,buy_contrast_m10_bb_pos,buy,2025-08-25 17:00:00,1297.0,3.5237,1,leg_gt,1.84,60 -15451,buy_contrast_m10_bb_pos,buy,2025-08-25 17:03:00,1292.0,3.9248,1,leg_gt,1.84,60 -15452,buy_contrast_m10_bb_pos,buy,2025-08-25 17:06:00,1288.0,4.2478,1,leg_gt,1.84,60 -15453,buy_contrast_m10_bb_pos,buy,2025-08-25 17:09:00,1288.0,4.2478,1,leg_gt,1.84,60 -15454,buy_contrast_m10_bb_pos,buy,2025-08-25 17:12:00,1296.0,3.6037,1,leg_gt,1.83,60 -15455,buy_contrast_m10_bb_pos,buy,2025-08-25 17:15:00,1294.0,3.764,1,leg_gt,1.83,60 -15456,buy_contrast_m10_bb_pos,buy,2025-08-25 17:18:00,1302.0,3.1258,1,leg_gt,1.83,60 -15457,buy_contrast_m10_bb_pos,buy,2025-08-25 18:12:00,1296.0,3.6037,1,leg_gt,1.79,60 -15458,buy_contrast_m10_bb_pos,buy,2025-08-25 18:15:00,1298.0,3.4439,1,leg_gt,1.79,60 -15459,buy_contrast_m10_bb_pos,buy,2025-08-25 18:18:00,1298.0,3.4439,1,leg_gt,1.79,60 -15460,buy_contrast_m10_bb_pos,buy,2025-08-25 18:30:00,1292.0,3.9248,1,leg_gt,1.78,60 -15461,buy_contrast_m10_bb_pos,buy,2025-08-25 18:33:00,1294.0,3.764,1,leg_gt,1.78,60 -15462,buy_contrast_m10_bb_pos,buy,2025-08-25 18:36:00,1293.0,3.8443,1,leg_gt,1.78,60 -15463,buy_contrast_m10_bb_pos,buy,2025-08-25 18:39:00,1295.0,3.6838,1,leg_gt,1.77,60 -15464,buy_contrast_m10_bb_pos,buy,2025-08-25 19:12:00,1290.0,4.086,1,leg_gt,1.75,60 -15465,buy_contrast_m10_bb_pos,buy,2025-08-25 19:15:00,1289.0,4.1669,1,leg_gt,1.75,60 -15466,buy_contrast_m10_bb_pos,buy,2025-08-25 19:18:00,1286.0,4.4101,1,leg_gt,1.75,60 -15467,buy_contrast_m10_bb_pos,buy,2025-08-25 19:42:00,1280.0,4.9,1,leg_gt,1.73,60 -15468,buy_contrast_m10_bb_pos,buy,2025-08-25 19:45:00,1280.0,4.9,1,leg_gt,1.73,60 -15469,buy_contrast_m10_bb_pos,buy,2025-08-25 19:48:00,1282.0,4.7362,1,leg_gt,1.72,60 -15470,buy_contrast_m10_bb_pos,buy,2025-08-25 20:00:00,1280.0,4.9,1,leg_gt,1.72,60 -15471,buy_contrast_m10_bb_pos,buy,2025-08-25 20:03:00,1279.0,4.9821,1,leg_gt,1.71,60 -15472,buy_contrast_m10_bb_pos,buy,2025-08-25 20:06:00,1280.0,4.9,1,leg_gt,1.71,60 -15473,buy_contrast_m10_bb_pos,buy,2025-08-25 20:09:00,1281.0,4.818,1,leg_gt,1.71,60 -15474,buy_contrast_m10_bb_pos,buy,2025-08-25 20:12:00,1280.0,4.9,1,leg_gt,1.71,60 -15475,buy_contrast_m10_bb_pos,buy,2025-08-25 20:15:00,1281.0,4.818,1,leg_gt,1.71,60 -15476,buy_contrast_m10_bb_pos,buy,2025-08-25 20:18:00,1284.0,4.5729,1,leg_gt,1.7,60 -15477,buy_contrast_m10_bb_pos,buy,2025-08-26 02:12:00,1290.0,4.086,1,leg_gt,1.46,60 -15478,buy_contrast_m10_bb_pos,buy,2025-08-26 02:15:00,1287.0,4.3289,1,leg_gt,1.46,60 -15479,buy_contrast_m10_bb_pos,buy,2025-08-26 02:18:00,1286.0,4.4101,1,leg_gt,1.45,60 -15480,buy_contrast_m10_bb_pos,buy,2025-08-26 02:21:00,1286.0,4.4101,1,leg_gt,1.45,60 -15481,buy_contrast_m10_bb_pos,buy,2025-08-26 02:24:00,1289.0,4.1669,1,leg_gt,1.45,60 -15482,buy_contrast_m10_bb_pos,buy,2025-08-26 02:27:00,1291.0,4.0053,1,leg_gt,1.45,60 -15483,buy_contrast_m10_bb_pos,buy,2025-08-26 04:21:00,1281.0,4.818,1,leg_gt,1.37,60 -15484,buy_contrast_m10_bb_pos,buy,2025-08-26 04:24:00,1283.0,4.6545,1,leg_gt,1.37,60 -15485,buy_contrast_m10_bb_pos,buy,2025-08-26 04:27:00,1284.0,4.5729,1,leg_gt,1.36,60 -15486,buy_contrast_m10_bb_pos,buy,2025-08-26 04:42:00,1274.0,5.3945,1,leg_gt,1.35,60 -15487,buy_contrast_m10_bb_pos,buy,2025-08-26 04:45:00,1278.0,5.0643,1,leg_gt,1.35,60 -15488,buy_contrast_m10_bb_pos,buy,2025-08-26 04:48:00,1277.0,5.1467,1,leg_gt,1.35,60 -15489,buy_contrast_m10_bb_pos,buy,2025-08-26 04:51:00,1276.0,5.2292,1,leg_gt,1.35,60 -15490,buy_contrast_m10_bb_pos,buy,2025-08-26 04:54:00,1276.0,5.2292,1,leg_gt,1.35,60 -15491,buy_contrast_m10_bb_pos,buy,2025-08-26 04:57:00,1274.0,5.3945,1,leg_gt,1.34,60 -15492,buy_contrast_m10_bb_pos,buy,2025-08-26 06:12:00,1241.0,8.1998,1,leg_gt,1.29,60 -15493,buy_contrast_m10_bb_pos,buy,2025-08-26 06:15:00,1238.0,8.4622,1,leg_gt,1.29,60 -15494,buy_contrast_m10_bb_pos,buy,2025-08-26 06:18:00,1239.0,8.3746,1,leg_gt,1.29,60 -15495,buy_contrast_m10_bb_pos,buy,2025-08-26 06:21:00,1239.0,8.3746,1,leg_gt,1.29,60 -15496,buy_contrast_m10_bb_pos,buy,2025-08-26 06:24:00,1238.0,8.4622,1,leg_gt,1.28,60 -15497,buy_contrast_m10_bb_pos,buy,2025-08-26 06:27:00,1238.0,8.4622,1,leg_gt,1.28,60 -15498,buy_contrast_m10_bb_pos,buy,2025-08-26 06:30:00,1236.0,8.6379,1,leg_gt,1.28,60 -15499,buy_contrast_m10_bb_pos,buy,2025-08-26 06:33:00,1237.0,8.55,1,leg_gt,1.28,60 -15500,buy_contrast_m10_bb_pos,buy,2025-08-26 06:36:00,1238.0,8.4622,1,leg_gt,1.27,60 -15501,buy_contrast_m10_bb_pos,buy,2025-08-26 06:39:00,1238.0,8.4622,1,leg_gt,1.27,60 -15502,buy_contrast_m10_bb_pos,buy,2025-08-26 06:42:00,1237.0,8.55,1,leg_gt,1.27,60 -15503,buy_contrast_m10_bb_pos,buy,2025-08-26 06:45:00,1235.0,8.7259,1,leg_gt,1.27,60 -15504,buy_contrast_m10_bb_pos,buy,2025-08-26 06:48:00,1243.0,8.0255,1,leg_gt,1.27,60 -15505,buy_contrast_m10_bb_pos,buy,2025-08-26 07:00:00,1234.0,8.8141,1,leg_gt,1.26,60 -15506,buy_contrast_m10_bb_pos,buy,2025-08-26 07:03:00,1233.0,8.9024,1,leg_gt,1.26,60 -15507,buy_contrast_m10_bb_pos,buy,2025-08-26 07:06:00,1240.0,8.2871,1,leg_gt,1.25,60 -15508,buy_contrast_m10_bb_pos,buy,2025-08-26 07:09:00,1236.0,8.6379,1,leg_gt,1.25,60 -15509,buy_contrast_m10_bb_pos,buy,2025-08-26 07:21:00,1230.0,9.1683,1,leg_gt,1.24,60 -15510,buy_contrast_m10_bb_pos,buy,2025-08-26 07:24:00,1239.0,8.3746,1,leg_gt,1.24,60 -15511,buy_contrast_m10_bb_pos,buy,2025-08-26 07:27:00,1243.0,8.0255,1,leg_gt,1.24,60 -15512,buy_contrast_m10_bb_pos,buy,2025-08-26 17:42:00,1255.0,6.9916,1,leg_gt,0.81,60 -15513,buy_contrast_m10_bb_pos,buy,2025-08-26 17:45:00,1256.0,6.9064,1,leg_gt,0.81,60 -15514,buy_contrast_m10_bb_pos,buy,2025-08-26 17:48:00,1260.0,6.5667,1,leg_gt,0.81,60 -15515,buy_contrast_m10_bb_pos,buy,2025-08-27 10:30:00,1319.0,1.7954,1,leg_gt,0.11,60 -15516,buy_contrast_m10_bb_pos,buy,2025-08-27 10:33:00,1320.0,1.7182,1,leg_gt,0.11,60 -15517,buy_contrast_m10_bb_pos,buy,2025-08-27 10:36:00,1319.0,1.7954,1,leg_gt,0.11,60 -15518,buy_contrast_m10_bb_pos,buy,2025-08-27 10:39:00,1319.0,1.7954,1,leg_gt,0.11,60 -15519,buy_contrast_m10_bb_pos,buy,2025-08-27 16:12:00,1330.0,10.3511,1,leg_gt,10.95,60 -15520,buy_contrast_m10_bb_pos,buy,2025-08-27 16:15:00,1328.0,10.5175,1,leg_gt,10.95,60 -15521,buy_contrast_m10_bb_pos,buy,2025-08-27 16:18:00,1327.0,10.6008,1,leg_gt,10.95,60 -15522,buy_contrast_m10_bb_pos,buy,2025-08-27 16:21:00,1330.0,10.3511,1,leg_gt,10.95,60 -15523,buy_contrast_m10_bb_pos,buy,2025-08-27 16:24:00,1329.0,10.4342,1,leg_gt,10.94,60 -15524,buy_contrast_m10_bb_pos,buy,2025-08-27 16:27:00,1326.0,10.6843,1,leg_gt,10.94,60 -15525,buy_contrast_m10_bb_pos,buy,2025-08-27 16:30:00,1326.0,10.6843,1,leg_gt,10.94,60 -15526,buy_contrast_m10_bb_pos,buy,2025-08-27 16:33:00,1323.0,10.9355,1,leg_gt,10.94,60 -15527,buy_contrast_m10_bb_pos,buy,2025-08-27 16:36:00,1323.0,10.9355,1,leg_gt,10.94,60 -15528,buy_contrast_m10_bb_pos,buy,2025-08-27 16:39:00,1321.0,11.1036,1,leg_gt,10.93,60 -15529,buy_contrast_m10_bb_pos,buy,2025-08-27 16:51:00,1325.0,10.7679,1,leg_gt,10.92,60 -15530,buy_contrast_m10_bb_pos,buy,2025-08-27 16:54:00,1326.0,10.6843,1,leg_gt,10.92,60 -15531,buy_contrast_m10_bb_pos,buy,2025-08-27 16:57:00,1323.0,10.9355,1,leg_gt,10.92,60 -15532,buy_contrast_m10_bb_pos,buy,2025-08-27 17:00:00,1324.0,10.8517,1,leg_gt,10.92,60 -15533,buy_contrast_m10_bb_pos,buy,2025-08-27 17:03:00,1324.0,10.8517,1,leg_gt,10.92,60 -15534,buy_contrast_m10_bb_pos,buy,2025-08-27 17:06:00,1323.0,10.9355,1,leg_gt,10.91,60 -15535,buy_contrast_m10_bb_pos,buy,2025-08-27 17:09:00,1321.0,11.1036,1,leg_gt,10.91,60 -15536,buy_contrast_m10_bb_pos,buy,2025-08-27 17:30:00,1315.0,11.611,1,leg_gt,10.9,60 -15537,buy_contrast_m10_bb_pos,buy,2025-08-27 17:33:00,1315.0,11.611,1,leg_gt,10.9,60 -15538,buy_contrast_m10_bb_pos,buy,2025-08-27 17:36:00,1316.0,11.5261,1,leg_gt,10.89,60 -15539,buy_contrast_m10_bb_pos,buy,2025-08-27 17:39:00,1314.0,11.696,1,leg_gt,10.89,60 -15540,buy_contrast_m10_bb_pos,buy,2025-08-27 17:42:00,1314.0,11.696,1,leg_gt,10.89,60 -15541,buy_contrast_m10_bb_pos,buy,2025-08-27 17:45:00,1311.0,11.9519,1,leg_gt,10.89,60 -15542,buy_contrast_m10_bb_pos,buy,2025-08-27 17:48:00,1313.0,11.7812,1,leg_gt,10.89,60 -15543,buy_contrast_m10_bb_pos,buy,2025-08-27 17:51:00,1313.0,11.7812,1,leg_gt,10.88,60 -15544,buy_contrast_m10_bb_pos,buy,2025-08-27 17:54:00,1316.0,11.5261,1,leg_gt,10.88,60 -15545,buy_contrast_m10_bb_pos,buy,2025-08-27 17:57:00,1318.0,11.3568,1,leg_gt,10.88,60 -15546,buy_contrast_m10_bb_pos,buy,2025-08-27 19:42:00,1315.0,11.611,1,leg_gt,10.81,60 -15547,buy_contrast_m10_bb_pos,buy,2025-08-27 19:45:00,1315.0,11.611,1,leg_gt,10.8,60 -15548,buy_contrast_m10_bb_pos,buy,2025-08-27 19:48:00,1316.0,11.5261,1,leg_gt,10.8,60 -15549,buy_contrast_m10_bb_pos,buy,2025-08-27 21:21:00,1312.0,11.8665,1,leg_gt,10.74,60 -15550,buy_contrast_m10_bb_pos,buy,2025-08-27 21:24:00,1312.0,11.8665,1,leg_gt,10.74,60 -15551,buy_contrast_m10_bb_pos,buy,2025-08-27 21:27:00,1311.0,11.9519,1,leg_gt,10.73,60 -15552,buy_contrast_m10_bb_pos,buy,2025-08-27 22:12:00,1310.0,12.0374,1,leg_gt,10.7,60 -15553,buy_contrast_m10_bb_pos,buy,2025-08-27 22:15:00,1310.0,12.0374,1,leg_gt,10.7,60 -15554,buy_contrast_m10_bb_pos,buy,2025-08-27 22:18:00,1311.0,11.9519,1,leg_gt,10.7,60 -15555,buy_contrast_m10_bb_pos,buy,2025-08-28 02:12:00,1313.0,11.7812,1,leg_gt,10.54,60 -15556,buy_contrast_m10_bb_pos,buy,2025-08-28 02:15:00,1314.0,11.696,1,leg_gt,10.53,60 -15557,buy_contrast_m10_bb_pos,buy,2025-08-28 02:18:00,1315.0,11.611,1,leg_gt,10.53,60 -15558,buy_contrast_m10_bb_pos,buy,2025-08-28 05:12:00,1317.0,11.4414,1,leg_gt,10.41,60 -15559,buy_contrast_m10_bb_pos,buy,2025-08-28 05:15:00,1317.0,11.4414,1,leg_gt,10.41,60 -15560,buy_contrast_m10_bb_pos,buy,2025-08-28 05:18:00,1324.0,10.8517,1,leg_gt,10.41,60 -15561,buy_contrast_m10_bb_pos,buy,2025-08-28 07:00:00,1313.0,11.7812,1,leg_gt,10.34,60 -15562,buy_contrast_m10_bb_pos,buy,2025-08-28 07:03:00,1310.0,12.0374,1,leg_gt,10.33,60 -15563,buy_contrast_m10_bb_pos,buy,2025-08-28 07:06:00,1307.0,12.2948,1,leg_gt,10.33,60 -15564,buy_contrast_m10_bb_pos,buy,2025-08-28 07:09:00,1306.0,12.3809,1,leg_gt,10.33,60 -15565,buy_contrast_m10_bb_pos,buy,2025-08-28 07:21:00,1309.0,12.1231,1,leg_gt,10.32,60 -15566,buy_contrast_m10_bb_pos,buy,2025-08-28 07:24:00,1311.0,11.9519,1,leg_gt,10.32,60 -15567,buy_contrast_m10_bb_pos,buy,2025-08-28 07:27:00,1309.0,12.1231,1,leg_gt,10.32,60 -15568,buy_contrast_m10_bb_pos,buy,2025-08-28 08:51:00,1304.0,12.5534,1,leg_gt,10.26,60 -15569,buy_contrast_m10_bb_pos,buy,2025-08-28 08:54:00,1304.0,12.5534,1,leg_gt,10.26,60 -15570,buy_contrast_m10_bb_pos,buy,2025-08-28 08:57:00,1303.0,12.6398,1,leg_gt,10.25,60 -15571,buy_contrast_m10_bb_pos,buy,2025-08-28 09:00:00,1302.0,12.7264,1,leg_gt,10.25,60 -15572,buy_contrast_m10_bb_pos,buy,2025-08-28 09:03:00,1302.0,12.7264,1,leg_gt,10.25,60 -15573,buy_contrast_m10_bb_pos,buy,2025-08-28 09:06:00,1305.0,12.467,1,leg_gt,10.25,60 -15574,buy_contrast_m10_bb_pos,buy,2025-08-28 09:09:00,1308.0,12.2089,1,leg_gt,10.25,60 -15575,buy_contrast_m10_bb_pos,buy,2025-08-28 09:30:00,1302.0,12.7264,1,leg_gt,10.23,60 -15576,buy_contrast_m10_bb_pos,buy,2025-08-28 09:33:00,1300.0,12.9,1,leg_gt,10.23,60 -15577,buy_contrast_m10_bb_pos,buy,2025-08-28 09:36:00,1294.0,13.424,1,leg_gt,10.23,60 -15578,buy_contrast_m10_bb_pos,buy,2025-08-28 09:39:00,1297.0,13.1614,1,leg_gt,10.22,60 -15579,buy_contrast_m10_bb_pos,buy,2025-08-28 18:21:00,1315.0,11.611,1,leg_gt,9.86,60 -15580,buy_contrast_m10_bb_pos,buy,2025-08-28 18:24:00,1316.0,11.5261,1,leg_gt,9.86,60 -15581,buy_contrast_m10_bb_pos,buy,2025-08-28 18:27:00,1315.0,11.611,1,leg_gt,9.86,60 -15582,buy_contrast_m10_bb_pos,buy,2025-08-28 18:42:00,1313.0,11.7812,1,leg_gt,9.85,60 -15583,buy_contrast_m10_bb_pos,buy,2025-08-28 18:45:00,1310.0,12.0374,1,leg_gt,9.85,60 -15584,buy_contrast_m10_bb_pos,buy,2025-08-28 18:48:00,1310.0,12.0374,1,leg_gt,9.84,60 -15585,buy_contrast_m10_bb_pos,buy,2025-08-28 18:51:00,1313.0,11.7812,1,leg_gt,9.84,60 -15586,buy_contrast_m10_bb_pos,buy,2025-08-28 18:54:00,1313.0,11.7812,1,leg_gt,9.84,60 -15587,buy_contrast_m10_bb_pos,buy,2025-08-28 18:57:00,1313.0,11.7812,1,leg_gt,9.84,60 -15588,buy_contrast_m10_bb_pos,buy,2025-08-28 19:00:00,1312.0,11.8665,1,leg_gt,9.84,60 -15589,buy_contrast_m10_bb_pos,buy,2025-08-28 19:03:00,1311.0,11.9519,1,leg_gt,9.83,60 -15590,buy_contrast_m10_bb_pos,buy,2025-08-28 19:06:00,1313.0,11.7812,1,leg_gt,9.83,60 -15591,buy_contrast_m10_bb_pos,buy,2025-08-28 19:09:00,1313.0,11.7812,1,leg_gt,9.83,60 -15592,buy_contrast_m10_bb_pos,buy,2025-08-28 19:21:00,1311.0,11.9519,1,leg_gt,9.82,60 -15593,buy_contrast_m10_bb_pos,buy,2025-08-28 19:24:00,1313.0,11.7812,1,leg_gt,9.82,60 -15594,buy_contrast_m10_bb_pos,buy,2025-08-28 19:27:00,1316.0,11.5261,1,leg_gt,9.82,60 -15595,buy_contrast_m10_bb_pos,buy,2025-08-29 02:21:00,1315.0,11.611,1,leg_gt,9.53,60 -15596,buy_contrast_m10_bb_pos,buy,2025-08-29 02:24:00,1316.0,11.5261,1,leg_gt,9.53,60 -15597,buy_contrast_m10_bb_pos,buy,2025-08-29 02:27:00,1319.0,11.2723,1,leg_gt,9.52,60 -15598,buy_contrast_m10_bb_pos,buy,2025-08-29 04:51:00,1309.0,12.1231,1,leg_gt,9.43,60 -15599,buy_contrast_m10_bb_pos,buy,2025-08-29 04:54:00,1310.0,12.0374,1,leg_gt,9.42,60 -15600,buy_contrast_m10_bb_pos,buy,2025-08-29 04:57:00,1308.0,12.2089,1,leg_gt,9.42,60 -15601,buy_contrast_m10_bb_pos,buy,2025-08-29 05:00:00,1306.0,12.3809,1,leg_gt,9.42,60 -15602,buy_contrast_m10_bb_pos,buy,2025-08-29 05:03:00,1308.0,12.2089,1,leg_gt,9.42,60 -15603,buy_contrast_m10_bb_pos,buy,2025-08-29 05:06:00,1307.0,12.2948,1,leg_gt,9.41,60 -15604,buy_contrast_m10_bb_pos,buy,2025-08-29 05:09:00,1309.0,12.1231,1,leg_gt,9.41,60 -15605,buy_contrast_m10_bb_pos,buy,2025-08-29 10:12:00,1327.0,10.6008,1,leg_gt,9.2,60 -15606,buy_contrast_m10_bb_pos,buy,2025-08-29 10:15:00,1326.0,10.6843,1,leg_gt,9.2,60 -15607,buy_contrast_m10_bb_pos,buy,2025-08-29 10:18:00,1322.0,11.0195,1,leg_gt,9.2,60 -15608,buy_contrast_m10_bb_pos,buy,2025-08-29 10:42:00,1327.0,10.6008,1,leg_gt,9.18,60 -15609,buy_contrast_m10_bb_pos,buy,2025-08-29 10:45:00,1325.0,10.7679,1,leg_gt,9.18,60 -15610,buy_contrast_m10_bb_pos,buy,2025-08-29 10:48:00,1321.0,11.1036,1,leg_gt,9.18,60 -15611,buy_contrast_m10_bb_pos,buy,2025-08-29 10:51:00,1321.0,11.1036,1,leg_gt,9.18,60 -15612,buy_contrast_m10_bb_pos,buy,2025-08-29 10:54:00,1322.0,11.0195,1,leg_gt,9.17,60 -15613,buy_contrast_m10_bb_pos,buy,2025-08-29 10:57:00,1322.0,11.0195,1,leg_gt,9.17,60 -15614,buy_contrast_m10_bb_pos,buy,2025-08-29 11:00:00,1320.0,11.1879,1,leg_gt,9.17,60 -15615,buy_contrast_m10_bb_pos,buy,2025-08-29 11:03:00,1319.0,11.2723,1,leg_gt,9.17,60 -15616,buy_contrast_m10_bb_pos,buy,2025-08-29 11:06:00,1320.0,11.1879,1,leg_gt,9.16,60 -15617,buy_contrast_m10_bb_pos,buy,2025-08-29 11:09:00,1320.0,11.1879,1,leg_gt,9.16,60 -15618,buy_contrast_m10_bb_pos,buy,2025-08-29 15:00:00,1323.0,10.9355,1,leg_gt,9.0,60 -15619,buy_contrast_m10_bb_pos,buy,2025-08-29 15:03:00,1324.0,10.8517,1,leg_gt,9.0,60 -15620,buy_contrast_m10_bb_pos,buy,2025-08-29 15:06:00,1322.0,11.0195,1,leg_gt,9.0,60 -15621,buy_contrast_m10_bb_pos,buy,2025-08-29 15:09:00,1323.0,10.9355,1,leg_gt,9.0,60 -15622,buy_contrast_m10_bb_pos,buy,2025-08-29 15:42:00,1314.0,11.696,1,leg_gt,8.97,60 -15623,buy_contrast_m10_bb_pos,buy,2025-08-29 15:45:00,1317.0,11.4414,1,leg_gt,8.97,60 -15624,buy_contrast_m10_bb_pos,buy,2025-08-29 15:48:00,1320.0,11.1879,1,leg_gt,8.97,60 -15625,buy_contrast_m10_bb_pos,buy,2025-08-29 16:42:00,1295.0,13.3363,1,leg_gt,8.93,60 -15626,buy_contrast_m10_bb_pos,buy,2025-08-29 16:45:00,1290.0,13.776,1,leg_gt,8.93,60 -15627,buy_contrast_m10_bb_pos,buy,2025-08-29 16:48:00,1291.0,13.6878,1,leg_gt,8.93,60 -15628,buy_contrast_m10_bb_pos,buy,2025-08-29 16:51:00,1293.0,13.5118,1,leg_gt,8.93,60 -15629,buy_contrast_m10_bb_pos,buy,2025-08-29 16:54:00,1293.0,13.5118,1,leg_gt,8.92,60 -15630,buy_contrast_m10_bb_pos,buy,2025-08-29 16:57:00,1292.0,13.5997,1,leg_gt,8.92,60 -15631,buy_contrast_m10_bb_pos,buy,2025-08-29 17:00:00,1290.0,13.776,1,leg_gt,8.92,60 -15632,buy_contrast_m10_bb_pos,buy,2025-08-29 17:03:00,1293.0,13.5118,1,leg_gt,8.92,60 -15633,buy_contrast_m10_bb_pos,buy,2025-08-29 17:06:00,1288.0,13.9528,1,leg_gt,8.91,60 -15634,buy_contrast_m10_bb_pos,buy,2025-08-29 17:09:00,1286.0,14.1302,1,leg_gt,8.91,60 -15635,buy_contrast_m10_bb_pos,buy,2025-08-29 17:12:00,1283.0,14.3973,1,leg_gt,8.91,60 -15636,buy_contrast_m10_bb_pos,buy,2025-08-29 17:15:00,1283.0,14.3973,1,leg_gt,8.91,60 -15637,buy_contrast_m10_bb_pos,buy,2025-08-29 17:18:00,1285.0,14.2191,1,leg_gt,8.91,60 -15638,buy_contrast_m10_bb_pos,buy,2025-08-29 17:21:00,1282.0,14.4866,1,leg_gt,8.9,60 -15639,buy_contrast_m10_bb_pos,buy,2025-08-29 17:24:00,1282.0,14.4866,1,leg_gt,8.9,60 -15640,buy_contrast_m10_bb_pos,buy,2025-08-29 17:27:00,1283.0,14.3973,1,leg_gt,8.9,60 -15641,buy_contrast_m10_bb_pos,buy,2025-08-29 17:30:00,1283.0,14.3973,1,leg_gt,8.9,60 -15642,buy_contrast_m10_bb_pos,buy,2025-08-29 17:33:00,1285.0,14.2191,1,leg_gt,8.9,60 -15643,buy_contrast_m10_bb_pos,buy,2025-08-29 17:36:00,1283.0,14.3973,1,leg_gt,8.89,60 -15644,buy_contrast_m10_bb_pos,buy,2025-08-29 17:39:00,1283.0,14.3973,1,leg_gt,8.89,60 -15645,buy_contrast_m10_bb_pos,buy,2025-08-29 17:42:00,1282.0,14.4866,1,leg_gt,8.89,60 -15646,buy_contrast_m10_bb_pos,buy,2025-08-29 17:45:00,1281.0,14.576,1,leg_gt,8.89,60 -15647,buy_contrast_m10_bb_pos,buy,2025-08-29 17:48:00,1280.0,14.6656,1,leg_gt,8.89,60 -15648,buy_contrast_m10_bb_pos,buy,2025-08-29 18:00:00,1274.0,15.2061,1,leg_gt,8.88,60 -15649,buy_contrast_m10_bb_pos,buy,2025-08-29 18:03:00,1269.0,15.6604,1,leg_gt,8.88,60 -15650,buy_contrast_m10_bb_pos,buy,2025-08-29 18:06:00,1271.0,15.4783,1,leg_gt,8.87,60 -15651,buy_contrast_m10_bb_pos,buy,2025-08-29 18:09:00,1270.0,15.5693,1,leg_gt,8.87,60 -15652,buy_contrast_m10_bb_pos,buy,2025-08-29 18:12:00,1273.0,15.2967,1,leg_gt,8.87,60 -15653,buy_contrast_m10_bb_pos,buy,2025-08-29 18:15:00,1272.0,15.3874,1,leg_gt,8.87,60 -15654,buy_contrast_m10_bb_pos,buy,2025-08-29 18:18:00,1273.0,15.2967,1,leg_gt,8.86,60 -15655,buy_contrast_m10_bb_pos,buy,2025-08-29 22:51:00,1281.0,14.576,1,leg_gt,8.68,60 -15656,buy_contrast_m10_bb_pos,buy,2025-08-29 22:54:00,1279.0,14.7554,1,leg_gt,8.67,60 -15657,buy_contrast_m10_bb_pos,buy,2025-08-29 22:57:00,1275.0,15.1157,1,leg_gt,8.67,60 -15658,buy_contrast_m10_bb_pos,buy,2025-08-30 01:12:00,1273.0,15.2967,1,leg_gt,8.58,60 -15659,buy_contrast_m10_bb_pos,buy,2025-08-30 01:15:00,1275.0,15.1157,1,leg_gt,8.57,60 -15660,buy_contrast_m10_bb_pos,buy,2025-08-30 01:18:00,1273.0,15.2967,1,leg_gt,8.57,60 -15661,buy_contrast_m10_bb_pos,buy,2025-08-30 02:00:00,1266.0,15.9348,1,leg_gt,8.54,60 -15662,buy_contrast_m10_bb_pos,buy,2025-08-30 02:03:00,1264.0,16.1184,1,leg_gt,8.54,60 -15663,buy_contrast_m10_bb_pos,buy,2025-08-30 02:06:00,1260.0,16.4873,1,leg_gt,8.54,60 -15664,buy_contrast_m10_bb_pos,buy,2025-08-30 02:09:00,1260.0,16.4873,1,leg_gt,8.54,60 -15665,buy_contrast_m10_bb_pos,buy,2025-08-30 02:21:00,1262.0,16.3025,1,leg_gt,8.53,60 -15666,buy_contrast_m10_bb_pos,buy,2025-08-30 02:24:00,1260.0,16.4873,1,leg_gt,8.53,60 -15667,buy_contrast_m10_bb_pos,buy,2025-08-30 02:27:00,1262.0,16.3025,1,leg_gt,8.52,60 -15668,buy_contrast_m10_bb_pos,buy,2025-08-30 02:30:00,1260.0,16.4873,1,leg_gt,8.52,60 -15669,buy_contrast_m10_bb_pos,buy,2025-08-30 02:33:00,1264.0,16.1184,1,leg_gt,8.52,60 -15670,buy_contrast_m10_bb_pos,buy,2025-08-30 02:36:00,1265.0,16.0265,1,leg_gt,8.52,60 -15671,buy_contrast_m10_bb_pos,buy,2025-08-30 02:39:00,1261.0,16.3948,1,leg_gt,8.52,60 -15672,buy_contrast_m10_bb_pos,buy,2025-08-30 03:00:00,1258.0,16.6727,1,leg_gt,8.5,60 -15673,buy_contrast_m10_bb_pos,buy,2025-08-30 03:03:00,1259.0,16.5799,1,leg_gt,8.5,60 -15674,buy_contrast_m10_bb_pos,buy,2025-08-30 03:06:00,1259.0,16.5799,1,leg_gt,8.5,60 -15675,buy_contrast_m10_bb_pos,buy,2025-08-30 03:09:00,1260.0,16.4873,1,leg_gt,8.5,60 -15676,buy_contrast_m10_bb_pos,buy,2025-08-30 03:30:00,1256.0,16.8586,1,leg_gt,8.48,60 -15677,buy_contrast_m10_bb_pos,buy,2025-08-30 03:33:00,1255.0,16.9518,1,leg_gt,8.48,60 -15678,buy_contrast_m10_bb_pos,buy,2025-08-30 03:36:00,1255.0,16.9518,1,leg_gt,8.48,60 -15679,buy_contrast_m10_bb_pos,buy,2025-08-30 03:39:00,1256.0,16.8586,1,leg_gt,8.48,60 -15680,buy_contrast_m10_bb_pos,buy,2025-08-30 10:12:00,1265.0,16.0265,1,leg_gt,8.2,60 -15681,buy_contrast_m10_bb_pos,buy,2025-08-30 10:15:00,1264.0,16.1184,1,leg_gt,8.2,60 -15682,buy_contrast_m10_bb_pos,buy,2025-08-30 10:18:00,1263.0,16.2104,1,leg_gt,8.2,60 -15683,buy_contrast_m10_bb_pos,buy,2025-08-30 11:12:00,1253.0,17.1386,1,leg_gt,8.16,60 -15684,buy_contrast_m10_bb_pos,buy,2025-08-30 11:15:00,1255.0,16.9518,1,leg_gt,8.16,60 -15685,buy_contrast_m10_bb_pos,buy,2025-08-30 11:18:00,1254.0,17.0451,1,leg_gt,8.16,60 -15686,buy_contrast_m10_bb_pos,buy,2025-08-30 18:00:00,1273.0,15.2967,1,leg_gt,7.88,60 -15687,buy_contrast_m10_bb_pos,buy,2025-08-30 18:03:00,1272.0,15.3874,1,leg_gt,7.88,60 -15688,buy_contrast_m10_bb_pos,buy,2025-08-30 18:06:00,1273.0,15.2967,1,leg_gt,7.87,60 -15689,buy_contrast_m10_bb_pos,buy,2025-08-30 18:09:00,1272.0,15.3874,1,leg_gt,7.87,60 -15690,buy_contrast_m10_bb_pos,buy,2025-08-30 18:12:00,1271.0,15.4783,1,leg_gt,7.87,60 -15691,buy_contrast_m10_bb_pos,buy,2025-08-30 18:15:00,1270.0,15.5693,1,leg_gt,7.87,60 -15692,buy_contrast_m10_bb_pos,buy,2025-08-30 18:18:00,1271.0,15.4783,1,leg_gt,7.86,60 -15693,buy_contrast_m10_bb_pos,buy,2025-08-30 18:30:00,1269.0,15.6604,1,leg_gt,7.86,60 -15694,buy_contrast_m10_bb_pos,buy,2025-08-30 18:33:00,1266.0,15.9348,1,leg_gt,7.85,60 -15695,buy_contrast_m10_bb_pos,buy,2025-08-30 18:36:00,1267.0,15.8432,1,leg_gt,7.85,60 -15696,buy_contrast_m10_bb_pos,buy,2025-08-30 18:39:00,1267.0,15.8432,1,leg_gt,7.85,60 -15697,buy_contrast_m10_bb_pos,buy,2025-08-30 18:51:00,1269.0,15.6604,1,leg_gt,7.84,60 -15698,buy_contrast_m10_bb_pos,buy,2025-08-30 18:54:00,1268.0,15.7517,1,leg_gt,7.84,60 -15699,buy_contrast_m10_bb_pos,buy,2025-08-30 18:57:00,1268.0,15.7517,1,leg_gt,7.84,60 -15700,buy_contrast_m10_bb_pos,buy,2025-08-30 19:00:00,1268.0,15.7517,1,leg_gt,7.84,60 -15701,buy_contrast_m10_bb_pos,buy,2025-08-30 19:03:00,1267.0,15.8432,1,leg_gt,7.83,60 -15702,buy_contrast_m10_bb_pos,buy,2025-08-30 19:06:00,1269.0,15.6604,1,leg_gt,7.83,60 -15703,buy_contrast_m10_bb_pos,buy,2025-08-30 19:09:00,1270.0,15.5693,1,leg_gt,7.83,60 -15704,buy_contrast_m10_bb_pos,buy,2025-08-30 21:51:00,1265.0,16.0265,1,leg_gt,7.72,60 -15705,buy_contrast_m10_bb_pos,buy,2025-08-30 21:54:00,1264.0,16.1184,1,leg_gt,7.71,60 -15706,buy_contrast_m10_bb_pos,buy,2025-08-30 21:57:00,1266.0,15.9348,1,leg_gt,7.71,60 -15707,buy_contrast_m10_bb_pos,buy,2025-08-30 22:00:00,1265.0,16.0265,1,leg_gt,7.71,60 -15708,buy_contrast_m10_bb_pos,buy,2025-08-30 22:03:00,1264.0,16.1184,1,leg_gt,7.71,60 -15709,buy_contrast_m10_bb_pos,buy,2025-08-30 22:06:00,1261.0,16.3948,1,leg_gt,7.71,60 -15710,buy_contrast_m10_bb_pos,buy,2025-08-30 22:09:00,1256.0,16.8586,1,leg_gt,7.7,60 -15711,buy_contrast_m10_bb_pos,buy,2025-08-30 22:30:00,1258.0,16.6727,1,leg_gt,7.69,60 -15712,buy_contrast_m10_bb_pos,buy,2025-08-30 22:33:00,1261.0,16.3948,1,leg_gt,7.69,60 -15713,buy_contrast_m10_bb_pos,buy,2025-08-30 22:36:00,1260.0,16.4873,1,leg_gt,7.69,60 -15714,buy_contrast_m10_bb_pos,buy,2025-08-30 22:39:00,1260.0,16.4873,1,leg_gt,7.68,60 -15715,buy_contrast_m10_bb_pos,buy,2025-08-31 02:42:00,1256.0,16.8586,1,leg_gt,7.51,60 -15716,buy_contrast_m10_bb_pos,buy,2025-08-31 02:45:00,1257.0,16.7656,1,leg_gt,7.51,60 -15717,buy_contrast_m10_bb_pos,buy,2025-08-31 02:48:00,1257.0,16.7656,1,leg_gt,7.51,60 -15718,buy_contrast_m10_bb_pos,buy,2025-08-31 03:21:00,1253.0,17.1386,1,leg_gt,7.49,60 -15719,buy_contrast_m10_bb_pos,buy,2025-08-31 03:24:00,1252.0,17.2323,1,leg_gt,7.49,60 -15720,buy_contrast_m10_bb_pos,buy,2025-08-31 03:27:00,1254.0,17.0451,1,leg_gt,7.48,60 -15721,buy_contrast_m10_bb_pos,buy,2025-08-31 06:30:00,1253.0,17.1386,1,leg_gt,7.36,60 -15722,buy_contrast_m10_bb_pos,buy,2025-08-31 06:33:00,1254.0,17.0451,1,leg_gt,7.35,60 -15723,buy_contrast_m10_bb_pos,buy,2025-08-31 06:36:00,1254.0,17.0451,1,leg_gt,7.35,60 -15724,buy_contrast_m10_bb_pos,buy,2025-08-31 06:39:00,1254.0,17.0451,1,leg_gt,7.35,60 -15725,buy_contrast_m10_bb_pos,buy,2025-08-31 07:12:00,1253.0,17.1386,1,leg_gt,7.33,60 -15726,buy_contrast_m10_bb_pos,buy,2025-08-31 07:15:00,1251.0,17.3261,1,leg_gt,7.32,60 -15727,buy_contrast_m10_bb_pos,buy,2025-08-31 07:18:00,1254.0,17.0451,1,leg_gt,7.32,60 -15728,buy_contrast_m10_bb_pos,buy,2025-08-31 14:51:00,1259.0,16.5799,1,leg_gt,7.01,60 -15729,buy_contrast_m10_bb_pos,buy,2025-08-31 14:54:00,1259.0,16.5799,1,leg_gt,7.01,60 -15730,buy_contrast_m10_bb_pos,buy,2025-08-31 14:57:00,1259.0,16.5799,1,leg_gt,7.0,60 -15731,buy_contrast_m10_bb_pos,buy,2025-08-31 15:00:00,1258.0,16.6727,1,leg_gt,7.0,60 -15732,buy_contrast_m10_bb_pos,buy,2025-08-31 15:03:00,1260.0,16.4873,1,leg_gt,7.0,60 -15733,buy_contrast_m10_bb_pos,buy,2025-08-31 15:06:00,1259.0,16.5799,1,leg_gt,7.0,60 -15734,buy_contrast_m10_bb_pos,buy,2025-08-31 15:09:00,1258.0,16.6727,1,leg_gt,7.0,60 -15735,buy_contrast_m10_bb_pos,buy,2025-08-31 15:12:00,1259.0,16.5799,1,leg_gt,6.99,60 -15736,buy_contrast_m10_bb_pos,buy,2025-08-31 15:15:00,1259.0,16.5799,1,leg_gt,6.99,60 -15737,buy_contrast_m10_bb_pos,buy,2025-08-31 15:18:00,1260.0,16.4873,1,leg_gt,6.99,60 -15738,buy_contrast_m10_bb_pos,buy,2025-08-31 15:30:00,1256.0,16.8586,1,leg_gt,6.98,60 -15739,buy_contrast_m10_bb_pos,buy,2025-08-31 15:33:00,1256.0,16.8586,1,leg_gt,6.98,60 -15740,buy_contrast_m10_bb_pos,buy,2025-08-31 15:36:00,1255.0,16.9518,1,leg_gt,6.98,60 -15741,buy_contrast_m10_bb_pos,buy,2025-08-31 15:39:00,1255.0,16.9518,1,leg_gt,6.98,60 -15742,buy_contrast_m10_bb_pos,buy,2025-08-31 15:42:00,1255.0,16.9518,1,leg_gt,6.97,60 -15743,buy_contrast_m10_bb_pos,buy,2025-08-31 15:45:00,1255.0,16.9518,1,leg_gt,6.97,60 -15744,buy_contrast_m10_bb_pos,buy,2025-08-31 15:48:00,1255.0,16.9518,1,leg_gt,6.97,60 -15745,buy_contrast_m10_bb_pos,buy,2025-08-31 15:51:00,1253.0,17.1386,1,leg_gt,6.97,60 -15746,buy_contrast_m10_bb_pos,buy,2025-08-31 15:54:00,1254.0,17.0451,1,leg_gt,6.96,60 -15747,buy_contrast_m10_bb_pos,buy,2025-08-31 15:57:00,1252.0,17.2323,1,leg_gt,6.96,60 -15748,buy_contrast_m10_bb_pos,buy,2025-08-31 16:00:00,1254.0,17.0451,1,leg_gt,6.96,60 -15749,buy_contrast_m10_bb_pos,buy,2025-08-31 16:03:00,1256.0,16.8586,1,leg_gt,6.96,60 -15750,buy_contrast_m10_bb_pos,buy,2025-08-31 16:06:00,1258.0,16.6727,1,leg_gt,6.96,60 -15751,buy_contrast_m10_bb_pos,buy,2025-08-31 16:09:00,1259.0,16.5799,1,leg_gt,6.95,60 -15752,buy_contrast_m10_bb_pos,buy,2025-08-31 19:12:00,1253.0,17.1386,1,leg_gt,6.83,60 -15753,buy_contrast_m10_bb_pos,buy,2025-08-31 19:15:00,1252.0,17.2323,1,leg_gt,6.82,60 -15754,buy_contrast_m10_bb_pos,buy,2025-08-31 19:18:00,1252.0,17.2323,1,leg_gt,6.82,60 -15755,buy_contrast_m10_bb_pos,buy,2025-08-31 19:30:00,1253.0,17.1386,1,leg_gt,6.81,60 -15756,buy_contrast_m10_bb_pos,buy,2025-08-31 19:33:00,1251.0,17.3261,1,leg_gt,6.81,60 -15757,buy_contrast_m10_bb_pos,buy,2025-08-31 19:36:00,1249.0,17.5141,1,leg_gt,6.81,60 -15758,buy_contrast_m10_bb_pos,buy,2025-08-31 19:39:00,1251.0,17.3261,1,leg_gt,6.81,60 -15759,buy_contrast_m10_bb_pos,buy,2025-08-31 19:42:00,1249.0,17.5141,1,leg_gt,6.81,60 -15760,buy_contrast_m10_bb_pos,buy,2025-08-31 19:45:00,1249.0,17.5141,1,leg_gt,6.8,60 -15761,buy_contrast_m10_bb_pos,buy,2025-08-31 19:48:00,1248.0,17.6083,1,leg_gt,6.8,60 -15762,buy_contrast_m10_bb_pos,buy,2025-08-31 19:51:00,1251.0,17.3261,1,leg_gt,6.8,60 -15763,buy_contrast_m10_bb_pos,buy,2025-08-31 19:54:00,1252.0,17.2323,1,leg_gt,6.8,60 -15764,buy_contrast_m10_bb_pos,buy,2025-08-31 19:57:00,1255.0,16.9518,1,leg_gt,6.8,60 -15765,buy_contrast_m10_bb_pos,buy,2025-08-31 21:30:00,1249.0,17.5141,1,leg_gt,6.73,60 -15766,buy_contrast_m10_bb_pos,buy,2025-08-31 21:33:00,1250.0,17.42,1,leg_gt,6.73,60 -15767,buy_contrast_m10_bb_pos,buy,2025-08-31 21:36:00,1251.0,17.3261,1,leg_gt,6.73,60 -15768,buy_contrast_m10_bb_pos,buy,2025-08-31 21:39:00,1248.0,17.6083,1,leg_gt,6.72,60 -15769,buy_contrast_m10_bb_pos,buy,2025-08-31 21:42:00,1248.0,17.6083,1,leg_gt,6.72,60 -15770,buy_contrast_m10_bb_pos,buy,2025-08-31 21:45:00,1248.0,17.6083,1,leg_gt,6.72,60 -15771,buy_contrast_m10_bb_pos,buy,2025-08-31 21:48:00,1250.0,17.42,1,leg_gt,6.72,60 -15772,buy_contrast_m10_bb_pos,buy,2025-08-31 22:42:00,1248.0,17.6083,1,leg_gt,6.68,60 -15773,buy_contrast_m10_bb_pos,buy,2025-08-31 22:45:00,1249.0,17.5141,1,leg_gt,6.68,60 -15774,buy_contrast_m10_bb_pos,buy,2025-08-31 22:48:00,1249.0,17.5141,1,leg_gt,6.68,60 -15775,buy_contrast_m10_bb_pos,buy,2025-08-31 22:51:00,1250.0,17.42,1,leg_gt,6.68,60 -15776,buy_contrast_m10_bb_pos,buy,2025-08-31 22:54:00,1248.0,17.6083,1,leg_gt,6.67,60 -15777,buy_contrast_m10_bb_pos,buy,2025-08-31 22:57:00,1249.0,17.5141,1,leg_gt,6.67,60 -15778,buy_contrast_m10_bb_pos,buy,2025-09-01 02:30:00,1247.0,17.7027,1,leg_gt,6.52,60 -15779,buy_contrast_m10_bb_pos,buy,2025-09-01 02:33:00,1249.0,17.5141,1,leg_gt,6.52,60 -15780,buy_contrast_m10_bb_pos,buy,2025-09-01 02:36:00,1247.0,17.7027,1,leg_gt,6.52,60 -15781,buy_contrast_m10_bb_pos,buy,2025-09-01 02:39:00,1249.0,17.5141,1,leg_gt,6.52,60 -15782,buy_contrast_m10_bb_pos,buy,2025-09-01 08:51:00,1231.0,19.2339,1,leg_gt,6.26,60 -15783,buy_contrast_m10_bb_pos,buy,2025-09-01 08:54:00,1231.0,19.2339,1,leg_gt,6.26,60 -15784,buy_contrast_m10_bb_pos,buy,2025-09-01 08:57:00,1232.0,19.137,1,leg_gt,6.25,60 -15785,buy_contrast_m10_bb_pos,buy,2025-09-01 09:00:00,1231.0,19.2339,1,leg_gt,6.25,60 -15786,buy_contrast_m10_bb_pos,buy,2025-09-01 09:03:00,1230.0,19.3309,1,leg_gt,6.25,60 -15787,buy_contrast_m10_bb_pos,buy,2025-09-01 09:06:00,1226.0,19.7206,1,leg_gt,6.25,60 -15788,buy_contrast_m10_bb_pos,buy,2025-09-01 09:09:00,1229.0,19.4281,1,leg_gt,6.25,60 -15789,buy_contrast_m10_bb_pos,buy,2025-09-01 09:12:00,1227.0,19.6229,1,leg_gt,6.24,60 -15790,buy_contrast_m10_bb_pos,buy,2025-09-01 09:15:00,1224.0,19.9163,1,leg_gt,6.24,60 -15791,buy_contrast_m10_bb_pos,buy,2025-09-01 09:18:00,1227.0,19.6229,1,leg_gt,6.24,60 -15792,buy_contrast_m10_bb_pos,buy,2025-09-01 09:21:00,1225.0,19.8184,1,leg_gt,6.24,60 -15793,buy_contrast_m10_bb_pos,buy,2025-09-01 09:24:00,1224.0,19.9163,1,leg_gt,6.24,60 -15794,buy_contrast_m10_bb_pos,buy,2025-09-01 09:27:00,1219.0,20.4086,1,leg_gt,6.23,60 -15795,buy_contrast_m10_bb_pos,buy,2025-09-01 12:00:00,1208.0,21.506,1,leg_gt,6.13,60 -15796,buy_contrast_m10_bb_pos,buy,2025-09-01 12:03:00,1207.0,21.6067,1,leg_gt,6.12,60 -15797,buy_contrast_m10_bb_pos,buy,2025-09-01 12:06:00,1209.0,21.4054,1,leg_gt,6.12,60 -15798,buy_contrast_m10_bb_pos,buy,2025-09-01 12:09:00,1209.0,21.4054,1,leg_gt,6.12,60 -15799,buy_contrast_m10_bb_pos,buy,2025-09-01 12:21:00,1206.0,21.7076,1,leg_gt,6.11,60 -15800,buy_contrast_m10_bb_pos,buy,2025-09-01 12:24:00,1206.0,21.7076,1,leg_gt,6.11,60 -15801,buy_contrast_m10_bb_pos,buy,2025-09-01 12:27:00,1206.0,21.7076,1,leg_gt,6.11,60 -15802,buy_contrast_m10_bb_pos,buy,2025-09-01 12:30:00,1206.0,21.7076,1,leg_gt,6.11,60 -15803,buy_contrast_m10_bb_pos,buy,2025-09-01 12:33:00,1207.0,21.6067,1,leg_gt,6.1,60 -15804,buy_contrast_m10_bb_pos,buy,2025-09-01 12:36:00,1205.0,21.8087,1,leg_gt,6.1,60 -15805,buy_contrast_m10_bb_pos,buy,2025-09-01 12:39:00,1206.0,21.7076,1,leg_gt,6.1,60 -15806,buy_contrast_m10_bb_pos,buy,2025-09-01 13:51:00,1197.0,22.6235,1,leg_gt,6.05,60 -15807,buy_contrast_m10_bb_pos,buy,2025-09-01 13:54:00,1200.0,22.3167,1,leg_gt,6.05,60 -15808,buy_contrast_m10_bb_pos,buy,2025-09-01 13:57:00,1199.0,22.4188,1,leg_gt,6.05,60 -15809,buy_contrast_m10_bb_pos,buy,2025-09-01 19:42:00,1225.0,19.8184,1,leg_gt,5.81,60 -15810,buy_contrast_m10_bb_pos,buy,2025-09-01 19:45:00,1226.0,19.7206,1,leg_gt,5.8,60 -15811,buy_contrast_m10_bb_pos,buy,2025-09-01 19:48:00,1223.0,20.0145,1,leg_gt,5.8,60 -15812,buy_contrast_m10_bb_pos,buy,2025-09-01 19:51:00,1223.0,20.0145,1,leg_gt,5.8,60 -15813,buy_contrast_m10_bb_pos,buy,2025-09-01 19:54:00,1224.0,19.9163,1,leg_gt,5.8,60 -15814,buy_contrast_m10_bb_pos,buy,2025-09-01 19:57:00,1227.0,19.6229,1,leg_gt,5.8,60 -15815,buy_contrast_m10_bb_pos,buy,2025-09-01 20:30:00,1223.0,20.0145,1,leg_gt,5.77,60 -15816,buy_contrast_m10_bb_pos,buy,2025-09-01 20:33:00,1220.0,20.3098,1,leg_gt,5.77,60 -15817,buy_contrast_m10_bb_pos,buy,2025-09-01 20:36:00,1221.0,20.2112,1,leg_gt,5.77,60 -15818,buy_contrast_m10_bb_pos,buy,2025-09-01 20:39:00,1220.0,20.3098,1,leg_gt,5.77,60 -15819,buy_contrast_m10_bb_pos,buy,2025-09-01 20:42:00,1219.0,20.4086,1,leg_gt,5.76,60 -15820,buy_contrast_m10_bb_pos,buy,2025-09-01 20:45:00,1217.0,20.6067,1,leg_gt,5.76,60 -15821,buy_contrast_m10_bb_pos,buy,2025-09-01 20:48:00,1218.0,20.5076,1,leg_gt,5.76,60 -15822,buy_contrast_m10_bb_pos,buy,2025-09-01 20:51:00,1220.0,20.3098,1,leg_gt,5.76,60 -15823,buy_contrast_m10_bb_pos,buy,2025-09-01 20:54:00,1221.0,20.2112,1,leg_gt,5.76,60 -15824,buy_contrast_m10_bb_pos,buy,2025-09-01 20:57:00,1222.0,20.1128,1,leg_gt,5.75,60 -15825,buy_contrast_m10_bb_pos,buy,2025-09-01 23:51:00,1219.0,20.4086,1,leg_gt,5.63,60 -15826,buy_contrast_m10_bb_pos,buy,2025-09-01 23:54:00,1221.0,20.2112,1,leg_gt,5.63,60 -15827,buy_contrast_m10_bb_pos,buy,2025-09-01 23:57:00,1222.0,20.1128,1,leg_gt,5.63,60 -15828,buy_contrast_m10_bb_pos,buy,2025-09-02 00:12:00,1215.0,20.8053,1,leg_gt,5.62,60 -15829,buy_contrast_m10_bb_pos,buy,2025-09-02 00:15:00,1219.0,20.4086,1,leg_gt,5.62,60 -15830,buy_contrast_m10_bb_pos,buy,2025-09-02 00:18:00,1221.0,20.2112,1,leg_gt,5.61,60 -15831,buy_contrast_m10_bb_pos,buy,2025-09-02 00:30:00,1214.0,20.9049,1,leg_gt,5.61,60 -15832,buy_contrast_m10_bb_pos,buy,2025-09-02 00:33:00,1213.0,21.0047,1,leg_gt,5.6,60 -15833,buy_contrast_m10_bb_pos,buy,2025-09-02 00:36:00,1215.0,20.8053,1,leg_gt,5.6,60 -15834,buy_contrast_m10_bb_pos,buy,2025-09-02 00:39:00,1216.0,20.7059,1,leg_gt,5.6,60 -15835,buy_contrast_m10_bb_pos,buy,2025-09-02 00:42:00,1212.0,21.1046,1,leg_gt,5.6,60 -15836,buy_contrast_m10_bb_pos,buy,2025-09-02 00:45:00,1212.0,21.1046,1,leg_gt,5.6,60 -15837,buy_contrast_m10_bb_pos,buy,2025-09-02 00:48:00,1211.0,21.2047,1,leg_gt,5.59,60 -15838,buy_contrast_m10_bb_pos,buy,2025-09-02 01:12:00,1208.0,21.506,1,leg_gt,5.58,60 -15839,buy_contrast_m10_bb_pos,buy,2025-09-02 01:15:00,1207.0,21.6067,1,leg_gt,5.58,60 -15840,buy_contrast_m10_bb_pos,buy,2025-09-02 01:18:00,1208.0,21.506,1,leg_gt,5.57,60 -15841,buy_contrast_m10_bb_pos,buy,2025-09-02 01:21:00,1209.0,21.4054,1,leg_gt,5.57,60 -15842,buy_contrast_m10_bb_pos,buy,2025-09-02 01:24:00,1210.0,21.305,1,leg_gt,5.57,60 -15843,buy_contrast_m10_bb_pos,buy,2025-09-02 01:27:00,1211.0,21.2047,1,leg_gt,5.57,60 -15844,buy_contrast_m10_bb_pos,buy,2025-09-02 01:42:00,1206.0,21.7076,1,leg_gt,5.56,60 -15845,buy_contrast_m10_bb_pos,buy,2025-09-02 01:45:00,1210.0,21.305,1,leg_gt,5.55,60 -15846,buy_contrast_m10_bb_pos,buy,2025-09-02 01:48:00,1212.0,21.1046,1,leg_gt,5.55,60 -15847,buy_contrast_m10_bb_pos,buy,2025-09-02 02:00:00,1205.0,21.8087,1,leg_gt,5.54,60 -15848,buy_contrast_m10_bb_pos,buy,2025-09-02 02:03:00,1203.0,22.0114,1,leg_gt,5.54,60 -15849,buy_contrast_m10_bb_pos,buy,2025-09-02 02:06:00,1206.0,21.7076,1,leg_gt,5.54,60 -15850,buy_contrast_m10_bb_pos,buy,2025-09-02 02:09:00,1206.0,21.7076,1,leg_gt,5.54,60 -15851,buy_contrast_m10_bb_pos,buy,2025-09-02 02:12:00,1202.0,22.113,1,leg_gt,5.54,60 -15852,buy_contrast_m10_bb_pos,buy,2025-09-02 02:15:00,1204.0,21.91,1,leg_gt,5.53,60 -15853,buy_contrast_m10_bb_pos,buy,2025-09-02 02:18:00,1206.0,21.7076,1,leg_gt,5.53,60 -15854,buy_contrast_m10_bb_pos,buy,2025-09-02 02:21:00,1204.0,21.91,1,leg_gt,5.53,60 -15855,buy_contrast_m10_bb_pos,buy,2025-09-02 02:24:00,1202.0,22.113,1,leg_gt,5.53,60 -15856,buy_contrast_m10_bb_pos,buy,2025-09-02 02:27:00,1200.0,22.3167,1,leg_gt,5.52,60 -15857,buy_contrast_m10_bb_pos,buy,2025-09-02 02:30:00,1201.0,22.2147,1,leg_gt,5.52,60 -15858,buy_contrast_m10_bb_pos,buy,2025-09-02 02:33:00,1199.0,22.4188,1,leg_gt,5.52,60 -15859,buy_contrast_m10_bb_pos,buy,2025-09-02 02:36:00,1203.0,22.0114,1,leg_gt,5.52,60 -15860,buy_contrast_m10_bb_pos,buy,2025-09-02 02:39:00,1201.0,22.2147,1,leg_gt,5.52,60 -15861,buy_contrast_m10_bb_pos,buy,2025-09-02 02:42:00,1201.0,22.2147,1,leg_gt,5.51,60 -15862,buy_contrast_m10_bb_pos,buy,2025-09-02 02:45:00,1202.0,22.113,1,leg_gt,5.51,60 -15863,buy_contrast_m10_bb_pos,buy,2025-09-02 02:48:00,1200.0,22.3167,1,leg_gt,5.51,60 -15864,buy_contrast_m10_bb_pos,buy,2025-09-02 06:42:00,1170.0,25.4556,1,leg_gt,5.35,60 -15865,buy_contrast_m10_bb_pos,buy,2025-09-02 06:45:00,1173.0,25.1344,1,leg_gt,5.35,60 -15866,buy_contrast_m10_bb_pos,buy,2025-09-02 06:48:00,1175.0,24.9213,1,leg_gt,5.34,60 -15867,buy_contrast_m10_bb_pos,buy,2025-09-02 06:51:00,1177.0,24.7088,1,leg_gt,5.34,60 -15868,buy_contrast_m10_bb_pos,buy,2025-09-02 06:54:00,1176.0,24.815,1,leg_gt,5.34,60 -15869,buy_contrast_m10_bb_pos,buy,2025-09-02 06:57:00,1176.0,24.815,1,leg_gt,5.34,60 -15870,buy_contrast_m10_bb_pos,buy,2025-09-02 07:00:00,1177.0,24.7088,1,leg_gt,5.34,60 -15871,buy_contrast_m10_bb_pos,buy,2025-09-02 07:03:00,1174.0,25.0278,1,leg_gt,5.33,60 -15872,buy_contrast_m10_bb_pos,buy,2025-09-02 07:06:00,1174.0,25.0278,1,leg_gt,5.33,60 -15873,buy_contrast_m10_bb_pos,buy,2025-09-02 07:09:00,1177.0,24.7088,1,leg_gt,5.33,60 -15874,buy_contrast_m10_bb_pos,buy,2025-09-02 17:42:00,1214.0,20.9049,1,leg_gt,4.89,60 -15875,buy_contrast_m10_bb_pos,buy,2025-09-02 17:45:00,1215.0,20.8053,1,leg_gt,4.89,60 -15876,buy_contrast_m10_bb_pos,buy,2025-09-02 17:48:00,1217.0,20.6067,1,leg_gt,4.89,60 -15877,buy_contrast_m10_bb_pos,buy,2025-09-02 21:30:00,1208.0,21.506,1,leg_gt,4.73,60 -15878,buy_contrast_m10_bb_pos,buy,2025-09-02 21:33:00,1210.0,21.305,1,leg_gt,4.73,60 -15879,buy_contrast_m10_bb_pos,buy,2025-09-02 21:36:00,1210.0,21.305,1,leg_gt,4.73,60 -15880,buy_contrast_m10_bb_pos,buy,2025-09-02 21:39:00,1205.0,21.8087,1,leg_gt,4.72,60 -15881,buy_contrast_m10_bb_pos,buy,2025-09-02 22:12:00,1201.0,22.2147,1,leg_gt,4.7,60 -15882,buy_contrast_m10_bb_pos,buy,2025-09-02 22:15:00,1198.0,22.521,1,leg_gt,4.7,60 -15883,buy_contrast_m10_bb_pos,buy,2025-09-02 22:18:00,1200.0,22.3167,1,leg_gt,4.7,60 -15884,buy_contrast_m10_bb_pos,buy,2025-09-03 09:12:00,1237.0,18.6551,1,leg_gt,4.24,60 -15885,buy_contrast_m10_bb_pos,buy,2025-09-03 09:15:00,1236.0,18.7511,1,leg_gt,4.24,60 -15886,buy_contrast_m10_bb_pos,buy,2025-09-03 09:18:00,1236.0,18.7511,1,leg_gt,4.24,60 -15887,buy_contrast_m10_bb_pos,buy,2025-09-03 14:12:00,1233.0,19.0403,1,leg_gt,4.04,60 -15888,buy_contrast_m10_bb_pos,buy,2025-09-03 14:15:00,1234.0,18.9438,1,leg_gt,4.03,60 -15889,buy_contrast_m10_bb_pos,buy,2025-09-03 14:18:00,1232.0,19.137,1,leg_gt,4.03,60 -15890,buy_contrast_m10_bb_pos,buy,2025-09-03 14:30:00,1231.0,19.2339,1,leg_gt,4.02,60 -15891,buy_contrast_m10_bb_pos,buy,2025-09-03 14:33:00,1231.0,19.2339,1,leg_gt,4.02,60 -15892,buy_contrast_m10_bb_pos,buy,2025-09-03 14:36:00,1232.0,19.137,1,leg_gt,4.02,60 -15893,buy_contrast_m10_bb_pos,buy,2025-09-03 14:39:00,1231.0,19.2339,1,leg_gt,4.02,60 -15894,buy_contrast_m10_bb_pos,buy,2025-09-03 14:42:00,1231.0,19.2339,1,leg_gt,4.01,60 -15895,buy_contrast_m10_bb_pos,buy,2025-09-03 14:45:00,1230.0,19.3309,1,leg_gt,4.01,60 -15896,buy_contrast_m10_bb_pos,buy,2025-09-03 14:48:00,1230.0,19.3309,1,leg_gt,4.01,60 -15897,buy_contrast_m10_bb_pos,buy,2025-09-03 14:51:00,1231.0,19.2339,1,leg_gt,4.01,60 -15898,buy_contrast_m10_bb_pos,buy,2025-09-03 14:54:00,1230.0,19.3309,1,leg_gt,4.01,60 -15899,buy_contrast_m10_bb_pos,buy,2025-09-03 14:57:00,1230.0,19.3309,1,leg_gt,4.0,60 -15900,buy_contrast_m10_bb_pos,buy,2025-09-03 16:00:00,1230.0,19.3309,1,leg_gt,3.96,60 -15901,buy_contrast_m10_bb_pos,buy,2025-09-03 16:03:00,1230.0,19.3309,1,leg_gt,3.96,60 -15902,buy_contrast_m10_bb_pos,buy,2025-09-03 16:06:00,1232.0,19.137,1,leg_gt,3.96,60 -15903,buy_contrast_m10_bb_pos,buy,2025-09-03 16:09:00,1229.0,19.4281,1,leg_gt,3.95,60 -15904,buy_contrast_m10_bb_pos,buy,2025-09-03 16:12:00,1229.0,19.4281,1,leg_gt,3.95,60 -15905,buy_contrast_m10_bb_pos,buy,2025-09-03 16:15:00,1229.0,19.4281,1,leg_gt,3.95,60 -15906,buy_contrast_m10_bb_pos,buy,2025-09-03 16:18:00,1228.0,19.5254,1,leg_gt,3.95,60 -15907,buy_contrast_m10_bb_pos,buy,2025-09-03 16:21:00,1228.0,19.5254,1,leg_gt,3.95,60 -15908,buy_contrast_m10_bb_pos,buy,2025-09-03 16:24:00,1229.0,19.4281,1,leg_gt,3.94,60 -15909,buy_contrast_m10_bb_pos,buy,2025-09-03 16:27:00,1227.0,19.6229,1,leg_gt,3.94,60 -15910,buy_contrast_m10_bb_pos,buy,2025-09-03 16:30:00,1228.0,19.5254,1,leg_gt,3.94,60 -15911,buy_contrast_m10_bb_pos,buy,2025-09-03 16:33:00,1227.0,19.6229,1,leg_gt,3.94,60 -15912,buy_contrast_m10_bb_pos,buy,2025-09-03 16:36:00,1229.0,19.4281,1,leg_gt,3.94,60 -15913,buy_contrast_m10_bb_pos,buy,2025-09-03 16:39:00,1230.0,19.3309,1,leg_gt,3.93,60 -15914,buy_contrast_m10_bb_pos,buy,2025-09-03 16:51:00,1228.0,19.5254,1,leg_gt,3.92,60 -15915,buy_contrast_m10_bb_pos,buy,2025-09-03 16:54:00,1229.0,19.4281,1,leg_gt,3.92,60 -15916,buy_contrast_m10_bb_pos,buy,2025-09-03 16:57:00,1231.0,19.2339,1,leg_gt,3.92,60 -15917,buy_contrast_m10_bb_pos,buy,2025-09-03 18:00:00,1227.0,19.6229,1,leg_gt,3.88,60 -15918,buy_contrast_m10_bb_pos,buy,2025-09-03 18:03:00,1227.0,19.6229,1,leg_gt,3.88,60 -15919,buy_contrast_m10_bb_pos,buy,2025-09-03 18:06:00,1226.0,19.7206,1,leg_gt,3.87,60 -15920,buy_contrast_m10_bb_pos,buy,2025-09-03 18:09:00,1225.0,19.8184,1,leg_gt,3.87,60 -15921,buy_contrast_m10_bb_pos,buy,2025-09-04 12:12:00,1246.0,17.7973,1,leg_gt,3.12,60 -15922,buy_contrast_m10_bb_pos,buy,2025-09-04 12:15:00,1246.0,17.7973,1,leg_gt,3.12,60 -15923,buy_contrast_m10_bb_pos,buy,2025-09-04 12:18:00,1245.0,17.892,1,leg_gt,3.11,60 -15924,buy_contrast_m10_bb_pos,buy,2025-09-04 13:00:00,1241.0,18.2723,1,leg_gt,3.09,60 -15925,buy_contrast_m10_bb_pos,buy,2025-09-04 13:03:00,1242.0,18.177,1,leg_gt,3.08,60 -15926,buy_contrast_m10_bb_pos,buy,2025-09-04 13:06:00,1239.0,18.4634,1,leg_gt,3.08,60 -15927,buy_contrast_m10_bb_pos,buy,2025-09-04 13:09:00,1242.0,18.177,1,leg_gt,3.08,60 -15928,buy_contrast_m10_bb_pos,buy,2025-09-04 13:12:00,1242.0,18.177,1,leg_gt,3.08,60 -15929,buy_contrast_m10_bb_pos,buy,2025-09-04 13:15:00,1241.0,18.2723,1,leg_gt,3.08,60 -15930,buy_contrast_m10_bb_pos,buy,2025-09-04 13:18:00,1243.0,18.0818,1,leg_gt,3.07,60 -15931,buy_contrast_m10_bb_pos,buy,2025-09-04 14:12:00,1239.0,18.4634,1,leg_gt,3.04,60 -15932,buy_contrast_m10_bb_pos,buy,2025-09-04 14:15:00,1236.0,18.7511,1,leg_gt,3.03,60 -15933,buy_contrast_m10_bb_pos,buy,2025-09-04 14:18:00,1238.0,18.5591,1,leg_gt,3.03,60 -15934,buy_contrast_m10_bb_pos,buy,2025-09-04 14:21:00,1234.0,18.9438,1,leg_gt,3.03,60 -15935,buy_contrast_m10_bb_pos,buy,2025-09-04 14:24:00,1232.0,19.137,1,leg_gt,3.03,60 -15936,buy_contrast_m10_bb_pos,buy,2025-09-04 14:27:00,1235.0,18.8474,1,leg_gt,3.02,60 -15937,buy_contrast_m10_bb_pos,buy,2025-09-04 14:42:00,1234.0,18.9438,1,leg_gt,3.01,60 -15938,buy_contrast_m10_bb_pos,buy,2025-09-04 14:45:00,1233.0,19.0403,1,leg_gt,3.01,60 -15939,buy_contrast_m10_bb_pos,buy,2025-09-04 14:48:00,1234.0,18.9438,1,leg_gt,3.01,60 -15940,buy_contrast_m10_bb_pos,buy,2025-09-04 14:51:00,1234.0,18.9438,1,leg_gt,3.01,60 -15941,buy_contrast_m10_bb_pos,buy,2025-09-04 14:54:00,1233.0,19.0403,1,leg_gt,3.01,60 -15942,buy_contrast_m10_bb_pos,buy,2025-09-04 14:57:00,1234.0,18.9438,1,leg_gt,3.0,60 -15943,buy_contrast_m10_bb_pos,buy,2025-09-04 15:12:00,1232.0,19.137,1,leg_gt,2.99,60 -15944,buy_contrast_m10_bb_pos,buy,2025-09-04 15:15:00,1233.0,19.0403,1,leg_gt,2.99,60 -15945,buy_contrast_m10_bb_pos,buy,2025-09-04 15:18:00,1231.0,19.2339,1,leg_gt,2.99,60 -15946,buy_contrast_m10_bb_pos,buy,2025-09-04 15:21:00,1231.0,19.2339,1,leg_gt,2.99,60 -15947,buy_contrast_m10_bb_pos,buy,2025-09-04 15:24:00,1229.0,19.4281,1,leg_gt,2.99,60 -15948,buy_contrast_m10_bb_pos,buy,2025-09-04 15:27:00,1230.0,19.3309,1,leg_gt,2.98,60 -15949,buy_contrast_m10_bb_pos,buy,2025-09-04 15:30:00,1230.0,19.3309,1,leg_gt,2.98,60 -15950,buy_contrast_m10_bb_pos,buy,2025-09-04 15:33:00,1229.0,19.4281,1,leg_gt,2.98,60 -15951,buy_contrast_m10_bb_pos,buy,2025-09-04 15:36:00,1231.0,19.2339,1,leg_gt,2.98,60 -15952,buy_contrast_m10_bb_pos,buy,2025-09-04 15:39:00,1231.0,19.2339,1,leg_gt,2.98,60 -15953,buy_contrast_m10_bb_pos,buy,2025-09-04 15:42:00,1229.0,19.4281,1,leg_gt,2.97,60 -15954,buy_contrast_m10_bb_pos,buy,2025-09-04 15:45:00,1231.0,19.2339,1,leg_gt,2.97,60 -15955,buy_contrast_m10_bb_pos,buy,2025-09-04 15:48:00,1229.0,19.4281,1,leg_gt,2.97,60 -15956,buy_contrast_m10_bb_pos,buy,2025-09-04 15:51:00,1230.0,19.3309,1,leg_gt,2.97,60 -15957,buy_contrast_m10_bb_pos,buy,2025-09-04 15:54:00,1229.0,19.4281,1,leg_gt,2.96,60 -15958,buy_contrast_m10_bb_pos,buy,2025-09-04 15:57:00,1229.0,19.4281,1,leg_gt,2.96,60 -15959,buy_contrast_m10_bb_pos,buy,2025-09-04 16:00:00,1227.0,19.6229,1,leg_gt,2.96,60 -15960,buy_contrast_m10_bb_pos,buy,2025-09-04 16:03:00,1231.0,19.2339,1,leg_gt,2.96,60 -15961,buy_contrast_m10_bb_pos,buy,2025-09-04 16:06:00,1230.0,19.3309,1,leg_gt,2.96,60 -15962,buy_contrast_m10_bb_pos,buy,2025-09-04 16:09:00,1231.0,19.2339,1,leg_gt,2.95,60 -15963,buy_contrast_m10_bb_pos,buy,2025-09-04 18:21:00,1226.0,19.7206,1,leg_gt,2.86,60 -15964,buy_contrast_m10_bb_pos,buy,2025-09-04 18:24:00,1226.0,19.7206,1,leg_gt,2.86,60 -15965,buy_contrast_m10_bb_pos,buy,2025-09-04 18:27:00,1226.0,19.7206,1,leg_gt,2.86,60 -15966,buy_contrast_m10_bb_pos,buy,2025-09-04 18:30:00,1225.0,19.8184,1,leg_gt,2.86,60 -15967,buy_contrast_m10_bb_pos,buy,2025-09-04 18:33:00,1223.0,20.0145,1,leg_gt,2.85,60 -15968,buy_contrast_m10_bb_pos,buy,2025-09-04 18:36:00,1224.0,19.9163,1,leg_gt,2.85,60 -15969,buy_contrast_m10_bb_pos,buy,2025-09-04 18:39:00,1225.0,19.8184,1,leg_gt,2.85,60 -15970,buy_contrast_m10_bb_pos,buy,2025-09-04 18:42:00,1225.0,19.8184,1,leg_gt,2.85,60 -15971,buy_contrast_m10_bb_pos,buy,2025-09-04 18:45:00,1225.0,19.8184,1,leg_gt,2.85,60 -15972,buy_contrast_m10_bb_pos,buy,2025-09-04 18:48:00,1224.0,19.9163,1,leg_gt,2.84,60 -15973,buy_contrast_m10_bb_pos,buy,2025-09-04 18:51:00,1224.0,19.9163,1,leg_gt,2.84,60 -15974,buy_contrast_m10_bb_pos,buy,2025-09-04 18:54:00,1224.0,19.9163,1,leg_gt,2.84,60 -15975,buy_contrast_m10_bb_pos,buy,2025-09-04 18:57:00,1225.0,19.8184,1,leg_gt,2.84,60 -15976,buy_contrast_m10_bb_pos,buy,2025-09-04 19:21:00,1225.0,19.8184,1,leg_gt,2.82,60 -15977,buy_contrast_m10_bb_pos,buy,2025-09-04 19:24:00,1226.0,19.7206,1,leg_gt,2.82,60 -15978,buy_contrast_m10_bb_pos,buy,2025-09-04 19:27:00,1225.0,19.8184,1,leg_gt,2.82,60 -15979,buy_contrast_m10_bb_pos,buy,2025-09-04 19:30:00,1223.0,20.0145,1,leg_gt,2.81,60 -15980,buy_contrast_m10_bb_pos,buy,2025-09-04 19:33:00,1225.0,19.8184,1,leg_gt,2.81,60 -15981,buy_contrast_m10_bb_pos,buy,2025-09-04 19:36:00,1226.0,19.7206,1,leg_gt,2.81,60 -15982,buy_contrast_m10_bb_pos,buy,2025-09-04 19:39:00,1224.0,19.9163,1,leg_gt,2.81,60 -15983,buy_contrast_m10_bb_pos,buy,2025-09-04 19:42:00,1225.0,19.8184,1,leg_gt,2.81,60 -15984,buy_contrast_m10_bb_pos,buy,2025-09-04 19:45:00,1221.0,20.2112,1,leg_gt,2.8,60 -15985,buy_contrast_m10_bb_pos,buy,2025-09-04 19:48:00,1221.0,20.2112,1,leg_gt,2.8,60 -15986,buy_contrast_m10_bb_pos,buy,2025-09-04 20:00:00,1221.0,20.2112,1,leg_gt,2.79,60 -15987,buy_contrast_m10_bb_pos,buy,2025-09-04 20:03:00,1223.0,20.0145,1,leg_gt,2.79,60 -15988,buy_contrast_m10_bb_pos,buy,2025-09-04 20:06:00,1227.0,19.6229,1,leg_gt,2.79,60 -15989,buy_contrast_m10_bb_pos,buy,2025-09-04 20:09:00,1228.0,19.5254,1,leg_gt,2.79,60 -15990,buy_contrast_m10_bb_pos,buy,2025-09-04 23:21:00,1218.0,20.5076,1,leg_gt,2.65,60 -15991,buy_contrast_m10_bb_pos,buy,2025-09-04 23:24:00,1220.0,20.3098,1,leg_gt,2.65,60 -15992,buy_contrast_m10_bb_pos,buy,2025-09-04 23:27:00,1220.0,20.3098,1,leg_gt,2.65,60 -15993,buy_contrast_m10_bb_pos,buy,2025-09-05 00:00:00,1215.0,20.8053,1,leg_gt,2.63,60 -15994,buy_contrast_m10_bb_pos,buy,2025-09-05 00:03:00,1215.0,20.8053,1,leg_gt,2.62,60 -15995,buy_contrast_m10_bb_pos,buy,2025-09-05 00:06:00,1214.0,20.9049,1,leg_gt,2.62,60 -15996,buy_contrast_m10_bb_pos,buy,2025-09-05 00:09:00,1214.0,20.9049,1,leg_gt,2.62,60 -15997,buy_contrast_m10_bb_pos,buy,2025-09-05 00:12:00,1209.0,21.4054,1,leg_gt,2.62,60 -15998,buy_contrast_m10_bb_pos,buy,2025-09-05 00:15:00,1211.0,21.2047,1,leg_gt,2.62,60 -15999,buy_contrast_m10_bb_pos,buy,2025-09-05 00:18:00,1213.0,21.0047,1,leg_gt,2.61,60 -16000,buy_contrast_m10_bb_pos,buy,2025-09-05 00:21:00,1210.0,21.305,1,leg_gt,2.61,60 -16001,buy_contrast_m10_bb_pos,buy,2025-09-05 00:24:00,1211.0,21.2047,1,leg_gt,2.61,60 -16002,buy_contrast_m10_bb_pos,buy,2025-09-05 00:27:00,1210.0,21.305,1,leg_gt,2.61,60 -16003,buy_contrast_m10_bb_pos,buy,2025-09-05 00:30:00,1211.0,21.2047,1,leg_gt,2.61,60 -16004,buy_contrast_m10_bb_pos,buy,2025-09-05 00:33:00,1208.0,21.506,1,leg_gt,2.6,60 -16005,buy_contrast_m10_bb_pos,buy,2025-09-05 00:36:00,1208.0,21.506,1,leg_gt,2.6,60 -16006,buy_contrast_m10_bb_pos,buy,2025-09-05 00:39:00,1209.0,21.4054,1,leg_gt,2.6,60 -16007,buy_contrast_m10_bb_pos,buy,2025-09-05 00:42:00,1211.0,21.2047,1,leg_gt,2.6,60 -16008,buy_contrast_m10_bb_pos,buy,2025-09-05 00:45:00,1209.0,21.4054,1,leg_gt,2.6,60 -16009,buy_contrast_m10_bb_pos,buy,2025-09-05 00:48:00,1211.0,21.2047,1,leg_gt,2.59,60 -16010,buy_contrast_m10_bb_pos,buy,2025-09-05 01:00:00,1210.0,21.305,1,leg_gt,2.59,60 -16011,buy_contrast_m10_bb_pos,buy,2025-09-05 01:03:00,1212.0,21.1046,1,leg_gt,2.58,60 -16012,buy_contrast_m10_bb_pos,buy,2025-09-05 01:06:00,1213.0,21.0047,1,leg_gt,2.58,60 -16013,buy_contrast_m10_bb_pos,buy,2025-09-05 01:09:00,1212.0,21.1046,1,leg_gt,2.58,60 -16014,buy_contrast_m10_bb_pos,buy,2025-09-05 08:51:00,1217.0,20.6067,1,leg_gt,2.26,60 -16015,buy_contrast_m10_bb_pos,buy,2025-09-05 08:54:00,1216.0,20.7059,1,leg_gt,2.26,60 -16016,buy_contrast_m10_bb_pos,buy,2025-09-05 08:57:00,1217.0,20.6067,1,leg_gt,2.25,60 -16017,buy_contrast_m10_bb_pos,buy,2025-09-05 09:00:00,1216.0,20.7059,1,leg_gt,2.25,60 -16018,buy_contrast_m10_bb_pos,buy,2025-09-05 09:03:00,1220.0,20.3098,1,leg_gt,2.25,60 -16019,buy_contrast_m10_bb_pos,buy,2025-09-05 09:06:00,1219.0,20.4086,1,leg_gt,2.25,60 -16020,buy_contrast_m10_bb_pos,buy,2025-09-05 09:09:00,1219.0,20.4086,1,leg_gt,2.25,60 -16021,buy_contrast_m10_bb_pos,buy,2025-09-05 10:00:00,1217.0,20.6067,1,leg_gt,2.21,60 -16022,buy_contrast_m10_bb_pos,buy,2025-09-05 10:03:00,1216.0,20.7059,1,leg_gt,2.21,60 -16023,buy_contrast_m10_bb_pos,buy,2025-09-05 10:06:00,1217.0,20.6067,1,leg_gt,2.21,60 -16024,buy_contrast_m10_bb_pos,buy,2025-09-05 10:09:00,1217.0,20.6067,1,leg_gt,2.2,60 -16025,buy_contrast_m10_bb_pos,buy,2025-09-05 10:12:00,1217.0,20.6067,1,leg_gt,2.2,60 -16026,buy_contrast_m10_bb_pos,buy,2025-09-05 10:15:00,1217.0,20.6067,1,leg_gt,2.2,60 -16027,buy_contrast_m10_bb_pos,buy,2025-09-05 10:18:00,1218.0,20.5076,1,leg_gt,2.2,60 -16028,buy_contrast_m10_bb_pos,buy,2025-09-05 23:21:00,1246.0,17.7973,1,leg_gt,1.65,60 -16029,buy_contrast_m10_bb_pos,buy,2025-09-05 23:24:00,1240.0,18.3677,1,leg_gt,1.65,60 -16030,buy_contrast_m10_bb_pos,buy,2025-09-05 23:27:00,1237.0,18.6551,1,leg_gt,1.65,60 -16031,buy_contrast_m10_bb_pos,buy,2025-09-05 23:30:00,1237.0,18.6551,1,leg_gt,1.65,60 -16032,buy_contrast_m10_bb_pos,buy,2025-09-05 23:33:00,1232.0,19.137,1,leg_gt,1.65,60 -16033,buy_contrast_m10_bb_pos,buy,2025-09-05 23:36:00,1231.0,19.2339,1,leg_gt,1.64,60 -16034,buy_contrast_m10_bb_pos,buy,2025-09-05 23:39:00,1233.0,19.0403,1,leg_gt,1.64,60 -16035,buy_contrast_m10_bb_pos,buy,2025-09-05 23:51:00,1231.0,19.2339,1,leg_gt,1.63,60 -16036,buy_contrast_m10_bb_pos,buy,2025-09-05 23:54:00,1234.0,18.9438,1,leg_gt,1.63,60 -16037,buy_contrast_m10_bb_pos,buy,2025-09-05 23:57:00,1236.0,18.7511,1,leg_gt,1.63,60 -16038,buy_contrast_m10_bb_pos,buy,2025-09-06 00:00:00,1233.0,19.0403,1,leg_gt,1.63,60 -16039,buy_contrast_m10_bb_pos,buy,2025-09-06 00:03:00,1232.0,19.137,1,leg_gt,1.62,60 -16040,buy_contrast_m10_bb_pos,buy,2025-09-06 00:06:00,1233.0,19.0403,1,leg_gt,1.62,60 -16041,buy_contrast_m10_bb_pos,buy,2025-09-06 00:09:00,1235.0,18.8474,1,leg_gt,1.62,60 -16042,buy_contrast_m10_bb_pos,buy,2025-09-06 00:12:00,1236.0,18.7511,1,leg_gt,1.62,60 -16043,buy_contrast_m10_bb_pos,buy,2025-09-06 00:15:00,1238.0,18.5591,1,leg_gt,1.62,60 -16044,buy_contrast_m10_bb_pos,buy,2025-09-06 00:18:00,1241.0,18.2723,1,leg_gt,1.61,60 -16045,buy_contrast_m10_bb_pos,buy,2025-09-06 14:30:00,1271.0,15.4783,1,leg_gt,1.02,60 -16046,buy_contrast_m10_bb_pos,buy,2025-09-06 14:33:00,1271.0,15.4783,1,leg_gt,1.02,60 -16047,buy_contrast_m10_bb_pos,buy,2025-09-06 14:36:00,1273.0,15.2967,1,leg_gt,1.02,60 -16048,buy_contrast_m10_bb_pos,buy,2025-09-06 14:39:00,1273.0,15.2967,1,leg_gt,1.02,60 -16049,buy_contrast_m10_bb_pos,buy,2025-09-06 17:42:00,1270.0,15.5693,1,leg_gt,0.89,60 -16050,buy_contrast_m10_bb_pos,buy,2025-09-06 17:45:00,1271.0,15.4783,1,leg_gt,0.89,60 -16051,buy_contrast_m10_bb_pos,buy,2025-09-06 17:48:00,1270.0,15.5693,1,leg_gt,0.89,60 -16052,buy_contrast_m10_bb_pos,buy,2025-09-06 18:42:00,1265.0,16.0265,1,leg_gt,0.85,60 -16053,buy_contrast_m10_bb_pos,buy,2025-09-06 18:45:00,1265.0,16.0265,1,leg_gt,0.85,60 -16054,buy_contrast_m10_bb_pos,buy,2025-09-06 18:48:00,1265.0,16.0265,1,leg_gt,0.84,60 -16055,buy_contrast_m10_bb_pos,buy,2025-09-06 18:51:00,1263.0,16.2104,1,leg_gt,0.84,60 -16056,buy_contrast_m10_bb_pos,buy,2025-09-06 18:54:00,1261.0,16.3948,1,leg_gt,0.84,60 -16057,buy_contrast_m10_bb_pos,buy,2025-09-06 18:57:00,1262.0,16.3025,1,leg_gt,0.84,60 -16058,buy_contrast_m10_bb_pos,buy,2025-09-06 19:00:00,1261.0,16.3948,1,leg_gt,0.84,60 -16059,buy_contrast_m10_bb_pos,buy,2025-09-06 19:03:00,1262.0,16.3025,1,leg_gt,0.83,60 -16060,buy_contrast_m10_bb_pos,buy,2025-09-06 19:06:00,1263.0,16.2104,1,leg_gt,0.83,60 -16061,buy_contrast_m10_bb_pos,buy,2025-09-06 19:09:00,1263.0,16.2104,1,leg_gt,0.83,60 -16062,buy_contrast_m10_bb_pos,buy,2025-09-07 18:42:00,1412.0,27.3788,1,leg_gt,0.81,60 -16063,buy_contrast_m10_bb_pos,buy,2025-09-07 18:45:00,1410.0,27.5596,1,leg_gt,0.81,60 -16064,buy_contrast_m10_bb_pos,buy,2025-09-07 18:48:00,1413.0,27.2885,1,leg_gt,0.81,60 -16065,buy_contrast_m10_bb_pos,buy,2025-09-08 01:30:00,1453.0,23.7816,1,leg_gt,0.53,60 -16066,buy_contrast_m10_bb_pos,buy,2025-09-08 01:33:00,1452.0,23.8669,1,leg_gt,0.53,60 -16067,buy_contrast_m10_bb_pos,buy,2025-09-08 01:36:00,1450.0,24.0379,1,leg_gt,0.52,60 -16068,buy_contrast_m10_bb_pos,buy,2025-09-08 01:39:00,1451.0,23.9524,1,leg_gt,0.52,60 -16069,buy_contrast_m10_bb_pos,buy,2025-09-08 01:42:00,1453.0,23.7816,1,leg_gt,0.52,60 -16070,buy_contrast_m10_bb_pos,buy,2025-09-08 01:45:00,1458.0,23.3568,1,leg_gt,0.52,60 -16071,buy_contrast_m10_bb_pos,buy,2025-09-08 01:48:00,1456.0,23.5264,1,leg_gt,0.52,60 -16072,buy_contrast_m10_bb_pos,buy,2025-09-08 01:51:00,1455.0,23.6113,1,leg_gt,0.51,60 -16073,buy_contrast_m10_bb_pos,buy,2025-09-08 01:54:00,1459.0,23.2722,1,leg_gt,0.51,60 -16074,buy_contrast_m10_bb_pos,buy,2025-09-08 01:57:00,1463.0,22.9349,1,leg_gt,0.51,60 -16075,buy_contrast_m10_bb_pos,buy,2025-09-08 07:00:00,1441.0,24.8133,1,leg_gt,0.3,60 -16076,buy_contrast_m10_bb_pos,buy,2025-09-08 07:03:00,1442.0,24.7266,1,leg_gt,0.3,60 -16077,buy_contrast_m10_bb_pos,buy,2025-09-08 07:06:00,1441.0,24.8133,1,leg_gt,0.3,60 -16078,buy_contrast_m10_bb_pos,buy,2025-09-08 07:09:00,1444.0,24.5537,1,leg_gt,0.29,60 -16079,buy_contrast_m10_bb_pos,buy,2025-09-08 07:42:00,1440.0,24.9,1,leg_gt,0.27,60 -16080,buy_contrast_m10_bb_pos,buy,2025-09-08 07:45:00,1433.0,25.5106,1,leg_gt,0.27,60 -16081,buy_contrast_m10_bb_pos,buy,2025-09-08 07:48:00,1439.0,24.9869,1,leg_gt,0.27,60 -16082,buy_contrast_m10_bb_pos,buy,2025-09-08 08:00:00,1439.0,24.9869,1,leg_gt,0.26,60 -16083,buy_contrast_m10_bb_pos,buy,2025-09-08 08:03:00,1440.0,24.9,1,leg_gt,0.26,60 -16084,buy_contrast_m10_bb_pos,buy,2025-09-08 08:06:00,1438.0,25.0739,1,leg_gt,0.25,60 -16085,buy_contrast_m10_bb_pos,buy,2025-09-08 08:09:00,1440.0,24.9,1,leg_gt,0.25,60 -16086,buy_contrast_m10_bb_pos,buy,2025-09-08 09:00:00,1438.0,25.0739,1,leg_gt,0.22,60 -16087,buy_contrast_m10_bb_pos,buy,2025-09-08 09:03:00,1440.0,24.9,1,leg_gt,0.21,60 -16088,buy_contrast_m10_bb_pos,buy,2025-09-08 09:06:00,1444.0,24.5537,1,leg_gt,0.21,60 -16089,buy_contrast_m10_bb_pos,buy,2025-09-08 09:09:00,1442.0,24.7266,1,leg_gt,0.21,60 -16090,buy_contrast_m10_bb_pos,buy,2025-09-08 16:51:00,1727.0,24.2775,1,leg_gt,0.3,60 -16091,buy_contrast_m10_bb_pos,buy,2025-09-08 16:54:00,1720.0,24.7837,1,leg_gt,0.3,60 -16092,buy_contrast_m10_bb_pos,buy,2025-09-08 16:57:00,1719.0,24.8564,1,leg_gt,0.3,60 -16093,buy_contrast_m10_bb_pos,buy,2025-09-08 17:00:00,1731.0,23.9901,1,leg_gt,0.29,60 -16094,buy_contrast_m10_bb_pos,buy,2025-09-08 17:03:00,1746.0,22.9241,1,leg_gt,0.29,60 -16095,buy_contrast_m10_bb_pos,buy,2025-09-08 17:06:00,1757.0,22.1538,1,leg_gt,0.29,60 -16096,buy_contrast_m10_bb_pos,buy,2025-09-08 17:09:00,1761.0,21.8761,1,leg_gt,0.29,60 -16097,buy_contrast_m10_bb_pos,buy,2025-09-08 19:12:00,1729.0,24.1337,1,leg_gt,0.2,60 -16098,buy_contrast_m10_bb_pos,buy,2025-09-08 19:15:00,1728.0,24.2056,1,leg_gt,0.2,60 -16099,buy_contrast_m10_bb_pos,buy,2025-09-08 19:18:00,1720.0,24.7837,1,leg_gt,0.2,60 -16100,buy_contrast_m10_bb_pos,buy,2025-09-08 19:21:00,1744.0,23.0651,1,leg_gt,0.2,60 -16101,buy_contrast_m10_bb_pos,buy,2025-09-08 19:24:00,1744.0,23.0651,1,leg_gt,0.19,60 -16102,buy_contrast_m10_bb_pos,buy,2025-09-08 19:27:00,1752.0,22.5027,1,leg_gt,0.19,60 -16103,buy_contrast_m10_bb_pos,buy,2025-09-08 20:30:00,1681.0,27.6811,1,leg_gt,0.15,60 -16104,buy_contrast_m10_bb_pos,buy,2025-09-08 20:33:00,1680.0,27.7571,1,leg_gt,0.15,60 -16105,buy_contrast_m10_bb_pos,buy,2025-09-08 20:36:00,1684.0,27.4534,1,leg_gt,0.14,60 -16106,buy_contrast_m10_bb_pos,buy,2025-09-08 20:39:00,1681.0,27.6811,1,leg_gt,0.14,60 -16107,buy_contrast_m10_bb_pos,buy,2025-09-08 20:42:00,1687.0,27.2266,1,leg_gt,0.14,60 -16108,buy_contrast_m10_bb_pos,buy,2025-09-08 20:45:00,1684.0,27.4534,1,leg_gt,0.14,60 -16109,buy_contrast_m10_bb_pos,buy,2025-09-08 20:48:00,1676.0,28.0623,1,leg_gt,0.14,60 -16110,buy_contrast_m10_bb_pos,buy,2025-09-08 20:51:00,1687.0,27.2266,1,leg_gt,0.13,60 -16111,buy_contrast_m10_bb_pos,buy,2025-09-08 20:54:00,1702.0,26.1045,1,leg_gt,0.13,60 -16112,buy_contrast_m10_bb_pos,buy,2025-09-08 20:57:00,1702.0,26.1045,1,leg_gt,0.13,60 -16113,buy_contrast_m10_bb_pos,buy,2025-09-09 03:21:00,2028.0,22.4345,1,leg_gt,0.25,60 -16114,buy_contrast_m10_bb_pos,buy,2025-09-09 03:24:00,2037.0,21.8931,1,leg_gt,0.25,60 -16115,buy_contrast_m10_bb_pos,buy,2025-09-09 03:27:00,2032.0,22.1933,1,leg_gt,0.25,60 -16116,buy_contrast_m10_bb_pos,buy,2025-09-09 22:42:00,2609.0,9.0606,1,leg_gt,0.5,60 -16117,buy_contrast_m10_bb_pos,buy,2025-09-09 22:45:00,2607.0,9.1443,1,leg_gt,0.49,60 -16118,buy_contrast_m10_bb_pos,buy,2025-09-09 22:48:00,2604.0,9.2702,1,leg_gt,0.49,60 -16119,buy_contrast_m10_bb_pos,buy,2025-09-10 00:21:00,2456.0,15.8609,1,leg_gt,0.43,60 -16120,buy_contrast_m10_bb_pos,buy,2025-09-10 00:24:00,2491.0,14.2316,1,leg_gt,0.42,60 -16121,buy_contrast_m10_bb_pos,buy,2025-09-10 00:27:00,2506.0,13.5472,1,leg_gt,0.42,60 -16122,buy_contrast_m10_bb_pos,buy,2025-09-10 00:51:00,2495.0,14.0483,1,leg_gt,0.41,60 -16123,buy_contrast_m10_bb_pos,buy,2025-09-10 00:54:00,2507.0,13.5019,1,leg_gt,0.4,60 -16124,buy_contrast_m10_bb_pos,buy,2025-09-10 00:57:00,2519.0,12.9607,1,leg_gt,0.4,60 -16125,buy_contrast_m10_bb_pos,buy,2025-09-10 01:12:00,2480.0,14.7387,1,leg_gt,0.39,60 -16126,buy_contrast_m10_bb_pos,buy,2025-09-10 01:15:00,2467.0,15.3439,1,leg_gt,0.39,60 -16127,buy_contrast_m10_bb_pos,buy,2025-09-10 01:18:00,2453.0,16.0027,1,leg_gt,0.39,60 -16128,buy_contrast_m10_bb_pos,buy,2025-09-10 01:21:00,2453.0,16.0027,1,leg_gt,0.39,60 -16129,buy_contrast_m10_bb_pos,buy,2025-09-10 01:24:00,2453.0,16.0027,1,leg_gt,0.38,60 -16130,buy_contrast_m10_bb_pos,buy,2025-09-10 01:27:00,2414.0,17.8785,1,leg_gt,0.38,60 -16131,buy_contrast_m10_bb_pos,buy,2025-09-10 01:42:00,2397.0,18.7152,1,leg_gt,0.37,60 -16132,buy_contrast_m10_bb_pos,buy,2025-09-10 01:45:00,2403.0,18.4185,1,leg_gt,0.37,60 -16133,buy_contrast_m10_bb_pos,buy,2025-09-10 01:48:00,2396.0,18.7648,1,leg_gt,0.37,60 -16134,buy_contrast_m10_bb_pos,buy,2025-09-10 01:51:00,2394.0,18.8641,1,leg_gt,0.36,60 -16135,buy_contrast_m10_bb_pos,buy,2025-09-10 01:54:00,2410.0,18.0743,1,leg_gt,0.36,60 -16136,buy_contrast_m10_bb_pos,buy,2025-09-10 01:57:00,2435.0,16.861,1,leg_gt,0.36,60 -16137,buy_contrast_m10_bb_pos,buy,2025-09-10 06:30:00,2459.0,15.7194,1,leg_gt,0.17,60 -16138,buy_contrast_m10_bb_pos,buy,2025-09-10 06:33:00,2475.0,14.9707,1,leg_gt,0.17,60 -16139,buy_contrast_m10_bb_pos,buy,2025-09-10 06:36:00,2481.0,14.6924,1,leg_gt,0.17,60 -16140,buy_contrast_m10_bb_pos,buy,2025-09-10 06:39:00,2479.0,14.785,1,leg_gt,0.16,60 -16141,buy_contrast_m10_bb_pos,buy,2025-09-10 07:12:00,2473.0,15.0638,1,leg_gt,0.14,60 -16142,buy_contrast_m10_bb_pos,buy,2025-09-10 07:15:00,2484.0,14.5538,1,leg_gt,0.14,60 -16143,buy_contrast_m10_bb_pos,buy,2025-09-10 07:18:00,2490.0,14.2775,1,leg_gt,0.14,60 -16144,buy_contrast_m10_bb_pos,buy,2025-09-10 13:12:00,2685.0,-10.3048,0,leg_gt,2.1,60 -16145,buy_contrast_m10_bb_pos,buy,2025-09-10 13:15:00,2688.0,-10.4051,0,leg_gt,2.1,60 -16146,buy_contrast_m10_bb_pos,buy,2025-09-10 13:18:00,2698.0,-10.7375,0,leg_gt,2.1,60 -16147,buy_contrast_m10_bb_pos,buy,2025-09-10 14:21:00,2666.0,-9.6649,0,leg_gt,2.05,60 -16148,buy_contrast_m10_bb_pos,buy,2025-09-10 14:24:00,2655.0,-9.2902,0,leg_gt,2.05,60 -16149,buy_contrast_m10_bb_pos,buy,2025-09-10 14:27:00,2652.0,-9.1875,0,leg_gt,2.05,60 -16150,buy_contrast_m10_bb_pos,buy,2025-09-10 14:30:00,2657.0,-9.3586,0,leg_gt,2.05,60 -16151,buy_contrast_m10_bb_pos,buy,2025-09-10 14:33:00,2654.0,-9.256,0,leg_gt,2.04,60 -16152,buy_contrast_m10_bb_pos,buy,2025-09-10 14:36:00,2665.0,-9.631,0,leg_gt,2.04,60 -16153,buy_contrast_m10_bb_pos,buy,2025-09-10 14:39:00,2674.0,-9.9355,0,leg_gt,2.04,60 -16154,buy_contrast_m10_bb_pos,buy,2025-09-10 16:30:00,2644.0,-8.9124,0,leg_gt,1.96,60 -16155,buy_contrast_m10_bb_pos,buy,2025-09-10 16:33:00,2647.0,-9.0158,0,leg_gt,1.96,60 -16156,buy_contrast_m10_bb_pos,buy,2025-09-10 16:36:00,2644.0,-8.9124,0,leg_gt,1.96,60 -16157,buy_contrast_m10_bb_pos,buy,2025-09-10 16:39:00,2642.0,-8.8434,0,leg_gt,1.96,60 -16158,buy_contrast_m10_bb_pos,buy,2025-09-10 16:42:00,2624.0,-8.2174,0,leg_gt,1.95,60 -16159,buy_contrast_m10_bb_pos,buy,2025-09-10 16:45:00,2615.0,-7.9011,0,leg_gt,1.95,60 -16160,buy_contrast_m10_bb_pos,buy,2025-09-10 16:48:00,2607.0,-7.6182,0,leg_gt,1.95,60 -16161,buy_contrast_m10_bb_pos,buy,2025-09-10 17:21:00,2583.0,-6.7589,0,leg_gt,1.93,60 -16162,buy_contrast_m10_bb_pos,buy,2025-09-10 17:24:00,2590.0,-7.0112,0,leg_gt,1.92,60 -16163,buy_contrast_m10_bb_pos,buy,2025-09-10 17:27:00,2598.0,-7.2978,0,leg_gt,1.92,60 -16164,buy_contrast_m10_bb_pos,buy,2025-09-10 22:51:00,2592.0,-7.083,0,leg_gt,1.7,60 -16165,buy_contrast_m10_bb_pos,buy,2025-09-10 22:54:00,2569.0,-6.2503,0,leg_gt,1.7,60 -16166,buy_contrast_m10_bb_pos,buy,2025-09-10 22:57:00,2566.0,-6.1405,0,leg_gt,1.69,60 -16167,buy_contrast_m10_bb_pos,buy,2025-09-10 23:21:00,2557.0,-5.8098,0,leg_gt,1.68,60 -16168,buy_contrast_m10_bb_pos,buy,2025-09-10 23:24:00,2557.0,-5.8098,0,leg_gt,1.68,60 -16169,buy_contrast_m10_bb_pos,buy,2025-09-10 23:27:00,2560.0,-5.9203,0,leg_gt,1.67,60 -16170,buy_contrast_m10_bb_pos,buy,2025-09-11 01:51:00,2495.0,-3.4667,0,leg_gt,1.57,60 -16171,buy_contrast_m10_bb_pos,buy,2025-09-11 01:54:00,2497.0,-3.5441,0,leg_gt,1.57,60 -16172,buy_contrast_m10_bb_pos,buy,2025-09-11 01:57:00,2497.0,-3.5441,0,leg_gt,1.57,60 -16173,buy_contrast_m10_bb_pos,buy,2025-09-11 10:21:00,2555.0,-5.736,0,leg_gt,1.22,60 -16174,buy_contrast_m10_bb_pos,buy,2025-09-11 10:24:00,2550.0,-5.551,0,leg_gt,1.22,60 -16175,buy_contrast_m10_bb_pos,buy,2025-09-11 10:27:00,2552.0,-5.6251,0,leg_gt,1.21,60 -16176,buy_contrast_m10_bb_pos,buy,2025-09-11 10:30:00,2550.0,-5.551,0,leg_gt,1.21,60 -16177,buy_contrast_m10_bb_pos,buy,2025-09-11 10:33:00,2542.0,-5.2534,0,leg_gt,1.21,60 -16178,buy_contrast_m10_bb_pos,buy,2025-09-11 10:36:00,2541.0,-5.2161,0,leg_gt,1.21,60 -16179,buy_contrast_m10_bb_pos,buy,2025-09-11 10:39:00,2531.0,-4.8412,0,leg_gt,1.21,60 -16180,buy_contrast_m10_bb_pos,buy,2025-09-11 10:51:00,2538.0,-5.1039,0,leg_gt,1.2,60 -16181,buy_contrast_m10_bb_pos,buy,2025-09-11 10:54:00,2546.0,-5.4024,0,leg_gt,1.2,60 -16182,buy_contrast_m10_bb_pos,buy,2025-09-11 10:57:00,2543.0,-5.2907,0,leg_gt,1.19,60 -16183,buy_contrast_m10_bb_pos,buy,2025-09-11 11:12:00,2512.0,-4.1207,0,leg_gt,1.18,60 -16184,buy_contrast_m10_bb_pos,buy,2025-09-11 11:15:00,2522.0,-4.5013,0,leg_gt,1.18,60 -16185,buy_contrast_m10_bb_pos,buy,2025-09-11 11:18:00,2512.0,-4.1207,0,leg_gt,1.18,60 -16186,buy_contrast_m10_bb_pos,buy,2025-09-11 11:30:00,2523.0,-4.5392,0,leg_gt,1.17,60 -16187,buy_contrast_m10_bb_pos,buy,2025-09-11 11:33:00,2516.0,-4.2733,0,leg_gt,1.17,60 -16188,buy_contrast_m10_bb_pos,buy,2025-09-11 11:36:00,2515.0,-4.2352,0,leg_gt,1.17,60 -16189,buy_contrast_m10_bb_pos,buy,2025-09-11 11:39:00,2509.0,-4.0059,0,leg_gt,1.16,60 -16190,buy_contrast_m10_bb_pos,buy,2025-09-11 11:42:00,2504.0,-3.8141,0,leg_gt,1.16,60 -16191,buy_contrast_m10_bb_pos,buy,2025-09-11 11:45:00,2501.0,-3.6986,0,leg_gt,1.16,60 -16192,buy_contrast_m10_bb_pos,buy,2025-09-11 11:48:00,2495.0,-3.4667,0,leg_gt,1.16,60 -16193,buy_contrast_m10_bb_pos,buy,2025-09-11 11:51:00,2487.0,-3.1559,0,leg_gt,1.16,60 -16194,buy_contrast_m10_bb_pos,buy,2025-09-11 11:54:00,2487.0,-3.1559,0,leg_gt,1.15,60 -16195,buy_contrast_m10_bb_pos,buy,2025-09-11 11:57:00,2490.0,-3.2727,0,leg_gt,1.15,60 -16196,buy_contrast_m10_bb_pos,buy,2025-09-11 12:00:00,2482.0,-2.9606,0,leg_gt,1.15,60 -16197,buy_contrast_m10_bb_pos,buy,2025-09-11 12:03:00,2492.0,-3.3504,0,leg_gt,1.15,60 -16198,buy_contrast_m10_bb_pos,buy,2025-09-11 12:06:00,2486.0,-3.1169,0,leg_gt,1.15,60 -16199,buy_contrast_m10_bb_pos,buy,2025-09-11 12:09:00,2496.0,-3.5054,0,leg_gt,1.14,60 -16200,buy_contrast_m10_bb_pos,buy,2025-09-11 14:30:00,2470.0,-2.4887,0,leg_gt,1.05,60 -16201,buy_contrast_m10_bb_pos,buy,2025-09-11 14:33:00,2465.0,-2.2907,0,leg_gt,1.04,60 -16202,buy_contrast_m10_bb_pos,buy,2025-09-11 14:36:00,2462.0,-2.1715,0,leg_gt,1.04,60 -16203,buy_contrast_m10_bb_pos,buy,2025-09-11 14:39:00,2463.0,-2.2112,0,leg_gt,1.04,60 -16204,buy_contrast_m10_bb_pos,buy,2025-09-11 15:00:00,2453.0,-1.8122,0,leg_gt,1.02,60 -16205,buy_contrast_m10_bb_pos,buy,2025-09-11 15:03:00,2460.0,-2.0919,0,leg_gt,1.02,60 -16206,buy_contrast_m10_bb_pos,buy,2025-09-11 15:06:00,2461.0,-2.1317,0,leg_gt,1.02,60 -16207,buy_contrast_m10_bb_pos,buy,2025-09-11 15:09:00,2463.0,-2.2112,0,leg_gt,1.02,60 -16208,buy_contrast_m10_bb_pos,buy,2025-09-11 16:00:00,2443.0,-1.4099,0,leg_gt,0.98,60 -16209,buy_contrast_m10_bb_pos,buy,2025-09-11 16:03:00,2436.0,-1.1263,0,leg_gt,0.98,60 -16210,buy_contrast_m10_bb_pos,buy,2025-09-11 16:06:00,2434.0,-1.0449,0,leg_gt,0.98,60 -16211,buy_contrast_m10_bb_pos,buy,2025-09-11 16:09:00,2442.0,-1.3695,0,leg_gt,0.98,60 -16212,buy_contrast_m10_bb_pos,buy,2025-09-11 16:12:00,2438.0,-1.2075,0,leg_gt,0.98,60 -16213,buy_contrast_m10_bb_pos,buy,2025-09-11 16:15:00,2430.0,-0.8819,0,leg_gt,0.97,60 -16214,buy_contrast_m10_bb_pos,buy,2025-09-11 16:18:00,2430.0,-0.8819,0,leg_gt,0.97,60 -16215,buy_contrast_m10_bb_pos,buy,2025-09-11 16:21:00,2434.0,-1.0449,0,leg_gt,0.97,60 -16216,buy_contrast_m10_bb_pos,buy,2025-09-11 16:24:00,2437.0,-1.1669,0,leg_gt,0.97,60 -16217,buy_contrast_m10_bb_pos,buy,2025-09-11 16:27:00,2434.0,-1.0449,0,leg_gt,0.96,60 -16218,buy_contrast_m10_bb_pos,buy,2025-09-11 16:30:00,2430.0,-0.8819,0,leg_gt,0.96,60 -16219,buy_contrast_m10_bb_pos,buy,2025-09-11 16:33:00,2440.0,-1.2885,0,leg_gt,0.96,60 -16220,buy_contrast_m10_bb_pos,buy,2025-09-11 16:36:00,2442.0,-1.3695,0,leg_gt,0.96,60 -16221,buy_contrast_m10_bb_pos,buy,2025-09-11 16:39:00,2442.0,-1.3695,0,leg_gt,0.96,60 -16222,buy_contrast_m10_bb_pos,buy,2025-09-11 19:42:00,2431.0,-0.9227,0,leg_gt,0.83,60 -16223,buy_contrast_m10_bb_pos,buy,2025-09-11 19:45:00,2429.0,-0.841,0,leg_gt,0.83,60 -16224,buy_contrast_m10_bb_pos,buy,2025-09-11 19:48:00,2406.0,0.1078,1,leg_gt,0.82,60 -16225,buy_contrast_m10_bb_pos,buy,2025-09-11 20:21:00,2408.0,0.0246,1,leg_gt,0.8,60 -16226,buy_contrast_m10_bb_pos,buy,2025-09-11 20:24:00,2402.0,0.2747,1,leg_gt,0.8,60 -16227,buy_contrast_m10_bb_pos,buy,2025-09-11 20:27:00,2401.0,0.3165,1,leg_gt,0.8,60 -16228,buy_contrast_m10_bb_pos,buy,2025-09-11 20:30:00,2399.0,0.4002,1,leg_gt,0.8,60 -16229,buy_contrast_m10_bb_pos,buy,2025-09-11 20:33:00,2382.0,1.1175,1,leg_gt,0.79,60 -16230,buy_contrast_m10_bb_pos,buy,2025-09-11 20:36:00,2391.0,0.7365,1,leg_gt,0.79,60 -16231,buy_contrast_m10_bb_pos,buy,2025-09-11 20:39:00,2391.0,0.7365,1,leg_gt,0.79,60 -16232,buy_contrast_m10_bb_pos,buy,2025-09-11 20:42:00,2381.0,1.16,1,leg_gt,0.79,60 -16233,buy_contrast_m10_bb_pos,buy,2025-09-11 20:45:00,2380.0,1.2025,1,leg_gt,0.79,60 -16234,buy_contrast_m10_bb_pos,buy,2025-09-11 20:48:00,2383.0,1.075,1,leg_gt,0.78,60 -16235,buy_contrast_m10_bb_pos,buy,2025-09-11 21:00:00,2378.0,1.2877,1,leg_gt,0.78,60 -16236,buy_contrast_m10_bb_pos,buy,2025-09-11 21:03:00,2384.0,1.0326,1,leg_gt,0.77,60 -16237,buy_contrast_m10_bb_pos,buy,2025-09-11 21:06:00,2388.0,0.8631,1,leg_gt,0.77,60 -16238,buy_contrast_m10_bb_pos,buy,2025-09-11 21:09:00,2400.0,0.3583,1,leg_gt,0.77,60 -16239,buy_contrast_m10_bb_pos,buy,2025-09-11 22:21:00,2328.0,3.4653,1,leg_gt,0.72,60 -16240,buy_contrast_m10_bb_pos,buy,2025-09-11 22:24:00,2318.0,3.9121,1,leg_gt,0.72,60 -16241,buy_contrast_m10_bb_pos,buy,2025-09-11 22:27:00,2323.0,3.6882,1,leg_gt,0.71,60 -16242,buy_contrast_m10_bb_pos,buy,2025-09-11 22:30:00,2320.0,3.8224,1,leg_gt,0.71,60 -16243,buy_contrast_m10_bb_pos,buy,2025-09-11 22:33:00,2320.0,3.8224,1,leg_gt,0.71,60 -16244,buy_contrast_m10_bb_pos,buy,2025-09-11 22:36:00,2333.0,3.2433,1,leg_gt,0.71,60 -16245,buy_contrast_m10_bb_pos,buy,2025-09-11 22:39:00,2333.0,3.2433,1,leg_gt,0.71,60 -16246,buy_contrast_m10_bb_pos,buy,2025-09-11 22:51:00,2308.0,4.3627,1,leg_gt,0.7,60 -16247,buy_contrast_m10_bb_pos,buy,2025-09-11 22:54:00,2306.0,4.4533,1,leg_gt,0.7,60 -16248,buy_contrast_m10_bb_pos,buy,2025-09-11 22:57:00,2308.0,4.3627,1,leg_gt,0.69,60 -16249,buy_contrast_m10_bb_pos,buy,2025-09-11 23:12:00,2302.0,4.635,1,leg_gt,0.68,60 -16250,buy_contrast_m10_bb_pos,buy,2025-09-11 23:15:00,2306.0,4.4533,1,leg_gt,0.68,60 -16251,buy_contrast_m10_bb_pos,buy,2025-09-11 23:18:00,2278.0,5.7385,1,leg_gt,0.68,60 -16252,buy_contrast_m10_bb_pos,buy,2025-09-11 23:42:00,2270.0,6.1115,1,leg_gt,0.66,60 -16253,buy_contrast_m10_bb_pos,buy,2025-09-11 23:45:00,2267.0,6.252,1,leg_gt,0.66,60 -16254,buy_contrast_m10_bb_pos,buy,2025-09-11 23:48:00,2274.0,5.9246,1,leg_gt,0.66,60 -16255,buy_contrast_m10_bb_pos,buy,2025-09-11 23:51:00,2266.0,6.2989,1,leg_gt,0.66,60 -16256,buy_contrast_m10_bb_pos,buy,2025-09-11 23:54:00,2261.0,6.5342,1,leg_gt,0.65,60 -16257,buy_contrast_m10_bb_pos,buy,2025-09-11 23:57:00,2256.0,6.7706,1,leg_gt,0.65,60 -16258,buy_contrast_m10_bb_pos,buy,2025-09-12 00:00:00,2251.0,7.008,1,leg_gt,0.65,60 -16259,buy_contrast_m10_bb_pos,buy,2025-09-12 00:03:00,2270.0,6.1115,1,leg_gt,0.65,60 -16260,buy_contrast_m10_bb_pos,buy,2025-09-12 00:06:00,2257.0,6.7232,1,leg_gt,0.65,60 -16261,buy_contrast_m10_bb_pos,buy,2025-09-12 00:09:00,2271.0,6.0647,1,leg_gt,0.64,60 -16262,buy_contrast_m10_bb_pos,buy,2025-09-12 00:42:00,2252.0,6.9604,1,leg_gt,0.62,60 -16263,buy_contrast_m10_bb_pos,buy,2025-09-12 00:45:00,2258.0,6.6759,1,leg_gt,0.62,60 -16264,buy_contrast_m10_bb_pos,buy,2025-09-12 00:48:00,2254.0,6.8654,1,leg_gt,0.62,60 -16265,buy_contrast_m10_bb_pos,buy,2025-09-12 01:00:00,2243.0,7.39,1,leg_gt,0.61,60 -16266,buy_contrast_m10_bb_pos,buy,2025-09-12 01:03:00,2253.0,6.9129,1,leg_gt,0.61,60 -16267,buy_contrast_m10_bb_pos,buy,2025-09-12 01:06:00,2243.0,7.39,1,leg_gt,0.6,60 -16268,buy_contrast_m10_bb_pos,buy,2025-09-12 01:09:00,2252.0,6.9604,1,leg_gt,0.6,60 -16269,buy_contrast_m10_bb_pos,buy,2025-09-12 01:30:00,2226.0,8.2109,1,leg_gt,0.59,60 -16270,buy_contrast_m10_bb_pos,buy,2025-09-12 01:33:00,2235.0,7.7747,1,leg_gt,0.59,60 -16271,buy_contrast_m10_bb_pos,buy,2025-09-12 01:36:00,2233.0,7.8713,1,leg_gt,0.58,60 -16272,buy_contrast_m10_bb_pos,buy,2025-09-12 01:39:00,2238.0,7.6301,1,leg_gt,0.58,60 -16273,buy_contrast_m10_bb_pos,buy,2025-09-12 10:21:00,2277.0,5.7849,1,leg_gt,0.22,60 -16274,buy_contrast_m10_bb_pos,buy,2025-09-12 10:24:00,2276.0,5.8315,1,leg_gt,0.22,60 -16275,buy_contrast_m10_bb_pos,buy,2025-09-12 10:27:00,2278.0,5.7385,1,leg_gt,0.21,60 -16276,buy_contrast_m10_bb_pos,buy,2025-09-12 10:30:00,2282.0,5.5529,1,leg_gt,0.21,60 -16277,buy_contrast_m10_bb_pos,buy,2025-09-12 10:33:00,2281.0,5.5993,1,leg_gt,0.21,60 -16278,buy_contrast_m10_bb_pos,buy,2025-09-12 10:36:00,2278.0,5.7385,1,leg_gt,0.21,60 -16279,buy_contrast_m10_bb_pos,buy,2025-09-12 10:39:00,2278.0,5.7385,1,leg_gt,0.21,60 -16280,buy_contrast_m10_bb_pos,buy,2025-09-12 10:42:00,2276.0,5.8315,1,leg_gt,0.2,60 -16281,buy_contrast_m10_bb_pos,buy,2025-09-12 10:45:00,2276.0,5.8315,1,leg_gt,0.2,60 -16282,buy_contrast_m10_bb_pos,buy,2025-09-12 10:48:00,2272.0,6.018,1,leg_gt,0.2,60 -16283,buy_contrast_m10_bb_pos,buy,2025-09-12 10:51:00,2272.0,6.018,1,leg_gt,0.2,60 -16284,buy_contrast_m10_bb_pos,buy,2025-09-12 10:54:00,2264.0,6.3929,1,leg_gt,0.2,60 -16285,buy_contrast_m10_bb_pos,buy,2025-09-12 10:57:00,2263.0,6.44,1,leg_gt,0.19,60 -16286,buy_contrast_m10_bb_pos,buy,2025-09-12 11:21:00,2258.0,6.6759,1,leg_gt,0.18,60 -16287,buy_contrast_m10_bb_pos,buy,2025-09-12 11:24:00,2258.0,6.6759,1,leg_gt,0.18,60 -16288,buy_contrast_m10_bb_pos,buy,2025-09-12 11:27:00,2253.0,6.9129,1,leg_gt,0.17,60 -16289,buy_contrast_m10_bb_pos,buy,2025-09-12 11:30:00,2256.0,6.7706,1,leg_gt,0.17,60 -16290,buy_contrast_m10_bb_pos,buy,2025-09-12 11:33:00,2262.0,6.4871,1,leg_gt,0.17,60 -16291,buy_contrast_m10_bb_pos,buy,2025-09-12 11:36:00,2262.0,6.4871,1,leg_gt,0.17,60 -16292,buy_contrast_m10_bb_pos,buy,2025-09-12 11:39:00,2256.0,6.7706,1,leg_gt,0.16,60 -16293,buy_contrast_m10_bb_pos,buy,2025-09-12 11:51:00,2247.0,7.1986,1,leg_gt,0.16,60 -16294,buy_contrast_m10_bb_pos,buy,2025-09-12 11:54:00,2248.0,7.1509,1,leg_gt,0.15,60 -16295,buy_contrast_m10_bb_pos,buy,2025-09-12 11:57:00,2250.0,7.0556,1,leg_gt,0.15,60 -16296,buy_contrast_m10_bb_pos,buy,2025-09-12 12:00:00,2245.0,7.2942,1,leg_gt,0.15,60 -16297,buy_contrast_m10_bb_pos,buy,2025-09-12 12:03:00,2245.0,7.2942,1,leg_gt,0.15,60 -16298,buy_contrast_m10_bb_pos,buy,2025-09-12 12:06:00,2240.0,7.5339,1,leg_gt,0.15,60 -16299,buy_contrast_m10_bb_pos,buy,2025-09-12 12:09:00,2242.0,7.4379,1,leg_gt,0.14,60 -16300,buy_contrast_m10_bb_pos,buy,2025-09-12 12:12:00,2236.0,7.7265,1,leg_gt,0.14,60 -16301,buy_contrast_m10_bb_pos,buy,2025-09-12 12:15:00,2235.0,7.7747,1,leg_gt,0.14,60 -16302,buy_contrast_m10_bb_pos,buy,2025-09-12 12:18:00,2239.0,7.582,1,leg_gt,0.14,60 -16303,buy_contrast_m10_bb_pos,buy,2025-09-12 20:21:00,2271.0,4.6996,1,leg_gt,0.55,60 -16304,buy_contrast_m10_bb_pos,buy,2025-09-12 20:24:00,2270.0,4.7458,1,leg_gt,0.54,60 -16305,buy_contrast_m10_bb_pos,buy,2025-09-12 20:27:00,2266.0,4.9309,1,leg_gt,0.54,60 -16306,buy_contrast_m10_bb_pos,buy,2025-09-12 20:30:00,2267.0,4.8846,1,leg_gt,0.54,60 -16307,buy_contrast_m10_bb_pos,buy,2025-09-12 20:33:00,2268.0,4.8383,1,leg_gt,0.54,60 -16308,buy_contrast_m10_bb_pos,buy,2025-09-12 20:36:00,2271.0,4.6996,1,leg_gt,0.54,60 -16309,buy_contrast_m10_bb_pos,buy,2025-09-12 20:39:00,2262.0,5.1166,1,leg_gt,0.53,60 -16310,buy_contrast_m10_bb_pos,buy,2025-09-12 21:00:00,2255.0,5.4432,1,leg_gt,0.52,60 -16311,buy_contrast_m10_bb_pos,buy,2025-09-12 21:03:00,2256.0,5.3965,1,leg_gt,0.52,60 -16312,buy_contrast_m10_bb_pos,buy,2025-09-12 21:06:00,2265.0,4.9773,1,leg_gt,0.51,60 -16313,buy_contrast_m10_bb_pos,buy,2025-09-12 21:09:00,2268.0,4.8383,1,leg_gt,0.51,60 -16314,buy_contrast_m10_bb_pos,buy,2025-09-12 22:12:00,2257.0,5.3497,1,leg_gt,0.47,60 -16315,buy_contrast_m10_bb_pos,buy,2025-09-12 22:15:00,2257.0,5.3497,1,leg_gt,0.47,60 -16316,buy_contrast_m10_bb_pos,buy,2025-09-12 22:18:00,2257.0,5.3497,1,leg_gt,0.46,60 -16317,buy_contrast_m10_bb_pos,buy,2025-09-12 22:30:00,2251.0,5.6308,1,leg_gt,0.46,60 -16318,buy_contrast_m10_bb_pos,buy,2025-09-12 22:33:00,2262.0,5.1166,1,leg_gt,0.45,60 -16319,buy_contrast_m10_bb_pos,buy,2025-09-12 22:36:00,2264.0,5.0237,1,leg_gt,0.45,60 -16320,buy_contrast_m10_bb_pos,buy,2025-09-12 22:39:00,2263.0,5.0701,1,leg_gt,0.45,60 -16321,buy_contrast_m10_bb_pos,buy,2025-09-13 01:00:00,2183.0,8.9243,1,leg_gt,0.35,60 -16322,buy_contrast_m10_bb_pos,buy,2025-09-13 01:03:00,2200.0,8.0818,1,leg_gt,0.35,60 -16323,buy_contrast_m10_bb_pos,buy,2025-09-13 01:06:00,2198.0,8.1803,1,leg_gt,0.35,60 -16324,buy_contrast_m10_bb_pos,buy,2025-09-13 01:09:00,2198.0,8.1803,1,leg_gt,0.35,60 -16325,buy_contrast_m10_bb_pos,buy,2025-09-13 15:30:00,2279.0,4.9461,1,leg_gt,1.05,60 -16326,buy_contrast_m10_bb_pos,buy,2025-09-13 15:33:00,2282.0,4.808,1,leg_gt,1.04,60 -16327,buy_contrast_m10_bb_pos,buy,2025-09-13 15:36:00,2275.0,5.1308,1,leg_gt,1.04,60 -16328,buy_contrast_m10_bb_pos,buy,2025-09-13 15:39:00,2277.0,5.0383,1,leg_gt,1.04,60 -16329,buy_contrast_m10_bb_pos,buy,2025-09-13 15:42:00,2276.0,5.0845,1,leg_gt,1.04,60 -16330,buy_contrast_m10_bb_pos,buy,2025-09-13 15:45:00,2275.0,5.1308,1,leg_gt,1.04,60 -16331,buy_contrast_m10_bb_pos,buy,2025-09-13 15:48:00,2275.0,5.1308,1,leg_gt,1.03,60 -16332,buy_contrast_m10_bb_pos,buy,2025-09-13 16:00:00,2271.0,5.3161,1,leg_gt,1.02,60 -16333,buy_contrast_m10_bb_pos,buy,2025-09-13 16:03:00,2272.0,5.2697,1,leg_gt,1.02,60 -16334,buy_contrast_m10_bb_pos,buy,2025-09-13 16:06:00,2279.0,4.9461,1,leg_gt,1.02,60 -16335,buy_contrast_m10_bb_pos,buy,2025-09-13 16:09:00,2279.0,4.9461,1,leg_gt,1.02,60 -16336,buy_contrast_m10_bb_pos,buy,2025-09-13 16:21:00,2274.0,5.177,1,leg_gt,1.01,60 -16337,buy_contrast_m10_bb_pos,buy,2025-09-13 16:24:00,2274.0,5.177,1,leg_gt,1.01,60 -16338,buy_contrast_m10_bb_pos,buy,2025-09-13 16:27:00,2274.0,5.177,1,leg_gt,1.01,60 -16339,buy_contrast_m10_bb_pos,buy,2025-09-13 16:30:00,2271.0,5.3161,1,leg_gt,1.0,60 -16340,buy_contrast_m10_bb_pos,buy,2025-09-13 16:33:00,2272.0,5.2697,1,leg_gt,1.0,60 -16341,buy_contrast_m10_bb_pos,buy,2025-09-13 16:36:00,2271.0,5.3161,1,leg_gt,1.0,60 -16342,buy_contrast_m10_bb_pos,buy,2025-09-13 16:39:00,2261.0,5.7824,1,leg_gt,1.0,60 -16343,buy_contrast_m10_bb_pos,buy,2025-09-13 16:42:00,2270.0,5.3626,1,leg_gt,1.0,60 -16344,buy_contrast_m10_bb_pos,buy,2025-09-13 16:45:00,2271.0,5.3161,1,leg_gt,0.99,60 -16345,buy_contrast_m10_bb_pos,buy,2025-09-13 16:48:00,2268.0,5.4556,1,leg_gt,0.99,60 -16346,buy_contrast_m10_bb_pos,buy,2025-09-13 17:00:00,2263.0,5.6888,1,leg_gt,0.98,60 -16347,buy_contrast_m10_bb_pos,buy,2025-09-13 17:03:00,2265.0,5.5954,1,leg_gt,0.98,60 -16348,buy_contrast_m10_bb_pos,buy,2025-09-13 17:06:00,2261.0,5.7824,1,leg_gt,0.98,60 -16349,buy_contrast_m10_bb_pos,buy,2025-09-13 17:09:00,2259.0,5.8761,1,leg_gt,0.98,60 -16350,buy_contrast_m10_bb_pos,buy,2025-09-13 17:12:00,2262.0,5.7355,1,leg_gt,0.98,60 -16351,buy_contrast_m10_bb_pos,buy,2025-09-13 17:15:00,2262.0,5.7355,1,leg_gt,0.97,60 -16352,buy_contrast_m10_bb_pos,buy,2025-09-13 17:18:00,2264.0,5.642,1,leg_gt,0.97,60 -16353,buy_contrast_m10_bb_pos,buy,2025-09-13 17:30:00,2259.0,5.8761,1,leg_gt,0.96,60 -16354,buy_contrast_m10_bb_pos,buy,2025-09-13 17:33:00,2263.0,5.6888,1,leg_gt,0.96,60 -16355,buy_contrast_m10_bb_pos,buy,2025-09-13 17:36:00,2267.0,5.5021,1,leg_gt,0.96,60 -16356,buy_contrast_m10_bb_pos,buy,2025-09-13 17:39:00,2264.0,5.642,1,leg_gt,0.96,60 -16357,buy_contrast_m10_bb_pos,buy,2025-09-13 17:51:00,2255.0,6.0641,1,leg_gt,0.95,60 -16358,buy_contrast_m10_bb_pos,buy,2025-09-13 17:54:00,2254.0,6.1112,1,leg_gt,0.95,60 -16359,buy_contrast_m10_bb_pos,buy,2025-09-13 17:57:00,2257.0,5.97,1,leg_gt,0.94,60 -16360,buy_contrast_m10_bb_pos,buy,2025-09-13 18:00:00,2255.0,6.0641,1,leg_gt,0.94,60 -16361,buy_contrast_m10_bb_pos,buy,2025-09-13 18:03:00,2259.0,5.8761,1,leg_gt,0.94,60 -16362,buy_contrast_m10_bb_pos,buy,2025-09-13 18:06:00,2257.0,5.97,1,leg_gt,0.94,60 -16363,buy_contrast_m10_bb_pos,buy,2025-09-13 18:09:00,2250.0,6.3,1,leg_gt,0.94,60 -16364,buy_contrast_m10_bb_pos,buy,2025-09-13 18:12:00,2249.0,6.3473,1,leg_gt,0.93,60 -16365,buy_contrast_m10_bb_pos,buy,2025-09-13 18:15:00,2251.0,6.2527,1,leg_gt,0.93,60 -16366,buy_contrast_m10_bb_pos,buy,2025-09-13 18:18:00,2251.0,6.2527,1,leg_gt,0.93,60 -16367,buy_contrast_m10_bb_pos,buy,2025-09-13 18:21:00,2250.0,6.3,1,leg_gt,0.93,60 -16368,buy_contrast_m10_bb_pos,buy,2025-09-13 18:24:00,2252.0,6.2055,1,leg_gt,0.92,60 -16369,buy_contrast_m10_bb_pos,buy,2025-09-13 18:27:00,2249.0,6.3473,1,leg_gt,0.92,60 -16370,buy_contrast_m10_bb_pos,buy,2025-09-13 18:30:00,2249.0,6.3473,1,leg_gt,0.92,60 -16371,buy_contrast_m10_bb_pos,buy,2025-09-13 18:33:00,2249.0,6.3473,1,leg_gt,0.92,60 -16372,buy_contrast_m10_bb_pos,buy,2025-09-13 18:36:00,2248.0,6.3947,1,leg_gt,0.92,60 -16373,buy_contrast_m10_bb_pos,buy,2025-09-13 18:39:00,2241.0,6.7273,1,leg_gt,0.91,60 -16374,buy_contrast_m10_bb_pos,buy,2025-09-13 19:00:00,2236.0,6.9662,1,leg_gt,0.9,60 -16375,buy_contrast_m10_bb_pos,buy,2025-09-13 19:03:00,2229.0,7.3024,1,leg_gt,0.9,60 -16376,buy_contrast_m10_bb_pos,buy,2025-09-13 19:06:00,2235.0,7.0141,1,leg_gt,0.9,60 -16377,buy_contrast_m10_bb_pos,buy,2025-09-13 19:09:00,2233.0,7.11,1,leg_gt,0.89,60 -16378,buy_contrast_m10_bb_pos,buy,2025-09-13 19:12:00,2227.0,7.3989,1,leg_gt,0.89,60 -16379,buy_contrast_m10_bb_pos,buy,2025-09-13 19:15:00,2228.0,7.3506,1,leg_gt,0.89,60 -16380,buy_contrast_m10_bb_pos,buy,2025-09-13 19:18:00,2226.0,7.4472,1,leg_gt,0.89,60 -16381,buy_contrast_m10_bb_pos,buy,2025-09-13 19:21:00,2236.0,6.9662,1,leg_gt,0.89,60 -16382,buy_contrast_m10_bb_pos,buy,2025-09-13 19:24:00,2242.0,6.6797,1,leg_gt,0.88,60 -16383,buy_contrast_m10_bb_pos,buy,2025-09-13 19:27:00,2244.0,6.5845,1,leg_gt,0.88,60 -16384,buy_contrast_m10_bb_pos,buy,2025-09-13 22:51:00,2220.0,7.7378,1,leg_gt,0.74,60 -16385,buy_contrast_m10_bb_pos,buy,2025-09-13 22:54:00,2225.0,7.4955,1,leg_gt,0.74,60 -16386,buy_contrast_m10_bb_pos,buy,2025-09-13 22:57:00,2237.0,6.9183,1,leg_gt,0.74,60 -16387,buy_contrast_m10_bb_pos,buy,2025-09-13 23:21:00,2237.0,6.9183,1,leg_gt,0.72,60 -16388,buy_contrast_m10_bb_pos,buy,2025-09-13 23:24:00,2235.0,7.0141,1,leg_gt,0.72,60 -16389,buy_contrast_m10_bb_pos,buy,2025-09-13 23:27:00,2237.0,6.9183,1,leg_gt,0.71,60 -16390,buy_contrast_m10_bb_pos,buy,2025-09-13 23:42:00,2232.0,7.1581,1,leg_gt,0.7,60 -16391,buy_contrast_m10_bb_pos,buy,2025-09-13 23:45:00,2232.0,7.1581,1,leg_gt,0.7,60 -16392,buy_contrast_m10_bb_pos,buy,2025-09-13 23:48:00,2236.0,6.9662,1,leg_gt,0.7,60 -16393,buy_contrast_m10_bb_pos,buy,2025-09-13 23:51:00,2235.0,7.0141,1,leg_gt,0.7,60 -16394,buy_contrast_m10_bb_pos,buy,2025-09-13 23:54:00,2236.0,6.9662,1,leg_gt,0.7,60 -16395,buy_contrast_m10_bb_pos,buy,2025-09-13 23:57:00,2240.0,6.775,1,leg_gt,0.69,60 -16396,buy_contrast_m10_bb_pos,buy,2025-09-14 00:30:00,2222.0,7.6408,1,leg_gt,0.67,60 -16397,buy_contrast_m10_bb_pos,buy,2025-09-14 00:33:00,2213.0,8.0789,1,leg_gt,0.67,60 -16398,buy_contrast_m10_bb_pos,buy,2025-09-14 00:36:00,2216.0,7.9325,1,leg_gt,0.67,60 -16399,buy_contrast_m10_bb_pos,buy,2025-09-14 00:39:00,2212.0,8.1278,1,leg_gt,0.66,60 -16400,buy_contrast_m10_bb_pos,buy,2025-09-14 00:51:00,2211.0,8.1768,1,leg_gt,0.66,60 -16401,buy_contrast_m10_bb_pos,buy,2025-09-14 00:54:00,2210.0,8.2258,1,leg_gt,0.65,60 -16402,buy_contrast_m10_bb_pos,buy,2025-09-14 00:57:00,2209.0,8.2748,1,leg_gt,0.65,60 -16403,buy_contrast_m10_bb_pos,buy,2025-09-14 01:00:00,2208.0,8.3239,1,leg_gt,0.65,60 -16404,buy_contrast_m10_bb_pos,buy,2025-09-14 01:03:00,2216.0,7.9325,1,leg_gt,0.65,60 -16405,buy_contrast_m10_bb_pos,buy,2025-09-14 01:06:00,2215.0,7.9813,1,leg_gt,0.65,60 -16406,buy_contrast_m10_bb_pos,buy,2025-09-14 01:09:00,2210.0,8.2258,1,leg_gt,0.64,60 -16407,buy_contrast_m10_bb_pos,buy,2025-09-14 01:12:00,2205.0,8.4714,1,leg_gt,0.64,60 -16408,buy_contrast_m10_bb_pos,buy,2025-09-14 01:15:00,2207.0,8.373,1,leg_gt,0.64,60 -16409,buy_contrast_m10_bb_pos,buy,2025-09-14 01:18:00,2205.0,8.4714,1,leg_gt,0.64,60 -16410,buy_contrast_m10_bb_pos,buy,2025-09-14 01:30:00,2207.0,8.373,1,leg_gt,0.63,60 -16411,buy_contrast_m10_bb_pos,buy,2025-09-14 01:33:00,2210.0,8.2258,1,leg_gt,0.63,60 -16412,buy_contrast_m10_bb_pos,buy,2025-09-14 01:36:00,2210.0,8.2258,1,leg_gt,0.62,60 -16413,buy_contrast_m10_bb_pos,buy,2025-09-14 01:39:00,2211.0,8.1768,1,leg_gt,0.62,60 -16414,buy_contrast_m10_bb_pos,buy,2025-09-14 09:42:00,2252.0,6.2055,1,leg_gt,0.29,60 -16415,buy_contrast_m10_bb_pos,buy,2025-09-14 09:45:00,2255.0,6.0641,1,leg_gt,0.29,60 -16416,buy_contrast_m10_bb_pos,buy,2025-09-14 09:48:00,2252.0,6.2055,1,leg_gt,0.28,60 -16417,buy_contrast_m10_bb_pos,buy,2025-09-14 09:51:00,2250.0,6.3,1,leg_gt,0.28,60 -16418,buy_contrast_m10_bb_pos,buy,2025-09-14 09:54:00,2236.0,6.9662,1,leg_gt,0.28,60 -16419,buy_contrast_m10_bb_pos,buy,2025-09-14 09:57:00,2247.0,6.4421,1,leg_gt,0.28,60 -16420,buy_contrast_m10_bb_pos,buy,2025-09-14 10:21:00,2237.0,6.9183,1,leg_gt,0.26,60 -16421,buy_contrast_m10_bb_pos,buy,2025-09-14 10:24:00,2230.0,7.2543,1,leg_gt,0.26,60 -16422,buy_contrast_m10_bb_pos,buy,2025-09-14 10:27:00,2226.0,7.4472,1,leg_gt,0.26,60 -16423,buy_contrast_m10_bb_pos,buy,2025-09-14 17:30:00,2315.0,-4.3333,0,leg_gt,2.21,60 -16424,buy_contrast_m10_bb_pos,buy,2025-09-14 17:33:00,2319.0,-4.4984,0,leg_gt,2.21,60 -16425,buy_contrast_m10_bb_pos,buy,2025-09-14 17:36:00,2319.0,-4.4984,0,leg_gt,2.21,60 -16426,buy_contrast_m10_bb_pos,buy,2025-09-14 17:39:00,2314.0,-4.2919,0,leg_gt,2.2,60 -16427,buy_contrast_m10_bb_pos,buy,2025-09-14 17:42:00,2303.0,-3.8343,0,leg_gt,2.2,60 -16428,buy_contrast_m10_bb_pos,buy,2025-09-14 17:45:00,2308.0,-4.0428,0,leg_gt,2.2,60 -16429,buy_contrast_m10_bb_pos,buy,2025-09-14 17:48:00,2307.0,-4.0012,0,leg_gt,2.2,60 -16430,buy_contrast_m10_bb_pos,buy,2025-09-14 17:51:00,2295.0,-3.4987,0,leg_gt,2.2,60 -16431,buy_contrast_m10_bb_pos,buy,2025-09-14 17:54:00,2302.0,-3.7924,0,leg_gt,2.19,60 -16432,buy_contrast_m10_bb_pos,buy,2025-09-14 17:57:00,2302.0,-3.7924,0,leg_gt,2.19,60 -16433,buy_contrast_m10_bb_pos,buy,2025-09-14 18:00:00,2306.0,-3.9595,0,leg_gt,2.19,60 -16434,buy_contrast_m10_bb_pos,buy,2025-09-14 18:03:00,2299.0,-3.6668,0,leg_gt,2.19,60 -16435,buy_contrast_m10_bb_pos,buy,2025-09-14 18:06:00,2314.0,-4.2919,0,leg_gt,2.19,60 -16436,buy_contrast_m10_bb_pos,buy,2025-09-14 18:09:00,2336.0,-5.1942,0,leg_gt,2.18,60 -16437,buy_contrast_m10_bb_pos,buy,2025-09-14 18:21:00,2314.0,-4.2919,0,leg_gt,2.17,60 -16438,buy_contrast_m10_bb_pos,buy,2025-09-14 18:24:00,2318.0,-4.4572,0,leg_gt,2.17,60 -16439,buy_contrast_m10_bb_pos,buy,2025-09-14 18:27:00,2314.0,-4.2919,0,leg_gt,2.17,60 -16440,buy_contrast_m10_bb_pos,buy,2025-09-14 18:51:00,2300.0,-3.7087,0,leg_gt,2.15,60 -16441,buy_contrast_m10_bb_pos,buy,2025-09-14 18:54:00,2287.0,-3.1608,0,leg_gt,2.15,60 -16442,buy_contrast_m10_bb_pos,buy,2025-09-14 18:57:00,2289.0,-3.2455,0,leg_gt,2.15,60 -16443,buy_contrast_m10_bb_pos,buy,2025-09-14 19:00:00,2290.0,-3.2878,0,leg_gt,2.15,60 -16444,buy_contrast_m10_bb_pos,buy,2025-09-14 19:03:00,2290.0,-3.2878,0,leg_gt,2.15,60 -16445,buy_contrast_m10_bb_pos,buy,2025-09-14 19:06:00,2297.0,-3.5828,0,leg_gt,2.14,60 -16446,buy_contrast_m10_bb_pos,buy,2025-09-14 19:09:00,2290.0,-3.2878,0,leg_gt,2.14,60 -16447,buy_contrast_m10_bb_pos,buy,2025-09-14 19:12:00,2288.0,-3.2031,0,leg_gt,2.14,60 -16448,buy_contrast_m10_bb_pos,buy,2025-09-14 19:15:00,2286.0,-3.1184,0,leg_gt,2.14,60 -16449,buy_contrast_m10_bb_pos,buy,2025-09-14 19:18:00,2289.0,-3.2455,0,leg_gt,2.14,60 -16450,buy_contrast_m10_bb_pos,buy,2025-09-14 21:12:00,2257.0,-1.8723,0,leg_gt,2.06,60 -16451,buy_contrast_m10_bb_pos,buy,2025-09-14 21:15:00,2269.0,-2.3918,0,leg_gt,2.05,60 -16452,buy_contrast_m10_bb_pos,buy,2025-09-14 21:18:00,2267.0,-2.3056,0,leg_gt,2.05,60 -16453,buy_contrast_m10_bb_pos,buy,2025-09-14 23:42:00,2242.0,-1.2151,0,leg_gt,1.95,60 -16454,buy_contrast_m10_bb_pos,buy,2025-09-14 23:45:00,2236.0,-0.9497,0,leg_gt,1.95,60 -16455,buy_contrast_m10_bb_pos,buy,2025-09-14 23:48:00,2222.0,-0.325,0,leg_gt,1.95,60 -16456,buy_contrast_m10_bb_pos,buy,2025-09-15 00:21:00,2224.0,-0.4147,0,leg_gt,1.92,60 -16457,buy_contrast_m10_bb_pos,buy,2025-09-15 00:24:00,2236.0,-0.9497,0,leg_gt,1.92,60 -16458,buy_contrast_m10_bb_pos,buy,2025-09-15 00:27:00,2240.0,-1.1268,0,leg_gt,1.92,60 -16459,buy_contrast_m10_bb_pos,buy,2025-09-15 03:30:00,2227.0,-0.549,0,leg_gt,1.79,60 -16460,buy_contrast_m10_bb_pos,buy,2025-09-15 03:33:00,2223.0,-0.3699,0,leg_gt,1.79,60 -16461,buy_contrast_m10_bb_pos,buy,2025-09-15 03:36:00,2229.0,-0.6384,0,leg_gt,1.79,60 -16462,buy_contrast_m10_bb_pos,buy,2025-09-15 03:39:00,2223.0,-0.3699,0,leg_gt,1.79,60 -16463,buy_contrast_m10_bb_pos,buy,2025-09-15 03:42:00,2228.0,-0.5937,0,leg_gt,1.79,60 -16464,buy_contrast_m10_bb_pos,buy,2025-09-15 03:45:00,2231.0,-0.7275,0,leg_gt,1.78,60 -16465,buy_contrast_m10_bb_pos,buy,2025-09-15 03:48:00,2230.0,-0.683,0,leg_gt,1.78,60 -16466,buy_contrast_m10_bb_pos,buy,2025-09-15 04:12:00,2235.0,-0.9054,0,leg_gt,1.76,60 -16467,buy_contrast_m10_bb_pos,buy,2025-09-15 04:15:00,2234.0,-0.861,0,leg_gt,1.76,60 -16468,buy_contrast_m10_bb_pos,buy,2025-09-15 04:18:00,2232.0,-0.772,0,leg_gt,1.76,60 -16469,buy_contrast_m10_bb_pos,buy,2025-09-15 05:00:00,2225.0,-0.4596,0,leg_gt,1.73,60 -16470,buy_contrast_m10_bb_pos,buy,2025-09-15 05:03:00,2232.0,-0.772,0,leg_gt,1.73,60 -16471,buy_contrast_m10_bb_pos,buy,2025-09-15 05:06:00,2230.0,-0.683,0,leg_gt,1.73,60 -16472,buy_contrast_m10_bb_pos,buy,2025-09-15 05:09:00,2230.0,-0.683,0,leg_gt,1.72,60 -16473,buy_contrast_m10_bb_pos,buy,2025-09-15 06:12:00,2227.0,-0.549,0,leg_gt,1.68,60 -16474,buy_contrast_m10_bb_pos,buy,2025-09-15 06:15:00,2236.0,-0.9497,0,leg_gt,1.68,60 -16475,buy_contrast_m10_bb_pos,buy,2025-09-15 06:18:00,2237.0,-0.9941,0,leg_gt,1.68,60 -16476,buy_contrast_m10_bb_pos,buy,2025-09-15 08:12:00,2221.0,-0.2801,0,leg_gt,1.6,60 -16477,buy_contrast_m10_bb_pos,buy,2025-09-15 08:15:00,2199.0,0.7186,1,leg_gt,1.6,60 -16478,buy_contrast_m10_bb_pos,buy,2025-09-15 08:18:00,2203.0,0.5355,1,leg_gt,1.59,60 -16479,buy_contrast_m10_bb_pos,buy,2025-09-15 09:00:00,2195.0,0.9023,1,leg_gt,1.56,60 -16480,buy_contrast_m10_bb_pos,buy,2025-09-15 09:03:00,2202.0,0.5812,1,leg_gt,1.56,60 -16481,buy_contrast_m10_bb_pos,buy,2025-09-15 09:06:00,2208.0,0.3076,1,leg_gt,1.56,60 -16482,buy_contrast_m10_bb_pos,buy,2025-09-15 09:09:00,2214.0,0.0355,1,leg_gt,1.56,60 -16483,buy_contrast_m10_bb_pos,buy,2025-09-15 10:12:00,2178.0,1.6906,1,leg_gt,1.51,60 -16484,buy_contrast_m10_bb_pos,buy,2025-09-15 10:15:00,2177.0,1.7374,1,leg_gt,1.51,60 -16485,buy_contrast_m10_bb_pos,buy,2025-09-15 10:18:00,2179.0,1.6439,1,leg_gt,1.51,60 -16486,buy_contrast_m10_bb_pos,buy,2025-09-15 10:21:00,2178.0,1.6906,1,leg_gt,1.51,60 -16487,buy_contrast_m10_bb_pos,buy,2025-09-15 10:24:00,2177.0,1.7374,1,leg_gt,1.51,60 -16488,buy_contrast_m10_bb_pos,buy,2025-09-15 10:27:00,2184.0,1.411,1,leg_gt,1.5,60 -16489,buy_contrast_m10_bb_pos,buy,2025-09-15 15:42:00,2190.0,1.1329,1,leg_gt,1.29,60 -16490,buy_contrast_m10_bb_pos,buy,2025-09-15 15:45:00,2193.0,0.9944,1,leg_gt,1.28,60 -16491,buy_contrast_m10_bb_pos,buy,2025-09-15 15:48:00,2192.0,1.0405,1,leg_gt,1.28,60 -16492,buy_contrast_m10_bb_pos,buy,2025-09-15 16:12:00,2198.0,0.7644,1,leg_gt,1.26,60 -16493,buy_contrast_m10_bb_pos,buy,2025-09-15 16:15:00,2196.0,0.8563,1,leg_gt,1.26,60 -16494,buy_contrast_m10_bb_pos,buy,2025-09-15 16:18:00,2193.0,0.9944,1,leg_gt,1.26,60 -16495,buy_contrast_m10_bb_pos,buy,2025-09-15 16:30:00,2183.0,1.4575,1,leg_gt,1.25,60 -16496,buy_contrast_m10_bb_pos,buy,2025-09-15 16:33:00,2177.0,1.7374,1,leg_gt,1.25,60 -16497,buy_contrast_m10_bb_pos,buy,2025-09-15 16:36:00,2173.0,1.9249,1,leg_gt,1.25,60 -16498,buy_contrast_m10_bb_pos,buy,2025-09-15 16:39:00,2160.0,2.5389,1,leg_gt,1.25,60 -16499,buy_contrast_m10_bb_pos,buy,2025-09-15 17:00:00,2158.0,2.634,1,leg_gt,1.23,60 -16500,buy_contrast_m10_bb_pos,buy,2025-09-15 17:03:00,2146.0,3.2085,1,leg_gt,1.23,60 -16501,buy_contrast_m10_bb_pos,buy,2025-09-15 17:06:00,2158.0,2.634,1,leg_gt,1.23,60 -16502,buy_contrast_m10_bb_pos,buy,2025-09-15 17:09:00,2160.0,2.5389,1,leg_gt,1.23,60 -16503,buy_contrast_m10_bb_pos,buy,2025-09-15 17:12:00,2157.0,2.6816,1,leg_gt,1.22,60 -16504,buy_contrast_m10_bb_pos,buy,2025-09-15 17:15:00,2156.0,2.7293,1,leg_gt,1.22,60 -16505,buy_contrast_m10_bb_pos,buy,2025-09-15 17:18:00,2153.0,2.8726,1,leg_gt,1.22,60 -16506,buy_contrast_m10_bb_pos,buy,2025-09-15 17:21:00,2145.0,3.2566,1,leg_gt,1.22,60 -16507,buy_contrast_m10_bb_pos,buy,2025-09-15 17:24:00,2150.0,3.0163,1,leg_gt,1.21,60 -16508,buy_contrast_m10_bb_pos,buy,2025-09-15 17:27:00,2151.0,2.9683,1,leg_gt,1.21,60 -16509,buy_contrast_m10_bb_pos,buy,2025-09-15 21:30:00,2168.0,2.1601,1,leg_gt,1.04,60 -16510,buy_contrast_m10_bb_pos,buy,2025-09-15 21:33:00,2175.0,1.831,1,leg_gt,1.04,60 -16511,buy_contrast_m10_bb_pos,buy,2025-09-15 21:36:00,2175.0,1.831,1,leg_gt,1.04,60 -16512,buy_contrast_m10_bb_pos,buy,2025-09-15 21:39:00,2175.0,1.831,1,leg_gt,1.04,60 -16513,buy_contrast_m10_bb_pos,buy,2025-09-15 21:42:00,2173.0,1.9249,1,leg_gt,1.04,60 -16514,buy_contrast_m10_bb_pos,buy,2025-09-15 21:45:00,2174.0,1.8779,1,leg_gt,1.03,60 -16515,buy_contrast_m10_bb_pos,buy,2025-09-15 21:48:00,2171.0,2.0188,1,leg_gt,1.03,60 -16516,buy_contrast_m10_bb_pos,buy,2025-09-15 23:21:00,2164.0,2.3492,1,leg_gt,0.97,60 -16517,buy_contrast_m10_bb_pos,buy,2025-09-15 23:24:00,2168.0,2.1601,1,leg_gt,0.96,60 -16518,buy_contrast_m10_bb_pos,buy,2025-09-15 23:27:00,2178.0,1.6906,1,leg_gt,0.96,60 -16519,buy_contrast_m10_bb_pos,buy,2025-09-16 01:00:00,2056.0,7.7307,1,leg_gt,0.9,60 -16520,buy_contrast_m10_bb_pos,buy,2025-09-16 01:03:00,2047.0,8.2048,1,leg_gt,0.9,60 -16521,buy_contrast_m10_bb_pos,buy,2025-09-16 01:06:00,2049.0,8.0991,1,leg_gt,0.89,60 -16522,buy_contrast_m10_bb_pos,buy,2025-09-16 01:09:00,2055.0,7.7832,1,leg_gt,0.89,60 -16523,buy_contrast_m10_bb_pos,buy,2025-09-16 01:12:00,2073.0,6.8465,1,leg_gt,0.89,60 -16524,buy_contrast_m10_bb_pos,buy,2025-09-16 01:15:00,2077.0,6.6405,1,leg_gt,0.89,60 -16525,buy_contrast_m10_bb_pos,buy,2025-09-16 01:18:00,2069.0,7.0532,1,leg_gt,0.89,60 -16526,buy_contrast_m10_bb_pos,buy,2025-09-16 09:12:00,2100.0,5.4714,1,leg_gt,0.56,60 -16527,buy_contrast_m10_bb_pos,buy,2025-09-16 09:15:00,2098.0,5.5721,1,leg_gt,0.55,60 -16528,buy_contrast_m10_bb_pos,buy,2025-09-16 09:18:00,2094.0,5.7739,1,leg_gt,0.55,60 -16529,buy_contrast_m10_bb_pos,buy,2025-09-16 10:00:00,2088.0,6.0782,1,leg_gt,0.52,60 -16530,buy_contrast_m10_bb_pos,buy,2025-09-16 10:03:00,2091.0,5.9258,1,leg_gt,0.52,60 -16531,buy_contrast_m10_bb_pos,buy,2025-09-16 10:06:00,2096.0,5.6729,1,leg_gt,0.52,60 -16532,buy_contrast_m10_bb_pos,buy,2025-09-16 10:09:00,2091.0,5.9258,1,leg_gt,0.52,60 -16533,buy_contrast_m10_bb_pos,buy,2025-09-16 10:42:00,2081.0,6.4353,1,leg_gt,0.49,60 -16534,buy_contrast_m10_bb_pos,buy,2025-09-16 10:45:00,2082.0,6.3841,1,leg_gt,0.49,60 -16535,buy_contrast_m10_bb_pos,buy,2025-09-16 10:48:00,2087.0,6.129,1,leg_gt,0.49,60 -16536,buy_contrast_m10_bb_pos,buy,2025-09-16 11:00:00,2081.0,6.4353,1,leg_gt,0.48,60 -16537,buy_contrast_m10_bb_pos,buy,2025-09-16 11:03:00,2083.0,6.333,1,leg_gt,0.48,60 -16538,buy_contrast_m10_bb_pos,buy,2025-09-16 11:06:00,2084.0,6.282,1,leg_gt,0.48,60 -16539,buy_contrast_m10_bb_pos,buy,2025-09-16 11:09:00,2083.0,6.333,1,leg_gt,0.48,60 -16540,buy_contrast_m10_bb_pos,buy,2025-09-16 11:12:00,2086.0,6.18,1,leg_gt,0.47,60 -16541,buy_contrast_m10_bb_pos,buy,2025-09-16 11:15:00,2087.0,6.129,1,leg_gt,0.47,60 -16542,buy_contrast_m10_bb_pos,buy,2025-09-16 11:18:00,2088.0,6.0782,1,leg_gt,0.47,60 -16543,buy_contrast_m10_bb_pos,buy,2025-09-16 18:42:00,2086.0,6.18,1,leg_gt,0.16,60 -16544,buy_contrast_m10_bb_pos,buy,2025-09-16 18:45:00,2080.0,6.4865,1,leg_gt,0.16,60 -16545,buy_contrast_m10_bb_pos,buy,2025-09-16 18:48:00,2085.0,6.2309,1,leg_gt,0.16,60 -16546,buy_contrast_m10_bb_pos,buy,2025-09-16 19:42:00,2083.0,6.333,1,leg_gt,0.12,60 -16547,buy_contrast_m10_bb_pos,buy,2025-09-16 19:45:00,2084.0,6.282,1,leg_gt,0.12,60 -16548,buy_contrast_m10_bb_pos,buy,2025-09-16 19:48:00,2086.0,6.18,1,leg_gt,0.11,60 -16549,buy_contrast_m10_bb_pos,buy,2025-09-16 20:00:00,2081.0,6.4353,1,leg_gt,0.11,60 -16550,buy_contrast_m10_bb_pos,buy,2025-09-16 20:03:00,2088.0,6.0782,1,leg_gt,0.1,60 -16551,buy_contrast_m10_bb_pos,buy,2025-09-16 20:06:00,2086.0,6.18,1,leg_gt,0.1,60 -16552,buy_contrast_m10_bb_pos,buy,2025-09-16 20:09:00,2086.0,6.18,1,leg_gt,0.1,60 -16553,buy_contrast_m10_bb_pos,buy,2025-09-17 01:51:00,2093.0,11.0801,1,leg_gt,1.9,60 -16554,buy_contrast_m10_bb_pos,buy,2025-09-17 01:54:00,2094.0,11.027,1,leg_gt,1.9,60 -16555,buy_contrast_m10_bb_pos,buy,2025-09-17 01:57:00,2092.0,11.1333,1,leg_gt,1.89,60 -16556,buy_contrast_m10_bb_pos,buy,2025-09-17 02:00:00,2093.0,11.0801,1,leg_gt,1.89,60 -16557,buy_contrast_m10_bb_pos,buy,2025-09-17 02:03:00,2102.0,10.6041,1,leg_gt,1.89,60 -16558,buy_contrast_m10_bb_pos,buy,2025-09-17 02:06:00,2109.0,10.2367,1,leg_gt,1.89,60 -16559,buy_contrast_m10_bb_pos,buy,2025-09-17 02:09:00,2111.0,10.1321,1,leg_gt,1.89,60 -16560,buy_contrast_m10_bb_pos,buy,2025-09-17 04:12:00,2085.0,11.5067,1,leg_gt,1.8,60 -16561,buy_contrast_m10_bb_pos,buy,2025-09-17 04:15:00,2087.0,11.3998,1,leg_gt,1.8,60 -16562,buy_contrast_m10_bb_pos,buy,2025-09-17 04:18:00,2084.0,11.5603,1,leg_gt,1.8,60 -16563,buy_contrast_m10_bb_pos,buy,2025-09-17 04:21:00,2088.0,11.3464,1,leg_gt,1.79,60 -16564,buy_contrast_m10_bb_pos,buy,2025-09-17 04:24:00,2090.0,11.2397,1,leg_gt,1.79,60 -16565,buy_contrast_m10_bb_pos,buy,2025-09-17 04:27:00,2083.0,11.6139,1,leg_gt,1.79,60 -16566,buy_contrast_m10_bb_pos,buy,2025-09-17 04:30:00,2088.0,11.3464,1,leg_gt,1.79,60 -16567,buy_contrast_m10_bb_pos,buy,2025-09-17 04:33:00,2084.0,11.5603,1,leg_gt,1.79,60 -16568,buy_contrast_m10_bb_pos,buy,2025-09-17 04:36:00,2083.0,11.6139,1,leg_gt,1.78,60 -16569,buy_contrast_m10_bb_pos,buy,2025-09-17 04:39:00,2086.0,11.4532,1,leg_gt,1.78,60 -16570,buy_contrast_m10_bb_pos,buy,2025-09-17 04:51:00,2088.0,11.3464,1,leg_gt,1.77,60 -16571,buy_contrast_m10_bb_pos,buy,2025-09-17 04:54:00,2084.0,11.5603,1,leg_gt,1.77,60 -16572,buy_contrast_m10_bb_pos,buy,2025-09-17 04:57:00,2086.0,11.4532,1,leg_gt,1.77,60 -16573,buy_contrast_m10_bb_pos,buy,2025-09-17 05:21:00,2078.0,11.8827,1,leg_gt,1.75,60 -16574,buy_contrast_m10_bb_pos,buy,2025-09-17 05:24:00,2083.0,11.6139,1,leg_gt,1.75,60 -16575,buy_contrast_m10_bb_pos,buy,2025-09-17 05:27:00,2078.0,11.8827,1,leg_gt,1.75,60 -16576,buy_contrast_m10_bb_pos,buy,2025-09-17 05:30:00,2080.0,11.775,1,leg_gt,1.75,60 -16577,buy_contrast_m10_bb_pos,buy,2025-09-17 05:33:00,2082.0,11.6675,1,leg_gt,1.74,60 -16578,buy_contrast_m10_bb_pos,buy,2025-09-17 05:36:00,2087.0,11.3998,1,leg_gt,1.74,60 -16579,buy_contrast_m10_bb_pos,buy,2025-09-17 05:39:00,2084.0,11.5603,1,leg_gt,1.74,60 -16580,buy_contrast_m10_bb_pos,buy,2025-09-17 10:51:00,2100.0,10.7095,1,leg_gt,1.52,60 -16581,buy_contrast_m10_bb_pos,buy,2025-09-17 10:54:00,2097.0,10.868,1,leg_gt,1.52,60 -16582,buy_contrast_m10_bb_pos,buy,2025-09-17 10:57:00,2099.0,10.7623,1,leg_gt,1.52,60 -16583,buy_contrast_m10_bb_pos,buy,2025-09-17 12:00:00,2095.0,10.974,1,leg_gt,1.48,60 -16584,buy_contrast_m10_bb_pos,buy,2025-09-17 12:03:00,2094.0,11.027,1,leg_gt,1.47,60 -16585,buy_contrast_m10_bb_pos,buy,2025-09-17 12:06:00,2092.0,11.1333,1,leg_gt,1.47,60 -16586,buy_contrast_m10_bb_pos,buy,2025-09-17 12:09:00,2097.0,10.868,1,leg_gt,1.47,60 -16587,buy_contrast_m10_bb_pos,buy,2025-09-17 12:12:00,2092.0,11.1333,1,leg_gt,1.47,60 -16588,buy_contrast_m10_bb_pos,buy,2025-09-17 12:15:00,2093.0,11.0801,1,leg_gt,1.46,60 -16589,buy_contrast_m10_bb_pos,buy,2025-09-17 12:18:00,2095.0,10.974,1,leg_gt,1.46,60 -16590,buy_contrast_m10_bb_pos,buy,2025-09-17 12:21:00,2092.0,11.1333,1,leg_gt,1.46,60 -16591,buy_contrast_m10_bb_pos,buy,2025-09-17 12:24:00,2091.0,11.1865,1,leg_gt,1.46,60 -16592,buy_contrast_m10_bb_pos,buy,2025-09-17 12:27:00,2092.0,11.1333,1,leg_gt,1.46,60 -16593,buy_contrast_m10_bb_pos,buy,2025-09-17 12:30:00,2092.0,11.1333,1,leg_gt,1.45,60 -16594,buy_contrast_m10_bb_pos,buy,2025-09-17 12:33:00,2091.0,11.1865,1,leg_gt,1.45,60 -16595,buy_contrast_m10_bb_pos,buy,2025-09-17 12:36:00,2084.0,11.5603,1,leg_gt,1.45,60 -16596,buy_contrast_m10_bb_pos,buy,2025-09-17 12:39:00,2083.0,11.6139,1,leg_gt,1.45,60 -16597,buy_contrast_m10_bb_pos,buy,2025-09-17 13:12:00,2080.0,11.775,1,leg_gt,1.42,60 -16598,buy_contrast_m10_bb_pos,buy,2025-09-17 13:15:00,2080.0,11.775,1,leg_gt,1.42,60 -16599,buy_contrast_m10_bb_pos,buy,2025-09-17 13:18:00,2078.0,11.8827,1,leg_gt,1.42,60 -16600,buy_contrast_m10_bb_pos,buy,2025-09-17 13:21:00,2075.0,12.0446,1,leg_gt,1.42,60 -16601,buy_contrast_m10_bb_pos,buy,2025-09-17 13:24:00,2069.0,12.3698,1,leg_gt,1.42,60 -16602,buy_contrast_m10_bb_pos,buy,2025-09-17 13:27:00,2068.0,12.4242,1,leg_gt,1.41,60 -16603,buy_contrast_m10_bb_pos,buy,2025-09-17 14:00:00,2072.0,12.2069,1,leg_gt,1.39,60 -16604,buy_contrast_m10_bb_pos,buy,2025-09-17 14:03:00,2072.0,12.2069,1,leg_gt,1.39,60 -16605,buy_contrast_m10_bb_pos,buy,2025-09-17 14:06:00,2071.0,12.2612,1,leg_gt,1.39,60 -16606,buy_contrast_m10_bb_pos,buy,2025-09-17 14:09:00,2071.0,12.2612,1,leg_gt,1.39,60 -16607,buy_contrast_m10_bb_pos,buy,2025-09-17 14:42:00,2062.0,12.7516,1,leg_gt,1.36,60 -16608,buy_contrast_m10_bb_pos,buy,2025-09-17 14:45:00,2064.0,12.6422,1,leg_gt,1.36,60 -16609,buy_contrast_m10_bb_pos,buy,2025-09-17 14:48:00,2061.0,12.8064,1,leg_gt,1.36,60 -16610,buy_contrast_m10_bb_pos,buy,2025-09-17 18:21:00,2073.0,12.1528,1,leg_gt,1.21,60 -16611,buy_contrast_m10_bb_pos,buy,2025-09-17 18:24:00,2073.0,12.1528,1,leg_gt,1.21,60 -16612,buy_contrast_m10_bb_pos,buy,2025-09-17 18:27:00,2078.0,11.8827,1,leg_gt,1.21,60 -16613,buy_contrast_m10_bb_pos,buy,2025-09-17 19:00:00,2072.0,12.2069,1,leg_gt,1.18,60 -16614,buy_contrast_m10_bb_pos,buy,2025-09-17 19:03:00,2077.0,11.9366,1,leg_gt,1.18,60 -16615,buy_contrast_m10_bb_pos,buy,2025-09-17 19:06:00,2079.0,11.8288,1,leg_gt,1.18,60 -16616,buy_contrast_m10_bb_pos,buy,2025-09-17 19:09:00,2078.0,11.8827,1,leg_gt,1.18,60 -16617,buy_contrast_m10_bb_pos,buy,2025-09-17 19:30:00,2069.0,12.3698,1,leg_gt,1.16,60 -16618,buy_contrast_m10_bb_pos,buy,2025-09-17 19:33:00,2071.0,12.2612,1,leg_gt,1.16,60 -16619,buy_contrast_m10_bb_pos,buy,2025-09-17 19:36:00,2071.0,12.2612,1,leg_gt,1.16,60 -16620,buy_contrast_m10_bb_pos,buy,2025-09-17 19:39:00,2071.0,12.2612,1,leg_gt,1.16,60 -16621,buy_contrast_m10_bb_pos,buy,2025-09-17 19:42:00,2075.0,12.0446,1,leg_gt,1.15,60 -16622,buy_contrast_m10_bb_pos,buy,2025-09-17 19:45:00,2078.0,11.8827,1,leg_gt,1.15,60 -16623,buy_contrast_m10_bb_pos,buy,2025-09-17 19:48:00,2078.0,11.8827,1,leg_gt,1.15,60 -16624,buy_contrast_m10_bb_pos,buy,2025-09-17 20:00:00,2069.0,12.3698,1,leg_gt,1.14,60 -16625,buy_contrast_m10_bb_pos,buy,2025-09-17 20:03:00,2068.0,12.4242,1,leg_gt,1.14,60 -16626,buy_contrast_m10_bb_pos,buy,2025-09-17 20:06:00,2074.0,12.0986,1,leg_gt,1.14,60 -16627,buy_contrast_m10_bb_pos,buy,2025-09-17 20:09:00,2073.0,12.1528,1,leg_gt,1.14,60 -16628,buy_contrast_m10_bb_pos,buy,2025-09-18 01:21:00,2095.0,10.974,1,leg_gt,0.92,60 -16629,buy_contrast_m10_bb_pos,buy,2025-09-18 01:24:00,2101.0,10.6568,1,leg_gt,0.92,60 -16630,buy_contrast_m10_bb_pos,buy,2025-09-18 01:27:00,2113.0,10.0278,1,leg_gt,0.91,60 -16631,buy_contrast_m10_bb_pos,buy,2025-09-18 09:30:00,2193.0,6.0104,1,leg_gt,0.58,60 -16632,buy_contrast_m10_bb_pos,buy,2025-09-18 09:33:00,2191.0,6.1072,1,leg_gt,0.58,60 -16633,buy_contrast_m10_bb_pos,buy,2025-09-18 09:36:00,2190.0,6.1557,1,leg_gt,0.57,60 -16634,buy_contrast_m10_bb_pos,buy,2025-09-18 09:39:00,2183.0,6.4964,1,leg_gt,0.57,60 -16635,buy_contrast_m10_bb_pos,buy,2025-09-18 09:51:00,2191.0,6.1072,1,leg_gt,0.56,60 -16636,buy_contrast_m10_bb_pos,buy,2025-09-18 09:54:00,2186.0,6.3501,1,leg_gt,0.56,60 -16637,buy_contrast_m10_bb_pos,buy,2025-09-18 09:57:00,2182.0,6.5453,1,leg_gt,0.56,60 -16638,buy_contrast_m10_bb_pos,buy,2025-09-18 15:12:00,2209.0,5.2418,1,leg_gt,0.34,60 -16639,buy_contrast_m10_bb_pos,buy,2025-09-18 15:15:00,2202.0,5.5767,1,leg_gt,0.34,60 -16640,buy_contrast_m10_bb_pos,buy,2025-09-18 15:18:00,2208.0,5.2895,1,leg_gt,0.34,60 -16641,buy_contrast_m10_bb_pos,buy,2025-09-18 15:42:00,2201.0,5.6247,1,leg_gt,0.32,60 -16642,buy_contrast_m10_bb_pos,buy,2025-09-18 15:45:00,2196.0,5.8654,1,leg_gt,0.32,60 -16643,buy_contrast_m10_bb_pos,buy,2025-09-18 15:48:00,2201.0,5.6247,1,leg_gt,0.32,60 -16644,buy_contrast_m10_bb_pos,buy,2025-09-18 16:00:00,2197.0,5.8172,1,leg_gt,0.31,60 -16645,buy_contrast_m10_bb_pos,buy,2025-09-18 16:03:00,2200.0,5.6727,1,leg_gt,0.31,60 -16646,buy_contrast_m10_bb_pos,buy,2025-09-18 16:06:00,2198.0,5.769,1,leg_gt,0.3,60 -16647,buy_contrast_m10_bb_pos,buy,2025-09-18 16:09:00,2189.0,6.2042,1,leg_gt,0.3,60 -16648,buy_contrast_m10_bb_pos,buy,2025-09-18 16:12:00,2191.0,6.1072,1,leg_gt,0.3,60 -16649,buy_contrast_m10_bb_pos,buy,2025-09-18 16:15:00,2189.0,6.2042,1,leg_gt,0.3,60 -16650,buy_contrast_m10_bb_pos,buy,2025-09-18 16:18:00,2194.0,5.962,1,leg_gt,0.3,60 -16651,buy_contrast_m10_bb_pos,buy,2025-09-18 16:21:00,2186.0,6.3501,1,leg_gt,0.29,60 -16652,buy_contrast_m10_bb_pos,buy,2025-09-18 16:24:00,2179.0,6.6921,1,leg_gt,0.29,60 -16653,buy_contrast_m10_bb_pos,buy,2025-09-18 16:27:00,2177.0,6.7902,1,leg_gt,0.29,60 -16654,buy_contrast_m10_bb_pos,buy,2025-09-18 16:30:00,2180.0,6.6431,1,leg_gt,0.29,60 -16655,buy_contrast_m10_bb_pos,buy,2025-09-18 16:33:00,2183.0,6.4964,1,leg_gt,0.29,60 -16656,buy_contrast_m10_bb_pos,buy,2025-09-18 16:36:00,2178.0,6.7411,1,leg_gt,0.28,60 -16657,buy_contrast_m10_bb_pos,buy,2025-09-18 16:39:00,2179.0,6.6921,1,leg_gt,0.28,60 -16658,buy_contrast_m10_bb_pos,buy,2025-09-18 16:42:00,2179.0,6.6921,1,leg_gt,0.28,60 -16659,buy_contrast_m10_bb_pos,buy,2025-09-18 16:45:00,2183.0,6.4964,1,leg_gt,0.28,60 -16660,buy_contrast_m10_bb_pos,buy,2025-09-18 16:48:00,2183.0,6.4964,1,leg_gt,0.28,60 -16661,buy_contrast_m10_bb_pos,buy,2025-09-18 16:51:00,2179.0,6.6921,1,leg_gt,0.27,60 -16662,buy_contrast_m10_bb_pos,buy,2025-09-18 16:54:00,2170.0,7.135,1,leg_gt,0.27,60 -16663,buy_contrast_m10_bb_pos,buy,2025-09-18 16:57:00,2173.0,6.987,1,leg_gt,0.27,60 -16664,buy_contrast_m10_bb_pos,buy,2025-09-18 17:00:00,2175.0,6.8885,1,leg_gt,0.27,60 -16665,buy_contrast_m10_bb_pos,buy,2025-09-18 17:03:00,2177.0,6.7902,1,leg_gt,0.26,60 -16666,buy_contrast_m10_bb_pos,buy,2025-09-18 17:06:00,2173.0,6.987,1,leg_gt,0.26,60 -16667,buy_contrast_m10_bb_pos,buy,2025-09-18 17:09:00,2169.0,7.1845,1,leg_gt,0.26,60 -16668,buy_contrast_m10_bb_pos,buy,2025-09-18 17:12:00,2170.0,7.135,1,leg_gt,0.26,60 -16669,buy_contrast_m10_bb_pos,buy,2025-09-18 17:15:00,2176.0,6.8393,1,leg_gt,0.26,60 -16670,buy_contrast_m10_bb_pos,buy,2025-09-18 17:18:00,2174.0,6.9377,1,leg_gt,0.25,60 -16671,buy_contrast_m10_bb_pos,buy,2025-09-19 08:12:00,2206.0,-10.5714,0,leg_gt,8.28,60 -16672,buy_contrast_m10_bb_pos,buy,2025-09-19 08:15:00,2207.0,-10.612,0,leg_gt,8.28,60 -16673,buy_contrast_m10_bb_pos,buy,2025-09-19 08:18:00,2206.0,-10.5714,0,leg_gt,8.27,60 -16674,buy_contrast_m10_bb_pos,buy,2025-09-19 08:21:00,2212.0,-10.8143,0,leg_gt,8.27,60 -16675,buy_contrast_m10_bb_pos,buy,2025-09-19 08:24:00,2216.0,-10.9755,0,leg_gt,8.27,60 -16676,buy_contrast_m10_bb_pos,buy,2025-09-19 08:27:00,2223.0,-11.2561,0,leg_gt,8.27,60 -16677,buy_contrast_m10_bb_pos,buy,2025-09-19 10:51:00,2210.0,-10.7335,0,leg_gt,8.17,60 -16678,buy_contrast_m10_bb_pos,buy,2025-09-19 10:54:00,2210.0,-10.7335,0,leg_gt,8.16,60 -16679,buy_contrast_m10_bb_pos,buy,2025-09-19 10:57:00,2211.0,-10.7739,0,leg_gt,8.16,60 -16680,buy_contrast_m10_bb_pos,buy,2025-09-19 11:42:00,2206.0,-10.5714,0,leg_gt,8.13,60 -16681,buy_contrast_m10_bb_pos,buy,2025-09-19 11:45:00,2205.0,-10.5308,0,leg_gt,8.13,60 -16682,buy_contrast_m10_bb_pos,buy,2025-09-19 11:48:00,2208.0,-10.6525,0,leg_gt,8.13,60 -16683,buy_contrast_m10_bb_pos,buy,2025-09-19 12:00:00,2205.0,-10.5308,0,leg_gt,8.12,60 -16684,buy_contrast_m10_bb_pos,buy,2025-09-19 12:03:00,2210.0,-10.7335,0,leg_gt,8.12,60 -16685,buy_contrast_m10_bb_pos,buy,2025-09-19 12:06:00,2210.0,-10.7335,0,leg_gt,8.11,60 -16686,buy_contrast_m10_bb_pos,buy,2025-09-19 12:09:00,2207.0,-10.612,0,leg_gt,8.11,60 -16687,buy_contrast_m10_bb_pos,buy,2025-09-19 12:30:00,2201.0,-10.3681,0,leg_gt,8.1,60 -16688,buy_contrast_m10_bb_pos,buy,2025-09-19 12:33:00,2190.0,-9.9174,0,leg_gt,8.1,60 -16689,buy_contrast_m10_bb_pos,buy,2025-09-19 12:36:00,2190.0,-9.9174,0,leg_gt,8.09,60 -16690,buy_contrast_m10_bb_pos,buy,2025-09-19 12:39:00,2187.0,-9.7936,0,leg_gt,8.09,60 -16691,buy_contrast_m10_bb_pos,buy,2025-09-19 13:00:00,2188.0,-9.8349,0,leg_gt,8.08,60 -16692,buy_contrast_m10_bb_pos,buy,2025-09-19 13:03:00,2183.0,-9.6282,0,leg_gt,8.07,60 -16693,buy_contrast_m10_bb_pos,buy,2025-09-19 13:06:00,2173.0,-9.2118,0,leg_gt,8.07,60 -16694,buy_contrast_m10_bb_pos,buy,2025-09-19 13:09:00,2161.0,-8.7071,0,leg_gt,8.07,60 -16695,buy_contrast_m10_bb_pos,buy,2025-09-19 14:12:00,2170.0,-9.0862,0,leg_gt,8.03,60 -16696,buy_contrast_m10_bb_pos,buy,2025-09-19 14:15:00,2171.0,-9.1281,0,leg_gt,8.02,60 -16697,buy_contrast_m10_bb_pos,buy,2025-09-19 14:18:00,2167.0,-8.9602,0,leg_gt,8.02,60 -16698,buy_contrast_m10_bb_pos,buy,2025-09-19 14:21:00,2170.0,-9.0862,0,leg_gt,8.02,60 -16699,buy_contrast_m10_bb_pos,buy,2025-09-19 14:24:00,2166.0,-8.9181,0,leg_gt,8.02,60 -16700,buy_contrast_m10_bb_pos,buy,2025-09-19 14:27:00,2162.0,-8.7494,0,leg_gt,8.02,60 -16701,buy_contrast_m10_bb_pos,buy,2025-09-19 14:30:00,2162.0,-8.7494,0,leg_gt,8.01,60 -16702,buy_contrast_m10_bb_pos,buy,2025-09-19 14:33:00,2166.0,-8.9181,0,leg_gt,8.01,60 -16703,buy_contrast_m10_bb_pos,buy,2025-09-19 14:36:00,2170.0,-9.0862,0,leg_gt,8.01,60 -16704,buy_contrast_m10_bb_pos,buy,2025-09-19 14:39:00,2167.0,-8.9602,0,leg_gt,8.01,60 -16705,buy_contrast_m10_bb_pos,buy,2025-09-19 16:00:00,2160.0,-8.6648,0,leg_gt,7.95,60 -16706,buy_contrast_m10_bb_pos,buy,2025-09-19 16:03:00,2162.0,-8.7494,0,leg_gt,7.95,60 -16707,buy_contrast_m10_bb_pos,buy,2025-09-19 16:06:00,2165.0,-8.876,0,leg_gt,7.95,60 -16708,buy_contrast_m10_bb_pos,buy,2025-09-19 16:09:00,2161.0,-8.7071,0,leg_gt,7.95,60 -16709,buy_contrast_m10_bb_pos,buy,2025-09-19 19:21:00,2154.0,-8.4101,0,leg_gt,7.81,60 -16710,buy_contrast_m10_bb_pos,buy,2025-09-19 19:24:00,2141.0,-7.8534,0,leg_gt,7.81,60 -16711,buy_contrast_m10_bb_pos,buy,2025-09-19 19:27:00,2134.0,-7.5508,0,leg_gt,7.81,60 -16712,buy_contrast_m10_bb_pos,buy,2025-09-19 19:51:00,2136.0,-7.6375,0,leg_gt,7.79,60 -16713,buy_contrast_m10_bb_pos,buy,2025-09-19 19:54:00,2138.0,-7.7239,0,leg_gt,7.79,60 -16714,buy_contrast_m10_bb_pos,buy,2025-09-19 19:57:00,2138.0,-7.7239,0,leg_gt,7.79,60 -16715,buy_contrast_m10_bb_pos,buy,2025-09-19 20:12:00,2130.0,-7.377,0,leg_gt,7.78,60 -16716,buy_contrast_m10_bb_pos,buy,2025-09-19 20:15:00,2129.0,-7.3334,0,leg_gt,7.78,60 -16717,buy_contrast_m10_bb_pos,buy,2025-09-19 20:18:00,2132.0,-7.464,0,leg_gt,7.77,60 -16718,buy_contrast_m10_bb_pos,buy,2025-09-19 20:21:00,2128.0,-7.2898,0,leg_gt,7.77,60 -16719,buy_contrast_m10_bb_pos,buy,2025-09-19 20:24:00,2121.0,-6.9835,0,leg_gt,7.77,60 -16720,buy_contrast_m10_bb_pos,buy,2025-09-19 20:27:00,2122.0,-7.0274,0,leg_gt,7.77,60 -16721,buy_contrast_m10_bb_pos,buy,2025-09-19 20:42:00,2115.0,-6.7194,0,leg_gt,7.76,60 -16722,buy_contrast_m10_bb_pos,buy,2025-09-19 20:45:00,2115.0,-6.7194,0,leg_gt,7.75,60 -16723,buy_contrast_m10_bb_pos,buy,2025-09-19 20:48:00,2115.0,-6.7194,0,leg_gt,7.75,60 -16724,buy_contrast_m10_bb_pos,buy,2025-09-19 20:51:00,2115.0,-6.7194,0,leg_gt,7.75,60 -16725,buy_contrast_m10_bb_pos,buy,2025-09-19 20:54:00,2122.0,-7.0274,0,leg_gt,7.75,60 -16726,buy_contrast_m10_bb_pos,buy,2025-09-19 20:57:00,2123.0,-7.0713,0,leg_gt,7.75,60 -16727,buy_contrast_m10_bb_pos,buy,2025-09-20 00:21:00,2127.0,-7.2462,0,leg_gt,7.6,60 -16728,buy_contrast_m10_bb_pos,buy,2025-09-20 00:24:00,2121.0,-6.9835,0,leg_gt,7.6,60 -16729,buy_contrast_m10_bb_pos,buy,2025-09-20 00:27:00,2125.0,-7.1588,0,leg_gt,7.6,60 -16730,buy_contrast_m10_bb_pos,buy,2025-09-20 00:30:00,2124.0,-7.1151,0,leg_gt,7.6,60 -16731,buy_contrast_m10_bb_pos,buy,2025-09-20 00:33:00,2114.0,-6.6752,0,leg_gt,7.6,60 -16732,buy_contrast_m10_bb_pos,buy,2025-09-20 00:36:00,2118.0,-6.8517,0,leg_gt,7.59,60 -16733,buy_contrast_m10_bb_pos,buy,2025-09-20 00:39:00,2123.0,-7.0713,0,leg_gt,7.59,60 -16734,buy_contrast_m10_bb_pos,buy,2025-09-20 00:51:00,2122.0,-7.0274,0,leg_gt,7.58,60 -16735,buy_contrast_m10_bb_pos,buy,2025-09-20 00:54:00,2120.0,-6.9396,0,leg_gt,7.58,60 -16736,buy_contrast_m10_bb_pos,buy,2025-09-20 00:57:00,2121.0,-6.9835,0,leg_gt,7.58,60 -16737,buy_contrast_m10_bb_pos,buy,2025-09-20 01:00:00,2120.0,-6.9396,0,leg_gt,7.58,60 -16738,buy_contrast_m10_bb_pos,buy,2025-09-20 01:03:00,2125.0,-7.1588,0,leg_gt,7.58,60 -16739,buy_contrast_m10_bb_pos,buy,2025-09-20 01:06:00,2119.0,-6.8957,0,leg_gt,7.57,60 -16740,buy_contrast_m10_bb_pos,buy,2025-09-20 01:09:00,2123.0,-7.0713,0,leg_gt,7.57,60 -16741,buy_contrast_m10_bb_pos,buy,2025-09-20 01:21:00,2116.0,-6.7635,0,leg_gt,7.56,60 -16742,buy_contrast_m10_bb_pos,buy,2025-09-20 01:24:00,2118.0,-6.8517,0,leg_gt,7.56,60 -16743,buy_contrast_m10_bb_pos,buy,2025-09-20 01:27:00,2115.0,-6.7194,0,leg_gt,7.56,60 -16744,buy_contrast_m10_bb_pos,buy,2025-09-20 01:30:00,2119.0,-6.8957,0,leg_gt,7.56,60 -16745,buy_contrast_m10_bb_pos,buy,2025-09-20 01:33:00,2117.0,-6.8076,0,leg_gt,7.55,60 -16746,buy_contrast_m10_bb_pos,buy,2025-09-20 01:36:00,2121.0,-6.9835,0,leg_gt,7.55,60 -16747,buy_contrast_m10_bb_pos,buy,2025-09-20 01:39:00,2115.0,-6.7194,0,leg_gt,7.55,60 -16748,buy_contrast_m10_bb_pos,buy,2025-09-20 01:42:00,2121.0,-6.9835,0,leg_gt,7.55,60 -16749,buy_contrast_m10_bb_pos,buy,2025-09-20 01:45:00,2122.0,-7.0274,0,leg_gt,7.55,60 -16750,buy_contrast_m10_bb_pos,buy,2025-09-20 01:48:00,2122.0,-7.0274,0,leg_gt,7.54,60 -16751,buy_contrast_m10_bb_pos,buy,2025-09-20 02:21:00,2113.0,-6.631,0,leg_gt,7.52,60 -16752,buy_contrast_m10_bb_pos,buy,2025-09-20 02:24:00,2117.0,-6.8076,0,leg_gt,7.52,60 -16753,buy_contrast_m10_bb_pos,buy,2025-09-20 02:27:00,2115.0,-6.7194,0,leg_gt,7.52,60 -16754,buy_contrast_m10_bb_pos,buy,2025-09-20 02:42:00,2110.0,-6.4981,0,leg_gt,7.51,60 -16755,buy_contrast_m10_bb_pos,buy,2025-09-20 02:45:00,2113.0,-6.631,0,leg_gt,7.5,60 -16756,buy_contrast_m10_bb_pos,buy,2025-09-20 02:48:00,2113.0,-6.631,0,leg_gt,7.5,60 -16757,buy_contrast_m10_bb_pos,buy,2025-09-20 03:30:00,2106.0,-6.3203,0,leg_gt,7.47,60 -16758,buy_contrast_m10_bb_pos,buy,2025-09-20 03:33:00,2105.0,-6.2758,0,leg_gt,7.47,60 -16759,buy_contrast_m10_bb_pos,buy,2025-09-20 03:36:00,2108.0,-6.4093,0,leg_gt,7.47,60 -16760,buy_contrast_m10_bb_pos,buy,2025-09-20 03:39:00,2108.0,-6.4093,0,leg_gt,7.47,60 -16761,buy_contrast_m10_bb_pos,buy,2025-09-20 03:42:00,2108.0,-6.4093,0,leg_gt,7.46,60 -16762,buy_contrast_m10_bb_pos,buy,2025-09-20 03:45:00,2107.0,-6.3648,0,leg_gt,7.46,60 -16763,buy_contrast_m10_bb_pos,buy,2025-09-20 03:48:00,2105.0,-6.2758,0,leg_gt,7.46,60 -16764,buy_contrast_m10_bb_pos,buy,2025-09-20 03:51:00,2104.0,-6.2312,0,leg_gt,7.46,60 -16765,buy_contrast_m10_bb_pos,buy,2025-09-20 03:54:00,2107.0,-6.3648,0,leg_gt,7.46,60 -16766,buy_contrast_m10_bb_pos,buy,2025-09-20 03:57:00,2105.0,-6.2758,0,leg_gt,7.45,60 -16767,buy_contrast_m10_bb_pos,buy,2025-09-20 04:00:00,2103.0,-6.1865,0,leg_gt,7.45,60 -16768,buy_contrast_m10_bb_pos,buy,2025-09-20 04:03:00,2108.0,-6.4093,0,leg_gt,7.45,60 -16769,buy_contrast_m10_bb_pos,buy,2025-09-20 04:06:00,2107.0,-6.3648,0,leg_gt,7.45,60 -16770,buy_contrast_m10_bb_pos,buy,2025-09-20 04:09:00,2108.0,-6.4093,0,leg_gt,7.45,60 -16771,buy_contrast_m10_bb_pos,buy,2025-09-20 08:30:00,2107.0,-6.3648,0,leg_gt,7.26,60 -16772,buy_contrast_m10_bb_pos,buy,2025-09-20 08:33:00,2108.0,-6.4093,0,leg_gt,7.26,60 -16773,buy_contrast_m10_bb_pos,buy,2025-09-20 08:36:00,2108.0,-6.4093,0,leg_gt,7.26,60 -16774,buy_contrast_m10_bb_pos,buy,2025-09-20 08:39:00,2111.0,-6.5424,0,leg_gt,7.26,60 -16775,buy_contrast_m10_bb_pos,buy,2025-09-20 09:30:00,2112.0,-6.5867,0,leg_gt,7.22,60 -16776,buy_contrast_m10_bb_pos,buy,2025-09-20 09:33:00,2114.0,-6.6752,0,leg_gt,7.22,60 -16777,buy_contrast_m10_bb_pos,buy,2025-09-20 09:36:00,2120.0,-6.9396,0,leg_gt,7.22,60 -16778,buy_contrast_m10_bb_pos,buy,2025-09-20 09:39:00,2121.0,-6.9835,0,leg_gt,7.22,60 -16779,buy_contrast_m10_bb_pos,buy,2025-09-20 11:00:00,2109.0,-6.4537,0,leg_gt,7.16,60 -16780,buy_contrast_m10_bb_pos,buy,2025-09-20 11:03:00,2110.0,-6.4981,0,leg_gt,7.16,60 -16781,buy_contrast_m10_bb_pos,buy,2025-09-20 11:06:00,2106.0,-6.3203,0,leg_gt,7.16,60 -16782,buy_contrast_m10_bb_pos,buy,2025-09-20 11:09:00,2102.0,-6.1419,0,leg_gt,7.15,60 -16783,buy_contrast_m10_bb_pos,buy,2025-09-20 11:30:00,2097.0,-5.9178,0,leg_gt,7.14,60 -16784,buy_contrast_m10_bb_pos,buy,2025-09-20 11:33:00,2091.0,-5.6476,0,leg_gt,7.14,60 -16785,buy_contrast_m10_bb_pos,buy,2025-09-20 11:36:00,2090.0,-5.6024,0,leg_gt,7.14,60 -16786,buy_contrast_m10_bb_pos,buy,2025-09-20 11:39:00,2096.0,-5.8729,0,leg_gt,7.13,60 -16787,buy_contrast_m10_bb_pos,buy,2025-09-20 11:42:00,2097.0,-5.9178,0,leg_gt,7.13,60 -16788,buy_contrast_m10_bb_pos,buy,2025-09-20 11:45:00,2100.0,-6.0524,0,leg_gt,7.13,60 -16789,buy_contrast_m10_bb_pos,buy,2025-09-20 11:48:00,2100.0,-6.0524,0,leg_gt,7.13,60 -16790,buy_contrast_m10_bb_pos,buy,2025-09-20 12:12:00,2089.0,-5.5572,0,leg_gt,7.11,60 -16791,buy_contrast_m10_bb_pos,buy,2025-09-20 12:15:00,2091.0,-5.6476,0,leg_gt,7.11,60 -16792,buy_contrast_m10_bb_pos,buy,2025-09-20 12:18:00,2090.0,-5.6024,0,leg_gt,7.11,60 -16793,buy_contrast_m10_bb_pos,buy,2025-09-20 12:21:00,2091.0,-5.6476,0,leg_gt,7.1,60 -16794,buy_contrast_m10_bb_pos,buy,2025-09-20 12:24:00,2094.0,-5.7829,0,leg_gt,7.1,60 -16795,buy_contrast_m10_bb_pos,buy,2025-09-20 12:27:00,2091.0,-5.6476,0,leg_gt,7.1,60 -16796,buy_contrast_m10_bb_pos,buy,2025-09-20 12:30:00,2087.0,-5.4666,0,leg_gt,7.1,60 -16797,buy_contrast_m10_bb_pos,buy,2025-09-20 12:33:00,2088.0,-5.5119,0,leg_gt,7.1,60 -16798,buy_contrast_m10_bb_pos,buy,2025-09-20 12:36:00,2086.0,-5.4212,0,leg_gt,7.09,60 -16799,buy_contrast_m10_bb_pos,buy,2025-09-20 12:39:00,2091.0,-5.6476,0,leg_gt,7.09,60 -16800,buy_contrast_m10_bb_pos,buy,2025-09-21 01:21:00,2128.0,-7.2898,0,leg_gt,6.56,60 -16801,buy_contrast_m10_bb_pos,buy,2025-09-21 01:24:00,2126.0,-7.2025,0,leg_gt,6.56,60 -16802,buy_contrast_m10_bb_pos,buy,2025-09-21 01:27:00,2125.0,-7.1588,0,leg_gt,6.56,60 -16803,buy_contrast_m10_bb_pos,buy,2025-09-21 01:30:00,2125.0,-7.1588,0,leg_gt,6.56,60 -16804,buy_contrast_m10_bb_pos,buy,2025-09-21 01:33:00,2126.0,-7.2025,0,leg_gt,6.55,60 -16805,buy_contrast_m10_bb_pos,buy,2025-09-21 01:36:00,2132.0,-7.464,0,leg_gt,6.55,60 -16806,buy_contrast_m10_bb_pos,buy,2025-09-21 01:39:00,2129.0,-7.3334,0,leg_gt,6.55,60 -16807,buy_contrast_m10_bb_pos,buy,2025-09-21 02:30:00,2122.0,-7.0274,0,leg_gt,6.51,60 -16808,buy_contrast_m10_bb_pos,buy,2025-09-21 02:33:00,2122.0,-7.0274,0,leg_gt,6.51,60 -16809,buy_contrast_m10_bb_pos,buy,2025-09-21 02:36:00,2119.0,-6.8957,0,leg_gt,6.51,60 -16810,buy_contrast_m10_bb_pos,buy,2025-09-21 02:39:00,2122.0,-7.0274,0,leg_gt,6.51,60 -16811,buy_contrast_m10_bb_pos,buy,2025-09-21 03:12:00,2121.0,-6.9835,0,leg_gt,6.49,60 -16812,buy_contrast_m10_bb_pos,buy,2025-09-21 03:15:00,2120.0,-6.9396,0,leg_gt,6.48,60 -16813,buy_contrast_m10_bb_pos,buy,2025-09-21 03:18:00,2118.0,-6.8517,0,leg_gt,6.48,60 -16814,buy_contrast_m10_bb_pos,buy,2025-09-21 04:00:00,2111.0,-6.5424,0,leg_gt,6.45,60 -16815,buy_contrast_m10_bb_pos,buy,2025-09-21 04:03:00,2106.0,-6.3203,0,leg_gt,6.45,60 -16816,buy_contrast_m10_bb_pos,buy,2025-09-21 04:06:00,2109.0,-6.4537,0,leg_gt,6.45,60 -16817,buy_contrast_m10_bb_pos,buy,2025-09-21 04:09:00,2110.0,-6.4981,0,leg_gt,6.45,60 -16818,buy_contrast_m10_bb_pos,buy,2025-09-21 04:12:00,2110.0,-6.4981,0,leg_gt,6.44,60 -16819,buy_contrast_m10_bb_pos,buy,2025-09-21 04:15:00,2112.0,-6.5867,0,leg_gt,6.44,60 -16820,buy_contrast_m10_bb_pos,buy,2025-09-21 04:18:00,2118.0,-6.8517,0,leg_gt,6.44,60 -16821,buy_contrast_m10_bb_pos,buy,2025-09-21 08:51:00,2111.0,-6.5424,0,leg_gt,6.25,60 -16822,buy_contrast_m10_bb_pos,buy,2025-09-21 08:54:00,2110.0,-6.4981,0,leg_gt,6.25,60 -16823,buy_contrast_m10_bb_pos,buy,2025-09-21 08:57:00,2109.0,-6.4537,0,leg_gt,6.25,60 -16824,buy_contrast_m10_bb_pos,buy,2025-09-21 09:00:00,2110.0,-6.4981,0,leg_gt,6.24,60 -16825,buy_contrast_m10_bb_pos,buy,2025-09-21 09:03:00,2110.0,-6.4981,0,leg_gt,6.24,60 -16826,buy_contrast_m10_bb_pos,buy,2025-09-21 09:06:00,2111.0,-6.5424,0,leg_gt,6.24,60 -16827,buy_contrast_m10_bb_pos,buy,2025-09-21 09:09:00,2113.0,-6.631,0,leg_gt,6.24,60 -16828,buy_contrast_m10_bb_pos,buy,2025-09-21 09:21:00,2105.0,-6.2758,0,leg_gt,6.23,60 -16829,buy_contrast_m10_bb_pos,buy,2025-09-21 09:24:00,2101.0,-6.0971,0,leg_gt,6.23,60 -16830,buy_contrast_m10_bb_pos,buy,2025-09-21 09:27:00,2103.0,-6.1865,0,leg_gt,6.22,60 -16831,buy_contrast_m10_bb_pos,buy,2025-09-21 09:30:00,2104.0,-6.2312,0,leg_gt,6.22,60 -16832,buy_contrast_m10_bb_pos,buy,2025-09-21 09:33:00,2101.0,-6.0971,0,leg_gt,6.22,60 -16833,buy_contrast_m10_bb_pos,buy,2025-09-21 09:36:00,2089.0,-5.5572,0,leg_gt,6.22,60 -16834,buy_contrast_m10_bb_pos,buy,2025-09-21 09:39:00,2097.0,-5.9178,0,leg_gt,6.22,60 -16835,buy_contrast_m10_bb_pos,buy,2025-09-21 10:00:00,2094.0,-5.7829,0,leg_gt,6.2,60 -16836,buy_contrast_m10_bb_pos,buy,2025-09-21 10:03:00,2100.0,-6.0524,0,leg_gt,6.2,60 -16837,buy_contrast_m10_bb_pos,buy,2025-09-21 10:06:00,2100.0,-6.0524,0,leg_gt,6.2,60 -16838,buy_contrast_m10_bb_pos,buy,2025-09-21 10:09:00,2096.0,-5.8729,0,leg_gt,6.2,60 -16839,buy_contrast_m10_bb_pos,buy,2025-09-21 10:12:00,2096.0,-5.8729,0,leg_gt,6.19,60 -16840,buy_contrast_m10_bb_pos,buy,2025-09-21 10:15:00,2096.0,-5.8729,0,leg_gt,6.19,60 -16841,buy_contrast_m10_bb_pos,buy,2025-09-21 10:18:00,2096.0,-5.8729,0,leg_gt,6.19,60 -16842,buy_contrast_m10_bb_pos,buy,2025-09-21 10:42:00,2089.0,-5.5572,0,leg_gt,6.17,60 -16843,buy_contrast_m10_bb_pos,buy,2025-09-21 10:45:00,2090.0,-5.6024,0,leg_gt,6.17,60 -16844,buy_contrast_m10_bb_pos,buy,2025-09-21 10:48:00,2090.0,-5.6024,0,leg_gt,6.17,60 -16845,buy_contrast_m10_bb_pos,buy,2025-09-21 17:12:00,2097.0,-5.9178,0,leg_gt,5.9,60 -16846,buy_contrast_m10_bb_pos,buy,2025-09-21 17:15:00,2097.0,-5.9178,0,leg_gt,5.9,60 -16847,buy_contrast_m10_bb_pos,buy,2025-09-21 17:18:00,2098.0,-5.9627,0,leg_gt,5.9,60 -16848,buy_contrast_m10_bb_pos,buy,2025-09-21 17:21:00,2101.0,-6.0971,0,leg_gt,5.9,60 -16849,buy_contrast_m10_bb_pos,buy,2025-09-21 17:24:00,2098.0,-5.9627,0,leg_gt,5.89,60 -16850,buy_contrast_m10_bb_pos,buy,2025-09-21 17:27:00,2101.0,-6.0971,0,leg_gt,5.89,60 -16851,buy_contrast_m10_bb_pos,buy,2025-09-21 17:30:00,2098.0,-5.9627,0,leg_gt,5.89,60 -16852,buy_contrast_m10_bb_pos,buy,2025-09-21 17:33:00,2097.0,-5.9178,0,leg_gt,5.89,60 -16853,buy_contrast_m10_bb_pos,buy,2025-09-21 17:36:00,2097.0,-5.9178,0,leg_gt,5.89,60 -16854,buy_contrast_m10_bb_pos,buy,2025-09-21 17:39:00,2096.0,-5.8729,0,leg_gt,5.88,60 -16855,buy_contrast_m10_bb_pos,buy,2025-09-21 17:42:00,2096.0,-5.8729,0,leg_gt,5.88,60 -16856,buy_contrast_m10_bb_pos,buy,2025-09-21 17:45:00,2095.0,-5.8279,0,leg_gt,5.88,60 -16857,buy_contrast_m10_bb_pos,buy,2025-09-21 17:48:00,2098.0,-5.9627,0,leg_gt,5.88,60 -16858,buy_contrast_m10_bb_pos,buy,2025-09-21 17:51:00,2097.0,-5.9178,0,leg_gt,5.88,60 -16859,buy_contrast_m10_bb_pos,buy,2025-09-21 17:54:00,2096.0,-5.8729,0,leg_gt,5.87,60 -16860,buy_contrast_m10_bb_pos,buy,2025-09-21 17:57:00,2099.0,-6.0076,0,leg_gt,5.87,60 -16861,buy_contrast_m10_bb_pos,buy,2025-09-21 18:12:00,2093.0,-5.7378,0,leg_gt,5.86,60 -16862,buy_contrast_m10_bb_pos,buy,2025-09-21 18:15:00,2089.0,-5.5572,0,leg_gt,5.86,60 -16863,buy_contrast_m10_bb_pos,buy,2025-09-21 18:18:00,2091.0,-5.6476,0,leg_gt,5.86,60 -16864,buy_contrast_m10_bb_pos,buy,2025-09-21 18:21:00,2090.0,-5.6024,0,leg_gt,5.85,60 -16865,buy_contrast_m10_bb_pos,buy,2025-09-21 18:24:00,2092.0,-5.6927,0,leg_gt,5.85,60 -16866,buy_contrast_m10_bb_pos,buy,2025-09-21 18:27:00,2084.0,-5.3303,0,leg_gt,5.85,60 -16867,buy_contrast_m10_bb_pos,buy,2025-09-21 19:00:00,2063.0,-4.3656,0,leg_gt,5.83,60 -16868,buy_contrast_m10_bb_pos,buy,2025-09-21 19:03:00,2066.0,-4.5046,0,leg_gt,5.82,60 -16869,buy_contrast_m10_bb_pos,buy,2025-09-21 19:06:00,2066.0,-4.5046,0,leg_gt,5.82,60 -16870,buy_contrast_m10_bb_pos,buy,2025-09-21 19:09:00,2063.0,-4.3656,0,leg_gt,5.82,60 -16871,buy_contrast_m10_bb_pos,buy,2025-09-21 19:12:00,2064.0,-4.412,0,leg_gt,5.82,60 -16872,buy_contrast_m10_bb_pos,buy,2025-09-21 19:15:00,2062.0,-4.3192,0,leg_gt,5.82,60 -16873,buy_contrast_m10_bb_pos,buy,2025-09-21 19:18:00,2057.0,-4.0864,0,leg_gt,5.81,60 -16874,buy_contrast_m10_bb_pos,buy,2025-09-21 19:21:00,2057.0,-4.0864,0,leg_gt,5.81,60 -16875,buy_contrast_m10_bb_pos,buy,2025-09-21 19:24:00,2059.0,-4.1797,0,leg_gt,5.81,60 -16876,buy_contrast_m10_bb_pos,buy,2025-09-21 19:27:00,2059.0,-4.1797,0,leg_gt,5.81,60 -16877,buy_contrast_m10_bb_pos,buy,2025-09-21 19:30:00,2058.0,-4.133,0,leg_gt,5.81,60 -16878,buy_contrast_m10_bb_pos,buy,2025-09-21 19:33:00,2061.0,-4.2727,0,leg_gt,5.8,60 -16879,buy_contrast_m10_bb_pos,buy,2025-09-21 19:36:00,2065.0,-4.4584,0,leg_gt,5.8,60 -16880,buy_contrast_m10_bb_pos,buy,2025-09-21 19:39:00,2069.0,-4.6433,0,leg_gt,5.8,60 -16881,buy_contrast_m10_bb_pos,buy,2025-09-21 20:00:00,2050.0,-3.7585,0,leg_gt,5.79,60 -16882,buy_contrast_m10_bb_pos,buy,2025-09-21 20:03:00,2053.0,-3.8993,0,leg_gt,5.78,60 -16883,buy_contrast_m10_bb_pos,buy,2025-09-21 20:06:00,2058.0,-4.133,0,leg_gt,5.78,60 -16884,buy_contrast_m10_bb_pos,buy,2025-09-21 20:09:00,2059.0,-4.1797,0,leg_gt,5.78,60 -16885,buy_contrast_m10_bb_pos,buy,2025-09-22 01:21:00,2062.0,-4.3192,0,leg_gt,5.56,60 -16886,buy_contrast_m10_bb_pos,buy,2025-09-22 01:24:00,2064.0,-4.412,0,leg_gt,5.56,60 -16887,buy_contrast_m10_bb_pos,buy,2025-09-22 01:27:00,2061.0,-4.2727,0,leg_gt,5.56,60 -16888,buy_contrast_m10_bb_pos,buy,2025-09-22 01:30:00,2066.0,-4.5046,0,leg_gt,5.56,60 -16889,buy_contrast_m10_bb_pos,buy,2025-09-22 01:33:00,2061.0,-4.2727,0,leg_gt,5.55,60 -16890,buy_contrast_m10_bb_pos,buy,2025-09-22 01:36:00,2058.0,-4.133,0,leg_gt,5.55,60 -16891,buy_contrast_m10_bb_pos,buy,2025-09-22 01:39:00,2059.0,-4.1797,0,leg_gt,5.55,60 -16892,buy_contrast_m10_bb_pos,buy,2025-09-22 01:51:00,2061.0,-4.2727,0,leg_gt,5.54,60 -16893,buy_contrast_m10_bb_pos,buy,2025-09-22 01:54:00,2065.0,-4.4584,0,leg_gt,5.54,60 -16894,buy_contrast_m10_bb_pos,buy,2025-09-22 01:57:00,2060.0,-4.2262,0,leg_gt,5.54,60 -16895,buy_contrast_m10_bb_pos,buy,2025-09-22 02:30:00,2055.0,-3.9929,0,leg_gt,5.51,60 -16896,buy_contrast_m10_bb_pos,buy,2025-09-22 02:33:00,2055.0,-3.9929,0,leg_gt,5.51,60 -16897,buy_contrast_m10_bb_pos,buy,2025-09-22 02:36:00,2057.0,-4.0864,0,leg_gt,5.51,60 -16898,buy_contrast_m10_bb_pos,buy,2025-09-22 02:39:00,2058.0,-4.133,0,leg_gt,5.51,60 -16899,buy_contrast_m10_bb_pos,buy,2025-09-22 07:21:00,2066.0,-4.5046,0,leg_gt,5.31,60 -16900,buy_contrast_m10_bb_pos,buy,2025-09-22 07:24:00,2067.0,-4.5509,0,leg_gt,5.31,60 -16901,buy_contrast_m10_bb_pos,buy,2025-09-22 07:27:00,2072.0,-4.7815,0,leg_gt,5.31,60 -16902,buy_contrast_m10_bb_pos,buy,2025-09-22 08:51:00,2061.0,-4.2727,0,leg_gt,5.25,60 -16903,buy_contrast_m10_bb_pos,buy,2025-09-22 08:54:00,2060.0,-4.2262,0,leg_gt,5.25,60 -16904,buy_contrast_m10_bb_pos,buy,2025-09-22 08:57:00,2057.0,-4.0864,0,leg_gt,5.25,60 -16905,buy_contrast_m10_bb_pos,buy,2025-09-22 10:12:00,2013.0,-1.9877,0,leg_gt,5.19,60 -16906,buy_contrast_m10_bb_pos,buy,2025-09-22 10:15:00,2014.0,-2.0364,0,leg_gt,5.19,60 -16907,buy_contrast_m10_bb_pos,buy,2025-09-22 10:18:00,2009.0,-1.7924,0,leg_gt,5.19,60 -16908,buy_contrast_m10_bb_pos,buy,2025-09-22 10:21:00,2009.0,-1.7924,0,leg_gt,5.19,60 -16909,buy_contrast_m10_bb_pos,buy,2025-09-22 10:24:00,2007.0,-1.6944,0,leg_gt,5.19,60 -16910,buy_contrast_m10_bb_pos,buy,2025-09-22 10:27:00,2008.0,-1.7434,0,leg_gt,5.18,60 -16911,buy_contrast_m10_bb_pos,buy,2025-09-22 10:30:00,2010.0,-1.8413,0,leg_gt,5.18,60 -16912,buy_contrast_m10_bb_pos,buy,2025-09-22 10:33:00,2025.0,-2.5691,0,leg_gt,5.18,60 -16913,buy_contrast_m10_bb_pos,buy,2025-09-22 10:36:00,2035.0,-3.0484,0,leg_gt,5.18,60 -16914,buy_contrast_m10_bb_pos,buy,2025-09-22 10:39:00,2033.0,-2.9529,0,leg_gt,5.18,60 -16915,buy_contrast_m10_bb_pos,buy,2025-09-22 11:42:00,1996.0,-1.1521,0,leg_gt,5.13,60 -16916,buy_contrast_m10_bb_pos,buy,2025-09-22 11:45:00,1992.0,-0.9534,0,leg_gt,5.13,60 -16917,buy_contrast_m10_bb_pos,buy,2025-09-22 11:48:00,2008.0,-1.7434,0,leg_gt,5.13,60 -16918,buy_contrast_m10_bb_pos,buy,2025-09-22 13:00:00,1995.0,-1.1025,0,leg_gt,5.08,60 -16919,buy_contrast_m10_bb_pos,buy,2025-09-22 13:03:00,1998.0,-1.2512,0,leg_gt,5.08,60 -16920,buy_contrast_m10_bb_pos,buy,2025-09-22 13:06:00,2002.0,-1.4487,0,leg_gt,5.07,60 -16921,buy_contrast_m10_bb_pos,buy,2025-09-22 13:09:00,1999.0,-1.3006,0,leg_gt,5.07,60 -16922,buy_contrast_m10_bb_pos,buy,2025-09-22 13:30:00,1977.0,-0.2012,0,leg_gt,5.06,60 -16923,buy_contrast_m10_bb_pos,buy,2025-09-22 13:33:00,1971.0,0.1029,1,leg_gt,5.05,60 -16924,buy_contrast_m10_bb_pos,buy,2025-09-22 13:36:00,1969.0,0.2047,1,leg_gt,5.05,60 -16925,buy_contrast_m10_bb_pos,buy,2025-09-22 13:39:00,1975.0,-0.1,0,leg_gt,5.05,60 -16926,buy_contrast_m10_bb_pos,buy,2025-09-22 13:42:00,1977.0,-0.2012,0,leg_gt,5.05,60 -16927,buy_contrast_m10_bb_pos,buy,2025-09-22 13:45:00,1970.0,0.1538,1,leg_gt,5.05,60 -16928,buy_contrast_m10_bb_pos,buy,2025-09-22 13:48:00,1972.0,0.0521,1,leg_gt,5.04,60 -16929,buy_contrast_m10_bb_pos,buy,2025-09-22 13:51:00,1972.0,0.0521,1,leg_gt,5.04,60 -16930,buy_contrast_m10_bb_pos,buy,2025-09-22 13:54:00,1968.0,0.2557,1,leg_gt,5.04,60 -16931,buy_contrast_m10_bb_pos,buy,2025-09-22 13:57:00,1967.0,0.3067,1,leg_gt,5.04,60 -16932,buy_contrast_m10_bb_pos,buy,2025-09-22 14:00:00,1966.0,0.3578,1,leg_gt,5.04,60 -16933,buy_contrast_m10_bb_pos,buy,2025-09-22 14:03:00,1969.0,0.2047,1,leg_gt,5.03,60 -16934,buy_contrast_m10_bb_pos,buy,2025-09-22 14:06:00,1966.0,0.3578,1,leg_gt,5.03,60 -16935,buy_contrast_m10_bb_pos,buy,2025-09-22 14:09:00,1967.0,0.3067,1,leg_gt,5.03,60 -16936,buy_contrast_m10_bb_pos,buy,2025-09-22 14:12:00,1964.0,0.4601,1,leg_gt,5.03,60 -16937,buy_contrast_m10_bb_pos,buy,2025-09-22 14:15:00,1965.0,0.4089,1,leg_gt,5.03,60 -16938,buy_contrast_m10_bb_pos,buy,2025-09-22 14:18:00,1966.0,0.3578,1,leg_gt,5.02,60 -16939,buy_contrast_m10_bb_pos,buy,2025-09-22 14:21:00,1964.0,0.4601,1,leg_gt,5.02,60 -16940,buy_contrast_m10_bb_pos,buy,2025-09-22 14:24:00,1967.0,0.3067,1,leg_gt,5.02,60 -16941,buy_contrast_m10_bb_pos,buy,2025-09-22 14:27:00,1963.0,0.5113,1,leg_gt,5.02,60 -16942,buy_contrast_m10_bb_pos,buy,2025-09-22 14:42:00,1964.0,0.4601,1,leg_gt,5.01,60 -16943,buy_contrast_m10_bb_pos,buy,2025-09-22 14:45:00,1964.0,0.4601,1,leg_gt,5.0,60 -16944,buy_contrast_m10_bb_pos,buy,2025-09-22 14:48:00,1968.0,0.2557,1,leg_gt,5.0,60 -16945,buy_contrast_m10_bb_pos,buy,2025-09-22 15:00:00,1950.0,1.1821,1,leg_gt,4.99,60 -16946,buy_contrast_m10_bb_pos,buy,2025-09-22 15:03:00,1851.0,6.5991,1,leg_gt,4.99,60 -16947,buy_contrast_m10_bb_pos,buy,2025-09-22 15:06:00,1894.0,4.1767,1,leg_gt,4.99,60 -16948,buy_contrast_m10_bb_pos,buy,2025-09-22 15:09:00,1887.0,4.5635,1,leg_gt,4.99,60 -16949,buy_contrast_m10_bb_pos,buy,2025-09-22 15:42:00,1900.0,3.8474,1,leg_gt,4.96,60 -16950,buy_contrast_m10_bb_pos,buy,2025-09-22 15:45:00,1905.0,3.5745,1,leg_gt,4.96,60 -16951,buy_contrast_m10_bb_pos,buy,2025-09-22 15:48:00,1899.0,3.9021,1,leg_gt,4.96,60 -16952,buy_contrast_m10_bb_pos,buy,2025-09-22 15:51:00,1901.0,3.7927,1,leg_gt,4.96,60 -16953,buy_contrast_m10_bb_pos,buy,2025-09-22 15:54:00,1901.0,3.7927,1,leg_gt,4.96,60 -16954,buy_contrast_m10_bb_pos,buy,2025-09-22 15:57:00,1896.0,4.0667,1,leg_gt,4.95,60 -16955,buy_contrast_m10_bb_pos,buy,2025-09-22 16:00:00,1895.0,4.1216,1,leg_gt,4.95,60 -16956,buy_contrast_m10_bb_pos,buy,2025-09-22 16:03:00,1893.0,4.2317,1,leg_gt,4.95,60 -16957,buy_contrast_m10_bb_pos,buy,2025-09-22 16:06:00,1896.0,4.0667,1,leg_gt,4.95,60 -16958,buy_contrast_m10_bb_pos,buy,2025-09-22 16:09:00,1899.0,3.9021,1,leg_gt,4.95,60 -16959,buy_contrast_m10_bb_pos,buy,2025-09-22 16:12:00,1891.0,4.3421,1,leg_gt,4.94,60 -16960,buy_contrast_m10_bb_pos,buy,2025-09-22 16:15:00,1890.0,4.3974,1,leg_gt,4.94,60 -16961,buy_contrast_m10_bb_pos,buy,2025-09-22 16:18:00,1889.0,4.4527,1,leg_gt,4.94,60 -16962,buy_contrast_m10_bb_pos,buy,2025-09-22 16:21:00,1889.0,4.4527,1,leg_gt,4.94,60 -16963,buy_contrast_m10_bb_pos,buy,2025-09-22 16:24:00,1883.0,4.7858,1,leg_gt,4.94,60 -16964,buy_contrast_m10_bb_pos,buy,2025-09-22 16:27:00,1879.0,5.0091,1,leg_gt,4.93,60 -16965,buy_contrast_m10_bb_pos,buy,2025-09-22 17:00:00,1869.0,5.5715,1,leg_gt,4.91,60 -16966,buy_contrast_m10_bb_pos,buy,2025-09-22 17:03:00,1871.0,5.4585,1,leg_gt,4.91,60 -16967,buy_contrast_m10_bb_pos,buy,2025-09-22 17:06:00,1870.0,5.515,1,leg_gt,4.91,60 -16968,buy_contrast_m10_bb_pos,buy,2025-09-22 17:09:00,1875.0,5.2333,1,leg_gt,4.9,60 -16969,buy_contrast_m10_bb_pos,buy,2025-09-22 19:21:00,1872.0,5.4021,1,leg_gt,4.81,60 -16970,buy_contrast_m10_bb_pos,buy,2025-09-22 19:24:00,1872.0,5.4021,1,leg_gt,4.81,60 -16971,buy_contrast_m10_bb_pos,buy,2025-09-22 19:27:00,1872.0,5.4021,1,leg_gt,4.81,60 -16972,buy_contrast_m10_bb_pos,buy,2025-09-22 19:30:00,1870.0,5.515,1,leg_gt,4.81,60 -16973,buy_contrast_m10_bb_pos,buy,2025-09-22 19:33:00,1867.0,5.6847,1,leg_gt,4.8,60 -16974,buy_contrast_m10_bb_pos,buy,2025-09-22 19:36:00,1864.0,5.8549,1,leg_gt,4.8,60 -16975,buy_contrast_m10_bb_pos,buy,2025-09-22 19:39:00,1861.0,6.0257,1,leg_gt,4.8,60 -16976,buy_contrast_m10_bb_pos,buy,2025-09-22 19:42:00,1864.0,5.8549,1,leg_gt,4.8,60 -16977,buy_contrast_m10_bb_pos,buy,2025-09-22 19:45:00,1868.0,5.6281,1,leg_gt,4.8,60 -16978,buy_contrast_m10_bb_pos,buy,2025-09-22 19:48:00,1875.0,5.2333,1,leg_gt,4.79,60 -16979,buy_contrast_m10_bb_pos,buy,2025-09-23 09:51:00,1951.0,1.1301,1,leg_gt,4.21,60 -16980,buy_contrast_m10_bb_pos,buy,2025-09-23 09:54:00,1951.0,1.1301,1,leg_gt,4.21,60 -16981,buy_contrast_m10_bb_pos,buy,2025-09-23 09:57:00,1946.0,1.3902,1,leg_gt,4.2,60 -16982,buy_contrast_m10_bb_pos,buy,2025-09-23 10:00:00,1945.0,1.4424,1,leg_gt,4.2,60 -16983,buy_contrast_m10_bb_pos,buy,2025-09-23 10:03:00,1942.0,1.5993,1,leg_gt,4.2,60 -16984,buy_contrast_m10_bb_pos,buy,2025-09-23 10:06:00,1942.0,1.5993,1,leg_gt,4.2,60 -16985,buy_contrast_m10_bb_pos,buy,2025-09-23 10:09:00,1936.0,1.9145,1,leg_gt,4.2,60 -16986,buy_contrast_m10_bb_pos,buy,2025-09-23 10:42:00,1938.0,1.8092,1,leg_gt,4.17,60 -16987,buy_contrast_m10_bb_pos,buy,2025-09-23 10:45:00,1935.0,1.9672,1,leg_gt,4.17,60 -16988,buy_contrast_m10_bb_pos,buy,2025-09-23 10:48:00,1941.0,1.6517,1,leg_gt,4.17,60 -16989,buy_contrast_m10_bb_pos,buy,2025-09-23 10:51:00,1932.0,2.1257,1,leg_gt,4.17,60 -16990,buy_contrast_m10_bb_pos,buy,2025-09-23 10:54:00,1928.0,2.3378,1,leg_gt,4.16,60 -16991,buy_contrast_m10_bb_pos,buy,2025-09-23 10:57:00,1922.0,2.6575,1,leg_gt,4.16,60 -16992,buy_contrast_m10_bb_pos,buy,2025-09-23 11:00:00,1923.0,2.6041,1,leg_gt,4.16,60 -16993,buy_contrast_m10_bb_pos,buy,2025-09-23 11:03:00,1925.0,2.4974,1,leg_gt,4.16,60 -16994,buy_contrast_m10_bb_pos,buy,2025-09-23 11:06:00,1921.0,2.711,1,leg_gt,4.16,60 -16995,buy_contrast_m10_bb_pos,buy,2025-09-23 11:09:00,1924.0,2.5507,1,leg_gt,4.15,60 -16996,buy_contrast_m10_bb_pos,buy,2025-09-23 11:12:00,1928.0,2.3378,1,leg_gt,4.15,60 -16997,buy_contrast_m10_bb_pos,buy,2025-09-23 11:15:00,1924.0,2.5507,1,leg_gt,4.15,60 -16998,buy_contrast_m10_bb_pos,buy,2025-09-23 11:18:00,1925.0,2.4974,1,leg_gt,4.15,60 -16999,buy_contrast_m10_bb_pos,buy,2025-09-23 14:00:00,1904.0,3.629,1,leg_gt,4.04,60 -17000,buy_contrast_m10_bb_pos,buy,2025-09-23 14:03:00,1902.0,3.7381,1,leg_gt,4.03,60 -17001,buy_contrast_m10_bb_pos,buy,2025-09-23 14:06:00,1896.0,4.0667,1,leg_gt,4.03,60 -17002,buy_contrast_m10_bb_pos,buy,2025-09-23 14:09:00,1896.0,4.0667,1,leg_gt,4.03,60 -17003,buy_contrast_m10_bb_pos,buy,2025-09-23 14:12:00,1899.0,3.9021,1,leg_gt,4.03,60 -17004,buy_contrast_m10_bb_pos,buy,2025-09-23 14:15:00,1902.0,3.7381,1,leg_gt,4.03,60 -17005,buy_contrast_m10_bb_pos,buy,2025-09-23 14:18:00,1899.0,3.9021,1,leg_gt,4.02,60 -17006,buy_contrast_m10_bb_pos,buy,2025-09-23 14:21:00,1898.0,3.9569,1,leg_gt,4.02,60 -17007,buy_contrast_m10_bb_pos,buy,2025-09-23 14:24:00,1899.0,3.9021,1,leg_gt,4.02,60 -17008,buy_contrast_m10_bb_pos,buy,2025-09-23 14:27:00,1901.0,3.7927,1,leg_gt,4.02,60 -17009,buy_contrast_m10_bb_pos,buy,2025-09-23 15:00:00,1894.0,4.1767,1,leg_gt,3.99,60 -17010,buy_contrast_m10_bb_pos,buy,2025-09-23 15:03:00,1897.0,4.0118,1,leg_gt,3.99,60 -17011,buy_contrast_m10_bb_pos,buy,2025-09-23 15:06:00,1892.0,4.2869,1,leg_gt,3.99,60 -17012,buy_contrast_m10_bb_pos,buy,2025-09-23 15:09:00,1898.0,3.9569,1,leg_gt,3.99,60 -17013,buy_contrast_m10_bb_pos,buy,2025-09-23 18:42:00,1890.0,4.3974,1,leg_gt,3.84,60 -17014,buy_contrast_m10_bb_pos,buy,2025-09-23 18:45:00,1889.0,4.4527,1,leg_gt,3.84,60 -17015,buy_contrast_m10_bb_pos,buy,2025-09-23 18:48:00,1886.0,4.619,1,leg_gt,3.84,60 -17016,buy_contrast_m10_bb_pos,buy,2025-09-23 19:30:00,1879.0,5.0091,1,leg_gt,3.81,60 -17017,buy_contrast_m10_bb_pos,buy,2025-09-23 19:33:00,1881.0,4.8973,1,leg_gt,3.8,60 -17018,buy_contrast_m10_bb_pos,buy,2025-09-23 19:36:00,1884.0,4.7301,1,leg_gt,3.8,60 -17019,buy_contrast_m10_bb_pos,buy,2025-09-23 19:39:00,1878.0,5.0651,1,leg_gt,3.8,60 -17020,buy_contrast_m10_bb_pos,buy,2025-09-23 19:42:00,1876.0,5.1772,1,leg_gt,3.8,60 -17021,buy_contrast_m10_bb_pos,buy,2025-09-23 19:45:00,1878.0,5.0651,1,leg_gt,3.8,60 -17022,buy_contrast_m10_bb_pos,buy,2025-09-23 19:48:00,1885.0,4.6745,1,leg_gt,3.79,60 -17023,buy_contrast_m10_bb_pos,buy,2025-09-24 03:42:00,1889.0,4.4527,1,leg_gt,3.46,60 -17024,buy_contrast_m10_bb_pos,buy,2025-09-24 03:45:00,1880.0,4.9532,1,leg_gt,3.46,60 -17025,buy_contrast_m10_bb_pos,buy,2025-09-24 03:48:00,1876.0,5.1772,1,leg_gt,3.46,60 -17026,buy_contrast_m10_bb_pos,buy,2025-09-24 04:00:00,1883.0,4.7858,1,leg_gt,3.45,60 -17027,buy_contrast_m10_bb_pos,buy,2025-09-24 04:03:00,1883.0,4.7858,1,leg_gt,3.45,60 -17028,buy_contrast_m10_bb_pos,buy,2025-09-24 04:06:00,1889.0,4.4527,1,leg_gt,3.45,60 -17029,buy_contrast_m10_bb_pos,buy,2025-09-24 04:09:00,1886.0,4.619,1,leg_gt,3.45,60 -17030,buy_contrast_m10_bb_pos,buy,2025-09-24 05:00:00,1856.0,6.3116,1,leg_gt,3.41,60 -17031,buy_contrast_m10_bb_pos,buy,2025-09-24 05:03:00,1867.0,5.6847,1,leg_gt,3.41,60 -17032,buy_contrast_m10_bb_pos,buy,2025-09-24 05:06:00,1868.0,5.6281,1,leg_gt,3.41,60 -17033,buy_contrast_m10_bb_pos,buy,2025-09-24 05:09:00,1866.0,5.7414,1,leg_gt,3.4,60 -17034,buy_contrast_m10_bb_pos,buy,2025-09-24 08:30:00,1859.0,6.1399,1,leg_gt,3.26,60 -17035,buy_contrast_m10_bb_pos,buy,2025-09-24 08:33:00,1862.0,5.9687,1,leg_gt,3.26,60 -17036,buy_contrast_m10_bb_pos,buy,2025-09-24 08:36:00,1865.0,5.7981,1,leg_gt,3.26,60 -17037,buy_contrast_m10_bb_pos,buy,2025-09-24 08:39:00,1868.0,5.6281,1,leg_gt,3.26,60 -17038,buy_contrast_m10_bb_pos,buy,2025-09-24 09:00:00,1862.0,5.9687,1,leg_gt,3.24,60 -17039,buy_contrast_m10_bb_pos,buy,2025-09-24 09:03:00,1868.0,5.6281,1,leg_gt,3.24,60 -17040,buy_contrast_m10_bb_pos,buy,2025-09-24 09:06:00,1869.0,5.5715,1,leg_gt,3.24,60 -17041,buy_contrast_m10_bb_pos,buy,2025-09-24 09:09:00,1867.0,5.6847,1,leg_gt,3.24,60 -17042,buy_contrast_m10_bb_pos,buy,2025-09-24 10:00:00,1858.0,6.1971,1,leg_gt,3.2,60 -17043,buy_contrast_m10_bb_pos,buy,2025-09-24 10:03:00,1851.0,6.5991,1,leg_gt,3.2,60 -17044,buy_contrast_m10_bb_pos,buy,2025-09-24 10:06:00,1860.0,6.0828,1,leg_gt,3.2,60 -17045,buy_contrast_m10_bb_pos,buy,2025-09-24 10:09:00,1870.0,5.515,1,leg_gt,3.2,60 -17046,buy_contrast_m10_bb_pos,buy,2025-09-24 11:21:00,1856.0,6.3116,1,leg_gt,3.15,60 -17047,buy_contrast_m10_bb_pos,buy,2025-09-24 11:24:00,1861.0,6.0257,1,leg_gt,3.14,60 -17048,buy_contrast_m10_bb_pos,buy,2025-09-24 11:27:00,1864.0,5.8549,1,leg_gt,3.14,60 -17049,buy_contrast_m10_bb_pos,buy,2025-09-24 11:51:00,1861.0,6.0257,1,leg_gt,3.12,60 -17050,buy_contrast_m10_bb_pos,buy,2025-09-24 11:54:00,1858.0,6.1971,1,leg_gt,3.12,60 -17051,buy_contrast_m10_bb_pos,buy,2025-09-24 11:57:00,1861.0,6.0257,1,leg_gt,3.12,60 -17052,buy_contrast_m10_bb_pos,buy,2025-09-24 13:21:00,1806.0,9.2577,1,leg_gt,3.06,60 -17053,buy_contrast_m10_bb_pos,buy,2025-09-24 13:24:00,1806.0,9.2577,1,leg_gt,3.06,60 -17054,buy_contrast_m10_bb_pos,buy,2025-09-24 13:27:00,1819.0,8.4761,1,leg_gt,3.06,60 -17055,buy_contrast_m10_bb_pos,buy,2025-09-25 03:30:00,1904.0,3.629,1,leg_gt,2.47,60 -17056,buy_contrast_m10_bb_pos,buy,2025-09-25 03:33:00,1902.0,3.7381,1,leg_gt,2.47,60 -17057,buy_contrast_m10_bb_pos,buy,2025-09-25 03:36:00,1902.0,3.7381,1,leg_gt,2.47,60 -17058,buy_contrast_m10_bb_pos,buy,2025-09-25 03:39:00,1901.0,3.7927,1,leg_gt,2.47,60 -17059,buy_contrast_m10_bb_pos,buy,2025-09-25 03:42:00,1897.0,4.0118,1,leg_gt,2.46,60 -17060,buy_contrast_m10_bb_pos,buy,2025-09-25 03:45:00,1895.0,4.1216,1,leg_gt,2.46,60 -17061,buy_contrast_m10_bb_pos,buy,2025-09-25 03:48:00,1894.0,4.1767,1,leg_gt,2.46,60 -17062,buy_contrast_m10_bb_pos,buy,2025-09-25 04:12:00,1896.0,4.0667,1,leg_gt,2.44,60 -17063,buy_contrast_m10_bb_pos,buy,2025-09-25 04:15:00,1896.0,4.0667,1,leg_gt,2.44,60 -17064,buy_contrast_m10_bb_pos,buy,2025-09-25 04:18:00,1898.0,3.9569,1,leg_gt,2.44,60 -17065,buy_contrast_m10_bb_pos,buy,2025-09-25 04:42:00,1892.0,4.2869,1,leg_gt,2.42,60 -17066,buy_contrast_m10_bb_pos,buy,2025-09-25 04:45:00,1891.0,4.3421,1,leg_gt,2.42,60 -17067,buy_contrast_m10_bb_pos,buy,2025-09-25 04:48:00,1891.0,4.3421,1,leg_gt,2.42,60 -17068,buy_contrast_m10_bb_pos,buy,2025-09-25 09:42:00,1904.0,3.629,1,leg_gt,2.21,60 -17069,buy_contrast_m10_bb_pos,buy,2025-09-25 09:45:00,1899.0,3.9021,1,leg_gt,2.21,60 -17070,buy_contrast_m10_bb_pos,buy,2025-09-25 09:48:00,1893.0,4.2317,1,leg_gt,2.21,60 -17071,buy_contrast_m10_bb_pos,buy,2025-09-25 10:30:00,1891.0,4.3421,1,leg_gt,2.18,60 -17072,buy_contrast_m10_bb_pos,buy,2025-09-25 10:33:00,1887.0,4.5635,1,leg_gt,2.18,60 -17073,buy_contrast_m10_bb_pos,buy,2025-09-25 10:36:00,1889.0,4.4527,1,leg_gt,2.18,60 -17074,buy_contrast_m10_bb_pos,buy,2025-09-25 10:39:00,1878.0,5.0651,1,leg_gt,2.17,60 -17075,buy_contrast_m10_bb_pos,buy,2025-09-25 11:00:00,1878.0,5.0651,1,leg_gt,2.16,60 -17076,buy_contrast_m10_bb_pos,buy,2025-09-25 11:03:00,1884.0,4.7301,1,leg_gt,2.16,60 -17077,buy_contrast_m10_bb_pos,buy,2025-09-25 11:06:00,1889.0,4.4527,1,leg_gt,2.16,60 -17078,buy_contrast_m10_bb_pos,buy,2025-09-25 11:09:00,1880.0,4.9532,1,leg_gt,2.15,60 -17079,buy_contrast_m10_bb_pos,buy,2025-09-25 11:12:00,1878.0,5.0651,1,leg_gt,2.15,60 -17080,buy_contrast_m10_bb_pos,buy,2025-09-25 11:15:00,1875.0,5.2333,1,leg_gt,2.15,60 -17081,buy_contrast_m10_bb_pos,buy,2025-09-25 11:18:00,1872.0,5.4021,1,leg_gt,2.15,60 -17082,buy_contrast_m10_bb_pos,buy,2025-09-25 12:21:00,1864.0,5.8549,1,leg_gt,2.1,60 -17083,buy_contrast_m10_bb_pos,buy,2025-09-25 12:24:00,1862.0,5.9687,1,leg_gt,2.1,60 -17084,buy_contrast_m10_bb_pos,buy,2025-09-25 12:27:00,1860.0,6.0828,1,leg_gt,2.1,60 -17085,buy_contrast_m10_bb_pos,buy,2025-09-25 12:42:00,1865.0,5.7981,1,leg_gt,2.09,60 -17086,buy_contrast_m10_bb_pos,buy,2025-09-25 12:45:00,1861.0,6.0257,1,leg_gt,2.09,60 -17087,buy_contrast_m10_bb_pos,buy,2025-09-25 12:48:00,1864.0,5.8549,1,leg_gt,2.09,60 -17088,buy_contrast_m10_bb_pos,buy,2025-09-25 12:51:00,1863.0,5.9118,1,leg_gt,2.08,60 -17089,buy_contrast_m10_bb_pos,buy,2025-09-25 12:54:00,1866.0,5.7414,1,leg_gt,2.08,60 -17090,buy_contrast_m10_bb_pos,buy,2025-09-25 12:57:00,1865.0,5.7981,1,leg_gt,2.08,60 -17091,buy_contrast_m10_bb_pos,buy,2025-09-25 13:30:00,1854.0,6.4264,1,leg_gt,2.06,60 -17092,buy_contrast_m10_bb_pos,buy,2025-09-25 13:33:00,1855.0,6.369,1,leg_gt,2.05,60 -17093,buy_contrast_m10_bb_pos,buy,2025-09-25 13:36:00,1854.0,6.4264,1,leg_gt,2.05,60 -17094,buy_contrast_m10_bb_pos,buy,2025-09-25 13:39:00,1841.0,7.1787,1,leg_gt,2.05,60 -17095,buy_contrast_m10_bb_pos,buy,2025-09-25 13:51:00,1841.0,7.1787,1,leg_gt,2.04,60 -17096,buy_contrast_m10_bb_pos,buy,2025-09-25 13:54:00,1828.0,7.9416,1,leg_gt,2.04,60 -17097,buy_contrast_m10_bb_pos,buy,2025-09-25 13:57:00,1818.0,8.5359,1,leg_gt,2.04,60 -17098,buy_contrast_m10_bb_pos,buy,2025-09-25 15:21:00,1828.0,7.9416,1,leg_gt,1.98,60 -17099,buy_contrast_m10_bb_pos,buy,2025-09-25 15:24:00,1823.0,8.2379,1,leg_gt,1.98,60 -17100,buy_contrast_m10_bb_pos,buy,2025-09-25 15:27:00,1818.0,8.5359,1,leg_gt,1.98,60 -17101,buy_contrast_m10_bb_pos,buy,2025-09-25 15:30:00,1819.0,8.4761,1,leg_gt,1.97,60 -17102,buy_contrast_m10_bb_pos,buy,2025-09-25 15:33:00,1823.0,8.2379,1,leg_gt,1.97,60 -17103,buy_contrast_m10_bb_pos,buy,2025-09-25 15:36:00,1826.0,8.0599,1,leg_gt,1.97,60 -17104,buy_contrast_m10_bb_pos,buy,2025-09-25 15:39:00,1823.0,8.2379,1,leg_gt,1.97,60 -17105,buy_contrast_m10_bb_pos,buy,2025-09-25 19:51:00,1824.0,8.1785,1,leg_gt,1.79,60 -17106,buy_contrast_m10_bb_pos,buy,2025-09-25 19:54:00,1821.0,8.3569,1,leg_gt,1.79,60 -17107,buy_contrast_m10_bb_pos,buy,2025-09-25 19:57:00,1820.0,8.4165,1,leg_gt,1.79,60 -17108,buy_contrast_m10_bb_pos,buy,2025-09-25 20:00:00,1818.0,8.5359,1,leg_gt,1.79,60 -17109,buy_contrast_m10_bb_pos,buy,2025-09-25 20:03:00,1822.0,8.2974,1,leg_gt,1.78,60 -17110,buy_contrast_m10_bb_pos,buy,2025-09-25 20:06:00,1825.0,8.1192,1,leg_gt,1.78,60 -17111,buy_contrast_m10_bb_pos,buy,2025-09-25 20:09:00,1820.0,8.4165,1,leg_gt,1.78,60 -17112,buy_contrast_m10_bb_pos,buy,2025-09-25 20:42:00,1813.0,8.8355,1,leg_gt,1.76,60 -17113,buy_contrast_m10_bb_pos,buy,2025-09-25 20:45:00,1811.0,8.9558,1,leg_gt,1.75,60 -17114,buy_contrast_m10_bb_pos,buy,2025-09-25 20:48:00,1808.0,9.1367,1,leg_gt,1.75,60 -17115,buy_contrast_m10_bb_pos,buy,2025-09-25 20:51:00,1808.0,9.1367,1,leg_gt,1.75,60 -17116,buy_contrast_m10_bb_pos,buy,2025-09-25 20:54:00,1810.0,9.016,1,leg_gt,1.75,60 -17117,buy_contrast_m10_bb_pos,buy,2025-09-25 20:57:00,1810.0,9.016,1,leg_gt,1.75,60 -17118,buy_contrast_m10_bb_pos,buy,2025-09-25 21:21:00,1805.0,9.3183,1,leg_gt,1.73,60 -17119,buy_contrast_m10_bb_pos,buy,2025-09-25 21:24:00,1807.0,9.1972,1,leg_gt,1.73,60 -17120,buy_contrast_m10_bb_pos,buy,2025-09-25 21:27:00,1807.0,9.1972,1,leg_gt,1.72,60 -17121,buy_contrast_m10_bb_pos,buy,2025-09-25 21:42:00,1802.0,9.5004,1,leg_gt,1.71,60 -17122,buy_contrast_m10_bb_pos,buy,2025-09-25 21:45:00,1805.0,9.3183,1,leg_gt,1.71,60 -17123,buy_contrast_m10_bb_pos,buy,2025-09-25 21:48:00,1806.0,9.2577,1,leg_gt,1.71,60 -17124,buy_contrast_m10_bb_pos,buy,2025-09-25 22:00:00,1797.0,9.8054,1,leg_gt,1.7,60 -17125,buy_contrast_m10_bb_pos,buy,2025-09-25 22:03:00,1793.0,10.0506,1,leg_gt,1.7,60 -17126,buy_contrast_m10_bb_pos,buy,2025-09-25 22:06:00,1790.0,10.2352,1,leg_gt,1.7,60 -17127,buy_contrast_m10_bb_pos,buy,2025-09-25 22:09:00,1788.0,10.3586,1,leg_gt,1.7,60 -17128,buy_contrast_m10_bb_pos,buy,2025-09-26 01:21:00,1796.0,9.8666,1,leg_gt,1.56,60 -17129,buy_contrast_m10_bb_pos,buy,2025-09-26 01:24:00,1795.0,9.9279,1,leg_gt,1.56,60 -17130,buy_contrast_m10_bb_pos,buy,2025-09-26 01:27:00,1789.0,10.2969,1,leg_gt,1.56,60 -17131,buy_contrast_m10_bb_pos,buy,2025-09-26 01:30:00,1787.0,10.4204,1,leg_gt,1.56,60 -17132,buy_contrast_m10_bb_pos,buy,2025-09-26 01:33:00,1789.0,10.2969,1,leg_gt,1.55,60 -17133,buy_contrast_m10_bb_pos,buy,2025-09-26 01:36:00,1787.0,10.4204,1,leg_gt,1.55,60 -17134,buy_contrast_m10_bb_pos,buy,2025-09-26 01:39:00,1789.0,10.2969,1,leg_gt,1.55,60 -17135,buy_contrast_m10_bb_pos,buy,2025-09-26 02:00:00,1782.0,10.7305,1,leg_gt,1.54,60 -17136,buy_contrast_m10_bb_pos,buy,2025-09-26 02:03:00,1789.0,10.2969,1,leg_gt,1.53,60 -17137,buy_contrast_m10_bb_pos,buy,2025-09-26 02:06:00,1781.0,10.7928,1,leg_gt,1.53,60 -17138,buy_contrast_m10_bb_pos,buy,2025-09-26 02:09:00,1779.0,10.9174,1,leg_gt,1.53,60 -17139,buy_contrast_m10_bb_pos,buy,2025-09-26 02:12:00,1786.0,10.4823,1,leg_gt,1.53,60 -17140,buy_contrast_m10_bb_pos,buy,2025-09-26 02:15:00,1775.0,11.1676,1,leg_gt,1.52,60 -17141,buy_contrast_m10_bb_pos,buy,2025-09-26 02:18:00,1800.0,9.6222,1,leg_gt,1.52,60 -17142,buy_contrast_m10_bb_pos,buy,2025-09-26 06:42:00,1829.0,7.8825,1,leg_gt,1.34,60 -17143,buy_contrast_m10_bb_pos,buy,2025-09-26 06:45:00,1829.0,7.8825,1,leg_gt,1.34,60 -17144,buy_contrast_m10_bb_pos,buy,2025-09-26 06:48:00,1835.0,7.5294,1,leg_gt,1.34,60 -17145,buy_contrast_m10_bb_pos,buy,2025-09-26 07:42:00,1826.0,8.0599,1,leg_gt,1.3,60 -17146,buy_contrast_m10_bb_pos,buy,2025-09-26 07:45:00,1824.0,8.1785,1,leg_gt,1.3,60 -17147,buy_contrast_m10_bb_pos,buy,2025-09-26 07:48:00,1819.0,8.4761,1,leg_gt,1.29,60 -17148,buy_contrast_m10_bb_pos,buy,2025-09-26 07:51:00,1817.0,8.5957,1,leg_gt,1.29,60 -17149,buy_contrast_m10_bb_pos,buy,2025-09-26 07:54:00,1822.0,8.2974,1,leg_gt,1.29,60 -17150,buy_contrast_m10_bb_pos,buy,2025-09-26 07:57:00,1828.0,7.9416,1,leg_gt,1.29,60 -17151,buy_contrast_m10_bb_pos,buy,2025-09-26 08:30:00,1823.0,8.2379,1,leg_gt,1.26,60 -17152,buy_contrast_m10_bb_pos,buy,2025-09-26 08:33:00,1822.0,8.2974,1,leg_gt,1.26,60 -17153,buy_contrast_m10_bb_pos,buy,2025-09-26 08:36:00,1820.0,8.4165,1,leg_gt,1.26,60 -17154,buy_contrast_m10_bb_pos,buy,2025-09-26 08:39:00,1823.0,8.2379,1,leg_gt,1.26,60 -17155,buy_contrast_m10_bb_pos,buy,2025-09-26 08:42:00,1825.0,8.1192,1,leg_gt,1.26,60 -17156,buy_contrast_m10_bb_pos,buy,2025-09-26 08:45:00,1828.0,7.9416,1,leg_gt,1.25,60 -17157,buy_contrast_m10_bb_pos,buy,2025-09-26 08:48:00,1834.0,7.5881,1,leg_gt,1.25,60 -17158,buy_contrast_m10_bb_pos,buy,2025-09-26 12:00:00,1826.0,8.0599,1,leg_gt,1.12,60 -17159,buy_contrast_m10_bb_pos,buy,2025-09-26 12:03:00,1823.0,8.2379,1,leg_gt,1.12,60 -17160,buy_contrast_m10_bb_pos,buy,2025-09-26 12:06:00,1826.0,8.0599,1,leg_gt,1.11,60 -17161,buy_contrast_m10_bb_pos,buy,2025-09-26 12:09:00,1829.0,7.8825,1,leg_gt,1.11,60 -17162,buy_contrast_m10_bb_pos,buy,2025-09-26 12:51:00,1825.0,8.1192,1,leg_gt,1.08,60 -17163,buy_contrast_m10_bb_pos,buy,2025-09-26 12:54:00,1830.0,7.8235,1,leg_gt,1.08,60 -17164,buy_contrast_m10_bb_pos,buy,2025-09-26 12:57:00,1831.0,7.7646,1,leg_gt,1.08,60 -17165,buy_contrast_m10_bb_pos,buy,2025-09-26 14:42:00,1805.0,9.3183,1,leg_gt,1.01,60 -17166,buy_contrast_m10_bb_pos,buy,2025-09-26 14:45:00,1804.0,9.3789,1,leg_gt,1.0,60 -17167,buy_contrast_m10_bb_pos,buy,2025-09-26 14:48:00,1804.0,9.3789,1,leg_gt,1.0,60 -17168,buy_contrast_m10_bb_pos,buy,2025-09-26 14:51:00,1807.0,9.1972,1,leg_gt,1.0,60 -17169,buy_contrast_m10_bb_pos,buy,2025-09-26 14:54:00,1804.0,9.3789,1,leg_gt,1.0,60 -17170,buy_contrast_m10_bb_pos,buy,2025-09-26 14:57:00,1810.0,9.016,1,leg_gt,1.0,60 -17171,buy_contrast_m10_bb_pos,buy,2025-09-26 15:12:00,1797.0,9.8054,1,leg_gt,0.99,60 -17172,buy_contrast_m10_bb_pos,buy,2025-09-26 15:15:00,1802.0,9.5004,1,leg_gt,0.98,60 -17173,buy_contrast_m10_bb_pos,buy,2025-09-26 15:18:00,1812.0,8.8956,1,leg_gt,0.98,60 -17174,buy_contrast_m10_bb_pos,buy,2025-09-26 18:00:00,1800.0,9.6222,1,leg_gt,0.87,60 -17175,buy_contrast_m10_bb_pos,buy,2025-09-26 18:03:00,1802.0,9.5004,1,leg_gt,0.87,60 -17176,buy_contrast_m10_bb_pos,buy,2025-09-26 18:06:00,1805.0,9.3183,1,leg_gt,0.86,60 -17177,buy_contrast_m10_bb_pos,buy,2025-09-26 18:09:00,1807.0,9.1972,1,leg_gt,0.86,60 -17178,buy_contrast_m10_bb_pos,buy,2025-09-26 18:21:00,1800.0,9.6222,1,leg_gt,0.85,60 -17179,buy_contrast_m10_bb_pos,buy,2025-09-26 18:24:00,1798.0,9.7443,1,leg_gt,0.85,60 -17180,buy_contrast_m10_bb_pos,buy,2025-09-26 18:27:00,1796.0,9.8666,1,leg_gt,0.85,60 -17181,buy_contrast_m10_bb_pos,buy,2025-09-26 18:30:00,1797.0,9.8054,1,leg_gt,0.85,60 -17182,buy_contrast_m10_bb_pos,buy,2025-09-26 18:33:00,1790.0,10.2352,1,leg_gt,0.85,60 -17183,buy_contrast_m10_bb_pos,buy,2025-09-26 18:36:00,1785.0,10.5443,1,leg_gt,0.84,60 -17184,buy_contrast_m10_bb_pos,buy,2025-09-26 18:39:00,1788.0,10.3586,1,leg_gt,0.84,60 -17185,buy_contrast_m10_bb_pos,buy,2025-09-26 19:00:00,1787.0,10.4204,1,leg_gt,0.83,60 -17186,buy_contrast_m10_bb_pos,buy,2025-09-26 19:03:00,1783.0,10.6684,1,leg_gt,0.82,60 -17187,buy_contrast_m10_bb_pos,buy,2025-09-26 19:06:00,1785.0,10.5443,1,leg_gt,0.82,60 -17188,buy_contrast_m10_bb_pos,buy,2025-09-26 19:09:00,1784.0,10.6063,1,leg_gt,0.82,60 -17189,buy_contrast_m10_bb_pos,buy,2025-09-26 19:21:00,1782.0,10.7305,1,leg_gt,0.81,60 -17190,buy_contrast_m10_bb_pos,buy,2025-09-26 19:24:00,1779.0,10.9174,1,leg_gt,0.81,60 -17191,buy_contrast_m10_bb_pos,buy,2025-09-26 19:27:00,1779.0,10.9174,1,leg_gt,0.81,60 -17192,buy_contrast_m10_bb_pos,buy,2025-09-26 19:30:00,1778.0,10.9799,1,leg_gt,0.81,60 -17193,buy_contrast_m10_bb_pos,buy,2025-09-26 19:33:00,1776.0,11.105,1,leg_gt,0.8,60 -17194,buy_contrast_m10_bb_pos,buy,2025-09-26 19:36:00,1783.0,10.6684,1,leg_gt,0.8,60 -17195,buy_contrast_m10_bb_pos,buy,2025-09-26 19:39:00,1782.0,10.7305,1,leg_gt,0.8,60 -17196,buy_contrast_m10_bb_pos,buy,2025-09-26 19:42:00,1780.0,10.8551,1,leg_gt,0.8,60 -17197,buy_contrast_m10_bb_pos,buy,2025-09-26 19:45:00,1777.0,11.0424,1,leg_gt,0.8,60 -17198,buy_contrast_m10_bb_pos,buy,2025-09-26 19:48:00,1778.0,10.9799,1,leg_gt,0.79,60 -17199,buy_contrast_m10_bb_pos,buy,2025-09-26 19:51:00,1781.0,10.7928,1,leg_gt,0.79,60 -17200,buy_contrast_m10_bb_pos,buy,2025-09-26 19:54:00,1785.0,10.5443,1,leg_gt,0.79,60 -17201,buy_contrast_m10_bb_pos,buy,2025-09-26 19:57:00,1787.0,10.4204,1,leg_gt,0.79,60 -17202,buy_contrast_m10_bb_pos,buy,2025-09-27 10:30:00,1846.0,6.8881,1,leg_gt,0.18,60 -17203,buy_contrast_m10_bb_pos,buy,2025-09-27 10:33:00,1846.0,6.8881,1,leg_gt,0.18,60 -17204,buy_contrast_m10_bb_pos,buy,2025-09-27 10:36:00,1844.0,7.0041,1,leg_gt,0.18,60 -17205,buy_contrast_m10_bb_pos,buy,2025-09-27 10:39:00,1846.0,6.8881,1,leg_gt,0.18,60 -17206,buy_contrast_m10_bb_pos,buy,2025-09-27 17:51:00,1872.0,4.8145,1,leg_gt,6.33,60 -17207,buy_contrast_m10_bb_pos,buy,2025-09-27 17:54:00,1869.0,4.9829,1,leg_gt,6.33,60 -17208,buy_contrast_m10_bb_pos,buy,2025-09-27 17:57:00,1866.0,5.1519,1,leg_gt,6.32,60 -17209,buy_contrast_m10_bb_pos,buy,2025-09-27 18:00:00,1864.0,5.2648,1,leg_gt,6.32,60 -17210,buy_contrast_m10_bb_pos,buy,2025-09-27 18:03:00,1866.0,5.1519,1,leg_gt,6.32,60 -17211,buy_contrast_m10_bb_pos,buy,2025-09-27 18:06:00,1860.0,5.4914,1,leg_gt,6.32,60 -17212,buy_contrast_m10_bb_pos,buy,2025-09-27 18:09:00,1854.0,5.8331,1,leg_gt,6.32,60 -17213,buy_contrast_m10_bb_pos,buy,2025-09-27 18:12:00,1857.0,5.662,1,leg_gt,6.31,60 -17214,buy_contrast_m10_bb_pos,buy,2025-09-27 18:15:00,1853.0,5.8903,1,leg_gt,6.31,60 -17215,buy_contrast_m10_bb_pos,buy,2025-09-27 18:18:00,1856.0,5.719,1,leg_gt,6.31,60 -17216,buy_contrast_m10_bb_pos,buy,2025-09-27 18:21:00,1859.0,5.5482,1,leg_gt,6.31,60 -17217,buy_contrast_m10_bb_pos,buy,2025-09-27 18:24:00,1857.0,5.662,1,leg_gt,6.31,60 -17218,buy_contrast_m10_bb_pos,buy,2025-09-27 18:27:00,1855.0,5.776,1,leg_gt,6.3,60 -17219,buy_contrast_m10_bb_pos,buy,2025-09-27 18:30:00,1852.0,5.9475,1,leg_gt,6.3,60 -17220,buy_contrast_m10_bb_pos,buy,2025-09-27 18:33:00,1853.0,5.8903,1,leg_gt,6.3,60 -17221,buy_contrast_m10_bb_pos,buy,2025-09-27 18:36:00,1852.0,5.9475,1,leg_gt,6.3,60 -17222,buy_contrast_m10_bb_pos,buy,2025-09-27 18:39:00,1863.0,5.3214,1,leg_gt,6.3,60 -17223,buy_contrast_m10_bb_pos,buy,2025-09-28 00:21:00,1844.0,6.4076,1,leg_gt,6.06,60 -17224,buy_contrast_m10_bb_pos,buy,2025-09-28 00:24:00,1843.0,6.4654,1,leg_gt,6.06,60 -17225,buy_contrast_m10_bb_pos,buy,2025-09-28 00:27:00,1845.0,6.3499,1,leg_gt,6.05,60 -17226,buy_contrast_m10_bb_pos,buy,2025-09-28 00:30:00,1845.0,6.3499,1,leg_gt,6.05,60 -17227,buy_contrast_m10_bb_pos,buy,2025-09-28 00:33:00,1845.0,6.3499,1,leg_gt,6.05,60 -17228,buy_contrast_m10_bb_pos,buy,2025-09-28 00:36:00,1846.0,6.2922,1,leg_gt,6.05,60 -17229,buy_contrast_m10_bb_pos,buy,2025-09-28 00:39:00,1843.0,6.4654,1,leg_gt,6.05,60 -17230,buy_contrast_m10_bb_pos,buy,2025-09-28 00:42:00,1849.0,6.1196,1,leg_gt,6.04,60 -17231,buy_contrast_m10_bb_pos,buy,2025-09-28 00:45:00,1848.0,6.1771,1,leg_gt,6.04,60 -17232,buy_contrast_m10_bb_pos,buy,2025-09-28 00:48:00,1852.0,5.9475,1,leg_gt,6.04,60 -17233,buy_contrast_m10_bb_pos,buy,2025-09-28 02:21:00,1826.0,7.4575,1,leg_gt,5.98,60 -17234,buy_contrast_m10_bb_pos,buy,2025-09-28 02:24:00,1829.0,7.2811,1,leg_gt,5.97,60 -17235,buy_contrast_m10_bb_pos,buy,2025-09-28 02:27:00,1827.0,7.3986,1,leg_gt,5.97,60 -17236,buy_contrast_m10_bb_pos,buy,2025-09-28 02:30:00,1827.0,7.3986,1,leg_gt,5.97,60 -17237,buy_contrast_m10_bb_pos,buy,2025-09-28 02:33:00,1833.0,7.0468,1,leg_gt,5.97,60 -17238,buy_contrast_m10_bb_pos,buy,2025-09-28 02:36:00,1839.0,6.6972,1,leg_gt,5.96,60 -17239,buy_contrast_m10_bb_pos,buy,2025-09-28 02:39:00,1839.0,6.6972,1,leg_gt,5.96,60 -17240,buy_contrast_m10_bb_pos,buy,2025-09-28 06:12:00,1835.0,6.93,1,leg_gt,5.81,60 -17241,buy_contrast_m10_bb_pos,buy,2025-09-28 06:15:00,1839.0,6.6972,1,leg_gt,5.81,60 -17242,buy_contrast_m10_bb_pos,buy,2025-09-28 06:18:00,1841.0,6.5812,1,leg_gt,5.81,60 -17243,buy_contrast_m10_bb_pos,buy,2025-09-28 09:21:00,1830.0,7.2224,1,leg_gt,5.68,60 -17244,buy_contrast_m10_bb_pos,buy,2025-09-28 09:24:00,1834.0,6.9883,1,leg_gt,5.68,60 -17245,buy_contrast_m10_bb_pos,buy,2025-09-28 09:27:00,1831.0,7.1638,1,leg_gt,5.68,60 -17246,buy_contrast_m10_bb_pos,buy,2025-09-28 09:42:00,1829.0,7.2811,1,leg_gt,5.67,60 -17247,buy_contrast_m10_bb_pos,buy,2025-09-28 09:45:00,1831.0,7.1638,1,leg_gt,5.67,60 -17248,buy_contrast_m10_bb_pos,buy,2025-09-28 09:48:00,1826.0,7.4575,1,leg_gt,5.66,60 -17249,buy_contrast_m10_bb_pos,buy,2025-09-28 09:51:00,1828.0,7.3398,1,leg_gt,5.66,60 -17250,buy_contrast_m10_bb_pos,buy,2025-09-28 09:54:00,1829.0,7.2811,1,leg_gt,5.66,60 -17251,buy_contrast_m10_bb_pos,buy,2025-09-28 09:57:00,1826.0,7.4575,1,leg_gt,5.66,60 -17252,buy_contrast_m10_bb_pos,buy,2025-09-28 10:12:00,1823.0,7.6345,1,leg_gt,5.65,60 -17253,buy_contrast_m10_bb_pos,buy,2025-09-28 10:15:00,1823.0,7.6345,1,leg_gt,5.65,60 -17254,buy_contrast_m10_bb_pos,buy,2025-09-28 10:18:00,1825.0,7.5164,1,leg_gt,5.64,60 -17255,buy_contrast_m10_bb_pos,buy,2025-09-28 10:30:00,1821.0,7.7528,1,leg_gt,5.64,60 -17256,buy_contrast_m10_bb_pos,buy,2025-09-28 10:33:00,1820.0,7.8121,1,leg_gt,5.63,60 -17257,buy_contrast_m10_bb_pos,buy,2025-09-28 10:36:00,1821.0,7.7528,1,leg_gt,5.63,60 -17258,buy_contrast_m10_bb_pos,buy,2025-09-28 10:39:00,1815.0,8.1094,1,leg_gt,5.63,60 -17259,buy_contrast_m10_bb_pos,buy,2025-09-28 10:42:00,1815.0,8.1094,1,leg_gt,5.63,60 -17260,buy_contrast_m10_bb_pos,buy,2025-09-28 10:45:00,1816.0,8.0498,1,leg_gt,5.62,60 -17261,buy_contrast_m10_bb_pos,buy,2025-09-28 10:48:00,1814.0,8.169,1,leg_gt,5.62,60 -17262,buy_contrast_m10_bb_pos,buy,2025-09-28 10:51:00,1817.0,7.9903,1,leg_gt,5.62,60 -17263,buy_contrast_m10_bb_pos,buy,2025-09-28 10:54:00,1818.0,7.9308,1,leg_gt,5.62,60 -17264,buy_contrast_m10_bb_pos,buy,2025-09-28 10:57:00,1816.0,8.0498,1,leg_gt,5.62,60 -17265,buy_contrast_m10_bb_pos,buy,2025-09-28 11:00:00,1815.0,8.1094,1,leg_gt,5.61,60 -17266,buy_contrast_m10_bb_pos,buy,2025-09-28 11:03:00,1820.0,7.8121,1,leg_gt,5.61,60 -17267,buy_contrast_m10_bb_pos,buy,2025-09-28 11:06:00,1819.0,7.8714,1,leg_gt,5.61,60 -17268,buy_contrast_m10_bb_pos,buy,2025-09-28 11:09:00,1823.0,7.6345,1,leg_gt,5.61,60 -17269,buy_contrast_m10_bb_pos,buy,2025-09-28 15:21:00,1817.0,7.9903,1,leg_gt,5.43,60 -17270,buy_contrast_m10_bb_pos,buy,2025-09-28 15:24:00,1816.0,8.0498,1,leg_gt,5.43,60 -17271,buy_contrast_m10_bb_pos,buy,2025-09-28 15:27:00,1798.0,9.1325,1,leg_gt,5.43,60 -17272,buy_contrast_m10_bb_pos,buy,2025-09-28 16:00:00,1803.0,8.8296,1,leg_gt,5.41,60 -17273,buy_contrast_m10_bb_pos,buy,2025-09-28 16:03:00,1805.0,8.7089,1,leg_gt,5.4,60 -17274,buy_contrast_m10_bb_pos,buy,2025-09-28 16:06:00,1803.0,8.8296,1,leg_gt,5.4,60 -17275,buy_contrast_m10_bb_pos,buy,2025-09-28 16:09:00,1798.0,9.1325,1,leg_gt,5.4,60 -17276,buy_contrast_m10_bb_pos,buy,2025-09-28 16:12:00,1800.0,9.0111,1,leg_gt,5.4,60 -17277,buy_contrast_m10_bb_pos,buy,2025-09-28 16:15:00,1801.0,8.9505,1,leg_gt,5.4,60 -17278,buy_contrast_m10_bb_pos,buy,2025-09-28 16:18:00,1805.0,8.7089,1,leg_gt,5.39,60 -17279,buy_contrast_m10_bb_pos,buy,2025-09-28 19:12:00,1797.0,9.1933,1,leg_gt,5.27,60 -17280,buy_contrast_m10_bb_pos,buy,2025-09-28 19:15:00,1800.0,9.0111,1,leg_gt,5.27,60 -17281,buy_contrast_m10_bb_pos,buy,2025-09-28 19:18:00,1799.0,9.0718,1,leg_gt,5.27,60 -17282,buy_contrast_m10_bb_pos,buy,2025-09-28 21:12:00,1800.0,9.0111,1,leg_gt,5.19,60 -17283,buy_contrast_m10_bb_pos,buy,2025-09-28 21:15:00,1799.0,9.0718,1,leg_gt,5.19,60 -17284,buy_contrast_m10_bb_pos,buy,2025-09-28 21:18:00,1796.0,9.2541,1,leg_gt,5.19,60 -17285,buy_contrast_m10_bb_pos,buy,2025-09-28 21:30:00,1795.0,9.315,1,leg_gt,5.18,60 -17286,buy_contrast_m10_bb_pos,buy,2025-09-28 21:33:00,1793.0,9.4371,1,leg_gt,5.18,60 -17287,buy_contrast_m10_bb_pos,buy,2025-09-28 21:36:00,1794.0,9.376,1,leg_gt,5.17,60 -17288,buy_contrast_m10_bb_pos,buy,2025-09-28 21:39:00,1794.0,9.376,1,leg_gt,5.17,60 -17289,buy_contrast_m10_bb_pos,buy,2025-09-28 21:51:00,1793.0,9.4371,1,leg_gt,5.16,60 -17290,buy_contrast_m10_bb_pos,buy,2025-09-28 21:54:00,1794.0,9.376,1,leg_gt,5.16,60 -17291,buy_contrast_m10_bb_pos,buy,2025-09-28 21:57:00,1794.0,9.376,1,leg_gt,5.16,60 -17292,buy_contrast_m10_bb_pos,buy,2025-09-28 22:00:00,1793.0,9.4371,1,leg_gt,5.16,60 -17293,buy_contrast_m10_bb_pos,buy,2025-09-28 22:03:00,1794.0,9.376,1,leg_gt,5.15,60 -17294,buy_contrast_m10_bb_pos,buy,2025-09-28 22:06:00,1796.0,9.2541,1,leg_gt,5.15,60 -17295,buy_contrast_m10_bb_pos,buy,2025-09-28 22:09:00,1796.0,9.2541,1,leg_gt,5.15,60 -17296,buy_contrast_m10_bb_pos,buy,2025-09-29 13:12:00,1894.0,3.5959,1,leg_gt,4.52,60 -17297,buy_contrast_m10_bb_pos,buy,2025-09-29 13:15:00,1893.0,3.6507,1,leg_gt,4.52,60 -17298,buy_contrast_m10_bb_pos,buy,2025-09-29 13:18:00,1895.0,3.5412,1,leg_gt,4.52,60 -17299,buy_contrast_m10_bb_pos,buy,2025-09-29 13:21:00,1896.0,3.4865,1,leg_gt,4.52,60 -17300,buy_contrast_m10_bb_pos,buy,2025-09-29 13:24:00,1894.0,3.5959,1,leg_gt,4.51,60 -17301,buy_contrast_m10_bb_pos,buy,2025-09-29 13:27:00,1892.0,3.7055,1,leg_gt,4.51,60 -17302,buy_contrast_m10_bb_pos,buy,2025-09-29 14:00:00,1889.0,3.8704,1,leg_gt,4.49,60 -17303,buy_contrast_m10_bb_pos,buy,2025-09-29 14:03:00,1886.0,4.0357,1,leg_gt,4.49,60 -17304,buy_contrast_m10_bb_pos,buy,2025-09-29 14:06:00,1883.0,4.2016,1,leg_gt,4.49,60 -17305,buy_contrast_m10_bb_pos,buy,2025-09-29 14:09:00,1878.0,4.4793,1,leg_gt,4.48,60 -17306,buy_contrast_m10_bb_pos,buy,2025-09-29 14:42:00,1872.0,4.8145,1,leg_gt,4.46,60 -17307,buy_contrast_m10_bb_pos,buy,2025-09-29 14:45:00,1874.0,4.7026,1,leg_gt,4.46,60 -17308,buy_contrast_m10_bb_pos,buy,2025-09-29 14:48:00,1877.0,4.5351,1,leg_gt,4.46,60 -17309,buy_contrast_m10_bb_pos,buy,2025-09-29 15:12:00,1866.0,5.1519,1,leg_gt,4.44,60 -17310,buy_contrast_m10_bb_pos,buy,2025-09-29 15:15:00,1866.0,5.1519,1,leg_gt,4.44,60 -17311,buy_contrast_m10_bb_pos,buy,2025-09-29 15:18:00,1865.0,5.2083,1,leg_gt,4.44,60 -17312,buy_contrast_m10_bb_pos,buy,2025-09-29 17:12:00,1867.0,5.0955,1,leg_gt,4.36,60 -17313,buy_contrast_m10_bb_pos,buy,2025-09-29 17:15:00,1868.0,5.0392,1,leg_gt,4.35,60 -17314,buy_contrast_m10_bb_pos,buy,2025-09-29 17:18:00,1866.0,5.1519,1,leg_gt,4.35,60 -17315,buy_contrast_m10_bb_pos,buy,2025-09-29 18:12:00,1867.0,5.0955,1,leg_gt,4.31,60 -17316,buy_contrast_m10_bb_pos,buy,2025-09-29 18:15:00,1863.0,5.3214,1,leg_gt,4.31,60 -17317,buy_contrast_m10_bb_pos,buy,2025-09-29 18:18:00,1863.0,5.3214,1,leg_gt,4.31,60 -17318,buy_contrast_m10_bb_pos,buy,2025-09-29 18:21:00,1864.0,5.2648,1,leg_gt,4.31,60 -17319,buy_contrast_m10_bb_pos,buy,2025-09-29 18:24:00,1864.0,5.2648,1,leg_gt,4.31,60 -17320,buy_contrast_m10_bb_pos,buy,2025-09-29 18:27:00,1866.0,5.1519,1,leg_gt,4.3,60 -17321,buy_contrast_m10_bb_pos,buy,2025-09-29 18:30:00,1865.0,5.2083,1,leg_gt,4.3,60 -17322,buy_contrast_m10_bb_pos,buy,2025-09-29 18:33:00,1863.0,5.3214,1,leg_gt,4.3,60 -17323,buy_contrast_m10_bb_pos,buy,2025-09-29 18:36:00,1864.0,5.2648,1,leg_gt,4.3,60 -17324,buy_contrast_m10_bb_pos,buy,2025-09-29 18:39:00,1862.0,5.378,1,leg_gt,4.3,60 -17325,buy_contrast_m10_bb_pos,buy,2025-09-29 18:42:00,1859.0,5.5482,1,leg_gt,4.29,60 -17326,buy_contrast_m10_bb_pos,buy,2025-09-29 18:45:00,1856.0,5.719,1,leg_gt,4.29,60 -17327,buy_contrast_m10_bb_pos,buy,2025-09-29 18:48:00,1859.0,5.5482,1,leg_gt,4.29,60 -17328,buy_contrast_m10_bb_pos,buy,2025-09-29 19:00:00,1858.0,5.6051,1,leg_gt,4.28,60 -17329,buy_contrast_m10_bb_pos,buy,2025-09-29 19:03:00,1859.0,5.5482,1,leg_gt,4.28,60 -17330,buy_contrast_m10_bb_pos,buy,2025-09-29 19:06:00,1858.0,5.6051,1,leg_gt,4.28,60 -17331,buy_contrast_m10_bb_pos,buy,2025-09-29 19:09:00,1858.0,5.6051,1,leg_gt,4.28,60 -17332,buy_contrast_m10_bb_pos,buy,2025-09-29 19:12:00,1858.0,5.6051,1,leg_gt,4.27,60 -17333,buy_contrast_m10_bb_pos,buy,2025-09-29 19:15:00,1860.0,5.4914,1,leg_gt,4.27,60 -17334,buy_contrast_m10_bb_pos,buy,2025-09-29 19:18:00,1859.0,5.5482,1,leg_gt,4.27,60 -17335,buy_contrast_m10_bb_pos,buy,2025-09-29 19:51:00,1853.0,5.8903,1,leg_gt,4.25,60 -17336,buy_contrast_m10_bb_pos,buy,2025-09-29 19:54:00,1850.0,6.0622,1,leg_gt,4.24,60 -17337,buy_contrast_m10_bb_pos,buy,2025-09-29 19:57:00,1850.0,6.0622,1,leg_gt,4.24,60 -17338,buy_contrast_m10_bb_pos,buy,2025-09-29 20:21:00,1845.0,6.3499,1,leg_gt,4.22,60 -17339,buy_contrast_m10_bb_pos,buy,2025-09-29 20:24:00,1843.0,6.4654,1,leg_gt,4.22,60 -17340,buy_contrast_m10_bb_pos,buy,2025-09-29 20:27:00,1848.0,6.1771,1,leg_gt,4.22,60 -17341,buy_contrast_m10_bb_pos,buy,2025-09-29 21:12:00,1840.0,6.6391,1,leg_gt,4.19,60 -17342,buy_contrast_m10_bb_pos,buy,2025-09-29 21:15:00,1841.0,6.5812,1,leg_gt,4.19,60 -17343,buy_contrast_m10_bb_pos,buy,2025-09-29 21:18:00,1841.0,6.5812,1,leg_gt,4.19,60 -17344,buy_contrast_m10_bb_pos,buy,2025-09-29 21:42:00,1832.0,7.1052,1,leg_gt,4.17,60 -17345,buy_contrast_m10_bb_pos,buy,2025-09-29 21:45:00,1833.0,7.0468,1,leg_gt,4.17,60 -17346,buy_contrast_m10_bb_pos,buy,2025-09-29 21:48:00,1834.0,6.9883,1,leg_gt,4.16,60 -17347,buy_contrast_m10_bb_pos,buy,2025-09-29 22:12:00,1827.0,7.3986,1,leg_gt,4.15,60 -17348,buy_contrast_m10_bb_pos,buy,2025-09-29 22:15:00,1832.0,7.1052,1,leg_gt,4.15,60 -17349,buy_contrast_m10_bb_pos,buy,2025-09-29 22:18:00,1831.0,7.1638,1,leg_gt,4.14,60 -17350,buy_contrast_m10_bb_pos,buy,2025-09-30 01:30:00,1821.0,7.7528,1,leg_gt,4.01,60 -17351,buy_contrast_m10_bb_pos,buy,2025-09-30 01:33:00,1827.0,7.3986,1,leg_gt,4.01,60 -17352,buy_contrast_m10_bb_pos,buy,2025-09-30 01:36:00,1828.0,7.3398,1,leg_gt,4.01,60 -17353,buy_contrast_m10_bb_pos,buy,2025-09-30 01:39:00,1827.0,7.3986,1,leg_gt,4.0,60 -17354,buy_contrast_m10_bb_pos,buy,2025-09-30 01:42:00,1824.0,7.5754,1,leg_gt,4.0,60 -17355,buy_contrast_m10_bb_pos,buy,2025-09-30 01:45:00,1820.0,7.8121,1,leg_gt,4.0,60 -17356,buy_contrast_m10_bb_pos,buy,2025-09-30 01:48:00,1815.0,8.1094,1,leg_gt,4.0,60 -17357,buy_contrast_m10_bb_pos,buy,2025-09-30 02:12:00,1809.0,8.4683,1,leg_gt,3.98,60 -17358,buy_contrast_m10_bb_pos,buy,2025-09-30 02:15:00,1805.0,8.7089,1,leg_gt,3.98,60 -17359,buy_contrast_m10_bb_pos,buy,2025-09-30 02:18:00,1802.0,8.89,1,leg_gt,3.98,60 -17360,buy_contrast_m10_bb_pos,buy,2025-09-30 02:21:00,1800.0,9.0111,1,leg_gt,3.98,60 -17361,buy_contrast_m10_bb_pos,buy,2025-09-30 02:24:00,1808.0,8.5283,1,leg_gt,3.97,60 -17362,buy_contrast_m10_bb_pos,buy,2025-09-30 02:27:00,1808.0,8.5283,1,leg_gt,3.97,60 -17363,buy_contrast_m10_bb_pos,buy,2025-09-30 07:42:00,1836.0,6.8717,1,leg_gt,3.75,60 -17364,buy_contrast_m10_bb_pos,buy,2025-09-30 07:45:00,1838.0,6.7553,1,leg_gt,3.75,60 -17365,buy_contrast_m10_bb_pos,buy,2025-09-30 07:48:00,1842.0,6.5232,1,leg_gt,3.75,60 -17366,buy_contrast_m10_bb_pos,buy,2025-09-30 07:51:00,1838.0,6.7553,1,leg_gt,3.75,60 -17367,buy_contrast_m10_bb_pos,buy,2025-09-30 07:54:00,1836.0,6.8717,1,leg_gt,3.74,60 -17368,buy_contrast_m10_bb_pos,buy,2025-09-30 07:57:00,1838.0,6.7553,1,leg_gt,3.74,60 -17369,buy_contrast_m10_bb_pos,buy,2025-09-30 08:00:00,1837.0,6.8134,1,leg_gt,3.74,60 -17370,buy_contrast_m10_bb_pos,buy,2025-09-30 08:03:00,1833.0,7.0468,1,leg_gt,3.74,60 -17371,buy_contrast_m10_bb_pos,buy,2025-09-30 08:06:00,1833.0,7.0468,1,leg_gt,3.74,60 -17372,buy_contrast_m10_bb_pos,buy,2025-09-30 08:09:00,1830.0,7.2224,1,leg_gt,3.73,60 -17373,buy_contrast_m10_bb_pos,buy,2025-09-30 08:12:00,1828.0,7.3398,1,leg_gt,3.73,60 -17374,buy_contrast_m10_bb_pos,buy,2025-09-30 08:15:00,1826.0,7.4575,1,leg_gt,3.73,60 -17375,buy_contrast_m10_bb_pos,buy,2025-09-30 08:18:00,1826.0,7.4575,1,leg_gt,3.73,60 -17376,buy_contrast_m10_bb_pos,buy,2025-09-30 08:21:00,1830.0,7.2224,1,leg_gt,3.72,60 -17377,buy_contrast_m10_bb_pos,buy,2025-09-30 08:24:00,1827.0,7.3986,1,leg_gt,3.72,60 -17378,buy_contrast_m10_bb_pos,buy,2025-09-30 08:27:00,1827.0,7.3986,1,leg_gt,3.72,60 -17379,buy_contrast_m10_bb_pos,buy,2025-09-30 08:30:00,1829.0,7.2811,1,leg_gt,3.72,60 -17380,buy_contrast_m10_bb_pos,buy,2025-09-30 08:33:00,1830.0,7.2224,1,leg_gt,3.72,60 -17381,buy_contrast_m10_bb_pos,buy,2025-09-30 08:36:00,1830.0,7.2224,1,leg_gt,3.71,60 -17382,buy_contrast_m10_bb_pos,buy,2025-09-30 08:39:00,1830.0,7.2224,1,leg_gt,3.71,60 -17383,buy_contrast_m10_bb_pos,buy,2025-09-30 08:42:00,1832.0,7.1052,1,leg_gt,3.71,60 -17384,buy_contrast_m10_bb_pos,buy,2025-09-30 08:45:00,1830.0,7.2224,1,leg_gt,3.71,60 -17385,buy_contrast_m10_bb_pos,buy,2025-09-30 08:48:00,1830.0,7.2224,1,leg_gt,3.71,60 -17386,buy_contrast_m10_bb_pos,buy,2025-09-30 09:21:00,1817.0,7.9903,1,leg_gt,3.68,60 -17387,buy_contrast_m10_bb_pos,buy,2025-09-30 09:24:00,1815.0,8.1094,1,leg_gt,3.68,60 -17388,buy_contrast_m10_bb_pos,buy,2025-09-30 09:27:00,1812.0,8.2885,1,leg_gt,3.68,60 -17389,buy_contrast_m10_bb_pos,buy,2025-09-30 09:30:00,1811.0,8.3484,1,leg_gt,3.68,60 -17390,buy_contrast_m10_bb_pos,buy,2025-09-30 09:33:00,1812.0,8.2885,1,leg_gt,3.68,60 -17391,buy_contrast_m10_bb_pos,buy,2025-09-30 09:36:00,1814.0,8.169,1,leg_gt,3.67,60 -17392,buy_contrast_m10_bb_pos,buy,2025-09-30 09:39:00,1813.0,8.2287,1,leg_gt,3.67,60 -17393,buy_contrast_m10_bb_pos,buy,2025-09-30 09:42:00,1818.0,7.9308,1,leg_gt,3.67,60 -17394,buy_contrast_m10_bb_pos,buy,2025-09-30 09:45:00,1820.0,7.8121,1,leg_gt,3.67,60 -17395,buy_contrast_m10_bb_pos,buy,2025-09-30 09:48:00,1817.0,7.9903,1,leg_gt,3.66,60 -17396,buy_contrast_m10_bb_pos,buy,2025-09-30 10:00:00,1802.0,8.89,1,leg_gt,3.66,60 -17397,buy_contrast_m10_bb_pos,buy,2025-09-30 10:03:00,1802.0,8.89,1,leg_gt,3.65,60 -17398,buy_contrast_m10_bb_pos,buy,2025-09-30 10:06:00,1803.0,8.8296,1,leg_gt,3.65,60 -17399,buy_contrast_m10_bb_pos,buy,2025-09-30 10:09:00,1810.0,8.4083,1,leg_gt,3.65,60 -17400,buy_contrast_m10_bb_pos,buy,2025-09-30 12:00:00,1801.0,8.9505,1,leg_gt,3.57,60 -17401,buy_contrast_m10_bb_pos,buy,2025-09-30 12:03:00,1808.0,8.5283,1,leg_gt,3.57,60 -17402,buy_contrast_m10_bb_pos,buy,2025-09-30 12:06:00,1808.0,8.5283,1,leg_gt,3.57,60 -17403,buy_contrast_m10_bb_pos,buy,2025-09-30 12:09:00,1805.0,8.7089,1,leg_gt,3.57,60 -17404,buy_contrast_m10_bb_pos,buy,2025-09-30 12:42:00,1806.0,8.6486,1,leg_gt,3.54,60 -17405,buy_contrast_m10_bb_pos,buy,2025-09-30 12:45:00,1805.0,8.7089,1,leg_gt,3.54,60 -17406,buy_contrast_m10_bb_pos,buy,2025-09-30 12:48:00,1803.0,8.8296,1,leg_gt,3.54,60 -17407,buy_contrast_m10_bb_pos,buy,2025-09-30 14:21:00,1800.0,9.0111,1,leg_gt,3.48,60 -17408,buy_contrast_m10_bb_pos,buy,2025-09-30 14:24:00,1803.0,8.8296,1,leg_gt,3.47,60 -17409,buy_contrast_m10_bb_pos,buy,2025-09-30 14:27:00,1801.0,8.9505,1,leg_gt,3.47,60 -17410,buy_contrast_m10_bb_pos,buy,2025-09-30 15:00:00,1796.0,9.2541,1,leg_gt,3.45,60 -17411,buy_contrast_m10_bb_pos,buy,2025-09-30 15:03:00,1798.0,9.1325,1,leg_gt,3.45,60 -17412,buy_contrast_m10_bb_pos,buy,2025-09-30 15:06:00,1799.0,9.0718,1,leg_gt,3.44,60 -17413,buy_contrast_m10_bb_pos,buy,2025-09-30 15:09:00,1798.0,9.1325,1,leg_gt,3.44,60 -17414,buy_contrast_m10_bb_pos,buy,2025-09-30 15:21:00,1797.0,9.1933,1,leg_gt,3.43,60 -17415,buy_contrast_m10_bb_pos,buy,2025-09-30 15:24:00,1797.0,9.1933,1,leg_gt,3.43,60 -17416,buy_contrast_m10_bb_pos,buy,2025-09-30 15:27:00,1802.0,8.89,1,leg_gt,3.43,60 -17417,buy_contrast_m10_bb_pos,buy,2025-09-30 17:21:00,1792.0,9.4982,1,leg_gt,3.35,60 -17418,buy_contrast_m10_bb_pos,buy,2025-09-30 17:24:00,1795.0,9.315,1,leg_gt,3.35,60 -17419,buy_contrast_m10_bb_pos,buy,2025-09-30 17:27:00,1794.0,9.376,1,leg_gt,3.35,60 -17420,buy_contrast_m10_bb_pos,buy,2025-09-30 18:00:00,1788.0,9.7434,1,leg_gt,3.32,60 -17421,buy_contrast_m10_bb_pos,buy,2025-09-30 18:03:00,1788.0,9.7434,1,leg_gt,3.32,60 -17422,buy_contrast_m10_bb_pos,buy,2025-09-30 18:06:00,1790.0,9.6207,1,leg_gt,3.32,60 -17423,buy_contrast_m10_bb_pos,buy,2025-09-30 18:09:00,1789.0,9.682,1,leg_gt,3.32,60 -17424,buy_contrast_m10_bb_pos,buy,2025-09-30 18:12:00,1788.0,9.7434,1,leg_gt,3.31,60 -17425,buy_contrast_m10_bb_pos,buy,2025-09-30 18:15:00,1786.0,9.8664,1,leg_gt,3.31,60 -17426,buy_contrast_m10_bb_pos,buy,2025-09-30 18:18:00,1786.0,9.8664,1,leg_gt,3.31,60 -17427,buy_contrast_m10_bb_pos,buy,2025-09-30 18:51:00,1787.0,9.8049,1,leg_gt,3.29,60 -17428,buy_contrast_m10_bb_pos,buy,2025-09-30 18:54:00,1786.0,9.8664,1,leg_gt,3.29,60 -17429,buy_contrast_m10_bb_pos,buy,2025-09-30 18:57:00,1787.0,9.8049,1,leg_gt,3.28,60 -17430,buy_contrast_m10_bb_pos,buy,2025-09-30 21:30:00,1784.0,9.9897,1,leg_gt,3.18,60 -17431,buy_contrast_m10_bb_pos,buy,2025-09-30 21:33:00,1787.0,9.8049,1,leg_gt,3.18,60 -17432,buy_contrast_m10_bb_pos,buy,2025-09-30 21:36:00,1783.0,10.0514,1,leg_gt,3.17,60 -17433,buy_contrast_m10_bb_pos,buy,2025-09-30 21:39:00,1787.0,9.8049,1,leg_gt,3.17,60 -17434,buy_contrast_m10_bb_pos,buy,2025-09-30 23:42:00,1787.0,9.8049,1,leg_gt,3.09,60 -17435,buy_contrast_m10_bb_pos,buy,2025-09-30 23:45:00,1786.0,9.8664,1,leg_gt,3.08,60 -17436,buy_contrast_m10_bb_pos,buy,2025-09-30 23:48:00,1785.0,9.928,1,leg_gt,3.08,60 -17437,buy_contrast_m10_bb_pos,buy,2025-10-01 00:30:00,1781.0,10.1751,1,leg_gt,3.05,60 -17438,buy_contrast_m10_bb_pos,buy,2025-10-01 00:33:00,1791.0,9.5594,1,leg_gt,3.05,60 -17439,buy_contrast_m10_bb_pos,buy,2025-10-01 00:36:00,1789.0,9.682,1,leg_gt,3.05,60 -17440,buy_contrast_m10_bb_pos,buy,2025-10-01 00:39:00,1790.0,9.6207,1,leg_gt,3.05,60 -17441,buy_contrast_m10_bb_pos,buy,2025-10-01 02:42:00,1767.0,11.0488,1,leg_gt,2.96,60 -17442,buy_contrast_m10_bb_pos,buy,2025-10-01 02:45:00,1765.0,11.1748,1,leg_gt,2.96,60 -17443,buy_contrast_m10_bb_pos,buy,2025-10-01 02:48:00,1763.0,11.301,1,leg_gt,2.96,60 -17444,buy_contrast_m10_bb_pos,buy,2025-10-01 02:51:00,1763.0,11.301,1,leg_gt,2.95,60 -17445,buy_contrast_m10_bb_pos,buy,2025-10-01 02:54:00,1764.0,11.2379,1,leg_gt,2.95,60 -17446,buy_contrast_m10_bb_pos,buy,2025-10-01 02:57:00,1762.0,11.3642,1,leg_gt,2.95,60 -17447,buy_contrast_m10_bb_pos,buy,2025-10-01 03:00:00,1762.0,11.3642,1,leg_gt,2.95,60 -17448,buy_contrast_m10_bb_pos,buy,2025-10-01 03:03:00,1764.0,11.2379,1,leg_gt,2.95,60 -17449,buy_contrast_m10_bb_pos,buy,2025-10-01 03:06:00,1762.0,11.3642,1,leg_gt,2.94,60 -17450,buy_contrast_m10_bb_pos,buy,2025-10-01 03:09:00,1762.0,11.3642,1,leg_gt,2.94,60 -17451,buy_contrast_m10_bb_pos,buy,2025-10-01 09:21:00,1772.0,10.7352,1,leg_gt,2.68,60 -17452,buy_contrast_m10_bb_pos,buy,2025-10-01 09:24:00,1771.0,10.7978,1,leg_gt,2.68,60 -17453,buy_contrast_m10_bb_pos,buy,2025-10-01 09:27:00,1765.0,11.1748,1,leg_gt,2.68,60 -17454,buy_contrast_m10_bb_pos,buy,2025-10-01 09:42:00,1766.0,11.1118,1,leg_gt,2.67,60 -17455,buy_contrast_m10_bb_pos,buy,2025-10-01 09:45:00,1770.0,10.8605,1,leg_gt,2.67,60 -17456,buy_contrast_m10_bb_pos,buy,2025-10-01 09:48:00,1770.0,10.8605,1,leg_gt,2.66,60 -17457,buy_contrast_m10_bb_pos,buy,2025-10-01 15:42:00,1780.0,10.2371,1,leg_gt,2.42,60 -17458,buy_contrast_m10_bb_pos,buy,2025-10-01 15:45:00,1780.0,10.2371,1,leg_gt,2.42,60 -17459,buy_contrast_m10_bb_pos,buy,2025-10-01 15:48:00,1779.0,10.2991,1,leg_gt,2.41,60 -17460,buy_contrast_m10_bb_pos,buy,2025-10-01 15:51:00,1776.0,10.4856,1,leg_gt,2.41,60 -17461,buy_contrast_m10_bb_pos,buy,2025-10-01 15:54:00,1777.0,10.4234,1,leg_gt,2.41,60 -17462,buy_contrast_m10_bb_pos,buy,2025-10-01 15:57:00,1773.0,10.6727,1,leg_gt,2.41,60 -17463,buy_contrast_m10_bb_pos,buy,2025-10-01 16:12:00,1779.0,10.2991,1,leg_gt,2.4,60 -17464,buy_contrast_m10_bb_pos,buy,2025-10-01 16:15:00,1780.0,10.2371,1,leg_gt,2.4,60 -17465,buy_contrast_m10_bb_pos,buy,2025-10-01 16:18:00,1784.0,9.9897,1,leg_gt,2.39,60 -17466,buy_contrast_m10_bb_pos,buy,2025-10-02 05:30:00,1858.0,5.6051,1,leg_gt,1.84,60 -17467,buy_contrast_m10_bb_pos,buy,2025-10-02 05:33:00,1856.0,5.719,1,leg_gt,1.84,60 -17468,buy_contrast_m10_bb_pos,buy,2025-10-02 05:36:00,1856.0,5.719,1,leg_gt,1.84,60 -17469,buy_contrast_m10_bb_pos,buy,2025-10-02 05:39:00,1855.0,5.776,1,leg_gt,1.84,60 -17470,buy_contrast_m10_bb_pos,buy,2025-10-02 05:51:00,1857.0,5.662,1,leg_gt,1.83,60 -17471,buy_contrast_m10_bb_pos,buy,2025-10-02 05:54:00,1856.0,5.719,1,leg_gt,1.83,60 -17472,buy_contrast_m10_bb_pos,buy,2025-10-02 05:57:00,1855.0,5.776,1,leg_gt,1.82,60 -17473,buy_contrast_m10_bb_pos,buy,2025-10-02 06:00:00,1854.0,5.8331,1,leg_gt,1.82,60 -17474,buy_contrast_m10_bb_pos,buy,2025-10-02 06:03:00,1851.0,6.0048,1,leg_gt,1.82,60 -17475,buy_contrast_m10_bb_pos,buy,2025-10-02 06:06:00,1853.0,5.8903,1,leg_gt,1.82,60 -17476,buy_contrast_m10_bb_pos,buy,2025-10-02 06:09:00,1851.0,6.0048,1,leg_gt,1.82,60 -17477,buy_contrast_m10_bb_pos,buy,2025-10-02 06:12:00,1850.0,6.0622,1,leg_gt,1.81,60 -17478,buy_contrast_m10_bb_pos,buy,2025-10-02 06:15:00,1850.0,6.0622,1,leg_gt,1.81,60 -17479,buy_contrast_m10_bb_pos,buy,2025-10-02 06:18:00,1851.0,6.0048,1,leg_gt,1.81,60 -17480,buy_contrast_m10_bb_pos,buy,2025-10-02 06:21:00,1849.0,6.1196,1,leg_gt,1.81,60 -17481,buy_contrast_m10_bb_pos,buy,2025-10-02 06:24:00,1846.0,6.2922,1,leg_gt,1.81,60 -17482,buy_contrast_m10_bb_pos,buy,2025-10-02 06:27:00,1847.0,6.2346,1,leg_gt,1.8,60 -17483,buy_contrast_m10_bb_pos,buy,2025-10-02 06:30:00,1847.0,6.2346,1,leg_gt,1.8,60 -17484,buy_contrast_m10_bb_pos,buy,2025-10-02 06:33:00,1844.0,6.4076,1,leg_gt,1.8,60 -17485,buy_contrast_m10_bb_pos,buy,2025-10-02 06:36:00,1845.0,6.3499,1,leg_gt,1.8,60 -17486,buy_contrast_m10_bb_pos,buy,2025-10-02 06:39:00,1843.0,6.4654,1,leg_gt,1.8,60 -17487,buy_contrast_m10_bb_pos,buy,2025-10-02 06:42:00,1843.0,6.4654,1,leg_gt,1.79,60 -17488,buy_contrast_m10_bb_pos,buy,2025-10-02 06:45:00,1840.0,6.6391,1,leg_gt,1.79,60 -17489,buy_contrast_m10_bb_pos,buy,2025-10-02 06:48:00,1845.0,6.3499,1,leg_gt,1.79,60 -17490,buy_contrast_m10_bb_pos,buy,2025-10-02 06:51:00,1847.0,6.2346,1,leg_gt,1.79,60 -17491,buy_contrast_m10_bb_pos,buy,2025-10-02 06:54:00,1850.0,6.0622,1,leg_gt,1.79,60 -17492,buy_contrast_m10_bb_pos,buy,2025-10-02 06:57:00,1852.0,5.9475,1,leg_gt,1.78,60 -17493,buy_contrast_m10_bb_pos,buy,2025-10-02 16:12:00,1889.0,3.8704,1,leg_gt,1.4,60 -17494,buy_contrast_m10_bb_pos,buy,2025-10-02 16:15:00,1888.0,3.9254,1,leg_gt,1.4,60 -17495,buy_contrast_m10_bb_pos,buy,2025-10-02 16:18:00,1889.0,3.8704,1,leg_gt,1.39,60 -17496,buy_contrast_m10_bb_pos,buy,2025-10-02 17:12:00,1881.0,4.3125,1,leg_gt,1.36,60 -17497,buy_contrast_m10_bb_pos,buy,2025-10-02 17:15:00,1882.0,4.2571,1,leg_gt,1.35,60 -17498,buy_contrast_m10_bb_pos,buy,2025-10-02 17:18:00,1882.0,4.2571,1,leg_gt,1.35,60 -17499,buy_contrast_m10_bb_pos,buy,2025-10-02 17:30:00,1882.0,4.2571,1,leg_gt,1.34,60 -17500,buy_contrast_m10_bb_pos,buy,2025-10-02 17:33:00,1885.0,4.091,1,leg_gt,1.34,60 -17501,buy_contrast_m10_bb_pos,buy,2025-10-02 17:36:00,1885.0,4.091,1,leg_gt,1.34,60 -17502,buy_contrast_m10_bb_pos,buy,2025-10-02 17:39:00,1885.0,4.091,1,leg_gt,1.34,60 -17503,buy_contrast_m10_bb_pos,buy,2025-10-02 22:30:00,1879.0,4.4237,1,leg_gt,1.14,60 -17504,buy_contrast_m10_bb_pos,buy,2025-10-02 22:33:00,1884.0,4.1463,1,leg_gt,1.13,60 -17505,buy_contrast_m10_bb_pos,buy,2025-10-02 22:36:00,1883.0,4.2016,1,leg_gt,1.13,60 -17506,buy_contrast_m10_bb_pos,buy,2025-10-02 22:39:00,1883.0,4.2016,1,leg_gt,1.13,60 -17507,buy_contrast_m10_bb_pos,buy,2025-10-02 22:42:00,1878.0,4.4793,1,leg_gt,1.13,60 -17508,buy_contrast_m10_bb_pos,buy,2025-10-02 22:45:00,1880.0,4.3681,1,leg_gt,1.12,60 -17509,buy_contrast_m10_bb_pos,buy,2025-10-02 22:48:00,1882.0,4.2571,1,leg_gt,1.12,60 -17510,buy_contrast_m10_bb_pos,buy,2025-10-02 23:21:00,1870.0,4.9267,1,leg_gt,1.1,60 -17511,buy_contrast_m10_bb_pos,buy,2025-10-02 23:24:00,1873.0,4.7585,1,leg_gt,1.1,60 -17512,buy_contrast_m10_bb_pos,buy,2025-10-02 23:27:00,1874.0,4.7026,1,leg_gt,1.1,60 -17513,buy_contrast_m10_bb_pos,buy,2025-10-02 23:42:00,1865.0,5.2083,1,leg_gt,1.09,60 -17514,buy_contrast_m10_bb_pos,buy,2025-10-02 23:45:00,1856.0,5.719,1,leg_gt,1.08,60 -17515,buy_contrast_m10_bb_pos,buy,2025-10-02 23:48:00,1857.0,5.662,1,leg_gt,1.08,60 -17516,buy_contrast_m10_bb_pos,buy,2025-10-03 00:12:00,1856.0,5.719,1,leg_gt,1.06,60 -17517,buy_contrast_m10_bb_pos,buy,2025-10-03 00:15:00,1859.0,5.5482,1,leg_gt,1.06,60 -17518,buy_contrast_m10_bb_pos,buy,2025-10-03 00:18:00,1859.0,5.5482,1,leg_gt,1.06,60 -17519,buy_contrast_m10_bb_pos,buy,2025-10-03 00:21:00,1858.0,5.6051,1,leg_gt,1.06,60 -17520,buy_contrast_m10_bb_pos,buy,2025-10-03 00:24:00,1862.0,5.378,1,leg_gt,1.06,60 -17521,buy_contrast_m10_bb_pos,buy,2025-10-03 00:27:00,1865.0,5.2083,1,leg_gt,1.05,60 -17522,buy_contrast_m10_bb_pos,buy,2025-10-03 08:21:00,1913.0,2.566,1,leg_gt,0.72,60 -17523,buy_contrast_m10_bb_pos,buy,2025-10-03 08:24:00,1912.0,2.6197,1,leg_gt,0.72,60 -17524,buy_contrast_m10_bb_pos,buy,2025-10-03 08:27:00,1910.0,2.7272,1,leg_gt,0.72,60 -17525,buy_contrast_m10_bb_pos,buy,2025-10-03 08:30:00,1909.0,2.7811,1,leg_gt,0.72,60 -17526,buy_contrast_m10_bb_pos,buy,2025-10-03 08:33:00,1907.0,2.889,1,leg_gt,0.72,60 -17527,buy_contrast_m10_bb_pos,buy,2025-10-03 08:36:00,1907.0,2.889,1,leg_gt,0.71,60 -17528,buy_contrast_m10_bb_pos,buy,2025-10-03 08:39:00,1908.0,2.835,1,leg_gt,0.71,60 -17529,buy_contrast_m10_bb_pos,buy,2025-10-03 08:42:00,1908.0,2.835,1,leg_gt,0.71,60 -17530,buy_contrast_m10_bb_pos,buy,2025-10-03 08:45:00,1908.0,2.835,1,leg_gt,0.71,60 -17531,buy_contrast_m10_bb_pos,buy,2025-10-03 08:48:00,1907.0,2.889,1,leg_gt,0.71,60 -17532,buy_contrast_m10_bb_pos,buy,2025-10-03 08:51:00,1907.0,2.889,1,leg_gt,0.7,60 -17533,buy_contrast_m10_bb_pos,buy,2025-10-03 08:54:00,1914.0,2.5123,1,leg_gt,0.7,60 -17534,buy_contrast_m10_bb_pos,buy,2025-10-03 08:57:00,1916.0,2.4052,1,leg_gt,0.7,60 -17535,buy_contrast_m10_bb_pos,buy,2025-10-03 09:12:00,1902.0,3.1597,1,leg_gt,0.69,60 -17536,buy_contrast_m10_bb_pos,buy,2025-10-03 09:15:00,1901.0,3.214,1,leg_gt,0.69,60 -17537,buy_contrast_m10_bb_pos,buy,2025-10-03 09:18:00,1907.0,2.889,1,leg_gt,0.69,60 -17538,buy_contrast_m10_bb_pos,buy,2025-10-03 09:21:00,1905.0,2.9971,1,leg_gt,0.68,60 -17539,buy_contrast_m10_bb_pos,buy,2025-10-03 09:24:00,1906.0,2.943,1,leg_gt,0.68,60 -17540,buy_contrast_m10_bb_pos,buy,2025-10-03 09:27:00,1909.0,2.7811,1,leg_gt,0.68,60 -17541,buy_contrast_m10_bb_pos,buy,2025-10-03 09:51:00,1903.0,3.1055,1,leg_gt,0.66,60 -17542,buy_contrast_m10_bb_pos,buy,2025-10-03 09:54:00,1904.0,3.0513,1,leg_gt,0.66,60 -17543,buy_contrast_m10_bb_pos,buy,2025-10-03 09:57:00,1900.0,3.2684,1,leg_gt,0.66,60 -17544,buy_contrast_m10_bb_pos,buy,2025-10-03 10:00:00,1897.0,3.4319,1,leg_gt,0.66,60 -17545,buy_contrast_m10_bb_pos,buy,2025-10-03 10:03:00,1899.0,3.3229,1,leg_gt,0.65,60 -17546,buy_contrast_m10_bb_pos,buy,2025-10-03 10:06:00,1903.0,3.1055,1,leg_gt,0.65,60 -17547,buy_contrast_m10_bb_pos,buy,2025-10-03 10:09:00,1897.0,3.4319,1,leg_gt,0.65,60 -17548,buy_contrast_m10_bb_pos,buy,2025-10-03 10:12:00,1894.0,3.5959,1,leg_gt,0.65,60 -17549,buy_contrast_m10_bb_pos,buy,2025-10-03 10:15:00,1894.0,3.5959,1,leg_gt,0.65,60 -17550,buy_contrast_m10_bb_pos,buy,2025-10-03 10:18:00,1894.0,3.5959,1,leg_gt,0.64,60 -17551,buy_contrast_m10_bb_pos,buy,2025-10-03 10:21:00,1893.0,3.6507,1,leg_gt,0.64,60 -17552,buy_contrast_m10_bb_pos,buy,2025-10-03 10:24:00,1886.0,4.0357,1,leg_gt,0.64,60 -17553,buy_contrast_m10_bb_pos,buy,2025-10-03 10:27:00,1884.0,4.1463,1,leg_gt,0.64,60 -17554,buy_contrast_m10_bb_pos,buy,2025-10-03 10:51:00,1883.0,4.2016,1,leg_gt,0.62,60 -17555,buy_contrast_m10_bb_pos,buy,2025-10-03 10:54:00,1879.0,4.4237,1,leg_gt,0.62,60 -17556,buy_contrast_m10_bb_pos,buy,2025-10-03 10:57:00,1880.0,4.3681,1,leg_gt,0.62,60 -17557,buy_contrast_m10_bb_pos,buy,2025-10-03 11:00:00,1881.0,4.3125,1,leg_gt,0.61,60 -17558,buy_contrast_m10_bb_pos,buy,2025-10-03 11:03:00,1879.0,4.4237,1,leg_gt,0.61,60 -17559,buy_contrast_m10_bb_pos,buy,2025-10-03 11:06:00,1883.0,4.2016,1,leg_gt,0.61,60 -17560,buy_contrast_m10_bb_pos,buy,2025-10-03 11:09:00,1882.0,4.2571,1,leg_gt,0.61,60 -17561,buy_contrast_m10_bb_pos,buy,2025-10-03 11:12:00,1887.0,3.9806,1,leg_gt,0.61,60 -17562,buy_contrast_m10_bb_pos,buy,2025-10-03 11:15:00,1892.0,3.7055,1,leg_gt,0.6,60 -17563,buy_contrast_m10_bb_pos,buy,2025-10-03 11:18:00,1892.0,3.7055,1,leg_gt,0.6,60 -17564,buy_contrast_m10_bb_pos,buy,2025-10-03 14:51:00,1894.0,3.5959,1,leg_gt,0.45,60 -17565,buy_contrast_m10_bb_pos,buy,2025-10-03 14:54:00,1895.0,3.5412,1,leg_gt,0.45,60 -17566,buy_contrast_m10_bb_pos,buy,2025-10-03 14:57:00,1896.0,3.4865,1,leg_gt,0.45,60 -17567,buy_contrast_m10_bb_pos,buy,2025-10-03 16:12:00,1898.0,3.3773,1,leg_gt,0.4,60 -17568,buy_contrast_m10_bb_pos,buy,2025-10-03 16:15:00,1898.0,3.3773,1,leg_gt,0.4,60 -17569,buy_contrast_m10_bb_pos,buy,2025-10-03 16:18:00,1903.0,3.1055,1,leg_gt,0.39,60 -17570,buy_contrast_m10_bb_pos,buy,2025-10-03 20:21:00,1883.0,4.2016,1,leg_gt,0.22,60 -17571,buy_contrast_m10_bb_pos,buy,2025-10-03 20:24:00,1885.0,4.091,1,leg_gt,0.22,60 -17572,buy_contrast_m10_bb_pos,buy,2025-10-03 20:27:00,1885.0,4.091,1,leg_gt,0.22,60 -17573,buy_contrast_m10_bb_pos,buy,2025-10-03 20:30:00,1885.0,4.091,1,leg_gt,0.22,60 -17574,buy_contrast_m10_bb_pos,buy,2025-10-03 20:33:00,1884.0,4.1463,1,leg_gt,0.22,60 -17575,buy_contrast_m10_bb_pos,buy,2025-10-03 20:36:00,1887.0,3.9806,1,leg_gt,0.21,60 -17576,buy_contrast_m10_bb_pos,buy,2025-10-03 20:39:00,1884.0,4.1463,1,leg_gt,0.21,60 -17577,buy_contrast_m10_bb_pos,buy,2025-10-03 20:42:00,1886.0,4.0357,1,leg_gt,0.21,60 -17578,buy_contrast_m10_bb_pos,buy,2025-10-03 20:45:00,1887.0,3.9806,1,leg_gt,0.21,60 -17579,buy_contrast_m10_bb_pos,buy,2025-10-03 20:48:00,1883.0,4.2016,1,leg_gt,0.21,60 -17580,buy_contrast_m10_bb_pos,buy,2025-10-03 21:51:00,1880.0,4.3681,1,leg_gt,0.16,60 -17581,buy_contrast_m10_bb_pos,buy,2025-10-03 21:54:00,1884.0,4.1463,1,leg_gt,0.16,60 -17582,buy_contrast_m10_bb_pos,buy,2025-10-03 21:57:00,1885.0,4.091,1,leg_gt,0.16,60 -17583,buy_contrast_m10_bb_pos,buy,2025-10-03 22:12:00,1875.0,4.6467,1,leg_gt,0.15,60 -17584,buy_contrast_m10_bb_pos,buy,2025-10-03 22:15:00,1874.0,4.7026,1,leg_gt,0.15,60 -17585,buy_contrast_m10_bb_pos,buy,2025-10-03 22:18:00,1876.0,4.5908,1,leg_gt,0.14,60 -17586,buy_contrast_m10_bb_pos,buy,2025-10-03 23:21:00,1870.0,4.9267,1,leg_gt,0.1,60 -17587,buy_contrast_m10_bb_pos,buy,2025-10-03 23:24:00,1880.0,4.3681,1,leg_gt,0.1,60 -17588,buy_contrast_m10_bb_pos,buy,2025-10-03 23:27:00,1883.0,4.2016,1,leg_gt,0.1,60 -17589,buy_contrast_m10_bb_pos,buy,2025-10-04 00:12:00,1873.0,4.7585,1,leg_gt,0.06,60 -17590,buy_contrast_m10_bb_pos,buy,2025-10-04 00:15:00,1878.0,4.4793,1,leg_gt,0.06,60 -17591,buy_contrast_m10_bb_pos,buy,2025-10-04 00:18:00,1881.0,4.3125,1,leg_gt,0.06,60 -17592,buy_contrast_m10_bb_pos,buy,2025-10-04 08:51:00,1902.0,-3.202,0,leg_gt,4.87,60 -17593,buy_contrast_m10_bb_pos,buy,2025-10-04 08:54:00,1903.0,-3.2529,0,leg_gt,4.86,60 -17594,buy_contrast_m10_bb_pos,buy,2025-10-04 08:57:00,1901.0,-3.151,0,leg_gt,4.86,60 -17595,buy_contrast_m10_bb_pos,buy,2025-10-04 09:00:00,1901.0,-3.151,0,leg_gt,4.86,60 -17596,buy_contrast_m10_bb_pos,buy,2025-10-04 09:03:00,1901.0,-3.151,0,leg_gt,4.86,60 -17597,buy_contrast_m10_bb_pos,buy,2025-10-04 09:06:00,1901.0,-3.151,0,leg_gt,4.86,60 -17598,buy_contrast_m10_bb_pos,buy,2025-10-04 09:09:00,1899.0,-3.0489,0,leg_gt,4.85,60 -17599,buy_contrast_m10_bb_pos,buy,2025-10-04 10:00:00,1890.0,-2.5868,0,leg_gt,4.82,60 -17600,buy_contrast_m10_bb_pos,buy,2025-10-04 10:03:00,1890.0,-2.5868,0,leg_gt,4.82,60 -17601,buy_contrast_m10_bb_pos,buy,2025-10-04 10:06:00,1887.0,-2.4317,0,leg_gt,4.81,60 -17602,buy_contrast_m10_bb_pos,buy,2025-10-04 10:09:00,1888.0,-2.4835,0,leg_gt,4.81,60 -17603,buy_contrast_m10_bb_pos,buy,2025-10-04 10:12:00,1886.0,-2.38,0,leg_gt,4.81,60 -17604,buy_contrast_m10_bb_pos,buy,2025-10-04 10:15:00,1881.0,-2.1202,0,leg_gt,4.81,60 -17605,buy_contrast_m10_bb_pos,buy,2025-10-04 10:18:00,1883.0,-2.2243,0,leg_gt,4.81,60 -17606,buy_contrast_m10_bb_pos,buy,2025-10-04 10:21:00,1886.0,-2.38,0,leg_gt,4.8,60 -17607,buy_contrast_m10_bb_pos,buy,2025-10-04 10:24:00,1884.0,-2.2762,0,leg_gt,4.8,60 -17608,buy_contrast_m10_bb_pos,buy,2025-10-04 10:27:00,1883.0,-2.2243,0,leg_gt,4.8,60 -17609,buy_contrast_m10_bb_pos,buy,2025-10-04 10:30:00,1882.0,-2.1723,0,leg_gt,4.8,60 -17610,buy_contrast_m10_bb_pos,buy,2025-10-04 10:33:00,1883.0,-2.2243,0,leg_gt,4.8,60 -17611,buy_contrast_m10_bb_pos,buy,2025-10-04 10:36:00,1881.0,-2.1202,0,leg_gt,4.79,60 -17612,buy_contrast_m10_bb_pos,buy,2025-10-04 10:39:00,1880.0,-2.0681,0,leg_gt,4.79,60 -17613,buy_contrast_m10_bb_pos,buy,2025-10-04 10:42:00,1882.0,-2.1723,0,leg_gt,4.79,60 -17614,buy_contrast_m10_bb_pos,buy,2025-10-04 10:45:00,1882.0,-2.1723,0,leg_gt,4.79,60 -17615,buy_contrast_m10_bb_pos,buy,2025-10-04 10:48:00,1881.0,-2.1202,0,leg_gt,4.79,60 -17616,buy_contrast_m10_bb_pos,buy,2025-10-04 10:51:00,1877.0,-1.9114,0,leg_gt,4.78,60 -17617,buy_contrast_m10_bb_pos,buy,2025-10-04 10:54:00,1874.0,-1.7542,0,leg_gt,4.78,60 -17618,buy_contrast_m10_bb_pos,buy,2025-10-04 10:57:00,1875.0,-1.8067,0,leg_gt,4.78,60 -17619,buy_contrast_m10_bb_pos,buy,2025-10-04 11:00:00,1875.0,-1.8067,0,leg_gt,4.78,60 -17620,buy_contrast_m10_bb_pos,buy,2025-10-04 11:03:00,1880.0,-2.0681,0,leg_gt,4.78,60 -17621,buy_contrast_m10_bb_pos,buy,2025-10-04 11:06:00,1880.0,-2.0681,0,leg_gt,4.77,60 -17622,buy_contrast_m10_bb_pos,buy,2025-10-04 11:09:00,1875.0,-1.8067,0,leg_gt,4.77,60 -17623,buy_contrast_m10_bb_pos,buy,2025-10-04 11:12:00,1873.0,-1.7017,0,leg_gt,4.77,60 -17624,buy_contrast_m10_bb_pos,buy,2025-10-04 11:15:00,1870.0,-1.5439,0,leg_gt,4.77,60 -17625,buy_contrast_m10_bb_pos,buy,2025-10-04 11:18:00,1864.0,-1.2266,0,leg_gt,4.76,60 -17626,buy_contrast_m10_bb_pos,buy,2025-10-04 11:30:00,1869.0,-1.4911,0,leg_gt,4.76,60 -17627,buy_contrast_m10_bb_pos,buy,2025-10-04 11:33:00,1869.0,-1.4911,0,leg_gt,4.75,60 -17628,buy_contrast_m10_bb_pos,buy,2025-10-04 11:36:00,1872.0,-1.6491,0,leg_gt,4.75,60 -17629,buy_contrast_m10_bb_pos,buy,2025-10-04 11:39:00,1872.0,-1.6491,0,leg_gt,4.75,60 -17630,buy_contrast_m10_bb_pos,buy,2025-10-04 11:42:00,1870.0,-1.5439,0,leg_gt,4.75,60 -17631,buy_contrast_m10_bb_pos,buy,2025-10-04 11:45:00,1870.0,-1.5439,0,leg_gt,4.75,60 -17632,buy_contrast_m10_bb_pos,buy,2025-10-04 11:48:00,1868.0,-1.4383,0,leg_gt,4.74,60 -17633,buy_contrast_m10_bb_pos,buy,2025-10-04 11:51:00,1868.0,-1.4383,0,leg_gt,4.74,60 -17634,buy_contrast_m10_bb_pos,buy,2025-10-04 11:54:00,1869.0,-1.4911,0,leg_gt,4.74,60 -17635,buy_contrast_m10_bb_pos,buy,2025-10-04 11:57:00,1870.0,-1.5439,0,leg_gt,4.74,60 -17636,buy_contrast_m10_bb_pos,buy,2025-10-04 12:21:00,1865.0,-1.2796,0,leg_gt,4.72,60 -17637,buy_contrast_m10_bb_pos,buy,2025-10-04 12:24:00,1865.0,-1.2796,0,leg_gt,4.72,60 -17638,buy_contrast_m10_bb_pos,buy,2025-10-04 12:27:00,1866.0,-1.3326,0,leg_gt,4.72,60 -17639,buy_contrast_m10_bb_pos,buy,2025-10-04 14:51:00,1864.0,-1.2266,0,leg_gt,4.62,60 -17640,buy_contrast_m10_bb_pos,buy,2025-10-04 14:54:00,1867.0,-1.3855,0,leg_gt,4.61,60 -17641,buy_contrast_m10_bb_pos,buy,2025-10-04 14:57:00,1866.0,-1.3326,0,leg_gt,4.61,60 -17642,buy_contrast_m10_bb_pos,buy,2025-10-04 16:51:00,1860.0,-1.014,0,leg_gt,4.53,60 -17643,buy_contrast_m10_bb_pos,buy,2025-10-04 16:54:00,1860.0,-1.014,0,leg_gt,4.53,60 -17644,buy_contrast_m10_bb_pos,buy,2025-10-04 16:57:00,1861.0,-1.0672,0,leg_gt,4.53,60 -17645,buy_contrast_m10_bb_pos,buy,2025-10-04 17:12:00,1860.0,-1.014,0,leg_gt,4.52,60 -17646,buy_contrast_m10_bb_pos,buy,2025-10-04 17:15:00,1856.0,-0.8004,0,leg_gt,4.52,60 -17647,buy_contrast_m10_bb_pos,buy,2025-10-04 17:18:00,1849.0,-0.4245,0,leg_gt,4.51,60 -17648,buy_contrast_m10_bb_pos,buy,2025-10-04 17:51:00,1846.0,-0.2625,0,leg_gt,4.49,60 -17649,buy_contrast_m10_bb_pos,buy,2025-10-04 17:54:00,1845.0,-0.2084,0,leg_gt,4.49,60 -17650,buy_contrast_m10_bb_pos,buy,2025-10-04 17:57:00,1847.0,-0.3166,0,leg_gt,4.49,60 -17651,buy_contrast_m10_bb_pos,buy,2025-10-04 18:00:00,1846.0,-0.2625,0,leg_gt,4.49,60 -17652,buy_contrast_m10_bb_pos,buy,2025-10-04 18:03:00,1843.0,-0.1,0,leg_gt,4.48,60 -17653,buy_contrast_m10_bb_pos,buy,2025-10-04 18:06:00,1848.0,-0.3706,0,leg_gt,4.48,60 -17654,buy_contrast_m10_bb_pos,buy,2025-10-04 18:09:00,1851.0,-0.5322,0,leg_gt,4.48,60 -17655,buy_contrast_m10_bb_pos,buy,2025-10-04 18:51:00,1841.0,0.0086,1,leg_gt,4.45,60 -17656,buy_contrast_m10_bb_pos,buy,2025-10-04 18:54:00,1835.0,0.336,1,leg_gt,4.45,60 -17657,buy_contrast_m10_bb_pos,buy,2025-10-04 18:57:00,1834.0,0.3907,1,leg_gt,4.45,60 -17658,buy_contrast_m10_bb_pos,buy,2025-10-04 19:21:00,1838.0,0.172,1,leg_gt,4.43,60 -17659,buy_contrast_m10_bb_pos,buy,2025-10-04 19:24:00,1839.0,0.1175,1,leg_gt,4.43,60 -17660,buy_contrast_m10_bb_pos,buy,2025-10-04 19:27:00,1840.0,0.063,1,leg_gt,4.42,60 -17661,buy_contrast_m10_bb_pos,buy,2025-10-04 19:42:00,1829.0,0.6654,1,leg_gt,4.41,60 -17662,buy_contrast_m10_bb_pos,buy,2025-10-04 19:45:00,1830.0,0.6104,1,leg_gt,4.41,60 -17663,buy_contrast_m10_bb_pos,buy,2025-10-04 19:48:00,1830.0,0.6104,1,leg_gt,4.41,60 -17664,buy_contrast_m10_bb_pos,buy,2025-10-04 20:00:00,1826.0,0.831,1,leg_gt,4.4,60 -17665,buy_contrast_m10_bb_pos,buy,2025-10-04 20:03:00,1826.0,0.831,1,leg_gt,4.4,60 -17666,buy_contrast_m10_bb_pos,buy,2025-10-04 20:06:00,1830.0,0.6104,1,leg_gt,4.4,60 -17667,buy_contrast_m10_bb_pos,buy,2025-10-04 20:09:00,1827.0,0.7758,1,leg_gt,4.4,60 -17668,buy_contrast_m10_bb_pos,buy,2025-10-04 20:12:00,1826.0,0.831,1,leg_gt,4.39,60 -17669,buy_contrast_m10_bb_pos,buy,2025-10-04 20:15:00,1824.0,0.9417,1,leg_gt,4.39,60 -17670,buy_contrast_m10_bb_pos,buy,2025-10-04 20:18:00,1826.0,0.831,1,leg_gt,4.39,60 -17671,buy_contrast_m10_bb_pos,buy,2025-10-04 20:21:00,1824.0,0.9417,1,leg_gt,4.39,60 -17672,buy_contrast_m10_bb_pos,buy,2025-10-04 20:24:00,1827.0,0.7758,1,leg_gt,4.39,60 -17673,buy_contrast_m10_bb_pos,buy,2025-10-04 20:27:00,1825.0,0.8863,1,leg_gt,4.38,60 -17674,buy_contrast_m10_bb_pos,buy,2025-10-04 23:51:00,1822.0,1.0526,1,leg_gt,4.24,60 -17675,buy_contrast_m10_bb_pos,buy,2025-10-04 23:54:00,1825.0,0.8863,1,leg_gt,4.24,60 -17676,buy_contrast_m10_bb_pos,buy,2025-10-04 23:57:00,1824.0,0.9417,1,leg_gt,4.24,60 -17677,buy_contrast_m10_bb_pos,buy,2025-10-05 01:00:00,1803.0,2.1185,1,leg_gt,4.19,60 -17678,buy_contrast_m10_bb_pos,buy,2025-10-05 09:51:00,1801.0,2.232,1,leg_gt,3.82,60 -17679,buy_contrast_m10_bb_pos,buy,2025-10-05 09:54:00,1798.0,2.4028,1,leg_gt,3.82,60 -17680,buy_contrast_m10_bb_pos,buy,2025-10-05 09:57:00,1797.0,2.4598,1,leg_gt,3.82,60 -17681,buy_contrast_m10_bb_pos,buy,2025-10-05 10:21:00,1799.0,2.3458,1,leg_gt,3.8,60 -17682,buy_contrast_m10_bb_pos,buy,2025-10-05 10:24:00,1801.0,2.232,1,leg_gt,3.8,60 -17683,buy_contrast_m10_bb_pos,buy,2025-10-05 10:27:00,1801.0,2.232,1,leg_gt,3.8,60 -17684,buy_contrast_m10_bb_pos,buy,2025-10-05 18:51:00,1848.0,-0.3706,0,leg_gt,3.45,60 -17685,buy_contrast_m10_bb_pos,buy,2025-10-05 18:54:00,1843.0,-0.1,0,leg_gt,3.45,60 -17686,buy_contrast_m10_bb_pos,buy,2025-10-05 18:57:00,1843.0,-0.1,0,leg_gt,3.45,60 -17687,buy_contrast_m10_bb_pos,buy,2025-10-05 19:21:00,1842.0,-0.0457,0,leg_gt,3.43,60 -17688,buy_contrast_m10_bb_pos,buy,2025-10-05 19:24:00,1837.0,0.2266,1,leg_gt,3.43,60 -17689,buy_contrast_m10_bb_pos,buy,2025-10-05 19:27:00,1831.0,0.5554,1,leg_gt,3.42,60 -17690,buy_contrast_m10_bb_pos,buy,2025-10-05 19:30:00,1832.0,0.5004,1,leg_gt,3.42,60 -17691,buy_contrast_m10_bb_pos,buy,2025-10-05 19:33:00,1828.0,0.7206,1,leg_gt,3.42,60 -17692,buy_contrast_m10_bb_pos,buy,2025-10-05 19:36:00,1829.0,0.6654,1,leg_gt,3.42,60 -17693,buy_contrast_m10_bb_pos,buy,2025-10-05 19:39:00,1832.0,0.5004,1,leg_gt,3.42,60 -17694,buy_contrast_m10_bb_pos,buy,2025-10-05 19:42:00,1833.0,0.4456,1,leg_gt,3.41,60 -17695,buy_contrast_m10_bb_pos,buy,2025-10-05 19:45:00,1835.0,0.336,1,leg_gt,3.41,60 -17696,buy_contrast_m10_bb_pos,buy,2025-10-05 19:48:00,1838.0,0.172,1,leg_gt,3.41,60 -17697,buy_contrast_m10_bb_pos,buy,2025-10-05 20:12:00,1823.0,0.9971,1,leg_gt,3.39,60 -17698,buy_contrast_m10_bb_pos,buy,2025-10-05 20:15:00,1821.0,1.1081,1,leg_gt,3.39,60 -17699,buy_contrast_m10_bb_pos,buy,2025-10-05 20:18:00,1823.0,0.9971,1,leg_gt,3.39,60 -17700,buy_contrast_m10_bb_pos,buy,2025-10-05 20:21:00,1820.0,1.1637,1,leg_gt,3.39,60 -17701,buy_contrast_m10_bb_pos,buy,2025-10-05 20:24:00,1822.0,1.0526,1,leg_gt,3.39,60 -17702,buy_contrast_m10_bb_pos,buy,2025-10-05 20:27:00,1828.0,0.7206,1,leg_gt,3.38,60 -17703,buy_contrast_m10_bb_pos,buy,2025-10-06 01:51:00,1823.0,0.9971,1,leg_gt,3.16,60 -17704,buy_contrast_m10_bb_pos,buy,2025-10-06 01:54:00,1830.0,0.6104,1,leg_gt,3.16,60 -17705,buy_contrast_m10_bb_pos,buy,2025-10-06 01:57:00,1832.0,0.5004,1,leg_gt,3.15,60 -17706,buy_contrast_m10_bb_pos,buy,2025-10-06 02:42:00,1820.0,1.1637,1,leg_gt,3.12,60 -17707,buy_contrast_m10_bb_pos,buy,2025-10-06 02:45:00,1821.0,1.1081,1,leg_gt,3.12,60 -17708,buy_contrast_m10_bb_pos,buy,2025-10-06 02:48:00,1819.0,1.2194,1,leg_gt,3.12,60 -17709,buy_contrast_m10_bb_pos,buy,2025-10-06 02:51:00,1814.0,1.4987,1,leg_gt,3.12,60 -17710,buy_contrast_m10_bb_pos,buy,2025-10-06 02:54:00,1811.0,1.667,1,leg_gt,3.11,60 -17711,buy_contrast_m10_bb_pos,buy,2025-10-06 02:57:00,1812.0,1.6108,1,leg_gt,3.11,60 -17712,buy_contrast_m10_bb_pos,buy,2025-10-06 03:00:00,1816.0,1.3868,1,leg_gt,3.11,60 -17713,buy_contrast_m10_bb_pos,buy,2025-10-06 03:03:00,1816.0,1.3868,1,leg_gt,3.11,60 -17714,buy_contrast_m10_bb_pos,buy,2025-10-06 03:06:00,1816.0,1.3868,1,leg_gt,3.11,60 -17715,buy_contrast_m10_bb_pos,buy,2025-10-06 03:09:00,1811.0,1.667,1,leg_gt,3.1,60 -17716,buy_contrast_m10_bb_pos,buy,2025-10-06 03:21:00,1811.0,1.667,1,leg_gt,3.1,60 -17717,buy_contrast_m10_bb_pos,buy,2025-10-06 03:24:00,1810.0,1.7232,1,leg_gt,3.09,60 -17718,buy_contrast_m10_bb_pos,buy,2025-10-06 03:27:00,1816.0,1.3868,1,leg_gt,3.09,60 -17719,buy_contrast_m10_bb_pos,buy,2025-10-06 04:12:00,1805.0,2.0053,1,leg_gt,3.06,60 -17720,buy_contrast_m10_bb_pos,buy,2025-10-06 04:15:00,1806.0,1.9487,1,leg_gt,3.06,60 -17721,buy_contrast_m10_bb_pos,buy,2025-10-06 04:18:00,1805.0,2.0053,1,leg_gt,3.06,60 -17722,buy_contrast_m10_bb_pos,buy,2025-10-06 04:42:00,1806.0,1.9487,1,leg_gt,3.04,60 -17723,buy_contrast_m10_bb_pos,buy,2025-10-06 04:45:00,1802.0,2.1752,1,leg_gt,3.04,60 -17724,buy_contrast_m10_bb_pos,buy,2025-10-06 04:48:00,1805.0,2.0053,1,leg_gt,3.04,60 -17725,buy_contrast_m10_bb_pos,buy,2025-10-06 04:51:00,1802.0,2.1752,1,leg_gt,3.03,60 -17726,buy_contrast_m10_bb_pos,buy,2025-10-06 04:54:00,1802.0,2.1752,1,leg_gt,3.03,60 -17727,buy_contrast_m10_bb_pos,buy,2025-10-06 04:57:00,1800.0,2.2889,1,leg_gt,3.03,60 -17728,buy_contrast_m10_bb_pos,buy,2025-10-06 05:00:00,1798.0,2.4028,1,leg_gt,3.03,60 -17729,buy_contrast_m10_bb_pos,buy,2025-10-06 05:03:00,1800.0,2.2889,1,leg_gt,3.02,60 -17730,buy_contrast_m10_bb_pos,buy,2025-10-06 05:06:00,1801.0,2.232,1,leg_gt,3.02,60 -17731,buy_contrast_m10_bb_pos,buy,2025-10-06 05:09:00,1805.0,2.0053,1,leg_gt,3.02,60 -17732,buy_contrast_m10_bb_pos,buy,2025-10-06 13:21:00,1803.0,2.1185,1,leg_gt,2.68,60 -17733,buy_contrast_m10_bb_pos,buy,2025-10-06 13:24:00,1805.0,2.0053,1,leg_gt,2.68,60 -17734,buy_contrast_m10_bb_pos,buy,2025-10-06 13:27:00,1804.0,2.0619,1,leg_gt,2.68,60 -17735,buy_contrast_m10_bb_pos,buy,2025-10-06 13:42:00,1800.0,2.2889,1,leg_gt,2.66,60 -17736,buy_contrast_m10_bb_pos,buy,2025-10-06 13:45:00,1800.0,2.2889,1,leg_gt,2.66,60 -17737,buy_contrast_m10_bb_pos,buy,2025-10-06 13:48:00,1797.0,2.4598,1,leg_gt,2.66,60 -17738,buy_contrast_m10_bb_pos,buy,2025-10-06 14:00:00,1798.0,2.4028,1,leg_gt,2.65,60 -17739,buy_contrast_m10_bb_pos,buy,2025-10-06 14:03:00,1799.0,2.3458,1,leg_gt,2.65,60 -17740,buy_contrast_m10_bb_pos,buy,2025-10-06 14:06:00,1799.0,2.3458,1,leg_gt,2.65,60 -17741,buy_contrast_m10_bb_pos,buy,2025-10-06 14:09:00,1801.0,2.232,1,leg_gt,2.65,60 -17742,buy_contrast_m10_bb_pos,buy,2025-10-06 14:21:00,1799.0,2.3458,1,leg_gt,2.64,60 -17743,buy_contrast_m10_bb_pos,buy,2025-10-06 14:24:00,1800.0,2.2889,1,leg_gt,2.64,60 -17744,buy_contrast_m10_bb_pos,buy,2025-10-06 14:27:00,1804.0,2.0619,1,leg_gt,2.63,60 -17745,buy_contrast_m10_bb_pos,buy,2025-10-06 19:42:00,1799.0,2.3458,1,leg_gt,2.41,60 -17746,buy_contrast_m10_bb_pos,buy,2025-10-06 19:45:00,1798.0,2.4028,1,leg_gt,2.41,60 -17747,buy_contrast_m10_bb_pos,buy,2025-10-06 19:48:00,1801.0,2.232,1,leg_gt,2.41,60 -17748,buy_contrast_m10_bb_pos,buy,2025-10-06 20:12:00,1798.0,2.4028,1,leg_gt,2.39,60 -17749,buy_contrast_m10_bb_pos,buy,2025-10-06 20:15:00,1799.0,2.3458,1,leg_gt,2.39,60 -17750,buy_contrast_m10_bb_pos,buy,2025-10-06 20:18:00,1797.0,2.4598,1,leg_gt,2.39,60 -17751,buy_contrast_m10_bb_pos,buy,2025-10-06 20:21:00,1797.0,2.4598,1,leg_gt,2.39,60 -17752,buy_contrast_m10_bb_pos,buy,2025-10-06 20:24:00,1801.0,2.232,1,leg_gt,2.39,60 -17753,buy_contrast_m10_bb_pos,buy,2025-10-06 20:27:00,1801.0,2.232,1,leg_gt,2.38,60 -17754,buy_contrast_m10_bb_pos,buy,2025-10-07 09:30:00,1856.0,-0.8004,0,leg_gt,1.84,60 -17755,buy_contrast_m10_bb_pos,buy,2025-10-07 09:33:00,1854.0,-0.6933,0,leg_gt,1.84,60 -17756,buy_contrast_m10_bb_pos,buy,2025-10-07 09:36:00,1853.0,-0.6397,0,leg_gt,1.84,60 -17757,buy_contrast_m10_bb_pos,buy,2025-10-07 09:39:00,1852.0,-0.586,0,leg_gt,1.83,60 -17758,buy_contrast_m10_bb_pos,buy,2025-10-07 09:42:00,1853.0,-0.6397,0,leg_gt,1.83,60 -17759,buy_contrast_m10_bb_pos,buy,2025-10-07 09:45:00,1857.0,-0.8539,0,leg_gt,1.83,60 -17760,buy_contrast_m10_bb_pos,buy,2025-10-07 09:48:00,1853.0,-0.6397,0,leg_gt,1.83,60 -17761,buy_contrast_m10_bb_pos,buy,2025-10-07 16:30:00,1854.0,-0.6933,0,leg_gt,1.55,60 -17762,buy_contrast_m10_bb_pos,buy,2025-10-07 16:33:00,1850.0,-0.4784,0,leg_gt,1.55,60 -17763,buy_contrast_m10_bb_pos,buy,2025-10-07 16:36:00,1843.0,-0.1,0,leg_gt,1.54,60 -17764,buy_contrast_m10_bb_pos,buy,2025-10-07 16:39:00,1838.0,0.172,1,leg_gt,1.54,60 -17765,buy_contrast_m10_bb_pos,buy,2025-10-07 17:00:00,1844.0,-0.1542,0,leg_gt,1.53,60 -17766,buy_contrast_m10_bb_pos,buy,2025-10-07 17:03:00,1837.0,0.2266,1,leg_gt,1.52,60 -17767,buy_contrast_m10_bb_pos,buy,2025-10-07 17:06:00,1835.0,0.336,1,leg_gt,1.52,60 -17768,buy_contrast_m10_bb_pos,buy,2025-10-07 17:09:00,1827.0,0.7758,1,leg_gt,1.52,60 -17769,buy_contrast_m10_bb_pos,buy,2025-10-07 17:42:00,1810.0,1.7232,1,leg_gt,1.5,60 -17770,buy_contrast_m10_bb_pos,buy,2025-10-07 17:45:00,1810.0,1.7232,1,leg_gt,1.5,60 -17771,buy_contrast_m10_bb_pos,buy,2025-10-07 17:48:00,1810.0,1.7232,1,leg_gt,1.49,60 -17772,buy_contrast_m10_bb_pos,buy,2025-10-07 17:51:00,1810.0,1.7232,1,leg_gt,1.49,60 -17773,buy_contrast_m10_bb_pos,buy,2025-10-07 17:54:00,1815.0,1.4427,1,leg_gt,1.49,60 -17774,buy_contrast_m10_bb_pos,buy,2025-10-07 17:57:00,1814.0,1.4987,1,leg_gt,1.49,60 -17775,buy_contrast_m10_bb_pos,buy,2025-10-08 00:42:00,1752.0,5.0941,1,leg_gt,1.21,60 -17776,buy_contrast_m10_bb_pos,buy,2025-10-08 00:45:00,1750.0,5.2143,1,leg_gt,1.2,60 -17777,buy_contrast_m10_bb_pos,buy,2025-10-08 00:48:00,1746.0,5.4556,1,leg_gt,1.2,60 -17778,buy_contrast_m10_bb_pos,buy,2025-10-08 03:12:00,1741.0,5.7587,1,leg_gt,1.1,60 -17779,buy_contrast_m10_bb_pos,buy,2025-10-08 03:15:00,1742.0,5.6979,1,leg_gt,1.1,60 -17780,buy_contrast_m10_bb_pos,buy,2025-10-08 03:18:00,1741.0,5.7587,1,leg_gt,1.1,60 -17781,buy_contrast_m10_bb_pos,buy,2025-10-08 03:21:00,1742.0,5.6979,1,leg_gt,1.1,60 -17782,buy_contrast_m10_bb_pos,buy,2025-10-08 03:24:00,1742.0,5.6979,1,leg_gt,1.09,60 -17783,buy_contrast_m10_bb_pos,buy,2025-10-08 03:27:00,1743.0,5.6372,1,leg_gt,1.09,60 -17784,buy_contrast_m10_bb_pos,buy,2025-10-08 08:21:00,1749.0,5.2745,1,leg_gt,0.89,60 -17785,buy_contrast_m10_bb_pos,buy,2025-10-08 08:24:00,1746.0,5.4556,1,leg_gt,0.89,60 -17786,buy_contrast_m10_bb_pos,buy,2025-10-08 08:27:00,1745.0,5.516,1,leg_gt,0.88,60 -17787,buy_contrast_m10_bb_pos,buy,2025-10-08 09:12:00,1726.0,6.6787,1,leg_gt,0.85,60 -17788,buy_contrast_m10_bb_pos,buy,2025-10-08 09:15:00,1728.0,6.5551,1,leg_gt,0.85,60 -17789,buy_contrast_m10_bb_pos,buy,2025-10-08 09:18:00,1732.0,6.3088,1,leg_gt,0.85,60 -17790,buy_contrast_m10_bb_pos,buy,2025-10-08 12:51:00,1724.0,6.8026,1,leg_gt,0.7,60 -17791,buy_contrast_m10_bb_pos,buy,2025-10-08 12:54:00,1719.0,7.1135,1,leg_gt,0.7,60 -17792,buy_contrast_m10_bb_pos,buy,2025-10-08 12:57:00,1722.0,6.9267,1,leg_gt,0.7,60 -17793,buy_contrast_m10_bb_pos,buy,2025-10-08 14:51:00,1713.0,7.489,1,leg_gt,0.62,60 -17794,buy_contrast_m10_bb_pos,buy,2025-10-08 14:54:00,1709.0,7.7408,1,leg_gt,0.61,60 -17795,buy_contrast_m10_bb_pos,buy,2025-10-08 14:57:00,1713.0,7.489,1,leg_gt,0.61,60 -17796,buy_contrast_m10_bb_pos,buy,2025-10-08 21:21:00,1706.0,7.9305,1,leg_gt,0.35,60 -17797,buy_contrast_m10_bb_pos,buy,2025-10-08 21:24:00,1707.0,7.8672,1,leg_gt,0.34,60 -17798,buy_contrast_m10_bb_pos,buy,2025-10-08 21:27:00,1708.0,7.804,1,leg_gt,0.34,60 -17799,buy_contrast_m10_bb_pos,buy,2025-10-09 09:51:00,1821.0,3.5793,1,leg_gt,1.51,60 -17800,buy_contrast_m10_bb_pos,buy,2025-10-09 09:54:00,1817.0,3.8075,1,leg_gt,1.51,60 -17801,buy_contrast_m10_bb_pos,buy,2025-10-09 09:57:00,1812.0,4.0943,1,leg_gt,1.51,60 -17802,buy_contrast_m10_bb_pos,buy,2025-10-09 10:12:00,1819.0,3.6933,1,leg_gt,1.5,60 -17803,buy_contrast_m10_bb_pos,buy,2025-10-09 10:15:00,1819.0,3.6933,1,leg_gt,1.5,60 -17804,buy_contrast_m10_bb_pos,buy,2025-10-09 10:18:00,1829.0,3.1258,1,leg_gt,1.49,60 -17805,buy_contrast_m10_bb_pos,buy,2025-10-09 10:42:00,1818.0,3.7504,1,leg_gt,1.48,60 -17806,buy_contrast_m10_bb_pos,buy,2025-10-09 10:45:00,1818.0,3.7504,1,leg_gt,1.48,60 -17807,buy_contrast_m10_bb_pos,buy,2025-10-09 10:48:00,1823.0,3.4656,1,leg_gt,1.47,60 -17808,buy_contrast_m10_bb_pos,buy,2025-10-09 11:30:00,1809.0,4.2671,1,leg_gt,1.44,60 -17809,buy_contrast_m10_bb_pos,buy,2025-10-09 11:33:00,1807.0,4.3826,1,leg_gt,1.44,60 -17810,buy_contrast_m10_bb_pos,buy,2025-10-09 11:36:00,1795.0,5.0811,1,leg_gt,1.44,60 -17811,buy_contrast_m10_bb_pos,buy,2025-10-09 11:39:00,1789.0,5.4338,1,leg_gt,1.44,60 -17812,buy_contrast_m10_bb_pos,buy,2025-10-09 11:51:00,1798.0,4.9056,1,leg_gt,1.43,60 -17813,buy_contrast_m10_bb_pos,buy,2025-10-09 11:54:00,1790.0,5.3749,1,leg_gt,1.43,60 -17814,buy_contrast_m10_bb_pos,buy,2025-10-09 11:57:00,1786.0,5.6111,1,leg_gt,1.42,60 -17815,buy_contrast_m10_bb_pos,buy,2025-10-09 15:30:00,1787.0,5.5519,1,leg_gt,1.28,60 -17816,buy_contrast_m10_bb_pos,buy,2025-10-09 15:33:00,1789.0,5.4338,1,leg_gt,1.27,60 -17817,buy_contrast_m10_bb_pos,buy,2025-10-09 15:36:00,1784.0,5.7296,1,leg_gt,1.27,60 -17818,buy_contrast_m10_bb_pos,buy,2025-10-09 15:39:00,1782.0,5.8484,1,leg_gt,1.27,60 -17819,buy_contrast_m10_bb_pos,buy,2025-10-09 15:51:00,1782.0,5.8484,1,leg_gt,1.26,60 -17820,buy_contrast_m10_bb_pos,buy,2025-10-09 15:54:00,1781.0,5.9079,1,leg_gt,1.26,60 -17821,buy_contrast_m10_bb_pos,buy,2025-10-09 15:57:00,1779.0,6.027,1,leg_gt,1.26,60 -17822,buy_contrast_m10_bb_pos,buy,2025-10-09 16:00:00,1781.0,5.9079,1,leg_gt,1.26,60 -17823,buy_contrast_m10_bb_pos,buy,2025-10-09 16:03:00,1786.0,5.6111,1,leg_gt,1.25,60 -17824,buy_contrast_m10_bb_pos,buy,2025-10-09 16:06:00,1781.0,5.9079,1,leg_gt,1.25,60 -17825,buy_contrast_m10_bb_pos,buy,2025-10-09 16:09:00,1780.0,5.9674,1,leg_gt,1.25,60 -17826,buy_contrast_m10_bb_pos,buy,2025-10-09 16:12:00,1780.0,5.9674,1,leg_gt,1.25,60 -17827,buy_contrast_m10_bb_pos,buy,2025-10-09 16:15:00,1780.0,5.9674,1,leg_gt,1.25,60 -17828,buy_contrast_m10_bb_pos,buy,2025-10-09 16:18:00,1784.0,5.7296,1,leg_gt,1.24,60 -17829,buy_contrast_m10_bb_pos,buy,2025-10-09 16:30:00,1777.0,6.1465,1,leg_gt,1.24,60 -17830,buy_contrast_m10_bb_pos,buy,2025-10-09 16:33:00,1774.0,6.3262,1,leg_gt,1.23,60 -17831,buy_contrast_m10_bb_pos,buy,2025-10-09 16:36:00,1775.0,6.2662,1,leg_gt,1.23,60 -17832,buy_contrast_m10_bb_pos,buy,2025-10-09 16:39:00,1773.0,6.3862,1,leg_gt,1.23,60 -17833,buy_contrast_m10_bb_pos,buy,2025-10-09 16:42:00,1772.0,6.4463,1,leg_gt,1.23,60 -17834,buy_contrast_m10_bb_pos,buy,2025-10-09 16:45:00,1773.0,6.3862,1,leg_gt,1.23,60 -17835,buy_contrast_m10_bb_pos,buy,2025-10-09 16:48:00,1778.0,6.0867,1,leg_gt,1.22,60 -17836,buy_contrast_m10_bb_pos,buy,2025-10-09 17:12:00,1769.0,6.627,1,leg_gt,1.21,60 -17837,buy_contrast_m10_bb_pos,buy,2025-10-09 17:15:00,1766.0,6.8083,1,leg_gt,1.2,60 -17838,buy_contrast_m10_bb_pos,buy,2025-10-09 17:18:00,1769.0,6.627,1,leg_gt,1.2,60 -17839,buy_contrast_m10_bb_pos,buy,2025-10-09 17:21:00,1762.0,7.051,1,leg_gt,1.2,60 -17840,buy_contrast_m10_bb_pos,buy,2025-10-09 17:24:00,1765.0,6.8688,1,leg_gt,1.2,60 -17841,buy_contrast_m10_bb_pos,buy,2025-10-09 17:27:00,1757.0,7.3559,1,leg_gt,1.2,60 -17842,buy_contrast_m10_bb_pos,buy,2025-10-09 17:51:00,1753.0,7.6011,1,leg_gt,1.18,60 -17843,buy_contrast_m10_bb_pos,buy,2025-10-09 17:54:00,1747.0,7.971,1,leg_gt,1.18,60 -17844,buy_contrast_m10_bb_pos,buy,2025-10-09 17:57:00,1744.0,8.1569,1,leg_gt,1.18,60 -17845,buy_contrast_m10_bb_pos,buy,2025-10-09 18:12:00,1754.0,7.5397,1,leg_gt,1.16,60 -17846,buy_contrast_m10_bb_pos,buy,2025-10-09 18:15:00,1756.0,7.4171,1,leg_gt,1.16,60 -17847,buy_contrast_m10_bb_pos,buy,2025-10-09 18:18:00,1757.0,7.3559,1,leg_gt,1.16,60 -17848,buy_contrast_m10_bb_pos,buy,2025-10-09 22:51:00,1747.0,7.971,1,leg_gt,0.97,60 -17849,buy_contrast_m10_bb_pos,buy,2025-10-09 22:54:00,1743.0,8.219,1,leg_gt,0.97,60 -17850,buy_contrast_m10_bb_pos,buy,2025-10-09 22:57:00,1736.0,8.6558,1,leg_gt,0.97,60 -17851,buy_contrast_m10_bb_pos,buy,2025-10-09 23:21:00,1740.0,8.4057,1,leg_gt,0.95,60 -17852,buy_contrast_m10_bb_pos,buy,2025-10-09 23:24:00,1734.0,8.7812,1,leg_gt,0.95,60 -17853,buy_contrast_m10_bb_pos,buy,2025-10-09 23:27:00,1737.0,8.5931,1,leg_gt,0.95,60 -17854,buy_contrast_m10_bb_pos,buy,2025-10-09 23:42:00,1739.0,8.4681,1,leg_gt,0.94,60 -17855,buy_contrast_m10_bb_pos,buy,2025-10-09 23:45:00,1731.0,8.9699,1,leg_gt,0.93,60 -17856,buy_contrast_m10_bb_pos,buy,2025-10-09 23:48:00,1735.0,8.7184,1,leg_gt,0.93,60 -17857,buy_contrast_m10_bb_pos,buy,2025-10-10 05:30:00,1748.0,7.9092,1,leg_gt,0.69,60 -17858,buy_contrast_m10_bb_pos,buy,2025-10-10 05:33:00,1748.0,7.9092,1,leg_gt,0.69,60 -17859,buy_contrast_m10_bb_pos,buy,2025-10-10 05:36:00,1747.0,7.971,1,leg_gt,0.69,60 -17860,buy_contrast_m10_bb_pos,buy,2025-10-10 05:39:00,1747.0,7.971,1,leg_gt,0.69,60 -17861,buy_contrast_m10_bb_pos,buy,2025-10-10 05:42:00,1750.0,7.7857,1,leg_gt,0.69,60 -17862,buy_contrast_m10_bb_pos,buy,2025-10-10 05:45:00,1749.0,7.8474,1,leg_gt,0.68,60 -17863,buy_contrast_m10_bb_pos,buy,2025-10-10 05:48:00,1750.0,7.7857,1,leg_gt,0.68,60 -17864,buy_contrast_m10_bb_pos,buy,2025-10-10 09:00:00,1749.0,7.8474,1,leg_gt,0.55,60 -17865,buy_contrast_m10_bb_pos,buy,2025-10-10 09:03:00,1753.0,7.6011,1,leg_gt,0.55,60 -17866,buy_contrast_m10_bb_pos,buy,2025-10-10 09:06:00,1751.0,7.7241,1,leg_gt,0.54,60 -17867,buy_contrast_m10_bb_pos,buy,2025-10-10 09:09:00,1752.0,7.6626,1,leg_gt,0.54,60 -17868,buy_contrast_m10_bb_pos,buy,2025-10-10 15:51:00,1807.0,4.3826,1,leg_gt,0.26,60 -17869,buy_contrast_m10_bb_pos,buy,2025-10-10 15:54:00,1799.0,4.8472,1,leg_gt,0.26,60 -17870,buy_contrast_m10_bb_pos,buy,2025-10-10 15:57:00,1795.0,5.0811,1,leg_gt,0.26,60 -17871,buy_contrast_m10_bb_pos,buy,2025-10-10 16:30:00,1792.0,5.2571,1,leg_gt,0.24,60 -17872,buy_contrast_m10_bb_pos,buy,2025-10-10 16:33:00,1786.0,5.6111,1,leg_gt,0.23,60 -17873,buy_contrast_m10_bb_pos,buy,2025-10-10 16:36:00,1789.0,5.4338,1,leg_gt,0.23,60 -17874,buy_contrast_m10_bb_pos,buy,2025-10-10 16:39:00,1786.0,5.6111,1,leg_gt,0.23,60 -17875,buy_contrast_m10_bb_pos,buy,2025-10-10 16:42:00,1790.0,5.3749,1,leg_gt,0.23,60 -17876,buy_contrast_m10_bb_pos,buy,2025-10-10 16:45:00,1787.0,5.5519,1,leg_gt,0.22,60 -17877,buy_contrast_m10_bb_pos,buy,2025-10-10 16:48:00,1788.0,5.4928,1,leg_gt,0.22,60 -17878,buy_contrast_m10_bb_pos,buy,2025-10-10 16:51:00,1785.0,5.6703,1,leg_gt,0.22,60 -17879,buy_contrast_m10_bb_pos,buy,2025-10-10 16:54:00,1789.0,5.4338,1,leg_gt,0.22,60 -17880,buy_contrast_m10_bb_pos,buy,2025-10-10 16:57:00,1786.0,5.6111,1,leg_gt,0.22,60 -17881,buy_contrast_m10_bb_pos,buy,2025-10-10 17:00:00,1786.0,5.6111,1,leg_gt,0.21,60 -17882,buy_contrast_m10_bb_pos,buy,2025-10-10 17:03:00,1793.0,5.1984,1,leg_gt,0.21,60 -17883,buy_contrast_m10_bb_pos,buy,2025-10-10 17:06:00,1793.0,5.1984,1,leg_gt,0.21,60 -17884,buy_contrast_m10_bb_pos,buy,2025-10-10 17:09:00,1797.0,4.964,1,leg_gt,0.21,60 -17885,buy_contrast_m10_bb_pos,buy,2025-10-11 00:21:00,1812.0,-17.3185,0,leg_gt,0.74,60 -17886,buy_contrast_m10_bb_pos,buy,2025-10-11 00:24:00,1803.0,-16.9053,0,leg_gt,0.74,60 -17887,buy_contrast_m10_bb_pos,buy,2025-10-11 00:27:00,1790.0,-16.3011,0,leg_gt,0.73,60 -17888,buy_contrast_m10_bb_pos,buy,2025-10-11 00:51:00,1783.0,-15.9721,0,leg_gt,0.72,60 -17889,buy_contrast_m10_bb_pos,buy,2025-10-11 00:54:00,1775.0,-15.593,0,leg_gt,0.71,60 -17890,buy_contrast_m10_bb_pos,buy,2025-10-11 00:57:00,1769.0,-15.3063,0,leg_gt,0.71,60 -17891,buy_contrast_m10_bb_pos,buy,2025-10-11 01:12:00,1773.0,-15.4976,0,leg_gt,0.7,60 -17892,buy_contrast_m10_bb_pos,buy,2025-10-11 01:15:00,1768.0,-15.2584,0,leg_gt,0.7,60 -17893,buy_contrast_m10_bb_pos,buy,2025-10-11 01:18:00,1761.0,-14.9211,0,leg_gt,0.7,60 -17894,buy_contrast_m10_bb_pos,buy,2025-10-11 01:21:00,1760.0,-14.8727,0,leg_gt,0.7,60 -17895,buy_contrast_m10_bb_pos,buy,2025-10-11 01:24:00,1770.0,-15.3542,0,leg_gt,0.69,60 -17896,buy_contrast_m10_bb_pos,buy,2025-10-11 01:27:00,1771.0,-15.4021,0,leg_gt,0.69,60 -17897,buy_contrast_m10_bb_pos,buy,2025-10-11 01:30:00,1763.0,-15.0178,0,leg_gt,0.69,60 -17898,buy_contrast_m10_bb_pos,buy,2025-10-11 01:33:00,1773.0,-15.4976,0,leg_gt,0.69,60 -17899,buy_contrast_m10_bb_pos,buy,2025-10-11 01:36:00,1771.0,-15.4021,0,leg_gt,0.69,60 -17900,buy_contrast_m10_bb_pos,buy,2025-10-11 01:39:00,1771.0,-15.4021,0,leg_gt,0.68,60 -17901,buy_contrast_m10_bb_pos,buy,2025-10-11 01:51:00,1754.0,-14.5812,0,leg_gt,0.68,60 -17902,buy_contrast_m10_bb_pos,buy,2025-10-11 01:54:00,1751.0,-14.4347,0,leg_gt,0.67,60 -17903,buy_contrast_m10_bb_pos,buy,2025-10-11 01:57:00,1749.0,-14.3367,0,leg_gt,0.67,60 -17904,buy_contrast_m10_bb_pos,buy,2025-10-11 02:00:00,1749.0,-14.3367,0,leg_gt,0.67,60 -17905,buy_contrast_m10_bb_pos,buy,2025-10-11 02:03:00,1746.0,-14.1893,0,leg_gt,0.67,60 -17906,buy_contrast_m10_bb_pos,buy,2025-10-11 02:06:00,1742.0,-13.9921,0,leg_gt,0.66,60 -17907,buy_contrast_m10_bb_pos,buy,2025-10-11 02:09:00,1749.0,-14.3367,0,leg_gt,0.66,60 -17908,buy_contrast_m10_bb_pos,buy,2025-10-11 02:51:00,1729.0,-13.3447,0,leg_gt,0.63,60 -17909,buy_contrast_m10_bb_pos,buy,2025-10-11 02:54:00,1726.0,-13.1939,0,leg_gt,0.63,60 -17910,buy_contrast_m10_bb_pos,buy,2025-10-11 02:57:00,1725.0,-13.1435,0,leg_gt,0.63,60 -17911,buy_contrast_m10_bb_pos,buy,2025-10-11 03:00:00,1729.0,-13.3447,0,leg_gt,0.63,60 -17912,buy_contrast_m10_bb_pos,buy,2025-10-11 03:03:00,1733.0,-13.5449,0,leg_gt,0.62,60 -17913,buy_contrast_m10_bb_pos,buy,2025-10-11 03:06:00,1732.0,-13.4949,0,leg_gt,0.62,60 -17914,buy_contrast_m10_bb_pos,buy,2025-10-11 03:09:00,1732.0,-13.4949,0,leg_gt,0.62,60 -17915,buy_contrast_m10_bb_pos,buy,2025-10-11 03:42:00,1726.0,-13.1939,0,leg_gt,0.6,60 -17916,buy_contrast_m10_bb_pos,buy,2025-10-11 03:45:00,1726.0,-13.1939,0,leg_gt,0.6,60 -17917,buy_contrast_m10_bb_pos,buy,2025-10-11 03:48:00,1721.0,-12.9414,0,leg_gt,0.59,60 -17918,buy_contrast_m10_bb_pos,buy,2025-10-11 03:51:00,1718.0,-12.7892,0,leg_gt,0.59,60 -17919,buy_contrast_m10_bb_pos,buy,2025-10-11 03:54:00,1720.0,-12.8907,0,leg_gt,0.59,60 -17920,buy_contrast_m10_bb_pos,buy,2025-10-11 03:57:00,1721.0,-12.9414,0,leg_gt,0.59,60 -17921,buy_contrast_m10_bb_pos,buy,2025-10-11 04:12:00,1709.0,-12.3294,0,leg_gt,0.58,60 -17922,buy_contrast_m10_bb_pos,buy,2025-10-11 04:15:00,1709.0,-12.3294,0,leg_gt,0.57,60 -17923,buy_contrast_m10_bb_pos,buy,2025-10-11 04:18:00,1710.0,-12.3807,0,leg_gt,0.57,60 -17924,buy_contrast_m10_bb_pos,buy,2025-10-11 04:21:00,1707.0,-12.2265,0,leg_gt,0.57,60 -17925,buy_contrast_m10_bb_pos,buy,2025-10-11 04:24:00,1705.0,-12.1235,0,leg_gt,0.57,60 -17926,buy_contrast_m10_bb_pos,buy,2025-10-11 04:27:00,1714.0,-12.5854,0,leg_gt,0.57,60 -17927,buy_contrast_m10_bb_pos,buy,2025-10-11 04:30:00,1700.0,-11.8647,0,leg_gt,0.56,60 -17928,buy_contrast_m10_bb_pos,buy,2025-10-11 04:33:00,1703.0,-12.0201,0,leg_gt,0.56,60 -17929,buy_contrast_m10_bb_pos,buy,2025-10-11 04:36:00,1706.0,-12.175,0,leg_gt,0.56,60 -17930,buy_contrast_m10_bb_pos,buy,2025-10-11 04:39:00,1704.0,-12.0718,0,leg_gt,0.56,60 -17931,buy_contrast_m10_bb_pos,buy,2025-10-11 04:42:00,1706.0,-12.175,0,leg_gt,0.56,60 -17932,buy_contrast_m10_bb_pos,buy,2025-10-11 04:45:00,1705.0,-12.1235,0,leg_gt,0.55,60 -17933,buy_contrast_m10_bb_pos,buy,2025-10-11 04:48:00,1705.0,-12.1235,0,leg_gt,0.55,60 -17934,buy_contrast_m10_bb_pos,buy,2025-10-11 05:00:00,1694.0,-11.5522,0,leg_gt,0.54,60 -17935,buy_contrast_m10_bb_pos,buy,2025-10-11 05:03:00,1696.0,-11.6566,0,leg_gt,0.54,60 -17936,buy_contrast_m10_bb_pos,buy,2025-10-11 05:06:00,1694.0,-11.5522,0,leg_gt,0.54,60 -17937,buy_contrast_m10_bb_pos,buy,2025-10-11 05:09:00,1692.0,-11.4475,0,leg_gt,0.54,60 -17938,buy_contrast_m10_bb_pos,buy,2025-10-11 05:12:00,1691.0,-11.3951,0,leg_gt,0.54,60 -17939,buy_contrast_m10_bb_pos,buy,2025-10-11 05:15:00,1691.0,-11.3951,0,leg_gt,0.53,60 -17940,buy_contrast_m10_bb_pos,buy,2025-10-11 05:18:00,1690.0,-11.3426,0,leg_gt,0.53,60 -17941,buy_contrast_m10_bb_pos,buy,2025-10-11 05:21:00,1692.0,-11.4475,0,leg_gt,0.53,60 -17942,buy_contrast_m10_bb_pos,buy,2025-10-11 05:24:00,1698.0,-11.7608,0,leg_gt,0.53,60 -17943,buy_contrast_m10_bb_pos,buy,2025-10-11 05:27:00,1700.0,-11.8647,0,leg_gt,0.52,60 -17944,buy_contrast_m10_bb_pos,buy,2025-10-11 06:42:00,1404.0,6.7376,1,leg_gt,0.47,60 -17945,buy_contrast_m10_bb_pos,buy,2025-10-11 06:45:00,1405.0,6.6616,1,leg_gt,0.47,60 -17946,buy_contrast_m10_bb_pos,buy,2025-10-11 06:48:00,1406.0,6.5856,1,leg_gt,0.47,60 -17947,buy_contrast_m10_bb_pos,buy,2025-10-11 06:51:00,1411.0,6.2076,1,leg_gt,0.47,60 -17948,buy_contrast_m10_bb_pos,buy,2025-10-11 06:54:00,1425.0,5.1632,1,leg_gt,0.46,60 -17949,buy_contrast_m10_bb_pos,buy,2025-10-11 06:57:00,1444.0,3.7781,1,leg_gt,0.46,60 -17950,buy_contrast_m10_bb_pos,buy,2025-10-11 10:21:00,1354.0,10.6829,1,leg_gt,0.32,60 -17951,buy_contrast_m10_bb_pos,buy,2025-10-11 10:24:00,1325.0,13.1075,1,leg_gt,0.32,60 -17952,buy_contrast_m10_bb_pos,buy,2025-10-11 10:27:00,1344.0,11.5071,1,leg_gt,0.32,60 -17953,buy_contrast_m10_bb_pos,buy,2025-10-11 10:42:00,1355.0,10.6011,1,leg_gt,0.31,60 -17954,buy_contrast_m10_bb_pos,buy,2025-10-11 10:45:00,1337.0,12.0915,1,leg_gt,0.3,60 -17955,buy_contrast_m10_bb_pos,buy,2025-10-11 10:48:00,1343.0,11.5902,1,leg_gt,0.3,60 -17956,buy_contrast_m10_bb_pos,buy,2025-10-11 11:00:00,1333.0,12.4281,1,leg_gt,0.29,60 -17957,buy_contrast_m10_bb_pos,buy,2025-10-11 11:03:00,1350.0,11.0111,1,leg_gt,0.29,60 -17958,buy_contrast_m10_bb_pos,buy,2025-10-11 11:06:00,1353.0,10.7647,1,leg_gt,0.29,60 -17959,buy_contrast_m10_bb_pos,buy,2025-10-11 11:09:00,1370.0,9.3891,1,leg_gt,0.29,60 -17960,buy_contrast_m10_bb_pos,buy,2025-10-11 16:21:00,1427.0,5.0156,1,leg_gt,0.07,60 -17961,buy_contrast_m10_bb_pos,buy,2025-10-11 16:24:00,1438.0,4.2115,1,leg_gt,0.07,60 -17962,buy_contrast_m10_bb_pos,buy,2025-10-11 16:27:00,1445.0,3.7062,1,leg_gt,0.07,60 -17963,buy_contrast_m10_bb_pos,buy,2025-10-11 20:42:00,1471.0,6.3582,1,leg_gt,1.22,60 -17964,buy_contrast_m10_bb_pos,buy,2025-10-11 20:45:00,1473.0,6.2136,1,leg_gt,1.22,60 -17965,buy_contrast_m10_bb_pos,buy,2025-10-11 20:48:00,1474.0,6.1415,1,leg_gt,1.22,60 -17966,buy_contrast_m10_bb_pos,buy,2025-10-11 22:00:00,1452.0,7.7512,1,leg_gt,1.17,60 -17967,buy_contrast_m10_bb_pos,buy,2025-10-11 22:03:00,1457.0,7.3811,1,leg_gt,1.17,60 -17968,buy_contrast_m10_bb_pos,buy,2025-10-11 22:06:00,1447.0,8.1239,1,leg_gt,1.16,60 -17969,buy_contrast_m10_bb_pos,buy,2025-10-11 22:09:00,1446.0,8.1988,1,leg_gt,1.16,60 -17970,buy_contrast_m10_bb_pos,buy,2025-10-11 22:21:00,1445.0,8.2737,1,leg_gt,1.15,60 -17971,buy_contrast_m10_bb_pos,buy,2025-10-11 22:24:00,1441.0,8.5745,1,leg_gt,1.15,60 -17972,buy_contrast_m10_bb_pos,buy,2025-10-11 22:27:00,1444.0,8.3488,1,leg_gt,1.15,60 -17973,buy_contrast_m10_bb_pos,buy,2025-10-11 22:30:00,1438.0,8.8013,1,leg_gt,1.15,60 -17974,buy_contrast_m10_bb_pos,buy,2025-10-11 22:33:00,1424.0,9.8719,1,leg_gt,1.15,60 -17975,buy_contrast_m10_bb_pos,buy,2025-10-11 22:36:00,1428.0,9.5639,1,leg_gt,1.14,60 -17976,buy_contrast_m10_bb_pos,buy,2025-10-11 22:39:00,1435.0,9.0289,1,leg_gt,1.14,60 -17977,buy_contrast_m10_bb_pos,buy,2025-10-11 22:42:00,1437.0,8.877,1,leg_gt,1.14,60 -17978,buy_contrast_m10_bb_pos,buy,2025-10-11 22:45:00,1435.0,9.0289,1,leg_gt,1.14,60 -17979,buy_contrast_m10_bb_pos,buy,2025-10-11 22:48:00,1439.0,8.7256,1,leg_gt,1.14,60 -17980,buy_contrast_m10_bb_pos,buy,2025-10-11 23:12:00,1430.0,9.4105,1,leg_gt,1.12,60 -17981,buy_contrast_m10_bb_pos,buy,2025-10-11 23:15:00,1434.0,9.105,1,leg_gt,1.12,60 -17982,buy_contrast_m10_bb_pos,buy,2025-10-11 23:18:00,1429.0,9.4871,1,leg_gt,1.11,60 -17983,buy_contrast_m10_bb_pos,buy,2025-10-11 23:21:00,1431.0,9.334,1,leg_gt,1.11,60 -17984,buy_contrast_m10_bb_pos,buy,2025-10-11 23:24:00,1431.0,9.334,1,leg_gt,1.11,60 -17985,buy_contrast_m10_bb_pos,buy,2025-10-11 23:27:00,1432.0,9.2575,1,leg_gt,1.11,60 -17986,buy_contrast_m10_bb_pos,buy,2025-10-12 01:51:00,1428.0,9.5639,1,leg_gt,1.01,60 -17987,buy_contrast_m10_bb_pos,buy,2025-10-12 01:54:00,1426.0,9.7177,1,leg_gt,1.01,60 -17988,buy_contrast_m10_bb_pos,buy,2025-10-12 01:57:00,1427.0,9.6407,1,leg_gt,1.0,60 -17989,buy_contrast_m10_bb_pos,buy,2025-10-12 02:00:00,1425.0,9.7947,1,leg_gt,1.0,60 -17990,buy_contrast_m10_bb_pos,buy,2025-10-12 02:03:00,1428.0,9.5639,1,leg_gt,1.0,60 -17991,buy_contrast_m10_bb_pos,buy,2025-10-12 02:06:00,1428.0,9.5639,1,leg_gt,1.0,60 -17992,buy_contrast_m10_bb_pos,buy,2025-10-12 02:09:00,1427.0,9.6407,1,leg_gt,1.0,60 -17993,buy_contrast_m10_bb_pos,buy,2025-10-12 02:21:00,1421.0,10.1041,1,leg_gt,0.99,60 -17994,buy_contrast_m10_bb_pos,buy,2025-10-12 02:24:00,1427.0,9.6407,1,leg_gt,0.99,60 -17995,buy_contrast_m10_bb_pos,buy,2025-10-12 02:27:00,1430.0,9.4105,1,leg_gt,0.98,60 -17996,buy_contrast_m10_bb_pos,buy,2025-10-12 02:30:00,1425.0,9.7947,1,leg_gt,0.98,60 -17997,buy_contrast_m10_bb_pos,buy,2025-10-12 02:33:00,1425.0,9.7947,1,leg_gt,0.98,60 -17998,buy_contrast_m10_bb_pos,buy,2025-10-12 02:36:00,1420.0,10.1817,1,leg_gt,0.98,60 -17999,buy_contrast_m10_bb_pos,buy,2025-10-12 02:39:00,1419.0,10.2594,1,leg_gt,0.98,60 -18000,buy_contrast_m10_bb_pos,buy,2025-10-12 02:42:00,1417.0,10.4152,1,leg_gt,0.97,60 -18001,buy_contrast_m10_bb_pos,buy,2025-10-12 02:45:00,1421.0,10.1041,1,leg_gt,0.97,60 -18002,buy_contrast_m10_bb_pos,buy,2025-10-12 02:48:00,1415.0,10.5714,1,leg_gt,0.97,60 -18003,buy_contrast_m10_bb_pos,buy,2025-10-12 02:51:00,1417.0,10.4152,1,leg_gt,0.97,60 -18004,buy_contrast_m10_bb_pos,buy,2025-10-12 02:54:00,1419.0,10.2594,1,leg_gt,0.96,60 -18005,buy_contrast_m10_bb_pos,buy,2025-10-12 02:57:00,1419.0,10.2594,1,leg_gt,0.96,60 -18006,buy_contrast_m10_bb_pos,buy,2025-10-12 03:30:00,1414.0,10.6496,1,leg_gt,0.94,60 -18007,buy_contrast_m10_bb_pos,buy,2025-10-12 03:33:00,1411.0,10.8851,1,leg_gt,0.94,60 -18008,buy_contrast_m10_bb_pos,buy,2025-10-12 03:36:00,1411.0,10.8851,1,leg_gt,0.94,60 -18009,buy_contrast_m10_bb_pos,buy,2025-10-12 03:39:00,1417.0,10.4152,1,leg_gt,0.93,60 -18010,buy_contrast_m10_bb_pos,buy,2025-10-12 04:12:00,1400.0,11.7571,1,leg_gt,0.91,60 -18011,buy_contrast_m10_bb_pos,buy,2025-10-12 04:15:00,1401.0,11.6773,1,leg_gt,0.91,60 -18012,buy_contrast_m10_bb_pos,buy,2025-10-12 04:18:00,1397.0,11.9974,1,leg_gt,0.91,60 -18013,buy_contrast_m10_bb_pos,buy,2025-10-12 04:30:00,1399.0,11.8371,1,leg_gt,0.9,60 -18014,buy_contrast_m10_bb_pos,buy,2025-10-12 04:33:00,1400.0,11.7571,1,leg_gt,0.9,60 -18015,buy_contrast_m10_bb_pos,buy,2025-10-12 04:36:00,1394.0,12.2386,1,leg_gt,0.89,60 -18016,buy_contrast_m10_bb_pos,buy,2025-10-12 04:39:00,1389.0,12.643,1,leg_gt,0.89,60 -18017,buy_contrast_m10_bb_pos,buy,2025-10-12 05:12:00,1380.0,13.3783,1,leg_gt,0.87,60 -18018,buy_contrast_m10_bb_pos,buy,2025-10-12 05:15:00,1387.0,12.8056,1,leg_gt,0.87,60 -18019,buy_contrast_m10_bb_pos,buy,2025-10-12 05:18:00,1395.0,12.1581,1,leg_gt,0.86,60 -18020,buy_contrast_m10_bb_pos,buy,2025-10-12 05:42:00,1382.0,13.214,1,leg_gt,0.85,60 -18021,buy_contrast_m10_bb_pos,buy,2025-10-12 05:45:00,1380.0,13.3783,1,leg_gt,0.85,60 -18022,buy_contrast_m10_bb_pos,buy,2025-10-12 05:48:00,1388.0,12.7242,1,leg_gt,0.84,60 -18023,buy_contrast_m10_bb_pos,buy,2025-10-12 09:51:00,1405.0,11.3591,1,leg_gt,0.68,60 -18024,buy_contrast_m10_bb_pos,buy,2025-10-12 09:54:00,1399.0,11.8371,1,leg_gt,0.67,60 -18025,buy_contrast_m10_bb_pos,buy,2025-10-12 09:57:00,1391.0,12.4809,1,leg_gt,0.67,60 -18026,buy_contrast_m10_bb_pos,buy,2025-10-12 10:30:00,1391.0,12.4809,1,leg_gt,0.65,60 -18027,buy_contrast_m10_bb_pos,buy,2025-10-12 10:33:00,1388.0,12.7242,1,leg_gt,0.65,60 -18028,buy_contrast_m10_bb_pos,buy,2025-10-12 10:36:00,1391.0,12.4809,1,leg_gt,0.64,60 -18029,buy_contrast_m10_bb_pos,buy,2025-10-12 10:39:00,1390.0,12.5619,1,leg_gt,0.64,60 -18030,buy_contrast_m10_bb_pos,buy,2025-10-12 10:42:00,1388.0,12.7242,1,leg_gt,0.64,60 -18031,buy_contrast_m10_bb_pos,buy,2025-10-12 10:45:00,1390.0,12.5619,1,leg_gt,0.64,60 -18032,buy_contrast_m10_bb_pos,buy,2025-10-12 10:48:00,1389.0,12.643,1,leg_gt,0.64,60 -18033,buy_contrast_m10_bb_pos,buy,2025-10-12 10:51:00,1384.0,13.0503,1,leg_gt,0.63,60 -18034,buy_contrast_m10_bb_pos,buy,2025-10-12 10:54:00,1384.0,13.0503,1,leg_gt,0.63,60 -18035,buy_contrast_m10_bb_pos,buy,2025-10-12 10:57:00,1381.0,13.2961,1,leg_gt,0.63,60 -18036,buy_contrast_m10_bb_pos,buy,2025-10-12 11:21:00,1378.0,13.543,1,leg_gt,0.61,60 -18037,buy_contrast_m10_bb_pos,buy,2025-10-12 11:24:00,1376.0,13.7081,1,leg_gt,0.61,60 -18038,buy_contrast_m10_bb_pos,buy,2025-10-12 11:27:00,1386.0,12.887,1,leg_gt,0.61,60 -18039,buy_contrast_m10_bb_pos,buy,2025-10-12 16:42:00,1397.0,11.9974,1,leg_gt,0.39,60 -18040,buy_contrast_m10_bb_pos,buy,2025-10-12 16:45:00,1400.0,11.7571,1,leg_gt,0.39,60 -18041,buy_contrast_m10_bb_pos,buy,2025-10-12 16:48:00,1406.0,11.2798,1,leg_gt,0.39,60 -18042,buy_contrast_m10_bb_pos,buy,2025-10-12 18:00:00,1388.0,12.7242,1,leg_gt,0.34,60 -18043,buy_contrast_m10_bb_pos,buy,2025-10-12 18:03:00,1383.0,13.1321,1,leg_gt,0.33,60 -18044,buy_contrast_m10_bb_pos,buy,2025-10-12 18:06:00,1385.0,12.9686,1,leg_gt,0.33,60 -18045,buy_contrast_m10_bb_pos,buy,2025-10-12 18:09:00,1380.0,13.3783,1,leg_gt,0.33,60 -18046,buy_contrast_m10_bb_pos,buy,2025-10-13 07:12:00,1524.0,-7.7772,0,leg_gt,7.35,60 -18047,buy_contrast_m10_bb_pos,buy,2025-10-13 07:15:00,1532.0,-8.2593,0,leg_gt,7.35,60 -18048,buy_contrast_m10_bb_pos,buy,2025-10-13 07:18:00,1530.0,-8.1392,0,leg_gt,7.35,60 -18049,buy_contrast_m10_bb_pos,buy,2025-10-13 07:21:00,1529.0,-8.0791,0,leg_gt,7.35,60 -18050,buy_contrast_m10_bb_pos,buy,2025-10-13 07:24:00,1529.0,-8.0791,0,leg_gt,7.35,60 -18051,buy_contrast_m10_bb_pos,buy,2025-10-13 07:27:00,1522.0,-7.6558,0,leg_gt,7.34,60 -18052,buy_contrast_m10_bb_pos,buy,2025-10-13 07:30:00,1525.0,-7.8377,0,leg_gt,7.34,60 -18053,buy_contrast_m10_bb_pos,buy,2025-10-13 07:33:00,1526.0,-7.8982,0,leg_gt,7.34,60 -18054,buy_contrast_m10_bb_pos,buy,2025-10-13 07:36:00,1522.0,-7.6558,0,leg_gt,7.34,60 -18055,buy_contrast_m10_bb_pos,buy,2025-10-13 07:39:00,1521.0,-7.5951,0,leg_gt,7.34,60 -18056,buy_contrast_m10_bb_pos,buy,2025-10-13 07:42:00,1519.0,-7.4733,0,leg_gt,7.33,60 -18057,buy_contrast_m10_bb_pos,buy,2025-10-13 07:45:00,1518.0,-7.4123,0,leg_gt,7.33,60 -18058,buy_contrast_m10_bb_pos,buy,2025-10-13 07:48:00,1520.0,-7.5342,0,leg_gt,7.33,60 -18059,buy_contrast_m10_bb_pos,buy,2025-10-13 07:51:00,1514.0,-7.1674,0,leg_gt,7.33,60 -18060,buy_contrast_m10_bb_pos,buy,2025-10-13 07:54:00,1520.0,-7.5342,0,leg_gt,7.32,60 -18061,buy_contrast_m10_bb_pos,buy,2025-10-13 07:57:00,1519.0,-7.4733,0,leg_gt,7.32,60 -18062,buy_contrast_m10_bb_pos,buy,2025-10-13 08:00:00,1515.0,-7.2287,0,leg_gt,7.32,60 -18063,buy_contrast_m10_bb_pos,buy,2025-10-13 08:03:00,1513.0,-7.1059,0,leg_gt,7.32,60 -18064,buy_contrast_m10_bb_pos,buy,2025-10-13 08:06:00,1506.0,-6.6737,0,leg_gt,7.32,60 -18065,buy_contrast_m10_bb_pos,buy,2025-10-13 08:09:00,1508.0,-6.7976,0,leg_gt,7.31,60 -18066,buy_contrast_m10_bb_pos,buy,2025-10-13 08:12:00,1508.0,-6.7976,0,leg_gt,7.31,60 -18067,buy_contrast_m10_bb_pos,buy,2025-10-13 08:15:00,1510.0,-6.9212,0,leg_gt,7.31,60 -18068,buy_contrast_m10_bb_pos,buy,2025-10-13 08:18:00,1502.0,-6.4249,0,leg_gt,7.31,60 -18069,buy_contrast_m10_bb_pos,buy,2025-10-13 08:30:00,1508.0,-6.7976,0,leg_gt,7.3,60 -18070,buy_contrast_m10_bb_pos,buy,2025-10-13 08:33:00,1514.0,-7.1674,0,leg_gt,7.3,60 -18071,buy_contrast_m10_bb_pos,buy,2025-10-13 08:36:00,1511.0,-6.9829,0,leg_gt,7.3,60 -18072,buy_contrast_m10_bb_pos,buy,2025-10-13 08:39:00,1510.0,-6.9212,0,leg_gt,7.29,60 -18073,buy_contrast_m10_bb_pos,buy,2025-10-13 08:51:00,1504.0,-6.5495,0,leg_gt,7.29,60 -18074,buy_contrast_m10_bb_pos,buy,2025-10-13 08:54:00,1514.0,-7.1674,0,leg_gt,7.28,60 -18075,buy_contrast_m10_bb_pos,buy,2025-10-13 08:57:00,1518.0,-7.4123,0,leg_gt,7.28,60 -18076,buy_contrast_m10_bb_pos,buy,2025-10-13 09:12:00,1495.0,-5.9863,0,leg_gt,7.27,60 -18077,buy_contrast_m10_bb_pos,buy,2025-10-13 09:15:00,1497.0,-6.112,0,leg_gt,7.27,60 -18078,buy_contrast_m10_bb_pos,buy,2025-10-13 09:18:00,1504.0,-6.5495,0,leg_gt,7.27,60 -18079,buy_contrast_m10_bb_pos,buy,2025-10-13 09:30:00,1498.0,-6.1748,0,leg_gt,7.26,60 -18080,buy_contrast_m10_bb_pos,buy,2025-10-13 09:33:00,1490.0,-5.6705,0,leg_gt,7.26,60 -18081,buy_contrast_m10_bb_pos,buy,2025-10-13 09:36:00,1491.0,-5.7338,0,leg_gt,7.25,60 -18082,buy_contrast_m10_bb_pos,buy,2025-10-13 09:39:00,1483.0,-5.2247,0,leg_gt,7.25,60 -18083,buy_contrast_m10_bb_pos,buy,2025-10-13 09:51:00,1495.0,-5.9863,0,leg_gt,7.24,60 -18084,buy_contrast_m10_bb_pos,buy,2025-10-13 09:54:00,1495.0,-5.9863,0,leg_gt,7.24,60 -18085,buy_contrast_m10_bb_pos,buy,2025-10-13 09:57:00,1500.0,-6.3,0,leg_gt,7.24,60 -18086,buy_contrast_m10_bb_pos,buy,2025-10-13 14:12:00,1492.0,-5.7971,0,leg_gt,7.06,60 -18087,buy_contrast_m10_bb_pos,buy,2025-10-13 14:15:00,1497.0,-6.112,0,leg_gt,7.06,60 -18088,buy_contrast_m10_bb_pos,buy,2025-10-13 14:18:00,1496.0,-6.0492,0,leg_gt,7.06,60 -18089,buy_contrast_m10_bb_pos,buy,2025-10-13 19:42:00,1502.0,-6.4249,0,leg_gt,6.83,60 -18090,buy_contrast_m10_bb_pos,buy,2025-10-13 19:45:00,1502.0,-6.4249,0,leg_gt,6.83,60 -18091,buy_contrast_m10_bb_pos,buy,2025-10-13 19:48:00,1501.0,-6.3625,0,leg_gt,6.83,60 -18092,buy_contrast_m10_bb_pos,buy,2025-10-13 20:21:00,1498.0,-6.1748,0,leg_gt,6.81,60 -18093,buy_contrast_m10_bb_pos,buy,2025-10-13 20:24:00,1496.0,-6.0492,0,leg_gt,6.8,60 -18094,buy_contrast_m10_bb_pos,buy,2025-10-13 20:27:00,1495.0,-5.9863,0,leg_gt,6.8,60 -18095,buy_contrast_m10_bb_pos,buy,2025-10-14 02:51:00,1477.0,-4.8393,0,leg_gt,6.54,60 -18096,buy_contrast_m10_bb_pos,buy,2025-10-14 02:54:00,1479.0,-4.9682,0,leg_gt,6.53,60 -18097,buy_contrast_m10_bb_pos,buy,2025-10-14 02:57:00,1476.0,-4.7748,0,leg_gt,6.53,60 -18098,buy_contrast_m10_bb_pos,buy,2025-10-14 04:30:00,1478.0,-4.9038,0,leg_gt,6.47,60 -18099,buy_contrast_m10_bb_pos,buy,2025-10-14 04:33:00,1480.0,-5.0324,0,leg_gt,6.46,60 -18100,buy_contrast_m10_bb_pos,buy,2025-10-14 04:36:00,1483.0,-5.2247,0,leg_gt,6.46,60 -18101,buy_contrast_m10_bb_pos,buy,2025-10-14 04:39:00,1487.0,-5.48,0,leg_gt,6.46,60 -18102,buy_contrast_m10_bb_pos,buy,2025-10-14 04:51:00,1480.0,-5.0324,0,leg_gt,6.45,60 -18103,buy_contrast_m10_bb_pos,buy,2025-10-14 04:54:00,1481.0,-5.0966,0,leg_gt,6.45,60 -18104,buy_contrast_m10_bb_pos,buy,2025-10-14 04:57:00,1479.0,-4.9682,0,leg_gt,6.45,60 -18105,buy_contrast_m10_bb_pos,buy,2025-10-14 10:00:00,1496.0,-6.0492,0,leg_gt,6.24,60 -18106,buy_contrast_m10_bb_pos,buy,2025-10-14 10:03:00,1498.0,-6.1748,0,leg_gt,6.24,60 -18107,buy_contrast_m10_bb_pos,buy,2025-10-14 10:06:00,1488.0,-5.5435,0,leg_gt,6.23,60 -18108,buy_contrast_m10_bb_pos,buy,2025-10-14 10:09:00,1488.0,-5.5435,0,leg_gt,6.23,60 -18109,buy_contrast_m10_bb_pos,buy,2025-10-14 10:51:00,1489.0,-5.6071,0,leg_gt,6.2,60 -18110,buy_contrast_m10_bb_pos,buy,2025-10-14 10:54:00,1490.0,-5.6705,0,leg_gt,6.2,60 -18111,buy_contrast_m10_bb_pos,buy,2025-10-14 10:57:00,1485.0,-5.3525,0,leg_gt,6.2,60 -18112,buy_contrast_m10_bb_pos,buy,2025-10-14 11:00:00,1487.0,-5.48,0,leg_gt,6.2,60 -18113,buy_contrast_m10_bb_pos,buy,2025-10-14 11:03:00,1486.0,-5.4163,0,leg_gt,6.19,60 -18114,buy_contrast_m10_bb_pos,buy,2025-10-14 11:06:00,1486.0,-5.4163,0,leg_gt,6.19,60 -18115,buy_contrast_m10_bb_pos,buy,2025-10-14 11:09:00,1484.0,-5.2887,0,leg_gt,6.19,60 -18116,buy_contrast_m10_bb_pos,buy,2025-10-14 11:12:00,1489.0,-5.6071,0,leg_gt,6.19,60 -18117,buy_contrast_m10_bb_pos,buy,2025-10-14 11:15:00,1484.0,-5.2887,0,leg_gt,6.19,60 -18118,buy_contrast_m10_bb_pos,buy,2025-10-14 11:18:00,1481.0,-5.0966,0,leg_gt,6.18,60 -18119,buy_contrast_m10_bb_pos,buy,2025-10-14 11:42:00,1478.0,-4.9038,0,leg_gt,6.17,60 -18120,buy_contrast_m10_bb_pos,buy,2025-10-14 11:45:00,1475.0,-4.7102,0,leg_gt,6.16,60 -18121,buy_contrast_m10_bb_pos,buy,2025-10-14 11:48:00,1472.0,-4.5158,0,leg_gt,6.16,60 -18122,buy_contrast_m10_bb_pos,buy,2025-10-14 11:51:00,1470.0,-4.3857,0,leg_gt,6.16,60 -18123,buy_contrast_m10_bb_pos,buy,2025-10-14 11:54:00,1468.0,-4.2553,0,leg_gt,6.16,60 -18124,buy_contrast_m10_bb_pos,buy,2025-10-14 11:57:00,1467.0,-4.19,0,leg_gt,6.16,60 -18125,buy_contrast_m10_bb_pos,buy,2025-10-14 12:00:00,1468.0,-4.2553,0,leg_gt,6.15,60 -18126,buy_contrast_m10_bb_pos,buy,2025-10-14 12:03:00,1463.0,-3.9278,0,leg_gt,6.15,60 -18127,buy_contrast_m10_bb_pos,buy,2025-10-14 12:06:00,1461.0,-3.7961,0,leg_gt,6.15,60 -18128,buy_contrast_m10_bb_pos,buy,2025-10-14 12:09:00,1461.0,-3.7961,0,leg_gt,6.15,60 -18129,buy_contrast_m10_bb_pos,buy,2025-10-14 12:21:00,1461.0,-3.7961,0,leg_gt,6.14,60 -18130,buy_contrast_m10_bb_pos,buy,2025-10-14 12:24:00,1459.0,-3.6641,0,leg_gt,6.14,60 -18131,buy_contrast_m10_bb_pos,buy,2025-10-14 12:27:00,1457.0,-3.5317,0,leg_gt,6.14,60 -18132,buy_contrast_m10_bb_pos,buy,2025-10-14 12:30:00,1458.0,-3.5979,0,leg_gt,6.13,60 -18133,buy_contrast_m10_bb_pos,buy,2025-10-14 12:33:00,1459.0,-3.6641,0,leg_gt,6.13,60 -18134,buy_contrast_m10_bb_pos,buy,2025-10-14 12:36:00,1462.0,-3.862,0,leg_gt,6.13,60 -18135,buy_contrast_m10_bb_pos,buy,2025-10-14 12:39:00,1461.0,-3.7961,0,leg_gt,6.13,60 -18136,buy_contrast_m10_bb_pos,buy,2025-10-14 12:42:00,1458.0,-3.5979,0,leg_gt,6.12,60 -18137,buy_contrast_m10_bb_pos,buy,2025-10-14 12:45:00,1458.0,-3.5979,0,leg_gt,6.12,60 -18138,buy_contrast_m10_bb_pos,buy,2025-10-14 12:48:00,1464.0,-3.9934,0,leg_gt,6.12,60 -18139,buy_contrast_m10_bb_pos,buy,2025-10-14 13:12:00,1450.0,-3.0655,0,leg_gt,6.1,60 -18140,buy_contrast_m10_bb_pos,buy,2025-10-14 13:15:00,1451.0,-3.1324,0,leg_gt,6.1,60 -18141,buy_contrast_m10_bb_pos,buy,2025-10-14 13:18:00,1449.0,-2.9986,0,leg_gt,6.1,60 -18142,buy_contrast_m10_bb_pos,buy,2025-10-14 13:21:00,1447.0,-2.8643,0,leg_gt,6.1,60 -18143,buy_contrast_m10_bb_pos,buy,2025-10-14 13:24:00,1451.0,-3.1324,0,leg_gt,6.1,60 -18144,buy_contrast_m10_bb_pos,buy,2025-10-14 13:27:00,1453.0,-3.2659,0,leg_gt,6.09,60 -18145,buy_contrast_m10_bb_pos,buy,2025-10-14 13:30:00,1450.0,-3.0655,0,leg_gt,6.09,60 -18146,buy_contrast_m10_bb_pos,buy,2025-10-14 13:33:00,1443.0,-2.5948,0,leg_gt,6.09,60 -18147,buy_contrast_m10_bb_pos,buy,2025-10-14 13:36:00,1441.0,-2.4595,0,leg_gt,6.09,60 -18148,buy_contrast_m10_bb_pos,buy,2025-10-14 13:39:00,1435.0,-2.0512,0,leg_gt,6.09,60 -18149,buy_contrast_m10_bb_pos,buy,2025-10-14 14:12:00,1436.0,-2.1195,0,leg_gt,6.06,60 -18150,buy_contrast_m10_bb_pos,buy,2025-10-14 14:15:00,1437.0,-2.1877,0,leg_gt,6.06,60 -18151,buy_contrast_m10_bb_pos,buy,2025-10-14 14:18:00,1435.0,-2.0512,0,leg_gt,6.06,60 -18152,buy_contrast_m10_bb_pos,buy,2025-10-14 14:30:00,1430.0,-1.7084,0,leg_gt,6.05,60 -18153,buy_contrast_m10_bb_pos,buy,2025-10-14 14:33:00,1427.0,-1.5015,0,leg_gt,6.05,60 -18154,buy_contrast_m10_bb_pos,buy,2025-10-14 14:36:00,1415.0,-0.6654,0,leg_gt,6.05,60 -18155,buy_contrast_m10_bb_pos,buy,2025-10-14 14:39:00,1421.0,-1.0852,0,leg_gt,6.04,60 -18156,buy_contrast_m10_bb_pos,buy,2025-10-14 14:42:00,1417.0,-0.8057,0,leg_gt,6.04,60 -18157,buy_contrast_m10_bb_pos,buy,2025-10-14 14:45:00,1419.0,-0.9457,0,leg_gt,6.04,60 -18158,buy_contrast_m10_bb_pos,buy,2025-10-14 14:48:00,1423.0,-1.2244,0,leg_gt,6.04,60 -18159,buy_contrast_m10_bb_pos,buy,2025-10-14 14:51:00,1421.0,-1.0852,0,leg_gt,6.04,60 -18160,buy_contrast_m10_bb_pos,buy,2025-10-14 14:54:00,1419.0,-0.9457,0,leg_gt,6.03,60 -18161,buy_contrast_m10_bb_pos,buy,2025-10-14 14:57:00,1417.0,-0.8057,0,leg_gt,6.03,60 -18162,buy_contrast_m10_bb_pos,buy,2025-10-14 15:00:00,1419.0,-0.9457,0,leg_gt,6.03,60 -18163,buy_contrast_m10_bb_pos,buy,2025-10-14 15:03:00,1424.0,-1.2938,0,leg_gt,6.03,60 -18164,buy_contrast_m10_bb_pos,buy,2025-10-14 15:06:00,1423.0,-1.2244,0,leg_gt,6.02,60 -18165,buy_contrast_m10_bb_pos,buy,2025-10-14 15:09:00,1423.0,-1.2244,0,leg_gt,6.02,60 -18166,buy_contrast_m10_bb_pos,buy,2025-10-14 15:21:00,1418.0,-0.8757,0,leg_gt,6.01,60 -18167,buy_contrast_m10_bb_pos,buy,2025-10-14 15:24:00,1411.0,-0.3835,0,leg_gt,6.01,60 -18168,buy_contrast_m10_bb_pos,buy,2025-10-14 15:27:00,1415.0,-0.6654,0,leg_gt,6.01,60 -18169,buy_contrast_m10_bb_pos,buy,2025-10-14 15:30:00,1409.0,-0.2419,0,leg_gt,6.01,60 -18170,buy_contrast_m10_bb_pos,buy,2025-10-14 15:33:00,1408.0,-0.171,0,leg_gt,6.01,60 -18171,buy_contrast_m10_bb_pos,buy,2025-10-14 15:36:00,1402.0,0.2566,1,leg_gt,6.0,60 -18172,buy_contrast_m10_bb_pos,buy,2025-10-14 15:39:00,1401.0,0.3283,1,leg_gt,6.0,60 -18173,buy_contrast_m10_bb_pos,buy,2025-10-14 15:42:00,1400.0,0.4,1,leg_gt,6.0,60 -18174,buy_contrast_m10_bb_pos,buy,2025-10-14 15:45:00,1388.0,1.2689,1,leg_gt,6.0,60 -18175,buy_contrast_m10_bb_pos,buy,2025-10-14 15:48:00,1367.0,2.8261,1,leg_gt,6.0,60 -18176,buy_contrast_m10_bb_pos,buy,2025-10-14 16:00:00,1397.0,0.6158,1,leg_gt,5.99,60 -18177,buy_contrast_m10_bb_pos,buy,2025-10-14 16:03:00,1402.0,0.2566,1,leg_gt,5.99,60 -18178,buy_contrast_m10_bb_pos,buy,2025-10-14 16:06:00,1395.0,0.7602,1,leg_gt,5.98,60 -18179,buy_contrast_m10_bb_pos,buy,2025-10-14 16:09:00,1389.0,1.1959,1,leg_gt,5.98,60 -18180,buy_contrast_m10_bb_pos,buy,2025-10-14 16:12:00,1394.0,0.8326,1,leg_gt,5.98,60 -18181,buy_contrast_m10_bb_pos,buy,2025-10-14 16:15:00,1396.0,0.688,1,leg_gt,5.98,60 -18182,buy_contrast_m10_bb_pos,buy,2025-10-14 16:18:00,1403.0,0.1851,1,leg_gt,5.98,60 -18183,buy_contrast_m10_bb_pos,buy,2025-10-14 21:51:00,1400.0,0.4,1,leg_gt,5.74,60 -18184,buy_contrast_m10_bb_pos,buy,2025-10-14 21:54:00,1407.0,-0.1,0,leg_gt,5.74,60 -18185,buy_contrast_m10_bb_pos,buy,2025-10-14 21:57:00,1404.0,0.1137,1,leg_gt,5.74,60 -18186,buy_contrast_m10_bb_pos,buy,2025-10-15 04:51:00,1439.0,-2.3238,0,leg_gt,5.45,60 -18187,buy_contrast_m10_bb_pos,buy,2025-10-15 04:54:00,1442.0,-2.5272,0,leg_gt,5.45,60 -18188,buy_contrast_m10_bb_pos,buy,2025-10-15 04:57:00,1442.0,-2.5272,0,leg_gt,5.45,60 -18189,buy_contrast_m10_bb_pos,buy,2025-10-15 05:30:00,1440.0,-2.3917,0,leg_gt,5.42,60 -18190,buy_contrast_m10_bb_pos,buy,2025-10-15 05:33:00,1440.0,-2.3917,0,leg_gt,5.42,60 -18191,buy_contrast_m10_bb_pos,buy,2025-10-15 05:36:00,1441.0,-2.4595,0,leg_gt,5.42,60 -18192,buy_contrast_m10_bb_pos,buy,2025-10-15 05:39:00,1437.0,-2.1877,0,leg_gt,5.42,60 -18193,buy_contrast_m10_bb_pos,buy,2025-10-15 05:51:00,1438.0,-2.2558,0,leg_gt,5.41,60 -18194,buy_contrast_m10_bb_pos,buy,2025-10-15 05:54:00,1439.0,-2.3238,0,leg_gt,5.41,60 -18195,buy_contrast_m10_bb_pos,buy,2025-10-15 05:57:00,1440.0,-2.3917,0,leg_gt,5.41,60 -18196,buy_contrast_m10_bb_pos,buy,2025-10-15 06:12:00,1435.0,-2.0512,0,leg_gt,5.4,60 -18197,buy_contrast_m10_bb_pos,buy,2025-10-15 06:15:00,1433.0,-1.9144,0,leg_gt,5.39,60 -18198,buy_contrast_m10_bb_pos,buy,2025-10-15 06:18:00,1436.0,-2.1195,0,leg_gt,5.39,60 -18199,buy_contrast_m10_bb_pos,buy,2025-10-15 06:21:00,1432.0,-1.8458,0,leg_gt,5.39,60 -18200,buy_contrast_m10_bb_pos,buy,2025-10-15 06:24:00,1432.0,-1.8458,0,leg_gt,5.39,60 -18201,buy_contrast_m10_bb_pos,buy,2025-10-15 06:27:00,1434.0,-1.9828,0,leg_gt,5.39,60 -18202,buy_contrast_m10_bb_pos,buy,2025-10-15 06:42:00,1436.0,-2.1195,0,leg_gt,5.38,60 -18203,buy_contrast_m10_bb_pos,buy,2025-10-15 06:45:00,1437.0,-2.1877,0,leg_gt,5.37,60 -18204,buy_contrast_m10_bb_pos,buy,2025-10-15 06:48:00,1435.0,-2.0512,0,leg_gt,5.37,60 -18205,buy_contrast_m10_bb_pos,buy,2025-10-15 09:21:00,1434.0,-1.9828,0,leg_gt,5.26,60 -18206,buy_contrast_m10_bb_pos,buy,2025-10-15 09:24:00,1434.0,-1.9828,0,leg_gt,5.26,60 -18207,buy_contrast_m10_bb_pos,buy,2025-10-15 09:27:00,1436.0,-2.1195,0,leg_gt,5.26,60 -18208,buy_contrast_m10_bb_pos,buy,2025-10-15 12:51:00,1445.0,-2.7298,0,leg_gt,5.12,60 -18209,buy_contrast_m10_bb_pos,buy,2025-10-15 12:54:00,1446.0,-2.7971,0,leg_gt,5.12,60 -18210,buy_contrast_m10_bb_pos,buy,2025-10-15 12:57:00,1445.0,-2.7298,0,leg_gt,5.11,60 -18211,buy_contrast_m10_bb_pos,buy,2025-10-15 15:12:00,1446.0,-2.7971,0,leg_gt,5.02,60 -18212,buy_contrast_m10_bb_pos,buy,2025-10-15 15:15:00,1449.0,-2.9986,0,leg_gt,5.02,60 -18213,buy_contrast_m10_bb_pos,buy,2025-10-15 15:18:00,1444.0,-2.6623,0,leg_gt,5.02,60 -18214,buy_contrast_m10_bb_pos,buy,2025-10-15 18:30:00,1442.0,-2.5272,0,leg_gt,4.88,60 -18215,buy_contrast_m10_bb_pos,buy,2025-10-15 18:33:00,1439.0,-2.3238,0,leg_gt,4.88,60 -18216,buy_contrast_m10_bb_pos,buy,2025-10-15 18:36:00,1443.0,-2.5948,0,leg_gt,4.88,60 -18217,buy_contrast_m10_bb_pos,buy,2025-10-15 18:39:00,1441.0,-2.4595,0,leg_gt,4.88,60 -18218,buy_contrast_m10_bb_pos,buy,2025-10-15 18:42:00,1442.0,-2.5272,0,leg_gt,4.88,60 -18219,buy_contrast_m10_bb_pos,buy,2025-10-15 18:45:00,1441.0,-2.4595,0,leg_gt,4.87,60 -18220,buy_contrast_m10_bb_pos,buy,2025-10-15 18:48:00,1442.0,-2.5272,0,leg_gt,4.87,60 -18221,buy_contrast_m10_bb_pos,buy,2025-10-15 18:51:00,1442.0,-2.5272,0,leg_gt,4.87,60 -18222,buy_contrast_m10_bb_pos,buy,2025-10-15 18:54:00,1438.0,-2.2558,0,leg_gt,4.87,60 -18223,buy_contrast_m10_bb_pos,buy,2025-10-15 18:57:00,1439.0,-2.3238,0,leg_gt,4.86,60 -18224,buy_contrast_m10_bb_pos,buy,2025-10-15 19:12:00,1442.0,-2.5272,0,leg_gt,4.85,60 -18225,buy_contrast_m10_bb_pos,buy,2025-10-15 19:15:00,1444.0,-2.6623,0,leg_gt,4.85,60 -18226,buy_contrast_m10_bb_pos,buy,2025-10-15 19:18:00,1440.0,-2.3917,0,leg_gt,4.85,60 -18227,buy_contrast_m10_bb_pos,buy,2025-10-15 20:21:00,1440.0,-2.3917,0,leg_gt,4.81,60 -18228,buy_contrast_m10_bb_pos,buy,2025-10-15 20:24:00,1444.0,-2.6623,0,leg_gt,4.8,60 -18229,buy_contrast_m10_bb_pos,buy,2025-10-15 20:27:00,1448.0,-2.9315,0,leg_gt,4.8,60 -18230,buy_contrast_m10_bb_pos,buy,2025-10-15 21:30:00,1436.0,-2.1195,0,leg_gt,4.76,60 -18231,buy_contrast_m10_bb_pos,buy,2025-10-15 21:33:00,1443.0,-2.5948,0,leg_gt,4.76,60 -18232,buy_contrast_m10_bb_pos,buy,2025-10-15 21:36:00,1437.0,-2.1877,0,leg_gt,4.75,60 -18233,buy_contrast_m10_bb_pos,buy,2025-10-15 21:39:00,1438.0,-2.2558,0,leg_gt,4.75,60 -18234,buy_contrast_m10_bb_pos,buy,2025-10-15 22:30:00,1436.0,-2.1195,0,leg_gt,4.72,60 -18235,buy_contrast_m10_bb_pos,buy,2025-10-15 22:33:00,1445.0,-2.7298,0,leg_gt,4.71,60 -18236,buy_contrast_m10_bb_pos,buy,2025-10-15 22:36:00,1449.0,-2.9986,0,leg_gt,4.71,60 -18237,buy_contrast_m10_bb_pos,buy,2025-10-15 22:39:00,1443.0,-2.5948,0,leg_gt,4.71,60 -18238,buy_contrast_m10_bb_pos,buy,2025-10-16 00:30:00,1430.0,-1.7084,0,leg_gt,4.63,60 -18239,buy_contrast_m10_bb_pos,buy,2025-10-16 00:33:00,1427.0,-1.5015,0,leg_gt,4.63,60 -18240,buy_contrast_m10_bb_pos,buy,2025-10-16 00:36:00,1426.0,-1.4324,0,leg_gt,4.63,60 -18241,buy_contrast_m10_bb_pos,buy,2025-10-16 00:39:00,1433.0,-1.9144,0,leg_gt,4.63,60 -18242,buy_contrast_m10_bb_pos,buy,2025-10-16 00:42:00,1427.0,-1.5015,0,leg_gt,4.62,60 -18243,buy_contrast_m10_bb_pos,buy,2025-10-16 00:45:00,1424.0,-1.2938,0,leg_gt,4.62,60 -18244,buy_contrast_m10_bb_pos,buy,2025-10-16 00:48:00,1424.0,-1.2938,0,leg_gt,4.62,60 -18245,buy_contrast_m10_bb_pos,buy,2025-10-16 00:51:00,1425.0,-1.3632,0,leg_gt,4.62,60 -18246,buy_contrast_m10_bb_pos,buy,2025-10-16 00:54:00,1430.0,-1.7084,0,leg_gt,4.62,60 -18247,buy_contrast_m10_bb_pos,buy,2025-10-16 00:57:00,1430.0,-1.7084,0,leg_gt,4.61,60 -18248,buy_contrast_m10_bb_pos,buy,2025-10-16 03:30:00,1426.0,-1.4324,0,leg_gt,4.51,60 -18249,buy_contrast_m10_bb_pos,buy,2025-10-16 03:33:00,1429.0,-1.6395,0,leg_gt,4.51,60 -18250,buy_contrast_m10_bb_pos,buy,2025-10-16 03:36:00,1426.0,-1.4324,0,leg_gt,4.5,60 -18251,buy_contrast_m10_bb_pos,buy,2025-10-16 03:39:00,1428.0,-1.5706,0,leg_gt,4.5,60 -18252,buy_contrast_m10_bb_pos,buy,2025-10-16 04:12:00,1427.0,-1.5015,0,leg_gt,4.48,60 -18253,buy_contrast_m10_bb_pos,buy,2025-10-16 04:15:00,1427.0,-1.5015,0,leg_gt,4.48,60 -18254,buy_contrast_m10_bb_pos,buy,2025-10-16 04:18:00,1426.0,-1.4324,0,leg_gt,4.47,60 -18255,buy_contrast_m10_bb_pos,buy,2025-10-16 04:42:00,1429.0,-1.6395,0,leg_gt,4.46,60 -18256,buy_contrast_m10_bb_pos,buy,2025-10-16 04:45:00,1429.0,-1.6395,0,leg_gt,4.46,60 -18257,buy_contrast_m10_bb_pos,buy,2025-10-16 04:48:00,1428.0,-1.5706,0,leg_gt,4.45,60 -18258,buy_contrast_m10_bb_pos,buy,2025-10-16 05:30:00,1422.0,-1.1549,0,leg_gt,4.42,60 -18259,buy_contrast_m10_bb_pos,buy,2025-10-16 05:33:00,1413.0,-0.5246,0,leg_gt,4.42,60 -18260,buy_contrast_m10_bb_pos,buy,2025-10-16 05:36:00,1406.0,-0.0289,0,leg_gt,4.42,60 -18261,buy_contrast_m10_bb_pos,buy,2025-10-16 05:39:00,1416.0,-0.7356,0,leg_gt,4.42,60 -18262,buy_contrast_m10_bb_pos,buy,2025-10-16 05:42:00,1425.0,-1.3632,0,leg_gt,4.42,60 -18263,buy_contrast_m10_bb_pos,buy,2025-10-16 05:45:00,1424.0,-1.2938,0,leg_gt,4.41,60 -18264,buy_contrast_m10_bb_pos,buy,2025-10-16 05:48:00,1418.0,-0.8757,0,leg_gt,4.41,60 -18265,buy_contrast_m10_bb_pos,buy,2025-10-16 05:51:00,1420.0,-1.0155,0,leg_gt,4.41,60 -18266,buy_contrast_m10_bb_pos,buy,2025-10-16 05:54:00,1418.0,-0.8757,0,leg_gt,4.41,60 -18267,buy_contrast_m10_bb_pos,buy,2025-10-16 05:57:00,1418.0,-0.8757,0,leg_gt,4.41,60 -18268,buy_contrast_m10_bb_pos,buy,2025-10-16 06:21:00,1417.0,-0.8057,0,leg_gt,4.39,60 -18269,buy_contrast_m10_bb_pos,buy,2025-10-16 06:24:00,1419.0,-0.9457,0,leg_gt,4.39,60 -18270,buy_contrast_m10_bb_pos,buy,2025-10-16 06:27:00,1421.0,-1.0852,0,leg_gt,4.39,60 -18271,buy_contrast_m10_bb_pos,buy,2025-10-16 06:51:00,1413.0,-0.5246,0,leg_gt,4.37,60 -18272,buy_contrast_m10_bb_pos,buy,2025-10-16 06:54:00,1409.0,-0.2419,0,leg_gt,4.37,60 -18273,buy_contrast_m10_bb_pos,buy,2025-10-16 06:57:00,1413.0,-0.5246,0,leg_gt,4.36,60 -18274,buy_contrast_m10_bb_pos,buy,2025-10-16 07:00:00,1413.0,-0.5246,0,leg_gt,4.36,60 -18275,buy_contrast_m10_bb_pos,buy,2025-10-16 07:03:00,1414.0,-0.595,0,leg_gt,4.36,60 -18276,buy_contrast_m10_bb_pos,buy,2025-10-16 07:06:00,1414.0,-0.595,0,leg_gt,4.36,60 -18277,buy_contrast_m10_bb_pos,buy,2025-10-16 07:09:00,1416.0,-0.7356,0,leg_gt,4.36,60 -18278,buy_contrast_m10_bb_pos,buy,2025-10-16 07:51:00,1410.0,-0.3128,0,leg_gt,4.33,60 -18279,buy_contrast_m10_bb_pos,buy,2025-10-16 07:54:00,1411.0,-0.3835,0,leg_gt,4.32,60 -18280,buy_contrast_m10_bb_pos,buy,2025-10-16 07:57:00,1412.0,-0.4541,0,leg_gt,4.32,60 -18281,buy_contrast_m10_bb_pos,buy,2025-10-16 10:00:00,1411.0,-0.3835,0,leg_gt,4.24,60 -18282,buy_contrast_m10_bb_pos,buy,2025-10-16 10:03:00,1416.0,-0.7356,0,leg_gt,4.24,60 -18283,buy_contrast_m10_bb_pos,buy,2025-10-16 10:06:00,1419.0,-0.9457,0,leg_gt,4.23,60 -18284,buy_contrast_m10_bb_pos,buy,2025-10-16 10:09:00,1419.0,-0.9457,0,leg_gt,4.23,60 -18285,buy_contrast_m10_bb_pos,buy,2025-10-16 14:21:00,1404.0,0.1137,1,leg_gt,4.06,60 -18286,buy_contrast_m10_bb_pos,buy,2025-10-16 14:24:00,1403.0,0.1851,1,leg_gt,4.05,60 -18287,buy_contrast_m10_bb_pos,buy,2025-10-16 14:27:00,1401.0,0.3283,1,leg_gt,4.05,60 -18288,buy_contrast_m10_bb_pos,buy,2025-10-16 14:30:00,1403.0,0.1851,1,leg_gt,4.05,60 -18289,buy_contrast_m10_bb_pos,buy,2025-10-16 14:33:00,1404.0,0.1137,1,leg_gt,4.05,60 -18290,buy_contrast_m10_bb_pos,buy,2025-10-16 14:36:00,1412.0,-0.4541,0,leg_gt,4.05,60 -18291,buy_contrast_m10_bb_pos,buy,2025-10-16 14:39:00,1409.0,-0.2419,0,leg_gt,4.04,60 -18292,buy_contrast_m10_bb_pos,buy,2025-10-16 22:21:00,1429.0,-1.6395,0,leg_gt,3.72,60 -18293,buy_contrast_m10_bb_pos,buy,2025-10-16 22:24:00,1431.0,-1.7771,0,leg_gt,3.72,60 -18294,buy_contrast_m10_bb_pos,buy,2025-10-16 22:27:00,1432.0,-1.8458,0,leg_gt,3.72,60 -18295,buy_contrast_m10_bb_pos,buy,2025-10-16 22:30:00,1431.0,-1.7771,0,leg_gt,3.72,60 -18296,buy_contrast_m10_bb_pos,buy,2025-10-16 22:33:00,1433.0,-1.9144,0,leg_gt,3.71,60 -18297,buy_contrast_m10_bb_pos,buy,2025-10-16 22:36:00,1433.0,-1.9144,0,leg_gt,3.71,60 -18298,buy_contrast_m10_bb_pos,buy,2025-10-16 22:39:00,1433.0,-1.9144,0,leg_gt,3.71,60 -18299,buy_contrast_m10_bb_pos,buy,2025-10-16 23:00:00,1428.0,-1.5706,0,leg_gt,3.7,60 -18300,buy_contrast_m10_bb_pos,buy,2025-10-16 23:03:00,1426.0,-1.4324,0,leg_gt,3.69,60 -18301,buy_contrast_m10_bb_pos,buy,2025-10-16 23:06:00,1427.0,-1.5015,0,leg_gt,3.69,60 -18302,buy_contrast_m10_bb_pos,buy,2025-10-16 23:09:00,1420.0,-1.0155,0,leg_gt,3.69,60 -18303,buy_contrast_m10_bb_pos,buy,2025-10-17 00:00:00,1416.0,-0.7356,0,leg_gt,3.65,60 -18304,buy_contrast_m10_bb_pos,buy,2025-10-17 00:03:00,1416.0,-0.7356,0,leg_gt,3.65,60 -18305,buy_contrast_m10_bb_pos,buy,2025-10-17 00:06:00,1411.0,-0.3835,0,leg_gt,3.65,60 -18306,buy_contrast_m10_bb_pos,buy,2025-10-17 00:09:00,1412.0,-0.4541,0,leg_gt,3.65,60 -18307,buy_contrast_m10_bb_pos,buy,2025-10-17 00:12:00,1416.0,-0.7356,0,leg_gt,3.65,60 -18308,buy_contrast_m10_bb_pos,buy,2025-10-17 00:15:00,1420.0,-1.0155,0,leg_gt,3.64,60 -18309,buy_contrast_m10_bb_pos,buy,2025-10-17 00:18:00,1416.0,-0.7356,0,leg_gt,3.64,60 -18310,buy_contrast_m10_bb_pos,buy,2025-10-17 00:42:00,1403.0,0.1851,1,leg_gt,3.62,60 -18311,buy_contrast_m10_bb_pos,buy,2025-10-17 00:45:00,1403.0,0.1851,1,leg_gt,3.62,60 -18312,buy_contrast_m10_bb_pos,buy,2025-10-17 00:48:00,1399.0,0.4718,1,leg_gt,3.62,60 -18313,buy_contrast_m10_bb_pos,buy,2025-10-17 01:12:00,1392.0,0.9776,1,leg_gt,3.6,60 -18314,buy_contrast_m10_bb_pos,buy,2025-10-17 01:15:00,1391.0,1.0503,1,leg_gt,3.6,60 -18315,buy_contrast_m10_bb_pos,buy,2025-10-17 01:18:00,1384.0,1.5618,1,leg_gt,3.6,60 -18316,buy_contrast_m10_bb_pos,buy,2025-10-17 01:30:00,1383.0,1.6354,1,leg_gt,3.59,60 -18317,buy_contrast_m10_bb_pos,buy,2025-10-17 01:33:00,1381.0,1.7827,1,leg_gt,3.59,60 -18318,buy_contrast_m10_bb_pos,buy,2025-10-17 01:36:00,1383.0,1.6354,1,leg_gt,3.59,60 -18319,buy_contrast_m10_bb_pos,buy,2025-10-17 01:39:00,1387.0,1.342,1,leg_gt,3.59,60 -18320,buy_contrast_m10_bb_pos,buy,2025-10-17 01:42:00,1396.0,0.688,1,leg_gt,3.58,60 -18321,buy_contrast_m10_bb_pos,buy,2025-10-17 01:45:00,1388.0,1.2689,1,leg_gt,3.58,60 -18322,buy_contrast_m10_bb_pos,buy,2025-10-17 01:48:00,1396.0,0.688,1,leg_gt,3.58,60 -18323,buy_contrast_m10_bb_pos,buy,2025-10-17 03:12:00,1381.0,1.7827,1,leg_gt,3.52,60 -18324,buy_contrast_m10_bb_pos,buy,2025-10-17 03:15:00,1383.0,1.6354,1,leg_gt,3.52,60 -18325,buy_contrast_m10_bb_pos,buy,2025-10-17 03:18:00,1389.0,1.1959,1,leg_gt,3.52,60 -18326,buy_contrast_m10_bb_pos,buy,2025-10-17 04:42:00,1380.0,1.8565,1,leg_gt,3.46,60 -18327,buy_contrast_m10_bb_pos,buy,2025-10-17 04:45:00,1380.0,1.8565,1,leg_gt,3.46,60 -18328,buy_contrast_m10_bb_pos,buy,2025-10-17 04:48:00,1380.0,1.8565,1,leg_gt,3.45,60 -18329,buy_contrast_m10_bb_pos,buy,2025-10-17 06:00:00,1368.0,2.7509,1,leg_gt,3.4,60 -18330,buy_contrast_m10_bb_pos,buy,2025-10-17 06:03:00,1371.0,2.5258,1,leg_gt,3.4,60 -18331,buy_contrast_m10_bb_pos,buy,2025-10-17 06:06:00,1375.0,2.2273,1,leg_gt,3.4,60 -18332,buy_contrast_m10_bb_pos,buy,2025-10-17 06:09:00,1371.0,2.5258,1,leg_gt,3.4,60 -18333,buy_contrast_m10_bb_pos,buy,2025-10-17 06:12:00,1371.0,2.5258,1,leg_gt,3.4,60 -18334,buy_contrast_m10_bb_pos,buy,2025-10-17 06:15:00,1373.0,2.3763,1,leg_gt,3.39,60 -18335,buy_contrast_m10_bb_pos,buy,2025-10-17 06:18:00,1377.0,2.0786,1,leg_gt,3.39,60 -18336,buy_contrast_m10_bb_pos,buy,2025-10-17 07:51:00,1368.0,2.7509,1,leg_gt,3.33,60 -18337,buy_contrast_m10_bb_pos,buy,2025-10-17 07:54:00,1370.0,2.6007,1,leg_gt,3.32,60 -18338,buy_contrast_m10_bb_pos,buy,2025-10-17 07:57:00,1366.0,2.9015,1,leg_gt,3.32,60 -18339,buy_contrast_m10_bb_pos,buy,2025-10-17 08:00:00,1364.0,3.0525,1,leg_gt,3.32,60 -18340,buy_contrast_m10_bb_pos,buy,2025-10-17 08:03:00,1371.0,2.5258,1,leg_gt,3.32,60 -18341,buy_contrast_m10_bb_pos,buy,2025-10-17 08:06:00,1369.0,2.6757,1,leg_gt,3.32,60 -18342,buy_contrast_m10_bb_pos,buy,2025-10-17 08:09:00,1370.0,2.6007,1,leg_gt,3.31,60 -18343,buy_contrast_m10_bb_pos,buy,2025-10-17 11:42:00,1367.0,2.8261,1,leg_gt,3.17,60 -18344,buy_contrast_m10_bb_pos,buy,2025-10-17 11:45:00,1366.0,2.9015,1,leg_gt,3.16,60 -18345,buy_contrast_m10_bb_pos,buy,2025-10-17 11:48:00,1367.0,2.8261,1,leg_gt,3.16,60 -18346,buy_contrast_m10_bb_pos,buy,2025-10-17 13:30:00,1363.0,3.1282,1,leg_gt,3.09,60 -18347,buy_contrast_m10_bb_pos,buy,2025-10-17 13:33:00,1367.0,2.8261,1,leg_gt,3.09,60 -18348,buy_contrast_m10_bb_pos,buy,2025-10-17 13:36:00,1366.0,2.9015,1,leg_gt,3.09,60 -18349,buy_contrast_m10_bb_pos,buy,2025-10-17 13:39:00,1362.0,3.204,1,leg_gt,3.09,60 -18350,buy_contrast_m10_bb_pos,buy,2025-10-17 14:12:00,1359.0,3.432,1,leg_gt,3.06,60 -18351,buy_contrast_m10_bb_pos,buy,2025-10-17 14:15:00,1359.0,3.432,1,leg_gt,3.06,60 -18352,buy_contrast_m10_bb_pos,buy,2025-10-17 14:18:00,1357.0,3.5846,1,leg_gt,3.06,60 -18353,buy_contrast_m10_bb_pos,buy,2025-10-17 14:21:00,1357.0,3.5846,1,leg_gt,3.06,60 -18354,buy_contrast_m10_bb_pos,buy,2025-10-17 14:24:00,1359.0,3.432,1,leg_gt,3.05,60 -18355,buy_contrast_m10_bb_pos,buy,2025-10-17 14:27:00,1361.0,3.2799,1,leg_gt,3.05,60 -18356,buy_contrast_m10_bb_pos,buy,2025-10-17 14:42:00,1355.0,3.7376,1,leg_gt,3.04,60 -18357,buy_contrast_m10_bb_pos,buy,2025-10-17 14:45:00,1354.0,3.8143,1,leg_gt,3.04,60 -18358,buy_contrast_m10_bb_pos,buy,2025-10-17 14:48:00,1353.0,3.8911,1,leg_gt,3.04,60 -18359,buy_contrast_m10_bb_pos,buy,2025-10-17 15:00:00,1353.0,3.8911,1,leg_gt,3.03,60 -18360,buy_contrast_m10_bb_pos,buy,2025-10-17 15:03:00,1360.0,3.3559,1,leg_gt,3.03,60 -18361,buy_contrast_m10_bb_pos,buy,2025-10-17 15:06:00,1357.0,3.5846,1,leg_gt,3.02,60 -18362,buy_contrast_m10_bb_pos,buy,2025-10-17 15:09:00,1358.0,3.5082,1,leg_gt,3.02,60 -18363,buy_contrast_m10_bb_pos,buy,2025-10-17 15:21:00,1348.0,4.2769,1,leg_gt,3.01,60 -18364,buy_contrast_m10_bb_pos,buy,2025-10-17 15:24:00,1348.0,4.2769,1,leg_gt,3.01,60 -18365,buy_contrast_m10_bb_pos,buy,2025-10-17 15:27:00,1341.0,4.8217,1,leg_gt,3.01,60 -18366,buy_contrast_m10_bb_pos,buy,2025-10-17 16:21:00,1301.0,8.0476,1,leg_gt,2.97,60 -18367,buy_contrast_m10_bb_pos,buy,2025-10-17 16:24:00,1293.0,8.7167,1,leg_gt,2.97,60 -18368,buy_contrast_m10_bb_pos,buy,2025-10-17 16:27:00,1294.0,8.6326,1,leg_gt,2.97,60 -18369,buy_contrast_m10_bb_pos,buy,2025-10-17 16:51:00,1280.0,9.8219,1,leg_gt,2.95,60 -18370,buy_contrast_m10_bb_pos,buy,2025-10-17 16:54:00,1284.0,9.4794,1,leg_gt,2.95,60 -18371,buy_contrast_m10_bb_pos,buy,2025-10-17 16:57:00,1284.0,9.4794,1,leg_gt,2.95,60 -18372,buy_contrast_m10_bb_pos,buy,2025-10-17 17:00:00,1280.0,9.8219,1,leg_gt,2.95,60 -18373,buy_contrast_m10_bb_pos,buy,2025-10-17 17:03:00,1280.0,9.8219,1,leg_gt,2.94,60 -18374,buy_contrast_m10_bb_pos,buy,2025-10-17 17:06:00,1273.0,10.4263,1,leg_gt,2.94,60 -18375,buy_contrast_m10_bb_pos,buy,2025-10-17 17:09:00,1276.0,10.1665,1,leg_gt,2.94,60 -18376,buy_contrast_m10_bb_pos,buy,2025-10-17 17:12:00,1278.0,9.9939,1,leg_gt,2.94,60 -18377,buy_contrast_m10_bb_pos,buy,2025-10-17 17:15:00,1273.0,10.4263,1,leg_gt,2.94,60 -18378,buy_contrast_m10_bb_pos,buy,2025-10-17 17:18:00,1268.0,10.8621,1,leg_gt,2.93,60 -18379,buy_contrast_m10_bb_pos,buy,2025-10-17 17:21:00,1263.0,11.3014,1,leg_gt,2.93,60 -18380,buy_contrast_m10_bb_pos,buy,2025-10-17 17:24:00,1264.0,11.2133,1,leg_gt,2.93,60 -18381,buy_contrast_m10_bb_pos,buy,2025-10-17 17:27:00,1273.0,10.4263,1,leg_gt,2.93,60 -18382,buy_contrast_m10_bb_pos,buy,2025-10-18 09:00:00,1340.0,4.9,1,leg_gt,2.28,60 -18383,buy_contrast_m10_bb_pos,buy,2025-10-18 09:03:00,1340.0,4.9,1,leg_gt,2.28,60 -18384,buy_contrast_m10_bb_pos,buy,2025-10-18 09:06:00,1337.0,5.1356,1,leg_gt,2.28,60 -18385,buy_contrast_m10_bb_pos,buy,2025-10-18 09:09:00,1337.0,5.1356,1,leg_gt,2.27,60 -18386,buy_contrast_m10_bb_pos,buy,2025-10-18 13:12:00,1346.0,4.4319,1,leg_gt,2.1,60 -18387,buy_contrast_m10_bb_pos,buy,2025-10-18 13:15:00,1345.0,4.5097,1,leg_gt,2.1,60 -18388,buy_contrast_m10_bb_pos,buy,2025-10-18 13:18:00,1345.0,4.5097,1,leg_gt,2.1,60 -18389,buy_contrast_m10_bb_pos,buy,2025-10-18 13:42:00,1345.0,4.5097,1,leg_gt,2.08,60 -18390,buy_contrast_m10_bb_pos,buy,2025-10-18 13:45:00,1347.0,4.3543,1,leg_gt,2.08,60 -18391,buy_contrast_m10_bb_pos,buy,2025-10-18 13:48:00,1347.0,4.3543,1,leg_gt,2.08,60 -18392,buy_contrast_m10_bb_pos,buy,2025-10-18 13:51:00,1344.0,4.5875,1,leg_gt,2.08,60 -18393,buy_contrast_m10_bb_pos,buy,2025-10-18 13:54:00,1344.0,4.5875,1,leg_gt,2.08,60 -18394,buy_contrast_m10_bb_pos,buy,2025-10-18 13:57:00,1344.0,4.5875,1,leg_gt,2.07,60 -18395,buy_contrast_m10_bb_pos,buy,2025-10-18 14:00:00,1343.0,4.6655,1,leg_gt,2.07,60 -18396,buy_contrast_m10_bb_pos,buy,2025-10-18 14:03:00,1343.0,4.6655,1,leg_gt,2.07,60 -18397,buy_contrast_m10_bb_pos,buy,2025-10-18 14:06:00,1347.0,4.3543,1,leg_gt,2.07,60 -18398,buy_contrast_m10_bb_pos,buy,2025-10-18 14:09:00,1346.0,4.4319,1,leg_gt,2.06,60 -18399,buy_contrast_m10_bb_pos,buy,2025-10-18 14:30:00,1344.0,4.5875,1,leg_gt,2.05,60 -18400,buy_contrast_m10_bb_pos,buy,2025-10-18 14:33:00,1344.0,4.5875,1,leg_gt,2.05,60 -18401,buy_contrast_m10_bb_pos,buy,2025-10-18 14:36:00,1342.0,4.7435,1,leg_gt,2.05,60 -18402,buy_contrast_m10_bb_pos,buy,2025-10-18 14:39:00,1343.0,4.6655,1,leg_gt,2.04,60 -18403,buy_contrast_m10_bb_pos,buy,2025-10-18 21:30:00,1357.0,3.5846,1,leg_gt,1.76,60 -18404,buy_contrast_m10_bb_pos,buy,2025-10-18 21:33:00,1355.0,3.7376,1,leg_gt,1.76,60 -18405,buy_contrast_m10_bb_pos,buy,2025-10-18 21:36:00,1353.0,3.8911,1,leg_gt,1.75,60 -18406,buy_contrast_m10_bb_pos,buy,2025-10-18 21:39:00,1351.0,4.0451,1,leg_gt,1.75,60 -18407,buy_contrast_m10_bb_pos,buy,2025-10-18 22:00:00,1351.0,4.0451,1,leg_gt,1.74,60 -18408,buy_contrast_m10_bb_pos,buy,2025-10-18 22:03:00,1345.0,4.5097,1,leg_gt,1.74,60 -18409,buy_contrast_m10_bb_pos,buy,2025-10-18 22:06:00,1344.0,4.5875,1,leg_gt,1.73,60 -18410,buy_contrast_m10_bb_pos,buy,2025-10-18 22:09:00,1343.0,4.6655,1,leg_gt,1.73,60 -18411,buy_contrast_m10_bb_pos,buy,2025-10-18 22:30:00,1346.0,4.4319,1,leg_gt,1.72,60 -18412,buy_contrast_m10_bb_pos,buy,2025-10-18 22:33:00,1346.0,4.4319,1,leg_gt,1.71,60 -18413,buy_contrast_m10_bb_pos,buy,2025-10-18 22:36:00,1348.0,4.2769,1,leg_gt,1.71,60 -18414,buy_contrast_m10_bb_pos,buy,2025-10-18 22:39:00,1346.0,4.4319,1,leg_gt,1.71,60 -18415,buy_contrast_m10_bb_pos,buy,2025-10-18 22:42:00,1347.0,4.3543,1,leg_gt,1.71,60 -18416,buy_contrast_m10_bb_pos,buy,2025-10-18 22:45:00,1349.0,4.1995,1,leg_gt,1.71,60 -18417,buy_contrast_m10_bb_pos,buy,2025-10-18 22:48:00,1348.0,4.2769,1,leg_gt,1.7,60 -18418,buy_contrast_m10_bb_pos,buy,2025-10-18 23:12:00,1342.0,4.7435,1,leg_gt,1.69,60 -18419,buy_contrast_m10_bb_pos,buy,2025-10-18 23:15:00,1344.0,4.5875,1,leg_gt,1.69,60 -18420,buy_contrast_m10_bb_pos,buy,2025-10-18 23:18:00,1346.0,4.4319,1,leg_gt,1.68,60 -18421,buy_contrast_m10_bb_pos,buy,2025-10-19 06:12:00,1354.0,3.8143,1,leg_gt,1.4,60 -18422,buy_contrast_m10_bb_pos,buy,2025-10-19 06:15:00,1356.0,3.6611,1,leg_gt,1.39,60 -18423,buy_contrast_m10_bb_pos,buy,2025-10-19 06:18:00,1352.0,3.968,1,leg_gt,1.39,60 -18424,buy_contrast_m10_bb_pos,buy,2025-10-19 07:51:00,1352.0,3.968,1,leg_gt,1.33,60 -18425,buy_contrast_m10_bb_pos,buy,2025-10-19 07:54:00,1353.0,3.8911,1,leg_gt,1.32,60 -18426,buy_contrast_m10_bb_pos,buy,2025-10-19 07:57:00,1354.0,3.8143,1,leg_gt,1.32,60 -18427,buy_contrast_m10_bb_pos,buy,2025-10-19 08:00:00,1352.0,3.968,1,leg_gt,1.32,60 -18428,buy_contrast_m10_bb_pos,buy,2025-10-19 08:03:00,1355.0,3.7376,1,leg_gt,1.32,60 -18429,buy_contrast_m10_bb_pos,buy,2025-10-19 08:06:00,1356.0,3.6611,1,leg_gt,1.32,60 -18430,buy_contrast_m10_bb_pos,buy,2025-10-19 08:09:00,1354.0,3.8143,1,leg_gt,1.31,60 -18431,buy_contrast_m10_bb_pos,buy,2025-10-19 08:21:00,1350.0,4.1222,1,leg_gt,1.31,60 -18432,buy_contrast_m10_bb_pos,buy,2025-10-19 08:24:00,1351.0,4.0451,1,leg_gt,1.3,60 -18433,buy_contrast_m10_bb_pos,buy,2025-10-19 08:27:00,1352.0,3.968,1,leg_gt,1.3,60 -18434,buy_contrast_m10_bb_pos,buy,2025-10-19 10:00:00,1341.0,4.8217,1,leg_gt,1.24,60 -18435,buy_contrast_m10_bb_pos,buy,2025-10-19 10:03:00,1340.0,4.9,1,leg_gt,1.24,60 -18436,buy_contrast_m10_bb_pos,buy,2025-10-19 10:06:00,1339.0,4.9784,1,leg_gt,1.23,60 -18437,buy_contrast_m10_bb_pos,buy,2025-10-19 10:09:00,1337.0,5.1356,1,leg_gt,1.23,60 -18438,buy_contrast_m10_bb_pos,buy,2025-10-19 10:12:00,1339.0,4.9784,1,leg_gt,1.23,60 -18439,buy_contrast_m10_bb_pos,buy,2025-10-19 10:15:00,1340.0,4.9,1,leg_gt,1.23,60 -18440,buy_contrast_m10_bb_pos,buy,2025-10-19 10:18:00,1339.0,4.9784,1,leg_gt,1.23,60 -18441,buy_contrast_m10_bb_pos,buy,2025-10-19 14:00:00,1340.0,4.9,1,leg_gt,1.07,60 -18442,buy_contrast_m10_bb_pos,buy,2025-10-19 14:03:00,1341.0,4.8217,1,leg_gt,1.07,60 -18443,buy_contrast_m10_bb_pos,buy,2025-10-19 14:06:00,1342.0,4.7435,1,leg_gt,1.07,60 -18444,buy_contrast_m10_bb_pos,buy,2025-10-19 14:09:00,1341.0,4.8217,1,leg_gt,1.06,60 -18445,buy_contrast_m10_bb_pos,buy,2025-10-19 15:00:00,1337.0,5.1356,1,leg_gt,1.03,60 -18446,buy_contrast_m10_bb_pos,buy,2025-10-19 15:03:00,1337.0,5.1356,1,leg_gt,1.03,60 -18447,buy_contrast_m10_bb_pos,buy,2025-10-19 15:06:00,1338.0,5.057,1,leg_gt,1.02,60 -18448,buy_contrast_m10_bb_pos,buy,2025-10-19 15:09:00,1337.0,5.1356,1,leg_gt,1.02,60 -18449,buy_contrast_m10_bb_pos,buy,2025-10-19 15:12:00,1335.0,5.2933,1,leg_gt,1.02,60 -18450,buy_contrast_m10_bb_pos,buy,2025-10-19 15:15:00,1336.0,5.2144,1,leg_gt,1.02,60 -18451,buy_contrast_m10_bb_pos,buy,2025-10-19 15:18:00,1334.0,5.3723,1,leg_gt,1.02,60 -18452,buy_contrast_m10_bb_pos,buy,2025-10-19 15:21:00,1335.0,5.2933,1,leg_gt,1.01,60 -18453,buy_contrast_m10_bb_pos,buy,2025-10-19 15:24:00,1336.0,5.2144,1,leg_gt,1.01,60 -18454,buy_contrast_m10_bb_pos,buy,2025-10-19 15:27:00,1337.0,5.1356,1,leg_gt,1.01,60 -18455,buy_contrast_m10_bb_pos,buy,2025-10-19 15:42:00,1335.0,5.2933,1,leg_gt,1.0,60 -18456,buy_contrast_m10_bb_pos,buy,2025-10-19 15:45:00,1334.0,5.3723,1,leg_gt,1.0,60 -18457,buy_contrast_m10_bb_pos,buy,2025-10-19 15:48:00,1334.0,5.3723,1,leg_gt,1.0,60 -18458,buy_contrast_m10_bb_pos,buy,2025-10-19 18:12:00,1328.0,5.8488,1,leg_gt,0.9,60 -18459,buy_contrast_m10_bb_pos,buy,2025-10-19 18:15:00,1331.0,5.61,1,leg_gt,0.89,60 -18460,buy_contrast_m10_bb_pos,buy,2025-10-19 18:18:00,1333.0,5.4514,1,leg_gt,0.89,60 -18461,buy_contrast_m10_bb_pos,buy,2025-10-19 18:42:00,1339.0,4.9784,1,leg_gt,0.88,60 -18462,buy_contrast_m10_bb_pos,buy,2025-10-19 18:45:00,1339.0,4.9784,1,leg_gt,0.87,60 -18463,buy_contrast_m10_bb_pos,buy,2025-10-19 18:48:00,1339.0,4.9784,1,leg_gt,0.87,60 -18464,buy_contrast_m10_bb_pos,buy,2025-10-20 05:42:00,1394.0,0.8326,1,leg_gt,0.42,60 -18465,buy_contrast_m10_bb_pos,buy,2025-10-20 05:45:00,1399.0,0.4718,1,leg_gt,0.41,60 -18466,buy_contrast_m10_bb_pos,buy,2025-10-20 05:48:00,1398.0,0.5438,1,leg_gt,0.41,60 -18467,buy_contrast_m10_bb_pos,buy,2025-10-20 06:21:00,1393.0,0.905,1,leg_gt,0.39,60 -18468,buy_contrast_m10_bb_pos,buy,2025-10-20 06:24:00,1392.0,0.9776,1,leg_gt,0.39,60 -18469,buy_contrast_m10_bb_pos,buy,2025-10-20 06:27:00,1391.0,1.0503,1,leg_gt,0.39,60 -18470,buy_contrast_m10_bb_pos,buy,2025-10-20 08:12:00,1391.0,1.0503,1,leg_gt,0.31,60 -18471,buy_contrast_m10_bb_pos,buy,2025-10-20 08:15:00,1391.0,1.0503,1,leg_gt,0.31,60 -18472,buy_contrast_m10_bb_pos,buy,2025-10-20 08:18:00,1391.0,1.0503,1,leg_gt,0.31,60 -18473,buy_contrast_m10_bb_pos,buy,2025-10-20 08:21:00,1389.0,1.1959,1,leg_gt,0.31,60 -18474,buy_contrast_m10_bb_pos,buy,2025-10-20 08:24:00,1388.0,1.2689,1,leg_gt,0.3,60 -18475,buy_contrast_m10_bb_pos,buy,2025-10-20 08:27:00,1389.0,1.1959,1,leg_gt,0.3,60 -18476,buy_contrast_m10_bb_pos,buy,2025-10-20 09:51:00,1365.0,2.9769,1,leg_gt,0.24,60 -18477,buy_contrast_m10_bb_pos,buy,2025-10-20 09:54:00,1367.0,2.8261,1,leg_gt,0.24,60 -18478,buy_contrast_m10_bb_pos,buy,2025-10-20 09:57:00,1367.0,2.8261,1,leg_gt,0.24,60 -18479,buy_contrast_m10_bb_pos,buy,2025-10-20 17:12:00,1387.0,1.9908,1,leg_gt,6.46,60 -18480,buy_contrast_m10_bb_pos,buy,2025-10-20 17:15:00,1388.0,1.9173,1,leg_gt,6.46,60 -18481,buy_contrast_m10_bb_pos,buy,2025-10-20 17:18:00,1389.0,1.8438,1,leg_gt,6.45,60 -18482,buy_contrast_m10_bb_pos,buy,2025-10-20 17:21:00,1387.0,1.9908,1,leg_gt,6.45,60 -18483,buy_contrast_m10_bb_pos,buy,2025-10-20 17:24:00,1384.0,2.2121,1,leg_gt,6.45,60 -18484,buy_contrast_m10_bb_pos,buy,2025-10-20 17:27:00,1386.0,2.0645,1,leg_gt,6.45,60 -18485,buy_contrast_m10_bb_pos,buy,2025-10-20 21:12:00,1388.0,1.9173,1,leg_gt,6.29,60 -18486,buy_contrast_m10_bb_pos,buy,2025-10-20 21:15:00,1388.0,1.9173,1,leg_gt,6.29,60 -18487,buy_contrast_m10_bb_pos,buy,2025-10-20 21:18:00,1387.0,1.9908,1,leg_gt,6.29,60 -18488,buy_contrast_m10_bb_pos,buy,2025-10-21 02:42:00,1376.0,2.807,1,leg_gt,6.06,60 -18489,buy_contrast_m10_bb_pos,buy,2025-10-21 02:45:00,1375.0,2.8818,1,leg_gt,6.06,60 -18490,buy_contrast_m10_bb_pos,buy,2025-10-21 02:48:00,1379.0,2.5831,1,leg_gt,6.06,60 -18491,buy_contrast_m10_bb_pos,buy,2025-10-21 06:51:00,1375.0,2.8818,1,leg_gt,5.89,60 -18492,buy_contrast_m10_bb_pos,buy,2025-10-21 06:54:00,1375.0,2.8818,1,leg_gt,5.89,60 -18493,buy_contrast_m10_bb_pos,buy,2025-10-21 06:57:00,1376.0,2.807,1,leg_gt,5.89,60 -18494,buy_contrast_m10_bb_pos,buy,2025-10-21 09:12:00,1374.0,2.9568,1,leg_gt,5.79,60 -18495,buy_contrast_m10_bb_pos,buy,2025-10-21 09:15:00,1374.0,2.9568,1,leg_gt,5.79,60 -18496,buy_contrast_m10_bb_pos,buy,2025-10-21 09:18:00,1374.0,2.9568,1,leg_gt,5.79,60 -18497,buy_contrast_m10_bb_pos,buy,2025-10-21 09:21:00,1374.0,2.9568,1,leg_gt,5.79,60 -18498,buy_contrast_m10_bb_pos,buy,2025-10-21 09:24:00,1373.0,3.0318,1,leg_gt,5.78,60 -18499,buy_contrast_m10_bb_pos,buy,2025-10-21 09:27:00,1374.0,2.9568,1,leg_gt,5.78,60 -18500,buy_contrast_m10_bb_pos,buy,2025-10-21 09:30:00,1373.0,3.0318,1,leg_gt,5.78,60 -18501,buy_contrast_m10_bb_pos,buy,2025-10-21 09:33:00,1373.0,3.0318,1,leg_gt,5.78,60 -18502,buy_contrast_m10_bb_pos,buy,2025-10-21 09:36:00,1375.0,2.8818,1,leg_gt,5.78,60 -18503,buy_contrast_m10_bb_pos,buy,2025-10-21 09:39:00,1376.0,2.807,1,leg_gt,5.77,60 -18504,buy_contrast_m10_bb_pos,buy,2025-10-21 09:51:00,1372.0,3.107,1,leg_gt,5.76,60 -18505,buy_contrast_m10_bb_pos,buy,2025-10-21 09:54:00,1372.0,3.107,1,leg_gt,5.76,60 -18506,buy_contrast_m10_bb_pos,buy,2025-10-21 09:57:00,1371.0,3.1823,1,leg_gt,5.76,60 -18507,buy_contrast_m10_bb_pos,buy,2025-10-21 10:42:00,1365.0,3.6363,1,leg_gt,5.73,60 -18508,buy_contrast_m10_bb_pos,buy,2025-10-21 10:45:00,1365.0,3.6363,1,leg_gt,5.73,60 -18509,buy_contrast_m10_bb_pos,buy,2025-10-21 10:48:00,1363.0,3.7885,1,leg_gt,5.72,60 -18510,buy_contrast_m10_bb_pos,buy,2025-10-21 11:30:00,1353.0,4.5563,1,leg_gt,5.7,60 -18511,buy_contrast_m10_bb_pos,buy,2025-10-21 11:33:00,1354.0,4.479,1,leg_gt,5.69,60 -18512,buy_contrast_m10_bb_pos,buy,2025-10-21 11:36:00,1357.0,4.2478,1,leg_gt,5.69,60 -18513,buy_contrast_m10_bb_pos,buy,2025-10-21 11:39:00,1357.0,4.2478,1,leg_gt,5.69,60 -18514,buy_contrast_m10_bb_pos,buy,2025-10-21 11:51:00,1356.0,4.3248,1,leg_gt,5.68,60 -18515,buy_contrast_m10_bb_pos,buy,2025-10-21 11:54:00,1357.0,4.2478,1,leg_gt,5.68,60 -18516,buy_contrast_m10_bb_pos,buy,2025-10-21 11:57:00,1356.0,4.3248,1,leg_gt,5.68,60 -18517,buy_contrast_m10_bb_pos,buy,2025-10-21 12:00:00,1352.0,4.6337,1,leg_gt,5.68,60 -18518,buy_contrast_m10_bb_pos,buy,2025-10-21 12:03:00,1354.0,4.479,1,leg_gt,5.67,60 -18519,buy_contrast_m10_bb_pos,buy,2025-10-21 12:06:00,1357.0,4.2478,1,leg_gt,5.67,60 -18520,buy_contrast_m10_bb_pos,buy,2025-10-21 12:09:00,1355.0,4.4018,1,leg_gt,5.67,60 -18521,buy_contrast_m10_bb_pos,buy,2025-10-21 13:00:00,1348.0,4.9445,1,leg_gt,5.63,60 -18522,buy_contrast_m10_bb_pos,buy,2025-10-21 13:03:00,1340.0,5.5716,1,leg_gt,5.63,60 -18523,buy_contrast_m10_bb_pos,buy,2025-10-21 13:06:00,1341.0,5.4928,1,leg_gt,5.63,60 -18524,buy_contrast_m10_bb_pos,buy,2025-10-21 13:09:00,1339.0,5.6506,1,leg_gt,5.63,60 -18525,buy_contrast_m10_bb_pos,buy,2025-10-21 13:21:00,1341.0,5.4928,1,leg_gt,5.62,60 -18526,buy_contrast_m10_bb_pos,buy,2025-10-21 13:24:00,1341.0,5.4928,1,leg_gt,5.62,60 -18527,buy_contrast_m10_bb_pos,buy,2025-10-21 13:27:00,1342.0,5.4142,1,leg_gt,5.61,60 -18528,buy_contrast_m10_bb_pos,buy,2025-10-21 13:30:00,1342.0,5.4142,1,leg_gt,5.61,60 -18529,buy_contrast_m10_bb_pos,buy,2025-10-21 13:33:00,1337.0,5.8088,1,leg_gt,5.61,60 -18530,buy_contrast_m10_bb_pos,buy,2025-10-21 13:36:00,1337.0,5.8088,1,leg_gt,5.61,60 -18531,buy_contrast_m10_bb_pos,buy,2025-10-21 13:39:00,1333.0,6.1266,1,leg_gt,5.61,60 -18532,buy_contrast_m10_bb_pos,buy,2025-10-21 14:12:00,1332.0,6.2063,1,leg_gt,5.58,60 -18533,buy_contrast_m10_bb_pos,buy,2025-10-21 14:15:00,1331.0,6.2862,1,leg_gt,5.58,60 -18534,buy_contrast_m10_bb_pos,buy,2025-10-21 14:18:00,1333.0,6.1266,1,leg_gt,5.58,60 -18535,buy_contrast_m10_bb_pos,buy,2025-10-21 17:42:00,1331.0,6.2862,1,leg_gt,5.44,60 -18536,buy_contrast_m10_bb_pos,buy,2025-10-21 17:45:00,1328.0,6.5265,1,leg_gt,5.44,60 -18537,buy_contrast_m10_bb_pos,buy,2025-10-21 17:48:00,1329.0,6.4463,1,leg_gt,5.43,60 -18538,buy_contrast_m10_bb_pos,buy,2025-10-21 17:51:00,1332.0,6.2063,1,leg_gt,5.43,60 -18539,buy_contrast_m10_bb_pos,buy,2025-10-21 17:54:00,1335.0,5.9674,1,leg_gt,5.43,60 -18540,buy_contrast_m10_bb_pos,buy,2025-10-21 17:57:00,1337.0,5.8088,1,leg_gt,5.43,60 -18541,buy_contrast_m10_bb_pos,buy,2025-10-22 03:00:00,1390.0,1.7705,1,leg_gt,5.05,60 -18542,buy_contrast_m10_bb_pos,buy,2025-10-22 03:03:00,1394.0,1.4782,1,leg_gt,5.05,60 -18543,buy_contrast_m10_bb_pos,buy,2025-10-22 03:06:00,1399.0,1.1152,1,leg_gt,5.05,60 -18544,buy_contrast_m10_bb_pos,buy,2025-10-22 03:09:00,1391.0,1.6973,1,leg_gt,5.04,60 -18545,buy_contrast_m10_bb_pos,buy,2025-10-22 03:21:00,1387.0,1.9908,1,leg_gt,5.04,60 -18546,buy_contrast_m10_bb_pos,buy,2025-10-22 03:24:00,1394.0,1.4782,1,leg_gt,5.03,60 -18547,buy_contrast_m10_bb_pos,buy,2025-10-22 03:27:00,1398.0,1.1876,1,leg_gt,5.03,60 -18548,buy_contrast_m10_bb_pos,buy,2025-10-22 05:12:00,1375.0,2.8818,1,leg_gt,4.96,60 -18549,buy_contrast_m10_bb_pos,buy,2025-10-22 05:15:00,1379.0,2.5831,1,leg_gt,4.96,60 -18550,buy_contrast_m10_bb_pos,buy,2025-10-22 05:18:00,1370.0,3.2577,1,leg_gt,4.95,60 -18551,buy_contrast_m10_bb_pos,buy,2025-10-22 05:42:00,1373.0,3.0318,1,leg_gt,4.94,60 -18552,buy_contrast_m10_bb_pos,buy,2025-10-22 05:45:00,1371.0,3.1823,1,leg_gt,4.94,60 -18553,buy_contrast_m10_bb_pos,buy,2025-10-22 05:48:00,1371.0,3.1823,1,leg_gt,4.93,60 -18554,buy_contrast_m10_bb_pos,buy,2025-10-22 06:21:00,1361.0,3.9411,1,leg_gt,4.91,60 -18555,buy_contrast_m10_bb_pos,buy,2025-10-22 06:24:00,1356.0,4.3248,1,leg_gt,4.91,60 -18556,buy_contrast_m10_bb_pos,buy,2025-10-22 06:27:00,1356.0,4.3248,1,leg_gt,4.91,60 -18557,buy_contrast_m10_bb_pos,buy,2025-10-22 07:12:00,1365.0,3.6363,1,leg_gt,4.88,60 -18558,buy_contrast_m10_bb_pos,buy,2025-10-22 07:15:00,1366.0,3.5603,1,leg_gt,4.87,60 -18559,buy_contrast_m10_bb_pos,buy,2025-10-22 07:18:00,1369.0,3.3332,1,leg_gt,4.87,60 -18560,buy_contrast_m10_bb_pos,buy,2025-10-22 07:30:00,1358.0,4.171,1,leg_gt,4.86,60 -18561,buy_contrast_m10_bb_pos,buy,2025-10-22 07:33:00,1357.0,4.2478,1,leg_gt,4.86,60 -18562,buy_contrast_m10_bb_pos,buy,2025-10-22 07:36:00,1354.0,4.479,1,leg_gt,4.86,60 -18563,buy_contrast_m10_bb_pos,buy,2025-10-22 07:39:00,1350.0,4.7889,1,leg_gt,4.86,60 -18564,buy_contrast_m10_bb_pos,buy,2025-10-22 08:00:00,1353.0,4.5563,1,leg_gt,4.84,60 -18565,buy_contrast_m10_bb_pos,buy,2025-10-22 08:03:00,1353.0,4.5563,1,leg_gt,4.84,60 -18566,buy_contrast_m10_bb_pos,buy,2025-10-22 08:06:00,1355.0,4.4018,1,leg_gt,4.84,60 -18567,buy_contrast_m10_bb_pos,buy,2025-10-22 08:09:00,1355.0,4.4018,1,leg_gt,4.84,60 -18568,buy_contrast_m10_bb_pos,buy,2025-10-22 08:12:00,1353.0,4.5563,1,leg_gt,4.83,60 -18569,buy_contrast_m10_bb_pos,buy,2025-10-22 08:15:00,1352.0,4.6337,1,leg_gt,4.83,60 -18570,buy_contrast_m10_bb_pos,buy,2025-10-22 08:18:00,1351.0,4.7113,1,leg_gt,4.83,60 -18571,buy_contrast_m10_bb_pos,buy,2025-10-22 08:21:00,1351.0,4.7113,1,leg_gt,4.83,60 -18572,buy_contrast_m10_bb_pos,buy,2025-10-22 08:24:00,1352.0,4.6337,1,leg_gt,4.82,60 -18573,buy_contrast_m10_bb_pos,buy,2025-10-22 08:27:00,1348.0,4.9445,1,leg_gt,4.82,60 -18574,buy_contrast_m10_bb_pos,buy,2025-10-22 08:51:00,1339.0,5.6506,1,leg_gt,4.81,60 -18575,buy_contrast_m10_bb_pos,buy,2025-10-22 08:54:00,1340.0,5.5716,1,leg_gt,4.8,60 -18576,buy_contrast_m10_bb_pos,buy,2025-10-22 08:57:00,1338.0,5.7296,1,leg_gt,4.8,60 -18577,buy_contrast_m10_bb_pos,buy,2025-10-22 09:00:00,1337.0,5.8088,1,leg_gt,4.8,60 -18578,buy_contrast_m10_bb_pos,buy,2025-10-22 09:03:00,1342.0,5.4142,1,leg_gt,4.8,60 -18579,buy_contrast_m10_bb_pos,buy,2025-10-22 09:06:00,1342.0,5.4142,1,leg_gt,4.8,60 -18580,buy_contrast_m10_bb_pos,buy,2025-10-22 09:09:00,1342.0,5.4142,1,leg_gt,4.79,60 -18581,buy_contrast_m10_bb_pos,buy,2025-10-22 09:30:00,1335.0,5.9674,1,leg_gt,4.78,60 -18582,buy_contrast_m10_bb_pos,buy,2025-10-22 09:33:00,1340.0,5.5716,1,leg_gt,4.78,60 -18583,buy_contrast_m10_bb_pos,buy,2025-10-22 09:36:00,1334.0,6.0469,1,leg_gt,4.78,60 -18584,buy_contrast_m10_bb_pos,buy,2025-10-22 09:39:00,1334.0,6.0469,1,leg_gt,4.77,60 -18585,buy_contrast_m10_bb_pos,buy,2025-10-22 09:42:00,1337.0,5.8088,1,leg_gt,4.77,60 -18586,buy_contrast_m10_bb_pos,buy,2025-10-22 09:45:00,1337.0,5.8088,1,leg_gt,4.77,60 -18587,buy_contrast_m10_bb_pos,buy,2025-10-22 09:48:00,1337.0,5.8088,1,leg_gt,4.77,60 -18588,buy_contrast_m10_bb_pos,buy,2025-10-22 14:30:00,1332.0,6.2063,1,leg_gt,4.57,60 -18589,buy_contrast_m10_bb_pos,buy,2025-10-22 14:33:00,1335.0,5.9674,1,leg_gt,4.57,60 -18590,buy_contrast_m10_bb_pos,buy,2025-10-22 14:36:00,1333.0,6.1266,1,leg_gt,4.57,60 -18591,buy_contrast_m10_bb_pos,buy,2025-10-22 14:39:00,1332.0,6.2063,1,leg_gt,4.56,60 -18592,buy_contrast_m10_bb_pos,buy,2025-10-22 14:42:00,1333.0,6.1266,1,leg_gt,4.56,60 -18593,buy_contrast_m10_bb_pos,buy,2025-10-22 14:45:00,1333.0,6.1266,1,leg_gt,4.56,60 -18594,buy_contrast_m10_bb_pos,buy,2025-10-22 14:48:00,1335.0,5.9674,1,leg_gt,4.56,60 -18595,buy_contrast_m10_bb_pos,buy,2025-10-22 15:30:00,1330.0,6.3662,1,leg_gt,4.53,60 -18596,buy_contrast_m10_bb_pos,buy,2025-10-22 15:33:00,1330.0,6.3662,1,leg_gt,4.53,60 -18597,buy_contrast_m10_bb_pos,buy,2025-10-22 15:36:00,1331.0,6.2862,1,leg_gt,4.53,60 -18598,buy_contrast_m10_bb_pos,buy,2025-10-22 15:39:00,1333.0,6.1266,1,leg_gt,4.52,60 -18599,buy_contrast_m10_bb_pos,buy,2025-10-22 18:00:00,1325.0,6.7679,1,leg_gt,4.42,60 -18600,buy_contrast_m10_bb_pos,buy,2025-10-22 18:03:00,1326.0,6.6873,1,leg_gt,4.42,60 -18601,buy_contrast_m10_bb_pos,buy,2025-10-22 18:06:00,1325.0,6.7679,1,leg_gt,4.42,60 -18602,buy_contrast_m10_bb_pos,buy,2025-10-22 18:09:00,1325.0,6.7679,1,leg_gt,4.42,60 -18603,buy_contrast_m10_bb_pos,buy,2025-10-22 18:12:00,1323.0,6.9295,1,leg_gt,4.42,60 -18604,buy_contrast_m10_bb_pos,buy,2025-10-22 18:15:00,1323.0,6.9295,1,leg_gt,4.41,60 -18605,buy_contrast_m10_bb_pos,buy,2025-10-22 18:18:00,1323.0,6.9295,1,leg_gt,4.41,60 -18606,buy_contrast_m10_bb_pos,buy,2025-10-22 18:51:00,1321.0,7.0915,1,leg_gt,4.39,60 -18607,buy_contrast_m10_bb_pos,buy,2025-10-22 18:54:00,1322.0,7.0104,1,leg_gt,4.39,60 -18608,buy_contrast_m10_bb_pos,buy,2025-10-22 18:57:00,1321.0,7.0915,1,leg_gt,4.39,60 -18609,buy_contrast_m10_bb_pos,buy,2025-10-22 19:00:00,1320.0,7.1727,1,leg_gt,4.38,60 -18610,buy_contrast_m10_bb_pos,buy,2025-10-22 19:03:00,1320.0,7.1727,1,leg_gt,4.38,60 -18611,buy_contrast_m10_bb_pos,buy,2025-10-22 19:06:00,1323.0,6.9295,1,leg_gt,4.38,60 -18612,buy_contrast_m10_bb_pos,buy,2025-10-22 19:09:00,1323.0,6.9295,1,leg_gt,4.38,60 -18613,buy_contrast_m10_bb_pos,buy,2025-10-22 19:21:00,1319.0,7.2541,1,leg_gt,4.37,60 -18614,buy_contrast_m10_bb_pos,buy,2025-10-22 19:24:00,1318.0,7.3355,1,leg_gt,4.37,60 -18615,buy_contrast_m10_bb_pos,buy,2025-10-22 19:27:00,1317.0,7.4171,1,leg_gt,4.36,60 -18616,buy_contrast_m10_bb_pos,buy,2025-10-22 20:00:00,1314.0,7.6626,1,leg_gt,4.34,60 -18617,buy_contrast_m10_bb_pos,buy,2025-10-22 20:03:00,1315.0,7.5806,1,leg_gt,4.34,60 -18618,buy_contrast_m10_bb_pos,buy,2025-10-22 20:06:00,1315.0,7.5806,1,leg_gt,4.34,60 -18619,buy_contrast_m10_bb_pos,buy,2025-10-22 20:09:00,1313.0,7.7446,1,leg_gt,4.34,60 -18620,buy_contrast_m10_bb_pos,buy,2025-10-22 20:12:00,1323.0,6.9295,1,leg_gt,4.33,60 -18621,buy_contrast_m10_bb_pos,buy,2025-10-22 20:15:00,1328.0,6.5265,1,leg_gt,4.33,60 -18622,buy_contrast_m10_bb_pos,buy,2025-10-22 20:18:00,1322.0,7.0104,1,leg_gt,4.33,60 -18623,buy_contrast_m10_bb_pos,buy,2025-10-22 23:30:00,1314.0,7.6626,1,leg_gt,4.2,60 -18624,buy_contrast_m10_bb_pos,buy,2025-10-22 23:33:00,1315.0,7.5806,1,leg_gt,4.19,60 -18625,buy_contrast_m10_bb_pos,buy,2025-10-22 23:36:00,1319.0,7.2541,1,leg_gt,4.19,60 -18626,buy_contrast_m10_bb_pos,buy,2025-10-22 23:39:00,1320.0,7.1727,1,leg_gt,4.19,60 -18627,buy_contrast_m10_bb_pos,buy,2025-10-23 00:30:00,1315.0,7.5806,1,leg_gt,4.15,60 -18628,buy_contrast_m10_bb_pos,buy,2025-10-23 00:33:00,1315.0,7.5806,1,leg_gt,4.15,60 -18629,buy_contrast_m10_bb_pos,buy,2025-10-23 00:36:00,1316.0,7.4988,1,leg_gt,4.15,60 -18630,buy_contrast_m10_bb_pos,buy,2025-10-23 00:39:00,1316.0,7.4988,1,leg_gt,4.15,60 -18631,buy_contrast_m10_bb_pos,buy,2025-10-23 02:00:00,1311.0,7.9092,1,leg_gt,4.09,60 -18632,buy_contrast_m10_bb_pos,buy,2025-10-23 02:03:00,1312.0,7.8268,1,leg_gt,4.09,60 -18633,buy_contrast_m10_bb_pos,buy,2025-10-23 02:06:00,1311.0,7.9092,1,leg_gt,4.09,60 -18634,buy_contrast_m10_bb_pos,buy,2025-10-23 02:09:00,1312.0,7.8268,1,leg_gt,4.09,60 -18635,buy_contrast_m10_bb_pos,buy,2025-10-23 02:42:00,1304.0,8.489,1,leg_gt,4.06,60 -18636,buy_contrast_m10_bb_pos,buy,2025-10-23 02:45:00,1302.0,8.6558,1,leg_gt,4.06,60 -18637,buy_contrast_m10_bb_pos,buy,2025-10-23 02:48:00,1304.0,8.489,1,leg_gt,4.06,60 -18638,buy_contrast_m10_bb_pos,buy,2025-10-23 02:51:00,1304.0,8.489,1,leg_gt,4.06,60 -18639,buy_contrast_m10_bb_pos,buy,2025-10-23 02:54:00,1300.0,8.8231,1,leg_gt,4.05,60 -18640,buy_contrast_m10_bb_pos,buy,2025-10-23 02:57:00,1296.0,9.1593,1,leg_gt,4.05,60 -18641,buy_contrast_m10_bb_pos,buy,2025-10-23 03:12:00,1302.0,8.6558,1,leg_gt,4.04,60 -18642,buy_contrast_m10_bb_pos,buy,2025-10-23 03:15:00,1296.0,9.1593,1,leg_gt,4.04,60 -18643,buy_contrast_m10_bb_pos,buy,2025-10-23 03:18:00,1295.0,9.2436,1,leg_gt,4.04,60 -18644,buy_contrast_m10_bb_pos,buy,2025-10-23 03:30:00,1298.0,8.9909,1,leg_gt,4.03,60 -18645,buy_contrast_m10_bb_pos,buy,2025-10-23 03:33:00,1295.0,9.2436,1,leg_gt,4.03,60 -18646,buy_contrast_m10_bb_pos,buy,2025-10-23 03:36:00,1301.0,8.7394,1,leg_gt,4.03,60 -18647,buy_contrast_m10_bb_pos,buy,2025-10-23 03:39:00,1299.0,8.9069,1,leg_gt,4.02,60 -18648,buy_contrast_m10_bb_pos,buy,2025-10-23 03:51:00,1293.0,9.4128,1,leg_gt,4.01,60 -18649,buy_contrast_m10_bb_pos,buy,2025-10-23 03:54:00,1295.0,9.2436,1,leg_gt,4.01,60 -18650,buy_contrast_m10_bb_pos,buy,2025-10-23 03:57:00,1290.0,9.6674,1,leg_gt,4.01,60 -18651,buy_contrast_m10_bb_pos,buy,2025-10-23 04:00:00,1291.0,9.5824,1,leg_gt,4.01,60 -18652,buy_contrast_m10_bb_pos,buy,2025-10-23 04:03:00,1295.0,9.2436,1,leg_gt,4.01,60 -18653,buy_contrast_m10_bb_pos,buy,2025-10-23 04:06:00,1302.0,8.6558,1,leg_gt,4.0,60 -18654,buy_contrast_m10_bb_pos,buy,2025-10-23 04:09:00,1303.0,8.5723,1,leg_gt,4.0,60 -18655,buy_contrast_m10_bb_pos,buy,2025-10-23 05:00:00,1292.0,9.4975,1,leg_gt,3.97,60 -18656,buy_contrast_m10_bb_pos,buy,2025-10-23 05:03:00,1293.0,9.4128,1,leg_gt,3.96,60 -18657,buy_contrast_m10_bb_pos,buy,2025-10-23 05:06:00,1290.0,9.6674,1,leg_gt,3.96,60 -18658,buy_contrast_m10_bb_pos,buy,2025-10-23 05:09:00,1290.0,9.6674,1,leg_gt,3.96,60 -18659,buy_contrast_m10_bb_pos,buy,2025-10-23 05:12:00,1291.0,9.5824,1,leg_gt,3.96,60 -18660,buy_contrast_m10_bb_pos,buy,2025-10-23 05:15:00,1287.0,9.9233,1,leg_gt,3.96,60 -18661,buy_contrast_m10_bb_pos,buy,2025-10-23 05:18:00,1282.0,10.3524,1,leg_gt,3.95,60 -18662,buy_contrast_m10_bb_pos,buy,2025-10-23 05:42:00,1283.0,10.2663,1,leg_gt,3.94,60 -18663,buy_contrast_m10_bb_pos,buy,2025-10-23 05:45:00,1283.0,10.2663,1,leg_gt,3.94,60 -18664,buy_contrast_m10_bb_pos,buy,2025-10-23 05:48:00,1280.0,10.525,1,leg_gt,3.93,60 -18665,buy_contrast_m10_bb_pos,buy,2025-10-23 07:00:00,1256.0,12.6389,1,leg_gt,3.88,60 -18666,buy_contrast_m10_bb_pos,buy,2025-10-23 07:03:00,1259.0,12.3702,1,leg_gt,3.88,60 -18667,buy_contrast_m10_bb_pos,buy,2025-10-23 07:06:00,1253.0,12.9088,1,leg_gt,3.88,60 -18668,buy_contrast_m10_bb_pos,buy,2025-10-23 07:09:00,1257.0,12.5492,1,leg_gt,3.88,60 -18669,buy_contrast_m10_bb_pos,buy,2025-10-23 07:30:00,1250.0,13.18,1,leg_gt,3.86,60 -18670,buy_contrast_m10_bb_pos,buy,2025-10-23 07:33:00,1253.0,12.9088,1,leg_gt,3.86,60 -18671,buy_contrast_m10_bb_pos,buy,2025-10-23 07:36:00,1253.0,12.9088,1,leg_gt,3.86,60 -18672,buy_contrast_m10_bb_pos,buy,2025-10-23 07:39:00,1252.0,12.999,1,leg_gt,3.86,60 -18673,buy_contrast_m10_bb_pos,buy,2025-10-23 15:12:00,1268.0,11.5719,1,leg_gt,3.54,60 -18674,buy_contrast_m10_bb_pos,buy,2025-10-23 15:15:00,1271.0,11.3083,1,leg_gt,3.54,60 -18675,buy_contrast_m10_bb_pos,buy,2025-10-23 15:18:00,1284.0,10.1804,1,leg_gt,3.54,60 -18676,buy_contrast_m10_bb_pos,buy,2025-10-23 20:42:00,1286.0,10.0089,1,leg_gt,3.31,60 -18677,buy_contrast_m10_bb_pos,buy,2025-10-23 20:45:00,1285.0,10.0946,1,leg_gt,3.31,60 -18678,buy_contrast_m10_bb_pos,buy,2025-10-23 20:48:00,1282.0,10.3524,1,leg_gt,3.31,60 -18679,buy_contrast_m10_bb_pos,buy,2025-10-23 21:21:00,1280.0,10.525,1,leg_gt,3.29,60 -18680,buy_contrast_m10_bb_pos,buy,2025-10-23 21:24:00,1281.0,10.4386,1,leg_gt,3.28,60 -18681,buy_contrast_m10_bb_pos,buy,2025-10-23 21:27:00,1281.0,10.4386,1,leg_gt,3.28,60 -18682,buy_contrast_m10_bb_pos,buy,2025-10-23 21:42:00,1278.0,10.6981,1,leg_gt,3.27,60 -18683,buy_contrast_m10_bb_pos,buy,2025-10-23 21:45:00,1279.0,10.6115,1,leg_gt,3.27,60 -18684,buy_contrast_m10_bb_pos,buy,2025-10-23 21:48:00,1281.0,10.4386,1,leg_gt,3.27,60 -18685,buy_contrast_m10_bb_pos,buy,2025-10-23 23:21:00,1275.0,10.9588,1,leg_gt,3.2,60 -18686,buy_contrast_m10_bb_pos,buy,2025-10-23 23:24:00,1281.0,10.4386,1,leg_gt,3.2,60 -18687,buy_contrast_m10_bb_pos,buy,2025-10-23 23:27:00,1285.0,10.0946,1,leg_gt,3.2,60 -18688,buy_contrast_m10_bb_pos,buy,2025-10-24 01:42:00,1276.0,10.8718,1,leg_gt,3.1,60 -18689,buy_contrast_m10_bb_pos,buy,2025-10-24 01:45:00,1276.0,10.8718,1,leg_gt,3.1,60 -18690,buy_contrast_m10_bb_pos,buy,2025-10-24 01:48:00,1279.0,10.6115,1,leg_gt,3.1,60 -18691,buy_contrast_m10_bb_pos,buy,2025-10-24 03:51:00,1277.0,10.7849,1,leg_gt,3.01,60 -18692,buy_contrast_m10_bb_pos,buy,2025-10-24 03:54:00,1279.0,10.6115,1,leg_gt,3.01,60 -18693,buy_contrast_m10_bb_pos,buy,2025-10-24 03:57:00,1278.0,10.6981,1,leg_gt,3.01,60 -18694,buy_contrast_m10_bb_pos,buy,2025-10-24 06:00:00,1274.0,11.046,1,leg_gt,2.92,60 -18695,buy_contrast_m10_bb_pos,buy,2025-10-24 06:03:00,1280.0,10.525,1,leg_gt,2.92,60 -18696,buy_contrast_m10_bb_pos,buy,2025-10-24 06:06:00,1281.0,10.4386,1,leg_gt,2.92,60 -18697,buy_contrast_m10_bb_pos,buy,2025-10-24 06:09:00,1279.0,10.6115,1,leg_gt,2.92,60 -18698,buy_contrast_m10_bb_pos,buy,2025-10-24 11:12:00,1294.0,9.3281,1,leg_gt,2.71,60 -18699,buy_contrast_m10_bb_pos,buy,2025-10-24 11:15:00,1295.0,9.2436,1,leg_gt,2.71,60 -18700,buy_contrast_m10_bb_pos,buy,2025-10-24 11:18:00,1294.0,9.3281,1,leg_gt,2.7,60 -18701,buy_contrast_m10_bb_pos,buy,2025-10-24 11:21:00,1293.0,9.4128,1,leg_gt,2.7,60 -18702,buy_contrast_m10_bb_pos,buy,2025-10-24 11:24:00,1292.0,9.4975,1,leg_gt,2.7,60 -18703,buy_contrast_m10_bb_pos,buy,2025-10-24 11:27:00,1293.0,9.4128,1,leg_gt,2.7,60 -18704,buy_contrast_m10_bb_pos,buy,2025-10-24 11:42:00,1296.0,9.1593,1,leg_gt,2.69,60 -18705,buy_contrast_m10_bb_pos,buy,2025-10-24 11:45:00,1299.0,8.9069,1,leg_gt,2.69,60 -18706,buy_contrast_m10_bb_pos,buy,2025-10-24 11:48:00,1299.0,8.9069,1,leg_gt,2.68,60 -18707,buy_contrast_m10_bb_pos,buy,2025-10-24 12:51:00,1292.0,9.4975,1,leg_gt,2.64,60 -18708,buy_contrast_m10_bb_pos,buy,2025-10-24 12:54:00,1293.0,9.4128,1,leg_gt,2.64,60 -18709,buy_contrast_m10_bb_pos,buy,2025-10-24 12:57:00,1294.0,9.3281,1,leg_gt,2.64,60 -18710,buy_contrast_m10_bb_pos,buy,2025-10-24 19:12:00,1318.0,7.3355,1,leg_gt,2.38,60 -18711,buy_contrast_m10_bb_pos,buy,2025-10-24 19:15:00,1320.0,7.1727,1,leg_gt,2.37,60 -18712,buy_contrast_m10_bb_pos,buy,2025-10-24 19:18:00,1316.0,7.4988,1,leg_gt,2.37,60 -18713,buy_contrast_m10_bb_pos,buy,2025-10-24 19:21:00,1317.0,7.4171,1,leg_gt,2.37,60 -18714,buy_contrast_m10_bb_pos,buy,2025-10-24 19:24:00,1314.0,7.6626,1,leg_gt,2.37,60 -18715,buy_contrast_m10_bb_pos,buy,2025-10-24 19:27:00,1313.0,7.7446,1,leg_gt,2.36,60 -18716,buy_contrast_m10_bb_pos,buy,2025-10-24 19:30:00,1316.0,7.4988,1,leg_gt,2.36,60 -18717,buy_contrast_m10_bb_pos,buy,2025-10-24 19:33:00,1313.0,7.7446,1,leg_gt,2.36,60 -18718,buy_contrast_m10_bb_pos,buy,2025-10-24 19:36:00,1318.0,7.3355,1,leg_gt,2.36,60 -18719,buy_contrast_m10_bb_pos,buy,2025-10-24 19:39:00,1316.0,7.4988,1,leg_gt,2.36,60 -18720,buy_contrast_m10_bb_pos,buy,2025-10-24 19:42:00,1314.0,7.6626,1,leg_gt,2.35,60 -18721,buy_contrast_m10_bb_pos,buy,2025-10-24 19:45:00,1314.0,7.6626,1,leg_gt,2.35,60 -18722,buy_contrast_m10_bb_pos,buy,2025-10-24 19:48:00,1313.0,7.7446,1,leg_gt,2.35,60 -18723,buy_contrast_m10_bb_pos,buy,2025-10-24 20:12:00,1311.0,7.9092,1,leg_gt,2.33,60 -18724,buy_contrast_m10_bb_pos,buy,2025-10-24 20:15:00,1314.0,7.6626,1,leg_gt,2.33,60 -18725,buy_contrast_m10_bb_pos,buy,2025-10-24 20:18:00,1315.0,7.5806,1,leg_gt,2.33,60 -18726,buy_contrast_m10_bb_pos,buy,2025-10-24 20:30:00,1310.0,7.9916,1,leg_gt,2.32,60 -18727,buy_contrast_m10_bb_pos,buy,2025-10-24 20:33:00,1306.0,8.3227,1,leg_gt,2.32,60 -18728,buy_contrast_m10_bb_pos,buy,2025-10-24 20:36:00,1307.0,8.2397,1,leg_gt,2.32,60 -18729,buy_contrast_m10_bb_pos,buy,2025-10-24 20:39:00,1309.0,8.0742,1,leg_gt,2.31,60 -18730,buy_contrast_m10_bb_pos,buy,2025-10-24 20:42:00,1310.0,7.9916,1,leg_gt,2.31,60 -18731,buy_contrast_m10_bb_pos,buy,2025-10-24 20:45:00,1311.0,7.9092,1,leg_gt,2.31,60 -18732,buy_contrast_m10_bb_pos,buy,2025-10-24 20:48:00,1311.0,7.9092,1,leg_gt,2.31,60 -18733,buy_contrast_m10_bb_pos,buy,2025-10-24 23:30:00,1306.0,8.3227,1,leg_gt,2.2,60 -18734,buy_contrast_m10_bb_pos,buy,2025-10-24 23:33:00,1306.0,8.3227,1,leg_gt,2.19,60 -18735,buy_contrast_m10_bb_pos,buy,2025-10-24 23:36:00,1307.0,8.2397,1,leg_gt,2.19,60 -18736,buy_contrast_m10_bb_pos,buy,2025-10-24 23:39:00,1307.0,8.2397,1,leg_gt,2.19,60 -18737,buy_contrast_m10_bb_pos,buy,2025-10-25 00:42:00,1303.0,8.5723,1,leg_gt,2.15,60 -18738,buy_contrast_m10_bb_pos,buy,2025-10-25 00:45:00,1302.0,8.6558,1,leg_gt,2.14,60 -18739,buy_contrast_m10_bb_pos,buy,2025-10-25 00:48:00,1298.0,8.9909,1,leg_gt,2.14,60 -18740,buy_contrast_m10_bb_pos,buy,2025-10-25 01:00:00,1299.0,8.9069,1,leg_gt,2.13,60 -18741,buy_contrast_m10_bb_pos,buy,2025-10-25 01:03:00,1297.0,9.075,1,leg_gt,2.13,60 -18742,buy_contrast_m10_bb_pos,buy,2025-10-25 01:06:00,1294.0,9.3281,1,leg_gt,2.13,60 -18743,buy_contrast_m10_bb_pos,buy,2025-10-25 01:09:00,1294.0,9.3281,1,leg_gt,2.13,60 -18744,buy_contrast_m10_bb_pos,buy,2025-10-25 01:12:00,1297.0,9.075,1,leg_gt,2.12,60 -18745,buy_contrast_m10_bb_pos,buy,2025-10-25 01:15:00,1299.0,8.9069,1,leg_gt,2.12,60 -18746,buy_contrast_m10_bb_pos,buy,2025-10-25 01:18:00,1303.0,8.5723,1,leg_gt,2.12,60 -18747,buy_contrast_m10_bb_pos,buy,2025-10-25 01:42:00,1287.0,9.9233,1,leg_gt,2.1,60 -18748,buy_contrast_m10_bb_pos,buy,2025-10-25 01:45:00,1294.0,9.3281,1,leg_gt,2.1,60 -18749,buy_contrast_m10_bb_pos,buy,2025-10-25 01:48:00,1293.0,9.4128,1,leg_gt,2.1,60 -18750,buy_contrast_m10_bb_pos,buy,2025-10-25 01:51:00,1296.0,9.1593,1,leg_gt,2.1,60 -18751,buy_contrast_m10_bb_pos,buy,2025-10-25 01:54:00,1295.0,9.2436,1,leg_gt,2.1,60 -18752,buy_contrast_m10_bb_pos,buy,2025-10-25 01:57:00,1296.0,9.1593,1,leg_gt,2.09,60 -18753,buy_contrast_m10_bb_pos,buy,2025-10-25 10:00:00,1326.0,6.6873,1,leg_gt,1.76,60 -18754,buy_contrast_m10_bb_pos,buy,2025-10-25 10:03:00,1325.0,6.7679,1,leg_gt,1.76,60 -18755,buy_contrast_m10_bb_pos,buy,2025-10-25 10:06:00,1326.0,6.6873,1,leg_gt,1.75,60 -18756,buy_contrast_m10_bb_pos,buy,2025-10-25 10:09:00,1324.0,6.8486,1,leg_gt,1.75,60 -18757,buy_contrast_m10_bb_pos,buy,2025-10-25 10:12:00,1325.0,6.7679,1,leg_gt,1.75,60 -18758,buy_contrast_m10_bb_pos,buy,2025-10-25 10:15:00,1326.0,6.6873,1,leg_gt,1.75,60 -18759,buy_contrast_m10_bb_pos,buy,2025-10-25 10:18:00,1324.0,6.8486,1,leg_gt,1.75,60 -18760,buy_contrast_m10_bb_pos,buy,2025-10-25 10:21:00,1325.0,6.7679,1,leg_gt,1.74,60 -18761,buy_contrast_m10_bb_pos,buy,2025-10-25 10:24:00,1327.0,6.6069,1,leg_gt,1.74,60 -18762,buy_contrast_m10_bb_pos,buy,2025-10-25 10:27:00,1327.0,6.6069,1,leg_gt,1.74,60 -18763,buy_contrast_m10_bb_pos,buy,2025-10-25 10:42:00,1322.0,7.0104,1,leg_gt,1.73,60 -18764,buy_contrast_m10_bb_pos,buy,2025-10-25 10:45:00,1323.0,6.9295,1,leg_gt,1.73,60 -18765,buy_contrast_m10_bb_pos,buy,2025-10-25 10:48:00,1324.0,6.8486,1,leg_gt,1.72,60 -18766,buy_contrast_m10_bb_pos,buy,2025-10-25 12:21:00,1321.0,7.0915,1,leg_gt,1.66,60 -18767,buy_contrast_m10_bb_pos,buy,2025-10-25 12:24:00,1321.0,7.0915,1,leg_gt,1.66,60 -18768,buy_contrast_m10_bb_pos,buy,2025-10-25 12:27:00,1320.0,7.1727,1,leg_gt,1.66,60 -18769,buy_contrast_m10_bb_pos,buy,2025-10-25 12:30:00,1321.0,7.0915,1,leg_gt,1.65,60 -18770,buy_contrast_m10_bb_pos,buy,2025-10-25 12:33:00,1321.0,7.0915,1,leg_gt,1.65,60 -18771,buy_contrast_m10_bb_pos,buy,2025-10-25 12:36:00,1322.0,7.0104,1,leg_gt,1.65,60 -18772,buy_contrast_m10_bb_pos,buy,2025-10-25 12:39:00,1320.0,7.1727,1,leg_gt,1.65,60 -18773,buy_contrast_m10_bb_pos,buy,2025-10-25 12:42:00,1320.0,7.1727,1,leg_gt,1.65,60 -18774,buy_contrast_m10_bb_pos,buy,2025-10-25 12:45:00,1322.0,7.0104,1,leg_gt,1.64,60 -18775,buy_contrast_m10_bb_pos,buy,2025-10-25 12:48:00,1318.0,7.3355,1,leg_gt,1.64,60 -18776,buy_contrast_m10_bb_pos,buy,2025-10-25 13:12:00,1319.0,7.2541,1,leg_gt,1.62,60 -18777,buy_contrast_m10_bb_pos,buy,2025-10-25 13:15:00,1318.0,7.3355,1,leg_gt,1.62,60 -18778,buy_contrast_m10_bb_pos,buy,2025-10-25 13:18:00,1321.0,7.0915,1,leg_gt,1.62,60 -18779,buy_contrast_m10_bb_pos,buy,2025-10-25 13:30:00,1316.0,7.4988,1,leg_gt,1.61,60 -18780,buy_contrast_m10_bb_pos,buy,2025-10-25 13:33:00,1316.0,7.4988,1,leg_gt,1.61,60 -18781,buy_contrast_m10_bb_pos,buy,2025-10-25 13:36:00,1315.0,7.5806,1,leg_gt,1.61,60 -18782,buy_contrast_m10_bb_pos,buy,2025-10-25 13:39:00,1315.0,7.5806,1,leg_gt,1.61,60 -18783,buy_contrast_m10_bb_pos,buy,2025-10-25 13:42:00,1316.0,7.4988,1,leg_gt,1.6,60 -18784,buy_contrast_m10_bb_pos,buy,2025-10-25 13:45:00,1316.0,7.4988,1,leg_gt,1.6,60 -18785,buy_contrast_m10_bb_pos,buy,2025-10-25 13:48:00,1315.0,7.5806,1,leg_gt,1.6,60 -18786,buy_contrast_m10_bb_pos,buy,2025-10-25 14:00:00,1315.0,7.5806,1,leg_gt,1.59,60 -18787,buy_contrast_m10_bb_pos,buy,2025-10-25 14:03:00,1314.0,7.6626,1,leg_gt,1.59,60 -18788,buy_contrast_m10_bb_pos,buy,2025-10-25 14:06:00,1315.0,7.5806,1,leg_gt,1.59,60 -18789,buy_contrast_m10_bb_pos,buy,2025-10-25 14:09:00,1315.0,7.5806,1,leg_gt,1.59,60 -18790,buy_contrast_m10_bb_pos,buy,2025-10-25 14:12:00,1313.0,7.7446,1,leg_gt,1.58,60 -18791,buy_contrast_m10_bb_pos,buy,2025-10-25 14:15:00,1313.0,7.7446,1,leg_gt,1.58,60 -18792,buy_contrast_m10_bb_pos,buy,2025-10-25 14:18:00,1309.0,8.0742,1,leg_gt,1.58,60 -18793,buy_contrast_m10_bb_pos,buy,2025-10-25 14:30:00,1311.0,7.9092,1,leg_gt,1.57,60 -18794,buy_contrast_m10_bb_pos,buy,2025-10-25 14:33:00,1309.0,8.0742,1,leg_gt,1.57,60 -18795,buy_contrast_m10_bb_pos,buy,2025-10-25 14:36:00,1310.0,7.9916,1,leg_gt,1.57,60 -18796,buy_contrast_m10_bb_pos,buy,2025-10-25 14:39:00,1311.0,7.9092,1,leg_gt,1.56,60 -18797,buy_contrast_m10_bb_pos,buy,2025-10-25 15:21:00,1308.0,8.1569,1,leg_gt,1.54,60 -18798,buy_contrast_m10_bb_pos,buy,2025-10-25 15:24:00,1307.0,8.2397,1,leg_gt,1.53,60 -18799,buy_contrast_m10_bb_pos,buy,2025-10-25 15:27:00,1305.0,8.4057,1,leg_gt,1.53,60 -18800,buy_contrast_m10_bb_pos,buy,2025-10-25 15:30:00,1306.0,8.3227,1,leg_gt,1.53,60 -18801,buy_contrast_m10_bb_pos,buy,2025-10-25 15:33:00,1306.0,8.3227,1,leg_gt,1.53,60 -18802,buy_contrast_m10_bb_pos,buy,2025-10-25 15:36:00,1307.0,8.2397,1,leg_gt,1.52,60 -18803,buy_contrast_m10_bb_pos,buy,2025-10-25 15:39:00,1305.0,8.4057,1,leg_gt,1.52,60 -18804,buy_contrast_m10_bb_pos,buy,2025-10-25 15:42:00,1305.0,8.4057,1,leg_gt,1.52,60 -18805,buy_contrast_m10_bb_pos,buy,2025-10-25 15:45:00,1307.0,8.2397,1,leg_gt,1.52,60 -18806,buy_contrast_m10_bb_pos,buy,2025-10-25 15:48:00,1305.0,8.4057,1,leg_gt,1.52,60 -18807,buy_contrast_m10_bb_pos,buy,2025-10-25 15:51:00,1305.0,8.4057,1,leg_gt,1.51,60 -18808,buy_contrast_m10_bb_pos,buy,2025-10-25 15:54:00,1302.0,8.6558,1,leg_gt,1.51,60 -18809,buy_contrast_m10_bb_pos,buy,2025-10-25 15:57:00,1303.0,8.5723,1,leg_gt,1.51,60 -18810,buy_contrast_m10_bb_pos,buy,2025-10-25 16:00:00,1302.0,8.6558,1,leg_gt,1.51,60 -18811,buy_contrast_m10_bb_pos,buy,2025-10-25 16:03:00,1301.0,8.7394,1,leg_gt,1.51,60 -18812,buy_contrast_m10_bb_pos,buy,2025-10-25 16:06:00,1303.0,8.5723,1,leg_gt,1.5,60 -18813,buy_contrast_m10_bb_pos,buy,2025-10-25 16:09:00,1304.0,8.489,1,leg_gt,1.5,60 -18814,buy_contrast_m10_bb_pos,buy,2025-10-25 16:12:00,1305.0,8.4057,1,leg_gt,1.5,60 -18815,buy_contrast_m10_bb_pos,buy,2025-10-25 16:15:00,1304.0,8.489,1,leg_gt,1.5,60 -18816,buy_contrast_m10_bb_pos,buy,2025-10-25 16:18:00,1305.0,8.4057,1,leg_gt,1.5,60 -18817,buy_contrast_m10_bb_pos,buy,2025-10-25 16:51:00,1302.0,8.6558,1,leg_gt,1.47,60 -18818,buy_contrast_m10_bb_pos,buy,2025-10-25 16:54:00,1303.0,8.5723,1,leg_gt,1.47,60 -18819,buy_contrast_m10_bb_pos,buy,2025-10-25 16:57:00,1301.0,8.7394,1,leg_gt,1.47,60 -18820,buy_contrast_m10_bb_pos,buy,2025-10-25 20:30:00,1303.0,8.5723,1,leg_gt,1.32,60 -18821,buy_contrast_m10_bb_pos,buy,2025-10-25 20:33:00,1303.0,8.5723,1,leg_gt,1.32,60 -18822,buy_contrast_m10_bb_pos,buy,2025-10-25 20:36:00,1304.0,8.489,1,leg_gt,1.32,60 -18823,buy_contrast_m10_bb_pos,buy,2025-10-25 20:39:00,1303.0,8.5723,1,leg_gt,1.31,60 -18824,buy_contrast_m10_bb_pos,buy,2025-10-25 20:42:00,1303.0,8.5723,1,leg_gt,1.31,60 -18825,buy_contrast_m10_bb_pos,buy,2025-10-25 20:45:00,1304.0,8.489,1,leg_gt,1.31,60 -18826,buy_contrast_m10_bb_pos,buy,2025-10-25 20:48:00,1304.0,8.489,1,leg_gt,1.31,60 -18827,buy_contrast_m10_bb_pos,buy,2025-10-25 22:12:00,1303.0,8.5723,1,leg_gt,1.25,60 -18828,buy_contrast_m10_bb_pos,buy,2025-10-25 22:15:00,1305.0,8.4057,1,leg_gt,1.25,60 -18829,buy_contrast_m10_bb_pos,buy,2025-10-25 22:18:00,1306.0,8.3227,1,leg_gt,1.25,60 -18830,buy_contrast_m10_bb_pos,buy,2025-10-26 11:21:00,1323.0,6.9295,1,leg_gt,0.7,60 -18831,buy_contrast_m10_bb_pos,buy,2025-10-26 11:24:00,1323.0,6.9295,1,leg_gt,0.7,60 -18832,buy_contrast_m10_bb_pos,buy,2025-10-26 11:27:00,1323.0,6.9295,1,leg_gt,0.7,60 -18833,buy_contrast_m10_bb_pos,buy,2025-10-26 11:30:00,1324.0,6.8486,1,leg_gt,0.7,60 -18834,buy_contrast_m10_bb_pos,buy,2025-10-26 11:33:00,1326.0,6.6873,1,leg_gt,0.69,60 -18835,buy_contrast_m10_bb_pos,buy,2025-10-26 11:36:00,1325.0,6.7679,1,leg_gt,0.69,60 -18836,buy_contrast_m10_bb_pos,buy,2025-10-26 11:39:00,1323.0,6.9295,1,leg_gt,0.69,60 -18837,buy_contrast_m10_bb_pos,buy,2025-10-26 11:42:00,1324.0,6.8486,1,leg_gt,0.69,60 -18838,buy_contrast_m10_bb_pos,buy,2025-10-26 11:45:00,1323.0,6.9295,1,leg_gt,0.69,60 -18839,buy_contrast_m10_bb_pos,buy,2025-10-26 11:48:00,1322.0,7.0104,1,leg_gt,0.68,60 -18840,buy_contrast_m10_bb_pos,buy,2025-10-26 12:00:00,1319.0,7.2541,1,leg_gt,0.68,60 -18841,buy_contrast_m10_bb_pos,buy,2025-10-26 12:03:00,1316.0,7.4988,1,leg_gt,0.67,60 -18842,buy_contrast_m10_bb_pos,buy,2025-10-26 12:06:00,1318.0,7.3355,1,leg_gt,0.67,60 -18843,buy_contrast_m10_bb_pos,buy,2025-10-26 12:09:00,1318.0,7.3355,1,leg_gt,0.67,60 -18844,buy_contrast_m10_bb_pos,buy,2025-10-26 12:12:00,1318.0,7.3355,1,leg_gt,0.67,60 -18845,buy_contrast_m10_bb_pos,buy,2025-10-26 12:15:00,1318.0,7.3355,1,leg_gt,0.66,60 -18846,buy_contrast_m10_bb_pos,buy,2025-10-26 12:18:00,1316.0,7.4988,1,leg_gt,0.66,60 -18847,buy_contrast_m10_bb_pos,buy,2025-10-26 12:21:00,1319.0,7.2541,1,leg_gt,0.66,60 -18848,buy_contrast_m10_bb_pos,buy,2025-10-26 12:24:00,1320.0,7.1727,1,leg_gt,0.66,60 -18849,buy_contrast_m10_bb_pos,buy,2025-10-26 12:27:00,1320.0,7.1727,1,leg_gt,0.66,60 -18850,buy_contrast_m10_bb_pos,buy,2025-10-26 12:51:00,1315.0,7.5806,1,leg_gt,0.64,60 -18851,buy_contrast_m10_bb_pos,buy,2025-10-26 12:54:00,1317.0,7.4171,1,leg_gt,0.64,60 -18852,buy_contrast_m10_bb_pos,buy,2025-10-26 12:57:00,1316.0,7.4988,1,leg_gt,0.64,60 -18853,buy_contrast_m10_bb_pos,buy,2025-10-26 13:00:00,1315.0,7.5806,1,leg_gt,0.63,60 -18854,buy_contrast_m10_bb_pos,buy,2025-10-26 13:03:00,1317.0,7.4171,1,leg_gt,0.63,60 -18855,buy_contrast_m10_bb_pos,buy,2025-10-26 13:06:00,1318.0,7.3355,1,leg_gt,0.63,60 -18856,buy_contrast_m10_bb_pos,buy,2025-10-26 13:09:00,1318.0,7.3355,1,leg_gt,0.63,60 -18857,buy_contrast_m10_bb_pos,buy,2025-10-27 05:12:00,1390.0,1.6986,1,leg_gt,0.11,60 -18858,buy_contrast_m10_bb_pos,buy,2025-10-27 05:15:00,1393.0,1.4793,1,leg_gt,0.11,60 -18859,buy_contrast_m10_bb_pos,buy,2025-10-27 05:18:00,1393.0,1.4793,1,leg_gt,0.1,60 -18860,buy_contrast_m10_bb_pos,buy,2025-10-27 15:00:00,1398.0,-5.3217,0,leg_gt,5.09,60 -18861,buy_contrast_m10_bb_pos,buy,2025-10-27 15:03:00,1394.0,-5.0498,0,leg_gt,5.09,60 -18862,buy_contrast_m10_bb_pos,buy,2025-10-27 15:06:00,1392.0,-4.9132,0,leg_gt,5.09,60 -18863,buy_contrast_m10_bb_pos,buy,2025-10-27 15:09:00,1393.0,-4.9816,0,leg_gt,5.09,60 -18864,buy_contrast_m10_bb_pos,buy,2025-10-27 15:21:00,1396.0,-5.186,0,leg_gt,5.08,60 -18865,buy_contrast_m10_bb_pos,buy,2025-10-27 15:24:00,1396.0,-5.186,0,leg_gt,5.08,60 -18866,buy_contrast_m10_bb_pos,buy,2025-10-27 15:27:00,1395.0,-5.1179,0,leg_gt,5.07,60 -18867,buy_contrast_m10_bb_pos,buy,2025-10-27 16:12:00,1396.0,-5.186,0,leg_gt,5.04,60 -18868,buy_contrast_m10_bb_pos,buy,2025-10-27 16:15:00,1395.0,-5.1179,0,leg_gt,5.04,60 -18869,buy_contrast_m10_bb_pos,buy,2025-10-27 16:18:00,1395.0,-5.1179,0,leg_gt,5.04,60 -18870,buy_contrast_m10_bb_pos,buy,2025-10-27 16:51:00,1389.0,-4.7076,0,leg_gt,5.01,60 -18871,buy_contrast_m10_bb_pos,buy,2025-10-27 16:54:00,1389.0,-4.7076,0,leg_gt,5.01,60 -18872,buy_contrast_m10_bb_pos,buy,2025-10-27 16:57:00,1390.0,-4.7763,0,leg_gt,5.01,60 -18873,buy_contrast_m10_bb_pos,buy,2025-10-27 17:21:00,1388.0,-4.6389,0,leg_gt,4.99,60 -18874,buy_contrast_m10_bb_pos,buy,2025-10-27 17:24:00,1387.0,-4.5701,0,leg_gt,4.99,60 -18875,buy_contrast_m10_bb_pos,buy,2025-10-27 17:27:00,1383.0,-4.2938,0,leg_gt,4.99,60 -18876,buy_contrast_m10_bb_pos,buy,2025-10-27 17:42:00,1381.0,-4.155,0,leg_gt,4.98,60 -18877,buy_contrast_m10_bb_pos,buy,2025-10-27 17:45:00,1382.0,-4.2245,0,leg_gt,4.98,60 -18878,buy_contrast_m10_bb_pos,buy,2025-10-27 17:48:00,1383.0,-4.2938,0,leg_gt,4.97,60 -18879,buy_contrast_m10_bb_pos,buy,2025-10-27 17:51:00,1376.0,-3.8064,0,leg_gt,4.97,60 -18880,buy_contrast_m10_bb_pos,buy,2025-10-27 17:54:00,1375.0,-3.7364,0,leg_gt,4.97,60 -18881,buy_contrast_m10_bb_pos,buy,2025-10-27 17:57:00,1374.0,-3.6662,0,leg_gt,4.97,60 -18882,buy_contrast_m10_bb_pos,buy,2025-10-27 18:21:00,1369.0,-3.314,0,leg_gt,4.95,60 -18883,buy_contrast_m10_bb_pos,buy,2025-10-27 18:24:00,1365.0,-3.0304,0,leg_gt,4.95,60 -18884,buy_contrast_m10_bb_pos,buy,2025-10-27 18:27:00,1367.0,-3.1724,0,leg_gt,4.95,60 -18885,buy_contrast_m10_bb_pos,buy,2025-10-27 18:30:00,1365.0,-3.0304,0,leg_gt,4.95,60 -18886,buy_contrast_m10_bb_pos,buy,2025-10-27 18:33:00,1367.0,-3.1724,0,leg_gt,4.94,60 -18887,buy_contrast_m10_bb_pos,buy,2025-10-27 18:36:00,1367.0,-3.1724,0,leg_gt,4.94,60 -18888,buy_contrast_m10_bb_pos,buy,2025-10-27 18:39:00,1369.0,-3.314,0,leg_gt,4.94,60 -18889,buy_contrast_m10_bb_pos,buy,2025-10-27 18:42:00,1366.0,-3.1015,0,leg_gt,4.94,60 -18890,buy_contrast_m10_bb_pos,buy,2025-10-27 18:45:00,1367.0,-3.1724,0,leg_gt,4.94,60 -18891,buy_contrast_m10_bb_pos,buy,2025-10-27 18:48:00,1367.0,-3.1724,0,leg_gt,4.93,60 -18892,buy_contrast_m10_bb_pos,buy,2025-10-27 18:51:00,1365.0,-3.0304,0,leg_gt,4.93,60 -18893,buy_contrast_m10_bb_pos,buy,2025-10-27 18:54:00,1367.0,-3.1724,0,leg_gt,4.93,60 -18894,buy_contrast_m10_bb_pos,buy,2025-10-27 18:57:00,1371.0,-3.4552,0,leg_gt,4.93,60 -18895,buy_contrast_m10_bb_pos,buy,2025-10-27 21:42:00,1362.0,-2.8166,0,leg_gt,4.81,60 -18896,buy_contrast_m10_bb_pos,buy,2025-10-27 21:45:00,1365.0,-3.0304,0,leg_gt,4.81,60 -18897,buy_contrast_m10_bb_pos,buy,2025-10-27 21:48:00,1365.0,-3.0304,0,leg_gt,4.81,60 -18898,buy_contrast_m10_bb_pos,buy,2025-10-27 22:51:00,1360.0,-2.6735,0,leg_gt,4.76,60 -18899,buy_contrast_m10_bb_pos,buy,2025-10-27 22:54:00,1362.0,-2.8166,0,leg_gt,4.76,60 -18900,buy_contrast_m10_bb_pos,buy,2025-10-27 22:57:00,1361.0,-2.7451,0,leg_gt,4.76,60 -18901,buy_contrast_m10_bb_pos,buy,2025-10-27 23:12:00,1353.0,-2.1695,0,leg_gt,4.75,60 -18902,buy_contrast_m10_bb_pos,buy,2025-10-27 23:15:00,1358.0,-2.53,0,leg_gt,4.75,60 -18903,buy_contrast_m10_bb_pos,buy,2025-10-27 23:18:00,1355.0,-2.314,0,leg_gt,4.75,60 -18904,buy_contrast_m10_bb_pos,buy,2025-10-27 23:21:00,1355.0,-2.314,0,leg_gt,4.74,60 -18905,buy_contrast_m10_bb_pos,buy,2025-10-27 23:24:00,1355.0,-2.314,0,leg_gt,4.74,60 -18906,buy_contrast_m10_bb_pos,buy,2025-10-27 23:27:00,1358.0,-2.53,0,leg_gt,4.74,60 -18907,buy_contrast_m10_bb_pos,buy,2025-10-28 00:00:00,1353.0,-2.1695,0,leg_gt,4.72,60 -18908,buy_contrast_m10_bb_pos,buy,2025-10-28 00:03:00,1355.0,-2.314,0,leg_gt,4.71,60 -18909,buy_contrast_m10_bb_pos,buy,2025-10-28 00:06:00,1359.0,-2.6018,0,leg_gt,4.71,60 -18910,buy_contrast_m10_bb_pos,buy,2025-10-28 00:09:00,1357.0,-2.4581,0,leg_gt,4.71,60 -18911,buy_contrast_m10_bb_pos,buy,2025-10-28 05:21:00,1354.0,-2.2418,0,leg_gt,4.49,60 -18912,buy_contrast_m10_bb_pos,buy,2025-10-28 05:24:00,1354.0,-2.2418,0,leg_gt,4.49,60 -18913,buy_contrast_m10_bb_pos,buy,2025-10-28 05:27:00,1348.0,-1.8062,0,leg_gt,4.49,60 -18914,buy_contrast_m10_bb_pos,buy,2025-10-28 05:51:00,1350.0,-1.9519,0,leg_gt,4.47,60 -18915,buy_contrast_m10_bb_pos,buy,2025-10-28 05:54:00,1345.0,-1.587,0,leg_gt,4.47,60 -18916,buy_contrast_m10_bb_pos,buy,2025-10-28 05:57:00,1344.0,-1.5137,0,leg_gt,4.47,60 -18917,buy_contrast_m10_bb_pos,buy,2025-10-28 06:00:00,1345.0,-1.587,0,leg_gt,4.47,60 -18918,buy_contrast_m10_bb_pos,buy,2025-10-28 06:03:00,1347.0,-1.7333,0,leg_gt,4.46,60 -18919,buy_contrast_m10_bb_pos,buy,2025-10-28 06:06:00,1348.0,-1.8062,0,leg_gt,4.46,60 -18920,buy_contrast_m10_bb_pos,buy,2025-10-28 06:09:00,1347.0,-1.7333,0,leg_gt,4.46,60 -18921,buy_contrast_m10_bb_pos,buy,2025-10-28 07:42:00,1343.0,-1.4403,0,leg_gt,4.4,60 -18922,buy_contrast_m10_bb_pos,buy,2025-10-28 07:45:00,1339.0,-1.1456,0,leg_gt,4.39,60 -18923,buy_contrast_m10_bb_pos,buy,2025-10-28 07:48:00,1342.0,-1.3668,0,leg_gt,4.39,60 -18924,buy_contrast_m10_bb_pos,buy,2025-10-28 08:21:00,1335.0,-0.8491,0,leg_gt,4.37,60 -18925,buy_contrast_m10_bb_pos,buy,2025-10-28 08:24:00,1336.0,-0.9234,0,leg_gt,4.37,60 -18926,buy_contrast_m10_bb_pos,buy,2025-10-28 08:27:00,1335.0,-0.8491,0,leg_gt,4.36,60 -18927,buy_contrast_m10_bb_pos,buy,2025-10-28 08:30:00,1336.0,-0.9234,0,leg_gt,4.36,60 -18928,buy_contrast_m10_bb_pos,buy,2025-10-28 08:33:00,1338.0,-1.0716,0,leg_gt,4.36,60 -18929,buy_contrast_m10_bb_pos,buy,2025-10-28 08:36:00,1340.0,-1.2194,0,leg_gt,4.36,60 -18930,buy_contrast_m10_bb_pos,buy,2025-10-28 08:39:00,1339.0,-1.1456,0,leg_gt,4.36,60 -18931,buy_contrast_m10_bb_pos,buy,2025-10-28 09:42:00,1330.0,-0.4759,0,leg_gt,4.31,60 -18932,buy_contrast_m10_bb_pos,buy,2025-10-28 09:45:00,1332.0,-0.6255,0,leg_gt,4.31,60 -18933,buy_contrast_m10_bb_pos,buy,2025-10-28 09:48:00,1329.0,-0.401,0,leg_gt,4.31,60 -18934,buy_contrast_m10_bb_pos,buy,2025-10-28 09:51:00,1331.0,-0.5508,0,leg_gt,4.31,60 -18935,buy_contrast_m10_bb_pos,buy,2025-10-28 09:54:00,1335.0,-0.8491,0,leg_gt,4.3,60 -18936,buy_contrast_m10_bb_pos,buy,2025-10-28 09:57:00,1334.0,-0.7747,0,leg_gt,4.3,60 -18937,buy_contrast_m10_bb_pos,buy,2025-10-28 12:21:00,1328.0,-0.3259,0,leg_gt,4.2,60 -18938,buy_contrast_m10_bb_pos,buy,2025-10-28 12:24:00,1329.0,-0.401,0,leg_gt,4.2,60 -18939,buy_contrast_m10_bb_pos,buy,2025-10-28 12:27:00,1329.0,-0.401,0,leg_gt,4.2,60 -18940,buy_contrast_m10_bb_pos,buy,2025-10-28 12:51:00,1325.0,-0.1,0,leg_gt,4.18,60 -18941,buy_contrast_m10_bb_pos,buy,2025-10-28 12:54:00,1329.0,-0.401,0,leg_gt,4.18,60 -18942,buy_contrast_m10_bb_pos,buy,2025-10-28 12:57:00,1327.0,-0.2507,0,leg_gt,4.18,60 -18943,buy_contrast_m10_bb_pos,buy,2025-10-28 18:30:00,1324.0,-0.0245,0,leg_gt,3.95,60 -18944,buy_contrast_m10_bb_pos,buy,2025-10-28 18:33:00,1326.0,-0.1754,0,leg_gt,3.94,60 -18945,buy_contrast_m10_bb_pos,buy,2025-10-28 18:36:00,1325.0,-0.1,0,leg_gt,3.94,60 -18946,buy_contrast_m10_bb_pos,buy,2025-10-28 18:39:00,1327.0,-0.2507,0,leg_gt,3.94,60 -18947,buy_contrast_m10_bb_pos,buy,2025-10-28 19:21:00,1325.0,-0.1,0,leg_gt,3.91,60 -18948,buy_contrast_m10_bb_pos,buy,2025-10-28 19:24:00,1325.0,-0.1,0,leg_gt,3.91,60 -18949,buy_contrast_m10_bb_pos,buy,2025-10-28 19:27:00,1328.0,-0.3259,0,leg_gt,3.91,60 -18950,buy_contrast_m10_bb_pos,buy,2025-10-29 00:30:00,1330.0,-0.4759,0,leg_gt,3.7,60 -18951,buy_contrast_m10_bb_pos,buy,2025-10-29 00:33:00,1328.0,-0.3259,0,leg_gt,3.69,60 -18952,buy_contrast_m10_bb_pos,buy,2025-10-29 00:36:00,1327.0,-0.2507,0,leg_gt,3.69,60 -18953,buy_contrast_m10_bb_pos,buy,2025-10-29 00:39:00,1330.0,-0.4759,0,leg_gt,3.69,60 -18954,buy_contrast_m10_bb_pos,buy,2025-10-29 00:42:00,1327.0,-0.2507,0,leg_gt,3.69,60 -18955,buy_contrast_m10_bb_pos,buy,2025-10-29 00:45:00,1327.0,-0.2507,0,leg_gt,3.69,60 -18956,buy_contrast_m10_bb_pos,buy,2025-10-29 00:48:00,1331.0,-0.5508,0,leg_gt,3.68,60 -18957,buy_contrast_m10_bb_pos,buy,2025-10-29 01:00:00,1330.0,-0.4759,0,leg_gt,3.68,60 -18958,buy_contrast_m10_bb_pos,buy,2025-10-29 01:03:00,1332.0,-0.6255,0,leg_gt,3.67,60 -18959,buy_contrast_m10_bb_pos,buy,2025-10-29 01:06:00,1336.0,-0.9234,0,leg_gt,3.67,60 -18960,buy_contrast_m10_bb_pos,buy,2025-10-29 01:09:00,1333.0,-0.7002,0,leg_gt,3.67,60 -18961,buy_contrast_m10_bb_pos,buy,2025-10-29 03:51:00,1326.0,-0.1754,0,leg_gt,3.56,60 -18962,buy_contrast_m10_bb_pos,buy,2025-10-29 03:54:00,1325.0,-0.1,0,leg_gt,3.55,60 -18963,buy_contrast_m10_bb_pos,buy,2025-10-29 03:57:00,1325.0,-0.1,0,leg_gt,3.55,60 -18964,buy_contrast_m10_bb_pos,buy,2025-10-29 04:00:00,1325.0,-0.1,0,leg_gt,3.55,60 -18965,buy_contrast_m10_bb_pos,buy,2025-10-29 04:03:00,1323.0,0.0512,1,leg_gt,3.55,60 -18966,buy_contrast_m10_bb_pos,buy,2025-10-29 04:06:00,1326.0,-0.1754,0,leg_gt,3.55,60 -18967,buy_contrast_m10_bb_pos,buy,2025-10-29 04:09:00,1326.0,-0.1754,0,leg_gt,3.54,60 -18968,buy_contrast_m10_bb_pos,buy,2025-10-29 04:42:00,1313.0,0.8139,1,leg_gt,3.52,60 -18969,buy_contrast_m10_bb_pos,buy,2025-10-29 04:45:00,1313.0,0.8139,1,leg_gt,3.52,60 -18970,buy_contrast_m10_bb_pos,buy,2025-10-29 04:48:00,1309.0,1.1223,1,leg_gt,3.52,60 -18971,buy_contrast_m10_bb_pos,buy,2025-10-29 05:51:00,1291.0,2.5336,1,leg_gt,3.47,60 -18972,buy_contrast_m10_bb_pos,buy,2025-10-29 05:54:00,1293.0,2.3749,1,leg_gt,3.47,60 -18973,buy_contrast_m10_bb_pos,buy,2025-10-29 05:57:00,1296.0,2.1377,1,leg_gt,3.47,60 -18974,buy_contrast_m10_bb_pos,buy,2025-10-29 06:12:00,1287.0,2.8526,1,leg_gt,3.46,60 -18975,buy_contrast_m10_bb_pos,buy,2025-10-29 06:15:00,1289.0,2.6929,1,leg_gt,3.46,60 -18976,buy_contrast_m10_bb_pos,buy,2025-10-29 06:18:00,1290.0,2.6132,1,leg_gt,3.45,60 -18977,buy_contrast_m10_bb_pos,buy,2025-10-29 06:30:00,1283.0,3.1736,1,leg_gt,3.45,60 -18978,buy_contrast_m10_bb_pos,buy,2025-10-29 06:33:00,1289.0,2.6929,1,leg_gt,3.44,60 -18979,buy_contrast_m10_bb_pos,buy,2025-10-29 06:36:00,1289.0,2.6929,1,leg_gt,3.44,60 -18980,buy_contrast_m10_bb_pos,buy,2025-10-29 06:39:00,1291.0,2.5336,1,leg_gt,3.44,60 -18981,buy_contrast_m10_bb_pos,buy,2025-10-29 12:12:00,1292.0,2.4542,1,leg_gt,3.21,60 -18982,buy_contrast_m10_bb_pos,buy,2025-10-29 12:15:00,1290.0,2.6132,1,leg_gt,3.21,60 -18983,buy_contrast_m10_bb_pos,buy,2025-10-29 12:18:00,1289.0,2.6929,1,leg_gt,3.2,60 -18984,buy_contrast_m10_bb_pos,buy,2025-10-29 12:21:00,1292.0,2.4542,1,leg_gt,3.2,60 -18985,buy_contrast_m10_bb_pos,buy,2025-10-29 12:24:00,1291.0,2.5336,1,leg_gt,3.2,60 -18986,buy_contrast_m10_bb_pos,buy,2025-10-29 12:27:00,1290.0,2.6132,1,leg_gt,3.2,60 -18987,buy_contrast_m10_bb_pos,buy,2025-10-29 13:21:00,1291.0,2.5336,1,leg_gt,3.16,60 -18988,buy_contrast_m10_bb_pos,buy,2025-10-29 13:24:00,1291.0,2.5336,1,leg_gt,3.16,60 -18989,buy_contrast_m10_bb_pos,buy,2025-10-29 13:27:00,1289.0,2.6929,1,leg_gt,3.16,60 -18990,buy_contrast_m10_bb_pos,buy,2025-10-29 14:00:00,1288.0,2.7727,1,leg_gt,3.13,60 -18991,buy_contrast_m10_bb_pos,buy,2025-10-29 14:03:00,1289.0,2.6929,1,leg_gt,3.13,60 -18992,buy_contrast_m10_bb_pos,buy,2025-10-29 14:06:00,1290.0,2.6132,1,leg_gt,3.13,60 -18993,buy_contrast_m10_bb_pos,buy,2025-10-29 14:09:00,1288.0,2.7727,1,leg_gt,3.13,60 -18994,buy_contrast_m10_bb_pos,buy,2025-10-29 15:21:00,1288.0,2.7727,1,leg_gt,3.08,60 -18995,buy_contrast_m10_bb_pos,buy,2025-10-29 15:24:00,1289.0,2.6929,1,leg_gt,3.08,60 -18996,buy_contrast_m10_bb_pos,buy,2025-10-29 15:27:00,1288.0,2.7727,1,leg_gt,3.07,60 -18997,buy_contrast_m10_bb_pos,buy,2025-10-30 00:42:00,1292.0,2.4542,1,leg_gt,2.69,60 -18998,buy_contrast_m10_bb_pos,buy,2025-10-30 00:45:00,1289.0,2.6929,1,leg_gt,2.69,60 -18999,buy_contrast_m10_bb_pos,buy,2025-10-30 00:48:00,1283.0,3.1736,1,leg_gt,2.68,60 -19000,buy_contrast_m10_bb_pos,buy,2025-10-30 03:42:00,1263.0,4.8089,1,leg_gt,2.56,60 -19001,buy_contrast_m10_bb_pos,buy,2025-10-30 03:45:00,1277.0,3.6588,1,leg_gt,2.56,60 -19002,buy_contrast_m10_bb_pos,buy,2025-10-30 03:48:00,1290.0,2.6132,1,leg_gt,2.56,60 -19003,buy_contrast_m10_bb_pos,buy,2025-10-30 07:42:00,1307.0,1.2772,1,leg_gt,2.4,60 -19004,buy_contrast_m10_bb_pos,buy,2025-10-30 07:45:00,1305.0,1.4326,1,leg_gt,2.39,60 -19005,buy_contrast_m10_bb_pos,buy,2025-10-30 07:48:00,1304.0,1.5104,1,leg_gt,2.39,60 -19006,buy_contrast_m10_bb_pos,buy,2025-10-30 07:51:00,1305.0,1.4326,1,leg_gt,2.39,60 -19007,buy_contrast_m10_bb_pos,buy,2025-10-30 07:54:00,1304.0,1.5104,1,leg_gt,2.39,60 -19008,buy_contrast_m10_bb_pos,buy,2025-10-30 07:57:00,1305.0,1.4326,1,leg_gt,2.39,60 -19009,buy_contrast_m10_bb_pos,buy,2025-10-30 08:00:00,1305.0,1.4326,1,leg_gt,2.38,60 -19010,buy_contrast_m10_bb_pos,buy,2025-10-30 08:03:00,1302.0,1.6665,1,leg_gt,2.38,60 -19011,buy_contrast_m10_bb_pos,buy,2025-10-30 08:06:00,1300.0,1.8231,1,leg_gt,2.38,60 -19012,buy_contrast_m10_bb_pos,buy,2025-10-30 08:09:00,1298.0,1.9801,1,leg_gt,2.38,60 -19013,buy_contrast_m10_bb_pos,buy,2025-10-30 08:21:00,1308.0,1.1997,1,leg_gt,2.37,60 -19014,buy_contrast_m10_bb_pos,buy,2025-10-30 08:24:00,1299.0,1.9015,1,leg_gt,2.37,60 -19015,buy_contrast_m10_bb_pos,buy,2025-10-30 08:27:00,1297.0,2.0588,1,leg_gt,2.36,60 -19016,buy_contrast_m10_bb_pos,buy,2025-10-30 08:30:00,1294.0,2.2957,1,leg_gt,2.36,60 -19017,buy_contrast_m10_bb_pos,buy,2025-10-30 08:33:00,1292.0,2.4542,1,leg_gt,2.36,60 -19018,buy_contrast_m10_bb_pos,buy,2025-10-30 08:36:00,1290.0,2.6132,1,leg_gt,2.36,60 -19019,buy_contrast_m10_bb_pos,buy,2025-10-30 08:39:00,1285.0,3.0128,1,leg_gt,2.36,60 -19020,buy_contrast_m10_bb_pos,buy,2025-10-30 08:51:00,1286.0,2.9327,1,leg_gt,2.35,60 -19021,buy_contrast_m10_bb_pos,buy,2025-10-30 08:54:00,1287.0,2.8526,1,leg_gt,2.35,60 -19022,buy_contrast_m10_bb_pos,buy,2025-10-30 08:57:00,1287.0,2.8526,1,leg_gt,2.34,60 -19023,buy_contrast_m10_bb_pos,buy,2025-10-30 09:00:00,1288.0,2.7727,1,leg_gt,2.34,60 -19024,buy_contrast_m10_bb_pos,buy,2025-10-30 09:03:00,1288.0,2.7727,1,leg_gt,2.34,60 -19025,buy_contrast_m10_bb_pos,buy,2025-10-30 09:06:00,1286.0,2.9327,1,leg_gt,2.34,60 -19026,buy_contrast_m10_bb_pos,buy,2025-10-30 09:09:00,1275.0,3.8216,1,leg_gt,2.34,60 -19027,buy_contrast_m10_bb_pos,buy,2025-10-30 12:51:00,1286.0,2.9327,1,leg_gt,2.18,60 -19028,buy_contrast_m10_bb_pos,buy,2025-10-30 12:54:00,1284.0,3.0931,1,leg_gt,2.18,60 -19029,buy_contrast_m10_bb_pos,buy,2025-10-30 12:57:00,1287.0,2.8526,1,leg_gt,2.18,60 -19030,buy_contrast_m10_bb_pos,buy,2025-10-30 14:12:00,1254.0,5.5619,1,leg_gt,2.12,60 -19031,buy_contrast_m10_bb_pos,buy,2025-10-30 14:15:00,1257.0,5.3097,1,leg_gt,2.12,60 -19032,buy_contrast_m10_bb_pos,buy,2025-10-30 14:18:00,1256.0,5.3936,1,leg_gt,2.12,60 -19033,buy_contrast_m10_bb_pos,buy,2025-10-30 14:21:00,1255.0,5.4777,1,leg_gt,2.12,60 -19034,buy_contrast_m10_bb_pos,buy,2025-10-30 14:24:00,1253.0,5.6462,1,leg_gt,2.12,60 -19035,buy_contrast_m10_bb_pos,buy,2025-10-30 14:27:00,1251.0,5.8153,1,leg_gt,2.11,60 -19036,buy_contrast_m10_bb_pos,buy,2025-10-30 14:30:00,1254.0,5.5619,1,leg_gt,2.11,60 -19037,buy_contrast_m10_bb_pos,buy,2025-10-30 14:33:00,1255.0,5.4777,1,leg_gt,2.11,60 -19038,buy_contrast_m10_bb_pos,buy,2025-10-30 14:36:00,1256.0,5.3936,1,leg_gt,2.11,60 -19039,buy_contrast_m10_bb_pos,buy,2025-10-30 14:39:00,1259.0,5.1423,1,leg_gt,2.11,60 -19040,buy_contrast_m10_bb_pos,buy,2025-10-30 18:42:00,1252.0,5.7307,1,leg_gt,1.94,60 -19041,buy_contrast_m10_bb_pos,buy,2025-10-30 18:45:00,1250.0,5.9,1,leg_gt,1.94,60 -19042,buy_contrast_m10_bb_pos,buy,2025-10-30 18:48:00,1251.0,5.8153,1,leg_gt,1.93,60 -19043,buy_contrast_m10_bb_pos,buy,2025-10-30 18:51:00,1253.0,5.6462,1,leg_gt,1.93,60 -19044,buy_contrast_m10_bb_pos,buy,2025-10-30 18:54:00,1252.0,5.7307,1,leg_gt,1.93,60 -19045,buy_contrast_m10_bb_pos,buy,2025-10-30 18:57:00,1254.0,5.5619,1,leg_gt,1.93,60 -19046,buy_contrast_m10_bb_pos,buy,2025-10-30 19:00:00,1251.0,5.8153,1,leg_gt,1.92,60 -19047,buy_contrast_m10_bb_pos,buy,2025-10-30 19:03:00,1250.0,5.9,1,leg_gt,1.92,60 -19048,buy_contrast_m10_bb_pos,buy,2025-10-30 19:06:00,1254.0,5.5619,1,leg_gt,1.92,60 -19049,buy_contrast_m10_bb_pos,buy,2025-10-30 19:09:00,1252.0,5.7307,1,leg_gt,1.92,60 -19050,buy_contrast_m10_bb_pos,buy,2025-10-30 19:12:00,1251.0,5.8153,1,leg_gt,1.92,60 -19051,buy_contrast_m10_bb_pos,buy,2025-10-30 19:15:00,1251.0,5.8153,1,leg_gt,1.91,60 -19052,buy_contrast_m10_bb_pos,buy,2025-10-30 19:18:00,1252.0,5.7307,1,leg_gt,1.91,60 -19053,buy_contrast_m10_bb_pos,buy,2025-10-30 19:51:00,1248.0,6.0699,1,leg_gt,1.89,60 -19054,buy_contrast_m10_bb_pos,buy,2025-10-30 19:54:00,1248.0,6.0699,1,leg_gt,1.89,60 -19055,buy_contrast_m10_bb_pos,buy,2025-10-30 19:57:00,1246.0,6.2403,1,leg_gt,1.89,60 -19056,buy_contrast_m10_bb_pos,buy,2025-10-30 20:12:00,1245.0,6.3257,1,leg_gt,1.88,60 -19057,buy_contrast_m10_bb_pos,buy,2025-10-30 20:15:00,1247.0,6.155,1,leg_gt,1.87,60 -19058,buy_contrast_m10_bb_pos,buy,2025-10-30 20:18:00,1244.0,6.4113,1,leg_gt,1.87,60 -19059,buy_contrast_m10_bb_pos,buy,2025-10-30 21:21:00,1244.0,6.4113,1,leg_gt,1.83,60 -19060,buy_contrast_m10_bb_pos,buy,2025-10-30 21:24:00,1241.0,6.6687,1,leg_gt,1.82,60 -19061,buy_contrast_m10_bb_pos,buy,2025-10-30 21:27:00,1235.0,7.1874,1,leg_gt,1.82,60 -19062,buy_contrast_m10_bb_pos,buy,2025-10-30 22:12:00,1229.0,7.7112,1,leg_gt,1.79,60 -19063,buy_contrast_m10_bb_pos,buy,2025-10-30 22:15:00,1225.0,8.0633,1,leg_gt,1.79,60 -19064,buy_contrast_m10_bb_pos,buy,2025-10-30 22:18:00,1223.0,8.2401,1,leg_gt,1.79,60 -19065,buy_contrast_m10_bb_pos,buy,2025-10-30 22:51:00,1217.0,8.7743,1,leg_gt,1.76,60 -19066,buy_contrast_m10_bb_pos,buy,2025-10-30 22:54:00,1213.0,9.1333,1,leg_gt,1.76,60 -19067,buy_contrast_m10_bb_pos,buy,2025-10-30 22:57:00,1210.0,9.4041,1,leg_gt,1.76,60 -19068,buy_contrast_m10_bb_pos,buy,2025-10-30 23:00:00,1209.0,9.4947,1,leg_gt,1.76,60 -19069,buy_contrast_m10_bb_pos,buy,2025-10-30 23:03:00,1209.0,9.4947,1,leg_gt,1.76,60 -19070,buy_contrast_m10_bb_pos,buy,2025-10-30 23:06:00,1215.0,8.9535,1,leg_gt,1.75,60 -19071,buy_contrast_m10_bb_pos,buy,2025-10-30 23:09:00,1215.0,8.9535,1,leg_gt,1.75,60 -19072,buy_contrast_m10_bb_pos,buy,2025-10-30 23:12:00,1212.0,9.2234,1,leg_gt,1.75,60 -19073,buy_contrast_m10_bb_pos,buy,2025-10-30 23:15:00,1213.0,9.1333,1,leg_gt,1.75,60 -19074,buy_contrast_m10_bb_pos,buy,2025-10-30 23:18:00,1210.0,9.4041,1,leg_gt,1.75,60 -19075,buy_contrast_m10_bb_pos,buy,2025-10-30 23:21:00,1209.0,9.4947,1,leg_gt,1.74,60 -19076,buy_contrast_m10_bb_pos,buy,2025-10-30 23:24:00,1210.0,9.4041,1,leg_gt,1.74,60 -19077,buy_contrast_m10_bb_pos,buy,2025-10-30 23:27:00,1210.0,9.4041,1,leg_gt,1.74,60 -19078,buy_contrast_m10_bb_pos,buy,2025-10-31 00:12:00,1202.0,10.1329,1,leg_gt,1.71,60 -19079,buy_contrast_m10_bb_pos,buy,2025-10-31 00:15:00,1205.0,9.8585,1,leg_gt,1.71,60 -19080,buy_contrast_m10_bb_pos,buy,2025-10-31 00:18:00,1196.0,10.686,1,leg_gt,1.7,60 -19081,buy_contrast_m10_bb_pos,buy,2025-10-31 00:21:00,1199.0,10.4088,1,leg_gt,1.7,60 -19082,buy_contrast_m10_bb_pos,buy,2025-10-31 00:24:00,1203.0,10.0413,1,leg_gt,1.7,60 -19083,buy_contrast_m10_bb_pos,buy,2025-10-31 00:27:00,1202.0,10.1329,1,leg_gt,1.7,60 -19084,buy_contrast_m10_bb_pos,buy,2025-10-31 00:42:00,1195.0,10.7787,1,leg_gt,1.69,60 -19085,buy_contrast_m10_bb_pos,buy,2025-10-31 00:45:00,1198.0,10.501,1,leg_gt,1.69,60 -19086,buy_contrast_m10_bb_pos,buy,2025-10-31 00:48:00,1194.0,10.8715,1,leg_gt,1.68,60 -19087,buy_contrast_m10_bb_pos,buy,2025-10-31 00:51:00,1198.0,10.501,1,leg_gt,1.68,60 -19088,buy_contrast_m10_bb_pos,buy,2025-10-31 00:54:00,1196.0,10.686,1,leg_gt,1.68,60 -19089,buy_contrast_m10_bb_pos,buy,2025-10-31 00:57:00,1195.0,10.7787,1,leg_gt,1.68,60 -19090,buy_contrast_m10_bb_pos,buy,2025-10-31 01:00:00,1195.0,10.7787,1,leg_gt,1.68,60 -19091,buy_contrast_m10_bb_pos,buy,2025-10-31 01:03:00,1191.0,11.151,1,leg_gt,1.67,60 -19092,buy_contrast_m10_bb_pos,buy,2025-10-31 01:06:00,1199.0,10.4088,1,leg_gt,1.67,60 -19093,buy_contrast_m10_bb_pos,buy,2025-10-31 01:09:00,1201.0,10.2247,1,leg_gt,1.67,60 -19094,buy_contrast_m10_bb_pos,buy,2025-10-31 01:51:00,1191.0,11.151,1,leg_gt,1.64,60 -19095,buy_contrast_m10_bb_pos,buy,2025-10-31 01:54:00,1191.0,11.151,1,leg_gt,1.64,60 -19096,buy_contrast_m10_bb_pos,buy,2025-10-31 01:57:00,1192.0,11.0577,1,leg_gt,1.64,60 -19097,buy_contrast_m10_bb_pos,buy,2025-10-31 02:00:00,1192.0,11.0577,1,leg_gt,1.63,60 -19098,buy_contrast_m10_bb_pos,buy,2025-10-31 02:03:00,1185.0,11.7143,1,leg_gt,1.63,60 -19099,buy_contrast_m10_bb_pos,buy,2025-10-31 02:06:00,1180.0,12.1881,1,leg_gt,1.63,60 -19100,buy_contrast_m10_bb_pos,buy,2025-10-31 02:09:00,1184.0,11.8088,1,leg_gt,1.63,60 -19101,buy_contrast_m10_bb_pos,buy,2025-10-31 03:42:00,1172.0,12.9546,1,leg_gt,1.56,60 -19102,buy_contrast_m10_bb_pos,buy,2025-10-31 03:45:00,1173.0,12.8582,1,leg_gt,1.56,60 -19103,buy_contrast_m10_bb_pos,buy,2025-10-31 03:48:00,1178.0,12.3788,1,leg_gt,1.56,60 -19104,buy_contrast_m10_bb_pos,buy,2025-10-31 04:42:00,1169.0,13.2447,1,leg_gt,1.52,60 -19105,buy_contrast_m10_bb_pos,buy,2025-10-31 04:45:00,1173.0,12.8582,1,leg_gt,1.52,60 -19106,buy_contrast_m10_bb_pos,buy,2025-10-31 04:48:00,1170.0,13.1479,1,leg_gt,1.52,60 -19107,buy_contrast_m10_bb_pos,buy,2025-10-31 14:30:00,1214.0,9.0433,1,leg_gt,1.11,60 -19108,buy_contrast_m10_bb_pos,buy,2025-10-31 14:33:00,1216.0,8.8638,1,leg_gt,1.11,60 -19109,buy_contrast_m10_bb_pos,buy,2025-10-31 14:36:00,1214.0,9.0433,1,leg_gt,1.11,60 -19110,buy_contrast_m10_bb_pos,buy,2025-10-31 14:39:00,1213.0,9.1333,1,leg_gt,1.11,60 -19111,buy_contrast_m10_bb_pos,buy,2025-10-31 14:51:00,1213.0,9.1333,1,leg_gt,1.1,60 -19112,buy_contrast_m10_bb_pos,buy,2025-10-31 14:54:00,1211.0,9.3137,1,leg_gt,1.1,60 -19113,buy_contrast_m10_bb_pos,buy,2025-10-31 14:57:00,1212.0,9.2234,1,leg_gt,1.09,60 -19114,buy_contrast_m10_bb_pos,buy,2025-10-31 15:00:00,1212.0,9.2234,1,leg_gt,1.09,60 -19115,buy_contrast_m10_bb_pos,buy,2025-10-31 15:03:00,1213.0,9.1333,1,leg_gt,1.09,60 -19116,buy_contrast_m10_bb_pos,buy,2025-10-31 15:06:00,1211.0,9.3137,1,leg_gt,1.09,60 -19117,buy_contrast_m10_bb_pos,buy,2025-10-31 15:09:00,1210.0,9.4041,1,leg_gt,1.09,60 -19118,buy_contrast_m10_bb_pos,buy,2025-10-31 15:12:00,1209.0,9.4947,1,leg_gt,1.08,60 -19119,buy_contrast_m10_bb_pos,buy,2025-10-31 15:15:00,1212.0,9.2234,1,leg_gt,1.08,60 -19120,buy_contrast_m10_bb_pos,buy,2025-10-31 15:18:00,1211.0,9.3137,1,leg_gt,1.08,60 -19121,buy_contrast_m10_bb_pos,buy,2025-10-31 15:42:00,1208.0,9.5854,1,leg_gt,1.06,60 -19122,buy_contrast_m10_bb_pos,buy,2025-10-31 15:45:00,1207.0,9.6763,1,leg_gt,1.06,60 -19123,buy_contrast_m10_bb_pos,buy,2025-10-31 15:48:00,1206.0,9.7673,1,leg_gt,1.06,60 -19124,buy_contrast_m10_bb_pos,buy,2025-10-31 15:51:00,1202.0,10.1329,1,leg_gt,1.06,60 -19125,buy_contrast_m10_bb_pos,buy,2025-10-31 15:54:00,1203.0,10.0413,1,leg_gt,1.05,60 -19126,buy_contrast_m10_bb_pos,buy,2025-10-31 15:57:00,1203.0,10.0413,1,leg_gt,1.05,60 -19127,buy_contrast_m10_bb_pos,buy,2025-10-31 16:00:00,1205.0,9.8585,1,leg_gt,1.05,60 -19128,buy_contrast_m10_bb_pos,buy,2025-10-31 16:03:00,1205.0,9.8585,1,leg_gt,1.05,60 -19129,buy_contrast_m10_bb_pos,buy,2025-10-31 16:06:00,1204.0,9.9498,1,leg_gt,1.05,60 -19130,buy_contrast_m10_bb_pos,buy,2025-10-31 16:09:00,1203.0,10.0413,1,leg_gt,1.04,60 -19131,buy_contrast_m10_bb_pos,buy,2025-10-31 16:12:00,1206.0,9.7673,1,leg_gt,1.04,60 -19132,buy_contrast_m10_bb_pos,buy,2025-10-31 16:15:00,1205.0,9.8585,1,leg_gt,1.04,60 -19133,buy_contrast_m10_bb_pos,buy,2025-10-31 16:18:00,1205.0,9.8585,1,leg_gt,1.04,60 -19134,buy_contrast_m10_bb_pos,buy,2025-10-31 16:21:00,1204.0,9.9498,1,leg_gt,1.04,60 -19135,buy_contrast_m10_bb_pos,buy,2025-10-31 16:24:00,1205.0,9.8585,1,leg_gt,1.03,60 -19136,buy_contrast_m10_bb_pos,buy,2025-10-31 16:27:00,1202.0,10.1329,1,leg_gt,1.03,60 -19137,buy_contrast_m10_bb_pos,buy,2025-10-31 16:42:00,1198.0,10.501,1,leg_gt,1.02,60 -19138,buy_contrast_m10_bb_pos,buy,2025-10-31 16:45:00,1197.0,10.5934,1,leg_gt,1.02,60 -19139,buy_contrast_m10_bb_pos,buy,2025-10-31 16:48:00,1197.0,10.5934,1,leg_gt,1.02,60 -19140,buy_contrast_m10_bb_pos,buy,2025-10-31 16:51:00,1194.0,10.8715,1,leg_gt,1.01,60 -19141,buy_contrast_m10_bb_pos,buy,2025-10-31 16:54:00,1194.0,10.8715,1,leg_gt,1.01,60 -19142,buy_contrast_m10_bb_pos,buy,2025-10-31 16:57:00,1196.0,10.686,1,leg_gt,1.01,60 -19143,buy_contrast_m10_bb_pos,buy,2025-10-31 17:00:00,1196.0,10.686,1,leg_gt,1.01,60 -19144,buy_contrast_m10_bb_pos,buy,2025-10-31 17:03:00,1199.0,10.4088,1,leg_gt,1.01,60 -19145,buy_contrast_m10_bb_pos,buy,2025-10-31 17:06:00,1201.0,10.2247,1,leg_gt,1.0,60 -19146,buy_contrast_m10_bb_pos,buy,2025-10-31 17:09:00,1199.0,10.4088,1,leg_gt,1.0,60 -19147,buy_contrast_m10_bb_pos,buy,2025-10-31 17:21:00,1197.0,10.5934,1,leg_gt,0.99,60 -19148,buy_contrast_m10_bb_pos,buy,2025-10-31 17:24:00,1197.0,10.5934,1,leg_gt,0.99,60 -19149,buy_contrast_m10_bb_pos,buy,2025-10-31 17:27:00,1200.0,10.3167,1,leg_gt,0.99,60 -19150,buy_contrast_m10_bb_pos,buy,2025-10-31 20:00:00,1196.0,10.686,1,leg_gt,0.88,60 -19151,buy_contrast_m10_bb_pos,buy,2025-10-31 20:03:00,1196.0,10.686,1,leg_gt,0.88,60 -19152,buy_contrast_m10_bb_pos,buy,2025-10-31 20:06:00,1196.0,10.686,1,leg_gt,0.88,60 -19153,buy_contrast_m10_bb_pos,buy,2025-10-31 20:09:00,1196.0,10.686,1,leg_gt,0.88,60 -19154,buy_contrast_m10_bb_pos,buy,2025-10-31 20:21:00,1196.0,10.686,1,leg_gt,0.87,60 -19155,buy_contrast_m10_bb_pos,buy,2025-10-31 20:24:00,1196.0,10.686,1,leg_gt,0.87,60 -19156,buy_contrast_m10_bb_pos,buy,2025-10-31 20:27:00,1198.0,10.501,1,leg_gt,0.86,60 -19157,buy_contrast_m10_bb_pos,buy,2025-11-01 01:21:00,1199.0,10.4088,1,leg_gt,0.66,60 -19158,buy_contrast_m10_bb_pos,buy,2025-11-01 01:24:00,1198.0,10.501,1,leg_gt,0.66,60 -19159,buy_contrast_m10_bb_pos,buy,2025-11-01 01:27:00,1202.0,10.1329,1,leg_gt,0.66,60 -19160,buy_contrast_m10_bb_pos,buy,2025-11-01 01:51:00,1188.0,11.432,1,leg_gt,0.64,60 -19161,buy_contrast_m10_bb_pos,buy,2025-11-01 01:54:00,1188.0,11.432,1,leg_gt,0.64,60 -19162,buy_contrast_m10_bb_pos,buy,2025-11-01 01:57:00,1184.0,11.8088,1,leg_gt,0.64,60 -19163,buy_contrast_m10_bb_pos,buy,2025-11-01 09:30:00,1193.0,10.9645,1,leg_gt,0.32,60 -19164,buy_contrast_m10_bb_pos,buy,2025-11-01 09:33:00,1190.0,11.2445,1,leg_gt,0.32,60 -19165,buy_contrast_m10_bb_pos,buy,2025-11-01 09:36:00,1191.0,11.151,1,leg_gt,0.32,60 -19166,buy_contrast_m10_bb_pos,buy,2025-11-01 09:39:00,1190.0,11.2445,1,leg_gt,0.31,60 -19167,buy_contrast_m10_bb_pos,buy,2025-11-01 23:30:00,1287.0,-13.6975,0,leg_gt,4.35,60 -19168,buy_contrast_m10_bb_pos,buy,2025-11-01 23:33:00,1285.0,-13.563,0,leg_gt,4.35,60 -19169,buy_contrast_m10_bb_pos,buy,2025-11-01 23:36:00,1286.0,-13.6303,0,leg_gt,4.35,60 -19170,buy_contrast_m10_bb_pos,buy,2025-11-01 23:39:00,1288.0,-13.7646,0,leg_gt,4.35,60 -19171,buy_contrast_m10_bb_pos,buy,2025-11-01 23:51:00,1281.0,-13.2928,0,leg_gt,4.34,60 -19172,buy_contrast_m10_bb_pos,buy,2025-11-01 23:54:00,1277.0,-13.0209,0,leg_gt,4.34,60 -19173,buy_contrast_m10_bb_pos,buy,2025-11-01 23:57:00,1278.0,-13.089,0,leg_gt,4.33,60 -19174,buy_contrast_m10_bb_pos,buy,2025-11-02 00:00:00,1280.0,-13.225,0,leg_gt,4.33,60 -19175,buy_contrast_m10_bb_pos,buy,2025-11-02 00:03:00,1277.0,-13.0209,0,leg_gt,4.33,60 -19176,buy_contrast_m10_bb_pos,buy,2025-11-02 00:06:00,1291.0,-13.9652,0,leg_gt,4.33,60 -19177,buy_contrast_m10_bb_pos,buy,2025-11-02 00:09:00,1296.0,-14.2975,0,leg_gt,4.32,60 -19178,buy_contrast_m10_bb_pos,buy,2025-11-02 06:51:00,1303.0,-14.7585,0,leg_gt,4.05,60 -19179,buy_contrast_m10_bb_pos,buy,2025-11-02 06:54:00,1304.0,-14.8239,0,leg_gt,4.04,60 -19180,buy_contrast_m10_bb_pos,buy,2025-11-02 06:57:00,1303.0,-14.7585,0,leg_gt,4.04,60 -19181,buy_contrast_m10_bb_pos,buy,2025-11-02 07:12:00,1300.0,-14.5615,0,leg_gt,4.03,60 -19182,buy_contrast_m10_bb_pos,buy,2025-11-02 07:15:00,1298.0,-14.4297,0,leg_gt,4.03,60 -19183,buy_contrast_m10_bb_pos,buy,2025-11-02 07:18:00,1298.0,-14.4297,0,leg_gt,4.03,60 -19184,buy_contrast_m10_bb_pos,buy,2025-11-02 07:51:00,1294.0,-14.1649,0,leg_gt,4.0,60 -19185,buy_contrast_m10_bb_pos,buy,2025-11-02 07:54:00,1294.0,-14.1649,0,leg_gt,4.0,60 -19186,buy_contrast_m10_bb_pos,buy,2025-11-02 07:57:00,1294.0,-14.1649,0,leg_gt,4.0,60 -19187,buy_contrast_m10_bb_pos,buy,2025-11-02 08:00:00,1295.0,-14.2313,0,leg_gt,4.0,60 -19188,buy_contrast_m10_bb_pos,buy,2025-11-02 08:03:00,1294.0,-14.1649,0,leg_gt,4.0,60 -19189,buy_contrast_m10_bb_pos,buy,2025-11-02 08:06:00,1295.0,-14.2313,0,leg_gt,3.99,60 -19190,buy_contrast_m10_bb_pos,buy,2025-11-02 08:09:00,1293.0,-14.0985,0,leg_gt,3.99,60 -19191,buy_contrast_m10_bb_pos,buy,2025-11-02 11:12:00,1270.0,-12.5409,0,leg_gt,3.86,60 -19192,buy_contrast_m10_bb_pos,buy,2025-11-02 11:15:00,1269.0,-12.4719,0,leg_gt,3.86,60 -19193,buy_contrast_m10_bb_pos,buy,2025-11-02 11:18:00,1266.0,-12.2643,0,leg_gt,3.86,60 -19194,buy_contrast_m10_bb_pos,buy,2025-11-02 11:21:00,1265.0,-12.1949,0,leg_gt,3.86,60 -19195,buy_contrast_m10_bb_pos,buy,2025-11-02 11:24:00,1265.0,-12.1949,0,leg_gt,3.86,60 -19196,buy_contrast_m10_bb_pos,buy,2025-11-02 11:27:00,1265.0,-12.1949,0,leg_gt,3.85,60 -19197,buy_contrast_m10_bb_pos,buy,2025-11-02 17:12:00,1272.0,-12.6786,0,leg_gt,3.61,60 -19198,buy_contrast_m10_bb_pos,buy,2025-11-02 17:15:00,1274.0,-12.8159,0,leg_gt,3.61,60 -19199,buy_contrast_m10_bb_pos,buy,2025-11-02 17:18:00,1275.0,-12.8843,0,leg_gt,3.61,60 -19200,buy_contrast_m10_bb_pos,buy,2025-11-02 18:42:00,1268.0,-12.4028,0,leg_gt,3.55,60 -19201,buy_contrast_m10_bb_pos,buy,2025-11-02 18:45:00,1268.0,-12.4028,0,leg_gt,3.55,60 -19202,buy_contrast_m10_bb_pos,buy,2025-11-02 18:48:00,1268.0,-12.4028,0,leg_gt,3.55,60 -19203,buy_contrast_m10_bb_pos,buy,2025-11-02 18:51:00,1269.0,-12.4719,0,leg_gt,3.55,60 -19204,buy_contrast_m10_bb_pos,buy,2025-11-02 18:54:00,1270.0,-12.5409,0,leg_gt,3.54,60 -19205,buy_contrast_m10_bb_pos,buy,2025-11-02 18:57:00,1270.0,-12.5409,0,leg_gt,3.54,60 -19206,buy_contrast_m10_bb_pos,buy,2025-11-02 19:00:00,1269.0,-12.4719,0,leg_gt,3.54,60 -19207,buy_contrast_m10_bb_pos,buy,2025-11-02 19:03:00,1267.0,-12.3336,0,leg_gt,3.54,60 -19208,buy_contrast_m10_bb_pos,buy,2025-11-02 19:06:00,1265.0,-12.1949,0,leg_gt,3.54,60 -19209,buy_contrast_m10_bb_pos,buy,2025-11-02 19:09:00,1266.0,-12.2643,0,leg_gt,3.53,60 -19210,buy_contrast_m10_bb_pos,buy,2025-11-02 19:12:00,1270.0,-12.5409,0,leg_gt,3.53,60 -19211,buy_contrast_m10_bb_pos,buy,2025-11-02 19:15:00,1268.0,-12.4028,0,leg_gt,3.53,60 -19212,buy_contrast_m10_bb_pos,buy,2025-11-02 19:18:00,1265.0,-12.1949,0,leg_gt,3.53,60 -19213,buy_contrast_m10_bb_pos,buy,2025-11-02 19:42:00,1261.0,-11.916,0,leg_gt,3.51,60 -19214,buy_contrast_m10_bb_pos,buy,2025-11-02 19:45:00,1262.0,-11.9859,0,leg_gt,3.51,60 -19215,buy_contrast_m10_bb_pos,buy,2025-11-02 19:48:00,1262.0,-11.9859,0,leg_gt,3.51,60 -19216,buy_contrast_m10_bb_pos,buy,2025-11-02 19:51:00,1261.0,-11.916,0,leg_gt,3.5,60 -19217,buy_contrast_m10_bb_pos,buy,2025-11-02 19:54:00,1261.0,-11.916,0,leg_gt,3.5,60 -19218,buy_contrast_m10_bb_pos,buy,2025-11-02 19:57:00,1260.0,-11.846,0,leg_gt,3.5,60 -19219,buy_contrast_m10_bb_pos,buy,2025-11-02 22:12:00,1257.0,-11.6354,0,leg_gt,3.41,60 -19220,buy_contrast_m10_bb_pos,buy,2025-11-02 22:15:00,1256.0,-11.565,0,leg_gt,3.4,60 -19221,buy_contrast_m10_bb_pos,buy,2025-11-02 22:18:00,1256.0,-11.565,0,leg_gt,3.4,60 -19222,buy_contrast_m10_bb_pos,buy,2025-11-02 22:30:00,1256.0,-11.565,0,leg_gt,3.39,60 -19223,buy_contrast_m10_bb_pos,buy,2025-11-02 22:33:00,1256.0,-11.565,0,leg_gt,3.39,60 -19224,buy_contrast_m10_bb_pos,buy,2025-11-02 22:36:00,1255.0,-11.4944,0,leg_gt,3.39,60 -19225,buy_contrast_m10_bb_pos,buy,2025-11-02 22:39:00,1255.0,-11.4944,0,leg_gt,3.39,60 -19226,buy_contrast_m10_bb_pos,buy,2025-11-02 22:42:00,1254.0,-11.4238,0,leg_gt,3.39,60 -19227,buy_contrast_m10_bb_pos,buy,2025-11-02 22:45:00,1255.0,-11.4944,0,leg_gt,3.38,60 -19228,buy_contrast_m10_bb_pos,buy,2025-11-02 22:48:00,1250.0,-11.14,0,leg_gt,3.38,60 -19229,buy_contrast_m10_bb_pos,buy,2025-11-02 22:51:00,1251.0,-11.2111,0,leg_gt,3.38,60 -19230,buy_contrast_m10_bb_pos,buy,2025-11-02 22:54:00,1252.0,-11.2821,0,leg_gt,3.38,60 -19231,buy_contrast_m10_bb_pos,buy,2025-11-02 22:57:00,1253.0,-11.353,0,leg_gt,3.38,60 -19232,buy_contrast_m10_bb_pos,buy,2025-11-02 23:00:00,1252.0,-11.2821,0,leg_gt,3.37,60 -19233,buy_contrast_m10_bb_pos,buy,2025-11-02 23:03:00,1253.0,-11.353,0,leg_gt,3.37,60 -19234,buy_contrast_m10_bb_pos,buy,2025-11-02 23:06:00,1256.0,-11.565,0,leg_gt,3.37,60 -19235,buy_contrast_m10_bb_pos,buy,2025-11-02 23:09:00,1254.0,-11.4238,0,leg_gt,3.37,60 -19236,buy_contrast_m10_bb_pos,buy,2025-11-03 00:00:00,1234.0,-9.9865,0,leg_gt,3.33,60 -19237,buy_contrast_m10_bb_pos,buy,2025-11-03 00:03:00,1234.0,-9.9865,0,leg_gt,3.33,60 -19238,buy_contrast_m10_bb_pos,buy,2025-11-03 00:06:00,1235.0,-10.0595,0,leg_gt,3.33,60 -19239,buy_contrast_m10_bb_pos,buy,2025-11-03 00:09:00,1234.0,-9.9865,0,leg_gt,3.32,60 -19240,buy_contrast_m10_bb_pos,buy,2025-11-03 00:12:00,1234.0,-9.9865,0,leg_gt,3.32,60 -19241,buy_contrast_m10_bb_pos,buy,2025-11-03 00:15:00,1234.0,-9.9865,0,leg_gt,3.32,60 -19242,buy_contrast_m10_bb_pos,buy,2025-11-03 00:18:00,1239.0,-10.3502,0,leg_gt,3.32,60 -19243,buy_contrast_m10_bb_pos,buy,2025-11-03 04:42:00,1229.0,-9.6199,0,leg_gt,3.14,60 -19244,buy_contrast_m10_bb_pos,buy,2025-11-03 04:45:00,1232.0,-9.8403,0,leg_gt,3.13,60 -19245,buy_contrast_m10_bb_pos,buy,2025-11-03 04:48:00,1232.0,-9.8403,0,leg_gt,3.13,60 -19246,buy_contrast_m10_bb_pos,buy,2025-11-03 09:51:00,1235.0,-10.0595,0,leg_gt,2.92,60 -19247,buy_contrast_m10_bb_pos,buy,2025-11-03 09:54:00,1233.0,-9.9135,0,leg_gt,2.92,60 -19248,buy_contrast_m10_bb_pos,buy,2025-11-03 09:57:00,1230.0,-9.6935,0,leg_gt,2.92,60 -19249,buy_contrast_m10_bb_pos,buy,2025-11-03 10:21:00,1232.0,-9.8403,0,leg_gt,2.9,60 -19250,buy_contrast_m10_bb_pos,buy,2025-11-03 10:24:00,1228.0,-9.5463,0,leg_gt,2.9,60 -19251,buy_contrast_m10_bb_pos,buy,2025-11-03 10:27:00,1228.0,-9.5463,0,leg_gt,2.9,60 -19252,buy_contrast_m10_bb_pos,buy,2025-11-03 10:30:00,1230.0,-9.6935,0,leg_gt,2.89,60 -19253,buy_contrast_m10_bb_pos,buy,2025-11-03 10:33:00,1230.0,-9.6935,0,leg_gt,2.89,60 -19254,buy_contrast_m10_bb_pos,buy,2025-11-03 10:36:00,1225.0,-9.3245,0,leg_gt,2.89,60 -19255,buy_contrast_m10_bb_pos,buy,2025-11-03 10:39:00,1226.0,-9.3985,0,leg_gt,2.89,60 -19256,buy_contrast_m10_bb_pos,buy,2025-11-03 10:42:00,1224.0,-9.2503,0,leg_gt,2.89,60 -19257,buy_contrast_m10_bb_pos,buy,2025-11-03 10:45:00,1225.0,-9.3245,0,leg_gt,2.88,60 -19258,buy_contrast_m10_bb_pos,buy,2025-11-03 10:48:00,1224.0,-9.2503,0,leg_gt,2.88,60 -19259,buy_contrast_m10_bb_pos,buy,2025-11-03 10:51:00,1221.0,-9.0271,0,leg_gt,2.88,60 -19260,buy_contrast_m10_bb_pos,buy,2025-11-03 10:54:00,1221.0,-9.0271,0,leg_gt,2.88,60 -19261,buy_contrast_m10_bb_pos,buy,2025-11-03 10:57:00,1220.0,-8.9525,0,leg_gt,2.88,60 -19262,buy_contrast_m10_bb_pos,buy,2025-11-03 11:00:00,1222.0,-9.1016,0,leg_gt,2.87,60 -19263,buy_contrast_m10_bb_pos,buy,2025-11-03 11:03:00,1222.0,-9.1016,0,leg_gt,2.87,60 -19264,buy_contrast_m10_bb_pos,buy,2025-11-03 11:06:00,1218.0,-8.8028,0,leg_gt,2.87,60 -19265,buy_contrast_m10_bb_pos,buy,2025-11-03 11:09:00,1217.0,-8.7278,0,leg_gt,2.87,60 -19266,buy_contrast_m10_bb_pos,buy,2025-11-03 11:12:00,1215.0,-8.5774,0,leg_gt,2.86,60 -19267,buy_contrast_m10_bb_pos,buy,2025-11-03 11:15:00,1221.0,-9.0271,0,leg_gt,2.86,60 -19268,buy_contrast_m10_bb_pos,buy,2025-11-03 11:18:00,1215.0,-8.5774,0,leg_gt,2.86,60 -19269,buy_contrast_m10_bb_pos,buy,2025-11-03 11:21:00,1218.0,-8.8028,0,leg_gt,2.86,60 -19270,buy_contrast_m10_bb_pos,buy,2025-11-03 11:24:00,1216.0,-8.6526,0,leg_gt,2.86,60 -19271,buy_contrast_m10_bb_pos,buy,2025-11-03 11:27:00,1215.0,-8.5774,0,leg_gt,2.85,60 -19272,buy_contrast_m10_bb_pos,buy,2025-11-03 11:30:00,1210.0,-8.1992,0,leg_gt,2.85,60 -19273,buy_contrast_m10_bb_pos,buy,2025-11-03 11:33:00,1213.0,-8.4265,0,leg_gt,2.85,60 -19274,buy_contrast_m10_bb_pos,buy,2025-11-03 11:36:00,1213.0,-8.4265,0,leg_gt,2.85,60 -19275,buy_contrast_m10_bb_pos,buy,2025-11-03 11:39:00,1211.0,-8.2751,0,leg_gt,2.85,60 -19276,buy_contrast_m10_bb_pos,buy,2025-11-03 11:42:00,1211.0,-8.2751,0,leg_gt,2.84,60 -19277,buy_contrast_m10_bb_pos,buy,2025-11-03 11:45:00,1210.0,-8.1992,0,leg_gt,2.84,60 -19278,buy_contrast_m10_bb_pos,buy,2025-11-03 11:48:00,1212.0,-8.3508,0,leg_gt,2.84,60 -19279,buy_contrast_m10_bb_pos,buy,2025-11-03 11:51:00,1211.0,-8.2751,0,leg_gt,2.84,60 -19280,buy_contrast_m10_bb_pos,buy,2025-11-03 11:54:00,1216.0,-8.6526,0,leg_gt,2.84,60 -19281,buy_contrast_m10_bb_pos,buy,2025-11-03 11:57:00,1216.0,-8.6526,0,leg_gt,2.83,60 -19282,buy_contrast_m10_bb_pos,buy,2025-11-03 12:12:00,1200.0,-7.4333,0,leg_gt,2.82,60 -19283,buy_contrast_m10_bb_pos,buy,2025-11-03 12:15:00,1201.0,-7.5105,0,leg_gt,2.82,60 -19284,buy_contrast_m10_bb_pos,buy,2025-11-03 12:18:00,1202.0,-7.5875,0,leg_gt,2.82,60 -19285,buy_contrast_m10_bb_pos,buy,2025-11-03 12:21:00,1201.0,-7.5105,0,leg_gt,2.82,60 -19286,buy_contrast_m10_bb_pos,buy,2025-11-03 12:24:00,1198.0,-7.2786,0,leg_gt,2.81,60 -19287,buy_contrast_m10_bb_pos,buy,2025-11-03 12:27:00,1199.0,-7.356,0,leg_gt,2.81,60 -19288,buy_contrast_m10_bb_pos,buy,2025-11-03 12:30:00,1196.0,-7.1234,0,leg_gt,2.81,60 -19289,buy_contrast_m10_bb_pos,buy,2025-11-03 12:33:00,1188.0,-6.4973,0,leg_gt,2.81,60 -19290,buy_contrast_m10_bb_pos,buy,2025-11-03 12:36:00,1191.0,-6.7331,0,leg_gt,2.81,60 -19291,buy_contrast_m10_bb_pos,buy,2025-11-03 12:39:00,1190.0,-6.6546,0,leg_gt,2.8,60 -19292,buy_contrast_m10_bb_pos,buy,2025-11-03 13:21:00,1171.0,-5.1384,0,leg_gt,2.78,60 -19293,buy_contrast_m10_bb_pos,buy,2025-11-03 13:24:00,1174.0,-5.3811,0,leg_gt,2.77,60 -19294,buy_contrast_m10_bb_pos,buy,2025-11-03 13:27:00,1173.0,-5.3003,0,leg_gt,2.77,60 -19295,buy_contrast_m10_bb_pos,buy,2025-11-03 13:30:00,1175.0,-5.4617,0,leg_gt,2.77,60 -19296,buy_contrast_m10_bb_pos,buy,2025-11-03 13:33:00,1175.0,-5.4617,0,leg_gt,2.77,60 -19297,buy_contrast_m10_bb_pos,buy,2025-11-03 13:36:00,1179.0,-5.7828,0,leg_gt,2.76,60 -19298,buy_contrast_m10_bb_pos,buy,2025-11-03 13:39:00,1177.0,-5.6225,0,leg_gt,2.76,60 -19299,buy_contrast_m10_bb_pos,buy,2025-11-03 15:51:00,1173.0,-5.3003,0,leg_gt,2.67,60 -19300,buy_contrast_m10_bb_pos,buy,2025-11-03 15:54:00,1176.0,-5.5422,0,leg_gt,2.67,60 -19301,buy_contrast_m10_bb_pos,buy,2025-11-03 15:57:00,1173.0,-5.3003,0,leg_gt,2.67,60 -19302,buy_contrast_m10_bb_pos,buy,2025-11-03 17:30:00,1169.0,-4.976,0,leg_gt,2.6,60 -19303,buy_contrast_m10_bb_pos,buy,2025-11-03 17:33:00,1170.0,-5.0573,0,leg_gt,2.6,60 -19304,buy_contrast_m10_bb_pos,buy,2025-11-03 17:36:00,1171.0,-5.1384,0,leg_gt,2.6,60 -19305,buy_contrast_m10_bb_pos,buy,2025-11-03 17:39:00,1168.0,-4.8945,0,leg_gt,2.6,60 -19306,buy_contrast_m10_bb_pos,buy,2025-11-03 17:42:00,1171.0,-5.1384,0,leg_gt,2.59,60 -19307,buy_contrast_m10_bb_pos,buy,2025-11-03 17:45:00,1169.0,-4.976,0,leg_gt,2.59,60 -19308,buy_contrast_m10_bb_pos,buy,2025-11-03 17:48:00,1169.0,-4.976,0,leg_gt,2.59,60 -19309,buy_contrast_m10_bb_pos,buy,2025-11-03 17:51:00,1173.0,-5.3003,0,leg_gt,2.59,60 -19310,buy_contrast_m10_bb_pos,buy,2025-11-03 17:54:00,1181.0,-5.9425,0,leg_gt,2.59,60 -19311,buy_contrast_m10_bb_pos,buy,2025-11-03 17:57:00,1177.0,-5.6225,0,leg_gt,2.58,60 -19312,buy_contrast_m10_bb_pos,buy,2025-11-03 20:00:00,1165.0,-4.6494,0,leg_gt,2.5,60 -19313,buy_contrast_m10_bb_pos,buy,2025-11-03 20:03:00,1176.0,-5.5422,0,leg_gt,2.5,60 -19314,buy_contrast_m10_bb_pos,buy,2025-11-03 20:06:00,1176.0,-5.5422,0,leg_gt,2.49,60 -19315,buy_contrast_m10_bb_pos,buy,2025-11-03 20:09:00,1179.0,-5.7828,0,leg_gt,2.49,60 -19316,buy_contrast_m10_bb_pos,buy,2025-11-03 22:12:00,1164.0,-4.5674,0,leg_gt,2.41,60 -19317,buy_contrast_m10_bb_pos,buy,2025-11-03 22:15:00,1166.0,-4.7312,0,leg_gt,2.4,60 -19318,buy_contrast_m10_bb_pos,buy,2025-11-03 22:18:00,1166.0,-4.7312,0,leg_gt,2.4,60 -19319,buy_contrast_m10_bb_pos,buy,2025-11-03 22:21:00,1165.0,-4.6494,0,leg_gt,2.4,60 -19320,buy_contrast_m10_bb_pos,buy,2025-11-03 22:24:00,1165.0,-4.6494,0,leg_gt,2.4,60 -19321,buy_contrast_m10_bb_pos,buy,2025-11-03 22:27:00,1166.0,-4.7312,0,leg_gt,2.4,60 -19322,buy_contrast_m10_bb_pos,buy,2025-11-04 00:12:00,1163.0,-4.4852,0,leg_gt,2.32,60 -19323,buy_contrast_m10_bb_pos,buy,2025-11-04 00:15:00,1163.0,-4.4852,0,leg_gt,2.32,60 -19324,buy_contrast_m10_bb_pos,buy,2025-11-04 00:18:00,1163.0,-4.4852,0,leg_gt,2.32,60 -19325,buy_contrast_m10_bb_pos,buy,2025-11-04 00:21:00,1163.0,-4.4852,0,leg_gt,2.32,60 -19326,buy_contrast_m10_bb_pos,buy,2025-11-04 00:24:00,1159.0,-4.1552,0,leg_gt,2.31,60 -19327,buy_contrast_m10_bb_pos,buy,2025-11-04 00:27:00,1148.0,-3.2359,0,leg_gt,2.31,60 -19328,buy_contrast_m10_bb_pos,buy,2025-11-04 01:21:00,1107.0,0.3517,1,leg_gt,2.28,60 -19329,buy_contrast_m10_bb_pos,buy,2025-11-04 01:24:00,1107.0,0.3517,1,leg_gt,2.27,60 -19330,buy_contrast_m10_bb_pos,buy,2025-11-04 01:27:00,1106.0,0.4425,1,leg_gt,2.27,60 -19331,buy_contrast_m10_bb_pos,buy,2025-11-04 01:30:00,1103.0,0.716,1,leg_gt,2.27,60 -19332,buy_contrast_m10_bb_pos,buy,2025-11-04 01:33:00,1104.0,0.6246,1,leg_gt,2.27,60 -19333,buy_contrast_m10_bb_pos,buy,2025-11-04 01:36:00,1101.0,0.8991,1,leg_gt,2.26,60 -19334,buy_contrast_m10_bb_pos,buy,2025-11-04 01:39:00,1106.0,0.4425,1,leg_gt,2.26,60 -19335,buy_contrast_m10_bb_pos,buy,2025-11-04 04:21:00,1100.0,0.9909,1,leg_gt,2.15,60 -19336,buy_contrast_m10_bb_pos,buy,2025-11-04 04:24:00,1094.0,1.5453,1,leg_gt,2.15,60 -19337,buy_contrast_m10_bb_pos,buy,2025-11-04 04:27:00,1098.0,1.175,1,leg_gt,2.15,60 -19338,buy_contrast_m10_bb_pos,buy,2025-11-04 04:30:00,1095.0,1.4525,1,leg_gt,2.14,60 -19339,buy_contrast_m10_bb_pos,buy,2025-11-04 04:33:00,1098.0,1.175,1,leg_gt,2.14,60 -19340,buy_contrast_m10_bb_pos,buy,2025-11-04 04:36:00,1098.0,1.175,1,leg_gt,2.14,60 -19341,buy_contrast_m10_bb_pos,buy,2025-11-04 04:39:00,1099.0,1.0829,1,leg_gt,2.14,60 -19342,buy_contrast_m10_bb_pos,buy,2025-11-04 04:51:00,1095.0,1.4525,1,leg_gt,2.13,60 -19343,buy_contrast_m10_bb_pos,buy,2025-11-04 04:54:00,1094.0,1.5453,1,leg_gt,2.13,60 -19344,buy_contrast_m10_bb_pos,buy,2025-11-04 04:57:00,1095.0,1.4525,1,leg_gt,2.12,60 -19345,buy_contrast_m10_bb_pos,buy,2025-11-04 05:00:00,1091.0,1.8248,1,leg_gt,2.12,60 -19346,buy_contrast_m10_bb_pos,buy,2025-11-04 05:03:00,1094.0,1.5453,1,leg_gt,2.12,60 -19347,buy_contrast_m10_bb_pos,buy,2025-11-04 05:06:00,1088.0,2.1059,1,leg_gt,2.12,60 -19348,buy_contrast_m10_bb_pos,buy,2025-11-04 05:09:00,1085.0,2.3885,1,leg_gt,2.12,60 -19349,buy_contrast_m10_bb_pos,buy,2025-11-04 05:21:00,1085.0,2.3885,1,leg_gt,2.11,60 -19350,buy_contrast_m10_bb_pos,buy,2025-11-04 05:24:00,1083.0,2.5777,1,leg_gt,2.11,60 -19351,buy_contrast_m10_bb_pos,buy,2025-11-04 05:27:00,1081.0,2.7677,1,leg_gt,2.1,60 -19352,buy_contrast_m10_bb_pos,buy,2025-11-04 05:30:00,1082.0,2.6726,1,leg_gt,2.1,60 -19353,buy_contrast_m10_bb_pos,buy,2025-11-04 05:33:00,1081.0,2.7677,1,leg_gt,2.1,60 -19354,buy_contrast_m10_bb_pos,buy,2025-11-04 05:36:00,1080.0,2.863,1,leg_gt,2.1,60 -19355,buy_contrast_m10_bb_pos,buy,2025-11-04 05:39:00,1083.0,2.5777,1,leg_gt,2.1,60 -19356,buy_contrast_m10_bb_pos,buy,2025-11-04 05:42:00,1083.0,2.5777,1,leg_gt,2.09,60 -19357,buy_contrast_m10_bb_pos,buy,2025-11-04 05:45:00,1082.0,2.6726,1,leg_gt,2.09,60 -19358,buy_contrast_m10_bb_pos,buy,2025-11-04 05:48:00,1082.0,2.6726,1,leg_gt,2.09,60 -19359,buy_contrast_m10_bb_pos,buy,2025-11-04 05:51:00,1075.0,3.3419,1,leg_gt,2.09,60 -19360,buy_contrast_m10_bb_pos,buy,2025-11-04 05:54:00,1070.0,3.8252,1,leg_gt,2.09,60 -19361,buy_contrast_m10_bb_pos,buy,2025-11-04 05:57:00,1072.0,3.6313,1,leg_gt,2.08,60 -19362,buy_contrast_m10_bb_pos,buy,2025-11-04 06:00:00,1075.0,3.3419,1,leg_gt,2.08,60 -19363,buy_contrast_m10_bb_pos,buy,2025-11-04 06:03:00,1088.0,2.1059,1,leg_gt,2.08,60 -19364,buy_contrast_m10_bb_pos,buy,2025-11-04 06:06:00,1088.0,2.1059,1,leg_gt,2.08,60 -19365,buy_contrast_m10_bb_pos,buy,2025-11-04 06:09:00,1084.0,2.483,1,leg_gt,2.08,60 -19366,buy_contrast_m10_bb_pos,buy,2025-11-04 09:30:00,1080.0,2.863,1,leg_gt,1.94,60 -19367,buy_contrast_m10_bb_pos,buy,2025-11-04 09:33:00,1082.0,2.6726,1,leg_gt,1.93,60 -19368,buy_contrast_m10_bb_pos,buy,2025-11-04 09:36:00,1087.0,2.1999,1,leg_gt,1.93,60 -19369,buy_contrast_m10_bb_pos,buy,2025-11-04 09:39:00,1100.0,0.9909,1,leg_gt,1.93,60 -19370,buy_contrast_m10_bb_pos,buy,2025-11-04 15:12:00,1057.0,5.1034,1,leg_gt,1.7,60 -19371,buy_contrast_m10_bb_pos,buy,2025-11-04 15:15:00,1069.0,3.9225,1,leg_gt,1.7,60 -19372,buy_contrast_m10_bb_pos,buy,2025-11-04 15:18:00,1085.0,2.3885,1,leg_gt,1.69,60 -19373,buy_contrast_m10_bb_pos,buy,2025-11-04 16:30:00,1044.0,6.4134,1,leg_gt,1.64,60 -19374,buy_contrast_m10_bb_pos,buy,2025-11-04 16:33:00,1043.0,6.5155,1,leg_gt,1.64,60 -19375,buy_contrast_m10_bb_pos,buy,2025-11-04 16:36:00,1042.0,6.6179,1,leg_gt,1.64,60 -19376,buy_contrast_m10_bb_pos,buy,2025-11-04 16:39:00,1046.0,6.2098,1,leg_gt,1.64,60 -19377,buy_contrast_m10_bb_pos,buy,2025-11-04 16:51:00,1041.0,6.7204,1,leg_gt,1.63,60 -19378,buy_contrast_m10_bb_pos,buy,2025-11-04 16:54:00,1045.0,6.3115,1,leg_gt,1.63,60 -19379,buy_contrast_m10_bb_pos,buy,2025-11-04 16:57:00,1044.0,6.4134,1,leg_gt,1.62,60 -19380,buy_contrast_m10_bb_pos,buy,2025-11-04 17:21:00,1038.0,7.0291,1,leg_gt,1.61,60 -19381,buy_contrast_m10_bb_pos,buy,2025-11-04 17:24:00,1051.0,5.704,1,leg_gt,1.61,60 -19382,buy_contrast_m10_bb_pos,buy,2025-11-04 17:27:00,1048.0,6.0069,1,leg_gt,1.6,60 -19383,buy_contrast_m10_bb_pos,buy,2025-11-04 21:51:00,1056.0,5.203,1,leg_gt,1.42,60 -19384,buy_contrast_m10_bb_pos,buy,2025-11-04 21:54:00,1056.0,5.203,1,leg_gt,1.42,60 -19385,buy_contrast_m10_bb_pos,buy,2025-11-04 21:57:00,1054.0,5.4028,1,leg_gt,1.42,60 -19386,buy_contrast_m10_bb_pos,buy,2025-11-04 22:00:00,1055.0,5.3028,1,leg_gt,1.41,60 -19387,buy_contrast_m10_bb_pos,buy,2025-11-04 22:03:00,1057.0,5.1034,1,leg_gt,1.41,60 -19388,buy_contrast_m10_bb_pos,buy,2025-11-04 22:06:00,1055.0,5.3028,1,leg_gt,1.41,60 -19389,buy_contrast_m10_bb_pos,buy,2025-11-04 22:09:00,1051.0,5.704,1,leg_gt,1.41,60 -19390,buy_contrast_m10_bb_pos,buy,2025-11-04 22:12:00,1053.0,5.503,1,leg_gt,1.41,60 -19391,buy_contrast_m10_bb_pos,buy,2025-11-04 22:15:00,1053.0,5.503,1,leg_gt,1.4,60 -19392,buy_contrast_m10_bb_pos,buy,2025-11-04 22:18:00,1052.0,5.6034,1,leg_gt,1.4,60 -19393,buy_contrast_m10_bb_pos,buy,2025-11-04 22:21:00,1051.0,5.704,1,leg_gt,1.4,60 -19394,buy_contrast_m10_bb_pos,buy,2025-11-04 22:24:00,1048.0,6.0069,1,leg_gt,1.4,60 -19395,buy_contrast_m10_bb_pos,buy,2025-11-04 22:27:00,1045.0,6.3115,1,leg_gt,1.4,60 -19396,buy_contrast_m10_bb_pos,buy,2025-11-04 22:51:00,1046.0,6.2098,1,leg_gt,1.38,60 -19397,buy_contrast_m10_bb_pos,buy,2025-11-04 22:54:00,1048.0,6.0069,1,leg_gt,1.38,60 -19398,buy_contrast_m10_bb_pos,buy,2025-11-04 22:57:00,1046.0,6.2098,1,leg_gt,1.38,60 -19399,buy_contrast_m10_bb_pos,buy,2025-11-04 23:00:00,1045.0,6.3115,1,leg_gt,1.37,60 -19400,buy_contrast_m10_bb_pos,buy,2025-11-04 23:03:00,1039.0,6.926,1,leg_gt,1.37,60 -19401,buy_contrast_m10_bb_pos,buy,2025-11-04 23:06:00,1041.0,6.7204,1,leg_gt,1.37,60 -19402,buy_contrast_m10_bb_pos,buy,2025-11-04 23:09:00,1045.0,6.3115,1,leg_gt,1.37,60 -19403,buy_contrast_m10_bb_pos,buy,2025-11-04 23:12:00,1041.0,6.7204,1,leg_gt,1.36,60 -19404,buy_contrast_m10_bb_pos,buy,2025-11-04 23:15:00,1040.0,6.8231,1,leg_gt,1.36,60 -19405,buy_contrast_m10_bb_pos,buy,2025-11-04 23:18:00,1042.0,6.6179,1,leg_gt,1.36,60 -19406,buy_contrast_m10_bb_pos,buy,2025-11-04 23:21:00,1041.0,6.7204,1,leg_gt,1.36,60 -19407,buy_contrast_m10_bb_pos,buy,2025-11-04 23:24:00,1040.0,6.8231,1,leg_gt,1.36,60 -19408,buy_contrast_m10_bb_pos,buy,2025-11-04 23:27:00,1040.0,6.8231,1,leg_gt,1.35,60 -19409,buy_contrast_m10_bb_pos,buy,2025-11-05 02:12:00,1026.0,8.2821,1,leg_gt,1.24,60 -19410,buy_contrast_m10_bb_pos,buy,2025-11-05 02:15:00,1026.0,8.2821,1,leg_gt,1.24,60 -19411,buy_contrast_m10_bb_pos,buy,2025-11-05 02:18:00,1020.0,8.9196,1,leg_gt,1.24,60 -19412,buy_contrast_m10_bb_pos,buy,2025-11-05 03:21:00,1035.0,7.3396,1,leg_gt,1.19,60 -19413,buy_contrast_m10_bb_pos,buy,2025-11-05 03:24:00,1037.0,7.1324,1,leg_gt,1.19,60 -19414,buy_contrast_m10_bb_pos,buy,2025-11-05 03:27:00,1030.0,7.8612,1,leg_gt,1.19,60 -19415,buy_contrast_m10_bb_pos,buy,2025-11-05 03:30:00,1031.0,7.7565,1,leg_gt,1.19,60 -19416,buy_contrast_m10_bb_pos,buy,2025-11-05 03:33:00,1024.0,8.4938,1,leg_gt,1.18,60 -19417,buy_contrast_m10_bb_pos,buy,2025-11-05 03:36:00,1018.0,9.1338,1,leg_gt,1.18,60 -19418,buy_contrast_m10_bb_pos,buy,2025-11-05 03:39:00,1023.0,8.5999,1,leg_gt,1.18,60 -19419,buy_contrast_m10_bb_pos,buy,2025-11-05 03:51:00,1030.0,7.8612,1,leg_gt,1.17,60 -19420,buy_contrast_m10_bb_pos,buy,2025-11-05 03:54:00,1032.0,7.6519,1,leg_gt,1.17,60 -19421,buy_contrast_m10_bb_pos,buy,2025-11-05 03:57:00,1035.0,7.3396,1,leg_gt,1.17,60 -19422,buy_contrast_m10_bb_pos,buy,2025-11-05 04:51:00,1029.0,7.9661,1,leg_gt,1.13,60 -19423,buy_contrast_m10_bb_pos,buy,2025-11-05 04:54:00,1027.0,8.1765,1,leg_gt,1.13,60 -19424,buy_contrast_m10_bb_pos,buy,2025-11-05 04:57:00,1027.0,8.1765,1,leg_gt,1.12,60 -19425,buy_contrast_m10_bb_pos,buy,2025-11-05 06:30:00,1008.0,10.2175,1,leg_gt,1.06,60 -19426,buy_contrast_m10_bb_pos,buy,2025-11-05 06:33:00,1000.0,11.1,1,leg_gt,1.06,60 -19427,buy_contrast_m10_bb_pos,buy,2025-11-05 06:36:00,983.0,13.0231,1,leg_gt,1.06,60 -19428,buy_contrast_m10_bb_pos,buy,2025-11-05 06:39:00,988.0,12.4506,1,leg_gt,1.05,60 -19429,buy_contrast_m10_bb_pos,buy,2025-11-05 06:51:00,1007.0,10.327,1,leg_gt,1.05,60 -19430,buy_contrast_m10_bb_pos,buy,2025-11-05 06:54:00,1008.0,10.2175,1,leg_gt,1.04,60 -19431,buy_contrast_m10_bb_pos,buy,2025-11-05 06:57:00,1031.0,7.7565,1,leg_gt,1.04,60 -19432,buy_contrast_m10_bb_pos,buy,2025-11-05 18:00:00,1055.0,5.3028,1,leg_gt,0.58,60 -19433,buy_contrast_m10_bb_pos,buy,2025-11-05 18:03:00,1055.0,5.3028,1,leg_gt,0.58,60 -19434,buy_contrast_m10_bb_pos,buy,2025-11-05 18:06:00,1062.0,4.6081,1,leg_gt,0.58,60 -19435,buy_contrast_m10_bb_pos,buy,2025-11-05 18:09:00,1064.0,4.4113,1,leg_gt,0.57,60 -19436,buy_contrast_m10_bb_pos,buy,2025-11-05 19:51:00,1053.0,5.503,1,leg_gt,0.5,60 -19437,buy_contrast_m10_bb_pos,buy,2025-11-05 19:54:00,1053.0,5.503,1,leg_gt,0.5,60 -19438,buy_contrast_m10_bb_pos,buy,2025-11-05 19:57:00,1053.0,5.503,1,leg_gt,0.5,60 -19439,buy_contrast_m10_bb_pos,buy,2025-11-05 20:00:00,1051.0,5.704,1,leg_gt,0.5,60 -19440,buy_contrast_m10_bb_pos,buy,2025-11-05 20:03:00,1054.0,5.4028,1,leg_gt,0.5,60 -19441,buy_contrast_m10_bb_pos,buy,2025-11-05 20:06:00,1058.0,5.004,1,leg_gt,0.49,60 -19442,buy_contrast_m10_bb_pos,buy,2025-11-05 20:09:00,1057.0,5.1034,1,leg_gt,0.49,60 -19443,buy_contrast_m10_bb_pos,buy,2025-11-06 06:30:00,1096.0,1.3599,1,leg_gt,0.06,60 -19444,buy_contrast_m10_bb_pos,buy,2025-11-06 06:33:00,1094.0,1.5453,1,leg_gt,0.06,60 -19445,buy_contrast_m10_bb_pos,buy,2025-11-06 06:36:00,1094.0,1.5453,1,leg_gt,0.06,60 -19446,buy_contrast_m10_bb_pos,buy,2025-11-06 06:39:00,1094.0,1.5453,1,leg_gt,0.05,60 -19447,buy_contrast_m10_bb_pos,buy,2025-11-06 06:42:00,1095.0,1.4525,1,leg_gt,0.05,60 -19448,buy_contrast_m10_bb_pos,buy,2025-11-06 06:45:00,1096.0,1.3599,1,leg_gt,0.05,60 -19449,buy_contrast_m10_bb_pos,buy,2025-11-06 06:48:00,1097.0,1.2674,1,leg_gt,0.05,60 -19450,buy_contrast_m10_bb_pos,buy,2025-11-06 09:51:00,1094.0,4.1962,1,leg_gt,1.3,60 -19451,buy_contrast_m10_bb_pos,buy,2025-11-06 09:54:00,1097.0,3.9109,1,leg_gt,1.29,60 -19452,buy_contrast_m10_bb_pos,buy,2025-11-06 09:57:00,1097.0,3.9109,1,leg_gt,1.29,60 -19453,buy_contrast_m10_bb_pos,buy,2025-11-06 10:00:00,1096.0,4.0058,1,leg_gt,1.29,60 -19454,buy_contrast_m10_bb_pos,buy,2025-11-06 10:03:00,1093.0,4.2916,1,leg_gt,1.29,60 -19455,buy_contrast_m10_bb_pos,buy,2025-11-06 10:06:00,1091.0,4.483,1,leg_gt,1.29,60 -19456,buy_contrast_m10_bb_pos,buy,2025-11-06 10:09:00,1087.0,4.8678,1,leg_gt,1.28,60 -19457,buy_contrast_m10_bb_pos,buy,2025-11-06 14:12:00,1080.0,5.5481,1,leg_gt,1.11,60 -19458,buy_contrast_m10_bb_pos,buy,2025-11-06 14:15:00,1080.0,5.5481,1,leg_gt,1.11,60 -19459,buy_contrast_m10_bb_pos,buy,2025-11-06 14:18:00,1075.0,6.0395,1,leg_gt,1.11,60 -19460,buy_contrast_m10_bb_pos,buy,2025-11-06 15:00:00,1069.0,6.6353,1,leg_gt,1.08,60 -19461,buy_contrast_m10_bb_pos,buy,2025-11-06 15:03:00,1071.0,6.4359,1,leg_gt,1.08,60 -19462,buy_contrast_m10_bb_pos,buy,2025-11-06 15:06:00,1071.0,6.4359,1,leg_gt,1.08,60 -19463,buy_contrast_m10_bb_pos,buy,2025-11-06 15:09:00,1070.0,6.5355,1,leg_gt,1.08,60 -19464,buy_contrast_m10_bb_pos,buy,2025-11-06 15:12:00,1071.0,6.4359,1,leg_gt,1.07,60 -19465,buy_contrast_m10_bb_pos,buy,2025-11-06 15:15:00,1075.0,6.0395,1,leg_gt,1.07,60 -19466,buy_contrast_m10_bb_pos,buy,2025-11-06 15:18:00,1075.0,6.0395,1,leg_gt,1.07,60 -19467,buy_contrast_m10_bb_pos,buy,2025-11-06 17:51:00,1067.0,6.8353,1,leg_gt,0.96,60 -19468,buy_contrast_m10_bb_pos,buy,2025-11-06 17:54:00,1070.0,6.5355,1,leg_gt,0.96,60 -19469,buy_contrast_m10_bb_pos,buy,2025-11-06 17:57:00,1069.0,6.6353,1,leg_gt,0.96,60 -19470,buy_contrast_m10_bb_pos,buy,2025-11-06 18:51:00,1068.0,6.7352,1,leg_gt,0.92,60 -19471,buy_contrast_m10_bb_pos,buy,2025-11-06 18:54:00,1069.0,6.6353,1,leg_gt,0.92,60 -19472,buy_contrast_m10_bb_pos,buy,2025-11-06 18:57:00,1069.0,6.6353,1,leg_gt,0.92,60 -19473,buy_contrast_m10_bb_pos,buy,2025-11-06 20:12:00,1068.0,6.7352,1,leg_gt,0.86,60 -19474,buy_contrast_m10_bb_pos,buy,2025-11-06 20:15:00,1067.0,6.8353,1,leg_gt,0.86,60 -19475,buy_contrast_m10_bb_pos,buy,2025-11-06 20:18:00,1068.0,6.7352,1,leg_gt,0.86,60 -19476,buy_contrast_m10_bb_pos,buy,2025-11-06 21:30:00,1066.0,6.9356,1,leg_gt,0.81,60 -19477,buy_contrast_m10_bb_pos,buy,2025-11-06 21:33:00,1068.0,6.7352,1,leg_gt,0.81,60 -19478,buy_contrast_m10_bb_pos,buy,2025-11-06 21:36:00,1067.0,6.8353,1,leg_gt,0.81,60 -19479,buy_contrast_m10_bb_pos,buy,2025-11-06 21:39:00,1067.0,6.8353,1,leg_gt,0.8,60 -19480,buy_contrast_m10_bb_pos,buy,2025-11-06 21:42:00,1063.0,7.2377,1,leg_gt,0.8,60 -19481,buy_contrast_m10_bb_pos,buy,2025-11-06 21:45:00,1062.0,7.3388,1,leg_gt,0.8,60 -19482,buy_contrast_m10_bb_pos,buy,2025-11-06 21:48:00,1062.0,7.3388,1,leg_gt,0.8,60 -19483,buy_contrast_m10_bb_pos,buy,2025-11-06 21:51:00,1064.0,7.1368,1,leg_gt,0.8,60 -19484,buy_contrast_m10_bb_pos,buy,2025-11-06 21:54:00,1064.0,7.1368,1,leg_gt,0.79,60 -19485,buy_contrast_m10_bb_pos,buy,2025-11-06 21:57:00,1063.0,7.2377,1,leg_gt,0.79,60 -19486,buy_contrast_m10_bb_pos,buy,2025-11-07 01:12:00,1047.0,8.878,1,leg_gt,0.66,60 -19487,buy_contrast_m10_bb_pos,buy,2025-11-07 01:15:00,1047.0,8.878,1,leg_gt,0.65,60 -19488,buy_contrast_m10_bb_pos,buy,2025-11-07 01:18:00,1047.0,8.878,1,leg_gt,0.65,60 -19489,buy_contrast_m10_bb_pos,buy,2025-11-07 01:30:00,1045.0,9.0866,1,leg_gt,0.64,60 -19490,buy_contrast_m10_bb_pos,buy,2025-11-07 01:33:00,1044.0,9.1912,1,leg_gt,0.64,60 -19491,buy_contrast_m10_bb_pos,buy,2025-11-07 01:36:00,1042.0,9.401,1,leg_gt,0.64,60 -19492,buy_contrast_m10_bb_pos,buy,2025-11-07 01:39:00,1043.0,9.296,1,leg_gt,0.64,60 -19493,buy_contrast_m10_bb_pos,buy,2025-11-07 01:42:00,1039.0,9.7171,1,leg_gt,0.64,60 -19494,buy_contrast_m10_bb_pos,buy,2025-11-07 01:45:00,1038.0,9.8229,1,leg_gt,0.63,60 -19495,buy_contrast_m10_bb_pos,buy,2025-11-07 01:48:00,1044.0,9.1912,1,leg_gt,0.63,60 -19496,buy_contrast_m10_bb_pos,buy,2025-11-07 01:51:00,1040.0,9.6115,1,leg_gt,0.63,60 -19497,buy_contrast_m10_bb_pos,buy,2025-11-07 01:54:00,1051.0,8.4633,1,leg_gt,0.63,60 -19498,buy_contrast_m10_bb_pos,buy,2025-11-07 01:57:00,1047.0,8.878,1,leg_gt,0.62,60 -19499,buy_contrast_m10_bb_pos,buy,2025-11-07 05:51:00,1049.0,8.6703,1,leg_gt,0.46,60 -19500,buy_contrast_m10_bb_pos,buy,2025-11-07 05:54:00,1051.0,8.4633,1,leg_gt,0.46,60 -19501,buy_contrast_m10_bb_pos,buy,2025-11-07 05:57:00,1054.0,8.1543,1,leg_gt,0.46,60 -19502,buy_contrast_m10_bb_pos,buy,2025-11-07 08:21:00,1049.0,8.6703,1,leg_gt,0.36,60 -19503,buy_contrast_m10_bb_pos,buy,2025-11-07 08:24:00,1050.0,8.5667,1,leg_gt,0.36,60 -19504,buy_contrast_m10_bb_pos,buy,2025-11-07 08:27:00,1053.0,8.2571,1,leg_gt,0.35,60 -19505,buy_contrast_m10_bb_pos,buy,2025-11-07 08:42:00,1049.0,8.6703,1,leg_gt,0.34,60 -19506,buy_contrast_m10_bb_pos,buy,2025-11-07 08:45:00,1050.0,8.5667,1,leg_gt,0.34,60 -19507,buy_contrast_m10_bb_pos,buy,2025-11-07 08:48:00,1053.0,8.2571,1,leg_gt,0.34,60 -19508,buy_contrast_m10_bb_pos,buy,2025-11-07 18:30:00,1103.0,16.6724,1,leg_gt,0.56,60 -19509,buy_contrast_m10_bb_pos,buy,2025-11-07 18:33:00,1106.0,16.3557,1,leg_gt,0.56,60 -19510,buy_contrast_m10_bb_pos,buy,2025-11-07 18:36:00,1101.0,16.8846,1,leg_gt,0.56,60 -19511,buy_contrast_m10_bb_pos,buy,2025-11-07 18:39:00,1102.0,16.7784,1,leg_gt,0.55,60 -19512,buy_contrast_m10_bb_pos,buy,2025-11-07 20:12:00,1095.0,17.5256,1,leg_gt,0.49,60 -19513,buy_contrast_m10_bb_pos,buy,2025-11-07 20:15:00,1087.0,18.3913,1,leg_gt,0.49,60 -19514,buy_contrast_m10_bb_pos,buy,2025-11-07 20:18:00,1095.0,17.5256,1,leg_gt,0.49,60 -19515,buy_contrast_m10_bb_pos,buy,2025-11-07 20:21:00,1091.0,17.9568,1,leg_gt,0.48,60 -19516,buy_contrast_m10_bb_pos,buy,2025-11-07 20:24:00,1089.0,18.1736,1,leg_gt,0.48,60 -19517,buy_contrast_m10_bb_pos,buy,2025-11-07 20:27:00,1086.0,18.5004,1,leg_gt,0.48,60 -19518,buy_contrast_m10_bb_pos,buy,2025-11-07 20:42:00,1090.0,18.0651,1,leg_gt,0.47,60 -19519,buy_contrast_m10_bb_pos,buy,2025-11-07 20:45:00,1091.0,17.9568,1,leg_gt,0.47,60 -19520,buy_contrast_m10_bb_pos,buy,2025-11-07 20:48:00,1090.0,18.0651,1,leg_gt,0.46,60 -19521,buy_contrast_m10_bb_pos,buy,2025-11-07 21:30:00,1085.0,18.6097,1,leg_gt,0.44,60 -19522,buy_contrast_m10_bb_pos,buy,2025-11-07 21:33:00,1083.0,18.8289,1,leg_gt,0.43,60 -19523,buy_contrast_m10_bb_pos,buy,2025-11-07 21:36:00,1080.0,19.1593,1,leg_gt,0.43,60 -19524,buy_contrast_m10_bb_pos,buy,2025-11-07 21:39:00,1082.0,18.9388,1,leg_gt,0.43,60 -19525,buy_contrast_m10_bb_pos,buy,2025-11-07 21:42:00,1079.0,19.2698,1,leg_gt,0.43,60 -19526,buy_contrast_m10_bb_pos,buy,2025-11-07 21:45:00,1078.0,19.3805,1,leg_gt,0.42,60 -19527,buy_contrast_m10_bb_pos,buy,2025-11-07 21:48:00,1075.0,19.714,1,leg_gt,0.42,60 -19528,buy_contrast_m10_bb_pos,buy,2025-11-08 08:42:00,1251.0,1.099,1,leg_gt,0.12,60 -19529,buy_contrast_m10_bb_pos,buy,2025-11-08 08:45:00,1249.0,1.2611,1,leg_gt,0.12,60 -19530,buy_contrast_m10_bb_pos,buy,2025-11-08 08:48:00,1245.0,1.5867,1,leg_gt,0.12,60 -19531,buy_contrast_m10_bb_pos,buy,2025-11-08 08:51:00,1246.0,1.5051,1,leg_gt,0.12,60 -19532,buy_contrast_m10_bb_pos,buy,2025-11-08 08:54:00,1235.0,2.4101,1,leg_gt,0.12,60 -19533,buy_contrast_m10_bb_pos,buy,2025-11-08 08:57:00,1240.0,1.9968,1,leg_gt,0.11,60 -19534,buy_contrast_m10_bb_pos,buy,2025-11-08 09:42:00,1242.0,1.8324,1,leg_gt,0.08,60 -19535,buy_contrast_m10_bb_pos,buy,2025-11-08 09:45:00,1244.0,1.6685,1,leg_gt,0.08,60 -19536,buy_contrast_m10_bb_pos,buy,2025-11-08 09:48:00,1249.0,1.2611,1,leg_gt,0.08,60 -19537,buy_contrast_m10_bb_pos,buy,2025-11-08 14:30:00,1236.0,-14.6631,0,leg_gt,12.32,60 -19538,buy_contrast_m10_bb_pos,buy,2025-11-08 14:33:00,1236.0,-14.6631,0,leg_gt,12.32,60 -19539,buy_contrast_m10_bb_pos,buy,2025-11-08 14:36:00,1231.0,-14.3161,0,leg_gt,12.32,60 -19540,buy_contrast_m10_bb_pos,buy,2025-11-08 14:39:00,1223.0,-13.7549,0,leg_gt,12.32,60 -19541,buy_contrast_m10_bb_pos,buy,2025-11-08 15:00:00,1221.0,-13.6135,0,leg_gt,12.3,60 -19542,buy_contrast_m10_bb_pos,buy,2025-11-08 15:03:00,1217.0,-13.3293,0,leg_gt,12.3,60 -19543,buy_contrast_m10_bb_pos,buy,2025-11-08 15:06:00,1212.0,-12.9713,0,leg_gt,12.3,60 -19544,buy_contrast_m10_bb_pos,buy,2025-11-08 15:09:00,1209.0,-12.7551,0,leg_gt,12.3,60 -19545,buy_contrast_m10_bb_pos,buy,2025-11-08 15:21:00,1212.0,-12.9713,0,leg_gt,12.29,60 -19546,buy_contrast_m10_bb_pos,buy,2025-11-08 15:24:00,1212.0,-12.9713,0,leg_gt,12.29,60 -19547,buy_contrast_m10_bb_pos,buy,2025-11-08 15:27:00,1208.0,-12.6828,0,leg_gt,12.28,60 -19548,buy_contrast_m10_bb_pos,buy,2025-11-08 15:30:00,1208.0,-12.6828,0,leg_gt,12.28,60 -19549,buy_contrast_m10_bb_pos,buy,2025-11-08 15:33:00,1212.0,-12.9713,0,leg_gt,12.28,60 -19550,buy_contrast_m10_bb_pos,buy,2025-11-08 15:36:00,1218.0,-13.4005,0,leg_gt,12.28,60 -19551,buy_contrast_m10_bb_pos,buy,2025-11-08 15:39:00,1223.0,-13.7549,0,leg_gt,12.28,60 -19552,buy_contrast_m10_bb_pos,buy,2025-11-08 18:51:00,1215.0,-13.1864,0,leg_gt,12.14,60 -19553,buy_contrast_m10_bb_pos,buy,2025-11-08 18:54:00,1209.0,-12.7551,0,leg_gt,12.14,60 -19554,buy_contrast_m10_bb_pos,buy,2025-11-08 18:57:00,1213.0,-13.0431,0,leg_gt,12.14,60 -19555,buy_contrast_m10_bb_pos,buy,2025-11-08 19:00:00,1214.0,-13.1148,0,leg_gt,12.14,60 -19556,buy_contrast_m10_bb_pos,buy,2025-11-08 19:03:00,1217.0,-13.3293,0,leg_gt,12.13,60 -19557,buy_contrast_m10_bb_pos,buy,2025-11-08 19:06:00,1218.0,-13.4005,0,leg_gt,12.13,60 -19558,buy_contrast_m10_bb_pos,buy,2025-11-08 19:09:00,1215.0,-13.1864,0,leg_gt,12.13,60 -19559,buy_contrast_m10_bb_pos,buy,2025-11-08 22:42:00,1229.0,-14.1765,0,leg_gt,11.98,60 -19560,buy_contrast_m10_bb_pos,buy,2025-11-08 22:45:00,1226.0,-13.9662,0,leg_gt,11.98,60 -19561,buy_contrast_m10_bb_pos,buy,2025-11-08 22:48:00,1224.0,-13.8255,0,leg_gt,11.98,60 -19562,buy_contrast_m10_bb_pos,buy,2025-11-08 22:51:00,1226.0,-13.9662,0,leg_gt,11.98,60 -19563,buy_contrast_m10_bb_pos,buy,2025-11-08 22:54:00,1221.0,-13.6135,0,leg_gt,11.97,60 -19564,buy_contrast_m10_bb_pos,buy,2025-11-08 22:57:00,1217.0,-13.3293,0,leg_gt,11.97,60 -19565,buy_contrast_m10_bb_pos,buy,2025-11-08 23:30:00,1208.0,-12.6828,0,leg_gt,11.95,60 -19566,buy_contrast_m10_bb_pos,buy,2025-11-08 23:33:00,1215.0,-13.1864,0,leg_gt,11.95,60 -19567,buy_contrast_m10_bb_pos,buy,2025-11-08 23:36:00,1218.0,-13.4005,0,leg_gt,11.94,60 -19568,buy_contrast_m10_bb_pos,buy,2025-11-08 23:39:00,1218.0,-13.4005,0,leg_gt,11.94,60 -19569,buy_contrast_m10_bb_pos,buy,2025-11-09 00:21:00,1197.0,-11.8794,0,leg_gt,11.91,60 -19570,buy_contrast_m10_bb_pos,buy,2025-11-09 00:24:00,1195.0,-11.7318,0,leg_gt,11.91,60 -19571,buy_contrast_m10_bb_pos,buy,2025-11-09 00:27:00,1199.0,-12.0266,0,leg_gt,11.91,60 -19572,buy_contrast_m10_bb_pos,buy,2025-11-09 00:30:00,1201.0,-12.1733,0,leg_gt,11.91,60 -19573,buy_contrast_m10_bb_pos,buy,2025-11-09 00:33:00,1197.0,-11.8794,0,leg_gt,11.9,60 -19574,buy_contrast_m10_bb_pos,buy,2025-11-09 00:36:00,1191.0,-11.435,0,leg_gt,11.9,60 -19575,buy_contrast_m10_bb_pos,buy,2025-11-09 00:39:00,1193.0,-11.5837,0,leg_gt,11.9,60 -19576,buy_contrast_m10_bb_pos,buy,2025-11-09 00:42:00,1189.0,-11.2859,0,leg_gt,11.9,60 -19577,buy_contrast_m10_bb_pos,buy,2025-11-09 00:45:00,1190.0,-11.3605,0,leg_gt,11.9,60 -19578,buy_contrast_m10_bb_pos,buy,2025-11-09 00:48:00,1196.0,-11.8057,0,leg_gt,11.89,60 -19579,buy_contrast_m10_bb_pos,buy,2025-11-09 01:12:00,1191.0,-11.435,0,leg_gt,11.88,60 -19580,buy_contrast_m10_bb_pos,buy,2025-11-09 01:15:00,1197.0,-11.8794,0,leg_gt,11.88,60 -19581,buy_contrast_m10_bb_pos,buy,2025-11-09 01:18:00,1194.0,-11.6578,0,leg_gt,11.87,60 -19582,buy_contrast_m10_bb_pos,buy,2025-11-09 01:21:00,1186.0,-11.0612,0,leg_gt,11.87,60 -19583,buy_contrast_m10_bb_pos,buy,2025-11-09 01:24:00,1191.0,-11.435,0,leg_gt,11.87,60 -19584,buy_contrast_m10_bb_pos,buy,2025-11-09 01:27:00,1195.0,-11.7318,0,leg_gt,11.87,60 -19585,buy_contrast_m10_bb_pos,buy,2025-11-09 09:21:00,1204.0,-12.3924,0,leg_gt,11.54,60 -19586,buy_contrast_m10_bb_pos,buy,2025-11-09 09:24:00,1207.0,-12.6104,0,leg_gt,11.54,60 -19587,buy_contrast_m10_bb_pos,buy,2025-11-09 09:27:00,1202.0,-12.2464,0,leg_gt,11.53,60 -19588,buy_contrast_m10_bb_pos,buy,2025-11-09 09:30:00,1205.0,-12.4651,0,leg_gt,11.53,60 -19589,buy_contrast_m10_bb_pos,buy,2025-11-09 09:33:00,1210.0,-12.8273,0,leg_gt,11.53,60 -19590,buy_contrast_m10_bb_pos,buy,2025-11-09 09:36:00,1213.0,-13.0431,0,leg_gt,11.53,60 -19591,buy_contrast_m10_bb_pos,buy,2025-11-09 09:39:00,1212.0,-12.9713,0,leg_gt,11.52,60 -19592,buy_contrast_m10_bb_pos,buy,2025-11-09 09:51:00,1204.0,-12.3924,0,leg_gt,11.52,60 -19593,buy_contrast_m10_bb_pos,buy,2025-11-09 09:54:00,1204.0,-12.3924,0,leg_gt,11.51,60 -19594,buy_contrast_m10_bb_pos,buy,2025-11-09 09:57:00,1199.0,-12.0266,0,leg_gt,11.51,60 -19595,buy_contrast_m10_bb_pos,buy,2025-11-09 10:51:00,1203.0,-12.3195,0,leg_gt,11.48,60 -19596,buy_contrast_m10_bb_pos,buy,2025-11-09 10:54:00,1203.0,-12.3195,0,leg_gt,11.47,60 -19597,buy_contrast_m10_bb_pos,buy,2025-11-09 10:57:00,1205.0,-12.4651,0,leg_gt,11.47,60 -19598,buy_contrast_m10_bb_pos,buy,2025-11-09 11:30:00,1196.0,-11.8057,0,leg_gt,11.45,60 -19599,buy_contrast_m10_bb_pos,buy,2025-11-09 11:33:00,1190.0,-11.3605,0,leg_gt,11.45,60 -19600,buy_contrast_m10_bb_pos,buy,2025-11-09 11:36:00,1188.0,-11.2111,0,leg_gt,11.44,60 -19601,buy_contrast_m10_bb_pos,buy,2025-11-09 11:39:00,1184.0,-10.9108,0,leg_gt,11.44,60 -19602,buy_contrast_m10_bb_pos,buy,2025-11-09 12:21:00,1176.0,-10.3041,0,leg_gt,11.41,60 -19603,buy_contrast_m10_bb_pos,buy,2025-11-09 12:24:00,1170.0,-9.8436,0,leg_gt,11.41,60 -19604,buy_contrast_m10_bb_pos,buy,2025-11-09 12:27:00,1166.0,-9.534,0,leg_gt,11.41,60 -19605,buy_contrast_m10_bb_pos,buy,2025-11-09 12:42:00,1170.0,-9.8436,0,leg_gt,11.4,60 -19606,buy_contrast_m10_bb_pos,buy,2025-11-09 12:45:00,1167.0,-9.6116,0,leg_gt,11.4,60 -19607,buy_contrast_m10_bb_pos,buy,2025-11-09 12:48:00,1167.0,-9.6116,0,leg_gt,11.39,60 -19608,buy_contrast_m10_bb_pos,buy,2025-11-09 12:51:00,1168.0,-9.689,0,leg_gt,11.39,60 -19609,buy_contrast_m10_bb_pos,buy,2025-11-09 12:54:00,1171.0,-9.9207,0,leg_gt,11.39,60 -19610,buy_contrast_m10_bb_pos,buy,2025-11-09 12:57:00,1168.0,-9.689,0,leg_gt,11.39,60 -19611,buy_contrast_m10_bb_pos,buy,2025-11-09 13:00:00,1170.0,-9.8436,0,leg_gt,11.39,60 -19612,buy_contrast_m10_bb_pos,buy,2025-11-09 13:03:00,1172.0,-9.9976,0,leg_gt,11.38,60 -19613,buy_contrast_m10_bb_pos,buy,2025-11-09 13:06:00,1170.0,-9.8436,0,leg_gt,11.38,60 -19614,buy_contrast_m10_bb_pos,buy,2025-11-09 13:09:00,1168.0,-9.689,0,leg_gt,11.38,60 -19615,buy_contrast_m10_bb_pos,buy,2025-11-09 19:00:00,1173.0,-10.0744,0,leg_gt,11.14,60 -19616,buy_contrast_m10_bb_pos,buy,2025-11-09 19:03:00,1171.0,-9.9207,0,leg_gt,11.13,60 -19617,buy_contrast_m10_bb_pos,buy,2025-11-09 19:06:00,1170.0,-9.8436,0,leg_gt,11.13,60 -19618,buy_contrast_m10_bb_pos,buy,2025-11-09 19:09:00,1170.0,-9.8436,0,leg_gt,11.13,60 -19619,buy_contrast_m10_bb_pos,buy,2025-11-10 02:42:00,1204.0,-12.3924,0,leg_gt,10.81,60 -19620,buy_contrast_m10_bb_pos,buy,2025-11-10 02:45:00,1205.0,-12.4651,0,leg_gt,10.81,60 -19621,buy_contrast_m10_bb_pos,buy,2025-11-10 02:48:00,1208.0,-12.6828,0,leg_gt,10.81,60 -19622,buy_contrast_m10_bb_pos,buy,2025-11-10 03:00:00,1205.0,-12.4651,0,leg_gt,10.8,60 -19623,buy_contrast_m10_bb_pos,buy,2025-11-10 03:03:00,1206.0,-12.5378,0,leg_gt,10.8,60 -19624,buy_contrast_m10_bb_pos,buy,2025-11-10 03:06:00,1205.0,-12.4651,0,leg_gt,10.8,60 -19625,buy_contrast_m10_bb_pos,buy,2025-11-10 03:09:00,1201.0,-12.1733,0,leg_gt,10.8,60 -19626,buy_contrast_m10_bb_pos,buy,2025-11-10 03:12:00,1201.0,-12.1733,0,leg_gt,10.79,60 -19627,buy_contrast_m10_bb_pos,buy,2025-11-10 03:15:00,1202.0,-12.2464,0,leg_gt,10.79,60 -19628,buy_contrast_m10_bb_pos,buy,2025-11-10 03:18:00,1201.0,-12.1733,0,leg_gt,10.79,60 -19629,buy_contrast_m10_bb_pos,buy,2025-11-10 03:21:00,1203.0,-12.3195,0,leg_gt,10.79,60 -19630,buy_contrast_m10_bb_pos,buy,2025-11-10 03:24:00,1203.0,-12.3195,0,leg_gt,10.79,60 -19631,buy_contrast_m10_bb_pos,buy,2025-11-10 03:27:00,1204.0,-12.3924,0,leg_gt,10.78,60 -19632,buy_contrast_m10_bb_pos,buy,2025-11-10 03:30:00,1203.0,-12.3195,0,leg_gt,10.78,60 -19633,buy_contrast_m10_bb_pos,buy,2025-11-10 03:33:00,1201.0,-12.1733,0,leg_gt,10.78,60 -19634,buy_contrast_m10_bb_pos,buy,2025-11-10 03:36:00,1202.0,-12.2464,0,leg_gt,10.78,60 -19635,buy_contrast_m10_bb_pos,buy,2025-11-10 03:39:00,1204.0,-12.3924,0,leg_gt,10.78,60 -19636,buy_contrast_m10_bb_pos,buy,2025-11-10 07:21:00,1209.0,-12.7551,0,leg_gt,10.62,60 -19637,buy_contrast_m10_bb_pos,buy,2025-11-10 07:24:00,1207.0,-12.6104,0,leg_gt,10.62,60 -19638,buy_contrast_m10_bb_pos,buy,2025-11-10 07:27:00,1205.0,-12.4651,0,leg_gt,10.62,60 -19639,buy_contrast_m10_bb_pos,buy,2025-11-10 21:42:00,1237.0,-14.7322,0,leg_gt,10.02,60 -19640,buy_contrast_m10_bb_pos,buy,2025-11-10 21:45:00,1237.0,-14.7322,0,leg_gt,10.02,60 -19641,buy_contrast_m10_bb_pos,buy,2025-11-10 21:48:00,1235.0,-14.5939,0,leg_gt,10.02,60 -19642,buy_contrast_m10_bb_pos,buy,2025-11-10 21:51:00,1235.0,-14.5939,0,leg_gt,10.02,60 -19643,buy_contrast_m10_bb_pos,buy,2025-11-10 21:54:00,1234.0,-14.5246,0,leg_gt,10.01,60 -19644,buy_contrast_m10_bb_pos,buy,2025-11-10 21:57:00,1233.0,-14.4552,0,leg_gt,10.01,60 -19645,buy_contrast_m10_bb_pos,buy,2025-11-10 22:00:00,1233.0,-14.4552,0,leg_gt,10.01,60 -19646,buy_contrast_m10_bb_pos,buy,2025-11-10 22:03:00,1237.0,-14.7322,0,leg_gt,10.01,60 -19647,buy_contrast_m10_bb_pos,buy,2025-11-10 22:06:00,1242.0,-15.0758,0,leg_gt,10.01,60 -19648,buy_contrast_m10_bb_pos,buy,2025-11-10 22:09:00,1244.0,-15.2125,0,leg_gt,10.0,60 -19649,buy_contrast_m10_bb_pos,buy,2025-11-10 23:30:00,1234.0,-14.5246,0,leg_gt,9.95,60 -19650,buy_contrast_m10_bb_pos,buy,2025-11-10 23:33:00,1229.0,-14.1765,0,leg_gt,9.95,60 -19651,buy_contrast_m10_bb_pos,buy,2025-11-10 23:36:00,1233.0,-14.4552,0,leg_gt,9.94,60 -19652,buy_contrast_m10_bb_pos,buy,2025-11-10 23:39:00,1233.0,-14.4552,0,leg_gt,9.94,60 -19653,buy_contrast_m10_bb_pos,buy,2025-11-10 23:42:00,1232.0,-14.3857,0,leg_gt,9.94,60 -19654,buy_contrast_m10_bb_pos,buy,2025-11-10 23:45:00,1234.0,-14.5246,0,leg_gt,9.94,60 -19655,buy_contrast_m10_bb_pos,buy,2025-11-10 23:48:00,1223.0,-13.7549,0,leg_gt,9.94,60 -19656,buy_contrast_m10_bb_pos,buy,2025-11-11 00:21:00,1227.0,-14.0364,0,leg_gt,9.91,60 -19657,buy_contrast_m10_bb_pos,buy,2025-11-11 00:24:00,1229.0,-14.1765,0,leg_gt,9.91,60 -19658,buy_contrast_m10_bb_pos,buy,2025-11-11 00:27:00,1227.0,-14.0364,0,leg_gt,9.91,60 -19659,buy_contrast_m10_bb_pos,buy,2025-11-11 01:30:00,1216.0,-13.2579,0,leg_gt,9.86,60 -19660,buy_contrast_m10_bb_pos,buy,2025-11-11 01:33:00,1216.0,-13.2579,0,leg_gt,9.86,60 -19661,buy_contrast_m10_bb_pos,buy,2025-11-11 01:36:00,1213.0,-13.0431,0,leg_gt,9.86,60 -19662,buy_contrast_m10_bb_pos,buy,2025-11-11 01:39:00,1212.0,-12.9713,0,leg_gt,9.86,60 -19663,buy_contrast_m10_bb_pos,buy,2025-11-11 01:51:00,1207.0,-12.6104,0,leg_gt,9.85,60 -19664,buy_contrast_m10_bb_pos,buy,2025-11-11 01:54:00,1203.0,-12.3195,0,leg_gt,9.85,60 -19665,buy_contrast_m10_bb_pos,buy,2025-11-11 01:57:00,1205.0,-12.4651,0,leg_gt,9.85,60 -19666,buy_contrast_m10_bb_pos,buy,2025-11-11 02:21:00,1208.0,-12.6828,0,leg_gt,9.83,60 -19667,buy_contrast_m10_bb_pos,buy,2025-11-11 02:24:00,1211.0,-12.8993,0,leg_gt,9.83,60 -19668,buy_contrast_m10_bb_pos,buy,2025-11-11 02:27:00,1212.0,-12.9713,0,leg_gt,9.82,60 -19669,buy_contrast_m10_bb_pos,buy,2025-11-11 04:00:00,1204.0,-12.3924,0,leg_gt,9.76,60 -19670,buy_contrast_m10_bb_pos,buy,2025-11-11 04:03:00,1203.0,-12.3195,0,leg_gt,9.76,60 -19671,buy_contrast_m10_bb_pos,buy,2025-11-11 04:06:00,1207.0,-12.6104,0,leg_gt,9.76,60 -19672,buy_contrast_m10_bb_pos,buy,2025-11-11 04:09:00,1208.0,-12.6828,0,leg_gt,9.75,60 -19673,buy_contrast_m10_bb_pos,buy,2025-11-11 06:12:00,1211.0,-12.8993,0,leg_gt,9.67,60 -19674,buy_contrast_m10_bb_pos,buy,2025-11-11 06:15:00,1209.0,-12.7551,0,leg_gt,9.67,60 -19675,buy_contrast_m10_bb_pos,buy,2025-11-11 06:18:00,1209.0,-12.7551,0,leg_gt,9.66,60 -19676,buy_contrast_m10_bb_pos,buy,2025-11-11 06:30:00,1205.0,-12.4651,0,leg_gt,9.66,60 -19677,buy_contrast_m10_bb_pos,buy,2025-11-11 06:33:00,1205.0,-12.4651,0,leg_gt,9.65,60 -19678,buy_contrast_m10_bb_pos,buy,2025-11-11 06:36:00,1206.0,-12.5378,0,leg_gt,9.65,60 -19679,buy_contrast_m10_bb_pos,buy,2025-11-11 06:39:00,1206.0,-12.5378,0,leg_gt,9.65,60 -19680,buy_contrast_m10_bb_pos,buy,2025-11-11 06:42:00,1208.0,-12.6828,0,leg_gt,9.65,60 -19681,buy_contrast_m10_bb_pos,buy,2025-11-11 06:45:00,1211.0,-12.8993,0,leg_gt,9.65,60 -19682,buy_contrast_m10_bb_pos,buy,2025-11-11 06:48:00,1205.0,-12.4651,0,leg_gt,9.64,60 -19683,buy_contrast_m10_bb_pos,buy,2025-11-11 06:51:00,1202.0,-12.2464,0,leg_gt,9.64,60 -19684,buy_contrast_m10_bb_pos,buy,2025-11-11 06:54:00,1205.0,-12.4651,0,leg_gt,9.64,60 -19685,buy_contrast_m10_bb_pos,buy,2025-11-11 06:57:00,1210.0,-12.8273,0,leg_gt,9.64,60 -19686,buy_contrast_m10_bb_pos,buy,2025-11-11 14:00:00,1226.0,-13.9662,0,leg_gt,9.34,60 -19687,buy_contrast_m10_bb_pos,buy,2025-11-11 14:03:00,1221.0,-13.6135,0,leg_gt,9.34,60 -19688,buy_contrast_m10_bb_pos,buy,2025-11-11 14:06:00,1216.0,-13.2579,0,leg_gt,9.34,60 -19689,buy_contrast_m10_bb_pos,buy,2025-11-11 14:09:00,1219.0,-13.4716,0,leg_gt,9.34,60 -19690,buy_contrast_m10_bb_pos,buy,2025-11-11 14:42:00,1212.0,-12.9713,0,leg_gt,9.31,60 -19691,buy_contrast_m10_bb_pos,buy,2025-11-11 14:45:00,1212.0,-12.9713,0,leg_gt,9.31,60 -19692,buy_contrast_m10_bb_pos,buy,2025-11-11 14:48:00,1213.0,-13.0431,0,leg_gt,9.31,60 -19693,buy_contrast_m10_bb_pos,buy,2025-11-11 14:51:00,1214.0,-13.1148,0,leg_gt,9.31,60 -19694,buy_contrast_m10_bb_pos,buy,2025-11-11 14:54:00,1210.0,-12.8273,0,leg_gt,9.31,60 -19695,buy_contrast_m10_bb_pos,buy,2025-11-11 14:57:00,1212.0,-12.9713,0,leg_gt,9.3,60 -19696,buy_contrast_m10_bb_pos,buy,2025-11-11 15:00:00,1207.0,-12.6104,0,leg_gt,9.3,60 -19697,buy_contrast_m10_bb_pos,buy,2025-11-11 15:03:00,1206.0,-12.5378,0,leg_gt,9.3,60 -19698,buy_contrast_m10_bb_pos,buy,2025-11-11 15:06:00,1202.0,-12.2464,0,leg_gt,9.3,60 -19699,buy_contrast_m10_bb_pos,buy,2025-11-11 15:09:00,1197.0,-11.8794,0,leg_gt,9.3,60 -19700,buy_contrast_m10_bb_pos,buy,2025-11-11 15:21:00,1201.0,-12.1733,0,leg_gt,9.29,60 -19701,buy_contrast_m10_bb_pos,buy,2025-11-11 15:24:00,1198.0,-11.9531,0,leg_gt,9.29,60 -19702,buy_contrast_m10_bb_pos,buy,2025-11-11 15:27:00,1203.0,-12.3195,0,leg_gt,9.28,60 -19703,buy_contrast_m10_bb_pos,buy,2025-11-11 16:42:00,1188.0,-11.2111,0,leg_gt,9.23,60 -19704,buy_contrast_m10_bb_pos,buy,2025-11-11 16:45:00,1189.0,-11.2859,0,leg_gt,9.23,60 -19705,buy_contrast_m10_bb_pos,buy,2025-11-11 16:48:00,1189.0,-11.2859,0,leg_gt,9.23,60 -19706,buy_contrast_m10_bb_pos,buy,2025-11-11 16:51:00,1184.0,-10.9108,0,leg_gt,9.22,60 -19707,buy_contrast_m10_bb_pos,buy,2025-11-11 16:54:00,1184.0,-10.9108,0,leg_gt,9.22,60 -19708,buy_contrast_m10_bb_pos,buy,2025-11-11 16:57:00,1186.0,-11.0612,0,leg_gt,9.22,60 -19709,buy_contrast_m10_bb_pos,buy,2025-11-11 17:00:00,1183.0,-10.8354,0,leg_gt,9.22,60 -19710,buy_contrast_m10_bb_pos,buy,2025-11-11 17:03:00,1185.0,-10.9861,0,leg_gt,9.22,60 -19711,buy_contrast_m10_bb_pos,buy,2025-11-11 17:06:00,1183.0,-10.8354,0,leg_gt,9.21,60 -19712,buy_contrast_m10_bb_pos,buy,2025-11-11 17:09:00,1185.0,-10.9861,0,leg_gt,9.21,60 -19713,buy_contrast_m10_bb_pos,buy,2025-11-11 17:12:00,1191.0,-11.435,0,leg_gt,9.21,60 -19714,buy_contrast_m10_bb_pos,buy,2025-11-11 17:15:00,1188.0,-11.2111,0,leg_gt,9.21,60 -19715,buy_contrast_m10_bb_pos,buy,2025-11-11 17:18:00,1190.0,-11.3605,0,leg_gt,9.21,60 -19716,buy_contrast_m10_bb_pos,buy,2025-11-11 17:30:00,1184.0,-10.9108,0,leg_gt,9.2,60 -19717,buy_contrast_m10_bb_pos,buy,2025-11-11 17:33:00,1183.0,-10.8354,0,leg_gt,9.2,60 -19718,buy_contrast_m10_bb_pos,buy,2025-11-11 17:36:00,1179.0,-10.5326,0,leg_gt,9.19,60 -19719,buy_contrast_m10_bb_pos,buy,2025-11-11 17:39:00,1183.0,-10.8354,0,leg_gt,9.19,60 -19720,buy_contrast_m10_bb_pos,buy,2025-11-11 23:51:00,1181.0,-10.6843,0,leg_gt,8.93,60 -19721,buy_contrast_m10_bb_pos,buy,2025-11-11 23:54:00,1178.0,-10.4565,0,leg_gt,8.93,60 -19722,buy_contrast_m10_bb_pos,buy,2025-11-11 23:57:00,1188.0,-11.2111,0,leg_gt,8.93,60 -19723,buy_contrast_m10_bb_pos,buy,2025-11-12 03:12:00,1185.0,-10.9861,0,leg_gt,8.79,60 -19724,buy_contrast_m10_bb_pos,buy,2025-11-12 03:15:00,1186.0,-11.0612,0,leg_gt,8.79,60 -19725,buy_contrast_m10_bb_pos,buy,2025-11-12 03:18:00,1185.0,-10.9861,0,leg_gt,8.79,60 -19726,buy_contrast_m10_bb_pos,buy,2025-11-12 03:42:00,1183.0,-10.8354,0,leg_gt,8.77,60 -19727,buy_contrast_m10_bb_pos,buy,2025-11-12 03:45:00,1178.0,-10.4565,0,leg_gt,8.77,60 -19728,buy_contrast_m10_bb_pos,buy,2025-11-12 03:48:00,1183.0,-10.8354,0,leg_gt,8.77,60 -19729,buy_contrast_m10_bb_pos,buy,2025-11-12 04:00:00,1180.0,-10.6085,0,leg_gt,8.76,60 -19730,buy_contrast_m10_bb_pos,buy,2025-11-12 04:03:00,1176.0,-10.3041,0,leg_gt,8.76,60 -19731,buy_contrast_m10_bb_pos,buy,2025-11-12 04:06:00,1175.0,-10.2277,0,leg_gt,8.76,60 -19732,buy_contrast_m10_bb_pos,buy,2025-11-12 04:09:00,1172.0,-9.9976,0,leg_gt,8.75,60 -19733,buy_contrast_m10_bb_pos,buy,2025-11-12 05:00:00,1171.0,-9.9207,0,leg_gt,8.72,60 -19734,buy_contrast_m10_bb_pos,buy,2025-11-12 05:03:00,1172.0,-9.9976,0,leg_gt,8.72,60 -19735,buy_contrast_m10_bb_pos,buy,2025-11-12 05:06:00,1171.0,-9.9207,0,leg_gt,8.71,60 -19736,buy_contrast_m10_bb_pos,buy,2025-11-12 05:09:00,1168.0,-9.689,0,leg_gt,8.71,60 -19737,buy_contrast_m10_bb_pos,buy,2025-11-12 05:12:00,1171.0,-9.9207,0,leg_gt,8.71,60 -19738,buy_contrast_m10_bb_pos,buy,2025-11-12 05:15:00,1170.0,-9.8436,0,leg_gt,8.71,60 -19739,buy_contrast_m10_bb_pos,buy,2025-11-12 05:18:00,1168.0,-9.689,0,leg_gt,8.71,60 -19740,buy_contrast_m10_bb_pos,buy,2025-11-12 05:30:00,1169.0,-9.7664,0,leg_gt,8.7,60 -19741,buy_contrast_m10_bb_pos,buy,2025-11-12 05:33:00,1165.0,-9.4562,0,leg_gt,8.7,60 -19742,buy_contrast_m10_bb_pos,buy,2025-11-12 05:36:00,1161.0,-9.1439,0,leg_gt,8.69,60 -19743,buy_contrast_m10_bb_pos,buy,2025-11-12 05:39:00,1162.0,-9.2222,0,leg_gt,8.69,60 -19744,buy_contrast_m10_bb_pos,buy,2025-11-12 05:51:00,1161.0,-9.1439,0,leg_gt,8.68,60 -19745,buy_contrast_m10_bb_pos,buy,2025-11-12 05:54:00,1161.0,-9.1439,0,leg_gt,8.68,60 -19746,buy_contrast_m10_bb_pos,buy,2025-11-12 05:57:00,1161.0,-9.1439,0,leg_gt,8.68,60 -19747,buy_contrast_m10_bb_pos,buy,2025-11-12 06:00:00,1162.0,-9.2222,0,leg_gt,8.68,60 -19748,buy_contrast_m10_bb_pos,buy,2025-11-12 06:03:00,1162.0,-9.2222,0,leg_gt,8.68,60 -19749,buy_contrast_m10_bb_pos,buy,2025-11-12 06:06:00,1162.0,-9.2222,0,leg_gt,8.67,60 -19750,buy_contrast_m10_bb_pos,buy,2025-11-12 06:09:00,1163.0,-9.3003,0,leg_gt,8.67,60 -19751,buy_contrast_m10_bb_pos,buy,2025-11-12 06:21:00,1166.0,-9.534,0,leg_gt,8.66,60 -19752,buy_contrast_m10_bb_pos,buy,2025-11-12 06:24:00,1166.0,-9.534,0,leg_gt,8.66,60 -19753,buy_contrast_m10_bb_pos,buy,2025-11-12 06:27:00,1165.0,-9.4562,0,leg_gt,8.66,60 -19754,buy_contrast_m10_bb_pos,buy,2025-11-12 06:42:00,1158.0,-8.9083,0,leg_gt,8.65,60 -19755,buy_contrast_m10_bb_pos,buy,2025-11-12 06:45:00,1158.0,-8.9083,0,leg_gt,8.65,60 -19756,buy_contrast_m10_bb_pos,buy,2025-11-12 06:48:00,1158.0,-8.9083,0,leg_gt,8.64,60 -19757,buy_contrast_m10_bb_pos,buy,2025-11-12 06:51:00,1155.0,-8.6714,0,leg_gt,8.64,60 -19758,buy_contrast_m10_bb_pos,buy,2025-11-12 06:54:00,1156.0,-8.7505,0,leg_gt,8.64,60 -19759,buy_contrast_m10_bb_pos,buy,2025-11-12 06:57:00,1158.0,-8.9083,0,leg_gt,8.64,60 -19760,buy_contrast_m10_bb_pos,buy,2025-11-12 07:00:00,1156.0,-8.7505,0,leg_gt,8.64,60 -19761,buy_contrast_m10_bb_pos,buy,2025-11-12 07:03:00,1152.0,-8.4333,0,leg_gt,8.63,60 -19762,buy_contrast_m10_bb_pos,buy,2025-11-12 07:06:00,1153.0,-8.5128,0,leg_gt,8.63,60 -19763,buy_contrast_m10_bb_pos,buy,2025-11-12 07:09:00,1150.0,-8.2739,0,leg_gt,8.63,60 -19764,buy_contrast_m10_bb_pos,buy,2025-11-12 07:12:00,1153.0,-8.5128,0,leg_gt,8.63,60 -19765,buy_contrast_m10_bb_pos,buy,2025-11-12 07:15:00,1157.0,-8.8295,0,leg_gt,8.62,60 -19766,buy_contrast_m10_bb_pos,buy,2025-11-12 07:18:00,1153.0,-8.5128,0,leg_gt,8.62,60 -19767,buy_contrast_m10_bb_pos,buy,2025-11-12 09:00:00,1154.0,-8.5922,0,leg_gt,8.55,60 -19768,buy_contrast_m10_bb_pos,buy,2025-11-12 09:03:00,1160.0,-9.0655,0,leg_gt,8.55,60 -19769,buy_contrast_m10_bb_pos,buy,2025-11-12 09:06:00,1159.0,-8.987,0,leg_gt,8.55,60 -19770,buy_contrast_m10_bb_pos,buy,2025-11-12 09:09:00,1157.0,-8.8295,0,leg_gt,8.55,60 -19771,buy_contrast_m10_bb_pos,buy,2025-11-12 10:00:00,1149.0,-8.194,0,leg_gt,8.51,60 -19772,buy_contrast_m10_bb_pos,buy,2025-11-12 10:03:00,1152.0,-8.4333,0,leg_gt,8.51,60 -19773,buy_contrast_m10_bb_pos,buy,2025-11-12 10:06:00,1152.0,-8.4333,0,leg_gt,8.51,60 -19774,buy_contrast_m10_bb_pos,buy,2025-11-12 10:09:00,1155.0,-8.6714,0,leg_gt,8.5,60 -19775,buy_contrast_m10_bb_pos,buy,2025-11-12 22:12:00,1200.0,-12.1,0,leg_gt,8.0,60 -19776,buy_contrast_m10_bb_pos,buy,2025-11-12 22:15:00,1198.0,-11.9531,0,leg_gt,8.0,60 -19777,buy_contrast_m10_bb_pos,buy,2025-11-12 22:18:00,1197.0,-11.8794,0,leg_gt,8.0,60 -19778,buy_contrast_m10_bb_pos,buy,2025-11-12 23:42:00,1194.0,-11.6578,0,leg_gt,7.94,60 -19779,buy_contrast_m10_bb_pos,buy,2025-11-12 23:45:00,1198.0,-11.9531,0,leg_gt,7.94,60 -19780,buy_contrast_m10_bb_pos,buy,2025-11-12 23:48:00,1189.0,-11.2859,0,leg_gt,7.94,60 -19781,buy_contrast_m10_bb_pos,buy,2025-11-13 00:30:00,1177.0,-10.3804,0,leg_gt,7.91,60 -19782,buy_contrast_m10_bb_pos,buy,2025-11-13 00:33:00,1185.0,-10.9861,0,leg_gt,7.9,60 -19783,buy_contrast_m10_bb_pos,buy,2025-11-13 00:36:00,1178.0,-10.4565,0,leg_gt,7.9,60 -19784,buy_contrast_m10_bb_pos,buy,2025-11-13 00:39:00,1169.0,-9.7664,0,leg_gt,7.9,60 -19785,buy_contrast_m10_bb_pos,buy,2025-11-13 01:42:00,1139.0,-7.3871,0,leg_gt,7.86,60 -19786,buy_contrast_m10_bb_pos,buy,2025-11-13 01:45:00,1139.0,-7.3871,0,leg_gt,7.85,60 -19787,buy_contrast_m10_bb_pos,buy,2025-11-13 01:48:00,1134.0,-6.9783,0,leg_gt,7.85,60 -19788,buy_contrast_m10_bb_pos,buy,2025-11-13 01:51:00,1135.0,-7.0604,0,leg_gt,7.85,60 -19789,buy_contrast_m10_bb_pos,buy,2025-11-13 01:54:00,1135.0,-7.0604,0,leg_gt,7.85,60 -19790,buy_contrast_m10_bb_pos,buy,2025-11-13 01:57:00,1138.0,-7.3056,0,leg_gt,7.85,60 -19791,buy_contrast_m10_bb_pos,buy,2025-11-13 02:00:00,1132.0,-6.8138,0,leg_gt,7.84,60 -19792,buy_contrast_m10_bb_pos,buy,2025-11-13 02:03:00,1130.0,-6.6487,0,leg_gt,7.84,60 -19793,buy_contrast_m10_bb_pos,buy,2025-11-13 02:06:00,1132.0,-6.8138,0,leg_gt,7.84,60 -19794,buy_contrast_m10_bb_pos,buy,2025-11-13 02:09:00,1131.0,-6.7313,0,leg_gt,7.84,60 -19795,buy_contrast_m10_bb_pos,buy,2025-11-13 02:12:00,1128.0,-6.483,0,leg_gt,7.84,60 -19796,buy_contrast_m10_bb_pos,buy,2025-11-13 02:15:00,1127.0,-6.3999,0,leg_gt,7.83,60 -19797,buy_contrast_m10_bb_pos,buy,2025-11-13 02:18:00,1124.0,-6.1498,0,leg_gt,7.83,60 -19798,buy_contrast_m10_bb_pos,buy,2025-11-13 02:21:00,1127.0,-6.3999,0,leg_gt,7.83,60 -19799,buy_contrast_m10_bb_pos,buy,2025-11-13 02:24:00,1122.0,-5.9824,0,leg_gt,7.83,60 -19800,buy_contrast_m10_bb_pos,buy,2025-11-13 02:27:00,1127.0,-6.3999,0,leg_gt,7.82,60 -19801,buy_contrast_m10_bb_pos,buy,2025-11-13 08:42:00,1145.0,-7.8729,0,leg_gt,7.56,60 -19802,buy_contrast_m10_bb_pos,buy,2025-11-13 08:45:00,1146.0,-7.9534,0,leg_gt,7.56,60 -19803,buy_contrast_m10_bb_pos,buy,2025-11-13 08:48:00,1146.0,-7.9534,0,leg_gt,7.56,60 -19804,buy_contrast_m10_bb_pos,buy,2025-11-13 08:51:00,1148.0,-8.1139,0,leg_gt,7.56,60 -19805,buy_contrast_m10_bb_pos,buy,2025-11-13 08:54:00,1147.0,-8.0337,0,leg_gt,7.56,60 -19806,buy_contrast_m10_bb_pos,buy,2025-11-13 08:57:00,1148.0,-8.1139,0,leg_gt,7.55,60 -19807,buy_contrast_m10_bb_pos,buy,2025-11-13 18:21:00,1178.0,-10.4565,0,leg_gt,7.16,60 -19808,buy_contrast_m10_bb_pos,buy,2025-11-13 18:24:00,1177.0,-10.3804,0,leg_gt,7.16,60 -19809,buy_contrast_m10_bb_pos,buy,2025-11-13 18:27:00,1176.0,-10.3041,0,leg_gt,7.16,60 -19810,buy_contrast_m10_bb_pos,buy,2025-11-13 18:30:00,1176.0,-10.3041,0,leg_gt,7.16,60 -19811,buy_contrast_m10_bb_pos,buy,2025-11-13 18:33:00,1177.0,-10.3804,0,leg_gt,7.15,60 -19812,buy_contrast_m10_bb_pos,buy,2025-11-13 18:36:00,1174.0,-10.1511,0,leg_gt,7.15,60 -19813,buy_contrast_m10_bb_pos,buy,2025-11-13 18:39:00,1173.0,-10.0744,0,leg_gt,7.15,60 -19814,buy_contrast_m10_bb_pos,buy,2025-11-13 18:42:00,1173.0,-10.0744,0,leg_gt,7.15,60 -19815,buy_contrast_m10_bb_pos,buy,2025-11-13 18:45:00,1173.0,-10.0744,0,leg_gt,7.15,60 -19816,buy_contrast_m10_bb_pos,buy,2025-11-13 18:48:00,1174.0,-10.1511,0,leg_gt,7.14,60 -19817,buy_contrast_m10_bb_pos,buy,2025-11-13 18:51:00,1174.0,-10.1511,0,leg_gt,7.14,60 -19818,buy_contrast_m10_bb_pos,buy,2025-11-13 18:54:00,1172.0,-9.9976,0,leg_gt,7.14,60 -19819,buy_contrast_m10_bb_pos,buy,2025-11-13 18:57:00,1175.0,-10.2277,0,leg_gt,7.14,60 -19820,buy_contrast_m10_bb_pos,buy,2025-11-13 23:21:00,1171.0,-9.9207,0,leg_gt,6.95,60 -19821,buy_contrast_m10_bb_pos,buy,2025-11-13 23:24:00,1174.0,-10.1511,0,leg_gt,6.95,60 -19822,buy_contrast_m10_bb_pos,buy,2025-11-13 23:27:00,1175.0,-10.2277,0,leg_gt,6.95,60 -19823,buy_contrast_m10_bb_pos,buy,2025-11-14 00:51:00,1168.0,-9.689,0,leg_gt,6.89,60 -19824,buy_contrast_m10_bb_pos,buy,2025-11-14 00:54:00,1166.0,-9.534,0,leg_gt,6.89,60 -19825,buy_contrast_m10_bb_pos,buy,2025-11-14 00:57:00,1166.0,-9.534,0,leg_gt,6.89,60 -19826,buy_contrast_m10_bb_pos,buy,2025-11-14 01:30:00,1160.0,-9.0655,0,leg_gt,6.86,60 -19827,buy_contrast_m10_bb_pos,buy,2025-11-14 01:33:00,1159.0,-8.987,0,leg_gt,6.86,60 -19828,buy_contrast_m10_bb_pos,buy,2025-11-14 01:36:00,1161.0,-9.1439,0,leg_gt,6.86,60 -19829,buy_contrast_m10_bb_pos,buy,2025-11-14 01:39:00,1160.0,-9.0655,0,leg_gt,6.86,60 -19830,buy_contrast_m10_bb_pos,buy,2025-11-14 01:51:00,1157.0,-8.8295,0,leg_gt,6.85,60 -19831,buy_contrast_m10_bb_pos,buy,2025-11-14 01:54:00,1149.0,-8.194,0,leg_gt,6.85,60 -19832,buy_contrast_m10_bb_pos,buy,2025-11-14 01:57:00,1148.0,-8.1139,0,leg_gt,6.85,60 -19833,buy_contrast_m10_bb_pos,buy,2025-11-14 02:30:00,1142.0,-7.6306,0,leg_gt,6.82,60 -19834,buy_contrast_m10_bb_pos,buy,2025-11-14 02:33:00,1142.0,-7.6306,0,leg_gt,6.82,60 -19835,buy_contrast_m10_bb_pos,buy,2025-11-14 02:36:00,1136.0,-7.1423,0,leg_gt,6.82,60 -19836,buy_contrast_m10_bb_pos,buy,2025-11-14 02:39:00,1132.0,-6.8138,0,leg_gt,6.82,60 -19837,buy_contrast_m10_bb_pos,buy,2025-11-14 02:42:00,1125.0,-6.2333,0,leg_gt,6.81,60 -19838,buy_contrast_m10_bb_pos,buy,2025-11-14 02:45:00,1126.0,-6.3167,0,leg_gt,6.81,60 -19839,buy_contrast_m10_bb_pos,buy,2025-11-14 02:48:00,1126.0,-6.3167,0,leg_gt,6.81,60 -19840,buy_contrast_m10_bb_pos,buy,2025-11-14 02:51:00,1121.0,-5.8984,0,leg_gt,6.81,60 -19841,buy_contrast_m10_bb_pos,buy,2025-11-14 02:54:00,1121.0,-5.8984,0,leg_gt,6.81,60 -19842,buy_contrast_m10_bb_pos,buy,2025-11-14 02:57:00,1117.0,-5.5611,0,leg_gt,6.8,60 -19843,buy_contrast_m10_bb_pos,buy,2025-11-14 03:00:00,1118.0,-5.6456,0,leg_gt,6.8,60 -19844,buy_contrast_m10_bb_pos,buy,2025-11-14 03:03:00,1121.0,-5.8984,0,leg_gt,6.8,60 -19845,buy_contrast_m10_bb_pos,buy,2025-11-14 03:06:00,1117.0,-5.5611,0,leg_gt,6.8,60 -19846,buy_contrast_m10_bb_pos,buy,2025-11-14 03:09:00,1117.0,-5.5611,0,leg_gt,6.8,60 -19847,buy_contrast_m10_bb_pos,buy,2025-11-14 03:12:00,1114.0,-5.3065,0,leg_gt,6.79,60 -19848,buy_contrast_m10_bb_pos,buy,2025-11-14 03:15:00,1116.0,-5.4763,0,leg_gt,6.79,60 -19849,buy_contrast_m10_bb_pos,buy,2025-11-14 03:18:00,1113.0,-5.2213,0,leg_gt,6.79,60 -19850,buy_contrast_m10_bb_pos,buy,2025-11-14 03:21:00,1119.0,-5.73,0,leg_gt,6.79,60 -19851,buy_contrast_m10_bb_pos,buy,2025-11-14 03:24:00,1116.0,-5.4763,0,leg_gt,6.79,60 -19852,buy_contrast_m10_bb_pos,buy,2025-11-14 03:27:00,1115.0,-5.3915,0,leg_gt,6.78,60 -19853,buy_contrast_m10_bb_pos,buy,2025-11-14 03:30:00,1116.0,-5.4763,0,leg_gt,6.78,60 -19854,buy_contrast_m10_bb_pos,buy,2025-11-14 03:33:00,1111.0,-5.0505,0,leg_gt,6.78,60 -19855,buy_contrast_m10_bb_pos,buy,2025-11-14 03:36:00,1101.0,-4.1872,0,leg_gt,6.78,60 -19856,buy_contrast_m10_bb_pos,buy,2025-11-14 03:39:00,1101.0,-4.1872,0,leg_gt,6.78,60 -19857,buy_contrast_m10_bb_pos,buy,2025-11-14 03:42:00,1111.0,-5.0505,0,leg_gt,6.77,60 -19858,buy_contrast_m10_bb_pos,buy,2025-11-14 03:45:00,1116.0,-5.4763,0,leg_gt,6.77,60 -19859,buy_contrast_m10_bb_pos,buy,2025-11-14 03:48:00,1113.0,-5.2213,0,leg_gt,6.77,60 -19860,buy_contrast_m10_bb_pos,buy,2025-11-14 03:51:00,1107.0,-4.707,0,leg_gt,6.77,60 -19861,buy_contrast_m10_bb_pos,buy,2025-11-14 03:54:00,1109.0,-4.8791,0,leg_gt,6.76,60 -19862,buy_contrast_m10_bb_pos,buy,2025-11-14 03:57:00,1110.0,-4.9649,0,leg_gt,6.76,60 -19863,buy_contrast_m10_bb_pos,buy,2025-11-14 06:30:00,1102.0,-4.2742,0,leg_gt,6.66,60 -19864,buy_contrast_m10_bb_pos,buy,2025-11-14 06:33:00,1104.0,-4.4478,0,leg_gt,6.65,60 -19865,buy_contrast_m10_bb_pos,buy,2025-11-14 06:36:00,1102.0,-4.2742,0,leg_gt,6.65,60 -19866,buy_contrast_m10_bb_pos,buy,2025-11-14 06:39:00,1102.0,-4.2742,0,leg_gt,6.65,60 -19867,buy_contrast_m10_bb_pos,buy,2025-11-14 06:42:00,1103.0,-4.3611,0,leg_gt,6.65,60 -19868,buy_contrast_m10_bb_pos,buy,2025-11-14 06:45:00,1105.0,-4.5344,0,leg_gt,6.65,60 -19869,buy_contrast_m10_bb_pos,buy,2025-11-14 06:48:00,1101.0,-4.1872,0,leg_gt,6.64,60 -19870,buy_contrast_m10_bb_pos,buy,2025-11-14 11:00:00,1116.0,-5.4763,0,leg_gt,6.47,60 -19871,buy_contrast_m10_bb_pos,buy,2025-11-14 11:03:00,1118.0,-5.6456,0,leg_gt,6.47,60 -19872,buy_contrast_m10_bb_pos,buy,2025-11-14 11:06:00,1123.0,-6.0662,0,leg_gt,6.46,60 -19873,buy_contrast_m10_bb_pos,buy,2025-11-14 11:09:00,1121.0,-5.8984,0,leg_gt,6.46,60 -19874,buy_contrast_m10_bb_pos,buy,2025-11-14 12:12:00,1115.0,-5.3915,0,leg_gt,6.42,60 -19875,buy_contrast_m10_bb_pos,buy,2025-11-14 12:15:00,1113.0,-5.2213,0,leg_gt,6.42,60 -19876,buy_contrast_m10_bb_pos,buy,2025-11-14 12:18:00,1114.0,-5.3065,0,leg_gt,6.41,60 -19877,buy_contrast_m10_bb_pos,buy,2025-11-14 12:30:00,1113.0,-5.2213,0,leg_gt,6.41,60 -19878,buy_contrast_m10_bb_pos,buy,2025-11-14 12:33:00,1111.0,-5.0505,0,leg_gt,6.4,60 -19879,buy_contrast_m10_bb_pos,buy,2025-11-14 12:36:00,1109.0,-4.8791,0,leg_gt,6.4,60 -19880,buy_contrast_m10_bb_pos,buy,2025-11-14 12:39:00,1108.0,-4.7931,0,leg_gt,6.4,60 -19881,buy_contrast_m10_bb_pos,buy,2025-11-14 13:00:00,1109.0,-4.8791,0,leg_gt,6.39,60 -19882,buy_contrast_m10_bb_pos,buy,2025-11-14 13:03:00,1107.0,-4.707,0,leg_gt,6.38,60 -19883,buy_contrast_m10_bb_pos,buy,2025-11-14 13:06:00,1102.0,-4.2742,0,leg_gt,6.38,60 -19884,buy_contrast_m10_bb_pos,buy,2025-11-14 13:09:00,1103.0,-4.3611,0,leg_gt,6.38,60 -19885,buy_contrast_m10_bb_pos,buy,2025-11-14 13:21:00,1102.0,-4.2742,0,leg_gt,6.37,60 -19886,buy_contrast_m10_bb_pos,buy,2025-11-14 13:24:00,1101.0,-4.1872,0,leg_gt,6.37,60 -19887,buy_contrast_m10_bb_pos,buy,2025-11-14 13:27:00,1104.0,-4.4478,0,leg_gt,6.37,60 -19888,buy_contrast_m10_bb_pos,buy,2025-11-14 13:30:00,1103.0,-4.3611,0,leg_gt,6.36,60 -19889,buy_contrast_m10_bb_pos,buy,2025-11-14 13:33:00,1097.0,-3.8375,0,leg_gt,6.36,60 -19890,buy_contrast_m10_bb_pos,buy,2025-11-14 13:36:00,1095.0,-3.6616,0,leg_gt,6.36,60 -19891,buy_contrast_m10_bb_pos,buy,2025-11-14 13:39:00,1080.0,-2.3222,0,leg_gt,6.36,60 -19892,buy_contrast_m10_bb_pos,buy,2025-11-14 18:42:00,1101.0,-4.1872,0,leg_gt,6.15,60 -19893,buy_contrast_m10_bb_pos,buy,2025-11-14 18:45:00,1100.0,-4.1,0,leg_gt,6.15,60 -19894,buy_contrast_m10_bb_pos,buy,2025-11-14 18:48:00,1100.0,-4.1,0,leg_gt,6.14,60 -19895,buy_contrast_m10_bb_pos,buy,2025-11-14 18:51:00,1099.0,-4.0126,0,leg_gt,6.14,60 -19896,buy_contrast_m10_bb_pos,buy,2025-11-14 18:54:00,1097.0,-3.8375,0,leg_gt,6.14,60 -19897,buy_contrast_m10_bb_pos,buy,2025-11-14 18:57:00,1097.0,-3.8375,0,leg_gt,6.14,60 -19898,buy_contrast_m10_bb_pos,buy,2025-11-14 19:00:00,1097.0,-3.8375,0,leg_gt,6.14,60 -19899,buy_contrast_m10_bb_pos,buy,2025-11-14 19:03:00,1099.0,-4.0126,0,leg_gt,6.13,60 -19900,buy_contrast_m10_bb_pos,buy,2025-11-14 19:06:00,1099.0,-4.0126,0,leg_gt,6.13,60 -19901,buy_contrast_m10_bb_pos,buy,2025-11-14 19:09:00,1098.0,-3.9251,0,leg_gt,6.13,60 -19902,buy_contrast_m10_bb_pos,buy,2025-11-14 19:12:00,1099.0,-4.0126,0,leg_gt,6.13,60 -19903,buy_contrast_m10_bb_pos,buy,2025-11-14 19:15:00,1099.0,-4.0126,0,leg_gt,6.12,60 -19904,buy_contrast_m10_bb_pos,buy,2025-11-14 19:18:00,1098.0,-3.9251,0,leg_gt,6.12,60 -19905,buy_contrast_m10_bb_pos,buy,2025-11-14 20:00:00,1094.0,-3.5735,0,leg_gt,6.09,60 -19906,buy_contrast_m10_bb_pos,buy,2025-11-14 20:03:00,1094.0,-3.5735,0,leg_gt,6.09,60 -19907,buy_contrast_m10_bb_pos,buy,2025-11-14 20:06:00,1096.0,-3.7496,0,leg_gt,6.09,60 -19908,buy_contrast_m10_bb_pos,buy,2025-11-14 20:09:00,1091.0,-3.3081,0,leg_gt,6.09,60 -19909,buy_contrast_m10_bb_pos,buy,2025-11-14 20:12:00,1089.0,-3.1303,0,leg_gt,6.09,60 -19910,buy_contrast_m10_bb_pos,buy,2025-11-14 20:15:00,1090.0,-3.2193,0,leg_gt,6.08,60 -19911,buy_contrast_m10_bb_pos,buy,2025-11-14 20:18:00,1090.0,-3.2193,0,leg_gt,6.08,60 -19912,buy_contrast_m10_bb_pos,buy,2025-11-14 20:21:00,1091.0,-3.3081,0,leg_gt,6.08,60 -19913,buy_contrast_m10_bb_pos,buy,2025-11-14 20:24:00,1094.0,-3.5735,0,leg_gt,6.08,60 -19914,buy_contrast_m10_bb_pos,buy,2025-11-14 20:27:00,1091.0,-3.3081,0,leg_gt,6.08,60 -19915,buy_contrast_m10_bb_pos,buy,2025-11-14 20:30:00,1090.0,-3.2193,0,leg_gt,6.07,60 -19916,buy_contrast_m10_bb_pos,buy,2025-11-14 20:33:00,1088.0,-3.0412,0,leg_gt,6.07,60 -19917,buy_contrast_m10_bb_pos,buy,2025-11-14 20:36:00,1087.0,-2.9519,0,leg_gt,6.07,60 -19918,buy_contrast_m10_bb_pos,buy,2025-11-14 20:39:00,1084.0,-2.683,0,leg_gt,6.07,60 -19919,buy_contrast_m10_bb_pos,buy,2025-11-14 20:42:00,1084.0,-2.683,0,leg_gt,6.06,60 -19920,buy_contrast_m10_bb_pos,buy,2025-11-14 20:45:00,1085.0,-2.7728,0,leg_gt,6.06,60 -19921,buy_contrast_m10_bb_pos,buy,2025-11-14 20:48:00,1086.0,-2.8624,0,leg_gt,6.06,60 -19922,buy_contrast_m10_bb_pos,buy,2025-11-14 20:51:00,1088.0,-3.0412,0,leg_gt,6.06,60 -19923,buy_contrast_m10_bb_pos,buy,2025-11-14 20:54:00,1084.0,-2.683,0,leg_gt,6.06,60 -19924,buy_contrast_m10_bb_pos,buy,2025-11-14 20:57:00,1083.0,-2.5931,0,leg_gt,6.05,60 -19925,buy_contrast_m10_bb_pos,buy,2025-11-14 21:00:00,1086.0,-2.8624,0,leg_gt,6.05,60 -19926,buy_contrast_m10_bb_pos,buy,2025-11-14 21:03:00,1081.0,-2.4127,0,leg_gt,6.05,60 -19927,buy_contrast_m10_bb_pos,buy,2025-11-14 21:06:00,1081.0,-2.4127,0,leg_gt,6.05,60 -19928,buy_contrast_m10_bb_pos,buy,2025-11-14 21:09:00,1080.0,-2.3222,0,leg_gt,6.05,60 -19929,buy_contrast_m10_bb_pos,buy,2025-11-14 21:12:00,1078.0,-2.1408,0,leg_gt,6.04,60 -19930,buy_contrast_m10_bb_pos,buy,2025-11-14 21:15:00,1078.0,-2.1408,0,leg_gt,6.04,60 -19931,buy_contrast_m10_bb_pos,buy,2025-11-14 21:18:00,1080.0,-2.3222,0,leg_gt,6.04,60 -19932,buy_contrast_m10_bb_pos,buy,2025-11-14 21:30:00,1081.0,-2.4127,0,leg_gt,6.03,60 -19933,buy_contrast_m10_bb_pos,buy,2025-11-14 21:33:00,1079.0,-2.2316,0,leg_gt,6.03,60 -19934,buy_contrast_m10_bb_pos,buy,2025-11-14 21:36:00,1074.0,-1.776,0,leg_gt,6.03,60 -19935,buy_contrast_m10_bb_pos,buy,2025-11-14 21:39:00,1069.0,-1.3161,0,leg_gt,6.02,60 -19936,buy_contrast_m10_bb_pos,buy,2025-11-15 05:30:00,1091.0,-3.3081,0,leg_gt,5.7,60 -19937,buy_contrast_m10_bb_pos,buy,2025-11-15 05:33:00,1090.0,-3.2193,0,leg_gt,5.7,60 -19938,buy_contrast_m10_bb_pos,buy,2025-11-15 05:36:00,1091.0,-3.3081,0,leg_gt,5.69,60 -19939,buy_contrast_m10_bb_pos,buy,2025-11-15 05:39:00,1085.0,-2.7728,0,leg_gt,5.69,60 -19940,buy_contrast_m10_bb_pos,buy,2025-11-15 14:12:00,1088.0,-3.0412,0,leg_gt,5.34,60 -19941,buy_contrast_m10_bb_pos,buy,2025-11-15 14:15:00,1087.0,-2.9519,0,leg_gt,5.33,60 -19942,buy_contrast_m10_bb_pos,buy,2025-11-15 14:18:00,1090.0,-3.2193,0,leg_gt,5.33,60 -19943,buy_contrast_m10_bb_pos,buy,2025-11-15 14:21:00,1089.0,-3.1303,0,leg_gt,5.33,60 -19944,buy_contrast_m10_bb_pos,buy,2025-11-15 14:24:00,1090.0,-3.2193,0,leg_gt,5.33,60 -19945,buy_contrast_m10_bb_pos,buy,2025-11-15 14:27:00,1085.0,-2.7728,0,leg_gt,5.32,60 -19946,buy_contrast_m10_bb_pos,buy,2025-11-15 14:51:00,1087.0,-2.9519,0,leg_gt,5.31,60 -19947,buy_contrast_m10_bb_pos,buy,2025-11-15 14:54:00,1090.0,-3.2193,0,leg_gt,5.31,60 -19948,buy_contrast_m10_bb_pos,buy,2025-11-15 14:57:00,1090.0,-3.2193,0,leg_gt,5.3,60 -19949,buy_contrast_m10_bb_pos,buy,2025-11-15 16:12:00,1082.0,-2.503,0,leg_gt,5.25,60 -19950,buy_contrast_m10_bb_pos,buy,2025-11-15 16:15:00,1084.0,-2.683,0,leg_gt,5.25,60 -19951,buy_contrast_m10_bb_pos,buy,2025-11-15 16:18:00,1083.0,-2.5931,0,leg_gt,5.25,60 -19952,buy_contrast_m10_bb_pos,buy,2025-11-15 16:21:00,1082.0,-2.503,0,leg_gt,5.25,60 -19953,buy_contrast_m10_bb_pos,buy,2025-11-15 16:24:00,1082.0,-2.503,0,leg_gt,5.24,60 -19954,buy_contrast_m10_bb_pos,buy,2025-11-15 16:27:00,1083.0,-2.5931,0,leg_gt,5.24,60 -19955,buy_contrast_m10_bb_pos,buy,2025-11-15 16:30:00,1082.0,-2.503,0,leg_gt,5.24,60 -19956,buy_contrast_m10_bb_pos,buy,2025-11-15 16:33:00,1081.0,-2.4127,0,leg_gt,5.24,60 -19957,buy_contrast_m10_bb_pos,buy,2025-11-15 16:36:00,1080.0,-2.3222,0,leg_gt,5.24,60 -19958,buy_contrast_m10_bb_pos,buy,2025-11-15 16:39:00,1078.0,-2.1408,0,leg_gt,5.23,60 -19959,buy_contrast_m10_bb_pos,buy,2025-11-15 17:00:00,1079.0,-2.2316,0,leg_gt,5.22,60 -19960,buy_contrast_m10_bb_pos,buy,2025-11-15 17:03:00,1076.0,-1.9587,0,leg_gt,5.22,60 -19961,buy_contrast_m10_bb_pos,buy,2025-11-15 17:06:00,1074.0,-1.776,0,leg_gt,5.21,60 -19962,buy_contrast_m10_bb_pos,buy,2025-11-15 17:09:00,1075.0,-1.8674,0,leg_gt,5.21,60 -19963,buy_contrast_m10_bb_pos,buy,2025-11-15 17:42:00,1070.0,-1.4084,0,leg_gt,5.19,60 -19964,buy_contrast_m10_bb_pos,buy,2025-11-15 17:45:00,1065.0,-0.9451,0,leg_gt,5.19,60 -19965,buy_contrast_m10_bb_pos,buy,2025-11-15 17:48:00,1061.0,-0.5713,0,leg_gt,5.19,60 -19966,buy_contrast_m10_bb_pos,buy,2025-11-15 18:12:00,1066.0,-1.0381,0,leg_gt,5.17,60 -19967,buy_contrast_m10_bb_pos,buy,2025-11-15 18:15:00,1066.0,-1.0381,0,leg_gt,5.17,60 -19968,buy_contrast_m10_bb_pos,buy,2025-11-15 18:18:00,1066.0,-1.0381,0,leg_gt,5.16,60 -19969,buy_contrast_m10_bb_pos,buy,2025-11-15 20:51:00,1058.0,-0.289,0,leg_gt,5.06,60 -19970,buy_contrast_m10_bb_pos,buy,2025-11-15 20:54:00,1059.0,-0.3833,0,leg_gt,5.06,60 -19971,buy_contrast_m10_bb_pos,buy,2025-11-15 20:57:00,1062.0,-0.665,0,leg_gt,5.05,60 -19972,buy_contrast_m10_bb_pos,buy,2025-11-16 00:21:00,1060.0,-0.4774,0,leg_gt,4.91,60 -19973,buy_contrast_m10_bb_pos,buy,2025-11-16 00:24:00,1060.0,-0.4774,0,leg_gt,4.91,60 -19974,buy_contrast_m10_bb_pos,buy,2025-11-16 00:27:00,1063.0,-0.7585,0,leg_gt,4.91,60 -19975,buy_contrast_m10_bb_pos,buy,2025-11-16 00:42:00,1059.0,-0.3833,0,leg_gt,4.9,60 -19976,buy_contrast_m10_bb_pos,buy,2025-11-16 00:45:00,1059.0,-0.3833,0,leg_gt,4.9,60 -19977,buy_contrast_m10_bb_pos,buy,2025-11-16 00:48:00,1062.0,-0.665,0,leg_gt,4.89,60 -19978,buy_contrast_m10_bb_pos,buy,2025-11-16 01:00:00,1059.0,-0.3833,0,leg_gt,4.89,60 -19979,buy_contrast_m10_bb_pos,buy,2025-11-16 01:03:00,1059.0,-0.3833,0,leg_gt,4.88,60 -19980,buy_contrast_m10_bb_pos,buy,2025-11-16 01:06:00,1060.0,-0.4774,0,leg_gt,4.88,60 -19981,buy_contrast_m10_bb_pos,buy,2025-11-16 01:09:00,1054.0,0.0898,1,leg_gt,4.88,60 -19982,buy_contrast_m10_bb_pos,buy,2025-11-16 01:12:00,1054.0,0.0898,1,leg_gt,4.88,60 -19983,buy_contrast_m10_bb_pos,buy,2025-11-16 01:15:00,1053.0,0.1849,1,leg_gt,4.88,60 -19984,buy_contrast_m10_bb_pos,buy,2025-11-16 01:18:00,1051.0,0.3757,1,leg_gt,4.87,60 -19985,buy_contrast_m10_bb_pos,buy,2025-11-16 01:42:00,1056.0,-0.1,0,leg_gt,4.86,60 -19986,buy_contrast_m10_bb_pos,buy,2025-11-16 01:45:00,1057.0,-0.1946,0,leg_gt,4.85,60 -19987,buy_contrast_m10_bb_pos,buy,2025-11-16 01:48:00,1057.0,-0.1946,0,leg_gt,4.85,60 -19988,buy_contrast_m10_bb_pos,buy,2025-11-16 04:51:00,1056.0,-0.1,0,leg_gt,4.72,60 -19989,buy_contrast_m10_bb_pos,buy,2025-11-16 04:54:00,1056.0,-0.1,0,leg_gt,4.72,60 -19990,buy_contrast_m10_bb_pos,buy,2025-11-16 04:57:00,1057.0,-0.1946,0,leg_gt,4.72,60 -19991,buy_contrast_m10_bb_pos,buy,2025-11-16 05:30:00,1053.0,0.1849,1,leg_gt,4.7,60 -19992,buy_contrast_m10_bb_pos,buy,2025-11-16 05:33:00,1054.0,0.0898,1,leg_gt,4.7,60 -19993,buy_contrast_m10_bb_pos,buy,2025-11-16 05:36:00,1054.0,0.0898,1,leg_gt,4.69,60 -19994,buy_contrast_m10_bb_pos,buy,2025-11-16 05:39:00,1052.0,0.2802,1,leg_gt,4.69,60 -19995,buy_contrast_m10_bb_pos,buy,2025-11-16 05:42:00,1051.0,0.3757,1,leg_gt,4.69,60 -19996,buy_contrast_m10_bb_pos,buy,2025-11-16 05:45:00,1051.0,0.3757,1,leg_gt,4.69,60 -19997,buy_contrast_m10_bb_pos,buy,2025-11-16 05:48:00,1052.0,0.2802,1,leg_gt,4.69,60 -19998,buy_contrast_m10_bb_pos,buy,2025-11-16 05:51:00,1055.0,-0.0052,0,leg_gt,4.68,60 -19999,buy_contrast_m10_bb_pos,buy,2025-11-16 05:54:00,1051.0,0.3757,1,leg_gt,4.68,60 -20000,buy_contrast_m10_bb_pos,buy,2025-11-16 05:57:00,1051.0,0.3757,1,leg_gt,4.68,60 -20001,buy_contrast_m10_bb_pos,buy,2025-11-16 06:51:00,1050.0,0.4714,1,leg_gt,4.64,60 -20002,buy_contrast_m10_bb_pos,buy,2025-11-16 06:54:00,1048.0,0.6634,1,leg_gt,4.64,60 -20003,buy_contrast_m10_bb_pos,buy,2025-11-16 06:57:00,1048.0,0.6634,1,leg_gt,4.64,60 -20004,buy_contrast_m10_bb_pos,buy,2025-11-16 09:30:00,1049.0,0.5673,1,leg_gt,4.53,60 -20005,buy_contrast_m10_bb_pos,buy,2025-11-16 09:33:00,1047.0,0.7596,1,leg_gt,4.53,60 -20006,buy_contrast_m10_bb_pos,buy,2025-11-16 09:36:00,1050.0,0.4714,1,leg_gt,4.53,60 -20007,buy_contrast_m10_bb_pos,buy,2025-11-16 09:39:00,1050.0,0.4714,1,leg_gt,4.53,60 -20008,buy_contrast_m10_bb_pos,buy,2025-11-16 10:30:00,1050.0,0.4714,1,leg_gt,4.49,60 -20009,buy_contrast_m10_bb_pos,buy,2025-11-16 10:33:00,1045.0,0.9526,1,leg_gt,4.49,60 -20010,buy_contrast_m10_bb_pos,buy,2025-11-16 10:36:00,1043.0,1.1464,1,leg_gt,4.49,60 -20011,buy_contrast_m10_bb_pos,buy,2025-11-16 10:39:00,1040.0,1.4385,1,leg_gt,4.48,60 -20012,buy_contrast_m10_bb_pos,buy,2025-11-16 14:51:00,1046.0,0.856,1,leg_gt,4.31,60 -20013,buy_contrast_m10_bb_pos,buy,2025-11-16 14:54:00,1045.0,0.9526,1,leg_gt,4.31,60 -20014,buy_contrast_m10_bb_pos,buy,2025-11-16 14:57:00,1047.0,0.7596,1,leg_gt,4.3,60 -20015,buy_contrast_m10_bb_pos,buy,2025-11-16 15:00:00,1045.0,0.9526,1,leg_gt,4.3,60 -20016,buy_contrast_m10_bb_pos,buy,2025-11-16 15:03:00,1047.0,0.7596,1,leg_gt,4.3,60 -20017,buy_contrast_m10_bb_pos,buy,2025-11-16 15:06:00,1047.0,0.7596,1,leg_gt,4.3,60 -20018,buy_contrast_m10_bb_pos,buy,2025-11-16 15:09:00,1048.0,0.6634,1,leg_gt,4.3,60 -20019,buy_contrast_m10_bb_pos,buy,2025-11-16 17:30:00,1044.0,1.0494,1,leg_gt,4.2,60 -20020,buy_contrast_m10_bb_pos,buy,2025-11-16 17:33:00,1044.0,1.0494,1,leg_gt,4.2,60 -20021,buy_contrast_m10_bb_pos,buy,2025-11-16 17:36:00,1043.0,1.1464,1,leg_gt,4.19,60 -20022,buy_contrast_m10_bb_pos,buy,2025-11-16 17:39:00,1043.0,1.1464,1,leg_gt,4.19,60 -20023,buy_contrast_m10_bb_pos,buy,2025-11-16 21:00:00,1028.0,2.6237,1,leg_gt,4.05,60 -20024,buy_contrast_m10_bb_pos,buy,2025-11-16 21:03:00,1030.0,2.4243,1,leg_gt,4.05,60 -20025,buy_contrast_m10_bb_pos,buy,2025-11-16 21:06:00,1032.0,2.2256,1,leg_gt,4.05,60 -20026,buy_contrast_m10_bb_pos,buy,2025-11-16 21:09:00,1032.0,2.2256,1,leg_gt,4.05,60 -20027,buy_contrast_m10_bb_pos,buy,2025-11-16 21:12:00,1030.0,2.4243,1,leg_gt,4.04,60 -20028,buy_contrast_m10_bb_pos,buy,2025-11-16 21:15:00,1027.0,2.7238,1,leg_gt,4.04,60 -20029,buy_contrast_m10_bb_pos,buy,2025-11-16 21:18:00,1030.0,2.4243,1,leg_gt,4.04,60 -20030,buy_contrast_m10_bb_pos,buy,2025-11-16 21:21:00,1028.0,2.6237,1,leg_gt,4.04,60 -20031,buy_contrast_m10_bb_pos,buy,2025-11-16 21:24:00,1027.0,2.7238,1,leg_gt,4.04,60 -20032,buy_contrast_m10_bb_pos,buy,2025-11-16 21:27:00,1028.0,2.6237,1,leg_gt,4.03,60 -20033,buy_contrast_m10_bb_pos,buy,2025-11-16 21:42:00,1024.0,3.025,1,leg_gt,4.02,60 -20034,buy_contrast_m10_bb_pos,buy,2025-11-16 21:45:00,1028.0,2.6237,1,leg_gt,4.02,60 -20035,buy_contrast_m10_bb_pos,buy,2025-11-16 21:48:00,1024.0,3.025,1,leg_gt,4.02,60 -20036,buy_contrast_m10_bb_pos,buy,2025-11-16 23:30:00,1018.0,3.6328,1,leg_gt,3.95,60 -20037,buy_contrast_m10_bb_pos,buy,2025-11-16 23:33:00,1021.0,3.328,1,leg_gt,3.95,60 -20038,buy_contrast_m10_bb_pos,buy,2025-11-16 23:36:00,1022.0,3.2268,1,leg_gt,3.94,60 -20039,buy_contrast_m10_bb_pos,buy,2025-11-16 23:39:00,1024.0,3.025,1,leg_gt,3.94,60 -20040,buy_contrast_m10_bb_pos,buy,2025-11-17 01:12:00,1012.0,4.2478,1,leg_gt,3.88,60 -20041,buy_contrast_m10_bb_pos,buy,2025-11-17 01:15:00,1013.0,4.1448,1,leg_gt,3.88,60 -20042,buy_contrast_m10_bb_pos,buy,2025-11-17 01:18:00,1012.0,4.2478,1,leg_gt,3.87,60 -20043,buy_contrast_m10_bb_pos,buy,2025-11-17 01:21:00,1013.0,4.1448,1,leg_gt,3.87,60 -20044,buy_contrast_m10_bb_pos,buy,2025-11-17 01:24:00,1013.0,4.1448,1,leg_gt,3.87,60 -20045,buy_contrast_m10_bb_pos,buy,2025-11-17 01:27:00,1013.0,4.1448,1,leg_gt,3.87,60 -20046,buy_contrast_m10_bb_pos,buy,2025-11-17 01:30:00,1011.0,4.351,1,leg_gt,3.86,60 -20047,buy_contrast_m10_bb_pos,buy,2025-11-17 01:33:00,1010.0,4.4545,1,leg_gt,3.86,60 -20048,buy_contrast_m10_bb_pos,buy,2025-11-17 01:36:00,1010.0,4.4545,1,leg_gt,3.86,60 -20049,buy_contrast_m10_bb_pos,buy,2025-11-17 01:39:00,1007.0,4.7659,1,leg_gt,3.86,60 -20050,buy_contrast_m10_bb_pos,buy,2025-11-17 02:30:00,998.0,5.7116,1,leg_gt,3.82,60 -20051,buy_contrast_m10_bb_pos,buy,2025-11-17 02:33:00,994.0,6.1374,1,leg_gt,3.82,60 -20052,buy_contrast_m10_bb_pos,buy,2025-11-17 02:36:00,994.0,6.1374,1,leg_gt,3.82,60 -20053,buy_contrast_m10_bb_pos,buy,2025-11-17 02:39:00,995.0,6.0307,1,leg_gt,3.82,60 -20054,buy_contrast_m10_bb_pos,buy,2025-11-17 02:42:00,995.0,6.0307,1,leg_gt,3.81,60 -20055,buy_contrast_m10_bb_pos,buy,2025-11-17 02:45:00,993.0,6.2444,1,leg_gt,3.81,60 -20056,buy_contrast_m10_bb_pos,buy,2025-11-17 02:48:00,993.0,6.2444,1,leg_gt,3.81,60 -20057,buy_contrast_m10_bb_pos,buy,2025-11-17 02:51:00,992.0,6.3516,1,leg_gt,3.81,60 -20058,buy_contrast_m10_bb_pos,buy,2025-11-17 02:54:00,993.0,6.2444,1,leg_gt,3.81,60 -20059,buy_contrast_m10_bb_pos,buy,2025-11-17 02:57:00,989.0,6.6745,1,leg_gt,3.8,60 -20060,buy_contrast_m10_bb_pos,buy,2025-11-17 06:21:00,993.0,6.2444,1,leg_gt,3.66,60 -20061,buy_contrast_m10_bb_pos,buy,2025-11-17 06:24:00,991.0,6.459,1,leg_gt,3.66,60 -20062,buy_contrast_m10_bb_pos,buy,2025-11-17 06:27:00,990.0,6.5667,1,leg_gt,3.66,60 -20063,buy_contrast_m10_bb_pos,buy,2025-11-17 07:12:00,991.0,6.459,1,leg_gt,3.63,60 -20064,buy_contrast_m10_bb_pos,buy,2025-11-17 07:15:00,999.0,5.6057,1,leg_gt,3.62,60 -20065,buy_contrast_m10_bb_pos,buy,2025-11-17 07:18:00,998.0,5.7116,1,leg_gt,3.62,60 -20066,buy_contrast_m10_bb_pos,buy,2025-11-17 15:42:00,1011.0,4.351,1,leg_gt,3.27,60 -20067,buy_contrast_m10_bb_pos,buy,2025-11-17 15:45:00,1010.0,4.4545,1,leg_gt,3.27,60 -20068,buy_contrast_m10_bb_pos,buy,2025-11-17 15:48:00,1010.0,4.4545,1,leg_gt,3.27,60 -20069,buy_contrast_m10_bb_pos,buy,2025-11-17 15:51:00,1013.0,4.1448,1,leg_gt,3.27,60 -20070,buy_contrast_m10_bb_pos,buy,2025-11-17 15:54:00,1015.0,3.9394,1,leg_gt,3.26,60 -20071,buy_contrast_m10_bb_pos,buy,2025-11-17 15:57:00,1016.0,3.837,1,leg_gt,3.26,60 -20072,buy_contrast_m10_bb_pos,buy,2025-11-17 21:42:00,1015.0,3.9394,1,leg_gt,3.02,60 -20073,buy_contrast_m10_bb_pos,buy,2025-11-17 21:45:00,1015.0,3.9394,1,leg_gt,3.02,60 -20074,buy_contrast_m10_bb_pos,buy,2025-11-17 21:48:00,1014.0,4.042,1,leg_gt,3.02,60 -20075,buy_contrast_m10_bb_pos,buy,2025-11-17 21:51:00,1015.0,3.9394,1,leg_gt,3.02,60 -20076,buy_contrast_m10_bb_pos,buy,2025-11-17 21:54:00,1014.0,4.042,1,leg_gt,3.01,60 -20077,buy_contrast_m10_bb_pos,buy,2025-11-17 21:57:00,1015.0,3.9394,1,leg_gt,3.01,60 -20078,buy_contrast_m10_bb_pos,buy,2025-11-17 22:00:00,1015.0,3.9394,1,leg_gt,3.01,60 -20079,buy_contrast_m10_bb_pos,buy,2025-11-17 22:03:00,1013.0,4.1448,1,leg_gt,3.01,60 -20080,buy_contrast_m10_bb_pos,buy,2025-11-17 22:06:00,1012.0,4.2478,1,leg_gt,3.01,60 -20081,buy_contrast_m10_bb_pos,buy,2025-11-17 22:09:00,1012.0,4.2478,1,leg_gt,3.0,60 -20082,buy_contrast_m10_bb_pos,buy,2025-11-17 23:12:00,994.0,6.1374,1,leg_gt,2.96,60 -20083,buy_contrast_m10_bb_pos,buy,2025-11-17 23:15:00,997.0,5.8178,1,leg_gt,2.96,60 -20084,buy_contrast_m10_bb_pos,buy,2025-11-17 23:18:00,1003.0,5.1841,1,leg_gt,2.96,60 -20085,buy_contrast_m10_bb_pos,buy,2025-11-18 01:21:00,996.0,5.9241,1,leg_gt,2.87,60 -20086,buy_contrast_m10_bb_pos,buy,2025-11-18 01:24:00,997.0,5.8178,1,leg_gt,2.87,60 -20087,buy_contrast_m10_bb_pos,buy,2025-11-18 01:27:00,998.0,5.7116,1,leg_gt,2.87,60 -20088,buy_contrast_m10_bb_pos,buy,2025-11-18 02:51:00,988.0,6.7826,1,leg_gt,2.81,60 -20089,buy_contrast_m10_bb_pos,buy,2025-11-18 02:54:00,987.0,6.8909,1,leg_gt,2.81,60 -20090,buy_contrast_m10_bb_pos,buy,2025-11-18 02:57:00,989.0,6.6745,1,leg_gt,2.8,60 -20091,buy_contrast_m10_bb_pos,buy,2025-11-18 03:00:00,988.0,6.7826,1,leg_gt,2.8,60 -20092,buy_contrast_m10_bb_pos,buy,2025-11-18 03:03:00,989.0,6.6745,1,leg_gt,2.8,60 -20093,buy_contrast_m10_bb_pos,buy,2025-11-18 03:06:00,993.0,6.2444,1,leg_gt,2.8,60 -20094,buy_contrast_m10_bb_pos,buy,2025-11-18 03:09:00,993.0,6.2444,1,leg_gt,2.8,60 -20095,buy_contrast_m10_bb_pos,buy,2025-11-18 03:21:00,984.0,7.2171,1,leg_gt,2.79,60 -20096,buy_contrast_m10_bb_pos,buy,2025-11-18 03:24:00,985.0,7.1081,1,leg_gt,2.79,60 -20097,buy_contrast_m10_bb_pos,buy,2025-11-18 03:27:00,981.0,7.5453,1,leg_gt,2.78,60 -20098,buy_contrast_m10_bb_pos,buy,2025-11-18 03:42:00,980.0,7.6551,1,leg_gt,2.77,60 -20099,buy_contrast_m10_bb_pos,buy,2025-11-18 03:45:00,982.0,7.4356,1,leg_gt,2.77,60 -20100,buy_contrast_m10_bb_pos,buy,2025-11-18 03:48:00,990.0,6.5667,1,leg_gt,2.77,60 -20101,buy_contrast_m10_bb_pos,buy,2025-11-18 04:00:00,980.0,7.6551,1,leg_gt,2.76,60 -20102,buy_contrast_m10_bb_pos,buy,2025-11-18 04:03:00,980.0,7.6551,1,leg_gt,2.76,60 -20103,buy_contrast_m10_bb_pos,buy,2025-11-18 04:06:00,980.0,7.6551,1,leg_gt,2.76,60 -20104,buy_contrast_m10_bb_pos,buy,2025-11-18 04:09:00,981.0,7.5453,1,leg_gt,2.75,60 -20105,buy_contrast_m10_bb_pos,buy,2025-11-18 04:21:00,976.0,8.0967,1,leg_gt,2.75,60 -20106,buy_contrast_m10_bb_pos,buy,2025-11-18 04:24:00,977.0,7.986,1,leg_gt,2.74,60 -20107,buy_contrast_m10_bb_pos,buy,2025-11-18 04:27:00,974.0,8.3189,1,leg_gt,2.74,60 -20108,buy_contrast_m10_bb_pos,buy,2025-11-18 04:42:00,974.0,8.3189,1,leg_gt,2.73,60 -20109,buy_contrast_m10_bb_pos,buy,2025-11-18 04:45:00,973.0,8.4303,1,leg_gt,2.73,60 -20110,buy_contrast_m10_bb_pos,buy,2025-11-18 04:48:00,966.0,9.2168,1,leg_gt,2.73,60 -20111,buy_contrast_m10_bb_pos,buy,2025-11-18 04:51:00,972.0,8.542,1,leg_gt,2.72,60 -20112,buy_contrast_m10_bb_pos,buy,2025-11-18 04:54:00,971.0,8.6539,1,leg_gt,2.72,60 -20113,buy_contrast_m10_bb_pos,buy,2025-11-18 04:57:00,971.0,8.6539,1,leg_gt,2.72,60 -20114,buy_contrast_m10_bb_pos,buy,2025-11-18 05:00:00,969.0,8.8783,1,leg_gt,2.72,60 -20115,buy_contrast_m10_bb_pos,buy,2025-11-18 05:03:00,967.0,9.1037,1,leg_gt,2.72,60 -20116,buy_contrast_m10_bb_pos,buy,2025-11-18 05:06:00,973.0,8.4303,1,leg_gt,2.71,60 -20117,buy_contrast_m10_bb_pos,buy,2025-11-18 05:09:00,969.0,8.8783,1,leg_gt,2.71,60 -20118,buy_contrast_m10_bb_pos,buy,2025-11-18 05:42:00,963.0,9.5573,1,leg_gt,2.69,60 -20119,buy_contrast_m10_bb_pos,buy,2025-11-18 05:45:00,963.0,9.5573,1,leg_gt,2.69,60 -20120,buy_contrast_m10_bb_pos,buy,2025-11-18 05:48:00,966.0,9.2168,1,leg_gt,2.69,60 -20121,buy_contrast_m10_bb_pos,buy,2025-11-18 06:51:00,963.0,9.5573,1,leg_gt,2.64,60 -20122,buy_contrast_m10_bb_pos,buy,2025-11-18 06:54:00,964.0,9.4436,1,leg_gt,2.64,60 -20123,buy_contrast_m10_bb_pos,buy,2025-11-18 06:57:00,965.0,9.3301,1,leg_gt,2.64,60 -20124,buy_contrast_m10_bb_pos,buy,2025-11-18 15:42:00,982.0,7.4356,1,leg_gt,2.27,60 -20125,buy_contrast_m10_bb_pos,buy,2025-11-18 15:45:00,982.0,7.4356,1,leg_gt,2.27,60 -20126,buy_contrast_m10_bb_pos,buy,2025-11-18 15:48:00,983.0,7.3262,1,leg_gt,2.27,60 -20127,buy_contrast_m10_bb_pos,buy,2025-11-18 16:00:00,980.0,7.6551,1,leg_gt,2.26,60 -20128,buy_contrast_m10_bb_pos,buy,2025-11-18 16:03:00,978.0,7.8755,1,leg_gt,2.26,60 -20129,buy_contrast_m10_bb_pos,buy,2025-11-18 16:06:00,981.0,7.5453,1,leg_gt,2.26,60 -20130,buy_contrast_m10_bb_pos,buy,2025-11-18 16:09:00,982.0,7.4356,1,leg_gt,2.25,60 -20131,buy_contrast_m10_bb_pos,buy,2025-11-18 16:21:00,980.0,7.6551,1,leg_gt,2.25,60 -20132,buy_contrast_m10_bb_pos,buy,2025-11-18 16:24:00,982.0,7.4356,1,leg_gt,2.24,60 -20133,buy_contrast_m10_bb_pos,buy,2025-11-18 16:27:00,988.0,6.7826,1,leg_gt,2.24,60 -20134,buy_contrast_m10_bb_pos,buy,2025-11-19 13:21:00,1004.0,5.0793,1,leg_gt,1.37,60 -20135,buy_contrast_m10_bb_pos,buy,2025-11-19 13:24:00,1002.0,5.2892,1,leg_gt,1.37,60 -20136,buy_contrast_m10_bb_pos,buy,2025-11-19 13:27:00,1001.0,5.3945,1,leg_gt,1.37,60 -20137,buy_contrast_m10_bb_pos,buy,2025-11-19 13:30:00,1001.0,5.3945,1,leg_gt,1.36,60 -20138,buy_contrast_m10_bb_pos,buy,2025-11-19 13:33:00,999.0,5.6057,1,leg_gt,1.36,60 -20139,buy_contrast_m10_bb_pos,buy,2025-11-19 13:36:00,997.0,5.8178,1,leg_gt,1.36,60 -20140,buy_contrast_m10_bb_pos,buy,2025-11-19 13:39:00,999.0,5.6057,1,leg_gt,1.36,60 -20141,buy_contrast_m10_bb_pos,buy,2025-11-19 13:42:00,999.0,5.6057,1,leg_gt,1.36,60 -20142,buy_contrast_m10_bb_pos,buy,2025-11-19 13:45:00,997.0,5.8178,1,leg_gt,1.35,60 -20143,buy_contrast_m10_bb_pos,buy,2025-11-19 13:48:00,998.0,5.7116,1,leg_gt,1.35,60 -20144,buy_contrast_m10_bb_pos,buy,2025-11-19 13:51:00,997.0,5.8178,1,leg_gt,1.35,60 -20145,buy_contrast_m10_bb_pos,buy,2025-11-19 13:54:00,1000.0,5.5,1,leg_gt,1.35,60 -20146,buy_contrast_m10_bb_pos,buy,2025-11-19 13:57:00,999.0,5.6057,1,leg_gt,1.35,60 -20147,buy_contrast_m10_bb_pos,buy,2025-11-19 14:00:00,998.0,5.7116,1,leg_gt,1.34,60 -20148,buy_contrast_m10_bb_pos,buy,2025-11-19 14:03:00,996.0,5.9241,1,leg_gt,1.34,60 -20149,buy_contrast_m10_bb_pos,buy,2025-11-19 14:06:00,994.0,6.1374,1,leg_gt,1.34,60 -20150,buy_contrast_m10_bb_pos,buy,2025-11-19 14:09:00,992.0,6.3516,1,leg_gt,1.34,60 -20151,buy_contrast_m10_bb_pos,buy,2025-11-19 14:12:00,993.0,6.2444,1,leg_gt,1.34,60 -20152,buy_contrast_m10_bb_pos,buy,2025-11-19 14:15:00,993.0,6.2444,1,leg_gt,1.33,60 -20153,buy_contrast_m10_bb_pos,buy,2025-11-19 14:18:00,995.0,6.0307,1,leg_gt,1.33,60 -20154,buy_contrast_m10_bb_pos,buy,2025-11-19 14:21:00,995.0,6.0307,1,leg_gt,1.33,60 -20155,buy_contrast_m10_bb_pos,buy,2025-11-19 14:24:00,993.0,6.2444,1,leg_gt,1.33,60 -20156,buy_contrast_m10_bb_pos,buy,2025-11-19 14:27:00,990.0,6.5667,1,leg_gt,1.32,60 -20157,buy_contrast_m10_bb_pos,buy,2025-11-19 14:30:00,989.0,6.6745,1,leg_gt,1.32,60 -20158,buy_contrast_m10_bb_pos,buy,2025-11-19 14:33:00,988.0,6.7826,1,leg_gt,1.32,60 -20159,buy_contrast_m10_bb_pos,buy,2025-11-19 14:36:00,984.0,7.2171,1,leg_gt,1.32,60 -20160,buy_contrast_m10_bb_pos,buy,2025-11-19 14:39:00,981.0,7.5453,1,leg_gt,1.32,60 -20161,buy_contrast_m10_bb_pos,buy,2025-11-19 15:00:00,985.0,7.1081,1,leg_gt,1.3,60 -20162,buy_contrast_m10_bb_pos,buy,2025-11-19 15:03:00,984.0,7.2171,1,leg_gt,1.3,60 -20163,buy_contrast_m10_bb_pos,buy,2025-11-19 15:06:00,987.0,6.8909,1,leg_gt,1.3,60 -20164,buy_contrast_m10_bb_pos,buy,2025-11-19 15:09:00,989.0,6.6745,1,leg_gt,1.3,60 -20165,buy_contrast_m10_bb_pos,buy,2025-11-19 18:12:00,987.0,6.8909,1,leg_gt,1.17,60 -20166,buy_contrast_m10_bb_pos,buy,2025-11-19 18:15:00,989.0,6.6745,1,leg_gt,1.17,60 -20167,buy_contrast_m10_bb_pos,buy,2025-11-19 18:18:00,986.0,6.9994,1,leg_gt,1.16,60 -20168,buy_contrast_m10_bb_pos,buy,2025-11-19 18:21:00,986.0,6.9994,1,leg_gt,1.16,60 -20169,buy_contrast_m10_bb_pos,buy,2025-11-19 18:24:00,983.0,7.3262,1,leg_gt,1.16,60 -20170,buy_contrast_m10_bb_pos,buy,2025-11-19 18:27:00,984.0,7.2171,1,leg_gt,1.16,60 -20171,buy_contrast_m10_bb_pos,buy,2025-11-19 18:30:00,986.0,6.9994,1,leg_gt,1.16,60 -20172,buy_contrast_m10_bb_pos,buy,2025-11-19 18:33:00,989.0,6.6745,1,leg_gt,1.15,60 -20173,buy_contrast_m10_bb_pos,buy,2025-11-19 18:36:00,988.0,6.7826,1,leg_gt,1.15,60 -20174,buy_contrast_m10_bb_pos,buy,2025-11-19 18:39:00,989.0,6.6745,1,leg_gt,1.15,60 -20175,buy_contrast_m10_bb_pos,buy,2025-11-19 23:21:00,986.0,6.9994,1,leg_gt,0.95,60 -20176,buy_contrast_m10_bb_pos,buy,2025-11-19 23:24:00,985.0,7.1081,1,leg_gt,0.95,60 -20177,buy_contrast_m10_bb_pos,buy,2025-11-19 23:27:00,981.0,7.5453,1,leg_gt,0.95,60 -20178,buy_contrast_m10_bb_pos,buy,2025-11-20 00:51:00,980.0,7.6551,1,leg_gt,0.89,60 -20179,buy_contrast_m10_bb_pos,buy,2025-11-20 00:54:00,979.0,7.7652,1,leg_gt,0.89,60 -20180,buy_contrast_m10_bb_pos,buy,2025-11-20 00:57:00,978.0,7.8755,1,leg_gt,0.89,60 -20181,buy_contrast_m10_bb_pos,buy,2025-11-20 01:21:00,973.0,8.4303,1,leg_gt,0.87,60 -20182,buy_contrast_m10_bb_pos,buy,2025-11-20 01:24:00,971.0,8.6539,1,leg_gt,0.87,60 -20183,buy_contrast_m10_bb_pos,buy,2025-11-20 01:27:00,972.0,8.542,1,leg_gt,0.87,60 -20184,buy_contrast_m10_bb_pos,buy,2025-11-20 01:42:00,972.0,8.542,1,leg_gt,0.86,60 -20185,buy_contrast_m10_bb_pos,buy,2025-11-20 01:45:00,968.0,8.9909,1,leg_gt,0.85,60 -20186,buy_contrast_m10_bb_pos,buy,2025-11-20 01:48:00,969.0,8.8783,1,leg_gt,0.85,60 -20187,buy_contrast_m10_bb_pos,buy,2025-11-20 01:51:00,967.0,9.1037,1,leg_gt,0.85,60 -20188,buy_contrast_m10_bb_pos,buy,2025-11-20 01:54:00,966.0,9.2168,1,leg_gt,0.85,60 -20189,buy_contrast_m10_bb_pos,buy,2025-11-20 01:57:00,964.0,9.4436,1,leg_gt,0.85,60 -20190,buy_contrast_m10_bb_pos,buy,2025-11-20 02:00:00,967.0,9.1037,1,leg_gt,0.84,60 -20191,buy_contrast_m10_bb_pos,buy,2025-11-20 02:03:00,966.0,9.2168,1,leg_gt,0.84,60 -20192,buy_contrast_m10_bb_pos,buy,2025-11-20 02:06:00,962.0,9.6713,1,leg_gt,0.84,60 -20193,buy_contrast_m10_bb_pos,buy,2025-11-20 02:09:00,963.0,9.5573,1,leg_gt,0.84,60 -20194,buy_contrast_m10_bb_pos,buy,2025-11-20 02:12:00,963.0,9.5573,1,leg_gt,0.84,60 -20195,buy_contrast_m10_bb_pos,buy,2025-11-20 02:15:00,962.0,9.6713,1,leg_gt,0.83,60 -20196,buy_contrast_m10_bb_pos,buy,2025-11-20 02:18:00,962.0,9.6713,1,leg_gt,0.83,60 -20197,buy_contrast_m10_bb_pos,buy,2025-11-20 02:21:00,958.0,10.1296,1,leg_gt,0.83,60 -20198,buy_contrast_m10_bb_pos,buy,2025-11-20 02:24:00,965.0,9.3301,1,leg_gt,0.83,60 -20199,buy_contrast_m10_bb_pos,buy,2025-11-20 02:27:00,962.0,9.6713,1,leg_gt,0.82,60 -20200,buy_contrast_m10_bb_pos,buy,2025-11-20 02:42:00,961.0,9.7855,1,leg_gt,0.81,60 -20201,buy_contrast_m10_bb_pos,buy,2025-11-20 02:45:00,964.0,9.4436,1,leg_gt,0.81,60 -20202,buy_contrast_m10_bb_pos,buy,2025-11-20 02:48:00,963.0,9.5573,1,leg_gt,0.81,60 -20203,buy_contrast_m10_bb_pos,buy,2025-11-20 03:42:00,953.0,10.708,1,leg_gt,0.77,60 -20204,buy_contrast_m10_bb_pos,buy,2025-11-20 03:45:00,952.0,10.8244,1,leg_gt,0.77,60 -20205,buy_contrast_m10_bb_pos,buy,2025-11-20 03:48:00,953.0,10.708,1,leg_gt,0.77,60 -20206,buy_contrast_m10_bb_pos,buy,2025-11-20 03:51:00,952.0,10.8244,1,leg_gt,0.77,60 -20207,buy_contrast_m10_bb_pos,buy,2025-11-20 03:54:00,951.0,10.941,1,leg_gt,0.76,60 -20208,buy_contrast_m10_bb_pos,buy,2025-11-20 03:57:00,955.0,10.4759,1,leg_gt,0.76,60 -20209,buy_contrast_m10_bb_pos,buy,2025-11-20 04:42:00,954.0,10.5918,1,leg_gt,0.73,60 -20210,buy_contrast_m10_bb_pos,buy,2025-11-20 04:45:00,954.0,10.5918,1,leg_gt,0.73,60 -20211,buy_contrast_m10_bb_pos,buy,2025-11-20 04:48:00,954.0,10.5918,1,leg_gt,0.73,60 -20212,buy_contrast_m10_bb_pos,buy,2025-11-20 13:30:00,1000.0,5.5,1,leg_gt,0.36,60 -20213,buy_contrast_m10_bb_pos,buy,2025-11-20 13:33:00,1002.0,5.2892,1,leg_gt,0.36,60 -20214,buy_contrast_m10_bb_pos,buy,2025-11-20 13:36:00,999.0,5.6057,1,leg_gt,0.36,60 -20215,buy_contrast_m10_bb_pos,buy,2025-11-20 13:39:00,1000.0,5.5,1,leg_gt,0.36,60 -20216,buy_contrast_m10_bb_pos,buy,2025-11-20 13:42:00,1001.0,5.3945,1,leg_gt,0.36,60 -20217,buy_contrast_m10_bb_pos,buy,2025-11-20 13:45:00,1001.0,5.3945,1,leg_gt,0.35,60 -20218,buy_contrast_m10_bb_pos,buy,2025-11-20 13:48:00,1003.0,5.1841,1,leg_gt,0.35,60 -20219,buy_contrast_m10_bb_pos,buy,2025-11-21 00:21:00,1041.0,-5.7676,0,leg_gt,12.03,60 -20220,buy_contrast_m10_bb_pos,buy,2025-11-21 00:24:00,1043.0,-5.9485,0,leg_gt,12.02,60 -20221,buy_contrast_m10_bb_pos,buy,2025-11-21 00:27:00,1041.0,-5.7676,0,leg_gt,12.02,60 -20222,buy_contrast_m10_bb_pos,buy,2025-11-21 00:42:00,1033.0,-5.0371,0,leg_gt,12.01,60 -20223,buy_contrast_m10_bb_pos,buy,2025-11-21 00:45:00,1036.0,-5.3124,0,leg_gt,12.01,60 -20224,buy_contrast_m10_bb_pos,buy,2025-11-21 00:48:00,1032.0,-4.945,0,leg_gt,12.01,60 -20225,buy_contrast_m10_bb_pos,buy,2025-11-21 02:00:00,982.0,-0.1,0,leg_gt,11.96,60 -20226,buy_contrast_m10_bb_pos,buy,2025-11-21 02:03:00,979.0,0.2064,1,leg_gt,11.96,60 -20227,buy_contrast_m10_bb_pos,buy,2025-11-21 02:06:00,978.0,0.309,1,leg_gt,11.95,60 -20228,buy_contrast_m10_bb_pos,buy,2025-11-21 02:09:00,980.0,0.1041,1,leg_gt,11.95,60 -20229,buy_contrast_m10_bb_pos,buy,2025-11-21 02:12:00,973.0,0.825,1,leg_gt,11.95,60 -20230,buy_contrast_m10_bb_pos,buy,2025-11-21 02:15:00,973.0,0.825,1,leg_gt,11.95,60 -20231,buy_contrast_m10_bb_pos,buy,2025-11-21 02:18:00,969.0,1.2416,1,leg_gt,11.95,60 -20232,buy_contrast_m10_bb_pos,buy,2025-11-21 02:21:00,973.0,0.825,1,leg_gt,11.94,60 -20233,buy_contrast_m10_bb_pos,buy,2025-11-21 02:24:00,978.0,0.309,1,leg_gt,11.94,60 -20234,buy_contrast_m10_bb_pos,buy,2025-11-21 02:27:00,976.0,0.5148,1,leg_gt,11.94,60 -20235,buy_contrast_m10_bb_pos,buy,2025-11-21 02:30:00,975.0,0.6179,1,leg_gt,11.94,60 -20236,buy_contrast_m10_bb_pos,buy,2025-11-21 02:33:00,975.0,0.6179,1,leg_gt,11.94,60 -20237,buy_contrast_m10_bb_pos,buy,2025-11-21 02:36:00,977.0,0.4118,1,leg_gt,11.93,60 -20238,buy_contrast_m10_bb_pos,buy,2025-11-21 02:39:00,985.0,-0.4046,0,leg_gt,11.93,60 -20239,buy_contrast_m10_bb_pos,buy,2025-11-21 11:12:00,977.0,0.4118,1,leg_gt,11.58,60 -20240,buy_contrast_m10_bb_pos,buy,2025-11-21 11:15:00,975.0,0.6179,1,leg_gt,11.57,60 -20241,buy_contrast_m10_bb_pos,buy,2025-11-21 11:18:00,976.0,0.5148,1,leg_gt,11.57,60 -20242,buy_contrast_m10_bb_pos,buy,2025-11-21 11:30:00,978.0,0.309,1,leg_gt,11.56,60 -20243,buy_contrast_m10_bb_pos,buy,2025-11-21 11:33:00,975.0,0.6179,1,leg_gt,11.56,60 -20244,buy_contrast_m10_bb_pos,buy,2025-11-21 11:36:00,977.0,0.4118,1,leg_gt,11.56,60 -20245,buy_contrast_m10_bb_pos,buy,2025-11-21 11:39:00,977.0,0.4118,1,leg_gt,11.56,60 -20246,buy_contrast_m10_bb_pos,buy,2025-11-21 11:42:00,977.0,0.4118,1,leg_gt,11.55,60 -20247,buy_contrast_m10_bb_pos,buy,2025-11-21 11:45:00,970.0,1.1371,1,leg_gt,11.55,60 -20248,buy_contrast_m10_bb_pos,buy,2025-11-21 11:48:00,974.0,0.7214,1,leg_gt,11.55,60 -20249,buy_contrast_m10_bb_pos,buy,2025-11-21 11:51:00,974.0,0.7214,1,leg_gt,11.55,60 -20250,buy_contrast_m10_bb_pos,buy,2025-11-21 11:54:00,970.0,1.1371,1,leg_gt,11.55,60 -20251,buy_contrast_m10_bb_pos,buy,2025-11-21 11:57:00,967.0,1.4512,1,leg_gt,11.54,60 -20252,buy_contrast_m10_bb_pos,buy,2025-11-21 12:21:00,969.0,1.2416,1,leg_gt,11.53,60 -20253,buy_contrast_m10_bb_pos,buy,2025-11-21 12:24:00,972.0,0.9288,1,leg_gt,11.52,60 -20254,buy_contrast_m10_bb_pos,buy,2025-11-21 12:27:00,973.0,0.825,1,leg_gt,11.52,60 -20255,buy_contrast_m10_bb_pos,buy,2025-11-21 13:42:00,961.0,2.0852,1,leg_gt,11.47,60 -20256,buy_contrast_m10_bb_pos,buy,2025-11-21 13:45:00,969.0,1.2416,1,leg_gt,11.47,60 -20257,buy_contrast_m10_bb_pos,buy,2025-11-21 13:48:00,964.0,1.7672,1,leg_gt,11.47,60 -20258,buy_contrast_m10_bb_pos,buy,2025-11-21 15:21:00,959.0,2.2983,1,leg_gt,11.4,60 -20259,buy_contrast_m10_bb_pos,buy,2025-11-21 15:24:00,960.0,2.1917,1,leg_gt,11.4,60 -20260,buy_contrast_m10_bb_pos,buy,2025-11-21 15:27:00,962.0,1.979,1,leg_gt,11.4,60 -20261,buy_contrast_m10_bb_pos,buy,2025-11-21 15:30:00,959.0,2.2983,1,leg_gt,11.4,60 -20262,buy_contrast_m10_bb_pos,buy,2025-11-21 15:33:00,960.0,2.1917,1,leg_gt,11.39,60 -20263,buy_contrast_m10_bb_pos,buy,2025-11-21 15:36:00,963.0,1.873,1,leg_gt,11.39,60 -20264,buy_contrast_m10_bb_pos,buy,2025-11-21 15:39:00,959.0,2.2983,1,leg_gt,11.39,60 -20265,buy_contrast_m10_bb_pos,buy,2025-11-21 16:30:00,954.0,2.835,1,leg_gt,11.35,60 -20266,buy_contrast_m10_bb_pos,buy,2025-11-21 16:33:00,946.0,3.7055,1,leg_gt,11.35,60 -20267,buy_contrast_m10_bb_pos,buy,2025-11-21 16:36:00,929.0,5.6051,1,leg_gt,11.35,60 -20268,buy_contrast_m10_bb_pos,buy,2025-11-21 16:39:00,922.0,6.4076,1,leg_gt,11.35,60 -20269,buy_contrast_m10_bb_pos,buy,2025-11-21 17:12:00,926.0,5.9475,1,leg_gt,11.32,60 -20270,buy_contrast_m10_bb_pos,buy,2025-11-21 17:15:00,924.0,6.1771,1,leg_gt,11.32,60 -20271,buy_contrast_m10_bb_pos,buy,2025-11-21 17:18:00,928.0,5.719,1,leg_gt,11.32,60 -20272,buy_contrast_m10_bb_pos,buy,2025-11-21 17:21:00,926.0,5.9475,1,leg_gt,11.32,60 -20273,buy_contrast_m10_bb_pos,buy,2025-11-21 17:24:00,929.0,5.6051,1,leg_gt,11.32,60 -20274,buy_contrast_m10_bb_pos,buy,2025-11-21 17:27:00,918.0,6.8717,1,leg_gt,11.31,60 -20275,buy_contrast_m10_bb_pos,buy,2025-11-21 17:30:00,917.0,6.9883,1,leg_gt,11.31,60 -20276,buy_contrast_m10_bb_pos,buy,2025-11-21 17:33:00,920.0,6.6391,1,leg_gt,11.31,60 -20277,buy_contrast_m10_bb_pos,buy,2025-11-21 17:36:00,913.0,7.4575,1,leg_gt,11.31,60 -20278,buy_contrast_m10_bb_pos,buy,2025-11-21 17:39:00,913.0,7.4575,1,leg_gt,11.31,60 -20279,buy_contrast_m10_bb_pos,buy,2025-11-21 17:42:00,913.0,7.4575,1,leg_gt,11.3,60 -20280,buy_contrast_m10_bb_pos,buy,2025-11-21 17:45:00,908.0,8.0498,1,leg_gt,11.3,60 -20281,buy_contrast_m10_bb_pos,buy,2025-11-21 17:48:00,910.0,7.8121,1,leg_gt,11.3,60 -20282,buy_contrast_m10_bb_pos,buy,2025-11-21 17:51:00,907.0,8.169,1,leg_gt,11.3,60 -20283,buy_contrast_m10_bb_pos,buy,2025-11-21 17:54:00,912.0,7.5754,1,leg_gt,11.3,60 -20284,buy_contrast_m10_bb_pos,buy,2025-11-21 17:57:00,912.0,7.5754,1,leg_gt,11.29,60 -20285,buy_contrast_m10_bb_pos,buy,2025-11-21 18:00:00,910.0,7.8121,1,leg_gt,11.29,60 -20286,buy_contrast_m10_bb_pos,buy,2025-11-21 18:03:00,913.0,7.4575,1,leg_gt,11.29,60 -20287,buy_contrast_m10_bb_pos,buy,2025-11-21 18:06:00,912.0,7.5754,1,leg_gt,11.29,60 -20288,buy_contrast_m10_bb_pos,buy,2025-11-21 18:09:00,910.0,7.8121,1,leg_gt,11.29,60 -20289,buy_contrast_m10_bb_pos,buy,2025-11-21 21:12:00,888.0,10.4856,1,leg_gt,11.16,60 -20290,buy_contrast_m10_bb_pos,buy,2025-11-21 21:15:00,891.0,10.1132,1,leg_gt,11.16,60 -20291,buy_contrast_m10_bb_pos,buy,2025-11-21 21:18:00,889.0,10.3612,1,leg_gt,11.15,60 -20292,buy_contrast_m10_bb_pos,buy,2025-11-22 01:12:00,894.0,9.7434,1,leg_gt,10.99,60 -20293,buy_contrast_m10_bb_pos,buy,2025-11-22 01:15:00,894.0,9.7434,1,leg_gt,10.99,60 -20294,buy_contrast_m10_bb_pos,buy,2025-11-22 01:18:00,891.0,10.1132,1,leg_gt,10.99,60 -20295,buy_contrast_m10_bb_pos,buy,2025-11-22 05:42:00,892.0,9.9897,1,leg_gt,10.8,60 -20296,buy_contrast_m10_bb_pos,buy,2025-11-22 05:45:00,893.0,9.8664,1,leg_gt,10.8,60 -20297,buy_contrast_m10_bb_pos,buy,2025-11-22 05:48:00,891.0,10.1132,1,leg_gt,10.8,60 -20298,buy_contrast_m10_bb_pos,buy,2025-11-22 06:00:00,888.0,10.4856,1,leg_gt,10.79,60 -20299,buy_contrast_m10_bb_pos,buy,2025-11-22 06:03:00,889.0,10.3612,1,leg_gt,10.79,60 -20300,buy_contrast_m10_bb_pos,buy,2025-11-22 06:06:00,885.0,10.8605,1,leg_gt,10.79,60 -20301,buy_contrast_m10_bb_pos,buy,2025-11-22 06:09:00,882.0,11.2379,1,leg_gt,10.79,60 -20302,buy_contrast_m10_bb_pos,buy,2025-11-22 06:12:00,881.0,11.3642,1,leg_gt,10.78,60 -20303,buy_contrast_m10_bb_pos,buy,2025-11-22 06:15:00,886.0,10.7352,1,leg_gt,10.78,60 -20304,buy_contrast_m10_bb_pos,buy,2025-11-22 06:18:00,891.0,10.1132,1,leg_gt,10.78,60 -20305,buy_contrast_m10_bb_pos,buy,2025-11-22 12:51:00,900.0,9.0111,1,leg_gt,10.51,60 -20306,buy_contrast_m10_bb_pos,buy,2025-11-22 12:54:00,901.0,8.89,1,leg_gt,10.5,60 -20307,buy_contrast_m10_bb_pos,buy,2025-11-22 12:57:00,903.0,8.6486,1,leg_gt,10.5,60 -20308,buy_contrast_m10_bb_pos,buy,2025-11-22 13:30:00,891.0,10.1132,1,leg_gt,10.48,60 -20309,buy_contrast_m10_bb_pos,buy,2025-11-22 13:33:00,891.0,10.1132,1,leg_gt,10.48,60 -20310,buy_contrast_m10_bb_pos,buy,2025-11-22 13:36:00,887.0,10.6103,1,leg_gt,10.48,60 -20311,buy_contrast_m10_bb_pos,buy,2025-11-22 13:39:00,887.0,10.6103,1,leg_gt,10.47,60 -20312,buy_contrast_m10_bb_pos,buy,2025-11-22 13:51:00,888.0,10.4856,1,leg_gt,10.46,60 -20313,buy_contrast_m10_bb_pos,buy,2025-11-22 13:54:00,897.0,9.376,1,leg_gt,10.46,60 -20314,buy_contrast_m10_bb_pos,buy,2025-11-22 13:57:00,891.0,10.1132,1,leg_gt,10.46,60 -20315,buy_contrast_m10_bb_pos,buy,2025-11-22 14:42:00,880.0,11.4909,1,leg_gt,10.43,60 -20316,buy_contrast_m10_bb_pos,buy,2025-11-22 14:45:00,882.0,11.2379,1,leg_gt,10.43,60 -20317,buy_contrast_m10_bb_pos,buy,2025-11-22 14:48:00,886.0,10.7352,1,leg_gt,10.42,60 -20318,buy_contrast_m10_bb_pos,buy,2025-11-22 18:00:00,884.0,10.986,1,leg_gt,10.29,60 -20319,buy_contrast_m10_bb_pos,buy,2025-11-22 18:03:00,886.0,10.7352,1,leg_gt,10.29,60 -20320,buy_contrast_m10_bb_pos,buy,2025-11-22 18:06:00,887.0,10.6103,1,leg_gt,10.29,60 -20321,buy_contrast_m10_bb_pos,buy,2025-11-22 18:09:00,889.0,10.3612,1,leg_gt,10.29,60 -20322,buy_contrast_m10_bb_pos,buy,2025-11-22 18:30:00,883.0,11.1118,1,leg_gt,10.27,60 -20323,buy_contrast_m10_bb_pos,buy,2025-11-22 18:33:00,887.0,10.6103,1,leg_gt,10.27,60 -20324,buy_contrast_m10_bb_pos,buy,2025-11-22 18:36:00,895.0,9.6207,1,leg_gt,10.27,60 -20325,buy_contrast_m10_bb_pos,buy,2025-11-22 18:39:00,893.0,9.8664,1,leg_gt,10.26,60 -20326,buy_contrast_m10_bb_pos,buy,2025-11-23 05:42:00,899.0,9.1325,1,leg_gt,9.8,60 -20327,buy_contrast_m10_bb_pos,buy,2025-11-23 05:45:00,897.0,9.376,1,leg_gt,9.8,60 -20328,buy_contrast_m10_bb_pos,buy,2025-11-23 05:48:00,897.0,9.376,1,leg_gt,9.8,60 -20329,buy_contrast_m10_bb_pos,buy,2025-11-23 06:12:00,894.0,9.7434,1,leg_gt,9.78,60 -20330,buy_contrast_m10_bb_pos,buy,2025-11-23 06:15:00,895.0,9.6207,1,leg_gt,9.78,60 -20331,buy_contrast_m10_bb_pos,buy,2025-11-23 06:18:00,898.0,9.2541,1,leg_gt,9.78,60 -20332,buy_contrast_m10_bb_pos,buy,2025-11-23 16:42:00,917.0,6.9883,1,leg_gt,9.35,60 -20333,buy_contrast_m10_bb_pos,buy,2025-11-23 16:45:00,916.0,7.1052,1,leg_gt,9.34,60 -20334,buy_contrast_m10_bb_pos,buy,2025-11-23 16:48:00,917.0,6.9883,1,leg_gt,9.34,60 -20335,buy_contrast_m10_bb_pos,buy,2025-11-24 00:00:00,917.0,6.9883,1,leg_gt,9.04,60 -20336,buy_contrast_m10_bb_pos,buy,2025-11-24 00:03:00,919.0,6.7553,1,leg_gt,9.04,60 -20337,buy_contrast_m10_bb_pos,buy,2025-11-24 00:06:00,916.0,7.1052,1,leg_gt,9.04,60 -20338,buy_contrast_m10_bb_pos,buy,2025-11-24 00:09:00,917.0,6.9883,1,leg_gt,9.04,60 -20339,buy_contrast_m10_bb_pos,buy,2025-11-24 00:12:00,917.0,6.9883,1,leg_gt,9.03,60 -20340,buy_contrast_m10_bb_pos,buy,2025-11-24 00:15:00,919.0,6.7553,1,leg_gt,9.03,60 -20341,buy_contrast_m10_bb_pos,buy,2025-11-24 00:18:00,920.0,6.6391,1,leg_gt,9.03,60 -20342,buy_contrast_m10_bb_pos,buy,2025-11-24 09:21:00,910.0,7.8121,1,leg_gt,8.65,60 -20343,buy_contrast_m10_bb_pos,buy,2025-11-24 09:24:00,914.0,7.3398,1,leg_gt,8.65,60 -20344,buy_contrast_m10_bb_pos,buy,2025-11-24 09:27:00,919.0,6.7553,1,leg_gt,8.65,60 -20345,buy_contrast_m10_bb_pos,buy,2025-11-24 15:12:00,924.0,6.1771,1,leg_gt,8.41,60 -20346,buy_contrast_m10_bb_pos,buy,2025-11-24 15:15:00,924.0,6.1771,1,leg_gt,8.41,60 -20347,buy_contrast_m10_bb_pos,buy,2025-11-24 15:18:00,926.0,5.9475,1,leg_gt,8.4,60 -20348,buy_contrast_m10_bb_pos,buy,2025-11-24 19:00:00,912.0,7.5754,1,leg_gt,8.25,60 -20349,buy_contrast_m10_bb_pos,buy,2025-11-24 19:03:00,911.0,7.6936,1,leg_gt,8.25,60 -20350,buy_contrast_m10_bb_pos,buy,2025-11-24 19:06:00,913.0,7.4575,1,leg_gt,8.25,60 -20351,buy_contrast_m10_bb_pos,buy,2025-11-24 19:09:00,911.0,7.6936,1,leg_gt,8.24,60 -20352,buy_contrast_m10_bb_pos,buy,2025-11-24 19:12:00,913.0,7.4575,1,leg_gt,8.24,60 -20353,buy_contrast_m10_bb_pos,buy,2025-11-24 19:15:00,911.0,7.6936,1,leg_gt,8.24,60 -20354,buy_contrast_m10_bb_pos,buy,2025-11-24 19:18:00,913.0,7.4575,1,leg_gt,8.24,60 -20355,buy_contrast_m10_bb_pos,buy,2025-11-24 19:21:00,914.0,7.3398,1,leg_gt,8.24,60 -20356,buy_contrast_m10_bb_pos,buy,2025-11-24 19:24:00,912.0,7.5754,1,leg_gt,8.23,60 -20357,buy_contrast_m10_bb_pos,buy,2025-11-24 19:27:00,912.0,7.5754,1,leg_gt,8.23,60 -20358,buy_contrast_m10_bb_pos,buy,2025-11-24 19:42:00,911.0,7.6936,1,leg_gt,8.22,60 -20359,buy_contrast_m10_bb_pos,buy,2025-11-24 19:45:00,908.0,8.0498,1,leg_gt,8.22,60 -20360,buy_contrast_m10_bb_pos,buy,2025-11-24 19:48:00,910.0,7.8121,1,leg_gt,8.22,60 -20361,buy_contrast_m10_bb_pos,buy,2025-11-24 23:21:00,906.0,8.2885,1,leg_gt,8.07,60 -20362,buy_contrast_m10_bb_pos,buy,2025-11-24 23:24:00,906.0,8.2885,1,leg_gt,8.07,60 -20363,buy_contrast_m10_bb_pos,buy,2025-11-24 23:27:00,906.0,8.2885,1,leg_gt,8.06,60 -20364,buy_contrast_m10_bb_pos,buy,2025-11-25 08:30:00,958.0,2.4052,1,leg_gt,7.69,60 -20365,buy_contrast_m10_bb_pos,buy,2025-11-25 08:33:00,957.0,2.5123,1,leg_gt,7.69,60 -20366,buy_contrast_m10_bb_pos,buy,2025-11-25 08:36:00,955.0,2.7272,1,leg_gt,7.68,60 -20367,buy_contrast_m10_bb_pos,buy,2025-11-25 08:39:00,956.0,2.6197,1,leg_gt,7.68,60 -20368,buy_contrast_m10_bb_pos,buy,2025-11-25 08:51:00,956.0,2.6197,1,leg_gt,7.67,60 -20369,buy_contrast_m10_bb_pos,buy,2025-11-25 08:54:00,954.0,2.835,1,leg_gt,7.67,60 -20370,buy_contrast_m10_bb_pos,buy,2025-11-25 08:57:00,955.0,2.7272,1,leg_gt,7.67,60 -20371,buy_contrast_m10_bb_pos,buy,2025-11-25 09:00:00,956.0,2.6197,1,leg_gt,7.67,60 -20372,buy_contrast_m10_bb_pos,buy,2025-11-25 09:03:00,954.0,2.835,1,leg_gt,7.66,60 -20373,buy_contrast_m10_bb_pos,buy,2025-11-25 09:06:00,957.0,2.5123,1,leg_gt,7.66,60 -20374,buy_contrast_m10_bb_pos,buy,2025-11-25 09:09:00,960.0,2.1917,1,leg_gt,7.66,60 -20375,buy_contrast_m10_bb_pos,buy,2025-11-25 09:42:00,954.0,2.835,1,leg_gt,7.64,60 -20376,buy_contrast_m10_bb_pos,buy,2025-11-25 09:45:00,954.0,2.835,1,leg_gt,7.64,60 -20377,buy_contrast_m10_bb_pos,buy,2025-11-25 09:48:00,956.0,2.6197,1,leg_gt,7.63,60 -20378,buy_contrast_m10_bb_pos,buy,2025-11-25 11:00:00,951.0,3.1597,1,leg_gt,7.58,60 -20379,buy_contrast_m10_bb_pos,buy,2025-11-25 11:03:00,952.0,3.0513,1,leg_gt,7.58,60 -20380,buy_contrast_m10_bb_pos,buy,2025-11-25 11:06:00,952.0,3.0513,1,leg_gt,7.58,60 -20381,buy_contrast_m10_bb_pos,buy,2025-11-25 11:09:00,952.0,3.0513,1,leg_gt,7.58,60 -20382,buy_contrast_m10_bb_pos,buy,2025-11-25 11:12:00,951.0,3.1597,1,leg_gt,7.58,60 -20383,buy_contrast_m10_bb_pos,buy,2025-11-25 11:15:00,949.0,3.3773,1,leg_gt,7.57,60 -20384,buy_contrast_m10_bb_pos,buy,2025-11-25 11:18:00,950.0,3.2684,1,leg_gt,7.57,60 -20385,buy_contrast_m10_bb_pos,buy,2025-11-25 11:21:00,951.0,3.1597,1,leg_gt,7.57,60 -20386,buy_contrast_m10_bb_pos,buy,2025-11-25 11:24:00,947.0,3.5959,1,leg_gt,7.57,60 -20387,buy_contrast_m10_bb_pos,buy,2025-11-25 11:27:00,945.0,3.8153,1,leg_gt,7.56,60 -20388,buy_contrast_m10_bb_pos,buy,2025-11-25 11:51:00,947.0,3.5959,1,leg_gt,7.55,60 -20389,buy_contrast_m10_bb_pos,buy,2025-11-25 11:54:00,947.0,3.5959,1,leg_gt,7.55,60 -20390,buy_contrast_m10_bb_pos,buy,2025-11-25 11:57:00,949.0,3.3773,1,leg_gt,7.54,60 -20391,buy_contrast_m10_bb_pos,buy,2025-11-25 13:30:00,944.0,3.9254,1,leg_gt,7.48,60 -20392,buy_contrast_m10_bb_pos,buy,2025-11-25 13:33:00,947.0,3.5959,1,leg_gt,7.48,60 -20393,buy_contrast_m10_bb_pos,buy,2025-11-25 13:36:00,948.0,3.4865,1,leg_gt,7.48,60 -20394,buy_contrast_m10_bb_pos,buy,2025-11-25 13:39:00,948.0,3.4865,1,leg_gt,7.47,60 -20395,buy_contrast_m10_bb_pos,buy,2025-11-25 15:12:00,944.0,3.9254,1,leg_gt,7.41,60 -20396,buy_contrast_m10_bb_pos,buy,2025-11-25 15:15:00,943.0,4.0357,1,leg_gt,7.41,60 -20397,buy_contrast_m10_bb_pos,buy,2025-11-25 15:18:00,944.0,3.9254,1,leg_gt,7.4,60 -20398,buy_contrast_m10_bb_pos,buy,2025-11-25 15:21:00,944.0,3.9254,1,leg_gt,7.4,60 -20399,buy_contrast_m10_bb_pos,buy,2025-11-25 15:24:00,943.0,4.0357,1,leg_gt,7.4,60 -20400,buy_contrast_m10_bb_pos,buy,2025-11-25 15:27:00,940.0,4.3681,1,leg_gt,7.4,60 -20401,buy_contrast_m10_bb_pos,buy,2025-11-25 17:00:00,938.0,4.5908,1,leg_gt,7.33,60 -20402,buy_contrast_m10_bb_pos,buy,2025-11-25 17:03:00,938.0,4.5908,1,leg_gt,7.33,60 -20403,buy_contrast_m10_bb_pos,buy,2025-11-25 17:06:00,939.0,4.4793,1,leg_gt,7.33,60 -20404,buy_contrast_m10_bb_pos,buy,2025-11-25 17:09:00,939.0,4.4793,1,leg_gt,7.33,60 -20405,buy_contrast_m10_bb_pos,buy,2025-11-25 18:12:00,934.0,5.0392,1,leg_gt,7.28,60 -20406,buy_contrast_m10_bb_pos,buy,2025-11-25 18:15:00,931.0,5.378,1,leg_gt,7.28,60 -20407,buy_contrast_m10_bb_pos,buy,2025-11-25 18:18:00,930.0,5.4914,1,leg_gt,7.28,60 -20408,buy_contrast_m10_bb_pos,buy,2025-11-25 23:12:00,939.0,4.4793,1,leg_gt,7.08,60 -20409,buy_contrast_m10_bb_pos,buy,2025-11-25 23:15:00,940.0,4.3681,1,leg_gt,7.07,60 -20410,buy_contrast_m10_bb_pos,buy,2025-11-25 23:18:00,942.0,4.1463,1,leg_gt,7.07,60 -20411,buy_contrast_m10_bb_pos,buy,2025-11-26 00:00:00,934.0,5.0392,1,leg_gt,7.04,60 -20412,buy_contrast_m10_bb_pos,buy,2025-11-26 00:03:00,928.0,5.719,1,leg_gt,7.04,60 -20413,buy_contrast_m10_bb_pos,buy,2025-11-26 00:06:00,928.0,5.719,1,leg_gt,7.04,60 -20414,buy_contrast_m10_bb_pos,buy,2025-11-26 00:09:00,932.0,5.2648,1,leg_gt,7.04,60 -20415,buy_contrast_m10_bb_pos,buy,2025-11-26 00:21:00,927.0,5.8331,1,leg_gt,7.03,60 -20416,buy_contrast_m10_bb_pos,buy,2025-11-26 00:24:00,930.0,5.4914,1,leg_gt,7.02,60 -20417,buy_contrast_m10_bb_pos,buy,2025-11-26 00:27:00,930.0,5.4914,1,leg_gt,7.02,60 -20418,buy_contrast_m10_bb_pos,buy,2025-11-26 12:42:00,950.0,3.2684,1,leg_gt,6.51,60 -20419,buy_contrast_m10_bb_pos,buy,2025-11-26 12:45:00,950.0,3.2684,1,leg_gt,6.51,60 -20420,buy_contrast_m10_bb_pos,buy,2025-11-26 12:48:00,951.0,3.1597,1,leg_gt,6.51,60 -20421,buy_contrast_m10_bb_pos,buy,2025-11-26 13:00:00,950.0,3.2684,1,leg_gt,6.5,60 -20422,buy_contrast_m10_bb_pos,buy,2025-11-26 13:03:00,956.0,2.6197,1,leg_gt,6.5,60 -20423,buy_contrast_m10_bb_pos,buy,2025-11-26 13:06:00,955.0,2.7272,1,leg_gt,6.5,60 -20424,buy_contrast_m10_bb_pos,buy,2025-11-26 13:09:00,953.0,2.943,1,leg_gt,6.49,60 -20425,buy_contrast_m10_bb_pos,buy,2025-11-26 13:42:00,949.0,3.3773,1,leg_gt,6.47,60 -20426,buy_contrast_m10_bb_pos,buy,2025-11-26 13:45:00,950.0,3.2684,1,leg_gt,6.47,60 -20427,buy_contrast_m10_bb_pos,buy,2025-11-26 13:48:00,950.0,3.2684,1,leg_gt,6.47,60 -20428,buy_contrast_m10_bb_pos,buy,2025-11-26 13:51:00,950.0,3.2684,1,leg_gt,6.46,60 -20429,buy_contrast_m10_bb_pos,buy,2025-11-26 13:54:00,949.0,3.3773,1,leg_gt,6.46,60 -20430,buy_contrast_m10_bb_pos,buy,2025-11-26 13:57:00,949.0,3.3773,1,leg_gt,6.46,60 -20431,buy_contrast_m10_bb_pos,buy,2025-11-26 14:00:00,949.0,3.3773,1,leg_gt,6.46,60 -20432,buy_contrast_m10_bb_pos,buy,2025-11-26 14:03:00,948.0,3.4865,1,leg_gt,6.46,60 -20433,buy_contrast_m10_bb_pos,buy,2025-11-26 14:06:00,948.0,3.4865,1,leg_gt,6.45,60 -20434,buy_contrast_m10_bb_pos,buy,2025-11-26 14:09:00,950.0,3.2684,1,leg_gt,6.45,60 -20435,buy_contrast_m10_bb_pos,buy,2025-11-26 17:42:00,951.0,3.1597,1,leg_gt,6.3,60 -20436,buy_contrast_m10_bb_pos,buy,2025-11-26 17:45:00,951.0,3.1597,1,leg_gt,6.3,60 -20437,buy_contrast_m10_bb_pos,buy,2025-11-26 17:48:00,952.0,3.0513,1,leg_gt,6.3,60 -20438,buy_contrast_m10_bb_pos,buy,2025-11-26 18:12:00,948.0,3.4865,1,leg_gt,6.28,60 -20439,buy_contrast_m10_bb_pos,buy,2025-11-26 18:15:00,949.0,3.3773,1,leg_gt,6.28,60 -20440,buy_contrast_m10_bb_pos,buy,2025-11-26 18:18:00,946.0,3.7055,1,leg_gt,6.28,60 -20441,buy_contrast_m10_bb_pos,buy,2025-11-26 18:42:00,945.0,3.8153,1,leg_gt,6.26,60 -20442,buy_contrast_m10_bb_pos,buy,2025-11-26 18:45:00,945.0,3.8153,1,leg_gt,6.26,60 -20443,buy_contrast_m10_bb_pos,buy,2025-11-26 18:48:00,943.0,4.0357,1,leg_gt,6.26,60 -20444,buy_contrast_m10_bb_pos,buy,2025-11-26 18:51:00,943.0,4.0357,1,leg_gt,6.26,60 -20445,buy_contrast_m10_bb_pos,buy,2025-11-26 18:54:00,943.0,4.0357,1,leg_gt,6.25,60 -20446,buy_contrast_m10_bb_pos,buy,2025-11-26 18:57:00,943.0,4.0357,1,leg_gt,6.25,60 -20447,buy_contrast_m10_bb_pos,buy,2025-11-26 19:00:00,943.0,4.0357,1,leg_gt,6.25,60 -20448,buy_contrast_m10_bb_pos,buy,2025-11-26 19:03:00,946.0,3.7055,1,leg_gt,6.25,60 -20449,buy_contrast_m10_bb_pos,buy,2025-11-26 19:06:00,946.0,3.7055,1,leg_gt,6.25,60 -20450,buy_contrast_m10_bb_pos,buy,2025-11-26 19:09:00,946.0,3.7055,1,leg_gt,6.24,60 -20451,buy_contrast_m10_bb_pos,buy,2025-11-26 19:42:00,942.0,4.1463,1,leg_gt,6.22,60 -20452,buy_contrast_m10_bb_pos,buy,2025-11-26 19:45:00,942.0,4.1463,1,leg_gt,6.22,60 -20453,buy_contrast_m10_bb_pos,buy,2025-11-26 19:48:00,941.0,4.2571,1,leg_gt,6.22,60 -20454,buy_contrast_m10_bb_pos,buy,2025-11-26 20:30:00,939.0,4.4793,1,leg_gt,6.19,60 -20455,buy_contrast_m10_bb_pos,buy,2025-11-26 20:33:00,938.0,4.5908,1,leg_gt,6.19,60 -20456,buy_contrast_m10_bb_pos,buy,2025-11-26 20:36:00,938.0,4.5908,1,leg_gt,6.18,60 -20457,buy_contrast_m10_bb_pos,buy,2025-11-26 20:39:00,939.0,4.4793,1,leg_gt,6.18,60 -20458,buy_contrast_m10_bb_pos,buy,2025-11-26 20:42:00,940.0,4.3681,1,leg_gt,6.18,60 -20459,buy_contrast_m10_bb_pos,buy,2025-11-26 20:45:00,940.0,4.3681,1,leg_gt,6.18,60 -20460,buy_contrast_m10_bb_pos,buy,2025-11-26 20:48:00,940.0,4.3681,1,leg_gt,6.18,60 -20461,buy_contrast_m10_bb_pos,buy,2025-11-26 20:51:00,938.0,4.5908,1,leg_gt,6.17,60 -20462,buy_contrast_m10_bb_pos,buy,2025-11-26 20:54:00,938.0,4.5908,1,leg_gt,6.17,60 -20463,buy_contrast_m10_bb_pos,buy,2025-11-26 20:57:00,939.0,4.4793,1,leg_gt,6.17,60 -20464,buy_contrast_m10_bb_pos,buy,2025-11-26 21:30:00,934.0,5.0392,1,leg_gt,6.15,60 -20465,buy_contrast_m10_bb_pos,buy,2025-11-26 21:33:00,933.0,5.1519,1,leg_gt,6.14,60 -20466,buy_contrast_m10_bb_pos,buy,2025-11-26 21:36:00,934.0,5.0392,1,leg_gt,6.14,60 -20467,buy_contrast_m10_bb_pos,buy,2025-11-26 21:39:00,933.0,5.1519,1,leg_gt,6.14,60 -20468,buy_contrast_m10_bb_pos,buy,2025-11-27 00:00:00,931.0,5.378,1,leg_gt,6.04,60 -20469,buy_contrast_m10_bb_pos,buy,2025-11-27 00:03:00,936.0,4.8145,1,leg_gt,6.04,60 -20470,buy_contrast_m10_bb_pos,buy,2025-11-27 00:06:00,934.0,5.0392,1,leg_gt,6.04,60 -20471,buy_contrast_m10_bb_pos,buy,2025-11-27 00:09:00,936.0,4.8145,1,leg_gt,6.04,60 -20472,buy_contrast_m10_bb_pos,buy,2025-11-27 00:21:00,930.0,5.4914,1,leg_gt,6.03,60 -20473,buy_contrast_m10_bb_pos,buy,2025-11-27 00:24:00,930.0,5.4914,1,leg_gt,6.02,60 -20474,buy_contrast_m10_bb_pos,buy,2025-11-27 00:27:00,935.0,4.9267,1,leg_gt,6.02,60 -20475,buy_contrast_m10_bb_pos,buy,2025-11-27 01:00:00,930.0,5.4914,1,leg_gt,6.0,60 -20476,buy_contrast_m10_bb_pos,buy,2025-11-27 01:03:00,932.0,5.2648,1,leg_gt,6.0,60 -20477,buy_contrast_m10_bb_pos,buy,2025-11-27 01:06:00,934.0,5.0392,1,leg_gt,6.0,60 -20478,buy_contrast_m10_bb_pos,buy,2025-11-27 01:09:00,931.0,5.378,1,leg_gt,5.99,60 -20479,buy_contrast_m10_bb_pos,buy,2025-11-27 06:21:00,969.0,1.2416,1,leg_gt,5.78,60 -20480,buy_contrast_m10_bb_pos,buy,2025-11-27 06:24:00,970.0,1.1371,1,leg_gt,5.78,60 -20481,buy_contrast_m10_bb_pos,buy,2025-11-27 06:27:00,974.0,0.7214,1,leg_gt,5.77,60 -20482,buy_contrast_m10_bb_pos,buy,2025-11-27 14:00:00,980.0,0.1041,1,leg_gt,5.46,60 -20483,buy_contrast_m10_bb_pos,buy,2025-11-27 14:03:00,980.0,0.1041,1,leg_gt,5.46,60 -20484,buy_contrast_m10_bb_pos,buy,2025-11-27 14:06:00,981.0,0.0019,1,leg_gt,5.45,60 -20485,buy_contrast_m10_bb_pos,buy,2025-11-27 14:09:00,979.0,0.2064,1,leg_gt,5.45,60 -20486,buy_contrast_m10_bb_pos,buy,2025-11-27 14:12:00,978.0,0.309,1,leg_gt,5.45,60 -20487,buy_contrast_m10_bb_pos,buy,2025-11-27 14:15:00,978.0,0.309,1,leg_gt,5.45,60 -20488,buy_contrast_m10_bb_pos,buy,2025-11-27 14:18:00,977.0,0.4118,1,leg_gt,5.45,60 -20489,buy_contrast_m10_bb_pos,buy,2025-11-27 14:30:00,977.0,0.4118,1,leg_gt,5.44,60 -20490,buy_contrast_m10_bb_pos,buy,2025-11-27 14:33:00,975.0,0.6179,1,leg_gt,5.44,60 -20491,buy_contrast_m10_bb_pos,buy,2025-11-27 14:36:00,974.0,0.7214,1,leg_gt,5.43,60 -20492,buy_contrast_m10_bb_pos,buy,2025-11-27 14:39:00,972.0,0.9288,1,leg_gt,5.43,60 -20493,buy_contrast_m10_bb_pos,buy,2025-11-27 15:12:00,974.0,0.7214,1,leg_gt,5.41,60 -20494,buy_contrast_m10_bb_pos,buy,2025-11-27 15:15:00,973.0,0.825,1,leg_gt,5.41,60 -20495,buy_contrast_m10_bb_pos,buy,2025-11-27 15:18:00,973.0,0.825,1,leg_gt,5.4,60 -20496,buy_contrast_m10_bb_pos,buy,2025-11-27 15:21:00,972.0,0.9288,1,leg_gt,5.4,60 -20497,buy_contrast_m10_bb_pos,buy,2025-11-27 15:24:00,972.0,0.9288,1,leg_gt,5.4,60 -20498,buy_contrast_m10_bb_pos,buy,2025-11-27 15:27:00,973.0,0.825,1,leg_gt,5.4,60 -20499,buy_contrast_m10_bb_pos,buy,2025-11-27 17:00:00,970.0,1.1371,1,leg_gt,5.33,60 -20500,buy_contrast_m10_bb_pos,buy,2025-11-27 17:03:00,970.0,1.1371,1,leg_gt,5.33,60 -20501,buy_contrast_m10_bb_pos,buy,2025-11-27 17:06:00,969.0,1.2416,1,leg_gt,5.33,60 -20502,buy_contrast_m10_bb_pos,buy,2025-11-27 17:09:00,968.0,1.3463,1,leg_gt,5.33,60 -20503,buy_contrast_m10_bb_pos,buy,2025-11-27 17:30:00,968.0,1.3463,1,leg_gt,5.31,60 -20504,buy_contrast_m10_bb_pos,buy,2025-11-27 17:33:00,968.0,1.3463,1,leg_gt,5.31,60 -20505,buy_contrast_m10_bb_pos,buy,2025-11-27 17:36:00,969.0,1.2416,1,leg_gt,5.31,60 -20506,buy_contrast_m10_bb_pos,buy,2025-11-27 17:39:00,968.0,1.3463,1,leg_gt,5.31,60 -20507,buy_contrast_m10_bb_pos,buy,2025-11-27 17:42:00,969.0,1.2416,1,leg_gt,5.3,60 -20508,buy_contrast_m10_bb_pos,buy,2025-11-27 17:45:00,969.0,1.2416,1,leg_gt,5.3,60 -20509,buy_contrast_m10_bb_pos,buy,2025-11-27 17:48:00,971.0,1.0329,1,leg_gt,5.3,60 -20510,buy_contrast_m10_bb_pos,buy,2025-11-27 18:12:00,967.0,1.4512,1,leg_gt,5.28,60 -20511,buy_contrast_m10_bb_pos,buy,2025-11-27 18:15:00,966.0,1.5563,1,leg_gt,5.28,60 -20512,buy_contrast_m10_bb_pos,buy,2025-11-27 18:18:00,969.0,1.2416,1,leg_gt,5.28,60 -20513,buy_contrast_m10_bb_pos,buy,2025-11-27 22:00:00,965.0,1.6617,1,leg_gt,5.12,60 -20514,buy_contrast_m10_bb_pos,buy,2025-11-27 22:03:00,968.0,1.3463,1,leg_gt,5.12,60 -20515,buy_contrast_m10_bb_pos,buy,2025-11-27 22:06:00,968.0,1.3463,1,leg_gt,5.12,60 -20516,buy_contrast_m10_bb_pos,buy,2025-11-27 22:09:00,968.0,1.3463,1,leg_gt,5.12,60 -20517,buy_contrast_m10_bb_pos,buy,2025-11-28 06:51:00,991.0,-1.0082,0,leg_gt,4.76,60 -20518,buy_contrast_m10_bb_pos,buy,2025-11-28 06:54:00,990.0,-0.9081,0,leg_gt,4.75,60 -20519,buy_contrast_m10_bb_pos,buy,2025-11-28 06:57:00,989.0,-0.8078,0,leg_gt,4.75,60 -20520,buy_contrast_m10_bb_pos,buy,2025-11-28 08:30:00,977.0,0.4118,1,leg_gt,4.69,60 -20521,buy_contrast_m10_bb_pos,buy,2025-11-28 08:33:00,976.0,0.5148,1,leg_gt,4.69,60 -20522,buy_contrast_m10_bb_pos,buy,2025-11-28 08:36:00,975.0,0.6179,1,leg_gt,4.68,60 -20523,buy_contrast_m10_bb_pos,buy,2025-11-28 08:39:00,975.0,0.6179,1,leg_gt,4.68,60 -20524,buy_contrast_m10_bb_pos,buy,2025-11-28 08:42:00,976.0,0.5148,1,leg_gt,4.68,60 -20525,buy_contrast_m10_bb_pos,buy,2025-11-28 08:45:00,978.0,0.309,1,leg_gt,4.68,60 -20526,buy_contrast_m10_bb_pos,buy,2025-11-28 08:48:00,977.0,0.4118,1,leg_gt,4.68,60 -20527,buy_contrast_m10_bb_pos,buy,2025-11-28 10:12:00,968.0,1.3463,1,leg_gt,4.62,60 -20528,buy_contrast_m10_bb_pos,buy,2025-11-28 10:15:00,969.0,1.2416,1,leg_gt,4.61,60 -20529,buy_contrast_m10_bb_pos,buy,2025-11-28 10:18:00,966.0,1.5563,1,leg_gt,4.61,60 -20530,buy_contrast_m10_bb_pos,buy,2025-11-28 11:30:00,953.0,2.943,1,leg_gt,4.56,60 -20531,buy_contrast_m10_bb_pos,buy,2025-11-28 11:33:00,953.0,2.943,1,leg_gt,4.56,60 -20532,buy_contrast_m10_bb_pos,buy,2025-11-28 11:36:00,954.0,2.835,1,leg_gt,4.56,60 -20533,buy_contrast_m10_bb_pos,buy,2025-11-28 11:39:00,955.0,2.7272,1,leg_gt,4.56,60 -20534,buy_contrast_m10_bb_pos,buy,2025-11-28 11:42:00,954.0,2.835,1,leg_gt,4.55,60 -20535,buy_contrast_m10_bb_pos,buy,2025-11-28 11:45:00,955.0,2.7272,1,leg_gt,4.55,60 -20536,buy_contrast_m10_bb_pos,buy,2025-11-28 11:48:00,954.0,2.835,1,leg_gt,4.55,60 -20537,buy_contrast_m10_bb_pos,buy,2025-11-28 15:42:00,956.0,2.6197,1,leg_gt,4.39,60 -20538,buy_contrast_m10_bb_pos,buy,2025-11-28 15:45:00,956.0,2.6197,1,leg_gt,4.39,60 -20539,buy_contrast_m10_bb_pos,buy,2025-11-28 15:48:00,956.0,2.6197,1,leg_gt,4.38,60 -20540,buy_contrast_m10_bb_pos,buy,2025-11-28 20:30:00,966.0,1.5563,1,leg_gt,4.19,60 -20541,buy_contrast_m10_bb_pos,buy,2025-11-28 20:33:00,965.0,1.6617,1,leg_gt,4.19,60 -20542,buy_contrast_m10_bb_pos,buy,2025-11-28 20:36:00,966.0,1.5563,1,leg_gt,4.18,60 -20543,buy_contrast_m10_bb_pos,buy,2025-11-28 20:39:00,965.0,1.6617,1,leg_gt,4.18,60 -20544,buy_contrast_m10_bb_pos,buy,2025-11-28 20:42:00,966.0,1.5563,1,leg_gt,4.18,60 -20545,buy_contrast_m10_bb_pos,buy,2025-11-28 20:45:00,964.0,1.7672,1,leg_gt,4.18,60 -20546,buy_contrast_m10_bb_pos,buy,2025-11-28 20:48:00,966.0,1.5563,1,leg_gt,4.18,60 -20547,buy_contrast_m10_bb_pos,buy,2025-11-29 01:42:00,971.0,1.0329,1,leg_gt,3.97,60 -20548,buy_contrast_m10_bb_pos,buy,2025-11-29 01:45:00,972.0,0.9288,1,leg_gt,3.97,60 -20549,buy_contrast_m10_bb_pos,buy,2025-11-29 01:48:00,973.0,0.825,1,leg_gt,3.97,60 -20550,buy_contrast_m10_bb_pos,buy,2025-11-29 01:51:00,972.0,0.9288,1,leg_gt,3.96,60 -20551,buy_contrast_m10_bb_pos,buy,2025-11-29 01:54:00,972.0,0.9288,1,leg_gt,3.96,60 -20552,buy_contrast_m10_bb_pos,buy,2025-11-29 01:57:00,969.0,1.2416,1,leg_gt,3.96,60 -20553,buy_contrast_m10_bb_pos,buy,2025-11-29 02:12:00,968.0,1.3463,1,leg_gt,3.95,60 -20554,buy_contrast_m10_bb_pos,buy,2025-11-29 02:15:00,963.0,1.873,1,leg_gt,3.95,60 -20555,buy_contrast_m10_bb_pos,buy,2025-11-29 02:18:00,965.0,1.6617,1,leg_gt,3.95,60 -20556,buy_contrast_m10_bb_pos,buy,2025-11-29 02:51:00,960.0,2.1917,1,leg_gt,3.92,60 -20557,buy_contrast_m10_bb_pos,buy,2025-11-29 02:54:00,961.0,2.0852,1,leg_gt,3.92,60 -20558,buy_contrast_m10_bb_pos,buy,2025-11-29 02:57:00,962.0,1.979,1,leg_gt,3.92,60 -20559,buy_contrast_m10_bb_pos,buy,2025-11-29 03:00:00,959.0,2.2983,1,leg_gt,3.92,60 -20560,buy_contrast_m10_bb_pos,buy,2025-11-29 03:03:00,959.0,2.2983,1,leg_gt,3.91,60 -20561,buy_contrast_m10_bb_pos,buy,2025-11-29 03:06:00,955.0,2.7272,1,leg_gt,3.91,60 -20562,buy_contrast_m10_bb_pos,buy,2025-11-29 03:09:00,954.0,2.835,1,leg_gt,3.91,60 -20563,buy_contrast_m10_bb_pos,buy,2025-11-29 03:12:00,959.0,2.2983,1,leg_gt,3.91,60 -20564,buy_contrast_m10_bb_pos,buy,2025-11-29 03:15:00,961.0,2.0852,1,leg_gt,3.91,60 -20565,buy_contrast_m10_bb_pos,buy,2025-11-29 03:18:00,959.0,2.2983,1,leg_gt,3.9,60 -20566,buy_contrast_m10_bb_pos,buy,2025-11-29 09:21:00,967.0,1.4512,1,leg_gt,3.65,60 -20567,buy_contrast_m10_bb_pos,buy,2025-11-29 09:24:00,968.0,1.3463,1,leg_gt,3.65,60 -20568,buy_contrast_m10_bb_pos,buy,2025-11-29 09:27:00,967.0,1.4512,1,leg_gt,3.65,60 -20569,buy_contrast_m10_bb_pos,buy,2025-11-29 12:42:00,969.0,1.2416,1,leg_gt,3.51,60 -20570,buy_contrast_m10_bb_pos,buy,2025-11-29 12:45:00,968.0,1.3463,1,leg_gt,3.51,60 -20571,buy_contrast_m10_bb_pos,buy,2025-11-29 12:48:00,968.0,1.3463,1,leg_gt,3.51,60 -20572,buy_contrast_m10_bb_pos,buy,2025-11-29 13:00:00,967.0,1.4512,1,leg_gt,3.5,60 -20573,buy_contrast_m10_bb_pos,buy,2025-11-29 13:03:00,968.0,1.3463,1,leg_gt,3.5,60 -20574,buy_contrast_m10_bb_pos,buy,2025-11-29 13:06:00,968.0,1.3463,1,leg_gt,3.5,60 -20575,buy_contrast_m10_bb_pos,buy,2025-11-29 13:09:00,967.0,1.4512,1,leg_gt,3.49,60 -20576,buy_contrast_m10_bb_pos,buy,2025-11-29 13:12:00,966.0,1.5563,1,leg_gt,3.49,60 -20577,buy_contrast_m10_bb_pos,buy,2025-11-29 13:15:00,966.0,1.5563,1,leg_gt,3.49,60 -20578,buy_contrast_m10_bb_pos,buy,2025-11-29 13:18:00,966.0,1.5563,1,leg_gt,3.49,60 -20579,buy_contrast_m10_bb_pos,buy,2025-11-29 13:21:00,966.0,1.5563,1,leg_gt,3.49,60 -20580,buy_contrast_m10_bb_pos,buy,2025-11-29 13:24:00,966.0,1.5563,1,leg_gt,3.48,60 -20581,buy_contrast_m10_bb_pos,buy,2025-11-29 13:27:00,967.0,1.4512,1,leg_gt,3.48,60 -20582,buy_contrast_m10_bb_pos,buy,2025-11-29 15:51:00,962.0,1.979,1,leg_gt,3.38,60 -20583,buy_contrast_m10_bb_pos,buy,2025-11-29 15:54:00,962.0,1.979,1,leg_gt,3.38,60 -20584,buy_contrast_m10_bb_pos,buy,2025-11-29 15:57:00,962.0,1.979,1,leg_gt,3.38,60 -20585,buy_contrast_m10_bb_pos,buy,2025-11-29 16:00:00,962.0,1.979,1,leg_gt,3.38,60 -20586,buy_contrast_m10_bb_pos,buy,2025-11-29 16:03:00,963.0,1.873,1,leg_gt,3.37,60 -20587,buy_contrast_m10_bb_pos,buy,2025-11-29 16:06:00,962.0,1.979,1,leg_gt,3.37,60 -20588,buy_contrast_m10_bb_pos,buy,2025-11-29 16:09:00,962.0,1.979,1,leg_gt,3.37,60 -20589,buy_contrast_m10_bb_pos,buy,2025-11-29 16:12:00,961.0,2.0852,1,leg_gt,3.37,60 -20590,buy_contrast_m10_bb_pos,buy,2025-11-29 16:15:00,964.0,1.7672,1,leg_gt,3.36,60 -20591,buy_contrast_m10_bb_pos,buy,2025-11-29 16:18:00,963.0,1.873,1,leg_gt,3.36,60 -20592,buy_contrast_m10_bb_pos,buy,2025-11-29 16:42:00,962.0,1.979,1,leg_gt,3.35,60 -20593,buy_contrast_m10_bb_pos,buy,2025-11-29 16:45:00,962.0,1.979,1,leg_gt,3.34,60 -20594,buy_contrast_m10_bb_pos,buy,2025-11-29 16:48:00,962.0,1.979,1,leg_gt,3.34,60 -20595,buy_contrast_m10_bb_pos,buy,2025-11-29 17:30:00,959.0,2.2983,1,leg_gt,3.31,60 -20596,buy_contrast_m10_bb_pos,buy,2025-11-29 17:33:00,960.0,2.1917,1,leg_gt,3.31,60 -20597,buy_contrast_m10_bb_pos,buy,2025-11-29 17:36:00,960.0,2.1917,1,leg_gt,3.31,60 -20598,buy_contrast_m10_bb_pos,buy,2025-11-29 17:39:00,961.0,2.0852,1,leg_gt,3.31,60 -20599,buy_contrast_m10_bb_pos,buy,2025-11-29 17:51:00,958.0,2.4052,1,leg_gt,3.3,60 -20600,buy_contrast_m10_bb_pos,buy,2025-11-29 17:54:00,957.0,2.5123,1,leg_gt,3.3,60 -20601,buy_contrast_m10_bb_pos,buy,2025-11-29 17:57:00,959.0,2.2983,1,leg_gt,3.29,60 -20602,buy_contrast_m10_bb_pos,buy,2025-11-29 18:12:00,959.0,2.2983,1,leg_gt,3.28,60 -20603,buy_contrast_m10_bb_pos,buy,2025-11-29 18:15:00,958.0,2.4052,1,leg_gt,3.28,60 -20604,buy_contrast_m10_bb_pos,buy,2025-11-29 18:18:00,958.0,2.4052,1,leg_gt,3.28,60 -20605,buy_contrast_m10_bb_pos,buy,2025-11-29 18:21:00,957.0,2.5123,1,leg_gt,3.28,60 -20606,buy_contrast_m10_bb_pos,buy,2025-11-29 18:24:00,957.0,2.5123,1,leg_gt,3.28,60 -20607,buy_contrast_m10_bb_pos,buy,2025-11-29 18:27:00,956.0,2.6197,1,leg_gt,3.27,60 -20608,buy_contrast_m10_bb_pos,buy,2025-11-29 18:30:00,956.0,2.6197,1,leg_gt,3.27,60 -20609,buy_contrast_m10_bb_pos,buy,2025-11-29 18:33:00,956.0,2.6197,1,leg_gt,3.27,60 -20610,buy_contrast_m10_bb_pos,buy,2025-11-29 18:36:00,955.0,2.7272,1,leg_gt,3.27,60 -20611,buy_contrast_m10_bb_pos,buy,2025-11-29 18:39:00,956.0,2.6197,1,leg_gt,3.26,60 -20612,buy_contrast_m10_bb_pos,buy,2025-11-29 18:42:00,955.0,2.7272,1,leg_gt,3.26,60 -20613,buy_contrast_m10_bb_pos,buy,2025-11-29 18:45:00,956.0,2.6197,1,leg_gt,3.26,60 -20614,buy_contrast_m10_bb_pos,buy,2025-11-29 18:48:00,956.0,2.6197,1,leg_gt,3.26,60 -20615,buy_contrast_m10_bb_pos,buy,2025-11-29 18:51:00,956.0,2.6197,1,leg_gt,3.26,60 -20616,buy_contrast_m10_bb_pos,buy,2025-11-29 18:54:00,955.0,2.7272,1,leg_gt,3.25,60 -20617,buy_contrast_m10_bb_pos,buy,2025-11-29 18:57:00,954.0,2.835,1,leg_gt,3.25,60 -20618,buy_contrast_m10_bb_pos,buy,2025-11-29 19:00:00,955.0,2.7272,1,leg_gt,3.25,60 -20619,buy_contrast_m10_bb_pos,buy,2025-11-29 19:03:00,955.0,2.7272,1,leg_gt,3.25,60 -20620,buy_contrast_m10_bb_pos,buy,2025-11-29 19:06:00,955.0,2.7272,1,leg_gt,3.25,60 -20621,buy_contrast_m10_bb_pos,buy,2025-11-29 19:09:00,954.0,2.835,1,leg_gt,3.24,60 -20622,buy_contrast_m10_bb_pos,buy,2025-11-29 19:12:00,956.0,2.6197,1,leg_gt,3.24,60 -20623,buy_contrast_m10_bb_pos,buy,2025-11-29 19:15:00,956.0,2.6197,1,leg_gt,3.24,60 -20624,buy_contrast_m10_bb_pos,buy,2025-11-29 19:18:00,955.0,2.7272,1,leg_gt,3.24,60 -20625,buy_contrast_m10_bb_pos,buy,2025-11-29 19:21:00,953.0,2.943,1,leg_gt,3.24,60 -20626,buy_contrast_m10_bb_pos,buy,2025-11-29 19:24:00,955.0,2.7272,1,leg_gt,3.23,60 -20627,buy_contrast_m10_bb_pos,buy,2025-11-29 19:27:00,957.0,2.5123,1,leg_gt,3.23,60 -20628,buy_contrast_m10_bb_pos,buy,2025-11-29 23:21:00,955.0,2.7272,1,leg_gt,3.07,60 -20629,buy_contrast_m10_bb_pos,buy,2025-11-29 23:24:00,956.0,2.6197,1,leg_gt,3.07,60 -20630,buy_contrast_m10_bb_pos,buy,2025-11-29 23:27:00,955.0,2.7272,1,leg_gt,3.06,60 -20631,buy_contrast_m10_bb_pos,buy,2025-11-30 02:12:00,953.0,2.943,1,leg_gt,2.95,60 -20632,buy_contrast_m10_bb_pos,buy,2025-11-30 02:15:00,953.0,2.943,1,leg_gt,2.95,60 -20633,buy_contrast_m10_bb_pos,buy,2025-11-30 02:18:00,953.0,2.943,1,leg_gt,2.95,60 -20634,buy_contrast_m10_bb_pos,buy,2025-11-30 02:21:00,952.0,3.0513,1,leg_gt,2.94,60 -20635,buy_contrast_m10_bb_pos,buy,2025-11-30 02:24:00,952.0,3.0513,1,leg_gt,2.94,60 -20636,buy_contrast_m10_bb_pos,buy,2025-11-30 02:27:00,952.0,3.0513,1,leg_gt,2.94,60 -20637,buy_contrast_m10_bb_pos,buy,2025-11-30 02:42:00,951.0,3.1597,1,leg_gt,2.93,60 -20638,buy_contrast_m10_bb_pos,buy,2025-11-30 02:45:00,951.0,3.1597,1,leg_gt,2.93,60 -20639,buy_contrast_m10_bb_pos,buy,2025-11-30 02:48:00,949.0,3.3773,1,leg_gt,2.92,60 -20640,buy_contrast_m10_bb_pos,buy,2025-11-30 03:00:00,949.0,3.3773,1,leg_gt,2.92,60 -20641,buy_contrast_m10_bb_pos,buy,2025-11-30 03:03:00,948.0,3.4865,1,leg_gt,2.91,60 -20642,buy_contrast_m10_bb_pos,buy,2025-11-30 03:06:00,948.0,3.4865,1,leg_gt,2.91,60 -20643,buy_contrast_m10_bb_pos,buy,2025-11-30 03:09:00,948.0,3.4865,1,leg_gt,2.91,60 -20644,buy_contrast_m10_bb_pos,buy,2025-11-30 03:12:00,947.0,3.5959,1,leg_gt,2.91,60 -20645,buy_contrast_m10_bb_pos,buy,2025-11-30 03:15:00,946.0,3.7055,1,leg_gt,2.91,60 -20646,buy_contrast_m10_bb_pos,buy,2025-11-30 03:18:00,945.0,3.8153,1,leg_gt,2.9,60 -20647,buy_contrast_m10_bb_pos,buy,2025-11-30 03:30:00,945.0,3.8153,1,leg_gt,2.9,60 -20648,buy_contrast_m10_bb_pos,buy,2025-11-30 03:33:00,943.0,4.0357,1,leg_gt,2.89,60 -20649,buy_contrast_m10_bb_pos,buy,2025-11-30 03:36:00,945.0,3.8153,1,leg_gt,2.89,60 -20650,buy_contrast_m10_bb_pos,buy,2025-11-30 03:39:00,947.0,3.5959,1,leg_gt,2.89,60 -20651,buy_contrast_m10_bb_pos,buy,2025-11-30 03:42:00,947.0,3.5959,1,leg_gt,2.89,60 -20652,buy_contrast_m10_bb_pos,buy,2025-11-30 03:45:00,949.0,3.3773,1,leg_gt,2.89,60 -20653,buy_contrast_m10_bb_pos,buy,2025-11-30 03:48:00,947.0,3.5959,1,leg_gt,2.88,60 -20654,buy_contrast_m10_bb_pos,buy,2025-11-30 05:21:00,945.0,3.8153,1,leg_gt,2.82,60 -20655,buy_contrast_m10_bb_pos,buy,2025-11-30 05:24:00,945.0,3.8153,1,leg_gt,2.82,60 -20656,buy_contrast_m10_bb_pos,buy,2025-11-30 08:21:00,944.0,3.9254,1,leg_gt,2.69,60 -20657,buy_contrast_m10_bb_pos,buy,2025-11-30 08:24:00,946.0,3.7055,1,leg_gt,2.69,60 -20658,buy_contrast_m10_bb_pos,buy,2025-11-30 08:27:00,947.0,3.5959,1,leg_gt,2.69,60 -20659,buy_contrast_m10_bb_pos,buy,2025-11-30 10:00:00,943.0,4.0357,1,leg_gt,2.62,60 -20660,buy_contrast_m10_bb_pos,buy,2025-11-30 10:03:00,945.0,3.8153,1,leg_gt,2.62,60 -20661,buy_contrast_m10_bb_pos,buy,2025-11-30 10:06:00,948.0,3.4865,1,leg_gt,2.62,60 -20662,buy_contrast_m10_bb_pos,buy,2025-11-30 10:09:00,949.0,3.3773,1,leg_gt,2.62,60 -20663,buy_contrast_m10_bb_pos,buy,2025-11-30 11:42:00,944.0,3.9254,1,leg_gt,2.55,60 -20664,buy_contrast_m10_bb_pos,buy,2025-11-30 11:45:00,943.0,4.0357,1,leg_gt,2.55,60 -20665,buy_contrast_m10_bb_pos,buy,2025-11-30 11:48:00,943.0,4.0357,1,leg_gt,2.55,60 -20666,buy_contrast_m10_bb_pos,buy,2025-11-30 14:21:00,939.0,4.4793,1,leg_gt,2.44,60 -20667,buy_contrast_m10_bb_pos,buy,2025-11-30 14:24:00,939.0,4.4793,1,leg_gt,2.44,60 -20668,buy_contrast_m10_bb_pos,buy,2025-11-30 14:27:00,938.0,4.5908,1,leg_gt,2.44,60 -20669,buy_contrast_m10_bb_pos,buy,2025-11-30 14:30:00,936.0,4.8145,1,leg_gt,2.44,60 -20670,buy_contrast_m10_bb_pos,buy,2025-11-30 14:33:00,937.0,4.7026,1,leg_gt,2.44,60 -20671,buy_contrast_m10_bb_pos,buy,2025-11-30 14:36:00,937.0,4.7026,1,leg_gt,2.43,60 -20672,buy_contrast_m10_bb_pos,buy,2025-11-30 14:39:00,938.0,4.5908,1,leg_gt,2.43,60 -20673,buy_contrast_m10_bb_pos,buy,2025-11-30 20:51:00,939.0,4.4793,1,leg_gt,2.17,60 -20674,buy_contrast_m10_bb_pos,buy,2025-11-30 20:54:00,940.0,4.3681,1,leg_gt,2.17,60 -20675,buy_contrast_m10_bb_pos,buy,2025-11-30 20:57:00,941.0,4.2571,1,leg_gt,2.17,60 -20676,buy_contrast_m10_bb_pos,buy,2025-11-30 21:12:00,942.0,4.1463,1,leg_gt,2.16,60 -20677,buy_contrast_m10_bb_pos,buy,2025-11-30 21:15:00,944.0,3.9254,1,leg_gt,2.16,60 -20678,buy_contrast_m10_bb_pos,buy,2025-11-30 21:18:00,945.0,3.8153,1,leg_gt,2.15,60 -20679,buy_contrast_m10_bb_pos,buy,2025-11-30 21:42:00,942.0,4.1463,1,leg_gt,2.14,60 -20680,buy_contrast_m10_bb_pos,buy,2025-11-30 21:45:00,947.0,3.5959,1,leg_gt,2.14,60 -20681,buy_contrast_m10_bb_pos,buy,2025-11-30 21:48:00,947.0,3.5959,1,leg_gt,2.13,60 -20682,buy_contrast_m10_bb_pos,buy,2025-12-01 00:12:00,939.0,4.4793,1,leg_gt,2.03,60 -20683,buy_contrast_m10_bb_pos,buy,2025-12-01 00:15:00,937.0,4.7026,1,leg_gt,2.03,60 -20684,buy_contrast_m10_bb_pos,buy,2025-12-01 00:18:00,937.0,4.7026,1,leg_gt,2.03,60 -20685,buy_contrast_m10_bb_pos,buy,2025-12-01 00:21:00,939.0,4.4793,1,leg_gt,2.03,60 -20686,buy_contrast_m10_bb_pos,buy,2025-12-01 00:24:00,941.0,4.2571,1,leg_gt,2.02,60 -20687,buy_contrast_m10_bb_pos,buy,2025-12-01 00:27:00,941.0,4.2571,1,leg_gt,2.02,60 -20688,buy_contrast_m10_bb_pos,buy,2025-12-01 00:42:00,939.0,4.4793,1,leg_gt,2.01,60 -20689,buy_contrast_m10_bb_pos,buy,2025-12-01 00:45:00,940.0,4.3681,1,leg_gt,2.01,60 -20690,buy_contrast_m10_bb_pos,buy,2025-12-01 00:48:00,941.0,4.2571,1,leg_gt,2.01,60 -20691,buy_contrast_m10_bb_pos,buy,2025-12-01 07:42:00,952.0,3.0513,1,leg_gt,1.72,60 -20692,buy_contrast_m10_bb_pos,buy,2025-12-01 07:45:00,950.0,3.2684,1,leg_gt,1.72,60 -20693,buy_contrast_m10_bb_pos,buy,2025-12-01 07:48:00,949.0,3.3773,1,leg_gt,1.72,60 -20694,buy_contrast_m10_bb_pos,buy,2025-12-01 07:51:00,950.0,3.2684,1,leg_gt,1.71,60 -20695,buy_contrast_m10_bb_pos,buy,2025-12-01 07:54:00,950.0,3.2684,1,leg_gt,1.71,60 -20696,buy_contrast_m10_bb_pos,buy,2025-12-01 07:57:00,951.0,3.1597,1,leg_gt,1.71,60 -20697,buy_contrast_m10_bb_pos,buy,2025-12-01 08:51:00,940.0,4.3681,1,leg_gt,1.67,60 -20698,buy_contrast_m10_bb_pos,buy,2025-12-01 08:54:00,937.0,4.7026,1,leg_gt,1.67,60 -20699,buy_contrast_m10_bb_pos,buy,2025-12-01 08:57:00,936.0,4.8145,1,leg_gt,1.67,60 -20700,buy_contrast_m10_bb_pos,buy,2025-12-01 10:12:00,874.0,12.257,1,leg_gt,1.62,60 -20701,buy_contrast_m10_bb_pos,buy,2025-12-01 10:15:00,876.0,12.0005,1,leg_gt,1.61,60 -20702,buy_contrast_m10_bb_pos,buy,2025-12-01 10:18:00,879.0,11.6179,1,leg_gt,1.61,60 -20703,buy_contrast_m10_bb_pos,buy,2025-12-01 12:21:00,864.0,13.5574,1,leg_gt,1.53,60 -20704,buy_contrast_m10_bb_pos,buy,2025-12-01 12:24:00,865.0,13.426,1,leg_gt,1.52,60 -20705,buy_contrast_m10_bb_pos,buy,2025-12-01 12:27:00,864.0,13.5574,1,leg_gt,1.52,60 -20706,buy_contrast_m10_bb_pos,buy,2025-12-01 12:42:00,864.0,13.5574,1,leg_gt,1.51,60 -20707,buy_contrast_m10_bb_pos,buy,2025-12-01 12:45:00,865.0,13.426,1,leg_gt,1.51,60 -20708,buy_contrast_m10_bb_pos,buy,2025-12-01 12:48:00,863.0,13.6891,1,leg_gt,1.51,60 -20709,buy_contrast_m10_bb_pos,buy,2025-12-01 12:51:00,861.0,13.9534,1,leg_gt,1.51,60 -20710,buy_contrast_m10_bb_pos,buy,2025-12-01 12:54:00,863.0,13.6891,1,leg_gt,1.5,60 -20711,buy_contrast_m10_bb_pos,buy,2025-12-01 12:57:00,862.0,13.8211,1,leg_gt,1.5,60 -20712,buy_contrast_m10_bb_pos,buy,2025-12-01 13:00:00,861.0,13.9534,1,leg_gt,1.5,60 -20713,buy_contrast_m10_bb_pos,buy,2025-12-01 13:03:00,860.0,14.086,1,leg_gt,1.5,60 -20714,buy_contrast_m10_bb_pos,buy,2025-12-01 13:06:00,861.0,13.9534,1,leg_gt,1.5,60 -20715,buy_contrast_m10_bb_pos,buy,2025-12-01 13:09:00,862.0,13.8211,1,leg_gt,1.49,60 -20716,buy_contrast_m10_bb_pos,buy,2025-12-01 13:30:00,859.0,14.219,1,leg_gt,1.48,60 -20717,buy_contrast_m10_bb_pos,buy,2025-12-01 13:33:00,860.0,14.086,1,leg_gt,1.48,60 -20718,buy_contrast_m10_bb_pos,buy,2025-12-01 13:36:00,863.0,13.6891,1,leg_gt,1.48,60 -20719,buy_contrast_m10_bb_pos,buy,2025-12-01 13:39:00,864.0,13.5574,1,leg_gt,1.47,60 -20720,buy_contrast_m10_bb_pos,buy,2025-12-01 14:00:00,859.0,14.219,1,leg_gt,1.46,60 -20721,buy_contrast_m10_bb_pos,buy,2025-12-01 14:03:00,866.0,13.2949,1,leg_gt,1.46,60 -20722,buy_contrast_m10_bb_pos,buy,2025-12-01 14:06:00,867.0,13.1641,1,leg_gt,1.45,60 -20723,buy_contrast_m10_bb_pos,buy,2025-12-01 14:09:00,865.0,13.426,1,leg_gt,1.45,60 -20724,buy_contrast_m10_bb_pos,buy,2025-12-01 19:00:00,864.0,13.5574,1,leg_gt,1.25,60 -20725,buy_contrast_m10_bb_pos,buy,2025-12-01 19:03:00,867.0,13.1641,1,leg_gt,1.25,60 -20726,buy_contrast_m10_bb_pos,buy,2025-12-01 19:06:00,866.0,13.2949,1,leg_gt,1.25,60 -20727,buy_contrast_m10_bb_pos,buy,2025-12-01 19:09:00,867.0,13.1641,1,leg_gt,1.24,60 -20728,buy_contrast_m10_bb_pos,buy,2025-12-01 19:51:00,864.0,13.5574,1,leg_gt,1.21,60 -20729,buy_contrast_m10_bb_pos,buy,2025-12-01 19:54:00,864.0,13.5574,1,leg_gt,1.21,60 -20730,buy_contrast_m10_bb_pos,buy,2025-12-01 19:57:00,864.0,13.5574,1,leg_gt,1.21,60 -20731,buy_contrast_m10_bb_pos,buy,2025-12-01 20:00:00,864.0,13.5574,1,leg_gt,1.21,60 -20732,buy_contrast_m10_bb_pos,buy,2025-12-01 20:03:00,862.0,13.8211,1,leg_gt,1.21,60 -20733,buy_contrast_m10_bb_pos,buy,2025-12-01 20:06:00,860.0,14.086,1,leg_gt,1.2,60 -20734,buy_contrast_m10_bb_pos,buy,2025-12-01 20:09:00,857.0,14.4858,1,leg_gt,1.2,60 -20735,buy_contrast_m10_bb_pos,buy,2025-12-01 20:30:00,858.0,14.3522,1,leg_gt,1.19,60 -20736,buy_contrast_m10_bb_pos,buy,2025-12-01 20:33:00,857.0,14.4858,1,leg_gt,1.19,60 -20737,buy_contrast_m10_bb_pos,buy,2025-12-01 20:36:00,857.0,14.4858,1,leg_gt,1.18,60 -20738,buy_contrast_m10_bb_pos,buy,2025-12-01 20:39:00,855.0,14.7538,1,leg_gt,1.18,60 -20739,buy_contrast_m10_bb_pos,buy,2025-12-01 20:51:00,857.0,14.4858,1,leg_gt,1.17,60 -20740,buy_contrast_m10_bb_pos,buy,2025-12-01 20:54:00,857.0,14.4858,1,leg_gt,1.17,60 -20741,buy_contrast_m10_bb_pos,buy,2025-12-01 20:57:00,857.0,14.4858,1,leg_gt,1.17,60 -20742,buy_contrast_m10_bb_pos,buy,2025-12-01 21:00:00,857.0,14.4858,1,leg_gt,1.17,60 -20743,buy_contrast_m10_bb_pos,buy,2025-12-01 21:03:00,857.0,14.4858,1,leg_gt,1.16,60 -20744,buy_contrast_m10_bb_pos,buy,2025-12-01 21:06:00,856.0,14.6196,1,leg_gt,1.16,60 -20745,buy_contrast_m10_bb_pos,buy,2025-12-01 21:09:00,856.0,14.6196,1,leg_gt,1.16,60 -20746,buy_contrast_m10_bb_pos,buy,2025-12-01 21:12:00,856.0,14.6196,1,leg_gt,1.16,60 -20747,buy_contrast_m10_bb_pos,buy,2025-12-01 21:15:00,855.0,14.7538,1,leg_gt,1.16,60 -20748,buy_contrast_m10_bb_pos,buy,2025-12-01 21:18:00,855.0,14.7538,1,leg_gt,1.15,60 -20749,buy_contrast_m10_bb_pos,buy,2025-12-01 21:21:00,855.0,14.7538,1,leg_gt,1.15,60 -20750,buy_contrast_m10_bb_pos,buy,2025-12-01 21:24:00,856.0,14.6196,1,leg_gt,1.15,60 -20751,buy_contrast_m10_bb_pos,buy,2025-12-01 21:27:00,856.0,14.6196,1,leg_gt,1.15,60 -20752,buy_contrast_m10_bb_pos,buy,2025-12-01 21:30:00,854.0,14.8883,1,leg_gt,1.15,60 -20753,buy_contrast_m10_bb_pos,buy,2025-12-01 21:33:00,853.0,15.0231,1,leg_gt,1.14,60 -20754,buy_contrast_m10_bb_pos,buy,2025-12-01 21:36:00,852.0,15.1582,1,leg_gt,1.14,60 -20755,buy_contrast_m10_bb_pos,buy,2025-12-01 21:39:00,854.0,14.8883,1,leg_gt,1.14,60 -20756,buy_contrast_m10_bb_pos,buy,2025-12-01 21:42:00,852.0,15.1582,1,leg_gt,1.14,60 -20757,buy_contrast_m10_bb_pos,buy,2025-12-01 21:45:00,852.0,15.1582,1,leg_gt,1.14,60 -20758,buy_contrast_m10_bb_pos,buy,2025-12-01 21:48:00,847.0,15.8386,1,leg_gt,1.13,60 -20759,buy_contrast_m10_bb_pos,buy,2025-12-02 00:30:00,847.0,15.8386,1,leg_gt,1.02,60 -20760,buy_contrast_m10_bb_pos,buy,2025-12-02 00:33:00,846.0,15.9757,1,leg_gt,1.02,60 -20761,buy_contrast_m10_bb_pos,buy,2025-12-02 00:36:00,841.0,16.6658,1,leg_gt,1.02,60 -20762,buy_contrast_m10_bb_pos,buy,2025-12-02 00:39:00,844.0,16.2507,1,leg_gt,1.01,60 -20763,buy_contrast_m10_bb_pos,buy,2025-12-02 00:51:00,849.0,15.5655,1,leg_gt,1.01,60 -20764,buy_contrast_m10_bb_pos,buy,2025-12-02 00:54:00,856.0,14.6196,1,leg_gt,1.0,60 -20765,buy_contrast_m10_bb_pos,buy,2025-12-02 00:57:00,850.0,15.4294,1,leg_gt,1.0,60 -20766,buy_contrast_m10_bb_pos,buy,2025-12-02 01:21:00,843.0,16.3887,1,leg_gt,0.99,60 -20767,buy_contrast_m10_bb_pos,buy,2025-12-02 01:24:00,841.0,16.6658,1,leg_gt,0.98,60 -20768,buy_contrast_m10_bb_pos,buy,2025-12-02 01:27:00,847.0,15.8386,1,leg_gt,0.98,60 -20769,buy_contrast_m10_bb_pos,buy,2025-12-02 01:51:00,841.0,16.6658,1,leg_gt,0.96,60 -20770,buy_contrast_m10_bb_pos,buy,2025-12-02 01:54:00,841.0,16.6658,1,leg_gt,0.96,60 -20771,buy_contrast_m10_bb_pos,buy,2025-12-02 01:57:00,840.0,16.8048,1,leg_gt,0.96,60 -20772,buy_contrast_m10_bb_pos,buy,2025-12-02 02:00:00,840.0,16.8048,1,leg_gt,0.96,60 -20773,buy_contrast_m10_bb_pos,buy,2025-12-02 02:03:00,840.0,16.8048,1,leg_gt,0.96,60 -20774,buy_contrast_m10_bb_pos,buy,2025-12-02 02:06:00,844.0,16.2507,1,leg_gt,0.95,60 -20775,buy_contrast_m10_bb_pos,buy,2025-12-02 02:09:00,843.0,16.3887,1,leg_gt,0.95,60 -20776,buy_contrast_m10_bb_pos,buy,2025-12-02 02:12:00,843.0,16.3887,1,leg_gt,0.95,60 -20777,buy_contrast_m10_bb_pos,buy,2025-12-02 02:15:00,839.0,16.9441,1,leg_gt,0.95,60 -20778,buy_contrast_m10_bb_pos,buy,2025-12-02 02:18:00,839.0,16.9441,1,leg_gt,0.95,60 -20779,buy_contrast_m10_bb_pos,buy,2025-12-02 02:21:00,840.0,16.8048,1,leg_gt,0.94,60 -20780,buy_contrast_m10_bb_pos,buy,2025-12-02 02:24:00,839.0,16.9441,1,leg_gt,0.94,60 -20781,buy_contrast_m10_bb_pos,buy,2025-12-02 02:27:00,839.0,16.9441,1,leg_gt,0.94,60 -20782,buy_contrast_m10_bb_pos,buy,2025-12-02 02:42:00,839.0,16.9441,1,leg_gt,0.93,60 -20783,buy_contrast_m10_bb_pos,buy,2025-12-02 02:45:00,840.0,16.8048,1,leg_gt,0.93,60 -20784,buy_contrast_m10_bb_pos,buy,2025-12-02 02:48:00,839.0,16.9441,1,leg_gt,0.92,60 -20785,buy_contrast_m10_bb_pos,buy,2025-12-02 03:00:00,836.0,17.3641,1,leg_gt,0.92,60 -20786,buy_contrast_m10_bb_pos,buy,2025-12-02 03:03:00,839.0,16.9441,1,leg_gt,0.91,60 -20787,buy_contrast_m10_bb_pos,buy,2025-12-02 03:06:00,835.0,17.5048,1,leg_gt,0.91,60 -20788,buy_contrast_m10_bb_pos,buy,2025-12-02 03:09:00,838.0,17.0838,1,leg_gt,0.91,60 -20789,buy_contrast_m10_bb_pos,buy,2025-12-02 10:51:00,859.0,14.219,1,leg_gt,0.59,60 -20790,buy_contrast_m10_bb_pos,buy,2025-12-02 10:54:00,860.0,14.086,1,leg_gt,0.59,60 -20791,buy_contrast_m10_bb_pos,buy,2025-12-02 10:57:00,861.0,13.9534,1,leg_gt,0.59,60 -20792,buy_contrast_m10_bb_pos,buy,2025-12-02 11:00:00,859.0,14.219,1,leg_gt,0.58,60 -20793,buy_contrast_m10_bb_pos,buy,2025-12-02 11:03:00,859.0,14.219,1,leg_gt,0.58,60 -20794,buy_contrast_m10_bb_pos,buy,2025-12-02 11:06:00,858.0,14.3522,1,leg_gt,0.58,60 -20795,buy_contrast_m10_bb_pos,buy,2025-12-02 11:09:00,859.0,14.219,1,leg_gt,0.58,60 -20796,buy_contrast_m10_bb_pos,buy,2025-12-02 12:00:00,857.0,14.4858,1,leg_gt,0.54,60 -20797,buy_contrast_m10_bb_pos,buy,2025-12-02 12:03:00,857.0,14.4858,1,leg_gt,0.54,60 -20798,buy_contrast_m10_bb_pos,buy,2025-12-02 12:06:00,857.0,14.4858,1,leg_gt,0.54,60 -20799,buy_contrast_m10_bb_pos,buy,2025-12-02 12:09:00,858.0,14.3522,1,leg_gt,0.54,60 -20800,buy_contrast_m10_bb_pos,buy,2025-12-02 12:21:00,857.0,14.4858,1,leg_gt,0.53,60 -20801,buy_contrast_m10_bb_pos,buy,2025-12-02 12:24:00,851.0,15.2937,1,leg_gt,0.52,60 -20802,buy_contrast_m10_bb_pos,buy,2025-12-02 12:27:00,851.0,15.2937,1,leg_gt,0.52,60 -20803,buy_contrast_m10_bb_pos,buy,2025-12-02 17:42:00,852.0,15.1582,1,leg_gt,0.3,60 -20804,buy_contrast_m10_bb_pos,buy,2025-12-02 17:45:00,851.0,15.2937,1,leg_gt,0.3,60 -20805,buy_contrast_m10_bb_pos,buy,2025-12-02 17:48:00,854.0,14.8883,1,leg_gt,0.3,60 -20806,buy_contrast_m10_bb_pos,buy,2025-12-02 18:00:00,852.0,15.1582,1,leg_gt,0.29,60 -20807,buy_contrast_m10_bb_pos,buy,2025-12-02 18:03:00,852.0,15.1582,1,leg_gt,0.29,60 -20808,buy_contrast_m10_bb_pos,buy,2025-12-02 18:06:00,852.0,15.1582,1,leg_gt,0.29,60 -20809,buy_contrast_m10_bb_pos,buy,2025-12-02 18:09:00,854.0,14.8883,1,leg_gt,0.29,60 -20810,buy_contrast_m10_bb_pos,buy,2025-12-02 18:21:00,850.0,15.4294,1,leg_gt,0.28,60 -20811,buy_contrast_m10_bb_pos,buy,2025-12-02 18:24:00,850.0,15.4294,1,leg_gt,0.28,60 -20812,buy_contrast_m10_bb_pos,buy,2025-12-02 18:27:00,851.0,15.2937,1,leg_gt,0.27,60 -20813,buy_contrast_m10_bb_pos,buy,2025-12-02 18:42:00,851.0,15.2937,1,leg_gt,0.26,60 -20814,buy_contrast_m10_bb_pos,buy,2025-12-02 18:45:00,851.0,15.2937,1,leg_gt,0.26,60 -20815,buy_contrast_m10_bb_pos,buy,2025-12-02 18:48:00,852.0,15.1582,1,leg_gt,0.26,60 -20816,buy_contrast_m10_bb_pos,buy,2025-12-03 03:51:00,959.0,-4.271,0,leg_gt,6.38,60 -20817,buy_contrast_m10_bb_pos,buy,2025-12-03 03:54:00,957.0,-4.0707,0,leg_gt,6.38,60 -20818,buy_contrast_m10_bb_pos,buy,2025-12-03 03:57:00,959.0,-4.271,0,leg_gt,6.38,60 -20819,buy_contrast_m10_bb_pos,buy,2025-12-03 04:00:00,958.0,-4.171,0,leg_gt,6.38,60 -20820,buy_contrast_m10_bb_pos,buy,2025-12-03 04:03:00,958.0,-4.171,0,leg_gt,6.38,60 -20821,buy_contrast_m10_bb_pos,buy,2025-12-03 04:06:00,959.0,-4.271,0,leg_gt,6.37,60 -20822,buy_contrast_m10_bb_pos,buy,2025-12-03 04:09:00,955.0,-3.8696,0,leg_gt,6.37,60 -20823,buy_contrast_m10_bb_pos,buy,2025-12-03 04:12:00,957.0,-4.0707,0,leg_gt,6.37,60 -20824,buy_contrast_m10_bb_pos,buy,2025-12-03 04:15:00,957.0,-4.0707,0,leg_gt,6.37,60 -20825,buy_contrast_m10_bb_pos,buy,2025-12-03 04:18:00,955.0,-3.8696,0,leg_gt,6.36,60 -20826,buy_contrast_m10_bb_pos,buy,2025-12-03 04:21:00,955.0,-3.8696,0,leg_gt,6.36,60 -20827,buy_contrast_m10_bb_pos,buy,2025-12-03 04:24:00,955.0,-3.8696,0,leg_gt,6.36,60 -20828,buy_contrast_m10_bb_pos,buy,2025-12-03 04:27:00,953.0,-3.6677,0,leg_gt,6.36,60 -20829,buy_contrast_m10_bb_pos,buy,2025-12-03 04:30:00,954.0,-3.7688,0,leg_gt,6.36,60 -20830,buy_contrast_m10_bb_pos,buy,2025-12-03 04:33:00,957.0,-4.0707,0,leg_gt,6.35,60 -20831,buy_contrast_m10_bb_pos,buy,2025-12-03 04:36:00,957.0,-4.0707,0,leg_gt,6.35,60 -20832,buy_contrast_m10_bb_pos,buy,2025-12-03 04:39:00,957.0,-4.0707,0,leg_gt,6.35,60 -20833,buy_contrast_m10_bb_pos,buy,2025-12-03 05:00:00,947.0,-3.0567,0,leg_gt,6.34,60 -20834,buy_contrast_m10_bb_pos,buy,2025-12-03 05:03:00,944.0,-2.7483,0,leg_gt,6.33,60 -20835,buy_contrast_m10_bb_pos,buy,2025-12-03 05:06:00,945.0,-2.8513,0,leg_gt,6.33,60 -20836,buy_contrast_m10_bb_pos,buy,2025-12-03 05:09:00,945.0,-2.8513,0,leg_gt,6.33,60 -20837,buy_contrast_m10_bb_pos,buy,2025-12-03 05:12:00,945.0,-2.8513,0,leg_gt,6.33,60 -20838,buy_contrast_m10_bb_pos,buy,2025-12-03 05:15:00,945.0,-2.8513,0,leg_gt,6.32,60 -20839,buy_contrast_m10_bb_pos,buy,2025-12-03 05:18:00,946.0,-2.9541,0,leg_gt,6.32,60 -20840,buy_contrast_m10_bb_pos,buy,2025-12-03 05:21:00,947.0,-3.0567,0,leg_gt,6.32,60 -20841,buy_contrast_m10_bb_pos,buy,2025-12-03 05:24:00,946.0,-2.9541,0,leg_gt,6.32,60 -20842,buy_contrast_m10_bb_pos,buy,2025-12-03 05:27:00,947.0,-3.0567,0,leg_gt,6.32,60 -20843,buy_contrast_m10_bb_pos,buy,2025-12-03 05:30:00,943.0,-2.6451,0,leg_gt,6.31,60 -20844,buy_contrast_m10_bb_pos,buy,2025-12-03 05:33:00,943.0,-2.6451,0,leg_gt,6.31,60 -20845,buy_contrast_m10_bb_pos,buy,2025-12-03 05:36:00,941.0,-2.4379,0,leg_gt,6.31,60 -20846,buy_contrast_m10_bb_pos,buy,2025-12-03 05:39:00,941.0,-2.4379,0,leg_gt,6.31,60 -20847,buy_contrast_m10_bb_pos,buy,2025-12-03 05:42:00,940.0,-2.334,0,leg_gt,6.31,60 -20848,buy_contrast_m10_bb_pos,buy,2025-12-03 05:45:00,939.0,-2.2299,0,leg_gt,6.3,60 -20849,buy_contrast_m10_bb_pos,buy,2025-12-03 05:48:00,941.0,-2.4379,0,leg_gt,6.3,60 -20850,buy_contrast_m10_bb_pos,buy,2025-12-03 05:51:00,938.0,-2.1256,0,leg_gt,6.3,60 -20851,buy_contrast_m10_bb_pos,buy,2025-12-03 05:54:00,937.0,-2.021,0,leg_gt,6.3,60 -20852,buy_contrast_m10_bb_pos,buy,2025-12-03 05:57:00,937.0,-2.021,0,leg_gt,6.3,60 -20853,buy_contrast_m10_bb_pos,buy,2025-12-03 06:00:00,940.0,-2.334,0,leg_gt,6.29,60 -20854,buy_contrast_m10_bb_pos,buy,2025-12-03 06:03:00,939.0,-2.2299,0,leg_gt,6.29,60 -20855,buy_contrast_m10_bb_pos,buy,2025-12-03 06:06:00,939.0,-2.2299,0,leg_gt,6.29,60 -20856,buy_contrast_m10_bb_pos,buy,2025-12-03 06:09:00,939.0,-2.2299,0,leg_gt,6.29,60 -20857,buy_contrast_m10_bb_pos,buy,2025-12-03 06:12:00,939.0,-2.2299,0,leg_gt,6.29,60 -20858,buy_contrast_m10_bb_pos,buy,2025-12-03 06:15:00,941.0,-2.4379,0,leg_gt,6.28,60 -20859,buy_contrast_m10_bb_pos,buy,2025-12-03 06:18:00,938.0,-2.1256,0,leg_gt,6.28,60 -20860,buy_contrast_m10_bb_pos,buy,2025-12-03 06:21:00,936.0,-1.9162,0,leg_gt,6.28,60 -20861,buy_contrast_m10_bb_pos,buy,2025-12-03 06:24:00,935.0,-1.8112,0,leg_gt,6.28,60 -20862,buy_contrast_m10_bb_pos,buy,2025-12-03 06:27:00,935.0,-1.8112,0,leg_gt,6.28,60 -20863,buy_contrast_m10_bb_pos,buy,2025-12-03 06:30:00,935.0,-1.8112,0,leg_gt,6.27,60 -20864,buy_contrast_m10_bb_pos,buy,2025-12-03 06:33:00,935.0,-1.8112,0,leg_gt,6.27,60 -20865,buy_contrast_m10_bb_pos,buy,2025-12-03 06:36:00,935.0,-1.8112,0,leg_gt,6.27,60 -20866,buy_contrast_m10_bb_pos,buy,2025-12-03 06:39:00,936.0,-1.9162,0,leg_gt,6.27,60 -20867,buy_contrast_m10_bb_pos,buy,2025-12-03 08:51:00,934.0,-1.706,0,leg_gt,6.18,60 -20868,buy_contrast_m10_bb_pos,buy,2025-12-03 08:54:00,933.0,-1.6005,0,leg_gt,6.17,60 -20869,buy_contrast_m10_bb_pos,buy,2025-12-03 08:57:00,934.0,-1.706,0,leg_gt,6.17,60 -20870,buy_contrast_m10_bb_pos,buy,2025-12-03 09:00:00,933.0,-1.6005,0,leg_gt,6.17,60 -20871,buy_contrast_m10_bb_pos,buy,2025-12-03 09:03:00,937.0,-2.021,0,leg_gt,6.17,60 -20872,buy_contrast_m10_bb_pos,buy,2025-12-03 09:06:00,936.0,-1.9162,0,leg_gt,6.16,60 -20873,buy_contrast_m10_bb_pos,buy,2025-12-03 09:09:00,933.0,-1.6005,0,leg_gt,6.16,60 -20874,buy_contrast_m10_bb_pos,buy,2025-12-03 09:30:00,931.0,-1.3889,0,leg_gt,6.15,60 -20875,buy_contrast_m10_bb_pos,buy,2025-12-03 09:33:00,928.0,-1.0698,0,leg_gt,6.15,60 -20876,buy_contrast_m10_bb_pos,buy,2025-12-03 09:36:00,928.0,-1.0698,0,leg_gt,6.14,60 -20877,buy_contrast_m10_bb_pos,buy,2025-12-03 09:39:00,930.0,-1.2828,0,leg_gt,6.14,60 -20878,buy_contrast_m10_bb_pos,buy,2025-12-03 09:42:00,933.0,-1.6005,0,leg_gt,6.14,60 -20879,buy_contrast_m10_bb_pos,buy,2025-12-03 09:45:00,936.0,-1.9162,0,leg_gt,6.14,60 -20880,buy_contrast_m10_bb_pos,buy,2025-12-03 09:48:00,936.0,-1.9162,0,leg_gt,6.14,60 -20881,buy_contrast_m10_bb_pos,buy,2025-12-03 16:42:00,943.0,-2.6451,0,leg_gt,5.85,60 -20882,buy_contrast_m10_bb_pos,buy,2025-12-03 16:45:00,943.0,-2.6451,0,leg_gt,5.85,60 -20883,buy_contrast_m10_bb_pos,buy,2025-12-03 16:48:00,942.0,-2.5416,0,leg_gt,5.84,60 -20884,buy_contrast_m10_bb_pos,buy,2025-12-03 17:00:00,942.0,-2.5416,0,leg_gt,5.84,60 -20885,buy_contrast_m10_bb_pos,buy,2025-12-03 17:03:00,944.0,-2.7483,0,leg_gt,5.83,60 -20886,buy_contrast_m10_bb_pos,buy,2025-12-03 17:06:00,945.0,-2.8513,0,leg_gt,5.83,60 -20887,buy_contrast_m10_bb_pos,buy,2025-12-03 17:09:00,944.0,-2.7483,0,leg_gt,5.83,60 -20888,buy_contrast_m10_bb_pos,buy,2025-12-03 19:42:00,939.0,-2.2299,0,leg_gt,5.72,60 -20889,buy_contrast_m10_bb_pos,buy,2025-12-03 19:45:00,939.0,-2.2299,0,leg_gt,5.72,60 -20890,buy_contrast_m10_bb_pos,buy,2025-12-03 19:48:00,937.0,-2.021,0,leg_gt,5.72,60 -20891,buy_contrast_m10_bb_pos,buy,2025-12-03 20:12:00,937.0,-2.021,0,leg_gt,5.7,60 -20892,buy_contrast_m10_bb_pos,buy,2025-12-03 20:15:00,936.0,-1.9162,0,leg_gt,5.7,60 -20893,buy_contrast_m10_bb_pos,buy,2025-12-03 20:18:00,936.0,-1.9162,0,leg_gt,5.7,60 -20894,buy_contrast_m10_bb_pos,buy,2025-12-03 20:21:00,937.0,-2.021,0,leg_gt,5.7,60 -20895,buy_contrast_m10_bb_pos,buy,2025-12-03 20:24:00,939.0,-2.2299,0,leg_gt,5.69,60 -20896,buy_contrast_m10_bb_pos,buy,2025-12-03 20:27:00,938.0,-2.1256,0,leg_gt,5.69,60 -20897,buy_contrast_m10_bb_pos,buy,2025-12-03 23:30:00,930.0,-1.2828,0,leg_gt,5.56,60 -20898,buy_contrast_m10_bb_pos,buy,2025-12-03 23:33:00,926.0,-0.8559,0,leg_gt,5.56,60 -20899,buy_contrast_m10_bb_pos,buy,2025-12-03 23:36:00,925.0,-0.7486,0,leg_gt,5.56,60 -20900,buy_contrast_m10_bb_pos,buy,2025-12-03 23:39:00,934.0,-1.706,0,leg_gt,5.56,60 -20901,buy_contrast_m10_bb_pos,buy,2025-12-04 01:12:00,927.0,-0.963,0,leg_gt,5.49,60 -20902,buy_contrast_m10_bb_pos,buy,2025-12-04 01:15:00,928.0,-1.0698,0,leg_gt,5.49,60 -20903,buy_contrast_m10_bb_pos,buy,2025-12-04 01:18:00,927.0,-0.963,0,leg_gt,5.49,60 -20904,buy_contrast_m10_bb_pos,buy,2025-12-04 04:42:00,932.0,-1.4948,0,leg_gt,5.35,60 -20905,buy_contrast_m10_bb_pos,buy,2025-12-04 04:45:00,933.0,-1.6005,0,leg_gt,5.35,60 -20906,buy_contrast_m10_bb_pos,buy,2025-12-04 04:48:00,934.0,-1.706,0,leg_gt,5.34,60 -20907,buy_contrast_m10_bb_pos,buy,2025-12-04 16:12:00,947.0,-3.0567,0,leg_gt,4.87,60 -20908,buy_contrast_m10_bb_pos,buy,2025-12-04 16:15:00,948.0,-3.1591,0,leg_gt,4.87,60 -20909,buy_contrast_m10_bb_pos,buy,2025-12-04 16:18:00,947.0,-3.0567,0,leg_gt,4.86,60 -20910,buy_contrast_m10_bb_pos,buy,2025-12-04 16:45:00,949.0,-3.2612,0,leg_gt,4.85,60 -20911,buy_contrast_m10_bb_pos,buy,2025-12-04 16:48:00,948.0,-3.1591,0,leg_gt,4.84,60 -20912,buy_contrast_m10_bb_pos,buy,2025-12-04 17:12:00,945.0,-2.8513,0,leg_gt,4.83,60 -20913,buy_contrast_m10_bb_pos,buy,2025-12-04 17:15:00,946.0,-2.9541,0,leg_gt,4.82,60 -20914,buy_contrast_m10_bb_pos,buy,2025-12-04 17:18:00,948.0,-3.1591,0,leg_gt,4.82,60 -20915,buy_contrast_m10_bb_pos,buy,2025-12-04 20:00:00,946.0,-2.9541,0,leg_gt,4.71,60 -20916,buy_contrast_m10_bb_pos,buy,2025-12-04 20:03:00,945.0,-2.8513,0,leg_gt,4.71,60 -20917,buy_contrast_m10_bb_pos,buy,2025-12-04 20:06:00,944.0,-2.7483,0,leg_gt,4.71,60 -20918,buy_contrast_m10_bb_pos,buy,2025-12-04 20:09:00,945.0,-2.8513,0,leg_gt,4.7,60 -20919,buy_contrast_m10_bb_pos,buy,2025-12-04 20:12:00,945.0,-2.8513,0,leg_gt,4.7,60 -20920,buy_contrast_m10_bb_pos,buy,2025-12-04 20:15:00,946.0,-2.9541,0,leg_gt,4.7,60 -20921,buy_contrast_m10_bb_pos,buy,2025-12-04 20:18:00,945.0,-2.8513,0,leg_gt,4.7,60 -20922,buy_contrast_m10_bb_pos,buy,2025-12-04 20:21:00,944.0,-2.7483,0,leg_gt,4.7,60 -20923,buy_contrast_m10_bb_pos,buy,2025-12-04 20:24:00,943.0,-2.6451,0,leg_gt,4.69,60 -20924,buy_contrast_m10_bb_pos,buy,2025-12-04 20:27:00,943.0,-2.6451,0,leg_gt,4.69,60 -20925,buy_contrast_m10_bb_pos,buy,2025-12-04 20:30:00,944.0,-2.7483,0,leg_gt,4.69,60 -20926,buy_contrast_m10_bb_pos,buy,2025-12-04 20:33:00,944.0,-2.7483,0,leg_gt,4.69,60 -20927,buy_contrast_m10_bb_pos,buy,2025-12-04 20:36:00,945.0,-2.8513,0,leg_gt,4.69,60 -20928,buy_contrast_m10_bb_pos,buy,2025-12-04 20:39:00,944.0,-2.7483,0,leg_gt,4.68,60 -20929,buy_contrast_m10_bb_pos,buy,2025-12-04 20:42:00,943.0,-2.6451,0,leg_gt,4.68,60 -20930,buy_contrast_m10_bb_pos,buy,2025-12-04 20:45:00,942.0,-2.5416,0,leg_gt,4.68,60 -20931,buy_contrast_m10_bb_pos,buy,2025-12-04 20:48:00,942.0,-2.5416,0,leg_gt,4.68,60 -20932,buy_contrast_m10_bb_pos,buy,2025-12-04 21:30:00,942.0,-2.5416,0,leg_gt,4.65,60 -20933,buy_contrast_m10_bb_pos,buy,2025-12-04 21:33:00,941.0,-2.4379,0,leg_gt,4.65,60 -20934,buy_contrast_m10_bb_pos,buy,2025-12-04 21:36:00,942.0,-2.5416,0,leg_gt,4.64,60 -20935,buy_contrast_m10_bb_pos,buy,2025-12-04 21:39:00,942.0,-2.5416,0,leg_gt,4.64,60 -20936,buy_contrast_m10_bb_pos,buy,2025-12-04 21:42:00,943.0,-2.6451,0,leg_gt,4.64,60 -20937,buy_contrast_m10_bb_pos,buy,2025-12-04 21:45:00,942.0,-2.5416,0,leg_gt,4.64,60 -20938,buy_contrast_m10_bb_pos,buy,2025-12-04 21:48:00,943.0,-2.6451,0,leg_gt,4.64,60 -20939,buy_contrast_m10_bb_pos,buy,2025-12-04 21:51:00,942.0,-2.5416,0,leg_gt,4.63,60 -20940,buy_contrast_m10_bb_pos,buy,2025-12-04 21:54:00,943.0,-2.6451,0,leg_gt,4.63,60 -20941,buy_contrast_m10_bb_pos,buy,2025-12-04 21:57:00,942.0,-2.5416,0,leg_gt,4.63,60 -20942,buy_contrast_m10_bb_pos,buy,2025-12-04 22:12:00,942.0,-2.5416,0,leg_gt,4.62,60 -20943,buy_contrast_m10_bb_pos,buy,2025-12-04 22:15:00,942.0,-2.5416,0,leg_gt,4.62,60 -20944,buy_contrast_m10_bb_pos,buy,2025-12-04 22:18:00,943.0,-2.6451,0,leg_gt,4.61,60 -20945,buy_contrast_m10_bb_pos,buy,2025-12-04 22:42:00,942.0,-2.5416,0,leg_gt,4.6,60 -20946,buy_contrast_m10_bb_pos,buy,2025-12-04 22:45:00,940.0,-2.334,0,leg_gt,4.6,60 -20947,buy_contrast_m10_bb_pos,buy,2025-12-04 22:48:00,937.0,-2.021,0,leg_gt,4.59,60 -20948,buy_contrast_m10_bb_pos,buy,2025-12-05 00:00:00,936.0,-1.9162,0,leg_gt,4.54,60 -20949,buy_contrast_m10_bb_pos,buy,2025-12-05 00:03:00,939.0,-2.2299,0,leg_gt,4.54,60 -20950,buy_contrast_m10_bb_pos,buy,2025-12-05 00:06:00,941.0,-2.4379,0,leg_gt,4.54,60 -20951,buy_contrast_m10_bb_pos,buy,2025-12-05 00:09:00,943.0,-2.6451,0,leg_gt,4.54,60 -20952,buy_contrast_m10_bb_pos,buy,2025-12-05 04:12:00,937.0,-2.021,0,leg_gt,4.37,60 -20953,buy_contrast_m10_bb_pos,buy,2025-12-05 04:15:00,927.0,-0.963,0,leg_gt,4.37,60 -20954,buy_contrast_m10_bb_pos,buy,2025-12-05 04:18:00,929.0,-1.1764,0,leg_gt,4.36,60 -20955,buy_contrast_m10_bb_pos,buy,2025-12-05 07:00:00,927.0,-0.963,0,leg_gt,4.25,60 -20956,buy_contrast_m10_bb_pos,buy,2025-12-05 07:03:00,929.0,-1.1764,0,leg_gt,4.25,60 -20957,buy_contrast_m10_bb_pos,buy,2025-12-05 07:06:00,929.0,-1.1764,0,leg_gt,4.25,60 -20958,buy_contrast_m10_bb_pos,buy,2025-12-05 07:09:00,929.0,-1.1764,0,leg_gt,4.25,60 -20959,buy_contrast_m10_bb_pos,buy,2025-12-05 07:12:00,929.0,-1.1764,0,leg_gt,4.24,60 -20960,buy_contrast_m10_bb_pos,buy,2025-12-05 07:15:00,928.0,-1.0698,0,leg_gt,4.24,60 -20961,buy_contrast_m10_bb_pos,buy,2025-12-05 07:18:00,927.0,-0.963,0,leg_gt,4.24,60 -20962,buy_contrast_m10_bb_pos,buy,2025-12-05 08:12:00,928.0,-1.0698,0,leg_gt,4.2,60 -20963,buy_contrast_m10_bb_pos,buy,2025-12-05 08:15:00,926.0,-0.8559,0,leg_gt,4.2,60 -20964,buy_contrast_m10_bb_pos,buy,2025-12-05 08:18:00,927.0,-0.963,0,leg_gt,4.2,60 -20965,buy_contrast_m10_bb_pos,buy,2025-12-05 08:51:00,925.0,-0.7486,0,leg_gt,4.18,60 -20966,buy_contrast_m10_bb_pos,buy,2025-12-05 08:54:00,924.0,-0.6411,0,leg_gt,4.17,60 -20967,buy_contrast_m10_bb_pos,buy,2025-12-05 08:57:00,924.0,-0.6411,0,leg_gt,4.17,60 -20968,buy_contrast_m10_bb_pos,buy,2025-12-05 09:21:00,923.0,-0.5334,0,leg_gt,4.15,60 -20969,buy_contrast_m10_bb_pos,buy,2025-12-05 09:24:00,929.0,-1.1764,0,leg_gt,4.15,60 -20970,buy_contrast_m10_bb_pos,buy,2025-12-05 09:27:00,928.0,-1.0698,0,leg_gt,4.15,60 -20971,buy_contrast_m10_bb_pos,buy,2025-12-05 10:00:00,924.0,-0.6411,0,leg_gt,4.13,60 -20972,buy_contrast_m10_bb_pos,buy,2025-12-05 10:03:00,924.0,-0.6411,0,leg_gt,4.12,60 -20973,buy_contrast_m10_bb_pos,buy,2025-12-05 10:06:00,925.0,-0.7486,0,leg_gt,4.12,60 -20974,buy_contrast_m10_bb_pos,buy,2025-12-05 10:09:00,927.0,-0.963,0,leg_gt,4.12,60 -20975,buy_contrast_m10_bb_pos,buy,2025-12-05 11:00:00,923.0,-0.5334,0,leg_gt,4.09,60 -20976,buy_contrast_m10_bb_pos,buy,2025-12-05 11:03:00,922.0,-0.4254,0,leg_gt,4.08,60 -20977,buy_contrast_m10_bb_pos,buy,2025-12-05 11:06:00,923.0,-0.5334,0,leg_gt,4.08,60 -20978,buy_contrast_m10_bb_pos,buy,2025-12-05 11:09:00,921.0,-0.3172,0,leg_gt,4.08,60 -20979,buy_contrast_m10_bb_pos,buy,2025-12-05 13:00:00,918.0,0.0089,1,leg_gt,4.0,60 -20980,buy_contrast_m10_bb_pos,buy,2025-12-05 13:03:00,918.0,0.0089,1,leg_gt,4.0,60 -20981,buy_contrast_m10_bb_pos,buy,2025-12-05 13:06:00,919.0,-0.1,0,leg_gt,4.0,60 -20982,buy_contrast_m10_bb_pos,buy,2025-12-05 13:09:00,918.0,0.0089,1,leg_gt,4.0,60 -20983,buy_contrast_m10_bb_pos,buy,2025-12-05 13:21:00,918.0,0.0089,1,leg_gt,3.99,60 -20984,buy_contrast_m10_bb_pos,buy,2025-12-05 13:24:00,917.0,0.1181,1,leg_gt,3.99,60 -20985,buy_contrast_m10_bb_pos,buy,2025-12-05 13:27:00,915.0,0.3372,1,leg_gt,3.98,60 -20986,buy_contrast_m10_bb_pos,buy,2025-12-05 14:00:00,912.0,0.6675,1,leg_gt,3.96,60 -20987,buy_contrast_m10_bb_pos,buy,2025-12-05 14:03:00,911.0,0.7782,1,leg_gt,3.96,60 -20988,buy_contrast_m10_bb_pos,buy,2025-12-05 14:06:00,913.0,0.5572,1,leg_gt,3.96,60 -20989,buy_contrast_m10_bb_pos,buy,2025-12-05 14:09:00,912.0,0.6675,1,leg_gt,3.95,60 -20990,buy_contrast_m10_bb_pos,buy,2025-12-05 19:00:00,904.0,1.5593,1,leg_gt,3.75,60 -20991,buy_contrast_m10_bb_pos,buy,2025-12-05 19:03:00,904.0,1.5593,1,leg_gt,3.75,60 -20992,buy_contrast_m10_bb_pos,buy,2025-12-05 19:06:00,906.0,1.3349,1,leg_gt,3.75,60 -20993,buy_contrast_m10_bb_pos,buy,2025-12-05 19:09:00,906.0,1.3349,1,leg_gt,3.75,60 -20994,buy_contrast_m10_bb_pos,buy,2025-12-05 19:12:00,908.0,1.1115,1,leg_gt,3.74,60 -20995,buy_contrast_m10_bb_pos,buy,2025-12-05 19:15:00,909.0,1.0001,1,leg_gt,3.74,60 -20996,buy_contrast_m10_bb_pos,buy,2025-12-05 19:18:00,909.0,1.0001,1,leg_gt,3.74,60 -20997,buy_contrast_m10_bb_pos,buy,2025-12-05 21:00:00,899.0,2.1247,1,leg_gt,3.67,60 -20998,buy_contrast_m10_bb_pos,buy,2025-12-05 21:03:00,900.0,2.0111,1,leg_gt,3.67,60 -20999,buy_contrast_m10_bb_pos,buy,2025-12-05 21:06:00,900.0,2.0111,1,leg_gt,3.66,60 -21000,buy_contrast_m10_bb_pos,buy,2025-12-05 21:09:00,900.0,2.0111,1,leg_gt,3.66,60 -21001,buy_contrast_m10_bb_pos,buy,2025-12-05 21:21:00,899.0,2.1247,1,leg_gt,3.65,60 -21002,buy_contrast_m10_bb_pos,buy,2025-12-05 21:24:00,899.0,2.1247,1,leg_gt,3.65,60 -21003,buy_contrast_m10_bb_pos,buy,2025-12-05 21:27:00,899.0,2.1247,1,leg_gt,3.65,60 -21004,buy_contrast_m10_bb_pos,buy,2025-12-05 21:30:00,899.0,2.1247,1,leg_gt,3.65,60 -21005,buy_contrast_m10_bb_pos,buy,2025-12-05 21:33:00,901.0,1.8978,1,leg_gt,3.65,60 -21006,buy_contrast_m10_bb_pos,buy,2025-12-05 21:36:00,902.0,1.7847,1,leg_gt,3.64,60 -21007,buy_contrast_m10_bb_pos,buy,2025-12-05 21:39:00,902.0,1.7847,1,leg_gt,3.64,60 -21008,buy_contrast_m10_bb_pos,buy,2025-12-05 22:42:00,893.0,2.8115,1,leg_gt,3.6,60 -21009,buy_contrast_m10_bb_pos,buy,2025-12-05 22:45:00,890.0,3.1584,1,leg_gt,3.6,60 -21010,buy_contrast_m10_bb_pos,buy,2025-12-05 22:48:00,887.0,3.5077,1,leg_gt,3.59,60 -21011,buy_contrast_m10_bb_pos,buy,2025-12-05 23:30:00,886.0,3.6246,1,leg_gt,3.56,60 -21012,buy_contrast_m10_bb_pos,buy,2025-12-05 23:33:00,890.0,3.1584,1,leg_gt,3.56,60 -21013,buy_contrast_m10_bb_pos,buy,2025-12-05 23:36:00,887.0,3.5077,1,leg_gt,3.56,60 -21014,buy_contrast_m10_bb_pos,buy,2025-12-05 23:39:00,887.0,3.5077,1,leg_gt,3.56,60 -21015,buy_contrast_m10_bb_pos,buy,2025-12-06 01:00:00,881.0,4.2133,1,leg_gt,3.5,60 -21016,buy_contrast_m10_bb_pos,buy,2025-12-06 01:03:00,878.0,4.5697,1,leg_gt,3.5,60 -21017,buy_contrast_m10_bb_pos,buy,2025-12-06 01:06:00,875.0,4.9286,1,leg_gt,3.5,60 -21018,buy_contrast_m10_bb_pos,buy,2025-12-06 01:09:00,866.0,6.0201,1,leg_gt,3.5,60 -21019,buy_contrast_m10_bb_pos,buy,2025-12-06 01:21:00,875.0,4.9286,1,leg_gt,3.49,60 -21020,buy_contrast_m10_bb_pos,buy,2025-12-06 01:24:00,872.0,5.2899,1,leg_gt,3.49,60 -21021,buy_contrast_m10_bb_pos,buy,2025-12-06 01:27:00,871.0,5.4109,1,leg_gt,3.48,60 -21022,buy_contrast_m10_bb_pos,buy,2025-12-06 02:00:00,859.0,6.8849,1,leg_gt,3.46,60 -21023,buy_contrast_m10_bb_pos,buy,2025-12-06 02:03:00,863.0,6.389,1,leg_gt,3.46,60 -21024,buy_contrast_m10_bb_pos,buy,2025-12-06 02:06:00,864.0,6.2657,1,leg_gt,3.46,60 -21025,buy_contrast_m10_bb_pos,buy,2025-12-06 02:09:00,860.0,6.7605,1,leg_gt,3.45,60 -21026,buy_contrast_m10_bb_pos,buy,2025-12-06 02:12:00,863.0,6.389,1,leg_gt,3.45,60 -21027,buy_contrast_m10_bb_pos,buy,2025-12-06 02:15:00,862.0,6.5125,1,leg_gt,3.45,60 -21028,buy_contrast_m10_bb_pos,buy,2025-12-06 02:18:00,865.0,6.1428,1,leg_gt,3.45,60 -21029,buy_contrast_m10_bb_pos,buy,2025-12-06 04:00:00,850.0,8.0176,1,leg_gt,3.38,60 -21030,buy_contrast_m10_bb_pos,buy,2025-12-06 04:03:00,847.0,8.4006,1,leg_gt,3.38,60 -21031,buy_contrast_m10_bb_pos,buy,2025-12-06 04:06:00,849.0,8.145,1,leg_gt,3.37,60 -21032,buy_contrast_m10_bb_pos,buy,2025-12-06 04:09:00,850.0,8.0176,1,leg_gt,3.37,60 -21033,buy_contrast_m10_bb_pos,buy,2025-12-06 04:12:00,850.0,8.0176,1,leg_gt,3.37,60 -21034,buy_contrast_m10_bb_pos,buy,2025-12-06 04:15:00,852.0,7.7638,1,leg_gt,3.37,60 -21035,buy_contrast_m10_bb_pos,buy,2025-12-06 04:18:00,855.0,7.3854,1,leg_gt,3.36,60 -21036,buy_contrast_m10_bb_pos,buy,2025-12-06 05:12:00,849.0,8.145,1,leg_gt,3.33,60 -21037,buy_contrast_m10_bb_pos,buy,2025-12-06 05:15:00,852.0,7.7638,1,leg_gt,3.32,60 -21038,buy_contrast_m10_bb_pos,buy,2025-12-06 05:18:00,853.0,7.6374,1,leg_gt,3.32,60 -21039,buy_contrast_m10_bb_pos,buy,2025-12-06 05:51:00,846.0,8.5288,1,leg_gt,3.3,60 -21040,buy_contrast_m10_bb_pos,buy,2025-12-06 05:54:00,847.0,8.4006,1,leg_gt,3.3,60 -21041,buy_contrast_m10_bb_pos,buy,2025-12-06 05:57:00,846.0,8.5288,1,leg_gt,3.3,60 -21042,buy_contrast_m10_bb_pos,buy,2025-12-06 06:00:00,846.0,8.5288,1,leg_gt,3.29,60 -21043,buy_contrast_m10_bb_pos,buy,2025-12-06 06:03:00,849.0,8.145,1,leg_gt,3.29,60 -21044,buy_contrast_m10_bb_pos,buy,2025-12-06 06:06:00,849.0,8.145,1,leg_gt,3.29,60 -21045,buy_contrast_m10_bb_pos,buy,2025-12-06 06:09:00,851.0,7.8906,1,leg_gt,3.29,60 -21046,buy_contrast_m10_bb_pos,buy,2025-12-06 15:00:00,860.0,6.7605,1,leg_gt,2.92,60 -21047,buy_contrast_m10_bb_pos,buy,2025-12-06 15:03:00,861.0,6.6364,1,leg_gt,2.92,60 -21048,buy_contrast_m10_bb_pos,buy,2025-12-06 15:06:00,861.0,6.6364,1,leg_gt,2.91,60 -21049,buy_contrast_m10_bb_pos,buy,2025-12-06 15:09:00,861.0,6.6364,1,leg_gt,2.91,60 -21050,buy_contrast_m10_bb_pos,buy,2025-12-06 19:00:00,860.0,6.7605,1,leg_gt,2.75,60 -21051,buy_contrast_m10_bb_pos,buy,2025-12-06 19:03:00,860.0,6.7605,1,leg_gt,2.75,60 -21052,buy_contrast_m10_bb_pos,buy,2025-12-06 19:06:00,859.0,6.8849,1,leg_gt,2.75,60 -21053,buy_contrast_m10_bb_pos,buy,2025-12-06 19:09:00,859.0,6.8849,1,leg_gt,2.75,60 -21054,buy_contrast_m10_bb_pos,buy,2025-12-06 19:51:00,856.0,7.2598,1,leg_gt,2.72,60 -21055,buy_contrast_m10_bb_pos,buy,2025-12-06 19:54:00,856.0,7.2598,1,leg_gt,2.71,60 -21056,buy_contrast_m10_bb_pos,buy,2025-12-06 19:57:00,856.0,7.2598,1,leg_gt,2.71,60 -21057,buy_contrast_m10_bb_pos,buy,2025-12-06 20:00:00,855.0,7.3854,1,leg_gt,2.71,60 -21058,buy_contrast_m10_bb_pos,buy,2025-12-06 20:03:00,856.0,7.2598,1,leg_gt,2.71,60 -21059,buy_contrast_m10_bb_pos,buy,2025-12-06 20:06:00,856.0,7.2598,1,leg_gt,2.71,60 -21060,buy_contrast_m10_bb_pos,buy,2025-12-06 20:09:00,859.0,6.8849,1,leg_gt,2.7,60 -21061,buy_contrast_m10_bb_pos,buy,2025-12-07 04:42:00,861.0,6.6364,1,leg_gt,2.35,60 -21062,buy_contrast_m10_bb_pos,buy,2025-12-07 04:45:00,861.0,6.6364,1,leg_gt,2.35,60 -21063,buy_contrast_m10_bb_pos,buy,2025-12-07 04:48:00,861.0,6.6364,1,leg_gt,2.34,60 -21064,buy_contrast_m10_bb_pos,buy,2025-12-07 04:51:00,861.0,6.6364,1,leg_gt,2.34,60 -21065,buy_contrast_m10_bb_pos,buy,2025-12-07 04:54:00,861.0,6.6364,1,leg_gt,2.34,60 -21066,buy_contrast_m10_bb_pos,buy,2025-12-07 04:57:00,860.0,6.7605,1,leg_gt,2.34,60 -21067,buy_contrast_m10_bb_pos,buy,2025-12-07 08:12:00,861.0,6.6364,1,leg_gt,2.2,60 -21068,buy_contrast_m10_bb_pos,buy,2025-12-07 08:15:00,862.0,6.5125,1,leg_gt,2.2,60 -21069,buy_contrast_m10_bb_pos,buy,2025-12-07 08:18:00,862.0,6.5125,1,leg_gt,2.2,60 -21070,buy_contrast_m10_bb_pos,buy,2025-12-07 08:42:00,861.0,6.6364,1,leg_gt,2.18,60 -21071,buy_contrast_m10_bb_pos,buy,2025-12-07 08:45:00,863.0,6.389,1,leg_gt,2.18,60 -21072,buy_contrast_m10_bb_pos,buy,2025-12-07 08:48:00,864.0,6.2657,1,leg_gt,2.18,60 -21073,buy_contrast_m10_bb_pos,buy,2025-12-07 13:42:00,864.0,6.2657,1,leg_gt,1.97,60 -21074,buy_contrast_m10_bb_pos,buy,2025-12-07 13:45:00,865.0,6.1428,1,leg_gt,1.97,60 -21075,buy_contrast_m10_bb_pos,buy,2025-12-07 13:48:00,865.0,6.1428,1,leg_gt,1.97,60 -21076,buy_contrast_m10_bb_pos,buy,2025-12-07 18:42:00,862.0,6.5125,1,leg_gt,1.76,60 -21077,buy_contrast_m10_bb_pos,buy,2025-12-07 18:45:00,861.0,6.6364,1,leg_gt,1.76,60 -21078,buy_contrast_m10_bb_pos,buy,2025-12-07 18:48:00,861.0,6.6364,1,leg_gt,1.76,60 -21079,buy_contrast_m10_bb_pos,buy,2025-12-07 19:12:00,862.0,6.5125,1,leg_gt,1.74,60 -21080,buy_contrast_m10_bb_pos,buy,2025-12-07 19:15:00,862.0,6.5125,1,leg_gt,1.74,60 -21081,buy_contrast_m10_bb_pos,buy,2025-12-07 19:18:00,861.0,6.6364,1,leg_gt,1.74,60 -21082,buy_contrast_m10_bb_pos,buy,2025-12-07 19:21:00,861.0,6.6364,1,leg_gt,1.74,60 -21083,buy_contrast_m10_bb_pos,buy,2025-12-07 19:24:00,861.0,6.6364,1,leg_gt,1.74,60 -21084,buy_contrast_m10_bb_pos,buy,2025-12-07 19:27:00,861.0,6.6364,1,leg_gt,1.73,60 -21085,buy_contrast_m10_bb_pos,buy,2025-12-07 19:42:00,860.0,6.7605,1,leg_gt,1.72,60 -21086,buy_contrast_m10_bb_pos,buy,2025-12-07 19:45:00,860.0,6.7605,1,leg_gt,1.72,60 -21087,buy_contrast_m10_bb_pos,buy,2025-12-07 19:48:00,861.0,6.6364,1,leg_gt,1.72,60 -21088,buy_contrast_m10_bb_pos,buy,2025-12-07 22:30:00,859.0,6.8849,1,leg_gt,1.61,60 -21089,buy_contrast_m10_bb_pos,buy,2025-12-07 22:33:00,860.0,6.7605,1,leg_gt,1.6,60 -21090,buy_contrast_m10_bb_pos,buy,2025-12-07 22:36:00,857.0,7.1345,1,leg_gt,1.6,60 -21091,buy_contrast_m10_bb_pos,buy,2025-12-07 22:39:00,856.0,7.2598,1,leg_gt,1.6,60 -21092,buy_contrast_m10_bb_pos,buy,2025-12-07 22:51:00,857.0,7.1345,1,leg_gt,1.59,60 -21093,buy_contrast_m10_bb_pos,buy,2025-12-07 22:54:00,856.0,7.2598,1,leg_gt,1.59,60 -21094,buy_contrast_m10_bb_pos,buy,2025-12-07 22:57:00,858.0,7.0096,1,leg_gt,1.59,60 -21095,buy_contrast_m10_bb_pos,buy,2025-12-07 23:00:00,856.0,7.2598,1,leg_gt,1.59,60 -21096,buy_contrast_m10_bb_pos,buy,2025-12-07 23:03:00,857.0,7.1345,1,leg_gt,1.58,60 -21097,buy_contrast_m10_bb_pos,buy,2025-12-07 23:06:00,855.0,7.3854,1,leg_gt,1.58,60 -21098,buy_contrast_m10_bb_pos,buy,2025-12-07 23:09:00,853.0,7.6374,1,leg_gt,1.58,60 -21099,buy_contrast_m10_bb_pos,buy,2025-12-07 23:51:00,842.0,9.0449,1,leg_gt,1.55,60 -21100,buy_contrast_m10_bb_pos,buy,2025-12-07 23:54:00,840.0,9.3048,1,leg_gt,1.55,60 -21101,buy_contrast_m10_bb_pos,buy,2025-12-07 23:57:00,836.0,9.8282,1,leg_gt,1.55,60 -21102,buy_contrast_m10_bb_pos,buy,2025-12-08 00:21:00,842.0,9.0449,1,leg_gt,1.53,60 -21103,buy_contrast_m10_bb_pos,buy,2025-12-08 00:24:00,843.0,8.9154,1,leg_gt,1.53,60 -21104,buy_contrast_m10_bb_pos,buy,2025-12-08 00:27:00,844.0,8.7863,1,leg_gt,1.52,60 -21105,buy_contrast_m10_bb_pos,buy,2025-12-08 07:30:00,848.0,8.2726,1,leg_gt,1.23,60 -21106,buy_contrast_m10_bb_pos,buy,2025-12-08 07:33:00,848.0,8.2726,1,leg_gt,1.23,60 -21107,buy_contrast_m10_bb_pos,buy,2025-12-08 07:36:00,851.0,7.8906,1,leg_gt,1.23,60 -21108,buy_contrast_m10_bb_pos,buy,2025-12-08 07:39:00,851.0,7.8906,1,leg_gt,1.23,60 -21109,buy_contrast_m10_bb_pos,buy,2025-12-08 08:00:00,846.0,8.5288,1,leg_gt,1.21,60 -21110,buy_contrast_m10_bb_pos,buy,2025-12-08 08:03:00,845.0,8.6574,1,leg_gt,1.21,60 -21111,buy_contrast_m10_bb_pos,buy,2025-12-08 08:06:00,840.0,9.3048,1,leg_gt,1.21,60 -21112,buy_contrast_m10_bb_pos,buy,2025-12-08 08:09:00,843.0,8.9154,1,leg_gt,1.2,60 -21113,buy_contrast_m10_bb_pos,buy,2025-12-08 08:12:00,843.0,8.9154,1,leg_gt,1.2,60 -21114,buy_contrast_m10_bb_pos,buy,2025-12-08 08:15:00,845.0,8.6574,1,leg_gt,1.2,60 -21115,buy_contrast_m10_bb_pos,buy,2025-12-08 08:18:00,845.0,8.6574,1,leg_gt,1.2,60 -21116,buy_contrast_m10_bb_pos,buy,2025-12-08 21:42:00,878.0,4.5697,1,leg_gt,0.64,60 -21117,buy_contrast_m10_bb_pos,buy,2025-12-08 21:45:00,877.0,4.6891,1,leg_gt,0.64,60 -21118,buy_contrast_m10_bb_pos,buy,2025-12-08 21:48:00,877.0,4.6891,1,leg_gt,0.64,60 -21119,buy_contrast_m10_bb_pos,buy,2025-12-08 21:51:00,877.0,4.6891,1,leg_gt,0.63,60 -21120,buy_contrast_m10_bb_pos,buy,2025-12-08 21:54:00,881.0,4.2133,1,leg_gt,0.63,60 -21121,buy_contrast_m10_bb_pos,buy,2025-12-08 21:57:00,882.0,4.095,1,leg_gt,0.63,60 -21122,buy_contrast_m10_bb_pos,buy,2025-12-09 03:30:00,876.0,4.8087,1,leg_gt,0.4,60 -21123,buy_contrast_m10_bb_pos,buy,2025-12-09 03:33:00,877.0,4.6891,1,leg_gt,0.4,60 -21124,buy_contrast_m10_bb_pos,buy,2025-12-09 03:36:00,878.0,4.5697,1,leg_gt,0.39,60 -21125,buy_contrast_m10_bb_pos,buy,2025-12-09 03:39:00,878.0,4.5697,1,leg_gt,0.39,60 -21126,buy_contrast_m10_bb_pos,buy,2025-12-09 04:12:00,872.0,5.2899,1,leg_gt,0.37,60 -21127,buy_contrast_m10_bb_pos,buy,2025-12-09 04:15:00,871.0,5.4109,1,leg_gt,0.37,60 -21128,buy_contrast_m10_bb_pos,buy,2025-12-09 04:18:00,869.0,5.6537,1,leg_gt,0.36,60 -21129,buy_contrast_m10_bb_pos,buy,2025-12-09 04:30:00,871.0,5.4109,1,leg_gt,0.36,60 -21130,buy_contrast_m10_bb_pos,buy,2025-12-09 04:33:00,873.0,5.1692,1,leg_gt,0.35,60 -21131,buy_contrast_m10_bb_pos,buy,2025-12-09 04:36:00,873.0,5.1692,1,leg_gt,0.35,60 -21132,buy_contrast_m10_bb_pos,buy,2025-12-09 04:39:00,871.0,5.4109,1,leg_gt,0.35,60 -21133,buy_contrast_m10_bb_pos,buy,2025-12-09 10:30:00,898.0,2.2385,1,leg_gt,0.11,60 -21134,buy_contrast_m10_bb_pos,buy,2025-12-09 10:33:00,898.0,2.2385,1,leg_gt,0.1,60 -21135,buy_contrast_m10_bb_pos,buy,2025-12-09 10:36:00,898.0,2.2385,1,leg_gt,0.1,60 -21136,buy_contrast_m10_bb_pos,buy,2025-12-09 10:39:00,902.0,1.7847,1,leg_gt,0.1,60 -21137,buy_contrast_m10_bb_pos,buy,2025-12-09 11:00:00,895.0,2.5816,1,leg_gt,0.09,60 -21138,buy_contrast_m10_bb_pos,buy,2025-12-09 11:03:00,895.0,2.5816,1,leg_gt,0.08,60 -21139,buy_contrast_m10_bb_pos,buy,2025-12-09 11:06:00,899.0,2.1247,1,leg_gt,0.08,60 -21140,buy_contrast_m10_bb_pos,buy,2025-12-09 11:09:00,897.0,2.3526,1,leg_gt,0.08,60 -21141,buy_contrast_m10_bb_pos,buy,2025-12-09 11:21:00,895.0,2.5816,1,leg_gt,0.07,60 -21142,buy_contrast_m10_bb_pos,buy,2025-12-09 11:24:00,894.0,2.6964,1,leg_gt,0.07,60 -21143,buy_contrast_m10_bb_pos,buy,2025-12-09 11:27:00,895.0,2.5816,1,leg_gt,0.07,60 -21144,buy_contrast_m10_bb_pos,buy,2025-12-09 15:21:00,889.0,7.999,1,leg_gt,1.58,60 -21145,buy_contrast_m10_bb_pos,buy,2025-12-09 15:24:00,887.0,8.2427,1,leg_gt,1.58,60 -21146,buy_contrast_m10_bb_pos,buy,2025-12-09 15:27:00,886.0,8.365,1,leg_gt,1.58,60 -21147,buy_contrast_m10_bb_pos,buy,2025-12-09 15:30:00,887.0,8.2427,1,leg_gt,1.57,60 -21148,buy_contrast_m10_bb_pos,buy,2025-12-09 15:33:00,886.0,8.365,1,leg_gt,1.57,60 -21149,buy_contrast_m10_bb_pos,buy,2025-12-09 15:36:00,885.0,8.4876,1,leg_gt,1.57,60 -21150,buy_contrast_m10_bb_pos,buy,2025-12-09 15:39:00,887.0,8.2427,1,leg_gt,1.57,60 -21151,buy_contrast_m10_bb_pos,buy,2025-12-09 17:51:00,885.0,8.4876,1,leg_gt,1.48,60 -21152,buy_contrast_m10_bb_pos,buy,2025-12-09 17:54:00,887.0,8.2427,1,leg_gt,1.47,60 -21153,buy_contrast_m10_bb_pos,buy,2025-12-09 17:57:00,886.0,8.365,1,leg_gt,1.47,60 -21154,buy_contrast_m10_bb_pos,buy,2025-12-09 18:21:00,881.0,8.9806,1,leg_gt,1.45,60 -21155,buy_contrast_m10_bb_pos,buy,2025-12-09 18:24:00,881.0,8.9806,1,leg_gt,1.45,60 -21156,buy_contrast_m10_bb_pos,buy,2025-12-09 18:27:00,879.0,9.2288,1,leg_gt,1.45,60 -21157,buy_contrast_m10_bb_pos,buy,2025-12-09 18:42:00,876.0,9.6032,1,leg_gt,1.44,60 -21158,buy_contrast_m10_bb_pos,buy,2025-12-09 18:45:00,877.0,9.4781,1,leg_gt,1.44,60 -21159,buy_contrast_m10_bb_pos,buy,2025-12-09 18:48:00,877.0,9.4781,1,leg_gt,1.44,60 -21160,buy_contrast_m10_bb_pos,buy,2025-12-09 18:51:00,879.0,9.2288,1,leg_gt,1.43,60 -21161,buy_contrast_m10_bb_pos,buy,2025-12-09 18:54:00,878.0,9.3533,1,leg_gt,1.43,60 -21162,buy_contrast_m10_bb_pos,buy,2025-12-09 18:57:00,879.0,9.2288,1,leg_gt,1.43,60 -21163,buy_contrast_m10_bb_pos,buy,2025-12-09 19:00:00,878.0,9.3533,1,leg_gt,1.43,60 -21164,buy_contrast_m10_bb_pos,buy,2025-12-09 19:03:00,880.0,9.1045,1,leg_gt,1.42,60 -21165,buy_contrast_m10_bb_pos,buy,2025-12-09 19:06:00,880.0,9.1045,1,leg_gt,1.42,60 -21166,buy_contrast_m10_bb_pos,buy,2025-12-09 19:09:00,879.0,9.2288,1,leg_gt,1.42,60 -21167,buy_contrast_m10_bb_pos,buy,2025-12-10 06:21:00,935.0,2.6807,1,leg_gt,0.95,60 -21168,buy_contrast_m10_bb_pos,buy,2025-12-10 06:24:00,938.0,2.352,1,leg_gt,0.95,60 -21169,buy_contrast_m10_bb_pos,buy,2025-12-10 06:27:00,939.0,2.2429,1,leg_gt,0.95,60 -21170,buy_contrast_m10_bb_pos,buy,2025-12-10 06:42:00,932.0,3.0116,1,leg_gt,0.94,60 -21171,buy_contrast_m10_bb_pos,buy,2025-12-10 06:45:00,932.0,3.0116,1,leg_gt,0.94,60 -21172,buy_contrast_m10_bb_pos,buy,2025-12-10 06:48:00,926.0,3.6797,1,leg_gt,0.94,60 -21173,buy_contrast_m10_bb_pos,buy,2025-12-10 07:00:00,929.0,3.3446,1,leg_gt,0.93,60 -21174,buy_contrast_m10_bb_pos,buy,2025-12-10 07:03:00,929.0,3.3446,1,leg_gt,0.92,60 -21175,buy_contrast_m10_bb_pos,buy,2025-12-10 07:06:00,933.0,2.9011,1,leg_gt,0.92,60 -21176,buy_contrast_m10_bb_pos,buy,2025-12-10 07:09:00,935.0,2.6807,1,leg_gt,0.92,60 -21177,buy_contrast_m10_bb_pos,buy,2025-12-10 11:21:00,933.0,2.9011,1,leg_gt,0.75,60 -21178,buy_contrast_m10_bb_pos,buy,2025-12-10 11:24:00,933.0,2.9011,1,leg_gt,0.74,60 -21179,buy_contrast_m10_bb_pos,buy,2025-12-10 11:27:00,934.0,2.7908,1,leg_gt,0.74,60 -21180,buy_contrast_m10_bb_pos,buy,2025-12-10 12:42:00,929.0,3.3446,1,leg_gt,0.69,60 -21181,buy_contrast_m10_bb_pos,buy,2025-12-10 12:45:00,930.0,3.2333,1,leg_gt,0.69,60 -21182,buy_contrast_m10_bb_pos,buy,2025-12-10 12:48:00,930.0,3.2333,1,leg_gt,0.69,60 -21183,buy_contrast_m10_bb_pos,buy,2025-12-10 13:00:00,929.0,3.3446,1,leg_gt,0.68,60 -21184,buy_contrast_m10_bb_pos,buy,2025-12-10 13:03:00,929.0,3.3446,1,leg_gt,0.68,60 -21185,buy_contrast_m10_bb_pos,buy,2025-12-10 13:06:00,928.0,3.456,1,leg_gt,0.67,60 -21186,buy_contrast_m10_bb_pos,buy,2025-12-10 13:09:00,925.0,3.7919,1,leg_gt,0.67,60 -21187,buy_contrast_m10_bb_pos,buy,2025-12-10 13:21:00,928.0,3.456,1,leg_gt,0.66,60 -21188,buy_contrast_m10_bb_pos,buy,2025-12-10 13:24:00,925.0,3.7919,1,leg_gt,0.66,60 -21189,buy_contrast_m10_bb_pos,buy,2025-12-10 13:27:00,925.0,3.7919,1,leg_gt,0.66,60 -21190,buy_contrast_m10_bb_pos,buy,2025-12-10 17:30:00,928.0,3.456,1,leg_gt,0.49,60 -21191,buy_contrast_m10_bb_pos,buy,2025-12-10 17:33:00,927.0,3.5677,1,leg_gt,0.49,60 -21192,buy_contrast_m10_bb_pos,buy,2025-12-10 17:36:00,926.0,3.6797,1,leg_gt,0.49,60 -21193,buy_contrast_m10_bb_pos,buy,2025-12-10 17:39:00,927.0,3.5677,1,leg_gt,0.48,60 -21194,buy_contrast_m10_bb_pos,buy,2025-12-10 17:42:00,927.0,3.5677,1,leg_gt,0.48,60 -21195,buy_contrast_m10_bb_pos,buy,2025-12-10 17:45:00,926.0,3.6797,1,leg_gt,0.48,60 -21196,buy_contrast_m10_bb_pos,buy,2025-12-10 17:48:00,928.0,3.456,1,leg_gt,0.48,60 -21197,buy_contrast_m10_bb_pos,buy,2025-12-10 17:51:00,927.0,3.5677,1,leg_gt,0.48,60 -21198,buy_contrast_m10_bb_pos,buy,2025-12-10 17:54:00,926.0,3.6797,1,leg_gt,0.47,60 -21199,buy_contrast_m10_bb_pos,buy,2025-12-10 17:57:00,926.0,3.6797,1,leg_gt,0.47,60 -21200,buy_contrast_m10_bb_pos,buy,2025-12-10 18:00:00,925.0,3.7919,1,leg_gt,0.47,60 -21201,buy_contrast_m10_bb_pos,buy,2025-12-10 18:03:00,923.0,4.017,1,leg_gt,0.47,60 -21202,buy_contrast_m10_bb_pos,buy,2025-12-10 18:06:00,924.0,3.9043,1,leg_gt,0.46,60 -21203,buy_contrast_m10_bb_pos,buy,2025-12-10 18:09:00,924.0,3.9043,1,leg_gt,0.46,60 -21204,buy_contrast_m10_bb_pos,buy,2025-12-10 18:12:00,924.0,3.9043,1,leg_gt,0.46,60 -21205,buy_contrast_m10_bb_pos,buy,2025-12-10 18:15:00,921.0,4.2431,1,leg_gt,0.46,60 -21206,buy_contrast_m10_bb_pos,buy,2025-12-10 18:18:00,921.0,4.2431,1,leg_gt,0.46,60 -21207,buy_contrast_m10_bb_pos,buy,2025-12-10 18:30:00,922.0,4.1299,1,leg_gt,0.45,60 -21208,buy_contrast_m10_bb_pos,buy,2025-12-10 18:33:00,925.0,3.7919,1,leg_gt,0.45,60 -21209,buy_contrast_m10_bb_pos,buy,2025-12-10 18:36:00,925.0,3.7919,1,leg_gt,0.44,60 -21210,buy_contrast_m10_bb_pos,buy,2025-12-10 18:39:00,925.0,3.7919,1,leg_gt,0.44,60 -21211,buy_contrast_m10_bb_pos,buy,2025-12-11 01:12:00,931.0,3.1223,1,leg_gt,0.17,60 -21212,buy_contrast_m10_bb_pos,buy,2025-12-11 01:15:00,931.0,3.1223,1,leg_gt,0.17,60 -21213,buy_contrast_m10_bb_pos,buy,2025-12-11 01:18:00,932.0,3.0116,1,leg_gt,0.16,60 -21214,buy_contrast_m10_bb_pos,buy,2025-12-11 01:42:00,928.0,3.456,1,leg_gt,0.15,60 -21215,buy_contrast_m10_bb_pos,buy,2025-12-11 01:45:00,929.0,3.3446,1,leg_gt,0.15,60 -21216,buy_contrast_m10_bb_pos,buy,2025-12-11 01:48:00,930.0,3.2333,1,leg_gt,0.14,60 -21217,buy_contrast_m10_bb_pos,buy,2025-12-11 02:00:00,929.0,3.3446,1,leg_gt,0.14,60 -21218,buy_contrast_m10_bb_pos,buy,2025-12-11 02:03:00,928.0,3.456,1,leg_gt,0.13,60 -21219,buy_contrast_m10_bb_pos,buy,2025-12-11 02:06:00,929.0,3.3446,1,leg_gt,0.13,60 -21220,buy_contrast_m10_bb_pos,buy,2025-12-11 02:09:00,929.0,3.3446,1,leg_gt,0.13,60 -21221,buy_contrast_m10_bb_pos,buy,2025-12-11 02:12:00,928.0,3.456,1,leg_gt,0.13,60 -21222,buy_contrast_m10_bb_pos,buy,2025-12-11 02:15:00,932.0,3.0116,1,leg_gt,0.12,60 -21223,buy_contrast_m10_bb_pos,buy,2025-12-11 02:18:00,935.0,2.6807,1,leg_gt,0.12,60 -21224,buy_contrast_m10_bb_pos,buy,2025-12-11 03:12:00,931.0,3.1223,1,leg_gt,0.09,60 -21225,buy_contrast_m10_bb_pos,buy,2025-12-11 03:15:00,933.0,2.9011,1,leg_gt,0.08,60 -21226,buy_contrast_m10_bb_pos,buy,2025-12-11 03:18:00,931.0,3.1223,1,leg_gt,0.08,60 -21227,buy_contrast_m10_bb_pos,buy,2025-12-11 06:30:00,933.0,-16.07,0,leg_gt,8.97,60 -21228,buy_contrast_m10_bb_pos,buy,2025-12-11 06:33:00,928.0,-15.6172,0,leg_gt,8.97,60 -21229,buy_contrast_m10_bb_pos,buy,2025-12-11 06:36:00,932.0,-15.9798,0,leg_gt,8.97,60 -21230,buy_contrast_m10_bb_pos,buy,2025-12-11 06:39:00,932.0,-15.9798,0,leg_gt,8.96,60 -21231,buy_contrast_m10_bb_pos,buy,2025-12-11 06:42:00,932.0,-15.9798,0,leg_gt,8.96,60 -21232,buy_contrast_m10_bb_pos,buy,2025-12-11 06:45:00,931.0,-15.8895,0,leg_gt,8.96,60 -21233,buy_contrast_m10_bb_pos,buy,2025-12-11 06:48:00,931.0,-15.8895,0,leg_gt,8.96,60 -21234,buy_contrast_m10_bb_pos,buy,2025-12-11 06:51:00,930.0,-15.7989,0,leg_gt,8.96,60 -21235,buy_contrast_m10_bb_pos,buy,2025-12-11 06:54:00,932.0,-15.9798,0,leg_gt,8.95,60 -21236,buy_contrast_m10_bb_pos,buy,2025-12-11 06:57:00,930.0,-15.7989,0,leg_gt,8.95,60 -21237,buy_contrast_m10_bb_pos,buy,2025-12-11 07:30:00,922.0,-15.0675,0,leg_gt,8.93,60 -21238,buy_contrast_m10_bb_pos,buy,2025-12-11 07:33:00,921.0,-14.9751,0,leg_gt,8.93,60 -21239,buy_contrast_m10_bb_pos,buy,2025-12-11 07:36:00,924.0,-15.2515,0,leg_gt,8.93,60 -21240,buy_contrast_m10_bb_pos,buy,2025-12-11 07:39:00,925.0,-15.3432,0,leg_gt,8.92,60 -21241,buy_contrast_m10_bb_pos,buy,2025-12-11 09:00:00,915.0,-14.4169,0,leg_gt,8.87,60 -21242,buy_contrast_m10_bb_pos,buy,2025-12-11 09:03:00,916.0,-14.5105,0,leg_gt,8.86,60 -21243,buy_contrast_m10_bb_pos,buy,2025-12-11 09:06:00,916.0,-14.5105,0,leg_gt,8.86,60 -21244,buy_contrast_m10_bb_pos,buy,2025-12-11 09:09:00,913.0,-14.2292,0,leg_gt,8.86,60 -21245,buy_contrast_m10_bb_pos,buy,2025-12-11 09:12:00,914.0,-14.3232,0,leg_gt,8.86,60 -21246,buy_contrast_m10_bb_pos,buy,2025-12-11 09:15:00,913.0,-14.2292,0,leg_gt,8.86,60 -21247,buy_contrast_m10_bb_pos,buy,2025-12-11 09:18:00,913.0,-14.2292,0,leg_gt,8.85,60 -21248,buy_contrast_m10_bb_pos,buy,2025-12-11 09:21:00,910.0,-13.9462,0,leg_gt,8.85,60 -21249,buy_contrast_m10_bb_pos,buy,2025-12-11 09:24:00,910.0,-13.9462,0,leg_gt,8.85,60 -21250,buy_contrast_m10_bb_pos,buy,2025-12-11 09:27:00,910.0,-13.9462,0,leg_gt,8.85,60 -21251,buy_contrast_m10_bb_pos,buy,2025-12-11 09:30:00,909.0,-13.8514,0,leg_gt,8.85,60 -21252,buy_contrast_m10_bb_pos,buy,2025-12-11 09:33:00,908.0,-13.7564,0,leg_gt,8.84,60 -21253,buy_contrast_m10_bb_pos,buy,2025-12-11 09:36:00,908.0,-13.7564,0,leg_gt,8.84,60 -21254,buy_contrast_m10_bb_pos,buy,2025-12-11 09:39:00,902.0,-13.182,0,leg_gt,8.84,60 -21255,buy_contrast_m10_bb_pos,buy,2025-12-11 10:12:00,893.0,-12.306,0,leg_gt,8.82,60 -21256,buy_contrast_m10_bb_pos,buy,2025-12-11 10:15:00,892.0,-12.2076,0,leg_gt,8.81,60 -21257,buy_contrast_m10_bb_pos,buy,2025-12-11 10:18:00,892.0,-12.2076,0,leg_gt,8.81,60 -21258,buy_contrast_m10_bb_pos,buy,2025-12-11 11:12:00,885.0,-11.5124,0,leg_gt,8.78,60 -21259,buy_contrast_m10_bb_pos,buy,2025-12-11 11:15:00,884.0,-11.4122,0,leg_gt,8.77,60 -21260,buy_contrast_m10_bb_pos,buy,2025-12-11 11:18:00,882.0,-11.2111,0,leg_gt,8.77,60 -21261,buy_contrast_m10_bb_pos,buy,2025-12-11 11:21:00,880.0,-11.0091,0,leg_gt,8.77,60 -21262,buy_contrast_m10_bb_pos,buy,2025-12-11 11:24:00,886.0,-11.6124,0,leg_gt,8.77,60 -21263,buy_contrast_m10_bb_pos,buy,2025-12-11 11:27:00,885.0,-11.5124,0,leg_gt,8.76,60 -21264,buy_contrast_m10_bb_pos,buy,2025-12-11 11:30:00,882.0,-11.2111,0,leg_gt,8.76,60 -21265,buy_contrast_m10_bb_pos,buy,2025-12-11 11:33:00,881.0,-11.1102,0,leg_gt,8.76,60 -21266,buy_contrast_m10_bb_pos,buy,2025-12-11 11:36:00,882.0,-11.2111,0,leg_gt,8.76,60 -21267,buy_contrast_m10_bb_pos,buy,2025-12-11 11:39:00,882.0,-11.2111,0,leg_gt,8.76,60 -21268,buy_contrast_m10_bb_pos,buy,2025-12-11 11:42:00,884.0,-11.4122,0,leg_gt,8.75,60 -21269,buy_contrast_m10_bb_pos,buy,2025-12-11 11:45:00,884.0,-11.4122,0,leg_gt,8.75,60 -21270,buy_contrast_m10_bb_pos,buy,2025-12-11 11:48:00,882.0,-11.2111,0,leg_gt,8.75,60 -21271,buy_contrast_m10_bb_pos,buy,2025-12-11 12:12:00,869.0,-9.8814,0,leg_gt,8.73,60 -21272,buy_contrast_m10_bb_pos,buy,2025-12-11 12:15:00,870.0,-9.9851,0,leg_gt,8.73,60 -21273,buy_contrast_m10_bb_pos,buy,2025-12-11 12:18:00,870.0,-9.9851,0,leg_gt,8.73,60 -21274,buy_contrast_m10_bb_pos,buy,2025-12-11 12:21:00,873.0,-10.2947,0,leg_gt,8.73,60 -21275,buy_contrast_m10_bb_pos,buy,2025-12-11 12:24:00,876.0,-10.6023,0,leg_gt,8.72,60 -21276,buy_contrast_m10_bb_pos,buy,2025-12-11 12:27:00,873.0,-10.2947,0,leg_gt,8.72,60 -21277,buy_contrast_m10_bb_pos,buy,2025-12-11 12:30:00,871.0,-10.0885,0,leg_gt,8.72,60 -21278,buy_contrast_m10_bb_pos,buy,2025-12-11 12:33:00,868.0,-9.7774,0,leg_gt,8.72,60 -21279,buy_contrast_m10_bb_pos,buy,2025-12-11 12:36:00,870.0,-9.9851,0,leg_gt,8.72,60 -21280,buy_contrast_m10_bb_pos,buy,2025-12-11 12:39:00,869.0,-9.8814,0,leg_gt,8.71,60 -21281,buy_contrast_m10_bb_pos,buy,2025-12-11 12:42:00,869.0,-9.8814,0,leg_gt,8.71,60 -21282,buy_contrast_m10_bb_pos,buy,2025-12-11 12:45:00,868.0,-9.7774,0,leg_gt,8.71,60 -21283,buy_contrast_m10_bb_pos,buy,2025-12-11 12:48:00,870.0,-9.9851,0,leg_gt,8.71,60 -21284,buy_contrast_m10_bb_pos,buy,2025-12-11 12:51:00,872.0,-10.1917,0,leg_gt,8.71,60 -21285,buy_contrast_m10_bb_pos,buy,2025-12-11 12:54:00,871.0,-10.0885,0,leg_gt,8.7,60 -21286,buy_contrast_m10_bb_pos,buy,2025-12-11 12:57:00,871.0,-10.0885,0,leg_gt,8.7,60 -21287,buy_contrast_m10_bb_pos,buy,2025-12-11 13:00:00,868.0,-9.7774,0,leg_gt,8.7,60 -21288,buy_contrast_m10_bb_pos,buy,2025-12-11 13:03:00,866.0,-9.5688,0,leg_gt,8.7,60 -21289,buy_contrast_m10_bb_pos,buy,2025-12-11 13:06:00,871.0,-10.0885,0,leg_gt,8.7,60 -21290,buy_contrast_m10_bb_pos,buy,2025-12-11 13:09:00,871.0,-10.0885,0,leg_gt,8.69,60 -21291,buy_contrast_m10_bb_pos,buy,2025-12-11 18:00:00,877.0,-10.7043,0,leg_gt,8.49,60 -21292,buy_contrast_m10_bb_pos,buy,2025-12-11 18:03:00,879.0,-10.9077,0,leg_gt,8.49,60 -21293,buy_contrast_m10_bb_pos,buy,2025-12-11 18:06:00,879.0,-10.9077,0,leg_gt,8.49,60 -21294,buy_contrast_m10_bb_pos,buy,2025-12-11 18:09:00,878.0,-10.8062,0,leg_gt,8.49,60 -21295,buy_contrast_m10_bb_pos,buy,2025-12-11 19:30:00,877.0,-10.7043,0,leg_gt,8.43,60 -21296,buy_contrast_m10_bb_pos,buy,2025-12-11 19:33:00,876.0,-10.6023,0,leg_gt,8.43,60 -21297,buy_contrast_m10_bb_pos,buy,2025-12-11 19:36:00,876.0,-10.6023,0,leg_gt,8.43,60 -21298,buy_contrast_m10_bb_pos,buy,2025-12-11 19:39:00,877.0,-10.7043,0,leg_gt,8.42,60 -21299,buy_contrast_m10_bb_pos,buy,2025-12-11 23:42:00,878.0,-10.8062,0,leg_gt,8.25,60 -21300,buy_contrast_m10_bb_pos,buy,2025-12-11 23:45:00,876.0,-10.6023,0,leg_gt,8.25,60 -21301,buy_contrast_m10_bb_pos,buy,2025-12-11 23:48:00,873.0,-10.2947,0,leg_gt,8.25,60 -21302,buy_contrast_m10_bb_pos,buy,2025-12-12 00:42:00,872.0,-10.1917,0,leg_gt,8.21,60 -21303,buy_contrast_m10_bb_pos,buy,2025-12-12 00:45:00,873.0,-10.2947,0,leg_gt,8.21,60 -21304,buy_contrast_m10_bb_pos,buy,2025-12-12 00:48:00,873.0,-10.2947,0,leg_gt,8.21,60 -21305,buy_contrast_m10_bb_pos,buy,2025-12-12 00:51:00,871.0,-10.0885,0,leg_gt,8.21,60 -21306,buy_contrast_m10_bb_pos,buy,2025-12-12 00:54:00,873.0,-10.2947,0,leg_gt,8.2,60 -21307,buy_contrast_m10_bb_pos,buy,2025-12-12 00:57:00,874.0,-10.3975,0,leg_gt,8.2,60 -21308,buy_contrast_m10_bb_pos,buy,2025-12-12 01:12:00,870.0,-9.9851,0,leg_gt,8.19,60 -21309,buy_contrast_m10_bb_pos,buy,2025-12-12 01:15:00,872.0,-10.1917,0,leg_gt,8.19,60 -21310,buy_contrast_m10_bb_pos,buy,2025-12-12 01:18:00,868.0,-9.7774,0,leg_gt,8.19,60 -21311,buy_contrast_m10_bb_pos,buy,2025-12-12 08:30:00,881.0,-11.1102,0,leg_gt,7.89,60 -21312,buy_contrast_m10_bb_pos,buy,2025-12-12 08:33:00,881.0,-11.1102,0,leg_gt,7.89,60 -21313,buy_contrast_m10_bb_pos,buy,2025-12-12 08:36:00,886.0,-11.6124,0,leg_gt,7.88,60 -21314,buy_contrast_m10_bb_pos,buy,2025-12-12 08:39:00,886.0,-11.6124,0,leg_gt,7.88,60 -21315,buy_contrast_m10_bb_pos,buy,2025-12-12 10:12:00,878.0,-10.8062,0,leg_gt,7.82,60 -21316,buy_contrast_m10_bb_pos,buy,2025-12-12 10:15:00,879.0,-10.9077,0,leg_gt,7.81,60 -21317,buy_contrast_m10_bb_pos,buy,2025-12-12 10:18:00,880.0,-11.0091,0,leg_gt,7.81,60 -21318,buy_contrast_m10_bb_pos,buy,2025-12-12 17:42:00,886.0,-11.6124,0,leg_gt,7.5,60 -21319,buy_contrast_m10_bb_pos,buy,2025-12-12 17:45:00,887.0,-11.7122,0,leg_gt,7.5,60 -21320,buy_contrast_m10_bb_pos,buy,2025-12-12 17:48:00,887.0,-11.7122,0,leg_gt,7.5,60 -21321,buy_contrast_m10_bb_pos,buy,2025-12-13 01:30:00,860.0,-8.9372,0,leg_gt,7.18,60 -21322,buy_contrast_m10_bb_pos,buy,2025-12-13 01:33:00,855.0,-8.4041,0,leg_gt,7.18,60 -21323,buy_contrast_m10_bb_pos,buy,2025-12-13 01:36:00,855.0,-8.4041,0,leg_gt,7.18,60 -21324,buy_contrast_m10_bb_pos,buy,2025-12-13 01:39:00,850.0,-7.8647,0,leg_gt,7.17,60 -21325,buy_contrast_m10_bb_pos,buy,2025-12-13 01:51:00,850.0,-7.8647,0,leg_gt,7.16,60 -21326,buy_contrast_m10_bb_pos,buy,2025-12-13 01:54:00,852.0,-8.0812,0,leg_gt,7.16,60 -21327,buy_contrast_m10_bb_pos,buy,2025-12-13 01:57:00,854.0,-8.2967,0,leg_gt,7.16,60 -21328,buy_contrast_m10_bb_pos,buy,2025-12-13 15:12:00,869.0,-9.8814,0,leg_gt,6.61,60 -21329,buy_contrast_m10_bb_pos,buy,2025-12-13 15:15:00,868.0,-9.7774,0,leg_gt,6.61,60 -21330,buy_contrast_m10_bb_pos,buy,2025-12-13 15:18:00,867.0,-9.6732,0,leg_gt,6.6,60 -21331,buy_contrast_m10_bb_pos,buy,2025-12-13 15:30:00,867.0,-9.6732,0,leg_gt,6.6,60 -21332,buy_contrast_m10_bb_pos,buy,2025-12-13 15:33:00,868.0,-9.7774,0,leg_gt,6.59,60 -21333,buy_contrast_m10_bb_pos,buy,2025-12-13 15:36:00,868.0,-9.7774,0,leg_gt,6.59,60 -21334,buy_contrast_m10_bb_pos,buy,2025-12-13 15:39:00,868.0,-9.7774,0,leg_gt,6.59,60 -21335,buy_contrast_m10_bb_pos,buy,2025-12-13 15:42:00,868.0,-9.7774,0,leg_gt,6.59,60 -21336,buy_contrast_m10_bb_pos,buy,2025-12-13 15:45:00,866.0,-9.5688,0,leg_gt,6.59,60 -21337,buy_contrast_m10_bb_pos,buy,2025-12-13 15:48:00,868.0,-9.7774,0,leg_gt,6.58,60 -21338,buy_contrast_m10_bb_pos,buy,2025-12-13 15:51:00,868.0,-9.7774,0,leg_gt,6.58,60 -21339,buy_contrast_m10_bb_pos,buy,2025-12-13 15:54:00,868.0,-9.7774,0,leg_gt,6.58,60 -21340,buy_contrast_m10_bb_pos,buy,2025-12-13 15:57:00,868.0,-9.7774,0,leg_gt,6.58,60 -21341,buy_contrast_m10_bb_pos,buy,2025-12-14 06:12:00,884.0,-11.4122,0,leg_gt,5.98,60 -21342,buy_contrast_m10_bb_pos,buy,2025-12-14 06:15:00,885.0,-11.5124,0,leg_gt,5.98,60 -21343,buy_contrast_m10_bb_pos,buy,2025-12-14 06:18:00,884.0,-11.4122,0,leg_gt,5.98,60 -21344,buy_contrast_m10_bb_pos,buy,2025-12-14 06:21:00,885.0,-11.5124,0,leg_gt,5.98,60 -21345,buy_contrast_m10_bb_pos,buy,2025-12-14 06:27:00,884.0,-11.4122,0,leg_gt,5.97,60 -21346,buy_contrast_m10_bb_pos,buy,2025-12-14 06:42:00,884.0,-11.4122,0,leg_gt,5.96,60 -21347,buy_contrast_m10_bb_pos,buy,2025-12-14 06:48:00,883.0,-11.3118,0,leg_gt,5.96,60 -21348,buy_contrast_m10_bb_pos,buy,2025-12-14 06:51:00,883.0,-11.3118,0,leg_gt,5.96,60 -21349,buy_contrast_m10_bb_pos,buy,2025-12-14 06:54:00,883.0,-11.3118,0,leg_gt,5.95,60 -21350,buy_contrast_m10_bb_pos,buy,2025-12-14 06:57:00,886.0,-11.6124,0,leg_gt,5.95,60 -21351,buy_contrast_m10_bb_pos,buy,2025-12-14 09:30:00,883.0,-11.3118,0,leg_gt,5.85,60 -21352,buy_contrast_m10_bb_pos,buy,2025-12-14 09:33:00,884.0,-11.4122,0,leg_gt,5.84,60 -21353,buy_contrast_m10_bb_pos,buy,2025-12-14 09:36:00,886.0,-11.6124,0,leg_gt,5.84,60 -21354,buy_contrast_m10_bb_pos,buy,2025-12-14 09:39:00,886.0,-11.6124,0,leg_gt,5.84,60 -21355,buy_contrast_m10_bb_pos,buy,2025-12-14 10:21:00,883.0,-11.3118,0,leg_gt,5.81,60 -21356,buy_contrast_m10_bb_pos,buy,2025-12-14 10:24:00,882.0,-11.2111,0,leg_gt,5.81,60 -21357,buy_contrast_m10_bb_pos,buy,2025-12-14 10:27:00,882.0,-11.2111,0,leg_gt,5.81,60 -21358,buy_contrast_m10_bb_pos,buy,2025-12-14 11:12:00,880.0,-11.0091,0,leg_gt,5.78,60 -21359,buy_contrast_m10_bb_pos,buy,2025-12-14 11:15:00,881.0,-11.1102,0,leg_gt,5.77,60 -21360,buy_contrast_m10_bb_pos,buy,2025-12-14 11:18:00,881.0,-11.1102,0,leg_gt,5.77,60 -21361,buy_contrast_m10_bb_pos,buy,2025-12-14 12:42:00,878.0,-10.8062,0,leg_gt,5.71,60 -21362,buy_contrast_m10_bb_pos,buy,2025-12-14 12:45:00,878.0,-10.8062,0,leg_gt,5.71,60 -21363,buy_contrast_m10_bb_pos,buy,2025-12-14 12:48:00,878.0,-10.8062,0,leg_gt,5.71,60 -21364,buy_contrast_m10_bb_pos,buy,2025-12-14 13:00:00,878.0,-10.8062,0,leg_gt,5.7,60 -21365,buy_contrast_m10_bb_pos,buy,2025-12-14 13:03:00,878.0,-10.8062,0,leg_gt,5.7,60 -21366,buy_contrast_m10_bb_pos,buy,2025-12-14 13:06:00,878.0,-10.8062,0,leg_gt,5.7,60 -21367,buy_contrast_m10_bb_pos,buy,2025-12-14 13:09:00,878.0,-10.8062,0,leg_gt,5.69,60 -21368,buy_contrast_m10_bb_pos,buy,2025-12-14 13:12:00,878.0,-10.8062,0,leg_gt,5.69,60 -21369,buy_contrast_m10_bb_pos,buy,2025-12-14 13:15:00,878.0,-10.8062,0,leg_gt,5.69,60 -21370,buy_contrast_m10_bb_pos,buy,2025-12-14 13:18:00,878.0,-10.8062,0,leg_gt,5.69,60 -21371,buy_contrast_m10_bb_pos,buy,2025-12-14 13:21:00,878.0,-10.8062,0,leg_gt,5.69,60 -21372,buy_contrast_m10_bb_pos,buy,2025-12-14 13:24:00,877.0,-10.7043,0,leg_gt,5.68,60 -21373,buy_contrast_m10_bb_pos,buy,2025-12-14 13:27:00,878.0,-10.8062,0,leg_gt,5.68,60 -21374,buy_contrast_m10_bb_pos,buy,2025-12-14 14:00:00,873.0,-10.2947,0,leg_gt,5.66,60 -21375,buy_contrast_m10_bb_pos,buy,2025-12-14 14:03:00,872.0,-10.1917,0,leg_gt,5.66,60 -21376,buy_contrast_m10_bb_pos,buy,2025-12-14 14:06:00,873.0,-10.2947,0,leg_gt,5.65,60 -21377,buy_contrast_m10_bb_pos,buy,2025-12-14 14:09:00,871.0,-10.0885,0,leg_gt,5.65,60 -21378,buy_contrast_m10_bb_pos,buy,2025-12-14 14:30:00,869.0,-9.8814,0,leg_gt,5.64,60 -21379,buy_contrast_m10_bb_pos,buy,2025-12-14 14:33:00,869.0,-9.8814,0,leg_gt,5.64,60 -21380,buy_contrast_m10_bb_pos,buy,2025-12-14 14:36:00,869.0,-9.8814,0,leg_gt,5.63,60 -21381,buy_contrast_m10_bb_pos,buy,2025-12-14 14:39:00,869.0,-9.8814,0,leg_gt,5.63,60 -21382,buy_contrast_m10_bb_pos,buy,2025-12-14 14:42:00,870.0,-9.9851,0,leg_gt,5.63,60 -21383,buy_contrast_m10_bb_pos,buy,2025-12-14 14:45:00,870.0,-9.9851,0,leg_gt,5.63,60 -21384,buy_contrast_m10_bb_pos,buy,2025-12-14 14:48:00,869.0,-9.8814,0,leg_gt,5.62,60 -21385,buy_contrast_m10_bb_pos,buy,2025-12-14 15:12:00,870.0,-9.9851,0,leg_gt,5.61,60 -21386,buy_contrast_m10_bb_pos,buy,2025-12-14 15:15:00,869.0,-9.8814,0,leg_gt,5.61,60 -21387,buy_contrast_m10_bb_pos,buy,2025-12-14 15:18:00,869.0,-9.8814,0,leg_gt,5.6,60 -21388,buy_contrast_m10_bb_pos,buy,2025-12-14 19:30:00,869.0,-9.8814,0,leg_gt,5.43,60 -21389,buy_contrast_m10_bb_pos,buy,2025-12-14 19:33:00,868.0,-9.7774,0,leg_gt,5.43,60 -21390,buy_contrast_m10_bb_pos,buy,2025-12-14 19:36:00,868.0,-9.7774,0,leg_gt,5.42,60 -21391,buy_contrast_m10_bb_pos,buy,2025-12-14 19:39:00,867.0,-9.6732,0,leg_gt,5.42,60 -21392,buy_contrast_m10_bb_pos,buy,2025-12-14 19:42:00,868.0,-9.7774,0,leg_gt,5.42,60 -21393,buy_contrast_m10_bb_pos,buy,2025-12-14 19:45:00,868.0,-9.7774,0,leg_gt,5.42,60 -21394,buy_contrast_m10_bb_pos,buy,2025-12-14 19:48:00,869.0,-9.8814,0,leg_gt,5.42,60 -21395,buy_contrast_m10_bb_pos,buy,2025-12-14 19:51:00,868.0,-9.7774,0,leg_gt,5.41,60 -21396,buy_contrast_m10_bb_pos,buy,2025-12-14 19:54:00,867.0,-9.6732,0,leg_gt,5.41,60 -21397,buy_contrast_m10_bb_pos,buy,2025-12-14 19:57:00,867.0,-9.6732,0,leg_gt,5.41,60 -21398,buy_contrast_m10_bb_pos,buy,2025-12-14 20:00:00,867.0,-9.6732,0,leg_gt,5.41,60 -21399,buy_contrast_m10_bb_pos,buy,2025-12-14 20:03:00,867.0,-9.6732,0,leg_gt,5.41,60 -21400,buy_contrast_m10_bb_pos,buy,2025-12-14 20:06:00,868.0,-9.7774,0,leg_gt,5.4,60 -21401,buy_contrast_m10_bb_pos,buy,2025-12-14 20:09:00,867.0,-9.6732,0,leg_gt,5.4,60 -21402,buy_contrast_m10_bb_pos,buy,2025-12-14 20:12:00,867.0,-9.6732,0,leg_gt,5.4,60 -21403,buy_contrast_m10_bb_pos,buy,2025-12-14 20:15:00,867.0,-9.6732,0,leg_gt,5.4,60 -21404,buy_contrast_m10_bb_pos,buy,2025-12-14 20:18:00,865.0,-9.4642,0,leg_gt,5.4,60 -21405,buy_contrast_m10_bb_pos,buy,2025-12-14 21:12:00,864.0,-9.3593,0,leg_gt,5.36,60 -21406,buy_contrast_m10_bb_pos,buy,2025-12-14 21:15:00,864.0,-9.3593,0,leg_gt,5.36,60 -21407,buy_contrast_m10_bb_pos,buy,2025-12-14 21:18:00,865.0,-9.4642,0,leg_gt,5.35,60 -21408,buy_contrast_m10_bb_pos,buy,2025-12-15 00:21:00,853.0,-8.1891,0,leg_gt,5.23,60 -21409,buy_contrast_m10_bb_pos,buy,2025-12-15 00:24:00,855.0,-8.4041,0,leg_gt,5.22,60 -21410,buy_contrast_m10_bb_pos,buy,2025-12-15 00:27:00,854.0,-8.2967,0,leg_gt,5.22,60 -21411,buy_contrast_m10_bb_pos,buy,2025-12-15 02:51:00,847.0,-7.538,0,leg_gt,5.12,60 -21412,buy_contrast_m10_bb_pos,buy,2025-12-15 02:54:00,846.0,-7.4286,0,leg_gt,5.12,60 -21413,buy_contrast_m10_bb_pos,buy,2025-12-15 02:57:00,847.0,-7.538,0,leg_gt,5.12,60 -21414,buy_contrast_m10_bb_pos,buy,2025-12-15 03:00:00,846.0,-7.4286,0,leg_gt,5.12,60 -21415,buy_contrast_m10_bb_pos,buy,2025-12-15 03:03:00,845.0,-7.3189,0,leg_gt,5.11,60 -21416,buy_contrast_m10_bb_pos,buy,2025-12-15 03:06:00,848.0,-7.6472,0,leg_gt,5.11,60 -21417,buy_contrast_m10_bb_pos,buy,2025-12-15 03:09:00,848.0,-7.6472,0,leg_gt,5.11,60 -21418,buy_contrast_m10_bb_pos,buy,2025-12-15 05:12:00,843.0,-7.0988,0,leg_gt,5.03,60 -21419,buy_contrast_m10_bb_pos,buy,2025-12-15 05:15:00,849.0,-7.7561,0,leg_gt,5.02,60 -21420,buy_contrast_m10_bb_pos,buy,2025-12-15 05:18:00,847.0,-7.538,0,leg_gt,5.02,60 -21421,buy_contrast_m10_bb_pos,buy,2025-12-15 06:00:00,843.0,-7.0988,0,leg_gt,4.99,60 -21422,buy_contrast_m10_bb_pos,buy,2025-12-15 06:03:00,843.0,-7.0988,0,leg_gt,4.99,60 -21423,buy_contrast_m10_bb_pos,buy,2025-12-15 06:06:00,842.0,-6.9884,0,leg_gt,4.99,60 -21424,buy_contrast_m10_bb_pos,buy,2025-12-15 06:09:00,841.0,-6.8776,0,leg_gt,4.99,60 -21425,buy_contrast_m10_bb_pos,buy,2025-12-15 06:42:00,841.0,-6.8776,0,leg_gt,4.96,60 -21426,buy_contrast_m10_bb_pos,buy,2025-12-15 06:45:00,840.0,-6.7667,0,leg_gt,4.96,60 -21427,buy_contrast_m10_bb_pos,buy,2025-12-15 06:48:00,839.0,-6.6554,0,leg_gt,4.96,60 -21428,buy_contrast_m10_bb_pos,buy,2025-12-15 16:42:00,859.0,-8.8311,0,leg_gt,4.55,60 -21429,buy_contrast_m10_bb_pos,buy,2025-12-15 16:45:00,860.0,-8.9372,0,leg_gt,4.54,60 -21430,buy_contrast_m10_bb_pos,buy,2025-12-15 16:48:00,860.0,-8.9372,0,leg_gt,4.54,60 -21431,buy_contrast_m10_bb_pos,buy,2025-12-15 21:12:00,859.0,-8.8311,0,leg_gt,4.36,60 -21432,buy_contrast_m10_bb_pos,buy,2025-12-15 21:15:00,859.0,-8.8311,0,leg_gt,4.36,60 -21433,buy_contrast_m10_bb_pos,buy,2025-12-15 21:18:00,858.0,-8.7247,0,leg_gt,4.35,60 -21434,buy_contrast_m10_bb_pos,buy,2025-12-15 22:21:00,857.0,-8.6181,0,leg_gt,4.31,60 -21435,buy_contrast_m10_bb_pos,buy,2025-12-15 22:24:00,855.0,-8.4041,0,leg_gt,4.31,60 -21436,buy_contrast_m10_bb_pos,buy,2025-12-15 22:27:00,856.0,-8.5112,0,leg_gt,4.31,60 -21437,buy_contrast_m10_bb_pos,buy,2025-12-15 22:30:00,855.0,-8.4041,0,leg_gt,4.3,60 -21438,buy_contrast_m10_bb_pos,buy,2025-12-15 22:33:00,855.0,-8.4041,0,leg_gt,4.3,60 -21439,buy_contrast_m10_bb_pos,buy,2025-12-15 22:36:00,852.0,-8.0812,0,leg_gt,4.3,60 -21440,buy_contrast_m10_bb_pos,buy,2025-12-15 22:39:00,852.0,-8.0812,0,leg_gt,4.3,60 -21441,buy_contrast_m10_bb_pos,buy,2025-12-15 22:51:00,854.0,-8.2967,0,leg_gt,4.29,60 -21442,buy_contrast_m10_bb_pos,buy,2025-12-15 22:54:00,852.0,-8.0812,0,leg_gt,4.29,60 -21443,buy_contrast_m10_bb_pos,buy,2025-12-15 22:57:00,853.0,-8.1891,0,leg_gt,4.29,60 -21444,buy_contrast_m10_bb_pos,buy,2025-12-15 23:00:00,852.0,-8.0812,0,leg_gt,4.28,60 -21445,buy_contrast_m10_bb_pos,buy,2025-12-15 23:03:00,854.0,-8.2967,0,leg_gt,4.28,60 -21446,buy_contrast_m10_bb_pos,buy,2025-12-15 23:06:00,854.0,-8.2967,0,leg_gt,4.28,60 -21447,buy_contrast_m10_bb_pos,buy,2025-12-15 23:09:00,854.0,-8.2967,0,leg_gt,4.28,60 -21448,buy_contrast_m10_bb_pos,buy,2025-12-16 00:51:00,812.0,-3.5483,0,leg_gt,4.21,60 -21449,buy_contrast_m10_bb_pos,buy,2025-12-16 00:54:00,808.0,-3.0703,0,leg_gt,4.2,60 -21450,buy_contrast_m10_bb_pos,buy,2025-12-16 00:57:00,809.0,-3.1902,0,leg_gt,4.2,60 -21451,buy_contrast_m10_bb_pos,buy,2025-12-16 01:00:00,810.0,-3.3099,0,leg_gt,4.2,60 -21452,buy_contrast_m10_bb_pos,buy,2025-12-16 01:03:00,808.0,-3.0703,0,leg_gt,4.2,60 -21453,buy_contrast_m10_bb_pos,buy,2025-12-16 01:06:00,807.0,-2.9501,0,leg_gt,4.2,60 -21454,buy_contrast_m10_bb_pos,buy,2025-12-16 01:09:00,809.0,-3.1902,0,leg_gt,4.19,60 -21455,buy_contrast_m10_bb_pos,buy,2025-12-16 01:12:00,808.0,-3.0703,0,leg_gt,4.19,60 -21456,buy_contrast_m10_bb_pos,buy,2025-12-16 01:15:00,806.0,-2.8295,0,leg_gt,4.19,60 -21457,buy_contrast_m10_bb_pos,buy,2025-12-16 01:18:00,810.0,-3.3099,0,leg_gt,4.19,60 -21458,buy_contrast_m10_bb_pos,buy,2025-12-16 01:42:00,799.0,-1.9773,0,leg_gt,4.17,60 -21459,buy_contrast_m10_bb_pos,buy,2025-12-16 01:45:00,800.0,-2.1,0,leg_gt,4.17,60 -21460,buy_contrast_m10_bb_pos,buy,2025-12-16 01:48:00,794.0,-1.3594,0,leg_gt,4.17,60 -21461,buy_contrast_m10_bb_pos,buy,2025-12-16 01:51:00,796.0,-1.6075,0,leg_gt,4.16,60 -21462,buy_contrast_m10_bb_pos,buy,2025-12-16 01:54:00,797.0,-1.7311,0,leg_gt,4.16,60 -21463,buy_contrast_m10_bb_pos,buy,2025-12-16 01:57:00,794.0,-1.3594,0,leg_gt,4.16,60 -21464,buy_contrast_m10_bb_pos,buy,2025-12-16 03:42:00,789.0,-0.7337,0,leg_gt,4.09,60 -21465,buy_contrast_m10_bb_pos,buy,2025-12-16 03:45:00,786.0,-0.3545,0,leg_gt,4.09,60 -21466,buy_contrast_m10_bb_pos,buy,2025-12-16 03:48:00,788.0,-0.6076,0,leg_gt,4.08,60 -21467,buy_contrast_m10_bb_pos,buy,2025-12-16 10:12:00,795.0,-1.4836,0,leg_gt,3.82,60 -21468,buy_contrast_m10_bb_pos,buy,2025-12-16 10:15:00,795.0,-1.4836,0,leg_gt,3.81,60 -21469,buy_contrast_m10_bb_pos,buy,2025-12-16 10:18:00,794.0,-1.3594,0,leg_gt,3.81,60 -21470,buy_contrast_m10_bb_pos,buy,2025-12-16 10:30:00,792.0,-1.1101,0,leg_gt,3.8,60 -21471,buy_contrast_m10_bb_pos,buy,2025-12-16 10:33:00,794.0,-1.3594,0,leg_gt,3.8,60 -21472,buy_contrast_m10_bb_pos,buy,2025-12-16 10:36:00,791.0,-0.985,0,leg_gt,3.8,60 -21473,buy_contrast_m10_bb_pos,buy,2025-12-16 10:39:00,792.0,-1.1101,0,leg_gt,3.8,60 -21474,buy_contrast_m10_bb_pos,buy,2025-12-16 10:42:00,792.0,-1.1101,0,leg_gt,3.8,60 -21475,buy_contrast_m10_bb_pos,buy,2025-12-16 10:45:00,792.0,-1.1101,0,leg_gt,3.79,60 -21476,buy_contrast_m10_bb_pos,buy,2025-12-16 10:48:00,793.0,-1.2349,0,leg_gt,3.79,60 -21477,buy_contrast_m10_bb_pos,buy,2025-12-16 11:12:00,791.0,-0.985,0,leg_gt,3.78,60 -21478,buy_contrast_m10_bb_pos,buy,2025-12-16 11:15:00,791.0,-0.985,0,leg_gt,3.77,60 -21479,buy_contrast_m10_bb_pos,buy,2025-12-16 11:18:00,790.0,-0.8595,0,leg_gt,3.77,60 -21480,buy_contrast_m10_bb_pos,buy,2025-12-16 14:00:00,789.0,-0.7337,0,leg_gt,3.66,60 -21481,buy_contrast_m10_bb_pos,buy,2025-12-16 14:03:00,789.0,-0.7337,0,leg_gt,3.66,60 -21482,buy_contrast_m10_bb_pos,buy,2025-12-16 14:06:00,790.0,-0.8595,0,leg_gt,3.65,60 -21483,buy_contrast_m10_bb_pos,buy,2025-12-16 14:09:00,790.0,-0.8595,0,leg_gt,3.65,60 -21484,buy_contrast_m10_bb_pos,buy,2025-12-16 14:30:00,787.0,-0.4812,0,leg_gt,3.64,60 -21485,buy_contrast_m10_bb_pos,buy,2025-12-16 14:33:00,788.0,-0.6076,0,leg_gt,3.64,60 -21486,buy_contrast_m10_bb_pos,buy,2025-12-16 14:36:00,789.0,-0.7337,0,leg_gt,3.63,60 -21487,buy_contrast_m10_bb_pos,buy,2025-12-16 14:39:00,789.0,-0.7337,0,leg_gt,3.63,60 -21488,buy_contrast_m10_bb_pos,buy,2025-12-16 16:30:00,786.0,-0.3545,0,leg_gt,3.55,60 -21489,buy_contrast_m10_bb_pos,buy,2025-12-16 16:33:00,787.0,-0.4812,0,leg_gt,3.55,60 -21490,buy_contrast_m10_bb_pos,buy,2025-12-16 16:36:00,785.0,-0.2274,0,leg_gt,3.55,60 -21491,buy_contrast_m10_bb_pos,buy,2025-12-16 16:39:00,784.0,-0.1,0,leg_gt,3.55,60 -21492,buy_contrast_m10_bb_pos,buy,2025-12-16 22:51:00,793.0,-1.2349,0,leg_gt,3.29,60 -21493,buy_contrast_m10_bb_pos,buy,2025-12-16 22:54:00,791.0,-0.985,0,leg_gt,3.29,60 -21494,buy_contrast_m10_bb_pos,buy,2025-12-16 22:57:00,791.0,-0.985,0,leg_gt,3.29,60 -21495,buy_contrast_m10_bb_pos,buy,2025-12-16 23:12:00,789.0,-0.7337,0,leg_gt,3.28,60 -21496,buy_contrast_m10_bb_pos,buy,2025-12-16 23:15:00,789.0,-0.7337,0,leg_gt,3.27,60 -21497,buy_contrast_m10_bb_pos,buy,2025-12-16 23:18:00,789.0,-0.7337,0,leg_gt,3.27,60 -21498,buy_contrast_m10_bb_pos,buy,2025-12-16 23:21:00,789.0,-0.7337,0,leg_gt,3.27,60 -21499,buy_contrast_m10_bb_pos,buy,2025-12-16 23:24:00,793.0,-1.2349,0,leg_gt,3.27,60 -21500,buy_contrast_m10_bb_pos,buy,2025-12-16 23:27:00,790.0,-0.8595,0,leg_gt,3.26,60 -21501,buy_contrast_m10_bb_pos,buy,2025-12-17 01:42:00,786.0,-0.3545,0,leg_gt,3.17,60 -21502,buy_contrast_m10_bb_pos,buy,2025-12-17 01:45:00,786.0,-0.3545,0,leg_gt,3.17,60 -21503,buy_contrast_m10_bb_pos,buy,2025-12-17 01:48:00,787.0,-0.4812,0,leg_gt,3.17,60 -21504,buy_contrast_m10_bb_pos,buy,2025-12-17 02:30:00,785.0,-0.2274,0,leg_gt,3.14,60 -21505,buy_contrast_m10_bb_pos,buy,2025-12-17 02:33:00,785.0,-0.2274,0,leg_gt,3.14,60 -21506,buy_contrast_m10_bb_pos,buy,2025-12-17 02:36:00,787.0,-0.4812,0,leg_gt,3.13,60 -21507,buy_contrast_m10_bb_pos,buy,2025-12-17 02:39:00,784.0,-0.1,0,leg_gt,3.13,60 -21508,buy_contrast_m10_bb_pos,buy,2025-12-17 02:42:00,782.0,0.1558,1,leg_gt,3.13,60 -21509,buy_contrast_m10_bb_pos,buy,2025-12-17 02:45:00,782.0,0.1558,1,leg_gt,3.13,60 -21510,buy_contrast_m10_bb_pos,buy,2025-12-17 02:48:00,781.0,0.2841,1,leg_gt,3.12,60 -21511,buy_contrast_m10_bb_pos,buy,2025-12-17 03:00:00,781.0,0.2841,1,leg_gt,3.12,60 -21512,buy_contrast_m10_bb_pos,buy,2025-12-17 03:03:00,782.0,0.1558,1,leg_gt,3.11,60 -21513,buy_contrast_m10_bb_pos,buy,2025-12-17 03:06:00,783.0,0.0277,1,leg_gt,3.11,60 -21514,buy_contrast_m10_bb_pos,buy,2025-12-17 03:09:00,786.0,-0.3545,0,leg_gt,3.11,60 -21515,buy_contrast_m10_bb_pos,buy,2025-12-17 04:21:00,781.0,0.2841,1,leg_gt,3.06,60 -21516,buy_contrast_m10_bb_pos,buy,2025-12-17 04:24:00,783.0,0.0277,1,leg_gt,3.06,60 -21517,buy_contrast_m10_bb_pos,buy,2025-12-17 04:27:00,782.0,0.1558,1,leg_gt,3.06,60 -21518,buy_contrast_m10_bb_pos,buy,2025-12-17 08:30:00,785.0,-0.2274,0,leg_gt,2.89,60 -21519,buy_contrast_m10_bb_pos,buy,2025-12-17 08:33:00,784.0,-0.1,0,leg_gt,2.89,60 -21520,buy_contrast_m10_bb_pos,buy,2025-12-17 08:36:00,784.0,-0.1,0,leg_gt,2.88,60 -21521,buy_contrast_m10_bb_pos,buy,2025-12-17 08:39:00,785.0,-0.2274,0,leg_gt,2.88,60 -21522,buy_contrast_m10_bb_pos,buy,2025-12-17 08:51:00,784.0,-0.1,0,leg_gt,2.87,60 -21523,buy_contrast_m10_bb_pos,buy,2025-12-17 08:54:00,784.0,-0.1,0,leg_gt,2.87,60 -21524,buy_contrast_m10_bb_pos,buy,2025-12-17 08:57:00,785.0,-0.2274,0,leg_gt,2.87,60 -21525,buy_contrast_m10_bb_pos,buy,2025-12-17 09:30:00,782.0,0.1558,1,leg_gt,2.85,60 -21526,buy_contrast_m10_bb_pos,buy,2025-12-17 09:33:00,781.0,0.2841,1,leg_gt,2.84,60 -21527,buy_contrast_m10_bb_pos,buy,2025-12-17 09:36:00,780.0,0.4128,1,leg_gt,2.84,60 -21528,buy_contrast_m10_bb_pos,buy,2025-12-17 09:39:00,781.0,0.2841,1,leg_gt,2.84,60 -21529,buy_contrast_m10_bb_pos,buy,2025-12-17 09:42:00,780.0,0.4128,1,leg_gt,2.84,60 -21530,buy_contrast_m10_bb_pos,buy,2025-12-17 09:45:00,781.0,0.2841,1,leg_gt,2.84,60 -21531,buy_contrast_m10_bb_pos,buy,2025-12-17 09:48:00,781.0,0.2841,1,leg_gt,2.83,60 -21532,buy_contrast_m10_bb_pos,buy,2025-12-17 09:51:00,781.0,0.2841,1,leg_gt,2.83,60 -21533,buy_contrast_m10_bb_pos,buy,2025-12-17 09:54:00,781.0,0.2841,1,leg_gt,2.83,60 -21534,buy_contrast_m10_bb_pos,buy,2025-12-17 09:57:00,781.0,0.2841,1,leg_gt,2.83,60 -21535,buy_contrast_m10_bb_pos,buy,2025-12-17 12:42:00,781.0,0.2841,1,leg_gt,2.71,60 -21536,buy_contrast_m10_bb_pos,buy,2025-12-17 12:45:00,781.0,0.2841,1,leg_gt,2.71,60 -21537,buy_contrast_m10_bb_pos,buy,2025-12-17 12:48:00,780.0,0.4128,1,leg_gt,2.71,60 -21538,buy_contrast_m10_bb_pos,buy,2025-12-17 13:42:00,777.0,0.8009,1,leg_gt,2.67,60 -21539,buy_contrast_m10_bb_pos,buy,2025-12-17 13:45:00,777.0,0.8009,1,leg_gt,2.67,60 -21540,buy_contrast_m10_bb_pos,buy,2025-12-17 13:48:00,770.0,1.7182,1,leg_gt,2.67,60 -21541,buy_contrast_m10_bb_pos,buy,2025-12-17 14:21:00,770.0,1.7182,1,leg_gt,2.64,60 -21542,buy_contrast_m10_bb_pos,buy,2025-12-17 14:24:00,769.0,1.8506,1,leg_gt,2.64,60 -21543,buy_contrast_m10_bb_pos,buy,2025-12-17 14:27:00,768.0,1.9833,1,leg_gt,2.64,60 -21544,buy_contrast_m10_bb_pos,buy,2025-12-17 14:30:00,770.0,1.7182,1,leg_gt,2.64,60 -21545,buy_contrast_m10_bb_pos,buy,2025-12-17 14:33:00,770.0,1.7182,1,leg_gt,2.64,60 -21546,buy_contrast_m10_bb_pos,buy,2025-12-17 14:36:00,770.0,1.7182,1,leg_gt,2.63,60 -21547,buy_contrast_m10_bb_pos,buy,2025-12-17 14:39:00,768.0,1.9833,1,leg_gt,2.63,60 -21548,buy_contrast_m10_bb_pos,buy,2025-12-17 14:42:00,769.0,1.8506,1,leg_gt,2.63,60 -21549,buy_contrast_m10_bb_pos,buy,2025-12-17 14:45:00,768.0,1.9833,1,leg_gt,2.63,60 -21550,buy_contrast_m10_bb_pos,buy,2025-12-17 14:48:00,770.0,1.7182,1,leg_gt,2.62,60 -21551,buy_contrast_m10_bb_pos,buy,2025-12-17 16:21:00,767.0,2.1164,1,leg_gt,2.56,60 -21552,buy_contrast_m10_bb_pos,buy,2025-12-17 16:24:00,767.0,2.1164,1,leg_gt,2.56,60 -21553,buy_contrast_m10_bb_pos,buy,2025-12-17 16:27:00,766.0,2.2499,1,leg_gt,2.56,60 -21554,buy_contrast_m10_bb_pos,buy,2025-12-17 16:30:00,765.0,2.3837,1,leg_gt,2.55,60 -21555,buy_contrast_m10_bb_pos,buy,2025-12-17 16:33:00,766.0,2.2499,1,leg_gt,2.55,60 -21556,buy_contrast_m10_bb_pos,buy,2025-12-17 16:36:00,770.0,1.7182,1,leg_gt,2.55,60 -21557,buy_contrast_m10_bb_pos,buy,2025-12-17 16:39:00,770.0,1.7182,1,leg_gt,2.55,60 -21558,buy_contrast_m10_bb_pos,buy,2025-12-17 17:12:00,767.0,2.1164,1,leg_gt,2.52,60 -21559,buy_contrast_m10_bb_pos,buy,2025-12-17 17:15:00,766.0,2.2499,1,leg_gt,2.52,60 -21560,buy_contrast_m10_bb_pos,buy,2025-12-17 17:18:00,766.0,2.2499,1,leg_gt,2.52,60 -21561,buy_contrast_m10_bb_pos,buy,2025-12-17 17:30:00,763.0,2.6523,1,leg_gt,2.51,60 -21562,buy_contrast_m10_bb_pos,buy,2025-12-17 17:33:00,763.0,2.6523,1,leg_gt,2.51,60 -21563,buy_contrast_m10_bb_pos,buy,2025-12-17 17:36:00,763.0,2.6523,1,leg_gt,2.51,60 -21564,buy_contrast_m10_bb_pos,buy,2025-12-17 17:39:00,764.0,2.5178,1,leg_gt,2.51,60 -21565,buy_contrast_m10_bb_pos,buy,2025-12-17 17:42:00,765.0,2.3837,1,leg_gt,2.5,60 -21566,buy_contrast_m10_bb_pos,buy,2025-12-17 17:45:00,764.0,2.5178,1,leg_gt,2.5,60 -21567,buy_contrast_m10_bb_pos,buy,2025-12-17 17:48:00,765.0,2.3837,1,leg_gt,2.5,60 -21568,buy_contrast_m10_bb_pos,buy,2025-12-18 01:21:00,760.0,3.0579,1,leg_gt,2.19,60 -21569,buy_contrast_m10_bb_pos,buy,2025-12-18 01:24:00,756.0,3.6037,1,leg_gt,2.18,60 -21570,buy_contrast_m10_bb_pos,buy,2025-12-18 01:27:00,754.0,3.8788,1,leg_gt,2.18,60 -21571,buy_contrast_m10_bb_pos,buy,2025-12-18 01:51:00,753.0,4.0169,1,leg_gt,2.16,60 -21572,buy_contrast_m10_bb_pos,buy,2025-12-18 01:54:00,758.0,3.3301,1,leg_gt,2.16,60 -21573,buy_contrast_m10_bb_pos,buy,2025-12-18 01:57:00,756.0,3.6037,1,leg_gt,2.16,60 -21574,buy_contrast_m10_bb_pos,buy,2025-12-18 02:12:00,754.0,3.8788,1,leg_gt,2.15,60 -21575,buy_contrast_m10_bb_pos,buy,2025-12-18 02:15:00,753.0,4.0169,1,leg_gt,2.15,60 -21576,buy_contrast_m10_bb_pos,buy,2025-12-18 02:18:00,752.0,4.1553,1,leg_gt,2.15,60 -21577,buy_contrast_m10_bb_pos,buy,2025-12-18 04:12:00,740.0,5.8459,1,leg_gt,2.07,60 -21578,buy_contrast_m10_bb_pos,buy,2025-12-18 04:15:00,743.0,5.4182,1,leg_gt,2.06,60 -21579,buy_contrast_m10_bb_pos,buy,2025-12-18 04:18:00,745.0,5.1349,1,leg_gt,2.06,60 -21580,buy_contrast_m10_bb_pos,buy,2025-12-18 06:42:00,741.0,5.703,1,leg_gt,1.96,60 -21581,buy_contrast_m10_bb_pos,buy,2025-12-18 06:45:00,741.0,5.703,1,leg_gt,1.96,60 -21582,buy_contrast_m10_bb_pos,buy,2025-12-18 06:48:00,741.0,5.703,1,leg_gt,1.96,60 -21583,buy_contrast_m10_bb_pos,buy,2025-12-18 06:51:00,738.0,6.1331,1,leg_gt,1.96,60 -21584,buy_contrast_m10_bb_pos,buy,2025-12-18 06:54:00,739.0,5.9893,1,leg_gt,1.95,60 -21585,buy_contrast_m10_bb_pos,buy,2025-12-18 06:57:00,742.0,5.5604,1,leg_gt,1.95,60 -21586,buy_contrast_m10_bb_pos,buy,2025-12-18 10:42:00,738.0,6.1331,1,leg_gt,1.8,60 -21587,buy_contrast_m10_bb_pos,buy,2025-12-18 10:45:00,738.0,6.1331,1,leg_gt,1.79,60 -21588,buy_contrast_m10_bb_pos,buy,2025-12-18 10:48:00,739.0,5.9893,1,leg_gt,1.79,60 -21589,buy_contrast_m10_bb_pos,buy,2025-12-18 14:12:00,736.0,6.4217,1,leg_gt,1.65,60 -21590,buy_contrast_m10_bb_pos,buy,2025-12-18 14:15:00,736.0,6.4217,1,leg_gt,1.65,60 -21591,buy_contrast_m10_bb_pos,buy,2025-12-18 14:18:00,734.0,6.712,1,leg_gt,1.65,60 -21592,buy_contrast_m10_bb_pos,buy,2025-12-18 14:42:00,736.0,6.4217,1,leg_gt,1.63,60 -21593,buy_contrast_m10_bb_pos,buy,2025-12-18 14:45:00,735.0,6.5667,1,leg_gt,1.63,60 -21594,buy_contrast_m10_bb_pos,buy,2025-12-18 14:48:00,733.0,6.8577,1,leg_gt,1.62,60 -21595,buy_contrast_m10_bb_pos,buy,2025-12-18 14:51:00,732.0,7.0038,1,leg_gt,1.62,60 -21596,buy_contrast_m10_bb_pos,buy,2025-12-18 14:54:00,733.0,6.8577,1,leg_gt,1.62,60 -21597,buy_contrast_m10_bb_pos,buy,2025-12-18 14:57:00,731.0,7.1503,1,leg_gt,1.62,60 -21598,buy_contrast_m10_bb_pos,buy,2025-12-18 15:00:00,732.0,7.0038,1,leg_gt,1.62,60 -21599,buy_contrast_m10_bb_pos,buy,2025-12-18 15:03:00,732.0,7.0038,1,leg_gt,1.61,60 -21600,buy_contrast_m10_bb_pos,buy,2025-12-18 15:06:00,733.0,6.8577,1,leg_gt,1.61,60 -21601,buy_contrast_m10_bb_pos,buy,2025-12-18 15:09:00,733.0,6.8577,1,leg_gt,1.61,60 -21602,buy_contrast_m10_bb_pos,buy,2025-12-18 15:12:00,733.0,6.8577,1,leg_gt,1.61,60 -21603,buy_contrast_m10_bb_pos,buy,2025-12-18 15:15:00,733.0,6.8577,1,leg_gt,1.61,60 -21604,buy_contrast_m10_bb_pos,buy,2025-12-18 15:18:00,734.0,6.712,1,leg_gt,1.6,60 -21605,buy_contrast_m10_bb_pos,buy,2025-12-18 15:21:00,733.0,6.8577,1,leg_gt,1.6,60 -21606,buy_contrast_m10_bb_pos,buy,2025-12-18 15:24:00,732.0,7.0038,1,leg_gt,1.6,60 -21607,buy_contrast_m10_bb_pos,buy,2025-12-18 15:27:00,734.0,6.712,1,leg_gt,1.6,60 -21608,buy_contrast_m10_bb_pos,buy,2025-12-19 02:42:00,746.0,4.9938,1,leg_gt,1.13,60 -21609,buy_contrast_m10_bb_pos,buy,2025-12-19 02:45:00,746.0,4.9938,1,leg_gt,1.13,60 -21610,buy_contrast_m10_bb_pos,buy,2025-12-19 02:48:00,747.0,4.8531,1,leg_gt,1.12,60 -21611,buy_contrast_m10_bb_pos,buy,2025-12-19 02:51:00,740.0,5.8459,1,leg_gt,1.12,60 -21612,buy_contrast_m10_bb_pos,buy,2025-12-19 02:54:00,742.0,5.5604,1,leg_gt,1.12,60 -21613,buy_contrast_m10_bb_pos,buy,2025-12-19 02:57:00,740.0,5.8459,1,leg_gt,1.12,60 -21614,buy_contrast_m10_bb_pos,buy,2025-12-19 04:00:00,729.0,7.4446,1,leg_gt,1.08,60 -21615,buy_contrast_m10_bb_pos,buy,2025-12-19 04:03:00,726.0,7.889,1,leg_gt,1.07,60 -21616,buy_contrast_m10_bb_pos,buy,2025-12-19 04:06:00,726.0,7.889,1,leg_gt,1.07,60 -21617,buy_contrast_m10_bb_pos,buy,2025-12-19 04:09:00,728.0,7.5923,1,leg_gt,1.07,60 -21618,buy_contrast_m10_bb_pos,buy,2025-12-19 04:21:00,728.0,7.5923,1,leg_gt,1.06,60 -21619,buy_contrast_m10_bb_pos,buy,2025-12-19 04:24:00,728.0,7.5923,1,leg_gt,1.06,60 -21620,buy_contrast_m10_bb_pos,buy,2025-12-19 04:27:00,727.0,7.7404,1,leg_gt,1.06,60 -21621,buy_contrast_m10_bb_pos,buy,2025-12-19 04:42:00,720.0,8.7889,1,leg_gt,1.05,60 -21622,buy_contrast_m10_bb_pos,buy,2025-12-19 04:45:00,715.0,9.5503,1,leg_gt,1.04,60 -21623,buy_contrast_m10_bb_pos,buy,2025-12-19 04:48:00,711.0,10.1672,1,leg_gt,1.04,60 -21624,buy_contrast_m10_bb_pos,buy,2025-12-19 04:51:00,712.0,10.0124,1,leg_gt,1.04,60 -21625,buy_contrast_m10_bb_pos,buy,2025-12-19 04:54:00,712.0,10.0124,1,leg_gt,1.04,60 -21626,buy_contrast_m10_bb_pos,buy,2025-12-19 04:57:00,709.0,10.4783,1,leg_gt,1.04,60 -21627,buy_contrast_m10_bb_pos,buy,2025-12-19 05:12:00,716.0,9.3972,1,leg_gt,1.02,60 -21628,buy_contrast_m10_bb_pos,buy,2025-12-19 05:15:00,716.0,9.3972,1,leg_gt,1.02,60 -21629,buy_contrast_m10_bb_pos,buy,2025-12-19 05:18:00,716.0,9.3972,1,leg_gt,1.02,60 -21630,buy_contrast_m10_bb_pos,buy,2025-12-19 05:30:00,712.0,10.0124,1,leg_gt,1.01,60 -21631,buy_contrast_m10_bb_pos,buy,2025-12-19 05:33:00,712.0,10.0124,1,leg_gt,1.01,60 -21632,buy_contrast_m10_bb_pos,buy,2025-12-19 05:36:00,711.0,10.1672,1,leg_gt,1.01,60 -21633,buy_contrast_m10_bb_pos,buy,2025-12-19 05:39:00,713.0,9.8579,1,leg_gt,1.01,60 -21634,buy_contrast_m10_bb_pos,buy,2025-12-19 05:42:00,710.0,10.3225,1,leg_gt,1.0,60 -21635,buy_contrast_m10_bb_pos,buy,2025-12-19 05:45:00,711.0,10.1672,1,leg_gt,1.0,60 -21636,buy_contrast_m10_bb_pos,buy,2025-12-19 05:48:00,713.0,9.8579,1,leg_gt,1.0,60 -21637,buy_contrast_m10_bb_pos,buy,2025-12-19 09:51:00,713.0,9.8579,1,leg_gt,0.83,60 -21638,buy_contrast_m10_bb_pos,buy,2025-12-19 09:54:00,716.0,9.3972,1,leg_gt,0.83,60 -21639,buy_contrast_m10_bb_pos,buy,2025-12-19 09:57:00,716.0,9.3972,1,leg_gt,0.83,60 -21640,buy_contrast_m10_bb_pos,buy,2025-12-19 10:30:00,710.0,10.3225,1,leg_gt,0.8,60 -21641,buy_contrast_m10_bb_pos,buy,2025-12-19 10:33:00,710.0,10.3225,1,leg_gt,0.8,60 -21642,buy_contrast_m10_bb_pos,buy,2025-12-19 10:36:00,711.0,10.1672,1,leg_gt,0.8,60 -21643,buy_contrast_m10_bb_pos,buy,2025-12-19 10:39:00,709.0,10.4783,1,leg_gt,0.8,60 -21644,buy_contrast_m10_bb_pos,buy,2025-12-19 10:42:00,710.0,10.3225,1,leg_gt,0.8,60 -21645,buy_contrast_m10_bb_pos,buy,2025-12-19 10:45:00,710.0,10.3225,1,leg_gt,0.79,60 -21646,buy_contrast_m10_bb_pos,buy,2025-12-19 10:48:00,710.0,10.3225,1,leg_gt,0.79,60 -21647,buy_contrast_m10_bb_pos,buy,2025-12-19 10:51:00,709.0,10.4783,1,leg_gt,0.79,60 -21648,buy_contrast_m10_bb_pos,buy,2025-12-19 10:54:00,712.0,10.0124,1,leg_gt,0.79,60 -21649,buy_contrast_m10_bb_pos,buy,2025-12-19 10:57:00,711.0,10.1672,1,leg_gt,0.79,60 -21650,buy_contrast_m10_bb_pos,buy,2025-12-19 11:12:00,710.0,10.3225,1,leg_gt,0.78,60 -21651,buy_contrast_m10_bb_pos,buy,2025-12-19 11:15:00,711.0,10.1672,1,leg_gt,0.77,60 -21652,buy_contrast_m10_bb_pos,buy,2025-12-19 11:18:00,712.0,10.0124,1,leg_gt,0.77,60 -21653,buy_contrast_m10_bb_pos,buy,2025-12-19 19:42:00,748.0,4.7128,1,leg_gt,0.42,60 -21654,buy_contrast_m10_bb_pos,buy,2025-12-19 19:45:00,749.0,4.5729,1,leg_gt,0.42,60 -21655,buy_contrast_m10_bb_pos,buy,2025-12-19 19:48:00,748.0,4.7128,1,leg_gt,0.42,60 -21656,buy_contrast_m10_bb_pos,buy,2025-12-19 20:12:00,750.0,4.4333,1,leg_gt,0.4,60 -21657,buy_contrast_m10_bb_pos,buy,2025-12-19 20:15:00,750.0,4.4333,1,leg_gt,0.4,60 -21658,buy_contrast_m10_bb_pos,buy,2025-12-19 20:18:00,751.0,4.2941,1,leg_gt,0.4,60 -21659,buy_contrast_m10_bb_pos,buy,2025-12-20 03:00:00,757.0,3.4667,1,leg_gt,0.12,60 -21660,buy_contrast_m10_bb_pos,buy,2025-12-20 03:03:00,759.0,3.1938,1,leg_gt,0.11,60 -21661,buy_contrast_m10_bb_pos,buy,2025-12-20 03:06:00,759.0,3.1938,1,leg_gt,0.11,60 -21662,buy_contrast_m10_bb_pos,buy,2025-12-20 03:09:00,759.0,3.1938,1,leg_gt,0.11,60 -21663,buy_contrast_m10_bb_pos,buy,2025-12-20 03:12:00,760.0,3.0579,1,leg_gt,0.11,60 -21664,buy_contrast_m10_bb_pos,buy,2025-12-20 03:15:00,760.0,3.0579,1,leg_gt,0.11,60 -21665,buy_contrast_m10_bb_pos,buy,2025-12-20 03:18:00,762.0,2.7871,1,leg_gt,0.1,60 -21666,buy_contrast_m10_bb_pos,buy,2025-12-20 09:21:00,776.0,10.7247,1,leg_gt,14.25,60 -21667,buy_contrast_m10_bb_pos,buy,2025-12-20 09:24:00,775.0,10.8677,1,leg_gt,14.25,60 -21668,buy_contrast_m10_bb_pos,buy,2025-12-20 09:27:00,775.0,10.8677,1,leg_gt,14.25,60 -21669,buy_contrast_m10_bb_pos,buy,2025-12-20 09:42:00,775.0,10.8677,1,leg_gt,14.24,60 -21670,buy_contrast_m10_bb_pos,buy,2025-12-20 09:45:00,775.0,10.8677,1,leg_gt,14.23,60 -21671,buy_contrast_m10_bb_pos,buy,2025-12-20 09:48:00,776.0,10.7247,1,leg_gt,14.23,60 -21672,buy_contrast_m10_bb_pos,buy,2025-12-20 10:42:00,773.0,11.1549,1,leg_gt,14.19,60 -21673,buy_contrast_m10_bb_pos,buy,2025-12-20 10:45:00,774.0,11.0111,1,leg_gt,14.19,60 -21674,buy_contrast_m10_bb_pos,buy,2025-12-20 10:48:00,774.0,11.0111,1,leg_gt,14.19,60 -21675,buy_contrast_m10_bb_pos,buy,2025-12-20 11:00:00,773.0,11.1549,1,leg_gt,14.18,60 -21676,buy_contrast_m10_bb_pos,buy,2025-12-20 11:03:00,773.0,11.1549,1,leg_gt,14.18,60 -21677,buy_contrast_m10_bb_pos,buy,2025-12-20 11:06:00,774.0,11.0111,1,leg_gt,14.18,60 -21678,buy_contrast_m10_bb_pos,buy,2025-12-20 11:09:00,773.0,11.1549,1,leg_gt,14.18,60 -21679,buy_contrast_m10_bb_pos,buy,2025-12-20 11:30:00,773.0,11.1549,1,leg_gt,14.16,60 -21680,buy_contrast_m10_bb_pos,buy,2025-12-20 11:33:00,773.0,11.1549,1,leg_gt,14.16,60 -21681,buy_contrast_m10_bb_pos,buy,2025-12-20 11:36:00,774.0,11.0111,1,leg_gt,14.16,60 -21682,buy_contrast_m10_bb_pos,buy,2025-12-20 11:39:00,772.0,11.299,1,leg_gt,14.15,60 -21683,buy_contrast_m10_bb_pos,buy,2025-12-20 11:42:00,773.0,11.1549,1,leg_gt,14.15,60 -21684,buy_contrast_m10_bb_pos,buy,2025-12-20 11:45:00,774.0,11.0111,1,leg_gt,14.15,60 -21685,buy_contrast_m10_bb_pos,buy,2025-12-20 11:48:00,773.0,11.1549,1,leg_gt,14.15,60 -21686,buy_contrast_m10_bb_pos,buy,2025-12-20 12:12:00,771.0,11.4435,1,leg_gt,14.13,60 -21687,buy_contrast_m10_bb_pos,buy,2025-12-20 12:15:00,772.0,11.299,1,leg_gt,14.13,60 -21688,buy_contrast_m10_bb_pos,buy,2025-12-20 12:18:00,770.0,11.5883,1,leg_gt,14.13,60 -21689,buy_contrast_m10_bb_pos,buy,2025-12-20 13:21:00,770.0,11.5883,1,leg_gt,14.08,60 -21690,buy_contrast_m10_bb_pos,buy,2025-12-20 13:24:00,771.0,11.4435,1,leg_gt,14.08,60 -21691,buy_contrast_m10_bb_pos,buy,2025-12-20 13:27:00,769.0,11.7336,1,leg_gt,14.08,60 -21692,buy_contrast_m10_bb_pos,buy,2025-12-20 14:12:00,769.0,11.7336,1,leg_gt,14.05,60 -21693,buy_contrast_m10_bb_pos,buy,2025-12-20 14:15:00,768.0,11.8792,1,leg_gt,14.05,60 -21694,buy_contrast_m10_bb_pos,buy,2025-12-20 14:18:00,769.0,11.7336,1,leg_gt,14.04,60 -21695,buy_contrast_m10_bb_pos,buy,2025-12-20 14:30:00,768.0,11.8792,1,leg_gt,14.04,60 -21696,buy_contrast_m10_bb_pos,buy,2025-12-20 14:33:00,770.0,11.5883,1,leg_gt,14.03,60 -21697,buy_contrast_m10_bb_pos,buy,2025-12-20 14:36:00,770.0,11.5883,1,leg_gt,14.03,60 -21698,buy_contrast_m10_bb_pos,buy,2025-12-20 14:39:00,770.0,11.5883,1,leg_gt,14.03,60 -21699,buy_contrast_m10_bb_pos,buy,2025-12-20 19:30:00,774.0,11.0111,1,leg_gt,13.83,60 -21700,buy_contrast_m10_bb_pos,buy,2025-12-20 19:33:00,774.0,11.0111,1,leg_gt,13.82,60 -21701,buy_contrast_m10_bb_pos,buy,2025-12-20 19:36:00,772.0,11.299,1,leg_gt,13.82,60 -21702,buy_contrast_m10_bb_pos,buy,2025-12-20 19:39:00,772.0,11.299,1,leg_gt,13.82,60 -21703,buy_contrast_m10_bb_pos,buy,2025-12-20 20:00:00,772.0,11.299,1,leg_gt,13.81,60 -21704,buy_contrast_m10_bb_pos,buy,2025-12-20 20:03:00,772.0,11.299,1,leg_gt,13.8,60 -21705,buy_contrast_m10_bb_pos,buy,2025-12-20 20:06:00,773.0,11.1549,1,leg_gt,13.8,60 -21706,buy_contrast_m10_bb_pos,buy,2025-12-20 20:09:00,774.0,11.0111,1,leg_gt,13.8,60 -21707,buy_contrast_m10_bb_pos,buy,2025-12-20 22:21:00,772.0,11.299,1,leg_gt,13.71,60 -21708,buy_contrast_m10_bb_pos,buy,2025-12-20 22:24:00,772.0,11.299,1,leg_gt,13.71,60 -21709,buy_contrast_m10_bb_pos,buy,2025-12-20 22:27:00,772.0,11.299,1,leg_gt,13.7,60 -21710,buy_contrast_m10_bb_pos,buy,2025-12-20 23:12:00,770.0,11.5883,1,leg_gt,13.67,60 -21711,buy_contrast_m10_bb_pos,buy,2025-12-20 23:15:00,771.0,11.4435,1,leg_gt,13.67,60 -21712,buy_contrast_m10_bb_pos,buy,2025-12-20 23:18:00,771.0,11.4435,1,leg_gt,13.67,60 -21713,buy_contrast_m10_bb_pos,buy,2025-12-21 10:00:00,777.0,10.5821,1,leg_gt,13.22,60 -21714,buy_contrast_m10_bb_pos,buy,2025-12-21 10:03:00,776.0,10.7247,1,leg_gt,13.22,60 -21715,buy_contrast_m10_bb_pos,buy,2025-12-21 10:06:00,776.0,10.7247,1,leg_gt,13.22,60 -21716,buy_contrast_m10_bb_pos,buy,2025-12-21 10:09:00,775.0,10.8677,1,leg_gt,13.22,60 -21717,buy_contrast_m10_bb_pos,buy,2025-12-21 10:21:00,775.0,10.8677,1,leg_gt,13.21,60 -21718,buy_contrast_m10_bb_pos,buy,2025-12-21 10:24:00,775.0,10.8677,1,leg_gt,13.21,60 -21719,buy_contrast_m10_bb_pos,buy,2025-12-21 10:27:00,774.0,11.0111,1,leg_gt,13.2,60 -21720,buy_contrast_m10_bb_pos,buy,2025-12-21 11:30:00,765.0,12.3183,1,leg_gt,13.16,60 -21721,buy_contrast_m10_bb_pos,buy,2025-12-21 11:33:00,764.0,12.4654,1,leg_gt,13.16,60 -21722,buy_contrast_m10_bb_pos,buy,2025-12-21 11:36:00,764.0,12.4654,1,leg_gt,13.16,60 -21723,buy_contrast_m10_bb_pos,buy,2025-12-21 11:39:00,763.0,12.613,1,leg_gt,13.15,60 -21724,buy_contrast_m10_bb_pos,buy,2025-12-21 11:51:00,761.0,12.9092,1,leg_gt,13.15,60 -21725,buy_contrast_m10_bb_pos,buy,2025-12-21 11:54:00,761.0,12.9092,1,leg_gt,13.14,60 -21726,buy_contrast_m10_bb_pos,buy,2025-12-21 11:57:00,761.0,12.9092,1,leg_gt,13.14,60 -21727,buy_contrast_m10_bb_pos,buy,2025-12-21 12:00:00,762.0,12.7609,1,leg_gt,13.14,60 -21728,buy_contrast_m10_bb_pos,buy,2025-12-21 12:03:00,763.0,12.613,1,leg_gt,13.14,60 -21729,buy_contrast_m10_bb_pos,buy,2025-12-21 12:06:00,764.0,12.4654,1,leg_gt,13.14,60 -21730,buy_contrast_m10_bb_pos,buy,2025-12-21 12:09:00,764.0,12.4654,1,leg_gt,13.13,60 -21731,buy_contrast_m10_bb_pos,buy,2025-12-21 20:12:00,767.0,12.0252,1,leg_gt,12.8,60 -21732,buy_contrast_m10_bb_pos,buy,2025-12-21 20:15:00,768.0,11.8792,1,leg_gt,12.8,60 -21733,buy_contrast_m10_bb_pos,buy,2025-12-21 20:18:00,768.0,11.8792,1,leg_gt,12.79,60 -21734,buy_contrast_m10_bb_pos,buy,2025-12-21 21:00:00,767.0,12.0252,1,leg_gt,12.76,60 -21735,buy_contrast_m10_bb_pos,buy,2025-12-21 21:03:00,767.0,12.0252,1,leg_gt,12.76,60 -21736,buy_contrast_m10_bb_pos,buy,2025-12-21 21:06:00,766.0,12.1715,1,leg_gt,12.76,60 -21737,buy_contrast_m10_bb_pos,buy,2025-12-21 21:09:00,767.0,12.0252,1,leg_gt,12.76,60 -21738,buy_contrast_m10_bb_pos,buy,2025-12-21 21:12:00,767.0,12.0252,1,leg_gt,12.76,60 -21739,buy_contrast_m10_bb_pos,buy,2025-12-21 21:15:00,766.0,12.1715,1,leg_gt,12.75,60 -21740,buy_contrast_m10_bb_pos,buy,2025-12-21 21:18:00,766.0,12.1715,1,leg_gt,12.75,60 -21741,buy_contrast_m10_bb_pos,buy,2025-12-21 21:30:00,766.0,12.1715,1,leg_gt,12.74,60 -21742,buy_contrast_m10_bb_pos,buy,2025-12-21 21:33:00,766.0,12.1715,1,leg_gt,12.74,60 -21743,buy_contrast_m10_bb_pos,buy,2025-12-21 21:36:00,767.0,12.0252,1,leg_gt,12.74,60 -21744,buy_contrast_m10_bb_pos,buy,2025-12-21 21:39:00,766.0,12.1715,1,leg_gt,12.74,60 -21745,buy_contrast_m10_bb_pos,buy,2025-12-21 21:42:00,761.0,12.9092,1,leg_gt,12.74,60 -21746,buy_contrast_m10_bb_pos,buy,2025-12-21 21:45:00,761.0,12.9092,1,leg_gt,12.73,60 -21747,buy_contrast_m10_bb_pos,buy,2025-12-21 21:48:00,762.0,12.7609,1,leg_gt,12.73,60 -21748,buy_contrast_m10_bb_pos,buy,2025-12-21 21:51:00,763.0,12.613,1,leg_gt,12.73,60 -21749,buy_contrast_m10_bb_pos,buy,2025-12-21 21:54:00,762.0,12.7609,1,leg_gt,12.73,60 -21750,buy_contrast_m10_bb_pos,buy,2025-12-21 21:57:00,759.0,13.207,1,leg_gt,12.72,60 -21751,buy_contrast_m10_bb_pos,buy,2025-12-21 22:00:00,763.0,12.613,1,leg_gt,12.72,60 -21752,buy_contrast_m10_bb_pos,buy,2025-12-21 22:03:00,761.0,12.9092,1,leg_gt,12.72,60 -21753,buy_contrast_m10_bb_pos,buy,2025-12-21 22:06:00,754.0,13.9584,1,leg_gt,12.72,60 -21754,buy_contrast_m10_bb_pos,buy,2025-12-21 22:09:00,755.0,13.8073,1,leg_gt,12.72,60 -21755,buy_contrast_m10_bb_pos,buy,2025-12-22 11:12:00,758.0,13.3565,1,leg_gt,12.17,60 -21756,buy_contrast_m10_bb_pos,buy,2025-12-22 11:15:00,756.0,13.6566,1,leg_gt,12.17,60 -21757,buy_contrast_m10_bb_pos,buy,2025-12-22 11:18:00,757.0,13.5063,1,leg_gt,12.17,60 -21758,buy_contrast_m10_bb_pos,buy,2025-12-22 11:21:00,756.0,13.6566,1,leg_gt,12.17,60 -21759,buy_contrast_m10_bb_pos,buy,2025-12-22 11:24:00,759.0,13.207,1,leg_gt,12.16,60 -21760,buy_contrast_m10_bb_pos,buy,2025-12-22 11:27:00,759.0,13.207,1,leg_gt,12.16,60 -21761,buy_contrast_m10_bb_pos,buy,2025-12-22 20:30:00,765.0,12.3183,1,leg_gt,11.79,60 -21762,buy_contrast_m10_bb_pos,buy,2025-12-22 20:33:00,766.0,12.1715,1,leg_gt,11.78,60 -21763,buy_contrast_m10_bb_pos,buy,2025-12-22 20:36:00,767.0,12.0252,1,leg_gt,11.78,60 -21764,buy_contrast_m10_bb_pos,buy,2025-12-22 20:39:00,766.0,12.1715,1,leg_gt,11.78,60 -21765,buy_contrast_m10_bb_pos,buy,2025-12-22 22:42:00,765.0,12.3183,1,leg_gt,11.69,60 -21766,buy_contrast_m10_bb_pos,buy,2025-12-22 22:45:00,765.0,12.3183,1,leg_gt,11.69,60 -21767,buy_contrast_m10_bb_pos,buy,2025-12-22 22:48:00,766.0,12.1715,1,leg_gt,11.69,60 -21768,buy_contrast_m10_bb_pos,buy,2025-12-23 00:30:00,766.0,12.1715,1,leg_gt,11.62,60 -21769,buy_contrast_m10_bb_pos,buy,2025-12-23 00:33:00,766.0,12.1715,1,leg_gt,11.62,60 -21770,buy_contrast_m10_bb_pos,buy,2025-12-23 00:36:00,764.0,12.4654,1,leg_gt,11.61,60 -21771,buy_contrast_m10_bb_pos,buy,2025-12-23 00:39:00,763.0,12.613,1,leg_gt,11.61,60 -21772,buy_contrast_m10_bb_pos,buy,2025-12-23 00:51:00,765.0,12.3183,1,leg_gt,11.6,60 -21773,buy_contrast_m10_bb_pos,buy,2025-12-23 00:54:00,764.0,12.4654,1,leg_gt,11.6,60 -21774,buy_contrast_m10_bb_pos,buy,2025-12-23 00:57:00,768.0,11.8792,1,leg_gt,11.6,60 -21775,buy_contrast_m10_bb_pos,buy,2025-12-23 02:21:00,762.0,12.7609,1,leg_gt,11.54,60 -21776,buy_contrast_m10_bb_pos,buy,2025-12-23 02:24:00,762.0,12.7609,1,leg_gt,11.54,60 -21777,buy_contrast_m10_bb_pos,buy,2025-12-23 02:27:00,762.0,12.7609,1,leg_gt,11.54,60 -21778,buy_contrast_m10_bb_pos,buy,2025-12-23 02:30:00,762.0,12.7609,1,leg_gt,11.54,60 -21779,buy_contrast_m10_bb_pos,buy,2025-12-23 02:33:00,762.0,12.7609,1,leg_gt,11.53,60 -21780,buy_contrast_m10_bb_pos,buy,2025-12-23 02:36:00,761.0,12.9092,1,leg_gt,11.53,60 -21781,buy_contrast_m10_bb_pos,buy,2025-12-23 02:39:00,763.0,12.613,1,leg_gt,11.53,60 -21782,buy_contrast_m10_bb_pos,buy,2025-12-23 05:12:00,748.0,14.8733,1,leg_gt,11.42,60 -21783,buy_contrast_m10_bb_pos,buy,2025-12-23 05:15:00,747.0,15.0272,1,leg_gt,11.42,60 -21784,buy_contrast_m10_bb_pos,buy,2025-12-23 05:18:00,742.0,15.803,1,leg_gt,11.42,60 -21785,buy_contrast_m10_bb_pos,buy,2025-12-23 05:21:00,745.0,15.3362,1,leg_gt,11.42,60 -21786,buy_contrast_m10_bb_pos,buy,2025-12-23 05:24:00,743.0,15.647,1,leg_gt,11.41,60 -21787,buy_contrast_m10_bb_pos,buy,2025-12-23 05:27:00,744.0,15.4914,1,leg_gt,11.41,60 -21788,buy_contrast_m10_bb_pos,buy,2025-12-23 05:30:00,742.0,15.803,1,leg_gt,11.41,60 -21789,buy_contrast_m10_bb_pos,buy,2025-12-23 05:33:00,743.0,15.647,1,leg_gt,11.41,60 -21790,buy_contrast_m10_bb_pos,buy,2025-12-23 05:36:00,743.0,15.647,1,leg_gt,11.41,60 -21791,buy_contrast_m10_bb_pos,buy,2025-12-23 05:39:00,743.0,15.647,1,leg_gt,11.4,60 -21792,buy_contrast_m10_bb_pos,buy,2025-12-23 05:42:00,744.0,15.4914,1,leg_gt,11.4,60 -21793,buy_contrast_m10_bb_pos,buy,2025-12-23 05:45:00,744.0,15.4914,1,leg_gt,11.4,60 -21794,buy_contrast_m10_bb_pos,buy,2025-12-23 05:48:00,744.0,15.4914,1,leg_gt,11.4,60 -21795,buy_contrast_m10_bb_pos,buy,2025-12-23 05:51:00,743.0,15.647,1,leg_gt,11.4,60 -21796,buy_contrast_m10_bb_pos,buy,2025-12-23 05:54:00,744.0,15.4914,1,leg_gt,11.39,60 -21797,buy_contrast_m10_bb_pos,buy,2025-12-23 05:57:00,745.0,15.3362,1,leg_gt,11.39,60 -21798,buy_contrast_m10_bb_pos,buy,2025-12-23 11:51:00,748.0,14.8733,1,leg_gt,11.15,60 -21799,buy_contrast_m10_bb_pos,buy,2025-12-23 11:54:00,747.0,15.0272,1,leg_gt,11.14,60 -21800,buy_contrast_m10_bb_pos,buy,2025-12-23 11:57:00,746.0,15.1815,1,leg_gt,11.14,60 -21801,buy_contrast_m10_bb_pos,buy,2025-12-23 12:21:00,746.0,15.1815,1,leg_gt,11.12,60 -21802,buy_contrast_m10_bb_pos,buy,2025-12-23 12:24:00,746.0,15.1815,1,leg_gt,11.12,60 -21803,buy_contrast_m10_bb_pos,buy,2025-12-23 12:27:00,745.0,15.3362,1,leg_gt,11.12,60 -21804,buy_contrast_m10_bb_pos,buy,2025-12-23 12:30:00,744.0,15.4914,1,leg_gt,11.12,60 -21805,buy_contrast_m10_bb_pos,buy,2025-12-23 12:33:00,744.0,15.4914,1,leg_gt,11.12,60 -21806,buy_contrast_m10_bb_pos,buy,2025-12-23 12:36:00,745.0,15.3362,1,leg_gt,11.11,60 -21807,buy_contrast_m10_bb_pos,buy,2025-12-23 12:39:00,744.0,15.4914,1,leg_gt,11.11,60 -21808,buy_contrast_m10_bb_pos,buy,2025-12-23 12:42:00,746.0,15.1815,1,leg_gt,11.11,60 -21809,buy_contrast_m10_bb_pos,buy,2025-12-23 12:45:00,745.0,15.3362,1,leg_gt,11.11,60 -21810,buy_contrast_m10_bb_pos,buy,2025-12-23 12:48:00,744.0,15.4914,1,leg_gt,11.11,60 -21811,buy_contrast_m10_bb_pos,buy,2025-12-23 12:51:00,744.0,15.4914,1,leg_gt,11.1,60 -21812,buy_contrast_m10_bb_pos,buy,2025-12-23 12:54:00,744.0,15.4914,1,leg_gt,11.1,60 -21813,buy_contrast_m10_bb_pos,buy,2025-12-23 12:57:00,745.0,15.3362,1,leg_gt,11.1,60 -21814,buy_contrast_m10_bb_pos,buy,2025-12-23 13:00:00,743.0,15.647,1,leg_gt,11.1,60 -21815,buy_contrast_m10_bb_pos,buy,2025-12-23 13:03:00,743.0,15.647,1,leg_gt,11.1,60 -21816,buy_contrast_m10_bb_pos,buy,2025-12-23 13:06:00,743.0,15.647,1,leg_gt,11.09,60 -21817,buy_contrast_m10_bb_pos,buy,2025-12-23 13:09:00,744.0,15.4914,1,leg_gt,11.09,60 -21818,buy_contrast_m10_bb_pos,buy,2025-12-23 13:42:00,742.0,15.803,1,leg_gt,11.07,60 -21819,buy_contrast_m10_bb_pos,buy,2025-12-23 13:45:00,742.0,15.803,1,leg_gt,11.07,60 -21820,buy_contrast_m10_bb_pos,buy,2025-12-23 13:48:00,742.0,15.803,1,leg_gt,11.06,60 -21821,buy_contrast_m10_bb_pos,buy,2025-12-23 15:30:00,741.0,15.9594,1,leg_gt,10.99,60 -21822,buy_contrast_m10_bb_pos,buy,2025-12-23 15:33:00,742.0,15.803,1,leg_gt,10.99,60 -21823,buy_contrast_m10_bb_pos,buy,2025-12-23 15:36:00,741.0,15.9594,1,leg_gt,10.99,60 -21824,buy_contrast_m10_bb_pos,buy,2025-12-23 15:39:00,741.0,15.9594,1,leg_gt,10.99,60 -21825,buy_contrast_m10_bb_pos,buy,2025-12-23 17:51:00,740.0,16.1162,1,leg_gt,10.9,60 -21826,buy_contrast_m10_bb_pos,buy,2025-12-23 17:54:00,740.0,16.1162,1,leg_gt,10.89,60 -21827,buy_contrast_m10_bb_pos,buy,2025-12-23 17:57:00,741.0,15.9594,1,leg_gt,10.89,60 -21828,buy_contrast_m10_bb_pos,buy,2025-12-23 18:00:00,740.0,16.1162,1,leg_gt,10.89,60 -21829,buy_contrast_m10_bb_pos,buy,2025-12-23 18:03:00,741.0,15.9594,1,leg_gt,10.89,60 -21830,buy_contrast_m10_bb_pos,buy,2025-12-23 18:06:00,742.0,15.803,1,leg_gt,10.89,60 -21831,buy_contrast_m10_bb_pos,buy,2025-12-23 18:09:00,743.0,15.647,1,leg_gt,10.88,60 -21832,buy_contrast_m10_bb_pos,buy,2025-12-23 18:21:00,739.0,16.2735,1,leg_gt,10.88,60 -21833,buy_contrast_m10_bb_pos,buy,2025-12-23 18:24:00,740.0,16.1162,1,leg_gt,10.87,60 -21834,buy_contrast_m10_bb_pos,buy,2025-12-23 18:27:00,740.0,16.1162,1,leg_gt,10.87,60 -21835,buy_contrast_m10_bb_pos,buy,2025-12-23 18:42:00,740.0,16.1162,1,leg_gt,10.86,60 -21836,buy_contrast_m10_bb_pos,buy,2025-12-23 18:45:00,740.0,16.1162,1,leg_gt,10.86,60 -21837,buy_contrast_m10_bb_pos,buy,2025-12-23 18:48:00,742.0,15.803,1,leg_gt,10.86,60 -21838,buy_contrast_m10_bb_pos,buy,2025-12-23 21:30:00,738.0,16.4312,1,leg_gt,10.74,60 -21839,buy_contrast_m10_bb_pos,buy,2025-12-23 21:33:00,739.0,16.2735,1,leg_gt,10.74,60 -21840,buy_contrast_m10_bb_pos,buy,2025-12-23 21:36:00,739.0,16.2735,1,leg_gt,10.74,60 -21841,buy_contrast_m10_bb_pos,buy,2025-12-23 21:39:00,739.0,16.2735,1,leg_gt,10.74,60 -21842,buy_contrast_m10_bb_pos,buy,2025-12-23 22:51:00,733.0,17.2261,1,leg_gt,10.69,60 -21843,buy_contrast_m10_bb_pos,buy,2025-12-23 22:54:00,734.0,17.0662,1,leg_gt,10.69,60 -21844,buy_contrast_m10_bb_pos,buy,2025-12-23 22:57:00,734.0,17.0662,1,leg_gt,10.68,60 -21845,buy_contrast_m10_bb_pos,buy,2025-12-23 23:12:00,736.0,16.7478,1,leg_gt,10.67,60 -21846,buy_contrast_m10_bb_pos,buy,2025-12-23 23:15:00,734.0,17.0662,1,leg_gt,10.67,60 -21847,buy_contrast_m10_bb_pos,buy,2025-12-23 23:18:00,731.0,17.5471,1,leg_gt,10.67,60 -21848,buy_contrast_m10_bb_pos,buy,2025-12-23 23:21:00,733.0,17.2261,1,leg_gt,10.67,60 -21849,buy_contrast_m10_bb_pos,buy,2025-12-23 23:24:00,733.0,17.2261,1,leg_gt,10.66,60 -21850,buy_contrast_m10_bb_pos,buy,2025-12-23 23:27:00,733.0,17.2261,1,leg_gt,10.66,60 -21851,buy_contrast_m10_bb_pos,buy,2025-12-23 23:30:00,732.0,17.3863,1,leg_gt,10.66,60 -21852,buy_contrast_m10_bb_pos,buy,2025-12-23 23:33:00,733.0,17.2261,1,leg_gt,10.66,60 -21853,buy_contrast_m10_bb_pos,buy,2025-12-23 23:36:00,732.0,17.3863,1,leg_gt,10.66,60 -21854,buy_contrast_m10_bb_pos,buy,2025-12-23 23:39:00,732.0,17.3863,1,leg_gt,10.65,60 -21855,buy_contrast_m10_bb_pos,buy,2025-12-23 23:42:00,734.0,17.0662,1,leg_gt,10.65,60 -21856,buy_contrast_m10_bb_pos,buy,2025-12-23 23:45:00,734.0,17.0662,1,leg_gt,10.65,60 -21857,buy_contrast_m10_bb_pos,buy,2025-12-23 23:48:00,732.0,17.3863,1,leg_gt,10.65,60 -21858,buy_contrast_m10_bb_pos,buy,2025-12-23 23:51:00,733.0,17.2261,1,leg_gt,10.65,60 -21859,buy_contrast_m10_bb_pos,buy,2025-12-23 23:54:00,730.0,17.7082,1,leg_gt,10.64,60 -21860,buy_contrast_m10_bb_pos,buy,2025-12-23 23:57:00,726.0,18.3573,1,leg_gt,10.64,60 -21861,buy_contrast_m10_bb_pos,buy,2025-12-24 00:00:00,731.0,17.5471,1,leg_gt,10.64,60 -21862,buy_contrast_m10_bb_pos,buy,2025-12-24 00:03:00,730.0,17.7082,1,leg_gt,10.64,60 -21863,buy_contrast_m10_bb_pos,buy,2025-12-24 00:06:00,735.0,16.9068,1,leg_gt,10.64,60 -21864,buy_contrast_m10_bb_pos,buy,2025-12-24 00:09:00,731.0,17.5471,1,leg_gt,10.63,60 -21865,buy_contrast_m10_bb_pos,buy,2025-12-24 01:42:00,731.0,17.5471,1,leg_gt,10.57,60 -21866,buy_contrast_m10_bb_pos,buy,2025-12-24 01:45:00,731.0,17.5471,1,leg_gt,10.57,60 -21867,buy_contrast_m10_bb_pos,buy,2025-12-24 01:48:00,733.0,17.2261,1,leg_gt,10.56,60 -21868,buy_contrast_m10_bb_pos,buy,2025-12-24 07:30:00,735.0,16.9068,1,leg_gt,10.33,60 -21869,buy_contrast_m10_bb_pos,buy,2025-12-24 07:33:00,734.0,17.0662,1,leg_gt,10.32,60 -21870,buy_contrast_m10_bb_pos,buy,2025-12-24 07:36:00,733.0,17.2261,1,leg_gt,10.32,60 -21871,buy_contrast_m10_bb_pos,buy,2025-12-24 07:39:00,734.0,17.0662,1,leg_gt,10.32,60 -21872,buy_contrast_m10_bb_pos,buy,2025-12-24 07:42:00,737.0,16.5893,1,leg_gt,10.32,60 -21873,buy_contrast_m10_bb_pos,buy,2025-12-24 07:45:00,737.0,16.5893,1,leg_gt,10.32,60 -21874,buy_contrast_m10_bb_pos,buy,2025-12-24 07:48:00,737.0,16.5893,1,leg_gt,10.31,60 -21875,buy_contrast_m10_bb_pos,buy,2025-12-24 08:00:00,735.0,16.9068,1,leg_gt,10.31,60 -21876,buy_contrast_m10_bb_pos,buy,2025-12-24 08:03:00,733.0,17.2261,1,leg_gt,10.3,60 -21877,buy_contrast_m10_bb_pos,buy,2025-12-24 08:06:00,734.0,17.0662,1,leg_gt,10.3,60 -21878,buy_contrast_m10_bb_pos,buy,2025-12-24 08:09:00,733.0,17.2261,1,leg_gt,10.3,60 -21879,buy_contrast_m10_bb_pos,buy,2025-12-24 08:21:00,733.0,17.2261,1,leg_gt,10.29,60 -21880,buy_contrast_m10_bb_pos,buy,2025-12-24 08:24:00,733.0,17.2261,1,leg_gt,10.29,60 -21881,buy_contrast_m10_bb_pos,buy,2025-12-24 08:27:00,734.0,17.0662,1,leg_gt,10.29,60 -21882,buy_contrast_m10_bb_pos,buy,2025-12-24 11:30:00,720.0,19.3444,1,leg_gt,10.16,60 -21883,buy_contrast_m10_bb_pos,buy,2025-12-24 11:33:00,720.0,19.3444,1,leg_gt,10.16,60 -21884,buy_contrast_m10_bb_pos,buy,2025-12-24 11:36:00,719.0,19.5106,1,leg_gt,10.16,60 -21885,buy_contrast_m10_bb_pos,buy,2025-12-24 11:39:00,718.0,19.6772,1,leg_gt,10.15,60 -21886,buy_contrast_m10_bb_pos,buy,2025-12-24 11:51:00,719.0,19.5106,1,leg_gt,10.15,60 -21887,buy_contrast_m10_bb_pos,buy,2025-12-24 11:54:00,720.0,19.3444,1,leg_gt,10.14,60 -21888,buy_contrast_m10_bb_pos,buy,2025-12-24 11:57:00,718.0,19.6772,1,leg_gt,10.14,60 -21889,buy_contrast_m10_bb_pos,buy,2025-12-24 12:12:00,716.0,20.0117,1,leg_gt,10.13,60 -21890,buy_contrast_m10_bb_pos,buy,2025-12-24 12:15:00,715.0,20.1797,1,leg_gt,10.13,60 -21891,buy_contrast_m10_bb_pos,buy,2025-12-24 12:18:00,717.0,19.8442,1,leg_gt,10.13,60 -21892,buy_contrast_m10_bb_pos,buy,2025-12-24 14:12:00,716.0,20.0117,1,leg_gt,10.05,60 -21893,buy_contrast_m10_bb_pos,buy,2025-12-24 14:15:00,715.0,20.1797,1,leg_gt,10.05,60 -21894,buy_contrast_m10_bb_pos,buy,2025-12-24 14:18:00,716.0,20.0117,1,leg_gt,10.04,60 -21895,buy_contrast_m10_bb_pos,buy,2025-12-24 14:21:00,715.0,20.1797,1,leg_gt,10.04,60 -21896,buy_contrast_m10_bb_pos,buy,2025-12-24 14:24:00,716.0,20.0117,1,leg_gt,10.04,60 -21897,buy_contrast_m10_bb_pos,buy,2025-12-24 14:27:00,717.0,19.8442,1,leg_gt,10.04,60 -21898,buy_contrast_m10_bb_pos,buy,2025-12-24 14:30:00,714.0,20.3482,1,leg_gt,10.04,60 -21899,buy_contrast_m10_bb_pos,buy,2025-12-24 14:33:00,715.0,20.1797,1,leg_gt,10.03,60 -21900,buy_contrast_m10_bb_pos,buy,2025-12-24 14:36:00,713.0,20.5171,1,leg_gt,10.03,60 -21901,buy_contrast_m10_bb_pos,buy,2025-12-24 14:39:00,713.0,20.5171,1,leg_gt,10.03,60 -21902,buy_contrast_m10_bb_pos,buy,2025-12-24 14:42:00,714.0,20.3482,1,leg_gt,10.03,60 -21903,buy_contrast_m10_bb_pos,buy,2025-12-24 14:45:00,711.0,20.8564,1,leg_gt,10.02,60 -21904,buy_contrast_m10_bb_pos,buy,2025-12-24 14:48:00,712.0,20.6865,1,leg_gt,10.02,60 -21905,buy_contrast_m10_bb_pos,buy,2025-12-24 14:51:00,713.0,20.5171,1,leg_gt,10.02,60 -21906,buy_contrast_m10_bb_pos,buy,2025-12-24 14:54:00,713.0,20.5171,1,leg_gt,10.02,60 -21907,buy_contrast_m10_bb_pos,buy,2025-12-24 14:57:00,712.0,20.6865,1,leg_gt,10.02,60 -21908,buy_contrast_m10_bb_pos,buy,2025-12-24 15:12:00,712.0,20.6865,1,leg_gt,10.01,60 -21909,buy_contrast_m10_bb_pos,buy,2025-12-24 15:15:00,711.0,20.8564,1,leg_gt,10.0,60 -21910,buy_contrast_m10_bb_pos,buy,2025-12-24 15:18:00,711.0,20.8564,1,leg_gt,10.0,60 -21911,buy_contrast_m10_bb_pos,buy,2025-12-24 19:12:00,713.0,20.5171,1,leg_gt,9.84,60 -21912,buy_contrast_m10_bb_pos,buy,2025-12-24 19:15:00,711.0,20.8564,1,leg_gt,9.84,60 -21913,buy_contrast_m10_bb_pos,buy,2025-12-24 19:18:00,712.0,20.6865,1,leg_gt,9.84,60 -21914,buy_contrast_m10_bb_pos,buy,2025-12-24 20:00:00,711.0,20.8564,1,leg_gt,9.81,60 -21915,buy_contrast_m10_bb_pos,buy,2025-12-24 20:03:00,713.0,20.5171,1,leg_gt,9.8,60 -21916,buy_contrast_m10_bb_pos,buy,2025-12-24 20:06:00,713.0,20.5171,1,leg_gt,9.8,60 -21917,buy_contrast_m10_bb_pos,buy,2025-12-24 20:09:00,714.0,20.3482,1,leg_gt,9.8,60 -21918,buy_contrast_m10_bb_pos,buy,2025-12-24 23:42:00,715.0,20.1797,1,leg_gt,9.65,60 -21919,buy_contrast_m10_bb_pos,buy,2025-12-24 23:45:00,715.0,20.1797,1,leg_gt,9.65,60 -21920,buy_contrast_m10_bb_pos,buy,2025-12-24 23:48:00,713.0,20.5171,1,leg_gt,9.65,60 -21921,buy_contrast_m10_bb_pos,buy,2025-12-25 03:30:00,712.0,20.6865,1,leg_gt,9.49,60 -21922,buy_contrast_m10_bb_pos,buy,2025-12-25 03:33:00,712.0,20.6865,1,leg_gt,9.49,60 -21923,buy_contrast_m10_bb_pos,buy,2025-12-25 03:36:00,712.0,20.6865,1,leg_gt,9.49,60 -21924,buy_contrast_m10_bb_pos,buy,2025-12-25 03:39:00,711.0,20.8564,1,leg_gt,9.49,60 -21925,buy_contrast_m10_bb_pos,buy,2025-12-25 03:42:00,712.0,20.6865,1,leg_gt,9.49,60 -21926,buy_contrast_m10_bb_pos,buy,2025-12-25 03:45:00,712.0,20.6865,1,leg_gt,9.48,60 -21927,buy_contrast_m10_bb_pos,buy,2025-12-25 03:48:00,712.0,20.6865,1,leg_gt,9.48,60 -21928,buy_contrast_m10_bb_pos,buy,2025-12-25 04:24:00,712.0,20.6865,1,leg_gt,9.46,60 -21929,buy_contrast_m10_bb_pos,buy,2025-12-25 04:27:00,712.0,20.6865,1,leg_gt,9.45,60 -21930,buy_contrast_m10_bb_pos,buy,2025-12-25 15:00:00,728.0,18.0319,1,leg_gt,9.01,60 -21931,buy_contrast_m10_bb_pos,buy,2025-12-25 15:03:00,728.0,18.0319,1,leg_gt,9.01,60 -21932,buy_contrast_m10_bb_pos,buy,2025-12-25 15:06:00,730.0,17.7082,1,leg_gt,9.01,60 -21933,buy_contrast_m10_bb_pos,buy,2025-12-25 15:09:00,729.0,17.8698,1,leg_gt,9.01,60 -21934,buy_contrast_m10_bb_pos,buy,2025-12-25 15:12:00,729.0,17.8698,1,leg_gt,9.01,60 -21935,buy_contrast_m10_bb_pos,buy,2025-12-25 15:15:00,728.0,18.0319,1,leg_gt,9.0,60 -21936,buy_contrast_m10_bb_pos,buy,2025-12-25 15:18:00,728.0,18.0319,1,leg_gt,9.0,60 -21937,buy_contrast_m10_bb_pos,buy,2025-12-25 19:21:00,729.0,17.8698,1,leg_gt,8.83,60 -21938,buy_contrast_m10_bb_pos,buy,2025-12-25 19:24:00,729.0,17.8698,1,leg_gt,8.83,60 -21939,buy_contrast_m10_bb_pos,buy,2025-12-25 19:27:00,728.0,18.0319,1,leg_gt,8.83,60 -21940,buy_contrast_m10_bb_pos,buy,2025-12-25 19:30:00,728.0,18.0319,1,leg_gt,8.83,60 -21941,buy_contrast_m10_bb_pos,buy,2025-12-25 19:33:00,726.0,18.3573,1,leg_gt,8.82,60 -21942,buy_contrast_m10_bb_pos,buy,2025-12-25 19:36:00,724.0,18.6845,1,leg_gt,8.82,60 -21943,buy_contrast_m10_bb_pos,buy,2025-12-25 19:39:00,724.0,18.6845,1,leg_gt,8.82,60 -21944,buy_contrast_m10_bb_pos,buy,2025-12-25 20:00:00,725.0,18.5207,1,leg_gt,8.81,60 -21945,buy_contrast_m10_bb_pos,buy,2025-12-25 20:03:00,726.0,18.3573,1,leg_gt,8.8,60 -21946,buy_contrast_m10_bb_pos,buy,2025-12-25 20:06:00,727.0,18.1944,1,leg_gt,8.8,60 -21947,buy_contrast_m10_bb_pos,buy,2025-12-25 20:09:00,727.0,18.1944,1,leg_gt,8.8,60 -21948,buy_contrast_m10_bb_pos,buy,2025-12-25 23:21:00,727.0,18.1944,1,leg_gt,8.67,60 -21949,buy_contrast_m10_bb_pos,buy,2025-12-25 23:24:00,725.0,18.5207,1,leg_gt,8.66,60 -21950,buy_contrast_m10_bb_pos,buy,2025-12-25 23:27:00,724.0,18.6845,1,leg_gt,8.66,60 -21951,buy_contrast_m10_bb_pos,buy,2025-12-25 23:30:00,724.0,18.6845,1,leg_gt,8.66,60 -21952,buy_contrast_m10_bb_pos,buy,2025-12-25 23:33:00,724.0,18.6845,1,leg_gt,8.66,60 -21953,buy_contrast_m10_bb_pos,buy,2025-12-25 23:36:00,724.0,18.6845,1,leg_gt,8.66,60 -21954,buy_contrast_m10_bb_pos,buy,2025-12-25 23:39:00,724.0,18.6845,1,leg_gt,8.65,60 -21955,buy_contrast_m10_bb_pos,buy,2025-12-26 00:12:00,724.0,18.6845,1,leg_gt,8.63,60 -21956,buy_contrast_m10_bb_pos,buy,2025-12-26 00:15:00,724.0,18.6845,1,leg_gt,8.63,60 -21957,buy_contrast_m10_bb_pos,buy,2025-12-26 00:18:00,723.0,18.8488,1,leg_gt,8.63,60 -21958,buy_contrast_m10_bb_pos,buy,2025-12-26 08:21:00,715.0,20.1797,1,leg_gt,8.29,60 -21959,buy_contrast_m10_bb_pos,buy,2025-12-26 08:24:00,713.0,20.5171,1,leg_gt,8.29,60 -21960,buy_contrast_m10_bb_pos,buy,2025-12-26 08:27:00,713.0,20.5171,1,leg_gt,8.29,60 -21961,buy_contrast_m10_bb_pos,buy,2025-12-26 08:30:00,713.0,20.5171,1,leg_gt,8.29,60 -21962,buy_contrast_m10_bb_pos,buy,2025-12-26 08:33:00,710.0,21.0268,1,leg_gt,8.28,60 -21963,buy_contrast_m10_bb_pos,buy,2025-12-26 08:36:00,706.0,21.713,1,leg_gt,8.28,60 -21964,buy_contrast_m10_bb_pos,buy,2025-12-26 08:39:00,704.0,22.0591,1,leg_gt,8.28,60 -21965,buy_contrast_m10_bb_pos,buy,2025-12-26 08:51:00,706.0,21.713,1,leg_gt,8.27,60 -21966,buy_contrast_m10_bb_pos,buy,2025-12-26 08:54:00,705.0,21.8858,1,leg_gt,8.27,60 -21967,buy_contrast_m10_bb_pos,buy,2025-12-26 08:57:00,707.0,21.5407,1,leg_gt,8.27,60 -21968,buy_contrast_m10_bb_pos,buy,2025-12-26 09:00:00,706.0,21.713,1,leg_gt,8.26,60 -21969,buy_contrast_m10_bb_pos,buy,2025-12-26 09:03:00,709.0,21.1976,1,leg_gt,8.26,60 -21970,buy_contrast_m10_bb_pos,buy,2025-12-26 09:06:00,711.0,20.8564,1,leg_gt,8.26,60 -21971,buy_contrast_m10_bb_pos,buy,2025-12-26 09:09:00,708.0,21.3689,1,leg_gt,8.26,60 -21972,buy_contrast_m10_bb_pos,buy,2025-12-26 20:21:00,725.0,18.5207,1,leg_gt,7.79,60 -21973,buy_contrast_m10_bb_pos,buy,2025-12-26 20:24:00,724.0,18.6845,1,leg_gt,7.79,60 -21974,buy_contrast_m10_bb_pos,buy,2025-12-26 20:27:00,724.0,18.6845,1,leg_gt,7.79,60 -21975,buy_contrast_m10_bb_pos,buy,2025-12-26 20:51:00,724.0,18.6845,1,leg_gt,7.77,60 -21976,buy_contrast_m10_bb_pos,buy,2025-12-26 20:54:00,725.0,18.5207,1,leg_gt,7.77,60 -21977,buy_contrast_m10_bb_pos,buy,2025-12-26 20:57:00,725.0,18.5207,1,leg_gt,7.77,60 -21978,buy_contrast_m10_bb_pos,buy,2025-12-26 21:00:00,724.0,18.6845,1,leg_gt,7.76,60 -21979,buy_contrast_m10_bb_pos,buy,2025-12-26 21:03:00,724.0,18.6845,1,leg_gt,7.76,60 -21980,buy_contrast_m10_bb_pos,buy,2025-12-26 21:09:00,725.0,18.5207,1,leg_gt,7.76,60 -21981,buy_contrast_m10_bb_pos,buy,2025-12-26 21:12:00,724.0,18.6845,1,leg_gt,7.76,60 -21982,buy_contrast_m10_bb_pos,buy,2025-12-26 21:15:00,724.0,18.6845,1,leg_gt,7.75,60 -21983,buy_contrast_m10_bb_pos,buy,2025-12-26 21:18:00,724.0,18.6845,1,leg_gt,7.75,60 -21984,buy_contrast_m10_bb_pos,buy,2025-12-26 23:42:00,722.0,19.0136,1,leg_gt,7.65,60 -21985,buy_contrast_m10_bb_pos,buy,2025-12-26 23:45:00,722.0,19.0136,1,leg_gt,7.65,60 -21986,buy_contrast_m10_bb_pos,buy,2025-12-26 23:48:00,721.0,19.1788,1,leg_gt,7.65,60 -21987,buy_contrast_m10_bb_pos,buy,2025-12-27 02:00:00,711.0,20.8564,1,leg_gt,7.56,60 -21988,buy_contrast_m10_bb_pos,buy,2025-12-27 02:03:00,712.0,20.6865,1,leg_gt,7.55,60 -21989,buy_contrast_m10_bb_pos,buy,2025-12-27 02:06:00,713.0,20.5171,1,leg_gt,7.55,60 -21990,buy_contrast_m10_bb_pos,buy,2025-12-27 02:09:00,712.0,20.6865,1,leg_gt,7.55,60 -21991,buy_contrast_m10_bb_pos,buy,2025-12-27 06:54:00,721.0,19.1788,1,leg_gt,7.35,60 -21992,buy_contrast_m10_bb_pos,buy,2025-12-27 06:57:00,720.0,19.3444,1,leg_gt,7.35,60 -21993,buy_contrast_m10_bb_pos,buy,2025-12-27 07:12:00,719.0,19.5106,1,leg_gt,7.34,60 -21994,buy_contrast_m10_bb_pos,buy,2025-12-27 07:15:00,718.0,19.6772,1,leg_gt,7.34,60 -21995,buy_contrast_m10_bb_pos,buy,2025-12-27 07:18:00,718.0,19.6772,1,leg_gt,7.34,60 -21996,buy_contrast_m10_bb_pos,buy,2025-12-27 07:21:00,719.0,19.5106,1,leg_gt,7.33,60 -21997,buy_contrast_m10_bb_pos,buy,2025-12-27 07:24:00,718.0,19.6772,1,leg_gt,7.33,60 -21998,buy_contrast_m10_bb_pos,buy,2025-12-27 07:27:00,718.0,19.6772,1,leg_gt,7.33,60 -21999,buy_contrast_m10_bb_pos,buy,2025-12-27 07:30:00,718.0,19.6772,1,leg_gt,7.33,60 -22000,buy_contrast_m10_bb_pos,buy,2025-12-27 07:33:00,719.0,19.5106,1,leg_gt,7.32,60 -22001,buy_contrast_m10_bb_pos,buy,2025-12-27 07:36:00,719.0,19.5106,1,leg_gt,7.32,60 -22002,buy_contrast_m10_bb_pos,buy,2025-12-27 07:39:00,720.0,19.3444,1,leg_gt,7.32,60 -22003,buy_contrast_m10_bb_pos,buy,2025-12-27 14:42:00,723.0,18.8488,1,leg_gt,7.03,60 -22004,buy_contrast_m10_bb_pos,buy,2025-12-27 14:45:00,722.0,19.0136,1,leg_gt,7.02,60 -22005,buy_contrast_m10_bb_pos,buy,2025-12-27 14:48:00,722.0,19.0136,1,leg_gt,7.02,60 -22006,buy_contrast_m10_bb_pos,buy,2025-12-27 14:51:00,723.0,18.8488,1,leg_gt,7.02,60 -22007,buy_contrast_m10_bb_pos,buy,2025-12-27 14:54:00,723.0,18.8488,1,leg_gt,7.02,60 -22008,buy_contrast_m10_bb_pos,buy,2025-12-27 14:57:00,722.0,19.0136,1,leg_gt,7.02,60 -22009,buy_contrast_m10_bb_pos,buy,2025-12-27 15:42:00,722.0,19.0136,1,leg_gt,6.99,60 -22010,buy_contrast_m10_bb_pos,buy,2025-12-27 15:45:00,721.0,19.1788,1,leg_gt,6.98,60 -22011,buy_contrast_m10_bb_pos,buy,2025-12-27 15:48:00,721.0,19.1788,1,leg_gt,6.98,60 -22012,buy_contrast_m10_bb_pos,buy,2025-12-27 15:51:00,721.0,19.1788,1,leg_gt,6.98,60 -22013,buy_contrast_m10_bb_pos,buy,2025-12-27 15:54:00,721.0,19.1788,1,leg_gt,6.98,60 -22014,buy_contrast_m10_bb_pos,buy,2025-12-27 15:57:00,722.0,19.0136,1,leg_gt,6.98,60 -22015,buy_contrast_m10_bb_pos,buy,2025-12-27 17:21:00,720.0,19.3444,1,leg_gt,6.92,60 -22016,buy_contrast_m10_bb_pos,buy,2025-12-27 17:24:00,720.0,19.3444,1,leg_gt,6.91,60 -22017,buy_contrast_m10_bb_pos,buy,2025-12-27 17:27:00,721.0,19.1788,1,leg_gt,6.91,60 -22018,buy_contrast_m10_bb_pos,buy,2025-12-27 17:30:00,720.0,19.3444,1,leg_gt,6.91,60 -22019,buy_contrast_m10_bb_pos,buy,2025-12-27 17:33:00,720.0,19.3444,1,leg_gt,6.91,60 -22020,buy_contrast_m10_bb_pos,buy,2025-12-27 17:36:00,720.0,19.3444,1,leg_gt,6.91,60 -22021,buy_contrast_m10_bb_pos,buy,2025-12-27 17:39:00,720.0,19.3444,1,leg_gt,6.9,60 -22022,buy_contrast_m10_bb_pos,buy,2025-12-27 17:42:00,720.0,19.3444,1,leg_gt,6.9,60 -22023,buy_contrast_m10_bb_pos,buy,2025-12-27 17:45:00,720.0,19.3444,1,leg_gt,6.9,60 -22024,buy_contrast_m10_bb_pos,buy,2025-12-27 17:48:00,720.0,19.3444,1,leg_gt,6.9,60 -22025,buy_contrast_m10_bb_pos,buy,2025-12-27 19:42:00,719.0,19.5106,1,leg_gt,6.82,60 -22026,buy_contrast_m10_bb_pos,buy,2025-12-27 19:45:00,718.0,19.6772,1,leg_gt,6.82,60 -22027,buy_contrast_m10_bb_pos,buy,2025-12-27 19:48:00,719.0,19.5106,1,leg_gt,6.81,60 -22028,buy_contrast_m10_bb_pos,buy,2025-12-28 14:00:00,741.0,15.9594,1,leg_gt,6.06,60 -22029,buy_contrast_m10_bb_pos,buy,2025-12-28 14:03:00,740.0,16.1162,1,leg_gt,6.05,60 -22030,buy_contrast_m10_bb_pos,buy,2025-12-28 14:06:00,742.0,15.803,1,leg_gt,6.05,60 -22031,buy_contrast_m10_bb_pos,buy,2025-12-28 14:09:00,742.0,15.803,1,leg_gt,6.05,60 -22032,buy_contrast_m10_bb_pos,buy,2025-12-28 14:30:00,741.0,15.9594,1,leg_gt,6.04,60 -22033,buy_contrast_m10_bb_pos,buy,2025-12-28 14:33:00,743.0,15.647,1,leg_gt,6.03,60 -22034,buy_contrast_m10_bb_pos,buy,2025-12-28 14:36:00,743.0,15.647,1,leg_gt,6.03,60 -22035,buy_contrast_m10_bb_pos,buy,2025-12-28 14:39:00,742.0,15.803,1,leg_gt,6.03,60 -22036,buy_contrast_m10_bb_pos,buy,2025-12-28 21:12:00,740.0,16.1162,1,leg_gt,5.76,60 -22037,buy_contrast_m10_bb_pos,buy,2025-12-28 21:15:00,740.0,16.1162,1,leg_gt,5.75,60 -22038,buy_contrast_m10_bb_pos,buy,2025-12-28 21:18:00,739.0,16.2735,1,leg_gt,5.75,60 -22039,buy_contrast_m10_bb_pos,buy,2025-12-28 21:30:00,739.0,16.2735,1,leg_gt,5.74,60 -22040,buy_contrast_m10_bb_pos,buy,2025-12-28 21:33:00,738.0,16.4312,1,leg_gt,5.74,60 -22041,buy_contrast_m10_bb_pos,buy,2025-12-28 21:36:00,738.0,16.4312,1,leg_gt,5.74,60 -22042,buy_contrast_m10_bb_pos,buy,2025-12-28 21:39:00,738.0,16.4312,1,leg_gt,5.74,60 -22043,buy_contrast_m10_bb_pos,buy,2025-12-28 21:51:00,736.0,16.7478,1,leg_gt,5.73,60 -22044,buy_contrast_m10_bb_pos,buy,2025-12-28 21:54:00,737.0,16.5893,1,leg_gt,5.73,60 -22045,buy_contrast_m10_bb_pos,buy,2025-12-28 21:57:00,736.0,16.7478,1,leg_gt,5.72,60 -22046,buy_contrast_m10_bb_pos,buy,2025-12-28 22:00:00,736.0,16.7478,1,leg_gt,5.72,60 -22047,buy_contrast_m10_bb_pos,buy,2025-12-28 22:03:00,737.0,16.5893,1,leg_gt,5.72,60 -22048,buy_contrast_m10_bb_pos,buy,2025-12-28 22:06:00,739.0,16.2735,1,leg_gt,5.72,60 -22049,buy_contrast_m10_bb_pos,buy,2025-12-28 22:09:00,738.0,16.4312,1,leg_gt,5.72,60 -22050,buy_contrast_m10_bb_pos,buy,2025-12-29 03:21:00,736.0,16.7478,1,leg_gt,5.5,60 -22051,buy_contrast_m10_bb_pos,buy,2025-12-29 03:24:00,736.0,16.7478,1,leg_gt,5.5,60 -22052,buy_contrast_m10_bb_pos,buy,2025-12-29 03:27:00,736.0,16.7478,1,leg_gt,5.5,60 -22053,buy_contrast_m10_bb_pos,buy,2025-12-29 03:42:00,736.0,16.7478,1,leg_gt,5.49,60 -22054,buy_contrast_m10_bb_pos,buy,2025-12-29 03:45:00,735.0,16.9068,1,leg_gt,5.48,60 -22055,buy_contrast_m10_bb_pos,buy,2025-12-29 03:48:00,733.0,17.2261,1,leg_gt,5.48,60 -22056,buy_contrast_m10_bb_pos,buy,2025-12-29 04:12:00,735.0,16.9068,1,leg_gt,5.46,60 -22057,buy_contrast_m10_bb_pos,buy,2025-12-29 04:15:00,734.0,17.0662,1,leg_gt,5.46,60 -22058,buy_contrast_m10_bb_pos,buy,2025-12-29 04:18:00,734.0,17.0662,1,leg_gt,5.46,60 -22059,buy_contrast_m10_bb_pos,buy,2025-12-29 04:21:00,734.0,17.0662,1,leg_gt,5.46,60 -22060,buy_contrast_m10_bb_pos,buy,2025-12-29 04:24:00,734.0,17.0662,1,leg_gt,5.46,60 -22061,buy_contrast_m10_bb_pos,buy,2025-12-29 04:27:00,733.0,17.2261,1,leg_gt,5.45,60 -22062,buy_contrast_m10_bb_pos,buy,2025-12-29 04:42:00,731.0,17.5471,1,leg_gt,5.44,60 -22063,buy_contrast_m10_bb_pos,buy,2025-12-29 04:45:00,730.0,17.7082,1,leg_gt,5.44,60 -22064,buy_contrast_m10_bb_pos,buy,2025-12-29 04:48:00,731.0,17.5471,1,leg_gt,5.44,60 -22065,buy_contrast_m10_bb_pos,buy,2025-12-29 04:51:00,732.0,17.3863,1,leg_gt,5.44,60 -22066,buy_contrast_m10_bb_pos,buy,2025-12-29 04:54:00,732.0,17.3863,1,leg_gt,5.44,60 -22067,buy_contrast_m10_bb_pos,buy,2025-12-29 04:57:00,732.0,17.3863,1,leg_gt,5.43,60 -22068,buy_contrast_m10_bb_pos,buy,2025-12-29 05:00:00,731.0,17.5471,1,leg_gt,5.43,60 -22069,buy_contrast_m10_bb_pos,buy,2025-12-29 05:03:00,732.0,17.3863,1,leg_gt,5.43,60 -22070,buy_contrast_m10_bb_pos,buy,2025-12-29 05:06:00,729.0,17.8698,1,leg_gt,5.43,60 -22071,buy_contrast_m10_bb_pos,buy,2025-12-29 05:09:00,731.0,17.5471,1,leg_gt,5.42,60 -22072,buy_contrast_m10_bb_pos,buy,2025-12-29 05:12:00,730.0,17.7082,1,leg_gt,5.42,60 -22073,buy_contrast_m10_bb_pos,buy,2025-12-29 05:15:00,731.0,17.5471,1,leg_gt,5.42,60 -22074,buy_contrast_m10_bb_pos,buy,2025-12-29 05:18:00,733.0,17.2261,1,leg_gt,5.42,60 -22075,buy_contrast_m10_bb_pos,buy,2025-12-29 06:30:00,729.0,17.8698,1,leg_gt,5.37,60 -22076,buy_contrast_m10_bb_pos,buy,2025-12-29 06:33:00,730.0,17.7082,1,leg_gt,5.37,60 -22077,buy_contrast_m10_bb_pos,buy,2025-12-29 06:36:00,730.0,17.7082,1,leg_gt,5.36,60 -22078,buy_contrast_m10_bb_pos,buy,2025-12-29 06:39:00,729.0,17.8698,1,leg_gt,5.36,60 -22079,buy_contrast_m10_bb_pos,buy,2025-12-29 06:42:00,729.0,17.8698,1,leg_gt,5.36,60 -22080,buy_contrast_m10_bb_pos,buy,2025-12-29 06:45:00,729.0,17.8698,1,leg_gt,5.36,60 -22081,buy_contrast_m10_bb_pos,buy,2025-12-29 06:48:00,730.0,17.7082,1,leg_gt,5.36,60 -22082,buy_contrast_m10_bb_pos,buy,2025-12-29 15:51:00,745.0,15.3362,1,leg_gt,4.98,60 -22083,buy_contrast_m10_bb_pos,buy,2025-12-29 15:54:00,744.0,15.4914,1,leg_gt,4.98,60 -22084,buy_contrast_m10_bb_pos,buy,2025-12-29 15:57:00,744.0,15.4914,1,leg_gt,4.97,60 -22085,buy_contrast_m10_bb_pos,buy,2025-12-29 16:00:00,744.0,15.4914,1,leg_gt,4.97,60 -22086,buy_contrast_m10_bb_pos,buy,2025-12-29 16:03:00,744.0,15.4914,1,leg_gt,4.97,60 -22087,buy_contrast_m10_bb_pos,buy,2025-12-29 16:06:00,744.0,15.4914,1,leg_gt,4.97,60 -22088,buy_contrast_m10_bb_pos,buy,2025-12-29 16:09:00,740.0,16.1162,1,leg_gt,4.97,60 -22089,buy_contrast_m10_bb_pos,buy,2025-12-29 19:00:00,736.0,16.7478,1,leg_gt,4.85,60 -22090,buy_contrast_m10_bb_pos,buy,2025-12-29 19:03:00,736.0,16.7478,1,leg_gt,4.85,60 -22091,buy_contrast_m10_bb_pos,buy,2025-12-29 19:06:00,737.0,16.5893,1,leg_gt,4.84,60 -22092,buy_contrast_m10_bb_pos,buy,2025-12-29 19:09:00,738.0,16.4312,1,leg_gt,4.84,60 -22093,buy_contrast_m10_bb_pos,buy,2025-12-29 21:00:00,733.0,17.2261,1,leg_gt,4.76,60 -22094,buy_contrast_m10_bb_pos,buy,2025-12-29 21:03:00,733.0,17.2261,1,leg_gt,4.76,60 -22095,buy_contrast_m10_bb_pos,buy,2025-12-29 21:06:00,731.0,17.5471,1,leg_gt,4.76,60 -22096,buy_contrast_m10_bb_pos,buy,2025-12-29 21:09:00,725.0,18.5207,1,leg_gt,4.76,60 -22097,buy_contrast_m10_bb_pos,buy,2025-12-29 21:30:00,726.0,18.3573,1,leg_gt,4.74,60 -22098,buy_contrast_m10_bb_pos,buy,2025-12-29 21:33:00,726.0,18.3573,1,leg_gt,4.74,60 -22099,buy_contrast_m10_bb_pos,buy,2025-12-29 21:36:00,726.0,18.3573,1,leg_gt,4.74,60 -22100,buy_contrast_m10_bb_pos,buy,2025-12-29 21:39:00,726.0,18.3573,1,leg_gt,4.74,60 -22101,buy_contrast_m10_bb_pos,buy,2025-12-29 21:42:00,726.0,18.3573,1,leg_gt,4.74,60 -22102,buy_contrast_m10_bb_pos,buy,2025-12-29 21:45:00,726.0,18.3573,1,leg_gt,4.73,60 -22103,buy_contrast_m10_bb_pos,buy,2025-12-29 21:48:00,726.0,18.3573,1,leg_gt,4.73,60 -22104,buy_contrast_m10_bb_pos,buy,2025-12-29 21:51:00,727.0,18.1944,1,leg_gt,4.73,60 -22105,buy_contrast_m10_bb_pos,buy,2025-12-29 21:54:00,727.0,18.1944,1,leg_gt,4.73,60 -22106,buy_contrast_m10_bb_pos,buy,2025-12-29 21:57:00,727.0,18.1944,1,leg_gt,4.72,60 -22107,buy_contrast_m10_bb_pos,buy,2025-12-29 22:30:00,723.0,18.8488,1,leg_gt,4.7,60 -22108,buy_contrast_m10_bb_pos,buy,2025-12-29 22:33:00,723.0,18.8488,1,leg_gt,4.7,60 -22109,buy_contrast_m10_bb_pos,buy,2025-12-29 22:36:00,723.0,18.8488,1,leg_gt,4.7,60 -22110,buy_contrast_m10_bb_pos,buy,2025-12-29 22:39:00,723.0,18.8488,1,leg_gt,4.7,60 -22111,buy_contrast_m10_bb_pos,buy,2025-12-29 22:42:00,723.0,18.8488,1,leg_gt,4.69,60 -22112,buy_contrast_m10_bb_pos,buy,2025-12-29 22:45:00,723.0,18.8488,1,leg_gt,4.69,60 -22113,buy_contrast_m10_bb_pos,buy,2025-12-29 22:48:00,722.0,19.0136,1,leg_gt,4.69,60 -22114,buy_contrast_m10_bb_pos,buy,2025-12-29 22:51:00,721.0,19.1788,1,leg_gt,4.69,60 -22115,buy_contrast_m10_bb_pos,buy,2025-12-29 22:54:00,723.0,18.8488,1,leg_gt,4.69,60 -22116,buy_contrast_m10_bb_pos,buy,2025-12-29 22:57:00,722.0,19.0136,1,leg_gt,4.68,60 -22117,buy_contrast_m10_bb_pos,buy,2025-12-30 03:51:00,720.0,19.3444,1,leg_gt,4.48,60 -22118,buy_contrast_m10_bb_pos,buy,2025-12-30 03:54:00,719.0,19.5106,1,leg_gt,4.48,60 -22119,buy_contrast_m10_bb_pos,buy,2025-12-30 03:57:00,718.0,19.6772,1,leg_gt,4.47,60 -22120,buy_contrast_m10_bb_pos,buy,2025-12-30 04:30:00,720.0,19.3444,1,leg_gt,4.45,60 -22121,buy_contrast_m10_bb_pos,buy,2025-12-30 04:33:00,722.0,19.0136,1,leg_gt,4.45,60 -22122,buy_contrast_m10_bb_pos,buy,2025-12-30 04:36:00,720.0,19.3444,1,leg_gt,4.45,60 -22123,buy_contrast_m10_bb_pos,buy,2025-12-30 04:39:00,719.0,19.5106,1,leg_gt,4.45,60 -22124,buy_contrast_m10_bb_pos,buy,2025-12-30 04:42:00,719.0,19.5106,1,leg_gt,4.44,60 -22125,buy_contrast_m10_bb_pos,buy,2025-12-30 04:45:00,720.0,19.3444,1,leg_gt,4.44,60 -22126,buy_contrast_m10_bb_pos,buy,2025-12-30 04:48:00,720.0,19.3444,1,leg_gt,4.44,60 -22127,buy_contrast_m10_bb_pos,buy,2025-12-30 05:00:00,719.0,19.5106,1,leg_gt,4.43,60 -22128,buy_contrast_m10_bb_pos,buy,2025-12-30 05:03:00,719.0,19.5106,1,leg_gt,4.43,60 -22129,buy_contrast_m10_bb_pos,buy,2025-12-30 05:06:00,719.0,19.5106,1,leg_gt,4.43,60 -22130,buy_contrast_m10_bb_pos,buy,2025-12-30 05:09:00,720.0,19.3444,1,leg_gt,4.42,60 -22131,buy_contrast_m10_bb_pos,buy,2025-12-30 05:30:00,718.0,19.6772,1,leg_gt,4.41,60 -22132,buy_contrast_m10_bb_pos,buy,2025-12-30 05:33:00,717.0,19.8442,1,leg_gt,4.41,60 -22133,buy_contrast_m10_bb_pos,buy,2025-12-30 05:36:00,716.0,20.0117,1,leg_gt,4.41,60 -22134,buy_contrast_m10_bb_pos,buy,2025-12-30 05:39:00,715.0,20.1797,1,leg_gt,4.4,60 -22135,buy_contrast_m10_bb_pos,buy,2025-12-30 05:51:00,717.0,19.8442,1,leg_gt,4.4,60 -22136,buy_contrast_m10_bb_pos,buy,2025-12-30 05:54:00,718.0,19.6772,1,leg_gt,4.39,60 -22137,buy_contrast_m10_bb_pos,buy,2025-12-30 05:57:00,719.0,19.5106,1,leg_gt,4.39,60 -22138,buy_contrast_m10_bb_pos,buy,2025-12-30 09:51:00,716.0,20.0117,1,leg_gt,4.23,60 -22139,buy_contrast_m10_bb_pos,buy,2025-12-30 09:54:00,715.0,20.1797,1,leg_gt,4.23,60 -22140,buy_contrast_m10_bb_pos,buy,2025-12-30 09:57:00,717.0,19.8442,1,leg_gt,4.22,60 -22141,buy_contrast_m10_bb_pos,buy,2025-12-30 10:42:00,716.0,20.0117,1,leg_gt,4.19,60 -22142,buy_contrast_m10_bb_pos,buy,2025-12-30 10:45:00,717.0,19.8442,1,leg_gt,4.19,60 -22143,buy_contrast_m10_bb_pos,buy,2025-12-30 10:48:00,718.0,19.6772,1,leg_gt,4.19,60 -22144,buy_contrast_m10_bb_pos,buy,2025-12-30 11:30:00,715.0,20.1797,1,leg_gt,4.16,60 -22145,buy_contrast_m10_bb_pos,buy,2025-12-30 11:33:00,715.0,20.1797,1,leg_gt,4.16,60 -22146,buy_contrast_m10_bb_pos,buy,2025-12-30 11:36:00,716.0,20.0117,1,leg_gt,4.16,60 -22147,buy_contrast_m10_bb_pos,buy,2025-12-30 11:39:00,715.0,20.1797,1,leg_gt,4.15,60 -22148,buy_contrast_m10_bb_pos,buy,2025-12-30 14:51:00,713.0,20.5171,1,leg_gt,4.02,60 -22149,buy_contrast_m10_bb_pos,buy,2025-12-30 14:54:00,714.0,20.3482,1,leg_gt,4.02,60 -22150,buy_contrast_m10_bb_pos,buy,2025-12-30 14:57:00,714.0,20.3482,1,leg_gt,4.02,60 -22151,buy_contrast_m10_bb_pos,buy,2025-12-30 23:42:00,719.0,19.5106,1,leg_gt,3.65,60 -22152,buy_contrast_m10_bb_pos,buy,2025-12-30 23:45:00,720.0,19.3444,1,leg_gt,3.65,60 -22153,buy_contrast_m10_bb_pos,buy,2025-12-30 23:48:00,721.0,19.1788,1,leg_gt,3.65,60 -22154,buy_contrast_m10_bb_pos,buy,2025-12-31 00:21:00,718.0,19.6772,1,leg_gt,3.62,60 -22155,buy_contrast_m10_bb_pos,buy,2025-12-31 00:24:00,719.0,19.5106,1,leg_gt,3.62,60 -22156,buy_contrast_m10_bb_pos,buy,2025-12-31 00:27:00,719.0,19.5106,1,leg_gt,3.62,60 -22157,buy_contrast_m10_bb_pos,buy,2025-12-31 01:42:00,717.0,19.8442,1,leg_gt,3.57,60 -22158,buy_contrast_m10_bb_pos,buy,2025-12-31 01:45:00,716.0,20.0117,1,leg_gt,3.57,60 -22159,buy_contrast_m10_bb_pos,buy,2025-12-31 01:48:00,716.0,20.0117,1,leg_gt,3.56,60 -22160,buy_contrast_m10_bb_pos,buy,2025-12-31 02:30:00,715.0,20.1797,1,leg_gt,3.54,60 -22161,buy_contrast_m10_bb_pos,buy,2025-12-31 02:33:00,715.0,20.1797,1,leg_gt,3.53,60 -22162,buy_contrast_m10_bb_pos,buy,2025-12-31 02:36:00,715.0,20.1797,1,leg_gt,3.53,60 -22163,buy_contrast_m10_bb_pos,buy,2025-12-31 02:39:00,715.0,20.1797,1,leg_gt,3.53,60 -22164,buy_contrast_m10_bb_pos,buy,2025-12-31 02:42:00,715.0,20.1797,1,leg_gt,3.53,60 -22165,buy_contrast_m10_bb_pos,buy,2025-12-31 02:45:00,714.0,20.3482,1,leg_gt,3.52,60 -22166,buy_contrast_m10_bb_pos,buy,2025-12-31 02:48:00,713.0,20.5171,1,leg_gt,3.52,60 -22167,buy_contrast_m10_bb_pos,buy,2025-12-31 03:00:00,713.0,20.5171,1,leg_gt,3.51,60 -22168,buy_contrast_m10_bb_pos,buy,2025-12-31 03:03:00,713.0,20.5171,1,leg_gt,3.51,60 -22169,buy_contrast_m10_bb_pos,buy,2025-12-31 03:06:00,714.0,20.3482,1,leg_gt,3.51,60 -22170,buy_contrast_m10_bb_pos,buy,2025-12-31 03:09:00,713.0,20.5171,1,leg_gt,3.51,60 -22171,buy_contrast_m10_bb_pos,buy,2025-12-31 04:12:00,711.0,20.8564,1,leg_gt,3.46,60 -22172,buy_contrast_m10_bb_pos,buy,2025-12-31 04:15:00,711.0,20.8564,1,leg_gt,3.46,60 -22173,buy_contrast_m10_bb_pos,buy,2025-12-31 04:18:00,711.0,20.8564,1,leg_gt,3.46,60 -22174,buy_contrast_m10_bb_pos,buy,2025-12-31 06:42:00,711.0,20.8564,1,leg_gt,3.36,60 -22175,buy_contrast_m10_bb_pos,buy,2025-12-31 06:45:00,713.0,20.5171,1,leg_gt,3.36,60 -22176,buy_contrast_m10_bb_pos,buy,2025-12-31 06:48:00,712.0,20.6865,1,leg_gt,3.36,60 -22177,buy_contrast_m10_bb_pos,buy,2025-12-31 07:42:00,712.0,20.6865,1,leg_gt,3.32,60 -22178,buy_contrast_m10_bb_pos,buy,2025-12-31 07:45:00,712.0,20.6865,1,leg_gt,3.32,60 -22179,buy_contrast_m10_bb_pos,buy,2025-12-31 07:48:00,713.0,20.5171,1,leg_gt,3.31,60 -22180,buy_contrast_m10_bb_pos,buy,2025-12-31 09:12:00,712.0,20.6865,1,leg_gt,3.26,60 -22181,buy_contrast_m10_bb_pos,buy,2025-12-31 09:15:00,711.0,20.8564,1,leg_gt,3.25,60 -22182,buy_contrast_m10_bb_pos,buy,2025-12-31 09:18:00,712.0,20.6865,1,leg_gt,3.25,60 -22183,buy_contrast_m10_bb_pos,buy,2025-12-31 12:42:00,712.0,20.6865,1,leg_gt,3.11,60 -22184,buy_contrast_m10_bb_pos,buy,2025-12-31 12:45:00,713.0,20.5171,1,leg_gt,3.11,60 -22185,buy_contrast_m10_bb_pos,buy,2025-12-31 12:48:00,713.0,20.5171,1,leg_gt,3.11,60 -22186,buy_contrast_m10_bb_pos,buy,2025-12-31 14:00:00,712.0,20.6865,1,leg_gt,3.06,60 -22187,buy_contrast_m10_bb_pos,buy,2025-12-31 14:03:00,714.0,20.3482,1,leg_gt,3.05,60 -22188,buy_contrast_m10_bb_pos,buy,2025-12-31 14:06:00,713.0,20.5171,1,leg_gt,3.05,60 -22189,buy_contrast_m10_bb_pos,buy,2025-12-31 14:09:00,712.0,20.6865,1,leg_gt,3.05,60 -22190,buy_contrast_m10_bb_pos,buy,2025-12-31 15:30:00,712.0,20.6865,1,leg_gt,2.99,60 -22191,buy_contrast_m10_bb_pos,buy,2025-12-31 15:33:00,712.0,20.6865,1,leg_gt,2.99,60 -22192,buy_contrast_m10_bb_pos,buy,2025-12-31 15:36:00,712.0,20.6865,1,leg_gt,2.99,60 -22193,buy_contrast_m10_bb_pos,buy,2025-12-31 15:39:00,712.0,20.6865,1,leg_gt,2.99,60 -22194,buy_contrast_m10_bb_pos,buy,2025-12-31 15:42:00,711.0,20.8564,1,leg_gt,2.99,60 -22195,buy_contrast_m10_bb_pos,buy,2025-12-31 15:45:00,712.0,20.6865,1,leg_gt,2.98,60 -22196,buy_contrast_m10_bb_pos,buy,2025-12-31 15:48:00,713.0,20.5171,1,leg_gt,2.98,60 -22197,buy_contrast_m10_bb_pos,buy,2025-12-31 16:00:00,712.0,20.6865,1,leg_gt,2.97,60 -22198,buy_contrast_m10_bb_pos,buy,2025-12-31 16:03:00,713.0,20.5171,1,leg_gt,2.97,60 -22199,buy_contrast_m10_bb_pos,buy,2025-12-31 16:06:00,713.0,20.5171,1,leg_gt,2.97,60 -22200,buy_contrast_m10_bb_pos,buy,2025-12-31 16:09:00,712.0,20.6865,1,leg_gt,2.97,60 -22201,buy_contrast_m10_bb_pos,buy,2025-12-31 16:12:00,712.0,20.6865,1,leg_gt,2.96,60 -22202,buy_contrast_m10_bb_pos,buy,2025-12-31 16:15:00,712.0,20.6865,1,leg_gt,2.96,60 -22203,buy_contrast_m10_bb_pos,buy,2025-12-31 16:18:00,712.0,20.6865,1,leg_gt,2.96,60 -22204,buy_contrast_m10_bb_pos,buy,2025-12-31 16:51:00,712.0,20.6865,1,leg_gt,2.94,60 -22205,buy_contrast_m10_bb_pos,buy,2025-12-31 16:54:00,712.0,20.6865,1,leg_gt,2.94,60 -22206,buy_contrast_m10_bb_pos,buy,2025-12-31 16:57:00,712.0,20.6865,1,leg_gt,2.93,60 -22207,buy_contrast_m10_bb_pos,buy,2025-12-31 18:12:00,708.0,21.3689,1,leg_gt,2.88,60 -22208,buy_contrast_m10_bb_pos,buy,2025-12-31 18:15:00,708.0,21.3689,1,leg_gt,2.88,60 -22209,buy_contrast_m10_bb_pos,buy,2025-12-31 18:18:00,708.0,21.3689,1,leg_gt,2.88,60 -22210,buy_contrast_m10_bb_pos,buy,2025-12-31 18:21:00,709.0,21.1976,1,leg_gt,2.88,60 -22211,buy_contrast_m10_bb_pos,buy,2025-12-31 18:24:00,709.0,21.1976,1,leg_gt,2.87,60 -22212,buy_contrast_m10_bb_pos,buy,2025-12-31 18:27:00,709.0,21.1976,1,leg_gt,2.87,60 -22213,buy_contrast_m10_bb_pos,buy,2025-12-31 18:30:00,708.0,21.3689,1,leg_gt,2.87,60 -22214,buy_contrast_m10_bb_pos,buy,2025-12-31 18:33:00,709.0,21.1976,1,leg_gt,2.87,60 -22215,buy_contrast_m10_bb_pos,buy,2025-12-31 18:36:00,709.0,21.1976,1,leg_gt,2.86,60 -22216,buy_contrast_m10_bb_pos,buy,2025-12-31 18:39:00,710.0,21.0268,1,leg_gt,2.86,60 -22217,buy_contrast_m10_bb_pos,buy,2025-12-31 21:51:00,710.0,21.0268,1,leg_gt,2.73,60 -22218,buy_contrast_m10_bb_pos,buy,2025-12-31 21:54:00,709.0,21.1976,1,leg_gt,2.73,60 -22219,buy_contrast_m10_bb_pos,buy,2025-12-31 21:57:00,710.0,21.0268,1,leg_gt,2.72,60 -22220,buy_contrast_m10_bb_pos,buy,2026-01-01 01:00:00,708.0,21.3689,1,leg_gt,2.6,60 -22221,buy_contrast_m10_bb_pos,buy,2026-01-01 01:03:00,709.0,21.1976,1,leg_gt,2.6,60 -22222,buy_contrast_m10_bb_pos,buy,2026-01-01 01:06:00,707.0,21.5407,1,leg_gt,2.59,60 -22223,buy_contrast_m10_bb_pos,buy,2026-01-01 01:09:00,709.0,21.1976,1,leg_gt,2.59,60 -22224,buy_contrast_m10_bb_pos,buy,2026-01-01 02:12:00,692.0,24.1775,1,leg_gt,2.55,60 -22225,buy_contrast_m10_bb_pos,buy,2026-01-01 02:15:00,691.0,24.3573,1,leg_gt,2.55,60 -22226,buy_contrast_m10_bb_pos,buy,2026-01-01 02:18:00,693.0,23.9981,1,leg_gt,2.54,60 -22227,buy_contrast_m10_bb_pos,buy,2026-01-01 02:21:00,694.0,23.8193,1,leg_gt,2.54,60 -22228,buy_contrast_m10_bb_pos,buy,2026-01-01 02:24:00,693.0,23.9981,1,leg_gt,2.54,60 -22229,buy_contrast_m10_bb_pos,buy,2026-01-01 02:27:00,693.0,23.9981,1,leg_gt,2.54,60 -22230,buy_contrast_m10_bb_pos,buy,2026-01-01 02:30:00,693.0,23.9981,1,leg_gt,2.54,60 -22231,buy_contrast_m10_bb_pos,buy,2026-01-01 02:33:00,694.0,23.8193,1,leg_gt,2.53,60 -22232,buy_contrast_m10_bb_pos,buy,2026-01-01 02:36:00,693.0,23.9981,1,leg_gt,2.53,60 -22233,buy_contrast_m10_bb_pos,buy,2026-01-01 02:39:00,691.0,24.3573,1,leg_gt,2.53,60 -22234,buy_contrast_m10_bb_pos,buy,2026-01-01 02:42:00,691.0,24.3573,1,leg_gt,2.53,60 -22235,buy_contrast_m10_bb_pos,buy,2026-01-01 02:45:00,691.0,24.3573,1,leg_gt,2.52,60 -22236,buy_contrast_m10_bb_pos,buy,2026-01-01 02:48:00,690.0,24.5377,1,leg_gt,2.52,60 -22237,buy_contrast_m10_bb_pos,buy,2026-01-01 02:51:00,690.0,24.5377,1,leg_gt,2.52,60 -22238,buy_contrast_m10_bb_pos,buy,2026-01-01 02:54:00,691.0,24.3573,1,leg_gt,2.52,60 -22239,buy_contrast_m10_bb_pos,buy,2026-01-01 02:57:00,689.0,24.7186,1,leg_gt,2.52,60 -22240,buy_contrast_m10_bb_pos,buy,2026-01-01 03:00:00,690.0,24.5377,1,leg_gt,2.51,60 -22241,buy_contrast_m10_bb_pos,buy,2026-01-01 03:03:00,689.0,24.7186,1,leg_gt,2.51,60 -22242,buy_contrast_m10_bb_pos,buy,2026-01-01 03:06:00,689.0,24.7186,1,leg_gt,2.51,60 -22243,buy_contrast_m10_bb_pos,buy,2026-01-01 03:09:00,692.0,24.1775,1,leg_gt,2.51,60 -22244,buy_contrast_m10_bb_pos,buy,2026-01-01 10:30:00,701.0,22.5819,1,leg_gt,2.2,60 -22245,buy_contrast_m10_bb_pos,buy,2026-01-01 10:33:00,703.0,22.2329,1,leg_gt,2.2,60 -22246,buy_contrast_m10_bb_pos,buy,2026-01-01 10:36:00,703.0,22.2329,1,leg_gt,2.2,60 -22247,buy_contrast_m10_bb_pos,buy,2026-01-01 10:39:00,702.0,22.4071,1,leg_gt,2.2,60 -22248,buy_contrast_m10_bb_pos,buy,2026-01-01 12:51:00,700.0,22.7571,1,leg_gt,2.1,60 -22249,buy_contrast_m10_bb_pos,buy,2026-01-01 12:54:00,700.0,22.7571,1,leg_gt,2.1,60 -22250,buy_contrast_m10_bb_pos,buy,2026-01-01 12:57:00,700.0,22.7571,1,leg_gt,2.1,60 -22251,buy_contrast_m10_bb_pos,buy,2026-01-01 13:30:00,699.0,22.9329,1,leg_gt,2.08,60 -22252,buy_contrast_m10_bb_pos,buy,2026-01-01 13:33:00,699.0,22.9329,1,leg_gt,2.08,60 -22253,buy_contrast_m10_bb_pos,buy,2026-01-01 13:36:00,698.0,23.1092,1,leg_gt,2.07,60 -22254,buy_contrast_m10_bb_pos,buy,2026-01-01 13:39:00,699.0,22.9329,1,leg_gt,2.07,60 -22255,buy_contrast_m10_bb_pos,buy,2026-01-01 21:42:00,710.0,21.0268,1,leg_gt,1.74,60 -22256,buy_contrast_m10_bb_pos,buy,2026-01-01 21:45:00,709.0,21.1976,1,leg_gt,1.73,60 -22257,buy_contrast_m10_bb_pos,buy,2026-01-01 21:48:00,711.0,20.8564,1,leg_gt,1.73,60 -22258,buy_contrast_m10_bb_pos,buy,2026-01-02 11:30:00,749.0,14.7198,1,leg_gt,1.16,60 -22259,buy_contrast_m10_bb_pos,buy,2026-01-02 11:33:00,753.0,14.1098,1,leg_gt,1.16,60 -22260,buy_contrast_m10_bb_pos,buy,2026-01-02 11:36:00,754.0,13.9584,1,leg_gt,1.16,60 -22261,buy_contrast_m10_bb_pos,buy,2026-01-02 11:39:00,754.0,13.9584,1,leg_gt,1.15,60 -22262,buy_contrast_m10_bb_pos,buy,2026-01-02 16:30:00,758.0,13.3565,1,leg_gt,0.95,60 -22263,buy_contrast_m10_bb_pos,buy,2026-01-02 16:33:00,755.0,13.8073,1,leg_gt,0.95,60 -22264,buy_contrast_m10_bb_pos,buy,2026-01-02 16:36:00,757.0,13.5063,1,leg_gt,0.95,60 -22265,buy_contrast_m10_bb_pos,buy,2026-01-02 16:39:00,756.0,13.6566,1,leg_gt,0.95,60 -22266,buy_contrast_m10_bb_pos,buy,2026-01-02 16:51:00,756.0,13.6566,1,leg_gt,0.94,60 -22267,buy_contrast_m10_bb_pos,buy,2026-01-02 16:54:00,757.0,13.5063,1,leg_gt,0.94,60 -22268,buy_contrast_m10_bb_pos,buy,2026-01-02 16:57:00,758.0,13.3565,1,leg_gt,0.93,60 -22269,buy_contrast_m10_bb_pos,buy,2026-01-03 05:51:00,786.0,9.3148,1,leg_gt,0.4,60 -22270,buy_contrast_m10_bb_pos,buy,2026-01-03 05:54:00,786.0,9.3148,1,leg_gt,0.39,60 -22271,buy_contrast_m10_bb_pos,buy,2026-01-03 05:57:00,786.0,9.3148,1,leg_gt,0.39,60 -22272,buy_contrast_m10_bb_pos,buy,2026-01-03 17:00:00,813.0,16.6282,1,leg_gt,2.47,60 -22273,buy_contrast_m10_bb_pos,buy,2026-01-03 17:03:00,811.0,16.916,1,leg_gt,2.46,60 -22274,buy_contrast_m10_bb_pos,buy,2026-01-03 17:06:00,807.0,17.496,1,leg_gt,2.46,60 -22275,buy_contrast_m10_bb_pos,buy,2026-01-03 17:09:00,807.0,17.496,1,leg_gt,2.46,60 -22276,buy_contrast_m10_bb_pos,buy,2026-01-03 17:12:00,810.0,17.0605,1,leg_gt,2.46,60 -22277,buy_contrast_m10_bb_pos,buy,2026-01-03 17:15:00,809.0,17.2053,1,leg_gt,2.46,60 -22278,buy_contrast_m10_bb_pos,buy,2026-01-03 17:18:00,811.0,16.916,1,leg_gt,2.45,60 -22279,buy_contrast_m10_bb_pos,buy,2026-01-04 00:21:00,824.0,15.0699,1,leg_gt,2.16,60 -22280,buy_contrast_m10_bb_pos,buy,2026-01-04 00:24:00,822.0,15.3501,1,leg_gt,2.16,60 -22281,buy_contrast_m10_bb_pos,buy,2026-01-04 00:27:00,823.0,15.2098,1,leg_gt,2.16,60 -22282,buy_contrast_m10_bb_pos,buy,2026-01-04 10:42:00,842.0,12.6078,1,leg_gt,1.73,60 -22283,buy_contrast_m10_bb_pos,buy,2026-01-04 10:45:00,841.0,12.7419,1,leg_gt,1.73,60 -22284,buy_contrast_m10_bb_pos,buy,2026-01-04 10:48:00,842.0,12.6078,1,leg_gt,1.72,60 -22285,buy_contrast_m10_bb_pos,buy,2026-01-04 16:21:00,848.0,11.8104,1,leg_gt,1.49,60 -22286,buy_contrast_m10_bb_pos,buy,2026-01-04 16:24:00,849.0,11.6786,1,leg_gt,1.49,60 -22287,buy_contrast_m10_bb_pos,buy,2026-01-04 16:27:00,844.0,12.3408,1,leg_gt,1.49,60 -22288,buy_contrast_m10_bb_pos,buy,2026-01-04 16:42:00,851.0,11.4159,1,leg_gt,1.48,60 -22289,buy_contrast_m10_bb_pos,buy,2026-01-04 16:45:00,852.0,11.285,1,leg_gt,1.48,60 -22290,buy_contrast_m10_bb_pos,buy,2026-01-04 16:48:00,855.0,10.8942,1,leg_gt,1.48,60 -22291,buy_contrast_m10_bb_pos,buy,2026-01-04 17:21:00,849.0,11.6786,1,leg_gt,1.45,60 -22292,buy_contrast_m10_bb_pos,buy,2026-01-04 17:24:00,849.0,11.6786,1,leg_gt,1.45,60 -22293,buy_contrast_m10_bb_pos,buy,2026-01-04 17:27:00,847.0,11.9425,1,leg_gt,1.45,60 -22294,buy_contrast_m10_bb_pos,buy,2026-01-04 17:30:00,848.0,11.8104,1,leg_gt,1.45,60 -22295,buy_contrast_m10_bb_pos,buy,2026-01-04 17:33:00,852.0,11.285,1,leg_gt,1.44,60 -22296,buy_contrast_m10_bb_pos,buy,2026-01-04 17:36:00,851.0,11.4159,1,leg_gt,1.44,60 -22297,buy_contrast_m10_bb_pos,buy,2026-01-04 17:39:00,852.0,11.285,1,leg_gt,1.44,60 -22298,buy_contrast_m10_bb_pos,buy,2026-01-05 03:42:00,867.0,9.3579,1,leg_gt,1.02,60 -22299,buy_contrast_m10_bb_pos,buy,2026-01-05 03:45:00,870.0,8.9805,1,leg_gt,1.02,60 -22300,buy_contrast_m10_bb_pos,buy,2026-01-05 03:48:00,867.0,9.3579,1,leg_gt,1.02,60 -22301,buy_contrast_m10_bb_pos,buy,2026-01-05 04:42:00,858.0,10.5061,1,leg_gt,0.98,60 -22302,buy_contrast_m10_bb_pos,buy,2026-01-05 04:45:00,859.0,10.3773,1,leg_gt,0.98,60 -22303,buy_contrast_m10_bb_pos,buy,2026-01-05 04:48:00,859.0,10.3773,1,leg_gt,0.98,60 -22304,buy_contrast_m10_bb_pos,buy,2026-01-05 04:51:00,859.0,10.3773,1,leg_gt,0.97,60 -22305,buy_contrast_m10_bb_pos,buy,2026-01-05 04:54:00,860.0,10.2488,1,leg_gt,0.97,60 -22306,buy_contrast_m10_bb_pos,buy,2026-01-05 04:57:00,860.0,10.2488,1,leg_gt,0.97,60 -22307,buy_contrast_m10_bb_pos,buy,2026-01-05 13:12:00,869.0,9.106,1,leg_gt,0.62,60 -22308,buy_contrast_m10_bb_pos,buy,2026-01-05 13:15:00,867.0,9.3579,1,leg_gt,0.62,60 -22309,buy_contrast_m10_bb_pos,buy,2026-01-05 13:18:00,865.0,9.611,1,leg_gt,0.62,60 -22310,buy_contrast_m10_bb_pos,buy,2026-01-05 13:51:00,859.0,10.3773,1,leg_gt,0.6,60 -22311,buy_contrast_m10_bb_pos,buy,2026-01-05 13:54:00,860.0,10.2488,1,leg_gt,0.6,60 -22312,buy_contrast_m10_bb_pos,buy,2026-01-05 13:57:00,860.0,10.2488,1,leg_gt,0.59,60 -22313,buy_contrast_m10_bb_pos,buy,2026-01-05 14:00:00,859.0,10.3773,1,leg_gt,0.59,60 -22314,buy_contrast_m10_bb_pos,buy,2026-01-05 14:03:00,857.0,10.6351,1,leg_gt,0.59,60 -22315,buy_contrast_m10_bb_pos,buy,2026-01-05 14:06:00,859.0,10.3773,1,leg_gt,0.59,60 -22316,buy_contrast_m10_bb_pos,buy,2026-01-05 14:09:00,856.0,10.7645,1,leg_gt,0.59,60 -22317,buy_contrast_m10_bb_pos,buy,2026-01-05 14:12:00,860.0,10.2488,1,leg_gt,0.58,60 -22318,buy_contrast_m10_bb_pos,buy,2026-01-05 14:15:00,860.0,10.2488,1,leg_gt,0.58,60 -22319,buy_contrast_m10_bb_pos,buy,2026-01-05 14:18:00,861.0,10.1207,1,leg_gt,0.58,60 -22320,buy_contrast_m10_bb_pos,buy,2026-01-05 18:12:00,859.0,10.3773,1,leg_gt,0.42,60 -22321,buy_contrast_m10_bb_pos,buy,2026-01-05 18:15:00,858.0,10.5061,1,leg_gt,0.41,60 -22322,buy_contrast_m10_bb_pos,buy,2026-01-05 18:18:00,860.0,10.2488,1,leg_gt,0.41,60 -22323,buy_contrast_m10_bb_pos,buy,2026-01-06 11:00:00,914.0,0.2282,1,leg_gt,7.87,60 -22324,buy_contrast_m10_bb_pos,buy,2026-01-06 11:03:00,915.0,0.1186,1,leg_gt,7.86,60 -22325,buy_contrast_m10_bb_pos,buy,2026-01-06 11:06:00,913.0,0.3381,1,leg_gt,7.86,60 -22326,buy_contrast_m10_bb_pos,buy,2026-01-06 11:09:00,911.0,0.5586,1,leg_gt,7.86,60 -22327,buy_contrast_m10_bb_pos,buy,2026-01-06 11:12:00,915.0,0.1186,1,leg_gt,7.86,60 -22328,buy_contrast_m10_bb_pos,buy,2026-01-06 11:15:00,916.0,0.0092,1,leg_gt,7.86,60 -22329,buy_contrast_m10_bb_pos,buy,2026-01-06 11:18:00,916.0,0.0092,1,leg_gt,7.85,60 -22330,buy_contrast_m10_bb_pos,buy,2026-01-06 15:00:00,915.0,0.1186,1,leg_gt,7.7,60 -22331,buy_contrast_m10_bb_pos,buy,2026-01-06 15:03:00,916.0,0.0092,1,leg_gt,7.7,60 -22332,buy_contrast_m10_bb_pos,buy,2026-01-06 15:06:00,917.0,-0.1,0,leg_gt,7.7,60 -22333,buy_contrast_m10_bb_pos,buy,2026-01-06 15:09:00,917.0,-0.1,0,leg_gt,7.69,60 -22334,buy_contrast_m10_bb_pos,buy,2026-01-06 15:30:00,913.0,0.3381,1,leg_gt,7.68,60 -22335,buy_contrast_m10_bb_pos,buy,2026-01-06 15:33:00,916.0,0.0092,1,leg_gt,7.68,60 -22336,buy_contrast_m10_bb_pos,buy,2026-01-06 15:36:00,915.0,0.1186,1,leg_gt,7.68,60 -22337,buy_contrast_m10_bb_pos,buy,2026-01-06 15:39:00,916.0,0.0092,1,leg_gt,7.67,60 -22338,buy_contrast_m10_bb_pos,buy,2026-01-06 17:00:00,900.0,1.7889,1,leg_gt,7.62,60 -22339,buy_contrast_m10_bb_pos,buy,2026-01-06 17:03:00,903.0,1.4504,1,leg_gt,7.61,60 -22340,buy_contrast_m10_bb_pos,buy,2026-01-06 17:06:00,904.0,1.3381,1,leg_gt,7.61,60 -22341,buy_contrast_m10_bb_pos,buy,2026-01-06 17:09:00,905.0,1.226,1,leg_gt,7.61,60 -22342,buy_contrast_m10_bb_pos,buy,2026-01-06 17:42:00,900.0,1.7889,1,leg_gt,7.59,60 -22343,buy_contrast_m10_bb_pos,buy,2026-01-06 17:45:00,900.0,1.7889,1,leg_gt,7.59,60 -22344,buy_contrast_m10_bb_pos,buy,2026-01-06 17:48:00,897.0,2.1297,1,leg_gt,7.58,60 -22345,buy_contrast_m10_bb_pos,buy,2026-01-07 00:42:00,917.0,-0.1,0,leg_gt,7.3,60 -22346,buy_contrast_m10_bb_pos,buy,2026-01-07 00:45:00,917.0,-0.1,0,leg_gt,7.29,60 -22347,buy_contrast_m10_bb_pos,buy,2026-01-07 00:48:00,917.0,-0.1,0,leg_gt,7.29,60 -22348,buy_contrast_m10_bb_pos,buy,2026-01-07 00:51:00,918.0,-0.2089,0,leg_gt,7.29,60 -22349,buy_contrast_m10_bb_pos,buy,2026-01-07 00:54:00,915.0,0.1186,1,leg_gt,7.29,60 -22350,buy_contrast_m10_bb_pos,buy,2026-01-07 00:57:00,914.0,0.2282,1,leg_gt,7.29,60 -22351,buy_contrast_m10_bb_pos,buy,2026-01-07 01:00:00,920.0,-0.4261,0,leg_gt,7.28,60 -22352,buy_contrast_m10_bb_pos,buy,2026-01-07 01:03:00,922.0,-0.6423,0,leg_gt,7.28,60 -22353,buy_contrast_m10_bb_pos,buy,2026-01-07 01:06:00,921.0,-0.5343,0,leg_gt,7.28,60 -22354,buy_contrast_m10_bb_pos,buy,2026-01-07 01:09:00,911.0,0.5586,1,leg_gt,7.28,60 -22355,buy_contrast_m10_bb_pos,buy,2026-01-07 01:51:00,907.0,1.0025,1,leg_gt,7.25,60 -22356,buy_contrast_m10_bb_pos,buy,2026-01-07 01:54:00,912.0,0.4482,1,leg_gt,7.25,60 -22357,buy_contrast_m10_bb_pos,buy,2026-01-07 01:57:00,907.0,1.0025,1,leg_gt,7.24,60 -22358,buy_contrast_m10_bb_pos,buy,2026-01-07 02:00:00,907.0,1.0025,1,leg_gt,7.24,60 -22359,buy_contrast_m10_bb_pos,buy,2026-01-07 02:03:00,906.0,1.1141,1,leg_gt,7.24,60 -22360,buy_contrast_m10_bb_pos,buy,2026-01-07 02:06:00,909.0,0.7801,1,leg_gt,7.24,60 -22361,buy_contrast_m10_bb_pos,buy,2026-01-07 02:09:00,910.0,0.6692,1,leg_gt,7.24,60 -22362,buy_contrast_m10_bb_pos,buy,2026-01-07 02:21:00,907.0,1.0025,1,leg_gt,7.23,60 -22363,buy_contrast_m10_bb_pos,buy,2026-01-07 02:24:00,909.0,0.7801,1,leg_gt,7.22,60 -22364,buy_contrast_m10_bb_pos,buy,2026-01-07 02:27:00,910.0,0.6692,1,leg_gt,7.22,60 -22365,buy_contrast_m10_bb_pos,buy,2026-01-07 09:30:00,915.0,0.1186,1,leg_gt,6.93,60 -22366,buy_contrast_m10_bb_pos,buy,2026-01-07 09:33:00,913.0,0.3381,1,leg_gt,6.93,60 -22367,buy_contrast_m10_bb_pos,buy,2026-01-07 09:36:00,914.0,0.2282,1,leg_gt,6.92,60 -22368,buy_contrast_m10_bb_pos,buy,2026-01-07 09:39:00,912.0,0.4482,1,leg_gt,6.92,60 -22369,buy_contrast_m10_bb_pos,buy,2026-01-07 10:30:00,901.0,1.6758,1,leg_gt,6.89,60 -22370,buy_contrast_m10_bb_pos,buy,2026-01-07 10:33:00,898.0,2.0158,1,leg_gt,6.89,60 -22371,buy_contrast_m10_bb_pos,buy,2026-01-07 10:36:00,898.0,2.0158,1,leg_gt,6.88,60 -22372,buy_contrast_m10_bb_pos,buy,2026-01-07 10:39:00,898.0,2.0158,1,leg_gt,6.88,60 -22373,buy_contrast_m10_bb_pos,buy,2026-01-07 10:42:00,898.0,2.0158,1,leg_gt,6.88,60 -22374,buy_contrast_m10_bb_pos,buy,2026-01-07 10:45:00,898.0,2.0158,1,leg_gt,6.88,60 -22375,buy_contrast_m10_bb_pos,buy,2026-01-07 10:48:00,899.0,1.9022,1,leg_gt,6.88,60 -22376,buy_contrast_m10_bb_pos,buy,2026-01-07 10:51:00,894.0,2.4727,1,leg_gt,6.87,60 -22377,buy_contrast_m10_bb_pos,buy,2026-01-07 10:54:00,894.0,2.4727,1,leg_gt,6.87,60 -22378,buy_contrast_m10_bb_pos,buy,2026-01-07 10:57:00,894.0,2.4727,1,leg_gt,6.87,60 -22379,buy_contrast_m10_bb_pos,buy,2026-01-07 11:00:00,894.0,2.4727,1,leg_gt,6.87,60 -22380,buy_contrast_m10_bb_pos,buy,2026-01-07 11:03:00,893.0,2.5876,1,leg_gt,6.86,60 -22381,buy_contrast_m10_bb_pos,buy,2026-01-07 11:06:00,896.0,2.2438,1,leg_gt,6.86,60 -22382,buy_contrast_m10_bb_pos,buy,2026-01-07 11:09:00,896.0,2.2438,1,leg_gt,6.86,60 -22383,buy_contrast_m10_bb_pos,buy,2026-01-07 15:00:00,894.0,2.4727,1,leg_gt,6.7,60 -22384,buy_contrast_m10_bb_pos,buy,2026-01-07 15:03:00,895.0,2.3581,1,leg_gt,6.7,60 -22385,buy_contrast_m10_bb_pos,buy,2026-01-07 15:06:00,895.0,2.3581,1,leg_gt,6.7,60 -22386,buy_contrast_m10_bb_pos,buy,2026-01-07 15:09:00,894.0,2.4727,1,leg_gt,6.69,60 -22387,buy_contrast_m10_bb_pos,buy,2026-01-07 22:42:00,893.0,2.5876,1,leg_gt,6.38,60 -22388,buy_contrast_m10_bb_pos,buy,2026-01-07 22:45:00,892.0,2.7027,1,leg_gt,6.38,60 -22389,buy_contrast_m10_bb_pos,buy,2026-01-07 22:48:00,890.0,2.9337,1,leg_gt,6.38,60 -22390,buy_contrast_m10_bb_pos,buy,2026-01-07 22:51:00,888.0,3.1658,1,leg_gt,6.37,60 -22391,buy_contrast_m10_bb_pos,buy,2026-01-07 22:54:00,888.0,3.1658,1,leg_gt,6.37,60 -22392,buy_contrast_m10_bb_pos,buy,2026-01-07 22:57:00,888.0,3.1658,1,leg_gt,6.37,60 -22393,buy_contrast_m10_bb_pos,buy,2026-01-07 23:00:00,887.0,3.2822,1,leg_gt,6.37,60 -22394,buy_contrast_m10_bb_pos,buy,2026-01-07 23:03:00,879.0,4.2231,1,leg_gt,6.36,60 -22395,buy_contrast_m10_bb_pos,buy,2026-01-07 23:06:00,881.0,3.9863,1,leg_gt,6.36,60 -22396,buy_contrast_m10_bb_pos,buy,2026-01-07 23:09:00,877.0,4.461,1,leg_gt,6.36,60 -22397,buy_contrast_m10_bb_pos,buy,2026-01-08 00:12:00,873.0,4.9401,1,leg_gt,6.32,60 -22398,buy_contrast_m10_bb_pos,buy,2026-01-08 00:15:00,872.0,5.0606,1,leg_gt,6.31,60 -22399,buy_contrast_m10_bb_pos,buy,2026-01-08 00:18:00,869.0,5.4236,1,leg_gt,6.31,60 -22400,buy_contrast_m10_bb_pos,buy,2026-01-08 00:30:00,869.0,5.4236,1,leg_gt,6.3,60 -22401,buy_contrast_m10_bb_pos,buy,2026-01-08 00:33:00,868.0,5.5452,1,leg_gt,6.3,60 -22402,buy_contrast_m10_bb_pos,buy,2026-01-08 00:36:00,869.0,5.4236,1,leg_gt,6.3,60 -22403,buy_contrast_m10_bb_pos,buy,2026-01-08 00:39:00,867.0,5.667,1,leg_gt,6.3,60 -22404,buy_contrast_m10_bb_pos,buy,2026-01-08 00:42:00,868.0,5.5452,1,leg_gt,6.3,60 -22405,buy_contrast_m10_bb_pos,buy,2026-01-08 00:45:00,867.0,5.667,1,leg_gt,6.29,60 -22406,buy_contrast_m10_bb_pos,buy,2026-01-08 00:48:00,868.0,5.5452,1,leg_gt,6.29,60 -22407,buy_contrast_m10_bb_pos,buy,2026-01-08 04:21:00,865.0,5.9116,1,leg_gt,6.14,60 -22408,buy_contrast_m10_bb_pos,buy,2026-01-08 04:24:00,865.0,5.9116,1,leg_gt,6.14,60 -22409,buy_contrast_m10_bb_pos,buy,2026-01-08 04:27:00,865.0,5.9116,1,leg_gt,6.14,60 -22410,buy_contrast_m10_bb_pos,buy,2026-01-08 04:30:00,867.0,5.667,1,leg_gt,6.14,60 -22411,buy_contrast_m10_bb_pos,buy,2026-01-08 04:33:00,871.0,5.1813,1,leg_gt,6.14,60 -22412,buy_contrast_m10_bb_pos,buy,2026-01-08 04:36:00,873.0,4.9401,1,leg_gt,6.13,60 -22413,buy_contrast_m10_bb_pos,buy,2026-01-08 04:39:00,872.0,5.0606,1,leg_gt,6.13,60 -22414,buy_contrast_m10_bb_pos,buy,2026-01-08 05:12:00,868.0,5.5452,1,leg_gt,6.11,60 -22415,buy_contrast_m10_bb_pos,buy,2026-01-08 05:15:00,867.0,5.667,1,leg_gt,6.11,60 -22416,buy_contrast_m10_bb_pos,buy,2026-01-08 05:18:00,867.0,5.667,1,leg_gt,6.1,60 -22417,buy_contrast_m10_bb_pos,buy,2026-01-08 05:21:00,866.0,5.7891,1,leg_gt,6.1,60 -22418,buy_contrast_m10_bb_pos,buy,2026-01-08 05:24:00,865.0,5.9116,1,leg_gt,6.1,60 -22419,buy_contrast_m10_bb_pos,buy,2026-01-08 05:27:00,865.0,5.9116,1,leg_gt,6.1,60 -22420,buy_contrast_m10_bb_pos,buy,2026-01-08 05:30:00,866.0,5.7891,1,leg_gt,6.1,60 -22421,buy_contrast_m10_bb_pos,buy,2026-01-08 05:33:00,866.0,5.7891,1,leg_gt,6.09,60 -22422,buy_contrast_m10_bb_pos,buy,2026-01-08 05:36:00,866.0,5.7891,1,leg_gt,6.09,60 -22423,buy_contrast_m10_bb_pos,buy,2026-01-08 05:39:00,868.0,5.5452,1,leg_gt,6.09,60 -22424,buy_contrast_m10_bb_pos,buy,2026-01-08 05:51:00,867.0,5.667,1,leg_gt,6.08,60 -22425,buy_contrast_m10_bb_pos,buy,2026-01-08 05:54:00,866.0,5.7891,1,leg_gt,6.08,60 -22426,buy_contrast_m10_bb_pos,buy,2026-01-08 05:57:00,867.0,5.667,1,leg_gt,6.08,60 -22427,buy_contrast_m10_bb_pos,buy,2026-01-08 08:00:00,864.0,6.0343,1,leg_gt,5.99,60 -22428,buy_contrast_m10_bb_pos,buy,2026-01-08 08:03:00,864.0,6.0343,1,leg_gt,5.99,60 -22429,buy_contrast_m10_bb_pos,buy,2026-01-08 08:06:00,860.0,6.5279,1,leg_gt,5.99,60 -22430,buy_contrast_m10_bb_pos,buy,2026-01-08 08:09:00,861.0,6.4041,1,leg_gt,5.99,60 -22431,buy_contrast_m10_bb_pos,buy,2026-01-08 09:21:00,862.0,6.2805,1,leg_gt,5.94,60 -22432,buy_contrast_m10_bb_pos,buy,2026-01-08 09:24:00,861.0,6.4041,1,leg_gt,5.93,60 -22433,buy_contrast_m10_bb_pos,buy,2026-01-08 09:27:00,863.0,6.1572,1,leg_gt,5.93,60 -22434,buy_contrast_m10_bb_pos,buy,2026-01-08 09:30:00,862.0,6.2805,1,leg_gt,5.93,60 -22435,buy_contrast_m10_bb_pos,buy,2026-01-08 09:33:00,862.0,6.2805,1,leg_gt,5.93,60 -22436,buy_contrast_m10_bb_pos,buy,2026-01-08 09:36:00,863.0,6.1572,1,leg_gt,5.92,60 -22437,buy_contrast_m10_bb_pos,buy,2026-01-08 09:39:00,862.0,6.2805,1,leg_gt,5.92,60 -22438,buy_contrast_m10_bb_pos,buy,2026-01-08 09:42:00,861.0,6.4041,1,leg_gt,5.92,60 -22439,buy_contrast_m10_bb_pos,buy,2026-01-08 09:45:00,863.0,6.1572,1,leg_gt,5.92,60 -22440,buy_contrast_m10_bb_pos,buy,2026-01-08 09:48:00,867.0,5.667,1,leg_gt,5.92,60 -22441,buy_contrast_m10_bb_pos,buy,2026-01-08 13:21:00,858.0,6.7765,1,leg_gt,5.77,60 -22442,buy_contrast_m10_bb_pos,buy,2026-01-08 13:24:00,857.0,6.9012,1,leg_gt,5.77,60 -22443,buy_contrast_m10_bb_pos,buy,2026-01-08 13:27:00,863.0,6.1572,1,leg_gt,5.76,60 -22444,buy_contrast_m10_bb_pos,buy,2026-01-08 15:21:00,859.0,6.652,1,leg_gt,5.69,60 -22445,buy_contrast_m10_bb_pos,buy,2026-01-08 15:24:00,857.0,6.9012,1,leg_gt,5.68,60 -22446,buy_contrast_m10_bb_pos,buy,2026-01-08 15:27:00,856.0,7.0262,1,leg_gt,5.68,60 -22447,buy_contrast_m10_bb_pos,buy,2026-01-08 18:30:00,848.0,8.0368,1,leg_gt,5.55,60 -22448,buy_contrast_m10_bb_pos,buy,2026-01-08 18:33:00,849.0,7.9094,1,leg_gt,5.55,60 -22449,buy_contrast_m10_bb_pos,buy,2026-01-08 18:36:00,850.0,7.7824,1,leg_gt,5.55,60 -22450,buy_contrast_m10_bb_pos,buy,2026-01-08 18:39:00,851.0,7.6556,1,leg_gt,5.55,60 -22451,buy_contrast_m10_bb_pos,buy,2026-01-08 19:00:00,847.0,8.1645,1,leg_gt,5.53,60 -22452,buy_contrast_m10_bb_pos,buy,2026-01-08 19:03:00,841.0,8.9369,1,leg_gt,5.53,60 -22453,buy_contrast_m10_bb_pos,buy,2026-01-08 19:06:00,845.0,8.4207,1,leg_gt,5.53,60 -22454,buy_contrast_m10_bb_pos,buy,2026-01-08 19:09:00,843.0,8.6782,1,leg_gt,5.53,60 -22455,buy_contrast_m10_bb_pos,buy,2026-01-08 20:12:00,842.0,8.8074,1,leg_gt,5.48,60 -22456,buy_contrast_m10_bb_pos,buy,2026-01-08 20:15:00,843.0,8.6782,1,leg_gt,5.48,60 -22457,buy_contrast_m10_bb_pos,buy,2026-01-08 20:18:00,843.0,8.6782,1,leg_gt,5.48,60 -22458,buy_contrast_m10_bb_pos,buy,2026-01-08 20:21:00,840.0,9.0667,1,leg_gt,5.48,60 -22459,buy_contrast_m10_bb_pos,buy,2026-01-08 20:24:00,840.0,9.0667,1,leg_gt,5.48,60 -22460,buy_contrast_m10_bb_pos,buy,2026-01-08 20:27:00,840.0,9.0667,1,leg_gt,5.47,60 -22461,buy_contrast_m10_bb_pos,buy,2026-01-08 20:30:00,841.0,8.9369,1,leg_gt,5.47,60 -22462,buy_contrast_m10_bb_pos,buy,2026-01-08 20:33:00,841.0,8.9369,1,leg_gt,5.47,60 -22463,buy_contrast_m10_bb_pos,buy,2026-01-08 20:36:00,839.0,9.1968,1,leg_gt,5.47,60 -22464,buy_contrast_m10_bb_pos,buy,2026-01-08 20:39:00,839.0,9.1968,1,leg_gt,5.46,60 -22465,buy_contrast_m10_bb_pos,buy,2026-01-08 20:42:00,842.0,8.8074,1,leg_gt,5.46,60 -22466,buy_contrast_m10_bb_pos,buy,2026-01-08 20:45:00,841.0,8.9369,1,leg_gt,5.46,60 -22467,buy_contrast_m10_bb_pos,buy,2026-01-08 20:48:00,842.0,8.8074,1,leg_gt,5.46,60 -22468,buy_contrast_m10_bb_pos,buy,2026-01-08 21:12:00,836.0,9.589,1,leg_gt,5.44,60 -22469,buy_contrast_m10_bb_pos,buy,2026-01-08 21:15:00,837.0,9.4579,1,leg_gt,5.44,60 -22470,buy_contrast_m10_bb_pos,buy,2026-01-08 21:18:00,836.0,9.589,1,leg_gt,5.44,60 -22471,buy_contrast_m10_bb_pos,buy,2026-01-08 21:21:00,839.0,9.1968,1,leg_gt,5.44,60 -22472,buy_contrast_m10_bb_pos,buy,2026-01-08 21:24:00,839.0,9.1968,1,leg_gt,5.43,60 -22473,buy_contrast_m10_bb_pos,buy,2026-01-08 21:27:00,840.0,9.0667,1,leg_gt,5.43,60 -22474,buy_contrast_m10_bb_pos,buy,2026-01-08 21:51:00,836.0,9.589,1,leg_gt,5.41,60 -22475,buy_contrast_m10_bb_pos,buy,2026-01-08 21:54:00,834.0,9.852,1,leg_gt,5.41,60 -22476,buy_contrast_m10_bb_pos,buy,2026-01-08 21:57:00,835.0,9.7204,1,leg_gt,5.41,60 -22477,buy_contrast_m10_bb_pos,buy,2026-01-08 22:00:00,836.0,9.589,1,leg_gt,5.41,60 -22478,buy_contrast_m10_bb_pos,buy,2026-01-08 22:03:00,837.0,9.4579,1,leg_gt,5.41,60 -22479,buy_contrast_m10_bb_pos,buy,2026-01-08 22:06:00,836.0,9.589,1,leg_gt,5.4,60 -22480,buy_contrast_m10_bb_pos,buy,2026-01-08 22:09:00,838.0,9.3272,1,leg_gt,5.4,60 -22481,buy_contrast_m10_bb_pos,buy,2026-01-08 22:42:00,837.0,9.4579,1,leg_gt,5.38,60 -22482,buy_contrast_m10_bb_pos,buy,2026-01-08 22:45:00,837.0,9.4579,1,leg_gt,5.38,60 -22483,buy_contrast_m10_bb_pos,buy,2026-01-08 22:48:00,836.0,9.589,1,leg_gt,5.38,60 -22484,buy_contrast_m10_bb_pos,buy,2026-01-08 23:21:00,834.0,9.852,1,leg_gt,5.35,60 -22485,buy_contrast_m10_bb_pos,buy,2026-01-08 23:24:00,832.0,10.1163,1,leg_gt,5.35,60 -22486,buy_contrast_m10_bb_pos,buy,2026-01-08 23:27:00,832.0,10.1163,1,leg_gt,5.35,60 -22487,buy_contrast_m10_bb_pos,buy,2026-01-09 04:51:00,853.0,7.4029,1,leg_gt,5.12,60 -22488,buy_contrast_m10_bb_pos,buy,2026-01-09 04:54:00,852.0,7.5291,1,leg_gt,5.12,60 -22489,buy_contrast_m10_bb_pos,buy,2026-01-09 04:57:00,850.0,7.7824,1,leg_gt,5.12,60 -22490,buy_contrast_m10_bb_pos,buy,2026-01-09 10:00:00,852.0,7.5291,1,leg_gt,4.91,60 -22491,buy_contrast_m10_bb_pos,buy,2026-01-09 10:03:00,853.0,7.4029,1,leg_gt,4.91,60 -22492,buy_contrast_m10_bb_pos,buy,2026-01-09 10:06:00,855.0,7.1515,1,leg_gt,4.9,60 -22493,buy_contrast_m10_bb_pos,buy,2026-01-09 10:09:00,853.0,7.4029,1,leg_gt,4.9,60 -22494,buy_contrast_m10_bb_pos,buy,2026-01-09 11:51:00,846.0,8.2924,1,leg_gt,4.83,60 -22495,buy_contrast_m10_bb_pos,buy,2026-01-09 11:54:00,847.0,8.1645,1,leg_gt,4.83,60 -22496,buy_contrast_m10_bb_pos,buy,2026-01-09 11:57:00,847.0,8.1645,1,leg_gt,4.83,60 -22497,buy_contrast_m10_bb_pos,buy,2026-01-09 12:00:00,845.0,8.4207,1,leg_gt,4.82,60 -22498,buy_contrast_m10_bb_pos,buy,2026-01-09 12:03:00,846.0,8.2924,1,leg_gt,4.82,60 -22499,buy_contrast_m10_bb_pos,buy,2026-01-09 12:06:00,847.0,8.1645,1,leg_gt,4.82,60 -22500,buy_contrast_m10_bb_pos,buy,2026-01-09 12:09:00,849.0,7.9094,1,leg_gt,4.82,60 -22501,buy_contrast_m10_bb_pos,buy,2026-01-09 19:00:00,851.0,7.6556,1,leg_gt,4.53,60 -22502,buy_contrast_m10_bb_pos,buy,2026-01-09 19:03:00,849.0,7.9094,1,leg_gt,4.53,60 -22503,buy_contrast_m10_bb_pos,buy,2026-01-09 19:06:00,849.0,7.9094,1,leg_gt,4.53,60 -22504,buy_contrast_m10_bb_pos,buy,2026-01-09 19:09:00,850.0,7.7824,1,leg_gt,4.53,60 -22505,buy_contrast_m10_bb_pos,buy,2026-01-09 19:21:00,849.0,7.9094,1,leg_gt,4.52,60 -22506,buy_contrast_m10_bb_pos,buy,2026-01-09 19:24:00,848.0,8.0368,1,leg_gt,4.52,60 -22507,buy_contrast_m10_bb_pos,buy,2026-01-09 19:27:00,848.0,8.0368,1,leg_gt,4.51,60 -22508,buy_contrast_m10_bb_pos,buy,2026-01-09 19:30:00,848.0,8.0368,1,leg_gt,4.51,60 -22509,buy_contrast_m10_bb_pos,buy,2026-01-09 19:33:00,846.0,8.2924,1,leg_gt,4.51,60 -22510,buy_contrast_m10_bb_pos,buy,2026-01-09 19:36:00,847.0,8.1645,1,leg_gt,4.51,60 -22511,buy_contrast_m10_bb_pos,buy,2026-01-09 19:39:00,849.0,7.9094,1,leg_gt,4.51,60 -22512,buy_contrast_m10_bb_pos,buy,2026-01-09 21:21:00,846.0,8.2924,1,leg_gt,4.44,60 -22513,buy_contrast_m10_bb_pos,buy,2026-01-09 21:24:00,846.0,8.2924,1,leg_gt,4.43,60 -22514,buy_contrast_m10_bb_pos,buy,2026-01-09 21:27:00,847.0,8.1645,1,leg_gt,4.43,60 -22515,buy_contrast_m10_bb_pos,buy,2026-01-09 21:42:00,846.0,8.2924,1,leg_gt,4.42,60 -22516,buy_contrast_m10_bb_pos,buy,2026-01-09 21:45:00,845.0,8.4207,1,leg_gt,4.42,60 -22517,buy_contrast_m10_bb_pos,buy,2026-01-09 21:48:00,846.0,8.2924,1,leg_gt,4.42,60 -22518,buy_contrast_m10_bb_pos,buy,2026-01-09 22:00:00,846.0,8.2924,1,leg_gt,4.41,60 -22519,buy_contrast_m10_bb_pos,buy,2026-01-09 22:03:00,848.0,8.0368,1,leg_gt,4.41,60 -22520,buy_contrast_m10_bb_pos,buy,2026-01-09 22:06:00,847.0,8.1645,1,leg_gt,4.4,60 -22521,buy_contrast_m10_bb_pos,buy,2026-01-09 22:09:00,848.0,8.0368,1,leg_gt,4.4,60 -22522,buy_contrast_m10_bb_pos,buy,2026-01-10 03:30:00,852.0,7.5291,1,leg_gt,4.18,60 -22523,buy_contrast_m10_bb_pos,buy,2026-01-10 03:33:00,852.0,7.5291,1,leg_gt,4.18,60 -22524,buy_contrast_m10_bb_pos,buy,2026-01-10 03:36:00,857.0,6.9012,1,leg_gt,4.18,60 -22525,buy_contrast_m10_bb_pos,buy,2026-01-10 03:39:00,856.0,7.0262,1,leg_gt,4.17,60 -22526,buy_contrast_m10_bb_pos,buy,2026-01-10 03:42:00,856.0,7.0262,1,leg_gt,4.17,60 -22527,buy_contrast_m10_bb_pos,buy,2026-01-10 03:45:00,855.0,7.1515,1,leg_gt,4.17,60 -22528,buy_contrast_m10_bb_pos,buy,2026-01-10 03:48:00,855.0,7.1515,1,leg_gt,4.17,60 -22529,buy_contrast_m10_bb_pos,buy,2026-01-10 04:12:00,852.0,7.5291,1,leg_gt,4.15,60 -22530,buy_contrast_m10_bb_pos,buy,2026-01-10 04:15:00,851.0,7.6556,1,leg_gt,4.15,60 -22531,buy_contrast_m10_bb_pos,buy,2026-01-10 04:18:00,848.0,8.0368,1,leg_gt,4.15,60 -22532,buy_contrast_m10_bb_pos,buy,2026-01-10 04:21:00,847.0,8.1645,1,leg_gt,4.14,60 -22533,buy_contrast_m10_bb_pos,buy,2026-01-10 04:24:00,849.0,7.9094,1,leg_gt,4.14,60 -22534,buy_contrast_m10_bb_pos,buy,2026-01-10 04:27:00,849.0,7.9094,1,leg_gt,4.14,60 -22535,buy_contrast_m10_bb_pos,buy,2026-01-10 04:30:00,849.0,7.9094,1,leg_gt,4.14,60 -22536,buy_contrast_m10_bb_pos,buy,2026-01-10 04:33:00,848.0,8.0368,1,leg_gt,4.14,60 -22537,buy_contrast_m10_bb_pos,buy,2026-01-10 04:36:00,849.0,7.9094,1,leg_gt,4.13,60 -22538,buy_contrast_m10_bb_pos,buy,2026-01-10 04:39:00,849.0,7.9094,1,leg_gt,4.13,60 -22539,buy_contrast_m10_bb_pos,buy,2026-01-10 09:21:00,850.0,7.7824,1,leg_gt,3.94,60 -22540,buy_contrast_m10_bb_pos,buy,2026-01-10 09:24:00,850.0,7.7824,1,leg_gt,3.93,60 -22541,buy_contrast_m10_bb_pos,buy,2026-01-10 09:27:00,850.0,7.7824,1,leg_gt,3.93,60 -22542,buy_contrast_m10_bb_pos,buy,2026-01-10 09:42:00,851.0,7.6556,1,leg_gt,3.92,60 -22543,buy_contrast_m10_bb_pos,buy,2026-01-10 09:45:00,849.0,7.9094,1,leg_gt,3.92,60 -22544,buy_contrast_m10_bb_pos,buy,2026-01-10 09:48:00,848.0,8.0368,1,leg_gt,3.92,60 -22545,buy_contrast_m10_bb_pos,buy,2026-01-10 11:51:00,847.0,8.1645,1,leg_gt,3.83,60 -22546,buy_contrast_m10_bb_pos,buy,2026-01-10 11:54:00,849.0,7.9094,1,leg_gt,3.83,60 -22547,buy_contrast_m10_bb_pos,buy,2026-01-10 11:57:00,849.0,7.9094,1,leg_gt,3.83,60 -22548,buy_contrast_m10_bb_pos,buy,2026-01-10 12:30:00,846.0,8.2924,1,leg_gt,3.8,60 -22549,buy_contrast_m10_bb_pos,buy,2026-01-10 12:33:00,845.0,8.4207,1,leg_gt,3.8,60 -22550,buy_contrast_m10_bb_pos,buy,2026-01-10 12:36:00,843.0,8.6782,1,leg_gt,3.8,60 -22551,buy_contrast_m10_bb_pos,buy,2026-01-10 12:39:00,845.0,8.4207,1,leg_gt,3.8,60 -22552,buy_contrast_m10_bb_pos,buy,2026-01-10 12:51:00,845.0,8.4207,1,leg_gt,3.79,60 -22553,buy_contrast_m10_bb_pos,buy,2026-01-10 12:54:00,845.0,8.4207,1,leg_gt,3.79,60 -22554,buy_contrast_m10_bb_pos,buy,2026-01-10 12:57:00,847.0,8.1645,1,leg_gt,3.79,60 -22555,buy_contrast_m10_bb_pos,buy,2026-01-10 13:12:00,843.0,8.6782,1,leg_gt,3.78,60 -22556,buy_contrast_m10_bb_pos,buy,2026-01-10 13:15:00,843.0,8.6782,1,leg_gt,3.77,60 -22557,buy_contrast_m10_bb_pos,buy,2026-01-10 13:18:00,845.0,8.4207,1,leg_gt,3.77,60 -22558,buy_contrast_m10_bb_pos,buy,2026-01-10 13:42:00,844.0,8.5493,1,leg_gt,3.75,60 -22559,buy_contrast_m10_bb_pos,buy,2026-01-10 13:45:00,844.0,8.5493,1,leg_gt,3.75,60 -22560,buy_contrast_m10_bb_pos,buy,2026-01-10 13:48:00,843.0,8.6782,1,leg_gt,3.75,60 -22561,buy_contrast_m10_bb_pos,buy,2026-01-10 15:00:00,842.0,8.8074,1,leg_gt,3.7,60 -22562,buy_contrast_m10_bb_pos,buy,2026-01-10 15:03:00,842.0,8.8074,1,leg_gt,3.7,60 -22563,buy_contrast_m10_bb_pos,buy,2026-01-10 15:06:00,843.0,8.6782,1,leg_gt,3.7,60 -22564,buy_contrast_m10_bb_pos,buy,2026-01-10 15:09:00,843.0,8.6782,1,leg_gt,3.69,60 -22565,buy_contrast_m10_bb_pos,buy,2026-01-10 23:42:00,856.0,7.0262,1,leg_gt,3.34,60 -22566,buy_contrast_m10_bb_pos,buy,2026-01-10 23:45:00,857.0,6.9012,1,leg_gt,3.34,60 -22567,buy_contrast_m10_bb_pos,buy,2026-01-10 23:48:00,856.0,7.0262,1,leg_gt,3.33,60 -22568,buy_contrast_m10_bb_pos,buy,2026-01-10 23:51:00,856.0,7.0262,1,leg_gt,3.33,60 -22569,buy_contrast_m10_bb_pos,buy,2026-01-10 23:54:00,856.0,7.0262,1,leg_gt,3.33,60 -22570,buy_contrast_m10_bb_pos,buy,2026-01-10 23:57:00,856.0,7.0262,1,leg_gt,3.33,60 -22571,buy_contrast_m10_bb_pos,buy,2026-01-11 00:00:00,857.0,6.9012,1,leg_gt,3.32,60 -22572,buy_contrast_m10_bb_pos,buy,2026-01-11 00:03:00,859.0,6.652,1,leg_gt,3.32,60 -22573,buy_contrast_m10_bb_pos,buy,2026-01-11 00:06:00,859.0,6.652,1,leg_gt,3.32,60 -22574,buy_contrast_m10_bb_pos,buy,2026-01-11 00:09:00,856.0,7.0262,1,leg_gt,3.32,60 -22575,buy_contrast_m10_bb_pos,buy,2026-01-11 00:12:00,857.0,6.9012,1,leg_gt,3.32,60 -22576,buy_contrast_m10_bb_pos,buy,2026-01-11 00:15:00,857.0,6.9012,1,leg_gt,3.31,60 -22577,buy_contrast_m10_bb_pos,buy,2026-01-11 00:18:00,857.0,6.9012,1,leg_gt,3.31,60 -22578,buy_contrast_m10_bb_pos,buy,2026-01-11 00:30:00,856.0,7.0262,1,leg_gt,3.3,60 -22579,buy_contrast_m10_bb_pos,buy,2026-01-11 00:33:00,856.0,7.0262,1,leg_gt,3.3,60 -22580,buy_contrast_m10_bb_pos,buy,2026-01-11 00:36:00,857.0,6.9012,1,leg_gt,3.3,60 -22581,buy_contrast_m10_bb_pos,buy,2026-01-11 00:39:00,856.0,7.0262,1,leg_gt,3.3,60 -22582,buy_contrast_m10_bb_pos,buy,2026-01-11 01:21:00,851.0,7.6556,1,leg_gt,3.27,60 -22583,buy_contrast_m10_bb_pos,buy,2026-01-11 01:24:00,853.0,7.4029,1,leg_gt,3.27,60 -22584,buy_contrast_m10_bb_pos,buy,2026-01-11 01:27:00,854.0,7.277,1,leg_gt,3.26,60 -22585,buy_contrast_m10_bb_pos,buy,2026-01-11 02:51:00,851.0,7.6556,1,leg_gt,3.21,60 -22586,buy_contrast_m10_bb_pos,buy,2026-01-11 02:54:00,849.0,7.9094,1,leg_gt,3.2,60 -22587,buy_contrast_m10_bb_pos,buy,2026-01-11 02:57:00,847.0,8.1645,1,leg_gt,3.2,60 -22588,buy_contrast_m10_bb_pos,buy,2026-01-11 06:42:00,847.0,8.1645,1,leg_gt,3.05,60 -22589,buy_contrast_m10_bb_pos,buy,2026-01-11 06:45:00,847.0,8.1645,1,leg_gt,3.04,60 -22590,buy_contrast_m10_bb_pos,buy,2026-01-11 06:51:00,846.0,8.2924,1,leg_gt,3.04,60 -22591,buy_contrast_m10_bb_pos,buy,2026-01-11 06:54:00,846.0,8.2924,1,leg_gt,3.04,60 -22592,buy_contrast_m10_bb_pos,buy,2026-01-11 06:57:00,848.0,8.0368,1,leg_gt,3.04,60 -22593,buy_contrast_m10_bb_pos,buy,2026-01-11 07:00:00,847.0,8.1645,1,leg_gt,3.03,60 -22594,buy_contrast_m10_bb_pos,buy,2026-01-11 07:03:00,846.0,8.2924,1,leg_gt,3.03,60 -22595,buy_contrast_m10_bb_pos,buy,2026-01-11 07:06:00,845.0,8.4207,1,leg_gt,3.03,60 -22596,buy_contrast_m10_bb_pos,buy,2026-01-11 07:09:00,846.0,8.2924,1,leg_gt,3.03,60 -22597,buy_contrast_m10_bb_pos,buy,2026-01-11 07:12:00,846.0,8.2924,1,leg_gt,3.02,60 -22598,buy_contrast_m10_bb_pos,buy,2026-01-11 07:15:00,846.0,8.2924,1,leg_gt,3.02,60 -22599,buy_contrast_m10_bb_pos,buy,2026-01-11 07:18:00,847.0,8.1645,1,leg_gt,3.02,60 -22600,buy_contrast_m10_bb_pos,buy,2026-01-11 07:21:00,846.0,8.2924,1,leg_gt,3.02,60 -22601,buy_contrast_m10_bb_pos,buy,2026-01-11 07:24:00,846.0,8.2924,1,leg_gt,3.02,60 -22602,buy_contrast_m10_bb_pos,buy,2026-01-11 07:27:00,845.0,8.4207,1,leg_gt,3.01,60 -22603,buy_contrast_m10_bb_pos,buy,2026-01-11 07:30:00,845.0,8.4207,1,leg_gt,3.01,60 -22604,buy_contrast_m10_bb_pos,buy,2026-01-11 07:33:00,845.0,8.4207,1,leg_gt,3.01,60 -22605,buy_contrast_m10_bb_pos,buy,2026-01-11 07:36:00,846.0,8.2924,1,leg_gt,3.01,60 -22606,buy_contrast_m10_bb_pos,buy,2026-01-11 07:39:00,846.0,8.2924,1,leg_gt,3.01,60 -22607,buy_contrast_m10_bb_pos,buy,2026-01-11 07:51:00,842.0,8.8074,1,leg_gt,3.0,60 -22608,buy_contrast_m10_bb_pos,buy,2026-01-11 07:54:00,841.0,8.9369,1,leg_gt,3.0,60 -22609,buy_contrast_m10_bb_pos,buy,2026-01-11 07:57:00,841.0,8.9369,1,leg_gt,2.99,60 -22610,buy_contrast_m10_bb_pos,buy,2026-01-11 08:12:00,841.0,8.9369,1,leg_gt,2.98,60 -22611,buy_contrast_m10_bb_pos,buy,2026-01-11 08:15:00,841.0,8.9369,1,leg_gt,2.98,60 -22612,buy_contrast_m10_bb_pos,buy,2026-01-11 08:18:00,841.0,8.9369,1,leg_gt,2.98,60 -22613,buy_contrast_m10_bb_pos,buy,2026-01-11 08:21:00,841.0,8.9369,1,leg_gt,2.98,60 -22614,buy_contrast_m10_bb_pos,buy,2026-01-11 08:24:00,841.0,8.9369,1,leg_gt,2.98,60 -22615,buy_contrast_m10_bb_pos,buy,2026-01-11 08:27:00,842.0,8.8074,1,leg_gt,2.97,60 -22616,buy_contrast_m10_bb_pos,buy,2026-01-11 15:42:00,842.0,8.8074,1,leg_gt,2.67,60 -22617,buy_contrast_m10_bb_pos,buy,2026-01-11 15:45:00,842.0,8.8074,1,leg_gt,2.67,60 -22618,buy_contrast_m10_bb_pos,buy,2026-01-11 15:48:00,843.0,8.6782,1,leg_gt,2.67,60 -22619,buy_contrast_m10_bb_pos,buy,2026-01-12 00:30:00,850.0,7.7824,1,leg_gt,2.3,60 -22620,buy_contrast_m10_bb_pos,buy,2026-01-12 00:33:00,849.0,7.9094,1,leg_gt,2.3,60 -22621,buy_contrast_m10_bb_pos,buy,2026-01-12 00:36:00,849.0,7.9094,1,leg_gt,2.3,60 -22622,buy_contrast_m10_bb_pos,buy,2026-01-12 00:39:00,849.0,7.9094,1,leg_gt,2.3,60 -22623,buy_contrast_m10_bb_pos,buy,2026-01-12 00:42:00,848.0,8.0368,1,leg_gt,2.3,60 -22624,buy_contrast_m10_bb_pos,buy,2026-01-12 00:45:00,844.0,8.5493,1,leg_gt,2.29,60 -22625,buy_contrast_m10_bb_pos,buy,2026-01-12 00:48:00,842.0,8.8074,1,leg_gt,2.29,60 -22626,buy_contrast_m10_bb_pos,buy,2026-01-12 01:12:00,843.0,8.6782,1,leg_gt,2.28,60 -22627,buy_contrast_m10_bb_pos,buy,2026-01-12 01:15:00,841.0,8.9369,1,leg_gt,2.27,60 -22628,buy_contrast_m10_bb_pos,buy,2026-01-12 01:18:00,843.0,8.6782,1,leg_gt,2.27,60 -22629,buy_contrast_m10_bb_pos,buy,2026-01-12 01:21:00,844.0,8.5493,1,leg_gt,2.27,60 -22630,buy_contrast_m10_bb_pos,buy,2026-01-12 01:24:00,843.0,8.6782,1,leg_gt,2.27,60 -22631,buy_contrast_m10_bb_pos,buy,2026-01-12 01:27:00,843.0,8.6782,1,leg_gt,2.26,60 -22632,buy_contrast_m10_bb_pos,buy,2026-01-12 05:42:00,838.0,9.3272,1,leg_gt,2.09,60 -22633,buy_contrast_m10_bb_pos,buy,2026-01-12 05:45:00,836.0,9.589,1,leg_gt,2.09,60 -22634,buy_contrast_m10_bb_pos,buy,2026-01-12 05:48:00,837.0,9.4579,1,leg_gt,2.08,60 -22635,buy_contrast_m10_bb_pos,buy,2026-01-12 05:51:00,836.0,9.589,1,leg_gt,2.08,60 -22636,buy_contrast_m10_bb_pos,buy,2026-01-12 05:54:00,837.0,9.4579,1,leg_gt,2.08,60 -22637,buy_contrast_m10_bb_pos,buy,2026-01-12 05:57:00,837.0,9.4579,1,leg_gt,2.08,60 -22638,buy_contrast_m10_bb_pos,buy,2026-01-12 06:00:00,835.0,9.7204,1,leg_gt,2.08,60 -22639,buy_contrast_m10_bb_pos,buy,2026-01-12 06:03:00,835.0,9.7204,1,leg_gt,2.07,60 -22640,buy_contrast_m10_bb_pos,buy,2026-01-12 06:06:00,830.0,10.3819,1,leg_gt,2.07,60 -22641,buy_contrast_m10_bb_pos,buy,2026-01-12 06:09:00,831.0,10.249,1,leg_gt,2.07,60 -22642,buy_contrast_m10_bb_pos,buy,2026-01-12 06:12:00,833.0,9.984,1,leg_gt,2.07,60 -22643,buy_contrast_m10_bb_pos,buy,2026-01-12 06:15:00,835.0,9.7204,1,leg_gt,2.06,60 -22644,buy_contrast_m10_bb_pos,buy,2026-01-12 06:18:00,835.0,9.7204,1,leg_gt,2.06,60 -22645,buy_contrast_m10_bb_pos,buy,2026-01-12 06:21:00,835.0,9.7204,1,leg_gt,2.06,60 -22646,buy_contrast_m10_bb_pos,buy,2026-01-12 06:24:00,835.0,9.7204,1,leg_gt,2.06,60 -22647,buy_contrast_m10_bb_pos,buy,2026-01-12 06:27:00,836.0,9.589,1,leg_gt,2.06,60 -22648,buy_contrast_m10_bb_pos,buy,2026-01-12 07:12:00,828.0,10.6488,1,leg_gt,2.02,60 -22649,buy_contrast_m10_bb_pos,buy,2026-01-12 07:15:00,830.0,10.3819,1,leg_gt,2.02,60 -22650,buy_contrast_m10_bb_pos,buy,2026-01-12 07:18:00,830.0,10.3819,1,leg_gt,2.02,60 -22651,buy_contrast_m10_bb_pos,buy,2026-01-12 08:00:00,829.0,10.5152,1,leg_gt,1.99,60 -22652,buy_contrast_m10_bb_pos,buy,2026-01-12 08:03:00,829.0,10.5152,1,leg_gt,1.99,60 -22653,buy_contrast_m10_bb_pos,buy,2026-01-12 08:06:00,824.0,11.1864,1,leg_gt,1.99,60 -22654,buy_contrast_m10_bb_pos,buy,2026-01-12 08:09:00,826.0,10.9169,1,leg_gt,1.99,60 -22655,buy_contrast_m10_bb_pos,buy,2026-01-12 08:12:00,830.0,10.3819,1,leg_gt,1.98,60 -22656,buy_contrast_m10_bb_pos,buy,2026-01-12 08:15:00,833.0,9.984,1,leg_gt,1.98,60 -22657,buy_contrast_m10_bb_pos,buy,2026-01-12 08:18:00,837.0,9.4579,1,leg_gt,1.98,60 -22658,buy_contrast_m10_bb_pos,buy,2026-01-12 16:00:00,850.0,7.7824,1,leg_gt,1.66,60 -22659,buy_contrast_m10_bb_pos,buy,2026-01-12 16:03:00,850.0,7.7824,1,leg_gt,1.66,60 -22660,buy_contrast_m10_bb_pos,buy,2026-01-12 16:06:00,853.0,7.4029,1,leg_gt,1.65,60 -22661,buy_contrast_m10_bb_pos,buy,2026-01-12 16:09:00,854.0,7.277,1,leg_gt,1.65,60 -22662,buy_contrast_m10_bb_pos,buy,2026-01-12 16:21:00,848.0,8.0368,1,leg_gt,1.64,60 -22663,buy_contrast_m10_bb_pos,buy,2026-01-12 16:24:00,849.0,7.9094,1,leg_gt,1.64,60 -22664,buy_contrast_m10_bb_pos,buy,2026-01-12 16:27:00,849.0,7.9094,1,leg_gt,1.64,60 -22665,buy_contrast_m10_bb_pos,buy,2026-01-12 16:30:00,849.0,7.9094,1,leg_gt,1.64,60 -22666,buy_contrast_m10_bb_pos,buy,2026-01-12 16:33:00,845.0,8.4207,1,leg_gt,1.64,60 -22667,buy_contrast_m10_bb_pos,buy,2026-01-12 16:36:00,842.0,8.8074,1,leg_gt,1.63,60 -22668,buy_contrast_m10_bb_pos,buy,2026-01-12 16:39:00,842.0,8.8074,1,leg_gt,1.63,60 -22669,buy_contrast_m10_bb_pos,buy,2026-01-12 17:00:00,841.0,8.9369,1,leg_gt,1.62,60 -22670,buy_contrast_m10_bb_pos,buy,2026-01-12 17:03:00,845.0,8.4207,1,leg_gt,1.61,60 -22671,buy_contrast_m10_bb_pos,buy,2026-01-12 17:06:00,844.0,8.5493,1,leg_gt,1.61,60 -22672,buy_contrast_m10_bb_pos,buy,2026-01-12 17:09:00,843.0,8.6782,1,leg_gt,1.61,60 -22673,buy_contrast_m10_bb_pos,buy,2026-01-12 17:51:00,833.0,9.984,1,leg_gt,1.58,60 -22674,buy_contrast_m10_bb_pos,buy,2026-01-12 17:54:00,835.0,9.7204,1,leg_gt,1.58,60 -22675,buy_contrast_m10_bb_pos,buy,2026-01-12 17:57:00,838.0,9.3272,1,leg_gt,1.58,60 -22676,buy_contrast_m10_bb_pos,buy,2026-01-12 18:00:00,837.0,9.4579,1,leg_gt,1.58,60 -22677,buy_contrast_m10_bb_pos,buy,2026-01-12 18:03:00,835.0,9.7204,1,leg_gt,1.57,60 -22678,buy_contrast_m10_bb_pos,buy,2026-01-12 18:06:00,837.0,9.4579,1,leg_gt,1.57,60 -22679,buy_contrast_m10_bb_pos,buy,2026-01-12 18:09:00,836.0,9.589,1,leg_gt,1.57,60 -22680,buy_contrast_m10_bb_pos,buy,2026-01-12 18:12:00,834.0,9.852,1,leg_gt,1.57,60 -22681,buy_contrast_m10_bb_pos,buy,2026-01-12 18:15:00,835.0,9.7204,1,leg_gt,1.56,60 -22682,buy_contrast_m10_bb_pos,buy,2026-01-12 18:18:00,836.0,9.589,1,leg_gt,1.56,60 -22683,buy_contrast_m10_bb_pos,buy,2026-01-12 18:42:00,835.0,9.7204,1,leg_gt,1.55,60 -22684,buy_contrast_m10_bb_pos,buy,2026-01-12 18:45:00,834.0,9.852,1,leg_gt,1.54,60 -22685,buy_contrast_m10_bb_pos,buy,2026-01-12 18:48:00,834.0,9.852,1,leg_gt,1.54,60 -22686,buy_contrast_m10_bb_pos,buy,2026-01-12 22:00:00,831.0,10.249,1,leg_gt,1.41,60 -22687,buy_contrast_m10_bb_pos,buy,2026-01-12 22:03:00,833.0,9.984,1,leg_gt,1.41,60 -22688,buy_contrast_m10_bb_pos,buy,2026-01-12 22:06:00,832.0,10.1163,1,leg_gt,1.4,60 -22689,buy_contrast_m10_bb_pos,buy,2026-01-12 22:09:00,831.0,10.249,1,leg_gt,1.4,60 -22690,buy_contrast_m10_bb_pos,buy,2026-01-12 22:12:00,831.0,10.249,1,leg_gt,1.4,60 -22691,buy_contrast_m10_bb_pos,buy,2026-01-12 22:15:00,828.0,10.6488,1,leg_gt,1.4,60 -22692,buy_contrast_m10_bb_pos,buy,2026-01-12 22:18:00,828.0,10.6488,1,leg_gt,1.4,60 -22693,buy_contrast_m10_bb_pos,buy,2026-01-12 22:42:00,826.0,10.9169,1,leg_gt,1.38,60 -22694,buy_contrast_m10_bb_pos,buy,2026-01-12 22:45:00,824.0,11.1864,1,leg_gt,1.38,60 -22695,buy_contrast_m10_bb_pos,buy,2026-01-12 22:48:00,823.0,11.3216,1,leg_gt,1.38,60 -22696,buy_contrast_m10_bb_pos,buy,2026-01-12 23:30:00,823.0,11.3216,1,leg_gt,1.35,60 -22697,buy_contrast_m10_bb_pos,buy,2026-01-12 23:33:00,829.0,10.5152,1,leg_gt,1.34,60 -22698,buy_contrast_m10_bb_pos,buy,2026-01-12 23:36:00,828.0,10.6488,1,leg_gt,1.34,60 -22699,buy_contrast_m10_bb_pos,buy,2026-01-12 23:39:00,832.0,10.1163,1,leg_gt,1.34,60 -22700,buy_contrast_m10_bb_pos,buy,2026-01-13 02:54:00,833.0,9.984,1,leg_gt,1.2,60 -22701,buy_contrast_m10_bb_pos,buy,2026-01-13 02:57:00,832.0,10.1163,1,leg_gt,1.2,60 -22702,buy_contrast_m10_bb_pos,buy,2026-01-13 03:00:00,831.0,10.249,1,leg_gt,1.2,60 -22703,buy_contrast_m10_bb_pos,buy,2026-01-13 03:03:00,832.0,10.1163,1,leg_gt,1.2,60 -22704,buy_contrast_m10_bb_pos,buy,2026-01-13 03:06:00,832.0,10.1163,1,leg_gt,1.2,60 -22705,buy_contrast_m10_bb_pos,buy,2026-01-13 03:09:00,833.0,9.984,1,leg_gt,1.19,60 -22706,buy_contrast_m10_bb_pos,buy,2026-01-13 05:51:00,826.0,10.9169,1,leg_gt,1.08,60 -22707,buy_contrast_m10_bb_pos,buy,2026-01-13 05:54:00,825.0,11.0515,1,leg_gt,1.08,60 -22708,buy_contrast_m10_bb_pos,buy,2026-01-13 05:57:00,824.0,11.1864,1,leg_gt,1.08,60 -22709,buy_contrast_m10_bb_pos,buy,2026-01-13 06:12:00,825.0,11.0515,1,leg_gt,1.07,60 -22710,buy_contrast_m10_bb_pos,buy,2026-01-13 06:15:00,823.0,11.3216,1,leg_gt,1.06,60 -22711,buy_contrast_m10_bb_pos,buy,2026-01-13 06:18:00,823.0,11.3216,1,leg_gt,1.06,60 -22712,buy_contrast_m10_bb_pos,buy,2026-01-13 06:21:00,822.0,11.4572,1,leg_gt,1.06,60 -22713,buy_contrast_m10_bb_pos,buy,2026-01-13 06:24:00,821.0,11.5931,1,leg_gt,1.06,60 -22714,buy_contrast_m10_bb_pos,buy,2026-01-13 06:27:00,821.0,11.5931,1,leg_gt,1.06,60 -22715,buy_contrast_m10_bb_pos,buy,2026-01-13 06:42:00,820.0,11.7293,1,leg_gt,1.05,60 -22716,buy_contrast_m10_bb_pos,buy,2026-01-13 06:45:00,820.0,11.7293,1,leg_gt,1.04,60 -22717,buy_contrast_m10_bb_pos,buy,2026-01-13 06:48:00,819.0,11.8658,1,leg_gt,1.04,60 -22718,buy_contrast_m10_bb_pos,buy,2026-01-13 06:51:00,819.0,11.8658,1,leg_gt,1.04,60 -22719,buy_contrast_m10_bb_pos,buy,2026-01-13 06:54:00,820.0,11.7293,1,leg_gt,1.04,60 -22720,buy_contrast_m10_bb_pos,buy,2026-01-13 06:57:00,819.0,11.8658,1,leg_gt,1.04,60 -22721,buy_contrast_m10_bb_pos,buy,2026-01-13 07:00:00,821.0,11.5931,1,leg_gt,1.03,60 -22722,buy_contrast_m10_bb_pos,buy,2026-01-13 07:03:00,823.0,11.3216,1,leg_gt,1.03,60 -22723,buy_contrast_m10_bb_pos,buy,2026-01-13 07:06:00,822.0,11.4572,1,leg_gt,1.03,60 -22724,buy_contrast_m10_bb_pos,buy,2026-01-13 07:09:00,822.0,11.4572,1,leg_gt,1.03,60 -22725,buy_contrast_m10_bb_pos,buy,2026-01-13 08:12:00,818.0,12.0027,1,leg_gt,0.98,60 -22726,buy_contrast_m10_bb_pos,buy,2026-01-13 08:15:00,819.0,11.8658,1,leg_gt,0.98,60 -22727,buy_contrast_m10_bb_pos,buy,2026-01-13 08:18:00,818.0,12.0027,1,leg_gt,0.98,60 -22728,buy_contrast_m10_bb_pos,buy,2026-01-13 08:21:00,818.0,12.0027,1,leg_gt,0.98,60 -22729,buy_contrast_m10_bb_pos,buy,2026-01-13 08:24:00,818.0,12.0027,1,leg_gt,0.98,60 -22730,buy_contrast_m10_bb_pos,buy,2026-01-13 08:27:00,821.0,11.5931,1,leg_gt,0.97,60 -22731,buy_contrast_m10_bb_pos,buy,2026-01-13 12:12:00,822.0,11.4572,1,leg_gt,0.82,60 -22732,buy_contrast_m10_bb_pos,buy,2026-01-13 12:15:00,824.0,11.1864,1,leg_gt,0.81,60 -22733,buy_contrast_m10_bb_pos,buy,2026-01-13 12:18:00,825.0,11.0515,1,leg_gt,0.81,60 -22734,buy_contrast_m10_bb_pos,buy,2026-01-14 04:00:00,883.0,3.7505,1,leg_gt,0.16,60 -22735,buy_contrast_m10_bb_pos,buy,2026-01-14 04:03:00,881.0,3.9863,1,leg_gt,0.16,60 -22736,buy_contrast_m10_bb_pos,buy,2026-01-14 04:06:00,880.0,4.1045,1,leg_gt,0.15,60 -22737,buy_contrast_m10_bb_pos,buy,2026-01-14 04:09:00,881.0,3.9863,1,leg_gt,0.15,60 -22738,buy_contrast_m10_bb_pos,buy,2026-01-14 04:12:00,880.0,4.1045,1,leg_gt,0.15,60 -22739,buy_contrast_m10_bb_pos,buy,2026-01-14 04:15:00,880.0,4.1045,1,leg_gt,0.15,60 -22740,buy_contrast_m10_bb_pos,buy,2026-01-14 04:18:00,882.0,3.8683,1,leg_gt,0.15,60 -22741,buy_contrast_m10_bb_pos,buy,2026-01-14 06:00:00,880.0,4.1045,1,leg_gt,0.08,60 -22742,buy_contrast_m10_bb_pos,buy,2026-01-14 06:03:00,880.0,4.1045,1,leg_gt,0.07,60 -22743,buy_contrast_m10_bb_pos,buy,2026-01-14 06:06:00,882.0,3.8683,1,leg_gt,0.07,60 -22744,buy_contrast_m10_bb_pos,buy,2026-01-14 06:09:00,880.0,4.1045,1,leg_gt,0.07,60 -22745,buy_contrast_m10_bb_pos,buy,2026-01-14 12:00:00,904.0,1.1168,1,leg_gt,14.82,60 -22746,buy_contrast_m10_bb_pos,buy,2026-01-14 12:03:00,905.0,1.005,1,leg_gt,14.82,60 -22747,buy_contrast_m10_bb_pos,buy,2026-01-14 12:06:00,904.0,1.1168,1,leg_gt,14.82,60 -22748,buy_contrast_m10_bb_pos,buy,2026-01-14 12:09:00,903.0,1.2289,1,leg_gt,14.82,60 -22749,buy_contrast_m10_bb_pos,buy,2026-01-14 12:30:00,904.0,1.1168,1,leg_gt,14.8,60 -22750,buy_contrast_m10_bb_pos,buy,2026-01-14 12:33:00,905.0,1.005,1,leg_gt,14.8,60 -22751,buy_contrast_m10_bb_pos,buy,2026-01-14 12:36:00,908.0,0.6709,1,leg_gt,14.8,60 -22752,buy_contrast_m10_bb_pos,buy,2026-01-14 12:39:00,907.0,0.782,1,leg_gt,14.8,60 -22753,buy_contrast_m10_bb_pos,buy,2026-01-14 13:12:00,903.0,1.2289,1,leg_gt,14.78,60 -22754,buy_contrast_m10_bb_pos,buy,2026-01-14 13:15:00,903.0,1.2289,1,leg_gt,14.77,60 -22755,buy_contrast_m10_bb_pos,buy,2026-01-14 13:18:00,904.0,1.1168,1,leg_gt,14.77,60 -22756,buy_contrast_m10_bb_pos,buy,2026-01-14 14:21:00,901.0,1.4538,1,leg_gt,14.73,60 -22757,buy_contrast_m10_bb_pos,buy,2026-01-14 14:24:00,898.0,1.7931,1,leg_gt,14.72,60 -22758,buy_contrast_m10_bb_pos,buy,2026-01-14 14:27:00,898.0,1.7931,1,leg_gt,14.72,60 -22759,buy_contrast_m10_bb_pos,buy,2026-01-14 14:42:00,902.0,1.3412,1,leg_gt,14.71,60 -22760,buy_contrast_m10_bb_pos,buy,2026-01-14 14:45:00,901.0,1.4538,1,leg_gt,14.71,60 -22761,buy_contrast_m10_bb_pos,buy,2026-01-14 14:48:00,902.0,1.3412,1,leg_gt,14.71,60 -22762,buy_contrast_m10_bb_pos,buy,2026-01-14 15:12:00,900.0,1.5667,1,leg_gt,14.69,60 -22763,buy_contrast_m10_bb_pos,buy,2026-01-14 15:15:00,900.0,1.5667,1,leg_gt,14.69,60 -22764,buy_contrast_m10_bb_pos,buy,2026-01-14 15:18:00,899.0,1.6798,1,leg_gt,14.69,60 -22765,buy_contrast_m10_bb_pos,buy,2026-01-14 17:00:00,894.0,2.249,1,leg_gt,14.62,60 -22766,buy_contrast_m10_bb_pos,buy,2026-01-14 17:03:00,894.0,2.249,1,leg_gt,14.61,60 -22767,buy_contrast_m10_bb_pos,buy,2026-01-14 17:06:00,895.0,2.1346,1,leg_gt,14.61,60 -22768,buy_contrast_m10_bb_pos,buy,2026-01-14 17:09:00,897.0,1.9067,1,leg_gt,14.61,60 -22769,buy_contrast_m10_bb_pos,buy,2026-01-14 17:51:00,892.0,2.4785,1,leg_gt,14.58,60 -22770,buy_contrast_m10_bb_pos,buy,2026-01-14 17:54:00,892.0,2.4785,1,leg_gt,14.58,60 -22771,buy_contrast_m10_bb_pos,buy,2026-01-14 17:57:00,893.0,2.3636,1,leg_gt,14.58,60 -22772,buy_contrast_m10_bb_pos,buy,2026-01-14 18:00:00,892.0,2.4785,1,leg_gt,14.58,60 -22773,buy_contrast_m10_bb_pos,buy,2026-01-14 18:03:00,893.0,2.3636,1,leg_gt,14.57,60 -22774,buy_contrast_m10_bb_pos,buy,2026-01-14 18:06:00,893.0,2.3636,1,leg_gt,14.57,60 -22775,buy_contrast_m10_bb_pos,buy,2026-01-14 18:09:00,894.0,2.249,1,leg_gt,14.57,60 -22776,buy_contrast_m10_bb_pos,buy,2026-01-14 20:30:00,890.0,2.709,1,leg_gt,14.47,60 -22777,buy_contrast_m10_bb_pos,buy,2026-01-14 20:33:00,891.0,2.5936,1,leg_gt,14.47,60 -22778,buy_contrast_m10_bb_pos,buy,2026-01-14 20:36:00,890.0,2.709,1,leg_gt,14.47,60 -22779,buy_contrast_m10_bb_pos,buy,2026-01-14 20:39:00,891.0,2.5936,1,leg_gt,14.46,60 -22780,buy_contrast_m10_bb_pos,buy,2026-01-14 20:42:00,888.0,2.9405,1,leg_gt,14.46,60 -22781,buy_contrast_m10_bb_pos,buy,2026-01-14 20:45:00,889.0,2.8246,1,leg_gt,14.46,60 -22782,buy_contrast_m10_bb_pos,buy,2026-01-14 20:48:00,888.0,2.9405,1,leg_gt,14.46,60 -22783,buy_contrast_m10_bb_pos,buy,2026-01-14 20:51:00,888.0,2.9405,1,leg_gt,14.46,60 -22784,buy_contrast_m10_bb_pos,buy,2026-01-14 20:54:00,887.0,3.0567,1,leg_gt,14.45,60 -22785,buy_contrast_m10_bb_pos,buy,2026-01-14 20:57:00,886.0,3.1731,1,leg_gt,14.45,60 -22786,buy_contrast_m10_bb_pos,buy,2026-01-14 21:00:00,888.0,2.9405,1,leg_gt,14.45,60 -22787,buy_contrast_m10_bb_pos,buy,2026-01-14 21:03:00,890.0,2.709,1,leg_gt,14.45,60 -22788,buy_contrast_m10_bb_pos,buy,2026-01-14 21:06:00,892.0,2.4785,1,leg_gt,14.45,60 -22789,buy_contrast_m10_bb_pos,buy,2026-01-14 21:09:00,892.0,2.4785,1,leg_gt,14.44,60 -22790,buy_contrast_m10_bb_pos,buy,2026-01-15 03:00:00,889.0,2.8246,1,leg_gt,14.2,60 -22791,buy_contrast_m10_bb_pos,buy,2026-01-15 03:03:00,891.0,2.5936,1,leg_gt,14.2,60 -22792,buy_contrast_m10_bb_pos,buy,2026-01-15 03:06:00,891.0,2.5936,1,leg_gt,14.2,60 -22793,buy_contrast_m10_bb_pos,buy,2026-01-15 03:09:00,890.0,2.709,1,leg_gt,14.19,60 -22794,buy_contrast_m10_bb_pos,buy,2026-01-15 03:21:00,889.0,2.8246,1,leg_gt,14.19,60 -22795,buy_contrast_m10_bb_pos,buy,2026-01-15 03:24:00,887.0,3.0567,1,leg_gt,14.18,60 -22796,buy_contrast_m10_bb_pos,buy,2026-01-15 03:27:00,888.0,2.9405,1,leg_gt,14.18,60 -22797,buy_contrast_m10_bb_pos,buy,2026-01-15 03:30:00,888.0,2.9405,1,leg_gt,14.18,60 -22798,buy_contrast_m10_bb_pos,buy,2026-01-15 03:33:00,882.0,3.6415,1,leg_gt,14.18,60 -22799,buy_contrast_m10_bb_pos,buy,2026-01-15 03:36:00,877.0,4.233,1,leg_gt,14.18,60 -22800,buy_contrast_m10_bb_pos,buy,2026-01-15 03:39:00,876.0,4.3521,1,leg_gt,14.17,60 -22801,buy_contrast_m10_bb_pos,buy,2026-01-15 04:00:00,876.0,4.3521,1,leg_gt,14.16,60 -22802,buy_contrast_m10_bb_pos,buy,2026-01-15 04:03:00,876.0,4.3521,1,leg_gt,14.16,60 -22803,buy_contrast_m10_bb_pos,buy,2026-01-15 04:06:00,880.0,3.8773,1,leg_gt,14.15,60 -22804,buy_contrast_m10_bb_pos,buy,2026-01-15 04:09:00,880.0,3.8773,1,leg_gt,14.15,60 -22805,buy_contrast_m10_bb_pos,buy,2026-01-15 07:51:00,875.0,4.4714,1,leg_gt,14.0,60 -22806,buy_contrast_m10_bb_pos,buy,2026-01-15 07:54:00,874.0,4.5911,1,leg_gt,14.0,60 -22807,buy_contrast_m10_bb_pos,buy,2026-01-15 07:57:00,872.0,4.8312,1,leg_gt,13.99,60 -22808,buy_contrast_m10_bb_pos,buy,2026-01-15 08:00:00,873.0,4.711,1,leg_gt,13.99,60 -22809,buy_contrast_m10_bb_pos,buy,2026-01-15 08:03:00,875.0,4.4714,1,leg_gt,13.99,60 -22810,buy_contrast_m10_bb_pos,buy,2026-01-15 08:06:00,877.0,4.233,1,leg_gt,13.99,60 -22811,buy_contrast_m10_bb_pos,buy,2026-01-15 08:09:00,878.0,4.1141,1,leg_gt,13.99,60 -22812,buy_contrast_m10_bb_pos,buy,2026-01-15 11:00:00,872.0,4.8312,1,leg_gt,13.87,60 -22813,buy_contrast_m10_bb_pos,buy,2026-01-15 11:03:00,874.0,4.5911,1,leg_gt,13.86,60 -22814,buy_contrast_m10_bb_pos,buy,2026-01-15 11:06:00,872.0,4.8312,1,leg_gt,13.86,60 -22815,buy_contrast_m10_bb_pos,buy,2026-01-15 11:09:00,873.0,4.711,1,leg_gt,13.86,60 -22816,buy_contrast_m10_bb_pos,buy,2026-01-15 11:30:00,872.0,4.8312,1,leg_gt,13.85,60 -22817,buy_contrast_m10_bb_pos,buy,2026-01-15 11:33:00,874.0,4.5911,1,leg_gt,13.84,60 -22818,buy_contrast_m10_bb_pos,buy,2026-01-15 11:36:00,866.0,5.5582,1,leg_gt,13.84,60 -22819,buy_contrast_m10_bb_pos,buy,2026-01-15 11:39:00,867.0,5.4363,1,leg_gt,13.84,60 -22820,buy_contrast_m10_bb_pos,buy,2026-01-15 13:00:00,849.0,7.6739,1,leg_gt,13.78,60 -22821,buy_contrast_m10_bb_pos,buy,2026-01-15 13:03:00,851.0,7.4206,1,leg_gt,13.78,60 -22822,buy_contrast_m10_bb_pos,buy,2026-01-15 13:06:00,854.0,7.0429,1,leg_gt,13.78,60 -22823,buy_contrast_m10_bb_pos,buy,2026-01-15 13:09:00,853.0,7.1685,1,leg_gt,13.78,60 -22824,buy_contrast_m10_bb_pos,buy,2026-01-15 20:51:00,864.0,5.8028,1,leg_gt,13.46,60 -22825,buy_contrast_m10_bb_pos,buy,2026-01-15 20:54:00,864.0,5.8028,1,leg_gt,13.45,60 -22826,buy_contrast_m10_bb_pos,buy,2026-01-15 20:57:00,863.0,5.9255,1,leg_gt,13.45,60 -22827,buy_contrast_m10_bb_pos,buy,2026-01-15 21:00:00,864.0,5.8028,1,leg_gt,13.45,60 -22828,buy_contrast_m10_bb_pos,buy,2026-01-15 21:03:00,866.0,5.5582,1,leg_gt,13.45,60 -22829,buy_contrast_m10_bb_pos,buy,2026-01-15 21:06:00,868.0,5.3147,1,leg_gt,13.45,60 -22830,buy_contrast_m10_bb_pos,buy,2026-01-15 21:09:00,869.0,5.1934,1,leg_gt,13.44,60 -22831,buy_contrast_m10_bb_pos,buy,2026-01-15 23:51:00,863.0,5.9255,1,leg_gt,13.33,60 -22832,buy_contrast_m10_bb_pos,buy,2026-01-15 23:54:00,864.0,5.8028,1,leg_gt,13.33,60 -22833,buy_contrast_m10_bb_pos,buy,2026-01-15 23:57:00,861.0,6.1718,1,leg_gt,13.33,60 -22834,buy_contrast_m10_bb_pos,buy,2026-01-16 00:00:00,860.0,6.2953,1,leg_gt,13.32,60 -22835,buy_contrast_m10_bb_pos,buy,2026-01-16 00:03:00,863.0,5.9255,1,leg_gt,13.32,60 -22836,buy_contrast_m10_bb_pos,buy,2026-01-16 00:06:00,861.0,6.1718,1,leg_gt,13.32,60 -22837,buy_contrast_m10_bb_pos,buy,2026-01-16 00:09:00,863.0,5.9255,1,leg_gt,13.32,60 -22838,buy_contrast_m10_bb_pos,buy,2026-01-16 00:21:00,860.0,6.2953,1,leg_gt,13.31,60 -22839,buy_contrast_m10_bb_pos,buy,2026-01-16 00:24:00,858.0,6.5434,1,leg_gt,13.31,60 -22840,buy_contrast_m10_bb_pos,buy,2026-01-16 00:27:00,853.0,7.1685,1,leg_gt,13.31,60 -22841,buy_contrast_m10_bb_pos,buy,2026-01-16 01:00:00,847.0,7.9283,1,leg_gt,13.28,60 -22842,buy_contrast_m10_bb_pos,buy,2026-01-16 01:03:00,841.0,8.699,1,leg_gt,13.28,60 -22843,buy_contrast_m10_bb_pos,buy,2026-01-16 01:06:00,841.0,8.699,1,leg_gt,13.28,60 -22844,buy_contrast_m10_bb_pos,buy,2026-01-16 01:09:00,842.0,8.5698,1,leg_gt,13.28,60 -22845,buy_contrast_m10_bb_pos,buy,2026-01-16 01:12:00,845.0,8.184,1,leg_gt,13.28,60 -22846,buy_contrast_m10_bb_pos,buy,2026-01-16 01:15:00,844.0,8.3123,1,leg_gt,13.27,60 -22847,buy_contrast_m10_bb_pos,buy,2026-01-16 01:18:00,845.0,8.184,1,leg_gt,13.27,60 -22848,buy_contrast_m10_bb_pos,buy,2026-01-16 03:00:00,836.0,9.3498,1,leg_gt,13.2,60 -22849,buy_contrast_m10_bb_pos,buy,2026-01-16 03:03:00,837.0,9.219,1,leg_gt,13.2,60 -22850,buy_contrast_m10_bb_pos,buy,2026-01-16 03:06:00,838.0,9.0885,1,leg_gt,13.2,60 -22851,buy_contrast_m10_bb_pos,buy,2026-01-16 03:09:00,837.0,9.219,1,leg_gt,13.19,60 -22852,buy_contrast_m10_bb_pos,buy,2026-01-16 03:12:00,832.0,9.876,1,leg_gt,13.19,60 -22853,buy_contrast_m10_bb_pos,buy,2026-01-16 03:15:00,831.0,10.0083,1,leg_gt,13.19,60 -22854,buy_contrast_m10_bb_pos,buy,2026-01-16 03:18:00,830.0,10.141,1,leg_gt,13.19,60 -22855,buy_contrast_m10_bb_pos,buy,2026-01-16 03:21:00,832.0,9.876,1,leg_gt,13.19,60 -22856,buy_contrast_m10_bb_pos,buy,2026-01-16 03:24:00,831.0,10.0083,1,leg_gt,13.18,60 -22857,buy_contrast_m10_bb_pos,buy,2026-01-16 03:27:00,831.0,10.0083,1,leg_gt,13.18,60 -22858,buy_contrast_m10_bb_pos,buy,2026-01-16 03:30:00,833.0,9.7439,1,leg_gt,13.18,60 -22859,buy_contrast_m10_bb_pos,buy,2026-01-16 03:33:00,831.0,10.0083,1,leg_gt,13.18,60 -22860,buy_contrast_m10_bb_pos,buy,2026-01-16 03:36:00,830.0,10.141,1,leg_gt,13.18,60 -22861,buy_contrast_m10_bb_pos,buy,2026-01-16 03:39:00,830.0,10.141,1,leg_gt,13.17,60 -22862,buy_contrast_m10_bb_pos,buy,2026-01-16 04:12:00,826.0,10.6748,1,leg_gt,13.15,60 -22863,buy_contrast_m10_bb_pos,buy,2026-01-16 04:15:00,824.0,10.9437,1,leg_gt,13.15,60 -22864,buy_contrast_m10_bb_pos,buy,2026-01-16 04:18:00,828.0,10.4072,1,leg_gt,13.15,60 -22865,buy_contrast_m10_bb_pos,buy,2026-01-16 04:21:00,826.0,10.6748,1,leg_gt,13.14,60 -22866,buy_contrast_m10_bb_pos,buy,2026-01-16 04:24:00,824.0,10.9437,1,leg_gt,13.14,60 -22867,buy_contrast_m10_bb_pos,buy,2026-01-16 04:27:00,822.0,11.2139,1,leg_gt,13.14,60 -22868,buy_contrast_m10_bb_pos,buy,2026-01-16 04:30:00,823.0,11.0786,1,leg_gt,13.14,60 -22869,buy_contrast_m10_bb_pos,buy,2026-01-16 04:33:00,825.0,10.8091,1,leg_gt,13.14,60 -22870,buy_contrast_m10_bb_pos,buy,2026-01-16 04:36:00,825.0,10.8091,1,leg_gt,13.13,60 -22871,buy_contrast_m10_bb_pos,buy,2026-01-16 04:39:00,824.0,10.9437,1,leg_gt,13.13,60 -22872,buy_contrast_m10_bb_pos,buy,2026-01-16 04:42:00,821.0,11.3495,1,leg_gt,13.13,60 -22873,buy_contrast_m10_bb_pos,buy,2026-01-16 04:45:00,822.0,11.2139,1,leg_gt,13.13,60 -22874,buy_contrast_m10_bb_pos,buy,2026-01-16 04:48:00,825.0,10.8091,1,leg_gt,13.12,60 -22875,buy_contrast_m10_bb_pos,buy,2026-01-16 05:51:00,819.0,11.6216,1,leg_gt,13.08,60 -22876,buy_contrast_m10_bb_pos,buy,2026-01-16 05:54:00,821.0,11.3495,1,leg_gt,13.08,60 -22877,buy_contrast_m10_bb_pos,buy,2026-01-16 05:57:00,820.0,11.4854,1,leg_gt,13.08,60 -22878,buy_contrast_m10_bb_pos,buy,2026-01-16 10:21:00,827.0,10.5409,1,leg_gt,12.89,60 -22879,buy_contrast_m10_bb_pos,buy,2026-01-16 10:24:00,826.0,10.6748,1,leg_gt,12.89,60 -22880,buy_contrast_m10_bb_pos,buy,2026-01-16 10:27:00,825.0,10.8091,1,leg_gt,12.89,60 -22881,buy_contrast_m10_bb_pos,buy,2026-01-16 10:30:00,826.0,10.6748,1,leg_gt,12.89,60 -22882,buy_contrast_m10_bb_pos,buy,2026-01-16 10:33:00,828.0,10.4072,1,leg_gt,12.89,60 -22883,buy_contrast_m10_bb_pos,buy,2026-01-16 10:36:00,828.0,10.4072,1,leg_gt,12.88,60 -22884,buy_contrast_m10_bb_pos,buy,2026-01-16 10:39:00,827.0,10.5409,1,leg_gt,12.88,60 -22885,buy_contrast_m10_bb_pos,buy,2026-01-16 13:42:00,823.0,11.0786,1,leg_gt,12.75,60 -22886,buy_contrast_m10_bb_pos,buy,2026-01-16 13:45:00,822.0,11.2139,1,leg_gt,12.75,60 -22887,buy_contrast_m10_bb_pos,buy,2026-01-16 13:48:00,822.0,11.2139,1,leg_gt,12.75,60 -22888,buy_contrast_m10_bb_pos,buy,2026-01-16 20:00:00,831.0,10.0083,1,leg_gt,12.49,60 -22889,buy_contrast_m10_bb_pos,buy,2026-01-16 20:03:00,832.0,9.876,1,leg_gt,12.49,60 -22890,buy_contrast_m10_bb_pos,buy,2026-01-16 20:06:00,832.0,9.876,1,leg_gt,12.49,60 -22891,buy_contrast_m10_bb_pos,buy,2026-01-16 20:09:00,831.0,10.0083,1,leg_gt,12.49,60 -22892,buy_contrast_m10_bb_pos,buy,2026-01-16 20:12:00,832.0,9.876,1,leg_gt,12.48,60 -22893,buy_contrast_m10_bb_pos,buy,2026-01-16 20:15:00,828.0,10.4072,1,leg_gt,12.48,60 -22894,buy_contrast_m10_bb_pos,buy,2026-01-16 20:18:00,830.0,10.141,1,leg_gt,12.48,60 -22895,buy_contrast_m10_bb_pos,buy,2026-01-16 20:21:00,830.0,10.141,1,leg_gt,12.48,60 -22896,buy_contrast_m10_bb_pos,buy,2026-01-16 20:24:00,831.0,10.0083,1,leg_gt,12.48,60 -22897,buy_contrast_m10_bb_pos,buy,2026-01-16 20:27:00,829.0,10.2739,1,leg_gt,12.47,60 -22898,buy_contrast_m10_bb_pos,buy,2026-01-16 22:12:00,828.0,10.4072,1,leg_gt,12.4,60 -22899,buy_contrast_m10_bb_pos,buy,2026-01-16 22:15:00,828.0,10.4072,1,leg_gt,12.4,60 -22900,buy_contrast_m10_bb_pos,buy,2026-01-16 22:18:00,828.0,10.4072,1,leg_gt,12.4,60 -22901,buy_contrast_m10_bb_pos,buy,2026-01-16 22:30:00,828.0,10.4072,1,leg_gt,12.39,60 -22902,buy_contrast_m10_bb_pos,buy,2026-01-16 22:33:00,827.0,10.5409,1,leg_gt,12.39,60 -22903,buy_contrast_m10_bb_pos,buy,2026-01-16 22:36:00,826.0,10.6748,1,leg_gt,12.38,60 -22904,buy_contrast_m10_bb_pos,buy,2026-01-16 22:39:00,826.0,10.6748,1,leg_gt,12.38,60 -22905,buy_contrast_m10_bb_pos,buy,2026-01-16 22:51:00,827.0,10.5409,1,leg_gt,12.37,60 -22906,buy_contrast_m10_bb_pos,buy,2026-01-16 22:54:00,826.0,10.6748,1,leg_gt,12.37,60 -22907,buy_contrast_m10_bb_pos,buy,2026-01-16 22:57:00,827.0,10.5409,1,leg_gt,12.37,60 -22908,buy_contrast_m10_bb_pos,buy,2026-01-17 01:12:00,807.0,13.2829,1,leg_gt,12.28,60 -22909,buy_contrast_m10_bb_pos,buy,2026-01-17 01:15:00,809.0,13.0026,1,leg_gt,12.27,60 -22910,buy_contrast_m10_bb_pos,buy,2026-01-17 01:18:00,806.0,13.4236,1,leg_gt,12.27,60 -22911,buy_contrast_m10_bb_pos,buy,2026-01-17 04:12:00,807.0,13.2829,1,leg_gt,12.15,60 -22912,buy_contrast_m10_bb_pos,buy,2026-01-17 04:15:00,808.0,13.1426,1,leg_gt,12.15,60 -22913,buy_contrast_m10_bb_pos,buy,2026-01-17 04:18:00,807.0,13.2829,1,leg_gt,12.15,60 -22914,buy_contrast_m10_bb_pos,buy,2026-01-17 04:21:00,807.0,13.2829,1,leg_gt,12.14,60 -22915,buy_contrast_m10_bb_pos,buy,2026-01-17 04:24:00,808.0,13.1426,1,leg_gt,12.14,60 -22916,buy_contrast_m10_bb_pos,buy,2026-01-17 04:27:00,809.0,13.0026,1,leg_gt,12.14,60 -22917,buy_contrast_m10_bb_pos,buy,2026-01-17 11:51:00,819.0,11.6216,1,leg_gt,11.83,60 -22918,buy_contrast_m10_bb_pos,buy,2026-01-17 11:54:00,819.0,11.6216,1,leg_gt,11.83,60 -22919,buy_contrast_m10_bb_pos,buy,2026-01-17 11:57:00,820.0,11.4854,1,leg_gt,11.83,60 -22920,buy_contrast_m10_bb_pos,buy,2026-01-17 12:30:00,818.0,11.7582,1,leg_gt,11.8,60 -22921,buy_contrast_m10_bb_pos,buy,2026-01-17 12:33:00,816.0,12.0324,1,leg_gt,11.8,60 -22922,buy_contrast_m10_bb_pos,buy,2026-01-17 12:36:00,815.0,12.1699,1,leg_gt,11.8,60 -22923,buy_contrast_m10_bb_pos,buy,2026-01-17 12:39:00,815.0,12.1699,1,leg_gt,11.8,60 -22924,buy_contrast_m10_bb_pos,buy,2026-01-17 12:51:00,816.0,12.0324,1,leg_gt,11.79,60 -22925,buy_contrast_m10_bb_pos,buy,2026-01-17 12:54:00,816.0,12.0324,1,leg_gt,11.79,60 -22926,buy_contrast_m10_bb_pos,buy,2026-01-17 12:57:00,817.0,11.8951,1,leg_gt,11.79,60 -22927,buy_contrast_m10_bb_pos,buy,2026-01-17 13:00:00,817.0,11.8951,1,leg_gt,11.78,60 -22928,buy_contrast_m10_bb_pos,buy,2026-01-17 13:03:00,817.0,11.8951,1,leg_gt,11.78,60 -22929,buy_contrast_m10_bb_pos,buy,2026-01-17 13:06:00,817.0,11.8951,1,leg_gt,11.78,60 -22930,buy_contrast_m10_bb_pos,buy,2026-01-17 13:09:00,815.0,12.1699,1,leg_gt,11.78,60 -22931,buy_contrast_m10_bb_pos,buy,2026-01-17 13:12:00,817.0,11.8951,1,leg_gt,11.78,60 -22932,buy_contrast_m10_bb_pos,buy,2026-01-17 13:15:00,817.0,11.8951,1,leg_gt,11.77,60 -22933,buy_contrast_m10_bb_pos,buy,2026-01-17 13:18:00,817.0,11.8951,1,leg_gt,11.77,60 -22934,buy_contrast_m10_bb_pos,buy,2026-01-17 20:12:00,819.0,11.6216,1,leg_gt,11.48,60 -22935,buy_contrast_m10_bb_pos,buy,2026-01-17 20:15:00,818.0,11.7582,1,leg_gt,11.48,60 -22936,buy_contrast_m10_bb_pos,buy,2026-01-17 20:18:00,819.0,11.6216,1,leg_gt,11.48,60 -22937,buy_contrast_m10_bb_pos,buy,2026-01-17 20:21:00,819.0,11.6216,1,leg_gt,11.48,60 -22938,buy_contrast_m10_bb_pos,buy,2026-01-17 20:24:00,820.0,11.4854,1,leg_gt,11.48,60 -22939,buy_contrast_m10_bb_pos,buy,2026-01-17 20:27:00,820.0,11.4854,1,leg_gt,11.47,60 -22940,buy_contrast_m10_bb_pos,buy,2026-01-17 20:51:00,817.0,11.8951,1,leg_gt,11.46,60 -22941,buy_contrast_m10_bb_pos,buy,2026-01-17 20:54:00,817.0,11.8951,1,leg_gt,11.45,60 -22942,buy_contrast_m10_bb_pos,buy,2026-01-17 20:57:00,817.0,11.8951,1,leg_gt,11.45,60 -22943,buy_contrast_m10_bb_pos,buy,2026-01-17 21:00:00,816.0,12.0324,1,leg_gt,11.45,60 -22944,buy_contrast_m10_bb_pos,buy,2026-01-17 21:03:00,816.0,12.0324,1,leg_gt,11.45,60 -22945,buy_contrast_m10_bb_pos,buy,2026-01-17 21:06:00,817.0,11.8951,1,leg_gt,11.45,60 -22946,buy_contrast_m10_bb_pos,buy,2026-01-17 21:09:00,817.0,11.8951,1,leg_gt,11.44,60 -22947,buy_contrast_m10_bb_pos,buy,2026-01-17 21:12:00,818.0,11.7582,1,leg_gt,11.44,60 -22948,buy_contrast_m10_bb_pos,buy,2026-01-17 21:15:00,818.0,11.7582,1,leg_gt,11.44,60 -22949,buy_contrast_m10_bb_pos,buy,2026-01-17 21:18:00,818.0,11.7582,1,leg_gt,11.44,60 -22950,buy_contrast_m10_bb_pos,buy,2026-01-18 02:51:00,819.0,11.6216,1,leg_gt,11.21,60 -22951,buy_contrast_m10_bb_pos,buy,2026-01-18 02:54:00,819.0,11.6216,1,leg_gt,11.2,60 -22952,buy_contrast_m10_bb_pos,buy,2026-01-18 02:57:00,821.0,11.3495,1,leg_gt,11.2,60 -22953,buy_contrast_m10_bb_pos,buy,2026-01-18 06:12:00,820.0,11.4854,1,leg_gt,11.07,60 -22954,buy_contrast_m10_bb_pos,buy,2026-01-18 06:15:00,817.0,11.8951,1,leg_gt,11.06,60 -22955,buy_contrast_m10_bb_pos,buy,2026-01-18 06:18:00,818.0,11.7582,1,leg_gt,11.06,60 -22956,buy_contrast_m10_bb_pos,buy,2026-01-18 06:30:00,819.0,11.6216,1,leg_gt,11.05,60 -22957,buy_contrast_m10_bb_pos,buy,2026-01-18 06:33:00,818.0,11.7582,1,leg_gt,11.05,60 -22958,buy_contrast_m10_bb_pos,buy,2026-01-18 06:36:00,818.0,11.7582,1,leg_gt,11.05,60 -22959,buy_contrast_m10_bb_pos,buy,2026-01-18 06:39:00,818.0,11.7582,1,leg_gt,11.05,60 -22960,buy_contrast_m10_bb_pos,buy,2026-01-18 06:48:00,819.0,11.6216,1,leg_gt,11.04,60 -22961,buy_contrast_m10_bb_pos,buy,2026-01-18 07:21:00,818.0,11.7582,1,leg_gt,11.02,60 -22962,buy_contrast_m10_bb_pos,buy,2026-01-18 07:24:00,818.0,11.7582,1,leg_gt,11.02,60 -22963,buy_contrast_m10_bb_pos,buy,2026-01-18 07:27:00,817.0,11.8951,1,leg_gt,11.01,60 -22964,buy_contrast_m10_bb_pos,buy,2026-01-18 08:00:00,812.0,12.5847,1,leg_gt,10.99,60 -22965,buy_contrast_m10_bb_pos,buy,2026-01-18 08:03:00,812.0,12.5847,1,leg_gt,10.99,60 -22966,buy_contrast_m10_bb_pos,buy,2026-01-18 08:06:00,812.0,12.5847,1,leg_gt,10.99,60 -22967,buy_contrast_m10_bb_pos,buy,2026-01-18 08:09:00,813.0,12.4461,1,leg_gt,10.99,60 -22968,buy_contrast_m10_bb_pos,buy,2026-01-18 08:12:00,814.0,12.3079,1,leg_gt,10.98,60 -22969,buy_contrast_m10_bb_pos,buy,2026-01-18 08:15:00,813.0,12.4461,1,leg_gt,10.98,60 -22970,buy_contrast_m10_bb_pos,buy,2026-01-18 08:18:00,813.0,12.4461,1,leg_gt,10.98,60 -22971,buy_contrast_m10_bb_pos,buy,2026-01-18 08:42:00,811.0,12.7237,1,leg_gt,10.96,60 -22972,buy_contrast_m10_bb_pos,buy,2026-01-18 08:45:00,812.0,12.5847,1,leg_gt,10.96,60 -22973,buy_contrast_m10_bb_pos,buy,2026-01-18 08:48:00,812.0,12.5847,1,leg_gt,10.96,60 -22974,buy_contrast_m10_bb_pos,buy,2026-01-18 10:30:00,808.0,13.1426,1,leg_gt,10.89,60 -22975,buy_contrast_m10_bb_pos,buy,2026-01-18 10:33:00,809.0,13.0026,1,leg_gt,10.89,60 -22976,buy_contrast_m10_bb_pos,buy,2026-01-18 10:36:00,807.0,13.2829,1,leg_gt,10.88,60 -22977,buy_contrast_m10_bb_pos,buy,2026-01-18 10:39:00,807.0,13.2829,1,leg_gt,10.88,60 -22978,buy_contrast_m10_bb_pos,buy,2026-01-18 10:42:00,807.0,13.2829,1,leg_gt,10.88,60 -22979,buy_contrast_m10_bb_pos,buy,2026-01-18 10:45:00,807.0,13.2829,1,leg_gt,10.88,60 -22980,buy_contrast_m10_bb_pos,buy,2026-01-18 10:48:00,804.0,13.706,1,leg_gt,10.88,60 -22981,buy_contrast_m10_bb_pos,buy,2026-01-18 11:00:00,805.0,13.5646,1,leg_gt,10.87,60 -22982,buy_contrast_m10_bb_pos,buy,2026-01-18 11:03:00,807.0,13.2829,1,leg_gt,10.86,60 -22983,buy_contrast_m10_bb_pos,buy,2026-01-18 11:06:00,807.0,13.2829,1,leg_gt,10.86,60 -22984,buy_contrast_m10_bb_pos,buy,2026-01-18 11:09:00,809.0,13.0026,1,leg_gt,10.86,60 -22985,buy_contrast_m10_bb_pos,buy,2026-01-18 16:30:00,805.0,13.5646,1,leg_gt,10.64,60 -22986,buy_contrast_m10_bb_pos,buy,2026-01-18 16:33:00,805.0,13.5646,1,leg_gt,10.64,60 -22987,buy_contrast_m10_bb_pos,buy,2026-01-18 16:36:00,803.0,13.8477,1,leg_gt,10.63,60 -22988,buy_contrast_m10_bb_pos,buy,2026-01-18 16:39:00,805.0,13.5646,1,leg_gt,10.63,60 -22989,buy_contrast_m10_bb_pos,buy,2026-01-18 17:12:00,805.0,13.5646,1,leg_gt,10.61,60 -22990,buy_contrast_m10_bb_pos,buy,2026-01-18 17:15:00,805.0,13.5646,1,leg_gt,10.61,60 -22991,buy_contrast_m10_bb_pos,buy,2026-01-18 17:18:00,805.0,13.5646,1,leg_gt,10.6,60 -22992,buy_contrast_m10_bb_pos,buy,2026-01-18 17:42:00,804.0,13.706,1,leg_gt,10.59,60 -22993,buy_contrast_m10_bb_pos,buy,2026-01-18 17:45:00,804.0,13.706,1,leg_gt,10.59,60 -22994,buy_contrast_m10_bb_pos,buy,2026-01-18 17:48:00,804.0,13.706,1,leg_gt,10.58,60 -22995,buy_contrast_m10_bb_pos,buy,2026-01-18 18:00:00,803.0,13.8477,1,leg_gt,10.58,60 -22996,buy_contrast_m10_bb_pos,buy,2026-01-18 18:03:00,803.0,13.8477,1,leg_gt,10.57,60 -22997,buy_contrast_m10_bb_pos,buy,2026-01-18 18:06:00,805.0,13.5646,1,leg_gt,10.57,60 -22998,buy_contrast_m10_bb_pos,buy,2026-01-18 18:09:00,804.0,13.706,1,leg_gt,10.57,60 -22999,buy_contrast_m10_bb_pos,buy,2026-01-18 18:21:00,802.0,13.9898,1,leg_gt,10.56,60 -23000,buy_contrast_m10_bb_pos,buy,2026-01-18 18:24:00,803.0,13.8477,1,leg_gt,10.56,60 -23001,buy_contrast_m10_bb_pos,buy,2026-01-18 18:27:00,801.0,14.1322,1,leg_gt,10.56,60 -23002,buy_contrast_m10_bb_pos,buy,2026-01-18 18:30:00,802.0,13.9898,1,leg_gt,10.55,60 -23003,buy_contrast_m10_bb_pos,buy,2026-01-18 18:33:00,802.0,13.9898,1,leg_gt,10.55,60 -23004,buy_contrast_m10_bb_pos,buy,2026-01-18 18:36:00,802.0,13.9898,1,leg_gt,10.55,60 -23005,buy_contrast_m10_bb_pos,buy,2026-01-18 18:39:00,801.0,14.1322,1,leg_gt,10.55,60 -23006,buy_contrast_m10_bb_pos,buy,2026-01-18 21:12:00,801.0,14.1322,1,leg_gt,10.44,60 -23007,buy_contrast_m10_bb_pos,buy,2026-01-18 21:15:00,801.0,14.1322,1,leg_gt,10.44,60 -23008,buy_contrast_m10_bb_pos,buy,2026-01-18 21:18:00,802.0,13.9898,1,leg_gt,10.44,60 -23009,buy_contrast_m10_bb_pos,buy,2026-01-18 22:21:00,799.0,14.4181,1,leg_gt,10.39,60 -23010,buy_contrast_m10_bb_pos,buy,2026-01-18 22:24:00,800.0,14.275,1,leg_gt,10.39,60 -23011,buy_contrast_m10_bb_pos,buy,2026-01-18 22:27:00,799.0,14.4181,1,leg_gt,10.39,60 -23012,buy_contrast_m10_bb_pos,buy,2026-01-19 00:00:00,798.0,14.5617,1,leg_gt,10.32,60 -23013,buy_contrast_m10_bb_pos,buy,2026-01-19 00:03:00,797.0,14.7055,1,leg_gt,10.32,60 -23014,buy_contrast_m10_bb_pos,buy,2026-01-19 00:06:00,798.0,14.5617,1,leg_gt,10.32,60 -23015,buy_contrast_m10_bb_pos,buy,2026-01-19 00:09:00,798.0,14.5617,1,leg_gt,10.32,60 -23016,buy_contrast_m10_bb_pos,buy,2026-01-19 00:12:00,799.0,14.4181,1,leg_gt,10.32,60 -23017,buy_contrast_m10_bb_pos,buy,2026-01-19 00:15:00,798.0,14.5617,1,leg_gt,10.31,60 -23018,buy_contrast_m10_bb_pos,buy,2026-01-19 00:18:00,800.0,14.275,1,leg_gt,10.31,60 -23019,buy_contrast_m10_bb_pos,buy,2026-01-19 04:51:00,797.0,14.7055,1,leg_gt,10.12,60 -23020,buy_contrast_m10_bb_pos,buy,2026-01-19 04:54:00,797.0,14.7055,1,leg_gt,10.12,60 -23021,buy_contrast_m10_bb_pos,buy,2026-01-19 04:57:00,797.0,14.7055,1,leg_gt,10.12,60 -23022,buy_contrast_m10_bb_pos,buy,2026-01-19 05:12:00,798.0,14.5617,1,leg_gt,10.11,60 -23023,buy_contrast_m10_bb_pos,buy,2026-01-19 05:15:00,798.0,14.5617,1,leg_gt,10.11,60 -23024,buy_contrast_m10_bb_pos,buy,2026-01-19 05:18:00,800.0,14.275,1,leg_gt,10.1,60 -23025,buy_contrast_m10_bb_pos,buy,2026-01-19 09:51:00,729.0,25.4144,1,leg_gt,9.91,60 -23026,buy_contrast_m10_bb_pos,buy,2026-01-19 09:54:00,727.0,25.7597,1,leg_gt,9.91,60 -23027,buy_contrast_m10_bb_pos,buy,2026-01-19 09:57:00,724.0,26.2812,1,leg_gt,9.91,60 -23028,buy_contrast_m10_bb_pos,buy,2026-01-19 10:00:00,723.0,26.456,1,leg_gt,9.91,60 -23029,buy_contrast_m10_bb_pos,buy,2026-01-19 10:03:00,722.0,26.6313,1,leg_gt,9.91,60 -23030,buy_contrast_m10_bb_pos,buy,2026-01-19 10:06:00,722.0,26.6313,1,leg_gt,9.9,60 -23031,buy_contrast_m10_bb_pos,buy,2026-01-19 10:09:00,723.0,26.456,1,leg_gt,9.9,60 -23032,buy_contrast_m10_bb_pos,buy,2026-01-19 14:21:00,726.0,25.9331,1,leg_gt,9.73,60 -23033,buy_contrast_m10_bb_pos,buy,2026-01-19 14:24:00,725.0,26.1069,1,leg_gt,9.72,60 -23034,buy_contrast_m10_bb_pos,buy,2026-01-19 14:27:00,724.0,26.2812,1,leg_gt,9.72,60 -23035,buy_contrast_m10_bb_pos,buy,2026-01-19 14:30:00,725.0,26.1069,1,leg_gt,9.72,60 -23036,buy_contrast_m10_bb_pos,buy,2026-01-19 14:33:00,726.0,25.9331,1,leg_gt,9.72,60 -23037,buy_contrast_m10_bb_pos,buy,2026-01-19 14:36:00,726.0,25.9331,1,leg_gt,9.72,60 -23038,buy_contrast_m10_bb_pos,buy,2026-01-19 14:39:00,727.0,25.7597,1,leg_gt,9.71,60 -23039,buy_contrast_m10_bb_pos,buy,2026-01-19 15:12:00,724.0,26.2812,1,leg_gt,9.69,60 -23040,buy_contrast_m10_bb_pos,buy,2026-01-19 15:15:00,726.0,25.9331,1,leg_gt,9.69,60 -23041,buy_contrast_m10_bb_pos,buy,2026-01-19 15:18:00,726.0,25.9331,1,leg_gt,9.69,60 -23042,buy_contrast_m10_bb_pos,buy,2026-01-20 00:42:00,732.0,24.9,1,leg_gt,9.3,60 -23043,buy_contrast_m10_bb_pos,buy,2026-01-20 00:45:00,732.0,24.9,1,leg_gt,9.29,60 -23044,buy_contrast_m10_bb_pos,buy,2026-01-20 00:48:00,731.0,25.071,1,leg_gt,9.29,60 -23045,buy_contrast_m10_bb_pos,buy,2026-01-20 00:51:00,732.0,24.9,1,leg_gt,9.29,60 -23046,buy_contrast_m10_bb_pos,buy,2026-01-20 00:54:00,732.0,24.9,1,leg_gt,9.29,60 -23047,buy_contrast_m10_bb_pos,buy,2026-01-20 00:57:00,734.0,24.5594,1,leg_gt,9.29,60 -23048,buy_contrast_m10_bb_pos,buy,2026-01-20 06:30:00,746.0,22.5542,1,leg_gt,9.05,60 -23049,buy_contrast_m10_bb_pos,buy,2026-01-20 06:33:00,746.0,22.5542,1,leg_gt,9.05,60 -23050,buy_contrast_m10_bb_pos,buy,2026-01-20 06:36:00,745.0,22.7188,1,leg_gt,9.05,60 -23051,buy_contrast_m10_bb_pos,buy,2026-01-20 06:39:00,746.0,22.5542,1,leg_gt,9.05,60 -23052,buy_contrast_m10_bb_pos,buy,2026-01-20 06:51:00,747.0,22.39,1,leg_gt,9.04,60 -23053,buy_contrast_m10_bb_pos,buy,2026-01-20 06:54:00,747.0,22.39,1,leg_gt,9.04,60 -23054,buy_contrast_m10_bb_pos,buy,2026-01-20 06:57:00,746.0,22.5542,1,leg_gt,9.04,60 -23055,buy_contrast_m10_bb_pos,buy,2026-01-20 07:00:00,746.0,22.5542,1,leg_gt,9.03,60 -23056,buy_contrast_m10_bb_pos,buy,2026-01-20 07:03:00,748.0,22.2262,1,leg_gt,9.03,60 -23057,buy_contrast_m10_bb_pos,buy,2026-01-20 07:06:00,749.0,22.0629,1,leg_gt,9.03,60 -23058,buy_contrast_m10_bb_pos,buy,2026-01-20 07:09:00,747.0,22.39,1,leg_gt,9.03,60 -23059,buy_contrast_m10_bb_pos,buy,2026-01-20 07:21:00,746.0,22.5542,1,leg_gt,9.02,60 -23060,buy_contrast_m10_bb_pos,buy,2026-01-20 07:24:00,747.0,22.39,1,leg_gt,9.02,60 -23061,buy_contrast_m10_bb_pos,buy,2026-01-20 07:27:00,747.0,22.39,1,leg_gt,9.01,60 -23062,buy_contrast_m10_bb_pos,buy,2026-01-20 07:51:00,743.0,23.0494,1,leg_gt,9.0,60 -23063,buy_contrast_m10_bb_pos,buy,2026-01-20 07:54:00,742.0,23.2154,1,leg_gt,9.0,60 -23064,buy_contrast_m10_bb_pos,buy,2026-01-20 07:57:00,741.0,23.3818,1,leg_gt,8.99,60 -23065,buy_contrast_m10_bb_pos,buy,2026-01-20 08:21:00,742.0,23.2154,1,leg_gt,8.98,60 -23066,buy_contrast_m10_bb_pos,buy,2026-01-20 08:24:00,742.0,23.2154,1,leg_gt,8.98,60 -23067,buy_contrast_m10_bb_pos,buy,2026-01-20 08:27:00,745.0,22.7188,1,leg_gt,8.97,60 -23068,buy_contrast_m10_bb_pos,buy,2026-01-20 10:12:00,739.0,23.716,1,leg_gt,8.9,60 -23069,buy_contrast_m10_bb_pos,buy,2026-01-20 10:15:00,742.0,23.2154,1,leg_gt,8.9,60 -23070,buy_contrast_m10_bb_pos,buy,2026-01-20 10:18:00,742.0,23.2154,1,leg_gt,8.9,60 -23071,buy_contrast_m10_bb_pos,buy,2026-01-20 11:12:00,742.0,23.2154,1,leg_gt,8.86,60 -23072,buy_contrast_m10_bb_pos,buy,2026-01-20 11:15:00,741.0,23.3818,1,leg_gt,8.86,60 -23073,buy_contrast_m10_bb_pos,buy,2026-01-20 11:18:00,742.0,23.2154,1,leg_gt,8.85,60 -23074,buy_contrast_m10_bb_pos,buy,2026-01-20 14:00:00,741.0,23.3818,1,leg_gt,8.74,60 -23075,buy_contrast_m10_bb_pos,buy,2026-01-20 14:03:00,744.0,22.8839,1,leg_gt,8.74,60 -23076,buy_contrast_m10_bb_pos,buy,2026-01-20 14:06:00,743.0,23.0494,1,leg_gt,8.74,60 -23077,buy_contrast_m10_bb_pos,buy,2026-01-20 14:09:00,743.0,23.0494,1,leg_gt,8.74,60 -23078,buy_contrast_m10_bb_pos,buy,2026-01-20 14:12:00,740.0,23.5486,1,leg_gt,8.73,60 -23079,buy_contrast_m10_bb_pos,buy,2026-01-20 14:15:00,739.0,23.716,1,leg_gt,8.73,60 -23080,buy_contrast_m10_bb_pos,buy,2026-01-20 14:18:00,739.0,23.716,1,leg_gt,8.73,60 -23081,buy_contrast_m10_bb_pos,buy,2026-01-20 14:42:00,740.0,23.5486,1,leg_gt,8.71,60 -23082,buy_contrast_m10_bb_pos,buy,2026-01-20 14:45:00,739.0,23.716,1,leg_gt,8.71,60 -23083,buy_contrast_m10_bb_pos,buy,2026-01-20 14:48:00,740.0,23.5486,1,leg_gt,8.71,60 -23084,buy_contrast_m10_bb_pos,buy,2026-01-20 15:12:00,739.0,23.716,1,leg_gt,8.69,60 -23085,buy_contrast_m10_bb_pos,buy,2026-01-20 15:15:00,737.0,24.052,1,leg_gt,8.69,60 -23086,buy_contrast_m10_bb_pos,buy,2026-01-20 15:18:00,731.0,25.071,1,leg_gt,8.69,60 -23087,buy_contrast_m10_bb_pos,buy,2026-01-20 15:30:00,736.0,24.2207,1,leg_gt,8.68,60 -23088,buy_contrast_m10_bb_pos,buy,2026-01-20 15:33:00,733.0,24.7295,1,leg_gt,8.68,60 -23089,buy_contrast_m10_bb_pos,buy,2026-01-20 15:36:00,735.0,24.3898,1,leg_gt,8.68,60 -23090,buy_contrast_m10_bb_pos,buy,2026-01-20 15:39:00,734.0,24.5594,1,leg_gt,8.67,60 -23091,buy_contrast_m10_bb_pos,buy,2026-01-20 15:42:00,735.0,24.3898,1,leg_gt,8.67,60 -23092,buy_contrast_m10_bb_pos,buy,2026-01-20 15:45:00,736.0,24.2207,1,leg_gt,8.67,60 -23093,buy_contrast_m10_bb_pos,buy,2026-01-20 15:48:00,733.0,24.7295,1,leg_gt,8.67,60 -23094,buy_contrast_m10_bb_pos,buy,2026-01-20 16:00:00,733.0,24.7295,1,leg_gt,8.66,60 -23095,buy_contrast_m10_bb_pos,buy,2026-01-20 16:03:00,733.0,24.7295,1,leg_gt,8.66,60 -23096,buy_contrast_m10_bb_pos,buy,2026-01-20 16:06:00,733.0,24.7295,1,leg_gt,8.65,60 -23097,buy_contrast_m10_bb_pos,buy,2026-01-20 16:09:00,733.0,24.7295,1,leg_gt,8.65,60 -23098,buy_contrast_m10_bb_pos,buy,2026-01-20 17:00:00,730.0,25.2425,1,leg_gt,8.62,60 -23099,buy_contrast_m10_bb_pos,buy,2026-01-20 17:03:00,730.0,25.2425,1,leg_gt,8.61,60 -23100,buy_contrast_m10_bb_pos,buy,2026-01-20 17:06:00,729.0,25.4144,1,leg_gt,8.61,60 -23101,buy_contrast_m10_bb_pos,buy,2026-01-20 17:09:00,729.0,25.4144,1,leg_gt,8.61,60 -23102,buy_contrast_m10_bb_pos,buy,2026-01-20 17:12:00,728.0,25.5868,1,leg_gt,8.61,60 -23103,buy_contrast_m10_bb_pos,buy,2026-01-20 17:15:00,727.0,25.7597,1,leg_gt,8.61,60 -23104,buy_contrast_m10_bb_pos,buy,2026-01-20 17:18:00,727.0,25.7597,1,leg_gt,8.6,60 -23105,buy_contrast_m10_bb_pos,buy,2026-01-20 17:30:00,727.0,25.7597,1,leg_gt,8.6,60 -23106,buy_contrast_m10_bb_pos,buy,2026-01-20 17:33:00,725.0,26.1069,1,leg_gt,8.59,60 -23107,buy_contrast_m10_bb_pos,buy,2026-01-20 17:36:00,722.0,26.6313,1,leg_gt,8.59,60 -23108,buy_contrast_m10_bb_pos,buy,2026-01-20 17:39:00,721.0,26.8071,1,leg_gt,8.59,60 -23109,buy_contrast_m10_bb_pos,buy,2026-01-20 18:00:00,723.0,26.456,1,leg_gt,8.57,60 -23110,buy_contrast_m10_bb_pos,buy,2026-01-20 18:03:00,722.0,26.6313,1,leg_gt,8.57,60 -23111,buy_contrast_m10_bb_pos,buy,2026-01-20 18:06:00,723.0,26.456,1,leg_gt,8.57,60 -23112,buy_contrast_m10_bb_pos,buy,2026-01-20 18:09:00,723.0,26.456,1,leg_gt,8.57,60 -23113,buy_contrast_m10_bb_pos,buy,2026-01-20 18:21:00,722.0,26.6313,1,leg_gt,8.56,60 -23114,buy_contrast_m10_bb_pos,buy,2026-01-20 18:24:00,722.0,26.6313,1,leg_gt,8.56,60 -23115,buy_contrast_m10_bb_pos,buy,2026-01-20 18:27:00,722.0,26.6313,1,leg_gt,8.56,60 -23116,buy_contrast_m10_bb_pos,buy,2026-01-20 18:30:00,721.0,26.8071,1,leg_gt,8.55,60 -23117,buy_contrast_m10_bb_pos,buy,2026-01-20 18:33:00,720.0,26.9833,1,leg_gt,8.55,60 -23118,buy_contrast_m10_bb_pos,buy,2026-01-20 18:36:00,719.0,27.1601,1,leg_gt,8.55,60 -23119,buy_contrast_m10_bb_pos,buy,2026-01-20 18:39:00,719.0,27.1601,1,leg_gt,8.55,60 -23120,buy_contrast_m10_bb_pos,buy,2026-01-20 18:42:00,720.0,26.9833,1,leg_gt,8.55,60 -23121,buy_contrast_m10_bb_pos,buy,2026-01-20 18:45:00,720.0,26.9833,1,leg_gt,8.54,60 -23122,buy_contrast_m10_bb_pos,buy,2026-01-20 18:48:00,720.0,26.9833,1,leg_gt,8.54,60 -23123,buy_contrast_m10_bb_pos,buy,2026-01-20 22:42:00,718.0,27.3373,1,leg_gt,8.38,60 -23124,buy_contrast_m10_bb_pos,buy,2026-01-20 22:45:00,718.0,27.3373,1,leg_gt,8.38,60 -23125,buy_contrast_m10_bb_pos,buy,2026-01-20 22:48:00,716.0,27.6933,1,leg_gt,8.38,60 -23126,buy_contrast_m10_bb_pos,buy,2026-01-20 23:12:00,716.0,27.6933,1,leg_gt,8.36,60 -23127,buy_contrast_m10_bb_pos,buy,2026-01-20 23:15:00,717.0,27.5151,1,leg_gt,8.36,60 -23128,buy_contrast_m10_bb_pos,buy,2026-01-20 23:18:00,716.0,27.6933,1,leg_gt,8.35,60 -23129,buy_contrast_m10_bb_pos,buy,2026-01-20 23:21:00,718.0,27.3373,1,leg_gt,8.35,60 -23130,buy_contrast_m10_bb_pos,buy,2026-01-20 23:24:00,717.0,27.5151,1,leg_gt,8.35,60 -23131,buy_contrast_m10_bb_pos,buy,2026-01-20 23:27:00,716.0,27.6933,1,leg_gt,8.35,60 -23132,buy_contrast_m10_bb_pos,buy,2026-01-21 00:21:00,711.0,28.592,1,leg_gt,8.31,60 -23133,buy_contrast_m10_bb_pos,buy,2026-01-21 00:24:00,713.0,28.231,1,leg_gt,8.31,60 -23134,buy_contrast_m10_bb_pos,buy,2026-01-21 00:27:00,712.0,28.4112,1,leg_gt,8.31,60 -23135,buy_contrast_m10_bb_pos,buy,2026-01-21 00:30:00,712.0,28.4112,1,leg_gt,8.3,60 -23136,buy_contrast_m10_bb_pos,buy,2026-01-21 00:33:00,713.0,28.231,1,leg_gt,8.3,60 -23137,buy_contrast_m10_bb_pos,buy,2026-01-21 00:36:00,713.0,28.231,1,leg_gt,8.3,60 -23138,buy_contrast_m10_bb_pos,buy,2026-01-21 00:39:00,712.0,28.4112,1,leg_gt,8.3,60 -23139,buy_contrast_m10_bb_pos,buy,2026-01-21 00:42:00,711.0,28.592,1,leg_gt,8.3,60 -23140,buy_contrast_m10_bb_pos,buy,2026-01-21 00:45:00,712.0,28.4112,1,leg_gt,8.29,60 -23141,buy_contrast_m10_bb_pos,buy,2026-01-21 00:48:00,709.0,28.955,1,leg_gt,8.29,60 -23142,buy_contrast_m10_bb_pos,buy,2026-01-21 00:51:00,712.0,28.4112,1,leg_gt,8.29,60 -23143,buy_contrast_m10_bb_pos,buy,2026-01-21 00:54:00,712.0,28.4112,1,leg_gt,8.29,60 -23144,buy_contrast_m10_bb_pos,buy,2026-01-21 00:57:00,711.0,28.592,1,leg_gt,8.29,60 -23145,buy_contrast_m10_bb_pos,buy,2026-01-21 01:51:00,710.0,28.7732,1,leg_gt,8.25,60 -23146,buy_contrast_m10_bb_pos,buy,2026-01-21 01:54:00,710.0,28.7732,1,leg_gt,8.25,60 -23147,buy_contrast_m10_bb_pos,buy,2026-01-21 01:57:00,709.0,28.955,1,leg_gt,8.24,60 -23148,buy_contrast_m10_bb_pos,buy,2026-01-21 02:00:00,708.0,29.1373,1,leg_gt,8.24,60 -23149,buy_contrast_m10_bb_pos,buy,2026-01-21 02:03:00,708.0,29.1373,1,leg_gt,8.24,60 -23150,buy_contrast_m10_bb_pos,buy,2026-01-21 02:06:00,713.0,28.231,1,leg_gt,8.24,60 -23151,buy_contrast_m10_bb_pos,buy,2026-01-21 02:09:00,712.0,28.4112,1,leg_gt,8.24,60 -23152,buy_contrast_m10_bb_pos,buy,2026-01-21 02:42:00,705.0,29.6872,1,leg_gt,8.21,60 -23153,buy_contrast_m10_bb_pos,buy,2026-01-21 02:45:00,705.0,29.6872,1,leg_gt,8.21,60 -23154,buy_contrast_m10_bb_pos,buy,2026-01-21 02:48:00,702.0,30.2419,1,leg_gt,8.21,60 -23155,buy_contrast_m10_bb_pos,buy,2026-01-21 02:51:00,704.0,29.8716,1,leg_gt,8.21,60 -23156,buy_contrast_m10_bb_pos,buy,2026-01-21 02:54:00,704.0,29.8716,1,leg_gt,8.2,60 -23157,buy_contrast_m10_bb_pos,buy,2026-01-21 02:57:00,705.0,29.6872,1,leg_gt,8.2,60 -23158,buy_contrast_m10_bb_pos,buy,2026-01-21 03:00:00,705.0,29.6872,1,leg_gt,8.2,60 -23159,buy_contrast_m10_bb_pos,buy,2026-01-21 03:03:00,705.0,29.6872,1,leg_gt,8.2,60 -23160,buy_contrast_m10_bb_pos,buy,2026-01-21 03:06:00,704.0,29.8716,1,leg_gt,8.2,60 -23161,buy_contrast_m10_bb_pos,buy,2026-01-21 03:09:00,703.0,30.0565,1,leg_gt,8.19,60 -23162,buy_contrast_m10_bb_pos,buy,2026-01-21 03:12:00,704.0,29.8716,1,leg_gt,8.19,60 -23163,buy_contrast_m10_bb_pos,buy,2026-01-21 03:15:00,703.0,30.0565,1,leg_gt,8.19,60 -23164,buy_contrast_m10_bb_pos,buy,2026-01-21 03:18:00,704.0,29.8716,1,leg_gt,8.19,60 -23165,buy_contrast_m10_bb_pos,buy,2026-01-21 03:21:00,701.0,30.4278,1,leg_gt,8.19,60 -23166,buy_contrast_m10_bb_pos,buy,2026-01-21 03:24:00,700.0,30.6143,1,leg_gt,8.18,60 -23167,buy_contrast_m10_bb_pos,buy,2026-01-21 03:27:00,702.0,30.2419,1,leg_gt,8.18,60 -23168,buy_contrast_m10_bb_pos,buy,2026-01-21 03:30:00,701.0,30.4278,1,leg_gt,8.18,60 -23169,buy_contrast_m10_bb_pos,buy,2026-01-21 03:33:00,701.0,30.4278,1,leg_gt,8.18,60 -23170,buy_contrast_m10_bb_pos,buy,2026-01-21 03:36:00,702.0,30.2419,1,leg_gt,8.18,60 -23171,buy_contrast_m10_bb_pos,buy,2026-01-21 03:39:00,700.0,30.6143,1,leg_gt,8.17,60 -23172,buy_contrast_m10_bb_pos,buy,2026-01-21 03:42:00,699.0,30.8013,1,leg_gt,8.17,60 -23173,buy_contrast_m10_bb_pos,buy,2026-01-21 03:45:00,698.0,30.9888,1,leg_gt,8.17,60 -23174,buy_contrast_m10_bb_pos,buy,2026-01-21 03:48:00,699.0,30.8013,1,leg_gt,8.17,60 -23175,buy_contrast_m10_bb_pos,buy,2026-01-21 03:51:00,700.0,30.6143,1,leg_gt,8.16,60 -23176,buy_contrast_m10_bb_pos,buy,2026-01-21 03:54:00,698.0,30.9888,1,leg_gt,8.16,60 -23177,buy_contrast_m10_bb_pos,buy,2026-01-21 03:57:00,699.0,30.8013,1,leg_gt,8.16,60 -23178,buy_contrast_m10_bb_pos,buy,2026-01-21 04:00:00,700.0,30.6143,1,leg_gt,8.16,60 -23179,buy_contrast_m10_bb_pos,buy,2026-01-21 04:03:00,705.0,29.6872,1,leg_gt,8.16,60 -23180,buy_contrast_m10_bb_pos,buy,2026-01-21 04:06:00,704.0,29.8716,1,leg_gt,8.15,60 -23181,buy_contrast_m10_bb_pos,buy,2026-01-21 04:09:00,703.0,30.0565,1,leg_gt,8.15,60 -23182,buy_contrast_m10_bb_pos,buy,2026-01-21 08:21:00,697.0,31.1769,1,leg_gt,7.98,60 -23183,buy_contrast_m10_bb_pos,buy,2026-01-21 08:24:00,698.0,30.9888,1,leg_gt,7.98,60 -23184,buy_contrast_m10_bb_pos,buy,2026-01-21 08:27:00,694.0,31.7444,1,leg_gt,7.97,60 -23185,buy_contrast_m10_bb_pos,buy,2026-01-21 08:30:00,695.0,31.5547,1,leg_gt,7.97,60 -23186,buy_contrast_m10_bb_pos,buy,2026-01-21 08:33:00,698.0,30.9888,1,leg_gt,7.97,60 -23187,buy_contrast_m10_bb_pos,buy,2026-01-21 08:36:00,697.0,31.1769,1,leg_gt,7.97,60 -23188,buy_contrast_m10_bb_pos,buy,2026-01-21 08:39:00,696.0,31.3655,1,leg_gt,7.96,60 -23189,buy_contrast_m10_bb_pos,buy,2026-01-21 08:42:00,697.0,31.1769,1,leg_gt,7.96,60 -23190,buy_contrast_m10_bb_pos,buy,2026-01-21 08:45:00,696.0,31.3655,1,leg_gt,7.96,60 -23191,buy_contrast_m10_bb_pos,buy,2026-01-21 08:48:00,696.0,31.3655,1,leg_gt,7.96,60 -23192,buy_contrast_m10_bb_pos,buy,2026-01-21 16:42:00,717.0,27.5151,1,leg_gt,7.63,60 -23193,buy_contrast_m10_bb_pos,buy,2026-01-21 16:45:00,717.0,27.5151,1,leg_gt,7.63,60 -23194,buy_contrast_m10_bb_pos,buy,2026-01-21 16:48:00,716.0,27.6933,1,leg_gt,7.62,60 -23195,buy_contrast_m10_bb_pos,buy,2026-01-21 17:00:00,717.0,27.5151,1,leg_gt,7.62,60 -23196,buy_contrast_m10_bb_pos,buy,2026-01-21 17:03:00,717.0,27.5151,1,leg_gt,7.61,60 -23197,buy_contrast_m10_bb_pos,buy,2026-01-21 17:06:00,717.0,27.5151,1,leg_gt,7.61,60 -23198,buy_contrast_m10_bb_pos,buy,2026-01-21 17:09:00,719.0,27.1601,1,leg_gt,7.61,60 -23199,buy_contrast_m10_bb_pos,buy,2026-01-21 18:12:00,716.0,27.6933,1,leg_gt,7.57,60 -23200,buy_contrast_m10_bb_pos,buy,2026-01-21 18:15:00,714.0,28.0513,1,leg_gt,7.56,60 -23201,buy_contrast_m10_bb_pos,buy,2026-01-21 18:18:00,714.0,28.0513,1,leg_gt,7.56,60 -23202,buy_contrast_m10_bb_pos,buy,2026-01-21 18:21:00,715.0,27.872,1,leg_gt,7.56,60 -23203,buy_contrast_m10_bb_pos,buy,2026-01-21 18:24:00,716.0,27.6933,1,leg_gt,7.56,60 -23204,buy_contrast_m10_bb_pos,buy,2026-01-21 20:00:00,714.0,28.0513,1,leg_gt,7.49,60 -23205,buy_contrast_m10_bb_pos,buy,2026-01-21 20:03:00,714.0,28.0513,1,leg_gt,7.49,60 -23206,buy_contrast_m10_bb_pos,buy,2026-01-21 20:06:00,712.0,28.4112,1,leg_gt,7.49,60 -23207,buy_contrast_m10_bb_pos,buy,2026-01-21 20:09:00,712.0,28.4112,1,leg_gt,7.49,60 -23208,buy_contrast_m10_bb_pos,buy,2026-01-21 20:12:00,713.0,28.231,1,leg_gt,7.48,60 -23209,buy_contrast_m10_bb_pos,buy,2026-01-21 20:15:00,714.0,28.0513,1,leg_gt,7.48,60 -23210,buy_contrast_m10_bb_pos,buy,2026-01-21 20:18:00,713.0,28.231,1,leg_gt,7.48,60 -23211,buy_contrast_m10_bb_pos,buy,2026-01-21 20:21:00,713.0,28.231,1,leg_gt,7.48,60 -23212,buy_contrast_m10_bb_pos,buy,2026-01-21 20:24:00,713.0,28.231,1,leg_gt,7.48,60 -23213,buy_contrast_m10_bb_pos,buy,2026-01-21 20:27:00,713.0,28.231,1,leg_gt,7.47,60 -23214,buy_contrast_m10_bb_pos,buy,2026-01-21 20:30:00,713.0,28.231,1,leg_gt,7.47,60 -23215,buy_contrast_m10_bb_pos,buy,2026-01-21 20:33:00,713.0,28.231,1,leg_gt,7.47,60 -23216,buy_contrast_m10_bb_pos,buy,2026-01-21 20:36:00,713.0,28.231,1,leg_gt,7.47,60 -23217,buy_contrast_m10_bb_pos,buy,2026-01-21 20:39:00,711.0,28.592,1,leg_gt,7.46,60 -23218,buy_contrast_m10_bb_pos,buy,2026-01-21 22:51:00,699.0,30.8013,1,leg_gt,7.37,60 -23219,buy_contrast_m10_bb_pos,buy,2026-01-21 22:54:00,701.0,30.4278,1,leg_gt,7.37,60 -23220,buy_contrast_m10_bb_pos,buy,2026-01-21 22:57:00,702.0,30.2419,1,leg_gt,7.37,60 -23221,buy_contrast_m10_bb_pos,buy,2026-01-22 02:12:00,696.0,31.3655,1,leg_gt,7.23,60 -23222,buy_contrast_m10_bb_pos,buy,2026-01-22 02:15:00,691.0,32.3168,1,leg_gt,7.23,60 -23223,buy_contrast_m10_bb_pos,buy,2026-01-22 02:18:00,692.0,32.1254,1,leg_gt,7.23,60 -23224,buy_contrast_m10_bb_pos,buy,2026-01-22 02:30:00,692.0,32.1254,1,leg_gt,7.22,60 -23225,buy_contrast_m10_bb_pos,buy,2026-01-22 02:33:00,690.0,32.5087,1,leg_gt,7.22,60 -23226,buy_contrast_m10_bb_pos,buy,2026-01-22 02:36:00,689.0,32.7012,1,leg_gt,7.22,60 -23227,buy_contrast_m10_bb_pos,buy,2026-01-22 02:39:00,690.0,32.5087,1,leg_gt,7.21,60 -23228,buy_contrast_m10_bb_pos,buy,2026-01-22 02:42:00,694.0,31.7444,1,leg_gt,7.21,60 -23229,buy_contrast_m10_bb_pos,buy,2026-01-22 02:45:00,693.0,31.9346,1,leg_gt,7.21,60 -23230,buy_contrast_m10_bb_pos,buy,2026-01-22 02:48:00,693.0,31.9346,1,leg_gt,7.21,60 -23231,buy_contrast_m10_bb_pos,buy,2026-01-22 02:51:00,694.0,31.7444,1,leg_gt,7.21,60 -23232,buy_contrast_m10_bb_pos,buy,2026-01-22 02:54:00,696.0,31.3655,1,leg_gt,7.2,60 -23233,buy_contrast_m10_bb_pos,buy,2026-01-22 02:57:00,694.0,31.7444,1,leg_gt,7.2,60 -23234,buy_contrast_m10_bb_pos,buy,2026-01-22 08:12:00,712.0,28.4112,1,leg_gt,6.98,60 -23235,buy_contrast_m10_bb_pos,buy,2026-01-22 08:15:00,714.0,28.0513,1,leg_gt,6.98,60 -23236,buy_contrast_m10_bb_pos,buy,2026-01-22 08:18:00,714.0,28.0513,1,leg_gt,6.98,60 -23237,buy_contrast_m10_bb_pos,buy,2026-01-22 08:30:00,712.0,28.4112,1,leg_gt,6.97,60 -23238,buy_contrast_m10_bb_pos,buy,2026-01-22 08:33:00,710.0,28.7732,1,leg_gt,6.97,60 -23239,buy_contrast_m10_bb_pos,buy,2026-01-22 08:36:00,711.0,28.592,1,leg_gt,6.97,60 -23240,buy_contrast_m10_bb_pos,buy,2026-01-22 08:39:00,710.0,28.7732,1,leg_gt,6.96,60 -23241,buy_contrast_m10_bb_pos,buy,2026-01-22 09:12:00,706.0,29.5034,1,leg_gt,6.94,60 -23242,buy_contrast_m10_bb_pos,buy,2026-01-22 09:15:00,707.0,29.3201,1,leg_gt,6.94,60 -23243,buy_contrast_m10_bb_pos,buy,2026-01-22 09:18:00,706.0,29.5034,1,leg_gt,6.94,60 -23244,buy_contrast_m10_bb_pos,buy,2026-01-22 12:42:00,712.0,28.4112,1,leg_gt,6.8,60 -23245,buy_contrast_m10_bb_pos,buy,2026-01-22 12:45:00,712.0,28.4112,1,leg_gt,6.79,60 -23246,buy_contrast_m10_bb_pos,buy,2026-01-22 12:48:00,712.0,28.4112,1,leg_gt,6.79,60 -23247,buy_contrast_m10_bb_pos,buy,2026-01-22 13:00:00,711.0,28.592,1,leg_gt,6.78,60 -23248,buy_contrast_m10_bb_pos,buy,2026-01-22 13:03:00,712.0,28.4112,1,leg_gt,6.78,60 -23249,buy_contrast_m10_bb_pos,buy,2026-01-22 13:06:00,713.0,28.231,1,leg_gt,6.78,60 -23250,buy_contrast_m10_bb_pos,buy,2026-01-22 13:09:00,715.0,27.872,1,leg_gt,6.78,60 -23251,buy_contrast_m10_bb_pos,buy,2026-01-22 17:21:00,711.0,28.592,1,leg_gt,6.6,60 -23252,buy_contrast_m10_bb_pos,buy,2026-01-22 17:24:00,711.0,28.592,1,leg_gt,6.6,60 -23253,buy_contrast_m10_bb_pos,buy,2026-01-22 17:27:00,712.0,28.4112,1,leg_gt,6.6,60 -23254,buy_contrast_m10_bb_pos,buy,2026-01-22 21:21:00,710.0,28.7732,1,leg_gt,6.44,60 -23255,buy_contrast_m10_bb_pos,buy,2026-01-22 21:24:00,712.0,28.4112,1,leg_gt,6.43,60 -23256,buy_contrast_m10_bb_pos,buy,2026-01-22 21:27:00,711.0,28.592,1,leg_gt,6.43,60 -23257,buy_contrast_m10_bb_pos,buy,2026-01-22 21:30:00,712.0,28.4112,1,leg_gt,6.43,60 -23258,buy_contrast_m10_bb_pos,buy,2026-01-22 21:33:00,712.0,28.4112,1,leg_gt,6.43,60 -23259,buy_contrast_m10_bb_pos,buy,2026-01-22 21:36:00,712.0,28.4112,1,leg_gt,6.42,60 -23260,buy_contrast_m10_bb_pos,buy,2026-01-22 21:39:00,711.0,28.592,1,leg_gt,6.42,60 -23261,buy_contrast_m10_bb_pos,buy,2026-01-22 21:51:00,712.0,28.4112,1,leg_gt,6.41,60 -23262,buy_contrast_m10_bb_pos,buy,2026-01-22 21:54:00,711.0,28.592,1,leg_gt,6.41,60 -23263,buy_contrast_m10_bb_pos,buy,2026-01-22 21:57:00,712.0,28.4112,1,leg_gt,6.41,60 -23264,buy_contrast_m10_bb_pos,buy,2026-01-22 22:12:00,711.0,28.592,1,leg_gt,6.4,60 -23265,buy_contrast_m10_bb_pos,buy,2026-01-22 22:15:00,711.0,28.592,1,leg_gt,6.4,60 -23266,buy_contrast_m10_bb_pos,buy,2026-01-22 22:18:00,711.0,28.592,1,leg_gt,6.4,60 -23267,buy_contrast_m10_bb_pos,buy,2026-01-22 22:42:00,709.0,28.955,1,leg_gt,6.38,60 -23268,buy_contrast_m10_bb_pos,buy,2026-01-22 22:45:00,708.0,29.1373,1,leg_gt,6.38,60 -23269,buy_contrast_m10_bb_pos,buy,2026-01-22 22:48:00,710.0,28.7732,1,leg_gt,6.38,60 -23270,buy_contrast_m10_bb_pos,buy,2026-01-22 22:51:00,710.0,28.7732,1,leg_gt,6.37,60 -23271,buy_contrast_m10_bb_pos,buy,2026-01-22 22:54:00,706.0,29.5034,1,leg_gt,6.37,60 -23272,buy_contrast_m10_bb_pos,buy,2026-01-22 22:57:00,709.0,28.955,1,leg_gt,6.37,60 -23273,buy_contrast_m10_bb_pos,buy,2026-01-22 23:42:00,705.0,29.6872,1,leg_gt,6.34,60 -23274,buy_contrast_m10_bb_pos,buy,2026-01-22 23:45:00,705.0,29.6872,1,leg_gt,6.34,60 -23275,buy_contrast_m10_bb_pos,buy,2026-01-22 23:48:00,700.0,30.6143,1,leg_gt,6.33,60 -23276,buy_contrast_m10_bb_pos,buy,2026-01-23 00:00:00,700.0,30.6143,1,leg_gt,6.32,60 -23277,buy_contrast_m10_bb_pos,buy,2026-01-23 00:03:00,699.0,30.8013,1,leg_gt,6.32,60 -23278,buy_contrast_m10_bb_pos,buy,2026-01-23 00:06:00,701.0,30.4278,1,leg_gt,6.32,60 -23279,buy_contrast_m10_bb_pos,buy,2026-01-23 00:09:00,701.0,30.4278,1,leg_gt,6.32,60 -23280,buy_contrast_m10_bb_pos,buy,2026-01-23 00:12:00,700.0,30.6143,1,leg_gt,6.32,60 -23281,buy_contrast_m10_bb_pos,buy,2026-01-23 00:15:00,702.0,30.2419,1,leg_gt,6.31,60 -23282,buy_contrast_m10_bb_pos,buy,2026-01-23 00:18:00,701.0,30.4278,1,leg_gt,6.31,60 -23283,buy_contrast_m10_bb_pos,buy,2026-01-23 04:00:00,700.0,30.6143,1,leg_gt,6.16,60 -23284,buy_contrast_m10_bb_pos,buy,2026-01-23 04:03:00,699.0,30.8013,1,leg_gt,6.16,60 -23285,buy_contrast_m10_bb_pos,buy,2026-01-23 04:06:00,701.0,30.4278,1,leg_gt,6.15,60 -23286,buy_contrast_m10_bb_pos,buy,2026-01-23 04:09:00,702.0,30.2419,1,leg_gt,6.15,60 -23287,buy_contrast_m10_bb_pos,buy,2026-01-23 05:51:00,698.0,30.9888,1,leg_gt,6.08,60 -23288,buy_contrast_m10_bb_pos,buy,2026-01-23 05:54:00,697.0,31.1769,1,leg_gt,6.08,60 -23289,buy_contrast_m10_bb_pos,buy,2026-01-23 05:57:00,698.0,30.9888,1,leg_gt,6.08,60 -23290,buy_contrast_m10_bb_pos,buy,2026-01-23 06:00:00,698.0,30.9888,1,leg_gt,6.08,60 -23291,buy_contrast_m10_bb_pos,buy,2026-01-23 06:03:00,700.0,30.6143,1,leg_gt,6.07,60 -23292,buy_contrast_m10_bb_pos,buy,2026-01-23 06:06:00,700.0,30.6143,1,leg_gt,6.07,60 -23293,buy_contrast_m10_bb_pos,buy,2026-01-23 06:09:00,699.0,30.8013,1,leg_gt,6.07,60 -23294,buy_contrast_m10_bb_pos,buy,2026-01-23 15:30:00,710.0,28.7732,1,leg_gt,5.68,60 -23295,buy_contrast_m10_bb_pos,buy,2026-01-23 15:33:00,710.0,28.7732,1,leg_gt,5.68,60 -23296,buy_contrast_m10_bb_pos,buy,2026-01-23 15:36:00,709.0,28.955,1,leg_gt,5.68,60 -23297,buy_contrast_m10_bb_pos,buy,2026-01-23 15:39:00,709.0,28.955,1,leg_gt,5.67,60 -23298,buy_contrast_m10_bb_pos,buy,2026-01-23 15:42:00,712.0,28.4112,1,leg_gt,5.67,60 -23299,buy_contrast_m10_bb_pos,buy,2026-01-23 15:45:00,711.0,28.592,1,leg_gt,5.67,60 -23300,buy_contrast_m10_bb_pos,buy,2026-01-23 15:48:00,710.0,28.7732,1,leg_gt,5.67,60 -23301,buy_contrast_m10_bb_pos,buy,2026-01-23 15:51:00,709.0,28.955,1,leg_gt,5.66,60 -23302,buy_contrast_m10_bb_pos,buy,2026-01-23 15:54:00,709.0,28.955,1,leg_gt,5.66,60 -23303,buy_contrast_m10_bb_pos,buy,2026-01-23 15:57:00,707.0,29.3201,1,leg_gt,5.66,60 -23304,buy_contrast_m10_bb_pos,buy,2026-01-23 16:12:00,707.0,29.3201,1,leg_gt,5.65,60 -23305,buy_contrast_m10_bb_pos,buy,2026-01-23 16:15:00,707.0,29.3201,1,leg_gt,5.65,60 -23306,buy_contrast_m10_bb_pos,buy,2026-01-23 16:18:00,707.0,29.3201,1,leg_gt,5.65,60 -23307,buy_contrast_m10_bb_pos,buy,2026-01-23 17:00:00,707.0,29.3201,1,leg_gt,5.62,60 -23308,buy_contrast_m10_bb_pos,buy,2026-01-23 17:03:00,708.0,29.1373,1,leg_gt,5.61,60 -23309,buy_contrast_m10_bb_pos,buy,2026-01-23 17:06:00,708.0,29.1373,1,leg_gt,5.61,60 -23310,buy_contrast_m10_bb_pos,buy,2026-01-23 17:09:00,708.0,29.1373,1,leg_gt,5.61,60 -23311,buy_contrast_m10_bb_pos,buy,2026-01-23 17:30:00,706.0,29.5034,1,leg_gt,5.6,60 -23312,buy_contrast_m10_bb_pos,buy,2026-01-23 17:33:00,705.0,29.6872,1,leg_gt,5.59,60 -23313,buy_contrast_m10_bb_pos,buy,2026-01-23 17:36:00,703.0,30.0565,1,leg_gt,5.59,60 -23314,buy_contrast_m10_bb_pos,buy,2026-01-23 17:39:00,702.0,30.2419,1,leg_gt,5.59,60 -23315,buy_contrast_m10_bb_pos,buy,2026-01-23 18:21:00,703.0,30.0565,1,leg_gt,5.56,60 -23316,buy_contrast_m10_bb_pos,buy,2026-01-23 18:24:00,702.0,30.2419,1,leg_gt,5.56,60 -23317,buy_contrast_m10_bb_pos,buy,2026-01-23 18:27:00,702.0,30.2419,1,leg_gt,5.56,60 -23318,buy_contrast_m10_bb_pos,buy,2026-01-23 19:12:00,701.0,30.4278,1,leg_gt,5.52,60 -23319,buy_contrast_m10_bb_pos,buy,2026-01-23 19:15:00,702.0,30.2419,1,leg_gt,5.52,60 -23320,buy_contrast_m10_bb_pos,buy,2026-01-23 19:18:00,703.0,30.0565,1,leg_gt,5.52,60 -23321,buy_contrast_m10_bb_pos,buy,2026-01-23 23:00:00,701.0,30.4278,1,leg_gt,5.37,60 -23322,buy_contrast_m10_bb_pos,buy,2026-01-23 23:03:00,702.0,30.2419,1,leg_gt,5.36,60 -23323,buy_contrast_m10_bb_pos,buy,2026-01-23 23:06:00,702.0,30.2419,1,leg_gt,5.36,60 -23324,buy_contrast_m10_bb_pos,buy,2026-01-23 23:09:00,701.0,30.4278,1,leg_gt,5.36,60 -23325,buy_contrast_m10_bb_pos,buy,2026-01-24 00:12:00,690.0,32.5087,1,leg_gt,5.32,60 -23326,buy_contrast_m10_bb_pos,buy,2026-01-24 00:15:00,689.0,32.7012,1,leg_gt,5.31,60 -23327,buy_contrast_m10_bb_pos,buy,2026-01-24 00:18:00,688.0,32.8942,1,leg_gt,5.31,60 -23328,buy_contrast_m10_bb_pos,buy,2026-01-24 04:42:00,695.0,31.5547,1,leg_gt,5.13,60 -23329,buy_contrast_m10_bb_pos,buy,2026-01-24 04:45:00,695.0,31.5547,1,leg_gt,5.13,60 -23330,buy_contrast_m10_bb_pos,buy,2026-01-24 04:48:00,693.0,31.9346,1,leg_gt,5.12,60 -23331,buy_contrast_m10_bb_pos,buy,2026-01-24 05:00:00,694.0,31.7444,1,leg_gt,5.12,60 -23332,buy_contrast_m10_bb_pos,buy,2026-01-24 05:03:00,694.0,31.7444,1,leg_gt,5.11,60 -23333,buy_contrast_m10_bb_pos,buy,2026-01-24 05:06:00,693.0,31.9346,1,leg_gt,5.11,60 -23334,buy_contrast_m10_bb_pos,buy,2026-01-24 05:09:00,694.0,31.7444,1,leg_gt,5.11,60 -23335,buy_contrast_m10_bb_pos,buy,2026-01-24 05:12:00,695.0,31.5547,1,leg_gt,5.11,60 -23336,buy_contrast_m10_bb_pos,buy,2026-01-24 05:15:00,694.0,31.7444,1,leg_gt,5.11,60 -23337,buy_contrast_m10_bb_pos,buy,2026-01-24 05:18:00,694.0,31.7444,1,leg_gt,5.1,60 -23338,buy_contrast_m10_bb_pos,buy,2026-01-24 05:30:00,691.0,32.3168,1,leg_gt,5.1,60 -23339,buy_contrast_m10_bb_pos,buy,2026-01-24 05:33:00,687.0,33.0878,1,leg_gt,5.09,60 -23340,buy_contrast_m10_bb_pos,buy,2026-01-24 05:36:00,687.0,33.0878,1,leg_gt,5.09,60 -23341,buy_contrast_m10_bb_pos,buy,2026-01-24 05:39:00,687.0,33.0878,1,leg_gt,5.09,60 -23342,buy_contrast_m10_bb_pos,buy,2026-01-24 05:42:00,687.0,33.0878,1,leg_gt,5.09,60 -23343,buy_contrast_m10_bb_pos,buy,2026-01-24 05:45:00,687.0,33.0878,1,leg_gt,5.09,60 -23344,buy_contrast_m10_bb_pos,buy,2026-01-24 05:48:00,687.0,33.0878,1,leg_gt,5.08,60 -23345,buy_contrast_m10_bb_pos,buy,2026-01-24 05:51:00,687.0,33.0878,1,leg_gt,5.08,60 -23346,buy_contrast_m10_bb_pos,buy,2026-01-24 05:54:00,686.0,33.2819,1,leg_gt,5.08,60 -23347,buy_contrast_m10_bb_pos,buy,2026-01-24 05:57:00,689.0,32.7012,1,leg_gt,5.08,60 -23348,buy_contrast_m10_bb_pos,buy,2026-01-24 10:12:00,690.0,32.5087,1,leg_gt,4.9,60 -23349,buy_contrast_m10_bb_pos,buy,2026-01-24 10:15:00,690.0,32.5087,1,leg_gt,4.9,60 -23350,buy_contrast_m10_bb_pos,buy,2026-01-24 10:18:00,689.0,32.7012,1,leg_gt,4.9,60 -23351,buy_contrast_m10_bb_pos,buy,2026-01-24 10:30:00,689.0,32.7012,1,leg_gt,4.89,60 -23352,buy_contrast_m10_bb_pos,buy,2026-01-24 10:33:00,689.0,32.7012,1,leg_gt,4.89,60 -23353,buy_contrast_m10_bb_pos,buy,2026-01-24 10:36:00,688.0,32.8942,1,leg_gt,4.88,60 -23354,buy_contrast_m10_bb_pos,buy,2026-01-24 10:39:00,689.0,32.7012,1,leg_gt,4.88,60 -23355,buy_contrast_m10_bb_pos,buy,2026-01-24 10:42:00,690.0,32.5087,1,leg_gt,4.88,60 -23356,buy_contrast_m10_bb_pos,buy,2026-01-24 10:45:00,690.0,32.5087,1,leg_gt,4.88,60 -23357,buy_contrast_m10_bb_pos,buy,2026-01-24 10:48:00,692.0,32.1254,1,leg_gt,4.88,60 -23358,buy_contrast_m10_bb_pos,buy,2026-01-24 17:12:00,694.0,31.7444,1,leg_gt,4.61,60 -23359,buy_contrast_m10_bb_pos,buy,2026-01-24 17:15:00,695.0,31.5547,1,leg_gt,4.61,60 -23360,buy_contrast_m10_bb_pos,buy,2026-01-24 17:18:00,694.0,31.7444,1,leg_gt,4.6,60 -23361,buy_contrast_m10_bb_pos,buy,2026-01-25 00:51:00,697.0,31.1769,1,leg_gt,4.29,60 -23362,buy_contrast_m10_bb_pos,buy,2026-01-25 00:54:00,694.0,31.7444,1,leg_gt,4.29,60 -23363,buy_contrast_m10_bb_pos,buy,2026-01-25 00:57:00,696.0,31.3655,1,leg_gt,4.29,60 -23364,buy_contrast_m10_bb_pos,buy,2026-01-25 01:12:00,695.0,31.5547,1,leg_gt,4.28,60 -23365,buy_contrast_m10_bb_pos,buy,2026-01-25 01:15:00,694.0,31.7444,1,leg_gt,4.27,60 -23366,buy_contrast_m10_bb_pos,buy,2026-01-25 01:18:00,693.0,31.9346,1,leg_gt,4.27,60 -23367,buy_contrast_m10_bb_pos,buy,2026-01-25 01:30:00,694.0,31.7444,1,leg_gt,4.26,60 -23368,buy_contrast_m10_bb_pos,buy,2026-01-25 01:33:00,694.0,31.7444,1,leg_gt,4.26,60 -23369,buy_contrast_m10_bb_pos,buy,2026-01-25 01:36:00,694.0,31.7444,1,leg_gt,4.26,60 -23370,buy_contrast_m10_bb_pos,buy,2026-01-25 01:39:00,692.0,32.1254,1,leg_gt,4.26,60 -23371,buy_contrast_m10_bb_pos,buy,2026-01-25 01:42:00,693.0,31.9346,1,leg_gt,4.25,60 -23372,buy_contrast_m10_bb_pos,buy,2026-01-25 01:45:00,694.0,31.7444,1,leg_gt,4.25,60 -23373,buy_contrast_m10_bb_pos,buy,2026-01-25 01:48:00,694.0,31.7444,1,leg_gt,4.25,60 -23374,buy_contrast_m10_bb_pos,buy,2026-01-25 02:12:00,693.0,31.9346,1,leg_gt,4.23,60 -23375,buy_contrast_m10_bb_pos,buy,2026-01-25 02:15:00,695.0,31.5547,1,leg_gt,4.23,60 -23376,buy_contrast_m10_bb_pos,buy,2026-01-25 02:18:00,695.0,31.5547,1,leg_gt,4.23,60 -23377,buy_contrast_m10_bb_pos,buy,2026-01-25 06:12:00,694.0,31.7444,1,leg_gt,4.07,60 -23378,buy_contrast_m10_bb_pos,buy,2026-01-25 06:15:00,693.0,31.9346,1,leg_gt,4.06,60 -23379,buy_contrast_m10_bb_pos,buy,2026-01-25 06:18:00,695.0,31.5547,1,leg_gt,4.06,60 -23380,buy_contrast_m10_bb_pos,buy,2026-01-25 06:51:00,693.0,31.9346,1,leg_gt,4.04,60 -23381,buy_contrast_m10_bb_pos,buy,2026-01-25 06:54:00,694.0,31.7444,1,leg_gt,4.04,60 -23382,buy_contrast_m10_bb_pos,buy,2026-01-25 06:57:00,693.0,31.9346,1,leg_gt,4.04,60 -23383,buy_contrast_m10_bb_pos,buy,2026-01-25 07:00:00,693.0,31.9346,1,leg_gt,4.03,60 -23384,buy_contrast_m10_bb_pos,buy,2026-01-25 07:03:00,693.0,31.9346,1,leg_gt,4.03,60 -23385,buy_contrast_m10_bb_pos,buy,2026-01-25 07:06:00,693.0,31.9346,1,leg_gt,4.03,60 -23386,buy_contrast_m10_bb_pos,buy,2026-01-25 07:09:00,692.0,32.1254,1,leg_gt,4.03,60 -23387,buy_contrast_m10_bb_pos,buy,2026-01-25 11:00:00,691.0,32.3168,1,leg_gt,3.87,60 -23388,buy_contrast_m10_bb_pos,buy,2026-01-25 11:03:00,693.0,31.9346,1,leg_gt,3.86,60 -23389,buy_contrast_m10_bb_pos,buy,2026-01-25 11:06:00,694.0,31.7444,1,leg_gt,3.86,60 -23390,buy_contrast_m10_bb_pos,buy,2026-01-25 11:09:00,694.0,31.7444,1,leg_gt,3.86,60 -23391,buy_contrast_m10_bb_pos,buy,2026-01-25 12:21:00,689.0,32.7012,1,leg_gt,3.81,60 -23392,buy_contrast_m10_bb_pos,buy,2026-01-25 12:24:00,690.0,32.5087,1,leg_gt,3.81,60 -23393,buy_contrast_m10_bb_pos,buy,2026-01-25 12:27:00,690.0,32.5087,1,leg_gt,3.81,60 -23394,buy_contrast_m10_bb_pos,buy,2026-01-25 12:30:00,689.0,32.7012,1,leg_gt,3.8,60 -23395,buy_contrast_m10_bb_pos,buy,2026-01-25 12:33:00,686.0,33.2819,1,leg_gt,3.8,60 -23396,buy_contrast_m10_bb_pos,buy,2026-01-25 12:36:00,686.0,33.2819,1,leg_gt,3.8,60 -23397,buy_contrast_m10_bb_pos,buy,2026-01-25 12:39:00,687.0,33.0878,1,leg_gt,3.8,60 -23398,buy_contrast_m10_bb_pos,buy,2026-01-25 12:42:00,688.0,32.8942,1,leg_gt,3.8,60 -23399,buy_contrast_m10_bb_pos,buy,2026-01-25 12:45:00,688.0,32.8942,1,leg_gt,3.79,60 -23400,buy_contrast_m10_bb_pos,buy,2026-01-25 12:48:00,688.0,32.8942,1,leg_gt,3.79,60 -23401,buy_contrast_m10_bb_pos,buy,2026-01-25 13:00:00,688.0,32.8942,1,leg_gt,3.78,60 -23402,buy_contrast_m10_bb_pos,buy,2026-01-25 13:03:00,690.0,32.5087,1,leg_gt,3.78,60 -23403,buy_contrast_m10_bb_pos,buy,2026-01-25 13:06:00,689.0,32.7012,1,leg_gt,3.78,60 -23404,buy_contrast_m10_bb_pos,buy,2026-01-25 13:09:00,689.0,32.7012,1,leg_gt,3.78,60 -23405,buy_contrast_m10_bb_pos,buy,2026-01-25 13:21:00,688.0,32.8942,1,leg_gt,3.77,60 -23406,buy_contrast_m10_bb_pos,buy,2026-01-25 13:24:00,688.0,32.8942,1,leg_gt,3.77,60 -23407,buy_contrast_m10_bb_pos,buy,2026-01-25 13:27:00,689.0,32.7012,1,leg_gt,3.76,60 -23408,buy_contrast_m10_bb_pos,buy,2026-01-25 16:51:00,689.0,32.7012,1,leg_gt,3.62,60 -23409,buy_contrast_m10_bb_pos,buy,2026-01-25 16:54:00,690.0,32.5087,1,leg_gt,3.62,60 -23410,buy_contrast_m10_bb_pos,buy,2026-01-25 16:57:00,690.0,32.5087,1,leg_gt,3.62,60 -23411,buy_contrast_m10_bb_pos,buy,2026-01-25 21:21:00,687.0,33.0878,1,leg_gt,3.44,60 -23412,buy_contrast_m10_bb_pos,buy,2026-01-25 21:24:00,688.0,32.8942,1,leg_gt,3.43,60 -23413,buy_contrast_m10_bb_pos,buy,2026-01-25 21:27:00,689.0,32.7012,1,leg_gt,3.43,60 -23414,buy_contrast_m10_bb_pos,buy,2026-01-25 23:30:00,685.0,33.4766,1,leg_gt,3.35,60 -23415,buy_contrast_m10_bb_pos,buy,2026-01-25 23:33:00,684.0,33.6719,1,leg_gt,3.34,60 -23416,buy_contrast_m10_bb_pos,buy,2026-01-25 23:36:00,685.0,33.4766,1,leg_gt,3.34,60 -23417,buy_contrast_m10_bb_pos,buy,2026-01-25 23:39:00,685.0,33.4766,1,leg_gt,3.34,60 -23418,buy_contrast_m10_bb_pos,buy,2026-01-25 23:42:00,685.0,33.4766,1,leg_gt,3.34,60 -23419,buy_contrast_m10_bb_pos,buy,2026-01-25 23:45:00,685.0,33.4766,1,leg_gt,3.34,60 -23420,buy_contrast_m10_bb_pos,buy,2026-01-25 23:48:00,685.0,33.4766,1,leg_gt,3.33,60 -23421,buy_contrast_m10_bb_pos,buy,2026-01-26 00:51:00,684.0,33.6719,1,leg_gt,3.29,60 -23422,buy_contrast_m10_bb_pos,buy,2026-01-26 00:54:00,685.0,33.4766,1,leg_gt,3.29,60 -23423,buy_contrast_m10_bb_pos,buy,2026-01-26 00:57:00,685.0,33.4766,1,leg_gt,3.29,60 -23424,buy_contrast_m10_bb_pos,buy,2026-01-26 02:00:00,671.0,36.2636,1,leg_gt,3.24,60 -23425,buy_contrast_m10_bb_pos,buy,2026-01-26 02:03:00,672.0,36.0607,1,leg_gt,3.24,60 -23426,buy_contrast_m10_bb_pos,buy,2026-01-26 02:06:00,671.0,36.2636,1,leg_gt,3.24,60 -23427,buy_contrast_m10_bb_pos,buy,2026-01-26 02:09:00,670.0,36.4672,1,leg_gt,3.24,60 -23428,buy_contrast_m10_bb_pos,buy,2026-01-26 02:12:00,670.0,36.4672,1,leg_gt,3.23,60 -23429,buy_contrast_m10_bb_pos,buy,2026-01-26 02:15:00,669.0,36.6713,1,leg_gt,3.23,60 -23430,buy_contrast_m10_bb_pos,buy,2026-01-26 02:18:00,669.0,36.6713,1,leg_gt,3.23,60 -23431,buy_contrast_m10_bb_pos,buy,2026-01-26 03:42:00,658.0,38.9578,1,leg_gt,3.17,60 -23432,buy_contrast_m10_bb_pos,buy,2026-01-26 03:45:00,658.0,38.9578,1,leg_gt,3.17,60 -23433,buy_contrast_m10_bb_pos,buy,2026-01-26 03:48:00,660.0,38.5364,1,leg_gt,3.17,60 -23434,buy_contrast_m10_bb_pos,buy,2026-01-26 03:51:00,659.0,38.7467,1,leg_gt,3.16,60 -23435,buy_contrast_m10_bb_pos,buy,2026-01-26 03:54:00,659.0,38.7467,1,leg_gt,3.16,60 -23436,buy_contrast_m10_bb_pos,buy,2026-01-26 03:57:00,660.0,38.5364,1,leg_gt,3.16,60 -23437,buy_contrast_m10_bb_pos,buy,2026-01-26 04:21:00,654.0,39.8083,1,leg_gt,3.14,60 -23438,buy_contrast_m10_bb_pos,buy,2026-01-26 04:24:00,655.0,39.5947,1,leg_gt,3.14,60 -23439,buy_contrast_m10_bb_pos,buy,2026-01-26 04:27:00,652.0,40.2374,1,leg_gt,3.14,60 -23440,buy_contrast_m10_bb_pos,buy,2026-01-26 04:42:00,653.0,40.0225,1,leg_gt,3.13,60 -23441,buy_contrast_m10_bb_pos,buy,2026-01-26 04:45:00,654.0,39.8083,1,leg_gt,3.13,60 -23442,buy_contrast_m10_bb_pos,buy,2026-01-26 04:48:00,652.0,40.2374,1,leg_gt,3.12,60 -23443,buy_contrast_m10_bb_pos,buy,2026-01-26 05:00:00,648.0,41.1037,1,leg_gt,3.12,60 -23444,buy_contrast_m10_bb_pos,buy,2026-01-26 05:03:00,652.0,40.2374,1,leg_gt,3.11,60 -23445,buy_contrast_m10_bb_pos,buy,2026-01-26 05:06:00,651.0,40.453,1,leg_gt,3.11,60 -23446,buy_contrast_m10_bb_pos,buy,2026-01-26 05:09:00,650.0,40.6692,1,leg_gt,3.11,60 -23447,buy_contrast_m10_bb_pos,buy,2026-01-26 05:42:00,647.0,41.3219,1,leg_gt,3.09,60 -23448,buy_contrast_m10_bb_pos,buy,2026-01-26 05:45:00,648.0,41.1037,1,leg_gt,3.09,60 -23449,buy_contrast_m10_bb_pos,buy,2026-01-26 05:48:00,648.0,41.1037,1,leg_gt,3.08,60 -23450,buy_contrast_m10_bb_pos,buy,2026-01-26 18:30:00,663.0,37.909,1,leg_gt,2.55,60 -23451,buy_contrast_m10_bb_pos,buy,2026-01-26 18:33:00,662.0,38.1175,1,leg_gt,2.55,60 -23452,buy_contrast_m10_bb_pos,buy,2026-01-26 18:36:00,662.0,38.1175,1,leg_gt,2.55,60 -23453,buy_contrast_m10_bb_pos,buy,2026-01-26 18:39:00,661.0,38.3266,1,leg_gt,2.55,60 -23454,buy_contrast_m10_bb_pos,buy,2026-01-26 18:51:00,662.0,38.1175,1,leg_gt,2.54,60 -23455,buy_contrast_m10_bb_pos,buy,2026-01-26 18:54:00,662.0,38.1175,1,leg_gt,2.54,60 -23456,buy_contrast_m10_bb_pos,buy,2026-01-26 18:57:00,661.0,38.3266,1,leg_gt,2.54,60 -23457,buy_contrast_m10_bb_pos,buy,2026-01-26 19:00:00,662.0,38.1175,1,leg_gt,2.53,60 -23458,buy_contrast_m10_bb_pos,buy,2026-01-26 19:03:00,663.0,37.909,1,leg_gt,2.53,60 -23459,buy_contrast_m10_bb_pos,buy,2026-01-26 19:06:00,665.0,37.494,1,leg_gt,2.53,60 -23460,buy_contrast_m10_bb_pos,buy,2026-01-26 19:09:00,665.0,37.494,1,leg_gt,2.53,60 -23461,buy_contrast_m10_bb_pos,buy,2026-01-27 05:30:00,671.0,36.2636,1,leg_gt,2.1,60 -23462,buy_contrast_m10_bb_pos,buy,2026-01-27 05:36:00,669.0,36.6713,1,leg_gt,2.09,60 -23463,buy_contrast_m10_bb_pos,buy,2026-01-27 05:39:00,670.0,36.4672,1,leg_gt,2.09,60 -23464,buy_contrast_m10_bb_pos,buy,2026-01-27 05:42:00,670.0,36.4672,1,leg_gt,2.09,60 -23465,buy_contrast_m10_bb_pos,buy,2026-01-27 05:45:00,670.0,36.4672,1,leg_gt,2.09,60 -23466,buy_contrast_m10_bb_pos,buy,2026-01-27 05:48:00,670.0,36.4672,1,leg_gt,2.08,60 -23467,buy_contrast_m10_bb_pos,buy,2026-01-27 05:51:00,669.0,36.6713,1,leg_gt,2.08,60 -23468,buy_contrast_m10_bb_pos,buy,2026-01-27 05:54:00,669.0,36.6713,1,leg_gt,2.08,60 -23469,buy_contrast_m10_bb_pos,buy,2026-01-27 05:57:00,667.0,37.0814,1,leg_gt,2.08,60 -23470,buy_contrast_m10_bb_pos,buy,2026-01-27 06:00:00,669.0,36.6713,1,leg_gt,2.08,60 -23471,buy_contrast_m10_bb_pos,buy,2026-01-27 06:03:00,669.0,36.6713,1,leg_gt,2.07,60 -23472,buy_contrast_m10_bb_pos,buy,2026-01-27 06:06:00,668.0,36.876,1,leg_gt,2.07,60 -23473,buy_contrast_m10_bb_pos,buy,2026-01-27 06:09:00,669.0,36.6713,1,leg_gt,2.07,60 -23474,buy_contrast_m10_bb_pos,buy,2026-01-27 06:12:00,669.0,36.6713,1,leg_gt,2.07,60 -23475,buy_contrast_m10_bb_pos,buy,2026-01-27 06:15:00,669.0,36.6713,1,leg_gt,2.06,60 -23476,buy_contrast_m10_bb_pos,buy,2026-01-27 06:18:00,671.0,36.2636,1,leg_gt,2.06,60 -23477,buy_contrast_m10_bb_pos,buy,2026-01-27 10:12:00,670.0,36.4672,1,leg_gt,1.9,60 -23478,buy_contrast_m10_bb_pos,buy,2026-01-27 10:15:00,670.0,36.4672,1,leg_gt,1.9,60 -23479,buy_contrast_m10_bb_pos,buy,2026-01-27 10:18:00,671.0,36.2636,1,leg_gt,1.9,60 -23480,buy_contrast_m10_bb_pos,buy,2026-01-27 10:21:00,673.0,35.8584,1,leg_gt,1.89,60 -23481,buy_contrast_m10_bb_pos,buy,2026-01-27 10:24:00,673.0,35.8584,1,leg_gt,1.89,60 -23482,buy_contrast_m10_bb_pos,buy,2026-01-27 10:27:00,674.0,35.6567,1,leg_gt,1.89,60 -23483,buy_contrast_m10_bb_pos,buy,2026-01-27 12:12:00,670.0,36.4672,1,leg_gt,1.82,60 -23484,buy_contrast_m10_bb_pos,buy,2026-01-27 12:15:00,669.0,36.6713,1,leg_gt,1.81,60 -23485,buy_contrast_m10_bb_pos,buy,2026-01-27 12:18:00,671.0,36.2636,1,leg_gt,1.81,60 -23486,buy_contrast_m10_bb_pos,buy,2026-01-27 12:21:00,669.0,36.6713,1,leg_gt,1.81,60 -23487,buy_contrast_m10_bb_pos,buy,2026-01-27 12:24:00,671.0,36.2636,1,leg_gt,1.81,60 -23488,buy_contrast_m10_bb_pos,buy,2026-01-27 12:27:00,670.0,36.4672,1,leg_gt,1.81,60 -23489,buy_contrast_m10_bb_pos,buy,2026-01-27 12:42:00,669.0,36.6713,1,leg_gt,1.8,60 -23490,buy_contrast_m10_bb_pos,buy,2026-01-27 12:45:00,670.0,36.4672,1,leg_gt,1.79,60 -23491,buy_contrast_m10_bb_pos,buy,2026-01-27 12:48:00,669.0,36.6713,1,leg_gt,1.79,60 -23492,buy_contrast_m10_bb_pos,buy,2026-01-27 12:51:00,669.0,36.6713,1,leg_gt,1.79,60 -23493,buy_contrast_m10_bb_pos,buy,2026-01-27 12:54:00,668.0,36.876,1,leg_gt,1.79,60 -23494,buy_contrast_m10_bb_pos,buy,2026-01-27 12:57:00,668.0,36.876,1,leg_gt,1.79,60 -23495,buy_contrast_m10_bb_pos,buy,2026-01-27 13:00:00,668.0,36.876,1,leg_gt,1.78,60 -23496,buy_contrast_m10_bb_pos,buy,2026-01-27 13:03:00,669.0,36.6713,1,leg_gt,1.78,60 -23497,buy_contrast_m10_bb_pos,buy,2026-01-27 13:06:00,668.0,36.876,1,leg_gt,1.78,60 -23498,buy_contrast_m10_bb_pos,buy,2026-01-27 13:09:00,669.0,36.6713,1,leg_gt,1.78,60 -23499,buy_contrast_m10_bb_pos,buy,2026-01-27 13:42:00,668.0,36.876,1,leg_gt,1.75,60 -23500,buy_contrast_m10_bb_pos,buy,2026-01-27 13:45:00,668.0,36.876,1,leg_gt,1.75,60 -23501,buy_contrast_m10_bb_pos,buy,2026-01-27 13:48:00,668.0,36.876,1,leg_gt,1.75,60 -23502,buy_contrast_m10_bb_pos,buy,2026-01-27 14:12:00,667.0,37.0814,1,leg_gt,1.73,60 -23503,buy_contrast_m10_bb_pos,buy,2026-01-27 14:15:00,667.0,37.0814,1,leg_gt,1.73,60 -23504,buy_contrast_m10_bb_pos,buy,2026-01-27 14:18:00,666.0,37.2874,1,leg_gt,1.73,60 -23505,buy_contrast_m10_bb_pos,buy,2026-01-27 14:21:00,667.0,37.0814,1,leg_gt,1.73,60 -23506,buy_contrast_m10_bb_pos,buy,2026-01-27 14:24:00,666.0,37.2874,1,leg_gt,1.72,60 -23507,buy_contrast_m10_bb_pos,buy,2026-01-27 14:27:00,667.0,37.0814,1,leg_gt,1.72,60 -23508,buy_contrast_m10_bb_pos,buy,2026-01-27 14:30:00,666.0,37.2874,1,leg_gt,1.72,60 -23509,buy_contrast_m10_bb_pos,buy,2026-01-27 14:33:00,667.0,37.0814,1,leg_gt,1.72,60 -23510,buy_contrast_m10_bb_pos,buy,2026-01-27 14:36:00,667.0,37.0814,1,leg_gt,1.72,60 -23511,buy_contrast_m10_bb_pos,buy,2026-01-27 14:39:00,667.0,37.0814,1,leg_gt,1.71,60 -23512,buy_contrast_m10_bb_pos,buy,2026-01-27 15:00:00,666.0,37.2874,1,leg_gt,1.7,60 -23513,buy_contrast_m10_bb_pos,buy,2026-01-27 15:03:00,666.0,37.2874,1,leg_gt,1.7,60 -23514,buy_contrast_m10_bb_pos,buy,2026-01-27 15:06:00,667.0,37.0814,1,leg_gt,1.7,60 -23515,buy_contrast_m10_bb_pos,buy,2026-01-27 15:09:00,666.0,37.2874,1,leg_gt,1.69,60 -23516,buy_contrast_m10_bb_pos,buy,2026-01-27 15:51:00,665.0,37.494,1,leg_gt,1.66,60 -23517,buy_contrast_m10_bb_pos,buy,2026-01-27 15:54:00,665.0,37.494,1,leg_gt,1.66,60 -23518,buy_contrast_m10_bb_pos,buy,2026-01-27 15:57:00,665.0,37.494,1,leg_gt,1.66,60 -23519,buy_contrast_m10_bb_pos,buy,2026-01-27 16:00:00,665.0,37.494,1,leg_gt,1.66,60 -23520,buy_contrast_m10_bb_pos,buy,2026-01-27 16:03:00,665.0,37.494,1,leg_gt,1.66,60 -23521,buy_contrast_m10_bb_pos,buy,2026-01-27 16:06:00,666.0,37.2874,1,leg_gt,1.65,60 -23522,buy_contrast_m10_bb_pos,buy,2026-01-27 16:09:00,665.0,37.494,1,leg_gt,1.65,60 -23523,buy_contrast_m10_bb_pos,buy,2026-01-27 18:21:00,663.0,37.909,1,leg_gt,1.56,60 -23524,buy_contrast_m10_bb_pos,buy,2026-01-27 18:24:00,663.0,37.909,1,leg_gt,1.56,60 -23525,buy_contrast_m10_bb_pos,buy,2026-01-27 18:27:00,664.0,37.7012,1,leg_gt,1.56,60 -23526,buy_contrast_m10_bb_pos,buy,2026-01-27 23:51:00,664.0,37.7012,1,leg_gt,1.33,60 -23527,buy_contrast_m10_bb_pos,buy,2026-01-27 23:54:00,664.0,37.7012,1,leg_gt,1.33,60 -23528,buy_contrast_m10_bb_pos,buy,2026-01-27 23:57:00,665.0,37.494,1,leg_gt,1.33,60 -23529,buy_contrast_m10_bb_pos,buy,2026-01-28 00:00:00,663.0,37.909,1,leg_gt,1.32,60 -23530,buy_contrast_m10_bb_pos,buy,2026-01-28 00:03:00,668.0,36.876,1,leg_gt,1.32,60 -23531,buy_contrast_m10_bb_pos,buy,2026-01-28 00:06:00,666.0,37.2874,1,leg_gt,1.32,60 -23532,buy_contrast_m10_bb_pos,buy,2026-01-28 00:09:00,666.0,37.2874,1,leg_gt,1.32,60 -23533,buy_contrast_m10_bb_pos,buy,2026-01-28 02:51:00,659.0,38.7467,1,leg_gt,1.21,60 -23534,buy_contrast_m10_bb_pos,buy,2026-01-28 02:54:00,657.0,39.1694,1,leg_gt,1.2,60 -23535,buy_contrast_m10_bb_pos,buy,2026-01-28 02:57:00,658.0,38.9578,1,leg_gt,1.2,60 -23536,buy_contrast_m10_bb_pos,buy,2026-01-28 03:00:00,658.0,38.9578,1,leg_gt,1.2,60 -23537,buy_contrast_m10_bb_pos,buy,2026-01-28 03:03:00,662.0,38.1175,1,leg_gt,1.2,60 -23538,buy_contrast_m10_bb_pos,buy,2026-01-28 03:06:00,662.0,38.1175,1,leg_gt,1.2,60 -23539,buy_contrast_m10_bb_pos,buy,2026-01-28 03:09:00,661.0,38.3266,1,leg_gt,1.19,60 -23540,buy_contrast_m10_bb_pos,buy,2026-01-28 09:30:00,672.0,36.0607,1,leg_gt,0.93,60 -23541,buy_contrast_m10_bb_pos,buy,2026-01-28 09:33:00,671.0,36.2636,1,leg_gt,0.93,60 -23542,buy_contrast_m10_bb_pos,buy,2026-01-28 09:36:00,670.0,36.4672,1,leg_gt,0.92,60 -23543,buy_contrast_m10_bb_pos,buy,2026-01-28 09:39:00,670.0,36.4672,1,leg_gt,0.92,60 -23544,buy_contrast_m10_bb_pos,buy,2026-01-28 12:00:00,670.0,36.4672,1,leg_gt,0.82,60 -23545,buy_contrast_m10_bb_pos,buy,2026-01-28 12:03:00,669.0,36.6713,1,leg_gt,0.82,60 -23546,buy_contrast_m10_bb_pos,buy,2026-01-28 12:06:00,670.0,36.4672,1,leg_gt,0.82,60 -23547,buy_contrast_m10_bb_pos,buy,2026-01-28 12:09:00,670.0,36.4672,1,leg_gt,0.82,60 -23548,buy_contrast_m10_bb_pos,buy,2026-01-28 12:12:00,669.0,36.6713,1,leg_gt,0.82,60 -23549,buy_contrast_m10_bb_pos,buy,2026-01-28 12:15:00,669.0,36.6713,1,leg_gt,0.81,60 -23550,buy_contrast_m10_bb_pos,buy,2026-01-28 12:18:00,670.0,36.4672,1,leg_gt,0.81,60 -23551,buy_contrast_m10_bb_pos,buy,2026-01-28 12:51:00,668.0,36.876,1,leg_gt,0.79,60 -23552,buy_contrast_m10_bb_pos,buy,2026-01-28 12:54:00,668.0,36.876,1,leg_gt,0.79,60 -23553,buy_contrast_m10_bb_pos,buy,2026-01-28 12:57:00,668.0,36.876,1,leg_gt,0.79,60 -23554,buy_contrast_m10_bb_pos,buy,2026-01-28 13:42:00,665.0,37.494,1,leg_gt,0.75,60 -23555,buy_contrast_m10_bb_pos,buy,2026-01-28 13:45:00,665.0,37.494,1,leg_gt,0.75,60 -23556,buy_contrast_m10_bb_pos,buy,2026-01-28 13:48:00,665.0,37.494,1,leg_gt,0.75,60 -23557,buy_contrast_m10_bb_pos,buy,2026-01-28 13:51:00,665.0,37.494,1,leg_gt,0.75,60 -23558,buy_contrast_m10_bb_pos,buy,2026-01-28 13:54:00,664.0,37.7012,1,leg_gt,0.75,60 -23559,buy_contrast_m10_bb_pos,buy,2026-01-28 13:57:00,664.0,37.7012,1,leg_gt,0.74,60 -23560,buy_contrast_m10_bb_pos,buy,2026-01-28 14:21:00,665.0,37.494,1,leg_gt,0.73,60 -23561,buy_contrast_m10_bb_pos,buy,2026-01-28 14:24:00,665.0,37.494,1,leg_gt,0.72,60 -23562,buy_contrast_m10_bb_pos,buy,2026-01-28 14:27:00,664.0,37.7012,1,leg_gt,0.72,60 -23563,buy_contrast_m10_bb_pos,buy,2026-01-28 23:42:00,667.0,37.0814,1,leg_gt,0.34,60 -23564,buy_contrast_m10_bb_pos,buy,2026-01-28 23:45:00,666.0,37.2874,1,leg_gt,0.34,60 -23565,buy_contrast_m10_bb_pos,buy,2026-01-28 23:48:00,665.0,37.494,1,leg_gt,0.33,60 -23566,buy_contrast_m10_bb_pos,buy,2026-01-29 00:21:00,665.0,37.494,1,leg_gt,0.31,60 -23567,buy_contrast_m10_bb_pos,buy,2026-01-29 00:24:00,666.0,37.2874,1,leg_gt,0.31,60 -23568,buy_contrast_m10_bb_pos,buy,2026-01-29 00:27:00,665.0,37.494,1,leg_gt,0.31,60 -23569,buy_contrast_m10_bb_pos,buy,2026-01-29 00:51:00,664.0,37.7012,1,leg_gt,0.29,60 -23570,buy_contrast_m10_bb_pos,buy,2026-01-29 00:54:00,665.0,37.494,1,leg_gt,0.29,60 -23571,buy_contrast_m10_bb_pos,buy,2026-01-29 00:57:00,666.0,37.2874,1,leg_gt,0.29,60 -23572,buy_contrast_m10_bb_pos,buy,2026-01-29 01:21:00,664.0,37.7012,1,leg_gt,0.27,60 -23573,buy_contrast_m10_bb_pos,buy,2026-01-29 01:24:00,664.0,37.7012,1,leg_gt,0.27,60 -23574,buy_contrast_m10_bb_pos,buy,2026-01-29 01:27:00,664.0,37.7012,1,leg_gt,0.26,60 -23575,buy_contrast_m10_bb_pos,buy,2026-01-29 02:30:00,663.0,37.909,1,leg_gt,0.22,60 -23576,buy_contrast_m10_bb_pos,buy,2026-01-29 02:33:00,661.0,38.3266,1,leg_gt,0.22,60 -23577,buy_contrast_m10_bb_pos,buy,2026-01-29 02:36:00,662.0,38.1175,1,leg_gt,0.22,60 -23578,buy_contrast_m10_bb_pos,buy,2026-01-29 02:39:00,664.0,37.7012,1,leg_gt,0.21,60 -23579,buy_contrast_m10_bb_pos,buy,2026-01-29 02:42:00,664.0,37.7012,1,leg_gt,0.21,60 -23580,buy_contrast_m10_bb_pos,buy,2026-01-29 02:45:00,666.0,37.2874,1,leg_gt,0.21,60 -23581,buy_contrast_m10_bb_pos,buy,2026-01-29 02:48:00,665.0,37.494,1,leg_gt,0.21,60 -23582,buy_contrast_m10_bb_pos,buy,2026-01-29 11:51:00,773.0,-19.6343,0,leg_gt,2.92,60 -23583,buy_contrast_m10_bb_pos,buy,2026-01-29 11:54:00,771.0,-19.4256,0,leg_gt,2.92,60 -23584,buy_contrast_m10_bb_pos,buy,2026-01-29 11:57:00,774.0,-19.7382,0,leg_gt,2.91,60 -23585,buy_contrast_m10_bb_pos,buy,2026-01-29 12:00:00,775.0,-19.8419,0,leg_gt,2.91,60 -23586,buy_contrast_m10_bb_pos,buy,2026-01-29 12:03:00,775.0,-19.8419,0,leg_gt,2.91,60 -23587,buy_contrast_m10_bb_pos,buy,2026-01-29 12:06:00,777.0,-20.0485,0,leg_gt,2.91,60 -23588,buy_contrast_m10_bb_pos,buy,2026-01-29 12:09:00,779.0,-20.254,0,leg_gt,2.91,60 -23589,buy_contrast_m10_bb_pos,buy,2026-01-29 12:21:00,767.0,-19.0048,0,leg_gt,2.9,60 -23590,buy_contrast_m10_bb_pos,buy,2026-01-29 12:24:00,766.0,-18.899,0,leg_gt,2.9,60 -23591,buy_contrast_m10_bb_pos,buy,2026-01-29 12:27:00,762.0,-18.4727,0,leg_gt,2.89,60 -23592,buy_contrast_m10_bb_pos,buy,2026-01-29 12:30:00,763.0,-18.5797,0,leg_gt,2.89,60 -23593,buy_contrast_m10_bb_pos,buy,2026-01-29 12:33:00,768.0,-19.1104,0,leg_gt,2.89,60 -23594,buy_contrast_m10_bb_pos,buy,2026-01-29 12:36:00,763.0,-18.5797,0,leg_gt,2.89,60 -23595,buy_contrast_m10_bb_pos,buy,2026-01-29 12:39:00,763.0,-18.5797,0,leg_gt,2.89,60 -23596,buy_contrast_m10_bb_pos,buy,2026-01-29 12:42:00,767.0,-19.0048,0,leg_gt,2.88,60 -23597,buy_contrast_m10_bb_pos,buy,2026-01-29 12:45:00,763.0,-18.5797,0,leg_gt,2.88,60 -23598,buy_contrast_m10_bb_pos,buy,2026-01-29 12:48:00,763.0,-18.5797,0,leg_gt,2.88,60 -23599,buy_contrast_m10_bb_pos,buy,2026-01-29 12:51:00,766.0,-18.899,0,leg_gt,2.88,60 -23600,buy_contrast_m10_bb_pos,buy,2026-01-29 12:54:00,764.0,-18.6864,0,leg_gt,2.88,60 -23601,buy_contrast_m10_bb_pos,buy,2026-01-29 12:57:00,768.0,-19.1104,0,leg_gt,2.87,60 -23602,buy_contrast_m10_bb_pos,buy,2026-01-29 13:12:00,755.0,-17.7159,0,leg_gt,2.86,60 -23603,buy_contrast_m10_bb_pos,buy,2026-01-29 13:15:00,757.0,-17.9336,0,leg_gt,2.86,60 -23604,buy_contrast_m10_bb_pos,buy,2026-01-29 13:18:00,758.0,-18.042,0,leg_gt,2.86,60 -23605,buy_contrast_m10_bb_pos,buy,2026-01-29 14:51:00,748.0,-16.9449,0,leg_gt,2.79,60 -23606,buy_contrast_m10_bb_pos,buy,2026-01-29 14:54:00,748.0,-16.9449,0,leg_gt,2.79,60 -23607,buy_contrast_m10_bb_pos,buy,2026-01-29 14:57:00,746.0,-16.722,0,leg_gt,2.79,60 -23608,buy_contrast_m10_bb_pos,buy,2026-01-29 15:00:00,747.0,-16.8336,0,leg_gt,2.79,60 -23609,buy_contrast_m10_bb_pos,buy,2026-01-29 15:03:00,747.0,-16.8336,0,leg_gt,2.79,60 -23610,buy_contrast_m10_bb_pos,buy,2026-01-29 15:06:00,750.0,-17.1667,0,leg_gt,2.78,60 -23611,buy_contrast_m10_bb_pos,buy,2026-01-29 15:09:00,750.0,-17.1667,0,leg_gt,2.78,60 -23612,buy_contrast_m10_bb_pos,buy,2026-01-29 15:12:00,748.0,-16.9449,0,leg_gt,2.78,60 -23613,buy_contrast_m10_bb_pos,buy,2026-01-29 15:15:00,747.0,-16.8336,0,leg_gt,2.78,60 -23614,buy_contrast_m10_bb_pos,buy,2026-01-29 15:18:00,748.0,-16.9449,0,leg_gt,2.78,60 -23615,buy_contrast_m10_bb_pos,buy,2026-01-29 15:21:00,747.0,-16.8336,0,leg_gt,2.77,60 -23616,buy_contrast_m10_bb_pos,buy,2026-01-29 15:24:00,749.0,-17.0559,0,leg_gt,2.77,60 -23617,buy_contrast_m10_bb_pos,buy,2026-01-29 15:27:00,749.0,-17.0559,0,leg_gt,2.77,60 -23618,buy_contrast_m10_bb_pos,buy,2026-01-29 15:51:00,740.0,-16.0459,0,leg_gt,2.75,60 -23619,buy_contrast_m10_bb_pos,buy,2026-01-29 15:54:00,737.0,-15.7038,0,leg_gt,2.75,60 -23620,buy_contrast_m10_bb_pos,buy,2026-01-29 15:57:00,738.0,-15.8182,0,leg_gt,2.75,60 -23621,buy_contrast_m10_bb_pos,buy,2026-01-29 16:00:00,736.0,-15.5891,0,leg_gt,2.75,60 -23622,buy_contrast_m10_bb_pos,buy,2026-01-29 16:03:00,740.0,-16.0459,0,leg_gt,2.74,60 -23623,buy_contrast_m10_bb_pos,buy,2026-01-29 16:06:00,742.0,-16.2725,0,leg_gt,2.74,60 -23624,buy_contrast_m10_bb_pos,buy,2026-01-29 16:09:00,742.0,-16.2725,0,leg_gt,2.74,60 -23625,buy_contrast_m10_bb_pos,buy,2026-01-29 18:00:00,732.0,-15.1273,0,leg_gt,2.66,60 -23626,buy_contrast_m10_bb_pos,buy,2026-01-29 18:03:00,731.0,-15.0111,0,leg_gt,2.66,60 -23627,buy_contrast_m10_bb_pos,buy,2026-01-29 18:06:00,730.0,-14.8945,0,leg_gt,2.66,60 -23628,buy_contrast_m10_bb_pos,buy,2026-01-29 18:09:00,730.0,-14.8945,0,leg_gt,2.66,60 -23629,buy_contrast_m10_bb_pos,buy,2026-01-29 18:12:00,730.0,-14.8945,0,leg_gt,2.65,60 -23630,buy_contrast_m10_bb_pos,buy,2026-01-29 18:15:00,729.0,-14.7776,0,leg_gt,2.65,60 -23631,buy_contrast_m10_bb_pos,buy,2026-01-29 18:18:00,727.0,-14.5429,0,leg_gt,2.65,60 -23632,buy_contrast_m10_bb_pos,buy,2026-01-29 18:21:00,727.0,-14.5429,0,leg_gt,2.65,60 -23633,buy_contrast_m10_bb_pos,buy,2026-01-29 18:24:00,726.0,-14.4251,0,leg_gt,2.65,60 -23634,buy_contrast_m10_bb_pos,buy,2026-01-29 18:27:00,726.0,-14.4251,0,leg_gt,2.64,60 -23635,buy_contrast_m10_bb_pos,buy,2026-01-29 18:42:00,722.0,-13.9504,0,leg_gt,2.63,60 -23636,buy_contrast_m10_bb_pos,buy,2026-01-29 18:45:00,722.0,-13.9504,0,leg_gt,2.63,60 -23637,buy_contrast_m10_bb_pos,buy,2026-01-29 18:48:00,722.0,-13.9504,0,leg_gt,2.63,60 -23638,buy_contrast_m10_bb_pos,buy,2026-01-29 18:51:00,722.0,-13.9504,0,leg_gt,2.63,60 -23639,buy_contrast_m10_bb_pos,buy,2026-01-29 18:54:00,722.0,-13.9504,0,leg_gt,2.62,60 -23640,buy_contrast_m10_bb_pos,buy,2026-01-29 18:57:00,721.0,-13.8309,0,leg_gt,2.62,60 -23641,buy_contrast_m10_bb_pos,buy,2026-01-29 19:12:00,711.0,-12.6176,0,leg_gt,2.61,60 -23642,buy_contrast_m10_bb_pos,buy,2026-01-29 19:15:00,713.0,-12.863,0,leg_gt,2.61,60 -23643,buy_contrast_m10_bb_pos,buy,2026-01-29 19:18:00,713.0,-12.863,0,leg_gt,2.61,60 -23644,buy_contrast_m10_bb_pos,buy,2026-01-29 19:21:00,711.0,-12.6176,0,leg_gt,2.61,60 -23645,buy_contrast_m10_bb_pos,buy,2026-01-29 19:24:00,711.0,-12.6176,0,leg_gt,2.6,60 -23646,buy_contrast_m10_bb_pos,buy,2026-01-29 19:27:00,712.0,-12.7404,0,leg_gt,2.6,60 -23647,buy_contrast_m10_bb_pos,buy,2026-01-29 19:30:00,712.0,-12.7404,0,leg_gt,2.6,60 -23648,buy_contrast_m10_bb_pos,buy,2026-01-29 19:33:00,711.0,-12.6176,0,leg_gt,2.6,60 -23649,buy_contrast_m10_bb_pos,buy,2026-01-29 19:36:00,711.0,-12.6176,0,leg_gt,2.6,60 -23650,buy_contrast_m10_bb_pos,buy,2026-01-29 19:39:00,709.0,-12.3708,0,leg_gt,2.59,60 -23651,buy_contrast_m10_bb_pos,buy,2026-01-29 19:42:00,709.0,-12.3708,0,leg_gt,2.59,60 -23652,buy_contrast_m10_bb_pos,buy,2026-01-29 19:45:00,710.0,-12.4944,0,leg_gt,2.59,60 -23653,buy_contrast_m10_bb_pos,buy,2026-01-29 19:48:00,711.0,-12.6176,0,leg_gt,2.59,60 -23654,buy_contrast_m10_bb_pos,buy,2026-01-29 21:51:00,699.0,-11.1157,0,leg_gt,2.5,60 -23655,buy_contrast_m10_bb_pos,buy,2026-01-29 21:54:00,700.0,-11.2429,0,leg_gt,2.5,60 -23656,buy_contrast_m10_bb_pos,buy,2026-01-29 21:57:00,701.0,-11.3696,0,leg_gt,2.5,60 -23657,buy_contrast_m10_bb_pos,buy,2026-01-30 00:21:00,696.0,-10.7322,0,leg_gt,2.4,60 -23658,buy_contrast_m10_bb_pos,buy,2026-01-30 00:24:00,698.0,-10.9883,0,leg_gt,2.4,60 -23659,buy_contrast_m10_bb_pos,buy,2026-01-30 00:27:00,701.0,-11.3696,0,leg_gt,2.39,60 -23660,buy_contrast_m10_bb_pos,buy,2026-01-30 04:21:00,701.0,-11.3696,0,leg_gt,2.23,60 -23661,buy_contrast_m10_bb_pos,buy,2026-01-30 04:24:00,697.0,-10.8604,0,leg_gt,2.23,60 -23662,buy_contrast_m10_bb_pos,buy,2026-01-30 04:27:00,699.0,-11.1157,0,leg_gt,2.23,60 -23663,buy_contrast_m10_bb_pos,buy,2026-01-30 04:30:00,699.0,-11.1157,0,leg_gt,2.22,60 -23664,buy_contrast_m10_bb_pos,buy,2026-01-30 04:33:00,702.0,-11.496,0,leg_gt,2.22,60 -23665,buy_contrast_m10_bb_pos,buy,2026-01-30 04:36:00,702.0,-11.496,0,leg_gt,2.22,60 -23666,buy_contrast_m10_bb_pos,buy,2026-01-30 04:39:00,701.0,-11.3696,0,leg_gt,2.22,60 -23667,buy_contrast_m10_bb_pos,buy,2026-01-30 04:42:00,699.0,-11.1157,0,leg_gt,2.22,60 -23668,buy_contrast_m10_bb_pos,buy,2026-01-30 04:45:00,697.0,-10.8604,0,leg_gt,2.21,60 -23669,buy_contrast_m10_bb_pos,buy,2026-01-30 04:48:00,699.0,-11.1157,0,leg_gt,2.21,60 -23670,buy_contrast_m10_bb_pos,buy,2026-01-30 05:00:00,698.0,-10.9883,0,leg_gt,2.2,60 -23671,buy_contrast_m10_bb_pos,buy,2026-01-30 05:03:00,695.0,-10.6036,0,leg_gt,2.2,60 -23672,buy_contrast_m10_bb_pos,buy,2026-01-30 05:06:00,697.0,-10.8604,0,leg_gt,2.2,60 -23673,buy_contrast_m10_bb_pos,buy,2026-01-30 05:09:00,697.0,-10.8604,0,leg_gt,2.2,60 -23674,buy_contrast_m10_bb_pos,buy,2026-01-30 05:12:00,696.0,-10.7322,0,leg_gt,2.2,60 -23675,buy_contrast_m10_bb_pos,buy,2026-01-30 05:15:00,696.0,-10.7322,0,leg_gt,2.19,60 -23676,buy_contrast_m10_bb_pos,buy,2026-01-30 05:18:00,694.0,-10.4746,0,leg_gt,2.19,60 -23677,buy_contrast_m10_bb_pos,buy,2026-01-30 05:21:00,694.0,-10.4746,0,leg_gt,2.19,60 -23678,buy_contrast_m10_bb_pos,buy,2026-01-30 05:24:00,695.0,-10.6036,0,leg_gt,2.19,60 -23679,buy_contrast_m10_bb_pos,buy,2026-01-30 05:27:00,695.0,-10.6036,0,leg_gt,2.19,60 -23680,buy_contrast_m10_bb_pos,buy,2026-01-30 05:30:00,695.0,-10.6036,0,leg_gt,2.18,60 -23681,buy_contrast_m10_bb_pos,buy,2026-01-30 05:33:00,696.0,-10.7322,0,leg_gt,2.18,60 -23682,buy_contrast_m10_bb_pos,buy,2026-01-30 05:36:00,696.0,-10.7322,0,leg_gt,2.18,60 -23683,buy_contrast_m10_bb_pos,buy,2026-01-30 05:39:00,694.0,-10.4746,0,leg_gt,2.18,60 -23684,buy_contrast_m10_bb_pos,buy,2026-01-30 05:42:00,694.0,-10.4746,0,leg_gt,2.17,60 -23685,buy_contrast_m10_bb_pos,buy,2026-01-30 05:45:00,693.0,-10.3453,0,leg_gt,2.17,60 -23686,buy_contrast_m10_bb_pos,buy,2026-01-30 05:48:00,691.0,-10.0855,0,leg_gt,2.17,60 -23687,buy_contrast_m10_bb_pos,buy,2026-01-30 05:51:00,693.0,-10.3453,0,leg_gt,2.17,60 -23688,buy_contrast_m10_bb_pos,buy,2026-01-30 05:54:00,691.0,-10.0855,0,leg_gt,2.17,60 -23689,buy_contrast_m10_bb_pos,buy,2026-01-30 05:57:00,693.0,-10.3453,0,leg_gt,2.16,60 -23690,buy_contrast_m10_bb_pos,buy,2026-01-30 09:12:00,697.0,-10.8604,0,leg_gt,2.03,60 -23691,buy_contrast_m10_bb_pos,buy,2026-01-30 09:15:00,703.0,-11.622,0,leg_gt,2.03,60 -23692,buy_contrast_m10_bb_pos,buy,2026-01-30 09:18:00,697.0,-10.8604,0,leg_gt,2.02,60 -23693,buy_contrast_m10_bb_pos,buy,2026-01-30 09:21:00,692.0,-10.2156,0,leg_gt,2.02,60 -23694,buy_contrast_m10_bb_pos,buy,2026-01-30 09:24:00,694.0,-10.4746,0,leg_gt,2.02,60 -23695,buy_contrast_m10_bb_pos,buy,2026-01-30 09:27:00,693.0,-10.3453,0,leg_gt,2.02,60 -23696,buy_contrast_m10_bb_pos,buy,2026-01-30 09:51:00,688.0,-9.693,0,leg_gt,2.0,60 -23697,buy_contrast_m10_bb_pos,buy,2026-01-30 09:54:00,687.0,-9.5614,0,leg_gt,2.0,60 -23698,buy_contrast_m10_bb_pos,buy,2026-01-30 09:57:00,686.0,-9.4294,0,leg_gt,2.0,60 -23699,buy_contrast_m10_bb_pos,buy,2026-01-30 10:00:00,688.0,-9.693,0,leg_gt,2.0,60 -23700,buy_contrast_m10_bb_pos,buy,2026-01-30 10:03:00,686.0,-9.4294,0,leg_gt,1.99,60 -23701,buy_contrast_m10_bb_pos,buy,2026-01-30 10:06:00,688.0,-9.693,0,leg_gt,1.99,60 -23702,buy_contrast_m10_bb_pos,buy,2026-01-30 10:09:00,687.0,-9.5614,0,leg_gt,1.99,60 -23703,buy_contrast_m10_bb_pos,buy,2026-01-30 10:12:00,687.0,-9.5614,0,leg_gt,1.99,60 -23704,buy_contrast_m10_bb_pos,buy,2026-01-30 10:15:00,690.0,-9.9551,0,leg_gt,1.99,60 -23705,buy_contrast_m10_bb_pos,buy,2026-01-30 10:18:00,691.0,-10.0855,0,leg_gt,1.98,60 -23706,buy_contrast_m10_bb_pos,buy,2026-01-30 11:00:00,676.0,-8.0882,0,leg_gt,1.95,60 -23707,buy_contrast_m10_bb_pos,buy,2026-01-30 11:03:00,675.0,-7.9519,0,leg_gt,1.95,60 -23708,buy_contrast_m10_bb_pos,buy,2026-01-30 11:06:00,672.0,-7.5405,0,leg_gt,1.95,60 -23709,buy_contrast_m10_bb_pos,buy,2026-01-30 11:09:00,671.0,-7.4025,0,leg_gt,1.95,60 -23710,buy_contrast_m10_bb_pos,buy,2026-01-30 11:12:00,672.0,-7.5405,0,leg_gt,1.95,60 -23711,buy_contrast_m10_bb_pos,buy,2026-01-30 11:15:00,671.0,-7.4025,0,leg_gt,1.94,60 -23712,buy_contrast_m10_bb_pos,buy,2026-01-30 11:18:00,670.0,-7.2642,0,leg_gt,1.94,60 -23713,buy_contrast_m10_bb_pos,buy,2026-01-30 11:42:00,666.0,-6.7066,0,leg_gt,1.92,60 -23714,buy_contrast_m10_bb_pos,buy,2026-01-30 11:45:00,668.0,-6.9862,0,leg_gt,1.92,60 -23715,buy_contrast_m10_bb_pos,buy,2026-01-30 11:48:00,667.0,-6.8466,0,leg_gt,1.92,60 -23716,buy_contrast_m10_bb_pos,buy,2026-01-30 12:00:00,663.0,-6.284,0,leg_gt,1.91,60 -23717,buy_contrast_m10_bb_pos,buy,2026-01-30 12:03:00,667.0,-6.8466,0,leg_gt,1.91,60 -23718,buy_contrast_m10_bb_pos,buy,2026-01-30 12:06:00,666.0,-6.7066,0,leg_gt,1.91,60 -23719,buy_contrast_m10_bb_pos,buy,2026-01-30 12:09:00,668.0,-6.9862,0,leg_gt,1.91,60 -23720,buy_contrast_m10_bb_pos,buy,2026-01-30 17:42:00,670.0,-7.2642,0,leg_gt,1.68,60 -23721,buy_contrast_m10_bb_pos,buy,2026-01-30 17:45:00,670.0,-7.2642,0,leg_gt,1.67,60 -23722,buy_contrast_m10_bb_pos,buy,2026-01-30 17:48:00,670.0,-7.2642,0,leg_gt,1.67,60 -23723,buy_contrast_m10_bb_pos,buy,2026-01-30 17:51:00,670.0,-7.2642,0,leg_gt,1.67,60 -23724,buy_contrast_m10_bb_pos,buy,2026-01-30 17:54:00,671.0,-7.4025,0,leg_gt,1.67,60 -23725,buy_contrast_m10_bb_pos,buy,2026-01-30 17:57:00,672.0,-7.5405,0,leg_gt,1.66,60 -23726,buy_contrast_m10_bb_pos,buy,2026-01-30 18:21:00,669.0,-7.1254,0,leg_gt,1.65,60 -23727,buy_contrast_m10_bb_pos,buy,2026-01-30 18:24:00,668.0,-6.9862,0,leg_gt,1.65,60 -23728,buy_contrast_m10_bb_pos,buy,2026-01-30 18:27:00,669.0,-7.1254,0,leg_gt,1.64,60 -23729,buy_contrast_m10_bb_pos,buy,2026-01-30 18:30:00,669.0,-7.1254,0,leg_gt,1.64,60 -23730,buy_contrast_m10_bb_pos,buy,2026-01-30 18:33:00,671.0,-7.4025,0,leg_gt,1.64,60 -23731,buy_contrast_m10_bb_pos,buy,2026-01-30 18:36:00,670.0,-7.2642,0,leg_gt,1.64,60 -23732,buy_contrast_m10_bb_pos,buy,2026-01-30 18:39:00,670.0,-7.2642,0,leg_gt,1.64,60 -23733,buy_contrast_m10_bb_pos,buy,2026-01-31 03:21:00,680.0,-8.6294,0,leg_gt,1.27,60 -23734,buy_contrast_m10_bb_pos,buy,2026-01-31 03:24:00,680.0,-8.6294,0,leg_gt,1.27,60 -23735,buy_contrast_m10_bb_pos,buy,2026-01-31 03:27:00,689.0,-9.8242,0,leg_gt,1.27,60 -23736,buy_contrast_m10_bb_pos,buy,2026-01-31 07:30:00,702.0,-11.496,0,leg_gt,1.1,60 -23737,buy_contrast_m10_bb_pos,buy,2026-01-31 07:33:00,703.0,-11.622,0,leg_gt,1.1,60 -23738,buy_contrast_m10_bb_pos,buy,2026-01-31 07:36:00,705.0,-11.873,0,leg_gt,1.1,60 -23739,buy_contrast_m10_bb_pos,buy,2026-01-31 07:39:00,707.0,-12.1226,0,leg_gt,1.09,60 -23740,buy_contrast_m10_bb_pos,buy,2026-01-31 08:21:00,698.0,-10.9883,0,leg_gt,1.06,60 -23741,buy_contrast_m10_bb_pos,buy,2026-01-31 08:24:00,695.0,-10.6036,0,leg_gt,1.06,60 -23742,buy_contrast_m10_bb_pos,buy,2026-01-31 08:27:00,696.0,-10.7322,0,leg_gt,1.06,60 -23743,buy_contrast_m10_bb_pos,buy,2026-01-31 08:42:00,695.0,-10.6036,0,leg_gt,1.05,60 -23744,buy_contrast_m10_bb_pos,buy,2026-01-31 08:45:00,697.0,-10.8604,0,leg_gt,1.05,60 -23745,buy_contrast_m10_bb_pos,buy,2026-01-31 08:48:00,698.0,-10.9883,0,leg_gt,1.05,60 -23746,buy_contrast_m10_bb_pos,buy,2026-01-31 08:51:00,698.0,-10.9883,0,leg_gt,1.04,60 -23747,buy_contrast_m10_bb_pos,buy,2026-01-31 08:54:00,697.0,-10.8604,0,leg_gt,1.04,60 -23748,buy_contrast_m10_bb_pos,buy,2026-01-31 08:57:00,698.0,-10.9883,0,leg_gt,1.04,60 -23749,buy_contrast_m10_bb_pos,buy,2026-01-31 09:21:00,694.0,-10.4746,0,leg_gt,1.02,60 -23750,buy_contrast_m10_bb_pos,buy,2026-01-31 09:24:00,691.0,-10.0855,0,leg_gt,1.02,60 -23751,buy_contrast_m10_bb_pos,buy,2026-01-31 09:27:00,690.0,-9.9551,0,leg_gt,1.02,60 -23752,buy_contrast_m10_bb_pos,buy,2026-01-31 09:30:00,690.0,-9.9551,0,leg_gt,1.02,60 -23753,buy_contrast_m10_bb_pos,buy,2026-01-31 09:33:00,690.0,-9.9551,0,leg_gt,1.01,60 -23754,buy_contrast_m10_bb_pos,buy,2026-01-31 09:36:00,690.0,-9.9551,0,leg_gt,1.01,60 -23755,buy_contrast_m10_bb_pos,buy,2026-01-31 09:39:00,691.0,-10.0855,0,leg_gt,1.01,60 -23756,buy_contrast_m10_bb_pos,buy,2026-01-31 09:42:00,691.0,-10.0855,0,leg_gt,1.01,60 -23757,buy_contrast_m10_bb_pos,buy,2026-01-31 09:45:00,690.0,-9.9551,0,leg_gt,1.01,60 -23758,buy_contrast_m10_bb_pos,buy,2026-01-31 09:48:00,689.0,-9.8242,0,leg_gt,1.0,60 -23759,buy_contrast_m10_bb_pos,buy,2026-01-31 09:51:00,691.0,-10.0855,0,leg_gt,1.0,60 -23760,buy_contrast_m10_bb_pos,buy,2026-01-31 09:54:00,689.0,-9.8242,0,leg_gt,1.0,60 -23761,buy_contrast_m10_bb_pos,buy,2026-01-31 09:57:00,687.0,-9.5614,0,leg_gt,1.0,60 -23762,buy_contrast_m10_bb_pos,buy,2026-01-31 10:00:00,687.0,-9.5614,0,leg_gt,1.0,60 -23763,buy_contrast_m10_bb_pos,buy,2026-01-31 10:03:00,685.0,-9.2971,0,leg_gt,0.99,60 -23764,buy_contrast_m10_bb_pos,buy,2026-01-31 10:06:00,688.0,-9.693,0,leg_gt,0.99,60 -23765,buy_contrast_m10_bb_pos,buy,2026-01-31 10:09:00,689.0,-9.8242,0,leg_gt,0.99,60 -23766,buy_contrast_m10_bb_pos,buy,2026-01-31 10:12:00,689.0,-9.8242,0,leg_gt,0.99,60 -23767,buy_contrast_m10_bb_pos,buy,2026-01-31 10:15:00,689.0,-9.8242,0,leg_gt,0.99,60 -23768,buy_contrast_m10_bb_pos,buy,2026-01-31 10:18:00,688.0,-9.693,0,leg_gt,0.98,60 -23769,buy_contrast_m10_bb_pos,buy,2026-01-31 10:21:00,688.0,-9.693,0,leg_gt,0.98,60 -23770,buy_contrast_m10_bb_pos,buy,2026-01-31 10:24:00,688.0,-9.693,0,leg_gt,0.98,60 -23771,buy_contrast_m10_bb_pos,buy,2026-01-31 10:27:00,688.0,-9.693,0,leg_gt,0.98,60 -23772,buy_contrast_m10_bb_pos,buy,2026-01-31 10:30:00,686.0,-9.4294,0,leg_gt,0.98,60 -23773,buy_contrast_m10_bb_pos,buy,2026-01-31 10:33:00,685.0,-9.2971,0,leg_gt,0.97,60 -23774,buy_contrast_m10_bb_pos,buy,2026-01-31 10:36:00,683.0,-9.0312,0,leg_gt,0.97,60 -23775,buy_contrast_m10_bb_pos,buy,2026-01-31 10:39:00,683.0,-9.0312,0,leg_gt,0.97,60 -23776,buy_contrast_m10_bb_pos,buy,2026-01-31 10:42:00,685.0,-9.2971,0,leg_gt,0.97,60 -23777,buy_contrast_m10_bb_pos,buy,2026-01-31 10:45:00,686.0,-9.4294,0,leg_gt,0.96,60 -23778,buy_contrast_m10_bb_pos,buy,2026-01-31 10:48:00,685.0,-9.2971,0,leg_gt,0.96,60 -23779,buy_contrast_m10_bb_pos,buy,2026-01-31 10:51:00,685.0,-9.2971,0,leg_gt,0.96,60 -23780,buy_contrast_m10_bb_pos,buy,2026-01-31 10:54:00,684.0,-9.1643,0,leg_gt,0.96,60 -23781,buy_contrast_m10_bb_pos,buy,2026-01-31 10:57:00,687.0,-9.5614,0,leg_gt,0.96,60 -23782,buy_contrast_m10_bb_pos,buy,2026-01-31 12:21:00,681.0,-8.7637,0,leg_gt,0.9,60 -23783,buy_contrast_m10_bb_pos,buy,2026-01-31 12:24:00,680.0,-8.6294,0,leg_gt,0.9,60 -23784,buy_contrast_m10_bb_pos,buy,2026-01-31 12:27:00,680.0,-8.6294,0,leg_gt,0.89,60 -23785,buy_contrast_m10_bb_pos,buy,2026-01-31 12:51:00,678.0,-8.3596,0,leg_gt,0.88,60 -23786,buy_contrast_m10_bb_pos,buy,2026-01-31 12:54:00,677.0,-8.2241,0,leg_gt,0.88,60 -23787,buy_contrast_m10_bb_pos,buy,2026-01-31 12:57:00,676.0,-8.0882,0,leg_gt,0.87,60 -23788,buy_contrast_m10_bb_pos,buy,2026-01-31 13:21:00,675.0,-7.9519,0,leg_gt,0.86,60 -23789,buy_contrast_m10_bb_pos,buy,2026-01-31 13:24:00,675.0,-7.9519,0,leg_gt,0.85,60 -23790,buy_contrast_m10_bb_pos,buy,2026-01-31 13:27:00,675.0,-7.9519,0,leg_gt,0.85,60 -23791,buy_contrast_m10_bb_pos,buy,2026-01-31 13:51:00,675.0,-7.9519,0,leg_gt,0.84,60 -23792,buy_contrast_m10_bb_pos,buy,2026-01-31 13:54:00,674.0,-7.8151,0,leg_gt,0.83,60 -23793,buy_contrast_m10_bb_pos,buy,2026-01-31 13:57:00,676.0,-8.0882,0,leg_gt,0.83,60 -23794,buy_contrast_m10_bb_pos,buy,2026-01-31 16:00:00,671.0,-7.4025,0,leg_gt,0.75,60 -23795,buy_contrast_m10_bb_pos,buy,2026-01-31 16:03:00,671.0,-7.4025,0,leg_gt,0.74,60 -23796,buy_contrast_m10_bb_pos,buy,2026-01-31 16:06:00,671.0,-7.4025,0,leg_gt,0.74,60 -23797,buy_contrast_m10_bb_pos,buy,2026-01-31 16:09:00,671.0,-7.4025,0,leg_gt,0.74,60 -23798,buy_contrast_m10_bb_pos,buy,2026-01-31 16:12:00,671.0,-7.4025,0,leg_gt,0.74,60 -23799,buy_contrast_m10_bb_pos,buy,2026-01-31 16:15:00,671.0,-7.4025,0,leg_gt,0.74,60 -23800,buy_contrast_m10_bb_pos,buy,2026-01-31 16:18:00,670.0,-7.2642,0,leg_gt,0.73,60 -23801,buy_contrast_m10_bb_pos,buy,2026-01-31 16:21:00,670.0,-7.2642,0,leg_gt,0.73,60 -23802,buy_contrast_m10_bb_pos,buy,2026-01-31 16:24:00,670.0,-7.2642,0,leg_gt,0.73,60 -23803,buy_contrast_m10_bb_pos,buy,2026-01-31 16:27:00,670.0,-7.2642,0,leg_gt,0.73,60 -23804,buy_contrast_m10_bb_pos,buy,2026-01-31 16:30:00,669.0,-7.1254,0,leg_gt,0.72,60 -23805,buy_contrast_m10_bb_pos,buy,2026-01-31 16:33:00,666.0,-6.7066,0,leg_gt,0.72,60 -23806,buy_contrast_m10_bb_pos,buy,2026-01-31 16:36:00,668.0,-6.9862,0,leg_gt,0.72,60 -23807,buy_contrast_m10_bb_pos,buy,2026-01-31 16:39:00,664.0,-6.4253,0,leg_gt,0.72,60 -23808,buy_contrast_m10_bb_pos,buy,2026-01-31 16:51:00,665.0,-6.5662,0,leg_gt,0.71,60 -23809,buy_contrast_m10_bb_pos,buy,2026-01-31 16:54:00,666.0,-6.7066,0,leg_gt,0.71,60 -23810,buy_contrast_m10_bb_pos,buy,2026-01-31 16:57:00,667.0,-6.8466,0,leg_gt,0.71,60 -23811,buy_contrast_m10_bb_pos,buy,2026-01-31 17:00:00,666.0,-6.7066,0,leg_gt,0.7,60 -23812,buy_contrast_m10_bb_pos,buy,2026-01-31 17:03:00,668.0,-6.9862,0,leg_gt,0.7,60 -23813,buy_contrast_m10_bb_pos,buy,2026-01-31 17:06:00,667.0,-6.8466,0,leg_gt,0.7,60 -23814,buy_contrast_m10_bb_pos,buy,2026-01-31 17:09:00,666.0,-6.7066,0,leg_gt,0.7,60 -23815,buy_contrast_m10_bb_pos,buy,2026-01-31 17:12:00,664.0,-6.4253,0,leg_gt,0.7,60 -23816,buy_contrast_m10_bb_pos,buy,2026-01-31 17:15:00,666.0,-6.7066,0,leg_gt,0.69,60 -23817,buy_contrast_m10_bb_pos,buy,2026-01-31 17:18:00,663.0,-6.284,0,leg_gt,0.69,60 -23818,buy_contrast_m10_bb_pos,buy,2026-01-31 17:21:00,663.0,-6.284,0,leg_gt,0.69,60 -23819,buy_contrast_m10_bb_pos,buy,2026-01-31 17:24:00,663.0,-6.284,0,leg_gt,0.69,60 -23820,buy_contrast_m10_bb_pos,buy,2026-01-31 17:27:00,661.0,-6.0002,0,leg_gt,0.69,60 -23821,buy_contrast_m10_bb_pos,buy,2026-01-31 17:42:00,658.0,-5.5711,0,leg_gt,0.68,60 -23822,buy_contrast_m10_bb_pos,buy,2026-01-31 17:45:00,657.0,-5.4272,0,leg_gt,0.67,60 -23823,buy_contrast_m10_bb_pos,buy,2026-01-31 17:48:00,658.0,-5.5711,0,leg_gt,0.67,60 -23824,buy_contrast_m10_bb_pos,buy,2026-01-31 17:51:00,658.0,-5.5711,0,leg_gt,0.67,60 -23825,buy_contrast_m10_bb_pos,buy,2026-01-31 17:54:00,658.0,-5.5711,0,leg_gt,0.67,60 -23826,buy_contrast_m10_bb_pos,buy,2026-01-31 17:57:00,662.0,-6.1423,0,leg_gt,0.66,60 -23827,buy_contrast_m10_bb_pos,buy,2026-01-31 20:00:00,656.0,-5.2829,0,leg_gt,0.58,60 -23828,buy_contrast_m10_bb_pos,buy,2026-01-31 20:03:00,654.0,-4.993,0,leg_gt,0.58,60 -23829,buy_contrast_m10_bb_pos,buy,2026-01-31 20:06:00,654.0,-4.993,0,leg_gt,0.57,60 -23830,buy_contrast_m10_bb_pos,buy,2026-01-31 20:09:00,653.0,-4.8473,0,leg_gt,0.57,60 -23831,buy_contrast_m10_bb_pos,buy,2026-01-31 21:00:00,652.0,-4.7012,0,leg_gt,0.54,60 -23832,buy_contrast_m10_bb_pos,buy,2026-01-31 21:03:00,653.0,-4.8473,0,leg_gt,0.54,60 -23833,buy_contrast_m10_bb_pos,buy,2026-01-31 21:06:00,653.0,-4.8473,0,leg_gt,0.53,60 -23834,buy_contrast_m10_bb_pos,buy,2026-01-31 21:09:00,653.0,-4.8473,0,leg_gt,0.53,60 -23835,buy_contrast_m10_bb_pos,buy,2026-01-31 23:00:00,651.0,-4.5547,0,leg_gt,0.45,60 -23836,buy_contrast_m10_bb_pos,buy,2026-01-31 23:03:00,652.0,-4.7012,0,leg_gt,0.45,60 -23837,buy_contrast_m10_bb_pos,buy,2026-01-31 23:06:00,653.0,-4.8473,0,leg_gt,0.45,60 -23838,buy_contrast_m10_bb_pos,buy,2026-01-31 23:09:00,650.0,-4.4077,0,leg_gt,0.45,60 -23839,buy_contrast_m10_bb_pos,buy,2026-02-01 00:00:00,625.0,-0.58,0,leg_gt,0.41,60 -23840,buy_contrast_m10_bb_pos,buy,2026-02-01 00:03:00,626.0,-0.739,0,leg_gt,0.41,60 -23841,buy_contrast_m10_bb_pos,buy,2026-02-01 00:06:00,631.0,-1.5263,0,leg_gt,0.41,60 -23842,buy_contrast_m10_bb_pos,buy,2026-02-01 00:09:00,630.0,-1.3698,0,leg_gt,0.41,60 -23843,buy_contrast_m10_bb_pos,buy,2026-02-01 00:21:00,624.0,-0.4205,0,leg_gt,0.4,60 -23844,buy_contrast_m10_bb_pos,buy,2026-02-01 00:24:00,623.0,-0.2605,0,leg_gt,0.4,60 -23845,buy_contrast_m10_bb_pos,buy,2026-02-01 00:27:00,623.0,-0.2605,0,leg_gt,0.39,60 -23846,buy_contrast_m10_bb_pos,buy,2026-02-01 03:00:00,589.0,5.5027,1,leg_gt,0.29,60 -23847,buy_contrast_m10_bb_pos,buy,2026-02-01 03:03:00,589.0,5.5027,1,leg_gt,0.29,60 -23848,buy_contrast_m10_bb_pos,buy,2026-02-01 03:06:00,589.0,5.5027,1,leg_gt,0.28,60 -23849,buy_contrast_m10_bb_pos,buy,2026-02-01 03:09:00,586.0,6.0433,1,leg_gt,0.28,60 -23850,buy_contrast_m10_bb_pos,buy,2026-02-01 03:12:00,587.0,5.8625,1,leg_gt,0.28,60 -23851,buy_contrast_m10_bb_pos,buy,2026-02-01 03:15:00,586.0,6.0433,1,leg_gt,0.28,60 -23852,buy_contrast_m10_bb_pos,buy,2026-02-01 03:18:00,582.0,6.7729,1,leg_gt,0.28,60 -23853,buy_contrast_m10_bb_pos,buy,2026-02-01 03:21:00,582.0,6.7729,1,leg_gt,0.27,60 -23854,buy_contrast_m10_bb_pos,buy,2026-02-01 03:24:00,584.0,6.4068,1,leg_gt,0.27,60 -23855,buy_contrast_m10_bb_pos,buy,2026-02-01 03:27:00,583.0,6.5895,1,leg_gt,0.27,60 -23856,buy_contrast_m10_bb_pos,buy,2026-02-01 03:30:00,586.0,6.0433,1,leg_gt,0.27,60 -23857,buy_contrast_m10_bb_pos,buy,2026-02-01 03:33:00,584.0,6.4068,1,leg_gt,0.26,60 -23858,buy_contrast_m10_bb_pos,buy,2026-02-01 03:36:00,580.0,7.1414,1,leg_gt,0.26,60 -23859,buy_contrast_m10_bb_pos,buy,2026-02-01 03:39:00,580.0,7.1414,1,leg_gt,0.26,60 -23860,buy_contrast_m10_bb_pos,buy,2026-02-01 03:42:00,576.0,7.8861,1,leg_gt,0.26,60 -23861,buy_contrast_m10_bb_pos,buy,2026-02-01 03:45:00,572.0,8.6413,1,leg_gt,0.26,60 -23862,buy_contrast_m10_bb_pos,buy,2026-02-01 03:48:00,579.0,7.3266,1,leg_gt,0.25,60 -23863,buy_contrast_m10_bb_pos,buy,2026-02-01 03:51:00,577.0,7.699,1,leg_gt,0.25,60 -23864,buy_contrast_m10_bb_pos,buy,2026-02-01 03:54:00,581.0,6.9568,1,leg_gt,0.25,60 -23865,buy_contrast_m10_bb_pos,buy,2026-02-01 03:57:00,578.0,7.5125,1,leg_gt,0.25,60 -23866,buy_contrast_m10_bb_pos,buy,2026-02-01 04:00:00,576.0,7.8861,1,leg_gt,0.25,60 -23867,buy_contrast_m10_bb_pos,buy,2026-02-01 04:03:00,580.0,7.1414,1,leg_gt,0.24,60 -23868,buy_contrast_m10_bb_pos,buy,2026-02-01 04:06:00,580.0,7.1414,1,leg_gt,0.24,60 -23869,buy_contrast_m10_bb_pos,buy,2026-02-01 04:09:00,582.0,6.7729,1,leg_gt,0.24,60 -23870,buy_contrast_m10_bb_pos,buy,2026-02-01 10:21:00,606.0,1.2201,1,leg_gt,0.03,60 -23871,buy_contrast_m10_bb_pos,buy,2026-02-01 10:24:00,606.0,1.2201,1,leg_gt,0.02,60 -23872,buy_contrast_m10_bb_pos,buy,2026-02-01 10:27:00,609.0,0.721,1,leg_gt,0.02,60 -23873,buy_contrast_m10_bb_pos,buy,2026-02-01 14:12:00,610.0,2.523,1,leg_gt,2.6,60 -23874,buy_contrast_m10_bb_pos,buy,2026-02-01 14:15:00,610.0,2.523,1,leg_gt,2.6,60 -23875,buy_contrast_m10_bb_pos,buy,2026-02-01 14:18:00,610.0,2.523,1,leg_gt,2.59,60 -23876,buy_contrast_m10_bb_pos,buy,2026-02-01 14:42:00,611.0,2.355,1,leg_gt,2.58,60 -23877,buy_contrast_m10_bb_pos,buy,2026-02-01 14:45:00,608.0,2.8605,1,leg_gt,2.58,60 -23878,buy_contrast_m10_bb_pos,buy,2026-02-01 14:48:00,608.0,2.8605,1,leg_gt,2.57,60 -23879,buy_contrast_m10_bb_pos,buy,2026-02-01 18:00:00,606.0,3.2003,1,leg_gt,2.44,60 -23880,buy_contrast_m10_bb_pos,buy,2026-02-01 18:03:00,604.0,3.5424,1,leg_gt,2.44,60 -23881,buy_contrast_m10_bb_pos,buy,2026-02-01 18:06:00,607.0,3.0301,1,leg_gt,2.44,60 -23882,buy_contrast_m10_bb_pos,buy,2026-02-01 18:09:00,607.0,3.0301,1,leg_gt,2.43,60 -23883,buy_contrast_m10_bb_pos,buy,2026-02-01 18:42:00,603.0,3.7143,1,leg_gt,2.41,60 -23884,buy_contrast_m10_bb_pos,buy,2026-02-01 18:45:00,605.0,3.3711,1,leg_gt,2.41,60 -23885,buy_contrast_m10_bb_pos,buy,2026-02-01 18:48:00,604.0,3.5424,1,leg_gt,2.41,60 -23886,buy_contrast_m10_bb_pos,buy,2026-02-01 19:42:00,601.0,4.0597,1,leg_gt,2.37,60 -23887,buy_contrast_m10_bb_pos,buy,2026-02-01 19:45:00,602.0,3.8867,1,leg_gt,2.37,60 -23888,buy_contrast_m10_bb_pos,buy,2026-02-01 19:48:00,601.0,4.0597,1,leg_gt,2.36,60 -23889,buy_contrast_m10_bb_pos,buy,2026-02-01 19:51:00,602.0,3.8867,1,leg_gt,2.36,60 -23890,buy_contrast_m10_bb_pos,buy,2026-02-01 19:54:00,602.0,3.8867,1,leg_gt,2.36,60 -23891,buy_contrast_m10_bb_pos,buy,2026-02-01 19:57:00,599.0,4.4075,1,leg_gt,2.36,60 -23892,buy_contrast_m10_bb_pos,buy,2026-02-01 20:12:00,599.0,4.4075,1,leg_gt,2.35,60 -23893,buy_contrast_m10_bb_pos,buy,2026-02-01 20:15:00,599.0,4.4075,1,leg_gt,2.35,60 -23894,buy_contrast_m10_bb_pos,buy,2026-02-01 20:18:00,598.0,4.5823,1,leg_gt,2.34,60 -23895,buy_contrast_m10_bb_pos,buy,2026-02-01 20:21:00,598.0,4.5823,1,leg_gt,2.34,60 -23896,buy_contrast_m10_bb_pos,buy,2026-02-01 20:24:00,598.0,4.5823,1,leg_gt,2.34,60 -23897,buy_contrast_m10_bb_pos,buy,2026-02-01 20:27:00,598.0,4.5823,1,leg_gt,2.34,60 -23898,buy_contrast_m10_bb_pos,buy,2026-02-01 20:30:00,599.0,4.4075,1,leg_gt,2.34,60 -23899,buy_contrast_m10_bb_pos,buy,2026-02-01 20:33:00,598.0,4.5823,1,leg_gt,2.33,60 -23900,buy_contrast_m10_bb_pos,buy,2026-02-01 20:36:00,602.0,3.8867,1,leg_gt,2.33,60 -23901,buy_contrast_m10_bb_pos,buy,2026-02-01 20:39:00,604.0,3.5424,1,leg_gt,2.33,60 -23902,buy_contrast_m10_bb_pos,buy,2026-02-01 21:30:00,598.0,4.5823,1,leg_gt,2.29,60 -23903,buy_contrast_m10_bb_pos,buy,2026-02-01 21:33:00,599.0,4.4075,1,leg_gt,2.29,60 -23904,buy_contrast_m10_bb_pos,buy,2026-02-01 21:36:00,600.0,4.2333,1,leg_gt,2.29,60 -23905,buy_contrast_m10_bb_pos,buy,2026-02-01 21:39:00,600.0,4.2333,1,leg_gt,2.29,60 -23906,buy_contrast_m10_bb_pos,buy,2026-02-01 22:42:00,597.0,4.7576,1,leg_gt,2.24,60 -23907,buy_contrast_m10_bb_pos,buy,2026-02-01 22:45:00,596.0,4.9336,1,leg_gt,2.24,60 -23908,buy_contrast_m10_bb_pos,buy,2026-02-01 22:48:00,597.0,4.7576,1,leg_gt,2.24,60 -23909,buy_contrast_m10_bb_pos,buy,2026-02-01 22:51:00,594.0,5.2872,1,leg_gt,2.24,60 -23910,buy_contrast_m10_bb_pos,buy,2026-02-01 22:54:00,593.0,5.4649,1,leg_gt,2.24,60 -23911,buy_contrast_m10_bb_pos,buy,2026-02-01 22:57:00,592.0,5.6432,1,leg_gt,2.23,60 -23912,buy_contrast_m10_bb_pos,buy,2026-02-01 23:12:00,593.0,5.4649,1,leg_gt,2.22,60 -23913,buy_contrast_m10_bb_pos,buy,2026-02-01 23:15:00,593.0,5.4649,1,leg_gt,2.22,60 -23914,buy_contrast_m10_bb_pos,buy,2026-02-01 23:18:00,592.0,5.6432,1,leg_gt,2.22,60 -23915,buy_contrast_m10_bb_pos,buy,2026-02-01 23:21:00,595.0,5.1101,1,leg_gt,2.22,60 -23916,buy_contrast_m10_bb_pos,buy,2026-02-01 23:24:00,595.0,5.1101,1,leg_gt,2.21,60 -23917,buy_contrast_m10_bb_pos,buy,2026-02-01 23:27:00,594.0,5.2872,1,leg_gt,2.21,60 -23918,buy_contrast_m10_bb_pos,buy,2026-02-01 23:42:00,592.0,5.6432,1,leg_gt,2.2,60 -23919,buy_contrast_m10_bb_pos,buy,2026-02-01 23:45:00,595.0,5.1101,1,leg_gt,2.2,60 -23920,buy_contrast_m10_bb_pos,buy,2026-02-01 23:48:00,593.0,5.4649,1,leg_gt,2.2,60 -23921,buy_contrast_m10_bb_pos,buy,2026-02-02 00:12:00,588.0,6.3626,1,leg_gt,2.18,60 -23922,buy_contrast_m10_bb_pos,buy,2026-02-02 00:15:00,588.0,6.3626,1,leg_gt,2.18,60 -23923,buy_contrast_m10_bb_pos,buy,2026-02-02 00:18:00,585.0,6.9085,1,leg_gt,2.18,60 -23924,buy_contrast_m10_bb_pos,buy,2026-02-02 00:51:00,583.0,7.2756,1,leg_gt,2.15,60 -23925,buy_contrast_m10_bb_pos,buy,2026-02-02 00:54:00,582.0,7.4601,1,leg_gt,2.15,60 -23926,buy_contrast_m10_bb_pos,buy,2026-02-02 00:57:00,582.0,7.4601,1,leg_gt,2.15,60 -23927,buy_contrast_m10_bb_pos,buy,2026-02-02 01:00:00,583.0,7.2756,1,leg_gt,2.15,60 -23928,buy_contrast_m10_bb_pos,buy,2026-02-02 01:03:00,582.0,7.4601,1,leg_gt,2.15,60 -23929,buy_contrast_m10_bb_pos,buy,2026-02-02 01:06:00,584.0,7.0918,1,leg_gt,2.14,60 -23930,buy_contrast_m10_bb_pos,buy,2026-02-02 01:09:00,585.0,6.9085,1,leg_gt,2.14,60 -23931,buy_contrast_m10_bb_pos,buy,2026-02-02 01:21:00,580.0,7.831,1,leg_gt,2.13,60 -23932,buy_contrast_m10_bb_pos,buy,2026-02-02 01:24:00,584.0,7.0918,1,leg_gt,2.13,60 -23933,buy_contrast_m10_bb_pos,buy,2026-02-02 01:27:00,588.0,6.3626,1,leg_gt,2.13,60 -23934,buy_contrast_m10_bb_pos,buy,2026-02-02 01:51:00,580.0,7.831,1,leg_gt,2.11,60 -23935,buy_contrast_m10_bb_pos,buy,2026-02-02 01:54:00,579.0,8.0174,1,leg_gt,2.11,60 -23936,buy_contrast_m10_bb_pos,buy,2026-02-02 01:57:00,583.0,7.2756,1,leg_gt,2.11,60 -23937,buy_contrast_m10_bb_pos,buy,2026-02-02 05:30:00,576.0,8.5806,1,leg_gt,1.96,60 -23938,buy_contrast_m10_bb_pos,buy,2026-02-02 05:33:00,579.0,8.0174,1,leg_gt,1.96,60 -23939,buy_contrast_m10_bb_pos,buy,2026-02-02 05:36:00,582.0,7.4601,1,leg_gt,1.96,60 -23940,buy_contrast_m10_bb_pos,buy,2026-02-02 05:39:00,586.0,6.7259,1,leg_gt,1.95,60 -23941,buy_contrast_m10_bb_pos,buy,2026-02-02 14:12:00,580.0,7.831,1,leg_gt,1.6,60 -23942,buy_contrast_m10_bb_pos,buy,2026-02-02 14:15:00,580.0,7.831,1,leg_gt,1.6,60 -23943,buy_contrast_m10_bb_pos,buy,2026-02-02 14:18:00,577.0,8.3922,1,leg_gt,1.59,60 -23944,buy_contrast_m10_bb_pos,buy,2026-02-02 14:21:00,577.0,8.3922,1,leg_gt,1.59,60 -23945,buy_contrast_m10_bb_pos,buy,2026-02-02 14:24:00,578.0,8.2045,1,leg_gt,1.59,60 -23946,buy_contrast_m10_bb_pos,buy,2026-02-02 14:27:00,574.0,8.9592,1,leg_gt,1.59,60 -23947,buy_contrast_m10_bb_pos,buy,2026-02-02 14:30:00,574.0,8.9592,1,leg_gt,1.59,60 -23948,buy_contrast_m10_bb_pos,buy,2026-02-02 14:33:00,578.0,8.2045,1,leg_gt,1.58,60 -23949,buy_contrast_m10_bb_pos,buy,2026-02-02 14:36:00,577.0,8.3922,1,leg_gt,1.58,60 -23950,buy_contrast_m10_bb_pos,buy,2026-02-02 14:39:00,575.0,8.7696,1,leg_gt,1.58,60 -23951,buy_contrast_m10_bb_pos,buy,2026-02-02 14:42:00,577.0,8.3922,1,leg_gt,1.58,60 -23952,buy_contrast_m10_bb_pos,buy,2026-02-02 14:45:00,581.0,7.6453,1,leg_gt,1.58,60 -23953,buy_contrast_m10_bb_pos,buy,2026-02-02 14:48:00,581.0,7.6453,1,leg_gt,1.57,60 -23954,buy_contrast_m10_bb_pos,buy,2026-02-03 03:00:00,596.0,4.9336,1,leg_gt,1.06,60 -23955,buy_contrast_m10_bb_pos,buy,2026-02-03 03:03:00,595.0,5.1101,1,leg_gt,1.06,60 -23956,buy_contrast_m10_bb_pos,buy,2026-02-03 03:09:00,595.0,5.1101,1,leg_gt,1.06,60 -23957,buy_contrast_m10_bb_pos,buy,2026-02-03 03:12:00,594.0,5.2872,1,leg_gt,1.06,60 -23958,buy_contrast_m10_bb_pos,buy,2026-02-03 03:15:00,594.0,5.2872,1,leg_gt,1.05,60 -23959,buy_contrast_m10_bb_pos,buy,2026-02-03 03:18:00,593.0,5.4649,1,leg_gt,1.05,60 -23960,buy_contrast_m10_bb_pos,buy,2026-02-03 03:21:00,594.0,5.2872,1,leg_gt,1.05,60 -23961,buy_contrast_m10_bb_pos,buy,2026-02-03 03:24:00,594.0,5.2872,1,leg_gt,1.05,60 -23962,buy_contrast_m10_bb_pos,buy,2026-02-03 03:27:00,593.0,5.4649,1,leg_gt,1.05,60 -23963,buy_contrast_m10_bb_pos,buy,2026-02-03 03:30:00,593.0,5.4649,1,leg_gt,1.04,60 -23964,buy_contrast_m10_bb_pos,buy,2026-02-03 03:33:00,597.0,4.7576,1,leg_gt,1.04,60 -23965,buy_contrast_m10_bb_pos,buy,2026-02-03 03:36:00,598.0,4.5823,1,leg_gt,1.04,60 -23966,buy_contrast_m10_bb_pos,buy,2026-02-03 03:39:00,597.0,4.7576,1,leg_gt,1.04,60 -23967,buy_contrast_m10_bb_pos,buy,2026-02-03 04:51:00,591.0,5.8222,1,leg_gt,0.99,60 -23968,buy_contrast_m10_bb_pos,buy,2026-02-03 04:54:00,590.0,6.0017,1,leg_gt,0.99,60 -23969,buy_contrast_m10_bb_pos,buy,2026-02-03 04:57:00,591.0,5.8222,1,leg_gt,0.98,60 -23970,buy_contrast_m10_bb_pos,buy,2026-02-03 05:00:00,590.0,6.0017,1,leg_gt,0.98,60 -23971,buy_contrast_m10_bb_pos,buy,2026-02-03 05:03:00,592.0,5.6432,1,leg_gt,0.98,60 -23972,buy_contrast_m10_bb_pos,buy,2026-02-03 05:06:00,592.0,5.6432,1,leg_gt,0.98,60 -23973,buy_contrast_m10_bb_pos,buy,2026-02-03 05:09:00,593.0,5.4649,1,leg_gt,0.98,60 -23974,buy_contrast_m10_bb_pos,buy,2026-02-03 05:42:00,590.0,6.0017,1,leg_gt,0.95,60 -23975,buy_contrast_m10_bb_pos,buy,2026-02-03 05:45:00,589.0,6.1818,1,leg_gt,0.95,60 -23976,buy_contrast_m10_bb_pos,buy,2026-02-03 05:48:00,589.0,6.1818,1,leg_gt,0.95,60 -23977,buy_contrast_m10_bb_pos,buy,2026-02-03 05:51:00,590.0,6.0017,1,leg_gt,0.95,60 -23978,buy_contrast_m10_bb_pos,buy,2026-02-03 05:54:00,589.0,6.1818,1,leg_gt,0.94,60 -23979,buy_contrast_m10_bb_pos,buy,2026-02-03 05:57:00,588.0,6.3626,1,leg_gt,0.94,60 -23980,buy_contrast_m10_bb_pos,buy,2026-02-03 11:21:00,596.0,4.9336,1,leg_gt,0.72,60 -23981,buy_contrast_m10_bb_pos,buy,2026-02-03 11:24:00,597.0,4.7576,1,leg_gt,0.71,60 -23982,buy_contrast_m10_bb_pos,buy,2026-02-03 11:27:00,597.0,4.7576,1,leg_gt,0.71,60 -23983,buy_contrast_m10_bb_pos,buy,2026-02-03 11:30:00,597.0,4.7576,1,leg_gt,0.71,60 -23984,buy_contrast_m10_bb_pos,buy,2026-02-03 11:33:00,597.0,4.7576,1,leg_gt,0.71,60 -23985,buy_contrast_m10_bb_pos,buy,2026-02-03 11:36:00,596.0,4.9336,1,leg_gt,0.71,60 -23986,buy_contrast_m10_bb_pos,buy,2026-02-03 11:39:00,594.0,5.2872,1,leg_gt,0.7,60 -23987,buy_contrast_m10_bb_pos,buy,2026-02-03 12:00:00,591.0,5.8222,1,leg_gt,0.69,60 -23988,buy_contrast_m10_bb_pos,buy,2026-02-03 12:03:00,590.0,6.0017,1,leg_gt,0.69,60 -23989,buy_contrast_m10_bb_pos,buy,2026-02-03 12:06:00,591.0,5.8222,1,leg_gt,0.69,60 -23990,buy_contrast_m10_bb_pos,buy,2026-02-03 12:09:00,592.0,5.6432,1,leg_gt,0.68,60 -23991,buy_contrast_m10_bb_pos,buy,2026-02-03 12:21:00,590.0,6.0017,1,leg_gt,0.68,60 -23992,buy_contrast_m10_bb_pos,buy,2026-02-03 12:24:00,591.0,5.8222,1,leg_gt,0.67,60 -23993,buy_contrast_m10_bb_pos,buy,2026-02-03 12:27:00,593.0,5.4649,1,leg_gt,0.67,60 -23994,buy_contrast_m10_bb_pos,buy,2026-02-03 18:00:00,598.0,4.5823,1,leg_gt,0.44,60 -23995,buy_contrast_m10_bb_pos,buy,2026-02-03 18:03:00,597.0,4.7576,1,leg_gt,0.44,60 -23996,buy_contrast_m10_bb_pos,buy,2026-02-03 18:06:00,599.0,4.4075,1,leg_gt,0.44,60 -23997,buy_contrast_m10_bb_pos,buy,2026-02-03 18:09:00,599.0,4.4075,1,leg_gt,0.43,60 -23998,buy_contrast_m10_bb_pos,buy,2026-02-03 19:42:00,594.0,5.2872,1,leg_gt,0.37,60 -23999,buy_contrast_m10_bb_pos,buy,2026-02-03 19:45:00,594.0,5.2872,1,leg_gt,0.37,60 -24000,buy_contrast_m10_bb_pos,buy,2026-02-03 19:48:00,594.0,5.2872,1,leg_gt,0.36,60 -24001,buy_contrast_m10_bb_pos,buy,2026-02-04 02:51:00,600.0,4.2333,1,leg_gt,0.07,60 -24002,buy_contrast_m10_bb_pos,buy,2026-02-04 02:54:00,597.0,4.7576,1,leg_gt,0.07,60 -24003,buy_contrast_m10_bb_pos,buy,2026-02-04 02:57:00,597.0,4.7576,1,leg_gt,0.07,60 -24004,buy_contrast_m10_bb_pos,buy,2026-02-04 03:12:00,593.0,5.4649,1,leg_gt,0.06,60 -24005,buy_contrast_m10_bb_pos,buy,2026-02-04 03:15:00,591.0,5.8222,1,leg_gt,0.05,60 -24006,buy_contrast_m10_bb_pos,buy,2026-02-04 03:18:00,593.0,5.4649,1,leg_gt,0.05,60 -24007,buy_contrast_m10_bb_pos,buy,2026-02-04 07:51:00,608.0,2.5316,1,leg_gt,3.23,60 -24008,buy_contrast_m10_bb_pos,buy,2026-02-04 07:54:00,608.0,2.5316,1,leg_gt,3.22,60 -24009,buy_contrast_m10_bb_pos,buy,2026-02-04 07:57:00,608.0,2.5316,1,leg_gt,3.22,60 -24010,buy_contrast_m10_bb_pos,buy,2026-02-04 08:00:00,608.0,2.5316,1,leg_gt,3.22,60 -24011,buy_contrast_m10_bb_pos,buy,2026-02-04 08:03:00,607.0,2.7007,1,leg_gt,3.22,60 -24012,buy_contrast_m10_bb_pos,buy,2026-02-04 08:06:00,604.0,3.2113,1,leg_gt,3.22,60 -24013,buy_contrast_m10_bb_pos,buy,2026-02-04 08:09:00,605.0,3.0405,1,leg_gt,3.21,60 -24014,buy_contrast_m10_bb_pos,buy,2026-02-04 08:12:00,606.0,2.8703,1,leg_gt,3.21,60 -24015,buy_contrast_m10_bb_pos,buy,2026-02-04 08:15:00,607.0,2.7007,1,leg_gt,3.21,60 -24016,buy_contrast_m10_bb_pos,buy,2026-02-04 08:18:00,606.0,2.8703,1,leg_gt,3.21,60 -24017,buy_contrast_m10_bb_pos,buy,2026-02-04 08:21:00,606.0,2.8703,1,leg_gt,3.21,60 -24018,buy_contrast_m10_bb_pos,buy,2026-02-04 08:24:00,605.0,3.0405,1,leg_gt,3.2,60 -24019,buy_contrast_m10_bb_pos,buy,2026-02-04 08:27:00,607.0,2.7007,1,leg_gt,3.2,60 -24020,buy_contrast_m10_bb_pos,buy,2026-02-04 08:30:00,604.0,3.2113,1,leg_gt,3.2,60 -24021,buy_contrast_m10_bb_pos,buy,2026-02-04 08:33:00,603.0,3.3826,1,leg_gt,3.2,60 -24022,buy_contrast_m10_bb_pos,buy,2026-02-04 08:36:00,604.0,3.2113,1,leg_gt,3.2,60 -24023,buy_contrast_m10_bb_pos,buy,2026-02-04 08:39:00,605.0,3.0405,1,leg_gt,3.19,60 -24024,buy_contrast_m10_bb_pos,buy,2026-02-04 08:51:00,604.0,3.2113,1,leg_gt,3.19,60 -24025,buy_contrast_m10_bb_pos,buy,2026-02-04 08:54:00,604.0,3.2113,1,leg_gt,3.18,60 -24026,buy_contrast_m10_bb_pos,buy,2026-02-04 08:57:00,605.0,3.0405,1,leg_gt,3.18,60 -24027,buy_contrast_m10_bb_pos,buy,2026-02-04 09:12:00,603.0,3.3826,1,leg_gt,3.17,60 -24028,buy_contrast_m10_bb_pos,buy,2026-02-04 09:15:00,601.0,3.727,1,leg_gt,3.17,60 -24029,buy_contrast_m10_bb_pos,buy,2026-02-04 09:18:00,603.0,3.3826,1,leg_gt,3.17,60 -24030,buy_contrast_m10_bb_pos,buy,2026-02-04 15:21:00,608.0,2.5316,1,leg_gt,2.91,60 -24031,buy_contrast_m10_bb_pos,buy,2026-02-04 15:24:00,607.0,2.7007,1,leg_gt,2.91,60 -24032,buy_contrast_m10_bb_pos,buy,2026-02-04 15:27:00,607.0,2.7007,1,leg_gt,2.91,60 -24033,buy_contrast_m10_bb_pos,buy,2026-02-04 20:30:00,605.0,3.0405,1,leg_gt,2.7,60 -24034,buy_contrast_m10_bb_pos,buy,2026-02-04 20:33:00,607.0,2.7007,1,leg_gt,2.7,60 -24035,buy_contrast_m10_bb_pos,buy,2026-02-04 20:36:00,607.0,2.7007,1,leg_gt,2.7,60 -24036,buy_contrast_m10_bb_pos,buy,2026-02-04 20:39:00,608.0,2.5316,1,leg_gt,2.69,60 -24037,buy_contrast_m10_bb_pos,buy,2026-02-04 22:21:00,601.0,3.727,1,leg_gt,2.62,60 -24038,buy_contrast_m10_bb_pos,buy,2026-02-04 22:24:00,601.0,3.727,1,leg_gt,2.62,60 -24039,buy_contrast_m10_bb_pos,buy,2026-02-04 22:27:00,602.0,3.5545,1,leg_gt,2.62,60 -24040,buy_contrast_m10_bb_pos,buy,2026-02-04 22:30:00,602.0,3.5545,1,leg_gt,2.62,60 -24041,buy_contrast_m10_bb_pos,buy,2026-02-04 22:33:00,602.0,3.5545,1,leg_gt,2.61,60 -24042,buy_contrast_m10_bb_pos,buy,2026-02-04 22:36:00,599.0,4.0736,1,leg_gt,2.61,60 -24043,buy_contrast_m10_bb_pos,buy,2026-02-04 22:39:00,599.0,4.0736,1,leg_gt,2.61,60 -24044,buy_contrast_m10_bb_pos,buy,2026-02-04 23:12:00,597.0,4.4226,1,leg_gt,2.59,60 -24045,buy_contrast_m10_bb_pos,buy,2026-02-04 23:15:00,599.0,4.0736,1,leg_gt,2.59,60 -24046,buy_contrast_m10_bb_pos,buy,2026-02-04 23:18:00,596.0,4.598,1,leg_gt,2.58,60 -24047,buy_contrast_m10_bb_pos,buy,2026-02-05 00:21:00,591.0,5.4838,1,leg_gt,2.54,60 -24048,buy_contrast_m10_bb_pos,buy,2026-02-05 00:24:00,598.0,4.2478,1,leg_gt,2.54,60 -24049,buy_contrast_m10_bb_pos,buy,2026-02-05 00:27:00,596.0,4.598,1,leg_gt,2.54,60 -24050,buy_contrast_m10_bb_pos,buy,2026-02-05 00:42:00,595.0,4.7739,1,leg_gt,2.52,60 -24051,buy_contrast_m10_bb_pos,buy,2026-02-05 00:45:00,595.0,4.7739,1,leg_gt,2.52,60 -24052,buy_contrast_m10_bb_pos,buy,2026-02-05 00:48:00,594.0,4.9505,1,leg_gt,2.52,60 -24053,buy_contrast_m10_bb_pos,buy,2026-02-05 01:21:00,591.0,5.4838,1,leg_gt,2.5,60 -24054,buy_contrast_m10_bb_pos,buy,2026-02-05 01:24:00,592.0,5.3054,1,leg_gt,2.5,60 -24055,buy_contrast_m10_bb_pos,buy,2026-02-05 01:27:00,591.0,5.4838,1,leg_gt,2.49,60 -24056,buy_contrast_m10_bb_pos,buy,2026-02-05 01:51:00,590.0,5.6627,1,leg_gt,2.48,60 -24057,buy_contrast_m10_bb_pos,buy,2026-02-05 01:54:00,592.0,5.3054,1,leg_gt,2.48,60 -24058,buy_contrast_m10_bb_pos,buy,2026-02-05 01:57:00,593.0,5.1277,1,leg_gt,2.47,60 -24059,buy_contrast_m10_bb_pos,buy,2026-02-05 02:30:00,588.0,6.0224,1,leg_gt,2.45,60 -24060,buy_contrast_m10_bb_pos,buy,2026-02-05 02:33:00,596.0,4.598,1,leg_gt,2.45,60 -24061,buy_contrast_m10_bb_pos,buy,2026-02-05 02:36:00,597.0,4.4226,1,leg_gt,2.45,60 -24062,buy_contrast_m10_bb_pos,buy,2026-02-05 02:39:00,592.0,5.3054,1,leg_gt,2.44,60 -24063,buy_contrast_m10_bb_pos,buy,2026-02-05 08:12:00,598.0,4.2478,1,leg_gt,2.21,60 -24064,buy_contrast_m10_bb_pos,buy,2026-02-05 08:15:00,598.0,4.2478,1,leg_gt,2.21,60 -24065,buy_contrast_m10_bb_pos,buy,2026-02-05 08:18:00,603.0,3.3826,1,leg_gt,2.21,60 -24066,buy_contrast_m10_bb_pos,buy,2026-02-05 11:51:00,599.0,4.0736,1,leg_gt,2.06,60 -24067,buy_contrast_m10_bb_pos,buy,2026-02-05 11:54:00,600.0,3.9,1,leg_gt,2.06,60 -24068,buy_contrast_m10_bb_pos,buy,2026-02-05 11:57:00,599.0,4.0736,1,leg_gt,2.06,60 -24069,buy_contrast_m10_bb_pos,buy,2026-02-05 12:12:00,598.0,4.2478,1,leg_gt,2.05,60 -24070,buy_contrast_m10_bb_pos,buy,2026-02-05 12:15:00,595.0,4.7739,1,leg_gt,2.04,60 -24071,buy_contrast_m10_bb_pos,buy,2026-02-05 12:18:00,593.0,5.1277,1,leg_gt,2.04,60 -24072,buy_contrast_m10_bb_pos,buy,2026-02-05 12:51:00,593.0,5.1277,1,leg_gt,2.02,60 -24073,buy_contrast_m10_bb_pos,buy,2026-02-05 12:54:00,593.0,5.1277,1,leg_gt,2.02,60 -24074,buy_contrast_m10_bb_pos,buy,2026-02-05 12:57:00,593.0,5.1277,1,leg_gt,2.01,60 -24075,buy_contrast_m10_bb_pos,buy,2026-02-05 13:00:00,593.0,5.1277,1,leg_gt,2.01,60 -24076,buy_contrast_m10_bb_pos,buy,2026-02-05 13:03:00,593.0,5.1277,1,leg_gt,2.01,60 -24077,buy_contrast_m10_bb_pos,buy,2026-02-05 13:06:00,591.0,5.4838,1,leg_gt,2.01,60 -24078,buy_contrast_m10_bb_pos,buy,2026-02-05 13:09:00,590.0,5.6627,1,leg_gt,2.01,60 -24079,buy_contrast_m10_bb_pos,buy,2026-02-05 13:12:00,593.0,5.1277,1,leg_gt,2.0,60 -24080,buy_contrast_m10_bb_pos,buy,2026-02-05 13:15:00,590.0,5.6627,1,leg_gt,2.0,60 -24081,buy_contrast_m10_bb_pos,buy,2026-02-05 13:18:00,591.0,5.4838,1,leg_gt,2.0,60 -24082,buy_contrast_m10_bb_pos,buy,2026-02-05 13:30:00,592.0,5.3054,1,leg_gt,1.99,60 -24083,buy_contrast_m10_bb_pos,buy,2026-02-05 13:33:00,592.0,5.3054,1,leg_gt,1.99,60 -24084,buy_contrast_m10_bb_pos,buy,2026-02-05 13:36:00,591.0,5.4838,1,leg_gt,1.99,60 -24085,buy_contrast_m10_bb_pos,buy,2026-02-05 13:39:00,592.0,5.3054,1,leg_gt,1.99,60 -24086,buy_contrast_m10_bb_pos,buy,2026-02-05 14:12:00,592.0,5.3054,1,leg_gt,1.96,60 -24087,buy_contrast_m10_bb_pos,buy,2026-02-05 14:15:00,591.0,5.4838,1,leg_gt,1.96,60 -24088,buy_contrast_m10_bb_pos,buy,2026-02-05 14:18:00,591.0,5.4838,1,leg_gt,1.96,60 -24089,buy_contrast_m10_bb_pos,buy,2026-02-05 14:21:00,588.0,6.0224,1,leg_gt,1.96,60 -24090,buy_contrast_m10_bb_pos,buy,2026-02-05 14:24:00,587.0,6.2032,1,leg_gt,1.95,60 -24091,buy_contrast_m10_bb_pos,buy,2026-02-05 14:27:00,587.0,6.2032,1,leg_gt,1.95,60 -24092,buy_contrast_m10_bb_pos,buy,2026-02-05 15:12:00,591.0,5.4838,1,leg_gt,1.92,60 -24093,buy_contrast_m10_bb_pos,buy,2026-02-05 15:15:00,590.0,5.6627,1,leg_gt,1.92,60 -24094,buy_contrast_m10_bb_pos,buy,2026-02-05 15:18:00,590.0,5.6627,1,leg_gt,1.92,60 -24095,buy_contrast_m10_bb_pos,buy,2026-02-05 15:21:00,587.0,6.2032,1,leg_gt,1.91,60 -24096,buy_contrast_m10_bb_pos,buy,2026-02-05 15:24:00,588.0,6.0224,1,leg_gt,1.91,60 -24097,buy_contrast_m10_bb_pos,buy,2026-02-05 15:27:00,588.0,6.0224,1,leg_gt,1.91,60 -24098,buy_contrast_m10_bb_pos,buy,2026-02-05 16:00:00,587.0,6.2032,1,leg_gt,1.89,60 -24099,buy_contrast_m10_bb_pos,buy,2026-02-05 16:03:00,593.0,5.1277,1,leg_gt,1.89,60 -24100,buy_contrast_m10_bb_pos,buy,2026-02-05 16:06:00,591.0,5.4838,1,leg_gt,1.88,60 -24101,buy_contrast_m10_bb_pos,buy,2026-02-05 16:09:00,589.0,5.8423,1,leg_gt,1.88,60 -24102,buy_contrast_m10_bb_pos,buy,2026-02-05 20:42:00,577.0,8.0456,1,leg_gt,1.69,60 -24103,buy_contrast_m10_bb_pos,buy,2026-02-05 20:45:00,578.0,7.8585,1,leg_gt,1.69,60 -24104,buy_contrast_m10_bb_pos,buy,2026-02-05 20:48:00,577.0,8.0456,1,leg_gt,1.69,60 -24105,buy_contrast_m10_bb_pos,buy,2026-02-05 21:21:00,569.0,9.5661,1,leg_gt,1.66,60 -24106,buy_contrast_m10_bb_pos,buy,2026-02-05 21:24:00,570.0,9.3737,1,leg_gt,1.66,60 -24107,buy_contrast_m10_bb_pos,buy,2026-02-05 21:27:00,572.0,8.9909,1,leg_gt,1.66,60 -24108,buy_contrast_m10_bb_pos,buy,2026-02-06 00:51:00,556.0,12.1302,1,leg_gt,1.52,60 -24109,buy_contrast_m10_bb_pos,buy,2026-02-06 00:54:00,552.0,12.9435,1,leg_gt,1.52,60 -24110,buy_contrast_m10_bb_pos,buy,2026-02-06 00:57:00,546.0,14.1857,1,leg_gt,1.51,60 -24111,buy_contrast_m10_bb_pos,buy,2026-02-06 01:00:00,546.0,14.1857,1,leg_gt,1.51,60 -24112,buy_contrast_m10_bb_pos,buy,2026-02-06 01:03:00,544.0,14.6059,1,leg_gt,1.51,60 -24113,buy_contrast_m10_bb_pos,buy,2026-02-06 01:06:00,542.0,15.0292,1,leg_gt,1.51,60 -24114,buy_contrast_m10_bb_pos,buy,2026-02-06 01:09:00,543.0,14.8171,1,leg_gt,1.51,60 -24115,buy_contrast_m10_bb_pos,buy,2026-02-06 01:12:00,544.0,14.6059,1,leg_gt,1.5,60 -24116,buy_contrast_m10_bb_pos,buy,2026-02-06 01:15:00,542.0,15.0292,1,leg_gt,1.5,60 -24117,buy_contrast_m10_bb_pos,buy,2026-02-06 01:18:00,546.0,14.1857,1,leg_gt,1.5,60 -24118,buy_contrast_m10_bb_pos,buy,2026-02-06 01:21:00,544.0,14.6059,1,leg_gt,1.5,60 -24119,buy_contrast_m10_bb_pos,buy,2026-02-06 01:24:00,546.0,14.1857,1,leg_gt,1.5,60 -24120,buy_contrast_m10_bb_pos,buy,2026-02-06 01:27:00,550.0,13.3545,1,leg_gt,1.49,60 -24121,buy_contrast_m10_bb_pos,buy,2026-02-06 03:30:00,537.0,16.1011,1,leg_gt,1.41,60 -24122,buy_contrast_m10_bb_pos,buy,2026-02-06 03:33:00,532.0,17.1932,1,leg_gt,1.41,60 -24123,buy_contrast_m10_bb_pos,buy,2026-02-06 03:36:00,535.0,16.5355,1,leg_gt,1.4,60 -24124,buy_contrast_m10_bb_pos,buy,2026-02-06 03:39:00,534.0,16.7539,1,leg_gt,1.4,60 -24125,buy_contrast_m10_bb_pos,buy,2026-02-06 03:42:00,537.0,16.1011,1,leg_gt,1.4,60 -24126,buy_contrast_m10_bb_pos,buy,2026-02-06 03:45:00,537.0,16.1011,1,leg_gt,1.4,60 -24127,buy_contrast_m10_bb_pos,buy,2026-02-06 03:48:00,536.0,16.3179,1,leg_gt,1.4,60 -24128,buy_contrast_m10_bb_pos,buy,2026-02-06 04:30:00,534.0,16.7539,1,leg_gt,1.37,60 -24129,buy_contrast_m10_bb_pos,buy,2026-02-06 04:33:00,533.0,16.9732,1,leg_gt,1.36,60 -24130,buy_contrast_m10_bb_pos,buy,2026-02-06 04:36:00,536.0,16.3179,1,leg_gt,1.36,60 -24131,buy_contrast_m10_bb_pos,buy,2026-02-06 04:39:00,535.0,16.5355,1,leg_gt,1.36,60 -24132,buy_contrast_m10_bb_pos,buy,2026-02-06 04:51:00,532.0,17.1932,1,leg_gt,1.35,60 -24133,buy_contrast_m10_bb_pos,buy,2026-02-06 04:54:00,530.0,17.6358,1,leg_gt,1.35,60 -24134,buy_contrast_m10_bb_pos,buy,2026-02-06 04:57:00,531.0,17.4141,1,leg_gt,1.35,60 -24135,buy_contrast_m10_bb_pos,buy,2026-02-06 05:00:00,530.0,17.6358,1,leg_gt,1.35,60 -24136,buy_contrast_m10_bb_pos,buy,2026-02-06 05:03:00,532.0,17.1932,1,leg_gt,1.34,60 -24137,buy_contrast_m10_bb_pos,buy,2026-02-06 05:06:00,530.0,17.6358,1,leg_gt,1.34,60 -24138,buy_contrast_m10_bb_pos,buy,2026-02-06 05:09:00,534.0,16.7539,1,leg_gt,1.34,60 -24139,buy_contrast_m10_bb_pos,buy,2026-02-06 05:42:00,522.0,19.4402,1,leg_gt,1.32,60 -24140,buy_contrast_m10_bb_pos,buy,2026-02-06 05:45:00,520.0,19.9,1,leg_gt,1.31,60 -24141,buy_contrast_m10_bb_pos,buy,2026-02-06 05:48:00,517.0,20.5963,1,leg_gt,1.31,60 -24142,buy_contrast_m10_bb_pos,buy,2026-02-06 06:00:00,516.0,20.8302,1,leg_gt,1.3,60 -24143,buy_contrast_m10_bb_pos,buy,2026-02-06 06:03:00,522.0,19.4402,1,leg_gt,1.3,60 -24144,buy_contrast_m10_bb_pos,buy,2026-02-06 06:06:00,526.0,18.5312,1,leg_gt,1.3,60 -24145,buy_contrast_m10_bb_pos,buy,2026-02-06 06:09:00,523.0,19.2117,1,leg_gt,1.3,60 -24146,buy_contrast_m10_bb_pos,buy,2026-02-06 06:21:00,511.0,22.0135,1,leg_gt,1.29,60 -24147,buy_contrast_m10_bb_pos,buy,2026-02-06 06:24:00,522.0,19.4402,1,leg_gt,1.29,60 -24148,buy_contrast_m10_bb_pos,buy,2026-02-06 06:27:00,517.0,20.5963,1,leg_gt,1.29,60 -24149,buy_contrast_m10_bb_pos,buy,2026-02-06 07:21:00,506.0,23.2202,1,leg_gt,1.25,60 -24150,buy_contrast_m10_bb_pos,buy,2026-02-06 07:24:00,504.0,23.7095,1,leg_gt,1.25,60 -24151,buy_contrast_m10_bb_pos,buy,2026-02-06 07:27:00,506.0,23.2202,1,leg_gt,1.24,60 -24152,buy_contrast_m10_bb_pos,buy,2026-02-06 09:30:00,481.0,29.6297,1,leg_gt,1.16,60 -24153,buy_contrast_m10_bb_pos,buy,2026-02-06 09:33:00,484.0,28.8256,1,leg_gt,1.16,60 -24154,buy_contrast_m10_bb_pos,buy,2026-02-06 09:36:00,498.0,25.2012,1,leg_gt,1.15,60 -24155,buy_contrast_m10_bb_pos,buy,2026-02-06 09:39:00,508.0,22.7346,1,leg_gt,1.15,60 -24156,buy_contrast_m10_bb_pos,buy,2026-02-07 04:30:00,593.0,5.1277,1,leg_gt,0.37,60 -24157,buy_contrast_m10_bb_pos,buy,2026-02-07 04:33:00,594.0,4.9505,1,leg_gt,0.36,60 -24158,buy_contrast_m10_bb_pos,buy,2026-02-07 04:36:00,595.0,4.7739,1,leg_gt,0.36,60 -24159,buy_contrast_m10_bb_pos,buy,2026-02-07 04:39:00,593.0,5.1277,1,leg_gt,0.36,60 -24160,buy_contrast_m10_bb_pos,buy,2026-02-07 09:12:00,597.0,4.4226,1,leg_gt,0.17,60 -24161,buy_contrast_m10_bb_pos,buy,2026-02-07 09:15:00,600.0,3.9,1,leg_gt,0.17,60 -24162,buy_contrast_m10_bb_pos,buy,2026-02-07 09:18:00,601.0,3.727,1,leg_gt,0.17,60 -24163,buy_contrast_m10_bb_pos,buy,2026-02-07 10:12:00,591.0,5.4838,1,leg_gt,0.13,60 -24164,buy_contrast_m10_bb_pos,buy,2026-02-07 10:15:00,588.0,6.0224,1,leg_gt,0.13,60 -24165,buy_contrast_m10_bb_pos,buy,2026-02-07 10:18:00,589.0,5.8423,1,leg_gt,0.12,60 -24166,buy_contrast_m10_bb_pos,buy,2026-02-07 10:30:00,588.0,6.0224,1,leg_gt,0.12,60 -24167,buy_contrast_m10_bb_pos,buy,2026-02-07 10:33:00,588.0,6.0224,1,leg_gt,0.11,60 -24168,buy_contrast_m10_bb_pos,buy,2026-02-07 10:36:00,591.0,5.4838,1,leg_gt,0.11,60 -24169,buy_contrast_m10_bb_pos,buy,2026-02-07 10:39:00,593.0,5.1277,1,leg_gt,0.11,60 -24170,buy_contrast_m10_bb_pos,buy,2026-02-07 16:00:00,590.0,8.5441,1,leg_gt,7.53,60 -24171,buy_contrast_m10_bb_pos,buy,2026-02-07 16:03:00,593.0,7.9944,1,leg_gt,7.52,60 -24172,buy_contrast_m10_bb_pos,buy,2026-02-07 16:06:00,591.0,8.3602,1,leg_gt,7.52,60 -24173,buy_contrast_m10_bb_pos,buy,2026-02-07 16:09:00,589.0,8.7285,1,leg_gt,7.52,60 -24174,buy_contrast_m10_bb_pos,buy,2026-02-07 16:12:00,591.0,8.3602,1,leg_gt,7.52,60 -24175,buy_contrast_m10_bb_pos,buy,2026-02-07 16:15:00,587.0,9.0993,1,leg_gt,7.52,60 -24176,buy_contrast_m10_bb_pos,buy,2026-02-07 16:18:00,581.0,10.227,1,leg_gt,7.51,60 -24177,buy_contrast_m10_bb_pos,buy,2026-02-07 16:21:00,586.0,9.2857,1,leg_gt,7.51,60 -24178,buy_contrast_m10_bb_pos,buy,2026-02-07 16:24:00,590.0,8.5441,1,leg_gt,7.51,60 -24179,buy_contrast_m10_bb_pos,buy,2026-02-07 16:27:00,591.0,8.3602,1,leg_gt,7.51,60 -24180,buy_contrast_m10_bb_pos,buy,2026-02-07 16:42:00,592.0,8.177,1,leg_gt,7.5,60 -24181,buy_contrast_m10_bb_pos,buy,2026-02-07 16:45:00,592.0,8.177,1,leg_gt,7.5,60 -24182,buy_contrast_m10_bb_pos,buy,2026-02-07 16:48:00,589.0,8.7285,1,leg_gt,7.49,60 -24183,buy_contrast_m10_bb_pos,buy,2026-02-07 17:12:00,589.0,8.7285,1,leg_gt,7.48,60 -24184,buy_contrast_m10_bb_pos,buy,2026-02-07 17:15:00,592.0,8.177,1,leg_gt,7.48,60 -24185,buy_contrast_m10_bb_pos,buy,2026-02-07 17:18:00,591.0,8.3602,1,leg_gt,7.47,60 -24186,buy_contrast_m10_bb_pos,buy,2026-02-07 18:42:00,586.0,9.2857,1,leg_gt,7.41,60 -24187,buy_contrast_m10_bb_pos,buy,2026-02-07 18:45:00,587.0,9.0993,1,leg_gt,7.41,60 -24188,buy_contrast_m10_bb_pos,buy,2026-02-07 18:48:00,585.0,9.4726,1,leg_gt,7.41,60 -24189,buy_contrast_m10_bb_pos,buy,2026-02-07 18:51:00,585.0,9.4726,1,leg_gt,7.41,60 -24190,buy_contrast_m10_bb_pos,buy,2026-02-07 18:54:00,585.0,9.4726,1,leg_gt,7.41,60 -24191,buy_contrast_m10_bb_pos,buy,2026-02-07 18:57:00,586.0,9.2857,1,leg_gt,7.4,60 -24192,buy_contrast_m10_bb_pos,buy,2026-02-07 19:00:00,585.0,9.4726,1,leg_gt,7.4,60 -24193,buy_contrast_m10_bb_pos,buy,2026-02-07 19:03:00,585.0,9.4726,1,leg_gt,7.4,60 -24194,buy_contrast_m10_bb_pos,buy,2026-02-07 19:06:00,587.0,9.0993,1,leg_gt,7.4,60 -24195,buy_contrast_m10_bb_pos,buy,2026-02-07 19:09:00,586.0,9.2857,1,leg_gt,7.4,60 -24196,buy_contrast_m10_bb_pos,buy,2026-02-07 19:21:00,583.0,9.8485,1,leg_gt,7.39,60 -24197,buy_contrast_m10_bb_pos,buy,2026-02-07 19:24:00,584.0,9.6603,1,leg_gt,7.39,60 -24198,buy_contrast_m10_bb_pos,buy,2026-02-07 19:27:00,584.0,9.6603,1,leg_gt,7.38,60 -24199,buy_contrast_m10_bb_pos,buy,2026-02-07 19:30:00,583.0,9.8485,1,leg_gt,7.38,60 -24200,buy_contrast_m10_bb_pos,buy,2026-02-07 19:33:00,581.0,10.227,1,leg_gt,7.38,60 -24201,buy_contrast_m10_bb_pos,buy,2026-02-07 19:36:00,581.0,10.227,1,leg_gt,7.38,60 -24202,buy_contrast_m10_bb_pos,buy,2026-02-07 19:39:00,579.0,10.6081,1,leg_gt,7.38,60 -24203,buy_contrast_m10_bb_pos,buy,2026-02-07 19:51:00,581.0,10.227,1,leg_gt,7.37,60 -24204,buy_contrast_m10_bb_pos,buy,2026-02-07 19:54:00,580.0,10.4172,1,leg_gt,7.36,60 -24205,buy_contrast_m10_bb_pos,buy,2026-02-07 19:57:00,581.0,10.227,1,leg_gt,7.36,60 -24206,buy_contrast_m10_bb_pos,buy,2026-02-07 20:30:00,577.0,10.9919,1,leg_gt,7.34,60 -24207,buy_contrast_m10_bb_pos,buy,2026-02-07 20:33:00,578.0,10.7997,1,leg_gt,7.34,60 -24208,buy_contrast_m10_bb_pos,buy,2026-02-07 20:36:00,577.0,10.9919,1,leg_gt,7.34,60 -24209,buy_contrast_m10_bb_pos,buy,2026-02-07 20:39:00,578.0,10.7997,1,leg_gt,7.33,60 -24210,buy_contrast_m10_bb_pos,buy,2026-02-07 20:42:00,578.0,10.7997,1,leg_gt,7.33,60 -24211,buy_contrast_m10_bb_pos,buy,2026-02-07 20:45:00,576.0,11.1847,1,leg_gt,7.33,60 -24212,buy_contrast_m10_bb_pos,buy,2026-02-07 20:48:00,578.0,10.7997,1,leg_gt,7.33,60 -24213,buy_contrast_m10_bb_pos,buy,2026-02-08 07:21:00,590.0,8.5441,1,leg_gt,6.89,60 -24214,buy_contrast_m10_bb_pos,buy,2026-02-08 07:24:00,591.0,8.3602,1,leg_gt,6.89,60 -24215,buy_contrast_m10_bb_pos,buy,2026-02-08 07:27:00,589.0,8.7285,1,leg_gt,6.88,60 -24216,buy_contrast_m10_bb_pos,buy,2026-02-08 07:30:00,589.0,8.7285,1,leg_gt,6.88,60 -24217,buy_contrast_m10_bb_pos,buy,2026-02-08 07:33:00,590.0,8.5441,1,leg_gt,6.88,60 -24218,buy_contrast_m10_bb_pos,buy,2026-02-08 07:36:00,590.0,8.5441,1,leg_gt,6.88,60 -24219,buy_contrast_m10_bb_pos,buy,2026-02-08 07:39:00,590.0,8.5441,1,leg_gt,6.88,60 -24220,buy_contrast_m10_bb_pos,buy,2026-02-08 08:30:00,586.0,9.2857,1,leg_gt,6.84,60 -24221,buy_contrast_m10_bb_pos,buy,2026-02-08 08:33:00,587.0,9.0993,1,leg_gt,6.84,60 -24222,buy_contrast_m10_bb_pos,buy,2026-02-08 08:36:00,588.0,8.9136,1,leg_gt,6.84,60 -24223,buy_contrast_m10_bb_pos,buy,2026-02-08 08:39:00,588.0,8.9136,1,leg_gt,6.83,60 -24224,buy_contrast_m10_bb_pos,buy,2026-02-08 09:30:00,585.0,9.4726,1,leg_gt,6.8,60 -24225,buy_contrast_m10_bb_pos,buy,2026-02-08 09:33:00,586.0,9.2857,1,leg_gt,6.8,60 -24226,buy_contrast_m10_bb_pos,buy,2026-02-08 09:36:00,585.0,9.4726,1,leg_gt,6.79,60 -24227,buy_contrast_m10_bb_pos,buy,2026-02-08 09:39:00,586.0,9.2857,1,leg_gt,6.79,60 -24228,buy_contrast_m10_bb_pos,buy,2026-02-08 09:51:00,586.0,9.2857,1,leg_gt,6.78,60 -24229,buy_contrast_m10_bb_pos,buy,2026-02-08 09:54:00,585.0,9.4726,1,leg_gt,6.78,60 -24230,buy_contrast_m10_bb_pos,buy,2026-02-08 09:57:00,584.0,9.6603,1,leg_gt,6.78,60 -24231,buy_contrast_m10_bb_pos,buy,2026-02-08 10:30:00,584.0,9.6603,1,leg_gt,6.76,60 -24232,buy_contrast_m10_bb_pos,buy,2026-02-08 10:33:00,585.0,9.4726,1,leg_gt,6.75,60 -24233,buy_contrast_m10_bb_pos,buy,2026-02-08 10:36:00,586.0,9.2857,1,leg_gt,6.75,60 -24234,buy_contrast_m10_bb_pos,buy,2026-02-08 10:39:00,586.0,9.2857,1,leg_gt,6.75,60 -24235,buy_contrast_m10_bb_pos,buy,2026-02-08 14:12:00,586.0,9.2857,1,leg_gt,6.6,60 -24236,buy_contrast_m10_bb_pos,buy,2026-02-08 14:15:00,588.0,8.9136,1,leg_gt,6.6,60 -24237,buy_contrast_m10_bb_pos,buy,2026-02-08 14:18:00,586.0,9.2857,1,leg_gt,6.6,60 -24238,buy_contrast_m10_bb_pos,buy,2026-02-08 14:51:00,584.0,9.6603,1,leg_gt,6.58,60 -24239,buy_contrast_m10_bb_pos,buy,2026-02-08 14:54:00,583.0,9.8485,1,leg_gt,6.57,60 -24240,buy_contrast_m10_bb_pos,buy,2026-02-08 14:57:00,584.0,9.6603,1,leg_gt,6.57,60 -24241,buy_contrast_m10_bb_pos,buy,2026-02-09 01:00:00,587.0,9.0993,1,leg_gt,6.15,60 -24242,buy_contrast_m10_bb_pos,buy,2026-02-09 01:03:00,588.0,8.9136,1,leg_gt,6.15,60 -24243,buy_contrast_m10_bb_pos,buy,2026-02-09 01:06:00,587.0,9.0993,1,leg_gt,6.15,60 -24244,buy_contrast_m10_bb_pos,buy,2026-02-09 01:09:00,587.0,9.0993,1,leg_gt,6.15,60 -24245,buy_contrast_m10_bb_pos,buy,2026-02-09 01:12:00,586.0,9.2857,1,leg_gt,6.14,60 -24246,buy_contrast_m10_bb_pos,buy,2026-02-09 01:15:00,586.0,9.2857,1,leg_gt,6.14,60 -24247,buy_contrast_m10_bb_pos,buy,2026-02-09 01:18:00,585.0,9.4726,1,leg_gt,6.14,60 -24248,buy_contrast_m10_bb_pos,buy,2026-02-09 01:21:00,586.0,9.2857,1,leg_gt,6.14,60 -24249,buy_contrast_m10_bb_pos,buy,2026-02-09 01:24:00,587.0,9.0993,1,leg_gt,6.14,60 -24250,buy_contrast_m10_bb_pos,buy,2026-02-09 01:27:00,587.0,9.0993,1,leg_gt,6.13,60 -24251,buy_contrast_m10_bb_pos,buy,2026-02-09 01:42:00,582.0,10.0375,1,leg_gt,6.12,60 -24252,buy_contrast_m10_bb_pos,buy,2026-02-09 01:45:00,582.0,10.0375,1,leg_gt,6.12,60 -24253,buy_contrast_m10_bb_pos,buy,2026-02-09 01:48:00,580.0,10.4172,1,leg_gt,6.12,60 -24254,buy_contrast_m10_bb_pos,buy,2026-02-09 02:00:00,578.0,10.7997,1,leg_gt,6.11,60 -24255,buy_contrast_m10_bb_pos,buy,2026-02-09 02:03:00,580.0,10.4172,1,leg_gt,6.11,60 -24256,buy_contrast_m10_bb_pos,buy,2026-02-09 02:06:00,581.0,10.227,1,leg_gt,6.11,60 -24257,buy_contrast_m10_bb_pos,buy,2026-02-09 02:09:00,581.0,10.227,1,leg_gt,6.1,60 -24258,buy_contrast_m10_bb_pos,buy,2026-02-09 05:30:00,581.0,10.227,1,leg_gt,5.96,60 -24259,buy_contrast_m10_bb_pos,buy,2026-02-09 05:33:00,583.0,9.8485,1,leg_gt,5.96,60 -24260,buy_contrast_m10_bb_pos,buy,2026-02-09 05:36:00,583.0,9.8485,1,leg_gt,5.96,60 -24261,buy_contrast_m10_bb_pos,buy,2026-02-09 05:39:00,582.0,10.0375,1,leg_gt,5.96,60 -24262,buy_contrast_m10_bb_pos,buy,2026-02-09 05:51:00,580.0,10.4172,1,leg_gt,5.95,60 -24263,buy_contrast_m10_bb_pos,buy,2026-02-09 05:54:00,580.0,10.4172,1,leg_gt,5.95,60 -24264,buy_contrast_m10_bb_pos,buy,2026-02-09 05:57:00,580.0,10.4172,1,leg_gt,5.95,60 -24265,buy_contrast_m10_bb_pos,buy,2026-02-09 06:00:00,580.0,10.4172,1,leg_gt,5.94,60 -24266,buy_contrast_m10_bb_pos,buy,2026-02-09 06:03:00,580.0,10.4172,1,leg_gt,5.94,60 -24267,buy_contrast_m10_bb_pos,buy,2026-02-09 06:06:00,582.0,10.0375,1,leg_gt,5.94,60 -24268,buy_contrast_m10_bb_pos,buy,2026-02-09 06:09:00,580.0,10.4172,1,leg_gt,5.94,60 -24269,buy_contrast_m10_bb_pos,buy,2026-02-09 06:12:00,581.0,10.227,1,leg_gt,5.94,60 -24270,buy_contrast_m10_bb_pos,buy,2026-02-09 06:15:00,581.0,10.227,1,leg_gt,5.93,60 -24271,buy_contrast_m10_bb_pos,buy,2026-02-09 06:18:00,582.0,10.0375,1,leg_gt,5.93,60 -24272,buy_contrast_m10_bb_pos,buy,2026-02-09 06:51:00,577.0,10.9919,1,leg_gt,5.91,60 -24273,buy_contrast_m10_bb_pos,buy,2026-02-09 06:54:00,576.0,11.1847,1,leg_gt,5.91,60 -24274,buy_contrast_m10_bb_pos,buy,2026-02-09 06:57:00,577.0,10.9919,1,leg_gt,5.9,60 -24275,buy_contrast_m10_bb_pos,buy,2026-02-09 07:00:00,577.0,10.9919,1,leg_gt,5.9,60 -24276,buy_contrast_m10_bb_pos,buy,2026-02-09 07:03:00,577.0,10.9919,1,leg_gt,5.9,60 -24277,buy_contrast_m10_bb_pos,buy,2026-02-09 07:06:00,579.0,10.6081,1,leg_gt,5.9,60 -24278,buy_contrast_m10_bb_pos,buy,2026-02-09 07:09:00,577.0,10.9919,1,leg_gt,5.9,60 -24279,buy_contrast_m10_bb_pos,buy,2026-02-09 08:42:00,577.0,10.9919,1,leg_gt,5.83,60 -24280,buy_contrast_m10_bb_pos,buy,2026-02-09 08:45:00,578.0,10.7997,1,leg_gt,5.83,60 -24281,buy_contrast_m10_bb_pos,buy,2026-02-09 08:48:00,578.0,10.7997,1,leg_gt,5.83,60 -24282,buy_contrast_m10_bb_pos,buy,2026-02-09 10:51:00,576.0,11.1847,1,leg_gt,5.74,60 -24283,buy_contrast_m10_bb_pos,buy,2026-02-09 10:54:00,576.0,11.1847,1,leg_gt,5.74,60 -24284,buy_contrast_m10_bb_pos,buy,2026-02-09 10:57:00,576.0,11.1847,1,leg_gt,5.74,60 -24285,buy_contrast_m10_bb_pos,buy,2026-02-09 15:21:00,577.0,10.9919,1,leg_gt,5.55,60 -24286,buy_contrast_m10_bb_pos,buy,2026-02-09 15:24:00,578.0,10.7997,1,leg_gt,5.55,60 -24287,buy_contrast_m10_bb_pos,buy,2026-02-09 15:27:00,578.0,10.7997,1,leg_gt,5.55,60 -24288,buy_contrast_m10_bb_pos,buy,2026-02-09 15:42:00,577.0,10.9919,1,leg_gt,5.54,60 -24289,buy_contrast_m10_bb_pos,buy,2026-02-09 15:45:00,577.0,10.9919,1,leg_gt,5.54,60 -24290,buy_contrast_m10_bb_pos,buy,2026-02-09 15:48:00,577.0,10.9919,1,leg_gt,5.54,60 -24291,buy_contrast_m10_bb_pos,buy,2026-02-09 16:42:00,575.0,11.3783,1,leg_gt,5.5,60 -24292,buy_contrast_m10_bb_pos,buy,2026-02-09 16:45:00,576.0,11.1847,1,leg_gt,5.5,60 -24293,buy_contrast_m10_bb_pos,buy,2026-02-09 16:48:00,576.0,11.1847,1,leg_gt,5.49,60 -24294,buy_contrast_m10_bb_pos,buy,2026-02-09 17:00:00,576.0,11.1847,1,leg_gt,5.49,60 -24295,buy_contrast_m10_bb_pos,buy,2026-02-09 17:03:00,576.0,11.1847,1,leg_gt,5.48,60 -24296,buy_contrast_m10_bb_pos,buy,2026-02-09 17:06:00,577.0,10.9919,1,leg_gt,5.48,60 -24297,buy_contrast_m10_bb_pos,buy,2026-02-09 17:09:00,577.0,10.9919,1,leg_gt,5.48,60 -24298,buy_contrast_m10_bb_pos,buy,2026-02-09 17:21:00,575.0,11.3783,1,leg_gt,5.47,60 -24299,buy_contrast_m10_bb_pos,buy,2026-02-09 17:24:00,574.0,11.5725,1,leg_gt,5.47,60 -24300,buy_contrast_m10_bb_pos,buy,2026-02-09 17:27:00,573.0,11.7674,1,leg_gt,5.47,60 -24301,buy_contrast_m10_bb_pos,buy,2026-02-09 17:51:00,571.0,12.1592,1,leg_gt,5.45,60 -24302,buy_contrast_m10_bb_pos,buy,2026-02-09 17:54:00,571.0,12.1592,1,leg_gt,5.45,60 -24303,buy_contrast_m10_bb_pos,buy,2026-02-09 17:57:00,571.0,12.1592,1,leg_gt,5.45,60 -24304,buy_contrast_m10_bb_pos,buy,2026-02-09 18:12:00,570.0,12.3561,1,leg_gt,5.44,60 -24305,buy_contrast_m10_bb_pos,buy,2026-02-09 18:15:00,568.0,12.7521,1,leg_gt,5.43,60 -24306,buy_contrast_m10_bb_pos,buy,2026-02-09 18:18:00,567.0,12.9511,1,leg_gt,5.43,60 -24307,buy_contrast_m10_bb_pos,buy,2026-02-09 18:30:00,568.0,12.7521,1,leg_gt,5.42,60 -24308,buy_contrast_m10_bb_pos,buy,2026-02-09 18:33:00,568.0,12.7521,1,leg_gt,5.42,60 -24309,buy_contrast_m10_bb_pos,buy,2026-02-09 18:36:00,569.0,12.5538,1,leg_gt,5.42,60 -24310,buy_contrast_m10_bb_pos,buy,2026-02-09 18:39:00,566.0,13.1509,1,leg_gt,5.42,60 -24311,buy_contrast_m10_bb_pos,buy,2026-02-09 18:51:00,565.0,13.3513,1,leg_gt,5.41,60 -24312,buy_contrast_m10_bb_pos,buy,2026-02-09 18:54:00,565.0,13.3513,1,leg_gt,5.41,60 -24313,buy_contrast_m10_bb_pos,buy,2026-02-09 18:57:00,565.0,13.3513,1,leg_gt,5.4,60 -24314,buy_contrast_m10_bb_pos,buy,2026-02-09 19:00:00,565.0,13.3513,1,leg_gt,5.4,60 -24315,buy_contrast_m10_bb_pos,buy,2026-02-09 19:03:00,564.0,13.5525,1,leg_gt,5.4,60 -24316,buy_contrast_m10_bb_pos,buy,2026-02-09 19:06:00,564.0,13.5525,1,leg_gt,5.4,60 -24317,buy_contrast_m10_bb_pos,buy,2026-02-09 19:09:00,565.0,13.3513,1,leg_gt,5.4,60 -24318,buy_contrast_m10_bb_pos,buy,2026-02-09 19:12:00,566.0,13.1509,1,leg_gt,5.39,60 -24319,buy_contrast_m10_bb_pos,buy,2026-02-09 19:15:00,563.0,13.7544,1,leg_gt,5.39,60 -24320,buy_contrast_m10_bb_pos,buy,2026-02-09 19:18:00,561.0,14.1602,1,leg_gt,5.39,60 -24321,buy_contrast_m10_bb_pos,buy,2026-02-09 19:21:00,561.0,14.1602,1,leg_gt,5.39,60 -24322,buy_contrast_m10_bb_pos,buy,2026-02-09 19:24:00,560.0,14.3643,1,leg_gt,5.39,60 -24323,buy_contrast_m10_bb_pos,buy,2026-02-09 19:27:00,561.0,14.1602,1,leg_gt,5.38,60 -24324,buy_contrast_m10_bb_pos,buy,2026-02-09 19:30:00,560.0,14.3643,1,leg_gt,5.38,60 -24325,buy_contrast_m10_bb_pos,buy,2026-02-09 19:33:00,556.0,15.1878,1,leg_gt,5.38,60 -24326,buy_contrast_m10_bb_pos,buy,2026-02-09 19:36:00,557.0,14.9808,1,leg_gt,5.38,60 -24327,buy_contrast_m10_bb_pos,buy,2026-02-09 19:39:00,558.0,14.7746,1,leg_gt,5.38,60 -24328,buy_contrast_m10_bb_pos,buy,2026-02-09 23:00:00,559.0,14.5691,1,leg_gt,5.24,60 -24329,buy_contrast_m10_bb_pos,buy,2026-02-09 23:03:00,561.0,14.1602,1,leg_gt,5.23,60 -24330,buy_contrast_m10_bb_pos,buy,2026-02-09 23:06:00,558.0,14.7746,1,leg_gt,5.23,60 -24331,buy_contrast_m10_bb_pos,buy,2026-02-09 23:09:00,558.0,14.7746,1,leg_gt,5.23,60 -24332,buy_contrast_m10_bb_pos,buy,2026-02-10 06:30:00,574.0,11.5725,1,leg_gt,4.92,60 -24333,buy_contrast_m10_bb_pos,buy,2026-02-10 06:33:00,572.0,11.9629,1,leg_gt,4.92,60 -24334,buy_contrast_m10_bb_pos,buy,2026-02-10 06:36:00,571.0,12.1592,1,leg_gt,4.92,60 -24335,buy_contrast_m10_bb_pos,buy,2026-02-10 06:39:00,570.0,12.3561,1,leg_gt,4.92,60 -24336,buy_contrast_m10_bb_pos,buy,2026-02-10 06:51:00,574.0,11.5725,1,leg_gt,4.91,60 -24337,buy_contrast_m10_bb_pos,buy,2026-02-10 06:54:00,576.0,11.1847,1,leg_gt,4.91,60 -24338,buy_contrast_m10_bb_pos,buy,2026-02-10 06:57:00,576.0,11.1847,1,leg_gt,4.9,60 -24339,buy_contrast_m10_bb_pos,buy,2026-02-10 08:51:00,572.0,11.9629,1,leg_gt,4.82,60 -24340,buy_contrast_m10_bb_pos,buy,2026-02-10 08:54:00,572.0,11.9629,1,leg_gt,4.82,60 -24341,buy_contrast_m10_bb_pos,buy,2026-02-10 08:57:00,572.0,11.9629,1,leg_gt,4.82,60 -24342,buy_contrast_m10_bb_pos,buy,2026-02-10 12:12:00,573.0,11.7674,1,leg_gt,4.69,60 -24343,buy_contrast_m10_bb_pos,buy,2026-02-10 12:15:00,573.0,11.7674,1,leg_gt,4.68,60 -24344,buy_contrast_m10_bb_pos,buy,2026-02-10 12:18:00,572.0,11.9629,1,leg_gt,4.68,60 -24345,buy_contrast_m10_bb_pos,buy,2026-02-10 12:51:00,569.0,12.5538,1,leg_gt,4.66,60 -24346,buy_contrast_m10_bb_pos,buy,2026-02-10 12:54:00,568.0,12.7521,1,leg_gt,4.66,60 -24347,buy_contrast_m10_bb_pos,buy,2026-02-10 12:57:00,570.0,12.3561,1,leg_gt,4.65,60 -24348,buy_contrast_m10_bb_pos,buy,2026-02-10 15:00:00,567.0,12.9511,1,leg_gt,4.57,60 -24349,buy_contrast_m10_bb_pos,buy,2026-02-10 15:03:00,566.0,13.1509,1,leg_gt,4.57,60 -24350,buy_contrast_m10_bb_pos,buy,2026-02-10 15:06:00,568.0,12.7521,1,leg_gt,4.56,60 -24351,buy_contrast_m10_bb_pos,buy,2026-02-10 15:09:00,567.0,12.9511,1,leg_gt,4.56,60 -24352,buy_contrast_m10_bb_pos,buy,2026-02-10 15:12:00,568.0,12.7521,1,leg_gt,4.56,60 -24353,buy_contrast_m10_bb_pos,buy,2026-02-10 15:15:00,567.0,12.9511,1,leg_gt,4.56,60 -24354,buy_contrast_m10_bb_pos,buy,2026-02-10 15:18:00,566.0,13.1509,1,leg_gt,4.56,60 -24355,buy_contrast_m10_bb_pos,buy,2026-02-10 15:30:00,565.0,13.3513,1,leg_gt,4.55,60 -24356,buy_contrast_m10_bb_pos,buy,2026-02-10 15:33:00,565.0,13.3513,1,leg_gt,4.55,60 -24357,buy_contrast_m10_bb_pos,buy,2026-02-10 15:36:00,565.0,13.3513,1,leg_gt,4.54,60 -24358,buy_contrast_m10_bb_pos,buy,2026-02-10 15:39:00,566.0,13.1509,1,leg_gt,4.54,60 -24359,buy_contrast_m10_bb_pos,buy,2026-02-10 15:42:00,563.0,13.7544,1,leg_gt,4.54,60 -24360,buy_contrast_m10_bb_pos,buy,2026-02-10 15:45:00,563.0,13.7544,1,leg_gt,4.54,60 -24361,buy_contrast_m10_bb_pos,buy,2026-02-10 15:48:00,561.0,14.1602,1,leg_gt,4.54,60 -24362,buy_contrast_m10_bb_pos,buy,2026-02-10 16:00:00,562.0,13.9569,1,leg_gt,4.53,60 -24363,buy_contrast_m10_bb_pos,buy,2026-02-10 16:03:00,566.0,13.1509,1,leg_gt,4.53,60 -24364,buy_contrast_m10_bb_pos,buy,2026-02-10 16:06:00,566.0,13.1509,1,leg_gt,4.52,60 -24365,buy_contrast_m10_bb_pos,buy,2026-02-10 16:09:00,566.0,13.1509,1,leg_gt,4.52,60 -24366,buy_contrast_m10_bb_pos,buy,2026-02-10 21:42:00,566.0,13.1509,1,leg_gt,4.29,60 -24367,buy_contrast_m10_bb_pos,buy,2026-02-10 21:45:00,565.0,13.3513,1,leg_gt,4.29,60 -24368,buy_contrast_m10_bb_pos,buy,2026-02-10 21:48:00,566.0,13.1509,1,leg_gt,4.29,60 -24369,buy_contrast_m10_bb_pos,buy,2026-02-10 21:51:00,567.0,12.9511,1,leg_gt,4.28,60 -24370,buy_contrast_m10_bb_pos,buy,2026-02-10 21:54:00,566.0,13.1509,1,leg_gt,4.28,60 -24371,buy_contrast_m10_bb_pos,buy,2026-02-10 21:57:00,566.0,13.1509,1,leg_gt,4.28,60 -24372,buy_contrast_m10_bb_pos,buy,2026-02-10 23:42:00,560.0,14.3643,1,leg_gt,4.21,60 -24373,buy_contrast_m10_bb_pos,buy,2026-02-10 23:45:00,564.0,13.5525,1,leg_gt,4.2,60 -24374,buy_contrast_m10_bb_pos,buy,2026-02-10 23:48:00,560.0,14.3643,1,leg_gt,4.2,60 -24375,buy_contrast_m10_bb_pos,buy,2026-02-10 23:51:00,563.0,13.7544,1,leg_gt,4.2,60 -24376,buy_contrast_m10_bb_pos,buy,2026-02-10 23:54:00,563.0,13.7544,1,leg_gt,4.2,60 -24377,buy_contrast_m10_bb_pos,buy,2026-02-10 23:57:00,564.0,13.5525,1,leg_gt,4.2,60 -24378,buy_contrast_m10_bb_pos,buy,2026-02-11 02:51:00,562.0,13.9569,1,leg_gt,4.08,60 -24379,buy_contrast_m10_bb_pos,buy,2026-02-11 02:54:00,562.0,13.9569,1,leg_gt,4.07,60 -24380,buy_contrast_m10_bb_pos,buy,2026-02-11 02:57:00,562.0,13.9569,1,leg_gt,4.07,60 -24381,buy_contrast_m10_bb_pos,buy,2026-02-11 04:00:00,558.0,14.7746,1,leg_gt,4.03,60 -24382,buy_contrast_m10_bb_pos,buy,2026-02-11 04:03:00,558.0,14.7746,1,leg_gt,4.03,60 -24383,buy_contrast_m10_bb_pos,buy,2026-02-11 04:06:00,558.0,14.7746,1,leg_gt,4.02,60 -24384,buy_contrast_m10_bb_pos,buy,2026-02-11 04:09:00,558.0,14.7746,1,leg_gt,4.02,60 -24385,buy_contrast_m10_bb_pos,buy,2026-02-11 08:00:00,560.0,14.3643,1,leg_gt,3.86,60 -24386,buy_contrast_m10_bb_pos,buy,2026-02-11 08:03:00,561.0,14.1602,1,leg_gt,3.86,60 -24387,buy_contrast_m10_bb_pos,buy,2026-02-11 08:06:00,560.0,14.3643,1,leg_gt,3.86,60 -24388,buy_contrast_m10_bb_pos,buy,2026-02-11 08:09:00,560.0,14.3643,1,leg_gt,3.85,60 -24389,buy_contrast_m10_bb_pos,buy,2026-02-11 12:30:00,559.0,14.5691,1,leg_gt,3.67,60 -24390,buy_contrast_m10_bb_pos,buy,2026-02-11 12:33:00,559.0,14.5691,1,leg_gt,3.67,60 -24391,buy_contrast_m10_bb_pos,buy,2026-02-11 12:36:00,558.0,14.7746,1,leg_gt,3.67,60 -24392,buy_contrast_m10_bb_pos,buy,2026-02-11 12:39:00,559.0,14.5691,1,leg_gt,3.67,60 -24393,buy_contrast_m10_bb_pos,buy,2026-02-11 13:00:00,558.0,14.7746,1,leg_gt,3.65,60 -24394,buy_contrast_m10_bb_pos,buy,2026-02-11 13:03:00,558.0,14.7746,1,leg_gt,3.65,60 -24395,buy_contrast_m10_bb_pos,buy,2026-02-11 13:06:00,558.0,14.7746,1,leg_gt,3.65,60 -24396,buy_contrast_m10_bb_pos,buy,2026-02-11 13:09:00,558.0,14.7746,1,leg_gt,3.65,60 -24397,buy_contrast_m10_bb_pos,buy,2026-02-11 13:21:00,557.0,14.9808,1,leg_gt,3.64,60 -24398,buy_contrast_m10_bb_pos,buy,2026-02-11 13:24:00,554.0,15.604,1,leg_gt,3.64,60 -24399,buy_contrast_m10_bb_pos,buy,2026-02-11 13:27:00,556.0,15.1878,1,leg_gt,3.63,60 -24400,buy_contrast_m10_bb_pos,buy,2026-02-11 13:51:00,553.0,15.8132,1,leg_gt,3.62,60 -24401,buy_contrast_m10_bb_pos,buy,2026-02-11 13:54:00,551.0,16.2339,1,leg_gt,3.61,60 -24402,buy_contrast_m10_bb_pos,buy,2026-02-11 13:57:00,552.0,16.0232,1,leg_gt,3.61,60 -24403,buy_contrast_m10_bb_pos,buy,2026-02-11 14:00:00,551.0,16.2339,1,leg_gt,3.61,60 -24404,buy_contrast_m10_bb_pos,buy,2026-02-11 14:03:00,553.0,15.8132,1,leg_gt,3.61,60 -24405,buy_contrast_m10_bb_pos,buy,2026-02-11 14:06:00,553.0,15.8132,1,leg_gt,3.61,60 -24406,buy_contrast_m10_bb_pos,buy,2026-02-11 14:09:00,553.0,15.8132,1,leg_gt,3.6,60 -24407,buy_contrast_m10_bb_pos,buy,2026-02-11 14:12:00,552.0,16.0232,1,leg_gt,3.6,60 -24408,buy_contrast_m10_bb_pos,buy,2026-02-11 14:15:00,551.0,16.2339,1,leg_gt,3.6,60 -24409,buy_contrast_m10_bb_pos,buy,2026-02-11 14:18:00,552.0,16.0232,1,leg_gt,3.6,60 -24410,buy_contrast_m10_bb_pos,buy,2026-02-11 14:21:00,551.0,16.2339,1,leg_gt,3.6,60 -24411,buy_contrast_m10_bb_pos,buy,2026-02-11 14:24:00,552.0,16.0232,1,leg_gt,3.59,60 -24412,buy_contrast_m10_bb_pos,buy,2026-02-11 14:27:00,551.0,16.2339,1,leg_gt,3.59,60 -24413,buy_contrast_m10_bb_pos,buy,2026-02-11 14:30:00,551.0,16.2339,1,leg_gt,3.59,60 -24414,buy_contrast_m10_bb_pos,buy,2026-02-11 14:33:00,551.0,16.2339,1,leg_gt,3.59,60 -24415,buy_contrast_m10_bb_pos,buy,2026-02-11 14:36:00,550.0,16.4455,1,leg_gt,3.59,60 -24416,buy_contrast_m10_bb_pos,buy,2026-02-11 14:39:00,551.0,16.2339,1,leg_gt,3.58,60 -24417,buy_contrast_m10_bb_pos,buy,2026-02-11 15:00:00,548.0,16.8708,1,leg_gt,3.57,60 -24418,buy_contrast_m10_bb_pos,buy,2026-02-11 15:03:00,549.0,16.6577,1,leg_gt,3.57,60 -24419,buy_contrast_m10_bb_pos,buy,2026-02-11 15:06:00,548.0,16.8708,1,leg_gt,3.56,60 -24420,buy_contrast_m10_bb_pos,buy,2026-02-11 15:09:00,547.0,17.0846,1,leg_gt,3.56,60 -24421,buy_contrast_m10_bb_pos,buy,2026-02-11 15:12:00,546.0,17.2993,1,leg_gt,3.56,60 -24422,buy_contrast_m10_bb_pos,buy,2026-02-11 15:15:00,545.0,17.5147,1,leg_gt,3.56,60 -24423,buy_contrast_m10_bb_pos,buy,2026-02-11 15:18:00,546.0,17.2993,1,leg_gt,3.56,60 -24424,buy_contrast_m10_bb_pos,buy,2026-02-11 16:30:00,544.0,17.7309,1,leg_gt,3.51,60 -24425,buy_contrast_m10_bb_pos,buy,2026-02-11 16:33:00,544.0,17.7309,1,leg_gt,3.5,60 -24426,buy_contrast_m10_bb_pos,buy,2026-02-11 16:36:00,547.0,17.0846,1,leg_gt,3.5,60 -24427,buy_contrast_m10_bb_pos,buy,2026-02-11 16:39:00,546.0,17.2993,1,leg_gt,3.5,60 -24428,buy_contrast_m10_bb_pos,buy,2026-02-11 17:12:00,543.0,17.9479,1,leg_gt,3.48,60 -24429,buy_contrast_m10_bb_pos,buy,2026-02-11 17:15:00,545.0,17.5147,1,leg_gt,3.48,60 -24430,buy_contrast_m10_bb_pos,buy,2026-02-11 17:18:00,544.0,17.7309,1,leg_gt,3.47,60 -24431,buy_contrast_m10_bb_pos,buy,2026-02-11 17:51:00,542.0,18.1657,1,leg_gt,3.45,60 -24432,buy_contrast_m10_bb_pos,buy,2026-02-11 17:54:00,542.0,18.1657,1,leg_gt,3.45,60 -24433,buy_contrast_m10_bb_pos,buy,2026-02-11 17:57:00,542.0,18.1657,1,leg_gt,3.45,60 -24434,buy_contrast_m10_bb_pos,buy,2026-02-11 18:12:00,541.0,18.3843,1,leg_gt,3.44,60 -24435,buy_contrast_m10_bb_pos,buy,2026-02-11 18:15:00,541.0,18.3843,1,leg_gt,3.43,60 -24436,buy_contrast_m10_bb_pos,buy,2026-02-11 18:18:00,540.0,18.6037,1,leg_gt,3.43,60 -24437,buy_contrast_m10_bb_pos,buy,2026-02-11 18:21:00,540.0,18.6037,1,leg_gt,3.43,60 -24438,buy_contrast_m10_bb_pos,buy,2026-02-11 18:24:00,540.0,18.6037,1,leg_gt,3.43,60 -24439,buy_contrast_m10_bb_pos,buy,2026-02-11 18:27:00,541.0,18.3843,1,leg_gt,3.42,60 -24440,buy_contrast_m10_bb_pos,buy,2026-02-11 18:30:00,541.0,18.3843,1,leg_gt,3.42,60 -24441,buy_contrast_m10_bb_pos,buy,2026-02-11 18:33:00,541.0,18.3843,1,leg_gt,3.42,60 -24442,buy_contrast_m10_bb_pos,buy,2026-02-11 18:36:00,540.0,18.6037,1,leg_gt,3.42,60 -24443,buy_contrast_m10_bb_pos,buy,2026-02-11 18:39:00,540.0,18.6037,1,leg_gt,3.42,60 -24444,buy_contrast_m10_bb_pos,buy,2026-02-11 18:51:00,538.0,19.045,1,leg_gt,3.41,60 -24445,buy_contrast_m10_bb_pos,buy,2026-02-11 18:54:00,539.0,18.8239,1,leg_gt,3.41,60 -24446,buy_contrast_m10_bb_pos,buy,2026-02-11 18:57:00,538.0,19.045,1,leg_gt,3.4,60 -24447,buy_contrast_m10_bb_pos,buy,2026-02-11 19:00:00,539.0,18.8239,1,leg_gt,3.4,60 -24448,buy_contrast_m10_bb_pos,buy,2026-02-11 19:03:00,538.0,19.045,1,leg_gt,3.4,60 -24449,buy_contrast_m10_bb_pos,buy,2026-02-11 19:06:00,538.0,19.045,1,leg_gt,3.4,60 -24450,buy_contrast_m10_bb_pos,buy,2026-02-11 19:09:00,538.0,19.045,1,leg_gt,3.4,60 -24451,buy_contrast_m10_bb_pos,buy,2026-02-11 19:21:00,537.0,19.2669,1,leg_gt,3.39,60 -24452,buy_contrast_m10_bb_pos,buy,2026-02-11 19:24:00,537.0,19.2669,1,leg_gt,3.39,60 -24453,buy_contrast_m10_bb_pos,buy,2026-02-11 19:27:00,538.0,19.045,1,leg_gt,3.38,60 -24454,buy_contrast_m10_bb_pos,buy,2026-02-11 19:30:00,537.0,19.2669,1,leg_gt,3.38,60 -24455,buy_contrast_m10_bb_pos,buy,2026-02-11 19:33:00,537.0,19.2669,1,leg_gt,3.38,60 -24456,buy_contrast_m10_bb_pos,buy,2026-02-11 19:36:00,535.0,19.7131,1,leg_gt,3.38,60 -24457,buy_contrast_m10_bb_pos,buy,2026-02-11 19:39:00,536.0,19.4896,1,leg_gt,3.38,60 -24458,buy_contrast_m10_bb_pos,buy,2026-02-11 19:42:00,536.0,19.4896,1,leg_gt,3.37,60 -24459,buy_contrast_m10_bb_pos,buy,2026-02-11 19:45:00,537.0,19.2669,1,leg_gt,3.37,60 -24460,buy_contrast_m10_bb_pos,buy,2026-02-11 19:48:00,536.0,19.4896,1,leg_gt,3.37,60 -24461,buy_contrast_m10_bb_pos,buy,2026-02-11 19:51:00,537.0,19.2669,1,leg_gt,3.37,60 -24462,buy_contrast_m10_bb_pos,buy,2026-02-11 19:54:00,536.0,19.4896,1,leg_gt,3.36,60 -24463,buy_contrast_m10_bb_pos,buy,2026-02-11 19:57:00,536.0,19.4896,1,leg_gt,3.36,60 -24464,buy_contrast_m10_bb_pos,buy,2026-02-12 05:12:00,541.0,18.3843,1,leg_gt,2.98,60 -24465,buy_contrast_m10_bb_pos,buy,2026-02-12 05:15:00,543.0,17.9479,1,leg_gt,2.98,60 -24466,buy_contrast_m10_bb_pos,buy,2026-02-12 05:18:00,541.0,18.3843,1,leg_gt,2.97,60 -24467,buy_contrast_m10_bb_pos,buy,2026-02-12 21:51:00,568.0,12.7521,1,leg_gt,2.28,60 -24468,buy_contrast_m10_bb_pos,buy,2026-02-12 21:54:00,565.0,13.3513,1,leg_gt,2.28,60 -24469,buy_contrast_m10_bb_pos,buy,2026-02-12 21:57:00,564.0,13.5525,1,leg_gt,2.28,60 -24470,buy_contrast_m10_bb_pos,buy,2026-02-12 22:00:00,566.0,13.1509,1,leg_gt,2.28,60 -24471,buy_contrast_m10_bb_pos,buy,2026-02-12 22:03:00,566.0,13.1509,1,leg_gt,2.28,60 -24472,buy_contrast_m10_bb_pos,buy,2026-02-12 22:06:00,566.0,13.1509,1,leg_gt,2.27,60 -24473,buy_contrast_m10_bb_pos,buy,2026-02-12 22:09:00,566.0,13.1509,1,leg_gt,2.27,60 -24474,buy_contrast_m10_bb_pos,buy,2026-02-13 02:00:00,554.0,15.604,1,leg_gt,2.11,60 -24475,buy_contrast_m10_bb_pos,buy,2026-02-13 02:03:00,557.0,14.9808,1,leg_gt,2.11,60 -24476,buy_contrast_m10_bb_pos,buy,2026-02-13 02:06:00,552.0,16.0232,1,leg_gt,2.11,60 -24477,buy_contrast_m10_bb_pos,buy,2026-02-13 02:09:00,555.0,15.3955,1,leg_gt,2.1,60 -24478,buy_contrast_m10_bb_pos,buy,2026-02-13 02:21:00,555.0,15.3955,1,leg_gt,2.1,60 -24479,buy_contrast_m10_bb_pos,buy,2026-02-13 02:24:00,556.0,15.1878,1,leg_gt,2.09,60 -24480,buy_contrast_m10_bb_pos,buy,2026-02-13 02:27:00,556.0,15.1878,1,leg_gt,2.09,60 -24481,buy_contrast_m10_bb_pos,buy,2026-02-13 05:51:00,549.0,16.6577,1,leg_gt,1.95,60 -24482,buy_contrast_m10_bb_pos,buy,2026-02-13 05:54:00,550.0,16.4455,1,leg_gt,1.95,60 -24483,buy_contrast_m10_bb_pos,buy,2026-02-13 05:57:00,550.0,16.4455,1,leg_gt,1.95,60 -24484,buy_contrast_m10_bb_pos,buy,2026-02-13 06:00:00,549.0,16.6577,1,leg_gt,1.94,60 -24485,buy_contrast_m10_bb_pos,buy,2026-02-13 06:03:00,551.0,16.2339,1,leg_gt,1.94,60 -24486,buy_contrast_m10_bb_pos,buy,2026-02-13 06:09:00,551.0,16.2339,1,leg_gt,1.94,60 -24487,buy_contrast_m10_bb_pos,buy,2026-02-13 12:12:00,556.0,15.1878,1,leg_gt,1.69,60 -24488,buy_contrast_m10_bb_pos,buy,2026-02-13 12:15:00,556.0,15.1878,1,leg_gt,1.68,60 -24489,buy_contrast_m10_bb_pos,buy,2026-02-13 12:18:00,557.0,14.9808,1,leg_gt,1.68,60 -24490,buy_contrast_m10_bb_pos,buy,2026-02-13 13:00:00,555.0,15.3955,1,leg_gt,1.65,60 -24491,buy_contrast_m10_bb_pos,buy,2026-02-13 13:03:00,555.0,15.3955,1,leg_gt,1.65,60 -24492,buy_contrast_m10_bb_pos,buy,2026-02-13 13:06:00,554.0,15.604,1,leg_gt,1.65,60 -24493,buy_contrast_m10_bb_pos,buy,2026-02-13 13:09:00,554.0,15.604,1,leg_gt,1.65,60 -24494,buy_contrast_m10_bb_pos,buy,2026-02-13 13:21:00,554.0,15.604,1,leg_gt,1.64,60 -24495,buy_contrast_m10_bb_pos,buy,2026-02-13 13:24:00,555.0,15.3955,1,leg_gt,1.64,60 -24496,buy_contrast_m10_bb_pos,buy,2026-02-13 13:27:00,556.0,15.1878,1,leg_gt,1.63,60 -24497,buy_contrast_m10_bb_pos,buy,2026-02-14 08:21:00,578.0,10.7997,1,leg_gt,0.85,60 -24498,buy_contrast_m10_bb_pos,buy,2026-02-14 08:24:00,578.0,10.7997,1,leg_gt,0.84,60 -24499,buy_contrast_m10_bb_pos,buy,2026-02-14 08:27:00,578.0,10.7997,1,leg_gt,0.84,60 -24500,buy_contrast_m10_bb_pos,buy,2026-02-14 15:21:00,584.0,9.6603,1,leg_gt,0.55,60 -24501,buy_contrast_m10_bb_pos,buy,2026-02-14 15:24:00,584.0,9.6603,1,leg_gt,0.55,60 -24502,buy_contrast_m10_bb_pos,buy,2026-02-14 15:27:00,586.0,9.2857,1,leg_gt,0.55,60 -24503,buy_contrast_m10_bb_pos,buy,2026-02-14 15:42:00,585.0,9.4726,1,leg_gt,0.54,60 -24504,buy_contrast_m10_bb_pos,buy,2026-02-14 15:45:00,584.0,9.6603,1,leg_gt,0.54,60 -24505,buy_contrast_m10_bb_pos,buy,2026-02-14 15:48:00,584.0,9.6603,1,leg_gt,0.54,60 -24506,buy_contrast_m10_bb_pos,buy,2026-02-14 15:51:00,585.0,9.4726,1,leg_gt,0.53,60 -24507,buy_contrast_m10_bb_pos,buy,2026-02-14 15:54:00,584.0,9.6603,1,leg_gt,0.53,60 -24508,buy_contrast_m10_bb_pos,buy,2026-02-14 15:57:00,585.0,9.4726,1,leg_gt,0.53,60 -24509,buy_contrast_m10_bb_pos,buy,2026-02-15 06:42:00,633.0,-1.5218,0,leg_gt,10.91,60 -24510,buy_contrast_m10_bb_pos,buy,2026-02-15 06:45:00,634.0,-1.6773,0,leg_gt,10.91,60 -24511,buy_contrast_m10_bb_pos,buy,2026-02-15 06:48:00,634.0,-1.6773,0,leg_gt,10.91,60 -24512,buy_contrast_m10_bb_pos,buy,2026-02-15 06:51:00,632.0,-1.3658,0,leg_gt,10.91,60 -24513,buy_contrast_m10_bb_pos,buy,2026-02-15 06:54:00,634.0,-1.6773,0,leg_gt,10.9,60 -24514,buy_contrast_m10_bb_pos,buy,2026-02-15 06:57:00,633.0,-1.5218,0,leg_gt,10.9,60 -24515,buy_contrast_m10_bb_pos,buy,2026-02-15 07:21:00,632.0,-1.3658,0,leg_gt,10.89,60 -24516,buy_contrast_m10_bb_pos,buy,2026-02-15 07:24:00,632.0,-1.3658,0,leg_gt,10.88,60 -24517,buy_contrast_m10_bb_pos,buy,2026-02-15 07:27:00,633.0,-1.5218,0,leg_gt,10.88,60 -24518,buy_contrast_m10_bb_pos,buy,2026-02-15 08:21:00,632.0,-1.3658,0,leg_gt,10.84,60 -24519,buy_contrast_m10_bb_pos,buy,2026-02-15 08:24:00,630.0,-1.0524,0,leg_gt,10.84,60 -24520,buy_contrast_m10_bb_pos,buy,2026-02-15 08:27:00,630.0,-1.0524,0,leg_gt,10.84,60 -24521,buy_contrast_m10_bb_pos,buy,2026-02-15 08:30:00,630.0,-1.0524,0,leg_gt,10.84,60 -24522,buy_contrast_m10_bb_pos,buy,2026-02-15 08:33:00,629.0,-0.8949,0,leg_gt,10.84,60 -24523,buy_contrast_m10_bb_pos,buy,2026-02-15 08:36:00,628.0,-0.7369,0,leg_gt,10.83,60 -24524,buy_contrast_m10_bb_pos,buy,2026-02-15 08:39:00,629.0,-0.8949,0,leg_gt,10.83,60 -24525,buy_contrast_m10_bb_pos,buy,2026-02-15 08:42:00,630.0,-1.0524,0,leg_gt,10.83,60 -24526,buy_contrast_m10_bb_pos,buy,2026-02-15 08:45:00,631.0,-1.2094,0,leg_gt,10.83,60 -24527,buy_contrast_m10_bb_pos,buy,2026-02-15 08:48:00,632.0,-1.3658,0,leg_gt,10.82,60 -24528,buy_contrast_m10_bb_pos,buy,2026-02-15 09:12:00,629.0,-0.8949,0,leg_gt,10.81,60 -24529,buy_contrast_m10_bb_pos,buy,2026-02-15 09:15:00,628.0,-0.7369,0,leg_gt,10.81,60 -24530,buy_contrast_m10_bb_pos,buy,2026-02-15 09:18:00,628.0,-0.7369,0,leg_gt,10.8,60 -24531,buy_contrast_m10_bb_pos,buy,2026-02-15 09:30:00,627.0,-0.5785,0,leg_gt,10.8,60 -24532,buy_contrast_m10_bb_pos,buy,2026-02-15 09:33:00,628.0,-0.7369,0,leg_gt,10.79,60 -24533,buy_contrast_m10_bb_pos,buy,2026-02-15 09:36:00,627.0,-0.5785,0,leg_gt,10.79,60 -24534,buy_contrast_m10_bb_pos,buy,2026-02-15 09:39:00,626.0,-0.4195,0,leg_gt,10.79,60 -24535,buy_contrast_m10_bb_pos,buy,2026-02-15 10:30:00,624.0,-0.1,0,leg_gt,10.75,60 -24536,buy_contrast_m10_bb_pos,buy,2026-02-15 10:33:00,625.0,-0.26,0,leg_gt,10.75,60 -24537,buy_contrast_m10_bb_pos,buy,2026-02-15 10:36:00,624.0,-0.1,0,leg_gt,10.75,60 -24538,buy_contrast_m10_bb_pos,buy,2026-02-15 10:39:00,626.0,-0.4195,0,leg_gt,10.75,60 -24539,buy_contrast_m10_bb_pos,buy,2026-02-15 11:51:00,624.0,-0.1,0,leg_gt,10.7,60 -24540,buy_contrast_m10_bb_pos,buy,2026-02-15 11:54:00,625.0,-0.26,0,leg_gt,10.7,60 -24541,buy_contrast_m10_bb_pos,buy,2026-02-15 11:57:00,626.0,-0.4195,0,leg_gt,10.69,60 -24542,buy_contrast_m10_bb_pos,buy,2026-02-15 12:30:00,623.0,0.0605,1,leg_gt,10.67,60 -24543,buy_contrast_m10_bb_pos,buy,2026-02-15 12:33:00,624.0,-0.1,0,leg_gt,10.67,60 -24544,buy_contrast_m10_bb_pos,buy,2026-02-15 12:36:00,621.0,0.3831,1,leg_gt,10.67,60 -24545,buy_contrast_m10_bb_pos,buy,2026-02-15 12:39:00,619.0,0.7078,1,leg_gt,10.66,60 -24546,buy_contrast_m10_bb_pos,buy,2026-02-15 17:51:00,623.0,0.0605,1,leg_gt,10.45,60 -24547,buy_contrast_m10_bb_pos,buy,2026-02-15 17:54:00,624.0,-0.1,0,leg_gt,10.45,60 -24548,buy_contrast_m10_bb_pos,buy,2026-02-15 17:57:00,625.0,-0.26,0,leg_gt,10.44,60 -24549,buy_contrast_m10_bb_pos,buy,2026-02-15 18:00:00,625.0,-0.26,0,leg_gt,10.44,60 -24550,buy_contrast_m10_bb_pos,buy,2026-02-15 18:03:00,626.0,-0.4195,0,leg_gt,10.44,60 -24551,buy_contrast_m10_bb_pos,buy,2026-02-15 18:06:00,627.0,-0.5785,0,leg_gt,10.44,60 -24552,buy_contrast_m10_bb_pos,buy,2026-02-15 18:09:00,628.0,-0.7369,0,leg_gt,10.44,60 -24553,buy_contrast_m10_bb_pos,buy,2026-02-15 18:21:00,626.0,-0.4195,0,leg_gt,10.43,60 -24554,buy_contrast_m10_bb_pos,buy,2026-02-15 18:24:00,625.0,-0.26,0,leg_gt,10.42,60 -24555,buy_contrast_m10_bb_pos,buy,2026-02-15 18:27:00,627.0,-0.5785,0,leg_gt,10.42,60 -24556,buy_contrast_m10_bb_pos,buy,2026-02-15 19:12:00,623.0,0.0605,1,leg_gt,10.39,60 -24557,buy_contrast_m10_bb_pos,buy,2026-02-15 19:15:00,621.0,0.3831,1,leg_gt,10.39,60 -24558,buy_contrast_m10_bb_pos,buy,2026-02-15 19:18:00,620.0,0.5452,1,leg_gt,10.39,60 -24559,buy_contrast_m10_bb_pos,buy,2026-02-15 19:21:00,622.0,0.2215,1,leg_gt,10.39,60 -24560,buy_contrast_m10_bb_pos,buy,2026-02-15 19:24:00,623.0,0.0605,1,leg_gt,10.38,60 -24561,buy_contrast_m10_bb_pos,buy,2026-02-15 19:27:00,622.0,0.2215,1,leg_gt,10.38,60 -24562,buy_contrast_m10_bb_pos,buy,2026-02-15 19:30:00,621.0,0.3831,1,leg_gt,10.38,60 -24563,buy_contrast_m10_bb_pos,buy,2026-02-15 19:33:00,622.0,0.2215,1,leg_gt,10.38,60 -24564,buy_contrast_m10_bb_pos,buy,2026-02-15 19:36:00,621.0,0.3831,1,leg_gt,10.38,60 -24565,buy_contrast_m10_bb_pos,buy,2026-02-15 19:39:00,620.0,0.5452,1,leg_gt,10.37,60 -24566,buy_contrast_m10_bb_pos,buy,2026-02-15 19:42:00,622.0,0.2215,1,leg_gt,10.37,60 -24567,buy_contrast_m10_bb_pos,buy,2026-02-15 19:45:00,623.0,0.0605,1,leg_gt,10.37,60 -24568,buy_contrast_m10_bb_pos,buy,2026-02-15 19:48:00,625.0,-0.26,0,leg_gt,10.37,60 -24569,buy_contrast_m10_bb_pos,buy,2026-02-15 21:30:00,617.0,1.0345,1,leg_gt,10.3,60 -24570,buy_contrast_m10_bb_pos,buy,2026-02-15 21:33:00,616.0,1.1987,1,leg_gt,10.29,60 -24571,buy_contrast_m10_bb_pos,buy,2026-02-15 21:36:00,617.0,1.0345,1,leg_gt,10.29,60 -24572,buy_contrast_m10_bb_pos,buy,2026-02-15 21:39:00,613.0,1.6945,1,leg_gt,10.29,60 -24573,buy_contrast_m10_bb_pos,buy,2026-02-15 22:12:00,604.0,3.2113,1,leg_gt,10.27,60 -24574,buy_contrast_m10_bb_pos,buy,2026-02-15 22:15:00,604.0,3.2113,1,leg_gt,10.26,60 -24575,buy_contrast_m10_bb_pos,buy,2026-02-15 22:18:00,605.0,3.0405,1,leg_gt,10.26,60 -24576,buy_contrast_m10_bb_pos,buy,2026-02-15 22:21:00,605.0,3.0405,1,leg_gt,10.26,60 -24577,buy_contrast_m10_bb_pos,buy,2026-02-15 22:24:00,605.0,3.0405,1,leg_gt,10.26,60 -24578,buy_contrast_m10_bb_pos,buy,2026-02-15 22:27:00,604.0,3.2113,1,leg_gt,10.26,60 -24579,buy_contrast_m10_bb_pos,buy,2026-02-15 22:30:00,601.0,3.727,1,leg_gt,10.25,60 -24580,buy_contrast_m10_bb_pos,buy,2026-02-15 22:33:00,600.0,3.9,1,leg_gt,10.25,60 -24581,buy_contrast_m10_bb_pos,buy,2026-02-15 22:36:00,599.0,4.0736,1,leg_gt,10.25,60 -24582,buy_contrast_m10_bb_pos,buy,2026-02-15 22:39:00,600.0,3.9,1,leg_gt,10.25,60 -24583,buy_contrast_m10_bb_pos,buy,2026-02-15 22:42:00,602.0,3.5545,1,leg_gt,10.25,60 -24584,buy_contrast_m10_bb_pos,buy,2026-02-15 22:45:00,600.0,3.9,1,leg_gt,10.24,60 -24585,buy_contrast_m10_bb_pos,buy,2026-02-15 22:48:00,601.0,3.727,1,leg_gt,10.24,60 -24586,buy_contrast_m10_bb_pos,buy,2026-02-15 22:51:00,596.0,4.598,1,leg_gt,10.24,60 -24587,buy_contrast_m10_bb_pos,buy,2026-02-15 22:54:00,598.0,4.2478,1,leg_gt,10.24,60 -24588,buy_contrast_m10_bb_pos,buy,2026-02-15 22:57:00,600.0,3.9,1,leg_gt,10.24,60 -24589,buy_contrast_m10_bb_pos,buy,2026-02-15 23:00:00,599.0,4.0736,1,leg_gt,10.23,60 -24590,buy_contrast_m10_bb_pos,buy,2026-02-15 23:03:00,600.0,3.9,1,leg_gt,10.23,60 -24591,buy_contrast_m10_bb_pos,buy,2026-02-15 23:06:00,602.0,3.5545,1,leg_gt,10.23,60 -24592,buy_contrast_m10_bb_pos,buy,2026-02-15 23:09:00,602.0,3.5545,1,leg_gt,10.23,60 -24593,buy_contrast_m10_bb_pos,buy,2026-02-16 02:30:00,601.0,3.727,1,leg_gt,10.09,60 -24594,buy_contrast_m10_bb_pos,buy,2026-02-16 02:33:00,600.0,3.9,1,leg_gt,10.09,60 -24595,buy_contrast_m10_bb_pos,buy,2026-02-16 02:36:00,601.0,3.727,1,leg_gt,10.08,60 -24596,buy_contrast_m10_bb_pos,buy,2026-02-16 02:39:00,602.0,3.5545,1,leg_gt,10.08,60 -24597,buy_contrast_m10_bb_pos,buy,2026-02-16 02:42:00,601.0,3.727,1,leg_gt,10.08,60 -24598,buy_contrast_m10_bb_pos,buy,2026-02-16 02:45:00,599.0,4.0736,1,leg_gt,10.08,60 -24599,buy_contrast_m10_bb_pos,buy,2026-02-16 02:48:00,593.0,5.1277,1,leg_gt,10.07,60 -24600,buy_contrast_m10_bb_pos,buy,2026-02-16 03:12:00,596.0,4.598,1,leg_gt,10.06,60 -24601,buy_contrast_m10_bb_pos,buy,2026-02-16 03:15:00,595.0,4.7739,1,leg_gt,10.06,60 -24602,buy_contrast_m10_bb_pos,buy,2026-02-16 03:18:00,597.0,4.4226,1,leg_gt,10.05,60 -24603,buy_contrast_m10_bb_pos,buy,2026-02-16 03:30:00,595.0,4.7739,1,leg_gt,10.05,60 -24604,buy_contrast_m10_bb_pos,buy,2026-02-16 03:33:00,593.0,5.1277,1,leg_gt,10.04,60 -24605,buy_contrast_m10_bb_pos,buy,2026-02-16 03:36:00,593.0,5.1277,1,leg_gt,10.04,60 -24606,buy_contrast_m10_bb_pos,buy,2026-02-16 03:39:00,595.0,4.7739,1,leg_gt,10.04,60 -24607,buy_contrast_m10_bb_pos,buy,2026-02-16 03:42:00,595.0,4.7739,1,leg_gt,10.04,60 -24608,buy_contrast_m10_bb_pos,buy,2026-02-16 03:45:00,595.0,4.7739,1,leg_gt,10.04,60 -24609,buy_contrast_m10_bb_pos,buy,2026-02-16 03:48:00,592.0,5.3054,1,leg_gt,10.03,60 -24610,buy_contrast_m10_bb_pos,buy,2026-02-16 03:51:00,593.0,5.1277,1,leg_gt,10.03,60 -24611,buy_contrast_m10_bb_pos,buy,2026-02-16 03:54:00,594.0,4.9505,1,leg_gt,10.03,60 -24612,buy_contrast_m10_bb_pos,buy,2026-02-16 03:57:00,593.0,5.1277,1,leg_gt,10.03,60 -24613,buy_contrast_m10_bb_pos,buy,2026-02-16 04:12:00,594.0,4.9505,1,leg_gt,10.02,60 -24614,buy_contrast_m10_bb_pos,buy,2026-02-16 04:15:00,594.0,4.9505,1,leg_gt,10.01,60 -24615,buy_contrast_m10_bb_pos,buy,2026-02-16 04:18:00,594.0,4.9505,1,leg_gt,10.01,60 -24616,buy_contrast_m10_bb_pos,buy,2026-02-16 08:12:00,596.0,4.598,1,leg_gt,9.85,60 -24617,buy_contrast_m10_bb_pos,buy,2026-02-16 08:15:00,596.0,4.598,1,leg_gt,9.85,60 -24618,buy_contrast_m10_bb_pos,buy,2026-02-16 08:18:00,597.0,4.4226,1,leg_gt,9.85,60 -24619,buy_contrast_m10_bb_pos,buy,2026-02-16 11:42:00,598.0,4.2478,1,leg_gt,9.7,60 -24620,buy_contrast_m10_bb_pos,buy,2026-02-16 11:45:00,598.0,4.2478,1,leg_gt,9.7,60 -24621,buy_contrast_m10_bb_pos,buy,2026-02-16 11:48:00,597.0,4.4226,1,leg_gt,9.7,60 -24622,buy_contrast_m10_bb_pos,buy,2026-02-16 11:51:00,596.0,4.598,1,leg_gt,9.7,60 -24623,buy_contrast_m10_bb_pos,buy,2026-02-16 11:54:00,596.0,4.598,1,leg_gt,9.7,60 -24624,buy_contrast_m10_bb_pos,buy,2026-02-16 11:57:00,595.0,4.7739,1,leg_gt,9.69,60 -24625,buy_contrast_m10_bb_pos,buy,2026-02-16 12:12:00,596.0,4.598,1,leg_gt,9.68,60 -24626,buy_contrast_m10_bb_pos,buy,2026-02-16 12:15:00,596.0,4.598,1,leg_gt,9.68,60 -24627,buy_contrast_m10_bb_pos,buy,2026-02-16 12:18:00,596.0,4.598,1,leg_gt,9.68,60 -24628,buy_contrast_m10_bb_pos,buy,2026-02-16 12:30:00,595.0,4.7739,1,leg_gt,9.67,60 -24629,buy_contrast_m10_bb_pos,buy,2026-02-16 12:33:00,595.0,4.7739,1,leg_gt,9.67,60 -24630,buy_contrast_m10_bb_pos,buy,2026-02-16 12:36:00,595.0,4.7739,1,leg_gt,9.67,60 -24631,buy_contrast_m10_bb_pos,buy,2026-02-16 12:39:00,594.0,4.9505,1,leg_gt,9.66,60 -24632,buy_contrast_m10_bb_pos,buy,2026-02-16 12:42:00,595.0,4.7739,1,leg_gt,9.66,60 -24633,buy_contrast_m10_bb_pos,buy,2026-02-16 12:45:00,595.0,4.7739,1,leg_gt,9.66,60 -24634,buy_contrast_m10_bb_pos,buy,2026-02-16 12:48:00,595.0,4.7739,1,leg_gt,9.66,60 -24635,buy_contrast_m10_bb_pos,buy,2026-02-16 16:42:00,597.0,4.4226,1,leg_gt,9.5,60 -24636,buy_contrast_m10_bb_pos,buy,2026-02-16 16:45:00,596.0,4.598,1,leg_gt,9.49,60 -24637,buy_contrast_m10_bb_pos,buy,2026-02-16 16:48:00,596.0,4.598,1,leg_gt,9.49,60 -24638,buy_contrast_m10_bb_pos,buy,2026-02-16 19:51:00,594.0,4.9505,1,leg_gt,9.36,60 -24639,buy_contrast_m10_bb_pos,buy,2026-02-16 19:54:00,594.0,4.9505,1,leg_gt,9.36,60 -24640,buy_contrast_m10_bb_pos,buy,2026-02-16 19:57:00,594.0,4.9505,1,leg_gt,9.36,60 -24641,buy_contrast_m10_bb_pos,buy,2026-02-16 20:30:00,590.0,5.6627,1,leg_gt,9.34,60 -24642,buy_contrast_m10_bb_pos,buy,2026-02-16 20:33:00,591.0,5.4838,1,leg_gt,9.34,60 -24643,buy_contrast_m10_bb_pos,buy,2026-02-16 20:36:00,591.0,5.4838,1,leg_gt,9.33,60 -24644,buy_contrast_m10_bb_pos,buy,2026-02-16 20:39:00,592.0,5.3054,1,leg_gt,9.33,60 -24645,buy_contrast_m10_bb_pos,buy,2026-02-16 20:51:00,590.0,5.6627,1,leg_gt,9.32,60 -24646,buy_contrast_m10_bb_pos,buy,2026-02-16 20:54:00,592.0,5.3054,1,leg_gt,9.32,60 -24647,buy_contrast_m10_bb_pos,buy,2026-02-16 20:57:00,592.0,5.3054,1,leg_gt,9.32,60 -24648,buy_contrast_m10_bb_pos,buy,2026-02-17 00:42:00,589.0,5.8423,1,leg_gt,9.16,60 -24649,buy_contrast_m10_bb_pos,buy,2026-02-17 00:45:00,590.0,5.6627,1,leg_gt,9.16,60 -24650,buy_contrast_m10_bb_pos,buy,2026-02-17 00:48:00,591.0,5.4838,1,leg_gt,9.16,60 -24651,buy_contrast_m10_bb_pos,buy,2026-02-17 00:51:00,590.0,5.6627,1,leg_gt,9.16,60 -24652,buy_contrast_m10_bb_pos,buy,2026-02-17 00:54:00,591.0,5.4838,1,leg_gt,9.15,60 -24653,buy_contrast_m10_bb_pos,buy,2026-02-17 00:57:00,591.0,5.4838,1,leg_gt,9.15,60 -24654,buy_contrast_m10_bb_pos,buy,2026-02-17 09:12:00,597.0,4.4226,1,leg_gt,8.81,60 -24655,buy_contrast_m10_bb_pos,buy,2026-02-17 09:15:00,597.0,4.4226,1,leg_gt,8.81,60 -24656,buy_contrast_m10_bb_pos,buy,2026-02-17 09:18:00,597.0,4.4226,1,leg_gt,8.8,60 -24657,buy_contrast_m10_bb_pos,buy,2026-02-17 09:21:00,597.0,4.4226,1,leg_gt,8.8,60 -24658,buy_contrast_m10_bb_pos,buy,2026-02-17 09:24:00,597.0,4.4226,1,leg_gt,8.8,60 -24659,buy_contrast_m10_bb_pos,buy,2026-02-17 09:27:00,598.0,4.2478,1,leg_gt,8.8,60 -24660,buy_contrast_m10_bb_pos,buy,2026-02-17 10:51:00,595.0,4.7739,1,leg_gt,8.74,60 -24661,buy_contrast_m10_bb_pos,buy,2026-02-17 10:54:00,594.0,4.9505,1,leg_gt,8.74,60 -24662,buy_contrast_m10_bb_pos,buy,2026-02-17 10:57:00,595.0,4.7739,1,leg_gt,8.74,60 -24663,buy_contrast_m10_bb_pos,buy,2026-02-17 11:00:00,595.0,4.7739,1,leg_gt,8.73,60 -24664,buy_contrast_m10_bb_pos,buy,2026-02-17 11:03:00,592.0,5.3054,1,leg_gt,8.73,60 -24665,buy_contrast_m10_bb_pos,buy,2026-02-17 11:06:00,593.0,5.1277,1,leg_gt,8.73,60 -24666,buy_contrast_m10_bb_pos,buy,2026-02-17 11:09:00,595.0,4.7739,1,leg_gt,8.73,60 -24667,buy_contrast_m10_bb_pos,buy,2026-02-17 12:21:00,595.0,4.7739,1,leg_gt,8.68,60 -24668,buy_contrast_m10_bb_pos,buy,2026-02-17 12:24:00,594.0,4.9505,1,leg_gt,8.68,60 -24669,buy_contrast_m10_bb_pos,buy,2026-02-17 12:27:00,595.0,4.7739,1,leg_gt,8.67,60 -24670,buy_contrast_m10_bb_pos,buy,2026-02-17 12:30:00,595.0,4.7739,1,leg_gt,8.67,60 -24671,buy_contrast_m10_bb_pos,buy,2026-02-17 12:33:00,594.0,4.9505,1,leg_gt,8.67,60 -24672,buy_contrast_m10_bb_pos,buy,2026-02-17 12:36:00,593.0,5.1277,1,leg_gt,8.67,60 -24673,buy_contrast_m10_bb_pos,buy,2026-02-17 12:39:00,595.0,4.7739,1,leg_gt,8.66,60 -24674,buy_contrast_m10_bb_pos,buy,2026-02-17 12:42:00,595.0,4.7739,1,leg_gt,8.66,60 -24675,buy_contrast_m10_bb_pos,buy,2026-02-17 12:45:00,594.0,4.9505,1,leg_gt,8.66,60 -24676,buy_contrast_m10_bb_pos,buy,2026-02-17 12:48:00,593.0,5.1277,1,leg_gt,8.66,60 -24677,buy_contrast_m10_bb_pos,buy,2026-02-17 12:51:00,594.0,4.9505,1,leg_gt,8.66,60 -24678,buy_contrast_m10_bb_pos,buy,2026-02-17 12:54:00,595.0,4.7739,1,leg_gt,8.65,60 -24679,buy_contrast_m10_bb_pos,buy,2026-02-17 12:57:00,594.0,4.9505,1,leg_gt,8.65,60 -24680,buy_contrast_m10_bb_pos,buy,2026-02-17 14:21:00,590.0,5.6627,1,leg_gt,8.59,60 -24681,buy_contrast_m10_bb_pos,buy,2026-02-17 14:24:00,589.0,5.8423,1,leg_gt,8.59,60 -24682,buy_contrast_m10_bb_pos,buy,2026-02-17 14:27:00,590.0,5.6627,1,leg_gt,8.59,60 -24683,buy_contrast_m10_bb_pos,buy,2026-02-17 14:30:00,590.0,5.6627,1,leg_gt,8.59,60 -24684,buy_contrast_m10_bb_pos,buy,2026-02-17 14:33:00,588.0,6.0224,1,leg_gt,8.59,60 -24685,buy_contrast_m10_bb_pos,buy,2026-02-17 14:36:00,589.0,5.8423,1,leg_gt,8.58,60 -24686,buy_contrast_m10_bb_pos,buy,2026-02-17 14:39:00,590.0,5.6627,1,leg_gt,8.58,60 -24687,buy_contrast_m10_bb_pos,buy,2026-02-17 14:42:00,592.0,5.3054,1,leg_gt,8.58,60 -24688,buy_contrast_m10_bb_pos,buy,2026-02-17 14:45:00,591.0,5.4838,1,leg_gt,8.58,60 -24689,buy_contrast_m10_bb_pos,buy,2026-02-17 14:48:00,591.0,5.4838,1,leg_gt,8.57,60 -24690,buy_contrast_m10_bb_pos,buy,2026-02-17 16:12:00,590.0,5.6627,1,leg_gt,8.52,60 -24691,buy_contrast_m10_bb_pos,buy,2026-02-17 16:15:00,590.0,5.6627,1,leg_gt,8.51,60 -24692,buy_contrast_m10_bb_pos,buy,2026-02-17 16:18:00,591.0,5.4838,1,leg_gt,8.51,60 -24693,buy_contrast_m10_bb_pos,buy,2026-02-17 16:21:00,590.0,5.6627,1,leg_gt,8.51,60 -24694,buy_contrast_m10_bb_pos,buy,2026-02-17 16:24:00,591.0,5.4838,1,leg_gt,8.51,60 -24695,buy_contrast_m10_bb_pos,buy,2026-02-17 16:27:00,590.0,5.6627,1,leg_gt,8.51,60 -24696,buy_contrast_m10_bb_pos,buy,2026-02-17 17:42:00,588.0,6.0224,1,leg_gt,8.45,60 -24697,buy_contrast_m10_bb_pos,buy,2026-02-17 17:45:00,588.0,6.0224,1,leg_gt,8.45,60 -24698,buy_contrast_m10_bb_pos,buy,2026-02-17 17:48:00,588.0,6.0224,1,leg_gt,8.45,60 -24699,buy_contrast_m10_bb_pos,buy,2026-02-17 18:00:00,588.0,6.0224,1,leg_gt,8.44,60 -24700,buy_contrast_m10_bb_pos,buy,2026-02-17 18:03:00,588.0,6.0224,1,leg_gt,8.44,60 -24701,buy_contrast_m10_bb_pos,buy,2026-02-17 18:06:00,588.0,6.0224,1,leg_gt,8.44,60 -24702,buy_contrast_m10_bb_pos,buy,2026-02-17 18:09:00,588.0,6.0224,1,leg_gt,8.44,60 -24703,buy_contrast_m10_bb_pos,buy,2026-02-17 18:21:00,587.0,6.2032,1,leg_gt,8.43,60 -24704,buy_contrast_m10_bb_pos,buy,2026-02-17 18:24:00,587.0,6.2032,1,leg_gt,8.43,60 -24705,buy_contrast_m10_bb_pos,buy,2026-02-17 18:27:00,588.0,6.0224,1,leg_gt,8.42,60 -24706,buy_contrast_m10_bb_pos,buy,2026-02-17 18:30:00,587.0,6.2032,1,leg_gt,8.42,60 -24707,buy_contrast_m10_bb_pos,buy,2026-02-17 18:33:00,588.0,6.0224,1,leg_gt,8.42,60 -24708,buy_contrast_m10_bb_pos,buy,2026-02-17 18:36:00,587.0,6.2032,1,leg_gt,8.42,60 -24709,buy_contrast_m10_bb_pos,buy,2026-02-17 18:39:00,587.0,6.2032,1,leg_gt,8.41,60 -24710,buy_contrast_m10_bb_pos,buy,2026-02-17 18:42:00,586.0,6.3846,1,leg_gt,8.41,60 -24711,buy_contrast_m10_bb_pos,buy,2026-02-17 18:45:00,588.0,6.0224,1,leg_gt,8.41,60 -24712,buy_contrast_m10_bb_pos,buy,2026-02-17 18:48:00,587.0,6.2032,1,leg_gt,8.41,60 -24713,buy_contrast_m10_bb_pos,buy,2026-02-17 19:51:00,584.0,6.7493,1,leg_gt,8.36,60 -24714,buy_contrast_m10_bb_pos,buy,2026-02-17 19:54:00,584.0,6.7493,1,leg_gt,8.36,60 -24715,buy_contrast_m10_bb_pos,buy,2026-02-17 19:57:00,585.0,6.5667,1,leg_gt,8.36,60 -24716,buy_contrast_m10_bb_pos,buy,2026-02-18 00:12:00,581.0,7.301,1,leg_gt,8.18,60 -24717,buy_contrast_m10_bb_pos,buy,2026-02-18 00:15:00,579.0,7.672,1,leg_gt,8.18,60 -24718,buy_contrast_m10_bb_pos,buy,2026-02-18 00:18:00,582.0,7.1165,1,leg_gt,8.18,60 -24719,buy_contrast_m10_bb_pos,buy,2026-02-18 00:30:00,580.0,7.4862,1,leg_gt,8.17,60 -24720,buy_contrast_m10_bb_pos,buy,2026-02-18 00:33:00,579.0,7.672,1,leg_gt,8.17,60 -24721,buy_contrast_m10_bb_pos,buy,2026-02-18 00:36:00,580.0,7.4862,1,leg_gt,8.17,60 -24722,buy_contrast_m10_bb_pos,buy,2026-02-18 00:39:00,580.0,7.4862,1,leg_gt,8.16,60 -24723,buy_contrast_m10_bb_pos,buy,2026-02-18 08:30:00,588.0,6.0224,1,leg_gt,7.84,60 -24724,buy_contrast_m10_bb_pos,buy,2026-02-18 08:33:00,588.0,6.0224,1,leg_gt,7.84,60 -24725,buy_contrast_m10_bb_pos,buy,2026-02-18 08:36:00,589.0,5.8423,1,leg_gt,7.83,60 -24726,buy_contrast_m10_bb_pos,buy,2026-02-18 08:39:00,588.0,6.0224,1,leg_gt,7.83,60 -24727,buy_contrast_m10_bb_pos,buy,2026-02-18 08:51:00,588.0,6.0224,1,leg_gt,7.82,60 -24728,buy_contrast_m10_bb_pos,buy,2026-02-18 08:54:00,588.0,6.0224,1,leg_gt,7.82,60 -24729,buy_contrast_m10_bb_pos,buy,2026-02-18 08:57:00,588.0,6.0224,1,leg_gt,7.82,60 -24730,buy_contrast_m10_bb_pos,buy,2026-02-18 09:00:00,588.0,6.0224,1,leg_gt,7.82,60 -24731,buy_contrast_m10_bb_pos,buy,2026-02-18 09:03:00,590.0,5.6627,1,leg_gt,7.81,60 -24732,buy_contrast_m10_bb_pos,buy,2026-02-18 09:06:00,590.0,5.6627,1,leg_gt,7.81,60 -24733,buy_contrast_m10_bb_pos,buy,2026-02-18 09:09:00,590.0,5.6627,1,leg_gt,7.81,60 -24734,buy_contrast_m10_bb_pos,buy,2026-02-18 10:21:00,586.0,6.3846,1,leg_gt,7.76,60 -24735,buy_contrast_m10_bb_pos,buy,2026-02-18 10:24:00,584.0,6.7493,1,leg_gt,7.76,60 -24736,buy_contrast_m10_bb_pos,buy,2026-02-18 10:27:00,585.0,6.5667,1,leg_gt,7.76,60 -24737,buy_contrast_m10_bb_pos,buy,2026-02-18 13:12:00,582.0,7.1165,1,leg_gt,7.64,60 -24738,buy_contrast_m10_bb_pos,buy,2026-02-18 13:15:00,582.0,7.1165,1,leg_gt,7.64,60 -24739,buy_contrast_m10_bb_pos,buy,2026-02-18 13:18:00,581.0,7.301,1,leg_gt,7.64,60 -24740,buy_contrast_m10_bb_pos,buy,2026-02-18 13:21:00,583.0,6.9326,1,leg_gt,7.64,60 -24741,buy_contrast_m10_bb_pos,buy,2026-02-18 13:24:00,581.0,7.301,1,leg_gt,7.63,60 -24742,buy_contrast_m10_bb_pos,buy,2026-02-18 13:27:00,581.0,7.301,1,leg_gt,7.63,60 -24743,buy_contrast_m10_bb_pos,buy,2026-02-18 13:51:00,581.0,7.301,1,leg_gt,7.61,60 -24744,buy_contrast_m10_bb_pos,buy,2026-02-18 13:54:00,582.0,7.1165,1,leg_gt,7.61,60 -24745,buy_contrast_m10_bb_pos,buy,2026-02-18 13:57:00,580.0,7.4862,1,leg_gt,7.61,60 -24746,buy_contrast_m10_bb_pos,buy,2026-02-18 14:00:00,581.0,7.301,1,leg_gt,7.61,60 -24747,buy_contrast_m10_bb_pos,buy,2026-02-18 14:03:00,581.0,7.301,1,leg_gt,7.61,60 -24748,buy_contrast_m10_bb_pos,buy,2026-02-18 14:06:00,580.0,7.4862,1,leg_gt,7.6,60 -24749,buy_contrast_m10_bb_pos,buy,2026-02-18 14:09:00,579.0,7.672,1,leg_gt,7.6,60 -24750,buy_contrast_m10_bb_pos,buy,2026-02-18 14:30:00,580.0,7.4862,1,leg_gt,7.59,60 -24751,buy_contrast_m10_bb_pos,buy,2026-02-18 14:33:00,579.0,7.672,1,leg_gt,7.59,60 -24752,buy_contrast_m10_bb_pos,buy,2026-02-18 14:36:00,579.0,7.672,1,leg_gt,7.58,60 -24753,buy_contrast_m10_bb_pos,buy,2026-02-18 14:39:00,580.0,7.4862,1,leg_gt,7.58,60 -24754,buy_contrast_m10_bb_pos,buy,2026-02-18 14:42:00,579.0,7.672,1,leg_gt,7.58,60 -24755,buy_contrast_m10_bb_pos,buy,2026-02-18 14:45:00,579.0,7.672,1,leg_gt,7.58,60 -24756,buy_contrast_m10_bb_pos,buy,2026-02-18 14:48:00,579.0,7.672,1,leg_gt,7.58,60 -24757,buy_contrast_m10_bb_pos,buy,2026-02-18 14:51:00,579.0,7.672,1,leg_gt,7.57,60 -24758,buy_contrast_m10_bb_pos,buy,2026-02-18 14:54:00,578.0,7.8585,1,leg_gt,7.57,60 -24759,buy_contrast_m10_bb_pos,buy,2026-02-18 14:57:00,578.0,7.8585,1,leg_gt,7.57,60 -24760,buy_contrast_m10_bb_pos,buy,2026-02-18 15:00:00,578.0,7.8585,1,leg_gt,7.57,60 -24761,buy_contrast_m10_bb_pos,buy,2026-02-18 15:03:00,578.0,7.8585,1,leg_gt,7.56,60 -24762,buy_contrast_m10_bb_pos,buy,2026-02-18 15:06:00,580.0,7.4862,1,leg_gt,7.56,60 -24763,buy_contrast_m10_bb_pos,buy,2026-02-18 15:09:00,580.0,7.4862,1,leg_gt,7.56,60 -24764,buy_contrast_m10_bb_pos,buy,2026-02-18 16:00:00,577.0,8.0456,1,leg_gt,7.52,60 -24765,buy_contrast_m10_bb_pos,buy,2026-02-18 16:03:00,577.0,8.0456,1,leg_gt,7.52,60 -24766,buy_contrast_m10_bb_pos,buy,2026-02-18 16:06:00,578.0,7.8585,1,leg_gt,7.52,60 -24767,buy_contrast_m10_bb_pos,buy,2026-02-18 16:09:00,577.0,8.0456,1,leg_gt,7.52,60 -24768,buy_contrast_m10_bb_pos,buy,2026-02-18 19:30:00,578.0,7.8585,1,leg_gt,7.38,60 -24769,buy_contrast_m10_bb_pos,buy,2026-02-18 19:33:00,578.0,7.8585,1,leg_gt,7.38,60 -24770,buy_contrast_m10_bb_pos,buy,2026-02-18 19:36:00,579.0,7.672,1,leg_gt,7.38,60 -24771,buy_contrast_m10_bb_pos,buy,2026-02-18 19:39:00,578.0,7.8585,1,leg_gt,7.37,60 -24772,buy_contrast_m10_bb_pos,buy,2026-02-18 20:21:00,575.0,8.4217,1,leg_gt,7.34,60 -24773,buy_contrast_m10_bb_pos,buy,2026-02-18 20:24:00,576.0,8.2333,1,leg_gt,7.34,60 -24774,buy_contrast_m10_bb_pos,buy,2026-02-18 20:27:00,577.0,8.0456,1,leg_gt,7.34,60 -24775,buy_contrast_m10_bb_pos,buy,2026-02-18 23:12:00,571.0,9.182,1,leg_gt,7.22,60 -24776,buy_contrast_m10_bb_pos,buy,2026-02-18 23:15:00,572.0,8.9909,1,leg_gt,7.22,60 -24777,buy_contrast_m10_bb_pos,buy,2026-02-18 23:18:00,570.0,9.3737,1,leg_gt,7.22,60 -24778,buy_contrast_m10_bb_pos,buy,2026-02-18 23:51:00,571.0,9.182,1,leg_gt,7.2,60 -24779,buy_contrast_m10_bb_pos,buy,2026-02-18 23:54:00,572.0,8.9909,1,leg_gt,7.2,60 -24780,buy_contrast_m10_bb_pos,buy,2026-02-18 23:57:00,573.0,8.8005,1,leg_gt,7.19,60 -24781,buy_contrast_m10_bb_pos,buy,2026-02-19 02:21:00,569.0,9.5661,1,leg_gt,7.09,60 -24782,buy_contrast_m10_bb_pos,buy,2026-02-19 02:24:00,568.0,9.7592,1,leg_gt,7.09,60 -24783,buy_contrast_m10_bb_pos,buy,2026-02-19 02:27:00,567.0,9.9529,1,leg_gt,7.09,60 -24784,buy_contrast_m10_bb_pos,buy,2026-02-19 02:30:00,567.0,9.9529,1,leg_gt,7.09,60 -24785,buy_contrast_m10_bb_pos,buy,2026-02-19 02:33:00,568.0,9.7592,1,leg_gt,7.09,60 -24786,buy_contrast_m10_bb_pos,buy,2026-02-19 02:36:00,568.0,9.7592,1,leg_gt,7.08,60 -24787,buy_contrast_m10_bb_pos,buy,2026-02-19 02:39:00,569.0,9.5661,1,leg_gt,7.08,60 -24788,buy_contrast_m10_bb_pos,buy,2026-02-19 03:21:00,566.0,10.1473,1,leg_gt,7.05,60 -24789,buy_contrast_m10_bb_pos,buy,2026-02-19 03:24:00,569.0,9.5661,1,leg_gt,7.05,60 -24790,buy_contrast_m10_bb_pos,buy,2026-02-19 03:27:00,569.0,9.5661,1,leg_gt,7.05,60 -24791,buy_contrast_m10_bb_pos,buy,2026-02-19 04:42:00,565.0,10.3425,1,leg_gt,7.0,60 -24792,buy_contrast_m10_bb_pos,buy,2026-02-19 04:45:00,565.0,10.3425,1,leg_gt,6.99,60 -24793,buy_contrast_m10_bb_pos,buy,2026-02-19 04:48:00,567.0,9.9529,1,leg_gt,6.99,60 -24794,buy_contrast_m10_bb_pos,buy,2026-02-19 05:30:00,564.0,10.5383,1,leg_gt,6.96,60 -24795,buy_contrast_m10_bb_pos,buy,2026-02-19 05:33:00,565.0,10.3425,1,leg_gt,6.96,60 -24796,buy_contrast_m10_bb_pos,buy,2026-02-19 05:36:00,566.0,10.1473,1,leg_gt,6.96,60 -24797,buy_contrast_m10_bb_pos,buy,2026-02-19 05:39:00,567.0,9.9529,1,leg_gt,6.96,60 -24798,buy_contrast_m10_bb_pos,buy,2026-02-19 06:00:00,563.0,10.7348,1,leg_gt,6.94,60 -24799,buy_contrast_m10_bb_pos,buy,2026-02-19 06:03:00,562.0,10.932,1,leg_gt,6.94,60 -24800,buy_contrast_m10_bb_pos,buy,2026-02-19 06:06:00,563.0,10.7348,1,leg_gt,6.94,60 -24801,buy_contrast_m10_bb_pos,buy,2026-02-19 06:09:00,563.0,10.7348,1,leg_gt,6.94,60 -24802,buy_contrast_m10_bb_pos,buy,2026-02-19 06:12:00,563.0,10.7348,1,leg_gt,6.93,60 -24803,buy_contrast_m10_bb_pos,buy,2026-02-19 06:15:00,563.0,10.7348,1,leg_gt,6.93,60 -24804,buy_contrast_m10_bb_pos,buy,2026-02-19 06:18:00,562.0,10.932,1,leg_gt,6.93,60 -24805,buy_contrast_m10_bb_pos,buy,2026-02-19 07:42:00,558.0,11.728,1,leg_gt,6.87,60 -24806,buy_contrast_m10_bb_pos,buy,2026-02-19 07:45:00,558.0,11.728,1,leg_gt,6.87,60 -24807,buy_contrast_m10_bb_pos,buy,2026-02-19 07:48:00,557.0,11.9287,1,leg_gt,6.87,60 -24808,buy_contrast_m10_bb_pos,buy,2026-02-19 08:12:00,556.0,12.1302,1,leg_gt,6.85,60 -24809,buy_contrast_m10_bb_pos,buy,2026-02-19 08:15:00,559.0,11.5279,1,leg_gt,6.85,60 -24810,buy_contrast_m10_bb_pos,buy,2026-02-19 08:18:00,558.0,11.728,1,leg_gt,6.85,60 -24811,buy_contrast_m10_bb_pos,buy,2026-02-19 14:21:00,564.0,10.5383,1,leg_gt,6.59,60 -24812,buy_contrast_m10_bb_pos,buy,2026-02-19 14:24:00,562.0,10.932,1,leg_gt,6.59,60 -24813,buy_contrast_m10_bb_pos,buy,2026-02-19 14:27:00,561.0,11.1299,1,leg_gt,6.59,60 -24814,buy_contrast_m10_bb_pos,buy,2026-02-19 14:51:00,563.0,10.7348,1,leg_gt,6.57,60 -24815,buy_contrast_m10_bb_pos,buy,2026-02-19 14:54:00,564.0,10.5383,1,leg_gt,6.57,60 -24816,buy_contrast_m10_bb_pos,buy,2026-02-19 14:57:00,563.0,10.7348,1,leg_gt,6.57,60 -24817,buy_contrast_m10_bb_pos,buy,2026-02-19 15:00:00,563.0,10.7348,1,leg_gt,6.57,60 -24818,buy_contrast_m10_bb_pos,buy,2026-02-19 15:03:00,564.0,10.5383,1,leg_gt,6.56,60 -24819,buy_contrast_m10_bb_pos,buy,2026-02-19 15:06:00,564.0,10.5383,1,leg_gt,6.56,60 -24820,buy_contrast_m10_bb_pos,buy,2026-02-19 15:09:00,564.0,10.5383,1,leg_gt,6.56,60 -24821,buy_contrast_m10_bb_pos,buy,2026-02-19 16:12:00,561.0,11.1299,1,leg_gt,6.52,60 -24822,buy_contrast_m10_bb_pos,buy,2026-02-19 16:15:00,563.0,10.7348,1,leg_gt,6.51,60 -24823,buy_contrast_m10_bb_pos,buy,2026-02-19 16:18:00,562.0,10.932,1,leg_gt,6.51,60 -24824,buy_contrast_m10_bb_pos,buy,2026-02-19 16:21:00,563.0,10.7348,1,leg_gt,6.51,60 -24825,buy_contrast_m10_bb_pos,buy,2026-02-19 16:24:00,563.0,10.7348,1,leg_gt,6.51,60 -24826,buy_contrast_m10_bb_pos,buy,2026-02-19 16:27:00,563.0,10.7348,1,leg_gt,6.51,60 -24827,buy_contrast_m10_bb_pos,buy,2026-02-19 17:12:00,562.0,10.932,1,leg_gt,6.48,60 -24828,buy_contrast_m10_bb_pos,buy,2026-02-19 17:15:00,560.0,11.3286,1,leg_gt,6.47,60 -24829,buy_contrast_m10_bb_pos,buy,2026-02-19 17:18:00,560.0,11.3286,1,leg_gt,6.47,60 -24830,buy_contrast_m10_bb_pos,buy,2026-02-19 18:00:00,556.0,12.1302,1,leg_gt,6.44,60 -24831,buy_contrast_m10_bb_pos,buy,2026-02-19 18:03:00,556.0,12.1302,1,leg_gt,6.44,60 -24832,buy_contrast_m10_bb_pos,buy,2026-02-19 18:06:00,557.0,11.9287,1,leg_gt,6.44,60 -24833,buy_contrast_m10_bb_pos,buy,2026-02-19 18:09:00,557.0,11.9287,1,leg_gt,6.44,60 -24834,buy_contrast_m10_bb_pos,buy,2026-02-19 19:30:00,553.0,12.7391,1,leg_gt,6.38,60 -24835,buy_contrast_m10_bb_pos,buy,2026-02-19 19:33:00,554.0,12.5354,1,leg_gt,6.38,60 -24836,buy_contrast_m10_bb_pos,buy,2026-02-19 19:36:00,554.0,12.5354,1,leg_gt,6.38,60 -24837,buy_contrast_m10_bb_pos,buy,2026-02-19 19:39:00,554.0,12.5354,1,leg_gt,6.37,60 -24838,buy_contrast_m10_bb_pos,buy,2026-02-19 22:21:00,551.0,13.1486,1,leg_gt,6.26,60 -24839,buy_contrast_m10_bb_pos,buy,2026-02-19 22:24:00,550.0,13.3545,1,leg_gt,6.26,60 -24840,buy_contrast_m10_bb_pos,buy,2026-02-19 22:27:00,549.0,13.5612,1,leg_gt,6.26,60 -24841,buy_contrast_m10_bb_pos,buy,2026-02-19 23:00:00,547.0,13.9768,1,leg_gt,6.23,60 -24842,buy_contrast_m10_bb_pos,buy,2026-02-19 23:03:00,548.0,13.7686,1,leg_gt,6.23,60 -24843,buy_contrast_m10_bb_pos,buy,2026-02-19 23:06:00,548.0,13.7686,1,leg_gt,6.23,60 -24844,buy_contrast_m10_bb_pos,buy,2026-02-19 23:09:00,548.0,13.7686,1,leg_gt,6.23,60 -24845,buy_contrast_m10_bb_pos,buy,2026-02-19 23:21:00,546.0,14.1857,1,leg_gt,6.22,60 -24846,buy_contrast_m10_bb_pos,buy,2026-02-19 23:24:00,547.0,13.9768,1,leg_gt,6.22,60 -24847,buy_contrast_m10_bb_pos,buy,2026-02-19 23:27:00,547.0,13.9768,1,leg_gt,6.21,60 -24848,buy_contrast_m10_bb_pos,buy,2026-02-20 13:30:00,554.0,12.5354,1,leg_gt,5.63,60 -24849,buy_contrast_m10_bb_pos,buy,2026-02-20 13:33:00,554.0,12.5354,1,leg_gt,5.63,60 -24850,buy_contrast_m10_bb_pos,buy,2026-02-20 13:36:00,555.0,12.3324,1,leg_gt,5.62,60 -24851,buy_contrast_m10_bb_pos,buy,2026-02-20 13:51:00,554.0,12.5354,1,leg_gt,5.61,60 -24852,buy_contrast_m10_bb_pos,buy,2026-02-20 13:54:00,554.0,12.5354,1,leg_gt,5.61,60 -24853,buy_contrast_m10_bb_pos,buy,2026-02-20 13:57:00,553.0,12.7391,1,leg_gt,5.61,60 -24854,buy_contrast_m10_bb_pos,buy,2026-02-20 14:00:00,553.0,12.7391,1,leg_gt,5.61,60 -24855,buy_contrast_m10_bb_pos,buy,2026-02-20 14:03:00,553.0,12.7391,1,leg_gt,5.61,60 -24856,buy_contrast_m10_bb_pos,buy,2026-02-20 14:06:00,553.0,12.7391,1,leg_gt,5.6,60 -24857,buy_contrast_m10_bb_pos,buy,2026-02-20 14:09:00,552.0,12.9435,1,leg_gt,5.6,60 -24858,buy_contrast_m10_bb_pos,buy,2026-02-20 14:12:00,553.0,12.7391,1,leg_gt,5.6,60 -24859,buy_contrast_m10_bb_pos,buy,2026-02-20 14:15:00,553.0,12.7391,1,leg_gt,5.6,60 -24860,buy_contrast_m10_bb_pos,buy,2026-02-20 14:18:00,552.0,12.9435,1,leg_gt,5.6,60 -24861,buy_contrast_m10_bb_pos,buy,2026-02-20 14:21:00,551.0,13.1486,1,leg_gt,5.59,60 -24862,buy_contrast_m10_bb_pos,buy,2026-02-20 14:24:00,551.0,13.1486,1,leg_gt,5.59,60 -24863,buy_contrast_m10_bb_pos,buy,2026-02-20 14:27:00,553.0,12.7391,1,leg_gt,5.59,60 -24864,buy_contrast_m10_bb_pos,buy,2026-02-20 14:30:00,552.0,12.9435,1,leg_gt,5.59,60 -24865,buy_contrast_m10_bb_pos,buy,2026-02-20 14:33:00,556.0,12.1302,1,leg_gt,5.59,60 -24866,buy_contrast_m10_bb_pos,buy,2026-02-20 14:36:00,557.0,11.9287,1,leg_gt,5.58,60 -24867,buy_contrast_m10_bb_pos,buy,2026-02-20 14:39:00,557.0,11.9287,1,leg_gt,5.58,60 -24868,buy_contrast_m10_bb_pos,buy,2026-02-20 20:51:00,563.0,10.7348,1,leg_gt,5.32,60 -24869,buy_contrast_m10_bb_pos,buy,2026-02-20 20:54:00,564.0,10.5383,1,leg_gt,5.32,60 -24870,buy_contrast_m10_bb_pos,buy,2026-02-20 20:57:00,564.0,10.5383,1,leg_gt,5.32,60 -24871,buy_contrast_m10_bb_pos,buy,2026-02-20 21:21:00,562.0,10.932,1,leg_gt,5.3,60 -24872,buy_contrast_m10_bb_pos,buy,2026-02-20 21:24:00,562.0,10.932,1,leg_gt,5.3,60 -24873,buy_contrast_m10_bb_pos,buy,2026-02-20 21:27:00,562.0,10.932,1,leg_gt,5.3,60 -24874,buy_contrast_m10_bb_pos,buy,2026-02-20 21:30:00,561.0,11.1299,1,leg_gt,5.3,60 -24875,buy_contrast_m10_bb_pos,buy,2026-02-20 21:33:00,563.0,10.7348,1,leg_gt,5.29,60 -24876,buy_contrast_m10_bb_pos,buy,2026-02-20 21:36:00,562.0,10.932,1,leg_gt,5.29,60 -24877,buy_contrast_m10_bb_pos,buy,2026-02-20 21:39:00,563.0,10.7348,1,leg_gt,5.29,60 -24878,buy_contrast_m10_bb_pos,buy,2026-02-20 22:21:00,559.0,11.5279,1,leg_gt,5.26,60 -24879,buy_contrast_m10_bb_pos,buy,2026-02-20 22:24:00,557.0,11.9287,1,leg_gt,5.26,60 -24880,buy_contrast_m10_bb_pos,buy,2026-02-20 22:27:00,557.0,11.9287,1,leg_gt,5.26,60 -24881,buy_contrast_m10_bb_pos,buy,2026-02-20 22:30:00,558.0,11.728,1,leg_gt,5.25,60 -24882,buy_contrast_m10_bb_pos,buy,2026-02-20 22:33:00,553.0,12.7391,1,leg_gt,5.25,60 -24883,buy_contrast_m10_bb_pos,buy,2026-02-20 22:36:00,554.0,12.5354,1,leg_gt,5.25,60 -24884,buy_contrast_m10_bb_pos,buy,2026-02-20 22:39:00,552.0,12.9435,1,leg_gt,5.25,60 -24885,buy_contrast_m10_bb_pos,buy,2026-02-20 22:51:00,554.0,12.5354,1,leg_gt,5.24,60 -24886,buy_contrast_m10_bb_pos,buy,2026-02-20 22:54:00,556.0,12.1302,1,leg_gt,5.24,60 -24887,buy_contrast_m10_bb_pos,buy,2026-02-20 22:57:00,554.0,12.5354,1,leg_gt,5.24,60 -24888,buy_contrast_m10_bb_pos,buy,2026-02-20 23:00:00,554.0,12.5354,1,leg_gt,5.23,60 -24889,buy_contrast_m10_bb_pos,buy,2026-02-20 23:03:00,556.0,12.1302,1,leg_gt,5.23,60 -24890,buy_contrast_m10_bb_pos,buy,2026-02-20 23:06:00,556.0,12.1302,1,leg_gt,5.23,60 -24891,buy_contrast_m10_bb_pos,buy,2026-02-20 23:09:00,557.0,11.9287,1,leg_gt,5.23,60 -24892,buy_contrast_m10_bb_pos,buy,2026-02-20 23:21:00,553.0,12.7391,1,leg_gt,5.22,60 -24893,buy_contrast_m10_bb_pos,buy,2026-02-20 23:24:00,556.0,12.1302,1,leg_gt,5.22,60 -24894,buy_contrast_m10_bb_pos,buy,2026-02-20 23:27:00,558.0,11.728,1,leg_gt,5.21,60 -24895,buy_contrast_m10_bb_pos,buy,2026-02-21 05:30:00,569.0,9.5661,1,leg_gt,4.96,60 -24896,buy_contrast_m10_bb_pos,buy,2026-02-21 05:33:00,568.0,9.7592,1,leg_gt,4.96,60 -24897,buy_contrast_m10_bb_pos,buy,2026-02-21 05:36:00,568.0,9.7592,1,leg_gt,4.96,60 -24898,buy_contrast_m10_bb_pos,buy,2026-02-21 05:39:00,569.0,9.5661,1,leg_gt,4.96,60 -24899,buy_contrast_m10_bb_pos,buy,2026-02-21 05:51:00,570.0,9.3737,1,leg_gt,4.95,60 -24900,buy_contrast_m10_bb_pos,buy,2026-02-21 05:54:00,571.0,9.182,1,leg_gt,4.95,60 -24901,buy_contrast_m10_bb_pos,buy,2026-02-21 05:57:00,571.0,9.182,1,leg_gt,4.94,60 -24902,buy_contrast_m10_bb_pos,buy,2026-02-21 21:21:00,581.0,7.301,1,leg_gt,4.3,60 -24903,buy_contrast_m10_bb_pos,buy,2026-02-21 21:24:00,579.0,7.672,1,leg_gt,4.3,60 -24904,buy_contrast_m10_bb_pos,buy,2026-02-21 21:27:00,580.0,7.4862,1,leg_gt,4.3,60 -24905,buy_contrast_m10_bb_pos,buy,2026-02-21 21:30:00,579.0,7.672,1,leg_gt,4.3,60 -24906,buy_contrast_m10_bb_pos,buy,2026-02-21 21:33:00,578.0,7.8585,1,leg_gt,4.29,60 -24907,buy_contrast_m10_bb_pos,buy,2026-02-21 21:36:00,578.0,7.8585,1,leg_gt,4.29,60 -24908,buy_contrast_m10_bb_pos,buy,2026-02-21 21:39:00,576.0,8.2333,1,leg_gt,4.29,60 -24909,buy_contrast_m10_bb_pos,buy,2026-02-21 21:51:00,579.0,7.672,1,leg_gt,4.28,60 -24910,buy_contrast_m10_bb_pos,buy,2026-02-21 21:54:00,579.0,7.672,1,leg_gt,4.28,60 -24911,buy_contrast_m10_bb_pos,buy,2026-02-21 21:57:00,578.0,7.8585,1,leg_gt,4.28,60 -24912,buy_contrast_m10_bb_pos,buy,2026-02-21 22:00:00,578.0,7.8585,1,leg_gt,4.28,60 -24913,buy_contrast_m10_bb_pos,buy,2026-02-21 22:03:00,580.0,7.4862,1,leg_gt,4.27,60 -24914,buy_contrast_m10_bb_pos,buy,2026-02-21 22:06:00,579.0,7.672,1,leg_gt,4.27,60 -24915,buy_contrast_m10_bb_pos,buy,2026-02-21 22:09:00,580.0,7.4862,1,leg_gt,4.27,60 -24916,buy_contrast_m10_bb_pos,buy,2026-02-21 22:21:00,578.0,7.8585,1,leg_gt,4.26,60 -24917,buy_contrast_m10_bb_pos,buy,2026-02-21 22:24:00,578.0,7.8585,1,leg_gt,4.26,60 -24918,buy_contrast_m10_bb_pos,buy,2026-02-21 22:27:00,578.0,7.8585,1,leg_gt,4.26,60 -24919,buy_contrast_m10_bb_pos,buy,2026-02-21 22:30:00,577.0,8.0456,1,leg_gt,4.25,60 -24920,buy_contrast_m10_bb_pos,buy,2026-02-21 22:33:00,577.0,8.0456,1,leg_gt,4.25,60 -24921,buy_contrast_m10_bb_pos,buy,2026-02-21 22:36:00,577.0,8.0456,1,leg_gt,4.25,60 -24922,buy_contrast_m10_bb_pos,buy,2026-02-21 22:39:00,578.0,7.8585,1,leg_gt,4.25,60 -24923,buy_contrast_m10_bb_pos,buy,2026-02-22 00:12:00,577.0,8.0456,1,leg_gt,4.18,60 -24924,buy_contrast_m10_bb_pos,buy,2026-02-22 00:15:00,578.0,7.8585,1,leg_gt,4.18,60 -24925,buy_contrast_m10_bb_pos,buy,2026-02-22 00:18:00,577.0,8.0456,1,leg_gt,4.18,60 -24926,buy_contrast_m10_bb_pos,buy,2026-02-22 01:21:00,572.0,8.9909,1,leg_gt,4.14,60 -24927,buy_contrast_m10_bb_pos,buy,2026-02-22 01:24:00,571.0,9.182,1,leg_gt,4.13,60 -24928,buy_contrast_m10_bb_pos,buy,2026-02-22 01:27:00,572.0,8.9909,1,leg_gt,4.13,60 -24929,buy_contrast_m10_bb_pos,buy,2026-02-22 01:51:00,573.0,8.8005,1,leg_gt,4.11,60 -24930,buy_contrast_m10_bb_pos,buy,2026-02-22 01:54:00,571.0,9.182,1,leg_gt,4.11,60 -24931,buy_contrast_m10_bb_pos,buy,2026-02-22 01:57:00,573.0,8.8005,1,leg_gt,4.11,60 -24932,buy_contrast_m10_bb_pos,buy,2026-02-22 02:00:00,571.0,9.182,1,leg_gt,4.11,60 -24933,buy_contrast_m10_bb_pos,buy,2026-02-22 02:03:00,573.0,8.8005,1,leg_gt,4.11,60 -24934,buy_contrast_m10_bb_pos,buy,2026-02-22 02:06:00,572.0,8.9909,1,leg_gt,4.1,60 -24935,buy_contrast_m10_bb_pos,buy,2026-02-22 02:09:00,573.0,8.8005,1,leg_gt,4.1,60 -24936,buy_contrast_m10_bb_pos,buy,2026-02-22 02:21:00,572.0,8.9909,1,leg_gt,4.09,60 -24937,buy_contrast_m10_bb_pos,buy,2026-02-22 02:24:00,572.0,8.9909,1,leg_gt,4.09,60 -24938,buy_contrast_m10_bb_pos,buy,2026-02-22 02:27:00,570.0,9.3737,1,leg_gt,4.09,60 -24939,buy_contrast_m10_bb_pos,buy,2026-02-22 02:30:00,571.0,9.182,1,leg_gt,4.09,60 -24940,buy_contrast_m10_bb_pos,buy,2026-02-22 02:33:00,571.0,9.182,1,leg_gt,4.09,60 -24941,buy_contrast_m10_bb_pos,buy,2026-02-22 02:36:00,572.0,8.9909,1,leg_gt,4.08,60 -24942,buy_contrast_m10_bb_pos,buy,2026-02-22 02:39:00,571.0,9.182,1,leg_gt,4.08,60 -24943,buy_contrast_m10_bb_pos,buy,2026-02-22 08:12:00,571.0,9.182,1,leg_gt,3.85,60 -24944,buy_contrast_m10_bb_pos,buy,2026-02-22 08:15:00,570.0,9.3737,1,leg_gt,3.85,60 -24945,buy_contrast_m10_bb_pos,buy,2026-02-22 08:18:00,571.0,9.182,1,leg_gt,3.85,60 -24946,buy_contrast_m10_bb_pos,buy,2026-02-22 08:21:00,570.0,9.3737,1,leg_gt,3.84,60 -24947,buy_contrast_m10_bb_pos,buy,2026-02-22 08:24:00,570.0,9.3737,1,leg_gt,3.84,60 -24948,buy_contrast_m10_bb_pos,buy,2026-02-22 08:27:00,570.0,9.3737,1,leg_gt,3.84,60 -24949,buy_contrast_m10_bb_pos,buy,2026-02-22 09:00:00,569.0,9.5661,1,leg_gt,3.82,60 -24950,buy_contrast_m10_bb_pos,buy,2026-02-22 09:03:00,568.0,9.7592,1,leg_gt,3.81,60 -24951,buy_contrast_m10_bb_pos,buy,2026-02-22 09:06:00,568.0,9.7592,1,leg_gt,3.81,60 -24952,buy_contrast_m10_bb_pos,buy,2026-02-22 09:09:00,567.0,9.9529,1,leg_gt,3.81,60 -24953,buy_contrast_m10_bb_pos,buy,2026-02-22 11:21:00,565.0,10.3425,1,leg_gt,3.72,60 -24954,buy_contrast_m10_bb_pos,buy,2026-02-22 11:24:00,564.0,10.5383,1,leg_gt,3.72,60 -24955,buy_contrast_m10_bb_pos,buy,2026-02-22 11:27:00,564.0,10.5383,1,leg_gt,3.71,60 -24956,buy_contrast_m10_bb_pos,buy,2026-02-22 11:30:00,563.0,10.7348,1,leg_gt,3.71,60 -24957,buy_contrast_m10_bb_pos,buy,2026-02-22 11:33:00,563.0,10.7348,1,leg_gt,3.71,60 -24958,buy_contrast_m10_bb_pos,buy,2026-02-22 11:36:00,563.0,10.7348,1,leg_gt,3.71,60 -24959,buy_contrast_m10_bb_pos,buy,2026-02-22 11:39:00,561.0,11.1299,1,leg_gt,3.71,60 -24960,buy_contrast_m10_bb_pos,buy,2026-02-22 11:51:00,561.0,11.1299,1,leg_gt,3.7,60 -24961,buy_contrast_m10_bb_pos,buy,2026-02-22 11:54:00,562.0,10.932,1,leg_gt,3.7,60 -24962,buy_contrast_m10_bb_pos,buy,2026-02-22 11:57:00,562.0,10.932,1,leg_gt,3.69,60 -24963,buy_contrast_m10_bb_pos,buy,2026-02-22 12:00:00,561.0,11.1299,1,leg_gt,3.69,60 -24964,buy_contrast_m10_bb_pos,buy,2026-02-22 12:03:00,563.0,10.7348,1,leg_gt,3.69,60 -24965,buy_contrast_m10_bb_pos,buy,2026-02-22 12:06:00,563.0,10.7348,1,leg_gt,3.69,60 -24966,buy_contrast_m10_bb_pos,buy,2026-02-22 12:09:00,563.0,10.7348,1,leg_gt,3.69,60 -24967,buy_contrast_m10_bb_pos,buy,2026-02-22 12:42:00,561.0,11.1299,1,leg_gt,3.66,60 -24968,buy_contrast_m10_bb_pos,buy,2026-02-22 12:45:00,562.0,10.932,1,leg_gt,3.66,60 -24969,buy_contrast_m10_bb_pos,buy,2026-02-22 12:48:00,562.0,10.932,1,leg_gt,3.66,60 -24970,buy_contrast_m10_bb_pos,buy,2026-02-22 20:42:00,561.0,11.1299,1,leg_gt,3.33,60 -24971,buy_contrast_m10_bb_pos,buy,2026-02-22 20:45:00,560.0,11.3286,1,leg_gt,3.33,60 -24972,buy_contrast_m10_bb_pos,buy,2026-02-22 20:48:00,560.0,11.3286,1,leg_gt,3.32,60 -24973,buy_contrast_m10_bb_pos,buy,2026-02-22 21:00:00,560.0,11.3286,1,leg_gt,3.32,60 -24974,buy_contrast_m10_bb_pos,buy,2026-02-22 21:03:00,558.0,11.728,1,leg_gt,3.31,60 -24975,buy_contrast_m10_bb_pos,buy,2026-02-22 21:06:00,556.0,12.1302,1,leg_gt,3.31,60 -24976,buy_contrast_m10_bb_pos,buy,2026-02-22 21:09:00,556.0,12.1302,1,leg_gt,3.31,60 -24977,buy_contrast_m10_bb_pos,buy,2026-02-22 21:51:00,554.0,12.5354,1,leg_gt,3.28,60 -24978,buy_contrast_m10_bb_pos,buy,2026-02-22 21:54:00,555.0,12.3324,1,leg_gt,3.28,60 -24979,buy_contrast_m10_bb_pos,buy,2026-02-22 21:57:00,554.0,12.5354,1,leg_gt,3.28,60 -24980,buy_contrast_m10_bb_pos,buy,2026-02-22 22:00:00,554.0,12.5354,1,leg_gt,3.28,60 -24981,buy_contrast_m10_bb_pos,buy,2026-02-22 22:03:00,555.0,12.3324,1,leg_gt,3.27,60 -24982,buy_contrast_m10_bb_pos,buy,2026-02-22 22:06:00,554.0,12.5354,1,leg_gt,3.27,60 -24983,buy_contrast_m10_bb_pos,buy,2026-02-22 22:09:00,553.0,12.7391,1,leg_gt,3.27,60 -24984,buy_contrast_m10_bb_pos,buy,2026-02-22 22:12:00,554.0,12.5354,1,leg_gt,3.27,60 -24985,buy_contrast_m10_bb_pos,buy,2026-02-22 22:15:00,554.0,12.5354,1,leg_gt,3.26,60 -24986,buy_contrast_m10_bb_pos,buy,2026-02-22 22:18:00,555.0,12.3324,1,leg_gt,3.26,60 -24987,buy_contrast_m10_bb_pos,buy,2026-02-23 09:51:00,561.0,11.1299,1,leg_gt,2.78,60 -24988,buy_contrast_m10_bb_pos,buy,2026-02-23 09:54:00,562.0,10.932,1,leg_gt,2.78,60 -24989,buy_contrast_m10_bb_pos,buy,2026-02-23 09:57:00,559.0,11.5279,1,leg_gt,2.78,60 -24990,buy_contrast_m10_bb_pos,buy,2026-02-23 10:42:00,542.0,15.0292,1,leg_gt,2.75,60 -24991,buy_contrast_m10_bb_pos,buy,2026-02-23 10:45:00,540.0,15.4556,1,leg_gt,2.74,60 -24992,buy_contrast_m10_bb_pos,buy,2026-02-23 10:48:00,541.0,15.242,1,leg_gt,2.74,60 -24993,buy_contrast_m10_bb_pos,buy,2026-02-23 10:51:00,541.0,15.242,1,leg_gt,2.74,60 -24994,buy_contrast_m10_bb_pos,buy,2026-02-23 10:54:00,537.0,16.1011,1,leg_gt,2.74,60 -24995,buy_contrast_m10_bb_pos,buy,2026-02-23 10:57:00,540.0,15.4556,1,leg_gt,2.74,60 -24996,buy_contrast_m10_bb_pos,buy,2026-02-23 11:00:00,537.0,16.1011,1,leg_gt,2.73,60 -24997,buy_contrast_m10_bb_pos,buy,2026-02-23 11:03:00,537.0,16.1011,1,leg_gt,2.73,60 -24998,buy_contrast_m10_bb_pos,buy,2026-02-23 11:06:00,539.0,15.6699,1,leg_gt,2.73,60 -24999,buy_contrast_m10_bb_pos,buy,2026-02-23 11:09:00,542.0,15.0292,1,leg_gt,2.73,60 -25000,buy_contrast_m10_bb_pos,buy,2026-02-23 13:42:00,538.0,15.8851,1,leg_gt,2.62,60 -25001,buy_contrast_m10_bb_pos,buy,2026-02-23 13:45:00,538.0,15.8851,1,leg_gt,2.62,60 -25002,buy_contrast_m10_bb_pos,buy,2026-02-23 13:48:00,539.0,15.6699,1,leg_gt,2.62,60 -25003,buy_contrast_m10_bb_pos,buy,2026-02-23 13:51:00,539.0,15.6699,1,leg_gt,2.61,60 -25004,buy_contrast_m10_bb_pos,buy,2026-02-23 13:54:00,539.0,15.6699,1,leg_gt,2.61,60 -25005,buy_contrast_m10_bb_pos,buy,2026-02-23 13:57:00,538.0,15.8851,1,leg_gt,2.61,60 -25006,buy_contrast_m10_bb_pos,buy,2026-02-23 23:51:00,570.0,9.3737,1,leg_gt,2.2,60 -25007,buy_contrast_m10_bb_pos,buy,2026-02-23 23:54:00,566.0,10.1473,1,leg_gt,2.2,60 -25008,buy_contrast_m10_bb_pos,buy,2026-02-23 23:57:00,567.0,9.9529,1,leg_gt,2.19,60 -25009,buy_contrast_m10_bb_pos,buy,2026-02-24 00:21:00,563.0,10.7348,1,leg_gt,2.18,60 -25010,buy_contrast_m10_bb_pos,buy,2026-02-24 00:24:00,562.0,10.932,1,leg_gt,2.17,60 -25011,buy_contrast_m10_bb_pos,buy,2026-02-24 00:27:00,563.0,10.7348,1,leg_gt,2.17,60 -25012,buy_contrast_m10_bb_pos,buy,2026-02-24 00:30:00,563.0,10.7348,1,leg_gt,2.17,60 -25013,buy_contrast_m10_bb_pos,buy,2026-02-24 00:33:00,563.0,10.7348,1,leg_gt,2.17,60 -25014,buy_contrast_m10_bb_pos,buy,2026-02-24 00:36:00,560.0,11.3286,1,leg_gt,2.17,60 -25015,buy_contrast_m10_bb_pos,buy,2026-02-24 00:39:00,561.0,11.1299,1,leg_gt,2.16,60 -25016,buy_contrast_m10_bb_pos,buy,2026-02-24 00:42:00,561.0,11.1299,1,leg_gt,2.16,60 -25017,buy_contrast_m10_bb_pos,buy,2026-02-24 00:45:00,559.0,11.5279,1,leg_gt,2.16,60 -25018,buy_contrast_m10_bb_pos,buy,2026-02-24 00:48:00,558.0,11.728,1,leg_gt,2.16,60 -25019,buy_contrast_m10_bb_pos,buy,2026-02-24 01:21:00,553.0,12.7391,1,leg_gt,2.14,60 -25020,buy_contrast_m10_bb_pos,buy,2026-02-24 01:24:00,552.0,12.9435,1,leg_gt,2.13,60 -25021,buy_contrast_m10_bb_pos,buy,2026-02-24 01:27:00,553.0,12.7391,1,leg_gt,2.13,60 -25022,buy_contrast_m10_bb_pos,buy,2026-02-24 01:51:00,550.0,13.3545,1,leg_gt,2.11,60 -25023,buy_contrast_m10_bb_pos,buy,2026-02-24 01:54:00,550.0,13.3545,1,leg_gt,2.11,60 -25024,buy_contrast_m10_bb_pos,buy,2026-02-24 01:57:00,550.0,13.3545,1,leg_gt,2.11,60 -25025,buy_contrast_m10_bb_pos,buy,2026-02-24 02:00:00,549.0,13.5612,1,leg_gt,2.11,60 -25026,buy_contrast_m10_bb_pos,buy,2026-02-24 02:03:00,549.0,13.5612,1,leg_gt,2.11,60 -25027,buy_contrast_m10_bb_pos,buy,2026-02-24 02:06:00,548.0,13.7686,1,leg_gt,2.1,60 -25028,buy_contrast_m10_bb_pos,buy,2026-02-24 02:09:00,548.0,13.7686,1,leg_gt,2.1,60 -25029,buy_contrast_m10_bb_pos,buy,2026-02-24 02:12:00,547.0,13.9768,1,leg_gt,2.1,60 -25030,buy_contrast_m10_bb_pos,buy,2026-02-24 02:15:00,546.0,14.1857,1,leg_gt,2.1,60 -25031,buy_contrast_m10_bb_pos,buy,2026-02-24 02:18:00,546.0,14.1857,1,leg_gt,2.1,60 -25032,buy_contrast_m10_bb_pos,buy,2026-02-24 02:21:00,544.0,14.6059,1,leg_gt,2.09,60 -25033,buy_contrast_m10_bb_pos,buy,2026-02-24 02:24:00,547.0,13.9768,1,leg_gt,2.09,60 -25034,buy_contrast_m10_bb_pos,buy,2026-02-24 02:27:00,545.0,14.3954,1,leg_gt,2.09,60 -25035,buy_contrast_m10_bb_pos,buy,2026-02-24 02:30:00,543.0,14.8171,1,leg_gt,2.09,60 -25036,buy_contrast_m10_bb_pos,buy,2026-02-24 02:33:00,544.0,14.6059,1,leg_gt,2.09,60 -25037,buy_contrast_m10_bb_pos,buy,2026-02-24 02:36:00,543.0,14.8171,1,leg_gt,2.08,60 -25038,buy_contrast_m10_bb_pos,buy,2026-02-24 02:39:00,542.0,15.0292,1,leg_gt,2.08,60 -25039,buy_contrast_m10_bb_pos,buy,2026-02-24 02:42:00,546.0,14.1857,1,leg_gt,2.08,60 -25040,buy_contrast_m10_bb_pos,buy,2026-02-24 02:45:00,545.0,14.3954,1,leg_gt,2.08,60 -25041,buy_contrast_m10_bb_pos,buy,2026-02-24 02:48:00,544.0,14.6059,1,leg_gt,2.08,60 -25042,buy_contrast_m10_bb_pos,buy,2026-02-24 11:00:00,546.0,14.1857,1,leg_gt,1.73,60 -25043,buy_contrast_m10_bb_pos,buy,2026-02-24 11:03:00,546.0,14.1857,1,leg_gt,1.73,60 -25044,buy_contrast_m10_bb_pos,buy,2026-02-24 11:06:00,546.0,14.1857,1,leg_gt,1.73,60 -25045,buy_contrast_m10_bb_pos,buy,2026-02-24 11:09:00,545.0,14.3954,1,leg_gt,1.73,60 -25046,buy_contrast_m10_bb_pos,buy,2026-02-24 11:12:00,547.0,13.9768,1,leg_gt,1.72,60 -25047,buy_contrast_m10_bb_pos,buy,2026-02-24 11:15:00,546.0,14.1857,1,leg_gt,1.72,60 -25048,buy_contrast_m10_bb_pos,buy,2026-02-24 11:18:00,544.0,14.6059,1,leg_gt,1.72,60 -25049,buy_contrast_m10_bb_pos,buy,2026-02-24 11:21:00,545.0,14.3954,1,leg_gt,1.72,60 -25050,buy_contrast_m10_bb_pos,buy,2026-02-24 11:24:00,544.0,14.6059,1,leg_gt,1.72,60 -25051,buy_contrast_m10_bb_pos,buy,2026-02-24 11:27:00,545.0,14.3954,1,leg_gt,1.71,60 -25052,buy_contrast_m10_bb_pos,buy,2026-02-24 11:51:00,545.0,14.3954,1,leg_gt,1.7,60 -25053,buy_contrast_m10_bb_pos,buy,2026-02-24 11:54:00,544.0,14.6059,1,leg_gt,1.7,60 -25054,buy_contrast_m10_bb_pos,buy,2026-02-24 11:57:00,544.0,14.6059,1,leg_gt,1.69,60 -25055,buy_contrast_m10_bb_pos,buy,2026-02-24 12:12:00,542.0,15.0292,1,leg_gt,1.68,60 -25056,buy_contrast_m10_bb_pos,buy,2026-02-24 12:15:00,542.0,15.0292,1,leg_gt,1.68,60 -25057,buy_contrast_m10_bb_pos,buy,2026-02-24 12:18:00,543.0,14.8171,1,leg_gt,1.68,60 -25058,buy_contrast_m10_bb_pos,buy,2026-02-24 12:30:00,541.0,15.242,1,leg_gt,1.67,60 -25059,buy_contrast_m10_bb_pos,buy,2026-02-24 12:33:00,542.0,15.0292,1,leg_gt,1.67,60 -25060,buy_contrast_m10_bb_pos,buy,2026-02-24 12:36:00,541.0,15.242,1,leg_gt,1.67,60 -25061,buy_contrast_m10_bb_pos,buy,2026-02-24 12:39:00,542.0,15.0292,1,leg_gt,1.66,60 -25062,buy_contrast_m10_bb_pos,buy,2026-02-24 12:51:00,541.0,15.242,1,leg_gt,1.66,60 -25063,buy_contrast_m10_bb_pos,buy,2026-02-24 12:54:00,543.0,14.8171,1,leg_gt,1.65,60 -25064,buy_contrast_m10_bb_pos,buy,2026-02-24 12:57:00,542.0,15.0292,1,leg_gt,1.65,60 -25065,buy_contrast_m10_bb_pos,buy,2026-02-24 14:21:00,538.0,15.8851,1,leg_gt,1.59,60 -25066,buy_contrast_m10_bb_pos,buy,2026-02-24 14:24:00,538.0,15.8851,1,leg_gt,1.59,60 -25067,buy_contrast_m10_bb_pos,buy,2026-02-24 14:27:00,539.0,15.6699,1,leg_gt,1.59,60 -25068,buy_contrast_m10_bb_pos,buy,2026-02-24 14:30:00,538.0,15.8851,1,leg_gt,1.59,60 -25069,buy_contrast_m10_bb_pos,buy,2026-02-24 14:33:00,539.0,15.6699,1,leg_gt,1.59,60 -25070,buy_contrast_m10_bb_pos,buy,2026-02-24 14:36:00,539.0,15.6699,1,leg_gt,1.58,60 -25071,buy_contrast_m10_bb_pos,buy,2026-02-24 14:39:00,538.0,15.8851,1,leg_gt,1.58,60 -25072,buy_contrast_m10_bb_pos,buy,2026-02-25 04:30:00,553.0,12.7391,1,leg_gt,1.0,60 -25073,buy_contrast_m10_bb_pos,buy,2026-02-25 04:36:00,554.0,12.5354,1,leg_gt,1.0,60 -25074,buy_contrast_m10_bb_pos,buy,2026-02-25 04:39:00,554.0,12.5354,1,leg_gt,1.0,60 -25075,buy_contrast_m10_bb_pos,buy,2026-02-25 05:21:00,553.0,12.7391,1,leg_gt,0.97,60 -25076,buy_contrast_m10_bb_pos,buy,2026-02-25 05:24:00,553.0,12.7391,1,leg_gt,0.97,60 -25077,buy_contrast_m10_bb_pos,buy,2026-02-25 05:27:00,553.0,12.7391,1,leg_gt,0.96,60 -25078,buy_contrast_m10_bb_pos,buy,2026-02-25 05:30:00,552.0,12.9435,1,leg_gt,0.96,60 -25079,buy_contrast_m10_bb_pos,buy,2026-02-25 05:33:00,554.0,12.5354,1,leg_gt,0.96,60 -25080,buy_contrast_m10_bb_pos,buy,2026-02-25 05:36:00,553.0,12.7391,1,leg_gt,0.96,60 -25081,buy_contrast_m10_bb_pos,buy,2026-02-25 05:39:00,553.0,12.7391,1,leg_gt,0.96,60 -25082,buy_contrast_m10_bb_pos,buy,2026-02-25 06:00:00,552.0,12.9435,1,leg_gt,0.94,60 -25083,buy_contrast_m10_bb_pos,buy,2026-02-25 06:03:00,550.0,13.3545,1,leg_gt,0.94,60 -25084,buy_contrast_m10_bb_pos,buy,2026-02-25 06:06:00,549.0,13.5612,1,leg_gt,0.94,60 -25085,buy_contrast_m10_bb_pos,buy,2026-02-25 06:09:00,548.0,13.7686,1,leg_gt,0.94,60 -25086,buy_contrast_m10_bb_pos,buy,2026-02-25 06:30:00,549.0,13.5612,1,leg_gt,0.92,60 -25087,buy_contrast_m10_bb_pos,buy,2026-02-25 06:33:00,549.0,13.5612,1,leg_gt,0.92,60 -25088,buy_contrast_m10_bb_pos,buy,2026-02-25 06:36:00,550.0,13.3545,1,leg_gt,0.92,60 -25089,buy_contrast_m10_bb_pos,buy,2026-02-25 06:39:00,551.0,13.1486,1,leg_gt,0.91,60 -25090,buy_contrast_m10_bb_pos,buy,2026-02-25 13:30:00,565.0,10.3425,1,leg_gt,0.63,60 -25091,buy_contrast_m10_bb_pos,buy,2026-02-25 13:33:00,564.0,10.5383,1,leg_gt,0.63,60 -25092,buy_contrast_m10_bb_pos,buy,2026-02-25 13:36:00,564.0,10.5383,1,leg_gt,0.62,60 -25093,buy_contrast_m10_bb_pos,buy,2026-02-25 13:39:00,565.0,10.3425,1,leg_gt,0.62,60 -25094,buy_contrast_m10_bb_pos,buy,2026-02-25 14:00:00,564.0,10.5383,1,leg_gt,0.61,60 -25095,buy_contrast_m10_bb_pos,buy,2026-02-25 14:03:00,565.0,10.3425,1,leg_gt,0.61,60 -25096,buy_contrast_m10_bb_pos,buy,2026-02-25 14:06:00,563.0,10.7348,1,leg_gt,0.6,60 -25097,buy_contrast_m10_bb_pos,buy,2026-02-25 14:09:00,561.0,11.1299,1,leg_gt,0.6,60 -25098,buy_contrast_m10_bb_pos,buy,2026-02-25 14:12:00,563.0,10.7348,1,leg_gt,0.6,60 -25099,buy_contrast_m10_bb_pos,buy,2026-02-25 14:15:00,561.0,11.1299,1,leg_gt,0.6,60 -25100,buy_contrast_m10_bb_pos,buy,2026-02-25 14:18:00,561.0,11.1299,1,leg_gt,0.6,60 -25101,buy_contrast_m10_bb_pos,buy,2026-02-25 14:21:00,562.0,10.932,1,leg_gt,0.59,60 -25102,buy_contrast_m10_bb_pos,buy,2026-02-25 14:24:00,561.0,11.1299,1,leg_gt,0.59,60 -25103,buy_contrast_m10_bb_pos,buy,2026-02-25 14:27:00,561.0,11.1299,1,leg_gt,0.59,60 -25104,buy_contrast_m10_bb_pos,buy,2026-02-25 14:30:00,562.0,10.932,1,leg_gt,0.59,60 -25105,buy_contrast_m10_bb_pos,buy,2026-02-25 14:33:00,561.0,11.1299,1,leg_gt,0.59,60 -25106,buy_contrast_m10_bb_pos,buy,2026-02-25 14:36:00,559.0,11.5279,1,leg_gt,0.58,60 -25107,buy_contrast_m10_bb_pos,buy,2026-02-25 14:39:00,558.0,11.728,1,leg_gt,0.58,60 -25108,buy_contrast_m10_bb_pos,buy,2026-02-25 21:42:00,579.0,7.672,1,leg_gt,0.29,60 -25109,buy_contrast_m10_bb_pos,buy,2026-02-25 21:45:00,580.0,7.4862,1,leg_gt,0.29,60 -25110,buy_contrast_m10_bb_pos,buy,2026-02-25 21:48:00,580.0,7.4862,1,leg_gt,0.28,60 -25111,buy_contrast_m10_bb_pos,buy,2026-02-25 22:21:00,579.0,7.672,1,leg_gt,0.26,60 -25112,buy_contrast_m10_bb_pos,buy,2026-02-25 22:24:00,579.0,7.672,1,leg_gt,0.26,60 -25113,buy_contrast_m10_bb_pos,buy,2026-02-25 22:27:00,578.0,7.8585,1,leg_gt,0.26,60 -25114,buy_contrast_m10_bb_pos,buy,2026-02-26 09:00:00,594.0,-0.6051,0,leg_gt,3.11,60 -25115,buy_contrast_m10_bb_pos,buy,2026-02-26 09:03:00,596.0,-0.9389,0,leg_gt,3.11,60 -25116,buy_contrast_m10_bb_pos,buy,2026-02-26 09:06:00,596.0,-0.9389,0,leg_gt,3.11,60 -25117,buy_contrast_m10_bb_pos,buy,2026-02-26 09:09:00,595.0,-0.7723,0,leg_gt,3.11,60 -25118,buy_contrast_m10_bb_pos,buy,2026-02-26 09:42:00,590.0,0.0695,1,leg_gt,3.09,60 -25119,buy_contrast_m10_bb_pos,buy,2026-02-26 09:45:00,592.0,-0.2689,0,leg_gt,3.08,60 -25120,buy_contrast_m10_bb_pos,buy,2026-02-26 09:48:00,589.0,0.2396,1,leg_gt,3.08,60 -25121,buy_contrast_m10_bb_pos,buy,2026-02-26 09:51:00,589.0,0.2396,1,leg_gt,3.08,60 -25122,buy_contrast_m10_bb_pos,buy,2026-02-26 09:54:00,589.0,0.2396,1,leg_gt,3.08,60 -25123,buy_contrast_m10_bb_pos,buy,2026-02-26 09:57:00,591.0,-0.1,0,leg_gt,3.08,60 -25124,buy_contrast_m10_bb_pos,buy,2026-02-26 11:12:00,585.0,0.9256,1,leg_gt,3.02,60 -25125,buy_contrast_m10_bb_pos,buy,2026-02-26 11:15:00,583.0,1.2722,1,leg_gt,3.02,60 -25126,buy_contrast_m10_bb_pos,buy,2026-02-26 11:18:00,587.0,0.5814,1,leg_gt,3.02,60 -25127,buy_contrast_m10_bb_pos,buy,2026-02-26 11:21:00,586.0,0.7532,1,leg_gt,3.02,60 -25128,buy_contrast_m10_bb_pos,buy,2026-02-26 11:24:00,585.0,0.9256,1,leg_gt,3.01,60 -25129,buy_contrast_m10_bb_pos,buy,2026-02-26 11:27:00,584.0,1.0986,1,leg_gt,3.01,60 -25130,buy_contrast_m10_bb_pos,buy,2026-02-26 11:30:00,585.0,0.9256,1,leg_gt,3.01,60 -25131,buy_contrast_m10_bb_pos,buy,2026-02-26 11:33:00,587.0,0.5814,1,leg_gt,3.01,60 -25132,buy_contrast_m10_bb_pos,buy,2026-02-26 11:36:00,588.0,0.4102,1,leg_gt,3.01,60 -25133,buy_contrast_m10_bb_pos,buy,2026-02-26 11:39:00,587.0,0.5814,1,leg_gt,3.0,60 -25134,buy_contrast_m10_bb_pos,buy,2026-02-26 11:42:00,586.0,0.7532,1,leg_gt,3.0,60 -25135,buy_contrast_m10_bb_pos,buy,2026-02-26 11:45:00,589.0,0.2396,1,leg_gt,3.0,60 -25136,buy_contrast_m10_bb_pos,buy,2026-02-26 11:48:00,588.0,0.4102,1,leg_gt,3.0,60 -25137,buy_contrast_m10_bb_pos,buy,2026-02-26 14:21:00,585.0,0.9256,1,leg_gt,2.89,60 -25138,buy_contrast_m10_bb_pos,buy,2026-02-26 14:24:00,586.0,0.7532,1,leg_gt,2.89,60 -25139,buy_contrast_m10_bb_pos,buy,2026-02-26 14:27:00,588.0,0.4102,1,leg_gt,2.89,60 -25140,buy_contrast_m10_bb_pos,buy,2026-02-26 14:42:00,588.0,0.4102,1,leg_gt,2.88,60 -25141,buy_contrast_m10_bb_pos,buy,2026-02-26 14:45:00,588.0,0.4102,1,leg_gt,2.88,60 -25142,buy_contrast_m10_bb_pos,buy,2026-02-26 14:48:00,589.0,0.2396,1,leg_gt,2.87,60 -25143,buy_contrast_m10_bb_pos,buy,2026-02-26 20:42:00,583.0,1.2722,1,leg_gt,2.63,60 -25144,buy_contrast_m10_bb_pos,buy,2026-02-26 20:45:00,582.0,1.4464,1,leg_gt,2.62,60 -25145,buy_contrast_m10_bb_pos,buy,2026-02-26 20:48:00,581.0,1.6212,1,leg_gt,2.62,60 -25146,buy_contrast_m10_bb_pos,buy,2026-02-26 21:00:00,581.0,1.6212,1,leg_gt,2.61,60 -25147,buy_contrast_m10_bb_pos,buy,2026-02-26 21:03:00,582.0,1.4464,1,leg_gt,2.61,60 -25148,buy_contrast_m10_bb_pos,buy,2026-02-26 21:06:00,582.0,1.4464,1,leg_gt,2.61,60 -25149,buy_contrast_m10_bb_pos,buy,2026-02-26 21:09:00,583.0,1.2722,1,leg_gt,2.61,60 -25150,buy_contrast_m10_bb_pos,buy,2026-02-26 23:51:00,581.0,1.6212,1,leg_gt,2.5,60 -25151,buy_contrast_m10_bb_pos,buy,2026-02-26 23:54:00,583.0,1.2722,1,leg_gt,2.49,60 -25152,buy_contrast_m10_bb_pos,buy,2026-02-26 23:57:00,586.0,0.7532,1,leg_gt,2.49,60 -25153,buy_contrast_m10_bb_pos,buy,2026-02-27 00:42:00,579.0,1.9725,1,leg_gt,2.46,60 -25154,buy_contrast_m10_bb_pos,buy,2026-02-27 00:45:00,581.0,1.6212,1,leg_gt,2.46,60 -25155,buy_contrast_m10_bb_pos,buy,2026-02-27 00:48:00,579.0,1.9725,1,leg_gt,2.46,60 -25156,buy_contrast_m10_bb_pos,buy,2026-02-27 02:12:00,568.0,3.9493,1,leg_gt,2.4,60 -25157,buy_contrast_m10_bb_pos,buy,2026-02-27 02:15:00,569.0,3.7664,1,leg_gt,2.4,60 -25158,buy_contrast_m10_bb_pos,buy,2026-02-27 02:18:00,569.0,3.7664,1,leg_gt,2.39,60 -25159,buy_contrast_m10_bb_pos,buy,2026-02-27 02:21:00,567.0,4.1328,1,leg_gt,2.39,60 -25160,buy_contrast_m10_bb_pos,buy,2026-02-27 02:24:00,567.0,4.1328,1,leg_gt,2.39,60 -25161,buy_contrast_m10_bb_pos,buy,2026-02-27 02:27:00,568.0,3.9493,1,leg_gt,2.39,60 -25162,buy_contrast_m10_bb_pos,buy,2026-02-27 02:42:00,566.0,4.317,1,leg_gt,2.38,60 -25163,buy_contrast_m10_bb_pos,buy,2026-02-27 02:45:00,567.0,4.1328,1,leg_gt,2.38,60 -25164,buy_contrast_m10_bb_pos,buy,2026-02-27 02:48:00,567.0,4.1328,1,leg_gt,2.37,60 -25165,buy_contrast_m10_bb_pos,buy,2026-02-27 02:51:00,566.0,4.317,1,leg_gt,2.37,60 -25166,buy_contrast_m10_bb_pos,buy,2026-02-27 02:54:00,567.0,4.1328,1,leg_gt,2.37,60 -25167,buy_contrast_m10_bb_pos,buy,2026-02-27 02:57:00,567.0,4.1328,1,leg_gt,2.37,60 -25168,buy_contrast_m10_bb_pos,buy,2026-02-27 10:00:00,576.0,2.5042,1,leg_gt,2.07,60 -25169,buy_contrast_m10_bb_pos,buy,2026-02-27 10:03:00,576.0,2.5042,1,leg_gt,2.07,60 -25170,buy_contrast_m10_bb_pos,buy,2026-02-27 10:06:00,576.0,2.5042,1,leg_gt,2.07,60 -25171,buy_contrast_m10_bb_pos,buy,2026-02-27 10:09:00,574.0,2.8617,1,leg_gt,2.07,60 -25172,buy_contrast_m10_bb_pos,buy,2026-02-27 16:30:00,585.0,0.9256,1,leg_gt,1.8,60 -25173,buy_contrast_m10_bb_pos,buy,2026-02-27 16:33:00,587.0,0.5814,1,leg_gt,1.8,60 -25174,buy_contrast_m10_bb_pos,buy,2026-02-27 16:36:00,586.0,0.7532,1,leg_gt,1.8,60 -25175,buy_contrast_m10_bb_pos,buy,2026-02-27 16:39:00,584.0,1.0986,1,leg_gt,1.8,60 -25176,buy_contrast_m10_bb_pos,buy,2026-02-27 19:42:00,583.0,1.2722,1,leg_gt,1.67,60 -25177,buy_contrast_m10_bb_pos,buy,2026-02-27 19:45:00,585.0,0.9256,1,leg_gt,1.67,60 -25178,buy_contrast_m10_bb_pos,buy,2026-02-27 19:48:00,584.0,1.0986,1,leg_gt,1.66,60 -25179,buy_contrast_m10_bb_pos,buy,2026-02-27 20:12:00,583.0,1.2722,1,leg_gt,1.65,60 -25180,buy_contrast_m10_bb_pos,buy,2026-02-27 20:15:00,583.0,1.2722,1,leg_gt,1.65,60 -25181,buy_contrast_m10_bb_pos,buy,2026-02-27 20:18:00,582.0,1.4464,1,leg_gt,1.64,60 -25182,buy_contrast_m10_bb_pos,buy,2026-02-27 20:21:00,581.0,1.6212,1,leg_gt,1.64,60 -25183,buy_contrast_m10_bb_pos,buy,2026-02-27 20:24:00,582.0,1.4464,1,leg_gt,1.64,60 -25184,buy_contrast_m10_bb_pos,buy,2026-02-27 20:27:00,583.0,1.2722,1,leg_gt,1.64,60 -25185,buy_contrast_m10_bb_pos,buy,2026-02-27 20:51:00,577.0,2.3263,1,leg_gt,1.62,60 -25186,buy_contrast_m10_bb_pos,buy,2026-02-27 20:54:00,578.0,2.1491,1,leg_gt,1.62,60 -25187,buy_contrast_m10_bb_pos,buy,2026-02-27 20:57:00,578.0,2.1491,1,leg_gt,1.62,60 -25188,buy_contrast_m10_bb_pos,buy,2026-02-27 21:00:00,577.0,2.3263,1,leg_gt,1.61,60 -25189,buy_contrast_m10_bb_pos,buy,2026-02-27 21:03:00,577.0,2.3263,1,leg_gt,1.61,60 -25190,buy_contrast_m10_bb_pos,buy,2026-02-27 21:06:00,578.0,2.1491,1,leg_gt,1.61,60 -25191,buy_contrast_m10_bb_pos,buy,2026-02-27 21:09:00,576.0,2.5042,1,leg_gt,1.61,60 -25192,buy_contrast_m10_bb_pos,buy,2026-02-27 21:12:00,575.0,2.6826,1,leg_gt,1.61,60 -25193,buy_contrast_m10_bb_pos,buy,2026-02-27 21:15:00,576.0,2.5042,1,leg_gt,1.6,60 -25194,buy_contrast_m10_bb_pos,buy,2026-02-27 21:18:00,575.0,2.6826,1,leg_gt,1.6,60 -25195,buy_contrast_m10_bb_pos,buy,2026-02-27 21:21:00,578.0,2.1491,1,leg_gt,1.6,60 -25196,buy_contrast_m10_bb_pos,buy,2026-02-27 21:24:00,578.0,2.1491,1,leg_gt,1.6,60 -25197,buy_contrast_m10_bb_pos,buy,2026-02-27 21:27:00,578.0,2.1491,1,leg_gt,1.6,60 -25198,buy_contrast_m10_bb_pos,buy,2026-02-28 00:30:00,575.0,2.6826,1,leg_gt,1.47,60 -25199,buy_contrast_m10_bb_pos,buy,2026-02-28 00:33:00,573.0,3.0414,1,leg_gt,1.47,60 -25200,buy_contrast_m10_bb_pos,buy,2026-02-28 00:36:00,574.0,2.8617,1,leg_gt,1.46,60 -25201,buy_contrast_m10_bb_pos,buy,2026-02-28 00:39:00,573.0,3.0414,1,leg_gt,1.46,60 -25202,buy_contrast_m10_bb_pos,buy,2026-02-28 01:00:00,573.0,3.0414,1,leg_gt,1.45,60 -25203,buy_contrast_m10_bb_pos,buy,2026-02-28 01:03:00,575.0,2.6826,1,leg_gt,1.45,60 -25204,buy_contrast_m10_bb_pos,buy,2026-02-28 01:06:00,570.0,3.5842,1,leg_gt,1.44,60 -25205,buy_contrast_m10_bb_pos,buy,2026-02-28 01:09:00,572.0,3.2217,1,leg_gt,1.44,60 -25206,buy_contrast_m10_bb_pos,buy,2026-02-28 01:12:00,571.0,3.4026,1,leg_gt,1.44,60 -25207,buy_contrast_m10_bb_pos,buy,2026-02-28 01:15:00,573.0,3.0414,1,leg_gt,1.44,60 -25208,buy_contrast_m10_bb_pos,buy,2026-02-28 01:18:00,574.0,2.8617,1,leg_gt,1.44,60 -25209,buy_contrast_m10_bb_pos,buy,2026-02-28 01:21:00,572.0,3.2217,1,leg_gt,1.43,60 -25210,buy_contrast_m10_bb_pos,buy,2026-02-28 01:24:00,574.0,2.8617,1,leg_gt,1.43,60 -25211,buy_contrast_m10_bb_pos,buy,2026-02-28 01:27:00,575.0,2.6826,1,leg_gt,1.43,60 -25212,buy_contrast_m10_bb_pos,buy,2026-02-28 01:42:00,572.0,3.2217,1,leg_gt,1.42,60 -25213,buy_contrast_m10_bb_pos,buy,2026-02-28 01:45:00,572.0,3.2217,1,leg_gt,1.42,60 -25214,buy_contrast_m10_bb_pos,buy,2026-02-28 01:48:00,571.0,3.4026,1,leg_gt,1.41,60 -25215,buy_contrast_m10_bb_pos,buy,2026-02-28 02:00:00,570.0,3.5842,1,leg_gt,1.41,60 -25216,buy_contrast_m10_bb_pos,buy,2026-02-28 02:03:00,571.0,3.4026,1,leg_gt,1.4,60 -25217,buy_contrast_m10_bb_pos,buy,2026-02-28 02:06:00,571.0,3.4026,1,leg_gt,1.4,60 -25218,buy_contrast_m10_bb_pos,buy,2026-02-28 02:09:00,570.0,3.5842,1,leg_gt,1.4,60 -25219,buy_contrast_m10_bb_pos,buy,2026-02-28 02:12:00,569.0,3.7664,1,leg_gt,1.4,60 -25220,buy_contrast_m10_bb_pos,buy,2026-02-28 02:15:00,569.0,3.7664,1,leg_gt,1.4,60 -25221,buy_contrast_m10_bb_pos,buy,2026-02-28 02:18:00,566.0,4.317,1,leg_gt,1.39,60 -25222,buy_contrast_m10_bb_pos,buy,2026-02-28 02:30:00,567.0,4.1328,1,leg_gt,1.39,60 -25223,buy_contrast_m10_bb_pos,buy,2026-02-28 02:33:00,569.0,3.7664,1,leg_gt,1.38,60 -25224,buy_contrast_m10_bb_pos,buy,2026-02-28 02:36:00,569.0,3.7664,1,leg_gt,1.38,60 -25225,buy_contrast_m10_bb_pos,buy,2026-02-28 02:39:00,571.0,3.4026,1,leg_gt,1.38,60 -25226,buy_contrast_m10_bb_pos,buy,2026-02-28 04:12:00,569.0,3.7664,1,leg_gt,1.31,60 -25227,buy_contrast_m10_bb_pos,buy,2026-02-28 04:15:00,569.0,3.7664,1,leg_gt,1.31,60 -25228,buy_contrast_m10_bb_pos,buy,2026-02-28 04:18:00,568.0,3.9493,1,leg_gt,1.31,60 -25229,buy_contrast_m10_bb_pos,buy,2026-02-28 11:00:00,566.0,4.317,1,leg_gt,1.03,60 -25230,buy_contrast_m10_bb_pos,buy,2026-02-28 11:03:00,566.0,4.317,1,leg_gt,1.03,60 -25231,buy_contrast_m10_bb_pos,buy,2026-02-28 11:06:00,567.0,4.1328,1,leg_gt,1.03,60 -25232,buy_contrast_m10_bb_pos,buy,2026-02-28 11:09:00,567.0,4.1328,1,leg_gt,1.02,60 -25233,buy_contrast_m10_bb_pos,buy,2026-02-28 12:00:00,567.0,4.1328,1,leg_gt,0.99,60 -25234,buy_contrast_m10_bb_pos,buy,2026-02-28 12:03:00,567.0,4.1328,1,leg_gt,0.99,60 -25235,buy_contrast_m10_bb_pos,buy,2026-02-28 12:06:00,567.0,4.1328,1,leg_gt,0.99,60 -25236,buy_contrast_m10_bb_pos,buy,2026-02-28 12:09:00,567.0,4.1328,1,leg_gt,0.98,60 -25237,buy_contrast_m10_bb_pos,buy,2026-02-28 12:42:00,567.0,4.1328,1,leg_gt,0.96,60 -25238,buy_contrast_m10_bb_pos,buy,2026-02-28 12:45:00,567.0,4.1328,1,leg_gt,0.96,60 -25239,buy_contrast_m10_bb_pos,buy,2026-02-28 12:48:00,567.0,4.1328,1,leg_gt,0.96,60 -25240,buy_contrast_m10_bb_pos,buy,2026-02-28 12:51:00,566.0,4.317,1,leg_gt,0.95,60 -25241,buy_contrast_m10_bb_pos,buy,2026-02-28 12:54:00,567.0,4.1328,1,leg_gt,0.95,60 -25242,buy_contrast_m10_bb_pos,buy,2026-02-28 12:57:00,567.0,4.1328,1,leg_gt,0.95,60 -25243,buy_contrast_m10_bb_pos,buy,2026-02-28 13:00:00,566.0,4.317,1,leg_gt,0.95,60 -25244,buy_contrast_m10_bb_pos,buy,2026-02-28 13:03:00,567.0,4.1328,1,leg_gt,0.95,60 -25245,buy_contrast_m10_bb_pos,buy,2026-02-28 13:06:00,566.0,4.317,1,leg_gt,0.94,60 -25246,buy_contrast_m10_bb_pos,buy,2026-02-28 13:09:00,565.0,4.5018,1,leg_gt,0.94,60 -25247,buy_contrast_m10_bb_pos,buy,2026-02-28 13:12:00,565.0,4.5018,1,leg_gt,0.94,60 -25248,buy_contrast_m10_bb_pos,buy,2026-02-28 13:15:00,565.0,4.5018,1,leg_gt,0.94,60 -25249,buy_contrast_m10_bb_pos,buy,2026-02-28 13:18:00,565.0,4.5018,1,leg_gt,0.94,60 -25250,buy_contrast_m10_bb_pos,buy,2026-02-28 13:42:00,564.0,4.6872,1,leg_gt,0.92,60 -25251,buy_contrast_m10_bb_pos,buy,2026-02-28 13:45:00,564.0,4.6872,1,leg_gt,0.92,60 -25252,buy_contrast_m10_bb_pos,buy,2026-02-28 13:48:00,563.0,4.8734,1,leg_gt,0.91,60 -25253,buy_contrast_m10_bb_pos,buy,2026-02-28 14:30:00,563.0,4.8734,1,leg_gt,0.89,60 -25254,buy_contrast_m10_bb_pos,buy,2026-02-28 14:33:00,561.0,5.2476,1,leg_gt,0.88,60 -25255,buy_contrast_m10_bb_pos,buy,2026-02-28 14:36:00,561.0,5.2476,1,leg_gt,0.88,60 -25256,buy_contrast_m10_bb_pos,buy,2026-02-28 14:39:00,562.0,5.0601,1,leg_gt,0.88,60 -25257,buy_contrast_m10_bb_pos,buy,2026-02-28 14:42:00,561.0,5.2476,1,leg_gt,0.88,60 -25258,buy_contrast_m10_bb_pos,buy,2026-02-28 14:45:00,561.0,5.2476,1,leg_gt,0.88,60 -25259,buy_contrast_m10_bb_pos,buy,2026-02-28 14:48:00,561.0,5.2476,1,leg_gt,0.87,60 -25260,buy_contrast_m10_bb_pos,buy,2026-02-28 15:12:00,560.0,5.4357,1,leg_gt,0.86,60 -25261,buy_contrast_m10_bb_pos,buy,2026-02-28 15:15:00,559.0,5.6245,1,leg_gt,0.85,60 -25262,buy_contrast_m10_bb_pos,buy,2026-02-28 15:18:00,555.0,6.3865,1,leg_gt,0.85,60 -25263,buy_contrast_m10_bb_pos,buy,2026-02-28 16:12:00,543.0,8.7398,1,leg_gt,0.81,60 -25264,buy_contrast_m10_bb_pos,buy,2026-02-28 16:15:00,544.0,8.5397,1,leg_gt,0.81,60 -25265,buy_contrast_m10_bb_pos,buy,2026-02-28 16:18:00,543.0,8.7398,1,leg_gt,0.81,60 -25266,buy_contrast_m10_bb_pos,buy,2026-02-28 16:21:00,541.0,9.1421,1,leg_gt,0.81,60 -25267,buy_contrast_m10_bb_pos,buy,2026-02-28 16:24:00,538.0,9.7513,1,leg_gt,0.81,60 -25268,buy_contrast_m10_bb_pos,buy,2026-02-28 16:27:00,537.0,9.9559,1,leg_gt,0.8,60 -25269,buy_contrast_m10_bb_pos,buy,2026-02-28 16:30:00,540.0,9.3444,1,leg_gt,0.8,60 -25270,buy_contrast_m10_bb_pos,buy,2026-02-28 16:33:00,542.0,8.9406,1,leg_gt,0.8,60 -25271,buy_contrast_m10_bb_pos,buy,2026-02-28 16:36:00,545.0,8.3404,1,leg_gt,0.8,60 -25272,buy_contrast_m10_bb_pos,buy,2026-02-28 16:39:00,548.0,7.7467,1,leg_gt,0.8,60 -25273,buy_contrast_m10_bb_pos,buy,2026-03-01 09:51:00,576.0,2.5042,1,leg_gt,0.08,60 -25274,buy_contrast_m10_bb_pos,buy,2026-03-01 09:54:00,576.0,2.5042,1,leg_gt,0.08,60 -25275,buy_contrast_m10_bb_pos,buy,2026-03-01 09:57:00,576.0,2.5042,1,leg_gt,0.08,60 -25276,buy_contrast_m10_bb_pos,buy,2026-03-01 10:00:00,575.0,2.6826,1,leg_gt,0.07,60 -25277,buy_contrast_m10_bb_pos,buy,2026-03-01 10:03:00,572.0,3.2217,1,leg_gt,0.07,60 -25278,buy_contrast_m10_bb_pos,buy,2026-03-01 10:06:00,568.0,3.9493,1,leg_gt,0.07,60 -25279,buy_contrast_m10_bb_pos,buy,2026-03-01 10:09:00,569.0,3.7664,1,leg_gt,0.07,60 -25280,buy_contrast_m10_bb_pos,buy,2026-03-01 10:30:00,569.0,3.7664,1,leg_gt,0.05,60 -25281,buy_contrast_m10_bb_pos,buy,2026-03-01 10:33:00,570.0,3.5842,1,leg_gt,0.05,60 -25282,buy_contrast_m10_bb_pos,buy,2026-03-01 10:36:00,573.0,3.0414,1,leg_gt,0.05,60 -25283,buy_contrast_m10_bb_pos,buy,2026-03-01 10:39:00,573.0,3.0414,1,leg_gt,0.05,60 -25284,buy_contrast_m10_bb_pos,buy,2026-03-01 15:21:00,576.0,5.1083,1,leg_gt,1.49,60 -25285,buy_contrast_m10_bb_pos,buy,2026-03-01 15:24:00,576.0,5.1083,1,leg_gt,1.49,60 -25286,buy_contrast_m10_bb_pos,buy,2026-03-01 15:27:00,576.0,5.1083,1,leg_gt,1.49,60 -25287,buy_contrast_m10_bb_pos,buy,2026-03-01 15:30:00,576.0,5.1083,1,leg_gt,1.48,60 -25288,buy_contrast_m10_bb_pos,buy,2026-03-01 15:33:00,575.0,5.2913,1,leg_gt,1.48,60 -25289,buy_contrast_m10_bb_pos,buy,2026-03-01 15:39:00,574.0,5.4749,1,leg_gt,1.48,60 -25290,buy_contrast_m10_bb_pos,buy,2026-03-01 16:00:00,574.0,5.4749,1,leg_gt,1.46,60 -25291,buy_contrast_m10_bb_pos,buy,2026-03-01 16:03:00,573.0,5.6592,1,leg_gt,1.46,60 -25292,buy_contrast_m10_bb_pos,buy,2026-03-01 16:06:00,572.0,5.8441,1,leg_gt,1.46,60 -25293,buy_contrast_m10_bb_pos,buy,2026-03-01 16:09:00,573.0,5.6592,1,leg_gt,1.46,60 -25294,buy_contrast_m10_bb_pos,buy,2026-03-01 16:12:00,574.0,5.4749,1,leg_gt,1.45,60 -25295,buy_contrast_m10_bb_pos,buy,2026-03-01 16:15:00,573.0,5.6592,1,leg_gt,1.45,60 -25296,buy_contrast_m10_bb_pos,buy,2026-03-01 16:18:00,573.0,5.6592,1,leg_gt,1.45,60 -25297,buy_contrast_m10_bb_pos,buy,2026-03-01 17:42:00,570.0,6.2158,1,leg_gt,1.39,60 -25298,buy_contrast_m10_bb_pos,buy,2026-03-01 17:45:00,571.0,6.0296,1,leg_gt,1.39,60 -25299,buy_contrast_m10_bb_pos,buy,2026-03-01 17:48:00,569.0,6.4026,1,leg_gt,1.39,60 -25300,buy_contrast_m10_bb_pos,buy,2026-03-01 17:51:00,569.0,6.4026,1,leg_gt,1.39,60 -25301,buy_contrast_m10_bb_pos,buy,2026-03-01 17:54:00,565.0,7.1566,1,leg_gt,1.38,60 -25302,buy_contrast_m10_bb_pos,buy,2026-03-01 17:57:00,566.0,6.9671,1,leg_gt,1.38,60 -25303,buy_contrast_m10_bb_pos,buy,2026-03-01 18:12:00,569.0,6.4026,1,leg_gt,1.37,60 -25304,buy_contrast_m10_bb_pos,buy,2026-03-01 18:15:00,569.0,6.4026,1,leg_gt,1.37,60 -25305,buy_contrast_m10_bb_pos,buy,2026-03-01 18:18:00,570.0,6.2158,1,leg_gt,1.37,60 -25306,buy_contrast_m10_bb_pos,buy,2026-03-01 19:00:00,565.0,7.1566,1,leg_gt,1.34,60 -25307,buy_contrast_m10_bb_pos,buy,2026-03-01 19:03:00,565.0,7.1566,1,leg_gt,1.34,60 -25308,buy_contrast_m10_bb_pos,buy,2026-03-01 19:06:00,565.0,7.1566,1,leg_gt,1.33,60 -25309,buy_contrast_m10_bb_pos,buy,2026-03-01 19:09:00,565.0,7.1566,1,leg_gt,1.33,60 -25310,buy_contrast_m10_bb_pos,buy,2026-03-01 19:12:00,565.0,7.1566,1,leg_gt,1.33,60 -25311,buy_contrast_m10_bb_pos,buy,2026-03-01 19:15:00,566.0,6.9671,1,leg_gt,1.33,60 -25312,buy_contrast_m10_bb_pos,buy,2026-03-01 19:18:00,565.0,7.1566,1,leg_gt,1.32,60 -25313,buy_contrast_m10_bb_pos,buy,2026-03-01 19:21:00,565.0,7.1566,1,leg_gt,1.32,60 -25314,buy_contrast_m10_bb_pos,buy,2026-03-01 19:24:00,566.0,6.9671,1,leg_gt,1.32,60 -25315,buy_contrast_m10_bb_pos,buy,2026-03-01 19:27:00,566.0,6.9671,1,leg_gt,1.32,60 -25316,buy_contrast_m10_bb_pos,buy,2026-03-01 21:42:00,564.0,7.3468,1,leg_gt,1.23,60 -25317,buy_contrast_m10_bb_pos,buy,2026-03-01 21:45:00,564.0,7.3468,1,leg_gt,1.22,60 -25318,buy_contrast_m10_bb_pos,buy,2026-03-01 21:48:00,563.0,7.5377,1,leg_gt,1.22,60 -25319,buy_contrast_m10_bb_pos,buy,2026-03-01 22:21:00,560.0,8.1143,1,leg_gt,1.2,60 -25320,buy_contrast_m10_bb_pos,buy,2026-03-01 22:24:00,561.0,7.9214,1,leg_gt,1.2,60 -25321,buy_contrast_m10_bb_pos,buy,2026-03-01 22:27:00,562.0,7.7292,1,leg_gt,1.19,60 -25322,buy_contrast_m10_bb_pos,buy,2026-03-02 01:51:00,559.0,8.3079,1,leg_gt,1.05,60 -25323,buy_contrast_m10_bb_pos,buy,2026-03-02 01:54:00,563.0,7.5377,1,leg_gt,1.05,60 -25324,buy_contrast_m10_bb_pos,buy,2026-03-02 01:57:00,564.0,7.3468,1,leg_gt,1.05,60 -25325,buy_contrast_m10_bb_pos,buy,2026-03-02 02:00:00,563.0,7.5377,1,leg_gt,1.05,60 -25326,buy_contrast_m10_bb_pos,buy,2026-03-02 02:03:00,563.0,7.5377,1,leg_gt,1.04,60 -25327,buy_contrast_m10_bb_pos,buy,2026-03-02 02:06:00,563.0,7.5377,1,leg_gt,1.04,60 -25328,buy_contrast_m10_bb_pos,buy,2026-03-02 02:09:00,564.0,7.3468,1,leg_gt,1.04,60 -25329,buy_contrast_m10_bb_pos,buy,2026-03-02 02:12:00,562.0,7.7292,1,leg_gt,1.04,60 -25330,buy_contrast_m10_bb_pos,buy,2026-03-02 02:15:00,562.0,7.7292,1,leg_gt,1.04,60 -25331,buy_contrast_m10_bb_pos,buy,2026-03-02 02:18:00,559.0,8.3079,1,leg_gt,1.03,60 -25332,buy_contrast_m10_bb_pos,buy,2026-03-02 02:30:00,561.0,7.9214,1,leg_gt,1.02,60 -25333,buy_contrast_m10_bb_pos,buy,2026-03-02 02:33:00,561.0,7.9214,1,leg_gt,1.02,60 -25334,buy_contrast_m10_bb_pos,buy,2026-03-02 02:36:00,561.0,7.9214,1,leg_gt,1.02,60 -25335,buy_contrast_m10_bb_pos,buy,2026-03-02 02:39:00,562.0,7.7292,1,leg_gt,1.02,60 -25336,buy_contrast_m10_bb_pos,buy,2026-03-02 02:42:00,562.0,7.7292,1,leg_gt,1.02,60 -25337,buy_contrast_m10_bb_pos,buy,2026-03-02 02:45:00,561.0,7.9214,1,leg_gt,1.01,60 -25338,buy_contrast_m10_bb_pos,buy,2026-03-02 02:48:00,563.0,7.5377,1,leg_gt,1.01,60 -25339,buy_contrast_m10_bb_pos,buy,2026-03-02 03:00:00,560.0,8.1143,1,leg_gt,1.0,60 -25340,buy_contrast_m10_bb_pos,buy,2026-03-02 03:03:00,560.0,8.1143,1,leg_gt,1.0,60 -25341,buy_contrast_m10_bb_pos,buy,2026-03-02 03:06:00,565.0,7.1566,1,leg_gt,1.0,60 -25342,buy_contrast_m10_bb_pos,buy,2026-03-02 03:09:00,567.0,6.7783,1,leg_gt,1.0,60 -25343,buy_contrast_m10_bb_pos,buy,2026-03-02 05:51:00,552.0,9.6826,1,leg_gt,0.89,60 -25344,buy_contrast_m10_bb_pos,buy,2026-03-02 05:54:00,552.0,9.6826,1,leg_gt,0.88,60 -25345,buy_contrast_m10_bb_pos,buy,2026-03-02 05:57:00,552.0,9.6826,1,leg_gt,0.88,60 -25346,buy_contrast_m10_bb_pos,buy,2026-03-02 15:12:00,565.0,7.1566,1,leg_gt,0.5,60 -25347,buy_contrast_m10_bb_pos,buy,2026-03-02 15:15:00,565.0,7.1566,1,leg_gt,0.49,60 -25348,buy_contrast_m10_bb_pos,buy,2026-03-02 15:18:00,561.0,7.9214,1,leg_gt,0.49,60 -25349,buy_contrast_m10_bb_pos,buy,2026-03-02 15:30:00,562.0,7.7292,1,leg_gt,0.48,60 -25350,buy_contrast_m10_bb_pos,buy,2026-03-02 15:33:00,563.0,7.5377,1,leg_gt,0.48,60 -25351,buy_contrast_m10_bb_pos,buy,2026-03-02 15:36:00,562.0,7.7292,1,leg_gt,0.48,60 -25352,buy_contrast_m10_bb_pos,buy,2026-03-02 15:39:00,562.0,7.7292,1,leg_gt,0.48,60 -25353,buy_contrast_m10_bb_pos,buy,2026-03-02 15:42:00,561.0,7.9214,1,leg_gt,0.48,60 -25354,buy_contrast_m10_bb_pos,buy,2026-03-02 15:45:00,560.0,8.1143,1,leg_gt,0.47,60 -25355,buy_contrast_m10_bb_pos,buy,2026-03-02 15:48:00,560.0,8.1143,1,leg_gt,0.47,60 -25356,buy_contrast_m10_bb_pos,buy,2026-03-02 16:00:00,560.0,8.1143,1,leg_gt,0.46,60 -25357,buy_contrast_m10_bb_pos,buy,2026-03-02 16:03:00,560.0,8.1143,1,leg_gt,0.46,60 -25358,buy_contrast_m10_bb_pos,buy,2026-03-02 16:06:00,559.0,8.3079,1,leg_gt,0.46,60 -25359,buy_contrast_m10_bb_pos,buy,2026-03-02 16:09:00,557.0,8.6971,1,leg_gt,0.46,60 -25360,buy_contrast_m10_bb_pos,buy,2026-03-02 16:21:00,556.0,8.8928,1,leg_gt,0.45,60 -25361,buy_contrast_m10_bb_pos,buy,2026-03-02 16:24:00,559.0,8.3079,1,leg_gt,0.45,60 -25362,buy_contrast_m10_bb_pos,buy,2026-03-02 16:27:00,559.0,8.3079,1,leg_gt,0.44,60 -25363,buy_contrast_m10_bb_pos,buy,2026-03-02 22:51:00,561.0,7.9214,1,leg_gt,0.18,60 -25364,buy_contrast_m10_bb_pos,buy,2026-03-02 22:54:00,562.0,7.7292,1,leg_gt,0.18,60 -25365,buy_contrast_m10_bb_pos,buy,2026-03-02 22:57:00,562.0,7.7292,1,leg_gt,0.17,60 -25366,buy_contrast_m10_bb_pos,buy,2026-03-03 05:42:00,595.0,7.1269,1,leg_gt,1.8,60 -25367,buy_contrast_m10_bb_pos,buy,2026-03-03 05:45:00,596.0,6.947,1,leg_gt,1.8,60 -25368,buy_contrast_m10_bb_pos,buy,2026-03-03 05:48:00,596.0,6.947,1,leg_gt,1.8,60 -25369,buy_contrast_m10_bb_pos,buy,2026-03-03 05:51:00,594.0,7.3074,1,leg_gt,1.79,60 -25370,buy_contrast_m10_bb_pos,buy,2026-03-03 05:54:00,596.0,6.947,1,leg_gt,1.79,60 -25371,buy_contrast_m10_bb_pos,buy,2026-03-03 05:57:00,595.0,7.1269,1,leg_gt,1.79,60 -25372,buy_contrast_m10_bb_pos,buy,2026-03-03 06:21:00,590.0,8.0356,1,leg_gt,1.77,60 -25373,buy_contrast_m10_bb_pos,buy,2026-03-03 06:24:00,590.0,8.0356,1,leg_gt,1.77,60 -25374,buy_contrast_m10_bb_pos,buy,2026-03-03 06:27:00,590.0,8.0356,1,leg_gt,1.77,60 -25375,buy_contrast_m10_bb_pos,buy,2026-03-03 06:30:00,592.0,7.6703,1,leg_gt,1.77,60 -25376,buy_contrast_m10_bb_pos,buy,2026-03-03 06:33:00,592.0,7.6703,1,leg_gt,1.76,60 -25377,buy_contrast_m10_bb_pos,buy,2026-03-03 06:36:00,592.0,7.6703,1,leg_gt,1.76,60 -25378,buy_contrast_m10_bb_pos,buy,2026-03-03 06:39:00,593.0,7.4885,1,leg_gt,1.76,60 -25379,buy_contrast_m10_bb_pos,buy,2026-03-03 08:42:00,590.0,8.0356,1,leg_gt,1.68,60 -25380,buy_contrast_m10_bb_pos,buy,2026-03-03 08:45:00,589.0,8.2192,1,leg_gt,1.67,60 -25381,buy_contrast_m10_bb_pos,buy,2026-03-03 08:48:00,591.0,7.8526,1,leg_gt,1.67,60 -25382,buy_contrast_m10_bb_pos,buy,2026-03-03 09:21:00,590.0,8.0356,1,leg_gt,1.65,60 -25383,buy_contrast_m10_bb_pos,buy,2026-03-03 09:24:00,589.0,8.2192,1,leg_gt,1.65,60 -25384,buy_contrast_m10_bb_pos,buy,2026-03-03 09:27:00,590.0,8.0356,1,leg_gt,1.64,60 -25385,buy_contrast_m10_bb_pos,buy,2026-03-03 09:51:00,589.0,8.2192,1,leg_gt,1.63,60 -25386,buy_contrast_m10_bb_pos,buy,2026-03-03 09:54:00,591.0,7.8526,1,leg_gt,1.62,60 -25387,buy_contrast_m10_bb_pos,buy,2026-03-03 09:57:00,589.0,8.2192,1,leg_gt,1.62,60 -25388,buy_contrast_m10_bb_pos,buy,2026-03-03 10:30:00,587.0,8.5882,1,leg_gt,1.6,60 -25389,buy_contrast_m10_bb_pos,buy,2026-03-03 10:33:00,586.0,8.7737,1,leg_gt,1.6,60 -25390,buy_contrast_m10_bb_pos,buy,2026-03-03 10:36:00,588.0,8.4034,1,leg_gt,1.6,60 -25391,buy_contrast_m10_bb_pos,buy,2026-03-03 10:39:00,587.0,8.5882,1,leg_gt,1.59,60 -25392,buy_contrast_m10_bb_pos,buy,2026-03-03 10:42:00,588.0,8.4034,1,leg_gt,1.59,60 -25393,buy_contrast_m10_bb_pos,buy,2026-03-03 10:45:00,588.0,8.4034,1,leg_gt,1.59,60 -25394,buy_contrast_m10_bb_pos,buy,2026-03-03 10:48:00,587.0,8.5882,1,leg_gt,1.59,60 -25395,buy_contrast_m10_bb_pos,buy,2026-03-03 10:51:00,586.0,8.7737,1,leg_gt,1.59,60 -25396,buy_contrast_m10_bb_pos,buy,2026-03-03 10:54:00,587.0,8.5882,1,leg_gt,1.58,60 -25397,buy_contrast_m10_bb_pos,buy,2026-03-03 10:57:00,586.0,8.7737,1,leg_gt,1.58,60 -25398,buy_contrast_m10_bb_pos,buy,2026-03-03 11:30:00,584.0,9.1466,1,leg_gt,1.56,60 -25399,buy_contrast_m10_bb_pos,buy,2026-03-03 11:33:00,586.0,8.7737,1,leg_gt,1.56,60 -25400,buy_contrast_m10_bb_pos,buy,2026-03-03 11:36:00,586.0,8.7737,1,leg_gt,1.55,60 -25401,buy_contrast_m10_bb_pos,buy,2026-03-03 11:39:00,587.0,8.5882,1,leg_gt,1.55,60 -25402,buy_contrast_m10_bb_pos,buy,2026-03-03 14:51:00,583.0,9.334,1,leg_gt,1.42,60 -25403,buy_contrast_m10_bb_pos,buy,2026-03-03 14:54:00,584.0,9.1466,1,leg_gt,1.42,60 -25404,buy_contrast_m10_bb_pos,buy,2026-03-03 14:57:00,583.0,9.334,1,leg_gt,1.41,60 -25405,buy_contrast_m10_bb_pos,buy,2026-03-03 16:00:00,580.0,9.9,1,leg_gt,1.37,60 -25406,buy_contrast_m10_bb_pos,buy,2026-03-03 16:03:00,580.0,9.9,1,leg_gt,1.37,60 -25407,buy_contrast_m10_bb_pos,buy,2026-03-03 16:06:00,582.0,9.522,1,leg_gt,1.37,60 -25408,buy_contrast_m10_bb_pos,buy,2026-03-03 16:09:00,581.0,9.7107,1,leg_gt,1.36,60 -25409,buy_contrast_m10_bb_pos,buy,2026-03-03 16:12:00,582.0,9.522,1,leg_gt,1.36,60 -25410,buy_contrast_m10_bb_pos,buy,2026-03-03 16:15:00,584.0,9.1466,1,leg_gt,1.36,60 -25411,buy_contrast_m10_bb_pos,buy,2026-03-03 16:18:00,585.0,8.9598,1,leg_gt,1.36,60 -25412,buy_contrast_m10_bb_pos,buy,2026-03-03 18:00:00,578.0,10.2806,1,leg_gt,1.29,60 -25413,buy_contrast_m10_bb_pos,buy,2026-03-03 18:03:00,580.0,9.9,1,leg_gt,1.29,60 -25414,buy_contrast_m10_bb_pos,buy,2026-03-03 18:06:00,581.0,9.7107,1,leg_gt,1.28,60 -25415,buy_contrast_m10_bb_pos,buy,2026-03-03 18:09:00,583.0,9.334,1,leg_gt,1.28,60 -25416,buy_contrast_m10_bb_pos,buy,2026-03-03 18:42:00,576.0,10.6639,1,leg_gt,1.26,60 -25417,buy_contrast_m10_bb_pos,buy,2026-03-03 18:45:00,577.0,10.4719,1,leg_gt,1.26,60 -25418,buy_contrast_m10_bb_pos,buy,2026-03-03 18:48:00,576.0,10.6639,1,leg_gt,1.25,60 -25419,buy_contrast_m10_bb_pos,buy,2026-03-03 18:51:00,575.0,10.8565,1,leg_gt,1.25,60 -25420,buy_contrast_m10_bb_pos,buy,2026-03-03 18:54:00,575.0,10.8565,1,leg_gt,1.25,60 -25421,buy_contrast_m10_bb_pos,buy,2026-03-03 18:57:00,575.0,10.8565,1,leg_gt,1.25,60 -25422,buy_contrast_m10_bb_pos,buy,2026-03-03 19:00:00,575.0,10.8565,1,leg_gt,1.25,60 -25423,buy_contrast_m10_bb_pos,buy,2026-03-03 19:03:00,575.0,10.8565,1,leg_gt,1.24,60 -25424,buy_contrast_m10_bb_pos,buy,2026-03-03 19:06:00,574.0,11.0498,1,leg_gt,1.24,60 -25425,buy_contrast_m10_bb_pos,buy,2026-03-03 19:09:00,574.0,11.0498,1,leg_gt,1.24,60 -25426,buy_contrast_m10_bb_pos,buy,2026-03-03 19:21:00,574.0,11.0498,1,leg_gt,1.23,60 -25427,buy_contrast_m10_bb_pos,buy,2026-03-03 19:24:00,575.0,10.8565,1,leg_gt,1.23,60 -25428,buy_contrast_m10_bb_pos,buy,2026-03-03 19:27:00,575.0,10.8565,1,leg_gt,1.23,60 -25429,buy_contrast_m10_bb_pos,buy,2026-03-03 22:51:00,574.0,11.0498,1,leg_gt,1.09,60 -25430,buy_contrast_m10_bb_pos,buy,2026-03-03 22:54:00,574.0,11.0498,1,leg_gt,1.08,60 -25431,buy_contrast_m10_bb_pos,buy,2026-03-03 22:57:00,573.0,11.2438,1,leg_gt,1.08,60 -25432,buy_contrast_m10_bb_pos,buy,2026-03-03 23:00:00,574.0,11.0498,1,leg_gt,1.08,60 -25433,buy_contrast_m10_bb_pos,buy,2026-03-03 23:03:00,574.0,11.0498,1,leg_gt,1.08,60 -25434,buy_contrast_m10_bb_pos,buy,2026-03-03 23:06:00,575.0,10.8565,1,leg_gt,1.08,60 -25435,buy_contrast_m10_bb_pos,buy,2026-03-03 23:09:00,576.0,10.6639,1,leg_gt,1.07,60 -25436,buy_contrast_m10_bb_pos,buy,2026-03-04 05:51:00,576.0,10.6639,1,leg_gt,0.79,60 -25437,buy_contrast_m10_bb_pos,buy,2026-03-04 05:54:00,575.0,10.8565,1,leg_gt,0.79,60 -25438,buy_contrast_m10_bb_pos,buy,2026-03-04 06:12:00,574.0,11.0498,1,leg_gt,0.78,60 -25439,buy_contrast_m10_bb_pos,buy,2026-03-04 06:15:00,573.0,11.2438,1,leg_gt,0.78,60 -25440,buy_contrast_m10_bb_pos,buy,2026-03-04 06:18:00,572.0,11.4385,1,leg_gt,0.78,60 -25441,buy_contrast_m10_bb_pos,buy,2026-03-04 06:21:00,573.0,11.2438,1,leg_gt,0.77,60 -25442,buy_contrast_m10_bb_pos,buy,2026-03-04 06:24:00,573.0,11.2438,1,leg_gt,0.77,60 -25443,buy_contrast_m10_bb_pos,buy,2026-03-04 06:27:00,572.0,11.4385,1,leg_gt,0.77,60 -25444,buy_contrast_m10_bb_pos,buy,2026-03-04 06:30:00,572.0,11.4385,1,leg_gt,0.77,60 -25445,buy_contrast_m10_bb_pos,buy,2026-03-04 06:33:00,572.0,11.4385,1,leg_gt,0.76,60 -25446,buy_contrast_m10_bb_pos,buy,2026-03-04 06:36:00,573.0,11.2438,1,leg_gt,0.76,60 -25447,buy_contrast_m10_bb_pos,buy,2026-03-04 06:39:00,572.0,11.4385,1,leg_gt,0.76,60 -25448,buy_contrast_m10_bb_pos,buy,2026-03-04 06:42:00,573.0,11.2438,1,leg_gt,0.76,60 -25449,buy_contrast_m10_bb_pos,buy,2026-03-04 06:45:00,573.0,11.2438,1,leg_gt,0.76,60 -25450,buy_contrast_m10_bb_pos,buy,2026-03-04 06:48:00,574.0,11.0498,1,leg_gt,0.75,60 -25451,buy_contrast_m10_bb_pos,buy,2026-03-04 11:12:00,573.0,11.2438,1,leg_gt,0.57,60 -25452,buy_contrast_m10_bb_pos,buy,2026-03-04 11:15:00,572.0,11.4385,1,leg_gt,0.57,60 -25453,buy_contrast_m10_bb_pos,buy,2026-03-04 11:18:00,572.0,11.4385,1,leg_gt,0.57,60 -25454,buy_contrast_m10_bb_pos,buy,2026-03-04 11:21:00,573.0,11.2438,1,leg_gt,0.56,60 -25455,buy_contrast_m10_bb_pos,buy,2026-03-04 11:24:00,574.0,11.0498,1,leg_gt,0.56,60 -25456,buy_contrast_m10_bb_pos,buy,2026-03-04 11:27:00,572.0,11.4385,1,leg_gt,0.56,60 -25457,buy_contrast_m10_bb_pos,buy,2026-03-04 13:00:00,570.0,11.8298,1,leg_gt,0.5,60 -25458,buy_contrast_m10_bb_pos,buy,2026-03-04 13:03:00,570.0,11.8298,1,leg_gt,0.49,60 -25459,buy_contrast_m10_bb_pos,buy,2026-03-04 13:06:00,569.0,12.0265,1,leg_gt,0.49,60 -25460,buy_contrast_m10_bb_pos,buy,2026-03-04 13:09:00,568.0,12.2239,1,leg_gt,0.49,60 -25461,buy_contrast_m10_bb_pos,buy,2026-03-04 13:21:00,569.0,12.0265,1,leg_gt,0.48,60 -25462,buy_contrast_m10_bb_pos,buy,2026-03-04 13:24:00,568.0,12.2239,1,leg_gt,0.48,60 -25463,buy_contrast_m10_bb_pos,buy,2026-03-04 13:27:00,569.0,12.0265,1,leg_gt,0.48,60 -25464,buy_contrast_m10_bb_pos,buy,2026-03-04 13:30:00,568.0,12.2239,1,leg_gt,0.48,60 -25465,buy_contrast_m10_bb_pos,buy,2026-03-04 13:33:00,569.0,12.0265,1,leg_gt,0.47,60 -25466,buy_contrast_m10_bb_pos,buy,2026-03-04 13:36:00,568.0,12.2239,1,leg_gt,0.47,60 -25467,buy_contrast_m10_bb_pos,buy,2026-03-04 13:39:00,568.0,12.2239,1,leg_gt,0.47,60 -25468,buy_contrast_m10_bb_pos,buy,2026-03-04 13:42:00,568.0,12.2239,1,leg_gt,0.47,60 -25469,buy_contrast_m10_bb_pos,buy,2026-03-04 13:45:00,568.0,12.2239,1,leg_gt,0.46,60 -25470,buy_contrast_m10_bb_pos,buy,2026-03-04 13:48:00,569.0,12.0265,1,leg_gt,0.46,60 -25471,buy_contrast_m10_bb_pos,buy,2026-03-04 15:30:00,567.0,12.422,1,leg_gt,0.39,60 -25472,buy_contrast_m10_bb_pos,buy,2026-03-04 15:33:00,568.0,12.2239,1,leg_gt,0.39,60 -25473,buy_contrast_m10_bb_pos,buy,2026-03-04 15:36:00,571.0,11.6338,1,leg_gt,0.39,60 -25474,buy_contrast_m10_bb_pos,buy,2026-03-04 15:39:00,571.0,11.6338,1,leg_gt,0.39,60 -25475,buy_contrast_m10_bb_pos,buy,2026-03-04 16:21:00,567.0,12.422,1,leg_gt,0.36,60 -25476,buy_contrast_m10_bb_pos,buy,2026-03-04 16:24:00,569.0,12.0265,1,leg_gt,0.35,60 -25477,buy_contrast_m10_bb_pos,buy,2026-03-04 16:27:00,570.0,11.8298,1,leg_gt,0.35,60 -25478,buy_contrast_m10_bb_pos,buy,2026-03-05 03:21:00,612.0,-3.368,0,leg_gt,12.18,60 -25479,buy_contrast_m10_bb_pos,buy,2026-03-05 03:24:00,612.0,-3.368,0,leg_gt,12.18,60 -25480,buy_contrast_m10_bb_pos,buy,2026-03-05 03:27:00,611.0,-3.2097,0,leg_gt,12.18,60 -25481,buy_contrast_m10_bb_pos,buy,2026-03-05 07:51:00,613.0,-3.5258,0,leg_gt,11.99,60 -25482,buy_contrast_m10_bb_pos,buy,2026-03-05 07:54:00,612.0,-3.368,0,leg_gt,11.99,60 -25483,buy_contrast_m10_bb_pos,buy,2026-03-05 07:57:00,608.0,-2.7316,0,leg_gt,11.99,60 -25484,buy_contrast_m10_bb_pos,buy,2026-03-05 08:42:00,608.0,-2.7316,0,leg_gt,11.96,60 -25485,buy_contrast_m10_bb_pos,buy,2026-03-05 08:45:00,609.0,-2.8915,0,leg_gt,11.96,60 -25486,buy_contrast_m10_bb_pos,buy,2026-03-05 08:48:00,609.0,-2.8915,0,leg_gt,11.95,60 -25487,buy_contrast_m10_bb_pos,buy,2026-03-05 09:12:00,607.0,-2.5712,0,leg_gt,11.94,60 -25488,buy_contrast_m10_bb_pos,buy,2026-03-05 09:15:00,606.0,-2.4102,0,leg_gt,11.94,60 -25489,buy_contrast_m10_bb_pos,buy,2026-03-05 09:18:00,608.0,-2.7316,0,leg_gt,11.93,60 -25490,buy_contrast_m10_bb_pos,buy,2026-03-05 10:51:00,603.0,-1.9242,0,leg_gt,11.87,60 -25491,buy_contrast_m10_bb_pos,buy,2026-03-05 10:54:00,603.0,-1.9242,0,leg_gt,11.87,60 -25492,buy_contrast_m10_bb_pos,buy,2026-03-05 10:57:00,603.0,-1.9242,0,leg_gt,11.86,60 -25493,buy_contrast_m10_bb_pos,buy,2026-03-05 11:42:00,602.0,-1.7611,0,leg_gt,11.83,60 -25494,buy_contrast_m10_bb_pos,buy,2026-03-05 11:45:00,603.0,-1.9242,0,leg_gt,11.83,60 -25495,buy_contrast_m10_bb_pos,buy,2026-03-05 11:48:00,605.0,-2.2488,0,leg_gt,11.83,60 -25496,buy_contrast_m10_bb_pos,buy,2026-03-05 12:42:00,603.0,-1.9242,0,leg_gt,11.79,60 -25497,buy_contrast_m10_bb_pos,buy,2026-03-05 12:45:00,602.0,-1.7611,0,leg_gt,11.79,60 -25498,buy_contrast_m10_bb_pos,buy,2026-03-05 12:48:00,602.0,-1.7611,0,leg_gt,11.79,60 -25499,buy_contrast_m10_bb_pos,buy,2026-03-05 15:12:00,603.0,-1.9242,0,leg_gt,11.69,60 -25500,buy_contrast_m10_bb_pos,buy,2026-03-05 15:15:00,604.0,-2.0868,0,leg_gt,11.69,60 -25501,buy_contrast_m10_bb_pos,buy,2026-03-05 15:18:00,603.0,-1.9242,0,leg_gt,11.68,60 -25502,buy_contrast_m10_bb_pos,buy,2026-03-05 16:42:00,604.0,-2.0868,0,leg_gt,11.62,60 -25503,buy_contrast_m10_bb_pos,buy,2026-03-05 16:45:00,604.0,-2.0868,0,leg_gt,11.62,60 -25504,buy_contrast_m10_bb_pos,buy,2026-03-05 16:48:00,604.0,-2.0868,0,leg_gt,11.62,60 -25505,buy_contrast_m10_bb_pos,buy,2026-03-05 16:51:00,603.0,-1.9242,0,leg_gt,11.62,60 -25506,buy_contrast_m10_bb_pos,buy,2026-03-05 16:54:00,601.0,-1.5975,0,leg_gt,11.62,60 -25507,buy_contrast_m10_bb_pos,buy,2026-03-05 16:57:00,601.0,-1.5975,0,leg_gt,11.61,60 -25508,buy_contrast_m10_bb_pos,buy,2026-03-05 17:00:00,603.0,-1.9242,0,leg_gt,11.61,60 -25509,buy_contrast_m10_bb_pos,buy,2026-03-05 17:03:00,603.0,-1.9242,0,leg_gt,11.61,60 -25510,buy_contrast_m10_bb_pos,buy,2026-03-05 17:06:00,602.0,-1.7611,0,leg_gt,11.61,60 -25511,buy_contrast_m10_bb_pos,buy,2026-03-05 17:09:00,603.0,-1.9242,0,leg_gt,11.61,60 -25512,buy_contrast_m10_bb_pos,buy,2026-03-05 23:00:00,605.0,-2.2488,0,leg_gt,11.36,60 -25513,buy_contrast_m10_bb_pos,buy,2026-03-05 23:03:00,606.0,-2.4102,0,leg_gt,11.36,60 -25514,buy_contrast_m10_bb_pos,buy,2026-03-05 23:06:00,607.0,-2.5712,0,leg_gt,11.36,60 -25515,buy_contrast_m10_bb_pos,buy,2026-03-05 23:09:00,604.0,-2.0868,0,leg_gt,11.36,60 -25516,buy_contrast_m10_bb_pos,buy,2026-03-06 00:12:00,604.0,-2.0868,0,leg_gt,11.31,60 -25517,buy_contrast_m10_bb_pos,buy,2026-03-06 00:15:00,606.0,-2.4102,0,leg_gt,11.31,60 -25518,buy_contrast_m10_bb_pos,buy,2026-03-06 00:18:00,604.0,-2.0868,0,leg_gt,11.31,60 -25519,buy_contrast_m10_bb_pos,buy,2026-03-06 01:21:00,595.0,-0.6042,0,leg_gt,11.26,60 -25520,buy_contrast_m10_bb_pos,buy,2026-03-06 01:24:00,597.0,-0.9375,0,leg_gt,11.26,60 -25521,buy_contrast_m10_bb_pos,buy,2026-03-06 01:27:00,597.0,-0.9375,0,leg_gt,11.26,60 -25522,buy_contrast_m10_bb_pos,buy,2026-03-06 01:30:00,597.0,-0.9375,0,leg_gt,11.26,60 -25523,buy_contrast_m10_bb_pos,buy,2026-03-06 01:33:00,599.0,-1.2686,0,leg_gt,11.26,60 -25524,buy_contrast_m10_bb_pos,buy,2026-03-06 01:36:00,600.0,-1.4333,0,leg_gt,11.25,60 -25525,buy_contrast_m10_bb_pos,buy,2026-03-06 01:39:00,601.0,-1.5975,0,leg_gt,11.25,60 -25526,buy_contrast_m10_bb_pos,buy,2026-03-06 02:12:00,596.0,-0.7711,0,leg_gt,11.23,60 -25527,buy_contrast_m10_bb_pos,buy,2026-03-06 02:15:00,594.0,-0.4367,0,leg_gt,11.23,60 -25528,buy_contrast_m10_bb_pos,buy,2026-03-06 02:18:00,595.0,-0.6042,0,leg_gt,11.22,60 -25529,buy_contrast_m10_bb_pos,buy,2026-03-06 02:21:00,594.0,-0.4367,0,leg_gt,11.22,60 -25530,buy_contrast_m10_bb_pos,buy,2026-03-06 02:24:00,595.0,-0.6042,0,leg_gt,11.22,60 -25531,buy_contrast_m10_bb_pos,buy,2026-03-06 02:27:00,593.0,-0.2686,0,leg_gt,11.22,60 -25532,buy_contrast_m10_bb_pos,buy,2026-03-06 02:30:00,593.0,-0.2686,0,leg_gt,11.22,60 -25533,buy_contrast_m10_bb_pos,buy,2026-03-06 02:33:00,592.0,-0.1,0,leg_gt,11.21,60 -25534,buy_contrast_m10_bb_pos,buy,2026-03-06 02:36:00,593.0,-0.2686,0,leg_gt,11.21,60 -25535,buy_contrast_m10_bb_pos,buy,2026-03-06 02:39:00,593.0,-0.2686,0,leg_gt,11.21,60 -25536,buy_contrast_m10_bb_pos,buy,2026-03-06 08:12:00,602.0,-1.7611,0,leg_gt,10.98,60 -25537,buy_contrast_m10_bb_pos,buy,2026-03-06 08:15:00,601.0,-1.5975,0,leg_gt,10.98,60 -25538,buy_contrast_m10_bb_pos,buy,2026-03-06 08:18:00,602.0,-1.7611,0,leg_gt,10.98,60 -25539,buy_contrast_m10_bb_pos,buy,2026-03-06 08:42:00,599.0,-1.2686,0,leg_gt,10.96,60 -25540,buy_contrast_m10_bb_pos,buy,2026-03-06 08:45:00,599.0,-1.2686,0,leg_gt,10.96,60 -25541,buy_contrast_m10_bb_pos,buy,2026-03-06 08:48:00,598.0,-1.1033,0,leg_gt,10.95,60 -25542,buy_contrast_m10_bb_pos,buy,2026-03-06 09:00:00,599.0,-1.2686,0,leg_gt,10.95,60 -25543,buy_contrast_m10_bb_pos,buy,2026-03-06 09:03:00,598.0,-1.1033,0,leg_gt,10.94,60 -25544,buy_contrast_m10_bb_pos,buy,2026-03-06 09:06:00,599.0,-1.2686,0,leg_gt,10.94,60 -25545,buy_contrast_m10_bb_pos,buy,2026-03-06 09:09:00,598.0,-1.1033,0,leg_gt,10.94,60 -25546,buy_contrast_m10_bb_pos,buy,2026-03-06 09:12:00,598.0,-1.1033,0,leg_gt,10.94,60 -25547,buy_contrast_m10_bb_pos,buy,2026-03-06 09:15:00,598.0,-1.1033,0,leg_gt,10.94,60 -25548,buy_contrast_m10_bb_pos,buy,2026-03-06 09:18:00,598.0,-1.1033,0,leg_gt,10.93,60 -25549,buy_contrast_m10_bb_pos,buy,2026-03-06 10:21:00,597.0,-0.9375,0,leg_gt,10.89,60 -25550,buy_contrast_m10_bb_pos,buy,2026-03-06 10:24:00,597.0,-0.9375,0,leg_gt,10.89,60 -25551,buy_contrast_m10_bb_pos,buy,2026-03-06 10:27:00,595.0,-0.6042,0,leg_gt,10.89,60 -25552,buy_contrast_m10_bb_pos,buy,2026-03-06 12:00:00,596.0,-0.7711,0,leg_gt,10.82,60 -25553,buy_contrast_m10_bb_pos,buy,2026-03-06 12:03:00,597.0,-0.9375,0,leg_gt,10.82,60 -25554,buy_contrast_m10_bb_pos,buy,2026-03-06 12:06:00,597.0,-0.9375,0,leg_gt,10.82,60 -25555,buy_contrast_m10_bb_pos,buy,2026-03-06 12:09:00,596.0,-0.7711,0,leg_gt,10.81,60 -25556,buy_contrast_m10_bb_pos,buy,2026-03-06 12:12:00,596.0,-0.7711,0,leg_gt,10.81,60 -25557,buy_contrast_m10_bb_pos,buy,2026-03-06 12:15:00,595.0,-0.6042,0,leg_gt,10.81,60 -25558,buy_contrast_m10_bb_pos,buy,2026-03-06 12:18:00,594.0,-0.4367,0,leg_gt,10.81,60 -25559,buy_contrast_m10_bb_pos,buy,2026-03-06 14:12:00,594.0,-0.4367,0,leg_gt,10.73,60 -25560,buy_contrast_m10_bb_pos,buy,2026-03-06 14:15:00,595.0,-0.6042,0,leg_gt,10.73,60 -25561,buy_contrast_m10_bb_pos,buy,2026-03-06 14:18:00,597.0,-0.9375,0,leg_gt,10.72,60 -25562,buy_contrast_m10_bb_pos,buy,2026-03-06 14:30:00,594.0,-0.4367,0,leg_gt,10.72,60 -25563,buy_contrast_m10_bb_pos,buy,2026-03-06 14:33:00,593.0,-0.2686,0,leg_gt,10.71,60 -25564,buy_contrast_m10_bb_pos,buy,2026-03-06 14:36:00,592.0,-0.1,0,leg_gt,10.71,60 -25565,buy_contrast_m10_bb_pos,buy,2026-03-06 14:39:00,593.0,-0.2686,0,leg_gt,10.71,60 -25566,buy_contrast_m10_bb_pos,buy,2026-03-06 14:51:00,593.0,-0.2686,0,leg_gt,10.7,60 -25567,buy_contrast_m10_bb_pos,buy,2026-03-06 14:54:00,594.0,-0.4367,0,leg_gt,10.7,60 -25568,buy_contrast_m10_bb_pos,buy,2026-03-06 14:57:00,595.0,-0.6042,0,leg_gt,10.7,60 -25569,buy_contrast_m10_bb_pos,buy,2026-03-06 18:12:00,592.0,-0.1,0,leg_gt,10.56,60 -25570,buy_contrast_m10_bb_pos,buy,2026-03-06 18:15:00,592.0,-0.1,0,leg_gt,10.56,60 -25571,buy_contrast_m10_bb_pos,buy,2026-03-06 18:18:00,591.0,0.0692,1,leg_gt,10.56,60 -25572,buy_contrast_m10_bb_pos,buy,2026-03-06 18:51:00,590.0,0.239,1,leg_gt,10.54,60 -25573,buy_contrast_m10_bb_pos,buy,2026-03-06 18:54:00,590.0,0.239,1,leg_gt,10.53,60 -25574,buy_contrast_m10_bb_pos,buy,2026-03-06 18:57:00,591.0,0.0692,1,leg_gt,10.53,60 -25575,buy_contrast_m10_bb_pos,buy,2026-03-06 20:51:00,588.0,0.5803,1,leg_gt,10.45,60 -25576,buy_contrast_m10_bb_pos,buy,2026-03-06 20:54:00,588.0,0.5803,1,leg_gt,10.45,60 -25577,buy_contrast_m10_bb_pos,buy,2026-03-06 20:57:00,588.0,0.5803,1,leg_gt,10.45,60 -25578,buy_contrast_m10_bb_pos,buy,2026-03-06 21:00:00,588.0,0.5803,1,leg_gt,10.45,60 -25579,buy_contrast_m10_bb_pos,buy,2026-03-06 21:03:00,588.0,0.5803,1,leg_gt,10.44,60 -25580,buy_contrast_m10_bb_pos,buy,2026-03-06 21:06:00,588.0,0.5803,1,leg_gt,10.44,60 -25581,buy_contrast_m10_bb_pos,buy,2026-03-06 21:09:00,586.0,0.9239,1,leg_gt,10.44,60 -25582,buy_contrast_m10_bb_pos,buy,2026-03-06 21:42:00,587.0,0.7518,1,leg_gt,10.42,60 -25583,buy_contrast_m10_bb_pos,buy,2026-03-06 21:45:00,585.0,1.0966,1,leg_gt,10.41,60 -25584,buy_contrast_m10_bb_pos,buy,2026-03-06 21:48:00,585.0,1.0966,1,leg_gt,10.41,60 -25585,buy_contrast_m10_bb_pos,buy,2026-03-06 21:51:00,587.0,0.7518,1,leg_gt,10.41,60 -25586,buy_contrast_m10_bb_pos,buy,2026-03-06 21:54:00,588.0,0.5803,1,leg_gt,10.41,60 -25587,buy_contrast_m10_bb_pos,buy,2026-03-06 21:57:00,588.0,0.5803,1,leg_gt,10.41,60 -25588,buy_contrast_m10_bb_pos,buy,2026-03-07 00:00:00,573.0,3.2159,1,leg_gt,10.32,60 -25589,buy_contrast_m10_bb_pos,buy,2026-03-07 00:03:00,574.0,3.0359,1,leg_gt,10.32,60 -25590,buy_contrast_m10_bb_pos,buy,2026-03-07 00:06:00,575.0,2.8565,1,leg_gt,10.32,60 -25591,buy_contrast_m10_bb_pos,buy,2026-03-07 00:09:00,575.0,2.8565,1,leg_gt,10.31,60 -25592,buy_contrast_m10_bb_pos,buy,2026-03-07 00:12:00,574.0,3.0359,1,leg_gt,10.31,60 -25593,buy_contrast_m10_bb_pos,buy,2026-03-07 00:15:00,574.0,3.0359,1,leg_gt,10.31,60 -25594,buy_contrast_m10_bb_pos,buy,2026-03-07 00:18:00,575.0,2.8565,1,leg_gt,10.31,60 -25595,buy_contrast_m10_bb_pos,buy,2026-03-07 00:30:00,572.0,3.3965,1,leg_gt,10.3,60 -25596,buy_contrast_m10_bb_pos,buy,2026-03-07 00:33:00,573.0,3.2159,1,leg_gt,10.3,60 -25597,buy_contrast_m10_bb_pos,buy,2026-03-07 00:36:00,574.0,3.0359,1,leg_gt,10.3,60 -25598,buy_contrast_m10_bb_pos,buy,2026-03-07 00:39:00,574.0,3.0359,1,leg_gt,10.29,60 -25599,buy_contrast_m10_bb_pos,buy,2026-03-07 00:51:00,567.0,4.3092,1,leg_gt,10.29,60 -25600,buy_contrast_m10_bb_pos,buy,2026-03-07 00:54:00,567.0,4.3092,1,leg_gt,10.28,60 -25601,buy_contrast_m10_bb_pos,buy,2026-03-07 00:57:00,569.0,3.9422,1,leg_gt,10.28,60 -25602,buy_contrast_m10_bb_pos,buy,2026-03-07 01:00:00,568.0,4.1254,1,leg_gt,10.28,60 -25603,buy_contrast_m10_bb_pos,buy,2026-03-07 01:03:00,566.0,4.4936,1,leg_gt,10.28,60 -25604,buy_contrast_m10_bb_pos,buy,2026-03-07 01:06:00,568.0,4.1254,1,leg_gt,10.28,60 -25605,buy_contrast_m10_bb_pos,buy,2026-03-07 01:09:00,568.0,4.1254,1,leg_gt,10.27,60 -25606,buy_contrast_m10_bb_pos,buy,2026-03-07 01:12:00,567.0,4.3092,1,leg_gt,10.27,60 -25607,buy_contrast_m10_bb_pos,buy,2026-03-07 01:15:00,567.0,4.3092,1,leg_gt,10.27,60 -25608,buy_contrast_m10_bb_pos,buy,2026-03-07 01:18:00,569.0,3.9422,1,leg_gt,10.27,60 -25609,buy_contrast_m10_bb_pos,buy,2026-03-07 02:42:00,566.0,4.4936,1,leg_gt,10.21,60 -25610,buy_contrast_m10_bb_pos,buy,2026-03-07 02:45:00,565.0,4.6788,1,leg_gt,10.21,60 -25611,buy_contrast_m10_bb_pos,buy,2026-03-07 02:48:00,566.0,4.4936,1,leg_gt,10.2,60 -25612,buy_contrast_m10_bb_pos,buy,2026-03-07 11:30:00,573.0,3.2159,1,leg_gt,9.84,60 -25613,buy_contrast_m10_bb_pos,buy,2026-03-07 11:33:00,573.0,3.2159,1,leg_gt,9.84,60 -25614,buy_contrast_m10_bb_pos,buy,2026-03-07 11:36:00,572.0,3.3965,1,leg_gt,9.84,60 -25615,buy_contrast_m10_bb_pos,buy,2026-03-07 11:39:00,573.0,3.2159,1,leg_gt,9.84,60 -25616,buy_contrast_m10_bb_pos,buy,2026-03-07 11:42:00,573.0,3.2159,1,leg_gt,9.83,60 -25617,buy_contrast_m10_bb_pos,buy,2026-03-07 11:45:00,572.0,3.3965,1,leg_gt,9.83,60 -25618,buy_contrast_m10_bb_pos,buy,2026-03-07 11:48:00,572.0,3.3965,1,leg_gt,9.83,60 -25619,buy_contrast_m10_bb_pos,buy,2026-03-07 12:00:00,572.0,3.3965,1,leg_gt,9.82,60 -25620,buy_contrast_m10_bb_pos,buy,2026-03-07 12:03:00,573.0,3.2159,1,leg_gt,9.82,60 -25621,buy_contrast_m10_bb_pos,buy,2026-03-07 12:06:00,573.0,3.2159,1,leg_gt,9.82,60 -25622,buy_contrast_m10_bb_pos,buy,2026-03-07 12:09:00,572.0,3.3965,1,leg_gt,9.81,60 -25623,buy_contrast_m10_bb_pos,buy,2026-03-07 12:12:00,572.0,3.3965,1,leg_gt,9.81,60 -25624,buy_contrast_m10_bb_pos,buy,2026-03-07 12:15:00,575.0,2.8565,1,leg_gt,9.81,60 -25625,buy_contrast_m10_bb_pos,buy,2026-03-07 12:18:00,575.0,2.8565,1,leg_gt,9.81,60 -25626,buy_contrast_m10_bb_pos,buy,2026-03-07 13:21:00,571.0,3.5778,1,leg_gt,9.76,60 -25627,buy_contrast_m10_bb_pos,buy,2026-03-07 13:24:00,572.0,3.3965,1,leg_gt,9.76,60 -25628,buy_contrast_m10_bb_pos,buy,2026-03-07 13:27:00,572.0,3.3965,1,leg_gt,9.76,60 -25629,buy_contrast_m10_bb_pos,buy,2026-03-07 15:30:00,571.0,3.5778,1,leg_gt,9.68,60 -25630,buy_contrast_m10_bb_pos,buy,2026-03-07 15:33:00,571.0,3.5778,1,leg_gt,9.67,60 -25631,buy_contrast_m10_bb_pos,buy,2026-03-07 15:36:00,571.0,3.5778,1,leg_gt,9.67,60 -25632,buy_contrast_m10_bb_pos,buy,2026-03-07 15:39:00,571.0,3.5778,1,leg_gt,9.67,60 -25633,buy_contrast_m10_bb_pos,buy,2026-03-07 15:42:00,571.0,3.5778,1,leg_gt,9.67,60 -25634,buy_contrast_m10_bb_pos,buy,2026-03-07 15:45:00,571.0,3.5778,1,leg_gt,9.66,60 -25635,buy_contrast_m10_bb_pos,buy,2026-03-07 15:48:00,571.0,3.5778,1,leg_gt,9.66,60 -25636,buy_contrast_m10_bb_pos,buy,2026-03-07 15:51:00,570.0,3.7596,1,leg_gt,9.66,60 -25637,buy_contrast_m10_bb_pos,buy,2026-03-07 15:54:00,569.0,3.9422,1,leg_gt,9.66,60 -25638,buy_contrast_m10_bb_pos,buy,2026-03-07 15:57:00,569.0,3.9422,1,leg_gt,9.66,60 -25639,buy_contrast_m10_bb_pos,buy,2026-03-07 16:00:00,570.0,3.7596,1,leg_gt,9.65,60 -25640,buy_contrast_m10_bb_pos,buy,2026-03-07 16:03:00,569.0,3.9422,1,leg_gt,9.65,60 -25641,buy_contrast_m10_bb_pos,buy,2026-03-07 16:06:00,569.0,3.9422,1,leg_gt,9.65,60 -25642,buy_contrast_m10_bb_pos,buy,2026-03-07 16:09:00,568.0,4.1254,1,leg_gt,9.65,60 -25643,buy_contrast_m10_bb_pos,buy,2026-03-07 16:12:00,570.0,3.7596,1,leg_gt,9.65,60 -25644,buy_contrast_m10_bb_pos,buy,2026-03-07 16:15:00,570.0,3.7596,1,leg_gt,9.64,60 -25645,buy_contrast_m10_bb_pos,buy,2026-03-07 16:18:00,569.0,3.9422,1,leg_gt,9.64,60 -25646,buy_contrast_m10_bb_pos,buy,2026-03-07 16:21:00,570.0,3.7596,1,leg_gt,9.64,60 -25647,buy_contrast_m10_bb_pos,buy,2026-03-07 16:24:00,570.0,3.7596,1,leg_gt,9.64,60 -25648,buy_contrast_m10_bb_pos,buy,2026-03-07 16:27:00,571.0,3.5778,1,leg_gt,9.64,60 -25649,buy_contrast_m10_bb_pos,buy,2026-03-07 18:12:00,571.0,3.5778,1,leg_gt,9.56,60 -25650,buy_contrast_m10_bb_pos,buy,2026-03-07 18:15:00,571.0,3.5778,1,leg_gt,9.56,60 -25651,buy_contrast_m10_bb_pos,buy,2026-03-07 18:18:00,571.0,3.5778,1,leg_gt,9.56,60 -25652,buy_contrast_m10_bb_pos,buy,2026-03-07 22:21:00,568.0,4.1254,1,leg_gt,9.39,60 -25653,buy_contrast_m10_bb_pos,buy,2026-03-07 22:24:00,569.0,3.9422,1,leg_gt,9.39,60 -25654,buy_contrast_m10_bb_pos,buy,2026-03-07 22:27:00,568.0,4.1254,1,leg_gt,9.39,60 -25655,buy_contrast_m10_bb_pos,buy,2026-03-07 22:30:00,569.0,3.9422,1,leg_gt,9.38,60 -25656,buy_contrast_m10_bb_pos,buy,2026-03-07 22:33:00,569.0,3.9422,1,leg_gt,9.38,60 -25657,buy_contrast_m10_bb_pos,buy,2026-03-07 22:36:00,570.0,3.7596,1,leg_gt,9.38,60 -25658,buy_contrast_m10_bb_pos,buy,2026-03-07 22:39:00,569.0,3.9422,1,leg_gt,9.38,60 -25659,buy_contrast_m10_bb_pos,buy,2026-03-07 22:42:00,570.0,3.7596,1,leg_gt,9.38,60 -25660,buy_contrast_m10_bb_pos,buy,2026-03-07 22:45:00,569.0,3.9422,1,leg_gt,9.37,60 -25661,buy_contrast_m10_bb_pos,buy,2026-03-07 22:48:00,570.0,3.7596,1,leg_gt,9.37,60 -25662,buy_contrast_m10_bb_pos,buy,2026-03-07 23:30:00,567.0,4.3092,1,leg_gt,9.34,60 -25663,buy_contrast_m10_bb_pos,buy,2026-03-07 23:33:00,568.0,4.1254,1,leg_gt,9.34,60 -25664,buy_contrast_m10_bb_pos,buy,2026-03-07 23:36:00,568.0,4.1254,1,leg_gt,9.34,60 -25665,buy_contrast_m10_bb_pos,buy,2026-03-07 23:39:00,569.0,3.9422,1,leg_gt,9.34,60 -25666,buy_contrast_m10_bb_pos,buy,2026-03-08 00:21:00,567.0,4.3092,1,leg_gt,9.31,60 -25667,buy_contrast_m10_bb_pos,buy,2026-03-08 00:24:00,568.0,4.1254,1,leg_gt,9.3,60 -25668,buy_contrast_m10_bb_pos,buy,2026-03-08 00:27:00,567.0,4.3092,1,leg_gt,9.3,60 -25669,buy_contrast_m10_bb_pos,buy,2026-03-08 00:51:00,564.0,4.8645,1,leg_gt,9.29,60 -25670,buy_contrast_m10_bb_pos,buy,2026-03-08 00:54:00,564.0,4.8645,1,leg_gt,9.28,60 -25671,buy_contrast_m10_bb_pos,buy,2026-03-08 00:57:00,565.0,4.6788,1,leg_gt,9.28,60 -25672,buy_contrast_m10_bb_pos,buy,2026-03-08 01:00:00,565.0,4.6788,1,leg_gt,9.28,60 -25673,buy_contrast_m10_bb_pos,buy,2026-03-08 01:03:00,565.0,4.6788,1,leg_gt,9.28,60 -25674,buy_contrast_m10_bb_pos,buy,2026-03-08 01:06:00,565.0,4.6788,1,leg_gt,9.28,60 -25675,buy_contrast_m10_bb_pos,buy,2026-03-08 01:09:00,565.0,4.6788,1,leg_gt,9.27,60 -25676,buy_contrast_m10_bb_pos,buy,2026-03-08 01:12:00,564.0,4.8645,1,leg_gt,9.27,60 -25677,buy_contrast_m10_bb_pos,buy,2026-03-08 01:15:00,565.0,4.6788,1,leg_gt,9.27,60 -25678,buy_contrast_m10_bb_pos,buy,2026-03-08 01:18:00,564.0,4.8645,1,leg_gt,9.27,60 -25679,buy_contrast_m10_bb_pos,buy,2026-03-08 01:21:00,563.0,5.051,1,leg_gt,9.26,60 -25680,buy_contrast_m10_bb_pos,buy,2026-03-08 01:24:00,564.0,4.8645,1,leg_gt,9.26,60 -25681,buy_contrast_m10_bb_pos,buy,2026-03-08 01:27:00,564.0,4.8645,1,leg_gt,9.26,60 -25682,buy_contrast_m10_bb_pos,buy,2026-03-08 01:30:00,564.0,4.8645,1,leg_gt,9.26,60 -25683,buy_contrast_m10_bb_pos,buy,2026-03-08 01:33:00,563.0,5.051,1,leg_gt,9.26,60 -25684,buy_contrast_m10_bb_pos,buy,2026-03-08 01:36:00,563.0,5.051,1,leg_gt,9.25,60 -25685,buy_contrast_m10_bb_pos,buy,2026-03-08 01:39:00,564.0,4.8645,1,leg_gt,9.25,60 -25686,buy_contrast_m10_bb_pos,buy,2026-03-08 01:42:00,564.0,4.8645,1,leg_gt,9.25,60 -25687,buy_contrast_m10_bb_pos,buy,2026-03-08 01:45:00,563.0,5.051,1,leg_gt,9.25,60 -25688,buy_contrast_m10_bb_pos,buy,2026-03-08 04:12:00,563.0,5.051,1,leg_gt,9.15,60 -25689,buy_contrast_m10_bb_pos,buy,2026-03-08 04:18:00,562.0,5.2381,1,leg_gt,9.14,60 -25690,buy_contrast_m10_bb_pos,buy,2026-03-08 04:21:00,562.0,5.2381,1,leg_gt,9.14,60 -25691,buy_contrast_m10_bb_pos,buy,2026-03-08 04:24:00,561.0,5.4258,1,leg_gt,9.14,60 -25692,buy_contrast_m10_bb_pos,buy,2026-03-08 04:27:00,561.0,5.4258,1,leg_gt,9.14,60 -25693,buy_contrast_m10_bb_pos,buy,2026-03-08 04:30:00,561.0,5.4258,1,leg_gt,9.13,60 -25694,buy_contrast_m10_bb_pos,buy,2026-03-08 04:33:00,560.0,5.6143,1,leg_gt,9.13,60 -25695,buy_contrast_m10_bb_pos,buy,2026-03-08 04:36:00,561.0,5.4258,1,leg_gt,9.13,60 -25696,buy_contrast_m10_bb_pos,buy,2026-03-08 04:39:00,561.0,5.4258,1,leg_gt,9.13,60 -25697,buy_contrast_m10_bb_pos,buy,2026-03-08 04:51:00,559.0,5.8034,1,leg_gt,9.12,60 -25698,buy_contrast_m10_bb_pos,buy,2026-03-08 04:54:00,559.0,5.8034,1,leg_gt,9.12,60 -25699,buy_contrast_m10_bb_pos,buy,2026-03-08 04:57:00,560.0,5.6143,1,leg_gt,9.11,60 -25700,buy_contrast_m10_bb_pos,buy,2026-03-08 05:00:00,560.0,5.6143,1,leg_gt,9.11,60 -25701,buy_contrast_m10_bb_pos,buy,2026-03-08 05:03:00,561.0,5.4258,1,leg_gt,9.11,60 -25702,buy_contrast_m10_bb_pos,buy,2026-03-08 05:06:00,561.0,5.4258,1,leg_gt,9.11,60 -25703,buy_contrast_m10_bb_pos,buy,2026-03-08 05:09:00,561.0,5.4258,1,leg_gt,9.11,60 -25704,buy_contrast_m10_bb_pos,buy,2026-03-08 05:12:00,561.0,5.4258,1,leg_gt,9.1,60 -25705,buy_contrast_m10_bb_pos,buy,2026-03-08 05:15:00,561.0,5.4258,1,leg_gt,9.1,60 -25706,buy_contrast_m10_bb_pos,buy,2026-03-08 05:18:00,562.0,5.2381,1,leg_gt,9.1,60 -25707,buy_contrast_m10_bb_pos,buy,2026-03-08 07:21:00,558.0,5.9932,1,leg_gt,9.01,60 -25708,buy_contrast_m10_bb_pos,buy,2026-03-08 07:24:00,557.0,6.1837,1,leg_gt,9.01,60 -25709,buy_contrast_m10_bb_pos,buy,2026-03-08 07:27:00,557.0,6.1837,1,leg_gt,9.01,60 -25710,buy_contrast_m10_bb_pos,buy,2026-03-08 08:12:00,557.0,6.1837,1,leg_gt,8.98,60 -25711,buy_contrast_m10_bb_pos,buy,2026-03-08 08:15:00,557.0,6.1837,1,leg_gt,8.98,60 -25712,buy_contrast_m10_bb_pos,buy,2026-03-08 08:18:00,557.0,6.1837,1,leg_gt,8.98,60 -25713,buy_contrast_m10_bb_pos,buy,2026-03-08 11:12:00,555.0,6.5667,1,leg_gt,8.85,60 -25714,buy_contrast_m10_bb_pos,buy,2026-03-08 11:15:00,556.0,6.3748,1,leg_gt,8.85,60 -25715,buy_contrast_m10_bb_pos,buy,2026-03-08 11:18:00,556.0,6.3748,1,leg_gt,8.85,60 -25716,buy_contrast_m10_bb_pos,buy,2026-03-08 11:21:00,556.0,6.3748,1,leg_gt,8.85,60 -25717,buy_contrast_m10_bb_pos,buy,2026-03-08 11:24:00,556.0,6.3748,1,leg_gt,8.85,60 -25718,buy_contrast_m10_bb_pos,buy,2026-03-08 11:27:00,556.0,6.3748,1,leg_gt,8.84,60 -25719,buy_contrast_m10_bb_pos,buy,2026-03-08 11:42:00,556.0,6.3748,1,leg_gt,8.83,60 -25720,buy_contrast_m10_bb_pos,buy,2026-03-08 11:45:00,558.0,5.9932,1,leg_gt,8.83,60 -25721,buy_contrast_m10_bb_pos,buy,2026-03-08 11:48:00,555.0,6.5667,1,leg_gt,8.83,60 -25722,buy_contrast_m10_bb_pos,buy,2026-03-08 12:42:00,553.0,6.9524,1,leg_gt,8.79,60 -25723,buy_contrast_m10_bb_pos,buy,2026-03-08 12:45:00,553.0,6.9524,1,leg_gt,8.79,60 -25724,buy_contrast_m10_bb_pos,buy,2026-03-08 12:48:00,553.0,6.9524,1,leg_gt,8.79,60 -25725,buy_contrast_m10_bb_pos,buy,2026-03-08 13:51:00,549.0,7.7324,1,leg_gt,8.74,60 -25726,buy_contrast_m10_bb_pos,buy,2026-03-08 13:54:00,548.0,7.9292,1,leg_gt,8.74,60 -25727,buy_contrast_m10_bb_pos,buy,2026-03-08 13:57:00,548.0,7.9292,1,leg_gt,8.74,60 -25728,buy_contrast_m10_bb_pos,buy,2026-03-08 14:00:00,549.0,7.7324,1,leg_gt,8.74,60 -25729,buy_contrast_m10_bb_pos,buy,2026-03-08 14:03:00,550.0,7.5364,1,leg_gt,8.74,60 -25730,buy_contrast_m10_bb_pos,buy,2026-03-08 14:06:00,549.0,7.7324,1,leg_gt,8.73,60 -25731,buy_contrast_m10_bb_pos,buy,2026-03-08 14:09:00,552.0,7.1464,1,leg_gt,8.73,60 -25732,buy_contrast_m10_bb_pos,buy,2026-03-08 15:51:00,549.0,7.7324,1,leg_gt,8.66,60 -25733,buy_contrast_m10_bb_pos,buy,2026-03-08 15:54:00,550.0,7.5364,1,leg_gt,8.66,60 -25734,buy_contrast_m10_bb_pos,buy,2026-03-08 15:57:00,551.0,7.341,1,leg_gt,8.66,60 -25735,buy_contrast_m10_bb_pos,buy,2026-03-08 21:12:00,552.0,7.1464,1,leg_gt,8.44,60 -25736,buy_contrast_m10_bb_pos,buy,2026-03-08 21:15:00,550.0,7.5364,1,leg_gt,8.44,60 -25737,buy_contrast_m10_bb_pos,buy,2026-03-08 21:18:00,550.0,7.5364,1,leg_gt,8.43,60 -25738,buy_contrast_m10_bb_pos,buy,2026-03-08 22:12:00,553.0,6.9524,1,leg_gt,8.4,60 -25739,buy_contrast_m10_bb_pos,buy,2026-03-08 22:15:00,550.0,7.5364,1,leg_gt,8.39,60 -25740,buy_contrast_m10_bb_pos,buy,2026-03-08 22:18:00,550.0,7.5364,1,leg_gt,8.39,60 -25741,buy_contrast_m10_bb_pos,buy,2026-03-08 22:21:00,550.0,7.5364,1,leg_gt,8.39,60 -25742,buy_contrast_m10_bb_pos,buy,2026-03-08 22:24:00,551.0,7.341,1,leg_gt,8.39,60 -25743,buy_contrast_m10_bb_pos,buy,2026-03-08 22:27:00,550.0,7.5364,1,leg_gt,8.39,60 -25744,buy_contrast_m10_bb_pos,buy,2026-03-08 22:30:00,550.0,7.5364,1,leg_gt,8.38,60 -25745,buy_contrast_m10_bb_pos,buy,2026-03-08 22:33:00,549.0,7.7324,1,leg_gt,8.38,60 -25746,buy_contrast_m10_bb_pos,buy,2026-03-08 22:36:00,550.0,7.5364,1,leg_gt,8.38,60 -25747,buy_contrast_m10_bb_pos,buy,2026-03-08 22:39:00,550.0,7.5364,1,leg_gt,8.38,60 -25748,buy_contrast_m10_bb_pos,buy,2026-03-08 22:42:00,548.0,7.9292,1,leg_gt,8.38,60 -25749,buy_contrast_m10_bb_pos,buy,2026-03-08 22:45:00,549.0,7.7324,1,leg_gt,8.37,60 -25750,buy_contrast_m10_bb_pos,buy,2026-03-08 22:48:00,550.0,7.5364,1,leg_gt,8.37,60 -25751,buy_contrast_m10_bb_pos,buy,2026-03-08 23:30:00,548.0,7.9292,1,leg_gt,8.34,60 -25752,buy_contrast_m10_bb_pos,buy,2026-03-08 23:33:00,549.0,7.7324,1,leg_gt,8.34,60 -25753,buy_contrast_m10_bb_pos,buy,2026-03-08 23:36:00,549.0,7.7324,1,leg_gt,8.34,60 -25754,buy_contrast_m10_bb_pos,buy,2026-03-08 23:39:00,548.0,7.9292,1,leg_gt,8.34,60 -25755,buy_contrast_m10_bb_pos,buy,2026-03-08 23:42:00,547.0,8.1267,1,leg_gt,8.33,60 -25756,buy_contrast_m10_bb_pos,buy,2026-03-08 23:45:00,547.0,8.1267,1,leg_gt,8.33,60 -25757,buy_contrast_m10_bb_pos,buy,2026-03-08 23:48:00,548.0,7.9292,1,leg_gt,8.33,60 -25758,buy_contrast_m10_bb_pos,buy,2026-03-08 23:51:00,548.0,7.9292,1,leg_gt,8.33,60 -25759,buy_contrast_m10_bb_pos,buy,2026-03-08 23:54:00,549.0,7.7324,1,leg_gt,8.32,60 -25760,buy_contrast_m10_bb_pos,buy,2026-03-08 23:57:00,549.0,7.7324,1,leg_gt,8.32,60 -25761,buy_contrast_m10_bb_pos,buy,2026-03-09 00:12:00,547.0,8.1267,1,leg_gt,8.31,60 -25762,buy_contrast_m10_bb_pos,buy,2026-03-09 00:15:00,546.0,8.3249,1,leg_gt,8.31,60 -25763,buy_contrast_m10_bb_pos,buy,2026-03-09 00:18:00,546.0,8.3249,1,leg_gt,8.31,60 -25764,buy_contrast_m10_bb_pos,buy,2026-03-09 00:21:00,546.0,8.3249,1,leg_gt,8.31,60 -25765,buy_contrast_m10_bb_pos,buy,2026-03-09 00:24:00,546.0,8.3249,1,leg_gt,8.3,60 -25766,buy_contrast_m10_bb_pos,buy,2026-03-09 00:27:00,545.0,8.5239,1,leg_gt,8.3,60 -25767,buy_contrast_m10_bb_pos,buy,2026-03-09 00:42:00,544.0,8.7235,1,leg_gt,8.29,60 -25768,buy_contrast_m10_bb_pos,buy,2026-03-09 00:45:00,543.0,8.9239,1,leg_gt,8.29,60 -25769,buy_contrast_m10_bb_pos,buy,2026-03-09 00:48:00,544.0,8.7235,1,leg_gt,8.29,60 -25770,buy_contrast_m10_bb_pos,buy,2026-03-09 00:51:00,542.0,9.1251,1,leg_gt,8.29,60 -25771,buy_contrast_m10_bb_pos,buy,2026-03-09 00:54:00,542.0,9.1251,1,leg_gt,8.28,60 -25772,buy_contrast_m10_bb_pos,buy,2026-03-09 00:57:00,544.0,8.7235,1,leg_gt,8.28,60 -25773,buy_contrast_m10_bb_pos,buy,2026-03-09 01:00:00,544.0,8.7235,1,leg_gt,8.28,60 -25774,buy_contrast_m10_bb_pos,buy,2026-03-09 01:03:00,544.0,8.7235,1,leg_gt,8.28,60 -25775,buy_contrast_m10_bb_pos,buy,2026-03-09 01:06:00,544.0,8.7235,1,leg_gt,8.28,60 -25776,buy_contrast_m10_bb_pos,buy,2026-03-09 01:09:00,544.0,8.7235,1,leg_gt,8.27,60 -25777,buy_contrast_m10_bb_pos,buy,2026-03-09 01:12:00,543.0,8.9239,1,leg_gt,8.27,60 -25778,buy_contrast_m10_bb_pos,buy,2026-03-09 01:15:00,543.0,8.9239,1,leg_gt,8.27,60 -25779,buy_contrast_m10_bb_pos,buy,2026-03-09 01:18:00,544.0,8.7235,1,leg_gt,8.27,60 -25780,buy_contrast_m10_bb_pos,buy,2026-03-09 01:21:00,544.0,8.7235,1,leg_gt,8.26,60 -25781,buy_contrast_m10_bb_pos,buy,2026-03-09 01:24:00,544.0,8.7235,1,leg_gt,8.26,60 -25782,buy_contrast_m10_bb_pos,buy,2026-03-09 01:27:00,544.0,8.7235,1,leg_gt,8.26,60 -25783,buy_contrast_m10_bb_pos,buy,2026-03-09 01:42:00,543.0,8.9239,1,leg_gt,8.25,60 -25784,buy_contrast_m10_bb_pos,buy,2026-03-09 01:45:00,542.0,9.1251,1,leg_gt,8.25,60 -25785,buy_contrast_m10_bb_pos,buy,2026-03-09 01:48:00,542.0,9.1251,1,leg_gt,8.25,60 -25786,buy_contrast_m10_bb_pos,buy,2026-03-09 01:51:00,542.0,9.1251,1,leg_gt,8.24,60 -25787,buy_contrast_m10_bb_pos,buy,2026-03-09 01:54:00,542.0,9.1251,1,leg_gt,8.24,60 -25788,buy_contrast_m10_bb_pos,buy,2026-03-09 01:57:00,543.0,8.9239,1,leg_gt,8.24,60 -25789,buy_contrast_m10_bb_pos,buy,2026-03-09 02:21:00,539.0,9.733,1,leg_gt,8.22,60 -25790,buy_contrast_m10_bb_pos,buy,2026-03-09 02:24:00,538.0,9.9372,1,leg_gt,8.22,60 -25791,buy_contrast_m10_bb_pos,buy,2026-03-09 02:27:00,536.0,10.3478,1,leg_gt,8.22,60 -25792,buy_contrast_m10_bb_pos,buy,2026-03-09 02:42:00,538.0,9.9372,1,leg_gt,8.21,60 -25793,buy_contrast_m10_bb_pos,buy,2026-03-09 02:45:00,537.0,10.1421,1,leg_gt,8.21,60 -25794,buy_contrast_m10_bb_pos,buy,2026-03-09 02:48:00,535.0,10.5542,1,leg_gt,8.2,60 -25795,buy_contrast_m10_bb_pos,buy,2026-03-09 03:00:00,537.0,10.1421,1,leg_gt,8.2,60 -25796,buy_contrast_m10_bb_pos,buy,2026-03-09 03:03:00,536.0,10.3478,1,leg_gt,8.19,60 -25797,buy_contrast_m10_bb_pos,buy,2026-03-09 03:06:00,535.0,10.5542,1,leg_gt,8.19,60 -25798,buy_contrast_m10_bb_pos,buy,2026-03-09 03:09:00,536.0,10.3478,1,leg_gt,8.19,60 -25799,buy_contrast_m10_bb_pos,buy,2026-03-09 03:12:00,537.0,10.1421,1,leg_gt,8.19,60 -25800,buy_contrast_m10_bb_pos,buy,2026-03-09 03:15:00,536.0,10.3478,1,leg_gt,8.19,60 -25801,buy_contrast_m10_bb_pos,buy,2026-03-09 03:18:00,535.0,10.5542,1,leg_gt,8.18,60 -25802,buy_contrast_m10_bb_pos,buy,2026-03-09 03:21:00,536.0,10.3478,1,leg_gt,8.18,60 -25803,buy_contrast_m10_bb_pos,buy,2026-03-09 03:24:00,536.0,10.3478,1,leg_gt,8.18,60 -25804,buy_contrast_m10_bb_pos,buy,2026-03-09 03:27:00,537.0,10.1421,1,leg_gt,8.18,60 -25805,buy_contrast_m10_bb_pos,buy,2026-03-09 07:30:00,536.0,10.3478,1,leg_gt,8.01,60 -25806,buy_contrast_m10_bb_pos,buy,2026-03-09 07:33:00,537.0,10.1421,1,leg_gt,8.01,60 -25807,buy_contrast_m10_bb_pos,buy,2026-03-09 07:36:00,537.0,10.1421,1,leg_gt,8.0,60 -25808,buy_contrast_m10_bb_pos,buy,2026-03-09 07:39:00,538.0,9.9372,1,leg_gt,8.0,60 -25809,buy_contrast_m10_bb_pos,buy,2026-03-09 08:51:00,536.0,10.3478,1,leg_gt,7.95,60 -25810,buy_contrast_m10_bb_pos,buy,2026-03-09 08:54:00,534.0,10.7614,1,leg_gt,7.95,60 -25811,buy_contrast_m10_bb_pos,buy,2026-03-09 08:57:00,535.0,10.5542,1,leg_gt,7.95,60 -25812,buy_contrast_m10_bb_pos,buy,2026-03-09 09:00:00,534.0,10.7614,1,leg_gt,7.95,60 -25813,buy_contrast_m10_bb_pos,buy,2026-03-09 09:03:00,535.0,10.5542,1,leg_gt,7.94,60 -25814,buy_contrast_m10_bb_pos,buy,2026-03-09 09:06:00,538.0,9.9372,1,leg_gt,7.94,60 -25815,buy_contrast_m10_bb_pos,buy,2026-03-09 09:09:00,539.0,9.733,1,leg_gt,7.94,60 -25816,buy_contrast_m10_bb_pos,buy,2026-03-09 11:21:00,534.0,10.7614,1,leg_gt,7.85,60 -25817,buy_contrast_m10_bb_pos,buy,2026-03-09 11:24:00,536.0,10.3478,1,leg_gt,7.85,60 -25818,buy_contrast_m10_bb_pos,buy,2026-03-09 11:27:00,536.0,10.3478,1,leg_gt,7.84,60 -25819,buy_contrast_m10_bb_pos,buy,2026-03-09 19:51:00,537.0,10.1421,1,leg_gt,7.49,60 -25820,buy_contrast_m10_bb_pos,buy,2026-03-09 19:54:00,537.0,10.1421,1,leg_gt,7.49,60 -25821,buy_contrast_m10_bb_pos,buy,2026-03-09 19:57:00,537.0,10.1421,1,leg_gt,7.49,60 -25822,buy_contrast_m10_bb_pos,buy,2026-03-10 00:12:00,538.0,9.9372,1,leg_gt,7.31,60 -25823,buy_contrast_m10_bb_pos,buy,2026-03-10 00:15:00,538.0,9.9372,1,leg_gt,7.31,60 -25824,buy_contrast_m10_bb_pos,buy,2026-03-10 00:18:00,538.0,9.9372,1,leg_gt,7.31,60 -25825,buy_contrast_m10_bb_pos,buy,2026-03-10 00:42:00,537.0,10.1421,1,leg_gt,7.29,60 -25826,buy_contrast_m10_bb_pos,buy,2026-03-10 00:45:00,535.0,10.5542,1,leg_gt,7.29,60 -25827,buy_contrast_m10_bb_pos,buy,2026-03-10 00:48:00,535.0,10.5542,1,leg_gt,7.29,60 -25828,buy_contrast_m10_bb_pos,buy,2026-03-10 00:51:00,535.0,10.5542,1,leg_gt,7.29,60 -25829,buy_contrast_m10_bb_pos,buy,2026-03-10 00:54:00,536.0,10.3478,1,leg_gt,7.28,60 -25830,buy_contrast_m10_bb_pos,buy,2026-03-10 00:57:00,536.0,10.3478,1,leg_gt,7.28,60 -25831,buy_contrast_m10_bb_pos,buy,2026-03-10 01:00:00,536.0,10.3478,1,leg_gt,7.28,60 -25832,buy_contrast_m10_bb_pos,buy,2026-03-10 01:03:00,535.0,10.5542,1,leg_gt,7.28,60 -25833,buy_contrast_m10_bb_pos,buy,2026-03-10 01:06:00,537.0,10.1421,1,leg_gt,7.28,60 -25834,buy_contrast_m10_bb_pos,buy,2026-03-10 01:09:00,536.0,10.3478,1,leg_gt,7.27,60 -25835,buy_contrast_m10_bb_pos,buy,2026-03-10 03:12:00,533.0,10.9694,1,leg_gt,7.19,60 -25836,buy_contrast_m10_bb_pos,buy,2026-03-10 03:15:00,533.0,10.9694,1,leg_gt,7.19,60 -25837,buy_contrast_m10_bb_pos,buy,2026-03-10 03:18:00,533.0,10.9694,1,leg_gt,7.18,60 -25838,buy_contrast_m10_bb_pos,buy,2026-03-10 03:51:00,532.0,11.1782,1,leg_gt,7.16,60 -25839,buy_contrast_m10_bb_pos,buy,2026-03-10 03:54:00,532.0,11.1782,1,leg_gt,7.16,60 -25840,buy_contrast_m10_bb_pos,buy,2026-03-10 03:57:00,531.0,11.3878,1,leg_gt,7.16,60 -25841,buy_contrast_m10_bb_pos,buy,2026-03-10 04:00:00,531.0,11.3878,1,leg_gt,7.15,60 -25842,buy_contrast_m10_bb_pos,buy,2026-03-10 04:03:00,533.0,10.9694,1,leg_gt,7.15,60 -25843,buy_contrast_m10_bb_pos,buy,2026-03-10 04:06:00,532.0,11.1782,1,leg_gt,7.15,60 -25844,buy_contrast_m10_bb_pos,buy,2026-03-10 04:09:00,532.0,11.1782,1,leg_gt,7.15,60 -25845,buy_contrast_m10_bb_pos,buy,2026-03-10 07:42:00,534.0,10.7614,1,leg_gt,7.0,60 -25846,buy_contrast_m10_bb_pos,buy,2026-03-10 07:45:00,534.0,10.7614,1,leg_gt,7.0,60 -25847,buy_contrast_m10_bb_pos,buy,2026-03-10 07:48:00,533.0,10.9694,1,leg_gt,7.0,60 -25848,buy_contrast_m10_bb_pos,buy,2026-03-10 09:12:00,532.0,11.1782,1,leg_gt,6.94,60 -25849,buy_contrast_m10_bb_pos,buy,2026-03-10 09:15:00,533.0,10.9694,1,leg_gt,6.94,60 -25850,buy_contrast_m10_bb_pos,buy,2026-03-10 09:18:00,533.0,10.9694,1,leg_gt,6.93,60 -25851,buy_contrast_m10_bb_pos,buy,2026-03-10 21:30:00,548.0,7.9292,1,leg_gt,6.42,60 -25852,buy_contrast_m10_bb_pos,buy,2026-03-10 21:33:00,545.0,8.5239,1,leg_gt,6.42,60 -25853,buy_contrast_m10_bb_pos,buy,2026-03-10 21:36:00,545.0,8.5239,1,leg_gt,6.42,60 -25854,buy_contrast_m10_bb_pos,buy,2026-03-10 21:39:00,547.0,8.1267,1,leg_gt,6.42,60 -25855,buy_contrast_m10_bb_pos,buy,2026-03-10 22:00:00,546.0,8.3249,1,leg_gt,6.4,60 -25856,buy_contrast_m10_bb_pos,buy,2026-03-10 22:03:00,547.0,8.1267,1,leg_gt,6.4,60 -25857,buy_contrast_m10_bb_pos,buy,2026-03-10 22:06:00,548.0,7.9292,1,leg_gt,6.4,60 -25858,buy_contrast_m10_bb_pos,buy,2026-03-10 22:09:00,550.0,7.5364,1,leg_gt,6.4,60 -25859,buy_contrast_m10_bb_pos,buy,2026-03-10 22:51:00,543.0,8.9239,1,leg_gt,6.37,60 -25860,buy_contrast_m10_bb_pos,buy,2026-03-10 22:54:00,544.0,8.7235,1,leg_gt,6.37,60 -25861,buy_contrast_m10_bb_pos,buy,2026-03-10 22:57:00,542.0,9.1251,1,leg_gt,6.36,60 -25862,buy_contrast_m10_bb_pos,buy,2026-03-10 23:30:00,536.0,10.3478,1,leg_gt,6.34,60 -25863,buy_contrast_m10_bb_pos,buy,2026-03-10 23:33:00,536.0,10.3478,1,leg_gt,6.34,60 -25864,buy_contrast_m10_bb_pos,buy,2026-03-10 23:36:00,536.0,10.3478,1,leg_gt,6.34,60 -25865,buy_contrast_m10_bb_pos,buy,2026-03-10 23:39:00,536.0,10.3478,1,leg_gt,6.34,60 -25866,buy_contrast_m10_bb_pos,buy,2026-03-10 23:51:00,536.0,10.3478,1,leg_gt,6.33,60 -25867,buy_contrast_m10_bb_pos,buy,2026-03-10 23:54:00,539.0,9.733,1,leg_gt,6.32,60 -25868,buy_contrast_m10_bb_pos,buy,2026-03-10 23:57:00,541.0,9.327,1,leg_gt,6.32,60 -25869,buy_contrast_m10_bb_pos,buy,2026-03-11 00:21:00,533.0,10.9694,1,leg_gt,6.31,60 -25870,buy_contrast_m10_bb_pos,buy,2026-03-11 00:24:00,532.0,11.1782,1,leg_gt,6.3,60 -25871,buy_contrast_m10_bb_pos,buy,2026-03-11 00:27:00,531.0,11.3878,1,leg_gt,6.3,60 -25872,buy_contrast_m10_bb_pos,buy,2026-03-11 00:30:00,532.0,11.1782,1,leg_gt,6.3,60 -25873,buy_contrast_m10_bb_pos,buy,2026-03-11 00:33:00,533.0,10.9694,1,leg_gt,6.3,60 -25874,buy_contrast_m10_bb_pos,buy,2026-03-11 00:36:00,532.0,11.1782,1,leg_gt,6.3,60 -25875,buy_contrast_m10_bb_pos,buy,2026-03-11 00:39:00,532.0,11.1782,1,leg_gt,6.29,60 -25876,buy_contrast_m10_bb_pos,buy,2026-03-11 00:42:00,531.0,11.3878,1,leg_gt,6.29,60 -25877,buy_contrast_m10_bb_pos,buy,2026-03-11 00:45:00,532.0,11.1782,1,leg_gt,6.29,60 -25878,buy_contrast_m10_bb_pos,buy,2026-03-11 00:48:00,533.0,10.9694,1,leg_gt,6.29,60 -25879,buy_contrast_m10_bb_pos,buy,2026-03-11 03:21:00,531.0,11.3878,1,leg_gt,6.18,60 -25880,buy_contrast_m10_bb_pos,buy,2026-03-11 03:24:00,532.0,11.1782,1,leg_gt,6.18,60 -25881,buy_contrast_m10_bb_pos,buy,2026-03-11 03:27:00,533.0,10.9694,1,leg_gt,6.18,60 -25882,buy_contrast_m10_bb_pos,buy,2026-03-11 03:30:00,531.0,11.3878,1,leg_gt,6.18,60 -25883,buy_contrast_m10_bb_pos,buy,2026-03-11 03:33:00,532.0,11.1782,1,leg_gt,6.17,60 -25884,buy_contrast_m10_bb_pos,buy,2026-03-11 03:36:00,531.0,11.3878,1,leg_gt,6.17,60 -25885,buy_contrast_m10_bb_pos,buy,2026-03-11 03:39:00,531.0,11.3878,1,leg_gt,6.17,60 -25886,buy_contrast_m10_bb_pos,buy,2026-03-11 03:42:00,530.0,11.5981,1,leg_gt,6.17,60 -25887,buy_contrast_m10_bb_pos,buy,2026-03-11 03:45:00,529.0,11.8093,1,leg_gt,6.16,60 -25888,buy_contrast_m10_bb_pos,buy,2026-03-11 03:48:00,530.0,11.5981,1,leg_gt,6.16,60 -25889,buy_contrast_m10_bb_pos,buy,2026-03-11 03:51:00,530.0,11.5981,1,leg_gt,6.16,60 -25890,buy_contrast_m10_bb_pos,buy,2026-03-11 03:54:00,529.0,11.8093,1,leg_gt,6.16,60 -25891,buy_contrast_m10_bb_pos,buy,2026-03-11 03:57:00,525.0,12.6619,1,leg_gt,6.16,60 -25892,buy_contrast_m10_bb_pos,buy,2026-03-11 04:21:00,523.0,13.0931,1,leg_gt,6.14,60 -25893,buy_contrast_m10_bb_pos,buy,2026-03-11 04:24:00,524.0,12.8771,1,leg_gt,6.14,60 -25894,buy_contrast_m10_bb_pos,buy,2026-03-11 04:27:00,521.0,13.5276,1,leg_gt,6.14,60 -25895,buy_contrast_m10_bb_pos,buy,2026-03-11 04:42:00,523.0,13.0931,1,leg_gt,6.12,60 -25896,buy_contrast_m10_bb_pos,buy,2026-03-11 04:45:00,523.0,13.0931,1,leg_gt,6.12,60 -25897,buy_contrast_m10_bb_pos,buy,2026-03-11 04:48:00,524.0,12.8771,1,leg_gt,6.12,60 -25898,buy_contrast_m10_bb_pos,buy,2026-03-11 06:42:00,518.0,14.1857,1,leg_gt,6.04,60 -25899,buy_contrast_m10_bb_pos,buy,2026-03-11 06:45:00,519.0,13.9655,1,leg_gt,6.04,60 -25900,buy_contrast_m10_bb_pos,buy,2026-03-11 06:48:00,517.0,14.4068,1,leg_gt,6.04,60 -25901,buy_contrast_m10_bb_pos,buy,2026-03-11 07:21:00,518.0,14.1857,1,leg_gt,6.01,60 -25902,buy_contrast_m10_bb_pos,buy,2026-03-11 07:24:00,521.0,13.5276,1,leg_gt,6.01,60 -25903,buy_contrast_m10_bb_pos,buy,2026-03-11 07:27:00,520.0,13.7462,1,leg_gt,6.01,60 -25904,buy_contrast_m10_bb_pos,buy,2026-03-11 14:51:00,519.0,13.9655,1,leg_gt,5.7,60 -25905,buy_contrast_m10_bb_pos,buy,2026-03-11 14:54:00,519.0,13.9655,1,leg_gt,5.7,60 -25906,buy_contrast_m10_bb_pos,buy,2026-03-11 14:57:00,518.0,14.1857,1,leg_gt,5.7,60 -25907,buy_contrast_m10_bb_pos,buy,2026-03-11 15:00:00,518.0,14.1857,1,leg_gt,5.7,60 -25908,buy_contrast_m10_bb_pos,buy,2026-03-11 15:03:00,519.0,13.9655,1,leg_gt,5.69,60 -25909,buy_contrast_m10_bb_pos,buy,2026-03-11 15:06:00,519.0,13.9655,1,leg_gt,5.69,60 -25910,buy_contrast_m10_bb_pos,buy,2026-03-11 15:09:00,518.0,14.1857,1,leg_gt,5.69,60 -25911,buy_contrast_m10_bb_pos,buy,2026-03-11 15:12:00,518.0,14.1857,1,leg_gt,5.69,60 -25912,buy_contrast_m10_bb_pos,buy,2026-03-11 15:15:00,519.0,13.9655,1,leg_gt,5.69,60 -25913,buy_contrast_m10_bb_pos,buy,2026-03-11 15:18:00,520.0,13.7462,1,leg_gt,5.68,60 -25914,buy_contrast_m10_bb_pos,buy,2026-03-11 16:51:00,517.0,14.4068,1,leg_gt,5.62,60 -25915,buy_contrast_m10_bb_pos,buy,2026-03-11 16:54:00,517.0,14.4068,1,leg_gt,5.62,60 -25916,buy_contrast_m10_bb_pos,buy,2026-03-11 16:57:00,516.0,14.6287,1,leg_gt,5.61,60 -25917,buy_contrast_m10_bb_pos,buy,2026-03-11 17:00:00,516.0,14.6287,1,leg_gt,5.61,60 -25918,buy_contrast_m10_bb_pos,buy,2026-03-11 17:03:00,516.0,14.6287,1,leg_gt,5.61,60 -25919,buy_contrast_m10_bb_pos,buy,2026-03-11 17:06:00,516.0,14.6287,1,leg_gt,5.61,60 -25920,buy_contrast_m10_bb_pos,buy,2026-03-11 17:09:00,517.0,14.4068,1,leg_gt,5.61,60 -25921,buy_contrast_m10_bb_pos,buy,2026-03-12 00:30:00,522.0,13.31,1,leg_gt,5.3,60 -25922,buy_contrast_m10_bb_pos,buy,2026-03-12 00:33:00,519.0,13.9655,1,leg_gt,5.3,60 -25923,buy_contrast_m10_bb_pos,buy,2026-03-12 00:36:00,521.0,13.5276,1,leg_gt,5.3,60 -25924,buy_contrast_m10_bb_pos,buy,2026-03-12 00:39:00,522.0,13.31,1,leg_gt,5.29,60 -25925,buy_contrast_m10_bb_pos,buy,2026-03-12 00:42:00,523.0,13.0931,1,leg_gt,5.29,60 -25926,buy_contrast_m10_bb_pos,buy,2026-03-12 00:45:00,520.0,13.7462,1,leg_gt,5.29,60 -25927,buy_contrast_m10_bb_pos,buy,2026-03-12 00:48:00,521.0,13.5276,1,leg_gt,5.29,60 -25928,buy_contrast_m10_bb_pos,buy,2026-03-12 05:45:00,522.0,13.31,1,leg_gt,5.08,60 -25929,buy_contrast_m10_bb_pos,buy,2026-03-12 05:48:00,523.0,13.0931,1,leg_gt,5.08,60 -25930,buy_contrast_m10_bb_pos,buy,2026-03-12 05:51:00,522.0,13.31,1,leg_gt,5.08,60 -25931,buy_contrast_m10_bb_pos,buy,2026-03-12 05:54:00,522.0,13.31,1,leg_gt,5.08,60 -25932,buy_contrast_m10_bb_pos,buy,2026-03-12 05:57:00,522.0,13.31,1,leg_gt,5.07,60 -25933,buy_contrast_m10_bb_pos,buy,2026-03-12 06:21:00,522.0,13.31,1,leg_gt,5.06,60 -25934,buy_contrast_m10_bb_pos,buy,2026-03-12 06:24:00,522.0,13.31,1,leg_gt,5.05,60 -25935,buy_contrast_m10_bb_pos,buy,2026-03-12 06:27:00,523.0,13.0931,1,leg_gt,5.05,60 -25936,buy_contrast_m10_bb_pos,buy,2026-03-12 07:12:00,522.0,13.31,1,leg_gt,5.02,60 -25937,buy_contrast_m10_bb_pos,buy,2026-03-12 07:15:00,523.0,13.0931,1,leg_gt,5.02,60 -25938,buy_contrast_m10_bb_pos,buy,2026-03-12 07:18:00,522.0,13.31,1,leg_gt,5.02,60 -25939,buy_contrast_m10_bb_pos,buy,2026-03-12 07:21:00,522.0,13.31,1,leg_gt,5.01,60 -25940,buy_contrast_m10_bb_pos,buy,2026-03-12 07:24:00,522.0,13.31,1,leg_gt,5.01,60 -25941,buy_contrast_m10_bb_pos,buy,2026-03-12 07:27:00,521.0,13.5276,1,leg_gt,5.01,60 -25942,buy_contrast_m10_bb_pos,buy,2026-03-12 08:51:00,520.0,13.7462,1,leg_gt,4.95,60 -25943,buy_contrast_m10_bb_pos,buy,2026-03-12 08:54:00,521.0,13.5276,1,leg_gt,4.95,60 -25944,buy_contrast_m10_bb_pos,buy,2026-03-12 08:57:00,520.0,13.7462,1,leg_gt,4.95,60 -25945,buy_contrast_m10_bb_pos,buy,2026-03-12 10:12:00,520.0,13.7462,1,leg_gt,4.9,60 -25946,buy_contrast_m10_bb_pos,buy,2026-03-12 10:15:00,519.0,13.9655,1,leg_gt,4.89,60 -25947,buy_contrast_m10_bb_pos,buy,2026-03-12 10:18:00,519.0,13.9655,1,leg_gt,4.89,60 -25948,buy_contrast_m10_bb_pos,buy,2026-03-12 10:21:00,520.0,13.7462,1,leg_gt,4.89,60 -25949,buy_contrast_m10_bb_pos,buy,2026-03-12 10:24:00,518.0,14.1857,1,leg_gt,4.89,60 -25950,buy_contrast_m10_bb_pos,buy,2026-03-12 10:27:00,518.0,14.1857,1,leg_gt,4.89,60 -25951,buy_contrast_m10_bb_pos,buy,2026-03-12 10:51:00,519.0,13.9655,1,leg_gt,4.87,60 -25952,buy_contrast_m10_bb_pos,buy,2026-03-12 10:54:00,518.0,14.1857,1,leg_gt,4.87,60 -25953,buy_contrast_m10_bb_pos,buy,2026-03-12 10:57:00,518.0,14.1857,1,leg_gt,4.86,60 -25954,buy_contrast_m10_bb_pos,buy,2026-03-12 11:30:00,517.0,14.4068,1,leg_gt,4.84,60 -25955,buy_contrast_m10_bb_pos,buy,2026-03-12 11:33:00,516.0,14.6287,1,leg_gt,4.84,60 -25956,buy_contrast_m10_bb_pos,buy,2026-03-12 11:36:00,517.0,14.4068,1,leg_gt,4.84,60 -25957,buy_contrast_m10_bb_pos,buy,2026-03-12 11:39:00,516.0,14.6287,1,leg_gt,4.84,60 -25958,buy_contrast_m10_bb_pos,buy,2026-03-12 11:42:00,517.0,14.4068,1,leg_gt,4.83,60 -25959,buy_contrast_m10_bb_pos,buy,2026-03-12 11:45:00,517.0,14.4068,1,leg_gt,4.83,60 -25960,buy_contrast_m10_bb_pos,buy,2026-03-12 11:48:00,517.0,14.4068,1,leg_gt,4.83,60 -25961,buy_contrast_m10_bb_pos,buy,2026-03-12 11:51:00,516.0,14.6287,1,leg_gt,4.83,60 -25962,buy_contrast_m10_bb_pos,buy,2026-03-12 11:54:00,516.0,14.6287,1,leg_gt,4.82,60 -25963,buy_contrast_m10_bb_pos,buy,2026-03-12 11:57:00,516.0,14.6287,1,leg_gt,4.82,60 -25964,buy_contrast_m10_bb_pos,buy,2026-03-12 12:00:00,515.0,14.8515,1,leg_gt,4.82,60 -25965,buy_contrast_m10_bb_pos,buy,2026-03-12 12:03:00,517.0,14.4068,1,leg_gt,4.82,60 -25966,buy_contrast_m10_bb_pos,buy,2026-03-12 12:06:00,517.0,14.4068,1,leg_gt,4.82,60 -25967,buy_contrast_m10_bb_pos,buy,2026-03-12 12:09:00,516.0,14.6287,1,leg_gt,4.81,60 -25968,buy_contrast_m10_bb_pos,buy,2026-03-12 13:00:00,513.0,15.2996,1,leg_gt,4.78,60 -25969,buy_contrast_m10_bb_pos,buy,2026-03-12 13:03:00,514.0,15.0751,1,leg_gt,4.78,60 -25970,buy_contrast_m10_bb_pos,buy,2026-03-12 13:06:00,514.0,15.0751,1,leg_gt,4.78,60 -25971,buy_contrast_m10_bb_pos,buy,2026-03-12 13:09:00,514.0,15.0751,1,leg_gt,4.77,60 -25972,buy_contrast_m10_bb_pos,buy,2026-03-12 23:30:00,514.0,15.0751,1,leg_gt,4.34,60 -25973,buy_contrast_m10_bb_pos,buy,2026-03-12 23:33:00,513.0,15.2996,1,leg_gt,4.34,60 -25974,buy_contrast_m10_bb_pos,buy,2026-03-12 23:36:00,514.0,15.0751,1,leg_gt,4.34,60 -25975,buy_contrast_m10_bb_pos,buy,2026-03-12 23:39:00,511.0,15.7513,1,leg_gt,4.34,60 -25976,buy_contrast_m10_bb_pos,buy,2026-03-12 23:42:00,510.0,15.9784,1,leg_gt,4.33,60 -25977,buy_contrast_m10_bb_pos,buy,2026-03-12 23:45:00,513.0,15.2996,1,leg_gt,4.33,60 -25978,buy_contrast_m10_bb_pos,buy,2026-03-12 23:48:00,513.0,15.2996,1,leg_gt,4.33,60 -25979,buy_contrast_m10_bb_pos,buy,2026-03-12 23:51:00,512.0,15.525,1,leg_gt,4.33,60 -25980,buy_contrast_m10_bb_pos,buy,2026-03-12 23:54:00,512.0,15.525,1,leg_gt,4.32,60 -25981,buy_contrast_m10_bb_pos,buy,2026-03-12 23:57:00,514.0,15.0751,1,leg_gt,4.32,60 -25982,buy_contrast_m10_bb_pos,buy,2026-03-13 23:51:00,538.0,9.9372,1,leg_gt,3.33,60 -25983,buy_contrast_m10_bb_pos,buy,2026-03-13 23:54:00,537.0,10.1421,1,leg_gt,3.32,60 -25984,buy_contrast_m10_bb_pos,buy,2026-03-13 23:57:00,537.0,10.1421,1,leg_gt,3.32,60 -25985,buy_contrast_m10_bb_pos,buy,2026-03-14 00:00:00,538.0,9.9372,1,leg_gt,3.32,60 -25986,buy_contrast_m10_bb_pos,buy,2026-03-14 00:03:00,538.0,9.9372,1,leg_gt,3.32,60 -25987,buy_contrast_m10_bb_pos,buy,2026-03-14 00:06:00,540.0,9.5296,1,leg_gt,3.32,60 -25988,buy_contrast_m10_bb_pos,buy,2026-03-14 00:09:00,542.0,9.1251,1,leg_gt,3.31,60 -25989,buy_contrast_m10_bb_pos,buy,2026-03-14 01:00:00,538.0,9.9372,1,leg_gt,3.28,60 -25990,buy_contrast_m10_bb_pos,buy,2026-03-14 01:03:00,539.0,9.733,1,leg_gt,3.28,60 -25991,buy_contrast_m10_bb_pos,buy,2026-03-14 01:06:00,537.0,10.1421,1,leg_gt,3.28,60 -25992,buy_contrast_m10_bb_pos,buy,2026-03-14 01:09:00,539.0,9.733,1,leg_gt,3.27,60 -25993,buy_contrast_m10_bb_pos,buy,2026-03-14 01:12:00,540.0,9.5296,1,leg_gt,3.27,60 -25994,buy_contrast_m10_bb_pos,buy,2026-03-14 01:15:00,538.0,9.9372,1,leg_gt,3.27,60 -25995,buy_contrast_m10_bb_pos,buy,2026-03-14 01:18:00,537.0,10.1421,1,leg_gt,3.27,60 -25996,buy_contrast_m10_bb_pos,buy,2026-03-14 01:30:00,536.0,10.3478,1,leg_gt,3.26,60 -25997,buy_contrast_m10_bb_pos,buy,2026-03-14 01:33:00,538.0,9.9372,1,leg_gt,3.26,60 -25998,buy_contrast_m10_bb_pos,buy,2026-03-14 01:36:00,539.0,9.733,1,leg_gt,3.25,60 -25999,buy_contrast_m10_bb_pos,buy,2026-03-14 01:39:00,541.0,9.327,1,leg_gt,3.25,60 -26000,buy_contrast_m10_bb_pos,buy,2026-03-14 02:30:00,534.0,10.7614,1,leg_gt,3.22,60 -26001,buy_contrast_m10_bb_pos,buy,2026-03-14 02:33:00,532.0,11.1782,1,leg_gt,3.21,60 -26002,buy_contrast_m10_bb_pos,buy,2026-03-14 02:36:00,533.0,10.9694,1,leg_gt,3.21,60 -26003,buy_contrast_m10_bb_pos,buy,2026-03-14 02:39:00,532.0,11.1782,1,leg_gt,3.21,60 -26004,buy_contrast_m10_bb_pos,buy,2026-03-14 03:12:00,530.0,11.5981,1,leg_gt,3.19,60 -26005,buy_contrast_m10_bb_pos,buy,2026-03-14 03:15:00,532.0,11.1782,1,leg_gt,3.19,60 -26006,buy_contrast_m10_bb_pos,buy,2026-03-14 03:18:00,531.0,11.3878,1,leg_gt,3.18,60 -26007,buy_contrast_m10_bb_pos,buy,2026-03-14 03:21:00,529.0,11.8093,1,leg_gt,3.18,60 -26008,buy_contrast_m10_bb_pos,buy,2026-03-14 03:24:00,528.0,12.0212,1,leg_gt,3.18,60 -26009,buy_contrast_m10_bb_pos,buy,2026-03-14 03:27:00,528.0,12.0212,1,leg_gt,3.18,60 -26010,buy_contrast_m10_bb_pos,buy,2026-03-14 03:30:00,530.0,11.5981,1,leg_gt,3.18,60 -26011,buy_contrast_m10_bb_pos,buy,2026-03-14 03:33:00,530.0,11.5981,1,leg_gt,3.17,60 -26012,buy_contrast_m10_bb_pos,buy,2026-03-14 03:36:00,531.0,11.3878,1,leg_gt,3.17,60 -26013,buy_contrast_m10_bb_pos,buy,2026-03-14 03:39:00,531.0,11.3878,1,leg_gt,3.17,60 -26014,buy_contrast_m10_bb_pos,buy,2026-03-14 07:51:00,523.0,13.0931,1,leg_gt,2.99,60 -26015,buy_contrast_m10_bb_pos,buy,2026-03-14 07:54:00,524.0,12.8771,1,leg_gt,2.99,60 -26016,buy_contrast_m10_bb_pos,buy,2026-03-14 07:57:00,524.0,12.8771,1,leg_gt,2.99,60 -26017,buy_contrast_m10_bb_pos,buy,2026-03-14 08:00:00,524.0,12.8771,1,leg_gt,2.99,60 -26018,buy_contrast_m10_bb_pos,buy,2026-03-14 08:03:00,525.0,12.6619,1,leg_gt,2.99,60 -26019,buy_contrast_m10_bb_pos,buy,2026-03-14 08:06:00,526.0,12.4475,1,leg_gt,2.98,60 -26020,buy_contrast_m10_bb_pos,buy,2026-03-14 08:09:00,526.0,12.4475,1,leg_gt,2.98,60 -26021,buy_contrast_m10_bb_pos,buy,2026-03-14 14:51:00,527.0,12.234,1,leg_gt,2.7,60 -26022,buy_contrast_m10_bb_pos,buy,2026-03-14 14:54:00,527.0,12.234,1,leg_gt,2.7,60 -26023,buy_contrast_m10_bb_pos,buy,2026-03-14 14:57:00,527.0,12.234,1,leg_gt,2.7,60 -26024,buy_contrast_m10_bb_pos,buy,2026-03-14 15:00:00,526.0,12.4475,1,leg_gt,2.7,60 -26025,buy_contrast_m10_bb_pos,buy,2026-03-14 15:03:00,527.0,12.234,1,leg_gt,2.69,60 -26026,buy_contrast_m10_bb_pos,buy,2026-03-14 15:06:00,526.0,12.4475,1,leg_gt,2.69,60 -26027,buy_contrast_m10_bb_pos,buy,2026-03-14 15:09:00,526.0,12.4475,1,leg_gt,2.69,60 -26028,buy_contrast_m10_bb_pos,buy,2026-03-14 15:51:00,523.0,13.0931,1,leg_gt,2.66,60 -26029,buy_contrast_m10_bb_pos,buy,2026-03-14 15:54:00,522.0,13.31,1,leg_gt,2.66,60 -26030,buy_contrast_m10_bb_pos,buy,2026-03-14 15:57:00,523.0,13.0931,1,leg_gt,2.66,60 -26031,buy_contrast_m10_bb_pos,buy,2026-03-14 16:12:00,523.0,13.0931,1,leg_gt,2.65,60 -26032,buy_contrast_m10_bb_pos,buy,2026-03-14 16:15:00,523.0,13.0931,1,leg_gt,2.64,60 -26033,buy_contrast_m10_bb_pos,buy,2026-03-14 16:18:00,522.0,13.31,1,leg_gt,2.64,60 -26034,buy_contrast_m10_bb_pos,buy,2026-03-14 19:30:00,519.0,13.9655,1,leg_gt,2.51,60 -26035,buy_contrast_m10_bb_pos,buy,2026-03-14 19:33:00,519.0,13.9655,1,leg_gt,2.51,60 -26036,buy_contrast_m10_bb_pos,buy,2026-03-14 19:36:00,520.0,13.7462,1,leg_gt,2.5,60 -26037,buy_contrast_m10_bb_pos,buy,2026-03-14 19:39:00,520.0,13.7462,1,leg_gt,2.5,60 -26038,buy_contrast_m10_bb_pos,buy,2026-03-14 21:30:00,519.0,13.9655,1,leg_gt,2.42,60 -26039,buy_contrast_m10_bb_pos,buy,2026-03-14 21:33:00,519.0,13.9655,1,leg_gt,2.42,60 -26040,buy_contrast_m10_bb_pos,buy,2026-03-14 21:36:00,519.0,13.9655,1,leg_gt,2.42,60 -26041,buy_contrast_m10_bb_pos,buy,2026-03-14 21:39:00,519.0,13.9655,1,leg_gt,2.42,60 -26042,buy_contrast_m10_bb_pos,buy,2026-03-14 21:42:00,518.0,14.1857,1,leg_gt,2.42,60 -26043,buy_contrast_m10_bb_pos,buy,2026-03-14 21:45:00,517.0,14.4068,1,leg_gt,2.41,60 -26044,buy_contrast_m10_bb_pos,buy,2026-03-14 21:48:00,517.0,14.4068,1,leg_gt,2.41,60 -26045,buy_contrast_m10_bb_pos,buy,2026-03-14 22:00:00,517.0,14.4068,1,leg_gt,2.4,60 -26046,buy_contrast_m10_bb_pos,buy,2026-03-14 22:03:00,517.0,14.4068,1,leg_gt,2.4,60 -26047,buy_contrast_m10_bb_pos,buy,2026-03-14 22:06:00,518.0,14.1857,1,leg_gt,2.4,60 -26048,buy_contrast_m10_bb_pos,buy,2026-03-14 22:09:00,518.0,14.1857,1,leg_gt,2.4,60 -26049,buy_contrast_m10_bb_pos,buy,2026-03-14 22:12:00,518.0,14.1857,1,leg_gt,2.4,60 -26050,buy_contrast_m10_bb_pos,buy,2026-03-14 22:15:00,517.0,14.4068,1,leg_gt,2.39,60 -26051,buy_contrast_m10_bb_pos,buy,2026-03-14 22:18:00,518.0,14.1857,1,leg_gt,2.39,60 -26052,buy_contrast_m10_bb_pos,buy,2026-03-14 22:21:00,518.0,14.1857,1,leg_gt,2.39,60 -26053,buy_contrast_m10_bb_pos,buy,2026-03-14 22:24:00,519.0,13.9655,1,leg_gt,2.39,60 -26054,buy_contrast_m10_bb_pos,buy,2026-03-14 22:27:00,519.0,13.9655,1,leg_gt,2.39,60 -26055,buy_contrast_m10_bb_pos,buy,2026-03-15 04:51:00,521.0,13.5276,1,leg_gt,2.12,60 -26056,buy_contrast_m10_bb_pos,buy,2026-03-15 04:54:00,521.0,13.5276,1,leg_gt,2.12,60 -26057,buy_contrast_m10_bb_pos,buy,2026-03-15 04:57:00,521.0,13.5276,1,leg_gt,2.11,60 -26058,buy_contrast_m10_bb_pos,buy,2026-03-15 05:00:00,521.0,13.5276,1,leg_gt,2.11,60 -26059,buy_contrast_m10_bb_pos,buy,2026-03-15 05:03:00,521.0,13.5276,1,leg_gt,2.11,60 -26060,buy_contrast_m10_bb_pos,buy,2026-03-15 05:06:00,520.0,13.7462,1,leg_gt,2.11,60 -26061,buy_contrast_m10_bb_pos,buy,2026-03-15 05:09:00,520.0,13.7462,1,leg_gt,2.11,60 -26062,buy_contrast_m10_bb_pos,buy,2026-03-15 05:15:00,520.0,13.7462,1,leg_gt,2.1,60 -26063,buy_contrast_m10_bb_pos,buy,2026-03-15 05:18:00,519.0,13.9655,1,leg_gt,2.1,60 -26064,buy_contrast_m10_bb_pos,buy,2026-03-15 05:21:00,520.0,13.7462,1,leg_gt,2.1,60 -26065,buy_contrast_m10_bb_pos,buy,2026-03-15 05:24:00,520.0,13.7462,1,leg_gt,2.1,60 -26066,buy_contrast_m10_bb_pos,buy,2026-03-15 05:27:00,520.0,13.7462,1,leg_gt,2.09,60 -26067,buy_contrast_m10_bb_pos,buy,2026-03-15 05:33:00,520.0,13.7462,1,leg_gt,2.09,60 -26068,buy_contrast_m10_bb_pos,buy,2026-03-15 05:42:00,520.0,13.7462,1,leg_gt,2.08,60 -26069,buy_contrast_m10_bb_pos,buy,2026-03-15 05:45:00,521.0,13.5276,1,leg_gt,2.08,60 -26070,buy_contrast_m10_bb_pos,buy,2026-03-15 05:48:00,520.0,13.7462,1,leg_gt,2.08,60 -26071,buy_contrast_m10_bb_pos,buy,2026-03-15 20:00:00,528.0,12.0212,1,leg_gt,1.49,60 -26072,buy_contrast_m10_bb_pos,buy,2026-03-15 20:03:00,529.0,11.8093,1,leg_gt,1.49,60 -26073,buy_contrast_m10_bb_pos,buy,2026-03-15 20:06:00,529.0,11.8093,1,leg_gt,1.48,60 -26074,buy_contrast_m10_bb_pos,buy,2026-03-15 20:09:00,528.0,12.0212,1,leg_gt,1.48,60 -26075,buy_contrast_m10_bb_pos,buy,2026-03-15 20:12:00,528.0,12.0212,1,leg_gt,1.48,60 -26076,buy_contrast_m10_bb_pos,buy,2026-03-15 20:15:00,528.0,12.0212,1,leg_gt,1.48,60 -26077,buy_contrast_m10_bb_pos,buy,2026-03-15 20:18:00,529.0,11.8093,1,leg_gt,1.48,60 -26078,buy_contrast_m10_bb_pos,buy,2026-03-15 20:30:00,528.0,12.0212,1,leg_gt,1.47,60 -26079,buy_contrast_m10_bb_pos,buy,2026-03-15 20:33:00,527.0,12.234,1,leg_gt,1.46,60 -26080,buy_contrast_m10_bb_pos,buy,2026-03-15 20:36:00,528.0,12.0212,1,leg_gt,1.46,60 -26081,buy_contrast_m10_bb_pos,buy,2026-03-15 20:39:00,528.0,12.0212,1,leg_gt,1.46,60 -26082,buy_contrast_m10_bb_pos,buy,2026-03-15 22:12:00,526.0,12.4475,1,leg_gt,1.4,60 -26083,buy_contrast_m10_bb_pos,buy,2026-03-15 22:15:00,526.0,12.4475,1,leg_gt,1.39,60 -26084,buy_contrast_m10_bb_pos,buy,2026-03-15 22:18:00,526.0,12.4475,1,leg_gt,1.39,60 -26085,buy_contrast_m10_bb_pos,buy,2026-03-15 22:30:00,527.0,12.234,1,leg_gt,1.38,60 -26086,buy_contrast_m10_bb_pos,buy,2026-03-15 22:33:00,527.0,12.234,1,leg_gt,1.38,60 -26087,buy_contrast_m10_bb_pos,buy,2026-03-15 22:36:00,526.0,12.4475,1,leg_gt,1.38,60 -26088,buy_contrast_m10_bb_pos,buy,2026-03-15 22:39:00,526.0,12.4475,1,leg_gt,1.38,60 -26089,buy_contrast_m10_bb_pos,buy,2026-03-15 22:51:00,525.0,12.6619,1,leg_gt,1.37,60 -26090,buy_contrast_m10_bb_pos,buy,2026-03-15 22:54:00,526.0,12.4475,1,leg_gt,1.37,60 -26091,buy_contrast_m10_bb_pos,buy,2026-03-15 22:57:00,527.0,12.234,1,leg_gt,1.36,60 -26092,buy_contrast_m10_bb_pos,buy,2026-03-16 19:42:00,558.0,5.9932,1,leg_gt,0.5,60 -26093,buy_contrast_m10_bb_pos,buy,2026-03-16 19:45:00,558.0,5.9932,1,leg_gt,0.5,60 -26094,buy_contrast_m10_bb_pos,buy,2026-03-16 19:48:00,558.0,5.9932,1,leg_gt,0.5,60 -26095,buy_contrast_m10_bb_pos,buy,2026-03-16 20:12:00,557.0,6.1837,1,leg_gt,0.48,60 -26096,buy_contrast_m10_bb_pos,buy,2026-03-16 20:15:00,556.0,6.3748,1,leg_gt,0.48,60 -26097,buy_contrast_m10_bb_pos,buy,2026-03-16 20:18:00,556.0,6.3748,1,leg_gt,0.48,60 -26098,buy_contrast_m10_bb_pos,buy,2026-03-16 20:21:00,556.0,6.3748,1,leg_gt,0.47,60 -26099,buy_contrast_m10_bb_pos,buy,2026-03-16 20:24:00,555.0,6.5667,1,leg_gt,0.47,60 -26100,buy_contrast_m10_bb_pos,buy,2026-03-16 20:27:00,554.0,6.7592,1,leg_gt,0.47,60 -26101,buy_contrast_m10_bb_pos,buy,2026-03-17 11:12:00,587.0,-26.3351,0,leg_gt,13.36,60 -26102,buy_contrast_m10_bb_pos,buy,2026-03-17 11:15:00,587.0,-26.3351,0,leg_gt,13.36,60 -26103,buy_contrast_m10_bb_pos,buy,2026-03-17 11:18:00,587.0,-26.3351,0,leg_gt,13.36,60 -26104,buy_contrast_m10_bb_pos,buy,2026-03-17 11:30:00,586.0,-26.2092,0,leg_gt,13.35,60 -26105,buy_contrast_m10_bb_pos,buy,2026-03-17 11:33:00,586.0,-26.2092,0,leg_gt,13.35,60 -26106,buy_contrast_m10_bb_pos,buy,2026-03-17 11:36:00,587.0,-26.3351,0,leg_gt,13.34,60 -26107,buy_contrast_m10_bb_pos,buy,2026-03-17 11:39:00,589.0,-26.5856,0,leg_gt,13.34,60 -26108,buy_contrast_m10_bb_pos,buy,2026-03-17 12:00:00,586.0,-26.2092,0,leg_gt,13.33,60 -26109,buy_contrast_m10_bb_pos,buy,2026-03-17 12:03:00,588.0,-26.4605,0,leg_gt,13.32,60 -26110,buy_contrast_m10_bb_pos,buy,2026-03-17 12:06:00,586.0,-26.2092,0,leg_gt,13.32,60 -26111,buy_contrast_m10_bb_pos,buy,2026-03-17 12:09:00,586.0,-26.2092,0,leg_gt,13.32,60 -26112,buy_contrast_m10_bb_pos,buy,2026-03-17 13:21:00,576.0,-24.9264,0,leg_gt,13.27,60 -26113,buy_contrast_m10_bb_pos,buy,2026-03-17 13:24:00,575.0,-24.7957,0,leg_gt,13.27,60 -26114,buy_contrast_m10_bb_pos,buy,2026-03-17 13:27:00,574.0,-24.6645,0,leg_gt,13.27,60 -26115,buy_contrast_m10_bb_pos,buy,2026-03-17 13:30:00,574.0,-24.6645,0,leg_gt,13.26,60 -26116,buy_contrast_m10_bb_pos,buy,2026-03-17 13:33:00,571.0,-24.2681,0,leg_gt,13.26,60 -26117,buy_contrast_m10_bb_pos,buy,2026-03-17 13:36:00,570.0,-24.1351,0,leg_gt,13.26,60 -26118,buy_contrast_m10_bb_pos,buy,2026-03-17 13:39:00,571.0,-24.2681,0,leg_gt,13.26,60 -26119,buy_contrast_m10_bb_pos,buy,2026-03-17 13:51:00,572.0,-24.4007,0,leg_gt,13.25,60 -26120,buy_contrast_m10_bb_pos,buy,2026-03-17 13:54:00,573.0,-24.5328,0,leg_gt,13.25,60 -26121,buy_contrast_m10_bb_pos,buy,2026-03-17 13:57:00,571.0,-24.2681,0,leg_gt,13.25,60 -26122,buy_contrast_m10_bb_pos,buy,2026-03-17 14:00:00,571.0,-24.2681,0,leg_gt,13.24,60 -26123,buy_contrast_m10_bb_pos,buy,2026-03-17 14:03:00,570.0,-24.1351,0,leg_gt,13.24,60 -26124,buy_contrast_m10_bb_pos,buy,2026-03-17 14:06:00,571.0,-24.2681,0,leg_gt,13.24,60 -26125,buy_contrast_m10_bb_pos,buy,2026-03-17 14:09:00,571.0,-24.2681,0,leg_gt,13.24,60 -26126,buy_contrast_m10_bb_pos,buy,2026-03-17 19:30:00,576.0,-24.9264,0,leg_gt,13.01,60 -26127,buy_contrast_m10_bb_pos,buy,2026-03-17 19:33:00,575.0,-24.7957,0,leg_gt,13.01,60 -26128,buy_contrast_m10_bb_pos,buy,2026-03-17 19:36:00,576.0,-24.9264,0,leg_gt,13.01,60 -26129,buy_contrast_m10_bb_pos,buy,2026-03-17 19:39:00,575.0,-24.7957,0,leg_gt,13.01,60 -26130,buy_contrast_m10_bb_pos,buy,2026-03-17 19:42:00,575.0,-24.7957,0,leg_gt,13.01,60 -26131,buy_contrast_m10_bb_pos,buy,2026-03-17 19:45:00,575.0,-24.7957,0,leg_gt,13.0,60 -26132,buy_contrast_m10_bb_pos,buy,2026-03-17 19:48:00,575.0,-24.7957,0,leg_gt,13.0,60 -26133,buy_contrast_m10_bb_pos,buy,2026-03-17 19:51:00,576.0,-24.9264,0,leg_gt,13.0,60 -26134,buy_contrast_m10_bb_pos,buy,2026-03-17 19:54:00,576.0,-24.9264,0,leg_gt,13.0,60 -26135,buy_contrast_m10_bb_pos,buy,2026-03-17 19:57:00,576.0,-24.9264,0,leg_gt,13.0,60 -26136,buy_contrast_m10_bb_pos,buy,2026-03-17 21:12:00,575.0,-24.7957,0,leg_gt,12.94,60 -26137,buy_contrast_m10_bb_pos,buy,2026-03-17 21:15:00,574.0,-24.6645,0,leg_gt,12.94,60 -26138,buy_contrast_m10_bb_pos,buy,2026-03-17 21:18:00,574.0,-24.6645,0,leg_gt,12.94,60 -26139,buy_contrast_m10_bb_pos,buy,2026-03-17 21:21:00,575.0,-24.7957,0,leg_gt,12.94,60 -26140,buy_contrast_m10_bb_pos,buy,2026-03-17 21:24:00,574.0,-24.6645,0,leg_gt,12.94,60 -26141,buy_contrast_m10_bb_pos,buy,2026-03-17 21:27:00,572.0,-24.4007,0,leg_gt,12.93,60 -26142,buy_contrast_m10_bb_pos,buy,2026-03-17 22:00:00,571.0,-24.2681,0,leg_gt,12.91,60 -26143,buy_contrast_m10_bb_pos,buy,2026-03-17 22:03:00,570.0,-24.1351,0,leg_gt,12.91,60 -26144,buy_contrast_m10_bb_pos,buy,2026-03-17 22:06:00,570.0,-24.1351,0,leg_gt,12.91,60 -26145,buy_contrast_m10_bb_pos,buy,2026-03-17 22:09:00,570.0,-24.1351,0,leg_gt,12.9,60 -26146,buy_contrast_m10_bb_pos,buy,2026-03-17 22:12:00,570.0,-24.1351,0,leg_gt,12.9,60 -26147,buy_contrast_m10_bb_pos,buy,2026-03-17 22:15:00,570.0,-24.1351,0,leg_gt,12.9,60 -26148,buy_contrast_m10_bb_pos,buy,2026-03-17 22:18:00,570.0,-24.1351,0,leg_gt,12.9,60 -26149,buy_contrast_m10_bb_pos,buy,2026-03-17 22:30:00,570.0,-24.1351,0,leg_gt,12.89,60 -26150,buy_contrast_m10_bb_pos,buy,2026-03-17 22:33:00,574.0,-24.6645,0,leg_gt,12.89,60 -26151,buy_contrast_m10_bb_pos,buy,2026-03-17 22:36:00,573.0,-24.5328,0,leg_gt,12.89,60 -26152,buy_contrast_m10_bb_pos,buy,2026-03-17 22:39:00,573.0,-24.5328,0,leg_gt,12.88,60 -26153,buy_contrast_m10_bb_pos,buy,2026-03-17 22:51:00,568.0,-23.8676,0,leg_gt,12.88,60 -26154,buy_contrast_m10_bb_pos,buy,2026-03-17 22:54:00,568.0,-23.8676,0,leg_gt,12.87,60 -26155,buy_contrast_m10_bb_pos,buy,2026-03-17 22:57:00,569.0,-24.0016,0,leg_gt,12.87,60 -26156,buy_contrast_m10_bb_pos,buy,2026-03-17 23:00:00,568.0,-23.8676,0,leg_gt,12.87,60 -26157,buy_contrast_m10_bb_pos,buy,2026-03-17 23:03:00,568.0,-23.8676,0,leg_gt,12.87,60 -26158,buy_contrast_m10_bb_pos,buy,2026-03-17 23:06:00,569.0,-24.0016,0,leg_gt,12.86,60 -26159,buy_contrast_m10_bb_pos,buy,2026-03-17 23:09:00,570.0,-24.1351,0,leg_gt,12.86,60 -26160,buy_contrast_m10_bb_pos,buy,2026-03-18 07:42:00,584.0,-25.9562,0,leg_gt,12.51,60 -26161,buy_contrast_m10_bb_pos,buy,2026-03-18 07:45:00,584.0,-25.9562,0,leg_gt,12.5,60 -26162,buy_contrast_m10_bb_pos,buy,2026-03-18 07:48:00,585.0,-26.0829,0,leg_gt,12.5,60 -26163,buy_contrast_m10_bb_pos,buy,2026-03-18 08:42:00,581.0,-25.5733,0,leg_gt,12.46,60 -26164,buy_contrast_m10_bb_pos,buy,2026-03-18 08:45:00,582.0,-25.7014,0,leg_gt,12.46,60 -26165,buy_contrast_m10_bb_pos,buy,2026-03-18 08:48:00,580.0,-25.4448,0,leg_gt,12.46,60 -26166,buy_contrast_m10_bb_pos,buy,2026-03-18 08:51:00,581.0,-25.5733,0,leg_gt,12.46,60 -26167,buy_contrast_m10_bb_pos,buy,2026-03-18 08:54:00,581.0,-25.5733,0,leg_gt,12.46,60 -26168,buy_contrast_m10_bb_pos,buy,2026-03-18 08:57:00,581.0,-25.5733,0,leg_gt,12.45,60 -26169,buy_contrast_m10_bb_pos,buy,2026-03-18 09:00:00,581.0,-25.5733,0,leg_gt,12.45,60 -26170,buy_contrast_m10_bb_pos,buy,2026-03-18 09:03:00,583.0,-25.829,0,leg_gt,12.45,60 -26171,buy_contrast_m10_bb_pos,buy,2026-03-18 09:06:00,583.0,-25.829,0,leg_gt,12.45,60 -26172,buy_contrast_m10_bb_pos,buy,2026-03-18 09:09:00,583.0,-25.829,0,leg_gt,12.45,60 -26173,buy_contrast_m10_bb_pos,buy,2026-03-18 09:21:00,579.0,-25.3159,0,leg_gt,12.44,60 -26174,buy_contrast_m10_bb_pos,buy,2026-03-18 09:24:00,577.0,-25.0567,0,leg_gt,12.44,60 -26175,buy_contrast_m10_bb_pos,buy,2026-03-18 09:27:00,578.0,-25.1865,0,leg_gt,12.43,60 -26176,buy_contrast_m10_bb_pos,buy,2026-03-18 09:51:00,576.0,-24.9264,0,leg_gt,12.42,60 -26177,buy_contrast_m10_bb_pos,buy,2026-03-18 09:54:00,578.0,-25.1865,0,leg_gt,12.41,60 -26178,buy_contrast_m10_bb_pos,buy,2026-03-18 09:57:00,578.0,-25.1865,0,leg_gt,12.41,60 -26179,buy_contrast_m10_bb_pos,buy,2026-03-18 16:00:00,583.0,-25.829,0,leg_gt,12.16,60 -26180,buy_contrast_m10_bb_pos,buy,2026-03-18 16:03:00,583.0,-25.829,0,leg_gt,12.16,60 -26181,buy_contrast_m10_bb_pos,buy,2026-03-18 16:06:00,582.0,-25.7014,0,leg_gt,12.16,60 -26182,buy_contrast_m10_bb_pos,buy,2026-03-18 16:09:00,581.0,-25.5733,0,leg_gt,12.15,60 -26183,buy_contrast_m10_bb_pos,buy,2026-03-18 16:21:00,581.0,-25.5733,0,leg_gt,12.15,60 -26184,buy_contrast_m10_bb_pos,buy,2026-03-18 16:24:00,580.0,-25.4448,0,leg_gt,12.14,60 -26185,buy_contrast_m10_bb_pos,buy,2026-03-18 16:27:00,579.0,-25.3159,0,leg_gt,12.14,60 -26186,buy_contrast_m10_bb_pos,buy,2026-03-18 16:51:00,581.0,-25.5733,0,leg_gt,12.12,60 -26187,buy_contrast_m10_bb_pos,buy,2026-03-18 16:54:00,582.0,-25.7014,0,leg_gt,12.12,60 -26188,buy_contrast_m10_bb_pos,buy,2026-03-18 16:57:00,581.0,-25.5733,0,leg_gt,12.12,60 -26189,buy_contrast_m10_bb_pos,buy,2026-03-18 21:21:00,558.0,-22.5014,0,leg_gt,11.94,60 -26190,buy_contrast_m10_bb_pos,buy,2026-03-18 21:24:00,558.0,-22.5014,0,leg_gt,11.94,60 -26191,buy_contrast_m10_bb_pos,buy,2026-03-18 21:27:00,558.0,-22.5014,0,leg_gt,11.93,60 -26192,buy_contrast_m10_bb_pos,buy,2026-03-18 21:30:00,557.0,-22.3621,0,leg_gt,11.93,60 -26193,buy_contrast_m10_bb_pos,buy,2026-03-18 21:33:00,552.0,-21.658,0,leg_gt,11.93,60 -26194,buy_contrast_m10_bb_pos,buy,2026-03-18 21:36:00,552.0,-21.658,0,leg_gt,11.93,60 -26195,buy_contrast_m10_bb_pos,buy,2026-03-18 21:39:00,552.0,-21.658,0,leg_gt,11.92,60 -26196,buy_contrast_m10_bb_pos,buy,2026-03-18 21:42:00,552.0,-21.658,0,leg_gt,11.92,60 -26197,buy_contrast_m10_bb_pos,buy,2026-03-18 21:45:00,552.0,-21.658,0,leg_gt,11.92,60 -26198,buy_contrast_m10_bb_pos,buy,2026-03-18 21:48:00,552.0,-21.658,0,leg_gt,11.92,60 -26199,buy_contrast_m10_bb_pos,buy,2026-03-18 21:51:00,551.0,-21.5156,0,leg_gt,11.92,60 -26200,buy_contrast_m10_bb_pos,buy,2026-03-18 21:54:00,552.0,-21.658,0,leg_gt,11.91,60 -26201,buy_contrast_m10_bb_pos,buy,2026-03-18 21:57:00,552.0,-21.658,0,leg_gt,11.91,60 -26202,buy_contrast_m10_bb_pos,buy,2026-03-18 22:00:00,551.0,-21.5156,0,leg_gt,11.91,60 -26203,buy_contrast_m10_bb_pos,buy,2026-03-18 22:03:00,549.0,-21.2293,0,leg_gt,11.91,60 -26204,buy_contrast_m10_bb_pos,buy,2026-03-18 22:06:00,551.0,-21.5156,0,leg_gt,11.91,60 -26205,buy_contrast_m10_bb_pos,buy,2026-03-18 22:09:00,553.0,-21.7998,0,leg_gt,11.9,60 -26206,buy_contrast_m10_bb_pos,buy,2026-03-18 23:30:00,545.0,-20.6505,0,leg_gt,11.85,60 -26207,buy_contrast_m10_bb_pos,buy,2026-03-18 23:33:00,545.0,-20.6505,0,leg_gt,11.85,60 -26208,buy_contrast_m10_bb_pos,buy,2026-03-18 23:36:00,544.0,-20.5044,0,leg_gt,11.84,60 -26209,buy_contrast_m10_bb_pos,buy,2026-03-18 23:39:00,544.0,-20.5044,0,leg_gt,11.84,60 -26210,buy_contrast_m10_bb_pos,buy,2026-03-18 23:42:00,543.0,-20.3578,0,leg_gt,11.84,60 -26211,buy_contrast_m10_bb_pos,buy,2026-03-18 23:45:00,542.0,-20.2107,0,leg_gt,11.84,60 -26212,buy_contrast_m10_bb_pos,buy,2026-03-18 23:48:00,544.0,-20.5044,0,leg_gt,11.84,60 -26213,buy_contrast_m10_bb_pos,buy,2026-03-18 23:51:00,543.0,-20.3578,0,leg_gt,11.83,60 -26214,buy_contrast_m10_bb_pos,buy,2026-03-18 23:54:00,541.0,-20.063,0,leg_gt,11.83,60 -26215,buy_contrast_m10_bb_pos,buy,2026-03-18 23:57:00,542.0,-20.2107,0,leg_gt,11.83,60 -26216,buy_contrast_m10_bb_pos,buy,2026-03-19 00:12:00,540.0,-19.9148,0,leg_gt,11.82,60 -26217,buy_contrast_m10_bb_pos,buy,2026-03-19 00:15:00,540.0,-19.9148,0,leg_gt,11.82,60 -26218,buy_contrast_m10_bb_pos,buy,2026-03-19 00:18:00,541.0,-20.063,0,leg_gt,11.81,60 -26219,buy_contrast_m10_bb_pos,buy,2026-03-19 00:21:00,540.0,-19.9148,0,leg_gt,11.81,60 -26220,buy_contrast_m10_bb_pos,buy,2026-03-19 00:24:00,541.0,-20.063,0,leg_gt,11.81,60 -26221,buy_contrast_m10_bb_pos,buy,2026-03-19 00:27:00,541.0,-20.063,0,leg_gt,11.81,60 -26222,buy_contrast_m10_bb_pos,buy,2026-03-19 00:30:00,541.0,-20.063,0,leg_gt,11.81,60 -26223,buy_contrast_m10_bb_pos,buy,2026-03-19 00:33:00,542.0,-20.2107,0,leg_gt,11.8,60 -26224,buy_contrast_m10_bb_pos,buy,2026-03-19 00:36:00,541.0,-20.063,0,leg_gt,11.8,60 -26225,buy_contrast_m10_bb_pos,buy,2026-03-19 00:39:00,541.0,-20.063,0,leg_gt,11.8,60 -26226,buy_contrast_m10_bb_pos,buy,2026-03-19 00:42:00,540.0,-19.9148,0,leg_gt,11.8,60 -26227,buy_contrast_m10_bb_pos,buy,2026-03-19 00:45:00,540.0,-19.9148,0,leg_gt,11.8,60 -26228,buy_contrast_m10_bb_pos,buy,2026-03-19 00:48:00,540.0,-19.9148,0,leg_gt,11.79,60 -26229,buy_contrast_m10_bb_pos,buy,2026-03-19 00:51:00,540.0,-19.9148,0,leg_gt,11.79,60 -26230,buy_contrast_m10_bb_pos,buy,2026-03-19 00:54:00,541.0,-20.063,0,leg_gt,11.79,60 -26231,buy_contrast_m10_bb_pos,buy,2026-03-19 00:57:00,538.0,-19.6167,0,leg_gt,11.79,60 -26232,buy_contrast_m10_bb_pos,buy,2026-03-19 01:00:00,537.0,-19.4669,0,leg_gt,11.79,60 -26233,buy_contrast_m10_bb_pos,buy,2026-03-19 01:03:00,539.0,-19.766,0,leg_gt,11.78,60 -26234,buy_contrast_m10_bb_pos,buy,2026-03-19 01:06:00,536.0,-19.3164,0,leg_gt,11.78,60 -26235,buy_contrast_m10_bb_pos,buy,2026-03-19 01:09:00,537.0,-19.4669,0,leg_gt,11.78,60 -26236,buy_contrast_m10_bb_pos,buy,2026-03-19 01:12:00,536.0,-19.3164,0,leg_gt,11.78,60 -26237,buy_contrast_m10_bb_pos,buy,2026-03-19 01:15:00,536.0,-19.3164,0,leg_gt,11.78,60 -26238,buy_contrast_m10_bb_pos,buy,2026-03-19 01:18:00,536.0,-19.3164,0,leg_gt,11.77,60 -26239,buy_contrast_m10_bb_pos,buy,2026-03-19 01:21:00,535.0,-19.1654,0,leg_gt,11.77,60 -26240,buy_contrast_m10_bb_pos,buy,2026-03-19 01:24:00,534.0,-19.0139,0,leg_gt,11.77,60 -26241,buy_contrast_m10_bb_pos,buy,2026-03-19 01:27:00,534.0,-19.0139,0,leg_gt,11.77,60 -26242,buy_contrast_m10_bb_pos,buy,2026-03-19 01:30:00,535.0,-19.1654,0,leg_gt,11.76,60 -26243,buy_contrast_m10_bb_pos,buy,2026-03-19 01:33:00,536.0,-19.3164,0,leg_gt,11.76,60 -26244,buy_contrast_m10_bb_pos,buy,2026-03-19 01:36:00,533.0,-18.8617,0,leg_gt,11.76,60 -26245,buy_contrast_m10_bb_pos,buy,2026-03-19 01:39:00,534.0,-19.0139,0,leg_gt,11.76,60 -26246,buy_contrast_m10_bb_pos,buy,2026-03-19 01:42:00,534.0,-19.0139,0,leg_gt,11.76,60 -26247,buy_contrast_m10_bb_pos,buy,2026-03-19 01:45:00,534.0,-19.0139,0,leg_gt,11.75,60 -26248,buy_contrast_m10_bb_pos,buy,2026-03-19 01:48:00,534.0,-19.0139,0,leg_gt,11.75,60 -26249,buy_contrast_m10_bb_pos,buy,2026-03-19 01:51:00,535.0,-19.1654,0,leg_gt,11.75,60 -26250,buy_contrast_m10_bb_pos,buy,2026-03-19 01:54:00,535.0,-19.1654,0,leg_gt,11.75,60 -26251,buy_contrast_m10_bb_pos,buy,2026-03-19 01:57:00,535.0,-19.1654,0,leg_gt,11.75,60 -26252,buy_contrast_m10_bb_pos,buy,2026-03-19 02:12:00,534.0,-19.0139,0,leg_gt,11.74,60 -26253,buy_contrast_m10_bb_pos,buy,2026-03-19 02:15:00,534.0,-19.0139,0,leg_gt,11.73,60 -26254,buy_contrast_m10_bb_pos,buy,2026-03-19 02:18:00,534.0,-19.0139,0,leg_gt,11.73,60 -26255,buy_contrast_m10_bb_pos,buy,2026-03-19 10:21:00,544.0,-20.5044,0,leg_gt,11.4,60 -26256,buy_contrast_m10_bb_pos,buy,2026-03-19 10:24:00,544.0,-20.5044,0,leg_gt,11.39,60 -26257,buy_contrast_m10_bb_pos,buy,2026-03-19 10:27:00,544.0,-20.5044,0,leg_gt,11.39,60 -26258,buy_contrast_m10_bb_pos,buy,2026-03-19 10:42:00,543.0,-20.3578,0,leg_gt,11.38,60 -26259,buy_contrast_m10_bb_pos,buy,2026-03-19 10:45:00,543.0,-20.3578,0,leg_gt,11.38,60 -26260,buy_contrast_m10_bb_pos,buy,2026-03-19 10:48:00,542.0,-20.2107,0,leg_gt,11.38,60 -26261,buy_contrast_m10_bb_pos,buy,2026-03-19 11:21:00,539.0,-19.766,0,leg_gt,11.35,60 -26262,buy_contrast_m10_bb_pos,buy,2026-03-19 11:24:00,539.0,-19.766,0,leg_gt,11.35,60 -26263,buy_contrast_m10_bb_pos,buy,2026-03-19 11:27:00,538.0,-19.6167,0,leg_gt,11.35,60 -26264,buy_contrast_m10_bb_pos,buy,2026-03-19 11:30:00,537.0,-19.4669,0,leg_gt,11.35,60 -26265,buy_contrast_m10_bb_pos,buy,2026-03-19 11:33:00,537.0,-19.4669,0,leg_gt,11.35,60 -26266,buy_contrast_m10_bb_pos,buy,2026-03-19 11:36:00,537.0,-19.4669,0,leg_gt,11.34,60 -26267,buy_contrast_m10_bb_pos,buy,2026-03-19 11:39:00,538.0,-19.6167,0,leg_gt,11.34,60 -26268,buy_contrast_m10_bb_pos,buy,2026-03-19 11:42:00,538.0,-19.6167,0,leg_gt,11.34,60 -26269,buy_contrast_m10_bb_pos,buy,2026-03-19 11:45:00,537.0,-19.4669,0,leg_gt,11.34,60 -26270,buy_contrast_m10_bb_pos,buy,2026-03-19 11:48:00,536.0,-19.3164,0,leg_gt,11.34,60 -26271,buy_contrast_m10_bb_pos,buy,2026-03-19 11:51:00,536.0,-19.3164,0,leg_gt,11.33,60 -26272,buy_contrast_m10_bb_pos,buy,2026-03-19 11:54:00,537.0,-19.4669,0,leg_gt,11.33,60 -26273,buy_contrast_m10_bb_pos,buy,2026-03-19 11:57:00,537.0,-19.4669,0,leg_gt,11.33,60 -26274,buy_contrast_m10_bb_pos,buy,2026-03-19 15:00:00,528.0,-18.0924,0,leg_gt,11.2,60 -26275,buy_contrast_m10_bb_pos,buy,2026-03-19 15:03:00,526.0,-17.7806,0,leg_gt,11.2,60 -26276,buy_contrast_m10_bb_pos,buy,2026-03-19 15:06:00,525.0,-17.6238,0,leg_gt,11.2,60 -26277,buy_contrast_m10_bb_pos,buy,2026-03-19 15:09:00,526.0,-17.7806,0,leg_gt,11.2,60 -26278,buy_contrast_m10_bb_pos,buy,2026-03-19 15:21:00,524.0,-17.4664,0,leg_gt,11.19,60 -26279,buy_contrast_m10_bb_pos,buy,2026-03-19 15:24:00,524.0,-17.4664,0,leg_gt,11.19,60 -26280,buy_contrast_m10_bb_pos,buy,2026-03-19 15:27:00,524.0,-17.4664,0,leg_gt,11.18,60 -26281,buy_contrast_m10_bb_pos,buy,2026-03-19 15:30:00,523.0,-17.3084,0,leg_gt,11.18,60 -26282,buy_contrast_m10_bb_pos,buy,2026-03-19 15:33:00,523.0,-17.3084,0,leg_gt,11.18,60 -26283,buy_contrast_m10_bb_pos,buy,2026-03-19 15:36:00,522.0,-17.1498,0,leg_gt,11.18,60 -26284,buy_contrast_m10_bb_pos,buy,2026-03-19 15:39:00,523.0,-17.3084,0,leg_gt,11.18,60 -26285,buy_contrast_m10_bb_pos,buy,2026-03-19 16:12:00,518.0,-16.5093,0,leg_gt,11.15,60 -26286,buy_contrast_m10_bb_pos,buy,2026-03-19 16:15:00,516.0,-16.1853,0,leg_gt,11.15,60 -26287,buy_contrast_m10_bb_pos,buy,2026-03-19 16:18:00,515.0,-16.0223,0,leg_gt,11.15,60 -26288,buy_contrast_m10_bb_pos,buy,2026-03-19 16:30:00,514.0,-15.8588,0,leg_gt,11.14,60 -26289,buy_contrast_m10_bb_pos,buy,2026-03-19 16:33:00,514.0,-15.8588,0,leg_gt,11.14,60 -26290,buy_contrast_m10_bb_pos,buy,2026-03-19 16:36:00,515.0,-16.0223,0,leg_gt,11.14,60 -26291,buy_contrast_m10_bb_pos,buy,2026-03-19 16:39:00,517.0,-16.3476,0,leg_gt,11.13,60 -26292,buy_contrast_m10_bb_pos,buy,2026-03-19 16:42:00,517.0,-16.3476,0,leg_gt,11.13,60 -26293,buy_contrast_m10_bb_pos,buy,2026-03-19 16:45:00,516.0,-16.1853,0,leg_gt,11.13,60 -26294,buy_contrast_m10_bb_pos,buy,2026-03-19 16:48:00,514.0,-15.8588,0,leg_gt,11.13,60 -26295,buy_contrast_m10_bb_pos,buy,2026-03-19 16:51:00,514.0,-15.8588,0,leg_gt,11.12,60 -26296,buy_contrast_m10_bb_pos,buy,2026-03-19 16:54:00,515.0,-16.0223,0,leg_gt,11.12,60 -26297,buy_contrast_m10_bb_pos,buy,2026-03-19 16:57:00,514.0,-15.8588,0,leg_gt,11.12,60 -26298,buy_contrast_m10_bb_pos,buy,2026-03-19 17:00:00,513.0,-15.6945,0,leg_gt,11.12,60 -26299,buy_contrast_m10_bb_pos,buy,2026-03-19 17:03:00,513.0,-15.6945,0,leg_gt,11.12,60 -26300,buy_contrast_m10_bb_pos,buy,2026-03-19 17:06:00,512.0,-15.5297,0,leg_gt,11.11,60 -26301,buy_contrast_m10_bb_pos,buy,2026-03-19 17:09:00,511.0,-15.3642,0,leg_gt,11.11,60 -26302,buy_contrast_m10_bb_pos,buy,2026-03-19 17:12:00,511.0,-15.3642,0,leg_gt,11.11,60 -26303,buy_contrast_m10_bb_pos,buy,2026-03-19 17:15:00,512.0,-15.5297,0,leg_gt,11.11,60 -26304,buy_contrast_m10_bb_pos,buy,2026-03-19 17:18:00,513.0,-15.6945,0,leg_gt,11.11,60 -26305,buy_contrast_m10_bb_pos,buy,2026-03-19 17:30:00,511.0,-15.3642,0,leg_gt,11.1,60 -26306,buy_contrast_m10_bb_pos,buy,2026-03-19 17:33:00,511.0,-15.3642,0,leg_gt,11.1,60 -26307,buy_contrast_m10_bb_pos,buy,2026-03-19 17:36:00,510.0,-15.198,0,leg_gt,11.09,60 -26308,buy_contrast_m10_bb_pos,buy,2026-03-19 17:39:00,511.0,-15.3642,0,leg_gt,11.09,60 -26309,buy_contrast_m10_bb_pos,buy,2026-03-19 19:30:00,510.0,-15.198,0,leg_gt,11.01,60 -26310,buy_contrast_m10_bb_pos,buy,2026-03-19 19:33:00,510.0,-15.198,0,leg_gt,11.01,60 -26311,buy_contrast_m10_bb_pos,buy,2026-03-19 19:36:00,510.0,-15.198,0,leg_gt,11.01,60 -26312,buy_contrast_m10_bb_pos,buy,2026-03-19 19:39:00,509.0,-15.0312,0,leg_gt,11.01,60 -26313,buy_contrast_m10_bb_pos,buy,2026-03-19 19:42:00,506.0,-14.5269,0,leg_gt,11.01,60 -26314,buy_contrast_m10_bb_pos,buy,2026-03-19 19:45:00,506.0,-14.5269,0,leg_gt,11.0,60 -26315,buy_contrast_m10_bb_pos,buy,2026-03-19 19:48:00,506.0,-14.5269,0,leg_gt,11.0,60 -26316,buy_contrast_m10_bb_pos,buy,2026-03-19 20:21:00,503.0,-14.0165,0,leg_gt,10.98,60 -26317,buy_contrast_m10_bb_pos,buy,2026-03-19 20:24:00,503.0,-14.0165,0,leg_gt,10.98,60 -26318,buy_contrast_m10_bb_pos,buy,2026-03-19 20:27:00,505.0,-14.3574,0,leg_gt,10.98,60 -26319,buy_contrast_m10_bb_pos,buy,2026-03-19 20:30:00,505.0,-14.3574,0,leg_gt,10.97,60 -26320,buy_contrast_m10_bb_pos,buy,2026-03-19 20:33:00,506.0,-14.5269,0,leg_gt,10.97,60 -26321,buy_contrast_m10_bb_pos,buy,2026-03-19 20:36:00,505.0,-14.3574,0,leg_gt,10.97,60 -26322,buy_contrast_m10_bb_pos,buy,2026-03-19 20:39:00,504.0,-14.1873,0,leg_gt,10.97,60 -26323,buy_contrast_m10_bb_pos,buy,2026-03-19 20:42:00,505.0,-14.3574,0,leg_gt,10.96,60 -26324,buy_contrast_m10_bb_pos,buy,2026-03-19 20:45:00,505.0,-14.3574,0,leg_gt,10.96,60 -26325,buy_contrast_m10_bb_pos,buy,2026-03-19 20:48:00,504.0,-14.1873,0,leg_gt,10.96,60 -26326,buy_contrast_m10_bb_pos,buy,2026-03-19 22:21:00,498.0,-13.1522,0,leg_gt,10.9,60 -26327,buy_contrast_m10_bb_pos,buy,2026-03-19 22:24:00,497.0,-12.9773,0,leg_gt,10.89,60 -26328,buy_contrast_m10_bb_pos,buy,2026-03-19 22:27:00,497.0,-12.9773,0,leg_gt,10.89,60 -26329,buy_contrast_m10_bb_pos,buy,2026-03-19 22:30:00,497.0,-12.9773,0,leg_gt,10.89,60 -26330,buy_contrast_m10_bb_pos,buy,2026-03-19 22:33:00,500.0,-13.5,0,leg_gt,10.89,60 -26331,buy_contrast_m10_bb_pos,buy,2026-03-19 22:36:00,500.0,-13.5,0,leg_gt,10.89,60 -26332,buy_contrast_m10_bb_pos,buy,2026-03-19 22:39:00,499.0,-13.3265,0,leg_gt,10.88,60 -26333,buy_contrast_m10_bb_pos,buy,2026-03-19 23:12:00,497.0,-12.9773,0,leg_gt,10.86,60 -26334,buy_contrast_m10_bb_pos,buy,2026-03-19 23:15:00,497.0,-12.9773,0,leg_gt,10.86,60 -26335,buy_contrast_m10_bb_pos,buy,2026-03-19 23:18:00,496.0,-12.8016,0,leg_gt,10.86,60 -26336,buy_contrast_m10_bb_pos,buy,2026-03-19 23:21:00,496.0,-12.8016,0,leg_gt,10.85,60 -26337,buy_contrast_m10_bb_pos,buy,2026-03-19 23:24:00,496.0,-12.8016,0,leg_gt,10.85,60 -26338,buy_contrast_m10_bb_pos,buy,2026-03-19 23:27:00,496.0,-12.8016,0,leg_gt,10.85,60 -26339,buy_contrast_m10_bb_pos,buy,2026-03-19 23:30:00,495.0,-12.6253,0,leg_gt,10.85,60 -26340,buy_contrast_m10_bb_pos,buy,2026-03-19 23:33:00,497.0,-12.9773,0,leg_gt,10.85,60 -26341,buy_contrast_m10_bb_pos,buy,2026-03-19 23:36:00,496.0,-12.8016,0,leg_gt,10.84,60 -26342,buy_contrast_m10_bb_pos,buy,2026-03-19 23:39:00,497.0,-12.9773,0,leg_gt,10.84,60 -26343,buy_contrast_m10_bb_pos,buy,2026-03-20 01:42:00,490.0,-11.7327,0,leg_gt,10.76,60 -26344,buy_contrast_m10_bb_pos,buy,2026-03-20 01:45:00,490.0,-11.7327,0,leg_gt,10.75,60 -26345,buy_contrast_m10_bb_pos,buy,2026-03-20 01:48:00,490.0,-11.7327,0,leg_gt,10.75,60 -26346,buy_contrast_m10_bb_pos,buy,2026-03-20 01:51:00,491.0,-11.9126,0,leg_gt,10.75,60 -26347,buy_contrast_m10_bb_pos,buy,2026-03-20 01:54:00,491.0,-11.9126,0,leg_gt,10.75,60 -26348,buy_contrast_m10_bb_pos,buy,2026-03-20 01:57:00,491.0,-11.9126,0,leg_gt,10.75,60 -26349,buy_contrast_m10_bb_pos,buy,2026-03-20 03:21:00,490.0,-11.7327,0,leg_gt,10.69,60 -26350,buy_contrast_m10_bb_pos,buy,2026-03-20 03:24:00,489.0,-11.5519,0,leg_gt,10.69,60 -26351,buy_contrast_m10_bb_pos,buy,2026-03-20 03:27:00,487.0,-11.1883,0,leg_gt,10.68,60 -26352,buy_contrast_m10_bb_pos,buy,2026-03-20 03:30:00,488.0,-11.3705,0,leg_gt,10.68,60 -26353,buy_contrast_m10_bb_pos,buy,2026-03-20 03:33:00,488.0,-11.3705,0,leg_gt,10.68,60 -26354,buy_contrast_m10_bb_pos,buy,2026-03-20 03:36:00,487.0,-11.1883,0,leg_gt,10.68,60 -26355,buy_contrast_m10_bb_pos,buy,2026-03-20 03:39:00,487.0,-11.1883,0,leg_gt,10.68,60 -26356,buy_contrast_m10_bb_pos,buy,2026-03-20 04:30:00,487.0,-11.1883,0,leg_gt,10.64,60 -26357,buy_contrast_m10_bb_pos,buy,2026-03-20 04:33:00,487.0,-11.1883,0,leg_gt,10.64,60 -26358,buy_contrast_m10_bb_pos,buy,2026-03-20 04:36:00,486.0,-11.0053,0,leg_gt,10.64,60 -26359,buy_contrast_m10_bb_pos,buy,2026-03-20 04:39:00,487.0,-11.1883,0,leg_gt,10.63,60 -26360,buy_contrast_m10_bb_pos,buy,2026-03-20 04:42:00,486.0,-11.0053,0,leg_gt,10.63,60 -26361,buy_contrast_m10_bb_pos,buy,2026-03-20 04:45:00,486.0,-11.0053,0,leg_gt,10.63,60 -26362,buy_contrast_m10_bb_pos,buy,2026-03-20 04:48:00,487.0,-11.1883,0,leg_gt,10.63,60 -26363,buy_contrast_m10_bb_pos,buy,2026-03-20 09:30:00,491.0,-11.9126,0,leg_gt,10.43,60 -26364,buy_contrast_m10_bb_pos,buy,2026-03-20 09:33:00,491.0,-11.9126,0,leg_gt,10.43,60 -26365,buy_contrast_m10_bb_pos,buy,2026-03-20 09:36:00,491.0,-11.9126,0,leg_gt,10.43,60 -26366,buy_contrast_m10_bb_pos,buy,2026-03-20 09:39:00,492.0,-12.0919,0,leg_gt,10.42,60 -26367,buy_contrast_m10_bb_pos,buy,2026-03-20 09:42:00,492.0,-12.0919,0,leg_gt,10.42,60 -26368,buy_contrast_m10_bb_pos,buy,2026-03-20 09:45:00,493.0,-12.2704,0,leg_gt,10.42,60 -26369,buy_contrast_m10_bb_pos,buy,2026-03-20 09:48:00,492.0,-12.0919,0,leg_gt,10.42,60 -26370,buy_contrast_m10_bb_pos,buy,2026-03-20 11:21:00,492.0,-12.0919,0,leg_gt,10.35,60 -26371,buy_contrast_m10_bb_pos,buy,2026-03-20 11:24:00,491.0,-11.9126,0,leg_gt,10.35,60 -26372,buy_contrast_m10_bb_pos,buy,2026-03-20 11:27:00,488.0,-11.3705,0,leg_gt,10.35,60 -26373,buy_contrast_m10_bb_pos,buy,2026-03-20 16:12:00,490.0,-11.7327,0,leg_gt,10.15,60 -26374,buy_contrast_m10_bb_pos,buy,2026-03-20 16:15:00,490.0,-11.7327,0,leg_gt,10.15,60 -26375,buy_contrast_m10_bb_pos,buy,2026-03-20 16:18:00,491.0,-11.9126,0,leg_gt,10.15,60 -26376,buy_contrast_m10_bb_pos,buy,2026-03-20 16:21:00,490.0,-11.7327,0,leg_gt,10.15,60 -26377,buy_contrast_m10_bb_pos,buy,2026-03-20 16:24:00,493.0,-12.2704,0,leg_gt,10.14,60 -26378,buy_contrast_m10_bb_pos,buy,2026-03-20 16:27:00,492.0,-12.0919,0,leg_gt,10.14,60 -26379,buy_contrast_m10_bb_pos,buy,2026-03-20 16:30:00,491.0,-11.9126,0,leg_gt,10.14,60 -26380,buy_contrast_m10_bb_pos,buy,2026-03-20 16:33:00,491.0,-11.9126,0,leg_gt,10.14,60 -26381,buy_contrast_m10_bb_pos,buy,2026-03-20 16:36:00,494.0,-12.4482,0,leg_gt,10.14,60 -26382,buy_contrast_m10_bb_pos,buy,2026-03-20 16:39:00,493.0,-12.2704,0,leg_gt,10.13,60 -26383,buy_contrast_m10_bb_pos,buy,2026-03-20 17:51:00,492.0,-12.0919,0,leg_gt,10.08,60 -26384,buy_contrast_m10_bb_pos,buy,2026-03-20 17:54:00,491.0,-11.9126,0,leg_gt,10.08,60 -26385,buy_contrast_m10_bb_pos,buy,2026-03-20 17:57:00,492.0,-12.0919,0,leg_gt,10.08,60 -26386,buy_contrast_m10_bb_pos,buy,2026-03-20 18:12:00,490.0,-11.7327,0,leg_gt,10.07,60 -26387,buy_contrast_m10_bb_pos,buy,2026-03-20 18:15:00,490.0,-11.7327,0,leg_gt,10.07,60 -26388,buy_contrast_m10_bb_pos,buy,2026-03-20 18:18:00,489.0,-11.5519,0,leg_gt,10.06,60 -26389,buy_contrast_m10_bb_pos,buy,2026-03-20 18:42:00,488.0,-11.3705,0,leg_gt,10.05,60 -26390,buy_contrast_m10_bb_pos,buy,2026-03-20 18:45:00,487.0,-11.1883,0,leg_gt,10.05,60 -26391,buy_contrast_m10_bb_pos,buy,2026-03-20 18:48:00,486.0,-11.0053,0,leg_gt,10.04,60 -26392,buy_contrast_m10_bb_pos,buy,2026-03-20 18:51:00,486.0,-11.0053,0,leg_gt,10.04,60 -26393,buy_contrast_m10_bb_pos,buy,2026-03-20 18:54:00,486.0,-11.0053,0,leg_gt,10.04,60 -26394,buy_contrast_m10_bb_pos,buy,2026-03-20 18:57:00,486.0,-11.0053,0,leg_gt,10.04,60 -26395,buy_contrast_m10_bb_pos,buy,2026-03-20 19:00:00,487.0,-11.1883,0,leg_gt,10.04,60 -26396,buy_contrast_m10_bb_pos,buy,2026-03-20 19:03:00,486.0,-11.0053,0,leg_gt,10.03,60 -26397,buy_contrast_m10_bb_pos,buy,2026-03-20 19:06:00,486.0,-11.0053,0,leg_gt,10.03,60 -26398,buy_contrast_m10_bb_pos,buy,2026-03-20 19:09:00,485.0,-10.8216,0,leg_gt,10.03,60 -26399,buy_contrast_m10_bb_pos,buy,2026-03-20 19:12:00,484.0,-10.6372,0,leg_gt,10.03,60 -26400,buy_contrast_m10_bb_pos,buy,2026-03-20 19:15:00,483.0,-10.452,0,leg_gt,10.02,60 -26401,buy_contrast_m10_bb_pos,buy,2026-03-20 19:18:00,484.0,-10.6372,0,leg_gt,10.02,60 -26402,buy_contrast_m10_bb_pos,buy,2026-03-20 19:21:00,483.0,-10.452,0,leg_gt,10.02,60 -26403,buy_contrast_m10_bb_pos,buy,2026-03-20 19:24:00,483.0,-10.452,0,leg_gt,10.02,60 -26404,buy_contrast_m10_bb_pos,buy,2026-03-20 19:27:00,483.0,-10.452,0,leg_gt,10.02,60 -26405,buy_contrast_m10_bb_pos,buy,2026-03-20 19:42:00,484.0,-10.6372,0,leg_gt,10.01,60 -26406,buy_contrast_m10_bb_pos,buy,2026-03-20 19:45:00,485.0,-10.8216,0,leg_gt,10.0,60 -26407,buy_contrast_m10_bb_pos,buy,2026-03-20 19:48:00,484.0,-10.6372,0,leg_gt,10.0,60 -26408,buy_contrast_m10_bb_pos,buy,2026-03-20 20:42:00,482.0,-10.266,0,leg_gt,9.96,60 -26409,buy_contrast_m10_bb_pos,buy,2026-03-20 20:45:00,484.0,-10.6372,0,leg_gt,9.96,60 -26410,buy_contrast_m10_bb_pos,buy,2026-03-20 20:48:00,482.0,-10.266,0,leg_gt,9.96,60 -26411,buy_contrast_m10_bb_pos,buy,2026-03-20 20:51:00,481.0,-10.0792,0,leg_gt,9.96,60 -26412,buy_contrast_m10_bb_pos,buy,2026-03-20 20:54:00,482.0,-10.266,0,leg_gt,9.96,60 -26413,buy_contrast_m10_bb_pos,buy,2026-03-20 20:57:00,482.0,-10.266,0,leg_gt,9.95,60 -26414,buy_contrast_m10_bb_pos,buy,2026-03-20 21:00:00,481.0,-10.0792,0,leg_gt,9.95,60 -26415,buy_contrast_m10_bb_pos,buy,2026-03-20 21:03:00,482.0,-10.266,0,leg_gt,9.95,60 -26416,buy_contrast_m10_bb_pos,buy,2026-03-20 21:06:00,483.0,-10.452,0,leg_gt,9.95,60 -26417,buy_contrast_m10_bb_pos,buy,2026-03-20 21:09:00,483.0,-10.452,0,leg_gt,9.95,60 -26418,buy_contrast_m10_bb_pos,buy,2026-03-20 21:21:00,482.0,-10.266,0,leg_gt,9.94,60 -26419,buy_contrast_m10_bb_pos,buy,2026-03-20 21:24:00,482.0,-10.266,0,leg_gt,9.94,60 -26420,buy_contrast_m10_bb_pos,buy,2026-03-20 21:27:00,480.0,-9.8917,0,leg_gt,9.93,60 -26421,buy_contrast_m10_bb_pos,buy,2026-03-20 21:42:00,478.0,-9.5142,0,leg_gt,9.92,60 -26422,buy_contrast_m10_bb_pos,buy,2026-03-20 21:45:00,480.0,-9.8917,0,leg_gt,9.92,60 -26423,buy_contrast_m10_bb_pos,buy,2026-03-20 21:48:00,479.0,-9.7033,0,leg_gt,9.92,60 -26424,buy_contrast_m10_bb_pos,buy,2026-03-20 21:51:00,479.0,-9.7033,0,leg_gt,9.92,60 -26425,buy_contrast_m10_bb_pos,buy,2026-03-20 21:54:00,480.0,-9.8917,0,leg_gt,9.91,60 -26426,buy_contrast_m10_bb_pos,buy,2026-03-20 21:57:00,480.0,-9.8917,0,leg_gt,9.91,60 -26427,buy_contrast_m10_bb_pos,buy,2026-03-20 22:00:00,479.0,-9.7033,0,leg_gt,9.91,60 -26428,buy_contrast_m10_bb_pos,buy,2026-03-20 22:03:00,480.0,-9.8917,0,leg_gt,9.91,60 -26429,buy_contrast_m10_bb_pos,buy,2026-03-20 22:06:00,481.0,-10.0792,0,leg_gt,9.91,60 -26430,buy_contrast_m10_bb_pos,buy,2026-03-20 22:09:00,480.0,-9.8917,0,leg_gt,9.9,60 -26431,buy_contrast_m10_bb_pos,buy,2026-03-20 22:42:00,478.0,-9.5142,0,leg_gt,9.88,60 -26432,buy_contrast_m10_bb_pos,buy,2026-03-20 22:45:00,481.0,-10.0792,0,leg_gt,9.88,60 -26433,buy_contrast_m10_bb_pos,buy,2026-03-20 22:48:00,481.0,-10.0792,0,leg_gt,9.88,60 -26434,buy_contrast_m10_bb_pos,buy,2026-03-21 08:00:00,487.0,-11.1883,0,leg_gt,9.49,60 -26435,buy_contrast_m10_bb_pos,buy,2026-03-21 08:03:00,485.0,-10.8216,0,leg_gt,9.49,60 -26436,buy_contrast_m10_bb_pos,buy,2026-03-21 08:06:00,483.0,-10.452,0,leg_gt,9.49,60 -26437,buy_contrast_m10_bb_pos,buy,2026-03-21 08:09:00,481.0,-10.0792,0,leg_gt,9.49,60 -26438,buy_contrast_m10_bb_pos,buy,2026-03-21 08:30:00,483.0,-10.452,0,leg_gt,9.47,60 -26439,buy_contrast_m10_bb_pos,buy,2026-03-21 08:33:00,482.0,-10.266,0,leg_gt,9.47,60 -26440,buy_contrast_m10_bb_pos,buy,2026-03-21 08:36:00,482.0,-10.266,0,leg_gt,9.47,60 -26441,buy_contrast_m10_bb_pos,buy,2026-03-21 08:39:00,482.0,-10.266,0,leg_gt,9.47,60 -26442,buy_contrast_m10_bb_pos,buy,2026-03-21 08:42:00,481.0,-10.0792,0,leg_gt,9.46,60 -26443,buy_contrast_m10_bb_pos,buy,2026-03-21 08:45:00,480.0,-9.8917,0,leg_gt,9.46,60 -26444,buy_contrast_m10_bb_pos,buy,2026-03-21 08:48:00,480.0,-9.8917,0,leg_gt,9.46,60 -26445,buy_contrast_m10_bb_pos,buy,2026-03-21 08:51:00,482.0,-10.266,0,leg_gt,9.46,60 -26446,buy_contrast_m10_bb_pos,buy,2026-03-21 08:54:00,482.0,-10.266,0,leg_gt,9.46,60 -26447,buy_contrast_m10_bb_pos,buy,2026-03-21 08:57:00,480.0,-9.8917,0,leg_gt,9.45,60 -26448,buy_contrast_m10_bb_pos,buy,2026-03-21 09:00:00,481.0,-10.0792,0,leg_gt,9.45,60 -26449,buy_contrast_m10_bb_pos,buy,2026-03-21 09:03:00,483.0,-10.452,0,leg_gt,9.45,60 -26450,buy_contrast_m10_bb_pos,buy,2026-03-21 09:06:00,480.0,-9.8917,0,leg_gt,9.45,60 -26451,buy_contrast_m10_bb_pos,buy,2026-03-21 09:09:00,480.0,-9.8917,0,leg_gt,9.45,60 -26452,buy_contrast_m10_bb_pos,buy,2026-03-21 09:12:00,480.0,-9.8917,0,leg_gt,9.44,60 -26453,buy_contrast_m10_bb_pos,buy,2026-03-21 09:15:00,481.0,-10.0792,0,leg_gt,9.44,60 -26454,buy_contrast_m10_bb_pos,buy,2026-03-21 09:18:00,482.0,-10.266,0,leg_gt,9.44,60 -26455,buy_contrast_m10_bb_pos,buy,2026-03-21 09:42:00,479.0,-9.7033,0,leg_gt,9.42,60 -26456,buy_contrast_m10_bb_pos,buy,2026-03-21 09:45:00,479.0,-9.7033,0,leg_gt,9.42,60 -26457,buy_contrast_m10_bb_pos,buy,2026-03-21 09:48:00,479.0,-9.7033,0,leg_gt,9.42,60 -26458,buy_contrast_m10_bb_pos,buy,2026-03-21 11:12:00,478.0,-9.5142,0,leg_gt,9.36,60 -26459,buy_contrast_m10_bb_pos,buy,2026-03-21 11:15:00,478.0,-9.5142,0,leg_gt,9.36,60 -26460,buy_contrast_m10_bb_pos,buy,2026-03-21 11:18:00,478.0,-9.5142,0,leg_gt,9.36,60 -26461,buy_contrast_m10_bb_pos,buy,2026-03-21 11:21:00,478.0,-9.5142,0,leg_gt,9.35,60 -26462,buy_contrast_m10_bb_pos,buy,2026-03-21 11:24:00,477.0,-9.3243,0,leg_gt,9.35,60 -26463,buy_contrast_m10_bb_pos,buy,2026-03-21 11:27:00,479.0,-9.7033,0,leg_gt,9.35,60 -26464,buy_contrast_m10_bb_pos,buy,2026-03-21 11:30:00,478.0,-9.5142,0,leg_gt,9.35,60 -26465,buy_contrast_m10_bb_pos,buy,2026-03-21 11:33:00,477.0,-9.3243,0,leg_gt,9.35,60 -26466,buy_contrast_m10_bb_pos,buy,2026-03-21 11:36:00,477.0,-9.3243,0,leg_gt,9.34,60 -26467,buy_contrast_m10_bb_pos,buy,2026-03-21 11:39:00,478.0,-9.5142,0,leg_gt,9.34,60 -26468,buy_contrast_m10_bb_pos,buy,2026-03-21 17:12:00,480.0,-9.8917,0,leg_gt,9.11,60 -26469,buy_contrast_m10_bb_pos,buy,2026-03-21 17:15:00,479.0,-9.7033,0,leg_gt,9.11,60 -26470,buy_contrast_m10_bb_pos,buy,2026-03-21 17:18:00,479.0,-9.7033,0,leg_gt,9.11,60 -26471,buy_contrast_m10_bb_pos,buy,2026-03-21 18:30:00,478.0,-9.5142,0,leg_gt,9.06,60 -26472,buy_contrast_m10_bb_pos,buy,2026-03-21 18:33:00,474.0,-8.7498,0,leg_gt,9.05,60 -26473,buy_contrast_m10_bb_pos,buy,2026-03-21 18:36:00,473.0,-8.5567,0,leg_gt,9.05,60 -26474,buy_contrast_m10_bb_pos,buy,2026-03-21 18:39:00,473.0,-8.5567,0,leg_gt,9.05,60 -26475,buy_contrast_m10_bb_pos,buy,2026-03-21 19:12:00,472.0,-8.3627,0,leg_gt,9.03,60 -26476,buy_contrast_m10_bb_pos,buy,2026-03-21 19:15:00,471.0,-8.1679,0,leg_gt,9.02,60 -26477,buy_contrast_m10_bb_pos,buy,2026-03-21 19:18:00,471.0,-8.1679,0,leg_gt,9.02,60 -26478,buy_contrast_m10_bb_pos,buy,2026-03-21 19:21:00,472.0,-8.3627,0,leg_gt,9.02,60 -26479,buy_contrast_m10_bb_pos,buy,2026-03-21 19:24:00,471.0,-8.1679,0,leg_gt,9.02,60 -26480,buy_contrast_m10_bb_pos,buy,2026-03-21 19:27:00,470.0,-7.9723,0,leg_gt,9.02,60 -26481,buy_contrast_m10_bb_pos,buy,2026-03-21 19:30:00,471.0,-8.1679,0,leg_gt,9.01,60 -26482,buy_contrast_m10_bb_pos,buy,2026-03-21 19:33:00,470.0,-7.9723,0,leg_gt,9.01,60 -26483,buy_contrast_m10_bb_pos,buy,2026-03-21 19:36:00,471.0,-8.1679,0,leg_gt,9.01,60 -26484,buy_contrast_m10_bb_pos,buy,2026-03-21 19:39:00,471.0,-8.1679,0,leg_gt,9.01,60 -26485,buy_contrast_m10_bb_pos,buy,2026-03-21 19:42:00,471.0,-8.1679,0,leg_gt,9.01,60 -26486,buy_contrast_m10_bb_pos,buy,2026-03-21 19:45:00,471.0,-8.1679,0,leg_gt,9.0,60 -26487,buy_contrast_m10_bb_pos,buy,2026-03-21 19:48:00,471.0,-8.1679,0,leg_gt,9.0,60 -26488,buy_contrast_m10_bb_pos,buy,2026-03-21 22:30:00,470.0,-7.9723,0,leg_gt,8.89,60 -26489,buy_contrast_m10_bb_pos,buy,2026-03-21 22:33:00,471.0,-8.1679,0,leg_gt,8.89,60 -26490,buy_contrast_m10_bb_pos,buy,2026-03-21 22:36:00,470.0,-7.9723,0,leg_gt,8.89,60 -26491,buy_contrast_m10_bb_pos,buy,2026-03-21 22:39:00,470.0,-7.9723,0,leg_gt,8.88,60 -26492,buy_contrast_m10_bb_pos,buy,2026-03-21 22:42:00,469.0,-7.7759,0,leg_gt,8.88,60 -26493,buy_contrast_m10_bb_pos,buy,2026-03-21 22:45:00,470.0,-7.9723,0,leg_gt,8.88,60 -26494,buy_contrast_m10_bb_pos,buy,2026-03-21 22:48:00,470.0,-7.9723,0,leg_gt,8.88,60 -26495,buy_contrast_m10_bb_pos,buy,2026-03-22 08:30:00,485.0,-10.8216,0,leg_gt,8.47,60 -26496,buy_contrast_m10_bb_pos,buy,2026-03-22 08:33:00,486.0,-11.0053,0,leg_gt,8.47,60 -26497,buy_contrast_m10_bb_pos,buy,2026-03-22 08:36:00,485.0,-10.8216,0,leg_gt,8.47,60 -26498,buy_contrast_m10_bb_pos,buy,2026-03-22 08:39:00,486.0,-11.0053,0,leg_gt,8.47,60 -26499,buy_contrast_m10_bb_pos,buy,2026-03-22 09:21:00,476.0,-9.1336,0,leg_gt,8.44,60 -26500,buy_contrast_m10_bb_pos,buy,2026-03-22 09:24:00,476.0,-9.1336,0,leg_gt,8.44,60 -26501,buy_contrast_m10_bb_pos,buy,2026-03-22 09:27:00,474.0,-8.7498,0,leg_gt,8.43,60 -26502,buy_contrast_m10_bb_pos,buy,2026-03-22 09:42:00,477.0,-9.3243,0,leg_gt,8.42,60 -26503,buy_contrast_m10_bb_pos,buy,2026-03-22 09:45:00,476.0,-9.1336,0,leg_gt,8.42,60 -26504,buy_contrast_m10_bb_pos,buy,2026-03-22 09:48:00,478.0,-9.5142,0,leg_gt,8.42,60 -26505,buy_contrast_m10_bb_pos,buy,2026-03-22 09:51:00,475.0,-8.9421,0,leg_gt,8.42,60 -26506,buy_contrast_m10_bb_pos,buy,2026-03-22 09:54:00,472.0,-8.3627,0,leg_gt,8.41,60 -26507,buy_contrast_m10_bb_pos,buy,2026-03-22 09:57:00,473.0,-8.5567,0,leg_gt,8.41,60 -26508,buy_contrast_m10_bb_pos,buy,2026-03-22 10:00:00,474.0,-8.7498,0,leg_gt,8.41,60 -26509,buy_contrast_m10_bb_pos,buy,2026-03-22 10:03:00,475.0,-8.9421,0,leg_gt,8.41,60 -26510,buy_contrast_m10_bb_pos,buy,2026-03-22 10:06:00,475.0,-8.9421,0,leg_gt,8.41,60 -26511,buy_contrast_m10_bb_pos,buy,2026-03-22 10:09:00,474.0,-8.7498,0,leg_gt,8.4,60 -26512,buy_contrast_m10_bb_pos,buy,2026-03-22 10:12:00,473.0,-8.5567,0,leg_gt,8.4,60 -26513,buy_contrast_m10_bb_pos,buy,2026-03-22 10:15:00,475.0,-8.9421,0,leg_gt,8.4,60 -26514,buy_contrast_m10_bb_pos,buy,2026-03-22 10:18:00,475.0,-8.9421,0,leg_gt,8.4,60 -26515,buy_contrast_m10_bb_pos,buy,2026-03-22 10:42:00,474.0,-8.7498,0,leg_gt,8.38,60 -26516,buy_contrast_m10_bb_pos,buy,2026-03-22 10:45:00,474.0,-8.7498,0,leg_gt,8.38,60 -26517,buy_contrast_m10_bb_pos,buy,2026-03-22 10:48:00,475.0,-8.9421,0,leg_gt,8.38,60 -26518,buy_contrast_m10_bb_pos,buy,2026-03-22 14:30:00,476.0,-9.1336,0,leg_gt,8.22,60 -26519,buy_contrast_m10_bb_pos,buy,2026-03-22 14:33:00,477.0,-9.3243,0,leg_gt,8.22,60 -26520,buy_contrast_m10_bb_pos,buy,2026-03-22 14:36:00,475.0,-8.9421,0,leg_gt,8.22,60 -26521,buy_contrast_m10_bb_pos,buy,2026-03-22 14:39:00,476.0,-9.1336,0,leg_gt,8.22,60 -26522,buy_contrast_m10_bb_pos,buy,2026-03-22 14:42:00,476.0,-9.1336,0,leg_gt,8.21,60 -26523,buy_contrast_m10_bb_pos,buy,2026-03-22 14:45:00,476.0,-9.1336,0,leg_gt,8.21,60 -26524,buy_contrast_m10_bb_pos,buy,2026-03-22 14:48:00,475.0,-8.9421,0,leg_gt,8.21,60 -26525,buy_contrast_m10_bb_pos,buy,2026-03-22 15:00:00,476.0,-9.1336,0,leg_gt,8.2,60 -26526,buy_contrast_m10_bb_pos,buy,2026-03-22 15:03:00,475.0,-8.9421,0,leg_gt,8.2,60 -26527,buy_contrast_m10_bb_pos,buy,2026-03-22 15:06:00,476.0,-9.1336,0,leg_gt,8.2,60 -26528,buy_contrast_m10_bb_pos,buy,2026-03-22 15:09:00,475.0,-8.9421,0,leg_gt,8.2,60 -26529,buy_contrast_m10_bb_pos,buy,2026-03-22 15:21:00,476.0,-9.1336,0,leg_gt,8.19,60 -26530,buy_contrast_m10_bb_pos,buy,2026-03-22 15:24:00,475.0,-8.9421,0,leg_gt,8.19,60 -26531,buy_contrast_m10_bb_pos,buy,2026-03-22 15:27:00,475.0,-8.9421,0,leg_gt,8.18,60 -26532,buy_contrast_m10_bb_pos,buy,2026-03-22 17:00:00,474.0,-8.7498,0,leg_gt,8.12,60 -26533,buy_contrast_m10_bb_pos,buy,2026-03-22 17:03:00,474.0,-8.7498,0,leg_gt,8.12,60 -26534,buy_contrast_m10_bb_pos,buy,2026-03-22 17:06:00,475.0,-8.9421,0,leg_gt,8.11,60 -26535,buy_contrast_m10_bb_pos,buy,2026-03-22 17:09:00,475.0,-8.9421,0,leg_gt,8.11,60 -26536,buy_contrast_m10_bb_pos,buy,2026-03-22 17:12:00,474.0,-8.7498,0,leg_gt,8.11,60 -26537,buy_contrast_m10_bb_pos,buy,2026-03-22 17:15:00,474.0,-8.7498,0,leg_gt,8.11,60 -26538,buy_contrast_m10_bb_pos,buy,2026-03-22 17:18:00,473.0,-8.5567,0,leg_gt,8.11,60 -26539,buy_contrast_m10_bb_pos,buy,2026-03-22 17:42:00,475.0,-8.9421,0,leg_gt,8.09,60 -26540,buy_contrast_m10_bb_pos,buy,2026-03-22 17:45:00,475.0,-8.9421,0,leg_gt,8.09,60 -26541,buy_contrast_m10_bb_pos,buy,2026-03-22 17:48:00,475.0,-8.9421,0,leg_gt,8.09,60 -26542,buy_contrast_m10_bb_pos,buy,2026-03-22 18:51:00,473.0,-8.5567,0,leg_gt,8.04,60 -26543,buy_contrast_m10_bb_pos,buy,2026-03-22 18:54:00,473.0,-8.5567,0,leg_gt,8.04,60 -26544,buy_contrast_m10_bb_pos,buy,2026-03-22 18:57:00,474.0,-8.7498,0,leg_gt,8.04,60 -26545,buy_contrast_m10_bb_pos,buy,2026-03-22 19:12:00,473.0,-8.5567,0,leg_gt,8.03,60 -26546,buy_contrast_m10_bb_pos,buy,2026-03-22 19:15:00,473.0,-8.5567,0,leg_gt,8.02,60 -26547,buy_contrast_m10_bb_pos,buy,2026-03-22 19:18:00,472.0,-8.3627,0,leg_gt,8.02,60 -26548,buy_contrast_m10_bb_pos,buy,2026-03-22 19:21:00,472.0,-8.3627,0,leg_gt,8.02,60 -26549,buy_contrast_m10_bb_pos,buy,2026-03-22 19:24:00,473.0,-8.5567,0,leg_gt,8.02,60 -26550,buy_contrast_m10_bb_pos,buy,2026-03-22 19:27:00,473.0,-8.5567,0,leg_gt,8.02,60 -26551,buy_contrast_m10_bb_pos,buy,2026-03-22 20:00:00,470.0,-7.9723,0,leg_gt,7.99,60 -26552,buy_contrast_m10_bb_pos,buy,2026-03-22 20:03:00,470.0,-7.9723,0,leg_gt,7.99,60 -26553,buy_contrast_m10_bb_pos,buy,2026-03-22 20:06:00,470.0,-7.9723,0,leg_gt,7.99,60 -26554,buy_contrast_m10_bb_pos,buy,2026-03-22 20:09:00,471.0,-8.1679,0,leg_gt,7.99,60 -26555,buy_contrast_m10_bb_pos,buy,2026-03-22 20:21:00,472.0,-8.3627,0,leg_gt,7.98,60 -26556,buy_contrast_m10_bb_pos,buy,2026-03-22 20:24:00,472.0,-8.3627,0,leg_gt,7.98,60 -26557,buy_contrast_m10_bb_pos,buy,2026-03-22 20:27:00,471.0,-8.1679,0,leg_gt,7.98,60 -26558,buy_contrast_m10_bb_pos,buy,2026-03-22 23:51:00,469.0,-7.7759,0,leg_gt,7.83,60 -26559,buy_contrast_m10_bb_pos,buy,2026-03-22 23:54:00,469.0,-7.7759,0,leg_gt,7.83,60 -26560,buy_contrast_m10_bb_pos,buy,2026-03-22 23:57:00,469.0,-7.7759,0,leg_gt,7.83,60 -26561,buy_contrast_m10_bb_pos,buy,2026-03-23 02:51:00,468.0,-7.5786,0,leg_gt,7.71,60 -26562,buy_contrast_m10_bb_pos,buy,2026-03-23 02:54:00,468.0,-7.5786,0,leg_gt,7.71,60 -26563,buy_contrast_m10_bb_pos,buy,2026-03-23 02:57:00,468.0,-7.5786,0,leg_gt,7.7,60 -26564,buy_contrast_m10_bb_pos,buy,2026-03-23 03:51:00,465.0,-6.9817,0,leg_gt,7.67,60 -26565,buy_contrast_m10_bb_pos,buy,2026-03-23 03:54:00,465.0,-6.9817,0,leg_gt,7.66,60 -26566,buy_contrast_m10_bb_pos,buy,2026-03-23 03:57:00,465.0,-6.9817,0,leg_gt,7.66,60 -26567,buy_contrast_m10_bb_pos,buy,2026-03-23 04:00:00,465.0,-6.9817,0,leg_gt,7.66,60 -26568,buy_contrast_m10_bb_pos,buy,2026-03-23 04:03:00,463.0,-6.5795,0,leg_gt,7.66,60 -26569,buy_contrast_m10_bb_pos,buy,2026-03-23 04:06:00,464.0,-6.781,0,leg_gt,7.66,60 -26570,buy_contrast_m10_bb_pos,buy,2026-03-23 04:09:00,464.0,-6.781,0,leg_gt,7.65,60 -26571,buy_contrast_m10_bb_pos,buy,2026-03-23 04:42:00,462.0,-6.3771,0,leg_gt,7.63,60 -26572,buy_contrast_m10_bb_pos,buy,2026-03-23 04:45:00,462.0,-6.3771,0,leg_gt,7.63,60 -26573,buy_contrast_m10_bb_pos,buy,2026-03-23 04:48:00,461.0,-6.1738,0,leg_gt,7.63,60 -26574,buy_contrast_m10_bb_pos,buy,2026-03-23 04:51:00,461.0,-6.1738,0,leg_gt,7.62,60 -26575,buy_contrast_m10_bb_pos,buy,2026-03-23 04:54:00,462.0,-6.3771,0,leg_gt,7.62,60 -26576,buy_contrast_m10_bb_pos,buy,2026-03-23 04:57:00,461.0,-6.1738,0,leg_gt,7.62,60 -26577,buy_contrast_m10_bb_pos,buy,2026-03-23 05:42:00,459.0,-5.7645,0,leg_gt,7.59,60 -26578,buy_contrast_m10_bb_pos,buy,2026-03-23 05:45:00,460.0,-5.9696,0,leg_gt,7.59,60 -26579,buy_contrast_m10_bb_pos,buy,2026-03-23 05:48:00,459.0,-5.7645,0,leg_gt,7.59,60 -26580,buy_contrast_m10_bb_pos,buy,2026-03-23 05:51:00,458.0,-5.5585,0,leg_gt,7.58,60 -26581,buy_contrast_m10_bb_pos,buy,2026-03-23 05:54:00,457.0,-5.3516,0,leg_gt,7.58,60 -26582,buy_contrast_m10_bb_pos,buy,2026-03-23 05:57:00,458.0,-5.5585,0,leg_gt,7.58,60 -26583,buy_contrast_m10_bb_pos,buy,2026-03-23 06:00:00,458.0,-5.5585,0,leg_gt,7.58,60 -26584,buy_contrast_m10_bb_pos,buy,2026-03-23 06:03:00,459.0,-5.7645,0,leg_gt,7.58,60 -26585,buy_contrast_m10_bb_pos,buy,2026-03-23 06:06:00,456.0,-5.1439,0,leg_gt,7.57,60 -26586,buy_contrast_m10_bb_pos,buy,2026-03-23 06:09:00,459.0,-5.7645,0,leg_gt,7.57,60 -26587,buy_contrast_m10_bb_pos,buy,2026-03-23 06:30:00,457.0,-5.3516,0,leg_gt,7.56,60 -26588,buy_contrast_m10_bb_pos,buy,2026-03-23 06:33:00,458.0,-5.5585,0,leg_gt,7.55,60 -26589,buy_contrast_m10_bb_pos,buy,2026-03-23 06:36:00,456.0,-5.1439,0,leg_gt,7.55,60 -26590,buy_contrast_m10_bb_pos,buy,2026-03-23 06:39:00,458.0,-5.5585,0,leg_gt,7.55,60 -26591,buy_contrast_m10_bb_pos,buy,2026-03-23 06:51:00,456.0,-5.1439,0,leg_gt,7.54,60 -26592,buy_contrast_m10_bb_pos,buy,2026-03-23 06:54:00,458.0,-5.5585,0,leg_gt,7.54,60 -26593,buy_contrast_m10_bb_pos,buy,2026-03-23 06:57:00,458.0,-5.5585,0,leg_gt,7.54,60 -26594,buy_contrast_m10_bb_pos,buy,2026-03-23 15:51:00,466.0,-7.1815,0,leg_gt,7.17,60 -26595,buy_contrast_m10_bb_pos,buy,2026-03-23 15:54:00,465.0,-6.9817,0,leg_gt,7.16,60 -26596,buy_contrast_m10_bb_pos,buy,2026-03-23 15:57:00,466.0,-7.1815,0,leg_gt,7.16,60 -26597,buy_contrast_m10_bb_pos,buy,2026-03-23 16:12:00,464.0,-6.781,0,leg_gt,7.15,60 -26598,buy_contrast_m10_bb_pos,buy,2026-03-23 16:15:00,465.0,-6.9817,0,leg_gt,7.15,60 -26599,buy_contrast_m10_bb_pos,buy,2026-03-23 16:18:00,463.0,-6.5795,0,leg_gt,7.15,60 -26600,buy_contrast_m10_bb_pos,buy,2026-03-23 17:51:00,463.0,-6.5795,0,leg_gt,7.08,60 -26601,buy_contrast_m10_bb_pos,buy,2026-03-23 17:54:00,463.0,-6.5795,0,leg_gt,7.08,60 -26602,buy_contrast_m10_bb_pos,buy,2026-03-23 17:57:00,461.0,-6.1738,0,leg_gt,7.08,60 -26603,buy_contrast_m10_bb_pos,buy,2026-03-23 18:30:00,460.0,-5.9696,0,leg_gt,7.06,60 -26604,buy_contrast_m10_bb_pos,buy,2026-03-23 18:33:00,459.0,-5.7645,0,leg_gt,7.05,60 -26605,buy_contrast_m10_bb_pos,buy,2026-03-23 18:36:00,457.0,-5.3516,0,leg_gt,7.05,60 -26606,buy_contrast_m10_bb_pos,buy,2026-03-23 18:39:00,459.0,-5.7645,0,leg_gt,7.05,60 -26607,buy_contrast_m10_bb_pos,buy,2026-03-23 18:42:00,461.0,-6.1738,0,leg_gt,7.05,60 -26608,buy_contrast_m10_bb_pos,buy,2026-03-23 18:45:00,460.0,-5.9696,0,leg_gt,7.05,60 -26609,buy_contrast_m10_bb_pos,buy,2026-03-23 18:48:00,461.0,-6.1738,0,leg_gt,7.04,60 -26610,buy_contrast_m10_bb_pos,buy,2026-03-23 18:51:00,461.0,-6.1738,0,leg_gt,7.04,60 -26611,buy_contrast_m10_bb_pos,buy,2026-03-23 18:54:00,461.0,-6.1738,0,leg_gt,7.04,60 -26612,buy_contrast_m10_bb_pos,buy,2026-03-23 18:57:00,462.0,-6.3771,0,leg_gt,7.04,60 -26613,buy_contrast_m10_bb_pos,buy,2026-03-24 07:12:00,483.0,-10.452,0,leg_gt,6.53,60 -26614,buy_contrast_m10_bb_pos,buy,2026-03-24 07:15:00,483.0,-10.452,0,leg_gt,6.52,60 -26615,buy_contrast_m10_bb_pos,buy,2026-03-24 07:18:00,482.0,-10.266,0,leg_gt,6.52,60 -26616,buy_contrast_m10_bb_pos,buy,2026-03-24 07:42:00,481.0,-10.0792,0,leg_gt,6.51,60 -26617,buy_contrast_m10_bb_pos,buy,2026-03-24 07:45:00,480.0,-9.8917,0,leg_gt,6.5,60 -26618,buy_contrast_m10_bb_pos,buy,2026-03-24 07:48:00,481.0,-10.0792,0,leg_gt,6.5,60 -26619,buy_contrast_m10_bb_pos,buy,2026-03-24 07:51:00,480.0,-9.8917,0,leg_gt,6.5,60 -26620,buy_contrast_m10_bb_pos,buy,2026-03-24 07:54:00,480.0,-9.8917,0,leg_gt,6.5,60 -26621,buy_contrast_m10_bb_pos,buy,2026-03-24 07:57:00,479.0,-9.7033,0,leg_gt,6.5,60 -26622,buy_contrast_m10_bb_pos,buy,2026-03-24 09:42:00,480.0,-9.8917,0,leg_gt,6.42,60 -26623,buy_contrast_m10_bb_pos,buy,2026-03-24 09:45:00,480.0,-9.8917,0,leg_gt,6.42,60 -26624,buy_contrast_m10_bb_pos,buy,2026-03-24 09:48:00,480.0,-9.8917,0,leg_gt,6.42,60 -26625,buy_contrast_m10_bb_pos,buy,2026-03-24 10:12:00,478.0,-9.5142,0,leg_gt,6.4,60 -26626,buy_contrast_m10_bb_pos,buy,2026-03-24 10:15:00,477.0,-9.3243,0,leg_gt,6.4,60 -26627,buy_contrast_m10_bb_pos,buy,2026-03-24 10:18:00,477.0,-9.3243,0,leg_gt,6.4,60 -26628,buy_contrast_m10_bb_pos,buy,2026-03-24 10:21:00,478.0,-9.5142,0,leg_gt,6.4,60 -26629,buy_contrast_m10_bb_pos,buy,2026-03-24 10:24:00,478.0,-9.5142,0,leg_gt,6.39,60 -26630,buy_contrast_m10_bb_pos,buy,2026-03-24 10:27:00,478.0,-9.5142,0,leg_gt,6.39,60 -26631,buy_contrast_m10_bb_pos,buy,2026-03-24 10:42:00,477.0,-9.3243,0,leg_gt,6.38,60 -26632,buy_contrast_m10_bb_pos,buy,2026-03-24 10:45:00,477.0,-9.3243,0,leg_gt,6.38,60 -26633,buy_contrast_m10_bb_pos,buy,2026-03-24 10:48:00,476.0,-9.1336,0,leg_gt,6.38,60 -26634,buy_contrast_m10_bb_pos,buy,2026-03-24 18:30:00,478.0,-9.5142,0,leg_gt,6.06,60 -26635,buy_contrast_m10_bb_pos,buy,2026-03-24 18:33:00,478.0,-9.5142,0,leg_gt,6.05,60 -26636,buy_contrast_m10_bb_pos,buy,2026-03-24 18:36:00,479.0,-9.7033,0,leg_gt,6.05,60 -26637,buy_contrast_m10_bb_pos,buy,2026-03-24 18:39:00,479.0,-9.7033,0,leg_gt,6.05,60 -26638,buy_contrast_m10_bb_pos,buy,2026-03-24 18:51:00,478.0,-9.5142,0,leg_gt,6.04,60 -26639,buy_contrast_m10_bb_pos,buy,2026-03-24 18:54:00,478.0,-9.5142,0,leg_gt,6.04,60 -26640,buy_contrast_m10_bb_pos,buy,2026-03-24 18:57:00,477.0,-9.3243,0,leg_gt,6.04,60 -26641,buy_contrast_m10_bb_pos,buy,2026-03-24 19:00:00,477.0,-9.3243,0,leg_gt,6.04,60 -26642,buy_contrast_m10_bb_pos,buy,2026-03-24 19:03:00,477.0,-9.3243,0,leg_gt,6.03,60 -26643,buy_contrast_m10_bb_pos,buy,2026-03-24 19:06:00,476.0,-9.1336,0,leg_gt,6.03,60 -26644,buy_contrast_m10_bb_pos,buy,2026-03-24 19:09:00,476.0,-9.1336,0,leg_gt,6.03,60 -26645,buy_contrast_m10_bb_pos,buy,2026-03-24 19:30:00,476.0,-9.1336,0,leg_gt,6.01,60 -26646,buy_contrast_m10_bb_pos,buy,2026-03-24 19:33:00,475.0,-8.9421,0,leg_gt,6.01,60 -26647,buy_contrast_m10_bb_pos,buy,2026-03-24 19:36:00,475.0,-8.9421,0,leg_gt,6.01,60 -26648,buy_contrast_m10_bb_pos,buy,2026-03-24 19:39:00,476.0,-9.1336,0,leg_gt,6.01,60 -26649,buy_contrast_m10_bb_pos,buy,2026-03-24 20:21:00,476.0,-9.1336,0,leg_gt,5.98,60 -26650,buy_contrast_m10_bb_pos,buy,2026-03-24 20:24:00,476.0,-9.1336,0,leg_gt,5.98,60 -26651,buy_contrast_m10_bb_pos,buy,2026-03-24 20:27:00,476.0,-9.1336,0,leg_gt,5.98,60 -26652,buy_contrast_m10_bb_pos,buy,2026-03-24 20:42:00,475.0,-8.9421,0,leg_gt,5.96,60 -26653,buy_contrast_m10_bb_pos,buy,2026-03-24 20:45:00,475.0,-8.9421,0,leg_gt,5.96,60 -26654,buy_contrast_m10_bb_pos,buy,2026-03-24 20:48:00,475.0,-8.9421,0,leg_gt,5.96,60 -26655,buy_contrast_m10_bb_pos,buy,2026-03-24 20:51:00,474.0,-8.7498,0,leg_gt,5.96,60 -26656,buy_contrast_m10_bb_pos,buy,2026-03-24 20:54:00,474.0,-8.7498,0,leg_gt,5.96,60 -26657,buy_contrast_m10_bb_pos,buy,2026-03-24 20:57:00,474.0,-8.7498,0,leg_gt,5.95,60 -26658,buy_contrast_m10_bb_pos,buy,2026-03-24 21:21:00,474.0,-8.7498,0,leg_gt,5.94,60 -26659,buy_contrast_m10_bb_pos,buy,2026-03-24 21:24:00,473.0,-8.5567,0,leg_gt,5.94,60 -26660,buy_contrast_m10_bb_pos,buy,2026-03-24 21:27:00,474.0,-8.7498,0,leg_gt,5.93,60 -26661,buy_contrast_m10_bb_pos,buy,2026-03-24 21:30:00,473.0,-8.5567,0,leg_gt,5.93,60 -26662,buy_contrast_m10_bb_pos,buy,2026-03-24 21:33:00,473.0,-8.5567,0,leg_gt,5.93,60 -26663,buy_contrast_m10_bb_pos,buy,2026-03-24 21:36:00,476.0,-9.1336,0,leg_gt,5.93,60 -26664,buy_contrast_m10_bb_pos,buy,2026-03-24 21:39:00,476.0,-9.1336,0,leg_gt,5.92,60 -26665,buy_contrast_m10_bb_pos,buy,2026-03-24 23:21:00,473.0,-8.5567,0,leg_gt,5.85,60 -26666,buy_contrast_m10_bb_pos,buy,2026-03-24 23:24:00,473.0,-8.5567,0,leg_gt,5.85,60 -26667,buy_contrast_m10_bb_pos,buy,2026-03-24 23:27:00,473.0,-8.5567,0,leg_gt,5.85,60 -26668,buy_contrast_m10_bb_pos,buy,2026-03-24 23:30:00,473.0,-8.5567,0,leg_gt,5.85,60 -26669,buy_contrast_m10_bb_pos,buy,2026-03-24 23:33:00,472.0,-8.3627,0,leg_gt,5.85,60 -26670,buy_contrast_m10_bb_pos,buy,2026-03-24 23:36:00,473.0,-8.5567,0,leg_gt,5.84,60 -26671,buy_contrast_m10_bb_pos,buy,2026-03-24 23:39:00,472.0,-8.3627,0,leg_gt,5.84,60 -26672,buy_contrast_m10_bb_pos,buy,2026-03-24 23:42:00,472.0,-8.3627,0,leg_gt,5.84,60 -26673,buy_contrast_m10_bb_pos,buy,2026-03-24 23:45:00,472.0,-8.3627,0,leg_gt,5.84,60 -26674,buy_contrast_m10_bb_pos,buy,2026-03-24 23:48:00,471.0,-8.1679,0,leg_gt,5.84,60 -26675,buy_contrast_m10_bb_pos,buy,2026-03-25 00:12:00,472.0,-8.3627,0,leg_gt,5.82,60 -26676,buy_contrast_m10_bb_pos,buy,2026-03-25 00:15:00,473.0,-8.5567,0,leg_gt,5.82,60 -26677,buy_contrast_m10_bb_pos,buy,2026-03-25 00:18:00,473.0,-8.5567,0,leg_gt,5.81,60 -26678,buy_contrast_m10_bb_pos,buy,2026-03-25 02:42:00,471.0,-8.1679,0,leg_gt,5.71,60 -26679,buy_contrast_m10_bb_pos,buy,2026-03-25 02:45:00,469.0,-7.7759,0,leg_gt,5.71,60 -26680,buy_contrast_m10_bb_pos,buy,2026-03-25 02:48:00,469.0,-7.7759,0,leg_gt,5.71,60 -26681,buy_contrast_m10_bb_pos,buy,2026-03-25 03:12:00,470.0,-7.9723,0,leg_gt,5.69,60 -26682,buy_contrast_m10_bb_pos,buy,2026-03-25 03:15:00,469.0,-7.7759,0,leg_gt,5.69,60 -26683,buy_contrast_m10_bb_pos,buy,2026-03-25 03:18:00,469.0,-7.7759,0,leg_gt,5.69,60 -26684,buy_contrast_m10_bb_pos,buy,2026-03-25 03:21:00,471.0,-8.1679,0,leg_gt,5.69,60 -26685,buy_contrast_m10_bb_pos,buy,2026-03-25 03:24:00,471.0,-8.1679,0,leg_gt,5.69,60 -26686,buy_contrast_m10_bb_pos,buy,2026-03-25 03:27:00,470.0,-7.9723,0,leg_gt,5.68,60 -26687,buy_contrast_m10_bb_pos,buy,2026-03-25 12:21:00,479.0,-9.7033,0,leg_gt,5.31,60 -26688,buy_contrast_m10_bb_pos,buy,2026-03-25 12:24:00,479.0,-9.7033,0,leg_gt,5.31,60 -26689,buy_contrast_m10_bb_pos,buy,2026-03-25 12:27:00,479.0,-9.7033,0,leg_gt,5.31,60 -26690,buy_contrast_m10_bb_pos,buy,2026-03-25 13:30:00,478.0,-9.5142,0,leg_gt,5.26,60 -26691,buy_contrast_m10_bb_pos,buy,2026-03-25 13:33:00,478.0,-9.5142,0,leg_gt,5.26,60 -26692,buy_contrast_m10_bb_pos,buy,2026-03-25 13:36:00,476.0,-9.1336,0,leg_gt,5.26,60 -26693,buy_contrast_m10_bb_pos,buy,2026-03-25 13:39:00,477.0,-9.3243,0,leg_gt,5.26,60 -26694,buy_contrast_m10_bb_pos,buy,2026-03-25 14:21:00,476.0,-9.1336,0,leg_gt,5.23,60 -26695,buy_contrast_m10_bb_pos,buy,2026-03-25 14:24:00,475.0,-8.9421,0,leg_gt,5.23,60 -26696,buy_contrast_m10_bb_pos,buy,2026-03-25 14:27:00,476.0,-9.1336,0,leg_gt,5.22,60 -26697,buy_contrast_m10_bb_pos,buy,2026-03-25 14:30:00,476.0,-9.1336,0,leg_gt,5.22,60 -26698,buy_contrast_m10_bb_pos,buy,2026-03-25 14:33:00,477.0,-9.3243,0,leg_gt,5.22,60 -26699,buy_contrast_m10_bb_pos,buy,2026-03-25 14:36:00,477.0,-9.3243,0,leg_gt,5.22,60 -26700,buy_contrast_m10_bb_pos,buy,2026-03-25 14:39:00,477.0,-9.3243,0,leg_gt,5.22,60 -26701,buy_contrast_m10_bb_pos,buy,2026-03-25 14:42:00,477.0,-9.3243,0,leg_gt,5.21,60 -26702,buy_contrast_m10_bb_pos,buy,2026-03-25 14:45:00,476.0,-9.1336,0,leg_gt,5.21,60 -26703,buy_contrast_m10_bb_pos,buy,2026-03-25 14:48:00,477.0,-9.3243,0,leg_gt,5.21,60 -26704,buy_contrast_m10_bb_pos,buy,2026-03-25 15:00:00,475.0,-8.9421,0,leg_gt,5.2,60 -26705,buy_contrast_m10_bb_pos,buy,2026-03-25 15:03:00,476.0,-9.1336,0,leg_gt,5.2,60 -26706,buy_contrast_m10_bb_pos,buy,2026-03-25 15:06:00,475.0,-8.9421,0,leg_gt,5.2,60 -26707,buy_contrast_m10_bb_pos,buy,2026-03-25 15:09:00,476.0,-9.1336,0,leg_gt,5.2,60 -26708,buy_contrast_m10_bb_pos,buy,2026-03-25 15:21:00,475.0,-8.9421,0,leg_gt,5.19,60 -26709,buy_contrast_m10_bb_pos,buy,2026-03-25 15:24:00,477.0,-9.3243,0,leg_gt,5.19,60 -26710,buy_contrast_m10_bb_pos,buy,2026-03-25 15:27:00,477.0,-9.3243,0,leg_gt,5.18,60 -26711,buy_contrast_m10_bb_pos,buy,2026-03-25 23:00:00,479.0,-9.7033,0,leg_gt,4.87,60 -26712,buy_contrast_m10_bb_pos,buy,2026-03-25 23:03:00,478.0,-9.5142,0,leg_gt,4.87,60 -26713,buy_contrast_m10_bb_pos,buy,2026-03-25 23:06:00,478.0,-9.5142,0,leg_gt,4.86,60 -26714,buy_contrast_m10_bb_pos,buy,2026-03-25 23:09:00,478.0,-9.5142,0,leg_gt,4.86,60 -26715,buy_contrast_m10_bb_pos,buy,2026-03-25 23:12:00,477.0,-9.3243,0,leg_gt,4.86,60 -26716,buy_contrast_m10_bb_pos,buy,2026-03-25 23:15:00,479.0,-9.7033,0,leg_gt,4.86,60 -26717,buy_contrast_m10_bb_pos,buy,2026-03-25 23:18:00,479.0,-9.7033,0,leg_gt,4.86,60 -26718,buy_contrast_m10_bb_pos,buy,2026-03-25 23:21:00,480.0,-9.8917,0,leg_gt,4.85,60 -26719,buy_contrast_m10_bb_pos,buy,2026-03-25 23:24:00,480.0,-9.8917,0,leg_gt,4.85,60 -26720,buy_contrast_m10_bb_pos,buy,2026-03-25 23:27:00,480.0,-9.8917,0,leg_gt,4.85,60 -26721,buy_contrast_m10_bb_pos,buy,2026-03-26 00:30:00,477.0,-9.3243,0,leg_gt,4.81,60 -26722,buy_contrast_m10_bb_pos,buy,2026-03-26 00:33:00,476.0,-9.1336,0,leg_gt,4.8,60 -26723,buy_contrast_m10_bb_pos,buy,2026-03-26 00:36:00,474.0,-8.7498,0,leg_gt,4.8,60 -26724,buy_contrast_m10_bb_pos,buy,2026-03-26 00:39:00,474.0,-8.7498,0,leg_gt,4.8,60 -26725,buy_contrast_m10_bb_pos,buy,2026-03-26 00:51:00,475.0,-8.9421,0,leg_gt,4.79,60 -26726,buy_contrast_m10_bb_pos,buy,2026-03-26 00:54:00,475.0,-8.9421,0,leg_gt,4.79,60 -26727,buy_contrast_m10_bb_pos,buy,2026-03-26 00:57:00,474.0,-8.7498,0,leg_gt,4.79,60 -26728,buy_contrast_m10_bb_pos,buy,2026-03-26 01:00:00,473.0,-8.5567,0,leg_gt,4.79,60 -26729,buy_contrast_m10_bb_pos,buy,2026-03-26 01:03:00,474.0,-8.7498,0,leg_gt,4.78,60 -26730,buy_contrast_m10_bb_pos,buy,2026-03-26 01:06:00,474.0,-8.7498,0,leg_gt,4.78,60 -26731,buy_contrast_m10_bb_pos,buy,2026-03-26 01:09:00,476.0,-9.1336,0,leg_gt,4.78,60 -26732,buy_contrast_m10_bb_pos,buy,2026-03-26 10:12:00,481.0,-10.0792,0,leg_gt,4.4,60 -26733,buy_contrast_m10_bb_pos,buy,2026-03-26 10:15:00,482.0,-10.266,0,leg_gt,4.4,60 -26734,buy_contrast_m10_bb_pos,buy,2026-03-26 10:18:00,480.0,-9.8917,0,leg_gt,4.4,60 -26735,buy_contrast_m10_bb_pos,buy,2026-03-26 10:30:00,479.0,-9.7033,0,leg_gt,4.39,60 -26736,buy_contrast_m10_bb_pos,buy,2026-03-26 10:33:00,481.0,-10.0792,0,leg_gt,4.39,60 -26737,buy_contrast_m10_bb_pos,buy,2026-03-26 10:36:00,480.0,-9.8917,0,leg_gt,4.39,60 -26738,buy_contrast_m10_bb_pos,buy,2026-03-26 10:39:00,480.0,-9.8917,0,leg_gt,4.38,60 -26739,buy_contrast_m10_bb_pos,buy,2026-03-26 10:42:00,481.0,-10.0792,0,leg_gt,4.38,60 -26740,buy_contrast_m10_bb_pos,buy,2026-03-26 10:45:00,480.0,-9.8917,0,leg_gt,4.38,60 -26741,buy_contrast_m10_bb_pos,buy,2026-03-26 10:48:00,479.0,-9.7033,0,leg_gt,4.38,60 -26742,buy_contrast_m10_bb_pos,buy,2026-03-26 10:51:00,478.0,-9.5142,0,leg_gt,4.38,60 -26743,buy_contrast_m10_bb_pos,buy,2026-03-26 10:54:00,478.0,-9.5142,0,leg_gt,4.37,60 -26744,buy_contrast_m10_bb_pos,buy,2026-03-26 10:57:00,480.0,-9.8917,0,leg_gt,4.37,60 -26745,buy_contrast_m10_bb_pos,buy,2026-03-26 11:12:00,477.0,-9.3243,0,leg_gt,4.36,60 -26746,buy_contrast_m10_bb_pos,buy,2026-03-26 11:15:00,478.0,-9.5142,0,leg_gt,4.36,60 -26747,buy_contrast_m10_bb_pos,buy,2026-03-26 11:18:00,476.0,-9.1336,0,leg_gt,4.36,60 -26748,buy_contrast_m10_bb_pos,buy,2026-03-26 11:30:00,476.0,-9.1336,0,leg_gt,4.35,60 -26749,buy_contrast_m10_bb_pos,buy,2026-03-26 11:33:00,475.0,-8.9421,0,leg_gt,4.35,60 -26750,buy_contrast_m10_bb_pos,buy,2026-03-26 11:36:00,476.0,-9.1336,0,leg_gt,4.34,60 -26751,buy_contrast_m10_bb_pos,buy,2026-03-26 11:39:00,476.0,-9.1336,0,leg_gt,4.34,60 -26752,buy_contrast_m10_bb_pos,buy,2026-03-26 11:42:00,476.0,-9.1336,0,leg_gt,4.34,60 -26753,buy_contrast_m10_bb_pos,buy,2026-03-26 11:45:00,475.0,-8.9421,0,leg_gt,4.34,60 -26754,buy_contrast_m10_bb_pos,buy,2026-03-26 11:48:00,475.0,-8.9421,0,leg_gt,4.34,60 -26755,buy_contrast_m10_bb_pos,buy,2026-03-26 11:51:00,476.0,-9.1336,0,leg_gt,4.33,60 -26756,buy_contrast_m10_bb_pos,buy,2026-03-26 11:54:00,475.0,-8.9421,0,leg_gt,4.33,60 -26757,buy_contrast_m10_bb_pos,buy,2026-03-26 11:57:00,477.0,-9.3243,0,leg_gt,4.33,60 -26758,buy_contrast_m10_bb_pos,buy,2026-03-26 12:12:00,475.0,-8.9421,0,leg_gt,4.32,60 -26759,buy_contrast_m10_bb_pos,buy,2026-03-26 12:15:00,475.0,-8.9421,0,leg_gt,4.32,60 -26760,buy_contrast_m10_bb_pos,buy,2026-03-26 12:18:00,474.0,-8.7498,0,leg_gt,4.31,60 -26761,buy_contrast_m10_bb_pos,buy,2026-03-26 12:21:00,473.0,-8.5567,0,leg_gt,4.31,60 -26762,buy_contrast_m10_bb_pos,buy,2026-03-26 12:24:00,473.0,-8.5567,0,leg_gt,4.31,60 -26763,buy_contrast_m10_bb_pos,buy,2026-03-26 12:27:00,472.0,-8.3627,0,leg_gt,4.31,60 -26764,buy_contrast_m10_bb_pos,buy,2026-03-26 12:51:00,473.0,-8.5567,0,leg_gt,4.29,60 -26765,buy_contrast_m10_bb_pos,buy,2026-03-26 12:54:00,473.0,-8.5567,0,leg_gt,4.29,60 -26766,buy_contrast_m10_bb_pos,buy,2026-03-26 12:57:00,473.0,-8.5567,0,leg_gt,4.29,60 -26767,buy_contrast_m10_bb_pos,buy,2026-03-26 13:12:00,472.0,-8.3627,0,leg_gt,4.28,60 -26768,buy_contrast_m10_bb_pos,buy,2026-03-26 13:15:00,470.0,-7.9723,0,leg_gt,4.28,60 -26769,buy_contrast_m10_bb_pos,buy,2026-03-26 13:18:00,470.0,-7.9723,0,leg_gt,4.27,60 -26770,buy_contrast_m10_bb_pos,buy,2026-03-26 14:00:00,468.0,-7.5786,0,leg_gt,4.24,60 -26771,buy_contrast_m10_bb_pos,buy,2026-03-26 14:03:00,469.0,-7.7759,0,leg_gt,4.24,60 -26772,buy_contrast_m10_bb_pos,buy,2026-03-26 14:06:00,467.0,-7.3805,0,leg_gt,4.24,60 -26773,buy_contrast_m10_bb_pos,buy,2026-03-26 14:09:00,468.0,-7.5786,0,leg_gt,4.24,60 -26774,buy_contrast_m10_bb_pos,buy,2026-03-26 14:12:00,466.0,-7.1815,0,leg_gt,4.24,60 -26775,buy_contrast_m10_bb_pos,buy,2026-03-26 14:15:00,464.0,-6.781,0,leg_gt,4.23,60 -26776,buy_contrast_m10_bb_pos,buy,2026-03-26 14:18:00,465.0,-6.9817,0,leg_gt,4.23,60 -26777,buy_contrast_m10_bb_pos,buy,2026-03-26 14:21:00,467.0,-7.3805,0,leg_gt,4.23,60 -26778,buy_contrast_m10_bb_pos,buy,2026-03-26 14:24:00,466.0,-7.1815,0,leg_gt,4.23,60 -26779,buy_contrast_m10_bb_pos,buy,2026-03-26 14:27:00,466.0,-7.1815,0,leg_gt,4.22,60 -26780,buy_contrast_m10_bb_pos,buy,2026-03-26 14:42:00,467.0,-7.3805,0,leg_gt,4.21,60 -26781,buy_contrast_m10_bb_pos,buy,2026-03-26 14:45:00,464.0,-6.781,0,leg_gt,4.21,60 -26782,buy_contrast_m10_bb_pos,buy,2026-03-26 14:48:00,465.0,-6.9817,0,leg_gt,4.21,60 -26783,buy_contrast_m10_bb_pos,buy,2026-03-26 14:51:00,465.0,-6.9817,0,leg_gt,4.21,60 -26784,buy_contrast_m10_bb_pos,buy,2026-03-26 14:54:00,464.0,-6.781,0,leg_gt,4.21,60 -26785,buy_contrast_m10_bb_pos,buy,2026-03-26 14:57:00,463.0,-6.5795,0,leg_gt,4.2,60 -26786,buy_contrast_m10_bb_pos,buy,2026-03-26 15:00:00,463.0,-6.5795,0,leg_gt,4.2,60 -26787,buy_contrast_m10_bb_pos,buy,2026-03-26 15:03:00,463.0,-6.5795,0,leg_gt,4.2,60 -26788,buy_contrast_m10_bb_pos,buy,2026-03-26 15:06:00,463.0,-6.5795,0,leg_gt,4.2,60 -26789,buy_contrast_m10_bb_pos,buy,2026-03-26 15:09:00,464.0,-6.781,0,leg_gt,4.2,60 -26790,buy_contrast_m10_bb_pos,buy,2026-03-26 15:12:00,462.0,-6.3771,0,leg_gt,4.19,60 -26791,buy_contrast_m10_bb_pos,buy,2026-03-26 15:15:00,462.0,-6.3771,0,leg_gt,4.19,60 -26792,buy_contrast_m10_bb_pos,buy,2026-03-26 15:18:00,462.0,-6.3771,0,leg_gt,4.19,60 -26793,buy_contrast_m10_bb_pos,buy,2026-03-26 15:30:00,462.0,-6.3771,0,leg_gt,4.18,60 -26794,buy_contrast_m10_bb_pos,buy,2026-03-26 15:33:00,462.0,-6.3771,0,leg_gt,4.18,60 -26795,buy_contrast_m10_bb_pos,buy,2026-03-26 15:36:00,461.0,-6.1738,0,leg_gt,4.18,60 -26796,buy_contrast_m10_bb_pos,buy,2026-03-26 15:39:00,462.0,-6.3771,0,leg_gt,4.18,60 -26797,buy_contrast_m10_bb_pos,buy,2026-03-26 15:42:00,462.0,-6.3771,0,leg_gt,4.17,60 -26798,buy_contrast_m10_bb_pos,buy,2026-03-26 15:45:00,462.0,-6.3771,0,leg_gt,4.17,60 -26799,buy_contrast_m10_bb_pos,buy,2026-03-26 15:48:00,462.0,-6.3771,0,leg_gt,4.17,60 -26800,buy_contrast_m10_bb_pos,buy,2026-03-26 16:21:00,460.0,-5.9696,0,leg_gt,4.15,60 -26801,buy_contrast_m10_bb_pos,buy,2026-03-26 16:24:00,461.0,-6.1738,0,leg_gt,4.14,60 -26802,buy_contrast_m10_bb_pos,buy,2026-03-26 16:27:00,461.0,-6.1738,0,leg_gt,4.14,60 -26803,buy_contrast_m10_bb_pos,buy,2026-03-26 16:30:00,459.0,-5.7645,0,leg_gt,4.14,60 -26804,buy_contrast_m10_bb_pos,buy,2026-03-26 16:33:00,458.0,-5.5585,0,leg_gt,4.14,60 -26805,buy_contrast_m10_bb_pos,buy,2026-03-26 16:36:00,459.0,-5.7645,0,leg_gt,4.14,60 -26806,buy_contrast_m10_bb_pos,buy,2026-03-26 16:39:00,459.0,-5.7645,0,leg_gt,4.13,60 -26807,buy_contrast_m10_bb_pos,buy,2026-03-26 16:42:00,459.0,-5.7645,0,leg_gt,4.13,60 -26808,buy_contrast_m10_bb_pos,buy,2026-03-26 16:45:00,460.0,-5.9696,0,leg_gt,4.13,60 -26809,buy_contrast_m10_bb_pos,buy,2026-03-26 16:48:00,460.0,-5.9696,0,leg_gt,4.13,60 -26810,buy_contrast_m10_bb_pos,buy,2026-03-26 17:21:00,458.0,-5.5585,0,leg_gt,4.1,60 -26811,buy_contrast_m10_bb_pos,buy,2026-03-26 17:24:00,459.0,-5.7645,0,leg_gt,4.1,60 -26812,buy_contrast_m10_bb_pos,buy,2026-03-26 17:27:00,459.0,-5.7645,0,leg_gt,4.1,60 -26813,buy_contrast_m10_bb_pos,buy,2026-03-26 17:30:00,458.0,-5.5585,0,leg_gt,4.1,60 -26814,buy_contrast_m10_bb_pos,buy,2026-03-26 17:33:00,459.0,-5.7645,0,leg_gt,4.1,60 -26815,buy_contrast_m10_bb_pos,buy,2026-03-26 17:36:00,460.0,-5.9696,0,leg_gt,4.09,60 -26816,buy_contrast_m10_bb_pos,buy,2026-03-26 17:39:00,460.0,-5.9696,0,leg_gt,4.09,60 -26817,buy_contrast_m10_bb_pos,buy,2026-03-26 19:00:00,458.0,-5.5585,0,leg_gt,4.04,60 -26818,buy_contrast_m10_bb_pos,buy,2026-03-26 19:03:00,458.0,-5.5585,0,leg_gt,4.03,60 -26819,buy_contrast_m10_bb_pos,buy,2026-03-26 19:06:00,457.0,-5.3516,0,leg_gt,4.03,60 -26820,buy_contrast_m10_bb_pos,buy,2026-03-26 19:09:00,456.0,-5.1439,0,leg_gt,4.03,60 -26821,buy_contrast_m10_bb_pos,buy,2026-03-26 19:30:00,457.0,-5.3516,0,leg_gt,4.01,60 -26822,buy_contrast_m10_bb_pos,buy,2026-03-26 19:33:00,458.0,-5.5585,0,leg_gt,4.01,60 -26823,buy_contrast_m10_bb_pos,buy,2026-03-26 19:36:00,459.0,-5.7645,0,leg_gt,4.01,60 -26824,buy_contrast_m10_bb_pos,buy,2026-03-26 19:39:00,459.0,-5.7645,0,leg_gt,4.01,60 -26825,buy_contrast_m10_bb_pos,buy,2026-03-26 22:42:00,458.0,-5.5585,0,leg_gt,3.88,60 -26826,buy_contrast_m10_bb_pos,buy,2026-03-26 22:45:00,460.0,-5.9696,0,leg_gt,3.88,60 -26827,buy_contrast_m10_bb_pos,buy,2026-03-26 22:48:00,461.0,-6.1738,0,leg_gt,3.88,60 -26828,buy_contrast_m10_bb_pos,buy,2026-03-27 01:12:00,444.0,-2.5775,0,leg_gt,3.78,60 -26829,buy_contrast_m10_bb_pos,buy,2026-03-27 01:15:00,443.0,-2.3573,0,leg_gt,3.78,60 -26830,buy_contrast_m10_bb_pos,buy,2026-03-27 01:18:00,442.0,-2.1362,0,leg_gt,3.77,60 -26831,buy_contrast_m10_bb_pos,buy,2026-03-27 01:30:00,442.0,-2.1362,0,leg_gt,3.76,60 -26832,buy_contrast_m10_bb_pos,buy,2026-03-27 01:33:00,442.0,-2.1362,0,leg_gt,3.76,60 -26833,buy_contrast_m10_bb_pos,buy,2026-03-27 01:36:00,444.0,-2.5775,0,leg_gt,3.76,60 -26834,buy_contrast_m10_bb_pos,buy,2026-03-27 01:39:00,445.0,-2.7966,0,leg_gt,3.76,60 -26835,buy_contrast_m10_bb_pos,buy,2026-03-27 04:51:00,442.0,-2.1362,0,leg_gt,3.62,60 -26836,buy_contrast_m10_bb_pos,buy,2026-03-27 04:54:00,441.0,-1.9141,0,leg_gt,3.62,60 -26837,buy_contrast_m10_bb_pos,buy,2026-03-27 04:57:00,441.0,-1.9141,0,leg_gt,3.62,60 -26838,buy_contrast_m10_bb_pos,buy,2026-03-27 06:00:00,440.0,-1.6909,0,leg_gt,3.58,60 -26839,buy_contrast_m10_bb_pos,buy,2026-03-27 06:03:00,441.0,-1.9141,0,leg_gt,3.58,60 -26840,buy_contrast_m10_bb_pos,buy,2026-03-27 06:06:00,441.0,-1.9141,0,leg_gt,3.57,60 -26841,buy_contrast_m10_bb_pos,buy,2026-03-27 06:09:00,440.0,-1.6909,0,leg_gt,3.57,60 -26842,buy_contrast_m10_bb_pos,buy,2026-03-27 06:12:00,440.0,-1.6909,0,leg_gt,3.57,60 -26843,buy_contrast_m10_bb_pos,buy,2026-03-27 06:15:00,440.0,-1.6909,0,leg_gt,3.57,60 -26844,buy_contrast_m10_bb_pos,buy,2026-03-27 06:18:00,441.0,-1.9141,0,leg_gt,3.56,60 -26845,buy_contrast_m10_bb_pos,buy,2026-03-27 13:00:00,438.0,-1.2416,0,leg_gt,3.29,60 -26846,buy_contrast_m10_bb_pos,buy,2026-03-27 13:03:00,435.0,-0.5598,0,leg_gt,3.28,60 -26847,buy_contrast_m10_bb_pos,buy,2026-03-27 13:06:00,435.0,-0.5598,0,leg_gt,3.28,60 -26848,buy_contrast_m10_bb_pos,buy,2026-03-27 13:09:00,434.0,-0.3304,0,leg_gt,3.28,60 -26849,buy_contrast_m10_bb_pos,buy,2026-03-27 13:42:00,435.0,-0.5598,0,leg_gt,3.26,60 -26850,buy_contrast_m10_bb_pos,buy,2026-03-27 13:45:00,433.0,-0.1,0,leg_gt,3.25,60 -26851,buy_contrast_m10_bb_pos,buy,2026-03-27 13:48:00,432.0,0.1315,1,leg_gt,3.25,60 -26852,buy_contrast_m10_bb_pos,buy,2026-03-27 14:30:00,430.0,0.5977,1,leg_gt,3.22,60 -26853,buy_contrast_m10_bb_pos,buy,2026-03-27 14:33:00,430.0,0.5977,1,leg_gt,3.22,60 -26854,buy_contrast_m10_bb_pos,buy,2026-03-27 14:36:00,431.0,0.364,1,leg_gt,3.22,60 -26855,buy_contrast_m10_bb_pos,buy,2026-03-27 14:39:00,431.0,0.364,1,leg_gt,3.22,60 -26856,buy_contrast_m10_bb_pos,buy,2026-03-27 15:21:00,427.0,1.3052,1,leg_gt,3.19,60 -26857,buy_contrast_m10_bb_pos,buy,2026-03-27 15:24:00,427.0,1.3052,1,leg_gt,3.19,60 -26858,buy_contrast_m10_bb_pos,buy,2026-03-27 15:27:00,427.0,1.3052,1,leg_gt,3.18,60 -26859,buy_contrast_m10_bb_pos,buy,2026-03-27 15:30:00,426.0,1.5432,1,leg_gt,3.18,60 -26860,buy_contrast_m10_bb_pos,buy,2026-03-27 15:33:00,426.0,1.5432,1,leg_gt,3.18,60 -26861,buy_contrast_m10_bb_pos,buy,2026-03-27 15:36:00,425.0,1.7824,1,leg_gt,3.18,60 -26862,buy_contrast_m10_bb_pos,buy,2026-03-27 15:39:00,427.0,1.3052,1,leg_gt,3.18,60 -26863,buy_contrast_m10_bb_pos,buy,2026-03-27 15:42:00,426.0,1.5432,1,leg_gt,3.17,60 -26864,buy_contrast_m10_bb_pos,buy,2026-03-27 15:45:00,426.0,1.5432,1,leg_gt,3.17,60 -26865,buy_contrast_m10_bb_pos,buy,2026-03-27 15:48:00,427.0,1.3052,1,leg_gt,3.17,60 -26866,buy_contrast_m10_bb_pos,buy,2026-03-27 15:51:00,426.0,1.5432,1,leg_gt,3.17,60 -26867,buy_contrast_m10_bb_pos,buy,2026-03-27 15:54:00,427.0,1.3052,1,leg_gt,3.16,60 -26868,buy_contrast_m10_bb_pos,buy,2026-03-27 15:57:00,426.0,1.5432,1,leg_gt,3.16,60 -26869,buy_contrast_m10_bb_pos,buy,2026-03-27 16:00:00,425.0,1.7824,1,leg_gt,3.16,60 -26870,buy_contrast_m10_bb_pos,buy,2026-03-27 16:03:00,424.0,2.0226,1,leg_gt,3.16,60 -26871,buy_contrast_m10_bb_pos,buy,2026-03-27 16:06:00,425.0,1.7824,1,leg_gt,3.16,60 -26872,buy_contrast_m10_bb_pos,buy,2026-03-27 16:09:00,425.0,1.7824,1,leg_gt,3.15,60 -26873,buy_contrast_m10_bb_pos,buy,2026-03-27 18:51:00,419.0,3.2413,1,leg_gt,3.04,60 -26874,buy_contrast_m10_bb_pos,buy,2026-03-27 18:54:00,421.0,2.7504,1,leg_gt,3.04,60 -26875,buy_contrast_m10_bb_pos,buy,2026-03-27 18:57:00,421.0,2.7504,1,leg_gt,3.04,60 -26876,buy_contrast_m10_bb_pos,buy,2026-03-27 19:42:00,420.0,2.9952,1,leg_gt,3.01,60 -26877,buy_contrast_m10_bb_pos,buy,2026-03-27 19:45:00,420.0,2.9952,1,leg_gt,3.0,60 -26878,buy_contrast_m10_bb_pos,buy,2026-03-27 19:48:00,419.0,3.2413,1,leg_gt,3.0,60 -26879,buy_contrast_m10_bb_pos,buy,2026-03-27 20:00:00,417.0,3.7369,1,leg_gt,2.99,60 -26880,buy_contrast_m10_bb_pos,buy,2026-03-27 20:03:00,417.0,3.7369,1,leg_gt,2.99,60 -26881,buy_contrast_m10_bb_pos,buy,2026-03-27 20:06:00,417.0,3.7369,1,leg_gt,2.99,60 -26882,buy_contrast_m10_bb_pos,buy,2026-03-27 20:09:00,416.0,3.9865,1,leg_gt,2.99,60 -26883,buy_contrast_m10_bb_pos,buy,2026-03-27 20:12:00,417.0,3.7369,1,leg_gt,2.99,60 -26884,buy_contrast_m10_bb_pos,buy,2026-03-27 20:15:00,417.0,3.7369,1,leg_gt,2.98,60 -26885,buy_contrast_m10_bb_pos,buy,2026-03-27 20:18:00,417.0,3.7369,1,leg_gt,2.98,60 -26886,buy_contrast_m10_bb_pos,buy,2026-03-27 21:12:00,415.0,4.2373,1,leg_gt,2.94,60 -26887,buy_contrast_m10_bb_pos,buy,2026-03-27 21:15:00,416.0,3.9865,1,leg_gt,2.94,60 -26888,buy_contrast_m10_bb_pos,buy,2026-03-27 21:18:00,416.0,3.9865,1,leg_gt,2.94,60 -26889,buy_contrast_m10_bb_pos,buy,2026-03-27 21:51:00,415.0,4.2373,1,leg_gt,2.92,60 -26890,buy_contrast_m10_bb_pos,buy,2026-03-27 21:54:00,416.0,3.9865,1,leg_gt,2.91,60 -26891,buy_contrast_m10_bb_pos,buy,2026-03-27 21:57:00,416.0,3.9865,1,leg_gt,2.91,60 -26892,buy_contrast_m10_bb_pos,buy,2026-03-28 00:00:00,414.0,4.4894,1,leg_gt,2.83,60 -26893,buy_contrast_m10_bb_pos,buy,2026-03-28 00:03:00,414.0,4.4894,1,leg_gt,2.82,60 -26894,buy_contrast_m10_bb_pos,buy,2026-03-28 00:06:00,414.0,4.4894,1,leg_gt,2.82,60 -26895,buy_contrast_m10_bb_pos,buy,2026-03-28 00:09:00,414.0,4.4894,1,leg_gt,2.82,60 -26896,buy_contrast_m10_bb_pos,buy,2026-03-28 00:30:00,413.0,4.7426,1,leg_gt,2.81,60 -26897,buy_contrast_m10_bb_pos,buy,2026-03-28 00:33:00,414.0,4.4894,1,leg_gt,2.8,60 -26898,buy_contrast_m10_bb_pos,buy,2026-03-28 00:36:00,413.0,4.7426,1,leg_gt,2.8,60 -26899,buy_contrast_m10_bb_pos,buy,2026-03-28 00:39:00,413.0,4.7426,1,leg_gt,2.8,60 -26900,buy_contrast_m10_bb_pos,buy,2026-03-28 03:12:00,402.0,7.6114,1,leg_gt,2.69,60 -26901,buy_contrast_m10_bb_pos,buy,2026-03-28 03:15:00,402.0,7.6114,1,leg_gt,2.69,60 -26902,buy_contrast_m10_bb_pos,buy,2026-03-28 03:18:00,402.0,7.6114,1,leg_gt,2.69,60 -26903,buy_contrast_m10_bb_pos,buy,2026-03-28 03:42:00,399.0,8.4213,1,leg_gt,2.67,60 -26904,buy_contrast_m10_bb_pos,buy,2026-03-28 03:45:00,400.0,8.15,1,leg_gt,2.67,60 -26905,buy_contrast_m10_bb_pos,buy,2026-03-28 03:48:00,401.0,7.88,1,leg_gt,2.67,60 -26906,buy_contrast_m10_bb_pos,buy,2026-03-28 03:51:00,401.0,7.88,1,leg_gt,2.67,60 -26907,buy_contrast_m10_bb_pos,buy,2026-03-28 03:54:00,399.0,8.4213,1,leg_gt,2.66,60 -26908,buy_contrast_m10_bb_pos,buy,2026-03-28 03:57:00,400.0,8.15,1,leg_gt,2.66,60 -26909,buy_contrast_m10_bb_pos,buy,2026-03-28 04:00:00,400.0,8.15,1,leg_gt,2.66,60 -26910,buy_contrast_m10_bb_pos,buy,2026-03-28 04:03:00,399.0,8.4213,1,leg_gt,2.66,60 -26911,buy_contrast_m10_bb_pos,buy,2026-03-28 04:06:00,398.0,8.694,1,leg_gt,2.66,60 -26912,buy_contrast_m10_bb_pos,buy,2026-03-28 04:09:00,398.0,8.694,1,leg_gt,2.65,60 -26913,buy_contrast_m10_bb_pos,buy,2026-03-28 04:12:00,397.0,8.968,1,leg_gt,2.65,60 -26914,buy_contrast_m10_bb_pos,buy,2026-03-28 04:15:00,398.0,8.694,1,leg_gt,2.65,60 -26915,buy_contrast_m10_bb_pos,buy,2026-03-28 04:18:00,399.0,8.4213,1,leg_gt,2.65,60 -26916,buy_contrast_m10_bb_pos,buy,2026-03-28 04:21:00,398.0,8.694,1,leg_gt,2.65,60 -26917,buy_contrast_m10_bb_pos,buy,2026-03-28 04:24:00,398.0,8.694,1,leg_gt,2.64,60 -26918,buy_contrast_m10_bb_pos,buy,2026-03-28 04:27:00,398.0,8.694,1,leg_gt,2.64,60 -26919,buy_contrast_m10_bb_pos,buy,2026-03-28 04:42:00,397.0,8.968,1,leg_gt,2.63,60 -26920,buy_contrast_m10_bb_pos,buy,2026-03-28 04:45:00,398.0,8.694,1,leg_gt,2.63,60 -26921,buy_contrast_m10_bb_pos,buy,2026-03-28 04:48:00,398.0,8.694,1,leg_gt,2.63,60 -26922,buy_contrast_m10_bb_pos,buy,2026-03-28 04:51:00,397.0,8.968,1,leg_gt,2.62,60 -26923,buy_contrast_m10_bb_pos,buy,2026-03-28 04:54:00,397.0,8.968,1,leg_gt,2.62,60 -26924,buy_contrast_m10_bb_pos,buy,2026-03-28 04:57:00,397.0,8.968,1,leg_gt,2.62,60 -26925,buy_contrast_m10_bb_pos,buy,2026-03-28 05:42:00,396.0,9.2434,1,leg_gt,2.59,60 -26926,buy_contrast_m10_bb_pos,buy,2026-03-28 05:45:00,396.0,9.2434,1,leg_gt,2.59,60 -26927,buy_contrast_m10_bb_pos,buy,2026-03-28 05:48:00,396.0,9.2434,1,leg_gt,2.59,60 -26928,buy_contrast_m10_bb_pos,buy,2026-03-28 06:12:00,396.0,9.2434,1,leg_gt,2.57,60 -26929,buy_contrast_m10_bb_pos,buy,2026-03-28 06:15:00,396.0,9.2434,1,leg_gt,2.57,60 -26930,buy_contrast_m10_bb_pos,buy,2026-03-28 06:18:00,393.0,10.0781,1,leg_gt,2.56,60 -26931,buy_contrast_m10_bb_pos,buy,2026-03-28 07:12:00,390.0,10.9256,1,leg_gt,2.53,60 -26932,buy_contrast_m10_bb_pos,buy,2026-03-28 07:15:00,389.0,11.2111,1,leg_gt,2.52,60 -26933,buy_contrast_m10_bb_pos,buy,2026-03-28 07:18:00,388.0,11.4979,1,leg_gt,2.52,60 -26934,buy_contrast_m10_bb_pos,buy,2026-03-28 07:30:00,387.0,11.7863,1,leg_gt,2.51,60 -26935,buy_contrast_m10_bb_pos,buy,2026-03-28 07:33:00,387.0,11.7863,1,leg_gt,2.51,60 -26936,buy_contrast_m10_bb_pos,buy,2026-03-28 07:36:00,386.0,12.0762,1,leg_gt,2.51,60 -26937,buy_contrast_m10_bb_pos,buy,2026-03-28 07:39:00,385.0,12.3675,1,leg_gt,2.51,60 -26938,buy_contrast_m10_bb_pos,buy,2026-03-28 07:42:00,387.0,11.7863,1,leg_gt,2.51,60 -26939,buy_contrast_m10_bb_pos,buy,2026-03-28 07:45:00,387.0,11.7863,1,leg_gt,2.5,60 -26940,buy_contrast_m10_bb_pos,buy,2026-03-28 07:48:00,386.0,12.0762,1,leg_gt,2.5,60 -26941,buy_contrast_m10_bb_pos,buy,2026-03-28 08:21:00,382.0,13.2508,1,leg_gt,2.48,60 -26942,buy_contrast_m10_bb_pos,buy,2026-03-28 08:24:00,382.0,13.2508,1,leg_gt,2.48,60 -26943,buy_contrast_m10_bb_pos,buy,2026-03-28 08:27:00,384.0,12.6604,1,leg_gt,2.48,60 -26944,buy_contrast_m10_bb_pos,buy,2026-03-28 09:00:00,380.0,13.8474,1,leg_gt,2.45,60 -26945,buy_contrast_m10_bb_pos,buy,2026-03-28 09:03:00,381.0,13.5483,1,leg_gt,2.45,60 -26946,buy_contrast_m10_bb_pos,buy,2026-03-28 09:06:00,381.0,13.5483,1,leg_gt,2.45,60 -26947,buy_contrast_m10_bb_pos,buy,2026-03-28 09:09:00,382.0,13.2508,1,leg_gt,2.45,60 -26948,buy_contrast_m10_bb_pos,buy,2026-03-28 09:21:00,381.0,13.5483,1,leg_gt,2.44,60 -26949,buy_contrast_m10_bb_pos,buy,2026-03-28 09:24:00,379.0,14.148,1,leg_gt,2.44,60 -26950,buy_contrast_m10_bb_pos,buy,2026-03-28 09:27:00,379.0,14.148,1,leg_gt,2.43,60 -26951,buy_contrast_m10_bb_pos,buy,2026-03-28 10:12:00,377.0,14.7541,1,leg_gt,2.4,60 -26952,buy_contrast_m10_bb_pos,buy,2026-03-28 10:15:00,376.0,15.0596,1,leg_gt,2.4,60 -26953,buy_contrast_m10_bb_pos,buy,2026-03-28 10:18:00,377.0,14.7541,1,leg_gt,2.4,60 -26954,buy_contrast_m10_bb_pos,buy,2026-03-28 10:21:00,377.0,14.7541,1,leg_gt,2.4,60 -26955,buy_contrast_m10_bb_pos,buy,2026-03-28 10:24:00,377.0,14.7541,1,leg_gt,2.39,60 -26956,buy_contrast_m10_bb_pos,buy,2026-03-28 10:27:00,376.0,15.0596,1,leg_gt,2.39,60 -26957,buy_contrast_m10_bb_pos,buy,2026-03-28 10:51:00,376.0,15.0596,1,leg_gt,2.38,60 -26958,buy_contrast_m10_bb_pos,buy,2026-03-28 10:54:00,376.0,15.0596,1,leg_gt,2.37,60 -26959,buy_contrast_m10_bb_pos,buy,2026-03-28 10:57:00,375.0,15.3667,1,leg_gt,2.37,60 -26960,buy_contrast_m10_bb_pos,buy,2026-03-28 11:00:00,375.0,15.3667,1,leg_gt,2.37,60 -26961,buy_contrast_m10_bb_pos,buy,2026-03-28 11:03:00,381.0,13.5483,1,leg_gt,2.37,60 -26962,buy_contrast_m10_bb_pos,buy,2026-03-28 11:06:00,379.0,14.148,1,leg_gt,2.36,60 -26963,buy_contrast_m10_bb_pos,buy,2026-03-28 11:09:00,379.0,14.148,1,leg_gt,2.36,60 -26964,buy_contrast_m10_bb_pos,buy,2026-03-28 12:00:00,373.0,15.9858,1,leg_gt,2.33,60 -26965,buy_contrast_m10_bb_pos,buy,2026-03-28 12:03:00,374.0,15.6754,1,leg_gt,2.33,60 -26966,buy_contrast_m10_bb_pos,buy,2026-03-28 12:06:00,375.0,15.3667,1,leg_gt,2.32,60 -26967,buy_contrast_m10_bb_pos,buy,2026-03-28 12:09:00,376.0,15.0596,1,leg_gt,2.32,60 -26968,buy_contrast_m10_bb_pos,buy,2026-03-29 06:12:00,414.0,4.4894,1,leg_gt,1.57,60 -26969,buy_contrast_m10_bb_pos,buy,2026-03-29 06:15:00,415.0,4.2373,1,leg_gt,1.57,60 -26970,buy_contrast_m10_bb_pos,buy,2026-03-29 06:18:00,415.0,4.2373,1,leg_gt,1.56,60 -26971,buy_contrast_m10_bb_pos,buy,2026-03-29 06:51:00,412.0,4.9971,1,leg_gt,1.54,60 -26972,buy_contrast_m10_bb_pos,buy,2026-03-29 06:54:00,411.0,5.2528,1,leg_gt,1.54,60 -26973,buy_contrast_m10_bb_pos,buy,2026-03-29 06:57:00,411.0,5.2528,1,leg_gt,1.54,60 -26974,buy_contrast_m10_bb_pos,buy,2026-03-29 07:30:00,411.0,5.2528,1,leg_gt,1.51,60 -26975,buy_contrast_m10_bb_pos,buy,2026-03-29 07:33:00,411.0,5.2528,1,leg_gt,1.51,60 -26976,buy_contrast_m10_bb_pos,buy,2026-03-29 07:36:00,412.0,4.9971,1,leg_gt,1.51,60 -26977,buy_contrast_m10_bb_pos,buy,2026-03-29 07:39:00,411.0,5.2528,1,leg_gt,1.51,60 -26978,buy_contrast_m10_bb_pos,buy,2026-03-29 08:12:00,407.0,6.2882,1,leg_gt,1.49,60 -26979,buy_contrast_m10_bb_pos,buy,2026-03-29 08:15:00,407.0,6.2882,1,leg_gt,1.48,60 -26980,buy_contrast_m10_bb_pos,buy,2026-03-29 08:18:00,406.0,6.5502,1,leg_gt,1.48,60 -26981,buy_contrast_m10_bb_pos,buy,2026-03-29 08:30:00,408.0,6.0275,1,leg_gt,1.47,60 -26982,buy_contrast_m10_bb_pos,buy,2026-03-29 08:33:00,409.0,5.768,1,leg_gt,1.47,60 -26983,buy_contrast_m10_bb_pos,buy,2026-03-29 08:36:00,409.0,5.768,1,leg_gt,1.47,60 -26984,buy_contrast_m10_bb_pos,buy,2026-03-29 08:39:00,409.0,5.768,1,leg_gt,1.47,60 -26985,buy_contrast_m10_bb_pos,buy,2026-03-29 08:51:00,409.0,5.768,1,leg_gt,1.46,60 -26986,buy_contrast_m10_bb_pos,buy,2026-03-29 08:54:00,409.0,5.768,1,leg_gt,1.46,60 -26987,buy_contrast_m10_bb_pos,buy,2026-03-29 08:57:00,407.0,6.2882,1,leg_gt,1.45,60 -26988,buy_contrast_m10_bb_pos,buy,2026-03-29 09:00:00,407.0,6.2882,1,leg_gt,1.45,60 -26989,buy_contrast_m10_bb_pos,buy,2026-03-29 09:03:00,407.0,6.2882,1,leg_gt,1.45,60 -26990,buy_contrast_m10_bb_pos,buy,2026-03-29 09:06:00,407.0,6.2882,1,leg_gt,1.45,60 -26991,buy_contrast_m10_bb_pos,buy,2026-03-29 09:09:00,406.0,6.5502,1,leg_gt,1.45,60 -26992,buy_contrast_m10_bb_pos,buy,2026-03-29 09:12:00,407.0,6.2882,1,leg_gt,1.44,60 -26993,buy_contrast_m10_bb_pos,buy,2026-03-29 09:15:00,407.0,6.2882,1,leg_gt,1.44,60 -26994,buy_contrast_m10_bb_pos,buy,2026-03-29 09:18:00,408.0,6.0275,1,leg_gt,1.44,60 -26995,buy_contrast_m10_bb_pos,buy,2026-03-29 09:30:00,406.0,6.5502,1,leg_gt,1.43,60 -26996,buy_contrast_m10_bb_pos,buy,2026-03-29 09:33:00,406.0,6.5502,1,leg_gt,1.43,60 -26997,buy_contrast_m10_bb_pos,buy,2026-03-29 09:36:00,407.0,6.2882,1,leg_gt,1.43,60 -26998,buy_contrast_m10_bb_pos,buy,2026-03-29 09:39:00,408.0,6.0275,1,leg_gt,1.42,60 -26999,buy_contrast_m10_bb_pos,buy,2026-03-29 18:30:00,415.0,4.2373,1,leg_gt,1.06,60 -27000,buy_contrast_m10_bb_pos,buy,2026-03-29 18:33:00,416.0,3.9865,1,leg_gt,1.05,60 -27001,buy_contrast_m10_bb_pos,buy,2026-03-29 18:36:00,416.0,3.9865,1,leg_gt,1.05,60 -27002,buy_contrast_m10_bb_pos,buy,2026-03-29 18:39:00,417.0,3.7369,1,leg_gt,1.05,60 -27003,buy_contrast_m10_bb_pos,buy,2026-03-29 19:42:00,414.0,4.4894,1,leg_gt,1.01,60 -27004,buy_contrast_m10_bb_pos,buy,2026-03-29 19:45:00,413.0,4.7426,1,leg_gt,1.0,60 -27005,buy_contrast_m10_bb_pos,buy,2026-03-29 19:48:00,413.0,4.7426,1,leg_gt,1.0,60 -27006,buy_contrast_m10_bb_pos,buy,2026-03-29 20:00:00,412.0,4.9971,1,leg_gt,0.99,60 -27007,buy_contrast_m10_bb_pos,buy,2026-03-29 20:03:00,414.0,4.4894,1,leg_gt,0.99,60 -27008,buy_contrast_m10_bb_pos,buy,2026-03-29 20:06:00,415.0,4.2373,1,leg_gt,0.99,60 -27009,buy_contrast_m10_bb_pos,buy,2026-03-29 20:09:00,417.0,3.7369,1,leg_gt,0.99,60 -27010,buy_contrast_m10_bb_pos,buy,2026-03-29 21:42:00,412.0,4.9971,1,leg_gt,0.92,60 -27011,buy_contrast_m10_bb_pos,buy,2026-03-29 21:45:00,412.0,4.9971,1,leg_gt,0.92,60 -27012,buy_contrast_m10_bb_pos,buy,2026-03-29 21:48:00,412.0,4.9971,1,leg_gt,0.92,60 -27013,buy_contrast_m10_bb_pos,buy,2026-03-29 21:51:00,413.0,4.7426,1,leg_gt,0.92,60 -27014,buy_contrast_m10_bb_pos,buy,2026-03-29 21:54:00,412.0,4.9971,1,leg_gt,0.91,60 -27015,buy_contrast_m10_bb_pos,buy,2026-03-29 21:57:00,412.0,4.9971,1,leg_gt,0.91,60 -27016,buy_contrast_m10_bb_pos,buy,2026-03-30 14:51:00,426.0,1.5432,1,leg_gt,0.21,60 -27017,buy_contrast_m10_bb_pos,buy,2026-03-30 14:54:00,427.0,1.3052,1,leg_gt,0.21,60 -27018,buy_contrast_m10_bb_pos,buy,2026-03-30 14:57:00,426.0,1.5432,1,leg_gt,0.2,60 -27019,buy_contrast_m10_bb_pos,buy,2026-03-30 15:00:00,426.0,1.5432,1,leg_gt,0.2,60 -27020,buy_contrast_m10_bb_pos,buy,2026-03-30 15:03:00,428.0,1.0682,1,leg_gt,0.2,60 -27021,buy_contrast_m10_bb_pos,buy,2026-03-30 15:06:00,426.0,1.5432,1,leg_gt,0.2,60 -27022,buy_contrast_m10_bb_pos,buy,2026-03-30 15:09:00,425.0,1.7824,1,leg_gt,0.2,60 -27023,buy_contrast_m10_bb_pos,buy,2026-03-30 15:21:00,426.0,1.5432,1,leg_gt,0.19,60 -27024,buy_contrast_m10_bb_pos,buy,2026-03-30 15:24:00,427.0,1.3052,1,leg_gt,0.19,60 -27025,buy_contrast_m10_bb_pos,buy,2026-03-30 15:27:00,426.0,1.5432,1,leg_gt,0.18,60 -27026,buy_contrast_m10_bb_pos,buy,2026-03-30 23:21:00,424.0,-4.1094,0,leg_gt,8.39,60 -27027,buy_contrast_m10_bb_pos,buy,2026-03-30 23:24:00,422.0,-3.6545,0,leg_gt,8.39,60 -27028,buy_contrast_m10_bb_pos,buy,2026-03-30 23:27:00,422.0,-3.6545,0,leg_gt,8.39,60 -27029,buy_contrast_m10_bb_pos,buy,2026-03-30 23:42:00,421.0,-3.4254,0,leg_gt,8.38,60 -27030,buy_contrast_m10_bb_pos,buy,2026-03-30 23:45:00,420.0,-3.1952,0,leg_gt,8.38,60 -27031,buy_contrast_m10_bb_pos,buy,2026-03-30 23:48:00,423.0,-3.8825,0,leg_gt,8.37,60 -27032,buy_contrast_m10_bb_pos,buy,2026-03-31 00:21:00,421.0,-3.4254,0,leg_gt,8.35,60 -27033,buy_contrast_m10_bb_pos,buy,2026-03-31 00:24:00,421.0,-3.4254,0,leg_gt,8.35,60 -27034,buy_contrast_m10_bb_pos,buy,2026-03-31 00:27:00,421.0,-3.4254,0,leg_gt,8.35,60 -27035,buy_contrast_m10_bb_pos,buy,2026-03-31 03:21:00,416.0,-2.2635,0,leg_gt,8.22,60 -27036,buy_contrast_m10_bb_pos,buy,2026-03-31 03:24:00,414.0,-1.7908,0,leg_gt,8.22,60 -27037,buy_contrast_m10_bb_pos,buy,2026-03-31 03:27:00,413.0,-1.5528,0,leg_gt,8.22,60 -27038,buy_contrast_m10_bb_pos,buy,2026-03-31 03:42:00,414.0,-1.7908,0,leg_gt,8.21,60 -27039,buy_contrast_m10_bb_pos,buy,2026-03-31 03:45:00,413.0,-1.5528,0,leg_gt,8.21,60 -27040,buy_contrast_m10_bb_pos,buy,2026-03-31 03:48:00,414.0,-1.7908,0,leg_gt,8.21,60 -27041,buy_contrast_m10_bb_pos,buy,2026-03-31 03:51:00,413.0,-1.5528,0,leg_gt,8.2,60 -27042,buy_contrast_m10_bb_pos,buy,2026-03-31 03:54:00,414.0,-1.7908,0,leg_gt,8.2,60 -27043,buy_contrast_m10_bb_pos,buy,2026-03-31 03:57:00,413.0,-1.5528,0,leg_gt,8.2,60 -27044,buy_contrast_m10_bb_pos,buy,2026-03-31 04:00:00,413.0,-1.5528,0,leg_gt,8.2,60 -27045,buy_contrast_m10_bb_pos,buy,2026-03-31 04:03:00,412.0,-1.3136,0,leg_gt,8.2,60 -27046,buy_contrast_m10_bb_pos,buy,2026-03-31 04:06:00,412.0,-1.3136,0,leg_gt,8.19,60 -27047,buy_contrast_m10_bb_pos,buy,2026-03-31 04:09:00,412.0,-1.3136,0,leg_gt,8.19,60 -27048,buy_contrast_m10_bb_pos,buy,2026-03-31 04:12:00,411.0,-1.0732,0,leg_gt,8.19,60 -27049,buy_contrast_m10_bb_pos,buy,2026-03-31 04:15:00,412.0,-1.3136,0,leg_gt,8.19,60 -27050,buy_contrast_m10_bb_pos,buy,2026-03-31 04:18:00,412.0,-1.3136,0,leg_gt,8.19,60 -27051,buy_contrast_m10_bb_pos,buy,2026-03-31 04:21:00,412.0,-1.3136,0,leg_gt,8.18,60 -27052,buy_contrast_m10_bb_pos,buy,2026-03-31 04:24:00,412.0,-1.3136,0,leg_gt,8.18,60 -27053,buy_contrast_m10_bb_pos,buy,2026-03-31 04:27:00,412.0,-1.3136,0,leg_gt,8.18,60 -27054,buy_contrast_m10_bb_pos,buy,2026-03-31 08:30:00,413.0,-1.5528,0,leg_gt,8.01,60 -27055,buy_contrast_m10_bb_pos,buy,2026-03-31 08:33:00,412.0,-1.3136,0,leg_gt,8.01,60 -27056,buy_contrast_m10_bb_pos,buy,2026-03-31 08:36:00,412.0,-1.3136,0,leg_gt,8.01,60 -27057,buy_contrast_m10_bb_pos,buy,2026-03-31 08:39:00,413.0,-1.5528,0,leg_gt,8.0,60 -27058,buy_contrast_m10_bb_pos,buy,2026-03-31 08:42:00,413.0,-1.5528,0,leg_gt,8.0,60 -27059,buy_contrast_m10_bb_pos,buy,2026-03-31 08:45:00,413.0,-1.5528,0,leg_gt,8.0,60 -27060,buy_contrast_m10_bb_pos,buy,2026-03-31 08:48:00,413.0,-1.5528,0,leg_gt,8.0,60 -27061,buy_contrast_m10_bb_pos,buy,2026-03-31 18:12:00,420.0,-3.1952,0,leg_gt,7.61,60 -27062,buy_contrast_m10_bb_pos,buy,2026-03-31 18:15:00,420.0,-3.1952,0,leg_gt,7.6,60 -27063,buy_contrast_m10_bb_pos,buy,2026-03-31 18:18:00,419.0,-2.964,0,leg_gt,7.6,60 -27064,buy_contrast_m10_bb_pos,buy,2026-03-31 18:21:00,419.0,-2.964,0,leg_gt,7.6,60 -27065,buy_contrast_m10_bb_pos,buy,2026-03-31 18:24:00,417.0,-2.4981,0,leg_gt,7.6,60 -27066,buy_contrast_m10_bb_pos,buy,2026-03-31 18:27:00,417.0,-2.4981,0,leg_gt,7.6,60 -27067,buy_contrast_m10_bb_pos,buy,2026-03-31 19:00:00,417.0,-2.4981,0,leg_gt,7.57,60 -27068,buy_contrast_m10_bb_pos,buy,2026-03-31 19:03:00,418.0,-2.7316,0,leg_gt,7.57,60 -27069,buy_contrast_m10_bb_pos,buy,2026-03-31 19:06:00,419.0,-2.964,0,leg_gt,7.57,60 -27070,buy_contrast_m10_bb_pos,buy,2026-03-31 19:09:00,418.0,-2.7316,0,leg_gt,7.57,60 -27071,buy_contrast_m10_bb_pos,buy,2026-03-31 19:12:00,419.0,-2.964,0,leg_gt,7.56,60 -27072,buy_contrast_m10_bb_pos,buy,2026-03-31 19:15:00,418.0,-2.7316,0,leg_gt,7.56,60 -27073,buy_contrast_m10_bb_pos,buy,2026-03-31 19:18:00,417.0,-2.4981,0,leg_gt,7.56,60 -27074,buy_contrast_m10_bb_pos,buy,2026-03-31 20:12:00,418.0,-2.7316,0,leg_gt,7.52,60 -27075,buy_contrast_m10_bb_pos,buy,2026-03-31 20:15:00,416.0,-2.2635,0,leg_gt,7.52,60 -27076,buy_contrast_m10_bb_pos,buy,2026-03-31 20:18:00,418.0,-2.7316,0,leg_gt,7.52,60 -27077,buy_contrast_m10_bb_pos,buy,2026-03-31 23:51:00,415.0,-2.0277,0,leg_gt,7.37,60 -27078,buy_contrast_m10_bb_pos,buy,2026-03-31 23:54:00,414.0,-1.7908,0,leg_gt,7.37,60 -27079,buy_contrast_m10_bb_pos,buy,2026-03-31 23:57:00,413.0,-1.5528,0,leg_gt,7.37,60 -27080,buy_contrast_m10_bb_pos,buy,2026-04-01 00:30:00,414.0,-1.7908,0,leg_gt,7.34,60 -27081,buy_contrast_m10_bb_pos,buy,2026-04-01 00:33:00,415.0,-2.0277,0,leg_gt,7.34,60 -27082,buy_contrast_m10_bb_pos,buy,2026-04-01 00:36:00,414.0,-1.7908,0,leg_gt,7.34,60 -27083,buy_contrast_m10_bb_pos,buy,2026-04-01 00:39:00,416.0,-2.2635,0,leg_gt,7.34,60 -27084,buy_contrast_m10_bb_pos,buy,2026-04-01 03:21:00,415.0,-2.0277,0,leg_gt,7.22,60 -27085,buy_contrast_m10_bb_pos,buy,2026-04-01 03:24:00,414.0,-1.7908,0,leg_gt,7.22,60 -27086,buy_contrast_m10_bb_pos,buy,2026-04-01 03:27:00,414.0,-1.7908,0,leg_gt,7.22,60 -27087,buy_contrast_m10_bb_pos,buy,2026-04-01 07:42:00,415.0,-2.0277,0,leg_gt,7.04,60 -27088,buy_contrast_m10_bb_pos,buy,2026-04-01 07:45:00,415.0,-2.0277,0,leg_gt,7.04,60 -27089,buy_contrast_m10_bb_pos,buy,2026-04-01 07:48:00,415.0,-2.0277,0,leg_gt,7.04,60 -27090,buy_contrast_m10_bb_pos,buy,2026-04-01 17:12:00,420.0,-3.1952,0,leg_gt,6.65,60 -27091,buy_contrast_m10_bb_pos,buy,2026-04-01 17:15:00,420.0,-3.1952,0,leg_gt,6.65,60 -27092,buy_contrast_m10_bb_pos,buy,2026-04-01 17:18:00,420.0,-3.1952,0,leg_gt,6.64,60 -27093,buy_contrast_m10_bb_pos,buy,2026-04-01 18:12:00,420.0,-3.1952,0,leg_gt,6.61,60 -27094,buy_contrast_m10_bb_pos,buy,2026-04-01 18:15:00,421.0,-3.4254,0,leg_gt,6.6,60 -27095,buy_contrast_m10_bb_pos,buy,2026-04-01 18:18:00,420.0,-3.1952,0,leg_gt,6.6,60 -27096,buy_contrast_m10_bb_pos,buy,2026-04-02 02:30:00,422.0,-3.6545,0,leg_gt,6.26,60 -27097,buy_contrast_m10_bb_pos,buy,2026-04-02 02:36:00,421.0,-3.4254,0,leg_gt,6.26,60 -27098,buy_contrast_m10_bb_pos,buy,2026-04-02 02:39:00,422.0,-3.6545,0,leg_gt,6.25,60 -27099,buy_contrast_m10_bb_pos,buy,2026-04-02 02:51:00,421.0,-3.4254,0,leg_gt,6.25,60 -27100,buy_contrast_m10_bb_pos,buy,2026-04-02 02:54:00,420.0,-3.1952,0,leg_gt,6.24,60 -27101,buy_contrast_m10_bb_pos,buy,2026-04-02 02:57:00,419.0,-2.964,0,leg_gt,6.24,60 -27102,buy_contrast_m10_bb_pos,buy,2026-04-02 03:24:00,420.0,-3.1952,0,leg_gt,6.22,60 -27103,buy_contrast_m10_bb_pos,buy,2026-04-02 03:27:00,421.0,-3.4254,0,leg_gt,6.22,60 -27104,buy_contrast_m10_bb_pos,buy,2026-04-02 05:30:00,418.0,-2.7316,0,leg_gt,6.14,60 -27105,buy_contrast_m10_bb_pos,buy,2026-04-02 05:33:00,418.0,-2.7316,0,leg_gt,6.13,60 -27106,buy_contrast_m10_bb_pos,buy,2026-04-02 05:36:00,418.0,-2.7316,0,leg_gt,6.13,60 -27107,buy_contrast_m10_bb_pos,buy,2026-04-02 05:39:00,420.0,-3.1952,0,leg_gt,6.13,60 -27108,buy_contrast_m10_bb_pos,buy,2026-04-02 08:00:00,418.0,-2.7316,0,leg_gt,6.03,60 -27109,buy_contrast_m10_bb_pos,buy,2026-04-02 08:03:00,419.0,-2.964,0,leg_gt,6.03,60 -27110,buy_contrast_m10_bb_pos,buy,2026-04-02 08:06:00,420.0,-3.1952,0,leg_gt,6.03,60 -27111,buy_contrast_m10_bb_pos,buy,2026-04-02 08:09:00,420.0,-3.1952,0,leg_gt,6.02,60 -27112,buy_contrast_m10_bb_pos,buy,2026-04-02 11:00:00,412.0,-1.3136,0,leg_gt,5.91,60 -27113,buy_contrast_m10_bb_pos,buy,2026-04-02 11:03:00,411.0,-1.0732,0,leg_gt,5.9,60 -27114,buy_contrast_m10_bb_pos,buy,2026-04-02 11:06:00,411.0,-1.0732,0,leg_gt,5.9,60 -27115,buy_contrast_m10_bb_pos,buy,2026-04-02 11:09:00,411.0,-1.0732,0,leg_gt,5.9,60 -27116,buy_contrast_m10_bb_pos,buy,2026-04-02 11:12:00,410.0,-0.8317,0,leg_gt,5.9,60 -27117,buy_contrast_m10_bb_pos,buy,2026-04-02 11:15:00,408.0,-0.3451,0,leg_gt,5.9,60 -27118,buy_contrast_m10_bb_pos,buy,2026-04-02 11:18:00,409.0,-0.589,0,leg_gt,5.89,60 -27119,buy_contrast_m10_bb_pos,buy,2026-04-02 11:21:00,407.0,-0.1,0,leg_gt,5.89,60 -27120,buy_contrast_m10_bb_pos,buy,2026-04-02 11:24:00,407.0,-0.1,0,leg_gt,5.89,60 -27121,buy_contrast_m10_bb_pos,buy,2026-04-02 11:27:00,407.0,-0.1,0,leg_gt,5.89,60 -27122,buy_contrast_m10_bb_pos,buy,2026-04-02 11:42:00,407.0,-0.1,0,leg_gt,5.88,60 -27123,buy_contrast_m10_bb_pos,buy,2026-04-02 11:45:00,405.0,0.3938,1,leg_gt,5.88,60 -27124,buy_contrast_m10_bb_pos,buy,2026-04-02 11:48:00,407.0,-0.1,0,leg_gt,5.87,60 -27125,buy_contrast_m10_bb_pos,buy,2026-04-02 11:51:00,408.0,-0.3451,0,leg_gt,5.87,60 -27126,buy_contrast_m10_bb_pos,buy,2026-04-02 11:54:00,408.0,-0.3451,0,leg_gt,5.87,60 -27127,buy_contrast_m10_bb_pos,buy,2026-04-02 11:57:00,408.0,-0.3451,0,leg_gt,5.87,60 -27128,buy_contrast_m10_bb_pos,buy,2026-04-02 18:00:00,409.0,-0.589,0,leg_gt,5.61,60 -27129,buy_contrast_m10_bb_pos,buy,2026-04-02 18:03:00,409.0,-0.589,0,leg_gt,5.61,60 -27130,buy_contrast_m10_bb_pos,buy,2026-04-02 18:06:00,408.0,-0.3451,0,leg_gt,5.61,60 -27131,buy_contrast_m10_bb_pos,buy,2026-04-02 18:09:00,408.0,-0.3451,0,leg_gt,5.61,60 -27132,buy_contrast_m10_bb_pos,buy,2026-04-02 18:30:00,408.0,-0.3451,0,leg_gt,5.59,60 -27133,buy_contrast_m10_bb_pos,buy,2026-04-02 18:33:00,408.0,-0.3451,0,leg_gt,5.59,60 -27134,buy_contrast_m10_bb_pos,buy,2026-04-02 18:36:00,410.0,-0.8317,0,leg_gt,5.59,60 -27135,buy_contrast_m10_bb_pos,buy,2026-04-02 18:39:00,409.0,-0.589,0,leg_gt,5.59,60 -27136,buy_contrast_m10_bb_pos,buy,2026-04-02 20:42:00,408.0,-0.3451,0,leg_gt,5.5,60 -27137,buy_contrast_m10_bb_pos,buy,2026-04-02 20:45:00,408.0,-0.3451,0,leg_gt,5.5,60 -27138,buy_contrast_m10_bb_pos,buy,2026-04-02 20:48:00,407.0,-0.1,0,leg_gt,5.5,60 -27139,buy_contrast_m10_bb_pos,buy,2026-04-02 21:00:00,407.0,-0.1,0,leg_gt,5.49,60 -27140,buy_contrast_m10_bb_pos,buy,2026-04-02 21:03:00,407.0,-0.1,0,leg_gt,5.49,60 -27141,buy_contrast_m10_bb_pos,buy,2026-04-02 21:06:00,408.0,-0.3451,0,leg_gt,5.49,60 -27142,buy_contrast_m10_bb_pos,buy,2026-04-02 21:09:00,407.0,-0.1,0,leg_gt,5.48,60 -27143,buy_contrast_m10_bb_pos,buy,2026-04-02 22:12:00,405.0,0.3938,1,leg_gt,5.44,60 -27144,buy_contrast_m10_bb_pos,buy,2026-04-02 22:15:00,405.0,0.3938,1,leg_gt,5.44,60 -27145,buy_contrast_m10_bb_pos,buy,2026-04-02 22:18:00,404.0,0.6426,1,leg_gt,5.44,60 -27146,buy_contrast_m10_bb_pos,buy,2026-04-02 22:21:00,404.0,0.6426,1,leg_gt,5.43,60 -27147,buy_contrast_m10_bb_pos,buy,2026-04-02 22:24:00,403.0,0.8926,1,leg_gt,5.43,60 -27148,buy_contrast_m10_bb_pos,buy,2026-04-02 22:27:00,405.0,0.3938,1,leg_gt,5.43,60 -27149,buy_contrast_m10_bb_pos,buy,2026-04-02 23:00:00,401.0,1.3963,1,leg_gt,5.41,60 -27150,buy_contrast_m10_bb_pos,buy,2026-04-02 23:03:00,401.0,1.3963,1,leg_gt,5.4,60 -27151,buy_contrast_m10_bb_pos,buy,2026-04-02 23:06:00,400.0,1.65,1,leg_gt,5.4,60 -27152,buy_contrast_m10_bb_pos,buy,2026-04-02 23:09:00,402.0,1.1438,1,leg_gt,5.4,60 -27153,buy_contrast_m10_bb_pos,buy,2026-04-02 23:12:00,401.0,1.3963,1,leg_gt,5.4,60 -27154,buy_contrast_m10_bb_pos,buy,2026-04-02 23:15:00,401.0,1.3963,1,leg_gt,5.4,60 -27155,buy_contrast_m10_bb_pos,buy,2026-04-02 23:18:00,402.0,1.1438,1,leg_gt,5.39,60 -27156,buy_contrast_m10_bb_pos,buy,2026-04-03 02:51:00,403.0,0.8926,1,leg_gt,5.25,60 -27157,buy_contrast_m10_bb_pos,buy,2026-04-03 02:54:00,403.0,0.8926,1,leg_gt,5.24,60 -27158,buy_contrast_m10_bb_pos,buy,2026-04-03 02:57:00,403.0,0.8926,1,leg_gt,5.24,60 -27159,buy_contrast_m10_bb_pos,buy,2026-04-03 03:00:00,403.0,0.8926,1,leg_gt,5.24,60 -27160,buy_contrast_m10_bb_pos,buy,2026-04-03 03:03:00,403.0,0.8926,1,leg_gt,5.24,60 -27161,buy_contrast_m10_bb_pos,buy,2026-04-03 03:09:00,403.0,0.8926,1,leg_gt,5.23,60 -27162,buy_contrast_m10_bb_pos,buy,2026-04-03 03:12:00,404.0,0.6426,1,leg_gt,5.23,60 -27163,buy_contrast_m10_bb_pos,buy,2026-04-03 03:15:00,404.0,0.6426,1,leg_gt,5.23,60 -27164,buy_contrast_m10_bb_pos,buy,2026-04-03 03:18:00,404.0,0.6426,1,leg_gt,5.23,60 -27165,buy_contrast_m10_bb_pos,buy,2026-04-03 03:42:00,404.0,0.6426,1,leg_gt,5.21,60 -27166,buy_contrast_m10_bb_pos,buy,2026-04-03 03:45:00,404.0,0.6426,1,leg_gt,5.21,60 -27167,buy_contrast_m10_bb_pos,buy,2026-04-03 03:48:00,405.0,0.3938,1,leg_gt,5.21,60 -27168,buy_contrast_m10_bb_pos,buy,2026-04-03 06:51:00,403.0,0.8926,1,leg_gt,5.08,60 -27169,buy_contrast_m10_bb_pos,buy,2026-04-03 06:54:00,404.0,0.6426,1,leg_gt,5.08,60 -27170,buy_contrast_m10_bb_pos,buy,2026-04-03 06:57:00,405.0,0.3938,1,leg_gt,5.08,60 -27171,buy_contrast_m10_bb_pos,buy,2026-04-03 10:00:00,403.0,0.8926,1,leg_gt,4.95,60 -27172,buy_contrast_m10_bb_pos,buy,2026-04-03 10:03:00,402.0,1.1438,1,leg_gt,4.95,60 -27173,buy_contrast_m10_bb_pos,buy,2026-04-03 10:06:00,402.0,1.1438,1,leg_gt,4.94,60 -27174,buy_contrast_m10_bb_pos,buy,2026-04-03 10:09:00,401.0,1.3963,1,leg_gt,4.94,60 -27175,buy_contrast_m10_bb_pos,buy,2026-04-03 10:21:00,402.0,1.1438,1,leg_gt,4.93,60 -27176,buy_contrast_m10_bb_pos,buy,2026-04-03 10:24:00,402.0,1.1438,1,leg_gt,4.93,60 -27177,buy_contrast_m10_bb_pos,buy,2026-04-03 10:27:00,403.0,0.8926,1,leg_gt,4.93,60 -27178,buy_contrast_m10_bb_pos,buy,2026-04-03 10:42:00,402.0,1.1438,1,leg_gt,4.92,60 -27179,buy_contrast_m10_bb_pos,buy,2026-04-03 10:45:00,401.0,1.3963,1,leg_gt,4.92,60 -27180,buy_contrast_m10_bb_pos,buy,2026-04-03 10:48:00,402.0,1.1438,1,leg_gt,4.91,60 -27181,buy_contrast_m10_bb_pos,buy,2026-04-03 22:12:00,411.0,-1.0732,0,leg_gt,4.44,60 -27182,buy_contrast_m10_bb_pos,buy,2026-04-03 22:15:00,412.0,-1.3136,0,leg_gt,4.44,60 -27183,buy_contrast_m10_bb_pos,buy,2026-04-03 22:18:00,411.0,-1.0732,0,leg_gt,4.44,60 -27184,buy_contrast_m10_bb_pos,buy,2026-04-03 22:21:00,412.0,-1.3136,0,leg_gt,4.43,60 -27185,buy_contrast_m10_bb_pos,buy,2026-04-03 22:24:00,413.0,-1.5528,0,leg_gt,4.43,60 -27186,buy_contrast_m10_bb_pos,buy,2026-04-03 22:27:00,413.0,-1.5528,0,leg_gt,4.43,60 -27187,buy_contrast_m10_bb_pos,buy,2026-04-03 23:21:00,411.0,-1.0732,0,leg_gt,4.39,60 -27188,buy_contrast_m10_bb_pos,buy,2026-04-03 23:24:00,411.0,-1.0732,0,leg_gt,4.39,60 -27189,buy_contrast_m10_bb_pos,buy,2026-04-03 23:27:00,412.0,-1.3136,0,leg_gt,4.39,60 -27190,buy_contrast_m10_bb_pos,buy,2026-04-04 00:42:00,411.0,-1.0732,0,leg_gt,4.34,60 -27191,buy_contrast_m10_bb_pos,buy,2026-04-04 00:45:00,409.0,-0.589,0,leg_gt,4.33,60 -27192,buy_contrast_m10_bb_pos,buy,2026-04-04 00:48:00,409.0,-0.589,0,leg_gt,4.33,60 -27193,buy_contrast_m10_bb_pos,buy,2026-04-04 01:00:00,409.0,-0.589,0,leg_gt,4.32,60 -27194,buy_contrast_m10_bb_pos,buy,2026-04-04 01:03:00,410.0,-0.8317,0,leg_gt,4.32,60 -27195,buy_contrast_m10_bb_pos,buy,2026-04-04 01:06:00,410.0,-0.8317,0,leg_gt,4.32,60 -27196,buy_contrast_m10_bb_pos,buy,2026-04-04 01:09:00,410.0,-0.8317,0,leg_gt,4.32,60 -27197,buy_contrast_m10_bb_pos,buy,2026-04-04 03:03:00,409.0,-0.589,0,leg_gt,4.24,60 -27198,buy_contrast_m10_bb_pos,buy,2026-04-04 03:06:00,410.0,-0.8317,0,leg_gt,4.24,60 -27199,buy_contrast_m10_bb_pos,buy,2026-04-04 04:00:00,408.0,-0.3451,0,leg_gt,4.2,60 -27200,buy_contrast_m10_bb_pos,buy,2026-04-04 04:03:00,408.0,-0.3451,0,leg_gt,4.2,60 -27201,buy_contrast_m10_bb_pos,buy,2026-04-04 04:06:00,406.0,0.1463,1,leg_gt,4.19,60 -27202,buy_contrast_m10_bb_pos,buy,2026-04-04 04:42:00,406.0,0.1463,1,leg_gt,4.17,60 -27203,buy_contrast_m10_bb_pos,buy,2026-04-04 04:45:00,406.0,0.1463,1,leg_gt,4.17,60 -27204,buy_contrast_m10_bb_pos,buy,2026-04-04 04:48:00,407.0,-0.1,0,leg_gt,4.16,60 -27205,buy_contrast_m10_bb_pos,buy,2026-04-04 06:42:00,404.0,0.6426,1,leg_gt,4.09,60 -27206,buy_contrast_m10_bb_pos,buy,2026-04-04 06:45:00,405.0,0.3938,1,leg_gt,4.08,60 -27207,buy_contrast_m10_bb_pos,buy,2026-04-04 06:48:00,404.0,0.6426,1,leg_gt,4.08,60 -27208,buy_contrast_m10_bb_pos,buy,2026-04-04 07:21:00,405.0,0.3938,1,leg_gt,4.06,60 -27209,buy_contrast_m10_bb_pos,buy,2026-04-04 07:24:00,405.0,0.3938,1,leg_gt,4.06,60 -27210,buy_contrast_m10_bb_pos,buy,2026-04-04 07:27:00,405.0,0.3938,1,leg_gt,4.05,60 -27211,buy_contrast_m10_bb_pos,buy,2026-04-04 08:21:00,403.0,0.8926,1,leg_gt,4.02,60 -27212,buy_contrast_m10_bb_pos,buy,2026-04-04 08:24:00,403.0,0.8926,1,leg_gt,4.01,60 -27213,buy_contrast_m10_bb_pos,buy,2026-04-04 08:27:00,402.0,1.1438,1,leg_gt,4.01,60 -27214,buy_contrast_m10_bb_pos,buy,2026-04-04 08:30:00,403.0,0.8926,1,leg_gt,4.01,60 -27215,buy_contrast_m10_bb_pos,buy,2026-04-04 08:33:00,403.0,0.8926,1,leg_gt,4.01,60 -27216,buy_contrast_m10_bb_pos,buy,2026-04-04 08:36:00,402.0,1.1438,1,leg_gt,4.01,60 -27217,buy_contrast_m10_bb_pos,buy,2026-04-04 08:39:00,402.0,1.1438,1,leg_gt,4.0,60 -27218,buy_contrast_m10_bb_pos,buy,2026-04-04 10:42:00,402.0,1.1438,1,leg_gt,3.92,60 -27219,buy_contrast_m10_bb_pos,buy,2026-04-04 10:45:00,401.0,1.3963,1,leg_gt,3.92,60 -27220,buy_contrast_m10_bb_pos,buy,2026-04-04 10:48:00,403.0,0.8926,1,leg_gt,3.91,60 -27221,buy_contrast_m10_bb_pos,buy,2026-04-04 11:42:00,402.0,1.1438,1,leg_gt,3.88,60 -27222,buy_contrast_m10_bb_pos,buy,2026-04-04 11:45:00,402.0,1.1438,1,leg_gt,3.88,60 -27223,buy_contrast_m10_bb_pos,buy,2026-04-04 11:48:00,402.0,1.1438,1,leg_gt,3.87,60 -27224,buy_contrast_m10_bb_pos,buy,2026-04-04 11:51:00,401.0,1.3963,1,leg_gt,3.87,60 -27225,buy_contrast_m10_bb_pos,buy,2026-04-04 11:54:00,401.0,1.3963,1,leg_gt,3.87,60 -27226,buy_contrast_m10_bb_pos,buy,2026-04-04 11:57:00,401.0,1.3963,1,leg_gt,3.87,60 -27227,buy_contrast_m10_bb_pos,buy,2026-04-04 14:51:00,401.0,1.3963,1,leg_gt,3.75,60 -27228,buy_contrast_m10_bb_pos,buy,2026-04-04 14:54:00,402.0,1.1438,1,leg_gt,3.74,60 -27229,buy_contrast_m10_bb_pos,buy,2026-04-04 14:57:00,402.0,1.1438,1,leg_gt,3.74,60 -27230,buy_contrast_m10_bb_pos,buy,2026-04-04 15:12:00,402.0,1.1438,1,leg_gt,3.73,60 -27231,buy_contrast_m10_bb_pos,buy,2026-04-04 15:15:00,402.0,1.1438,1,leg_gt,3.73,60 -27232,buy_contrast_m10_bb_pos,buy,2026-04-04 15:18:00,402.0,1.1438,1,leg_gt,3.73,60 -27233,buy_contrast_m10_bb_pos,buy,2026-04-04 17:00:00,401.0,1.3963,1,leg_gt,3.66,60 -27234,buy_contrast_m10_bb_pos,buy,2026-04-04 17:03:00,401.0,1.3963,1,leg_gt,3.65,60 -27235,buy_contrast_m10_bb_pos,buy,2026-04-04 17:06:00,401.0,1.3963,1,leg_gt,3.65,60 -27236,buy_contrast_m10_bb_pos,buy,2026-04-04 17:09:00,401.0,1.3963,1,leg_gt,3.65,60 -27237,buy_contrast_m10_bb_pos,buy,2026-04-04 18:30:00,396.0,2.6778,1,leg_gt,3.59,60 -27238,buy_contrast_m10_bb_pos,buy,2026-04-04 18:33:00,397.0,2.4189,1,leg_gt,3.59,60 -27239,buy_contrast_m10_bb_pos,buy,2026-04-04 18:36:00,396.0,2.6778,1,leg_gt,3.59,60 -27240,buy_contrast_m10_bb_pos,buy,2026-04-04 18:39:00,396.0,2.6778,1,leg_gt,3.59,60 -27241,buy_contrast_m10_bb_pos,buy,2026-04-04 18:42:00,396.0,2.6778,1,leg_gt,3.59,60 -27242,buy_contrast_m10_bb_pos,buy,2026-04-04 18:45:00,396.0,2.6778,1,leg_gt,3.58,60 -27243,buy_contrast_m10_bb_pos,buy,2026-04-04 18:48:00,397.0,2.4189,1,leg_gt,3.58,60 -27244,buy_contrast_m10_bb_pos,buy,2026-04-04 23:12:00,396.0,2.6778,1,leg_gt,3.4,60 -27245,buy_contrast_m10_bb_pos,buy,2026-04-04 23:15:00,397.0,2.4189,1,leg_gt,3.4,60 -27246,buy_contrast_m10_bb_pos,buy,2026-04-04 23:18:00,398.0,2.1613,1,leg_gt,3.39,60 -27247,buy_contrast_m10_bb_pos,buy,2026-04-04 23:42:00,396.0,2.6778,1,leg_gt,3.38,60 -27248,buy_contrast_m10_bb_pos,buy,2026-04-04 23:45:00,398.0,2.1613,1,leg_gt,3.38,60 -27249,buy_contrast_m10_bb_pos,buy,2026-04-04 23:48:00,398.0,2.1613,1,leg_gt,3.37,60 -27250,buy_contrast_m10_bb_pos,buy,2026-04-05 05:30:00,398.0,2.1613,1,leg_gt,3.14,60 -27251,buy_contrast_m10_bb_pos,buy,2026-04-05 05:36:00,399.0,1.905,1,leg_gt,3.13,60 -27252,buy_contrast_m10_bb_pos,buy,2026-04-05 05:51:00,398.0,2.1613,1,leg_gt,3.12,60 -27253,buy_contrast_m10_bb_pos,buy,2026-04-05 05:54:00,398.0,2.1613,1,leg_gt,3.12,60 -27254,buy_contrast_m10_bb_pos,buy,2026-04-05 05:57:00,398.0,2.1613,1,leg_gt,3.12,60 -27255,buy_contrast_m10_bb_pos,buy,2026-04-05 07:00:00,397.0,2.4189,1,leg_gt,3.07,60 -27256,buy_contrast_m10_bb_pos,buy,2026-04-05 07:03:00,398.0,2.1613,1,leg_gt,3.07,60 -27257,buy_contrast_m10_bb_pos,buy,2026-04-05 07:06:00,399.0,1.905,1,leg_gt,3.07,60 -27258,buy_contrast_m10_bb_pos,buy,2026-04-05 07:09:00,397.0,2.4189,1,leg_gt,3.07,60 -27259,buy_contrast_m10_bb_pos,buy,2026-04-05 07:42:00,397.0,2.4189,1,leg_gt,3.04,60 -27260,buy_contrast_m10_bb_pos,buy,2026-04-05 07:45:00,398.0,2.1613,1,leg_gt,3.04,60 -27261,buy_contrast_m10_bb_pos,buy,2026-04-05 07:48:00,397.0,2.4189,1,leg_gt,3.04,60 -27262,buy_contrast_m10_bb_pos,buy,2026-04-05 09:00:00,391.0,3.9921,1,leg_gt,2.99,60 -27263,buy_contrast_m10_bb_pos,buy,2026-04-05 09:03:00,390.0,4.259,1,leg_gt,2.99,60 -27264,buy_contrast_m10_bb_pos,buy,2026-04-05 09:06:00,391.0,3.9921,1,leg_gt,2.99,60 -27265,buy_contrast_m10_bb_pos,buy,2026-04-05 09:09:00,389.0,4.5272,1,leg_gt,2.98,60 -27266,buy_contrast_m10_bb_pos,buy,2026-04-05 09:21:00,390.0,4.259,1,leg_gt,2.98,60 -27267,buy_contrast_m10_bb_pos,buy,2026-04-05 09:24:00,391.0,3.9921,1,leg_gt,2.97,60 -27268,buy_contrast_m10_bb_pos,buy,2026-04-05 09:27:00,391.0,3.9921,1,leg_gt,2.97,60 -27269,buy_contrast_m10_bb_pos,buy,2026-04-05 13:12:00,388.0,4.7969,1,leg_gt,2.81,60 -27270,buy_contrast_m10_bb_pos,buy,2026-04-05 13:15:00,388.0,4.7969,1,leg_gt,2.81,60 -27271,buy_contrast_m10_bb_pos,buy,2026-04-05 13:18:00,388.0,4.7969,1,leg_gt,2.81,60 -27272,buy_contrast_m10_bb_pos,buy,2026-04-05 13:21:00,388.0,4.7969,1,leg_gt,2.81,60 -27273,buy_contrast_m10_bb_pos,buy,2026-04-05 13:24:00,387.0,5.068,1,leg_gt,2.81,60 -27274,buy_contrast_m10_bb_pos,buy,2026-04-05 13:27:00,388.0,4.7969,1,leg_gt,2.8,60 -27275,buy_contrast_m10_bb_pos,buy,2026-04-05 14:21:00,387.0,5.068,1,leg_gt,2.77,60 -27276,buy_contrast_m10_bb_pos,buy,2026-04-05 14:24:00,387.0,5.068,1,leg_gt,2.76,60 -27277,buy_contrast_m10_bb_pos,buy,2026-04-05 14:27:00,387.0,5.068,1,leg_gt,2.76,60 -27278,buy_contrast_m10_bb_pos,buy,2026-04-05 14:51:00,385.0,5.6143,1,leg_gt,2.75,60 -27279,buy_contrast_m10_bb_pos,buy,2026-04-05 14:54:00,384.0,5.8896,1,leg_gt,2.74,60 -27280,buy_contrast_m10_bb_pos,buy,2026-04-05 14:57:00,385.0,5.6143,1,leg_gt,2.74,60 -27281,buy_contrast_m10_bb_pos,buy,2026-04-05 16:12:00,383.0,6.1663,1,leg_gt,2.69,60 -27282,buy_contrast_m10_bb_pos,buy,2026-04-05 16:15:00,383.0,6.1663,1,leg_gt,2.69,60 -27283,buy_contrast_m10_bb_pos,buy,2026-04-05 16:18:00,382.0,6.4445,1,leg_gt,2.69,60 -27284,buy_contrast_m10_bb_pos,buy,2026-04-05 16:21:00,382.0,6.4445,1,leg_gt,2.68,60 -27285,buy_contrast_m10_bb_pos,buy,2026-04-05 16:24:00,382.0,6.4445,1,leg_gt,2.68,60 -27286,buy_contrast_m10_bb_pos,buy,2026-04-05 16:27:00,382.0,6.4445,1,leg_gt,2.68,60 -27287,buy_contrast_m10_bb_pos,buy,2026-04-05 16:51:00,379.0,7.2879,1,leg_gt,2.66,60 -27288,buy_contrast_m10_bb_pos,buy,2026-04-05 16:54:00,379.0,7.2879,1,leg_gt,2.66,60 -27289,buy_contrast_m10_bb_pos,buy,2026-04-05 16:57:00,380.0,7.0053,1,leg_gt,2.66,60 -27290,buy_contrast_m10_bb_pos,buy,2026-04-05 17:00:00,379.0,7.2879,1,leg_gt,2.66,60 -27291,buy_contrast_m10_bb_pos,buy,2026-04-05 17:03:00,380.0,7.0053,1,leg_gt,2.65,60 -27292,buy_contrast_m10_bb_pos,buy,2026-04-05 17:06:00,380.0,7.0053,1,leg_gt,2.65,60 -27293,buy_contrast_m10_bb_pos,buy,2026-04-05 17:09:00,380.0,7.0053,1,leg_gt,2.65,60 -27294,buy_contrast_m10_bb_pos,buy,2026-04-05 19:42:00,377.0,7.8576,1,leg_gt,2.54,60 -27295,buy_contrast_m10_bb_pos,buy,2026-04-05 19:45:00,378.0,7.572,1,leg_gt,2.54,60 -27296,buy_contrast_m10_bb_pos,buy,2026-04-05 19:48:00,377.0,7.8576,1,leg_gt,2.54,60 -27297,buy_contrast_m10_bb_pos,buy,2026-04-05 21:51:00,375.0,8.4333,1,leg_gt,2.45,60 -27298,buy_contrast_m10_bb_pos,buy,2026-04-05 21:54:00,376.0,8.1447,1,leg_gt,2.45,60 -27299,buy_contrast_m10_bb_pos,buy,2026-04-05 21:57:00,376.0,8.1447,1,leg_gt,2.45,60 -27300,buy_contrast_m10_bb_pos,buy,2026-04-05 22:21:00,375.0,8.4333,1,leg_gt,2.43,60 -27301,buy_contrast_m10_bb_pos,buy,2026-04-05 22:24:00,375.0,8.4333,1,leg_gt,2.43,60 -27302,buy_contrast_m10_bb_pos,buy,2026-04-05 22:27:00,375.0,8.4333,1,leg_gt,2.43,60 -27303,buy_contrast_m10_bb_pos,buy,2026-04-06 04:00:00,376.0,8.1447,1,leg_gt,2.2,60 -27304,buy_contrast_m10_bb_pos,buy,2026-04-06 04:03:00,376.0,8.1447,1,leg_gt,2.2,60 -27305,buy_contrast_m10_bb_pos,buy,2026-04-06 04:06:00,375.0,8.4333,1,leg_gt,2.19,60 -27306,buy_contrast_m10_bb_pos,buy,2026-04-06 04:09:00,375.0,8.4333,1,leg_gt,2.19,60 -27307,buy_contrast_m10_bb_pos,buy,2026-04-06 05:12:00,371.0,9.6035,1,leg_gt,2.15,60 -27308,buy_contrast_m10_bb_pos,buy,2026-04-06 05:15:00,370.0,9.9,1,leg_gt,2.15,60 -27309,buy_contrast_m10_bb_pos,buy,2026-04-06 05:18:00,370.0,9.9,1,leg_gt,2.14,60 -27310,buy_contrast_m10_bb_pos,buy,2026-04-06 05:21:00,371.0,9.6035,1,leg_gt,2.14,60 -27311,buy_contrast_m10_bb_pos,buy,2026-04-06 05:24:00,372.0,9.3086,1,leg_gt,2.14,60 -27312,buy_contrast_m10_bb_pos,buy,2026-04-06 05:27:00,370.0,9.9,1,leg_gt,2.14,60 -27313,buy_contrast_m10_bb_pos,buy,2026-04-06 05:30:00,369.0,10.1981,1,leg_gt,2.14,60 -27314,buy_contrast_m10_bb_pos,buy,2026-04-06 05:33:00,369.0,10.1981,1,leg_gt,2.13,60 -27315,buy_contrast_m10_bb_pos,buy,2026-04-06 05:36:00,370.0,9.9,1,leg_gt,2.13,60 -27316,buy_contrast_m10_bb_pos,buy,2026-04-06 05:39:00,370.0,9.9,1,leg_gt,2.13,60 -27317,buy_contrast_m10_bb_pos,buy,2026-04-06 06:00:00,369.0,10.1981,1,leg_gt,2.11,60 -27318,buy_contrast_m10_bb_pos,buy,2026-04-06 06:03:00,369.0,10.1981,1,leg_gt,2.11,60 -27319,buy_contrast_m10_bb_pos,buy,2026-04-06 06:06:00,369.0,10.1981,1,leg_gt,2.11,60 -27320,buy_contrast_m10_bb_pos,buy,2026-04-06 06:09:00,369.0,10.1981,1,leg_gt,2.11,60 -27321,buy_contrast_m10_bb_pos,buy,2026-04-06 06:12:00,369.0,10.1981,1,leg_gt,2.11,60 -27322,buy_contrast_m10_bb_pos,buy,2026-04-06 06:15:00,364.0,11.7132,1,leg_gt,2.1,60 -27323,buy_contrast_m10_bb_pos,buy,2026-04-06 06:18:00,365.0,11.4068,1,leg_gt,2.1,60 -27324,buy_contrast_m10_bb_pos,buy,2026-04-06 06:21:00,366.0,11.1022,1,leg_gt,2.1,60 -27325,buy_contrast_m10_bb_pos,buy,2026-04-06 06:24:00,367.0,10.7992,1,leg_gt,2.1,60 -27326,buy_contrast_m10_bb_pos,buy,2026-04-06 06:27:00,364.0,11.7132,1,leg_gt,2.1,60 -27327,buy_contrast_m10_bb_pos,buy,2026-04-06 06:30:00,366.0,11.1022,1,leg_gt,2.09,60 -27328,buy_contrast_m10_bb_pos,buy,2026-04-06 06:33:00,367.0,10.7992,1,leg_gt,2.09,60 -27329,buy_contrast_m10_bb_pos,buy,2026-04-06 06:36:00,367.0,10.7992,1,leg_gt,2.09,60 -27330,buy_contrast_m10_bb_pos,buy,2026-04-06 06:39:00,367.0,10.7992,1,leg_gt,2.09,60 -27331,buy_contrast_m10_bb_pos,buy,2026-04-06 06:42:00,367.0,10.7992,1,leg_gt,2.09,60 -27332,buy_contrast_m10_bb_pos,buy,2026-04-06 06:45:00,366.0,11.1022,1,leg_gt,2.08,60 -27333,buy_contrast_m10_bb_pos,buy,2026-04-06 06:48:00,366.0,11.1022,1,leg_gt,2.08,60 -27334,buy_contrast_m10_bb_pos,buy,2026-04-06 15:42:00,372.0,9.3086,1,leg_gt,1.71,60 -27335,buy_contrast_m10_bb_pos,buy,2026-04-06 15:45:00,372.0,9.3086,1,leg_gt,1.71,60 -27336,buy_contrast_m10_bb_pos,buy,2026-04-06 15:48:00,374.0,8.7235,1,leg_gt,1.71,60 -27337,buy_contrast_m10_bb_pos,buy,2026-04-06 23:51:00,379.0,7.2879,1,leg_gt,1.37,60 -27338,buy_contrast_m10_bb_pos,buy,2026-04-06 23:54:00,380.0,7.0053,1,leg_gt,1.37,60 -27339,buy_contrast_m10_bb_pos,buy,2026-04-06 23:57:00,380.0,7.0053,1,leg_gt,1.37,60 -27340,buy_contrast_m10_bb_pos,buy,2026-04-07 00:21:00,378.0,7.572,1,leg_gt,1.35,60 -27341,buy_contrast_m10_bb_pos,buy,2026-04-07 00:24:00,380.0,7.0053,1,leg_gt,1.35,60 -27342,buy_contrast_m10_bb_pos,buy,2026-04-07 00:27:00,379.0,7.2879,1,leg_gt,1.35,60 -27343,buy_contrast_m10_bb_pos,buy,2026-04-07 02:12:00,376.0,8.1447,1,leg_gt,1.27,60 -27344,buy_contrast_m10_bb_pos,buy,2026-04-07 02:15:00,374.0,8.7235,1,leg_gt,1.27,60 -27345,buy_contrast_m10_bb_pos,buy,2026-04-07 02:18:00,375.0,8.4333,1,leg_gt,1.27,60 -27346,buy_contrast_m10_bb_pos,buy,2026-04-07 02:21:00,376.0,8.1447,1,leg_gt,1.27,60 -27347,buy_contrast_m10_bb_pos,buy,2026-04-07 02:24:00,378.0,7.572,1,leg_gt,1.26,60 -27348,buy_contrast_m10_bb_pos,buy,2026-04-07 02:27:00,378.0,7.572,1,leg_gt,1.26,60 -27349,buy_contrast_m10_bb_pos,buy,2026-04-07 03:00:00,376.0,8.1447,1,leg_gt,1.24,60 -27350,buy_contrast_m10_bb_pos,buy,2026-04-07 03:03:00,378.0,7.572,1,leg_gt,1.24,60 -27351,buy_contrast_m10_bb_pos,buy,2026-04-07 03:09:00,377.0,7.8576,1,leg_gt,1.23,60 -27352,buy_contrast_m10_bb_pos,buy,2026-04-07 04:51:00,376.0,8.1447,1,leg_gt,1.16,60 -27353,buy_contrast_m10_bb_pos,buy,2026-04-07 04:54:00,377.0,7.8576,1,leg_gt,1.16,60 -27354,buy_contrast_m10_bb_pos,buy,2026-04-07 04:57:00,378.0,7.572,1,leg_gt,1.16,60 -27355,buy_contrast_m10_bb_pos,buy,2026-04-07 06:21:00,376.0,8.1447,1,leg_gt,1.1,60 -27356,buy_contrast_m10_bb_pos,buy,2026-04-07 06:24:00,376.0,8.1447,1,leg_gt,1.1,60 -27357,buy_contrast_m10_bb_pos,buy,2026-04-07 06:27:00,375.0,8.4333,1,leg_gt,1.1,60 -27358,buy_contrast_m10_bb_pos,buy,2026-04-07 06:42:00,375.0,8.4333,1,leg_gt,1.09,60 -27359,buy_contrast_m10_bb_pos,buy,2026-04-07 06:45:00,375.0,8.4333,1,leg_gt,1.08,60 -27360,buy_contrast_m10_bb_pos,buy,2026-04-07 06:48:00,374.0,8.7235,1,leg_gt,1.08,60 -27361,buy_contrast_m10_bb_pos,buy,2026-04-07 06:51:00,375.0,8.4333,1,leg_gt,1.08,60 -27362,buy_contrast_m10_bb_pos,buy,2026-04-07 06:54:00,374.0,8.7235,1,leg_gt,1.08,60 -27363,buy_contrast_m10_bb_pos,buy,2026-04-07 06:57:00,374.0,8.7235,1,leg_gt,1.08,60 -27364,buy_contrast_m10_bb_pos,buy,2026-04-07 07:00:00,374.0,8.7235,1,leg_gt,1.07,60 -27365,buy_contrast_m10_bb_pos,buy,2026-04-07 07:03:00,373.0,9.0153,1,leg_gt,1.07,60 -27366,buy_contrast_m10_bb_pos,buy,2026-04-07 07:06:00,374.0,8.7235,1,leg_gt,1.07,60 -27367,buy_contrast_m10_bb_pos,buy,2026-04-07 07:09:00,373.0,9.0153,1,leg_gt,1.07,60 -27368,buy_contrast_m10_bb_pos,buy,2026-04-07 07:12:00,374.0,8.7235,1,leg_gt,1.06,60 -27369,buy_contrast_m10_bb_pos,buy,2026-04-07 07:15:00,374.0,8.7235,1,leg_gt,1.06,60 -27370,buy_contrast_m10_bb_pos,buy,2026-04-07 07:18:00,374.0,8.7235,1,leg_gt,1.06,60 -27371,buy_contrast_m10_bb_pos,buy,2026-04-07 07:21:00,373.0,9.0153,1,leg_gt,1.06,60 -27372,buy_contrast_m10_bb_pos,buy,2026-04-07 07:24:00,373.0,9.0153,1,leg_gt,1.06,60 -27373,buy_contrast_m10_bb_pos,buy,2026-04-07 07:27:00,372.0,9.3086,1,leg_gt,1.05,60 -27374,buy_contrast_m10_bb_pos,buy,2026-04-07 08:12:00,368.0,10.4978,1,leg_gt,1.02,60 -27375,buy_contrast_m10_bb_pos,buy,2026-04-07 08:15:00,367.0,10.7992,1,leg_gt,1.02,60 -27376,buy_contrast_m10_bb_pos,buy,2026-04-07 08:18:00,366.0,11.1022,1,leg_gt,1.02,60 -27377,buy_contrast_m10_bb_pos,buy,2026-04-07 08:30:00,365.0,11.4068,1,leg_gt,1.01,60 -27378,buy_contrast_m10_bb_pos,buy,2026-04-07 08:33:00,367.0,10.7992,1,leg_gt,1.01,60 -27379,buy_contrast_m10_bb_pos,buy,2026-04-07 08:36:00,365.0,11.4068,1,leg_gt,1.01,60 -27380,buy_contrast_m10_bb_pos,buy,2026-04-07 08:39:00,366.0,11.1022,1,leg_gt,1.0,60 -27381,buy_contrast_m10_bb_pos,buy,2026-04-07 08:42:00,367.0,10.7992,1,leg_gt,1.0,60 -27382,buy_contrast_m10_bb_pos,buy,2026-04-07 08:45:00,367.0,10.7992,1,leg_gt,1.0,60 -27383,buy_contrast_m10_bb_pos,buy,2026-04-07 08:48:00,368.0,10.4978,1,leg_gt,1.0,60 -27384,buy_contrast_m10_bb_pos,buy,2026-04-07 11:00:00,365.0,11.4068,1,leg_gt,0.91,60 -27385,buy_contrast_m10_bb_pos,buy,2026-04-07 11:03:00,364.0,11.7132,1,leg_gt,0.9,60 -27386,buy_contrast_m10_bb_pos,buy,2026-04-07 11:06:00,365.0,11.4068,1,leg_gt,0.9,60 -27387,buy_contrast_m10_bb_pos,buy,2026-04-07 11:09:00,364.0,11.7132,1,leg_gt,0.9,60 -27388,buy_contrast_m10_bb_pos,buy,2026-04-07 11:12:00,365.0,11.4068,1,leg_gt,0.9,60 -27389,buy_contrast_m10_bb_pos,buy,2026-04-07 11:15:00,365.0,11.4068,1,leg_gt,0.9,60 -27390,buy_contrast_m10_bb_pos,buy,2026-04-07 11:18:00,365.0,11.4068,1,leg_gt,0.89,60 -27391,buy_contrast_m10_bb_pos,buy,2026-04-07 13:12:00,366.0,11.1022,1,leg_gt,0.81,60 -27392,buy_contrast_m10_bb_pos,buy,2026-04-07 13:15:00,366.0,11.1022,1,leg_gt,0.81,60 -27393,buy_contrast_m10_bb_pos,buy,2026-04-07 13:18:00,366.0,11.1022,1,leg_gt,0.81,60 -27394,buy_contrast_m10_bb_pos,buy,2026-04-07 20:42:00,370.0,9.9,1,leg_gt,0.5,60 -27395,buy_contrast_m10_bb_pos,buy,2026-04-07 20:45:00,371.0,9.6035,1,leg_gt,0.5,60 -27396,buy_contrast_m10_bb_pos,buy,2026-04-07 20:48:00,371.0,9.6035,1,leg_gt,0.5,60 -27397,buy_contrast_m10_bb_pos,buy,2026-04-07 21:21:00,368.0,10.4978,1,leg_gt,0.48,60 -27398,buy_contrast_m10_bb_pos,buy,2026-04-07 21:24:00,368.0,10.4978,1,leg_gt,0.47,60 -27399,buy_contrast_m10_bb_pos,buy,2026-04-07 21:27:00,367.0,10.7992,1,leg_gt,0.47,60 -27400,buy_contrast_m10_bb_pos,buy,2026-04-07 21:30:00,368.0,10.4978,1,leg_gt,0.47,60 -27401,buy_contrast_m10_bb_pos,buy,2026-04-07 21:33:00,367.0,10.7992,1,leg_gt,0.47,60 -27402,buy_contrast_m10_bb_pos,buy,2026-04-07 21:36:00,366.0,11.1022,1,leg_gt,0.46,60 -27403,buy_contrast_m10_bb_pos,buy,2026-04-07 21:39:00,367.0,10.7992,1,leg_gt,0.46,60 -27404,buy_contrast_m10_bb_pos,buy,2026-04-07 21:42:00,367.0,10.7992,1,leg_gt,0.46,60 -27405,buy_contrast_m10_bb_pos,buy,2026-04-07 21:45:00,368.0,10.4978,1,leg_gt,0.46,60 -27406,buy_contrast_m10_bb_pos,buy,2026-04-07 21:48:00,367.0,10.7992,1,leg_gt,0.46,60 -27407,buy_contrast_m10_bb_pos,buy,2026-04-07 23:12:00,369.0,10.1981,1,leg_gt,0.4,60 -27408,buy_contrast_m10_bb_pos,buy,2026-04-07 23:15:00,369.0,10.1981,1,leg_gt,0.4,60 -27409,buy_contrast_m10_bb_pos,buy,2026-04-07 23:18:00,371.0,9.6035,1,leg_gt,0.39,60 -27410,buy_contrast_m10_bb_pos,buy,2026-04-08 00:51:00,366.0,11.1022,1,leg_gt,0.33,60 -27411,buy_contrast_m10_bb_pos,buy,2026-04-08 00:54:00,367.0,10.7992,1,leg_gt,0.33,60 -27412,buy_contrast_m10_bb_pos,buy,2026-04-08 00:57:00,368.0,10.4978,1,leg_gt,0.32,60 -27413,buy_contrast_m10_bb_pos,buy,2026-04-08 10:00:00,394.0,13.6056,1,leg_gt,3.89,60 -27414,buy_contrast_m10_bb_pos,buy,2026-04-08 10:03:00,394.0,13.6056,1,leg_gt,3.89,60 -27415,buy_contrast_m10_bb_pos,buy,2026-04-08 10:06:00,394.0,13.6056,1,leg_gt,3.89,60 -27416,buy_contrast_m10_bb_pos,buy,2026-04-08 10:09:00,394.0,13.6056,1,leg_gt,3.88,60 -27417,buy_contrast_m10_bb_pos,buy,2026-04-08 10:12:00,392.0,14.1857,1,leg_gt,3.88,60 -27418,buy_contrast_m10_bb_pos,buy,2026-04-08 10:15:00,392.0,14.1857,1,leg_gt,3.88,60 -27419,buy_contrast_m10_bb_pos,buy,2026-04-08 10:18:00,392.0,14.1857,1,leg_gt,3.88,60 -27420,buy_contrast_m10_bb_pos,buy,2026-04-08 10:21:00,392.0,14.1857,1,leg_gt,3.88,60 -27421,buy_contrast_m10_bb_pos,buy,2026-04-08 10:24:00,392.0,14.1857,1,leg_gt,3.87,60 -27422,buy_contrast_m10_bb_pos,buy,2026-04-08 10:27:00,392.0,14.1857,1,leg_gt,3.87,60 -27423,buy_contrast_m10_bb_pos,buy,2026-04-08 10:30:00,391.0,14.478,1,leg_gt,3.87,60 -27424,buy_contrast_m10_bb_pos,buy,2026-04-08 10:33:00,390.0,14.7718,1,leg_gt,3.87,60 -27425,buy_contrast_m10_bb_pos,buy,2026-04-08 10:36:00,392.0,14.1857,1,leg_gt,3.86,60 -27426,buy_contrast_m10_bb_pos,buy,2026-04-08 10:39:00,391.0,14.478,1,leg_gt,3.86,60 -27427,buy_contrast_m10_bb_pos,buy,2026-04-08 10:42:00,393.0,13.8949,1,leg_gt,3.86,60 -27428,buy_contrast_m10_bb_pos,buy,2026-04-08 10:45:00,391.0,14.478,1,leg_gt,3.86,60 -27429,buy_contrast_m10_bb_pos,buy,2026-04-08 10:48:00,392.0,14.1857,1,leg_gt,3.86,60 -27430,buy_contrast_m10_bb_pos,buy,2026-04-08 10:51:00,392.0,14.1857,1,leg_gt,3.85,60 -27431,buy_contrast_m10_bb_pos,buy,2026-04-08 10:54:00,391.0,14.478,1,leg_gt,3.85,60 -27432,buy_contrast_m10_bb_pos,buy,2026-04-08 10:57:00,391.0,14.478,1,leg_gt,3.85,60 -27433,buy_contrast_m10_bb_pos,buy,2026-04-08 12:21:00,387.0,15.6623,1,leg_gt,3.79,60 -27434,buy_contrast_m10_bb_pos,buy,2026-04-08 12:24:00,387.0,15.6623,1,leg_gt,3.79,60 -27435,buy_contrast_m10_bb_pos,buy,2026-04-08 12:27:00,388.0,15.3639,1,leg_gt,3.79,60 -27436,buy_contrast_m10_bb_pos,buy,2026-04-08 16:51:00,390.0,14.7718,1,leg_gt,3.6,60 -27437,buy_contrast_m10_bb_pos,buy,2026-04-08 16:54:00,389.0,15.0671,1,leg_gt,3.6,60 -27438,buy_contrast_m10_bb_pos,buy,2026-04-08 16:57:00,389.0,15.0671,1,leg_gt,3.6,60 -27439,buy_contrast_m10_bb_pos,buy,2026-04-08 17:12:00,389.0,15.0671,1,leg_gt,3.59,60 -27440,buy_contrast_m10_bb_pos,buy,2026-04-08 17:15:00,390.0,14.7718,1,leg_gt,3.59,60 -27441,buy_contrast_m10_bb_pos,buy,2026-04-08 17:18:00,389.0,15.0671,1,leg_gt,3.59,60 -27442,buy_contrast_m10_bb_pos,buy,2026-04-08 17:21:00,389.0,15.0671,1,leg_gt,3.58,60 -27443,buy_contrast_m10_bb_pos,buy,2026-04-08 17:24:00,390.0,14.7718,1,leg_gt,3.58,60 -27444,buy_contrast_m10_bb_pos,buy,2026-04-08 17:27:00,389.0,15.0671,1,leg_gt,3.58,60 -27445,buy_contrast_m10_bb_pos,buy,2026-04-08 17:30:00,388.0,15.3639,1,leg_gt,3.58,60 -27446,buy_contrast_m10_bb_pos,buy,2026-04-08 17:33:00,389.0,15.0671,1,leg_gt,3.58,60 -27447,buy_contrast_m10_bb_pos,buy,2026-04-08 17:36:00,390.0,14.7718,1,leg_gt,3.57,60 -27448,buy_contrast_m10_bb_pos,buy,2026-04-08 17:39:00,391.0,14.478,1,leg_gt,3.57,60 -27449,buy_contrast_m10_bb_pos,buy,2026-04-08 20:51:00,388.0,15.3639,1,leg_gt,3.44,60 -27450,buy_contrast_m10_bb_pos,buy,2026-04-08 20:54:00,389.0,15.0671,1,leg_gt,3.44,60 -27451,buy_contrast_m10_bb_pos,buy,2026-04-08 20:57:00,388.0,15.3639,1,leg_gt,3.43,60 -27452,buy_contrast_m10_bb_pos,buy,2026-04-08 21:00:00,388.0,15.3639,1,leg_gt,3.43,60 -27453,buy_contrast_m10_bb_pos,buy,2026-04-08 21:03:00,388.0,15.3639,1,leg_gt,3.43,60 -27454,buy_contrast_m10_bb_pos,buy,2026-04-08 21:06:00,388.0,15.3639,1,leg_gt,3.43,60 -27455,buy_contrast_m10_bb_pos,buy,2026-04-08 21:09:00,388.0,15.3639,1,leg_gt,3.42,60 -27456,buy_contrast_m10_bb_pos,buy,2026-04-08 21:30:00,387.0,15.6623,1,leg_gt,3.41,60 -27457,buy_contrast_m10_bb_pos,buy,2026-04-08 21:33:00,388.0,15.3639,1,leg_gt,3.41,60 -27458,buy_contrast_m10_bb_pos,buy,2026-04-08 21:36:00,388.0,15.3639,1,leg_gt,3.41,60 -27459,buy_contrast_m10_bb_pos,buy,2026-04-08 21:39:00,388.0,15.3639,1,leg_gt,3.4,60 -27460,buy_contrast_m10_bb_pos,buy,2026-04-08 23:42:00,385.0,16.2636,1,leg_gt,3.32,60 -27461,buy_contrast_m10_bb_pos,buy,2026-04-08 23:45:00,385.0,16.2636,1,leg_gt,3.32,60 -27462,buy_contrast_m10_bb_pos,buy,2026-04-08 23:48:00,386.0,15.9622,1,leg_gt,3.31,60 -27463,buy_contrast_m10_bb_pos,buy,2026-04-09 00:00:00,385.0,16.2636,1,leg_gt,3.31,60 -27464,buy_contrast_m10_bb_pos,buy,2026-04-09 00:03:00,386.0,15.9622,1,leg_gt,3.3,60 -27465,buy_contrast_m10_bb_pos,buy,2026-04-09 00:06:00,387.0,15.6623,1,leg_gt,3.3,60 -27466,buy_contrast_m10_bb_pos,buy,2026-04-09 00:09:00,385.0,16.2636,1,leg_gt,3.3,60 -27467,buy_contrast_m10_bb_pos,buy,2026-04-09 00:12:00,385.0,16.2636,1,leg_gt,3.3,60 -27468,buy_contrast_m10_bb_pos,buy,2026-04-09 00:15:00,385.0,16.2636,1,leg_gt,3.3,60 -27469,buy_contrast_m10_bb_pos,buy,2026-04-09 00:18:00,386.0,15.9622,1,leg_gt,3.29,60 -27470,buy_contrast_m10_bb_pos,buy,2026-04-09 04:21:00,385.0,16.2636,1,leg_gt,3.12,60 -27471,buy_contrast_m10_bb_pos,buy,2026-04-09 04:24:00,385.0,16.2636,1,leg_gt,3.12,60 -27472,buy_contrast_m10_bb_pos,buy,2026-04-09 04:27:00,385.0,16.2636,1,leg_gt,3.12,60 -27473,buy_contrast_m10_bb_pos,buy,2026-04-09 04:30:00,385.0,16.2636,1,leg_gt,3.12,60 -27474,buy_contrast_m10_bb_pos,buy,2026-04-09 04:33:00,384.0,16.5667,1,leg_gt,3.12,60 -27475,buy_contrast_m10_bb_pos,buy,2026-04-09 04:36:00,384.0,16.5667,1,leg_gt,3.11,60 -27476,buy_contrast_m10_bb_pos,buy,2026-04-09 04:39:00,385.0,16.2636,1,leg_gt,3.11,60 -27477,buy_contrast_m10_bb_pos,buy,2026-04-09 04:42:00,384.0,16.5667,1,leg_gt,3.11,60 -27478,buy_contrast_m10_bb_pos,buy,2026-04-09 04:45:00,386.0,15.9622,1,leg_gt,3.11,60 -27479,buy_contrast_m10_bb_pos,buy,2026-04-09 04:48:00,386.0,15.9622,1,leg_gt,3.11,60 -27480,buy_contrast_m10_bb_pos,buy,2026-04-09 07:21:00,384.0,16.5667,1,leg_gt,3.0,60 -27481,buy_contrast_m10_bb_pos,buy,2026-04-09 07:24:00,384.0,16.5667,1,leg_gt,3.0,60 -27482,buy_contrast_m10_bb_pos,buy,2026-04-09 07:27:00,385.0,16.2636,1,leg_gt,3.0,60 -27483,buy_contrast_m10_bb_pos,buy,2026-04-09 08:00:00,384.0,16.5667,1,leg_gt,2.97,60 -27484,buy_contrast_m10_bb_pos,buy,2026-04-09 08:03:00,381.0,17.4853,1,leg_gt,2.97,60 -27485,buy_contrast_m10_bb_pos,buy,2026-04-09 08:06:00,382.0,17.1775,1,leg_gt,2.97,60 -27486,buy_contrast_m10_bb_pos,buy,2026-04-09 08:09:00,383.0,16.8713,1,leg_gt,2.97,60 -27487,buy_contrast_m10_bb_pos,buy,2026-04-09 08:21:00,383.0,16.8713,1,leg_gt,2.96,60 -27488,buy_contrast_m10_bb_pos,buy,2026-04-09 08:24:00,383.0,16.8713,1,leg_gt,2.96,60 -27489,buy_contrast_m10_bb_pos,buy,2026-04-09 08:27:00,383.0,16.8713,1,leg_gt,2.95,60 -27490,buy_contrast_m10_bb_pos,buy,2026-04-09 08:30:00,382.0,17.1775,1,leg_gt,2.95,60 -27491,buy_contrast_m10_bb_pos,buy,2026-04-09 08:33:00,381.0,17.4853,1,leg_gt,2.95,60 -27492,buy_contrast_m10_bb_pos,buy,2026-04-09 08:36:00,383.0,16.8713,1,leg_gt,2.95,60 -27493,buy_contrast_m10_bb_pos,buy,2026-04-09 08:39:00,383.0,16.8713,1,leg_gt,2.95,60 -27494,buy_contrast_m10_bb_pos,buy,2026-04-09 08:42:00,381.0,17.4853,1,leg_gt,2.94,60 -27495,buy_contrast_m10_bb_pos,buy,2026-04-09 08:45:00,382.0,17.1775,1,leg_gt,2.94,60 -27496,buy_contrast_m10_bb_pos,buy,2026-04-09 08:48:00,382.0,17.1775,1,leg_gt,2.94,60 -27497,buy_contrast_m10_bb_pos,buy,2026-04-09 08:51:00,382.0,17.1775,1,leg_gt,2.94,60 -27498,buy_contrast_m10_bb_pos,buy,2026-04-09 08:54:00,382.0,17.1775,1,leg_gt,2.94,60 -27499,buy_contrast_m10_bb_pos,buy,2026-04-09 08:57:00,382.0,17.1775,1,leg_gt,2.93,60 -27500,buy_contrast_m10_bb_pos,buy,2026-04-09 09:21:00,382.0,17.1775,1,leg_gt,2.92,60 -27501,buy_contrast_m10_bb_pos,buy,2026-04-09 09:24:00,382.0,17.1775,1,leg_gt,2.91,60 -27502,buy_contrast_m10_bb_pos,buy,2026-04-09 09:27:00,382.0,17.1775,1,leg_gt,2.91,60 -27503,buy_contrast_m10_bb_pos,buy,2026-04-09 09:30:00,379.0,18.1058,1,leg_gt,2.91,60 -27504,buy_contrast_m10_bb_pos,buy,2026-04-09 09:33:00,380.0,17.7947,1,leg_gt,2.91,60 -27505,buy_contrast_m10_bb_pos,buy,2026-04-09 09:36:00,380.0,17.7947,1,leg_gt,2.91,60 -27506,buy_contrast_m10_bb_pos,buy,2026-04-09 09:39:00,379.0,18.1058,1,leg_gt,2.9,60 -27507,buy_contrast_m10_bb_pos,buy,2026-04-09 09:42:00,378.0,18.4185,1,leg_gt,2.9,60 -27508,buy_contrast_m10_bb_pos,buy,2026-04-09 09:45:00,379.0,18.1058,1,leg_gt,2.9,60 -27509,buy_contrast_m10_bb_pos,buy,2026-04-09 09:48:00,380.0,17.7947,1,leg_gt,2.9,60 -27510,buy_contrast_m10_bb_pos,buy,2026-04-09 09:51:00,380.0,17.7947,1,leg_gt,2.9,60 -27511,buy_contrast_m10_bb_pos,buy,2026-04-09 09:54:00,379.0,18.1058,1,leg_gt,2.89,60 -27512,buy_contrast_m10_bb_pos,buy,2026-04-09 09:57:00,379.0,18.1058,1,leg_gt,2.89,60 -27513,buy_contrast_m10_bb_pos,buy,2026-04-09 10:12:00,379.0,18.1058,1,leg_gt,2.88,60 -27514,buy_contrast_m10_bb_pos,buy,2026-04-09 10:15:00,379.0,18.1058,1,leg_gt,2.88,60 -27515,buy_contrast_m10_bb_pos,buy,2026-04-09 10:18:00,379.0,18.1058,1,leg_gt,2.88,60 -27516,buy_contrast_m10_bb_pos,buy,2026-04-09 10:21:00,378.0,18.4185,1,leg_gt,2.88,60 -27517,buy_contrast_m10_bb_pos,buy,2026-04-09 10:24:00,377.0,18.7329,1,leg_gt,2.87,60 -27518,buy_contrast_m10_bb_pos,buy,2026-04-09 10:27:00,377.0,18.7329,1,leg_gt,2.87,60 -27519,buy_contrast_m10_bb_pos,buy,2026-04-09 10:30:00,377.0,18.7329,1,leg_gt,2.87,60 -27520,buy_contrast_m10_bb_pos,buy,2026-04-09 10:33:00,379.0,18.1058,1,leg_gt,2.87,60 -27521,buy_contrast_m10_bb_pos,buy,2026-04-09 10:36:00,379.0,18.1058,1,leg_gt,2.86,60 -27522,buy_contrast_m10_bb_pos,buy,2026-04-09 10:39:00,378.0,18.4185,1,leg_gt,2.86,60 -27523,buy_contrast_m10_bb_pos,buy,2026-04-09 18:00:00,381.0,17.4853,1,leg_gt,2.56,60 -27524,buy_contrast_m10_bb_pos,buy,2026-04-09 18:03:00,380.0,17.7947,1,leg_gt,2.55,60 -27525,buy_contrast_m10_bb_pos,buy,2026-04-09 18:06:00,380.0,17.7947,1,leg_gt,2.55,60 -27526,buy_contrast_m10_bb_pos,buy,2026-04-09 18:09:00,381.0,17.4853,1,leg_gt,2.55,60 -27527,buy_contrast_m10_bb_pos,buy,2026-04-09 18:12:00,382.0,17.1775,1,leg_gt,2.55,60 -27528,buy_contrast_m10_bb_pos,buy,2026-04-09 18:15:00,382.0,17.1775,1,leg_gt,2.55,60 -27529,buy_contrast_m10_bb_pos,buy,2026-04-09 18:18:00,383.0,16.8713,1,leg_gt,2.54,60 -27530,buy_contrast_m10_bb_pos,buy,2026-04-10 08:30:00,399.0,12.1807,1,leg_gt,1.95,60 -27531,buy_contrast_m10_bb_pos,buy,2026-04-10 08:33:00,398.0,12.4628,1,leg_gt,1.95,60 -27532,buy_contrast_m10_bb_pos,buy,2026-04-10 08:36:00,398.0,12.4628,1,leg_gt,1.95,60 -27533,buy_contrast_m10_bb_pos,buy,2026-04-10 08:39:00,397.0,12.7463,1,leg_gt,1.95,60 -27534,buy_contrast_m10_bb_pos,buy,2026-04-10 08:42:00,399.0,12.1807,1,leg_gt,1.94,60 -27535,buy_contrast_m10_bb_pos,buy,2026-04-10 08:45:00,398.0,12.4628,1,leg_gt,1.94,60 -27536,buy_contrast_m10_bb_pos,buy,2026-04-10 08:48:00,398.0,12.4628,1,leg_gt,1.94,60 -27537,buy_contrast_m10_bb_pos,buy,2026-04-10 08:51:00,398.0,12.4628,1,leg_gt,1.94,60 -27538,buy_contrast_m10_bb_pos,buy,2026-04-10 08:54:00,398.0,12.4628,1,leg_gt,1.94,60 -27539,buy_contrast_m10_bb_pos,buy,2026-04-10 08:57:00,398.0,12.4628,1,leg_gt,1.93,60 -27540,buy_contrast_m10_bb_pos,buy,2026-04-10 09:00:00,397.0,12.7463,1,leg_gt,1.93,60 -27541,buy_contrast_m10_bb_pos,buy,2026-04-10 09:03:00,397.0,12.7463,1,leg_gt,1.93,60 -27542,buy_contrast_m10_bb_pos,buy,2026-04-10 09:06:00,398.0,12.4628,1,leg_gt,1.93,60 -27543,buy_contrast_m10_bb_pos,buy,2026-04-10 09:09:00,395.0,13.3177,1,leg_gt,1.92,60 -27544,buy_contrast_m10_bb_pos,buy,2026-04-10 09:12:00,397.0,12.7463,1,leg_gt,1.92,60 -27545,buy_contrast_m10_bb_pos,buy,2026-04-10 09:15:00,397.0,12.7463,1,leg_gt,1.92,60 -27546,buy_contrast_m10_bb_pos,buy,2026-04-10 09:18:00,396.0,13.0313,1,leg_gt,1.92,60 -27547,buy_contrast_m10_bb_pos,buy,2026-04-10 09:21:00,395.0,13.3177,1,leg_gt,1.92,60 -27548,buy_contrast_m10_bb_pos,buy,2026-04-10 09:24:00,396.0,13.0313,1,leg_gt,1.91,60 -27549,buy_contrast_m10_bb_pos,buy,2026-04-10 09:27:00,396.0,13.0313,1,leg_gt,1.91,60 -27550,buy_contrast_m10_bb_pos,buy,2026-04-10 17:12:00,399.0,12.1807,1,leg_gt,1.59,60 -27551,buy_contrast_m10_bb_pos,buy,2026-04-10 17:15:00,398.0,12.4628,1,leg_gt,1.59,60 -27552,buy_contrast_m10_bb_pos,buy,2026-04-10 17:18:00,398.0,12.4628,1,leg_gt,1.59,60 -27553,buy_contrast_m10_bb_pos,buy,2026-04-10 17:21:00,398.0,12.4628,1,leg_gt,1.58,60 -27554,buy_contrast_m10_bb_pos,buy,2026-04-10 17:24:00,398.0,12.4628,1,leg_gt,1.58,60 -27555,buy_contrast_m10_bb_pos,buy,2026-04-10 17:27:00,399.0,12.1807,1,leg_gt,1.58,60 -27556,buy_contrast_m10_bb_pos,buy,2026-04-10 17:30:00,399.0,12.1807,1,leg_gt,1.58,60 -27557,buy_contrast_m10_bb_pos,buy,2026-04-10 17:33:00,401.0,11.6207,1,leg_gt,1.58,60 -27558,buy_contrast_m10_bb_pos,buy,2026-04-10 17:36:00,402.0,11.3428,1,leg_gt,1.57,60 -27559,buy_contrast_m10_bb_pos,buy,2026-04-10 17:39:00,401.0,11.6207,1,leg_gt,1.57,60 -27560,buy_contrast_m10_bb_pos,buy,2026-04-10 19:51:00,398.0,12.4628,1,leg_gt,1.48,60 -27561,buy_contrast_m10_bb_pos,buy,2026-04-10 19:54:00,398.0,12.4628,1,leg_gt,1.48,60 -27562,buy_contrast_m10_bb_pos,buy,2026-04-10 19:57:00,398.0,12.4628,1,leg_gt,1.48,60 -27563,buy_contrast_m10_bb_pos,buy,2026-04-10 20:00:00,398.0,12.4628,1,leg_gt,1.47,60 -27564,buy_contrast_m10_bb_pos,buy,2026-04-10 20:03:00,399.0,12.1807,1,leg_gt,1.47,60 -27565,buy_contrast_m10_bb_pos,buy,2026-04-10 20:06:00,399.0,12.1807,1,leg_gt,1.47,60 -27566,buy_contrast_m10_bb_pos,buy,2026-04-10 20:09:00,399.0,12.1807,1,leg_gt,1.47,60 -27567,buy_contrast_m10_bb_pos,buy,2026-04-11 08:12:00,414.0,8.1126,1,leg_gt,0.96,60 -27568,buy_contrast_m10_bb_pos,buy,2026-04-11 08:15:00,414.0,8.1126,1,leg_gt,0.96,60 -27569,buy_contrast_m10_bb_pos,buy,2026-04-11 08:18:00,415.0,7.8518,1,leg_gt,0.96,60 -27570,buy_contrast_m10_bb_pos,buy,2026-04-11 09:30:00,413.0,8.3746,1,leg_gt,0.91,60 -27571,buy_contrast_m10_bb_pos,buy,2026-04-11 09:33:00,413.0,8.3746,1,leg_gt,0.91,60 -27572,buy_contrast_m10_bb_pos,buy,2026-04-11 09:36:00,412.0,8.6379,1,leg_gt,0.91,60 -27573,buy_contrast_m10_bb_pos,buy,2026-04-11 09:39:00,412.0,8.6379,1,leg_gt,0.9,60 -27574,buy_contrast_m10_bb_pos,buy,2026-04-11 09:42:00,412.0,8.6379,1,leg_gt,0.9,60 -27575,buy_contrast_m10_bb_pos,buy,2026-04-11 09:45:00,413.0,8.3746,1,leg_gt,0.9,60 -27576,buy_contrast_m10_bb_pos,buy,2026-04-11 09:48:00,413.0,8.3746,1,leg_gt,0.9,60 -27577,buy_contrast_m10_bb_pos,buy,2026-04-11 10:30:00,412.0,8.6379,1,leg_gt,0.87,60 -27578,buy_contrast_m10_bb_pos,buy,2026-04-11 10:33:00,414.0,8.1126,1,leg_gt,0.87,60 -27579,buy_contrast_m10_bb_pos,buy,2026-04-11 10:36:00,413.0,8.3746,1,leg_gt,0.86,60 -27580,buy_contrast_m10_bb_pos,buy,2026-04-11 10:39:00,412.0,8.6379,1,leg_gt,0.86,60 -27581,buy_contrast_m10_bb_pos,buy,2026-04-11 19:51:00,418.0,7.077,1,leg_gt,0.48,60 -27582,buy_contrast_m10_bb_pos,buy,2026-04-11 19:54:00,418.0,7.077,1,leg_gt,0.48,60 -27583,buy_contrast_m10_bb_pos,buy,2026-04-11 19:57:00,418.0,7.077,1,leg_gt,0.48,60 -27584,buy_contrast_m10_bb_pos,buy,2026-04-11 21:30:00,416.0,7.5923,1,leg_gt,0.41,60 -27585,buy_contrast_m10_bb_pos,buy,2026-04-11 21:33:00,417.0,7.3341,1,leg_gt,0.41,60 -27586,buy_contrast_m10_bb_pos,buy,2026-04-11 21:36:00,418.0,7.077,1,leg_gt,0.41,60 -27587,buy_contrast_m10_bb_pos,buy,2026-04-11 21:39:00,418.0,7.077,1,leg_gt,0.4,60 -27588,buy_contrast_m10_bb_pos,buy,2026-04-11 22:00:00,416.0,7.5923,1,leg_gt,0.39,60 -27589,buy_contrast_m10_bb_pos,buy,2026-04-11 22:03:00,411.0,8.9024,1,leg_gt,0.39,60 -27590,buy_contrast_m10_bb_pos,buy,2026-04-11 22:06:00,412.0,8.6379,1,leg_gt,0.39,60 -27591,buy_contrast_m10_bb_pos,buy,2026-04-11 22:09:00,413.0,8.3746,1,leg_gt,0.38,60 -27592,buy_contrast_m10_bb_pos,buy,2026-04-12 08:12:00,441.0,1.0338,1,leg_gt,0.1,60 -27593,buy_contrast_m10_bb_pos,buy,2026-04-12 08:15:00,442.0,0.805,1,leg_gt,0.09,60 -27594,buy_contrast_m10_bb_pos,buy,2026-04-12 08:18:00,442.0,0.805,1,leg_gt,0.09,60 -27595,buy_contrast_m10_bb_pos,buy,2026-04-12 11:21:00,424.0,13.5792,1,leg_gt,2.23,60 -27596,buy_contrast_m10_bb_pos,buy,2026-04-12 11:24:00,424.0,13.5792,1,leg_gt,2.23,60 -27597,buy_contrast_m10_bb_pos,buy,2026-04-12 11:27:00,425.0,13.3118,1,leg_gt,2.22,60 -27598,buy_contrast_m10_bb_pos,buy,2026-04-12 11:30:00,426.0,13.0455,1,leg_gt,2.22,60 -27599,buy_contrast_m10_bb_pos,buy,2026-04-12 11:33:00,426.0,13.0455,1,leg_gt,2.22,60 -27600,buy_contrast_m10_bb_pos,buy,2026-04-12 11:36:00,427.0,12.7806,1,leg_gt,2.22,60 -27601,buy_contrast_m10_bb_pos,buy,2026-04-12 11:39:00,428.0,12.5168,1,leg_gt,2.22,60 -27602,buy_contrast_m10_bb_pos,buy,2026-04-12 21:42:00,434.0,10.9599,1,leg_gt,1.8,60 -27603,buy_contrast_m10_bb_pos,buy,2026-04-12 21:45:00,435.0,10.7046,1,leg_gt,1.8,60 -27604,buy_contrast_m10_bb_pos,buy,2026-04-12 21:48:00,434.0,10.9599,1,leg_gt,1.79,60 -27605,buy_contrast_m10_bb_pos,buy,2026-04-12 22:00:00,432.0,11.4741,1,leg_gt,1.79,60 -27606,buy_contrast_m10_bb_pos,buy,2026-04-12 22:03:00,433.0,11.2164,1,leg_gt,1.78,60 -27607,buy_contrast_m10_bb_pos,buy,2026-04-12 22:06:00,434.0,10.9599,1,leg_gt,1.78,60 -27608,buy_contrast_m10_bb_pos,buy,2026-04-12 22:09:00,431.0,11.7329,1,leg_gt,1.78,60 -27609,buy_contrast_m10_bb_pos,buy,2026-04-12 22:12:00,431.0,11.7329,1,leg_gt,1.78,60 -27610,buy_contrast_m10_bb_pos,buy,2026-04-12 22:15:00,430.0,11.993,1,leg_gt,1.78,60 -27611,buy_contrast_m10_bb_pos,buy,2026-04-12 22:18:00,430.0,11.993,1,leg_gt,1.77,60 -27612,buy_contrast_m10_bb_pos,buy,2026-04-12 22:30:00,430.0,11.993,1,leg_gt,1.76,60 -27613,buy_contrast_m10_bb_pos,buy,2026-04-12 22:33:00,427.0,12.7806,1,leg_gt,1.76,60 -27614,buy_contrast_m10_bb_pos,buy,2026-04-12 22:36:00,427.0,12.7806,1,leg_gt,1.76,60 -27615,buy_contrast_m10_bb_pos,buy,2026-04-12 22:39:00,426.0,13.0455,1,leg_gt,1.76,60 -27616,buy_contrast_m10_bb_pos,buy,2026-04-12 23:00:00,425.0,13.3118,1,leg_gt,1.74,60 -27617,buy_contrast_m10_bb_pos,buy,2026-04-12 23:03:00,424.0,13.5792,1,leg_gt,1.74,60 -27618,buy_contrast_m10_bb_pos,buy,2026-04-12 23:06:00,424.0,13.5792,1,leg_gt,1.74,60 -27619,buy_contrast_m10_bb_pos,buy,2026-04-12 23:09:00,425.0,13.3118,1,leg_gt,1.74,60 -27620,buy_contrast_m10_bb_pos,buy,2026-04-12 23:12:00,424.0,13.5792,1,leg_gt,1.74,60 -27621,buy_contrast_m10_bb_pos,buy,2026-04-12 23:15:00,426.0,13.0455,1,leg_gt,1.73,60 -27622,buy_contrast_m10_bb_pos,buy,2026-04-12 23:18:00,425.0,13.3118,1,leg_gt,1.73,60 -27623,buy_contrast_m10_bb_pos,buy,2026-04-12 23:21:00,426.0,13.0455,1,leg_gt,1.73,60 -27624,buy_contrast_m10_bb_pos,buy,2026-04-12 23:24:00,430.0,11.993,1,leg_gt,1.73,60 -27625,buy_contrast_m10_bb_pos,buy,2026-04-12 23:27:00,426.0,13.0455,1,leg_gt,1.72,60 -27626,buy_contrast_m10_bb_pos,buy,2026-04-13 07:00:00,433.0,11.2164,1,leg_gt,1.41,60 -27627,buy_contrast_m10_bb_pos,buy,2026-04-13 07:03:00,428.0,12.5168,1,leg_gt,1.41,60 -27628,buy_contrast_m10_bb_pos,buy,2026-04-13 07:06:00,428.0,12.5168,1,leg_gt,1.41,60 -27629,buy_contrast_m10_bb_pos,buy,2026-04-13 07:09:00,430.0,11.993,1,leg_gt,1.4,60 -27630,buy_contrast_m10_bb_pos,buy,2026-04-13 13:21:00,435.0,10.7046,1,leg_gt,1.15,60 -27631,buy_contrast_m10_bb_pos,buy,2026-04-13 13:24:00,437.0,10.1975,1,leg_gt,1.14,60 -27632,buy_contrast_m10_bb_pos,buy,2026-04-13 13:27:00,440.0,9.4455,1,leg_gt,1.14,60 -27633,buy_contrast_m10_bb_pos,buy,2026-04-13 17:12:00,436.0,10.4505,1,leg_gt,0.99,60 -27634,buy_contrast_m10_bb_pos,buy,2026-04-13 17:18:00,435.0,10.7046,1,leg_gt,0.98,60 -27635,buy_contrast_m10_bb_pos,buy,2026-04-13 17:51:00,432.0,11.4741,1,leg_gt,0.96,60 -27636,buy_contrast_m10_bb_pos,buy,2026-04-13 17:54:00,431.0,11.7329,1,leg_gt,0.96,60 -27637,buy_contrast_m10_bb_pos,buy,2026-04-13 17:57:00,431.0,11.7329,1,leg_gt,0.95,60 -27638,buy_contrast_m10_bb_pos,buy,2026-04-14 00:12:00,446.0,7.9717,1,leg_gt,0.69,60 -27639,buy_contrast_m10_bb_pos,buy,2026-04-14 00:15:00,444.0,8.4586,1,leg_gt,0.69,60 -27640,buy_contrast_m10_bb_pos,buy,2026-04-14 00:18:00,446.0,7.9717,1,leg_gt,0.69,60 -27641,buy_contrast_m10_bb_pos,buy,2026-04-14 00:42:00,440.0,9.4455,1,leg_gt,0.67,60 -27642,buy_contrast_m10_bb_pos,buy,2026-04-14 00:45:00,440.0,9.4455,1,leg_gt,0.67,60 -27643,buy_contrast_m10_bb_pos,buy,2026-04-14 00:48:00,440.0,9.4455,1,leg_gt,0.67,60 -27644,buy_contrast_m10_bb_pos,buy,2026-04-14 00:51:00,440.0,9.4455,1,leg_gt,0.67,60 -27645,buy_contrast_m10_bb_pos,buy,2026-04-14 00:54:00,441.0,9.1971,1,leg_gt,0.66,60 -27646,buy_contrast_m10_bb_pos,buy,2026-04-14 00:57:00,440.0,9.4455,1,leg_gt,0.66,60 -27647,buy_contrast_m10_bb_pos,buy,2026-04-14 01:00:00,441.0,9.1971,1,leg_gt,0.66,60 -27648,buy_contrast_m10_bb_pos,buy,2026-04-14 01:03:00,441.0,9.1971,1,leg_gt,0.66,60 -27649,buy_contrast_m10_bb_pos,buy,2026-04-14 01:06:00,441.0,9.1971,1,leg_gt,0.66,60 -27650,buy_contrast_m10_bb_pos,buy,2026-04-14 01:09:00,443.0,8.7036,1,leg_gt,0.65,60 -27651,buy_contrast_m10_bb_pos,buy,2026-04-14 03:00:00,438.0,9.9457,1,leg_gt,0.58,60 -27652,buy_contrast_m10_bb_pos,buy,2026-04-14 03:03:00,438.0,9.9457,1,leg_gt,0.57,60 -27653,buy_contrast_m10_bb_pos,buy,2026-04-14 03:06:00,438.0,9.9457,1,leg_gt,0.57,60 -27654,buy_contrast_m10_bb_pos,buy,2026-04-14 03:09:00,439.0,9.695,1,leg_gt,0.57,60 -27655,buy_contrast_m10_bb_pos,buy,2026-04-14 03:21:00,439.0,9.695,1,leg_gt,0.56,60 -27656,buy_contrast_m10_bb_pos,buy,2026-04-14 03:24:00,438.0,9.9457,1,leg_gt,0.56,60 -27657,buy_contrast_m10_bb_pos,buy,2026-04-14 03:27:00,437.0,10.1975,1,leg_gt,0.56,60 -27658,buy_contrast_m10_bb_pos,buy,2026-04-14 03:30:00,438.0,9.9457,1,leg_gt,0.56,60 -27659,buy_contrast_m10_bb_pos,buy,2026-04-14 03:33:00,440.0,9.4455,1,leg_gt,0.55,60 -27660,buy_contrast_m10_bb_pos,buy,2026-04-14 03:36:00,440.0,9.4455,1,leg_gt,0.55,60 -27661,buy_contrast_m10_bb_pos,buy,2026-04-14 03:39:00,441.0,9.1971,1,leg_gt,0.55,60 -27662,buy_contrast_m10_bb_pos,buy,2026-04-14 19:42:00,468.0,3.3188,1,leg_gt,2.5,60 -27663,buy_contrast_m10_bb_pos,buy,2026-04-14 19:45:00,468.0,3.3188,1,leg_gt,2.5,60 -27664,buy_contrast_m10_bb_pos,buy,2026-04-14 19:48:00,467.0,3.5403,1,leg_gt,2.5,60 -27665,buy_contrast_m10_bb_pos,buy,2026-04-14 20:30:00,466.0,3.7627,1,leg_gt,2.47,60 -27666,buy_contrast_m10_bb_pos,buy,2026-04-14 20:33:00,465.0,3.986,1,leg_gt,2.47,60 -27667,buy_contrast_m10_bb_pos,buy,2026-04-14 20:36:00,467.0,3.5403,1,leg_gt,2.46,60 -27668,buy_contrast_m10_bb_pos,buy,2026-04-14 20:39:00,466.0,3.7627,1,leg_gt,2.46,60 -27669,buy_contrast_m10_bb_pos,buy,2026-04-14 20:42:00,466.0,3.7627,1,leg_gt,2.46,60 -27670,buy_contrast_m10_bb_pos,buy,2026-04-14 20:45:00,464.0,4.2103,1,leg_gt,2.46,60 -27671,buy_contrast_m10_bb_pos,buy,2026-04-14 20:48:00,462.0,4.6619,1,leg_gt,2.46,60 -27672,buy_contrast_m10_bb_pos,buy,2026-04-14 21:12:00,463.0,4.4356,1,leg_gt,2.44,60 -27673,buy_contrast_m10_bb_pos,buy,2026-04-14 21:15:00,463.0,4.4356,1,leg_gt,2.44,60 -27674,buy_contrast_m10_bb_pos,buy,2026-04-14 21:18:00,462.0,4.6619,1,leg_gt,2.44,60 -27675,buy_contrast_m10_bb_pos,buy,2026-04-14 21:21:00,462.0,4.6619,1,leg_gt,2.43,60 -27676,buy_contrast_m10_bb_pos,buy,2026-04-14 21:24:00,462.0,4.6619,1,leg_gt,2.43,60 -27677,buy_contrast_m10_bb_pos,buy,2026-04-14 21:27:00,460.0,5.1174,1,leg_gt,2.43,60 -27678,buy_contrast_m10_bb_pos,buy,2026-04-14 21:30:00,459.0,5.3466,1,leg_gt,2.43,60 -27679,buy_contrast_m10_bb_pos,buy,2026-04-14 21:33:00,459.0,5.3466,1,leg_gt,2.42,60 -27680,buy_contrast_m10_bb_pos,buy,2026-04-14 21:36:00,460.0,5.1174,1,leg_gt,2.42,60 -27681,buy_contrast_m10_bb_pos,buy,2026-04-14 21:39:00,462.0,4.6619,1,leg_gt,2.42,60 -27682,buy_contrast_m10_bb_pos,buy,2026-04-14 23:30:00,459.0,5.3466,1,leg_gt,2.34,60 -27683,buy_contrast_m10_bb_pos,buy,2026-04-14 23:33:00,461.0,4.8892,1,leg_gt,2.34,60 -27684,buy_contrast_m10_bb_pos,buy,2026-04-14 23:36:00,460.0,5.1174,1,leg_gt,2.34,60 -27685,buy_contrast_m10_bb_pos,buy,2026-04-14 23:39:00,458.0,5.5769,1,leg_gt,2.34,60 -27686,buy_contrast_m10_bb_pos,buy,2026-04-14 23:42:00,458.0,5.5769,1,leg_gt,2.34,60 -27687,buy_contrast_m10_bb_pos,buy,2026-04-14 23:45:00,458.0,5.5769,1,leg_gt,2.33,60 -27688,buy_contrast_m10_bb_pos,buy,2026-04-14 23:48:00,460.0,5.1174,1,leg_gt,2.33,60 -27689,buy_contrast_m10_bb_pos,buy,2026-04-15 03:00:00,451.0,7.2171,1,leg_gt,2.2,60 -27690,buy_contrast_m10_bb_pos,buy,2026-04-15 03:03:00,452.0,6.9796,1,leg_gt,2.2,60 -27691,buy_contrast_m10_bb_pos,buy,2026-04-15 03:06:00,451.0,7.2171,1,leg_gt,2.19,60 -27692,buy_contrast_m10_bb_pos,buy,2026-04-15 03:09:00,452.0,6.9796,1,leg_gt,2.19,60 -27693,buy_contrast_m10_bb_pos,buy,2026-04-15 04:12:00,440.0,9.9,1,leg_gt,2.15,60 -27694,buy_contrast_m10_bb_pos,buy,2026-04-15 04:15:00,440.0,9.9,1,leg_gt,2.15,60 -27695,buy_contrast_m10_bb_pos,buy,2026-04-15 04:18:00,439.0,10.1506,1,leg_gt,2.14,60 -27696,buy_contrast_m10_bb_pos,buy,2026-04-15 04:21:00,438.0,10.4023,1,leg_gt,2.14,60 -27697,buy_contrast_m10_bb_pos,buy,2026-04-15 04:24:00,437.0,10.6551,1,leg_gt,2.14,60 -27698,buy_contrast_m10_bb_pos,buy,2026-04-15 04:27:00,437.0,10.6551,1,leg_gt,2.14,60 -27699,buy_contrast_m10_bb_pos,buy,2026-04-15 04:30:00,438.0,10.4023,1,leg_gt,2.14,60 -27700,buy_contrast_m10_bb_pos,buy,2026-04-15 04:33:00,437.0,10.6551,1,leg_gt,2.13,60 -27701,buy_contrast_m10_bb_pos,buy,2026-04-15 04:36:00,437.0,10.6551,1,leg_gt,2.13,60 -27702,buy_contrast_m10_bb_pos,buy,2026-04-15 04:39:00,436.0,10.9092,1,leg_gt,2.13,60 -27703,buy_contrast_m10_bb_pos,buy,2026-04-15 04:42:00,437.0,10.6551,1,leg_gt,2.13,60 -27704,buy_contrast_m10_bb_pos,buy,2026-04-15 04:45:00,438.0,10.4023,1,leg_gt,2.12,60 -27705,buy_contrast_m10_bb_pos,buy,2026-04-15 04:48:00,438.0,10.4023,1,leg_gt,2.12,60 -27706,buy_contrast_m10_bb_pos,buy,2026-04-15 04:51:00,437.0,10.6551,1,leg_gt,2.12,60 -27707,buy_contrast_m10_bb_pos,buy,2026-04-15 04:54:00,438.0,10.4023,1,leg_gt,2.12,60 -27708,buy_contrast_m10_bb_pos,buy,2026-04-15 04:57:00,437.0,10.6551,1,leg_gt,2.12,60 -27709,buy_contrast_m10_bb_pos,buy,2026-04-15 07:30:00,436.0,10.9092,1,leg_gt,2.01,60 -27710,buy_contrast_m10_bb_pos,buy,2026-04-15 07:33:00,437.0,10.6551,1,leg_gt,2.01,60 -27711,buy_contrast_m10_bb_pos,buy,2026-04-15 07:36:00,436.0,10.9092,1,leg_gt,2.01,60 -27712,buy_contrast_m10_bb_pos,buy,2026-04-15 07:39:00,437.0,10.6551,1,leg_gt,2.0,60 -27713,buy_contrast_m10_bb_pos,buy,2026-04-15 10:12:00,436.0,10.9092,1,leg_gt,1.9,60 -27714,buy_contrast_m10_bb_pos,buy,2026-04-15 10:15:00,437.0,10.6551,1,leg_gt,1.9,60 -27715,buy_contrast_m10_bb_pos,buy,2026-04-15 10:18:00,437.0,10.6551,1,leg_gt,1.89,60 -27716,buy_contrast_m10_bb_pos,buy,2026-04-15 15:42:00,441.0,9.6506,1,leg_gt,1.67,60 -27717,buy_contrast_m10_bb_pos,buy,2026-04-15 15:45:00,441.0,9.6506,1,leg_gt,1.67,60 -27718,buy_contrast_m10_bb_pos,buy,2026-04-15 15:48:00,443.0,9.1551,1,leg_gt,1.66,60 -27719,buy_contrast_m10_bb_pos,buy,2026-04-15 16:00:00,440.0,9.9,1,leg_gt,1.66,60 -27720,buy_contrast_m10_bb_pos,buy,2026-04-15 16:03:00,439.0,10.1506,1,leg_gt,1.65,60 -27721,buy_contrast_m10_bb_pos,buy,2026-04-15 16:06:00,439.0,10.1506,1,leg_gt,1.65,60 -27722,buy_contrast_m10_bb_pos,buy,2026-04-15 16:09:00,440.0,9.9,1,leg_gt,1.65,60 -27723,buy_contrast_m10_bb_pos,buy,2026-04-15 16:12:00,441.0,9.6506,1,leg_gt,1.65,60 -27724,buy_contrast_m10_bb_pos,buy,2026-04-15 16:15:00,441.0,9.6506,1,leg_gt,1.65,60 -27725,buy_contrast_m10_bb_pos,buy,2026-04-15 16:18:00,438.0,10.4023,1,leg_gt,1.64,60 -27726,buy_contrast_m10_bb_pos,buy,2026-04-15 16:30:00,438.0,10.4023,1,leg_gt,1.64,60 -27727,buy_contrast_m10_bb_pos,buy,2026-04-15 16:33:00,437.0,10.6551,1,leg_gt,1.63,60 -27728,buy_contrast_m10_bb_pos,buy,2026-04-15 16:36:00,437.0,10.6551,1,leg_gt,1.63,60 -27729,buy_contrast_m10_bb_pos,buy,2026-04-15 16:39:00,438.0,10.4023,1,leg_gt,1.63,60 -27730,buy_contrast_m10_bb_pos,buy,2026-04-15 16:42:00,436.0,10.9092,1,leg_gt,1.63,60 -27731,buy_contrast_m10_bb_pos,buy,2026-04-15 16:45:00,437.0,10.6551,1,leg_gt,1.62,60 -27732,buy_contrast_m10_bb_pos,buy,2026-04-15 16:48:00,437.0,10.6551,1,leg_gt,1.62,60 -27733,buy_contrast_m10_bb_pos,buy,2026-04-15 17:00:00,437.0,10.6551,1,leg_gt,1.61,60 -27734,buy_contrast_m10_bb_pos,buy,2026-04-15 17:03:00,437.0,10.6551,1,leg_gt,1.61,60 -27735,buy_contrast_m10_bb_pos,buy,2026-04-15 17:06:00,438.0,10.4023,1,leg_gt,1.61,60 -27736,buy_contrast_m10_bb_pos,buy,2026-04-15 17:09:00,436.0,10.9092,1,leg_gt,1.61,60 -27737,buy_contrast_m10_bb_pos,buy,2026-04-15 17:12:00,437.0,10.6551,1,leg_gt,1.61,60 -27738,buy_contrast_m10_bb_pos,buy,2026-04-15 17:15:00,438.0,10.4023,1,leg_gt,1.6,60 -27739,buy_contrast_m10_bb_pos,buy,2026-04-15 17:18:00,437.0,10.6551,1,leg_gt,1.6,60 -27740,buy_contrast_m10_bb_pos,buy,2026-04-15 23:12:00,439.0,10.1506,1,leg_gt,1.36,60 -27741,buy_contrast_m10_bb_pos,buy,2026-04-15 23:15:00,440.0,9.9,1,leg_gt,1.35,60 -27742,buy_contrast_m10_bb_pos,buy,2026-04-15 23:18:00,441.0,9.6506,1,leg_gt,1.35,60 -27743,buy_contrast_m10_bb_pos,buy,2026-04-15 23:42:00,438.0,10.4023,1,leg_gt,1.34,60 -27744,buy_contrast_m10_bb_pos,buy,2026-04-15 23:45:00,437.0,10.6551,1,leg_gt,1.33,60 -27745,buy_contrast_m10_bb_pos,buy,2026-04-15 23:48:00,439.0,10.1506,1,leg_gt,1.33,60 -27746,buy_contrast_m10_bb_pos,buy,2026-04-16 00:21:00,438.0,10.4023,1,leg_gt,1.31,60 -27747,buy_contrast_m10_bb_pos,buy,2026-04-16 00:24:00,438.0,10.4023,1,leg_gt,1.31,60 -27748,buy_contrast_m10_bb_pos,buy,2026-04-16 00:27:00,436.0,10.9092,1,leg_gt,1.3,60 -27749,buy_contrast_m10_bb_pos,buy,2026-04-16 00:30:00,437.0,10.6551,1,leg_gt,1.3,60 -27750,buy_contrast_m10_bb_pos,buy,2026-04-16 00:33:00,436.0,10.9092,1,leg_gt,1.3,60 -27751,buy_contrast_m10_bb_pos,buy,2026-04-16 00:36:00,436.0,10.9092,1,leg_gt,1.3,60 -27752,buy_contrast_m10_bb_pos,buy,2026-04-16 00:39:00,437.0,10.6551,1,leg_gt,1.3,60 -27753,buy_contrast_m10_bb_pos,buy,2026-04-16 00:42:00,437.0,10.6551,1,leg_gt,1.29,60 -27754,buy_contrast_m10_bb_pos,buy,2026-04-16 00:45:00,438.0,10.4023,1,leg_gt,1.29,60 -27755,buy_contrast_m10_bb_pos,buy,2026-04-16 00:48:00,438.0,10.4023,1,leg_gt,1.29,60 -27756,buy_contrast_m10_bb_pos,buy,2026-04-16 14:00:00,455.0,6.2736,1,leg_gt,0.74,60 -27757,buy_contrast_m10_bb_pos,buy,2026-04-16 14:03:00,455.0,6.2736,1,leg_gt,0.74,60 -27758,buy_contrast_m10_bb_pos,buy,2026-04-16 14:06:00,455.0,6.2736,1,leg_gt,0.74,60 -27759,buy_contrast_m10_bb_pos,buy,2026-04-16 14:09:00,454.0,6.5079,1,leg_gt,0.73,60 -27760,buy_contrast_m10_bb_pos,buy,2026-04-16 15:30:00,454.0,6.5079,1,leg_gt,0.68,60 -27761,buy_contrast_m10_bb_pos,buy,2026-04-16 15:33:00,455.0,6.2736,1,leg_gt,0.68,60 -27762,buy_contrast_m10_bb_pos,buy,2026-04-16 15:36:00,454.0,6.5079,1,leg_gt,0.67,60 -27763,buy_contrast_m10_bb_pos,buy,2026-04-16 15:39:00,455.0,6.2736,1,leg_gt,0.67,60 -27764,buy_contrast_m10_bb_pos,buy,2026-04-16 17:42:00,453.0,6.7433,1,leg_gt,0.59,60 -27765,buy_contrast_m10_bb_pos,buy,2026-04-16 17:45:00,453.0,6.7433,1,leg_gt,0.58,60 -27766,buy_contrast_m10_bb_pos,buy,2026-04-16 17:48:00,455.0,6.2736,1,leg_gt,0.58,60 -27767,buy_contrast_m10_bb_pos,buy,2026-04-16 18:00:00,453.0,6.7433,1,leg_gt,0.57,60 -27768,buy_contrast_m10_bb_pos,buy,2026-04-16 18:03:00,455.0,6.2736,1,leg_gt,0.57,60 -27769,buy_contrast_m10_bb_pos,buy,2026-04-16 18:06:00,455.0,6.2736,1,leg_gt,0.57,60 -27770,buy_contrast_m10_bb_pos,buy,2026-04-16 18:09:00,455.0,6.2736,1,leg_gt,0.57,60 -27771,buy_contrast_m10_bb_pos,buy,2026-04-16 19:21:00,453.0,6.7433,1,leg_gt,0.52,60 -27772,buy_contrast_m10_bb_pos,buy,2026-04-16 19:24:00,454.0,6.5079,1,leg_gt,0.51,60 -27773,buy_contrast_m10_bb_pos,buy,2026-04-16 19:27:00,456.0,6.0404,1,leg_gt,0.51,60 -27774,buy_contrast_m10_bb_pos,buy,2026-04-17 10:21:00,474.0,-19.5093,0,leg_gt,19.38,60 -27775,buy_contrast_m10_bb_pos,buy,2026-04-17 10:24:00,473.0,-19.3389,0,leg_gt,19.38,60 -27776,buy_contrast_m10_bb_pos,buy,2026-04-17 10:27:00,474.0,-19.5093,0,leg_gt,19.38,60 -27777,buy_contrast_m10_bb_pos,buy,2026-04-17 10:42:00,472.0,-19.1678,0,leg_gt,19.37,60 -27778,buy_contrast_m10_bb_pos,buy,2026-04-17 10:45:00,471.0,-18.996,0,leg_gt,19.37,60 -27779,buy_contrast_m10_bb_pos,buy,2026-04-17 10:48:00,470.0,-18.8234,0,leg_gt,19.36,60 -27780,buy_contrast_m10_bb_pos,buy,2026-04-17 11:00:00,471.0,-18.996,0,leg_gt,19.36,60 -27781,buy_contrast_m10_bb_pos,buy,2026-04-17 11:03:00,470.0,-18.8234,0,leg_gt,19.35,60 -27782,buy_contrast_m10_bb_pos,buy,2026-04-17 11:06:00,470.0,-18.8234,0,leg_gt,19.35,60 -27783,buy_contrast_m10_bb_pos,buy,2026-04-17 11:09:00,469.0,-18.6501,0,leg_gt,19.35,60 -27784,buy_contrast_m10_bb_pos,buy,2026-04-17 11:12:00,471.0,-18.996,0,leg_gt,19.35,60 -27785,buy_contrast_m10_bb_pos,buy,2026-04-17 11:15:00,471.0,-18.996,0,leg_gt,19.35,60 -27786,buy_contrast_m10_bb_pos,buy,2026-04-17 11:18:00,469.0,-18.6501,0,leg_gt,19.34,60 -27787,buy_contrast_m10_bb_pos,buy,2026-04-17 11:21:00,468.0,-18.4761,0,leg_gt,19.34,60 -27788,buy_contrast_m10_bb_pos,buy,2026-04-17 11:24:00,468.0,-18.4761,0,leg_gt,19.34,60 -27789,buy_contrast_m10_bb_pos,buy,2026-04-17 11:27:00,468.0,-18.4761,0,leg_gt,19.34,60 -27790,buy_contrast_m10_bb_pos,buy,2026-04-17 13:51:00,469.0,-18.6501,0,leg_gt,19.24,60 -27791,buy_contrast_m10_bb_pos,buy,2026-04-17 13:54:00,469.0,-18.6501,0,leg_gt,19.24,60 -27792,buy_contrast_m10_bb_pos,buy,2026-04-17 13:57:00,470.0,-18.8234,0,leg_gt,19.23,60 -27793,buy_contrast_m10_bb_pos,buy,2026-04-17 14:21:00,466.0,-18.1258,0,leg_gt,19.22,60 -27794,buy_contrast_m10_bb_pos,buy,2026-04-17 14:24:00,465.0,-17.9495,0,leg_gt,19.21,60 -27795,buy_contrast_m10_bb_pos,buy,2026-04-17 14:27:00,465.0,-17.9495,0,leg_gt,19.21,60 -27796,buy_contrast_m10_bb_pos,buy,2026-04-17 14:51:00,464.0,-17.7724,0,leg_gt,19.2,60 -27797,buy_contrast_m10_bb_pos,buy,2026-04-17 14:54:00,465.0,-17.9495,0,leg_gt,19.19,60 -27798,buy_contrast_m10_bb_pos,buy,2026-04-17 14:57:00,465.0,-17.9495,0,leg_gt,19.19,60 -27799,buy_contrast_m10_bb_pos,buy,2026-04-17 19:00:00,469.0,-18.6501,0,leg_gt,19.02,60 -27800,buy_contrast_m10_bb_pos,buy,2026-04-17 19:03:00,470.0,-18.8234,0,leg_gt,19.02,60 -27801,buy_contrast_m10_bb_pos,buy,2026-04-17 19:06:00,469.0,-18.6501,0,leg_gt,19.02,60 -27802,buy_contrast_m10_bb_pos,buy,2026-04-17 19:09:00,467.0,-18.3013,0,leg_gt,19.02,60 -27803,buy_contrast_m10_bb_pos,buy,2026-04-17 20:30:00,459.0,-16.8756,0,leg_gt,18.96,60 -27804,buy_contrast_m10_bb_pos,buy,2026-04-17 20:33:00,460.0,-17.0565,0,leg_gt,18.96,60 -27805,buy_contrast_m10_bb_pos,buy,2026-04-17 20:36:00,461.0,-17.2367,0,leg_gt,18.96,60 -27806,buy_contrast_m10_bb_pos,buy,2026-04-17 20:39:00,461.0,-17.2367,0,leg_gt,18.95,60 -27807,buy_contrast_m10_bb_pos,buy,2026-04-17 20:42:00,458.0,-16.6939,0,leg_gt,18.95,60 -27808,buy_contrast_m10_bb_pos,buy,2026-04-17 20:45:00,457.0,-16.5114,0,leg_gt,18.95,60 -27809,buy_contrast_m10_bb_pos,buy,2026-04-17 20:48:00,458.0,-16.6939,0,leg_gt,18.95,60 -27810,buy_contrast_m10_bb_pos,buy,2026-04-17 20:51:00,458.0,-16.6939,0,leg_gt,18.95,60 -27811,buy_contrast_m10_bb_pos,buy,2026-04-17 20:54:00,457.0,-16.5114,0,leg_gt,18.94,60 -27812,buy_contrast_m10_bb_pos,buy,2026-04-17 20:57:00,455.0,-16.144,0,leg_gt,18.94,60 -27813,buy_contrast_m10_bb_pos,buy,2026-04-17 21:12:00,454.0,-15.959,0,leg_gt,18.93,60 -27814,buy_contrast_m10_bb_pos,buy,2026-04-17 21:15:00,456.0,-16.3281,0,leg_gt,18.93,60 -27815,buy_contrast_m10_bb_pos,buy,2026-04-17 21:18:00,455.0,-16.144,0,leg_gt,18.93,60 -27816,buy_contrast_m10_bb_pos,buy,2026-04-17 21:21:00,455.0,-16.144,0,leg_gt,18.92,60 -27817,buy_contrast_m10_bb_pos,buy,2026-04-17 21:24:00,455.0,-16.144,0,leg_gt,18.92,60 -27818,buy_contrast_m10_bb_pos,buy,2026-04-17 21:27:00,454.0,-15.959,0,leg_gt,18.92,60 -27819,buy_contrast_m10_bb_pos,buy,2026-04-18 00:12:00,454.0,-15.959,0,leg_gt,18.81,60 -27820,buy_contrast_m10_bb_pos,buy,2026-04-18 00:15:00,453.0,-15.7733,0,leg_gt,18.8,60 -27821,buy_contrast_m10_bb_pos,buy,2026-04-18 00:18:00,452.0,-15.5867,0,leg_gt,18.8,60 -27822,buy_contrast_m10_bb_pos,buy,2026-04-18 00:21:00,452.0,-15.5867,0,leg_gt,18.8,60 -27823,buy_contrast_m10_bb_pos,buy,2026-04-18 00:24:00,450.0,-15.2111,0,leg_gt,18.8,60 -27824,buy_contrast_m10_bb_pos,buy,2026-04-18 00:27:00,438.0,-12.8854,0,leg_gt,18.8,60 -27825,buy_contrast_m10_bb_pos,buy,2026-04-18 01:12:00,443.0,-13.8698,0,leg_gt,18.76,60 -27826,buy_contrast_m10_bb_pos,buy,2026-04-18 01:15:00,443.0,-13.8698,0,leg_gt,18.76,60 -27827,buy_contrast_m10_bb_pos,buy,2026-04-18 01:18:00,442.0,-13.6747,0,leg_gt,18.76,60 -27828,buy_contrast_m10_bb_pos,buy,2026-04-18 03:00:00,434.0,-12.0816,0,leg_gt,18.69,60 -27829,buy_contrast_m10_bb_pos,buy,2026-04-18 03:03:00,435.0,-12.2839,0,leg_gt,18.69,60 -27830,buy_contrast_m10_bb_pos,buy,2026-04-18 03:06:00,431.0,-11.4689,0,leg_gt,18.69,60 -27831,buy_contrast_m10_bb_pos,buy,2026-04-18 03:09:00,432.0,-11.6741,0,leg_gt,18.68,60 -27832,buy_contrast_m10_bb_pos,buy,2026-04-18 03:51:00,421.0,-9.3637,0,leg_gt,18.65,60 -27833,buy_contrast_m10_bb_pos,buy,2026-04-18 03:54:00,422.0,-9.5787,0,leg_gt,18.65,60 -27834,buy_contrast_m10_bb_pos,buy,2026-04-18 03:57:00,420.0,-9.1476,0,leg_gt,18.65,60 -27835,buy_contrast_m10_bb_pos,buy,2026-04-18 04:00:00,419.0,-8.9305,0,leg_gt,18.65,60 -27836,buy_contrast_m10_bb_pos,buy,2026-04-18 04:03:00,420.0,-9.1476,0,leg_gt,18.65,60 -27837,buy_contrast_m10_bb_pos,buy,2026-04-18 04:06:00,419.0,-8.9305,0,leg_gt,18.64,60 -27838,buy_contrast_m10_bb_pos,buy,2026-04-18 04:09:00,420.0,-9.1476,0,leg_gt,18.64,60 -27839,buy_contrast_m10_bb_pos,buy,2026-04-18 06:51:00,419.0,-8.9305,0,leg_gt,18.53,60 -27840,buy_contrast_m10_bb_pos,buy,2026-04-18 06:54:00,419.0,-8.9305,0,leg_gt,18.53,60 -27841,buy_contrast_m10_bb_pos,buy,2026-04-18 06:57:00,419.0,-8.9305,0,leg_gt,18.52,60 -27842,buy_contrast_m10_bb_pos,buy,2026-04-18 07:00:00,418.0,-8.7124,0,leg_gt,18.52,60 -27843,buy_contrast_m10_bb_pos,buy,2026-04-18 07:03:00,419.0,-8.9305,0,leg_gt,18.52,60 -27844,buy_contrast_m10_bb_pos,buy,2026-04-18 07:06:00,420.0,-9.1476,0,leg_gt,18.52,60 -27845,buy_contrast_m10_bb_pos,buy,2026-04-18 07:09:00,419.0,-8.9305,0,leg_gt,18.52,60 -27846,buy_contrast_m10_bb_pos,buy,2026-04-18 07:12:00,417.0,-8.4933,0,leg_gt,18.51,60 -27847,buy_contrast_m10_bb_pos,buy,2026-04-18 07:15:00,417.0,-8.4933,0,leg_gt,18.51,60 -27848,buy_contrast_m10_bb_pos,buy,2026-04-18 07:18:00,416.0,-8.2731,0,leg_gt,18.51,60 -27849,buy_contrast_m10_bb_pos,buy,2026-04-18 07:51:00,415.0,-8.0518,0,leg_gt,18.49,60 -27850,buy_contrast_m10_bb_pos,buy,2026-04-18 07:54:00,415.0,-8.0518,0,leg_gt,18.49,60 -27851,buy_contrast_m10_bb_pos,buy,2026-04-18 07:57:00,416.0,-8.2731,0,leg_gt,18.48,60 -27852,buy_contrast_m10_bb_pos,buy,2026-04-18 08:21:00,414.0,-7.8295,0,leg_gt,18.47,60 -27853,buy_contrast_m10_bb_pos,buy,2026-04-18 08:24:00,414.0,-7.8295,0,leg_gt,18.46,60 -27854,buy_contrast_m10_bb_pos,buy,2026-04-18 08:27:00,415.0,-8.0518,0,leg_gt,18.46,60 -27855,buy_contrast_m10_bb_pos,buy,2026-04-18 17:42:00,417.0,-8.4933,0,leg_gt,18.08,60 -27856,buy_contrast_m10_bb_pos,buy,2026-04-18 17:45:00,418.0,-8.7124,0,leg_gt,18.08,60 -27857,buy_contrast_m10_bb_pos,buy,2026-04-18 17:48:00,420.0,-9.1476,0,leg_gt,18.07,60 -27858,buy_contrast_m10_bb_pos,buy,2026-04-18 19:30:00,414.0,-7.8295,0,leg_gt,18.0,60 -27859,buy_contrast_m10_bb_pos,buy,2026-04-18 19:33:00,414.0,-7.8295,0,leg_gt,18.0,60 -27860,buy_contrast_m10_bb_pos,buy,2026-04-18 19:36:00,414.0,-7.8295,0,leg_gt,18.0,60 -27861,buy_contrast_m10_bb_pos,buy,2026-04-18 19:39:00,414.0,-7.8295,0,leg_gt,18.0,60 -27862,buy_contrast_m10_bb_pos,buy,2026-04-18 19:42:00,413.0,-7.6061,0,leg_gt,17.99,60 -27863,buy_contrast_m10_bb_pos,buy,2026-04-18 19:45:00,414.0,-7.8295,0,leg_gt,17.99,60 -27864,buy_contrast_m10_bb_pos,buy,2026-04-18 19:48:00,413.0,-7.6061,0,leg_gt,17.99,60 -27865,buy_contrast_m10_bb_pos,buy,2026-04-18 19:51:00,412.0,-7.3816,0,leg_gt,17.99,60 -27866,buy_contrast_m10_bb_pos,buy,2026-04-18 19:54:00,411.0,-7.156,0,leg_gt,17.99,60 -27867,buy_contrast_m10_bb_pos,buy,2026-04-18 19:57:00,412.0,-7.3816,0,leg_gt,17.98,60 -27868,buy_contrast_m10_bb_pos,buy,2026-04-18 20:00:00,412.0,-7.3816,0,leg_gt,17.98,60 -27869,buy_contrast_m10_bb_pos,buy,2026-04-18 20:03:00,411.0,-7.156,0,leg_gt,17.98,60 -27870,buy_contrast_m10_bb_pos,buy,2026-04-18 20:06:00,409.0,-6.7015,0,leg_gt,17.98,60 -27871,buy_contrast_m10_bb_pos,buy,2026-04-18 20:09:00,408.0,-6.4725,0,leg_gt,17.98,60 -27872,buy_contrast_m10_bb_pos,buy,2026-04-18 20:30:00,409.0,-6.7015,0,leg_gt,17.96,60 -27873,buy_contrast_m10_bb_pos,buy,2026-04-18 20:33:00,409.0,-6.7015,0,leg_gt,17.96,60 -27874,buy_contrast_m10_bb_pos,buy,2026-04-18 20:36:00,409.0,-6.7015,0,leg_gt,17.96,60 -27875,buy_contrast_m10_bb_pos,buy,2026-04-18 20:39:00,409.0,-6.7015,0,leg_gt,17.95,60 -27876,buy_contrast_m10_bb_pos,buy,2026-04-18 20:42:00,408.0,-6.4725,0,leg_gt,17.95,60 -27877,buy_contrast_m10_bb_pos,buy,2026-04-18 20:45:00,408.0,-6.4725,0,leg_gt,17.95,60 -27878,buy_contrast_m10_bb_pos,buy,2026-04-18 20:48:00,409.0,-6.7015,0,leg_gt,17.95,60 -27879,buy_contrast_m10_bb_pos,buy,2026-04-18 20:51:00,406.0,-6.0113,0,leg_gt,17.95,60 -27880,buy_contrast_m10_bb_pos,buy,2026-04-18 20:54:00,409.0,-6.7015,0,leg_gt,17.94,60 -27881,buy_contrast_m10_bb_pos,buy,2026-04-18 20:57:00,409.0,-6.7015,0,leg_gt,17.94,60 -27882,buy_contrast_m10_bb_pos,buy,2026-04-18 22:42:00,406.0,-6.0113,0,leg_gt,17.87,60 -27883,buy_contrast_m10_bb_pos,buy,2026-04-18 22:45:00,407.0,-6.2425,0,leg_gt,17.87,60 -27884,buy_contrast_m10_bb_pos,buy,2026-04-18 22:48:00,407.0,-6.2425,0,leg_gt,17.86,60 -27885,buy_contrast_m10_bb_pos,buy,2026-04-19 00:51:00,405.0,-5.779,0,leg_gt,17.78,60 -27886,buy_contrast_m10_bb_pos,buy,2026-04-19 00:54:00,405.0,-5.779,0,leg_gt,17.78,60 -27887,buy_contrast_m10_bb_pos,buy,2026-04-19 00:57:00,405.0,-5.779,0,leg_gt,17.77,60 -27888,buy_contrast_m10_bb_pos,buy,2026-04-19 01:12:00,404.0,-5.5455,0,leg_gt,17.76,60 -27889,buy_contrast_m10_bb_pos,buy,2026-04-19 01:15:00,405.0,-5.779,0,leg_gt,17.76,60 -27890,buy_contrast_m10_bb_pos,buy,2026-04-19 01:18:00,403.0,-5.3109,0,leg_gt,17.76,60 -27891,buy_contrast_m10_bb_pos,buy,2026-04-19 02:12:00,398.0,-4.1201,0,leg_gt,17.72,60 -27892,buy_contrast_m10_bb_pos,buy,2026-04-19 02:15:00,398.0,-4.1201,0,leg_gt,17.72,60 -27893,buy_contrast_m10_bb_pos,buy,2026-04-19 02:18:00,398.0,-4.1201,0,leg_gt,17.72,60 -27894,buy_contrast_m10_bb_pos,buy,2026-04-19 02:21:00,397.0,-3.8783,0,leg_gt,17.72,60 -27895,buy_contrast_m10_bb_pos,buy,2026-04-19 02:24:00,398.0,-4.1201,0,leg_gt,17.71,60 -27896,buy_contrast_m10_bb_pos,buy,2026-04-19 02:27:00,398.0,-4.1201,0,leg_gt,17.71,60 -27897,buy_contrast_m10_bb_pos,buy,2026-04-19 03:42:00,396.0,-3.6354,0,leg_gt,17.66,60 -27898,buy_contrast_m10_bb_pos,buy,2026-04-19 03:45:00,398.0,-4.1201,0,leg_gt,17.66,60 -27899,buy_contrast_m10_bb_pos,buy,2026-04-19 03:48:00,398.0,-4.1201,0,leg_gt,17.66,60 -27900,buy_contrast_m10_bb_pos,buy,2026-04-19 04:30:00,395.0,-3.3911,0,leg_gt,17.63,60 -27901,buy_contrast_m10_bb_pos,buy,2026-04-19 04:33:00,394.0,-3.1457,0,leg_gt,17.62,60 -27902,buy_contrast_m10_bb_pos,buy,2026-04-19 04:36:00,394.0,-3.1457,0,leg_gt,17.62,60 -27903,buy_contrast_m10_bb_pos,buy,2026-04-19 04:39:00,393.0,-2.899,0,leg_gt,17.62,60 -27904,buy_contrast_m10_bb_pos,buy,2026-04-19 05:30:00,393.0,-2.899,0,leg_gt,17.59,60 -27905,buy_contrast_m10_bb_pos,buy,2026-04-19 05:33:00,394.0,-3.1457,0,leg_gt,17.58,60 -27906,buy_contrast_m10_bb_pos,buy,2026-04-19 05:36:00,394.0,-3.1457,0,leg_gt,17.58,60 -27907,buy_contrast_m10_bb_pos,buy,2026-04-19 05:39:00,393.0,-2.899,0,leg_gt,17.58,60 -27908,buy_contrast_m10_bb_pos,buy,2026-04-19 05:42:00,392.0,-2.651,0,leg_gt,17.58,60 -27909,buy_contrast_m10_bb_pos,buy,2026-04-19 05:45:00,392.0,-2.651,0,leg_gt,17.58,60 -27910,buy_contrast_m10_bb_pos,buy,2026-04-19 05:48:00,392.0,-2.651,0,leg_gt,17.57,60 -27911,buy_contrast_m10_bb_pos,buy,2026-04-19 05:51:00,392.0,-2.651,0,leg_gt,17.57,60 -27912,buy_contrast_m10_bb_pos,buy,2026-04-19 05:54:00,392.0,-2.651,0,leg_gt,17.57,60 -27913,buy_contrast_m10_bb_pos,buy,2026-04-19 05:57:00,392.0,-2.651,0,leg_gt,17.57,60 -27914,buy_contrast_m10_bb_pos,buy,2026-04-19 08:42:00,391.0,-2.4018,0,leg_gt,17.45,60 -27915,buy_contrast_m10_bb_pos,buy,2026-04-19 08:45:00,390.0,-2.1513,0,leg_gt,17.45,60 -27916,buy_contrast_m10_bb_pos,buy,2026-04-19 08:48:00,391.0,-2.4018,0,leg_gt,17.45,60 -27917,buy_contrast_m10_bb_pos,buy,2026-04-19 09:12:00,389.0,-1.8995,0,leg_gt,17.43,60 -27918,buy_contrast_m10_bb_pos,buy,2026-04-19 09:15:00,389.0,-1.8995,0,leg_gt,17.43,60 -27919,buy_contrast_m10_bb_pos,buy,2026-04-19 09:18:00,390.0,-2.1513,0,leg_gt,17.43,60 -27920,buy_contrast_m10_bb_pos,buy,2026-04-19 09:21:00,391.0,-2.4018,0,leg_gt,17.42,60 -27921,buy_contrast_m10_bb_pos,buy,2026-04-19 09:24:00,390.0,-2.1513,0,leg_gt,17.42,60 -27922,buy_contrast_m10_bb_pos,buy,2026-04-19 09:27:00,390.0,-2.1513,0,leg_gt,17.42,60 -27923,buy_contrast_m10_bb_pos,buy,2026-04-19 10:42:00,390.0,-2.1513,0,leg_gt,17.37,60 -27924,buy_contrast_m10_bb_pos,buy,2026-04-19 10:45:00,389.0,-1.8995,0,leg_gt,17.37,60 -27925,buy_contrast_m10_bb_pos,buy,2026-04-19 10:48:00,389.0,-1.8995,0,leg_gt,17.36,60 -27926,buy_contrast_m10_bb_pos,buy,2026-04-19 11:30:00,387.0,-1.392,0,leg_gt,17.34,60 -27927,buy_contrast_m10_bb_pos,buy,2026-04-19 11:33:00,388.0,-1.6464,0,leg_gt,17.33,60 -27928,buy_contrast_m10_bb_pos,buy,2026-04-19 11:36:00,387.0,-1.392,0,leg_gt,17.33,60 -27929,buy_contrast_m10_bb_pos,buy,2026-04-19 11:39:00,388.0,-1.6464,0,leg_gt,17.33,60 -27930,buy_contrast_m10_bb_pos,buy,2026-04-19 13:42:00,386.0,-1.1363,0,leg_gt,17.24,60 -27931,buy_contrast_m10_bb_pos,buy,2026-04-19 13:45:00,387.0,-1.392,0,leg_gt,17.24,60 -27932,buy_contrast_m10_bb_pos,buy,2026-04-19 13:48:00,387.0,-1.392,0,leg_gt,17.24,60 -27933,buy_contrast_m10_bb_pos,buy,2026-04-19 13:51:00,387.0,-1.392,0,leg_gt,17.24,60 -27934,buy_contrast_m10_bb_pos,buy,2026-04-19 13:54:00,388.0,-1.6464,0,leg_gt,17.24,60 -27935,buy_contrast_m10_bb_pos,buy,2026-04-19 13:57:00,387.0,-1.392,0,leg_gt,17.23,60 -27936,buy_contrast_m10_bb_pos,buy,2026-04-19 15:12:00,387.0,-1.392,0,leg_gt,17.18,60 -27937,buy_contrast_m10_bb_pos,buy,2026-04-19 15:15:00,386.0,-1.1363,0,leg_gt,17.18,60 -27938,buy_contrast_m10_bb_pos,buy,2026-04-19 15:18:00,386.0,-1.1363,0,leg_gt,17.18,60 -27939,buy_contrast_m10_bb_pos,buy,2026-04-19 15:21:00,387.0,-1.392,0,leg_gt,17.18,60 -27940,buy_contrast_m10_bb_pos,buy,2026-04-19 15:24:00,387.0,-1.392,0,leg_gt,17.17,60 -27941,buy_contrast_m10_bb_pos,buy,2026-04-19 15:27:00,388.0,-1.6464,0,leg_gt,17.17,60 -27942,buy_contrast_m10_bb_pos,buy,2026-04-20 00:51:00,394.0,-3.1457,0,leg_gt,16.78,60 -27943,buy_contrast_m10_bb_pos,buy,2026-04-20 00:54:00,394.0,-3.1457,0,leg_gt,16.78,60 -27944,buy_contrast_m10_bb_pos,buy,2026-04-20 00:57:00,394.0,-3.1457,0,leg_gt,16.77,60 -27945,buy_contrast_m10_bb_pos,buy,2026-04-20 01:12:00,394.0,-3.1457,0,leg_gt,16.76,60 -27946,buy_contrast_m10_bb_pos,buy,2026-04-20 01:15:00,394.0,-3.1457,0,leg_gt,16.76,60 -27947,buy_contrast_m10_bb_pos,buy,2026-04-20 01:18:00,395.0,-3.3911,0,leg_gt,16.76,60 -27948,buy_contrast_m10_bb_pos,buy,2026-04-20 01:21:00,394.0,-3.1457,0,leg_gt,16.76,60 -27949,buy_contrast_m10_bb_pos,buy,2026-04-20 01:24:00,394.0,-3.1457,0,leg_gt,16.76,60 -27950,buy_contrast_m10_bb_pos,buy,2026-04-20 01:27:00,395.0,-3.3911,0,leg_gt,16.75,60 -27951,buy_contrast_m10_bb_pos,buy,2026-04-20 01:30:00,393.0,-2.899,0,leg_gt,16.75,60 -27952,buy_contrast_m10_bb_pos,buy,2026-04-20 01:33:00,394.0,-3.1457,0,leg_gt,16.75,60 -27953,buy_contrast_m10_bb_pos,buy,2026-04-20 01:36:00,395.0,-3.3911,0,leg_gt,16.75,60 -27954,buy_contrast_m10_bb_pos,buy,2026-04-20 01:39:00,394.0,-3.1457,0,leg_gt,16.75,60 -27955,buy_contrast_m10_bb_pos,buy,2026-04-20 01:42:00,394.0,-3.1457,0,leg_gt,16.74,60 -27956,buy_contrast_m10_bb_pos,buy,2026-04-20 01:45:00,394.0,-3.1457,0,leg_gt,16.74,60 -27957,buy_contrast_m10_bb_pos,buy,2026-04-20 01:48:00,393.0,-2.899,0,leg_gt,16.74,60 -27958,buy_contrast_m10_bb_pos,buy,2026-04-20 02:12:00,393.0,-2.899,0,leg_gt,16.72,60 -27959,buy_contrast_m10_bb_pos,buy,2026-04-20 02:15:00,392.0,-2.651,0,leg_gt,16.72,60 -27960,buy_contrast_m10_bb_pos,buy,2026-04-20 02:18:00,392.0,-2.651,0,leg_gt,16.72,60 -27961,buy_contrast_m10_bb_pos,buy,2026-04-20 02:30:00,391.0,-2.4018,0,leg_gt,16.71,60 -27962,buy_contrast_m10_bb_pos,buy,2026-04-20 02:33:00,391.0,-2.4018,0,leg_gt,16.71,60 -27963,buy_contrast_m10_bb_pos,buy,2026-04-20 02:36:00,390.0,-2.1513,0,leg_gt,16.71,60 -27964,buy_contrast_m10_bb_pos,buy,2026-04-20 02:39:00,390.0,-2.1513,0,leg_gt,16.7,60 -27965,buy_contrast_m10_bb_pos,buy,2026-04-20 02:42:00,390.0,-2.1513,0,leg_gt,16.7,60 -27966,buy_contrast_m10_bb_pos,buy,2026-04-20 02:45:00,390.0,-2.1513,0,leg_gt,16.7,60 -27967,buy_contrast_m10_bb_pos,buy,2026-04-20 02:48:00,391.0,-2.4018,0,leg_gt,16.7,60 -27968,buy_contrast_m10_bb_pos,buy,2026-04-20 02:51:00,390.0,-2.1513,0,leg_gt,16.7,60 -27969,buy_contrast_m10_bb_pos,buy,2026-04-20 02:54:00,389.0,-1.8995,0,leg_gt,16.69,60 -27970,buy_contrast_m10_bb_pos,buy,2026-04-20 02:57:00,390.0,-2.1513,0,leg_gt,16.69,60 -27971,buy_contrast_m10_bb_pos,buy,2026-04-20 03:21:00,389.0,-1.8995,0,leg_gt,16.68,60 -27972,buy_contrast_m10_bb_pos,buy,2026-04-20 03:24:00,389.0,-1.8995,0,leg_gt,16.67,60 -27973,buy_contrast_m10_bb_pos,buy,2026-04-20 03:27:00,390.0,-2.1513,0,leg_gt,16.67,60 -27974,buy_contrast_m10_bb_pos,buy,2026-04-20 05:12:00,389.0,-1.8995,0,leg_gt,16.6,60 -27975,buy_contrast_m10_bb_pos,buy,2026-04-20 05:15:00,390.0,-2.1513,0,leg_gt,16.6,60 -27976,buy_contrast_m10_bb_pos,buy,2026-04-20 05:18:00,389.0,-1.8995,0,leg_gt,16.59,60 -27977,buy_contrast_m10_bb_pos,buy,2026-04-20 05:30:00,388.0,-1.6464,0,leg_gt,16.59,60 -27978,buy_contrast_m10_bb_pos,buy,2026-04-20 05:33:00,390.0,-2.1513,0,leg_gt,16.58,60 -27979,buy_contrast_m10_bb_pos,buy,2026-04-20 05:36:00,390.0,-2.1513,0,leg_gt,16.58,60 -27980,buy_contrast_m10_bb_pos,buy,2026-04-20 05:39:00,389.0,-1.8995,0,leg_gt,16.58,60 -27981,buy_contrast_m10_bb_pos,buy,2026-04-20 07:00:00,388.0,-1.6464,0,leg_gt,16.52,60 -27982,buy_contrast_m10_bb_pos,buy,2026-04-20 07:03:00,384.0,-0.6208,0,leg_gt,16.52,60 -27983,buy_contrast_m10_bb_pos,buy,2026-04-20 07:06:00,386.0,-1.1363,0,leg_gt,16.52,60 -27984,buy_contrast_m10_bb_pos,buy,2026-04-20 07:09:00,388.0,-1.6464,0,leg_gt,16.52,60 -27985,buy_contrast_m10_bb_pos,buy,2026-04-20 08:30:00,385.0,-0.8792,0,leg_gt,16.46,60 -27986,buy_contrast_m10_bb_pos,buy,2026-04-20 08:33:00,386.0,-1.1363,0,leg_gt,16.46,60 -27987,buy_contrast_m10_bb_pos,buy,2026-04-20 08:36:00,386.0,-1.1363,0,leg_gt,16.46,60 -27988,buy_contrast_m10_bb_pos,buy,2026-04-20 08:39:00,386.0,-1.1363,0,leg_gt,16.45,60 -27989,buy_contrast_m10_bb_pos,buy,2026-04-20 14:51:00,387.0,-1.392,0,leg_gt,16.2,60 -27990,buy_contrast_m10_bb_pos,buy,2026-04-20 14:54:00,388.0,-1.6464,0,leg_gt,16.19,60 -27991,buy_contrast_m10_bb_pos,buy,2026-04-20 14:57:00,388.0,-1.6464,0,leg_gt,16.19,60 -27992,buy_contrast_m10_bb_pos,buy,2026-04-21 00:21:00,390.0,-2.1513,0,leg_gt,15.8,60 -27993,buy_contrast_m10_bb_pos,buy,2026-04-21 00:24:00,392.0,-2.651,0,leg_gt,15.8,60 -27994,buy_contrast_m10_bb_pos,buy,2026-04-21 00:27:00,392.0,-2.651,0,leg_gt,15.8,60 -27995,buy_contrast_m10_bb_pos,buy,2026-04-21 00:42:00,390.0,-2.1513,0,leg_gt,15.79,60 -27996,buy_contrast_m10_bb_pos,buy,2026-04-21 00:45:00,389.0,-1.8995,0,leg_gt,15.78,60 -27997,buy_contrast_m10_bb_pos,buy,2026-04-21 00:48:00,389.0,-1.8995,0,leg_gt,15.78,60 -27998,buy_contrast_m10_bb_pos,buy,2026-04-21 00:51:00,389.0,-1.8995,0,leg_gt,15.78,60 -27999,buy_contrast_m10_bb_pos,buy,2026-04-21 00:54:00,388.0,-1.6464,0,leg_gt,15.78,60 -28000,buy_contrast_m10_bb_pos,buy,2026-04-21 00:57:00,389.0,-1.8995,0,leg_gt,15.78,60 -28001,buy_contrast_m10_bb_pos,buy,2026-04-21 07:51:00,393.0,-2.899,0,leg_gt,15.49,60 -28002,buy_contrast_m10_bb_pos,buy,2026-04-21 07:54:00,392.0,-2.651,0,leg_gt,15.49,60 -28003,buy_contrast_m10_bb_pos,buy,2026-04-21 07:57:00,393.0,-2.899,0,leg_gt,15.48,60 -28004,buy_contrast_m10_bb_pos,buy,2026-04-21 08:12:00,391.0,-2.4018,0,leg_gt,15.47,60 -28005,buy_contrast_m10_bb_pos,buy,2026-04-21 08:15:00,391.0,-2.4018,0,leg_gt,15.47,60 -28006,buy_contrast_m10_bb_pos,buy,2026-04-21 08:18:00,391.0,-2.4018,0,leg_gt,15.47,60 -28007,buy_contrast_m10_bb_pos,buy,2026-04-21 08:51:00,392.0,-2.651,0,leg_gt,15.45,60 -28008,buy_contrast_m10_bb_pos,buy,2026-04-21 08:54:00,391.0,-2.4018,0,leg_gt,15.44,60 -28009,buy_contrast_m10_bb_pos,buy,2026-04-21 08:57:00,392.0,-2.651,0,leg_gt,15.44,60 -28010,buy_contrast_m10_bb_pos,buy,2026-04-21 12:30:00,389.0,-1.8995,0,leg_gt,15.29,60 -28011,buy_contrast_m10_bb_pos,buy,2026-04-21 12:33:00,389.0,-1.8995,0,leg_gt,15.29,60 -28012,buy_contrast_m10_bb_pos,buy,2026-04-21 12:36:00,389.0,-1.8995,0,leg_gt,15.29,60 -28013,buy_contrast_m10_bb_pos,buy,2026-04-21 12:39:00,388.0,-1.6464,0,leg_gt,15.29,60 -28014,buy_contrast_m10_bb_pos,buy,2026-04-21 12:42:00,389.0,-1.8995,0,leg_gt,15.29,60 -28015,buy_contrast_m10_bb_pos,buy,2026-04-21 12:45:00,389.0,-1.8995,0,leg_gt,15.28,60 -28016,buy_contrast_m10_bb_pos,buy,2026-04-21 12:48:00,389.0,-1.8995,0,leg_gt,15.28,60 -28017,buy_contrast_m10_bb_pos,buy,2026-04-21 12:51:00,389.0,-1.8995,0,leg_gt,15.28,60 -28018,buy_contrast_m10_bb_pos,buy,2026-04-21 12:54:00,390.0,-2.1513,0,leg_gt,15.28,60 -28019,buy_contrast_m10_bb_pos,buy,2026-04-21 12:57:00,390.0,-2.1513,0,leg_gt,15.28,60 -28020,buy_contrast_m10_bb_pos,buy,2026-04-21 17:42:00,391.0,-2.4018,0,leg_gt,15.08,60 -28021,buy_contrast_m10_bb_pos,buy,2026-04-21 17:45:00,391.0,-2.4018,0,leg_gt,15.08,60 -28022,buy_contrast_m10_bb_pos,buy,2026-04-21 17:48:00,392.0,-2.651,0,leg_gt,15.07,60 -28023,buy_contrast_m10_bb_pos,buy,2026-04-21 21:51:00,390.0,-2.1513,0,leg_gt,14.9,60 -28024,buy_contrast_m10_bb_pos,buy,2026-04-21 21:54:00,390.0,-2.1513,0,leg_gt,14.9,60 -28025,buy_contrast_m10_bb_pos,buy,2026-04-21 21:57:00,390.0,-2.1513,0,leg_gt,14.9,60 -28026,buy_contrast_m10_bb_pos,buy,2026-04-21 22:00:00,390.0,-2.1513,0,leg_gt,14.9,60 -28027,buy_contrast_m10_bb_pos,buy,2026-04-21 22:03:00,390.0,-2.1513,0,leg_gt,14.9,60 -28028,buy_contrast_m10_bb_pos,buy,2026-04-21 22:06:00,390.0,-2.1513,0,leg_gt,14.89,60 -28029,buy_contrast_m10_bb_pos,buy,2026-04-21 22:09:00,390.0,-2.1513,0,leg_gt,14.89,60 -28030,buy_contrast_m10_bb_pos,buy,2026-04-21 22:12:00,389.0,-1.8995,0,leg_gt,14.89,60 -28031,buy_contrast_m10_bb_pos,buy,2026-04-21 22:15:00,389.0,-1.8995,0,leg_gt,14.89,60 -28032,buy_contrast_m10_bb_pos,buy,2026-04-21 22:18:00,389.0,-1.8995,0,leg_gt,14.89,60 -28033,buy_contrast_m10_bb_pos,buy,2026-04-21 22:30:00,389.0,-1.8995,0,leg_gt,14.88,60 -28034,buy_contrast_m10_bb_pos,buy,2026-04-21 22:33:00,390.0,-2.1513,0,leg_gt,14.88,60 -28035,buy_contrast_m10_bb_pos,buy,2026-04-21 22:36:00,389.0,-1.8995,0,leg_gt,14.87,60 -28036,buy_contrast_m10_bb_pos,buy,2026-04-21 22:39:00,388.0,-1.6464,0,leg_gt,14.87,60 -28037,buy_contrast_m10_bb_pos,buy,2026-04-21 22:42:00,389.0,-1.8995,0,leg_gt,14.87,60 -28038,buy_contrast_m10_bb_pos,buy,2026-04-21 22:45:00,390.0,-2.1513,0,leg_gt,14.87,60 -28039,buy_contrast_m10_bb_pos,buy,2026-04-21 22:48:00,390.0,-2.1513,0,leg_gt,14.86,60 -28040,buy_contrast_m10_bb_pos,buy,2026-04-22 02:30:00,387.0,-1.392,0,leg_gt,14.71,60 -28041,buy_contrast_m10_bb_pos,buy,2026-04-22 02:33:00,388.0,-1.6464,0,leg_gt,14.71,60 -28042,buy_contrast_m10_bb_pos,buy,2026-04-22 02:36:00,387.0,-1.392,0,leg_gt,14.71,60 -28043,buy_contrast_m10_bb_pos,buy,2026-04-22 02:39:00,389.0,-1.8995,0,leg_gt,14.7,60 -28044,buy_contrast_m10_bb_pos,buy,2026-04-22 03:51:00,387.0,-1.392,0,leg_gt,14.65,60 -28045,buy_contrast_m10_bb_pos,buy,2026-04-22 03:54:00,386.0,-1.1363,0,leg_gt,14.65,60 -28046,buy_contrast_m10_bb_pos,buy,2026-04-22 03:57:00,388.0,-1.6464,0,leg_gt,14.65,60 -28047,buy_contrast_m10_bb_pos,buy,2026-04-22 04:51:00,386.0,-1.1363,0,leg_gt,14.61,60 -28048,buy_contrast_m10_bb_pos,buy,2026-04-22 04:54:00,385.0,-0.8792,0,leg_gt,14.61,60 -28049,buy_contrast_m10_bb_pos,buy,2026-04-22 04:57:00,386.0,-1.1363,0,leg_gt,14.61,60 -28050,buy_contrast_m10_bb_pos,buy,2026-04-22 05:00:00,386.0,-1.1363,0,leg_gt,14.61,60 -28051,buy_contrast_m10_bb_pos,buy,2026-04-22 05:03:00,387.0,-1.392,0,leg_gt,14.6,60 -28052,buy_contrast_m10_bb_pos,buy,2026-04-22 05:06:00,387.0,-1.392,0,leg_gt,14.6,60 -28053,buy_contrast_m10_bb_pos,buy,2026-04-22 05:09:00,387.0,-1.392,0,leg_gt,14.6,60 -28054,buy_contrast_m10_bb_pos,buy,2026-04-22 07:21:00,386.0,-1.1363,0,leg_gt,14.51,60 -28055,buy_contrast_m10_bb_pos,buy,2026-04-22 07:24:00,385.0,-0.8792,0,leg_gt,14.51,60 -28056,buy_contrast_m10_bb_pos,buy,2026-04-22 07:27:00,386.0,-1.1363,0,leg_gt,14.5,60 -28057,buy_contrast_m10_bb_pos,buy,2026-04-22 07:30:00,385.0,-0.8792,0,leg_gt,14.5,60 -28058,buy_contrast_m10_bb_pos,buy,2026-04-22 07:33:00,385.0,-0.8792,0,leg_gt,14.5,60 -28059,buy_contrast_m10_bb_pos,buy,2026-04-22 07:36:00,386.0,-1.1363,0,leg_gt,14.5,60 -28060,buy_contrast_m10_bb_pos,buy,2026-04-22 07:39:00,385.0,-0.8792,0,leg_gt,14.5,60 -28061,buy_contrast_m10_bb_pos,buy,2026-04-22 10:21:00,385.0,-0.8792,0,leg_gt,14.38,60 -28062,buy_contrast_m10_bb_pos,buy,2026-04-22 10:24:00,386.0,-1.1363,0,leg_gt,14.38,60 -28063,buy_contrast_m10_bb_pos,buy,2026-04-22 10:27:00,386.0,-1.1363,0,leg_gt,14.38,60 -28064,buy_contrast_m10_bb_pos,buy,2026-04-22 10:30:00,385.0,-0.8792,0,leg_gt,14.38,60 -28065,buy_contrast_m10_bb_pos,buy,2026-04-22 10:33:00,386.0,-1.1363,0,leg_gt,14.38,60 -28066,buy_contrast_m10_bb_pos,buy,2026-04-22 10:36:00,386.0,-1.1363,0,leg_gt,14.37,60 -28067,buy_contrast_m10_bb_pos,buy,2026-04-22 10:39:00,386.0,-1.1363,0,leg_gt,14.37,60 -28068,buy_contrast_m10_bb_pos,buy,2026-04-22 21:42:00,396.0,-3.6354,0,leg_gt,13.91,60 -28069,buy_contrast_m10_bb_pos,buy,2026-04-22 21:45:00,396.0,-3.6354,0,leg_gt,13.91,60 -28070,buy_contrast_m10_bb_pos,buy,2026-04-22 21:48:00,396.0,-3.6354,0,leg_gt,13.91,60 -28071,buy_contrast_m10_bb_pos,buy,2026-04-22 22:00:00,395.0,-3.3911,0,leg_gt,13.9,60 -28072,buy_contrast_m10_bb_pos,buy,2026-04-22 22:03:00,395.0,-3.3911,0,leg_gt,13.9,60 -28073,buy_contrast_m10_bb_pos,buy,2026-04-22 22:06:00,397.0,-3.8783,0,leg_gt,13.89,60 -28074,buy_contrast_m10_bb_pos,buy,2026-04-22 22:09:00,397.0,-3.8783,0,leg_gt,13.89,60 -28075,buy_contrast_m10_bb_pos,buy,2026-04-23 01:00:00,396.0,-3.6354,0,leg_gt,13.77,60 -28076,buy_contrast_m10_bb_pos,buy,2026-04-23 01:03:00,397.0,-3.8783,0,leg_gt,13.77,60 -28077,buy_contrast_m10_bb_pos,buy,2026-04-23 01:06:00,396.0,-3.6354,0,leg_gt,13.77,60 -28078,buy_contrast_m10_bb_pos,buy,2026-04-23 01:09:00,397.0,-3.8783,0,leg_gt,13.77,60 -28079,buy_contrast_m10_bb_pos,buy,2026-04-23 01:30:00,396.0,-3.6354,0,leg_gt,13.75,60 -28080,buy_contrast_m10_bb_pos,buy,2026-04-23 01:33:00,397.0,-3.8783,0,leg_gt,13.75,60 -28081,buy_contrast_m10_bb_pos,buy,2026-04-23 01:36:00,398.0,-4.1201,0,leg_gt,13.75,60 -28082,buy_contrast_m10_bb_pos,buy,2026-04-23 01:39:00,398.0,-4.1201,0,leg_gt,13.75,60 -28083,buy_contrast_m10_bb_pos,buy,2026-04-23 07:42:00,397.0,-3.8783,0,leg_gt,13.49,60 -28084,buy_contrast_m10_bb_pos,buy,2026-04-23 07:45:00,396.0,-3.6354,0,leg_gt,13.49,60 -28085,buy_contrast_m10_bb_pos,buy,2026-04-23 07:48:00,396.0,-3.6354,0,leg_gt,13.49,60 -28086,buy_contrast_m10_bb_pos,buy,2026-04-23 08:00:00,396.0,-3.6354,0,leg_gt,13.48,60 -28087,buy_contrast_m10_bb_pos,buy,2026-04-23 08:03:00,394.0,-3.1457,0,leg_gt,13.48,60 -28088,buy_contrast_m10_bb_pos,buy,2026-04-23 08:06:00,394.0,-3.1457,0,leg_gt,13.48,60 -28089,buy_contrast_m10_bb_pos,buy,2026-04-23 08:09:00,393.0,-2.899,0,leg_gt,13.48,60 -28090,buy_contrast_m10_bb_pos,buy,2026-04-23 09:30:00,390.0,-2.1513,0,leg_gt,13.42,60 -28091,buy_contrast_m10_bb_pos,buy,2026-04-23 09:33:00,389.0,-1.8995,0,leg_gt,13.42,60 -28092,buy_contrast_m10_bb_pos,buy,2026-04-23 09:36:00,391.0,-2.4018,0,leg_gt,13.41,60 -28093,buy_contrast_m10_bb_pos,buy,2026-04-23 09:39:00,390.0,-2.1513,0,leg_gt,13.41,60 -28094,buy_contrast_m10_bb_pos,buy,2026-04-23 11:30:00,389.0,-1.8995,0,leg_gt,13.34,60 -28095,buy_contrast_m10_bb_pos,buy,2026-04-23 11:33:00,388.0,-1.6464,0,leg_gt,13.33,60 -28096,buy_contrast_m10_bb_pos,buy,2026-04-23 11:36:00,387.0,-1.392,0,leg_gt,13.33,60 -28097,buy_contrast_m10_bb_pos,buy,2026-04-23 11:39:00,386.0,-1.1363,0,leg_gt,13.33,60 -28098,buy_contrast_m10_bb_pos,buy,2026-04-23 11:51:00,389.0,-1.8995,0,leg_gt,13.32,60 -28099,buy_contrast_m10_bb_pos,buy,2026-04-23 11:54:00,390.0,-2.1513,0,leg_gt,13.32,60 -28100,buy_contrast_m10_bb_pos,buy,2026-04-23 11:57:00,389.0,-1.8995,0,leg_gt,13.32,60 -28101,buy_contrast_m10_bb_pos,buy,2026-04-23 12:42:00,387.0,-1.392,0,leg_gt,13.29,60 -28102,buy_contrast_m10_bb_pos,buy,2026-04-23 12:45:00,389.0,-1.8995,0,leg_gt,13.28,60 -28103,buy_contrast_m10_bb_pos,buy,2026-04-23 12:48:00,389.0,-1.8995,0,leg_gt,13.28,60 -28104,buy_contrast_m10_bb_pos,buy,2026-04-23 17:00:00,389.0,-1.8995,0,leg_gt,13.11,60 -28105,buy_contrast_m10_bb_pos,buy,2026-04-23 17:03:00,390.0,-2.1513,0,leg_gt,13.1,60 -28106,buy_contrast_m10_bb_pos,buy,2026-04-23 17:06:00,389.0,-1.8995,0,leg_gt,13.1,60 -28107,buy_contrast_m10_bb_pos,buy,2026-04-23 17:09:00,389.0,-1.8995,0,leg_gt,13.1,60 -28108,buy_contrast_m10_bb_pos,buy,2026-04-23 17:12:00,389.0,-1.8995,0,leg_gt,13.1,60 -28109,buy_contrast_m10_bb_pos,buy,2026-04-23 17:15:00,390.0,-2.1513,0,leg_gt,13.1,60 -28110,buy_contrast_m10_bb_pos,buy,2026-04-23 17:18:00,391.0,-2.4018,0,leg_gt,13.09,60 -28111,buy_contrast_m10_bb_pos,buy,2026-04-23 18:42:00,389.0,-1.8995,0,leg_gt,13.04,60 -28112,buy_contrast_m10_bb_pos,buy,2026-04-23 18:45:00,388.0,-1.6464,0,leg_gt,13.03,60 -28113,buy_contrast_m10_bb_pos,buy,2026-04-23 18:48:00,388.0,-1.6464,0,leg_gt,13.03,60 -28114,buy_contrast_m10_bb_pos,buy,2026-04-23 18:51:00,388.0,-1.6464,0,leg_gt,13.03,60 -28115,buy_contrast_m10_bb_pos,buy,2026-04-23 18:54:00,388.0,-1.6464,0,leg_gt,13.03,60 -28116,buy_contrast_m10_bb_pos,buy,2026-04-23 18:57:00,389.0,-1.8995,0,leg_gt,13.02,60 -28117,buy_contrast_m10_bb_pos,buy,2026-04-23 19:00:00,388.0,-1.6464,0,leg_gt,13.02,60 -28118,buy_contrast_m10_bb_pos,buy,2026-04-23 19:03:00,389.0,-1.8995,0,leg_gt,13.02,60 -28119,buy_contrast_m10_bb_pos,buy,2026-04-23 19:06:00,387.0,-1.392,0,leg_gt,13.02,60 -28120,buy_contrast_m10_bb_pos,buy,2026-04-23 19:09:00,387.0,-1.392,0,leg_gt,13.02,60 -28121,buy_contrast_m10_bb_pos,buy,2026-04-23 19:21:00,386.0,-1.1363,0,leg_gt,13.01,60 -28122,buy_contrast_m10_bb_pos,buy,2026-04-23 19:24:00,387.0,-1.392,0,leg_gt,13.01,60 -28123,buy_contrast_m10_bb_pos,buy,2026-04-23 19:27:00,387.0,-1.392,0,leg_gt,13.0,60 -28124,buy_contrast_m10_bb_pos,buy,2026-04-23 19:30:00,387.0,-1.392,0,leg_gt,13.0,60 -28125,buy_contrast_m10_bb_pos,buy,2026-04-23 19:33:00,386.0,-1.1363,0,leg_gt,13.0,60 -28126,buy_contrast_m10_bb_pos,buy,2026-04-23 19:36:00,387.0,-1.392,0,leg_gt,13.0,60 -28127,buy_contrast_m10_bb_pos,buy,2026-04-23 19:39:00,387.0,-1.392,0,leg_gt,13.0,60 -28128,buy_contrast_m10_bb_pos,buy,2026-04-23 19:42:00,387.0,-1.392,0,leg_gt,12.99,60 -28129,buy_contrast_m10_bb_pos,buy,2026-04-23 19:45:00,386.0,-1.1363,0,leg_gt,12.99,60 -28130,buy_contrast_m10_bb_pos,buy,2026-04-23 19:48:00,386.0,-1.1363,0,leg_gt,12.99,60 -28131,buy_contrast_m10_bb_pos,buy,2026-04-24 00:12:00,387.0,-1.392,0,leg_gt,12.81,60 -28132,buy_contrast_m10_bb_pos,buy,2026-04-24 00:15:00,387.0,-1.392,0,leg_gt,12.8,60 -28133,buy_contrast_m10_bb_pos,buy,2026-04-24 00:18:00,389.0,-1.8995,0,leg_gt,12.8,60 -28134,buy_contrast_m10_bb_pos,buy,2026-04-24 01:42:00,388.0,-1.6464,0,leg_gt,12.74,60 -28135,buy_contrast_m10_bb_pos,buy,2026-04-24 01:45:00,389.0,-1.8995,0,leg_gt,12.74,60 -28136,buy_contrast_m10_bb_pos,buy,2026-04-24 01:48:00,389.0,-1.8995,0,leg_gt,12.74,60 -28137,buy_contrast_m10_bb_pos,buy,2026-04-24 02:12:00,387.0,-1.392,0,leg_gt,12.72,60 -28138,buy_contrast_m10_bb_pos,buy,2026-04-24 02:15:00,386.0,-1.1363,0,leg_gt,12.72,60 -28139,buy_contrast_m10_bb_pos,buy,2026-04-24 02:18:00,385.0,-0.8792,0,leg_gt,12.72,60 -28140,buy_contrast_m10_bb_pos,buy,2026-04-24 03:00:00,384.0,-0.6208,0,leg_gt,12.69,60 -28141,buy_contrast_m10_bb_pos,buy,2026-04-24 03:03:00,384.0,-0.6208,0,leg_gt,12.69,60 -28142,buy_contrast_m10_bb_pos,buy,2026-04-24 03:06:00,384.0,-0.6208,0,leg_gt,12.69,60 -28143,buy_contrast_m10_bb_pos,buy,2026-04-24 03:09:00,384.0,-0.6208,0,leg_gt,12.68,60 -28144,buy_contrast_m10_bb_pos,buy,2026-04-24 03:12:00,384.0,-0.6208,0,leg_gt,12.68,60 -28145,buy_contrast_m10_bb_pos,buy,2026-04-24 03:15:00,384.0,-0.6208,0,leg_gt,12.68,60 -28146,buy_contrast_m10_bb_pos,buy,2026-04-24 03:18:00,385.0,-0.8792,0,leg_gt,12.68,60 -28147,buy_contrast_m10_bb_pos,buy,2026-04-24 12:21:00,392.0,-2.651,0,leg_gt,12.3,60 -28148,buy_contrast_m10_bb_pos,buy,2026-04-24 12:24:00,390.0,-2.1513,0,leg_gt,12.3,60 -28149,buy_contrast_m10_bb_pos,buy,2026-04-24 12:27:00,391.0,-2.4018,0,leg_gt,12.3,60 -28150,buy_contrast_m10_bb_pos,buy,2026-04-24 12:51:00,391.0,-2.4018,0,leg_gt,12.28,60 -28151,buy_contrast_m10_bb_pos,buy,2026-04-24 12:54:00,391.0,-2.4018,0,leg_gt,12.28,60 -28152,buy_contrast_m10_bb_pos,buy,2026-04-24 12:57:00,390.0,-2.1513,0,leg_gt,12.28,60 -28153,buy_contrast_m10_bb_pos,buy,2026-04-24 13:12:00,389.0,-1.8995,0,leg_gt,12.26,60 -28154,buy_contrast_m10_bb_pos,buy,2026-04-24 13:15:00,390.0,-2.1513,0,leg_gt,12.26,60 -28155,buy_contrast_m10_bb_pos,buy,2026-04-24 13:18:00,390.0,-2.1513,0,leg_gt,12.26,60 -28156,buy_contrast_m10_bb_pos,buy,2026-04-24 13:21:00,390.0,-2.1513,0,leg_gt,12.26,60 -28157,buy_contrast_m10_bb_pos,buy,2026-04-24 13:24:00,390.0,-2.1513,0,leg_gt,12.26,60 -28158,buy_contrast_m10_bb_pos,buy,2026-04-24 13:27:00,391.0,-2.4018,0,leg_gt,12.25,60 -28159,buy_contrast_m10_bb_pos,buy,2026-04-24 17:00:00,388.0,-1.6464,0,leg_gt,12.11,60 -28160,buy_contrast_m10_bb_pos,buy,2026-04-24 17:03:00,388.0,-1.6464,0,leg_gt,12.1,60 -28161,buy_contrast_m10_bb_pos,buy,2026-04-24 17:06:00,388.0,-1.6464,0,leg_gt,12.1,60 -28162,buy_contrast_m10_bb_pos,buy,2026-04-24 17:09:00,388.0,-1.6464,0,leg_gt,12.1,60 -28163,buy_contrast_m10_bb_pos,buy,2026-04-24 17:12:00,389.0,-1.8995,0,leg_gt,12.1,60 -28164,buy_contrast_m10_bb_pos,buy,2026-04-24 17:15:00,390.0,-2.1513,0,leg_gt,12.1,60 -28165,buy_contrast_m10_bb_pos,buy,2026-04-24 17:18:00,390.0,-2.1513,0,leg_gt,12.09,60 -28166,buy_contrast_m10_bb_pos,buy,2026-04-24 18:12:00,389.0,-1.8995,0,leg_gt,12.06,60 -28167,buy_contrast_m10_bb_pos,buy,2026-04-24 18:15:00,389.0,-1.8995,0,leg_gt,12.05,60 -28168,buy_contrast_m10_bb_pos,buy,2026-04-24 18:18:00,390.0,-2.1513,0,leg_gt,12.05,60 -28169,buy_contrast_m10_bb_pos,buy,2026-04-24 23:00:00,390.0,-2.1513,0,leg_gt,11.86,60 -28170,buy_contrast_m10_bb_pos,buy,2026-04-24 23:03:00,390.0,-2.1513,0,leg_gt,11.85,60 -28171,buy_contrast_m10_bb_pos,buy,2026-04-24 23:06:00,390.0,-2.1513,0,leg_gt,11.85,60 -28172,buy_contrast_m10_bb_pos,buy,2026-04-24 23:09:00,391.0,-2.4018,0,leg_gt,11.85,60 -28173,buy_contrast_m10_bb_pos,buy,2026-04-25 00:00:00,390.0,-2.1513,0,leg_gt,11.81,60 -28174,buy_contrast_m10_bb_pos,buy,2026-04-25 00:03:00,389.0,-1.8995,0,leg_gt,11.81,60 -28175,buy_contrast_m10_bb_pos,buy,2026-04-25 00:06:00,388.0,-1.6464,0,leg_gt,11.81,60 -28176,buy_contrast_m10_bb_pos,buy,2026-04-25 00:09:00,388.0,-1.6464,0,leg_gt,11.81,60 -28177,buy_contrast_m10_bb_pos,buy,2026-04-25 01:21:00,389.0,-1.8995,0,leg_gt,11.76,60 -28178,buy_contrast_m10_bb_pos,buy,2026-04-25 01:24:00,391.0,-2.4018,0,leg_gt,11.76,60 -28179,buy_contrast_m10_bb_pos,buy,2026-04-25 01:27:00,391.0,-2.4018,0,leg_gt,11.75,60 -28180,buy_contrast_m10_bb_pos,buy,2026-04-25 05:30:00,388.0,-1.6464,0,leg_gt,11.59,60 -28181,buy_contrast_m10_bb_pos,buy,2026-04-25 05:33:00,389.0,-1.8995,0,leg_gt,11.58,60 -28182,buy_contrast_m10_bb_pos,buy,2026-04-25 05:36:00,389.0,-1.8995,0,leg_gt,11.58,60 -28183,buy_contrast_m10_bb_pos,buy,2026-04-25 05:39:00,390.0,-2.1513,0,leg_gt,11.58,60 -28184,buy_contrast_m10_bb_pos,buy,2026-04-25 07:51:00,388.0,-1.6464,0,leg_gt,11.49,60 -28185,buy_contrast_m10_bb_pos,buy,2026-04-25 07:54:00,387.0,-1.392,0,leg_gt,11.49,60 -28186,buy_contrast_m10_bb_pos,buy,2026-04-25 07:57:00,387.0,-1.392,0,leg_gt,11.48,60 -28187,buy_contrast_m10_bb_pos,buy,2026-04-25 08:12:00,388.0,-1.6464,0,leg_gt,11.47,60 -28188,buy_contrast_m10_bb_pos,buy,2026-04-25 08:15:00,389.0,-1.8995,0,leg_gt,11.47,60 -28189,buy_contrast_m10_bb_pos,buy,2026-04-25 08:18:00,389.0,-1.8995,0,leg_gt,11.47,60 -28190,buy_contrast_m10_bb_pos,buy,2026-04-25 09:42:00,389.0,-1.8995,0,leg_gt,11.41,60 -28191,buy_contrast_m10_bb_pos,buy,2026-04-25 09:45:00,387.0,-1.392,0,leg_gt,11.41,60 -28192,buy_contrast_m10_bb_pos,buy,2026-04-25 09:48:00,388.0,-1.6464,0,leg_gt,11.41,60 -28193,buy_contrast_m10_bb_pos,buy,2026-04-25 16:30:00,389.0,-1.8995,0,leg_gt,11.13,60 -28194,buy_contrast_m10_bb_pos,buy,2026-04-25 16:33:00,390.0,-2.1513,0,leg_gt,11.12,60 -28195,buy_contrast_m10_bb_pos,buy,2026-04-25 16:36:00,389.0,-1.8995,0,leg_gt,11.12,60 -28196,buy_contrast_m10_bb_pos,buy,2026-04-25 16:39:00,389.0,-1.8995,0,leg_gt,11.12,60 -28197,buy_contrast_m10_bb_pos,buy,2026-04-25 17:21:00,389.0,-1.8995,0,leg_gt,11.09,60 -28198,buy_contrast_m10_bb_pos,buy,2026-04-25 17:24:00,388.0,-1.6464,0,leg_gt,11.09,60 -28199,buy_contrast_m10_bb_pos,buy,2026-04-25 17:27:00,390.0,-2.1513,0,leg_gt,11.09,60 -28200,buy_contrast_m10_bb_pos,buy,2026-04-25 20:42:00,389.0,-1.8995,0,leg_gt,10.95,60 -28201,buy_contrast_m10_bb_pos,buy,2026-04-25 20:45:00,389.0,-1.8995,0,leg_gt,10.95,60 -28202,buy_contrast_m10_bb_pos,buy,2026-04-25 20:48:00,388.0,-1.6464,0,leg_gt,10.95,60 -28203,buy_contrast_m10_bb_pos,buy,2026-04-25 20:51:00,390.0,-2.1513,0,leg_gt,10.95,60 -28204,buy_contrast_m10_bb_pos,buy,2026-04-25 20:54:00,389.0,-1.8995,0,leg_gt,10.94,60 -28205,buy_contrast_m10_bb_pos,buy,2026-04-25 20:57:00,389.0,-1.8995,0,leg_gt,10.94,60 -28206,buy_contrast_m10_bb_pos,buy,2026-04-25 22:00:00,388.0,-1.6464,0,leg_gt,10.9,60 -28207,buy_contrast_m10_bb_pos,buy,2026-04-25 22:03:00,388.0,-1.6464,0,leg_gt,10.9,60 -28208,buy_contrast_m10_bb_pos,buy,2026-04-25 22:06:00,388.0,-1.6464,0,leg_gt,10.89,60 -28209,buy_contrast_m10_bb_pos,buy,2026-04-25 22:09:00,388.0,-1.6464,0,leg_gt,10.89,60 -28210,buy_contrast_m10_bb_pos,buy,2026-04-25 22:21:00,388.0,-1.6464,0,leg_gt,10.88,60 -28211,buy_contrast_m10_bb_pos,buy,2026-04-25 22:24:00,389.0,-1.8995,0,leg_gt,10.88,60 -28212,buy_contrast_m10_bb_pos,buy,2026-04-25 22:27:00,388.0,-1.6464,0,leg_gt,10.88,60 -28213,buy_contrast_m10_bb_pos,buy,2026-04-26 01:12:00,385.0,-0.8792,0,leg_gt,10.76,60 -28214,buy_contrast_m10_bb_pos,buy,2026-04-26 01:15:00,385.0,-0.8792,0,leg_gt,10.76,60 -28215,buy_contrast_m10_bb_pos,buy,2026-04-26 01:18:00,386.0,-1.1363,0,leg_gt,10.76,60 -28216,buy_contrast_m10_bb_pos,buy,2026-04-26 01:21:00,385.0,-0.8792,0,leg_gt,10.76,60 -28217,buy_contrast_m10_bb_pos,buy,2026-04-26 01:24:00,385.0,-0.8792,0,leg_gt,10.76,60 -28218,buy_contrast_m10_bb_pos,buy,2026-04-26 01:27:00,384.0,-0.6208,0,leg_gt,10.75,60 -28219,buy_contrast_m10_bb_pos,buy,2026-04-26 02:30:00,383.0,-0.3611,0,leg_gt,10.71,60 -28220,buy_contrast_m10_bb_pos,buy,2026-04-26 02:33:00,383.0,-0.3611,0,leg_gt,10.71,60 -28221,buy_contrast_m10_bb_pos,buy,2026-04-26 02:36:00,383.0,-0.3611,0,leg_gt,10.71,60 -28222,buy_contrast_m10_bb_pos,buy,2026-04-26 02:39:00,383.0,-0.3611,0,leg_gt,10.7,60 -28223,buy_contrast_m10_bb_pos,buy,2026-04-26 02:42:00,383.0,-0.3611,0,leg_gt,10.7,60 -28224,buy_contrast_m10_bb_pos,buy,2026-04-26 02:45:00,383.0,-0.3611,0,leg_gt,10.7,60 -28225,buy_contrast_m10_bb_pos,buy,2026-04-26 02:48:00,383.0,-0.3611,0,leg_gt,10.7,60 -28226,buy_contrast_m10_bb_pos,buy,2026-04-26 02:54:00,383.0,-0.3611,0,leg_gt,10.69,60 -28227,buy_contrast_m10_bb_pos,buy,2026-04-26 02:57:00,383.0,-0.3611,0,leg_gt,10.69,60 -28228,buy_contrast_m10_bb_pos,buy,2026-04-26 10:42:00,383.0,-0.3611,0,leg_gt,10.37,60 -28229,buy_contrast_m10_bb_pos,buy,2026-04-26 10:45:00,382.0,-0.1,0,leg_gt,10.37,60 -28230,buy_contrast_m10_bb_pos,buy,2026-04-26 10:48:00,382.0,-0.1,0,leg_gt,10.36,60 -28231,buy_contrast_m10_bb_pos,buy,2026-04-26 12:42:00,383.0,-0.3611,0,leg_gt,10.29,60 -28232,buy_contrast_m10_bb_pos,buy,2026-04-26 12:45:00,383.0,-0.3611,0,leg_gt,10.28,60 -28233,buy_contrast_m10_bb_pos,buy,2026-04-26 12:48:00,383.0,-0.3611,0,leg_gt,10.28,60 -28234,buy_contrast_m10_bb_pos,buy,2026-04-26 20:12:00,387.0,-1.392,0,leg_gt,9.97,60 -28235,buy_contrast_m10_bb_pos,buy,2026-04-26 20:15:00,387.0,-1.392,0,leg_gt,9.97,60 -28236,buy_contrast_m10_bb_pos,buy,2026-04-26 20:18:00,386.0,-1.1363,0,leg_gt,9.97,60 -28237,buy_contrast_m10_bb_pos,buy,2026-04-26 21:21:00,386.0,-1.1363,0,leg_gt,9.93,60 -28238,buy_contrast_m10_bb_pos,buy,2026-04-26 21:24:00,387.0,-1.392,0,leg_gt,9.92,60 -28239,buy_contrast_m10_bb_pos,buy,2026-04-26 21:27:00,387.0,-1.392,0,leg_gt,9.92,60 -28240,buy_contrast_m10_bb_pos,buy,2026-04-26 21:30:00,386.0,-1.1363,0,leg_gt,9.92,60 -28241,buy_contrast_m10_bb_pos,buy,2026-04-26 21:33:00,386.0,-1.1363,0,leg_gt,9.92,60 -28242,buy_contrast_m10_bb_pos,buy,2026-04-26 21:36:00,386.0,-1.1363,0,leg_gt,9.91,60 -28243,buy_contrast_m10_bb_pos,buy,2026-04-26 21:39:00,385.0,-0.8792,0,leg_gt,9.91,60 -28244,buy_contrast_m10_bb_pos,buy,2026-04-26 22:00:00,385.0,-0.8792,0,leg_gt,9.9,60 -28245,buy_contrast_m10_bb_pos,buy,2026-04-26 22:03:00,385.0,-0.8792,0,leg_gt,9.9,60 -28246,buy_contrast_m10_bb_pos,buy,2026-04-26 22:06:00,384.0,-0.6208,0,leg_gt,9.89,60 -28247,buy_contrast_m10_bb_pos,buy,2026-04-26 22:09:00,384.0,-0.6208,0,leg_gt,9.89,60 -28248,buy_contrast_m10_bb_pos,buy,2026-04-26 23:12:00,385.0,-0.8792,0,leg_gt,9.85,60 -28249,buy_contrast_m10_bb_pos,buy,2026-04-26 23:15:00,385.0,-0.8792,0,leg_gt,9.85,60 -28250,buy_contrast_m10_bb_pos,buy,2026-04-26 23:18:00,385.0,-0.8792,0,leg_gt,9.84,60 -28251,buy_contrast_m10_bb_pos,buy,2026-04-27 13:00:00,388.0,-1.6464,0,leg_gt,9.27,60 -28252,buy_contrast_m10_bb_pos,buy,2026-04-27 13:03:00,388.0,-1.6464,0,leg_gt,9.27,60 -28253,buy_contrast_m10_bb_pos,buy,2026-04-27 13:06:00,389.0,-1.8995,0,leg_gt,9.27,60 -28254,buy_contrast_m10_bb_pos,buy,2026-04-27 13:09:00,389.0,-1.8995,0,leg_gt,9.27,60 -28255,buy_contrast_m10_bb_pos,buy,2026-04-27 13:12:00,389.0,-1.8995,0,leg_gt,9.26,60 -28256,buy_contrast_m10_bb_pos,buy,2026-04-27 13:15:00,389.0,-1.8995,0,leg_gt,9.26,60 -28257,buy_contrast_m10_bb_pos,buy,2026-04-27 13:18:00,388.0,-1.6464,0,leg_gt,9.26,60 -28258,buy_contrast_m10_bb_pos,buy,2026-04-27 14:51:00,383.0,-0.3611,0,leg_gt,9.2,60 -28259,buy_contrast_m10_bb_pos,buy,2026-04-27 14:54:00,384.0,-0.6208,0,leg_gt,9.19,60 -28260,buy_contrast_m10_bb_pos,buy,2026-04-27 14:57:00,384.0,-0.6208,0,leg_gt,9.19,60 -28261,buy_contrast_m10_bb_pos,buy,2026-04-27 15:00:00,383.0,-0.3611,0,leg_gt,9.19,60 -28262,buy_contrast_m10_bb_pos,buy,2026-04-27 15:03:00,382.0,-0.1,0,leg_gt,9.19,60 -28263,buy_contrast_m10_bb_pos,buy,2026-04-27 15:06:00,383.0,-0.3611,0,leg_gt,9.19,60 -28264,buy_contrast_m10_bb_pos,buy,2026-04-27 15:09:00,382.0,-0.1,0,leg_gt,9.18,60 -28265,buy_contrast_m10_bb_pos,buy,2026-04-27 15:12:00,382.0,-0.1,0,leg_gt,9.18,60 -28266,buy_contrast_m10_bb_pos,buy,2026-04-27 15:15:00,382.0,-0.1,0,leg_gt,9.18,60 -28267,buy_contrast_m10_bb_pos,buy,2026-04-27 15:18:00,382.0,-0.1,0,leg_gt,9.18,60 -28268,buy_contrast_m10_bb_pos,buy,2026-04-27 15:21:00,382.0,-0.1,0,leg_gt,9.18,60 -28269,buy_contrast_m10_bb_pos,buy,2026-04-27 15:24:00,382.0,-0.1,0,leg_gt,9.17,60 -28270,buy_contrast_m10_bb_pos,buy,2026-04-27 15:27:00,382.0,-0.1,0,leg_gt,9.17,60 -28271,buy_contrast_m10_bb_pos,buy,2026-04-27 15:30:00,381.0,0.1625,1,leg_gt,9.17,60 -28272,buy_contrast_m10_bb_pos,buy,2026-04-27 15:33:00,378.0,0.9582,1,leg_gt,9.17,60 -28273,buy_contrast_m10_bb_pos,buy,2026-04-27 15:36:00,379.0,0.6916,1,leg_gt,9.16,60 -28274,buy_contrast_m10_bb_pos,buy,2026-04-27 15:39:00,379.0,0.6916,1,leg_gt,9.16,60 -28275,buy_contrast_m10_bb_pos,buy,2026-04-27 15:51:00,379.0,0.6916,1,leg_gt,9.15,60 -28276,buy_contrast_m10_bb_pos,buy,2026-04-27 15:54:00,380.0,0.4263,1,leg_gt,9.15,60 -28277,buy_contrast_m10_bb_pos,buy,2026-04-27 15:57:00,380.0,0.4263,1,leg_gt,9.15,60 -28278,buy_contrast_m10_bb_pos,buy,2026-04-27 16:00:00,379.0,0.6916,1,leg_gt,9.15,60 -28279,buy_contrast_m10_bb_pos,buy,2026-04-27 16:03:00,379.0,0.6916,1,leg_gt,9.15,60 -28280,buy_contrast_m10_bb_pos,buy,2026-04-27 16:06:00,379.0,0.6916,1,leg_gt,9.14,60 -28281,buy_contrast_m10_bb_pos,buy,2026-04-27 16:09:00,379.0,0.6916,1,leg_gt,9.14,60 -28282,buy_contrast_m10_bb_pos,buy,2026-04-27 16:12:00,378.0,0.9582,1,leg_gt,9.14,60 -28283,buy_contrast_m10_bb_pos,buy,2026-04-27 16:15:00,378.0,0.9582,1,leg_gt,9.14,60 -28284,buy_contrast_m10_bb_pos,buy,2026-04-27 16:18:00,379.0,0.6916,1,leg_gt,9.14,60 -28285,buy_contrast_m10_bb_pos,buy,2026-04-27 16:30:00,377.0,1.2263,1,leg_gt,9.13,60 -28286,buy_contrast_m10_bb_pos,buy,2026-04-27 16:33:00,377.0,1.2263,1,leg_gt,9.12,60 -28287,buy_contrast_m10_bb_pos,buy,2026-04-27 16:36:00,376.0,1.4957,1,leg_gt,9.12,60 -28288,buy_contrast_m10_bb_pos,buy,2026-04-27 16:39:00,377.0,1.2263,1,leg_gt,9.12,60 -28289,buy_contrast_m10_bb_pos,buy,2026-04-27 16:42:00,377.0,1.2263,1,leg_gt,9.12,60 -28290,buy_contrast_m10_bb_pos,buy,2026-04-27 16:45:00,377.0,1.2263,1,leg_gt,9.12,60 -28291,buy_contrast_m10_bb_pos,buy,2026-04-27 16:48:00,377.0,1.2263,1,leg_gt,9.11,60 -28292,buy_contrast_m10_bb_pos,buy,2026-04-27 17:00:00,376.0,1.4957,1,leg_gt,9.11,60 -28293,buy_contrast_m10_bb_pos,buy,2026-04-27 17:03:00,376.0,1.4957,1,leg_gt,9.1,60 -28294,buy_contrast_m10_bb_pos,buy,2026-04-27 17:06:00,376.0,1.4957,1,leg_gt,9.1,60 -28295,buy_contrast_m10_bb_pos,buy,2026-04-27 17:09:00,377.0,1.2263,1,leg_gt,9.1,60 -28296,buy_contrast_m10_bb_pos,buy,2026-04-27 17:30:00,375.0,1.7667,1,leg_gt,9.09,60 -28297,buy_contrast_m10_bb_pos,buy,2026-04-27 17:33:00,375.0,1.7667,1,leg_gt,9.08,60 -28298,buy_contrast_m10_bb_pos,buy,2026-04-27 17:36:00,376.0,1.4957,1,leg_gt,9.08,60 -28299,buy_contrast_m10_bb_pos,buy,2026-04-27 17:39:00,376.0,1.4957,1,leg_gt,9.08,60 -28300,buy_contrast_m10_bb_pos,buy,2026-04-28 00:12:00,376.0,1.4957,1,leg_gt,8.81,60 -28301,buy_contrast_m10_bb_pos,buy,2026-04-28 00:15:00,376.0,1.4957,1,leg_gt,8.8,60 -28302,buy_contrast_m10_bb_pos,buy,2026-04-28 00:18:00,376.0,1.4957,1,leg_gt,8.8,60 -28303,buy_contrast_m10_bb_pos,buy,2026-04-28 01:00:00,372.0,2.5882,1,leg_gt,8.77,60 -28304,buy_contrast_m10_bb_pos,buy,2026-04-28 01:03:00,372.0,2.5882,1,leg_gt,8.77,60 -28305,buy_contrast_m10_bb_pos,buy,2026-04-28 01:06:00,371.0,2.865,1,leg_gt,8.77,60 -28306,buy_contrast_m10_bb_pos,buy,2026-04-28 01:09:00,371.0,2.865,1,leg_gt,8.77,60 -28307,buy_contrast_m10_bb_pos,buy,2026-04-28 01:12:00,372.0,2.5882,1,leg_gt,8.76,60 -28308,buy_contrast_m10_bb_pos,buy,2026-04-28 01:15:00,372.0,2.5882,1,leg_gt,8.76,60 -28309,buy_contrast_m10_bb_pos,buy,2026-04-28 01:18:00,373.0,2.3129,1,leg_gt,8.76,60 -28310,buy_contrast_m10_bb_pos,buy,2026-04-28 01:51:00,371.0,2.865,1,leg_gt,8.74,60 -28311,buy_contrast_m10_bb_pos,buy,2026-04-28 01:54:00,371.0,2.865,1,leg_gt,8.74,60 -28312,buy_contrast_m10_bb_pos,buy,2026-04-28 01:57:00,371.0,2.865,1,leg_gt,8.73,60 -28313,buy_contrast_m10_bb_pos,buy,2026-04-28 11:30:00,376.0,1.4957,1,leg_gt,8.34,60 -28314,buy_contrast_m10_bb_pos,buy,2026-04-28 11:33:00,375.0,1.7667,1,leg_gt,8.33,60 -28315,buy_contrast_m10_bb_pos,buy,2026-04-28 11:36:00,375.0,1.7667,1,leg_gt,8.33,60 -28316,buy_contrast_m10_bb_pos,buy,2026-04-28 11:39:00,375.0,1.7667,1,leg_gt,8.33,60 -28317,buy_contrast_m10_bb_pos,buy,2026-04-28 11:51:00,377.0,1.2263,1,leg_gt,8.32,60 -28318,buy_contrast_m10_bb_pos,buy,2026-04-28 11:54:00,376.0,1.4957,1,leg_gt,8.32,60 -28319,buy_contrast_m10_bb_pos,buy,2026-04-28 11:57:00,376.0,1.4957,1,leg_gt,8.32,60 -28320,buy_contrast_m10_bb_pos,buy,2026-04-28 12:21:00,375.0,1.7667,1,leg_gt,8.3,60 -28321,buy_contrast_m10_bb_pos,buy,2026-04-28 12:24:00,376.0,1.4957,1,leg_gt,8.3,60 -28322,buy_contrast_m10_bb_pos,buy,2026-04-28 12:27:00,376.0,1.4957,1,leg_gt,8.3,60 -28323,buy_contrast_m10_bb_pos,buy,2026-04-28 12:30:00,375.0,1.7667,1,leg_gt,8.29,60 -28324,buy_contrast_m10_bb_pos,buy,2026-04-28 12:33:00,375.0,1.7667,1,leg_gt,8.29,60 -28325,buy_contrast_m10_bb_pos,buy,2026-04-28 12:36:00,376.0,1.4957,1,leg_gt,8.29,60 -28326,buy_contrast_m10_bb_pos,buy,2026-04-28 12:39:00,375.0,1.7667,1,leg_gt,8.29,60 -28327,buy_contrast_m10_bb_pos,buy,2026-04-28 12:51:00,374.0,2.039,1,leg_gt,8.28,60 -28328,buy_contrast_m10_bb_pos,buy,2026-04-28 12:54:00,375.0,1.7667,1,leg_gt,8.28,60 -28329,buy_contrast_m10_bb_pos,buy,2026-04-28 12:57:00,375.0,1.7667,1,leg_gt,8.28,60 -28330,buy_contrast_m10_bb_pos,buy,2026-04-28 13:12:00,374.0,2.039,1,leg_gt,8.26,60 -28331,buy_contrast_m10_bb_pos,buy,2026-04-28 13:15:00,375.0,1.7667,1,leg_gt,8.26,60 -28332,buy_contrast_m10_bb_pos,buy,2026-04-28 13:18:00,375.0,1.7667,1,leg_gt,8.26,60 -28333,buy_contrast_m10_bb_pos,buy,2026-04-28 14:42:00,373.0,2.3129,1,leg_gt,8.2,60 -28334,buy_contrast_m10_bb_pos,buy,2026-04-28 14:45:00,374.0,2.039,1,leg_gt,8.2,60 -28335,buy_contrast_m10_bb_pos,buy,2026-04-28 14:48:00,374.0,2.039,1,leg_gt,8.2,60 -28336,buy_contrast_m10_bb_pos,buy,2026-04-28 15:42:00,372.0,2.5882,1,leg_gt,8.16,60 -28337,buy_contrast_m10_bb_pos,buy,2026-04-28 15:45:00,372.0,2.5882,1,leg_gt,8.16,60 -28338,buy_contrast_m10_bb_pos,buy,2026-04-28 15:48:00,372.0,2.5882,1,leg_gt,8.16,60 -28339,buy_contrast_m10_bb_pos,buy,2026-04-28 16:42:00,372.0,2.5882,1,leg_gt,8.12,60 -28340,buy_contrast_m10_bb_pos,buy,2026-04-28 16:45:00,371.0,2.865,1,leg_gt,8.12,60 -28341,buy_contrast_m10_bb_pos,buy,2026-04-28 16:48:00,372.0,2.5882,1,leg_gt,8.11,60 -28342,buy_contrast_m10_bb_pos,buy,2026-04-28 17:12:00,372.0,2.5882,1,leg_gt,8.1,60 -28343,buy_contrast_m10_bb_pos,buy,2026-04-28 17:15:00,372.0,2.5882,1,leg_gt,8.1,60 -28344,buy_contrast_m10_bb_pos,buy,2026-04-28 17:18:00,373.0,2.3129,1,leg_gt,8.09,60 -28345,buy_contrast_m10_bb_pos,buy,2026-04-28 18:51:00,371.0,2.865,1,leg_gt,8.03,60 -28346,buy_contrast_m10_bb_pos,buy,2026-04-28 18:54:00,371.0,2.865,1,leg_gt,8.03,60 -28347,buy_contrast_m10_bb_pos,buy,2026-04-28 18:57:00,371.0,2.865,1,leg_gt,8.02,60 -28348,buy_contrast_m10_bb_pos,buy,2026-04-28 21:21:00,371.0,2.865,1,leg_gt,7.92,60 -28349,buy_contrast_m10_bb_pos,buy,2026-04-28 21:24:00,371.0,2.865,1,leg_gt,7.92,60 -28350,buy_contrast_m10_bb_pos,buy,2026-04-28 21:27:00,371.0,2.865,1,leg_gt,7.92,60 -28351,buy_contrast_m10_bb_pos,buy,2026-04-29 07:42:00,373.0,2.3129,1,leg_gt,7.49,60 -28352,buy_contrast_m10_bb_pos,buy,2026-04-29 07:45:00,373.0,2.3129,1,leg_gt,7.49,60 -28353,buy_contrast_m10_bb_pos,buy,2026-04-29 07:48:00,373.0,2.3129,1,leg_gt,7.49,60 -28354,buy_contrast_m10_bb_pos,buy,2026-04-29 07:51:00,374.0,2.039,1,leg_gt,7.49,60 -28355,buy_contrast_m10_bb_pos,buy,2026-04-29 07:54:00,373.0,2.3129,1,leg_gt,7.49,60 -28356,buy_contrast_m10_bb_pos,buy,2026-04-29 07:57:00,373.0,2.3129,1,leg_gt,7.48,60 -28357,buy_contrast_m10_bb_pos,buy,2026-04-29 08:00:00,373.0,2.3129,1,leg_gt,7.48,60 -28358,buy_contrast_m10_bb_pos,buy,2026-04-29 08:03:00,372.0,2.5882,1,leg_gt,7.48,60 -28359,buy_contrast_m10_bb_pos,buy,2026-04-29 08:06:00,373.0,2.3129,1,leg_gt,7.48,60 -28360,buy_contrast_m10_bb_pos,buy,2026-04-29 08:09:00,373.0,2.3129,1,leg_gt,7.48,60 -28361,buy_contrast_m10_bb_pos,buy,2026-04-29 15:42:00,373.0,2.3129,1,leg_gt,7.16,60 -28362,buy_contrast_m10_bb_pos,buy,2026-04-29 15:45:00,374.0,2.039,1,leg_gt,7.16,60 -28363,buy_contrast_m10_bb_pos,buy,2026-04-29 15:48:00,373.0,2.3129,1,leg_gt,7.16,60 -28364,buy_contrast_m10_bb_pos,buy,2026-04-29 16:21:00,373.0,2.3129,1,leg_gt,7.13,60 -28365,buy_contrast_m10_bb_pos,buy,2026-04-29 16:24:00,374.0,2.039,1,leg_gt,7.13,60 -28366,buy_contrast_m10_bb_pos,buy,2026-04-29 16:27:00,374.0,2.039,1,leg_gt,7.13,60 -28367,buy_contrast_m10_bb_pos,buy,2026-04-29 21:21:00,374.0,2.039,1,leg_gt,6.92,60 -28368,buy_contrast_m10_bb_pos,buy,2026-04-29 21:24:00,374.0,2.039,1,leg_gt,6.92,60 -28369,buy_contrast_m10_bb_pos,buy,2026-04-29 21:27:00,375.0,1.7667,1,leg_gt,6.92,60 -28370,buy_contrast_m10_bb_pos,buy,2026-04-29 21:42:00,375.0,1.7667,1,leg_gt,6.91,60 -28371,buy_contrast_m10_bb_pos,buy,2026-04-29 21:45:00,375.0,1.7667,1,leg_gt,6.91,60 -28372,buy_contrast_m10_bb_pos,buy,2026-04-29 21:48:00,375.0,1.7667,1,leg_gt,6.91,60 -28373,buy_contrast_m10_bb_pos,buy,2026-04-29 21:51:00,375.0,1.7667,1,leg_gt,6.9,60 -28374,buy_contrast_m10_bb_pos,buy,2026-04-29 21:54:00,375.0,1.7667,1,leg_gt,6.9,60 -28375,buy_contrast_m10_bb_pos,buy,2026-04-29 21:57:00,374.0,2.039,1,leg_gt,6.9,60 -28376,buy_contrast_m10_bb_pos,buy,2026-04-29 22:42:00,373.0,2.3129,1,leg_gt,6.87,60 -28377,buy_contrast_m10_bb_pos,buy,2026-04-29 22:45:00,372.0,2.5882,1,leg_gt,6.87,60 -28378,buy_contrast_m10_bb_pos,buy,2026-04-29 22:48:00,372.0,2.5882,1,leg_gt,6.86,60 -28379,buy_contrast_m10_bb_pos,buy,2026-04-29 22:51:00,374.0,2.039,1,leg_gt,6.86,60 -28380,buy_contrast_m10_bb_pos,buy,2026-04-29 22:54:00,373.0,2.3129,1,leg_gt,6.86,60 -28381,buy_contrast_m10_bb_pos,buy,2026-04-29 22:57:00,373.0,2.3129,1,leg_gt,6.86,60 -28382,buy_contrast_m10_bb_pos,buy,2026-04-29 23:12:00,372.0,2.5882,1,leg_gt,6.85,60 -28383,buy_contrast_m10_bb_pos,buy,2026-04-29 23:15:00,372.0,2.5882,1,leg_gt,6.85,60 -28384,buy_contrast_m10_bb_pos,buy,2026-04-29 23:18:00,373.0,2.3129,1,leg_gt,6.84,60 -28385,buy_contrast_m10_bb_pos,buy,2026-04-30 00:30:00,370.0,3.1432,1,leg_gt,6.79,60 -28386,buy_contrast_m10_bb_pos,buy,2026-04-30 00:33:00,370.0,3.1432,1,leg_gt,6.79,60 -28387,buy_contrast_m10_bb_pos,buy,2026-04-30 00:36:00,369.0,3.423,1,leg_gt,6.79,60 -28388,buy_contrast_m10_bb_pos,buy,2026-04-30 00:39:00,369.0,3.423,1,leg_gt,6.79,60 -28389,buy_contrast_m10_bb_pos,buy,2026-04-30 01:00:00,368.0,3.7043,1,leg_gt,6.77,60 -28390,buy_contrast_m10_bb_pos,buy,2026-04-30 01:03:00,369.0,3.423,1,leg_gt,6.77,60 -28391,buy_contrast_m10_bb_pos,buy,2026-04-30 01:06:00,369.0,3.423,1,leg_gt,6.77,60 -28392,buy_contrast_m10_bb_pos,buy,2026-04-30 01:09:00,369.0,3.423,1,leg_gt,6.77,60 -28393,buy_contrast_m10_bb_pos,buy,2026-04-30 01:21:00,368.0,3.7043,1,leg_gt,6.76,60 -28394,buy_contrast_m10_bb_pos,buy,2026-04-30 01:24:00,367.0,3.9872,1,leg_gt,6.76,60 -28395,buy_contrast_m10_bb_pos,buy,2026-04-30 01:27:00,368.0,3.7043,1,leg_gt,6.75,60 -28396,buy_contrast_m10_bb_pos,buy,2026-04-30 02:00:00,367.0,3.9872,1,leg_gt,6.73,60 -28397,buy_contrast_m10_bb_pos,buy,2026-04-30 02:03:00,368.0,3.7043,1,leg_gt,6.73,60 -28398,buy_contrast_m10_bb_pos,buy,2026-04-30 02:06:00,368.0,3.7043,1,leg_gt,6.73,60 -28399,buy_contrast_m10_bb_pos,buy,2026-04-30 02:09:00,368.0,3.7043,1,leg_gt,6.72,60 -28400,buy_contrast_m10_bb_pos,buy,2026-04-30 11:51:00,369.0,3.423,1,leg_gt,6.32,60 -28401,buy_contrast_m10_bb_pos,buy,2026-04-30 11:54:00,369.0,3.423,1,leg_gt,6.32,60 -28402,buy_contrast_m10_bb_pos,buy,2026-04-30 11:57:00,370.0,3.1432,1,leg_gt,6.32,60 -28403,buy_contrast_m10_bb_pos,buy,2026-04-30 13:42:00,369.0,3.423,1,leg_gt,6.24,60 -28404,buy_contrast_m10_bb_pos,buy,2026-04-30 13:45:00,367.0,3.9872,1,leg_gt,6.24,60 -28405,buy_contrast_m10_bb_pos,buy,2026-04-30 13:48:00,368.0,3.7043,1,leg_gt,6.24,60 -28406,buy_contrast_m10_bb_pos,buy,2026-04-30 13:51:00,368.0,3.7043,1,leg_gt,6.24,60 -28407,buy_contrast_m10_bb_pos,buy,2026-04-30 13:54:00,367.0,3.9872,1,leg_gt,6.24,60 -28408,buy_contrast_m10_bb_pos,buy,2026-04-30 13:57:00,368.0,3.7043,1,leg_gt,6.23,60 -28409,buy_contrast_m10_bb_pos,buy,2026-04-30 14:00:00,368.0,3.7043,1,leg_gt,6.23,60 -28410,buy_contrast_m10_bb_pos,buy,2026-04-30 14:03:00,368.0,3.7043,1,leg_gt,6.23,60 -28411,buy_contrast_m10_bb_pos,buy,2026-04-30 14:06:00,368.0,3.7043,1,leg_gt,6.23,60 -28412,buy_contrast_m10_bb_pos,buy,2026-04-30 14:09:00,369.0,3.423,1,leg_gt,6.22,60 -28413,buy_contrast_m10_bb_pos,buy,2026-04-30 14:30:00,368.0,3.7043,1,leg_gt,6.21,60 -28414,buy_contrast_m10_bb_pos,buy,2026-04-30 14:33:00,368.0,3.7043,1,leg_gt,6.21,60 -28415,buy_contrast_m10_bb_pos,buy,2026-04-30 14:36:00,369.0,3.423,1,leg_gt,6.21,60 -28416,buy_contrast_m10_bb_pos,buy,2026-04-30 14:39:00,369.0,3.423,1,leg_gt,6.2,60 -28417,buy_contrast_m10_bb_pos,buy,2026-04-30 15:00:00,367.0,3.9872,1,leg_gt,6.19,60 -28418,buy_contrast_m10_bb_pos,buy,2026-04-30 15:03:00,368.0,3.7043,1,leg_gt,6.19,60 -28419,buy_contrast_m10_bb_pos,buy,2026-04-30 15:06:00,367.0,3.9872,1,leg_gt,6.19,60 -28420,buy_contrast_m10_bb_pos,buy,2026-04-30 15:09:00,368.0,3.7043,1,leg_gt,6.18,60 -28421,buy_contrast_m10_bb_pos,buy,2026-04-30 15:30:00,366.0,4.2716,1,leg_gt,6.17,60 -28422,buy_contrast_m10_bb_pos,buy,2026-04-30 15:33:00,366.0,4.2716,1,leg_gt,6.17,60 -28423,buy_contrast_m10_bb_pos,buy,2026-04-30 15:36:00,366.0,4.2716,1,leg_gt,6.16,60 -28424,buy_contrast_m10_bb_pos,buy,2026-04-30 15:39:00,367.0,3.9872,1,leg_gt,6.16,60 -28425,buy_contrast_m10_bb_pos,buy,2026-04-30 16:12:00,365.0,4.5575,1,leg_gt,6.14,60 -28426,buy_contrast_m10_bb_pos,buy,2026-04-30 16:15:00,365.0,4.5575,1,leg_gt,6.14,60 -28427,buy_contrast_m10_bb_pos,buy,2026-04-30 16:18:00,366.0,4.2716,1,leg_gt,6.14,60 -28428,buy_contrast_m10_bb_pos,buy,2026-04-30 16:21:00,365.0,4.5575,1,leg_gt,6.13,60 -28429,buy_contrast_m10_bb_pos,buy,2026-04-30 16:24:00,365.0,4.5575,1,leg_gt,6.13,60 -28430,buy_contrast_m10_bb_pos,buy,2026-04-30 16:27:00,367.0,3.9872,1,leg_gt,6.13,60 -28431,buy_contrast_m10_bb_pos,buy,2026-04-30 18:12:00,366.0,4.2716,1,leg_gt,6.06,60 -28432,buy_contrast_m10_bb_pos,buy,2026-04-30 18:15:00,365.0,4.5575,1,leg_gt,6.05,60 -28433,buy_contrast_m10_bb_pos,buy,2026-04-30 18:18:00,366.0,4.2716,1,leg_gt,6.05,60 -28434,buy_contrast_m10_bb_pos,buy,2026-04-30 18:51:00,365.0,4.5575,1,leg_gt,6.03,60 -28435,buy_contrast_m10_bb_pos,buy,2026-04-30 18:54:00,365.0,4.5575,1,leg_gt,6.03,60 -28436,buy_contrast_m10_bb_pos,buy,2026-04-30 18:57:00,364.0,4.8451,1,leg_gt,6.02,60 -28437,buy_contrast_m10_bb_pos,buy,2026-04-30 19:51:00,362.0,5.4249,1,leg_gt,5.99,60 -28438,buy_contrast_m10_bb_pos,buy,2026-04-30 19:54:00,362.0,5.4249,1,leg_gt,5.99,60 -28439,buy_contrast_m10_bb_pos,buy,2026-04-30 19:57:00,362.0,5.4249,1,leg_gt,5.98,60 -28440,buy_contrast_m10_bb_pos,buy,2026-04-30 22:30:00,361.0,5.7172,1,leg_gt,5.88,60 -28441,buy_contrast_m10_bb_pos,buy,2026-04-30 22:33:00,360.0,6.0111,1,leg_gt,5.88,60 -28442,buy_contrast_m10_bb_pos,buy,2026-04-30 22:36:00,360.0,6.0111,1,leg_gt,5.87,60 -28443,buy_contrast_m10_bb_pos,buy,2026-04-30 22:39:00,359.0,6.3067,1,leg_gt,5.87,60 -28444,buy_contrast_m10_bb_pos,buy,2026-04-30 23:21:00,360.0,6.0111,1,leg_gt,5.84,60 -28445,buy_contrast_m10_bb_pos,buy,2026-04-30 23:24:00,361.0,5.7172,1,leg_gt,5.84,60 -28446,buy_contrast_m10_bb_pos,buy,2026-04-30 23:27:00,360.0,6.0111,1,leg_gt,5.84,60 -28447,buy_contrast_m10_bb_pos,buy,2026-04-30 23:30:00,360.0,6.0111,1,leg_gt,5.84,60 -28448,buy_contrast_m10_bb_pos,buy,2026-04-30 23:33:00,362.0,5.4249,1,leg_gt,5.83,60 -28449,buy_contrast_m10_bb_pos,buy,2026-04-30 23:36:00,361.0,5.7172,1,leg_gt,5.83,60 -28450,buy_contrast_m10_bb_pos,buy,2026-04-30 23:39:00,360.0,6.0111,1,leg_gt,5.83,60 -28451,buy_contrast_m10_bb_pos,buy,2026-05-01 00:00:00,359.0,6.3067,1,leg_gt,5.81,60 -28452,buy_contrast_m10_bb_pos,buy,2026-05-01 00:03:00,359.0,6.3067,1,leg_gt,5.81,60 -28453,buy_contrast_m10_bb_pos,buy,2026-05-01 00:06:00,359.0,6.3067,1,leg_gt,5.81,60 -28454,buy_contrast_m10_bb_pos,buy,2026-05-01 00:09:00,360.0,6.0111,1,leg_gt,5.81,60 -28455,buy_contrast_m10_bb_pos,buy,2026-05-01 06:00:00,363.0,5.1342,1,leg_gt,5.56,60 -28456,buy_contrast_m10_bb_pos,buy,2026-05-01 06:03:00,364.0,4.8451,1,leg_gt,5.56,60 -28457,buy_contrast_m10_bb_pos,buy,2026-05-01 06:06:00,363.0,5.1342,1,leg_gt,5.56,60 -28458,buy_contrast_m10_bb_pos,buy,2026-05-01 06:09:00,364.0,4.8451,1,leg_gt,5.56,60 -28459,buy_contrast_m10_bb_pos,buy,2026-05-01 06:30:00,363.0,5.1342,1,leg_gt,5.54,60 -28460,buy_contrast_m10_bb_pos,buy,2026-05-01 06:33:00,363.0,5.1342,1,leg_gt,5.54,60 -28461,buy_contrast_m10_bb_pos,buy,2026-05-01 06:36:00,363.0,5.1342,1,leg_gt,5.54,60 -28462,buy_contrast_m10_bb_pos,buy,2026-05-01 06:39:00,363.0,5.1342,1,leg_gt,5.54,60 -28463,buy_contrast_m10_bb_pos,buy,2026-05-01 06:42:00,363.0,5.1342,1,leg_gt,5.54,60 -28464,buy_contrast_m10_bb_pos,buy,2026-05-01 06:45:00,364.0,4.8451,1,leg_gt,5.53,60 -28465,buy_contrast_m10_bb_pos,buy,2026-05-01 06:48:00,364.0,4.8451,1,leg_gt,5.53,60 -28466,buy_contrast_m10_bb_pos,buy,2026-05-01 06:51:00,362.0,5.4249,1,leg_gt,5.53,60 -28467,buy_contrast_m10_bb_pos,buy,2026-05-01 06:54:00,362.0,5.4249,1,leg_gt,5.53,60 -28468,buy_contrast_m10_bb_pos,buy,2026-05-01 06:57:00,362.0,5.4249,1,leg_gt,5.52,60 -28469,buy_contrast_m10_bb_pos,buy,2026-05-01 07:12:00,363.0,5.1342,1,leg_gt,5.51,60 -28470,buy_contrast_m10_bb_pos,buy,2026-05-01 07:15:00,363.0,5.1342,1,leg_gt,5.51,60 -28471,buy_contrast_m10_bb_pos,buy,2026-05-01 07:18:00,363.0,5.1342,1,leg_gt,5.51,60 -28472,buy_contrast_m10_bb_pos,buy,2026-05-01 08:12:00,362.0,5.4249,1,leg_gt,5.47,60 -28473,buy_contrast_m10_bb_pos,buy,2026-05-01 08:15:00,362.0,5.4249,1,leg_gt,5.47,60 -28474,buy_contrast_m10_bb_pos,buy,2026-05-01 08:18:00,361.0,5.7172,1,leg_gt,5.47,60 -28475,buy_contrast_m10_bb_pos,buy,2026-05-01 13:51:00,361.0,5.7172,1,leg_gt,5.24,60 -28476,buy_contrast_m10_bb_pos,buy,2026-05-01 13:54:00,362.0,5.4249,1,leg_gt,5.24,60 -28477,buy_contrast_m10_bb_pos,buy,2026-05-01 13:57:00,360.0,6.0111,1,leg_gt,5.23,60 -28478,buy_contrast_m10_bb_pos,buy,2026-05-01 14:00:00,361.0,5.7172,1,leg_gt,5.23,60 -28479,buy_contrast_m10_bb_pos,buy,2026-05-01 14:03:00,360.0,6.0111,1,leg_gt,5.23,60 -28480,buy_contrast_m10_bb_pos,buy,2026-05-01 14:06:00,361.0,5.7172,1,leg_gt,5.23,60 -28481,buy_contrast_m10_bb_pos,buy,2026-05-01 14:09:00,361.0,5.7172,1,leg_gt,5.22,60 -28482,buy_contrast_m10_bb_pos,buy,2026-05-01 14:42:00,360.0,6.0111,1,leg_gt,5.2,60 -28483,buy_contrast_m10_bb_pos,buy,2026-05-01 14:45:00,359.0,6.3067,1,leg_gt,5.2,60 -28484,buy_contrast_m10_bb_pos,buy,2026-05-01 14:48:00,360.0,6.0111,1,leg_gt,5.2,60 -28485,buy_contrast_m10_bb_pos,buy,2026-05-01 15:12:00,359.0,6.3067,1,leg_gt,5.18,60 -28486,buy_contrast_m10_bb_pos,buy,2026-05-01 15:15:00,358.0,6.6039,1,leg_gt,5.18,60 -28487,buy_contrast_m10_bb_pos,buy,2026-05-01 15:18:00,360.0,6.0111,1,leg_gt,5.18,60 -28488,buy_contrast_m10_bb_pos,buy,2026-05-01 15:51:00,356.0,7.2034,1,leg_gt,5.15,60 -28489,buy_contrast_m10_bb_pos,buy,2026-05-01 15:54:00,356.0,7.2034,1,leg_gt,5.15,60 -28490,buy_contrast_m10_bb_pos,buy,2026-05-01 15:57:00,356.0,7.2034,1,leg_gt,5.15,60 -28491,buy_contrast_m10_bb_pos,buy,2026-05-01 16:00:00,356.0,7.2034,1,leg_gt,5.15,60 -28492,buy_contrast_m10_bb_pos,buy,2026-05-01 16:03:00,357.0,6.9028,1,leg_gt,5.15,60 -28493,buy_contrast_m10_bb_pos,buy,2026-05-01 16:06:00,356.0,7.2034,1,leg_gt,5.14,60 -28494,buy_contrast_m10_bb_pos,buy,2026-05-01 16:09:00,356.0,7.2034,1,leg_gt,5.14,60 -28495,buy_contrast_m10_bb_pos,buy,2026-05-01 19:12:00,353.0,8.1153,1,leg_gt,5.01,60 -28496,buy_contrast_m10_bb_pos,buy,2026-05-01 19:15:00,355.0,7.5056,1,leg_gt,5.01,60 -28497,buy_contrast_m10_bb_pos,buy,2026-05-01 19:18:00,355.0,7.5056,1,leg_gt,5.01,60 -28498,buy_contrast_m10_bb_pos,buy,2026-05-01 20:42:00,353.0,8.1153,1,leg_gt,4.95,60 -28499,buy_contrast_m10_bb_pos,buy,2026-05-01 20:45:00,352.0,8.4227,1,leg_gt,4.95,60 -28500,buy_contrast_m10_bb_pos,buy,2026-05-01 20:48:00,352.0,8.4227,1,leg_gt,4.95,60 -28501,buy_contrast_m10_bb_pos,buy,2026-05-02 00:12:00,354.0,7.8096,1,leg_gt,4.81,60 -28502,buy_contrast_m10_bb_pos,buy,2026-05-02 00:15:00,355.0,7.5056,1,leg_gt,4.8,60 -28503,buy_contrast_m10_bb_pos,buy,2026-05-02 00:18:00,354.0,7.8096,1,leg_gt,4.8,60 -28504,buy_contrast_m10_bb_pos,buy,2026-05-02 01:42:00,353.0,8.1153,1,leg_gt,4.74,60 -28505,buy_contrast_m10_bb_pos,buy,2026-05-02 01:48:00,353.0,8.1153,1,leg_gt,4.74,60 -28506,buy_contrast_m10_bb_pos,buy,2026-05-02 02:00:00,352.0,8.4227,1,leg_gt,4.73,60 -28507,buy_contrast_m10_bb_pos,buy,2026-05-02 02:03:00,353.0,8.1153,1,leg_gt,4.73,60 -28508,buy_contrast_m10_bb_pos,buy,2026-05-02 02:06:00,351.0,8.7319,1,leg_gt,4.73,60 -28509,buy_contrast_m10_bb_pos,buy,2026-05-02 02:09:00,352.0,8.4227,1,leg_gt,4.72,60 -28510,buy_contrast_m10_bb_pos,buy,2026-05-02 05:33:00,353.0,8.1153,1,leg_gt,4.58,60 -28511,buy_contrast_m10_bb_pos,buy,2026-05-02 05:36:00,354.0,7.8096,1,leg_gt,4.58,60 -28512,buy_contrast_m10_bb_pos,buy,2026-05-02 05:39:00,353.0,8.1153,1,leg_gt,4.58,60 -28513,buy_contrast_m10_bb_pos,buy,2026-05-02 05:45:00,354.0,7.8096,1,leg_gt,4.58,60 -28514,buy_contrast_m10_bb_pos,buy,2026-05-02 05:51:00,353.0,8.1153,1,leg_gt,4.57,60 -28515,buy_contrast_m10_bb_pos,buy,2026-05-02 05:54:00,352.0,8.4227,1,leg_gt,4.57,60 -28516,buy_contrast_m10_bb_pos,buy,2026-05-02 05:57:00,352.0,8.4227,1,leg_gt,4.57,60 -28517,buy_contrast_m10_bb_pos,buy,2026-05-02 06:21:00,350.0,9.0429,1,leg_gt,4.55,60 -28518,buy_contrast_m10_bb_pos,buy,2026-05-02 06:24:00,350.0,9.0429,1,leg_gt,4.55,60 -28519,buy_contrast_m10_bb_pos,buy,2026-05-02 06:27:00,350.0,9.0429,1,leg_gt,4.55,60 -28520,buy_contrast_m10_bb_pos,buy,2026-05-02 07:00:00,350.0,9.0429,1,leg_gt,4.52,60 -28521,buy_contrast_m10_bb_pos,buy,2026-05-02 07:03:00,350.0,9.0429,1,leg_gt,4.52,60 -28522,buy_contrast_m10_bb_pos,buy,2026-05-02 07:06:00,350.0,9.0429,1,leg_gt,4.52,60 -28523,buy_contrast_m10_bb_pos,buy,2026-05-02 07:09:00,349.0,9.3556,1,leg_gt,4.52,60 -28524,buy_contrast_m10_bb_pos,buy,2026-05-02 07:12:00,350.0,9.0429,1,leg_gt,4.51,60 -28525,buy_contrast_m10_bb_pos,buy,2026-05-02 07:15:00,350.0,9.0429,1,leg_gt,4.51,60 -28526,buy_contrast_m10_bb_pos,buy,2026-05-02 07:18:00,350.0,9.0429,1,leg_gt,4.51,60 -28527,buy_contrast_m10_bb_pos,buy,2026-05-02 08:00:00,349.0,9.3556,1,leg_gt,4.48,60 -28528,buy_contrast_m10_bb_pos,buy,2026-05-02 08:03:00,349.0,9.3556,1,leg_gt,4.48,60 -28529,buy_contrast_m10_bb_pos,buy,2026-05-02 08:06:00,350.0,9.0429,1,leg_gt,4.48,60 -28530,buy_contrast_m10_bb_pos,buy,2026-05-02 08:09:00,349.0,9.3556,1,leg_gt,4.47,60 -28531,buy_contrast_m10_bb_pos,buy,2026-05-02 08:42:00,349.0,9.3556,1,leg_gt,4.45,60 -28532,buy_contrast_m10_bb_pos,buy,2026-05-02 08:45:00,348.0,9.6701,1,leg_gt,4.45,60 -28533,buy_contrast_m10_bb_pos,buy,2026-05-02 08:48:00,348.0,9.6701,1,leg_gt,4.45,60 -28534,buy_contrast_m10_bb_pos,buy,2026-05-02 09:21:00,347.0,9.9865,1,leg_gt,4.42,60 -28535,buy_contrast_m10_bb_pos,buy,2026-05-02 09:24:00,349.0,9.3556,1,leg_gt,4.42,60 -28536,buy_contrast_m10_bb_pos,buy,2026-05-02 09:27:00,349.0,9.3556,1,leg_gt,4.42,60 -28537,buy_contrast_m10_bb_pos,buy,2026-05-02 14:21:00,346.0,10.3046,1,leg_gt,4.22,60 -28538,buy_contrast_m10_bb_pos,buy,2026-05-02 14:24:00,345.0,10.6246,1,leg_gt,4.21,60 -28539,buy_contrast_m10_bb_pos,buy,2026-05-02 14:27:00,345.0,10.6246,1,leg_gt,4.21,60 -28540,buy_contrast_m10_bb_pos,buy,2026-05-03 07:00:00,360.0,6.0111,1,leg_gt,3.52,60 -28541,buy_contrast_m10_bb_pos,buy,2026-05-03 07:03:00,361.0,5.7172,1,leg_gt,3.52,60 -28542,buy_contrast_m10_bb_pos,buy,2026-05-03 07:06:00,361.0,5.7172,1,leg_gt,3.52,60 -28543,buy_contrast_m10_bb_pos,buy,2026-05-03 07:09:00,362.0,5.4249,1,leg_gt,3.52,60 -28544,buy_contrast_m10_bb_pos,buy,2026-05-03 07:42:00,359.0,6.3067,1,leg_gt,3.49,60 -28545,buy_contrast_m10_bb_pos,buy,2026-05-03 07:45:00,360.0,6.0111,1,leg_gt,3.49,60 -28546,buy_contrast_m10_bb_pos,buy,2026-05-03 07:48:00,360.0,6.0111,1,leg_gt,3.49,60 -28547,buy_contrast_m10_bb_pos,buy,2026-05-03 07:51:00,359.0,6.3067,1,leg_gt,3.49,60 -28548,buy_contrast_m10_bb_pos,buy,2026-05-03 07:54:00,360.0,6.0111,1,leg_gt,3.49,60 -28549,buy_contrast_m10_bb_pos,buy,2026-05-03 07:57:00,360.0,6.0111,1,leg_gt,3.48,60 -28550,buy_contrast_m10_bb_pos,buy,2026-05-03 08:00:00,359.0,6.3067,1,leg_gt,3.48,60 -28551,buy_contrast_m10_bb_pos,buy,2026-05-03 08:03:00,359.0,6.3067,1,leg_gt,3.48,60 -28552,buy_contrast_m10_bb_pos,buy,2026-05-03 08:06:00,360.0,6.0111,1,leg_gt,3.48,60 -28553,buy_contrast_m10_bb_pos,buy,2026-05-03 08:09:00,359.0,6.3067,1,leg_gt,3.48,60 -28554,buy_contrast_m10_bb_pos,buy,2026-05-03 09:21:00,358.0,6.6039,1,leg_gt,3.42,60 -28555,buy_contrast_m10_bb_pos,buy,2026-05-03 09:24:00,358.0,6.6039,1,leg_gt,3.42,60 -28556,buy_contrast_m10_bb_pos,buy,2026-05-03 09:27:00,358.0,6.6039,1,leg_gt,3.42,60 -28557,buy_contrast_m10_bb_pos,buy,2026-05-03 09:30:00,358.0,6.6039,1,leg_gt,3.42,60 -28558,buy_contrast_m10_bb_pos,buy,2026-05-03 09:33:00,359.0,6.3067,1,leg_gt,3.42,60 -28559,buy_contrast_m10_bb_pos,buy,2026-05-03 09:36:00,359.0,6.3067,1,leg_gt,3.41,60 -28560,buy_contrast_m10_bb_pos,buy,2026-05-03 09:39:00,358.0,6.6039,1,leg_gt,3.41,60 -28561,buy_contrast_m10_bb_pos,buy,2026-05-03 09:51:00,357.0,6.9028,1,leg_gt,3.4,60 -28562,buy_contrast_m10_bb_pos,buy,2026-05-03 09:54:00,358.0,6.6039,1,leg_gt,3.4,60 -28563,buy_contrast_m10_bb_pos,buy,2026-05-03 09:57:00,357.0,6.9028,1,leg_gt,3.4,60 -28564,buy_contrast_m10_bb_pos,buy,2026-05-03 10:30:00,356.0,7.2034,1,leg_gt,3.38,60 -28565,buy_contrast_m10_bb_pos,buy,2026-05-03 10:33:00,356.0,7.2034,1,leg_gt,3.38,60 -28566,buy_contrast_m10_bb_pos,buy,2026-05-03 10:36:00,357.0,6.9028,1,leg_gt,3.37,60 -28567,buy_contrast_m10_bb_pos,buy,2026-05-03 10:39:00,355.0,7.5056,1,leg_gt,3.37,60 -28568,buy_contrast_m10_bb_pos,buy,2026-05-03 10:51:00,355.0,7.5056,1,leg_gt,3.36,60 -28569,buy_contrast_m10_bb_pos,buy,2026-05-03 10:54:00,354.0,7.8096,1,leg_gt,3.36,60 -28570,buy_contrast_m10_bb_pos,buy,2026-05-03 10:57:00,354.0,7.8096,1,leg_gt,3.36,60 -28571,buy_contrast_m10_bb_pos,buy,2026-05-03 11:00:00,355.0,7.5056,1,leg_gt,3.36,60 -28572,buy_contrast_m10_bb_pos,buy,2026-05-03 11:03:00,355.0,7.5056,1,leg_gt,3.35,60 -28573,buy_contrast_m10_bb_pos,buy,2026-05-03 11:06:00,355.0,7.5056,1,leg_gt,3.35,60 -28574,buy_contrast_m10_bb_pos,buy,2026-05-03 11:09:00,356.0,7.2034,1,leg_gt,3.35,60 -28575,buy_contrast_m10_bb_pos,buy,2026-05-03 11:12:00,354.0,7.8096,1,leg_gt,3.35,60 -28576,buy_contrast_m10_bb_pos,buy,2026-05-03 11:15:00,355.0,7.5056,1,leg_gt,3.35,60 -28577,buy_contrast_m10_bb_pos,buy,2026-05-03 11:18:00,355.0,7.5056,1,leg_gt,3.34,60 -28578,buy_contrast_m10_bb_pos,buy,2026-05-03 11:21:00,354.0,7.8096,1,leg_gt,3.34,60 -28579,buy_contrast_m10_bb_pos,buy,2026-05-03 11:24:00,355.0,7.5056,1,leg_gt,3.34,60 -28580,buy_contrast_m10_bb_pos,buy,2026-05-03 11:27:00,355.0,7.5056,1,leg_gt,3.34,60 -28581,buy_contrast_m10_bb_pos,buy,2026-05-03 11:30:00,354.0,7.8096,1,leg_gt,3.34,60 -28582,buy_contrast_m10_bb_pos,buy,2026-05-03 11:33:00,355.0,7.5056,1,leg_gt,3.33,60 -28583,buy_contrast_m10_bb_pos,buy,2026-05-03 11:36:00,355.0,7.5056,1,leg_gt,3.33,60 -28584,buy_contrast_m10_bb_pos,buy,2026-05-03 11:39:00,355.0,7.5056,1,leg_gt,3.33,60 -28585,buy_contrast_m10_bb_pos,buy,2026-05-03 15:21:00,354.0,7.8096,1,leg_gt,3.18,60 -28586,buy_contrast_m10_bb_pos,buy,2026-05-03 15:24:00,354.0,7.8096,1,leg_gt,3.17,60 -28587,buy_contrast_m10_bb_pos,buy,2026-05-03 15:27:00,354.0,7.8096,1,leg_gt,3.17,60 -28588,buy_contrast_m10_bb_pos,buy,2026-05-03 15:30:00,353.0,8.1153,1,leg_gt,3.17,60 -28589,buy_contrast_m10_bb_pos,buy,2026-05-03 15:33:00,354.0,7.8096,1,leg_gt,3.17,60 -28590,buy_contrast_m10_bb_pos,buy,2026-05-03 15:36:00,353.0,8.1153,1,leg_gt,3.16,60 -28591,buy_contrast_m10_bb_pos,buy,2026-05-03 15:39:00,354.0,7.8096,1,leg_gt,3.16,60 -28592,buy_contrast_m10_bb_pos,buy,2026-05-03 18:42:00,353.0,8.1153,1,leg_gt,3.04,60 -28593,buy_contrast_m10_bb_pos,buy,2026-05-03 18:45:00,354.0,7.8096,1,leg_gt,3.03,60 -28594,buy_contrast_m10_bb_pos,buy,2026-05-03 18:48:00,354.0,7.8096,1,leg_gt,3.03,60 -28595,buy_contrast_m10_bb_pos,buy,2026-05-03 18:51:00,353.0,8.1153,1,leg_gt,3.03,60 -28596,buy_contrast_m10_bb_pos,buy,2026-05-03 18:54:00,353.0,8.1153,1,leg_gt,3.03,60 -28597,buy_contrast_m10_bb_pos,buy,2026-05-03 18:57:00,353.0,8.1153,1,leg_gt,3.02,60 -28598,buy_contrast_m10_bb_pos,buy,2026-05-03 19:21:00,353.0,8.1153,1,leg_gt,3.01,60 -28599,buy_contrast_m10_bb_pos,buy,2026-05-03 19:24:00,354.0,7.8096,1,leg_gt,3.01,60 -28600,buy_contrast_m10_bb_pos,buy,2026-05-03 19:27:00,353.0,8.1153,1,leg_gt,3.0,60 -28601,buy_contrast_m10_bb_pos,buy,2026-05-03 22:51:00,353.0,8.1153,1,leg_gt,2.86,60 -28602,buy_contrast_m10_bb_pos,buy,2026-05-03 22:54:00,352.0,8.4227,1,leg_gt,2.86,60 -28603,buy_contrast_m10_bb_pos,buy,2026-05-03 22:57:00,353.0,8.1153,1,leg_gt,2.86,60 -28604,buy_contrast_m10_bb_pos,buy,2026-05-03 23:00:00,352.0,8.4227,1,leg_gt,2.86,60 -28605,buy_contrast_m10_bb_pos,buy,2026-05-03 23:03:00,354.0,7.8096,1,leg_gt,2.85,60 -28606,buy_contrast_m10_bb_pos,buy,2026-05-03 23:06:00,354.0,7.8096,1,leg_gt,2.85,60 -28607,buy_contrast_m10_bb_pos,buy,2026-05-03 23:09:00,354.0,7.8096,1,leg_gt,2.85,60 -28608,buy_contrast_m10_bb_pos,buy,2026-05-04 06:42:00,354.0,7.8096,1,leg_gt,2.54,60 -28609,buy_contrast_m10_bb_pos,buy,2026-05-04 06:45:00,353.0,8.1153,1,leg_gt,2.53,60 -28610,buy_contrast_m10_bb_pos,buy,2026-05-04 06:48:00,353.0,8.1153,1,leg_gt,2.53,60 -28611,buy_contrast_m10_bb_pos,buy,2026-05-04 08:12:00,353.0,8.1153,1,leg_gt,2.47,60 -28612,buy_contrast_m10_bb_pos,buy,2026-05-04 08:15:00,354.0,7.8096,1,leg_gt,2.47,60 -28613,buy_contrast_m10_bb_pos,buy,2026-05-04 08:18:00,353.0,8.1153,1,leg_gt,2.47,60 -28614,buy_contrast_m10_bb_pos,buy,2026-05-04 08:21:00,353.0,8.1153,1,leg_gt,2.47,60 -28615,buy_contrast_m10_bb_pos,buy,2026-05-04 08:24:00,353.0,8.1153,1,leg_gt,2.46,60 -28616,buy_contrast_m10_bb_pos,buy,2026-05-04 08:27:00,353.0,8.1153,1,leg_gt,2.46,60 -28617,buy_contrast_m10_bb_pos,buy,2026-05-04 08:30:00,352.0,8.4227,1,leg_gt,2.46,60 -28618,buy_contrast_m10_bb_pos,buy,2026-05-04 08:33:00,353.0,8.1153,1,leg_gt,2.46,60 -28619,buy_contrast_m10_bb_pos,buy,2026-05-04 08:36:00,352.0,8.4227,1,leg_gt,2.46,60 -28620,buy_contrast_m10_bb_pos,buy,2026-05-04 08:39:00,352.0,8.4227,1,leg_gt,2.45,60 -28621,buy_contrast_m10_bb_pos,buy,2026-05-04 08:51:00,351.0,8.7319,1,leg_gt,2.45,60 -28622,buy_contrast_m10_bb_pos,buy,2026-05-04 08:54:00,351.0,8.7319,1,leg_gt,2.44,60 -28623,buy_contrast_m10_bb_pos,buy,2026-05-04 08:57:00,351.0,8.7319,1,leg_gt,2.44,60 -28624,buy_contrast_m10_bb_pos,buy,2026-05-04 09:00:00,351.0,8.7319,1,leg_gt,2.44,60 -28625,buy_contrast_m10_bb_pos,buy,2026-05-04 09:03:00,350.0,9.0429,1,leg_gt,2.44,60 -28626,buy_contrast_m10_bb_pos,buy,2026-05-04 09:06:00,349.0,9.3556,1,leg_gt,2.44,60 -28627,buy_contrast_m10_bb_pos,buy,2026-05-04 09:09:00,349.0,9.3556,1,leg_gt,2.43,60 -28628,buy_contrast_m10_bb_pos,buy,2026-05-04 09:30:00,350.0,9.0429,1,leg_gt,2.42,60 -28629,buy_contrast_m10_bb_pos,buy,2026-05-04 09:33:00,349.0,9.3556,1,leg_gt,2.42,60 -28630,buy_contrast_m10_bb_pos,buy,2026-05-04 09:36:00,348.0,9.6701,1,leg_gt,2.41,60 -28631,buy_contrast_m10_bb_pos,buy,2026-05-04 09:39:00,350.0,9.0429,1,leg_gt,2.41,60 -28632,buy_contrast_m10_bb_pos,buy,2026-05-04 09:42:00,351.0,8.7319,1,leg_gt,2.41,60 -28633,buy_contrast_m10_bb_pos,buy,2026-05-04 09:45:00,350.0,9.0429,1,leg_gt,2.41,60 -28634,buy_contrast_m10_bb_pos,buy,2026-05-04 09:48:00,350.0,9.0429,1,leg_gt,2.41,60 -28635,buy_contrast_m10_bb_pos,buy,2026-05-04 15:42:00,356.0,7.2034,1,leg_gt,2.16,60 -28636,buy_contrast_m10_bb_pos,buy,2026-05-04 15:45:00,355.0,7.5056,1,leg_gt,2.16,60 -28637,buy_contrast_m10_bb_pos,buy,2026-05-04 15:48:00,355.0,7.5056,1,leg_gt,2.16,60 -28638,buy_contrast_m10_bb_pos,buy,2026-05-04 15:51:00,356.0,7.2034,1,leg_gt,2.15,60 -28639,buy_contrast_m10_bb_pos,buy,2026-05-04 15:54:00,357.0,6.9028,1,leg_gt,2.15,60 -28640,buy_contrast_m10_bb_pos,buy,2026-05-04 15:57:00,357.0,6.9028,1,leg_gt,2.15,60 -28641,buy_contrast_m10_bb_pos,buy,2026-05-04 16:30:00,355.0,7.5056,1,leg_gt,2.13,60 -28642,buy_contrast_m10_bb_pos,buy,2026-05-04 16:33:00,356.0,7.2034,1,leg_gt,2.12,60 -28643,buy_contrast_m10_bb_pos,buy,2026-05-04 16:36:00,355.0,7.5056,1,leg_gt,2.12,60 -28644,buy_contrast_m10_bb_pos,buy,2026-05-04 16:39:00,355.0,7.5056,1,leg_gt,2.12,60 -28645,buy_contrast_m10_bb_pos,buy,2026-05-04 16:42:00,355.0,7.5056,1,leg_gt,2.12,60 -28646,buy_contrast_m10_bb_pos,buy,2026-05-04 16:45:00,356.0,7.2034,1,leg_gt,2.12,60 -28647,buy_contrast_m10_bb_pos,buy,2026-05-04 16:48:00,356.0,7.2034,1,leg_gt,2.11,60 -28648,buy_contrast_m10_bb_pos,buy,2026-05-04 16:51:00,355.0,7.5056,1,leg_gt,2.11,60 -28649,buy_contrast_m10_bb_pos,buy,2026-05-04 16:54:00,355.0,7.5056,1,leg_gt,2.11,60 -28650,buy_contrast_m10_bb_pos,buy,2026-05-04 16:57:00,356.0,7.2034,1,leg_gt,2.11,60 -28651,buy_contrast_m10_bb_pos,buy,2026-05-04 19:42:00,351.0,8.7319,1,leg_gt,1.99,60 -28652,buy_contrast_m10_bb_pos,buy,2026-05-04 19:45:00,351.0,8.7319,1,leg_gt,1.99,60 -28653,buy_contrast_m10_bb_pos,buy,2026-05-04 19:48:00,351.0,8.7319,1,leg_gt,1.99,60 -28654,buy_contrast_m10_bb_pos,buy,2026-05-05 05:03:00,352.0,8.4227,1,leg_gt,1.6,60 -28655,buy_contrast_m10_bb_pos,buy,2026-05-05 05:06:00,353.0,8.1153,1,leg_gt,1.6,60 -28656,buy_contrast_m10_bb_pos,buy,2026-05-05 05:12:00,352.0,8.4227,1,leg_gt,1.6,60 -28657,buy_contrast_m10_bb_pos,buy,2026-05-05 05:15:00,353.0,8.1153,1,leg_gt,1.6,60 -28658,buy_contrast_m10_bb_pos,buy,2026-05-05 05:18:00,352.0,8.4227,1,leg_gt,1.59,60 -28659,buy_contrast_m10_bb_pos,buy,2026-05-05 05:21:00,352.0,8.4227,1,leg_gt,1.59,60 -28660,buy_contrast_m10_bb_pos,buy,2026-05-05 05:24:00,352.0,8.4227,1,leg_gt,1.59,60 -28661,buy_contrast_m10_bb_pos,buy,2026-05-05 05:27:00,352.0,8.4227,1,leg_gt,1.59,60 -28662,buy_contrast_m10_bb_pos,buy,2026-05-05 05:30:00,352.0,8.4227,1,leg_gt,1.59,60 -28663,buy_contrast_m10_bb_pos,buy,2026-05-05 05:33:00,351.0,8.7319,1,leg_gt,1.58,60 -28664,buy_contrast_m10_bb_pos,buy,2026-05-05 05:36:00,351.0,8.7319,1,leg_gt,1.58,60 -28665,buy_contrast_m10_bb_pos,buy,2026-05-05 05:39:00,351.0,8.7319,1,leg_gt,1.58,60 -28666,buy_contrast_m10_bb_pos,buy,2026-05-05 08:12:00,351.0,8.7319,1,leg_gt,1.47,60 -28667,buy_contrast_m10_bb_pos,buy,2026-05-05 08:15:00,351.0,8.7319,1,leg_gt,1.47,60 -28668,buy_contrast_m10_bb_pos,buy,2026-05-05 08:18:00,351.0,8.7319,1,leg_gt,1.47,60 -28669,buy_contrast_m10_bb_pos,buy,2026-05-05 18:12:00,359.0,6.3067,1,leg_gt,1.06,60 -28670,buy_contrast_m10_bb_pos,buy,2026-05-05 18:15:00,359.0,6.3067,1,leg_gt,1.05,60 -28671,buy_contrast_m10_bb_pos,buy,2026-05-05 18:18:00,360.0,6.0111,1,leg_gt,1.05,60 -28672,buy_contrast_m10_bb_pos,buy,2026-05-05 18:21:00,359.0,6.3067,1,leg_gt,1.05,60 -28673,buy_contrast_m10_bb_pos,buy,2026-05-05 18:24:00,359.0,6.3067,1,leg_gt,1.05,60 -28674,buy_contrast_m10_bb_pos,buy,2026-05-05 18:27:00,359.0,6.3067,1,leg_gt,1.05,60 -28675,buy_contrast_m10_bb_pos,buy,2026-05-05 18:51:00,358.0,6.6039,1,leg_gt,1.03,60 -28676,buy_contrast_m10_bb_pos,buy,2026-05-05 18:54:00,359.0,6.3067,1,leg_gt,1.03,60 -28677,buy_contrast_m10_bb_pos,buy,2026-05-05 18:57:00,359.0,6.3067,1,leg_gt,1.02,60 -28678,buy_contrast_m10_bb_pos,buy,2026-05-05 23:51:00,359.0,6.3067,1,leg_gt,0.82,60 -28679,buy_contrast_m10_bb_pos,buy,2026-05-05 23:54:00,360.0,6.0111,1,leg_gt,0.82,60 -28680,buy_contrast_m10_bb_pos,buy,2026-05-05 23:57:00,360.0,6.0111,1,leg_gt,0.82,60 -28681,buy_contrast_m10_bb_pos,buy,2026-05-06 00:12:00,359.0,6.3067,1,leg_gt,0.81,60 -28682,buy_contrast_m10_bb_pos,buy,2026-05-06 00:15:00,359.0,6.3067,1,leg_gt,0.8,60 -28683,buy_contrast_m10_bb_pos,buy,2026-05-06 00:18:00,359.0,6.3067,1,leg_gt,0.8,60 -28684,buy_contrast_m10_bb_pos,buy,2026-05-06 00:21:00,359.0,6.3067,1,leg_gt,0.8,60 -28685,buy_contrast_m10_bb_pos,buy,2026-05-06 00:24:00,359.0,6.3067,1,leg_gt,0.8,60 -28686,buy_contrast_m10_bb_pos,buy,2026-05-06 00:27:00,360.0,6.0111,1,leg_gt,0.8,60 -28687,buy_contrast_m10_bb_pos,buy,2026-05-06 09:00:00,362.0,5.4249,1,leg_gt,0.44,60 -28688,buy_contrast_m10_bb_pos,buy,2026-05-06 09:03:00,362.0,5.4249,1,leg_gt,0.44,60 -28689,buy_contrast_m10_bb_pos,buy,2026-05-06 09:06:00,363.0,5.1342,1,leg_gt,0.44,60 -28690,buy_contrast_m10_bb_pos,buy,2026-05-06 09:09:00,363.0,5.1342,1,leg_gt,0.43,60 -28691,buy_contrast_m10_bb_pos,buy,2026-05-06 09:30:00,361.0,5.7172,1,leg_gt,0.42,60 -28692,buy_contrast_m10_bb_pos,buy,2026-05-06 09:33:00,363.0,5.1342,1,leg_gt,0.42,60 -28693,buy_contrast_m10_bb_pos,buy,2026-05-06 09:36:00,362.0,5.4249,1,leg_gt,0.41,60 -28694,buy_contrast_m10_bb_pos,buy,2026-05-06 09:39:00,361.0,5.7172,1,leg_gt,0.41,60 -28695,buy_contrast_m10_bb_pos,buy,2026-05-06 09:42:00,362.0,5.4249,1,leg_gt,0.41,60 -28696,buy_contrast_m10_bb_pos,buy,2026-05-06 09:45:00,361.0,5.7172,1,leg_gt,0.41,60 -28697,buy_contrast_m10_bb_pos,buy,2026-05-06 09:48:00,359.0,6.3067,1,leg_gt,0.41,60 -28698,buy_contrast_m10_bb_pos,buy,2026-05-06 23:30:00,372.0,9.8462,1,leg_gt,2.21,60 -28699,buy_contrast_m10_bb_pos,buy,2026-05-06 23:33:00,373.0,9.5515,1,leg_gt,2.21,60 -28700,buy_contrast_m10_bb_pos,buy,2026-05-06 23:36:00,374.0,9.2583,1,leg_gt,2.2,60 -28701,buy_contrast_m10_bb_pos,buy,2026-05-06 23:39:00,373.0,9.5515,1,leg_gt,2.2,60 -28702,buy_contrast_m10_bb_pos,buy,2026-05-07 03:42:00,375.0,8.9667,1,leg_gt,2.03,60 -28703,buy_contrast_m10_bb_pos,buy,2026-05-07 03:45:00,375.0,8.9667,1,leg_gt,2.03,60 -28704,buy_contrast_m10_bb_pos,buy,2026-05-07 03:48:00,374.0,9.2583,1,leg_gt,2.03,60 -28705,buy_contrast_m10_bb_pos,buy,2026-05-07 03:51:00,376.0,8.6766,1,leg_gt,2.03,60 -28706,buy_contrast_m10_bb_pos,buy,2026-05-07 03:54:00,375.0,8.9667,1,leg_gt,2.02,60 -28707,buy_contrast_m10_bb_pos,buy,2026-05-07 03:57:00,375.0,8.9667,1,leg_gt,2.02,60 -28708,buy_contrast_m10_bb_pos,buy,2026-05-07 04:12:00,374.0,9.2583,1,leg_gt,2.01,60 -28709,buy_contrast_m10_bb_pos,buy,2026-05-07 04:15:00,374.0,9.2583,1,leg_gt,2.01,60 -28710,buy_contrast_m10_bb_pos,buy,2026-05-07 04:18:00,374.0,9.2583,1,leg_gt,2.01,60 -28711,buy_contrast_m10_bb_pos,buy,2026-05-07 08:12:00,374.0,9.2583,1,leg_gt,1.85,60 -28712,buy_contrast_m10_bb_pos,buy,2026-05-07 08:15:00,374.0,9.2583,1,leg_gt,1.84,60 -28713,buy_contrast_m10_bb_pos,buy,2026-05-07 08:18:00,373.0,9.5515,1,leg_gt,1.84,60 -28714,buy_contrast_m10_bb_pos,buy,2026-05-07 10:00:00,373.0,9.5515,1,leg_gt,1.77,60 -28715,buy_contrast_m10_bb_pos,buy,2026-05-07 10:03:00,372.0,9.8462,1,leg_gt,1.77,60 -28716,buy_contrast_m10_bb_pos,buy,2026-05-07 10:06:00,371.0,10.1426,1,leg_gt,1.77,60 -28717,buy_contrast_m10_bb_pos,buy,2026-05-07 10:09:00,370.0,10.4405,1,leg_gt,1.76,60 -28718,buy_contrast_m10_bb_pos,buy,2026-05-07 10:30:00,371.0,10.1426,1,leg_gt,1.75,60 -28719,buy_contrast_m10_bb_pos,buy,2026-05-07 10:33:00,372.0,9.8462,1,leg_gt,1.75,60 -28720,buy_contrast_m10_bb_pos,buy,2026-05-07 10:36:00,370.0,10.4405,1,leg_gt,1.75,60 -28721,buy_contrast_m10_bb_pos,buy,2026-05-07 10:39:00,370.0,10.4405,1,leg_gt,1.74,60 -28722,buy_contrast_m10_bb_pos,buy,2026-05-07 10:51:00,371.0,10.1426,1,leg_gt,1.74,60 -28723,buy_contrast_m10_bb_pos,buy,2026-05-07 10:54:00,370.0,10.4405,1,leg_gt,1.73,60 -28724,buy_contrast_m10_bb_pos,buy,2026-05-07 10:57:00,370.0,10.4405,1,leg_gt,1.73,60 -28725,buy_contrast_m10_bb_pos,buy,2026-05-07 11:00:00,369.0,10.7401,1,leg_gt,1.73,60 -28726,buy_contrast_m10_bb_pos,buy,2026-05-07 11:03:00,369.0,10.7401,1,leg_gt,1.73,60 -28727,buy_contrast_m10_bb_pos,buy,2026-05-07 11:06:00,368.0,11.0413,1,leg_gt,1.72,60 -28728,buy_contrast_m10_bb_pos,buy,2026-05-07 11:09:00,367.0,11.3441,1,leg_gt,1.72,60 -28729,buy_contrast_m10_bb_pos,buy,2026-05-07 11:12:00,366.0,11.6486,1,leg_gt,1.72,60 -28730,buy_contrast_m10_bb_pos,buy,2026-05-07 11:15:00,365.0,11.9548,1,leg_gt,1.72,60 -28731,buy_contrast_m10_bb_pos,buy,2026-05-07 11:18:00,366.0,11.6486,1,leg_gt,1.72,60 -28732,buy_contrast_m10_bb_pos,buy,2026-05-07 11:30:00,367.0,11.3441,1,leg_gt,1.71,60 -28733,buy_contrast_m10_bb_pos,buy,2026-05-07 11:33:00,367.0,11.3441,1,leg_gt,1.71,60 -28734,buy_contrast_m10_bb_pos,buy,2026-05-07 11:36:00,367.0,11.3441,1,leg_gt,1.7,60 -28735,buy_contrast_m10_bb_pos,buy,2026-05-07 11:39:00,366.0,11.6486,1,leg_gt,1.7,60 -28736,buy_contrast_m10_bb_pos,buy,2026-05-07 19:00:00,379.0,7.8156,1,leg_gt,1.4,60 -28737,buy_contrast_m10_bb_pos,buy,2026-05-07 19:03:00,380.0,7.5316,1,leg_gt,1.39,60 -28738,buy_contrast_m10_bb_pos,buy,2026-05-07 19:06:00,380.0,7.5316,1,leg_gt,1.39,60 -28739,buy_contrast_m10_bb_pos,buy,2026-05-07 19:09:00,379.0,7.8156,1,leg_gt,1.39,60 -28740,buy_contrast_m10_bb_pos,buy,2026-05-07 19:12:00,379.0,7.8156,1,leg_gt,1.39,60 -28741,buy_contrast_m10_bb_pos,buy,2026-05-07 19:15:00,379.0,7.8156,1,leg_gt,1.39,60 -28742,buy_contrast_m10_bb_pos,buy,2026-05-07 19:18:00,379.0,7.8156,1,leg_gt,1.38,60 -28743,buy_contrast_m10_bb_pos,buy,2026-05-07 19:42:00,377.0,8.3881,1,leg_gt,1.37,60 -28744,buy_contrast_m10_bb_pos,buy,2026-05-07 19:45:00,378.0,8.1011,1,leg_gt,1.36,60 -28745,buy_contrast_m10_bb_pos,buy,2026-05-07 19:48:00,378.0,8.1011,1,leg_gt,1.36,60 -28746,buy_contrast_m10_bb_pos,buy,2026-05-07 22:42:00,376.0,8.6766,1,leg_gt,1.24,60 -28747,buy_contrast_m10_bb_pos,buy,2026-05-07 22:45:00,376.0,8.6766,1,leg_gt,1.24,60 -28748,buy_contrast_m10_bb_pos,buy,2026-05-07 22:48:00,374.0,9.2583,1,leg_gt,1.24,60 -28749,buy_contrast_m10_bb_pos,buy,2026-05-07 23:21:00,376.0,8.6766,1,leg_gt,1.21,60 -28750,buy_contrast_m10_bb_pos,buy,2026-05-07 23:24:00,376.0,8.6766,1,leg_gt,1.21,60 -28751,buy_contrast_m10_bb_pos,buy,2026-05-07 23:27:00,375.0,8.9667,1,leg_gt,1.21,60 -28752,buy_contrast_m10_bb_pos,buy,2026-05-07 23:30:00,374.0,9.2583,1,leg_gt,1.21,60 -28753,buy_contrast_m10_bb_pos,buy,2026-05-07 23:33:00,372.0,9.8462,1,leg_gt,1.21,60 -28754,buy_contrast_m10_bb_pos,buy,2026-05-07 23:36:00,371.0,10.1426,1,leg_gt,1.2,60 -28755,buy_contrast_m10_bb_pos,buy,2026-05-07 23:39:00,369.0,10.7401,1,leg_gt,1.2,60 -28756,buy_contrast_m10_bb_pos,buy,2026-05-07 23:51:00,372.0,9.8462,1,leg_gt,1.19,60 -28757,buy_contrast_m10_bb_pos,buy,2026-05-07 23:54:00,374.0,9.2583,1,leg_gt,1.19,60 -28758,buy_contrast_m10_bb_pos,buy,2026-05-07 23:57:00,372.0,9.8462,1,leg_gt,1.19,60 -28759,buy_contrast_m10_bb_pos,buy,2026-05-08 00:00:00,371.0,10.1426,1,leg_gt,1.19,60 -28760,buy_contrast_m10_bb_pos,buy,2026-05-08 00:03:00,372.0,9.8462,1,leg_gt,1.19,60 -28761,buy_contrast_m10_bb_pos,buy,2026-05-08 00:06:00,372.0,9.8462,1,leg_gt,1.18,60 -28762,buy_contrast_m10_bb_pos,buy,2026-05-08 00:09:00,373.0,9.5515,1,leg_gt,1.18,60 -28763,buy_contrast_m10_bb_pos,buy,2026-05-08 00:30:00,369.0,10.7401,1,leg_gt,1.17,60 -28764,buy_contrast_m10_bb_pos,buy,2026-05-08 00:33:00,371.0,10.1426,1,leg_gt,1.16,60 -28765,buy_contrast_m10_bb_pos,buy,2026-05-08 00:36:00,372.0,9.8462,1,leg_gt,1.16,60 -28766,buy_contrast_m10_bb_pos,buy,2026-05-08 00:39:00,371.0,10.1426,1,leg_gt,1.16,60 -28767,buy_contrast_m10_bb_pos,buy,2026-05-08 05:42:00,371.0,10.1426,1,leg_gt,0.95,60 -28768,buy_contrast_m10_bb_pos,buy,2026-05-08 05:45:00,371.0,10.1426,1,leg_gt,0.95,60 -28769,buy_contrast_m10_bb_pos,buy,2026-05-08 05:48:00,370.0,10.4405,1,leg_gt,0.95,60 -28770,buy_contrast_m10_bb_pos,buy,2026-05-08 06:21:00,370.0,10.4405,1,leg_gt,0.92,60 -28771,buy_contrast_m10_bb_pos,buy,2026-05-08 06:24:00,370.0,10.4405,1,leg_gt,0.92,60 -28772,buy_contrast_m10_bb_pos,buy,2026-05-08 06:27:00,370.0,10.4405,1,leg_gt,0.92,60 -28773,buy_contrast_m10_bb_pos,buy,2026-05-08 20:12:00,380.0,7.5316,1,leg_gt,0.35,60 -28774,buy_contrast_m10_bb_pos,buy,2026-05-08 20:15:00,380.0,7.5316,1,leg_gt,0.34,60 -28775,buy_contrast_m10_bb_pos,buy,2026-05-08 20:18:00,381.0,7.2491,1,leg_gt,0.34,60 -28776,buy_contrast_m10_bb_pos,buy,2026-05-08 22:12:00,379.0,7.8156,1,leg_gt,0.26,60 -28777,buy_contrast_m10_bb_pos,buy,2026-05-08 22:15:00,377.0,8.3881,1,leg_gt,0.26,60 -28778,buy_contrast_m10_bb_pos,buy,2026-05-08 22:18:00,378.0,8.1011,1,leg_gt,0.26,60 -28779,buy_contrast_m10_bb_pos,buy,2026-05-09 12:42:00,404.0,5.5931,1,leg_gt,1.52,60 -28780,buy_contrast_m10_bb_pos,buy,2026-05-09 12:45:00,404.0,5.5931,1,leg_gt,1.52,60 -28781,buy_contrast_m10_bb_pos,buy,2026-05-09 12:48:00,405.0,5.3321,1,leg_gt,1.52,60 -28782,buy_contrast_m10_bb_pos,buy,2026-05-09 12:51:00,405.0,5.3321,1,leg_gt,1.51,60 -28783,buy_contrast_m10_bb_pos,buy,2026-05-09 12:54:00,405.0,5.3321,1,leg_gt,1.51,60 -28784,buy_contrast_m10_bb_pos,buy,2026-05-09 12:57:00,406.0,5.0724,1,leg_gt,1.51,60 -28785,buy_contrast_m10_bb_pos,buy,2026-05-09 14:12:00,402.0,6.1189,1,leg_gt,1.46,60 -28786,buy_contrast_m10_bb_pos,buy,2026-05-09 14:15:00,402.0,6.1189,1,leg_gt,1.46,60 -28787,buy_contrast_m10_bb_pos,buy,2026-05-09 14:18:00,402.0,6.1189,1,leg_gt,1.45,60 -28788,buy_contrast_m10_bb_pos,buy,2026-05-09 14:21:00,402.0,6.1189,1,leg_gt,1.45,60 -28789,buy_contrast_m10_bb_pos,buy,2026-05-09 14:24:00,401.0,6.3838,1,leg_gt,1.45,60 -28790,buy_contrast_m10_bb_pos,buy,2026-05-09 14:27:00,402.0,6.1189,1,leg_gt,1.45,60 -28791,buy_contrast_m10_bb_pos,buy,2026-05-09 14:30:00,401.0,6.3838,1,leg_gt,1.45,60 -28792,buy_contrast_m10_bb_pos,buy,2026-05-09 14:33:00,402.0,6.1189,1,leg_gt,1.44,60 -28793,buy_contrast_m10_bb_pos,buy,2026-05-09 14:36:00,402.0,6.1189,1,leg_gt,1.44,60 -28794,buy_contrast_m10_bb_pos,buy,2026-05-09 14:39:00,403.0,5.8553,1,leg_gt,1.44,60 -28795,buy_contrast_m10_bb_pos,buy,2026-05-09 16:30:00,401.0,6.3838,1,leg_gt,1.36,60 -28796,buy_contrast_m10_bb_pos,buy,2026-05-09 16:33:00,401.0,6.3838,1,leg_gt,1.36,60 -28797,buy_contrast_m10_bb_pos,buy,2026-05-09 16:36:00,401.0,6.3838,1,leg_gt,1.36,60 -28798,buy_contrast_m10_bb_pos,buy,2026-05-09 16:39:00,399.0,6.9175,1,leg_gt,1.36,60 -28799,buy_contrast_m10_bb_pos,buy,2026-05-09 19:00:00,396.0,7.7283,1,leg_gt,1.26,60 -28800,buy_contrast_m10_bb_pos,buy,2026-05-09 19:03:00,396.0,7.7283,1,leg_gt,1.26,60 -28801,buy_contrast_m10_bb_pos,buy,2026-05-09 19:06:00,395.0,8.0013,1,leg_gt,1.25,60 -28802,buy_contrast_m10_bb_pos,buy,2026-05-09 19:09:00,396.0,7.7283,1,leg_gt,1.25,60 -28803,buy_contrast_m10_bb_pos,buy,2026-05-09 19:12:00,396.0,7.7283,1,leg_gt,1.25,60 -28804,buy_contrast_m10_bb_pos,buy,2026-05-09 19:15:00,395.0,8.0013,1,leg_gt,1.25,60 -28805,buy_contrast_m10_bb_pos,buy,2026-05-09 19:18:00,396.0,7.7283,1,leg_gt,1.25,60 -28806,buy_contrast_m10_bb_pos,buy,2026-05-09 19:30:00,395.0,8.0013,1,leg_gt,1.24,60 -28807,buy_contrast_m10_bb_pos,buy,2026-05-09 19:33:00,396.0,7.7283,1,leg_gt,1.24,60 -28808,buy_contrast_m10_bb_pos,buy,2026-05-09 19:36:00,397.0,7.4567,1,leg_gt,1.23,60 -28809,buy_contrast_m10_bb_pos,buy,2026-05-09 19:39:00,398.0,7.1864,1,leg_gt,1.23,60 -28810,buy_contrast_m10_bb_pos,buy,2026-05-09 23:21:00,399.0,6.9175,1,leg_gt,1.08,60 -28811,buy_contrast_m10_bb_pos,buy,2026-05-09 23:24:00,399.0,6.9175,1,leg_gt,1.08,60 -28812,buy_contrast_m10_bb_pos,buy,2026-05-09 23:27:00,397.0,7.4567,1,leg_gt,1.07,60 -28813,buy_contrast_m10_bb_pos,buy,2026-05-10 00:00:00,398.0,7.1864,1,leg_gt,1.05,60 -28814,buy_contrast_m10_bb_pos,buy,2026-05-10 00:03:00,399.0,6.9175,1,leg_gt,1.05,60 -28815,buy_contrast_m10_bb_pos,buy,2026-05-10 00:06:00,399.0,6.9175,1,leg_gt,1.05,60 -28816,buy_contrast_m10_bb_pos,buy,2026-05-10 00:09:00,398.0,7.1864,1,leg_gt,1.04,60 -28817,buy_contrast_m10_bb_pos,buy,2026-05-10 00:51:00,398.0,7.1864,1,leg_gt,1.01,60 -28818,buy_contrast_m10_bb_pos,buy,2026-05-10 00:54:00,399.0,6.9175,1,leg_gt,1.01,60 -28819,buy_contrast_m10_bb_pos,buy,2026-05-10 00:57:00,398.0,7.1864,1,leg_gt,1.01,60 -28820,buy_contrast_m10_bb_pos,buy,2026-05-10 01:00:00,397.0,7.4567,1,leg_gt,1.01,60 -28821,buy_contrast_m10_bb_pos,buy,2026-05-10 01:03:00,397.0,7.4567,1,leg_gt,1.01,60 -28822,buy_contrast_m10_bb_pos,buy,2026-05-10 01:06:00,398.0,7.1864,1,leg_gt,1.0,60 -28823,buy_contrast_m10_bb_pos,buy,2026-05-10 01:09:00,397.0,7.4567,1,leg_gt,1.0,60 -28824,buy_contrast_m10_bb_pos,buy,2026-05-10 01:51:00,396.0,7.7283,1,leg_gt,0.97,60 -28825,buy_contrast_m10_bb_pos,buy,2026-05-10 01:54:00,396.0,7.7283,1,leg_gt,0.97,60 -28826,buy_contrast_m10_bb_pos,buy,2026-05-10 01:57:00,397.0,7.4567,1,leg_gt,0.97,60 -28827,buy_contrast_m10_bb_pos,buy,2026-05-10 05:21:00,401.0,6.3838,1,leg_gt,0.83,60 -28828,buy_contrast_m10_bb_pos,buy,2026-05-10 05:24:00,401.0,6.3838,1,leg_gt,0.82,60 -28829,buy_contrast_m10_bb_pos,buy,2026-05-10 05:27:00,401.0,6.3838,1,leg_gt,0.82,60 -28830,buy_contrast_m10_bb_pos,buy,2026-05-10 05:30:00,400.0,6.65,1,leg_gt,0.82,60 -28831,buy_contrast_m10_bb_pos,buy,2026-05-10 05:33:00,400.0,6.65,1,leg_gt,0.82,60 -28832,buy_contrast_m10_bb_pos,buy,2026-05-10 05:36:00,400.0,6.65,1,leg_gt,0.82,60 -28833,buy_contrast_m10_bb_pos,buy,2026-05-10 05:39:00,400.0,6.65,1,leg_gt,0.81,60 -28834,buy_contrast_m10_bb_pos,buy,2026-05-10 06:30:00,400.0,6.65,1,leg_gt,0.78,60 -28835,buy_contrast_m10_bb_pos,buy,2026-05-10 06:33:00,400.0,6.65,1,leg_gt,0.78,60 -28836,buy_contrast_m10_bb_pos,buy,2026-05-10 06:36:00,399.0,6.9175,1,leg_gt,0.78,60 -28837,buy_contrast_m10_bb_pos,buy,2026-05-10 06:39:00,400.0,6.65,1,leg_gt,0.77,60 -28838,buy_contrast_m10_bb_pos,buy,2026-05-10 07:12:00,399.0,6.9175,1,leg_gt,0.75,60 -28839,buy_contrast_m10_bb_pos,buy,2026-05-10 07:15:00,399.0,6.9175,1,leg_gt,0.75,60 -28840,buy_contrast_m10_bb_pos,buy,2026-05-10 07:18:00,400.0,6.65,1,leg_gt,0.75,60 -28841,buy_contrast_m10_bb_pos,buy,2026-05-10 08:12:00,400.0,6.65,1,leg_gt,0.71,60 -28842,buy_contrast_m10_bb_pos,buy,2026-05-10 08:15:00,400.0,6.65,1,leg_gt,0.71,60 -28843,buy_contrast_m10_bb_pos,buy,2026-05-10 08:18:00,399.0,6.9175,1,leg_gt,0.7,60 -28844,buy_contrast_m10_bb_pos,buy,2026-05-10 08:21:00,400.0,6.65,1,leg_gt,0.7,60 -28845,buy_contrast_m10_bb_pos,buy,2026-05-10 08:24:00,399.0,6.9175,1,leg_gt,0.7,60 -28846,buy_contrast_m10_bb_pos,buy,2026-05-10 08:27:00,398.0,7.1864,1,leg_gt,0.7,60 -28847,buy_contrast_m10_bb_pos,buy,2026-05-10 08:51:00,398.0,7.1864,1,leg_gt,0.68,60 -28848,buy_contrast_m10_bb_pos,buy,2026-05-10 08:54:00,399.0,6.9175,1,leg_gt,0.68,60 -28849,buy_contrast_m10_bb_pos,buy,2026-05-10 08:57:00,398.0,7.1864,1,leg_gt,0.68,60 -28850,buy_contrast_m10_bb_pos,buy,2026-05-10 09:42:00,397.0,7.4567,1,leg_gt,0.65,60 -28851,buy_contrast_m10_bb_pos,buy,2026-05-10 09:45:00,396.0,7.7283,1,leg_gt,0.64,60 -28852,buy_contrast_m10_bb_pos,buy,2026-05-10 09:48:00,396.0,7.7283,1,leg_gt,0.64,60 -28853,buy_contrast_m10_bb_pos,buy,2026-05-10 10:51:00,392.0,8.8286,1,leg_gt,0.6,60 -28854,buy_contrast_m10_bb_pos,buy,2026-05-10 10:54:00,392.0,8.8286,1,leg_gt,0.6,60 -28855,buy_contrast_m10_bb_pos,buy,2026-05-10 10:57:00,393.0,8.5514,1,leg_gt,0.59,60 -28856,buy_contrast_m10_bb_pos,buy,2026-05-10 20:51:00,398.0,7.1864,1,leg_gt,0.18,60 -28857,buy_contrast_m10_bb_pos,buy,2026-05-10 20:54:00,398.0,7.1864,1,leg_gt,0.18,60 -28858,buy_contrast_m10_bb_pos,buy,2026-05-10 20:57:00,399.0,6.9175,1,leg_gt,0.18,60 -28859,buy_contrast_m10_bb_pos,buy,2026-05-10 21:30:00,397.0,7.4567,1,leg_gt,0.15,60 -28860,buy_contrast_m10_bb_pos,buy,2026-05-10 21:33:00,397.0,7.4567,1,leg_gt,0.15,60 -28861,buy_contrast_m10_bb_pos,buy,2026-05-10 21:36:00,397.0,7.4567,1,leg_gt,0.15,60 -28862,buy_contrast_m10_bb_pos,buy,2026-05-10 21:39:00,398.0,7.1864,1,leg_gt,0.15,60 -28863,buy_contrast_m10_bb_pos,buy,2026-05-11 05:42:00,412.0,2.5699,1,leg_gt,2.54,60 -28864,buy_contrast_m10_bb_pos,buy,2026-05-11 05:45:00,407.0,3.8312,1,leg_gt,2.54,60 -28865,buy_contrast_m10_bb_pos,buy,2026-05-11 05:48:00,404.0,4.603,1,leg_gt,2.54,60 -28866,buy_contrast_m10_bb_pos,buy,2026-05-11 06:12:00,400.0,5.65,1,leg_gt,2.52,60 -28867,buy_contrast_m10_bb_pos,buy,2026-05-11 06:15:00,399.0,5.915,1,leg_gt,2.52,60 -28868,buy_contrast_m10_bb_pos,buy,2026-05-11 06:18:00,401.0,5.3863,1,leg_gt,2.52,60 -28869,buy_contrast_m10_bb_pos,buy,2026-05-11 06:21:00,402.0,5.1239,1,leg_gt,2.52,60 -28870,buy_contrast_m10_bb_pos,buy,2026-05-11 06:24:00,402.0,5.1239,1,leg_gt,2.51,60 -28871,buy_contrast_m10_bb_pos,buy,2026-05-11 06:27:00,401.0,5.3863,1,leg_gt,2.51,60 -28872,buy_contrast_m10_bb_pos,buy,2026-05-11 06:30:00,403.0,4.8628,1,leg_gt,2.51,60 -28873,buy_contrast_m10_bb_pos,buy,2026-05-11 06:33:00,402.0,5.1239,1,leg_gt,2.51,60 -28874,buy_contrast_m10_bb_pos,buy,2026-05-11 06:36:00,404.0,4.603,1,leg_gt,2.51,60 -28875,buy_contrast_m10_bb_pos,buy,2026-05-11 06:39:00,403.0,4.8628,1,leg_gt,2.5,60 -28876,buy_contrast_m10_bb_pos,buy,2026-05-11 11:12:00,411.0,2.8197,1,leg_gt,2.31,60 -28877,buy_contrast_m10_bb_pos,buy,2026-05-11 11:15:00,410.0,3.0707,1,leg_gt,2.31,60 -28878,buy_contrast_m10_bb_pos,buy,2026-05-11 11:18:00,410.0,3.0707,1,leg_gt,2.31,60 -28879,buy_contrast_m10_bb_pos,buy,2026-05-11 11:51:00,410.0,3.0707,1,leg_gt,2.29,60 -28880,buy_contrast_m10_bb_pos,buy,2026-05-11 11:54:00,411.0,2.8197,1,leg_gt,2.29,60 -28881,buy_contrast_m10_bb_pos,buy,2026-05-11 11:57:00,411.0,2.8197,1,leg_gt,2.28,60 -28882,buy_contrast_m10_bb_pos,buy,2026-05-11 12:00:00,410.0,3.0707,1,leg_gt,2.28,60 -28883,buy_contrast_m10_bb_pos,buy,2026-05-11 12:03:00,409.0,3.323,1,leg_gt,2.28,60 -28884,buy_contrast_m10_bb_pos,buy,2026-05-11 12:06:00,410.0,3.0707,1,leg_gt,2.28,60 -28885,buy_contrast_m10_bb_pos,buy,2026-05-11 12:09:00,408.0,3.5765,1,leg_gt,2.28,60 -28886,buy_contrast_m10_bb_pos,buy,2026-05-11 12:12:00,408.0,3.5765,1,leg_gt,2.27,60 -28887,buy_contrast_m10_bb_pos,buy,2026-05-11 12:15:00,404.0,4.603,1,leg_gt,2.27,60 -28888,buy_contrast_m10_bb_pos,buy,2026-05-11 12:18:00,405.0,4.3444,1,leg_gt,2.27,60 -28889,buy_contrast_m10_bb_pos,buy,2026-05-11 13:12:00,405.0,4.3444,1,leg_gt,2.23,60 -28890,buy_contrast_m10_bb_pos,buy,2026-05-11 13:15:00,405.0,4.3444,1,leg_gt,2.23,60 -28891,buy_contrast_m10_bb_pos,buy,2026-05-11 13:18:00,406.0,4.0872,1,leg_gt,2.23,60 -28892,buy_contrast_m10_bb_pos,buy,2026-05-11 17:12:00,409.0,3.323,1,leg_gt,2.06,60 -28893,buy_contrast_m10_bb_pos,buy,2026-05-11 17:15:00,409.0,3.323,1,leg_gt,2.06,60 -28894,buy_contrast_m10_bb_pos,buy,2026-05-11 17:18:00,410.0,3.0707,1,leg_gt,2.06,60 -28895,buy_contrast_m10_bb_pos,buy,2026-05-11 22:42:00,411.0,2.8197,1,leg_gt,1.84,60 -28896,buy_contrast_m10_bb_pos,buy,2026-05-11 22:45:00,412.0,2.5699,1,leg_gt,1.83,60 -28897,buy_contrast_m10_bb_pos,buy,2026-05-11 22:48:00,411.0,2.8197,1,leg_gt,1.83,60 -28898,buy_contrast_m10_bb_pos,buy,2026-05-11 23:42:00,406.0,4.0872,1,leg_gt,1.79,60 -28899,buy_contrast_m10_bb_pos,buy,2026-05-11 23:45:00,407.0,3.8312,1,leg_gt,1.79,60 -28900,buy_contrast_m10_bb_pos,buy,2026-05-11 23:48:00,407.0,3.8312,1,leg_gt,1.79,60 -28901,buy_contrast_m10_bb_pos,buy,2026-05-11 23:51:00,407.0,3.8312,1,leg_gt,1.79,60 -28902,buy_contrast_m10_bb_pos,buy,2026-05-11 23:54:00,409.0,3.323,1,leg_gt,1.79,60 -28903,buy_contrast_m10_bb_pos,buy,2026-05-11 23:57:00,409.0,3.323,1,leg_gt,1.78,60 -28904,buy_contrast_m10_bb_pos,buy,2026-05-12 05:30:00,414.0,2.0739,1,leg_gt,1.55,60 -28905,buy_contrast_m10_bb_pos,buy,2026-05-12 05:33:00,414.0,2.0739,1,leg_gt,1.55,60 -28906,buy_contrast_m10_bb_pos,buy,2026-05-12 05:36:00,414.0,2.0739,1,leg_gt,1.55,60 -28907,buy_contrast_m10_bb_pos,buy,2026-05-12 05:39:00,414.0,2.0739,1,leg_gt,1.55,60 -28908,buy_contrast_m10_bb_pos,buy,2026-05-12 07:51:00,410.0,3.0707,1,leg_gt,1.45,60 -28909,buy_contrast_m10_bb_pos,buy,2026-05-12 07:54:00,410.0,3.0707,1,leg_gt,1.45,60 -28910,buy_contrast_m10_bb_pos,buy,2026-05-12 07:57:00,410.0,3.0707,1,leg_gt,1.45,60 -28911,buy_contrast_m10_bb_pos,buy,2026-05-12 08:00:00,410.0,3.0707,1,leg_gt,1.45,60 -28912,buy_contrast_m10_bb_pos,buy,2026-05-12 08:03:00,409.0,3.323,1,leg_gt,1.45,60 -28913,buy_contrast_m10_bb_pos,buy,2026-05-12 08:06:00,409.0,3.323,1,leg_gt,1.44,60 -28914,buy_contrast_m10_bb_pos,buy,2026-05-12 08:09:00,409.0,3.323,1,leg_gt,1.44,60 -28915,buy_contrast_m10_bb_pos,buy,2026-05-12 08:12:00,409.0,3.323,1,leg_gt,1.44,60 -28916,buy_contrast_m10_bb_pos,buy,2026-05-12 08:15:00,410.0,3.0707,1,leg_gt,1.44,60 -28917,buy_contrast_m10_bb_pos,buy,2026-05-12 08:18:00,409.0,3.323,1,leg_gt,1.44,60 -28918,buy_contrast_m10_bb_pos,buy,2026-05-12 08:21:00,409.0,3.323,1,leg_gt,1.43,60 -28919,buy_contrast_m10_bb_pos,buy,2026-05-12 08:24:00,408.0,3.5765,1,leg_gt,1.43,60 -28920,buy_contrast_m10_bb_pos,buy,2026-05-12 08:27:00,409.0,3.323,1,leg_gt,1.43,60 -28921,buy_contrast_m10_bb_pos,buy,2026-05-12 08:30:00,409.0,3.323,1,leg_gt,1.43,60 -28922,buy_contrast_m10_bb_pos,buy,2026-05-12 08:33:00,410.0,3.0707,1,leg_gt,1.42,60 -28923,buy_contrast_m10_bb_pos,buy,2026-05-12 08:36:00,410.0,3.0707,1,leg_gt,1.42,60 -28924,buy_contrast_m10_bb_pos,buy,2026-05-12 08:39:00,410.0,3.0707,1,leg_gt,1.42,60 -28925,buy_contrast_m10_bb_pos,buy,2026-05-12 11:21:00,406.0,4.0872,1,leg_gt,1.31,60 -28926,buy_contrast_m10_bb_pos,buy,2026-05-12 11:24:00,408.0,3.5765,1,leg_gt,1.31,60 -28927,buy_contrast_m10_bb_pos,buy,2026-05-12 11:27:00,407.0,3.8312,1,leg_gt,1.3,60 -28928,buy_contrast_m10_bb_pos,buy,2026-05-12 17:30:00,405.0,4.3444,1,leg_gt,1.05,60 -28929,buy_contrast_m10_bb_pos,buy,2026-05-12 17:33:00,404.0,4.603,1,leg_gt,1.05,60 -28930,buy_contrast_m10_bb_pos,buy,2026-05-12 17:36:00,405.0,4.3444,1,leg_gt,1.05,60 -28931,buy_contrast_m10_bb_pos,buy,2026-05-12 17:39:00,405.0,4.3444,1,leg_gt,1.05,60 -28932,buy_contrast_m10_bb_pos,buy,2026-05-12 18:00:00,405.0,4.3444,1,leg_gt,1.03,60 -28933,buy_contrast_m10_bb_pos,buy,2026-05-12 18:03:00,405.0,4.3444,1,leg_gt,1.03,60 -28934,buy_contrast_m10_bb_pos,buy,2026-05-12 18:06:00,405.0,4.3444,1,leg_gt,1.03,60 -28935,buy_contrast_m10_bb_pos,buy,2026-05-12 18:09:00,403.0,4.8628,1,leg_gt,1.02,60 -28936,buy_contrast_m10_bb_pos,buy,2026-05-12 18:12:00,404.0,4.603,1,leg_gt,1.02,60 -28937,buy_contrast_m10_bb_pos,buy,2026-05-12 18:15:00,404.0,4.603,1,leg_gt,1.02,60 -28938,buy_contrast_m10_bb_pos,buy,2026-05-12 18:18:00,402.0,5.1239,1,leg_gt,1.02,60 -28939,buy_contrast_m10_bb_pos,buy,2026-05-12 18:21:00,403.0,4.8628,1,leg_gt,1.02,60 -28940,buy_contrast_m10_bb_pos,buy,2026-05-12 18:24:00,403.0,4.8628,1,leg_gt,1.01,60 -28941,buy_contrast_m10_bb_pos,buy,2026-05-12 18:27:00,404.0,4.603,1,leg_gt,1.01,60 -28942,buy_contrast_m10_bb_pos,buy,2026-05-12 18:30:00,403.0,4.8628,1,leg_gt,1.01,60 -28943,buy_contrast_m10_bb_pos,buy,2026-05-12 18:33:00,406.0,4.0872,1,leg_gt,1.01,60 -28944,buy_contrast_m10_bb_pos,buy,2026-05-12 18:36:00,405.0,4.3444,1,leg_gt,1.01,60 -28945,buy_contrast_m10_bb_pos,buy,2026-05-12 18:39:00,406.0,4.0872,1,leg_gt,1.0,60 -28946,buy_contrast_m10_bb_pos,buy,2026-05-12 19:30:00,403.0,4.8628,1,leg_gt,0.97,60 -28947,buy_contrast_m10_bb_pos,buy,2026-05-12 19:33:00,401.0,5.3863,1,leg_gt,0.97,60 -28948,buy_contrast_m10_bb_pos,buy,2026-05-12 19:36:00,400.0,5.65,1,leg_gt,0.96,60 -28949,buy_contrast_m10_bb_pos,buy,2026-05-12 19:39:00,401.0,5.3863,1,leg_gt,0.96,60 -28950,buy_contrast_m10_bb_pos,buy,2026-05-12 20:30:00,400.0,5.65,1,leg_gt,0.93,60 -28951,buy_contrast_m10_bb_pos,buy,2026-05-12 20:33:00,400.0,5.65,1,leg_gt,0.92,60 -28952,buy_contrast_m10_bb_pos,buy,2026-05-12 20:36:00,400.0,5.65,1,leg_gt,0.92,60 -28953,buy_contrast_m10_bb_pos,buy,2026-05-12 20:39:00,400.0,5.65,1,leg_gt,0.92,60 -28954,buy_contrast_m10_bb_pos,buy,2026-05-12 20:42:00,400.0,5.65,1,leg_gt,0.92,60 -28955,buy_contrast_m10_bb_pos,buy,2026-05-12 20:45:00,399.0,5.915,1,leg_gt,0.92,60 -28956,buy_contrast_m10_bb_pos,buy,2026-05-12 20:48:00,400.0,5.65,1,leg_gt,0.91,60 -28957,buy_contrast_m10_bb_pos,buy,2026-05-12 20:51:00,400.0,5.65,1,leg_gt,0.91,60 -28958,buy_contrast_m10_bb_pos,buy,2026-05-12 20:54:00,400.0,5.65,1,leg_gt,0.91,60 -28959,buy_contrast_m10_bb_pos,buy,2026-05-12 20:57:00,400.0,5.65,1,leg_gt,0.91,60 -28960,buy_contrast_m10_bb_pos,buy,2026-05-12 23:42:00,395.0,6.9886,1,leg_gt,0.79,60 -28961,buy_contrast_m10_bb_pos,buy,2026-05-12 23:45:00,394.0,7.2604,1,leg_gt,0.79,60 -28962,buy_contrast_m10_bb_pos,buy,2026-05-12 23:48:00,394.0,7.2604,1,leg_gt,0.79,60 -28963,buy_contrast_m10_bb_pos,buy,2026-05-13 00:21:00,392.0,7.8082,1,leg_gt,0.77,60 -28964,buy_contrast_m10_bb_pos,buy,2026-05-13 00:24:00,390.0,8.3615,1,leg_gt,0.76,60 -28965,buy_contrast_m10_bb_pos,buy,2026-05-13 00:27:00,391.0,8.0841,1,leg_gt,0.76,60 -28966,buy_contrast_m10_bb_pos,buy,2026-05-13 01:00:00,390.0,8.3615,1,leg_gt,0.74,60 -28967,buy_contrast_m10_bb_pos,buy,2026-05-13 01:03:00,391.0,8.0841,1,leg_gt,0.74,60 -28968,buy_contrast_m10_bb_pos,buy,2026-05-13 01:06:00,392.0,7.8082,1,leg_gt,0.74,60 -28969,buy_contrast_m10_bb_pos,buy,2026-05-13 01:09:00,391.0,8.0841,1,leg_gt,0.73,60 -28970,buy_contrast_m10_bb_pos,buy,2026-05-13 09:00:00,397.0,6.4491,1,leg_gt,0.41,60 -28971,buy_contrast_m10_bb_pos,buy,2026-05-13 09:03:00,397.0,6.4491,1,leg_gt,0.4,60 -28972,buy_contrast_m10_bb_pos,buy,2026-05-13 09:06:00,396.0,6.7182,1,leg_gt,0.4,60 -28973,buy_contrast_m10_bb_pos,buy,2026-05-13 09:09:00,397.0,6.4491,1,leg_gt,0.4,60 -28974,buy_contrast_m10_bb_pos,buy,2026-05-13 14:42:00,406.0,4.0872,1,leg_gt,0.17,60 -28975,buy_contrast_m10_bb_pos,buy,2026-05-13 14:45:00,406.0,4.0872,1,leg_gt,0.17,60 -28976,buy_contrast_m10_bb_pos,buy,2026-05-13 14:48:00,406.0,4.0872,1,leg_gt,0.16,60 -28977,buy_contrast_m10_bb_pos,buy,2026-05-13 20:30:00,410.0,-9.8561,0,leg_gt,5.79,60 -28978,buy_contrast_m10_bb_pos,buy,2026-05-13 20:33:00,411.0,-10.0757,0,leg_gt,5.79,60 -28979,buy_contrast_m10_bb_pos,buy,2026-05-13 20:36:00,411.0,-10.0757,0,leg_gt,5.79,60 -28980,buy_contrast_m10_bb_pos,buy,2026-05-13 20:39:00,411.0,-10.0757,0,leg_gt,5.78,60 -28981,buy_contrast_m10_bb_pos,buy,2026-05-13 20:42:00,412.0,-10.2942,0,leg_gt,5.78,60 -28982,buy_contrast_m10_bb_pos,buy,2026-05-13 20:45:00,412.0,-10.2942,0,leg_gt,5.78,60 -28983,buy_contrast_m10_bb_pos,buy,2026-05-13 20:48:00,411.0,-10.0757,0,leg_gt,5.78,60 -28984,buy_contrast_m10_bb_pos,buy,2026-05-13 20:51:00,408.0,-9.4137,0,leg_gt,5.78,60 -28985,buy_contrast_m10_bb_pos,buy,2026-05-13 20:54:00,407.0,-9.1909,0,leg_gt,5.77,60 -28986,buy_contrast_m10_bb_pos,buy,2026-05-13 20:57:00,407.0,-9.1909,0,leg_gt,5.77,60 -28987,buy_contrast_m10_bb_pos,buy,2026-05-13 21:00:00,408.0,-9.4137,0,leg_gt,5.77,60 -28988,buy_contrast_m10_bb_pos,buy,2026-05-13 21:03:00,408.0,-9.4137,0,leg_gt,5.77,60 -28989,buy_contrast_m10_bb_pos,buy,2026-05-13 21:06:00,409.0,-9.6355,0,leg_gt,5.76,60 -28990,buy_contrast_m10_bb_pos,buy,2026-05-13 21:09:00,409.0,-9.6355,0,leg_gt,5.76,60 -28991,buy_contrast_m10_bb_pos,buy,2026-05-13 21:12:00,408.0,-9.4137,0,leg_gt,5.76,60 -28992,buy_contrast_m10_bb_pos,buy,2026-05-13 21:15:00,408.0,-9.4137,0,leg_gt,5.76,60 -28993,buy_contrast_m10_bb_pos,buy,2026-05-13 21:18:00,408.0,-9.4137,0,leg_gt,5.76,60 -28994,buy_contrast_m10_bb_pos,buy,2026-05-13 21:21:00,407.0,-9.1909,0,leg_gt,5.75,60 -28995,buy_contrast_m10_bb_pos,buy,2026-05-13 21:24:00,405.0,-8.742,0,leg_gt,5.75,60 -28996,buy_contrast_m10_bb_pos,buy,2026-05-13 21:27:00,407.0,-9.1909,0,leg_gt,5.75,60 -28997,buy_contrast_m10_bb_pos,buy,2026-05-13 21:30:00,407.0,-9.1909,0,leg_gt,5.75,60 -28998,buy_contrast_m10_bb_pos,buy,2026-05-13 21:33:00,401.0,-7.8307,0,leg_gt,5.75,60 -28999,buy_contrast_m10_bb_pos,buy,2026-05-13 21:36:00,403.0,-8.2886,0,leg_gt,5.74,60 -29000,buy_contrast_m10_bb_pos,buy,2026-05-13 21:39:00,396.0,-6.6657,0,leg_gt,5.74,60 -29001,buy_contrast_m10_bb_pos,buy,2026-05-13 22:00:00,399.0,-7.3682,0,leg_gt,5.73,60 -29002,buy_contrast_m10_bb_pos,buy,2026-05-13 22:03:00,401.0,-7.8307,0,leg_gt,5.72,60 -29003,buy_contrast_m10_bb_pos,buy,2026-05-13 22:06:00,401.0,-7.8307,0,leg_gt,5.72,60 -29004,buy_contrast_m10_bb_pos,buy,2026-05-13 22:09:00,401.0,-7.8307,0,leg_gt,5.72,60 -29005,buy_contrast_m10_bb_pos,buy,2026-05-13 22:12:00,401.0,-7.8307,0,leg_gt,5.72,60 -29006,buy_contrast_m10_bb_pos,buy,2026-05-13 22:15:00,400.0,-7.6,0,leg_gt,5.72,60 -29007,buy_contrast_m10_bb_pos,buy,2026-05-13 22:18:00,402.0,-8.0602,0,leg_gt,5.71,60 -29008,buy_contrast_m10_bb_pos,buy,2026-05-13 22:30:00,398.0,-7.1352,0,leg_gt,5.71,60 -29009,buy_contrast_m10_bb_pos,buy,2026-05-13 22:33:00,398.0,-7.1352,0,leg_gt,5.7,60 -29010,buy_contrast_m10_bb_pos,buy,2026-05-13 22:36:00,396.0,-6.6657,0,leg_gt,5.7,60 -29011,buy_contrast_m10_bb_pos,buy,2026-05-13 22:39:00,396.0,-6.6657,0,leg_gt,5.7,60 -29012,buy_contrast_m10_bb_pos,buy,2026-05-13 22:42:00,397.0,-6.901,0,leg_gt,5.7,60 -29013,buy_contrast_m10_bb_pos,buy,2026-05-13 22:45:00,395.0,-6.4291,0,leg_gt,5.7,60 -29014,buy_contrast_m10_bb_pos,buy,2026-05-13 22:48:00,392.0,-5.7122,0,leg_gt,5.69,60 -29015,buy_contrast_m10_bb_pos,buy,2026-05-13 22:51:00,393.0,-5.9524,0,leg_gt,5.69,60 -29016,buy_contrast_m10_bb_pos,buy,2026-05-13 22:54:00,395.0,-6.4291,0,leg_gt,5.69,60 -29017,buy_contrast_m10_bb_pos,buy,2026-05-13 22:57:00,393.0,-5.9524,0,leg_gt,5.69,60 -29018,buy_contrast_m10_bb_pos,buy,2026-05-13 23:00:00,394.0,-6.1914,0,leg_gt,5.69,60 -29019,buy_contrast_m10_bb_pos,buy,2026-05-13 23:03:00,393.0,-5.9524,0,leg_gt,5.68,60 -29020,buy_contrast_m10_bb_pos,buy,2026-05-13 23:06:00,395.0,-6.4291,0,leg_gt,5.68,60 -29021,buy_contrast_m10_bb_pos,buy,2026-05-13 23:09:00,394.0,-6.1914,0,leg_gt,5.68,60 -29022,buy_contrast_m10_bb_pos,buy,2026-05-13 23:12:00,396.0,-6.6657,0,leg_gt,5.68,60 -29023,buy_contrast_m10_bb_pos,buy,2026-05-13 23:15:00,395.0,-6.4291,0,leg_gt,5.68,60 -29024,buy_contrast_m10_bb_pos,buy,2026-05-13 23:18:00,394.0,-6.1914,0,leg_gt,5.67,60 -29025,buy_contrast_m10_bb_pos,buy,2026-05-14 00:51:00,383.0,-3.4943,0,leg_gt,5.61,60 -29026,buy_contrast_m10_bb_pos,buy,2026-05-14 00:54:00,383.0,-3.4943,0,leg_gt,5.61,60 -29027,buy_contrast_m10_bb_pos,buy,2026-05-14 00:57:00,382.0,-3.2414,0,leg_gt,5.6,60 -29028,buy_contrast_m10_bb_pos,buy,2026-05-14 01:00:00,383.0,-3.4943,0,leg_gt,5.6,60 -29029,buy_contrast_m10_bb_pos,buy,2026-05-14 01:03:00,383.0,-3.4943,0,leg_gt,5.6,60 -29030,buy_contrast_m10_bb_pos,buy,2026-05-14 01:06:00,383.0,-3.4943,0,leg_gt,5.6,60 -29031,buy_contrast_m10_bb_pos,buy,2026-05-14 01:09:00,383.0,-3.4943,0,leg_gt,5.6,60 -29032,buy_contrast_m10_bb_pos,buy,2026-05-14 01:12:00,384.0,-3.7458,0,leg_gt,5.59,60 -29033,buy_contrast_m10_bb_pos,buy,2026-05-14 01:15:00,384.0,-3.7458,0,leg_gt,5.59,60 -29034,buy_contrast_m10_bb_pos,buy,2026-05-14 01:18:00,384.0,-3.7458,0,leg_gt,5.59,60 -29035,buy_contrast_m10_bb_pos,buy,2026-05-14 04:30:00,384.0,-3.7458,0,leg_gt,5.46,60 -29036,buy_contrast_m10_bb_pos,buy,2026-05-14 04:33:00,384.0,-3.7458,0,leg_gt,5.45,60 -29037,buy_contrast_m10_bb_pos,buy,2026-05-14 04:36:00,383.0,-3.4943,0,leg_gt,5.45,60 -29038,buy_contrast_m10_bb_pos,buy,2026-05-14 04:39:00,384.0,-3.7458,0,leg_gt,5.45,60 -29039,buy_contrast_m10_bb_pos,buy,2026-05-14 12:00:00,385.0,-3.9961,0,leg_gt,5.14,60 -29040,buy_contrast_m10_bb_pos,buy,2026-05-14 12:03:00,386.0,-4.2451,0,leg_gt,5.14,60 -29041,buy_contrast_m10_bb_pos,buy,2026-05-14 12:06:00,385.0,-3.9961,0,leg_gt,5.14,60 -29042,buy_contrast_m10_bb_pos,buy,2026-05-14 12:09:00,383.0,-3.4943,0,leg_gt,5.14,60 -29043,buy_contrast_m10_bb_pos,buy,2026-05-14 12:30:00,383.0,-3.4943,0,leg_gt,5.12,60 -29044,buy_contrast_m10_bb_pos,buy,2026-05-14 12:33:00,383.0,-3.4943,0,leg_gt,5.12,60 -29045,buy_contrast_m10_bb_pos,buy,2026-05-14 12:36:00,382.0,-3.2414,0,leg_gt,5.12,60 -29046,buy_contrast_m10_bb_pos,buy,2026-05-14 12:39:00,380.0,-2.7316,0,leg_gt,5.12,60 -29047,buy_contrast_m10_bb_pos,buy,2026-05-14 13:00:00,379.0,-2.4747,0,leg_gt,5.1,60 -29048,buy_contrast_m10_bb_pos,buy,2026-05-14 13:03:00,379.0,-2.4747,0,leg_gt,5.1,60 -29049,buy_contrast_m10_bb_pos,buy,2026-05-14 13:06:00,380.0,-2.7316,0,leg_gt,5.1,60 -29050,buy_contrast_m10_bb_pos,buy,2026-05-14 13:09:00,381.0,-2.9871,0,leg_gt,5.1,60 -29051,buy_contrast_m10_bb_pos,buy,2026-05-14 13:12:00,379.0,-2.4747,0,leg_gt,5.09,60 -29052,buy_contrast_m10_bb_pos,buy,2026-05-14 13:15:00,380.0,-2.7316,0,leg_gt,5.09,60 -29053,buy_contrast_m10_bb_pos,buy,2026-05-14 13:18:00,380.0,-2.7316,0,leg_gt,5.09,60 -29054,buy_contrast_m10_bb_pos,buy,2026-05-14 17:12:00,381.0,-2.9871,0,leg_gt,4.93,60 -29055,buy_contrast_m10_bb_pos,buy,2026-05-14 17:15:00,381.0,-2.9871,0,leg_gt,4.92,60 -29056,buy_contrast_m10_bb_pos,buy,2026-05-14 17:18:00,381.0,-2.9871,0,leg_gt,4.92,60 -29057,buy_contrast_m10_bb_pos,buy,2026-05-14 20:42:00,379.0,-2.4747,0,leg_gt,4.78,60 -29058,buy_contrast_m10_bb_pos,buy,2026-05-14 20:45:00,379.0,-2.4747,0,leg_gt,4.78,60 -29059,buy_contrast_m10_bb_pos,buy,2026-05-14 20:48:00,380.0,-2.7316,0,leg_gt,4.78,60 -29060,buy_contrast_m10_bb_pos,buy,2026-05-15 08:00:00,391.0,-5.4708,0,leg_gt,4.31,60 -29061,buy_contrast_m10_bb_pos,buy,2026-05-15 08:03:00,390.0,-5.2282,0,leg_gt,4.31,60 -29062,buy_contrast_m10_bb_pos,buy,2026-05-15 08:06:00,390.0,-5.2282,0,leg_gt,4.31,60 -29063,buy_contrast_m10_bb_pos,buy,2026-05-15 08:09:00,389.0,-4.9843,0,leg_gt,4.3,60 -29064,buy_contrast_m10_bb_pos,buy,2026-05-15 08:30:00,390.0,-5.2282,0,leg_gt,4.29,60 -29065,buy_contrast_m10_bb_pos,buy,2026-05-15 08:36:00,390.0,-5.2282,0,leg_gt,4.29,60 -29066,buy_contrast_m10_bb_pos,buy,2026-05-15 08:39:00,389.0,-4.9843,0,leg_gt,4.28,60 -29067,buy_contrast_m10_bb_pos,buy,2026-05-15 11:00:00,386.0,-4.2451,0,leg_gt,4.19,60 -29068,buy_contrast_m10_bb_pos,buy,2026-05-15 11:03:00,386.0,-4.2451,0,leg_gt,4.18,60 -29069,buy_contrast_m10_bb_pos,buy,2026-05-15 11:06:00,387.0,-4.4928,0,leg_gt,4.18,60 -29070,buy_contrast_m10_bb_pos,buy,2026-05-15 11:09:00,387.0,-4.4928,0,leg_gt,4.18,60 -29071,buy_contrast_m10_bb_pos,buy,2026-05-15 11:30:00,385.0,-3.9961,0,leg_gt,4.16,60 -29072,buy_contrast_m10_bb_pos,buy,2026-05-15 11:33:00,383.0,-3.4943,0,leg_gt,4.16,60 -29073,buy_contrast_m10_bb_pos,buy,2026-05-15 11:36:00,384.0,-3.7458,0,leg_gt,4.16,60 -29074,buy_contrast_m10_bb_pos,buy,2026-05-15 11:39:00,386.0,-4.2451,0,leg_gt,4.16,60 -29075,buy_contrast_m10_bb_pos,buy,2026-05-15 11:42:00,386.0,-4.2451,0,leg_gt,4.16,60 -29076,buy_contrast_m10_bb_pos,buy,2026-05-15 11:45:00,387.0,-4.4928,0,leg_gt,4.15,60 -29077,buy_contrast_m10_bb_pos,buy,2026-05-15 11:48:00,386.0,-4.2451,0,leg_gt,4.15,60 -29078,buy_contrast_m10_bb_pos,buy,2026-05-15 13:51:00,383.0,-3.4943,0,leg_gt,4.07,60 -29079,buy_contrast_m10_bb_pos,buy,2026-05-15 13:54:00,382.0,-3.2414,0,leg_gt,4.06,60 -29080,buy_contrast_m10_bb_pos,buy,2026-05-15 13:57:00,382.0,-3.2414,0,leg_gt,4.06,60 -29081,buy_contrast_m10_bb_pos,buy,2026-05-15 14:21:00,381.0,-2.9871,0,leg_gt,4.05,60 -29082,buy_contrast_m10_bb_pos,buy,2026-05-15 14:24:00,381.0,-2.9871,0,leg_gt,4.04,60 -29083,buy_contrast_m10_bb_pos,buy,2026-05-15 14:27:00,380.0,-2.7316,0,leg_gt,4.04,60 -29084,buy_contrast_m10_bb_pos,buy,2026-05-15 14:30:00,380.0,-2.7316,0,leg_gt,4.04,60 -29085,buy_contrast_m10_bb_pos,buy,2026-05-15 14:33:00,376.0,-1.6957,0,leg_gt,4.04,60 -29086,buy_contrast_m10_bb_pos,buy,2026-05-15 14:36:00,375.0,-1.4333,0,leg_gt,4.04,60 -29087,buy_contrast_m10_bb_pos,buy,2026-05-15 14:39:00,373.0,-0.9043,0,leg_gt,4.03,60 -29088,buy_contrast_m10_bb_pos,buy,2026-05-15 15:12:00,373.0,-0.9043,0,leg_gt,4.01,60 -29089,buy_contrast_m10_bb_pos,buy,2026-05-15 15:15:00,374.0,-1.1695,0,leg_gt,4.01,60 -29090,buy_contrast_m10_bb_pos,buy,2026-05-15 15:18:00,374.0,-1.1695,0,leg_gt,4.01,60 -29091,buy_contrast_m10_bb_pos,buy,2026-05-15 15:21:00,373.0,-0.9043,0,leg_gt,4.0,60 -29092,buy_contrast_m10_bb_pos,buy,2026-05-15 15:24:00,373.0,-0.9043,0,leg_gt,4.0,60 -29093,buy_contrast_m10_bb_pos,buy,2026-05-15 15:27:00,374.0,-1.1695,0,leg_gt,4.0,60 -29094,buy_contrast_m10_bb_pos,buy,2026-05-15 19:21:00,373.0,-0.9043,0,leg_gt,3.84,60 -29095,buy_contrast_m10_bb_pos,buy,2026-05-15 19:24:00,373.0,-0.9043,0,leg_gt,3.84,60 -29096,buy_contrast_m10_bb_pos,buy,2026-05-15 19:27:00,374.0,-1.1695,0,leg_gt,3.83,60 -29097,buy_contrast_m10_bb_pos,buy,2026-05-15 21:51:00,374.0,-1.1695,0,leg_gt,3.73,60 -29098,buy_contrast_m10_bb_pos,buy,2026-05-15 21:54:00,374.0,-1.1695,0,leg_gt,3.73,60 -29099,buy_contrast_m10_bb_pos,buy,2026-05-15 21:57:00,373.0,-0.9043,0,leg_gt,3.73,60 -29100,buy_contrast_m10_bb_pos,buy,2026-05-15 22:00:00,373.0,-0.9043,0,leg_gt,3.73,60 -29101,buy_contrast_m10_bb_pos,buy,2026-05-15 22:03:00,371.0,-0.3695,0,leg_gt,3.72,60 -29102,buy_contrast_m10_bb_pos,buy,2026-05-15 22:06:00,372.0,-0.6376,0,leg_gt,3.72,60 -29103,buy_contrast_m10_bb_pos,buy,2026-05-15 22:09:00,371.0,-0.3695,0,leg_gt,3.72,60 -29104,buy_contrast_m10_bb_pos,buy,2026-05-15 22:21:00,373.0,-0.9043,0,leg_gt,3.71,60 -29105,buy_contrast_m10_bb_pos,buy,2026-05-15 22:24:00,374.0,-1.1695,0,leg_gt,3.71,60 -29106,buy_contrast_m10_bb_pos,buy,2026-05-15 22:27:00,372.0,-0.6376,0,leg_gt,3.71,60 -29107,buy_contrast_m10_bb_pos,buy,2026-05-15 22:30:00,372.0,-0.6376,0,leg_gt,3.71,60 -29108,buy_contrast_m10_bb_pos,buy,2026-05-15 22:33:00,368.0,0.4435,1,leg_gt,3.7,60 -29109,buy_contrast_m10_bb_pos,buy,2026-05-15 22:36:00,368.0,0.4435,1,leg_gt,3.7,60 -29110,buy_contrast_m10_bb_pos,buy,2026-05-15 22:39:00,365.0,1.2699,1,leg_gt,3.7,60 -29111,buy_contrast_m10_bb_pos,buy,2026-05-15 23:21:00,362.0,2.1099,1,leg_gt,3.67,60 -29112,buy_contrast_m10_bb_pos,buy,2026-05-15 23:24:00,362.0,2.1099,1,leg_gt,3.67,60 -29113,buy_contrast_m10_bb_pos,buy,2026-05-15 23:27:00,360.0,2.6778,1,leg_gt,3.67,60 -29114,buy_contrast_m10_bb_pos,buy,2026-05-15 23:30:00,360.0,2.6778,1,leg_gt,3.66,60 -29115,buy_contrast_m10_bb_pos,buy,2026-05-15 23:33:00,359.0,2.9641,1,leg_gt,3.66,60 -29116,buy_contrast_m10_bb_pos,buy,2026-05-15 23:36:00,360.0,2.6778,1,leg_gt,3.66,60 -29117,buy_contrast_m10_bb_pos,buy,2026-05-15 23:39:00,360.0,2.6778,1,leg_gt,3.66,60 -29118,buy_contrast_m10_bb_pos,buy,2026-05-15 23:42:00,360.0,2.6778,1,leg_gt,3.66,60 -29119,buy_contrast_m10_bb_pos,buy,2026-05-15 23:45:00,360.0,2.6778,1,leg_gt,3.65,60 -29120,buy_contrast_m10_bb_pos,buy,2026-05-15 23:48:00,359.0,2.9641,1,leg_gt,3.65,60 -29121,buy_contrast_m10_bb_pos,buy,2026-05-15 23:51:00,358.0,3.252,1,leg_gt,3.65,60 -29122,buy_contrast_m10_bb_pos,buy,2026-05-15 23:54:00,359.0,2.9641,1,leg_gt,3.65,60 -29123,buy_contrast_m10_bb_pos,buy,2026-05-15 23:57:00,360.0,2.6778,1,leg_gt,3.65,60 -29124,buy_contrast_m10_bb_pos,buy,2026-05-16 00:00:00,359.0,2.9641,1,leg_gt,3.64,60 -29125,buy_contrast_m10_bb_pos,buy,2026-05-16 00:03:00,359.0,2.9641,1,leg_gt,3.64,60 -29126,buy_contrast_m10_bb_pos,buy,2026-05-16 00:06:00,359.0,2.9641,1,leg_gt,3.64,60 -29127,buy_contrast_m10_bb_pos,buy,2026-05-16 00:09:00,359.0,2.9641,1,leg_gt,3.64,60 -29128,buy_contrast_m10_bb_pos,buy,2026-05-16 04:51:00,365.0,1.2699,1,leg_gt,3.44,60 -29129,buy_contrast_m10_bb_pos,buy,2026-05-16 04:54:00,366.0,0.9929,1,leg_gt,3.44,60 -29130,buy_contrast_m10_bb_pos,buy,2026-05-16 04:57:00,366.0,0.9929,1,leg_gt,3.44,60 -29131,buy_contrast_m10_bb_pos,buy,2026-05-16 05:12:00,365.0,1.2699,1,leg_gt,3.43,60 -29132,buy_contrast_m10_bb_pos,buy,2026-05-16 05:15:00,365.0,1.2699,1,leg_gt,3.42,60 -29133,buy_contrast_m10_bb_pos,buy,2026-05-16 05:18:00,365.0,1.2699,1,leg_gt,3.42,60 -29134,buy_contrast_m10_bb_pos,buy,2026-05-16 05:21:00,365.0,1.2699,1,leg_gt,3.42,60 -29135,buy_contrast_m10_bb_pos,buy,2026-05-16 05:24:00,364.0,1.5484,1,leg_gt,3.42,60 -29136,buy_contrast_m10_bb_pos,buy,2026-05-16 05:27:00,365.0,1.2699,1,leg_gt,3.42,60 -29137,buy_contrast_m10_bb_pos,buy,2026-05-16 05:30:00,365.0,1.2699,1,leg_gt,3.41,60 -29138,buy_contrast_m10_bb_pos,buy,2026-05-16 05:33:00,365.0,1.2699,1,leg_gt,3.41,60 -29139,buy_contrast_m10_bb_pos,buy,2026-05-16 05:36:00,365.0,1.2699,1,leg_gt,3.41,60 -29140,buy_contrast_m10_bb_pos,buy,2026-05-16 05:39:00,365.0,1.2699,1,leg_gt,3.41,60 -29141,buy_contrast_m10_bb_pos,buy,2026-05-16 06:00:00,364.0,1.5484,1,leg_gt,3.39,60 -29142,buy_contrast_m10_bb_pos,buy,2026-05-16 06:03:00,364.0,1.5484,1,leg_gt,3.39,60 -29143,buy_contrast_m10_bb_pos,buy,2026-05-16 06:06:00,364.0,1.5484,1,leg_gt,3.39,60 -29144,buy_contrast_m10_bb_pos,buy,2026-05-16 06:09:00,365.0,1.2699,1,leg_gt,3.39,60 -29145,buy_contrast_m10_bb_pos,buy,2026-05-16 06:42:00,364.0,1.5484,1,leg_gt,3.36,60 -29146,buy_contrast_m10_bb_pos,buy,2026-05-16 06:45:00,364.0,1.5484,1,leg_gt,3.36,60 -29147,buy_contrast_m10_bb_pos,buy,2026-05-16 06:48:00,364.0,1.5484,1,leg_gt,3.36,60 -29148,buy_contrast_m10_bb_pos,buy,2026-05-16 14:12:00,364.0,1.5484,1,leg_gt,3.05,60 -29149,buy_contrast_m10_bb_pos,buy,2026-05-16 14:15:00,365.0,1.2699,1,leg_gt,3.05,60 -29150,buy_contrast_m10_bb_pos,buy,2026-05-16 14:18:00,364.0,1.5484,1,leg_gt,3.05,60 -29151,buy_contrast_m10_bb_pos,buy,2026-05-16 15:00:00,364.0,1.5484,1,leg_gt,3.02,60 -29152,buy_contrast_m10_bb_pos,buy,2026-05-16 15:03:00,364.0,1.5484,1,leg_gt,3.02,60 -29153,buy_contrast_m10_bb_pos,buy,2026-05-16 15:06:00,365.0,1.2699,1,leg_gt,3.01,60 -29154,buy_contrast_m10_bb_pos,buy,2026-05-16 15:09:00,363.0,1.8284,1,leg_gt,3.01,60 -29155,buy_contrast_m10_bb_pos,buy,2026-05-16 15:12:00,363.0,1.8284,1,leg_gt,3.01,60 -29156,buy_contrast_m10_bb_pos,buy,2026-05-16 15:15:00,362.0,2.1099,1,leg_gt,3.01,60 -29157,buy_contrast_m10_bb_pos,buy,2026-05-16 15:18:00,362.0,2.1099,1,leg_gt,3.01,60 -29158,buy_contrast_m10_bb_pos,buy,2026-05-16 15:42:00,361.0,2.3931,1,leg_gt,2.99,60 -29159,buy_contrast_m10_bb_pos,buy,2026-05-16 15:45:00,361.0,2.3931,1,leg_gt,2.99,60 -29160,buy_contrast_m10_bb_pos,buy,2026-05-16 15:48:00,360.0,2.6778,1,leg_gt,2.99,60 -29161,buy_contrast_m10_bb_pos,buy,2026-05-16 16:00:00,360.0,2.6778,1,leg_gt,2.98,60 -29162,buy_contrast_m10_bb_pos,buy,2026-05-16 16:03:00,360.0,2.6778,1,leg_gt,2.98,60 -29163,buy_contrast_m10_bb_pos,buy,2026-05-16 16:06:00,360.0,2.6778,1,leg_gt,2.97,60 -29164,buy_contrast_m10_bb_pos,buy,2026-05-16 16:09:00,360.0,2.6778,1,leg_gt,2.97,60 -29165,buy_contrast_m10_bb_pos,buy,2026-05-16 16:12:00,359.0,2.9641,1,leg_gt,2.97,60 -29166,buy_contrast_m10_bb_pos,buy,2026-05-16 16:15:00,357.0,3.5415,1,leg_gt,2.97,60 -29167,buy_contrast_m10_bb_pos,buy,2026-05-16 16:18:00,356.0,3.8326,1,leg_gt,2.96,60 -29168,buy_contrast_m10_bb_pos,buy,2026-05-16 18:42:00,355.0,4.1254,1,leg_gt,2.86,60 -29169,buy_contrast_m10_bb_pos,buy,2026-05-16 18:45:00,356.0,3.8326,1,leg_gt,2.86,60 -29170,buy_contrast_m10_bb_pos,buy,2026-05-16 18:48:00,355.0,4.1254,1,leg_gt,2.86,60 -29171,buy_contrast_m10_bb_pos,buy,2026-05-16 18:51:00,355.0,4.1254,1,leg_gt,2.86,60 -29172,buy_contrast_m10_bb_pos,buy,2026-05-16 18:54:00,355.0,4.1254,1,leg_gt,2.86,60 -29173,buy_contrast_m10_bb_pos,buy,2026-05-16 18:57:00,355.0,4.1254,1,leg_gt,2.85,60 -29174,buy_contrast_m10_bb_pos,buy,2026-05-16 19:00:00,354.0,4.4198,1,leg_gt,2.85,60 -29175,buy_contrast_m10_bb_pos,buy,2026-05-16 19:03:00,353.0,4.7159,1,leg_gt,2.85,60 -29176,buy_contrast_m10_bb_pos,buy,2026-05-16 19:06:00,353.0,4.7159,1,leg_gt,2.85,60 -29177,buy_contrast_m10_bb_pos,buy,2026-05-16 19:09:00,352.0,5.0136,1,leg_gt,2.85,60 -29178,buy_contrast_m10_bb_pos,buy,2026-05-16 19:21:00,353.0,4.7159,1,leg_gt,2.84,60 -29179,buy_contrast_m10_bb_pos,buy,2026-05-16 19:24:00,352.0,5.0136,1,leg_gt,2.84,60 -29180,buy_contrast_m10_bb_pos,buy,2026-05-16 19:27:00,352.0,5.0136,1,leg_gt,2.83,60 -29181,buy_contrast_m10_bb_pos,buy,2026-05-17 04:21:00,359.0,2.9641,1,leg_gt,2.46,60 -29182,buy_contrast_m10_bb_pos,buy,2026-05-17 04:24:00,359.0,2.9641,1,leg_gt,2.46,60 -29183,buy_contrast_m10_bb_pos,buy,2026-05-17 04:27:00,359.0,2.9641,1,leg_gt,2.46,60 -29184,buy_contrast_m10_bb_pos,buy,2026-05-17 04:30:00,359.0,2.9641,1,leg_gt,2.46,60 -29185,buy_contrast_m10_bb_pos,buy,2026-05-17 04:33:00,359.0,2.9641,1,leg_gt,2.45,60 -29186,buy_contrast_m10_bb_pos,buy,2026-05-17 04:36:00,359.0,2.9641,1,leg_gt,2.45,60 -29187,buy_contrast_m10_bb_pos,buy,2026-05-17 04:39:00,360.0,2.6778,1,leg_gt,2.45,60 -29188,buy_contrast_m10_bb_pos,buy,2026-05-17 05:27:00,359.0,2.9641,1,leg_gt,2.42,60 -29189,buy_contrast_m10_bb_pos,buy,2026-05-17 05:30:00,359.0,2.9641,1,leg_gt,2.41,60 -29190,buy_contrast_m10_bb_pos,buy,2026-05-17 05:33:00,360.0,2.6778,1,leg_gt,2.41,60 -29191,buy_contrast_m10_bb_pos,buy,2026-05-17 05:39:00,360.0,2.6778,1,leg_gt,2.41,60 -29192,buy_contrast_m10_bb_pos,buy,2026-05-17 08:12:00,358.0,3.252,1,leg_gt,2.3,60 -29193,buy_contrast_m10_bb_pos,buy,2026-05-17 08:15:00,358.0,3.252,1,leg_gt,2.3,60 -29194,buy_contrast_m10_bb_pos,buy,2026-05-17 08:18:00,359.0,2.9641,1,leg_gt,2.3,60 -29195,buy_contrast_m10_bb_pos,buy,2026-05-17 08:42:00,358.0,3.252,1,leg_gt,2.28,60 -29196,buy_contrast_m10_bb_pos,buy,2026-05-17 08:45:00,359.0,2.9641,1,leg_gt,2.28,60 -29197,buy_contrast_m10_bb_pos,buy,2026-05-17 08:48:00,359.0,2.9641,1,leg_gt,2.28,60 -29198,buy_contrast_m10_bb_pos,buy,2026-05-17 09:00:00,358.0,3.252,1,leg_gt,2.27,60 -29199,buy_contrast_m10_bb_pos,buy,2026-05-17 09:03:00,360.0,2.6778,1,leg_gt,2.27,60 -29200,buy_contrast_m10_bb_pos,buy,2026-05-17 09:06:00,359.0,2.9641,1,leg_gt,2.26,60 -29201,buy_contrast_m10_bb_pos,buy,2026-05-17 09:09:00,359.0,2.9641,1,leg_gt,2.26,60 -29202,buy_contrast_m10_bb_pos,buy,2026-05-17 10:42:00,356.0,3.8326,1,leg_gt,2.2,60 -29203,buy_contrast_m10_bb_pos,buy,2026-05-17 10:45:00,356.0,3.8326,1,leg_gt,2.2,60 -29204,buy_contrast_m10_bb_pos,buy,2026-05-17 10:48:00,357.0,3.5415,1,leg_gt,2.19,60 -29205,buy_contrast_m10_bb_pos,buy,2026-05-17 17:21:00,362.0,2.1099,1,leg_gt,1.92,60 -29206,buy_contrast_m10_bb_pos,buy,2026-05-17 17:24:00,362.0,2.1099,1,leg_gt,1.92,60 -29207,buy_contrast_m10_bb_pos,buy,2026-05-17 17:27:00,362.0,2.1099,1,leg_gt,1.92,60 -29208,buy_contrast_m10_bb_pos,buy,2026-05-17 17:30:00,362.0,2.1099,1,leg_gt,1.91,60 -29209,buy_contrast_m10_bb_pos,buy,2026-05-17 17:33:00,362.0,2.1099,1,leg_gt,1.91,60 -29210,buy_contrast_m10_bb_pos,buy,2026-05-17 17:36:00,363.0,1.8284,1,leg_gt,1.91,60 -29211,buy_contrast_m10_bb_pos,buy,2026-05-17 17:39:00,363.0,1.8284,1,leg_gt,1.91,60 -29212,buy_contrast_m10_bb_pos,buy,2026-05-17 20:21:00,362.0,2.1099,1,leg_gt,1.8,60 -29213,buy_contrast_m10_bb_pos,buy,2026-05-17 20:24:00,362.0,2.1099,1,leg_gt,1.79,60 -29214,buy_contrast_m10_bb_pos,buy,2026-05-17 20:27:00,362.0,2.1099,1,leg_gt,1.79,60 -29215,buy_contrast_m10_bb_pos,buy,2026-05-18 00:00:00,360.0,2.6778,1,leg_gt,1.64,60 -29216,buy_contrast_m10_bb_pos,buy,2026-05-18 00:03:00,361.0,2.3931,1,leg_gt,1.64,60 -29217,buy_contrast_m10_bb_pos,buy,2026-05-18 00:06:00,361.0,2.3931,1,leg_gt,1.64,60 -29218,buy_contrast_m10_bb_pos,buy,2026-05-18 00:09:00,360.0,2.6778,1,leg_gt,1.64,60 -29219,buy_contrast_m10_bb_pos,buy,2026-05-18 01:51:00,359.0,2.9641,1,leg_gt,1.57,60 -29220,buy_contrast_m10_bb_pos,buy,2026-05-18 01:54:00,359.0,2.9641,1,leg_gt,1.56,60 -29221,buy_contrast_m10_bb_pos,buy,2026-05-18 01:57:00,358.0,3.252,1,leg_gt,1.56,60 -29222,buy_contrast_m10_bb_pos,buy,2026-05-18 02:30:00,358.0,3.252,1,leg_gt,1.54,60 -29223,buy_contrast_m10_bb_pos,buy,2026-05-18 02:33:00,358.0,3.252,1,leg_gt,1.54,60 -29224,buy_contrast_m10_bb_pos,buy,2026-05-18 02:36:00,358.0,3.252,1,leg_gt,1.54,60 -29225,buy_contrast_m10_bb_pos,buy,2026-05-18 02:39:00,358.0,3.252,1,leg_gt,1.53,60 -29226,buy_contrast_m10_bb_pos,buy,2026-05-18 02:42:00,358.0,3.252,1,leg_gt,1.53,60 -29227,buy_contrast_m10_bb_pos,buy,2026-05-18 02:45:00,358.0,3.252,1,leg_gt,1.53,60 -29228,buy_contrast_m10_bb_pos,buy,2026-05-18 02:48:00,359.0,2.9641,1,leg_gt,1.53,60 -29229,buy_contrast_m10_bb_pos,buy,2026-05-18 02:51:00,357.0,3.5415,1,leg_gt,1.52,60 -29230,buy_contrast_m10_bb_pos,buy,2026-05-18 02:54:00,359.0,2.9641,1,leg_gt,1.52,60 -29231,buy_contrast_m10_bb_pos,buy,2026-05-18 02:57:00,358.0,3.252,1,leg_gt,1.52,60 -29232,buy_contrast_m10_bb_pos,buy,2026-05-18 03:51:00,357.0,3.5415,1,leg_gt,1.48,60 -29233,buy_contrast_m10_bb_pos,buy,2026-05-18 03:57:00,359.0,2.9641,1,leg_gt,1.48,60 -29234,buy_contrast_m10_bb_pos,buy,2026-05-18 07:30:00,358.0,3.252,1,leg_gt,1.33,60 -29235,buy_contrast_m10_bb_pos,buy,2026-05-18 07:33:00,358.0,3.252,1,leg_gt,1.33,60 -29236,buy_contrast_m10_bb_pos,buy,2026-05-18 07:36:00,359.0,2.9641,1,leg_gt,1.33,60 -29237,buy_contrast_m10_bb_pos,buy,2026-05-18 07:39:00,359.0,2.9641,1,leg_gt,1.32,60 -29238,buy_contrast_m10_bb_pos,buy,2026-05-18 07:51:00,357.0,3.5415,1,leg_gt,1.32,60 -29239,buy_contrast_m10_bb_pos,buy,2026-05-18 07:54:00,357.0,3.5415,1,leg_gt,1.31,60 -29240,buy_contrast_m10_bb_pos,buy,2026-05-18 07:57:00,357.0,3.5415,1,leg_gt,1.31,60 -29241,buy_contrast_m10_bb_pos,buy,2026-05-18 08:00:00,358.0,3.252,1,leg_gt,1.31,60 -29242,buy_contrast_m10_bb_pos,buy,2026-05-18 08:03:00,358.0,3.252,1,leg_gt,1.31,60 -29243,buy_contrast_m10_bb_pos,buy,2026-05-18 08:06:00,356.0,3.8326,1,leg_gt,1.31,60 -29244,buy_contrast_m10_bb_pos,buy,2026-05-18 08:09:00,356.0,3.8326,1,leg_gt,1.3,60 -29245,buy_contrast_m10_bb_pos,buy,2026-05-18 09:00:00,352.0,5.0136,1,leg_gt,1.27,60 -29246,buy_contrast_m10_bb_pos,buy,2026-05-18 09:03:00,350.0,5.6143,1,leg_gt,1.27,60 -29247,buy_contrast_m10_bb_pos,buy,2026-05-18 09:06:00,349.0,5.9172,1,leg_gt,1.26,60 -29248,buy_contrast_m10_bb_pos,buy,2026-05-18 09:09:00,349.0,5.9172,1,leg_gt,1.26,60 -29249,buy_contrast_m10_bb_pos,buy,2026-05-18 09:21:00,349.0,5.9172,1,leg_gt,1.25,60 -29250,buy_contrast_m10_bb_pos,buy,2026-05-18 09:24:00,350.0,5.6143,1,leg_gt,1.25,60 -29251,buy_contrast_m10_bb_pos,buy,2026-05-18 09:27:00,349.0,5.9172,1,leg_gt,1.25,60 -29252,buy_contrast_m10_bb_pos,buy,2026-05-18 09:30:00,349.0,5.9172,1,leg_gt,1.25,60 -29253,buy_contrast_m10_bb_pos,buy,2026-05-18 09:33:00,349.0,5.9172,1,leg_gt,1.25,60 -29254,buy_contrast_m10_bb_pos,buy,2026-05-18 09:36:00,349.0,5.9172,1,leg_gt,1.24,60 -29255,buy_contrast_m10_bb_pos,buy,2026-05-18 09:39:00,349.0,5.9172,1,leg_gt,1.24,60 -29256,buy_contrast_m10_bb_pos,buy,2026-05-18 14:42:00,350.0,5.6143,1,leg_gt,1.03,60 -29257,buy_contrast_m10_bb_pos,buy,2026-05-18 14:45:00,350.0,5.6143,1,leg_gt,1.03,60 -29258,buy_contrast_m10_bb_pos,buy,2026-05-18 14:48:00,351.0,5.3131,1,leg_gt,1.03,60 -29259,buy_contrast_m10_bb_pos,buy,2026-05-18 15:42:00,349.0,5.9172,1,leg_gt,0.99,60 -29260,buy_contrast_m10_bb_pos,buy,2026-05-18 15:45:00,349.0,5.9172,1,leg_gt,0.99,60 -29261,buy_contrast_m10_bb_pos,buy,2026-05-18 15:48:00,350.0,5.6143,1,leg_gt,0.99,60 -29262,buy_contrast_m10_bb_pos,buy,2026-05-18 16:12:00,348.0,6.2218,1,leg_gt,0.97,60 -29263,buy_contrast_m10_bb_pos,buy,2026-05-18 16:15:00,348.0,6.2218,1,leg_gt,0.97,60 -29264,buy_contrast_m10_bb_pos,buy,2026-05-18 16:18:00,346.0,6.8364,1,leg_gt,0.96,60 -29265,buy_contrast_m10_bb_pos,buy,2026-05-18 16:51:00,346.0,6.8364,1,leg_gt,0.94,60 -29266,buy_contrast_m10_bb_pos,buy,2026-05-18 16:54:00,348.0,6.2218,1,leg_gt,0.94,60 -29267,buy_contrast_m10_bb_pos,buy,2026-05-18 16:57:00,348.0,6.2218,1,leg_gt,0.94,60 -29268,buy_contrast_m10_bb_pos,buy,2026-05-18 18:12:00,346.0,6.8364,1,leg_gt,0.89,60 -29269,buy_contrast_m10_bb_pos,buy,2026-05-18 18:15:00,346.0,6.8364,1,leg_gt,0.88,60 -29270,buy_contrast_m10_bb_pos,buy,2026-05-18 18:18:00,346.0,6.8364,1,leg_gt,0.88,60 -29271,buy_contrast_m10_bb_pos,buy,2026-05-18 18:21:00,347.0,6.5282,1,leg_gt,0.88,60 -29272,buy_contrast_m10_bb_pos,buy,2026-05-18 18:24:00,347.0,6.5282,1,leg_gt,0.88,60 -29273,buy_contrast_m10_bb_pos,buy,2026-05-18 18:27:00,345.0,7.1464,1,leg_gt,0.88,60 -29274,buy_contrast_m10_bb_pos,buy,2026-05-18 18:30:00,346.0,6.8364,1,leg_gt,0.87,60 -29275,buy_contrast_m10_bb_pos,buy,2026-05-18 18:33:00,346.0,6.8364,1,leg_gt,0.87,60 -29276,buy_contrast_m10_bb_pos,buy,2026-05-18 18:36:00,346.0,6.8364,1,leg_gt,0.87,60 -29277,buy_contrast_m10_bb_pos,buy,2026-05-18 18:39:00,347.0,6.5282,1,leg_gt,0.87,60 -29278,buy_contrast_m10_bb_pos,buy,2026-05-18 19:00:00,345.0,7.1464,1,leg_gt,0.85,60 -29279,buy_contrast_m10_bb_pos,buy,2026-05-18 19:03:00,344.0,7.4581,1,leg_gt,0.85,60 -29280,buy_contrast_m10_bb_pos,buy,2026-05-18 19:06:00,344.0,7.4581,1,leg_gt,0.85,60 -29281,buy_contrast_m10_bb_pos,buy,2026-05-18 19:09:00,345.0,7.1464,1,leg_gt,0.85,60 -29282,buy_contrast_m10_bb_pos,buy,2026-05-18 19:12:00,344.0,7.4581,1,leg_gt,0.84,60 -29283,buy_contrast_m10_bb_pos,buy,2026-05-18 19:15:00,344.0,7.4581,1,leg_gt,0.84,60 -29284,buy_contrast_m10_bb_pos,buy,2026-05-18 19:18:00,343.0,7.7717,1,leg_gt,0.84,60 -29285,buy_contrast_m10_bb_pos,buy,2026-05-18 19:30:00,344.0,7.4581,1,leg_gt,0.83,60 -29286,buy_contrast_m10_bb_pos,buy,2026-05-18 19:33:00,344.0,7.4581,1,leg_gt,0.83,60 -29287,buy_contrast_m10_bb_pos,buy,2026-05-18 19:36:00,343.0,7.7717,1,leg_gt,0.83,60 -29288,buy_contrast_m10_bb_pos,buy,2026-05-18 19:39:00,345.0,7.1464,1,leg_gt,0.82,60 -29289,buy_contrast_m10_bb_pos,buy,2026-05-18 19:42:00,345.0,7.1464,1,leg_gt,0.82,60 -29290,buy_contrast_m10_bb_pos,buy,2026-05-18 19:45:00,345.0,7.1464,1,leg_gt,0.82,60 -29291,buy_contrast_m10_bb_pos,buy,2026-05-18 19:48:00,345.0,7.1464,1,leg_gt,0.82,60 -29292,buy_contrast_m10_bb_pos,buy,2026-05-18 23:30:00,346.0,6.8364,1,leg_gt,0.66,60 -29293,buy_contrast_m10_bb_pos,buy,2026-05-18 23:33:00,345.0,7.1464,1,leg_gt,0.66,60 -29294,buy_contrast_m10_bb_pos,buy,2026-05-18 23:36:00,345.0,7.1464,1,leg_gt,0.66,60 -29295,buy_contrast_m10_bb_pos,buy,2026-05-18 23:39:00,347.0,6.5282,1,leg_gt,0.66,60 -29296,buy_contrast_m10_bb_pos,buy,2026-05-18 23:42:00,347.0,6.5282,1,leg_gt,0.66,60 -29297,buy_contrast_m10_bb_pos,buy,2026-05-18 23:45:00,346.0,6.8364,1,leg_gt,0.65,60 -29298,buy_contrast_m10_bb_pos,buy,2026-05-18 23:48:00,345.0,7.1464,1,leg_gt,0.65,60 -29299,buy_contrast_m10_bb_pos,buy,2026-05-18 23:51:00,346.0,6.8364,1,leg_gt,0.65,60 -29300,buy_contrast_m10_bb_pos,buy,2026-05-18 23:54:00,346.0,6.8364,1,leg_gt,0.65,60 -29301,buy_contrast_m10_bb_pos,buy,2026-05-18 23:57:00,346.0,6.8364,1,leg_gt,0.65,60 -29302,buy_contrast_m10_bb_pos,buy,2026-05-19 00:00:00,346.0,6.8364,1,leg_gt,0.64,60 -29303,buy_contrast_m10_bb_pos,buy,2026-05-19 00:03:00,343.0,7.7717,1,leg_gt,0.64,60 -29304,buy_contrast_m10_bb_pos,buy,2026-05-19 00:06:00,343.0,7.7717,1,leg_gt,0.64,60 -29305,buy_contrast_m10_bb_pos,buy,2026-05-19 00:09:00,345.0,7.1464,1,leg_gt,0.64,60 -29306,buy_contrast_m10_bb_pos,buy,2026-05-19 00:12:00,346.0,6.8364,1,leg_gt,0.64,60 -29307,buy_contrast_m10_bb_pos,buy,2026-05-19 00:15:00,345.0,7.1464,1,leg_gt,0.63,60 -29308,buy_contrast_m10_bb_pos,buy,2026-05-19 00:18:00,345.0,7.1464,1,leg_gt,0.63,60 -29309,buy_contrast_m10_bb_pos,buy,2026-05-19 00:21:00,345.0,7.1464,1,leg_gt,0.63,60 -29310,buy_contrast_m10_bb_pos,buy,2026-05-19 00:24:00,346.0,6.8364,1,leg_gt,0.63,60 -29311,buy_contrast_m10_bb_pos,buy,2026-05-19 00:27:00,346.0,6.8364,1,leg_gt,0.62,60 -29312,buy_contrast_m10_bb_pos,buy,2026-05-19 00:30:00,344.0,7.4581,1,leg_gt,0.62,60 -29313,buy_contrast_m10_bb_pos,buy,2026-05-19 00:33:00,346.0,6.8364,1,leg_gt,0.62,60 -29314,buy_contrast_m10_bb_pos,buy,2026-05-19 00:36:00,346.0,6.8364,1,leg_gt,0.62,60 -29315,buy_contrast_m10_bb_pos,buy,2026-05-19 00:39:00,347.0,6.5282,1,leg_gt,0.62,60 -29316,buy_contrast_m10_bb_pos,buy,2026-05-19 04:00:00,345.0,7.1464,1,leg_gt,0.48,60 -29317,buy_contrast_m10_bb_pos,buy,2026-05-19 04:03:00,352.0,5.0136,1,leg_gt,0.48,60 -29318,buy_contrast_m10_bb_pos,buy,2026-05-19 04:06:00,351.0,5.3131,1,leg_gt,0.47,60 -29319,buy_contrast_m10_bb_pos,buy,2026-05-19 04:09:00,352.0,5.0136,1,leg_gt,0.47,60 -29320,buy_contrast_m10_bb_pos,buy,2026-05-19 11:12:00,356.0,3.8326,1,leg_gt,0.18,60 -29321,buy_contrast_m10_bb_pos,buy,2026-05-19 11:15:00,357.0,3.5415,1,leg_gt,0.18,60 -29322,buy_contrast_m10_bb_pos,buy,2026-05-19 11:18:00,356.0,3.8326,1,leg_gt,0.17,60 -29323,buy_contrast_m10_bb_pos,buy,2026-05-19 11:21:00,357.0,3.5415,1,leg_gt,0.17,60 -29324,buy_contrast_m10_bb_pos,buy,2026-05-19 11:24:00,358.0,3.252,1,leg_gt,0.17,60 -29325,buy_contrast_m10_bb_pos,buy,2026-05-19 11:27:00,358.0,3.252,1,leg_gt,0.17,60 -29326,buy_contrast_m10_bb_pos,buy,2026-05-19 12:00:00,356.0,3.8326,1,leg_gt,0.14,60 -29327,buy_contrast_m10_bb_pos,buy,2026-05-19 12:03:00,356.0,3.8326,1,leg_gt,0.14,60 -29328,buy_contrast_m10_bb_pos,buy,2026-05-19 12:06:00,357.0,3.5415,1,leg_gt,0.14,60 -29329,buy_contrast_m10_bb_pos,buy,2026-05-19 12:09:00,357.0,3.5415,1,leg_gt,0.14,60 -29330,buy_contrast_m10_bb_pos,buy,2026-05-19 17:30:00,363.0,8.7154,1,leg_gt,2.02,60 -29331,buy_contrast_m10_bb_pos,buy,2026-05-19 17:33:00,364.0,8.4165,1,leg_gt,2.02,60 -29332,buy_contrast_m10_bb_pos,buy,2026-05-19 17:36:00,366.0,7.8235,1,leg_gt,2.02,60 -29333,buy_contrast_m10_bb_pos,buy,2026-05-19 17:39:00,366.0,7.8235,1,leg_gt,2.02,60 -29334,buy_contrast_m10_bb_pos,buy,2026-05-19 18:42:00,363.0,8.7154,1,leg_gt,1.97,60 -29335,buy_contrast_m10_bb_pos,buy,2026-05-19 18:45:00,364.0,8.4165,1,leg_gt,1.97,60 -29336,buy_contrast_m10_bb_pos,buy,2026-05-19 18:48:00,362.0,9.016,1,leg_gt,1.97,60 -29337,buy_contrast_m10_bb_pos,buy,2026-05-19 20:42:00,361.0,9.3183,1,leg_gt,1.89,60 -29338,buy_contrast_m10_bb_pos,buy,2026-05-19 20:45:00,360.0,9.6222,1,leg_gt,1.89,60 -29339,buy_contrast_m10_bb_pos,buy,2026-05-19 20:48:00,361.0,9.3183,1,leg_gt,1.89,60 -29340,buy_contrast_m10_bb_pos,buy,2026-05-19 20:51:00,361.0,9.3183,1,leg_gt,1.88,60 -29341,buy_contrast_m10_bb_pos,buy,2026-05-19 20:54:00,360.0,9.6222,1,leg_gt,1.88,60 -29342,buy_contrast_m10_bb_pos,buy,2026-05-19 20:57:00,360.0,9.6222,1,leg_gt,1.88,60 -29343,buy_contrast_m10_bb_pos,buy,2026-05-19 23:42:00,360.0,9.6222,1,leg_gt,1.76,60 -29344,buy_contrast_m10_bb_pos,buy,2026-05-19 23:45:00,358.0,10.2352,1,leg_gt,1.76,60 -29345,buy_contrast_m10_bb_pos,buy,2026-05-19 23:48:00,357.0,10.5443,1,leg_gt,1.76,60 -29346,buy_contrast_m10_bb_pos,buy,2026-05-20 00:00:00,358.0,10.2352,1,leg_gt,1.75,60 -29347,buy_contrast_m10_bb_pos,buy,2026-05-20 00:03:00,359.0,9.9279,1,leg_gt,1.75,60 -29348,buy_contrast_m10_bb_pos,buy,2026-05-20 00:06:00,359.0,9.9279,1,leg_gt,1.75,60 -29349,buy_contrast_m10_bb_pos,buy,2026-05-20 00:09:00,358.0,10.2352,1,leg_gt,1.75,60 -29350,buy_contrast_m10_bb_pos,buy,2026-05-20 00:21:00,358.0,10.2352,1,leg_gt,1.74,60 -29351,buy_contrast_m10_bb_pos,buy,2026-05-20 00:24:00,357.0,10.5443,1,leg_gt,1.74,60 -29352,buy_contrast_m10_bb_pos,buy,2026-05-20 00:27:00,357.0,10.5443,1,leg_gt,1.73,60 -29353,buy_contrast_m10_bb_pos,buy,2026-05-20 00:30:00,357.0,10.5443,1,leg_gt,1.73,60 -29354,buy_contrast_m10_bb_pos,buy,2026-05-20 00:33:00,359.0,9.9279,1,leg_gt,1.73,60 -29355,buy_contrast_m10_bb_pos,buy,2026-05-20 00:36:00,358.0,10.2352,1,leg_gt,1.73,60 -29356,buy_contrast_m10_bb_pos,buy,2026-05-20 00:39:00,359.0,9.9279,1,leg_gt,1.72,60 -29357,buy_contrast_m10_bb_pos,buy,2026-05-20 03:30:00,357.0,10.5443,1,leg_gt,1.61,60 -29358,buy_contrast_m10_bb_pos,buy,2026-05-20 03:33:00,358.0,10.2352,1,leg_gt,1.6,60 -29359,buy_contrast_m10_bb_pos,buy,2026-05-20 03:36:00,358.0,10.2352,1,leg_gt,1.6,60 -29360,buy_contrast_m10_bb_pos,buy,2026-05-20 03:39:00,359.0,9.9279,1,leg_gt,1.6,60 -29361,buy_contrast_m10_bb_pos,buy,2026-05-20 04:00:00,357.0,10.5443,1,leg_gt,1.59,60 -29362,buy_contrast_m10_bb_pos,buy,2026-05-20 04:03:00,358.0,10.2352,1,leg_gt,1.58,60 -29363,buy_contrast_m10_bb_pos,buy,2026-05-20 04:06:00,358.0,10.2352,1,leg_gt,1.58,60 -29364,buy_contrast_m10_bb_pos,buy,2026-05-20 04:09:00,358.0,10.2352,1,leg_gt,1.58,60 -29365,buy_contrast_m10_bb_pos,buy,2026-05-20 07:42:00,355.0,11.1676,1,leg_gt,1.43,60 -29366,buy_contrast_m10_bb_pos,buy,2026-05-20 07:45:00,355.0,11.1676,1,leg_gt,1.43,60 -29367,buy_contrast_m10_bb_pos,buy,2026-05-20 07:48:00,355.0,11.1676,1,leg_gt,1.43,60 -29368,buy_contrast_m10_bb_pos,buy,2026-05-20 08:12:00,356.0,10.8551,1,leg_gt,1.41,60 -29369,buy_contrast_m10_bb_pos,buy,2026-05-20 08:15:00,356.0,10.8551,1,leg_gt,1.41,60 -29370,buy_contrast_m10_bb_pos,buy,2026-05-20 08:18:00,356.0,10.8551,1,leg_gt,1.41,60 -29371,buy_contrast_m10_bb_pos,buy,2026-05-20 12:00:00,355.0,11.1676,1,leg_gt,1.25,60 -29372,buy_contrast_m10_bb_pos,buy,2026-05-20 12:03:00,355.0,11.1676,1,leg_gt,1.25,60 -29373,buy_contrast_m10_bb_pos,buy,2026-05-20 12:06:00,355.0,11.1676,1,leg_gt,1.25,60 -29374,buy_contrast_m10_bb_pos,buy,2026-05-20 12:09:00,356.0,10.8551,1,leg_gt,1.25,60 -29375,buy_contrast_m10_bb_pos,buy,2026-05-20 17:21:00,356.0,10.8551,1,leg_gt,1.03,60 -29376,buy_contrast_m10_bb_pos,buy,2026-05-20 17:24:00,356.0,10.8551,1,leg_gt,1.03,60 -29377,buy_contrast_m10_bb_pos,buy,2026-05-20 17:27:00,357.0,10.5443,1,leg_gt,1.02,60 -29378,buy_contrast_m10_bb_pos,buy,2026-05-20 18:21:00,357.0,10.5443,1,leg_gt,0.99,60 -29379,buy_contrast_m10_bb_pos,buy,2026-05-20 18:24:00,357.0,10.5443,1,leg_gt,0.99,60 -29380,buy_contrast_m10_bb_pos,buy,2026-05-20 18:27:00,358.0,10.2352,1,leg_gt,0.98,60 -29381,buy_contrast_m10_bb_pos,buy,2026-05-20 22:42:00,354.0,11.4819,1,leg_gt,0.81,60 -29382,buy_contrast_m10_bb_pos,buy,2026-05-20 22:45:00,354.0,11.4819,1,leg_gt,0.8,60 -29383,buy_contrast_m10_bb_pos,buy,2026-05-20 22:48:00,356.0,10.8551,1,leg_gt,0.8,60 -29384,buy_contrast_m10_bb_pos,buy,2026-05-21 07:42:00,368.0,7.237,1,leg_gt,0.43,60 -29385,buy_contrast_m10_bb_pos,buy,2026-05-21 07:45:00,367.0,7.5294,1,leg_gt,0.43,60 -29386,buy_contrast_m10_bb_pos,buy,2026-05-21 07:48:00,369.0,6.9461,1,leg_gt,0.43,60 -29387,buy_contrast_m10_bb_pos,buy,2026-05-21 08:21:00,367.0,7.5294,1,leg_gt,0.4,60 -29388,buy_contrast_m10_bb_pos,buy,2026-05-21 08:24:00,365.0,8.1192,1,leg_gt,0.4,60 -29389,buy_contrast_m10_bb_pos,buy,2026-05-21 08:27:00,364.0,8.4165,1,leg_gt,0.4,60 -29390,buy_contrast_m10_bb_pos,buy,2026-05-21 08:30:00,365.0,8.1192,1,leg_gt,0.4,60 -29391,buy_contrast_m10_bb_pos,buy,2026-05-21 08:33:00,366.0,7.8235,1,leg_gt,0.4,60 -29392,buy_contrast_m10_bb_pos,buy,2026-05-21 08:36:00,367.0,7.5294,1,leg_gt,0.39,60 -29393,buy_contrast_m10_bb_pos,buy,2026-05-21 08:39:00,367.0,7.5294,1,leg_gt,0.39,60 -29394,buy_contrast_m10_bb_pos,buy,2026-05-21 19:30:00,381.0,16.6979,1,leg_gt,1.21,60 -29395,buy_contrast_m10_bb_pos,buy,2026-05-21 19:33:00,383.0,16.088,1,leg_gt,1.21,60 -29396,buy_contrast_m10_bb_pos,buy,2026-05-21 19:36:00,383.0,16.088,1,leg_gt,1.2,60 -29397,buy_contrast_m10_bb_pos,buy,2026-05-21 19:39:00,383.0,16.088,1,leg_gt,1.2,60 -29398,buy_contrast_m10_bb_pos,buy,2026-05-21 20:00:00,381.0,16.6979,1,leg_gt,1.19,60 -29399,buy_contrast_m10_bb_pos,buy,2026-05-21 20:03:00,380.0,17.0053,1,leg_gt,1.19,60 -29400,buy_contrast_m10_bb_pos,buy,2026-05-21 20:06:00,380.0,17.0053,1,leg_gt,1.18,60 -29401,buy_contrast_m10_bb_pos,buy,2026-05-21 20:09:00,380.0,17.0053,1,leg_gt,1.18,60 -29402,buy_contrast_m10_bb_pos,buy,2026-05-21 20:12:00,381.0,16.6979,1,leg_gt,1.18,60 -29403,buy_contrast_m10_bb_pos,buy,2026-05-21 20:15:00,382.0,16.3921,1,leg_gt,1.18,60 -29404,buy_contrast_m10_bb_pos,buy,2026-05-21 20:18:00,382.0,16.3921,1,leg_gt,1.18,60 -29405,buy_contrast_m10_bb_pos,buy,2026-05-21 20:42:00,379.0,17.3142,1,leg_gt,1.16,60 -29406,buy_contrast_m10_bb_pos,buy,2026-05-21 20:45:00,378.0,17.6249,1,leg_gt,1.16,60 -29407,buy_contrast_m10_bb_pos,buy,2026-05-21 20:48:00,379.0,17.3142,1,leg_gt,1.15,60 -29408,buy_contrast_m10_bb_pos,buy,2026-05-23 03:00:00,433.0,7.0594,1,leg_gt,1.82,60 -29409,buy_contrast_m10_bb_pos,buy,2026-05-23 03:03:00,433.0,7.0594,1,leg_gt,1.82,60 -29410,buy_contrast_m10_bb_pos,buy,2026-05-23 03:06:00,429.0,8.0585,1,leg_gt,1.82,60 -29411,buy_contrast_m10_bb_pos,buy,2026-05-23 03:09:00,428.0,8.3112,1,leg_gt,1.82,60 -29412,buy_contrast_m10_bb_pos,buy,2026-05-23 04:00:00,420.0,10.3762,1,leg_gt,1.78,60 -29413,buy_contrast_m10_bb_pos,buy,2026-05-23 04:03:00,419.0,10.6399,1,leg_gt,1.78,60 -29414,buy_contrast_m10_bb_pos,buy,2026-05-23 04:06:00,419.0,10.6399,1,leg_gt,1.78,60 -29415,buy_contrast_m10_bb_pos,buy,2026-05-23 04:09:00,416.0,11.4385,1,leg_gt,1.78,60 -29416,buy_contrast_m10_bb_pos,buy,2026-05-23 04:21:00,415.0,11.7072,1,leg_gt,1.77,60 -29417,buy_contrast_m10_bb_pos,buy,2026-05-23 04:24:00,414.0,11.9773,1,leg_gt,1.76,60 -29418,buy_contrast_m10_bb_pos,buy,2026-05-23 04:27:00,415.0,11.7072,1,leg_gt,1.76,60 -29419,buy_contrast_m10_bb_pos,buy,2026-05-23 04:30:00,412.0,12.5214,1,leg_gt,1.76,60 -29420,buy_contrast_m10_bb_pos,buy,2026-05-23 04:33:00,409.0,13.3474,1,leg_gt,1.76,60 -29421,buy_contrast_m10_bb_pos,buy,2026-05-23 04:36:00,408.0,13.6255,1,leg_gt,1.76,60 -29422,buy_contrast_m10_bb_pos,buy,2026-05-23 04:39:00,408.0,13.6255,1,leg_gt,1.75,60 -29423,buy_contrast_m10_bb_pos,buy,2026-05-23 04:42:00,407.0,13.9049,1,leg_gt,1.75,60 -29424,buy_contrast_m10_bb_pos,buy,2026-05-23 04:45:00,408.0,13.6255,1,leg_gt,1.75,60 -29425,buy_contrast_m10_bb_pos,buy,2026-05-23 04:48:00,410.0,13.0707,1,leg_gt,1.75,60 -29426,buy_contrast_m10_bb_pos,buy,2026-05-23 04:51:00,409.0,13.3474,1,leg_gt,1.75,60 -29427,buy_contrast_m10_bb_pos,buy,2026-05-23 04:54:00,420.0,10.3762,1,leg_gt,1.74,60 -29428,buy_contrast_m10_bb_pos,buy,2026-05-23 04:57:00,418.0,10.9048,1,leg_gt,1.74,60 -29429,buy_contrast_m10_bb_pos,buy,2026-05-23 09:12:00,410.0,13.0707,1,leg_gt,1.56,60 -29430,buy_contrast_m10_bb_pos,buy,2026-05-23 09:15:00,408.0,13.6255,1,leg_gt,1.56,60 -29431,buy_contrast_m10_bb_pos,buy,2026-05-23 09:18:00,406.0,14.1857,1,leg_gt,1.56,60 -29432,buy_contrast_m10_bb_pos,buy,2026-05-23 09:42:00,406.0,14.1857,1,leg_gt,1.54,60 -29433,buy_contrast_m10_bb_pos,buy,2026-05-23 09:45:00,409.0,13.3474,1,leg_gt,1.54,60 -29434,buy_contrast_m10_bb_pos,buy,2026-05-23 09:48:00,407.0,13.9049,1,leg_gt,1.54,60 -29435,buy_contrast_m10_bb_pos,buy,2026-05-23 17:30:00,398.0,16.4829,1,leg_gt,1.22,60 -29436,buy_contrast_m10_bb_pos,buy,2026-05-23 17:33:00,397.0,16.7766,1,leg_gt,1.22,60 -29437,buy_contrast_m10_bb_pos,buy,2026-05-23 17:36:00,395.0,17.3684,1,leg_gt,1.21,60 -29438,buy_contrast_m10_bb_pos,buy,2026-05-23 17:39:00,395.0,17.3684,1,leg_gt,1.21,60 -29439,buy_contrast_m10_bb_pos,buy,2026-05-23 17:42:00,395.0,17.3684,1,leg_gt,1.21,60 -29440,buy_contrast_m10_bb_pos,buy,2026-05-23 17:45:00,396.0,17.0717,1,leg_gt,1.21,60 -29441,buy_contrast_m10_bb_pos,buy,2026-05-23 17:48:00,398.0,16.4829,1,leg_gt,1.21,60 -29442,buy_contrast_m10_bb_pos,buy,2026-05-24 07:42:00,448.0,3.4714,1,leg_gt,0.63,60 -29443,buy_contrast_m10_bb_pos,buy,2026-05-24 07:45:00,451.0,2.7825,1,leg_gt,0.62,60 -29444,buy_contrast_m10_bb_pos,buy,2026-05-24 07:48:00,450.0,3.0111,1,leg_gt,0.62,60 -29445,buy_contrast_m10_bb_pos,buy,2026-05-24 08:12:00,447.0,3.7031,1,leg_gt,0.61,60 -29446,buy_contrast_m10_bb_pos,buy,2026-05-24 08:15:00,447.0,3.7031,1,leg_gt,0.6,60 -29447,buy_contrast_m10_bb_pos,buy,2026-05-24 08:18:00,447.0,3.7031,1,leg_gt,0.6,60 -29448,buy_contrast_m10_bb_pos,buy,2026-05-24 08:21:00,448.0,3.4714,1,leg_gt,0.6,60 -29449,buy_contrast_m10_bb_pos,buy,2026-05-24 08:24:00,448.0,3.4714,1,leg_gt,0.6,60 -29450,buy_contrast_m10_bb_pos,buy,2026-05-24 08:27:00,447.0,3.7031,1,leg_gt,0.6,60 -29451,buy_contrast_m10_bb_pos,buy,2026-05-24 08:42:00,445.0,4.1697,1,leg_gt,0.59,60 -29452,buy_contrast_m10_bb_pos,buy,2026-05-24 08:45:00,444.0,4.4045,1,leg_gt,0.58,60 -29453,buy_contrast_m10_bb_pos,buy,2026-05-24 08:48:00,446.0,3.9359,1,leg_gt,0.58,60 -29454,buy_contrast_m10_bb_pos,buy,2026-05-24 08:51:00,445.0,4.1697,1,leg_gt,0.58,60 -29455,buy_contrast_m10_bb_pos,buy,2026-05-24 08:54:00,447.0,3.7031,1,leg_gt,0.58,60 -29456,buy_contrast_m10_bb_pos,buy,2026-05-24 08:57:00,448.0,3.4714,1,leg_gt,0.57,60 -29457,buy_contrast_m10_bb_pos,buy,2026-05-24 12:42:00,448.0,3.4714,1,leg_gt,0.42,60 -29458,buy_contrast_m10_bb_pos,buy,2026-05-24 12:45:00,446.0,3.9359,1,leg_gt,0.42,60 -29459,buy_contrast_m10_bb_pos,buy,2026-05-24 12:48:00,448.0,3.4714,1,leg_gt,0.41,60 -29460,buy_contrast_m10_bb_pos,buy,2026-05-24 14:21:00,447.0,3.7031,1,leg_gt,0.35,60 -29461,buy_contrast_m10_bb_pos,buy,2026-05-24 14:24:00,447.0,3.7031,1,leg_gt,0.35,60 -29462,buy_contrast_m10_bb_pos,buy,2026-05-24 14:27:00,446.0,3.9359,1,leg_gt,0.35,60 -29463,buy_contrast_m10_bb_pos,buy,2026-05-24 23:30:00,446.0,35.1018,1,leg_gt,1.92,60 -29464,buy_contrast_m10_bb_pos,buy,2026-05-24 23:33:00,449.0,34.1984,1,leg_gt,1.91,60 -29465,buy_contrast_m10_bb_pos,buy,2026-05-24 23:36:00,449.0,34.1984,1,leg_gt,1.91,60 -29466,buy_contrast_m10_bb_pos,buy,2026-05-24 23:39:00,453.0,33.0126,1,leg_gt,1.91,60 -29467,buy_contrast_m10_bb_pos,buy,2026-05-25 00:21:00,446.0,35.1018,1,leg_gt,1.88,60 -29468,buy_contrast_m10_bb_pos,buy,2026-05-25 00:24:00,450.0,33.9,1,leg_gt,1.88,60 -29469,buy_contrast_m10_bb_pos,buy,2026-05-25 00:27:00,449.0,34.1984,1,leg_gt,1.88,60 -29470,buy_contrast_m10_bb_pos,buy,2026-05-25 02:21:00,443.0,36.0174,1,leg_gt,1.8,60 -29471,buy_contrast_m10_bb_pos,buy,2026-05-25 02:24:00,445.0,35.4056,1,leg_gt,1.8,60 -29472,buy_contrast_m10_bb_pos,buy,2026-05-25 02:27:00,445.0,35.4056,1,leg_gt,1.79,60 -29473,buy_contrast_m10_bb_pos,buy,2026-05-25 02:30:00,443.0,36.0174,1,leg_gt,1.79,60 -29474,buy_contrast_m10_bb_pos,buy,2026-05-25 02:33:00,444.0,35.7108,1,leg_gt,1.79,60 -29475,buy_contrast_m10_bb_pos,buy,2026-05-25 02:36:00,443.0,36.0174,1,leg_gt,1.79,60 -29476,buy_contrast_m10_bb_pos,buy,2026-05-25 02:39:00,444.0,35.7108,1,leg_gt,1.79,60 -29477,buy_contrast_m10_bb_pos,buy,2026-05-25 03:51:00,440.0,36.9455,1,leg_gt,1.74,60 -29478,buy_contrast_m10_bb_pos,buy,2026-05-25 03:54:00,440.0,36.9455,1,leg_gt,1.73,60 -29479,buy_contrast_m10_bb_pos,buy,2026-05-25 03:57:00,440.0,36.9455,1,leg_gt,1.73,60 -29480,buy_contrast_m10_bb_pos,buy,2026-05-25 04:00:00,440.0,36.9455,1,leg_gt,1.73,60 -29481,buy_contrast_m10_bb_pos,buy,2026-05-25 04:03:00,440.0,36.9455,1,leg_gt,1.73,60 -29482,buy_contrast_m10_bb_pos,buy,2026-05-25 04:06:00,440.0,36.9455,1,leg_gt,1.72,60 -29483,buy_contrast_m10_bb_pos,buy,2026-05-25 04:09:00,440.0,36.9455,1,leg_gt,1.72,60 -29484,buy_contrast_m10_bb_pos,buy,2026-05-25 04:30:00,438.0,37.5712,1,leg_gt,1.71,60 -29485,buy_contrast_m10_bb_pos,buy,2026-05-25 04:33:00,439.0,37.2576,1,leg_gt,1.71,60 -29486,buy_contrast_m10_bb_pos,buy,2026-05-25 04:36:00,438.0,37.5712,1,leg_gt,1.7,60 -29487,buy_contrast_m10_bb_pos,buy,2026-05-25 04:39:00,438.0,37.5712,1,leg_gt,1.7,60 -29488,buy_contrast_m10_bb_pos,buy,2026-05-25 04:42:00,437.0,37.8863,1,leg_gt,1.7,60 -29489,buy_contrast_m10_bb_pos,buy,2026-05-25 04:45:00,437.0,37.8863,1,leg_gt,1.7,60 -29490,buy_contrast_m10_bb_pos,buy,2026-05-25 04:48:00,437.0,37.8863,1,leg_gt,1.7,60 -29491,buy_contrast_m10_bb_pos,buy,2026-05-25 05:00:00,437.0,37.8863,1,leg_gt,1.69,60 -29492,buy_contrast_m10_bb_pos,buy,2026-05-25 05:03:00,435.0,38.5207,1,leg_gt,1.69,60 -29493,buy_contrast_m10_bb_pos,buy,2026-05-25 05:06:00,436.0,38.2028,1,leg_gt,1.68,60 -29494,buy_contrast_m10_bb_pos,buy,2026-05-25 05:09:00,438.0,37.5712,1,leg_gt,1.68,60 -29495,buy_contrast_m10_bb_pos,buy,2026-05-25 05:12:00,437.0,37.8863,1,leg_gt,1.68,60 -29496,buy_contrast_m10_bb_pos,buy,2026-05-25 05:15:00,437.0,37.8863,1,leg_gt,1.68,60 -29497,buy_contrast_m10_bb_pos,buy,2026-05-25 05:18:00,437.0,37.8863,1,leg_gt,1.68,60 -29498,buy_contrast_m10_bb_pos,buy,2026-05-25 05:42:00,435.0,38.5207,1,leg_gt,1.66,60 -29499,buy_contrast_m10_bb_pos,buy,2026-05-25 05:45:00,435.0,38.5207,1,leg_gt,1.66,60 -29500,buy_contrast_m10_bb_pos,buy,2026-05-25 05:48:00,435.0,38.5207,1,leg_gt,1.65,60 -29501,buy_contrast_m10_bb_pos,buy,2026-05-25 05:51:00,435.0,38.5207,1,leg_gt,1.65,60 -29502,buy_contrast_m10_bb_pos,buy,2026-05-25 05:54:00,435.0,38.5207,1,leg_gt,1.65,60 -29503,buy_contrast_m10_bb_pos,buy,2026-05-25 05:57:00,436.0,38.2028,1,leg_gt,1.65,60 -29504,buy_contrast_m10_bb_pos,buy,2026-05-25 11:00:00,436.0,38.2028,1,leg_gt,1.44,60 -29505,buy_contrast_m10_bb_pos,buy,2026-05-25 11:03:00,438.0,37.5712,1,leg_gt,1.44,60 -29506,buy_contrast_m10_bb_pos,buy,2026-05-25 11:06:00,439.0,37.2576,1,leg_gt,1.43,60 -29507,buy_contrast_m10_bb_pos,buy,2026-05-25 11:09:00,438.0,37.5712,1,leg_gt,1.43,60 -29508,buy_contrast_m10_bb_pos,buy,2026-05-25 11:51:00,435.0,38.5207,1,leg_gt,1.4,60 -29509,buy_contrast_m10_bb_pos,buy,2026-05-25 11:54:00,436.0,38.2028,1,leg_gt,1.4,60 -29510,buy_contrast_m10_bb_pos,buy,2026-05-25 11:57:00,436.0,38.2028,1,leg_gt,1.4,60 -29511,buy_contrast_m10_bb_pos,buy,2026-05-25 12:00:00,436.0,38.2028,1,leg_gt,1.4,60 -29512,buy_contrast_m10_bb_pos,buy,2026-05-25 12:03:00,433.0,39.161,1,leg_gt,1.39,60 -29513,buy_contrast_m10_bb_pos,buy,2026-05-25 12:06:00,434.0,38.8401,1,leg_gt,1.39,60 -29514,buy_contrast_m10_bb_pos,buy,2026-05-25 12:09:00,434.0,38.8401,1,leg_gt,1.39,60 -29515,buy_contrast_m10_bb_pos,buy,2026-05-25 12:21:00,433.0,39.161,1,leg_gt,1.38,60 -29516,buy_contrast_m10_bb_pos,buy,2026-05-25 12:24:00,434.0,38.8401,1,leg_gt,1.38,60 -29517,buy_contrast_m10_bb_pos,buy,2026-05-25 12:27:00,434.0,38.8401,1,leg_gt,1.38,60 -29518,buy_contrast_m10_bb_pos,buy,2026-05-25 12:30:00,435.0,38.5207,1,leg_gt,1.38,60 -29519,buy_contrast_m10_bb_pos,buy,2026-05-25 12:33:00,433.0,39.161,1,leg_gt,1.37,60 -29520,buy_contrast_m10_bb_pos,buy,2026-05-25 12:36:00,434.0,38.8401,1,leg_gt,1.37,60 -29521,buy_contrast_m10_bb_pos,buy,2026-05-25 12:39:00,433.0,39.161,1,leg_gt,1.37,60 -29522,buy_contrast_m10_bb_pos,buy,2026-05-25 12:51:00,433.0,39.161,1,leg_gt,1.36,60 -29523,buy_contrast_m10_bb_pos,buy,2026-05-25 12:54:00,433.0,39.161,1,leg_gt,1.36,60 -29524,buy_contrast_m10_bb_pos,buy,2026-05-25 12:57:00,432.0,39.4833,1,leg_gt,1.36,60 -29525,buy_contrast_m10_bb_pos,buy,2026-05-25 13:00:00,432.0,39.4833,1,leg_gt,1.35,60 -29526,buy_contrast_m10_bb_pos,buy,2026-05-25 13:03:00,433.0,39.161,1,leg_gt,1.35,60 -29527,buy_contrast_m10_bb_pos,buy,2026-05-25 13:06:00,433.0,39.161,1,leg_gt,1.35,60 -29528,buy_contrast_m10_bb_pos,buy,2026-05-25 13:09:00,433.0,39.161,1,leg_gt,1.35,60 -29529,buy_contrast_m10_bb_pos,buy,2026-05-25 21:12:00,451.0,33.6029,1,leg_gt,1.01,60 -29530,buy_contrast_m10_bb_pos,buy,2026-05-25 21:15:00,451.0,33.6029,1,leg_gt,1.01,60 -29531,buy_contrast_m10_bb_pos,buy,2026-05-25 21:18:00,451.0,33.6029,1,leg_gt,1.01,60 -29532,buy_contrast_m10_bb_pos,buy,2026-05-25 21:21:00,451.0,33.6029,1,leg_gt,1.01,60 -29533,buy_contrast_m10_bb_pos,buy,2026-05-25 21:24:00,449.0,34.1984,1,leg_gt,1.0,60 -29534,buy_contrast_m10_bb_pos,buy,2026-05-25 21:27:00,451.0,33.6029,1,leg_gt,1.0,60 -29535,buy_contrast_m10_bb_pos,buy,2026-05-25 21:42:00,449.0,34.1984,1,leg_gt,0.99,60 -29536,buy_contrast_m10_bb_pos,buy,2026-05-25 21:45:00,449.0,34.1984,1,leg_gt,0.99,60 -29537,buy_contrast_m10_bb_pos,buy,2026-05-25 21:48:00,448.0,34.4982,1,leg_gt,0.99,60 -29538,buy_contrast_m10_bb_pos,buy,2026-05-25 22:00:00,447.0,34.7993,1,leg_gt,0.98,60 -29539,buy_contrast_m10_bb_pos,buy,2026-05-25 22:03:00,447.0,34.7993,1,leg_gt,0.98,60 -29540,buy_contrast_m10_bb_pos,buy,2026-05-25 22:06:00,449.0,34.1984,1,leg_gt,0.98,60 -29541,buy_contrast_m10_bb_pos,buy,2026-05-25 22:09:00,448.0,34.4982,1,leg_gt,0.97,60 -29542,buy_contrast_m10_bb_pos,buy,2026-05-25 22:21:00,447.0,34.7993,1,leg_gt,0.96,60 -29543,buy_contrast_m10_bb_pos,buy,2026-05-25 22:24:00,448.0,34.4982,1,leg_gt,0.96,60 -29544,buy_contrast_m10_bb_pos,buy,2026-05-25 22:27:00,448.0,34.4982,1,leg_gt,0.96,60 -29545,buy_contrast_m10_bb_pos,buy,2026-05-26 01:21:00,446.0,35.1018,1,leg_gt,0.84,60 -29546,buy_contrast_m10_bb_pos,buy,2026-05-26 01:24:00,446.0,35.1018,1,leg_gt,0.84,60 -29547,buy_contrast_m10_bb_pos,buy,2026-05-26 01:27:00,447.0,34.7993,1,leg_gt,0.84,60 -29548,buy_contrast_m10_bb_pos,buy,2026-05-26 09:42:00,486.0,23.9741,1,leg_gt,0.49,60 -29549,buy_contrast_m10_bb_pos,buy,2026-05-26 09:45:00,484.0,24.4868,1,leg_gt,0.49,60 -29550,buy_contrast_m10_bb_pos,buy,2026-05-26 09:48:00,485.0,24.2299,1,leg_gt,0.49,60 -29551,buy_contrast_m10_bb_pos,buy,2026-05-26 10:12:00,487.0,23.7193,1,leg_gt,0.47,60 -29552,buy_contrast_m10_bb_pos,buy,2026-05-26 10:15:00,491.0,22.7106,1,leg_gt,0.47,60 -29553,buy_contrast_m10_bb_pos,buy,2026-05-26 10:18:00,490.0,22.9612,1,leg_gt,0.47,60 -29554,buy_contrast_m10_bb_pos,buy,2026-05-26 10:42:00,482.0,25.0037,1,leg_gt,0.45,60 -29555,buy_contrast_m10_bb_pos,buy,2026-05-26 10:45:00,483.0,24.7447,1,leg_gt,0.45,60 -29556,buy_contrast_m10_bb_pos,buy,2026-05-26 10:48:00,484.0,24.4868,1,leg_gt,0.45,60 -29557,buy_contrast_m10_bb_pos,buy,2026-05-26 10:51:00,485.0,24.2299,1,leg_gt,0.44,60 -29558,buy_contrast_m10_bb_pos,buy,2026-05-26 10:54:00,487.0,23.7193,1,leg_gt,0.44,60 -29559,buy_contrast_m10_bb_pos,buy,2026-05-26 10:57:00,488.0,23.4656,1,leg_gt,0.44,60 -29560,buy_contrast_m10_bb_pos,buy,2026-05-26 23:21:00,571.0,4.4534,1,leg_gt,0.07,60 -29561,buy_contrast_m10_bb_pos,buy,2026-05-26 23:24:00,580.0,2.831,1,leg_gt,0.07,60 -29562,buy_contrast_m10_bb_pos,buy,2026-05-26 23:27:00,582.0,2.4773,1,leg_gt,0.06,60 -29563,buy_contrast_m10_bb_pos,buy,2026-05-27 03:42:00,575.0,-19.9261,0,leg_gt,2.53,60 -29564,buy_contrast_m10_bb_pos,buy,2026-05-27 03:45:00,562.0,-18.0715,0,leg_gt,2.53,60 -29565,buy_contrast_m10_bb_pos,buy,2026-05-27 03:48:00,566.0,-18.6512,0,leg_gt,2.53,60 -29566,buy_contrast_m10_bb_pos,buy,2026-05-27 04:12:00,569.0,-19.0807,0,leg_gt,2.51,60 -29567,buy_contrast_m10_bb_pos,buy,2026-05-27 04:15:00,565.0,-18.5071,0,leg_gt,2.51,60 -29568,buy_contrast_m10_bb_pos,buy,2026-05-27 04:18:00,569.0,-19.0807,0,leg_gt,2.51,60 -29569,buy_contrast_m10_bb_pos,buy,2026-05-27 04:21:00,568.0,-18.938,0,leg_gt,2.5,60 -29570,buy_contrast_m10_bb_pos,buy,2026-05-27 04:24:00,565.0,-18.5071,0,leg_gt,2.5,60 -29571,buy_contrast_m10_bb_pos,buy,2026-05-27 04:27:00,563.0,-18.2172,0,leg_gt,2.5,60 -29572,buy_contrast_m10_bb_pos,buy,2026-05-27 04:42:00,564.0,-18.3624,0,leg_gt,2.49,60 -29573,buy_contrast_m10_bb_pos,buy,2026-05-27 04:45:00,565.0,-18.5071,0,leg_gt,2.49,60 -29574,buy_contrast_m10_bb_pos,buy,2026-05-27 04:48:00,566.0,-18.6512,0,leg_gt,2.49,60 -29575,buy_contrast_m10_bb_pos,buy,2026-05-27 06:51:00,560.0,-17.7786,0,leg_gt,2.4,60 -29576,buy_contrast_m10_bb_pos,buy,2026-05-27 06:54:00,562.0,-18.0715,0,leg_gt,2.4,60 -29577,buy_contrast_m10_bb_pos,buy,2026-05-27 06:57:00,559.0,-17.6313,0,leg_gt,2.4,60 -29578,buy_contrast_m10_bb_pos,buy,2026-05-27 07:00:00,560.0,-17.7786,0,leg_gt,2.39,60 -29579,buy_contrast_m10_bb_pos,buy,2026-05-27 07:03:00,562.0,-18.0715,0,leg_gt,2.39,60 -29580,buy_contrast_m10_bb_pos,buy,2026-05-27 07:06:00,563.0,-18.2172,0,leg_gt,2.39,60 -29581,buy_contrast_m10_bb_pos,buy,2026-05-27 07:09:00,562.0,-18.0715,0,leg_gt,2.39,60 -29582,buy_contrast_m10_bb_pos,buy,2026-05-27 09:00:00,557.0,-17.3352,0,leg_gt,2.31,60 -29583,buy_contrast_m10_bb_pos,buy,2026-05-27 09:03:00,557.0,-17.3352,0,leg_gt,2.31,60 -29584,buy_contrast_m10_bb_pos,buy,2026-05-27 09:06:00,554.0,-16.887,0,leg_gt,2.31,60 -29585,buy_contrast_m10_bb_pos,buy,2026-05-27 09:09:00,555.0,-17.0369,0,leg_gt,2.3,60 -29586,buy_contrast_m10_bb_pos,buy,2026-05-27 09:12:00,554.0,-16.887,0,leg_gt,2.3,60 -29587,buy_contrast_m10_bb_pos,buy,2026-05-27 09:15:00,555.0,-17.0369,0,leg_gt,2.3,60 -29588,buy_contrast_m10_bb_pos,buy,2026-05-27 09:18:00,544.0,-15.3574,0,leg_gt,2.3,60 -29589,buy_contrast_m10_bb_pos,buy,2026-05-27 10:00:00,551.0,-16.4339,0,leg_gt,2.27,60 -29590,buy_contrast_m10_bb_pos,buy,2026-05-27 10:03:00,549.0,-16.1291,0,leg_gt,2.27,60 -29591,buy_contrast_m10_bb_pos,buy,2026-05-27 10:06:00,550.0,-16.2818,0,leg_gt,2.26,60 -29592,buy_contrast_m10_bb_pos,buy,2026-05-27 10:09:00,548.0,-15.9759,0,leg_gt,2.26,60 -29593,buy_contrast_m10_bb_pos,buy,2026-05-27 10:12:00,549.0,-16.1291,0,leg_gt,2.26,60 -29594,buy_contrast_m10_bb_pos,buy,2026-05-27 10:15:00,548.0,-15.9759,0,leg_gt,2.26,60 -29595,buy_contrast_m10_bb_pos,buy,2026-05-27 10:18:00,548.0,-15.9759,0,leg_gt,2.26,60 -29596,buy_contrast_m10_bb_pos,buy,2026-05-27 10:21:00,544.0,-15.3574,0,leg_gt,2.25,60 -29597,buy_contrast_m10_bb_pos,buy,2026-05-27 10:24:00,545.0,-15.5128,0,leg_gt,2.25,60 -29598,buy_contrast_m10_bb_pos,buy,2026-05-27 10:27:00,544.0,-15.3574,0,leg_gt,2.25,60 -29599,buy_contrast_m10_bb_pos,buy,2026-05-27 10:30:00,542.0,-15.0446,0,leg_gt,2.25,60 -29600,buy_contrast_m10_bb_pos,buy,2026-05-27 10:33:00,541.0,-14.8874,0,leg_gt,2.25,60 -29601,buy_contrast_m10_bb_pos,buy,2026-05-27 10:36:00,540.0,-14.7296,0,leg_gt,2.24,60 -29602,buy_contrast_m10_bb_pos,buy,2026-05-27 10:39:00,543.0,-15.2013,0,leg_gt,2.24,60 -29603,buy_contrast_m10_bb_pos,buy,2026-05-27 10:51:00,541.0,-14.8874,0,leg_gt,2.23,60 -29604,buy_contrast_m10_bb_pos,buy,2026-05-27 10:54:00,543.0,-15.2013,0,leg_gt,2.23,60 -29605,buy_contrast_m10_bb_pos,buy,2026-05-27 10:57:00,540.0,-14.7296,0,leg_gt,2.23,60 -29606,buy_contrast_m10_bb_pos,buy,2026-05-27 11:00:00,539.0,-14.5712,0,leg_gt,2.23,60 -29607,buy_contrast_m10_bb_pos,buy,2026-05-27 11:03:00,539.0,-14.5712,0,leg_gt,2.22,60 -29608,buy_contrast_m10_bb_pos,buy,2026-05-27 11:06:00,538.0,-14.4123,0,leg_gt,2.22,60 -29609,buy_contrast_m10_bb_pos,buy,2026-05-27 11:09:00,535.0,-13.9318,0,leg_gt,2.22,60 -29610,buy_contrast_m10_bb_pos,buy,2026-05-27 11:12:00,536.0,-14.0925,0,leg_gt,2.22,60 -29611,buy_contrast_m10_bb_pos,buy,2026-05-27 11:15:00,535.0,-13.9318,0,leg_gt,2.22,60 -29612,buy_contrast_m10_bb_pos,buy,2026-05-27 11:18:00,532.0,-13.4459,0,leg_gt,2.21,60 -29613,buy_contrast_m10_bb_pos,buy,2026-05-27 11:21:00,533.0,-13.6084,0,leg_gt,2.21,60 -29614,buy_contrast_m10_bb_pos,buy,2026-05-27 11:24:00,532.0,-13.4459,0,leg_gt,2.21,60 -29615,buy_contrast_m10_bb_pos,buy,2026-05-27 11:27:00,534.0,-13.7704,0,leg_gt,2.21,60 -29616,buy_contrast_m10_bb_pos,buy,2026-05-27 11:30:00,533.0,-13.6084,0,leg_gt,2.21,60 -29617,buy_contrast_m10_bb_pos,buy,2026-05-27 11:33:00,532.0,-13.4459,0,leg_gt,2.2,60 -29618,buy_contrast_m10_bb_pos,buy,2026-05-27 11:36:00,534.0,-13.7704,0,leg_gt,2.2,60 -29619,buy_contrast_m10_bb_pos,buy,2026-05-27 11:39:00,532.0,-13.4459,0,leg_gt,2.2,60 -29620,buy_contrast_m10_bb_pos,buy,2026-05-27 11:42:00,532.0,-13.4459,0,leg_gt,2.2,60 -29621,buy_contrast_m10_bb_pos,buy,2026-05-27 11:45:00,534.0,-13.7704,0,leg_gt,2.2,60 -29622,buy_contrast_m10_bb_pos,buy,2026-05-27 11:48:00,536.0,-14.0925,0,leg_gt,2.19,60 -29623,buy_contrast_m10_bb_pos,buy,2026-05-27 12:51:00,528.0,-12.7894,0,leg_gt,2.15,60 -29624,buy_contrast_m10_bb_pos,buy,2026-05-27 12:54:00,529.0,-12.9544,0,leg_gt,2.15,60 -29625,buy_contrast_m10_bb_pos,buy,2026-05-27 12:57:00,527.0,-12.6237,0,leg_gt,2.15,60 -29626,buy_contrast_m10_bb_pos,buy,2026-05-27 13:00:00,528.0,-12.7894,0,leg_gt,2.14,60 -29627,buy_contrast_m10_bb_pos,buy,2026-05-27 13:03:00,528.0,-12.7894,0,leg_gt,2.14,60 -29628,buy_contrast_m10_bb_pos,buy,2026-05-27 13:06:00,528.0,-12.7894,0,leg_gt,2.14,60 -29629,buy_contrast_m10_bb_pos,buy,2026-05-27 13:09:00,525.0,-12.2905,0,leg_gt,2.14,60 -29630,buy_contrast_m10_bb_pos,buy,2026-05-27 13:12:00,524.0,-12.1229,0,leg_gt,2.14,60 -29631,buy_contrast_m10_bb_pos,buy,2026-05-27 13:15:00,524.0,-12.1229,0,leg_gt,2.13,60 -29632,buy_contrast_m10_bb_pos,buy,2026-05-27 13:18:00,523.0,-11.9547,0,leg_gt,2.13,60 -29633,buy_contrast_m10_bb_pos,buy,2026-05-27 13:21:00,521.0,-11.6163,0,leg_gt,2.13,60 -29634,buy_contrast_m10_bb_pos,buy,2026-05-27 13:24:00,523.0,-11.9547,0,leg_gt,2.13,60 -29635,buy_contrast_m10_bb_pos,buy,2026-05-27 13:27:00,524.0,-12.1229,0,leg_gt,2.12,60 -29636,buy_contrast_m10_bb_pos,buy,2026-05-27 13:30:00,522.0,-11.7858,0,leg_gt,2.12,60 -29637,buy_contrast_m10_bb_pos,buy,2026-05-27 13:33:00,525.0,-12.2905,0,leg_gt,2.12,60 -29638,buy_contrast_m10_bb_pos,buy,2026-05-27 13:36:00,524.0,-12.1229,0,leg_gt,2.12,60 -29639,buy_contrast_m10_bb_pos,buy,2026-05-27 13:39:00,523.0,-11.9547,0,leg_gt,2.12,60 -29640,buy_contrast_m10_bb_pos,buy,2026-05-27 18:30:00,526.0,-12.4574,0,leg_gt,1.91,60 -29641,buy_contrast_m10_bb_pos,buy,2026-05-27 18:33:00,525.0,-12.2905,0,leg_gt,1.91,60 -29642,buy_contrast_m10_bb_pos,buy,2026-05-27 18:36:00,526.0,-12.4574,0,leg_gt,1.91,60 -29643,buy_contrast_m10_bb_pos,buy,2026-05-27 18:39:00,526.0,-12.4574,0,leg_gt,1.91,60 -29644,buy_contrast_m10_bb_pos,buy,2026-05-27 19:00:00,522.0,-11.7858,0,leg_gt,1.89,60 -29645,buy_contrast_m10_bb_pos,buy,2026-05-27 19:03:00,524.0,-12.1229,0,leg_gt,1.89,60 -29646,buy_contrast_m10_bb_pos,buy,2026-05-27 19:06:00,520.0,-11.4462,0,leg_gt,1.89,60 -29647,buy_contrast_m10_bb_pos,buy,2026-05-27 19:09:00,523.0,-11.9547,0,leg_gt,1.89,60 -29648,buy_contrast_m10_bb_pos,buy,2026-05-27 19:12:00,523.0,-11.9547,0,leg_gt,1.89,60 -29649,buy_contrast_m10_bb_pos,buy,2026-05-27 19:15:00,525.0,-12.2905,0,leg_gt,1.88,60 -29650,buy_contrast_m10_bb_pos,buy,2026-05-27 19:18:00,524.0,-12.1229,0,leg_gt,1.88,60 -29651,buy_contrast_m10_bb_pos,buy,2026-05-28 01:21:00,527.0,-12.6237,0,leg_gt,1.63,60 -29652,buy_contrast_m10_bb_pos,buy,2026-05-28 01:24:00,526.0,-12.4574,0,leg_gt,1.63,60 -29653,buy_contrast_m10_bb_pos,buy,2026-05-28 01:27:00,527.0,-12.6237,0,leg_gt,1.62,60 -29654,buy_contrast_m10_bb_pos,buy,2026-05-28 01:51:00,525.0,-12.2905,0,leg_gt,1.61,60 -29655,buy_contrast_m10_bb_pos,buy,2026-05-28 01:54:00,526.0,-12.4574,0,leg_gt,1.61,60 -29656,buy_contrast_m10_bb_pos,buy,2026-05-28 01:57:00,524.0,-12.1229,0,leg_gt,1.6,60 -29657,buy_contrast_m10_bb_pos,buy,2026-05-28 02:00:00,524.0,-12.1229,0,leg_gt,1.6,60 -29658,buy_contrast_m10_bb_pos,buy,2026-05-28 02:03:00,521.0,-11.6163,0,leg_gt,1.6,60 -29659,buy_contrast_m10_bb_pos,buy,2026-05-28 02:06:00,520.0,-11.4462,0,leg_gt,1.6,60 -29660,buy_contrast_m10_bb_pos,buy,2026-05-28 02:09:00,518.0,-11.1039,0,leg_gt,1.6,60 -29661,buy_contrast_m10_bb_pos,buy,2026-05-28 02:51:00,509.0,-9.5303,0,leg_gt,1.57,60 -29662,buy_contrast_m10_bb_pos,buy,2026-05-28 02:54:00,507.0,-9.173,0,leg_gt,1.56,60 -29663,buy_contrast_m10_bb_pos,buy,2026-05-28 02:57:00,507.0,-9.173,0,leg_gt,1.56,60 -29664,buy_contrast_m10_bb_pos,buy,2026-05-28 03:00:00,508.0,-9.352,0,leg_gt,1.56,60 -29665,buy_contrast_m10_bb_pos,buy,2026-05-28 03:03:00,510.0,-9.7078,0,leg_gt,1.56,60 -29666,buy_contrast_m10_bb_pos,buy,2026-05-28 03:06:00,508.0,-9.352,0,leg_gt,1.56,60 -29667,buy_contrast_m10_bb_pos,buy,2026-05-28 03:09:00,507.0,-9.173,0,leg_gt,1.55,60 -29668,buy_contrast_m10_bb_pos,buy,2026-05-28 03:12:00,507.0,-9.173,0,leg_gt,1.55,60 -29669,buy_contrast_m10_bb_pos,buy,2026-05-28 03:15:00,507.0,-9.173,0,leg_gt,1.55,60 -29670,buy_contrast_m10_bb_pos,buy,2026-05-28 03:18:00,506.0,-8.9933,0,leg_gt,1.55,60 -29671,buy_contrast_m10_bb_pos,buy,2026-05-28 03:21:00,504.0,-8.6317,0,leg_gt,1.55,60 -29672,buy_contrast_m10_bb_pos,buy,2026-05-28 03:24:00,505.0,-8.8129,0,leg_gt,1.54,60 -29673,buy_contrast_m10_bb_pos,buy,2026-05-28 03:27:00,504.0,-8.6317,0,leg_gt,1.54,60 -29674,buy_contrast_m10_bb_pos,buy,2026-05-28 07:00:00,507.0,-9.173,0,leg_gt,1.39,60 -29675,buy_contrast_m10_bb_pos,buy,2026-05-28 07:03:00,510.0,-9.7078,0,leg_gt,1.39,60 -29676,buy_contrast_m10_bb_pos,buy,2026-05-28 07:06:00,511.0,-9.8847,0,leg_gt,1.39,60 -29677,buy_contrast_m10_bb_pos,buy,2026-05-28 07:09:00,507.0,-9.173,0,leg_gt,1.39,60 -29678,buy_contrast_m10_bb_pos,buy,2026-05-28 07:12:00,509.0,-9.5303,0,leg_gt,1.39,60 -29679,buy_contrast_m10_bb_pos,buy,2026-05-28 07:15:00,507.0,-9.173,0,leg_gt,1.38,60 -29680,buy_contrast_m10_bb_pos,buy,2026-05-28 07:18:00,507.0,-9.173,0,leg_gt,1.38,60 -29681,buy_contrast_m10_bb_pos,buy,2026-05-28 07:21:00,506.0,-8.9933,0,leg_gt,1.38,60 -29682,buy_contrast_m10_bb_pos,buy,2026-05-28 07:24:00,505.0,-8.8129,0,leg_gt,1.38,60 -29683,buy_contrast_m10_bb_pos,buy,2026-05-28 07:27:00,505.0,-8.8129,0,leg_gt,1.38,60 -29684,buy_contrast_m10_bb_pos,buy,2026-05-28 07:30:00,506.0,-8.9933,0,leg_gt,1.37,60 -29685,buy_contrast_m10_bb_pos,buy,2026-05-28 07:33:00,505.0,-8.8129,0,leg_gt,1.37,60 -29686,buy_contrast_m10_bb_pos,buy,2026-05-28 07:36:00,504.0,-8.6317,0,leg_gt,1.37,60 -29687,buy_contrast_m10_bb_pos,buy,2026-05-28 07:39:00,503.0,-8.4499,0,leg_gt,1.37,60 -29688,buy_contrast_m10_bb_pos,buy,2026-05-28 07:42:00,504.0,-8.6317,0,leg_gt,1.36,60 -29689,buy_contrast_m10_bb_pos,buy,2026-05-28 07:45:00,503.0,-8.4499,0,leg_gt,1.36,60 -29690,buy_contrast_m10_bb_pos,buy,2026-05-28 07:48:00,502.0,-8.2673,0,leg_gt,1.36,60 -29691,buy_contrast_m10_bb_pos,buy,2026-05-28 07:51:00,503.0,-8.4499,0,leg_gt,1.36,60 -29692,buy_contrast_m10_bb_pos,buy,2026-05-28 07:54:00,502.0,-8.2673,0,leg_gt,1.36,60 -29693,buy_contrast_m10_bb_pos,buy,2026-05-28 07:57:00,501.0,-8.084,0,leg_gt,1.35,60 -29694,buy_contrast_m10_bb_pos,buy,2026-05-28 08:00:00,500.0,-7.9,0,leg_gt,1.35,60 -29695,buy_contrast_m10_bb_pos,buy,2026-05-28 08:03:00,502.0,-8.2673,0,leg_gt,1.35,60 -29696,buy_contrast_m10_bb_pos,buy,2026-05-28 08:06:00,500.0,-7.9,0,leg_gt,1.35,60 -29697,buy_contrast_m10_bb_pos,buy,2026-05-28 08:09:00,501.0,-8.084,0,leg_gt,1.35,60 -29698,buy_contrast_m10_bb_pos,buy,2026-05-28 08:12:00,502.0,-8.2673,0,leg_gt,1.34,60 -29699,buy_contrast_m10_bb_pos,buy,2026-05-28 08:15:00,501.0,-8.084,0,leg_gt,1.34,60 -29700,buy_contrast_m10_bb_pos,buy,2026-05-28 08:18:00,499.0,-7.7152,0,leg_gt,1.34,60 -29701,buy_contrast_m10_bb_pos,buy,2026-05-28 08:21:00,499.0,-7.7152,0,leg_gt,1.34,60 -29702,buy_contrast_m10_bb_pos,buy,2026-05-28 08:24:00,498.0,-7.5297,0,leg_gt,1.34,60 -29703,buy_contrast_m10_bb_pos,buy,2026-05-28 08:27:00,498.0,-7.5297,0,leg_gt,1.33,60 -29704,buy_contrast_m10_bb_pos,buy,2026-05-28 08:30:00,497.0,-7.3435,0,leg_gt,1.33,60 -29705,buy_contrast_m10_bb_pos,buy,2026-05-28 08:33:00,498.0,-7.5297,0,leg_gt,1.33,60 -29706,buy_contrast_m10_bb_pos,buy,2026-05-28 08:36:00,497.0,-7.3435,0,leg_gt,1.33,60 -29707,buy_contrast_m10_bb_pos,buy,2026-05-28 08:39:00,498.0,-7.5297,0,leg_gt,1.32,60 -29708,buy_contrast_m10_bb_pos,buy,2026-05-28 08:42:00,501.0,-8.084,0,leg_gt,1.32,60 -29709,buy_contrast_m10_bb_pos,buy,2026-05-28 08:45:00,502.0,-8.2673,0,leg_gt,1.32,60 -29710,buy_contrast_m10_bb_pos,buy,2026-05-28 08:48:00,505.0,-8.8129,0,leg_gt,1.32,60 -29711,buy_contrast_m10_bb_pos,buy,2026-05-28 09:42:00,494.0,-6.7802,0,leg_gt,1.28,60 -29712,buy_contrast_m10_bb_pos,buy,2026-05-28 09:45:00,495.0,-6.9687,0,leg_gt,1.28,60 -29713,buy_contrast_m10_bb_pos,buy,2026-05-28 09:48:00,494.0,-6.7802,0,leg_gt,1.28,60 -29714,buy_contrast_m10_bb_pos,buy,2026-05-28 10:00:00,492.0,-6.4008,0,leg_gt,1.27,60 -29715,buy_contrast_m10_bb_pos,buy,2026-05-28 10:03:00,491.0,-6.21,0,leg_gt,1.27,60 -29716,buy_contrast_m10_bb_pos,buy,2026-05-28 10:06:00,489.0,-5.826,0,leg_gt,1.26,60 -29717,buy_contrast_m10_bb_pos,buy,2026-05-28 10:09:00,490.0,-6.0184,0,leg_gt,1.26,60 -29718,buy_contrast_m10_bb_pos,buy,2026-05-28 10:21:00,488.0,-5.6328,0,leg_gt,1.25,60 -29719,buy_contrast_m10_bb_pos,buy,2026-05-28 10:24:00,490.0,-6.0184,0,leg_gt,1.25,60 -29720,buy_contrast_m10_bb_pos,buy,2026-05-28 10:27:00,490.0,-6.0184,0,leg_gt,1.25,60 -29721,buy_contrast_m10_bb_pos,buy,2026-05-28 10:30:00,490.0,-6.0184,0,leg_gt,1.25,60 -29722,buy_contrast_m10_bb_pos,buy,2026-05-28 10:33:00,493.0,-6.5909,0,leg_gt,1.25,60 -29723,buy_contrast_m10_bb_pos,buy,2026-05-28 10:36:00,492.0,-6.4008,0,leg_gt,1.24,60 -29724,buy_contrast_m10_bb_pos,buy,2026-05-28 10:39:00,493.0,-6.5909,0,leg_gt,1.24,60 -29725,buy_contrast_m10_bb_pos,buy,2026-05-28 12:42:00,482.0,-4.4568,0,leg_gt,1.16,60 -29726,buy_contrast_m10_bb_pos,buy,2026-05-28 12:45:00,480.0,-4.0583,0,leg_gt,1.15,60 -29727,buy_contrast_m10_bb_pos,buy,2026-05-28 12:48:00,479.0,-3.8578,0,leg_gt,1.15,60 -29728,buy_contrast_m10_bb_pos,buy,2026-05-28 13:12:00,478.0,-3.6565,0,leg_gt,1.14,60 -29729,buy_contrast_m10_bb_pos,buy,2026-05-28 13:15:00,479.0,-3.8578,0,leg_gt,1.13,60 -29730,buy_contrast_m10_bb_pos,buy,2026-05-28 13:18:00,477.0,-3.4543,0,leg_gt,1.13,60 -29731,buy_contrast_m10_bb_pos,buy,2026-05-28 13:30:00,476.0,-3.2513,0,leg_gt,1.12,60 -29732,buy_contrast_m10_bb_pos,buy,2026-05-28 13:33:00,475.0,-3.0474,0,leg_gt,1.12,60 -29733,buy_contrast_m10_bb_pos,buy,2026-05-28 13:36:00,477.0,-3.4543,0,leg_gt,1.12,60 -29734,buy_contrast_m10_bb_pos,buy,2026-05-28 13:39:00,477.0,-3.4543,0,leg_gt,1.12,60 -29735,buy_contrast_m10_bb_pos,buy,2026-05-28 14:42:00,458.0,0.555,1,leg_gt,1.07,60 -29736,buy_contrast_m10_bb_pos,buy,2026-05-28 14:45:00,458.0,0.555,1,leg_gt,1.07,60 -29737,buy_contrast_m10_bb_pos,buy,2026-05-28 14:48:00,456.0,0.9965,1,leg_gt,1.07,60 -29738,buy_contrast_m10_bb_pos,buy,2026-05-28 14:51:00,458.0,0.555,1,leg_gt,1.07,60 -29739,buy_contrast_m10_bb_pos,buy,2026-05-28 14:54:00,456.0,0.9965,1,leg_gt,1.06,60 -29740,buy_contrast_m10_bb_pos,buy,2026-05-28 14:57:00,456.0,0.9965,1,leg_gt,1.06,60 -29741,buy_contrast_m10_bb_pos,buy,2026-05-28 15:00:00,456.0,0.9965,1,leg_gt,1.06,60 -29742,buy_contrast_m10_bb_pos,buy,2026-05-28 15:03:00,456.0,0.9965,1,leg_gt,1.06,60 -29743,buy_contrast_m10_bb_pos,buy,2026-05-28 15:06:00,458.0,0.555,1,leg_gt,1.06,60 -29744,buy_contrast_m10_bb_pos,buy,2026-05-28 15:09:00,456.0,0.9965,1,leg_gt,1.05,60 -29745,buy_contrast_m10_bb_pos,buy,2026-05-28 20:21:00,437.0,5.392,1,leg_gt,0.84,60 -29746,buy_contrast_m10_bb_pos,buy,2026-05-28 20:24:00,436.0,5.6339,1,leg_gt,0.84,60 -29747,buy_contrast_m10_bb_pos,buy,2026-05-28 20:27:00,435.0,5.877,1,leg_gt,0.83,60 -29748,buy_contrast_m10_bb_pos,buy,2026-05-28 20:30:00,436.0,5.6339,1,leg_gt,0.83,60 -29749,buy_contrast_m10_bb_pos,buy,2026-05-28 20:33:00,435.0,5.877,1,leg_gt,0.83,60 -29750,buy_contrast_m10_bb_pos,buy,2026-05-28 20:36:00,436.0,5.6339,1,leg_gt,0.83,60 -29751,buy_contrast_m10_bb_pos,buy,2026-05-28 20:39:00,436.0,5.6339,1,leg_gt,0.82,60 -29752,buy_contrast_m10_bb_pos,buy,2026-05-28 20:42:00,436.0,5.6339,1,leg_gt,0.82,60 -29753,buy_contrast_m10_bb_pos,buy,2026-05-28 20:45:00,437.0,5.392,1,leg_gt,0.82,60 -29754,buy_contrast_m10_bb_pos,buy,2026-05-28 20:48:00,436.0,5.6339,1,leg_gt,0.82,60 -29755,buy_contrast_m10_bb_pos,buy,2026-05-28 21:00:00,433.0,6.3665,1,leg_gt,0.81,60 -29756,buy_contrast_m10_bb_pos,buy,2026-05-28 21:03:00,432.0,6.613,1,leg_gt,0.81,60 -29757,buy_contrast_m10_bb_pos,buy,2026-05-28 21:06:00,432.0,6.613,1,leg_gt,0.81,60 -29758,buy_contrast_m10_bb_pos,buy,2026-05-28 21:09:00,432.0,6.613,1,leg_gt,0.8,60 -29759,buy_contrast_m10_bb_pos,buy,2026-05-28 21:12:00,433.0,6.3665,1,leg_gt,0.8,60 -29760,buy_contrast_m10_bb_pos,buy,2026-05-28 21:15:00,433.0,6.3665,1,leg_gt,0.8,60 -29761,buy_contrast_m10_bb_pos,buy,2026-05-28 21:18:00,432.0,6.613,1,leg_gt,0.8,60 -29762,buy_contrast_m10_bb_pos,buy,2026-05-28 22:21:00,428.0,7.6103,1,leg_gt,0.75,60 -29763,buy_contrast_m10_bb_pos,buy,2026-05-28 22:24:00,428.0,7.6103,1,leg_gt,0.75,60 -29764,buy_contrast_m10_bb_pos,buy,2026-05-28 22:27:00,429.0,7.3592,1,leg_gt,0.75,60 -29765,buy_contrast_m10_bb_pos,buy,2026-05-28 22:30:00,429.0,7.3592,1,leg_gt,0.75,60 -29766,buy_contrast_m10_bb_pos,buy,2026-05-28 22:33:00,430.0,7.1093,1,leg_gt,0.75,60 -29767,buy_contrast_m10_bb_pos,buy,2026-05-28 22:36:00,430.0,7.1093,1,leg_gt,0.74,60 -29768,buy_contrast_m10_bb_pos,buy,2026-05-28 22:39:00,430.0,7.1093,1,leg_gt,0.74,60 -29769,buy_contrast_m10_bb_pos,buy,2026-05-28 22:51:00,430.0,7.1093,1,leg_gt,0.73,60 -29770,buy_contrast_m10_bb_pos,buy,2026-05-28 22:54:00,432.0,6.613,1,leg_gt,0.73,60 -29771,buy_contrast_m10_bb_pos,buy,2026-05-28 22:57:00,428.0,7.6103,1,leg_gt,0.73,60 -29772,buy_contrast_m10_bb_pos,buy,2026-05-28 23:51:00,422.0,9.1417,1,leg_gt,0.69,60 -29773,buy_contrast_m10_bb_pos,buy,2026-05-28 23:54:00,423.0,8.8835,1,leg_gt,0.69,60 -29774,buy_contrast_m10_bb_pos,buy,2026-05-28 23:57:00,424.0,8.6264,1,leg_gt,0.69,60 -29775,buy_contrast_m10_bb_pos,buy,2026-05-29 00:12:00,422.0,9.1417,1,leg_gt,0.68,60 -29776,buy_contrast_m10_bb_pos,buy,2026-05-29 00:15:00,423.0,8.8835,1,leg_gt,0.68,60 -29777,buy_contrast_m10_bb_pos,buy,2026-05-29 00:18:00,424.0,8.6264,1,leg_gt,0.67,60 -29778,buy_contrast_m10_bb_pos,buy,2026-05-29 00:21:00,421.0,9.4012,1,leg_gt,0.67,60 -29779,buy_contrast_m10_bb_pos,buy,2026-05-29 00:24:00,422.0,9.1417,1,leg_gt,0.67,60 -29780,buy_contrast_m10_bb_pos,buy,2026-05-29 00:27:00,424.0,8.6264,1,leg_gt,0.67,60 -29781,buy_contrast_m10_bb_pos,buy,2026-05-29 00:51:00,418.0,10.1871,1,leg_gt,0.65,60 -29782,buy_contrast_m10_bb_pos,buy,2026-05-29 00:54:00,418.0,10.1871,1,leg_gt,0.65,60 -29783,buy_contrast_m10_bb_pos,buy,2026-05-29 00:57:00,418.0,10.1871,1,leg_gt,0.65,60 -29784,buy_contrast_m10_bb_pos,buy,2026-05-29 01:00:00,419.0,9.9239,1,leg_gt,0.64,60 -29785,buy_contrast_m10_bb_pos,buy,2026-05-29 01:03:00,418.0,10.1871,1,leg_gt,0.64,60 -29786,buy_contrast_m10_bb_pos,buy,2026-05-29 01:06:00,417.0,10.4516,1,leg_gt,0.64,60 -29787,buy_contrast_m10_bb_pos,buy,2026-05-29 01:09:00,419.0,9.9239,1,leg_gt,0.64,60 -29788,buy_contrast_m10_bb_pos,buy,2026-05-29 01:12:00,420.0,9.6619,1,leg_gt,0.64,60 -29789,buy_contrast_m10_bb_pos,buy,2026-05-29 01:15:00,421.0,9.4012,1,leg_gt,0.63,60 -29790,buy_contrast_m10_bb_pos,buy,2026-05-29 01:18:00,420.0,9.6619,1,leg_gt,0.63,60 -29791,buy_contrast_m10_bb_pos,buy,2026-05-29 02:00:00,416.0,10.7173,1,leg_gt,0.6,60 -29792,buy_contrast_m10_bb_pos,buy,2026-05-29 02:03:00,417.0,10.4516,1,leg_gt,0.6,60 -29793,buy_contrast_m10_bb_pos,buy,2026-05-29 02:06:00,414.0,11.2527,1,leg_gt,0.6,60 -29794,buy_contrast_m10_bb_pos,buy,2026-05-29 02:09:00,415.0,10.9843,1,leg_gt,0.6,60 -29795,buy_contrast_m10_bb_pos,buy,2026-05-29 02:12:00,414.0,11.2527,1,leg_gt,0.59,60 -29796,buy_contrast_m10_bb_pos,buy,2026-05-29 02:15:00,416.0,10.7173,1,leg_gt,0.59,60 -29797,buy_contrast_m10_bb_pos,buy,2026-05-29 02:18:00,417.0,10.4516,1,leg_gt,0.59,60 -29798,buy_contrast_m10_bb_pos,buy,2026-05-29 02:30:00,415.0,10.9843,1,leg_gt,0.58,60 -29799,buy_contrast_m10_bb_pos,buy,2026-05-29 02:33:00,417.0,10.4516,1,leg_gt,0.58,60 -29800,buy_contrast_m10_bb_pos,buy,2026-05-29 02:36:00,419.0,9.9239,1,leg_gt,0.58,60 -29801,buy_contrast_m10_bb_pos,buy,2026-05-29 02:39:00,418.0,10.1871,1,leg_gt,0.57,60 -29802,buy_contrast_m10_bb_pos,buy,2026-05-29 07:51:00,410.0,12.339,1,leg_gt,0.36,60 -29803,buy_contrast_m10_bb_pos,buy,2026-05-29 07:54:00,411.0,12.0655,1,leg_gt,0.36,60 -29804,buy_contrast_m10_bb_pos,buy,2026-05-29 07:57:00,412.0,11.7932,1,leg_gt,0.35,60 -29805,buy_contrast_m10_bb_pos,buy,2026-05-29 08:00:00,410.0,12.339,1,leg_gt,0.35,60 -29806,buy_contrast_m10_bb_pos,buy,2026-05-29 08:03:00,410.0,12.339,1,leg_gt,0.35,60 -29807,buy_contrast_m10_bb_pos,buy,2026-05-29 08:06:00,411.0,12.0655,1,leg_gt,0.35,60 -29808,buy_contrast_m10_bb_pos,buy,2026-05-29 08:09:00,411.0,12.0655,1,leg_gt,0.35,60 -29809,buy_contrast_m10_bb_pos,buy,2026-05-29 08:12:00,410.0,12.339,1,leg_gt,0.34,60 -29810,buy_contrast_m10_bb_pos,buy,2026-05-29 08:15:00,410.0,12.339,1,leg_gt,0.34,60 -29811,buy_contrast_m10_bb_pos,buy,2026-05-29 08:18:00,411.0,12.0655,1,leg_gt,0.34,60 -29812,buy_contrast_m10_bb_pos,buy,2026-05-29 12:30:00,424.0,8.6264,1,leg_gt,0.16,60 -29813,buy_contrast_m10_bb_pos,buy,2026-05-29 12:33:00,425.0,8.3706,1,leg_gt,0.16,60 -29814,buy_contrast_m10_bb_pos,buy,2026-05-29 12:36:00,423.0,8.8835,1,leg_gt,0.16,60 -29815,buy_contrast_m10_bb_pos,buy,2026-05-29 12:39:00,423.0,8.8835,1,leg_gt,0.16,60 -29816,buy_contrast_m10_bb_pos,buy,2026-05-29 12:42:00,424.0,8.6264,1,leg_gt,0.16,60 -29817,buy_contrast_m10_bb_pos,buy,2026-05-29 12:45:00,422.0,9.1417,1,leg_gt,0.15,60 -29818,buy_contrast_m10_bb_pos,buy,2026-05-29 12:48:00,421.0,9.4012,1,leg_gt,0.15,60 -29819,buy_contrast_m10_bb_pos,buy,2026-05-29 13:21:00,419.0,9.9239,1,leg_gt,0.13,60 -29820,buy_contrast_m10_bb_pos,buy,2026-05-29 13:24:00,419.0,9.9239,1,leg_gt,0.13,60 -29821,buy_contrast_m10_bb_pos,buy,2026-05-29 13:27:00,419.0,9.9239,1,leg_gt,0.12,60 -29822,buy_contrast_m10_bb_pos,buy,2026-05-29 20:00:00,444.0,26.7018,1,leg_gt,1.41,60 -29823,buy_contrast_m10_bb_pos,buy,2026-05-29 20:03:00,442.0,27.2756,1,leg_gt,1.4,60 -29824,buy_contrast_m10_bb_pos,buy,2026-05-29 20:06:00,443.0,26.988,1,leg_gt,1.4,60 -29825,buy_contrast_m10_bb_pos,buy,2026-05-29 20:09:00,440.0,27.8545,1,leg_gt,1.4,60 -29826,buy_contrast_m10_bb_pos,buy,2026-05-29 20:12:00,443.0,26.988,1,leg_gt,1.4,60 -29827,buy_contrast_m10_bb_pos,buy,2026-05-29 20:15:00,440.0,27.8545,1,leg_gt,1.4,60 -29828,buy_contrast_m10_bb_pos,buy,2026-05-29 20:18:00,440.0,27.8545,1,leg_gt,1.39,60 -29829,buy_contrast_m10_bb_pos,buy,2026-05-29 20:21:00,440.0,27.8545,1,leg_gt,1.39,60 -29830,buy_contrast_m10_bb_pos,buy,2026-05-29 20:24:00,442.0,27.2756,1,leg_gt,1.39,60 -29831,buy_contrast_m10_bb_pos,buy,2026-05-29 20:27:00,440.0,27.8545,1,leg_gt,1.39,60 -29832,buy_contrast_m10_bb_pos,buy,2026-05-29 21:00:00,435.0,29.3253,1,leg_gt,1.36,60 -29833,buy_contrast_m10_bb_pos,buy,2026-05-29 21:03:00,435.0,29.3253,1,leg_gt,1.36,60 -29834,buy_contrast_m10_bb_pos,buy,2026-05-29 21:06:00,431.0,30.5265,1,leg_gt,1.36,60 -29835,buy_contrast_m10_bb_pos,buy,2026-05-29 21:09:00,432.0,30.2241,1,leg_gt,1.36,60 -29836,buy_contrast_m10_bb_pos,buy,2026-05-29 21:12:00,433.0,29.9231,1,leg_gt,1.36,60 -29837,buy_contrast_m10_bb_pos,buy,2026-05-29 21:15:00,432.0,30.2241,1,leg_gt,1.35,60 -29838,buy_contrast_m10_bb_pos,buy,2026-05-29 21:18:00,434.0,29.6235,1,leg_gt,1.35,60 -29839,buy_contrast_m10_bb_pos,buy,2026-05-29 21:21:00,432.0,30.2241,1,leg_gt,1.35,60 -29840,buy_contrast_m10_bb_pos,buy,2026-05-29 21:24:00,440.0,27.8545,1,leg_gt,1.35,60 -29841,buy_contrast_m10_bb_pos,buy,2026-05-29 21:27:00,438.0,28.4388,1,leg_gt,1.35,60 -29842,buy_contrast_m10_bb_pos,buy,2026-05-29 21:42:00,431.0,30.5265,1,leg_gt,1.34,60 -29843,buy_contrast_m10_bb_pos,buy,2026-05-29 21:45:00,434.0,29.6235,1,leg_gt,1.33,60 -29844,buy_contrast_m10_bb_pos,buy,2026-05-29 21:48:00,433.0,29.9231,1,leg_gt,1.33,60 -29845,buy_contrast_m10_bb_pos,buy,2026-05-30 06:30:00,439.0,28.146,1,leg_gt,0.97,60 -29846,buy_contrast_m10_bb_pos,buy,2026-05-30 06:33:00,440.0,27.8545,1,leg_gt,0.97,60 -29847,buy_contrast_m10_bb_pos,buy,2026-05-30 06:36:00,438.0,28.4388,1,leg_gt,0.96,60 -29848,buy_contrast_m10_bb_pos,buy,2026-05-30 06:39:00,440.0,27.8545,1,leg_gt,0.96,60 -29849,buy_contrast_m10_bb_pos,buy,2026-05-30 07:42:00,432.0,30.2241,1,leg_gt,0.92,60 -29850,buy_contrast_m10_bb_pos,buy,2026-05-30 07:45:00,434.0,29.6235,1,leg_gt,0.92,60 -29851,buy_contrast_m10_bb_pos,buy,2026-05-30 07:48:00,434.0,29.6235,1,leg_gt,0.91,60 -29852,buy_contrast_m10_bb_pos,buy,2026-05-30 07:51:00,434.0,29.6235,1,leg_gt,0.91,60 -29853,buy_contrast_m10_bb_pos,buy,2026-05-30 07:54:00,433.0,29.9231,1,leg_gt,0.91,60 -29854,buy_contrast_m10_bb_pos,buy,2026-05-30 07:57:00,434.0,29.6235,1,leg_gt,0.91,60 -29855,buy_contrast_m10_bb_pos,buy,2026-05-30 08:00:00,433.0,29.9231,1,leg_gt,0.91,60 -29856,buy_contrast_m10_bb_pos,buy,2026-05-30 08:03:00,430.0,30.8302,1,leg_gt,0.9,60 -29857,buy_contrast_m10_bb_pos,buy,2026-05-30 08:06:00,432.0,30.2241,1,leg_gt,0.9,60 -29858,buy_contrast_m10_bb_pos,buy,2026-05-30 08:09:00,431.0,30.5265,1,leg_gt,0.9,60 -29859,buy_contrast_m10_bb_pos,buy,2026-05-30 08:12:00,432.0,30.2241,1,leg_gt,0.9,60 -29860,buy_contrast_m10_bb_pos,buy,2026-05-30 08:15:00,431.0,30.5265,1,leg_gt,0.9,60 -29861,buy_contrast_m10_bb_pos,buy,2026-05-30 08:18:00,431.0,30.5265,1,leg_gt,0.89,60 -29862,buy_contrast_m10_bb_pos,buy,2026-05-30 08:21:00,430.0,30.8302,1,leg_gt,0.89,60 -29863,buy_contrast_m10_bb_pos,buy,2026-05-30 08:24:00,429.0,31.1354,1,leg_gt,0.89,60 -29864,buy_contrast_m10_bb_pos,buy,2026-05-30 08:27:00,429.0,31.1354,1,leg_gt,0.89,60 -29865,buy_contrast_m10_bb_pos,buy,2026-05-30 08:30:00,430.0,30.8302,1,leg_gt,0.89,60 -29866,buy_contrast_m10_bb_pos,buy,2026-05-30 08:33:00,431.0,30.5265,1,leg_gt,0.88,60 -29867,buy_contrast_m10_bb_pos,buy,2026-05-30 08:36:00,430.0,30.8302,1,leg_gt,0.88,60 -29868,buy_contrast_m10_bb_pos,buy,2026-05-30 08:39:00,430.0,30.8302,1,leg_gt,0.88,60 -29869,buy_contrast_m10_bb_pos,buy,2026-05-30 08:42:00,428.0,31.4421,1,leg_gt,0.88,60 -29870,buy_contrast_m10_bb_pos,buy,2026-05-30 08:45:00,429.0,31.1354,1,leg_gt,0.88,60 -29871,buy_contrast_m10_bb_pos,buy,2026-05-30 08:48:00,429.0,31.1354,1,leg_gt,0.87,60 -29872,buy_contrast_m10_bb_pos,buy,2026-05-30 08:51:00,430.0,30.8302,1,leg_gt,0.87,60 -29873,buy_contrast_m10_bb_pos,buy,2026-05-30 08:54:00,430.0,30.8302,1,leg_gt,0.87,60 -29874,buy_contrast_m10_bb_pos,buy,2026-05-30 08:57:00,430.0,30.8302,1,leg_gt,0.87,60 -29875,buy_contrast_m10_bb_pos,buy,2026-05-30 09:21:00,428.0,31.4421,1,leg_gt,0.85,60 -29876,buy_contrast_m10_bb_pos,buy,2026-05-30 09:24:00,428.0,31.4421,1,leg_gt,0.85,60 -29877,buy_contrast_m10_bb_pos,buy,2026-05-30 09:27:00,427.0,31.7501,1,leg_gt,0.85,60 -29878,buy_contrast_m10_bb_pos,buy,2026-05-30 09:42:00,426.0,32.0596,1,leg_gt,0.84,60 -29879,buy_contrast_m10_bb_pos,buy,2026-05-30 09:45:00,426.0,32.0596,1,leg_gt,0.83,60 -29880,buy_contrast_m10_bb_pos,buy,2026-05-30 09:48:00,427.0,31.7501,1,leg_gt,0.83,60 -29881,buy_contrast_m10_bb_pos,buy,2026-05-30 09:51:00,426.0,32.0596,1,leg_gt,0.83,60 -29882,buy_contrast_m10_bb_pos,buy,2026-05-30 09:54:00,427.0,31.7501,1,leg_gt,0.83,60 -29883,buy_contrast_m10_bb_pos,buy,2026-05-30 09:57:00,425.0,32.3706,1,leg_gt,0.82,60 -29884,buy_contrast_m10_bb_pos,buy,2026-05-30 10:00:00,424.0,32.683,1,leg_gt,0.82,60 -29885,buy_contrast_m10_bb_pos,buy,2026-05-30 10:03:00,423.0,32.9969,1,leg_gt,0.82,60 -29886,buy_contrast_m10_bb_pos,buy,2026-05-30 10:06:00,426.0,32.0596,1,leg_gt,0.82,60 -29887,buy_contrast_m10_bb_pos,buy,2026-05-30 10:09:00,425.0,32.3706,1,leg_gt,0.82,60 -29888,buy_contrast_m10_bb_pos,buy,2026-05-30 13:30:00,428.0,31.4421,1,leg_gt,0.68,60 -29889,buy_contrast_m10_bb_pos,buy,2026-05-30 13:33:00,428.0,31.4421,1,leg_gt,0.68,60 -29890,buy_contrast_m10_bb_pos,buy,2026-05-30 13:36:00,427.0,31.7501,1,leg_gt,0.67,60 -29891,buy_contrast_m10_bb_pos,buy,2026-05-30 13:39:00,428.0,31.4421,1,leg_gt,0.67,60 -29892,buy_contrast_m10_bb_pos,buy,2026-05-30 13:42:00,429.0,31.1354,1,leg_gt,0.67,60 -29893,buy_contrast_m10_bb_pos,buy,2026-05-30 13:45:00,431.0,30.5265,1,leg_gt,0.67,60 -29894,buy_contrast_m10_bb_pos,buy,2026-05-30 13:48:00,431.0,30.5265,1,leg_gt,0.66,60 -29895,buy_contrast_m10_bb_pos,buy,2026-05-31 07:12:00,528.0,12.5894,1,leg_gt,1.32,60 -29896,buy_contrast_m10_bb_pos,buy,2026-05-31 07:15:00,528.0,12.5894,1,leg_gt,1.32,60 -29897,buy_contrast_m10_bb_pos,buy,2026-05-31 07:18:00,527.0,12.8032,1,leg_gt,1.31,60 -29898,buy_contrast_m10_bb_pos,buy,2026-05-31 07:21:00,523.0,13.6667,1,leg_gt,1.31,60 -29899,buy_contrast_m10_bb_pos,buy,2026-05-31 07:24:00,523.0,13.6667,1,leg_gt,1.31,60 -29900,buy_contrast_m10_bb_pos,buy,2026-05-31 07:27:00,525.0,13.2333,1,leg_gt,1.31,60 -29901,buy_contrast_m10_bb_pos,buy,2026-05-31 07:42:00,515.0,15.434,1,leg_gt,1.3,60 -29902,buy_contrast_m10_bb_pos,buy,2026-05-31 07:45:00,516.0,15.2101,1,leg_gt,1.3,60 -29903,buy_contrast_m10_bb_pos,buy,2026-05-31 07:48:00,515.0,15.434,1,leg_gt,1.29,60 -29904,buy_contrast_m10_bb_pos,buy,2026-05-31 08:00:00,520.0,14.3231,1,leg_gt,1.29,60 -29905,buy_contrast_m10_bb_pos,buy,2026-05-31 08:03:00,518.0,14.7649,1,leg_gt,1.28,60 -29906,buy_contrast_m10_bb_pos,buy,2026-05-31 08:06:00,517.0,14.987,1,leg_gt,1.28,60 -29907,buy_contrast_m10_bb_pos,buy,2026-05-31 08:09:00,518.0,14.7649,1,leg_gt,1.28,60 -29908,buy_contrast_m10_bb_pos,buy,2026-05-31 08:12:00,516.0,15.2101,1,leg_gt,1.28,60 -29909,buy_contrast_m10_bb_pos,buy,2026-05-31 08:15:00,519.0,14.5435,1,leg_gt,1.27,60 -29910,buy_contrast_m10_bb_pos,buy,2026-05-31 08:18:00,509.0,16.7959,1,leg_gt,1.27,60 -29911,buy_contrast_m10_bb_pos,buy,2026-05-31 08:21:00,509.0,16.7959,1,leg_gt,1.27,60 -29912,buy_contrast_m10_bb_pos,buy,2026-05-31 08:24:00,510.0,16.5667,1,leg_gt,1.27,60 -29913,buy_contrast_m10_bb_pos,buy,2026-05-31 08:27:00,511.0,16.3384,1,leg_gt,1.27,60 -29914,buy_contrast_m10_bb_pos,buy,2026-05-31 08:30:00,508.0,17.026,1,leg_gt,1.26,60 -29915,buy_contrast_m10_bb_pos,buy,2026-05-31 08:33:00,509.0,16.7959,1,leg_gt,1.26,60 -29916,buy_contrast_m10_bb_pos,buy,2026-05-31 08:36:00,510.0,16.5667,1,leg_gt,1.26,60 -29917,buy_contrast_m10_bb_pos,buy,2026-05-31 08:39:00,506.0,17.4889,1,leg_gt,1.26,60 -29918,buy_contrast_m10_bb_pos,buy,2026-05-31 09:30:00,505.0,17.7218,1,leg_gt,1.22,60 -29919,buy_contrast_m10_bb_pos,buy,2026-05-31 09:33:00,506.0,17.4889,1,leg_gt,1.22,60 -29920,buy_contrast_m10_bb_pos,buy,2026-05-31 09:36:00,500.0,18.9,1,leg_gt,1.22,60 -29921,buy_contrast_m10_bb_pos,buy,2026-05-31 09:39:00,504.0,17.9556,1,leg_gt,1.22,60 -29922,buy_contrast_m10_bb_pos,buy,2026-05-31 14:51:00,508.0,17.026,1,leg_gt,1.0,60 -29923,buy_contrast_m10_bb_pos,buy,2026-05-31 14:54:00,509.0,16.7959,1,leg_gt,1.0,60 -29924,buy_contrast_m10_bb_pos,buy,2026-05-31 14:57:00,509.0,16.7959,1,leg_gt,1.0,60 -29925,buy_contrast_m10_bb_pos,buy,2026-05-31 15:12:00,506.0,17.4889,1,leg_gt,0.99,60 -29926,buy_contrast_m10_bb_pos,buy,2026-05-31 15:15:00,506.0,17.4889,1,leg_gt,0.98,60 -29927,buy_contrast_m10_bb_pos,buy,2026-05-31 15:18:00,507.0,17.257,1,leg_gt,0.98,60 -29928,buy_contrast_m10_bb_pos,buy,2026-05-31 15:30:00,506.0,17.4889,1,leg_gt,0.97,60 -29929,buy_contrast_m10_bb_pos,buy,2026-05-31 15:33:00,504.0,17.9556,1,leg_gt,0.97,60 -29930,buy_contrast_m10_bb_pos,buy,2026-05-31 15:36:00,504.0,17.9556,1,leg_gt,0.97,60 -29931,buy_contrast_m10_bb_pos,buy,2026-05-31 15:39:00,504.0,17.9556,1,leg_gt,0.97,60 -29932,buy_contrast_m10_bb_pos,buy,2026-05-31 15:42:00,505.0,17.7218,1,leg_gt,0.96,60 -29933,buy_contrast_m10_bb_pos,buy,2026-05-31 15:45:00,504.0,17.9556,1,leg_gt,0.96,60 -29934,buy_contrast_m10_bb_pos,buy,2026-05-31 15:48:00,505.0,17.7218,1,leg_gt,0.96,60 -29935,buy_contrast_m10_bb_pos,buy,2026-05-31 16:12:00,501.0,18.6625,1,leg_gt,0.94,60 -29936,buy_contrast_m10_bb_pos,buy,2026-05-31 16:15:00,505.0,17.7218,1,leg_gt,0.94,60 -29937,buy_contrast_m10_bb_pos,buy,2026-05-31 16:18:00,504.0,17.9556,1,leg_gt,0.94,60 -29938,buy_contrast_m10_bb_pos,buy,2026-05-31 16:30:00,501.0,18.6625,1,leg_gt,0.93,60 -29939,buy_contrast_m10_bb_pos,buy,2026-05-31 16:33:00,500.0,18.9,1,leg_gt,0.93,60 -29940,buy_contrast_m10_bb_pos,buy,2026-05-31 16:36:00,502.0,18.4259,1,leg_gt,0.93,60 -29941,buy_contrast_m10_bb_pos,buy,2026-05-31 16:39:00,502.0,18.4259,1,leg_gt,0.92,60 -29942,buy_contrast_m10_bb_pos,buy,2026-05-31 16:51:00,500.0,18.9,1,leg_gt,0.92,60 -29943,buy_contrast_m10_bb_pos,buy,2026-05-31 16:54:00,502.0,18.4259,1,leg_gt,0.91,60 -29944,buy_contrast_m10_bb_pos,buy,2026-05-31 16:57:00,503.0,18.1903,1,leg_gt,0.91,60 -29945,buy_contrast_m10_bb_pos,buy,2026-05-31 18:00:00,498.0,19.3779,1,leg_gt,0.87,60 -29946,buy_contrast_m10_bb_pos,buy,2026-05-31 18:03:00,498.0,19.3779,1,leg_gt,0.87,60 -29947,buy_contrast_m10_bb_pos,buy,2026-05-31 18:06:00,497.0,19.6183,1,leg_gt,0.86,60 -29948,buy_contrast_m10_bb_pos,buy,2026-05-31 18:09:00,496.0,19.8597,1,leg_gt,0.86,60 -29949,buy_contrast_m10_bb_pos,buy,2026-05-31 19:12:00,498.0,19.3779,1,leg_gt,0.82,60 -29950,buy_contrast_m10_bb_pos,buy,2026-05-31 19:15:00,497.0,19.6183,1,leg_gt,0.82,60 -29951,buy_contrast_m10_bb_pos,buy,2026-05-31 19:18:00,496.0,19.8597,1,leg_gt,0.81,60 -29952,buy_contrast_m10_bb_pos,buy,2026-06-01 15:12:00,571.0,2.527,1,leg_gt,0.05,60 -29953,buy_contrast_m10_bb_pos,buy,2026-06-01 15:15:00,567.0,3.251,1,leg_gt,0.05,60 -29954,buy_contrast_m10_bb_pos,buy,2026-06-01 15:18:00,563.0,3.9853,1,leg_gt,0.05,60 -29955,buy_contrast_m10_bb_pos,buy,2026-06-01 16:51:00,562.0,11.2879,1,leg_gt,0.45,60 -29956,buy_contrast_m10_bb_pos,buy,2026-06-01 16:54:00,558.0,12.0864,1,leg_gt,0.45,60 -29957,buy_contrast_m10_bb_pos,buy,2026-06-01 16:57:00,556.0,12.4899,1,leg_gt,0.45,60 -29958,buy_contrast_m10_bb_pos,buy,2026-06-01 17:00:00,555.0,12.6928,1,leg_gt,0.44,60 -29959,buy_contrast_m10_bb_pos,buy,2026-06-01 17:03:00,551.0,13.5116,1,leg_gt,0.44,60 -29960,buy_contrast_m10_bb_pos,buy,2026-06-01 17:06:00,555.0,12.6928,1,leg_gt,0.44,60 -29961,buy_contrast_m10_bb_pos,buy,2026-06-01 17:09:00,559.0,11.8857,1,leg_gt,0.44,60 -29962,buy_contrast_m10_bb_pos,buy,2026-06-01 18:42:00,546.0,14.552,1,leg_gt,0.37,60 -29963,buy_contrast_m10_bb_pos,buy,2026-06-01 18:45:00,548.0,14.1336,1,leg_gt,0.37,60 -29964,buy_contrast_m10_bb_pos,buy,2026-06-01 18:48:00,549.0,13.9255,1,leg_gt,0.37,60 -29965,buy_contrast_m10_bb_pos,buy,2026-06-01 18:51:00,552.0,13.3058,1,leg_gt,0.37,60 -29966,buy_contrast_m10_bb_pos,buy,2026-06-01 18:54:00,554.0,12.8964,1,leg_gt,0.36,60 -29967,buy_contrast_m10_bb_pos,buy,2026-06-01 18:57:00,554.0,12.8964,1,leg_gt,0.36,60 -29968,buy_contrast_m10_bb_pos,buy,2026-06-01 20:51:00,547.0,14.3424,1,leg_gt,0.28,60 -29969,buy_contrast_m10_bb_pos,buy,2026-06-01 20:54:00,548.0,14.1336,1,leg_gt,0.28,60 -29970,buy_contrast_m10_bb_pos,buy,2026-06-01 20:57:00,549.0,13.9255,1,leg_gt,0.28,60 -29971,buy_contrast_m10_bb_pos,buy,2026-06-01 21:00:00,549.0,13.9255,1,leg_gt,0.28,60 -29972,buy_contrast_m10_bb_pos,buy,2026-06-01 21:03:00,548.0,14.1336,1,leg_gt,0.28,60 -29973,buy_contrast_m10_bb_pos,buy,2026-06-01 21:06:00,548.0,14.1336,1,leg_gt,0.27,60 -29974,buy_contrast_m10_bb_pos,buy,2026-06-01 21:09:00,543.0,15.1855,1,leg_gt,0.27,60 -29975,buy_contrast_m10_bb_pos,buy,2026-06-01 21:21:00,548.0,14.1336,1,leg_gt,0.26,60 -29976,buy_contrast_m10_bb_pos,buy,2026-06-01 21:24:00,549.0,13.9255,1,leg_gt,0.26,60 -29977,buy_contrast_m10_bb_pos,buy,2026-06-01 21:27:00,547.0,14.3424,1,leg_gt,0.26,60 -29978,buy_contrast_m10_bb_pos,buy,2026-06-01 23:51:00,549.0,13.9255,1,leg_gt,0.16,60 -29979,buy_contrast_m10_bb_pos,buy,2026-06-01 23:54:00,547.0,14.3424,1,leg_gt,0.16,60 -29980,buy_contrast_m10_bb_pos,buy,2026-06-01 23:57:00,545.0,14.7624,1,leg_gt,0.15,60 -29981,buy_contrast_m10_bb_pos,buy,2026-06-02 16:12:00,664.0,16.1651,1,leg_gt,1.26,60 -29982,buy_contrast_m10_bb_pos,buy,2026-06-02 16:15:00,664.0,16.1651,1,leg_gt,1.26,60 -29983,buy_contrast_m10_bb_pos,buy,2026-06-02 16:18:00,662.0,16.5163,1,leg_gt,1.26,60 -29984,buy_contrast_m10_bb_pos,buy,2026-06-02 16:21:00,661.0,16.6927,1,leg_gt,1.26,60 -29985,buy_contrast_m10_bb_pos,buy,2026-06-02 16:24:00,648.0,19.0358,1,leg_gt,1.26,60 -29986,buy_contrast_m10_bb_pos,buy,2026-06-02 16:27:00,649.0,18.8522,1,leg_gt,1.25,60 -29987,buy_contrast_m10_bb_pos,buy,2026-06-02 17:30:00,604.0,27.7146,1,leg_gt,1.21,60 -29988,buy_contrast_m10_bb_pos,buy,2026-06-02 17:33:00,603.0,27.9265,1,leg_gt,1.21,60 -29989,buy_contrast_m10_bb_pos,buy,2026-06-02 17:36:00,602.0,28.1392,1,leg_gt,1.21,60 -29990,buy_contrast_m10_bb_pos,buy,2026-06-02 17:39:00,609.0,26.6652,1,leg_gt,1.2,60 -29991,buy_contrast_m10_bb_pos,buy,2026-06-02 17:42:00,608.0,26.8737,1,leg_gt,1.2,60 -29992,buy_contrast_m10_bb_pos,buy,2026-06-02 17:45:00,608.0,26.8737,1,leg_gt,1.2,60 -29993,buy_contrast_m10_bb_pos,buy,2026-06-02 17:48:00,601.0,28.3526,1,leg_gt,1.2,60 -29994,buy_contrast_m10_bb_pos,buy,2026-06-02 17:51:00,602.0,28.1392,1,leg_gt,1.2,60 -29995,buy_contrast_m10_bb_pos,buy,2026-06-02 17:54:00,607.0,27.0829,1,leg_gt,1.19,60 -29996,buy_contrast_m10_bb_pos,buy,2026-06-02 17:57:00,605.0,27.5033,1,leg_gt,1.19,60 -29997,buy_contrast_m10_bb_pos,buy,2026-06-02 21:12:00,607.0,27.0829,1,leg_gt,1.06,60 -29998,buy_contrast_m10_bb_pos,buy,2026-06-02 21:15:00,607.0,27.0829,1,leg_gt,1.05,60 -29999,buy_contrast_m10_bb_pos,buy,2026-06-02 21:18:00,603.0,27.9265,1,leg_gt,1.05,60 -30000,buy_contrast_m10_bb_pos,buy,2026-06-03 00:12:00,601.0,28.3526,1,leg_gt,0.93,60 -30001,buy_contrast_m10_bb_pos,buy,2026-06-03 00:15:00,599.0,28.7815,1,leg_gt,0.93,60 -30002,buy_contrast_m10_bb_pos,buy,2026-06-03 00:18:00,602.0,28.1392,1,leg_gt,0.93,60 -30003,buy_contrast_m10_bb_pos,buy,2026-06-03 00:30:00,586.0,31.6406,1,leg_gt,0.92,60 -30004,buy_contrast_m10_bb_pos,buy,2026-06-03 00:33:00,586.0,31.6406,1,leg_gt,0.92,60 -30005,buy_contrast_m10_bb_pos,buy,2026-06-03 00:36:00,588.0,31.1925,1,leg_gt,0.91,60 -30006,buy_contrast_m10_bb_pos,buy,2026-06-03 00:39:00,585.0,31.8658,1,leg_gt,0.91,60 -30007,buy_contrast_m10_bb_pos,buy,2026-06-03 00:42:00,594.0,29.8663,1,leg_gt,0.91,60 -30008,buy_contrast_m10_bb_pos,buy,2026-06-03 00:45:00,594.0,29.8663,1,leg_gt,0.91,60 -30009,buy_contrast_m10_bb_pos,buy,2026-06-03 00:48:00,592.0,30.3054,1,leg_gt,0.91,60 -30010,buy_contrast_m10_bb_pos,buy,2026-06-03 03:42:00,607.0,27.0829,1,leg_gt,0.79,60 -30011,buy_contrast_m10_bb_pos,buy,2026-06-03 03:45:00,600.0,28.5667,1,leg_gt,0.78,60 -30012,buy_contrast_m10_bb_pos,buy,2026-06-03 03:48:00,601.0,28.3526,1,leg_gt,0.78,60 -30013,buy_contrast_m10_bb_pos,buy,2026-06-03 04:00:00,599.0,28.7815,1,leg_gt,0.77,60 -30014,buy_contrast_m10_bb_pos,buy,2026-06-03 04:03:00,596.0,29.4302,1,leg_gt,0.77,60 -30015,buy_contrast_m10_bb_pos,buy,2026-06-03 04:06:00,596.0,29.4302,1,leg_gt,0.77,60 -30016,buy_contrast_m10_bb_pos,buy,2026-06-03 04:09:00,597.0,29.2132,1,leg_gt,0.77,60 -30017,buy_contrast_m10_bb_pos,buy,2026-06-03 04:21:00,590.0,30.7475,1,leg_gt,0.76,60 -30018,buy_contrast_m10_bb_pos,buy,2026-06-03 04:24:00,589.0,30.9696,1,leg_gt,0.76,60 -30019,buy_contrast_m10_bb_pos,buy,2026-06-03 04:27:00,593.0,30.0855,1,leg_gt,0.75,60 -30020,buy_contrast_m10_bb_pos,buy,2026-06-03 04:30:00,592.0,30.3054,1,leg_gt,0.75,60 -30021,buy_contrast_m10_bb_pos,buy,2026-06-03 04:33:00,588.0,31.1925,1,leg_gt,0.75,60 -30022,buy_contrast_m10_bb_pos,buy,2026-06-03 04:36:00,585.0,31.8658,1,leg_gt,0.75,60 -30023,buy_contrast_m10_bb_pos,buy,2026-06-03 04:39:00,586.0,31.6406,1,leg_gt,0.75,60 -30024,buy_contrast_m10_bb_pos,buy,2026-06-03 08:00:00,585.0,31.8658,1,leg_gt,0.61,60 -30025,buy_contrast_m10_bb_pos,buy,2026-06-03 08:03:00,583.0,32.3185,1,leg_gt,0.6,60 -30026,buy_contrast_m10_bb_pos,buy,2026-06-03 08:06:00,586.0,31.6406,1,leg_gt,0.6,60 -30027,buy_contrast_m10_bb_pos,buy,2026-06-03 08:09:00,586.0,31.6406,1,leg_gt,0.6,60 -30028,buy_contrast_m10_bb_pos,buy,2026-06-03 08:12:00,586.0,31.6406,1,leg_gt,0.6,60 -30029,buy_contrast_m10_bb_pos,buy,2026-06-03 08:15:00,582.0,32.546,1,leg_gt,0.6,60 -30030,buy_contrast_m10_bb_pos,buy,2026-06-03 08:18:00,581.0,32.7744,1,leg_gt,0.59,60 -30031,buy_contrast_m10_bb_pos,buy,2026-06-03 12:51:00,569.0,35.5766,1,leg_gt,0.4,60 -30032,buy_contrast_m10_bb_pos,buy,2026-06-03 12:54:00,569.0,35.5766,1,leg_gt,0.4,60 -30033,buy_contrast_m10_bb_pos,buy,2026-06-03 12:57:00,570.0,35.3386,1,leg_gt,0.4,60 -30034,buy_contrast_m10_bb_pos,buy,2026-06-03 21:12:00,729.0,5.7985,1,leg_gt,0.06,60 -30035,buy_contrast_m10_bb_pos,buy,2026-06-03 21:15:00,727.0,6.0898,1,leg_gt,0.05,60 -30036,buy_contrast_m10_bb_pos,buy,2026-06-03 21:18:00,730.0,5.6534,1,leg_gt,0.05,60 -30037,buy_contrast_m10_bb_pos,buy,2026-06-04 08:12:00,789.0,-0.4802,0,leg_gt,0.01,60 -30038,buy_contrast_m10_bb_pos,buy,2026-06-04 08:12:00,789.0,-0.4802,0,leg_gt,0.01,60 -30039,buy_contrast_m10_bb_pos,buy,2026-06-04 08:15:00,785.0,0.0274,1,leg_gt,0.01,60 -30040,buy_contrast_m10_bb_pos,buy,2026-06-04 08:15:00,785.0,0.0274,1,leg_gt,0.01,60 -30041,buy_contrast_m10_bb_pos,buy,2026-06-04 08:18:00,790.0,-0.6063,0,leg_gt,0.01,60 -30042,buy_contrast_m10_bb_pos,buy,2026-06-04 08:18:00,790.0,-0.6063,0,leg_gt,0.01,60 -30043,buy_contrast_m10_bb_pos,buy,2026-06-04 08:21:00,780.0,0.6692,1,leg_gt,0.0,60 -30044,buy_contrast_m10_bb_pos,buy,2026-06-04 08:21:00,780.0,0.6692,1,leg_gt,0.0,60 -30045,buy_contrast_m10_bb_pos,buy,2026-06-04 08:24:00,786.0,-0.1,0,leg_gt,0.0,60 -30046,buy_contrast_m10_bb_pos,buy,2026-06-04 08:24:00,786.0,-0.1,0,leg_gt,0.0,60 -30053,buy_mtf_cross_all_tf,buy,2025-06-05 08:12:00,1586.0,-0.6044,0,leg_gt,2.49,60 -30054,buy_mtf_cross_all_tf,buy,2025-06-05 08:15:00,1585.0,-0.5416,0,leg_gt,2.49,60 -30055,buy_mtf_cross_all_tf,buy,2025-06-05 08:18:00,1583.0,-0.4159,0,leg_gt,2.49,60 -30056,buy_mtf_cross_all_tf,buy,2025-06-05 08:30:00,1582.0,-0.3528,0,leg_gt,2.48,60 -30057,buy_mtf_cross_all_tf,buy,2025-06-05 09:12:00,1570.0,0.4096,1,leg_gt,2.45,60 -30058,buy_mtf_cross_all_tf,buy,2025-06-05 09:15:00,1571.0,0.3456,1,leg_gt,2.45,60 -30059,buy_mtf_cross_all_tf,buy,2025-06-05 09:18:00,1572.0,0.2817,1,leg_gt,2.44,60 -30060,buy_mtf_cross_all_tf,buy,2025-06-05 10:54:00,1562.0,0.9243,1,leg_gt,2.38,60 -30061,buy_mtf_cross_all_tf,buy,2025-06-05 10:57:00,1564.0,0.7951,1,leg_gt,2.38,60 -30062,buy_mtf_cross_all_tf,buy,2025-06-05 11:00:00,1564.0,0.7951,1,leg_gt,2.37,60 -30063,buy_mtf_cross_all_tf,buy,2025-06-05 11:30:00,1564.0,0.7951,1,leg_gt,2.35,60 -30064,buy_mtf_cross_all_tf,buy,2025-06-05 14:42:00,1541.0,2.301,1,leg_gt,2.22,60 -30065,buy_mtf_cross_all_tf,buy,2025-06-05 14:45:00,1543.0,2.1683,1,leg_gt,2.22,60 -30066,buy_mtf_cross_all_tf,buy,2025-06-05 19:36:00,1544.0,2.1021,1,leg_gt,2.01,60 -30067,buy_mtf_cross_all_tf,buy,2025-06-05 19:45:00,1538.0,2.5008,1,leg_gt,2.01,60 -30068,buy_mtf_cross_all_tf,buy,2025-06-05 19:48:00,1537.0,2.5675,1,leg_gt,2.01,60 -30069,buy_mtf_cross_all_tf,buy,2025-06-05 20:12:00,1536.0,2.6344,1,leg_gt,1.99,60 -30070,buy_mtf_cross_all_tf,buy,2025-06-05 20:15:00,1536.0,2.6344,1,leg_gt,1.99,60 -30071,buy_mtf_cross_all_tf,buy,2025-06-05 20:18:00,1534.0,2.7683,1,leg_gt,1.99,60 -30072,buy_mtf_cross_all_tf,buy,2025-06-05 23:06:00,1527.0,3.2399,1,leg_gt,1.87,60 -30073,buy_mtf_cross_all_tf,buy,2025-06-05 23:09:00,1526.0,3.3076,1,leg_gt,1.87,60 -30074,buy_mtf_cross_all_tf,buy,2025-06-05 23:12:00,1525.0,3.3754,1,leg_gt,1.86,60 -30075,buy_mtf_cross_all_tf,buy,2025-06-05 23:18:00,1523.0,3.5113,1,leg_gt,1.86,60 -30076,buy_mtf_cross_all_tf,buy,2025-06-05 23:21:00,1512.0,4.2651,1,leg_gt,1.86,60 -30077,buy_mtf_cross_all_tf,buy,2025-06-06 01:27:00,1517.0,3.9211,1,leg_gt,1.77,60 -30078,buy_mtf_cross_all_tf,buy,2025-06-06 01:36:00,1511.0,4.3341,1,leg_gt,1.76,60 -30079,buy_mtf_cross_all_tf,buy,2025-06-06 01:39:00,1511.0,4.3341,1,leg_gt,1.76,60 -30080,buy_mtf_cross_all_tf,buy,2025-06-06 01:42:00,1512.0,4.2651,1,leg_gt,1.76,60 -30081,buy_mtf_cross_all_tf,buy,2025-06-06 01:45:00,1510.0,4.4033,1,leg_gt,1.76,60 -30082,buy_mtf_cross_all_tf,buy,2025-06-06 01:48:00,1506.0,4.6809,1,leg_gt,1.76,60 -30083,buy_mtf_cross_all_tf,buy,2025-06-06 01:54:00,1508.0,4.5419,1,leg_gt,1.75,60 -30084,buy_mtf_cross_all_tf,buy,2025-06-06 02:36:00,1502.0,4.9599,1,leg_gt,1.72,60 -30085,buy_mtf_cross_all_tf,buy,2025-06-06 04:30:00,1486.0,6.0911,1,leg_gt,1.64,60 -30086,buy_mtf_cross_all_tf,buy,2025-06-06 04:51:00,1476.0,6.8106,1,leg_gt,1.63,60 -30087,buy_mtf_cross_all_tf,buy,2025-06-06 04:54:00,1477.0,6.7382,1,leg_gt,1.63,60 -30088,buy_mtf_cross_all_tf,buy,2025-06-06 04:57:00,1472.0,7.1011,1,leg_gt,1.62,60 -30089,buy_mtf_cross_all_tf,buy,2025-06-06 05:00:00,1469.0,7.32,1,leg_gt,1.62,60 -30090,buy_mtf_cross_all_tf,buy,2025-06-06 05:03:00,1468.0,7.3932,1,leg_gt,1.62,60 -30091,buy_mtf_cross_all_tf,buy,2025-06-06 05:06:00,1469.0,7.32,1,leg_gt,1.62,60 -30092,buy_mtf_cross_all_tf,buy,2025-06-06 05:09:00,1464.0,7.6869,1,leg_gt,1.62,60 -30093,buy_mtf_cross_all_tf,buy,2025-06-06 05:12:00,1463.0,7.7606,1,leg_gt,1.61,60 -30094,buy_mtf_cross_all_tf,buy,2025-06-06 05:15:00,1461.0,7.9082,1,leg_gt,1.61,60 -30095,buy_mtf_cross_all_tf,buy,2025-06-06 05:18:00,1455.0,8.3536,1,leg_gt,1.61,60 -30096,buy_mtf_cross_all_tf,buy,2025-06-06 05:24:00,1451.0,8.6526,1,leg_gt,1.61,60 -30097,buy_mtf_cross_all_tf,buy,2025-06-06 05:27:00,1453.0,8.5029,1,leg_gt,1.6,60 -30098,buy_mtf_cross_all_tf,buy,2025-06-06 05:33:00,1448.0,8.8779,1,leg_gt,1.6,60 -30099,buy_mtf_cross_all_tf,buy,2025-06-06 05:36:00,1445.0,9.1042,1,leg_gt,1.6,60 -30100,buy_mtf_cross_all_tf,buy,2025-06-06 05:39:00,1437.0,9.7121,1,leg_gt,1.6,60 -30101,buy_mtf_cross_all_tf,buy,2025-06-06 05:51:00,1434.0,9.9418,1,leg_gt,1.59,60 -30102,buy_mtf_cross_all_tf,buy,2025-06-06 05:54:00,1427.0,10.4816,1,leg_gt,1.59,60 -30103,buy_mtf_cross_all_tf,buy,2025-06-06 05:57:00,1429.0,10.3269,1,leg_gt,1.58,60 -30104,buy_mtf_cross_all_tf,buy,2025-06-06 06:00:00,1425.0,10.6368,1,leg_gt,1.58,60 -30105,buy_mtf_cross_all_tf,buy,2025-06-06 06:15:00,1421.0,10.9486,1,leg_gt,1.57,60 -30106,buy_mtf_cross_all_tf,buy,2025-06-07 04:03:00,1479.0,6.5937,1,leg_gt,0.66,60 -30107,buy_mtf_cross_all_tf,buy,2025-06-07 04:21:00,1479.0,6.5937,1,leg_gt,0.65,60 -30108,buy_mtf_cross_all_tf,buy,2025-06-09 08:00:00,1535.0,-12.8036,0,leg_gt,10.07,60 -30109,buy_mtf_cross_all_tf,buy,2025-06-09 08:03:00,1532.0,-12.6326,0,leg_gt,10.07,60 -30110,buy_mtf_cross_all_tf,buy,2025-06-09 08:06:00,1532.0,-12.6326,0,leg_gt,10.07,60 -30111,buy_mtf_cross_all_tf,buy,2025-06-09 08:09:00,1530.0,-12.5183,0,leg_gt,10.06,60 -30112,buy_mtf_cross_all_tf,buy,2025-06-09 08:12:00,1529.0,-12.461,0,leg_gt,10.06,60 -30113,buy_mtf_cross_all_tf,buy,2025-06-09 08:15:00,1529.0,-12.461,0,leg_gt,10.06,60 -30114,buy_mtf_cross_all_tf,buy,2025-06-09 08:18:00,1525.0,-12.2311,0,leg_gt,10.06,60 -30115,buy_mtf_cross_all_tf,buy,2025-06-09 08:21:00,1529.0,-12.461,0,leg_gt,10.06,60 -30116,buy_mtf_cross_all_tf,buy,2025-06-09 08:24:00,1525.0,-12.2311,0,leg_gt,10.05,60 -30117,buy_mtf_cross_all_tf,buy,2025-06-09 08:27:00,1522.0,-12.058,0,leg_gt,10.05,60 -30118,buy_mtf_cross_all_tf,buy,2025-06-09 08:30:00,1525.0,-12.2311,0,leg_gt,10.05,60 -30119,buy_mtf_cross_all_tf,buy,2025-06-09 10:54:00,1521.0,-12.0001,0,leg_gt,9.95,60 -30120,buy_mtf_cross_all_tf,buy,2025-06-09 10:57:00,1520.0,-11.9421,0,leg_gt,9.95,60 -30121,buy_mtf_cross_all_tf,buy,2025-06-09 11:00:00,1522.0,-12.058,0,leg_gt,9.95,60 -30122,buy_mtf_cross_all_tf,buy,2025-06-09 11:03:00,1520.0,-11.9421,0,leg_gt,9.94,60 -30123,buy_mtf_cross_all_tf,buy,2025-06-09 11:06:00,1519.0,-11.8841,0,leg_gt,9.94,60 -30124,buy_mtf_cross_all_tf,buy,2025-06-09 11:30:00,1517.0,-11.7678,0,leg_gt,9.93,60 -30125,buy_mtf_cross_all_tf,buy,2025-06-09 11:33:00,1516.0,-11.7095,0,leg_gt,9.92,60 -30126,buy_mtf_cross_all_tf,buy,2025-06-09 11:45:00,1511.0,-11.417,0,leg_gt,9.91,60 -30127,buy_mtf_cross_all_tf,buy,2025-06-09 11:48:00,1511.0,-11.417,0,leg_gt,9.91,60 -30128,buy_mtf_cross_all_tf,buy,2025-06-09 12:12:00,1508.0,-11.2406,0,leg_gt,9.9,60 -30129,buy_mtf_cross_all_tf,buy,2025-06-09 12:15:00,1507.0,-11.1816,0,leg_gt,9.89,60 -30130,buy_mtf_cross_all_tf,buy,2025-06-09 12:18:00,1507.0,-11.1816,0,leg_gt,9.89,60 -30131,buy_mtf_cross_all_tf,buy,2025-06-09 12:27:00,1502.0,-10.8856,0,leg_gt,9.89,60 -30132,buy_mtf_cross_all_tf,buy,2025-06-09 12:30:00,1503.0,-10.945,0,leg_gt,9.88,60 -30133,buy_mtf_cross_all_tf,buy,2025-06-09 12:42:00,1502.0,-10.8856,0,leg_gt,9.88,60 -30134,buy_mtf_cross_all_tf,buy,2025-06-09 12:45:00,1501.0,-10.8262,0,leg_gt,9.87,60 -30135,buy_mtf_cross_all_tf,buy,2025-06-09 13:45:00,1499.0,-10.7071,0,leg_gt,9.83,60 -30136,buy_mtf_cross_all_tf,buy,2025-06-09 13:48:00,1498.0,-10.6474,0,leg_gt,9.83,60 -30137,buy_mtf_cross_all_tf,buy,2025-06-09 13:57:00,1495.0,-10.4679,0,leg_gt,9.82,60 -30138,buy_mtf_cross_all_tf,buy,2025-06-09 14:00:00,1497.0,-10.5876,0,leg_gt,9.82,60 -30139,buy_mtf_cross_all_tf,buy,2025-06-09 14:03:00,1493.0,-10.3478,0,leg_gt,9.82,60 -30140,buy_mtf_cross_all_tf,buy,2025-06-09 14:06:00,1493.0,-10.3478,0,leg_gt,9.82,60 -30141,buy_mtf_cross_all_tf,buy,2025-06-09 14:09:00,1494.0,-10.4079,0,leg_gt,9.81,60 -30142,buy_mtf_cross_all_tf,buy,2025-06-09 14:27:00,1489.0,-10.1067,0,leg_gt,9.8,60 -30143,buy_mtf_cross_all_tf,buy,2025-06-09 14:30:00,1488.0,-10.0462,0,leg_gt,9.8,60 -30144,buy_mtf_cross_all_tf,buy,2025-06-09 14:33:00,1488.0,-10.0462,0,leg_gt,9.8,60 -30145,buy_mtf_cross_all_tf,buy,2025-06-09 14:39:00,1486.0,-9.925,0,leg_gt,9.79,60 -30146,buy_mtf_cross_all_tf,buy,2025-06-09 14:42:00,1484.0,-9.8035,0,leg_gt,9.79,60 -30147,buy_mtf_cross_all_tf,buy,2025-06-09 14:48:00,1483.0,-9.7426,0,leg_gt,9.79,60 -30148,buy_mtf_cross_all_tf,buy,2025-06-09 14:54:00,1484.0,-9.8035,0,leg_gt,9.78,60 -30149,buy_mtf_cross_all_tf,buy,2025-06-09 15:00:00,1480.0,-9.5595,0,leg_gt,9.78,60 -30150,buy_mtf_cross_all_tf,buy,2025-06-09 15:03:00,1480.0,-9.5595,0,leg_gt,9.78,60 -30151,buy_mtf_cross_all_tf,buy,2025-06-09 15:06:00,1480.0,-9.5595,0,leg_gt,9.78,60 -30152,buy_mtf_cross_all_tf,buy,2025-06-09 15:09:00,1479.0,-9.4982,0,leg_gt,9.77,60 -30153,buy_mtf_cross_all_tf,buy,2025-06-09 15:15:00,1475.0,-9.2525,0,leg_gt,9.77,60 -30154,buy_mtf_cross_all_tf,buy,2025-06-09 15:18:00,1478.0,-9.4369,0,leg_gt,9.77,60 -30155,buy_mtf_cross_all_tf,buy,2025-06-13 01:00:00,1464.0,-8.5699,0,leg_gt,6.36,60 -30156,buy_mtf_cross_all_tf,buy,2025-06-13 01:03:00,1468.0,-8.8193,0,leg_gt,6.36,60 -30157,buy_mtf_cross_all_tf,buy,2025-06-13 04:36:00,1463.0,-8.5074,0,leg_gt,6.21,60 -30158,buy_mtf_cross_all_tf,buy,2025-06-13 05:00:00,1443.0,-7.2379,0,leg_gt,6.2,60 -30159,buy_mtf_cross_all_tf,buy,2025-06-13 05:03:00,1445.0,-7.3664,0,leg_gt,6.19,60 -30160,buy_mtf_cross_all_tf,buy,2025-06-13 05:06:00,1443.0,-7.2379,0,leg_gt,6.19,60 -30161,buy_mtf_cross_all_tf,buy,2025-06-13 05:12:00,1443.0,-7.2379,0,leg_gt,6.19,60 -30162,buy_mtf_cross_all_tf,buy,2025-06-13 05:15:00,1439.0,-6.9798,0,leg_gt,6.19,60 -30163,buy_mtf_cross_all_tf,buy,2025-06-13 05:27:00,1437.0,-6.8502,0,leg_gt,6.18,60 -30164,buy_mtf_cross_all_tf,buy,2025-06-13 05:36:00,1435.0,-6.7202,0,leg_gt,6.17,60 -30165,buy_mtf_cross_all_tf,buy,2025-06-13 05:39:00,1431.0,-6.4592,0,leg_gt,6.17,60 -30166,buy_mtf_cross_all_tf,buy,2025-06-13 06:00:00,1411.0,-5.1319,0,leg_gt,6.15,60 -30167,buy_mtf_cross_all_tf,buy,2025-06-13 06:03:00,1413.0,-5.2663,0,leg_gt,6.15,60 -30168,buy_mtf_cross_all_tf,buy,2025-06-13 06:09:00,1411.0,-5.1319,0,leg_gt,6.15,60 -30169,buy_mtf_cross_all_tf,buy,2025-06-13 06:15:00,1408.0,-4.9295,0,leg_gt,6.14,60 -30170,buy_mtf_cross_all_tf,buy,2025-06-13 09:42:00,1350.0,-0.8407,0,leg_gt,6.0,60 -30171,buy_mtf_cross_all_tf,buy,2025-06-13 09:54:00,1348.0,-0.6935,0,leg_gt,5.99,60 -30172,buy_mtf_cross_all_tf,buy,2025-06-13 10:06:00,1339.0,-0.0253,0,leg_gt,5.98,60 -30173,buy_mtf_cross_all_tf,buy,2025-06-13 10:09:00,1339.0,-0.0253,0,leg_gt,5.98,60 -30174,buy_mtf_cross_all_tf,buy,2025-06-13 10:18:00,1332.0,0.5006,1,leg_gt,5.98,60 -30175,buy_mtf_cross_all_tf,buy,2025-06-13 10:36:00,1318.0,1.5692,1,leg_gt,5.96,60 -30176,buy_mtf_cross_all_tf,buy,2025-06-13 10:39:00,1324.0,1.1085,1,leg_gt,5.96,60 -30177,buy_mtf_cross_all_tf,buy,2025-06-13 10:42:00,1312.0,2.0341,1,leg_gt,5.96,60 -30178,buy_mtf_cross_all_tf,buy,2025-06-13 11:06:00,1315.0,1.8011,1,leg_gt,5.94,60 -30179,buy_mtf_cross_all_tf,buy,2025-06-13 11:09:00,1311.0,2.1121,1,leg_gt,5.94,60 -30180,buy_mtf_cross_all_tf,buy,2025-06-13 11:15:00,1309.0,2.2682,1,leg_gt,5.94,60 -30181,buy_mtf_cross_all_tf,buy,2025-06-13 11:18:00,1309.0,2.2682,1,leg_gt,5.93,60 -30182,buy_mtf_cross_all_tf,buy,2025-06-13 22:00:00,1348.0,-0.6935,0,leg_gt,5.49,60 -30183,buy_mtf_cross_all_tf,buy,2025-06-13 22:06:00,1342.0,-0.249,0,leg_gt,5.48,60 -30184,buy_mtf_cross_all_tf,buy,2025-06-13 22:09:00,1342.0,-0.249,0,leg_gt,5.48,60 -30185,buy_mtf_cross_all_tf,buy,2025-06-13 22:12:00,1342.0,-0.249,0,leg_gt,5.48,60 -30186,buy_mtf_cross_all_tf,buy,2025-06-13 22:15:00,1344.0,-0.3976,0,leg_gt,5.48,60 -30187,buy_mtf_cross_all_tf,buy,2025-06-13 22:18:00,1340.0,-0.1,0,leg_gt,5.48,60 -30188,buy_mtf_cross_all_tf,buy,2025-06-13 22:21:00,1342.0,-0.249,0,leg_gt,5.47,60 -30189,buy_mtf_cross_all_tf,buy,2025-06-13 23:15:00,1340.0,-0.1,0,leg_gt,5.44,60 -30190,buy_mtf_cross_all_tf,buy,2025-06-13 23:18:00,1335.0,0.2745,1,leg_gt,5.43,60 -30191,buy_mtf_cross_all_tf,buy,2025-06-13 23:24:00,1333.0,0.4251,1,leg_gt,5.43,60 -30192,buy_mtf_cross_all_tf,buy,2025-06-13 23:27:00,1335.0,0.2745,1,leg_gt,5.43,60 -30193,buy_mtf_cross_all_tf,buy,2025-06-13 23:30:00,1331.0,0.5762,1,leg_gt,5.42,60 -30194,buy_mtf_cross_all_tf,buy,2025-06-13 23:33:00,1334.0,0.3498,1,leg_gt,5.42,60 -30195,buy_mtf_cross_all_tf,buy,2025-06-14 16:00:00,1371.0,-2.3611,0,leg_gt,4.74,60 -30196,buy_mtf_cross_all_tf,buy,2025-06-14 16:03:00,1370.0,-2.2898,0,leg_gt,4.74,60 -30197,buy_mtf_cross_all_tf,buy,2025-06-14 16:06:00,1369.0,-2.2183,0,leg_gt,4.73,60 -30198,buy_mtf_cross_all_tf,buy,2025-06-14 16:09:00,1366.0,-2.0034,0,leg_gt,4.73,60 -30199,buy_mtf_cross_all_tf,buy,2025-06-14 16:21:00,1363.0,-1.7875,0,leg_gt,4.72,60 -30200,buy_mtf_cross_all_tf,buy,2025-06-14 17:15:00,1366.0,-2.0034,0,leg_gt,4.69,60 -30201,buy_mtf_cross_all_tf,buy,2025-06-14 17:18:00,1364.0,-1.8595,0,leg_gt,4.68,60 -30202,buy_mtf_cross_all_tf,buy,2025-06-14 18:51:00,1366.0,-2.0034,0,leg_gt,4.62,60 -30203,buy_mtf_cross_all_tf,buy,2025-06-14 18:54:00,1366.0,-2.0034,0,leg_gt,4.62,60 -30204,buy_mtf_cross_all_tf,buy,2025-06-14 19:00:00,1365.0,-1.9315,0,leg_gt,4.61,60 -30205,buy_mtf_cross_all_tf,buy,2025-06-14 19:03:00,1365.0,-1.9315,0,leg_gt,4.61,60 -30206,buy_mtf_cross_all_tf,buy,2025-06-14 19:12:00,1365.0,-1.9315,0,leg_gt,4.6,60 -30207,buy_mtf_cross_all_tf,buy,2025-06-14 19:24:00,1363.0,-1.7875,0,leg_gt,4.6,60 -30208,buy_mtf_cross_all_tf,buy,2025-06-14 21:21:00,1362.0,-1.7153,0,leg_gt,4.51,60 -30209,buy_mtf_cross_all_tf,buy,2025-06-14 21:24:00,1362.0,-1.7153,0,leg_gt,4.51,60 -30210,buy_mtf_cross_all_tf,buy,2025-06-14 21:27:00,1362.0,-1.7153,0,leg_gt,4.51,60 -30211,buy_mtf_cross_all_tf,buy,2025-06-15 00:21:00,1362.0,-1.7153,0,leg_gt,4.39,60 -30212,buy_mtf_cross_all_tf,buy,2025-06-15 00:24:00,1361.0,-1.643,0,leg_gt,4.39,60 -30213,buy_mtf_cross_all_tf,buy,2025-06-15 01:30:00,1344.0,-0.3976,0,leg_gt,4.34,60 -30214,buy_mtf_cross_all_tf,buy,2025-06-15 01:36:00,1342.0,-0.249,0,leg_gt,4.34,60 -30215,buy_mtf_cross_all_tf,buy,2025-06-15 01:39:00,1339.0,-0.0253,0,leg_gt,4.34,60 -30216,buy_mtf_cross_all_tf,buy,2025-06-15 01:42:00,1339.0,-0.0253,0,leg_gt,4.33,60 -30217,buy_mtf_cross_all_tf,buy,2025-06-15 01:45:00,1339.0,-0.0253,0,leg_gt,4.33,60 -30218,buy_mtf_cross_all_tf,buy,2025-06-15 01:57:00,1334.0,0.3498,1,leg_gt,4.32,60 -30219,buy_mtf_cross_all_tf,buy,2025-06-15 02:00:00,1334.0,0.3498,1,leg_gt,4.32,60 -30220,buy_mtf_cross_all_tf,buy,2025-06-15 02:03:00,1333.0,0.4251,1,leg_gt,4.32,60 -30221,buy_mtf_cross_all_tf,buy,2025-06-15 03:51:00,1335.0,0.2745,1,leg_gt,4.24,60 -30222,buy_mtf_cross_all_tf,buy,2025-06-15 05:18:00,1329.0,0.7277,1,leg_gt,4.18,60 -30223,buy_mtf_cross_all_tf,buy,2025-06-15 16:00:00,1354.0,-1.134,0,leg_gt,3.74,60 -30224,buy_mtf_cross_all_tf,buy,2025-06-15 16:15:00,1351.0,-0.9142,0,leg_gt,3.73,60 -30225,buy_mtf_cross_all_tf,buy,2025-06-15 16:18:00,1350.0,-0.8407,0,leg_gt,3.72,60 -30226,buy_mtf_cross_all_tf,buy,2025-06-15 16:21:00,1350.0,-0.8407,0,leg_gt,3.72,60 -30227,buy_mtf_cross_all_tf,buy,2025-06-15 16:24:00,1349.0,-0.7672,0,leg_gt,3.72,60 -30228,buy_mtf_cross_all_tf,buy,2025-06-15 16:27:00,1349.0,-0.7672,0,leg_gt,3.72,60 -30229,buy_mtf_cross_all_tf,buy,2025-06-15 16:30:00,1348.0,-0.6935,0,leg_gt,3.72,60 -30230,buy_mtf_cross_all_tf,buy,2025-06-15 16:33:00,1347.0,-0.6197,0,leg_gt,3.71,60 -30231,buy_mtf_cross_all_tf,buy,2025-06-15 16:36:00,1346.0,-0.5458,0,leg_gt,3.71,60 -30232,buy_mtf_cross_all_tf,buy,2025-06-15 18:27:00,1342.0,-0.249,0,leg_gt,3.64,60 -30233,buy_mtf_cross_all_tf,buy,2025-06-15 18:30:00,1342.0,-0.249,0,leg_gt,3.63,60 -30234,buy_mtf_cross_all_tf,buy,2025-06-15 18:33:00,1340.0,-0.1,0,leg_gt,3.63,60 -30235,buy_mtf_cross_all_tf,buy,2025-06-15 18:36:00,1340.0,-0.1,0,leg_gt,3.63,60 -30236,buy_mtf_cross_all_tf,buy,2025-06-16 05:06:00,1344.0,-0.3976,0,leg_gt,3.19,60 -30237,buy_mtf_cross_all_tf,buy,2025-06-16 05:09:00,1344.0,-0.3976,0,leg_gt,3.19,60 -30238,buy_mtf_cross_all_tf,buy,2025-06-16 05:12:00,1343.0,-0.3234,0,leg_gt,3.19,60 -30239,buy_mtf_cross_all_tf,buy,2025-06-16 05:15:00,1341.0,-0.1746,0,leg_gt,3.19,60 -30240,buy_mtf_cross_all_tf,buy,2025-06-16 05:18:00,1339.0,-0.0253,0,leg_gt,3.18,60 -30241,buy_mtf_cross_all_tf,buy,2025-06-16 05:27:00,1337.0,0.1244,1,leg_gt,3.18,60 -30242,buy_mtf_cross_all_tf,buy,2025-06-16 05:30:00,1335.0,0.2745,1,leg_gt,3.18,60 -30243,buy_mtf_cross_all_tf,buy,2025-06-16 05:33:00,1336.0,0.1994,1,leg_gt,3.17,60 -30244,buy_mtf_cross_all_tf,buy,2025-06-16 05:36:00,1336.0,0.1994,1,leg_gt,3.17,60 -30245,buy_mtf_cross_all_tf,buy,2025-06-16 05:51:00,1329.0,0.7277,1,leg_gt,3.16,60 -30246,buy_mtf_cross_all_tf,buy,2025-06-16 06:12:00,1328.0,0.8036,1,leg_gt,3.15,60 -30247,buy_mtf_cross_all_tf,buy,2025-06-16 06:15:00,1327.0,0.8797,1,leg_gt,3.14,60 -30248,buy_mtf_cross_all_tf,buy,2025-06-17 07:57:00,1348.0,-0.6935,0,leg_gt,2.07,60 -30249,buy_mtf_cross_all_tf,buy,2025-06-17 08:00:00,1349.0,-0.7672,0,leg_gt,2.07,60 -30250,buy_mtf_cross_all_tf,buy,2025-06-17 08:03:00,1340.0,-0.1,0,leg_gt,2.07,60 -30251,buy_mtf_cross_all_tf,buy,2025-06-17 08:06:00,1347.0,-0.6197,0,leg_gt,2.07,60 -30252,buy_mtf_cross_all_tf,buy,2025-06-17 09:00:00,1319.0,1.4921,1,leg_gt,2.03,60 -30253,buy_mtf_cross_all_tf,buy,2025-06-17 09:21:00,1286.0,4.0991,1,leg_gt,2.01,60 -30254,buy_mtf_cross_all_tf,buy,2025-06-17 14:57:00,1304.0,2.6607,1,leg_gt,1.78,60 -30255,buy_mtf_cross_all_tf,buy,2025-06-17 15:00:00,1302.0,2.8186,1,leg_gt,1.78,60 -30256,buy_mtf_cross_all_tf,buy,2025-06-17 15:03:00,1302.0,2.8186,1,leg_gt,1.78,60 -30257,buy_mtf_cross_all_tf,buy,2025-06-17 15:06:00,1301.0,2.8977,1,leg_gt,1.78,60 -30258,buy_mtf_cross_all_tf,buy,2025-06-17 15:21:00,1300.0,2.9769,1,leg_gt,1.76,60 -30259,buy_mtf_cross_all_tf,buy,2025-06-17 15:24:00,1300.0,2.9769,1,leg_gt,1.76,60 -30260,buy_mtf_cross_all_tf,buy,2025-06-17 15:27:00,1299.0,3.0563,1,leg_gt,1.76,60 -30261,buy_mtf_cross_all_tf,buy,2025-06-17 15:42:00,1297.0,3.2153,1,leg_gt,1.75,60 -30262,buy_mtf_cross_all_tf,buy,2025-06-17 15:48:00,1296.0,3.2951,1,leg_gt,1.75,60 -30263,buy_mtf_cross_all_tf,buy,2025-06-17 17:21:00,1295.0,3.3749,1,leg_gt,1.68,60 -30264,buy_mtf_cross_all_tf,buy,2025-06-17 17:24:00,1295.0,3.3749,1,leg_gt,1.68,60 -30265,buy_mtf_cross_all_tf,buy,2025-06-17 17:30:00,1296.0,3.2951,1,leg_gt,1.68,60 -30266,buy_mtf_cross_all_tf,buy,2025-06-17 17:36:00,1291.0,3.6955,1,leg_gt,1.67,60 -30267,buy_mtf_cross_all_tf,buy,2025-06-17 17:39:00,1289.0,3.8566,1,leg_gt,1.67,60 -30268,buy_mtf_cross_all_tf,buy,2025-06-17 17:45:00,1290.0,3.776,1,leg_gt,1.66,60 -30269,buy_mtf_cross_all_tf,buy,2025-06-17 17:48:00,1289.0,3.8566,1,leg_gt,1.66,60 -30270,buy_mtf_cross_all_tf,buy,2025-06-17 17:51:00,1287.0,4.0181,1,leg_gt,1.66,60 -30271,buy_mtf_cross_all_tf,buy,2025-06-17 17:54:00,1286.0,4.0991,1,leg_gt,1.66,60 -30272,buy_mtf_cross_all_tf,buy,2025-06-17 17:57:00,1288.0,3.9373,1,leg_gt,1.66,60 -30273,buy_mtf_cross_all_tf,buy,2025-06-17 18:00:00,1287.0,4.0181,1,leg_gt,1.65,60 -30274,buy_mtf_cross_all_tf,buy,2025-06-17 19:45:00,1282.0,4.4242,1,leg_gt,1.58,60 -30275,buy_mtf_cross_all_tf,buy,2025-06-17 20:15:00,1280.0,4.5875,1,leg_gt,1.56,60 -30276,buy_mtf_cross_all_tf,buy,2025-06-17 20:18:00,1280.0,4.5875,1,leg_gt,1.56,60 -30277,buy_mtf_cross_all_tf,buy,2025-06-17 20:21:00,1281.0,4.5058,1,leg_gt,1.56,60 -30278,buy_mtf_cross_all_tf,buy,2025-06-17 20:24:00,1280.0,4.5875,1,leg_gt,1.55,60 -30279,buy_mtf_cross_all_tf,buy,2025-06-17 20:27:00,1280.0,4.5875,1,leg_gt,1.55,60 -30280,buy_mtf_cross_all_tf,buy,2025-06-17 20:30:00,1280.0,4.5875,1,leg_gt,1.55,60 -30281,buy_mtf_cross_all_tf,buy,2025-06-18 00:15:00,1274.0,5.0805,1,leg_gt,1.39,60 -30282,buy_mtf_cross_all_tf,buy,2025-06-18 00:21:00,1268.0,5.5782,1,leg_gt,1.39,60 -30283,buy_mtf_cross_all_tf,buy,2025-06-18 00:30:00,1263.0,5.9966,1,leg_gt,1.38,60 -30284,buy_mtf_cross_all_tf,buy,2025-06-18 00:33:00,1265.0,5.8289,1,leg_gt,1.38,60 -30285,buy_mtf_cross_all_tf,buy,2025-06-18 01:27:00,1260.0,6.2492,1,leg_gt,1.34,60 -30286,buy_mtf_cross_all_tf,buy,2025-06-18 01:30:00,1261.0,6.1649,1,leg_gt,1.34,60 -30287,buy_mtf_cross_all_tf,buy,2025-06-18 01:45:00,1257.0,6.503,1,leg_gt,1.33,60 -30288,buy_mtf_cross_all_tf,buy,2025-06-18 01:48:00,1254.0,6.7581,1,leg_gt,1.33,60 -30289,buy_mtf_cross_all_tf,buy,2025-06-18 02:06:00,1246.0,7.4441,1,leg_gt,1.32,60 -30290,buy_mtf_cross_all_tf,buy,2025-06-18 02:15:00,1241.0,7.8774,1,leg_gt,1.31,60 -30291,buy_mtf_cross_all_tf,buy,2025-06-18 07:45:00,1265.0,5.8289,1,leg_gt,1.08,60 -30292,buy_mtf_cross_all_tf,buy,2025-06-18 07:48:00,1266.0,5.7452,1,leg_gt,1.08,60 -30293,buy_mtf_cross_all_tf,buy,2025-06-18 07:57:00,1263.0,5.9966,1,leg_gt,1.07,60 -30294,buy_mtf_cross_all_tf,buy,2025-06-18 08:00:00,1262.0,6.0807,1,leg_gt,1.07,60 -30295,buy_mtf_cross_all_tf,buy,2025-06-18 08:03:00,1263.0,5.9966,1,leg_gt,1.07,60 -30296,buy_mtf_cross_all_tf,buy,2025-06-18 17:51:00,1262.0,6.0807,1,leg_gt,0.66,60 -30297,buy_mtf_cross_all_tf,buy,2025-06-18 17:54:00,1260.0,6.2492,1,leg_gt,0.66,60 -30298,buy_mtf_cross_all_tf,buy,2025-06-18 18:42:00,1253.0,6.8433,1,leg_gt,0.62,60 -30299,buy_mtf_cross_all_tf,buy,2025-06-18 18:45:00,1253.0,6.8433,1,leg_gt,0.62,60 -30300,buy_mtf_cross_all_tf,buy,2025-06-18 18:51:00,1250.0,7.1,1,leg_gt,0.62,60 -30301,buy_mtf_cross_all_tf,buy,2025-06-18 18:54:00,1251.0,7.0143,1,leg_gt,0.62,60 -30302,buy_mtf_cross_all_tf,buy,2025-06-18 19:06:00,1250.0,7.1,1,leg_gt,0.61,60 -30303,buy_mtf_cross_all_tf,buy,2025-06-18 19:12:00,1249.0,7.1858,1,leg_gt,0.6,60 -30304,buy_mtf_cross_all_tf,buy,2025-06-18 19:15:00,1248.0,7.2718,1,leg_gt,0.6,60 -30305,buy_mtf_cross_all_tf,buy,2025-06-18 19:45:00,1234.0,8.49,1,leg_gt,0.58,60 -30306,buy_mtf_cross_all_tf,buy,2025-06-18 19:48:00,1234.0,8.49,1,leg_gt,0.58,60 -30307,buy_mtf_cross_all_tf,buy,2025-06-18 19:51:00,1233.0,8.578,1,leg_gt,0.58,60 -30308,buy_mtf_cross_all_tf,buy,2025-06-18 19:54:00,1228.0,9.0205,1,leg_gt,0.57,60 -30309,buy_mtf_cross_all_tf,buy,2025-06-18 20:06:00,1224.0,9.3771,1,leg_gt,0.57,60 -30310,buy_mtf_cross_all_tf,buy,2025-06-18 22:12:00,1227.0,9.1095,1,leg_gt,0.48,60 -30311,buy_mtf_cross_all_tf,buy,2025-06-18 22:30:00,1210.0,10.6438,1,leg_gt,0.47,60 -30312,buy_mtf_cross_all_tf,buy,2025-06-18 22:33:00,1214.0,10.2789,1,leg_gt,0.46,60 -30313,buy_mtf_cross_all_tf,buy,2025-06-19 16:30:00,1304.0,-9.2258,0,leg_gt,4.28,60 -30314,buy_mtf_cross_all_tf,buy,2025-06-19 16:51:00,1298.0,-8.8057,0,leg_gt,4.27,60 -30315,buy_mtf_cross_all_tf,buy,2025-06-19 16:54:00,1298.0,-8.8057,0,leg_gt,4.27,60 -30316,buy_mtf_cross_all_tf,buy,2025-06-19 16:57:00,1297.0,-8.7353,0,leg_gt,4.26,60 -30317,buy_mtf_cross_all_tf,buy,2025-06-19 17:00:00,1296.0,-8.6648,0,leg_gt,4.26,60 -30318,buy_mtf_cross_all_tf,buy,2025-06-19 20:00:00,1291.0,-8.3107,0,leg_gt,4.14,60 -30319,buy_mtf_cross_all_tf,buy,2025-06-19 20:03:00,1287.0,-8.0254,0,leg_gt,4.14,60 -30320,buy_mtf_cross_all_tf,buy,2025-06-19 20:06:00,1287.0,-8.0254,0,leg_gt,4.13,60 -30321,buy_mtf_cross_all_tf,buy,2025-06-19 20:09:00,1286.0,-7.9538,0,leg_gt,4.13,60 -30322,buy_mtf_cross_all_tf,buy,2025-06-19 20:12:00,1285.0,-7.8821,0,leg_gt,4.13,60 -30323,buy_mtf_cross_all_tf,buy,2025-06-19 20:15:00,1286.0,-7.9538,0,leg_gt,4.13,60 -30324,buy_mtf_cross_all_tf,buy,2025-06-19 20:36:00,1282.0,-7.6663,0,leg_gt,4.11,60 -30325,buy_mtf_cross_all_tf,buy,2025-06-19 20:39:00,1283.0,-7.7383,0,leg_gt,4.11,60 -30326,buy_mtf_cross_all_tf,buy,2025-06-19 20:42:00,1281.0,-7.5941,0,leg_gt,4.11,60 -30327,buy_mtf_cross_all_tf,buy,2025-06-19 20:45:00,1282.0,-7.6663,0,leg_gt,4.11,60 -30328,buy_mtf_cross_all_tf,buy,2025-06-19 20:48:00,1281.0,-7.5941,0,leg_gt,4.1,60 -30329,buy_mtf_cross_all_tf,buy,2025-06-19 21:06:00,1281.0,-7.5941,0,leg_gt,4.09,60 -30330,buy_mtf_cross_all_tf,buy,2025-06-19 21:42:00,1280.0,-7.5219,0,leg_gt,4.07,60 -30331,buy_mtf_cross_all_tf,buy,2025-06-19 21:45:00,1278.0,-7.377,0,leg_gt,4.06,60 -30332,buy_mtf_cross_all_tf,buy,2025-06-20 05:51:00,1285.0,-7.8821,0,leg_gt,3.73,60 -30333,buy_mtf_cross_all_tf,buy,2025-06-20 10:36:00,1284.0,-7.8103,0,leg_gt,3.53,60 -30334,buy_mtf_cross_all_tf,buy,2025-06-20 11:45:00,1283.0,-7.7383,0,leg_gt,3.48,60 -30335,buy_mtf_cross_all_tf,buy,2025-06-20 11:48:00,1283.0,-7.7383,0,leg_gt,3.48,60 -30336,buy_mtf_cross_all_tf,buy,2025-06-20 11:57:00,1282.0,-7.6663,0,leg_gt,3.47,60 -30337,buy_mtf_cross_all_tf,buy,2025-06-20 12:00:00,1282.0,-7.6663,0,leg_gt,3.47,60 -30338,buy_mtf_cross_all_tf,buy,2025-06-20 12:03:00,1281.0,-7.5941,0,leg_gt,3.47,60 -30339,buy_mtf_cross_all_tf,buy,2025-06-20 12:06:00,1280.0,-7.5219,0,leg_gt,3.47,60 -30340,buy_mtf_cross_all_tf,buy,2025-06-20 12:09:00,1279.0,-7.4495,0,leg_gt,3.46,60 -30341,buy_mtf_cross_all_tf,buy,2025-06-20 12:12:00,1280.0,-7.5219,0,leg_gt,3.46,60 -30342,buy_mtf_cross_all_tf,buy,2025-06-20 12:45:00,1279.0,-7.4495,0,leg_gt,3.44,60 -30343,buy_mtf_cross_all_tf,buy,2025-06-20 12:48:00,1278.0,-7.377,0,leg_gt,3.44,60 -30344,buy_mtf_cross_all_tf,buy,2025-06-20 13:03:00,1277.0,-7.3044,0,leg_gt,3.43,60 -30345,buy_mtf_cross_all_tf,buy,2025-06-20 13:12:00,1275.0,-7.1588,0,leg_gt,3.42,60 -30346,buy_mtf_cross_all_tf,buy,2025-06-20 13:36:00,1270.0,-6.7929,0,leg_gt,3.4,60 -30347,buy_mtf_cross_all_tf,buy,2025-06-20 13:39:00,1268.0,-6.6457,0,leg_gt,3.4,60 -30348,buy_mtf_cross_all_tf,buy,2025-06-20 13:42:00,1268.0,-6.6457,0,leg_gt,3.4,60 -30349,buy_mtf_cross_all_tf,buy,2025-06-20 13:45:00,1266.0,-6.4981,0,leg_gt,3.4,60 -30350,buy_mtf_cross_all_tf,buy,2025-06-20 13:48:00,1263.0,-6.2758,0,leg_gt,3.4,60 -30351,buy_mtf_cross_all_tf,buy,2025-06-20 13:51:00,1263.0,-6.2758,0,leg_gt,3.39,60 -30352,buy_mtf_cross_all_tf,buy,2025-06-20 13:54:00,1261.0,-6.127,0,leg_gt,3.39,60 -30353,buy_mtf_cross_all_tf,buy,2025-06-20 13:57:00,1263.0,-6.2758,0,leg_gt,3.39,60 -30354,buy_mtf_cross_all_tf,buy,2025-06-20 14:00:00,1262.0,-6.2014,0,leg_gt,3.39,60 -30355,buy_mtf_cross_all_tf,buy,2025-06-20 14:03:00,1263.0,-6.2758,0,leg_gt,3.39,60 -30356,buy_mtf_cross_all_tf,buy,2025-06-20 14:27:00,1261.0,-6.127,0,leg_gt,3.37,60 -30357,buy_mtf_cross_all_tf,buy,2025-06-20 14:30:00,1261.0,-6.127,0,leg_gt,3.37,60 -30358,buy_mtf_cross_all_tf,buy,2025-06-20 23:24:00,1274.0,-7.0859,0,leg_gt,3.0,60 -30359,buy_mtf_cross_all_tf,buy,2025-06-20 23:42:00,1265.0,-6.4241,0,leg_gt,2.98,60 -30360,buy_mtf_cross_all_tf,buy,2025-06-20 23:45:00,1264.0,-6.35,0,leg_gt,2.98,60 -30361,buy_mtf_cross_all_tf,buy,2025-06-20 23:48:00,1266.0,-6.4981,0,leg_gt,2.98,60 -30362,buy_mtf_cross_all_tf,buy,2025-06-21 02:30:00,1235.0,-4.1486,0,leg_gt,2.87,60 -30363,buy_mtf_cross_all_tf,buy,2025-06-21 02:33:00,1231.0,-3.8368,0,leg_gt,2.86,60 -30364,buy_mtf_cross_all_tf,buy,2025-06-21 02:36:00,1229.0,-3.6801,0,leg_gt,2.86,60 -30365,buy_mtf_cross_all_tf,buy,2025-06-21 04:30:00,1236.0,-4.2262,0,leg_gt,2.78,60 -30366,buy_mtf_cross_all_tf,buy,2025-06-21 04:33:00,1238.0,-4.3811,0,leg_gt,2.78,60 -30367,buy_mtf_cross_all_tf,buy,2025-06-21 04:36:00,1236.0,-4.2262,0,leg_gt,2.78,60 -30368,buy_mtf_cross_all_tf,buy,2025-06-21 04:39:00,1233.0,-3.9929,0,leg_gt,2.78,60 -30369,buy_mtf_cross_all_tf,buy,2025-06-21 04:42:00,1236.0,-4.2262,0,leg_gt,2.78,60 -30370,buy_mtf_cross_all_tf,buy,2025-06-21 07:27:00,1223.0,-3.2071,0,leg_gt,2.66,60 -30371,buy_mtf_cross_all_tf,buy,2025-06-21 07:30:00,1221.0,-3.0484,0,leg_gt,2.66,60 -30372,buy_mtf_cross_all_tf,buy,2025-06-21 07:33:00,1223.0,-3.2071,0,leg_gt,2.66,60 -30373,buy_mtf_cross_all_tf,buy,2025-06-21 07:42:00,1219.0,-2.8892,0,leg_gt,2.65,60 -30374,buy_mtf_cross_all_tf,buy,2025-06-21 07:45:00,1219.0,-2.8892,0,leg_gt,2.65,60 -30375,buy_mtf_cross_all_tf,buy,2025-06-21 07:48:00,1217.0,-2.7294,0,leg_gt,2.65,60 -30376,buy_mtf_cross_all_tf,buy,2025-06-21 07:51:00,1218.0,-2.8094,0,leg_gt,2.64,60 -30377,buy_mtf_cross_all_tf,buy,2025-06-21 13:30:00,1234.0,-4.0708,0,leg_gt,2.41,60 -30378,buy_mtf_cross_all_tf,buy,2025-06-21 13:33:00,1234.0,-4.0708,0,leg_gt,2.41,60 -30379,buy_mtf_cross_all_tf,buy,2025-06-21 15:15:00,1235.0,-4.1486,0,leg_gt,2.34,60 -30380,buy_mtf_cross_all_tf,buy,2025-06-21 15:18:00,1234.0,-4.0708,0,leg_gt,2.33,60 -30381,buy_mtf_cross_all_tf,buy,2025-06-21 15:21:00,1234.0,-4.0708,0,leg_gt,2.33,60 -30382,buy_mtf_cross_all_tf,buy,2025-06-21 16:00:00,1234.0,-4.0708,0,leg_gt,2.3,60 -30383,buy_mtf_cross_all_tf,buy,2025-06-21 16:03:00,1234.0,-4.0708,0,leg_gt,2.3,60 -30384,buy_mtf_cross_all_tf,buy,2025-06-21 20:00:00,1225.0,-3.3653,0,leg_gt,2.14,60 -30385,buy_mtf_cross_all_tf,buy,2025-06-21 20:03:00,1224.0,-3.2863,0,leg_gt,2.14,60 -30386,buy_mtf_cross_all_tf,buy,2025-06-21 20:06:00,1223.0,-3.2071,0,leg_gt,2.13,60 -30387,buy_mtf_cross_all_tf,buy,2025-06-21 21:30:00,1221.0,-3.0484,0,leg_gt,2.08,60 -30388,buy_mtf_cross_all_tf,buy,2025-06-21 21:42:00,1215.0,-2.5691,0,leg_gt,2.07,60 -30389,buy_mtf_cross_all_tf,buy,2025-06-21 22:00:00,1210.0,-2.1661,0,leg_gt,2.05,60 -30390,buy_mtf_cross_all_tf,buy,2025-06-21 22:03:00,1210.0,-2.1661,0,leg_gt,2.05,60 -30391,buy_mtf_cross_all_tf,buy,2025-06-21 22:12:00,1207.0,-1.9227,0,leg_gt,2.05,60 -30392,buy_mtf_cross_all_tf,buy,2025-06-21 22:15:00,1208.0,-2.004,0,leg_gt,2.04,60 -30393,buy_mtf_cross_all_tf,buy,2025-06-21 22:57:00,1197.0,-1.1025,0,leg_gt,2.01,60 -30394,buy_mtf_cross_all_tf,buy,2025-06-21 23:00:00,1197.0,-1.1025,0,leg_gt,2.01,60 -30395,buy_mtf_cross_all_tf,buy,2025-06-21 23:03:00,1197.0,-1.1025,0,leg_gt,2.01,60 -30396,buy_mtf_cross_all_tf,buy,2025-06-21 23:15:00,1194.0,-0.8538,0,leg_gt,2.0,60 -30397,buy_mtf_cross_all_tf,buy,2025-06-21 23:18:00,1191.0,-0.6038,0,leg_gt,2.0,60 -30398,buy_mtf_cross_all_tf,buy,2025-06-21 23:24:00,1192.0,-0.6872,0,leg_gt,2.0,60 -30399,buy_mtf_cross_all_tf,buy,2025-06-21 23:27:00,1193.0,-0.7706,0,leg_gt,1.99,60 -30400,buy_mtf_cross_all_tf,buy,2025-06-21 23:30:00,1192.0,-0.6872,0,leg_gt,1.99,60 -30401,buy_mtf_cross_all_tf,buy,2025-06-21 23:54:00,1190.0,-0.5202,0,leg_gt,1.98,60 -30402,buy_mtf_cross_all_tf,buy,2025-06-21 23:57:00,1189.0,-0.4364,0,leg_gt,1.97,60 -30403,buy_mtf_cross_all_tf,buy,2025-06-22 00:42:00,1182.0,0.1538,1,leg_gt,1.94,60 -30404,buy_mtf_cross_all_tf,buy,2025-06-22 00:48:00,1181.0,0.2387,1,leg_gt,1.94,60 -30405,buy_mtf_cross_all_tf,buy,2025-06-22 00:51:00,1182.0,0.1538,1,leg_gt,1.94,60 -30406,buy_mtf_cross_all_tf,buy,2025-06-22 02:30:00,1183.0,0.0691,1,leg_gt,1.87,60 -30407,buy_mtf_cross_all_tf,buy,2025-06-22 02:45:00,1172.0,1.0092,1,leg_gt,1.86,60 -30408,buy_mtf_cross_all_tf,buy,2025-06-22 02:48:00,1172.0,1.0092,1,leg_gt,1.85,60 -30409,buy_mtf_cross_all_tf,buy,2025-06-22 02:51:00,1173.0,0.923,1,leg_gt,1.85,60 -30410,buy_mtf_cross_all_tf,buy,2025-06-22 02:54:00,1173.0,0.923,1,leg_gt,1.85,60 -30411,buy_mtf_cross_all_tf,buy,2025-06-22 02:57:00,1171.0,1.0956,1,leg_gt,1.85,60 -30412,buy_mtf_cross_all_tf,buy,2025-06-22 03:24:00,1167.0,1.4424,1,leg_gt,1.83,60 -30413,buy_mtf_cross_all_tf,buy,2025-06-22 03:27:00,1169.0,1.2687,1,leg_gt,1.83,60 -30414,buy_mtf_cross_all_tf,buy,2025-06-22 04:00:00,1167.0,1.4424,1,leg_gt,1.8,60 -30415,buy_mtf_cross_all_tf,buy,2025-06-22 04:03:00,1167.0,1.4424,1,leg_gt,1.8,60 -30416,buy_mtf_cross_all_tf,buy,2025-06-22 04:15:00,1167.0,1.4424,1,leg_gt,1.79,60 -30417,buy_mtf_cross_all_tf,buy,2025-06-22 04:18:00,1165.0,1.6167,1,leg_gt,1.79,60 -30418,buy_mtf_cross_all_tf,buy,2025-06-22 04:36:00,1162.0,1.8793,1,leg_gt,1.78,60 -30419,buy_mtf_cross_all_tf,buy,2025-06-22 04:39:00,1164.0,1.7041,1,leg_gt,1.78,60 -30420,buy_mtf_cross_all_tf,buy,2025-06-22 18:15:00,1180.0,0.3237,1,leg_gt,1.21,60 -30421,buy_mtf_cross_all_tf,buy,2025-06-22 18:18:00,1178.0,0.4942,1,leg_gt,1.21,60 -30422,buy_mtf_cross_all_tf,buy,2025-06-22 18:54:00,1163.0,1.7917,1,leg_gt,1.18,60 -30423,buy_mtf_cross_all_tf,buy,2025-06-22 18:57:00,1165.0,1.6167,1,leg_gt,1.18,60 -30424,buy_mtf_cross_all_tf,buy,2025-06-22 19:00:00,1162.0,1.8793,1,leg_gt,1.18,60 -30425,buy_mtf_cross_all_tf,buy,2025-06-22 19:03:00,1163.0,1.7917,1,leg_gt,1.18,60 -30426,buy_mtf_cross_all_tf,buy,2025-06-22 21:21:00,1163.0,1.7917,1,leg_gt,1.08,60 -30427,buy_mtf_cross_all_tf,buy,2025-06-22 21:24:00,1164.0,1.7041,1,leg_gt,1.08,60 -30428,buy_mtf_cross_all_tf,buy,2025-06-22 21:27:00,1164.0,1.7041,1,leg_gt,1.08,60 -30429,buy_mtf_cross_all_tf,buy,2025-06-22 21:45:00,1153.0,2.6754,1,leg_gt,1.06,60 -30430,buy_mtf_cross_all_tf,buy,2025-06-22 21:48:00,1155.0,2.4974,1,leg_gt,1.06,60 -30431,buy_mtf_cross_all_tf,buy,2025-06-22 23:27:00,1110.0,6.6568,1,leg_gt,0.99,60 -30432,buy_mtf_cross_all_tf,buy,2025-06-22 23:30:00,1108.0,6.8495,1,leg_gt,0.99,60 -30433,buy_mtf_cross_all_tf,buy,2025-06-23 01:00:00,1110.0,6.6568,1,leg_gt,0.93,60 -30434,buy_mtf_cross_all_tf,buy,2025-06-23 01:24:00,1108.0,6.8495,1,leg_gt,0.91,60 -30435,buy_mtf_cross_all_tf,buy,2025-06-23 01:30:00,1107.0,6.9461,1,leg_gt,0.91,60 -30436,buy_mtf_cross_all_tf,buy,2025-06-23 01:33:00,1106.0,7.0429,1,leg_gt,0.91,60 -30437,buy_mtf_cross_all_tf,buy,2025-06-23 01:36:00,1104.0,7.237,1,leg_gt,0.9,60 -30438,buy_mtf_cross_all_tf,buy,2025-06-23 01:48:00,1100.0,7.6273,1,leg_gt,0.9,60 -30439,buy_mtf_cross_all_tf,buy,2025-06-23 02:06:00,1097.0,7.9219,1,leg_gt,0.88,60 -30440,buy_mtf_cross_all_tf,buy,2025-06-23 02:36:00,1093.0,8.3172,1,leg_gt,0.86,60 -30441,buy_mtf_cross_all_tf,buy,2025-06-23 05:27:00,1091.0,8.5159,1,leg_gt,0.74,60 -30442,buy_mtf_cross_all_tf,buy,2025-06-26 00:18:00,1240.0,5.1419,1,leg_gt,4.31,60 -30443,buy_mtf_cross_all_tf,buy,2025-06-26 00:24:00,1240.0,5.1419,1,leg_gt,4.31,60 -30444,buy_mtf_cross_all_tf,buy,2025-06-26 00:27:00,1238.0,5.312,1,leg_gt,4.31,60 -30445,buy_mtf_cross_all_tf,buy,2025-06-26 00:30:00,1237.0,5.3972,1,leg_gt,4.31,60 -30446,buy_mtf_cross_all_tf,buy,2025-06-26 00:33:00,1236.0,5.4825,1,leg_gt,4.3,60 -30447,buy_mtf_cross_all_tf,buy,2025-06-26 00:36:00,1232.0,5.8253,1,leg_gt,4.3,60 -30448,buy_mtf_cross_all_tf,buy,2025-06-26 00:45:00,1231.0,5.9114,1,leg_gt,4.3,60 -30449,buy_mtf_cross_all_tf,buy,2025-06-26 00:57:00,1231.0,5.9114,1,leg_gt,4.29,60 -30450,buy_mtf_cross_all_tf,buy,2025-06-26 01:00:00,1231.0,5.9114,1,leg_gt,4.29,60 -30451,buy_mtf_cross_all_tf,buy,2025-06-26 01:42:00,1227.0,6.257,1,leg_gt,4.26,60 -30452,buy_mtf_cross_all_tf,buy,2025-06-26 01:45:00,1226.0,6.3437,1,leg_gt,4.25,60 -30453,buy_mtf_cross_all_tf,buy,2025-06-26 01:57:00,1224.0,6.5176,1,leg_gt,4.25,60 -30454,buy_mtf_cross_all_tf,buy,2025-06-26 02:00:00,1224.0,6.5176,1,leg_gt,4.24,60 -30455,buy_mtf_cross_all_tf,buy,2025-06-26 02:06:00,1221.0,6.7796,1,leg_gt,4.24,60 -30456,buy_mtf_cross_all_tf,buy,2025-06-26 02:09:00,1222.0,6.6921,1,leg_gt,4.24,60 -30457,buy_mtf_cross_all_tf,buy,2025-06-26 06:39:00,1224.0,6.5176,1,leg_gt,4.05,60 -30458,buy_mtf_cross_all_tf,buy,2025-06-26 06:42:00,1221.0,6.7796,1,leg_gt,4.05,60 -30459,buy_mtf_cross_all_tf,buy,2025-06-26 06:45:00,1221.0,6.7796,1,leg_gt,4.05,60 -30460,buy_mtf_cross_all_tf,buy,2025-06-26 06:51:00,1222.0,6.6921,1,leg_gt,4.04,60 -30461,buy_mtf_cross_all_tf,buy,2025-06-26 06:54:00,1218.0,7.0429,1,leg_gt,4.04,60 -30462,buy_mtf_cross_all_tf,buy,2025-06-26 07:00:00,1218.0,7.0429,1,leg_gt,4.04,60 -30463,buy_mtf_cross_all_tf,buy,2025-06-26 07:03:00,1216.0,7.2191,1,leg_gt,4.03,60 -30464,buy_mtf_cross_all_tf,buy,2025-06-26 07:06:00,1215.0,7.3074,1,leg_gt,4.03,60 -30465,buy_mtf_cross_all_tf,buy,2025-06-26 07:09:00,1217.0,7.1309,1,leg_gt,4.03,60 -30466,buy_mtf_cross_all_tf,buy,2025-06-26 07:12:00,1217.0,7.1309,1,leg_gt,4.03,60 -30467,buy_mtf_cross_all_tf,buy,2025-06-26 07:15:00,1216.0,7.2191,1,leg_gt,4.03,60 -30468,buy_mtf_cross_all_tf,buy,2025-06-26 07:27:00,1214.0,7.3959,1,leg_gt,4.02,60 -30469,buy_mtf_cross_all_tf,buy,2025-06-26 07:33:00,1210.0,7.7512,1,leg_gt,4.01,60 -30470,buy_mtf_cross_all_tf,buy,2025-06-26 07:45:00,1206.0,8.109,1,leg_gt,4.0,60 -30471,buy_mtf_cross_all_tf,buy,2025-06-26 07:51:00,1207.0,8.0193,1,leg_gt,4.0,60 -30472,buy_mtf_cross_all_tf,buy,2025-06-26 08:06:00,1205.0,8.1988,1,leg_gt,3.99,60 -30473,buy_mtf_cross_all_tf,buy,2025-06-26 18:21:00,1212.0,7.5733,1,leg_gt,3.56,60 -30474,buy_mtf_cross_all_tf,buy,2025-06-26 18:27:00,1210.0,7.7512,1,leg_gt,3.56,60 -30475,buy_mtf_cross_all_tf,buy,2025-06-26 18:30:00,1210.0,7.7512,1,leg_gt,3.56,60 -30476,buy_mtf_cross_all_tf,buy,2025-06-26 18:33:00,1208.0,7.9298,1,leg_gt,3.55,60 -30477,buy_mtf_cross_all_tf,buy,2025-06-26 18:36:00,1208.0,7.9298,1,leg_gt,3.55,60 -30478,buy_mtf_cross_all_tf,buy,2025-06-26 18:39:00,1208.0,7.9298,1,leg_gt,3.55,60 -30479,buy_mtf_cross_all_tf,buy,2025-06-26 18:42:00,1206.0,8.109,1,leg_gt,3.55,60 -30480,buy_mtf_cross_all_tf,buy,2025-06-26 18:45:00,1206.0,8.109,1,leg_gt,3.55,60 -30481,buy_mtf_cross_all_tf,buy,2025-06-26 18:48:00,1205.0,8.1988,1,leg_gt,3.54,60 -30482,buy_mtf_cross_all_tf,buy,2025-06-26 21:30:00,1197.0,8.9226,1,leg_gt,3.43,60 -30483,buy_mtf_cross_all_tf,buy,2025-06-26 21:33:00,1196.0,9.0137,1,leg_gt,3.43,60 -30484,buy_mtf_cross_all_tf,buy,2025-06-26 21:36:00,1196.0,9.0137,1,leg_gt,3.43,60 -30485,buy_mtf_cross_all_tf,buy,2025-06-26 21:39:00,1196.0,9.0137,1,leg_gt,3.42,60 -30486,buy_mtf_cross_all_tf,buy,2025-06-26 21:42:00,1195.0,9.105,1,leg_gt,3.42,60 -30487,buy_mtf_cross_all_tf,buy,2025-06-26 21:51:00,1191.0,9.4718,1,leg_gt,3.42,60 -30488,buy_mtf_cross_all_tf,buy,2025-06-26 22:00:00,1188.0,9.7485,1,leg_gt,3.41,60 -30489,buy_mtf_cross_all_tf,buy,2025-06-26 22:03:00,1187.0,9.841,1,leg_gt,3.41,60 -30490,buy_mtf_cross_all_tf,buy,2025-06-26 22:06:00,1188.0,9.7485,1,leg_gt,3.41,60 -30491,buy_mtf_cross_all_tf,buy,2025-06-26 22:09:00,1184.0,10.1196,1,leg_gt,3.4,60 -30492,buy_mtf_cross_all_tf,buy,2025-06-26 22:12:00,1183.0,10.2128,1,leg_gt,3.4,60 -30493,buy_mtf_cross_all_tf,buy,2025-06-26 22:21:00,1181.0,10.3996,1,leg_gt,3.4,60 -30494,buy_mtf_cross_all_tf,buy,2025-06-26 22:24:00,1179.0,10.587,1,leg_gt,3.39,60 -30495,buy_mtf_cross_all_tf,buy,2025-06-26 22:27:00,1181.0,10.3996,1,leg_gt,3.39,60 -30496,buy_mtf_cross_all_tf,buy,2025-06-26 22:54:00,1176.0,10.8694,1,leg_gt,3.37,60 -30497,buy_mtf_cross_all_tf,buy,2025-06-27 08:21:00,1188.0,9.7485,1,leg_gt,2.98,60 -30498,buy_mtf_cross_all_tf,buy,2025-06-27 08:54:00,1186.0,9.9337,1,leg_gt,2.96,60 -30499,buy_mtf_cross_all_tf,buy,2025-06-27 08:57:00,1186.0,9.9337,1,leg_gt,2.95,60 -30500,buy_mtf_cross_all_tf,buy,2025-06-27 09:00:00,1186.0,9.9337,1,leg_gt,2.95,60 -30501,buy_mtf_cross_all_tf,buy,2025-06-27 09:03:00,1186.0,9.9337,1,leg_gt,2.95,60 -30502,buy_mtf_cross_all_tf,buy,2025-06-27 09:06:00,1186.0,9.9337,1,leg_gt,2.95,60 -30503,buy_mtf_cross_all_tf,buy,2025-06-27 09:15:00,1184.0,10.1196,1,leg_gt,2.94,60 -30504,buy_mtf_cross_all_tf,buy,2025-06-28 20:57:00,1194.0,9.1965,1,leg_gt,1.45,60 -30505,buy_mtf_cross_all_tf,buy,2025-06-28 21:00:00,1193.0,9.2881,1,leg_gt,1.45,60 -30506,buy_mtf_cross_all_tf,buy,2025-06-28 21:03:00,1193.0,9.2881,1,leg_gt,1.45,60 -30507,buy_mtf_cross_all_tf,buy,2025-06-28 21:06:00,1193.0,9.2881,1,leg_gt,1.45,60 -30508,buy_mtf_cross_all_tf,buy,2025-06-28 21:09:00,1193.0,9.2881,1,leg_gt,1.45,60 -30509,buy_mtf_cross_all_tf,buy,2025-07-01 08:00:00,1226.0,25.0223,1,leg_gt,10.3,60 -30510,buy_mtf_cross_all_tf,buy,2025-07-01 08:06:00,1224.0,25.2268,1,leg_gt,10.29,60 -30511,buy_mtf_cross_all_tf,buy,2025-07-01 08:09:00,1224.0,25.2268,1,leg_gt,10.29,60 -30512,buy_mtf_cross_all_tf,buy,2025-07-01 08:27:00,1222.0,25.4319,1,leg_gt,10.28,60 -30513,buy_mtf_cross_all_tf,buy,2025-07-01 08:30:00,1221.0,25.5347,1,leg_gt,10.28,60 -30514,buy_mtf_cross_all_tf,buy,2025-07-01 08:42:00,1221.0,25.5347,1,leg_gt,10.27,60 -30515,buy_mtf_cross_all_tf,buy,2025-07-01 09:06:00,1219.0,25.7409,1,leg_gt,10.25,60 -30516,buy_mtf_cross_all_tf,buy,2025-07-01 09:09:00,1220.0,25.6377,1,leg_gt,10.25,60 -30517,buy_mtf_cross_all_tf,buy,2025-07-01 11:06:00,1212.0,26.4677,1,leg_gt,10.17,60 -30518,buy_mtf_cross_all_tf,buy,2025-07-01 11:09:00,1211.0,26.5722,1,leg_gt,10.16,60 -30519,buy_mtf_cross_all_tf,buy,2025-07-01 11:12:00,1210.0,26.6769,1,leg_gt,10.16,60 -30520,buy_mtf_cross_all_tf,buy,2025-07-01 11:15:00,1208.0,26.8868,1,leg_gt,10.16,60 -30521,buy_mtf_cross_all_tf,buy,2025-07-01 11:57:00,1208.0,26.8868,1,leg_gt,10.13,60 -30522,buy_mtf_cross_all_tf,buy,2025-07-01 13:15:00,1207.0,26.992,1,leg_gt,10.08,60 -30523,buy_mtf_cross_all_tf,buy,2025-07-01 13:18:00,1206.0,27.0973,1,leg_gt,10.07,60 -30524,buy_mtf_cross_all_tf,buy,2025-07-01 13:21:00,1206.0,27.0973,1,leg_gt,10.07,60 -30525,buy_mtf_cross_all_tf,buy,2025-07-01 13:24:00,1207.0,26.992,1,leg_gt,10.07,60 -30526,buy_mtf_cross_all_tf,buy,2025-07-01 13:45:00,1200.0,27.7333,1,leg_gt,10.06,60 -30527,buy_mtf_cross_all_tf,buy,2025-07-01 13:48:00,1199.0,27.8399,1,leg_gt,10.05,60 -30528,buy_mtf_cross_all_tf,buy,2025-07-01 13:51:00,1198.0,27.9467,1,leg_gt,10.05,60 -30529,buy_mtf_cross_all_tf,buy,2025-07-01 13:54:00,1198.0,27.9467,1,leg_gt,10.05,60 -30530,buy_mtf_cross_all_tf,buy,2025-07-01 13:57:00,1197.0,28.0537,1,leg_gt,10.05,60 -30531,buy_mtf_cross_all_tf,buy,2025-07-01 14:00:00,1196.0,28.1609,1,leg_gt,10.05,60 -30532,buy_mtf_cross_all_tf,buy,2025-07-01 14:03:00,1196.0,28.1609,1,leg_gt,10.04,60 -30533,buy_mtf_cross_all_tf,buy,2025-07-01 14:06:00,1196.0,28.1609,1,leg_gt,10.04,60 -30534,buy_mtf_cross_all_tf,buy,2025-07-01 14:09:00,1194.0,28.3757,1,leg_gt,10.04,60 -30535,buy_mtf_cross_all_tf,buy,2025-07-01 14:12:00,1192.0,28.5913,1,leg_gt,10.04,60 -30536,buy_mtf_cross_all_tf,buy,2025-07-01 14:15:00,1192.0,28.5913,1,leg_gt,10.04,60 -30537,buy_mtf_cross_all_tf,buy,2025-07-01 14:21:00,1190.0,28.8076,1,leg_gt,10.03,60 -30538,buy_mtf_cross_all_tf,buy,2025-07-01 14:24:00,1190.0,28.8076,1,leg_gt,10.03,60 -30539,buy_mtf_cross_all_tf,buy,2025-07-01 14:27:00,1190.0,28.8076,1,leg_gt,10.03,60 -30540,buy_mtf_cross_all_tf,buy,2025-07-01 14:30:00,1189.0,28.916,1,leg_gt,10.02,60 -30541,buy_mtf_cross_all_tf,buy,2025-07-01 14:36:00,1190.0,28.8076,1,leg_gt,10.02,60 -30542,buy_mtf_cross_all_tf,buy,2025-07-01 17:45:00,1188.0,29.0246,1,leg_gt,9.89,60 -30543,buy_mtf_cross_all_tf,buy,2025-07-01 20:21:00,1189.0,28.916,1,leg_gt,9.78,60 -30544,buy_mtf_cross_all_tf,buy,2025-07-01 20:27:00,1189.0,28.916,1,leg_gt,9.78,60 -30545,buy_mtf_cross_all_tf,buy,2025-07-01 20:42:00,1187.0,29.1334,1,leg_gt,9.77,60 -30546,buy_mtf_cross_all_tf,buy,2025-07-01 20:51:00,1187.0,29.1334,1,leg_gt,9.76,60 -30547,buy_mtf_cross_all_tf,buy,2025-07-01 20:54:00,1187.0,29.1334,1,leg_gt,9.76,60 -30548,buy_mtf_cross_all_tf,buy,2025-07-01 21:45:00,1182.0,29.68,1,leg_gt,9.72,60 -30549,buy_mtf_cross_all_tf,buy,2025-07-01 21:48:00,1181.0,29.7899,1,leg_gt,9.72,60 -30550,buy_mtf_cross_all_tf,buy,2025-07-01 22:00:00,1181.0,29.7899,1,leg_gt,9.71,60 -30551,buy_mtf_cross_all_tf,buy,2025-07-01 22:03:00,1181.0,29.7899,1,leg_gt,9.71,60 -30552,buy_mtf_cross_all_tf,buy,2025-07-01 22:06:00,1180.0,29.9,1,leg_gt,9.71,60 -30553,buy_mtf_cross_all_tf,buy,2025-07-01 22:12:00,1180.0,29.9,1,leg_gt,9.7,60 -30554,buy_mtf_cross_all_tf,buy,2025-07-05 00:12:00,1198.0,27.9467,1,leg_gt,6.62,60 -30555,buy_mtf_cross_all_tf,buy,2025-07-05 00:15:00,1198.0,27.9467,1,leg_gt,6.62,60 -30556,buy_mtf_cross_all_tf,buy,2025-07-05 00:18:00,1196.0,28.1609,1,leg_gt,6.62,60 -30557,buy_mtf_cross_all_tf,buy,2025-07-05 00:27:00,1198.0,27.9467,1,leg_gt,6.61,60 -30558,buy_mtf_cross_all_tf,buy,2025-07-05 00:30:00,1195.0,28.2682,1,leg_gt,6.61,60 -30559,buy_mtf_cross_all_tf,buy,2025-07-05 00:33:00,1194.0,28.3757,1,leg_gt,6.61,60 -30560,buy_mtf_cross_all_tf,buy,2025-07-05 00:36:00,1194.0,28.3757,1,leg_gt,6.6,60 -30561,buy_mtf_cross_all_tf,buy,2025-07-05 00:39:00,1195.0,28.2682,1,leg_gt,6.6,60 -30562,buy_mtf_cross_all_tf,buy,2025-07-05 01:00:00,1192.0,28.5913,1,leg_gt,6.59,60 -30563,buy_mtf_cross_all_tf,buy,2025-07-05 01:03:00,1193.0,28.4834,1,leg_gt,6.59,60 -30564,buy_mtf_cross_all_tf,buy,2025-07-05 01:15:00,1187.0,29.1334,1,leg_gt,6.58,60 -30565,buy_mtf_cross_all_tf,buy,2025-07-05 01:18:00,1186.0,29.2423,1,leg_gt,6.58,60 -30566,buy_mtf_cross_all_tf,buy,2025-07-05 01:24:00,1182.0,29.68,1,leg_gt,6.57,60 -30567,buy_mtf_cross_all_tf,buy,2025-07-05 01:27:00,1182.0,29.68,1,leg_gt,6.57,60 -30568,buy_mtf_cross_all_tf,buy,2025-07-05 01:30:00,1182.0,29.68,1,leg_gt,6.57,60 -30569,buy_mtf_cross_all_tf,buy,2025-07-05 01:33:00,1181.0,29.7899,1,leg_gt,6.56,60 -30570,buy_mtf_cross_all_tf,buy,2025-07-05 21:21:00,1195.0,28.2682,1,leg_gt,5.74,60 -30571,buy_mtf_cross_all_tf,buy,2025-07-05 21:36:00,1191.0,28.6993,1,leg_gt,5.73,60 -30572,buy_mtf_cross_all_tf,buy,2025-07-05 21:45:00,1191.0,28.6993,1,leg_gt,5.72,60 -30573,buy_mtf_cross_all_tf,buy,2025-07-05 23:12:00,1190.0,28.8076,1,leg_gt,5.66,60 -30574,buy_mtf_cross_all_tf,buy,2025-07-06 01:45:00,1189.0,28.916,1,leg_gt,5.56,60 -30575,buy_mtf_cross_all_tf,buy,2025-07-06 01:48:00,1189.0,28.916,1,leg_gt,5.55,60 -30576,buy_mtf_cross_all_tf,buy,2025-07-06 02:30:00,1188.0,29.0246,1,leg_gt,5.52,60 -30577,buy_mtf_cross_all_tf,buy,2025-07-06 02:33:00,1186.0,29.2423,1,leg_gt,5.52,60 -30578,buy_mtf_cross_all_tf,buy,2025-07-06 03:36:00,1175.0,30.4532,1,leg_gt,5.48,60 -30579,buy_mtf_cross_all_tf,buy,2025-07-06 03:39:00,1175.0,30.4532,1,leg_gt,5.48,60 -30580,buy_mtf_cross_all_tf,buy,2025-07-06 03:42:00,1175.0,30.4532,1,leg_gt,5.48,60 -30581,buy_mtf_cross_all_tf,buy,2025-07-06 04:03:00,1174.0,30.5644,1,leg_gt,5.46,60 -30582,buy_mtf_cross_all_tf,buy,2025-07-06 10:36:00,1183.0,29.5703,1,leg_gt,5.19,60 -30583,buy_mtf_cross_all_tf,buy,2025-07-06 11:57:00,1182.0,29.68,1,leg_gt,5.13,60 -30584,buy_mtf_cross_all_tf,buy,2025-07-06 12:00:00,1181.0,29.7899,1,leg_gt,5.13,60 -30585,buy_mtf_cross_all_tf,buy,2025-07-06 12:03:00,1182.0,29.68,1,leg_gt,5.13,60 -30586,buy_mtf_cross_all_tf,buy,2025-07-06 12:15:00,1181.0,29.7899,1,leg_gt,5.12,60 -30587,buy_mtf_cross_all_tf,buy,2025-07-06 12:18:00,1180.0,29.9,1,leg_gt,5.12,60 -30588,buy_mtf_cross_all_tf,buy,2025-07-06 12:21:00,1180.0,29.9,1,leg_gt,5.11,60 -30589,buy_mtf_cross_all_tf,buy,2025-07-06 12:24:00,1180.0,29.9,1,leg_gt,5.11,60 -30590,buy_mtf_cross_all_tf,buy,2025-07-06 12:27:00,1180.0,29.9,1,leg_gt,5.11,60 -30591,buy_mtf_cross_all_tf,buy,2025-07-06 12:30:00,1180.0,29.9,1,leg_gt,5.11,60 -30592,buy_mtf_cross_all_tf,buy,2025-07-06 12:33:00,1179.0,30.0103,1,leg_gt,5.11,60 -30593,buy_mtf_cross_all_tf,buy,2025-07-06 12:36:00,1179.0,30.0103,1,leg_gt,5.1,60 -30594,buy_mtf_cross_all_tf,buy,2025-07-06 12:39:00,1179.0,30.0103,1,leg_gt,5.1,60 -30595,buy_mtf_cross_all_tf,buy,2025-07-06 12:51:00,1178.0,30.1207,1,leg_gt,5.09,60 -30596,buy_mtf_cross_all_tf,buy,2025-07-06 14:45:00,1178.0,30.1207,1,leg_gt,5.01,60 -30597,buy_mtf_cross_all_tf,buy,2025-07-07 16:00:00,1211.0,26.5722,1,leg_gt,3.96,60 -30598,buy_mtf_cross_all_tf,buy,2025-07-07 16:03:00,1210.0,26.6769,1,leg_gt,3.96,60 -30599,buy_mtf_cross_all_tf,buy,2025-07-07 16:06:00,1210.0,26.6769,1,leg_gt,3.96,60 -30600,buy_mtf_cross_all_tf,buy,2025-07-07 16:33:00,1208.0,26.8868,1,leg_gt,3.94,60 -30601,buy_mtf_cross_all_tf,buy,2025-07-07 18:15:00,1210.0,26.6769,1,leg_gt,3.87,60 -30602,buy_mtf_cross_all_tf,buy,2025-07-07 18:27:00,1207.0,26.992,1,leg_gt,3.86,60 -30603,buy_mtf_cross_all_tf,buy,2025-07-07 18:39:00,1207.0,26.992,1,leg_gt,3.85,60 -30604,buy_mtf_cross_all_tf,buy,2025-07-07 18:48:00,1206.0,27.0973,1,leg_gt,3.85,60 -30605,buy_mtf_cross_all_tf,buy,2025-07-07 18:51:00,1206.0,27.0973,1,leg_gt,3.84,60 -30606,buy_mtf_cross_all_tf,buy,2025-07-07 18:54:00,1205.0,27.2029,1,leg_gt,3.84,60 -30607,buy_mtf_cross_all_tf,buy,2025-07-07 19:15:00,1203.0,27.4145,1,leg_gt,3.83,60 -30608,buy_mtf_cross_all_tf,buy,2025-07-07 19:27:00,1202.0,27.5206,1,leg_gt,3.82,60 -30609,buy_mtf_cross_all_tf,buy,2025-07-07 19:45:00,1201.0,27.6269,1,leg_gt,3.81,60 -30610,buy_mtf_cross_all_tf,buy,2025-07-07 19:48:00,1201.0,27.6269,1,leg_gt,3.8,60 -30611,buy_mtf_cross_all_tf,buy,2025-07-07 19:51:00,1200.0,27.7333,1,leg_gt,3.8,60 -30612,buy_mtf_cross_all_tf,buy,2025-07-07 19:54:00,1200.0,27.7333,1,leg_gt,3.8,60 -30613,buy_mtf_cross_all_tf,buy,2025-07-07 19:57:00,1200.0,27.7333,1,leg_gt,3.8,60 -30614,buy_mtf_cross_all_tf,buy,2025-07-07 20:00:00,1200.0,27.7333,1,leg_gt,3.8,60 -30615,buy_mtf_cross_all_tf,buy,2025-07-07 20:03:00,1200.0,27.7333,1,leg_gt,3.79,60 -30616,buy_mtf_cross_all_tf,buy,2025-07-07 20:15:00,1197.0,28.0537,1,leg_gt,3.79,60 -30617,buy_mtf_cross_all_tf,buy,2025-07-07 20:18:00,1197.0,28.0537,1,leg_gt,3.78,60 -30618,buy_mtf_cross_all_tf,buy,2025-07-07 23:45:00,1190.0,28.8076,1,leg_gt,3.64,60 -30619,buy_mtf_cross_all_tf,buy,2025-07-08 03:36:00,1183.0,29.5703,1,leg_gt,3.48,60 -30620,buy_mtf_cross_all_tf,buy,2025-07-08 05:21:00,1180.0,29.9,1,leg_gt,3.41,60 -30621,buy_mtf_cross_all_tf,buy,2025-07-08 10:30:00,1181.0,29.7899,1,leg_gt,3.19,60 -30622,buy_mtf_cross_all_tf,buy,2025-07-08 10:33:00,1180.0,29.9,1,leg_gt,3.19,60 -30623,buy_mtf_cross_all_tf,buy,2025-07-08 10:39:00,1181.0,29.7899,1,leg_gt,3.19,60 -30624,buy_mtf_cross_all_tf,buy,2025-07-08 10:42:00,1179.0,30.0103,1,leg_gt,3.18,60 -30625,buy_mtf_cross_all_tf,buy,2025-07-08 10:45:00,1179.0,30.0103,1,leg_gt,3.18,60 -30626,buy_mtf_cross_all_tf,buy,2025-07-08 10:48:00,1180.0,29.9,1,leg_gt,3.18,60 -30627,buy_mtf_cross_all_tf,buy,2025-07-08 11:12:00,1177.0,30.2314,1,leg_gt,3.16,60 -30628,buy_mtf_cross_all_tf,buy,2025-07-08 13:15:00,1178.0,30.1207,1,leg_gt,3.08,60 -30629,buy_mtf_cross_all_tf,buy,2025-07-08 13:18:00,1178.0,30.1207,1,leg_gt,3.08,60 -30630,buy_mtf_cross_all_tf,buy,2025-07-08 13:21:00,1177.0,30.2314,1,leg_gt,3.07,60 -30631,buy_mtf_cross_all_tf,buy,2025-07-08 13:27:00,1177.0,30.2314,1,leg_gt,3.07,60 -30632,buy_mtf_cross_all_tf,buy,2025-07-08 16:06:00,1177.0,30.2314,1,leg_gt,2.96,60 -30633,buy_mtf_cross_all_tf,buy,2025-07-08 16:09:00,1178.0,30.1207,1,leg_gt,2.96,60 -30634,buy_mtf_cross_all_tf,buy,2025-07-08 16:12:00,1177.0,30.2314,1,leg_gt,2.95,60 -30635,buy_mtf_cross_all_tf,buy,2025-07-08 16:15:00,1177.0,30.2314,1,leg_gt,2.95,60 -30636,buy_mtf_cross_all_tf,buy,2025-07-08 16:18:00,1176.0,30.3422,1,leg_gt,2.95,60 -30637,buy_mtf_cross_all_tf,buy,2025-07-08 16:21:00,1177.0,30.2314,1,leg_gt,2.95,60 -30638,buy_mtf_cross_all_tf,buy,2025-07-08 17:30:00,1176.0,30.3422,1,leg_gt,2.9,60 -30639,buy_mtf_cross_all_tf,buy,2025-07-08 18:03:00,1172.0,30.7874,1,leg_gt,2.88,60 -30640,buy_mtf_cross_all_tf,buy,2025-07-08 23:30:00,1175.0,30.4532,1,leg_gt,2.65,60 -30641,buy_mtf_cross_all_tf,buy,2025-07-08 23:54:00,1172.0,30.7874,1,leg_gt,2.63,60 -30642,buy_mtf_cross_all_tf,buy,2025-07-08 23:57:00,1171.0,30.8991,1,leg_gt,2.63,60 -30643,buy_mtf_cross_all_tf,buy,2025-07-09 08:24:00,1190.0,28.8076,1,leg_gt,2.28,60 -30644,buy_mtf_cross_all_tf,buy,2025-07-09 09:30:00,1187.0,29.1334,1,leg_gt,2.23,60 -30645,buy_mtf_cross_all_tf,buy,2025-07-09 09:33:00,1187.0,29.1334,1,leg_gt,2.23,60 -30646,buy_mtf_cross_all_tf,buy,2025-07-09 09:42:00,1187.0,29.1334,1,leg_gt,2.22,60 -30647,buy_mtf_cross_all_tf,buy,2025-07-09 10:00:00,1186.0,29.2423,1,leg_gt,2.21,60 -30648,buy_mtf_cross_all_tf,buy,2025-07-09 10:03:00,1186.0,29.2423,1,leg_gt,2.21,60 -30649,buy_mtf_cross_all_tf,buy,2025-07-09 10:45:00,1176.0,30.3422,1,leg_gt,2.18,60 -30650,buy_mtf_cross_all_tf,buy,2025-07-09 10:48:00,1175.0,30.4532,1,leg_gt,2.18,60 -30651,buy_mtf_cross_all_tf,buy,2025-07-15 01:06:00,1420.0,9.4775,1,leg_gt,2.22,60 -30652,buy_mtf_cross_all_tf,buy,2025-07-15 01:09:00,1422.0,9.3233,1,leg_gt,2.22,60 -30653,buy_mtf_cross_all_tf,buy,2025-07-15 01:12:00,1420.0,9.4775,1,leg_gt,2.22,60 -30654,buy_mtf_cross_all_tf,buy,2025-07-15 01:15:00,1417.0,9.7095,1,leg_gt,2.22,60 -30655,buy_mtf_cross_all_tf,buy,2025-07-15 03:15:00,1424.0,9.1697,1,leg_gt,2.13,60 -30656,buy_mtf_cross_all_tf,buy,2025-07-15 04:06:00,1416.0,9.787,1,leg_gt,2.1,60 -30657,buy_mtf_cross_all_tf,buy,2025-07-15 04:09:00,1415.0,9.8647,1,leg_gt,2.1,60 -30658,buy_mtf_cross_all_tf,buy,2025-07-15 04:21:00,1412.0,10.0983,1,leg_gt,2.09,60 -30659,buy_mtf_cross_all_tf,buy,2025-07-15 04:24:00,1412.0,10.0983,1,leg_gt,2.09,60 -30660,buy_mtf_cross_all_tf,buy,2025-07-15 05:21:00,1404.0,10.7262,1,leg_gt,2.05,60 -30661,buy_mtf_cross_all_tf,buy,2025-07-15 05:24:00,1405.0,10.6473,1,leg_gt,2.04,60 -30662,buy_mtf_cross_all_tf,buy,2025-07-15 10:21:00,1406.0,10.5686,1,leg_gt,1.84,60 -30663,buy_mtf_cross_all_tf,buy,2025-07-15 10:24:00,1402.0,10.8843,1,leg_gt,1.84,60 -30664,buy_mtf_cross_all_tf,buy,2025-07-15 11:21:00,1405.0,10.6473,1,leg_gt,1.8,60 -30665,buy_mtf_cross_all_tf,buy,2025-07-15 11:24:00,1403.0,10.8052,1,leg_gt,1.79,60 -30666,buy_mtf_cross_all_tf,buy,2025-07-15 11:30:00,1400.0,11.0429,1,leg_gt,1.79,60 -30667,buy_mtf_cross_all_tf,buy,2025-07-15 11:36:00,1401.0,10.9635,1,leg_gt,1.79,60 -30668,buy_mtf_cross_all_tf,buy,2025-07-15 12:00:00,1399.0,11.1223,1,leg_gt,1.77,60 -30669,buy_mtf_cross_all_tf,buy,2025-07-15 12:03:00,1394.0,11.5212,1,leg_gt,1.77,60 -30670,buy_mtf_cross_all_tf,buy,2025-07-15 12:33:00,1375.0,13.0636,1,leg_gt,1.75,60 -30671,buy_mtf_cross_all_tf,buy,2025-07-15 12:36:00,1372.0,13.3111,1,leg_gt,1.74,60 -30672,buy_mtf_cross_all_tf,buy,2025-07-15 18:00:00,1382.0,12.4904,1,leg_gt,1.52,60 -30673,buy_mtf_cross_all_tf,buy,2025-07-15 19:00:00,1382.0,12.4904,1,leg_gt,1.48,60 -30674,buy_mtf_cross_all_tf,buy,2025-07-15 19:03:00,1384.0,12.3277,1,leg_gt,1.48,60 -30675,buy_mtf_cross_all_tf,buy,2025-07-24 02:00:00,1653.0,-2.3384,0,leg_gt,0.93,60 -30676,buy_mtf_cross_all_tf,buy,2025-07-24 02:03:00,1656.0,-2.5155,0,leg_gt,0.92,60 -30677,buy_mtf_cross_all_tf,buy,2025-07-24 02:06:00,1650.0,-2.1606,0,leg_gt,0.92,60 -30678,buy_mtf_cross_all_tf,buy,2025-07-24 02:30:00,1614.0,0.0239,1,leg_gt,0.91,60 -30679,buy_mtf_cross_all_tf,buy,2025-07-24 02:33:00,1616.0,-0.1,0,leg_gt,0.9,60 -30680,buy_mtf_cross_all_tf,buy,2025-07-24 02:36:00,1620.0,-0.3469,0,leg_gt,0.9,60 -30681,buy_mtf_cross_all_tf,buy,2025-07-24 02:39:00,1617.0,-0.1618,0,leg_gt,0.9,60 -30682,buy_mtf_cross_all_tf,buy,2025-07-24 05:00:00,1620.0,-0.3469,0,leg_gt,0.8,60 -30683,buy_mtf_cross_all_tf,buy,2025-07-24 05:06:00,1622.0,-0.4699,0,leg_gt,0.8,60 -30684,buy_mtf_cross_all_tf,buy,2025-07-24 05:09:00,1618.0,-0.2236,0,leg_gt,0.8,60 -30685,buy_mtf_cross_all_tf,buy,2025-07-24 05:12:00,1617.0,-0.1618,0,leg_gt,0.79,60 -30686,buy_mtf_cross_all_tf,buy,2025-07-24 05:15:00,1618.0,-0.2236,0,leg_gt,0.79,60 -30687,buy_mtf_cross_all_tf,buy,2025-07-24 05:18:00,1617.0,-0.1618,0,leg_gt,0.79,60 -30688,buy_mtf_cross_all_tf,buy,2025-07-24 05:24:00,1616.0,-0.1,0,leg_gt,0.79,60 -30689,buy_mtf_cross_all_tf,buy,2025-07-24 05:45:00,1575.0,2.5032,1,leg_gt,0.77,60 -30690,buy_mtf_cross_all_tf,buy,2025-07-24 05:48:00,1566.0,3.0928,1,leg_gt,0.77,60 -30691,buy_mtf_cross_all_tf,buy,2025-07-24 05:51:00,1566.0,3.0928,1,leg_gt,0.77,60 -30692,buy_mtf_cross_all_tf,buy,2025-07-24 06:21:00,1560.0,3.4897,1,leg_gt,0.75,60 -30693,buy_mtf_cross_all_tf,buy,2025-07-24 06:24:00,1556.0,3.756,1,leg_gt,0.74,60 -30694,buy_mtf_cross_all_tf,buy,2025-07-24 06:30:00,1554.0,3.8897,1,leg_gt,0.74,60 -30695,buy_mtf_cross_all_tf,buy,2025-07-24 13:00:00,1609.0,0.3351,1,leg_gt,0.47,60 -30696,buy_mtf_cross_all_tf,buy,2025-07-24 13:03:00,1604.0,0.6481,1,leg_gt,0.47,60 -30697,buy_mtf_cross_all_tf,buy,2025-07-24 13:09:00,1608.0,0.3975,1,leg_gt,0.46,60 -30698,buy_mtf_cross_all_tf,buy,2025-07-24 13:30:00,1603.0,0.711,1,leg_gt,0.45,60 -30699,buy_mtf_cross_all_tf,buy,2025-07-24 14:00:00,1572.0,2.699,1,leg_gt,0.43,60 -30700,buy_mtf_cross_all_tf,buy,2025-07-24 14:03:00,1571.0,2.7644,1,leg_gt,0.42,60 -30701,buy_mtf_cross_all_tf,buy,2025-07-24 14:06:00,1560.0,3.4897,1,leg_gt,0.42,60 -30702,buy_mtf_cross_all_tf,buy,2025-07-24 14:15:00,1548.0,4.2928,1,leg_gt,0.42,60 -30703,buy_mtf_cross_all_tf,buy,2025-07-24 14:24:00,1555.0,3.8228,1,leg_gt,0.41,60 -30704,buy_mtf_cross_all_tf,buy,2025-07-24 14:30:00,1549.0,4.2254,1,leg_gt,0.41,60 -30705,buy_mtf_cross_all_tf,buy,2025-07-24 14:33:00,1551.0,4.0908,1,leg_gt,0.4,60 -30706,buy_mtf_cross_all_tf,buy,2025-07-24 15:06:00,1521.0,6.1459,1,leg_gt,0.38,60 -30707,buy_mtf_cross_all_tf,buy,2025-07-24 15:09:00,1523.0,6.0064,1,leg_gt,0.38,60 -30708,buy_mtf_cross_all_tf,buy,2025-07-24 15:51:00,1485.0,8.7215,1,leg_gt,0.35,60 -30709,buy_mtf_cross_all_tf,buy,2025-07-24 16:00:00,1484.0,8.7949,1,leg_gt,0.34,60 -30710,buy_mtf_cross_all_tf,buy,2025-07-24 16:03:00,1475.0,9.4593,1,leg_gt,0.34,60 -30711,buy_mtf_cross_all_tf,buy,2025-07-24 16:06:00,1466.0,10.1319,1,leg_gt,0.34,60 -30712,buy_mtf_cross_all_tf,buy,2025-07-25 06:42:00,1571.0,7.0292,1,leg_gt,3.43,60 -30713,buy_mtf_cross_all_tf,buy,2025-07-25 07:12:00,1569.0,7.1658,1,leg_gt,3.41,60 -30714,buy_mtf_cross_all_tf,buy,2025-07-25 07:24:00,1565.0,7.4399,1,leg_gt,3.4,60 -30715,buy_mtf_cross_all_tf,buy,2025-07-25 07:51:00,1563.0,7.5775,1,leg_gt,3.39,60 -30716,buy_mtf_cross_all_tf,buy,2025-07-25 08:12:00,1554.0,8.2012,1,leg_gt,3.37,60 -30717,buy_mtf_cross_all_tf,buy,2025-07-25 08:21:00,1549.0,8.5507,1,leg_gt,3.36,60 -30718,buy_mtf_cross_all_tf,buy,2025-07-25 08:24:00,1549.0,8.5507,1,leg_gt,3.36,60 -30719,buy_mtf_cross_all_tf,buy,2025-07-25 08:27:00,1547.0,8.6912,1,leg_gt,3.36,60 -30720,buy_mtf_cross_all_tf,buy,2025-07-25 08:30:00,1545.0,8.832,1,leg_gt,3.36,60 -30721,buy_mtf_cross_all_tf,buy,2025-07-25 08:33:00,1543.0,8.9732,1,leg_gt,3.36,60 -30722,buy_mtf_cross_all_tf,buy,2025-07-25 08:36:00,1545.0,8.832,1,leg_gt,3.35,60 -30723,buy_mtf_cross_all_tf,buy,2025-07-25 09:15:00,1535.0,9.5417,1,leg_gt,3.33,60 -30724,buy_mtf_cross_all_tf,buy,2025-07-25 09:18:00,1533.0,9.6847,1,leg_gt,3.32,60 -30725,buy_mtf_cross_all_tf,buy,2025-07-25 09:21:00,1535.0,9.5417,1,leg_gt,3.32,60 -30726,buy_mtf_cross_all_tf,buy,2025-07-25 09:39:00,1524.0,10.3331,1,leg_gt,3.31,60 -30727,buy_mtf_cross_all_tf,buy,2025-07-25 09:42:00,1524.0,10.3331,1,leg_gt,3.31,60 -30728,buy_mtf_cross_all_tf,buy,2025-07-25 10:03:00,1524.0,10.3331,1,leg_gt,3.29,60 -30729,buy_mtf_cross_all_tf,buy,2025-07-25 10:06:00,1524.0,10.3331,1,leg_gt,3.29,60 -30730,buy_mtf_cross_all_tf,buy,2025-07-25 12:45:00,1512.0,11.2095,1,leg_gt,3.18,60 -30731,buy_mtf_cross_all_tf,buy,2025-07-25 13:15:00,1505.0,11.7272,1,leg_gt,3.16,60 -30732,buy_mtf_cross_all_tf,buy,2025-07-25 13:21:00,1505.0,11.7272,1,leg_gt,3.16,60 -30733,buy_mtf_cross_all_tf,buy,2025-07-26 00:00:00,1520.0,10.6237,1,leg_gt,2.71,60 -30734,buy_mtf_cross_all_tf,buy,2025-07-26 00:06:00,1521.0,10.5509,1,leg_gt,2.71,60 -30735,buy_mtf_cross_all_tf,buy,2025-07-26 00:09:00,1522.0,10.4782,1,leg_gt,2.71,60 -30736,buy_mtf_cross_all_tf,buy,2025-07-26 00:48:00,1511.0,11.2832,1,leg_gt,2.68,60 -30737,buy_mtf_cross_all_tf,buy,2025-07-26 00:51:00,1510.0,11.357,1,leg_gt,2.68,60 -30738,buy_mtf_cross_all_tf,buy,2025-07-29 00:00:00,1584.0,-11.148,0,leg_gt,7.09,60 -30739,buy_mtf_cross_all_tf,buy,2025-07-29 00:03:00,1584.0,-11.148,0,leg_gt,7.09,60 -30740,buy_mtf_cross_all_tf,buy,2025-07-29 00:54:00,1578.0,-10.8098,0,leg_gt,7.06,60 -30741,buy_mtf_cross_all_tf,buy,2025-07-29 01:15:00,1568.0,-10.2403,0,leg_gt,7.04,60 -30742,buy_mtf_cross_all_tf,buy,2025-07-29 01:18:00,1571.0,-10.4119,0,leg_gt,7.04,60 -30743,buy_mtf_cross_all_tf,buy,2025-07-29 01:21:00,1567.0,-10.183,0,leg_gt,7.04,60 -30744,buy_mtf_cross_all_tf,buy,2025-07-29 02:21:00,1568.0,-10.2403,0,leg_gt,7.0,60 -30745,buy_mtf_cross_all_tf,buy,2025-07-29 03:27:00,1555.0,-9.4891,0,leg_gt,6.95,60 -30746,buy_mtf_cross_all_tf,buy,2025-07-29 03:30:00,1553.0,-9.3724,0,leg_gt,6.95,60 -30747,buy_mtf_cross_all_tf,buy,2025-07-29 04:45:00,1547.0,-9.0205,0,leg_gt,6.9,60 -30748,buy_mtf_cross_all_tf,buy,2025-07-29 04:48:00,1545.0,-8.9026,0,leg_gt,6.89,60 -30749,buy_mtf_cross_all_tf,buy,2025-07-29 04:51:00,1546.0,-8.9616,0,leg_gt,6.89,60 -30750,buy_mtf_cross_all_tf,buy,2025-07-29 05:24:00,1545.0,-8.9026,0,leg_gt,6.87,60 -30751,buy_mtf_cross_all_tf,buy,2025-07-29 05:39:00,1541.0,-8.6659,0,leg_gt,6.86,60 -30752,buy_mtf_cross_all_tf,buy,2025-07-29 05:45:00,1540.0,-8.6065,0,leg_gt,6.85,60 -30753,buy_mtf_cross_all_tf,buy,2025-07-29 05:48:00,1535.0,-8.3085,0,leg_gt,6.85,60 -30754,buy_mtf_cross_all_tf,buy,2025-07-29 05:51:00,1538.0,-8.4875,0,leg_gt,6.85,60 -30755,buy_mtf_cross_all_tf,buy,2025-07-29 06:27:00,1533.0,-8.1887,0,leg_gt,6.82,60 -30756,buy_mtf_cross_all_tf,buy,2025-07-29 11:03:00,1526.0,-7.7671,0,leg_gt,6.63,60 -30757,buy_mtf_cross_all_tf,buy,2025-07-29 11:06:00,1525.0,-7.7066,0,leg_gt,6.63,60 -30758,buy_mtf_cross_all_tf,buy,2025-07-29 11:09:00,1527.0,-7.8276,0,leg_gt,6.63,60 -30759,buy_mtf_cross_all_tf,buy,2025-07-29 11:12:00,1523.0,-7.5852,0,leg_gt,6.63,60 -30760,buy_mtf_cross_all_tf,buy,2025-07-29 11:15:00,1525.0,-7.7066,0,leg_gt,6.62,60 -30761,buy_mtf_cross_all_tf,buy,2025-07-29 11:18:00,1516.0,-7.158,0,leg_gt,6.62,60 -30762,buy_mtf_cross_all_tf,buy,2025-07-29 11:27:00,1519.0,-7.3416,0,leg_gt,6.62,60 -30763,buy_mtf_cross_all_tf,buy,2025-07-29 11:42:00,1510.0,-6.7887,0,leg_gt,6.61,60 -30764,buy_mtf_cross_all_tf,buy,2025-07-29 12:00:00,1508.0,-6.665,0,leg_gt,6.59,60 -30765,buy_mtf_cross_all_tf,buy,2025-07-29 12:03:00,1508.0,-6.665,0,leg_gt,6.59,60 -30766,buy_mtf_cross_all_tf,buy,2025-07-29 19:21:00,1531.0,-8.0686,0,leg_gt,6.29,60 -30767,buy_mtf_cross_all_tf,buy,2025-07-29 19:24:00,1529.0,-7.9483,0,leg_gt,6.29,60 -30768,buy_mtf_cross_all_tf,buy,2025-07-29 19:27:00,1530.0,-8.0085,0,leg_gt,6.28,60 -30769,buy_mtf_cross_all_tf,buy,2025-07-29 19:30:00,1531.0,-8.0686,0,leg_gt,6.28,60 -30770,buy_mtf_cross_all_tf,buy,2025-07-29 19:36:00,1529.0,-7.9483,0,leg_gt,6.28,60 -30771,buy_mtf_cross_all_tf,buy,2025-07-29 19:39:00,1527.0,-7.8276,0,leg_gt,6.28,60 -30772,buy_mtf_cross_all_tf,buy,2025-07-29 19:42:00,1526.0,-7.7671,0,leg_gt,6.27,60 -30773,buy_mtf_cross_all_tf,buy,2025-07-29 19:45:00,1522.0,-7.5244,0,leg_gt,6.27,60 -30774,buy_mtf_cross_all_tf,buy,2025-07-29 19:51:00,1517.0,-7.2193,0,leg_gt,6.27,60 -30775,buy_mtf_cross_all_tf,buy,2025-07-29 19:54:00,1518.0,-7.2805,0,leg_gt,6.26,60 -30776,buy_mtf_cross_all_tf,buy,2025-07-29 19:57:00,1515.0,-7.0967,0,leg_gt,6.26,60 -30777,buy_mtf_cross_all_tf,buy,2025-07-29 20:00:00,1514.0,-7.0353,0,leg_gt,6.26,60 -30778,buy_mtf_cross_all_tf,buy,2025-07-29 20:03:00,1517.0,-7.2193,0,leg_gt,6.26,60 -30779,buy_mtf_cross_all_tf,buy,2025-07-29 23:15:00,1503.0,-6.3542,0,leg_gt,6.12,60 -30780,buy_mtf_cross_all_tf,buy,2025-07-29 23:21:00,1504.0,-6.4165,0,leg_gt,6.12,60 -30781,buy_mtf_cross_all_tf,buy,2025-07-29 23:51:00,1495.0,-5.8525,0,leg_gt,6.1,60 -30782,buy_mtf_cross_all_tf,buy,2025-07-29 23:57:00,1491.0,-5.5997,0,leg_gt,6.1,60 -30783,buy_mtf_cross_all_tf,buy,2025-07-30 00:00:00,1491.0,-5.5997,0,leg_gt,6.09,60 -30784,buy_mtf_cross_all_tf,buy,2025-07-30 00:03:00,1487.0,-5.3455,0,leg_gt,6.09,60 -30785,buy_mtf_cross_all_tf,buy,2025-07-30 00:06:00,1488.0,-5.4091,0,leg_gt,6.09,60 -30786,buy_mtf_cross_all_tf,buy,2025-07-30 00:09:00,1487.0,-5.3455,0,leg_gt,6.09,60 -30787,buy_mtf_cross_all_tf,buy,2025-07-30 00:36:00,1486.0,-5.2817,0,leg_gt,6.07,60 -30788,buy_mtf_cross_all_tf,buy,2025-07-30 01:27:00,1483.0,-5.0899,0,leg_gt,6.03,60 -30789,buy_mtf_cross_all_tf,buy,2025-07-30 01:30:00,1477.0,-4.7039,0,leg_gt,6.03,60 -30790,buy_mtf_cross_all_tf,buy,2025-07-30 01:33:00,1474.0,-4.5098,0,leg_gt,6.03,60 -30791,buy_mtf_cross_all_tf,buy,2025-07-30 04:30:00,1474.0,-4.5098,0,leg_gt,5.91,60 -30792,buy_mtf_cross_all_tf,buy,2025-07-30 04:33:00,1477.0,-4.7039,0,leg_gt,5.9,60 -30793,buy_mtf_cross_all_tf,buy,2025-07-30 04:36:00,1474.0,-4.5098,0,leg_gt,5.9,60 -30794,buy_mtf_cross_all_tf,buy,2025-07-30 04:39:00,1472.0,-4.3799,0,leg_gt,5.9,60 -30795,buy_mtf_cross_all_tf,buy,2025-07-30 04:42:00,1473.0,-4.4449,0,leg_gt,5.9,60 -30796,buy_mtf_cross_all_tf,buy,2025-07-30 05:06:00,1469.0,-4.1844,0,leg_gt,5.88,60 -30797,buy_mtf_cross_all_tf,buy,2025-07-30 05:09:00,1465.0,-3.9225,0,leg_gt,5.88,60 -30798,buy_mtf_cross_all_tf,buy,2025-07-30 05:15:00,1461.0,-3.6592,0,leg_gt,5.88,60 -30799,buy_mtf_cross_all_tf,buy,2025-07-30 05:18:00,1464.0,-3.8568,0,leg_gt,5.87,60 -30800,buy_mtf_cross_all_tf,buy,2025-07-30 10:30:00,1471.0,-4.3148,0,leg_gt,5.66,60 -30801,buy_mtf_cross_all_tf,buy,2025-07-30 14:00:00,1474.0,-4.5098,0,leg_gt,5.51,60 -30802,buy_mtf_cross_all_tf,buy,2025-07-30 14:03:00,1472.0,-4.3799,0,leg_gt,5.51,60 -30803,buy_mtf_cross_all_tf,buy,2025-07-30 14:09:00,1472.0,-4.3799,0,leg_gt,5.5,60 -30804,buy_mtf_cross_all_tf,buy,2025-07-30 14:12:00,1468.0,-4.1191,0,leg_gt,5.5,60 -30805,buy_mtf_cross_all_tf,buy,2025-07-30 14:15:00,1471.0,-4.3148,0,leg_gt,5.5,60 -30806,buy_mtf_cross_all_tf,buy,2025-07-30 16:21:00,1470.0,-4.2497,0,leg_gt,5.41,60 -30807,buy_mtf_cross_all_tf,buy,2025-07-30 16:24:00,1470.0,-4.2497,0,leg_gt,5.41,60 -30808,buy_mtf_cross_all_tf,buy,2025-07-30 16:27:00,1470.0,-4.2497,0,leg_gt,5.41,60 -30809,buy_mtf_cross_all_tf,buy,2025-07-30 16:45:00,1469.0,-4.1844,0,leg_gt,5.4,60 -30810,buy_mtf_cross_all_tf,buy,2025-07-30 16:48:00,1467.0,-4.0536,0,leg_gt,5.39,60 -30811,buy_mtf_cross_all_tf,buy,2025-07-30 16:51:00,1468.0,-4.1191,0,leg_gt,5.39,60 -30812,buy_mtf_cross_all_tf,buy,2025-07-30 16:54:00,1465.0,-3.9225,0,leg_gt,5.39,60 -30813,buy_mtf_cross_all_tf,buy,2025-07-30 16:57:00,1465.0,-3.9225,0,leg_gt,5.39,60 -30814,buy_mtf_cross_all_tf,buy,2025-07-30 17:00:00,1466.0,-3.9881,0,leg_gt,5.39,60 -30815,buy_mtf_cross_all_tf,buy,2025-07-30 17:06:00,1466.0,-3.9881,0,leg_gt,5.38,60 -30816,buy_mtf_cross_all_tf,buy,2025-07-30 17:21:00,1464.0,-3.8568,0,leg_gt,5.37,60 -30817,buy_mtf_cross_all_tf,buy,2025-07-30 18:30:00,1461.0,-3.6592,0,leg_gt,5.32,60 -30818,buy_mtf_cross_all_tf,buy,2025-07-30 18:36:00,1462.0,-3.7252,0,leg_gt,5.32,60 -30819,buy_mtf_cross_all_tf,buy,2025-07-30 18:39:00,1458.0,-3.4608,0,leg_gt,5.32,60 -30820,buy_mtf_cross_all_tf,buy,2025-07-30 18:42:00,1459.0,-3.527,0,leg_gt,5.31,60 -30821,buy_mtf_cross_all_tf,buy,2025-07-30 18:45:00,1459.0,-3.527,0,leg_gt,5.31,60 -30822,buy_mtf_cross_all_tf,buy,2025-07-30 18:48:00,1459.0,-3.527,0,leg_gt,5.31,60 -30823,buy_mtf_cross_all_tf,buy,2025-07-30 20:18:00,1443.0,-2.4562,0,leg_gt,5.25,60 -30824,buy_mtf_cross_all_tf,buy,2025-07-30 20:36:00,1434.0,-1.8434,0,leg_gt,5.24,60 -30825,buy_mtf_cross_all_tf,buy,2025-07-30 20:39:00,1432.0,-1.7061,0,leg_gt,5.23,60 -30826,buy_mtf_cross_all_tf,buy,2025-07-30 20:42:00,1430.0,-1.5685,0,leg_gt,5.23,60 -30827,buy_mtf_cross_all_tf,buy,2025-07-30 20:45:00,1426.0,-1.2921,0,leg_gt,5.23,60 -30828,buy_mtf_cross_all_tf,buy,2025-07-30 20:48:00,1427.0,-1.3614,0,leg_gt,5.23,60 -30829,buy_mtf_cross_all_tf,buy,2025-07-30 20:51:00,1423.0,-1.0838,0,leg_gt,5.22,60 -30830,buy_mtf_cross_all_tf,buy,2025-07-30 20:54:00,1423.0,-1.0838,0,leg_gt,5.22,60 -30831,buy_mtf_cross_all_tf,buy,2025-07-30 20:57:00,1422.0,-1.0142,0,leg_gt,5.22,60 -30832,buy_mtf_cross_all_tf,buy,2025-07-31 07:30:00,1450.0,-2.9276,0,leg_gt,4.78,60 -30833,buy_mtf_cross_all_tf,buy,2025-07-31 21:15:00,1489.0,-5.4727,0,leg_gt,4.21,60 -30834,buy_mtf_cross_all_tf,buy,2025-07-31 21:18:00,1487.0,-5.3455,0,leg_gt,4.21,60 -30835,buy_mtf_cross_all_tf,buy,2025-07-31 21:27:00,1486.0,-5.2817,0,leg_gt,4.2,60 -30836,buy_mtf_cross_all_tf,buy,2025-07-31 21:42:00,1481.0,-4.9616,0,leg_gt,4.19,60 -30837,buy_mtf_cross_all_tf,buy,2025-07-31 21:45:00,1478.0,-4.7685,0,leg_gt,4.19,60 -30838,buy_mtf_cross_all_tf,buy,2025-07-31 21:48:00,1476.0,-4.6393,0,leg_gt,4.19,60 -30839,buy_mtf_cross_all_tf,buy,2025-07-31 22:24:00,1467.0,-4.0536,0,leg_gt,4.16,60 -30840,buy_mtf_cross_all_tf,buy,2025-07-31 22:27:00,1464.0,-3.8568,0,leg_gt,4.16,60 -30841,buy_mtf_cross_all_tf,buy,2025-07-31 22:30:00,1465.0,-3.9225,0,leg_gt,4.16,60 -30842,buy_mtf_cross_all_tf,buy,2025-07-31 22:33:00,1463.0,-3.791,0,leg_gt,4.15,60 -30843,buy_mtf_cross_all_tf,buy,2025-07-31 22:36:00,1460.0,-3.5932,0,leg_gt,4.15,60 -30844,buy_mtf_cross_all_tf,buy,2025-08-01 00:06:00,1447.0,-2.7261,0,leg_gt,4.09,60 -30845,buy_mtf_cross_all_tf,buy,2025-08-01 00:12:00,1444.0,-2.5238,0,leg_gt,4.09,60 -30846,buy_mtf_cross_all_tf,buy,2025-08-01 04:18:00,1450.0,-2.9276,0,leg_gt,3.91,60 -30847,buy_mtf_cross_all_tf,buy,2025-08-01 05:12:00,1446.0,-2.6588,0,leg_gt,3.88,60 -30848,buy_mtf_cross_all_tf,buy,2025-08-01 06:12:00,1445.0,-2.5913,0,leg_gt,3.84,60 -30849,buy_mtf_cross_all_tf,buy,2025-08-01 06:21:00,1443.0,-2.4562,0,leg_gt,3.83,60 -30850,buy_mtf_cross_all_tf,buy,2025-08-01 07:00:00,1436.0,-1.9802,0,leg_gt,3.8,60 -30851,buy_mtf_cross_all_tf,buy,2025-08-01 07:21:00,1420.0,-0.8746,0,leg_gt,3.79,60 -30852,buy_mtf_cross_all_tf,buy,2025-08-01 07:24:00,1418.0,-0.7347,0,leg_gt,3.79,60 -30853,buy_mtf_cross_all_tf,buy,2025-08-01 07:27:00,1411.0,-0.2417,0,leg_gt,3.78,60 -30854,buy_mtf_cross_all_tf,buy,2025-08-01 07:30:00,1416.0,-0.5944,0,leg_gt,3.78,60 -30855,buy_mtf_cross_all_tf,buy,2025-08-01 07:33:00,1411.0,-0.2417,0,leg_gt,3.78,60 -30856,buy_mtf_cross_all_tf,buy,2025-08-01 07:36:00,1410.0,-0.1709,0,leg_gt,3.78,60 -30857,buy_mtf_cross_all_tf,buy,2025-08-01 07:39:00,1407.0,0.0421,1,leg_gt,3.78,60 -30858,buy_mtf_cross_all_tf,buy,2025-08-01 07:42:00,1406.0,0.1134,1,leg_gt,3.77,60 -30859,buy_mtf_cross_all_tf,buy,2025-08-01 07:48:00,1407.0,0.0421,1,leg_gt,3.77,60 -30860,buy_mtf_cross_all_tf,buy,2025-08-01 08:48:00,1402.0,0.3993,1,leg_gt,3.73,60 -30861,buy_mtf_cross_all_tf,buy,2025-08-01 09:24:00,1388.0,1.413,1,leg_gt,3.7,60 -30862,buy_mtf_cross_all_tf,buy,2025-08-01 09:27:00,1383.0,1.78,1,leg_gt,3.7,60 -30863,buy_mtf_cross_all_tf,buy,2025-08-01 09:30:00,1383.0,1.78,1,leg_gt,3.7,60 -30864,buy_mtf_cross_all_tf,buy,2025-08-01 09:33:00,1382.0,1.8537,1,leg_gt,3.7,60 -30865,buy_mtf_cross_all_tf,buy,2025-08-01 09:42:00,1377.0,2.2239,1,leg_gt,3.69,60 -30866,buy_mtf_cross_all_tf,buy,2025-08-01 09:45:00,1373.0,2.522,1,leg_gt,3.69,60 -30867,buy_mtf_cross_all_tf,buy,2025-08-01 14:30:00,1376.0,2.2983,1,leg_gt,3.49,60 -30868,buy_mtf_cross_all_tf,buy,2025-08-01 15:00:00,1367.0,2.9724,1,leg_gt,3.47,60 -30869,buy_mtf_cross_all_tf,buy,2025-08-01 15:03:00,1364.0,3.1991,1,leg_gt,3.47,60 -30870,buy_mtf_cross_all_tf,buy,2025-08-01 15:15:00,1365.0,3.1234,1,leg_gt,3.46,60 -30871,buy_mtf_cross_all_tf,buy,2025-08-01 15:21:00,1361.0,3.4268,1,leg_gt,3.45,60 -30872,buy_mtf_cross_all_tf,buy,2025-08-01 15:30:00,1362.0,3.3508,1,leg_gt,3.45,60 -30873,buy_mtf_cross_all_tf,buy,2025-08-01 15:42:00,1359.0,3.5792,1,leg_gt,3.44,60 -30874,buy_mtf_cross_all_tf,buy,2025-08-01 17:21:00,1345.0,4.6584,1,leg_gt,3.37,60 -30875,buy_mtf_cross_all_tf,buy,2025-08-01 17:24:00,1346.0,4.5805,1,leg_gt,3.37,60 -30876,buy_mtf_cross_all_tf,buy,2025-08-01 17:30:00,1345.0,4.6584,1,leg_gt,3.36,60 -30877,buy_mtf_cross_all_tf,buy,2025-08-01 17:36:00,1338.0,5.2064,1,leg_gt,3.36,60 -30878,buy_mtf_cross_all_tf,buy,2025-08-01 23:00:00,1341.0,4.9708,1,leg_gt,3.14,60 -30879,buy_mtf_cross_all_tf,buy,2025-08-01 23:03:00,1337.0,5.2852,1,leg_gt,3.13,60 -30880,buy_mtf_cross_all_tf,buy,2025-08-02 02:12:00,1348.0,4.4252,1,leg_gt,3.0,60 -30881,buy_mtf_cross_all_tf,buy,2025-08-02 02:15:00,1350.0,4.2704,1,leg_gt,3.0,60 -30882,buy_mtf_cross_all_tf,buy,2025-08-02 02:18:00,1350.0,4.2704,1,leg_gt,3.0,60 -30883,buy_mtf_cross_all_tf,buy,2025-08-02 03:06:00,1343.0,4.8144,1,leg_gt,2.96,60 -30884,buy_mtf_cross_all_tf,buy,2025-08-02 07:42:00,1318.0,6.8044,1,leg_gt,2.77,60 -30885,buy_mtf_cross_all_tf,buy,2025-08-02 14:45:00,1348.0,4.4252,1,leg_gt,2.48,60 -30886,buy_mtf_cross_all_tf,buy,2025-08-02 15:06:00,1346.0,4.5805,1,leg_gt,2.46,60 -30887,buy_mtf_cross_all_tf,buy,2025-08-02 15:12:00,1346.0,4.5805,1,leg_gt,2.46,60 -30888,buy_mtf_cross_all_tf,buy,2025-08-02 15:15:00,1346.0,4.5805,1,leg_gt,2.46,60 -30889,buy_mtf_cross_all_tf,buy,2025-08-02 15:45:00,1322.0,6.4809,1,leg_gt,2.44,60 -30890,buy_mtf_cross_all_tf,buy,2025-08-02 16:12:00,1321.0,6.5616,1,leg_gt,2.42,60 -30891,buy_mtf_cross_all_tf,buy,2025-08-02 16:15:00,1322.0,6.4809,1,leg_gt,2.42,60 -30892,buy_mtf_cross_all_tf,buy,2025-08-02 19:51:00,1327.0,6.0794,1,leg_gt,2.27,60 -30893,buy_mtf_cross_all_tf,buy,2025-08-02 23:45:00,1320.0,6.6424,1,leg_gt,2.1,60 -30894,buy_mtf_cross_all_tf,buy,2025-08-02 23:54:00,1318.0,6.8044,1,leg_gt,2.1,60 -30895,buy_mtf_cross_all_tf,buy,2025-08-02 23:57:00,1318.0,6.8044,1,leg_gt,2.1,60 -30896,buy_mtf_cross_all_tf,buy,2025-08-03 00:57:00,1312.0,7.2933,1,leg_gt,2.05,60 -30897,buy_mtf_cross_all_tf,buy,2025-08-03 01:00:00,1313.0,7.2115,1,leg_gt,2.05,60 -30898,buy_mtf_cross_all_tf,buy,2025-08-03 01:03:00,1315.0,7.0483,1,leg_gt,2.05,60 -30899,buy_mtf_cross_all_tf,buy,2025-08-03 01:12:00,1311.0,7.3752,1,leg_gt,2.04,60 -30900,buy_mtf_cross_all_tf,buy,2025-08-03 03:00:00,1301.0,8.2013,1,leg_gt,1.97,60 -30901,buy_mtf_cross_all_tf,buy,2025-08-03 03:03:00,1303.0,8.0351,1,leg_gt,1.97,60 -30902,buy_mtf_cross_all_tf,buy,2025-08-03 03:06:00,1303.0,8.0351,1,leg_gt,1.96,60 -30903,buy_mtf_cross_all_tf,buy,2025-08-03 03:09:00,1298.0,8.4516,1,leg_gt,1.96,60 -30904,buy_mtf_cross_all_tf,buy,2025-08-03 03:15:00,1296.0,8.6191,1,leg_gt,1.96,60 -30905,buy_mtf_cross_all_tf,buy,2025-08-03 03:30:00,1293.0,8.8714,1,leg_gt,1.95,60 -30906,buy_mtf_cross_all_tf,buy,2025-08-03 03:33:00,1294.0,8.7872,1,leg_gt,1.95,60 -30907,buy_mtf_cross_all_tf,buy,2025-08-03 03:36:00,1293.0,8.8714,1,leg_gt,1.94,60 -30908,buy_mtf_cross_all_tf,buy,2025-08-03 03:51:00,1289.0,9.2095,1,leg_gt,1.93,60 -30909,buy_mtf_cross_all_tf,buy,2025-08-03 03:54:00,1289.0,9.2095,1,leg_gt,1.93,60 -30910,buy_mtf_cross_all_tf,buy,2025-08-03 03:57:00,1291.0,9.0402,1,leg_gt,1.93,60 -30911,buy_mtf_cross_all_tf,buy,2025-08-05 12:36:00,1355.0,11.4867,1,leg_gt,5.04,60 -30912,buy_mtf_cross_all_tf,buy,2025-08-05 12:39:00,1352.0,11.7343,1,leg_gt,5.03,60 -30913,buy_mtf_cross_all_tf,buy,2025-08-05 12:45:00,1355.0,11.4867,1,leg_gt,5.03,60 -30914,buy_mtf_cross_all_tf,buy,2025-08-05 13:45:00,1350.0,11.9,1,leg_gt,4.99,60 -30915,buy_mtf_cross_all_tf,buy,2025-08-05 13:48:00,1349.0,11.983,1,leg_gt,4.99,60 -30916,buy_mtf_cross_all_tf,buy,2025-08-05 13:54:00,1350.0,11.9,1,leg_gt,4.98,60 -30917,buy_mtf_cross_all_tf,buy,2025-08-05 16:06:00,1336.0,13.0737,1,leg_gt,4.89,60 -30918,buy_mtf_cross_all_tf,buy,2025-08-05 16:09:00,1335.0,13.1584,1,leg_gt,4.89,60 -30919,buy_mtf_cross_all_tf,buy,2025-08-05 16:12:00,1335.0,13.1584,1,leg_gt,4.89,60 -30920,buy_mtf_cross_all_tf,buy,2025-08-05 16:15:00,1335.0,13.1584,1,leg_gt,4.88,60 -30921,buy_mtf_cross_all_tf,buy,2025-08-05 16:18:00,1333.0,13.3284,1,leg_gt,4.88,60 -30922,buy_mtf_cross_all_tf,buy,2025-08-05 16:30:00,1333.0,13.3284,1,leg_gt,4.87,60 -30923,buy_mtf_cross_all_tf,buy,2025-08-05 16:33:00,1331.0,13.4988,1,leg_gt,4.87,60 -30924,buy_mtf_cross_all_tf,buy,2025-08-05 16:36:00,1328.0,13.7554,1,leg_gt,4.87,60 -30925,buy_mtf_cross_all_tf,buy,2025-08-05 16:48:00,1325.0,14.0132,1,leg_gt,4.86,60 -30926,buy_mtf_cross_all_tf,buy,2025-08-05 16:51:00,1326.0,13.9271,1,leg_gt,4.86,60 -30927,buy_mtf_cross_all_tf,buy,2025-08-05 16:54:00,1321.0,14.3587,1,leg_gt,4.86,60 -30928,buy_mtf_cross_all_tf,buy,2025-08-05 16:57:00,1324.0,14.0994,1,leg_gt,4.85,60 -30929,buy_mtf_cross_all_tf,buy,2025-08-05 17:00:00,1321.0,14.3587,1,leg_gt,4.85,60 -30930,buy_mtf_cross_all_tf,buy,2025-08-05 17:03:00,1319.0,14.5323,1,leg_gt,4.85,60 -30931,buy_mtf_cross_all_tf,buy,2025-08-05 17:09:00,1317.0,14.7064,1,leg_gt,4.85,60 -30932,buy_mtf_cross_all_tf,buy,2025-08-05 17:12:00,1318.0,14.6193,1,leg_gt,4.84,60 -30933,buy_mtf_cross_all_tf,buy,2025-08-05 17:15:00,1318.0,14.6193,1,leg_gt,4.84,60 -30934,buy_mtf_cross_all_tf,buy,2025-08-05 23:36:00,1318.0,14.6193,1,leg_gt,4.58,60 -30935,buy_mtf_cross_all_tf,buy,2025-08-05 23:39:00,1317.0,14.7064,1,leg_gt,4.58,60 -30936,buy_mtf_cross_all_tf,buy,2025-08-06 00:42:00,1312.0,15.1439,1,leg_gt,4.53,60 -30937,buy_mtf_cross_all_tf,buy,2025-08-06 00:45:00,1314.0,14.9685,1,leg_gt,4.53,60 -30938,buy_mtf_cross_all_tf,buy,2025-08-06 00:48:00,1310.0,15.3198,1,leg_gt,4.53,60 -30939,buy_mtf_cross_all_tf,buy,2025-08-06 00:51:00,1312.0,15.1439,1,leg_gt,4.53,60 -30940,buy_mtf_cross_all_tf,buy,2025-08-06 00:54:00,1310.0,15.3198,1,leg_gt,4.52,60 -30941,buy_mtf_cross_all_tf,buy,2025-08-06 04:36:00,1312.0,15.1439,1,leg_gt,4.37,60 -30942,buy_mtf_cross_all_tf,buy,2025-08-06 04:45:00,1311.0,15.2318,1,leg_gt,4.36,60 -30943,buy_mtf_cross_all_tf,buy,2025-08-06 04:48:00,1312.0,15.1439,1,leg_gt,4.36,60 -30944,buy_mtf_cross_all_tf,buy,2025-08-06 04:51:00,1311.0,15.2318,1,leg_gt,4.36,60 -30945,buy_mtf_cross_all_tf,buy,2025-08-06 04:54:00,1310.0,15.3198,1,leg_gt,4.36,60 -30946,buy_mtf_cross_all_tf,buy,2025-08-06 10:21:00,1306.0,15.6734,1,leg_gt,4.13,60 -30947,buy_mtf_cross_all_tf,buy,2025-08-06 10:27:00,1305.0,15.7621,1,leg_gt,4.12,60 -30948,buy_mtf_cross_all_tf,buy,2025-08-06 10:30:00,1303.0,15.9399,1,leg_gt,4.12,60 -30949,buy_mtf_cross_all_tf,buy,2025-08-06 13:00:00,1301.0,16.1183,1,leg_gt,4.02,60 -30950,buy_mtf_cross_all_tf,buy,2025-08-06 13:27:00,1291.0,17.0185,1,leg_gt,4.0,60 -30951,buy_mtf_cross_all_tf,buy,2025-08-06 13:30:00,1291.0,17.0185,1,leg_gt,4.0,60 -30952,buy_mtf_cross_all_tf,buy,2025-08-06 13:36:00,1290.0,17.1093,1,leg_gt,3.99,60 -30953,buy_mtf_cross_all_tf,buy,2025-08-06 13:39:00,1288.0,17.2913,1,leg_gt,3.99,60 -30954,buy_mtf_cross_all_tf,buy,2025-08-12 03:00:00,1407.0,10.0635,1,leg_gt,2.22,60 -30955,buy_mtf_cross_all_tf,buy,2025-08-12 03:03:00,1405.0,10.2203,1,leg_gt,2.21,60 -30956,buy_mtf_cross_all_tf,buy,2025-08-12 05:06:00,1400.0,10.6143,1,leg_gt,2.13,60 -30957,buy_mtf_cross_all_tf,buy,2025-08-12 05:09:00,1399.0,10.6934,1,leg_gt,2.13,60 -30958,buy_mtf_cross_all_tf,buy,2025-08-12 05:12:00,1395.0,11.0111,1,leg_gt,2.12,60 -30959,buy_mtf_cross_all_tf,buy,2025-08-12 05:15:00,1396.0,10.9315,1,leg_gt,2.12,60 -30960,buy_mtf_cross_all_tf,buy,2025-08-12 05:18:00,1394.0,11.0908,1,leg_gt,2.12,60 -30961,buy_mtf_cross_all_tf,buy,2025-08-12 05:36:00,1393.0,11.1706,1,leg_gt,2.11,60 -30962,buy_mtf_cross_all_tf,buy,2025-08-12 07:06:00,1370.0,13.0387,1,leg_gt,2.05,60 -30963,buy_mtf_cross_all_tf,buy,2025-08-12 07:09:00,1367.0,13.287,1,leg_gt,2.04,60 -30964,buy_mtf_cross_all_tf,buy,2025-08-12 07:12:00,1365.0,13.4531,1,leg_gt,2.04,60 -30965,buy_mtf_cross_all_tf,buy,2025-08-12 07:15:00,1365.0,13.4531,1,leg_gt,2.04,60 -30966,buy_mtf_cross_all_tf,buy,2025-08-12 07:21:00,1358.0,14.0384,1,leg_gt,2.04,60 -30967,buy_mtf_cross_all_tf,buy,2025-08-12 07:24:00,1358.0,14.0384,1,leg_gt,2.03,60 -30968,buy_mtf_cross_all_tf,buy,2025-08-12 07:27:00,1356.0,14.2068,1,leg_gt,2.03,60 -30969,buy_mtf_cross_all_tf,buy,2025-08-12 07:30:00,1360.0,13.8706,1,leg_gt,2.03,60 -30970,buy_mtf_cross_all_tf,buy,2025-08-12 07:33:00,1361.0,13.7868,1,leg_gt,2.03,60 -30971,buy_mtf_cross_all_tf,buy,2025-08-12 13:06:00,1368.0,13.2041,1,leg_gt,1.8,60 -30972,buy_mtf_cross_all_tf,buy,2025-08-12 13:21:00,1368.0,13.2041,1,leg_gt,1.79,60 -30973,buy_mtf_cross_all_tf,buy,2025-08-12 13:24:00,1366.0,13.37,1,leg_gt,1.78,60 -30974,buy_mtf_cross_all_tf,buy,2025-08-12 13:27:00,1366.0,13.37,1,leg_gt,1.78,60 -30975,buy_mtf_cross_all_tf,buy,2025-08-12 14:15:00,1365.0,13.4531,1,leg_gt,1.75,60 -30976,buy_mtf_cross_all_tf,buy,2025-08-12 14:42:00,1354.0,14.3756,1,leg_gt,1.73,60 -30977,buy_mtf_cross_all_tf,buy,2025-08-12 14:45:00,1354.0,14.3756,1,leg_gt,1.73,60 -30978,buy_mtf_cross_all_tf,buy,2025-08-12 14:48:00,1354.0,14.3756,1,leg_gt,1.72,60 -30979,buy_mtf_cross_all_tf,buy,2025-08-12 15:15:00,1352.0,14.545,1,leg_gt,1.71,60 -30980,buy_mtf_cross_all_tf,buy,2025-08-12 19:00:00,1352.0,14.545,1,leg_gt,1.55,60 -30981,buy_mtf_cross_all_tf,buy,2025-08-12 19:12:00,1348.0,14.8852,1,leg_gt,1.54,60 -30982,buy_mtf_cross_all_tf,buy,2025-08-12 19:15:00,1347.0,14.9705,1,leg_gt,1.54,60 -30983,buy_mtf_cross_all_tf,buy,2025-08-12 19:18:00,1347.0,14.9705,1,leg_gt,1.54,60 -30984,buy_mtf_cross_all_tf,buy,2025-08-12 19:42:00,1345.0,15.1416,1,leg_gt,1.52,60 -30985,buy_mtf_cross_all_tf,buy,2025-08-15 01:21:00,1398.0,1.1876,1,leg_gt,8.22,60 -30986,buy_mtf_cross_all_tf,buy,2025-08-15 01:24:00,1396.0,1.3327,1,leg_gt,8.22,60 -30987,buy_mtf_cross_all_tf,buy,2025-08-15 01:27:00,1391.0,1.6973,1,leg_gt,8.22,60 -30988,buy_mtf_cross_all_tf,buy,2025-08-15 01:30:00,1393.0,1.5511,1,leg_gt,8.22,60 -30989,buy_mtf_cross_all_tf,buy,2025-08-15 01:33:00,1394.0,1.4782,1,leg_gt,8.21,60 -30990,buy_mtf_cross_all_tf,buy,2025-08-15 06:45:00,1377.0,2.7322,1,leg_gt,8.0,60 -30991,buy_mtf_cross_all_tf,buy,2025-08-15 14:03:00,1398.0,1.1876,1,leg_gt,7.69,60 -30992,buy_mtf_cross_all_tf,buy,2025-08-15 14:18:00,1396.0,1.3327,1,leg_gt,7.68,60 -30993,buy_mtf_cross_all_tf,buy,2025-08-15 14:21:00,1394.0,1.4782,1,leg_gt,7.68,60 -30994,buy_mtf_cross_all_tf,buy,2025-08-15 14:24:00,1394.0,1.4782,1,leg_gt,7.68,60 -30995,buy_mtf_cross_all_tf,buy,2025-08-15 18:36:00,1398.0,1.1876,1,leg_gt,7.5,60 -30996,buy_mtf_cross_all_tf,buy,2025-08-15 18:39:00,1397.0,1.2601,1,leg_gt,7.5,60 -30997,buy_mtf_cross_all_tf,buy,2025-08-15 18:45:00,1396.0,1.3327,1,leg_gt,7.5,60 -30998,buy_mtf_cross_all_tf,buy,2025-08-15 18:48:00,1395.0,1.4054,1,leg_gt,7.5,60 -30999,buy_mtf_cross_all_tf,buy,2025-08-15 18:51:00,1395.0,1.4054,1,leg_gt,7.49,60 -31000,buy_mtf_cross_all_tf,buy,2025-08-15 18:54:00,1394.0,1.4782,1,leg_gt,7.49,60 -31001,buy_mtf_cross_all_tf,buy,2025-08-15 19:00:00,1393.0,1.5511,1,leg_gt,7.49,60 -31002,buy_mtf_cross_all_tf,buy,2025-08-15 19:06:00,1392.0,1.6241,1,leg_gt,7.48,60 -31003,buy_mtf_cross_all_tf,buy,2025-08-15 19:51:00,1392.0,1.6241,1,leg_gt,7.45,60 -31004,buy_mtf_cross_all_tf,buy,2025-08-15 20:15:00,1391.0,1.6973,1,leg_gt,7.44,60 -31005,buy_mtf_cross_all_tf,buy,2025-08-15 20:30:00,1386.0,2.0645,1,leg_gt,7.42,60 -31006,buy_mtf_cross_all_tf,buy,2025-08-15 20:33:00,1387.0,1.9908,1,leg_gt,7.42,60 -31007,buy_mtf_cross_all_tf,buy,2025-08-15 20:36:00,1386.0,2.0645,1,leg_gt,7.42,60 -31008,buy_mtf_cross_all_tf,buy,2025-08-15 22:51:00,1385.0,2.1383,1,leg_gt,7.33,60 -31009,buy_mtf_cross_all_tf,buy,2025-08-15 23:00:00,1381.0,2.4344,1,leg_gt,7.32,60 -31010,buy_mtf_cross_all_tf,buy,2025-08-15 23:27:00,1377.0,2.7322,1,leg_gt,7.3,60 -31011,buy_mtf_cross_all_tf,buy,2025-08-15 23:30:00,1375.0,2.8818,1,leg_gt,7.3,60 -31012,buy_mtf_cross_all_tf,buy,2025-08-15 23:36:00,1375.0,2.8818,1,leg_gt,7.3,60 -31013,buy_mtf_cross_all_tf,buy,2025-08-15 23:45:00,1373.0,3.0318,1,leg_gt,7.29,60 -31014,buy_mtf_cross_all_tf,buy,2025-08-15 23:51:00,1369.0,3.3332,1,leg_gt,7.29,60 -31015,buy_mtf_cross_all_tf,buy,2025-08-15 23:54:00,1366.0,3.5603,1,leg_gt,7.28,60 -31016,buy_mtf_cross_all_tf,buy,2025-08-16 00:00:00,1366.0,3.5603,1,leg_gt,7.28,60 -31017,buy_mtf_cross_all_tf,buy,2025-08-16 00:03:00,1361.0,3.9411,1,leg_gt,7.28,60 -31018,buy_mtf_cross_all_tf,buy,2025-08-16 00:06:00,1361.0,3.9411,1,leg_gt,7.28,60 -31019,buy_mtf_cross_all_tf,buy,2025-08-16 00:09:00,1357.0,4.2478,1,leg_gt,7.27,60 -31020,buy_mtf_cross_all_tf,buy,2025-08-16 00:18:00,1361.0,3.9411,1,leg_gt,7.27,60 -31021,buy_mtf_cross_all_tf,buy,2025-08-16 00:21:00,1360.0,4.0176,1,leg_gt,7.26,60 -31022,buy_mtf_cross_all_tf,buy,2025-08-16 00:24:00,1355.0,4.4018,1,leg_gt,7.26,60 -31023,buy_mtf_cross_all_tf,buy,2025-08-16 00:27:00,1354.0,4.479,1,leg_gt,7.26,60 -31024,buy_mtf_cross_all_tf,buy,2025-08-16 00:36:00,1349.0,4.8666,1,leg_gt,7.25,60 -31025,buy_mtf_cross_all_tf,buy,2025-08-16 00:39:00,1348.0,4.9445,1,leg_gt,7.25,60 -31026,buy_mtf_cross_all_tf,buy,2025-08-16 00:42:00,1344.0,5.2571,1,leg_gt,7.25,60 -31027,buy_mtf_cross_all_tf,buy,2025-08-16 00:51:00,1339.0,5.6506,1,leg_gt,7.24,60 -31028,buy_mtf_cross_all_tf,buy,2025-08-16 01:00:00,1341.0,5.4928,1,leg_gt,7.24,60 -31029,buy_mtf_cross_all_tf,buy,2025-08-16 01:03:00,1337.0,5.8088,1,leg_gt,7.24,60 -31030,buy_mtf_cross_all_tf,buy,2025-08-16 01:06:00,1337.0,5.8088,1,leg_gt,7.23,60 -31031,buy_mtf_cross_all_tf,buy,2025-08-16 01:09:00,1334.0,6.0469,1,leg_gt,7.23,60 -31032,buy_mtf_cross_all_tf,buy,2025-08-16 01:12:00,1332.0,6.2063,1,leg_gt,7.23,60 -31033,buy_mtf_cross_all_tf,buy,2025-08-16 12:57:00,1374.0,2.9568,1,leg_gt,6.74,60 -31034,buy_mtf_cross_all_tf,buy,2025-08-16 13:00:00,1375.0,2.8818,1,leg_gt,6.74,60 -31035,buy_mtf_cross_all_tf,buy,2025-08-16 13:03:00,1375.0,2.8818,1,leg_gt,6.74,60 -31036,buy_mtf_cross_all_tf,buy,2025-08-16 13:06:00,1373.0,3.0318,1,leg_gt,6.73,60 -31037,buy_mtf_cross_all_tf,buy,2025-08-16 13:15:00,1371.0,3.1823,1,leg_gt,6.73,60 -31038,buy_mtf_cross_all_tf,buy,2025-08-16 13:18:00,1371.0,3.1823,1,leg_gt,6.72,60 -31039,buy_mtf_cross_all_tf,buy,2025-08-16 13:21:00,1370.0,3.2577,1,leg_gt,6.72,60 -31040,buy_mtf_cross_all_tf,buy,2025-08-16 13:24:00,1370.0,3.2577,1,leg_gt,6.72,60 -31041,buy_mtf_cross_all_tf,buy,2025-08-16 14:30:00,1370.0,3.2577,1,leg_gt,6.68,60 -31042,buy_mtf_cross_all_tf,buy,2025-08-16 14:33:00,1371.0,3.1823,1,leg_gt,6.67,60 -31043,buy_mtf_cross_all_tf,buy,2025-08-16 14:36:00,1370.0,3.2577,1,leg_gt,6.67,60 -31044,buy_mtf_cross_all_tf,buy,2025-08-16 14:45:00,1368.0,3.4088,1,leg_gt,6.66,60 -31045,buy_mtf_cross_all_tf,buy,2025-08-16 15:06:00,1367.0,3.4845,1,leg_gt,6.65,60 -31046,buy_mtf_cross_all_tf,buy,2025-08-16 15:09:00,1367.0,3.4845,1,leg_gt,6.65,60 -31047,buy_mtf_cross_all_tf,buy,2025-08-16 15:12:00,1365.0,3.6363,1,leg_gt,6.65,60 -31048,buy_mtf_cross_all_tf,buy,2025-08-16 19:33:00,1360.0,4.0176,1,leg_gt,6.46,60 -31049,buy_mtf_cross_all_tf,buy,2025-08-16 19:36:00,1360.0,4.0176,1,leg_gt,6.46,60 -31050,buy_mtf_cross_all_tf,buy,2025-08-16 19:45:00,1356.0,4.3248,1,leg_gt,6.46,60 -31051,buy_mtf_cross_all_tf,buy,2025-08-16 19:48:00,1356.0,4.3248,1,leg_gt,6.45,60 -31052,buy_mtf_cross_all_tf,buy,2025-08-16 19:57:00,1356.0,4.3248,1,leg_gt,6.45,60 -31053,buy_mtf_cross_all_tf,buy,2025-08-16 20:57:00,1356.0,4.3248,1,leg_gt,6.41,60 -31054,buy_mtf_cross_all_tf,buy,2025-08-16 21:06:00,1354.0,4.479,1,leg_gt,6.4,60 -31055,buy_mtf_cross_all_tf,buy,2025-08-16 21:09:00,1353.0,4.5563,1,leg_gt,6.4,60 -31056,buy_mtf_cross_all_tf,buy,2025-08-16 21:12:00,1353.0,4.5563,1,leg_gt,6.4,60 -31057,buy_mtf_cross_all_tf,buy,2025-08-16 21:15:00,1353.0,4.5563,1,leg_gt,6.39,60 -31058,buy_mtf_cross_all_tf,buy,2025-08-16 21:18:00,1353.0,4.5563,1,leg_gt,6.39,60 -31059,buy_mtf_cross_all_tf,buy,2025-08-16 21:27:00,1350.0,4.7889,1,leg_gt,6.39,60 -31060,buy_mtf_cross_all_tf,buy,2025-08-18 09:21:00,1388.0,1.9173,1,leg_gt,4.89,60 -31061,buy_mtf_cross_all_tf,buy,2025-08-18 09:24:00,1387.0,1.9908,1,leg_gt,4.89,60 -31062,buy_mtf_cross_all_tf,buy,2025-08-18 09:27:00,1387.0,1.9908,1,leg_gt,4.89,60 -31063,buy_mtf_cross_all_tf,buy,2025-08-18 09:36:00,1385.0,2.1383,1,leg_gt,4.88,60 -31064,buy_mtf_cross_all_tf,buy,2025-08-18 09:39:00,1385.0,2.1383,1,leg_gt,4.88,60 -31065,buy_mtf_cross_all_tf,buy,2025-08-18 10:15:00,1384.0,2.2121,1,leg_gt,4.85,60 -31066,buy_mtf_cross_all_tf,buy,2025-08-18 10:24:00,1380.0,2.5087,1,leg_gt,4.85,60 -31067,buy_mtf_cross_all_tf,buy,2025-08-18 10:42:00,1371.0,3.1823,1,leg_gt,4.83,60 -31068,buy_mtf_cross_all_tf,buy,2025-08-18 10:45:00,1372.0,3.107,1,leg_gt,4.83,60 -31069,buy_mtf_cross_all_tf,buy,2025-08-18 10:48:00,1373.0,3.0318,1,leg_gt,4.83,60 -31070,buy_mtf_cross_all_tf,buy,2025-08-18 10:51:00,1370.0,3.2577,1,leg_gt,4.83,60 -31071,buy_mtf_cross_all_tf,buy,2025-08-18 10:54:00,1369.0,3.3332,1,leg_gt,4.82,60 -31072,buy_mtf_cross_all_tf,buy,2025-08-18 10:57:00,1369.0,3.3332,1,leg_gt,4.82,60 -31073,buy_mtf_cross_all_tf,buy,2025-08-18 11:00:00,1368.0,3.4088,1,leg_gt,4.82,60 -31074,buy_mtf_cross_all_tf,buy,2025-08-18 11:03:00,1365.0,3.6363,1,leg_gt,4.82,60 -31075,buy_mtf_cross_all_tf,buy,2025-08-18 11:06:00,1363.0,3.7885,1,leg_gt,4.82,60 -31076,buy_mtf_cross_all_tf,buy,2025-08-18 11:09:00,1364.0,3.7123,1,leg_gt,4.81,60 -31077,buy_mtf_cross_all_tf,buy,2025-08-18 11:15:00,1360.0,4.0176,1,leg_gt,4.81,60 -31078,buy_mtf_cross_all_tf,buy,2025-08-18 11:18:00,1356.0,4.3248,1,leg_gt,4.81,60 -31079,buy_mtf_cross_all_tf,buy,2025-08-18 11:21:00,1355.0,4.4018,1,leg_gt,4.81,60 -31080,buy_mtf_cross_all_tf,buy,2025-08-18 11:24:00,1354.0,4.479,1,leg_gt,4.8,60 -31081,buy_mtf_cross_all_tf,buy,2025-08-18 11:27:00,1352.0,4.6337,1,leg_gt,4.8,60 -31082,buy_mtf_cross_all_tf,buy,2025-08-18 11:30:00,1351.0,4.7113,1,leg_gt,4.8,60 -31083,buy_mtf_cross_all_tf,buy,2025-08-18 11:33:00,1350.0,4.7889,1,leg_gt,4.8,60 -31084,buy_mtf_cross_all_tf,buy,2025-08-18 11:36:00,1350.0,4.7889,1,leg_gt,4.8,60 -31085,buy_mtf_cross_all_tf,buy,2025-08-18 11:51:00,1343.0,5.3356,1,leg_gt,4.79,60 -31086,buy_mtf_cross_all_tf,buy,2025-08-18 11:54:00,1341.0,5.4928,1,leg_gt,4.78,60 -31087,buy_mtf_cross_all_tf,buy,2025-08-18 11:57:00,1341.0,5.4928,1,leg_gt,4.78,60 -31088,buy_mtf_cross_all_tf,buy,2025-08-18 12:00:00,1341.0,5.4928,1,leg_gt,4.78,60 -31089,buy_mtf_cross_all_tf,buy,2025-08-18 12:03:00,1338.0,5.7296,1,leg_gt,4.78,60 -31090,buy_mtf_cross_all_tf,buy,2025-08-18 12:06:00,1341.0,5.4928,1,leg_gt,4.78,60 -31091,buy_mtf_cross_all_tf,buy,2025-08-18 12:09:00,1341.0,5.4928,1,leg_gt,4.77,60 -31092,buy_mtf_cross_all_tf,buy,2025-08-18 12:12:00,1341.0,5.4928,1,leg_gt,4.77,60 -31093,buy_mtf_cross_all_tf,buy,2025-08-18 12:15:00,1337.0,5.8088,1,leg_gt,4.77,60 -31094,buy_mtf_cross_all_tf,buy,2025-08-18 12:18:00,1336.0,5.888,1,leg_gt,4.77,60 -31095,buy_mtf_cross_all_tf,buy,2025-08-18 12:21:00,1334.0,6.0469,1,leg_gt,4.76,60 -31096,buy_mtf_cross_all_tf,buy,2025-08-18 12:24:00,1333.0,6.1266,1,leg_gt,4.76,60 -31097,buy_mtf_cross_all_tf,buy,2025-08-18 12:27:00,1331.0,6.2862,1,leg_gt,4.76,60 -31098,buy_mtf_cross_all_tf,buy,2025-08-18 12:30:00,1330.0,6.3662,1,leg_gt,4.76,60 -31099,buy_mtf_cross_all_tf,buy,2025-08-18 12:33:00,1330.0,6.3662,1,leg_gt,4.76,60 -31100,buy_mtf_cross_all_tf,buy,2025-08-18 12:36:00,1329.0,6.4463,1,leg_gt,4.75,60 -31101,buy_mtf_cross_all_tf,buy,2025-08-18 12:39:00,1329.0,6.4463,1,leg_gt,4.75,60 -31102,buy_mtf_cross_all_tf,buy,2025-08-18 12:42:00,1330.0,6.3662,1,leg_gt,4.75,60 -31103,buy_mtf_cross_all_tf,buy,2025-08-18 12:45:00,1328.0,6.5265,1,leg_gt,4.75,60 -31104,buy_mtf_cross_all_tf,buy,2025-08-18 15:33:00,1328.0,6.5265,1,leg_gt,4.63,60 -31105,buy_mtf_cross_all_tf,buy,2025-08-18 15:36:00,1331.0,6.2862,1,leg_gt,4.63,60 -31106,buy_mtf_cross_all_tf,buy,2025-08-18 15:39:00,1329.0,6.4463,1,leg_gt,4.63,60 -31107,buy_mtf_cross_all_tf,buy,2025-08-18 15:42:00,1328.0,6.5265,1,leg_gt,4.62,60 -31108,buy_mtf_cross_all_tf,buy,2025-08-18 15:45:00,1326.0,6.6873,1,leg_gt,4.62,60 -31109,buy_mtf_cross_all_tf,buy,2025-08-18 15:48:00,1324.0,6.8486,1,leg_gt,4.62,60 -31110,buy_mtf_cross_all_tf,buy,2025-08-18 23:06:00,1326.0,6.6873,1,leg_gt,4.32,60 -31111,buy_mtf_cross_all_tf,buy,2025-08-18 23:09:00,1323.0,6.9295,1,leg_gt,4.31,60 -31112,buy_mtf_cross_all_tf,buy,2025-08-18 23:12:00,1321.0,7.0915,1,leg_gt,4.31,60 -31113,buy_mtf_cross_all_tf,buy,2025-08-19 08:51:00,1325.0,6.7679,1,leg_gt,3.91,60 -31114,buy_mtf_cross_all_tf,buy,2025-08-19 08:54:00,1326.0,6.6873,1,leg_gt,3.91,60 -31115,buy_mtf_cross_all_tf,buy,2025-08-19 08:57:00,1326.0,6.6873,1,leg_gt,3.91,60 -31116,buy_mtf_cross_all_tf,buy,2025-08-19 09:00:00,1325.0,6.7679,1,leg_gt,3.9,60 -31117,buy_mtf_cross_all_tf,buy,2025-08-19 09:03:00,1325.0,6.7679,1,leg_gt,3.9,60 -31118,buy_mtf_cross_all_tf,buy,2025-08-19 09:42:00,1321.0,7.0915,1,leg_gt,3.88,60 -31119,buy_mtf_cross_all_tf,buy,2025-08-19 09:45:00,1321.0,7.0915,1,leg_gt,3.87,60 -31120,buy_mtf_cross_all_tf,buy,2025-08-19 10:51:00,1318.0,7.3355,1,leg_gt,3.83,60 -31121,buy_mtf_cross_all_tf,buy,2025-08-19 10:54:00,1318.0,7.3355,1,leg_gt,3.82,60 -31122,buy_mtf_cross_all_tf,buy,2025-08-19 11:06:00,1316.0,7.4988,1,leg_gt,3.82,60 -31123,buy_mtf_cross_all_tf,buy,2025-08-19 11:12:00,1317.0,7.4171,1,leg_gt,3.81,60 -31124,buy_mtf_cross_all_tf,buy,2025-08-19 11:21:00,1314.0,7.6626,1,leg_gt,3.81,60 -31125,buy_mtf_cross_all_tf,buy,2025-08-19 12:09:00,1314.0,7.6626,1,leg_gt,3.77,60 -31126,buy_mtf_cross_all_tf,buy,2025-08-19 12:12:00,1314.0,7.6626,1,leg_gt,3.77,60 -31127,buy_mtf_cross_all_tf,buy,2025-08-19 12:30:00,1312.0,7.8268,1,leg_gt,3.76,60 -31128,buy_mtf_cross_all_tf,buy,2025-08-19 13:00:00,1293.0,9.4128,1,leg_gt,3.74,60 -31129,buy_mtf_cross_all_tf,buy,2025-08-19 13:03:00,1293.0,9.4128,1,leg_gt,3.74,60 -31130,buy_mtf_cross_all_tf,buy,2025-08-19 13:06:00,1291.0,9.5824,1,leg_gt,3.73,60 -31131,buy_mtf_cross_all_tf,buy,2025-08-19 13:09:00,1286.0,10.0089,1,leg_gt,3.73,60 -31132,buy_mtf_cross_all_tf,buy,2025-08-19 13:12:00,1289.0,9.7526,1,leg_gt,3.73,60 -31133,buy_mtf_cross_all_tf,buy,2025-08-19 13:15:00,1289.0,9.7526,1,leg_gt,3.73,60 -31134,buy_mtf_cross_all_tf,buy,2025-08-19 23:12:00,1301.0,8.7394,1,leg_gt,3.31,60 -31135,buy_mtf_cross_all_tf,buy,2025-08-19 23:36:00,1290.0,9.6674,1,leg_gt,3.3,60 -31136,buy_mtf_cross_all_tf,buy,2025-08-19 23:39:00,1288.0,9.8379,1,leg_gt,3.29,60 -31137,buy_mtf_cross_all_tf,buy,2025-08-19 23:45:00,1286.0,10.0089,1,leg_gt,3.29,60 -31138,buy_mtf_cross_all_tf,buy,2025-08-19 23:48:00,1285.0,10.0946,1,leg_gt,3.29,60 -31139,buy_mtf_cross_all_tf,buy,2025-08-20 01:00:00,1285.0,10.0946,1,leg_gt,3.24,60 -31140,buy_mtf_cross_all_tf,buy,2025-08-20 01:15:00,1284.0,10.1804,1,leg_gt,3.23,60 -31141,buy_mtf_cross_all_tf,buy,2025-08-20 01:18:00,1284.0,10.1804,1,leg_gt,3.22,60 -31142,buy_mtf_cross_all_tf,buy,2025-08-20 01:30:00,1282.0,10.3524,1,leg_gt,3.22,60 -31143,buy_mtf_cross_all_tf,buy,2025-08-20 01:33:00,1283.0,10.2663,1,leg_gt,3.21,60 -31144,buy_mtf_cross_all_tf,buy,2025-08-20 01:45:00,1278.0,10.6981,1,leg_gt,3.21,60 -31145,buy_mtf_cross_all_tf,buy,2025-08-20 02:00:00,1276.0,10.8718,1,leg_gt,3.2,60 -31146,buy_mtf_cross_all_tf,buy,2025-08-20 02:09:00,1270.0,11.3961,1,leg_gt,3.19,60 -31147,buy_mtf_cross_all_tf,buy,2025-08-20 03:57:00,1265.0,11.8368,1,leg_gt,3.11,60 -31148,buy_mtf_cross_all_tf,buy,2025-08-20 04:12:00,1262.0,12.1029,1,leg_gt,3.1,60 -31149,buy_mtf_cross_all_tf,buy,2025-08-20 04:15:00,1259.0,12.3702,1,leg_gt,3.1,60 -31150,buy_mtf_cross_all_tf,buy,2025-08-20 08:15:00,1264.0,11.9253,1,leg_gt,2.94,60 -31151,buy_mtf_cross_all_tf,buy,2025-08-20 08:21:00,1262.0,12.1029,1,leg_gt,2.93,60 -31152,buy_mtf_cross_all_tf,buy,2025-08-20 08:24:00,1264.0,11.9253,1,leg_gt,2.93,60 -31153,buy_mtf_cross_all_tf,buy,2025-08-20 08:27:00,1261.0,12.1918,1,leg_gt,2.93,60 -31154,buy_mtf_cross_all_tf,buy,2025-08-20 08:30:00,1260.0,12.281,1,leg_gt,2.92,60 -31155,buy_mtf_cross_all_tf,buy,2025-08-20 08:39:00,1257.0,12.5492,1,leg_gt,2.92,60 -31156,buy_mtf_cross_all_tf,buy,2025-08-20 08:45:00,1258.0,12.4596,1,leg_gt,2.91,60 -31157,buy_mtf_cross_all_tf,buy,2025-08-20 08:48:00,1255.0,12.7287,1,leg_gt,2.91,60 -31158,buy_mtf_cross_all_tf,buy,2025-08-20 09:00:00,1252.0,12.999,1,leg_gt,2.9,60 -31159,buy_mtf_cross_all_tf,buy,2025-08-21 16:30:00,1322.0,7.0104,1,leg_gt,1.59,60 -31160,buy_mtf_cross_all_tf,buy,2025-08-21 17:27:00,1321.0,7.0915,1,leg_gt,1.55,60 -31161,buy_mtf_cross_all_tf,buy,2025-08-21 17:30:00,1320.0,7.1727,1,leg_gt,1.55,60 -31162,buy_mtf_cross_all_tf,buy,2025-08-21 17:33:00,1319.0,7.2541,1,leg_gt,1.55,60 -31163,buy_mtf_cross_all_tf,buy,2025-08-21 17:36:00,1319.0,7.2541,1,leg_gt,1.55,60 -31164,buy_mtf_cross_all_tf,buy,2025-08-21 17:39:00,1319.0,7.2541,1,leg_gt,1.54,60 -31165,buy_mtf_cross_all_tf,buy,2025-08-21 17:42:00,1318.0,7.3355,1,leg_gt,1.54,60 -31166,buy_mtf_cross_all_tf,buy,2025-08-21 18:12:00,1313.0,7.7446,1,leg_gt,1.52,60 -31167,buy_mtf_cross_all_tf,buy,2025-08-21 18:15:00,1312.0,7.8268,1,leg_gt,1.52,60 -31168,buy_mtf_cross_all_tf,buy,2025-08-21 18:18:00,1311.0,7.9092,1,leg_gt,1.52,60 -31169,buy_mtf_cross_all_tf,buy,2025-08-21 18:21:00,1310.0,7.9916,1,leg_gt,1.51,60 -31170,buy_mtf_cross_all_tf,buy,2025-08-21 18:24:00,1312.0,7.8268,1,leg_gt,1.51,60 -31171,buy_mtf_cross_all_tf,buy,2025-08-21 19:00:00,1311.0,7.9092,1,leg_gt,1.49,60 -31172,buy_mtf_cross_all_tf,buy,2025-08-21 19:03:00,1309.0,8.0742,1,leg_gt,1.49,60 -31173,buy_mtf_cross_all_tf,buy,2025-08-21 21:00:00,1307.0,8.2397,1,leg_gt,1.4,60 -31174,buy_mtf_cross_all_tf,buy,2025-08-21 21:03:00,1307.0,8.2397,1,leg_gt,1.4,60 -31175,buy_mtf_cross_all_tf,buy,2025-08-21 21:12:00,1304.0,8.489,1,leg_gt,1.4,60 -31176,buy_mtf_cross_all_tf,buy,2025-08-21 21:21:00,1302.0,8.6558,1,leg_gt,1.39,60 -31177,buy_mtf_cross_all_tf,buy,2025-08-21 21:30:00,1302.0,8.6558,1,leg_gt,1.38,60 -31178,buy_mtf_cross_all_tf,buy,2025-08-21 21:42:00,1302.0,8.6558,1,leg_gt,1.38,60 -31179,buy_mtf_cross_all_tf,buy,2025-08-21 21:45:00,1301.0,8.7394,1,leg_gt,1.37,60 -31180,buy_mtf_cross_all_tf,buy,2025-08-21 21:57:00,1297.0,9.075,1,leg_gt,1.36,60 -31181,buy_mtf_cross_all_tf,buy,2025-08-25 14:21:00,1328.0,1.1048,1,leg_gt,1.95,60 -31182,buy_mtf_cross_all_tf,buy,2025-08-25 14:24:00,1324.0,1.4106,1,leg_gt,1.95,60 -31183,buy_mtf_cross_all_tf,buy,2025-08-25 14:27:00,1326.0,1.2575,1,leg_gt,1.95,60 -31184,buy_mtf_cross_all_tf,buy,2025-08-25 14:30:00,1326.0,1.2575,1,leg_gt,1.95,60 -31185,buy_mtf_cross_all_tf,buy,2025-08-25 14:33:00,1325.0,1.334,1,leg_gt,1.94,60 -31186,buy_mtf_cross_all_tf,buy,2025-08-25 14:36:00,1323.0,1.4873,1,leg_gt,1.94,60 -31187,buy_mtf_cross_all_tf,buy,2025-08-25 14:54:00,1320.0,1.7182,1,leg_gt,1.93,60 -31188,buy_mtf_cross_all_tf,buy,2025-08-25 15:00:00,1318.0,1.8727,1,leg_gt,1.92,60 -31189,buy_mtf_cross_all_tf,buy,2025-08-25 15:03:00,1317.0,1.9501,1,leg_gt,1.92,60 -31190,buy_mtf_cross_all_tf,buy,2025-08-25 15:06:00,1318.0,1.8727,1,leg_gt,1.92,60 -31191,buy_mtf_cross_all_tf,buy,2025-08-25 15:12:00,1316.0,2.0277,1,leg_gt,1.92,60 -31192,buy_mtf_cross_all_tf,buy,2025-08-25 15:15:00,1315.0,2.1053,1,leg_gt,1.91,60 -31193,buy_mtf_cross_all_tf,buy,2025-08-25 15:36:00,1311.0,2.4172,1,leg_gt,1.9,60 -31194,buy_mtf_cross_all_tf,buy,2025-08-25 15:39:00,1311.0,2.4172,1,leg_gt,1.9,60 -31195,buy_mtf_cross_all_tf,buy,2025-08-25 15:45:00,1311.0,2.4172,1,leg_gt,1.89,60 -31196,buy_mtf_cross_all_tf,buy,2025-08-25 15:57:00,1305.0,2.8885,1,leg_gt,1.89,60 -31197,buy_mtf_cross_all_tf,buy,2025-08-25 16:00:00,1303.0,3.0466,1,leg_gt,1.88,60 -31198,buy_mtf_cross_all_tf,buy,2025-08-25 16:30:00,1302.0,3.1258,1,leg_gt,1.86,60 -31199,buy_mtf_cross_all_tf,buy,2025-08-25 16:33:00,1300.0,3.2846,1,leg_gt,1.86,60 -31200,buy_mtf_cross_all_tf,buy,2025-08-25 16:51:00,1296.0,3.6037,1,leg_gt,1.85,60 -31201,buy_mtf_cross_all_tf,buy,2025-08-25 17:03:00,1292.0,3.9248,1,leg_gt,1.84,60 -31202,buy_mtf_cross_all_tf,buy,2025-08-25 19:12:00,1290.0,4.086,1,leg_gt,1.75,60 -31203,buy_mtf_cross_all_tf,buy,2025-08-25 19:15:00,1289.0,4.1669,1,leg_gt,1.75,60 -31204,buy_mtf_cross_all_tf,buy,2025-08-25 19:36:00,1278.0,5.0643,1,leg_gt,1.73,60 -31205,buy_mtf_cross_all_tf,buy,2025-08-25 19:39:00,1278.0,5.0643,1,leg_gt,1.73,60 -31206,buy_mtf_cross_all_tf,buy,2025-08-25 19:42:00,1280.0,4.9,1,leg_gt,1.73,60 -31207,buy_mtf_cross_all_tf,buy,2025-08-26 03:45:00,1284.0,4.5729,1,leg_gt,1.39,60 -31208,buy_mtf_cross_all_tf,buy,2025-08-26 04:48:00,1277.0,5.1467,1,leg_gt,1.35,60 -31209,buy_mtf_cross_all_tf,buy,2025-08-26 04:51:00,1276.0,5.2292,1,leg_gt,1.35,60 -31210,buy_mtf_cross_all_tf,buy,2025-08-26 04:54:00,1276.0,5.2292,1,leg_gt,1.35,60 -31211,buy_mtf_cross_all_tf,buy,2025-08-26 04:57:00,1274.0,5.3945,1,leg_gt,1.34,60 -31212,buy_mtf_cross_all_tf,buy,2025-08-26 05:06:00,1273.0,5.4774,1,leg_gt,1.34,60 -31213,buy_mtf_cross_all_tf,buy,2025-08-26 05:09:00,1269.0,5.8102,1,leg_gt,1.34,60 -31214,buy_mtf_cross_all_tf,buy,2025-08-26 05:24:00,1261.0,6.4821,1,leg_gt,1.32,60 -31215,buy_mtf_cross_all_tf,buy,2025-08-26 05:27:00,1265.0,6.1451,1,leg_gt,1.32,60 -31216,buy_mtf_cross_all_tf,buy,2025-08-26 05:30:00,1263.0,6.3133,1,leg_gt,1.32,60 -31217,buy_mtf_cross_all_tf,buy,2025-08-26 05:45:00,1250.0,7.42,1,leg_gt,1.31,60 -31218,buy_mtf_cross_all_tf,buy,2025-08-26 05:57:00,1245.0,7.8518,1,leg_gt,1.3,60 -31219,buy_mtf_cross_all_tf,buy,2025-08-26 06:00:00,1240.0,8.2871,1,leg_gt,1.3,60 -31220,buy_mtf_cross_all_tf,buy,2025-08-26 06:03:00,1241.0,8.1998,1,leg_gt,1.3,60 -31221,buy_mtf_cross_all_tf,buy,2025-08-26 06:06:00,1242.0,8.1126,1,leg_gt,1.3,60 -31222,buy_mtf_cross_all_tf,buy,2025-08-26 06:09:00,1243.0,8.0255,1,leg_gt,1.29,60 -31223,buy_mtf_cross_all_tf,buy,2025-08-26 06:15:00,1238.0,8.4622,1,leg_gt,1.29,60 -31224,buy_mtf_cross_all_tf,buy,2025-08-26 06:18:00,1239.0,8.3746,1,leg_gt,1.29,60 -31225,buy_mtf_cross_all_tf,buy,2025-08-26 06:30:00,1236.0,8.6379,1,leg_gt,1.28,60 -31226,buy_mtf_cross_all_tf,buy,2025-08-26 06:33:00,1237.0,8.55,1,leg_gt,1.28,60 -31227,buy_mtf_cross_all_tf,buy,2025-08-26 07:00:00,1234.0,8.8141,1,leg_gt,1.26,60 -31228,buy_mtf_cross_all_tf,buy,2025-08-26 07:03:00,1233.0,8.9024,1,leg_gt,1.26,60 -31229,buy_mtf_cross_all_tf,buy,2025-08-26 07:21:00,1230.0,9.1683,1,leg_gt,1.24,60 -31230,buy_mtf_cross_all_tf,buy,2025-08-26 17:42:00,1255.0,6.9916,1,leg_gt,0.81,60 -31231,buy_mtf_cross_all_tf,buy,2025-08-27 21:36:00,1309.0,12.1231,1,leg_gt,10.73,60 -31232,buy_mtf_cross_all_tf,buy,2025-08-27 21:39:00,1308.0,12.2089,1,leg_gt,10.72,60 -31233,buy_mtf_cross_all_tf,buy,2025-08-27 21:42:00,1307.0,12.2948,1,leg_gt,10.72,60 -31234,buy_mtf_cross_all_tf,buy,2025-08-27 21:45:00,1309.0,12.1231,1,leg_gt,10.72,60 -31235,buy_mtf_cross_all_tf,buy,2025-08-29 15:30:00,1316.0,11.5261,1,leg_gt,8.98,60 -31236,buy_mtf_cross_all_tf,buy,2025-08-29 15:33:00,1316.0,11.5261,1,leg_gt,8.98,60 -31237,buy_mtf_cross_all_tf,buy,2025-08-29 15:36:00,1316.0,11.5261,1,leg_gt,8.98,60 -31238,buy_mtf_cross_all_tf,buy,2025-08-29 15:39:00,1315.0,11.611,1,leg_gt,8.98,60 -31239,buy_mtf_cross_all_tf,buy,2025-08-29 15:42:00,1314.0,11.696,1,leg_gt,8.97,60 -31240,buy_mtf_cross_all_tf,buy,2025-08-29 16:36:00,1291.0,13.6878,1,leg_gt,8.94,60 -31241,buy_mtf_cross_all_tf,buy,2025-08-29 17:18:00,1285.0,14.2191,1,leg_gt,8.91,60 -31242,buy_mtf_cross_all_tf,buy,2025-08-29 17:27:00,1283.0,14.3973,1,leg_gt,8.9,60 -31243,buy_mtf_cross_all_tf,buy,2025-08-29 17:45:00,1281.0,14.576,1,leg_gt,8.89,60 -31244,buy_mtf_cross_all_tf,buy,2025-08-29 17:48:00,1280.0,14.6656,1,leg_gt,8.89,60 -31245,buy_mtf_cross_all_tf,buy,2025-08-29 17:51:00,1280.0,14.6656,1,leg_gt,8.88,60 -31246,buy_mtf_cross_all_tf,buy,2025-08-29 17:54:00,1279.0,14.7554,1,leg_gt,8.88,60 -31247,buy_mtf_cross_all_tf,buy,2025-08-29 18:15:00,1272.0,15.3874,1,leg_gt,8.87,60 -31248,buy_mtf_cross_all_tf,buy,2025-08-29 23:12:00,1270.0,15.5693,1,leg_gt,8.66,60 -31249,buy_mtf_cross_all_tf,buy,2025-08-29 23:15:00,1272.0,15.3874,1,leg_gt,8.66,60 -31250,buy_mtf_cross_all_tf,buy,2025-08-30 01:51:00,1267.0,15.8432,1,leg_gt,8.55,60 -31251,buy_mtf_cross_all_tf,buy,2025-08-30 02:00:00,1266.0,15.9348,1,leg_gt,8.54,60 -31252,buy_mtf_cross_all_tf,buy,2025-08-30 02:03:00,1264.0,16.1184,1,leg_gt,8.54,60 -31253,buy_mtf_cross_all_tf,buy,2025-08-30 02:12:00,1260.0,16.4873,1,leg_gt,8.54,60 -31254,buy_mtf_cross_all_tf,buy,2025-08-30 02:24:00,1260.0,16.4873,1,leg_gt,8.53,60 -31255,buy_mtf_cross_all_tf,buy,2025-08-30 03:00:00,1258.0,16.6727,1,leg_gt,8.5,60 -31256,buy_mtf_cross_all_tf,buy,2025-08-30 03:30:00,1256.0,16.8586,1,leg_gt,8.48,60 -31257,buy_mtf_cross_all_tf,buy,2025-08-30 03:33:00,1255.0,16.9518,1,leg_gt,8.48,60 -31258,buy_mtf_cross_all_tf,buy,2025-08-30 03:42:00,1255.0,16.9518,1,leg_gt,8.47,60 -31259,buy_mtf_cross_all_tf,buy,2025-08-30 10:36:00,1257.0,16.7656,1,leg_gt,8.19,60 -31260,buy_mtf_cross_all_tf,buy,2025-08-30 10:45:00,1252.0,17.2323,1,leg_gt,8.18,60 -31261,buy_mtf_cross_all_tf,buy,2025-08-30 10:48:00,1251.0,17.3261,1,leg_gt,8.18,60 -31262,buy_mtf_cross_all_tf,buy,2025-08-30 10:51:00,1250.0,17.42,1,leg_gt,8.18,60 -31263,buy_mtf_cross_all_tf,buy,2025-08-30 21:51:00,1265.0,16.0265,1,leg_gt,7.72,60 -31264,buy_mtf_cross_all_tf,buy,2025-08-30 21:54:00,1264.0,16.1184,1,leg_gt,7.71,60 -31265,buy_mtf_cross_all_tf,buy,2025-08-30 22:06:00,1261.0,16.3948,1,leg_gt,7.71,60 -31266,buy_mtf_cross_all_tf,buy,2025-08-30 22:24:00,1256.0,16.8586,1,leg_gt,7.69,60 -31267,buy_mtf_cross_all_tf,buy,2025-08-31 03:42:00,1253.0,17.1386,1,leg_gt,7.47,60 -31268,buy_mtf_cross_all_tf,buy,2025-08-31 03:45:00,1253.0,17.1386,1,leg_gt,7.47,60 -31269,buy_mtf_cross_all_tf,buy,2025-08-31 06:00:00,1254.0,17.0451,1,leg_gt,7.38,60 -31270,buy_mtf_cross_all_tf,buy,2025-08-31 06:30:00,1253.0,17.1386,1,leg_gt,7.36,60 -31271,buy_mtf_cross_all_tf,buy,2025-08-31 19:21:00,1250.0,17.42,1,leg_gt,6.82,60 -31272,buy_mtf_cross_all_tf,buy,2025-08-31 19:24:00,1250.0,17.42,1,leg_gt,6.82,60 -31273,buy_mtf_cross_all_tf,buy,2025-08-31 19:27:00,1251.0,17.3261,1,leg_gt,6.82,60 -31274,buy_mtf_cross_all_tf,buy,2025-08-31 19:33:00,1251.0,17.3261,1,leg_gt,6.81,60 -31275,buy_mtf_cross_all_tf,buy,2025-08-31 19:36:00,1249.0,17.5141,1,leg_gt,6.81,60 -31276,buy_mtf_cross_all_tf,buy,2025-08-31 19:42:00,1249.0,17.5141,1,leg_gt,6.81,60 -31277,buy_mtf_cross_all_tf,buy,2025-08-31 19:45:00,1249.0,17.5141,1,leg_gt,6.8,60 -31278,buy_mtf_cross_all_tf,buy,2025-08-31 19:48:00,1248.0,17.6083,1,leg_gt,6.8,60 -31279,buy_mtf_cross_all_tf,buy,2025-08-31 21:33:00,1250.0,17.42,1,leg_gt,6.73,60 -31280,buy_mtf_cross_all_tf,buy,2025-08-31 21:42:00,1248.0,17.6083,1,leg_gt,6.72,60 -31281,buy_mtf_cross_all_tf,buy,2025-08-31 21:45:00,1248.0,17.6083,1,leg_gt,6.72,60 -31282,buy_mtf_cross_all_tf,buy,2025-09-01 02:30:00,1247.0,17.7027,1,leg_gt,6.52,60 -31283,buy_mtf_cross_all_tf,buy,2025-09-01 07:57:00,1244.0,17.9868,1,leg_gt,6.3,60 -31284,buy_mtf_cross_all_tf,buy,2025-09-01 08:00:00,1243.0,18.0818,1,leg_gt,6.29,60 -31285,buy_mtf_cross_all_tf,buy,2025-09-01 08:03:00,1241.0,18.2723,1,leg_gt,6.29,60 -31286,buy_mtf_cross_all_tf,buy,2025-09-01 08:12:00,1241.0,18.2723,1,leg_gt,6.29,60 -31287,buy_mtf_cross_all_tf,buy,2025-09-01 08:15:00,1241.0,18.2723,1,leg_gt,6.28,60 -31288,buy_mtf_cross_all_tf,buy,2025-09-01 08:18:00,1237.0,18.6551,1,leg_gt,6.28,60 -31289,buy_mtf_cross_all_tf,buy,2025-09-01 08:21:00,1238.0,18.5591,1,leg_gt,6.28,60 -31290,buy_mtf_cross_all_tf,buy,2025-09-01 08:24:00,1236.0,18.7511,1,leg_gt,6.28,60 -31291,buy_mtf_cross_all_tf,buy,2025-09-01 08:27:00,1236.0,18.7511,1,leg_gt,6.28,60 -31292,buy_mtf_cross_all_tf,buy,2025-09-01 08:30:00,1235.0,18.8474,1,leg_gt,6.27,60 -31293,buy_mtf_cross_all_tf,buy,2025-09-01 08:36:00,1233.0,19.0403,1,leg_gt,6.27,60 -31294,buy_mtf_cross_all_tf,buy,2025-09-01 08:42:00,1230.0,19.3309,1,leg_gt,6.26,60 -31295,buy_mtf_cross_all_tf,buy,2025-09-01 08:45:00,1230.0,19.3309,1,leg_gt,6.26,60 -31296,buy_mtf_cross_all_tf,buy,2025-09-01 08:48:00,1231.0,19.2339,1,leg_gt,6.26,60 -31297,buy_mtf_cross_all_tf,buy,2025-09-01 08:51:00,1231.0,19.2339,1,leg_gt,6.26,60 -31298,buy_mtf_cross_all_tf,buy,2025-09-01 08:54:00,1231.0,19.2339,1,leg_gt,6.26,60 -31299,buy_mtf_cross_all_tf,buy,2025-09-01 09:06:00,1226.0,19.7206,1,leg_gt,6.25,60 -31300,buy_mtf_cross_all_tf,buy,2025-09-01 09:12:00,1227.0,19.6229,1,leg_gt,6.24,60 -31301,buy_mtf_cross_all_tf,buy,2025-09-01 09:18:00,1227.0,19.6229,1,leg_gt,6.24,60 -31302,buy_mtf_cross_all_tf,buy,2025-09-01 09:21:00,1225.0,19.8184,1,leg_gt,6.24,60 -31303,buy_mtf_cross_all_tf,buy,2025-09-01 09:24:00,1224.0,19.9163,1,leg_gt,6.24,60 -31304,buy_mtf_cross_all_tf,buy,2025-09-01 09:39:00,1216.0,20.7059,1,leg_gt,6.22,60 -31305,buy_mtf_cross_all_tf,buy,2025-09-01 09:42:00,1219.0,20.4086,1,leg_gt,6.22,60 -31306,buy_mtf_cross_all_tf,buy,2025-09-01 11:21:00,1218.0,20.5076,1,leg_gt,6.15,60 -31307,buy_mtf_cross_all_tf,buy,2025-09-01 11:45:00,1210.0,21.305,1,leg_gt,6.14,60 -31308,buy_mtf_cross_all_tf,buy,2025-09-01 11:48:00,1207.0,21.6067,1,leg_gt,6.14,60 -31309,buy_mtf_cross_all_tf,buy,2025-09-01 11:57:00,1207.0,21.6067,1,leg_gt,6.13,60 -31310,buy_mtf_cross_all_tf,buy,2025-09-01 12:15:00,1204.0,21.91,1,leg_gt,6.12,60 -31311,buy_mtf_cross_all_tf,buy,2025-09-01 13:42:00,1200.0,22.3167,1,leg_gt,6.06,60 -31312,buy_mtf_cross_all_tf,buy,2025-09-01 13:45:00,1200.0,22.3167,1,leg_gt,6.05,60 -31313,buy_mtf_cross_all_tf,buy,2025-09-02 00:30:00,1214.0,20.9049,1,leg_gt,5.61,60 -31314,buy_mtf_cross_all_tf,buy,2025-09-02 00:33:00,1213.0,21.0047,1,leg_gt,5.6,60 -31315,buy_mtf_cross_all_tf,buy,2025-09-02 00:42:00,1212.0,21.1046,1,leg_gt,5.6,60 -31316,buy_mtf_cross_all_tf,buy,2025-09-02 00:45:00,1212.0,21.1046,1,leg_gt,5.6,60 -31317,buy_mtf_cross_all_tf,buy,2025-09-02 00:48:00,1211.0,21.2047,1,leg_gt,5.59,60 -31318,buy_mtf_cross_all_tf,buy,2025-09-02 00:51:00,1209.0,21.4054,1,leg_gt,5.59,60 -31319,buy_mtf_cross_all_tf,buy,2025-09-02 00:54:00,1208.0,21.506,1,leg_gt,5.59,60 -31320,buy_mtf_cross_all_tf,buy,2025-09-02 01:00:00,1208.0,21.506,1,leg_gt,5.59,60 -31321,buy_mtf_cross_all_tf,buy,2025-09-02 01:03:00,1205.0,21.8087,1,leg_gt,5.58,60 -31322,buy_mtf_cross_all_tf,buy,2025-09-02 01:06:00,1206.0,21.7076,1,leg_gt,5.58,60 -31323,buy_mtf_cross_all_tf,buy,2025-09-02 01:42:00,1206.0,21.7076,1,leg_gt,5.56,60 -31324,buy_mtf_cross_all_tf,buy,2025-09-02 02:00:00,1205.0,21.8087,1,leg_gt,5.54,60 -31325,buy_mtf_cross_all_tf,buy,2025-09-02 02:15:00,1204.0,21.91,1,leg_gt,5.53,60 -31326,buy_mtf_cross_all_tf,buy,2025-09-02 02:21:00,1204.0,21.91,1,leg_gt,5.53,60 -31327,buy_mtf_cross_all_tf,buy,2025-09-02 02:24:00,1202.0,22.113,1,leg_gt,5.53,60 -31328,buy_mtf_cross_all_tf,buy,2025-09-02 02:30:00,1201.0,22.2147,1,leg_gt,5.52,60 -31329,buy_mtf_cross_all_tf,buy,2025-09-02 02:33:00,1199.0,22.4188,1,leg_gt,5.52,60 -31330,buy_mtf_cross_all_tf,buy,2025-09-02 02:39:00,1201.0,22.2147,1,leg_gt,5.52,60 -31331,buy_mtf_cross_all_tf,buy,2025-09-02 06:00:00,1188.0,23.5532,1,leg_gt,5.38,60 -31332,buy_mtf_cross_all_tf,buy,2025-09-02 06:03:00,1185.0,23.8662,1,leg_gt,5.38,60 -31333,buy_mtf_cross_all_tf,buy,2025-09-02 06:06:00,1181.0,24.2861,1,leg_gt,5.37,60 -31334,buy_mtf_cross_all_tf,buy,2025-09-02 06:09:00,1182.0,24.1809,1,leg_gt,5.37,60 -31335,buy_mtf_cross_all_tf,buy,2025-09-02 06:12:00,1182.0,24.1809,1,leg_gt,5.37,60 -31336,buy_mtf_cross_all_tf,buy,2025-09-02 06:21:00,1179.0,24.4971,1,leg_gt,5.36,60 -31337,buy_mtf_cross_all_tf,buy,2025-09-02 06:27:00,1178.0,24.6029,1,leg_gt,5.36,60 -31338,buy_mtf_cross_all_tf,buy,2025-09-02 06:33:00,1173.0,25.1344,1,leg_gt,5.35,60 -31339,buy_mtf_cross_all_tf,buy,2025-09-02 06:36:00,1176.0,24.815,1,leg_gt,5.35,60 -31340,buy_mtf_cross_all_tf,buy,2025-09-02 06:39:00,1176.0,24.815,1,leg_gt,5.35,60 -31341,buy_mtf_cross_all_tf,buy,2025-09-02 06:45:00,1173.0,25.1344,1,leg_gt,5.35,60 -31342,buy_mtf_cross_all_tf,buy,2025-09-12 00:00:00,2251.0,7.008,1,leg_gt,0.65,60 -31343,buy_mtf_cross_all_tf,buy,2025-09-12 00:06:00,2257.0,6.7232,1,leg_gt,0.65,60 -31344,buy_mtf_cross_all_tf,buy,2025-09-12 00:42:00,2252.0,6.9604,1,leg_gt,0.62,60 -31345,buy_mtf_cross_all_tf,buy,2025-09-12 01:00:00,2243.0,7.39,1,leg_gt,0.61,60 -31346,buy_mtf_cross_all_tf,buy,2025-09-12 01:36:00,2233.0,7.8713,1,leg_gt,0.58,60 -31347,buy_mtf_cross_all_tf,buy,2025-09-12 01:51:00,2228.0,8.1136,1,leg_gt,0.57,60 -31348,buy_mtf_cross_all_tf,buy,2025-09-12 10:06:00,2281.0,5.5993,1,leg_gt,0.23,60 -31349,buy_mtf_cross_all_tf,buy,2025-09-12 10:09:00,2275.0,5.878,1,leg_gt,0.23,60 -31350,buy_mtf_cross_all_tf,buy,2025-09-12 10:15:00,2278.0,5.7385,1,leg_gt,0.22,60 -31351,buy_mtf_cross_all_tf,buy,2025-09-12 10:18:00,2278.0,5.7385,1,leg_gt,0.22,60 -31352,buy_mtf_cross_all_tf,buy,2025-09-12 10:21:00,2277.0,5.7849,1,leg_gt,0.22,60 -31353,buy_mtf_cross_all_tf,buy,2025-09-12 11:03:00,2263.0,6.44,1,leg_gt,0.19,60 -31354,buy_mtf_cross_all_tf,buy,2025-09-12 11:12:00,2259.0,6.6286,1,leg_gt,0.18,60 -31355,buy_mtf_cross_all_tf,buy,2025-09-12 11:15:00,2250.0,7.0556,1,leg_gt,0.18,60 -31356,buy_mtf_cross_all_tf,buy,2025-09-12 11:27:00,2253.0,6.9129,1,leg_gt,0.17,60 -31357,buy_mtf_cross_all_tf,buy,2025-09-12 11:45:00,2248.0,7.1509,1,leg_gt,0.16,60 -31358,buy_mtf_cross_all_tf,buy,2025-09-12 11:48:00,2246.0,7.2464,1,leg_gt,0.16,60 -31359,buy_mtf_cross_all_tf,buy,2025-09-12 11:51:00,2247.0,7.1986,1,leg_gt,0.16,60 -31360,buy_mtf_cross_all_tf,buy,2025-09-12 11:54:00,2248.0,7.1509,1,leg_gt,0.15,60 -31361,buy_mtf_cross_all_tf,buy,2025-09-12 20:30:00,2267.0,4.8846,1,leg_gt,0.54,60 -31362,buy_mtf_cross_all_tf,buy,2025-09-12 20:33:00,2268.0,4.8383,1,leg_gt,0.54,60 -31363,buy_mtf_cross_all_tf,buy,2025-09-12 20:45:00,2264.0,5.0237,1,leg_gt,0.53,60 -31364,buy_mtf_cross_all_tf,buy,2025-09-12 20:48:00,2259.0,5.2564,1,leg_gt,0.53,60 -31365,buy_mtf_cross_all_tf,buy,2025-09-12 20:57:00,2257.0,5.3497,1,leg_gt,0.52,60 -31366,buy_mtf_cross_all_tf,buy,2025-09-12 21:00:00,2255.0,5.4432,1,leg_gt,0.52,60 -31367,buy_mtf_cross_all_tf,buy,2025-09-12 21:03:00,2256.0,5.3965,1,leg_gt,0.52,60 -31368,buy_mtf_cross_all_tf,buy,2025-09-12 22:12:00,2257.0,5.3497,1,leg_gt,0.47,60 -31369,buy_mtf_cross_all_tf,buy,2025-09-12 22:27:00,2255.0,5.4432,1,leg_gt,0.46,60 -31370,buy_mtf_cross_all_tf,buy,2025-09-12 22:30:00,2251.0,5.6308,1,leg_gt,0.46,60 -31371,buy_mtf_cross_all_tf,buy,2025-09-12 23:42:00,2242.0,6.0552,1,leg_gt,0.41,60 -31372,buy_mtf_cross_all_tf,buy,2025-09-12 23:45:00,2239.0,6.1975,1,leg_gt,0.4,60 -31373,buy_mtf_cross_all_tf,buy,2025-09-12 23:57:00,2237.0,6.2925,1,leg_gt,0.4,60 -31374,buy_mtf_cross_all_tf,buy,2025-09-13 00:30:00,2180.0,9.0743,1,leg_gt,0.37,60 -31375,buy_mtf_cross_all_tf,buy,2025-09-13 00:33:00,2167.0,9.7293,1,leg_gt,0.37,60 -31376,buy_mtf_cross_all_tf,buy,2025-09-13 00:42:00,2165.0,9.8307,1,leg_gt,0.36,60 -31377,buy_mtf_cross_all_tf,buy,2025-09-13 16:00:00,2271.0,5.3161,1,leg_gt,1.02,60 -31378,buy_mtf_cross_all_tf,buy,2025-09-13 16:03:00,2272.0,5.2697,1,leg_gt,1.02,60 -31379,buy_mtf_cross_all_tf,buy,2025-09-13 16:57:00,2266.0,5.5487,1,leg_gt,0.99,60 -31380,buy_mtf_cross_all_tf,buy,2025-09-13 17:00:00,2263.0,5.6888,1,leg_gt,0.98,60 -31381,buy_mtf_cross_all_tf,buy,2025-09-13 17:03:00,2265.0,5.5954,1,leg_gt,0.98,60 -31382,buy_mtf_cross_all_tf,buy,2025-09-13 17:06:00,2261.0,5.7824,1,leg_gt,0.98,60 -31383,buy_mtf_cross_all_tf,buy,2025-09-13 17:15:00,2262.0,5.7355,1,leg_gt,0.97,60 -31384,buy_mtf_cross_all_tf,buy,2025-09-13 17:27:00,2259.0,5.8761,1,leg_gt,0.96,60 -31385,buy_mtf_cross_all_tf,buy,2025-09-13 17:30:00,2259.0,5.8761,1,leg_gt,0.96,60 -31386,buy_mtf_cross_all_tf,buy,2025-09-13 17:57:00,2257.0,5.97,1,leg_gt,0.94,60 -31387,buy_mtf_cross_all_tf,buy,2025-09-13 18:00:00,2255.0,6.0641,1,leg_gt,0.94,60 -31388,buy_mtf_cross_all_tf,buy,2025-09-13 18:15:00,2251.0,6.2527,1,leg_gt,0.93,60 -31389,buy_mtf_cross_all_tf,buy,2025-09-13 18:18:00,2251.0,6.2527,1,leg_gt,0.93,60 -31390,buy_mtf_cross_all_tf,buy,2025-09-13 18:21:00,2250.0,6.3,1,leg_gt,0.93,60 -31391,buy_mtf_cross_all_tf,buy,2025-09-13 18:27:00,2249.0,6.3473,1,leg_gt,0.92,60 -31392,buy_mtf_cross_all_tf,buy,2025-09-13 18:30:00,2249.0,6.3473,1,leg_gt,0.92,60 -31393,buy_mtf_cross_all_tf,buy,2025-09-13 18:33:00,2249.0,6.3473,1,leg_gt,0.92,60 -31394,buy_mtf_cross_all_tf,buy,2025-09-13 18:36:00,2248.0,6.3947,1,leg_gt,0.92,60 -31395,buy_mtf_cross_all_tf,buy,2025-09-13 18:45:00,2245.0,6.537,1,leg_gt,0.91,60 -31396,buy_mtf_cross_all_tf,buy,2025-09-13 18:57:00,2237.0,6.9183,1,leg_gt,0.9,60 -31397,buy_mtf_cross_all_tf,buy,2025-09-13 19:00:00,2236.0,6.9662,1,leg_gt,0.9,60 -31398,buy_mtf_cross_all_tf,buy,2025-09-13 19:06:00,2235.0,7.0141,1,leg_gt,0.9,60 -31399,buy_mtf_cross_all_tf,buy,2025-09-13 19:09:00,2233.0,7.11,1,leg_gt,0.89,60 -31400,buy_mtf_cross_all_tf,buy,2025-09-13 19:15:00,2228.0,7.3506,1,leg_gt,0.89,60 -31401,buy_mtf_cross_all_tf,buy,2025-09-13 19:18:00,2226.0,7.4472,1,leg_gt,0.89,60 -31402,buy_mtf_cross_all_tf,buy,2025-09-13 23:03:00,2228.0,7.3506,1,leg_gt,0.73,60 -31403,buy_mtf_cross_all_tf,buy,2025-09-14 00:18:00,2227.0,7.3989,1,leg_gt,0.68,60 -31404,buy_mtf_cross_all_tf,buy,2025-09-14 00:30:00,2222.0,7.6408,1,leg_gt,0.67,60 -31405,buy_mtf_cross_all_tf,buy,2025-09-14 00:45:00,2213.0,8.0789,1,leg_gt,0.66,60 -31406,buy_mtf_cross_all_tf,buy,2025-09-14 00:48:00,2212.0,8.1278,1,leg_gt,0.66,60 -31407,buy_mtf_cross_all_tf,buy,2025-09-14 00:51:00,2211.0,8.1768,1,leg_gt,0.66,60 -31408,buy_mtf_cross_all_tf,buy,2025-09-14 00:54:00,2210.0,8.2258,1,leg_gt,0.65,60 -31409,buy_mtf_cross_all_tf,buy,2025-09-14 00:57:00,2209.0,8.2748,1,leg_gt,0.65,60 -31410,buy_mtf_cross_all_tf,buy,2025-09-14 01:00:00,2208.0,8.3239,1,leg_gt,0.65,60 -31411,buy_mtf_cross_all_tf,buy,2025-09-14 01:12:00,2205.0,8.4714,1,leg_gt,0.64,60 -31412,buy_mtf_cross_all_tf,buy,2025-09-14 01:15:00,2207.0,8.373,1,leg_gt,0.64,60 -31413,buy_mtf_cross_all_tf,buy,2025-09-14 01:18:00,2205.0,8.4714,1,leg_gt,0.64,60 -31414,buy_mtf_cross_all_tf,buy,2025-09-14 20:30:00,2288.0,-3.2031,0,leg_gt,2.09,60 -31415,buy_mtf_cross_all_tf,buy,2025-09-14 20:51:00,2253.0,-1.6979,0,leg_gt,2.07,60 -31416,buy_mtf_cross_all_tf,buy,2025-09-14 20:54:00,2254.0,-1.7415,0,leg_gt,2.07,60 -31417,buy_mtf_cross_all_tf,buy,2025-09-14 20:57:00,2248.0,-1.479,0,leg_gt,2.07,60 -31418,buy_mtf_cross_all_tf,buy,2025-09-14 21:00:00,2250.0,-1.5667,0,leg_gt,2.06,60 -31419,buy_mtf_cross_all_tf,buy,2025-09-15 00:06:00,2214.0,0.0355,1,leg_gt,1.94,60 -31420,buy_mtf_cross_all_tf,buy,2025-09-15 00:09:00,2211.0,0.1714,1,leg_gt,1.93,60 -31421,buy_mtf_cross_all_tf,buy,2025-09-15 08:30:00,2198.0,0.7644,1,leg_gt,1.59,60 -31422,buy_mtf_cross_all_tf,buy,2025-09-15 08:33:00,2187.0,1.2717,1,leg_gt,1.58,60 -31423,buy_mtf_cross_all_tf,buy,2025-09-15 08:42:00,2187.0,1.2717,1,leg_gt,1.58,60 -31424,buy_mtf_cross_all_tf,buy,2025-09-15 08:45:00,2187.0,1.2717,1,leg_gt,1.58,60 -31425,buy_mtf_cross_all_tf,buy,2025-09-15 08:48:00,2183.0,1.4575,1,leg_gt,1.57,60 -31426,buy_mtf_cross_all_tf,buy,2025-09-15 08:51:00,2183.0,1.4575,1,leg_gt,1.57,60 -31427,buy_mtf_cross_all_tf,buy,2025-09-15 10:12:00,2178.0,1.6906,1,leg_gt,1.51,60 -31428,buy_mtf_cross_all_tf,buy,2025-09-15 10:15:00,2177.0,1.7374,1,leg_gt,1.51,60 -31429,buy_mtf_cross_all_tf,buy,2025-09-15 10:18:00,2179.0,1.6439,1,leg_gt,1.51,60 -31430,buy_mtf_cross_all_tf,buy,2025-09-15 10:21:00,2178.0,1.6906,1,leg_gt,1.51,60 -31431,buy_mtf_cross_all_tf,buy,2025-09-15 10:24:00,2177.0,1.7374,1,leg_gt,1.51,60 -31432,buy_mtf_cross_all_tf,buy,2025-09-15 16:00:00,2185.0,1.3645,1,leg_gt,1.27,60 -31433,buy_mtf_cross_all_tf,buy,2025-09-15 16:30:00,2183.0,1.4575,1,leg_gt,1.25,60 -31434,buy_mtf_cross_all_tf,buy,2025-09-15 16:48:00,2163.0,2.3965,1,leg_gt,1.24,60 -31435,buy_mtf_cross_all_tf,buy,2025-09-15 16:51:00,2166.0,2.2546,1,leg_gt,1.24,60 -31436,buy_mtf_cross_all_tf,buy,2025-09-15 16:54:00,2163.0,2.3965,1,leg_gt,1.24,60 -31437,buy_mtf_cross_all_tf,buy,2025-09-15 16:57:00,2163.0,2.3965,1,leg_gt,1.23,60 -31438,buy_mtf_cross_all_tf,buy,2025-09-15 17:00:00,2158.0,2.634,1,leg_gt,1.23,60 -31439,buy_mtf_cross_all_tf,buy,2025-09-15 17:03:00,2146.0,3.2085,1,leg_gt,1.23,60 -31440,buy_mtf_cross_all_tf,buy,2025-09-15 17:21:00,2145.0,3.2566,1,leg_gt,1.22,60 -31441,buy_mtf_cross_all_tf,buy,2025-09-15 17:24:00,2150.0,3.0163,1,leg_gt,1.21,60 -31442,buy_mtf_cross_all_tf,buy,2025-09-15 23:15:00,2161.0,2.4914,1,leg_gt,0.97,60 -31443,buy_mtf_cross_all_tf,buy,2025-09-15 23:18:00,2158.0,2.634,1,leg_gt,0.97,60 -31444,buy_mtf_cross_all_tf,buy,2025-09-15 23:45:00,2150.0,3.0163,1,leg_gt,0.95,60 -31445,buy_mtf_cross_all_tf,buy,2025-09-15 23:48:00,2145.0,3.2566,1,leg_gt,0.95,60 -31446,buy_mtf_cross_all_tf,buy,2025-09-16 00:06:00,2124.0,4.2785,1,leg_gt,0.94,60 -31447,buy_mtf_cross_all_tf,buy,2025-09-16 00:21:00,2088.0,6.0782,1,leg_gt,0.92,60 -31448,buy_mtf_cross_all_tf,buy,2025-09-16 00:24:00,2085.0,6.2309,1,leg_gt,0.92,60 -31449,buy_mtf_cross_all_tf,buy,2025-09-16 00:33:00,2085.0,6.2309,1,leg_gt,0.92,60 -31450,buy_mtf_cross_all_tf,buy,2025-09-16 00:36:00,2083.0,6.333,1,leg_gt,0.91,60 -31451,buy_mtf_cross_all_tf,buy,2025-09-16 00:39:00,2079.0,6.5378,1,leg_gt,0.91,60 -31452,buy_mtf_cross_all_tf,buy,2025-09-16 00:42:00,2071.0,6.9497,1,leg_gt,0.91,60 -31453,buy_mtf_cross_all_tf,buy,2025-09-16 00:45:00,2067.0,7.1569,1,leg_gt,0.91,60 -31454,buy_mtf_cross_all_tf,buy,2025-09-16 00:48:00,2052.0,7.9409,1,leg_gt,0.91,60 -31455,buy_mtf_cross_all_tf,buy,2025-09-16 00:51:00,2054.0,7.8357,1,leg_gt,0.9,60 -31456,buy_mtf_cross_all_tf,buy,2025-09-16 00:54:00,2060.0,7.5214,1,leg_gt,0.9,60 -31457,buy_mtf_cross_all_tf,buy,2025-09-16 01:00:00,2056.0,7.7307,1,leg_gt,0.9,60 -31458,buy_mtf_cross_all_tf,buy,2025-09-16 01:03:00,2047.0,8.2048,1,leg_gt,0.9,60 -31459,buy_mtf_cross_all_tf,buy,2025-09-16 01:06:00,2049.0,8.0991,1,leg_gt,0.89,60 -31460,buy_mtf_cross_all_tf,buy,2025-09-16 01:09:00,2055.0,7.7832,1,leg_gt,0.89,60 -31461,buy_mtf_cross_all_tf,buy,2025-09-16 09:36:00,2092.0,5.8751,1,leg_gt,0.54,60 -31462,buy_mtf_cross_all_tf,buy,2025-09-16 09:39:00,2089.0,6.0273,1,leg_gt,0.54,60 -31463,buy_mtf_cross_all_tf,buy,2025-09-16 09:51:00,2084.0,6.282,1,leg_gt,0.53,60 -31464,buy_mtf_cross_all_tf,buy,2025-09-16 09:54:00,2083.0,6.333,1,leg_gt,0.53,60 -31465,buy_mtf_cross_all_tf,buy,2025-09-16 09:57:00,2083.0,6.333,1,leg_gt,0.52,60 -31466,buy_mtf_cross_all_tf,buy,2025-09-16 10:45:00,2082.0,6.3841,1,leg_gt,0.49,60 -31467,buy_mtf_cross_all_tf,buy,2025-09-16 10:57:00,2080.0,6.4865,1,leg_gt,0.48,60 -31468,buy_mtf_cross_all_tf,buy,2025-09-16 11:00:00,2081.0,6.4353,1,leg_gt,0.48,60 -31469,buy_mtf_cross_all_tf,buy,2025-09-17 04:09:00,2087.0,11.3998,1,leg_gt,1.8,60 -31470,buy_mtf_cross_all_tf,buy,2025-09-17 04:12:00,2085.0,11.5067,1,leg_gt,1.8,60 -31471,buy_mtf_cross_all_tf,buy,2025-09-17 04:15:00,2087.0,11.3998,1,leg_gt,1.8,60 -31472,buy_mtf_cross_all_tf,buy,2025-09-17 04:18:00,2084.0,11.5603,1,leg_gt,1.8,60 -31473,buy_mtf_cross_all_tf,buy,2025-09-17 04:27:00,2083.0,11.6139,1,leg_gt,1.79,60 -31474,buy_mtf_cross_all_tf,buy,2025-09-17 04:33:00,2084.0,11.5603,1,leg_gt,1.79,60 -31475,buy_mtf_cross_all_tf,buy,2025-09-17 04:36:00,2083.0,11.6139,1,leg_gt,1.78,60 -31476,buy_mtf_cross_all_tf,buy,2025-09-17 04:45:00,2083.0,11.6139,1,leg_gt,1.78,60 -31477,buy_mtf_cross_all_tf,buy,2025-09-17 05:18:00,2080.0,11.775,1,leg_gt,1.75,60 -31478,buy_mtf_cross_all_tf,buy,2025-09-17 05:30:00,2080.0,11.775,1,leg_gt,1.75,60 -31479,buy_mtf_cross_all_tf,buy,2025-09-17 12:00:00,2095.0,10.974,1,leg_gt,1.48,60 -31480,buy_mtf_cross_all_tf,buy,2025-09-17 12:03:00,2094.0,11.027,1,leg_gt,1.47,60 -31481,buy_mtf_cross_all_tf,buy,2025-09-17 12:15:00,2093.0,11.0801,1,leg_gt,1.46,60 -31482,buy_mtf_cross_all_tf,buy,2025-09-17 12:21:00,2092.0,11.1333,1,leg_gt,1.46,60 -31483,buy_mtf_cross_all_tf,buy,2025-09-17 12:24:00,2091.0,11.1865,1,leg_gt,1.46,60 -31484,buy_mtf_cross_all_tf,buy,2025-09-17 12:27:00,2092.0,11.1333,1,leg_gt,1.46,60 -31485,buy_mtf_cross_all_tf,buy,2025-09-17 12:33:00,2091.0,11.1865,1,leg_gt,1.45,60 -31486,buy_mtf_cross_all_tf,buy,2025-09-17 12:51:00,2078.0,11.8827,1,leg_gt,1.44,60 -31487,buy_mtf_cross_all_tf,buy,2025-09-17 12:54:00,2073.0,12.1528,1,leg_gt,1.44,60 -31488,buy_mtf_cross_all_tf,buy,2025-09-17 12:57:00,2074.0,12.0986,1,leg_gt,1.44,60 -31489,buy_mtf_cross_all_tf,buy,2025-09-17 13:00:00,2076.0,11.9906,1,leg_gt,1.43,60 -31490,buy_mtf_cross_all_tf,buy,2025-09-17 13:27:00,2068.0,12.4242,1,leg_gt,1.41,60 -31491,buy_mtf_cross_all_tf,buy,2025-09-17 13:30:00,2066.0,12.5331,1,leg_gt,1.41,60 -31492,buy_mtf_cross_all_tf,buy,2025-09-17 19:36:00,2071.0,12.2612,1,leg_gt,1.16,60 -31493,buy_mtf_cross_all_tf,buy,2025-09-20 00:24:00,2121.0,-6.9835,0,leg_gt,7.6,60 -31494,buy_mtf_cross_all_tf,buy,2025-09-20 02:06:00,2114.0,-6.6752,0,leg_gt,7.53,60 -31495,buy_mtf_cross_all_tf,buy,2025-09-20 02:21:00,2113.0,-6.631,0,leg_gt,7.52,60 -31496,buy_mtf_cross_all_tf,buy,2025-09-20 02:42:00,2110.0,-6.4981,0,leg_gt,7.51,60 -31497,buy_mtf_cross_all_tf,buy,2025-09-20 03:33:00,2105.0,-6.2758,0,leg_gt,7.47,60 -31498,buy_mtf_cross_all_tf,buy,2025-09-20 03:51:00,2104.0,-6.2312,0,leg_gt,7.46,60 -31499,buy_mtf_cross_all_tf,buy,2025-09-20 04:00:00,2103.0,-6.1865,0,leg_gt,7.45,60 -31500,buy_mtf_cross_all_tf,buy,2025-09-20 10:45:00,2112.0,-6.5867,0,leg_gt,7.17,60 -31501,buy_mtf_cross_all_tf,buy,2025-09-20 10:48:00,2112.0,-6.5867,0,leg_gt,7.17,60 -31502,buy_mtf_cross_all_tf,buy,2025-09-20 11:00:00,2109.0,-6.4537,0,leg_gt,7.16,60 -31503,buy_mtf_cross_all_tf,buy,2025-09-20 11:03:00,2110.0,-6.4981,0,leg_gt,7.16,60 -31504,buy_mtf_cross_all_tf,buy,2025-09-20 11:33:00,2091.0,-5.6476,0,leg_gt,7.14,60 -31505,buy_mtf_cross_all_tf,buy,2025-09-20 11:36:00,2090.0,-5.6024,0,leg_gt,7.14,60 -31506,buy_mtf_cross_all_tf,buy,2025-09-20 12:30:00,2087.0,-5.4666,0,leg_gt,7.1,60 -31507,buy_mtf_cross_all_tf,buy,2025-09-20 12:33:00,2088.0,-5.5119,0,leg_gt,7.1,60 -31508,buy_mtf_cross_all_tf,buy,2025-09-21 04:03:00,2106.0,-6.3203,0,leg_gt,6.45,60 -31509,buy_mtf_cross_all_tf,buy,2025-09-21 08:42:00,2110.0,-6.4981,0,leg_gt,6.26,60 -31510,buy_mtf_cross_all_tf,buy,2025-09-21 08:45:00,2109.0,-6.4537,0,leg_gt,6.25,60 -31511,buy_mtf_cross_all_tf,buy,2025-09-21 09:27:00,2103.0,-6.1865,0,leg_gt,6.22,60 -31512,buy_mtf_cross_all_tf,buy,2025-09-21 09:42:00,2097.0,-5.9178,0,leg_gt,6.21,60 -31513,buy_mtf_cross_all_tf,buy,2025-09-21 09:45:00,2094.0,-5.7829,0,leg_gt,6.21,60 -31514,buy_mtf_cross_all_tf,buy,2025-09-21 09:48:00,2093.0,-5.7378,0,leg_gt,6.21,60 -31515,buy_mtf_cross_all_tf,buy,2025-09-21 10:00:00,2094.0,-5.7829,0,leg_gt,6.2,60 -31516,buy_mtf_cross_all_tf,buy,2025-09-21 10:42:00,2089.0,-5.5572,0,leg_gt,6.17,60 -31517,buy_mtf_cross_all_tf,buy,2025-09-21 10:57:00,2089.0,-5.5572,0,leg_gt,6.16,60 -31518,buy_mtf_cross_all_tf,buy,2025-09-21 17:21:00,2101.0,-6.0971,0,leg_gt,5.9,60 -31519,buy_mtf_cross_all_tf,buy,2025-09-21 17:24:00,2098.0,-5.9627,0,leg_gt,5.89,60 -31520,buy_mtf_cross_all_tf,buy,2025-09-21 17:30:00,2098.0,-5.9627,0,leg_gt,5.89,60 -31521,buy_mtf_cross_all_tf,buy,2025-09-21 17:33:00,2097.0,-5.9178,0,leg_gt,5.89,60 -31522,buy_mtf_cross_all_tf,buy,2025-09-21 17:36:00,2097.0,-5.9178,0,leg_gt,5.89,60 -31523,buy_mtf_cross_all_tf,buy,2025-09-21 17:39:00,2096.0,-5.8729,0,leg_gt,5.88,60 -31524,buy_mtf_cross_all_tf,buy,2025-09-21 17:42:00,2096.0,-5.8729,0,leg_gt,5.88,60 -31525,buy_mtf_cross_all_tf,buy,2025-09-21 17:45:00,2095.0,-5.8279,0,leg_gt,5.88,60 -31526,buy_mtf_cross_all_tf,buy,2025-09-21 18:18:00,2091.0,-5.6476,0,leg_gt,5.86,60 -31527,buy_mtf_cross_all_tf,buy,2025-09-21 18:24:00,2092.0,-5.6927,0,leg_gt,5.85,60 -31528,buy_mtf_cross_all_tf,buy,2025-09-21 20:03:00,2053.0,-3.8993,0,leg_gt,5.78,60 -31529,buy_mtf_cross_all_tf,buy,2025-09-22 02:09:00,2055.0,-3.9929,0,leg_gt,5.53,60 -31530,buy_mtf_cross_all_tf,buy,2025-09-22 02:15:00,2056.0,-4.0397,0,leg_gt,5.52,60 -31531,buy_mtf_cross_all_tf,buy,2025-09-22 08:51:00,2061.0,-4.2727,0,leg_gt,5.25,60 -31532,buy_mtf_cross_all_tf,buy,2025-09-22 08:54:00,2060.0,-4.2262,0,leg_gt,5.25,60 -31533,buy_mtf_cross_all_tf,buy,2025-09-22 09:27:00,2050.0,-3.7585,0,leg_gt,5.22,60 -31534,buy_mtf_cross_all_tf,buy,2025-09-22 09:57:00,2014.0,-2.0364,0,leg_gt,5.2,60 -31535,buy_mtf_cross_all_tf,buy,2025-09-22 10:00:00,2011.0,-1.8902,0,leg_gt,5.2,60 -31536,buy_mtf_cross_all_tf,buy,2025-09-22 11:45:00,1992.0,-0.9534,0,leg_gt,5.13,60 -31537,buy_mtf_cross_all_tf,buy,2025-09-22 13:00:00,1995.0,-1.1025,0,leg_gt,5.08,60 -31538,buy_mtf_cross_all_tf,buy,2025-09-22 13:03:00,1998.0,-1.2512,0,leg_gt,5.08,60 -31539,buy_mtf_cross_all_tf,buy,2025-09-22 16:51:00,1879.0,5.0091,1,leg_gt,4.92,60 -31540,buy_mtf_cross_all_tf,buy,2025-09-22 17:06:00,1870.0,5.515,1,leg_gt,4.91,60 -31541,buy_mtf_cross_all_tf,buy,2025-09-22 19:33:00,1867.0,5.6847,1,leg_gt,4.8,60 -31542,buy_mtf_cross_all_tf,buy,2025-09-22 19:36:00,1864.0,5.8549,1,leg_gt,4.8,60 -31543,buy_mtf_cross_all_tf,buy,2025-09-22 19:39:00,1861.0,6.0257,1,leg_gt,4.8,60 -31544,buy_mtf_cross_all_tf,buy,2025-09-22 19:42:00,1864.0,5.8549,1,leg_gt,4.8,60 -31545,buy_mtf_cross_all_tf,buy,2025-09-22 20:51:00,1862.0,5.9687,1,leg_gt,4.75,60 -31546,buy_mtf_cross_all_tf,buy,2025-09-23 00:00:00,1862.0,5.9687,1,leg_gt,4.62,60 -31547,buy_mtf_cross_all_tf,buy,2025-09-23 13:45:00,1908.0,3.4115,1,leg_gt,4.05,60 -31548,buy_mtf_cross_all_tf,buy,2025-09-23 13:48:00,1902.0,3.7381,1,leg_gt,4.04,60 -31549,buy_mtf_cross_all_tf,buy,2025-09-23 13:51:00,1907.0,3.4658,1,leg_gt,4.04,60 -31550,buy_mtf_cross_all_tf,buy,2025-09-23 13:54:00,1903.0,3.6835,1,leg_gt,4.04,60 -31551,buy_mtf_cross_all_tf,buy,2025-09-23 13:57:00,1901.0,3.7927,1,leg_gt,4.04,60 -31552,buy_mtf_cross_all_tf,buy,2025-09-23 14:00:00,1904.0,3.629,1,leg_gt,4.04,60 -31553,buy_mtf_cross_all_tf,buy,2025-09-23 14:03:00,1902.0,3.7381,1,leg_gt,4.03,60 -31554,buy_mtf_cross_all_tf,buy,2025-09-23 14:06:00,1896.0,4.0667,1,leg_gt,4.03,60 -31555,buy_mtf_cross_all_tf,buy,2025-09-23 14:09:00,1896.0,4.0667,1,leg_gt,4.03,60 -31556,buy_mtf_cross_all_tf,buy,2025-09-23 15:00:00,1894.0,4.1767,1,leg_gt,3.99,60 -31557,buy_mtf_cross_all_tf,buy,2025-09-23 15:06:00,1892.0,4.2869,1,leg_gt,3.99,60 -31558,buy_mtf_cross_all_tf,buy,2025-09-23 18:36:00,1891.0,4.3421,1,leg_gt,3.84,60 -31559,buy_mtf_cross_all_tf,buy,2025-09-23 18:39:00,1893.0,4.2317,1,leg_gt,3.84,60 -31560,buy_mtf_cross_all_tf,buy,2025-09-23 18:42:00,1890.0,4.3974,1,leg_gt,3.84,60 -31561,buy_mtf_cross_all_tf,buy,2025-09-23 18:45:00,1889.0,4.4527,1,leg_gt,3.84,60 -31562,buy_mtf_cross_all_tf,buy,2025-09-23 18:48:00,1886.0,4.619,1,leg_gt,3.84,60 -31563,buy_mtf_cross_all_tf,buy,2025-09-23 19:00:00,1884.0,4.7301,1,leg_gt,3.83,60 -31564,buy_mtf_cross_all_tf,buy,2025-09-23 19:03:00,1882.0,4.8416,1,leg_gt,3.82,60 -31565,buy_mtf_cross_all_tf,buy,2025-09-23 19:12:00,1882.0,4.8416,1,leg_gt,3.82,60 -31566,buy_mtf_cross_all_tf,buy,2025-09-23 19:21:00,1878.0,5.0651,1,leg_gt,3.81,60 -31567,buy_mtf_cross_all_tf,buy,2025-09-23 19:30:00,1879.0,5.0091,1,leg_gt,3.81,60 -31568,buy_mtf_cross_all_tf,buy,2025-09-23 19:42:00,1876.0,5.1772,1,leg_gt,3.8,60 -31569,buy_mtf_cross_all_tf,buy,2025-09-24 03:27:00,1885.0,4.6745,1,leg_gt,3.48,60 -31570,buy_mtf_cross_all_tf,buy,2025-09-24 03:30:00,1884.0,4.7301,1,leg_gt,3.47,60 -31571,buy_mtf_cross_all_tf,buy,2025-09-24 03:36:00,1885.0,4.6745,1,leg_gt,3.47,60 -31572,buy_mtf_cross_all_tf,buy,2025-09-24 03:45:00,1880.0,4.9532,1,leg_gt,3.46,60 -31573,buy_mtf_cross_all_tf,buy,2025-09-24 03:48:00,1876.0,5.1772,1,leg_gt,3.46,60 -31574,buy_mtf_cross_all_tf,buy,2025-09-24 03:51:00,1872.0,5.4021,1,leg_gt,3.46,60 -31575,buy_mtf_cross_all_tf,buy,2025-09-24 03:54:00,1873.0,5.3458,1,leg_gt,3.46,60 -31576,buy_mtf_cross_all_tf,buy,2025-09-24 04:45:00,1873.0,5.3458,1,leg_gt,3.42,60 -31577,buy_mtf_cross_all_tf,buy,2025-09-24 05:00:00,1856.0,6.3116,1,leg_gt,3.41,60 -31578,buy_mtf_cross_all_tf,buy,2025-09-24 08:36:00,1865.0,5.7981,1,leg_gt,3.26,60 -31579,buy_mtf_cross_all_tf,buy,2025-09-24 08:51:00,1861.0,6.0257,1,leg_gt,3.25,60 -31580,buy_mtf_cross_all_tf,buy,2025-09-24 08:54:00,1861.0,6.0257,1,leg_gt,3.25,60 -31581,buy_mtf_cross_all_tf,buy,2025-09-24 08:57:00,1860.0,6.0828,1,leg_gt,3.25,60 -31582,buy_mtf_cross_all_tf,buy,2025-09-24 10:06:00,1860.0,6.0828,1,leg_gt,3.2,60 -31583,buy_mtf_cross_all_tf,buy,2025-09-24 11:24:00,1861.0,6.0257,1,leg_gt,3.14,60 -31584,buy_mtf_cross_all_tf,buy,2025-09-24 11:54:00,1858.0,6.1971,1,leg_gt,3.12,60 -31585,buy_mtf_cross_all_tf,buy,2025-09-24 12:06:00,1853.0,6.4839,1,leg_gt,3.11,60 -31586,buy_mtf_cross_all_tf,buy,2025-09-24 12:15:00,1848.0,6.7723,1,leg_gt,3.11,60 -31587,buy_mtf_cross_all_tf,buy,2025-09-24 12:36:00,1822.0,8.2974,1,leg_gt,3.09,60 -31588,buy_mtf_cross_all_tf,buy,2025-09-24 12:39:00,1819.0,8.4761,1,leg_gt,3.09,60 -31589,buy_mtf_cross_all_tf,buy,2025-09-24 12:42:00,1821.0,8.3569,1,leg_gt,3.09,60 -31590,buy_mtf_cross_all_tf,buy,2025-09-24 12:48:00,1818.0,8.5359,1,leg_gt,3.09,60 -31591,buy_mtf_cross_all_tf,buy,2025-09-24 12:51:00,1817.0,8.5957,1,leg_gt,3.08,60 -31592,buy_mtf_cross_all_tf,buy,2025-09-24 12:57:00,1814.0,8.7754,1,leg_gt,3.08,60 -31593,buy_mtf_cross_all_tf,buy,2025-09-24 13:00:00,1811.0,8.9558,1,leg_gt,3.08,60 -31594,buy_mtf_cross_all_tf,buy,2025-09-24 13:03:00,1808.0,9.1367,1,leg_gt,3.08,60 -31595,buy_mtf_cross_all_tf,buy,2025-09-24 13:06:00,1805.0,9.3183,1,leg_gt,3.07,60 -31596,buy_mtf_cross_all_tf,buy,2025-09-24 13:12:00,1798.0,9.7443,1,leg_gt,3.07,60 -31597,buy_mtf_cross_all_tf,buy,2025-09-25 09:36:00,1903.0,3.6835,1,leg_gt,2.22,60 -31598,buy_mtf_cross_all_tf,buy,2025-09-25 09:39:00,1900.0,3.8474,1,leg_gt,2.22,60 -31599,buy_mtf_cross_all_tf,buy,2025-09-25 09:45:00,1899.0,3.9021,1,leg_gt,2.21,60 -31600,buy_mtf_cross_all_tf,buy,2025-09-25 09:48:00,1893.0,4.2317,1,leg_gt,2.21,60 -31601,buy_mtf_cross_all_tf,buy,2025-09-25 09:51:00,1894.0,4.1767,1,leg_gt,2.21,60 -31602,buy_mtf_cross_all_tf,buy,2025-09-25 09:54:00,1895.0,4.1216,1,leg_gt,2.21,60 -31603,buy_mtf_cross_all_tf,buy,2025-09-25 09:57:00,1892.0,4.2869,1,leg_gt,2.2,60 -31604,buy_mtf_cross_all_tf,buy,2025-09-25 10:00:00,1890.0,4.3974,1,leg_gt,2.2,60 -31605,buy_mtf_cross_all_tf,buy,2025-09-25 10:03:00,1889.0,4.4527,1,leg_gt,2.2,60 -31606,buy_mtf_cross_all_tf,buy,2025-09-25 10:09:00,1887.0,4.5635,1,leg_gt,2.2,60 -31607,buy_mtf_cross_all_tf,buy,2025-09-25 10:48:00,1877.0,5.1211,1,leg_gt,2.17,60 -31608,buy_mtf_cross_all_tf,buy,2025-09-25 10:51:00,1876.0,5.1772,1,leg_gt,2.17,60 -31609,buy_mtf_cross_all_tf,buy,2025-09-25 10:54:00,1878.0,5.0651,1,leg_gt,2.16,60 -31610,buy_mtf_cross_all_tf,buy,2025-09-25 10:57:00,1879.0,5.0091,1,leg_gt,2.16,60 -31611,buy_mtf_cross_all_tf,buy,2025-09-25 11:00:00,1878.0,5.0651,1,leg_gt,2.16,60 -31612,buy_mtf_cross_all_tf,buy,2025-09-25 11:15:00,1875.0,5.2333,1,leg_gt,2.15,60 -31613,buy_mtf_cross_all_tf,buy,2025-09-25 11:18:00,1872.0,5.4021,1,leg_gt,2.15,60 -31614,buy_mtf_cross_all_tf,buy,2025-09-25 12:45:00,1861.0,6.0257,1,leg_gt,2.09,60 -31615,buy_mtf_cross_all_tf,buy,2025-09-25 13:21:00,1855.0,6.369,1,leg_gt,2.06,60 -31616,buy_mtf_cross_all_tf,buy,2025-09-25 13:24:00,1853.0,6.4839,1,leg_gt,2.06,60 -31617,buy_mtf_cross_all_tf,buy,2025-09-25 13:30:00,1854.0,6.4264,1,leg_gt,2.06,60 -31618,buy_mtf_cross_all_tf,buy,2025-09-25 13:33:00,1855.0,6.369,1,leg_gt,2.05,60 -31619,buy_mtf_cross_all_tf,buy,2025-09-25 13:36:00,1854.0,6.4264,1,leg_gt,2.05,60 -31620,buy_mtf_cross_all_tf,buy,2025-09-25 13:42:00,1843.0,7.0622,1,leg_gt,2.05,60 -31621,buy_mtf_cross_all_tf,buy,2025-09-25 13:51:00,1841.0,7.1787,1,leg_gt,2.04,60 -31622,buy_mtf_cross_all_tf,buy,2025-09-25 14:06:00,1825.0,8.1192,1,leg_gt,2.03,60 -31623,buy_mtf_cross_all_tf,buy,2025-09-25 14:09:00,1825.0,8.1192,1,leg_gt,2.03,60 -31624,buy_mtf_cross_all_tf,buy,2025-09-25 15:24:00,1823.0,8.2379,1,leg_gt,1.98,60 -31625,buy_mtf_cross_all_tf,buy,2025-09-25 15:30:00,1819.0,8.4761,1,leg_gt,1.97,60 -31626,buy_mtf_cross_all_tf,buy,2025-09-25 20:00:00,1818.0,8.5359,1,leg_gt,1.79,60 -31627,buy_mtf_cross_all_tf,buy,2025-09-25 20:45:00,1811.0,8.9558,1,leg_gt,1.75,60 -31628,buy_mtf_cross_all_tf,buy,2025-09-25 20:57:00,1810.0,9.016,1,leg_gt,1.75,60 -31629,buy_mtf_cross_all_tf,buy,2025-09-25 21:00:00,1810.0,9.016,1,leg_gt,1.74,60 -31630,buy_mtf_cross_all_tf,buy,2025-09-25 21:27:00,1807.0,9.1972,1,leg_gt,1.72,60 -31631,buy_mtf_cross_all_tf,buy,2025-09-26 08:36:00,1820.0,8.4165,1,leg_gt,1.26,60 -31632,buy_mtf_cross_all_tf,buy,2025-09-26 13:30:00,1826.0,8.0599,1,leg_gt,1.06,60 -31633,buy_mtf_cross_all_tf,buy,2025-09-26 14:06:00,1803.0,9.4397,1,leg_gt,1.03,60 -31634,buy_mtf_cross_all_tf,buy,2025-09-26 18:00:00,1800.0,9.6222,1,leg_gt,0.87,60 -31635,buy_mtf_cross_all_tf,buy,2025-09-26 18:03:00,1802.0,9.5004,1,leg_gt,0.87,60 -31636,buy_mtf_cross_all_tf,buy,2025-09-26 18:30:00,1797.0,9.8054,1,leg_gt,0.85,60 -31637,buy_mtf_cross_all_tf,buy,2025-09-26 19:03:00,1783.0,10.6684,1,leg_gt,0.82,60 -31638,buy_mtf_cross_all_tf,buy,2025-09-26 19:06:00,1785.0,10.5443,1,leg_gt,0.82,60 -31639,buy_mtf_cross_all_tf,buy,2025-09-26 19:09:00,1784.0,10.6063,1,leg_gt,0.82,60 -31640,buy_mtf_cross_all_tf,buy,2025-09-26 19:12:00,1782.0,10.7305,1,leg_gt,0.82,60 -31641,buy_mtf_cross_all_tf,buy,2025-09-26 19:15:00,1782.0,10.7305,1,leg_gt,0.82,60 -31642,buy_mtf_cross_all_tf,buy,2025-09-26 19:18:00,1780.0,10.8551,1,leg_gt,0.81,60 -31643,buy_mtf_cross_all_tf,buy,2025-09-26 19:27:00,1779.0,10.9174,1,leg_gt,0.81,60 -31644,buy_mtf_cross_all_tf,buy,2025-09-26 19:30:00,1778.0,10.9799,1,leg_gt,0.81,60 -31645,buy_mtf_cross_all_tf,buy,2025-09-26 19:33:00,1776.0,11.105,1,leg_gt,0.8,60 -31646,buy_mtf_cross_all_tf,buy,2025-09-26 19:45:00,1777.0,11.0424,1,leg_gt,0.8,60 -31647,buy_mtf_cross_all_tf,buy,2025-09-26 20:15:00,1776.0,11.105,1,leg_gt,0.78,60 -31648,buy_mtf_cross_all_tf,buy,2025-09-28 00:12:00,1838.0,6.7553,1,leg_gt,6.06,60 -31649,buy_mtf_cross_all_tf,buy,2025-09-28 02:21:00,1826.0,7.4575,1,leg_gt,5.98,60 -31650,buy_mtf_cross_all_tf,buy,2025-09-28 02:24:00,1829.0,7.2811,1,leg_gt,5.97,60 -31651,buy_mtf_cross_all_tf,buy,2025-09-28 02:27:00,1827.0,7.3986,1,leg_gt,5.97,60 -31652,buy_mtf_cross_all_tf,buy,2025-09-28 02:30:00,1827.0,7.3986,1,leg_gt,5.97,60 -31653,buy_mtf_cross_all_tf,buy,2025-09-28 10:09:00,1822.0,7.6936,1,leg_gt,5.65,60 -31654,buy_mtf_cross_all_tf,buy,2025-09-28 10:12:00,1823.0,7.6345,1,leg_gt,5.65,60 -31655,buy_mtf_cross_all_tf,buy,2025-09-28 10:15:00,1823.0,7.6345,1,leg_gt,5.65,60 -31656,buy_mtf_cross_all_tf,buy,2025-09-28 10:30:00,1821.0,7.7528,1,leg_gt,5.64,60 -31657,buy_mtf_cross_all_tf,buy,2025-09-28 10:33:00,1820.0,7.8121,1,leg_gt,5.63,60 -31658,buy_mtf_cross_all_tf,buy,2025-09-28 10:36:00,1821.0,7.7528,1,leg_gt,5.63,60 -31659,buy_mtf_cross_all_tf,buy,2025-09-28 10:45:00,1816.0,8.0498,1,leg_gt,5.62,60 -31660,buy_mtf_cross_all_tf,buy,2025-09-28 10:48:00,1814.0,8.169,1,leg_gt,5.62,60 -31661,buy_mtf_cross_all_tf,buy,2025-09-28 10:51:00,1817.0,7.9903,1,leg_gt,5.62,60 -31662,buy_mtf_cross_all_tf,buy,2025-09-28 11:00:00,1815.0,8.1094,1,leg_gt,5.61,60 -31663,buy_mtf_cross_all_tf,buy,2025-09-28 11:51:00,1814.0,8.169,1,leg_gt,5.58,60 -31664,buy_mtf_cross_all_tf,buy,2025-09-28 15:24:00,1816.0,8.0498,1,leg_gt,5.43,60 -31665,buy_mtf_cross_all_tf,buy,2025-09-28 21:30:00,1795.0,9.315,1,leg_gt,5.18,60 -31666,buy_mtf_cross_all_tf,buy,2025-09-28 21:36:00,1794.0,9.376,1,leg_gt,5.17,60 -31667,buy_mtf_cross_all_tf,buy,2025-09-28 21:39:00,1794.0,9.376,1,leg_gt,5.17,60 -31668,buy_mtf_cross_all_tf,buy,2025-09-28 21:45:00,1792.0,9.4982,1,leg_gt,5.17,60 -31669,buy_mtf_cross_all_tf,buy,2025-09-28 21:48:00,1793.0,9.4371,1,leg_gt,5.16,60 -31670,buy_mtf_cross_all_tf,buy,2025-09-30 01:30:00,1821.0,7.7528,1,leg_gt,4.01,60 -31671,buy_mtf_cross_all_tf,buy,2025-09-30 01:45:00,1820.0,7.8121,1,leg_gt,4.0,60 -31672,buy_mtf_cross_all_tf,buy,2025-09-30 02:00:00,1801.0,8.9505,1,leg_gt,3.99,60 -31673,buy_mtf_cross_all_tf,buy,2025-09-30 02:06:00,1804.0,8.7692,1,leg_gt,3.99,60 -31674,buy_mtf_cross_all_tf,buy,2025-09-30 09:36:00,1814.0,8.169,1,leg_gt,3.67,60 -31675,buy_mtf_cross_all_tf,buy,2025-09-30 09:39:00,1813.0,8.2287,1,leg_gt,3.67,60 -31676,buy_mtf_cross_all_tf,buy,2025-09-30 10:06:00,1803.0,8.8296,1,leg_gt,3.65,60 -31677,buy_mtf_cross_all_tf,buy,2025-09-30 10:36:00,1804.0,8.7692,1,leg_gt,3.63,60 -31678,buy_mtf_cross_all_tf,buy,2025-09-30 12:12:00,1803.0,8.8296,1,leg_gt,3.56,60 -31679,buy_mtf_cross_all_tf,buy,2025-09-30 12:51:00,1802.0,8.89,1,leg_gt,3.54,60 -31680,buy_mtf_cross_all_tf,buy,2025-09-30 12:54:00,1801.0,8.9505,1,leg_gt,3.54,60 -31681,buy_mtf_cross_all_tf,buy,2025-09-30 14:21:00,1800.0,9.0111,1,leg_gt,3.48,60 -31682,buy_mtf_cross_all_tf,buy,2025-09-30 15:15:00,1797.0,9.1933,1,leg_gt,3.44,60 -31683,buy_mtf_cross_all_tf,buy,2025-09-30 15:18:00,1797.0,9.1933,1,leg_gt,3.44,60 -31684,buy_mtf_cross_all_tf,buy,2025-09-30 15:21:00,1797.0,9.1933,1,leg_gt,3.43,60 -31685,buy_mtf_cross_all_tf,buy,2025-09-30 16:42:00,1793.0,9.4371,1,leg_gt,3.38,60 -31686,buy_mtf_cross_all_tf,buy,2025-09-30 16:45:00,1792.0,9.4982,1,leg_gt,3.38,60 -31687,buy_mtf_cross_all_tf,buy,2025-09-30 16:48:00,1793.0,9.4371,1,leg_gt,3.37,60 -31688,buy_mtf_cross_all_tf,buy,2025-09-30 16:51:00,1793.0,9.4371,1,leg_gt,3.37,60 -31689,buy_mtf_cross_all_tf,buy,2025-09-30 16:54:00,1793.0,9.4371,1,leg_gt,3.37,60 -31690,buy_mtf_cross_all_tf,buy,2025-09-30 16:57:00,1793.0,9.4371,1,leg_gt,3.37,60 -31691,buy_mtf_cross_all_tf,buy,2025-09-30 18:06:00,1790.0,9.6207,1,leg_gt,3.32,60 -31692,buy_mtf_cross_all_tf,buy,2025-09-30 18:09:00,1789.0,9.682,1,leg_gt,3.32,60 -31693,buy_mtf_cross_all_tf,buy,2025-09-30 18:12:00,1788.0,9.7434,1,leg_gt,3.31,60 -31694,buy_mtf_cross_all_tf,buy,2025-09-30 18:54:00,1786.0,9.8664,1,leg_gt,3.29,60 -31695,buy_mtf_cross_all_tf,buy,2025-09-30 21:30:00,1784.0,9.9897,1,leg_gt,3.18,60 -31696,buy_mtf_cross_all_tf,buy,2025-09-30 21:36:00,1783.0,10.0514,1,leg_gt,3.17,60 -31697,buy_mtf_cross_all_tf,buy,2025-10-01 00:21:00,1777.0,10.4234,1,leg_gt,3.06,60 -31698,buy_mtf_cross_all_tf,buy,2025-10-01 00:24:00,1776.0,10.4856,1,leg_gt,3.06,60 -31699,buy_mtf_cross_all_tf,buy,2025-10-01 00:27:00,1774.0,10.6103,1,leg_gt,3.05,60 -31700,buy_mtf_cross_all_tf,buy,2025-10-01 02:00:00,1771.0,10.7978,1,leg_gt,2.99,60 -31701,buy_mtf_cross_all_tf,buy,2025-10-01 02:03:00,1769.0,10.9232,1,leg_gt,2.99,60 -31702,buy_mtf_cross_all_tf,buy,2025-10-01 02:12:00,1767.0,11.0488,1,leg_gt,2.98,60 -31703,buy_mtf_cross_all_tf,buy,2025-10-01 02:15:00,1768.0,10.986,1,leg_gt,2.98,60 -31704,buy_mtf_cross_all_tf,buy,2025-10-01 02:18:00,1765.0,11.1748,1,leg_gt,2.98,60 -31705,buy_mtf_cross_all_tf,buy,2025-10-01 02:30:00,1765.0,11.1748,1,leg_gt,2.97,60 -31706,buy_mtf_cross_all_tf,buy,2025-10-01 02:33:00,1763.0,11.301,1,leg_gt,2.97,60 -31707,buy_mtf_cross_all_tf,buy,2025-10-01 03:45:00,1760.0,11.4909,1,leg_gt,2.92,60 -31708,buy_mtf_cross_all_tf,buy,2025-10-01 03:48:00,1758.0,11.6179,1,leg_gt,2.91,60 -31709,buy_mtf_cross_all_tf,buy,2025-10-05 00:36:00,1801.0,2.232,1,leg_gt,4.21,60 -31710,buy_mtf_cross_all_tf,buy,2025-10-05 00:39:00,1798.0,2.4028,1,leg_gt,4.21,60 -31711,buy_mtf_cross_all_tf,buy,2025-10-05 00:42:00,1801.0,2.232,1,leg_gt,4.21,60 -31712,buy_mtf_cross_all_tf,buy,2025-10-05 20:18:00,1823.0,0.9971,1,leg_gt,3.39,60 -31713,buy_mtf_cross_all_tf,buy,2025-10-05 20:24:00,1822.0,1.0526,1,leg_gt,3.39,60 -31714,buy_mtf_cross_all_tf,buy,2025-10-05 21:45:00,1821.0,1.1081,1,leg_gt,3.33,60 -31715,buy_mtf_cross_all_tf,buy,2025-10-05 23:45:00,1823.0,0.9971,1,leg_gt,3.25,60 -31716,buy_mtf_cross_all_tf,buy,2025-10-05 23:48:00,1824.0,0.9417,1,leg_gt,3.24,60 -31717,buy_mtf_cross_all_tf,buy,2025-10-05 23:51:00,1822.0,1.0526,1,leg_gt,3.24,60 -31718,buy_mtf_cross_all_tf,buy,2025-10-05 23:54:00,1822.0,1.0526,1,leg_gt,3.24,60 -31719,buy_mtf_cross_all_tf,buy,2025-10-06 02:30:00,1824.0,0.9417,1,leg_gt,3.13,60 -31720,buy_mtf_cross_all_tf,buy,2025-10-06 02:33:00,1820.0,1.1637,1,leg_gt,3.13,60 -31721,buy_mtf_cross_all_tf,buy,2025-10-06 02:36:00,1818.0,1.2751,1,leg_gt,3.13,60 -31722,buy_mtf_cross_all_tf,buy,2025-10-06 02:39:00,1820.0,1.1637,1,leg_gt,3.12,60 -31723,buy_mtf_cross_all_tf,buy,2025-10-06 02:42:00,1820.0,1.1637,1,leg_gt,3.12,60 -31724,buy_mtf_cross_all_tf,buy,2025-10-06 02:48:00,1819.0,1.2194,1,leg_gt,3.12,60 -31725,buy_mtf_cross_all_tf,buy,2025-10-06 02:51:00,1814.0,1.4987,1,leg_gt,3.12,60 -31726,buy_mtf_cross_all_tf,buy,2025-10-06 03:09:00,1811.0,1.667,1,leg_gt,3.1,60 -31727,buy_mtf_cross_all_tf,buy,2025-10-06 03:12:00,1807.0,1.8923,1,leg_gt,3.1,60 -31728,buy_mtf_cross_all_tf,buy,2025-10-06 03:15:00,1811.0,1.667,1,leg_gt,3.1,60 -31729,buy_mtf_cross_all_tf,buy,2025-10-06 03:18:00,1808.0,1.8358,1,leg_gt,3.1,60 -31730,buy_mtf_cross_all_tf,buy,2025-10-06 03:24:00,1810.0,1.7232,1,leg_gt,3.09,60 -31731,buy_mtf_cross_all_tf,buy,2025-10-06 04:15:00,1806.0,1.9487,1,leg_gt,3.06,60 -31732,buy_mtf_cross_all_tf,buy,2025-10-06 04:18:00,1805.0,2.0053,1,leg_gt,3.06,60 -31733,buy_mtf_cross_all_tf,buy,2025-10-06 04:21:00,1808.0,1.8358,1,leg_gt,3.05,60 -31734,buy_mtf_cross_all_tf,buy,2025-10-06 04:45:00,1802.0,2.1752,1,leg_gt,3.04,60 -31735,buy_mtf_cross_all_tf,buy,2025-10-06 04:51:00,1802.0,2.1752,1,leg_gt,3.03,60 -31736,buy_mtf_cross_all_tf,buy,2025-10-06 04:54:00,1802.0,2.1752,1,leg_gt,3.03,60 -31737,buy_mtf_cross_all_tf,buy,2025-10-06 04:57:00,1800.0,2.2889,1,leg_gt,3.03,60 -31738,buy_mtf_cross_all_tf,buy,2025-10-06 05:00:00,1798.0,2.4028,1,leg_gt,3.03,60 -31739,buy_mtf_cross_all_tf,buy,2025-10-06 05:03:00,1800.0,2.2889,1,leg_gt,3.02,60 -31740,buy_mtf_cross_all_tf,buy,2025-10-06 13:45:00,1800.0,2.2889,1,leg_gt,2.66,60 -31741,buy_mtf_cross_all_tf,buy,2025-10-06 13:48:00,1797.0,2.4598,1,leg_gt,2.66,60 -31742,buy_mtf_cross_all_tf,buy,2025-10-06 13:57:00,1798.0,2.4028,1,leg_gt,2.65,60 -31743,buy_mtf_cross_all_tf,buy,2025-10-06 14:00:00,1798.0,2.4028,1,leg_gt,2.65,60 -31744,buy_mtf_cross_all_tf,buy,2025-10-06 14:15:00,1797.0,2.4598,1,leg_gt,2.64,60 -31745,buy_mtf_cross_all_tf,buy,2025-10-06 16:51:00,1798.0,2.4028,1,leg_gt,2.53,60 -31746,buy_mtf_cross_all_tf,buy,2025-10-06 16:54:00,1798.0,2.4028,1,leg_gt,2.53,60 -31747,buy_mtf_cross_all_tf,buy,2025-10-06 19:45:00,1798.0,2.4028,1,leg_gt,2.41,60 -31748,buy_mtf_cross_all_tf,buy,2025-10-07 16:27:00,1851.0,-0.5322,0,leg_gt,1.55,60 -31749,buy_mtf_cross_all_tf,buy,2025-10-07 16:30:00,1854.0,-0.6933,0,leg_gt,1.55,60 -31750,buy_mtf_cross_all_tf,buy,2025-10-07 16:33:00,1850.0,-0.4784,0,leg_gt,1.55,60 -31751,buy_mtf_cross_all_tf,buy,2025-10-07 16:45:00,1841.0,0.0086,1,leg_gt,1.54,60 -31752,buy_mtf_cross_all_tf,buy,2025-10-07 16:48:00,1842.0,-0.0457,0,leg_gt,1.54,60 -31753,buy_mtf_cross_all_tf,buy,2025-10-07 17:06:00,1835.0,0.336,1,leg_gt,1.52,60 -31754,buy_mtf_cross_all_tf,buy,2025-10-07 17:18:00,1824.0,0.9417,1,leg_gt,1.51,60 -31755,buy_mtf_cross_all_tf,buy,2025-10-07 17:21:00,1820.0,1.1637,1,leg_gt,1.51,60 -31756,buy_mtf_cross_all_tf,buy,2025-10-07 17:36:00,1800.0,2.2889,1,leg_gt,1.5,60 -31757,buy_mtf_cross_all_tf,buy,2025-10-07 17:39:00,1807.0,1.8923,1,leg_gt,1.5,60 -31758,buy_mtf_cross_all_tf,buy,2025-10-07 22:51:00,1810.0,1.7232,1,leg_gt,1.28,60 -31759,buy_mtf_cross_all_tf,buy,2025-10-07 23:00:00,1804.0,2.0619,1,leg_gt,1.28,60 -31760,buy_mtf_cross_all_tf,buy,2025-10-07 23:03:00,1801.0,2.232,1,leg_gt,1.27,60 -31761,buy_mtf_cross_all_tf,buy,2025-10-07 23:06:00,1797.0,2.4598,1,leg_gt,1.27,60 -31762,buy_mtf_cross_all_tf,buy,2025-10-07 23:09:00,1793.0,2.6886,1,leg_gt,1.27,60 -31763,buy_mtf_cross_all_tf,buy,2025-10-07 23:21:00,1790.0,2.8609,1,leg_gt,1.26,60 -31764,buy_mtf_cross_all_tf,buy,2025-10-07 23:24:00,1788.0,2.9761,1,leg_gt,1.26,60 -31765,buy_mtf_cross_all_tf,buy,2025-10-07 23:27:00,1784.0,3.2072,1,leg_gt,1.26,60 -31766,buy_mtf_cross_all_tf,buy,2025-10-07 23:30:00,1778.0,3.5558,1,leg_gt,1.26,60 -31767,buy_mtf_cross_all_tf,buy,2025-10-07 23:33:00,1780.0,3.4393,1,leg_gt,1.25,60 -31768,buy_mtf_cross_all_tf,buy,2025-10-07 23:36:00,1781.0,3.3812,1,leg_gt,1.25,60 -31769,buy_mtf_cross_all_tf,buy,2025-10-07 23:39:00,1773.0,3.8481,1,leg_gt,1.25,60 -31770,buy_mtf_cross_all_tf,buy,2025-10-07 23:45:00,1770.0,4.0243,1,leg_gt,1.25,60 -31771,buy_mtf_cross_all_tf,buy,2025-10-07 23:48:00,1774.0,3.7895,1,leg_gt,1.24,60 -31772,buy_mtf_cross_all_tf,buy,2025-10-07 23:51:00,1766.0,4.2601,1,leg_gt,1.24,60 -31773,buy_mtf_cross_all_tf,buy,2025-10-07 23:54:00,1763.0,4.4377,1,leg_gt,1.24,60 -31774,buy_mtf_cross_all_tf,buy,2025-10-07 23:57:00,1761.0,4.5564,1,leg_gt,1.24,60 -31775,buy_mtf_cross_all_tf,buy,2025-10-08 00:00:00,1758.0,4.735,1,leg_gt,1.24,60 -31776,buy_mtf_cross_all_tf,buy,2025-10-08 00:03:00,1760.0,4.6159,1,leg_gt,1.23,60 -31777,buy_mtf_cross_all_tf,buy,2025-10-08 00:06:00,1761.0,4.5564,1,leg_gt,1.23,60 -31778,buy_mtf_cross_all_tf,buy,2025-10-08 00:09:00,1756.0,4.8544,1,leg_gt,1.23,60 -31779,buy_mtf_cross_all_tf,buy,2025-10-08 00:12:00,1750.0,5.2143,1,leg_gt,1.23,60 -31780,buy_mtf_cross_all_tf,buy,2025-10-08 00:15:00,1750.0,5.2143,1,leg_gt,1.23,60 -31781,buy_mtf_cross_all_tf,buy,2025-10-08 00:42:00,1752.0,5.0941,1,leg_gt,1.21,60 -31782,buy_mtf_cross_all_tf,buy,2025-10-08 00:45:00,1750.0,5.2143,1,leg_gt,1.2,60 -31783,buy_mtf_cross_all_tf,buy,2025-10-08 00:48:00,1746.0,5.4556,1,leg_gt,1.2,60 -31784,buy_mtf_cross_all_tf,buy,2025-10-08 00:51:00,1746.0,5.4556,1,leg_gt,1.2,60 -31785,buy_mtf_cross_all_tf,buy,2025-10-08 01:15:00,1744.0,5.5766,1,leg_gt,1.18,60 -31786,buy_mtf_cross_all_tf,buy,2025-10-08 09:00:00,1727.0,6.6169,1,leg_gt,0.86,60 -31787,buy_mtf_cross_all_tf,buy,2025-10-08 09:03:00,1726.0,6.6787,1,leg_gt,0.86,60 -31788,buy_mtf_cross_all_tf,buy,2025-10-08 12:42:00,1724.0,6.8026,1,leg_gt,0.71,60 -31789,buy_mtf_cross_all_tf,buy,2025-10-08 12:54:00,1719.0,7.1135,1,leg_gt,0.7,60 -31790,buy_mtf_cross_all_tf,buy,2025-10-08 13:12:00,1715.0,7.3636,1,leg_gt,0.69,60 -31791,buy_mtf_cross_all_tf,buy,2025-10-08 14:30:00,1715.0,7.3636,1,leg_gt,0.63,60 -31792,buy_mtf_cross_all_tf,buy,2025-10-08 14:42:00,1713.0,7.489,1,leg_gt,0.62,60 -31793,buy_mtf_cross_all_tf,buy,2025-10-08 14:45:00,1710.0,7.6778,1,leg_gt,0.62,60 -31794,buy_mtf_cross_all_tf,buy,2025-10-08 14:48:00,1712.0,7.5519,1,leg_gt,0.62,60 -31795,buy_mtf_cross_all_tf,buy,2025-10-08 14:54:00,1709.0,7.7408,1,leg_gt,0.61,60 -31796,buy_mtf_cross_all_tf,buy,2025-10-08 21:00:00,1707.0,7.8672,1,leg_gt,0.36,60 -31797,buy_mtf_cross_all_tf,buy,2025-10-08 21:03:00,1708.0,7.804,1,leg_gt,0.36,60 -31798,buy_mtf_cross_all_tf,buy,2025-10-08 21:06:00,1705.0,7.9938,1,leg_gt,0.36,60 -31799,buy_mtf_cross_all_tf,buy,2025-10-08 21:09:00,1704.0,8.0573,1,leg_gt,0.35,60 -31800,buy_mtf_cross_all_tf,buy,2025-10-09 12:00:00,1789.0,5.4338,1,leg_gt,1.42,60 -31801,buy_mtf_cross_all_tf,buy,2025-10-09 15:27:00,1787.0,5.5519,1,leg_gt,1.28,60 -31802,buy_mtf_cross_all_tf,buy,2025-10-09 15:36:00,1784.0,5.7296,1,leg_gt,1.27,60 -31803,buy_mtf_cross_all_tf,buy,2025-10-09 15:39:00,1782.0,5.8484,1,leg_gt,1.27,60 -31804,buy_mtf_cross_all_tf,buy,2025-10-09 15:42:00,1780.0,5.9674,1,leg_gt,1.27,60 -31805,buy_mtf_cross_all_tf,buy,2025-10-09 15:45:00,1777.0,6.1465,1,leg_gt,1.27,60 -31806,buy_mtf_cross_all_tf,buy,2025-10-09 15:57:00,1779.0,6.027,1,leg_gt,1.26,60 -31807,buy_mtf_cross_all_tf,buy,2025-10-09 16:42:00,1772.0,6.4463,1,leg_gt,1.23,60 -31808,buy_mtf_cross_all_tf,buy,2025-10-09 16:45:00,1773.0,6.3862,1,leg_gt,1.23,60 -31809,buy_mtf_cross_all_tf,buy,2025-10-09 17:24:00,1765.0,6.8688,1,leg_gt,1.2,60 -31810,buy_mtf_cross_all_tf,buy,2025-10-09 17:42:00,1758.0,7.2948,1,leg_gt,1.19,60 -31811,buy_mtf_cross_all_tf,buy,2025-10-09 17:45:00,1757.0,7.3559,1,leg_gt,1.18,60 -31812,buy_mtf_cross_all_tf,buy,2025-10-09 17:51:00,1753.0,7.6011,1,leg_gt,1.18,60 -31813,buy_mtf_cross_all_tf,buy,2025-10-09 17:54:00,1747.0,7.971,1,leg_gt,1.18,60 -31814,buy_mtf_cross_all_tf,buy,2025-10-09 18:00:00,1744.0,8.1569,1,leg_gt,1.17,60 -31815,buy_mtf_cross_all_tf,buy,2025-10-09 22:51:00,1747.0,7.971,1,leg_gt,0.97,60 -31816,buy_mtf_cross_all_tf,buy,2025-10-09 22:54:00,1743.0,8.219,1,leg_gt,0.97,60 -31817,buy_mtf_cross_all_tf,buy,2025-10-09 23:06:00,1737.0,8.5931,1,leg_gt,0.96,60 -31818,buy_mtf_cross_all_tf,buy,2025-10-09 23:09:00,1733.0,8.844,1,leg_gt,0.96,60 -31819,buy_mtf_cross_all_tf,buy,2025-10-09 23:30:00,1731.0,8.9699,1,leg_gt,0.94,60 -31820,buy_mtf_cross_all_tf,buy,2025-10-09 23:33:00,1729.0,9.0961,1,leg_gt,0.94,60 -31821,buy_mtf_cross_all_tf,buy,2025-10-09 23:36:00,1727.0,9.2225,1,leg_gt,0.94,60 -31822,buy_mtf_cross_all_tf,buy,2025-10-09 23:39:00,1729.0,9.0961,1,leg_gt,0.94,60 -31823,buy_mtf_cross_all_tf,buy,2025-10-11 00:30:00,1793.0,-16.4413,0,leg_gt,0.73,60 -31824,buy_mtf_cross_all_tf,buy,2025-10-11 00:42:00,1776.0,-15.6405,0,leg_gt,0.72,60 -31825,buy_mtf_cross_all_tf,buy,2025-10-11 00:54:00,1775.0,-15.593,0,leg_gt,0.71,60 -31826,buy_mtf_cross_all_tf,buy,2025-10-11 00:57:00,1769.0,-15.3063,0,leg_gt,0.71,60 -31827,buy_mtf_cross_all_tf,buy,2025-10-11 01:00:00,1765.0,-15.1142,0,leg_gt,0.71,60 -31828,buy_mtf_cross_all_tf,buy,2025-10-11 01:03:00,1760.0,-14.8727,0,leg_gt,0.71,60 -31829,buy_mtf_cross_all_tf,buy,2025-10-11 01:21:00,1760.0,-14.8727,0,leg_gt,0.7,60 -31830,buy_mtf_cross_all_tf,buy,2025-10-11 02:00:00,1749.0,-14.3367,0,leg_gt,0.67,60 -31831,buy_mtf_cross_all_tf,buy,2025-10-11 02:03:00,1746.0,-14.1893,0,leg_gt,0.67,60 -31832,buy_mtf_cross_all_tf,buy,2025-10-11 02:09:00,1749.0,-14.3367,0,leg_gt,0.66,60 -31833,buy_mtf_cross_all_tf,buy,2025-10-11 02:42:00,1741.0,-13.9426,0,leg_gt,0.64,60 -31834,buy_mtf_cross_all_tf,buy,2025-10-11 02:57:00,1725.0,-13.1435,0,leg_gt,0.63,60 -31835,buy_mtf_cross_all_tf,buy,2025-10-11 03:00:00,1729.0,-13.3447,0,leg_gt,0.63,60 -31836,buy_mtf_cross_all_tf,buy,2025-10-11 03:54:00,1720.0,-12.8907,0,leg_gt,0.59,60 -31837,buy_mtf_cross_all_tf,buy,2025-10-11 03:57:00,1721.0,-12.9414,0,leg_gt,0.59,60 -31838,buy_mtf_cross_all_tf,buy,2025-10-11 04:21:00,1707.0,-12.2265,0,leg_gt,0.57,60 -31839,buy_mtf_cross_all_tf,buy,2025-10-11 04:24:00,1705.0,-12.1235,0,leg_gt,0.57,60 -31840,buy_mtf_cross_all_tf,buy,2025-10-11 04:36:00,1706.0,-12.175,0,leg_gt,0.56,60 -31841,buy_mtf_cross_all_tf,buy,2025-10-11 04:39:00,1704.0,-12.0718,0,leg_gt,0.56,60 -31842,buy_mtf_cross_all_tf,buy,2025-10-11 04:57:00,1698.0,-11.7608,0,leg_gt,0.55,60 -31843,buy_mtf_cross_all_tf,buy,2025-10-11 05:00:00,1694.0,-11.5522,0,leg_gt,0.54,60 -31844,buy_mtf_cross_all_tf,buy,2025-10-11 05:03:00,1696.0,-11.6566,0,leg_gt,0.54,60 -31845,buy_mtf_cross_all_tf,buy,2025-10-11 05:06:00,1694.0,-11.5522,0,leg_gt,0.54,60 -31846,buy_mtf_cross_all_tf,buy,2025-10-11 05:09:00,1692.0,-11.4475,0,leg_gt,0.54,60 -31847,buy_mtf_cross_all_tf,buy,2025-10-11 05:12:00,1691.0,-11.3951,0,leg_gt,0.54,60 -31848,buy_mtf_cross_all_tf,buy,2025-10-11 05:15:00,1691.0,-11.3951,0,leg_gt,0.53,60 -31849,buy_mtf_cross_all_tf,buy,2025-10-11 05:18:00,1690.0,-11.3426,0,leg_gt,0.53,60 -31850,buy_mtf_cross_all_tf,buy,2025-10-11 05:21:00,1692.0,-11.4475,0,leg_gt,0.53,60 -31851,buy_mtf_cross_all_tf,buy,2025-10-11 06:30:00,1311.0,14.3165,1,leg_gt,0.48,60 -31852,buy_mtf_cross_all_tf,buy,2025-10-11 10:45:00,1337.0,12.0915,1,leg_gt,0.3,60 -31853,buy_mtf_cross_all_tf,buy,2025-10-11 10:48:00,1343.0,11.5902,1,leg_gt,0.3,60 -31854,buy_mtf_cross_all_tf,buy,2025-10-11 10:51:00,1330.0,12.682,1,leg_gt,0.3,60 -31855,buy_mtf_cross_all_tf,buy,2025-10-11 10:54:00,1312.0,14.2293,1,leg_gt,0.3,60 -31856,buy_mtf_cross_all_tf,buy,2025-10-11 10:57:00,1327.0,12.9369,1,leg_gt,0.3,60 -31857,buy_mtf_cross_all_tf,buy,2025-10-11 21:45:00,1459.0,7.2338,1,leg_gt,1.18,60 -31858,buy_mtf_cross_all_tf,buy,2025-10-11 22:06:00,1447.0,8.1239,1,leg_gt,1.16,60 -31859,buy_mtf_cross_all_tf,buy,2025-10-11 22:09:00,1446.0,8.1988,1,leg_gt,1.16,60 -31860,buy_mtf_cross_all_tf,buy,2025-10-11 22:24:00,1441.0,8.5745,1,leg_gt,1.15,60 -31861,buy_mtf_cross_all_tf,buy,2025-10-11 22:30:00,1438.0,8.8013,1,leg_gt,1.15,60 -31862,buy_mtf_cross_all_tf,buy,2025-10-11 22:39:00,1435.0,9.0289,1,leg_gt,1.14,60 -31863,buy_mtf_cross_all_tf,buy,2025-10-12 01:51:00,1428.0,9.5639,1,leg_gt,1.01,60 -31864,buy_mtf_cross_all_tf,buy,2025-10-12 01:54:00,1426.0,9.7177,1,leg_gt,1.01,60 -31865,buy_mtf_cross_all_tf,buy,2025-10-12 01:57:00,1427.0,9.6407,1,leg_gt,1.0,60 -31866,buy_mtf_cross_all_tf,buy,2025-10-12 02:00:00,1425.0,9.7947,1,leg_gt,1.0,60 -31867,buy_mtf_cross_all_tf,buy,2025-10-12 02:21:00,1421.0,10.1041,1,leg_gt,0.99,60 -31868,buy_mtf_cross_all_tf,buy,2025-10-12 02:51:00,1417.0,10.4152,1,leg_gt,0.97,60 -31869,buy_mtf_cross_all_tf,buy,2025-10-12 03:15:00,1416.0,10.4932,1,leg_gt,0.95,60 -31870,buy_mtf_cross_all_tf,buy,2025-10-12 03:18:00,1415.0,10.5714,1,leg_gt,0.95,60 -31871,buy_mtf_cross_all_tf,buy,2025-10-12 03:30:00,1414.0,10.6496,1,leg_gt,0.94,60 -31872,buy_mtf_cross_all_tf,buy,2025-10-12 04:00:00,1411.0,10.8851,1,leg_gt,0.92,60 -31873,buy_mtf_cross_all_tf,buy,2025-10-12 04:30:00,1399.0,11.8371,1,leg_gt,0.9,60 -31874,buy_mtf_cross_all_tf,buy,2025-10-12 04:36:00,1394.0,12.2386,1,leg_gt,0.89,60 -31875,buy_mtf_cross_all_tf,buy,2025-10-12 04:39:00,1389.0,12.643,1,leg_gt,0.89,60 -31876,buy_mtf_cross_all_tf,buy,2025-10-12 04:51:00,1388.0,12.7242,1,leg_gt,0.88,60 -31877,buy_mtf_cross_all_tf,buy,2025-10-12 05:00:00,1380.0,13.3783,1,leg_gt,0.88,60 -31878,buy_mtf_cross_all_tf,buy,2025-10-12 05:06:00,1375.0,13.7909,1,leg_gt,0.87,60 -31879,buy_mtf_cross_all_tf,buy,2025-10-12 10:09:00,1391.0,12.4809,1,leg_gt,0.66,60 -31880,buy_mtf_cross_all_tf,buy,2025-10-12 10:12:00,1394.0,12.2386,1,leg_gt,0.66,60 -31881,buy_mtf_cross_all_tf,buy,2025-10-12 10:33:00,1388.0,12.7242,1,leg_gt,0.65,60 -31882,buy_mtf_cross_all_tf,buy,2025-10-12 10:54:00,1384.0,13.0503,1,leg_gt,0.63,60 -31883,buy_mtf_cross_all_tf,buy,2025-10-12 11:09:00,1373.0,13.9568,1,leg_gt,0.62,60 -31884,buy_mtf_cross_all_tf,buy,2025-10-12 11:15:00,1371.0,14.1232,1,leg_gt,0.62,60 -31885,buy_mtf_cross_all_tf,buy,2025-10-12 17:45:00,1392.0,12.4,1,leg_gt,0.35,60 -31886,buy_mtf_cross_all_tf,buy,2025-10-12 17:57:00,1392.0,12.4,1,leg_gt,0.34,60 -31887,buy_mtf_cross_all_tf,buy,2025-10-12 18:00:00,1388.0,12.7242,1,leg_gt,0.34,60 -31888,buy_mtf_cross_all_tf,buy,2025-10-12 18:03:00,1383.0,13.1321,1,leg_gt,0.33,60 -31889,buy_mtf_cross_all_tf,buy,2025-10-13 20:45:00,1479.0,-4.9682,0,leg_gt,6.79,60 -31890,buy_mtf_cross_all_tf,buy,2025-10-13 20:48:00,1477.0,-4.8393,0,leg_gt,6.79,60 -31891,buy_mtf_cross_all_tf,buy,2025-10-13 20:51:00,1474.0,-4.6455,0,leg_gt,6.79,60 -31892,buy_mtf_cross_all_tf,buy,2025-10-13 20:54:00,1475.0,-4.7102,0,leg_gt,6.78,60 -31893,buy_mtf_cross_all_tf,buy,2025-10-13 20:57:00,1474.0,-4.6455,0,leg_gt,6.78,60 -31894,buy_mtf_cross_all_tf,buy,2025-10-13 21:00:00,1471.0,-4.4508,0,leg_gt,6.78,60 -31895,buy_mtf_cross_all_tf,buy,2025-10-13 21:03:00,1465.0,-4.059,0,leg_gt,6.78,60 -31896,buy_mtf_cross_all_tf,buy,2025-10-14 02:30:00,1486.0,-5.4163,0,leg_gt,6.55,60 -31897,buy_mtf_cross_all_tf,buy,2025-10-14 02:33:00,1486.0,-5.4163,0,leg_gt,6.55,60 -31898,buy_mtf_cross_all_tf,buy,2025-10-14 02:36:00,1488.0,-5.5435,0,leg_gt,6.55,60 -31899,buy_mtf_cross_all_tf,buy,2025-10-14 02:54:00,1479.0,-4.9682,0,leg_gt,6.53,60 -31900,buy_mtf_cross_all_tf,buy,2025-10-14 04:30:00,1478.0,-4.9038,0,leg_gt,6.47,60 -31901,buy_mtf_cross_all_tf,buy,2025-10-14 04:33:00,1480.0,-5.0324,0,leg_gt,6.46,60 -31902,buy_mtf_cross_all_tf,buy,2025-10-14 10:00:00,1496.0,-6.0492,0,leg_gt,6.24,60 -31903,buy_mtf_cross_all_tf,buy,2025-10-14 10:09:00,1488.0,-5.5435,0,leg_gt,6.23,60 -31904,buy_mtf_cross_all_tf,buy,2025-10-14 10:15:00,1490.0,-5.6705,0,leg_gt,6.23,60 -31905,buy_mtf_cross_all_tf,buy,2025-10-14 10:42:00,1486.0,-5.4163,0,leg_gt,6.21,60 -31906,buy_mtf_cross_all_tf,buy,2025-10-14 11:09:00,1484.0,-5.2887,0,leg_gt,6.19,60 -31907,buy_mtf_cross_all_tf,buy,2025-10-14 11:15:00,1484.0,-5.2887,0,leg_gt,6.19,60 -31908,buy_mtf_cross_all_tf,buy,2025-10-14 11:18:00,1481.0,-5.0966,0,leg_gt,6.18,60 -31909,buy_mtf_cross_all_tf,buy,2025-10-14 11:39:00,1474.0,-4.6455,0,leg_gt,6.17,60 -31910,buy_mtf_cross_all_tf,buy,2025-10-14 11:45:00,1475.0,-4.7102,0,leg_gt,6.16,60 -31911,buy_mtf_cross_all_tf,buy,2025-10-14 11:48:00,1472.0,-4.5158,0,leg_gt,6.16,60 -31912,buy_mtf_cross_all_tf,buy,2025-10-14 11:51:00,1470.0,-4.3857,0,leg_gt,6.16,60 -31913,buy_mtf_cross_all_tf,buy,2025-10-14 11:54:00,1468.0,-4.2553,0,leg_gt,6.16,60 -31914,buy_mtf_cross_all_tf,buy,2025-10-14 11:57:00,1467.0,-4.19,0,leg_gt,6.16,60 -31915,buy_mtf_cross_all_tf,buy,2025-10-14 12:00:00,1468.0,-4.2553,0,leg_gt,6.15,60 -31916,buy_mtf_cross_all_tf,buy,2025-10-14 12:15:00,1463.0,-3.9278,0,leg_gt,6.14,60 -31917,buy_mtf_cross_all_tf,buy,2025-10-14 12:21:00,1461.0,-3.7961,0,leg_gt,6.14,60 -31918,buy_mtf_cross_all_tf,buy,2025-10-14 12:24:00,1459.0,-3.6641,0,leg_gt,6.14,60 -31919,buy_mtf_cross_all_tf,buy,2025-10-14 12:27:00,1457.0,-3.5317,0,leg_gt,6.14,60 -31920,buy_mtf_cross_all_tf,buy,2025-10-14 12:30:00,1458.0,-3.5979,0,leg_gt,6.13,60 -31921,buy_mtf_cross_all_tf,buy,2025-10-14 12:33:00,1459.0,-3.6641,0,leg_gt,6.13,60 -31922,buy_mtf_cross_all_tf,buy,2025-10-14 12:42:00,1458.0,-3.5979,0,leg_gt,6.12,60 -31923,buy_mtf_cross_all_tf,buy,2025-10-14 13:24:00,1451.0,-3.1324,0,leg_gt,6.1,60 -31924,buy_mtf_cross_all_tf,buy,2025-10-14 13:30:00,1450.0,-3.0655,0,leg_gt,6.09,60 -31925,buy_mtf_cross_all_tf,buy,2025-10-14 14:00:00,1427.0,-1.5015,0,leg_gt,6.07,60 -31926,buy_mtf_cross_all_tf,buy,2025-10-14 14:42:00,1417.0,-0.8057,0,leg_gt,6.04,60 -31927,buy_mtf_cross_all_tf,buy,2025-10-14 14:45:00,1419.0,-0.9457,0,leg_gt,6.04,60 -31928,buy_mtf_cross_all_tf,buy,2025-10-14 14:54:00,1419.0,-0.9457,0,leg_gt,6.03,60 -31929,buy_mtf_cross_all_tf,buy,2025-10-14 14:57:00,1417.0,-0.8057,0,leg_gt,6.03,60 -31930,buy_mtf_cross_all_tf,buy,2025-10-14 15:18:00,1416.0,-0.7356,0,leg_gt,6.02,60 -31931,buy_mtf_cross_all_tf,buy,2025-10-14 15:27:00,1415.0,-0.6654,0,leg_gt,6.01,60 -31932,buy_mtf_cross_all_tf,buy,2025-10-15 22:30:00,1436.0,-2.1195,0,leg_gt,4.72,60 -31933,buy_mtf_cross_all_tf,buy,2025-10-16 00:30:00,1430.0,-1.7084,0,leg_gt,4.63,60 -31934,buy_mtf_cross_all_tf,buy,2025-10-16 00:33:00,1427.0,-1.5015,0,leg_gt,4.63,60 -31935,buy_mtf_cross_all_tf,buy,2025-10-16 00:36:00,1426.0,-1.4324,0,leg_gt,4.63,60 -31936,buy_mtf_cross_all_tf,buy,2025-10-16 00:42:00,1427.0,-1.5015,0,leg_gt,4.62,60 -31937,buy_mtf_cross_all_tf,buy,2025-10-16 00:45:00,1424.0,-1.2938,0,leg_gt,4.62,60 -31938,buy_mtf_cross_all_tf,buy,2025-10-16 00:48:00,1424.0,-1.2938,0,leg_gt,4.62,60 -31939,buy_mtf_cross_all_tf,buy,2025-10-16 00:51:00,1425.0,-1.3632,0,leg_gt,4.62,60 -31940,buy_mtf_cross_all_tf,buy,2025-10-16 03:30:00,1426.0,-1.4324,0,leg_gt,4.51,60 -31941,buy_mtf_cross_all_tf,buy,2025-10-16 03:36:00,1426.0,-1.4324,0,leg_gt,4.5,60 -31942,buy_mtf_cross_all_tf,buy,2025-10-16 06:00:00,1415.0,-0.6654,0,leg_gt,4.4,60 -31943,buy_mtf_cross_all_tf,buy,2025-10-16 06:12:00,1409.0,-0.2419,0,leg_gt,4.4,60 -31944,buy_mtf_cross_all_tf,buy,2025-10-16 14:06:00,1402.0,0.2566,1,leg_gt,4.07,60 -31945,buy_mtf_cross_all_tf,buy,2025-10-16 14:09:00,1402.0,0.2566,1,leg_gt,4.06,60 -31946,buy_mtf_cross_all_tf,buy,2025-10-16 14:12:00,1402.0,0.2566,1,leg_gt,4.06,60 -31947,buy_mtf_cross_all_tf,buy,2025-10-16 14:18:00,1400.0,0.4,1,leg_gt,4.06,60 -31948,buy_mtf_cross_all_tf,buy,2025-10-17 00:06:00,1411.0,-0.3835,0,leg_gt,3.65,60 -31949,buy_mtf_cross_all_tf,buy,2025-10-17 00:09:00,1412.0,-0.4541,0,leg_gt,3.65,60 -31950,buy_mtf_cross_all_tf,buy,2025-10-17 00:27:00,1408.0,-0.171,0,leg_gt,3.64,60 -31951,buy_mtf_cross_all_tf,buy,2025-10-17 00:36:00,1404.0,0.1137,1,leg_gt,3.63,60 -31952,buy_mtf_cross_all_tf,buy,2025-10-17 00:39:00,1405.0,0.0423,1,leg_gt,3.63,60 -31953,buy_mtf_cross_all_tf,buy,2025-10-17 00:42:00,1403.0,0.1851,1,leg_gt,3.62,60 -31954,buy_mtf_cross_all_tf,buy,2025-10-17 00:45:00,1403.0,0.1851,1,leg_gt,3.62,60 -31955,buy_mtf_cross_all_tf,buy,2025-10-17 00:48:00,1399.0,0.4718,1,leg_gt,3.62,60 -31956,buy_mtf_cross_all_tf,buy,2025-10-17 00:51:00,1402.0,0.2566,1,leg_gt,3.62,60 -31957,buy_mtf_cross_all_tf,buy,2025-10-17 00:54:00,1398.0,0.5438,1,leg_gt,3.62,60 -31958,buy_mtf_cross_all_tf,buy,2025-10-17 01:18:00,1384.0,1.5618,1,leg_gt,3.6,60 -31959,buy_mtf_cross_all_tf,buy,2025-10-17 01:21:00,1383.0,1.6354,1,leg_gt,3.6,60 -31960,buy_mtf_cross_all_tf,buy,2025-10-17 01:27:00,1380.0,1.8565,1,leg_gt,3.59,60 -31961,buy_mtf_cross_all_tf,buy,2025-10-17 03:15:00,1383.0,1.6354,1,leg_gt,3.52,60 -31962,buy_mtf_cross_all_tf,buy,2025-10-17 04:45:00,1380.0,1.8565,1,leg_gt,3.46,60 -31963,buy_mtf_cross_all_tf,buy,2025-10-17 04:48:00,1380.0,1.8565,1,leg_gt,3.45,60 -31964,buy_mtf_cross_all_tf,buy,2025-10-17 05:42:00,1368.0,2.7509,1,leg_gt,3.42,60 -31965,buy_mtf_cross_all_tf,buy,2025-10-17 05:45:00,1372.0,2.451,1,leg_gt,3.41,60 -31966,buy_mtf_cross_all_tf,buy,2025-10-17 05:51:00,1371.0,2.5258,1,leg_gt,3.41,60 -31967,buy_mtf_cross_all_tf,buy,2025-10-17 05:54:00,1367.0,2.8261,1,leg_gt,3.41,60 -31968,buy_mtf_cross_all_tf,buy,2025-10-17 05:57:00,1365.0,2.9769,1,leg_gt,3.41,60 -31969,buy_mtf_cross_all_tf,buy,2025-10-17 06:00:00,1368.0,2.7509,1,leg_gt,3.4,60 -31970,buy_mtf_cross_all_tf,buy,2025-10-17 07:57:00,1366.0,2.9015,1,leg_gt,3.32,60 -31971,buy_mtf_cross_all_tf,buy,2025-10-17 13:30:00,1363.0,3.1282,1,leg_gt,3.09,60 -31972,buy_mtf_cross_all_tf,buy,2025-10-17 13:45:00,1361.0,3.2799,1,leg_gt,3.08,60 -31973,buy_mtf_cross_all_tf,buy,2025-10-17 14:15:00,1359.0,3.432,1,leg_gt,3.06,60 -31974,buy_mtf_cross_all_tf,buy,2025-10-17 14:21:00,1357.0,3.5846,1,leg_gt,3.06,60 -31975,buy_mtf_cross_all_tf,buy,2025-10-17 15:00:00,1353.0,3.8911,1,leg_gt,3.03,60 -31976,buy_mtf_cross_all_tf,buy,2025-10-17 15:57:00,1320.0,6.4909,1,leg_gt,2.99,60 -31977,buy_mtf_cross_all_tf,buy,2025-10-17 16:00:00,1315.0,6.8962,1,leg_gt,2.99,60 -31978,buy_mtf_cross_all_tf,buy,2025-10-17 16:03:00,1314.0,6.9776,1,leg_gt,2.99,60 -31979,buy_mtf_cross_all_tf,buy,2025-10-17 16:06:00,1311.0,7.2227,1,leg_gt,2.98,60 -31980,buy_mtf_cross_all_tf,buy,2025-10-17 16:15:00,1303.0,7.8816,1,leg_gt,2.98,60 -31981,buy_mtf_cross_all_tf,buy,2025-10-17 16:21:00,1301.0,8.0476,1,leg_gt,2.97,60 -31982,buy_mtf_cross_all_tf,buy,2025-10-17 16:24:00,1293.0,8.7167,1,leg_gt,2.97,60 -31983,buy_mtf_cross_all_tf,buy,2025-10-17 16:27:00,1294.0,8.6326,1,leg_gt,2.97,60 -31984,buy_mtf_cross_all_tf,buy,2025-10-17 16:30:00,1290.0,8.9698,1,leg_gt,2.97,60 -31985,buy_mtf_cross_all_tf,buy,2025-10-17 16:36:00,1280.0,9.8219,1,leg_gt,2.96,60 -31986,buy_mtf_cross_all_tf,buy,2025-10-17 16:39:00,1279.0,9.9078,1,leg_gt,2.96,60 -31987,buy_mtf_cross_all_tf,buy,2025-10-17 16:42:00,1277.0,10.0801,1,leg_gt,2.96,60 -31988,buy_mtf_cross_all_tf,buy,2025-10-17 16:45:00,1276.0,10.1665,1,leg_gt,2.96,60 -31989,buy_mtf_cross_all_tf,buy,2025-10-17 16:48:00,1277.0,10.0801,1,leg_gt,2.95,60 -31990,buy_mtf_cross_all_tf,buy,2025-10-17 16:51:00,1280.0,9.8219,1,leg_gt,2.95,60 -31991,buy_mtf_cross_all_tf,buy,2025-10-17 17:06:00,1273.0,10.4263,1,leg_gt,2.94,60 -31992,buy_mtf_cross_all_tf,buy,2025-10-17 17:15:00,1273.0,10.4263,1,leg_gt,2.94,60 -31993,buy_mtf_cross_all_tf,buy,2025-10-17 17:18:00,1268.0,10.8621,1,leg_gt,2.93,60 -31994,buy_mtf_cross_all_tf,buy,2025-10-17 17:24:00,1264.0,11.2133,1,leg_gt,2.93,60 -31995,buy_mtf_cross_all_tf,buy,2025-10-22 05:00:00,1380.0,2.5087,1,leg_gt,4.97,60 -31996,buy_mtf_cross_all_tf,buy,2025-10-22 05:06:00,1381.0,2.4344,1,leg_gt,4.96,60 -31997,buy_mtf_cross_all_tf,buy,2025-10-22 05:09:00,1378.0,2.6576,1,leg_gt,4.96,60 -31998,buy_mtf_cross_all_tf,buy,2025-10-22 05:15:00,1379.0,2.5831,1,leg_gt,4.96,60 -31999,buy_mtf_cross_all_tf,buy,2025-10-22 05:27:00,1372.0,3.107,1,leg_gt,4.95,60 -32000,buy_mtf_cross_all_tf,buy,2025-10-22 05:30:00,1373.0,3.0318,1,leg_gt,4.95,60 -32001,buy_mtf_cross_all_tf,buy,2025-10-22 05:33:00,1369.0,3.3332,1,leg_gt,4.94,60 -32002,buy_mtf_cross_all_tf,buy,2025-10-22 05:51:00,1368.0,3.4088,1,leg_gt,4.93,60 -32003,buy_mtf_cross_all_tf,buy,2025-10-22 07:30:00,1358.0,4.171,1,leg_gt,4.86,60 -32004,buy_mtf_cross_all_tf,buy,2025-10-22 08:00:00,1353.0,4.5563,1,leg_gt,4.84,60 -32005,buy_mtf_cross_all_tf,buy,2025-10-22 08:03:00,1353.0,4.5563,1,leg_gt,4.84,60 -32006,buy_mtf_cross_all_tf,buy,2025-10-22 08:15:00,1352.0,4.6337,1,leg_gt,4.83,60 -32007,buy_mtf_cross_all_tf,buy,2025-10-22 08:18:00,1351.0,4.7113,1,leg_gt,4.83,60 -32008,buy_mtf_cross_all_tf,buy,2025-10-22 08:21:00,1351.0,4.7113,1,leg_gt,4.83,60 -32009,buy_mtf_cross_all_tf,buy,2025-10-22 08:45:00,1341.0,5.4928,1,leg_gt,4.81,60 -32010,buy_mtf_cross_all_tf,buy,2025-10-22 08:48:00,1338.0,5.7296,1,leg_gt,4.81,60 -32011,buy_mtf_cross_all_tf,buy,2025-10-22 08:51:00,1339.0,5.6506,1,leg_gt,4.81,60 -32012,buy_mtf_cross_all_tf,buy,2025-10-22 08:57:00,1338.0,5.7296,1,leg_gt,4.8,60 -32013,buy_mtf_cross_all_tf,buy,2025-10-22 09:00:00,1337.0,5.8088,1,leg_gt,4.8,60 -32014,buy_mtf_cross_all_tf,buy,2025-10-22 09:30:00,1335.0,5.9674,1,leg_gt,4.78,60 -32015,buy_mtf_cross_all_tf,buy,2025-10-22 09:39:00,1334.0,6.0469,1,leg_gt,4.77,60 -32016,buy_mtf_cross_all_tf,buy,2025-10-22 14:36:00,1333.0,6.1266,1,leg_gt,4.57,60 -32017,buy_mtf_cross_all_tf,buy,2025-10-22 14:39:00,1332.0,6.2063,1,leg_gt,4.56,60 -32018,buy_mtf_cross_all_tf,buy,2025-10-22 14:42:00,1333.0,6.1266,1,leg_gt,4.56,60 -32019,buy_mtf_cross_all_tf,buy,2025-10-22 15:45:00,1330.0,6.3662,1,leg_gt,4.52,60 -32020,buy_mtf_cross_all_tf,buy,2025-10-22 15:48:00,1329.0,6.4463,1,leg_gt,4.52,60 -32021,buy_mtf_cross_all_tf,buy,2025-10-22 16:00:00,1329.0,6.4463,1,leg_gt,4.51,60 -32022,buy_mtf_cross_all_tf,buy,2025-10-22 16:15:00,1324.0,6.8486,1,leg_gt,4.5,60 -32023,buy_mtf_cross_all_tf,buy,2025-10-22 18:00:00,1325.0,6.7679,1,leg_gt,4.42,60 -32024,buy_mtf_cross_all_tf,buy,2025-10-22 18:15:00,1323.0,6.9295,1,leg_gt,4.41,60 -32025,buy_mtf_cross_all_tf,buy,2025-10-22 18:18:00,1323.0,6.9295,1,leg_gt,4.41,60 -32026,buy_mtf_cross_all_tf,buy,2025-10-22 18:51:00,1321.0,7.0915,1,leg_gt,4.39,60 -32027,buy_mtf_cross_all_tf,buy,2025-10-22 19:00:00,1320.0,7.1727,1,leg_gt,4.38,60 -32028,buy_mtf_cross_all_tf,buy,2025-10-22 19:03:00,1320.0,7.1727,1,leg_gt,4.38,60 -32029,buy_mtf_cross_all_tf,buy,2025-10-22 19:21:00,1319.0,7.2541,1,leg_gt,4.37,60 -32030,buy_mtf_cross_all_tf,buy,2025-10-22 19:24:00,1318.0,7.3355,1,leg_gt,4.37,60 -32031,buy_mtf_cross_all_tf,buy,2025-10-22 19:27:00,1317.0,7.4171,1,leg_gt,4.36,60 -32032,buy_mtf_cross_all_tf,buy,2025-10-22 19:30:00,1317.0,7.4171,1,leg_gt,4.36,60 -32033,buy_mtf_cross_all_tf,buy,2025-10-22 19:33:00,1316.0,7.4988,1,leg_gt,4.36,60 -32034,buy_mtf_cross_all_tf,buy,2025-10-22 19:36:00,1316.0,7.4988,1,leg_gt,4.36,60 -32035,buy_mtf_cross_all_tf,buy,2025-10-22 19:39:00,1315.0,7.5806,1,leg_gt,4.36,60 -32036,buy_mtf_cross_all_tf,buy,2025-10-22 19:42:00,1315.0,7.5806,1,leg_gt,4.35,60 -32037,buy_mtf_cross_all_tf,buy,2025-10-22 19:45:00,1315.0,7.5806,1,leg_gt,4.35,60 -32038,buy_mtf_cross_all_tf,buy,2025-10-22 19:48:00,1315.0,7.5806,1,leg_gt,4.35,60 -32039,buy_mtf_cross_all_tf,buy,2025-10-22 19:51:00,1314.0,7.6626,1,leg_gt,4.35,60 -32040,buy_mtf_cross_all_tf,buy,2025-10-22 20:00:00,1314.0,7.6626,1,leg_gt,4.34,60 -32041,buy_mtf_cross_all_tf,buy,2025-10-22 20:51:00,1311.0,7.9092,1,leg_gt,4.31,60 -32042,buy_mtf_cross_all_tf,buy,2025-10-23 02:06:00,1311.0,7.9092,1,leg_gt,4.09,60 -32043,buy_mtf_cross_all_tf,buy,2025-10-23 02:15:00,1310.0,7.9916,1,leg_gt,4.08,60 -32044,buy_mtf_cross_all_tf,buy,2025-10-23 02:18:00,1308.0,8.1569,1,leg_gt,4.08,60 -32045,buy_mtf_cross_all_tf,buy,2025-10-23 02:27:00,1305.0,8.4057,1,leg_gt,4.07,60 -32046,buy_mtf_cross_all_tf,buy,2025-10-23 02:30:00,1305.0,8.4057,1,leg_gt,4.07,60 -32047,buy_mtf_cross_all_tf,buy,2025-10-23 02:33:00,1307.0,8.2397,1,leg_gt,4.07,60 -32048,buy_mtf_cross_all_tf,buy,2025-10-23 02:42:00,1304.0,8.489,1,leg_gt,4.06,60 -32049,buy_mtf_cross_all_tf,buy,2025-10-23 02:45:00,1302.0,8.6558,1,leg_gt,4.06,60 -32050,buy_mtf_cross_all_tf,buy,2025-10-23 02:48:00,1304.0,8.489,1,leg_gt,4.06,60 -32051,buy_mtf_cross_all_tf,buy,2025-10-23 02:51:00,1304.0,8.489,1,leg_gt,4.06,60 -32052,buy_mtf_cross_all_tf,buy,2025-10-23 02:54:00,1300.0,8.8231,1,leg_gt,4.05,60 -32053,buy_mtf_cross_all_tf,buy,2025-10-23 03:00:00,1299.0,8.9069,1,leg_gt,4.05,60 -32054,buy_mtf_cross_all_tf,buy,2025-10-23 03:03:00,1300.0,8.8231,1,leg_gt,4.05,60 -32055,buy_mtf_cross_all_tf,buy,2025-10-23 03:15:00,1296.0,9.1593,1,leg_gt,4.04,60 -32056,buy_mtf_cross_all_tf,buy,2025-10-23 03:18:00,1295.0,9.2436,1,leg_gt,4.04,60 -32057,buy_mtf_cross_all_tf,buy,2025-10-23 03:21:00,1296.0,9.1593,1,leg_gt,4.04,60 -32058,buy_mtf_cross_all_tf,buy,2025-10-23 03:48:00,1292.0,9.4975,1,leg_gt,4.02,60 -32059,buy_mtf_cross_all_tf,buy,2025-10-23 03:51:00,1293.0,9.4128,1,leg_gt,4.01,60 -32060,buy_mtf_cross_all_tf,buy,2025-10-23 03:57:00,1290.0,9.6674,1,leg_gt,4.01,60 -32061,buy_mtf_cross_all_tf,buy,2025-10-23 04:00:00,1291.0,9.5824,1,leg_gt,4.01,60 -32062,buy_mtf_cross_all_tf,buy,2025-10-23 05:00:00,1292.0,9.4975,1,leg_gt,3.97,60 -32063,buy_mtf_cross_all_tf,buy,2025-10-23 05:06:00,1290.0,9.6674,1,leg_gt,3.96,60 -32064,buy_mtf_cross_all_tf,buy,2025-10-23 05:09:00,1290.0,9.6674,1,leg_gt,3.96,60 -32065,buy_mtf_cross_all_tf,buy,2025-10-23 05:12:00,1291.0,9.5824,1,leg_gt,3.96,60 -32066,buy_mtf_cross_all_tf,buy,2025-10-23 05:15:00,1287.0,9.9233,1,leg_gt,3.96,60 -32067,buy_mtf_cross_all_tf,buy,2025-10-23 05:36:00,1279.0,10.6115,1,leg_gt,3.94,60 -32068,buy_mtf_cross_all_tf,buy,2025-10-23 05:39:00,1280.0,10.525,1,leg_gt,3.94,60 -32069,buy_mtf_cross_all_tf,buy,2025-10-23 05:51:00,1278.0,10.6981,1,leg_gt,3.93,60 -32070,buy_mtf_cross_all_tf,buy,2025-10-23 05:54:00,1273.0,11.1333,1,leg_gt,3.93,60 -32071,buy_mtf_cross_all_tf,buy,2025-10-23 05:57:00,1275.0,10.9588,1,leg_gt,3.93,60 -32072,buy_mtf_cross_all_tf,buy,2025-10-23 06:00:00,1273.0,11.1333,1,leg_gt,3.92,60 -32073,buy_mtf_cross_all_tf,buy,2025-10-23 06:03:00,1270.0,11.3961,1,leg_gt,3.92,60 -32074,buy_mtf_cross_all_tf,buy,2025-10-23 06:24:00,1260.0,12.281,1,leg_gt,3.91,60 -32075,buy_mtf_cross_all_tf,buy,2025-10-23 06:27:00,1258.0,12.4596,1,leg_gt,3.91,60 -32076,buy_mtf_cross_all_tf,buy,2025-10-23 06:30:00,1257.0,12.5492,1,leg_gt,3.9,60 -32077,buy_mtf_cross_all_tf,buy,2025-10-23 20:45:00,1285.0,10.0946,1,leg_gt,3.31,60 -32078,buy_mtf_cross_all_tf,buy,2025-10-23 20:51:00,1283.0,10.2663,1,leg_gt,3.31,60 -32079,buy_mtf_cross_all_tf,buy,2025-10-23 20:54:00,1282.0,10.3524,1,leg_gt,3.3,60 -32080,buy_mtf_cross_all_tf,buy,2025-10-23 20:57:00,1282.0,10.3524,1,leg_gt,3.3,60 -32081,buy_mtf_cross_all_tf,buy,2025-10-23 21:00:00,1282.0,10.3524,1,leg_gt,3.3,60 -32082,buy_mtf_cross_all_tf,buy,2025-10-23 21:12:00,1277.0,10.7849,1,leg_gt,3.29,60 -32083,buy_mtf_cross_all_tf,buy,2025-10-23 21:15:00,1277.0,10.7849,1,leg_gt,3.29,60 -32084,buy_mtf_cross_all_tf,buy,2025-10-23 23:21:00,1275.0,10.9588,1,leg_gt,3.2,60 -32085,buy_mtf_cross_all_tf,buy,2025-10-25 01:00:00,1299.0,8.9069,1,leg_gt,2.13,60 -32086,buy_mtf_cross_all_tf,buy,2025-10-25 01:03:00,1297.0,9.075,1,leg_gt,2.13,60 -32087,buy_mtf_cross_all_tf,buy,2025-10-25 01:36:00,1294.0,9.3281,1,leg_gt,2.11,60 -32088,buy_mtf_cross_all_tf,buy,2025-10-25 01:48:00,1293.0,9.4128,1,leg_gt,2.1,60 -32089,buy_mtf_cross_all_tf,buy,2025-10-25 12:15:00,1320.0,7.1727,1,leg_gt,1.66,60 -32090,buy_mtf_cross_all_tf,buy,2025-10-25 12:18:00,1321.0,7.0915,1,leg_gt,1.66,60 -32091,buy_mtf_cross_all_tf,buy,2025-10-25 12:27:00,1320.0,7.1727,1,leg_gt,1.66,60 -32092,buy_mtf_cross_all_tf,buy,2025-10-25 13:00:00,1317.0,7.4171,1,leg_gt,1.63,60 -32093,buy_mtf_cross_all_tf,buy,2025-10-25 13:03:00,1317.0,7.4171,1,leg_gt,1.63,60 -32094,buy_mtf_cross_all_tf,buy,2025-10-25 13:30:00,1316.0,7.4988,1,leg_gt,1.61,60 -32095,buy_mtf_cross_all_tf,buy,2025-10-25 13:33:00,1316.0,7.4988,1,leg_gt,1.61,60 -32096,buy_mtf_cross_all_tf,buy,2025-10-25 13:36:00,1315.0,7.5806,1,leg_gt,1.61,60 -32097,buy_mtf_cross_all_tf,buy,2025-10-25 13:39:00,1315.0,7.5806,1,leg_gt,1.61,60 -32098,buy_mtf_cross_all_tf,buy,2025-10-25 13:48:00,1315.0,7.5806,1,leg_gt,1.6,60 -32099,buy_mtf_cross_all_tf,buy,2025-10-25 14:03:00,1314.0,7.6626,1,leg_gt,1.59,60 -32100,buy_mtf_cross_all_tf,buy,2025-10-25 14:12:00,1313.0,7.7446,1,leg_gt,1.58,60 -32101,buy_mtf_cross_all_tf,buy,2025-10-25 14:15:00,1313.0,7.7446,1,leg_gt,1.58,60 -32102,buy_mtf_cross_all_tf,buy,2025-10-25 14:27:00,1312.0,7.8268,1,leg_gt,1.57,60 -32103,buy_mtf_cross_all_tf,buy,2025-10-25 14:30:00,1311.0,7.9092,1,leg_gt,1.57,60 -32104,buy_mtf_cross_all_tf,buy,2025-10-25 14:36:00,1310.0,7.9916,1,leg_gt,1.57,60 -32105,buy_mtf_cross_all_tf,buy,2025-10-25 15:09:00,1309.0,8.0742,1,leg_gt,1.54,60 -32106,buy_mtf_cross_all_tf,buy,2025-10-25 15:15:00,1309.0,8.0742,1,leg_gt,1.54,60 -32107,buy_mtf_cross_all_tf,buy,2025-10-25 15:18:00,1308.0,8.1569,1,leg_gt,1.54,60 -32108,buy_mtf_cross_all_tf,buy,2025-10-25 15:21:00,1308.0,8.1569,1,leg_gt,1.54,60 -32109,buy_mtf_cross_all_tf,buy,2025-10-25 15:30:00,1306.0,8.3227,1,leg_gt,1.53,60 -32110,buy_mtf_cross_all_tf,buy,2025-10-25 15:33:00,1306.0,8.3227,1,leg_gt,1.53,60 -32111,buy_mtf_cross_all_tf,buy,2025-10-25 15:39:00,1305.0,8.4057,1,leg_gt,1.52,60 -32112,buy_mtf_cross_all_tf,buy,2025-10-25 15:42:00,1305.0,8.4057,1,leg_gt,1.52,60 -32113,buy_mtf_cross_all_tf,buy,2025-10-25 16:06:00,1303.0,8.5723,1,leg_gt,1.5,60 -32114,buy_mtf_cross_all_tf,buy,2025-10-25 16:57:00,1301.0,8.7394,1,leg_gt,1.47,60 -32115,buy_mtf_cross_all_tf,buy,2025-10-28 00:00:00,1353.0,-2.1695,0,leg_gt,4.72,60 -32116,buy_mtf_cross_all_tf,buy,2025-10-28 04:51:00,1360.0,-2.6735,0,leg_gt,4.51,60 -32117,buy_mtf_cross_all_tf,buy,2025-10-28 04:54:00,1357.0,-2.4581,0,leg_gt,4.51,60 -32118,buy_mtf_cross_all_tf,buy,2025-10-28 05:00:00,1358.0,-2.53,0,leg_gt,4.51,60 -32119,buy_mtf_cross_all_tf,buy,2025-10-28 05:06:00,1355.0,-2.314,0,leg_gt,4.5,60 -32120,buy_mtf_cross_all_tf,buy,2025-10-28 05:09:00,1352.0,-2.097,0,leg_gt,4.5,60 -32121,buy_mtf_cross_all_tf,buy,2025-10-28 05:12:00,1352.0,-2.097,0,leg_gt,4.5,60 -32122,buy_mtf_cross_all_tf,buy,2025-10-28 05:15:00,1350.0,-1.9519,0,leg_gt,4.5,60 -32123,buy_mtf_cross_all_tf,buy,2025-10-28 05:18:00,1352.0,-2.097,0,leg_gt,4.5,60 -32124,buy_mtf_cross_all_tf,buy,2025-10-28 05:27:00,1348.0,-1.8062,0,leg_gt,4.49,60 -32125,buy_mtf_cross_all_tf,buy,2025-10-28 05:30:00,1348.0,-1.8062,0,leg_gt,4.49,60 -32126,buy_mtf_cross_all_tf,buy,2025-10-28 05:42:00,1346.0,-1.6602,0,leg_gt,4.48,60 -32127,buy_mtf_cross_all_tf,buy,2025-10-28 05:45:00,1344.0,-1.5137,0,leg_gt,4.48,60 -32128,buy_mtf_cross_all_tf,buy,2025-10-28 08:00:00,1339.0,-1.1456,0,leg_gt,4.38,60 -32129,buy_mtf_cross_all_tf,buy,2025-10-28 08:12:00,1337.0,-0.9975,0,leg_gt,4.38,60 -32130,buy_mtf_cross_all_tf,buy,2025-10-28 08:18:00,1336.0,-0.9234,0,leg_gt,4.37,60 -32131,buy_mtf_cross_all_tf,buy,2025-10-28 08:21:00,1335.0,-0.8491,0,leg_gt,4.37,60 -32132,buy_mtf_cross_all_tf,buy,2025-10-28 09:45:00,1332.0,-0.6255,0,leg_gt,4.31,60 -32133,buy_mtf_cross_all_tf,buy,2025-10-28 09:51:00,1331.0,-0.5508,0,leg_gt,4.31,60 -32134,buy_mtf_cross_all_tf,buy,2025-10-28 12:18:00,1327.0,-0.2507,0,leg_gt,4.2,60 -32135,buy_mtf_cross_all_tf,buy,2025-10-28 12:21:00,1328.0,-0.3259,0,leg_gt,4.2,60 -32136,buy_mtf_cross_all_tf,buy,2025-10-28 12:51:00,1325.0,-0.1,0,leg_gt,4.18,60 -32137,buy_mtf_cross_all_tf,buy,2025-10-28 15:12:00,1319.0,0.3549,1,leg_gt,4.08,60 -32138,buy_mtf_cross_all_tf,buy,2025-10-29 00:30:00,1330.0,-0.4759,0,leg_gt,3.7,60 -32139,buy_mtf_cross_all_tf,buy,2025-10-29 00:33:00,1328.0,-0.3259,0,leg_gt,3.69,60 -32140,buy_mtf_cross_all_tf,buy,2025-10-29 00:36:00,1327.0,-0.2507,0,leg_gt,3.69,60 -32141,buy_mtf_cross_all_tf,buy,2025-10-29 00:42:00,1327.0,-0.2507,0,leg_gt,3.69,60 -32142,buy_mtf_cross_all_tf,buy,2025-10-29 00:45:00,1327.0,-0.2507,0,leg_gt,3.69,60 -32143,buy_mtf_cross_all_tf,buy,2025-10-29 04:45:00,1313.0,0.8139,1,leg_gt,3.52,60 -32144,buy_mtf_cross_all_tf,buy,2025-10-29 04:48:00,1309.0,1.1223,1,leg_gt,3.52,60 -32145,buy_mtf_cross_all_tf,buy,2025-10-29 04:57:00,1303.0,1.5884,1,leg_gt,3.51,60 -32146,buy_mtf_cross_all_tf,buy,2025-10-29 05:00:00,1304.0,1.5104,1,leg_gt,3.51,60 -32147,buy_mtf_cross_all_tf,buy,2025-10-29 05:03:00,1303.0,1.5884,1,leg_gt,3.51,60 -32148,buy_mtf_cross_all_tf,buy,2025-10-29 05:06:00,1302.0,1.6665,1,leg_gt,3.5,60 -32149,buy_mtf_cross_all_tf,buy,2025-10-29 05:09:00,1299.0,1.9015,1,leg_gt,3.5,60 -32150,buy_mtf_cross_all_tf,buy,2025-10-29 05:12:00,1298.0,1.9801,1,leg_gt,3.5,60 -32151,buy_mtf_cross_all_tf,buy,2025-10-29 05:15:00,1296.0,2.1377,1,leg_gt,3.5,60 -32152,buy_mtf_cross_all_tf,buy,2025-10-29 05:18:00,1298.0,1.9801,1,leg_gt,3.5,60 -32153,buy_mtf_cross_all_tf,buy,2025-10-29 05:27:00,1292.0,2.4542,1,leg_gt,3.49,60 -32154,buy_mtf_cross_all_tf,buy,2025-10-29 05:30:00,1287.0,2.8526,1,leg_gt,3.49,60 -32155,buy_mtf_cross_all_tf,buy,2025-10-29 05:33:00,1287.0,2.8526,1,leg_gt,3.49,60 -32156,buy_mtf_cross_all_tf,buy,2025-10-29 05:36:00,1290.0,2.6132,1,leg_gt,3.48,60 -32157,buy_mtf_cross_all_tf,buy,2025-10-29 05:39:00,1288.0,2.7727,1,leg_gt,3.48,60 -32158,buy_mtf_cross_all_tf,buy,2025-10-29 06:12:00,1287.0,2.8526,1,leg_gt,3.46,60 -32159,buy_mtf_cross_all_tf,buy,2025-10-29 06:27:00,1285.0,3.0128,1,leg_gt,3.45,60 -32160,buy_mtf_cross_all_tf,buy,2025-10-29 06:30:00,1283.0,3.1736,1,leg_gt,3.45,60 -32161,buy_mtf_cross_all_tf,buy,2025-10-29 12:15:00,1290.0,2.6132,1,leg_gt,3.21,60 -32162,buy_mtf_cross_all_tf,buy,2025-10-30 01:00:00,1289.0,2.6929,1,leg_gt,2.68,60 -32163,buy_mtf_cross_all_tf,buy,2025-10-30 01:03:00,1286.0,2.9327,1,leg_gt,2.67,60 -32164,buy_mtf_cross_all_tf,buy,2025-10-30 01:06:00,1283.0,3.1736,1,leg_gt,2.67,60 -32165,buy_mtf_cross_all_tf,buy,2025-10-30 01:09:00,1283.0,3.1736,1,leg_gt,2.67,60 -32166,buy_mtf_cross_all_tf,buy,2025-10-30 01:12:00,1284.0,3.0931,1,leg_gt,2.67,60 -32167,buy_mtf_cross_all_tf,buy,2025-10-30 08:18:00,1297.0,2.0588,1,leg_gt,2.37,60 -32168,buy_mtf_cross_all_tf,buy,2025-10-30 08:27:00,1297.0,2.0588,1,leg_gt,2.36,60 -32169,buy_mtf_cross_all_tf,buy,2025-10-30 08:30:00,1294.0,2.2957,1,leg_gt,2.36,60 -32170,buy_mtf_cross_all_tf,buy,2025-10-30 08:33:00,1292.0,2.4542,1,leg_gt,2.36,60 -32171,buy_mtf_cross_all_tf,buy,2025-10-30 08:45:00,1285.0,3.0128,1,leg_gt,2.35,60 -32172,buy_mtf_cross_all_tf,buy,2025-10-30 08:51:00,1286.0,2.9327,1,leg_gt,2.35,60 -32173,buy_mtf_cross_all_tf,buy,2025-10-30 12:51:00,1286.0,2.9327,1,leg_gt,2.18,60 -32174,buy_mtf_cross_all_tf,buy,2025-10-30 18:45:00,1250.0,5.9,1,leg_gt,1.94,60 -32175,buy_mtf_cross_all_tf,buy,2025-10-30 18:48:00,1251.0,5.8153,1,leg_gt,1.93,60 -32176,buy_mtf_cross_all_tf,buy,2025-10-30 19:03:00,1250.0,5.9,1,leg_gt,1.92,60 -32177,buy_mtf_cross_all_tf,buy,2025-10-30 19:51:00,1248.0,6.0699,1,leg_gt,1.89,60 -32178,buy_mtf_cross_all_tf,buy,2025-10-30 19:57:00,1246.0,6.2403,1,leg_gt,1.89,60 -32179,buy_mtf_cross_all_tf,buy,2025-10-30 20:00:00,1247.0,6.155,1,leg_gt,1.88,60 -32180,buy_mtf_cross_all_tf,buy,2025-10-30 20:03:00,1245.0,6.3257,1,leg_gt,1.88,60 -32181,buy_mtf_cross_all_tf,buy,2025-10-30 20:12:00,1245.0,6.3257,1,leg_gt,1.88,60 -32182,buy_mtf_cross_all_tf,buy,2025-10-30 21:00:00,1245.0,6.3257,1,leg_gt,1.84,60 -32183,buy_mtf_cross_all_tf,buy,2025-10-30 21:03:00,1245.0,6.3257,1,leg_gt,1.84,60 -32184,buy_mtf_cross_all_tf,buy,2025-10-30 21:21:00,1244.0,6.4113,1,leg_gt,1.83,60 -32185,buy_mtf_cross_all_tf,buy,2025-10-30 22:30:00,1220.0,8.5066,1,leg_gt,1.78,60 -32186,buy_mtf_cross_all_tf,buy,2025-10-30 22:33:00,1218.0,8.6849,1,leg_gt,1.78,60 -32187,buy_mtf_cross_all_tf,buy,2025-10-30 22:36:00,1216.0,8.8638,1,leg_gt,1.78,60 -32188,buy_mtf_cross_all_tf,buy,2025-10-30 22:45:00,1211.0,9.3137,1,leg_gt,1.77,60 -32189,buy_mtf_cross_all_tf,buy,2025-10-30 23:00:00,1209.0,9.4947,1,leg_gt,1.76,60 -32190,buy_mtf_cross_all_tf,buy,2025-10-30 23:03:00,1209.0,9.4947,1,leg_gt,1.76,60 -32191,buy_mtf_cross_all_tf,buy,2025-10-31 00:15:00,1205.0,9.8585,1,leg_gt,1.71,60 -32192,buy_mtf_cross_all_tf,buy,2025-10-31 00:42:00,1195.0,10.7787,1,leg_gt,1.69,60 -32193,buy_mtf_cross_all_tf,buy,2025-10-31 00:45:00,1198.0,10.501,1,leg_gt,1.69,60 -32194,buy_mtf_cross_all_tf,buy,2025-10-31 00:48:00,1194.0,10.8715,1,leg_gt,1.68,60 -32195,buy_mtf_cross_all_tf,buy,2025-10-31 00:54:00,1196.0,10.686,1,leg_gt,1.68,60 -32196,buy_mtf_cross_all_tf,buy,2025-10-31 00:57:00,1195.0,10.7787,1,leg_gt,1.68,60 -32197,buy_mtf_cross_all_tf,buy,2025-10-31 01:00:00,1195.0,10.7787,1,leg_gt,1.68,60 -32198,buy_mtf_cross_all_tf,buy,2025-10-31 01:03:00,1191.0,11.151,1,leg_gt,1.67,60 -32199,buy_mtf_cross_all_tf,buy,2025-10-31 01:51:00,1191.0,11.151,1,leg_gt,1.64,60 -32200,buy_mtf_cross_all_tf,buy,2025-10-31 01:54:00,1191.0,11.151,1,leg_gt,1.64,60 -32201,buy_mtf_cross_all_tf,buy,2025-10-31 01:57:00,1192.0,11.0577,1,leg_gt,1.64,60 -32202,buy_mtf_cross_all_tf,buy,2025-10-31 02:15:00,1184.0,11.8088,1,leg_gt,1.62,60 -32203,buy_mtf_cross_all_tf,buy,2025-10-31 02:18:00,1181.0,12.0931,1,leg_gt,1.62,60 -32204,buy_mtf_cross_all_tf,buy,2025-10-31 02:27:00,1181.0,12.0931,1,leg_gt,1.61,60 -32205,buy_mtf_cross_all_tf,buy,2025-10-31 02:30:00,1177.0,12.4743,1,leg_gt,1.61,60 -32206,buy_mtf_cross_all_tf,buy,2025-10-31 02:33:00,1176.0,12.5701,1,leg_gt,1.61,60 -32207,buy_mtf_cross_all_tf,buy,2025-10-31 02:42:00,1176.0,12.5701,1,leg_gt,1.6,60 -32208,buy_mtf_cross_all_tf,buy,2025-10-31 03:45:00,1173.0,12.8582,1,leg_gt,1.56,60 -32209,buy_mtf_cross_all_tf,buy,2025-10-31 16:06:00,1204.0,9.9498,1,leg_gt,1.05,60 -32210,buy_mtf_cross_all_tf,buy,2025-10-31 16:09:00,1203.0,10.0413,1,leg_gt,1.04,60 -32211,buy_mtf_cross_all_tf,buy,2025-10-31 16:36:00,1202.0,10.1329,1,leg_gt,1.02,60 -32212,buy_mtf_cross_all_tf,buy,2025-10-31 17:00:00,1196.0,10.686,1,leg_gt,1.01,60 -32213,buy_mtf_cross_all_tf,buy,2025-10-31 17:15:00,1193.0,10.9645,1,leg_gt,1.0,60 -32214,buy_mtf_cross_all_tf,buy,2025-11-01 01:30:00,1199.0,10.4088,1,leg_gt,0.65,60 -32215,buy_mtf_cross_all_tf,buy,2025-11-01 01:36:00,1199.0,10.4088,1,leg_gt,0.65,60 -32216,buy_mtf_cross_all_tf,buy,2025-11-01 02:06:00,1185.0,11.7143,1,leg_gt,0.63,60 -32217,buy_mtf_cross_all_tf,buy,2025-11-01 02:09:00,1185.0,11.7143,1,leg_gt,0.63,60 -32218,buy_mtf_cross_all_tf,buy,2025-11-01 02:12:00,1182.0,11.9981,1,leg_gt,0.62,60 -32219,buy_mtf_cross_all_tf,buy,2025-11-01 02:15:00,1183.0,11.9034,1,leg_gt,0.62,60 -32220,buy_mtf_cross_all_tf,buy,2025-11-01 02:21:00,1179.0,12.2834,1,leg_gt,0.62,60 -32221,buy_mtf_cross_all_tf,buy,2025-11-01 02:24:00,1178.0,12.3788,1,leg_gt,0.62,60 -32222,buy_mtf_cross_all_tf,buy,2025-11-01 02:27:00,1179.0,12.2834,1,leg_gt,0.61,60 -32223,buy_mtf_cross_all_tf,buy,2025-11-01 02:30:00,1178.0,12.3788,1,leg_gt,0.61,60 -32224,buy_mtf_cross_all_tf,buy,2025-11-01 09:15:00,1193.0,10.9645,1,leg_gt,0.33,60 -32225,buy_mtf_cross_all_tf,buy,2025-11-01 09:21:00,1193.0,10.9645,1,leg_gt,0.33,60 -32226,buy_mtf_cross_all_tf,buy,2025-11-01 09:24:00,1192.0,11.0577,1,leg_gt,0.32,60 -32227,buy_mtf_cross_all_tf,buy,2025-11-01 09:27:00,1191.0,11.151,1,leg_gt,0.32,60 -32228,buy_mtf_cross_all_tf,buy,2025-11-01 09:33:00,1190.0,11.2445,1,leg_gt,0.32,60 -32229,buy_mtf_cross_all_tf,buy,2025-11-03 00:00:00,1234.0,-9.9865,0,leg_gt,3.33,60 -32230,buy_mtf_cross_all_tf,buy,2025-11-03 01:18:00,1236.0,-10.1324,0,leg_gt,3.28,60 -32231,buy_mtf_cross_all_tf,buy,2025-11-03 04:15:00,1231.0,-9.7669,0,leg_gt,3.15,60 -32232,buy_mtf_cross_all_tf,buy,2025-11-03 04:18:00,1230.0,-9.6935,0,leg_gt,3.15,60 -32233,buy_mtf_cross_all_tf,buy,2025-11-03 04:27:00,1228.0,-9.5463,0,leg_gt,3.15,60 -32234,buy_mtf_cross_all_tf,buy,2025-11-03 04:30:00,1227.0,-9.4725,0,leg_gt,3.14,60 -32235,buy_mtf_cross_all_tf,buy,2025-11-03 09:51:00,1235.0,-10.0595,0,leg_gt,2.92,60 -32236,buy_mtf_cross_all_tf,buy,2025-11-03 09:54:00,1233.0,-9.9135,0,leg_gt,2.92,60 -32237,buy_mtf_cross_all_tf,buy,2025-11-03 10:06:00,1227.0,-9.4725,0,leg_gt,2.91,60 -32238,buy_mtf_cross_all_tf,buy,2025-11-03 10:09:00,1229.0,-9.6199,0,leg_gt,2.91,60 -32239,buy_mtf_cross_all_tf,buy,2025-11-03 10:27:00,1228.0,-9.5463,0,leg_gt,2.9,60 -32240,buy_mtf_cross_all_tf,buy,2025-11-03 10:36:00,1225.0,-9.3245,0,leg_gt,2.89,60 -32241,buy_mtf_cross_all_tf,buy,2025-11-03 10:39:00,1226.0,-9.3985,0,leg_gt,2.89,60 -32242,buy_mtf_cross_all_tf,buy,2025-11-03 10:42:00,1224.0,-9.2503,0,leg_gt,2.89,60 -32243,buy_mtf_cross_all_tf,buy,2025-11-03 10:45:00,1225.0,-9.3245,0,leg_gt,2.88,60 -32244,buy_mtf_cross_all_tf,buy,2025-11-03 10:48:00,1224.0,-9.2503,0,leg_gt,2.88,60 -32245,buy_mtf_cross_all_tf,buy,2025-11-03 10:57:00,1220.0,-8.9525,0,leg_gt,2.88,60 -32246,buy_mtf_cross_all_tf,buy,2025-11-03 11:00:00,1222.0,-9.1016,0,leg_gt,2.87,60 -32247,buy_mtf_cross_all_tf,buy,2025-11-03 11:03:00,1222.0,-9.1016,0,leg_gt,2.87,60 -32248,buy_mtf_cross_all_tf,buy,2025-11-03 11:06:00,1218.0,-8.8028,0,leg_gt,2.87,60 -32249,buy_mtf_cross_all_tf,buy,2025-11-03 11:09:00,1217.0,-8.7278,0,leg_gt,2.87,60 -32250,buy_mtf_cross_all_tf,buy,2025-11-03 11:12:00,1215.0,-8.5774,0,leg_gt,2.86,60 -32251,buy_mtf_cross_all_tf,buy,2025-11-03 11:24:00,1216.0,-8.6526,0,leg_gt,2.86,60 -32252,buy_mtf_cross_all_tf,buy,2025-11-03 11:27:00,1215.0,-8.5774,0,leg_gt,2.85,60 -32253,buy_mtf_cross_all_tf,buy,2025-11-03 11:36:00,1213.0,-8.4265,0,leg_gt,2.85,60 -32254,buy_mtf_cross_all_tf,buy,2025-11-03 11:39:00,1211.0,-8.2751,0,leg_gt,2.85,60 -32255,buy_mtf_cross_all_tf,buy,2025-11-03 11:42:00,1211.0,-8.2751,0,leg_gt,2.84,60 -32256,buy_mtf_cross_all_tf,buy,2025-11-03 11:45:00,1210.0,-8.1992,0,leg_gt,2.84,60 -32257,buy_mtf_cross_all_tf,buy,2025-11-03 11:51:00,1211.0,-8.2751,0,leg_gt,2.84,60 -32258,buy_mtf_cross_all_tf,buy,2025-11-03 12:21:00,1201.0,-7.5105,0,leg_gt,2.82,60 -32259,buy_mtf_cross_all_tf,buy,2025-11-03 12:27:00,1199.0,-7.356,0,leg_gt,2.81,60 -32260,buy_mtf_cross_all_tf,buy,2025-11-03 12:30:00,1196.0,-7.1234,0,leg_gt,2.81,60 -32261,buy_mtf_cross_all_tf,buy,2025-11-03 12:42:00,1186.0,-6.3395,0,leg_gt,2.8,60 -32262,buy_mtf_cross_all_tf,buy,2025-11-03 12:45:00,1186.0,-6.3395,0,leg_gt,2.8,60 -32263,buy_mtf_cross_all_tf,buy,2025-11-03 12:48:00,1184.0,-6.1811,0,leg_gt,2.8,60 -32264,buy_mtf_cross_all_tf,buy,2025-11-03 12:51:00,1182.0,-6.0222,0,leg_gt,2.8,60 -32265,buy_mtf_cross_all_tf,buy,2025-11-03 12:54:00,1179.0,-5.7828,0,leg_gt,2.79,60 -32266,buy_mtf_cross_all_tf,buy,2025-11-03 12:57:00,1178.0,-5.7027,0,leg_gt,2.79,60 -32267,buy_mtf_cross_all_tf,buy,2025-11-03 13:00:00,1179.0,-5.7828,0,leg_gt,2.79,60 -32268,buy_mtf_cross_all_tf,buy,2025-11-03 13:03:00,1176.0,-5.5422,0,leg_gt,2.79,60 -32269,buy_mtf_cross_all_tf,buy,2025-11-03 13:06:00,1175.0,-5.4617,0,leg_gt,2.79,60 -32270,buy_mtf_cross_all_tf,buy,2025-11-03 13:09:00,1173.0,-5.3003,0,leg_gt,2.78,60 -32271,buy_mtf_cross_all_tf,buy,2025-11-03 13:12:00,1176.0,-5.5422,0,leg_gt,2.78,60 -32272,buy_mtf_cross_all_tf,buy,2025-11-03 13:15:00,1176.0,-5.5422,0,leg_gt,2.78,60 -32273,buy_mtf_cross_all_tf,buy,2025-11-03 13:18:00,1175.0,-5.4617,0,leg_gt,2.78,60 -32274,buy_mtf_cross_all_tf,buy,2025-11-03 13:21:00,1171.0,-5.1384,0,leg_gt,2.78,60 -32275,buy_mtf_cross_all_tf,buy,2025-11-03 15:51:00,1173.0,-5.3003,0,leg_gt,2.67,60 -32276,buy_mtf_cross_all_tf,buy,2025-11-03 17:21:00,1173.0,-5.3003,0,leg_gt,2.61,60 -32277,buy_mtf_cross_all_tf,buy,2025-11-03 17:24:00,1171.0,-5.1384,0,leg_gt,2.61,60 -32278,buy_mtf_cross_all_tf,buy,2025-11-03 17:27:00,1170.0,-5.0573,0,leg_gt,2.6,60 -32279,buy_mtf_cross_all_tf,buy,2025-11-03 17:30:00,1169.0,-4.976,0,leg_gt,2.6,60 -32280,buy_mtf_cross_all_tf,buy,2025-11-03 17:33:00,1170.0,-5.0573,0,leg_gt,2.6,60 -32281,buy_mtf_cross_all_tf,buy,2025-11-03 17:36:00,1171.0,-5.1384,0,leg_gt,2.6,60 -32282,buy_mtf_cross_all_tf,buy,2025-11-03 17:39:00,1168.0,-4.8945,0,leg_gt,2.6,60 -32283,buy_mtf_cross_all_tf,buy,2025-11-03 17:45:00,1169.0,-4.976,0,leg_gt,2.59,60 -32284,buy_mtf_cross_all_tf,buy,2025-11-03 17:48:00,1169.0,-4.976,0,leg_gt,2.59,60 -32285,buy_mtf_cross_all_tf,buy,2025-11-03 22:21:00,1165.0,-4.6494,0,leg_gt,2.4,60 -32286,buy_mtf_cross_all_tf,buy,2025-11-03 22:24:00,1165.0,-4.6494,0,leg_gt,2.4,60 -32287,buy_mtf_cross_all_tf,buy,2025-11-04 00:21:00,1163.0,-4.4852,0,leg_gt,2.32,60 -32288,buy_mtf_cross_all_tf,buy,2025-11-04 00:42:00,1119.0,-0.7256,0,leg_gt,2.3,60 -32289,buy_mtf_cross_all_tf,buy,2025-11-04 00:57:00,1100.0,0.9909,1,leg_gt,2.29,60 -32290,buy_mtf_cross_all_tf,buy,2025-11-04 01:00:00,1100.0,0.9909,1,leg_gt,2.29,60 -32291,buy_mtf_cross_all_tf,buy,2025-11-04 01:03:00,1092.0,1.7315,1,leg_gt,2.29,60 -32292,buy_mtf_cross_all_tf,buy,2025-11-04 01:06:00,1096.0,1.3599,1,leg_gt,2.29,60 -32293,buy_mtf_cross_all_tf,buy,2025-11-04 01:09:00,1090.0,1.9183,1,leg_gt,2.28,60 -32294,buy_mtf_cross_all_tf,buy,2025-11-04 05:03:00,1094.0,1.5453,1,leg_gt,2.12,60 -32295,buy_mtf_cross_all_tf,buy,2025-11-04 05:15:00,1086.0,2.2941,1,leg_gt,2.11,60 -32296,buy_mtf_cross_all_tf,buy,2025-11-04 05:18:00,1084.0,2.483,1,leg_gt,2.11,60 -32297,buy_mtf_cross_all_tf,buy,2025-11-04 05:21:00,1085.0,2.3885,1,leg_gt,2.11,60 -32298,buy_mtf_cross_all_tf,buy,2025-11-04 05:24:00,1083.0,2.5777,1,leg_gt,2.11,60 -32299,buy_mtf_cross_all_tf,buy,2025-11-04 05:30:00,1082.0,2.6726,1,leg_gt,2.1,60 -32300,buy_mtf_cross_all_tf,buy,2025-11-04 05:33:00,1081.0,2.7677,1,leg_gt,2.1,60 -32301,buy_mtf_cross_all_tf,buy,2025-11-04 05:36:00,1080.0,2.863,1,leg_gt,2.1,60 -32302,buy_mtf_cross_all_tf,buy,2025-11-04 06:00:00,1075.0,3.3419,1,leg_gt,2.08,60 -32303,buy_mtf_cross_all_tf,buy,2025-11-04 14:42:00,1066.0,4.2152,1,leg_gt,1.72,60 -32304,buy_mtf_cross_all_tf,buy,2025-11-04 14:45:00,1063.0,4.5096,1,leg_gt,1.72,60 -32305,buy_mtf_cross_all_tf,buy,2025-11-04 14:48:00,1063.0,4.5096,1,leg_gt,1.71,60 -32306,buy_mtf_cross_all_tf,buy,2025-11-04 15:00:00,1048.0,6.0069,1,leg_gt,1.71,60 -32307,buy_mtf_cross_all_tf,buy,2025-11-04 15:03:00,1053.0,5.503,1,leg_gt,1.7,60 -32308,buy_mtf_cross_all_tf,buy,2025-11-04 16:21:00,1049.0,5.9057,1,leg_gt,1.65,60 -32309,buy_mtf_cross_all_tf,buy,2025-11-04 16:24:00,1047.0,6.1082,1,leg_gt,1.65,60 -32310,buy_mtf_cross_all_tf,buy,2025-11-04 16:27:00,1049.0,5.9057,1,leg_gt,1.65,60 -32311,buy_mtf_cross_all_tf,buy,2025-11-04 16:33:00,1043.0,6.5155,1,leg_gt,1.64,60 -32312,buy_mtf_cross_all_tf,buy,2025-11-04 16:36:00,1042.0,6.6179,1,leg_gt,1.64,60 -32313,buy_mtf_cross_all_tf,buy,2025-11-04 16:39:00,1046.0,6.2098,1,leg_gt,1.64,60 -32314,buy_mtf_cross_all_tf,buy,2025-11-04 16:51:00,1041.0,6.7204,1,leg_gt,1.63,60 -32315,buy_mtf_cross_all_tf,buy,2025-11-04 17:15:00,1039.0,6.926,1,leg_gt,1.61,60 -32316,buy_mtf_cross_all_tf,buy,2025-11-04 17:21:00,1038.0,7.0291,1,leg_gt,1.61,60 -32317,buy_mtf_cross_all_tf,buy,2025-11-04 22:21:00,1051.0,5.704,1,leg_gt,1.4,60 -32318,buy_mtf_cross_all_tf,buy,2025-11-04 22:51:00,1046.0,6.2098,1,leg_gt,1.38,60 -32319,buy_mtf_cross_all_tf,buy,2025-11-04 23:00:00,1045.0,6.3115,1,leg_gt,1.37,60 -32320,buy_mtf_cross_all_tf,buy,2025-11-04 23:06:00,1041.0,6.7204,1,leg_gt,1.37,60 -32321,buy_mtf_cross_all_tf,buy,2025-11-04 23:12:00,1041.0,6.7204,1,leg_gt,1.36,60 -32322,buy_mtf_cross_all_tf,buy,2025-11-04 23:15:00,1040.0,6.8231,1,leg_gt,1.36,60 -32323,buy_mtf_cross_all_tf,buy,2025-11-04 23:21:00,1041.0,6.7204,1,leg_gt,1.36,60 -32324,buy_mtf_cross_all_tf,buy,2025-11-04 23:24:00,1040.0,6.8231,1,leg_gt,1.36,60 -32325,buy_mtf_cross_all_tf,buy,2025-11-04 23:27:00,1040.0,6.8231,1,leg_gt,1.35,60 -32326,buy_mtf_cross_all_tf,buy,2025-11-05 03:30:00,1031.0,7.7565,1,leg_gt,1.19,60 -32327,buy_mtf_cross_all_tf,buy,2025-11-05 03:39:00,1023.0,8.5999,1,leg_gt,1.18,60 -32328,buy_mtf_cross_all_tf,buy,2025-11-05 03:42:00,1027.0,8.1765,1,leg_gt,1.18,60 -32329,buy_mtf_cross_all_tf,buy,2025-11-05 04:51:00,1029.0,7.9661,1,leg_gt,1.13,60 -32330,buy_mtf_cross_all_tf,buy,2025-11-05 04:54:00,1027.0,8.1765,1,leg_gt,1.13,60 -32331,buy_mtf_cross_all_tf,buy,2025-11-05 05:12:00,1017.0,9.2412,1,leg_gt,1.11,60 -32332,buy_mtf_cross_all_tf,buy,2025-11-05 05:15:00,1016.0,9.3488,1,leg_gt,1.11,60 -32333,buy_mtf_cross_all_tf,buy,2025-11-05 06:42:00,993.0,11.8839,1,leg_gt,1.05,60 -32334,buy_mtf_cross_all_tf,buy,2025-11-05 06:45:00,995.0,11.6588,1,leg_gt,1.05,60 -32335,buy_mtf_cross_all_tf,buy,2025-11-05 10:33:00,1007.0,10.327,1,leg_gt,0.89,60 -32336,buy_mtf_cross_all_tf,buy,2025-11-05 10:36:00,1002.0,10.878,1,leg_gt,0.89,60 -32337,buy_mtf_cross_all_tf,buy,2025-11-05 10:39:00,999.0,11.2113,1,leg_gt,0.89,60 -32338,buy_mtf_cross_all_tf,buy,2025-11-05 10:42:00,1002.0,10.878,1,leg_gt,0.89,60 -32339,buy_mtf_cross_all_tf,buy,2025-11-05 10:45:00,999.0,11.2113,1,leg_gt,0.88,60 -32340,buy_mtf_cross_all_tf,buy,2025-11-06 14:36:00,1074.0,6.1384,1,leg_gt,1.1,60 -32341,buy_mtf_cross_all_tf,buy,2025-11-06 14:39:00,1069.0,6.6353,1,leg_gt,1.1,60 -32342,buy_mtf_cross_all_tf,buy,2025-11-06 14:45:00,1070.0,6.5355,1,leg_gt,1.09,60 -32343,buy_mtf_cross_all_tf,buy,2025-11-06 14:48:00,1069.0,6.6353,1,leg_gt,1.09,60 -32344,buy_mtf_cross_all_tf,buy,2025-11-06 14:51:00,1069.0,6.6353,1,leg_gt,1.09,60 -32345,buy_mtf_cross_all_tf,buy,2025-11-06 14:54:00,1068.0,6.7352,1,leg_gt,1.09,60 -32346,buy_mtf_cross_all_tf,buy,2025-11-06 19:15:00,1067.0,6.8353,1,leg_gt,0.9,60 -32347,buy_mtf_cross_all_tf,buy,2025-11-06 21:33:00,1068.0,6.7352,1,leg_gt,0.81,60 -32348,buy_mtf_cross_all_tf,buy,2025-11-06 21:36:00,1067.0,6.8353,1,leg_gt,0.81,60 -32349,buy_mtf_cross_all_tf,buy,2025-11-06 21:39:00,1067.0,6.8353,1,leg_gt,0.8,60 -32350,buy_mtf_cross_all_tf,buy,2025-11-06 21:51:00,1064.0,7.1368,1,leg_gt,0.8,60 -32351,buy_mtf_cross_all_tf,buy,2025-11-06 21:54:00,1064.0,7.1368,1,leg_gt,0.79,60 -32352,buy_mtf_cross_all_tf,buy,2025-11-06 21:57:00,1063.0,7.2377,1,leg_gt,0.79,60 -32353,buy_mtf_cross_all_tf,buy,2025-11-07 00:57:00,1050.0,8.5667,1,leg_gt,0.67,60 -32354,buy_mtf_cross_all_tf,buy,2025-11-07 01:00:00,1049.0,8.6703,1,leg_gt,0.66,60 -32355,buy_mtf_cross_all_tf,buy,2025-11-07 01:30:00,1045.0,9.0866,1,leg_gt,0.64,60 -32356,buy_mtf_cross_all_tf,buy,2025-11-07 01:33:00,1044.0,9.1912,1,leg_gt,0.64,60 -32357,buy_mtf_cross_all_tf,buy,2025-11-12 03:18:00,1185.0,-10.9861,0,leg_gt,8.79,60 -32358,buy_mtf_cross_all_tf,buy,2025-11-12 03:21:00,1184.0,-10.9108,0,leg_gt,8.79,60 -32359,buy_mtf_cross_all_tf,buy,2025-11-12 03:30:00,1183.0,-10.8354,0,leg_gt,8.78,60 -32360,buy_mtf_cross_all_tf,buy,2025-11-12 03:45:00,1178.0,-10.4565,0,leg_gt,8.77,60 -32361,buy_mtf_cross_all_tf,buy,2025-11-12 04:00:00,1180.0,-10.6085,0,leg_gt,8.76,60 -32362,buy_mtf_cross_all_tf,buy,2025-11-12 04:45:00,1175.0,-10.2277,0,leg_gt,8.73,60 -32363,buy_mtf_cross_all_tf,buy,2025-11-12 04:48:00,1174.0,-10.1511,0,leg_gt,8.73,60 -32364,buy_mtf_cross_all_tf,buy,2025-11-12 04:57:00,1172.0,-9.9976,0,leg_gt,8.72,60 -32365,buy_mtf_cross_all_tf,buy,2025-11-12 05:00:00,1171.0,-9.9207,0,leg_gt,8.72,60 -32366,buy_mtf_cross_all_tf,buy,2025-11-12 05:03:00,1172.0,-9.9976,0,leg_gt,8.72,60 -32367,buy_mtf_cross_all_tf,buy,2025-11-12 05:06:00,1171.0,-9.9207,0,leg_gt,8.71,60 -32368,buy_mtf_cross_all_tf,buy,2025-11-12 05:12:00,1171.0,-9.9207,0,leg_gt,8.71,60 -32369,buy_mtf_cross_all_tf,buy,2025-11-12 05:15:00,1170.0,-9.8436,0,leg_gt,8.71,60 -32370,buy_mtf_cross_all_tf,buy,2025-11-12 05:18:00,1168.0,-9.689,0,leg_gt,8.71,60 -32371,buy_mtf_cross_all_tf,buy,2025-11-12 05:30:00,1169.0,-9.7664,0,leg_gt,8.7,60 -32372,buy_mtf_cross_all_tf,buy,2025-11-12 05:45:00,1161.0,-9.1439,0,leg_gt,8.69,60 -32373,buy_mtf_cross_all_tf,buy,2025-11-12 05:48:00,1161.0,-9.1439,0,leg_gt,8.69,60 -32374,buy_mtf_cross_all_tf,buy,2025-11-12 05:51:00,1161.0,-9.1439,0,leg_gt,8.68,60 -32375,buy_mtf_cross_all_tf,buy,2025-11-12 05:54:00,1161.0,-9.1439,0,leg_gt,8.68,60 -32376,buy_mtf_cross_all_tf,buy,2025-11-12 05:57:00,1161.0,-9.1439,0,leg_gt,8.68,60 -32377,buy_mtf_cross_all_tf,buy,2025-11-12 06:42:00,1158.0,-8.9083,0,leg_gt,8.65,60 -32378,buy_mtf_cross_all_tf,buy,2025-11-12 06:45:00,1158.0,-8.9083,0,leg_gt,8.65,60 -32379,buy_mtf_cross_all_tf,buy,2025-11-12 06:48:00,1158.0,-8.9083,0,leg_gt,8.64,60 -32380,buy_mtf_cross_all_tf,buy,2025-11-12 06:54:00,1156.0,-8.7505,0,leg_gt,8.64,60 -32381,buy_mtf_cross_all_tf,buy,2025-11-12 07:00:00,1156.0,-8.7505,0,leg_gt,8.64,60 -32382,buy_mtf_cross_all_tf,buy,2025-11-12 09:00:00,1154.0,-8.5922,0,leg_gt,8.55,60 -32383,buy_mtf_cross_all_tf,buy,2025-11-12 09:12:00,1151.0,-8.3537,0,leg_gt,8.54,60 -32384,buy_mtf_cross_all_tf,buy,2025-11-12 09:15:00,1153.0,-8.5128,0,leg_gt,8.54,60 -32385,buy_mtf_cross_all_tf,buy,2025-11-13 00:00:00,1184.0,-10.9108,0,leg_gt,7.93,60 -32386,buy_mtf_cross_all_tf,buy,2025-11-13 00:03:00,1180.0,-10.6085,0,leg_gt,7.92,60 -32387,buy_mtf_cross_all_tf,buy,2025-11-13 00:15:00,1182.0,-10.7599,0,leg_gt,7.92,60 -32388,buy_mtf_cross_all_tf,buy,2025-11-13 00:18:00,1183.0,-10.8354,0,leg_gt,7.91,60 -32389,buy_mtf_cross_all_tf,buy,2025-11-13 00:21:00,1180.0,-10.6085,0,leg_gt,7.91,60 -32390,buy_mtf_cross_all_tf,buy,2025-11-13 00:30:00,1177.0,-10.3804,0,leg_gt,7.91,60 -32391,buy_mtf_cross_all_tf,buy,2025-11-13 00:42:00,1173.0,-10.0744,0,leg_gt,7.9,60 -32392,buy_mtf_cross_all_tf,buy,2025-11-13 00:45:00,1172.0,-9.9976,0,leg_gt,7.9,60 -32393,buy_mtf_cross_all_tf,buy,2025-11-13 00:51:00,1167.0,-9.6116,0,leg_gt,7.89,60 -32394,buy_mtf_cross_all_tf,buy,2025-11-13 01:06:00,1153.0,-8.5128,0,leg_gt,7.88,60 -32395,buy_mtf_cross_all_tf,buy,2025-11-13 01:21:00,1140.0,-7.4684,0,leg_gt,7.87,60 -32396,buy_mtf_cross_all_tf,buy,2025-11-13 01:24:00,1135.0,-7.0604,0,leg_gt,7.87,60 -32397,buy_mtf_cross_all_tf,buy,2025-11-13 01:27:00,1131.0,-6.7313,0,leg_gt,7.87,60 -32398,buy_mtf_cross_all_tf,buy,2025-11-13 01:30:00,1135.0,-7.0604,0,leg_gt,7.86,60 -32399,buy_mtf_cross_all_tf,buy,2025-11-13 02:15:00,1127.0,-6.3999,0,leg_gt,7.83,60 -32400,buy_mtf_cross_all_tf,buy,2025-11-13 02:21:00,1127.0,-6.3999,0,leg_gt,7.83,60 -32401,buy_mtf_cross_all_tf,buy,2025-11-13 02:24:00,1122.0,-5.9824,0,leg_gt,7.83,60 -32402,buy_mtf_cross_all_tf,buy,2025-11-14 01:30:00,1160.0,-9.0655,0,leg_gt,6.86,60 -32403,buy_mtf_cross_all_tf,buy,2025-11-14 01:33:00,1159.0,-8.987,0,leg_gt,6.86,60 -32404,buy_mtf_cross_all_tf,buy,2025-11-14 01:42:00,1156.0,-8.7505,0,leg_gt,6.86,60 -32405,buy_mtf_cross_all_tf,buy,2025-11-14 01:45:00,1158.0,-8.9083,0,leg_gt,6.85,60 -32406,buy_mtf_cross_all_tf,buy,2025-11-14 01:48:00,1157.0,-8.8295,0,leg_gt,6.85,60 -32407,buy_mtf_cross_all_tf,buy,2025-11-14 01:51:00,1157.0,-8.8295,0,leg_gt,6.85,60 -32408,buy_mtf_cross_all_tf,buy,2025-11-14 02:00:00,1147.0,-8.0337,0,leg_gt,6.84,60 -32409,buy_mtf_cross_all_tf,buy,2025-11-14 02:09:00,1144.0,-7.7923,0,leg_gt,6.84,60 -32410,buy_mtf_cross_all_tf,buy,2025-11-14 02:15:00,1140.0,-7.4684,0,leg_gt,6.83,60 -32411,buy_mtf_cross_all_tf,buy,2025-11-14 02:18:00,1142.0,-7.6306,0,leg_gt,6.83,60 -32412,buy_mtf_cross_all_tf,buy,2025-11-14 02:21:00,1139.0,-7.3871,0,leg_gt,6.83,60 -32413,buy_mtf_cross_all_tf,buy,2025-11-14 02:24:00,1141.0,-7.5496,0,leg_gt,6.83,60 -32414,buy_mtf_cross_all_tf,buy,2025-11-14 02:48:00,1126.0,-6.3167,0,leg_gt,6.81,60 -32415,buy_mtf_cross_all_tf,buy,2025-11-14 02:54:00,1121.0,-5.8984,0,leg_gt,6.81,60 -32416,buy_mtf_cross_all_tf,buy,2025-11-14 03:00:00,1118.0,-5.6456,0,leg_gt,6.8,60 -32417,buy_mtf_cross_all_tf,buy,2025-11-14 03:03:00,1121.0,-5.8984,0,leg_gt,6.8,60 -32418,buy_mtf_cross_all_tf,buy,2025-11-14 03:06:00,1117.0,-5.5611,0,leg_gt,6.8,60 -32419,buy_mtf_cross_all_tf,buy,2025-11-14 03:09:00,1117.0,-5.5611,0,leg_gt,6.8,60 -32420,buy_mtf_cross_all_tf,buy,2025-11-14 03:12:00,1114.0,-5.3065,0,leg_gt,6.79,60 -32421,buy_mtf_cross_all_tf,buy,2025-11-14 03:15:00,1116.0,-5.4763,0,leg_gt,6.79,60 -32422,buy_mtf_cross_all_tf,buy,2025-11-14 03:18:00,1113.0,-5.2213,0,leg_gt,6.79,60 -32423,buy_mtf_cross_all_tf,buy,2025-11-14 06:33:00,1104.0,-4.4478,0,leg_gt,6.65,60 -32424,buy_mtf_cross_all_tf,buy,2025-11-14 06:36:00,1102.0,-4.2742,0,leg_gt,6.65,60 -32425,buy_mtf_cross_all_tf,buy,2025-11-14 06:39:00,1102.0,-4.2742,0,leg_gt,6.65,60 -32426,buy_mtf_cross_all_tf,buy,2025-11-14 06:42:00,1103.0,-4.3611,0,leg_gt,6.65,60 -32427,buy_mtf_cross_all_tf,buy,2025-11-14 12:21:00,1112.0,-5.136,0,leg_gt,6.41,60 -32428,buy_mtf_cross_all_tf,buy,2025-11-14 12:24:00,1111.0,-5.0505,0,leg_gt,6.41,60 -32429,buy_mtf_cross_all_tf,buy,2025-11-14 12:27:00,1111.0,-5.0505,0,leg_gt,6.41,60 -32430,buy_mtf_cross_all_tf,buy,2025-11-14 12:33:00,1111.0,-5.0505,0,leg_gt,6.4,60 -32431,buy_mtf_cross_all_tf,buy,2025-11-14 12:42:00,1107.0,-4.707,0,leg_gt,6.4,60 -32432,buy_mtf_cross_all_tf,buy,2025-11-14 12:45:00,1108.0,-4.7931,0,leg_gt,6.4,60 -32433,buy_mtf_cross_all_tf,buy,2025-11-14 12:48:00,1108.0,-4.7931,0,leg_gt,6.39,60 -32434,buy_mtf_cross_all_tf,buy,2025-11-14 12:51:00,1106.0,-4.6208,0,leg_gt,6.39,60 -32435,buy_mtf_cross_all_tf,buy,2025-11-14 12:54:00,1106.0,-4.6208,0,leg_gt,6.39,60 -32436,buy_mtf_cross_all_tf,buy,2025-11-14 12:57:00,1107.0,-4.707,0,leg_gt,6.39,60 -32437,buy_mtf_cross_all_tf,buy,2025-11-14 13:09:00,1103.0,-4.3611,0,leg_gt,6.38,60 -32438,buy_mtf_cross_all_tf,buy,2025-11-14 13:12:00,1105.0,-4.5344,0,leg_gt,6.38,60 -32439,buy_mtf_cross_all_tf,buy,2025-11-14 13:18:00,1104.0,-4.4478,0,leg_gt,6.37,60 -32440,buy_mtf_cross_all_tf,buy,2025-11-14 13:21:00,1102.0,-4.2742,0,leg_gt,6.37,60 -32441,buy_mtf_cross_all_tf,buy,2025-11-14 13:24:00,1101.0,-4.1872,0,leg_gt,6.37,60 -32442,buy_mtf_cross_all_tf,buy,2025-11-14 13:45:00,1085.0,-2.7728,0,leg_gt,6.35,60 -32443,buy_mtf_cross_all_tf,buy,2025-11-14 13:48:00,1088.0,-3.0412,0,leg_gt,6.35,60 -32444,buy_mtf_cross_all_tf,buy,2025-11-14 19:00:00,1097.0,-3.8375,0,leg_gt,6.14,60 -32445,buy_mtf_cross_all_tf,buy,2025-11-14 20:06:00,1096.0,-3.7496,0,leg_gt,6.09,60 -32446,buy_mtf_cross_all_tf,buy,2025-11-14 20:30:00,1090.0,-3.2193,0,leg_gt,6.07,60 -32447,buy_mtf_cross_all_tf,buy,2025-11-14 20:33:00,1088.0,-3.0412,0,leg_gt,6.07,60 -32448,buy_mtf_cross_all_tf,buy,2025-11-14 20:36:00,1087.0,-2.9519,0,leg_gt,6.07,60 -32449,buy_mtf_cross_all_tf,buy,2025-11-14 20:39:00,1084.0,-2.683,0,leg_gt,6.07,60 -32450,buy_mtf_cross_all_tf,buy,2025-11-14 20:45:00,1085.0,-2.7728,0,leg_gt,6.06,60 -32451,buy_mtf_cross_all_tf,buy,2025-11-14 20:48:00,1086.0,-2.8624,0,leg_gt,6.06,60 -32452,buy_mtf_cross_all_tf,buy,2025-11-14 20:54:00,1084.0,-2.683,0,leg_gt,6.06,60 -32453,buy_mtf_cross_all_tf,buy,2025-11-14 20:57:00,1083.0,-2.5931,0,leg_gt,6.05,60 -32454,buy_mtf_cross_all_tf,buy,2025-11-14 21:03:00,1081.0,-2.4127,0,leg_gt,6.05,60 -32455,buy_mtf_cross_all_tf,buy,2025-11-14 21:06:00,1081.0,-2.4127,0,leg_gt,6.05,60 -32456,buy_mtf_cross_all_tf,buy,2025-11-14 21:09:00,1080.0,-2.3222,0,leg_gt,6.05,60 -32457,buy_mtf_cross_all_tf,buy,2025-11-14 21:12:00,1078.0,-2.1408,0,leg_gt,6.04,60 -32458,buy_mtf_cross_all_tf,buy,2025-11-14 21:15:00,1078.0,-2.1408,0,leg_gt,6.04,60 -32459,buy_mtf_cross_all_tf,buy,2025-11-14 21:18:00,1080.0,-2.3222,0,leg_gt,6.04,60 -32460,buy_mtf_cross_all_tf,buy,2025-11-14 21:21:00,1076.0,-1.9587,0,leg_gt,6.04,60 -32461,buy_mtf_cross_all_tf,buy,2025-11-14 21:24:00,1076.0,-1.9587,0,leg_gt,6.04,60 -32462,buy_mtf_cross_all_tf,buy,2025-11-14 21:36:00,1074.0,-1.776,0,leg_gt,6.03,60 -32463,buy_mtf_cross_all_tf,buy,2025-11-15 05:36:00,1091.0,-3.3081,0,leg_gt,5.69,60 -32464,buy_mtf_cross_all_tf,buy,2025-11-15 06:00:00,1078.0,-2.1408,0,leg_gt,5.68,60 -32465,buy_mtf_cross_all_tf,buy,2025-11-15 08:15:00,1070.0,-1.4084,0,leg_gt,5.58,60 -32466,buy_mtf_cross_all_tf,buy,2025-11-15 08:18:00,1069.0,-1.3161,0,leg_gt,5.58,60 -32467,buy_mtf_cross_all_tf,buy,2025-11-15 08:30:00,1066.0,-1.0381,0,leg_gt,5.57,60 -32468,buy_mtf_cross_all_tf,buy,2025-11-15 16:12:00,1082.0,-2.503,0,leg_gt,5.25,60 -32469,buy_mtf_cross_all_tf,buy,2025-11-15 16:15:00,1084.0,-2.683,0,leg_gt,5.25,60 -32470,buy_mtf_cross_all_tf,buy,2025-11-15 16:18:00,1083.0,-2.5931,0,leg_gt,5.25,60 -32471,buy_mtf_cross_all_tf,buy,2025-11-15 16:21:00,1082.0,-2.503,0,leg_gt,5.25,60 -32472,buy_mtf_cross_all_tf,buy,2025-11-15 16:24:00,1082.0,-2.503,0,leg_gt,5.24,60 -32473,buy_mtf_cross_all_tf,buy,2025-11-15 16:33:00,1081.0,-2.4127,0,leg_gt,5.24,60 -32474,buy_mtf_cross_all_tf,buy,2025-11-15 16:36:00,1080.0,-2.3222,0,leg_gt,5.24,60 -32475,buy_mtf_cross_all_tf,buy,2025-11-15 16:39:00,1078.0,-2.1408,0,leg_gt,5.23,60 -32476,buy_mtf_cross_all_tf,buy,2025-11-15 16:42:00,1077.0,-2.0499,0,leg_gt,5.23,60 -32477,buy_mtf_cross_all_tf,buy,2025-11-15 16:45:00,1078.0,-2.1408,0,leg_gt,5.23,60 -32478,buy_mtf_cross_all_tf,buy,2025-11-15 16:48:00,1079.0,-2.2316,0,leg_gt,5.23,60 -32479,buy_mtf_cross_all_tf,buy,2025-11-15 16:51:00,1078.0,-2.1408,0,leg_gt,5.22,60 -32480,buy_mtf_cross_all_tf,buy,2025-11-15 17:09:00,1075.0,-1.8674,0,leg_gt,5.21,60 -32481,buy_mtf_cross_all_tf,buy,2025-11-15 17:12:00,1074.0,-1.776,0,leg_gt,5.21,60 -32482,buy_mtf_cross_all_tf,buy,2025-11-15 17:15:00,1074.0,-1.776,0,leg_gt,5.21,60 -32483,buy_mtf_cross_all_tf,buy,2025-11-15 17:18:00,1074.0,-1.776,0,leg_gt,5.21,60 -32484,buy_mtf_cross_all_tf,buy,2025-11-15 17:21:00,1072.0,-1.5925,0,leg_gt,5.2,60 -32485,buy_mtf_cross_all_tf,buy,2025-11-15 17:30:00,1068.0,-1.2236,0,leg_gt,5.2,60 -32486,buy_mtf_cross_all_tf,buy,2025-11-15 17:33:00,1067.0,-1.1309,0,leg_gt,5.2,60 -32487,buy_mtf_cross_all_tf,buy,2025-11-15 17:45:00,1065.0,-0.9451,0,leg_gt,5.19,60 -32488,buy_mtf_cross_all_tf,buy,2025-11-15 17:57:00,1061.0,-0.5713,0,leg_gt,5.18,60 -32489,buy_mtf_cross_all_tf,buy,2025-11-15 18:00:00,1061.0,-0.5713,0,leg_gt,5.18,60 -32490,buy_mtf_cross_all_tf,buy,2025-11-15 18:03:00,1059.0,-0.3833,0,leg_gt,5.18,60 -32491,buy_mtf_cross_all_tf,buy,2025-11-15 18:06:00,1061.0,-0.5713,0,leg_gt,5.17,60 -32492,buy_mtf_cross_all_tf,buy,2025-11-15 18:51:00,1061.0,-0.5713,0,leg_gt,5.14,60 -32493,buy_mtf_cross_all_tf,buy,2025-11-15 19:12:00,1060.0,-0.4774,0,leg_gt,5.13,60 -32494,buy_mtf_cross_all_tf,buy,2025-11-15 20:54:00,1059.0,-0.3833,0,leg_gt,5.06,60 -32495,buy_mtf_cross_all_tf,buy,2025-11-16 00:00:00,1062.0,-0.665,0,leg_gt,4.93,60 -32496,buy_mtf_cross_all_tf,buy,2025-11-16 00:03:00,1060.0,-0.4774,0,leg_gt,4.92,60 -32497,buy_mtf_cross_all_tf,buy,2025-11-16 00:06:00,1060.0,-0.4774,0,leg_gt,4.92,60 -32498,buy_mtf_cross_all_tf,buy,2025-11-16 00:21:00,1060.0,-0.4774,0,leg_gt,4.91,60 -32499,buy_mtf_cross_all_tf,buy,2025-11-16 00:24:00,1060.0,-0.4774,0,leg_gt,4.91,60 -32500,buy_mtf_cross_all_tf,buy,2025-11-16 00:36:00,1059.0,-0.3833,0,leg_gt,4.9,60 -32501,buy_mtf_cross_all_tf,buy,2025-11-16 00:39:00,1059.0,-0.3833,0,leg_gt,4.9,60 -32502,buy_mtf_cross_all_tf,buy,2025-11-16 00:42:00,1059.0,-0.3833,0,leg_gt,4.9,60 -32503,buy_mtf_cross_all_tf,buy,2025-11-16 01:27:00,1053.0,0.1849,1,leg_gt,4.87,60 -32504,buy_mtf_cross_all_tf,buy,2025-11-16 01:36:00,1050.0,0.4714,1,leg_gt,4.86,60 -32505,buy_mtf_cross_all_tf,buy,2025-11-16 05:30:00,1053.0,0.1849,1,leg_gt,4.7,60 -32506,buy_mtf_cross_all_tf,buy,2025-11-16 05:39:00,1052.0,0.2802,1,leg_gt,4.69,60 -32507,buy_mtf_cross_all_tf,buy,2025-11-16 05:48:00,1052.0,0.2802,1,leg_gt,4.69,60 -32508,buy_mtf_cross_all_tf,buy,2025-11-16 05:54:00,1051.0,0.3757,1,leg_gt,4.68,60 -32509,buy_mtf_cross_all_tf,buy,2025-11-16 06:00:00,1050.0,0.4714,1,leg_gt,4.68,60 -32510,buy_mtf_cross_all_tf,buy,2025-11-16 06:03:00,1051.0,0.3757,1,leg_gt,4.68,60 -32511,buy_mtf_cross_all_tf,buy,2025-11-16 06:57:00,1048.0,0.6634,1,leg_gt,4.64,60 -32512,buy_mtf_cross_all_tf,buy,2025-11-16 07:00:00,1047.0,0.7596,1,leg_gt,4.64,60 -32513,buy_mtf_cross_all_tf,buy,2025-11-16 07:03:00,1049.0,0.5673,1,leg_gt,4.63,60 -32514,buy_mtf_cross_all_tf,buy,2025-11-16 14:45:00,1046.0,0.856,1,leg_gt,4.31,60 -32515,buy_mtf_cross_all_tf,buy,2025-11-16 14:48:00,1046.0,0.856,1,leg_gt,4.31,60 -32516,buy_mtf_cross_all_tf,buy,2025-11-16 15:00:00,1045.0,0.9526,1,leg_gt,4.3,60 -32517,buy_mtf_cross_all_tf,buy,2025-11-16 17:33:00,1044.0,1.0494,1,leg_gt,4.2,60 -32518,buy_mtf_cross_all_tf,buy,2025-11-16 17:39:00,1043.0,1.1464,1,leg_gt,4.19,60 -32519,buy_mtf_cross_all_tf,buy,2025-11-16 17:42:00,1043.0,1.1464,1,leg_gt,4.19,60 -32520,buy_mtf_cross_all_tf,buy,2025-11-16 20:45:00,1027.0,2.7238,1,leg_gt,4.06,60 -32521,buy_mtf_cross_all_tf,buy,2025-11-16 20:48:00,1029.0,2.5239,1,leg_gt,4.06,60 -32522,buy_mtf_cross_all_tf,buy,2025-11-16 20:51:00,1028.0,2.6237,1,leg_gt,4.06,60 -32523,buy_mtf_cross_all_tf,buy,2025-11-16 21:42:00,1024.0,3.025,1,leg_gt,4.02,60 -32524,buy_mtf_cross_all_tf,buy,2025-11-16 22:06:00,1020.0,3.4294,1,leg_gt,4.01,60 -32525,buy_mtf_cross_all_tf,buy,2025-11-17 01:09:00,1015.0,3.9394,1,leg_gt,3.88,60 -32526,buy_mtf_cross_all_tf,buy,2025-11-17 01:12:00,1012.0,4.2478,1,leg_gt,3.88,60 -32527,buy_mtf_cross_all_tf,buy,2025-11-17 01:15:00,1013.0,4.1448,1,leg_gt,3.88,60 -32528,buy_mtf_cross_all_tf,buy,2025-11-17 01:18:00,1012.0,4.2478,1,leg_gt,3.87,60 -32529,buy_mtf_cross_all_tf,buy,2025-11-17 01:21:00,1013.0,4.1448,1,leg_gt,3.87,60 -32530,buy_mtf_cross_all_tf,buy,2025-11-17 01:30:00,1011.0,4.351,1,leg_gt,3.86,60 -32531,buy_mtf_cross_all_tf,buy,2025-11-17 01:33:00,1010.0,4.4545,1,leg_gt,3.86,60 -32532,buy_mtf_cross_all_tf,buy,2025-11-17 01:36:00,1010.0,4.4545,1,leg_gt,3.86,60 -32533,buy_mtf_cross_all_tf,buy,2025-11-17 01:39:00,1007.0,4.7659,1,leg_gt,3.86,60 -32534,buy_mtf_cross_all_tf,buy,2025-11-17 01:42:00,1009.0,4.5581,1,leg_gt,3.86,60 -32535,buy_mtf_cross_all_tf,buy,2025-11-17 01:45:00,1009.0,4.5581,1,leg_gt,3.85,60 -32536,buy_mtf_cross_all_tf,buy,2025-11-17 01:51:00,1004.0,5.0793,1,leg_gt,3.85,60 -32537,buy_mtf_cross_all_tf,buy,2025-11-17 01:54:00,1004.0,5.0793,1,leg_gt,3.85,60 -32538,buy_mtf_cross_all_tf,buy,2025-11-17 01:57:00,1003.0,5.1841,1,leg_gt,3.85,60 -32539,buy_mtf_cross_all_tf,buy,2025-11-17 02:00:00,1002.0,5.2892,1,leg_gt,3.84,60 -32540,buy_mtf_cross_all_tf,buy,2025-11-17 02:03:00,1000.0,5.5,1,leg_gt,3.84,60 -32541,buy_mtf_cross_all_tf,buy,2025-11-17 02:06:00,999.0,5.6057,1,leg_gt,3.84,60 -32542,buy_mtf_cross_all_tf,buy,2025-11-17 02:09:00,999.0,5.6057,1,leg_gt,3.84,60 -32543,buy_mtf_cross_all_tf,buy,2025-11-17 02:12:00,999.0,5.6057,1,leg_gt,3.84,60 -32544,buy_mtf_cross_all_tf,buy,2025-11-17 02:15:00,998.0,5.7116,1,leg_gt,3.83,60 -32545,buy_mtf_cross_all_tf,buy,2025-11-17 02:18:00,995.0,6.0307,1,leg_gt,3.83,60 -32546,buy_mtf_cross_all_tf,buy,2025-11-17 02:33:00,994.0,6.1374,1,leg_gt,3.82,60 -32547,buy_mtf_cross_all_tf,buy,2025-11-17 02:36:00,994.0,6.1374,1,leg_gt,3.82,60 -32548,buy_mtf_cross_all_tf,buy,2025-11-17 02:45:00,993.0,6.2444,1,leg_gt,3.81,60 -32549,buy_mtf_cross_all_tf,buy,2025-11-17 02:48:00,993.0,6.2444,1,leg_gt,3.81,60 -32550,buy_mtf_cross_all_tf,buy,2025-11-17 02:51:00,992.0,6.3516,1,leg_gt,3.81,60 -32551,buy_mtf_cross_all_tf,buy,2025-11-17 21:45:00,1015.0,3.9394,1,leg_gt,3.02,60 -32552,buy_mtf_cross_all_tf,buy,2025-11-17 21:48:00,1014.0,4.042,1,leg_gt,3.02,60 -32553,buy_mtf_cross_all_tf,buy,2025-11-17 21:54:00,1014.0,4.042,1,leg_gt,3.01,60 -32554,buy_mtf_cross_all_tf,buy,2025-11-17 22:06:00,1012.0,4.2478,1,leg_gt,3.01,60 -32555,buy_mtf_cross_all_tf,buy,2025-11-17 22:09:00,1012.0,4.2478,1,leg_gt,3.0,60 -32556,buy_mtf_cross_all_tf,buy,2025-11-18 01:15:00,989.0,6.6745,1,leg_gt,2.88,60 -32557,buy_mtf_cross_all_tf,buy,2025-11-18 01:18:00,989.0,6.6745,1,leg_gt,2.87,60 -32558,buy_mtf_cross_all_tf,buy,2025-11-18 02:51:00,988.0,6.7826,1,leg_gt,2.81,60 -32559,buy_mtf_cross_all_tf,buy,2025-11-18 02:54:00,987.0,6.8909,1,leg_gt,2.81,60 -32560,buy_mtf_cross_all_tf,buy,2025-11-18 02:57:00,989.0,6.6745,1,leg_gt,2.8,60 -32561,buy_mtf_cross_all_tf,buy,2025-11-18 03:00:00,988.0,6.7826,1,leg_gt,2.8,60 -32562,buy_mtf_cross_all_tf,buy,2025-11-18 03:21:00,984.0,7.2171,1,leg_gt,2.79,60 -32563,buy_mtf_cross_all_tf,buy,2025-11-18 03:24:00,985.0,7.1081,1,leg_gt,2.79,60 -32564,buy_mtf_cross_all_tf,buy,2025-11-18 03:33:00,980.0,7.6551,1,leg_gt,2.78,60 -32565,buy_mtf_cross_all_tf,buy,2025-11-18 03:42:00,980.0,7.6551,1,leg_gt,2.77,60 -32566,buy_mtf_cross_all_tf,buy,2025-11-18 04:15:00,976.0,8.0967,1,leg_gt,2.75,60 -32567,buy_mtf_cross_all_tf,buy,2025-11-18 04:21:00,976.0,8.0967,1,leg_gt,2.75,60 -32568,buy_mtf_cross_all_tf,buy,2025-11-18 04:27:00,974.0,8.3189,1,leg_gt,2.74,60 -32569,buy_mtf_cross_all_tf,buy,2025-11-18 04:42:00,974.0,8.3189,1,leg_gt,2.73,60 -32570,buy_mtf_cross_all_tf,buy,2025-11-18 04:45:00,973.0,8.4303,1,leg_gt,2.73,60 -32571,buy_mtf_cross_all_tf,buy,2025-11-18 04:51:00,972.0,8.542,1,leg_gt,2.72,60 -32572,buy_mtf_cross_all_tf,buy,2025-11-18 04:54:00,971.0,8.6539,1,leg_gt,2.72,60 -32573,buy_mtf_cross_all_tf,buy,2025-11-18 04:57:00,971.0,8.6539,1,leg_gt,2.72,60 -32574,buy_mtf_cross_all_tf,buy,2025-11-18 05:00:00,969.0,8.8783,1,leg_gt,2.72,60 -32575,buy_mtf_cross_all_tf,buy,2025-11-18 05:03:00,967.0,9.1037,1,leg_gt,2.72,60 -32576,buy_mtf_cross_all_tf,buy,2025-11-18 05:15:00,968.0,8.9909,1,leg_gt,2.71,60 -32577,buy_mtf_cross_all_tf,buy,2025-11-18 05:45:00,963.0,9.5573,1,leg_gt,2.69,60 -32578,buy_mtf_cross_all_tf,buy,2025-11-18 06:45:00,963.0,9.5573,1,leg_gt,2.65,60 -32579,buy_mtf_cross_all_tf,buy,2025-11-18 06:48:00,963.0,9.5573,1,leg_gt,2.64,60 -32580,buy_mtf_cross_all_tf,buy,2025-11-18 06:51:00,963.0,9.5573,1,leg_gt,2.64,60 -32581,buy_mtf_cross_all_tf,buy,2025-11-19 12:57:00,1004.0,5.0793,1,leg_gt,1.39,60 -32582,buy_mtf_cross_all_tf,buy,2025-11-19 13:00:00,1003.0,5.1841,1,leg_gt,1.39,60 -32583,buy_mtf_cross_all_tf,buy,2025-11-19 13:03:00,1003.0,5.1841,1,leg_gt,1.38,60 -32584,buy_mtf_cross_all_tf,buy,2025-11-19 13:06:00,1003.0,5.1841,1,leg_gt,1.38,60 -32585,buy_mtf_cross_all_tf,buy,2025-11-19 13:09:00,1001.0,5.3945,1,leg_gt,1.38,60 -32586,buy_mtf_cross_all_tf,buy,2025-11-19 13:12:00,1001.0,5.3945,1,leg_gt,1.38,60 -32587,buy_mtf_cross_all_tf,buy,2025-11-19 13:15:00,1002.0,5.2892,1,leg_gt,1.38,60 -32588,buy_mtf_cross_all_tf,buy,2025-11-19 13:39:00,999.0,5.6057,1,leg_gt,1.36,60 -32589,buy_mtf_cross_all_tf,buy,2025-11-19 13:42:00,999.0,5.6057,1,leg_gt,1.36,60 -32590,buy_mtf_cross_all_tf,buy,2025-11-19 13:48:00,998.0,5.7116,1,leg_gt,1.35,60 -32591,buy_mtf_cross_all_tf,buy,2025-11-19 13:51:00,997.0,5.8178,1,leg_gt,1.35,60 -32592,buy_mtf_cross_all_tf,buy,2025-11-19 14:24:00,993.0,6.2444,1,leg_gt,1.33,60 -32593,buy_mtf_cross_all_tf,buy,2025-11-19 23:30:00,982.0,7.4356,1,leg_gt,0.95,60 -32594,buy_mtf_cross_all_tf,buy,2025-11-21 01:21:00,1001.0,-1.9981,0,leg_gt,11.99,60 -32595,buy_mtf_cross_all_tf,buy,2025-11-21 01:24:00,1001.0,-1.9981,0,leg_gt,11.98,60 -32596,buy_mtf_cross_all_tf,buy,2025-11-21 01:30:00,1000.0,-1.9,0,leg_gt,11.98,60 -32597,buy_mtf_cross_all_tf,buy,2025-11-21 01:33:00,999.0,-1.8017,0,leg_gt,11.98,60 -32598,buy_mtf_cross_all_tf,buy,2025-11-21 01:36:00,994.0,-1.3072,0,leg_gt,11.98,60 -32599,buy_mtf_cross_all_tf,buy,2025-11-21 01:39:00,992.0,-1.1081,0,leg_gt,11.97,60 -32600,buy_mtf_cross_all_tf,buy,2025-11-21 01:42:00,990.0,-0.9081,0,leg_gt,11.97,60 -32601,buy_mtf_cross_all_tf,buy,2025-11-21 01:45:00,982.0,-0.1,0,leg_gt,11.97,60 -32602,buy_mtf_cross_all_tf,buy,2025-11-21 01:48:00,985.0,-0.4046,0,leg_gt,11.97,60 -32603,buy_mtf_cross_all_tf,buy,2025-11-21 01:51:00,983.0,-0.2017,0,leg_gt,11.96,60 -32604,buy_mtf_cross_all_tf,buy,2025-11-21 01:54:00,983.0,-0.2017,0,leg_gt,11.96,60 -32605,buy_mtf_cross_all_tf,buy,2025-11-21 01:57:00,982.0,-0.1,0,leg_gt,11.96,60 -32606,buy_mtf_cross_all_tf,buy,2025-11-21 02:00:00,982.0,-0.1,0,leg_gt,11.96,60 -32607,buy_mtf_cross_all_tf,buy,2025-11-21 02:03:00,979.0,0.2064,1,leg_gt,11.96,60 -32608,buy_mtf_cross_all_tf,buy,2025-11-21 02:06:00,978.0,0.309,1,leg_gt,11.95,60 -32609,buy_mtf_cross_all_tf,buy,2025-11-21 02:09:00,980.0,0.1041,1,leg_gt,11.95,60 -32610,buy_mtf_cross_all_tf,buy,2025-11-21 02:12:00,973.0,0.825,1,leg_gt,11.95,60 -32611,buy_mtf_cross_all_tf,buy,2025-11-21 02:15:00,973.0,0.825,1,leg_gt,11.95,60 -32612,buy_mtf_cross_all_tf,buy,2025-11-21 02:18:00,969.0,1.2416,1,leg_gt,11.95,60 -32613,buy_mtf_cross_all_tf,buy,2025-11-21 02:21:00,973.0,0.825,1,leg_gt,11.94,60 -32614,buy_mtf_cross_all_tf,buy,2025-11-21 04:00:00,964.0,1.7672,1,leg_gt,11.88,60 -32615,buy_mtf_cross_all_tf,buy,2025-11-21 04:03:00,960.0,2.1917,1,leg_gt,11.87,60 -32616,buy_mtf_cross_all_tf,buy,2025-11-21 04:06:00,963.0,1.873,1,leg_gt,11.87,60 -32617,buy_mtf_cross_all_tf,buy,2025-11-21 11:30:00,978.0,0.309,1,leg_gt,11.56,60 -32618,buy_mtf_cross_all_tf,buy,2025-11-21 11:33:00,975.0,0.6179,1,leg_gt,11.56,60 -32619,buy_mtf_cross_all_tf,buy,2025-11-21 11:36:00,977.0,0.4118,1,leg_gt,11.56,60 -32620,buy_mtf_cross_all_tf,buy,2025-11-21 11:51:00,974.0,0.7214,1,leg_gt,11.55,60 -32621,buy_mtf_cross_all_tf,buy,2025-11-21 11:54:00,970.0,1.1371,1,leg_gt,11.55,60 -32622,buy_mtf_cross_all_tf,buy,2025-11-21 13:27:00,966.0,1.5563,1,leg_gt,11.48,60 -32623,buy_mtf_cross_all_tf,buy,2025-11-21 15:30:00,959.0,2.2983,1,leg_gt,11.4,60 -32624,buy_mtf_cross_all_tf,buy,2025-11-21 15:33:00,960.0,2.1917,1,leg_gt,11.39,60 -32625,buy_mtf_cross_all_tf,buy,2025-11-21 16:27:00,955.0,2.7272,1,leg_gt,11.36,60 -32626,buy_mtf_cross_all_tf,buy,2025-11-21 16:45:00,931.0,5.378,1,leg_gt,11.34,60 -32627,buy_mtf_cross_all_tf,buy,2025-11-21 16:48:00,925.0,6.0622,1,leg_gt,11.34,60 -32628,buy_mtf_cross_all_tf,buy,2025-11-21 16:57:00,924.0,6.1771,1,leg_gt,11.34,60 -32629,buy_mtf_cross_all_tf,buy,2025-11-21 17:00:00,924.0,6.1771,1,leg_gt,11.33,60 -32630,buy_mtf_cross_all_tf,buy,2025-11-21 17:03:00,920.0,6.6391,1,leg_gt,11.33,60 -32631,buy_mtf_cross_all_tf,buy,2025-11-21 17:06:00,922.0,6.4076,1,leg_gt,11.33,60 -32632,buy_mtf_cross_all_tf,buy,2025-11-21 17:42:00,913.0,7.4575,1,leg_gt,11.3,60 -32633,buy_mtf_cross_all_tf,buy,2025-11-21 17:48:00,910.0,7.8121,1,leg_gt,11.3,60 -32634,buy_mtf_cross_all_tf,buy,2025-11-21 17:51:00,907.0,8.169,1,leg_gt,11.3,60 -32635,buy_mtf_cross_all_tf,buy,2025-11-21 18:30:00,905.0,8.4083,1,leg_gt,11.27,60 -32636,buy_mtf_cross_all_tf,buy,2025-11-21 18:36:00,903.0,8.6486,1,leg_gt,11.27,60 -32637,buy_mtf_cross_all_tf,buy,2025-11-21 18:39:00,902.0,8.7692,1,leg_gt,11.26,60 -32638,buy_mtf_cross_all_tf,buy,2025-11-21 18:45:00,901.0,8.89,1,leg_gt,11.26,60 -32639,buy_mtf_cross_all_tf,buy,2025-11-21 18:48:00,902.0,8.7692,1,leg_gt,11.26,60 -32640,buy_mtf_cross_all_tf,buy,2025-11-21 18:51:00,901.0,8.89,1,leg_gt,11.26,60 -32641,buy_mtf_cross_all_tf,buy,2025-11-21 18:54:00,899.0,9.1325,1,leg_gt,11.25,60 -32642,buy_mtf_cross_all_tf,buy,2025-11-21 18:57:00,900.0,9.0111,1,leg_gt,11.25,60 -32643,buy_mtf_cross_all_tf,buy,2025-11-21 19:00:00,896.0,9.4982,1,leg_gt,11.25,60 -32644,buy_mtf_cross_all_tf,buy,2025-11-21 20:48:00,892.0,9.9897,1,leg_gt,11.18,60 -32645,buy_mtf_cross_all_tf,buy,2025-11-21 21:00:00,889.0,10.3612,1,leg_gt,11.17,60 -32646,buy_mtf_cross_all_tf,buy,2025-11-21 21:12:00,888.0,10.4856,1,leg_gt,11.16,60 -32647,buy_mtf_cross_all_tf,buy,2025-11-21 21:21:00,886.0,10.7352,1,leg_gt,11.15,60 -32648,buy_mtf_cross_all_tf,buy,2025-11-22 05:36:00,888.0,10.4856,1,leg_gt,10.81,60 -32649,buy_mtf_cross_all_tf,buy,2025-11-22 06:06:00,885.0,10.8605,1,leg_gt,10.79,60 -32650,buy_mtf_cross_all_tf,buy,2025-11-22 06:09:00,882.0,11.2379,1,leg_gt,10.79,60 -32651,buy_mtf_cross_all_tf,buy,2025-11-22 06:12:00,881.0,11.3642,1,leg_gt,10.78,60 -32652,buy_mtf_cross_all_tf,buy,2025-11-22 07:45:00,880.0,11.4909,1,leg_gt,10.72,60 -32653,buy_mtf_cross_all_tf,buy,2025-11-22 08:06:00,867.0,13.1641,1,leg_gt,10.7,60 -32654,buy_mtf_cross_all_tf,buy,2025-11-22 08:09:00,865.0,13.426,1,leg_gt,10.7,60 -32655,buy_mtf_cross_all_tf,buy,2025-11-22 17:42:00,887.0,10.6103,1,leg_gt,10.3,60 -32656,buy_mtf_cross_all_tf,buy,2025-11-22 18:00:00,884.0,10.986,1,leg_gt,10.29,60 -32657,buy_mtf_cross_all_tf,buy,2025-11-29 01:36:00,972.0,0.9288,1,leg_gt,3.98,60 -32658,buy_mtf_cross_all_tf,buy,2025-11-29 01:39:00,971.0,1.0329,1,leg_gt,3.97,60 -32659,buy_mtf_cross_all_tf,buy,2025-11-29 01:42:00,971.0,1.0329,1,leg_gt,3.97,60 -32660,buy_mtf_cross_all_tf,buy,2025-11-29 02:00:00,968.0,1.3463,1,leg_gt,3.96,60 -32661,buy_mtf_cross_all_tf,buy,2025-11-29 02:03:00,967.0,1.4512,1,leg_gt,3.96,60 -32662,buy_mtf_cross_all_tf,buy,2025-11-29 02:18:00,965.0,1.6617,1,leg_gt,3.95,60 -32663,buy_mtf_cross_all_tf,buy,2025-11-29 02:24:00,963.0,1.873,1,leg_gt,3.94,60 -32664,buy_mtf_cross_all_tf,buy,2025-11-29 02:27:00,962.0,1.979,1,leg_gt,3.94,60 -32665,buy_mtf_cross_all_tf,buy,2025-11-29 02:30:00,961.0,2.0852,1,leg_gt,3.94,60 -32666,buy_mtf_cross_all_tf,buy,2025-11-29 02:36:00,960.0,2.1917,1,leg_gt,3.93,60 -32667,buy_mtf_cross_all_tf,buy,2025-11-29 02:42:00,957.0,2.5123,1,leg_gt,3.93,60 -32668,buy_mtf_cross_all_tf,buy,2025-11-29 02:45:00,957.0,2.5123,1,leg_gt,3.93,60 -32669,buy_mtf_cross_all_tf,buy,2025-11-29 03:06:00,955.0,2.7272,1,leg_gt,3.91,60 -32670,buy_mtf_cross_all_tf,buy,2025-11-29 03:09:00,954.0,2.835,1,leg_gt,3.91,60 -32671,buy_mtf_cross_all_tf,buy,2025-11-29 12:45:00,968.0,1.3463,1,leg_gt,3.51,60 -32672,buy_mtf_cross_all_tf,buy,2025-11-29 12:48:00,968.0,1.3463,1,leg_gt,3.51,60 -32673,buy_mtf_cross_all_tf,buy,2025-11-29 12:57:00,967.0,1.4512,1,leg_gt,3.5,60 -32674,buy_mtf_cross_all_tf,buy,2025-11-29 13:00:00,967.0,1.4512,1,leg_gt,3.5,60 -32675,buy_mtf_cross_all_tf,buy,2025-11-29 13:12:00,966.0,1.5563,1,leg_gt,3.49,60 -32676,buy_mtf_cross_all_tf,buy,2025-11-29 13:15:00,966.0,1.5563,1,leg_gt,3.49,60 -32677,buy_mtf_cross_all_tf,buy,2025-11-29 13:18:00,966.0,1.5563,1,leg_gt,3.49,60 -32678,buy_mtf_cross_all_tf,buy,2025-11-29 13:21:00,966.0,1.5563,1,leg_gt,3.49,60 -32679,buy_mtf_cross_all_tf,buy,2025-11-29 13:24:00,966.0,1.5563,1,leg_gt,3.48,60 -32680,buy_mtf_cross_all_tf,buy,2025-11-29 15:30:00,966.0,1.5563,1,leg_gt,3.4,60 -32681,buy_mtf_cross_all_tf,buy,2025-11-29 15:45:00,963.0,1.873,1,leg_gt,3.39,60 -32682,buy_mtf_cross_all_tf,buy,2025-11-29 15:48:00,961.0,2.0852,1,leg_gt,3.38,60 -32683,buy_mtf_cross_all_tf,buy,2025-11-29 15:51:00,962.0,1.979,1,leg_gt,3.38,60 -32684,buy_mtf_cross_all_tf,buy,2025-11-29 15:54:00,962.0,1.979,1,leg_gt,3.38,60 -32685,buy_mtf_cross_all_tf,buy,2025-11-29 17:42:00,959.0,2.2983,1,leg_gt,3.3,60 -32686,buy_mtf_cross_all_tf,buy,2025-11-29 17:51:00,958.0,2.4052,1,leg_gt,3.3,60 -32687,buy_mtf_cross_all_tf,buy,2025-11-29 17:54:00,957.0,2.5123,1,leg_gt,3.3,60 -32688,buy_mtf_cross_all_tf,buy,2025-11-29 18:21:00,957.0,2.5123,1,leg_gt,3.28,60 -32689,buy_mtf_cross_all_tf,buy,2025-11-29 18:24:00,957.0,2.5123,1,leg_gt,3.28,60 -32690,buy_mtf_cross_all_tf,buy,2025-11-29 18:30:00,956.0,2.6197,1,leg_gt,3.27,60 -32691,buy_mtf_cross_all_tf,buy,2025-11-29 18:33:00,956.0,2.6197,1,leg_gt,3.27,60 -32692,buy_mtf_cross_all_tf,buy,2025-11-29 18:39:00,956.0,2.6197,1,leg_gt,3.26,60 -32693,buy_mtf_cross_all_tf,buy,2025-11-29 18:42:00,955.0,2.7272,1,leg_gt,3.26,60 -32694,buy_mtf_cross_all_tf,buy,2025-11-29 18:57:00,954.0,2.835,1,leg_gt,3.25,60 -32695,buy_mtf_cross_all_tf,buy,2025-11-29 19:09:00,954.0,2.835,1,leg_gt,3.24,60 -32696,buy_mtf_cross_all_tf,buy,2025-11-29 23:30:00,954.0,2.835,1,leg_gt,3.06,60 -32697,buy_mtf_cross_all_tf,buy,2025-11-29 23:39:00,954.0,2.835,1,leg_gt,3.06,60 -32698,buy_mtf_cross_all_tf,buy,2025-11-29 23:42:00,954.0,2.835,1,leg_gt,3.05,60 -32699,buy_mtf_cross_all_tf,buy,2025-11-30 02:15:00,953.0,2.943,1,leg_gt,2.95,60 -32700,buy_mtf_cross_all_tf,buy,2025-11-30 02:18:00,953.0,2.943,1,leg_gt,2.95,60 -32701,buy_mtf_cross_all_tf,buy,2025-11-30 02:21:00,952.0,3.0513,1,leg_gt,2.94,60 -32702,buy_mtf_cross_all_tf,buy,2025-11-30 02:24:00,952.0,3.0513,1,leg_gt,2.94,60 -32703,buy_mtf_cross_all_tf,buy,2025-11-30 02:27:00,952.0,3.0513,1,leg_gt,2.94,60 -32704,buy_mtf_cross_all_tf,buy,2025-11-30 02:42:00,951.0,3.1597,1,leg_gt,2.93,60 -32705,buy_mtf_cross_all_tf,buy,2025-11-30 02:45:00,951.0,3.1597,1,leg_gt,2.93,60 -32706,buy_mtf_cross_all_tf,buy,2025-11-30 02:57:00,949.0,3.3773,1,leg_gt,2.92,60 -32707,buy_mtf_cross_all_tf,buy,2025-11-30 03:00:00,949.0,3.3773,1,leg_gt,2.92,60 -32708,buy_mtf_cross_all_tf,buy,2025-11-30 03:03:00,948.0,3.4865,1,leg_gt,2.91,60 -32709,buy_mtf_cross_all_tf,buy,2025-11-30 03:06:00,948.0,3.4865,1,leg_gt,2.91,60 -32710,buy_mtf_cross_all_tf,buy,2025-11-30 03:09:00,948.0,3.4865,1,leg_gt,2.91,60 -32711,buy_mtf_cross_all_tf,buy,2025-11-30 03:12:00,947.0,3.5959,1,leg_gt,2.91,60 -32712,buy_mtf_cross_all_tf,buy,2025-11-30 03:27:00,945.0,3.8153,1,leg_gt,2.9,60 -32713,buy_mtf_cross_all_tf,buy,2025-11-30 03:30:00,945.0,3.8153,1,leg_gt,2.9,60 -32714,buy_mtf_cross_all_tf,buy,2025-11-30 03:36:00,945.0,3.8153,1,leg_gt,2.89,60 -32715,buy_mtf_cross_all_tf,buy,2025-11-30 05:21:00,945.0,3.8153,1,leg_gt,2.82,60 -32716,buy_mtf_cross_all_tf,buy,2025-11-30 05:24:00,945.0,3.8153,1,leg_gt,2.82,60 -32717,buy_mtf_cross_all_tf,buy,2025-11-30 08:21:00,944.0,3.9254,1,leg_gt,2.69,60 -32718,buy_mtf_cross_all_tf,buy,2025-11-30 11:51:00,943.0,4.0357,1,leg_gt,2.55,60 -32719,buy_mtf_cross_all_tf,buy,2025-11-30 12:06:00,942.0,4.1463,1,leg_gt,2.54,60 -32720,buy_mtf_cross_all_tf,buy,2025-11-30 12:09:00,940.0,4.3681,1,leg_gt,2.54,60 -32721,buy_mtf_cross_all_tf,buy,2025-11-30 12:27:00,938.0,4.5908,1,leg_gt,2.52,60 -32722,buy_mtf_cross_all_tf,buy,2025-11-30 14:21:00,939.0,4.4793,1,leg_gt,2.44,60 -32723,buy_mtf_cross_all_tf,buy,2025-11-30 14:24:00,939.0,4.4793,1,leg_gt,2.44,60 -32724,buy_mtf_cross_all_tf,buy,2025-11-30 14:27:00,938.0,4.5908,1,leg_gt,2.44,60 -32725,buy_mtf_cross_all_tf,buy,2025-11-30 14:33:00,937.0,4.7026,1,leg_gt,2.44,60 -32726,buy_mtf_cross_all_tf,buy,2025-11-30 14:36:00,937.0,4.7026,1,leg_gt,2.43,60 -32727,buy_mtf_cross_all_tf,buy,2025-12-01 08:15:00,945.0,3.8153,1,leg_gt,1.7,60 -32728,buy_mtf_cross_all_tf,buy,2025-12-01 08:18:00,944.0,3.9254,1,leg_gt,1.7,60 -32729,buy_mtf_cross_all_tf,buy,2025-12-01 08:42:00,939.0,4.4793,1,leg_gt,1.68,60 -32730,buy_mtf_cross_all_tf,buy,2025-12-01 08:57:00,936.0,4.8145,1,leg_gt,1.67,60 -32731,buy_mtf_cross_all_tf,buy,2025-12-01 09:30:00,888.0,10.4856,1,leg_gt,1.65,60 -32732,buy_mtf_cross_all_tf,buy,2025-12-01 09:33:00,882.0,11.2379,1,leg_gt,1.64,60 -32733,buy_mtf_cross_all_tf,buy,2025-12-01 09:36:00,882.0,11.2379,1,leg_gt,1.64,60 -32734,buy_mtf_cross_all_tf,buy,2025-12-01 09:39:00,877.0,11.8726,1,leg_gt,1.64,60 -32735,buy_mtf_cross_all_tf,buy,2025-12-01 09:42:00,883.0,11.1118,1,leg_gt,1.64,60 -32736,buy_mtf_cross_all_tf,buy,2025-12-01 09:45:00,878.0,11.7451,1,leg_gt,1.64,60 -32737,buy_mtf_cross_all_tf,buy,2025-12-01 09:48:00,879.0,11.6179,1,leg_gt,1.63,60 -32738,buy_mtf_cross_all_tf,buy,2025-12-01 09:54:00,873.0,12.3857,1,leg_gt,1.63,60 -32739,buy_mtf_cross_all_tf,buy,2025-12-01 09:57:00,868.0,13.0336,1,leg_gt,1.63,60 -32740,buy_mtf_cross_all_tf,buy,2025-12-01 10:00:00,868.0,13.0336,1,leg_gt,1.62,60 -32741,buy_mtf_cross_all_tf,buy,2025-12-01 10:03:00,868.0,13.0336,1,leg_gt,1.62,60 -32742,buy_mtf_cross_all_tf,buy,2025-12-01 12:27:00,864.0,13.5574,1,leg_gt,1.52,60 -32743,buy_mtf_cross_all_tf,buy,2025-12-01 19:00:00,864.0,13.5574,1,leg_gt,1.25,60 -32744,buy_mtf_cross_all_tf,buy,2025-12-01 20:33:00,857.0,14.4858,1,leg_gt,1.19,60 -32745,buy_mtf_cross_all_tf,buy,2025-12-01 20:39:00,855.0,14.7538,1,leg_gt,1.18,60 -32746,buy_mtf_cross_all_tf,buy,2025-12-01 21:39:00,854.0,14.8883,1,leg_gt,1.14,60 -32747,buy_mtf_cross_all_tf,buy,2025-12-01 21:45:00,852.0,15.1582,1,leg_gt,1.14,60 -32748,buy_mtf_cross_all_tf,buy,2025-12-02 00:42:00,843.0,16.3887,1,leg_gt,1.01,60 -32749,buy_mtf_cross_all_tf,buy,2025-12-02 02:15:00,839.0,16.9441,1,leg_gt,0.95,60 -32750,buy_mtf_cross_all_tf,buy,2025-12-02 02:18:00,839.0,16.9441,1,leg_gt,0.95,60 -32751,buy_mtf_cross_all_tf,buy,2025-12-02 02:27:00,839.0,16.9441,1,leg_gt,0.94,60 -32752,buy_mtf_cross_all_tf,buy,2025-12-02 03:00:00,836.0,17.3641,1,leg_gt,0.92,60 -32753,buy_mtf_cross_all_tf,buy,2025-12-02 04:30:00,836.0,17.3641,1,leg_gt,0.85,60 -32754,buy_mtf_cross_all_tf,buy,2025-12-02 04:33:00,835.0,17.5048,1,leg_gt,0.85,60 -32755,buy_mtf_cross_all_tf,buy,2025-12-02 12:03:00,857.0,14.4858,1,leg_gt,0.54,60 -32756,buy_mtf_cross_all_tf,buy,2025-12-02 12:06:00,857.0,14.4858,1,leg_gt,0.54,60 -32757,buy_mtf_cross_all_tf,buy,2025-12-02 12:21:00,857.0,14.4858,1,leg_gt,0.53,60 -32758,buy_mtf_cross_all_tf,buy,2025-12-05 04:30:00,928.0,-1.0698,0,leg_gt,4.36,60 -32759,buy_mtf_cross_all_tf,buy,2025-12-05 07:06:00,929.0,-1.1764,0,leg_gt,4.25,60 -32760,buy_mtf_cross_all_tf,buy,2025-12-05 07:09:00,929.0,-1.1764,0,leg_gt,4.25,60 -32761,buy_mtf_cross_all_tf,buy,2025-12-05 07:12:00,929.0,-1.1764,0,leg_gt,4.24,60 -32762,buy_mtf_cross_all_tf,buy,2025-12-05 07:15:00,928.0,-1.0698,0,leg_gt,4.24,60 -32763,buy_mtf_cross_all_tf,buy,2025-12-05 07:18:00,927.0,-0.963,0,leg_gt,4.24,60 -32764,buy_mtf_cross_all_tf,buy,2025-12-05 07:21:00,928.0,-1.0698,0,leg_gt,4.24,60 -32765,buy_mtf_cross_all_tf,buy,2025-12-05 07:24:00,927.0,-0.963,0,leg_gt,4.24,60 -32766,buy_mtf_cross_all_tf,buy,2025-12-05 07:27:00,927.0,-0.963,0,leg_gt,4.23,60 -32767,buy_mtf_cross_all_tf,buy,2025-12-05 08:15:00,926.0,-0.8559,0,leg_gt,4.2,60 -32768,buy_mtf_cross_all_tf,buy,2025-12-05 08:18:00,927.0,-0.963,0,leg_gt,4.2,60 -32769,buy_mtf_cross_all_tf,buy,2025-12-05 08:51:00,925.0,-0.7486,0,leg_gt,4.18,60 -32770,buy_mtf_cross_all_tf,buy,2025-12-05 08:54:00,924.0,-0.6411,0,leg_gt,4.17,60 -32771,buy_mtf_cross_all_tf,buy,2025-12-05 08:57:00,924.0,-0.6411,0,leg_gt,4.17,60 -32772,buy_mtf_cross_all_tf,buy,2025-12-05 09:21:00,923.0,-0.5334,0,leg_gt,4.15,60 -32773,buy_mtf_cross_all_tf,buy,2025-12-05 10:00:00,924.0,-0.6411,0,leg_gt,4.13,60 -32774,buy_mtf_cross_all_tf,buy,2025-12-05 10:03:00,924.0,-0.6411,0,leg_gt,4.12,60 -32775,buy_mtf_cross_all_tf,buy,2025-12-05 11:00:00,923.0,-0.5334,0,leg_gt,4.09,60 -32776,buy_mtf_cross_all_tf,buy,2025-12-05 11:06:00,923.0,-0.5334,0,leg_gt,4.08,60 -32777,buy_mtf_cross_all_tf,buy,2025-12-05 12:45:00,917.0,0.1181,1,leg_gt,4.01,60 -32778,buy_mtf_cross_all_tf,buy,2025-12-05 12:48:00,917.0,0.1181,1,leg_gt,4.01,60 -32779,buy_mtf_cross_all_tf,buy,2025-12-05 12:54:00,918.0,0.0089,1,leg_gt,4.01,60 -32780,buy_mtf_cross_all_tf,buy,2025-12-05 12:57:00,916.0,0.2275,1,leg_gt,4.0,60 -32781,buy_mtf_cross_all_tf,buy,2025-12-05 13:42:00,912.0,0.6675,1,leg_gt,3.97,60 -32782,buy_mtf_cross_all_tf,buy,2025-12-05 18:42:00,906.0,1.3349,1,leg_gt,3.76,60 -32783,buy_mtf_cross_all_tf,buy,2025-12-05 18:45:00,905.0,1.447,1,leg_gt,3.76,60 -32784,buy_mtf_cross_all_tf,buy,2025-12-05 18:48:00,903.0,1.6719,1,leg_gt,3.76,60 -32785,buy_mtf_cross_all_tf,buy,2025-12-05 18:51:00,904.0,1.5593,1,leg_gt,3.76,60 -32786,buy_mtf_cross_all_tf,buy,2025-12-05 18:54:00,904.0,1.5593,1,leg_gt,3.76,60 -32787,buy_mtf_cross_all_tf,buy,2025-12-05 20:30:00,903.0,1.6719,1,leg_gt,3.69,60 -32788,buy_mtf_cross_all_tf,buy,2025-12-05 20:45:00,898.0,2.2385,1,leg_gt,3.68,60 -32789,buy_mtf_cross_all_tf,buy,2025-12-05 20:48:00,899.0,2.1247,1,leg_gt,3.68,60 -32790,buy_mtf_cross_all_tf,buy,2025-12-05 22:36:00,897.0,2.3526,1,leg_gt,3.6,60 -32791,buy_mtf_cross_all_tf,buy,2025-12-05 22:39:00,897.0,2.3526,1,leg_gt,3.6,60 -32792,buy_mtf_cross_all_tf,buy,2025-12-05 22:57:00,890.0,3.1584,1,leg_gt,3.59,60 -32793,buy_mtf_cross_all_tf,buy,2025-12-05 23:00:00,889.0,3.2746,1,leg_gt,3.59,60 -32794,buy_mtf_cross_all_tf,buy,2025-12-05 23:03:00,890.0,3.1584,1,leg_gt,3.58,60 -32795,buy_mtf_cross_all_tf,buy,2025-12-05 23:06:00,888.0,3.391,1,leg_gt,3.58,60 -32796,buy_mtf_cross_all_tf,buy,2025-12-05 23:15:00,887.0,3.5077,1,leg_gt,3.58,60 -32797,buy_mtf_cross_all_tf,buy,2025-12-05 23:21:00,886.0,3.6246,1,leg_gt,3.57,60 -32798,buy_mtf_cross_all_tf,buy,2025-12-05 23:24:00,886.0,3.6246,1,leg_gt,3.57,60 -32799,buy_mtf_cross_all_tf,buy,2025-12-05 23:27:00,886.0,3.6246,1,leg_gt,3.57,60 -32800,buy_mtf_cross_all_tf,buy,2025-12-05 23:30:00,886.0,3.6246,1,leg_gt,3.56,60 -32801,buy_mtf_cross_all_tf,buy,2025-12-05 23:45:00,884.0,3.8593,1,leg_gt,3.55,60 -32802,buy_mtf_cross_all_tf,buy,2025-12-05 23:54:00,882.0,4.095,1,leg_gt,3.55,60 -32803,buy_mtf_cross_all_tf,buy,2025-12-05 23:57:00,881.0,4.2133,1,leg_gt,3.55,60 -32804,buy_mtf_cross_all_tf,buy,2025-12-06 01:15:00,870.0,5.5322,1,leg_gt,3.49,60 -32805,buy_mtf_cross_all_tf,buy,2025-12-06 01:18:00,871.0,5.4109,1,leg_gt,3.49,60 -32806,buy_mtf_cross_all_tf,buy,2025-12-06 01:24:00,872.0,5.2899,1,leg_gt,3.49,60 -32807,buy_mtf_cross_all_tf,buy,2025-12-06 01:27:00,871.0,5.4109,1,leg_gt,3.48,60 -32808,buy_mtf_cross_all_tf,buy,2025-12-06 01:30:00,870.0,5.5322,1,leg_gt,3.48,60 -32809,buy_mtf_cross_all_tf,buy,2025-12-06 01:33:00,869.0,5.6537,1,leg_gt,3.48,60 -32810,buy_mtf_cross_all_tf,buy,2025-12-06 01:36:00,866.0,6.0201,1,leg_gt,3.48,60 -32811,buy_mtf_cross_all_tf,buy,2025-12-06 01:39:00,861.0,6.6364,1,leg_gt,3.48,60 -32812,buy_mtf_cross_all_tf,buy,2025-12-06 01:42:00,856.0,7.2598,1,leg_gt,3.47,60 -32813,buy_mtf_cross_all_tf,buy,2025-12-06 01:45:00,859.0,6.8849,1,leg_gt,3.47,60 -32814,buy_mtf_cross_all_tf,buy,2025-12-06 01:48:00,857.0,7.1345,1,leg_gt,3.47,60 -32815,buy_mtf_cross_all_tf,buy,2025-12-06 01:51:00,856.0,7.2598,1,leg_gt,3.47,60 -32816,buy_mtf_cross_all_tf,buy,2025-12-06 01:54:00,858.0,7.0096,1,leg_gt,3.46,60 -32817,buy_mtf_cross_all_tf,buy,2025-12-06 04:00:00,850.0,8.0176,1,leg_gt,3.38,60 -32818,buy_mtf_cross_all_tf,buy,2025-12-06 04:03:00,847.0,8.4006,1,leg_gt,3.38,60 -32819,buy_mtf_cross_all_tf,buy,2025-12-06 05:57:00,846.0,8.5288,1,leg_gt,3.3,60 -32820,buy_mtf_cross_all_tf,buy,2025-12-06 06:00:00,846.0,8.5288,1,leg_gt,3.29,60 -32821,buy_mtf_cross_all_tf,buy,2025-12-06 18:00:00,861.0,6.6364,1,leg_gt,2.79,60 -32822,buy_mtf_cross_all_tf,buy,2025-12-06 18:06:00,861.0,6.6364,1,leg_gt,2.79,60 -32823,buy_mtf_cross_all_tf,buy,2025-12-06 18:09:00,861.0,6.6364,1,leg_gt,2.79,60 -32824,buy_mtf_cross_all_tf,buy,2025-12-06 19:00:00,860.0,6.7605,1,leg_gt,2.75,60 -32825,buy_mtf_cross_all_tf,buy,2025-12-06 19:03:00,860.0,6.7605,1,leg_gt,2.75,60 -32826,buy_mtf_cross_all_tf,buy,2025-12-06 19:09:00,859.0,6.8849,1,leg_gt,2.75,60 -32827,buy_mtf_cross_all_tf,buy,2025-12-06 19:27:00,858.0,7.0096,1,leg_gt,2.73,60 -32828,buy_mtf_cross_all_tf,buy,2025-12-06 19:36:00,857.0,7.1345,1,leg_gt,2.73,60 -32829,buy_mtf_cross_all_tf,buy,2025-12-06 19:39:00,857.0,7.1345,1,leg_gt,2.72,60 -32830,buy_mtf_cross_all_tf,buy,2025-12-06 19:42:00,856.0,7.2598,1,leg_gt,2.72,60 -32831,buy_mtf_cross_all_tf,buy,2025-12-06 19:45:00,857.0,7.1345,1,leg_gt,2.72,60 -32832,buy_mtf_cross_all_tf,buy,2025-12-06 19:51:00,856.0,7.2598,1,leg_gt,2.72,60 -32833,buy_mtf_cross_all_tf,buy,2025-12-06 19:54:00,856.0,7.2598,1,leg_gt,2.71,60 -32834,buy_mtf_cross_all_tf,buy,2025-12-06 19:57:00,856.0,7.2598,1,leg_gt,2.71,60 -32835,buy_mtf_cross_all_tf,buy,2025-12-06 20:00:00,855.0,7.3854,1,leg_gt,2.71,60 -32836,buy_mtf_cross_all_tf,buy,2025-12-07 18:42:00,862.0,6.5125,1,leg_gt,1.76,60 -32837,buy_mtf_cross_all_tf,buy,2025-12-07 18:45:00,861.0,6.6364,1,leg_gt,1.76,60 -32838,buy_mtf_cross_all_tf,buy,2025-12-07 18:48:00,861.0,6.6364,1,leg_gt,1.76,60 -32839,buy_mtf_cross_all_tf,buy,2025-12-07 18:51:00,860.0,6.7605,1,leg_gt,1.76,60 -32840,buy_mtf_cross_all_tf,buy,2025-12-07 18:54:00,860.0,6.7605,1,leg_gt,1.76,60 -32841,buy_mtf_cross_all_tf,buy,2025-12-07 19:00:00,860.0,6.7605,1,leg_gt,1.75,60 -32842,buy_mtf_cross_all_tf,buy,2025-12-07 19:03:00,860.0,6.7605,1,leg_gt,1.75,60 -32843,buy_mtf_cross_all_tf,buy,2025-12-07 19:06:00,860.0,6.7605,1,leg_gt,1.75,60 -32844,buy_mtf_cross_all_tf,buy,2025-12-07 22:33:00,860.0,6.7605,1,leg_gt,1.6,60 -32845,buy_mtf_cross_all_tf,buy,2025-12-07 22:51:00,857.0,7.1345,1,leg_gt,1.59,60 -32846,buy_mtf_cross_all_tf,buy,2025-12-07 22:54:00,856.0,7.2598,1,leg_gt,1.59,60 -32847,buy_mtf_cross_all_tf,buy,2025-12-07 23:00:00,856.0,7.2598,1,leg_gt,1.59,60 -32848,buy_mtf_cross_all_tf,buy,2025-12-07 23:06:00,855.0,7.3854,1,leg_gt,1.58,60 -32849,buy_mtf_cross_all_tf,buy,2025-12-07 23:09:00,853.0,7.6374,1,leg_gt,1.58,60 -32850,buy_mtf_cross_all_tf,buy,2025-12-07 23:12:00,854.0,7.5112,1,leg_gt,1.58,60 -32851,buy_mtf_cross_all_tf,buy,2025-12-07 23:15:00,853.0,7.6374,1,leg_gt,1.58,60 -32852,buy_mtf_cross_all_tf,buy,2025-12-07 23:21:00,852.0,7.7638,1,leg_gt,1.57,60 -32853,buy_mtf_cross_all_tf,buy,2025-12-07 23:42:00,842.0,9.0449,1,leg_gt,1.56,60 -32854,buy_mtf_cross_all_tf,buy,2025-12-07 23:45:00,841.0,9.1747,1,leg_gt,1.55,60 -32855,buy_mtf_cross_all_tf,buy,2025-12-07 23:48:00,839.0,9.4352,1,leg_gt,1.55,60 -32856,buy_mtf_cross_all_tf,buy,2025-12-07 23:57:00,836.0,9.8282,1,leg_gt,1.55,60 -32857,buy_mtf_cross_all_tf,buy,2025-12-11 08:42:00,918.0,-14.6969,0,leg_gt,8.88,60 -32858,buy_mtf_cross_all_tf,buy,2025-12-11 08:45:00,917.0,-14.6038,0,leg_gt,8.88,60 -32859,buy_mtf_cross_all_tf,buy,2025-12-11 08:48:00,918.0,-14.6969,0,leg_gt,8.88,60 -32860,buy_mtf_cross_all_tf,buy,2025-12-11 08:51:00,918.0,-14.6969,0,leg_gt,8.87,60 -32861,buy_mtf_cross_all_tf,buy,2025-12-11 08:54:00,916.0,-14.5105,0,leg_gt,8.87,60 -32862,buy_mtf_cross_all_tf,buy,2025-12-11 09:00:00,915.0,-14.4169,0,leg_gt,8.87,60 -32863,buy_mtf_cross_all_tf,buy,2025-12-11 09:03:00,916.0,-14.5105,0,leg_gt,8.86,60 -32864,buy_mtf_cross_all_tf,buy,2025-12-11 09:06:00,916.0,-14.5105,0,leg_gt,8.86,60 -32865,buy_mtf_cross_all_tf,buy,2025-12-11 09:09:00,913.0,-14.2292,0,leg_gt,8.86,60 -32866,buy_mtf_cross_all_tf,buy,2025-12-11 09:12:00,914.0,-14.3232,0,leg_gt,8.86,60 -32867,buy_mtf_cross_all_tf,buy,2025-12-11 09:15:00,913.0,-14.2292,0,leg_gt,8.86,60 -32868,buy_mtf_cross_all_tf,buy,2025-12-11 09:18:00,913.0,-14.2292,0,leg_gt,8.85,60 -32869,buy_mtf_cross_all_tf,buy,2025-12-11 09:24:00,910.0,-13.9462,0,leg_gt,8.85,60 -32870,buy_mtf_cross_all_tf,buy,2025-12-11 09:27:00,910.0,-13.9462,0,leg_gt,8.85,60 -32871,buy_mtf_cross_all_tf,buy,2025-12-11 09:30:00,909.0,-13.8514,0,leg_gt,8.85,60 -32872,buy_mtf_cross_all_tf,buy,2025-12-11 09:33:00,908.0,-13.7564,0,leg_gt,8.84,60 -32873,buy_mtf_cross_all_tf,buy,2025-12-11 09:36:00,908.0,-13.7564,0,leg_gt,8.84,60 -32874,buy_mtf_cross_all_tf,buy,2025-12-11 09:57:00,898.0,-12.7949,0,leg_gt,8.83,60 -32875,buy_mtf_cross_all_tf,buy,2025-12-11 10:00:00,897.0,-12.6975,0,leg_gt,8.82,60 -32876,buy_mtf_cross_all_tf,buy,2025-12-11 10:03:00,895.0,-12.5022,0,leg_gt,8.82,60 -32877,buy_mtf_cross_all_tf,buy,2025-12-11 10:06:00,893.0,-12.306,0,leg_gt,8.82,60 -32878,buy_mtf_cross_all_tf,buy,2025-12-11 10:09:00,895.0,-12.5022,0,leg_gt,8.82,60 -32879,buy_mtf_cross_all_tf,buy,2025-12-11 10:12:00,893.0,-12.306,0,leg_gt,8.82,60 -32880,buy_mtf_cross_all_tf,buy,2025-12-11 10:15:00,892.0,-12.2076,0,leg_gt,8.81,60 -32881,buy_mtf_cross_all_tf,buy,2025-12-11 10:18:00,892.0,-12.2076,0,leg_gt,8.81,60 -32882,buy_mtf_cross_all_tf,buy,2025-12-11 10:21:00,890.0,-12.0101,0,leg_gt,8.81,60 -32883,buy_mtf_cross_all_tf,buy,2025-12-11 10:24:00,891.0,-12.109,0,leg_gt,8.81,60 -32884,buy_mtf_cross_all_tf,buy,2025-12-11 11:00:00,891.0,-12.109,0,leg_gt,8.78,60 -32885,buy_mtf_cross_all_tf,buy,2025-12-11 11:03:00,888.0,-11.8117,0,leg_gt,8.78,60 -32886,buy_mtf_cross_all_tf,buy,2025-12-11 11:06:00,889.0,-11.911,0,leg_gt,8.78,60 -32887,buy_mtf_cross_all_tf,buy,2025-12-11 11:09:00,888.0,-11.8117,0,leg_gt,8.78,60 -32888,buy_mtf_cross_all_tf,buy,2025-12-11 11:30:00,882.0,-11.2111,0,leg_gt,8.76,60 -32889,buy_mtf_cross_all_tf,buy,2025-12-11 11:33:00,881.0,-11.1102,0,leg_gt,8.76,60 -32890,buy_mtf_cross_all_tf,buy,2025-12-11 11:36:00,882.0,-11.2111,0,leg_gt,8.76,60 -32891,buy_mtf_cross_all_tf,buy,2025-12-11 12:18:00,870.0,-9.9851,0,leg_gt,8.73,60 -32892,buy_mtf_cross_all_tf,buy,2025-12-11 12:21:00,873.0,-10.2947,0,leg_gt,8.73,60 -32893,buy_mtf_cross_all_tf,buy,2025-12-11 12:30:00,871.0,-10.0885,0,leg_gt,8.72,60 -32894,buy_mtf_cross_all_tf,buy,2025-12-11 12:33:00,868.0,-9.7774,0,leg_gt,8.72,60 -32895,buy_mtf_cross_all_tf,buy,2025-12-11 12:36:00,870.0,-9.9851,0,leg_gt,8.72,60 -32896,buy_mtf_cross_all_tf,buy,2025-12-11 12:39:00,869.0,-9.8814,0,leg_gt,8.71,60 -32897,buy_mtf_cross_all_tf,buy,2025-12-11 12:45:00,868.0,-9.7774,0,leg_gt,8.71,60 -32898,buy_mtf_cross_all_tf,buy,2025-12-11 13:00:00,868.0,-9.7774,0,leg_gt,8.7,60 -32899,buy_mtf_cross_all_tf,buy,2025-12-11 13:03:00,866.0,-9.5688,0,leg_gt,8.7,60 -32900,buy_mtf_cross_all_tf,buy,2025-12-11 19:45:00,876.0,-10.6023,0,leg_gt,8.42,60 -32901,buy_mtf_cross_all_tf,buy,2025-12-11 23:45:00,876.0,-10.6023,0,leg_gt,8.25,60 -32902,buy_mtf_cross_all_tf,buy,2025-12-12 08:12:00,882.0,-11.2111,0,leg_gt,7.9,60 -32903,buy_mtf_cross_all_tf,buy,2025-12-12 08:15:00,881.0,-11.1102,0,leg_gt,7.9,60 -32904,buy_mtf_cross_all_tf,buy,2025-12-12 08:21:00,880.0,-11.0091,0,leg_gt,7.89,60 -32905,buy_mtf_cross_all_tf,buy,2025-12-12 08:30:00,881.0,-11.1102,0,leg_gt,7.89,60 -32906,buy_mtf_cross_all_tf,buy,2025-12-12 10:12:00,878.0,-10.8062,0,leg_gt,7.82,60 -32907,buy_mtf_cross_all_tf,buy,2025-12-12 10:15:00,879.0,-10.9077,0,leg_gt,7.81,60 -32908,buy_mtf_cross_all_tf,buy,2025-12-13 00:15:00,892.0,-12.2076,0,leg_gt,7.23,60 -32909,buy_mtf_cross_all_tf,buy,2025-12-13 00:21:00,892.0,-12.2076,0,leg_gt,7.23,60 -32910,buy_mtf_cross_all_tf,buy,2025-12-13 00:24:00,888.0,-11.8117,0,leg_gt,7.22,60 -32911,buy_mtf_cross_all_tf,buy,2025-12-13 00:42:00,872.0,-10.1917,0,leg_gt,7.21,60 -32912,buy_mtf_cross_all_tf,buy,2025-12-13 00:45:00,874.0,-10.3975,0,leg_gt,7.21,60 -32913,buy_mtf_cross_all_tf,buy,2025-12-13 00:48:00,875.0,-10.5,0,leg_gt,7.21,60 -32914,buy_mtf_cross_all_tf,buy,2025-12-13 00:51:00,873.0,-10.2947,0,leg_gt,7.21,60 -32915,buy_mtf_cross_all_tf,buy,2025-12-13 00:54:00,869.0,-9.8814,0,leg_gt,7.2,60 -32916,buy_mtf_cross_all_tf,buy,2025-12-13 00:57:00,868.0,-9.7774,0,leg_gt,7.2,60 -32917,buy_mtf_cross_all_tf,buy,2025-12-13 01:12:00,857.0,-8.6181,0,leg_gt,7.19,60 -32918,buy_mtf_cross_all_tf,buy,2025-12-13 01:15:00,858.0,-8.7247,0,leg_gt,7.19,60 -32919,buy_mtf_cross_all_tf,buy,2025-12-13 01:18:00,856.0,-8.5112,0,leg_gt,7.19,60 -32920,buy_mtf_cross_all_tf,buy,2025-12-13 01:21:00,856.0,-8.5112,0,leg_gt,7.19,60 -32921,buy_mtf_cross_all_tf,buy,2025-12-13 01:24:00,853.0,-8.1891,0,leg_gt,7.18,60 -32922,buy_mtf_cross_all_tf,buy,2025-12-13 01:39:00,850.0,-7.8647,0,leg_gt,7.17,60 -32923,buy_mtf_cross_all_tf,buy,2025-12-13 01:42:00,850.0,-7.8647,0,leg_gt,7.17,60 -32924,buy_mtf_cross_all_tf,buy,2025-12-13 01:45:00,847.0,-7.538,0,leg_gt,7.17,60 -32925,buy_mtf_cross_all_tf,buy,2025-12-13 01:48:00,850.0,-7.8647,0,leg_gt,7.17,60 -32926,buy_mtf_cross_all_tf,buy,2025-12-13 01:51:00,850.0,-7.8647,0,leg_gt,7.16,60 -32927,buy_mtf_cross_all_tf,buy,2025-12-14 10:21:00,883.0,-11.3118,0,leg_gt,5.81,60 -32928,buy_mtf_cross_all_tf,buy,2025-12-14 10:24:00,882.0,-11.2111,0,leg_gt,5.81,60 -32929,buy_mtf_cross_all_tf,buy,2025-12-14 10:27:00,882.0,-11.2111,0,leg_gt,5.81,60 -32930,buy_mtf_cross_all_tf,buy,2025-12-14 10:30:00,882.0,-11.2111,0,leg_gt,5.8,60 -32931,buy_mtf_cross_all_tf,buy,2025-12-14 10:33:00,882.0,-11.2111,0,leg_gt,5.8,60 -32932,buy_mtf_cross_all_tf,buy,2025-12-14 10:51:00,879.0,-10.9077,0,leg_gt,5.79,60 -32933,buy_mtf_cross_all_tf,buy,2025-12-14 10:54:00,879.0,-10.9077,0,leg_gt,5.79,60 -32934,buy_mtf_cross_all_tf,buy,2025-12-14 12:42:00,878.0,-10.8062,0,leg_gt,5.71,60 -32935,buy_mtf_cross_all_tf,buy,2025-12-14 12:45:00,878.0,-10.8062,0,leg_gt,5.71,60 -32936,buy_mtf_cross_all_tf,buy,2025-12-14 12:48:00,878.0,-10.8062,0,leg_gt,5.71,60 -32937,buy_mtf_cross_all_tf,buy,2025-12-14 13:24:00,877.0,-10.7043,0,leg_gt,5.68,60 -32938,buy_mtf_cross_all_tf,buy,2025-12-14 14:03:00,872.0,-10.1917,0,leg_gt,5.66,60 -32939,buy_mtf_cross_all_tf,buy,2025-12-14 14:09:00,871.0,-10.0885,0,leg_gt,5.65,60 -32940,buy_mtf_cross_all_tf,buy,2025-12-14 14:12:00,870.0,-9.9851,0,leg_gt,5.65,60 -32941,buy_mtf_cross_all_tf,buy,2025-12-14 14:15:00,871.0,-10.0885,0,leg_gt,5.65,60 -32942,buy_mtf_cross_all_tf,buy,2025-12-14 14:18:00,870.0,-9.9851,0,leg_gt,5.65,60 -32943,buy_mtf_cross_all_tf,buy,2025-12-14 14:24:00,869.0,-9.8814,0,leg_gt,5.64,60 -32944,buy_mtf_cross_all_tf,buy,2025-12-14 14:27:00,869.0,-9.8814,0,leg_gt,5.64,60 -32945,buy_mtf_cross_all_tf,buy,2025-12-14 14:30:00,869.0,-9.8814,0,leg_gt,5.64,60 -32946,buy_mtf_cross_all_tf,buy,2025-12-14 14:33:00,869.0,-9.8814,0,leg_gt,5.64,60 -32947,buy_mtf_cross_all_tf,buy,2025-12-14 14:36:00,869.0,-9.8814,0,leg_gt,5.63,60 -32948,buy_mtf_cross_all_tf,buy,2025-12-14 14:39:00,869.0,-9.8814,0,leg_gt,5.63,60 -32949,buy_mtf_cross_all_tf,buy,2025-12-14 19:36:00,868.0,-9.7774,0,leg_gt,5.42,60 -32950,buy_mtf_cross_all_tf,buy,2025-12-14 19:39:00,867.0,-9.6732,0,leg_gt,5.42,60 -32951,buy_mtf_cross_all_tf,buy,2025-12-14 19:42:00,868.0,-9.7774,0,leg_gt,5.42,60 -32952,buy_mtf_cross_all_tf,buy,2025-12-14 19:54:00,867.0,-9.6732,0,leg_gt,5.41,60 -32953,buy_mtf_cross_all_tf,buy,2025-12-14 20:00:00,867.0,-9.6732,0,leg_gt,5.41,60 -32954,buy_mtf_cross_all_tf,buy,2025-12-14 20:21:00,866.0,-9.5688,0,leg_gt,5.39,60 -32955,buy_mtf_cross_all_tf,buy,2025-12-14 20:27:00,865.0,-9.4642,0,leg_gt,5.39,60 -32956,buy_mtf_cross_all_tf,buy,2025-12-14 20:33:00,864.0,-9.3593,0,leg_gt,5.39,60 -32957,buy_mtf_cross_all_tf,buy,2025-12-14 21:06:00,860.0,-8.9372,0,leg_gt,5.36,60 -32958,buy_mtf_cross_all_tf,buy,2025-12-15 00:00:00,854.0,-8.2967,0,leg_gt,5.24,60 -32959,buy_mtf_cross_all_tf,buy,2025-12-15 00:03:00,854.0,-8.2967,0,leg_gt,5.24,60 -32960,buy_mtf_cross_all_tf,buy,2025-12-15 00:06:00,853.0,-8.1891,0,leg_gt,5.24,60 -32961,buy_mtf_cross_all_tf,buy,2025-12-15 00:12:00,853.0,-8.1891,0,leg_gt,5.23,60 -32962,buy_mtf_cross_all_tf,buy,2025-12-15 02:27:00,848.0,-7.6472,0,leg_gt,5.14,60 -32963,buy_mtf_cross_all_tf,buy,2025-12-15 02:30:00,848.0,-7.6472,0,leg_gt,5.14,60 -32964,buy_mtf_cross_all_tf,buy,2025-12-15 02:33:00,847.0,-7.538,0,leg_gt,5.14,60 -32965,buy_mtf_cross_all_tf,buy,2025-12-15 02:42:00,847.0,-7.538,0,leg_gt,5.13,60 -32966,buy_mtf_cross_all_tf,buy,2025-12-15 02:48:00,846.0,-7.4286,0,leg_gt,5.12,60 -32967,buy_mtf_cross_all_tf,buy,2025-12-15 04:27:00,844.0,-7.209,0,leg_gt,5.06,60 -32968,buy_mtf_cross_all_tf,buy,2025-12-15 05:12:00,843.0,-7.0988,0,leg_gt,5.03,60 -32969,buy_mtf_cross_all_tf,buy,2025-12-15 06:00:00,843.0,-7.0988,0,leg_gt,4.99,60 -32970,buy_mtf_cross_all_tf,buy,2025-12-15 06:03:00,843.0,-7.0988,0,leg_gt,4.99,60 -32971,buy_mtf_cross_all_tf,buy,2025-12-15 06:06:00,842.0,-6.9884,0,leg_gt,4.99,60 -32972,buy_mtf_cross_all_tf,buy,2025-12-15 06:15:00,841.0,-6.8776,0,leg_gt,4.98,60 -32973,buy_mtf_cross_all_tf,buy,2025-12-15 06:42:00,841.0,-6.8776,0,leg_gt,4.96,60 -32974,buy_mtf_cross_all_tf,buy,2025-12-15 06:45:00,840.0,-6.7667,0,leg_gt,4.96,60 -32975,buy_mtf_cross_all_tf,buy,2025-12-15 06:57:00,838.0,-6.5439,0,leg_gt,4.95,60 -32976,buy_mtf_cross_all_tf,buy,2025-12-15 07:00:00,838.0,-6.5439,0,leg_gt,4.95,60 -32977,buy_mtf_cross_all_tf,buy,2025-12-15 07:36:00,838.0,-6.5439,0,leg_gt,4.92,60 -32978,buy_mtf_cross_all_tf,buy,2025-12-15 21:18:00,858.0,-8.7247,0,leg_gt,4.35,60 -32979,buy_mtf_cross_all_tf,buy,2025-12-15 22:15:00,857.0,-8.6181,0,leg_gt,4.31,60 -32980,buy_mtf_cross_all_tf,buy,2025-12-15 22:21:00,857.0,-8.6181,0,leg_gt,4.31,60 -32981,buy_mtf_cross_all_tf,buy,2025-12-15 22:24:00,855.0,-8.4041,0,leg_gt,4.31,60 -32982,buy_mtf_cross_all_tf,buy,2025-12-15 22:27:00,856.0,-8.5112,0,leg_gt,4.31,60 -32983,buy_mtf_cross_all_tf,buy,2025-12-15 22:30:00,855.0,-8.4041,0,leg_gt,4.3,60 -32984,buy_mtf_cross_all_tf,buy,2025-12-15 22:33:00,855.0,-8.4041,0,leg_gt,4.3,60 -32985,buy_mtf_cross_all_tf,buy,2025-12-15 22:39:00,852.0,-8.0812,0,leg_gt,4.3,60 -32986,buy_mtf_cross_all_tf,buy,2025-12-15 22:54:00,852.0,-8.0812,0,leg_gt,4.29,60 -32987,buy_mtf_cross_all_tf,buy,2025-12-15 23:00:00,852.0,-8.0812,0,leg_gt,4.28,60 -32988,buy_mtf_cross_all_tf,buy,2025-12-16 00:12:00,835.0,-6.2078,0,leg_gt,4.23,60 -32989,buy_mtf_cross_all_tf,buy,2025-12-16 00:36:00,811.0,-3.4292,0,leg_gt,4.22,60 -32990,buy_mtf_cross_all_tf,buy,2025-12-16 00:39:00,813.0,-3.667,0,leg_gt,4.21,60 -32991,buy_mtf_cross_all_tf,buy,2025-12-16 00:42:00,809.0,-3.1902,0,leg_gt,4.21,60 -32992,buy_mtf_cross_all_tf,buy,2025-12-16 00:54:00,808.0,-3.0703,0,leg_gt,4.2,60 -32993,buy_mtf_cross_all_tf,buy,2025-12-16 01:54:00,797.0,-1.7311,0,leg_gt,4.16,60 -32994,buy_mtf_cross_all_tf,buy,2025-12-16 01:57:00,794.0,-1.3594,0,leg_gt,4.16,60 -32995,buy_mtf_cross_all_tf,buy,2025-12-16 02:00:00,796.0,-1.6075,0,leg_gt,4.16,60 -32996,buy_mtf_cross_all_tf,buy,2025-12-16 02:03:00,796.0,-1.6075,0,leg_gt,4.16,60 -32997,buy_mtf_cross_all_tf,buy,2025-12-16 02:12:00,795.0,-1.4836,0,leg_gt,4.15,60 -32998,buy_mtf_cross_all_tf,buy,2025-12-16 02:15:00,793.0,-1.2349,0,leg_gt,4.15,60 -32999,buy_mtf_cross_all_tf,buy,2025-12-16 02:18:00,793.0,-1.2349,0,leg_gt,4.15,60 -33000,buy_mtf_cross_all_tf,buy,2025-12-16 03:30:00,791.0,-0.985,0,leg_gt,4.1,60 -33001,buy_mtf_cross_all_tf,buy,2025-12-16 05:21:00,787.0,-0.4812,0,leg_gt,4.02,60 -33002,buy_mtf_cross_all_tf,buy,2025-12-16 05:30:00,789.0,-0.7337,0,leg_gt,4.01,60 -33003,buy_mtf_cross_all_tf,buy,2025-12-16 10:06:00,794.0,-1.3594,0,leg_gt,3.82,60 -33004,buy_mtf_cross_all_tf,buy,2025-12-16 10:09:00,794.0,-1.3594,0,leg_gt,3.82,60 -33005,buy_mtf_cross_all_tf,buy,2025-12-16 10:30:00,792.0,-1.1101,0,leg_gt,3.8,60 -33006,buy_mtf_cross_all_tf,buy,2025-12-16 10:42:00,792.0,-1.1101,0,leg_gt,3.8,60 -33007,buy_mtf_cross_all_tf,buy,2025-12-16 11:12:00,791.0,-0.985,0,leg_gt,3.78,60 -33008,buy_mtf_cross_all_tf,buy,2025-12-16 13:57:00,789.0,-0.7337,0,leg_gt,3.66,60 -33009,buy_mtf_cross_all_tf,buy,2025-12-16 14:00:00,789.0,-0.7337,0,leg_gt,3.66,60 -33010,buy_mtf_cross_all_tf,buy,2025-12-16 14:03:00,789.0,-0.7337,0,leg_gt,3.66,60 -33011,buy_mtf_cross_all_tf,buy,2025-12-16 14:30:00,787.0,-0.4812,0,leg_gt,3.64,60 -33012,buy_mtf_cross_all_tf,buy,2025-12-16 16:30:00,786.0,-0.3545,0,leg_gt,3.55,60 -33013,buy_mtf_cross_all_tf,buy,2025-12-16 16:33:00,787.0,-0.4812,0,leg_gt,3.55,60 -33014,buy_mtf_cross_all_tf,buy,2025-12-16 16:36:00,785.0,-0.2274,0,leg_gt,3.55,60 -33015,buy_mtf_cross_all_tf,buy,2025-12-16 16:39:00,784.0,-0.1,0,leg_gt,3.55,60 -33016,buy_mtf_cross_all_tf,buy,2025-12-16 16:51:00,778.0,0.6712,1,leg_gt,3.54,60 -33017,buy_mtf_cross_all_tf,buy,2025-12-16 16:54:00,777.0,0.8009,1,leg_gt,3.54,60 -33018,buy_mtf_cross_all_tf,buy,2025-12-16 17:00:00,777.0,0.8009,1,leg_gt,3.53,60 -33019,buy_mtf_cross_all_tf,buy,2025-12-17 01:45:00,786.0,-0.3545,0,leg_gt,3.17,60 -33020,buy_mtf_cross_all_tf,buy,2025-12-17 01:48:00,787.0,-0.4812,0,leg_gt,3.17,60 -33021,buy_mtf_cross_all_tf,buy,2025-12-17 02:30:00,785.0,-0.2274,0,leg_gt,3.14,60 -33022,buy_mtf_cross_all_tf,buy,2025-12-17 02:33:00,785.0,-0.2274,0,leg_gt,3.14,60 -33023,buy_mtf_cross_all_tf,buy,2025-12-17 02:45:00,782.0,0.1558,1,leg_gt,3.13,60 -33024,buy_mtf_cross_all_tf,buy,2025-12-17 02:48:00,781.0,0.2841,1,leg_gt,3.12,60 -33025,buy_mtf_cross_all_tf,buy,2025-12-17 02:51:00,780.0,0.4128,1,leg_gt,3.12,60 -33026,buy_mtf_cross_all_tf,buy,2025-12-17 02:54:00,782.0,0.1558,1,leg_gt,3.12,60 -33027,buy_mtf_cross_all_tf,buy,2025-12-17 02:57:00,781.0,0.2841,1,leg_gt,3.12,60 -33028,buy_mtf_cross_all_tf,buy,2025-12-17 03:00:00,781.0,0.2841,1,leg_gt,3.12,60 -33029,buy_mtf_cross_all_tf,buy,2025-12-17 09:30:00,782.0,0.1558,1,leg_gt,2.85,60 -33030,buy_mtf_cross_all_tf,buy,2025-12-17 09:33:00,781.0,0.2841,1,leg_gt,2.84,60 -33031,buy_mtf_cross_all_tf,buy,2025-12-17 09:42:00,780.0,0.4128,1,leg_gt,2.84,60 -33032,buy_mtf_cross_all_tf,buy,2025-12-17 13:00:00,780.0,0.4128,1,leg_gt,2.7,60 -33033,buy_mtf_cross_all_tf,buy,2025-12-17 13:39:00,777.0,0.8009,1,leg_gt,2.67,60 -33034,buy_mtf_cross_all_tf,buy,2025-12-17 13:45:00,777.0,0.8009,1,leg_gt,2.67,60 -33035,buy_mtf_cross_all_tf,buy,2025-12-17 14:00:00,769.0,1.8506,1,leg_gt,2.66,60 -33036,buy_mtf_cross_all_tf,buy,2025-12-17 14:03:00,766.0,2.2499,1,leg_gt,2.66,60 -33037,buy_mtf_cross_all_tf,buy,2025-12-17 16:00:00,767.0,2.1164,1,leg_gt,2.58,60 -33038,buy_mtf_cross_all_tf,buy,2025-12-17 16:03:00,765.0,2.3837,1,leg_gt,2.57,60 -33039,buy_mtf_cross_all_tf,buy,2025-12-17 16:15:00,765.0,2.3837,1,leg_gt,2.56,60 -33040,buy_mtf_cross_all_tf,buy,2025-12-17 17:33:00,763.0,2.6523,1,leg_gt,2.51,60 -33041,buy_mtf_cross_all_tf,buy,2025-12-17 17:36:00,763.0,2.6523,1,leg_gt,2.51,60 -33042,buy_mtf_cross_all_tf,buy,2025-12-18 01:21:00,760.0,3.0579,1,leg_gt,2.19,60 -33043,buy_mtf_cross_all_tf,buy,2025-12-18 01:24:00,756.0,3.6037,1,leg_gt,2.18,60 -33044,buy_mtf_cross_all_tf,buy,2025-12-18 01:27:00,754.0,3.8788,1,leg_gt,2.18,60 -33045,buy_mtf_cross_all_tf,buy,2025-12-18 01:30:00,752.0,4.1553,1,leg_gt,2.18,60 -33046,buy_mtf_cross_all_tf,buy,2025-12-18 01:33:00,749.0,4.5729,1,leg_gt,2.18,60 -33047,buy_mtf_cross_all_tf,buy,2025-12-18 01:36:00,752.0,4.1553,1,leg_gt,2.17,60 -33048,buy_mtf_cross_all_tf,buy,2025-12-18 01:39:00,752.0,4.1553,1,leg_gt,2.17,60 -33049,buy_mtf_cross_all_tf,buy,2025-12-18 01:42:00,749.0,4.5729,1,leg_gt,2.17,60 -33050,buy_mtf_cross_all_tf,buy,2025-12-18 02:48:00,748.0,4.7128,1,leg_gt,2.12,60 -33051,buy_mtf_cross_all_tf,buy,2025-12-18 03:54:00,743.0,5.4182,1,leg_gt,2.08,60 -33052,buy_mtf_cross_all_tf,buy,2025-12-18 03:57:00,741.0,5.703,1,leg_gt,2.08,60 -33053,buy_mtf_cross_all_tf,buy,2025-12-18 04:00:00,742.0,5.5604,1,leg_gt,2.08,60 -33054,buy_mtf_cross_all_tf,buy,2025-12-18 04:06:00,742.0,5.5604,1,leg_gt,2.07,60 -33055,buy_mtf_cross_all_tf,buy,2025-12-18 04:09:00,740.0,5.8459,1,leg_gt,2.07,60 -33056,buy_mtf_cross_all_tf,buy,2025-12-18 04:12:00,740.0,5.8459,1,leg_gt,2.07,60 -33057,buy_mtf_cross_all_tf,buy,2025-12-18 06:45:00,741.0,5.703,1,leg_gt,1.96,60 -33058,buy_mtf_cross_all_tf,buy,2025-12-18 06:48:00,741.0,5.703,1,leg_gt,1.96,60 -33059,buy_mtf_cross_all_tf,buy,2025-12-18 06:54:00,739.0,5.9893,1,leg_gt,1.95,60 -33060,buy_mtf_cross_all_tf,buy,2025-12-18 07:12:00,739.0,5.9893,1,leg_gt,1.94,60 -33061,buy_mtf_cross_all_tf,buy,2025-12-18 08:15:00,738.0,6.1331,1,leg_gt,1.9,60 -33062,buy_mtf_cross_all_tf,buy,2025-12-18 08:18:00,738.0,6.1331,1,leg_gt,1.9,60 -33063,buy_mtf_cross_all_tf,buy,2025-12-18 08:21:00,739.0,5.9893,1,leg_gt,1.89,60 -33064,buy_mtf_cross_all_tf,buy,2025-12-18 08:24:00,739.0,5.9893,1,leg_gt,1.89,60 -33065,buy_mtf_cross_all_tf,buy,2025-12-18 08:27:00,737.0,6.2772,1,leg_gt,1.89,60 -33066,buy_mtf_cross_all_tf,buy,2025-12-18 10:30:00,738.0,6.1331,1,leg_gt,1.8,60 -33067,buy_mtf_cross_all_tf,buy,2025-12-18 10:36:00,737.0,6.2772,1,leg_gt,1.8,60 -33068,buy_mtf_cross_all_tf,buy,2025-12-18 14:27:00,735.0,6.5667,1,leg_gt,1.64,60 -33069,buy_mtf_cross_all_tf,buy,2025-12-18 14:51:00,732.0,7.0038,1,leg_gt,1.62,60 -33070,buy_mtf_cross_all_tf,buy,2025-12-18 14:57:00,731.0,7.1503,1,leg_gt,1.62,60 -33071,buy_mtf_cross_all_tf,buy,2025-12-18 15:00:00,732.0,7.0038,1,leg_gt,1.62,60 -33072,buy_mtf_cross_all_tf,buy,2025-12-18 15:03:00,732.0,7.0038,1,leg_gt,1.61,60 -33073,buy_mtf_cross_all_tf,buy,2025-12-19 03:57:00,730.0,7.2973,1,leg_gt,1.08,60 -33074,buy_mtf_cross_all_tf,buy,2025-12-19 04:00:00,729.0,7.4446,1,leg_gt,1.08,60 -33075,buy_mtf_cross_all_tf,buy,2025-12-19 04:03:00,726.0,7.889,1,leg_gt,1.07,60 -33076,buy_mtf_cross_all_tf,buy,2025-12-19 04:36:00,725.0,8.0379,1,leg_gt,1.05,60 -33077,buy_mtf_cross_all_tf,buy,2025-12-19 04:54:00,712.0,10.0124,1,leg_gt,1.04,60 -33078,buy_mtf_cross_all_tf,buy,2025-12-19 05:00:00,709.0,10.4783,1,leg_gt,1.03,60 -33079,buy_mtf_cross_all_tf,buy,2025-12-19 10:30:00,710.0,10.3225,1,leg_gt,0.8,60 -33080,buy_mtf_cross_all_tf,buy,2025-12-19 10:33:00,710.0,10.3225,1,leg_gt,0.8,60 -33081,buy_mtf_cross_all_tf,buy,2025-12-19 10:39:00,709.0,10.4783,1,leg_gt,0.8,60 -33082,buy_mtf_cross_all_tf,buy,2025-12-19 10:51:00,709.0,10.4783,1,leg_gt,0.79,60 -33083,buy_mtf_cross_all_tf,buy,2025-12-21 09:45:00,777.0,10.5821,1,leg_gt,13.23,60 -33084,buy_mtf_cross_all_tf,buy,2025-12-21 09:48:00,776.0,10.7247,1,leg_gt,13.23,60 -33085,buy_mtf_cross_all_tf,buy,2025-12-21 09:57:00,776.0,10.7247,1,leg_gt,13.22,60 -33086,buy_mtf_cross_all_tf,buy,2025-12-21 10:12:00,775.0,10.8677,1,leg_gt,13.21,60 -33087,buy_mtf_cross_all_tf,buy,2025-12-21 10:27:00,774.0,11.0111,1,leg_gt,13.2,60 -33088,buy_mtf_cross_all_tf,buy,2025-12-21 10:33:00,774.0,11.0111,1,leg_gt,13.2,60 -33089,buy_mtf_cross_all_tf,buy,2025-12-21 10:51:00,770.0,11.5883,1,leg_gt,13.19,60 -33090,buy_mtf_cross_all_tf,buy,2025-12-21 10:54:00,769.0,11.7336,1,leg_gt,13.19,60 -33091,buy_mtf_cross_all_tf,buy,2025-12-21 10:57:00,769.0,11.7336,1,leg_gt,13.18,60 -33092,buy_mtf_cross_all_tf,buy,2025-12-21 11:00:00,769.0,11.7336,1,leg_gt,13.18,60 -33093,buy_mtf_cross_all_tf,buy,2025-12-21 11:03:00,768.0,11.8792,1,leg_gt,13.18,60 -33094,buy_mtf_cross_all_tf,buy,2025-12-21 11:12:00,767.0,12.0252,1,leg_gt,13.17,60 -33095,buy_mtf_cross_all_tf,buy,2025-12-21 11:15:00,767.0,12.0252,1,leg_gt,13.17,60 -33096,buy_mtf_cross_all_tf,buy,2025-12-21 11:18:00,765.0,12.3183,1,leg_gt,13.17,60 -33097,buy_mtf_cross_all_tf,buy,2025-12-21 11:21:00,765.0,12.3183,1,leg_gt,13.17,60 -33098,buy_mtf_cross_all_tf,buy,2025-12-21 11:33:00,764.0,12.4654,1,leg_gt,13.16,60 -33099,buy_mtf_cross_all_tf,buy,2025-12-21 11:36:00,764.0,12.4654,1,leg_gt,13.16,60 -33100,buy_mtf_cross_all_tf,buy,2025-12-21 11:39:00,763.0,12.613,1,leg_gt,13.15,60 -33101,buy_mtf_cross_all_tf,buy,2025-12-21 11:42:00,762.0,12.7609,1,leg_gt,13.15,60 -33102,buy_mtf_cross_all_tf,buy,2025-12-21 11:45:00,762.0,12.7609,1,leg_gt,13.15,60 -33103,buy_mtf_cross_all_tf,buy,2025-12-21 11:48:00,761.0,12.9092,1,leg_gt,13.15,60 -33104,buy_mtf_cross_all_tf,buy,2025-12-21 11:51:00,761.0,12.9092,1,leg_gt,13.15,60 -33105,buy_mtf_cross_all_tf,buy,2025-12-21 11:54:00,761.0,12.9092,1,leg_gt,13.14,60 -33106,buy_mtf_cross_all_tf,buy,2025-12-21 11:57:00,761.0,12.9092,1,leg_gt,13.14,60 -33107,buy_mtf_cross_all_tf,buy,2025-12-21 20:15:00,768.0,11.8792,1,leg_gt,12.8,60 -33108,buy_mtf_cross_all_tf,buy,2025-12-21 20:18:00,768.0,11.8792,1,leg_gt,12.79,60 -33109,buy_mtf_cross_all_tf,buy,2025-12-21 21:03:00,767.0,12.0252,1,leg_gt,12.76,60 -33110,buy_mtf_cross_all_tf,buy,2025-12-21 21:09:00,767.0,12.0252,1,leg_gt,12.76,60 -33111,buy_mtf_cross_all_tf,buy,2025-12-21 21:12:00,767.0,12.0252,1,leg_gt,12.76,60 -33112,buy_mtf_cross_all_tf,buy,2025-12-21 21:15:00,766.0,12.1715,1,leg_gt,12.75,60 -33113,buy_mtf_cross_all_tf,buy,2025-12-21 21:18:00,766.0,12.1715,1,leg_gt,12.75,60 -33114,buy_mtf_cross_all_tf,buy,2025-12-21 21:51:00,763.0,12.613,1,leg_gt,12.73,60 -33115,buy_mtf_cross_all_tf,buy,2025-12-21 21:54:00,762.0,12.7609,1,leg_gt,12.73,60 -33116,buy_mtf_cross_all_tf,buy,2025-12-21 22:03:00,761.0,12.9092,1,leg_gt,12.72,60 -33117,buy_mtf_cross_all_tf,buy,2025-12-21 22:15:00,755.0,13.8073,1,leg_gt,12.71,60 -33118,buy_mtf_cross_all_tf,buy,2025-12-21 22:18:00,754.0,13.9584,1,leg_gt,12.71,60 -33119,buy_mtf_cross_all_tf,buy,2025-12-21 22:21:00,755.0,13.8073,1,leg_gt,12.71,60 -33120,buy_mtf_cross_all_tf,buy,2025-12-21 22:24:00,753.0,14.1098,1,leg_gt,12.71,60 -33121,buy_mtf_cross_all_tf,buy,2025-12-21 22:27:00,753.0,14.1098,1,leg_gt,12.7,60 -33122,buy_mtf_cross_all_tf,buy,2025-12-21 22:30:00,750.0,14.5667,1,leg_gt,12.7,60 -33123,buy_mtf_cross_all_tf,buy,2025-12-21 22:45:00,743.0,15.647,1,leg_gt,12.69,60 -33124,buy_mtf_cross_all_tf,buy,2025-12-21 22:48:00,742.0,15.803,1,leg_gt,12.69,60 -33125,buy_mtf_cross_all_tf,buy,2025-12-21 22:51:00,742.0,15.803,1,leg_gt,12.69,60 -33126,buy_mtf_cross_all_tf,buy,2025-12-21 22:54:00,742.0,15.803,1,leg_gt,12.69,60 -33127,buy_mtf_cross_all_tf,buy,2025-12-21 22:57:00,741.0,15.9594,1,leg_gt,12.68,60 -33128,buy_mtf_cross_all_tf,buy,2025-12-21 23:00:00,741.0,15.9594,1,leg_gt,12.68,60 -33129,buy_mtf_cross_all_tf,buy,2025-12-23 04:21:00,757.0,13.5063,1,leg_gt,11.46,60 -33130,buy_mtf_cross_all_tf,buy,2025-12-23 04:24:00,756.0,13.6566,1,leg_gt,11.46,60 -33131,buy_mtf_cross_all_tf,buy,2025-12-23 04:42:00,750.0,14.5667,1,leg_gt,11.44,60 -33132,buy_mtf_cross_all_tf,buy,2025-12-23 04:45:00,751.0,14.414,1,leg_gt,11.44,60 -33133,buy_mtf_cross_all_tf,buy,2025-12-23 04:48:00,748.0,14.8733,1,leg_gt,11.44,60 -33134,buy_mtf_cross_all_tf,buy,2025-12-23 04:51:00,747.0,15.0272,1,leg_gt,11.44,60 -33135,buy_mtf_cross_all_tf,buy,2025-12-23 04:54:00,746.0,15.1815,1,leg_gt,11.44,60 -33136,buy_mtf_cross_all_tf,buy,2025-12-23 04:57:00,744.0,15.4914,1,leg_gt,11.43,60 -33137,buy_mtf_cross_all_tf,buy,2025-12-23 05:00:00,745.0,15.3362,1,leg_gt,11.43,60 -33138,buy_mtf_cross_all_tf,buy,2025-12-23 05:03:00,746.0,15.1815,1,leg_gt,11.43,60 -33139,buy_mtf_cross_all_tf,buy,2025-12-23 05:24:00,743.0,15.647,1,leg_gt,11.41,60 -33140,buy_mtf_cross_all_tf,buy,2025-12-23 05:27:00,744.0,15.4914,1,leg_gt,11.41,60 -33141,buy_mtf_cross_all_tf,buy,2025-12-23 05:30:00,742.0,15.803,1,leg_gt,11.41,60 -33142,buy_mtf_cross_all_tf,buy,2025-12-23 05:33:00,743.0,15.647,1,leg_gt,11.41,60 -33143,buy_mtf_cross_all_tf,buy,2025-12-23 11:51:00,748.0,14.8733,1,leg_gt,11.15,60 -33144,buy_mtf_cross_all_tf,buy,2025-12-23 11:54:00,747.0,15.0272,1,leg_gt,11.14,60 -33145,buy_mtf_cross_all_tf,buy,2025-12-23 11:57:00,746.0,15.1815,1,leg_gt,11.14,60 -33146,buy_mtf_cross_all_tf,buy,2025-12-23 12:12:00,745.0,15.3362,1,leg_gt,11.13,60 -33147,buy_mtf_cross_all_tf,buy,2025-12-23 12:30:00,744.0,15.4914,1,leg_gt,11.12,60 -33148,buy_mtf_cross_all_tf,buy,2025-12-23 12:33:00,744.0,15.4914,1,leg_gt,11.12,60 -33149,buy_mtf_cross_all_tf,buy,2025-12-23 13:45:00,742.0,15.803,1,leg_gt,11.07,60 -33150,buy_mtf_cross_all_tf,buy,2025-12-23 13:48:00,742.0,15.803,1,leg_gt,11.06,60 -33151,buy_mtf_cross_all_tf,buy,2025-12-23 13:51:00,742.0,15.803,1,leg_gt,11.06,60 -33152,buy_mtf_cross_all_tf,buy,2025-12-23 13:54:00,741.0,15.9594,1,leg_gt,11.06,60 -33153,buy_mtf_cross_all_tf,buy,2025-12-23 14:00:00,741.0,15.9594,1,leg_gt,11.06,60 -33154,buy_mtf_cross_all_tf,buy,2025-12-23 14:03:00,741.0,15.9594,1,leg_gt,11.05,60 -33155,buy_mtf_cross_all_tf,buy,2025-12-23 14:06:00,741.0,15.9594,1,leg_gt,11.05,60 -33156,buy_mtf_cross_all_tf,buy,2025-12-23 14:09:00,741.0,15.9594,1,leg_gt,11.05,60 -33157,buy_mtf_cross_all_tf,buy,2025-12-23 18:00:00,740.0,16.1162,1,leg_gt,10.89,60 -33158,buy_mtf_cross_all_tf,buy,2025-12-23 18:21:00,739.0,16.2735,1,leg_gt,10.88,60 -33159,buy_mtf_cross_all_tf,buy,2025-12-23 21:27:00,738.0,16.4312,1,leg_gt,10.75,60 -33160,buy_mtf_cross_all_tf,buy,2025-12-23 21:30:00,738.0,16.4312,1,leg_gt,10.74,60 -33161,buy_mtf_cross_all_tf,buy,2025-12-23 22:48:00,735.0,16.9068,1,leg_gt,10.69,60 -33162,buy_mtf_cross_all_tf,buy,2025-12-23 23:18:00,731.0,17.5471,1,leg_gt,10.67,60 -33163,buy_mtf_cross_all_tf,buy,2025-12-23 23:30:00,732.0,17.3863,1,leg_gt,10.66,60 -33164,buy_mtf_cross_all_tf,buy,2025-12-24 10:57:00,723.0,18.8488,1,leg_gt,10.18,60 -33165,buy_mtf_cross_all_tf,buy,2025-12-24 11:00:00,722.0,19.0136,1,leg_gt,10.18,60 -33166,buy_mtf_cross_all_tf,buy,2025-12-24 11:03:00,722.0,19.0136,1,leg_gt,10.18,60 -33167,buy_mtf_cross_all_tf,buy,2025-12-24 11:06:00,720.0,19.3444,1,leg_gt,10.18,60 -33168,buy_mtf_cross_all_tf,buy,2025-12-24 11:09:00,719.0,19.5106,1,leg_gt,10.18,60 -33169,buy_mtf_cross_all_tf,buy,2025-12-24 11:12:00,719.0,19.5106,1,leg_gt,10.17,60 -33170,buy_mtf_cross_all_tf,buy,2025-12-24 11:15:00,719.0,19.5106,1,leg_gt,10.17,60 -33171,buy_mtf_cross_all_tf,buy,2025-12-24 11:21:00,719.0,19.5106,1,leg_gt,10.17,60 -33172,buy_mtf_cross_all_tf,buy,2025-12-24 11:42:00,718.0,19.6772,1,leg_gt,10.15,60 -33173,buy_mtf_cross_all_tf,buy,2025-12-24 12:06:00,716.0,20.0117,1,leg_gt,10.14,60 -33174,buy_mtf_cross_all_tf,buy,2025-12-24 12:12:00,716.0,20.0117,1,leg_gt,10.13,60 -33175,buy_mtf_cross_all_tf,buy,2025-12-24 12:15:00,715.0,20.1797,1,leg_gt,10.13,60 -33176,buy_mtf_cross_all_tf,buy,2025-12-24 14:15:00,715.0,20.1797,1,leg_gt,10.05,60 -33177,buy_mtf_cross_all_tf,buy,2025-12-24 14:21:00,715.0,20.1797,1,leg_gt,10.04,60 -33178,buy_mtf_cross_all_tf,buy,2025-12-24 14:33:00,715.0,20.1797,1,leg_gt,10.03,60 -33179,buy_mtf_cross_all_tf,buy,2025-12-24 14:42:00,714.0,20.3482,1,leg_gt,10.03,60 -33180,buy_mtf_cross_all_tf,buy,2025-12-24 14:51:00,713.0,20.5171,1,leg_gt,10.02,60 -33181,buy_mtf_cross_all_tf,buy,2025-12-24 14:57:00,712.0,20.6865,1,leg_gt,10.02,60 -33182,buy_mtf_cross_all_tf,buy,2025-12-24 15:00:00,711.0,20.8564,1,leg_gt,10.01,60 -33183,buy_mtf_cross_all_tf,buy,2025-12-24 15:03:00,712.0,20.6865,1,leg_gt,10.01,60 -33184,buy_mtf_cross_all_tf,buy,2025-12-24 15:09:00,711.0,20.8564,1,leg_gt,10.01,60 -33185,buy_mtf_cross_all_tf,buy,2025-12-24 15:15:00,711.0,20.8564,1,leg_gt,10.0,60 -33186,buy_mtf_cross_all_tf,buy,2025-12-24 15:18:00,711.0,20.8564,1,leg_gt,10.0,60 -33187,buy_mtf_cross_all_tf,buy,2025-12-24 19:00:00,711.0,20.8564,1,leg_gt,9.85,60 -33188,buy_mtf_cross_all_tf,buy,2025-12-24 19:03:00,711.0,20.8564,1,leg_gt,9.85,60 -33189,buy_mtf_cross_all_tf,buy,2025-12-24 19:09:00,711.0,20.8564,1,leg_gt,9.84,60 -33190,buy_mtf_cross_all_tf,buy,2025-12-24 19:15:00,711.0,20.8564,1,leg_gt,9.84,60 -33191,buy_mtf_cross_all_tf,buy,2025-12-25 03:03:00,712.0,20.6865,1,leg_gt,9.51,60 -33192,buy_mtf_cross_all_tf,buy,2025-12-25 03:12:00,710.0,21.0268,1,leg_gt,9.51,60 -33193,buy_mtf_cross_all_tf,buy,2025-12-25 03:39:00,711.0,20.8564,1,leg_gt,9.49,60 -33194,buy_mtf_cross_all_tf,buy,2025-12-25 23:33:00,724.0,18.6845,1,leg_gt,8.66,60 -33195,buy_mtf_cross_all_tf,buy,2025-12-25 23:36:00,724.0,18.6845,1,leg_gt,8.66,60 -33196,buy_mtf_cross_all_tf,buy,2025-12-25 23:39:00,724.0,18.6845,1,leg_gt,8.65,60 -33197,buy_mtf_cross_all_tf,buy,2025-12-25 23:42:00,724.0,18.6845,1,leg_gt,8.65,60 -33198,buy_mtf_cross_all_tf,buy,2025-12-25 23:45:00,724.0,18.6845,1,leg_gt,8.65,60 -33199,buy_mtf_cross_all_tf,buy,2025-12-26 08:06:00,713.0,20.5171,1,leg_gt,8.3,60 -33200,buy_mtf_cross_all_tf,buy,2025-12-26 08:09:00,712.0,20.6865,1,leg_gt,8.3,60 -33201,buy_mtf_cross_all_tf,buy,2025-12-26 08:36:00,706.0,21.713,1,leg_gt,8.28,60 -33202,buy_mtf_cross_all_tf,buy,2025-12-26 08:39:00,704.0,22.0591,1,leg_gt,8.28,60 -33203,buy_mtf_cross_all_tf,buy,2025-12-26 08:42:00,706.0,21.713,1,leg_gt,8.28,60 -33204,buy_mtf_cross_all_tf,buy,2025-12-26 08:45:00,705.0,21.8858,1,leg_gt,8.28,60 -33205,buy_mtf_cross_all_tf,buy,2025-12-26 08:48:00,705.0,21.8858,1,leg_gt,8.27,60 -33206,buy_mtf_cross_all_tf,buy,2025-12-26 20:27:00,724.0,18.6845,1,leg_gt,7.79,60 -33207,buy_mtf_cross_all_tf,buy,2025-12-26 20:30:00,724.0,18.6845,1,leg_gt,7.79,60 -33208,buy_mtf_cross_all_tf,buy,2025-12-26 20:36:00,724.0,18.6845,1,leg_gt,7.78,60 -33209,buy_mtf_cross_all_tf,buy,2025-12-26 20:39:00,724.0,18.6845,1,leg_gt,7.78,60 -33210,buy_mtf_cross_all_tf,buy,2025-12-27 00:06:00,717.0,19.8442,1,leg_gt,7.64,60 -33211,buy_mtf_cross_all_tf,buy,2025-12-27 00:09:00,715.0,20.1797,1,leg_gt,7.63,60 -33212,buy_mtf_cross_all_tf,buy,2025-12-27 00:12:00,715.0,20.1797,1,leg_gt,7.63,60 -33213,buy_mtf_cross_all_tf,buy,2025-12-27 02:12:00,711.0,20.8564,1,leg_gt,7.55,60 -33214,buy_mtf_cross_all_tf,buy,2025-12-27 02:15:00,712.0,20.6865,1,leg_gt,7.55,60 -33215,buy_mtf_cross_all_tf,buy,2025-12-27 17:21:00,720.0,19.3444,1,leg_gt,6.92,60 -33216,buy_mtf_cross_all_tf,buy,2025-12-27 17:24:00,720.0,19.3444,1,leg_gt,6.91,60 -33217,buy_mtf_cross_all_tf,buy,2025-12-27 17:30:00,720.0,19.3444,1,leg_gt,6.91,60 -33218,buy_mtf_cross_all_tf,buy,2025-12-27 17:33:00,720.0,19.3444,1,leg_gt,6.91,60 -33219,buy_mtf_cross_all_tf,buy,2025-12-30 02:00:00,721.0,19.1788,1,leg_gt,4.56,60 -33220,buy_mtf_cross_all_tf,buy,2025-12-30 03:51:00,720.0,19.3444,1,leg_gt,4.48,60 -33221,buy_mtf_cross_all_tf,buy,2025-12-30 03:54:00,719.0,19.5106,1,leg_gt,4.48,60 -33222,buy_mtf_cross_all_tf,buy,2025-12-30 04:00:00,719.0,19.5106,1,leg_gt,4.47,60 -33223,buy_mtf_cross_all_tf,buy,2025-12-30 05:30:00,718.0,19.6772,1,leg_gt,4.41,60 -33224,buy_mtf_cross_all_tf,buy,2025-12-30 05:45:00,717.0,19.8442,1,leg_gt,4.4,60 -33225,buy_mtf_cross_all_tf,buy,2025-12-30 09:45:00,716.0,20.0117,1,leg_gt,4.23,60 -33226,buy_mtf_cross_all_tf,buy,2025-12-30 11:30:00,715.0,20.1797,1,leg_gt,4.16,60 -33227,buy_mtf_cross_all_tf,buy,2025-12-30 11:33:00,715.0,20.1797,1,leg_gt,4.16,60 -33228,buy_mtf_cross_all_tf,buy,2025-12-30 11:39:00,715.0,20.1797,1,leg_gt,4.15,60 -33229,buy_mtf_cross_all_tf,buy,2025-12-30 14:45:00,712.0,20.6865,1,leg_gt,4.03,60 -33230,buy_mtf_cross_all_tf,buy,2025-12-30 14:48:00,712.0,20.6865,1,leg_gt,4.02,60 -33231,buy_mtf_cross_all_tf,buy,2025-12-31 01:48:00,716.0,20.0117,1,leg_gt,3.56,60 -33232,buy_mtf_cross_all_tf,buy,2025-12-31 02:21:00,715.0,20.1797,1,leg_gt,3.54,60 -33233,buy_mtf_cross_all_tf,buy,2025-12-31 02:30:00,715.0,20.1797,1,leg_gt,3.54,60 -33234,buy_mtf_cross_all_tf,buy,2025-12-31 02:33:00,715.0,20.1797,1,leg_gt,3.53,60 -33235,buy_mtf_cross_all_tf,buy,2025-12-31 02:36:00,715.0,20.1797,1,leg_gt,3.53,60 -33236,buy_mtf_cross_all_tf,buy,2025-12-31 02:39:00,715.0,20.1797,1,leg_gt,3.53,60 -33237,buy_mtf_cross_all_tf,buy,2025-12-31 02:45:00,714.0,20.3482,1,leg_gt,3.52,60 -33238,buy_mtf_cross_all_tf,buy,2025-12-31 02:51:00,713.0,20.5171,1,leg_gt,3.52,60 -33239,buy_mtf_cross_all_tf,buy,2025-12-31 02:54:00,713.0,20.5171,1,leg_gt,3.52,60 -33240,buy_mtf_cross_all_tf,buy,2025-12-31 02:57:00,713.0,20.5171,1,leg_gt,3.52,60 -33241,buy_mtf_cross_all_tf,buy,2025-12-31 03:00:00,713.0,20.5171,1,leg_gt,3.51,60 -33242,buy_mtf_cross_all_tf,buy,2025-12-31 03:03:00,713.0,20.5171,1,leg_gt,3.51,60 -33243,buy_mtf_cross_all_tf,buy,2025-12-31 03:09:00,713.0,20.5171,1,leg_gt,3.51,60 -33244,buy_mtf_cross_all_tf,buy,2025-12-31 04:15:00,711.0,20.8564,1,leg_gt,3.46,60 -33245,buy_mtf_cross_all_tf,buy,2025-12-31 04:18:00,711.0,20.8564,1,leg_gt,3.46,60 -33246,buy_mtf_cross_all_tf,buy,2025-12-31 06:42:00,711.0,20.8564,1,leg_gt,3.36,60 -33247,buy_mtf_cross_all_tf,buy,2025-12-31 15:42:00,711.0,20.8564,1,leg_gt,2.99,60 -33248,buy_mtf_cross_all_tf,buy,2025-12-31 16:30:00,711.0,20.8564,1,leg_gt,2.95,60 -33249,buy_mtf_cross_all_tf,buy,2025-12-31 17:45:00,710.0,21.0268,1,leg_gt,2.9,60 -33250,buy_mtf_cross_all_tf,buy,2025-12-31 17:48:00,709.0,21.1976,1,leg_gt,2.9,60 -33251,buy_mtf_cross_all_tf,buy,2025-12-31 17:54:00,708.0,21.3689,1,leg_gt,2.89,60 -33252,buy_mtf_cross_all_tf,buy,2025-12-31 18:00:00,708.0,21.3689,1,leg_gt,2.89,60 -33253,buy_mtf_cross_all_tf,buy,2026-01-01 01:00:00,708.0,21.3689,1,leg_gt,2.6,60 -33254,buy_mtf_cross_all_tf,buy,2026-01-01 01:06:00,707.0,21.5407,1,leg_gt,2.59,60 -33255,buy_mtf_cross_all_tf,buy,2026-01-01 01:57:00,694.0,23.8193,1,leg_gt,2.56,60 -33256,buy_mtf_cross_all_tf,buy,2026-01-01 02:00:00,692.0,24.1775,1,leg_gt,2.56,60 -33257,buy_mtf_cross_all_tf,buy,2026-01-01 02:03:00,691.0,24.3573,1,leg_gt,2.55,60 -33258,buy_mtf_cross_all_tf,buy,2026-01-01 13:15:00,699.0,22.9329,1,leg_gt,2.09,60 -33259,buy_mtf_cross_all_tf,buy,2026-01-01 13:36:00,698.0,23.1092,1,leg_gt,2.07,60 -33260,buy_mtf_cross_all_tf,buy,2026-01-08 00:15:00,872.0,5.0606,1,leg_gt,6.31,60 -33261,buy_mtf_cross_all_tf,buy,2026-01-08 00:18:00,869.0,5.4236,1,leg_gt,6.31,60 -33262,buy_mtf_cross_all_tf,buy,2026-01-08 00:24:00,868.0,5.5452,1,leg_gt,6.31,60 -33263,buy_mtf_cross_all_tf,buy,2026-01-08 00:27:00,868.0,5.5452,1,leg_gt,6.31,60 -33264,buy_mtf_cross_all_tf,buy,2026-01-08 00:30:00,869.0,5.4236,1,leg_gt,6.3,60 -33265,buy_mtf_cross_all_tf,buy,2026-01-08 00:33:00,868.0,5.5452,1,leg_gt,6.3,60 -33266,buy_mtf_cross_all_tf,buy,2026-01-08 00:39:00,867.0,5.667,1,leg_gt,6.3,60 -33267,buy_mtf_cross_all_tf,buy,2026-01-08 05:21:00,866.0,5.7891,1,leg_gt,6.1,60 -33268,buy_mtf_cross_all_tf,buy,2026-01-08 05:24:00,865.0,5.9116,1,leg_gt,6.1,60 -33269,buy_mtf_cross_all_tf,buy,2026-01-08 05:27:00,865.0,5.9116,1,leg_gt,6.1,60 -33270,buy_mtf_cross_all_tf,buy,2026-01-08 05:30:00,866.0,5.7891,1,leg_gt,6.1,60 -33271,buy_mtf_cross_all_tf,buy,2026-01-08 05:33:00,866.0,5.7891,1,leg_gt,6.09,60 -33272,buy_mtf_cross_all_tf,buy,2026-01-08 09:42:00,861.0,6.4041,1,leg_gt,5.92,60 -33273,buy_mtf_cross_all_tf,buy,2026-01-08 12:51:00,864.0,6.0343,1,leg_gt,5.79,60 -33274,buy_mtf_cross_all_tf,buy,2026-01-08 12:54:00,863.0,6.1572,1,leg_gt,5.79,60 -33275,buy_mtf_cross_all_tf,buy,2026-01-08 13:15:00,856.0,7.0262,1,leg_gt,5.77,60 -33276,buy_mtf_cross_all_tf,buy,2026-01-08 15:15:00,858.0,6.7765,1,leg_gt,5.69,60 -33277,buy_mtf_cross_all_tf,buy,2026-01-08 15:27:00,856.0,7.0262,1,leg_gt,5.68,60 -33278,buy_mtf_cross_all_tf,buy,2026-01-08 16:12:00,850.0,7.7824,1,leg_gt,5.65,60 -33279,buy_mtf_cross_all_tf,buy,2026-01-08 18:36:00,850.0,7.7824,1,leg_gt,5.55,60 -33280,buy_mtf_cross_all_tf,buy,2026-01-08 18:42:00,847.0,8.1645,1,leg_gt,5.55,60 -33281,buy_mtf_cross_all_tf,buy,2026-01-08 19:00:00,847.0,8.1645,1,leg_gt,5.53,60 -33282,buy_mtf_cross_all_tf,buy,2026-01-08 19:12:00,845.0,8.4207,1,leg_gt,5.52,60 -33283,buy_mtf_cross_all_tf,buy,2026-01-08 20:15:00,843.0,8.6782,1,leg_gt,5.48,60 -33284,buy_mtf_cross_all_tf,buy,2026-01-08 20:18:00,843.0,8.6782,1,leg_gt,5.48,60 -33285,buy_mtf_cross_all_tf,buy,2026-01-08 20:24:00,840.0,9.0667,1,leg_gt,5.48,60 -33286,buy_mtf_cross_all_tf,buy,2026-01-08 20:27:00,840.0,9.0667,1,leg_gt,5.47,60 -33287,buy_mtf_cross_all_tf,buy,2026-01-08 20:30:00,841.0,8.9369,1,leg_gt,5.47,60 -33288,buy_mtf_cross_all_tf,buy,2026-01-08 20:33:00,841.0,8.9369,1,leg_gt,5.47,60 -33289,buy_mtf_cross_all_tf,buy,2026-01-08 20:36:00,839.0,9.1968,1,leg_gt,5.47,60 -33290,buy_mtf_cross_all_tf,buy,2026-01-08 20:39:00,839.0,9.1968,1,leg_gt,5.46,60 -33291,buy_mtf_cross_all_tf,buy,2026-01-08 21:15:00,837.0,9.4579,1,leg_gt,5.44,60 -33292,buy_mtf_cross_all_tf,buy,2026-01-08 21:18:00,836.0,9.589,1,leg_gt,5.44,60 -33293,buy_mtf_cross_all_tf,buy,2026-01-08 21:54:00,834.0,9.852,1,leg_gt,5.41,60 -33294,buy_mtf_cross_all_tf,buy,2026-01-08 23:33:00,832.0,10.1163,1,leg_gt,5.34,60 -33295,buy_mtf_cross_all_tf,buy,2026-01-09 10:51:00,845.0,8.4207,1,leg_gt,4.87,60 -33296,buy_mtf_cross_all_tf,buy,2026-01-09 10:54:00,845.0,8.4207,1,leg_gt,4.87,60 -33297,buy_mtf_cross_all_tf,buy,2026-01-09 10:57:00,845.0,8.4207,1,leg_gt,4.87,60 -33298,buy_mtf_cross_all_tf,buy,2026-01-09 11:00:00,845.0,8.4207,1,leg_gt,4.87,60 -33299,buy_mtf_cross_all_tf,buy,2026-01-09 11:03:00,844.0,8.5493,1,leg_gt,4.86,60 -33300,buy_mtf_cross_all_tf,buy,2026-01-09 21:27:00,847.0,8.1645,1,leg_gt,4.43,60 -33301,buy_mtf_cross_all_tf,buy,2026-01-09 21:33:00,846.0,8.2924,1,leg_gt,4.43,60 -33302,buy_mtf_cross_all_tf,buy,2026-01-09 21:42:00,846.0,8.2924,1,leg_gt,4.42,60 -33303,buy_mtf_cross_all_tf,buy,2026-01-09 21:45:00,845.0,8.4207,1,leg_gt,4.42,60 -33304,buy_mtf_cross_all_tf,buy,2026-01-11 02:00:00,852.0,7.5291,1,leg_gt,3.24,60 -33305,buy_mtf_cross_all_tf,buy,2026-01-11 03:15:00,845.0,8.4207,1,leg_gt,3.19,60 -33306,buy_mtf_cross_all_tf,buy,2026-01-11 03:18:00,846.0,8.2924,1,leg_gt,3.19,60 -33307,buy_mtf_cross_all_tf,buy,2026-01-11 03:21:00,846.0,8.2924,1,leg_gt,3.19,60 -33308,buy_mtf_cross_all_tf,buy,2026-01-11 06:30:00,848.0,8.0368,1,leg_gt,3.05,60 -33309,buy_mtf_cross_all_tf,buy,2026-01-11 06:33:00,847.0,8.1645,1,leg_gt,3.05,60 -33310,buy_mtf_cross_all_tf,buy,2026-01-11 06:36:00,847.0,8.1645,1,leg_gt,3.05,60 -33311,buy_mtf_cross_all_tf,buy,2026-01-11 06:39:00,846.0,8.2924,1,leg_gt,3.05,60 -33312,buy_mtf_cross_all_tf,buy,2026-01-11 06:42:00,847.0,8.1645,1,leg_gt,3.05,60 -33313,buy_mtf_cross_all_tf,buy,2026-01-11 06:45:00,847.0,8.1645,1,leg_gt,3.04,60 -33314,buy_mtf_cross_all_tf,buy,2026-01-11 06:51:00,846.0,8.2924,1,leg_gt,3.04,60 -33315,buy_mtf_cross_all_tf,buy,2026-01-11 06:54:00,846.0,8.2924,1,leg_gt,3.04,60 -33316,buy_mtf_cross_all_tf,buy,2026-01-11 07:06:00,845.0,8.4207,1,leg_gt,3.03,60 -33317,buy_mtf_cross_all_tf,buy,2026-01-11 07:27:00,845.0,8.4207,1,leg_gt,3.01,60 -33318,buy_mtf_cross_all_tf,buy,2026-01-11 07:30:00,845.0,8.4207,1,leg_gt,3.01,60 -33319,buy_mtf_cross_all_tf,buy,2026-01-11 07:33:00,845.0,8.4207,1,leg_gt,3.01,60 -33320,buy_mtf_cross_all_tf,buy,2026-01-11 07:42:00,845.0,8.4207,1,leg_gt,3.0,60 -33321,buy_mtf_cross_all_tf,buy,2026-01-11 08:06:00,842.0,8.8074,1,leg_gt,2.99,60 -33322,buy_mtf_cross_all_tf,buy,2026-01-11 08:12:00,841.0,8.9369,1,leg_gt,2.98,60 -33323,buy_mtf_cross_all_tf,buy,2026-01-11 08:15:00,841.0,8.9369,1,leg_gt,2.98,60 -33324,buy_mtf_cross_all_tf,buy,2026-01-11 08:18:00,841.0,8.9369,1,leg_gt,2.98,60 -33325,buy_mtf_cross_all_tf,buy,2026-01-11 13:45:00,842.0,8.8074,1,leg_gt,2.75,60 -33326,buy_mtf_cross_all_tf,buy,2026-01-12 05:27:00,838.0,9.3272,1,leg_gt,2.1,60 -33327,buy_mtf_cross_all_tf,buy,2026-01-12 05:30:00,837.0,9.4579,1,leg_gt,2.1,60 -33328,buy_mtf_cross_all_tf,buy,2026-01-12 05:33:00,837.0,9.4579,1,leg_gt,2.09,60 -33329,buy_mtf_cross_all_tf,buy,2026-01-12 05:45:00,836.0,9.589,1,leg_gt,2.09,60 -33330,buy_mtf_cross_all_tf,buy,2026-01-12 06:00:00,835.0,9.7204,1,leg_gt,2.08,60 -33331,buy_mtf_cross_all_tf,buy,2026-01-12 06:03:00,835.0,9.7204,1,leg_gt,2.07,60 -33332,buy_mtf_cross_all_tf,buy,2026-01-12 06:12:00,833.0,9.984,1,leg_gt,2.07,60 -33333,buy_mtf_cross_all_tf,buy,2026-01-12 07:15:00,830.0,10.3819,1,leg_gt,2.02,60 -33334,buy_mtf_cross_all_tf,buy,2026-01-12 07:18:00,830.0,10.3819,1,leg_gt,2.02,60 -33335,buy_mtf_cross_all_tf,buy,2026-01-12 08:00:00,829.0,10.5152,1,leg_gt,1.99,60 -33336,buy_mtf_cross_all_tf,buy,2026-01-12 08:03:00,829.0,10.5152,1,leg_gt,1.99,60 -33337,buy_mtf_cross_all_tf,buy,2026-01-12 08:09:00,826.0,10.9169,1,leg_gt,1.99,60 -33338,buy_mtf_cross_all_tf,buy,2026-01-12 16:00:00,850.0,7.7824,1,leg_gt,1.66,60 -33339,buy_mtf_cross_all_tf,buy,2026-01-12 16:03:00,850.0,7.7824,1,leg_gt,1.66,60 -33340,buy_mtf_cross_all_tf,buy,2026-01-12 16:21:00,848.0,8.0368,1,leg_gt,1.64,60 -33341,buy_mtf_cross_all_tf,buy,2026-01-12 16:24:00,849.0,7.9094,1,leg_gt,1.64,60 -33342,buy_mtf_cross_all_tf,buy,2026-01-12 16:27:00,849.0,7.9094,1,leg_gt,1.64,60 -33343,buy_mtf_cross_all_tf,buy,2026-01-12 16:30:00,849.0,7.9094,1,leg_gt,1.64,60 -33344,buy_mtf_cross_all_tf,buy,2026-01-12 16:51:00,840.0,9.0667,1,leg_gt,1.62,60 -33345,buy_mtf_cross_all_tf,buy,2026-01-12 16:54:00,839.0,9.1968,1,leg_gt,1.62,60 -33346,buy_mtf_cross_all_tf,buy,2026-01-12 17:51:00,833.0,9.984,1,leg_gt,1.58,60 -33347,buy_mtf_cross_all_tf,buy,2026-01-12 19:57:00,831.0,10.249,1,leg_gt,1.49,60 -33348,buy_mtf_cross_all_tf,buy,2026-01-12 22:06:00,832.0,10.1163,1,leg_gt,1.4,60 -33349,buy_mtf_cross_all_tf,buy,2026-01-12 22:09:00,831.0,10.249,1,leg_gt,1.4,60 -33350,buy_mtf_cross_all_tf,buy,2026-01-12 22:12:00,831.0,10.249,1,leg_gt,1.4,60 -33351,buy_mtf_cross_all_tf,buy,2026-01-12 22:21:00,829.0,10.5152,1,leg_gt,1.39,60 -33352,buy_mtf_cross_all_tf,buy,2026-01-12 22:24:00,829.0,10.5152,1,leg_gt,1.39,60 -33353,buy_mtf_cross_all_tf,buy,2026-01-12 22:27:00,828.0,10.6488,1,leg_gt,1.39,60 -33354,buy_mtf_cross_all_tf,buy,2026-01-12 22:30:00,828.0,10.6488,1,leg_gt,1.39,60 -33355,buy_mtf_cross_all_tf,buy,2026-01-12 22:33:00,827.0,10.7827,1,leg_gt,1.39,60 -33356,buy_mtf_cross_all_tf,buy,2026-01-12 22:42:00,826.0,10.9169,1,leg_gt,1.38,60 -33357,buy_mtf_cross_all_tf,buy,2026-01-12 22:57:00,823.0,11.3216,1,leg_gt,1.37,60 -33358,buy_mtf_cross_all_tf,buy,2026-01-12 23:00:00,822.0,11.4572,1,leg_gt,1.37,60 -33359,buy_mtf_cross_all_tf,buy,2026-01-12 23:03:00,823.0,11.3216,1,leg_gt,1.36,60 -33360,buy_mtf_cross_all_tf,buy,2026-01-12 23:27:00,822.0,11.4572,1,leg_gt,1.35,60 -33361,buy_mtf_cross_all_tf,buy,2026-01-16 00:00:00,860.0,6.2953,1,leg_gt,13.32,60 -33362,buy_mtf_cross_all_tf,buy,2026-01-16 00:36:00,853.0,7.1685,1,leg_gt,13.3,60 -33363,buy_mtf_cross_all_tf,buy,2026-01-16 00:45:00,846.0,8.056,1,leg_gt,13.29,60 -33364,buy_mtf_cross_all_tf,buy,2026-01-16 03:06:00,838.0,9.0885,1,leg_gt,13.2,60 -33365,buy_mtf_cross_all_tf,buy,2026-01-16 03:09:00,837.0,9.219,1,leg_gt,13.19,60 -33366,buy_mtf_cross_all_tf,buy,2026-01-16 03:21:00,832.0,9.876,1,leg_gt,13.19,60 -33367,buy_mtf_cross_all_tf,buy,2026-01-16 03:24:00,831.0,10.0083,1,leg_gt,13.18,60 -33368,buy_mtf_cross_all_tf,buy,2026-01-16 03:27:00,831.0,10.0083,1,leg_gt,13.18,60 -33369,buy_mtf_cross_all_tf,buy,2026-01-16 03:36:00,830.0,10.141,1,leg_gt,13.18,60 -33370,buy_mtf_cross_all_tf,buy,2026-01-16 03:42:00,826.0,10.6748,1,leg_gt,13.17,60 -33371,buy_mtf_cross_all_tf,buy,2026-01-16 03:51:00,826.0,10.6748,1,leg_gt,13.16,60 -33372,buy_mtf_cross_all_tf,buy,2026-01-16 04:00:00,825.0,10.8091,1,leg_gt,13.16,60 -33373,buy_mtf_cross_all_tf,buy,2026-01-16 04:06:00,825.0,10.8091,1,leg_gt,13.15,60 -33374,buy_mtf_cross_all_tf,buy,2026-01-16 04:09:00,824.0,10.9437,1,leg_gt,13.15,60 -33375,buy_mtf_cross_all_tf,buy,2026-01-16 04:15:00,824.0,10.9437,1,leg_gt,13.15,60 -33376,buy_mtf_cross_all_tf,buy,2026-01-16 04:27:00,822.0,11.2139,1,leg_gt,13.14,60 -33377,buy_mtf_cross_all_tf,buy,2026-01-16 04:30:00,823.0,11.0786,1,leg_gt,13.14,60 -33378,buy_mtf_cross_all_tf,buy,2026-01-16 04:42:00,821.0,11.3495,1,leg_gt,13.13,60 -33379,buy_mtf_cross_all_tf,buy,2026-01-16 04:45:00,822.0,11.2139,1,leg_gt,13.13,60 -33380,buy_mtf_cross_all_tf,buy,2026-01-16 05:57:00,820.0,11.4854,1,leg_gt,13.08,60 -33381,buy_mtf_cross_all_tf,buy,2026-01-16 11:15:00,824.0,10.9437,1,leg_gt,12.86,60 -33382,buy_mtf_cross_all_tf,buy,2026-01-16 11:18:00,823.0,11.0786,1,leg_gt,12.85,60 -33383,buy_mtf_cross_all_tf,buy,2026-01-16 11:21:00,822.0,11.2139,1,leg_gt,12.85,60 -33384,buy_mtf_cross_all_tf,buy,2026-01-16 11:24:00,823.0,11.0786,1,leg_gt,12.85,60 -33385,buy_mtf_cross_all_tf,buy,2026-01-16 14:00:00,821.0,11.3495,1,leg_gt,12.74,60 -33386,buy_mtf_cross_all_tf,buy,2026-01-16 22:33:00,827.0,10.5409,1,leg_gt,12.39,60 -33387,buy_mtf_cross_all_tf,buy,2026-01-16 22:54:00,826.0,10.6748,1,leg_gt,12.37,60 -33388,buy_mtf_cross_all_tf,buy,2026-01-17 12:30:00,818.0,11.7582,1,leg_gt,11.8,60 -33389,buy_mtf_cross_all_tf,buy,2026-01-17 12:42:00,816.0,12.0324,1,leg_gt,11.8,60 -33390,buy_mtf_cross_all_tf,buy,2026-01-17 12:48:00,816.0,12.0324,1,leg_gt,11.79,60 -33391,buy_mtf_cross_all_tf,buy,2026-01-18 06:21:00,818.0,11.7582,1,leg_gt,11.06,60 -33392,buy_mtf_cross_all_tf,buy,2026-01-18 10:15:00,807.0,13.2829,1,leg_gt,10.9,60 -33393,buy_mtf_cross_all_tf,buy,2026-01-18 10:18:00,807.0,13.2829,1,leg_gt,10.9,60 -33394,buy_mtf_cross_all_tf,buy,2026-01-18 10:21:00,808.0,13.1426,1,leg_gt,10.89,60 -33395,buy_mtf_cross_all_tf,buy,2026-01-18 10:36:00,807.0,13.2829,1,leg_gt,10.88,60 -33396,buy_mtf_cross_all_tf,buy,2026-01-18 10:39:00,807.0,13.2829,1,leg_gt,10.88,60 -33397,buy_mtf_cross_all_tf,buy,2026-01-18 10:42:00,807.0,13.2829,1,leg_gt,10.88,60 -33398,buy_mtf_cross_all_tf,buy,2026-01-18 10:51:00,805.0,13.5646,1,leg_gt,10.87,60 -33399,buy_mtf_cross_all_tf,buy,2026-01-18 10:54:00,804.0,13.706,1,leg_gt,10.87,60 -33400,buy_mtf_cross_all_tf,buy,2026-01-18 10:57:00,805.0,13.5646,1,leg_gt,10.87,60 -33401,buy_mtf_cross_all_tf,buy,2026-01-18 16:21:00,804.0,13.706,1,leg_gt,10.64,60 -33402,buy_mtf_cross_all_tf,buy,2026-01-18 16:36:00,803.0,13.8477,1,leg_gt,10.63,60 -33403,buy_mtf_cross_all_tf,buy,2026-01-18 18:00:00,803.0,13.8477,1,leg_gt,10.58,60 -33404,buy_mtf_cross_all_tf,buy,2026-01-18 18:03:00,803.0,13.8477,1,leg_gt,10.57,60 -33405,buy_mtf_cross_all_tf,buy,2026-01-18 18:30:00,802.0,13.9898,1,leg_gt,10.55,60 -33406,buy_mtf_cross_all_tf,buy,2026-01-18 18:33:00,802.0,13.9898,1,leg_gt,10.55,60 -33407,buy_mtf_cross_all_tf,buy,2026-01-18 18:42:00,801.0,14.1322,1,leg_gt,10.55,60 -33408,buy_mtf_cross_all_tf,buy,2026-01-18 18:45:00,801.0,14.1322,1,leg_gt,10.54,60 -33409,buy_mtf_cross_all_tf,buy,2026-01-18 21:15:00,801.0,14.1322,1,leg_gt,10.44,60 -33410,buy_mtf_cross_all_tf,buy,2026-01-18 21:21:00,801.0,14.1322,1,leg_gt,10.44,60 -33411,buy_mtf_cross_all_tf,buy,2026-01-18 22:06:00,800.0,14.275,1,leg_gt,10.4,60 -33412,buy_mtf_cross_all_tf,buy,2026-01-18 22:09:00,800.0,14.275,1,leg_gt,10.4,60 -33413,buy_mtf_cross_all_tf,buy,2026-01-18 22:27:00,799.0,14.4181,1,leg_gt,10.39,60 -33414,buy_mtf_cross_all_tf,buy,2026-01-19 00:00:00,798.0,14.5617,1,leg_gt,10.32,60 -33415,buy_mtf_cross_all_tf,buy,2026-01-19 00:03:00,797.0,14.7055,1,leg_gt,10.32,60 -33416,buy_mtf_cross_all_tf,buy,2026-01-19 00:15:00,798.0,14.5617,1,leg_gt,10.31,60 -33417,buy_mtf_cross_all_tf,buy,2026-01-19 05:03:00,797.0,14.7055,1,leg_gt,10.11,60 -33418,buy_mtf_cross_all_tf,buy,2026-01-19 08:21:00,792.0,15.4303,1,leg_gt,9.98,60 -33419,buy_mtf_cross_all_tf,buy,2026-01-19 08:45:00,777.0,17.6606,1,leg_gt,9.96,60 -33420,buy_mtf_cross_all_tf,buy,2026-01-19 08:57:00,764.0,19.6644,1,leg_gt,9.95,60 -33421,buy_mtf_cross_all_tf,buy,2026-01-19 09:00:00,764.0,19.6644,1,leg_gt,9.95,60 -33422,buy_mtf_cross_all_tf,buy,2026-01-19 09:15:00,732.0,24.9,1,leg_gt,9.94,60 -33423,buy_mtf_cross_all_tf,buy,2026-01-19 09:18:00,733.0,24.7295,1,leg_gt,9.94,60 -33424,buy_mtf_cross_all_tf,buy,2026-01-19 09:21:00,734.0,24.5594,1,leg_gt,9.94,60 -33425,buy_mtf_cross_all_tf,buy,2026-01-19 09:24:00,727.0,25.7597,1,leg_gt,9.93,60 -33426,buy_mtf_cross_all_tf,buy,2026-01-19 09:27:00,721.0,26.8071,1,leg_gt,9.93,60 -33427,buy_mtf_cross_all_tf,buy,2026-01-19 09:30:00,722.0,26.6313,1,leg_gt,9.93,60 -33428,buy_mtf_cross_all_tf,buy,2026-01-19 09:33:00,719.0,27.1601,1,leg_gt,9.93,60 -33429,buy_mtf_cross_all_tf,buy,2026-01-19 09:36:00,719.0,27.1601,1,leg_gt,9.93,60 -33430,buy_mtf_cross_all_tf,buy,2026-01-20 08:00:00,741.0,23.3818,1,leg_gt,8.99,60 -33431,buy_mtf_cross_all_tf,buy,2026-01-20 10:00:00,742.0,23.2154,1,leg_gt,8.91,60 -33432,buy_mtf_cross_all_tf,buy,2026-01-20 10:09:00,742.0,23.2154,1,leg_gt,8.9,60 -33433,buy_mtf_cross_all_tf,buy,2026-01-20 11:15:00,741.0,23.3818,1,leg_gt,8.86,60 -33434,buy_mtf_cross_all_tf,buy,2026-01-20 11:18:00,742.0,23.2154,1,leg_gt,8.85,60 -33435,buy_mtf_cross_all_tf,buy,2026-01-20 14:00:00,741.0,23.3818,1,leg_gt,8.74,60 -33436,buy_mtf_cross_all_tf,buy,2026-01-20 14:24:00,739.0,23.716,1,leg_gt,8.72,60 -33437,buy_mtf_cross_all_tf,buy,2026-01-20 14:27:00,739.0,23.716,1,leg_gt,8.72,60 -33438,buy_mtf_cross_all_tf,buy,2026-01-20 14:30:00,739.0,23.716,1,leg_gt,8.72,60 -33439,buy_mtf_cross_all_tf,buy,2026-01-20 14:33:00,739.0,23.716,1,leg_gt,8.72,60 -33440,buy_mtf_cross_all_tf,buy,2026-01-20 15:51:00,732.0,24.9,1,leg_gt,8.66,60 -33441,buy_mtf_cross_all_tf,buy,2026-01-20 15:54:00,732.0,24.9,1,leg_gt,8.66,60 -33442,buy_mtf_cross_all_tf,buy,2026-01-20 17:09:00,729.0,25.4144,1,leg_gt,8.61,60 -33443,buy_mtf_cross_all_tf,buy,2026-01-20 17:27:00,727.0,25.7597,1,leg_gt,8.6,60 -33444,buy_mtf_cross_all_tf,buy,2026-01-20 17:30:00,727.0,25.7597,1,leg_gt,8.6,60 -33445,buy_mtf_cross_all_tf,buy,2026-01-20 17:33:00,725.0,26.1069,1,leg_gt,8.59,60 -33446,buy_mtf_cross_all_tf,buy,2026-01-20 17:45:00,721.0,26.8071,1,leg_gt,8.59,60 -33447,buy_mtf_cross_all_tf,buy,2026-01-20 17:48:00,722.0,26.6313,1,leg_gt,8.58,60 -33448,buy_mtf_cross_all_tf,buy,2026-01-20 17:51:00,722.0,26.6313,1,leg_gt,8.58,60 -33449,buy_mtf_cross_all_tf,buy,2026-01-20 17:54:00,722.0,26.6313,1,leg_gt,8.58,60 -33450,buy_mtf_cross_all_tf,buy,2026-01-20 22:48:00,716.0,27.6933,1,leg_gt,8.38,60 -33451,buy_mtf_cross_all_tf,buy,2026-01-20 22:51:00,715.0,27.872,1,leg_gt,8.37,60 -33452,buy_mtf_cross_all_tf,buy,2026-01-20 22:54:00,716.0,27.6933,1,leg_gt,8.37,60 -33453,buy_mtf_cross_all_tf,buy,2026-01-20 23:00:00,714.0,28.0513,1,leg_gt,8.37,60 -33454,buy_mtf_cross_all_tf,buy,2026-01-21 00:21:00,711.0,28.592,1,leg_gt,8.31,60 -33455,buy_mtf_cross_all_tf,buy,2026-01-21 00:24:00,713.0,28.231,1,leg_gt,8.31,60 -33456,buy_mtf_cross_all_tf,buy,2026-01-21 00:30:00,712.0,28.4112,1,leg_gt,8.3,60 -33457,buy_mtf_cross_all_tf,buy,2026-01-21 00:42:00,711.0,28.592,1,leg_gt,8.3,60 -33458,buy_mtf_cross_all_tf,buy,2026-01-21 01:57:00,709.0,28.955,1,leg_gt,8.24,60 -33459,buy_mtf_cross_all_tf,buy,2026-01-21 02:00:00,708.0,29.1373,1,leg_gt,8.24,60 -33460,buy_mtf_cross_all_tf,buy,2026-01-21 02:03:00,708.0,29.1373,1,leg_gt,8.24,60 -33461,buy_mtf_cross_all_tf,buy,2026-01-21 02:42:00,705.0,29.6872,1,leg_gt,8.21,60 -33462,buy_mtf_cross_all_tf,buy,2026-01-21 02:45:00,705.0,29.6872,1,leg_gt,8.21,60 -33463,buy_mtf_cross_all_tf,buy,2026-01-21 02:51:00,704.0,29.8716,1,leg_gt,8.21,60 -33464,buy_mtf_cross_all_tf,buy,2026-01-21 02:54:00,704.0,29.8716,1,leg_gt,8.2,60 -33465,buy_mtf_cross_all_tf,buy,2026-01-21 03:15:00,703.0,30.0565,1,leg_gt,8.19,60 -33466,buy_mtf_cross_all_tf,buy,2026-01-21 03:21:00,701.0,30.4278,1,leg_gt,8.19,60 -33467,buy_mtf_cross_all_tf,buy,2026-01-21 03:27:00,702.0,30.2419,1,leg_gt,8.18,60 -33468,buy_mtf_cross_all_tf,buy,2026-01-21 03:30:00,701.0,30.4278,1,leg_gt,8.18,60 -33469,buy_mtf_cross_all_tf,buy,2026-01-21 03:33:00,701.0,30.4278,1,leg_gt,8.18,60 -33470,buy_mtf_cross_all_tf,buy,2026-01-21 03:39:00,700.0,30.6143,1,leg_gt,8.17,60 -33471,buy_mtf_cross_all_tf,buy,2026-01-21 03:48:00,699.0,30.8013,1,leg_gt,8.17,60 -33472,buy_mtf_cross_all_tf,buy,2026-01-21 03:54:00,698.0,30.9888,1,leg_gt,8.16,60 -33473,buy_mtf_cross_all_tf,buy,2026-01-21 03:57:00,699.0,30.8013,1,leg_gt,8.16,60 -33474,buy_mtf_cross_all_tf,buy,2026-01-21 08:30:00,695.0,31.5547,1,leg_gt,7.97,60 -33475,buy_mtf_cross_all_tf,buy,2026-01-21 20:03:00,714.0,28.0513,1,leg_gt,7.49,60 -33476,buy_mtf_cross_all_tf,buy,2026-01-21 20:12:00,713.0,28.231,1,leg_gt,7.48,60 -33477,buy_mtf_cross_all_tf,buy,2026-01-21 20:21:00,713.0,28.231,1,leg_gt,7.48,60 -33478,buy_mtf_cross_all_tf,buy,2026-01-21 20:39:00,711.0,28.592,1,leg_gt,7.46,60 -33479,buy_mtf_cross_all_tf,buy,2026-01-21 20:42:00,711.0,28.592,1,leg_gt,7.46,60 -33480,buy_mtf_cross_all_tf,buy,2026-01-21 20:45:00,711.0,28.592,1,leg_gt,7.46,60 -33481,buy_mtf_cross_all_tf,buy,2026-01-21 21:27:00,699.0,30.8013,1,leg_gt,7.43,60 -33482,buy_mtf_cross_all_tf,buy,2026-01-21 21:30:00,699.0,30.8013,1,leg_gt,7.43,60 -33483,buy_mtf_cross_all_tf,buy,2026-01-21 22:51:00,699.0,30.8013,1,leg_gt,7.37,60 -33484,buy_mtf_cross_all_tf,buy,2026-01-22 01:51:00,700.0,30.6143,1,leg_gt,7.25,60 -33485,buy_mtf_cross_all_tf,buy,2026-01-22 01:54:00,701.0,30.4278,1,leg_gt,7.25,60 -33486,buy_mtf_cross_all_tf,buy,2026-01-22 01:57:00,696.0,31.3655,1,leg_gt,7.24,60 -33487,buy_mtf_cross_all_tf,buy,2026-01-22 02:12:00,696.0,31.3655,1,leg_gt,7.23,60 -33488,buy_mtf_cross_all_tf,buy,2026-01-22 02:15:00,691.0,32.3168,1,leg_gt,7.23,60 -33489,buy_mtf_cross_all_tf,buy,2026-01-22 02:18:00,692.0,32.1254,1,leg_gt,7.23,60 -33490,buy_mtf_cross_all_tf,buy,2026-01-22 02:27:00,693.0,31.9346,1,leg_gt,7.22,60 -33491,buy_mtf_cross_all_tf,buy,2026-01-22 02:30:00,692.0,32.1254,1,leg_gt,7.22,60 -33492,buy_mtf_cross_all_tf,buy,2026-01-22 02:33:00,690.0,32.5087,1,leg_gt,7.22,60 -33493,buy_mtf_cross_all_tf,buy,2026-01-22 02:36:00,689.0,32.7012,1,leg_gt,7.22,60 -33494,buy_mtf_cross_all_tf,buy,2026-01-22 02:39:00,690.0,32.5087,1,leg_gt,7.21,60 -33495,buy_mtf_cross_all_tf,buy,2026-01-22 23:15:00,706.0,29.5034,1,leg_gt,6.36,60 -33496,buy_mtf_cross_all_tf,buy,2026-01-22 23:18:00,705.0,29.6872,1,leg_gt,6.35,60 -33497,buy_mtf_cross_all_tf,buy,2026-01-22 23:21:00,704.0,29.8716,1,leg_gt,6.35,60 -33498,buy_mtf_cross_all_tf,buy,2026-01-22 23:24:00,702.0,30.2419,1,leg_gt,6.35,60 -33499,buy_mtf_cross_all_tf,buy,2026-01-22 23:36:00,702.0,30.2419,1,leg_gt,6.34,60 -33500,buy_mtf_cross_all_tf,buy,2026-01-22 23:57:00,700.0,30.6143,1,leg_gt,6.33,60 -33501,buy_mtf_cross_all_tf,buy,2026-01-23 00:00:00,700.0,30.6143,1,leg_gt,6.32,60 -33502,buy_mtf_cross_all_tf,buy,2026-01-23 00:03:00,699.0,30.8013,1,leg_gt,6.32,60 -33503,buy_mtf_cross_all_tf,buy,2026-01-23 04:06:00,701.0,30.4278,1,leg_gt,6.15,60 -33504,buy_mtf_cross_all_tf,buy,2026-01-23 05:36:00,699.0,30.8013,1,leg_gt,6.09,60 -33505,buy_mtf_cross_all_tf,buy,2026-01-23 05:45:00,697.0,31.1769,1,leg_gt,6.09,60 -33506,buy_mtf_cross_all_tf,buy,2026-01-23 05:48:00,697.0,31.1769,1,leg_gt,6.08,60 -33507,buy_mtf_cross_all_tf,buy,2026-01-23 05:54:00,697.0,31.1769,1,leg_gt,6.08,60 -33508,buy_mtf_cross_all_tf,buy,2026-01-23 16:09:00,708.0,29.1373,1,leg_gt,5.65,60 -33509,buy_mtf_cross_all_tf,buy,2026-01-23 16:12:00,707.0,29.3201,1,leg_gt,5.65,60 -33510,buy_mtf_cross_all_tf,buy,2026-01-23 16:15:00,707.0,29.3201,1,leg_gt,5.65,60 -33511,buy_mtf_cross_all_tf,buy,2026-01-23 16:18:00,707.0,29.3201,1,leg_gt,5.65,60 -33512,buy_mtf_cross_all_tf,buy,2026-01-23 17:00:00,707.0,29.3201,1,leg_gt,5.62,60 -33513,buy_mtf_cross_all_tf,buy,2026-01-23 17:45:00,703.0,30.0565,1,leg_gt,5.59,60 -33514,buy_mtf_cross_all_tf,buy,2026-01-23 17:48:00,703.0,30.0565,1,leg_gt,5.58,60 -33515,buy_mtf_cross_all_tf,buy,2026-01-23 18:00:00,701.0,30.4278,1,leg_gt,5.58,60 -33516,buy_mtf_cross_all_tf,buy,2026-01-23 19:12:00,701.0,30.4278,1,leg_gt,5.52,60 -33517,buy_mtf_cross_all_tf,buy,2026-01-23 23:00:00,701.0,30.4278,1,leg_gt,5.37,60 -33518,buy_mtf_cross_all_tf,buy,2026-01-24 00:00:00,690.0,32.5087,1,leg_gt,5.32,60 -33519,buy_mtf_cross_all_tf,buy,2026-01-24 00:03:00,688.0,32.8942,1,leg_gt,5.32,60 -33520,buy_mtf_cross_all_tf,buy,2026-01-24 00:06:00,689.0,32.7012,1,leg_gt,5.32,60 -33521,buy_mtf_cross_all_tf,buy,2026-01-24 04:45:00,695.0,31.5547,1,leg_gt,5.13,60 -33522,buy_mtf_cross_all_tf,buy,2026-01-24 04:48:00,693.0,31.9346,1,leg_gt,5.12,60 -33523,buy_mtf_cross_all_tf,buy,2026-01-24 04:54:00,694.0,31.7444,1,leg_gt,5.12,60 -33524,buy_mtf_cross_all_tf,buy,2026-01-24 05:06:00,693.0,31.9346,1,leg_gt,5.11,60 -33525,buy_mtf_cross_all_tf,buy,2026-01-24 05:42:00,687.0,33.0878,1,leg_gt,5.09,60 -33526,buy_mtf_cross_all_tf,buy,2026-01-24 05:45:00,687.0,33.0878,1,leg_gt,5.09,60 -33527,buy_mtf_cross_all_tf,buy,2026-01-24 05:48:00,687.0,33.0878,1,leg_gt,5.08,60 -33528,buy_mtf_cross_all_tf,buy,2026-01-24 05:51:00,687.0,33.0878,1,leg_gt,5.08,60 -33529,buy_mtf_cross_all_tf,buy,2026-01-24 05:54:00,686.0,33.2819,1,leg_gt,5.08,60 -33530,buy_mtf_cross_all_tf,buy,2026-01-24 10:30:00,689.0,32.7012,1,leg_gt,4.89,60 -33531,buy_mtf_cross_all_tf,buy,2026-01-25 00:51:00,697.0,31.1769,1,leg_gt,4.29,60 -33532,buy_mtf_cross_all_tf,buy,2026-01-25 00:57:00,696.0,31.3655,1,leg_gt,4.29,60 -33533,buy_mtf_cross_all_tf,buy,2026-01-25 01:00:00,695.0,31.5547,1,leg_gt,4.28,60 -33534,buy_mtf_cross_all_tf,buy,2026-01-25 01:03:00,695.0,31.5547,1,leg_gt,4.28,60 -33535,buy_mtf_cross_all_tf,buy,2026-01-25 01:15:00,694.0,31.7444,1,leg_gt,4.27,60 -33536,buy_mtf_cross_all_tf,buy,2026-01-25 01:18:00,693.0,31.9346,1,leg_gt,4.27,60 -33537,buy_mtf_cross_all_tf,buy,2026-01-25 01:21:00,693.0,31.9346,1,leg_gt,4.27,60 -33538,buy_mtf_cross_all_tf,buy,2026-01-25 01:24:00,693.0,31.9346,1,leg_gt,4.27,60 -33539,buy_mtf_cross_all_tf,buy,2026-01-25 06:21:00,693.0,31.9346,1,leg_gt,4.06,60 -33540,buy_mtf_cross_all_tf,buy,2026-01-25 06:24:00,693.0,31.9346,1,leg_gt,4.06,60 -33541,buy_mtf_cross_all_tf,buy,2026-01-25 06:30:00,693.0,31.9346,1,leg_gt,4.05,60 -33542,buy_mtf_cross_all_tf,buy,2026-01-25 06:39:00,692.0,32.1254,1,leg_gt,4.05,60 -33543,buy_mtf_cross_all_tf,buy,2026-01-25 07:12:00,692.0,32.1254,1,leg_gt,4.03,60 -33544,buy_mtf_cross_all_tf,buy,2026-01-25 10:45:00,690.0,32.5087,1,leg_gt,3.88,60 -33545,buy_mtf_cross_all_tf,buy,2026-01-25 10:48:00,691.0,32.3168,1,leg_gt,3.88,60 -33546,buy_mtf_cross_all_tf,buy,2026-01-25 10:54:00,690.0,32.5087,1,leg_gt,3.87,60 -33547,buy_mtf_cross_all_tf,buy,2026-01-25 12:24:00,690.0,32.5087,1,leg_gt,3.81,60 -33548,buy_mtf_cross_all_tf,buy,2026-01-25 12:27:00,690.0,32.5087,1,leg_gt,3.81,60 -33549,buy_mtf_cross_all_tf,buy,2026-01-25 12:30:00,689.0,32.7012,1,leg_gt,3.8,60 -33550,buy_mtf_cross_all_tf,buy,2026-01-25 16:21:00,689.0,32.7012,1,leg_gt,3.64,60 -33551,buy_mtf_cross_all_tf,buy,2026-01-25 17:45:00,688.0,32.8942,1,leg_gt,3.59,60 -33552,buy_mtf_cross_all_tf,buy,2026-01-25 17:57:00,687.0,33.0878,1,leg_gt,3.58,60 -33553,buy_mtf_cross_all_tf,buy,2026-01-25 23:18:00,688.0,32.8942,1,leg_gt,3.35,60 -33554,buy_mtf_cross_all_tf,buy,2026-01-25 23:24:00,687.0,33.0878,1,leg_gt,3.35,60 -33555,buy_mtf_cross_all_tf,buy,2026-01-25 23:42:00,685.0,33.4766,1,leg_gt,3.34,60 -33556,buy_mtf_cross_all_tf,buy,2026-01-25 23:45:00,685.0,33.4766,1,leg_gt,3.34,60 -33557,buy_mtf_cross_all_tf,buy,2026-01-25 23:48:00,685.0,33.4766,1,leg_gt,3.33,60 -33558,buy_mtf_cross_all_tf,buy,2026-01-26 01:30:00,670.0,36.4672,1,leg_gt,3.26,60 -33559,buy_mtf_cross_all_tf,buy,2026-01-26 01:33:00,667.0,37.0814,1,leg_gt,3.26,60 -33560,buy_mtf_cross_all_tf,buy,2026-01-26 03:51:00,659.0,38.7467,1,leg_gt,3.16,60 -33561,buy_mtf_cross_all_tf,buy,2026-01-26 03:54:00,659.0,38.7467,1,leg_gt,3.16,60 -33562,buy_mtf_cross_all_tf,buy,2026-01-26 04:24:00,655.0,39.5947,1,leg_gt,3.14,60 -33563,buy_mtf_cross_all_tf,buy,2026-01-26 04:36:00,651.0,40.453,1,leg_gt,3.13,60 -33564,buy_mtf_cross_all_tf,buy,2026-01-26 04:39:00,653.0,40.0225,1,leg_gt,3.13,60 -33565,buy_mtf_cross_all_tf,buy,2026-01-26 04:51:00,650.0,40.6692,1,leg_gt,3.12,60 -33566,buy_mtf_cross_all_tf,buy,2026-01-26 04:54:00,647.0,41.3219,1,leg_gt,3.12,60 -33567,buy_mtf_cross_all_tf,buy,2026-01-26 04:57:00,648.0,41.1037,1,leg_gt,3.12,60 -33568,buy_mtf_cross_all_tf,buy,2026-01-26 05:00:00,648.0,41.1037,1,leg_gt,3.12,60 -33569,buy_mtf_cross_all_tf,buy,2026-01-26 05:39:00,647.0,41.3219,1,leg_gt,3.09,60 -33570,buy_mtf_cross_all_tf,buy,2026-01-26 05:42:00,647.0,41.3219,1,leg_gt,3.09,60 -33571,buy_mtf_cross_all_tf,buy,2026-01-27 10:15:00,670.0,36.4672,1,leg_gt,1.9,60 -33572,buy_mtf_cross_all_tf,buy,2026-01-27 12:27:00,670.0,36.4672,1,leg_gt,1.81,60 -33573,buy_mtf_cross_all_tf,buy,2026-01-27 12:51:00,669.0,36.6713,1,leg_gt,1.79,60 -33574,buy_mtf_cross_all_tf,buy,2026-01-27 12:54:00,668.0,36.876,1,leg_gt,1.79,60 -33575,buy_mtf_cross_all_tf,buy,2026-01-27 12:57:00,668.0,36.876,1,leg_gt,1.79,60 -33576,buy_mtf_cross_all_tf,buy,2026-01-27 13:00:00,668.0,36.876,1,leg_gt,1.78,60 -33577,buy_mtf_cross_all_tf,buy,2026-01-27 13:42:00,668.0,36.876,1,leg_gt,1.75,60 -33578,buy_mtf_cross_all_tf,buy,2026-01-27 13:45:00,668.0,36.876,1,leg_gt,1.75,60 -33579,buy_mtf_cross_all_tf,buy,2026-01-27 13:48:00,668.0,36.876,1,leg_gt,1.75,60 -33580,buy_mtf_cross_all_tf,buy,2026-01-27 14:15:00,667.0,37.0814,1,leg_gt,1.73,60 -33581,buy_mtf_cross_all_tf,buy,2026-01-27 14:30:00,666.0,37.2874,1,leg_gt,1.72,60 -33582,buy_mtf_cross_all_tf,buy,2026-01-27 15:51:00,665.0,37.494,1,leg_gt,1.66,60 -33583,buy_mtf_cross_all_tf,buy,2026-01-27 15:54:00,665.0,37.494,1,leg_gt,1.66,60 -33584,buy_mtf_cross_all_tf,buy,2026-01-27 15:57:00,665.0,37.494,1,leg_gt,1.66,60 -33585,buy_mtf_cross_all_tf,buy,2026-01-27 16:00:00,665.0,37.494,1,leg_gt,1.66,60 -33586,buy_mtf_cross_all_tf,buy,2026-01-27 18:24:00,663.0,37.909,1,leg_gt,1.56,60 -33587,buy_mtf_cross_all_tf,buy,2026-01-27 18:27:00,664.0,37.7012,1,leg_gt,1.56,60 -33588,buy_mtf_cross_all_tf,buy,2026-01-27 19:00:00,662.0,38.1175,1,leg_gt,1.53,60 -33589,buy_mtf_cross_all_tf,buy,2026-01-28 12:00:00,670.0,36.4672,1,leg_gt,0.82,60 -33590,buy_mtf_cross_all_tf,buy,2026-01-28 12:03:00,669.0,36.6713,1,leg_gt,0.82,60 -33591,buy_mtf_cross_all_tf,buy,2026-01-28 12:15:00,669.0,36.6713,1,leg_gt,0.81,60 -33592,buy_mtf_cross_all_tf,buy,2026-01-28 12:21:00,669.0,36.6713,1,leg_gt,0.81,60 -33593,buy_mtf_cross_all_tf,buy,2026-01-28 12:24:00,669.0,36.6713,1,leg_gt,0.81,60 -33594,buy_mtf_cross_all_tf,buy,2026-01-28 12:54:00,668.0,36.876,1,leg_gt,0.79,60 -33595,buy_mtf_cross_all_tf,buy,2026-01-28 13:06:00,668.0,36.876,1,leg_gt,0.78,60 -33596,buy_mtf_cross_all_tf,buy,2026-01-28 13:30:00,664.0,37.7012,1,leg_gt,0.76,60 -33597,buy_mtf_cross_all_tf,buy,2026-01-28 13:36:00,664.0,37.7012,1,leg_gt,0.76,60 -33598,buy_mtf_cross_all_tf,buy,2026-01-28 23:48:00,665.0,37.494,1,leg_gt,0.33,60 -33599,buy_mtf_cross_all_tf,buy,2026-01-30 04:45:00,697.0,-10.8604,0,leg_gt,2.21,60 -33600,buy_mtf_cross_all_tf,buy,2026-01-30 05:15:00,696.0,-10.7322,0,leg_gt,2.19,60 -33601,buy_mtf_cross_all_tf,buy,2026-01-30 05:21:00,694.0,-10.4746,0,leg_gt,2.19,60 -33602,buy_mtf_cross_all_tf,buy,2026-01-30 05:24:00,695.0,-10.6036,0,leg_gt,2.19,60 -33603,buy_mtf_cross_all_tf,buy,2026-01-30 05:27:00,695.0,-10.6036,0,leg_gt,2.19,60 -33604,buy_mtf_cross_all_tf,buy,2026-01-30 05:42:00,694.0,-10.4746,0,leg_gt,2.17,60 -33605,buy_mtf_cross_all_tf,buy,2026-01-30 05:45:00,693.0,-10.3453,0,leg_gt,2.17,60 -33606,buy_mtf_cross_all_tf,buy,2026-01-30 05:51:00,693.0,-10.3453,0,leg_gt,2.17,60 -33607,buy_mtf_cross_all_tf,buy,2026-01-30 05:54:00,691.0,-10.0855,0,leg_gt,2.17,60 -33608,buy_mtf_cross_all_tf,buy,2026-01-30 09:42:00,689.0,-9.8242,0,leg_gt,2.01,60 -33609,buy_mtf_cross_all_tf,buy,2026-01-30 09:45:00,686.0,-9.4294,0,leg_gt,2.01,60 -33610,buy_mtf_cross_all_tf,buy,2026-01-30 09:54:00,687.0,-9.5614,0,leg_gt,2.0,60 -33611,buy_mtf_cross_all_tf,buy,2026-01-30 09:57:00,686.0,-9.4294,0,leg_gt,2.0,60 -33612,buy_mtf_cross_all_tf,buy,2026-01-30 11:00:00,676.0,-8.0882,0,leg_gt,1.95,60 -33613,buy_mtf_cross_all_tf,buy,2026-01-30 11:03:00,675.0,-7.9519,0,leg_gt,1.95,60 -33614,buy_mtf_cross_all_tf,buy,2026-01-30 11:06:00,672.0,-7.5405,0,leg_gt,1.95,60 -33615,buy_mtf_cross_all_tf,buy,2026-01-30 11:09:00,671.0,-7.4025,0,leg_gt,1.95,60 -33616,buy_mtf_cross_all_tf,buy,2026-01-30 11:12:00,672.0,-7.5405,0,leg_gt,1.95,60 -33617,buy_mtf_cross_all_tf,buy,2026-01-30 11:15:00,671.0,-7.4025,0,leg_gt,1.94,60 -33618,buy_mtf_cross_all_tf,buy,2026-01-30 11:18:00,670.0,-7.2642,0,leg_gt,1.94,60 -33619,buy_mtf_cross_all_tf,buy,2026-01-30 11:21:00,666.0,-6.7066,0,leg_gt,1.94,60 -33620,buy_mtf_cross_all_tf,buy,2026-01-30 11:24:00,667.0,-6.8466,0,leg_gt,1.94,60 -33621,buy_mtf_cross_all_tf,buy,2026-01-30 11:27:00,663.0,-6.284,0,leg_gt,1.94,60 -33622,buy_mtf_cross_all_tf,buy,2026-01-30 11:30:00,663.0,-6.284,0,leg_gt,1.93,60 -33623,buy_mtf_cross_all_tf,buy,2026-01-30 11:33:00,663.0,-6.284,0,leg_gt,1.93,60 -33624,buy_mtf_cross_all_tf,buy,2026-01-30 11:36:00,664.0,-6.4253,0,leg_gt,1.93,60 -33625,buy_mtf_cross_all_tf,buy,2026-01-30 11:39:00,663.0,-6.284,0,leg_gt,1.93,60 -33626,buy_mtf_cross_all_tf,buy,2026-01-30 17:51:00,670.0,-7.2642,0,leg_gt,1.67,60 -33627,buy_mtf_cross_all_tf,buy,2026-01-30 18:21:00,669.0,-7.1254,0,leg_gt,1.65,60 -33628,buy_mtf_cross_all_tf,buy,2026-01-30 18:27:00,669.0,-7.1254,0,leg_gt,1.64,60 -33629,buy_mtf_cross_all_tf,buy,2026-01-31 08:36:00,696.0,-10.7322,0,leg_gt,1.05,60 -33630,buy_mtf_cross_all_tf,buy,2026-01-31 08:39:00,696.0,-10.7322,0,leg_gt,1.05,60 -33631,buy_mtf_cross_all_tf,buy,2026-01-31 08:42:00,695.0,-10.6036,0,leg_gt,1.05,60 -33632,buy_mtf_cross_all_tf,buy,2026-01-31 09:21:00,694.0,-10.4746,0,leg_gt,1.02,60 -33633,buy_mtf_cross_all_tf,buy,2026-01-31 09:33:00,690.0,-9.9551,0,leg_gt,1.01,60 -33634,buy_mtf_cross_all_tf,buy,2026-01-31 09:36:00,690.0,-9.9551,0,leg_gt,1.01,60 -33635,buy_mtf_cross_all_tf,buy,2026-01-31 09:39:00,691.0,-10.0855,0,leg_gt,1.01,60 -33636,buy_mtf_cross_all_tf,buy,2026-01-31 09:45:00,690.0,-9.9551,0,leg_gt,1.01,60 -33637,buy_mtf_cross_all_tf,buy,2026-01-31 09:48:00,689.0,-9.8242,0,leg_gt,1.0,60 -33638,buy_mtf_cross_all_tf,buy,2026-01-31 09:57:00,687.0,-9.5614,0,leg_gt,1.0,60 -33639,buy_mtf_cross_all_tf,buy,2026-01-31 10:00:00,687.0,-9.5614,0,leg_gt,1.0,60 -33640,buy_mtf_cross_all_tf,buy,2026-01-31 10:30:00,686.0,-9.4294,0,leg_gt,0.98,60 -33641,buy_mtf_cross_all_tf,buy,2026-01-31 10:33:00,685.0,-9.2971,0,leg_gt,0.97,60 -33642,buy_mtf_cross_all_tf,buy,2026-01-31 10:42:00,685.0,-9.2971,0,leg_gt,0.97,60 -33643,buy_mtf_cross_all_tf,buy,2026-01-31 10:54:00,684.0,-9.1643,0,leg_gt,0.96,60 -33644,buy_mtf_cross_all_tf,buy,2026-01-31 12:12:00,683.0,-9.0312,0,leg_gt,0.9,60 -33645,buy_mtf_cross_all_tf,buy,2026-01-31 12:15:00,682.0,-8.8977,0,leg_gt,0.9,60 -33646,buy_mtf_cross_all_tf,buy,2026-01-31 12:18:00,681.0,-8.7637,0,leg_gt,0.9,60 -33647,buy_mtf_cross_all_tf,buy,2026-01-31 12:27:00,680.0,-8.6294,0,leg_gt,0.89,60 -33648,buy_mtf_cross_all_tf,buy,2026-01-31 12:36:00,680.0,-8.6294,0,leg_gt,0.89,60 -33649,buy_mtf_cross_all_tf,buy,2026-01-31 12:39:00,678.0,-8.3596,0,leg_gt,0.89,60 -33650,buy_mtf_cross_all_tf,buy,2026-01-31 12:42:00,679.0,-8.4947,0,leg_gt,0.88,60 -33651,buy_mtf_cross_all_tf,buy,2026-01-31 12:48:00,678.0,-8.3596,0,leg_gt,0.88,60 -33652,buy_mtf_cross_all_tf,buy,2026-01-31 12:51:00,678.0,-8.3596,0,leg_gt,0.88,60 -33653,buy_mtf_cross_all_tf,buy,2026-01-31 12:54:00,677.0,-8.2241,0,leg_gt,0.88,60 -33654,buy_mtf_cross_all_tf,buy,2026-01-31 12:57:00,676.0,-8.0882,0,leg_gt,0.87,60 -33655,buy_mtf_cross_all_tf,buy,2026-01-31 13:00:00,676.0,-8.0882,0,leg_gt,0.87,60 -33656,buy_mtf_cross_all_tf,buy,2026-01-31 13:03:00,675.0,-7.9519,0,leg_gt,0.87,60 -33657,buy_mtf_cross_all_tf,buy,2026-01-31 13:06:00,675.0,-7.9519,0,leg_gt,0.87,60 -33658,buy_mtf_cross_all_tf,buy,2026-01-31 13:09:00,675.0,-7.9519,0,leg_gt,0.86,60 -33659,buy_mtf_cross_all_tf,buy,2026-01-31 13:21:00,675.0,-7.9519,0,leg_gt,0.86,60 -33660,buy_mtf_cross_all_tf,buy,2026-01-31 13:24:00,675.0,-7.9519,0,leg_gt,0.85,60 -33661,buy_mtf_cross_all_tf,buy,2026-01-31 13:27:00,675.0,-7.9519,0,leg_gt,0.85,60 -33662,buy_mtf_cross_all_tf,buy,2026-01-31 13:54:00,674.0,-7.8151,0,leg_gt,0.83,60 -33663,buy_mtf_cross_all_tf,buy,2026-01-31 14:06:00,673.0,-7.678,0,leg_gt,0.82,60 -33664,buy_mtf_cross_all_tf,buy,2026-01-31 15:45:00,671.0,-7.4025,0,leg_gt,0.76,60 -33665,buy_mtf_cross_all_tf,buy,2026-01-31 15:48:00,671.0,-7.4025,0,leg_gt,0.75,60 -33666,buy_mtf_cross_all_tf,buy,2026-01-31 15:51:00,670.0,-7.2642,0,leg_gt,0.75,60 -33667,buy_mtf_cross_all_tf,buy,2026-01-31 16:36:00,668.0,-6.9862,0,leg_gt,0.72,60 -33668,buy_mtf_cross_all_tf,buy,2026-01-31 16:45:00,665.0,-6.5662,0,leg_gt,0.71,60 -33669,buy_mtf_cross_all_tf,buy,2026-01-31 16:48:00,666.0,-6.7066,0,leg_gt,0.71,60 -33670,buy_mtf_cross_all_tf,buy,2026-01-31 16:51:00,665.0,-6.5662,0,leg_gt,0.71,60 -33671,buy_mtf_cross_all_tf,buy,2026-01-31 17:12:00,664.0,-6.4253,0,leg_gt,0.7,60 -33672,buy_mtf_cross_all_tf,buy,2026-01-31 17:42:00,658.0,-5.5711,0,leg_gt,0.68,60 -33673,buy_mtf_cross_all_tf,buy,2026-01-31 17:45:00,657.0,-5.4272,0,leg_gt,0.67,60 -33674,buy_mtf_cross_all_tf,buy,2026-01-31 17:48:00,658.0,-5.5711,0,leg_gt,0.67,60 -33675,buy_mtf_cross_all_tf,buy,2026-01-31 17:51:00,658.0,-5.5711,0,leg_gt,0.67,60 -33676,buy_mtf_cross_all_tf,buy,2026-01-31 21:00:00,652.0,-4.7012,0,leg_gt,0.54,60 -33677,buy_mtf_cross_all_tf,buy,2026-01-31 23:00:00,651.0,-4.5547,0,leg_gt,0.45,60 -33678,buy_mtf_cross_all_tf,buy,2026-01-31 23:15:00,650.0,-4.4077,0,leg_gt,0.44,60 -33679,buy_mtf_cross_all_tf,buy,2026-01-31 23:51:00,620.0,0.2226,1,leg_gt,0.42,60 -33680,buy_mtf_cross_all_tf,buy,2026-02-01 02:30:00,594.0,4.6138,1,leg_gt,0.31,60 -33681,buy_mtf_cross_all_tf,buy,2026-02-01 02:33:00,591.0,5.1453,1,leg_gt,0.31,60 -33682,buy_mtf_cross_all_tf,buy,2026-02-01 02:42:00,588.0,5.6823,1,leg_gt,0.3,60 -33683,buy_mtf_cross_all_tf,buy,2026-02-01 02:48:00,585.0,6.2248,1,leg_gt,0.3,60 -33684,buy_mtf_cross_all_tf,buy,2026-02-01 03:39:00,580.0,7.1414,1,leg_gt,0.26,60 -33685,buy_mtf_cross_all_tf,buy,2026-02-01 03:51:00,577.0,7.699,1,leg_gt,0.25,60 -33686,buy_mtf_cross_all_tf,buy,2026-02-01 04:00:00,576.0,7.8861,1,leg_gt,0.25,60 -33687,buy_mtf_cross_all_tf,buy,2026-02-01 16:15:00,607.0,3.0301,1,leg_gt,2.51,60 -33688,buy_mtf_cross_all_tf,buy,2026-02-01 16:21:00,607.0,3.0301,1,leg_gt,2.51,60 -33689,buy_mtf_cross_all_tf,buy,2026-02-01 16:24:00,607.0,3.0301,1,leg_gt,2.51,60 -33690,buy_mtf_cross_all_tf,buy,2026-02-01 16:27:00,606.0,3.2003,1,leg_gt,2.5,60 -33691,buy_mtf_cross_all_tf,buy,2026-02-01 18:00:00,606.0,3.2003,1,leg_gt,2.44,60 -33692,buy_mtf_cross_all_tf,buy,2026-02-01 18:21:00,605.0,3.3711,1,leg_gt,2.42,60 -33693,buy_mtf_cross_all_tf,buy,2026-02-01 18:24:00,604.0,3.5424,1,leg_gt,2.42,60 -33694,buy_mtf_cross_all_tf,buy,2026-02-01 18:39:00,602.0,3.8867,1,leg_gt,2.41,60 -33695,buy_mtf_cross_all_tf,buy,2026-02-01 19:45:00,602.0,3.8867,1,leg_gt,2.37,60 -33696,buy_mtf_cross_all_tf,buy,2026-02-01 19:48:00,601.0,4.0597,1,leg_gt,2.36,60 -33697,buy_mtf_cross_all_tf,buy,2026-02-01 19:51:00,602.0,3.8867,1,leg_gt,2.36,60 -33698,buy_mtf_cross_all_tf,buy,2026-02-01 19:54:00,602.0,3.8867,1,leg_gt,2.36,60 -33699,buy_mtf_cross_all_tf,buy,2026-02-01 20:06:00,598.0,4.5823,1,leg_gt,2.35,60 -33700,buy_mtf_cross_all_tf,buy,2026-02-01 20:09:00,599.0,4.4075,1,leg_gt,2.35,60 -33701,buy_mtf_cross_all_tf,buy,2026-02-01 20:18:00,598.0,4.5823,1,leg_gt,2.34,60 -33702,buy_mtf_cross_all_tf,buy,2026-02-01 21:57:00,598.0,4.5823,1,leg_gt,2.28,60 -33703,buy_mtf_cross_all_tf,buy,2026-02-01 22:48:00,597.0,4.7576,1,leg_gt,2.24,60 -33704,buy_mtf_cross_all_tf,buy,2026-02-01 23:00:00,594.0,5.2872,1,leg_gt,2.23,60 -33705,buy_mtf_cross_all_tf,buy,2026-02-01 23:03:00,592.0,5.6432,1,leg_gt,2.23,60 -33706,buy_mtf_cross_all_tf,buy,2026-02-01 23:12:00,593.0,5.4649,1,leg_gt,2.22,60 -33707,buy_mtf_cross_all_tf,buy,2026-02-01 23:18:00,592.0,5.6432,1,leg_gt,2.22,60 -33708,buy_mtf_cross_all_tf,buy,2026-02-01 23:30:00,592.0,5.6432,1,leg_gt,2.21,60 -33709,buy_mtf_cross_all_tf,buy,2026-02-01 23:36:00,590.0,6.0017,1,leg_gt,2.21,60 -33710,buy_mtf_cross_all_tf,buy,2026-02-01 23:39:00,590.0,6.0017,1,leg_gt,2.2,60 -33711,buy_mtf_cross_all_tf,buy,2026-02-02 00:12:00,588.0,6.3626,1,leg_gt,2.18,60 -33712,buy_mtf_cross_all_tf,buy,2026-02-02 00:42:00,580.0,7.831,1,leg_gt,2.16,60 -33713,buy_mtf_cross_all_tf,buy,2026-02-02 01:51:00,580.0,7.831,1,leg_gt,2.11,60 -33714,buy_mtf_cross_all_tf,buy,2026-02-02 01:54:00,579.0,8.0174,1,leg_gt,2.11,60 -33715,buy_mtf_cross_all_tf,buy,2026-02-02 02:42:00,579.0,8.0174,1,leg_gt,2.08,60 -33716,buy_mtf_cross_all_tf,buy,2026-02-02 12:45:00,575.0,8.7696,1,leg_gt,1.66,60 -33717,buy_mtf_cross_all_tf,buy,2026-02-02 14:21:00,577.0,8.3922,1,leg_gt,1.59,60 -33718,buy_mtf_cross_all_tf,buy,2026-02-02 14:24:00,578.0,8.2045,1,leg_gt,1.59,60 -33719,buy_mtf_cross_all_tf,buy,2026-02-02 14:27:00,574.0,8.9592,1,leg_gt,1.59,60 -33720,buy_mtf_cross_all_tf,buy,2026-02-02 14:30:00,574.0,8.9592,1,leg_gt,1.59,60 -33721,buy_mtf_cross_all_tf,buy,2026-02-02 14:39:00,575.0,8.7696,1,leg_gt,1.58,60 -33722,buy_mtf_cross_all_tf,buy,2026-02-05 00:21:00,591.0,5.4838,1,leg_gt,2.54,60 -33723,buy_mtf_cross_all_tf,buy,2026-02-05 01:21:00,591.0,5.4838,1,leg_gt,2.5,60 -33724,buy_mtf_cross_all_tf,buy,2026-02-05 01:45:00,588.0,6.0224,1,leg_gt,2.48,60 -33725,buy_mtf_cross_all_tf,buy,2026-02-05 01:48:00,588.0,6.0224,1,leg_gt,2.48,60 -33726,buy_mtf_cross_all_tf,buy,2026-02-05 08:00:00,596.0,4.598,1,leg_gt,2.22,60 -33727,buy_mtf_cross_all_tf,buy,2026-02-05 08:03:00,595.0,4.7739,1,leg_gt,2.22,60 -33728,buy_mtf_cross_all_tf,buy,2026-02-05 12:00:00,598.0,4.2478,1,leg_gt,2.05,60 -33729,buy_mtf_cross_all_tf,buy,2026-02-05 12:06:00,598.0,4.2478,1,leg_gt,2.05,60 -33730,buy_mtf_cross_all_tf,buy,2026-02-05 12:09:00,598.0,4.2478,1,leg_gt,2.05,60 -33731,buy_mtf_cross_all_tf,buy,2026-02-05 12:30:00,595.0,4.7739,1,leg_gt,2.03,60 -33732,buy_mtf_cross_all_tf,buy,2026-02-05 12:33:00,595.0,4.7739,1,leg_gt,2.03,60 -33733,buy_mtf_cross_all_tf,buy,2026-02-05 12:36:00,595.0,4.7739,1,leg_gt,2.03,60 -33734,buy_mtf_cross_all_tf,buy,2026-02-05 12:39:00,594.0,4.9505,1,leg_gt,2.03,60 -33735,buy_mtf_cross_all_tf,buy,2026-02-05 12:48:00,594.0,4.9505,1,leg_gt,2.02,60 -33736,buy_mtf_cross_all_tf,buy,2026-02-05 12:51:00,593.0,5.1277,1,leg_gt,2.02,60 -33737,buy_mtf_cross_all_tf,buy,2026-02-05 12:54:00,593.0,5.1277,1,leg_gt,2.02,60 -33738,buy_mtf_cross_all_tf,buy,2026-02-05 12:57:00,593.0,5.1277,1,leg_gt,2.01,60 -33739,buy_mtf_cross_all_tf,buy,2026-02-05 13:00:00,593.0,5.1277,1,leg_gt,2.01,60 -33740,buy_mtf_cross_all_tf,buy,2026-02-05 13:03:00,593.0,5.1277,1,leg_gt,2.01,60 -33741,buy_mtf_cross_all_tf,buy,2026-02-05 13:06:00,591.0,5.4838,1,leg_gt,2.01,60 -33742,buy_mtf_cross_all_tf,buy,2026-02-05 13:15:00,590.0,5.6627,1,leg_gt,2.0,60 -33743,buy_mtf_cross_all_tf,buy,2026-02-05 13:18:00,591.0,5.4838,1,leg_gt,2.0,60 -33744,buy_mtf_cross_all_tf,buy,2026-02-05 13:36:00,591.0,5.4838,1,leg_gt,1.99,60 -33745,buy_mtf_cross_all_tf,buy,2026-02-05 15:21:00,587.0,6.2032,1,leg_gt,1.91,60 -33746,buy_mtf_cross_all_tf,buy,2026-02-05 15:24:00,588.0,6.0224,1,leg_gt,1.91,60 -33747,buy_mtf_cross_all_tf,buy,2026-02-05 15:27:00,588.0,6.0224,1,leg_gt,1.91,60 -33748,buy_mtf_cross_all_tf,buy,2026-02-05 15:30:00,586.0,6.3846,1,leg_gt,1.91,60 -33749,buy_mtf_cross_all_tf,buy,2026-02-05 15:33:00,587.0,6.2032,1,leg_gt,1.91,60 -33750,buy_mtf_cross_all_tf,buy,2026-02-05 20:06:00,580.0,7.4862,1,leg_gt,1.72,60 -33751,buy_mtf_cross_all_tf,buy,2026-02-05 20:09:00,580.0,7.4862,1,leg_gt,1.71,60 -33752,buy_mtf_cross_all_tf,buy,2026-02-05 20:12:00,578.0,7.8585,1,leg_gt,1.71,60 -33753,buy_mtf_cross_all_tf,buy,2026-02-05 20:36:00,569.0,9.5661,1,leg_gt,1.7,60 -33754,buy_mtf_cross_all_tf,buy,2026-02-05 21:21:00,569.0,9.5661,1,leg_gt,1.66,60 -33755,buy_mtf_cross_all_tf,buy,2026-02-06 01:06:00,542.0,15.0292,1,leg_gt,1.51,60 -33756,buy_mtf_cross_all_tf,buy,2026-02-06 02:24:00,543.0,14.8171,1,leg_gt,1.45,60 -33757,buy_mtf_cross_all_tf,buy,2026-02-06 03:21:00,535.0,16.5355,1,leg_gt,1.41,60 -33758,buy_mtf_cross_all_tf,buy,2026-02-06 03:24:00,535.0,16.5355,1,leg_gt,1.41,60 -33759,buy_mtf_cross_all_tf,buy,2026-02-06 03:30:00,537.0,16.1011,1,leg_gt,1.41,60 -33760,buy_mtf_cross_all_tf,buy,2026-02-06 03:36:00,535.0,16.5355,1,leg_gt,1.4,60 -33761,buy_mtf_cross_all_tf,buy,2026-02-06 03:39:00,534.0,16.7539,1,leg_gt,1.4,60 -33762,buy_mtf_cross_all_tf,buy,2026-02-06 04:30:00,534.0,16.7539,1,leg_gt,1.37,60 -33763,buy_mtf_cross_all_tf,buy,2026-02-06 04:33:00,533.0,16.9732,1,leg_gt,1.36,60 -33764,buy_mtf_cross_all_tf,buy,2026-02-06 04:42:00,534.0,16.7539,1,leg_gt,1.36,60 -33765,buy_mtf_cross_all_tf,buy,2026-02-06 04:45:00,533.0,16.9732,1,leg_gt,1.36,60 -33766,buy_mtf_cross_all_tf,buy,2026-02-06 04:48:00,532.0,17.1932,1,leg_gt,1.35,60 -33767,buy_mtf_cross_all_tf,buy,2026-02-06 04:51:00,532.0,17.1932,1,leg_gt,1.35,60 -33768,buy_mtf_cross_all_tf,buy,2026-02-06 04:54:00,530.0,17.6358,1,leg_gt,1.35,60 -33769,buy_mtf_cross_all_tf,buy,2026-02-06 05:00:00,530.0,17.6358,1,leg_gt,1.35,60 -33770,buy_mtf_cross_all_tf,buy,2026-02-06 05:06:00,530.0,17.6358,1,leg_gt,1.34,60 -33771,buy_mtf_cross_all_tf,buy,2026-02-06 05:36:00,515.0,21.065,1,leg_gt,1.32,60 -33772,buy_mtf_cross_all_tf,buy,2026-02-06 05:54:00,512.0,21.775,1,leg_gt,1.31,60 -33773,buy_mtf_cross_all_tf,buy,2026-02-06 06:21:00,511.0,22.0135,1,leg_gt,1.29,60 -33774,buy_mtf_cross_all_tf,buy,2026-02-06 07:21:00,506.0,23.2202,1,leg_gt,1.25,60 -33775,buy_mtf_cross_all_tf,buy,2026-02-06 07:24:00,504.0,23.7095,1,leg_gt,1.25,60 -33776,buy_mtf_cross_all_tf,buy,2026-02-06 09:27:00,476.0,30.9924,1,leg_gt,1.16,60 -33777,buy_mtf_cross_all_tf,buy,2026-02-09 00:36:00,588.0,8.9136,1,leg_gt,6.17,60 -33778,buy_mtf_cross_all_tf,buy,2026-02-09 00:39:00,588.0,8.9136,1,leg_gt,6.17,60 -33779,buy_mtf_cross_all_tf,buy,2026-02-09 00:48:00,587.0,9.0993,1,leg_gt,6.16,60 -33780,buy_mtf_cross_all_tf,buy,2026-02-09 00:51:00,585.0,9.4726,1,leg_gt,6.16,60 -33781,buy_mtf_cross_all_tf,buy,2026-02-09 00:54:00,586.0,9.2857,1,leg_gt,6.16,60 -33782,buy_mtf_cross_all_tf,buy,2026-02-09 02:00:00,578.0,10.7997,1,leg_gt,6.11,60 -33783,buy_mtf_cross_all_tf,buy,2026-02-09 05:30:00,581.0,10.227,1,leg_gt,5.96,60 -33784,buy_mtf_cross_all_tf,buy,2026-02-09 06:00:00,580.0,10.4172,1,leg_gt,5.94,60 -33785,buy_mtf_cross_all_tf,buy,2026-02-09 06:03:00,580.0,10.4172,1,leg_gt,5.94,60 -33786,buy_mtf_cross_all_tf,buy,2026-02-09 06:51:00,577.0,10.9919,1,leg_gt,5.91,60 -33787,buy_mtf_cross_all_tf,buy,2026-02-09 06:54:00,576.0,11.1847,1,leg_gt,5.91,60 -33788,buy_mtf_cross_all_tf,buy,2026-02-09 09:45:00,574.0,11.5725,1,leg_gt,5.79,60 -33789,buy_mtf_cross_all_tf,buy,2026-02-09 09:48:00,575.0,11.3783,1,leg_gt,5.79,60 -33790,buy_mtf_cross_all_tf,buy,2026-02-09 10:45:00,574.0,11.5725,1,leg_gt,5.75,60 -33791,buy_mtf_cross_all_tf,buy,2026-02-09 10:48:00,574.0,11.5725,1,leg_gt,5.74,60 -33792,buy_mtf_cross_all_tf,buy,2026-02-09 15:45:00,577.0,10.9919,1,leg_gt,5.54,60 -33793,buy_mtf_cross_all_tf,buy,2026-02-09 16:45:00,576.0,11.1847,1,leg_gt,5.5,60 -33794,buy_mtf_cross_all_tf,buy,2026-02-09 16:48:00,576.0,11.1847,1,leg_gt,5.49,60 -33795,buy_mtf_cross_all_tf,buy,2026-02-09 17:00:00,576.0,11.1847,1,leg_gt,5.49,60 -33796,buy_mtf_cross_all_tf,buy,2026-02-09 17:03:00,576.0,11.1847,1,leg_gt,5.48,60 -33797,buy_mtf_cross_all_tf,buy,2026-02-09 17:21:00,575.0,11.3783,1,leg_gt,5.47,60 -33798,buy_mtf_cross_all_tf,buy,2026-02-09 17:24:00,574.0,11.5725,1,leg_gt,5.47,60 -33799,buy_mtf_cross_all_tf,buy,2026-02-09 17:42:00,572.0,11.9629,1,leg_gt,5.46,60 -33800,buy_mtf_cross_all_tf,buy,2026-02-09 17:45:00,571.0,12.1592,1,leg_gt,5.45,60 -33801,buy_mtf_cross_all_tf,buy,2026-02-09 17:51:00,571.0,12.1592,1,leg_gt,5.45,60 -33802,buy_mtf_cross_all_tf,buy,2026-02-09 17:54:00,571.0,12.1592,1,leg_gt,5.45,60 -33803,buy_mtf_cross_all_tf,buy,2026-02-09 18:00:00,570.0,12.3561,1,leg_gt,5.44,60 -33804,buy_mtf_cross_all_tf,buy,2026-02-09 18:06:00,570.0,12.3561,1,leg_gt,5.44,60 -33805,buy_mtf_cross_all_tf,buy,2026-02-09 18:21:00,568.0,12.7521,1,leg_gt,5.43,60 -33806,buy_mtf_cross_all_tf,buy,2026-02-09 18:24:00,568.0,12.7521,1,leg_gt,5.43,60 -33807,buy_mtf_cross_all_tf,buy,2026-02-09 18:27:00,568.0,12.7521,1,leg_gt,5.42,60 -33808,buy_mtf_cross_all_tf,buy,2026-02-09 18:30:00,568.0,12.7521,1,leg_gt,5.42,60 -33809,buy_mtf_cross_all_tf,buy,2026-02-09 18:33:00,568.0,12.7521,1,leg_gt,5.42,60 -33810,buy_mtf_cross_all_tf,buy,2026-02-09 18:48:00,566.0,13.1509,1,leg_gt,5.41,60 -33811,buy_mtf_cross_all_tf,buy,2026-02-09 18:51:00,565.0,13.3513,1,leg_gt,5.41,60 -33812,buy_mtf_cross_all_tf,buy,2026-02-09 18:54:00,565.0,13.3513,1,leg_gt,5.41,60 -33813,buy_mtf_cross_all_tf,buy,2026-02-09 19:00:00,565.0,13.3513,1,leg_gt,5.4,60 -33814,buy_mtf_cross_all_tf,buy,2026-02-09 19:03:00,564.0,13.5525,1,leg_gt,5.4,60 -33815,buy_mtf_cross_all_tf,buy,2026-02-09 19:06:00,564.0,13.5525,1,leg_gt,5.4,60 -33816,buy_mtf_cross_all_tf,buy,2026-02-09 19:15:00,563.0,13.7544,1,leg_gt,5.39,60 -33817,buy_mtf_cross_all_tf,buy,2026-02-09 19:30:00,560.0,14.3643,1,leg_gt,5.38,60 -33818,buy_mtf_cross_all_tf,buy,2026-02-09 19:42:00,557.0,14.9808,1,leg_gt,5.37,60 -33819,buy_mtf_cross_all_tf,buy,2026-02-09 19:45:00,556.0,15.1878,1,leg_gt,5.37,60 -33820,buy_mtf_cross_all_tf,buy,2026-02-09 19:48:00,557.0,14.9808,1,leg_gt,5.37,60 -33821,buy_mtf_cross_all_tf,buy,2026-02-10 12:15:00,573.0,11.7674,1,leg_gt,4.68,60 -33822,buy_mtf_cross_all_tf,buy,2026-02-10 12:18:00,572.0,11.9629,1,leg_gt,4.68,60 -33823,buy_mtf_cross_all_tf,buy,2026-02-10 12:42:00,567.0,12.9511,1,leg_gt,4.66,60 -33824,buy_mtf_cross_all_tf,buy,2026-02-10 12:45:00,568.0,12.7521,1,leg_gt,4.66,60 -33825,buy_mtf_cross_all_tf,buy,2026-02-10 14:57:00,566.0,13.1509,1,leg_gt,4.57,60 -33826,buy_mtf_cross_all_tf,buy,2026-02-10 15:00:00,567.0,12.9511,1,leg_gt,4.57,60 -33827,buy_mtf_cross_all_tf,buy,2026-02-10 15:03:00,566.0,13.1509,1,leg_gt,4.57,60 -33828,buy_mtf_cross_all_tf,buy,2026-02-10 15:18:00,566.0,13.1509,1,leg_gt,4.56,60 -33829,buy_mtf_cross_all_tf,buy,2026-02-10 15:27:00,564.0,13.5525,1,leg_gt,4.55,60 -33830,buy_mtf_cross_all_tf,buy,2026-02-10 15:30:00,565.0,13.3513,1,leg_gt,4.55,60 -33831,buy_mtf_cross_all_tf,buy,2026-02-10 15:33:00,565.0,13.3513,1,leg_gt,4.55,60 -33832,buy_mtf_cross_all_tf,buy,2026-02-10 15:54:00,561.0,14.1602,1,leg_gt,4.53,60 -33833,buy_mtf_cross_all_tf,buy,2026-02-10 16:00:00,562.0,13.9569,1,leg_gt,4.53,60 -33834,buy_mtf_cross_all_tf,buy,2026-02-10 21:45:00,565.0,13.3513,1,leg_gt,4.29,60 -33835,buy_mtf_cross_all_tf,buy,2026-02-10 21:48:00,566.0,13.1509,1,leg_gt,4.29,60 -33836,buy_mtf_cross_all_tf,buy,2026-02-10 21:54:00,566.0,13.1509,1,leg_gt,4.28,60 -33837,buy_mtf_cross_all_tf,buy,2026-02-10 23:12:00,565.0,13.3513,1,leg_gt,4.23,60 -33838,buy_mtf_cross_all_tf,buy,2026-02-10 23:15:00,565.0,13.3513,1,leg_gt,4.22,60 -33839,buy_mtf_cross_all_tf,buy,2026-02-11 02:51:00,562.0,13.9569,1,leg_gt,4.08,60 -33840,buy_mtf_cross_all_tf,buy,2026-02-11 02:54:00,562.0,13.9569,1,leg_gt,4.07,60 -33841,buy_mtf_cross_all_tf,buy,2026-02-11 02:57:00,562.0,13.9569,1,leg_gt,4.07,60 -33842,buy_mtf_cross_all_tf,buy,2026-02-11 03:42:00,558.0,14.7746,1,leg_gt,4.04,60 -33843,buy_mtf_cross_all_tf,buy,2026-02-11 03:45:00,558.0,14.7746,1,leg_gt,4.04,60 -33844,buy_mtf_cross_all_tf,buy,2026-02-11 12:12:00,559.0,14.5691,1,leg_gt,3.69,60 -33845,buy_mtf_cross_all_tf,buy,2026-02-11 13:21:00,557.0,14.9808,1,leg_gt,3.64,60 -33846,buy_mtf_cross_all_tf,buy,2026-02-11 13:27:00,556.0,15.1878,1,leg_gt,3.63,60 -33847,buy_mtf_cross_all_tf,buy,2026-02-11 13:45:00,552.0,16.0232,1,leg_gt,3.62,60 -33848,buy_mtf_cross_all_tf,buy,2026-02-11 13:48:00,552.0,16.0232,1,leg_gt,3.62,60 -33849,buy_mtf_cross_all_tf,buy,2026-02-11 13:57:00,552.0,16.0232,1,leg_gt,3.61,60 -33850,buy_mtf_cross_all_tf,buy,2026-02-11 14:00:00,551.0,16.2339,1,leg_gt,3.61,60 -33851,buy_mtf_cross_all_tf,buy,2026-02-11 14:15:00,551.0,16.2339,1,leg_gt,3.6,60 -33852,buy_mtf_cross_all_tf,buy,2026-02-11 14:21:00,551.0,16.2339,1,leg_gt,3.6,60 -33853,buy_mtf_cross_all_tf,buy,2026-02-11 14:57:00,548.0,16.8708,1,leg_gt,3.57,60 -33854,buy_mtf_cross_all_tf,buy,2026-02-11 15:00:00,548.0,16.8708,1,leg_gt,3.57,60 -33855,buy_mtf_cross_all_tf,buy,2026-02-11 15:06:00,548.0,16.8708,1,leg_gt,3.56,60 -33856,buy_mtf_cross_all_tf,buy,2026-02-11 15:09:00,547.0,17.0846,1,leg_gt,3.56,60 -33857,buy_mtf_cross_all_tf,buy,2026-02-11 15:12:00,546.0,17.2993,1,leg_gt,3.56,60 -33858,buy_mtf_cross_all_tf,buy,2026-02-11 15:18:00,546.0,17.2993,1,leg_gt,3.56,60 -33859,buy_mtf_cross_all_tf,buy,2026-02-11 16:00:00,545.0,17.5147,1,leg_gt,3.53,60 -33860,buy_mtf_cross_all_tf,buy,2026-02-11 16:15:00,544.0,17.7309,1,leg_gt,3.52,60 -33861,buy_mtf_cross_all_tf,buy,2026-02-11 17:12:00,543.0,17.9479,1,leg_gt,3.48,60 -33862,buy_mtf_cross_all_tf,buy,2026-02-11 17:42:00,543.0,17.9479,1,leg_gt,3.46,60 -33863,buy_mtf_cross_all_tf,buy,2026-02-11 17:45:00,543.0,17.9479,1,leg_gt,3.45,60 -33864,buy_mtf_cross_all_tf,buy,2026-02-11 17:51:00,542.0,18.1657,1,leg_gt,3.45,60 -33865,buy_mtf_cross_all_tf,buy,2026-02-11 17:54:00,542.0,18.1657,1,leg_gt,3.45,60 -33866,buy_mtf_cross_all_tf,buy,2026-02-11 17:57:00,542.0,18.1657,1,leg_gt,3.45,60 -33867,buy_mtf_cross_all_tf,buy,2026-02-11 18:12:00,541.0,18.3843,1,leg_gt,3.44,60 -33868,buy_mtf_cross_all_tf,buy,2026-02-11 18:15:00,541.0,18.3843,1,leg_gt,3.43,60 -33869,buy_mtf_cross_all_tf,buy,2026-02-11 18:21:00,540.0,18.6037,1,leg_gt,3.43,60 -33870,buy_mtf_cross_all_tf,buy,2026-02-11 18:24:00,540.0,18.6037,1,leg_gt,3.43,60 -33871,buy_mtf_cross_all_tf,buy,2026-02-11 18:45:00,539.0,18.8239,1,leg_gt,3.41,60 -33872,buy_mtf_cross_all_tf,buy,2026-02-11 18:48:00,539.0,18.8239,1,leg_gt,3.41,60 -33873,buy_mtf_cross_all_tf,buy,2026-02-11 18:54:00,539.0,18.8239,1,leg_gt,3.41,60 -33874,buy_mtf_cross_all_tf,buy,2026-02-11 18:57:00,538.0,19.045,1,leg_gt,3.4,60 -33875,buy_mtf_cross_all_tf,buy,2026-02-11 19:03:00,538.0,19.045,1,leg_gt,3.4,60 -33876,buy_mtf_cross_all_tf,buy,2026-02-11 19:15:00,537.0,19.2669,1,leg_gt,3.39,60 -33877,buy_mtf_cross_all_tf,buy,2026-02-11 19:18:00,537.0,19.2669,1,leg_gt,3.39,60 -33878,buy_mtf_cross_all_tf,buy,2026-02-11 19:21:00,537.0,19.2669,1,leg_gt,3.39,60 -33879,buy_mtf_cross_all_tf,buy,2026-02-11 19:24:00,537.0,19.2669,1,leg_gt,3.39,60 -33880,buy_mtf_cross_all_tf,buy,2026-02-11 19:30:00,537.0,19.2669,1,leg_gt,3.38,60 -33881,buy_mtf_cross_all_tf,buy,2026-02-11 19:33:00,537.0,19.2669,1,leg_gt,3.38,60 -33882,buy_mtf_cross_all_tf,buy,2026-02-11 19:39:00,536.0,19.4896,1,leg_gt,3.38,60 -33883,buy_mtf_cross_all_tf,buy,2026-02-11 19:42:00,536.0,19.4896,1,leg_gt,3.37,60 -33884,buy_mtf_cross_all_tf,buy,2026-02-11 19:54:00,536.0,19.4896,1,leg_gt,3.36,60 -33885,buy_mtf_cross_all_tf,buy,2026-02-16 02:57:00,595.0,4.7739,1,leg_gt,10.07,60 -33886,buy_mtf_cross_all_tf,buy,2026-02-16 03:00:00,596.0,4.598,1,leg_gt,10.07,60 -33887,buy_mtf_cross_all_tf,buy,2026-02-16 03:03:00,594.0,4.9505,1,leg_gt,10.06,60 -33888,buy_mtf_cross_all_tf,buy,2026-02-16 03:06:00,594.0,4.9505,1,leg_gt,10.06,60 -33889,buy_mtf_cross_all_tf,buy,2026-02-16 03:36:00,593.0,5.1277,1,leg_gt,10.04,60 -33890,buy_mtf_cross_all_tf,buy,2026-02-16 12:06:00,596.0,4.598,1,leg_gt,9.69,60 -33891,buy_mtf_cross_all_tf,buy,2026-02-16 12:30:00,595.0,4.7739,1,leg_gt,9.67,60 -33892,buy_mtf_cross_all_tf,buy,2026-02-16 12:33:00,595.0,4.7739,1,leg_gt,9.67,60 -33893,buy_mtf_cross_all_tf,buy,2026-02-16 12:36:00,595.0,4.7739,1,leg_gt,9.67,60 -33894,buy_mtf_cross_all_tf,buy,2026-02-16 12:39:00,594.0,4.9505,1,leg_gt,9.66,60 -33895,buy_mtf_cross_all_tf,buy,2026-02-16 19:45:00,594.0,4.9505,1,leg_gt,9.37,60 -33896,buy_mtf_cross_all_tf,buy,2026-02-16 19:48:00,595.0,4.7739,1,leg_gt,9.37,60 -33897,buy_mtf_cross_all_tf,buy,2026-02-16 19:51:00,594.0,4.9505,1,leg_gt,9.36,60 -33898,buy_mtf_cross_all_tf,buy,2026-02-16 19:54:00,594.0,4.9505,1,leg_gt,9.36,60 -33899,buy_mtf_cross_all_tf,buy,2026-02-16 19:57:00,594.0,4.9505,1,leg_gt,9.36,60 -33900,buy_mtf_cross_all_tf,buy,2026-02-16 20:21:00,589.0,5.8423,1,leg_gt,9.34,60 -33901,buy_mtf_cross_all_tf,buy,2026-02-16 20:24:00,588.0,6.0224,1,leg_gt,9.34,60 -33902,buy_mtf_cross_all_tf,buy,2026-02-16 20:27:00,588.0,6.0224,1,leg_gt,9.34,60 -33903,buy_mtf_cross_all_tf,buy,2026-02-17 00:45:00,590.0,5.6627,1,leg_gt,9.16,60 -33904,buy_mtf_cross_all_tf,buy,2026-02-17 00:51:00,590.0,5.6627,1,leg_gt,9.16,60 -33905,buy_mtf_cross_all_tf,buy,2026-02-17 11:00:00,595.0,4.7739,1,leg_gt,8.73,60 -33906,buy_mtf_cross_all_tf,buy,2026-02-17 12:15:00,594.0,4.9505,1,leg_gt,8.68,60 -33907,buy_mtf_cross_all_tf,buy,2026-02-17 12:18:00,594.0,4.9505,1,leg_gt,8.68,60 -33908,buy_mtf_cross_all_tf,buy,2026-02-17 13:03:00,593.0,5.1277,1,leg_gt,8.65,60 -33909,buy_mtf_cross_all_tf,buy,2026-02-17 13:12:00,592.0,5.3054,1,leg_gt,8.64,60 -33910,buy_mtf_cross_all_tf,buy,2026-02-17 13:15:00,592.0,5.3054,1,leg_gt,8.64,60 -33911,buy_mtf_cross_all_tf,buy,2026-02-17 14:30:00,590.0,5.6627,1,leg_gt,8.59,60 -33912,buy_mtf_cross_all_tf,buy,2026-02-17 16:18:00,591.0,5.4838,1,leg_gt,8.51,60 -33913,buy_mtf_cross_all_tf,buy,2026-02-17 16:21:00,590.0,5.6627,1,leg_gt,8.51,60 -33914,buy_mtf_cross_all_tf,buy,2026-02-17 16:33:00,590.0,5.6627,1,leg_gt,8.5,60 -33915,buy_mtf_cross_all_tf,buy,2026-02-17 16:36:00,589.0,5.8423,1,leg_gt,8.5,60 -33916,buy_mtf_cross_all_tf,buy,2026-02-17 17:57:00,588.0,6.0224,1,leg_gt,8.44,60 -33917,buy_mtf_cross_all_tf,buy,2026-02-17 18:12:00,586.0,6.3846,1,leg_gt,8.43,60 -33918,buy_mtf_cross_all_tf,buy,2026-02-17 18:42:00,586.0,6.3846,1,leg_gt,8.41,60 -33919,buy_mtf_cross_all_tf,buy,2026-02-17 19:30:00,584.0,6.7493,1,leg_gt,8.38,60 -33920,buy_mtf_cross_all_tf,buy,2026-02-17 19:33:00,584.0,6.7493,1,leg_gt,8.38,60 -33921,buy_mtf_cross_all_tf,buy,2026-02-17 19:36:00,584.0,6.7493,1,leg_gt,8.38,60 -33922,buy_mtf_cross_all_tf,buy,2026-02-18 10:06:00,585.0,6.5667,1,leg_gt,7.77,60 -33923,buy_mtf_cross_all_tf,buy,2026-02-18 10:09:00,585.0,6.5667,1,leg_gt,7.77,60 -33924,buy_mtf_cross_all_tf,buy,2026-02-18 10:12:00,585.0,6.5667,1,leg_gt,7.77,60 -33925,buy_mtf_cross_all_tf,buy,2026-02-18 10:15:00,584.0,6.7493,1,leg_gt,7.76,60 -33926,buy_mtf_cross_all_tf,buy,2026-02-18 10:24:00,584.0,6.7493,1,leg_gt,7.76,60 -33927,buy_mtf_cross_all_tf,buy,2026-02-18 10:30:00,583.0,6.9326,1,leg_gt,7.75,60 -33928,buy_mtf_cross_all_tf,buy,2026-02-18 10:33:00,583.0,6.9326,1,leg_gt,7.75,60 -33929,buy_mtf_cross_all_tf,buy,2026-02-18 13:24:00,581.0,7.301,1,leg_gt,7.63,60 -33930,buy_mtf_cross_all_tf,buy,2026-02-18 13:30:00,581.0,7.301,1,leg_gt,7.63,60 -33931,buy_mtf_cross_all_tf,buy,2026-02-18 13:36:00,581.0,7.301,1,leg_gt,7.62,60 -33932,buy_mtf_cross_all_tf,buy,2026-02-18 13:48:00,580.0,7.4862,1,leg_gt,7.62,60 -33933,buy_mtf_cross_all_tf,buy,2026-02-18 14:06:00,580.0,7.4862,1,leg_gt,7.6,60 -33934,buy_mtf_cross_all_tf,buy,2026-02-18 14:12:00,580.0,7.4862,1,leg_gt,7.6,60 -33935,buy_mtf_cross_all_tf,buy,2026-02-18 14:30:00,580.0,7.4862,1,leg_gt,7.59,60 -33936,buy_mtf_cross_all_tf,buy,2026-02-18 14:42:00,579.0,7.672,1,leg_gt,7.58,60 -33937,buy_mtf_cross_all_tf,buy,2026-02-18 14:45:00,579.0,7.672,1,leg_gt,7.58,60 -33938,buy_mtf_cross_all_tf,buy,2026-02-18 14:48:00,579.0,7.672,1,leg_gt,7.58,60 -33939,buy_mtf_cross_all_tf,buy,2026-02-18 14:51:00,579.0,7.672,1,leg_gt,7.57,60 -33940,buy_mtf_cross_all_tf,buy,2026-02-18 14:54:00,578.0,7.8585,1,leg_gt,7.57,60 -33941,buy_mtf_cross_all_tf,buy,2026-02-18 14:57:00,578.0,7.8585,1,leg_gt,7.57,60 -33942,buy_mtf_cross_all_tf,buy,2026-02-18 15:15:00,578.0,7.8585,1,leg_gt,7.56,60 -33943,buy_mtf_cross_all_tf,buy,2026-02-18 16:03:00,577.0,8.0456,1,leg_gt,7.52,60 -33944,buy_mtf_cross_all_tf,buy,2026-02-18 20:06:00,576.0,8.2333,1,leg_gt,7.35,60 -33945,buy_mtf_cross_all_tf,buy,2026-02-18 23:00:00,571.0,9.182,1,leg_gt,7.23,60 -33946,buy_mtf_cross_all_tf,buy,2026-02-18 23:30:00,569.0,9.5661,1,leg_gt,7.21,60 -33947,buy_mtf_cross_all_tf,buy,2026-02-19 02:00:00,569.0,9.5661,1,leg_gt,7.11,60 -33948,buy_mtf_cross_all_tf,buy,2026-02-19 02:21:00,569.0,9.5661,1,leg_gt,7.09,60 -33949,buy_mtf_cross_all_tf,buy,2026-02-19 02:24:00,568.0,9.7592,1,leg_gt,7.09,60 -33950,buy_mtf_cross_all_tf,buy,2026-02-19 02:27:00,567.0,9.9529,1,leg_gt,7.09,60 -33951,buy_mtf_cross_all_tf,buy,2026-02-19 02:30:00,567.0,9.9529,1,leg_gt,7.09,60 -33952,buy_mtf_cross_all_tf,buy,2026-02-19 02:33:00,568.0,9.7592,1,leg_gt,7.09,60 -33953,buy_mtf_cross_all_tf,buy,2026-02-19 04:00:00,566.0,10.1473,1,leg_gt,7.02,60 -33954,buy_mtf_cross_all_tf,buy,2026-02-19 06:00:00,563.0,10.7348,1,leg_gt,6.94,60 -33955,buy_mtf_cross_all_tf,buy,2026-02-19 06:03:00,562.0,10.932,1,leg_gt,6.94,60 -33956,buy_mtf_cross_all_tf,buy,2026-02-19 07:06:00,560.0,11.3286,1,leg_gt,6.9,60 -33957,buy_mtf_cross_all_tf,buy,2026-02-19 07:21:00,558.0,11.728,1,leg_gt,6.89,60 -33958,buy_mtf_cross_all_tf,buy,2026-02-19 07:24:00,555.0,12.3324,1,leg_gt,6.88,60 -33959,buy_mtf_cross_all_tf,buy,2026-02-19 07:30:00,556.0,12.1302,1,leg_gt,6.88,60 -33960,buy_mtf_cross_all_tf,buy,2026-02-19 17:48:00,556.0,12.1302,1,leg_gt,6.45,60 -33961,buy_mtf_cross_all_tf,buy,2026-02-19 17:51:00,555.0,12.3324,1,leg_gt,6.45,60 -33962,buy_mtf_cross_all_tf,buy,2026-02-19 19:15:00,554.0,12.5354,1,leg_gt,6.39,60 -33963,buy_mtf_cross_all_tf,buy,2026-02-19 19:18:00,554.0,12.5354,1,leg_gt,6.39,60 -33964,buy_mtf_cross_all_tf,buy,2026-02-19 19:30:00,553.0,12.7391,1,leg_gt,6.38,60 -33965,buy_mtf_cross_all_tf,buy,2026-02-19 21:00:00,553.0,12.7391,1,leg_gt,6.32,60 -33966,buy_mtf_cross_all_tf,buy,2026-02-19 22:15:00,550.0,13.3545,1,leg_gt,6.26,60 -33967,buy_mtf_cross_all_tf,buy,2026-02-19 22:27:00,549.0,13.5612,1,leg_gt,6.26,60 -33968,buy_mtf_cross_all_tf,buy,2026-02-19 22:36:00,548.0,13.7686,1,leg_gt,6.25,60 -33969,buy_mtf_cross_all_tf,buy,2026-02-19 22:39:00,547.0,13.9768,1,leg_gt,6.25,60 -33970,buy_mtf_cross_all_tf,buy,2026-02-22 00:42:00,575.0,8.4217,1,leg_gt,4.16,60 -33971,buy_mtf_cross_all_tf,buy,2026-02-22 01:12:00,573.0,8.8005,1,leg_gt,4.14,60 -33972,buy_mtf_cross_all_tf,buy,2026-02-22 01:15:00,573.0,8.8005,1,leg_gt,4.14,60 -33973,buy_mtf_cross_all_tf,buy,2026-02-22 01:18:00,572.0,8.9909,1,leg_gt,4.14,60 -33974,buy_mtf_cross_all_tf,buy,2026-02-22 01:33:00,570.0,9.3737,1,leg_gt,4.13,60 -33975,buy_mtf_cross_all_tf,buy,2026-02-22 01:36:00,571.0,9.182,1,leg_gt,4.12,60 -33976,buy_mtf_cross_all_tf,buy,2026-02-22 02:00:00,571.0,9.182,1,leg_gt,4.11,60 -33977,buy_mtf_cross_all_tf,buy,2026-02-22 06:09:00,570.0,9.3737,1,leg_gt,3.94,60 -33978,buy_mtf_cross_all_tf,buy,2026-02-22 08:15:00,570.0,9.3737,1,leg_gt,3.85,60 -33979,buy_mtf_cross_all_tf,buy,2026-02-22 08:21:00,570.0,9.3737,1,leg_gt,3.84,60 -33980,buy_mtf_cross_all_tf,buy,2026-02-22 08:24:00,570.0,9.3737,1,leg_gt,3.84,60 -33981,buy_mtf_cross_all_tf,buy,2026-02-22 08:27:00,570.0,9.3737,1,leg_gt,3.84,60 -33982,buy_mtf_cross_all_tf,buy,2026-02-22 08:30:00,570.0,9.3737,1,leg_gt,3.84,60 -33983,buy_mtf_cross_all_tf,buy,2026-02-22 08:33:00,570.0,9.3737,1,leg_gt,3.84,60 -33984,buy_mtf_cross_all_tf,buy,2026-02-22 08:36:00,569.0,9.5661,1,leg_gt,3.83,60 -33985,buy_mtf_cross_all_tf,buy,2026-02-22 08:45:00,569.0,9.5661,1,leg_gt,3.83,60 -33986,buy_mtf_cross_all_tf,buy,2026-02-22 08:48:00,569.0,9.5661,1,leg_gt,3.82,60 -33987,buy_mtf_cross_all_tf,buy,2026-02-22 09:00:00,569.0,9.5661,1,leg_gt,3.82,60 -33988,buy_mtf_cross_all_tf,buy,2026-02-22 09:18:00,567.0,9.9529,1,leg_gt,3.8,60 -33989,buy_mtf_cross_all_tf,buy,2026-02-22 09:21:00,567.0,9.9529,1,leg_gt,3.8,60 -33990,buy_mtf_cross_all_tf,buy,2026-02-22 09:24:00,567.0,9.9529,1,leg_gt,3.8,60 -33991,buy_mtf_cross_all_tf,buy,2026-02-22 09:27:00,566.0,10.1473,1,leg_gt,3.8,60 -33992,buy_mtf_cross_all_tf,buy,2026-02-22 09:30:00,566.0,10.1473,1,leg_gt,3.8,60 -33993,buy_mtf_cross_all_tf,buy,2026-02-22 09:33:00,566.0,10.1473,1,leg_gt,3.79,60 -33994,buy_mtf_cross_all_tf,buy,2026-02-22 09:39:00,565.0,10.3425,1,leg_gt,3.79,60 -33995,buy_mtf_cross_all_tf,buy,2026-02-22 09:42:00,565.0,10.3425,1,leg_gt,3.79,60 -33996,buy_mtf_cross_all_tf,buy,2026-02-22 09:51:00,564.0,10.5383,1,leg_gt,3.78,60 -33997,buy_mtf_cross_all_tf,buy,2026-02-22 11:21:00,565.0,10.3425,1,leg_gt,3.72,60 -33998,buy_mtf_cross_all_tf,buy,2026-02-22 11:27:00,564.0,10.5383,1,leg_gt,3.71,60 -33999,buy_mtf_cross_all_tf,buy,2026-02-22 11:36:00,563.0,10.7348,1,leg_gt,3.71,60 -34000,buy_mtf_cross_all_tf,buy,2026-02-22 11:45:00,562.0,10.932,1,leg_gt,3.7,60 -34001,buy_mtf_cross_all_tf,buy,2026-02-22 11:48:00,562.0,10.932,1,leg_gt,3.7,60 -34002,buy_mtf_cross_all_tf,buy,2026-02-22 11:51:00,561.0,11.1299,1,leg_gt,3.7,60 -34003,buy_mtf_cross_all_tf,buy,2026-02-22 11:54:00,562.0,10.932,1,leg_gt,3.7,60 -34004,buy_mtf_cross_all_tf,buy,2026-02-22 12:00:00,561.0,11.1299,1,leg_gt,3.69,60 -34005,buy_mtf_cross_all_tf,buy,2026-02-22 12:24:00,561.0,11.1299,1,leg_gt,3.68,60 -34006,buy_mtf_cross_all_tf,buy,2026-02-22 12:27:00,560.0,11.3286,1,leg_gt,3.67,60 -34007,buy_mtf_cross_all_tf,buy,2026-02-22 17:15:00,562.0,10.932,1,leg_gt,3.47,60 -34008,buy_mtf_cross_all_tf,buy,2026-02-22 17:18:00,562.0,10.932,1,leg_gt,3.47,60 -34009,buy_mtf_cross_all_tf,buy,2026-02-22 17:36:00,561.0,11.1299,1,leg_gt,3.46,60 -34010,buy_mtf_cross_all_tf,buy,2026-02-22 17:39:00,561.0,11.1299,1,leg_gt,3.46,60 -34011,buy_mtf_cross_all_tf,buy,2026-02-22 17:45:00,561.0,11.1299,1,leg_gt,3.45,60 -34012,buy_mtf_cross_all_tf,buy,2026-02-22 17:51:00,560.0,11.3286,1,leg_gt,3.45,60 -34013,buy_mtf_cross_all_tf,buy,2026-02-22 17:54:00,560.0,11.3286,1,leg_gt,3.45,60 -34014,buy_mtf_cross_all_tf,buy,2026-02-22 18:00:00,560.0,11.3286,1,leg_gt,3.44,60 -34015,buy_mtf_cross_all_tf,buy,2026-02-22 20:48:00,560.0,11.3286,1,leg_gt,3.32,60 -34016,buy_mtf_cross_all_tf,buy,2026-02-22 21:00:00,560.0,11.3286,1,leg_gt,3.32,60 -34017,buy_mtf_cross_all_tf,buy,2026-02-22 21:27:00,554.0,12.5354,1,leg_gt,3.3,60 -34018,buy_mtf_cross_all_tf,buy,2026-02-22 21:36:00,554.0,12.5354,1,leg_gt,3.29,60 -34019,buy_mtf_cross_all_tf,buy,2026-02-22 22:51:00,553.0,12.7391,1,leg_gt,3.24,60 -34020,buy_mtf_cross_all_tf,buy,2026-02-22 22:54:00,553.0,12.7391,1,leg_gt,3.24,60 -34021,buy_mtf_cross_all_tf,buy,2026-02-23 10:30:00,538.0,15.8851,1,leg_gt,2.75,60 -34022,buy_mtf_cross_all_tf,buy,2026-02-23 10:33:00,539.0,15.6699,1,leg_gt,2.75,60 -34023,buy_mtf_cross_all_tf,buy,2026-02-23 10:54:00,537.0,16.1011,1,leg_gt,2.74,60 -34024,buy_mtf_cross_all_tf,buy,2026-02-24 00:21:00,563.0,10.7348,1,leg_gt,2.18,60 -34025,buy_mtf_cross_all_tf,buy,2026-02-24 00:24:00,562.0,10.932,1,leg_gt,2.17,60 -34026,buy_mtf_cross_all_tf,buy,2026-02-24 00:36:00,560.0,11.3286,1,leg_gt,2.17,60 -34027,buy_mtf_cross_all_tf,buy,2026-02-24 00:39:00,561.0,11.1299,1,leg_gt,2.16,60 -34028,buy_mtf_cross_all_tf,buy,2026-02-24 00:42:00,561.0,11.1299,1,leg_gt,2.16,60 -34029,buy_mtf_cross_all_tf,buy,2026-02-24 00:45:00,559.0,11.5279,1,leg_gt,2.16,60 -34030,buy_mtf_cross_all_tf,buy,2026-02-24 00:48:00,558.0,11.728,1,leg_gt,2.16,60 -34031,buy_mtf_cross_all_tf,buy,2026-02-24 01:12:00,551.0,13.1486,1,leg_gt,2.14,60 -34032,buy_mtf_cross_all_tf,buy,2026-02-24 01:15:00,549.0,13.5612,1,leg_gt,2.14,60 -34033,buy_mtf_cross_all_tf,buy,2026-02-24 01:18:00,550.0,13.3545,1,leg_gt,2.14,60 -34034,buy_mtf_cross_all_tf,buy,2026-02-24 02:06:00,548.0,13.7686,1,leg_gt,2.1,60 -34035,buy_mtf_cross_all_tf,buy,2026-02-24 02:09:00,548.0,13.7686,1,leg_gt,2.1,60 -34036,buy_mtf_cross_all_tf,buy,2026-02-24 02:12:00,547.0,13.9768,1,leg_gt,2.1,60 -34037,buy_mtf_cross_all_tf,buy,2026-02-24 02:15:00,546.0,14.1857,1,leg_gt,2.1,60 -34038,buy_mtf_cross_all_tf,buy,2026-02-24 02:18:00,546.0,14.1857,1,leg_gt,2.1,60 -34039,buy_mtf_cross_all_tf,buy,2026-02-24 02:36:00,543.0,14.8171,1,leg_gt,2.08,60 -34040,buy_mtf_cross_all_tf,buy,2026-02-24 02:39:00,542.0,15.0292,1,leg_gt,2.08,60 -34041,buy_mtf_cross_all_tf,buy,2026-02-24 11:21:00,545.0,14.3954,1,leg_gt,1.72,60 -34042,buy_mtf_cross_all_tf,buy,2026-02-24 11:24:00,544.0,14.6059,1,leg_gt,1.72,60 -34043,buy_mtf_cross_all_tf,buy,2026-02-24 11:54:00,544.0,14.6059,1,leg_gt,1.7,60 -34044,buy_mtf_cross_all_tf,buy,2026-02-24 12:12:00,542.0,15.0292,1,leg_gt,1.68,60 -34045,buy_mtf_cross_all_tf,buy,2026-02-24 12:15:00,542.0,15.0292,1,leg_gt,1.68,60 -34046,buy_mtf_cross_all_tf,buy,2026-02-24 12:27:00,541.0,15.242,1,leg_gt,1.67,60 -34047,buy_mtf_cross_all_tf,buy,2026-02-24 12:30:00,541.0,15.242,1,leg_gt,1.67,60 -34048,buy_mtf_cross_all_tf,buy,2026-02-24 12:36:00,541.0,15.242,1,leg_gt,1.67,60 -34049,buy_mtf_cross_all_tf,buy,2026-02-27 01:12:00,576.0,2.5042,1,leg_gt,2.44,60 -34050,buy_mtf_cross_all_tf,buy,2026-02-27 01:18:00,575.0,2.6826,1,leg_gt,2.44,60 -34051,buy_mtf_cross_all_tf,buy,2026-02-27 01:21:00,575.0,2.6826,1,leg_gt,2.43,60 -34052,buy_mtf_cross_all_tf,buy,2026-02-27 01:24:00,575.0,2.6826,1,leg_gt,2.43,60 -34053,buy_mtf_cross_all_tf,buy,2026-02-27 01:42:00,572.0,3.2217,1,leg_gt,2.42,60 -34054,buy_mtf_cross_all_tf,buy,2026-02-27 01:45:00,570.0,3.5842,1,leg_gt,2.42,60 -34055,buy_mtf_cross_all_tf,buy,2026-02-27 20:00:00,580.0,1.7966,1,leg_gt,1.66,60 -34056,buy_mtf_cross_all_tf,buy,2026-02-27 21:12:00,575.0,2.6826,1,leg_gt,1.61,60 -34057,buy_mtf_cross_all_tf,buy,2026-02-28 00:30:00,575.0,2.6826,1,leg_gt,1.47,60 -34058,buy_mtf_cross_all_tf,buy,2026-02-28 01:12:00,571.0,3.4026,1,leg_gt,1.44,60 -34059,buy_mtf_cross_all_tf,buy,2026-02-28 01:51:00,570.0,3.5842,1,leg_gt,1.41,60 -34060,buy_mtf_cross_all_tf,buy,2026-02-28 01:54:00,570.0,3.5842,1,leg_gt,1.41,60 -34061,buy_mtf_cross_all_tf,buy,2026-02-28 01:57:00,570.0,3.5842,1,leg_gt,1.41,60 -34062,buy_mtf_cross_all_tf,buy,2026-02-28 02:00:00,570.0,3.5842,1,leg_gt,1.41,60 -34063,buy_mtf_cross_all_tf,buy,2026-02-28 02:12:00,569.0,3.7664,1,leg_gt,1.4,60 -34064,buy_mtf_cross_all_tf,buy,2026-02-28 02:15:00,569.0,3.7664,1,leg_gt,1.4,60 -34065,buy_mtf_cross_all_tf,buy,2026-02-28 02:30:00,567.0,4.1328,1,leg_gt,1.39,60 -34066,buy_mtf_cross_all_tf,buy,2026-02-28 04:15:00,569.0,3.7664,1,leg_gt,1.31,60 -34067,buy_mtf_cross_all_tf,buy,2026-02-28 04:18:00,568.0,3.9493,1,leg_gt,1.31,60 -34068,buy_mtf_cross_all_tf,buy,2026-02-28 04:21:00,569.0,3.7664,1,leg_gt,1.31,60 -34069,buy_mtf_cross_all_tf,buy,2026-02-28 04:24:00,569.0,3.7664,1,leg_gt,1.31,60 -34070,buy_mtf_cross_all_tf,buy,2026-02-28 04:57:00,565.0,4.5018,1,leg_gt,1.28,60 -34071,buy_mtf_cross_all_tf,buy,2026-02-28 11:00:00,566.0,4.317,1,leg_gt,1.03,60 -34072,buy_mtf_cross_all_tf,buy,2026-02-28 11:03:00,566.0,4.317,1,leg_gt,1.03,60 -34073,buy_mtf_cross_all_tf,buy,2026-02-28 13:00:00,566.0,4.317,1,leg_gt,0.95,60 -34074,buy_mtf_cross_all_tf,buy,2026-02-28 13:06:00,566.0,4.317,1,leg_gt,0.94,60 -34075,buy_mtf_cross_all_tf,buy,2026-02-28 13:09:00,565.0,4.5018,1,leg_gt,0.94,60 -34076,buy_mtf_cross_all_tf,buy,2026-02-28 13:12:00,565.0,4.5018,1,leg_gt,0.94,60 -34077,buy_mtf_cross_all_tf,buy,2026-02-28 13:15:00,565.0,4.5018,1,leg_gt,0.94,60 -34078,buy_mtf_cross_all_tf,buy,2026-02-28 13:18:00,565.0,4.5018,1,leg_gt,0.94,60 -34079,buy_mtf_cross_all_tf,buy,2026-02-28 13:42:00,564.0,4.6872,1,leg_gt,0.92,60 -34080,buy_mtf_cross_all_tf,buy,2026-02-28 13:45:00,564.0,4.6872,1,leg_gt,0.92,60 -34081,buy_mtf_cross_all_tf,buy,2026-02-28 13:48:00,563.0,4.8734,1,leg_gt,0.91,60 -34082,buy_mtf_cross_all_tf,buy,2026-02-28 13:51:00,563.0,4.8734,1,leg_gt,0.91,60 -34083,buy_mtf_cross_all_tf,buy,2026-02-28 13:54:00,563.0,4.8734,1,leg_gt,0.91,60 -34084,buy_mtf_cross_all_tf,buy,2026-02-28 14:39:00,562.0,5.0601,1,leg_gt,0.88,60 -34085,buy_mtf_cross_all_tf,buy,2026-02-28 14:42:00,561.0,5.2476,1,leg_gt,0.88,60 -34086,buy_mtf_cross_all_tf,buy,2026-02-28 15:06:00,559.0,5.6245,1,leg_gt,0.86,60 -34087,buy_mtf_cross_all_tf,buy,2026-02-28 15:09:00,559.0,5.6245,1,leg_gt,0.86,60 -34088,buy_mtf_cross_all_tf,buy,2026-02-28 15:15:00,559.0,5.6245,1,leg_gt,0.85,60 -34089,buy_mtf_cross_all_tf,buy,2026-02-28 15:45:00,545.0,8.3404,1,leg_gt,0.83,60 -34090,buy_mtf_cross_all_tf,buy,2026-02-28 15:48:00,542.0,8.9406,1,leg_gt,0.83,60 -34091,buy_mtf_cross_all_tf,buy,2026-02-28 16:00:00,537.0,9.9559,1,leg_gt,0.82,60 -34092,buy_mtf_cross_all_tf,buy,2026-02-28 16:27:00,537.0,9.9559,1,leg_gt,0.8,60 -34093,buy_mtf_cross_all_tf,buy,2026-02-28 18:03:00,535.0,10.3673,1,leg_gt,0.74,60 -34094,buy_mtf_cross_all_tf,buy,2026-02-28 18:06:00,535.0,10.3673,1,leg_gt,0.74,60 -34095,buy_mtf_cross_all_tf,buy,2026-03-06 01:15:00,595.0,-0.6042,0,leg_gt,11.27,60 -34096,buy_mtf_cross_all_tf,buy,2026-03-06 01:18:00,597.0,-0.9375,0,leg_gt,11.27,60 -34097,buy_mtf_cross_all_tf,buy,2026-03-06 01:21:00,595.0,-0.6042,0,leg_gt,11.26,60 -34098,buy_mtf_cross_all_tf,buy,2026-03-06 02:18:00,595.0,-0.6042,0,leg_gt,11.22,60 -34099,buy_mtf_cross_all_tf,buy,2026-03-06 02:30:00,593.0,-0.2686,0,leg_gt,11.22,60 -34100,buy_mtf_cross_all_tf,buy,2026-03-06 02:33:00,592.0,-0.1,0,leg_gt,11.21,60 -34101,buy_mtf_cross_all_tf,buy,2026-03-06 02:36:00,593.0,-0.2686,0,leg_gt,11.21,60 -34102,buy_mtf_cross_all_tf,buy,2026-03-06 02:39:00,593.0,-0.2686,0,leg_gt,11.21,60 -34103,buy_mtf_cross_all_tf,buy,2026-03-06 02:48:00,593.0,-0.2686,0,leg_gt,11.2,60 -34104,buy_mtf_cross_all_tf,buy,2026-03-06 03:00:00,592.0,-0.1,0,leg_gt,11.2,60 -34105,buy_mtf_cross_all_tf,buy,2026-03-06 08:45:00,599.0,-1.2686,0,leg_gt,10.96,60 -34106,buy_mtf_cross_all_tf,buy,2026-03-06 08:57:00,598.0,-1.1033,0,leg_gt,10.95,60 -34107,buy_mtf_cross_all_tf,buy,2026-03-06 10:21:00,597.0,-0.9375,0,leg_gt,10.89,60 -34108,buy_mtf_cross_all_tf,buy,2026-03-06 10:24:00,597.0,-0.9375,0,leg_gt,10.89,60 -34109,buy_mtf_cross_all_tf,buy,2026-03-06 12:00:00,596.0,-0.7711,0,leg_gt,10.82,60 -34110,buy_mtf_cross_all_tf,buy,2026-03-06 12:12:00,596.0,-0.7711,0,leg_gt,10.81,60 -34111,buy_mtf_cross_all_tf,buy,2026-03-06 12:21:00,595.0,-0.6042,0,leg_gt,10.81,60 -34112,buy_mtf_cross_all_tf,buy,2026-03-06 14:00:00,594.0,-0.4367,0,leg_gt,10.74,60 -34113,buy_mtf_cross_all_tf,buy,2026-03-06 14:03:00,594.0,-0.4367,0,leg_gt,10.74,60 -34114,buy_mtf_cross_all_tf,buy,2026-03-06 14:39:00,593.0,-0.2686,0,leg_gt,10.71,60 -34115,buy_mtf_cross_all_tf,buy,2026-03-06 14:42:00,592.0,-0.1,0,leg_gt,10.71,60 -34116,buy_mtf_cross_all_tf,buy,2026-03-06 18:15:00,592.0,-0.1,0,leg_gt,10.56,60 -34117,buy_mtf_cross_all_tf,buy,2026-03-06 18:24:00,591.0,0.0692,1,leg_gt,10.55,60 -34118,buy_mtf_cross_all_tf,buy,2026-03-06 18:30:00,590.0,0.239,1,leg_gt,10.55,60 -34119,buy_mtf_cross_all_tf,buy,2026-03-06 18:33:00,590.0,0.239,1,leg_gt,10.55,60 -34120,buy_mtf_cross_all_tf,buy,2026-03-06 18:45:00,589.0,0.4093,1,leg_gt,10.54,60 -34121,buy_mtf_cross_all_tf,buy,2026-03-06 18:48:00,589.0,0.4093,1,leg_gt,10.54,60 -34122,buy_mtf_cross_all_tf,buy,2026-03-06 20:42:00,589.0,0.4093,1,leg_gt,10.46,60 -34123,buy_mtf_cross_all_tf,buy,2026-03-06 20:45:00,588.0,0.5803,1,leg_gt,10.46,60 -34124,buy_mtf_cross_all_tf,buy,2026-03-06 20:51:00,588.0,0.5803,1,leg_gt,10.45,60 -34125,buy_mtf_cross_all_tf,buy,2026-03-06 20:54:00,588.0,0.5803,1,leg_gt,10.45,60 -34126,buy_mtf_cross_all_tf,buy,2026-03-06 20:57:00,588.0,0.5803,1,leg_gt,10.45,60 -34127,buy_mtf_cross_all_tf,buy,2026-03-06 21:00:00,588.0,0.5803,1,leg_gt,10.45,60 -34128,buy_mtf_cross_all_tf,buy,2026-03-06 21:03:00,588.0,0.5803,1,leg_gt,10.44,60 -34129,buy_mtf_cross_all_tf,buy,2026-03-06 23:21:00,580.0,1.969,1,leg_gt,10.35,60 -34130,buy_mtf_cross_all_tf,buy,2026-03-06 23:30:00,578.0,2.3221,1,leg_gt,10.34,60 -34131,buy_mtf_cross_all_tf,buy,2026-03-06 23:33:00,575.0,2.8565,1,leg_gt,10.34,60 -34132,buy_mtf_cross_all_tf,buy,2026-03-06 23:36:00,573.0,3.2159,1,leg_gt,10.34,60 -34133,buy_mtf_cross_all_tf,buy,2026-03-06 23:39:00,574.0,3.0359,1,leg_gt,10.34,60 -34134,buy_mtf_cross_all_tf,buy,2026-03-06 23:42:00,574.0,3.0359,1,leg_gt,10.33,60 -34135,buy_mtf_cross_all_tf,buy,2026-03-06 23:45:00,575.0,2.8565,1,leg_gt,10.33,60 -34136,buy_mtf_cross_all_tf,buy,2026-03-06 23:48:00,572.0,3.3965,1,leg_gt,10.33,60 -34137,buy_mtf_cross_all_tf,buy,2026-03-06 23:51:00,572.0,3.3965,1,leg_gt,10.33,60 -34138,buy_mtf_cross_all_tf,buy,2026-03-06 23:54:00,573.0,3.2159,1,leg_gt,10.32,60 -34139,buy_mtf_cross_all_tf,buy,2026-03-06 23:57:00,573.0,3.2159,1,leg_gt,10.32,60 -34140,buy_mtf_cross_all_tf,buy,2026-03-07 00:00:00,573.0,3.2159,1,leg_gt,10.32,60 -34141,buy_mtf_cross_all_tf,buy,2026-03-07 01:00:00,568.0,4.1254,1,leg_gt,10.28,60 -34142,buy_mtf_cross_all_tf,buy,2026-03-07 01:03:00,566.0,4.4936,1,leg_gt,10.28,60 -34143,buy_mtf_cross_all_tf,buy,2026-03-07 01:06:00,568.0,4.1254,1,leg_gt,10.28,60 -34144,buy_mtf_cross_all_tf,buy,2026-03-07 01:12:00,567.0,4.3092,1,leg_gt,10.27,60 -34145,buy_mtf_cross_all_tf,buy,2026-03-07 01:15:00,567.0,4.3092,1,leg_gt,10.27,60 -34146,buy_mtf_cross_all_tf,buy,2026-03-07 02:48:00,566.0,4.4936,1,leg_gt,10.2,60 -34147,buy_mtf_cross_all_tf,buy,2026-03-07 10:30:00,573.0,3.2159,1,leg_gt,9.88,60 -34148,buy_mtf_cross_all_tf,buy,2026-03-07 10:33:00,573.0,3.2159,1,leg_gt,9.88,60 -34149,buy_mtf_cross_all_tf,buy,2026-03-07 11:30:00,573.0,3.2159,1,leg_gt,9.84,60 -34150,buy_mtf_cross_all_tf,buy,2026-03-07 11:33:00,573.0,3.2159,1,leg_gt,9.84,60 -34151,buy_mtf_cross_all_tf,buy,2026-03-07 11:39:00,573.0,3.2159,1,leg_gt,9.84,60 -34152,buy_mtf_cross_all_tf,buy,2026-03-07 11:42:00,573.0,3.2159,1,leg_gt,9.83,60 -34153,buy_mtf_cross_all_tf,buy,2026-03-07 13:15:00,571.0,3.5778,1,leg_gt,9.77,60 -34154,buy_mtf_cross_all_tf,buy,2026-03-07 13:21:00,571.0,3.5778,1,leg_gt,9.76,60 -34155,buy_mtf_cross_all_tf,buy,2026-03-07 15:36:00,571.0,3.5778,1,leg_gt,9.67,60 -34156,buy_mtf_cross_all_tf,buy,2026-03-07 15:39:00,571.0,3.5778,1,leg_gt,9.67,60 -34157,buy_mtf_cross_all_tf,buy,2026-03-07 15:42:00,571.0,3.5778,1,leg_gt,9.67,60 -34158,buy_mtf_cross_all_tf,buy,2026-03-07 15:45:00,571.0,3.5778,1,leg_gt,9.66,60 -34159,buy_mtf_cross_all_tf,buy,2026-03-07 15:51:00,570.0,3.7596,1,leg_gt,9.66,60 -34160,buy_mtf_cross_all_tf,buy,2026-03-07 15:54:00,569.0,3.9422,1,leg_gt,9.66,60 -34161,buy_mtf_cross_all_tf,buy,2026-03-07 16:03:00,569.0,3.9422,1,leg_gt,9.65,60 -34162,buy_mtf_cross_all_tf,buy,2026-03-07 16:06:00,569.0,3.9422,1,leg_gt,9.65,60 -34163,buy_mtf_cross_all_tf,buy,2026-03-07 16:09:00,568.0,4.1254,1,leg_gt,9.65,60 -34164,buy_mtf_cross_all_tf,buy,2026-03-07 22:00:00,569.0,3.9422,1,leg_gt,9.4,60 -34165,buy_mtf_cross_all_tf,buy,2026-03-07 22:03:00,569.0,3.9422,1,leg_gt,9.4,60 -34166,buy_mtf_cross_all_tf,buy,2026-03-07 22:09:00,569.0,3.9422,1,leg_gt,9.4,60 -34167,buy_mtf_cross_all_tf,buy,2026-03-07 22:12:00,568.0,4.1254,1,leg_gt,9.4,60 -34168,buy_mtf_cross_all_tf,buy,2026-03-07 22:21:00,568.0,4.1254,1,leg_gt,9.39,60 -34169,buy_mtf_cross_all_tf,buy,2026-03-07 22:27:00,568.0,4.1254,1,leg_gt,9.39,60 -34170,buy_mtf_cross_all_tf,buy,2026-03-07 23:15:00,567.0,4.3092,1,leg_gt,9.35,60 -34171,buy_mtf_cross_all_tf,buy,2026-03-07 23:18:00,567.0,4.3092,1,leg_gt,9.35,60 -34172,buy_mtf_cross_all_tf,buy,2026-03-08 00:51:00,564.0,4.8645,1,leg_gt,9.29,60 -34173,buy_mtf_cross_all_tf,buy,2026-03-08 00:54:00,564.0,4.8645,1,leg_gt,9.28,60 -34174,buy_mtf_cross_all_tf,buy,2026-03-08 01:21:00,563.0,5.051,1,leg_gt,9.26,60 -34175,buy_mtf_cross_all_tf,buy,2026-03-08 01:45:00,563.0,5.051,1,leg_gt,9.25,60 -34176,buy_mtf_cross_all_tf,buy,2026-03-08 03:51:00,563.0,5.051,1,leg_gt,9.16,60 -34177,buy_mtf_cross_all_tf,buy,2026-03-08 03:57:00,562.0,5.2381,1,leg_gt,9.16,60 -34178,buy_mtf_cross_all_tf,buy,2026-03-08 04:06:00,562.0,5.2381,1,leg_gt,9.15,60 -34179,buy_mtf_cross_all_tf,buy,2026-03-08 04:09:00,562.0,5.2381,1,leg_gt,9.15,60 -34180,buy_mtf_cross_all_tf,buy,2026-03-08 04:27:00,561.0,5.4258,1,leg_gt,9.14,60 -34181,buy_mtf_cross_all_tf,buy,2026-03-08 04:30:00,561.0,5.4258,1,leg_gt,9.13,60 -34182,buy_mtf_cross_all_tf,buy,2026-03-08 04:36:00,561.0,5.4258,1,leg_gt,9.13,60 -34183,buy_mtf_cross_all_tf,buy,2026-03-08 04:39:00,561.0,5.4258,1,leg_gt,9.13,60 -34184,buy_mtf_cross_all_tf,buy,2026-03-08 05:00:00,560.0,5.6143,1,leg_gt,9.11,60 -34185,buy_mtf_cross_all_tf,buy,2026-03-08 07:45:00,556.0,6.3748,1,leg_gt,9.0,60 -34186,buy_mtf_cross_all_tf,buy,2026-03-08 07:57:00,555.0,6.5667,1,leg_gt,8.99,60 -34187,buy_mtf_cross_all_tf,buy,2026-03-08 08:00:00,555.0,6.5667,1,leg_gt,8.99,60 -34188,buy_mtf_cross_all_tf,buy,2026-03-08 11:15:00,556.0,6.3748,1,leg_gt,8.85,60 -34189,buy_mtf_cross_all_tf,buy,2026-03-08 11:18:00,556.0,6.3748,1,leg_gt,8.85,60 -34190,buy_mtf_cross_all_tf,buy,2026-03-08 11:21:00,556.0,6.3748,1,leg_gt,8.85,60 -34191,buy_mtf_cross_all_tf,buy,2026-03-08 11:24:00,556.0,6.3748,1,leg_gt,8.85,60 -34192,buy_mtf_cross_all_tf,buy,2026-03-08 11:36:00,555.0,6.5667,1,leg_gt,8.84,60 -34193,buy_mtf_cross_all_tf,buy,2026-03-08 12:12:00,551.0,7.341,1,leg_gt,8.81,60 -34194,buy_mtf_cross_all_tf,buy,2026-03-08 13:42:00,551.0,7.341,1,leg_gt,8.75,60 -34195,buy_mtf_cross_all_tf,buy,2026-03-08 13:45:00,551.0,7.341,1,leg_gt,8.75,60 -34196,buy_mtf_cross_all_tf,buy,2026-03-08 14:00:00,549.0,7.7324,1,leg_gt,8.74,60 -34197,buy_mtf_cross_all_tf,buy,2026-03-08 15:24:00,550.0,7.5364,1,leg_gt,8.68,60 -34198,buy_mtf_cross_all_tf,buy,2026-03-08 22:21:00,550.0,7.5364,1,leg_gt,8.39,60 -34199,buy_mtf_cross_all_tf,buy,2026-03-08 22:24:00,551.0,7.341,1,leg_gt,8.39,60 -34200,buy_mtf_cross_all_tf,buy,2026-03-08 22:27:00,550.0,7.5364,1,leg_gt,8.39,60 -34201,buy_mtf_cross_all_tf,buy,2026-03-08 22:30:00,550.0,7.5364,1,leg_gt,8.38,60 -34202,buy_mtf_cross_all_tf,buy,2026-03-08 22:33:00,549.0,7.7324,1,leg_gt,8.38,60 -34203,buy_mtf_cross_all_tf,buy,2026-03-08 22:42:00,548.0,7.9292,1,leg_gt,8.38,60 -34204,buy_mtf_cross_all_tf,buy,2026-03-08 22:45:00,549.0,7.7324,1,leg_gt,8.37,60 -34205,buy_mtf_cross_all_tf,buy,2026-03-08 23:30:00,548.0,7.9292,1,leg_gt,8.34,60 -34206,buy_mtf_cross_all_tf,buy,2026-03-09 00:06:00,547.0,8.1267,1,leg_gt,8.32,60 -34207,buy_mtf_cross_all_tf,buy,2026-03-09 00:09:00,547.0,8.1267,1,leg_gt,8.31,60 -34208,buy_mtf_cross_all_tf,buy,2026-03-09 00:12:00,547.0,8.1267,1,leg_gt,8.31,60 -34209,buy_mtf_cross_all_tf,buy,2026-03-09 00:15:00,546.0,8.3249,1,leg_gt,8.31,60 -34210,buy_mtf_cross_all_tf,buy,2026-03-09 00:18:00,546.0,8.3249,1,leg_gt,8.31,60 -34211,buy_mtf_cross_all_tf,buy,2026-03-09 00:21:00,546.0,8.3249,1,leg_gt,8.31,60 -34212,buy_mtf_cross_all_tf,buy,2026-03-09 00:24:00,546.0,8.3249,1,leg_gt,8.3,60 -34213,buy_mtf_cross_all_tf,buy,2026-03-09 00:36:00,544.0,8.7235,1,leg_gt,8.3,60 -34214,buy_mtf_cross_all_tf,buy,2026-03-09 00:39:00,545.0,8.5239,1,leg_gt,8.29,60 -34215,buy_mtf_cross_all_tf,buy,2026-03-09 00:42:00,544.0,8.7235,1,leg_gt,8.29,60 -34216,buy_mtf_cross_all_tf,buy,2026-03-09 00:45:00,543.0,8.9239,1,leg_gt,8.29,60 -34217,buy_mtf_cross_all_tf,buy,2026-03-09 00:48:00,544.0,8.7235,1,leg_gt,8.29,60 -34218,buy_mtf_cross_all_tf,buy,2026-03-09 00:54:00,542.0,9.1251,1,leg_gt,8.28,60 -34219,buy_mtf_cross_all_tf,buy,2026-03-09 01:45:00,542.0,9.1251,1,leg_gt,8.25,60 -34220,buy_mtf_cross_all_tf,buy,2026-03-09 01:48:00,542.0,9.1251,1,leg_gt,8.25,60 -34221,buy_mtf_cross_all_tf,buy,2026-03-09 01:51:00,542.0,9.1251,1,leg_gt,8.24,60 -34222,buy_mtf_cross_all_tf,buy,2026-03-09 01:54:00,542.0,9.1251,1,leg_gt,8.24,60 -34223,buy_mtf_cross_all_tf,buy,2026-03-09 02:36:00,538.0,9.9372,1,leg_gt,8.21,60 -34224,buy_mtf_cross_all_tf,buy,2026-03-09 02:39:00,537.0,10.1421,1,leg_gt,8.21,60 -34225,buy_mtf_cross_all_tf,buy,2026-03-09 02:45:00,537.0,10.1421,1,leg_gt,8.21,60 -34226,buy_mtf_cross_all_tf,buy,2026-03-09 02:48:00,535.0,10.5542,1,leg_gt,8.2,60 -34227,buy_mtf_cross_all_tf,buy,2026-03-09 03:06:00,535.0,10.5542,1,leg_gt,8.19,60 -34228,buy_mtf_cross_all_tf,buy,2026-03-09 07:15:00,536.0,10.3478,1,leg_gt,8.02,60 -34229,buy_mtf_cross_all_tf,buy,2026-03-09 07:18:00,536.0,10.3478,1,leg_gt,8.02,60 -34230,buy_mtf_cross_all_tf,buy,2026-03-09 07:27:00,535.0,10.5542,1,leg_gt,8.01,60 -34231,buy_mtf_cross_all_tf,buy,2026-03-09 09:00:00,534.0,10.7614,1,leg_gt,7.95,60 -34232,buy_mtf_cross_all_tf,buy,2026-03-09 16:15:00,537.0,10.1421,1,leg_gt,7.64,60 -34233,buy_mtf_cross_all_tf,buy,2026-03-09 16:18:00,536.0,10.3478,1,leg_gt,7.64,60 -34234,buy_mtf_cross_all_tf,buy,2026-03-09 16:21:00,537.0,10.1421,1,leg_gt,7.64,60 -34235,buy_mtf_cross_all_tf,buy,2026-03-09 17:45:00,537.0,10.1421,1,leg_gt,7.58,60 -34236,buy_mtf_cross_all_tf,buy,2026-03-09 17:48:00,537.0,10.1421,1,leg_gt,7.58,60 -34237,buy_mtf_cross_all_tf,buy,2026-03-10 00:45:00,535.0,10.5542,1,leg_gt,7.29,60 -34238,buy_mtf_cross_all_tf,buy,2026-03-10 00:48:00,535.0,10.5542,1,leg_gt,7.29,60 -34239,buy_mtf_cross_all_tf,buy,2026-03-10 03:15:00,533.0,10.9694,1,leg_gt,7.19,60 -34240,buy_mtf_cross_all_tf,buy,2026-03-10 03:18:00,533.0,10.9694,1,leg_gt,7.18,60 -34241,buy_mtf_cross_all_tf,buy,2026-03-10 03:36:00,532.0,11.1782,1,leg_gt,7.17,60 -34242,buy_mtf_cross_all_tf,buy,2026-03-10 03:39:00,532.0,11.1782,1,leg_gt,7.17,60 -34243,buy_mtf_cross_all_tf,buy,2026-03-10 03:51:00,532.0,11.1782,1,leg_gt,7.16,60 -34244,buy_mtf_cross_all_tf,buy,2026-03-10 08:00:00,532.0,11.1782,1,leg_gt,6.99,60 -34245,buy_mtf_cross_all_tf,buy,2026-03-11 00:15:00,534.0,10.7614,1,leg_gt,6.31,60 -34246,buy_mtf_cross_all_tf,buy,2026-03-11 00:18:00,534.0,10.7614,1,leg_gt,6.31,60 -34247,buy_mtf_cross_all_tf,buy,2026-03-11 00:21:00,533.0,10.9694,1,leg_gt,6.31,60 -34248,buy_mtf_cross_all_tf,buy,2026-03-11 00:24:00,532.0,11.1782,1,leg_gt,6.3,60 -34249,buy_mtf_cross_all_tf,buy,2026-03-11 00:27:00,531.0,11.3878,1,leg_gt,6.3,60 -34250,buy_mtf_cross_all_tf,buy,2026-03-11 00:30:00,532.0,11.1782,1,leg_gt,6.3,60 -34251,buy_mtf_cross_all_tf,buy,2026-03-11 00:36:00,532.0,11.1782,1,leg_gt,6.3,60 -34252,buy_mtf_cross_all_tf,buy,2026-03-11 00:39:00,532.0,11.1782,1,leg_gt,6.29,60 -34253,buy_mtf_cross_all_tf,buy,2026-03-11 00:42:00,531.0,11.3878,1,leg_gt,6.29,60 -34254,buy_mtf_cross_all_tf,buy,2026-03-11 03:36:00,531.0,11.3878,1,leg_gt,6.17,60 -34255,buy_mtf_cross_all_tf,buy,2026-03-11 03:39:00,531.0,11.3878,1,leg_gt,6.17,60 -34256,buy_mtf_cross_all_tf,buy,2026-03-11 03:42:00,530.0,11.5981,1,leg_gt,6.17,60 -34257,buy_mtf_cross_all_tf,buy,2026-03-11 03:45:00,529.0,11.8093,1,leg_gt,6.16,60 -34258,buy_mtf_cross_all_tf,buy,2026-03-11 03:48:00,530.0,11.5981,1,leg_gt,6.16,60 -34259,buy_mtf_cross_all_tf,buy,2026-03-11 03:51:00,530.0,11.5981,1,leg_gt,6.16,60 -34260,buy_mtf_cross_all_tf,buy,2026-03-11 03:54:00,529.0,11.8093,1,leg_gt,6.16,60 -34261,buy_mtf_cross_all_tf,buy,2026-03-11 04:06:00,525.0,12.6619,1,leg_gt,6.15,60 -34262,buy_mtf_cross_all_tf,buy,2026-03-11 04:09:00,525.0,12.6619,1,leg_gt,6.15,60 -34263,buy_mtf_cross_all_tf,buy,2026-03-11 04:12:00,523.0,13.0931,1,leg_gt,6.15,60 -34264,buy_mtf_cross_all_tf,buy,2026-03-11 04:15:00,525.0,12.6619,1,leg_gt,6.14,60 -34265,buy_mtf_cross_all_tf,buy,2026-03-11 04:21:00,523.0,13.0931,1,leg_gt,6.14,60 -34266,buy_mtf_cross_all_tf,buy,2026-03-11 04:24:00,524.0,12.8771,1,leg_gt,6.14,60 -34267,buy_mtf_cross_all_tf,buy,2026-03-11 04:27:00,521.0,13.5276,1,leg_gt,6.14,60 -34268,buy_mtf_cross_all_tf,buy,2026-03-11 04:30:00,521.0,13.5276,1,leg_gt,6.13,60 -34269,buy_mtf_cross_all_tf,buy,2026-03-11 04:33:00,521.0,13.5276,1,leg_gt,6.13,60 -34270,buy_mtf_cross_all_tf,buy,2026-03-11 04:36:00,522.0,13.31,1,leg_gt,6.13,60 -34271,buy_mtf_cross_all_tf,buy,2026-03-11 07:00:00,518.0,14.1857,1,leg_gt,6.03,60 -34272,buy_mtf_cross_all_tf,buy,2026-03-11 07:03:00,518.0,14.1857,1,leg_gt,6.03,60 -34273,buy_mtf_cross_all_tf,buy,2026-03-11 13:06:00,521.0,13.5276,1,leg_gt,5.78,60 -34274,buy_mtf_cross_all_tf,buy,2026-03-11 13:09:00,520.0,13.7462,1,leg_gt,5.77,60 -34275,buy_mtf_cross_all_tf,buy,2026-03-11 13:15:00,520.0,13.7462,1,leg_gt,5.77,60 -34276,buy_mtf_cross_all_tf,buy,2026-03-11 13:18:00,519.0,13.9655,1,leg_gt,5.77,60 -34277,buy_mtf_cross_all_tf,buy,2026-03-11 14:45:00,518.0,14.1857,1,leg_gt,5.71,60 -34278,buy_mtf_cross_all_tf,buy,2026-03-11 14:48:00,518.0,14.1857,1,leg_gt,5.7,60 -34279,buy_mtf_cross_all_tf,buy,2026-03-11 14:57:00,518.0,14.1857,1,leg_gt,5.7,60 -34280,buy_mtf_cross_all_tf,buy,2026-03-11 15:00:00,518.0,14.1857,1,leg_gt,5.7,60 -34281,buy_mtf_cross_all_tf,buy,2026-03-11 16:57:00,516.0,14.6287,1,leg_gt,5.61,60 -34282,buy_mtf_cross_all_tf,buy,2026-03-11 17:00:00,516.0,14.6287,1,leg_gt,5.61,60 -34283,buy_mtf_cross_all_tf,buy,2026-03-11 17:03:00,516.0,14.6287,1,leg_gt,5.61,60 -34284,buy_mtf_cross_all_tf,buy,2026-03-12 05:51:00,522.0,13.31,1,leg_gt,5.08,60 -34285,buy_mtf_cross_all_tf,buy,2026-03-12 05:54:00,522.0,13.31,1,leg_gt,5.08,60 -34286,buy_mtf_cross_all_tf,buy,2026-03-12 05:57:00,522.0,13.31,1,leg_gt,5.07,60 -34287,buy_mtf_cross_all_tf,buy,2026-03-12 07:45:00,520.0,13.7462,1,leg_gt,5.0,60 -34288,buy_mtf_cross_all_tf,buy,2026-03-12 10:15:00,519.0,13.9655,1,leg_gt,4.89,60 -34289,buy_mtf_cross_all_tf,buy,2026-03-12 10:18:00,519.0,13.9655,1,leg_gt,4.89,60 -34290,buy_mtf_cross_all_tf,buy,2026-03-12 10:27:00,518.0,14.1857,1,leg_gt,4.89,60 -34291,buy_mtf_cross_all_tf,buy,2026-03-12 10:36:00,517.0,14.4068,1,leg_gt,4.88,60 -34292,buy_mtf_cross_all_tf,buy,2026-03-12 10:39:00,518.0,14.1857,1,leg_gt,4.88,60 -34293,buy_mtf_cross_all_tf,buy,2026-03-12 11:00:00,517.0,14.4068,1,leg_gt,4.86,60 -34294,buy_mtf_cross_all_tf,buy,2026-03-12 11:27:00,517.0,14.4068,1,leg_gt,4.84,60 -34295,buy_mtf_cross_all_tf,buy,2026-03-12 11:30:00,517.0,14.4068,1,leg_gt,4.84,60 -34296,buy_mtf_cross_all_tf,buy,2026-03-12 11:51:00,516.0,14.6287,1,leg_gt,4.83,60 -34297,buy_mtf_cross_all_tf,buy,2026-03-12 11:54:00,516.0,14.6287,1,leg_gt,4.82,60 -34298,buy_mtf_cross_all_tf,buy,2026-03-12 11:57:00,516.0,14.6287,1,leg_gt,4.82,60 -34299,buy_mtf_cross_all_tf,buy,2026-03-12 12:57:00,513.0,15.2996,1,leg_gt,4.78,60 -34300,buy_mtf_cross_all_tf,buy,2026-03-12 13:00:00,513.0,15.2996,1,leg_gt,4.78,60 -34301,buy_mtf_cross_all_tf,buy,2026-03-15 05:00:00,521.0,13.5276,1,leg_gt,2.11,60 -34302,buy_mtf_cross_all_tf,buy,2026-03-15 05:03:00,521.0,13.5276,1,leg_gt,2.11,60 -34303,buy_mtf_cross_all_tf,buy,2026-03-15 05:06:00,520.0,13.7462,1,leg_gt,2.11,60 -34304,buy_mtf_cross_all_tf,buy,2026-03-15 05:09:00,520.0,13.7462,1,leg_gt,2.11,60 -34305,buy_mtf_cross_all_tf,buy,2026-03-15 05:15:00,520.0,13.7462,1,leg_gt,2.1,60 -34306,buy_mtf_cross_all_tf,buy,2026-03-15 05:21:00,520.0,13.7462,1,leg_gt,2.1,60 -34307,buy_mtf_cross_all_tf,buy,2026-03-15 20:00:00,528.0,12.0212,1,leg_gt,1.49,60 -34308,buy_mtf_cross_all_tf,buy,2026-03-15 20:12:00,528.0,12.0212,1,leg_gt,1.48,60 -34309,buy_mtf_cross_all_tf,buy,2026-03-15 20:15:00,528.0,12.0212,1,leg_gt,1.48,60 -34310,buy_mtf_cross_all_tf,buy,2026-03-15 22:27:00,527.0,12.234,1,leg_gt,1.39,60 -34311,buy_mtf_cross_all_tf,buy,2026-03-18 16:00:00,583.0,-25.829,0,leg_gt,12.16,60 -34312,buy_mtf_cross_all_tf,buy,2026-03-18 16:03:00,583.0,-25.829,0,leg_gt,12.16,60 -34313,buy_mtf_cross_all_tf,buy,2026-03-18 16:06:00,582.0,-25.7014,0,leg_gt,12.16,60 -34314,buy_mtf_cross_all_tf,buy,2026-03-18 16:15:00,581.0,-25.5733,0,leg_gt,12.15,60 -34315,buy_mtf_cross_all_tf,buy,2026-03-18 16:18:00,581.0,-25.5733,0,leg_gt,12.15,60 -34316,buy_mtf_cross_all_tf,buy,2026-03-18 16:21:00,581.0,-25.5733,0,leg_gt,12.15,60 -34317,buy_mtf_cross_all_tf,buy,2026-03-18 16:24:00,580.0,-25.4448,0,leg_gt,12.14,60 -34318,buy_mtf_cross_all_tf,buy,2026-03-18 16:27:00,579.0,-25.3159,0,leg_gt,12.14,60 -34319,buy_mtf_cross_all_tf,buy,2026-03-18 16:30:00,579.0,-25.3159,0,leg_gt,12.14,60 -34320,buy_mtf_cross_all_tf,buy,2026-03-18 16:33:00,580.0,-25.4448,0,leg_gt,12.14,60 -34321,buy_mtf_cross_all_tf,buy,2026-03-18 16:36:00,580.0,-25.4448,0,leg_gt,12.14,60 -34322,buy_mtf_cross_all_tf,buy,2026-03-18 16:45:00,579.0,-25.3159,0,leg_gt,12.13,60 -34323,buy_mtf_cross_all_tf,buy,2026-03-18 19:51:00,575.0,-24.7957,0,leg_gt,12.0,60 -34324,buy_mtf_cross_all_tf,buy,2026-03-18 19:54:00,574.0,-24.6645,0,leg_gt,12.0,60 -34325,buy_mtf_cross_all_tf,buy,2026-03-18 19:57:00,573.0,-24.5328,0,leg_gt,12.0,60 -34326,buy_mtf_cross_all_tf,buy,2026-03-18 20:06:00,572.0,-24.4007,0,leg_gt,11.99,60 -34327,buy_mtf_cross_all_tf,buy,2026-03-18 20:24:00,572.0,-24.4007,0,leg_gt,11.98,60 -34328,buy_mtf_cross_all_tf,buy,2026-03-18 20:27:00,571.0,-24.2681,0,leg_gt,11.98,60 -34329,buy_mtf_cross_all_tf,buy,2026-03-18 20:45:00,563.0,-23.1906,0,leg_gt,11.96,60 -34330,buy_mtf_cross_all_tf,buy,2026-03-18 20:48:00,561.0,-22.9164,0,leg_gt,11.96,60 -34331,buy_mtf_cross_all_tf,buy,2026-03-18 20:51:00,560.0,-22.7786,0,leg_gt,11.96,60 -34332,buy_mtf_cross_all_tf,buy,2026-03-18 20:54:00,560.0,-22.7786,0,leg_gt,11.96,60 -34333,buy_mtf_cross_all_tf,buy,2026-03-18 20:57:00,559.0,-22.6403,0,leg_gt,11.95,60 -34334,buy_mtf_cross_all_tf,buy,2026-03-18 21:00:00,560.0,-22.7786,0,leg_gt,11.95,60 -34335,buy_mtf_cross_all_tf,buy,2026-03-18 21:03:00,559.0,-22.6403,0,leg_gt,11.95,60 -34336,buy_mtf_cross_all_tf,buy,2026-03-18 21:09:00,557.0,-22.3621,0,leg_gt,11.95,60 -34337,buy_mtf_cross_all_tf,buy,2026-03-18 21:12:00,556.0,-22.2223,0,leg_gt,11.94,60 -34338,buy_mtf_cross_all_tf,buy,2026-03-18 21:42:00,552.0,-21.658,0,leg_gt,11.92,60 -34339,buy_mtf_cross_all_tf,buy,2026-03-18 21:45:00,552.0,-21.658,0,leg_gt,11.92,60 -34340,buy_mtf_cross_all_tf,buy,2026-03-18 21:48:00,552.0,-21.658,0,leg_gt,11.92,60 -34341,buy_mtf_cross_all_tf,buy,2026-03-18 21:51:00,551.0,-21.5156,0,leg_gt,11.92,60 -34342,buy_mtf_cross_all_tf,buy,2026-03-18 21:54:00,552.0,-21.658,0,leg_gt,11.91,60 -34343,buy_mtf_cross_all_tf,buy,2026-03-18 22:00:00,551.0,-21.5156,0,leg_gt,11.91,60 -34344,buy_mtf_cross_all_tf,buy,2026-03-18 22:03:00,549.0,-21.2293,0,leg_gt,11.91,60 -34345,buy_mtf_cross_all_tf,buy,2026-03-18 23:42:00,543.0,-20.3578,0,leg_gt,11.84,60 -34346,buy_mtf_cross_all_tf,buy,2026-03-18 23:51:00,543.0,-20.3578,0,leg_gt,11.83,60 -34347,buy_mtf_cross_all_tf,buy,2026-03-18 23:54:00,541.0,-20.063,0,leg_gt,11.83,60 -34348,buy_mtf_cross_all_tf,buy,2026-03-18 23:57:00,542.0,-20.2107,0,leg_gt,11.83,60 -34349,buy_mtf_cross_all_tf,buy,2026-03-19 00:00:00,541.0,-20.063,0,leg_gt,11.83,60 -34350,buy_mtf_cross_all_tf,buy,2026-03-19 00:03:00,541.0,-20.063,0,leg_gt,11.82,60 -34351,buy_mtf_cross_all_tf,buy,2026-03-19 00:15:00,540.0,-19.9148,0,leg_gt,11.82,60 -34352,buy_mtf_cross_all_tf,buy,2026-03-19 00:21:00,540.0,-19.9148,0,leg_gt,11.81,60 -34353,buy_mtf_cross_all_tf,buy,2026-03-19 01:09:00,537.0,-19.4669,0,leg_gt,11.78,60 -34354,buy_mtf_cross_all_tf,buy,2026-03-19 01:15:00,536.0,-19.3164,0,leg_gt,11.78,60 -34355,buy_mtf_cross_all_tf,buy,2026-03-19 01:18:00,536.0,-19.3164,0,leg_gt,11.77,60 -34356,buy_mtf_cross_all_tf,buy,2026-03-19 01:21:00,535.0,-19.1654,0,leg_gt,11.77,60 -34357,buy_mtf_cross_all_tf,buy,2026-03-19 01:24:00,534.0,-19.0139,0,leg_gt,11.77,60 -34358,buy_mtf_cross_all_tf,buy,2026-03-19 01:30:00,535.0,-19.1654,0,leg_gt,11.76,60 -34359,buy_mtf_cross_all_tf,buy,2026-03-19 01:42:00,534.0,-19.0139,0,leg_gt,11.76,60 -34360,buy_mtf_cross_all_tf,buy,2026-03-19 10:42:00,543.0,-20.3578,0,leg_gt,11.38,60 -34361,buy_mtf_cross_all_tf,buy,2026-03-19 10:45:00,543.0,-20.3578,0,leg_gt,11.38,60 -34362,buy_mtf_cross_all_tf,buy,2026-03-19 10:48:00,542.0,-20.2107,0,leg_gt,11.38,60 -34363,buy_mtf_cross_all_tf,buy,2026-03-19 11:30:00,537.0,-19.4669,0,leg_gt,11.35,60 -34364,buy_mtf_cross_all_tf,buy,2026-03-19 11:33:00,537.0,-19.4669,0,leg_gt,11.35,60 -34365,buy_mtf_cross_all_tf,buy,2026-03-19 11:48:00,536.0,-19.3164,0,leg_gt,11.34,60 -34366,buy_mtf_cross_all_tf,buy,2026-03-19 11:51:00,536.0,-19.3164,0,leg_gt,11.33,60 -34367,buy_mtf_cross_all_tf,buy,2026-03-19 14:00:00,536.0,-19.3164,0,leg_gt,11.24,60 -34368,buy_mtf_cross_all_tf,buy,2026-03-19 14:03:00,536.0,-19.3164,0,leg_gt,11.24,60 -34369,buy_mtf_cross_all_tf,buy,2026-03-19 14:51:00,527.0,-17.9368,0,leg_gt,11.21,60 -34370,buy_mtf_cross_all_tf,buy,2026-03-19 14:54:00,527.0,-17.9368,0,leg_gt,11.21,60 -34371,buy_mtf_cross_all_tf,buy,2026-03-19 15:06:00,525.0,-17.6238,0,leg_gt,11.2,60 -34372,buy_mtf_cross_all_tf,buy,2026-03-19 15:15:00,524.0,-17.4664,0,leg_gt,11.19,60 -34373,buy_mtf_cross_all_tf,buy,2026-03-19 15:21:00,524.0,-17.4664,0,leg_gt,11.19,60 -34374,buy_mtf_cross_all_tf,buy,2026-03-19 15:24:00,524.0,-17.4664,0,leg_gt,11.19,60 -34375,buy_mtf_cross_all_tf,buy,2026-03-19 16:30:00,514.0,-15.8588,0,leg_gt,11.14,60 -34376,buy_mtf_cross_all_tf,buy,2026-03-19 16:33:00,514.0,-15.8588,0,leg_gt,11.14,60 -34377,buy_mtf_cross_all_tf,buy,2026-03-19 17:06:00,512.0,-15.5297,0,leg_gt,11.11,60 -34378,buy_mtf_cross_all_tf,buy,2026-03-19 17:09:00,511.0,-15.3642,0,leg_gt,11.11,60 -34379,buy_mtf_cross_all_tf,buy,2026-03-19 17:12:00,511.0,-15.3642,0,leg_gt,11.11,60 -34380,buy_mtf_cross_all_tf,buy,2026-03-19 19:57:00,505.0,-14.3574,0,leg_gt,11.0,60 -34381,buy_mtf_cross_all_tf,buy,2026-03-19 20:06:00,504.0,-14.1873,0,leg_gt,10.99,60 -34382,buy_mtf_cross_all_tf,buy,2026-03-19 20:09:00,504.0,-14.1873,0,leg_gt,10.99,60 -34383,buy_mtf_cross_all_tf,buy,2026-03-19 20:12:00,504.0,-14.1873,0,leg_gt,10.99,60 -34384,buy_mtf_cross_all_tf,buy,2026-03-19 20:18:00,503.0,-14.0165,0,leg_gt,10.98,60 -34385,buy_mtf_cross_all_tf,buy,2026-03-19 20:21:00,503.0,-14.0165,0,leg_gt,10.98,60 -34386,buy_mtf_cross_all_tf,buy,2026-03-19 20:24:00,503.0,-14.0165,0,leg_gt,10.98,60 -34387,buy_mtf_cross_all_tf,buy,2026-03-19 23:21:00,496.0,-12.8016,0,leg_gt,10.85,60 -34388,buy_mtf_cross_all_tf,buy,2026-03-19 23:24:00,496.0,-12.8016,0,leg_gt,10.85,60 -34389,buy_mtf_cross_all_tf,buy,2026-03-19 23:27:00,496.0,-12.8016,0,leg_gt,10.85,60 -34390,buy_mtf_cross_all_tf,buy,2026-03-19 23:30:00,495.0,-12.6253,0,leg_gt,10.85,60 -34391,buy_mtf_cross_all_tf,buy,2026-03-20 00:36:00,490.0,-11.7327,0,leg_gt,10.8,60 -34392,buy_mtf_cross_all_tf,buy,2026-03-20 01:42:00,490.0,-11.7327,0,leg_gt,10.76,60 -34393,buy_mtf_cross_all_tf,buy,2026-03-20 03:30:00,488.0,-11.3705,0,leg_gt,10.68,60 -34394,buy_mtf_cross_all_tf,buy,2026-03-20 03:33:00,488.0,-11.3705,0,leg_gt,10.68,60 -34395,buy_mtf_cross_all_tf,buy,2026-03-20 03:36:00,487.0,-11.1883,0,leg_gt,10.68,60 -34396,buy_mtf_cross_all_tf,buy,2026-03-20 03:39:00,487.0,-11.1883,0,leg_gt,10.68,60 -34397,buy_mtf_cross_all_tf,buy,2026-03-20 03:42:00,487.0,-11.1883,0,leg_gt,10.67,60 -34398,buy_mtf_cross_all_tf,buy,2026-03-20 03:45:00,487.0,-11.1883,0,leg_gt,10.67,60 -34399,buy_mtf_cross_all_tf,buy,2026-03-20 03:48:00,487.0,-11.1883,0,leg_gt,10.67,60 -34400,buy_mtf_cross_all_tf,buy,2026-03-20 04:42:00,486.0,-11.0053,0,leg_gt,10.63,60 -34401,buy_mtf_cross_all_tf,buy,2026-03-20 04:45:00,486.0,-11.0053,0,leg_gt,10.63,60 -34402,buy_mtf_cross_all_tf,buy,2026-03-20 11:42:00,489.0,-11.5519,0,leg_gt,10.34,60 -34403,buy_mtf_cross_all_tf,buy,2026-03-20 16:21:00,490.0,-11.7327,0,leg_gt,10.15,60 -34404,buy_mtf_cross_all_tf,buy,2026-03-20 18:06:00,490.0,-11.7327,0,leg_gt,10.07,60 -34405,buy_mtf_cross_all_tf,buy,2026-03-20 18:09:00,490.0,-11.7327,0,leg_gt,10.07,60 -34406,buy_mtf_cross_all_tf,buy,2026-03-20 18:12:00,490.0,-11.7327,0,leg_gt,10.07,60 -34407,buy_mtf_cross_all_tf,buy,2026-03-20 18:15:00,490.0,-11.7327,0,leg_gt,10.07,60 -34408,buy_mtf_cross_all_tf,buy,2026-03-20 19:12:00,484.0,-10.6372,0,leg_gt,10.03,60 -34409,buy_mtf_cross_all_tf,buy,2026-03-20 19:18:00,484.0,-10.6372,0,leg_gt,10.02,60 -34410,buy_mtf_cross_all_tf,buy,2026-03-20 19:27:00,483.0,-10.452,0,leg_gt,10.02,60 -34411,buy_mtf_cross_all_tf,buy,2026-03-20 19:30:00,482.0,-10.266,0,leg_gt,10.01,60 -34412,buy_mtf_cross_all_tf,buy,2026-03-20 20:51:00,481.0,-10.0792,0,leg_gt,9.96,60 -34413,buy_mtf_cross_all_tf,buy,2026-03-20 20:54:00,482.0,-10.266,0,leg_gt,9.96,60 -34414,buy_mtf_cross_all_tf,buy,2026-03-20 20:57:00,482.0,-10.266,0,leg_gt,9.95,60 -34415,buy_mtf_cross_all_tf,buy,2026-03-20 21:00:00,481.0,-10.0792,0,leg_gt,9.95,60 -34416,buy_mtf_cross_all_tf,buy,2026-03-20 21:36:00,479.0,-9.7033,0,leg_gt,9.93,60 -34417,buy_mtf_cross_all_tf,buy,2026-03-20 21:42:00,478.0,-9.5142,0,leg_gt,9.92,60 -34418,buy_mtf_cross_all_tf,buy,2026-03-20 23:00:00,478.0,-9.5142,0,leg_gt,9.87,60 -34419,buy_mtf_cross_all_tf,buy,2026-03-21 08:21:00,481.0,-10.0792,0,leg_gt,9.48,60 -34420,buy_mtf_cross_all_tf,buy,2026-03-21 08:24:00,481.0,-10.0792,0,leg_gt,9.48,60 -34421,buy_mtf_cross_all_tf,buy,2026-03-21 08:45:00,480.0,-9.8917,0,leg_gt,9.46,60 -34422,buy_mtf_cross_all_tf,buy,2026-03-21 08:48:00,480.0,-9.8917,0,leg_gt,9.46,60 -34423,buy_mtf_cross_all_tf,buy,2026-03-21 09:42:00,479.0,-9.7033,0,leg_gt,9.42,60 -34424,buy_mtf_cross_all_tf,buy,2026-03-21 09:45:00,479.0,-9.7033,0,leg_gt,9.42,60 -34425,buy_mtf_cross_all_tf,buy,2026-03-21 09:48:00,479.0,-9.7033,0,leg_gt,9.42,60 -34426,buy_mtf_cross_all_tf,buy,2026-03-21 11:12:00,478.0,-9.5142,0,leg_gt,9.36,60 -34427,buy_mtf_cross_all_tf,buy,2026-03-21 11:15:00,478.0,-9.5142,0,leg_gt,9.36,60 -34428,buy_mtf_cross_all_tf,buy,2026-03-21 11:18:00,478.0,-9.5142,0,leg_gt,9.36,60 -34429,buy_mtf_cross_all_tf,buy,2026-03-21 11:21:00,478.0,-9.5142,0,leg_gt,9.35,60 -34430,buy_mtf_cross_all_tf,buy,2026-03-21 18:30:00,478.0,-9.5142,0,leg_gt,9.06,60 -34431,buy_mtf_cross_all_tf,buy,2026-03-21 18:57:00,472.0,-8.3627,0,leg_gt,9.04,60 -34432,buy_mtf_cross_all_tf,buy,2026-03-21 19:03:00,472.0,-8.3627,0,leg_gt,9.03,60 -34433,buy_mtf_cross_all_tf,buy,2026-03-21 19:15:00,471.0,-8.1679,0,leg_gt,9.02,60 -34434,buy_mtf_cross_all_tf,buy,2026-03-21 19:27:00,470.0,-7.9723,0,leg_gt,9.02,60 -34435,buy_mtf_cross_all_tf,buy,2026-03-22 09:15:00,475.0,-8.9421,0,leg_gt,8.44,60 -34436,buy_mtf_cross_all_tf,buy,2026-03-22 09:27:00,474.0,-8.7498,0,leg_gt,8.43,60 -34437,buy_mtf_cross_all_tf,buy,2026-03-22 09:57:00,473.0,-8.5567,0,leg_gt,8.41,60 -34438,buy_mtf_cross_all_tf,buy,2026-03-22 10:27:00,473.0,-8.5567,0,leg_gt,8.39,60 -34439,buy_mtf_cross_all_tf,buy,2026-03-22 15:45:00,474.0,-8.7498,0,leg_gt,8.17,60 -34440,buy_mtf_cross_all_tf,buy,2026-03-22 17:00:00,474.0,-8.7498,0,leg_gt,8.12,60 -34441,buy_mtf_cross_all_tf,buy,2026-03-22 17:03:00,474.0,-8.7498,0,leg_gt,8.12,60 -34442,buy_mtf_cross_all_tf,buy,2026-03-22 17:12:00,474.0,-8.7498,0,leg_gt,8.11,60 -34443,buy_mtf_cross_all_tf,buy,2026-03-22 17:15:00,474.0,-8.7498,0,leg_gt,8.11,60 -34444,buy_mtf_cross_all_tf,buy,2026-03-22 17:36:00,473.0,-8.5567,0,leg_gt,8.09,60 -34445,buy_mtf_cross_all_tf,buy,2026-03-22 19:12:00,473.0,-8.5567,0,leg_gt,8.03,60 -34446,buy_mtf_cross_all_tf,buy,2026-03-22 19:21:00,472.0,-8.3627,0,leg_gt,8.02,60 -34447,buy_mtf_cross_all_tf,buy,2026-03-22 19:54:00,471.0,-8.1679,0,leg_gt,8.0,60 -34448,buy_mtf_cross_all_tf,buy,2026-03-22 19:57:00,470.0,-7.9723,0,leg_gt,8.0,60 -34449,buy_mtf_cross_all_tf,buy,2026-03-22 20:00:00,470.0,-7.9723,0,leg_gt,7.99,60 -34450,buy_mtf_cross_all_tf,buy,2026-03-22 20:03:00,470.0,-7.9723,0,leg_gt,7.99,60 -34451,buy_mtf_cross_all_tf,buy,2026-03-22 20:06:00,470.0,-7.9723,0,leg_gt,7.99,60 -34452,buy_mtf_cross_all_tf,buy,2026-03-22 22:51:00,469.0,-7.7759,0,leg_gt,7.88,60 -34453,buy_mtf_cross_all_tf,buy,2026-03-22 23:51:00,469.0,-7.7759,0,leg_gt,7.83,60 -34454,buy_mtf_cross_all_tf,buy,2026-03-22 23:54:00,469.0,-7.7759,0,leg_gt,7.83,60 -34455,buy_mtf_cross_all_tf,buy,2026-03-22 23:57:00,469.0,-7.7759,0,leg_gt,7.83,60 -34456,buy_mtf_cross_all_tf,buy,2026-03-23 02:30:00,469.0,-7.7759,0,leg_gt,7.72,60 -34457,buy_mtf_cross_all_tf,buy,2026-03-23 02:33:00,469.0,-7.7759,0,leg_gt,7.72,60 -34458,buy_mtf_cross_all_tf,buy,2026-03-23 02:36:00,469.0,-7.7759,0,leg_gt,7.72,60 -34459,buy_mtf_cross_all_tf,buy,2026-03-23 02:42:00,468.0,-7.5786,0,leg_gt,7.71,60 -34460,buy_mtf_cross_all_tf,buy,2026-03-23 02:45:00,468.0,-7.5786,0,leg_gt,7.71,60 -34461,buy_mtf_cross_all_tf,buy,2026-03-23 02:48:00,468.0,-7.5786,0,leg_gt,7.71,60 -34462,buy_mtf_cross_all_tf,buy,2026-03-23 02:51:00,468.0,-7.5786,0,leg_gt,7.71,60 -34463,buy_mtf_cross_all_tf,buy,2026-03-23 02:54:00,468.0,-7.5786,0,leg_gt,7.71,60 -34464,buy_mtf_cross_all_tf,buy,2026-03-23 03:39:00,465.0,-6.9817,0,leg_gt,7.68,60 -34465,buy_mtf_cross_all_tf,buy,2026-03-23 04:06:00,464.0,-6.781,0,leg_gt,7.66,60 -34466,buy_mtf_cross_all_tf,buy,2026-03-23 04:12:00,463.0,-6.5795,0,leg_gt,7.65,60 -34467,buy_mtf_cross_all_tf,buy,2026-03-23 04:15:00,463.0,-6.5795,0,leg_gt,7.65,60 -34468,buy_mtf_cross_all_tf,buy,2026-03-23 04:18:00,463.0,-6.5795,0,leg_gt,7.65,60 -34469,buy_mtf_cross_all_tf,buy,2026-03-23 04:27:00,461.0,-6.1738,0,leg_gt,7.64,60 -34470,buy_mtf_cross_all_tf,buy,2026-03-23 04:33:00,461.0,-6.1738,0,leg_gt,7.64,60 -34471,buy_mtf_cross_all_tf,buy,2026-03-23 05:45:00,460.0,-5.9696,0,leg_gt,7.59,60 -34472,buy_mtf_cross_all_tf,buy,2026-03-23 06:00:00,458.0,-5.5585,0,leg_gt,7.58,60 -34473,buy_mtf_cross_all_tf,buy,2026-03-23 06:36:00,456.0,-5.1439,0,leg_gt,7.55,60 -34474,buy_mtf_cross_all_tf,buy,2026-03-23 06:51:00,456.0,-5.1439,0,leg_gt,7.54,60 -34475,buy_mtf_cross_all_tf,buy,2026-03-23 18:12:00,461.0,-6.1738,0,leg_gt,7.07,60 -34476,buy_mtf_cross_all_tf,buy,2026-03-23 18:27:00,459.0,-5.7645,0,leg_gt,7.06,60 -34477,buy_mtf_cross_all_tf,buy,2026-03-23 18:33:00,459.0,-5.7645,0,leg_gt,7.05,60 -34478,buy_mtf_cross_all_tf,buy,2026-03-26 00:30:00,477.0,-9.3243,0,leg_gt,4.81,60 -34479,buy_mtf_cross_all_tf,buy,2026-03-26 00:33:00,476.0,-9.1336,0,leg_gt,4.8,60 -34480,buy_mtf_cross_all_tf,buy,2026-03-26 00:36:00,474.0,-8.7498,0,leg_gt,4.8,60 -34481,buy_mtf_cross_all_tf,buy,2026-03-26 00:39:00,474.0,-8.7498,0,leg_gt,4.8,60 -34482,buy_mtf_cross_all_tf,buy,2026-03-26 00:42:00,474.0,-8.7498,0,leg_gt,4.8,60 -34483,buy_mtf_cross_all_tf,buy,2026-03-26 00:45:00,475.0,-8.9421,0,leg_gt,4.8,60 -34484,buy_mtf_cross_all_tf,buy,2026-03-26 01:00:00,473.0,-8.5567,0,leg_gt,4.79,60 -34485,buy_mtf_cross_all_tf,buy,2026-03-26 12:36:00,472.0,-8.3627,0,leg_gt,4.3,60 -34486,buy_mtf_cross_all_tf,buy,2026-03-26 13:36:00,468.0,-7.5786,0,leg_gt,4.26,60 -34487,buy_mtf_cross_all_tf,buy,2026-03-26 13:39:00,467.0,-7.3805,0,leg_gt,4.26,60 -34488,buy_mtf_cross_all_tf,buy,2026-03-26 13:45:00,468.0,-7.5786,0,leg_gt,4.25,60 -34489,buy_mtf_cross_all_tf,buy,2026-03-26 14:24:00,466.0,-7.1815,0,leg_gt,4.23,60 -34490,buy_mtf_cross_all_tf,buy,2026-03-26 14:45:00,464.0,-6.781,0,leg_gt,4.21,60 -34491,buy_mtf_cross_all_tf,buy,2026-03-26 14:48:00,465.0,-6.9817,0,leg_gt,4.21,60 -34492,buy_mtf_cross_all_tf,buy,2026-03-26 14:54:00,464.0,-6.781,0,leg_gt,4.21,60 -34493,buy_mtf_cross_all_tf,buy,2026-03-26 15:00:00,463.0,-6.5795,0,leg_gt,4.2,60 -34494,buy_mtf_cross_all_tf,buy,2026-03-26 15:03:00,463.0,-6.5795,0,leg_gt,4.2,60 -34495,buy_mtf_cross_all_tf,buy,2026-03-26 15:06:00,463.0,-6.5795,0,leg_gt,4.2,60 -34496,buy_mtf_cross_all_tf,buy,2026-03-26 15:12:00,462.0,-6.3771,0,leg_gt,4.19,60 -34497,buy_mtf_cross_all_tf,buy,2026-03-26 15:15:00,462.0,-6.3771,0,leg_gt,4.19,60 -34498,buy_mtf_cross_all_tf,buy,2026-03-26 15:18:00,462.0,-6.3771,0,leg_gt,4.19,60 -34499,buy_mtf_cross_all_tf,buy,2026-03-26 15:27:00,461.0,-6.1738,0,leg_gt,4.18,60 -34500,buy_mtf_cross_all_tf,buy,2026-03-26 16:24:00,461.0,-6.1738,0,leg_gt,4.14,60 -34501,buy_mtf_cross_all_tf,buy,2026-03-26 16:42:00,459.0,-5.7645,0,leg_gt,4.13,60 -34502,buy_mtf_cross_all_tf,buy,2026-03-26 17:21:00,458.0,-5.5585,0,leg_gt,4.1,60 -34503,buy_mtf_cross_all_tf,buy,2026-03-26 17:30:00,458.0,-5.5585,0,leg_gt,4.1,60 -34504,buy_mtf_cross_all_tf,buy,2026-03-26 19:00:00,458.0,-5.5585,0,leg_gt,4.04,60 -34505,buy_mtf_cross_all_tf,buy,2026-03-26 19:03:00,458.0,-5.5585,0,leg_gt,4.03,60 -34506,buy_mtf_cross_all_tf,buy,2026-03-26 19:06:00,457.0,-5.3516,0,leg_gt,4.03,60 -34507,buy_mtf_cross_all_tf,buy,2026-03-26 19:15:00,457.0,-5.3516,0,leg_gt,4.03,60 -34508,buy_mtf_cross_all_tf,buy,2026-03-26 19:18:00,457.0,-5.3516,0,leg_gt,4.02,60 -34509,buy_mtf_cross_all_tf,buy,2026-03-27 00:21:00,450.0,-3.8778,0,leg_gt,3.81,60 -34510,buy_mtf_cross_all_tf,buy,2026-03-27 00:24:00,449.0,-3.6635,0,leg_gt,3.81,60 -34511,buy_mtf_cross_all_tf,buy,2026-03-27 00:27:00,448.0,-3.4482,0,leg_gt,3.81,60 -34512,buy_mtf_cross_all_tf,buy,2026-03-27 00:36:00,446.0,-3.0148,0,leg_gt,3.8,60 -34513,buy_mtf_cross_all_tf,buy,2026-03-27 00:39:00,444.0,-2.5775,0,leg_gt,3.8,60 -34514,buy_mtf_cross_all_tf,buy,2026-03-27 00:42:00,444.0,-2.5775,0,leg_gt,3.8,60 -34515,buy_mtf_cross_all_tf,buy,2026-03-27 00:48:00,443.0,-2.3573,0,leg_gt,3.79,60 -34516,buy_mtf_cross_all_tf,buy,2026-03-27 00:51:00,443.0,-2.3573,0,leg_gt,3.79,60 -34517,buy_mtf_cross_all_tf,buy,2026-03-27 00:54:00,443.0,-2.3573,0,leg_gt,3.79,60 -34518,buy_mtf_cross_all_tf,buy,2026-03-27 01:00:00,442.0,-2.1362,0,leg_gt,3.79,60 -34519,buy_mtf_cross_all_tf,buy,2026-03-27 01:03:00,441.0,-1.9141,0,leg_gt,3.78,60 -34520,buy_mtf_cross_all_tf,buy,2026-03-27 06:12:00,440.0,-1.6909,0,leg_gt,3.57,60 -34521,buy_mtf_cross_all_tf,buy,2026-03-27 07:30:00,439.0,-1.4667,0,leg_gt,3.51,60 -34522,buy_mtf_cross_all_tf,buy,2026-03-27 07:36:00,439.0,-1.4667,0,leg_gt,3.51,60 -34523,buy_mtf_cross_all_tf,buy,2026-03-27 12:15:00,439.0,-1.4667,0,leg_gt,3.32,60 -34524,buy_mtf_cross_all_tf,buy,2026-03-27 13:21:00,434.0,-0.3304,0,leg_gt,3.27,60 -34525,buy_mtf_cross_all_tf,buy,2026-03-27 13:24:00,434.0,-0.3304,0,leg_gt,3.27,60 -34526,buy_mtf_cross_all_tf,buy,2026-03-27 13:27:00,434.0,-0.3304,0,leg_gt,3.27,60 -34527,buy_mtf_cross_all_tf,buy,2026-03-27 13:48:00,432.0,0.1315,1,leg_gt,3.25,60 -34528,buy_mtf_cross_all_tf,buy,2026-03-27 13:51:00,432.0,0.1315,1,leg_gt,3.25,60 -34529,buy_mtf_cross_all_tf,buy,2026-03-27 13:54:00,431.0,0.364,1,leg_gt,3.25,60 -34530,buy_mtf_cross_all_tf,buy,2026-03-27 13:57:00,431.0,0.364,1,leg_gt,3.25,60 -34531,buy_mtf_cross_all_tf,buy,2026-03-27 14:00:00,431.0,0.364,1,leg_gt,3.24,60 -34532,buy_mtf_cross_all_tf,buy,2026-03-27 14:30:00,430.0,0.5977,1,leg_gt,3.22,60 -34533,buy_mtf_cross_all_tf,buy,2026-03-27 14:33:00,430.0,0.5977,1,leg_gt,3.22,60 -34534,buy_mtf_cross_all_tf,buy,2026-03-27 15:36:00,425.0,1.7824,1,leg_gt,3.18,60 -34535,buy_mtf_cross_all_tf,buy,2026-03-27 15:42:00,426.0,1.5432,1,leg_gt,3.17,60 -34536,buy_mtf_cross_all_tf,buy,2026-03-27 16:00:00,425.0,1.7824,1,leg_gt,3.16,60 -34537,buy_mtf_cross_all_tf,buy,2026-03-27 16:03:00,424.0,2.0226,1,leg_gt,3.16,60 -34538,buy_mtf_cross_all_tf,buy,2026-03-27 18:24:00,421.0,2.7504,1,leg_gt,3.06,60 -34539,buy_mtf_cross_all_tf,buy,2026-03-27 18:42:00,419.0,3.2413,1,leg_gt,3.05,60 -34540,buy_mtf_cross_all_tf,buy,2026-03-27 18:48:00,419.0,3.2413,1,leg_gt,3.04,60 -34541,buy_mtf_cross_all_tf,buy,2026-03-27 20:12:00,417.0,3.7369,1,leg_gt,2.99,60 -34542,buy_mtf_cross_all_tf,buy,2026-03-28 00:00:00,414.0,4.4894,1,leg_gt,2.83,60 -34543,buy_mtf_cross_all_tf,buy,2026-03-28 00:21:00,412.0,4.9971,1,leg_gt,2.81,60 -34544,buy_mtf_cross_all_tf,buy,2026-03-28 00:45:00,411.0,5.2528,1,leg_gt,2.8,60 -34545,buy_mtf_cross_all_tf,buy,2026-03-28 01:12:00,407.0,6.2882,1,leg_gt,2.78,60 -34546,buy_mtf_cross_all_tf,buy,2026-03-28 01:15:00,406.0,6.5502,1,leg_gt,2.78,60 -34547,buy_mtf_cross_all_tf,buy,2026-03-28 01:18:00,406.0,6.5502,1,leg_gt,2.77,60 -34548,buy_mtf_cross_all_tf,buy,2026-03-28 01:21:00,406.0,6.5502,1,leg_gt,2.77,60 -34549,buy_mtf_cross_all_tf,buy,2026-03-28 01:24:00,404.0,7.0782,1,leg_gt,2.77,60 -34550,buy_mtf_cross_all_tf,buy,2026-03-28 01:27:00,403.0,7.3442,1,leg_gt,2.77,60 -34551,buy_mtf_cross_all_tf,buy,2026-03-28 01:30:00,404.0,7.0782,1,leg_gt,2.76,60 -34552,buy_mtf_cross_all_tf,buy,2026-03-28 01:33:00,404.0,7.0782,1,leg_gt,2.76,60 -34553,buy_mtf_cross_all_tf,buy,2026-03-28 01:36:00,403.0,7.3442,1,leg_gt,2.76,60 -34554,buy_mtf_cross_all_tf,buy,2026-03-28 01:39:00,402.0,7.6114,1,leg_gt,2.76,60 -34555,buy_mtf_cross_all_tf,buy,2026-03-28 01:42:00,402.0,7.6114,1,leg_gt,2.76,60 -34556,buy_mtf_cross_all_tf,buy,2026-03-28 02:54:00,402.0,7.6114,1,leg_gt,2.71,60 -34557,buy_mtf_cross_all_tf,buy,2026-03-28 03:00:00,402.0,7.6114,1,leg_gt,2.7,60 -34558,buy_mtf_cross_all_tf,buy,2026-03-28 03:03:00,402.0,7.6114,1,leg_gt,2.7,60 -34559,buy_mtf_cross_all_tf,buy,2026-03-28 03:06:00,402.0,7.6114,1,leg_gt,2.7,60 -34560,buy_mtf_cross_all_tf,buy,2026-03-28 03:09:00,402.0,7.6114,1,leg_gt,2.7,60 -34561,buy_mtf_cross_all_tf,buy,2026-03-28 03:45:00,400.0,8.15,1,leg_gt,2.67,60 -34562,buy_mtf_cross_all_tf,buy,2026-03-28 04:09:00,398.0,8.694,1,leg_gt,2.65,60 -34563,buy_mtf_cross_all_tf,buy,2026-03-28 04:15:00,398.0,8.694,1,leg_gt,2.65,60 -34564,buy_mtf_cross_all_tf,buy,2026-03-28 04:42:00,397.0,8.968,1,leg_gt,2.63,60 -34565,buy_mtf_cross_all_tf,buy,2026-03-28 04:51:00,397.0,8.968,1,leg_gt,2.62,60 -34566,buy_mtf_cross_all_tf,buy,2026-03-28 04:54:00,397.0,8.968,1,leg_gt,2.62,60 -34567,buy_mtf_cross_all_tf,buy,2026-03-28 04:57:00,397.0,8.968,1,leg_gt,2.62,60 -34568,buy_mtf_cross_all_tf,buy,2026-03-28 05:42:00,396.0,9.2434,1,leg_gt,2.59,60 -34569,buy_mtf_cross_all_tf,buy,2026-03-28 05:45:00,396.0,9.2434,1,leg_gt,2.59,60 -34570,buy_mtf_cross_all_tf,buy,2026-03-28 05:48:00,396.0,9.2434,1,leg_gt,2.59,60 -34571,buy_mtf_cross_all_tf,buy,2026-03-28 06:30:00,393.0,10.0781,1,leg_gt,2.56,60 -34572,buy_mtf_cross_all_tf,buy,2026-03-28 06:33:00,393.0,10.0781,1,leg_gt,2.55,60 -34573,buy_mtf_cross_all_tf,buy,2026-03-28 06:36:00,393.0,10.0781,1,leg_gt,2.55,60 -34574,buy_mtf_cross_all_tf,buy,2026-03-28 06:39:00,392.0,10.3592,1,leg_gt,2.55,60 -34575,buy_mtf_cross_all_tf,buy,2026-03-28 06:42:00,392.0,10.3592,1,leg_gt,2.55,60 -34576,buy_mtf_cross_all_tf,buy,2026-03-28 06:45:00,392.0,10.3592,1,leg_gt,2.55,60 -34577,buy_mtf_cross_all_tf,buy,2026-03-28 06:48:00,390.0,10.9256,1,leg_gt,2.54,60 -34578,buy_mtf_cross_all_tf,buy,2026-03-28 07:00:00,389.0,11.2111,1,leg_gt,2.54,60 -34579,buy_mtf_cross_all_tf,buy,2026-03-28 07:03:00,389.0,11.2111,1,leg_gt,2.53,60 -34580,buy_mtf_cross_all_tf,buy,2026-03-28 07:06:00,388.0,11.4979,1,leg_gt,2.53,60 -34581,buy_mtf_cross_all_tf,buy,2026-03-28 07:18:00,388.0,11.4979,1,leg_gt,2.52,60 -34582,buy_mtf_cross_all_tf,buy,2026-03-28 07:21:00,388.0,11.4979,1,leg_gt,2.52,60 -34583,buy_mtf_cross_all_tf,buy,2026-03-28 07:27:00,387.0,11.7863,1,leg_gt,2.52,60 -34584,buy_mtf_cross_all_tf,buy,2026-03-28 07:30:00,387.0,11.7863,1,leg_gt,2.51,60 -34585,buy_mtf_cross_all_tf,buy,2026-03-28 07:33:00,387.0,11.7863,1,leg_gt,2.51,60 -34586,buy_mtf_cross_all_tf,buy,2026-03-28 07:36:00,386.0,12.0762,1,leg_gt,2.51,60 -34587,buy_mtf_cross_all_tf,buy,2026-03-28 08:15:00,382.0,13.2508,1,leg_gt,2.48,60 -34588,buy_mtf_cross_all_tf,buy,2026-03-28 08:18:00,381.0,13.5483,1,leg_gt,2.48,60 -34589,buy_mtf_cross_all_tf,buy,2026-03-28 08:21:00,382.0,13.2508,1,leg_gt,2.48,60 -34590,buy_mtf_cross_all_tf,buy,2026-03-28 09:00:00,380.0,13.8474,1,leg_gt,2.45,60 -34591,buy_mtf_cross_all_tf,buy,2026-03-28 09:24:00,379.0,14.148,1,leg_gt,2.44,60 -34592,buy_mtf_cross_all_tf,buy,2026-03-28 09:27:00,379.0,14.148,1,leg_gt,2.43,60 -34593,buy_mtf_cross_all_tf,buy,2026-03-28 10:06:00,380.0,13.8474,1,leg_gt,2.41,60 -34594,buy_mtf_cross_all_tf,buy,2026-03-28 10:21:00,377.0,14.7541,1,leg_gt,2.4,60 -34595,buy_mtf_cross_all_tf,buy,2026-03-28 10:24:00,377.0,14.7541,1,leg_gt,2.39,60 -34596,buy_mtf_cross_all_tf,buy,2026-03-28 10:27:00,376.0,15.0596,1,leg_gt,2.39,60 -34597,buy_mtf_cross_all_tf,buy,2026-03-28 10:42:00,373.0,15.9858,1,leg_gt,2.38,60 -34598,buy_mtf_cross_all_tf,buy,2026-03-28 12:03:00,374.0,15.6754,1,leg_gt,2.33,60 -34599,buy_mtf_cross_all_tf,buy,2026-03-29 21:42:00,412.0,4.9971,1,leg_gt,0.92,60 -34600,buy_mtf_cross_all_tf,buy,2026-03-29 21:45:00,412.0,4.9971,1,leg_gt,0.92,60 -34601,buy_mtf_cross_all_tf,buy,2026-03-29 21:48:00,412.0,4.9971,1,leg_gt,0.92,60 -34602,buy_mtf_cross_all_tf,buy,2026-03-29 21:54:00,412.0,4.9971,1,leg_gt,0.91,60 -34603,buy_mtf_cross_all_tf,buy,2026-03-31 00:15:00,421.0,-3.4254,0,leg_gt,8.35,60 -34604,buy_mtf_cross_all_tf,buy,2026-03-31 02:42:00,417.0,-2.4981,0,leg_gt,8.25,60 -34605,buy_mtf_cross_all_tf,buy,2026-03-31 02:45:00,418.0,-2.7316,0,leg_gt,8.25,60 -34606,buy_mtf_cross_all_tf,buy,2026-03-31 02:51:00,417.0,-2.4981,0,leg_gt,8.25,60 -34607,buy_mtf_cross_all_tf,buy,2026-03-31 02:54:00,416.0,-2.2635,0,leg_gt,8.24,60 -34608,buy_mtf_cross_all_tf,buy,2026-03-31 02:57:00,416.0,-2.2635,0,leg_gt,8.24,60 -34609,buy_mtf_cross_all_tf,buy,2026-03-31 03:18:00,415.0,-2.0277,0,leg_gt,8.23,60 -34610,buy_mtf_cross_all_tf,buy,2026-03-31 03:30:00,414.0,-1.7908,0,leg_gt,8.22,60 -34611,buy_mtf_cross_all_tf,buy,2026-03-31 03:33:00,414.0,-1.7908,0,leg_gt,8.22,60 -34612,buy_mtf_cross_all_tf,buy,2026-03-31 03:42:00,414.0,-1.7908,0,leg_gt,8.21,60 -34613,buy_mtf_cross_all_tf,buy,2026-03-31 03:45:00,413.0,-1.5528,0,leg_gt,8.21,60 -34614,buy_mtf_cross_all_tf,buy,2026-03-31 03:51:00,413.0,-1.5528,0,leg_gt,8.2,60 -34615,buy_mtf_cross_all_tf,buy,2026-03-31 03:57:00,413.0,-1.5528,0,leg_gt,8.2,60 -34616,buy_mtf_cross_all_tf,buy,2026-03-31 04:00:00,413.0,-1.5528,0,leg_gt,8.2,60 -34617,buy_mtf_cross_all_tf,buy,2026-03-31 04:03:00,412.0,-1.3136,0,leg_gt,8.2,60 -34618,buy_mtf_cross_all_tf,buy,2026-03-31 04:06:00,412.0,-1.3136,0,leg_gt,8.19,60 -34619,buy_mtf_cross_all_tf,buy,2026-03-31 04:09:00,412.0,-1.3136,0,leg_gt,8.19,60 -34620,buy_mtf_cross_all_tf,buy,2026-03-31 04:15:00,412.0,-1.3136,0,leg_gt,8.19,60 -34621,buy_mtf_cross_all_tf,buy,2026-03-31 04:18:00,412.0,-1.3136,0,leg_gt,8.19,60 -34622,buy_mtf_cross_all_tf,buy,2026-03-31 08:15:00,413.0,-1.5528,0,leg_gt,8.02,60 -34623,buy_mtf_cross_all_tf,buy,2026-03-31 08:18:00,413.0,-1.5528,0,leg_gt,8.02,60 -34624,buy_mtf_cross_all_tf,buy,2026-03-31 08:21:00,413.0,-1.5528,0,leg_gt,8.02,60 -34625,buy_mtf_cross_all_tf,buy,2026-03-31 08:33:00,412.0,-1.3136,0,leg_gt,8.01,60 -34626,buy_mtf_cross_all_tf,buy,2026-03-31 08:36:00,412.0,-1.3136,0,leg_gt,8.01,60 -34627,buy_mtf_cross_all_tf,buy,2026-03-31 18:03:00,419.0,-2.964,0,leg_gt,7.61,60 -34628,buy_mtf_cross_all_tf,buy,2026-03-31 18:09:00,420.0,-3.1952,0,leg_gt,7.61,60 -34629,buy_mtf_cross_all_tf,buy,2026-03-31 18:36:00,416.0,-2.2635,0,leg_gt,7.59,60 -34630,buy_mtf_cross_all_tf,buy,2026-03-31 18:39:00,417.0,-2.4981,0,leg_gt,7.59,60 -34631,buy_mtf_cross_all_tf,buy,2026-03-31 20:00:00,416.0,-2.2635,0,leg_gt,7.53,60 -34632,buy_mtf_cross_all_tf,buy,2026-03-31 20:06:00,416.0,-2.2635,0,leg_gt,7.53,60 -34633,buy_mtf_cross_all_tf,buy,2026-03-31 20:30:00,415.0,-2.0277,0,leg_gt,7.51,60 -34634,buy_mtf_cross_all_tf,buy,2026-03-31 20:33:00,415.0,-2.0277,0,leg_gt,7.51,60 -34635,buy_mtf_cross_all_tf,buy,2026-04-02 02:30:00,422.0,-3.6545,0,leg_gt,6.26,60 -34636,buy_mtf_cross_all_tf,buy,2026-04-02 02:36:00,421.0,-3.4254,0,leg_gt,6.26,60 -34637,buy_mtf_cross_all_tf,buy,2026-04-02 02:39:00,422.0,-3.6545,0,leg_gt,6.25,60 -34638,buy_mtf_cross_all_tf,buy,2026-04-02 02:42:00,421.0,-3.4254,0,leg_gt,6.25,60 -34639,buy_mtf_cross_all_tf,buy,2026-04-02 02:51:00,421.0,-3.4254,0,leg_gt,6.25,60 -34640,buy_mtf_cross_all_tf,buy,2026-04-02 02:54:00,420.0,-3.1952,0,leg_gt,6.24,60 -34641,buy_mtf_cross_all_tf,buy,2026-04-02 03:00:00,420.0,-3.1952,0,leg_gt,6.24,60 -34642,buy_mtf_cross_all_tf,buy,2026-04-02 03:03:00,419.0,-2.964,0,leg_gt,6.24,60 -34643,buy_mtf_cross_all_tf,buy,2026-04-02 03:06:00,418.0,-2.7316,0,leg_gt,6.24,60 -34644,buy_mtf_cross_all_tf,buy,2026-04-02 03:09:00,419.0,-2.964,0,leg_gt,6.23,60 -34645,buy_mtf_cross_all_tf,buy,2026-04-02 08:00:00,418.0,-2.7316,0,leg_gt,6.03,60 -34646,buy_mtf_cross_all_tf,buy,2026-04-02 10:51:00,411.0,-1.0732,0,leg_gt,5.91,60 -34647,buy_mtf_cross_all_tf,buy,2026-04-02 11:18:00,409.0,-0.589,0,leg_gt,5.89,60 -34648,buy_mtf_cross_all_tf,buy,2026-04-02 11:27:00,407.0,-0.1,0,leg_gt,5.89,60 -34649,buy_mtf_cross_all_tf,buy,2026-04-02 11:30:00,407.0,-0.1,0,leg_gt,5.89,60 -34650,buy_mtf_cross_all_tf,buy,2026-04-02 11:36:00,407.0,-0.1,0,leg_gt,5.88,60 -34651,buy_mtf_cross_all_tf,buy,2026-04-02 11:39:00,407.0,-0.1,0,leg_gt,5.88,60 -34652,buy_mtf_cross_all_tf,buy,2026-04-02 11:45:00,405.0,0.3938,1,leg_gt,5.88,60 -34653,buy_mtf_cross_all_tf,buy,2026-04-02 18:15:00,407.0,-0.1,0,leg_gt,5.6,60 -34654,buy_mtf_cross_all_tf,buy,2026-04-02 18:18:00,407.0,-0.1,0,leg_gt,5.6,60 -34655,buy_mtf_cross_all_tf,buy,2026-04-02 18:24:00,407.0,-0.1,0,leg_gt,5.6,60 -34656,buy_mtf_cross_all_tf,buy,2026-04-02 21:00:00,407.0,-0.1,0,leg_gt,5.49,60 -34657,buy_mtf_cross_all_tf,buy,2026-04-02 21:03:00,407.0,-0.1,0,leg_gt,5.49,60 -34658,buy_mtf_cross_all_tf,buy,2026-04-02 21:09:00,407.0,-0.1,0,leg_gt,5.48,60 -34659,buy_mtf_cross_all_tf,buy,2026-04-02 21:30:00,406.0,0.1463,1,leg_gt,5.47,60 -34660,buy_mtf_cross_all_tf,buy,2026-04-02 21:45:00,405.0,0.3938,1,leg_gt,5.46,60 -34661,buy_mtf_cross_all_tf,buy,2026-04-02 22:57:00,401.0,1.3963,1,leg_gt,5.41,60 -34662,buy_mtf_cross_all_tf,buy,2026-04-03 10:00:00,403.0,0.8926,1,leg_gt,4.95,60 -34663,buy_mtf_cross_all_tf,buy,2026-04-03 10:15:00,402.0,1.1438,1,leg_gt,4.94,60 -34664,buy_mtf_cross_all_tf,buy,2026-04-03 10:45:00,401.0,1.3963,1,leg_gt,4.92,60 -34665,buy_mtf_cross_all_tf,buy,2026-04-04 00:57:00,409.0,-0.589,0,leg_gt,4.32,60 -34666,buy_mtf_cross_all_tf,buy,2026-04-04 01:00:00,409.0,-0.589,0,leg_gt,4.32,60 -34667,buy_mtf_cross_all_tf,buy,2026-04-04 03:12:00,409.0,-0.589,0,leg_gt,4.23,60 -34668,buy_mtf_cross_all_tf,buy,2026-04-04 03:15:00,409.0,-0.589,0,leg_gt,4.23,60 -34669,buy_mtf_cross_all_tf,buy,2026-04-04 03:30:00,409.0,-0.589,0,leg_gt,4.22,60 -34670,buy_mtf_cross_all_tf,buy,2026-04-04 03:33:00,409.0,-0.589,0,leg_gt,4.22,60 -34671,buy_mtf_cross_all_tf,buy,2026-04-04 04:00:00,408.0,-0.3451,0,leg_gt,4.2,60 -34672,buy_mtf_cross_all_tf,buy,2026-04-04 04:03:00,408.0,-0.3451,0,leg_gt,4.2,60 -34673,buy_mtf_cross_all_tf,buy,2026-04-04 04:15:00,406.0,0.1463,1,leg_gt,4.19,60 -34674,buy_mtf_cross_all_tf,buy,2026-04-04 04:18:00,405.0,0.3938,1,leg_gt,4.19,60 -34675,buy_mtf_cross_all_tf,buy,2026-04-04 04:30:00,405.0,0.3938,1,leg_gt,4.18,60 -34676,buy_mtf_cross_all_tf,buy,2026-04-04 08:00:00,403.0,0.8926,1,leg_gt,4.03,60 -34677,buy_mtf_cross_all_tf,buy,2026-04-04 08:15:00,403.0,0.8926,1,leg_gt,4.02,60 -34678,buy_mtf_cross_all_tf,buy,2026-04-04 08:18:00,403.0,0.8926,1,leg_gt,4.02,60 -34679,buy_mtf_cross_all_tf,buy,2026-04-04 08:21:00,403.0,0.8926,1,leg_gt,4.02,60 -34680,buy_mtf_cross_all_tf,buy,2026-04-04 08:24:00,403.0,0.8926,1,leg_gt,4.01,60 -34681,buy_mtf_cross_all_tf,buy,2026-04-04 10:42:00,402.0,1.1438,1,leg_gt,3.92,60 -34682,buy_mtf_cross_all_tf,buy,2026-04-04 11:57:00,401.0,1.3963,1,leg_gt,3.87,60 -34683,buy_mtf_cross_all_tf,buy,2026-04-04 12:00:00,401.0,1.3963,1,leg_gt,3.86,60 -34684,buy_mtf_cross_all_tf,buy,2026-04-04 12:03:00,401.0,1.3963,1,leg_gt,3.86,60 -34685,buy_mtf_cross_all_tf,buy,2026-04-04 17:00:00,401.0,1.3963,1,leg_gt,3.66,60 -34686,buy_mtf_cross_all_tf,buy,2026-04-04 18:15:00,396.0,2.6778,1,leg_gt,3.6,60 -34687,buy_mtf_cross_all_tf,buy,2026-04-04 18:18:00,395.0,2.938,1,leg_gt,3.6,60 -34688,buy_mtf_cross_all_tf,buy,2026-04-05 08:09:00,395.0,2.938,1,leg_gt,3.02,60 -34689,buy_mtf_cross_all_tf,buy,2026-04-05 08:15:00,395.0,2.938,1,leg_gt,3.02,60 -34690,buy_mtf_cross_all_tf,buy,2026-04-05 08:30:00,392.0,3.7265,1,leg_gt,3.01,60 -34691,buy_mtf_cross_all_tf,buy,2026-04-05 08:33:00,391.0,3.9921,1,leg_gt,3.01,60 -34692,buy_mtf_cross_all_tf,buy,2026-04-05 08:51:00,389.0,4.5272,1,leg_gt,3.0,60 -34693,buy_mtf_cross_all_tf,buy,2026-04-05 08:54:00,389.0,4.5272,1,leg_gt,2.99,60 -34694,buy_mtf_cross_all_tf,buy,2026-04-05 11:21:00,389.0,4.5272,1,leg_gt,2.89,60 -34695,buy_mtf_cross_all_tf,buy,2026-04-05 11:24:00,389.0,4.5272,1,leg_gt,2.89,60 -34696,buy_mtf_cross_all_tf,buy,2026-04-05 13:21:00,388.0,4.7969,1,leg_gt,2.81,60 -34697,buy_mtf_cross_all_tf,buy,2026-04-05 13:27:00,388.0,4.7969,1,leg_gt,2.8,60 -34698,buy_mtf_cross_all_tf,buy,2026-04-05 13:51:00,386.0,5.3404,1,leg_gt,2.79,60 -34699,buy_mtf_cross_all_tf,buy,2026-04-05 13:54:00,386.0,5.3404,1,leg_gt,2.79,60 -34700,buy_mtf_cross_all_tf,buy,2026-04-05 14:00:00,386.0,5.3404,1,leg_gt,2.78,60 -34701,buy_mtf_cross_all_tf,buy,2026-04-05 15:06:00,384.0,5.8896,1,leg_gt,2.74,60 -34702,buy_mtf_cross_all_tf,buy,2026-04-05 15:09:00,384.0,5.8896,1,leg_gt,2.73,60 -34703,buy_mtf_cross_all_tf,buy,2026-04-05 15:21:00,383.0,6.1663,1,leg_gt,2.72,60 -34704,buy_mtf_cross_all_tf,buy,2026-04-05 16:21:00,382.0,6.4445,1,leg_gt,2.68,60 -34705,buy_mtf_cross_all_tf,buy,2026-04-05 16:24:00,382.0,6.4445,1,leg_gt,2.68,60 -34706,buy_mtf_cross_all_tf,buy,2026-04-05 16:27:00,382.0,6.4445,1,leg_gt,2.68,60 -34707,buy_mtf_cross_all_tf,buy,2026-04-05 16:45:00,379.0,7.2879,1,leg_gt,2.67,60 -34708,buy_mtf_cross_all_tf,buy,2026-04-05 16:51:00,379.0,7.2879,1,leg_gt,2.66,60 -34709,buy_mtf_cross_all_tf,buy,2026-04-05 19:45:00,378.0,7.572,1,leg_gt,2.54,60 -34710,buy_mtf_cross_all_tf,buy,2026-04-05 19:48:00,377.0,7.8576,1,leg_gt,2.54,60 -34711,buy_mtf_cross_all_tf,buy,2026-04-05 19:57:00,376.0,8.1447,1,leg_gt,2.53,60 -34712,buy_mtf_cross_all_tf,buy,2026-04-05 20:00:00,376.0,8.1447,1,leg_gt,2.53,60 -34713,buy_mtf_cross_all_tf,buy,2026-04-05 20:06:00,376.0,8.1447,1,leg_gt,2.53,60 -34714,buy_mtf_cross_all_tf,buy,2026-04-05 20:09:00,376.0,8.1447,1,leg_gt,2.52,60 -34715,buy_mtf_cross_all_tf,buy,2026-04-05 21:51:00,375.0,8.4333,1,leg_gt,2.45,60 -34716,buy_mtf_cross_all_tf,buy,2026-04-05 22:30:00,374.0,8.7235,1,leg_gt,2.43,60 -34717,buy_mtf_cross_all_tf,buy,2026-04-06 04:00:00,376.0,8.1447,1,leg_gt,2.2,60 -34718,buy_mtf_cross_all_tf,buy,2026-04-06 04:03:00,376.0,8.1447,1,leg_gt,2.2,60 -34719,buy_mtf_cross_all_tf,buy,2026-04-06 04:15:00,375.0,8.4333,1,leg_gt,2.19,60 -34720,buy_mtf_cross_all_tf,buy,2026-04-06 04:18:00,375.0,8.4333,1,leg_gt,2.19,60 -34721,buy_mtf_cross_all_tf,buy,2026-04-06 04:27:00,375.0,8.4333,1,leg_gt,2.18,60 -34722,buy_mtf_cross_all_tf,buy,2026-04-06 04:30:00,374.0,8.7235,1,leg_gt,2.18,60 -34723,buy_mtf_cross_all_tf,buy,2026-04-06 04:51:00,370.0,9.9,1,leg_gt,2.16,60 -34724,buy_mtf_cross_all_tf,buy,2026-04-06 05:15:00,370.0,9.9,1,leg_gt,2.15,60 -34725,buy_mtf_cross_all_tf,buy,2026-04-06 05:30:00,369.0,10.1981,1,leg_gt,2.14,60 -34726,buy_mtf_cross_all_tf,buy,2026-04-06 05:33:00,369.0,10.1981,1,leg_gt,2.13,60 -34727,buy_mtf_cross_all_tf,buy,2026-04-06 06:21:00,366.0,11.1022,1,leg_gt,2.1,60 -34728,buy_mtf_cross_all_tf,buy,2026-04-06 06:30:00,366.0,11.1022,1,leg_gt,2.09,60 -34729,buy_mtf_cross_all_tf,buy,2026-04-07 06:21:00,376.0,8.1447,1,leg_gt,1.1,60 -34730,buy_mtf_cross_all_tf,buy,2026-04-07 06:24:00,376.0,8.1447,1,leg_gt,1.1,60 -34731,buy_mtf_cross_all_tf,buy,2026-04-07 06:30:00,375.0,8.4333,1,leg_gt,1.09,60 -34732,buy_mtf_cross_all_tf,buy,2026-04-07 06:33:00,375.0,8.4333,1,leg_gt,1.09,60 -34733,buy_mtf_cross_all_tf,buy,2026-04-07 06:39:00,375.0,8.4333,1,leg_gt,1.09,60 -34734,buy_mtf_cross_all_tf,buy,2026-04-07 06:42:00,375.0,8.4333,1,leg_gt,1.09,60 -34735,buy_mtf_cross_all_tf,buy,2026-04-07 06:48:00,374.0,8.7235,1,leg_gt,1.08,60 -34736,buy_mtf_cross_all_tf,buy,2026-04-07 06:57:00,374.0,8.7235,1,leg_gt,1.08,60 -34737,buy_mtf_cross_all_tf,buy,2026-04-07 07:00:00,374.0,8.7235,1,leg_gt,1.07,60 -34738,buy_mtf_cross_all_tf,buy,2026-04-07 07:06:00,374.0,8.7235,1,leg_gt,1.07,60 -34739,buy_mtf_cross_all_tf,buy,2026-04-07 07:09:00,373.0,9.0153,1,leg_gt,1.07,60 -34740,buy_mtf_cross_all_tf,buy,2026-04-07 07:30:00,372.0,9.3086,1,leg_gt,1.05,60 -34741,buy_mtf_cross_all_tf,buy,2026-04-07 07:33:00,372.0,9.3086,1,leg_gt,1.05,60 -34742,buy_mtf_cross_all_tf,buy,2026-04-07 07:45:00,371.0,9.6035,1,leg_gt,1.04,60 -34743,buy_mtf_cross_all_tf,buy,2026-04-07 08:06:00,367.0,10.7992,1,leg_gt,1.03,60 -34744,buy_mtf_cross_all_tf,buy,2026-04-07 08:09:00,366.0,11.1022,1,leg_gt,1.02,60 -34745,buy_mtf_cross_all_tf,buy,2026-04-07 08:15:00,367.0,10.7992,1,leg_gt,1.02,60 -34746,buy_mtf_cross_all_tf,buy,2026-04-07 08:18:00,366.0,11.1022,1,leg_gt,1.02,60 -34747,buy_mtf_cross_all_tf,buy,2026-04-07 08:21:00,365.0,11.4068,1,leg_gt,1.02,60 -34748,buy_mtf_cross_all_tf,buy,2026-04-07 08:24:00,366.0,11.1022,1,leg_gt,1.01,60 -34749,buy_mtf_cross_all_tf,buy,2026-04-07 08:30:00,365.0,11.4068,1,leg_gt,1.01,60 -34750,buy_mtf_cross_all_tf,buy,2026-04-07 08:36:00,365.0,11.4068,1,leg_gt,1.01,60 -34751,buy_mtf_cross_all_tf,buy,2026-04-07 11:12:00,365.0,11.4068,1,leg_gt,0.9,60 -34752,buy_mtf_cross_all_tf,buy,2026-04-07 11:15:00,365.0,11.4068,1,leg_gt,0.9,60 -34753,buy_mtf_cross_all_tf,buy,2026-04-07 21:15:00,368.0,10.4978,1,leg_gt,0.48,60 -34754,buy_mtf_cross_all_tf,buy,2026-04-07 21:21:00,368.0,10.4978,1,leg_gt,0.48,60 -34755,buy_mtf_cross_all_tf,buy,2026-04-07 21:24:00,368.0,10.4978,1,leg_gt,0.47,60 -34756,buy_mtf_cross_all_tf,buy,2026-04-07 21:33:00,367.0,10.7992,1,leg_gt,0.47,60 -34757,buy_mtf_cross_all_tf,buy,2026-04-07 21:36:00,366.0,11.1022,1,leg_gt,0.46,60 -34758,buy_mtf_cross_all_tf,buy,2026-04-07 21:39:00,367.0,10.7992,1,leg_gt,0.46,60 -34759,buy_mtf_cross_all_tf,buy,2026-04-15 01:00:00,457.0,5.8081,1,leg_gt,2.28,60 -34760,buy_mtf_cross_all_tf,buy,2026-04-15 01:03:00,457.0,5.8081,1,leg_gt,2.28,60 -34761,buy_mtf_cross_all_tf,buy,2026-04-15 01:06:00,456.0,6.0404,1,leg_gt,2.28,60 -34762,buy_mtf_cross_all_tf,buy,2026-04-15 01:09:00,457.0,5.8081,1,leg_gt,2.28,60 -34763,buy_mtf_cross_all_tf,buy,2026-04-15 01:12:00,457.0,5.8081,1,leg_gt,2.27,60 -34764,buy_mtf_cross_all_tf,buy,2026-04-15 01:15:00,456.0,6.0404,1,leg_gt,2.27,60 -34765,buy_mtf_cross_all_tf,buy,2026-04-15 01:18:00,456.0,6.0404,1,leg_gt,2.27,60 -34766,buy_mtf_cross_all_tf,buy,2026-04-15 01:21:00,456.0,6.0404,1,leg_gt,2.27,60 -34767,buy_mtf_cross_all_tf,buy,2026-04-15 01:24:00,455.0,6.2736,1,leg_gt,2.26,60 -34768,buy_mtf_cross_all_tf,buy,2026-04-15 01:51:00,455.0,6.2736,1,leg_gt,2.25,60 -34769,buy_mtf_cross_all_tf,buy,2026-04-15 01:54:00,454.0,6.5079,1,leg_gt,2.24,60 -34770,buy_mtf_cross_all_tf,buy,2026-04-15 01:57:00,455.0,6.2736,1,leg_gt,2.24,60 -34771,buy_mtf_cross_all_tf,buy,2026-04-15 02:51:00,450.0,7.4556,1,leg_gt,2.2,60 -34772,buy_mtf_cross_all_tf,buy,2026-04-15 03:18:00,449.0,7.6951,1,leg_gt,2.19,60 -34773,buy_mtf_cross_all_tf,buy,2026-04-15 03:21:00,449.0,7.6951,1,leg_gt,2.18,60 -34774,buy_mtf_cross_all_tf,buy,2026-04-15 03:36:00,445.0,8.664,1,leg_gt,2.17,60 -34775,buy_mtf_cross_all_tf,buy,2026-04-15 03:42:00,444.0,8.909,1,leg_gt,2.17,60 -34776,buy_mtf_cross_all_tf,buy,2026-04-15 03:45:00,443.0,9.1551,1,leg_gt,2.17,60 -34777,buy_mtf_cross_all_tf,buy,2026-04-15 03:57:00,440.0,9.9,1,leg_gt,2.16,60 -34778,buy_mtf_cross_all_tf,buy,2026-04-15 04:00:00,440.0,9.9,1,leg_gt,2.16,60 -34779,buy_mtf_cross_all_tf,buy,2026-04-15 04:12:00,440.0,9.9,1,leg_gt,2.15,60 -34780,buy_mtf_cross_all_tf,buy,2026-04-15 04:18:00,439.0,10.1506,1,leg_gt,2.14,60 -34781,buy_mtf_cross_all_tf,buy,2026-04-15 04:21:00,438.0,10.4023,1,leg_gt,2.14,60 -34782,buy_mtf_cross_all_tf,buy,2026-04-15 04:24:00,437.0,10.6551,1,leg_gt,2.14,60 -34783,buy_mtf_cross_all_tf,buy,2026-04-15 04:27:00,437.0,10.6551,1,leg_gt,2.14,60 -34784,buy_mtf_cross_all_tf,buy,2026-04-15 04:30:00,438.0,10.4023,1,leg_gt,2.14,60 -34785,buy_mtf_cross_all_tf,buy,2026-04-15 04:33:00,437.0,10.6551,1,leg_gt,2.13,60 -34786,buy_mtf_cross_all_tf,buy,2026-04-15 04:36:00,437.0,10.6551,1,leg_gt,2.13,60 -34787,buy_mtf_cross_all_tf,buy,2026-04-15 04:39:00,436.0,10.9092,1,leg_gt,2.13,60 -34788,buy_mtf_cross_all_tf,buy,2026-04-15 04:42:00,437.0,10.6551,1,leg_gt,2.13,60 -34789,buy_mtf_cross_all_tf,buy,2026-04-15 16:00:00,440.0,9.9,1,leg_gt,1.66,60 -34790,buy_mtf_cross_all_tf,buy,2026-04-15 16:09:00,440.0,9.9,1,leg_gt,1.65,60 -34791,buy_mtf_cross_all_tf,buy,2026-04-15 16:30:00,438.0,10.4023,1,leg_gt,1.64,60 -34792,buy_mtf_cross_all_tf,buy,2026-04-15 16:33:00,437.0,10.6551,1,leg_gt,1.63,60 -34793,buy_mtf_cross_all_tf,buy,2026-04-15 16:36:00,437.0,10.6551,1,leg_gt,1.63,60 -34794,buy_mtf_cross_all_tf,buy,2026-04-15 16:42:00,436.0,10.9092,1,leg_gt,1.63,60 -34795,buy_mtf_cross_all_tf,buy,2026-04-15 16:45:00,437.0,10.6551,1,leg_gt,1.62,60 -34796,buy_mtf_cross_all_tf,buy,2026-04-18 00:21:00,452.0,-15.5867,0,leg_gt,18.8,60 -34797,buy_mtf_cross_all_tf,buy,2026-04-18 00:24:00,450.0,-15.2111,0,leg_gt,18.8,60 -34798,buy_mtf_cross_all_tf,buy,2026-04-18 00:42:00,443.0,-13.8698,0,leg_gt,18.79,60 -34799,buy_mtf_cross_all_tf,buy,2026-04-18 00:48:00,441.0,-13.4787,0,leg_gt,18.78,60 -34800,buy_mtf_cross_all_tf,buy,2026-04-18 00:51:00,441.0,-13.4787,0,leg_gt,18.78,60 -34801,buy_mtf_cross_all_tf,buy,2026-04-18 01:00:00,439.0,-13.0841,0,leg_gt,18.77,60 -34802,buy_mtf_cross_all_tf,buy,2026-04-18 03:21:00,428.0,-10.8477,0,leg_gt,18.68,60 -34803,buy_mtf_cross_all_tf,buy,2026-04-18 03:24:00,428.0,-10.8477,0,leg_gt,18.67,60 -34804,buy_mtf_cross_all_tf,buy,2026-04-18 03:27:00,428.0,-10.8477,0,leg_gt,18.67,60 -34805,buy_mtf_cross_all_tf,buy,2026-04-18 03:30:00,423.0,-9.7927,0,leg_gt,18.67,60 -34806,buy_mtf_cross_all_tf,buy,2026-04-18 03:33:00,423.0,-9.7927,0,leg_gt,18.67,60 -34807,buy_mtf_cross_all_tf,buy,2026-04-18 03:36:00,421.0,-9.3637,0,leg_gt,18.66,60 -34808,buy_mtf_cross_all_tf,buy,2026-04-18 03:39:00,419.0,-8.9305,0,leg_gt,18.66,60 -34809,buy_mtf_cross_all_tf,buy,2026-04-18 03:42:00,419.0,-8.9305,0,leg_gt,18.66,60 -34810,buy_mtf_cross_all_tf,buy,2026-04-18 03:45:00,421.0,-9.3637,0,leg_gt,18.66,60 -34811,buy_mtf_cross_all_tf,buy,2026-04-18 07:48:00,414.0,-7.8295,0,leg_gt,18.49,60 -34812,buy_mtf_cross_all_tf,buy,2026-04-18 07:51:00,415.0,-8.0518,0,leg_gt,18.49,60 -34813,buy_mtf_cross_all_tf,buy,2026-04-18 07:54:00,415.0,-8.0518,0,leg_gt,18.49,60 -34814,buy_mtf_cross_all_tf,buy,2026-04-18 17:39:00,416.0,-8.2731,0,leg_gt,18.08,60 -34815,buy_mtf_cross_all_tf,buy,2026-04-18 17:42:00,417.0,-8.4933,0,leg_gt,18.08,60 -34816,buy_mtf_cross_all_tf,buy,2026-04-18 19:21:00,414.0,-7.8295,0,leg_gt,18.01,60 -34817,buy_mtf_cross_all_tf,buy,2026-04-18 19:30:00,414.0,-7.8295,0,leg_gt,18.0,60 -34818,buy_mtf_cross_all_tf,buy,2026-04-18 19:42:00,413.0,-7.6061,0,leg_gt,17.99,60 -34819,buy_mtf_cross_all_tf,buy,2026-04-18 19:51:00,412.0,-7.3816,0,leg_gt,17.99,60 -34820,buy_mtf_cross_all_tf,buy,2026-04-18 19:54:00,411.0,-7.156,0,leg_gt,17.99,60 -34821,buy_mtf_cross_all_tf,buy,2026-04-18 19:57:00,412.0,-7.3816,0,leg_gt,17.98,60 -34822,buy_mtf_cross_all_tf,buy,2026-04-18 20:00:00,412.0,-7.3816,0,leg_gt,17.98,60 -34823,buy_mtf_cross_all_tf,buy,2026-04-18 20:03:00,411.0,-7.156,0,leg_gt,17.98,60 -34824,buy_mtf_cross_all_tf,buy,2026-04-18 20:15:00,408.0,-6.4725,0,leg_gt,17.97,60 -34825,buy_mtf_cross_all_tf,buy,2026-04-18 20:51:00,406.0,-6.0113,0,leg_gt,17.95,60 -34826,buy_mtf_cross_all_tf,buy,2026-04-19 00:54:00,405.0,-5.779,0,leg_gt,17.78,60 -34827,buy_mtf_cross_all_tf,buy,2026-04-19 01:00:00,405.0,-5.779,0,leg_gt,17.77,60 -34828,buy_mtf_cross_all_tf,buy,2026-04-19 01:03:00,404.0,-5.5455,0,leg_gt,17.77,60 -34829,buy_mtf_cross_all_tf,buy,2026-04-19 01:12:00,404.0,-5.5455,0,leg_gt,17.76,60 -34830,buy_mtf_cross_all_tf,buy,2026-04-19 01:18:00,403.0,-5.3109,0,leg_gt,17.76,60 -34831,buy_mtf_cross_all_tf,buy,2026-04-19 01:30:00,403.0,-5.3109,0,leg_gt,17.75,60 -34832,buy_mtf_cross_all_tf,buy,2026-04-19 01:57:00,399.0,-4.3607,0,leg_gt,17.73,60 -34833,buy_mtf_cross_all_tf,buy,2026-04-19 02:00:00,398.0,-4.1201,0,leg_gt,17.73,60 -34834,buy_mtf_cross_all_tf,buy,2026-04-19 02:03:00,398.0,-4.1201,0,leg_gt,17.73,60 -34835,buy_mtf_cross_all_tf,buy,2026-04-19 02:06:00,397.0,-3.8783,0,leg_gt,17.73,60 -34836,buy_mtf_cross_all_tf,buy,2026-04-19 04:00:00,396.0,-3.6354,0,leg_gt,17.65,60 -34837,buy_mtf_cross_all_tf,buy,2026-04-19 04:06:00,396.0,-3.6354,0,leg_gt,17.64,60 -34838,buy_mtf_cross_all_tf,buy,2026-04-19 04:09:00,396.0,-3.6354,0,leg_gt,17.64,60 -34839,buy_mtf_cross_all_tf,buy,2026-04-19 04:30:00,395.0,-3.3911,0,leg_gt,17.63,60 -34840,buy_mtf_cross_all_tf,buy,2026-04-19 04:42:00,393.0,-2.899,0,leg_gt,17.62,60 -34841,buy_mtf_cross_all_tf,buy,2026-04-19 04:48:00,393.0,-2.899,0,leg_gt,17.61,60 -34842,buy_mtf_cross_all_tf,buy,2026-04-19 05:15:00,393.0,-2.899,0,leg_gt,17.6,60 -34843,buy_mtf_cross_all_tf,buy,2026-04-19 05:42:00,392.0,-2.651,0,leg_gt,17.58,60 -34844,buy_mtf_cross_all_tf,buy,2026-04-19 05:45:00,392.0,-2.651,0,leg_gt,17.58,60 -34845,buy_mtf_cross_all_tf,buy,2026-04-19 05:48:00,392.0,-2.651,0,leg_gt,17.57,60 -34846,buy_mtf_cross_all_tf,buy,2026-04-19 08:54:00,391.0,-2.4018,0,leg_gt,17.44,60 -34847,buy_mtf_cross_all_tf,buy,2026-04-19 09:12:00,389.0,-1.8995,0,leg_gt,17.43,60 -34848,buy_mtf_cross_all_tf,buy,2026-04-19 09:15:00,389.0,-1.8995,0,leg_gt,17.43,60 -34849,buy_mtf_cross_all_tf,buy,2026-04-19 09:18:00,390.0,-2.1513,0,leg_gt,17.43,60 -34850,buy_mtf_cross_all_tf,buy,2026-04-19 09:30:00,389.0,-1.8995,0,leg_gt,17.42,60 -34851,buy_mtf_cross_all_tf,buy,2026-04-19 09:36:00,388.0,-1.6464,0,leg_gt,17.41,60 -34852,buy_mtf_cross_all_tf,buy,2026-04-19 09:45:00,388.0,-1.6464,0,leg_gt,17.41,60 -34853,buy_mtf_cross_all_tf,buy,2026-04-19 11:36:00,387.0,-1.392,0,leg_gt,17.33,60 -34854,buy_mtf_cross_all_tf,buy,2026-04-19 13:45:00,387.0,-1.392,0,leg_gt,17.24,60 -34855,buy_mtf_cross_all_tf,buy,2026-04-19 14:33:00,386.0,-1.1363,0,leg_gt,17.21,60 -34856,buy_mtf_cross_all_tf,buy,2026-04-20 05:30:00,388.0,-1.6464,0,leg_gt,16.59,60 -34857,buy_mtf_cross_all_tf,buy,2026-04-20 07:00:00,388.0,-1.6464,0,leg_gt,16.52,60 -34858,buy_mtf_cross_all_tf,buy,2026-04-20 07:12:00,387.0,-1.392,0,leg_gt,16.51,60 -34859,buy_mtf_cross_all_tf,buy,2026-04-20 07:15:00,386.0,-1.1363,0,leg_gt,16.51,60 -34860,buy_mtf_cross_all_tf,buy,2026-04-20 14:15:00,388.0,-1.6464,0,leg_gt,16.22,60 -34861,buy_mtf_cross_all_tf,buy,2026-04-20 14:18:00,387.0,-1.392,0,leg_gt,16.22,60 -34862,buy_mtf_cross_all_tf,buy,2026-04-20 14:21:00,387.0,-1.392,0,leg_gt,16.22,60 -34863,buy_mtf_cross_all_tf,buy,2026-04-20 14:36:00,386.0,-1.1363,0,leg_gt,16.21,60 -34864,buy_mtf_cross_all_tf,buy,2026-04-20 14:39:00,386.0,-1.1363,0,leg_gt,16.2,60 -34865,buy_mtf_cross_all_tf,buy,2026-04-20 14:42:00,386.0,-1.1363,0,leg_gt,16.2,60 -34866,buy_mtf_cross_all_tf,buy,2026-04-20 14:45:00,385.0,-0.8792,0,leg_gt,16.2,60 -34867,buy_mtf_cross_all_tf,buy,2026-04-21 08:12:00,391.0,-2.4018,0,leg_gt,15.47,60 -34868,buy_mtf_cross_all_tf,buy,2026-04-21 08:21:00,390.0,-2.1513,0,leg_gt,15.47,60 -34869,buy_mtf_cross_all_tf,buy,2026-04-21 08:30:00,390.0,-2.1513,0,leg_gt,15.46,60 -34870,buy_mtf_cross_all_tf,buy,2026-04-21 08:33:00,390.0,-2.1513,0,leg_gt,15.46,60 -34871,buy_mtf_cross_all_tf,buy,2026-04-21 09:27:00,390.0,-2.1513,0,leg_gt,15.42,60 -34872,buy_mtf_cross_all_tf,buy,2026-04-21 12:15:00,389.0,-1.8995,0,leg_gt,15.3,60 -34873,buy_mtf_cross_all_tf,buy,2026-04-21 12:18:00,389.0,-1.8995,0,leg_gt,15.3,60 -34874,buy_mtf_cross_all_tf,buy,2026-04-21 12:21:00,389.0,-1.8995,0,leg_gt,15.3,60 -34875,buy_mtf_cross_all_tf,buy,2026-04-21 12:24:00,388.0,-1.6464,0,leg_gt,15.3,60 -34876,buy_mtf_cross_all_tf,buy,2026-04-21 12:27:00,388.0,-1.6464,0,leg_gt,15.3,60 -34877,buy_mtf_cross_all_tf,buy,2026-04-21 12:39:00,388.0,-1.6464,0,leg_gt,15.29,60 -34878,buy_mtf_cross_all_tf,buy,2026-04-21 22:15:00,389.0,-1.8995,0,leg_gt,14.89,60 -34879,buy_mtf_cross_all_tf,buy,2026-04-24 02:21:00,386.0,-1.1363,0,leg_gt,12.72,60 -34880,buy_mtf_cross_all_tf,buy,2026-04-24 02:24:00,386.0,-1.1363,0,leg_gt,12.71,60 -34881,buy_mtf_cross_all_tf,buy,2026-04-24 02:27:00,386.0,-1.1363,0,leg_gt,12.71,60 -34882,buy_mtf_cross_all_tf,buy,2026-04-24 02:51:00,383.0,-0.3611,0,leg_gt,12.7,60 -34883,buy_mtf_cross_all_tf,buy,2026-04-24 16:51:00,389.0,-1.8995,0,leg_gt,12.11,60 -34884,buy_mtf_cross_all_tf,buy,2026-04-24 16:57:00,388.0,-1.6464,0,leg_gt,12.11,60 -34885,buy_mtf_cross_all_tf,buy,2026-04-24 17:00:00,388.0,-1.6464,0,leg_gt,12.11,60 -34886,buy_mtf_cross_all_tf,buy,2026-04-24 17:03:00,388.0,-1.6464,0,leg_gt,12.1,60 -34887,buy_mtf_cross_all_tf,buy,2026-04-24 17:06:00,388.0,-1.6464,0,leg_gt,12.1,60 -34888,buy_mtf_cross_all_tf,buy,2026-04-24 18:30:00,388.0,-1.6464,0,leg_gt,12.04,60 -34889,buy_mtf_cross_all_tf,buy,2026-04-25 04:36:00,388.0,-1.6464,0,leg_gt,11.62,60 -34890,buy_mtf_cross_all_tf,buy,2026-04-25 08:00:00,387.0,-1.392,0,leg_gt,11.48,60 -34891,buy_mtf_cross_all_tf,buy,2026-04-25 08:03:00,387.0,-1.392,0,leg_gt,11.48,60 -34892,buy_mtf_cross_all_tf,buy,2026-04-25 09:45:00,387.0,-1.392,0,leg_gt,11.41,60 -34893,buy_mtf_cross_all_tf,buy,2026-04-25 20:39:00,388.0,-1.6464,0,leg_gt,10.95,60 -34894,buy_mtf_cross_all_tf,buy,2026-04-25 23:27:00,387.0,-1.392,0,leg_gt,10.84,60 -34895,buy_mtf_cross_all_tf,buy,2026-04-25 23:30:00,387.0,-1.392,0,leg_gt,10.84,60 -34896,buy_mtf_cross_all_tf,buy,2026-04-25 23:42:00,387.0,-1.392,0,leg_gt,10.83,60 -34897,buy_mtf_cross_all_tf,buy,2026-04-26 00:15:00,386.0,-1.1363,0,leg_gt,10.8,60 -34898,buy_mtf_cross_all_tf,buy,2026-04-26 00:18:00,386.0,-1.1363,0,leg_gt,10.8,60 -34899,buy_mtf_cross_all_tf,buy,2026-04-26 01:45:00,384.0,-0.6208,0,leg_gt,10.74,60 -34900,buy_mtf_cross_all_tf,buy,2026-04-26 02:42:00,383.0,-0.3611,0,leg_gt,10.7,60 -34901,buy_mtf_cross_all_tf,buy,2026-04-26 02:45:00,383.0,-0.3611,0,leg_gt,10.7,60 -34902,buy_mtf_cross_all_tf,buy,2026-04-26 02:48:00,383.0,-0.3611,0,leg_gt,10.7,60 -34903,buy_mtf_cross_all_tf,buy,2026-04-26 10:27:00,383.0,-0.3611,0,leg_gt,10.38,60 -34904,buy_mtf_cross_all_tf,buy,2026-04-26 10:30:00,383.0,-0.3611,0,leg_gt,10.38,60 -34905,buy_mtf_cross_all_tf,buy,2026-04-26 10:33:00,383.0,-0.3611,0,leg_gt,10.38,60 -34906,buy_mtf_cross_all_tf,buy,2026-04-26 10:36:00,383.0,-0.3611,0,leg_gt,10.37,60 -34907,buy_mtf_cross_all_tf,buy,2026-04-26 10:42:00,383.0,-0.3611,0,leg_gt,10.37,60 -34908,buy_mtf_cross_all_tf,buy,2026-04-26 10:48:00,382.0,-0.1,0,leg_gt,10.36,60 -34909,buy_mtf_cross_all_tf,buy,2026-04-26 10:51:00,382.0,-0.1,0,leg_gt,10.36,60 -34910,buy_mtf_cross_all_tf,buy,2026-04-26 10:54:00,382.0,-0.1,0,leg_gt,10.36,60 -34911,buy_mtf_cross_all_tf,buy,2026-04-26 10:57:00,382.0,-0.1,0,leg_gt,10.36,60 -34912,buy_mtf_cross_all_tf,buy,2026-04-26 11:00:00,382.0,-0.1,0,leg_gt,10.36,60 -34913,buy_mtf_cross_all_tf,buy,2026-04-26 11:03:00,382.0,-0.1,0,leg_gt,10.35,60 -34914,buy_mtf_cross_all_tf,buy,2026-04-26 11:06:00,382.0,-0.1,0,leg_gt,10.35,60 -34915,buy_mtf_cross_all_tf,buy,2026-04-26 21:21:00,386.0,-1.1363,0,leg_gt,9.93,60 -34916,buy_mtf_cross_all_tf,buy,2026-04-26 21:30:00,386.0,-1.1363,0,leg_gt,9.92,60 -34917,buy_mtf_cross_all_tf,buy,2026-04-26 21:33:00,386.0,-1.1363,0,leg_gt,9.92,60 -34918,buy_mtf_cross_all_tf,buy,2026-04-26 21:36:00,386.0,-1.1363,0,leg_gt,9.91,60 -34919,buy_mtf_cross_all_tf,buy,2026-04-27 14:15:00,387.0,-1.392,0,leg_gt,9.22,60 -34920,buy_mtf_cross_all_tf,buy,2026-04-27 14:48:00,382.0,-0.1,0,leg_gt,9.2,60 -34921,buy_mtf_cross_all_tf,buy,2026-04-27 15:45:00,379.0,0.6916,1,leg_gt,9.16,60 -34922,buy_mtf_cross_all_tf,buy,2026-04-27 15:48:00,379.0,0.6916,1,leg_gt,9.16,60 -34923,buy_mtf_cross_all_tf,buy,2026-04-27 15:51:00,379.0,0.6916,1,leg_gt,9.15,60 -34924,buy_mtf_cross_all_tf,buy,2026-04-27 16:12:00,378.0,0.9582,1,leg_gt,9.14,60 -34925,buy_mtf_cross_all_tf,buy,2026-04-27 16:15:00,378.0,0.9582,1,leg_gt,9.14,60 -34926,buy_mtf_cross_all_tf,buy,2026-04-27 16:39:00,377.0,1.2263,1,leg_gt,9.12,60 -34927,buy_mtf_cross_all_tf,buy,2026-04-27 16:42:00,377.0,1.2263,1,leg_gt,9.12,60 -34928,buy_mtf_cross_all_tf,buy,2026-04-27 17:00:00,376.0,1.4957,1,leg_gt,9.11,60 -34929,buy_mtf_cross_all_tf,buy,2026-04-27 17:03:00,376.0,1.4957,1,leg_gt,9.1,60 -34930,buy_mtf_cross_all_tf,buy,2026-04-27 17:33:00,375.0,1.7667,1,leg_gt,9.08,60 -34931,buy_mtf_cross_all_tf,buy,2026-04-27 17:51:00,375.0,1.7667,1,leg_gt,9.07,60 -34932,buy_mtf_cross_all_tf,buy,2026-04-28 00:30:00,374.0,2.039,1,leg_gt,8.79,60 -34933,buy_mtf_cross_all_tf,buy,2026-04-28 00:42:00,373.0,2.3129,1,leg_gt,8.79,60 -34934,buy_mtf_cross_all_tf,buy,2026-04-28 00:45:00,372.0,2.5882,1,leg_gt,8.78,60 -34935,buy_mtf_cross_all_tf,buy,2026-04-28 00:48:00,372.0,2.5882,1,leg_gt,8.78,60 -34936,buy_mtf_cross_all_tf,buy,2026-04-28 00:51:00,372.0,2.5882,1,leg_gt,8.78,60 -34937,buy_mtf_cross_all_tf,buy,2026-04-28 01:06:00,371.0,2.865,1,leg_gt,8.77,60 -34938,buy_mtf_cross_all_tf,buy,2026-04-28 01:09:00,371.0,2.865,1,leg_gt,8.77,60 -34939,buy_mtf_cross_all_tf,buy,2026-04-28 12:21:00,375.0,1.7667,1,leg_gt,8.3,60 -34940,buy_mtf_cross_all_tf,buy,2026-04-28 12:30:00,375.0,1.7667,1,leg_gt,8.29,60 -34941,buy_mtf_cross_all_tf,buy,2026-04-28 12:33:00,375.0,1.7667,1,leg_gt,8.29,60 -34942,buy_mtf_cross_all_tf,buy,2026-04-28 13:12:00,374.0,2.039,1,leg_gt,8.26,60 -34943,buy_mtf_cross_all_tf,buy,2026-04-28 13:21:00,374.0,2.039,1,leg_gt,8.26,60 -34944,buy_mtf_cross_all_tf,buy,2026-04-28 15:51:00,372.0,2.5882,1,leg_gt,8.15,60 -34945,buy_mtf_cross_all_tf,buy,2026-04-28 16:15:00,372.0,2.5882,1,leg_gt,8.14,60 -34946,buy_mtf_cross_all_tf,buy,2026-04-28 16:30:00,371.0,2.865,1,leg_gt,8.13,60 -34947,buy_mtf_cross_all_tf,buy,2026-04-28 19:00:00,371.0,2.865,1,leg_gt,8.02,60 -34948,buy_mtf_cross_all_tf,buy,2026-04-28 19:06:00,371.0,2.865,1,leg_gt,8.02,60 -34949,buy_mtf_cross_all_tf,buy,2026-04-29 22:42:00,373.0,2.3129,1,leg_gt,6.87,60 -34950,buy_mtf_cross_all_tf,buy,2026-04-29 22:45:00,372.0,2.5882,1,leg_gt,6.87,60 -34951,buy_mtf_cross_all_tf,buy,2026-04-29 22:48:00,372.0,2.5882,1,leg_gt,6.86,60 -34952,buy_mtf_cross_all_tf,buy,2026-04-29 23:06:00,371.0,2.865,1,leg_gt,6.85,60 -34953,buy_mtf_cross_all_tf,buy,2026-04-30 00:42:00,368.0,3.7043,1,leg_gt,6.79,60 -34954,buy_mtf_cross_all_tf,buy,2026-04-30 00:45:00,368.0,3.7043,1,leg_gt,6.78,60 -34955,buy_mtf_cross_all_tf,buy,2026-04-30 00:48:00,368.0,3.7043,1,leg_gt,6.78,60 -34956,buy_mtf_cross_all_tf,buy,2026-04-30 00:51:00,368.0,3.7043,1,leg_gt,6.78,60 -34957,buy_mtf_cross_all_tf,buy,2026-04-30 00:54:00,367.0,3.9872,1,leg_gt,6.78,60 -34958,buy_mtf_cross_all_tf,buy,2026-04-30 00:57:00,367.0,3.9872,1,leg_gt,6.78,60 -34959,buy_mtf_cross_all_tf,buy,2026-04-30 01:45:00,367.0,3.9872,1,leg_gt,6.74,60 -34960,buy_mtf_cross_all_tf,buy,2026-04-30 02:00:00,367.0,3.9872,1,leg_gt,6.73,60 -34961,buy_mtf_cross_all_tf,buy,2026-04-30 03:27:00,362.0,5.4249,1,leg_gt,6.67,60 -34962,buy_mtf_cross_all_tf,buy,2026-04-30 03:30:00,360.0,6.0111,1,leg_gt,6.67,60 -34963,buy_mtf_cross_all_tf,buy,2026-04-30 03:33:00,360.0,6.0111,1,leg_gt,6.67,60 -34964,buy_mtf_cross_all_tf,buy,2026-04-30 13:57:00,368.0,3.7043,1,leg_gt,6.23,60 -34965,buy_mtf_cross_all_tf,buy,2026-04-30 15:30:00,366.0,4.2716,1,leg_gt,6.17,60 -34966,buy_mtf_cross_all_tf,buy,2026-04-30 15:33:00,366.0,4.2716,1,leg_gt,6.17,60 -34967,buy_mtf_cross_all_tf,buy,2026-04-30 16:06:00,365.0,4.5575,1,leg_gt,6.14,60 -34968,buy_mtf_cross_all_tf,buy,2026-04-30 16:09:00,365.0,4.5575,1,leg_gt,6.14,60 -34969,buy_mtf_cross_all_tf,buy,2026-04-30 16:12:00,365.0,4.5575,1,leg_gt,6.14,60 -34970,buy_mtf_cross_all_tf,buy,2026-04-30 16:15:00,365.0,4.5575,1,leg_gt,6.14,60 -34971,buy_mtf_cross_all_tf,buy,2026-04-30 18:21:00,365.0,4.5575,1,leg_gt,6.05,60 -34972,buy_mtf_cross_all_tf,buy,2026-04-30 19:30:00,361.0,5.7172,1,leg_gt,6.0,60 -34973,buy_mtf_cross_all_tf,buy,2026-04-30 23:00:00,360.0,6.0111,1,leg_gt,5.86,60 -34974,buy_mtf_cross_all_tf,buy,2026-04-30 23:03:00,360.0,6.0111,1,leg_gt,5.85,60 -34975,buy_mtf_cross_all_tf,buy,2026-05-01 08:30:00,361.0,5.7172,1,leg_gt,5.46,60 -34976,buy_mtf_cross_all_tf,buy,2026-05-01 13:51:00,361.0,5.7172,1,leg_gt,5.24,60 -34977,buy_mtf_cross_all_tf,buy,2026-05-01 14:00:00,361.0,5.7172,1,leg_gt,5.23,60 -34978,buy_mtf_cross_all_tf,buy,2026-05-01 14:03:00,360.0,6.0111,1,leg_gt,5.23,60 -34979,buy_mtf_cross_all_tf,buy,2026-05-01 14:45:00,359.0,6.3067,1,leg_gt,5.2,60 -34980,buy_mtf_cross_all_tf,buy,2026-05-01 14:57:00,359.0,6.3067,1,leg_gt,5.19,60 -34981,buy_mtf_cross_all_tf,buy,2026-05-01 15:15:00,358.0,6.6039,1,leg_gt,5.18,60 -34982,buy_mtf_cross_all_tf,buy,2026-05-01 15:45:00,357.0,6.9028,1,leg_gt,5.16,60 -34983,buy_mtf_cross_all_tf,buy,2026-05-01 15:48:00,357.0,6.9028,1,leg_gt,5.16,60 -34984,buy_mtf_cross_all_tf,buy,2026-05-01 15:57:00,356.0,7.2034,1,leg_gt,5.15,60 -34985,buy_mtf_cross_all_tf,buy,2026-05-01 16:00:00,356.0,7.2034,1,leg_gt,5.15,60 -34986,buy_mtf_cross_all_tf,buy,2026-05-01 16:06:00,356.0,7.2034,1,leg_gt,5.14,60 -34987,buy_mtf_cross_all_tf,buy,2026-05-01 16:09:00,356.0,7.2034,1,leg_gt,5.14,60 -34988,buy_mtf_cross_all_tf,buy,2026-05-01 16:15:00,356.0,7.2034,1,leg_gt,5.14,60 -34989,buy_mtf_cross_all_tf,buy,2026-05-01 19:39:00,353.0,8.1153,1,leg_gt,5.0,60 -34990,buy_mtf_cross_all_tf,buy,2026-05-01 19:42:00,353.0,8.1153,1,leg_gt,4.99,60 -34991,buy_mtf_cross_all_tf,buy,2026-05-02 01:30:00,352.0,8.4227,1,leg_gt,4.75,60 -34992,buy_mtf_cross_all_tf,buy,2026-05-02 01:33:00,351.0,8.7319,1,leg_gt,4.75,60 -34993,buy_mtf_cross_all_tf,buy,2026-05-02 06:15:00,350.0,9.0429,1,leg_gt,4.55,60 -34994,buy_mtf_cross_all_tf,buy,2026-05-02 06:21:00,350.0,9.0429,1,leg_gt,4.55,60 -34995,buy_mtf_cross_all_tf,buy,2026-05-02 06:24:00,350.0,9.0429,1,leg_gt,4.55,60 -34996,buy_mtf_cross_all_tf,buy,2026-05-02 08:00:00,349.0,9.3556,1,leg_gt,4.48,60 -34997,buy_mtf_cross_all_tf,buy,2026-05-02 08:03:00,349.0,9.3556,1,leg_gt,4.48,60 -34998,buy_mtf_cross_all_tf,buy,2026-05-02 08:09:00,349.0,9.3556,1,leg_gt,4.47,60 -34999,buy_mtf_cross_all_tf,buy,2026-05-02 08:36:00,348.0,9.6701,1,leg_gt,4.46,60 -35000,buy_mtf_cross_all_tf,buy,2026-05-02 08:39:00,348.0,9.6701,1,leg_gt,4.45,60 -35001,buy_mtf_cross_all_tf,buy,2026-05-02 09:21:00,347.0,9.9865,1,leg_gt,4.42,60 -35002,buy_mtf_cross_all_tf,buy,2026-05-02 12:45:00,346.0,10.3046,1,leg_gt,4.28,60 -35003,buy_mtf_cross_all_tf,buy,2026-05-04 08:21:00,353.0,8.1153,1,leg_gt,2.47,60 -35004,buy_mtf_cross_all_tf,buy,2026-05-04 08:24:00,353.0,8.1153,1,leg_gt,2.46,60 -35005,buy_mtf_cross_all_tf,buy,2026-05-04 08:27:00,353.0,8.1153,1,leg_gt,2.46,60 -35006,buy_mtf_cross_all_tf,buy,2026-05-04 08:36:00,352.0,8.4227,1,leg_gt,2.46,60 -35007,buy_mtf_cross_all_tf,buy,2026-05-04 08:39:00,352.0,8.4227,1,leg_gt,2.45,60 -35008,buy_mtf_cross_all_tf,buy,2026-05-04 08:45:00,352.0,8.4227,1,leg_gt,2.45,60 -35009,buy_mtf_cross_all_tf,buy,2026-05-04 08:48:00,352.0,8.4227,1,leg_gt,2.45,60 -35010,buy_mtf_cross_all_tf,buy,2026-05-04 08:54:00,351.0,8.7319,1,leg_gt,2.44,60 -35011,buy_mtf_cross_all_tf,buy,2026-05-04 09:00:00,351.0,8.7319,1,leg_gt,2.44,60 -35012,buy_mtf_cross_all_tf,buy,2026-05-04 09:15:00,349.0,9.3556,1,leg_gt,2.43,60 -35013,buy_mtf_cross_all_tf,buy,2026-05-04 09:21:00,348.0,9.6701,1,leg_gt,2.42,60 -35014,buy_mtf_cross_all_tf,buy,2026-05-04 09:24:00,348.0,9.6701,1,leg_gt,2.42,60 -35015,buy_mtf_cross_all_tf,buy,2026-05-04 09:36:00,348.0,9.6701,1,leg_gt,2.41,60 -35016,buy_mtf_cross_all_tf,buy,2026-05-04 16:30:00,355.0,7.5056,1,leg_gt,2.13,60 -35017,buy_mtf_cross_all_tf,buy,2026-05-04 16:36:00,355.0,7.5056,1,leg_gt,2.12,60 -35018,buy_mtf_cross_all_tf,buy,2026-05-04 16:39:00,355.0,7.5056,1,leg_gt,2.12,60 -35019,buy_mtf_cross_all_tf,buy,2026-05-04 17:09:00,354.0,7.8096,1,leg_gt,2.1,60 -35020,buy_mtf_cross_all_tf,buy,2026-05-04 22:30:00,349.0,9.3556,1,leg_gt,1.88,60 -35021,buy_mtf_cross_all_tf,buy,2026-05-12 10:45:00,408.0,3.5765,1,leg_gt,1.33,60 -35022,buy_mtf_cross_all_tf,buy,2026-05-12 10:48:00,407.0,3.8312,1,leg_gt,1.33,60 -35023,buy_mtf_cross_all_tf,buy,2026-05-12 10:51:00,408.0,3.5765,1,leg_gt,1.33,60 -35024,buy_mtf_cross_all_tf,buy,2026-05-12 10:54:00,407.0,3.8312,1,leg_gt,1.33,60 -35025,buy_mtf_cross_all_tf,buy,2026-05-12 10:57:00,407.0,3.8312,1,leg_gt,1.32,60 -35026,buy_mtf_cross_all_tf,buy,2026-05-12 11:00:00,406.0,4.0872,1,leg_gt,1.32,60 -35027,buy_mtf_cross_all_tf,buy,2026-05-12 16:15:00,407.0,3.8312,1,leg_gt,1.1,60 -35028,buy_mtf_cross_all_tf,buy,2026-05-12 17:09:00,407.0,3.8312,1,leg_gt,1.07,60 -35029,buy_mtf_cross_all_tf,buy,2026-05-12 17:30:00,405.0,4.3444,1,leg_gt,1.05,60 -35030,buy_mtf_cross_all_tf,buy,2026-05-12 17:33:00,404.0,4.603,1,leg_gt,1.05,60 -35031,buy_mtf_cross_all_tf,buy,2026-05-12 18:12:00,404.0,4.603,1,leg_gt,1.02,60 -35032,buy_mtf_cross_all_tf,buy,2026-05-12 18:30:00,403.0,4.8628,1,leg_gt,1.01,60 -35033,buy_mtf_cross_all_tf,buy,2026-05-12 19:30:00,403.0,4.8628,1,leg_gt,0.97,60 -35034,buy_mtf_cross_all_tf,buy,2026-05-12 19:42:00,400.0,5.65,1,leg_gt,0.96,60 -35035,buy_mtf_cross_all_tf,buy,2026-05-12 20:27:00,399.0,5.915,1,leg_gt,0.93,60 -35036,buy_mtf_cross_all_tf,buy,2026-05-12 23:45:00,394.0,7.2604,1,leg_gt,0.79,60 -35037,buy_mtf_cross_all_tf,buy,2026-05-12 23:57:00,392.0,7.8082,1,leg_gt,0.78,60 -35038,buy_mtf_cross_all_tf,buy,2026-05-13 00:00:00,392.0,7.8082,1,leg_gt,0.78,60 -35039,buy_mtf_cross_all_tf,buy,2026-05-13 00:24:00,390.0,8.3615,1,leg_gt,0.76,60 -35040,buy_mtf_cross_all_tf,buy,2026-05-13 00:27:00,391.0,8.0841,1,leg_gt,0.76,60 -35041,buy_mtf_cross_all_tf,buy,2026-05-13 01:00:00,390.0,8.3615,1,leg_gt,0.74,60 -35042,buy_mtf_cross_all_tf,buy,2026-05-13 21:00:00,408.0,-9.4137,0,leg_gt,5.77,60 -35043,buy_mtf_cross_all_tf,buy,2026-05-13 21:03:00,408.0,-9.4137,0,leg_gt,5.77,60 -35044,buy_mtf_cross_all_tf,buy,2026-05-13 21:21:00,407.0,-9.1909,0,leg_gt,5.75,60 -35045,buy_mtf_cross_all_tf,buy,2026-05-13 21:51:00,400.0,-7.6,0,leg_gt,5.73,60 -35046,buy_mtf_cross_all_tf,buy,2026-05-13 21:54:00,399.0,-7.3682,0,leg_gt,5.73,60 -35047,buy_mtf_cross_all_tf,buy,2026-05-13 21:57:00,399.0,-7.3682,0,leg_gt,5.73,60 -35048,buy_mtf_cross_all_tf,buy,2026-05-13 22:30:00,398.0,-7.1352,0,leg_gt,5.71,60 -35049,buy_mtf_cross_all_tf,buy,2026-05-13 22:33:00,398.0,-7.1352,0,leg_gt,5.7,60 -35050,buy_mtf_cross_all_tf,buy,2026-05-13 22:42:00,397.0,-6.901,0,leg_gt,5.7,60 -35051,buy_mtf_cross_all_tf,buy,2026-05-13 22:54:00,395.0,-6.4291,0,leg_gt,5.69,60 -35052,buy_mtf_cross_all_tf,buy,2026-05-13 22:57:00,393.0,-5.9524,0,leg_gt,5.69,60 -35053,buy_mtf_cross_all_tf,buy,2026-05-13 23:00:00,394.0,-6.1914,0,leg_gt,5.69,60 -35054,buy_mtf_cross_all_tf,buy,2026-05-13 23:03:00,393.0,-5.9524,0,leg_gt,5.68,60 -35055,buy_mtf_cross_all_tf,buy,2026-05-14 00:42:00,384.0,-3.7458,0,leg_gt,5.61,60 -35056,buy_mtf_cross_all_tf,buy,2026-05-14 00:45:00,384.0,-3.7458,0,leg_gt,5.61,60 -35057,buy_mtf_cross_all_tf,buy,2026-05-14 00:51:00,383.0,-3.4943,0,leg_gt,5.61,60 -35058,buy_mtf_cross_all_tf,buy,2026-05-14 00:54:00,383.0,-3.4943,0,leg_gt,5.61,60 -35059,buy_mtf_cross_all_tf,buy,2026-05-14 00:57:00,382.0,-3.2414,0,leg_gt,5.6,60 -35060,buy_mtf_cross_all_tf,buy,2026-05-14 06:33:00,383.0,-3.4943,0,leg_gt,5.37,60 -35061,buy_mtf_cross_all_tf,buy,2026-05-14 06:42:00,383.0,-3.4943,0,leg_gt,5.36,60 -35062,buy_mtf_cross_all_tf,buy,2026-05-14 07:09:00,382.0,-3.2414,0,leg_gt,5.35,60 -35063,buy_mtf_cross_all_tf,buy,2026-05-14 12:00:00,385.0,-3.9961,0,leg_gt,5.14,60 -35064,buy_mtf_cross_all_tf,buy,2026-05-14 12:06:00,385.0,-3.9961,0,leg_gt,5.14,60 -35065,buy_mtf_cross_all_tf,buy,2026-05-14 12:24:00,380.0,-2.7316,0,leg_gt,5.13,60 -35066,buy_mtf_cross_all_tf,buy,2026-05-14 12:39:00,380.0,-2.7316,0,leg_gt,5.12,60 -35067,buy_mtf_cross_all_tf,buy,2026-05-14 12:45:00,380.0,-2.7316,0,leg_gt,5.11,60 -35068,buy_mtf_cross_all_tf,buy,2026-05-14 12:48:00,379.0,-2.4747,0,leg_gt,5.11,60 -35069,buy_mtf_cross_all_tf,buy,2026-05-14 12:57:00,379.0,-2.4747,0,leg_gt,5.1,60 -35070,buy_mtf_cross_all_tf,buy,2026-05-14 18:42:00,380.0,-2.7316,0,leg_gt,4.86,60 -35071,buy_mtf_cross_all_tf,buy,2026-05-15 08:21:00,389.0,-4.9843,0,leg_gt,4.3,60 -35072,buy_mtf_cross_all_tf,buy,2026-05-15 08:24:00,388.0,-4.7392,0,leg_gt,4.29,60 -35073,buy_mtf_cross_all_tf,buy,2026-05-15 08:27:00,389.0,-4.9843,0,leg_gt,4.29,60 -35074,buy_mtf_cross_all_tf,buy,2026-05-15 08:42:00,388.0,-4.7392,0,leg_gt,4.28,60 -35075,buy_mtf_cross_all_tf,buy,2026-05-15 08:45:00,388.0,-4.7392,0,leg_gt,4.28,60 -35076,buy_mtf_cross_all_tf,buy,2026-05-15 08:48:00,388.0,-4.7392,0,leg_gt,4.28,60 -35077,buy_mtf_cross_all_tf,buy,2026-05-15 08:51:00,387.0,-4.4928,0,leg_gt,4.28,60 -35078,buy_mtf_cross_all_tf,buy,2026-05-15 08:57:00,387.0,-4.4928,0,leg_gt,4.27,60 -35079,buy_mtf_cross_all_tf,buy,2026-05-15 09:03:00,387.0,-4.4928,0,leg_gt,4.27,60 -35080,buy_mtf_cross_all_tf,buy,2026-05-15 11:24:00,385.0,-3.9961,0,leg_gt,4.17,60 -35081,buy_mtf_cross_all_tf,buy,2026-05-15 11:27:00,384.0,-3.7458,0,leg_gt,4.17,60 -35082,buy_mtf_cross_all_tf,buy,2026-05-15 11:36:00,384.0,-3.7458,0,leg_gt,4.16,60 -35083,buy_mtf_cross_all_tf,buy,2026-05-15 13:21:00,385.0,-3.9961,0,leg_gt,4.09,60 -35084,buy_mtf_cross_all_tf,buy,2026-05-15 13:27:00,384.0,-3.7458,0,leg_gt,4.08,60 -35085,buy_mtf_cross_all_tf,buy,2026-05-15 13:36:00,384.0,-3.7458,0,leg_gt,4.08,60 -35086,buy_mtf_cross_all_tf,buy,2026-05-15 13:39:00,384.0,-3.7458,0,leg_gt,4.08,60 -35087,buy_mtf_cross_all_tf,buy,2026-05-15 13:45:00,383.0,-3.4943,0,leg_gt,4.07,60 -35088,buy_mtf_cross_all_tf,buy,2026-05-15 13:48:00,383.0,-3.4943,0,leg_gt,4.07,60 -35089,buy_mtf_cross_all_tf,buy,2026-05-15 13:51:00,383.0,-3.4943,0,leg_gt,4.07,60 -35090,buy_mtf_cross_all_tf,buy,2026-05-15 13:54:00,382.0,-3.2414,0,leg_gt,4.06,60 -35091,buy_mtf_cross_all_tf,buy,2026-05-15 13:57:00,382.0,-3.2414,0,leg_gt,4.06,60 -35092,buy_mtf_cross_all_tf,buy,2026-05-15 14:09:00,381.0,-2.9871,0,leg_gt,4.05,60 -35093,buy_mtf_cross_all_tf,buy,2026-05-15 14:12:00,381.0,-2.9871,0,leg_gt,4.05,60 -35094,buy_mtf_cross_all_tf,buy,2026-05-15 14:21:00,381.0,-2.9871,0,leg_gt,4.05,60 -35095,buy_mtf_cross_all_tf,buy,2026-05-15 14:24:00,381.0,-2.9871,0,leg_gt,4.04,60 -35096,buy_mtf_cross_all_tf,buy,2026-05-15 14:27:00,380.0,-2.7316,0,leg_gt,4.04,60 -35097,buy_mtf_cross_all_tf,buy,2026-05-15 14:30:00,380.0,-2.7316,0,leg_gt,4.04,60 -35098,buy_mtf_cross_all_tf,buy,2026-05-15 14:57:00,373.0,-0.9043,0,leg_gt,4.02,60 -35099,buy_mtf_cross_all_tf,buy,2026-05-15 15:00:00,373.0,-0.9043,0,leg_gt,4.02,60 -35100,buy_mtf_cross_all_tf,buy,2026-05-15 15:03:00,373.0,-0.9043,0,leg_gt,4.02,60 -35101,buy_mtf_cross_all_tf,buy,2026-05-15 22:00:00,373.0,-0.9043,0,leg_gt,3.73,60 -35102,buy_mtf_cross_all_tf,buy,2026-05-15 22:15:00,372.0,-0.6376,0,leg_gt,3.72,60 -35103,buy_mtf_cross_all_tf,buy,2026-05-15 22:18:00,372.0,-0.6376,0,leg_gt,3.71,60 -35104,buy_mtf_cross_all_tf,buy,2026-05-15 22:54:00,364.0,1.5484,1,leg_gt,3.69,60 -35105,buy_mtf_cross_all_tf,buy,2026-05-16 13:51:00,364.0,1.5484,1,leg_gt,3.07,60 -35106,buy_mtf_cross_all_tf,buy,2026-05-16 13:54:00,364.0,1.5484,1,leg_gt,3.06,60 -35107,buy_mtf_cross_all_tf,buy,2026-05-16 15:42:00,361.0,2.3931,1,leg_gt,2.99,60 -35108,buy_mtf_cross_all_tf,buy,2026-05-16 15:45:00,361.0,2.3931,1,leg_gt,2.99,60 -35109,buy_mtf_cross_all_tf,buy,2026-05-16 15:48:00,360.0,2.6778,1,leg_gt,2.99,60 -35110,buy_mtf_cross_all_tf,buy,2026-05-16 16:00:00,360.0,2.6778,1,leg_gt,2.98,60 -35111,buy_mtf_cross_all_tf,buy,2026-05-16 16:03:00,360.0,2.6778,1,leg_gt,2.98,60 -35112,buy_mtf_cross_all_tf,buy,2026-05-16 16:06:00,360.0,2.6778,1,leg_gt,2.97,60 -35113,buy_mtf_cross_all_tf,buy,2026-05-16 16:09:00,360.0,2.6778,1,leg_gt,2.97,60 -35114,buy_mtf_cross_all_tf,buy,2026-05-16 16:21:00,357.0,3.5415,1,leg_gt,2.96,60 -35115,buy_mtf_cross_all_tf,buy,2026-05-16 16:30:00,357.0,3.5415,1,leg_gt,2.96,60 -35116,buy_mtf_cross_all_tf,buy,2026-05-16 19:03:00,353.0,4.7159,1,leg_gt,2.85,60 -35117,buy_mtf_cross_all_tf,buy,2026-05-16 19:06:00,353.0,4.7159,1,leg_gt,2.85,60 -35118,buy_mtf_cross_all_tf,buy,2026-05-16 19:12:00,352.0,5.0136,1,leg_gt,2.84,60 -35119,buy_mtf_cross_all_tf,buy,2026-05-16 19:15:00,352.0,5.0136,1,leg_gt,2.84,60 -35120,buy_mtf_cross_all_tf,buy,2026-05-16 19:18:00,352.0,5.0136,1,leg_gt,2.84,60 -35121,buy_mtf_cross_all_tf,buy,2026-05-16 19:24:00,352.0,5.0136,1,leg_gt,2.84,60 -35122,buy_mtf_cross_all_tf,buy,2026-05-16 19:27:00,352.0,5.0136,1,leg_gt,2.83,60 -35123,buy_mtf_cross_all_tf,buy,2026-05-17 09:00:00,358.0,3.252,1,leg_gt,2.27,60 -35124,buy_mtf_cross_all_tf,buy,2026-05-17 10:06:00,357.0,3.5415,1,leg_gt,2.22,60 -35125,buy_mtf_cross_all_tf,buy,2026-05-17 10:30:00,356.0,3.8326,1,leg_gt,2.21,60 -35126,buy_mtf_cross_all_tf,buy,2026-05-17 10:33:00,356.0,3.8326,1,leg_gt,2.2,60 -35127,buy_mtf_cross_all_tf,buy,2026-05-17 10:45:00,356.0,3.8326,1,leg_gt,2.2,60 -35128,buy_mtf_cross_all_tf,buy,2026-05-17 11:00:00,355.0,4.1254,1,leg_gt,2.19,60 -35129,buy_mtf_cross_all_tf,buy,2026-05-17 11:03:00,355.0,4.1254,1,leg_gt,2.18,60 -35130,buy_mtf_cross_all_tf,buy,2026-05-17 20:30:00,362.0,2.1099,1,leg_gt,1.79,60 -35131,buy_mtf_cross_all_tf,buy,2026-05-17 23:15:00,361.0,2.3931,1,leg_gt,1.68,60 -35132,buy_mtf_cross_all_tf,buy,2026-05-17 23:30:00,360.0,2.6778,1,leg_gt,1.66,60 -35133,buy_mtf_cross_all_tf,buy,2026-05-17 23:36:00,360.0,2.6778,1,leg_gt,1.66,60 -35134,buy_mtf_cross_all_tf,buy,2026-05-17 23:39:00,360.0,2.6778,1,leg_gt,1.66,60 -35135,buy_mtf_cross_all_tf,buy,2026-05-17 23:42:00,360.0,2.6778,1,leg_gt,1.66,60 -35136,buy_mtf_cross_all_tf,buy,2026-05-18 02:15:00,358.0,3.252,1,leg_gt,1.55,60 -35137,buy_mtf_cross_all_tf,buy,2026-05-18 02:18:00,358.0,3.252,1,leg_gt,1.55,60 -35138,buy_mtf_cross_all_tf,buy,2026-05-18 02:27:00,358.0,3.252,1,leg_gt,1.54,60 -35139,buy_mtf_cross_all_tf,buy,2026-05-18 03:24:00,357.0,3.5415,1,leg_gt,1.5,60 -35140,buy_mtf_cross_all_tf,buy,2026-05-18 03:51:00,357.0,3.5415,1,leg_gt,1.48,60 -35141,buy_mtf_cross_all_tf,buy,2026-05-18 07:30:00,358.0,3.252,1,leg_gt,1.33,60 -35142,buy_mtf_cross_all_tf,buy,2026-05-18 07:33:00,358.0,3.252,1,leg_gt,1.33,60 -35143,buy_mtf_cross_all_tf,buy,2026-05-18 07:51:00,357.0,3.5415,1,leg_gt,1.32,60 -35144,buy_mtf_cross_all_tf,buy,2026-05-18 07:54:00,357.0,3.5415,1,leg_gt,1.31,60 -35145,buy_mtf_cross_all_tf,buy,2026-05-18 07:57:00,357.0,3.5415,1,leg_gt,1.31,60 -35146,buy_mtf_cross_all_tf,buy,2026-05-18 08:09:00,356.0,3.8326,1,leg_gt,1.3,60 -35147,buy_mtf_cross_all_tf,buy,2026-05-18 08:12:00,356.0,3.8326,1,leg_gt,1.3,60 -35148,buy_mtf_cross_all_tf,buy,2026-05-18 08:15:00,356.0,3.8326,1,leg_gt,1.3,60 -35149,buy_mtf_cross_all_tf,buy,2026-05-18 08:21:00,356.0,3.8326,1,leg_gt,1.3,60 -35150,buy_mtf_cross_all_tf,buy,2026-05-18 08:30:00,354.0,4.4198,1,leg_gt,1.29,60 -35151,buy_mtf_cross_all_tf,buy,2026-05-18 08:33:00,355.0,4.1254,1,leg_gt,1.29,60 -35152,buy_mtf_cross_all_tf,buy,2026-05-18 08:36:00,354.0,4.4198,1,leg_gt,1.29,60 -35153,buy_mtf_cross_all_tf,buy,2026-05-18 08:39:00,354.0,4.4198,1,leg_gt,1.28,60 -35154,buy_mtf_cross_all_tf,buy,2026-05-18 10:30:00,348.0,6.2218,1,leg_gt,1.21,60 -35155,buy_mtf_cross_all_tf,buy,2026-05-18 10:39:00,348.0,6.2218,1,leg_gt,1.2,60 -35156,buy_mtf_cross_all_tf,buy,2026-05-18 15:00:00,350.0,5.6143,1,leg_gt,1.02,60 -35157,buy_mtf_cross_all_tf,buy,2026-05-18 15:18:00,349.0,5.9172,1,leg_gt,1.01,60 -35158,buy_mtf_cross_all_tf,buy,2026-05-18 15:27:00,348.0,6.2218,1,leg_gt,1.0,60 -35159,buy_mtf_cross_all_tf,buy,2026-05-18 15:30:00,348.0,6.2218,1,leg_gt,1.0,60 -35160,buy_mtf_cross_all_tf,buy,2026-05-18 16:48:00,346.0,6.8364,1,leg_gt,0.94,60 -35161,buy_mtf_cross_all_tf,buy,2026-05-18 16:51:00,346.0,6.8364,1,leg_gt,0.94,60 -35162,buy_mtf_cross_all_tf,buy,2026-05-18 18:15:00,346.0,6.8364,1,leg_gt,0.88,60 -35163,buy_mtf_cross_all_tf,buy,2026-05-18 18:18:00,346.0,6.8364,1,leg_gt,0.88,60 -35164,buy_mtf_cross_all_tf,buy,2026-05-18 19:00:00,345.0,7.1464,1,leg_gt,0.85,60 -35165,buy_mtf_cross_all_tf,buy,2026-05-18 19:12:00,344.0,7.4581,1,leg_gt,0.84,60 -35166,buy_mtf_cross_all_tf,buy,2026-05-18 19:15:00,344.0,7.4581,1,leg_gt,0.84,60 -35167,buy_mtf_cross_all_tf,buy,2026-05-18 19:21:00,343.0,7.7717,1,leg_gt,0.84,60 -35168,buy_mtf_cross_all_tf,buy,2026-05-18 19:36:00,343.0,7.7717,1,leg_gt,0.83,60 -35169,buy_mtf_cross_all_tf,buy,2026-05-28 01:42:00,523.0,-11.9547,0,leg_gt,1.61,60 -35170,buy_mtf_cross_all_tf,buy,2026-05-28 01:45:00,523.0,-11.9547,0,leg_gt,1.61,60 -35171,buy_mtf_cross_all_tf,buy,2026-05-28 02:03:00,521.0,-11.6163,0,leg_gt,1.6,60 -35172,buy_mtf_cross_all_tf,buy,2026-05-28 02:06:00,520.0,-11.4462,0,leg_gt,1.6,60 -35173,buy_mtf_cross_all_tf,buy,2026-05-28 02:09:00,518.0,-11.1039,0,leg_gt,1.6,60 -35174,buy_mtf_cross_all_tf,buy,2026-05-28 02:12:00,521.0,-11.6163,0,leg_gt,1.59,60 -35175,buy_mtf_cross_all_tf,buy,2026-05-28 02:15:00,519.0,-11.2753,0,leg_gt,1.59,60 -35176,buy_mtf_cross_all_tf,buy,2026-05-28 02:24:00,516.0,-10.7589,0,leg_gt,1.59,60 -35177,buy_mtf_cross_all_tf,buy,2026-05-28 02:36:00,510.0,-9.7078,0,leg_gt,1.58,60 -35178,buy_mtf_cross_all_tf,buy,2026-05-28 02:39:00,509.0,-9.5303,0,leg_gt,1.58,60 -35179,buy_mtf_cross_all_tf,buy,2026-05-28 02:42:00,509.0,-9.5303,0,leg_gt,1.57,60 -35180,buy_mtf_cross_all_tf,buy,2026-05-28 02:45:00,508.0,-9.352,0,leg_gt,1.57,60 -35181,buy_mtf_cross_all_tf,buy,2026-05-28 02:48:00,508.0,-9.352,0,leg_gt,1.57,60 -35182,buy_mtf_cross_all_tf,buy,2026-05-28 02:54:00,507.0,-9.173,0,leg_gt,1.56,60 -35183,buy_mtf_cross_all_tf,buy,2026-05-28 02:57:00,507.0,-9.173,0,leg_gt,1.56,60 -35184,buy_mtf_cross_all_tf,buy,2026-05-28 06:57:00,504.0,-8.6317,0,leg_gt,1.4,60 -35185,buy_mtf_cross_all_tf,buy,2026-05-28 07:36:00,504.0,-8.6317,0,leg_gt,1.37,60 -35186,buy_mtf_cross_all_tf,buy,2026-05-28 07:39:00,503.0,-8.4499,0,leg_gt,1.37,60 -35187,buy_mtf_cross_all_tf,buy,2026-05-28 07:45:00,503.0,-8.4499,0,leg_gt,1.36,60 -35188,buy_mtf_cross_all_tf,buy,2026-05-28 07:48:00,502.0,-8.2673,0,leg_gt,1.36,60 -35189,buy_mtf_cross_all_tf,buy,2026-05-28 07:51:00,503.0,-8.4499,0,leg_gt,1.36,60 -35190,buy_mtf_cross_all_tf,buy,2026-05-28 07:54:00,502.0,-8.2673,0,leg_gt,1.36,60 -35191,buy_mtf_cross_all_tf,buy,2026-05-28 07:57:00,501.0,-8.084,0,leg_gt,1.35,60 -35192,buy_mtf_cross_all_tf,buy,2026-05-28 08:00:00,500.0,-7.9,0,leg_gt,1.35,60 -35193,buy_mtf_cross_all_tf,buy,2026-05-28 08:06:00,500.0,-7.9,0,leg_gt,1.35,60 -35194,buy_mtf_cross_all_tf,buy,2026-05-28 08:09:00,501.0,-8.084,0,leg_gt,1.35,60 -35195,buy_mtf_cross_all_tf,buy,2026-05-28 08:18:00,499.0,-7.7152,0,leg_gt,1.34,60 -35196,buy_mtf_cross_all_tf,buy,2026-05-28 08:21:00,499.0,-7.7152,0,leg_gt,1.34,60 -35197,buy_mtf_cross_all_tf,buy,2026-05-28 08:24:00,498.0,-7.5297,0,leg_gt,1.34,60 -35198,buy_mtf_cross_all_tf,buy,2026-05-28 08:30:00,497.0,-7.3435,0,leg_gt,1.33,60 -35199,buy_mtf_cross_all_tf,buy,2026-05-28 08:33:00,498.0,-7.5297,0,leg_gt,1.33,60 -35200,buy_mtf_cross_all_tf,buy,2026-05-28 08:36:00,497.0,-7.3435,0,leg_gt,1.33,60 -35201,buy_mtf_cross_all_tf,buy,2026-05-28 08:39:00,498.0,-7.5297,0,leg_gt,1.32,60 -35202,buy_mtf_cross_all_tf,buy,2026-05-28 09:36:00,496.0,-7.1565,0,leg_gt,1.29,60 -35203,buy_mtf_cross_all_tf,buy,2026-05-28 09:45:00,495.0,-6.9687,0,leg_gt,1.28,60 -35204,buy_mtf_cross_all_tf,buy,2026-05-28 09:48:00,494.0,-6.7802,0,leg_gt,1.28,60 -35205,buy_mtf_cross_all_tf,buy,2026-05-28 09:57:00,491.0,-6.21,0,leg_gt,1.27,60 -35206,buy_mtf_cross_all_tf,buy,2026-05-28 10:00:00,492.0,-6.4008,0,leg_gt,1.27,60 -35207,buy_mtf_cross_all_tf,buy,2026-05-28 10:03:00,491.0,-6.21,0,leg_gt,1.27,60 -35208,buy_mtf_cross_all_tf,buy,2026-05-28 10:06:00,489.0,-5.826,0,leg_gt,1.26,60 -35209,buy_mtf_cross_all_tf,buy,2026-05-28 10:09:00,490.0,-6.0184,0,leg_gt,1.26,60 -35210,buy_mtf_cross_all_tf,buy,2026-05-28 10:12:00,488.0,-5.6328,0,leg_gt,1.26,60 -35211,buy_mtf_cross_all_tf,buy,2026-05-28 10:15:00,489.0,-5.826,0,leg_gt,1.26,60 -35212,buy_mtf_cross_all_tf,buy,2026-05-28 10:18:00,487.0,-5.4388,0,leg_gt,1.26,60 -35213,buy_mtf_cross_all_tf,buy,2026-05-28 10:21:00,488.0,-5.6328,0,leg_gt,1.25,60 -35214,buy_mtf_cross_all_tf,buy,2026-05-28 11:15:00,488.0,-5.6328,0,leg_gt,1.22,60 -35215,buy_mtf_cross_all_tf,buy,2026-05-28 11:30:00,488.0,-5.6328,0,leg_gt,1.21,60 -35216,buy_mtf_cross_all_tf,buy,2026-05-28 11:33:00,486.0,-5.244,0,leg_gt,1.2,60 -35217,buy_mtf_cross_all_tf,buy,2026-05-28 13:24:00,473.0,-2.637,0,leg_gt,1.13,60 -35218,buy_mtf_cross_all_tf,buy,2026-05-28 13:27:00,473.0,-2.637,0,leg_gt,1.12,60 -35219,buy_mtf_cross_all_tf,buy,2026-05-28 14:30:00,455.0,1.2187,1,leg_gt,1.08,60 -35220,buy_mtf_cross_all_tf,buy,2026-05-28 14:33:00,456.0,0.9965,1,leg_gt,1.08,60 -35221,buy_mtf_cross_all_tf,buy,2026-05-28 15:45:00,452.0,1.8912,1,leg_gt,1.03,60 -35222,buy_mtf_cross_all_tf,buy,2026-05-28 19:36:00,444.0,3.7288,1,leg_gt,0.87,60 -35223,buy_mtf_cross_all_tf,buy,2026-05-28 19:39:00,442.0,4.1986,1,leg_gt,0.87,60 -35224,buy_mtf_cross_all_tf,buy,2026-05-28 19:42:00,441.0,4.4351,1,leg_gt,0.86,60 -35225,buy_mtf_cross_all_tf,buy,2026-05-28 19:45:00,442.0,4.1986,1,leg_gt,0.86,60 -35226,buy_mtf_cross_all_tf,buy,2026-05-28 19:54:00,440.0,4.6727,1,leg_gt,0.86,60 -35227,buy_mtf_cross_all_tf,buy,2026-05-28 20:00:00,439.0,4.9114,1,leg_gt,0.85,60 -35228,buy_mtf_cross_all_tf,buy,2026-05-28 20:03:00,437.0,5.392,1,leg_gt,0.85,60 -35229,buy_mtf_cross_all_tf,buy,2026-05-28 20:06:00,436.0,5.6339,1,leg_gt,0.85,60 -35230,buy_mtf_cross_all_tf,buy,2026-05-28 20:09:00,435.0,5.877,1,leg_gt,0.85,60 -35231,buy_mtf_cross_all_tf,buy,2026-05-28 21:09:00,432.0,6.613,1,leg_gt,0.8,60 -35232,buy_mtf_cross_all_tf,buy,2026-05-28 21:12:00,433.0,6.3665,1,leg_gt,0.8,60 -35233,buy_mtf_cross_all_tf,buy,2026-05-28 21:15:00,433.0,6.3665,1,leg_gt,0.8,60 -35234,buy_mtf_cross_all_tf,buy,2026-05-28 21:18:00,432.0,6.613,1,leg_gt,0.8,60 -35235,buy_mtf_cross_all_tf,buy,2026-05-28 21:21:00,431.0,6.8606,1,leg_gt,0.8,60 -35236,buy_mtf_cross_all_tf,buy,2026-05-28 21:24:00,431.0,6.8606,1,leg_gt,0.79,60 -35237,buy_mtf_cross_all_tf,buy,2026-05-28 22:30:00,429.0,7.3592,1,leg_gt,0.75,60 -35238,buy_mtf_cross_all_tf,buy,2026-05-28 22:33:00,430.0,7.1093,1,leg_gt,0.75,60 -35239,buy_mtf_cross_all_tf,buy,2026-05-28 23:06:00,426.0,8.116,1,leg_gt,0.72,60 -35240,buy_mtf_cross_all_tf,buy,2026-05-28 23:30:00,425.0,8.3706,1,leg_gt,0.71,60 -35241,buy_mtf_cross_all_tf,buy,2026-05-28 23:33:00,424.0,8.6264,1,leg_gt,0.7,60 -35242,buy_mtf_cross_all_tf,buy,2026-05-28 23:45:00,421.0,9.4012,1,leg_gt,0.7,60 -35243,buy_mtf_cross_all_tf,buy,2026-05-28 23:51:00,422.0,9.1417,1,leg_gt,0.69,60 -35244,buy_mtf_cross_all_tf,buy,2026-05-29 00:21:00,421.0,9.4012,1,leg_gt,0.67,60 -35245,buy_mtf_cross_all_tf,buy,2026-05-29 00:57:00,418.0,10.1871,1,leg_gt,0.65,60 -35246,buy_mtf_cross_all_tf,buy,2026-05-29 01:00:00,419.0,9.9239,1,leg_gt,0.64,60 -35247,buy_mtf_cross_all_tf,buy,2026-05-29 01:03:00,418.0,10.1871,1,leg_gt,0.64,60 -35248,buy_mtf_cross_all_tf,buy,2026-05-29 02:03:00,417.0,10.4516,1,leg_gt,0.6,60 -35249,buy_mtf_cross_all_tf,buy,2026-05-29 02:12:00,414.0,11.2527,1,leg_gt,0.59,60 -35250,buy_mtf_cross_all_tf,buy,2026-05-29 02:51:00,414.0,11.2527,1,leg_gt,0.57,60 -35251,buy_mtf_cross_all_tf,buy,2026-05-29 02:54:00,413.0,11.5223,1,leg_gt,0.56,60 -35252,buy_mtf_cross_all_tf,buy,2026-05-29 07:42:00,409.0,12.6139,1,leg_gt,0.36,60 -35253,buy_mtf_cross_all_tf,buy,2026-05-29 07:45:00,410.0,12.339,1,leg_gt,0.36,60 -35254,buy_mtf_cross_all_tf,buy,2026-05-29 07:48:00,410.0,12.339,1,leg_gt,0.36,60 -35255,buy_mtf_cross_all_tf,buy,2026-05-29 20:00:00,444.0,26.7018,1,leg_gt,1.41,60 -35256,buy_mtf_cross_all_tf,buy,2026-05-29 20:21:00,440.0,27.8545,1,leg_gt,1.39,60 -35257,buy_mtf_cross_all_tf,buy,2026-05-29 20:27:00,440.0,27.8545,1,leg_gt,1.39,60 -35258,buy_mtf_cross_all_tf,buy,2026-05-29 20:30:00,439.0,28.146,1,leg_gt,1.39,60 -35259,buy_mtf_cross_all_tf,buy,2026-05-29 20:36:00,437.0,28.733,1,leg_gt,1.38,60 -35260,buy_mtf_cross_all_tf,buy,2026-05-29 20:39:00,436.0,29.0284,1,leg_gt,1.38,60 -35261,buy_mtf_cross_all_tf,buy,2026-05-29 20:45:00,437.0,28.733,1,leg_gt,1.38,60 -35262,buy_mtf_cross_all_tf,buy,2026-05-29 20:48:00,435.0,29.3253,1,leg_gt,1.37,60 -35263,buy_mtf_cross_all_tf,buy,2026-05-29 20:57:00,433.0,29.9231,1,leg_gt,1.37,60 -35264,buy_mtf_cross_all_tf,buy,2026-05-29 21:09:00,432.0,30.2241,1,leg_gt,1.36,60 -35265,buy_mtf_cross_all_tf,buy,2026-05-29 21:12:00,433.0,29.9231,1,leg_gt,1.36,60 -35266,buy_mtf_cross_all_tf,buy,2026-05-29 21:15:00,432.0,30.2241,1,leg_gt,1.35,60 -35267,buy_mtf_cross_all_tf,buy,2026-05-29 21:21:00,432.0,30.2241,1,leg_gt,1.35,60 -35268,buy_mtf_cross_all_tf,buy,2026-05-30 04:27:00,439.0,28.146,1,leg_gt,1.05,60 -35269,buy_mtf_cross_all_tf,buy,2026-05-30 06:42:00,439.0,28.146,1,leg_gt,0.96,60 -35270,buy_mtf_cross_all_tf,buy,2026-05-30 06:45:00,439.0,28.146,1,leg_gt,0.96,60 -35271,buy_mtf_cross_all_tf,buy,2026-05-30 06:48:00,439.0,28.146,1,leg_gt,0.96,60 -35272,buy_mtf_cross_all_tf,buy,2026-05-30 07:06:00,436.0,29.0284,1,leg_gt,0.94,60 -35273,buy_mtf_cross_all_tf,buy,2026-05-30 07:09:00,434.0,29.6235,1,leg_gt,0.94,60 -35274,buy_mtf_cross_all_tf,buy,2026-05-30 07:12:00,435.0,29.3253,1,leg_gt,0.94,60 -35275,buy_mtf_cross_all_tf,buy,2026-05-30 07:15:00,435.0,29.3253,1,leg_gt,0.94,60 -35276,buy_mtf_cross_all_tf,buy,2026-05-30 08:00:00,433.0,29.9231,1,leg_gt,0.91,60 -35277,buy_mtf_cross_all_tf,buy,2026-05-30 08:06:00,432.0,30.2241,1,leg_gt,0.9,60 -35278,buy_mtf_cross_all_tf,buy,2026-05-30 08:09:00,431.0,30.5265,1,leg_gt,0.9,60 -35279,buy_mtf_cross_all_tf,buy,2026-05-30 08:12:00,432.0,30.2241,1,leg_gt,0.9,60 -35280,buy_mtf_cross_all_tf,buy,2026-05-30 08:15:00,431.0,30.5265,1,leg_gt,0.9,60 -35281,buy_mtf_cross_all_tf,buy,2026-05-30 08:18:00,431.0,30.5265,1,leg_gt,0.89,60 -35282,buy_mtf_cross_all_tf,buy,2026-05-30 08:21:00,430.0,30.8302,1,leg_gt,0.89,60 -35283,buy_mtf_cross_all_tf,buy,2026-05-30 08:24:00,429.0,31.1354,1,leg_gt,0.89,60 -35284,buy_mtf_cross_all_tf,buy,2026-05-30 08:30:00,430.0,30.8302,1,leg_gt,0.89,60 -35285,buy_mtf_cross_all_tf,buy,2026-05-30 08:42:00,428.0,31.4421,1,leg_gt,0.88,60 -35286,buy_mtf_cross_all_tf,buy,2026-05-30 08:45:00,429.0,31.1354,1,leg_gt,0.88,60 -35287,buy_mtf_cross_all_tf,buy,2026-05-30 08:48:00,429.0,31.1354,1,leg_gt,0.87,60 -35288,buy_mtf_cross_all_tf,buy,2026-05-30 09:06:00,428.0,31.4421,1,leg_gt,0.86,60 -35289,buy_mtf_cross_all_tf,buy,2026-05-30 09:21:00,428.0,31.4421,1,leg_gt,0.85,60 -35290,buy_mtf_cross_all_tf,buy,2026-05-30 09:24:00,428.0,31.4421,1,leg_gt,0.85,60 -35291,buy_mtf_cross_all_tf,buy,2026-05-30 09:39:00,426.0,32.0596,1,leg_gt,0.84,60 -35292,buy_mtf_cross_all_tf,buy,2026-05-30 09:42:00,426.0,32.0596,1,leg_gt,0.84,60 -35293,buy_mtf_cross_all_tf,buy,2026-05-30 09:45:00,426.0,32.0596,1,leg_gt,0.83,60 -35294,buy_mtf_cross_all_tf,buy,2026-05-30 13:30:00,428.0,31.4421,1,leg_gt,0.68,60 -35295,buy_mtf_cross_all_tf,buy,2026-05-30 13:33:00,428.0,31.4421,1,leg_gt,0.68,60 -35296,buy_mtf_cross_all_tf,buy,2026-05-30 13:36:00,427.0,31.7501,1,leg_gt,0.67,60 -35320,sell_compound_top3,sell,2025-06-06 10:06:00,1459.0,2.5742,1,leg_gt,0.16,60 -35321,sell_compound_top3,sell,2025-06-06 10:09:00,1462.0,2.7853,1,leg_gt,0.16,60 -35322,sell_compound_top3,sell,2025-06-06 10:12:00,1463.0,2.8557,1,leg_gt,0.17,60 -35323,sell_compound_top3,sell,2025-06-06 13:00:00,1467.0,3.1372,1,leg_gt,0.28,60 -35324,sell_compound_top3,sell,2025-06-06 13:03:00,1466.0,3.0668,1,leg_gt,0.29,60 -35325,sell_compound_top3,sell,2025-06-06 13:06:00,1467.0,3.1372,1,leg_gt,0.29,60 -35326,sell_compound_top3,sell,2025-06-06 13:09:00,1468.0,3.2075,1,leg_gt,0.29,60 -35327,sell_compound_top3,sell,2025-06-06 13:42:00,1471.0,3.4186,1,leg_gt,0.31,60 -35328,sell_compound_top3,sell,2025-06-06 13:51:00,1472.0,3.489,1,leg_gt,0.32,60 -35329,sell_compound_top3,sell,2025-06-06 13:54:00,1473.0,3.5594,1,leg_gt,0.32,60 -35330,sell_compound_top3,sell,2025-06-06 14:06:00,1474.0,3.6298,1,leg_gt,0.33,60 -35331,sell_compound_top3,sell,2025-06-06 14:09:00,1475.0,3.7001,1,leg_gt,0.33,60 -35332,sell_compound_top3,sell,2025-06-06 14:21:00,1474.0,3.6298,1,leg_gt,0.34,60 -35333,sell_compound_top3,sell,2025-06-06 14:24:00,1472.0,3.489,1,leg_gt,0.34,60 -35334,sell_compound_top3,sell,2025-06-06 15:51:00,1484.0,4.3335,1,leg_gt,0.4,60 -35335,sell_compound_top3,sell,2025-06-06 15:54:00,1483.0,4.2631,1,leg_gt,0.4,60 -35336,sell_compound_top3,sell,2025-06-06 15:57:00,1483.0,4.2631,1,leg_gt,0.41,60 -35337,sell_compound_top3,sell,2025-06-06 16:00:00,1485.0,4.4039,1,leg_gt,0.41,60 -35338,sell_compound_top3,sell,2025-06-06 16:03:00,1485.0,4.4039,1,leg_gt,0.41,60 -35339,sell_compound_top3,sell,2025-06-06 16:06:00,1486.0,4.4742,1,leg_gt,0.41,60 -35340,sell_compound_top3,sell,2025-06-06 16:09:00,1483.0,4.2631,1,leg_gt,0.41,60 -35341,sell_compound_top3,sell,2025-06-06 22:36:00,1477.0,3.8409,1,leg_gt,0.68,60 -35342,sell_compound_top3,sell,2025-06-06 22:39:00,1478.0,3.9113,1,leg_gt,0.69,60 -35343,sell_compound_top3,sell,2025-06-06 23:00:00,1486.0,4.4742,1,leg_gt,0.7,60 -35344,sell_compound_top3,sell,2025-06-06 23:03:00,1486.0,4.4742,1,leg_gt,0.7,60 -35345,sell_compound_top3,sell,2025-06-06 23:06:00,1490.0,4.7557,1,leg_gt,0.7,60 -35346,sell_compound_top3,sell,2025-06-06 23:09:00,1491.0,4.8261,1,leg_gt,0.71,60 -35347,sell_compound_top3,sell,2025-06-06 23:12:00,1489.0,4.6854,1,leg_gt,0.71,60 -35348,sell_compound_top3,sell,2025-06-06 23:15:00,1496.0,5.178,1,leg_gt,0.71,60 -35349,sell_compound_top3,sell,2025-06-06 23:18:00,1496.0,5.178,1,leg_gt,0.71,60 -35350,sell_compound_top3,sell,2025-06-06 23:21:00,1498.0,5.3187,1,leg_gt,0.71,60 -35351,sell_compound_top3,sell,2025-06-06 23:24:00,1499.0,5.3891,1,leg_gt,0.72,60 -35352,sell_compound_top3,sell,2025-06-06 23:27:00,1497.0,5.2483,1,leg_gt,0.72,60 -35353,sell_compound_top3,sell,2025-06-06 23:42:00,1502.0,5.6002,1,leg_gt,0.73,60 -35354,sell_compound_top3,sell,2025-06-06 23:45:00,1505.0,5.8113,1,leg_gt,0.73,60 -35355,sell_compound_top3,sell,2025-06-06 23:48:00,1505.0,5.8113,1,leg_gt,0.73,60 -35356,sell_compound_top3,sell,2025-06-06 23:51:00,1509.0,6.0928,1,leg_gt,0.74,60 -35357,sell_compound_top3,sell,2025-06-06 23:54:00,1510.0,6.1632,1,leg_gt,0.74,60 -35358,sell_compound_top3,sell,2025-06-06 23:57:00,1508.0,6.0224,1,leg_gt,0.74,60 -35359,sell_compound_top3,sell,2025-06-07 00:00:00,1506.0,5.8817,1,leg_gt,0.74,60 -35360,sell_compound_top3,sell,2025-06-07 00:03:00,1504.0,5.741,1,leg_gt,0.74,60 -35361,sell_compound_top3,sell,2025-06-07 00:21:00,1507.0,5.9521,1,leg_gt,0.76,60 -35362,sell_compound_top3,sell,2025-06-07 00:24:00,1506.0,5.8817,1,leg_gt,0.76,60 -35363,sell_compound_top3,sell,2025-06-07 06:42:00,1486.0,4.4742,1,leg_gt,1.02,60 -35364,sell_compound_top3,sell,2025-06-07 06:45:00,1487.0,4.5446,1,leg_gt,1.02,60 -35365,sell_compound_top3,sell,2025-06-07 06:48:00,1486.0,4.4742,1,leg_gt,1.02,60 -35366,sell_compound_top3,sell,2025-06-07 10:06:00,1501.0,5.5298,1,leg_gt,1.16,60 -35367,sell_compound_top3,sell,2025-06-07 10:09:00,1504.0,5.741,1,leg_gt,1.16,60 -35368,sell_compound_top3,sell,2025-06-07 10:15:00,1507.0,5.9521,1,leg_gt,1.17,60 -35369,sell_compound_top3,sell,2025-06-07 10:18:00,1504.0,5.741,1,leg_gt,1.17,60 -35370,sell_compound_top3,sell,2025-06-07 11:42:00,1502.0,5.6002,1,leg_gt,1.23,60 -35371,sell_compound_top3,sell,2025-06-07 12:21:00,1528.0,7.4299,1,leg_gt,1.26,60 -35372,sell_compound_top3,sell,2025-06-07 12:24:00,1530.0,7.5707,1,leg_gt,1.26,60 -35373,sell_compound_top3,sell,2025-06-07 12:27:00,1534.0,7.8521,1,leg_gt,1.26,60 -35374,sell_compound_top3,sell,2025-06-07 12:30:00,1531.0,7.641,1,leg_gt,1.26,60 -35375,sell_compound_top3,sell,2025-06-07 12:33:00,1527.0,7.3595,1,leg_gt,1.26,60 -35376,sell_compound_top3,sell,2025-06-07 12:36:00,1533.0,7.7818,1,leg_gt,1.27,60 -35377,sell_compound_top3,sell,2025-06-07 12:39:00,1532.0,7.7114,1,leg_gt,1.27,60 -35378,sell_compound_top3,sell,2025-06-07 12:42:00,1534.0,7.8521,1,leg_gt,1.27,60 -35379,sell_compound_top3,sell,2025-06-07 12:45:00,1533.0,7.7818,1,leg_gt,1.27,60 -35380,sell_compound_top3,sell,2025-06-07 12:48:00,1538.0,8.1336,1,leg_gt,1.27,60 -35381,sell_compound_top3,sell,2025-06-07 12:51:00,1540.0,8.2744,1,leg_gt,1.28,60 -35382,sell_compound_top3,sell,2025-06-07 12:54:00,1537.0,8.0633,1,leg_gt,1.28,60 -35383,sell_compound_top3,sell,2025-06-07 14:42:00,1547.0,8.767,1,leg_gt,1.35,60 -35384,sell_compound_top3,sell,2025-06-07 14:45:00,1550.0,8.9781,1,leg_gt,1.36,60 -35385,sell_compound_top3,sell,2025-06-07 14:48:00,1551.0,9.0485,1,leg_gt,1.36,60 -35386,sell_compound_top3,sell,2025-06-07 14:51:00,1546.0,8.6966,1,leg_gt,1.36,60 -35387,sell_compound_top3,sell,2025-06-07 14:54:00,1547.0,8.767,1,leg_gt,1.36,60 -35388,sell_compound_top3,sell,2025-06-07 14:57:00,1549.0,8.9077,1,leg_gt,1.36,60 -35389,sell_compound_top3,sell,2025-06-07 17:00:00,1568.0,10.2448,1,leg_gt,1.45,60 -35390,sell_compound_top3,sell,2025-06-07 17:03:00,1568.0,10.2448,1,leg_gt,1.45,60 -35391,sell_compound_top3,sell,2025-06-07 17:06:00,1574.0,10.6671,1,leg_gt,1.45,60 -35392,sell_compound_top3,sell,2025-06-07 17:09:00,1571.0,10.4559,1,leg_gt,1.46,60 -35393,sell_compound_top3,sell,2025-06-07 19:36:00,1567.0,10.1745,1,leg_gt,1.56,60 -35394,sell_compound_top3,sell,2025-06-07 19:39:00,1568.0,10.2448,1,leg_gt,1.56,60 -35395,sell_compound_top3,sell,2025-06-07 19:42:00,1570.0,10.3856,1,leg_gt,1.56,60 -35396,sell_compound_top3,sell,2025-06-07 19:45:00,1570.0,10.3856,1,leg_gt,1.56,60 -35397,sell_compound_top3,sell,2025-06-07 19:48:00,1570.0,10.3856,1,leg_gt,1.57,60 -35398,sell_compound_top3,sell,2025-06-07 20:00:00,1576.0,10.8078,1,leg_gt,1.58,60 -35399,sell_compound_top3,sell,2025-06-07 20:03:00,1576.0,10.8078,1,leg_gt,1.58,60 -35400,sell_compound_top3,sell,2025-06-08 04:21:00,1551.0,9.0485,1,leg_gt,1.92,60 -35401,sell_compound_top3,sell,2025-06-08 04:24:00,1553.0,9.1892,1,leg_gt,1.92,60 -35402,sell_compound_top3,sell,2025-06-08 04:27:00,1551.0,9.0485,1,leg_gt,1.93,60 -35403,sell_compound_top3,sell,2025-06-08 04:30:00,1555.0,9.33,1,leg_gt,1.93,60 -35404,sell_compound_top3,sell,2025-06-08 04:33:00,1552.0,9.1189,1,leg_gt,1.93,60 -35405,sell_compound_top3,sell,2025-06-08 06:30:00,1558.0,9.5411,1,leg_gt,2.01,60 -35406,sell_compound_top3,sell,2025-06-08 06:33:00,1557.0,9.4707,1,leg_gt,2.01,60 -35407,sell_compound_top3,sell,2025-06-08 06:36:00,1561.0,9.7522,1,leg_gt,2.02,60 -35408,sell_compound_top3,sell,2025-06-08 06:39:00,1559.0,9.6115,1,leg_gt,2.02,60 -35409,sell_compound_top3,sell,2025-06-08 06:42:00,1557.0,9.4707,1,leg_gt,2.02,60 -35410,sell_compound_top3,sell,2025-06-08 07:42:00,1565.0,10.0337,1,leg_gt,2.06,60 -35411,sell_compound_top3,sell,2025-06-08 20:12:00,1524.0,0.894,1,leg_gt,0.03,60 -35412,sell_compound_top3,sell,2025-06-08 20:15:00,1522.0,0.7615,1,leg_gt,0.03,60 -35413,sell_compound_top3,sell,2025-06-08 20:18:00,1524.0,0.894,1,leg_gt,0.04,60 -35414,sell_compound_top3,sell,2025-06-08 20:42:00,1533.0,1.4905,1,leg_gt,0.05,60 -35415,sell_compound_top3,sell,2025-06-08 20:45:00,1532.0,1.4242,1,leg_gt,0.05,60 -35416,sell_compound_top3,sell,2025-06-08 20:48:00,1535.0,1.623,1,leg_gt,0.06,60 -35417,sell_compound_top3,sell,2025-06-08 20:51:00,1533.0,1.4905,1,leg_gt,0.06,60 -35418,sell_compound_top3,sell,2025-06-08 20:54:00,1535.0,1.623,1,leg_gt,0.06,60 -35419,sell_compound_top3,sell,2025-06-08 20:57:00,1535.0,1.623,1,leg_gt,0.06,60 -35420,sell_compound_top3,sell,2025-06-08 21:12:00,1536.0,1.6893,1,leg_gt,0.07,60 -35421,sell_compound_top3,sell,2025-06-09 01:21:00,1536.0,1.6893,1,leg_gt,0.25,60 -35422,sell_compound_top3,sell,2025-06-09 01:24:00,1536.0,1.6893,1,leg_gt,0.25,60 -35423,sell_compound_top3,sell,2025-06-09 01:42:00,1540.0,1.9543,1,leg_gt,0.26,60 -35424,sell_compound_top3,sell,2025-06-09 01:45:00,1540.0,1.9543,1,leg_gt,0.26,60 -35425,sell_compound_top3,sell,2025-06-09 01:48:00,1540.0,1.9543,1,leg_gt,0.26,60 -35426,sell_compound_top3,sell,2025-06-09 01:51:00,1543.0,2.1531,1,leg_gt,0.27,60 -35427,sell_compound_top3,sell,2025-06-09 01:54:00,1538.0,1.8218,1,leg_gt,0.27,60 -35428,sell_compound_top3,sell,2025-06-09 02:00:00,1541.0,2.0206,1,leg_gt,0.27,60 -35429,sell_compound_top3,sell,2025-06-09 02:03:00,1547.0,2.4182,1,leg_gt,0.28,60 -35430,sell_compound_top3,sell,2025-06-09 02:12:00,1545.0,2.2857,1,leg_gt,0.28,60 -35431,sell_compound_top3,sell,2025-06-09 05:27:00,1550.0,2.617,1,leg_gt,0.42,60 -35432,sell_compound_top3,sell,2025-06-09 05:30:00,1550.0,2.617,1,leg_gt,0.42,60 -35433,sell_compound_top3,sell,2025-06-09 05:33:00,1546.0,2.352,1,leg_gt,0.42,60 -35434,sell_compound_top3,sell,2025-06-09 06:12:00,1555.0,2.9484,1,leg_gt,0.45,60 -35435,sell_compound_top3,sell,2025-06-09 06:15:00,1553.0,2.8158,1,leg_gt,0.45,60 -35436,sell_compound_top3,sell,2025-06-09 06:18:00,1552.0,2.7496,1,leg_gt,0.45,60 -35437,sell_compound_top3,sell,2025-06-09 06:21:00,1552.0,2.7496,1,leg_gt,0.45,60 -35438,sell_compound_top3,sell,2025-06-09 06:24:00,1561.0,3.346,1,leg_gt,0.46,60 -35439,sell_compound_top3,sell,2025-06-09 06:36:00,1560.0,3.2797,1,leg_gt,0.46,60 -35440,sell_compound_top3,sell,2025-06-09 06:39:00,1559.0,3.2135,1,leg_gt,0.47,60 -35441,sell_compound_top3,sell,2025-06-09 06:42:00,1563.0,3.4785,1,leg_gt,0.47,60 -35442,sell_compound_top3,sell,2025-06-09 06:45:00,1564.0,3.5448,1,leg_gt,0.47,60 -35443,sell_compound_top3,sell,2025-06-09 06:48:00,1567.0,3.7436,1,leg_gt,0.47,60 -35444,sell_compound_top3,sell,2025-06-09 06:51:00,1565.0,3.6111,1,leg_gt,0.48,60 -35445,sell_compound_top3,sell,2025-06-09 06:54:00,1569.0,3.8761,1,leg_gt,0.48,60 -35446,sell_compound_top3,sell,2025-06-09 18:21:00,1502.0,1.938,1,leg_gt,0.13,60 -35447,sell_compound_top3,sell,2025-06-09 18:24:00,1499.0,1.7342,1,leg_gt,0.14,60 -35448,sell_compound_top3,sell,2025-06-09 18:27:00,1506.0,2.2098,1,leg_gt,0.14,60 -35449,sell_compound_top3,sell,2025-06-09 18:51:00,1533.0,4.044,1,leg_gt,0.15,60 -35450,sell_compound_top3,sell,2025-06-09 18:54:00,1539.0,4.4516,1,leg_gt,0.16,60 -35451,sell_compound_top3,sell,2025-06-09 18:57:00,1543.0,4.7234,1,leg_gt,0.16,60 -35452,sell_compound_top3,sell,2025-06-09 19:00:00,1539.0,4.4516,1,leg_gt,0.16,60 -35453,sell_compound_top3,sell,2025-06-09 19:03:00,1540.0,4.5196,1,leg_gt,0.16,60 -35454,sell_compound_top3,sell,2025-06-09 19:06:00,1544.0,4.7913,1,leg_gt,0.16,60 -35455,sell_compound_top3,sell,2025-06-09 19:09:00,1537.0,4.3158,1,leg_gt,0.17,60 -35456,sell_compound_top3,sell,2025-06-09 19:12:00,1544.0,4.7913,1,leg_gt,0.17,60 -35457,sell_compound_top3,sell,2025-06-09 19:15:00,1554.0,5.4707,1,leg_gt,0.17,60 -35458,sell_compound_top3,sell,2025-06-09 19:18:00,1563.0,6.0821,1,leg_gt,0.17,60 -35459,sell_compound_top3,sell,2025-06-09 19:27:00,1560.0,5.8783,1,leg_gt,0.18,60 -35460,sell_compound_top3,sell,2025-06-09 19:30:00,1567.0,6.3538,1,leg_gt,0.18,60 -35461,sell_compound_top3,sell,2025-06-09 19:33:00,1568.0,6.4217,1,leg_gt,0.18,60 -35462,sell_compound_top3,sell,2025-06-09 19:36:00,1562.0,6.0141,1,leg_gt,0.19,60 -35463,sell_compound_top3,sell,2025-06-09 19:39:00,1559.0,5.8103,1,leg_gt,0.19,60 -35464,sell_compound_top3,sell,2025-06-09 19:42:00,1563.0,6.0821,1,leg_gt,0.19,60 -35465,sell_compound_top3,sell,2025-06-09 19:45:00,1567.0,6.3538,1,leg_gt,0.19,60 -35466,sell_compound_top3,sell,2025-06-09 19:48:00,1563.0,6.0821,1,leg_gt,0.19,60 -35467,sell_compound_top3,sell,2025-06-10 01:51:00,1549.0,3.0292,1,leg_gt,0.11,60 -35468,sell_compound_top3,sell,2025-06-10 01:54:00,1543.0,2.6297,1,leg_gt,0.12,60 -35469,sell_compound_top3,sell,2025-06-10 06:36:00,1578.0,4.9599,1,leg_gt,0.31,60 -35470,sell_compound_top3,sell,2025-06-10 06:39:00,1577.0,4.8933,1,leg_gt,0.31,60 -35471,sell_compound_top3,sell,2025-06-10 06:42:00,1570.0,4.4273,1,leg_gt,0.32,60 -35472,sell_compound_top3,sell,2025-06-10 07:30:00,1593.0,5.9586,1,leg_gt,0.35,60 -35473,sell_compound_top3,sell,2025-06-10 07:33:00,1592.0,5.892,1,leg_gt,0.35,60 -35474,sell_compound_top3,sell,2025-06-10 07:36:00,1590.0,5.7589,1,leg_gt,0.35,60 -35475,sell_compound_top3,sell,2025-06-10 07:39:00,1585.0,5.426,1,leg_gt,0.36,60 -35476,sell_compound_top3,sell,2025-06-10 08:00:00,1592.0,5.892,1,leg_gt,0.37,60 -35477,sell_compound_top3,sell,2025-06-10 08:03:00,1595.0,6.0917,1,leg_gt,0.37,60 -35478,sell_compound_top3,sell,2025-06-10 08:06:00,1594.0,6.0252,1,leg_gt,0.38,60 -35479,sell_compound_top3,sell,2025-06-10 08:09:00,1590.0,5.7589,1,leg_gt,0.38,60 -35480,sell_compound_top3,sell,2025-06-10 09:36:00,1598.0,6.2915,1,leg_gt,0.44,60 -35481,sell_compound_top3,sell,2025-06-10 09:39:00,1598.0,6.2915,1,leg_gt,0.44,60 -35482,sell_compound_top3,sell,2025-06-10 16:21:00,1562.0,1.5927,1,leg_gt,0.05,60 -35483,sell_compound_top3,sell,2025-06-10 16:24:00,1570.0,2.1135,1,leg_gt,0.05,60 -35484,sell_compound_top3,sell,2025-06-10 16:36:00,1571.0,2.1786,1,leg_gt,0.06,60 -35485,sell_compound_top3,sell,2025-06-10 16:39:00,1568.0,1.9833,1,leg_gt,0.06,60 -35486,sell_compound_top3,sell,2025-06-10 16:42:00,1570.0,2.1135,1,leg_gt,0.06,60 -35487,sell_compound_top3,sell,2025-06-10 19:06:00,1573.0,2.3089,1,leg_gt,0.16,60 -35488,sell_compound_top3,sell,2025-06-10 19:09:00,1573.0,2.3089,1,leg_gt,0.16,60 -35489,sell_compound_top3,sell,2025-06-10 20:51:00,1598.0,3.9365,1,leg_gt,0.24,60 -35490,sell_compound_top3,sell,2025-06-10 20:54:00,1609.0,4.6526,1,leg_gt,0.24,60 -35491,sell_compound_top3,sell,2025-06-10 21:00:00,1614.0,4.9781,1,leg_gt,0.24,60 -35492,sell_compound_top3,sell,2025-06-10 21:03:00,1620.0,5.3688,1,leg_gt,0.24,60 -35493,sell_compound_top3,sell,2025-06-10 21:06:00,1612.0,4.8479,1,leg_gt,0.25,60 -35494,sell_compound_top3,sell,2025-06-10 21:09:00,1605.0,4.3922,1,leg_gt,0.25,60 -35495,sell_compound_top3,sell,2025-06-10 21:21:00,1622.0,5.499,1,leg_gt,0.26,60 -35496,sell_compound_top3,sell,2025-06-10 21:24:00,1619.0,5.3036,1,leg_gt,0.26,60 -35497,sell_compound_top3,sell,2025-06-10 21:27:00,1616.0,5.1083,1,leg_gt,0.26,60 -35498,sell_compound_top3,sell,2025-06-10 21:30:00,1619.0,5.3036,1,leg_gt,0.26,60 -35499,sell_compound_top3,sell,2025-06-10 21:33:00,1617.0,5.1734,1,leg_gt,0.26,60 -35500,sell_compound_top3,sell,2025-06-10 21:45:00,1626.0,5.7594,1,leg_gt,0.27,60 -35501,sell_compound_top3,sell,2025-06-10 21:48:00,1627.0,5.8245,1,leg_gt,0.28,60 -35502,sell_compound_top3,sell,2025-06-10 21:51:00,1631.0,6.0849,1,leg_gt,0.28,60 -35503,sell_compound_top3,sell,2025-06-10 21:54:00,1627.0,5.8245,1,leg_gt,0.28,60 -35504,sell_compound_top3,sell,2025-06-10 21:57:00,1628.0,5.8896,1,leg_gt,0.28,60 -35505,sell_compound_top3,sell,2025-06-10 22:00:00,1630.0,6.0198,1,leg_gt,0.28,60 -35506,sell_compound_top3,sell,2025-06-10 22:03:00,1624.0,5.6292,1,leg_gt,0.29,60 -35507,sell_compound_top3,sell,2025-06-10 22:15:00,1632.0,6.15,1,leg_gt,0.29,60 -35508,sell_compound_top3,sell,2025-06-10 22:18:00,1627.0,5.8245,1,leg_gt,0.3,60 -35509,sell_compound_top3,sell,2025-06-11 04:15:00,1593.0,2.3437,1,leg_gt,0.07,60 -35510,sell_compound_top3,sell,2025-06-11 04:18:00,1593.0,2.3437,1,leg_gt,0.07,60 -35511,sell_compound_top3,sell,2025-06-11 04:21:00,1595.0,2.4723,1,leg_gt,0.07,60 -35512,sell_compound_top3,sell,2025-06-11 04:24:00,1597.0,2.601,1,leg_gt,0.08,60 -35513,sell_compound_top3,sell,2025-06-11 04:27:00,1597.0,2.601,1,leg_gt,0.08,60 -35514,sell_compound_top3,sell,2025-06-11 04:30:00,1598.0,2.6653,1,leg_gt,0.08,60 -35515,sell_compound_top3,sell,2025-06-11 04:33:00,1601.0,2.8582,1,leg_gt,0.08,60 -35516,sell_compound_top3,sell,2025-06-11 04:36:00,1606.0,3.1797,1,leg_gt,0.08,60 -35517,sell_compound_top3,sell,2025-06-11 04:39:00,1608.0,3.3084,1,leg_gt,0.09,60 -35518,sell_compound_top3,sell,2025-06-11 07:27:00,1606.0,3.1797,1,leg_gt,0.2,60 -35519,sell_compound_top3,sell,2025-06-11 07:30:00,1607.0,3.2441,1,leg_gt,0.2,60 -35520,sell_compound_top3,sell,2025-06-11 07:33:00,1608.0,3.3084,1,leg_gt,0.21,60 -35521,sell_compound_top3,sell,2025-06-11 08:00:00,1607.0,3.2441,1,leg_gt,0.22,60 -35522,sell_compound_top3,sell,2025-06-11 08:03:00,1609.0,3.3727,1,leg_gt,0.23,60 -35523,sell_compound_top3,sell,2025-06-11 08:45:00,1613.0,3.6299,1,leg_gt,0.26,60 -35524,sell_compound_top3,sell,2025-06-11 08:48:00,1610.0,3.437,1,leg_gt,0.26,60 -35525,sell_compound_top3,sell,2025-06-11 09:00:00,1611.0,3.5013,1,leg_gt,0.27,60 -35526,sell_compound_top3,sell,2025-06-11 09:03:00,1609.0,3.3727,1,leg_gt,0.27,60 -35527,sell_compound_top3,sell,2025-06-11 12:27:00,1610.0,3.437,1,leg_gt,0.41,60 -35528,sell_compound_top3,sell,2025-06-11 12:30:00,1609.0,3.3727,1,leg_gt,0.41,60 -35529,sell_compound_top3,sell,2025-06-11 12:33:00,1622.0,4.2087,1,leg_gt,0.41,60 -35530,sell_compound_top3,sell,2025-06-11 16:00:00,1609.0,3.3727,1,leg_gt,0.56,60 -35531,sell_compound_top3,sell,2025-06-11 16:03:00,1608.0,3.3084,1,leg_gt,0.56,60 -35532,sell_compound_top3,sell,2025-06-11 16:36:00,1615.0,3.7585,1,leg_gt,0.58,60 -35533,sell_compound_top3,sell,2025-06-11 16:39:00,1616.0,3.8228,1,leg_gt,0.59,60 -35534,sell_compound_top3,sell,2025-06-11 21:51:00,1604.0,3.0511,1,leg_gt,0.8,60 -35535,sell_compound_top3,sell,2025-06-11 21:54:00,1604.0,3.0511,1,leg_gt,0.8,60 -35536,sell_compound_top3,sell,2025-06-11 21:57:00,1606.0,3.1797,1,leg_gt,0.81,60 -35537,sell_compound_top3,sell,2025-06-11 22:00:00,1608.0,3.3084,1,leg_gt,0.81,60 -35538,sell_compound_top3,sell,2025-06-11 22:03:00,1605.0,3.1154,1,leg_gt,0.81,60 -35539,sell_compound_top3,sell,2025-06-11 22:06:00,1610.0,3.437,1,leg_gt,0.81,60 -35540,sell_compound_top3,sell,2025-06-11 22:09:00,1612.0,3.5656,1,leg_gt,0.81,60 -35541,sell_compound_top3,sell,2025-06-11 22:12:00,1610.0,3.437,1,leg_gt,0.82,60 -35542,sell_compound_top3,sell,2025-06-11 22:21:00,1616.0,3.8228,1,leg_gt,0.82,60 -35543,sell_compound_top3,sell,2025-06-11 22:24:00,1614.0,3.6942,1,leg_gt,0.82,60 -35544,sell_compound_top3,sell,2025-06-11 22:27:00,1622.0,4.2087,1,leg_gt,0.83,60 -35545,sell_compound_top3,sell,2025-06-11 23:45:00,1644.0,5.6235,1,leg_gt,0.88,60 -35546,sell_compound_top3,sell,2025-06-11 23:48:00,1643.0,5.5592,1,leg_gt,0.88,60 -35547,sell_compound_top3,sell,2025-06-11 23:57:00,1648.0,5.8807,1,leg_gt,0.89,60 -35548,sell_compound_top3,sell,2025-06-12 14:42:00,1534.0,-1.4505,0,leg_gt,1.5,60 -35549,sell_compound_top3,sell,2025-06-12 22:12:00,1495.0,-3.9585,0,leg_gt,1.82,60 -35550,sell_compound_top3,sell,2025-06-12 22:15:00,1497.0,-3.8299,0,leg_gt,1.82,60 -35551,sell_compound_top3,sell,2025-06-12 22:18:00,1501.0,-3.5727,0,leg_gt,1.82,60 -35552,sell_compound_top3,sell,2025-06-12 23:27:00,1510.0,-2.9939,0,leg_gt,1.87,60 -35553,sell_compound_top3,sell,2025-06-12 23:30:00,1508.0,-3.1225,0,leg_gt,1.87,60 -35554,sell_compound_top3,sell,2025-06-12 23:33:00,1510.0,-2.9939,0,leg_gt,1.87,60 -35555,sell_compound_top3,sell,2025-06-12 23:45:00,1514.0,-2.7367,0,leg_gt,1.88,60 -35556,sell_compound_top3,sell,2025-06-12 23:48:00,1516.0,-2.608,0,leg_gt,1.88,60 -35557,sell_compound_top3,sell,2025-06-12 23:51:00,1520.0,-2.3508,0,leg_gt,1.89,60 -35558,sell_compound_top3,sell,2025-06-12 23:54:00,1518.0,-2.4794,0,leg_gt,1.89,60 -35559,sell_compound_top3,sell,2025-06-13 16:42:00,1349.0,3.1135,1,leg_gt,0.23,60 -35560,sell_compound_top3,sell,2025-06-13 16:45:00,1351.0,3.2665,1,leg_gt,0.23,60 -35561,sell_compound_top3,sell,2025-06-13 16:48:00,1352.0,3.343,1,leg_gt,0.23,60 -35562,sell_compound_top3,sell,2025-06-13 17:00:00,1352.0,3.343,1,leg_gt,0.24,60 -35563,sell_compound_top3,sell,2025-06-13 17:03:00,1354.0,3.496,1,leg_gt,0.24,60 -35564,sell_compound_top3,sell,2025-06-13 17:06:00,1354.0,3.496,1,leg_gt,0.25,60 -35565,sell_compound_top3,sell,2025-06-13 17:09:00,1360.0,3.9551,1,leg_gt,0.25,60 -35566,sell_compound_top3,sell,2025-06-13 17:27:00,1366.0,4.4142,1,leg_gt,0.26,60 -35567,sell_compound_top3,sell,2025-06-13 17:30:00,1372.0,4.8732,1,leg_gt,0.26,60 -35568,sell_compound_top3,sell,2025-06-13 17:33:00,1379.0,5.4088,1,leg_gt,0.26,60 -35569,sell_compound_top3,sell,2025-06-13 17:36:00,1378.0,5.3323,1,leg_gt,0.27,60 -35570,sell_compound_top3,sell,2025-06-13 17:39:00,1377.0,5.2558,1,leg_gt,0.27,60 -35571,sell_compound_top3,sell,2025-06-13 21:12:00,1365.0,4.3376,1,leg_gt,0.42,60 -35572,sell_compound_top3,sell,2025-06-14 00:36:00,1368.0,2.7571,1,leg_gt,0.05,60 -35573,sell_compound_top3,sell,2025-06-14 00:39:00,1368.0,2.7571,1,leg_gt,0.05,60 -35574,sell_compound_top3,sell,2025-06-14 00:42:00,1370.0,2.9075,1,leg_gt,0.05,60 -35575,sell_compound_top3,sell,2025-06-14 00:45:00,1375.0,3.2835,1,leg_gt,0.05,60 -35576,sell_compound_top3,sell,2025-06-14 00:48:00,1370.0,2.9075,1,leg_gt,0.06,60 -35577,sell_compound_top3,sell,2025-06-14 00:51:00,1374.0,3.2083,1,leg_gt,0.06,60 -35578,sell_compound_top3,sell,2025-06-14 00:54:00,1376.0,3.3586,1,leg_gt,0.06,60 -35579,sell_compound_top3,sell,2025-06-14 01:12:00,1383.0,3.885,1,leg_gt,0.07,60 -35580,sell_compound_top3,sell,2025-06-14 01:15:00,1388.0,4.2609,1,leg_gt,0.08,60 -35581,sell_compound_top3,sell,2025-06-14 01:18:00,1386.0,4.1105,1,leg_gt,0.08,60 -35582,sell_compound_top3,sell,2025-06-14 01:21:00,1382.0,3.8098,1,leg_gt,0.08,60 -35583,sell_compound_top3,sell,2025-06-14 01:24:00,1387.0,4.1857,1,leg_gt,0.08,60 -35584,sell_compound_top3,sell,2025-06-14 01:27:00,1384.0,3.9602,1,leg_gt,0.08,60 -35585,sell_compound_top3,sell,2025-06-14 05:57:00,1379.0,3.5842,1,leg_gt,0.27,60 -35586,sell_compound_top3,sell,2025-06-14 06:30:00,1378.0,3.509,1,leg_gt,0.29,60 -35587,sell_compound_top3,sell,2025-06-14 06:33:00,1379.0,3.5842,1,leg_gt,0.3,60 -35588,sell_compound_top3,sell,2025-06-14 06:42:00,1380.0,3.6594,1,leg_gt,0.3,60 -35589,sell_compound_top3,sell,2025-06-14 06:45:00,1381.0,3.7346,1,leg_gt,0.3,60 -35590,sell_compound_top3,sell,2025-06-14 06:48:00,1384.0,3.9602,1,leg_gt,0.31,60 -35591,sell_compound_top3,sell,2025-06-14 06:51:00,1380.0,3.6594,1,leg_gt,0.31,60 -35592,sell_compound_top3,sell,2025-06-14 06:54:00,1377.0,3.4338,1,leg_gt,0.31,60 -35593,sell_compound_top3,sell,2025-06-14 07:00:00,1380.0,3.6594,1,leg_gt,0.31,60 -35594,sell_compound_top3,sell,2025-06-14 07:03:00,1386.0,4.1105,1,leg_gt,0.32,60 -35595,sell_compound_top3,sell,2025-06-14 07:12:00,1382.0,3.8098,1,leg_gt,0.32,60 -35596,sell_compound_top3,sell,2025-06-14 09:21:00,1390.0,4.4113,1,leg_gt,0.41,60 -35597,sell_compound_top3,sell,2025-06-14 09:24:00,1397.0,4.9376,1,leg_gt,0.41,60 -35598,sell_compound_top3,sell,2025-06-14 13:12:00,1382.0,3.8098,1,leg_gt,0.57,60 -35599,sell_compound_top3,sell,2025-06-14 13:21:00,1383.0,3.885,1,leg_gt,0.58,60 -35600,sell_compound_top3,sell,2025-06-14 13:24:00,1383.0,3.885,1,leg_gt,0.58,60 -35601,sell_compound_top3,sell,2025-06-14 13:27:00,1383.0,3.885,1,leg_gt,0.58,60 -35602,sell_compound_top3,sell,2025-06-14 13:42:00,1384.0,3.9602,1,leg_gt,0.59,60 -35603,sell_compound_top3,sell,2025-06-14 13:45:00,1387.0,4.1857,1,leg_gt,0.6,60 -35604,sell_compound_top3,sell,2025-06-14 13:48:00,1385.0,4.0353,1,leg_gt,0.6,60 -35605,sell_compound_top3,sell,2025-06-14 22:00:00,1372.0,3.0579,1,leg_gt,0.94,60 -35606,sell_compound_top3,sell,2025-06-14 22:03:00,1374.0,3.2083,1,leg_gt,0.94,60 -35607,sell_compound_top3,sell,2025-06-15 06:51:00,1360.0,2.3096,1,leg_gt,0.07,60 -35608,sell_compound_top3,sell,2025-06-15 06:54:00,1361.0,2.3849,1,leg_gt,0.07,60 -35609,sell_compound_top3,sell,2025-06-15 06:57:00,1360.0,2.3096,1,leg_gt,0.07,60 -35610,sell_compound_top3,sell,2025-06-15 07:00:00,1362.0,2.4602,1,leg_gt,0.08,60 -35611,sell_compound_top3,sell,2025-06-15 07:03:00,1364.0,2.6108,1,leg_gt,0.08,60 -35612,sell_compound_top3,sell,2025-06-15 07:06:00,1364.0,2.6108,1,leg_gt,0.08,60 -35613,sell_compound_top3,sell,2025-06-15 07:09:00,1362.0,2.4602,1,leg_gt,0.08,60 -35614,sell_compound_top3,sell,2025-06-15 07:15:00,1363.0,2.5355,1,leg_gt,0.09,60 -35615,sell_compound_top3,sell,2025-06-15 07:18:00,1365.0,2.6861,1,leg_gt,0.09,60 -35616,sell_compound_top3,sell,2025-06-15 09:27:00,1365.0,2.6861,1,leg_gt,0.18,60 -35617,sell_compound_top3,sell,2025-06-15 10:00:00,1369.0,2.9873,1,leg_gt,0.2,60 -35618,sell_compound_top3,sell,2025-06-15 10:03:00,1369.0,2.9873,1,leg_gt,0.2,60 -35619,sell_compound_top3,sell,2025-06-15 14:57:00,1368.0,2.912,1,leg_gt,0.41,60 -35620,sell_compound_top3,sell,2025-06-15 19:21:00,1351.0,1.6319,1,leg_gt,0.59,60 -35621,sell_compound_top3,sell,2025-06-15 19:24:00,1352.0,1.7072,1,leg_gt,0.59,60 -35622,sell_compound_top3,sell,2025-06-15 19:27:00,1349.0,1.4813,1,leg_gt,0.59,60 -35623,sell_compound_top3,sell,2025-06-15 19:30:00,1353.0,1.7825,1,leg_gt,0.6,60 -35624,sell_compound_top3,sell,2025-06-15 19:33:00,1353.0,1.7825,1,leg_gt,0.6,60 -35625,sell_compound_top3,sell,2025-06-15 19:42:00,1355.0,1.9331,1,leg_gt,0.6,60 -35626,sell_compound_top3,sell,2025-06-15 19:45:00,1356.0,2.0084,1,leg_gt,0.61,60 -35627,sell_compound_top3,sell,2025-06-15 19:48:00,1356.0,2.0084,1,leg_gt,0.61,60 -35628,sell_compound_top3,sell,2025-06-15 19:51:00,1359.0,2.2343,1,leg_gt,0.61,60 -35629,sell_compound_top3,sell,2025-06-15 19:54:00,1360.0,2.3096,1,leg_gt,0.61,60 -35630,sell_compound_top3,sell,2025-06-15 19:57:00,1359.0,2.2343,1,leg_gt,0.61,60 -35631,sell_compound_top3,sell,2025-06-15 20:00:00,1360.0,2.3096,1,leg_gt,0.62,60 -35632,sell_compound_top3,sell,2025-06-15 20:03:00,1359.0,2.2343,1,leg_gt,0.62,60 -35633,sell_compound_top3,sell,2025-06-15 20:06:00,1359.0,2.2343,1,leg_gt,0.62,60 -35634,sell_compound_top3,sell,2025-06-15 20:09:00,1361.0,2.3849,1,leg_gt,0.62,60 -35635,sell_compound_top3,sell,2025-06-15 22:15:00,1361.0,2.3849,1,leg_gt,0.71,60 -35636,sell_compound_top3,sell,2025-06-15 22:18:00,1363.0,2.5355,1,leg_gt,0.71,60 -35637,sell_compound_top3,sell,2025-06-15 22:21:00,1364.0,2.6108,1,leg_gt,0.71,60 -35638,sell_compound_top3,sell,2025-06-15 22:24:00,1362.0,2.4602,1,leg_gt,0.72,60 -35639,sell_compound_top3,sell,2025-06-15 23:42:00,1365.0,2.6861,1,leg_gt,0.77,60 -35640,sell_compound_top3,sell,2025-06-15 23:45:00,1365.0,2.6861,1,leg_gt,0.77,60 -35641,sell_compound_top3,sell,2025-06-15 23:48:00,1371.0,3.138,1,leg_gt,0.78,60 -35642,sell_compound_top3,sell,2025-06-16 00:00:00,1373.0,3.2886,1,leg_gt,0.78,60 -35643,sell_compound_top3,sell,2025-06-16 00:03:00,1371.0,3.138,1,leg_gt,0.79,60 -35644,sell_compound_top3,sell,2025-06-16 07:30:00,1356.0,2.2396,1,leg_gt,0.05,60 -35645,sell_compound_top3,sell,2025-06-16 07:33:00,1358.0,2.3906,1,leg_gt,0.06,60 -35646,sell_compound_top3,sell,2025-06-16 11:21:00,1371.0,3.3717,1,leg_gt,0.21,60 -35647,sell_compound_top3,sell,2025-06-16 11:24:00,1366.0,2.9943,1,leg_gt,0.22,60 -35648,sell_compound_top3,sell,2025-06-16 13:45:00,1374.0,3.5981,1,leg_gt,0.31,60 -35649,sell_compound_top3,sell,2025-06-16 13:48:00,1372.0,3.4472,1,leg_gt,0.32,60 -35650,sell_compound_top3,sell,2025-06-16 14:21:00,1376.0,3.7491,1,leg_gt,0.34,60 -35651,sell_compound_top3,sell,2025-06-16 14:24:00,1375.0,3.6736,1,leg_gt,0.34,60 -35652,sell_compound_top3,sell,2025-06-16 14:42:00,1389.0,4.7302,1,leg_gt,0.35,60 -35653,sell_compound_top3,sell,2025-06-16 14:45:00,1386.0,4.5038,1,leg_gt,0.36,60 -35654,sell_compound_top3,sell,2025-06-16 14:48:00,1390.0,4.8057,1,leg_gt,0.36,60 -35655,sell_compound_top3,sell,2025-06-16 14:51:00,1388.0,4.6547,1,leg_gt,0.36,60 -35656,sell_compound_top3,sell,2025-06-16 14:54:00,1388.0,4.6547,1,leg_gt,0.36,60 -35657,sell_compound_top3,sell,2025-06-16 14:57:00,1387.0,4.5792,1,leg_gt,0.36,60 -35658,sell_compound_top3,sell,2025-06-16 15:57:00,1400.0,5.5604,1,leg_gt,0.41,60 -35659,sell_compound_top3,sell,2025-06-16 16:00:00,1397.0,5.334,1,leg_gt,0.41,60 -35660,sell_compound_top3,sell,2025-06-16 16:03:00,1403.0,5.7868,1,leg_gt,0.41,60 -35661,sell_compound_top3,sell,2025-06-16 16:06:00,1398.0,5.4094,1,leg_gt,0.41,60 -35662,sell_compound_top3,sell,2025-06-16 16:09:00,1400.0,5.5604,1,leg_gt,0.41,60 -35663,sell_compound_top3,sell,2025-06-16 16:45:00,1407.0,6.0887,1,leg_gt,0.44,60 -35664,sell_compound_top3,sell,2025-06-16 16:48:00,1406.0,6.0132,1,leg_gt,0.44,60 -35665,sell_compound_top3,sell,2025-06-16 16:51:00,1405.0,5.9377,1,leg_gt,0.44,60 -35666,sell_compound_top3,sell,2025-06-16 16:54:00,1403.0,5.7868,1,leg_gt,0.45,60 -35667,sell_compound_top3,sell,2025-06-16 22:51:00,1393.0,5.0321,1,leg_gt,0.69,60 -35668,sell_compound_top3,sell,2025-06-16 22:54:00,1394.0,5.1075,1,leg_gt,0.7,60 -35669,sell_compound_top3,sell,2025-06-16 23:30:00,1404.0,5.8623,1,leg_gt,0.72,60 -35670,sell_compound_top3,sell,2025-06-16 23:33:00,1404.0,5.8623,1,leg_gt,0.72,60 -35671,sell_compound_top3,sell,2025-06-16 23:42:00,1403.0,5.7868,1,leg_gt,0.73,60 -35672,sell_compound_top3,sell,2025-06-17 04:12:00,1393.0,5.0321,1,leg_gt,0.92,60 -35673,sell_compound_top3,sell,2025-06-17 04:15:00,1395.0,5.183,1,leg_gt,0.92,60 -35674,sell_compound_top3,sell,2025-06-17 04:18:00,1399.0,5.4849,1,leg_gt,0.92,60 -35675,sell_compound_top3,sell,2025-06-17 04:36:00,1402.0,5.7113,1,leg_gt,0.93,60 -35676,sell_compound_top3,sell,2025-06-17 04:39:00,1400.0,5.5604,1,leg_gt,0.94,60 -35677,sell_compound_top3,sell,2025-06-17 05:42:00,1401.0,5.6358,1,leg_gt,0.98,60 -35678,sell_compound_top3,sell,2025-06-17 12:06:00,1316.0,3.1967,1,leg_gt,0.12,60 -35679,sell_compound_top3,sell,2025-06-17 12:09:00,1326.0,3.9816,1,leg_gt,0.12,60 -35680,sell_compound_top3,sell,2025-06-17 12:15:00,1325.0,3.9031,1,leg_gt,0.13,60 -35681,sell_compound_top3,sell,2025-06-17 12:18:00,1324.0,3.8246,1,leg_gt,0.13,60 -35682,sell_compound_top3,sell,2025-06-17 23:21:00,1294.0,1.4699,1,leg_gt,0.59,60 -35683,sell_compound_top3,sell,2025-06-17 23:24:00,1293.0,1.3914,1,leg_gt,0.59,60 -35684,sell_compound_top3,sell,2025-06-18 04:36:00,1297.0,4.3283,1,leg_gt,0.1,60 -35685,sell_compound_top3,sell,2025-06-18 04:39:00,1295.0,4.1673,1,leg_gt,0.1,60 -35686,sell_compound_top3,sell,2025-06-18 04:42:00,1294.0,4.0868,1,leg_gt,0.1,60 -35687,sell_compound_top3,sell,2025-06-18 04:45:00,1292.0,3.9258,1,leg_gt,0.11,60 -35688,sell_compound_top3,sell,2025-06-18 04:48:00,1296.0,4.2478,1,leg_gt,0.11,60 -35689,sell_compound_top3,sell,2025-06-18 04:51:00,1297.0,4.3283,1,leg_gt,0.11,60 -35690,sell_compound_top3,sell,2025-06-18 04:54:00,1297.0,4.3283,1,leg_gt,0.11,60 -35691,sell_compound_top3,sell,2025-06-18 10:15:00,1279.0,2.8791,1,leg_gt,0.34,60 -35692,sell_compound_top3,sell,2025-06-18 10:18:00,1281.0,3.0401,1,leg_gt,0.34,60 -35693,sell_compound_top3,sell,2025-06-18 10:21:00,1282.0,3.1206,1,leg_gt,0.34,60 -35694,sell_compound_top3,sell,2025-06-18 10:24:00,1283.0,3.2011,1,leg_gt,0.34,60 -35695,sell_compound_top3,sell,2025-06-18 13:12:00,1279.0,2.8791,1,leg_gt,0.46,60 -35696,sell_compound_top3,sell,2025-06-18 13:42:00,1284.0,3.2816,1,leg_gt,0.48,60 -35697,sell_compound_top3,sell,2025-06-18 13:57:00,1284.0,3.2816,1,leg_gt,0.49,60 -35698,sell_compound_top3,sell,2025-06-18 14:00:00,1284.0,3.2816,1,leg_gt,0.49,60 -35699,sell_compound_top3,sell,2025-06-18 14:03:00,1284.0,3.2816,1,leg_gt,0.49,60 -35700,sell_compound_top3,sell,2025-06-18 23:12:00,1251.0,3.4596,1,leg_gt,0.03,60 -35701,sell_compound_top3,sell,2025-06-18 23:21:00,1259.0,4.1219,1,leg_gt,0.04,60 -35702,sell_compound_top3,sell,2025-06-18 23:24:00,1259.0,4.1219,1,leg_gt,0.04,60 -35703,sell_compound_top3,sell,2025-06-18 23:27:00,1262.0,4.3702,1,leg_gt,0.04,60 -35704,sell_compound_top3,sell,2025-06-18 23:30:00,1260.0,4.2046,1,leg_gt,0.05,60 -35705,sell_compound_top3,sell,2025-06-18 23:33:00,1260.0,4.2046,1,leg_gt,0.05,60 -35706,sell_compound_top3,sell,2025-06-18 23:36:00,1256.0,3.8735,1,leg_gt,0.05,60 -35707,sell_compound_top3,sell,2025-06-18 23:39:00,1264.0,4.5358,1,leg_gt,0.05,60 -35708,sell_compound_top3,sell,2025-06-18 23:42:00,1260.0,4.2046,1,leg_gt,0.05,60 -35709,sell_compound_top3,sell,2025-06-19 00:42:00,1263.0,4.453,1,leg_gt,0.1,60 -35710,sell_compound_top3,sell,2025-06-19 00:45:00,1263.0,4.453,1,leg_gt,0.1,60 -35711,sell_compound_top3,sell,2025-06-19 00:48:00,1266.0,4.7013,1,leg_gt,0.1,60 -35712,sell_compound_top3,sell,2025-06-19 00:51:00,1266.0,4.7013,1,leg_gt,0.1,60 -35713,sell_compound_top3,sell,2025-06-19 00:54:00,1263.0,4.453,1,leg_gt,0.1,60 -35714,sell_compound_top3,sell,2025-06-19 03:00:00,1264.0,4.5358,1,leg_gt,0.19,60 -35715,sell_compound_top3,sell,2025-06-19 03:03:00,1261.0,4.2874,1,leg_gt,0.19,60 -35716,sell_compound_top3,sell,2025-06-19 04:21:00,1268.0,4.8669,1,leg_gt,0.25,60 -35717,sell_compound_top3,sell,2025-06-19 04:24:00,1267.0,4.7841,1,leg_gt,0.25,60 -35718,sell_compound_top3,sell,2025-06-19 06:12:00,1309.0,8.2609,1,leg_gt,0.32,60 -35719,sell_compound_top3,sell,2025-06-19 06:15:00,1308.0,8.1781,1,leg_gt,0.33,60 -35720,sell_compound_top3,sell,2025-06-19 06:18:00,1315.0,8.7576,1,leg_gt,0.33,60 -35721,sell_compound_top3,sell,2025-06-19 06:21:00,1318.0,9.006,1,leg_gt,0.33,60 -35722,sell_compound_top3,sell,2025-06-19 06:24:00,1314.0,8.6748,1,leg_gt,0.33,60 -35723,sell_compound_top3,sell,2025-06-19 08:51:00,1327.0,9.751,1,leg_gt,0.44,60 -35724,sell_compound_top3,sell,2025-06-19 08:54:00,1327.0,9.751,1,leg_gt,0.44,60 -35725,sell_compound_top3,sell,2025-06-19 08:57:00,1326.0,9.6682,1,leg_gt,0.44,60 -35726,sell_compound_top3,sell,2025-06-19 14:30:00,1320.0,9.1715,1,leg_gt,0.67,60 -35727,sell_compound_top3,sell,2025-06-19 14:33:00,1320.0,9.1715,1,leg_gt,0.67,60 -35728,sell_compound_top3,sell,2025-06-20 00:00:00,1295.0,7.102,1,leg_gt,1.07,60 -35729,sell_compound_top3,sell,2025-06-20 00:03:00,1296.0,7.1848,1,leg_gt,1.07,60 -35730,sell_compound_top3,sell,2025-06-20 01:36:00,1301.0,7.5987,1,leg_gt,1.13,60 -35731,sell_compound_top3,sell,2025-06-20 01:39:00,1298.0,7.3503,1,leg_gt,1.14,60 -35732,sell_compound_top3,sell,2025-06-20 02:45:00,1301.0,7.5987,1,leg_gt,1.18,60 -35733,sell_compound_top3,sell,2025-06-20 02:48:00,1305.0,7.9298,1,leg_gt,1.18,60 -35734,sell_compound_top3,sell,2025-06-20 02:51:00,1302.0,7.6815,1,leg_gt,1.19,60 -35735,sell_compound_top3,sell,2025-06-20 02:54:00,1300.0,7.5159,1,leg_gt,1.19,60 -35736,sell_compound_top3,sell,2025-06-20 03:12:00,1304.0,7.847,1,leg_gt,1.2,60 -35737,sell_compound_top3,sell,2025-06-20 07:42:00,1297.0,7.2675,1,leg_gt,1.39,60 -35738,sell_compound_top3,sell,2025-06-20 07:45:00,1296.0,7.1848,1,leg_gt,1.39,60 -35739,sell_compound_top3,sell,2025-06-20 07:48:00,1299.0,7.4331,1,leg_gt,1.39,60 -35740,sell_compound_top3,sell,2025-06-20 09:12:00,1297.0,7.2675,1,leg_gt,1.45,60 -35741,sell_compound_top3,sell,2025-06-20 09:15:00,1297.0,7.2675,1,leg_gt,1.45,60 -35742,sell_compound_top3,sell,2025-06-20 09:18:00,1294.0,7.0192,1,leg_gt,1.45,60 -35743,sell_compound_top3,sell,2025-06-20 09:51:00,1295.0,7.102,1,leg_gt,1.48,60 -35744,sell_compound_top3,sell,2025-06-20 09:54:00,1295.0,7.102,1,leg_gt,1.48,60 -35745,sell_compound_top3,sell,2025-06-20 15:45:00,1278.0,1.4898,1,leg_gt,0.06,60 -35746,sell_compound_top3,sell,2025-06-20 15:48:00,1276.0,1.3308,1,leg_gt,0.06,60 -35747,sell_compound_top3,sell,2025-06-20 16:42:00,1301.0,3.3181,1,leg_gt,0.1,60 -35748,sell_compound_top3,sell,2025-06-20 16:45:00,1302.0,3.3976,1,leg_gt,0.1,60 -35749,sell_compound_top3,sell,2025-06-20 16:48:00,1299.0,3.1591,1,leg_gt,0.1,60 -35750,sell_compound_top3,sell,2025-06-20 16:51:00,1302.0,3.3976,1,leg_gt,0.1,60 -35751,sell_compound_top3,sell,2025-06-20 16:54:00,1300.0,3.2386,1,leg_gt,0.11,60 -35752,sell_compound_top3,sell,2025-06-20 16:57:00,1300.0,3.2386,1,leg_gt,0.11,60 -35753,sell_compound_top3,sell,2025-06-20 17:00:00,1301.0,3.3181,1,leg_gt,0.11,60 -35754,sell_compound_top3,sell,2025-06-20 17:03:00,1301.0,3.3181,1,leg_gt,0.11,60 -35755,sell_compound_top3,sell,2025-06-20 17:06:00,1305.0,3.6361,1,leg_gt,0.11,60 -35756,sell_compound_top3,sell,2025-06-20 17:09:00,1306.0,3.7156,1,leg_gt,0.12,60 -35757,sell_compound_top3,sell,2025-06-20 17:12:00,1311.0,4.113,1,leg_gt,0.12,60 -35758,sell_compound_top3,sell,2025-06-20 17:15:00,1310.0,4.0335,1,leg_gt,0.12,60 -35759,sell_compound_top3,sell,2025-06-20 17:18:00,1309.0,3.9541,1,leg_gt,0.12,60 -35760,sell_compound_top3,sell,2025-06-20 21:45:00,1295.0,2.8412,1,leg_gt,0.31,60 -35761,sell_compound_top3,sell,2025-06-20 21:48:00,1297.0,3.0002,1,leg_gt,0.31,60 -35762,sell_compound_top3,sell,2025-06-21 18:06:00,1239.0,-1.0592,0,leg_gt,0.76,60 -35763,sell_compound_top3,sell,2025-06-21 18:09:00,1239.0,-1.0592,0,leg_gt,0.76,60 -35764,sell_compound_top3,sell,2025-06-22 05:51:00,1176.0,-6.0952,0,leg_gt,1.25,60 -35765,sell_compound_top3,sell,2025-06-22 05:54:00,1182.0,-5.6156,0,leg_gt,1.25,60 -35766,sell_compound_top3,sell,2025-06-22 06:00:00,1181.0,-5.6955,0,leg_gt,1.25,60 -35767,sell_compound_top3,sell,2025-06-22 06:03:00,1178.0,-5.9353,0,leg_gt,1.26,60 -35768,sell_compound_top3,sell,2025-06-22 09:12:00,1206.0,5.7824,1,leg_gt,0.11,60 -35769,sell_compound_top3,sell,2025-06-22 09:27:00,1227.0,7.6261,1,leg_gt,0.12,60 -35770,sell_compound_top3,sell,2025-06-22 09:30:00,1224.0,7.3627,1,leg_gt,0.12,60 -35771,sell_compound_top3,sell,2025-06-22 09:33:00,1224.0,7.3627,1,leg_gt,0.13,60 -35772,sell_compound_top3,sell,2025-06-22 09:36:00,1226.0,7.5383,1,leg_gt,0.13,60 -35773,sell_compound_top3,sell,2025-06-22 09:39:00,1231.0,7.9773,1,leg_gt,0.13,60 -35774,sell_compound_top3,sell,2025-06-22 15:51:00,1196.0,4.9044,1,leg_gt,0.39,60 -35775,sell_compound_top3,sell,2025-06-22 15:54:00,1196.0,4.9044,1,leg_gt,0.39,60 -35776,sell_compound_top3,sell,2025-06-22 15:57:00,1195.0,4.8166,1,leg_gt,0.39,60 -35777,sell_compound_top3,sell,2025-06-22 16:00:00,1195.0,4.8166,1,leg_gt,0.4,60 -35778,sell_compound_top3,sell,2025-06-22 16:03:00,1196.0,4.9044,1,leg_gt,0.4,60 -35779,sell_compound_top3,sell,2025-06-22 16:06:00,1197.0,4.9922,1,leg_gt,0.4,60 -35780,sell_compound_top3,sell,2025-06-22 16:09:00,1194.0,4.7288,1,leg_gt,0.4,60 -35781,sell_compound_top3,sell,2025-06-23 06:12:00,1126.0,3.8705,1,leg_gt,0.04,60 -35782,sell_compound_top3,sell,2025-06-23 06:15:00,1129.0,4.1475,1,leg_gt,0.04,60 -35783,sell_compound_top3,sell,2025-06-23 06:18:00,1128.0,4.0551,1,leg_gt,0.04,60 -35784,sell_compound_top3,sell,2025-06-23 07:15:00,1135.0,4.7015,1,leg_gt,0.08,60 -35785,sell_compound_top3,sell,2025-06-23 07:18:00,1138.0,4.9785,1,leg_gt,0.08,60 -35786,sell_compound_top3,sell,2025-06-23 07:21:00,1137.0,4.8861,1,leg_gt,0.09,60 -35787,sell_compound_top3,sell,2025-06-23 07:24:00,1136.0,4.7938,1,leg_gt,0.09,60 -35788,sell_compound_top3,sell,2025-06-23 07:27:00,1142.0,5.3478,1,leg_gt,0.09,60 -35789,sell_compound_top3,sell,2025-06-23 07:51:00,1156.0,6.6405,1,leg_gt,0.11,60 -35790,sell_compound_top3,sell,2025-06-23 07:54:00,1156.0,6.6405,1,leg_gt,0.11,60 -35791,sell_compound_top3,sell,2025-06-23 07:57:00,1154.0,6.4559,1,leg_gt,0.11,60 -35792,sell_compound_top3,sell,2025-06-23 08:00:00,1160.0,7.0099,1,leg_gt,0.11,60 -35793,sell_compound_top3,sell,2025-06-23 08:03:00,1157.0,6.7329,1,leg_gt,0.11,60 -35794,sell_compound_top3,sell,2025-06-23 08:06:00,1157.0,6.7329,1,leg_gt,0.12,60 -35795,sell_compound_top3,sell,2025-06-23 08:09:00,1159.0,6.9175,1,leg_gt,0.12,60 -35796,sell_compound_top3,sell,2025-06-23 09:27:00,1163.0,7.2869,1,leg_gt,0.17,60 -35797,sell_compound_top3,sell,2025-06-23 15:06:00,1163.0,7.2869,1,leg_gt,0.41,60 -35798,sell_compound_top3,sell,2025-06-23 15:09:00,1164.0,7.3792,1,leg_gt,0.41,60 -35799,sell_compound_top3,sell,2025-06-23 15:12:00,1164.0,7.3792,1,leg_gt,0.41,60 -35800,sell_compound_top3,sell,2025-06-23 22:06:00,1160.0,7.0099,1,leg_gt,0.7,60 -35801,sell_compound_top3,sell,2025-06-23 22:09:00,1161.0,7.1022,1,leg_gt,0.7,60 -35802,sell_compound_top3,sell,2025-06-23 22:42:00,1168.0,7.7486,1,leg_gt,0.72,60 -35803,sell_compound_top3,sell,2025-06-23 22:57:00,1176.0,8.4873,1,leg_gt,0.74,60 -35804,sell_compound_top3,sell,2025-06-23 23:15:00,1187.0,9.503,1,leg_gt,0.75,60 -35805,sell_compound_top3,sell,2025-06-23 23:18:00,1185.0,9.3183,1,leg_gt,0.75,60 -35806,sell_compound_top3,sell,2025-06-24 02:45:00,1176.0,4.5263,1,leg_gt,0.05,60 -35807,sell_compound_top3,sell,2025-06-24 02:48:00,1174.0,4.3484,1,leg_gt,0.05,60 -35808,sell_compound_top3,sell,2025-06-24 03:12:00,1186.0,5.416,1,leg_gt,0.07,60 -35809,sell_compound_top3,sell,2025-06-24 03:15:00,1184.0,5.2381,1,leg_gt,0.07,60 -35810,sell_compound_top3,sell,2025-06-24 03:18:00,1188.0,5.594,1,leg_gt,0.07,60 -35811,sell_compound_top3,sell,2025-06-24 03:21:00,1188.0,5.594,1,leg_gt,0.08,60 -35812,sell_compound_top3,sell,2025-06-24 03:24:00,1192.0,5.9498,1,leg_gt,0.08,60 -35813,sell_compound_top3,sell,2025-06-24 03:36:00,1192.0,5.9498,1,leg_gt,0.09,60 -35814,sell_compound_top3,sell,2025-06-24 03:39:00,1191.0,5.8609,1,leg_gt,0.09,60 -35815,sell_compound_top3,sell,2025-06-24 05:36:00,1222.0,8.6189,1,leg_gt,0.17,60 -35816,sell_compound_top3,sell,2025-06-24 05:39:00,1219.0,8.352,1,leg_gt,0.17,60 -35817,sell_compound_top3,sell,2025-06-24 05:42:00,1228.0,9.1527,1,leg_gt,0.17,60 -35818,sell_compound_top3,sell,2025-06-24 05:45:00,1228.0,9.1527,1,leg_gt,0.18,60 -35819,sell_compound_top3,sell,2025-06-24 05:48:00,1224.0,8.7968,1,leg_gt,0.18,60 -35820,sell_compound_top3,sell,2025-06-24 05:51:00,1223.0,8.7078,1,leg_gt,0.18,60 -35821,sell_compound_top3,sell,2025-06-24 05:54:00,1225.0,8.8858,1,leg_gt,0.18,60 -35822,sell_compound_top3,sell,2025-06-24 07:36:00,1264.0,12.3555,1,leg_gt,0.25,60 -35823,sell_compound_top3,sell,2025-06-24 07:39:00,1264.0,12.3555,1,leg_gt,0.25,60 -35824,sell_compound_top3,sell,2025-06-24 07:42:00,1259.0,11.9107,1,leg_gt,0.26,60 -35825,sell_compound_top3,sell,2025-06-24 08:36:00,1282.0,13.9569,1,leg_gt,0.29,60 -35826,sell_compound_top3,sell,2025-06-24 08:39:00,1282.0,13.9569,1,leg_gt,0.3,60 -35827,sell_compound_top3,sell,2025-06-24 08:42:00,1283.0,14.0459,1,leg_gt,0.3,60 -35828,sell_compound_top3,sell,2025-06-24 08:57:00,1287.0,14.4018,1,leg_gt,0.31,60 -35829,sell_compound_top3,sell,2025-06-24 09:06:00,1289.0,14.5797,1,leg_gt,0.31,60 -35830,sell_compound_top3,sell,2025-06-24 09:09:00,1288.0,14.4907,1,leg_gt,0.32,60 -35831,sell_compound_top3,sell,2025-06-24 12:12:00,1288.0,14.4907,1,leg_gt,0.44,60 -35832,sell_compound_top3,sell,2025-06-24 12:30:00,1289.0,14.5797,1,leg_gt,0.46,60 -35833,sell_compound_top3,sell,2025-06-24 12:33:00,1291.0,14.7577,1,leg_gt,0.46,60 -35834,sell_compound_top3,sell,2025-06-24 12:51:00,1294.0,15.0246,1,leg_gt,0.47,60 -35835,sell_compound_top3,sell,2025-06-24 12:54:00,1295.0,15.1135,1,leg_gt,0.47,60 -35836,sell_compound_top3,sell,2025-06-24 12:57:00,1293.0,14.9356,1,leg_gt,0.48,60 -35837,sell_compound_top3,sell,2025-06-24 13:30:00,1297.0,15.2915,1,leg_gt,0.5,60 -35838,sell_compound_top3,sell,2025-06-24 13:33:00,1295.0,15.1135,1,leg_gt,0.5,60 -35839,sell_compound_top3,sell,2025-06-24 14:57:00,1321.0,17.4267,1,leg_gt,0.56,60 -35840,sell_compound_top3,sell,2025-06-24 15:00:00,1319.0,17.2488,1,leg_gt,0.56,60 -35841,sell_compound_top3,sell,2025-06-24 15:03:00,1321.0,17.4267,1,leg_gt,0.56,60 -35842,sell_compound_top3,sell,2025-06-24 23:30:00,1280.0,13.779,1,leg_gt,0.91,60 -35843,sell_compound_top3,sell,2025-06-24 23:33:00,1278.0,13.6011,1,leg_gt,0.92,60 -35844,sell_compound_top3,sell,2025-06-25 06:06:00,1262.0,12.1776,1,leg_gt,1.19,60 -35845,sell_compound_top3,sell,2025-06-25 06:09:00,1262.0,12.1776,1,leg_gt,1.19,60 -35846,sell_compound_top3,sell,2025-06-25 06:27:00,1269.0,12.8004,1,leg_gt,1.2,60 -35847,sell_compound_top3,sell,2025-06-25 06:30:00,1269.0,12.8004,1,leg_gt,1.21,60 -35848,sell_compound_top3,sell,2025-06-25 06:33:00,1271.0,12.9783,1,leg_gt,1.21,60 -35849,sell_compound_top3,sell,2025-06-25 06:51:00,1273.0,13.1562,1,leg_gt,1.22,60 -35850,sell_compound_top3,sell,2025-06-25 06:54:00,1271.0,12.9783,1,leg_gt,1.22,60 -35851,sell_compound_top3,sell,2025-06-25 06:57:00,1272.0,13.0673,1,leg_gt,1.23,60 -35852,sell_compound_top3,sell,2025-06-25 09:06:00,1276.0,13.4231,1,leg_gt,1.31,60 -35853,sell_compound_top3,sell,2025-06-25 09:09:00,1277.0,13.5121,1,leg_gt,1.32,60 -35854,sell_compound_top3,sell,2025-06-25 09:12:00,1278.0,13.6011,1,leg_gt,1.32,60 -35855,sell_compound_top3,sell,2025-06-25 09:15:00,1279.0,13.69,1,leg_gt,1.32,60 -35856,sell_compound_top3,sell,2025-06-25 09:18:00,1281.0,13.868,1,leg_gt,1.32,60 -35857,sell_compound_top3,sell,2025-06-25 09:21:00,1280.0,13.779,1,leg_gt,1.32,60 -35858,sell_compound_top3,sell,2025-06-25 09:24:00,1280.0,13.779,1,leg_gt,1.33,60 -35859,sell_compound_top3,sell,2025-06-25 09:27:00,1281.0,13.868,1,leg_gt,1.33,60 -35860,sell_compound_top3,sell,2025-06-25 10:00:00,1283.0,14.0459,1,leg_gt,1.35,60 -35861,sell_compound_top3,sell,2025-06-25 10:03:00,1284.0,14.1349,1,leg_gt,1.35,60 -35862,sell_compound_top3,sell,2025-06-25 10:42:00,1279.0,13.69,1,leg_gt,1.38,60 -35863,sell_compound_top3,sell,2025-06-25 11:15:00,1286.0,14.3128,1,leg_gt,1.4,60 -35864,sell_compound_top3,sell,2025-06-25 11:18:00,1284.0,14.1349,1,leg_gt,1.41,60 -35865,sell_compound_top3,sell,2025-06-25 11:21:00,1283.0,14.0459,1,leg_gt,1.41,60 -35866,sell_compound_top3,sell,2025-06-25 11:24:00,1283.0,14.0459,1,leg_gt,1.41,60 -35867,sell_compound_top3,sell,2025-06-25 16:36:00,1269.0,12.8004,1,leg_gt,1.63,60 -35868,sell_compound_top3,sell,2025-06-25 16:39:00,1271.0,12.9783,1,leg_gt,1.63,60 -35869,sell_compound_top3,sell,2025-06-25 21:06:00,1258.0,11.8217,1,leg_gt,1.81,60 -35870,sell_compound_top3,sell,2025-06-25 21:09:00,1256.0,11.6438,1,leg_gt,1.82,60 -35871,sell_compound_top3,sell,2025-06-25 23:00:00,1267.0,12.6224,1,leg_gt,1.89,60 -35872,sell_compound_top3,sell,2025-06-25 23:03:00,1264.0,12.3555,1,leg_gt,1.9,60 -35873,sell_compound_top3,sell,2025-06-26 10:57:00,1230.0,1.9747,1,leg_gt,0.14,60 -35874,sell_compound_top3,sell,2025-06-26 11:00:00,1231.0,2.0577,1,leg_gt,0.14,60 -35875,sell_compound_top3,sell,2025-06-26 11:03:00,1234.0,2.3066,1,leg_gt,0.14,60 -35876,sell_compound_top3,sell,2025-06-26 11:06:00,1237.0,2.5556,1,leg_gt,0.14,60 -35877,sell_compound_top3,sell,2025-06-26 11:09:00,1240.0,2.8046,1,leg_gt,0.15,60 -35878,sell_compound_top3,sell,2025-06-26 11:12:00,1236.0,2.4726,1,leg_gt,0.15,60 -35879,sell_compound_top3,sell,2025-06-26 16:12:00,1226.0,1.6427,1,leg_gt,0.36,60 -35880,sell_compound_top3,sell,2025-06-26 16:27:00,1229.0,1.8917,1,leg_gt,0.37,60 -35881,sell_compound_top3,sell,2025-06-26 16:30:00,1229.0,1.8917,1,leg_gt,0.37,60 -35882,sell_compound_top3,sell,2025-06-26 16:33:00,1229.0,1.8917,1,leg_gt,0.37,60 -35883,sell_compound_top3,sell,2025-06-26 16:36:00,1229.0,1.8917,1,leg_gt,0.37,60 -35884,sell_compound_top3,sell,2025-06-26 16:39:00,1232.0,2.1407,1,leg_gt,0.38,60 -35885,sell_compound_top3,sell,2025-06-26 16:42:00,1230.0,1.9747,1,leg_gt,0.38,60 -35886,sell_compound_top3,sell,2025-06-27 04:42:00,1203.0,2.5451,1,leg_gt,0.23,60 -35887,sell_compound_top3,sell,2025-06-27 04:45:00,1204.0,2.6304,1,leg_gt,0.23,60 -35888,sell_compound_top3,sell,2025-06-27 04:48:00,1204.0,2.6304,1,leg_gt,0.24,60 -35889,sell_compound_top3,sell,2025-06-27 05:15:00,1205.0,2.7157,1,leg_gt,0.25,60 -35890,sell_compound_top3,sell,2025-06-27 05:18:00,1205.0,2.7157,1,leg_gt,0.26,60 -35891,sell_compound_top3,sell,2025-06-27 05:30:00,1208.0,2.9717,1,leg_gt,0.26,60 -35892,sell_compound_top3,sell,2025-06-27 05:33:00,1212.0,3.313,1,leg_gt,0.27,60 -35893,sell_compound_top3,sell,2025-06-27 15:45:00,1197.0,2.1203,1,leg_gt,0.24,60 -35894,sell_compound_top3,sell,2025-06-27 15:48:00,1196.0,2.0349,1,leg_gt,0.24,60 -35895,sell_compound_top3,sell,2025-06-27 16:15:00,1195.0,1.9495,1,leg_gt,0.26,60 -35896,sell_compound_top3,sell,2025-06-27 16:18:00,1196.0,2.0349,1,leg_gt,0.26,60 -35897,sell_compound_top3,sell,2025-06-27 17:51:00,1199.0,2.2911,1,leg_gt,0.32,60 -35898,sell_compound_top3,sell,2025-06-27 17:54:00,1199.0,2.2911,1,leg_gt,0.32,60 -35899,sell_compound_top3,sell,2025-06-27 17:57:00,1196.0,2.0349,1,leg_gt,0.33,60 -35900,sell_compound_top3,sell,2025-06-27 18:00:00,1197.0,2.1203,1,leg_gt,0.33,60 -35901,sell_compound_top3,sell,2025-06-27 18:03:00,1196.0,2.0349,1,leg_gt,0.33,60 -35902,sell_compound_top3,sell,2025-06-27 18:06:00,1193.0,1.7787,1,leg_gt,0.33,60 -35903,sell_compound_top3,sell,2025-06-27 18:09:00,1197.0,2.1203,1,leg_gt,0.34,60 -35904,sell_compound_top3,sell,2025-06-28 01:00:00,1199.0,2.2911,1,leg_gt,0.62,60 -35905,sell_compound_top3,sell,2025-06-28 01:03:00,1197.0,2.1203,1,leg_gt,0.62,60 -35906,sell_compound_top3,sell,2025-06-28 01:06:00,1200.0,2.3765,1,leg_gt,0.62,60 -35907,sell_compound_top3,sell,2025-06-28 01:09:00,1198.0,2.2057,1,leg_gt,0.63,60 -35908,sell_compound_top3,sell,2025-06-28 01:30:00,1201.0,2.4619,1,leg_gt,0.64,60 -35909,sell_compound_top3,sell,2025-06-28 01:33:00,1209.0,3.1451,1,leg_gt,0.64,60 -35910,sell_compound_top3,sell,2025-06-28 01:42:00,1208.0,3.0597,1,leg_gt,0.65,60 -35911,sell_compound_top3,sell,2025-06-28 01:45:00,1208.0,3.0597,1,leg_gt,0.65,60 -35912,sell_compound_top3,sell,2025-06-28 01:48:00,1207.0,2.9743,1,leg_gt,0.65,60 -35913,sell_compound_top3,sell,2025-06-28 01:51:00,1206.0,2.8889,1,leg_gt,0.66,60 -35914,sell_compound_top3,sell,2025-06-28 01:54:00,1205.0,2.8035,1,leg_gt,0.66,60 -35915,sell_compound_top3,sell,2025-06-28 05:51:00,1192.0,1.6933,1,leg_gt,0.82,60 -35916,sell_compound_top3,sell,2025-06-28 05:54:00,1188.0,1.3518,1,leg_gt,0.82,60 -35917,sell_compound_top3,sell,2025-06-28 06:00:00,1193.0,1.7787,1,leg_gt,0.83,60 -35918,sell_compound_top3,sell,2025-06-28 06:03:00,1192.0,1.6933,1,leg_gt,0.83,60 -35919,sell_compound_top3,sell,2025-06-28 06:06:00,1193.0,1.7787,1,leg_gt,0.83,60 -35920,sell_compound_top3,sell,2025-06-28 06:09:00,1194.0,1.8641,1,leg_gt,0.84,60 -35921,sell_compound_top3,sell,2025-06-28 06:12:00,1193.0,1.7787,1,leg_gt,0.84,60 -35922,sell_compound_top3,sell,2025-06-28 06:30:00,1194.0,1.8641,1,leg_gt,0.85,60 -35923,sell_compound_top3,sell,2025-06-28 06:33:00,1195.0,1.9495,1,leg_gt,0.85,60 -35924,sell_compound_top3,sell,2025-06-28 06:36:00,1196.0,2.0349,1,leg_gt,0.85,60 -35925,sell_compound_top3,sell,2025-06-28 06:39:00,1196.0,2.0349,1,leg_gt,0.86,60 -35926,sell_compound_top3,sell,2025-06-28 06:42:00,1196.0,2.0349,1,leg_gt,0.86,60 -35927,sell_compound_top3,sell,2025-06-28 06:45:00,1195.0,1.9495,1,leg_gt,0.86,60 -35928,sell_compound_top3,sell,2025-06-28 06:48:00,1196.0,2.0349,1,leg_gt,0.86,60 -35929,sell_compound_top3,sell,2025-06-28 06:51:00,1197.0,2.1203,1,leg_gt,0.86,60 -35930,sell_compound_top3,sell,2025-06-28 06:54:00,1198.0,2.2057,1,leg_gt,0.87,60 -35931,sell_compound_top3,sell,2025-06-28 06:57:00,1197.0,2.1203,1,leg_gt,0.87,60 -35932,sell_compound_top3,sell,2025-06-28 07:15:00,1197.0,2.1203,1,leg_gt,0.88,60 -35933,sell_compound_top3,sell,2025-06-28 07:18:00,1199.0,2.2911,1,leg_gt,0.88,60 -35934,sell_compound_top3,sell,2025-06-28 07:27:00,1200.0,2.3765,1,leg_gt,0.89,60 -35935,sell_compound_top3,sell,2025-06-28 07:42:00,1199.0,2.2911,1,leg_gt,0.9,60 -35936,sell_compound_top3,sell,2025-06-28 07:45:00,1199.0,2.2911,1,leg_gt,0.9,60 -35937,sell_compound_top3,sell,2025-06-28 07:48:00,1199.0,2.2911,1,leg_gt,0.9,60 -35938,sell_compound_top3,sell,2025-06-28 07:51:00,1200.0,2.3765,1,leg_gt,0.91,60 -35939,sell_compound_top3,sell,2025-06-28 07:54:00,1200.0,2.3765,1,leg_gt,0.91,60 -35940,sell_compound_top3,sell,2025-06-28 08:00:00,1200.0,2.3765,1,leg_gt,0.91,60 -35941,sell_compound_top3,sell,2025-06-28 08:03:00,1200.0,2.3765,1,leg_gt,0.91,60 -35942,sell_compound_top3,sell,2025-06-28 09:51:00,1202.0,2.5473,1,leg_gt,0.99,60 -35943,sell_compound_top3,sell,2025-06-28 09:54:00,1202.0,2.5473,1,leg_gt,0.99,60 -35944,sell_compound_top3,sell,2025-06-28 09:57:00,1202.0,2.5473,1,leg_gt,0.99,60 -35945,sell_compound_top3,sell,2025-06-28 11:00:00,1206.0,2.8889,1,leg_gt,1.04,60 -35946,sell_compound_top3,sell,2025-06-28 11:03:00,1208.0,3.0597,1,leg_gt,1.04,60 -35947,sell_compound_top3,sell,2025-06-28 11:06:00,1206.0,2.8889,1,leg_gt,1.04,60 -35948,sell_compound_top3,sell,2025-06-28 11:09:00,1208.0,3.0597,1,leg_gt,1.04,60 -35949,sell_compound_top3,sell,2025-06-28 11:12:00,1208.0,3.0597,1,leg_gt,1.05,60 -35950,sell_compound_top3,sell,2025-06-28 16:42:00,1205.0,2.8035,1,leg_gt,1.27,60 -35951,sell_compound_top3,sell,2025-06-28 17:06:00,1208.0,3.0597,1,leg_gt,1.29,60 -35952,sell_compound_top3,sell,2025-06-28 17:09:00,1208.0,3.0597,1,leg_gt,1.29,60 -35953,sell_compound_top3,sell,2025-06-28 22:12:00,1201.0,2.4619,1,leg_gt,1.5,60 -35954,sell_compound_top3,sell,2025-06-29 01:21:00,1210.0,3.2305,1,leg_gt,1.64,60 -35955,sell_compound_top3,sell,2025-06-29 01:24:00,1210.0,3.2305,1,leg_gt,1.64,60 -35956,sell_compound_top3,sell,2025-06-29 01:30:00,1211.0,3.3159,1,leg_gt,1.64,60 -35957,sell_compound_top3,sell,2025-06-29 01:33:00,1214.0,3.5721,1,leg_gt,1.64,60 -35958,sell_compound_top3,sell,2025-06-29 01:36:00,1215.0,3.6575,1,leg_gt,1.65,60 -35959,sell_compound_top3,sell,2025-06-29 01:39:00,1214.0,3.5721,1,leg_gt,1.65,60 -35960,sell_compound_top3,sell,2025-06-29 02:51:00,1216.0,3.7429,1,leg_gt,1.7,60 -35961,sell_compound_top3,sell,2025-06-29 02:54:00,1219.0,3.9991,1,leg_gt,1.7,60 -35962,sell_compound_top3,sell,2025-06-29 03:06:00,1214.0,3.5721,1,leg_gt,1.71,60 -35963,sell_compound_top3,sell,2025-06-29 03:09:00,1214.0,3.5721,1,leg_gt,1.71,60 -35964,sell_compound_top3,sell,2025-06-29 04:27:00,1220.0,4.0845,1,leg_gt,1.76,60 -35965,sell_compound_top3,sell,2025-06-29 07:21:00,1234.0,5.28,1,leg_gt,1.89,60 -35966,sell_compound_top3,sell,2025-06-29 07:24:00,1239.0,5.707,1,leg_gt,1.89,60 -35967,sell_compound_top3,sell,2025-06-29 07:30:00,1236.0,5.4508,1,leg_gt,1.89,60 -35968,sell_compound_top3,sell,2025-06-29 07:33:00,1237.0,5.5362,1,leg_gt,1.89,60 -35969,sell_compound_top3,sell,2025-06-29 16:21:00,1230.0,4.9384,1,leg_gt,2.26,60 -35970,sell_compound_top3,sell,2025-06-29 16:24:00,1228.0,4.7676,1,leg_gt,2.26,60 -35971,sell_compound_top3,sell,2025-06-29 16:27:00,1229.0,4.853,1,leg_gt,2.26,60 -35972,sell_compound_top3,sell,2025-06-29 16:36:00,1230.0,4.9384,1,leg_gt,2.27,60 -35973,sell_compound_top3,sell,2025-06-29 16:39:00,1229.0,4.853,1,leg_gt,2.27,60 -35974,sell_compound_top3,sell,2025-06-29 17:00:00,1233.0,5.1946,1,leg_gt,2.29,60 -35975,sell_compound_top3,sell,2025-06-29 17:03:00,1232.0,5.1092,1,leg_gt,2.29,60 -35976,sell_compound_top3,sell,2025-06-29 17:06:00,1235.0,5.3654,1,leg_gt,2.29,60 -35977,sell_compound_top3,sell,2025-06-29 17:09:00,1231.0,5.0238,1,leg_gt,2.29,60 -35978,sell_compound_top3,sell,2025-06-29 17:30:00,1234.0,5.28,1,leg_gt,2.31,60 -35979,sell_compound_top3,sell,2025-06-29 17:33:00,1236.0,5.4508,1,leg_gt,2.31,60 -35980,sell_compound_top3,sell,2025-06-29 17:45:00,1236.0,5.4508,1,leg_gt,2.32,60 -35981,sell_compound_top3,sell,2025-06-29 17:48:00,1236.0,5.4508,1,leg_gt,2.32,60 -35982,sell_compound_top3,sell,2025-06-29 17:51:00,1238.0,5.6216,1,leg_gt,2.32,60 -35983,sell_compound_top3,sell,2025-06-29 17:54:00,1237.0,5.5362,1,leg_gt,2.33,60 -35984,sell_compound_top3,sell,2025-06-29 17:57:00,1237.0,5.5362,1,leg_gt,2.33,60 -35985,sell_compound_top3,sell,2025-06-29 18:00:00,1237.0,5.5362,1,leg_gt,2.33,60 -35986,sell_compound_top3,sell,2025-06-29 18:03:00,1235.0,5.3654,1,leg_gt,2.33,60 -35987,sell_compound_top3,sell,2025-06-29 18:21:00,1241.0,5.8778,1,leg_gt,2.34,60 -35988,sell_compound_top3,sell,2025-06-29 18:24:00,1239.0,5.707,1,leg_gt,2.35,60 -35989,sell_compound_top3,sell,2025-06-29 18:27:00,1241.0,5.8778,1,leg_gt,2.35,60 -35990,sell_compound_top3,sell,2025-06-29 18:30:00,1240.0,5.7924,1,leg_gt,2.35,60 -35991,sell_compound_top3,sell,2025-06-29 18:33:00,1240.0,5.7924,1,leg_gt,2.35,60 -35992,sell_compound_top3,sell,2025-06-29 18:36:00,1243.0,6.0486,1,leg_gt,2.35,60 -35993,sell_compound_top3,sell,2025-06-29 18:39:00,1243.0,6.0486,1,leg_gt,2.36,60 -35994,sell_compound_top3,sell,2025-06-29 18:42:00,1241.0,5.8778,1,leg_gt,2.36,60 -35995,sell_compound_top3,sell,2025-06-29 18:45:00,1242.0,5.9632,1,leg_gt,2.36,60 -35996,sell_compound_top3,sell,2025-06-29 18:48:00,1241.0,5.8778,1,leg_gt,2.36,60 -35997,sell_compound_top3,sell,2025-06-29 22:12:00,1239.0,5.707,1,leg_gt,2.5,60 -35998,sell_compound_top3,sell,2025-06-29 22:15:00,1239.0,5.707,1,leg_gt,2.51,60 -35999,sell_compound_top3,sell,2025-06-29 22:18:00,1237.0,5.5362,1,leg_gt,2.51,60 -36000,sell_compound_top3,sell,2025-06-29 22:21:00,1240.0,5.7924,1,leg_gt,2.51,60 -36001,sell_compound_top3,sell,2025-06-29 22:24:00,1241.0,5.8778,1,leg_gt,2.51,60 -36002,sell_compound_top3,sell,2025-06-29 22:27:00,1241.0,5.8778,1,leg_gt,2.51,60 -36003,sell_compound_top3,sell,2025-06-30 03:00:00,1228.0,4.7676,1,leg_gt,2.7,60 -36004,sell_compound_top3,sell,2025-06-30 03:03:00,1226.0,4.5968,1,leg_gt,2.71,60 -36005,sell_compound_top3,sell,2025-06-30 04:06:00,1233.0,5.1946,1,leg_gt,2.75,60 -36006,sell_compound_top3,sell,2025-06-30 04:09:00,1234.0,5.28,1,leg_gt,2.75,60 -36007,sell_compound_top3,sell,2025-06-30 04:12:00,1235.0,5.3654,1,leg_gt,2.75,60 -36008,sell_compound_top3,sell,2025-06-30 04:15:00,1233.0,5.1946,1,leg_gt,2.76,60 -36009,sell_compound_top3,sell,2025-06-30 04:30:00,1235.0,5.3654,1,leg_gt,2.77,60 -36010,sell_compound_top3,sell,2025-06-30 04:33:00,1236.0,5.4508,1,leg_gt,2.77,60 -36011,sell_compound_top3,sell,2025-06-30 04:36:00,1237.0,5.5362,1,leg_gt,2.77,60 -36012,sell_compound_top3,sell,2025-06-30 04:39:00,1237.0,5.5362,1,leg_gt,2.77,60 -36013,sell_compound_top3,sell,2025-06-30 04:51:00,1237.0,5.5362,1,leg_gt,2.78,60 -36014,sell_compound_top3,sell,2025-06-30 04:54:00,1237.0,5.5362,1,leg_gt,2.78,60 -36015,sell_compound_top3,sell,2025-06-30 04:57:00,1238.0,5.6216,1,leg_gt,2.79,60 -36016,sell_compound_top3,sell,2025-06-30 05:00:00,1238.0,5.6216,1,leg_gt,2.79,60 -36017,sell_compound_top3,sell,2025-06-30 05:03:00,1237.0,5.5362,1,leg_gt,2.79,60 -36018,sell_compound_top3,sell,2025-06-30 05:21:00,1238.0,5.6216,1,leg_gt,2.8,60 -36019,sell_compound_top3,sell,2025-06-30 05:24:00,1239.0,5.707,1,leg_gt,2.8,60 -36020,sell_compound_top3,sell,2025-06-30 05:27:00,1239.0,5.707,1,leg_gt,2.81,60 -36021,sell_compound_top3,sell,2025-06-30 05:36:00,1240.0,5.7924,1,leg_gt,2.81,60 -36022,sell_compound_top3,sell,2025-06-30 05:39:00,1239.0,5.707,1,leg_gt,2.81,60 -36023,sell_compound_top3,sell,2025-06-30 07:36:00,1299.0,10.8308,1,leg_gt,2.9,60 -36024,sell_compound_top3,sell,2025-06-30 07:39:00,1298.0,10.7454,1,leg_gt,2.9,60 -36025,sell_compound_top3,sell,2025-06-30 07:42:00,1299.0,10.8308,1,leg_gt,2.9,60 -36026,sell_compound_top3,sell,2025-06-30 07:45:00,1301.0,11.0016,1,leg_gt,2.9,60 -36027,sell_compound_top3,sell,2025-06-30 07:48:00,1307.0,11.514,1,leg_gt,2.9,60 -36028,sell_compound_top3,sell,2025-06-30 07:51:00,1309.0,11.6848,1,leg_gt,2.91,60 -36029,sell_compound_top3,sell,2025-06-30 07:54:00,1309.0,11.6848,1,leg_gt,2.91,60 -36030,sell_compound_top3,sell,2025-06-30 07:57:00,1308.0,11.5994,1,leg_gt,2.91,60 -36031,sell_compound_top3,sell,2025-06-30 16:42:00,1261.0,7.5857,1,leg_gt,3.28,60 -36032,sell_compound_top3,sell,2025-06-30 16:45:00,1262.0,7.6711,1,leg_gt,3.28,60 -36033,sell_compound_top3,sell,2025-06-30 16:48:00,1263.0,7.7565,1,leg_gt,3.28,60 -36034,sell_compound_top3,sell,2025-06-30 16:51:00,1263.0,7.7565,1,leg_gt,3.28,60 -36035,sell_compound_top3,sell,2025-06-30 16:54:00,1262.0,7.6711,1,leg_gt,3.28,60 -36036,sell_compound_top3,sell,2025-06-30 16:57:00,1261.0,7.5857,1,leg_gt,3.29,60 -36037,sell_compound_top3,sell,2025-07-01 02:00:00,1237.0,1.9627,1,leg_gt,0.12,60 -36038,sell_compound_top3,sell,2025-07-01 02:03:00,1236.0,1.8802,1,leg_gt,0.12,60 -36039,sell_compound_top3,sell,2025-07-01 02:06:00,1236.0,1.8802,1,leg_gt,0.12,60 -36040,sell_compound_top3,sell,2025-07-01 02:09:00,1236.0,1.8802,1,leg_gt,0.13,60 -36041,sell_compound_top3,sell,2025-07-01 02:27:00,1240.0,2.2102,1,leg_gt,0.14,60 -36042,sell_compound_top3,sell,2025-07-01 04:42:00,1245.0,2.6228,1,leg_gt,0.23,60 -36043,sell_compound_top3,sell,2025-07-01 04:45:00,1244.0,2.5403,1,leg_gt,0.24,60 -36044,sell_compound_top3,sell,2025-07-01 04:48:00,1246.0,2.7053,1,leg_gt,0.24,60 -36045,sell_compound_top3,sell,2025-07-01 04:51:00,1245.0,2.6228,1,leg_gt,0.24,60 -36046,sell_compound_top3,sell,2025-07-01 04:54:00,1245.0,2.6228,1,leg_gt,0.24,60 -36047,sell_compound_top3,sell,2025-07-01 04:57:00,1249.0,2.9528,1,leg_gt,0.24,60 -36048,sell_compound_top3,sell,2025-07-01 05:15:00,1249.0,2.9528,1,leg_gt,0.26,60 -36049,sell_compound_top3,sell,2025-07-01 05:18:00,1254.0,3.3653,1,leg_gt,0.26,60 -36050,sell_compound_top3,sell,2025-07-01 16:42:00,1201.0,-1.0076,0,leg_gt,0.73,60 -36051,sell_compound_top3,sell,2025-07-01 16:51:00,1201.0,-1.0076,0,leg_gt,0.74,60 -36052,sell_compound_top3,sell,2025-07-01 16:54:00,1202.0,-0.9251,0,leg_gt,0.74,60 -36053,sell_compound_top3,sell,2025-07-01 16:57:00,1201.0,-1.0076,0,leg_gt,0.74,60 -36054,sell_compound_top3,sell,2025-07-01 19:15:00,1197.0,-1.3376,0,leg_gt,0.84,60 -36055,sell_compound_top3,sell,2025-07-01 19:18:00,1196.0,-1.4201,0,leg_gt,0.84,60 -36056,sell_compound_top3,sell,2025-07-01 23:15:00,1196.0,-1.4201,0,leg_gt,1.01,60 -36057,sell_compound_top3,sell,2025-07-01 23:18:00,1197.0,-1.3376,0,leg_gt,1.01,60 -36058,sell_compound_top3,sell,2025-07-02 09:42:00,1172.0,-3.4003,0,leg_gt,1.44,60 -36059,sell_compound_top3,sell,2025-07-02 10:42:00,1173.0,0.9336,1,leg_gt,0.02,60 -36060,sell_compound_top3,sell,2025-07-02 12:00:00,1175.0,1.1059,1,leg_gt,0.07,60 -36061,sell_compound_top3,sell,2025-07-02 12:03:00,1176.0,1.192,1,leg_gt,0.08,60 -36062,sell_compound_top3,sell,2025-07-02 12:30:00,1181.0,1.6227,1,leg_gt,0.09,60 -36063,sell_compound_top3,sell,2025-07-02 12:33:00,1182.0,1.7088,1,leg_gt,0.1,60 -36064,sell_compound_top3,sell,2025-07-02 13:42:00,1183.0,1.7949,1,leg_gt,0.14,60 -36065,sell_compound_top3,sell,2025-07-02 13:45:00,1184.0,1.8811,1,leg_gt,0.15,60 -36066,sell_compound_top3,sell,2025-07-02 13:48:00,1183.0,1.7949,1,leg_gt,0.15,60 -36067,sell_compound_top3,sell,2025-07-02 14:06:00,1187.0,2.1394,1,leg_gt,0.16,60 -36068,sell_compound_top3,sell,2025-07-02 14:09:00,1189.0,2.3117,1,leg_gt,0.16,60 -36069,sell_compound_top3,sell,2025-07-02 14:12:00,1190.0,2.3978,1,leg_gt,0.16,60 -36070,sell_compound_top3,sell,2025-07-02 14:15:00,1190.0,2.3978,1,leg_gt,0.17,60 -36071,sell_compound_top3,sell,2025-07-02 14:18:00,1194.0,2.7424,1,leg_gt,0.17,60 -36072,sell_compound_top3,sell,2025-07-02 14:21:00,1191.0,2.484,1,leg_gt,0.17,60 -36073,sell_compound_top3,sell,2025-07-02 14:24:00,1194.0,2.7424,1,leg_gt,0.17,60 -36074,sell_compound_top3,sell,2025-07-02 14:27:00,1192.0,2.5701,1,leg_gt,0.18,60 -36075,sell_compound_top3,sell,2025-07-02 14:30:00,1192.0,2.5701,1,leg_gt,0.18,60 -36076,sell_compound_top3,sell,2025-07-02 14:33:00,1191.0,2.484,1,leg_gt,0.18,60 -36077,sell_compound_top3,sell,2025-07-02 15:51:00,1199.0,3.173,1,leg_gt,0.23,60 -36078,sell_compound_top3,sell,2025-07-02 15:54:00,1199.0,3.173,1,leg_gt,0.24,60 -36079,sell_compound_top3,sell,2025-07-02 16:15:00,1216.0,4.6373,1,leg_gt,0.25,60 -36080,sell_compound_top3,sell,2025-07-02 16:18:00,1213.0,4.3789,1,leg_gt,0.25,60 -36081,sell_compound_top3,sell,2025-07-02 20:12:00,1226.0,5.4986,1,leg_gt,0.41,60 -36082,sell_compound_top3,sell,2025-07-02 20:15:00,1224.0,5.3264,1,leg_gt,0.42,60 -36083,sell_compound_top3,sell,2025-07-02 20:18:00,1220.0,4.9818,1,leg_gt,0.42,60 -36084,sell_compound_top3,sell,2025-07-02 22:21:00,1226.0,5.4986,1,leg_gt,0.5,60 -36085,sell_compound_top3,sell,2025-07-02 22:24:00,1225.0,5.4125,1,leg_gt,0.51,60 -36086,sell_compound_top3,sell,2025-07-02 22:27:00,1224.0,5.3264,1,leg_gt,0.51,60 -36087,sell_compound_top3,sell,2025-07-02 22:45:00,1230.0,5.8432,1,leg_gt,0.52,60 -36088,sell_compound_top3,sell,2025-07-02 22:48:00,1234.0,6.1877,1,leg_gt,0.52,60 -36089,sell_compound_top3,sell,2025-07-02 23:42:00,1232.0,6.0154,1,leg_gt,0.56,60 -36090,sell_compound_top3,sell,2025-07-02 23:51:00,1234.0,6.1877,1,leg_gt,0.57,60 -36091,sell_compound_top3,sell,2025-07-02 23:54:00,1234.0,6.1877,1,leg_gt,0.57,60 -36092,sell_compound_top3,sell,2025-07-02 23:57:00,1235.0,6.2738,1,leg_gt,0.57,60 -36093,sell_compound_top3,sell,2025-07-03 00:00:00,1235.0,6.2738,1,leg_gt,0.57,60 -36094,sell_compound_top3,sell,2025-07-03 00:03:00,1234.0,6.1877,1,leg_gt,0.57,60 -36095,sell_compound_top3,sell,2025-07-03 00:06:00,1239.0,6.6183,1,leg_gt,0.58,60 -36096,sell_compound_top3,sell,2025-07-03 00:09:00,1239.0,6.6183,1,leg_gt,0.58,60 -36097,sell_compound_top3,sell,2025-07-03 00:12:00,1246.0,7.2213,1,leg_gt,0.58,60 -36098,sell_compound_top3,sell,2025-07-03 00:15:00,1241.0,6.7906,1,leg_gt,0.58,60 -36099,sell_compound_top3,sell,2025-07-03 00:18:00,1245.0,7.1351,1,leg_gt,0.59,60 -36100,sell_compound_top3,sell,2025-07-03 00:36:00,1245.0,7.1351,1,leg_gt,0.6,60 -36101,sell_compound_top3,sell,2025-07-03 00:39:00,1243.0,6.9629,1,leg_gt,0.6,60 -36102,sell_compound_top3,sell,2025-07-03 00:42:00,1240.0,6.7045,1,leg_gt,0.6,60 -36103,sell_compound_top3,sell,2025-07-03 00:57:00,1246.0,7.2213,1,leg_gt,0.61,60 -36104,sell_compound_top3,sell,2025-07-03 01:00:00,1247.0,7.3074,1,leg_gt,0.61,60 -36105,sell_compound_top3,sell,2025-07-03 01:03:00,1249.0,7.4797,1,leg_gt,0.62,60 -36106,sell_compound_top3,sell,2025-07-03 01:30:00,1272.0,9.4607,1,leg_gt,0.64,60 -36107,sell_compound_top3,sell,2025-07-03 01:33:00,1273.0,9.5469,1,leg_gt,0.64,60 -36108,sell_compound_top3,sell,2025-07-03 01:36:00,1279.0,10.0637,1,leg_gt,0.64,60 -36109,sell_compound_top3,sell,2025-07-03 01:39:00,1279.0,10.0637,1,leg_gt,0.64,60 -36110,sell_compound_top3,sell,2025-07-03 01:42:00,1284.0,10.4943,1,leg_gt,0.64,60 -36111,sell_compound_top3,sell,2025-07-03 01:45:00,1286.0,10.6666,1,leg_gt,0.65,60 -36112,sell_compound_top3,sell,2025-07-03 01:48:00,1286.0,10.6666,1,leg_gt,0.65,60 -36113,sell_compound_top3,sell,2025-07-03 01:51:00,1285.0,10.5804,1,leg_gt,0.65,60 -36114,sell_compound_top3,sell,2025-07-03 01:54:00,1286.0,10.6666,1,leg_gt,0.65,60 -36115,sell_compound_top3,sell,2025-07-03 02:00:00,1284.0,10.4943,1,leg_gt,0.66,60 -36116,sell_compound_top3,sell,2025-07-03 02:03:00,1292.0,11.1834,1,leg_gt,0.66,60 -36117,sell_compound_top3,sell,2025-07-03 03:27:00,1297.0,1.7053,1,leg_gt,0.03,60 -36118,sell_compound_top3,sell,2025-07-03 03:30:00,1302.0,2.0978,1,leg_gt,0.03,60 -36119,sell_compound_top3,sell,2025-07-03 03:33:00,1300.0,1.9408,1,leg_gt,0.03,60 -36120,sell_compound_top3,sell,2025-07-03 05:00:00,1303.0,2.1763,1,leg_gt,0.09,60 -36121,sell_compound_top3,sell,2025-07-03 05:03:00,1301.0,2.0193,1,leg_gt,0.1,60 -36122,sell_compound_top3,sell,2025-07-03 05:42:00,1305.0,2.3333,1,leg_gt,0.12,60 -36123,sell_compound_top3,sell,2025-07-03 05:45:00,1306.0,2.4118,1,leg_gt,0.12,60 -36124,sell_compound_top3,sell,2025-07-03 05:48:00,1306.0,2.4118,1,leg_gt,0.13,60 -36125,sell_compound_top3,sell,2025-07-03 10:21:00,1296.0,1.6268,1,leg_gt,0.32,60 -36126,sell_compound_top3,sell,2025-07-03 10:24:00,1302.0,2.0978,1,leg_gt,0.32,60 -36127,sell_compound_top3,sell,2025-07-03 10:30:00,1300.0,1.9408,1,leg_gt,0.32,60 -36128,sell_compound_top3,sell,2025-07-03 10:33:00,1301.0,2.0193,1,leg_gt,0.32,60 -36129,sell_compound_top3,sell,2025-07-03 10:36:00,1301.0,2.0193,1,leg_gt,0.33,60 -36130,sell_compound_top3,sell,2025-07-03 10:39:00,1305.0,2.3333,1,leg_gt,0.33,60 -36131,sell_compound_top3,sell,2025-07-03 10:42:00,1305.0,2.3333,1,leg_gt,0.33,60 -36132,sell_compound_top3,sell,2025-07-03 10:45:00,1305.0,2.3333,1,leg_gt,0.33,60 -36133,sell_compound_top3,sell,2025-07-03 10:48:00,1306.0,2.4118,1,leg_gt,0.34,60 -36134,sell_compound_top3,sell,2025-07-03 10:51:00,1308.0,2.5688,1,leg_gt,0.34,60 -36135,sell_compound_top3,sell,2025-07-03 10:54:00,1308.0,2.5688,1,leg_gt,0.34,60 -36136,sell_compound_top3,sell,2025-07-03 10:57:00,1315.0,3.1182,1,leg_gt,0.34,60 -36137,sell_compound_top3,sell,2025-07-03 11:00:00,1312.0,2.8827,1,leg_gt,0.34,60 -36138,sell_compound_top3,sell,2025-07-03 11:03:00,1310.0,2.7257,1,leg_gt,0.35,60 -36139,sell_compound_top3,sell,2025-07-03 12:00:00,1309.0,2.6473,1,leg_gt,0.39,60 -36140,sell_compound_top3,sell,2025-07-03 12:03:00,1309.0,2.6473,1,leg_gt,0.39,60 -36141,sell_compound_top3,sell,2025-07-03 14:30:00,1324.0,3.8246,1,leg_gt,0.49,60 -36142,sell_compound_top3,sell,2025-07-03 14:33:00,1327.0,4.0601,1,leg_gt,0.49,60 -36143,sell_compound_top3,sell,2025-07-03 14:42:00,1333.0,4.5311,1,leg_gt,0.5,60 -36144,sell_compound_top3,sell,2025-07-03 14:45:00,1329.0,4.2171,1,leg_gt,0.5,60 -36145,sell_compound_top3,sell,2025-07-03 14:48:00,1329.0,4.2171,1,leg_gt,0.5,60 -36146,sell_compound_top3,sell,2025-07-03 14:51:00,1329.0,4.2171,1,leg_gt,0.5,60 -36147,sell_compound_top3,sell,2025-07-03 14:54:00,1332.0,4.4526,1,leg_gt,0.51,60 -36148,sell_compound_top3,sell,2025-07-03 14:57:00,1331.0,4.3741,1,leg_gt,0.51,60 -36149,sell_compound_top3,sell,2025-07-03 15:45:00,1333.0,4.5311,1,leg_gt,0.54,60 -36150,sell_compound_top3,sell,2025-07-03 15:48:00,1329.0,4.2171,1,leg_gt,0.54,60 -36151,sell_compound_top3,sell,2025-07-03 22:42:00,1305.0,2.3333,1,leg_gt,0.83,60 -36152,sell_compound_top3,sell,2025-07-03 22:45:00,1305.0,2.3333,1,leg_gt,0.83,60 -36153,sell_compound_top3,sell,2025-07-03 22:48:00,1303.0,2.1763,1,leg_gt,0.84,60 -36154,sell_compound_top3,sell,2025-07-03 22:51:00,1307.0,2.4903,1,leg_gt,0.84,60 -36155,sell_compound_top3,sell,2025-07-03 22:54:00,1311.0,2.8042,1,leg_gt,0.84,60 -36156,sell_compound_top3,sell,2025-07-03 22:57:00,1313.0,2.9612,1,leg_gt,0.84,60 -36157,sell_compound_top3,sell,2025-07-03 23:00:00,1311.0,2.8042,1,leg_gt,0.84,60 -36158,sell_compound_top3,sell,2025-07-03 23:03:00,1309.0,2.6473,1,leg_gt,0.85,60 -36159,sell_compound_top3,sell,2025-07-04 04:30:00,1283.0,0.6064,1,leg_gt,1.07,60 -36160,sell_compound_top3,sell,2025-07-04 04:33:00,1284.0,0.6849,1,leg_gt,1.08,60 -36161,sell_compound_top3,sell,2025-07-04 04:45:00,1285.0,0.7634,1,leg_gt,1.08,60 -36162,sell_compound_top3,sell,2025-07-04 04:48:00,1283.0,0.6064,1,leg_gt,1.09,60 -36163,sell_compound_top3,sell,2025-07-04 04:57:00,1285.0,0.7634,1,leg_gt,1.09,60 -36164,sell_compound_top3,sell,2025-07-04 05:12:00,1289.0,1.0774,1,leg_gt,1.1,60 -36165,sell_compound_top3,sell,2025-07-04 05:21:00,1288.0,0.9989,1,leg_gt,1.11,60 -36166,sell_compound_top3,sell,2025-07-04 05:24:00,1288.0,0.9989,1,leg_gt,1.11,60 -36167,sell_compound_top3,sell,2025-07-04 05:27:00,1290.0,1.1559,1,leg_gt,1.11,60 -36168,sell_compound_top3,sell,2025-07-04 05:36:00,1289.0,1.0774,1,leg_gt,1.12,60 -36169,sell_compound_top3,sell,2025-07-04 05:39:00,1292.0,1.3129,1,leg_gt,1.12,60 -36170,sell_compound_top3,sell,2025-07-04 05:45:00,1292.0,1.3129,1,leg_gt,1.12,60 -36171,sell_compound_top3,sell,2025-07-04 05:48:00,1290.0,1.1559,1,leg_gt,1.13,60 -36172,sell_compound_top3,sell,2025-07-04 05:51:00,1292.0,1.3129,1,leg_gt,1.13,60 -36173,sell_compound_top3,sell,2025-07-04 05:54:00,1291.0,1.2344,1,leg_gt,1.13,60 -36174,sell_compound_top3,sell,2025-07-04 06:00:00,1292.0,1.3129,1,leg_gt,1.14,60 -36175,sell_compound_top3,sell,2025-07-04 06:03:00,1294.0,1.4699,1,leg_gt,1.14,60 -36176,sell_compound_top3,sell,2025-07-04 10:12:00,1290.0,1.1559,1,leg_gt,1.31,60 -36177,sell_compound_top3,sell,2025-07-04 10:15:00,1289.0,1.0774,1,leg_gt,1.31,60 -36178,sell_compound_top3,sell,2025-07-04 10:18:00,1293.0,1.3914,1,leg_gt,1.31,60 -36179,sell_compound_top3,sell,2025-07-04 10:27:00,1291.0,1.2344,1,leg_gt,1.32,60 -36180,sell_compound_top3,sell,2025-07-05 05:30:00,1194.0,-6.3794,0,leg_gt,2.11,60 -36181,sell_compound_top3,sell,2025-07-05 05:33:00,1194.0,-6.3794,0,leg_gt,2.12,60 -36182,sell_compound_top3,sell,2025-07-05 05:36:00,1196.0,-6.2224,0,leg_gt,2.12,60 -36183,sell_compound_top3,sell,2025-07-05 05:39:00,1194.0,-6.3794,0,leg_gt,2.12,60 -36184,sell_compound_top3,sell,2025-07-05 05:42:00,1194.0,-6.3794,0,leg_gt,2.12,60 -36185,sell_compound_top3,sell,2025-07-05 05:45:00,1195.0,-6.3009,0,leg_gt,2.12,60 -36186,sell_compound_top3,sell,2025-07-05 05:48:00,1196.0,-6.2224,0,leg_gt,2.13,60 -36187,sell_compound_top3,sell,2025-07-05 05:51:00,1197.0,-6.144,0,leg_gt,2.13,60 -36188,sell_compound_top3,sell,2025-07-05 05:54:00,1195.0,-6.3009,0,leg_gt,2.13,60 -36189,sell_compound_top3,sell,2025-07-05 07:15:00,1198.0,-6.0655,0,leg_gt,2.19,60 -36190,sell_compound_top3,sell,2025-07-05 07:18:00,1198.0,-6.0655,0,leg_gt,2.19,60 -36191,sell_compound_top3,sell,2025-07-05 07:42:00,1200.0,-5.9085,0,leg_gt,2.21,60 -36192,sell_compound_top3,sell,2025-07-05 07:45:00,1199.0,-5.987,0,leg_gt,2.21,60 -36193,sell_compound_top3,sell,2025-07-05 07:48:00,1198.0,-6.0655,0,leg_gt,2.21,60 -36194,sell_compound_top3,sell,2025-07-05 07:51:00,1199.0,-5.987,0,leg_gt,2.21,60 -36195,sell_compound_top3,sell,2025-07-05 07:54:00,1201.0,-5.83,0,leg_gt,2.21,60 -36196,sell_compound_top3,sell,2025-07-05 07:57:00,1200.0,-5.9085,0,leg_gt,2.22,60 -36197,sell_compound_top3,sell,2025-07-05 08:00:00,1202.0,-5.7515,0,leg_gt,2.22,60 -36198,sell_compound_top3,sell,2025-07-05 08:03:00,1199.0,-5.987,0,leg_gt,2.22,60 -36199,sell_compound_top3,sell,2025-07-05 09:27:00,1202.0,-5.7515,0,leg_gt,2.28,60 -36200,sell_compound_top3,sell,2025-07-05 09:30:00,1202.0,-5.7515,0,leg_gt,2.28,60 -36201,sell_compound_top3,sell,2025-07-05 09:33:00,1202.0,-5.7515,0,leg_gt,2.28,60 -36202,sell_compound_top3,sell,2025-07-05 09:42:00,1201.0,-5.83,0,leg_gt,2.29,60 -36203,sell_compound_top3,sell,2025-07-05 12:30:00,1208.0,-5.2805,0,leg_gt,2.41,60 -36204,sell_compound_top3,sell,2025-07-05 12:33:00,1208.0,-5.2805,0,leg_gt,2.41,60 -36205,sell_compound_top3,sell,2025-07-05 15:06:00,1203.0,-5.673,0,leg_gt,2.51,60 -36206,sell_compound_top3,sell,2025-07-05 15:09:00,1205.0,-5.516,0,leg_gt,2.52,60 -36207,sell_compound_top3,sell,2025-07-05 15:21:00,1206.0,-5.4375,0,leg_gt,2.52,60 -36208,sell_compound_top3,sell,2025-07-05 15:24:00,1209.0,-5.202,0,leg_gt,2.53,60 -36209,sell_compound_top3,sell,2025-07-05 15:36:00,1210.0,-5.1235,0,leg_gt,2.54,60 -36210,sell_compound_top3,sell,2025-07-05 15:39:00,1208.0,-5.2805,0,leg_gt,2.54,60 -36211,sell_compound_top3,sell,2025-07-05 15:51:00,1208.0,-5.2805,0,leg_gt,2.55,60 -36212,sell_compound_top3,sell,2025-07-05 15:54:00,1211.0,-5.0451,0,leg_gt,2.55,60 -36213,sell_compound_top3,sell,2025-07-05 15:57:00,1211.0,-5.0451,0,leg_gt,2.55,60 -36214,sell_compound_top3,sell,2025-07-05 16:00:00,1211.0,-5.0451,0,leg_gt,2.55,60 -36215,sell_compound_top3,sell,2025-07-05 16:03:00,1210.0,-5.1235,0,leg_gt,2.55,60 -36216,sell_compound_top3,sell,2025-07-05 16:06:00,1210.0,-5.1235,0,leg_gt,2.56,60 -36217,sell_compound_top3,sell,2025-07-05 16:09:00,1211.0,-5.0451,0,leg_gt,2.56,60 -36218,sell_compound_top3,sell,2025-07-06 00:00:00,1198.0,-6.0655,0,leg_gt,2.89,60 -36219,sell_compound_top3,sell,2025-07-06 00:03:00,1196.0,-6.2224,0,leg_gt,2.89,60 -36220,sell_compound_top3,sell,2025-07-06 07:51:00,1188.0,1.0925,1,leg_gt,0.17,60 -36221,sell_compound_top3,sell,2025-07-06 07:54:00,1187.0,1.0073,1,leg_gt,0.17,60 -36222,sell_compound_top3,sell,2025-07-06 08:15:00,1190.0,1.2629,1,leg_gt,0.19,60 -36223,sell_compound_top3,sell,2025-07-06 08:18:00,1190.0,1.2629,1,leg_gt,0.19,60 -36224,sell_compound_top3,sell,2025-07-06 08:21:00,1189.0,1.1777,1,leg_gt,0.19,60 -36225,sell_compound_top3,sell,2025-07-06 08:24:00,1189.0,1.1777,1,leg_gt,0.19,60 -36226,sell_compound_top3,sell,2025-07-06 08:27:00,1190.0,1.2629,1,leg_gt,0.19,60 -36227,sell_compound_top3,sell,2025-07-06 15:51:00,1186.0,0.9221,1,leg_gt,0.5,60 -36228,sell_compound_top3,sell,2025-07-06 15:54:00,1187.0,1.0073,1,leg_gt,0.5,60 -36229,sell_compound_top3,sell,2025-07-06 15:57:00,1189.0,1.1777,1,leg_gt,0.51,60 -36230,sell_compound_top3,sell,2025-07-06 16:21:00,1192.0,1.4332,1,leg_gt,0.52,60 -36231,sell_compound_top3,sell,2025-07-06 16:24:00,1195.0,1.6888,1,leg_gt,0.52,60 -36232,sell_compound_top3,sell,2025-07-06 16:27:00,1195.0,1.6888,1,leg_gt,0.53,60 -36233,sell_compound_top3,sell,2025-07-06 16:30:00,1194.0,1.6036,1,leg_gt,0.53,60 -36234,sell_compound_top3,sell,2025-07-06 16:33:00,1193.0,1.5184,1,leg_gt,0.53,60 -36235,sell_compound_top3,sell,2025-07-06 17:51:00,1195.0,1.6888,1,leg_gt,0.59,60 -36236,sell_compound_top3,sell,2025-07-06 17:54:00,1195.0,1.6888,1,leg_gt,0.59,60 -36237,sell_compound_top3,sell,2025-07-06 21:06:00,1188.0,1.0925,1,leg_gt,0.72,60 -36238,sell_compound_top3,sell,2025-07-06 21:09:00,1190.0,1.2629,1,leg_gt,0.72,60 -36239,sell_compound_top3,sell,2025-07-06 21:45:00,1193.0,1.5184,1,leg_gt,0.75,60 -36240,sell_compound_top3,sell,2025-07-06 21:48:00,1195.0,1.6888,1,leg_gt,0.75,60 -36241,sell_compound_top3,sell,2025-07-06 21:51:00,1197.0,1.8591,1,leg_gt,0.75,60 -36242,sell_compound_top3,sell,2025-07-06 21:54:00,1194.0,1.6036,1,leg_gt,0.75,60 -36243,sell_compound_top3,sell,2025-07-06 21:57:00,1195.0,1.6888,1,leg_gt,0.76,60 -36244,sell_compound_top3,sell,2025-07-06 22:00:00,1197.0,1.8591,1,leg_gt,0.76,60 -36245,sell_compound_top3,sell,2025-07-06 22:03:00,1195.0,1.6888,1,leg_gt,0.76,60 -36246,sell_compound_top3,sell,2025-07-06 22:15:00,1197.0,1.8591,1,leg_gt,0.77,60 -36247,sell_compound_top3,sell,2025-07-06 22:18:00,1196.0,1.7739,1,leg_gt,0.77,60 -36248,sell_compound_top3,sell,2025-07-06 22:21:00,1199.0,2.0295,1,leg_gt,0.77,60 -36249,sell_compound_top3,sell,2025-07-06 22:24:00,1200.0,2.1147,1,leg_gt,0.78,60 -36250,sell_compound_top3,sell,2025-07-06 22:27:00,1199.0,2.0295,1,leg_gt,0.78,60 -36251,sell_compound_top3,sell,2025-07-06 22:42:00,1208.0,2.7961,1,leg_gt,0.79,60 -36252,sell_compound_top3,sell,2025-07-06 22:51:00,1211.0,3.0516,1,leg_gt,0.79,60 -36253,sell_compound_top3,sell,2025-07-06 22:54:00,1214.0,3.3072,1,leg_gt,0.8,60 -36254,sell_compound_top3,sell,2025-07-06 23:00:00,1208.0,2.7961,1,leg_gt,0.8,60 -36255,sell_compound_top3,sell,2025-07-06 23:03:00,1211.0,3.0516,1,leg_gt,0.8,60 -36256,sell_compound_top3,sell,2025-07-06 23:06:00,1211.0,3.0516,1,leg_gt,0.8,60 -36257,sell_compound_top3,sell,2025-07-06 23:09:00,1211.0,3.0516,1,leg_gt,0.81,60 -36258,sell_compound_top3,sell,2025-07-07 01:30:00,1209.0,2.8813,1,leg_gt,0.9,60 -36259,sell_compound_top3,sell,2025-07-07 01:33:00,1206.0,2.6257,1,leg_gt,0.91,60 -36260,sell_compound_top3,sell,2025-07-07 05:21:00,1215.0,3.3923,1,leg_gt,1.06,60 -36261,sell_compound_top3,sell,2025-07-07 05:24:00,1215.0,3.3923,1,leg_gt,1.07,60 -36262,sell_compound_top3,sell,2025-07-07 05:27:00,1214.0,3.3072,1,leg_gt,1.07,60 -36263,sell_compound_top3,sell,2025-07-07 05:30:00,1213.0,3.222,1,leg_gt,1.07,60 -36264,sell_compound_top3,sell,2025-07-07 05:33:00,1213.0,3.222,1,leg_gt,1.07,60 -36265,sell_compound_top3,sell,2025-07-07 05:42:00,1215.0,3.3923,1,leg_gt,1.08,60 -36266,sell_compound_top3,sell,2025-07-07 05:45:00,1216.0,3.4775,1,leg_gt,1.08,60 -36267,sell_compound_top3,sell,2025-07-07 05:48:00,1217.0,3.5627,1,leg_gt,1.08,60 -36268,sell_compound_top3,sell,2025-07-07 06:15:00,1219.0,3.733,1,leg_gt,1.1,60 -36269,sell_compound_top3,sell,2025-07-07 06:18:00,1218.0,3.6479,1,leg_gt,1.1,60 -36270,sell_compound_top3,sell,2025-07-07 06:21:00,1217.0,3.5627,1,leg_gt,1.11,60 -36271,sell_compound_top3,sell,2025-07-07 06:24:00,1222.0,3.9886,1,leg_gt,1.11,60 -36272,sell_compound_top3,sell,2025-07-07 07:00:00,1229.0,4.5848,1,leg_gt,1.13,60 -36273,sell_compound_top3,sell,2025-07-07 07:03:00,1235.0,5.0959,1,leg_gt,1.14,60 -36274,sell_compound_top3,sell,2025-07-07 07:06:00,1236.0,5.1811,1,leg_gt,1.14,60 -36275,sell_compound_top3,sell,2025-07-07 07:09:00,1236.0,5.1811,1,leg_gt,1.14,60 -36276,sell_compound_top3,sell,2025-07-07 07:12:00,1235.0,5.0959,1,leg_gt,1.14,60 -36277,sell_compound_top3,sell,2025-07-07 07:15:00,1236.0,5.1811,1,leg_gt,1.14,60 -36278,sell_compound_top3,sell,2025-07-07 07:18:00,1235.0,5.0959,1,leg_gt,1.15,60 -36279,sell_compound_top3,sell,2025-07-07 11:42:00,1235.0,5.0959,1,leg_gt,1.33,60 -36280,sell_compound_top3,sell,2025-07-07 11:51:00,1231.0,4.7552,1,leg_gt,1.34,60 -36281,sell_compound_top3,sell,2025-07-07 11:54:00,1228.0,4.4997,1,leg_gt,1.34,60 -36282,sell_compound_top3,sell,2025-07-07 22:30:00,1205.0,2.5405,1,leg_gt,1.78,60 -36283,sell_compound_top3,sell,2025-07-07 22:33:00,1203.0,2.3702,1,leg_gt,1.78,60 -36284,sell_compound_top3,sell,2025-07-07 23:06:00,1206.0,2.6257,1,leg_gt,1.8,60 -36285,sell_compound_top3,sell,2025-07-07 23:09:00,1203.0,2.3702,1,leg_gt,1.81,60 -36286,sell_compound_top3,sell,2025-07-08 04:30:00,1198.0,1.9443,1,leg_gt,2.03,60 -36287,sell_compound_top3,sell,2025-07-08 04:33:00,1198.0,1.9443,1,leg_gt,2.03,60 -36288,sell_compound_top3,sell,2025-07-08 04:36:00,1198.0,1.9443,1,leg_gt,2.03,60 -36289,sell_compound_top3,sell,2025-07-08 08:27:00,1189.0,1.1777,1,leg_gt,2.19,60 -36290,sell_compound_top3,sell,2025-07-08 08:45:00,1192.0,1.4332,1,leg_gt,2.21,60 -36291,sell_compound_top3,sell,2025-07-08 08:48:00,1192.0,1.4332,1,leg_gt,2.21,60 -36292,sell_compound_top3,sell,2025-07-08 08:51:00,1192.0,1.4332,1,leg_gt,2.21,60 -36293,sell_compound_top3,sell,2025-07-08 08:54:00,1194.0,1.6036,1,leg_gt,2.21,60 -36294,sell_compound_top3,sell,2025-07-08 08:57:00,1194.0,1.6036,1,leg_gt,2.21,60 -36295,sell_compound_top3,sell,2025-07-08 14:51:00,1184.0,0.7518,1,leg_gt,2.46,60 -36296,sell_compound_top3,sell,2025-07-08 14:54:00,1184.0,0.7518,1,leg_gt,2.46,60 -36297,sell_compound_top3,sell,2025-07-08 14:57:00,1183.0,0.6666,1,leg_gt,2.46,60 -36298,sell_compound_top3,sell,2025-07-08 15:00:00,1184.0,0.7518,1,leg_gt,2.47,60 -36299,sell_compound_top3,sell,2025-07-08 15:03:00,1184.0,0.7518,1,leg_gt,2.47,60 -36300,sell_compound_top3,sell,2025-07-08 19:45:00,1187.0,1.0073,1,leg_gt,2.66,60 -36301,sell_compound_top3,sell,2025-07-08 19:48:00,1185.0,0.837,1,leg_gt,2.67,60 -36302,sell_compound_top3,sell,2025-07-08 19:51:00,1185.0,0.837,1,leg_gt,2.67,60 -36303,sell_compound_top3,sell,2025-07-08 19:54:00,1187.0,1.0073,1,leg_gt,2.67,60 -36304,sell_compound_top3,sell,2025-07-08 19:57:00,1186.0,0.9221,1,leg_gt,2.67,60 -36305,sell_compound_top3,sell,2025-07-08 20:00:00,1186.0,0.9221,1,leg_gt,2.68,60 -36306,sell_compound_top3,sell,2025-07-08 20:03:00,1186.0,0.9221,1,leg_gt,2.68,60 -36307,sell_compound_top3,sell,2025-07-08 20:06:00,1192.0,1.4332,1,leg_gt,2.68,60 -36308,sell_compound_top3,sell,2025-07-08 20:09:00,1190.0,1.2629,1,leg_gt,2.68,60 -36309,sell_compound_top3,sell,2025-07-08 20:12:00,1190.0,1.2629,1,leg_gt,2.68,60 -36310,sell_compound_top3,sell,2025-07-08 20:15:00,1191.0,1.348,1,leg_gt,2.69,60 -36311,sell_compound_top3,sell,2025-07-08 20:18:00,1189.0,1.1777,1,leg_gt,2.69,60 -36312,sell_compound_top3,sell,2025-07-08 20:21:00,1190.0,1.2629,1,leg_gt,2.69,60 -36313,sell_compound_top3,sell,2025-07-08 20:24:00,1190.0,1.2629,1,leg_gt,2.69,60 -36314,sell_compound_top3,sell,2025-07-08 22:06:00,1189.0,1.1777,1,leg_gt,2.76,60 -36315,sell_compound_top3,sell,2025-07-08 22:09:00,1189.0,1.1777,1,leg_gt,2.76,60 -36316,sell_compound_top3,sell,2025-07-09 02:30:00,1201.0,2.6374,1,leg_gt,0.09,60 -36317,sell_compound_top3,sell,2025-07-09 02:33:00,1200.0,2.5518,1,leg_gt,0.09,60 -36318,sell_compound_top3,sell,2025-07-09 02:36:00,1199.0,2.4663,1,leg_gt,0.09,60 -36319,sell_compound_top3,sell,2025-07-09 02:39:00,1197.0,2.2952,1,leg_gt,0.09,60 -36320,sell_compound_top3,sell,2025-07-09 02:51:00,1199.0,2.4663,1,leg_gt,0.1,60 -36321,sell_compound_top3,sell,2025-07-09 02:54:00,1203.0,2.8085,1,leg_gt,0.1,60 -36322,sell_compound_top3,sell,2025-07-09 14:51:00,1191.0,1.782,1,leg_gt,0.6,60 -36323,sell_compound_top3,sell,2025-07-09 14:54:00,1188.0,1.5253,1,leg_gt,0.6,60 -36324,sell_compound_top3,sell,2025-07-09 16:30:00,1192.0,1.8675,1,leg_gt,0.67,60 -36325,sell_compound_top3,sell,2025-07-09 16:33:00,1192.0,1.8675,1,leg_gt,0.67,60 -36326,sell_compound_top3,sell,2025-07-09 19:42:00,1192.0,1.8675,1,leg_gt,0.8,60 -36327,sell_compound_top3,sell,2025-07-09 20:27:00,1193.0,1.953,1,leg_gt,0.84,60 -36328,sell_compound_top3,sell,2025-07-09 20:30:00,1194.0,2.0386,1,leg_gt,0.84,60 -36329,sell_compound_top3,sell,2025-07-09 20:33:00,1195.0,2.1241,1,leg_gt,0.84,60 -36330,sell_compound_top3,sell,2025-07-09 20:36:00,1196.0,2.2097,1,leg_gt,0.84,60 -36331,sell_compound_top3,sell,2025-07-09 20:39:00,1195.0,2.1241,1,leg_gt,0.84,60 -36332,sell_compound_top3,sell,2025-07-09 21:12:00,1198.0,2.3808,1,leg_gt,0.87,60 -36333,sell_compound_top3,sell,2025-07-09 21:42:00,1204.0,2.894,1,leg_gt,0.89,60 -36334,sell_compound_top3,sell,2025-07-09 21:45:00,1206.0,3.0651,1,leg_gt,0.89,60 -36335,sell_compound_top3,sell,2025-07-09 21:48:00,1203.0,2.8085,1,leg_gt,0.89,60 -36336,sell_compound_top3,sell,2025-07-10 03:21:00,1206.0,3.0651,1,leg_gt,1.12,60 -36337,sell_compound_top3,sell,2025-07-10 03:24:00,1207.0,3.1506,1,leg_gt,1.12,60 -36338,sell_compound_top3,sell,2025-07-10 03:30:00,1206.0,3.0651,1,leg_gt,1.13,60 -36339,sell_compound_top3,sell,2025-07-10 03:33:00,1204.0,2.894,1,leg_gt,1.13,60 -36340,sell_compound_top3,sell,2025-07-10 03:36:00,1207.0,3.1506,1,leg_gt,1.13,60 -36341,sell_compound_top3,sell,2025-07-10 03:39:00,1206.0,3.0651,1,leg_gt,1.14,60 -36342,sell_compound_top3,sell,2025-07-10 04:21:00,1211.0,3.4928,1,leg_gt,1.16,60 -36343,sell_compound_top3,sell,2025-07-10 04:24:00,1213.0,3.6639,1,leg_gt,1.17,60 -36344,sell_compound_top3,sell,2025-07-10 05:00:00,1230.0,5.1181,1,leg_gt,1.19,60 -36345,sell_compound_top3,sell,2025-07-10 05:03:00,1238.0,5.8025,1,leg_gt,1.19,60 -36346,sell_compound_top3,sell,2025-07-10 05:06:00,1234.0,5.4603,1,leg_gt,1.2,60 -36347,sell_compound_top3,sell,2025-07-10 05:09:00,1228.0,4.947,1,leg_gt,1.2,60 -36348,sell_compound_top3,sell,2025-07-10 06:30:00,1244.0,6.3157,1,leg_gt,1.25,60 -36349,sell_compound_top3,sell,2025-07-10 06:33:00,1244.0,6.3157,1,leg_gt,1.26,60 -36350,sell_compound_top3,sell,2025-07-10 06:36:00,1239.0,5.888,1,leg_gt,1.26,60 -36351,sell_compound_top3,sell,2025-07-10 06:39:00,1240.0,5.9736,1,leg_gt,1.26,60 -36352,sell_compound_top3,sell,2025-07-10 06:42:00,1242.0,6.1447,1,leg_gt,1.26,60 -36353,sell_compound_top3,sell,2025-07-10 06:45:00,1243.0,6.2302,1,leg_gt,1.26,60 -36354,sell_compound_top3,sell,2025-07-10 06:48:00,1245.0,6.4013,1,leg_gt,1.27,60 -36355,sell_compound_top3,sell,2025-07-10 12:42:00,1249.0,6.7435,1,leg_gt,1.51,60 -36356,sell_compound_top3,sell,2025-07-10 12:51:00,1251.0,6.9145,1,leg_gt,1.52,60 -36357,sell_compound_top3,sell,2025-07-10 12:54:00,1249.0,6.7435,1,leg_gt,1.52,60 -36358,sell_compound_top3,sell,2025-07-10 13:30:00,1250.0,6.829,1,leg_gt,1.55,60 -36359,sell_compound_top3,sell,2025-07-10 13:33:00,1252.0,7.0001,1,leg_gt,1.55,60 -36360,sell_compound_top3,sell,2025-07-10 13:36:00,1252.0,7.0001,1,leg_gt,1.55,60 -36361,sell_compound_top3,sell,2025-07-10 13:39:00,1252.0,7.0001,1,leg_gt,1.55,60 -36362,sell_compound_top3,sell,2025-07-10 13:42:00,1254.0,7.1712,1,leg_gt,1.55,60 -36363,sell_compound_top3,sell,2025-07-10 13:45:00,1254.0,7.1712,1,leg_gt,1.56,60 -36364,sell_compound_top3,sell,2025-07-10 13:48:00,1254.0,7.1712,1,leg_gt,1.56,60 -36365,sell_compound_top3,sell,2025-07-10 13:51:00,1253.0,7.0856,1,leg_gt,1.56,60 -36366,sell_compound_top3,sell,2025-07-10 13:54:00,1253.0,7.0856,1,leg_gt,1.56,60 -36367,sell_compound_top3,sell,2025-07-10 13:57:00,1255.0,7.2567,1,leg_gt,1.56,60 -36368,sell_compound_top3,sell,2025-07-10 14:00:00,1256.0,7.3423,1,leg_gt,1.57,60 -36369,sell_compound_top3,sell,2025-07-10 14:03:00,1255.0,7.2567,1,leg_gt,1.57,60 -36370,sell_compound_top3,sell,2025-07-10 14:06:00,1254.0,7.1712,1,leg_gt,1.57,60 -36371,sell_compound_top3,sell,2025-07-10 14:09:00,1255.0,7.2567,1,leg_gt,1.57,60 -36372,sell_compound_top3,sell,2025-07-10 16:21:00,1260.0,7.6844,1,leg_gt,1.66,60 -36373,sell_compound_top3,sell,2025-07-10 16:24:00,1257.0,7.4278,1,leg_gt,1.67,60 -36374,sell_compound_top3,sell,2025-07-10 16:30:00,1259.0,7.5989,1,leg_gt,1.67,60 -36375,sell_compound_top3,sell,2025-07-10 16:33:00,1259.0,7.5989,1,leg_gt,1.67,60 -36376,sell_compound_top3,sell,2025-07-10 17:42:00,1262.0,7.8555,1,leg_gt,1.72,60 -36377,sell_compound_top3,sell,2025-07-10 18:06:00,1265.0,8.1121,1,leg_gt,1.74,60 -36378,sell_compound_top3,sell,2025-07-10 18:09:00,1266.0,8.1977,1,leg_gt,1.74,60 -36379,sell_compound_top3,sell,2025-07-10 18:30:00,1267.0,8.2832,1,leg_gt,1.75,60 -36380,sell_compound_top3,sell,2025-07-10 18:33:00,1269.0,8.4543,1,leg_gt,1.76,60 -36381,sell_compound_top3,sell,2025-07-10 18:36:00,1271.0,8.6254,1,leg_gt,1.76,60 -36382,sell_compound_top3,sell,2025-07-10 18:39:00,1269.0,8.4543,1,leg_gt,1.76,60 -36383,sell_compound_top3,sell,2025-07-10 19:42:00,1271.0,8.6254,1,leg_gt,1.8,60 -36384,sell_compound_top3,sell,2025-07-10 19:45:00,1270.0,8.5399,1,leg_gt,1.81,60 -36385,sell_compound_top3,sell,2025-07-10 19:48:00,1269.0,8.4543,1,leg_gt,1.81,60 -36386,sell_compound_top3,sell,2025-07-10 19:51:00,1272.0,8.7109,1,leg_gt,1.81,60 -36387,sell_compound_top3,sell,2025-07-10 19:54:00,1272.0,8.7109,1,leg_gt,1.81,60 -36388,sell_compound_top3,sell,2025-07-10 19:57:00,1270.0,8.5399,1,leg_gt,1.81,60 -36389,sell_compound_top3,sell,2025-07-10 22:12:00,1272.0,8.7109,1,leg_gt,1.91,60 -36390,sell_compound_top3,sell,2025-07-10 22:42:00,1284.0,9.7375,1,leg_gt,1.93,60 -36391,sell_compound_top3,sell,2025-07-11 01:57:00,1299.0,11.0206,1,leg_gt,2.06,60 -36392,sell_compound_top3,sell,2025-07-11 02:00:00,1300.0,11.1062,1,leg_gt,2.07,60 -36393,sell_compound_top3,sell,2025-07-11 02:03:00,1294.0,10.5929,1,leg_gt,2.07,60 -36394,sell_compound_top3,sell,2025-07-11 02:06:00,1299.0,11.0206,1,leg_gt,2.07,60 -36395,sell_compound_top3,sell,2025-07-11 02:09:00,1306.0,11.6194,1,leg_gt,2.07,60 -36396,sell_compound_top3,sell,2025-07-11 02:12:00,1309.0,11.876,1,leg_gt,2.08,60 -36397,sell_compound_top3,sell,2025-07-11 02:15:00,1314.0,12.3038,1,leg_gt,2.08,60 -36398,sell_compound_top3,sell,2025-07-11 02:18:00,1309.0,11.876,1,leg_gt,2.08,60 -36399,sell_compound_top3,sell,2025-07-11 02:21:00,1309.0,11.876,1,leg_gt,2.08,60 -36400,sell_compound_top3,sell,2025-07-11 02:24:00,1308.0,11.7905,1,leg_gt,2.08,60 -36401,sell_compound_top3,sell,2025-07-11 02:27:00,1312.0,12.1327,1,leg_gt,2.09,60 -36402,sell_compound_top3,sell,2025-07-11 02:30:00,1315.0,12.3893,1,leg_gt,2.09,60 -36403,sell_compound_top3,sell,2025-07-11 02:33:00,1318.0,12.6459,1,leg_gt,2.09,60 -36404,sell_compound_top3,sell,2025-07-11 02:36:00,1316.0,12.4749,1,leg_gt,2.09,60 -36405,sell_compound_top3,sell,2025-07-11 02:39:00,1318.0,12.6459,1,leg_gt,2.09,60 -36406,sell_compound_top3,sell,2025-07-11 02:42:00,1323.0,13.0737,1,leg_gt,2.1,60 -36407,sell_compound_top3,sell,2025-07-11 02:45:00,1323.0,13.0737,1,leg_gt,2.1,60 -36408,sell_compound_top3,sell,2025-07-11 02:48:00,1322.0,12.9881,1,leg_gt,2.1,60 -36409,sell_compound_top3,sell,2025-07-11 02:51:00,1324.0,13.1592,1,leg_gt,2.1,60 -36410,sell_compound_top3,sell,2025-07-11 02:54:00,1329.0,13.5869,1,leg_gt,2.1,60 -36411,sell_compound_top3,sell,2025-07-11 02:57:00,1330.0,13.6725,1,leg_gt,2.11,60 -36412,sell_compound_top3,sell,2025-07-11 03:00:00,1330.0,13.6725,1,leg_gt,2.11,60 -36413,sell_compound_top3,sell,2025-07-11 03:03:00,1330.0,13.6725,1,leg_gt,2.11,60 -36414,sell_compound_top3,sell,2025-07-11 03:06:00,1329.0,13.5869,1,leg_gt,2.11,60 -36415,sell_compound_top3,sell,2025-07-11 03:09:00,1330.0,13.6725,1,leg_gt,2.11,60 -36416,sell_compound_top3,sell,2025-07-11 03:12:00,1328.0,13.5014,1,leg_gt,2.12,60 -36417,sell_compound_top3,sell,2025-07-11 03:15:00,1331.0,13.758,1,leg_gt,2.12,60 -36418,sell_compound_top3,sell,2025-07-11 03:18:00,1331.0,13.758,1,leg_gt,2.12,60 -36419,sell_compound_top3,sell,2025-07-11 03:21:00,1334.0,14.0146,1,leg_gt,2.12,60 -36420,sell_compound_top3,sell,2025-07-11 03:24:00,1336.0,14.1857,1,leg_gt,2.12,60 -36421,sell_compound_top3,sell,2025-07-11 04:12:00,1342.0,14.699,1,leg_gt,2.16,60 -36422,sell_compound_top3,sell,2025-07-11 04:15:00,1340.0,14.5279,1,leg_gt,2.16,60 -36423,sell_compound_top3,sell,2025-07-11 04:18:00,1347.0,15.1267,1,leg_gt,2.16,60 -36424,sell_compound_top3,sell,2025-07-11 05:45:00,1346.0,15.0411,1,leg_gt,2.22,60 -36425,sell_compound_top3,sell,2025-07-11 05:48:00,1345.0,14.9556,1,leg_gt,2.22,60 -36426,sell_compound_top3,sell,2025-07-11 06:57:00,1411.0,20.6015,1,leg_gt,2.27,60 -36427,sell_compound_top3,sell,2025-07-11 07:00:00,1418.0,21.2003,1,leg_gt,2.28,60 -36428,sell_compound_top3,sell,2025-07-11 07:03:00,1424.0,21.7135,1,leg_gt,2.28,60 -36429,sell_compound_top3,sell,2025-07-11 07:12:00,1432.0,22.3979,1,leg_gt,2.28,60 -36430,sell_compound_top3,sell,2025-07-11 07:15:00,1432.0,22.3979,1,leg_gt,2.29,60 -36431,sell_compound_top3,sell,2025-07-11 07:18:00,1432.0,22.3979,1,leg_gt,2.29,60 -36432,sell_compound_top3,sell,2025-07-11 08:06:00,1437.0,22.8256,1,leg_gt,2.32,60 -36433,sell_compound_top3,sell,2025-07-11 08:09:00,1436.0,22.74,1,leg_gt,2.32,60 -36434,sell_compound_top3,sell,2025-07-11 09:51:00,1455.0,24.3654,1,leg_gt,2.39,60 -36435,sell_compound_top3,sell,2025-07-11 09:54:00,1451.0,24.0232,1,leg_gt,2.4,60 -36436,sell_compound_top3,sell,2025-07-11 09:57:00,1458.0,24.622,1,leg_gt,2.4,60 -36437,sell_compound_top3,sell,2025-07-11 10:00:00,1455.0,24.3654,1,leg_gt,2.4,60 -36438,sell_compound_top3,sell,2025-07-11 10:03:00,1458.0,24.622,1,leg_gt,2.4,60 -36439,sell_compound_top3,sell,2025-07-11 11:30:00,1460.0,24.7931,1,leg_gt,2.46,60 -36440,sell_compound_top3,sell,2025-07-11 11:33:00,1460.0,24.7931,1,leg_gt,2.46,60 -36441,sell_compound_top3,sell,2025-07-11 11:57:00,1479.0,26.4184,1,leg_gt,2.48,60 -36442,sell_compound_top3,sell,2025-07-11 12:51:00,1486.0,27.0172,1,leg_gt,2.52,60 -36443,sell_compound_top3,sell,2025-07-11 12:54:00,1482.0,26.675,1,leg_gt,2.52,60 -36444,sell_compound_top3,sell,2025-07-11 12:57:00,1485.0,26.9317,1,leg_gt,2.52,60 -36445,sell_compound_top3,sell,2025-07-11 13:00:00,1484.0,26.8461,1,leg_gt,2.52,60 -36446,sell_compound_top3,sell,2025-07-11 13:03:00,1483.0,26.7606,1,leg_gt,2.53,60 -36447,sell_compound_top3,sell,2025-07-11 13:42:00,1485.0,26.9317,1,leg_gt,2.55,60 -36448,sell_compound_top3,sell,2025-07-11 14:21:00,1512.0,29.2413,1,leg_gt,2.58,60 -36449,sell_compound_top3,sell,2025-07-11 14:24:00,1523.0,30.1823,1,leg_gt,2.58,60 -36450,sell_compound_top3,sell,2025-07-11 14:30:00,1516.0,29.5835,1,leg_gt,2.59,60 -36451,sell_compound_top3,sell,2025-07-11 14:33:00,1517.0,29.669,1,leg_gt,2.59,60 -36452,sell_compound_top3,sell,2025-07-11 14:36:00,1525.0,30.3534,1,leg_gt,2.59,60 -36453,sell_compound_top3,sell,2025-07-11 14:39:00,1522.0,30.0967,1,leg_gt,2.59,60 -36454,sell_compound_top3,sell,2025-07-11 14:42:00,1527.0,30.5245,1,leg_gt,2.6,60 -36455,sell_compound_top3,sell,2025-07-11 14:45:00,1526.0,30.4389,1,leg_gt,2.6,60 -36456,sell_compound_top3,sell,2025-07-11 14:48:00,1528.0,30.61,1,leg_gt,2.6,60 -36457,sell_compound_top3,sell,2025-07-11 14:51:00,1531.0,30.8666,1,leg_gt,2.6,60 -36458,sell_compound_top3,sell,2025-07-11 14:54:00,1543.0,31.8932,1,leg_gt,2.6,60 -36459,sell_compound_top3,sell,2025-07-11 15:12:00,1526.0,30.4389,1,leg_gt,2.62,60 -36460,sell_compound_top3,sell,2025-07-11 23:42:00,1486.0,27.0172,1,leg_gt,2.97,60 -36461,sell_compound_top3,sell,2025-07-11 23:45:00,1484.0,26.8461,1,leg_gt,2.97,60 -36462,sell_compound_top3,sell,2025-07-11 23:48:00,1485.0,26.9317,1,leg_gt,2.98,60 -36463,sell_compound_top3,sell,2025-07-12 04:42:00,1471.0,25.734,1,leg_gt,3.18,60 -36464,sell_compound_top3,sell,2025-07-12 04:45:00,1473.0,25.9051,1,leg_gt,3.18,60 -36465,sell_compound_top3,sell,2025-07-12 04:48:00,1474.0,25.9907,1,leg_gt,3.18,60 -36466,sell_compound_top3,sell,2025-07-12 05:15:00,1477.0,26.2473,1,leg_gt,3.2,60 -36467,sell_compound_top3,sell,2025-07-12 05:18:00,1477.0,26.2473,1,leg_gt,3.2,60 -36468,sell_compound_top3,sell,2025-07-12 05:21:00,1477.0,26.2473,1,leg_gt,3.21,60 -36469,sell_compound_top3,sell,2025-07-12 05:24:00,1475.0,26.0762,1,leg_gt,3.21,60 -36470,sell_compound_top3,sell,2025-07-12 10:21:00,1409.0,3.1234,1,leg_gt,0.12,60 -36471,sell_compound_top3,sell,2025-07-12 10:24:00,1405.0,2.8304,1,leg_gt,0.12,60 -36472,sell_compound_top3,sell,2025-07-12 10:27:00,1408.0,3.0502,1,leg_gt,0.12,60 -36473,sell_compound_top3,sell,2025-07-12 10:30:00,1416.0,3.6363,1,leg_gt,0.12,60 -36474,sell_compound_top3,sell,2025-07-12 10:33:00,1415.0,3.563,1,leg_gt,0.13,60 -36475,sell_compound_top3,sell,2025-07-12 10:36:00,1416.0,3.6363,1,leg_gt,0.13,60 -36476,sell_compound_top3,sell,2025-07-12 10:39:00,1414.0,3.4897,1,leg_gt,0.13,60 -36477,sell_compound_top3,sell,2025-07-12 10:51:00,1417.0,3.7095,1,leg_gt,0.14,60 -36478,sell_compound_top3,sell,2025-07-12 10:54:00,1418.0,3.7828,1,leg_gt,0.14,60 -36479,sell_compound_top3,sell,2025-07-12 11:30:00,1426.0,4.3689,1,leg_gt,0.17,60 -36480,sell_compound_top3,sell,2025-07-12 11:33:00,1426.0,4.3689,1,leg_gt,0.17,60 -36481,sell_compound_top3,sell,2025-07-12 11:36:00,1423.0,4.1491,1,leg_gt,0.17,60 -36482,sell_compound_top3,sell,2025-07-12 11:39:00,1423.0,4.1491,1,leg_gt,0.17,60 -36483,sell_compound_top3,sell,2025-07-12 11:42:00,1426.0,4.3689,1,leg_gt,0.18,60 -36484,sell_compound_top3,sell,2025-07-12 11:45:00,1425.0,4.2956,1,leg_gt,0.18,60 -36485,sell_compound_top3,sell,2025-07-12 11:48:00,1423.0,4.1491,1,leg_gt,0.18,60 -36486,sell_compound_top3,sell,2025-07-12 19:51:00,1409.0,3.1234,1,leg_gt,0.51,60 -36487,sell_compound_top3,sell,2025-07-12 19:54:00,1409.0,3.1234,1,leg_gt,0.52,60 -36488,sell_compound_top3,sell,2025-07-13 02:45:00,1390.0,2.483,1,leg_gt,0.09,60 -36489,sell_compound_top3,sell,2025-07-13 02:48:00,1392.0,2.6306,1,leg_gt,0.09,60 -36490,sell_compound_top3,sell,2025-07-13 02:51:00,1392.0,2.6306,1,leg_gt,0.09,60 -36491,sell_compound_top3,sell,2025-07-13 02:54:00,1390.0,2.483,1,leg_gt,0.09,60 -36492,sell_compound_top3,sell,2025-07-13 03:12:00,1391.0,2.5568,1,leg_gt,0.1,60 -36493,sell_compound_top3,sell,2025-07-13 03:42:00,1395.0,2.852,1,leg_gt,0.12,60 -36494,sell_compound_top3,sell,2025-07-13 03:45:00,1394.0,2.7782,1,leg_gt,0.13,60 -36495,sell_compound_top3,sell,2025-07-13 03:48:00,1396.0,2.9258,1,leg_gt,0.13,60 -36496,sell_compound_top3,sell,2025-07-13 04:45:00,1397.0,2.9996,1,leg_gt,0.17,60 -36497,sell_compound_top3,sell,2025-07-13 09:06:00,1399.0,3.1472,1,leg_gt,0.35,60 -36498,sell_compound_top3,sell,2025-07-13 09:09:00,1397.0,2.9996,1,leg_gt,0.35,60 -36499,sell_compound_top3,sell,2025-07-13 09:21:00,1403.0,3.4424,1,leg_gt,0.36,60 -36500,sell_compound_top3,sell,2025-07-13 09:24:00,1404.0,3.5162,1,leg_gt,0.36,60 -36501,sell_compound_top3,sell,2025-07-13 09:30:00,1403.0,3.4424,1,leg_gt,0.37,60 -36502,sell_compound_top3,sell,2025-07-13 09:33:00,1401.0,3.2948,1,leg_gt,0.37,60 -36503,sell_compound_top3,sell,2025-07-13 09:45:00,1407.0,3.7376,1,leg_gt,0.38,60 -36504,sell_compound_top3,sell,2025-07-13 09:48:00,1406.0,3.6638,1,leg_gt,0.38,60 -36505,sell_compound_top3,sell,2025-07-13 09:51:00,1407.0,3.7376,1,leg_gt,0.38,60 -36506,sell_compound_top3,sell,2025-07-13 09:54:00,1405.0,3.59,1,leg_gt,0.38,60 -36507,sell_compound_top3,sell,2025-07-13 09:57:00,1404.0,3.5162,1,leg_gt,0.39,60 -36508,sell_compound_top3,sell,2025-07-13 10:00:00,1406.0,3.6638,1,leg_gt,0.39,60 -36509,sell_compound_top3,sell,2025-07-13 10:03:00,1409.0,3.8852,1,leg_gt,0.39,60 -36510,sell_compound_top3,sell,2025-07-13 10:06:00,1410.0,3.959,1,leg_gt,0.39,60 -36511,sell_compound_top3,sell,2025-07-13 10:09:00,1407.0,3.7376,1,leg_gt,0.39,60 -36512,sell_compound_top3,sell,2025-07-13 14:15:00,1415.0,4.328,1,leg_gt,0.56,60 -36513,sell_compound_top3,sell,2025-07-13 14:18:00,1412.0,4.1066,1,leg_gt,0.57,60 -36514,sell_compound_top3,sell,2025-07-13 14:36:00,1418.0,4.5494,1,leg_gt,0.58,60 -36515,sell_compound_top3,sell,2025-07-13 14:39:00,1416.0,4.4018,1,leg_gt,0.58,60 -36516,sell_compound_top3,sell,2025-07-13 16:45:00,1421.0,4.7708,1,leg_gt,0.67,60 -36517,sell_compound_top3,sell,2025-07-13 16:48:00,1420.0,4.697,1,leg_gt,0.67,60 -36518,sell_compound_top3,sell,2025-07-13 20:27:00,1418.0,4.5494,1,leg_gt,0.82,60 -36519,sell_compound_top3,sell,2025-07-13 20:30:00,1419.0,4.6232,1,leg_gt,0.82,60 -36520,sell_compound_top3,sell,2025-07-13 20:33:00,1419.0,4.6232,1,leg_gt,0.83,60 -36521,sell_compound_top3,sell,2025-07-13 20:36:00,1418.0,4.5494,1,leg_gt,0.83,60 -36522,sell_compound_top3,sell,2025-07-13 20:39:00,1418.0,4.5494,1,leg_gt,0.83,60 -36523,sell_compound_top3,sell,2025-07-13 20:42:00,1420.0,4.697,1,leg_gt,0.83,60 -36524,sell_compound_top3,sell,2025-07-13 21:00:00,1424.0,4.9923,1,leg_gt,0.85,60 -36525,sell_compound_top3,sell,2025-07-13 21:03:00,1422.0,4.8446,1,leg_gt,0.85,60 -36526,sell_compound_top3,sell,2025-07-13 21:27:00,1426.0,5.1399,1,leg_gt,0.86,60 -36527,sell_compound_top3,sell,2025-07-13 21:30:00,1425.0,5.0661,1,leg_gt,0.87,60 -36528,sell_compound_top3,sell,2025-07-13 21:33:00,1424.0,4.9923,1,leg_gt,0.87,60 -36529,sell_compound_top3,sell,2025-07-13 21:36:00,1428.0,5.2875,1,leg_gt,0.87,60 -36530,sell_compound_top3,sell,2025-07-13 21:39:00,1424.0,4.9923,1,leg_gt,0.87,60 -36531,sell_compound_top3,sell,2025-07-13 21:45:00,1426.0,5.1399,1,leg_gt,0.88,60 -36532,sell_compound_top3,sell,2025-07-13 21:48:00,1428.0,5.2875,1,leg_gt,0.88,60 -36533,sell_compound_top3,sell,2025-07-13 22:21:00,1431.0,5.5089,1,leg_gt,0.9,60 -36534,sell_compound_top3,sell,2025-07-13 22:24:00,1432.0,5.5827,1,leg_gt,0.9,60 -36535,sell_compound_top3,sell,2025-07-13 22:42:00,1435.0,5.8041,1,leg_gt,0.92,60 -36536,sell_compound_top3,sell,2025-07-13 22:45:00,1434.0,5.7303,1,leg_gt,0.92,60 -36537,sell_compound_top3,sell,2025-07-13 22:48:00,1436.0,5.8779,1,leg_gt,0.92,60 -36538,sell_compound_top3,sell,2025-07-13 22:51:00,1435.0,5.8041,1,leg_gt,0.92,60 -36539,sell_compound_top3,sell,2025-07-13 22:54:00,1430.0,5.4351,1,leg_gt,0.92,60 -36540,sell_compound_top3,sell,2025-07-13 23:36:00,1441.0,6.2469,1,leg_gt,0.95,60 -36541,sell_compound_top3,sell,2025-07-13 23:39:00,1440.0,6.1731,1,leg_gt,0.96,60 -36542,sell_compound_top3,sell,2025-07-14 01:15:00,1443.0,6.3945,1,leg_gt,1.02,60 -36543,sell_compound_top3,sell,2025-07-14 01:18:00,1445.0,6.5421,1,leg_gt,1.02,60 -36544,sell_compound_top3,sell,2025-07-14 01:21:00,1445.0,6.5421,1,leg_gt,1.03,60 -36545,sell_compound_top3,sell,2025-07-14 01:24:00,1444.0,6.4683,1,leg_gt,1.03,60 -36546,sell_compound_top3,sell,2025-07-14 01:42:00,1443.0,6.3945,1,leg_gt,1.04,60 -36547,sell_compound_top3,sell,2025-07-14 03:36:00,1447.0,6.6897,1,leg_gt,1.12,60 -36548,sell_compound_top3,sell,2025-07-14 03:39:00,1447.0,6.6897,1,leg_gt,1.12,60 -36549,sell_compound_top3,sell,2025-07-14 04:30:00,1454.0,7.2063,1,leg_gt,1.16,60 -36550,sell_compound_top3,sell,2025-07-14 04:33:00,1455.0,7.2801,1,leg_gt,1.16,60 -36551,sell_compound_top3,sell,2025-07-14 09:51:00,1432.0,1.5324,1,leg_gt,0.1,60 -36552,sell_compound_top3,sell,2025-07-14 09:54:00,1432.0,1.5324,1,leg_gt,0.1,60 -36553,sell_compound_top3,sell,2025-07-14 10:45:00,1439.0,2.0292,1,leg_gt,0.14,60 -36554,sell_compound_top3,sell,2025-07-14 10:48:00,1442.0,2.2421,1,leg_gt,0.14,60 -36555,sell_compound_top3,sell,2025-07-14 10:51:00,1438.0,1.9582,1,leg_gt,0.14,60 -36556,sell_compound_top3,sell,2025-07-14 10:54:00,1442.0,2.2421,1,leg_gt,0.14,60 -36557,sell_compound_top3,sell,2025-07-14 11:15:00,1450.0,2.8099,1,leg_gt,0.16,60 -36558,sell_compound_top3,sell,2025-07-14 11:18:00,1451.0,2.8808,1,leg_gt,0.16,60 -36559,sell_compound_top3,sell,2025-07-14 11:21:00,1448.0,2.6679,1,leg_gt,0.16,60 -36560,sell_compound_top3,sell,2025-07-14 11:24:00,1456.0,3.2357,1,leg_gt,0.16,60 -36561,sell_compound_top3,sell,2025-07-14 11:36:00,1461.0,3.5906,1,leg_gt,0.17,60 -36562,sell_compound_top3,sell,2025-07-14 11:39:00,1466.0,3.9454,1,leg_gt,0.18,60 -36563,sell_compound_top3,sell,2025-07-14 11:42:00,1470.0,4.2293,1,leg_gt,0.18,60 -36564,sell_compound_top3,sell,2025-07-14 11:45:00,1469.0,4.1583,1,leg_gt,0.18,60 -36565,sell_compound_top3,sell,2025-07-14 11:48:00,1471.0,4.3003,1,leg_gt,0.18,60 -36566,sell_compound_top3,sell,2025-07-14 12:51:00,1471.0,4.3003,1,leg_gt,0.22,60 -36567,sell_compound_top3,sell,2025-07-14 12:54:00,1473.0,4.4422,1,leg_gt,0.23,60 -36568,sell_compound_top3,sell,2025-07-14 12:57:00,1473.0,4.4422,1,leg_gt,0.23,60 -36569,sell_compound_top3,sell,2025-07-14 13:00:00,1474.0,4.5132,1,leg_gt,0.23,60 -36570,sell_compound_top3,sell,2025-07-14 13:03:00,1473.0,4.4422,1,leg_gt,0.23,60 -36571,sell_compound_top3,sell,2025-07-14 13:12:00,1472.0,4.3713,1,leg_gt,0.24,60 -36572,sell_compound_top3,sell,2025-07-14 13:15:00,1478.0,4.7971,1,leg_gt,0.24,60 -36573,sell_compound_top3,sell,2025-07-14 13:18:00,1483.0,5.152,1,leg_gt,0.24,60 -36574,sell_compound_top3,sell,2025-07-14 13:36:00,1491.0,5.7197,1,leg_gt,0.26,60 -36575,sell_compound_top3,sell,2025-07-14 13:39:00,1494.0,5.9326,1,leg_gt,0.26,60 -36576,sell_compound_top3,sell,2025-07-14 13:42:00,1494.0,5.9326,1,leg_gt,0.26,60 -36577,sell_compound_top3,sell,2025-07-14 14:06:00,1507.0,6.8553,1,leg_gt,0.28,60 -36578,sell_compound_top3,sell,2025-07-14 14:09:00,1510.0,7.0682,1,leg_gt,0.28,60 -36579,sell_compound_top3,sell,2025-07-14 14:12:00,1519.0,7.707,1,leg_gt,0.28,60 -36580,sell_compound_top3,sell,2025-07-14 14:15:00,1522.0,7.9199,1,leg_gt,0.28,60 -36581,sell_compound_top3,sell,2025-07-14 14:18:00,1516.0,7.494,1,leg_gt,0.29,60 -36582,sell_compound_top3,sell,2025-07-14 14:21:00,1519.0,7.707,1,leg_gt,0.29,60 -36583,sell_compound_top3,sell,2025-07-14 14:24:00,1510.0,7.0682,1,leg_gt,0.29,60 -36584,sell_compound_top3,sell,2025-07-15 06:42:00,1428.0,2.0459,1,leg_gt,0.06,60 -36585,sell_compound_top3,sell,2025-07-15 06:45:00,1428.0,2.0459,1,leg_gt,0.06,60 -36586,sell_compound_top3,sell,2025-07-15 06:48:00,1427.0,1.9744,1,leg_gt,0.06,60 -36587,sell_compound_top3,sell,2025-07-15 06:57:00,1430.0,2.189,1,leg_gt,0.07,60 -36588,sell_compound_top3,sell,2025-07-15 07:21:00,1427.0,1.9744,1,leg_gt,0.09,60 -36589,sell_compound_top3,sell,2025-07-15 07:24:00,1431.0,2.2605,1,leg_gt,0.09,60 -36590,sell_compound_top3,sell,2025-07-15 07:27:00,1433.0,2.4036,1,leg_gt,0.09,60 -36591,sell_compound_top3,sell,2025-07-15 07:30:00,1433.0,2.4036,1,leg_gt,0.09,60 -36592,sell_compound_top3,sell,2025-07-15 07:33:00,1430.0,2.189,1,leg_gt,0.1,60 -36593,sell_compound_top3,sell,2025-07-15 07:36:00,1435.0,2.5466,1,leg_gt,0.1,60 -36594,sell_compound_top3,sell,2025-07-15 07:39:00,1434.0,2.4751,1,leg_gt,0.1,60 -36595,sell_compound_top3,sell,2025-07-15 07:42:00,1434.0,2.4751,1,leg_gt,0.1,60 -36596,sell_compound_top3,sell,2025-07-15 07:51:00,1439.0,2.8328,1,leg_gt,0.11,60 -36597,sell_compound_top3,sell,2025-07-15 07:54:00,1439.0,2.8328,1,leg_gt,0.11,60 -36598,sell_compound_top3,sell,2025-07-15 07:57:00,1438.0,2.7612,1,leg_gt,0.11,60 -36599,sell_compound_top3,sell,2025-07-15 08:00:00,1436.0,2.6182,1,leg_gt,0.11,60 -36600,sell_compound_top3,sell,2025-07-15 08:03:00,1440.0,2.9043,1,leg_gt,0.12,60 -36601,sell_compound_top3,sell,2025-07-15 08:06:00,1438.0,2.7612,1,leg_gt,0.12,60 -36602,sell_compound_top3,sell,2025-07-15 08:09:00,1438.0,2.7612,1,leg_gt,0.12,60 -36603,sell_compound_top3,sell,2025-07-15 08:45:00,1439.0,2.8328,1,leg_gt,0.15,60 -36604,sell_compound_top3,sell,2025-07-15 08:48:00,1441.0,2.9758,1,leg_gt,0.15,60 -36605,sell_compound_top3,sell,2025-07-15 22:30:00,1407.0,2.7509,1,leg_gt,0.42,60 -36606,sell_compound_top3,sell,2025-07-15 22:33:00,1399.0,2.1661,1,leg_gt,0.43,60 -36607,sell_compound_top3,sell,2025-07-15 22:45:00,1408.0,2.824,1,leg_gt,0.44,60 -36608,sell_compound_top3,sell,2025-07-15 22:48:00,1408.0,2.824,1,leg_gt,0.44,60 -36609,sell_compound_top3,sell,2025-07-15 22:51:00,1415.0,3.3357,1,leg_gt,0.44,60 -36610,sell_compound_top3,sell,2025-07-15 22:54:00,1410.0,2.9702,1,leg_gt,0.44,60 -36611,sell_compound_top3,sell,2025-07-15 22:57:00,1419.0,3.6281,1,leg_gt,0.44,60 -36612,sell_compound_top3,sell,2025-07-15 23:12:00,1418.0,3.555,1,leg_gt,0.45,60 -36613,sell_compound_top3,sell,2025-07-16 00:51:00,1415.0,3.563,1,leg_gt,0.04,60 -36614,sell_compound_top3,sell,2025-07-16 00:54:00,1419.0,3.856,1,leg_gt,0.04,60 -36615,sell_compound_top3,sell,2025-07-16 00:57:00,1419.0,3.856,1,leg_gt,0.04,60 -36616,sell_compound_top3,sell,2025-07-16 01:15:00,1425.0,4.2956,1,leg_gt,0.06,60 -36617,sell_compound_top3,sell,2025-07-16 01:18:00,1427.0,4.4421,1,leg_gt,0.06,60 -36618,sell_compound_top3,sell,2025-07-16 01:21:00,1429.0,4.5886,1,leg_gt,0.06,60 -36619,sell_compound_top3,sell,2025-07-16 01:24:00,1429.0,4.5886,1,leg_gt,0.06,60 -36620,sell_compound_top3,sell,2025-07-16 02:21:00,1429.0,4.5886,1,leg_gt,0.1,60 -36621,sell_compound_top3,sell,2025-07-16 02:24:00,1429.0,4.5886,1,leg_gt,0.1,60 -36622,sell_compound_top3,sell,2025-07-16 03:00:00,1464.0,7.1527,1,leg_gt,0.13,60 -36623,sell_compound_top3,sell,2025-07-16 03:03:00,1463.0,7.0795,1,leg_gt,0.13,60 -36624,sell_compound_top3,sell,2025-07-16 03:06:00,1465.0,7.226,1,leg_gt,0.13,60 -36625,sell_compound_top3,sell,2025-07-16 03:09:00,1462.0,7.0062,1,leg_gt,0.14,60 -36626,sell_compound_top3,sell,2025-07-16 03:12:00,1463.0,7.0795,1,leg_gt,0.14,60 -36627,sell_compound_top3,sell,2025-07-16 06:42:00,1459.0,2.9367,1,leg_gt,0.08,60 -36628,sell_compound_top3,sell,2025-07-16 06:45:00,1459.0,2.9367,1,leg_gt,0.08,60 -36629,sell_compound_top3,sell,2025-07-16 06:48:00,1458.0,2.8661,1,leg_gt,0.09,60 -36630,sell_compound_top3,sell,2025-07-16 06:51:00,1457.0,2.7955,1,leg_gt,0.09,60 -36631,sell_compound_top3,sell,2025-07-16 06:54:00,1457.0,2.7955,1,leg_gt,0.09,60 -36632,sell_compound_top3,sell,2025-07-16 06:57:00,1457.0,2.7955,1,leg_gt,0.09,60 -36633,sell_compound_top3,sell,2025-07-16 08:21:00,1470.0,3.7136,1,leg_gt,0.15,60 -36634,sell_compound_top3,sell,2025-07-16 08:24:00,1469.0,3.6429,1,leg_gt,0.15,60 -36635,sell_compound_top3,sell,2025-07-16 08:30:00,1472.0,3.8548,1,leg_gt,0.16,60 -36636,sell_compound_top3,sell,2025-07-16 08:33:00,1473.0,3.9254,1,leg_gt,0.16,60 -36637,sell_compound_top3,sell,2025-07-16 08:36:00,1474.0,3.996,1,leg_gt,0.16,60 -36638,sell_compound_top3,sell,2025-07-16 08:39:00,1477.0,4.2079,1,leg_gt,0.16,60 -36639,sell_compound_top3,sell,2025-07-16 08:42:00,1481.0,4.4904,1,leg_gt,0.16,60 -36640,sell_compound_top3,sell,2025-07-16 08:45:00,1482.0,4.561,1,leg_gt,0.17,60 -36641,sell_compound_top3,sell,2025-07-16 08:48:00,1480.0,4.4198,1,leg_gt,0.17,60 -36642,sell_compound_top3,sell,2025-07-16 09:45:00,1485.0,4.7729,1,leg_gt,0.21,60 -36643,sell_compound_top3,sell,2025-07-16 09:48:00,1483.0,4.6316,1,leg_gt,0.21,60 -36644,sell_compound_top3,sell,2025-07-16 09:51:00,1485.0,4.7729,1,leg_gt,0.21,60 -36645,sell_compound_top3,sell,2025-07-16 09:54:00,1483.0,4.6316,1,leg_gt,0.21,60 -36646,sell_compound_top3,sell,2025-07-16 14:21:00,1463.0,1.5678,1,leg_gt,0.11,60 -36647,sell_compound_top3,sell,2025-07-16 14:24:00,1457.0,1.1509,1,leg_gt,0.11,60 -36648,sell_compound_top3,sell,2025-07-16 15:42:00,1463.0,1.5678,1,leg_gt,0.17,60 -36649,sell_compound_top3,sell,2025-07-16 15:45:00,1464.0,1.6373,1,leg_gt,0.17,60 -36650,sell_compound_top3,sell,2025-07-16 15:48:00,1464.0,1.6373,1,leg_gt,0.17,60 -36651,sell_compound_top3,sell,2025-07-16 16:00:00,1465.0,1.7068,1,leg_gt,0.18,60 -36652,sell_compound_top3,sell,2025-07-16 16:03:00,1466.0,1.7763,1,leg_gt,0.18,60 -36653,sell_compound_top3,sell,2025-07-16 16:30:00,1470.0,2.0543,1,leg_gt,0.2,60 -36654,sell_compound_top3,sell,2025-07-16 16:33:00,1468.0,1.9153,1,leg_gt,0.2,60 -36655,sell_compound_top3,sell,2025-07-16 16:36:00,1471.0,2.1238,1,leg_gt,0.21,60 -36656,sell_compound_top3,sell,2025-07-16 16:39:00,1471.0,2.1238,1,leg_gt,0.21,60 -36657,sell_compound_top3,sell,2025-07-16 16:57:00,1475.0,2.4017,1,leg_gt,0.22,60 -36658,sell_compound_top3,sell,2025-07-16 21:15:00,1483.0,2.9577,1,leg_gt,0.4,60 -36659,sell_compound_top3,sell,2025-07-16 21:18:00,1484.0,3.0272,1,leg_gt,0.4,60 -36660,sell_compound_top3,sell,2025-07-16 21:21:00,1482.0,2.8882,1,leg_gt,0.4,60 -36661,sell_compound_top3,sell,2025-07-16 21:24:00,1483.0,2.9577,1,leg_gt,0.41,60 -36662,sell_compound_top3,sell,2025-07-16 21:30:00,1486.0,3.1662,1,leg_gt,0.41,60 -36663,sell_compound_top3,sell,2025-07-16 21:33:00,1486.0,3.1662,1,leg_gt,0.41,60 -36664,sell_compound_top3,sell,2025-07-16 21:36:00,1492.0,3.5831,1,leg_gt,0.41,60 -36665,sell_compound_top3,sell,2025-07-16 21:39:00,1492.0,3.5831,1,leg_gt,0.42,60 -36666,sell_compound_top3,sell,2025-07-16 21:42:00,1491.0,3.5136,1,leg_gt,0.42,60 -36667,sell_compound_top3,sell,2025-07-16 23:57:00,1492.0,3.5831,1,leg_gt,0.51,60 -36668,sell_compound_top3,sell,2025-07-17 00:00:00,1490.0,3.4441,1,leg_gt,0.51,60 -36669,sell_compound_top3,sell,2025-07-17 00:03:00,1494.0,3.7221,1,leg_gt,0.52,60 -36670,sell_compound_top3,sell,2025-07-17 00:06:00,1493.0,3.6526,1,leg_gt,0.52,60 -36671,sell_compound_top3,sell,2025-07-17 00:09:00,1496.0,3.8611,1,leg_gt,0.52,60 -36672,sell_compound_top3,sell,2025-07-17 01:06:00,1503.0,4.3475,1,leg_gt,0.56,60 -36673,sell_compound_top3,sell,2025-07-17 01:09:00,1501.0,4.2085,1,leg_gt,0.56,60 -36674,sell_compound_top3,sell,2025-07-17 01:12:00,1505.0,4.4865,1,leg_gt,0.56,60 -36675,sell_compound_top3,sell,2025-07-17 01:36:00,1524.0,5.8069,1,leg_gt,0.58,60 -36676,sell_compound_top3,sell,2025-07-17 01:39:00,1523.0,5.7374,1,leg_gt,0.58,60 -36677,sell_compound_top3,sell,2025-07-17 01:42:00,1528.0,6.0849,1,leg_gt,0.59,60 -36678,sell_compound_top3,sell,2025-07-17 01:45:00,1532.0,6.3628,1,leg_gt,0.59,60 -36679,sell_compound_top3,sell,2025-07-17 01:48:00,1526.0,5.9459,1,leg_gt,0.59,60 -36680,sell_compound_top3,sell,2025-07-17 01:51:00,1526.0,5.9459,1,leg_gt,0.59,60 -36681,sell_compound_top3,sell,2025-07-17 01:54:00,1529.0,6.1543,1,leg_gt,0.59,60 -36682,sell_compound_top3,sell,2025-07-17 01:57:00,1532.0,6.3628,1,leg_gt,0.6,60 -36683,sell_compound_top3,sell,2025-07-17 05:36:00,1545.0,7.2662,1,leg_gt,0.75,60 -36684,sell_compound_top3,sell,2025-07-17 05:39:00,1546.0,7.3357,1,leg_gt,0.75,60 -36685,sell_compound_top3,sell,2025-07-17 05:42:00,1540.0,6.9188,1,leg_gt,0.75,60 -36686,sell_compound_top3,sell,2025-07-17 06:27:00,1558.0,8.1696,1,leg_gt,0.78,60 -36687,sell_compound_top3,sell,2025-07-17 06:30:00,1558.0,8.1696,1,leg_gt,0.79,60 -36688,sell_compound_top3,sell,2025-07-17 06:33:00,1556.0,8.0306,1,leg_gt,0.79,60 -36689,sell_compound_top3,sell,2025-07-17 15:06:00,1511.0,1.7194,1,leg_gt,0.1,60 -36690,sell_compound_top3,sell,2025-07-17 15:09:00,1516.0,2.0563,1,leg_gt,0.1,60 -36691,sell_compound_top3,sell,2025-07-17 15:36:00,1517.0,2.1237,1,leg_gt,0.12,60 -36692,sell_compound_top3,sell,2025-07-17 15:39:00,1518.0,2.1911,1,leg_gt,0.12,60 -36693,sell_compound_top3,sell,2025-07-17 16:42:00,1529.0,2.9323,1,leg_gt,0.17,60 -36694,sell_compound_top3,sell,2025-07-17 16:45:00,1528.0,2.865,1,leg_gt,0.17,60 -36695,sell_compound_top3,sell,2025-07-17 16:48:00,1529.0,2.9323,1,leg_gt,0.17,60 -36696,sell_compound_top3,sell,2025-07-17 16:51:00,1529.0,2.9323,1,leg_gt,0.18,60 -36697,sell_compound_top3,sell,2025-07-17 16:54:00,1529.0,2.9323,1,leg_gt,0.18,60 -36698,sell_compound_top3,sell,2025-07-17 16:57:00,1528.0,2.865,1,leg_gt,0.18,60 -36699,sell_compound_top3,sell,2025-07-17 17:12:00,1535.0,3.3367,1,leg_gt,0.19,60 -36700,sell_compound_top3,sell,2025-07-17 17:15:00,1531.0,3.0671,1,leg_gt,0.19,60 -36701,sell_compound_top3,sell,2025-07-17 17:18:00,1531.0,3.0671,1,leg_gt,0.19,60 -36702,sell_compound_top3,sell,2025-07-17 18:45:00,1539.0,3.6062,1,leg_gt,0.25,60 -36703,sell_compound_top3,sell,2025-07-17 18:48:00,1537.0,3.4714,1,leg_gt,0.26,60 -36704,sell_compound_top3,sell,2025-07-17 18:51:00,1540.0,3.6736,1,leg_gt,0.26,60 -36705,sell_compound_top3,sell,2025-07-17 18:54:00,1542.0,3.8084,1,leg_gt,0.26,60 -36706,sell_compound_top3,sell,2025-07-18 06:30:00,1507.0,4.2629,1,leg_gt,0.06,60 -36707,sell_compound_top3,sell,2025-07-18 06:33:00,1499.0,3.7089,1,leg_gt,0.06,60 -36708,sell_compound_top3,sell,2025-07-18 07:15:00,1509.0,4.4014,1,leg_gt,0.09,60 -36709,sell_compound_top3,sell,2025-07-18 07:18:00,1515.0,4.8169,1,leg_gt,0.09,60 -36710,sell_compound_top3,sell,2025-07-18 07:21:00,1507.0,4.2629,1,leg_gt,0.1,60 -36711,sell_compound_top3,sell,2025-07-18 07:24:00,1511.0,4.5399,1,leg_gt,0.1,60 -36712,sell_compound_top3,sell,2025-07-18 07:30:00,1513.0,4.6784,1,leg_gt,0.1,60 -36713,sell_compound_top3,sell,2025-07-18 07:33:00,1515.0,4.8169,1,leg_gt,0.1,60 -36714,sell_compound_top3,sell,2025-07-18 07:36:00,1517.0,4.9554,1,leg_gt,0.11,60 -36715,sell_compound_top3,sell,2025-07-18 07:39:00,1520.0,5.1632,1,leg_gt,0.11,60 -36716,sell_compound_top3,sell,2025-07-18 07:42:00,1521.0,5.2324,1,leg_gt,0.11,60 -36717,sell_compound_top3,sell,2025-07-18 07:45:00,1523.0,5.3709,1,leg_gt,0.11,60 -36718,sell_compound_top3,sell,2025-07-18 07:48:00,1528.0,5.7172,1,leg_gt,0.11,60 -36719,sell_compound_top3,sell,2025-07-18 08:06:00,1517.0,4.9554,1,leg_gt,0.13,60 -36720,sell_compound_top3,sell,2025-07-18 08:09:00,1526.0,5.5787,1,leg_gt,0.13,60 -36721,sell_compound_top3,sell,2025-07-18 08:12:00,1526.0,5.5787,1,leg_gt,0.13,60 -36722,sell_compound_top3,sell,2025-07-18 08:15:00,1526.0,5.5787,1,leg_gt,0.13,60 -36723,sell_compound_top3,sell,2025-07-18 08:18:00,1532.0,5.9942,1,leg_gt,0.14,60 -36724,sell_compound_top3,sell,2025-07-18 08:21:00,1534.0,6.1327,1,leg_gt,0.14,60 -36725,sell_compound_top3,sell,2025-07-18 08:24:00,1535.0,6.2019,1,leg_gt,0.14,60 -36726,sell_compound_top3,sell,2025-07-18 08:27:00,1530.0,5.8557,1,leg_gt,0.14,60 -36727,sell_compound_top3,sell,2025-07-18 10:00:00,1530.0,5.8557,1,leg_gt,0.21,60 -36728,sell_compound_top3,sell,2025-07-18 10:03:00,1529.0,5.7864,1,leg_gt,0.21,60 -36729,sell_compound_top3,sell,2025-07-18 10:06:00,1537.0,6.3404,1,leg_gt,0.21,60 -36730,sell_compound_top3,sell,2025-07-18 10:09:00,1540.0,6.5482,1,leg_gt,0.21,60 -36731,sell_compound_top3,sell,2025-07-18 10:27:00,1556.0,7.6562,1,leg_gt,0.22,60 -36732,sell_compound_top3,sell,2025-07-18 10:30:00,1560.0,7.9332,1,leg_gt,0.23,60 -36733,sell_compound_top3,sell,2025-07-18 10:33:00,1563.0,8.141,1,leg_gt,0.23,60 -36734,sell_compound_top3,sell,2025-07-18 10:42:00,1570.0,8.6258,1,leg_gt,0.24,60 -36735,sell_compound_top3,sell,2025-07-18 10:45:00,1569.0,8.5565,1,leg_gt,0.24,60 -36736,sell_compound_top3,sell,2025-07-18 10:48:00,1570.0,8.6258,1,leg_gt,0.24,60 -36737,sell_compound_top3,sell,2025-07-18 10:51:00,1572.0,8.7643,1,leg_gt,0.24,60 -36738,sell_compound_top3,sell,2025-07-18 10:54:00,1579.0,9.249,1,leg_gt,0.24,60 -36739,sell_compound_top3,sell,2025-07-18 10:57:00,1572.0,8.7643,1,leg_gt,0.25,60 -36740,sell_compound_top3,sell,2025-07-18 13:51:00,1577.0,9.1105,1,leg_gt,0.37,60 -36741,sell_compound_top3,sell,2025-07-18 13:54:00,1587.0,9.803,1,leg_gt,0.37,60 -36742,sell_compound_top3,sell,2025-07-18 14:30:00,1637.0,13.2657,1,leg_gt,0.39,60 -36743,sell_compound_top3,sell,2025-07-18 14:33:00,1640.0,13.4734,1,leg_gt,0.4,60 -36744,sell_compound_top3,sell,2025-07-18 14:36:00,1633.0,12.9886,1,leg_gt,0.4,60 -36745,sell_compound_top3,sell,2025-07-18 14:39:00,1642.0,13.6119,1,leg_gt,0.4,60 -36746,sell_compound_top3,sell,2025-07-18 14:42:00,1636.0,13.1964,1,leg_gt,0.4,60 -36747,sell_compound_top3,sell,2025-07-18 22:00:00,1623.0,3.9385,1,leg_gt,0.07,60 -36748,sell_compound_top3,sell,2025-07-18 22:03:00,1616.0,3.4897,1,leg_gt,0.07,60 -36749,sell_compound_top3,sell,2025-07-18 23:12:00,1627.0,4.1949,1,leg_gt,0.12,60 -36750,sell_compound_top3,sell,2025-07-19 06:27:00,1561.0,2.9363,1,leg_gt,0.03,60 -36751,sell_compound_top3,sell,2025-07-19 07:36:00,1578.0,4.0584,1,leg_gt,0.08,60 -36752,sell_compound_top3,sell,2025-07-19 07:39:00,1572.0,3.6624,1,leg_gt,0.08,60 -36753,sell_compound_top3,sell,2025-07-19 12:21:00,1582.0,4.9465,1,leg_gt,0.1,60 -36754,sell_compound_top3,sell,2025-07-19 12:24:00,1579.0,4.7473,1,leg_gt,0.1,60 -36755,sell_compound_top3,sell,2025-07-19 12:27:00,1577.0,4.6145,1,leg_gt,0.1,60 -36756,sell_compound_top3,sell,2025-07-19 12:30:00,1576.0,4.5481,1,leg_gt,0.1,60 -36757,sell_compound_top3,sell,2025-07-19 12:33:00,1573.0,4.3489,1,leg_gt,0.1,60 -36758,sell_compound_top3,sell,2025-07-19 12:36:00,1576.0,4.5481,1,leg_gt,0.11,60 -36759,sell_compound_top3,sell,2025-07-19 12:39:00,1584.0,5.0793,1,leg_gt,0.11,60 -36760,sell_compound_top3,sell,2025-07-19 12:42:00,1585.0,5.1457,1,leg_gt,0.11,60 -36761,sell_compound_top3,sell,2025-07-19 12:57:00,1599.0,6.0753,1,leg_gt,0.12,60 -36762,sell_compound_top3,sell,2025-07-19 13:00:00,1598.0,6.0089,1,leg_gt,0.12,60 -36763,sell_compound_top3,sell,2025-07-19 13:03:00,1603.0,6.3409,1,leg_gt,0.12,60 -36764,sell_compound_top3,sell,2025-07-19 13:12:00,1603.0,6.3409,1,leg_gt,0.13,60 -36765,sell_compound_top3,sell,2025-07-19 13:15:00,1607.0,6.6065,1,leg_gt,0.13,60 -36766,sell_compound_top3,sell,2025-07-19 13:18:00,1603.0,6.3409,1,leg_gt,0.14,60 -36767,sell_compound_top3,sell,2025-07-19 19:42:00,1576.0,4.5481,1,leg_gt,0.4,60 -36768,sell_compound_top3,sell,2025-07-20 01:30:00,1554.0,1.7349,1,leg_gt,0.06,60 -36769,sell_compound_top3,sell,2025-07-20 01:33:00,1559.0,2.0625,1,leg_gt,0.07,60 -36770,sell_compound_top3,sell,2025-07-20 01:36:00,1553.0,1.6693,1,leg_gt,0.07,60 -36771,sell_compound_top3,sell,2025-07-20 01:39:00,1552.0,1.6038,1,leg_gt,0.07,60 -36772,sell_compound_top3,sell,2025-07-20 04:21:00,1556.0,1.8659,1,leg_gt,0.18,60 -36773,sell_compound_top3,sell,2025-07-20 04:24:00,1558.0,1.997,1,leg_gt,0.19,60 -36774,sell_compound_top3,sell,2025-07-20 04:27:00,1557.0,1.9315,1,leg_gt,0.19,60 -36775,sell_compound_top3,sell,2025-07-20 04:57:00,1579.0,3.3731,1,leg_gt,0.21,60 -36776,sell_compound_top3,sell,2025-07-20 05:00:00,1579.0,3.3731,1,leg_gt,0.21,60 -36777,sell_compound_top3,sell,2025-07-20 05:03:00,1572.0,2.9144,1,leg_gt,0.21,60 -36778,sell_compound_top3,sell,2025-07-20 05:06:00,1574.0,3.0455,1,leg_gt,0.21,60 -36779,sell_compound_top3,sell,2025-07-20 05:09:00,1577.0,3.2421,1,leg_gt,0.22,60 -36780,sell_compound_top3,sell,2025-07-20 05:36:00,1582.0,3.5697,1,leg_gt,0.24,60 -36781,sell_compound_top3,sell,2025-07-20 05:39:00,1583.0,3.6353,1,leg_gt,0.24,60 -36782,sell_compound_top3,sell,2025-07-20 05:51:00,1587.0,3.8974,1,leg_gt,0.25,60 -36783,sell_compound_top3,sell,2025-07-20 05:54:00,1588.0,3.9629,1,leg_gt,0.25,60 -36784,sell_compound_top3,sell,2025-07-20 07:12:00,1592.0,4.225,1,leg_gt,0.3,60 -36785,sell_compound_top3,sell,2025-07-20 07:15:00,1590.0,4.094,1,leg_gt,0.3,60 -36786,sell_compound_top3,sell,2025-07-20 07:18:00,1590.0,4.094,1,leg_gt,0.31,60 -36787,sell_compound_top3,sell,2025-07-20 07:21:00,1591.0,4.1595,1,leg_gt,0.31,60 -36788,sell_compound_top3,sell,2025-07-20 07:24:00,1585.0,3.7663,1,leg_gt,0.31,60 -36789,sell_compound_top3,sell,2025-07-20 10:15:00,1583.0,3.6353,1,leg_gt,0.43,60 -36790,sell_compound_top3,sell,2025-07-20 10:18:00,1584.0,3.7008,1,leg_gt,0.43,60 -36791,sell_compound_top3,sell,2025-07-20 10:21:00,1584.0,3.7008,1,leg_gt,0.43,60 -36792,sell_compound_top3,sell,2025-07-20 10:24:00,1590.0,4.094,1,leg_gt,0.44,60 -36793,sell_compound_top3,sell,2025-07-20 12:45:00,1594.0,4.3561,1,leg_gt,0.53,60 -36794,sell_compound_top3,sell,2025-07-20 12:48:00,1591.0,4.1595,1,leg_gt,0.54,60 -36795,sell_compound_top3,sell,2025-07-20 13:30:00,1600.0,4.7493,1,leg_gt,0.56,60 -36796,sell_compound_top3,sell,2025-07-20 13:33:00,1603.0,4.9459,1,leg_gt,0.57,60 -36797,sell_compound_top3,sell,2025-07-20 15:06:00,1618.0,5.9288,1,leg_gt,0.63,60 -36798,sell_compound_top3,sell,2025-07-20 15:09:00,1618.0,5.9288,1,leg_gt,0.63,60 -36799,sell_compound_top3,sell,2025-07-20 15:12:00,1619.0,5.9944,1,leg_gt,0.64,60 -36800,sell_compound_top3,sell,2025-07-20 15:15:00,1619.0,5.9944,1,leg_gt,0.64,60 -36801,sell_compound_top3,sell,2025-07-20 15:18:00,1620.0,6.0599,1,leg_gt,0.64,60 -36802,sell_compound_top3,sell,2025-07-20 15:21:00,1620.0,6.0599,1,leg_gt,0.64,60 -36803,sell_compound_top3,sell,2025-07-20 15:24:00,1618.0,5.9288,1,leg_gt,0.64,60 -36804,sell_compound_top3,sell,2025-07-20 15:27:00,1623.0,6.2565,1,leg_gt,0.65,60 -36805,sell_compound_top3,sell,2025-07-20 15:30:00,1630.0,6.7152,1,leg_gt,0.65,60 -36806,sell_compound_top3,sell,2025-07-20 15:33:00,1630.0,6.7152,1,leg_gt,0.65,60 -36807,sell_compound_top3,sell,2025-07-20 15:36:00,1626.0,6.4531,1,leg_gt,0.65,60 -36808,sell_compound_top3,sell,2025-07-20 15:39:00,1625.0,6.3875,1,leg_gt,0.65,60 -36809,sell_compound_top3,sell,2025-07-20 15:42:00,1632.0,6.8463,1,leg_gt,0.66,60 -36810,sell_compound_top3,sell,2025-07-20 15:45:00,1633.0,6.9118,1,leg_gt,0.66,60 -36811,sell_compound_top3,sell,2025-07-20 15:48:00,1630.0,6.7152,1,leg_gt,0.66,60 -36812,sell_compound_top3,sell,2025-07-20 16:21:00,1632.0,6.8463,1,leg_gt,0.68,60 -36813,sell_compound_top3,sell,2025-07-20 16:24:00,1636.0,7.1084,1,leg_gt,0.69,60 -36814,sell_compound_top3,sell,2025-07-20 16:27:00,1634.0,6.9773,1,leg_gt,0.69,60 -36815,sell_compound_top3,sell,2025-07-20 17:42:00,1634.0,6.9773,1,leg_gt,0.74,60 -36816,sell_compound_top3,sell,2025-07-20 17:45:00,1632.0,6.8463,1,leg_gt,0.74,60 -36817,sell_compound_top3,sell,2025-07-20 17:48:00,1632.0,6.8463,1,leg_gt,0.74,60 -36818,sell_compound_top3,sell,2025-07-20 18:00:00,1634.0,6.9773,1,leg_gt,0.75,60 -36819,sell_compound_top3,sell,2025-07-20 18:03:00,1633.0,6.9118,1,leg_gt,0.75,60 -36820,sell_compound_top3,sell,2025-07-20 19:30:00,1637.0,7.1739,1,leg_gt,0.81,60 -36821,sell_compound_top3,sell,2025-07-20 19:33:00,1636.0,7.1084,1,leg_gt,0.82,60 -36822,sell_compound_top3,sell,2025-07-20 20:57:00,1678.0,9.8607,1,leg_gt,0.88,60 -36823,sell_compound_top3,sell,2025-07-21 01:06:00,1726.0,13.0062,1,leg_gt,1.05,60 -36824,sell_compound_top3,sell,2025-07-21 01:09:00,1726.0,13.0062,1,leg_gt,1.05,60 -36825,sell_compound_top3,sell,2025-07-21 01:12:00,1728.0,13.1372,1,leg_gt,1.05,60 -36826,sell_compound_top3,sell,2025-07-21 12:00:00,1672.0,1.9134,1,leg_gt,0.06,60 -36827,sell_compound_top3,sell,2025-07-21 12:03:00,1680.0,2.4015,1,leg_gt,0.06,60 -36828,sell_compound_top3,sell,2025-07-21 12:12:00,1681.0,2.4625,1,leg_gt,0.07,60 -36829,sell_compound_top3,sell,2025-07-21 12:15:00,1679.0,2.3405,1,leg_gt,0.07,60 -36830,sell_compound_top3,sell,2025-07-21 12:18:00,1683.0,2.5846,1,leg_gt,0.07,60 -36831,sell_compound_top3,sell,2025-07-21 12:27:00,1683.0,2.5846,1,leg_gt,0.08,60 -36832,sell_compound_top3,sell,2025-07-21 12:30:00,1685.0,2.7066,1,leg_gt,0.08,60 -36833,sell_compound_top3,sell,2025-07-21 12:33:00,1685.0,2.7066,1,leg_gt,0.08,60 -36834,sell_compound_top3,sell,2025-07-21 12:36:00,1686.0,2.7676,1,leg_gt,0.08,60 -36835,sell_compound_top3,sell,2025-07-21 12:39:00,1681.0,2.4625,1,leg_gt,0.09,60 -36836,sell_compound_top3,sell,2025-07-21 15:12:00,1692.0,3.1337,1,leg_gt,0.19,60 -36837,sell_compound_top3,sell,2025-07-21 15:15:00,1694.0,3.2557,1,leg_gt,0.19,60 -36838,sell_compound_top3,sell,2025-07-21 15:18:00,1692.0,3.1337,1,leg_gt,0.2,60 -36839,sell_compound_top3,sell,2025-07-21 15:21:00,1694.0,3.2557,1,leg_gt,0.2,60 -36840,sell_compound_top3,sell,2025-07-21 15:24:00,1697.0,3.4387,1,leg_gt,0.2,60 -36841,sell_compound_top3,sell,2025-07-21 15:27:00,1697.0,3.4387,1,leg_gt,0.2,60 -36842,sell_compound_top3,sell,2025-07-21 15:30:00,1696.0,3.3777,1,leg_gt,0.2,60 -36843,sell_compound_top3,sell,2025-07-21 15:33:00,1694.0,3.2557,1,leg_gt,0.21,60 -36844,sell_compound_top3,sell,2025-07-21 15:36:00,1698.0,3.4998,1,leg_gt,0.21,60 -36845,sell_compound_top3,sell,2025-07-21 15:39:00,1691.0,3.0727,1,leg_gt,0.21,60 -36846,sell_compound_top3,sell,2025-07-21 16:15:00,1700.0,3.6218,1,leg_gt,0.24,60 -36847,sell_compound_top3,sell,2025-07-21 16:18:00,1698.0,3.4998,1,leg_gt,0.24,60 -36848,sell_compound_top3,sell,2025-07-21 20:00:00,1698.0,3.4998,1,leg_gt,0.39,60 -36849,sell_compound_top3,sell,2025-07-21 20:03:00,1699.0,3.5608,1,leg_gt,0.39,60 -36850,sell_compound_top3,sell,2025-07-21 20:06:00,1695.0,3.3167,1,leg_gt,0.4,60 -36851,sell_compound_top3,sell,2025-07-21 20:09:00,1698.0,3.4998,1,leg_gt,0.4,60 -36852,sell_compound_top3,sell,2025-07-21 20:12:00,1701.0,3.6828,1,leg_gt,0.4,60 -36853,sell_compound_top3,sell,2025-07-21 20:15:00,1702.0,3.7438,1,leg_gt,0.4,60 -36854,sell_compound_top3,sell,2025-07-21 20:18:00,1701.0,3.6828,1,leg_gt,0.4,60 -36855,sell_compound_top3,sell,2025-07-21 20:21:00,1704.0,3.8658,1,leg_gt,0.41,60 -36856,sell_compound_top3,sell,2025-07-21 20:24:00,1706.0,3.9879,1,leg_gt,0.41,60 -36857,sell_compound_top3,sell,2025-07-21 20:30:00,1708.0,4.1099,1,leg_gt,0.41,60 -36858,sell_compound_top3,sell,2025-07-21 20:33:00,1706.0,3.9879,1,leg_gt,0.41,60 -36859,sell_compound_top3,sell,2025-07-21 23:27:00,1723.0,5.0251,1,leg_gt,0.54,60 -36860,sell_compound_top3,sell,2025-07-21 23:30:00,1731.0,5.5132,1,leg_gt,0.54,60 -36861,sell_compound_top3,sell,2025-07-21 23:33:00,1738.0,5.9403,1,leg_gt,0.54,60 -36862,sell_compound_top3,sell,2025-07-21 23:42:00,1736.0,5.8182,1,leg_gt,0.55,60 -36863,sell_compound_top3,sell,2025-07-22 07:12:00,1664.0,1.7983,1,leg_gt,0.11,60 -36864,sell_compound_top3,sell,2025-07-22 07:21:00,1664.0,1.7983,1,leg_gt,0.12,60 -36865,sell_compound_top3,sell,2025-07-22 07:24:00,1665.0,1.8596,1,leg_gt,0.12,60 -36866,sell_compound_top3,sell,2025-07-22 07:27:00,1666.0,1.9208,1,leg_gt,0.12,60 -36867,sell_compound_top3,sell,2025-07-22 07:57:00,1686.0,3.1456,1,leg_gt,0.14,60 -36868,sell_compound_top3,sell,2025-07-22 08:27:00,1688.0,3.268,1,leg_gt,0.16,60 -36869,sell_compound_top3,sell,2025-07-22 08:30:00,1694.0,3.6355,1,leg_gt,0.17,60 -36870,sell_compound_top3,sell,2025-07-22 08:33:00,1698.0,3.8804,1,leg_gt,0.17,60 -36871,sell_compound_top3,sell,2025-07-22 08:42:00,1697.0,3.8192,1,leg_gt,0.18,60 -36872,sell_compound_top3,sell,2025-07-22 08:45:00,1696.0,3.7579,1,leg_gt,0.18,60 -36873,sell_compound_top3,sell,2025-07-22 08:48:00,1698.0,3.8804,1,leg_gt,0.18,60 -36874,sell_compound_top3,sell,2025-07-22 10:51:00,1703.0,4.059,1,leg_gt,0.02,60 -36875,sell_compound_top3,sell,2025-07-22 10:54:00,1715.0,4.793,1,leg_gt,0.03,60 -36876,sell_compound_top3,sell,2025-07-22 10:57:00,1703.0,4.059,1,leg_gt,0.03,60 -36877,sell_compound_top3,sell,2025-07-22 11:00:00,1704.0,4.1202,1,leg_gt,0.03,60 -36878,sell_compound_top3,sell,2025-07-22 11:03:00,1715.0,4.793,1,leg_gt,0.03,60 -36879,sell_compound_top3,sell,2025-07-22 11:06:00,1713.0,4.6706,1,leg_gt,0.04,60 -36880,sell_compound_top3,sell,2025-07-22 11:09:00,1711.0,4.5483,1,leg_gt,0.04,60 -36881,sell_compound_top3,sell,2025-07-22 19:51:00,1644.0,2.7786,1,leg_gt,0.1,60 -36882,sell_compound_top3,sell,2025-07-22 19:54:00,1649.0,3.0915,1,leg_gt,0.1,60 -36883,sell_compound_top3,sell,2025-07-22 20:00:00,1650.0,3.1541,1,leg_gt,0.11,60 -36884,sell_compound_top3,sell,2025-07-22 20:03:00,1641.0,2.5909,1,leg_gt,0.11,60 -36885,sell_compound_top3,sell,2025-07-22 20:06:00,1648.0,3.0289,1,leg_gt,0.11,60 -36886,sell_compound_top3,sell,2025-07-22 20:09:00,1649.0,3.0915,1,leg_gt,0.11,60 -36887,sell_compound_top3,sell,2025-07-22 20:51:00,1649.0,3.0915,1,leg_gt,0.14,60 -36888,sell_compound_top3,sell,2025-07-22 20:54:00,1646.0,2.9038,1,leg_gt,0.15,60 -36889,sell_compound_top3,sell,2025-07-22 21:27:00,1683.0,5.2191,1,leg_gt,0.17,60 -36890,sell_compound_top3,sell,2025-07-22 21:30:00,1689.0,5.5946,1,leg_gt,0.17,60 -36891,sell_compound_top3,sell,2025-07-22 21:33:00,1686.0,5.4069,1,leg_gt,0.17,60 -36892,sell_compound_top3,sell,2025-07-22 21:36:00,1686.0,5.4069,1,leg_gt,0.18,60 -36893,sell_compound_top3,sell,2025-07-22 21:39:00,1692.0,5.7824,1,leg_gt,0.18,60 -36894,sell_compound_top3,sell,2025-07-22 21:57:00,1703.0,6.4707,1,leg_gt,0.19,60 -36895,sell_compound_top3,sell,2025-07-23 04:21:00,1680.0,2.7152,1,leg_gt,0.08,60 -36896,sell_compound_top3,sell,2025-07-23 04:24:00,1684.0,2.96,1,leg_gt,0.08,60 -36897,sell_compound_top3,sell,2025-07-23 04:42:00,1696.0,3.6944,1,leg_gt,0.1,60 -36898,sell_compound_top3,sell,2025-07-23 05:12:00,1724.0,5.408,1,leg_gt,0.12,60 -36899,sell_compound_top3,sell,2025-07-23 05:30:00,1731.0,5.8364,1,leg_gt,0.13,60 -36900,sell_compound_top3,sell,2025-07-23 05:33:00,1737.0,6.2035,1,leg_gt,0.13,60 -36901,sell_compound_top3,sell,2025-07-23 05:36:00,1732.0,5.8976,1,leg_gt,0.13,60 -36902,sell_compound_top3,sell,2025-07-23 05:39:00,1736.0,6.1424,1,leg_gt,0.14,60 -36903,sell_compound_top3,sell,2025-07-23 05:42:00,1732.0,5.8976,1,leg_gt,0.14,60 -36904,sell_compound_top3,sell,2025-07-23 05:45:00,1739.0,6.3259,1,leg_gt,0.14,60 -36905,sell_compound_top3,sell,2025-07-23 05:48:00,1739.0,6.3259,1,leg_gt,0.14,60 -36906,sell_compound_top3,sell,2025-07-23 05:51:00,1740.0,6.3871,1,leg_gt,0.14,60 -36907,sell_compound_top3,sell,2025-07-23 05:54:00,1739.0,6.3259,1,leg_gt,0.15,60 -36908,sell_compound_top3,sell,2025-07-23 06:21:00,1750.0,6.9991,1,leg_gt,0.16,60 -36909,sell_compound_top3,sell,2025-07-23 06:24:00,1756.0,7.3663,1,leg_gt,0.17,60 -36910,sell_compound_top3,sell,2025-07-23 06:27:00,1756.0,7.3663,1,leg_gt,0.17,60 -36911,sell_compound_top3,sell,2025-07-23 07:00:00,1816.0,11.0383,1,leg_gt,0.19,60 -36912,sell_compound_top3,sell,2025-07-23 07:03:00,1812.0,10.7935,1,leg_gt,0.19,60 -36913,sell_compound_top3,sell,2025-07-23 07:06:00,1818.0,11.1607,1,leg_gt,0.2,60 -36914,sell_compound_top3,sell,2025-07-23 07:09:00,1815.0,10.9771,1,leg_gt,0.2,60 -36915,sell_compound_top3,sell,2025-07-23 07:12:00,1821.0,11.3443,1,leg_gt,0.2,60 -36916,sell_compound_top3,sell,2025-07-23 07:21:00,1828.0,11.7727,1,leg_gt,0.21,60 -36917,sell_compound_top3,sell,2025-07-23 07:24:00,1830.0,11.8951,1,leg_gt,0.21,60 -36918,sell_compound_top3,sell,2025-07-23 08:21:00,1871.0,14.4043,1,leg_gt,0.25,60 -36919,sell_compound_top3,sell,2025-07-23 08:24:00,1871.0,14.4043,1,leg_gt,0.25,60 -36920,sell_compound_top3,sell,2025-07-23 08:27:00,1860.0,13.7311,1,leg_gt,0.25,60 -36921,sell_compound_top3,sell,2025-07-23 08:30:00,1873.0,14.5267,1,leg_gt,0.25,60 -36922,sell_compound_top3,sell,2025-07-23 08:33:00,1882.0,15.0775,1,leg_gt,0.26,60 -36923,sell_compound_top3,sell,2025-07-23 08:36:00,1888.0,15.4447,1,leg_gt,0.26,60 -36924,sell_compound_top3,sell,2025-07-23 08:39:00,1878.0,14.8327,1,leg_gt,0.26,60 -36925,sell_compound_top3,sell,2025-07-23 08:57:00,1896.0,15.9343,1,leg_gt,0.27,60 -36926,sell_compound_top3,sell,2025-07-23 21:30:00,1761.0,7.6723,1,leg_gt,0.8,60 -36927,sell_compound_top3,sell,2025-07-23 21:33:00,1760.0,7.6111,1,leg_gt,0.8,60 -36928,sell_compound_top3,sell,2025-07-23 21:36:00,1763.0,7.7947,1,leg_gt,0.8,60 -36929,sell_compound_top3,sell,2025-07-23 21:39:00,1750.0,6.9991,1,leg_gt,0.8,60 -36930,sell_compound_top3,sell,2025-07-24 08:12:00,1620.0,5.3001,1,leg_gt,0.08,60 -36931,sell_compound_top3,sell,2025-07-24 08:15:00,1619.0,5.2351,1,leg_gt,0.08,60 -36932,sell_compound_top3,sell,2025-07-24 08:18:00,1615.0,4.9748,1,leg_gt,0.08,60 -36933,sell_compound_top3,sell,2025-07-24 08:21:00,1618.0,5.17,1,leg_gt,0.08,60 -36934,sell_compound_top3,sell,2025-07-24 08:24:00,1618.0,5.17,1,leg_gt,0.08,60 -36935,sell_compound_top3,sell,2025-07-24 09:42:00,1624.0,5.5604,1,leg_gt,0.14,60 -36936,sell_compound_top3,sell,2025-07-24 17:42:00,1542.0,5.372,1,leg_gt,0.08,60 -36937,sell_compound_top3,sell,2025-07-24 17:45:00,1543.0,5.4404,1,leg_gt,0.08,60 -36938,sell_compound_top3,sell,2025-07-24 17:48:00,1548.0,5.7824,1,leg_gt,0.08,60 -36939,sell_compound_top3,sell,2025-07-24 17:51:00,1545.0,5.5772,1,leg_gt,0.08,60 -36940,sell_compound_top3,sell,2025-07-24 17:54:00,1547.0,5.714,1,leg_gt,0.09,60 -36941,sell_compound_top3,sell,2025-07-24 20:27:00,1552.0,6.056,1,leg_gt,0.19,60 -36942,sell_compound_top3,sell,2025-07-24 20:30:00,1554.0,6.1927,1,leg_gt,0.19,60 -36943,sell_compound_top3,sell,2025-07-24 20:33:00,1557.0,6.3979,1,leg_gt,0.2,60 -36944,sell_compound_top3,sell,2025-07-24 20:36:00,1562.0,6.7399,1,leg_gt,0.2,60 -36945,sell_compound_top3,sell,2025-07-24 20:39:00,1563.0,6.8083,1,leg_gt,0.2,60 -36946,sell_compound_top3,sell,2025-07-24 20:42:00,1564.0,6.8767,1,leg_gt,0.2,60 -36947,sell_compound_top3,sell,2025-07-24 20:45:00,1565.0,6.9451,1,leg_gt,0.2,60 -36948,sell_compound_top3,sell,2025-07-24 20:48:00,1564.0,6.8767,1,leg_gt,0.21,60 -36949,sell_compound_top3,sell,2025-07-24 20:51:00,1565.0,6.9451,1,leg_gt,0.21,60 -36950,sell_compound_top3,sell,2025-07-24 20:54:00,1570.0,7.2871,1,leg_gt,0.21,60 -36951,sell_compound_top3,sell,2025-07-24 20:57:00,1567.0,7.0819,1,leg_gt,0.21,60 -36952,sell_compound_top3,sell,2025-07-24 22:21:00,1568.0,7.1503,1,leg_gt,0.27,60 -36953,sell_compound_top3,sell,2025-07-24 22:24:00,1564.0,6.8767,1,leg_gt,0.27,60 -36954,sell_compound_top3,sell,2025-07-24 22:27:00,1566.0,7.0135,1,leg_gt,0.28,60 -36955,sell_compound_top3,sell,2025-07-25 00:06:00,1609.0,9.9547,1,leg_gt,0.34,60 -36956,sell_compound_top3,sell,2025-07-25 00:09:00,1616.0,10.4335,1,leg_gt,0.35,60 -36957,sell_compound_top3,sell,2025-07-25 00:12:00,1613.0,10.2283,1,leg_gt,0.35,60 -36958,sell_compound_top3,sell,2025-07-25 00:15:00,1618.0,10.5703,1,leg_gt,0.35,60 -36959,sell_compound_top3,sell,2025-07-25 00:18:00,1622.0,10.8439,1,leg_gt,0.35,60 -36960,sell_compound_top3,sell,2025-07-25 14:21:00,1546.0,2.8294,1,leg_gt,0.08,60 -36961,sell_compound_top3,sell,2025-07-25 14:24:00,1543.0,2.6297,1,leg_gt,0.08,60 -36962,sell_compound_top3,sell,2025-07-25 15:51:00,1543.0,2.6297,1,leg_gt,0.14,60 -36963,sell_compound_top3,sell,2025-07-25 15:54:00,1538.0,2.2968,1,leg_gt,0.14,60 -36964,sell_compound_top3,sell,2025-07-25 17:27:00,1549.0,3.0292,1,leg_gt,0.2,60 -36965,sell_compound_top3,sell,2025-07-25 18:27:00,1547.0,2.896,1,leg_gt,0.25,60 -36966,sell_compound_top3,sell,2025-07-25 19:12:00,1566.0,4.161,1,leg_gt,0.28,60 -36967,sell_compound_top3,sell,2025-07-25 19:57:00,1574.0,4.6936,1,leg_gt,0.31,60 -36968,sell_compound_top3,sell,2025-07-25 20:00:00,1577.0,4.8933,1,leg_gt,0.31,60 -36969,sell_compound_top3,sell,2025-07-25 20:03:00,1575.0,4.7602,1,leg_gt,0.31,60 -36970,sell_compound_top3,sell,2025-07-25 20:06:00,1574.0,4.6936,1,leg_gt,0.31,60 -36971,sell_compound_top3,sell,2025-07-25 20:09:00,1574.0,4.6936,1,leg_gt,0.32,60 -36972,sell_compound_top3,sell,2025-07-26 06:00:00,1576.0,4.5481,1,leg_gt,0.22,60 -36973,sell_compound_top3,sell,2025-07-26 06:03:00,1579.0,4.7473,1,leg_gt,0.22,60 -36974,sell_compound_top3,sell,2025-07-26 06:06:00,1578.0,4.6809,1,leg_gt,0.23,60 -36975,sell_compound_top3,sell,2025-07-26 06:09:00,1580.0,4.8137,1,leg_gt,0.23,60 -36976,sell_compound_top3,sell,2025-07-26 06:12:00,1584.0,5.0793,1,leg_gt,0.23,60 -36977,sell_compound_top3,sell,2025-07-26 06:15:00,1582.0,4.9465,1,leg_gt,0.23,60 -36978,sell_compound_top3,sell,2025-07-26 06:18:00,1581.0,4.8801,1,leg_gt,0.24,60 -36979,sell_compound_top3,sell,2025-07-26 06:21:00,1588.0,5.3449,1,leg_gt,0.24,60 -36980,sell_compound_top3,sell,2025-07-26 06:24:00,1590.0,5.4777,1,leg_gt,0.24,60 -36981,sell_compound_top3,sell,2025-07-26 06:27:00,1584.0,5.0793,1,leg_gt,0.24,60 -36982,sell_compound_top3,sell,2025-07-26 17:36:00,1586.0,5.2121,1,leg_gt,0.71,60 -36983,sell_compound_top3,sell,2025-07-26 17:39:00,1586.0,5.2121,1,leg_gt,0.71,60 -36984,sell_compound_top3,sell,2025-07-26 20:12:00,1588.0,5.3449,1,leg_gt,0.81,60 -36985,sell_compound_top3,sell,2025-07-26 20:15:00,1592.0,5.6105,1,leg_gt,0.82,60 -36986,sell_compound_top3,sell,2025-07-26 20:18:00,1593.0,5.6769,1,leg_gt,0.82,60 -36987,sell_compound_top3,sell,2025-07-27 01:30:00,1602.0,6.2745,1,leg_gt,1.04,60 -36988,sell_compound_top3,sell,2025-07-27 01:33:00,1601.0,6.2081,1,leg_gt,1.04,60 -36989,sell_compound_top3,sell,2025-07-27 03:57:00,1600.0,6.1417,1,leg_gt,1.14,60 -36990,sell_compound_top3,sell,2025-07-27 04:12:00,1603.0,6.3409,1,leg_gt,1.15,60 -36991,sell_compound_top3,sell,2025-07-27 04:15:00,1603.0,6.3409,1,leg_gt,1.15,60 -36992,sell_compound_top3,sell,2025-07-27 04:18:00,1605.0,6.4737,1,leg_gt,1.15,60 -36993,sell_compound_top3,sell,2025-07-27 13:36:00,1600.0,6.1417,1,leg_gt,1.54,60 -36994,sell_compound_top3,sell,2025-07-27 13:39:00,1601.0,6.2081,1,leg_gt,1.54,60 -36995,sell_compound_top3,sell,2025-07-27 13:45:00,1600.0,6.1417,1,leg_gt,1.55,60 -36996,sell_compound_top3,sell,2025-07-27 13:48:00,1602.0,6.2745,1,leg_gt,1.55,60 -36997,sell_compound_top3,sell,2025-07-27 13:51:00,1602.0,6.2745,1,leg_gt,1.55,60 -36998,sell_compound_top3,sell,2025-07-27 13:54:00,1605.0,6.4737,1,leg_gt,1.55,60 -36999,sell_compound_top3,sell,2025-07-27 13:57:00,1605.0,6.4737,1,leg_gt,1.55,60 -37000,sell_compound_top3,sell,2025-07-27 14:06:00,1606.0,6.5401,1,leg_gt,1.56,60 -37001,sell_compound_top3,sell,2025-07-27 14:09:00,1604.0,6.4073,1,leg_gt,1.56,60 -37002,sell_compound_top3,sell,2025-07-27 14:21:00,1604.0,6.4073,1,leg_gt,1.57,60 -37003,sell_compound_top3,sell,2025-07-27 14:24:00,1610.0,6.8057,1,leg_gt,1.57,60 -37004,sell_compound_top3,sell,2025-07-27 14:30:00,1611.0,6.8721,1,leg_gt,1.58,60 -37005,sell_compound_top3,sell,2025-07-27 14:33:00,1611.0,6.8721,1,leg_gt,1.58,60 -37006,sell_compound_top3,sell,2025-07-27 14:36:00,1607.0,6.6065,1,leg_gt,1.58,60 -37007,sell_compound_top3,sell,2025-07-27 14:39:00,1609.0,6.7393,1,leg_gt,1.58,60 -37008,sell_compound_top3,sell,2025-07-27 14:42:00,1610.0,6.8057,1,leg_gt,1.59,60 -37009,sell_compound_top3,sell,2025-07-27 19:42:00,1605.0,6.4737,1,leg_gt,1.79,60 -37010,sell_compound_top3,sell,2025-07-27 19:45:00,1605.0,6.4737,1,leg_gt,1.8,60 -37011,sell_compound_top3,sell,2025-07-27 19:48:00,1603.0,6.3409,1,leg_gt,1.8,60 -37012,sell_compound_top3,sell,2025-07-27 19:57:00,1607.0,6.6065,1,leg_gt,1.8,60 -37013,sell_compound_top3,sell,2025-07-27 20:00:00,1607.0,6.6065,1,leg_gt,1.81,60 -37014,sell_compound_top3,sell,2025-07-27 20:03:00,1609.0,6.7393,1,leg_gt,1.81,60 -37015,sell_compound_top3,sell,2025-07-27 22:12:00,1610.0,6.8057,1,leg_gt,1.9,60 -37016,sell_compound_top3,sell,2025-07-27 23:15:00,1613.0,7.0049,1,leg_gt,1.94,60 -37017,sell_compound_top3,sell,2025-07-27 23:18:00,1620.0,7.4697,1,leg_gt,1.94,60 -37018,sell_compound_top3,sell,2025-07-27 23:21:00,1616.0,7.2041,1,leg_gt,1.95,60 -37019,sell_compound_top3,sell,2025-07-27 23:24:00,1613.0,7.0049,1,leg_gt,1.95,60 -37020,sell_compound_top3,sell,2025-07-28 01:30:00,1640.0,8.7977,1,leg_gt,2.04,60 -37021,sell_compound_top3,sell,2025-07-28 01:33:00,1638.0,8.6649,1,leg_gt,2.04,60 -37022,sell_compound_top3,sell,2025-07-28 01:36:00,1638.0,8.6649,1,leg_gt,2.04,60 -37023,sell_compound_top3,sell,2025-07-28 01:39:00,1644.0,9.0633,1,leg_gt,2.04,60 -37024,sell_compound_top3,sell,2025-07-28 01:42:00,1642.0,8.9305,1,leg_gt,2.04,60 -37025,sell_compound_top3,sell,2025-07-28 02:30:00,1644.0,9.0633,1,leg_gt,2.08,60 -37026,sell_compound_top3,sell,2025-07-28 02:33:00,1647.0,9.2625,1,leg_gt,2.08,60 -37027,sell_compound_top3,sell,2025-07-28 02:45:00,1646.0,9.1961,1,leg_gt,2.09,60 -37028,sell_compound_top3,sell,2025-07-28 02:48:00,1650.0,9.4618,1,leg_gt,2.09,60 -37029,sell_compound_top3,sell,2025-07-28 03:06:00,1647.0,9.2625,1,leg_gt,2.1,60 -37030,sell_compound_top3,sell,2025-07-28 03:09:00,1643.0,8.9969,1,leg_gt,2.1,60 -37031,sell_compound_top3,sell,2025-07-28 06:51:00,1642.0,8.9305,1,leg_gt,2.26,60 -37032,sell_compound_top3,sell,2025-07-28 06:54:00,1643.0,8.9969,1,leg_gt,2.26,60 -37033,sell_compound_top3,sell,2025-07-28 07:27:00,1657.0,9.9266,1,leg_gt,2.28,60 -37034,sell_compound_top3,sell,2025-07-28 07:42:00,1661.0,10.1922,1,leg_gt,2.29,60 -37035,sell_compound_top3,sell,2025-07-28 07:45:00,1662.0,10.2586,1,leg_gt,2.3,60 -37036,sell_compound_top3,sell,2025-07-28 07:48:00,1660.0,10.1258,1,leg_gt,2.3,60 -37037,sell_compound_top3,sell,2025-07-28 09:30:00,1670.0,10.7898,1,leg_gt,2.37,60 -37038,sell_compound_top3,sell,2025-07-28 09:33:00,1667.0,10.5906,1,leg_gt,2.37,60 -37039,sell_compound_top3,sell,2025-07-28 09:36:00,1667.0,10.5906,1,leg_gt,2.37,60 -37040,sell_compound_top3,sell,2025-07-28 09:39:00,1665.0,10.4578,1,leg_gt,2.38,60 -37041,sell_compound_top3,sell,2025-07-28 13:51:00,1664.0,10.3914,1,leg_gt,2.55,60 -37042,sell_compound_top3,sell,2025-07-28 13:54:00,1669.0,10.7234,1,leg_gt,2.55,60 -37043,sell_compound_top3,sell,2025-07-28 13:57:00,1668.0,10.657,1,leg_gt,2.55,60 -37044,sell_compound_top3,sell,2025-07-28 14:00:00,1669.0,10.7234,1,leg_gt,2.56,60 -37045,sell_compound_top3,sell,2025-07-28 14:03:00,1672.0,10.9226,1,leg_gt,2.56,60 -37046,sell_compound_top3,sell,2025-07-28 14:06:00,1670.0,10.7898,1,leg_gt,2.56,60 -37047,sell_compound_top3,sell,2025-07-28 14:09:00,1672.0,10.9226,1,leg_gt,2.56,60 -37048,sell_compound_top3,sell,2025-07-28 14:12:00,1672.0,10.9226,1,leg_gt,2.56,60 -37049,sell_compound_top3,sell,2025-07-28 14:15:00,1673.0,10.989,1,leg_gt,2.57,60 -37050,sell_compound_top3,sell,2025-07-28 14:18:00,1677.0,11.2546,1,leg_gt,2.57,60 -37051,sell_compound_top3,sell,2025-07-28 14:21:00,1677.0,11.2546,1,leg_gt,2.57,60 -37052,sell_compound_top3,sell,2025-07-28 14:24:00,1673.0,10.989,1,leg_gt,2.57,60 -37053,sell_compound_top3,sell,2025-07-28 16:51:00,1679.0,11.3874,1,leg_gt,2.68,60 -37054,sell_compound_top3,sell,2025-07-28 16:54:00,1679.0,11.3874,1,leg_gt,2.68,60 -37055,sell_compound_top3,sell,2025-07-28 16:57:00,1676.0,11.1882,1,leg_gt,2.68,60 -37056,sell_compound_top3,sell,2025-07-28 17:00:00,1681.0,11.5202,1,leg_gt,2.68,60 -37057,sell_compound_top3,sell,2025-07-28 17:03:00,1681.0,11.5202,1,leg_gt,2.68,60 -37058,sell_compound_top3,sell,2025-07-28 17:06:00,1683.0,11.653,1,leg_gt,2.69,60 -37059,sell_compound_top3,sell,2025-07-28 17:09:00,1686.0,11.8522,1,leg_gt,2.69,60 -37060,sell_compound_top3,sell,2025-07-29 14:30:00,1535.0,1.8256,1,leg_gt,0.11,60 -37061,sell_compound_top3,sell,2025-07-29 14:33:00,1535.0,1.8256,1,leg_gt,0.11,60 -37062,sell_compound_top3,sell,2025-07-29 14:45:00,1541.0,2.224,1,leg_gt,0.12,60 -37063,sell_compound_top3,sell,2025-07-29 14:48:00,1541.0,2.224,1,leg_gt,0.12,60 -37064,sell_compound_top3,sell,2025-07-29 14:51:00,1542.0,2.2904,1,leg_gt,0.12,60 -37065,sell_compound_top3,sell,2025-07-29 14:54:00,1545.0,2.4896,1,leg_gt,0.12,60 -37066,sell_compound_top3,sell,2025-07-29 15:06:00,1546.0,2.556,1,leg_gt,0.13,60 -37067,sell_compound_top3,sell,2025-07-29 15:09:00,1542.0,2.2904,1,leg_gt,0.14,60 -37068,sell_compound_top3,sell,2025-07-29 15:15:00,1544.0,2.4232,1,leg_gt,0.14,60 -37069,sell_compound_top3,sell,2025-07-29 15:18:00,1545.0,2.4896,1,leg_gt,0.14,60 -37070,sell_compound_top3,sell,2025-07-29 15:21:00,1549.0,2.7552,1,leg_gt,0.14,60 -37071,sell_compound_top3,sell,2025-07-29 15:24:00,1550.0,2.8216,1,leg_gt,0.15,60 -37072,sell_compound_top3,sell,2025-07-29 16:15:00,1550.0,2.8216,1,leg_gt,0.18,60 -37073,sell_compound_top3,sell,2025-07-29 16:18:00,1551.0,2.888,1,leg_gt,0.18,60 -37074,sell_compound_top3,sell,2025-07-29 16:21:00,1553.0,3.0208,1,leg_gt,0.19,60 -37075,sell_compound_top3,sell,2025-07-29 16:24:00,1551.0,2.888,1,leg_gt,0.19,60 -37076,sell_compound_top3,sell,2025-07-29 16:42:00,1556.0,3.2201,1,leg_gt,0.2,60 -37077,sell_compound_top3,sell,2025-07-29 17:00:00,1559.0,3.4193,1,leg_gt,0.21,60 -37078,sell_compound_top3,sell,2025-07-29 17:03:00,1556.0,3.2201,1,leg_gt,0.21,60 -37079,sell_compound_top3,sell,2025-07-29 22:30:00,1542.0,2.2904,1,leg_gt,0.44,60 -37080,sell_compound_top3,sell,2025-07-29 22:33:00,1540.0,2.1576,1,leg_gt,0.44,60 -37081,sell_compound_top3,sell,2025-07-30 07:06:00,1487.0,-1.3616,0,leg_gt,0.8,60 -37082,sell_compound_top3,sell,2025-07-30 07:09:00,1490.0,-1.1624,0,leg_gt,0.8,60 -37083,sell_compound_top3,sell,2025-07-30 07:21:00,1490.0,-1.1624,0,leg_gt,0.81,60 -37084,sell_compound_top3,sell,2025-07-30 07:24:00,1489.0,-1.2288,0,leg_gt,0.81,60 -37085,sell_compound_top3,sell,2025-07-30 07:27:00,1491.0,-1.096,0,leg_gt,0.81,60 -37086,sell_compound_top3,sell,2025-07-30 07:42:00,1492.0,-1.0296,0,leg_gt,0.82,60 -37087,sell_compound_top3,sell,2025-07-30 07:45:00,1491.0,-1.096,0,leg_gt,0.83,60 -37088,sell_compound_top3,sell,2025-07-30 07:48:00,1495.0,-0.8304,0,leg_gt,0.83,60 -37089,sell_compound_top3,sell,2025-07-30 07:51:00,1494.0,-0.8968,0,leg_gt,0.83,60 -37090,sell_compound_top3,sell,2025-07-30 07:54:00,1495.0,-0.8304,0,leg_gt,0.83,60 -37091,sell_compound_top3,sell,2025-07-30 07:57:00,1496.0,-0.764,0,leg_gt,0.84,60 -37092,sell_compound_top3,sell,2025-07-30 08:00:00,1496.0,-0.764,0,leg_gt,0.84,60 -37093,sell_compound_top3,sell,2025-07-30 08:03:00,1496.0,-0.764,0,leg_gt,0.84,60 -37094,sell_compound_top3,sell,2025-07-30 08:06:00,1496.0,-0.764,0,leg_gt,0.84,60 -37095,sell_compound_top3,sell,2025-07-30 08:09:00,1496.0,-0.764,0,leg_gt,0.84,60 -37096,sell_compound_top3,sell,2025-07-30 08:12:00,1497.0,-0.6976,0,leg_gt,0.85,60 -37097,sell_compound_top3,sell,2025-07-30 08:21:00,1500.0,-0.4984,0,leg_gt,0.85,60 -37098,sell_compound_top3,sell,2025-07-30 08:24:00,1498.0,-0.6312,0,leg_gt,0.85,60 -37099,sell_compound_top3,sell,2025-07-30 08:36:00,1499.0,-0.5648,0,leg_gt,0.86,60 -37100,sell_compound_top3,sell,2025-07-30 08:39:00,1500.0,-0.4984,0,leg_gt,0.86,60 -37101,sell_compound_top3,sell,2025-07-30 08:42:00,1498.0,-0.6312,0,leg_gt,0.87,60 -37102,sell_compound_top3,sell,2025-07-30 12:42:00,1495.0,-0.8304,0,leg_gt,1.03,60 -37103,sell_compound_top3,sell,2025-07-31 00:06:00,1460.0,2.7169,1,leg_gt,0.13,60 -37104,sell_compound_top3,sell,2025-07-31 00:09:00,1456.0,2.4352,1,leg_gt,0.14,60 -37105,sell_compound_top3,sell,2025-07-31 00:45:00,1467.0,3.2099,1,leg_gt,0.16,60 -37106,sell_compound_top3,sell,2025-07-31 00:48:00,1469.0,3.3507,1,leg_gt,0.16,60 -37107,sell_compound_top3,sell,2025-07-31 00:51:00,1467.0,3.2099,1,leg_gt,0.16,60 -37108,sell_compound_top3,sell,2025-07-31 00:54:00,1470.0,3.4211,1,leg_gt,0.17,60 -37109,sell_compound_top3,sell,2025-07-31 00:57:00,1470.0,3.4211,1,leg_gt,0.17,60 -37110,sell_compound_top3,sell,2025-07-31 01:00:00,1471.0,3.4915,1,leg_gt,0.17,60 -37111,sell_compound_top3,sell,2025-07-31 01:03:00,1469.0,3.3507,1,leg_gt,0.17,60 -37112,sell_compound_top3,sell,2025-07-31 01:12:00,1470.0,3.4211,1,leg_gt,0.18,60 -37113,sell_compound_top3,sell,2025-07-31 01:15:00,1474.0,3.7028,1,leg_gt,0.18,60 -37114,sell_compound_top3,sell,2025-07-31 01:18:00,1479.0,4.0549,1,leg_gt,0.18,60 -37115,sell_compound_top3,sell,2025-07-31 01:27:00,1477.0,3.9141,1,leg_gt,0.19,60 -37116,sell_compound_top3,sell,2025-07-31 03:15:00,1486.0,4.5479,1,leg_gt,0.26,60 -37117,sell_compound_top3,sell,2025-07-31 03:18:00,1486.0,4.5479,1,leg_gt,0.27,60 -37118,sell_compound_top3,sell,2025-07-31 03:21:00,1488.0,4.6887,1,leg_gt,0.27,60 -37119,sell_compound_top3,sell,2025-07-31 03:24:00,1491.0,4.9,1,leg_gt,0.27,60 -37120,sell_compound_top3,sell,2025-07-31 03:27:00,1490.0,4.8296,1,leg_gt,0.27,60 -37121,sell_compound_top3,sell,2025-07-31 03:30:00,1489.0,4.7592,1,leg_gt,0.28,60 -37122,sell_compound_top3,sell,2025-07-31 03:33:00,1488.0,4.6887,1,leg_gt,0.28,60 -37123,sell_compound_top3,sell,2025-07-31 08:45:00,1475.0,4.214,1,leg_gt,0.19,60 -37124,sell_compound_top3,sell,2025-07-31 08:48:00,1475.0,4.214,1,leg_gt,0.2,60 -37125,sell_compound_top3,sell,2025-07-31 09:30:00,1480.0,4.5676,1,leg_gt,0.22,60 -37126,sell_compound_top3,sell,2025-07-31 09:33:00,1478.0,4.4262,1,leg_gt,0.23,60 -37127,sell_compound_top3,sell,2025-07-31 09:36:00,1480.0,4.5676,1,leg_gt,0.23,60 -37128,sell_compound_top3,sell,2025-07-31 09:39:00,1486.0,4.9919,1,leg_gt,0.23,60 -37129,sell_compound_top3,sell,2025-07-31 09:51:00,1485.0,4.9212,1,leg_gt,0.24,60 -37130,sell_compound_top3,sell,2025-07-31 09:54:00,1483.0,4.7798,1,leg_gt,0.24,60 -37131,sell_compound_top3,sell,2025-07-31 09:57:00,1483.0,4.7798,1,leg_gt,0.24,60 -37132,sell_compound_top3,sell,2025-07-31 11:51:00,1490.0,5.2748,1,leg_gt,0.32,60 -37133,sell_compound_top3,sell,2025-07-31 11:54:00,1491.0,5.3455,1,leg_gt,0.32,60 -37134,sell_compound_top3,sell,2025-07-31 11:57:00,1491.0,5.3455,1,leg_gt,0.33,60 -37135,sell_compound_top3,sell,2025-07-31 12:21:00,1493.0,5.487,1,leg_gt,0.34,60 -37136,sell_compound_top3,sell,2025-07-31 12:24:00,1492.0,5.4163,1,leg_gt,0.35,60 -37137,sell_compound_top3,sell,2025-07-31 12:45:00,1494.0,5.5577,1,leg_gt,0.36,60 -37138,sell_compound_top3,sell,2025-07-31 12:48:00,1495.0,5.6284,1,leg_gt,0.36,60 -37139,sell_compound_top3,sell,2025-07-31 12:51:00,1495.0,5.6284,1,leg_gt,0.36,60 -37140,sell_compound_top3,sell,2025-07-31 12:54:00,1494.0,5.5577,1,leg_gt,0.37,60 -37141,sell_compound_top3,sell,2025-07-31 13:51:00,1494.0,5.5577,1,leg_gt,0.41,60 -37142,sell_compound_top3,sell,2025-07-31 13:54:00,1496.0,5.6992,1,leg_gt,0.41,60 -37143,sell_compound_top3,sell,2025-07-31 13:57:00,1496.0,5.6992,1,leg_gt,0.41,60 -37144,sell_compound_top3,sell,2025-07-31 15:51:00,1497.0,5.7699,1,leg_gt,0.49,60 -37145,sell_compound_top3,sell,2025-07-31 15:54:00,1497.0,5.7699,1,leg_gt,0.49,60 -37146,sell_compound_top3,sell,2025-07-31 15:57:00,1498.0,5.8406,1,leg_gt,0.49,60 -37147,sell_compound_top3,sell,2025-07-31 19:51:00,1503.0,6.1942,1,leg_gt,0.66,60 -37148,sell_compound_top3,sell,2025-07-31 19:54:00,1504.0,6.2649,1,leg_gt,0.66,60 -37149,sell_compound_top3,sell,2025-08-01 01:45:00,1485.0,4.9212,1,leg_gt,0.9,60 -37150,sell_compound_top3,sell,2025-08-01 01:48:00,1475.0,4.214,1,leg_gt,0.9,60 -37151,sell_compound_top3,sell,2025-08-01 01:57:00,1481.0,4.6383,1,leg_gt,0.91,60 -37152,sell_compound_top3,sell,2025-08-01 21:42:00,1373.0,1.0791,1,leg_gt,0.49,60 -37153,sell_compound_top3,sell,2025-08-01 21:45:00,1371.0,0.9317,1,leg_gt,0.5,60 -37154,sell_compound_top3,sell,2025-08-01 21:48:00,1370.0,0.858,1,leg_gt,0.5,60 -37155,sell_compound_top3,sell,2025-08-01 22:12:00,1372.0,1.0054,1,leg_gt,0.51,60 -37156,sell_compound_top3,sell,2025-08-01 23:30:00,1374.0,2.7443,1,leg_gt,0.03,60 -37157,sell_compound_top3,sell,2025-08-01 23:33:00,1373.0,2.6695,1,leg_gt,0.03,60 -37158,sell_compound_top3,sell,2025-08-01 23:36:00,1376.0,2.894,1,leg_gt,0.03,60 -37159,sell_compound_top3,sell,2025-08-01 23:39:00,1375.0,2.8192,1,leg_gt,0.03,60 -37160,sell_compound_top3,sell,2025-08-02 01:12:00,1380.0,3.1934,1,leg_gt,0.1,60 -37161,sell_compound_top3,sell,2025-08-02 01:15:00,1381.0,3.2683,1,leg_gt,0.1,60 -37162,sell_compound_top3,sell,2025-08-02 01:18:00,1380.0,3.1934,1,leg_gt,0.1,60 -37163,sell_compound_top3,sell,2025-08-02 01:21:00,1380.0,3.1934,1,leg_gt,0.1,60 -37164,sell_compound_top3,sell,2025-08-02 01:24:00,1381.0,3.2683,1,leg_gt,0.11,60 -37165,sell_compound_top3,sell,2025-08-02 01:27:00,1382.0,3.3431,1,leg_gt,0.11,60 -37166,sell_compound_top3,sell,2025-08-02 05:00:00,1376.0,2.894,1,leg_gt,0.26,60 -37167,sell_compound_top3,sell,2025-08-02 05:03:00,1374.0,2.7443,1,leg_gt,0.26,60 -37168,sell_compound_top3,sell,2025-08-02 12:21:00,1359.0,2.9326,1,leg_gt,0.2,60 -37169,sell_compound_top3,sell,2025-08-02 12:24:00,1357.0,2.781,1,leg_gt,0.2,60 -37170,sell_compound_top3,sell,2025-08-02 12:27:00,1357.0,2.781,1,leg_gt,0.2,60 -37171,sell_compound_top3,sell,2025-08-02 12:42:00,1360.0,3.0084,1,leg_gt,0.21,60 -37172,sell_compound_top3,sell,2025-08-02 13:51:00,1362.0,3.16,1,leg_gt,0.26,60 -37173,sell_compound_top3,sell,2025-08-02 13:54:00,1361.0,3.0842,1,leg_gt,0.26,60 -37174,sell_compound_top3,sell,2025-08-02 23:00:00,1339.0,1.4163,1,leg_gt,0.64,60 -37175,sell_compound_top3,sell,2025-08-02 23:03:00,1336.0,1.1889,1,leg_gt,0.64,60 -37176,sell_compound_top3,sell,2025-08-02 23:06:00,1339.0,1.4163,1,leg_gt,0.64,60 -37177,sell_compound_top3,sell,2025-08-02 23:09:00,1336.0,1.1889,1,leg_gt,0.65,60 -37178,sell_compound_top3,sell,2025-08-03 07:51:00,1316.0,2.1533,1,leg_gt,0.17,60 -37179,sell_compound_top3,sell,2025-08-03 07:54:00,1318.0,2.3087,1,leg_gt,0.17,60 -37180,sell_compound_top3,sell,2025-08-03 07:57:00,1315.0,2.0756,1,leg_gt,0.17,60 -37181,sell_compound_top3,sell,2025-08-03 10:06:00,1321.0,2.5418,1,leg_gt,0.26,60 -37182,sell_compound_top3,sell,2025-08-03 10:09:00,1324.0,2.7749,1,leg_gt,0.26,60 -37183,sell_compound_top3,sell,2025-08-03 10:12:00,1325.0,2.8526,1,leg_gt,0.27,60 -37184,sell_compound_top3,sell,2025-08-03 10:15:00,1325.0,2.8526,1,leg_gt,0.27,60 -37185,sell_compound_top3,sell,2025-08-03 10:18:00,1322.0,2.6195,1,leg_gt,0.27,60 -37186,sell_compound_top3,sell,2025-08-03 10:30:00,1326.0,2.9303,1,leg_gt,0.28,60 -37187,sell_compound_top3,sell,2025-08-03 10:33:00,1326.0,2.9303,1,leg_gt,0.28,60 -37188,sell_compound_top3,sell,2025-08-03 10:36:00,1328.0,3.0857,1,leg_gt,0.28,60 -37189,sell_compound_top3,sell,2025-08-03 10:39:00,1329.0,3.1634,1,leg_gt,0.29,60 -37190,sell_compound_top3,sell,2025-08-03 10:42:00,1330.0,3.2411,1,leg_gt,0.29,60 -37191,sell_compound_top3,sell,2025-08-03 11:06:00,1336.0,3.7073,1,leg_gt,0.3,60 -37192,sell_compound_top3,sell,2025-08-03 11:09:00,1339.0,3.9404,1,leg_gt,0.31,60 -37193,sell_compound_top3,sell,2025-08-03 11:15:00,1339.0,3.9404,1,leg_gt,0.31,60 -37194,sell_compound_top3,sell,2025-08-03 11:18:00,1338.0,3.8627,1,leg_gt,0.31,60 -37195,sell_compound_top3,sell,2025-08-03 11:21:00,1338.0,3.8627,1,leg_gt,0.31,60 -37196,sell_compound_top3,sell,2025-08-03 11:24:00,1338.0,3.8627,1,leg_gt,0.32,60 -37197,sell_compound_top3,sell,2025-08-03 11:27:00,1339.0,3.9404,1,leg_gt,0.32,60 -37198,sell_compound_top3,sell,2025-08-03 11:30:00,1338.0,3.8627,1,leg_gt,0.32,60 -37199,sell_compound_top3,sell,2025-08-03 11:33:00,1340.0,4.0181,1,leg_gt,0.32,60 -37200,sell_compound_top3,sell,2025-08-03 11:42:00,1344.0,4.3289,1,leg_gt,0.33,60 -37201,sell_compound_top3,sell,2025-08-03 11:45:00,1345.0,4.4066,1,leg_gt,0.33,60 -37202,sell_compound_top3,sell,2025-08-03 11:48:00,1345.0,4.4066,1,leg_gt,0.33,60 -37203,sell_compound_top3,sell,2025-08-03 11:51:00,1343.0,4.2512,1,leg_gt,0.34,60 -37204,sell_compound_top3,sell,2025-08-03 11:54:00,1345.0,4.4066,1,leg_gt,0.34,60 -37205,sell_compound_top3,sell,2025-08-03 11:57:00,1345.0,4.4066,1,leg_gt,0.34,60 -37206,sell_compound_top3,sell,2025-08-03 12:42:00,1349.0,4.7174,1,leg_gt,0.37,60 -37207,sell_compound_top3,sell,2025-08-03 12:45:00,1351.0,4.8728,1,leg_gt,0.37,60 -37208,sell_compound_top3,sell,2025-08-03 12:48:00,1349.0,4.7174,1,leg_gt,0.38,60 -37209,sell_compound_top3,sell,2025-08-03 12:51:00,1349.0,4.7174,1,leg_gt,0.38,60 -37210,sell_compound_top3,sell,2025-08-03 12:54:00,1349.0,4.7174,1,leg_gt,0.38,60 -37211,sell_compound_top3,sell,2025-08-03 16:42:00,1348.0,4.6397,1,leg_gt,0.54,60 -37212,sell_compound_top3,sell,2025-08-03 16:51:00,1350.0,4.7951,1,leg_gt,0.54,60 -37213,sell_compound_top3,sell,2025-08-03 16:54:00,1348.0,4.6397,1,leg_gt,0.55,60 -37214,sell_compound_top3,sell,2025-08-03 16:57:00,1350.0,4.7951,1,leg_gt,0.55,60 -37215,sell_compound_top3,sell,2025-08-03 17:00:00,1351.0,4.8728,1,leg_gt,0.55,60 -37216,sell_compound_top3,sell,2025-08-03 17:03:00,1351.0,4.8728,1,leg_gt,0.55,60 -37217,sell_compound_top3,sell,2025-08-03 17:06:00,1350.0,4.7951,1,leg_gt,0.55,60 -37218,sell_compound_top3,sell,2025-08-03 17:09:00,1352.0,4.9505,1,leg_gt,0.56,60 -37219,sell_compound_top3,sell,2025-08-03 17:12:00,1351.0,4.8728,1,leg_gt,0.56,60 -37220,sell_compound_top3,sell,2025-08-03 17:21:00,1351.0,4.8728,1,leg_gt,0.56,60 -37221,sell_compound_top3,sell,2025-08-03 17:24:00,1351.0,4.8728,1,leg_gt,0.57,60 -37222,sell_compound_top3,sell,2025-08-03 19:21:00,1356.0,5.2613,1,leg_gt,0.65,60 -37223,sell_compound_top3,sell,2025-08-03 19:24:00,1354.0,5.1059,1,leg_gt,0.65,60 -37224,sell_compound_top3,sell,2025-08-03 19:27:00,1356.0,5.2613,1,leg_gt,0.65,60 -37225,sell_compound_top3,sell,2025-08-03 19:30:00,1356.0,5.2613,1,leg_gt,0.65,60 -37226,sell_compound_top3,sell,2025-08-03 19:33:00,1355.0,5.1836,1,leg_gt,0.66,60 -37227,sell_compound_top3,sell,2025-08-03 19:45:00,1356.0,5.2613,1,leg_gt,0.66,60 -37228,sell_compound_top3,sell,2025-08-03 19:48:00,1357.0,5.339,1,leg_gt,0.67,60 -37229,sell_compound_top3,sell,2025-08-03 19:51:00,1357.0,5.339,1,leg_gt,0.67,60 -37230,sell_compound_top3,sell,2025-08-03 19:54:00,1358.0,5.4167,1,leg_gt,0.67,60 -37231,sell_compound_top3,sell,2025-08-03 20:00:00,1358.0,5.4167,1,leg_gt,0.68,60 -37232,sell_compound_top3,sell,2025-08-03 20:03:00,1358.0,5.4167,1,leg_gt,0.68,60 -37233,sell_compound_top3,sell,2025-08-03 20:06:00,1359.0,5.4944,1,leg_gt,0.68,60 -37234,sell_compound_top3,sell,2025-08-03 20:09:00,1360.0,5.5721,1,leg_gt,0.68,60 -37235,sell_compound_top3,sell,2025-08-03 20:27:00,1363.0,5.8052,1,leg_gt,0.69,60 -37236,sell_compound_top3,sell,2025-08-04 00:21:00,1356.0,5.2613,1,leg_gt,0.86,60 -37237,sell_compound_top3,sell,2025-08-04 00:24:00,1356.0,5.2613,1,leg_gt,0.86,60 -37238,sell_compound_top3,sell,2025-08-04 00:42:00,1358.0,5.4167,1,leg_gt,0.87,60 -37239,sell_compound_top3,sell,2025-08-04 00:45:00,1359.0,5.4944,1,leg_gt,0.87,60 -37240,sell_compound_top3,sell,2025-08-04 00:48:00,1357.0,5.339,1,leg_gt,0.88,60 -37241,sell_compound_top3,sell,2025-08-04 01:51:00,1359.0,5.4944,1,leg_gt,0.92,60 -37242,sell_compound_top3,sell,2025-08-04 01:54:00,1360.0,5.5721,1,leg_gt,0.92,60 -37243,sell_compound_top3,sell,2025-08-04 03:51:00,1361.0,5.6498,1,leg_gt,1.0,60 -37244,sell_compound_top3,sell,2025-08-04 03:54:00,1361.0,5.6498,1,leg_gt,1.0,60 -37245,sell_compound_top3,sell,2025-08-04 03:57:00,1359.0,5.4944,1,leg_gt,1.01,60 -37246,sell_compound_top3,sell,2025-08-04 06:12:00,1364.0,5.8829,1,leg_gt,1.1,60 -37247,sell_compound_top3,sell,2025-08-04 06:15:00,1366.0,6.0383,1,leg_gt,1.1,60 -37248,sell_compound_top3,sell,2025-08-04 06:18:00,1365.0,5.9606,1,leg_gt,1.1,60 -37249,sell_compound_top3,sell,2025-08-04 06:21:00,1368.0,6.1937,1,leg_gt,1.11,60 -37250,sell_compound_top3,sell,2025-08-04 06:24:00,1368.0,6.1937,1,leg_gt,1.11,60 -37251,sell_compound_top3,sell,2025-08-04 06:27:00,1367.0,6.116,1,leg_gt,1.11,60 -37252,sell_compound_top3,sell,2025-08-04 06:36:00,1367.0,6.116,1,leg_gt,1.12,60 -37253,sell_compound_top3,sell,2025-08-04 06:39:00,1365.0,5.9606,1,leg_gt,1.12,60 -37254,sell_compound_top3,sell,2025-08-04 06:57:00,1369.0,6.2714,1,leg_gt,1.13,60 -37255,sell_compound_top3,sell,2025-08-04 08:00:00,1369.0,6.2714,1,leg_gt,1.18,60 -37256,sell_compound_top3,sell,2025-08-04 08:03:00,1371.0,6.4268,1,leg_gt,1.18,60 -37257,sell_compound_top3,sell,2025-08-04 09:30:00,1377.0,6.893,1,leg_gt,1.24,60 -37258,sell_compound_top3,sell,2025-08-04 09:33:00,1375.0,6.7376,1,leg_gt,1.24,60 -37259,sell_compound_top3,sell,2025-08-04 09:36:00,1379.0,7.0484,1,leg_gt,1.24,60 -37260,sell_compound_top3,sell,2025-08-04 09:39:00,1380.0,7.1261,1,leg_gt,1.24,60 -37261,sell_compound_top3,sell,2025-08-04 10:12:00,1394.0,8.2139,1,leg_gt,1.27,60 -37262,sell_compound_top3,sell,2025-08-04 16:51:00,1381.0,7.2038,1,leg_gt,1.54,60 -37263,sell_compound_top3,sell,2025-08-04 16:54:00,1378.0,6.9707,1,leg_gt,1.55,60 -37264,sell_compound_top3,sell,2025-08-04 23:21:00,1397.0,8.447,1,leg_gt,1.81,60 -37265,sell_compound_top3,sell,2025-08-04 23:24:00,1398.0,8.5247,1,leg_gt,1.82,60 -37266,sell_compound_top3,sell,2025-08-04 23:27:00,1399.0,8.6024,1,leg_gt,1.82,60 -37267,sell_compound_top3,sell,2025-08-04 23:30:00,1402.0,8.8355,1,leg_gt,1.82,60 -37268,sell_compound_top3,sell,2025-08-04 23:33:00,1398.0,8.5247,1,leg_gt,1.82,60 -37269,sell_compound_top3,sell,2025-08-05 01:51:00,1399.0,8.6024,1,leg_gt,1.92,60 -37270,sell_compound_top3,sell,2025-08-05 01:54:00,1402.0,8.8355,1,leg_gt,1.92,60 -37271,sell_compound_top3,sell,2025-08-05 02:06:00,1405.0,9.0686,1,leg_gt,1.93,60 -37272,sell_compound_top3,sell,2025-08-05 02:09:00,1409.0,9.3794,1,leg_gt,1.93,60 -37273,sell_compound_top3,sell,2025-08-05 06:21:00,1390.0,7.9031,1,leg_gt,2.11,60 -37274,sell_compound_top3,sell,2025-08-05 06:24:00,1389.0,7.8254,1,leg_gt,2.11,60 -37275,sell_compound_top3,sell,2025-08-05 06:27:00,1387.0,7.67,1,leg_gt,2.11,60 -37276,sell_compound_top3,sell,2025-08-05 06:42:00,1395.0,8.2916,1,leg_gt,2.12,60 -37277,sell_compound_top3,sell,2025-08-05 06:51:00,1398.0,8.5247,1,leg_gt,2.13,60 -37278,sell_compound_top3,sell,2025-08-05 06:54:00,1393.0,8.1362,1,leg_gt,2.13,60 -37279,sell_compound_top3,sell,2025-08-05 07:51:00,1396.0,8.3693,1,leg_gt,2.17,60 -37280,sell_compound_top3,sell,2025-08-05 07:54:00,1398.0,8.5247,1,leg_gt,2.17,60 -37281,sell_compound_top3,sell,2025-08-05 08:00:00,1400.0,8.6801,1,leg_gt,2.17,60 -37282,sell_compound_top3,sell,2025-08-05 08:03:00,1398.0,8.5247,1,leg_gt,2.18,60 -37283,sell_compound_top3,sell,2025-08-05 19:45:00,1348.0,2.2538,1,leg_gt,0.11,60 -37284,sell_compound_top3,sell,2025-08-05 19:48:00,1347.0,2.1779,1,leg_gt,0.11,60 -37285,sell_compound_top3,sell,2025-08-05 20:15:00,1351.0,2.4816,1,leg_gt,0.13,60 -37286,sell_compound_top3,sell,2025-08-05 20:18:00,1351.0,2.4816,1,leg_gt,0.13,60 -37287,sell_compound_top3,sell,2025-08-05 20:21:00,1352.0,2.5576,1,leg_gt,0.14,60 -37288,sell_compound_top3,sell,2025-08-05 20:24:00,1354.0,2.7094,1,leg_gt,0.14,60 -37289,sell_compound_top3,sell,2025-08-05 20:27:00,1355.0,2.7853,1,leg_gt,0.14,60 -37290,sell_compound_top3,sell,2025-08-05 20:30:00,1355.0,2.7853,1,leg_gt,0.14,60 -37291,sell_compound_top3,sell,2025-08-05 20:33:00,1352.0,2.5576,1,leg_gt,0.14,60 -37292,sell_compound_top3,sell,2025-08-05 20:36:00,1354.0,2.7094,1,leg_gt,0.15,60 -37293,sell_compound_top3,sell,2025-08-05 20:39:00,1356.0,2.8613,1,leg_gt,0.15,60 -37294,sell_compound_top3,sell,2025-08-05 20:42:00,1358.0,3.0131,1,leg_gt,0.15,60 -37295,sell_compound_top3,sell,2025-08-05 20:45:00,1360.0,3.165,1,leg_gt,0.15,60 -37296,sell_compound_top3,sell,2025-08-05 20:48:00,1358.0,3.0131,1,leg_gt,0.15,60 -37297,sell_compound_top3,sell,2025-08-06 05:30:00,1323.0,0.3556,1,leg_gt,0.52,60 -37298,sell_compound_top3,sell,2025-08-06 05:33:00,1324.0,0.4315,1,leg_gt,0.52,60 -37299,sell_compound_top3,sell,2025-08-06 08:30:00,1320.0,0.1278,1,leg_gt,0.64,60 -37300,sell_compound_top3,sell,2025-08-06 08:33:00,1318.0,-0.0241,0,leg_gt,0.64,60 -37301,sell_compound_top3,sell,2025-08-06 08:36:00,1320.0,0.1278,1,leg_gt,0.65,60 -37302,sell_compound_top3,sell,2025-08-06 08:39:00,1321.0,0.2037,1,leg_gt,0.65,60 -37303,sell_compound_top3,sell,2025-08-06 08:42:00,1321.0,0.2037,1,leg_gt,0.65,60 -37304,sell_compound_top3,sell,2025-08-06 08:45:00,1323.0,0.3556,1,leg_gt,0.65,60 -37305,sell_compound_top3,sell,2025-08-06 08:48:00,1323.0,0.3556,1,leg_gt,0.65,60 -37306,sell_compound_top3,sell,2025-08-06 08:51:00,1323.0,0.3556,1,leg_gt,0.66,60 -37307,sell_compound_top3,sell,2025-08-06 08:54:00,1323.0,0.3556,1,leg_gt,0.66,60 -37308,sell_compound_top3,sell,2025-08-06 08:57:00,1323.0,0.3556,1,leg_gt,0.66,60 -37309,sell_compound_top3,sell,2025-08-06 09:00:00,1325.0,0.5074,1,leg_gt,0.66,60 -37310,sell_compound_top3,sell,2025-08-06 09:03:00,1326.0,0.5834,1,leg_gt,0.66,60 -37311,sell_compound_top3,sell,2025-08-06 09:06:00,1326.0,0.5834,1,leg_gt,0.67,60 -37312,sell_compound_top3,sell,2025-08-06 09:09:00,1327.0,0.6593,1,leg_gt,0.67,60 -37313,sell_compound_top3,sell,2025-08-06 09:12:00,1326.0,0.5834,1,leg_gt,0.67,60 -37314,sell_compound_top3,sell,2025-08-06 09:15:00,1328.0,0.7352,1,leg_gt,0.67,60 -37315,sell_compound_top3,sell,2025-08-06 09:18:00,1327.0,0.6593,1,leg_gt,0.68,60 -37316,sell_compound_top3,sell,2025-08-06 09:21:00,1329.0,0.8112,1,leg_gt,0.68,60 -37317,sell_compound_top3,sell,2025-08-06 09:24:00,1324.0,0.4315,1,leg_gt,0.68,60 -37318,sell_compound_top3,sell,2025-08-06 14:27:00,1316.0,2.1533,1,leg_gt,0.05,60 -37319,sell_compound_top3,sell,2025-08-06 14:30:00,1313.0,1.9202,1,leg_gt,0.05,60 -37320,sell_compound_top3,sell,2025-08-06 14:33:00,1312.0,1.8425,1,leg_gt,0.05,60 -37321,sell_compound_top3,sell,2025-08-06 14:36:00,1315.0,2.0756,1,leg_gt,0.06,60 -37322,sell_compound_top3,sell,2025-08-06 14:39:00,1322.0,2.6195,1,leg_gt,0.06,60 -37323,sell_compound_top3,sell,2025-08-06 15:51:00,1322.0,2.6195,1,leg_gt,0.11,60 -37324,sell_compound_top3,sell,2025-08-06 15:54:00,1321.0,2.5418,1,leg_gt,0.11,60 -37325,sell_compound_top3,sell,2025-08-06 16:21:00,1326.0,2.9303,1,leg_gt,0.13,60 -37326,sell_compound_top3,sell,2025-08-06 16:24:00,1324.0,2.7749,1,leg_gt,0.13,60 -37327,sell_compound_top3,sell,2025-08-06 23:45:00,1320.0,2.4641,1,leg_gt,0.44,60 -37328,sell_compound_top3,sell,2025-08-06 23:48:00,1316.0,2.1533,1,leg_gt,0.44,60 -37329,sell_compound_top3,sell,2025-08-07 00:06:00,1322.0,2.6195,1,leg_gt,0.45,60 -37330,sell_compound_top3,sell,2025-08-07 00:09:00,1322.0,2.6195,1,leg_gt,0.45,60 -37331,sell_compound_top3,sell,2025-08-07 00:12:00,1322.0,2.6195,1,leg_gt,0.46,60 -37332,sell_compound_top3,sell,2025-08-07 00:15:00,1323.0,2.6972,1,leg_gt,0.46,60 -37333,sell_compound_top3,sell,2025-08-07 00:18:00,1327.0,3.008,1,leg_gt,0.46,60 -37334,sell_compound_top3,sell,2025-08-07 00:21:00,1327.0,3.008,1,leg_gt,0.46,60 -37335,sell_compound_top3,sell,2025-08-07 00:24:00,1324.0,2.7749,1,leg_gt,0.46,60 -37336,sell_compound_top3,sell,2025-08-07 00:36:00,1329.0,3.1634,1,leg_gt,0.47,60 -37337,sell_compound_top3,sell,2025-08-07 00:39:00,1330.0,3.2411,1,leg_gt,0.48,60 -37338,sell_compound_top3,sell,2025-08-07 00:42:00,1328.0,3.0857,1,leg_gt,0.48,60 -37339,sell_compound_top3,sell,2025-08-07 00:57:00,1335.0,3.6296,1,leg_gt,0.49,60 -37340,sell_compound_top3,sell,2025-08-07 01:12:00,1336.0,3.7073,1,leg_gt,0.5,60 -37341,sell_compound_top3,sell,2025-08-07 03:12:00,1349.0,4.7174,1,leg_gt,0.58,60 -37342,sell_compound_top3,sell,2025-08-07 07:36:00,1344.0,4.3289,1,leg_gt,0.76,60 -37343,sell_compound_top3,sell,2025-08-07 07:39:00,1345.0,4.4066,1,leg_gt,0.77,60 -37344,sell_compound_top3,sell,2025-08-07 07:42:00,1344.0,4.3289,1,leg_gt,0.77,60 -37345,sell_compound_top3,sell,2025-08-07 07:45:00,1346.0,4.4843,1,leg_gt,0.77,60 -37346,sell_compound_top3,sell,2025-08-07 07:48:00,1348.0,4.6397,1,leg_gt,0.77,60 -37347,sell_compound_top3,sell,2025-08-07 07:51:00,1347.0,4.562,1,leg_gt,0.78,60 -37348,sell_compound_top3,sell,2025-08-07 07:54:00,1348.0,4.6397,1,leg_gt,0.78,60 -37349,sell_compound_top3,sell,2025-08-07 07:57:00,1350.0,4.7951,1,leg_gt,0.78,60 -37350,sell_compound_top3,sell,2025-08-07 10:42:00,1353.0,5.0282,1,leg_gt,0.89,60 -37351,sell_compound_top3,sell,2025-08-07 14:57:00,1347.0,4.562,1,leg_gt,1.07,60 -37352,sell_compound_top3,sell,2025-08-07 15:00:00,1347.0,4.562,1,leg_gt,1.07,60 -37353,sell_compound_top3,sell,2025-08-07 15:03:00,1346.0,4.4843,1,leg_gt,1.08,60 -37354,sell_compound_top3,sell,2025-08-07 15:06:00,1346.0,4.4843,1,leg_gt,1.08,60 -37355,sell_compound_top3,sell,2025-08-07 15:09:00,1351.0,4.8728,1,leg_gt,1.08,60 -37356,sell_compound_top3,sell,2025-08-07 15:21:00,1349.0,4.7174,1,leg_gt,1.09,60 -37357,sell_compound_top3,sell,2025-08-07 15:24:00,1348.0,4.6397,1,leg_gt,1.09,60 -37358,sell_compound_top3,sell,2025-08-07 15:42:00,1350.0,4.7951,1,leg_gt,1.1,60 -37359,sell_compound_top3,sell,2025-08-07 15:45:00,1351.0,4.8728,1,leg_gt,1.1,60 -37360,sell_compound_top3,sell,2025-08-07 15:48:00,1354.0,5.1059,1,leg_gt,1.11,60 -37361,sell_compound_top3,sell,2025-08-07 16:12:00,1353.0,5.0282,1,leg_gt,1.12,60 -37362,sell_compound_top3,sell,2025-08-07 16:15:00,1355.0,5.1836,1,leg_gt,1.12,60 -37363,sell_compound_top3,sell,2025-08-07 16:18:00,1355.0,5.1836,1,leg_gt,1.13,60 -37364,sell_compound_top3,sell,2025-08-07 16:21:00,1356.0,5.2613,1,leg_gt,1.13,60 -37365,sell_compound_top3,sell,2025-08-07 16:24:00,1356.0,5.2613,1,leg_gt,1.13,60 -37366,sell_compound_top3,sell,2025-08-07 19:00:00,1356.0,5.2613,1,leg_gt,1.24,60 -37367,sell_compound_top3,sell,2025-08-07 19:03:00,1357.0,5.339,1,leg_gt,1.24,60 -37368,sell_compound_top3,sell,2025-08-07 19:45:00,1386.0,7.5923,1,leg_gt,1.27,60 -37369,sell_compound_top3,sell,2025-08-07 19:48:00,1385.0,7.5146,1,leg_gt,1.27,60 -37370,sell_compound_top3,sell,2025-08-07 19:51:00,1385.0,7.5146,1,leg_gt,1.27,60 -37371,sell_compound_top3,sell,2025-08-07 19:54:00,1385.0,7.5146,1,leg_gt,1.28,60 -37372,sell_compound_top3,sell,2025-08-07 19:57:00,1382.0,7.2815,1,leg_gt,1.28,60 -37373,sell_compound_top3,sell,2025-08-07 20:00:00,1386.0,7.5923,1,leg_gt,1.28,60 -37374,sell_compound_top3,sell,2025-08-07 20:03:00,1386.0,7.5923,1,leg_gt,1.28,60 -37375,sell_compound_top3,sell,2025-08-07 20:51:00,1395.0,8.2916,1,leg_gt,1.32,60 -37376,sell_compound_top3,sell,2025-08-07 20:54:00,1394.0,8.2139,1,leg_gt,1.32,60 -37377,sell_compound_top3,sell,2025-08-07 20:57:00,1392.0,8.0585,1,leg_gt,1.32,60 -37378,sell_compound_top3,sell,2025-08-07 21:00:00,1394.0,8.2139,1,leg_gt,1.32,60 -37379,sell_compound_top3,sell,2025-08-07 21:03:00,1399.0,8.6024,1,leg_gt,1.32,60 -37380,sell_compound_top3,sell,2025-08-07 21:12:00,1398.0,8.5247,1,leg_gt,1.33,60 -37381,sell_compound_top3,sell,2025-08-07 21:15:00,1398.0,8.5247,1,leg_gt,1.33,60 -37382,sell_compound_top3,sell,2025-08-07 21:18:00,1401.0,8.7578,1,leg_gt,1.34,60 -37383,sell_compound_top3,sell,2025-08-08 05:12:00,1389.0,7.8254,1,leg_gt,1.66,60 -37384,sell_compound_top3,sell,2025-08-08 05:15:00,1387.0,7.67,1,leg_gt,1.67,60 -37385,sell_compound_top3,sell,2025-08-08 05:18:00,1387.0,7.67,1,leg_gt,1.67,60 -37386,sell_compound_top3,sell,2025-08-08 05:42:00,1391.0,7.9808,1,leg_gt,1.69,60 -37387,sell_compound_top3,sell,2025-08-08 06:30:00,1394.0,8.2139,1,leg_gt,1.72,60 -37388,sell_compound_top3,sell,2025-08-08 06:33:00,1396.0,8.3693,1,leg_gt,1.72,60 -37389,sell_compound_top3,sell,2025-08-08 07:42:00,1401.0,8.7578,1,leg_gt,1.77,60 -37390,sell_compound_top3,sell,2025-08-08 08:06:00,1408.0,9.3017,1,leg_gt,1.79,60 -37391,sell_compound_top3,sell,2025-08-08 08:09:00,1408.0,9.3017,1,leg_gt,1.79,60 -37392,sell_compound_top3,sell,2025-08-08 08:51:00,1410.0,9.4571,1,leg_gt,1.82,60 -37393,sell_compound_top3,sell,2025-08-08 08:54:00,1412.0,9.6125,1,leg_gt,1.82,60 -37394,sell_compound_top3,sell,2025-08-08 08:57:00,1411.0,9.5348,1,leg_gt,1.82,60 -37395,sell_compound_top3,sell,2025-08-08 12:36:00,1410.0,9.4571,1,leg_gt,1.97,60 -37396,sell_compound_top3,sell,2025-08-08 12:39:00,1410.0,9.4571,1,leg_gt,1.98,60 -37397,sell_compound_top3,sell,2025-08-08 16:27:00,1405.0,9.0686,1,leg_gt,2.13,60 -37398,sell_compound_top3,sell,2025-08-08 17:00:00,1412.0,9.6125,1,leg_gt,2.16,60 -37399,sell_compound_top3,sell,2025-08-08 17:03:00,1411.0,9.5348,1,leg_gt,2.16,60 -37400,sell_compound_top3,sell,2025-08-08 17:21:00,1416.0,9.9233,1,leg_gt,2.17,60 -37401,sell_compound_top3,sell,2025-08-08 17:24:00,1414.0,9.7679,1,leg_gt,2.17,60 -37402,sell_compound_top3,sell,2025-08-08 20:42:00,1408.0,9.3017,1,leg_gt,2.31,60 -37403,sell_compound_top3,sell,2025-08-08 23:12:00,1417.0,10.001,1,leg_gt,2.41,60 -37404,sell_compound_top3,sell,2025-08-09 02:27:00,1406.0,9.1463,1,leg_gt,2.55,60 -37405,sell_compound_top3,sell,2025-08-09 02:30:00,1410.0,9.4571,1,leg_gt,2.55,60 -37406,sell_compound_top3,sell,2025-08-09 02:33:00,1414.0,9.7679,1,leg_gt,2.55,60 -37407,sell_compound_top3,sell,2025-08-09 02:45:00,1421.0,10.3118,1,leg_gt,2.56,60 -37408,sell_compound_top3,sell,2025-08-09 02:48:00,1420.0,10.2341,1,leg_gt,2.56,60 -37409,sell_compound_top3,sell,2025-08-09 02:51:00,1423.0,10.4672,1,leg_gt,2.57,60 -37410,sell_compound_top3,sell,2025-08-09 02:54:00,1421.0,10.3118,1,leg_gt,2.57,60 -37411,sell_compound_top3,sell,2025-08-09 02:57:00,1423.0,10.4672,1,leg_gt,2.57,60 -37412,sell_compound_top3,sell,2025-08-09 03:00:00,1425.0,10.6226,1,leg_gt,2.57,60 -37413,sell_compound_top3,sell,2025-08-09 03:03:00,1430.0,11.0111,1,leg_gt,2.58,60 -37414,sell_compound_top3,sell,2025-08-09 03:06:00,1432.0,11.1665,1,leg_gt,2.58,60 -37415,sell_compound_top3,sell,2025-08-09 03:09:00,1433.0,11.2442,1,leg_gt,2.58,60 -37416,sell_compound_top3,sell,2025-08-09 03:12:00,1432.0,11.1665,1,leg_gt,2.58,60 -37417,sell_compound_top3,sell,2025-08-09 03:21:00,1432.0,11.1665,1,leg_gt,2.59,60 -37418,sell_compound_top3,sell,2025-08-09 03:24:00,1431.0,11.0888,1,leg_gt,2.59,60 -37419,sell_compound_top3,sell,2025-08-09 09:12:00,1428.0,10.8557,1,leg_gt,2.83,60 -37420,sell_compound_top3,sell,2025-08-09 11:00:00,1430.0,11.0111,1,leg_gt,2.91,60 -37421,sell_compound_top3,sell,2025-08-09 11:03:00,1431.0,11.0888,1,leg_gt,2.91,60 -37422,sell_compound_top3,sell,2025-08-09 11:06:00,1430.0,11.0111,1,leg_gt,2.91,60 -37423,sell_compound_top3,sell,2025-08-09 11:09:00,1430.0,11.0111,1,leg_gt,2.91,60 -37424,sell_compound_top3,sell,2025-08-09 13:45:00,1440.0,11.7881,1,leg_gt,3.02,60 -37425,sell_compound_top3,sell,2025-08-09 13:48:00,1440.0,11.7881,1,leg_gt,3.02,60 -37426,sell_compound_top3,sell,2025-08-09 13:51:00,1441.0,11.8658,1,leg_gt,3.02,60 -37427,sell_compound_top3,sell,2025-08-09 13:54:00,1444.0,12.0989,1,leg_gt,3.03,60 -37428,sell_compound_top3,sell,2025-08-09 13:57:00,1447.0,12.332,1,leg_gt,3.03,60 -37429,sell_compound_top3,sell,2025-08-09 14:00:00,1445.0,12.1766,1,leg_gt,3.03,60 -37430,sell_compound_top3,sell,2025-08-09 14:03:00,1446.0,12.2543,1,leg_gt,3.03,60 -37431,sell_compound_top3,sell,2025-08-09 14:15:00,1458.0,13.1867,1,leg_gt,3.04,60 -37432,sell_compound_top3,sell,2025-08-09 14:18:00,1461.0,13.4198,1,leg_gt,3.04,60 -37433,sell_compound_top3,sell,2025-08-09 14:21:00,1466.0,13.8083,1,leg_gt,3.05,60 -37434,sell_compound_top3,sell,2025-08-09 14:24:00,1473.0,14.3522,1,leg_gt,3.05,60 -37435,sell_compound_top3,sell,2025-08-09 14:42:00,1484.0,15.2069,1,leg_gt,3.06,60 -37436,sell_compound_top3,sell,2025-08-09 14:45:00,1487.0,15.44,1,leg_gt,3.06,60 -37437,sell_compound_top3,sell,2025-08-09 14:48:00,1489.0,15.5954,1,leg_gt,3.06,60 -37438,sell_compound_top3,sell,2025-08-09 14:51:00,1489.0,15.5954,1,leg_gt,3.07,60 -37439,sell_compound_top3,sell,2025-08-09 14:54:00,1490.0,15.6731,1,leg_gt,3.07,60 -37440,sell_compound_top3,sell,2025-08-09 14:57:00,1482.0,15.0515,1,leg_gt,3.07,60 -37441,sell_compound_top3,sell,2025-08-09 18:51:00,1476.0,14.5853,1,leg_gt,3.23,60 -37442,sell_compound_top3,sell,2025-08-09 18:54:00,1475.0,14.5076,1,leg_gt,3.24,60 -37443,sell_compound_top3,sell,2025-08-09 19:21:00,1483.0,15.1292,1,leg_gt,3.25,60 -37444,sell_compound_top3,sell,2025-08-09 19:24:00,1484.0,15.2069,1,leg_gt,3.26,60 -37445,sell_compound_top3,sell,2025-08-09 19:27:00,1481.0,14.9738,1,leg_gt,3.26,60 -37446,sell_compound_top3,sell,2025-08-09 19:51:00,1488.0,15.5177,1,leg_gt,3.28,60 -37447,sell_compound_top3,sell,2025-08-09 19:54:00,1483.0,15.1292,1,leg_gt,3.28,60 -37448,sell_compound_top3,sell,2025-08-09 21:45:00,1491.0,15.7508,1,leg_gt,3.35,60 -37449,sell_compound_top3,sell,2025-08-09 21:48:00,1491.0,15.7508,1,leg_gt,3.36,60 -37450,sell_compound_top3,sell,2025-08-09 21:51:00,1497.0,16.217,1,leg_gt,3.36,60 -37451,sell_compound_top3,sell,2025-08-09 21:54:00,1499.0,16.3724,1,leg_gt,3.36,60 -37452,sell_compound_top3,sell,2025-08-09 22:00:00,1498.0,16.2947,1,leg_gt,3.36,60 -37453,sell_compound_top3,sell,2025-08-09 22:03:00,1497.0,16.217,1,leg_gt,3.37,60 -37454,sell_compound_top3,sell,2025-08-10 04:21:00,1491.0,15.7508,1,leg_gt,3.63,60 -37455,sell_compound_top3,sell,2025-08-10 04:24:00,1489.0,15.5954,1,leg_gt,3.63,60 -37456,sell_compound_top3,sell,2025-08-10 04:27:00,1488.0,15.5177,1,leg_gt,3.63,60 -37457,sell_compound_top3,sell,2025-08-10 04:30:00,1490.0,15.6731,1,leg_gt,3.64,60 -37458,sell_compound_top3,sell,2025-08-10 04:33:00,1490.0,15.6731,1,leg_gt,3.64,60 -37459,sell_compound_top3,sell,2025-08-10 05:51:00,1499.0,16.3724,1,leg_gt,3.69,60 -37460,sell_compound_top3,sell,2025-08-10 05:54:00,1500.0,16.4501,1,leg_gt,3.69,60 -37461,sell_compound_top3,sell,2025-08-10 05:57:00,1502.0,16.6055,1,leg_gt,3.7,60 -37462,sell_compound_top3,sell,2025-08-10 06:00:00,1504.0,16.7609,1,leg_gt,3.7,60 -37463,sell_compound_top3,sell,2025-08-10 06:03:00,1502.0,16.6055,1,leg_gt,3.7,60 -37464,sell_compound_top3,sell,2025-08-10 10:42:00,1505.0,16.8386,1,leg_gt,3.89,60 -37465,sell_compound_top3,sell,2025-08-10 11:21:00,1508.0,17.0717,1,leg_gt,3.92,60 -37466,sell_compound_top3,sell,2025-08-10 11:24:00,1504.0,16.7609,1,leg_gt,3.92,60 -37467,sell_compound_top3,sell,2025-08-10 13:30:00,1514.0,17.5379,1,leg_gt,4.01,60 -37468,sell_compound_top3,sell,2025-08-10 13:33:00,1513.0,17.4602,1,leg_gt,4.01,60 -37469,sell_compound_top3,sell,2025-08-10 13:36:00,1514.0,17.5379,1,leg_gt,4.01,60 -37470,sell_compound_top3,sell,2025-08-10 13:39:00,1513.0,17.4602,1,leg_gt,4.02,60 -37471,sell_compound_top3,sell,2025-08-10 13:42:00,1511.0,17.3048,1,leg_gt,4.02,60 -37472,sell_compound_top3,sell,2025-08-10 23:30:00,1445.0,1.876,1,leg_gt,0.27,60 -37473,sell_compound_top3,sell,2025-08-10 23:33:00,1451.0,2.2994,1,leg_gt,0.27,60 -37474,sell_compound_top3,sell,2025-08-10 23:51:00,1453.0,2.4406,1,leg_gt,0.28,60 -37475,sell_compound_top3,sell,2025-08-10 23:54:00,1456.0,2.6523,1,leg_gt,0.28,60 -37476,sell_compound_top3,sell,2025-08-10 23:57:00,1455.0,2.5817,1,leg_gt,0.29,60 -37477,sell_compound_top3,sell,2025-08-11 00:12:00,1456.0,2.6523,1,leg_gt,0.3,60 -37478,sell_compound_top3,sell,2025-08-11 00:15:00,1462.0,3.0757,1,leg_gt,0.3,60 -37479,sell_compound_top3,sell,2025-08-11 00:18:00,1463.0,3.1463,1,leg_gt,0.3,60 -37480,sell_compound_top3,sell,2025-08-11 00:21:00,1464.0,3.2169,1,leg_gt,0.3,60 -37481,sell_compound_top3,sell,2025-08-11 00:24:00,1466.0,3.358,1,leg_gt,0.3,60 -37482,sell_compound_top3,sell,2025-08-11 00:27:00,1469.0,3.5697,1,leg_gt,0.31,60 -37483,sell_compound_top3,sell,2025-08-11 02:15:00,1476.0,4.0637,1,leg_gt,0.38,60 -37484,sell_compound_top3,sell,2025-08-11 02:18:00,1474.0,3.9226,1,leg_gt,0.38,60 -37485,sell_compound_top3,sell,2025-08-11 03:00:00,1478.0,4.2049,1,leg_gt,0.41,60 -37486,sell_compound_top3,sell,2025-08-11 03:03:00,1480.0,4.346,1,leg_gt,0.41,60 -37487,sell_compound_top3,sell,2025-08-11 03:21:00,1483.0,4.5577,1,leg_gt,0.43,60 -37488,sell_compound_top3,sell,2025-08-11 03:24:00,1485.0,4.6989,1,leg_gt,0.43,60 -37489,sell_compound_top3,sell,2025-08-11 03:27:00,1487.0,4.84,1,leg_gt,0.43,60 -37490,sell_compound_top3,sell,2025-08-11 03:36:00,1486.0,4.7694,1,leg_gt,0.44,60 -37491,sell_compound_top3,sell,2025-08-11 03:39:00,1486.0,4.7694,1,leg_gt,0.44,60 -37492,sell_compound_top3,sell,2025-08-11 04:57:00,1491.0,5.1223,1,leg_gt,0.49,60 -37493,sell_compound_top3,sell,2025-08-11 08:51:00,1485.0,4.6989,1,leg_gt,0.66,60 -37494,sell_compound_top3,sell,2025-08-11 08:54:00,1486.0,4.7694,1,leg_gt,0.66,60 -37495,sell_compound_top3,sell,2025-08-11 08:57:00,1485.0,4.6989,1,leg_gt,0.66,60 -37496,sell_compound_top3,sell,2025-08-11 10:45:00,1496.0,5.4752,1,leg_gt,0.74,60 -37497,sell_compound_top3,sell,2025-08-11 10:48:00,1493.0,5.2634,1,leg_gt,0.74,60 -37498,sell_compound_top3,sell,2025-08-11 10:51:00,1495.0,5.4046,1,leg_gt,0.74,60 -37499,sell_compound_top3,sell,2025-08-11 10:54:00,1493.0,5.2634,1,leg_gt,0.74,60 -37500,sell_compound_top3,sell,2025-08-11 11:06:00,1504.0,6.0397,1,leg_gt,0.75,60 -37501,sell_compound_top3,sell,2025-08-11 11:09:00,1503.0,5.9692,1,leg_gt,0.75,60 -37502,sell_compound_top3,sell,2025-08-11 11:12:00,1502.0,5.8986,1,leg_gt,0.75,60 -37503,sell_compound_top3,sell,2025-08-11 11:15:00,1501.0,5.828,1,leg_gt,0.76,60 -37504,sell_compound_top3,sell,2025-08-11 11:18:00,1507.0,6.2514,1,leg_gt,0.76,60 -37505,sell_compound_top3,sell,2025-08-11 11:21:00,1508.0,6.322,1,leg_gt,0.76,60 -37506,sell_compound_top3,sell,2025-08-11 11:24:00,1505.0,6.1103,1,leg_gt,0.76,60 -37507,sell_compound_top3,sell,2025-08-11 11:27:00,1501.0,5.828,1,leg_gt,0.76,60 -37508,sell_compound_top3,sell,2025-08-11 11:30:00,1508.0,6.322,1,leg_gt,0.77,60 -37509,sell_compound_top3,sell,2025-08-11 11:33:00,1510.0,6.4632,1,leg_gt,0.77,60 -37510,sell_compound_top3,sell,2025-08-11 11:36:00,1511.0,6.5337,1,leg_gt,0.77,60 -37511,sell_compound_top3,sell,2025-08-11 11:39:00,1511.0,6.5337,1,leg_gt,0.77,60 -37512,sell_compound_top3,sell,2025-08-11 11:42:00,1513.0,6.6749,1,leg_gt,0.78,60 -37513,sell_compound_top3,sell,2025-08-11 11:45:00,1515.0,6.816,1,leg_gt,0.78,60 -37514,sell_compound_top3,sell,2025-08-11 11:48:00,1519.0,7.0983,1,leg_gt,0.78,60 -37515,sell_compound_top3,sell,2025-08-11 11:51:00,1517.0,6.9572,1,leg_gt,0.78,60 -37516,sell_compound_top3,sell,2025-08-11 11:54:00,1516.0,6.8866,1,leg_gt,0.78,60 -37517,sell_compound_top3,sell,2025-08-12 00:42:00,1422.0,1.544,1,leg_gt,0.11,60 -37518,sell_compound_top3,sell,2025-08-12 00:45:00,1424.0,1.687,1,leg_gt,0.11,60 -37519,sell_compound_top3,sell,2025-08-12 00:48:00,1422.0,1.544,1,leg_gt,0.11,60 -37520,sell_compound_top3,sell,2025-08-12 01:15:00,1435.0,2.4733,1,leg_gt,0.13,60 -37521,sell_compound_top3,sell,2025-08-12 01:18:00,1435.0,2.4733,1,leg_gt,0.13,60 -37522,sell_compound_top3,sell,2025-08-12 10:06:00,1379.0,-1.5296,0,leg_gt,0.5,60 -37523,sell_compound_top3,sell,2025-08-12 10:09:00,1383.0,-1.2437,0,leg_gt,0.5,60 -37524,sell_compound_top3,sell,2025-08-12 10:15:00,1380.0,-1.4581,0,leg_gt,0.51,60 -37525,sell_compound_top3,sell,2025-08-12 10:18:00,1379.0,-1.5296,0,leg_gt,0.51,60 -37526,sell_compound_top3,sell,2025-08-12 10:21:00,1382.0,-1.3152,0,leg_gt,0.51,60 -37527,sell_compound_top3,sell,2025-08-12 10:24:00,1383.0,-1.2437,0,leg_gt,0.51,60 -37528,sell_compound_top3,sell,2025-08-12 10:27:00,1384.0,-1.1722,0,leg_gt,0.51,60 -37529,sell_compound_top3,sell,2025-08-12 10:30:00,1385.0,-1.1007,0,leg_gt,0.52,60 -37530,sell_compound_top3,sell,2025-08-12 10:33:00,1383.0,-1.2437,0,leg_gt,0.52,60 -37531,sell_compound_top3,sell,2025-08-12 10:36:00,1384.0,-1.1722,0,leg_gt,0.52,60 -37532,sell_compound_top3,sell,2025-08-12 10:39:00,1383.0,-1.2437,0,leg_gt,0.52,60 -37533,sell_compound_top3,sell,2025-08-12 21:57:00,1387.0,3.7174,1,leg_gt,0.08,60 -37534,sell_compound_top3,sell,2025-08-12 23:12:00,1391.0,4.0168,1,leg_gt,0.13,60 -37535,sell_compound_top3,sell,2025-08-12 23:30:00,1400.0,4.6904,1,leg_gt,0.14,60 -37536,sell_compound_top3,sell,2025-08-12 23:33:00,1402.0,4.8401,1,leg_gt,0.14,60 -37537,sell_compound_top3,sell,2025-08-12 23:36:00,1399.0,4.6156,1,leg_gt,0.14,60 -37538,sell_compound_top3,sell,2025-08-12 23:39:00,1398.0,4.5407,1,leg_gt,0.15,60 -37539,sell_compound_top3,sell,2025-08-12 23:42:00,1401.0,4.7653,1,leg_gt,0.15,60 -37540,sell_compound_top3,sell,2025-08-13 00:00:00,1405.0,5.0647,1,leg_gt,0.16,60 -37541,sell_compound_top3,sell,2025-08-13 00:03:00,1410.0,5.4389,1,leg_gt,0.16,60 -37542,sell_compound_top3,sell,2025-08-13 00:12:00,1410.0,5.4389,1,leg_gt,0.17,60 -37543,sell_compound_top3,sell,2025-08-13 00:15:00,1410.0,5.4389,1,leg_gt,0.17,60 -37544,sell_compound_top3,sell,2025-08-13 00:18:00,1410.0,5.4389,1,leg_gt,0.17,60 -37545,sell_compound_top3,sell,2025-08-13 00:21:00,1415.0,5.8132,1,leg_gt,0.18,60 -37546,sell_compound_top3,sell,2025-08-13 00:24:00,1417.0,5.9629,1,leg_gt,0.18,60 -37547,sell_compound_top3,sell,2025-08-13 00:27:00,1416.0,5.888,1,leg_gt,0.18,60 -37548,sell_compound_top3,sell,2025-08-13 00:30:00,1417.0,5.9629,1,leg_gt,0.18,60 -37549,sell_compound_top3,sell,2025-08-13 00:33:00,1419.0,6.1126,1,leg_gt,0.18,60 -37550,sell_compound_top3,sell,2025-08-13 00:36:00,1421.0,6.2623,1,leg_gt,0.19,60 -37551,sell_compound_top3,sell,2025-08-13 00:39:00,1418.0,6.0377,1,leg_gt,0.19,60 -37552,sell_compound_top3,sell,2025-08-13 00:42:00,1415.0,5.8132,1,leg_gt,0.19,60 -37553,sell_compound_top3,sell,2025-08-13 00:45:00,1416.0,5.888,1,leg_gt,0.19,60 -37554,sell_compound_top3,sell,2025-08-13 00:48:00,1418.0,6.0377,1,leg_gt,0.19,60 -37555,sell_compound_top3,sell,2025-08-13 00:51:00,1423.0,6.412,1,leg_gt,0.2,60 -37556,sell_compound_top3,sell,2025-08-13 00:54:00,1423.0,6.412,1,leg_gt,0.2,60 -37557,sell_compound_top3,sell,2025-08-13 00:57:00,1428.0,6.7862,1,leg_gt,0.2,60 -37558,sell_compound_top3,sell,2025-08-13 01:00:00,1427.0,6.7114,1,leg_gt,0.2,60 -37559,sell_compound_top3,sell,2025-08-13 01:03:00,1428.0,6.7862,1,leg_gt,0.2,60 -37560,sell_compound_top3,sell,2025-08-13 01:06:00,1429.0,6.8611,1,leg_gt,0.21,60 -37561,sell_compound_top3,sell,2025-08-13 01:09:00,1428.0,6.7862,1,leg_gt,0.21,60 -37562,sell_compound_top3,sell,2025-08-13 01:21:00,1426.0,6.6365,1,leg_gt,0.22,60 -37563,sell_compound_top3,sell,2025-08-13 01:24:00,1431.0,7.0108,1,leg_gt,0.22,60 -37564,sell_compound_top3,sell,2025-08-13 01:27:00,1430.0,6.9359,1,leg_gt,0.22,60 -37565,sell_compound_top3,sell,2025-08-13 01:30:00,1433.0,7.1605,1,leg_gt,0.22,60 -37566,sell_compound_top3,sell,2025-08-13 01:33:00,1432.0,7.0856,1,leg_gt,0.22,60 -37567,sell_compound_top3,sell,2025-08-13 01:45:00,1431.0,7.0108,1,leg_gt,0.23,60 -37568,sell_compound_top3,sell,2025-08-13 01:48:00,1434.0,7.2353,1,leg_gt,0.24,60 -37569,sell_compound_top3,sell,2025-08-13 01:57:00,1435.0,7.3102,1,leg_gt,0.24,60 -37570,sell_compound_top3,sell,2025-08-13 02:00:00,1436.0,7.385,1,leg_gt,0.24,60 -37571,sell_compound_top3,sell,2025-08-13 02:03:00,1440.0,7.6844,1,leg_gt,0.25,60 -37572,sell_compound_top3,sell,2025-08-13 02:12:00,1445.0,8.0587,1,leg_gt,0.25,60 -37573,sell_compound_top3,sell,2025-08-13 02:15:00,1439.0,7.6096,1,leg_gt,0.25,60 -37574,sell_compound_top3,sell,2025-08-13 02:18:00,1447.0,8.2084,1,leg_gt,0.26,60 -37575,sell_compound_top3,sell,2025-08-13 02:30:00,1447.0,8.2084,1,leg_gt,0.26,60 -37576,sell_compound_top3,sell,2025-08-13 02:33:00,1446.0,8.1335,1,leg_gt,0.27,60 -37577,sell_compound_top3,sell,2025-08-13 02:36:00,1449.0,8.3581,1,leg_gt,0.27,60 -37578,sell_compound_top3,sell,2025-08-13 02:39:00,1447.0,8.2084,1,leg_gt,0.27,60 -37579,sell_compound_top3,sell,2025-08-13 03:27:00,1454.0,8.7323,1,leg_gt,0.3,60 -37580,sell_compound_top3,sell,2025-08-13 04:21:00,1455.0,8.8072,1,leg_gt,0.34,60 -37581,sell_compound_top3,sell,2025-08-13 04:24:00,1454.0,8.7323,1,leg_gt,0.34,60 -37582,sell_compound_top3,sell,2025-08-13 05:36:00,1466.0,9.6305,1,leg_gt,0.39,60 -37583,sell_compound_top3,sell,2025-08-13 05:39:00,1462.0,9.3311,1,leg_gt,0.4,60 -37584,sell_compound_top3,sell,2025-08-13 09:42:00,1455.0,8.8072,1,leg_gt,0.56,60 -37585,sell_compound_top3,sell,2025-08-13 09:45:00,1457.0,8.9569,1,leg_gt,0.57,60 -37586,sell_compound_top3,sell,2025-08-13 09:48:00,1460.0,9.1814,1,leg_gt,0.57,60 -37587,sell_compound_top3,sell,2025-08-13 09:51:00,1459.0,9.1066,1,leg_gt,0.57,60 -37588,sell_compound_top3,sell,2025-08-13 09:54:00,1458.0,9.0317,1,leg_gt,0.57,60 -37589,sell_compound_top3,sell,2025-08-13 12:42:00,1470.0,9.9299,1,leg_gt,0.69,60 -37590,sell_compound_top3,sell,2025-08-13 12:45:00,1469.0,9.8551,1,leg_gt,0.69,60 -37591,sell_compound_top3,sell,2025-08-13 12:48:00,1466.0,9.6305,1,leg_gt,0.69,60 -37592,sell_compound_top3,sell,2025-08-13 13:15:00,1469.0,9.8551,1,leg_gt,0.71,60 -37593,sell_compound_top3,sell,2025-08-13 13:18:00,1470.0,9.9299,1,leg_gt,0.71,60 -37594,sell_compound_top3,sell,2025-08-13 13:21:00,1473.0,10.1545,1,leg_gt,0.72,60 -37595,sell_compound_top3,sell,2025-08-13 13:24:00,1468.0,9.7802,1,leg_gt,0.72,60 -37596,sell_compound_top3,sell,2025-08-13 17:00:00,1476.0,10.379,1,leg_gt,0.87,60 -37597,sell_compound_top3,sell,2025-08-13 17:03:00,1477.0,10.4539,1,leg_gt,0.87,60 -37598,sell_compound_top3,sell,2025-08-13 17:06:00,1477.0,10.4539,1,leg_gt,0.87,60 -37599,sell_compound_top3,sell,2025-08-13 17:09:00,1476.0,10.379,1,leg_gt,0.88,60 -37600,sell_compound_top3,sell,2025-08-13 17:12:00,1479.0,10.6036,1,leg_gt,0.88,60 -37601,sell_compound_top3,sell,2025-08-13 17:36:00,1491.0,11.5018,1,leg_gt,0.89,60 -37602,sell_compound_top3,sell,2025-08-13 17:39:00,1492.0,11.5766,1,leg_gt,0.9,60 -37603,sell_compound_top3,sell,2025-08-13 19:30:00,1496.0,11.876,1,leg_gt,0.97,60 -37604,sell_compound_top3,sell,2025-08-13 19:33:00,1493.0,11.6515,1,leg_gt,0.98,60 -37605,sell_compound_top3,sell,2025-08-14 02:12:00,1490.0,11.4269,1,leg_gt,1.25,60 -37606,sell_compound_top3,sell,2025-08-14 02:21:00,1496.0,11.876,1,leg_gt,1.26,60 -37607,sell_compound_top3,sell,2025-08-14 02:24:00,1498.0,12.0257,1,leg_gt,1.26,60 -37608,sell_compound_top3,sell,2025-08-14 02:27:00,1498.0,12.0257,1,leg_gt,1.26,60 -37609,sell_compound_top3,sell,2025-08-14 02:57:00,1515.0,13.2982,1,leg_gt,1.28,60 -37610,sell_compound_top3,sell,2025-08-14 03:00:00,1514.0,13.2234,1,leg_gt,1.29,60 -37611,sell_compound_top3,sell,2025-08-14 03:03:00,1518.0,13.5228,1,leg_gt,1.29,60 -37612,sell_compound_top3,sell,2025-08-14 03:06:00,1519.0,13.5976,1,leg_gt,1.29,60 -37613,sell_compound_top3,sell,2025-08-14 03:09:00,1522.0,13.8222,1,leg_gt,1.29,60 -37614,sell_compound_top3,sell,2025-08-14 03:12:00,1527.0,14.1964,1,leg_gt,1.29,60 -37615,sell_compound_top3,sell,2025-08-14 06:15:00,1511.0,12.9988,1,leg_gt,1.42,60 -37616,sell_compound_top3,sell,2025-08-14 06:18:00,1512.0,13.0737,1,leg_gt,1.42,60 -37617,sell_compound_top3,sell,2025-08-14 07:12:00,1517.0,13.4479,1,leg_gt,1.46,60 -37618,sell_compound_top3,sell,2025-08-14 07:15:00,1516.0,13.3731,1,leg_gt,1.46,60 -37619,sell_compound_top3,sell,2025-08-14 07:18:00,1515.0,13.2982,1,leg_gt,1.46,60 -37620,sell_compound_top3,sell,2025-08-14 08:00:00,1536.0,14.8701,1,leg_gt,1.49,60 -37621,sell_compound_top3,sell,2025-08-14 08:03:00,1545.0,15.5437,1,leg_gt,1.5,60 -37622,sell_compound_top3,sell,2025-08-14 08:15:00,1550.0,15.918,1,leg_gt,1.5,60 -37623,sell_compound_top3,sell,2025-08-14 08:18:00,1549.0,15.8431,1,leg_gt,1.51,60 -37624,sell_compound_top3,sell,2025-08-14 12:21:00,1544.0,15.4689,1,leg_gt,1.68,60 -37625,sell_compound_top3,sell,2025-08-14 12:24:00,1543.0,15.394,1,leg_gt,1.68,60 -37626,sell_compound_top3,sell,2025-08-15 04:21:00,1404.0,1.6391,1,leg_gt,0.26,60 -37627,sell_compound_top3,sell,2025-08-15 04:24:00,1403.0,1.5667,1,leg_gt,0.26,60 -37628,sell_compound_top3,sell,2025-08-15 09:12:00,1401.0,2.0882,1,leg_gt,0.11,60 -37629,sell_compound_top3,sell,2025-08-15 09:15:00,1400.0,2.0152,1,leg_gt,0.11,60 -37630,sell_compound_top3,sell,2025-08-15 09:18:00,1398.0,1.8694,1,leg_gt,0.11,60 -37631,sell_compound_top3,sell,2025-08-15 10:36:00,1404.0,2.307,1,leg_gt,0.17,60 -37632,sell_compound_top3,sell,2025-08-15 10:39:00,1410.0,2.7446,1,leg_gt,0.17,60 -37633,sell_compound_top3,sell,2025-08-15 10:45:00,1410.0,2.7446,1,leg_gt,0.18,60 -37634,sell_compound_top3,sell,2025-08-15 10:48:00,1411.0,2.8176,1,leg_gt,0.18,60 -37635,sell_compound_top3,sell,2025-08-15 10:51:00,1411.0,2.8176,1,leg_gt,0.18,60 -37636,sell_compound_top3,sell,2025-08-15 10:54:00,1411.0,2.8176,1,leg_gt,0.18,60 -37637,sell_compound_top3,sell,2025-08-15 10:57:00,1412.0,2.8905,1,leg_gt,0.18,60 -37638,sell_compound_top3,sell,2025-08-15 15:15:00,1409.0,2.6717,1,leg_gt,0.36,60 -37639,sell_compound_top3,sell,2025-08-15 15:18:00,1407.0,2.5258,1,leg_gt,0.36,60 -37640,sell_compound_top3,sell,2025-08-15 15:30:00,1413.0,2.9635,1,leg_gt,0.37,60 -37641,sell_compound_top3,sell,2025-08-15 15:33:00,1415.0,3.1093,1,leg_gt,0.38,60 -37642,sell_compound_top3,sell,2025-08-15 15:36:00,1414.0,3.0364,1,leg_gt,0.38,60 -37643,sell_compound_top3,sell,2025-08-15 15:39:00,1414.0,3.0364,1,leg_gt,0.38,60 -37644,sell_compound_top3,sell,2025-08-15 15:42:00,1415.0,3.1093,1,leg_gt,0.38,60 -37645,sell_compound_top3,sell,2025-08-16 06:12:00,1360.0,2.0021,1,leg_gt,0.21,60 -37646,sell_compound_top3,sell,2025-08-16 06:21:00,1361.0,2.0772,1,leg_gt,0.22,60 -37647,sell_compound_top3,sell,2025-08-16 06:24:00,1363.0,2.2273,1,leg_gt,0.22,60 -37648,sell_compound_top3,sell,2025-08-16 06:30:00,1364.0,2.3024,1,leg_gt,0.22,60 -37649,sell_compound_top3,sell,2025-08-16 06:33:00,1365.0,2.3775,1,leg_gt,0.22,60 -37650,sell_compound_top3,sell,2025-08-16 06:36:00,1367.0,2.5276,1,leg_gt,0.23,60 -37651,sell_compound_top3,sell,2025-08-16 06:39:00,1366.0,2.4526,1,leg_gt,0.23,60 -37652,sell_compound_top3,sell,2025-08-16 06:42:00,1367.0,2.5276,1,leg_gt,0.23,60 -37653,sell_compound_top3,sell,2025-08-16 06:45:00,1367.0,2.5276,1,leg_gt,0.23,60 -37654,sell_compound_top3,sell,2025-08-16 06:48:00,1369.0,2.6778,1,leg_gt,0.24,60 -37655,sell_compound_top3,sell,2025-08-16 06:51:00,1370.0,2.7529,1,leg_gt,0.24,60 -37656,sell_compound_top3,sell,2025-08-16 06:54:00,1370.0,2.7529,1,leg_gt,0.24,60 -37657,sell_compound_top3,sell,2025-08-16 06:57:00,1371.0,2.8279,1,leg_gt,0.24,60 -37658,sell_compound_top3,sell,2025-08-16 07:00:00,1372.0,2.903,1,leg_gt,0.24,60 -37659,sell_compound_top3,sell,2025-08-16 07:03:00,1373.0,2.9781,1,leg_gt,0.25,60 -37660,sell_compound_top3,sell,2025-08-16 07:06:00,1372.0,2.903,1,leg_gt,0.25,60 -37661,sell_compound_top3,sell,2025-08-16 07:09:00,1373.0,2.9781,1,leg_gt,0.25,60 -37662,sell_compound_top3,sell,2025-08-16 07:21:00,1372.0,2.903,1,leg_gt,0.26,60 -37663,sell_compound_top3,sell,2025-08-16 07:24:00,1374.0,3.0532,1,leg_gt,0.26,60 -37664,sell_compound_top3,sell,2025-08-16 07:27:00,1375.0,3.1282,1,leg_gt,0.26,60 -37665,sell_compound_top3,sell,2025-08-16 07:30:00,1376.0,3.2033,1,leg_gt,0.26,60 -37666,sell_compound_top3,sell,2025-08-16 07:33:00,1379.0,3.4285,1,leg_gt,0.27,60 -37667,sell_compound_top3,sell,2025-08-16 07:45:00,1383.0,3.7288,1,leg_gt,0.28,60 -37668,sell_compound_top3,sell,2025-08-16 07:48:00,1385.0,3.879,1,leg_gt,0.28,60 -37669,sell_compound_top3,sell,2025-08-16 09:42:00,1389.0,4.1793,1,leg_gt,0.36,60 -37670,sell_compound_top3,sell,2025-08-16 09:45:00,1389.0,4.1793,1,leg_gt,0.36,60 -37671,sell_compound_top3,sell,2025-08-16 09:48:00,1390.0,4.2544,1,leg_gt,0.36,60 -37672,sell_compound_top3,sell,2025-08-16 09:57:00,1389.0,4.1793,1,leg_gt,0.37,60 -37673,sell_compound_top3,sell,2025-08-16 22:15:00,1368.0,1.2333,1,leg_gt,0.04,60 -37674,sell_compound_top3,sell,2025-08-16 22:18:00,1369.0,1.3074,1,leg_gt,0.04,60 -37675,sell_compound_top3,sell,2025-08-16 22:21:00,1370.0,1.3815,1,leg_gt,0.04,60 -37676,sell_compound_top3,sell,2025-08-16 22:24:00,1369.0,1.3074,1,leg_gt,0.04,60 -37677,sell_compound_top3,sell,2025-08-16 22:27:00,1369.0,1.3074,1,leg_gt,0.04,60 -37678,sell_compound_top3,sell,2025-08-16 22:30:00,1368.0,1.2333,1,leg_gt,0.05,60 -37679,sell_compound_top3,sell,2025-08-16 22:33:00,1367.0,1.1593,1,leg_gt,0.05,60 -37680,sell_compound_top3,sell,2025-08-16 23:51:00,1369.0,1.3074,1,leg_gt,0.1,60 -37681,sell_compound_top3,sell,2025-08-16 23:54:00,1370.0,1.3815,1,leg_gt,0.1,60 -37682,sell_compound_top3,sell,2025-08-16 23:57:00,1372.0,1.5296,1,leg_gt,0.11,60 -37683,sell_compound_top3,sell,2025-08-17 00:00:00,1371.0,1.4556,1,leg_gt,0.11,60 -37684,sell_compound_top3,sell,2025-08-17 00:03:00,1372.0,1.5296,1,leg_gt,0.11,60 -37685,sell_compound_top3,sell,2025-08-17 00:06:00,1374.0,1.6778,1,leg_gt,0.11,60 -37686,sell_compound_top3,sell,2025-08-17 00:09:00,1372.0,1.5296,1,leg_gt,0.11,60 -37687,sell_compound_top3,sell,2025-08-17 00:12:00,1371.0,1.4556,1,leg_gt,0.12,60 -37688,sell_compound_top3,sell,2025-08-17 00:15:00,1373.0,1.6037,1,leg_gt,0.12,60 -37689,sell_compound_top3,sell,2025-08-17 00:18:00,1376.0,1.8259,1,leg_gt,0.12,60 -37690,sell_compound_top3,sell,2025-08-17 00:21:00,1376.0,1.8259,1,leg_gt,0.12,60 -37691,sell_compound_top3,sell,2025-08-17 00:24:00,1377.0,1.9,1,leg_gt,0.12,60 -37692,sell_compound_top3,sell,2025-08-17 00:27:00,1377.0,1.9,1,leg_gt,0.13,60 -37693,sell_compound_top3,sell,2025-08-17 00:30:00,1380.0,2.1222,1,leg_gt,0.13,60 -37694,sell_compound_top3,sell,2025-08-17 00:33:00,1381.0,2.1963,1,leg_gt,0.13,60 -37695,sell_compound_top3,sell,2025-08-17 00:36:00,1380.0,2.1222,1,leg_gt,0.13,60 -37696,sell_compound_top3,sell,2025-08-17 00:39:00,1377.0,1.9,1,leg_gt,0.14,60 -37697,sell_compound_top3,sell,2025-08-17 07:21:00,1387.0,2.6407,1,leg_gt,0.41,60 -37698,sell_compound_top3,sell,2025-08-17 07:24:00,1387.0,2.6407,1,leg_gt,0.42,60 -37699,sell_compound_top3,sell,2025-08-17 07:27:00,1389.0,2.7889,1,leg_gt,0.42,60 -37700,sell_compound_top3,sell,2025-08-17 07:45:00,1396.0,3.3074,1,leg_gt,0.43,60 -37701,sell_compound_top3,sell,2025-08-17 07:48:00,1398.0,3.4556,1,leg_gt,0.43,60 -37702,sell_compound_top3,sell,2025-08-17 07:51:00,1398.0,3.4556,1,leg_gt,0.44,60 -37703,sell_compound_top3,sell,2025-08-17 07:54:00,1400.0,3.6037,1,leg_gt,0.44,60 -37704,sell_compound_top3,sell,2025-08-17 07:57:00,1400.0,3.6037,1,leg_gt,0.44,60 -37705,sell_compound_top3,sell,2025-08-17 08:00:00,1399.0,3.5296,1,leg_gt,0.44,60 -37706,sell_compound_top3,sell,2025-08-17 08:03:00,1400.0,3.6037,1,leg_gt,0.44,60 -37707,sell_compound_top3,sell,2025-08-17 08:06:00,1398.0,3.4556,1,leg_gt,0.45,60 -37708,sell_compound_top3,sell,2025-08-17 08:09:00,1398.0,3.4556,1,leg_gt,0.45,60 -37709,sell_compound_top3,sell,2025-08-17 12:42:00,1394.0,3.1593,1,leg_gt,0.64,60 -37710,sell_compound_top3,sell,2025-08-17 13:42:00,1396.0,3.3074,1,leg_gt,0.68,60 -37711,sell_compound_top3,sell,2025-08-17 14:00:00,1398.0,3.4556,1,leg_gt,0.69,60 -37712,sell_compound_top3,sell,2025-08-17 14:03:00,1398.0,3.4556,1,leg_gt,0.69,60 -37713,sell_compound_top3,sell,2025-08-17 14:06:00,1398.0,3.4556,1,leg_gt,0.7,60 -37714,sell_compound_top3,sell,2025-08-17 14:09:00,1398.0,3.4556,1,leg_gt,0.7,60 -37715,sell_compound_top3,sell,2025-08-17 14:12:00,1401.0,3.6778,1,leg_gt,0.7,60 -37716,sell_compound_top3,sell,2025-08-17 14:21:00,1400.0,3.6037,1,leg_gt,0.71,60 -37717,sell_compound_top3,sell,2025-08-17 14:24:00,1399.0,3.5296,1,leg_gt,0.71,60 -37718,sell_compound_top3,sell,2025-08-17 17:42:00,1396.0,3.3074,1,leg_gt,0.85,60 -37719,sell_compound_top3,sell,2025-08-17 20:51:00,1403.0,3.8259,1,leg_gt,0.98,60 -37720,sell_compound_top3,sell,2025-08-17 20:54:00,1402.0,3.7519,1,leg_gt,0.98,60 -37721,sell_compound_top3,sell,2025-08-17 21:00:00,1404.0,3.9,1,leg_gt,0.98,60 -37722,sell_compound_top3,sell,2025-08-17 21:03:00,1403.0,3.8259,1,leg_gt,0.99,60 -37723,sell_compound_top3,sell,2025-08-17 21:12:00,1402.0,3.7519,1,leg_gt,0.99,60 -37724,sell_compound_top3,sell,2025-08-17 22:51:00,1403.0,3.8259,1,leg_gt,1.06,60 -37725,sell_compound_top3,sell,2025-08-17 22:54:00,1402.0,3.7519,1,leg_gt,1.06,60 -37726,sell_compound_top3,sell,2025-08-17 23:42:00,1409.0,4.2704,1,leg_gt,1.1,60 -37727,sell_compound_top3,sell,2025-08-17 23:45:00,1408.0,4.1963,1,leg_gt,1.1,60 -37728,sell_compound_top3,sell,2025-08-17 23:48:00,1407.0,4.1222,1,leg_gt,1.1,60 -37729,sell_compound_top3,sell,2025-08-17 23:51:00,1406.0,4.0481,1,leg_gt,1.1,60 -37730,sell_compound_top3,sell,2025-08-17 23:54:00,1407.0,4.1222,1,leg_gt,1.1,60 -37731,sell_compound_top3,sell,2025-08-17 23:57:00,1406.0,4.0481,1,leg_gt,1.11,60 -37732,sell_compound_top3,sell,2025-08-18 00:00:00,1408.0,4.1963,1,leg_gt,1.11,60 -37733,sell_compound_top3,sell,2025-08-18 00:03:00,1409.0,4.2704,1,leg_gt,1.11,60 -37734,sell_compound_top3,sell,2025-08-18 00:57:00,1422.0,5.2333,1,leg_gt,1.15,60 -37735,sell_compound_top3,sell,2025-08-18 07:42:00,1406.0,4.0481,1,leg_gt,1.43,60 -37736,sell_compound_top3,sell,2025-08-18 07:51:00,1407.0,4.1222,1,leg_gt,1.44,60 -37737,sell_compound_top3,sell,2025-08-18 07:54:00,1407.0,4.1222,1,leg_gt,1.44,60 -37738,sell_compound_top3,sell,2025-08-18 18:57:00,1340.0,-0.8407,0,leg_gt,1.9,60 -37739,sell_compound_top3,sell,2025-08-18 19:00:00,1339.0,-0.9148,0,leg_gt,1.9,60 -37740,sell_compound_top3,sell,2025-08-18 19:03:00,1339.0,-0.9148,0,leg_gt,1.9,60 -37741,sell_compound_top3,sell,2025-08-19 02:27:00,1337.0,-1.063,0,leg_gt,2.21,60 -37742,sell_compound_top3,sell,2025-08-19 02:42:00,1344.0,-0.5444,0,leg_gt,2.22,60 -37743,sell_compound_top3,sell,2025-08-19 06:30:00,1339.0,-0.9148,0,leg_gt,2.38,60 -37744,sell_compound_top3,sell,2025-08-19 06:33:00,1337.0,-1.063,0,leg_gt,2.38,60 -37745,sell_compound_top3,sell,2025-08-19 07:15:00,1348.0,-0.2481,0,leg_gt,2.41,60 -37746,sell_compound_top3,sell,2025-08-19 07:18:00,1348.0,-0.2481,0,leg_gt,2.41,60 -37747,sell_compound_top3,sell,2025-08-19 07:21:00,1346.0,-0.3963,0,leg_gt,2.41,60 -37748,sell_compound_top3,sell,2025-08-19 07:24:00,1348.0,-0.2481,0,leg_gt,2.42,60 -37749,sell_compound_top3,sell,2025-08-19 07:27:00,1347.0,-0.3222,0,leg_gt,2.42,60 -37750,sell_compound_top3,sell,2025-08-19 18:00:00,1302.0,-3.6556,0,leg_gt,2.86,60 -37751,sell_compound_top3,sell,2025-08-19 18:03:00,1305.0,-3.4333,0,leg_gt,2.86,60 -37752,sell_compound_top3,sell,2025-08-19 18:15:00,1311.0,-2.9889,0,leg_gt,2.87,60 -37753,sell_compound_top3,sell,2025-08-19 18:18:00,1310.0,-3.063,0,leg_gt,2.87,60 -37754,sell_compound_top3,sell,2025-08-19 18:21:00,1311.0,-2.9889,0,leg_gt,2.87,60 -37755,sell_compound_top3,sell,2025-08-19 18:24:00,1313.0,-2.8407,0,leg_gt,2.88,60 -37756,sell_compound_top3,sell,2025-08-19 18:27:00,1313.0,-2.8407,0,leg_gt,2.88,60 -37757,sell_compound_top3,sell,2025-08-19 18:30:00,1314.0,-2.7667,0,leg_gt,2.88,60 -37758,sell_compound_top3,sell,2025-08-19 18:33:00,1317.0,-2.5444,0,leg_gt,2.88,60 -37759,sell_compound_top3,sell,2025-08-19 18:36:00,1315.0,-2.6926,0,leg_gt,2.88,60 -37760,sell_compound_top3,sell,2025-08-19 18:39:00,1314.0,-2.7667,0,leg_gt,2.89,60 -37761,sell_compound_top3,sell,2025-08-19 19:30:00,1316.0,-2.6185,0,leg_gt,2.92,60 -37762,sell_compound_top3,sell,2025-08-19 19:33:00,1314.0,-2.7667,0,leg_gt,2.92,60 -37763,sell_compound_top3,sell,2025-08-19 19:45:00,1318.0,-2.4704,0,leg_gt,2.93,60 -37764,sell_compound_top3,sell,2025-08-19 19:48:00,1318.0,-2.4704,0,leg_gt,2.93,60 -37765,sell_compound_top3,sell,2025-08-20 11:21:00,1272.0,1.5787,1,leg_gt,0.1,60 -37766,sell_compound_top3,sell,2025-08-20 11:24:00,1273.0,1.6586,1,leg_gt,0.1,60 -37767,sell_compound_top3,sell,2025-08-20 11:27:00,1274.0,1.7385,1,leg_gt,0.11,60 -37768,sell_compound_top3,sell,2025-08-20 13:30:00,1286.0,2.6978,1,leg_gt,0.19,60 -37769,sell_compound_top3,sell,2025-08-20 13:33:00,1287.0,2.7777,1,leg_gt,0.19,60 -37770,sell_compound_top3,sell,2025-08-20 13:36:00,1287.0,2.7777,1,leg_gt,0.2,60 -37771,sell_compound_top3,sell,2025-08-20 13:39:00,1286.0,2.6978,1,leg_gt,0.2,60 -37772,sell_compound_top3,sell,2025-08-20 14:42:00,1288.0,2.8576,1,leg_gt,0.24,60 -37773,sell_compound_top3,sell,2025-08-20 15:06:00,1291.0,3.0974,1,leg_gt,0.26,60 -37774,sell_compound_top3,sell,2025-08-20 15:09:00,1289.0,2.9376,1,leg_gt,0.26,60 -37775,sell_compound_top3,sell,2025-08-20 15:42:00,1292.0,3.1774,1,leg_gt,0.28,60 -37776,sell_compound_top3,sell,2025-08-20 16:12:00,1294.0,3.3373,1,leg_gt,0.3,60 -37777,sell_compound_top3,sell,2025-08-20 16:30:00,1294.0,3.3373,1,leg_gt,0.32,60 -37778,sell_compound_top3,sell,2025-08-20 16:33:00,1295.0,3.4172,1,leg_gt,0.32,60 -37779,sell_compound_top3,sell,2025-08-20 16:42:00,1297.0,3.5771,1,leg_gt,0.32,60 -37780,sell_compound_top3,sell,2025-08-20 16:45:00,1295.0,3.4172,1,leg_gt,0.33,60 -37781,sell_compound_top3,sell,2025-08-20 16:48:00,1298.0,3.657,1,leg_gt,0.33,60 -37782,sell_compound_top3,sell,2025-08-20 16:51:00,1296.0,3.4971,1,leg_gt,0.33,60 -37783,sell_compound_top3,sell,2025-08-20 16:54:00,1297.0,3.5771,1,leg_gt,0.33,60 -37784,sell_compound_top3,sell,2025-08-20 17:27:00,1299.0,3.7369,1,leg_gt,0.36,60 -37785,sell_compound_top3,sell,2025-08-20 17:51:00,1307.0,4.3764,1,leg_gt,0.37,60 -37786,sell_compound_top3,sell,2025-08-20 17:54:00,1307.0,4.3764,1,leg_gt,0.38,60 -37787,sell_compound_top3,sell,2025-08-20 18:06:00,1309.0,4.5363,1,leg_gt,0.38,60 -37788,sell_compound_top3,sell,2025-08-20 18:09:00,1311.0,4.6962,1,leg_gt,0.39,60 -37789,sell_compound_top3,sell,2025-08-20 18:12:00,1310.0,4.6162,1,leg_gt,0.39,60 -37790,sell_compound_top3,sell,2025-08-20 18:21:00,1314.0,4.936,1,leg_gt,0.39,60 -37791,sell_compound_top3,sell,2025-08-20 18:24:00,1313.0,4.856,1,leg_gt,0.4,60 -37792,sell_compound_top3,sell,2025-08-20 18:42:00,1312.0,4.7761,1,leg_gt,0.41,60 -37793,sell_compound_top3,sell,2025-08-20 18:45:00,1314.0,4.936,1,leg_gt,0.41,60 -37794,sell_compound_top3,sell,2025-08-20 18:48:00,1318.0,5.2557,1,leg_gt,0.41,60 -37795,sell_compound_top3,sell,2025-08-20 19:21:00,1313.0,4.856,1,leg_gt,0.44,60 -37796,sell_compound_top3,sell,2025-08-20 19:24:00,1312.0,4.7761,1,leg_gt,0.44,60 -37797,sell_compound_top3,sell,2025-08-21 00:15:00,1316.0,3.522,1,leg_gt,0.05,60 -37798,sell_compound_top3,sell,2025-08-21 00:18:00,1320.0,3.837,1,leg_gt,0.05,60 -37799,sell_compound_top3,sell,2025-08-21 00:21:00,1320.0,3.837,1,leg_gt,0.05,60 -37800,sell_compound_top3,sell,2025-08-21 00:24:00,1319.0,3.7583,1,leg_gt,0.05,60 -37801,sell_compound_top3,sell,2025-08-21 00:27:00,1318.0,3.6795,1,leg_gt,0.05,60 -37802,sell_compound_top3,sell,2025-08-21 00:30:00,1318.0,3.6795,1,leg_gt,0.06,60 -37803,sell_compound_top3,sell,2025-08-21 00:33:00,1319.0,3.7583,1,leg_gt,0.06,60 -37804,sell_compound_top3,sell,2025-08-21 00:36:00,1316.0,3.522,1,leg_gt,0.06,60 -37805,sell_compound_top3,sell,2025-08-21 00:39:00,1318.0,3.6795,1,leg_gt,0.06,60 -37806,sell_compound_top3,sell,2025-08-21 01:15:00,1320.0,3.837,1,leg_gt,0.09,60 -37807,sell_compound_top3,sell,2025-08-21 01:18:00,1324.0,4.152,1,leg_gt,0.09,60 -37808,sell_compound_top3,sell,2025-08-21 01:21:00,1326.0,4.3094,1,leg_gt,0.09,60 -37809,sell_compound_top3,sell,2025-08-21 01:24:00,1324.0,4.152,1,leg_gt,0.09,60 -37810,sell_compound_top3,sell,2025-08-21 01:27:00,1325.0,4.2307,1,leg_gt,0.1,60 -37811,sell_compound_top3,sell,2025-08-21 01:30:00,1329.0,4.5457,1,leg_gt,0.1,60 -37812,sell_compound_top3,sell,2025-08-21 01:33:00,1321.0,3.9157,1,leg_gt,0.1,60 -37813,sell_compound_top3,sell,2025-08-21 04:30:00,1325.0,4.2307,1,leg_gt,0.22,60 -37814,sell_compound_top3,sell,2025-08-21 04:33:00,1325.0,4.2307,1,leg_gt,0.22,60 -37815,sell_compound_top3,sell,2025-08-21 04:57:00,1329.0,4.5457,1,leg_gt,0.24,60 -37816,sell_compound_top3,sell,2025-08-21 05:00:00,1329.0,4.5457,1,leg_gt,0.24,60 -37817,sell_compound_top3,sell,2025-08-21 05:03:00,1329.0,4.5457,1,leg_gt,0.25,60 -37818,sell_compound_top3,sell,2025-08-21 05:06:00,1335.0,5.0181,1,leg_gt,0.25,60 -37819,sell_compound_top3,sell,2025-08-21 05:09:00,1331.0,4.7031,1,leg_gt,0.25,60 -37820,sell_compound_top3,sell,2025-08-21 05:12:00,1331.0,4.7031,1,leg_gt,0.25,60 -37821,sell_compound_top3,sell,2025-08-21 06:12:00,1333.0,4.8606,1,leg_gt,0.29,60 -37822,sell_compound_top3,sell,2025-08-21 07:15:00,1336.0,5.0969,1,leg_gt,0.34,60 -37823,sell_compound_top3,sell,2025-08-21 07:18:00,1336.0,5.0969,1,leg_gt,0.34,60 -37824,sell_compound_top3,sell,2025-08-21 07:27:00,1339.0,5.3331,1,leg_gt,0.35,60 -37825,sell_compound_top3,sell,2025-08-21 07:30:00,1337.0,5.1756,1,leg_gt,0.35,60 -37826,sell_compound_top3,sell,2025-08-21 07:33:00,1338.0,5.2543,1,leg_gt,0.35,60 -37827,sell_compound_top3,sell,2025-08-21 07:45:00,1339.0,5.3331,1,leg_gt,0.36,60 -37828,sell_compound_top3,sell,2025-08-21 07:48:00,1339.0,5.3331,1,leg_gt,0.36,60 -37829,sell_compound_top3,sell,2025-08-21 07:51:00,1341.0,5.4906,1,leg_gt,0.36,60 -37830,sell_compound_top3,sell,2025-08-21 07:54:00,1340.0,5.4118,1,leg_gt,0.36,60 -37831,sell_compound_top3,sell,2025-08-21 07:57:00,1342.0,5.5693,1,leg_gt,0.37,60 -37832,sell_compound_top3,sell,2025-08-21 08:00:00,1340.0,5.4118,1,leg_gt,0.37,60 -37833,sell_compound_top3,sell,2025-08-21 08:03:00,1341.0,5.4906,1,leg_gt,0.37,60 -37834,sell_compound_top3,sell,2025-08-21 08:06:00,1341.0,5.4906,1,leg_gt,0.37,60 -37835,sell_compound_top3,sell,2025-08-21 08:09:00,1343.0,5.648,1,leg_gt,0.38,60 -37836,sell_compound_top3,sell,2025-08-21 12:12:00,1342.0,5.5693,1,leg_gt,0.54,60 -37837,sell_compound_top3,sell,2025-08-21 23:27:00,1315.0,3.4433,1,leg_gt,1.01,60 -37838,sell_compound_top3,sell,2025-08-22 02:45:00,1302.0,2.4197,1,leg_gt,1.15,60 -37839,sell_compound_top3,sell,2025-08-22 02:48:00,1304.0,2.5772,1,leg_gt,1.15,60 -37840,sell_compound_top3,sell,2025-08-22 02:51:00,1304.0,2.5772,1,leg_gt,1.15,60 -37841,sell_compound_top3,sell,2025-08-22 02:54:00,1304.0,2.5772,1,leg_gt,1.16,60 -37842,sell_compound_top3,sell,2025-08-22 02:57:00,1305.0,2.6559,1,leg_gt,1.16,60 -37843,sell_compound_top3,sell,2025-08-22 03:00:00,1306.0,2.7346,1,leg_gt,1.16,60 -37844,sell_compound_top3,sell,2025-08-22 03:03:00,1306.0,2.7346,1,leg_gt,1.16,60 -37845,sell_compound_top3,sell,2025-08-22 03:06:00,1306.0,2.7346,1,leg_gt,1.16,60 -37846,sell_compound_top3,sell,2025-08-22 03:09:00,1306.0,2.7346,1,leg_gt,1.17,60 -37847,sell_compound_top3,sell,2025-08-22 03:21:00,1308.0,2.8921,1,leg_gt,1.18,60 -37848,sell_compound_top3,sell,2025-08-22 03:24:00,1306.0,2.7346,1,leg_gt,1.18,60 -37849,sell_compound_top3,sell,2025-08-22 03:27:00,1311.0,3.1283,1,leg_gt,1.18,60 -37850,sell_compound_top3,sell,2025-08-22 04:06:00,1312.0,3.2071,1,leg_gt,1.21,60 -37851,sell_compound_top3,sell,2025-08-22 04:09:00,1314.0,3.3646,1,leg_gt,1.21,60 -37852,sell_compound_top3,sell,2025-08-22 06:30:00,1312.0,3.2071,1,leg_gt,1.31,60 -37853,sell_compound_top3,sell,2025-08-22 06:33:00,1311.0,3.1283,1,leg_gt,1.31,60 -37854,sell_compound_top3,sell,2025-08-22 06:36:00,1314.0,3.3646,1,leg_gt,1.31,60 -37855,sell_compound_top3,sell,2025-08-22 06:39:00,1312.0,3.2071,1,leg_gt,1.31,60 -37856,sell_compound_top3,sell,2025-08-22 06:42:00,1313.0,3.2858,1,leg_gt,1.31,60 -37857,sell_compound_top3,sell,2025-08-22 07:15:00,1317.0,3.6008,1,leg_gt,1.34,60 -37858,sell_compound_top3,sell,2025-08-22 07:18:00,1316.0,3.522,1,leg_gt,1.34,60 -37859,sell_compound_top3,sell,2025-08-22 07:21:00,1317.0,3.6008,1,leg_gt,1.34,60 -37860,sell_compound_top3,sell,2025-08-22 07:24:00,1318.0,3.6795,1,leg_gt,1.34,60 -37861,sell_compound_top3,sell,2025-08-22 07:30:00,1318.0,3.6795,1,leg_gt,1.35,60 -37862,sell_compound_top3,sell,2025-08-22 07:33:00,1319.0,3.7583,1,leg_gt,1.35,60 -37863,sell_compound_top3,sell,2025-08-22 07:36:00,1315.0,3.4433,1,leg_gt,1.35,60 -37864,sell_compound_top3,sell,2025-08-22 07:39:00,1315.0,3.4433,1,leg_gt,1.35,60 -37865,sell_compound_top3,sell,2025-08-22 07:51:00,1318.0,3.6795,1,leg_gt,1.36,60 -37866,sell_compound_top3,sell,2025-08-22 07:54:00,1317.0,3.6008,1,leg_gt,1.36,60 -37867,sell_compound_top3,sell,2025-08-22 07:57:00,1320.0,3.837,1,leg_gt,1.37,60 -37868,sell_compound_top3,sell,2025-08-22 11:21:00,1318.0,3.6795,1,leg_gt,1.51,60 -37869,sell_compound_top3,sell,2025-08-22 11:24:00,1319.0,3.7583,1,leg_gt,1.51,60 -37870,sell_compound_top3,sell,2025-08-22 11:30:00,1320.0,3.837,1,leg_gt,1.51,60 -37871,sell_compound_top3,sell,2025-08-22 11:33:00,1318.0,3.6795,1,leg_gt,1.52,60 -37872,sell_compound_top3,sell,2025-08-22 17:15:00,1310.0,3.0496,1,leg_gt,1.75,60 -37873,sell_compound_top3,sell,2025-08-22 17:18:00,1311.0,3.1283,1,leg_gt,1.76,60 -37874,sell_compound_top3,sell,2025-08-22 17:21:00,1312.0,3.2071,1,leg_gt,1.76,60 -37875,sell_compound_top3,sell,2025-08-22 17:24:00,1310.0,3.0496,1,leg_gt,1.76,60 -37876,sell_compound_top3,sell,2025-08-22 17:27:00,1307.0,2.8134,1,leg_gt,1.76,60 -37877,sell_compound_top3,sell,2025-08-22 23:21:00,1338.0,6.3439,1,leg_gt,0.07,60 -37878,sell_compound_top3,sell,2025-08-22 23:24:00,1332.0,5.8666,1,leg_gt,0.08,60 -37879,sell_compound_top3,sell,2025-08-22 23:27:00,1341.0,6.5826,1,leg_gt,0.08,60 -37880,sell_compound_top3,sell,2025-08-22 23:30:00,1340.0,6.503,1,leg_gt,0.08,60 -37881,sell_compound_top3,sell,2025-08-22 23:33:00,1348.0,7.1395,1,leg_gt,0.08,60 -37882,sell_compound_top3,sell,2025-08-22 23:36:00,1354.0,7.6168,1,leg_gt,0.08,60 -37883,sell_compound_top3,sell,2025-08-22 23:39:00,1353.0,7.5372,1,leg_gt,0.09,60 -37884,sell_compound_top3,sell,2025-08-22 23:42:00,1357.0,7.8554,1,leg_gt,0.09,60 -37885,sell_compound_top3,sell,2025-08-22 23:45:00,1354.0,7.6168,1,leg_gt,0.09,60 -37886,sell_compound_top3,sell,2025-08-22 23:48:00,1362.0,8.2532,1,leg_gt,0.09,60 -37887,sell_compound_top3,sell,2025-08-22 23:51:00,1362.0,8.2532,1,leg_gt,0.09,60 -37888,sell_compound_top3,sell,2025-08-22 23:54:00,1364.0,8.4123,1,leg_gt,0.1,60 -37889,sell_compound_top3,sell,2025-08-23 00:42:00,1371.0,8.9692,1,leg_gt,0.13,60 -37890,sell_compound_top3,sell,2025-08-23 02:12:00,1399.0,11.1967,1,leg_gt,0.19,60 -37891,sell_compound_top3,sell,2025-08-23 02:15:00,1404.0,11.5945,1,leg_gt,0.19,60 -37892,sell_compound_top3,sell,2025-08-23 02:18:00,1403.0,11.515,1,leg_gt,0.2,60 -37893,sell_compound_top3,sell,2025-08-23 02:21:00,1402.0,11.4354,1,leg_gt,0.2,60 -37894,sell_compound_top3,sell,2025-08-23 02:24:00,1405.0,11.6741,1,leg_gt,0.2,60 -37895,sell_compound_top3,sell,2025-08-23 02:27:00,1403.0,11.515,1,leg_gt,0.2,60 -37896,sell_compound_top3,sell,2025-08-23 02:30:00,1406.0,11.7536,1,leg_gt,0.2,60 -37897,sell_compound_top3,sell,2025-08-23 02:33:00,1402.0,11.4354,1,leg_gt,0.21,60 -37898,sell_compound_top3,sell,2025-08-23 03:12:00,1407.0,11.8332,1,leg_gt,0.23,60 -37899,sell_compound_top3,sell,2025-08-23 03:51:00,1410.0,12.0718,1,leg_gt,0.26,60 -37900,sell_compound_top3,sell,2025-08-23 03:54:00,1408.0,11.9127,1,leg_gt,0.26,60 -37901,sell_compound_top3,sell,2025-08-23 03:57:00,1411.0,12.1514,1,leg_gt,0.26,60 -37902,sell_compound_top3,sell,2025-08-23 04:12:00,1410.0,12.0718,1,leg_gt,0.28,60 -37903,sell_compound_top3,sell,2025-08-23 04:15:00,1413.0,12.3105,1,leg_gt,0.28,60 -37904,sell_compound_top3,sell,2025-08-23 04:18:00,1413.0,12.3105,1,leg_gt,0.28,60 -37905,sell_compound_top3,sell,2025-08-23 05:00:00,1415.0,12.4696,1,leg_gt,0.31,60 -37906,sell_compound_top3,sell,2025-08-23 05:03:00,1413.0,12.3105,1,leg_gt,0.31,60 -37907,sell_compound_top3,sell,2025-08-23 06:51:00,1416.0,12.5492,1,leg_gt,0.39,60 -37908,sell_compound_top3,sell,2025-08-23 06:54:00,1414.0,12.3901,1,leg_gt,0.39,60 -37909,sell_compound_top3,sell,2025-08-23 14:00:00,1402.0,2.8369,1,leg_gt,0.1,60 -37910,sell_compound_top3,sell,2025-08-23 14:03:00,1403.0,2.9103,1,leg_gt,0.1,60 -37911,sell_compound_top3,sell,2025-08-23 14:06:00,1401.0,2.7634,1,leg_gt,0.1,60 -37912,sell_compound_top3,sell,2025-08-23 14:09:00,1401.0,2.7634,1,leg_gt,0.11,60 -37913,sell_compound_top3,sell,2025-08-23 14:12:00,1401.0,2.7634,1,leg_gt,0.11,60 -37914,sell_compound_top3,sell,2025-08-23 14:15:00,1402.0,2.8369,1,leg_gt,0.11,60 -37915,sell_compound_top3,sell,2025-08-23 14:18:00,1407.0,3.204,1,leg_gt,0.11,60 -37916,sell_compound_top3,sell,2025-08-23 14:21:00,1409.0,3.3508,1,leg_gt,0.11,60 -37917,sell_compound_top3,sell,2025-08-23 14:24:00,1409.0,3.3508,1,leg_gt,0.12,60 -37918,sell_compound_top3,sell,2025-08-23 14:27:00,1414.0,3.7179,1,leg_gt,0.12,60 -37919,sell_compound_top3,sell,2025-08-23 14:30:00,1411.0,3.4977,1,leg_gt,0.12,60 -37920,sell_compound_top3,sell,2025-08-23 14:33:00,1414.0,3.7179,1,leg_gt,0.12,60 -37921,sell_compound_top3,sell,2025-08-23 14:36:00,1414.0,3.7179,1,leg_gt,0.12,60 -37922,sell_compound_top3,sell,2025-08-23 14:39:00,1413.0,3.6445,1,leg_gt,0.13,60 -37923,sell_compound_top3,sell,2025-08-23 15:06:00,1417.0,3.9382,1,leg_gt,0.15,60 -37924,sell_compound_top3,sell,2025-08-23 15:09:00,1416.0,3.8648,1,leg_gt,0.15,60 -37925,sell_compound_top3,sell,2025-08-23 19:00:00,1406.0,3.1305,1,leg_gt,0.31,60 -37926,sell_compound_top3,sell,2025-08-23 19:03:00,1406.0,3.1305,1,leg_gt,0.31,60 -37927,sell_compound_top3,sell,2025-08-23 21:27:00,1405.0,3.0571,1,leg_gt,0.41,60 -37928,sell_compound_top3,sell,2025-08-23 22:30:00,1407.0,3.204,1,leg_gt,0.45,60 -37929,sell_compound_top3,sell,2025-08-23 22:33:00,1405.0,3.0571,1,leg_gt,0.46,60 -37930,sell_compound_top3,sell,2025-08-24 00:42:00,1408.0,3.2774,1,leg_gt,0.55,60 -37931,sell_compound_top3,sell,2025-08-24 00:45:00,1407.0,3.204,1,leg_gt,0.55,60 -37932,sell_compound_top3,sell,2025-08-24 00:48:00,1407.0,3.204,1,leg_gt,0.55,60 -37933,sell_compound_top3,sell,2025-08-24 00:51:00,1408.0,3.2774,1,leg_gt,0.55,60 -37934,sell_compound_top3,sell,2025-08-24 00:54:00,1406.0,3.1305,1,leg_gt,0.55,60 -37935,sell_compound_top3,sell,2025-08-24 02:12:00,1407.0,3.204,1,leg_gt,0.61,60 -37936,sell_compound_top3,sell,2025-08-24 04:27:00,1402.0,2.8369,1,leg_gt,0.7,60 -37937,sell_compound_top3,sell,2025-08-24 05:06:00,1412.0,3.5711,1,leg_gt,0.73,60 -37938,sell_compound_top3,sell,2025-08-24 05:09:00,1409.0,3.3508,1,leg_gt,0.73,60 -37939,sell_compound_top3,sell,2025-08-24 22:15:00,1340.0,0.7277,1,leg_gt,0.11,60 -37940,sell_compound_top3,sell,2025-08-24 22:18:00,1341.0,0.8029,1,leg_gt,0.11,60 -37941,sell_compound_top3,sell,2025-08-24 22:36:00,1346.0,1.1792,1,leg_gt,0.12,60 -37942,sell_compound_top3,sell,2025-08-24 22:39:00,1344.0,1.0287,1,leg_gt,0.13,60 -37943,sell_compound_top3,sell,2025-08-24 23:51:00,1344.0,1.0287,1,leg_gt,0.18,60 -37944,sell_compound_top3,sell,2025-08-24 23:54:00,1347.0,1.2544,1,leg_gt,0.18,60 -37945,sell_compound_top3,sell,2025-08-24 23:57:00,1345.0,1.1039,1,leg_gt,0.18,60 -37946,sell_compound_top3,sell,2025-08-25 00:00:00,1345.0,1.1039,1,leg_gt,0.18,60 -37947,sell_compound_top3,sell,2025-08-25 00:03:00,1343.0,0.9534,1,leg_gt,0.19,60 -37948,sell_compound_top3,sell,2025-08-25 00:27:00,1358.0,2.0821,1,leg_gt,0.2,60 -37949,sell_compound_top3,sell,2025-08-25 00:30:00,1355.0,1.8564,1,leg_gt,0.2,60 -37950,sell_compound_top3,sell,2025-08-25 00:33:00,1358.0,2.0821,1,leg_gt,0.21,60 -37951,sell_compound_top3,sell,2025-08-25 02:21:00,1359.0,2.1573,1,leg_gt,0.28,60 -37952,sell_compound_top3,sell,2025-08-25 02:24:00,1361.0,2.3078,1,leg_gt,0.28,60 -37953,sell_compound_top3,sell,2025-08-25 02:30:00,1362.0,2.3831,1,leg_gt,0.29,60 -37954,sell_compound_top3,sell,2025-08-25 02:33:00,1361.0,2.3078,1,leg_gt,0.29,60 -37955,sell_compound_top3,sell,2025-08-25 02:36:00,1361.0,2.3078,1,leg_gt,0.29,60 -37956,sell_compound_top3,sell,2025-08-25 02:39:00,1362.0,2.3831,1,leg_gt,0.29,60 -37957,sell_compound_top3,sell,2025-08-25 02:42:00,1367.0,2.7593,1,leg_gt,0.3,60 -37958,sell_compound_top3,sell,2025-08-25 02:57:00,1370.0,2.985,1,leg_gt,0.31,60 -37959,sell_compound_top3,sell,2025-08-25 03:12:00,1376.0,3.4365,1,leg_gt,0.32,60 -37960,sell_compound_top3,sell,2025-08-25 03:15:00,1381.0,3.8127,1,leg_gt,0.32,60 -37961,sell_compound_top3,sell,2025-08-25 03:18:00,1381.0,3.8127,1,leg_gt,0.32,60 -37962,sell_compound_top3,sell,2025-08-25 03:45:00,1404.0,5.5433,1,leg_gt,0.34,60 -37963,sell_compound_top3,sell,2025-08-25 03:48:00,1408.0,5.8443,1,leg_gt,0.34,60 -37964,sell_compound_top3,sell,2025-08-25 03:51:00,1400.0,5.2424,1,leg_gt,0.34,60 -37965,sell_compound_top3,sell,2025-08-25 03:54:00,1402.0,5.3929,1,leg_gt,0.35,60 -37966,sell_compound_top3,sell,2025-08-25 04:06:00,1405.0,5.6186,1,leg_gt,0.35,60 -37967,sell_compound_top3,sell,2025-08-25 04:09:00,1408.0,5.8443,1,leg_gt,0.36,60 -37968,sell_compound_top3,sell,2025-08-25 04:12:00,1412.0,6.1453,1,leg_gt,0.36,60 -37969,sell_compound_top3,sell,2025-08-25 04:15:00,1410.0,5.9948,1,leg_gt,0.36,60 -37970,sell_compound_top3,sell,2025-08-25 04:18:00,1411.0,6.0701,1,leg_gt,0.36,60 -37971,sell_compound_top3,sell,2025-08-25 04:21:00,1412.0,6.1453,1,leg_gt,0.36,60 -37972,sell_compound_top3,sell,2025-08-25 04:24:00,1416.0,6.4463,1,leg_gt,0.37,60 -37973,sell_compound_top3,sell,2025-08-25 11:42:00,1356.0,1.9316,1,leg_gt,0.67,60 -37974,sell_compound_top3,sell,2025-08-25 11:45:00,1354.0,1.7811,1,leg_gt,0.67,60 -37975,sell_compound_top3,sell,2025-08-25 11:48:00,1359.0,2.1573,1,leg_gt,0.68,60 -37976,sell_compound_top3,sell,2025-08-25 11:51:00,1360.0,2.2326,1,leg_gt,0.68,60 -37977,sell_compound_top3,sell,2025-08-25 11:54:00,1362.0,2.3831,1,leg_gt,0.68,60 -37978,sell_compound_top3,sell,2025-08-25 11:57:00,1364.0,2.5336,1,leg_gt,0.68,60 -37979,sell_compound_top3,sell,2025-08-25 12:00:00,1361.0,2.3078,1,leg_gt,0.68,60 -37980,sell_compound_top3,sell,2025-08-25 12:03:00,1360.0,2.2326,1,leg_gt,0.69,60 -37981,sell_compound_top3,sell,2025-08-26 08:51:00,1250.0,1.6087,1,leg_gt,0.07,60 -37982,sell_compound_top3,sell,2025-08-26 08:54:00,1248.0,1.446,1,leg_gt,0.07,60 -37983,sell_compound_top3,sell,2025-08-26 09:06:00,1255.0,2.0155,1,leg_gt,0.08,60 -37984,sell_compound_top3,sell,2025-08-26 09:09:00,1255.0,2.0155,1,leg_gt,0.08,60 -37985,sell_compound_top3,sell,2025-08-26 09:42:00,1277.0,3.8056,1,leg_gt,0.1,60 -37986,sell_compound_top3,sell,2025-08-26 09:45:00,1280.0,4.0497,1,leg_gt,0.1,60 -37987,sell_compound_top3,sell,2025-08-26 09:48:00,1274.0,3.5615,1,leg_gt,0.11,60 -37988,sell_compound_top3,sell,2025-08-26 16:45:00,1264.0,2.7478,1,leg_gt,0.4,60 -37989,sell_compound_top3,sell,2025-08-26 16:48:00,1266.0,2.9106,1,leg_gt,0.4,60 -37990,sell_compound_top3,sell,2025-08-26 16:57:00,1264.0,2.7478,1,leg_gt,0.4,60 -37991,sell_compound_top3,sell,2025-08-26 19:51:00,1265.0,2.8292,1,leg_gt,0.52,60 -37992,sell_compound_top3,sell,2025-08-26 19:54:00,1264.0,2.7478,1,leg_gt,0.53,60 -37993,sell_compound_top3,sell,2025-08-26 22:00:00,1283.0,4.2938,1,leg_gt,0.61,60 -37994,sell_compound_top3,sell,2025-08-26 22:03:00,1278.0,3.887,1,leg_gt,0.62,60 -37995,sell_compound_top3,sell,2025-08-27 01:12:00,1288.0,4.7007,1,leg_gt,0.75,60 -37996,sell_compound_top3,sell,2025-08-27 01:21:00,1288.0,4.7007,1,leg_gt,0.75,60 -37997,sell_compound_top3,sell,2025-08-27 01:24:00,1288.0,4.7007,1,leg_gt,0.76,60 -37998,sell_compound_top3,sell,2025-08-27 01:51:00,1293.0,5.1075,1,leg_gt,0.78,60 -37999,sell_compound_top3,sell,2025-08-27 01:54:00,1288.0,4.7007,1,leg_gt,0.78,60 -38000,sell_compound_top3,sell,2025-08-27 02:00:00,1296.0,5.3516,1,leg_gt,0.78,60 -38001,sell_compound_top3,sell,2025-08-27 02:03:00,1293.0,5.1075,1,leg_gt,0.78,60 -38002,sell_compound_top3,sell,2025-08-27 02:06:00,1295.0,5.2702,1,leg_gt,0.79,60 -38003,sell_compound_top3,sell,2025-08-27 02:09:00,1295.0,5.2702,1,leg_gt,0.79,60 -38004,sell_compound_top3,sell,2025-08-27 02:30:00,1300.0,5.6771,1,leg_gt,0.8,60 -38005,sell_compound_top3,sell,2025-08-27 02:33:00,1298.0,5.5143,1,leg_gt,0.8,60 -38006,sell_compound_top3,sell,2025-08-27 03:06:00,1299.0,5.5957,1,leg_gt,0.83,60 -38007,sell_compound_top3,sell,2025-08-27 03:09:00,1301.0,5.7584,1,leg_gt,0.83,60 -38008,sell_compound_top3,sell,2025-08-27 03:12:00,1304.0,6.0025,1,leg_gt,0.83,60 -38009,sell_compound_top3,sell,2025-08-27 03:15:00,1301.0,5.7584,1,leg_gt,0.83,60 -38010,sell_compound_top3,sell,2025-08-27 03:18:00,1303.0,5.9212,1,leg_gt,0.84,60 -38011,sell_compound_top3,sell,2025-08-27 03:21:00,1301.0,5.7584,1,leg_gt,0.84,60 -38012,sell_compound_top3,sell,2025-08-27 03:24:00,1303.0,5.9212,1,leg_gt,0.84,60 -38013,sell_compound_top3,sell,2025-08-27 03:27:00,1305.0,6.0839,1,leg_gt,0.84,60 -38014,sell_compound_top3,sell,2025-08-27 03:30:00,1305.0,6.0839,1,leg_gt,0.84,60 -38015,sell_compound_top3,sell,2025-08-27 03:33:00,1303.0,5.9212,1,leg_gt,0.85,60 -38016,sell_compound_top3,sell,2025-08-27 03:36:00,1305.0,6.0839,1,leg_gt,0.85,60 -38017,sell_compound_top3,sell,2025-08-27 03:39:00,1305.0,6.0839,1,leg_gt,0.85,60 -38018,sell_compound_top3,sell,2025-08-27 03:42:00,1305.0,6.0839,1,leg_gt,0.85,60 -38019,sell_compound_top3,sell,2025-08-27 04:30:00,1307.0,6.2466,1,leg_gt,0.89,60 -38020,sell_compound_top3,sell,2025-08-27 04:33:00,1307.0,6.2466,1,leg_gt,0.89,60 -38021,sell_compound_top3,sell,2025-08-27 04:36:00,1308.0,6.328,1,leg_gt,0.89,60 -38022,sell_compound_top3,sell,2025-08-27 04:39:00,1308.0,6.328,1,leg_gt,0.89,60 -38023,sell_compound_top3,sell,2025-08-27 04:42:00,1310.0,6.4907,1,leg_gt,0.89,60 -38024,sell_compound_top3,sell,2025-08-27 05:06:00,1316.0,6.9789,1,leg_gt,0.91,60 -38025,sell_compound_top3,sell,2025-08-27 05:09:00,1320.0,7.3044,1,leg_gt,0.91,60 -38026,sell_compound_top3,sell,2025-08-27 05:12:00,1321.0,7.3858,1,leg_gt,0.91,60 -38027,sell_compound_top3,sell,2025-08-27 05:21:00,1321.0,7.3858,1,leg_gt,0.92,60 -38028,sell_compound_top3,sell,2025-08-27 05:24:00,1322.0,7.4671,1,leg_gt,0.92,60 -38029,sell_compound_top3,sell,2025-08-27 05:27:00,1322.0,7.4671,1,leg_gt,0.92,60 -38030,sell_compound_top3,sell,2025-08-27 05:30:00,1324.0,7.6299,1,leg_gt,0.93,60 -38031,sell_compound_top3,sell,2025-08-27 05:33:00,1323.0,7.5485,1,leg_gt,0.93,60 -38032,sell_compound_top3,sell,2025-08-27 05:42:00,1324.0,7.6299,1,leg_gt,0.94,60 -38033,sell_compound_top3,sell,2025-08-27 05:45:00,1326.0,7.7926,1,leg_gt,0.94,60 -38034,sell_compound_top3,sell,2025-08-27 05:48:00,1323.0,7.5485,1,leg_gt,0.94,60 -38035,sell_compound_top3,sell,2025-08-27 05:51:00,1329.0,8.0367,1,leg_gt,0.94,60 -38036,sell_compound_top3,sell,2025-08-27 05:54:00,1333.0,8.3622,1,leg_gt,0.94,60 -38037,sell_compound_top3,sell,2025-08-27 05:57:00,1332.0,8.2808,1,leg_gt,0.95,60 -38038,sell_compound_top3,sell,2025-08-27 08:00:00,1332.0,8.2808,1,leg_gt,1.03,60 -38039,sell_compound_top3,sell,2025-08-27 08:03:00,1332.0,8.2808,1,leg_gt,1.03,60 -38040,sell_compound_top3,sell,2025-08-27 08:12:00,1333.0,8.3622,1,leg_gt,1.04,60 -38041,sell_compound_top3,sell,2025-08-27 09:00:00,1334.0,8.4435,1,leg_gt,1.07,60 -38042,sell_compound_top3,sell,2025-08-27 09:03:00,1334.0,8.4435,1,leg_gt,1.08,60 -38043,sell_compound_top3,sell,2025-08-27 13:21:00,1345.0,9.3386,1,leg_gt,1.25,60 -38044,sell_compound_top3,sell,2025-08-27 13:24:00,1340.0,8.9317,1,leg_gt,1.26,60 -38045,sell_compound_top3,sell,2025-08-27 20:21:00,1323.0,7.5485,1,leg_gt,1.55,60 -38046,sell_compound_top3,sell,2025-08-27 20:24:00,1320.0,7.3044,1,leg_gt,1.55,60 -38047,sell_compound_top3,sell,2025-08-27 23:42:00,1328.0,7.9553,1,leg_gt,1.69,60 -38048,sell_compound_top3,sell,2025-08-28 05:36:00,1330.0,8.1181,1,leg_gt,1.93,60 -38049,sell_compound_top3,sell,2025-08-28 05:39:00,1329.0,8.0367,1,leg_gt,1.93,60 -38050,sell_compound_top3,sell,2025-08-28 05:42:00,1326.0,7.7926,1,leg_gt,1.94,60 -38051,sell_compound_top3,sell,2025-08-28 05:45:00,1331.0,8.1994,1,leg_gt,1.94,60 -38052,sell_compound_top3,sell,2025-08-28 05:48:00,1328.0,7.9553,1,leg_gt,1.94,60 -38053,sell_compound_top3,sell,2025-08-28 06:00:00,1332.0,8.2808,1,leg_gt,1.95,60 -38054,sell_compound_top3,sell,2025-08-28 06:03:00,1328.0,7.9553,1,leg_gt,1.95,60 -38055,sell_compound_top3,sell,2025-08-28 13:42:00,1318.0,1.7547,1,leg_gt,0.17,60 -38056,sell_compound_top3,sell,2025-08-28 14:00:00,1323.0,2.1411,1,leg_gt,0.19,60 -38057,sell_compound_top3,sell,2025-08-28 14:03:00,1328.0,2.5275,1,leg_gt,0.19,60 -38058,sell_compound_top3,sell,2025-08-28 17:15:00,1328.0,2.5275,1,leg_gt,0.32,60 -38059,sell_compound_top3,sell,2025-08-28 17:18:00,1326.0,2.373,1,leg_gt,0.32,60 -38060,sell_compound_top3,sell,2025-08-28 21:12:00,1322.0,2.0638,1,leg_gt,0.49,60 -38061,sell_compound_top3,sell,2025-08-28 23:06:00,1328.0,2.5275,1,leg_gt,0.56,60 -38062,sell_compound_top3,sell,2025-08-28 23:09:00,1324.0,2.2184,1,leg_gt,0.57,60 -38063,sell_compound_top3,sell,2025-08-28 23:42:00,1331.0,2.7594,1,leg_gt,0.59,60 -38064,sell_compound_top3,sell,2025-08-28 23:45:00,1330.0,2.6821,1,leg_gt,0.59,60 -38065,sell_compound_top3,sell,2025-08-28 23:48:00,1332.0,2.8366,1,leg_gt,0.59,60 -38066,sell_compound_top3,sell,2025-08-28 23:51:00,1329.0,2.6048,1,leg_gt,0.6,60 -38067,sell_compound_top3,sell,2025-08-28 23:54:00,1333.0,2.9139,1,leg_gt,0.6,60 -38068,sell_compound_top3,sell,2025-08-28 23:57:00,1334.0,2.9912,1,leg_gt,0.6,60 -38069,sell_compound_top3,sell,2025-08-29 00:00:00,1332.0,2.8366,1,leg_gt,0.6,60 -38070,sell_compound_top3,sell,2025-08-29 00:03:00,1337.0,3.223,1,leg_gt,0.6,60 -38071,sell_compound_top3,sell,2025-08-29 00:06:00,1333.0,2.9139,1,leg_gt,0.61,60 -38072,sell_compound_top3,sell,2025-08-29 00:09:00,1332.0,2.8366,1,leg_gt,0.61,60 -38073,sell_compound_top3,sell,2025-08-29 00:15:00,1333.0,2.9139,1,leg_gt,0.61,60 -38074,sell_compound_top3,sell,2025-08-29 00:18:00,1338.0,3.3003,1,leg_gt,0.61,60 -38075,sell_compound_top3,sell,2025-08-29 00:36:00,1338.0,3.3003,1,leg_gt,0.63,60 -38076,sell_compound_top3,sell,2025-08-29 00:39:00,1335.0,3.0685,1,leg_gt,0.63,60 -38077,sell_compound_top3,sell,2025-08-29 06:30:00,1326.0,2.373,1,leg_gt,0.87,60 -38078,sell_compound_top3,sell,2025-08-29 06:33:00,1325.0,2.2957,1,leg_gt,0.88,60 -38079,sell_compound_top3,sell,2025-08-29 06:36:00,1327.0,2.4502,1,leg_gt,0.88,60 -38080,sell_compound_top3,sell,2025-08-29 06:39:00,1324.0,2.2184,1,leg_gt,0.88,60 -38081,sell_compound_top3,sell,2025-08-29 07:06:00,1331.0,2.7594,1,leg_gt,0.9,60 -38082,sell_compound_top3,sell,2025-08-29 07:09:00,1335.0,3.0685,1,leg_gt,0.9,60 -38083,sell_compound_top3,sell,2025-08-29 07:15:00,1334.0,2.9912,1,leg_gt,0.9,60 -38084,sell_compound_top3,sell,2025-08-29 07:18:00,1335.0,3.0685,1,leg_gt,0.91,60 -38085,sell_compound_top3,sell,2025-08-29 07:42:00,1340.0,3.4549,1,leg_gt,0.92,60 -38086,sell_compound_top3,sell,2025-08-29 13:00:00,1335.0,3.0685,1,leg_gt,1.14,60 -38087,sell_compound_top3,sell,2025-08-29 13:03:00,1334.0,2.9912,1,leg_gt,1.15,60 -38088,sell_compound_top3,sell,2025-08-29 13:27:00,1336.0,3.1457,1,leg_gt,1.16,60 -38089,sell_compound_top3,sell,2025-08-29 13:30:00,1337.0,3.223,1,leg_gt,1.16,60 -38090,sell_compound_top3,sell,2025-08-29 13:33:00,1335.0,3.0685,1,leg_gt,1.17,60 -38091,sell_compound_top3,sell,2025-08-29 19:30:00,1294.0,-0.1,0,leg_gt,1.41,60 -38092,sell_compound_top3,sell,2025-08-29 19:33:00,1290.0,-0.4091,0,leg_gt,1.42,60 -38093,sell_compound_top3,sell,2025-08-29 21:51:00,1301.0,0.441,1,leg_gt,1.51,60 -38094,sell_compound_top3,sell,2025-08-29 21:54:00,1301.0,0.441,1,leg_gt,1.51,60 -38095,sell_compound_top3,sell,2025-08-29 21:57:00,1297.0,0.1318,1,leg_gt,1.52,60 -38096,sell_compound_top3,sell,2025-08-30 04:51:00,1268.0,-2.1093,0,leg_gt,1.8,60 -38097,sell_compound_top3,sell,2025-08-30 04:54:00,1268.0,-2.1093,0,leg_gt,1.81,60 -38098,sell_compound_top3,sell,2025-08-30 06:57:00,1275.0,-1.5683,0,leg_gt,1.89,60 -38099,sell_compound_top3,sell,2025-08-30 07:00:00,1275.0,-1.5683,0,leg_gt,1.89,60 -38100,sell_compound_top3,sell,2025-08-30 07:03:00,1273.0,-1.7229,0,leg_gt,1.9,60 -38101,sell_compound_top3,sell,2025-08-30 08:21:00,1275.0,-1.5683,0,leg_gt,1.95,60 -38102,sell_compound_top3,sell,2025-08-30 08:24:00,1277.0,-1.4138,0,leg_gt,1.95,60 -38103,sell_compound_top3,sell,2025-08-30 12:36:00,1279.0,3.1284,1,leg_gt,0.07,60 -38104,sell_compound_top3,sell,2025-08-30 12:39:00,1281.0,3.2898,1,leg_gt,0.07,60 -38105,sell_compound_top3,sell,2025-08-30 12:42:00,1277.0,2.967,1,leg_gt,0.07,60 -38106,sell_compound_top3,sell,2025-08-30 16:42:00,1281.0,3.2898,1,leg_gt,0.24,60 -38107,sell_compound_top3,sell,2025-08-30 16:57:00,1283.0,3.4513,1,leg_gt,0.25,60 -38108,sell_compound_top3,sell,2025-08-30 17:00:00,1283.0,3.4513,1,leg_gt,0.25,60 -38109,sell_compound_top3,sell,2025-08-30 17:03:00,1282.0,3.3705,1,leg_gt,0.25,60 -38110,sell_compound_top3,sell,2025-08-30 17:06:00,1283.0,3.4513,1,leg_gt,0.26,60 -38111,sell_compound_top3,sell,2025-08-30 17:09:00,1282.0,3.3705,1,leg_gt,0.26,60 -38112,sell_compound_top3,sell,2025-08-30 21:06:00,1276.0,2.8863,1,leg_gt,0.42,60 -38113,sell_compound_top3,sell,2025-08-30 21:09:00,1276.0,2.8863,1,leg_gt,0.42,60 -38114,sell_compound_top3,sell,2025-08-30 21:12:00,1276.0,2.8863,1,leg_gt,0.43,60 -38115,sell_compound_top3,sell,2025-08-31 00:36:00,1270.0,2.402,1,leg_gt,0.57,60 -38116,sell_compound_top3,sell,2025-08-31 00:39:00,1271.0,2.4827,1,leg_gt,0.57,60 -38117,sell_compound_top3,sell,2025-08-31 00:42:00,1274.0,2.7249,1,leg_gt,0.57,60 -38118,sell_compound_top3,sell,2025-08-31 00:45:00,1273.0,2.6441,1,leg_gt,0.57,60 -38119,sell_compound_top3,sell,2025-08-31 00:48:00,1274.0,2.7249,1,leg_gt,0.58,60 -38120,sell_compound_top3,sell,2025-08-31 08:00:00,1258.0,1.4335,1,leg_gt,0.88,60 -38121,sell_compound_top3,sell,2025-08-31 08:03:00,1260.0,1.5949,1,leg_gt,0.88,60 -38122,sell_compound_top3,sell,2025-08-31 08:15:00,1261.0,1.6756,1,leg_gt,0.89,60 -38123,sell_compound_top3,sell,2025-08-31 08:18:00,1263.0,1.837,1,leg_gt,0.89,60 -38124,sell_compound_top3,sell,2025-08-31 08:30:00,1263.0,1.837,1,leg_gt,0.9,60 -38125,sell_compound_top3,sell,2025-08-31 08:33:00,1261.0,1.6756,1,leg_gt,0.9,60 -38126,sell_compound_top3,sell,2025-08-31 09:21:00,1266.0,2.0792,1,leg_gt,0.93,60 -38127,sell_compound_top3,sell,2025-08-31 09:24:00,1266.0,2.0792,1,leg_gt,0.94,60 -38128,sell_compound_top3,sell,2025-08-31 09:30:00,1267.0,2.1599,1,leg_gt,0.94,60 -38129,sell_compound_top3,sell,2025-08-31 09:33:00,1266.0,2.0792,1,leg_gt,0.94,60 -38130,sell_compound_top3,sell,2025-08-31 09:36:00,1267.0,2.1599,1,leg_gt,0.94,60 -38131,sell_compound_top3,sell,2025-08-31 09:39:00,1269.0,2.3213,1,leg_gt,0.95,60 -38132,sell_compound_top3,sell,2025-08-31 09:42:00,1267.0,2.1599,1,leg_gt,0.95,60 -38133,sell_compound_top3,sell,2025-08-31 10:06:00,1275.0,2.8056,1,leg_gt,0.96,60 -38134,sell_compound_top3,sell,2025-08-31 10:09:00,1273.0,2.6441,1,leg_gt,0.97,60 -38135,sell_compound_top3,sell,2025-08-31 10:27:00,1275.0,2.8056,1,leg_gt,0.98,60 -38136,sell_compound_top3,sell,2025-08-31 10:30:00,1276.0,2.8863,1,leg_gt,0.98,60 -38137,sell_compound_top3,sell,2025-08-31 10:33:00,1279.0,3.1284,1,leg_gt,0.98,60 -38138,sell_compound_top3,sell,2025-08-31 10:36:00,1279.0,3.1284,1,leg_gt,0.99,60 -38139,sell_compound_top3,sell,2025-08-31 10:39:00,1278.0,3.0477,1,leg_gt,0.99,60 -38140,sell_compound_top3,sell,2025-08-31 10:51:00,1278.0,3.0477,1,leg_gt,1.0,60 -38141,sell_compound_top3,sell,2025-08-31 10:54:00,1278.0,3.0477,1,leg_gt,1.0,60 -38142,sell_compound_top3,sell,2025-08-31 10:57:00,1279.0,3.1284,1,leg_gt,1.0,60 -38143,sell_compound_top3,sell,2025-08-31 11:00:00,1280.0,3.2091,1,leg_gt,1.0,60 -38144,sell_compound_top3,sell,2025-08-31 11:03:00,1278.0,3.0477,1,leg_gt,1.0,60 -38145,sell_compound_top3,sell,2025-08-31 17:51:00,1267.0,2.1599,1,leg_gt,1.29,60 -38146,sell_compound_top3,sell,2025-08-31 17:54:00,1268.0,2.2406,1,leg_gt,1.29,60 -38147,sell_compound_top3,sell,2025-08-31 18:06:00,1267.0,2.1599,1,leg_gt,1.3,60 -38148,sell_compound_top3,sell,2025-08-31 18:09:00,1267.0,2.1599,1,leg_gt,1.3,60 -38149,sell_compound_top3,sell,2025-09-01 00:51:00,1256.0,1.2721,1,leg_gt,1.58,60 -38150,sell_compound_top3,sell,2025-09-01 00:54:00,1257.0,1.3528,1,leg_gt,1.58,60 -38151,sell_compound_top3,sell,2025-09-01 00:57:00,1257.0,1.3528,1,leg_gt,1.58,60 -38152,sell_compound_top3,sell,2025-09-01 03:45:00,1254.0,1.1107,1,leg_gt,1.7,60 -38153,sell_compound_top3,sell,2025-09-01 03:48:00,1255.0,1.1914,1,leg_gt,1.7,60 -38154,sell_compound_top3,sell,2025-09-01 04:00:00,1257.0,1.3528,1,leg_gt,1.71,60 -38155,sell_compound_top3,sell,2025-09-01 04:03:00,1258.0,1.4335,1,leg_gt,1.71,60 -38156,sell_compound_top3,sell,2025-09-01 15:30:00,1213.0,1.4063,1,leg_gt,0.07,60 -38157,sell_compound_top3,sell,2025-09-01 15:33:00,1212.0,1.3226,1,leg_gt,0.08,60 -38158,sell_compound_top3,sell,2025-09-01 15:36:00,1213.0,1.4063,1,leg_gt,0.08,60 -38159,sell_compound_top3,sell,2025-09-01 15:39:00,1215.0,1.5736,1,leg_gt,0.08,60 -38160,sell_compound_top3,sell,2025-09-01 15:42:00,1216.0,1.6573,1,leg_gt,0.08,60 -38161,sell_compound_top3,sell,2025-09-01 15:45:00,1214.0,1.49,1,leg_gt,0.08,60 -38162,sell_compound_top3,sell,2025-09-01 15:48:00,1211.0,1.2389,1,leg_gt,0.09,60 -38163,sell_compound_top3,sell,2025-09-01 17:12:00,1248.0,4.3351,1,leg_gt,0.14,60 -38164,sell_compound_top3,sell,2025-09-01 17:15:00,1244.0,4.0004,1,leg_gt,0.15,60 -38165,sell_compound_top3,sell,2025-09-01 17:18:00,1240.0,3.6657,1,leg_gt,0.15,60 -38166,sell_compound_top3,sell,2025-09-01 17:21:00,1245.0,4.0841,1,leg_gt,0.15,60 -38167,sell_compound_top3,sell,2025-09-01 17:24:00,1252.0,4.6699,1,leg_gt,0.15,60 -38168,sell_compound_top3,sell,2025-09-01 17:27:00,1251.0,4.5862,1,leg_gt,0.15,60 -38169,sell_compound_top3,sell,2025-09-01 17:36:00,1249.0,4.4188,1,leg_gt,0.16,60 -38170,sell_compound_top3,sell,2025-09-01 17:39:00,1252.0,4.6699,1,leg_gt,0.16,60 -38171,sell_compound_top3,sell,2025-09-01 18:00:00,1257.0,5.0883,1,leg_gt,0.18,60 -38172,sell_compound_top3,sell,2025-09-01 18:03:00,1256.0,5.0046,1,leg_gt,0.18,60 -38173,sell_compound_top3,sell,2025-09-01 18:06:00,1259.0,5.2556,1,leg_gt,0.18,60 -38174,sell_compound_top3,sell,2025-09-01 18:09:00,1258.0,5.172,1,leg_gt,0.18,60 -38175,sell_compound_top3,sell,2025-09-01 18:12:00,1257.0,5.0883,1,leg_gt,0.19,60 -38176,sell_compound_top3,sell,2025-09-02 08:51:00,1194.0,1.9513,1,leg_gt,0.09,60 -38177,sell_compound_top3,sell,2025-09-02 08:54:00,1191.0,1.6949,1,leg_gt,0.09,60 -38178,sell_compound_top3,sell,2025-09-02 09:00:00,1195.0,2.0368,1,leg_gt,0.1,60 -38179,sell_compound_top3,sell,2025-09-02 09:03:00,1194.0,1.9513,1,leg_gt,0.1,60 -38180,sell_compound_top3,sell,2025-09-02 09:36:00,1196.0,2.1222,1,leg_gt,0.12,60 -38181,sell_compound_top3,sell,2025-09-02 09:39:00,1195.0,2.0368,1,leg_gt,0.12,60 -38182,sell_compound_top3,sell,2025-09-02 11:00:00,1201.0,2.5496,1,leg_gt,0.18,60 -38183,sell_compound_top3,sell,2025-09-02 11:03:00,1201.0,2.5496,1,leg_gt,0.18,60 -38184,sell_compound_top3,sell,2025-09-02 11:06:00,1205.0,2.8915,1,leg_gt,0.19,60 -38185,sell_compound_top3,sell,2025-09-02 11:09:00,1203.0,2.7205,1,leg_gt,0.19,60 -38186,sell_compound_top3,sell,2025-09-02 11:27:00,1205.0,2.8915,1,leg_gt,0.2,60 -38187,sell_compound_top3,sell,2025-09-02 11:51:00,1211.0,3.4043,1,leg_gt,0.22,60 -38188,sell_compound_top3,sell,2025-09-02 11:54:00,1211.0,3.4043,1,leg_gt,0.22,60 -38189,sell_compound_top3,sell,2025-09-02 11:57:00,1210.0,3.3188,1,leg_gt,0.22,60 -38190,sell_compound_top3,sell,2025-09-02 12:21:00,1217.0,3.9171,1,leg_gt,0.24,60 -38191,sell_compound_top3,sell,2025-09-02 12:24:00,1214.0,3.6607,1,leg_gt,0.24,60 -38192,sell_compound_top3,sell,2025-09-02 12:57:00,1218.0,4.0026,1,leg_gt,0.26,60 -38193,sell_compound_top3,sell,2025-09-02 13:42:00,1220.0,4.1735,1,leg_gt,0.29,60 -38194,sell_compound_top3,sell,2025-09-02 13:45:00,1222.0,4.3444,1,leg_gt,0.3,60 -38195,sell_compound_top3,sell,2025-09-02 13:48:00,1223.0,4.4299,1,leg_gt,0.3,60 -38196,sell_compound_top3,sell,2025-09-02 15:21:00,1221.0,4.259,1,leg_gt,0.36,60 -38197,sell_compound_top3,sell,2025-09-02 15:24:00,1221.0,4.259,1,leg_gt,0.36,60 -38198,sell_compound_top3,sell,2025-09-02 15:30:00,1222.0,4.3444,1,leg_gt,0.37,60 -38199,sell_compound_top3,sell,2025-09-02 15:33:00,1223.0,4.4299,1,leg_gt,0.37,60 -38200,sell_compound_top3,sell,2025-09-02 15:45:00,1225.0,4.6009,1,leg_gt,0.38,60 -38201,sell_compound_top3,sell,2025-09-02 15:48:00,1224.0,4.5154,1,leg_gt,0.38,60 -38202,sell_compound_top3,sell,2025-09-02 15:57:00,1224.0,4.5154,1,leg_gt,0.39,60 -38203,sell_compound_top3,sell,2025-09-02 16:00:00,1226.0,4.6863,1,leg_gt,0.39,60 -38204,sell_compound_top3,sell,2025-09-02 16:03:00,1224.0,4.5154,1,leg_gt,0.39,60 -38205,sell_compound_top3,sell,2025-09-02 23:00:00,1229.0,4.9427,1,leg_gt,0.68,60 -38206,sell_compound_top3,sell,2025-09-02 23:03:00,1227.0,4.7718,1,leg_gt,0.68,60 -38207,sell_compound_top3,sell,2025-09-02 23:21:00,1230.0,5.0282,1,leg_gt,0.7,60 -38208,sell_compound_top3,sell,2025-09-02 23:24:00,1228.0,4.8573,1,leg_gt,0.7,60 -38209,sell_compound_top3,sell,2025-09-03 05:12:00,1226.0,4.6863,1,leg_gt,0.94,60 -38210,sell_compound_top3,sell,2025-09-03 05:30:00,1231.0,5.1137,1,leg_gt,0.95,60 -38211,sell_compound_top3,sell,2025-09-03 05:33:00,1229.0,4.9427,1,leg_gt,0.95,60 -38212,sell_compound_top3,sell,2025-09-03 05:36:00,1232.0,5.1991,1,leg_gt,0.96,60 -38213,sell_compound_top3,sell,2025-09-03 05:39:00,1234.0,5.3701,1,leg_gt,0.96,60 -38214,sell_compound_top3,sell,2025-09-03 05:45:00,1235.0,5.4556,1,leg_gt,0.96,60 -38215,sell_compound_top3,sell,2025-09-03 05:48:00,1236.0,5.541,1,leg_gt,0.96,60 -38216,sell_compound_top3,sell,2025-09-03 05:51:00,1236.0,5.541,1,leg_gt,0.97,60 -38217,sell_compound_top3,sell,2025-09-03 05:54:00,1235.0,5.4556,1,leg_gt,0.97,60 -38218,sell_compound_top3,sell,2025-09-03 05:57:00,1237.0,5.6265,1,leg_gt,0.97,60 -38219,sell_compound_top3,sell,2025-09-03 06:00:00,1236.0,5.541,1,leg_gt,0.97,60 -38220,sell_compound_top3,sell,2025-09-03 06:03:00,1238.0,5.712,1,leg_gt,0.98,60 -38221,sell_compound_top3,sell,2025-09-03 06:06:00,1238.0,5.712,1,leg_gt,0.98,60 -38222,sell_compound_top3,sell,2025-09-03 06:09:00,1238.0,5.712,1,leg_gt,0.98,60 -38223,sell_compound_top3,sell,2025-09-03 06:12:00,1240.0,5.8829,1,leg_gt,0.98,60 -38224,sell_compound_top3,sell,2025-09-03 06:36:00,1239.0,5.7974,1,leg_gt,1.0,60 -38225,sell_compound_top3,sell,2025-09-03 06:39:00,1241.0,5.9684,1,leg_gt,1.0,60 -38226,sell_compound_top3,sell,2025-09-03 06:42:00,1240.0,5.8829,1,leg_gt,1.0,60 -38227,sell_compound_top3,sell,2025-09-03 06:45:00,1241.0,5.9684,1,leg_gt,1.0,60 -38228,sell_compound_top3,sell,2025-09-03 06:48:00,1239.0,5.7974,1,leg_gt,1.01,60 -38229,sell_compound_top3,sell,2025-09-03 11:00:00,1242.0,6.0538,1,leg_gt,1.18,60 -38230,sell_compound_top3,sell,2025-09-03 11:03:00,1244.0,6.2248,1,leg_gt,1.18,60 -38231,sell_compound_top3,sell,2025-09-03 11:06:00,1240.0,5.8829,1,leg_gt,1.19,60 -38232,sell_compound_top3,sell,2025-09-03 11:09:00,1238.0,5.712,1,leg_gt,1.19,60 -38233,sell_compound_top3,sell,2025-09-03 11:21:00,1244.0,6.2248,1,leg_gt,1.2,60 -38234,sell_compound_top3,sell,2025-09-03 11:24:00,1245.0,6.3103,1,leg_gt,1.2,60 -38235,sell_compound_top3,sell,2025-09-03 11:30:00,1245.0,6.3103,1,leg_gt,1.2,60 -38236,sell_compound_top3,sell,2025-09-03 11:33:00,1243.0,6.1393,1,leg_gt,1.2,60 -38237,sell_compound_top3,sell,2025-09-03 17:21:00,1234.0,5.3701,1,leg_gt,1.45,60 -38238,sell_compound_top3,sell,2025-09-03 17:24:00,1231.0,5.1137,1,leg_gt,1.45,60 -38239,sell_compound_top3,sell,2025-09-03 19:36:00,1233.0,5.2846,1,leg_gt,1.54,60 -38240,sell_compound_top3,sell,2025-09-03 19:39:00,1233.0,5.2846,1,leg_gt,1.54,60 -38241,sell_compound_top3,sell,2025-09-03 21:27:00,1239.0,5.7974,1,leg_gt,1.62,60 -38242,sell_compound_top3,sell,2025-09-03 22:21:00,1239.0,5.7974,1,leg_gt,1.65,60 -38243,sell_compound_top3,sell,2025-09-03 22:24:00,1239.0,5.7974,1,leg_gt,1.66,60 -38244,sell_compound_top3,sell,2025-09-03 22:57:00,1242.0,6.0538,1,leg_gt,1.68,60 -38245,sell_compound_top3,sell,2025-09-03 23:06:00,1245.0,6.3103,1,leg_gt,1.69,60 -38246,sell_compound_top3,sell,2025-09-03 23:09:00,1245.0,6.3103,1,leg_gt,1.69,60 -38247,sell_compound_top3,sell,2025-09-03 23:12:00,1244.0,6.2248,1,leg_gt,1.69,60 -38248,sell_compound_top3,sell,2025-09-03 23:36:00,1245.0,6.3103,1,leg_gt,1.71,60 -38249,sell_compound_top3,sell,2025-09-03 23:39:00,1246.0,6.3957,1,leg_gt,1.71,60 -38250,sell_compound_top3,sell,2025-09-03 23:51:00,1250.0,6.7376,1,leg_gt,1.72,60 -38251,sell_compound_top3,sell,2025-09-03 23:54:00,1247.0,6.4812,1,leg_gt,1.72,60 -38252,sell_compound_top3,sell,2025-09-04 00:00:00,1251.0,6.8231,1,leg_gt,1.72,60 -38253,sell_compound_top3,sell,2025-09-04 00:03:00,1247.0,6.4812,1,leg_gt,1.72,60 -38254,sell_compound_top3,sell,2025-09-04 00:06:00,1250.0,6.7376,1,leg_gt,1.73,60 -38255,sell_compound_top3,sell,2025-09-04 00:09:00,1250.0,6.7376,1,leg_gt,1.73,60 -38256,sell_compound_top3,sell,2025-09-04 04:00:00,1251.0,6.8231,1,leg_gt,1.89,60 -38257,sell_compound_top3,sell,2025-09-04 04:03:00,1252.0,6.9085,1,leg_gt,1.89,60 -38258,sell_compound_top3,sell,2025-09-04 05:15:00,1258.0,7.4214,1,leg_gt,1.94,60 -38259,sell_compound_top3,sell,2025-09-04 05:18:00,1257.0,7.3359,1,leg_gt,1.94,60 -38260,sell_compound_top3,sell,2025-09-04 11:51:00,1251.0,6.8231,1,leg_gt,2.22,60 -38261,sell_compound_top3,sell,2025-09-04 11:54:00,1251.0,6.8231,1,leg_gt,2.22,60 -38262,sell_compound_top3,sell,2025-09-04 20:30:00,1232.0,5.1991,1,leg_gt,2.58,60 -38263,sell_compound_top3,sell,2025-09-04 20:33:00,1233.0,5.2846,1,leg_gt,2.58,60 -38264,sell_compound_top3,sell,2025-09-04 20:36:00,1235.0,5.4556,1,leg_gt,2.58,60 -38265,sell_compound_top3,sell,2025-09-04 20:39:00,1236.0,5.541,1,leg_gt,2.58,60 -38266,sell_compound_top3,sell,2025-09-04 20:42:00,1236.0,5.541,1,leg_gt,2.59,60 -38267,sell_compound_top3,sell,2025-09-04 20:45:00,1235.0,5.4556,1,leg_gt,2.59,60 -38268,sell_compound_top3,sell,2025-09-04 20:48:00,1236.0,5.541,1,leg_gt,2.59,60 -38269,sell_compound_top3,sell,2025-09-04 20:51:00,1234.0,5.3701,1,leg_gt,2.59,60 -38270,sell_compound_top3,sell,2025-09-04 20:54:00,1235.0,5.4556,1,leg_gt,2.59,60 -38271,sell_compound_top3,sell,2025-09-04 21:12:00,1241.0,5.9684,1,leg_gt,2.61,60 -38272,sell_compound_top3,sell,2025-09-04 21:15:00,1242.0,6.0538,1,leg_gt,2.61,60 -38273,sell_compound_top3,sell,2025-09-04 21:18:00,1244.0,6.2248,1,leg_gt,2.61,60 -38274,sell_compound_top3,sell,2025-09-05 02:27:00,1220.0,0.9771,1,leg_gt,0.08,60 -38275,sell_compound_top3,sell,2025-09-05 05:36:00,1224.0,1.3085,1,leg_gt,0.21,60 -38276,sell_compound_top3,sell,2025-09-05 05:39:00,1223.0,1.2256,1,leg_gt,0.21,60 -38277,sell_compound_top3,sell,2025-09-05 07:00:00,1225.0,1.3913,1,leg_gt,0.27,60 -38278,sell_compound_top3,sell,2025-09-05 07:06:00,1225.0,1.3913,1,leg_gt,0.28,60 -38279,sell_compound_top3,sell,2025-09-05 07:09:00,1224.0,1.3085,1,leg_gt,0.28,60 -38280,sell_compound_top3,sell,2025-09-05 07:30:00,1226.0,1.4742,1,leg_gt,0.29,60 -38281,sell_compound_top3,sell,2025-09-05 07:33:00,1227.0,1.557,1,leg_gt,0.29,60 -38282,sell_compound_top3,sell,2025-09-05 08:00:00,1226.0,1.4742,1,leg_gt,0.31,60 -38283,sell_compound_top3,sell,2025-09-05 08:03:00,1228.0,1.6399,1,leg_gt,0.31,60 -38284,sell_compound_top3,sell,2025-09-05 08:06:00,1227.0,1.557,1,leg_gt,0.32,60 -38285,sell_compound_top3,sell,2025-09-05 08:09:00,1228.0,1.6399,1,leg_gt,0.32,60 -38286,sell_compound_top3,sell,2025-09-05 10:51:00,1225.0,1.3913,1,leg_gt,0.43,60 -38287,sell_compound_top3,sell,2025-09-05 10:54:00,1225.0,1.3913,1,leg_gt,0.43,60 -38288,sell_compound_top3,sell,2025-09-05 10:57:00,1225.0,1.3913,1,leg_gt,0.44,60 -38289,sell_compound_top3,sell,2025-09-05 11:06:00,1226.0,1.4742,1,leg_gt,0.44,60 -38290,sell_compound_top3,sell,2025-09-05 11:09:00,1226.0,1.4742,1,leg_gt,0.44,60 -38291,sell_compound_top3,sell,2025-09-05 11:12:00,1225.0,1.3913,1,leg_gt,0.45,60 -38292,sell_compound_top3,sell,2025-09-05 14:21:00,1225.0,1.3913,1,leg_gt,0.58,60 -38293,sell_compound_top3,sell,2025-09-05 14:24:00,1224.0,1.3085,1,leg_gt,0.58,60 -38294,sell_compound_top3,sell,2025-09-05 14:30:00,1226.0,1.4742,1,leg_gt,0.58,60 -38295,sell_compound_top3,sell,2025-09-05 14:33:00,1226.0,1.4742,1,leg_gt,0.59,60 -38296,sell_compound_top3,sell,2025-09-05 15:00:00,1227.0,1.557,1,leg_gt,0.6,60 -38297,sell_compound_top3,sell,2025-09-05 15:03:00,1228.0,1.6399,1,leg_gt,0.61,60 -38298,sell_compound_top3,sell,2025-09-05 17:00:00,1258.0,4.1254,1,leg_gt,0.69,60 -38299,sell_compound_top3,sell,2025-09-05 17:03:00,1252.0,3.6283,1,leg_gt,0.69,60 -38300,sell_compound_top3,sell,2025-09-05 20:45:00,1249.0,3.3797,1,leg_gt,0.84,60 -38301,sell_compound_top3,sell,2025-09-05 20:48:00,1249.0,3.3797,1,leg_gt,0.85,60 -38302,sell_compound_top3,sell,2025-09-05 20:51:00,1249.0,3.3797,1,leg_gt,0.85,60 -38303,sell_compound_top3,sell,2025-09-05 20:54:00,1250.0,3.4626,1,leg_gt,0.85,60 -38304,sell_compound_top3,sell,2025-09-05 20:57:00,1250.0,3.4626,1,leg_gt,0.85,60 -38305,sell_compound_top3,sell,2025-09-05 21:00:00,1251.0,3.5454,1,leg_gt,0.85,60 -38306,sell_compound_top3,sell,2025-09-05 21:03:00,1251.0,3.5454,1,leg_gt,0.86,60 -38307,sell_compound_top3,sell,2025-09-05 21:06:00,1249.0,3.3797,1,leg_gt,0.86,60 -38308,sell_compound_top3,sell,2025-09-05 21:09:00,1251.0,3.5454,1,leg_gt,0.86,60 -38309,sell_compound_top3,sell,2025-09-05 21:12:00,1252.0,3.6283,1,leg_gt,0.86,60 -38310,sell_compound_top3,sell,2025-09-05 21:15:00,1253.0,3.7111,1,leg_gt,0.86,60 -38311,sell_compound_top3,sell,2025-09-05 21:18:00,1253.0,3.7111,1,leg_gt,0.87,60 -38312,sell_compound_top3,sell,2025-09-05 21:21:00,1257.0,4.0425,1,leg_gt,0.87,60 -38313,sell_compound_top3,sell,2025-09-05 21:24:00,1254.0,3.794,1,leg_gt,0.87,60 -38314,sell_compound_top3,sell,2025-09-06 03:57:00,1255.0,1.9325,1,leg_gt,0.18,60 -38315,sell_compound_top3,sell,2025-09-06 04:30:00,1256.0,2.0138,1,leg_gt,0.2,60 -38316,sell_compound_top3,sell,2025-09-06 04:33:00,1254.0,1.8512,1,leg_gt,0.2,60 -38317,sell_compound_top3,sell,2025-09-06 04:36:00,1258.0,2.1764,1,leg_gt,0.2,60 -38318,sell_compound_top3,sell,2025-09-06 04:39:00,1256.0,2.0138,1,leg_gt,0.2,60 -38319,sell_compound_top3,sell,2025-09-06 04:57:00,1258.0,2.1764,1,leg_gt,0.22,60 -38320,sell_compound_top3,sell,2025-09-06 05:00:00,1260.0,2.339,1,leg_gt,0.22,60 -38321,sell_compound_top3,sell,2025-09-06 05:03:00,1262.0,2.5016,1,leg_gt,0.22,60 -38322,sell_compound_top3,sell,2025-09-06 05:06:00,1260.0,2.339,1,leg_gt,0.22,60 -38323,sell_compound_top3,sell,2025-09-06 05:09:00,1259.0,2.2577,1,leg_gt,0.22,60 -38324,sell_compound_top3,sell,2025-09-06 05:12:00,1262.0,2.5016,1,leg_gt,0.23,60 -38325,sell_compound_top3,sell,2025-09-06 05:27:00,1262.0,2.5016,1,leg_gt,0.24,60 -38326,sell_compound_top3,sell,2025-09-06 05:30:00,1262.0,2.5016,1,leg_gt,0.24,60 -38327,sell_compound_top3,sell,2025-09-06 05:33:00,1262.0,2.5016,1,leg_gt,0.24,60 -38328,sell_compound_top3,sell,2025-09-06 05:42:00,1265.0,2.7455,1,leg_gt,0.25,60 -38329,sell_compound_top3,sell,2025-09-06 06:00:00,1266.0,2.8268,1,leg_gt,0.26,60 -38330,sell_compound_top3,sell,2025-09-06 06:03:00,1266.0,2.8268,1,leg_gt,0.26,60 -38331,sell_compound_top3,sell,2025-09-06 06:06:00,1265.0,2.7455,1,leg_gt,0.26,60 -38332,sell_compound_top3,sell,2025-09-06 06:09:00,1265.0,2.7455,1,leg_gt,0.27,60 -38333,sell_compound_top3,sell,2025-09-06 06:12:00,1266.0,2.8268,1,leg_gt,0.27,60 -38334,sell_compound_top3,sell,2025-09-06 08:21:00,1275.0,3.5585,1,leg_gt,0.36,60 -38335,sell_compound_top3,sell,2025-09-06 08:24:00,1278.0,3.8024,1,leg_gt,0.36,60 -38336,sell_compound_top3,sell,2025-09-06 08:42:00,1278.0,3.8024,1,leg_gt,0.37,60 -38337,sell_compound_top3,sell,2025-09-06 08:45:00,1280.0,3.965,1,leg_gt,0.38,60 -38338,sell_compound_top3,sell,2025-09-06 08:48:00,1281.0,4.0463,1,leg_gt,0.38,60 -38339,sell_compound_top3,sell,2025-09-06 08:51:00,1283.0,4.2089,1,leg_gt,0.38,60 -38340,sell_compound_top3,sell,2025-09-06 08:54:00,1283.0,4.2089,1,leg_gt,0.38,60 -38341,sell_compound_top3,sell,2025-09-06 08:57:00,1282.0,4.1276,1,leg_gt,0.38,60 -38342,sell_compound_top3,sell,2025-09-06 09:42:00,1285.0,4.3715,1,leg_gt,0.41,60 -38343,sell_compound_top3,sell,2025-09-06 12:15:00,1279.0,3.8837,1,leg_gt,0.52,60 -38344,sell_compound_top3,sell,2025-09-06 12:18:00,1278.0,3.8024,1,leg_gt,0.52,60 -38345,sell_compound_top3,sell,2025-09-06 20:06:00,1274.0,3.4772,1,leg_gt,0.85,60 -38346,sell_compound_top3,sell,2025-09-06 20:09:00,1276.0,3.6398,1,leg_gt,0.85,60 -38347,sell_compound_top3,sell,2025-09-06 23:15:00,1278.0,3.8024,1,leg_gt,0.98,60 -38348,sell_compound_top3,sell,2025-09-06 23:18:00,1278.0,3.8024,1,leg_gt,0.98,60 -38349,sell_compound_top3,sell,2025-09-06 23:36:00,1281.0,4.0463,1,leg_gt,0.99,60 -38350,sell_compound_top3,sell,2025-09-06 23:39:00,1283.0,4.2089,1,leg_gt,1.0,60 -38351,sell_compound_top3,sell,2025-09-06 23:42:00,1283.0,4.2089,1,leg_gt,1.0,60 -38352,sell_compound_top3,sell,2025-09-06 23:45:00,1282.0,4.1276,1,leg_gt,1.0,60 -38353,sell_compound_top3,sell,2025-09-06 23:48:00,1281.0,4.0463,1,leg_gt,1.0,60 -38354,sell_compound_top3,sell,2025-09-07 02:15:00,1289.0,4.6967,1,leg_gt,1.1,60 -38355,sell_compound_top3,sell,2025-09-07 02:18:00,1289.0,4.6967,1,leg_gt,1.11,60 -38356,sell_compound_top3,sell,2025-09-07 03:06:00,1293.0,5.022,1,leg_gt,1.14,60 -38357,sell_compound_top3,sell,2025-09-07 03:09:00,1292.0,4.9407,1,leg_gt,1.14,60 -38358,sell_compound_top3,sell,2025-09-07 03:12:00,1294.0,5.1033,1,leg_gt,1.14,60 -38359,sell_compound_top3,sell,2025-09-07 03:36:00,1308.0,6.2415,1,leg_gt,1.16,60 -38360,sell_compound_top3,sell,2025-09-07 03:39:00,1309.0,6.3228,1,leg_gt,1.16,60 -38361,sell_compound_top3,sell,2025-09-07 03:42:00,1311.0,6.4854,1,leg_gt,1.16,60 -38362,sell_compound_top3,sell,2025-09-07 03:45:00,1308.0,6.2415,1,leg_gt,1.17,60 -38363,sell_compound_top3,sell,2025-09-07 03:48:00,1308.0,6.2415,1,leg_gt,1.17,60 -38364,sell_compound_top3,sell,2025-09-07 03:51:00,1314.0,6.7293,1,leg_gt,1.17,60 -38365,sell_compound_top3,sell,2025-09-07 03:54:00,1320.0,7.2171,1,leg_gt,1.17,60 -38366,sell_compound_top3,sell,2025-09-07 06:00:00,1320.0,7.2171,1,leg_gt,1.26,60 -38367,sell_compound_top3,sell,2025-09-07 06:03:00,1318.0,7.0545,1,leg_gt,1.26,60 -38368,sell_compound_top3,sell,2025-09-07 06:06:00,1317.0,6.9732,1,leg_gt,1.26,60 -38369,sell_compound_top3,sell,2025-09-07 06:09:00,1318.0,7.0545,1,leg_gt,1.27,60 -38370,sell_compound_top3,sell,2025-09-07 06:12:00,1323.0,7.461,1,leg_gt,1.27,60 -38371,sell_compound_top3,sell,2025-09-07 06:15:00,1321.0,7.2984,1,leg_gt,1.27,60 -38372,sell_compound_top3,sell,2025-09-07 06:18:00,1321.0,7.2984,1,leg_gt,1.27,60 -38373,sell_compound_top3,sell,2025-09-07 06:21:00,1321.0,7.2984,1,leg_gt,1.27,60 -38374,sell_compound_top3,sell,2025-09-07 06:24:00,1323.0,7.461,1,leg_gt,1.28,60 -38375,sell_compound_top3,sell,2025-09-07 06:27:00,1329.0,7.9488,1,leg_gt,1.28,60 -38376,sell_compound_top3,sell,2025-09-07 06:30:00,1327.0,7.7862,1,leg_gt,1.28,60 -38377,sell_compound_top3,sell,2025-09-07 06:33:00,1329.0,7.9488,1,leg_gt,1.28,60 -38378,sell_compound_top3,sell,2025-09-07 06:36:00,1331.0,8.1114,1,leg_gt,1.29,60 -38379,sell_compound_top3,sell,2025-09-07 06:39:00,1332.0,8.1927,1,leg_gt,1.29,60 -38380,sell_compound_top3,sell,2025-09-07 06:42:00,1337.0,8.5992,1,leg_gt,1.29,60 -38381,sell_compound_top3,sell,2025-09-07 06:45:00,1337.0,8.5992,1,leg_gt,1.29,60 -38382,sell_compound_top3,sell,2025-09-07 06:48:00,1337.0,8.5992,1,leg_gt,1.29,60 -38383,sell_compound_top3,sell,2025-09-07 06:51:00,1342.0,9.0057,1,leg_gt,1.3,60 -38384,sell_compound_top3,sell,2025-09-07 06:54:00,1345.0,9.2496,1,leg_gt,1.3,60 -38385,sell_compound_top3,sell,2025-09-07 06:57:00,1344.0,9.1683,1,leg_gt,1.3,60 -38386,sell_compound_top3,sell,2025-09-07 07:15:00,1346.0,9.3309,1,leg_gt,1.31,60 -38387,sell_compound_top3,sell,2025-09-07 07:18:00,1345.0,9.2496,1,leg_gt,1.31,60 -38388,sell_compound_top3,sell,2025-09-07 07:21:00,1353.0,9.9,1,leg_gt,1.32,60 -38389,sell_compound_top3,sell,2025-09-07 07:24:00,1346.0,9.3309,1,leg_gt,1.32,60 -38390,sell_compound_top3,sell,2025-09-07 08:36:00,1351.0,9.7374,1,leg_gt,1.37,60 -38391,sell_compound_top3,sell,2025-09-07 08:39:00,1355.0,10.0626,1,leg_gt,1.37,60 -38392,sell_compound_top3,sell,2025-09-07 08:51:00,1357.0,10.2252,1,leg_gt,1.38,60 -38393,sell_compound_top3,sell,2025-09-07 08:54:00,1354.0,9.9813,1,leg_gt,1.38,60 -38394,sell_compound_top3,sell,2025-09-07 11:00:00,1382.0,12.2577,1,leg_gt,1.47,60 -38395,sell_compound_top3,sell,2025-09-07 11:03:00,1383.0,12.339,1,leg_gt,1.47,60 -38396,sell_compound_top3,sell,2025-09-07 11:06:00,1387.0,12.6642,1,leg_gt,1.47,60 -38397,sell_compound_top3,sell,2025-09-07 11:09:00,1385.0,12.5016,1,leg_gt,1.48,60 -38398,sell_compound_top3,sell,2025-09-07 11:12:00,1385.0,12.5016,1,leg_gt,1.48,60 -38399,sell_compound_top3,sell,2025-09-07 11:15:00,1390.0,12.9081,1,leg_gt,1.48,60 -38400,sell_compound_top3,sell,2025-09-07 11:18:00,1386.0,12.5829,1,leg_gt,1.48,60 -38401,sell_compound_top3,sell,2025-09-07 11:21:00,1388.0,12.7455,1,leg_gt,1.48,60 -38402,sell_compound_top3,sell,2025-09-07 11:24:00,1390.0,12.9081,1,leg_gt,1.49,60 -38403,sell_compound_top3,sell,2025-09-07 11:30:00,1392.0,13.0707,1,leg_gt,1.49,60 -38404,sell_compound_top3,sell,2025-09-07 11:33:00,1393.0,13.152,1,leg_gt,1.49,60 -38405,sell_compound_top3,sell,2025-09-07 11:36:00,1393.0,13.152,1,leg_gt,1.49,60 -38406,sell_compound_top3,sell,2025-09-07 11:39:00,1395.0,13.3146,1,leg_gt,1.5,60 -38407,sell_compound_top3,sell,2025-09-07 13:36:00,1428.0,15.9976,1,leg_gt,1.58,60 -38408,sell_compound_top3,sell,2025-09-07 13:39:00,1425.0,15.7537,1,leg_gt,1.58,60 -38409,sell_compound_top3,sell,2025-09-07 13:42:00,1423.0,15.5911,1,leg_gt,1.58,60 -38410,sell_compound_top3,sell,2025-09-07 15:00:00,1466.0,19.087,1,leg_gt,1.64,60 -38411,sell_compound_top3,sell,2025-09-07 15:03:00,1470.0,19.4122,1,leg_gt,1.64,60 -38412,sell_compound_top3,sell,2025-09-07 15:06:00,1470.0,19.4122,1,leg_gt,1.64,60 -38413,sell_compound_top3,sell,2025-09-07 15:09:00,1470.0,19.4122,1,leg_gt,1.64,60 -38414,sell_compound_top3,sell,2025-09-07 19:21:00,1425.0,0.9638,1,leg_gt,0.03,60 -38415,sell_compound_top3,sell,2025-09-07 19:24:00,1426.0,1.0348,1,leg_gt,0.03,60 -38416,sell_compound_top3,sell,2025-09-07 19:51:00,1428.0,1.1766,1,leg_gt,0.05,60 -38417,sell_compound_top3,sell,2025-09-07 19:54:00,1432.0,1.4603,1,leg_gt,0.05,60 -38418,sell_compound_top3,sell,2025-09-07 19:57:00,1431.0,1.3894,1,leg_gt,0.05,60 -38419,sell_compound_top3,sell,2025-09-07 20:00:00,1432.0,1.4603,1,leg_gt,0.05,60 -38420,sell_compound_top3,sell,2025-09-07 20:03:00,1432.0,1.4603,1,leg_gt,0.06,60 -38421,sell_compound_top3,sell,2025-09-07 20:06:00,1432.0,1.4603,1,leg_gt,0.06,60 -38422,sell_compound_top3,sell,2025-09-07 20:09:00,1432.0,1.4603,1,leg_gt,0.06,60 -38423,sell_compound_top3,sell,2025-09-07 20:12:00,1432.0,1.4603,1,leg_gt,0.06,60 -38424,sell_compound_top3,sell,2025-09-07 20:15:00,1433.0,1.5312,1,leg_gt,0.06,60 -38425,sell_compound_top3,sell,2025-09-07 20:18:00,1431.0,1.3894,1,leg_gt,0.07,60 -38426,sell_compound_top3,sell,2025-09-07 20:27:00,1435.0,1.673,1,leg_gt,0.07,60 -38427,sell_compound_top3,sell,2025-09-07 20:30:00,1437.0,1.8149,1,leg_gt,0.08,60 -38428,sell_compound_top3,sell,2025-09-07 20:33:00,1435.0,1.673,1,leg_gt,0.08,60 -38429,sell_compound_top3,sell,2025-09-07 20:36:00,1436.0,1.744,1,leg_gt,0.08,60 -38430,sell_compound_top3,sell,2025-09-07 20:39:00,1438.0,1.8858,1,leg_gt,0.08,60 -38431,sell_compound_top3,sell,2025-09-07 20:42:00,1441.0,2.0986,1,leg_gt,0.08,60 -38432,sell_compound_top3,sell,2025-09-07 21:06:00,1448.0,2.595,1,leg_gt,0.1,60 -38433,sell_compound_top3,sell,2025-09-07 21:09:00,1454.0,3.0206,1,leg_gt,0.1,60 -38434,sell_compound_top3,sell,2025-09-07 21:15:00,1450.0,2.7369,1,leg_gt,0.11,60 -38435,sell_compound_top3,sell,2025-09-07 21:18:00,1450.0,2.7369,1,leg_gt,0.11,60 -38436,sell_compound_top3,sell,2025-09-07 21:21:00,1454.0,3.0206,1,leg_gt,0.11,60 -38437,sell_compound_top3,sell,2025-09-07 21:24:00,1454.0,3.0206,1,leg_gt,0.11,60 -38438,sell_compound_top3,sell,2025-09-07 21:27:00,1454.0,3.0206,1,leg_gt,0.11,60 -38439,sell_compound_top3,sell,2025-09-07 21:30:00,1458.0,3.3043,1,leg_gt,0.12,60 -38440,sell_compound_top3,sell,2025-09-07 21:33:00,1452.0,2.8787,1,leg_gt,0.12,60 -38441,sell_compound_top3,sell,2025-09-07 22:21:00,1460.0,3.4461,1,leg_gt,0.15,60 -38442,sell_compound_top3,sell,2025-09-07 22:24:00,1457.0,3.2333,1,leg_gt,0.15,60 -38443,sell_compound_top3,sell,2025-09-07 22:30:00,1464.0,3.7298,1,leg_gt,0.16,60 -38444,sell_compound_top3,sell,2025-09-07 22:33:00,1472.0,4.2972,1,leg_gt,0.16,60 -38445,sell_compound_top3,sell,2025-09-07 22:45:00,1473.0,4.3681,1,leg_gt,0.17,60 -38446,sell_compound_top3,sell,2025-09-07 22:48:00,1469.0,4.0844,1,leg_gt,0.17,60 -38447,sell_compound_top3,sell,2025-09-07 22:51:00,1484.0,5.1482,1,leg_gt,0.17,60 -38448,sell_compound_top3,sell,2025-09-07 22:54:00,1478.0,4.7227,1,leg_gt,0.18,60 -38449,sell_compound_top3,sell,2025-09-07 23:06:00,1483.0,5.0773,1,leg_gt,0.18,60 -38450,sell_compound_top3,sell,2025-09-07 23:09:00,1480.0,4.8645,1,leg_gt,0.19,60 -38451,sell_compound_top3,sell,2025-09-08 05:00:00,1460.0,3.4461,1,leg_gt,0.43,60 -38452,sell_compound_top3,sell,2025-09-08 05:03:00,1456.0,3.1624,1,leg_gt,0.43,60 -38453,sell_compound_top3,sell,2025-09-08 10:36:00,1507.0,5.1374,1,leg_gt,0.12,60 -38454,sell_compound_top3,sell,2025-09-08 10:39:00,1516.0,5.7659,1,leg_gt,0.12,60 -38455,sell_compound_top3,sell,2025-09-08 11:00:00,1538.0,7.3022,1,leg_gt,0.14,60 -38456,sell_compound_top3,sell,2025-09-08 11:03:00,1545.0,7.7911,1,leg_gt,0.14,60 -38457,sell_compound_top3,sell,2025-09-08 11:06:00,1546.0,7.8609,1,leg_gt,0.14,60 -38458,sell_compound_top3,sell,2025-09-08 11:09:00,1567.0,9.3274,1,leg_gt,0.14,60 -38459,sell_compound_top3,sell,2025-09-08 11:12:00,1572.0,9.6765,1,leg_gt,0.15,60 -38460,sell_compound_top3,sell,2025-09-08 11:15:00,1581.0,10.305,1,leg_gt,0.15,60 -38461,sell_compound_top3,sell,2025-09-08 11:18:00,1587.0,10.724,1,leg_gt,0.15,60 -38462,sell_compound_top3,sell,2025-09-08 11:21:00,1572.0,9.6765,1,leg_gt,0.15,60 -38463,sell_compound_top3,sell,2025-09-08 11:24:00,1593.0,11.143,1,leg_gt,0.15,60 -38464,sell_compound_top3,sell,2025-09-08 11:27:00,1557.0,8.6291,1,leg_gt,0.16,60 -38465,sell_compound_top3,sell,2025-09-08 11:42:00,1584.0,10.5145,1,leg_gt,0.17,60 -38466,sell_compound_top3,sell,2025-09-08 11:45:00,1594.0,11.2128,1,leg_gt,0.17,60 -38467,sell_compound_top3,sell,2025-09-08 11:48:00,1606.0,12.0508,1,leg_gt,0.17,60 -38468,sell_compound_top3,sell,2025-09-08 11:57:00,1625.0,13.3777,1,leg_gt,0.18,60 -38469,sell_compound_top3,sell,2025-09-08 12:00:00,1633.0,13.9363,1,leg_gt,0.18,60 -38470,sell_compound_top3,sell,2025-09-08 12:03:00,1635.0,14.076,1,leg_gt,0.18,60 -38471,sell_compound_top3,sell,2025-09-08 12:06:00,1634.0,14.0061,1,leg_gt,0.18,60 -38472,sell_compound_top3,sell,2025-09-08 12:09:00,1643.0,14.6346,1,leg_gt,0.19,60 -38473,sell_compound_top3,sell,2025-09-08 12:12:00,1659.0,15.752,1,leg_gt,0.19,60 -38474,sell_compound_top3,sell,2025-09-08 12:15:00,1662.0,15.9615,1,leg_gt,0.19,60 -38475,sell_compound_top3,sell,2025-09-08 12:18:00,1659.0,15.752,1,leg_gt,0.19,60 -38476,sell_compound_top3,sell,2025-09-08 12:21:00,1670.0,16.5201,1,leg_gt,0.19,60 -38477,sell_compound_top3,sell,2025-09-08 12:24:00,1668.0,16.3804,1,leg_gt,0.2,60 -38478,sell_compound_top3,sell,2025-09-08 12:27:00,1658.0,15.6821,1,leg_gt,0.2,60 -38479,sell_compound_top3,sell,2025-09-08 12:30:00,1656.0,15.5425,1,leg_gt,0.2,60 -38480,sell_compound_top3,sell,2025-09-08 12:33:00,1658.0,15.6821,1,leg_gt,0.2,60 -38481,sell_compound_top3,sell,2025-09-08 12:36:00,1662.0,15.9615,1,leg_gt,0.2,60 -38482,sell_compound_top3,sell,2025-09-08 12:39:00,1695.0,18.2659,1,leg_gt,0.21,60 -38483,sell_compound_top3,sell,2025-09-08 12:42:00,1699.0,18.5453,1,leg_gt,0.21,60 -38484,sell_compound_top3,sell,2025-09-08 12:45:00,1697.0,18.4056,1,leg_gt,0.21,60 -38485,sell_compound_top3,sell,2025-09-08 12:48:00,1668.0,16.3804,1,leg_gt,0.21,60 -38486,sell_compound_top3,sell,2025-09-08 13:36:00,1722.0,20.1514,1,leg_gt,0.25,60 -38487,sell_compound_top3,sell,2025-09-08 13:39:00,1723.0,20.2212,1,leg_gt,0.25,60 -38488,sell_compound_top3,sell,2025-09-08 13:42:00,1724.0,20.2911,1,leg_gt,0.25,60 -38489,sell_compound_top3,sell,2025-09-08 13:45:00,1732.0,20.8497,1,leg_gt,0.25,60 -38490,sell_compound_top3,sell,2025-09-08 13:48:00,1721.0,20.0816,1,leg_gt,0.25,60 -38491,sell_compound_top3,sell,2025-09-08 13:51:00,1725.0,20.3609,1,leg_gt,0.26,60 -38492,sell_compound_top3,sell,2025-09-08 13:54:00,1728.0,20.5704,1,leg_gt,0.26,60 -38493,sell_compound_top3,sell,2025-09-08 13:57:00,1746.0,21.8274,1,leg_gt,0.26,60 -38494,sell_compound_top3,sell,2025-09-08 14:15:00,1801.0,25.6682,1,leg_gt,0.27,60 -38495,sell_compound_top3,sell,2025-09-08 14:18:00,1784.0,24.481,1,leg_gt,0.28,60 -38496,sell_compound_top3,sell,2025-09-08 22:30:00,1779.0,7.1979,1,leg_gt,0.09,60 -38497,sell_compound_top3,sell,2025-09-08 22:33:00,1787.0,7.6805,1,leg_gt,0.1,60 -38498,sell_compound_top3,sell,2025-09-08 22:45:00,1804.0,8.7058,1,leg_gt,0.1,60 -38499,sell_compound_top3,sell,2025-09-08 22:48:00,1805.0,8.7661,1,leg_gt,0.11,60 -38500,sell_compound_top3,sell,2025-09-08 22:51:00,1808.0,8.947,1,leg_gt,0.11,60 -38501,sell_compound_top3,sell,2025-09-08 22:54:00,1809.0,9.0074,1,leg_gt,0.11,60 -38502,sell_compound_top3,sell,2025-09-08 22:57:00,1809.0,9.0074,1,leg_gt,0.11,60 -38503,sell_compound_top3,sell,2025-09-08 23:36:00,1970.0,18.7179,1,leg_gt,0.14,60 -38504,sell_compound_top3,sell,2025-09-08 23:39:00,2000.0,20.5273,1,leg_gt,0.14,60 -38505,sell_compound_top3,sell,2025-09-08 23:45:00,2037.0,22.7589,1,leg_gt,0.15,60 -38506,sell_compound_top3,sell,2025-09-08 23:48:00,2024.0,21.9748,1,leg_gt,0.15,60 -38507,sell_compound_top3,sell,2025-09-08 23:51:00,2020.0,21.7335,1,leg_gt,0.15,60 -38508,sell_compound_top3,sell,2025-09-08 23:54:00,2034.0,22.5779,1,leg_gt,0.15,60 -38509,sell_compound_top3,sell,2025-09-08 23:57:00,2026.0,22.0954,1,leg_gt,0.15,60 -38510,sell_compound_top3,sell,2025-09-09 00:00:00,2073.0,24.9302,1,leg_gt,0.16,60 -38511,sell_compound_top3,sell,2025-09-09 00:03:00,2157.0,29.9965,1,leg_gt,0.16,60 -38512,sell_compound_top3,sell,2025-09-09 00:12:00,2105.0,26.8602,1,leg_gt,0.16,60 -38513,sell_compound_top3,sell,2025-09-09 00:15:00,2135.0,28.6696,1,leg_gt,0.17,60 -38514,sell_compound_top3,sell,2025-09-09 00:18:00,2110.0,27.1618,1,leg_gt,0.17,60 -38515,sell_compound_top3,sell,2025-09-09 06:30:00,2121.0,6.4829,1,leg_gt,0.14,60 -38516,sell_compound_top3,sell,2025-09-09 06:33:00,2120.0,6.4327,1,leg_gt,0.14,60 -38517,sell_compound_top3,sell,2025-09-09 06:36:00,2138.0,7.3372,1,leg_gt,0.14,60 -38518,sell_compound_top3,sell,2025-09-09 06:39:00,2137.0,7.2869,1,leg_gt,0.15,60 -38519,sell_compound_top3,sell,2025-09-09 06:42:00,2135.0,7.1864,1,leg_gt,0.15,60 -38520,sell_compound_top3,sell,2025-09-09 06:45:00,2127.0,6.7844,1,leg_gt,0.15,60 -38521,sell_compound_top3,sell,2025-09-09 06:48:00,2136.0,7.2367,1,leg_gt,0.15,60 -38522,sell_compound_top3,sell,2025-09-09 06:51:00,2130.0,6.9352,1,leg_gt,0.15,60 -38523,sell_compound_top3,sell,2025-09-09 06:54:00,2139.0,7.3874,1,leg_gt,0.16,60 -38524,sell_compound_top3,sell,2025-09-09 06:57:00,2143.0,7.5884,1,leg_gt,0.16,60 -38525,sell_compound_top3,sell,2025-09-09 07:00:00,2145.0,7.6889,1,leg_gt,0.16,60 -38526,sell_compound_top3,sell,2025-09-09 07:03:00,2144.0,7.6387,1,leg_gt,0.16,60 -38527,sell_compound_top3,sell,2025-09-09 07:06:00,2147.0,7.7894,1,leg_gt,0.16,60 -38528,sell_compound_top3,sell,2025-09-09 07:09:00,2146.0,7.7392,1,leg_gt,0.17,60 -38529,sell_compound_top3,sell,2025-09-09 07:21:00,2146.0,7.7392,1,leg_gt,0.18,60 -38530,sell_compound_top3,sell,2025-09-09 07:24:00,2146.0,7.7392,1,leg_gt,0.18,60 -38531,sell_compound_top3,sell,2025-09-09 09:30:00,2494.0,25.2266,1,leg_gt,0.26,60 -38532,sell_compound_top3,sell,2025-09-09 09:33:00,2445.0,22.7643,1,leg_gt,0.27,60 -38533,sell_compound_top3,sell,2025-09-09 12:36:00,2508.0,7.355,1,leg_gt,0.04,60 -38534,sell_compound_top3,sell,2025-09-09 12:39:00,2496.0,6.8409,1,leg_gt,0.04,60 -38535,sell_compound_top3,sell,2025-09-09 12:42:00,2518.0,7.7835,1,leg_gt,0.04,60 -38536,sell_compound_top3,sell,2025-09-09 12:51:00,2541.0,8.7689,1,leg_gt,0.05,60 -38537,sell_compound_top3,sell,2025-09-09 12:54:00,2552.0,9.2402,1,leg_gt,0.05,60 -38538,sell_compound_top3,sell,2025-09-09 12:57:00,2604.0,11.4681,1,leg_gt,0.05,60 -38539,sell_compound_top3,sell,2025-09-09 13:00:00,2602.0,11.3824,1,leg_gt,0.05,60 -38540,sell_compound_top3,sell,2025-09-09 13:03:00,2591.0,10.9111,1,leg_gt,0.05,60 -38541,sell_compound_top3,sell,2025-09-09 13:06:00,2601.0,11.3396,1,leg_gt,0.06,60 -38542,sell_compound_top3,sell,2025-09-09 13:09:00,2616.0,11.9823,1,leg_gt,0.06,60 -38543,sell_compound_top3,sell,2025-09-09 16:12:00,2795.0,11.3434,1,leg_gt,0.09,60 -38544,sell_compound_top3,sell,2025-09-09 19:42:00,2940.0,11.9427,1,leg_gt,0.12,60 -38545,sell_compound_top3,sell,2025-09-09 19:45:00,2938.0,11.8665,1,leg_gt,0.12,60 -38546,sell_compound_top3,sell,2025-09-09 19:48:00,2917.0,11.0662,1,leg_gt,0.12,60 -38547,sell_compound_top3,sell,2025-09-10 04:45:00,2588.0,7.9585,1,leg_gt,0.13,60 -38548,sell_compound_top3,sell,2025-09-10 04:48:00,2580.0,7.6244,1,leg_gt,0.13,60 -38549,sell_compound_top3,sell,2025-09-10 08:21:00,2650.0,7.7551,1,leg_gt,0.08,60 -38550,sell_compound_top3,sell,2025-09-10 08:24:00,2653.0,7.8772,1,leg_gt,0.09,60 -38551,sell_compound_top3,sell,2025-09-10 08:27:00,2668.0,8.4877,1,leg_gt,0.09,60 -38552,sell_compound_top3,sell,2025-09-10 08:30:00,2666.0,8.4063,1,leg_gt,0.09,60 -38553,sell_compound_top3,sell,2025-09-10 08:33:00,2657.0,8.04,1,leg_gt,0.09,60 -38554,sell_compound_top3,sell,2025-09-10 08:51:00,2694.0,9.5459,1,leg_gt,0.1,60 -38555,sell_compound_top3,sell,2025-09-10 08:54:00,2703.0,9.9122,1,leg_gt,0.11,60 -38556,sell_compound_top3,sell,2025-09-10 10:42:00,2844.0,10.0045,1,leg_gt,0.05,60 -38557,sell_compound_top3,sell,2025-09-11 05:15:00,2563.0,4.087,1,leg_gt,0.16,60 -38558,sell_compound_top3,sell,2025-09-11 05:18:00,2562.0,4.0463,1,leg_gt,0.16,60 -38559,sell_compound_top3,sell,2025-09-11 05:27:00,2579.0,4.7374,1,leg_gt,0.16,60 -38560,sell_compound_top3,sell,2025-09-11 05:30:00,2585.0,4.9813,1,leg_gt,0.17,60 -38561,sell_compound_top3,sell,2025-09-11 05:33:00,2578.0,4.6967,1,leg_gt,0.17,60 -38562,sell_compound_top3,sell,2025-09-11 06:06:00,2597.0,5.4691,1,leg_gt,0.19,60 -38563,sell_compound_top3,sell,2025-09-11 06:09:00,2605.0,5.7943,1,leg_gt,0.19,60 -38564,sell_compound_top3,sell,2025-09-11 06:12:00,2598.0,5.5098,1,leg_gt,0.2,60 -38565,sell_compound_top3,sell,2025-09-11 18:45:00,2458.0,-0.1813,0,leg_gt,0.72,60 -38566,sell_compound_top3,sell,2025-09-11 18:48:00,2458.0,-0.1813,0,leg_gt,0.72,60 -38567,sell_compound_top3,sell,2025-09-12 03:00:00,2272.0,2.3808,1,leg_gt,0.05,60 -38568,sell_compound_top3,sell,2025-09-12 03:03:00,2271.0,2.3357,1,leg_gt,0.05,60 -38569,sell_compound_top3,sell,2025-09-12 03:06:00,2270.0,2.2906,1,leg_gt,0.05,60 -38570,sell_compound_top3,sell,2025-09-12 03:09:00,2271.0,2.3357,1,leg_gt,0.05,60 -38571,sell_compound_top3,sell,2025-09-12 03:12:00,2275.0,2.5161,1,leg_gt,0.06,60 -38572,sell_compound_top3,sell,2025-09-12 03:15:00,2275.0,2.5161,1,leg_gt,0.06,60 -38573,sell_compound_top3,sell,2025-09-12 03:18:00,2273.0,2.4259,1,leg_gt,0.06,60 -38574,sell_compound_top3,sell,2025-09-12 06:00:00,2283.0,2.877,1,leg_gt,0.17,60 -38575,sell_compound_top3,sell,2025-09-12 06:03:00,2282.0,2.8319,1,leg_gt,0.18,60 -38576,sell_compound_top3,sell,2025-09-12 06:21:00,2284.0,2.9221,1,leg_gt,0.19,60 -38577,sell_compound_top3,sell,2025-09-12 06:24:00,2283.0,2.877,1,leg_gt,0.19,60 -38578,sell_compound_top3,sell,2025-09-12 06:42:00,2285.0,2.9672,1,leg_gt,0.2,60 -38579,sell_compound_top3,sell,2025-09-12 07:30:00,2320.0,4.5459,1,leg_gt,0.24,60 -38580,sell_compound_top3,sell,2025-09-12 07:33:00,2318.0,4.4557,1,leg_gt,0.24,60 -38581,sell_compound_top3,sell,2025-09-12 13:21:00,2278.0,1.8239,1,leg_gt,0.05,60 -38582,sell_compound_top3,sell,2025-09-12 13:24:00,2280.0,1.9134,1,leg_gt,0.05,60 -38583,sell_compound_top3,sell,2025-09-12 13:30:00,2277.0,1.7792,1,leg_gt,0.06,60 -38584,sell_compound_top3,sell,2025-09-12 13:33:00,2275.0,1.6897,1,leg_gt,0.06,60 -38585,sell_compound_top3,sell,2025-09-12 14:27:00,2291.0,2.4056,1,leg_gt,0.1,60 -38586,sell_compound_top3,sell,2025-09-12 14:36:00,2289.0,2.3161,1,leg_gt,0.1,60 -38587,sell_compound_top3,sell,2025-09-12 14:39:00,2298.0,2.7188,1,leg_gt,0.1,60 -38588,sell_compound_top3,sell,2025-09-12 14:42:00,2298.0,2.7188,1,leg_gt,0.11,60 -38589,sell_compound_top3,sell,2025-09-12 15:06:00,2295.0,2.5846,1,leg_gt,0.12,60 -38590,sell_compound_top3,sell,2025-09-12 15:09:00,2304.0,2.9872,1,leg_gt,0.12,60 -38591,sell_compound_top3,sell,2025-09-12 15:42:00,2373.0,6.0745,1,leg_gt,0.15,60 -38592,sell_compound_top3,sell,2025-09-13 03:36:00,2258.0,4.1475,1,leg_gt,0.12,60 -38593,sell_compound_top3,sell,2025-09-13 03:39:00,2254.0,3.9628,1,leg_gt,0.13,60 -38594,sell_compound_top3,sell,2025-09-13 04:00:00,2263.0,4.3783,1,leg_gt,0.14,60 -38595,sell_compound_top3,sell,2025-09-13 04:03:00,2256.0,4.0551,1,leg_gt,0.14,60 -38596,sell_compound_top3,sell,2025-09-13 04:12:00,2272.0,4.7938,1,leg_gt,0.15,60 -38597,sell_compound_top3,sell,2025-09-13 04:15:00,2271.0,4.7476,1,leg_gt,0.15,60 -38598,sell_compound_top3,sell,2025-09-13 04:18:00,2276.0,4.9785,1,leg_gt,0.15,60 -38599,sell_compound_top3,sell,2025-09-13 04:21:00,2277.0,5.0247,1,leg_gt,0.16,60 -38600,sell_compound_top3,sell,2025-09-13 04:24:00,2270.0,4.7015,1,leg_gt,0.16,60 -38601,sell_compound_top3,sell,2025-09-13 04:30:00,2278.0,5.0708,1,leg_gt,0.16,60 -38602,sell_compound_top3,sell,2025-09-13 04:33:00,2280.0,5.1632,1,leg_gt,0.16,60 -38603,sell_compound_top3,sell,2025-09-13 04:36:00,2282.0,5.2555,1,leg_gt,0.17,60 -38604,sell_compound_top3,sell,2025-09-13 04:39:00,2277.0,5.0247,1,leg_gt,0.17,60 -38605,sell_compound_top3,sell,2025-09-13 06:57:00,2292.0,5.7172,1,leg_gt,0.26,60 -38606,sell_compound_top3,sell,2025-09-13 09:36:00,2369.0,9.2721,1,leg_gt,0.38,60 -38607,sell_compound_top3,sell,2025-09-13 09:39:00,2370.0,9.3183,1,leg_gt,0.38,60 -38608,sell_compound_top3,sell,2025-09-13 09:42:00,2370.0,9.3183,1,leg_gt,0.38,60 -38609,sell_compound_top3,sell,2025-09-13 21:06:00,2256.0,4.0551,1,leg_gt,0.85,60 -38610,sell_compound_top3,sell,2025-09-13 21:09:00,2253.0,3.9166,1,leg_gt,0.86,60 -38611,sell_compound_top3,sell,2025-09-13 21:21:00,2264.0,4.4245,1,leg_gt,0.86,60 -38612,sell_compound_top3,sell,2025-09-13 21:24:00,2258.0,4.1475,1,leg_gt,0.87,60 -38613,sell_compound_top3,sell,2025-09-14 03:45:00,2232.0,1.3545,1,leg_gt,0.06,60 -38614,sell_compound_top3,sell,2025-09-14 03:48:00,2236.0,1.5364,1,leg_gt,0.07,60 -38615,sell_compound_top3,sell,2025-09-14 04:00:00,2234.0,1.4455,1,leg_gt,0.08,60 -38616,sell_compound_top3,sell,2025-09-14 04:03:00,2235.0,1.4909,1,leg_gt,0.08,60 -38617,sell_compound_top3,sell,2025-09-14 04:06:00,2237.0,1.5818,1,leg_gt,0.08,60 -38618,sell_compound_top3,sell,2025-09-14 04:09:00,2242.0,1.8091,1,leg_gt,0.08,60 -38619,sell_compound_top3,sell,2025-09-14 05:00:00,2243.0,1.8545,1,leg_gt,0.12,60 -38620,sell_compound_top3,sell,2025-09-14 05:03:00,2246.0,1.9909,1,leg_gt,0.12,60 -38621,sell_compound_top3,sell,2025-09-14 05:06:00,2244.0,1.9,1,leg_gt,0.12,60 -38622,sell_compound_top3,sell,2025-09-14 05:09:00,2241.0,1.7636,1,leg_gt,0.12,60 -38623,sell_compound_top3,sell,2025-09-14 05:12:00,2237.0,1.5818,1,leg_gt,0.12,60 -38624,sell_compound_top3,sell,2025-09-14 05:15:00,2247.0,2.0364,1,leg_gt,0.13,60 -38625,sell_compound_top3,sell,2025-09-14 05:18:00,2242.0,1.8091,1,leg_gt,0.13,60 -38626,sell_compound_top3,sell,2025-09-14 05:21:00,2242.0,1.8091,1,leg_gt,0.13,60 -38627,sell_compound_top3,sell,2025-09-14 05:24:00,2242.0,1.8091,1,leg_gt,0.13,60 -38628,sell_compound_top3,sell,2025-09-14 05:27:00,2257.0,2.4909,1,leg_gt,0.14,60 -38629,sell_compound_top3,sell,2025-09-14 05:42:00,2255.0,2.4,1,leg_gt,0.15,60 -38630,sell_compound_top3,sell,2025-09-14 05:57:00,2260.0,2.6273,1,leg_gt,0.16,60 -38631,sell_compound_top3,sell,2025-09-14 06:21:00,2278.0,3.4455,1,leg_gt,0.17,60 -38632,sell_compound_top3,sell,2025-09-14 06:24:00,2276.0,3.3545,1,leg_gt,0.18,60 -38633,sell_compound_top3,sell,2025-09-14 06:27:00,2281.0,3.5818,1,leg_gt,0.18,60 -38634,sell_compound_top3,sell,2025-09-14 06:30:00,2277.0,3.4,1,leg_gt,0.18,60 -38635,sell_compound_top3,sell,2025-09-14 06:33:00,2267.0,2.9455,1,leg_gt,0.18,60 -38636,sell_compound_top3,sell,2025-09-14 09:00:00,2298.0,4.3545,1,leg_gt,0.28,60 -38637,sell_compound_top3,sell,2025-09-14 09:03:00,2286.0,3.8091,1,leg_gt,0.29,60 -38638,sell_compound_top3,sell,2025-09-14 13:42:00,2288.0,3.9,1,leg_gt,0.48,60 -38639,sell_compound_top3,sell,2025-09-14 13:45:00,2300.0,4.4455,1,leg_gt,0.48,60 -38640,sell_compound_top3,sell,2025-09-14 13:48:00,2298.0,4.3545,1,leg_gt,0.48,60 -38641,sell_compound_top3,sell,2025-09-14 13:51:00,2300.0,4.4455,1,leg_gt,0.49,60 -38642,sell_compound_top3,sell,2025-09-14 13:54:00,2310.0,4.9,1,leg_gt,0.49,60 -38643,sell_compound_top3,sell,2025-09-14 13:57:00,2298.0,4.3545,1,leg_gt,0.49,60 -38644,sell_compound_top3,sell,2025-09-14 14:12:00,2325.0,5.5818,1,leg_gt,0.5,60 -38645,sell_compound_top3,sell,2025-09-14 14:21:00,2330.0,5.8091,1,leg_gt,0.51,60 -38646,sell_compound_top3,sell,2025-09-14 14:24:00,2318.0,5.2636,1,leg_gt,0.51,60 -38647,sell_compound_top3,sell,2025-09-14 14:30:00,2324.0,5.5364,1,leg_gt,0.51,60 -38648,sell_compound_top3,sell,2025-09-14 14:33:00,2330.0,5.8091,1,leg_gt,0.51,60 -38649,sell_compound_top3,sell,2025-09-14 14:36:00,2337.0,6.1273,1,leg_gt,0.52,60 -38650,sell_compound_top3,sell,2025-09-14 14:39:00,2327.0,5.6727,1,leg_gt,0.52,60 -38651,sell_compound_top3,sell,2025-09-14 15:12:00,2346.0,6.5364,1,leg_gt,0.54,60 -38652,sell_compound_top3,sell,2025-09-14 15:42:00,2359.0,7.1273,1,leg_gt,0.56,60 -38653,sell_compound_top3,sell,2025-09-14 15:51:00,2384.0,8.2636,1,leg_gt,0.57,60 -38654,sell_compound_top3,sell,2025-09-14 15:54:00,2386.0,8.3545,1,leg_gt,0.57,60 -38655,sell_compound_top3,sell,2025-09-14 15:57:00,2381.0,8.1273,1,leg_gt,0.57,60 -38656,sell_compound_top3,sell,2025-09-14 16:21:00,2388.0,8.4455,1,leg_gt,0.59,60 -38657,sell_compound_top3,sell,2025-09-14 16:24:00,2386.0,8.3545,1,leg_gt,0.59,60 -38658,sell_compound_top3,sell,2025-09-14 16:42:00,2387.0,8.4,1,leg_gt,0.6,60 -38659,sell_compound_top3,sell,2025-09-15 06:36:00,2243.0,1.8545,1,leg_gt,1.18,60 -38660,sell_compound_top3,sell,2025-09-15 06:39:00,2246.0,1.9909,1,leg_gt,1.19,60 -38661,sell_compound_top3,sell,2025-09-15 06:42:00,2247.0,2.0364,1,leg_gt,1.19,60 -38662,sell_compound_top3,sell,2025-09-15 06:57:00,2255.0,2.4,1,leg_gt,1.2,60 -38663,sell_compound_top3,sell,2025-09-15 14:27:00,2227.0,1.1273,1,leg_gt,1.51,60 -38664,sell_compound_top3,sell,2025-09-15 14:30:00,2227.0,1.1273,1,leg_gt,1.51,60 -38665,sell_compound_top3,sell,2025-09-15 14:33:00,2229.0,1.2182,1,leg_gt,1.51,60 -38666,sell_compound_top3,sell,2025-09-15 14:36:00,2230.0,1.2636,1,leg_gt,1.52,60 -38667,sell_compound_top3,sell,2025-09-15 14:39:00,2227.0,1.1273,1,leg_gt,1.52,60 -38668,sell_compound_top3,sell,2025-09-15 18:45:00,2225.0,3.5813,1,leg_gt,0.07,60 -38669,sell_compound_top3,sell,2025-09-15 18:48:00,2220.0,3.3483,1,leg_gt,0.08,60 -38670,sell_compound_top3,sell,2025-09-15 18:51:00,2224.0,3.5347,1,leg_gt,0.08,60 -38671,sell_compound_top3,sell,2025-09-15 18:54:00,2234.0,4.0007,1,leg_gt,0.08,60 -38672,sell_compound_top3,sell,2025-09-15 18:57:00,2237.0,4.1404,1,leg_gt,0.08,60 -38673,sell_compound_top3,sell,2025-09-15 19:00:00,2238.0,4.187,1,leg_gt,0.08,60 -38674,sell_compound_top3,sell,2025-09-15 19:03:00,2238.0,4.187,1,leg_gt,0.09,60 -38675,sell_compound_top3,sell,2025-09-16 03:42:00,2094.0,2.196,1,leg_gt,0.11,60 -38676,sell_compound_top3,sell,2025-09-16 03:45:00,2090.0,2.0006,1,leg_gt,0.11,60 -38677,sell_compound_top3,sell,2025-09-16 03:48:00,2092.0,2.0983,1,leg_gt,0.12,60 -38678,sell_compound_top3,sell,2025-09-16 03:57:00,2092.0,2.0983,1,leg_gt,0.12,60 -38679,sell_compound_top3,sell,2025-09-16 04:06:00,2093.0,2.1472,1,leg_gt,0.13,60 -38680,sell_compound_top3,sell,2025-09-16 04:09:00,2094.0,2.196,1,leg_gt,0.13,60 -38681,sell_compound_top3,sell,2025-09-16 04:45:00,2096.0,2.2937,1,leg_gt,0.16,60 -38682,sell_compound_top3,sell,2025-09-16 04:48:00,2101.0,2.538,1,leg_gt,0.16,60 -38683,sell_compound_top3,sell,2025-09-16 04:51:00,2096.0,2.2937,1,leg_gt,0.16,60 -38684,sell_compound_top3,sell,2025-09-16 04:54:00,2096.0,2.2937,1,leg_gt,0.16,60 -38685,sell_compound_top3,sell,2025-09-16 05:12:00,2096.0,2.2937,1,leg_gt,0.18,60 -38686,sell_compound_top3,sell,2025-09-16 05:15:00,2100.0,2.4892,1,leg_gt,0.18,60 -38687,sell_compound_top3,sell,2025-09-16 05:18:00,2101.0,2.538,1,leg_gt,0.18,60 -38688,sell_compound_top3,sell,2025-09-16 05:21:00,2102.0,2.5869,1,leg_gt,0.18,60 -38689,sell_compound_top3,sell,2025-09-16 05:24:00,2103.0,2.6357,1,leg_gt,0.18,60 -38690,sell_compound_top3,sell,2025-09-16 05:27:00,2100.0,2.4892,1,leg_gt,0.19,60 -38691,sell_compound_top3,sell,2025-09-16 05:30:00,2103.0,2.6357,1,leg_gt,0.19,60 -38692,sell_compound_top3,sell,2025-09-16 05:33:00,2105.0,2.7334,1,leg_gt,0.19,60 -38693,sell_compound_top3,sell,2025-09-16 05:36:00,2103.0,2.6357,1,leg_gt,0.19,60 -38694,sell_compound_top3,sell,2025-09-16 05:39:00,2107.0,2.8311,1,leg_gt,0.19,60 -38695,sell_compound_top3,sell,2025-09-16 05:42:00,2108.0,2.88,1,leg_gt,0.2,60 -38696,sell_compound_top3,sell,2025-09-16 05:51:00,2115.0,3.2219,1,leg_gt,0.2,60 -38697,sell_compound_top3,sell,2025-09-16 05:54:00,2110.0,2.9777,1,leg_gt,0.2,60 -38698,sell_compound_top3,sell,2025-09-16 05:57:00,2109.0,2.9288,1,leg_gt,0.21,60 -38699,sell_compound_top3,sell,2025-09-16 06:00:00,2109.0,2.9288,1,leg_gt,0.21,60 -38700,sell_compound_top3,sell,2025-09-16 06:03:00,2108.0,2.88,1,leg_gt,0.21,60 -38701,sell_compound_top3,sell,2025-09-16 06:12:00,2111.0,3.0265,1,leg_gt,0.22,60 -38702,sell_compound_top3,sell,2025-09-16 07:27:00,2112.0,3.0754,1,leg_gt,0.27,60 -38703,sell_compound_top3,sell,2025-09-16 14:12:00,2096.0,2.2937,1,leg_gt,0.55,60 -38704,sell_compound_top3,sell,2025-09-16 21:00:00,2091.0,2.0495,1,leg_gt,0.83,60 -38705,sell_compound_top3,sell,2025-09-16 21:03:00,2088.0,1.9029,1,leg_gt,0.84,60 -38706,sell_compound_top3,sell,2025-09-16 21:51:00,2134.0,4.1501,1,leg_gt,0.87,60 -38707,sell_compound_top3,sell,2025-09-16 21:54:00,2135.0,4.199,1,leg_gt,0.87,60 -38708,sell_compound_top3,sell,2025-09-16 21:57:00,2143.0,4.5898,1,leg_gt,0.87,60 -38709,sell_compound_top3,sell,2025-09-16 22:00:00,2143.0,4.5898,1,leg_gt,0.88,60 -38710,sell_compound_top3,sell,2025-09-16 22:03:00,2148.0,4.834,1,leg_gt,0.88,60 -38711,sell_compound_top3,sell,2025-09-16 22:21:00,2190.0,6.8858,1,leg_gt,0.89,60 -38712,sell_compound_top3,sell,2025-09-16 22:24:00,2184.0,6.5927,1,leg_gt,0.89,60 -38713,sell_compound_top3,sell,2025-09-16 22:36:00,2219.0,8.3025,1,leg_gt,0.9,60 -38714,sell_compound_top3,sell,2025-09-16 22:39:00,2214.0,8.0583,1,leg_gt,0.9,60 -38715,sell_compound_top3,sell,2025-09-16 22:42:00,2206.0,7.6675,1,leg_gt,0.9,60 -38716,sell_compound_top3,sell,2025-09-17 06:45:00,2104.0,2.6846,1,leg_gt,1.24,60 -38717,sell_compound_top3,sell,2025-09-17 06:48:00,2104.0,2.6846,1,leg_gt,1.24,60 -38718,sell_compound_top3,sell,2025-09-17 06:51:00,2100.0,2.4892,1,leg_gt,1.24,60 -38719,sell_compound_top3,sell,2025-09-17 06:54:00,2106.0,2.7823,1,leg_gt,1.25,60 -38720,sell_compound_top3,sell,2025-09-17 07:00:00,2108.0,2.88,1,leg_gt,1.25,60 -38721,sell_compound_top3,sell,2025-09-17 07:03:00,2109.0,2.9288,1,leg_gt,1.25,60 -38722,sell_compound_top3,sell,2025-09-17 07:06:00,2112.0,3.0754,1,leg_gt,1.25,60 -38723,sell_compound_top3,sell,2025-09-17 07:09:00,2115.0,3.2219,1,leg_gt,1.26,60 -38724,sell_compound_top3,sell,2025-09-17 07:15:00,2116.0,3.2708,1,leg_gt,1.26,60 -38725,sell_compound_top3,sell,2025-09-17 07:18:00,2116.0,3.2708,1,leg_gt,1.26,60 -38726,sell_compound_top3,sell,2025-09-17 07:21:00,2118.0,3.3685,1,leg_gt,1.26,60 -38727,sell_compound_top3,sell,2025-09-17 07:24:00,2119.0,3.4173,1,leg_gt,1.27,60 -38728,sell_compound_top3,sell,2025-09-17 15:30:00,2089.0,1.357,1,leg_gt,0.05,60 -38729,sell_compound_top3,sell,2025-09-17 15:33:00,2095.0,1.6484,1,leg_gt,0.05,60 -38730,sell_compound_top3,sell,2025-09-17 15:36:00,2092.0,1.5027,1,leg_gt,0.05,60 -38731,sell_compound_top3,sell,2025-09-17 15:39:00,2100.0,1.8913,1,leg_gt,0.05,60 -38732,sell_compound_top3,sell,2025-09-17 15:45:00,2102.0,1.9884,1,leg_gt,0.06,60 -38733,sell_compound_top3,sell,2025-09-17 15:48:00,2100.0,1.8913,1,leg_gt,0.06,60 -38734,sell_compound_top3,sell,2025-09-17 15:51:00,2112.0,2.4741,1,leg_gt,0.06,60 -38735,sell_compound_top3,sell,2025-09-17 15:54:00,2109.0,2.3284,1,leg_gt,0.06,60 -38736,sell_compound_top3,sell,2025-09-17 15:57:00,2112.0,2.4741,1,leg_gt,0.07,60 -38737,sell_compound_top3,sell,2025-09-17 20:36:00,2081.0,0.9685,1,leg_gt,0.26,60 -38738,sell_compound_top3,sell,2025-09-17 20:39:00,2079.0,0.8713,1,leg_gt,0.26,60 -38739,sell_compound_top3,sell,2025-09-17 21:00:00,2083.0,1.0656,1,leg_gt,0.28,60 -38740,sell_compound_top3,sell,2025-09-17 21:03:00,2091.0,1.4542,1,leg_gt,0.28,60 -38741,sell_compound_top3,sell,2025-09-17 21:06:00,2086.0,1.2113,1,leg_gt,0.28,60 -38742,sell_compound_top3,sell,2025-09-17 21:09:00,2083.0,1.0656,1,leg_gt,0.28,60 -38743,sell_compound_top3,sell,2025-09-17 21:21:00,2090.0,1.4056,1,leg_gt,0.29,60 -38744,sell_compound_top3,sell,2025-09-17 21:24:00,2084.0,1.1142,1,leg_gt,0.29,60 -38745,sell_compound_top3,sell,2025-09-17 21:27:00,2087.0,1.2599,1,leg_gt,0.3,60 -38746,sell_compound_top3,sell,2025-09-17 21:30:00,2092.0,1.5027,1,leg_gt,0.3,60 -38747,sell_compound_top3,sell,2025-09-17 21:33:00,2094.0,1.5999,1,leg_gt,0.3,60 -38748,sell_compound_top3,sell,2025-09-17 21:36:00,2091.0,1.4542,1,leg_gt,0.3,60 -38749,sell_compound_top3,sell,2025-09-17 21:39:00,2089.0,1.357,1,leg_gt,0.3,60 -38750,sell_compound_top3,sell,2025-09-17 22:15:00,2102.0,1.9884,1,leg_gt,0.33,60 -38751,sell_compound_top3,sell,2025-09-17 22:18:00,2106.0,2.1827,1,leg_gt,0.33,60 -38752,sell_compound_top3,sell,2025-09-17 22:21:00,2104.0,2.0855,1,leg_gt,0.33,60 -38753,sell_compound_top3,sell,2025-09-17 22:24:00,2102.0,1.9884,1,leg_gt,0.34,60 -38754,sell_compound_top3,sell,2025-09-17 23:12:00,2110.0,2.3769,1,leg_gt,0.37,60 -38755,sell_compound_top3,sell,2025-09-17 23:15:00,2111.0,2.4255,1,leg_gt,0.37,60 -38756,sell_compound_top3,sell,2025-09-17 23:18:00,2113.0,2.5226,1,leg_gt,0.37,60 -38757,sell_compound_top3,sell,2025-09-18 01:45:00,2145.0,4.0768,1,leg_gt,0.48,60 -38758,sell_compound_top3,sell,2025-09-18 01:48:00,2143.0,3.9797,1,leg_gt,0.48,60 -38759,sell_compound_top3,sell,2025-09-18 02:00:00,2176.0,5.5824,1,leg_gt,0.49,60 -38760,sell_compound_top3,sell,2025-09-18 02:03:00,2157.0,4.6596,1,leg_gt,0.49,60 -38761,sell_compound_top3,sell,2025-09-18 04:21:00,2218.0,7.6222,1,leg_gt,0.58,60 -38762,sell_compound_top3,sell,2025-09-18 04:24:00,2209.0,7.1851,1,leg_gt,0.59,60 -38763,sell_compound_top3,sell,2025-09-18 07:12:00,2227.0,8.0593,1,leg_gt,0.7,60 -38764,sell_compound_top3,sell,2025-09-18 07:15:00,2226.0,8.0107,1,leg_gt,0.7,60 -38765,sell_compound_top3,sell,2025-09-18 07:18:00,2220.0,7.7193,1,leg_gt,0.71,60 -38766,sell_compound_top3,sell,2025-09-18 11:30:00,2227.0,8.0593,1,leg_gt,0.88,60 -38767,sell_compound_top3,sell,2025-09-18 11:33:00,2226.0,8.0107,1,leg_gt,0.88,60 -38768,sell_compound_top3,sell,2025-09-18 14:21:00,2241.0,8.7392,1,leg_gt,1.0,60 -38769,sell_compound_top3,sell,2025-09-18 14:24:00,2240.0,8.6907,1,leg_gt,1.0,60 -38770,sell_compound_top3,sell,2025-09-18 22:30:00,2181.0,0.639,1,leg_gt,0.13,60 -38771,sell_compound_top3,sell,2025-09-18 22:33:00,2180.0,0.5928,1,leg_gt,0.13,60 -38772,sell_compound_top3,sell,2025-09-19 06:57:00,2229.0,2.8561,1,leg_gt,0.48,60 -38773,sell_compound_top3,sell,2025-09-19 07:00:00,2232.0,2.9947,1,leg_gt,0.48,60 -38774,sell_compound_top3,sell,2025-09-19 07:03:00,2224.0,2.6252,1,leg_gt,0.48,60 -38775,sell_compound_top3,sell,2025-09-19 17:21:00,2175.0,0.3619,1,leg_gt,0.91,60 -38776,sell_compound_top3,sell,2025-09-19 17:24:00,2175.0,0.3619,1,leg_gt,0.91,60 -38777,sell_compound_top3,sell,2025-09-19 17:27:00,2175.0,0.3619,1,leg_gt,0.92,60 -38778,sell_compound_top3,sell,2025-09-19 22:57:00,2139.0,-1.3009,0,leg_gt,1.15,60 -38779,sell_compound_top3,sell,2025-09-19 23:21:00,2140.0,-1.2547,0,leg_gt,1.16,60 -38780,sell_compound_top3,sell,2025-09-19 23:24:00,2142.0,-1.1624,0,leg_gt,1.16,60 -38781,sell_compound_top3,sell,2025-09-19 23:27:00,2147.0,-0.9314,0,leg_gt,1.17,60 -38782,sell_compound_top3,sell,2025-09-20 05:42:00,2118.0,-2.2709,0,leg_gt,1.43,60 -38783,sell_compound_top3,sell,2025-09-20 06:21:00,2121.0,-2.1323,0,leg_gt,1.45,60 -38784,sell_compound_top3,sell,2025-09-20 06:24:00,2120.0,-2.1785,0,leg_gt,1.46,60 -38785,sell_compound_top3,sell,2025-09-20 06:27:00,2120.0,-2.1785,0,leg_gt,1.46,60 -38786,sell_compound_top3,sell,2025-09-20 06:30:00,2120.0,-2.1785,0,leg_gt,1.46,60 -38787,sell_compound_top3,sell,2025-09-20 06:33:00,2121.0,-2.1323,0,leg_gt,1.46,60 -38788,sell_compound_top3,sell,2025-09-20 06:36:00,2123.0,-2.04,0,leg_gt,1.46,60 -38789,sell_compound_top3,sell,2025-09-20 06:39:00,2123.0,-2.04,0,leg_gt,1.47,60 -38790,sell_compound_top3,sell,2025-09-20 06:42:00,2122.0,-2.0861,0,leg_gt,1.47,60 -38791,sell_compound_top3,sell,2025-09-20 06:45:00,2123.0,-2.04,0,leg_gt,1.47,60 -38792,sell_compound_top3,sell,2025-09-20 06:48:00,2123.0,-2.04,0,leg_gt,1.47,60 -38793,sell_compound_top3,sell,2025-09-20 09:57:00,2127.0,-1.8552,0,leg_gt,1.6,60 -38794,sell_compound_top3,sell,2025-09-20 10:00:00,2130.0,-1.7166,0,leg_gt,1.61,60 -38795,sell_compound_top3,sell,2025-09-20 10:03:00,2126.0,-1.9014,0,leg_gt,1.61,60 -38796,sell_compound_top3,sell,2025-09-20 14:51:00,2098.0,-3.1947,0,leg_gt,1.81,60 -38797,sell_compound_top3,sell,2025-09-20 14:54:00,2097.0,-3.2409,0,leg_gt,1.81,60 -38798,sell_compound_top3,sell,2025-09-20 14:57:00,2099.0,-3.1485,0,leg_gt,1.81,60 -38799,sell_compound_top3,sell,2025-09-20 17:12:00,2115.0,-2.4095,0,leg_gt,1.91,60 -38800,sell_compound_top3,sell,2025-09-20 17:15:00,2115.0,-2.4095,0,leg_gt,1.91,60 -38801,sell_compound_top3,sell,2025-09-20 17:18:00,2112.0,-2.548,0,leg_gt,1.91,60 -38802,sell_compound_top3,sell,2025-09-20 18:12:00,2122.0,-2.0861,0,leg_gt,1.95,60 -38803,sell_compound_top3,sell,2025-09-20 19:00:00,2117.0,-2.3171,0,leg_gt,1.98,60 -38804,sell_compound_top3,sell,2025-09-20 19:03:00,2120.0,-2.1785,0,leg_gt,1.98,60 -38805,sell_compound_top3,sell,2025-09-20 19:12:00,2126.0,-1.9014,0,leg_gt,1.99,60 -38806,sell_compound_top3,sell,2025-09-20 19:15:00,2124.0,-1.9938,0,leg_gt,1.99,60 -38807,sell_compound_top3,sell,2025-09-20 19:18:00,2116.0,-2.3633,0,leg_gt,1.99,60 -38808,sell_compound_top3,sell,2025-09-20 19:21:00,2126.0,-1.9014,0,leg_gt,2.0,60 -38809,sell_compound_top3,sell,2025-09-20 19:24:00,2126.0,-1.9014,0,leg_gt,2.0,60 -38810,sell_compound_top3,sell,2025-09-20 19:27:00,2127.0,-1.8552,0,leg_gt,2.0,60 -38811,sell_compound_top3,sell,2025-09-20 21:51:00,2146.0,-0.9776,0,leg_gt,2.1,60 -38812,sell_compound_top3,sell,2025-09-20 21:54:00,2146.0,-0.9776,0,leg_gt,2.1,60 -38813,sell_compound_top3,sell,2025-09-20 21:57:00,2150.0,-0.7928,0,leg_gt,2.1,60 -38814,sell_compound_top3,sell,2025-09-21 00:27:00,2144.0,-1.07,0,leg_gt,2.21,60 -38815,sell_compound_top3,sell,2025-09-21 05:30:00,2130.0,-1.7166,0,leg_gt,2.42,60 -38816,sell_compound_top3,sell,2025-09-21 05:33:00,2126.0,-1.9014,0,leg_gt,2.42,60 -38817,sell_compound_top3,sell,2025-09-21 06:21:00,2133.0,-1.5781,0,leg_gt,2.45,60 -38818,sell_compound_top3,sell,2025-09-21 06:24:00,2131.0,-1.6704,0,leg_gt,2.46,60 -38819,sell_compound_top3,sell,2025-09-21 06:27:00,2132.0,-1.6242,0,leg_gt,2.46,60 -38820,sell_compound_top3,sell,2025-09-21 06:30:00,2133.0,-1.5781,0,leg_gt,2.46,60 -38821,sell_compound_top3,sell,2025-09-21 06:33:00,2132.0,-1.6242,0,leg_gt,2.46,60 -38822,sell_compound_top3,sell,2025-09-21 06:36:00,2134.0,-1.5319,0,leg_gt,2.46,60 -38823,sell_compound_top3,sell,2025-09-21 06:39:00,2133.0,-1.5781,0,leg_gt,2.47,60 -38824,sell_compound_top3,sell,2025-09-21 06:42:00,2135.0,-1.4857,0,leg_gt,2.47,60 -38825,sell_compound_top3,sell,2025-09-21 14:57:00,2120.0,-2.1785,0,leg_gt,2.81,60 -38826,sell_compound_top3,sell,2025-09-21 15:00:00,2122.0,-2.0861,0,leg_gt,2.81,60 -38827,sell_compound_top3,sell,2025-09-21 15:03:00,2125.0,-1.9476,0,leg_gt,2.82,60 -38828,sell_compound_top3,sell,2025-09-21 15:06:00,2126.0,-1.9014,0,leg_gt,2.82,60 -38829,sell_compound_top3,sell,2025-09-21 15:09:00,2129.0,-1.7628,0,leg_gt,2.82,60 -38830,sell_compound_top3,sell,2025-09-21 15:12:00,2129.0,-1.7628,0,leg_gt,2.82,60 -38831,sell_compound_top3,sell,2025-09-21 15:15:00,2129.0,-1.7628,0,leg_gt,2.82,60 -38832,sell_compound_top3,sell,2025-09-21 15:18:00,2128.0,-1.809,0,leg_gt,2.83,60 -38833,sell_compound_top3,sell,2025-09-21 21:36:00,2075.0,-4.257,0,leg_gt,3.09,60 -38834,sell_compound_top3,sell,2025-09-21 21:39:00,2073.0,-4.3494,0,leg_gt,3.09,60 -38835,sell_compound_top3,sell,2025-09-21 22:36:00,2077.0,-4.1647,0,leg_gt,3.13,60 -38836,sell_compound_top3,sell,2025-09-21 22:39:00,2074.0,-4.3032,0,leg_gt,3.13,60 -38837,sell_compound_top3,sell,2025-09-21 23:00:00,2088.0,-3.6566,0,leg_gt,3.15,60 -38838,sell_compound_top3,sell,2025-09-21 23:03:00,2090.0,-3.5642,0,leg_gt,3.15,60 -38839,sell_compound_top3,sell,2025-09-21 23:06:00,2084.0,-3.8413,0,leg_gt,3.15,60 -38840,sell_compound_top3,sell,2025-09-21 23:09:00,2083.0,-3.8875,0,leg_gt,3.15,60 -38841,sell_compound_top3,sell,2025-09-22 03:27:00,2078.0,-4.1185,0,leg_gt,3.33,60 -38842,sell_compound_top3,sell,2025-09-22 03:30:00,2078.0,-4.1185,0,leg_gt,3.34,60 -38843,sell_compound_top3,sell,2025-09-22 03:33:00,2080.0,-4.0261,0,leg_gt,3.34,60 -38844,sell_compound_top3,sell,2025-09-22 23:12:00,1891.0,2.061,1,leg_gt,0.34,60 -38845,sell_compound_top3,sell,2025-09-23 01:27:00,1935.0,4.4381,1,leg_gt,0.44,60 -38846,sell_compound_top3,sell,2025-09-23 01:30:00,1937.0,4.5461,1,leg_gt,0.44,60 -38847,sell_compound_top3,sell,2025-09-23 01:33:00,1943.0,4.8703,1,leg_gt,0.44,60 -38848,sell_compound_top3,sell,2025-09-23 01:36:00,1952.0,5.3565,1,leg_gt,0.44,60 -38849,sell_compound_top3,sell,2025-09-23 01:39:00,1932.0,4.276,1,leg_gt,0.44,60 -38850,sell_compound_top3,sell,2025-09-23 04:21:00,1962.0,5.8968,1,leg_gt,0.56,60 -38851,sell_compound_top3,sell,2025-09-23 04:24:00,1954.0,5.4646,1,leg_gt,0.56,60 -38852,sell_compound_top3,sell,2025-09-23 04:42:00,1970.0,6.329,1,leg_gt,0.57,60 -38853,sell_compound_top3,sell,2025-09-23 04:45:00,1968.0,6.2209,1,leg_gt,0.57,60 -38854,sell_compound_top3,sell,2025-09-23 04:48:00,1969.0,6.2749,1,leg_gt,0.57,60 -38855,sell_compound_top3,sell,2025-09-23 04:51:00,1970.0,6.329,1,leg_gt,0.58,60 -38856,sell_compound_top3,sell,2025-09-23 04:54:00,1969.0,6.2749,1,leg_gt,0.58,60 -38857,sell_compound_top3,sell,2025-09-23 04:57:00,1964.0,6.0048,1,leg_gt,0.58,60 -38858,sell_compound_top3,sell,2025-09-23 05:00:00,1971.0,6.383,1,leg_gt,0.58,60 -38859,sell_compound_top3,sell,2025-09-23 05:03:00,1972.0,6.437,1,leg_gt,0.59,60 -38860,sell_compound_top3,sell,2025-09-23 05:06:00,1983.0,7.0313,1,leg_gt,0.59,60 -38861,sell_compound_top3,sell,2025-09-23 05:09:00,1976.0,6.6531,1,leg_gt,0.59,60 -38862,sell_compound_top3,sell,2025-09-23 12:45:00,1950.0,5.2485,1,leg_gt,0.91,60 -38863,sell_compound_top3,sell,2025-09-23 12:48:00,1954.0,5.4646,1,leg_gt,0.91,60 -38864,sell_compound_top3,sell,2025-09-23 21:51:00,1893.0,0.86,1,leg_gt,0.06,60 -38865,sell_compound_top3,sell,2025-09-23 21:54:00,1892.0,0.8067,1,leg_gt,0.06,60 -38866,sell_compound_top3,sell,2025-09-23 23:36:00,1920.0,2.3,1,leg_gt,0.14,60 -38867,sell_compound_top3,sell,2025-09-23 23:39:00,1919.0,2.2467,1,leg_gt,0.14,60 -38868,sell_compound_top3,sell,2025-09-24 06:51:00,1890.0,0.7,1,leg_gt,0.44,60 -38869,sell_compound_top3,sell,2025-09-24 06:54:00,1889.0,0.6467,1,leg_gt,0.44,60 -38870,sell_compound_top3,sell,2025-09-24 06:57:00,1888.0,0.5933,1,leg_gt,0.44,60 -38871,sell_compound_top3,sell,2025-09-24 14:42:00,1866.0,3.9134,1,leg_gt,0.07,60 -38872,sell_compound_top3,sell,2025-09-24 14:45:00,1874.0,4.3593,1,leg_gt,0.07,60 -38873,sell_compound_top3,sell,2025-09-24 14:48:00,1873.0,4.3036,1,leg_gt,0.07,60 -38874,sell_compound_top3,sell,2025-09-24 14:51:00,1868.0,4.0249,1,leg_gt,0.07,60 -38875,sell_compound_top3,sell,2025-09-24 14:54:00,1870.0,4.1363,1,leg_gt,0.08,60 -38876,sell_compound_top3,sell,2025-09-24 14:57:00,1870.0,4.1363,1,leg_gt,0.08,60 -38877,sell_compound_top3,sell,2025-09-24 15:00:00,1875.0,4.4151,1,leg_gt,0.08,60 -38878,sell_compound_top3,sell,2025-09-24 15:03:00,1870.0,4.1363,1,leg_gt,0.08,60 -38879,sell_compound_top3,sell,2025-09-24 15:12:00,1877.0,4.5265,1,leg_gt,0.09,60 -38880,sell_compound_top3,sell,2025-09-24 17:57:00,1879.0,4.638,1,leg_gt,0.2,60 -38881,sell_compound_top3,sell,2025-09-24 18:42:00,1883.0,4.861,1,leg_gt,0.23,60 -38882,sell_compound_top3,sell,2025-09-24 19:06:00,1882.0,4.8052,1,leg_gt,0.25,60 -38883,sell_compound_top3,sell,2025-09-24 19:09:00,1885.0,4.9725,1,leg_gt,0.25,60 -38884,sell_compound_top3,sell,2025-09-24 19:12:00,1884.0,4.9167,1,leg_gt,0.25,60 -38885,sell_compound_top3,sell,2025-09-24 19:21:00,1883.0,4.861,1,leg_gt,0.26,60 -38886,sell_compound_top3,sell,2025-09-24 19:24:00,1882.0,4.8052,1,leg_gt,0.26,60 -38887,sell_compound_top3,sell,2025-09-24 20:51:00,1900.0,5.8086,1,leg_gt,0.32,60 -38888,sell_compound_top3,sell,2025-09-24 20:54:00,1899.0,5.7528,1,leg_gt,0.32,60 -38889,sell_compound_top3,sell,2025-09-24 21:12:00,1909.0,6.3103,1,leg_gt,0.34,60 -38890,sell_compound_top3,sell,2025-09-24 21:15:00,1913.0,6.5332,1,leg_gt,0.34,60 -38891,sell_compound_top3,sell,2025-09-24 21:18:00,1916.0,6.7004,1,leg_gt,0.34,60 -38892,sell_compound_top3,sell,2025-09-25 00:06:00,1917.0,6.7562,1,leg_gt,0.46,60 -38893,sell_compound_top3,sell,2025-09-25 00:09:00,1914.0,6.589,1,leg_gt,0.46,60 -38894,sell_compound_top3,sell,2025-09-25 00:12:00,1920.0,6.9234,1,leg_gt,0.46,60 -38895,sell_compound_top3,sell,2025-09-25 01:51:00,1921.0,6.9792,1,leg_gt,0.53,60 -38896,sell_compound_top3,sell,2025-09-25 01:54:00,1923.0,7.0906,1,leg_gt,0.53,60 -38897,sell_compound_top3,sell,2025-09-25 01:57:00,1921.0,6.9792,1,leg_gt,0.54,60 -38898,sell_compound_top3,sell,2025-09-25 06:12:00,1919.0,6.8677,1,leg_gt,0.71,60 -38899,sell_compound_top3,sell,2025-09-25 06:15:00,1920.0,6.9234,1,leg_gt,0.71,60 -38900,sell_compound_top3,sell,2025-09-25 06:18:00,1919.0,6.8677,1,leg_gt,0.72,60 -38901,sell_compound_top3,sell,2025-09-25 06:21:00,1919.0,6.8677,1,leg_gt,0.72,60 -38902,sell_compound_top3,sell,2025-09-25 06:24:00,1923.0,7.0906,1,leg_gt,0.72,60 -38903,sell_compound_top3,sell,2025-09-25 06:27:00,1919.0,6.8677,1,leg_gt,0.72,60 -38904,sell_compound_top3,sell,2025-09-25 06:30:00,1922.0,7.0349,1,leg_gt,0.72,60 -38905,sell_compound_top3,sell,2025-09-25 06:33:00,1922.0,7.0349,1,leg_gt,0.73,60 -38906,sell_compound_top3,sell,2025-09-25 09:06:00,1918.0,6.8119,1,leg_gt,0.83,60 -38907,sell_compound_top3,sell,2025-09-25 09:09:00,1918.0,6.8119,1,leg_gt,0.84,60 -38908,sell_compound_top3,sell,2025-09-25 17:30:00,1844.0,2.6871,1,leg_gt,1.18,60 -38909,sell_compound_top3,sell,2025-09-25 17:33:00,1845.0,2.7428,1,leg_gt,1.19,60 -38910,sell_compound_top3,sell,2025-09-25 18:21:00,1850.0,3.0215,1,leg_gt,1.22,60 -38911,sell_compound_top3,sell,2025-09-25 18:24:00,1851.0,3.0773,1,leg_gt,1.22,60 -38912,sell_compound_top3,sell,2025-09-25 18:27:00,1854.0,3.2445,1,leg_gt,1.22,60 -38913,sell_compound_top3,sell,2025-09-25 23:27:00,1828.0,1.7952,1,leg_gt,1.43,60 -38914,sell_compound_top3,sell,2025-09-26 03:00:00,1809.0,1.8155,1,leg_gt,0.03,60 -38915,sell_compound_top3,sell,2025-09-26 03:03:00,1812.0,1.9845,1,leg_gt,0.04,60 -38916,sell_compound_top3,sell,2025-09-26 03:06:00,1811.0,1.9282,1,leg_gt,0.04,60 -38917,sell_compound_top3,sell,2025-09-26 03:09:00,1805.0,1.5901,1,leg_gt,0.04,60 -38918,sell_compound_top3,sell,2025-09-26 04:00:00,1880.0,5.8155,1,leg_gt,0.08,60 -38919,sell_compound_top3,sell,2025-09-26 04:03:00,1876.0,5.5901,1,leg_gt,0.08,60 -38920,sell_compound_top3,sell,2025-09-26 04:06:00,1874.0,5.4775,1,leg_gt,0.08,60 -38921,sell_compound_top3,sell,2025-09-26 04:09:00,1874.0,5.4775,1,leg_gt,0.08,60 -38922,sell_compound_top3,sell,2025-09-26 04:12:00,1888.0,6.2662,1,leg_gt,0.08,60 -38923,sell_compound_top3,sell,2025-09-26 04:15:00,1895.0,6.6606,1,leg_gt,0.09,60 -38924,sell_compound_top3,sell,2025-09-26 04:18:00,1887.0,6.2099,1,leg_gt,0.09,60 -38925,sell_compound_top3,sell,2025-09-26 10:00:00,1844.0,3.7873,1,leg_gt,0.32,60 -38926,sell_compound_top3,sell,2025-09-26 10:03:00,1845.0,3.8437,1,leg_gt,0.33,60 -38927,sell_compound_top3,sell,2025-09-26 21:30:00,1796.0,1.1972,1,leg_gt,0.06,60 -38928,sell_compound_top3,sell,2025-09-26 21:33:00,1811.0,2.0433,1,leg_gt,0.06,60 -38929,sell_compound_top3,sell,2025-09-26 21:51:00,1814.0,2.2125,1,leg_gt,0.07,60 -38930,sell_compound_top3,sell,2025-09-26 21:54:00,1812.0,2.0997,1,leg_gt,0.08,60 -38931,sell_compound_top3,sell,2025-09-27 01:27:00,1828.0,3.0021,1,leg_gt,0.22,60 -38932,sell_compound_top3,sell,2025-09-27 02:21:00,1830.0,3.1149,1,leg_gt,0.26,60 -38933,sell_compound_top3,sell,2025-09-27 02:24:00,1832.0,3.2277,1,leg_gt,0.26,60 -38934,sell_compound_top3,sell,2025-09-27 02:36:00,1837.0,3.5097,1,leg_gt,0.27,60 -38935,sell_compound_top3,sell,2025-09-27 02:39:00,1839.0,3.6225,1,leg_gt,0.27,60 -38936,sell_compound_top3,sell,2025-09-27 02:42:00,1835.0,3.3969,1,leg_gt,0.28,60 -38937,sell_compound_top3,sell,2025-09-27 02:51:00,1839.0,3.6225,1,leg_gt,0.28,60 -38938,sell_compound_top3,sell,2025-09-27 02:54:00,1839.0,3.6225,1,leg_gt,0.28,60 -38939,sell_compound_top3,sell,2025-09-27 03:00:00,1839.0,3.6225,1,leg_gt,0.29,60 -38940,sell_compound_top3,sell,2025-09-27 03:03:00,1841.0,3.7353,1,leg_gt,0.29,60 -38941,sell_compound_top3,sell,2025-09-27 03:21:00,1850.0,4.2429,1,leg_gt,0.3,60 -38942,sell_compound_top3,sell,2025-09-27 03:24:00,1850.0,4.2429,1,leg_gt,0.3,60 -38943,sell_compound_top3,sell,2025-09-27 05:27:00,1853.0,4.4121,1,leg_gt,0.39,60 -38944,sell_compound_top3,sell,2025-09-27 08:42:00,1850.0,4.2429,1,leg_gt,0.52,60 -38945,sell_compound_top3,sell,2025-09-27 09:00:00,1853.0,4.4121,1,leg_gt,0.54,60 -38946,sell_compound_top3,sell,2025-09-27 09:03:00,1854.0,4.4685,1,leg_gt,0.54,60 -38947,sell_compound_top3,sell,2025-09-27 10:06:00,1852.0,4.3557,1,leg_gt,0.58,60 -38948,sell_compound_top3,sell,2025-09-27 10:09:00,1853.0,4.4121,1,leg_gt,0.59,60 -38949,sell_compound_top3,sell,2025-09-27 11:57:00,1870.0,5.371,1,leg_gt,0.66,60 -38950,sell_compound_top3,sell,2025-09-27 12:36:00,1884.0,6.1606,1,leg_gt,0.69,60 -38951,sell_compound_top3,sell,2025-09-27 12:39:00,1885.0,6.217,1,leg_gt,0.69,60 -38952,sell_compound_top3,sell,2025-09-27 13:06:00,1890.0,6.499,1,leg_gt,0.71,60 -38953,sell_compound_top3,sell,2025-09-27 13:09:00,1891.0,6.5554,1,leg_gt,0.71,60 -38954,sell_compound_top3,sell,2025-09-27 15:00:00,1951.0,9.9395,1,leg_gt,0.79,60 -38955,sell_compound_top3,sell,2025-09-27 15:03:00,1957.0,10.2779,1,leg_gt,0.79,60 -38956,sell_compound_top3,sell,2025-09-27 15:06:00,1937.0,9.1499,1,leg_gt,0.79,60 -38957,sell_compound_top3,sell,2025-09-27 15:09:00,1945.0,9.6011,1,leg_gt,0.79,60 -38958,sell_compound_top3,sell,2025-09-27 21:00:00,1876.0,5.7094,1,leg_gt,1.04,60 -38959,sell_compound_top3,sell,2025-09-27 21:03:00,1876.0,5.7094,1,leg_gt,1.04,60 -38960,sell_compound_top3,sell,2025-09-27 22:00:00,1879.0,5.8786,1,leg_gt,1.08,60 -38961,sell_compound_top3,sell,2025-09-27 22:03:00,1881.0,5.9914,1,leg_gt,1.08,60 -38962,sell_compound_top3,sell,2025-09-27 22:06:00,1881.0,5.9914,1,leg_gt,1.08,60 -38963,sell_compound_top3,sell,2025-09-27 22:09:00,1882.0,6.0478,1,leg_gt,1.09,60 -38964,sell_compound_top3,sell,2025-09-28 04:30:00,1845.0,3.9609,1,leg_gt,1.35,60 -38965,sell_compound_top3,sell,2025-09-28 04:33:00,1844.0,3.9045,1,leg_gt,1.35,60 -38966,sell_compound_top3,sell,2025-09-28 13:51:00,1826.0,2.8893,1,leg_gt,1.74,60 -38967,sell_compound_top3,sell,2025-09-28 13:54:00,1823.0,2.7201,1,leg_gt,1.74,60 -38968,sell_compound_top3,sell,2025-09-28 23:00:00,1814.0,1.1277,1,leg_gt,0.16,60 -38969,sell_compound_top3,sell,2025-09-28 23:03:00,1810.0,0.9045,1,leg_gt,0.17,60 -38970,sell_compound_top3,sell,2025-09-29 00:51:00,1817.0,1.2951,1,leg_gt,0.24,60 -38971,sell_compound_top3,sell,2025-09-29 00:54:00,1817.0,1.2951,1,leg_gt,0.24,60 -38972,sell_compound_top3,sell,2025-09-29 02:12:00,1826.0,1.7973,1,leg_gt,0.3,60 -38973,sell_compound_top3,sell,2025-09-29 02:15:00,1827.0,1.8531,1,leg_gt,0.3,60 -38974,sell_compound_top3,sell,2025-09-29 02:18:00,1827.0,1.8531,1,leg_gt,0.3,60 -38975,sell_compound_top3,sell,2025-09-29 02:21:00,1828.0,1.9089,1,leg_gt,0.3,60 -38976,sell_compound_top3,sell,2025-09-29 02:24:00,1828.0,1.9089,1,leg_gt,0.31,60 -38977,sell_compound_top3,sell,2025-09-29 02:30:00,1826.0,1.7973,1,leg_gt,0.31,60 -38978,sell_compound_top3,sell,2025-09-29 02:33:00,1830.0,2.0205,1,leg_gt,0.31,60 -38979,sell_compound_top3,sell,2025-09-29 02:51:00,1836.0,2.3554,1,leg_gt,0.32,60 -38980,sell_compound_top3,sell,2025-09-29 02:54:00,1834.0,2.2438,1,leg_gt,0.33,60 -38981,sell_compound_top3,sell,2025-09-29 03:00:00,1835.0,2.2996,1,leg_gt,0.33,60 -38982,sell_compound_top3,sell,2025-09-29 03:03:00,1836.0,2.3554,1,leg_gt,0.33,60 -38983,sell_compound_top3,sell,2025-09-29 03:06:00,1838.0,2.467,1,leg_gt,0.34,60 -38984,sell_compound_top3,sell,2025-09-29 03:09:00,1835.0,2.2996,1,leg_gt,0.34,60 -38985,sell_compound_top3,sell,2025-09-29 04:06:00,1854.0,3.3598,1,leg_gt,0.38,60 -38986,sell_compound_top3,sell,2025-09-29 04:09:00,1847.0,2.9692,1,leg_gt,0.38,60 -38987,sell_compound_top3,sell,2025-09-29 05:21:00,1854.0,3.3598,1,leg_gt,0.43,60 -38988,sell_compound_top3,sell,2025-09-29 05:24:00,1855.0,3.4156,1,leg_gt,0.43,60 -38989,sell_compound_top3,sell,2025-09-29 05:27:00,1857.0,3.5272,1,leg_gt,0.43,60 -38990,sell_compound_top3,sell,2025-09-29 05:30:00,1856.0,3.4714,1,leg_gt,0.44,60 -38991,sell_compound_top3,sell,2025-09-29 05:33:00,1858.0,3.583,1,leg_gt,0.44,60 -38992,sell_compound_top3,sell,2025-09-29 05:36:00,1864.0,3.9179,1,leg_gt,0.44,60 -38993,sell_compound_top3,sell,2025-09-29 05:39:00,1862.0,3.8062,1,leg_gt,0.44,60 -38994,sell_compound_top3,sell,2025-09-29 07:30:00,1873.0,4.4201,1,leg_gt,0.52,60 -38995,sell_compound_top3,sell,2025-09-29 07:33:00,1884.0,5.0339,1,leg_gt,0.52,60 -38996,sell_compound_top3,sell,2025-09-29 07:45:00,1887.0,5.2013,1,leg_gt,0.53,60 -38997,sell_compound_top3,sell,2025-09-29 07:48:00,1900.0,5.9268,1,leg_gt,0.53,60 -38998,sell_compound_top3,sell,2025-09-29 23:12:00,1856.0,3.4714,1,leg_gt,1.17,60 -38999,sell_compound_top3,sell,2025-09-29 23:21:00,1865.0,3.9737,1,leg_gt,1.18,60 -39000,sell_compound_top3,sell,2025-09-29 23:24:00,1860.0,3.6946,1,leg_gt,1.18,60 -39001,sell_compound_top3,sell,2025-09-29 23:27:00,1863.0,3.8621,1,leg_gt,1.18,60 -39002,sell_compound_top3,sell,2025-09-29 23:30:00,1864.0,3.9179,1,leg_gt,1.19,60 -39003,sell_compound_top3,sell,2025-09-29 23:33:00,1866.0,4.0295,1,leg_gt,1.19,60 -39004,sell_compound_top3,sell,2025-09-29 23:36:00,1865.0,3.9737,1,leg_gt,1.19,60 -39005,sell_compound_top3,sell,2025-09-29 23:39:00,1865.0,3.9737,1,leg_gt,1.19,60 -39006,sell_compound_top3,sell,2025-09-29 23:45:00,1866.0,4.0295,1,leg_gt,1.2,60 -39007,sell_compound_top3,sell,2025-09-29 23:48:00,1871.0,4.3085,1,leg_gt,1.2,60 -39008,sell_compound_top3,sell,2025-09-29 23:51:00,1873.0,4.4201,1,leg_gt,1.2,60 -39009,sell_compound_top3,sell,2025-09-29 23:54:00,1870.0,4.2527,1,leg_gt,1.2,60 -39010,sell_compound_top3,sell,2025-09-29 23:57:00,1871.0,4.3085,1,leg_gt,1.2,60 -39011,sell_compound_top3,sell,2025-09-30 00:06:00,1878.0,4.6991,1,leg_gt,1.21,60 -39012,sell_compound_top3,sell,2025-09-30 00:09:00,1870.0,4.2527,1,leg_gt,1.21,60 -39013,sell_compound_top3,sell,2025-09-30 04:27:00,1826.0,1.627,1,leg_gt,0.1,60 -39014,sell_compound_top3,sell,2025-09-30 04:30:00,1827.0,1.6827,1,leg_gt,0.1,60 -39015,sell_compound_top3,sell,2025-09-30 04:33:00,1827.0,1.6827,1,leg_gt,0.11,60 -39016,sell_compound_top3,sell,2025-09-30 04:36:00,1827.0,1.6827,1,leg_gt,0.11,60 -39017,sell_compound_top3,sell,2025-09-30 04:39:00,1828.0,1.7384,1,leg_gt,0.11,60 -39018,sell_compound_top3,sell,2025-09-30 04:42:00,1831.0,1.9056,1,leg_gt,0.11,60 -39019,sell_compound_top3,sell,2025-09-30 05:00:00,1848.0,2.8526,1,leg_gt,0.12,60 -39020,sell_compound_top3,sell,2025-09-30 05:03:00,1845.0,2.6855,1,leg_gt,0.13,60 -39021,sell_compound_top3,sell,2025-09-30 05:06:00,1850.0,2.9641,1,leg_gt,0.13,60 -39022,sell_compound_top3,sell,2025-09-30 05:09:00,1853.0,3.1312,1,leg_gt,0.13,60 -39023,sell_compound_top3,sell,2025-09-30 05:21:00,1855.0,3.2426,1,leg_gt,0.14,60 -39024,sell_compound_top3,sell,2025-09-30 05:24:00,1858.0,3.4097,1,leg_gt,0.14,60 -39025,sell_compound_top3,sell,2025-09-30 05:27:00,1859.0,3.4655,1,leg_gt,0.14,60 -39026,sell_compound_top3,sell,2025-09-30 05:30:00,1860.0,3.5212,1,leg_gt,0.15,60 -39027,sell_compound_top3,sell,2025-09-30 05:33:00,1860.0,3.5212,1,leg_gt,0.15,60 -39028,sell_compound_top3,sell,2025-09-30 05:36:00,1866.0,3.8554,1,leg_gt,0.15,60 -39029,sell_compound_top3,sell,2025-09-30 05:39:00,1869.0,4.0226,1,leg_gt,0.15,60 -39030,sell_compound_top3,sell,2025-09-30 05:42:00,1874.0,4.3011,1,leg_gt,0.15,60 -39031,sell_compound_top3,sell,2025-09-30 05:45:00,1875.0,4.3568,1,leg_gt,0.16,60 -39032,sell_compound_top3,sell,2025-09-30 05:48:00,1873.0,4.2454,1,leg_gt,0.16,60 -39033,sell_compound_top3,sell,2025-09-30 05:51:00,1878.0,4.524,1,leg_gt,0.16,60 -39034,sell_compound_top3,sell,2025-09-30 05:54:00,1877.0,4.4682,1,leg_gt,0.16,60 -39035,sell_compound_top3,sell,2025-09-30 05:57:00,1875.0,4.3568,1,leg_gt,0.16,60 -39036,sell_compound_top3,sell,2025-09-30 06:00:00,1877.0,4.4682,1,leg_gt,0.17,60 -39037,sell_compound_top3,sell,2025-09-30 06:03:00,1875.0,4.3568,1,leg_gt,0.17,60 -39038,sell_compound_top3,sell,2025-10-01 05:30:00,1773.0,0.7532,1,leg_gt,0.07,60 -39039,sell_compound_top3,sell,2025-10-01 05:33:00,1778.0,1.0377,1,leg_gt,0.08,60 -39040,sell_compound_top3,sell,2025-10-01 05:42:00,1777.0,0.9808,1,leg_gt,0.08,60 -39041,sell_compound_top3,sell,2025-10-01 06:15:00,1792.0,1.834,1,leg_gt,0.1,60 -39042,sell_compound_top3,sell,2025-10-01 06:18:00,1794.0,1.9478,1,leg_gt,0.11,60 -39043,sell_compound_top3,sell,2025-10-01 11:06:00,1794.0,1.9478,1,leg_gt,0.31,60 -39044,sell_compound_top3,sell,2025-10-01 11:09:00,1794.0,1.9478,1,leg_gt,0.31,60 -39045,sell_compound_top3,sell,2025-10-01 11:12:00,1791.0,1.7771,1,leg_gt,0.31,60 -39046,sell_compound_top3,sell,2025-10-01 18:21:00,1854.0,5.3608,1,leg_gt,0.61,60 -39047,sell_compound_top3,sell,2025-10-01 18:24:00,1868.0,6.1571,1,leg_gt,0.61,60 -39048,sell_compound_top3,sell,2025-10-01 18:27:00,1872.0,6.3846,1,leg_gt,0.61,60 -39049,sell_compound_top3,sell,2025-10-02 00:42:00,1863.0,5.8727,1,leg_gt,0.87,60 -39050,sell_compound_top3,sell,2025-10-02 00:45:00,1865.0,5.9865,1,leg_gt,0.88,60 -39051,sell_compound_top3,sell,2025-10-02 00:48:00,1866.0,6.0433,1,leg_gt,0.88,60 -39052,sell_compound_top3,sell,2025-10-02 01:00:00,1866.0,6.0433,1,leg_gt,0.89,60 -39053,sell_compound_top3,sell,2025-10-02 01:03:00,1863.0,5.8727,1,leg_gt,0.89,60 -39054,sell_compound_top3,sell,2025-10-02 01:12:00,1865.0,5.9865,1,leg_gt,0.89,60 -39055,sell_compound_top3,sell,2025-10-02 01:15:00,1867.0,6.1002,1,leg_gt,0.9,60 -39056,sell_compound_top3,sell,2025-10-02 01:18:00,1865.0,5.9865,1,leg_gt,0.9,60 -39057,sell_compound_top3,sell,2025-10-02 01:27:00,1870.0,6.2709,1,leg_gt,0.9,60 -39058,sell_compound_top3,sell,2025-10-02 01:30:00,1872.0,6.3846,1,leg_gt,0.91,60 -39059,sell_compound_top3,sell,2025-10-02 01:33:00,1868.0,6.1571,1,leg_gt,0.91,60 -39060,sell_compound_top3,sell,2025-10-02 01:42:00,1872.0,6.3846,1,leg_gt,0.91,60 -39061,sell_compound_top3,sell,2025-10-02 03:30:00,1871.0,6.3278,1,leg_gt,0.99,60 -39062,sell_compound_top3,sell,2025-10-02 03:33:00,1875.0,6.5553,1,leg_gt,0.99,60 -39063,sell_compound_top3,sell,2025-10-02 03:42:00,1876.0,6.6122,1,leg_gt,1.0,60 -39064,sell_compound_top3,sell,2025-10-02 03:45:00,1876.0,6.6122,1,leg_gt,1.0,60 -39065,sell_compound_top3,sell,2025-10-02 03:48:00,1877.0,6.6691,1,leg_gt,1.0,60 -39066,sell_compound_top3,sell,2025-10-02 03:51:00,1877.0,6.6691,1,leg_gt,1.0,60 -39067,sell_compound_top3,sell,2025-10-02 03:54:00,1876.0,6.6122,1,leg_gt,1.01,60 -39068,sell_compound_top3,sell,2025-10-02 08:00:00,1865.0,5.9865,1,leg_gt,1.18,60 -39069,sell_compound_top3,sell,2025-10-02 08:03:00,1865.0,5.9865,1,leg_gt,1.18,60 -39070,sell_compound_top3,sell,2025-10-02 08:06:00,1867.0,6.1002,1,leg_gt,1.18,60 -39071,sell_compound_top3,sell,2025-10-02 08:09:00,1867.0,6.1002,1,leg_gt,1.18,60 -39072,sell_compound_top3,sell,2025-10-02 08:12:00,1868.0,6.1571,1,leg_gt,1.19,60 -39073,sell_compound_top3,sell,2025-10-02 08:15:00,1868.0,6.1571,1,leg_gt,1.19,60 -39074,sell_compound_top3,sell,2025-10-02 08:18:00,1869.0,6.214,1,leg_gt,1.19,60 -39075,sell_compound_top3,sell,2025-10-02 08:21:00,1870.0,6.2709,1,leg_gt,1.19,60 -39076,sell_compound_top3,sell,2025-10-02 08:24:00,1870.0,6.2709,1,leg_gt,1.19,60 -39077,sell_compound_top3,sell,2025-10-02 08:27:00,1869.0,6.214,1,leg_gt,1.2,60 -39078,sell_compound_top3,sell,2025-10-02 08:30:00,1873.0,6.4415,1,leg_gt,1.2,60 -39079,sell_compound_top3,sell,2025-10-02 08:33:00,1874.0,6.4984,1,leg_gt,1.2,60 -39080,sell_compound_top3,sell,2025-10-02 09:00:00,1873.0,6.4415,1,leg_gt,1.22,60 -39081,sell_compound_top3,sell,2025-10-02 09:03:00,1877.0,6.6691,1,leg_gt,1.22,60 -39082,sell_compound_top3,sell,2025-10-02 09:06:00,1876.0,6.6122,1,leg_gt,1.22,60 -39083,sell_compound_top3,sell,2025-10-02 09:09:00,1876.0,6.6122,1,leg_gt,1.23,60 -39084,sell_compound_top3,sell,2025-10-02 09:12:00,1874.0,6.4984,1,leg_gt,1.23,60 -39085,sell_compound_top3,sell,2025-10-02 09:15:00,1876.0,6.6122,1,leg_gt,1.23,60 -39086,sell_compound_top3,sell,2025-10-02 09:18:00,1876.0,6.6122,1,leg_gt,1.23,60 -39087,sell_compound_top3,sell,2025-10-02 09:21:00,1878.0,6.7259,1,leg_gt,1.23,60 -39088,sell_compound_top3,sell,2025-10-02 09:24:00,1874.0,6.4984,1,leg_gt,1.24,60 -39089,sell_compound_top3,sell,2025-10-02 11:06:00,1902.0,8.0911,1,leg_gt,1.31,60 -39090,sell_compound_top3,sell,2025-10-02 11:09:00,1899.0,7.9205,1,leg_gt,1.31,60 -39091,sell_compound_top3,sell,2025-10-02 11:12:00,1899.0,7.9205,1,leg_gt,1.31,60 -39092,sell_compound_top3,sell,2025-10-02 11:15:00,1901.0,8.0342,1,leg_gt,1.31,60 -39093,sell_compound_top3,sell,2025-10-02 11:18:00,1900.0,7.9774,1,leg_gt,1.31,60 -39094,sell_compound_top3,sell,2025-10-02 11:27:00,1905.0,8.2618,1,leg_gt,1.32,60 -39095,sell_compound_top3,sell,2025-10-02 11:30:00,1908.0,8.4324,1,leg_gt,1.32,60 -39096,sell_compound_top3,sell,2025-10-02 11:33:00,1910.0,8.5462,1,leg_gt,1.32,60 -39097,sell_compound_top3,sell,2025-10-02 11:36:00,1921.0,9.1719,1,leg_gt,1.33,60 -39098,sell_compound_top3,sell,2025-10-02 11:39:00,1915.0,8.8306,1,leg_gt,1.33,60 -39099,sell_compound_top3,sell,2025-10-02 11:42:00,1917.0,8.9444,1,leg_gt,1.33,60 -39100,sell_compound_top3,sell,2025-10-02 11:45:00,1918.0,9.0013,1,leg_gt,1.33,60 -39101,sell_compound_top3,sell,2025-10-02 11:48:00,1920.0,9.115,1,leg_gt,1.34,60 -39102,sell_compound_top3,sell,2025-10-02 11:51:00,1917.0,8.9444,1,leg_gt,1.34,60 -39103,sell_compound_top3,sell,2025-10-02 11:54:00,1914.0,8.7737,1,leg_gt,1.34,60 -39104,sell_compound_top3,sell,2025-10-02 19:30:00,1889.0,7.3516,1,leg_gt,1.66,60 -39105,sell_compound_top3,sell,2025-10-02 19:33:00,1890.0,7.4085,1,leg_gt,1.66,60 -39106,sell_compound_top3,sell,2025-10-02 19:36:00,1890.0,7.4085,1,leg_gt,1.66,60 -39107,sell_compound_top3,sell,2025-10-02 19:39:00,1890.0,7.4085,1,leg_gt,1.66,60 -39108,sell_compound_top3,sell,2025-10-02 19:42:00,1891.0,7.4654,1,leg_gt,1.66,60 -39109,sell_compound_top3,sell,2025-10-02 20:00:00,1901.0,8.0342,1,leg_gt,1.68,60 -39110,sell_compound_top3,sell,2025-10-02 20:03:00,1900.0,7.9774,1,leg_gt,1.68,60 -39111,sell_compound_top3,sell,2025-10-02 20:06:00,1899.0,7.9205,1,leg_gt,1.68,60 -39112,sell_compound_top3,sell,2025-10-02 20:09:00,1899.0,7.9205,1,leg_gt,1.68,60 -39113,sell_compound_top3,sell,2025-10-02 20:15:00,1904.0,8.2049,1,leg_gt,1.69,60 -39114,sell_compound_top3,sell,2025-10-02 20:18:00,1911.0,8.6031,1,leg_gt,1.69,60 -39115,sell_compound_top3,sell,2025-10-02 20:45:00,1913.0,8.7168,1,leg_gt,1.71,60 -39116,sell_compound_top3,sell,2025-10-02 20:48:00,1916.0,8.8875,1,leg_gt,1.71,60 -39117,sell_compound_top3,sell,2025-10-02 20:51:00,1914.0,8.7737,1,leg_gt,1.71,60 -39118,sell_compound_top3,sell,2025-10-02 20:54:00,1915.0,8.8306,1,leg_gt,1.71,60 -39119,sell_compound_top3,sell,2025-10-03 01:27:00,1891.0,2.1715,1,leg_gt,0.06,60 -39120,sell_compound_top3,sell,2025-10-03 01:30:00,1889.0,2.0633,1,leg_gt,0.06,60 -39121,sell_compound_top3,sell,2025-10-03 01:33:00,1886.0,1.9011,1,leg_gt,0.06,60 -39122,sell_compound_top3,sell,2025-10-03 02:30:00,1892.0,2.2256,1,leg_gt,0.1,60 -39123,sell_compound_top3,sell,2025-10-03 02:33:00,1890.0,2.1174,1,leg_gt,0.1,60 -39124,sell_compound_top3,sell,2025-10-03 02:45:00,1895.0,2.3878,1,leg_gt,0.11,60 -39125,sell_compound_top3,sell,2025-10-03 02:48:00,1896.0,2.4419,1,leg_gt,0.11,60 -39126,sell_compound_top3,sell,2025-10-03 03:00:00,1897.0,2.496,1,leg_gt,0.12,60 -39127,sell_compound_top3,sell,2025-10-03 03:03:00,1900.0,2.6582,1,leg_gt,0.12,60 -39128,sell_compound_top3,sell,2025-10-03 03:12:00,1903.0,2.8205,1,leg_gt,0.13,60 -39129,sell_compound_top3,sell,2025-10-03 03:15:00,1905.0,2.9287,1,leg_gt,0.13,60 -39130,sell_compound_top3,sell,2025-10-03 03:18:00,1903.0,2.8205,1,leg_gt,0.14,60 -39131,sell_compound_top3,sell,2025-10-03 03:21:00,1904.0,2.8746,1,leg_gt,0.14,60 -39132,sell_compound_top3,sell,2025-10-03 03:24:00,1904.0,2.8746,1,leg_gt,0.14,60 -39133,sell_compound_top3,sell,2025-10-03 03:27:00,1904.0,2.8746,1,leg_gt,0.14,60 -39134,sell_compound_top3,sell,2025-10-03 03:45:00,1908.0,3.0909,1,leg_gt,0.15,60 -39135,sell_compound_top3,sell,2025-10-03 03:48:00,1908.0,3.0909,1,leg_gt,0.16,60 -39136,sell_compound_top3,sell,2025-10-03 04:00:00,1910.0,3.1991,1,leg_gt,0.16,60 -39137,sell_compound_top3,sell,2025-10-03 04:03:00,1910.0,3.1991,1,leg_gt,0.17,60 -39138,sell_compound_top3,sell,2025-10-03 04:06:00,1914.0,3.4154,1,leg_gt,0.17,60 -39139,sell_compound_top3,sell,2025-10-03 04:09:00,1920.0,3.7399,1,leg_gt,0.17,60 -39140,sell_compound_top3,sell,2025-10-03 04:51:00,1914.0,3.4154,1,leg_gt,0.2,60 -39141,sell_compound_top3,sell,2025-10-03 04:54:00,1918.0,3.6317,1,leg_gt,0.2,60 -39142,sell_compound_top3,sell,2025-10-03 05:12:00,1922.0,3.8481,1,leg_gt,0.21,60 -39143,sell_compound_top3,sell,2025-10-03 05:15:00,1924.0,3.9562,1,leg_gt,0.22,60 -39144,sell_compound_top3,sell,2025-10-03 05:18:00,1924.0,3.9562,1,leg_gt,0.22,60 -39145,sell_compound_top3,sell,2025-10-03 07:15:00,1928.0,4.1726,1,leg_gt,0.3,60 -39146,sell_compound_top3,sell,2025-10-03 07:18:00,1922.0,3.8481,1,leg_gt,0.3,60 -39147,sell_compound_top3,sell,2025-10-03 13:21:00,1917.0,3.5777,1,leg_gt,0.55,60 -39148,sell_compound_top3,sell,2025-10-03 13:24:00,1920.0,3.7399,1,leg_gt,0.56,60 -39149,sell_compound_top3,sell,2025-10-03 13:27:00,1917.0,3.5777,1,leg_gt,0.56,60 -39150,sell_compound_top3,sell,2025-10-03 13:30:00,1916.0,3.5236,1,leg_gt,0.56,60 -39151,sell_compound_top3,sell,2025-10-03 13:33:00,1914.0,3.4154,1,leg_gt,0.56,60 -39152,sell_compound_top3,sell,2025-10-03 22:42:00,1895.0,2.3878,1,leg_gt,0.94,60 -39153,sell_compound_top3,sell,2025-10-04 01:12:00,1927.0,2.8931,1,leg_gt,0.08,60 -39154,sell_compound_top3,sell,2025-10-04 01:15:00,1930.0,3.0534,1,leg_gt,0.08,60 -39155,sell_compound_top3,sell,2025-10-04 01:18:00,1921.0,2.5724,1,leg_gt,0.08,60 -39156,sell_compound_top3,sell,2025-10-04 01:27:00,1928.0,2.9465,1,leg_gt,0.09,60 -39157,sell_compound_top3,sell,2025-10-04 01:30:00,1930.0,3.0534,1,leg_gt,0.09,60 -39158,sell_compound_top3,sell,2025-10-04 01:33:00,1937.0,3.4275,1,leg_gt,0.09,60 -39159,sell_compound_top3,sell,2025-10-04 01:36:00,1946.0,3.9086,1,leg_gt,0.1,60 -39160,sell_compound_top3,sell,2025-10-04 01:39:00,1945.0,3.8551,1,leg_gt,0.1,60 -39161,sell_compound_top3,sell,2025-10-04 01:42:00,1949.0,4.0689,1,leg_gt,0.1,60 -39162,sell_compound_top3,sell,2025-10-04 01:51:00,1958.0,4.5499,1,leg_gt,0.11,60 -39163,sell_compound_top3,sell,2025-10-04 01:54:00,1950.0,4.1223,1,leg_gt,0.11,60 -39164,sell_compound_top3,sell,2025-10-04 14:21:00,1876.0,0.1672,1,leg_gt,0.63,60 -39165,sell_compound_top3,sell,2025-10-04 14:24:00,1878.0,0.2741,1,leg_gt,0.63,60 -39166,sell_compound_top3,sell,2025-10-04 15:12:00,1878.0,0.2741,1,leg_gt,0.66,60 -39167,sell_compound_top3,sell,2025-10-04 15:21:00,1876.0,0.1672,1,leg_gt,0.67,60 -39168,sell_compound_top3,sell,2025-10-04 15:24:00,1879.0,0.3276,1,leg_gt,0.67,60 -39169,sell_compound_top3,sell,2025-10-04 22:21:00,1844.0,-1.5431,0,leg_gt,0.96,60 -39170,sell_compound_top3,sell,2025-10-04 22:24:00,1847.0,-1.3827,0,leg_gt,0.96,60 -39171,sell_compound_top3,sell,2025-10-05 11:51:00,1822.0,1.4042,1,leg_gt,0.08,60 -39172,sell_compound_top3,sell,2025-10-05 11:54:00,1818.0,1.1813,1,leg_gt,0.08,60 -39173,sell_compound_top3,sell,2025-10-05 11:57:00,1823.0,1.4599,1,leg_gt,0.08,60 -39174,sell_compound_top3,sell,2025-10-05 12:45:00,1832.0,1.9613,1,leg_gt,0.12,60 -39175,sell_compound_top3,sell,2025-10-05 12:48:00,1831.0,1.9056,1,leg_gt,0.12,60 -39176,sell_compound_top3,sell,2025-10-05 13:42:00,1835.0,2.1284,1,leg_gt,0.16,60 -39177,sell_compound_top3,sell,2025-10-05 14:15:00,1849.0,2.9084,1,leg_gt,0.18,60 -39178,sell_compound_top3,sell,2025-10-05 14:18:00,1853.0,3.1312,1,leg_gt,0.18,60 -39179,sell_compound_top3,sell,2025-10-05 14:21:00,1857.0,3.354,1,leg_gt,0.18,60 -39180,sell_compound_top3,sell,2025-10-05 14:24:00,1857.0,3.354,1,leg_gt,0.19,60 -39181,sell_compound_top3,sell,2025-10-05 14:27:00,1863.0,3.6883,1,leg_gt,0.19,60 -39182,sell_compound_top3,sell,2025-10-05 14:30:00,1865.0,3.7997,1,leg_gt,0.19,60 -39183,sell_compound_top3,sell,2025-10-05 14:33:00,1864.0,3.744,1,leg_gt,0.19,60 -39184,sell_compound_top3,sell,2025-10-05 16:27:00,1870.0,4.0783,1,leg_gt,0.27,60 -39185,sell_compound_top3,sell,2025-10-05 23:15:00,1840.0,2.407,1,leg_gt,0.55,60 -39186,sell_compound_top3,sell,2025-10-05 23:18:00,1841.0,2.4627,1,leg_gt,0.56,60 -39187,sell_compound_top3,sell,2025-10-05 23:21:00,1836.0,2.1841,1,leg_gt,0.56,60 -39188,sell_compound_top3,sell,2025-10-05 23:24:00,1835.0,2.1284,1,leg_gt,0.56,60 -39189,sell_compound_top3,sell,2025-10-06 00:21:00,1840.0,2.407,1,leg_gt,0.6,60 -39190,sell_compound_top3,sell,2025-10-06 00:24:00,1841.0,2.4627,1,leg_gt,0.6,60 -39191,sell_compound_top3,sell,2025-10-06 01:00:00,1845.0,2.6855,1,leg_gt,0.63,60 -39192,sell_compound_top3,sell,2025-10-06 01:03:00,1845.0,2.6855,1,leg_gt,0.63,60 -39193,sell_compound_top3,sell,2025-10-06 01:06:00,1840.0,2.407,1,leg_gt,0.63,60 -39194,sell_compound_top3,sell,2025-10-06 01:09:00,1841.0,2.4627,1,leg_gt,0.63,60 -39195,sell_compound_top3,sell,2025-10-06 01:12:00,1844.0,2.6298,1,leg_gt,0.64,60 -39196,sell_compound_top3,sell,2025-10-06 10:36:00,1815.0,1.1835,1,leg_gt,0.02,60 -39197,sell_compound_top3,sell,2025-10-06 10:39:00,1817.0,1.2951,1,leg_gt,0.03,60 -39198,sell_compound_top3,sell,2025-10-06 11:51:00,1821.0,1.5183,1,leg_gt,0.08,60 -39199,sell_compound_top3,sell,2025-10-06 11:54:00,1812.0,1.0161,1,leg_gt,0.08,60 -39200,sell_compound_top3,sell,2025-10-06 15:30:00,1809.0,0.8487,1,leg_gt,0.23,60 -39201,sell_compound_top3,sell,2025-10-06 15:33:00,1809.0,0.8487,1,leg_gt,0.23,60 -39202,sell_compound_top3,sell,2025-10-06 15:42:00,1807.0,0.7371,1,leg_gt,0.24,60 -39203,sell_compound_top3,sell,2025-10-06 16:12:00,1808.0,0.7929,1,leg_gt,0.26,60 -39204,sell_compound_top3,sell,2025-10-06 21:30:00,1807.0,0.7371,1,leg_gt,0.48,60 -39205,sell_compound_top3,sell,2025-10-06 21:33:00,1806.0,0.6812,1,leg_gt,0.48,60 -39206,sell_compound_top3,sell,2025-10-06 21:57:00,1807.0,0.7371,1,leg_gt,0.5,60 -39207,sell_compound_top3,sell,2025-10-06 22:06:00,1813.0,1.0719,1,leg_gt,0.5,60 -39208,sell_compound_top3,sell,2025-10-06 22:09:00,1814.0,1.1277,1,leg_gt,0.51,60 -39209,sell_compound_top3,sell,2025-10-06 22:51:00,1817.0,1.2951,1,leg_gt,0.54,60 -39210,sell_compound_top3,sell,2025-10-06 22:54:00,1820.0,1.4625,1,leg_gt,0.54,60 -39211,sell_compound_top3,sell,2025-10-06 23:15:00,1823.0,1.6299,1,leg_gt,0.55,60 -39212,sell_compound_top3,sell,2025-10-06 23:18:00,1826.0,1.7973,1,leg_gt,0.55,60 -39213,sell_compound_top3,sell,2025-10-07 00:36:00,1854.0,3.3598,1,leg_gt,0.61,60 -39214,sell_compound_top3,sell,2025-10-07 00:39:00,1854.0,3.3598,1,leg_gt,0.61,60 -39215,sell_compound_top3,sell,2025-10-07 00:42:00,1849.0,3.0808,1,leg_gt,0.61,60 -39216,sell_compound_top3,sell,2025-10-07 02:21:00,1854.0,3.3598,1,leg_gt,0.68,60 -39217,sell_compound_top3,sell,2025-10-07 02:24:00,1857.0,3.5272,1,leg_gt,0.68,60 -39218,sell_compound_top3,sell,2025-10-07 02:27:00,1857.0,3.5272,1,leg_gt,0.69,60 -39219,sell_compound_top3,sell,2025-10-07 02:36:00,1852.0,3.2482,1,leg_gt,0.69,60 -39220,sell_compound_top3,sell,2025-10-07 02:39:00,1852.0,3.2482,1,leg_gt,0.69,60 -39221,sell_compound_top3,sell,2025-10-07 02:42:00,1853.0,3.304,1,leg_gt,0.7,60 -39222,sell_compound_top3,sell,2025-10-07 02:45:00,1854.0,3.3598,1,leg_gt,0.7,60 -39223,sell_compound_top3,sell,2025-10-07 02:48:00,1852.0,3.2482,1,leg_gt,0.7,60 -39224,sell_compound_top3,sell,2025-10-07 03:06:00,1863.0,3.8621,1,leg_gt,0.71,60 -39225,sell_compound_top3,sell,2025-10-07 03:09:00,1863.0,3.8621,1,leg_gt,0.71,60 -39226,sell_compound_top3,sell,2025-10-07 03:12:00,1860.0,3.6946,1,leg_gt,0.72,60 -39227,sell_compound_top3,sell,2025-10-07 03:15:00,1864.0,3.9179,1,leg_gt,0.72,60 -39228,sell_compound_top3,sell,2025-10-07 03:18:00,1863.0,3.8621,1,leg_gt,0.72,60 -39229,sell_compound_top3,sell,2025-10-07 03:21:00,1865.0,3.9737,1,leg_gt,0.72,60 -39230,sell_compound_top3,sell,2025-10-07 03:24:00,1866.0,4.0295,1,leg_gt,0.72,60 -39231,sell_compound_top3,sell,2025-10-07 03:27:00,1865.0,3.9737,1,leg_gt,0.73,60 -39232,sell_compound_top3,sell,2025-10-07 03:57:00,1869.0,4.1969,1,leg_gt,0.75,60 -39233,sell_compound_top3,sell,2025-10-07 06:51:00,1871.0,4.3085,1,leg_gt,0.87,60 -39234,sell_compound_top3,sell,2025-10-07 06:54:00,1870.0,4.2527,1,leg_gt,0.87,60 -39235,sell_compound_top3,sell,2025-10-07 07:12:00,1877.0,4.6433,1,leg_gt,0.88,60 -39236,sell_compound_top3,sell,2025-10-07 07:15:00,1878.0,4.6991,1,leg_gt,0.89,60 -39237,sell_compound_top3,sell,2025-10-07 07:18:00,1882.0,4.9223,1,leg_gt,0.89,60 -39238,sell_compound_top3,sell,2025-10-07 10:42:00,1874.0,4.4759,1,leg_gt,1.03,60 -39239,sell_compound_top3,sell,2025-10-07 13:57:00,1878.0,4.6991,1,leg_gt,1.16,60 -39240,sell_compound_top3,sell,2025-10-07 14:51:00,1883.0,4.9781,1,leg_gt,1.2,60 -39241,sell_compound_top3,sell,2025-10-07 14:54:00,1881.0,4.8665,1,leg_gt,1.2,60 -39242,sell_compound_top3,sell,2025-10-07 22:12:00,1838.0,2.467,1,leg_gt,1.51,60 -39243,sell_compound_top3,sell,2025-10-08 05:21:00,1756.0,-2.1089,0,leg_gt,1.81,60 -39244,sell_compound_top3,sell,2025-10-08 05:24:00,1755.0,-2.1647,0,leg_gt,1.81,60 -39245,sell_compound_top3,sell,2025-10-08 05:27:00,1759.0,-1.9415,0,leg_gt,1.81,60 -39246,sell_compound_top3,sell,2025-10-08 05:45:00,1761.0,-1.8299,0,leg_gt,1.82,60 -39247,sell_compound_top3,sell,2025-10-08 05:48:00,1763.0,-1.7183,0,leg_gt,1.82,60 -39248,sell_compound_top3,sell,2025-10-08 05:51:00,1764.0,-1.6625,0,leg_gt,1.83,60 -39249,sell_compound_top3,sell,2025-10-08 05:54:00,1765.0,-1.6067,0,leg_gt,1.83,60 -39250,sell_compound_top3,sell,2025-10-08 05:57:00,1766.0,-1.5509,0,leg_gt,1.83,60 -39251,sell_compound_top3,sell,2025-10-08 06:21:00,1766.0,-1.5509,0,leg_gt,1.85,60 -39252,sell_compound_top3,sell,2025-10-08 06:24:00,1767.0,-1.4951,0,leg_gt,1.85,60 -39253,sell_compound_top3,sell,2025-10-08 11:36:00,1748.0,-2.5554,0,leg_gt,2.07,60 -39254,sell_compound_top3,sell,2025-10-08 11:39:00,1747.0,-2.6112,0,leg_gt,2.07,60 -39255,sell_compound_top3,sell,2025-10-08 17:15:00,1725.0,-3.8388,0,leg_gt,2.3,60 -39256,sell_compound_top3,sell,2025-10-08 17:18:00,1726.0,-3.783,0,leg_gt,2.3,60 -39257,sell_compound_top3,sell,2025-10-08 17:21:00,1728.0,-3.6714,0,leg_gt,2.31,60 -39258,sell_compound_top3,sell,2025-10-08 17:24:00,1724.0,-3.8946,0,leg_gt,2.31,60 -39259,sell_compound_top3,sell,2025-10-09 01:12:00,1738.0,1.8953,1,leg_gt,0.17,60 -39260,sell_compound_top3,sell,2025-10-09 01:21:00,1737.0,1.8366,1,leg_gt,0.18,60 -39261,sell_compound_top3,sell,2025-10-09 01:24:00,1735.0,1.7192,1,leg_gt,0.18,60 -39262,sell_compound_top3,sell,2025-10-09 01:27:00,1739.0,1.954,1,leg_gt,0.18,60 -39263,sell_compound_top3,sell,2025-10-09 01:42:00,1737.0,1.8366,1,leg_gt,0.19,60 -39264,sell_compound_top3,sell,2025-10-09 01:57:00,1743.0,2.1887,1,leg_gt,0.2,60 -39265,sell_compound_top3,sell,2025-10-09 02:00:00,1746.0,2.3648,1,leg_gt,0.2,60 -39266,sell_compound_top3,sell,2025-10-09 02:03:00,1745.0,2.3061,1,leg_gt,0.21,60 -39267,sell_compound_top3,sell,2025-10-09 02:30:00,1767.0,3.5972,1,leg_gt,0.22,60 -39268,sell_compound_top3,sell,2025-10-09 02:33:00,1769.0,3.7146,1,leg_gt,0.23,60 -39269,sell_compound_top3,sell,2025-10-09 02:36:00,1767.0,3.5972,1,leg_gt,0.23,60 -39270,sell_compound_top3,sell,2025-10-09 02:39:00,1765.0,3.4798,1,leg_gt,0.23,60 -39271,sell_compound_top3,sell,2025-10-09 02:42:00,1763.0,3.3624,1,leg_gt,0.23,60 -39272,sell_compound_top3,sell,2025-10-09 02:45:00,1768.0,3.6559,1,leg_gt,0.24,60 -39273,sell_compound_top3,sell,2025-10-09 02:48:00,1768.0,3.6559,1,leg_gt,0.24,60 -39274,sell_compound_top3,sell,2025-10-09 02:51:00,1783.0,4.5362,1,leg_gt,0.24,60 -39275,sell_compound_top3,sell,2025-10-09 02:54:00,1790.0,4.9469,1,leg_gt,0.24,60 -39276,sell_compound_top3,sell,2025-10-09 03:12:00,1791.0,5.0056,1,leg_gt,0.25,60 -39277,sell_compound_top3,sell,2025-10-09 03:15:00,1791.0,5.0056,1,leg_gt,0.26,60 -39278,sell_compound_top3,sell,2025-10-09 03:18:00,1792.0,5.0643,1,leg_gt,0.26,60 -39279,sell_compound_top3,sell,2025-10-09 03:21:00,1805.0,5.8272,1,leg_gt,0.26,60 -39280,sell_compound_top3,sell,2025-10-09 03:24:00,1810.0,6.1207,1,leg_gt,0.26,60 -39281,sell_compound_top3,sell,2025-10-09 03:27:00,1817.0,6.5315,1,leg_gt,0.26,60 -39282,sell_compound_top3,sell,2025-10-09 03:30:00,1809.0,6.062,1,leg_gt,0.27,60 -39283,sell_compound_top3,sell,2025-10-09 03:33:00,1814.0,6.3554,1,leg_gt,0.27,60 -39284,sell_compound_top3,sell,2025-10-09 03:36:00,1808.0,6.0033,1,leg_gt,0.27,60 -39285,sell_compound_top3,sell,2025-10-09 03:39:00,1823.0,6.8836,1,leg_gt,0.27,60 -39286,sell_compound_top3,sell,2025-10-09 03:42:00,1811.0,6.1793,1,leg_gt,0.28,60 -39287,sell_compound_top3,sell,2025-10-09 03:57:00,1822.0,6.8249,1,leg_gt,0.29,60 -39288,sell_compound_top3,sell,2025-10-09 04:00:00,1819.0,6.6488,1,leg_gt,0.29,60 -39289,sell_compound_top3,sell,2025-10-09 04:03:00,1822.0,6.8249,1,leg_gt,0.29,60 -39290,sell_compound_top3,sell,2025-10-09 04:06:00,1822.0,6.8249,1,leg_gt,0.29,60 -39291,sell_compound_top3,sell,2025-10-09 04:09:00,1819.0,6.6488,1,leg_gt,0.29,60 -39292,sell_compound_top3,sell,2025-10-09 05:51:00,1829.0,7.2357,1,leg_gt,0.36,60 -39293,sell_compound_top3,sell,2025-10-09 05:54:00,1842.0,7.9986,1,leg_gt,0.37,60 -39294,sell_compound_top3,sell,2025-10-09 06:27:00,1839.0,7.8225,1,leg_gt,0.39,60 -39295,sell_compound_top3,sell,2025-10-09 06:30:00,1842.0,7.9986,1,leg_gt,0.39,60 -39296,sell_compound_top3,sell,2025-10-09 06:33:00,1840.0,7.8812,1,leg_gt,0.39,60 -39297,sell_compound_top3,sell,2025-10-09 08:51:00,1841.0,7.9399,1,leg_gt,0.49,60 -39298,sell_compound_top3,sell,2025-10-09 08:54:00,1843.0,8.0573,1,leg_gt,0.49,60 -39299,sell_compound_top3,sell,2025-10-09 08:57:00,1845.0,8.1746,1,leg_gt,0.49,60 -39300,sell_compound_top3,sell,2025-10-09 20:42:00,1761.0,3.2451,1,leg_gt,0.98,60 -39301,sell_compound_top3,sell,2025-10-09 20:45:00,1763.0,3.3624,1,leg_gt,0.99,60 -39302,sell_compound_top3,sell,2025-10-09 20:48:00,1759.0,3.1277,1,leg_gt,0.99,60 -39303,sell_compound_top3,sell,2025-10-09 21:21:00,1766.0,3.5385,1,leg_gt,1.01,60 -39304,sell_compound_top3,sell,2025-10-09 21:24:00,1770.0,3.7732,1,leg_gt,1.01,60 -39305,sell_compound_top3,sell,2025-10-09 21:27:00,1766.0,3.5385,1,leg_gt,1.01,60 -39306,sell_compound_top3,sell,2025-10-09 21:30:00,1766.0,3.5385,1,leg_gt,1.02,60 -39307,sell_compound_top3,sell,2025-10-09 21:33:00,1772.0,3.8906,1,leg_gt,1.02,60 -39308,sell_compound_top3,sell,2025-10-09 21:36:00,1768.0,3.6559,1,leg_gt,1.02,60 -39309,sell_compound_top3,sell,2025-10-09 21:39:00,1770.0,3.7732,1,leg_gt,1.02,60 -39310,sell_compound_top3,sell,2025-10-09 22:00:00,1769.0,3.7146,1,leg_gt,1.04,60 -39311,sell_compound_top3,sell,2025-10-09 22:03:00,1771.0,3.8319,1,leg_gt,1.04,60 -39312,sell_compound_top3,sell,2025-10-10 01:30:00,1757.0,1.5782,1,leg_gt,0.08,60 -39313,sell_compound_top3,sell,2025-10-10 01:33:00,1751.0,1.231,1,leg_gt,0.08,60 -39314,sell_compound_top3,sell,2025-10-10 01:42:00,1754.0,1.4046,1,leg_gt,0.09,60 -39315,sell_compound_top3,sell,2025-10-10 02:12:00,1764.0,1.9833,1,leg_gt,0.11,60 -39316,sell_compound_top3,sell,2025-10-10 03:06:00,1763.0,1.9255,1,leg_gt,0.15,60 -39317,sell_compound_top3,sell,2025-10-10 03:09:00,1759.0,1.694,1,leg_gt,0.15,60 -39318,sell_compound_top3,sell,2025-10-10 06:21:00,1761.0,1.8097,1,leg_gt,0.28,60 -39319,sell_compound_top3,sell,2025-10-10 06:24:00,1760.0,1.7519,1,leg_gt,0.29,60 -39320,sell_compound_top3,sell,2025-10-10 06:45:00,1760.0,1.7519,1,leg_gt,0.3,60 -39321,sell_compound_top3,sell,2025-10-10 06:48:00,1761.0,1.8097,1,leg_gt,0.3,60 -39322,sell_compound_top3,sell,2025-10-10 09:57:00,1767.0,2.1569,1,leg_gt,0.43,60 -39323,sell_compound_top3,sell,2025-10-10 10:00:00,1769.0,2.2727,1,leg_gt,0.44,60 -39324,sell_compound_top3,sell,2025-10-10 10:03:00,1770.0,2.3306,1,leg_gt,0.44,60 -39325,sell_compound_top3,sell,2025-10-10 10:21:00,1786.0,3.2565,1,leg_gt,0.45,60 -39326,sell_compound_top3,sell,2025-10-10 10:24:00,1782.0,3.025,1,leg_gt,0.45,60 -39327,sell_compound_top3,sell,2025-10-10 11:30:00,1799.0,4.0088,1,leg_gt,0.5,60 -39328,sell_compound_top3,sell,2025-10-10 11:33:00,1798.0,3.9509,1,leg_gt,0.5,60 -39329,sell_compound_top3,sell,2025-10-10 20:00:00,1813.0,1.4118,1,leg_gt,0.14,60 -39330,sell_compound_top3,sell,2025-10-10 20:03:00,1814.0,1.4677,1,leg_gt,0.14,60 -39331,sell_compound_top3,sell,2025-10-10 20:30:00,1818.0,1.6917,1,leg_gt,0.16,60 -39332,sell_compound_top3,sell,2025-10-10 20:33:00,1819.0,1.7477,1,leg_gt,0.16,60 -39333,sell_compound_top3,sell,2025-10-10 20:36:00,1820.0,1.8037,1,leg_gt,0.17,60 -39334,sell_compound_top3,sell,2025-10-10 20:39:00,1827.0,2.1956,1,leg_gt,0.17,60 -39335,sell_compound_top3,sell,2025-10-10 21:06:00,1848.0,3.3714,1,leg_gt,0.19,60 -39336,sell_compound_top3,sell,2025-10-10 21:09:00,1857.0,3.8754,1,leg_gt,0.19,60 -39337,sell_compound_top3,sell,2025-10-10 21:12:00,1848.0,3.3714,1,leg_gt,0.19,60 -39338,sell_compound_top3,sell,2025-10-10 21:15:00,1848.0,3.3714,1,leg_gt,0.19,60 -39339,sell_compound_top3,sell,2025-10-10 21:18:00,1846.0,3.2595,1,leg_gt,0.2,60 -39340,sell_compound_top3,sell,2025-10-10 21:45:00,1856.0,3.8194,1,leg_gt,0.21,60 -39341,sell_compound_top3,sell,2025-10-10 21:48:00,1856.0,3.8194,1,leg_gt,0.22,60 -39342,sell_compound_top3,sell,2025-10-10 21:51:00,1864.0,4.2673,1,leg_gt,0.22,60 -39343,sell_compound_top3,sell,2025-10-10 21:54:00,1864.0,4.2673,1,leg_gt,0.22,60 -39344,sell_compound_top3,sell,2025-10-10 21:57:00,1866.0,4.3793,1,leg_gt,0.22,60 -39345,sell_compound_top3,sell,2025-10-10 22:15:00,1879.0,5.1072,1,leg_gt,0.24,60 -39346,sell_compound_top3,sell,2025-10-10 22:18:00,1877.0,4.9952,1,leg_gt,0.24,60 -39347,sell_compound_top3,sell,2025-10-10 22:21:00,1892.0,5.8351,1,leg_gt,0.24,60 -39348,sell_compound_top3,sell,2025-10-10 22:24:00,1891.0,5.7791,1,leg_gt,0.24,60 -39349,sell_compound_top3,sell,2025-10-10 22:27:00,1890.0,5.7231,1,leg_gt,0.24,60 -39350,sell_compound_top3,sell,2025-10-10 22:30:00,1885.0,5.4431,1,leg_gt,0.25,60 -39351,sell_compound_top3,sell,2025-10-10 22:33:00,1886.0,5.4991,1,leg_gt,0.25,60 -39352,sell_compound_top3,sell,2025-10-11 11:42:00,1445.0,10.0372,1,leg_gt,0.04,60 -39353,sell_compound_top3,sell,2025-10-11 11:45:00,1440.0,9.6561,1,leg_gt,0.04,60 -39354,sell_compound_top3,sell,2025-10-11 11:48:00,1427.0,8.6652,1,leg_gt,0.04,60 -39355,sell_compound_top3,sell,2025-10-11 14:57:00,1463.0,11.4091,1,leg_gt,0.17,60 -39356,sell_compound_top3,sell,2025-10-11 15:21:00,1460.0,11.1805,1,leg_gt,0.19,60 -39357,sell_compound_top3,sell,2025-10-11 15:24:00,1454.0,10.7232,1,leg_gt,0.19,60 -39358,sell_compound_top3,sell,2025-10-11 17:42:00,1482.0,12.8573,1,leg_gt,0.29,60 -39359,sell_compound_top3,sell,2025-10-11 17:45:00,1475.0,12.3238,1,leg_gt,0.29,60 -39360,sell_compound_top3,sell,2025-10-11 17:48:00,1485.0,13.086,1,leg_gt,0.29,60 -39361,sell_compound_top3,sell,2025-10-11 18:00:00,1497.0,14.0006,1,leg_gt,0.3,60 -39362,sell_compound_top3,sell,2025-10-11 18:03:00,1507.0,14.7628,1,leg_gt,0.3,60 -39363,sell_compound_top3,sell,2025-10-11 18:12:00,1490.0,13.4671,1,leg_gt,0.31,60 -39364,sell_compound_top3,sell,2025-10-11 18:27:00,1500.0,14.2293,1,leg_gt,0.32,60 -39365,sell_compound_top3,sell,2025-10-12 07:36:00,1420.0,3.1727,1,leg_gt,0.11,60 -39366,sell_compound_top3,sell,2025-10-12 07:39:00,1426.0,3.6091,1,leg_gt,0.12,60 -39367,sell_compound_top3,sell,2025-10-12 07:42:00,1420.0,3.1727,1,leg_gt,0.12,60 -39368,sell_compound_top3,sell,2025-10-12 13:12:00,1400.0,2.0898,1,leg_gt,0.09,60 -39369,sell_compound_top3,sell,2025-10-12 13:27:00,1405.0,2.4547,1,leg_gt,0.1,60 -39370,sell_compound_top3,sell,2025-10-12 13:30:00,1408.0,2.6737,1,leg_gt,0.1,60 -39371,sell_compound_top3,sell,2025-10-12 13:33:00,1413.0,3.0387,1,leg_gt,0.1,60 -39372,sell_compound_top3,sell,2025-10-12 13:36:00,1410.0,2.8197,1,leg_gt,0.1,60 -39373,sell_compound_top3,sell,2025-10-12 13:39:00,1412.0,2.9657,1,leg_gt,0.1,60 -39374,sell_compound_top3,sell,2025-10-12 13:42:00,1409.0,2.7467,1,leg_gt,0.11,60 -39375,sell_compound_top3,sell,2025-10-12 13:45:00,1412.0,2.9657,1,leg_gt,0.11,60 -39376,sell_compound_top3,sell,2025-10-12 13:48:00,1418.0,3.4036,1,leg_gt,0.11,60 -39377,sell_compound_top3,sell,2025-10-12 15:21:00,1412.0,2.9657,1,leg_gt,0.18,60 -39378,sell_compound_top3,sell,2025-10-12 15:24:00,1409.0,2.7467,1,leg_gt,0.18,60 -39379,sell_compound_top3,sell,2025-10-12 15:27:00,1414.0,3.1117,1,leg_gt,0.18,60 -39380,sell_compound_top3,sell,2025-10-12 15:36:00,1415.0,3.1847,1,leg_gt,0.19,60 -39381,sell_compound_top3,sell,2025-10-12 15:39:00,1412.0,2.9657,1,leg_gt,0.19,60 -39382,sell_compound_top3,sell,2025-10-12 21:21:00,1400.0,2.0898,1,leg_gt,0.42,60 -39383,sell_compound_top3,sell,2025-10-12 21:24:00,1406.0,2.5277,1,leg_gt,0.43,60 -39384,sell_compound_top3,sell,2025-10-12 21:36:00,1402.0,2.2358,1,leg_gt,0.44,60 -39385,sell_compound_top3,sell,2025-10-12 21:39:00,1403.0,2.3088,1,leg_gt,0.44,60 -39386,sell_compound_top3,sell,2025-10-12 21:42:00,1411.0,2.8927,1,leg_gt,0.44,60 -39387,sell_compound_top3,sell,2025-10-12 21:45:00,1411.0,2.8927,1,leg_gt,0.44,60 -39388,sell_compound_top3,sell,2025-10-12 21:48:00,1410.0,2.8197,1,leg_gt,0.44,60 -39389,sell_compound_top3,sell,2025-10-12 21:51:00,1414.0,3.1117,1,leg_gt,0.45,60 -39390,sell_compound_top3,sell,2025-10-12 21:54:00,1411.0,2.8927,1,leg_gt,0.45,60 -39391,sell_compound_top3,sell,2025-10-13 00:27:00,1509.0,10.046,1,leg_gt,0.55,60 -39392,sell_compound_top3,sell,2025-10-13 01:06:00,1544.0,12.6007,1,leg_gt,0.58,60 -39393,sell_compound_top3,sell,2025-10-13 01:09:00,1536.0,12.0168,1,leg_gt,0.58,60 -39394,sell_compound_top3,sell,2025-10-13 01:12:00,1526.0,11.2869,1,leg_gt,0.59,60 -39395,sell_compound_top3,sell,2025-10-13 01:15:00,1534.0,11.8708,1,leg_gt,0.59,60 -39396,sell_compound_top3,sell,2025-10-13 01:18:00,1533.0,11.7978,1,leg_gt,0.59,60 -39397,sell_compound_top3,sell,2025-10-13 01:21:00,1550.0,13.0387,1,leg_gt,0.59,60 -39398,sell_compound_top3,sell,2025-10-13 01:24:00,1560.0,13.7686,1,leg_gt,0.59,60 -39399,sell_compound_top3,sell,2025-10-13 01:36:00,1552.0,13.1847,1,leg_gt,0.6,60 -39400,sell_compound_top3,sell,2025-10-13 01:39:00,1548.0,12.8927,1,leg_gt,0.6,60 -39401,sell_compound_top3,sell,2025-10-13 01:45:00,1574.0,14.7905,1,leg_gt,0.61,60 -39402,sell_compound_top3,sell,2025-10-13 01:48:00,1558.0,13.6226,1,leg_gt,0.61,60 -39403,sell_compound_top3,sell,2025-10-13 01:51:00,1567.0,14.2796,1,leg_gt,0.61,60 -39404,sell_compound_top3,sell,2025-10-13 01:54:00,1559.0,13.6956,1,leg_gt,0.61,60 -39405,sell_compound_top3,sell,2025-10-13 12:12:00,1509.0,-0.6274,0,leg_gt,0.36,60 -39406,sell_compound_top3,sell,2025-10-13 15:42:00,1506.0,-0.8251,0,leg_gt,0.5,60 -39407,sell_compound_top3,sell,2025-10-13 15:51:00,1511.0,-0.4955,0,leg_gt,0.51,60 -39408,sell_compound_top3,sell,2025-10-13 15:54:00,1516.0,-0.1659,0,leg_gt,0.51,60 -39409,sell_compound_top3,sell,2025-10-13 15:57:00,1514.0,-0.2978,0,leg_gt,0.51,60 -39410,sell_compound_top3,sell,2025-10-13 16:12:00,1513.0,-0.3637,0,leg_gt,0.52,60 -39411,sell_compound_top3,sell,2025-10-13 23:00:00,1509.0,2.9738,1,leg_gt,0.08,60 -39412,sell_compound_top3,sell,2025-10-13 23:03:00,1500.0,2.359,1,leg_gt,0.09,60 -39413,sell_compound_top3,sell,2025-10-14 00:21:00,1507.0,2.8372,1,leg_gt,0.14,60 -39414,sell_compound_top3,sell,2025-10-14 00:24:00,1506.0,2.7689,1,leg_gt,0.14,60 -39415,sell_compound_top3,sell,2025-10-14 00:27:00,1509.0,2.9738,1,leg_gt,0.14,60 -39416,sell_compound_top3,sell,2025-10-14 00:36:00,1514.0,3.3153,1,leg_gt,0.15,60 -39417,sell_compound_top3,sell,2025-10-14 00:39:00,1512.0,3.1787,1,leg_gt,0.15,60 -39418,sell_compound_top3,sell,2025-10-14 00:42:00,1512.0,3.1787,1,leg_gt,0.15,60 -39419,sell_compound_top3,sell,2025-10-14 00:57:00,1513.0,3.247,1,leg_gt,0.16,60 -39420,sell_compound_top3,sell,2025-10-14 06:06:00,1506.0,2.7689,1,leg_gt,0.38,60 -39421,sell_compound_top3,sell,2025-10-14 06:09:00,1508.0,2.9055,1,leg_gt,0.38,60 -39422,sell_compound_top3,sell,2025-10-14 06:12:00,1508.0,2.9055,1,leg_gt,0.38,60 -39423,sell_compound_top3,sell,2025-10-14 06:15:00,1508.0,2.9055,1,leg_gt,0.39,60 -39424,sell_compound_top3,sell,2025-10-14 06:18:00,1511.0,3.1104,1,leg_gt,0.39,60 -39425,sell_compound_top3,sell,2025-10-14 06:21:00,1510.0,3.0421,1,leg_gt,0.39,60 -39426,sell_compound_top3,sell,2025-10-14 06:24:00,1504.0,2.6322,1,leg_gt,0.39,60 -39427,sell_compound_top3,sell,2025-10-14 06:45:00,1509.0,2.9738,1,leg_gt,0.41,60 -39428,sell_compound_top3,sell,2025-10-14 06:48:00,1512.0,3.1787,1,leg_gt,0.41,60 -39429,sell_compound_top3,sell,2025-10-14 18:12:00,1412.0,3.1919,1,leg_gt,0.1,60 -39430,sell_compound_top3,sell,2025-10-14 18:15:00,1413.0,3.265,1,leg_gt,0.1,60 -39431,sell_compound_top3,sell,2025-10-14 18:18:00,1413.0,3.265,1,leg_gt,0.11,60 -39432,sell_compound_top3,sell,2025-10-14 20:12:00,1418.0,3.6308,1,leg_gt,0.19,60 -39433,sell_compound_top3,sell,2025-10-14 20:15:00,1421.0,3.8503,1,leg_gt,0.19,60 -39434,sell_compound_top3,sell,2025-10-14 20:18:00,1417.0,3.5576,1,leg_gt,0.19,60 -39435,sell_compound_top3,sell,2025-10-14 20:21:00,1418.0,3.6308,1,leg_gt,0.19,60 -39436,sell_compound_top3,sell,2025-10-14 20:24:00,1420.0,3.7771,1,leg_gt,0.19,60 -39437,sell_compound_top3,sell,2025-10-14 20:27:00,1417.0,3.5576,1,leg_gt,0.2,60 -39438,sell_compound_top3,sell,2025-10-14 23:27:00,1429.0,4.4355,1,leg_gt,0.32,60 -39439,sell_compound_top3,sell,2025-10-14 23:45:00,1433.0,4.7281,1,leg_gt,0.33,60 -39440,sell_compound_top3,sell,2025-10-14 23:48:00,1433.0,4.7281,1,leg_gt,0.34,60 -39441,sell_compound_top3,sell,2025-10-15 00:36:00,1436.0,4.9475,1,leg_gt,0.37,60 -39442,sell_compound_top3,sell,2025-10-15 00:39:00,1436.0,4.9475,1,leg_gt,0.37,60 -39443,sell_compound_top3,sell,2025-10-15 01:36:00,1459.0,6.6301,1,leg_gt,0.41,60 -39444,sell_compound_top3,sell,2025-10-15 01:39:00,1457.0,6.4838,1,leg_gt,0.41,60 -39445,sell_compound_top3,sell,2025-10-15 01:42:00,1452.0,6.118,1,leg_gt,0.41,60 -39446,sell_compound_top3,sell,2025-10-15 01:45:00,1464.0,6.9958,1,leg_gt,0.42,60 -39447,sell_compound_top3,sell,2025-10-15 01:48:00,1463.0,6.9227,1,leg_gt,0.42,60 -39448,sell_compound_top3,sell,2025-10-15 01:51:00,1464.0,6.9958,1,leg_gt,0.42,60 -39449,sell_compound_top3,sell,2025-10-15 01:54:00,1463.0,6.9227,1,leg_gt,0.42,60 -39450,sell_compound_top3,sell,2025-10-15 07:15:00,1448.0,5.8254,1,leg_gt,0.65,60 -39451,sell_compound_top3,sell,2025-10-15 07:18:00,1448.0,5.8254,1,leg_gt,0.65,60 -39452,sell_compound_top3,sell,2025-10-15 07:21:00,1448.0,5.8254,1,leg_gt,0.65,60 -39453,sell_compound_top3,sell,2025-10-15 07:24:00,1447.0,5.7522,1,leg_gt,0.65,60 -39454,sell_compound_top3,sell,2025-10-15 14:15:00,1459.0,6.6301,1,leg_gt,0.94,60 -39455,sell_compound_top3,sell,2025-10-15 14:18:00,1459.0,6.6301,1,leg_gt,0.94,60 -39456,sell_compound_top3,sell,2025-10-15 14:21:00,1460.0,6.7032,1,leg_gt,0.94,60 -39457,sell_compound_top3,sell,2025-10-15 14:24:00,1457.0,6.4838,1,leg_gt,0.94,60 -39458,sell_compound_top3,sell,2025-10-15 17:42:00,1461.0,6.7764,1,leg_gt,1.08,60 -39459,sell_compound_top3,sell,2025-10-15 23:15:00,1455.0,6.3375,1,leg_gt,1.31,60 -39460,sell_compound_top3,sell,2025-10-15 23:18:00,1455.0,6.3375,1,leg_gt,1.31,60 -39461,sell_compound_top3,sell,2025-10-15 23:21:00,1454.0,6.2643,1,leg_gt,1.32,60 -39462,sell_compound_top3,sell,2025-10-15 23:24:00,1456.0,6.4106,1,leg_gt,1.32,60 -39463,sell_compound_top3,sell,2025-10-16 10:12:00,1424.0,4.0697,1,leg_gt,1.77,60 -39464,sell_compound_top3,sell,2025-10-16 10:15:00,1422.0,3.9234,1,leg_gt,1.77,60 -39465,sell_compound_top3,sell,2025-10-16 10:18:00,1423.0,3.9966,1,leg_gt,1.77,60 -39466,sell_compound_top3,sell,2025-10-16 10:21:00,1422.0,3.9234,1,leg_gt,1.78,60 -39467,sell_compound_top3,sell,2025-10-16 10:24:00,1420.0,3.7771,1,leg_gt,1.78,60 -39468,sell_compound_top3,sell,2025-10-16 10:27:00,1422.0,3.9234,1,leg_gt,1.78,60 -39469,sell_compound_top3,sell,2025-10-16 10:51:00,1428.0,4.3623,1,leg_gt,1.8,60 -39470,sell_compound_top3,sell,2025-10-16 10:54:00,1433.0,4.7281,1,leg_gt,1.8,60 -39471,sell_compound_top3,sell,2025-10-16 11:00:00,1431.0,4.5818,1,leg_gt,1.8,60 -39472,sell_compound_top3,sell,2025-10-16 11:03:00,1430.0,4.5086,1,leg_gt,1.8,60 -39473,sell_compound_top3,sell,2025-10-16 11:06:00,1430.0,4.5086,1,leg_gt,1.81,60 -39474,sell_compound_top3,sell,2025-10-16 11:09:00,1435.0,4.8744,1,leg_gt,1.81,60 -39475,sell_compound_top3,sell,2025-10-16 11:12:00,1430.0,4.5086,1,leg_gt,1.81,60 -39476,sell_compound_top3,sell,2025-10-16 16:51:00,1424.0,4.0697,1,leg_gt,2.05,60 -39477,sell_compound_top3,sell,2025-10-16 16:54:00,1422.0,3.9234,1,leg_gt,2.05,60 -39478,sell_compound_top3,sell,2025-10-16 18:57:00,1427.0,2.1939,1,leg_gt,0.02,60 -39479,sell_compound_top3,sell,2025-10-16 19:00:00,1429.0,2.3373,1,leg_gt,0.02,60 -39480,sell_compound_top3,sell,2025-10-16 19:03:00,1434.0,2.6957,1,leg_gt,0.02,60 -39481,sell_compound_top3,sell,2025-10-16 19:06:00,1432.0,2.5523,1,leg_gt,0.02,60 -39482,sell_compound_top3,sell,2025-10-16 19:09:00,1432.0,2.5523,1,leg_gt,0.02,60 -39483,sell_compound_top3,sell,2025-10-16 19:12:00,1430.0,2.409,1,leg_gt,0.03,60 -39484,sell_compound_top3,sell,2025-10-16 19:15:00,1440.0,3.1258,1,leg_gt,0.03,60 -39485,sell_compound_top3,sell,2025-10-16 19:18:00,1444.0,3.4125,1,leg_gt,0.03,60 -39486,sell_compound_top3,sell,2025-10-16 19:21:00,1439.0,3.0541,1,leg_gt,0.03,60 -39487,sell_compound_top3,sell,2025-10-16 19:24:00,1438.0,2.9824,1,leg_gt,0.04,60 -39488,sell_compound_top3,sell,2025-10-17 10:12:00,1381.0,-1.1036,0,leg_gt,0.65,60 -39489,sell_compound_top3,sell,2025-10-17 18:45:00,1318.0,4.3374,1,leg_gt,0.06,60 -39490,sell_compound_top3,sell,2025-10-17 18:48:00,1320.0,4.4959,1,leg_gt,0.06,60 -39491,sell_compound_top3,sell,2025-10-17 18:51:00,1315.0,4.0997,1,leg_gt,0.06,60 -39492,sell_compound_top3,sell,2025-10-17 18:54:00,1314.0,4.0204,1,leg_gt,0.07,60 -39493,sell_compound_top3,sell,2025-10-17 20:30:00,1325.0,4.8921,1,leg_gt,0.13,60 -39494,sell_compound_top3,sell,2025-10-17 20:33:00,1322.0,4.6544,1,leg_gt,0.14,60 -39495,sell_compound_top3,sell,2025-10-17 20:36:00,1324.0,4.8128,1,leg_gt,0.14,60 -39496,sell_compound_top3,sell,2025-10-17 20:39:00,1323.0,4.7336,1,leg_gt,0.14,60 -39497,sell_compound_top3,sell,2025-10-17 21:21:00,1334.0,5.6052,1,leg_gt,0.17,60 -39498,sell_compound_top3,sell,2025-10-17 21:24:00,1337.0,5.8429,1,leg_gt,0.17,60 -39499,sell_compound_top3,sell,2025-10-18 01:15:00,1336.0,5.7637,1,leg_gt,0.33,60 -39500,sell_compound_top3,sell,2025-10-18 01:18:00,1339.0,6.0014,1,leg_gt,0.33,60 -39501,sell_compound_top3,sell,2025-10-18 01:21:00,1338.0,5.9222,1,leg_gt,0.34,60 -39502,sell_compound_top3,sell,2025-10-18 01:24:00,1339.0,6.0014,1,leg_gt,0.34,60 -39503,sell_compound_top3,sell,2025-10-18 02:21:00,1345.0,6.4769,1,leg_gt,0.38,60 -39504,sell_compound_top3,sell,2025-10-18 02:24:00,1351.0,6.9523,1,leg_gt,0.38,60 -39505,sell_compound_top3,sell,2025-10-18 02:36:00,1345.0,6.4769,1,leg_gt,0.39,60 -39506,sell_compound_top3,sell,2025-10-18 02:39:00,1345.0,6.4769,1,leg_gt,0.39,60 -39507,sell_compound_top3,sell,2025-10-18 02:51:00,1354.0,7.19,1,leg_gt,0.4,60 -39508,sell_compound_top3,sell,2025-10-18 02:54:00,1359.0,7.5862,1,leg_gt,0.4,60 -39509,sell_compound_top3,sell,2025-10-18 03:21:00,1354.0,7.19,1,leg_gt,0.42,60 -39510,sell_compound_top3,sell,2025-10-18 03:24:00,1357.0,7.4277,1,leg_gt,0.42,60 -39511,sell_compound_top3,sell,2025-10-18 06:12:00,1356.0,7.3485,1,leg_gt,0.54,60 -39512,sell_compound_top3,sell,2025-10-18 06:21:00,1352.0,7.0315,1,leg_gt,0.54,60 -39513,sell_compound_top3,sell,2025-10-18 06:24:00,1352.0,7.0315,1,leg_gt,0.55,60 -39514,sell_compound_top3,sell,2025-10-18 06:27:00,1351.0,6.9523,1,leg_gt,0.55,60 -39515,sell_compound_top3,sell,2025-10-18 10:12:00,1353.0,7.1108,1,leg_gt,0.7,60 -39516,sell_compound_top3,sell,2025-10-18 10:21:00,1354.0,7.19,1,leg_gt,0.71,60 -39517,sell_compound_top3,sell,2025-10-18 10:24:00,1355.0,7.2693,1,leg_gt,0.71,60 -39518,sell_compound_top3,sell,2025-10-18 10:27:00,1357.0,7.4277,1,leg_gt,0.71,60 -39519,sell_compound_top3,sell,2025-10-18 10:30:00,1356.0,7.3485,1,leg_gt,0.72,60 -39520,sell_compound_top3,sell,2025-10-18 10:33:00,1357.0,7.4277,1,leg_gt,0.72,60 -39521,sell_compound_top3,sell,2025-10-18 10:36:00,1357.0,7.4277,1,leg_gt,0.72,60 -39522,sell_compound_top3,sell,2025-10-18 10:39:00,1357.0,7.4277,1,leg_gt,0.72,60 -39523,sell_compound_top3,sell,2025-10-18 10:42:00,1357.0,7.4277,1,leg_gt,0.72,60 -39524,sell_compound_top3,sell,2025-10-18 11:00:00,1357.0,7.4277,1,leg_gt,0.74,60 -39525,sell_compound_top3,sell,2025-10-18 11:03:00,1357.0,7.4277,1,leg_gt,0.74,60 -39526,sell_compound_top3,sell,2025-10-18 16:42:00,1361.0,7.7447,1,leg_gt,0.98,60 -39527,sell_compound_top3,sell,2025-10-18 16:45:00,1359.0,7.5862,1,leg_gt,0.98,60 -39528,sell_compound_top3,sell,2025-10-18 16:48:00,1356.0,7.3485,1,leg_gt,0.98,60 -39529,sell_compound_top3,sell,2025-10-18 16:51:00,1360.0,7.6655,1,leg_gt,0.98,60 -39530,sell_compound_top3,sell,2025-10-18 16:54:00,1360.0,7.6655,1,leg_gt,0.98,60 -39531,sell_compound_top3,sell,2025-10-18 17:21:00,1359.0,7.5862,1,leg_gt,1.0,60 -39532,sell_compound_top3,sell,2025-10-18 17:24:00,1359.0,7.5862,1,leg_gt,1.0,60 -39533,sell_compound_top3,sell,2025-10-18 18:30:00,1363.0,7.9032,1,leg_gt,1.05,60 -39534,sell_compound_top3,sell,2025-10-18 18:33:00,1362.0,7.8239,1,leg_gt,1.05,60 -39535,sell_compound_top3,sell,2025-10-18 18:36:00,1361.0,7.7447,1,leg_gt,1.05,60 -39536,sell_compound_top3,sell,2025-10-18 18:39:00,1361.0,7.7447,1,leg_gt,1.06,60 -39537,sell_compound_top3,sell,2025-10-18 18:51:00,1367.0,8.2201,1,leg_gt,1.06,60 -39538,sell_compound_top3,sell,2025-10-18 18:54:00,1370.0,8.4578,1,leg_gt,1.07,60 -39539,sell_compound_top3,sell,2025-10-18 19:12:00,1369.0,8.3786,1,leg_gt,1.08,60 -39540,sell_compound_top3,sell,2025-10-19 03:06:00,1355.0,7.2693,1,leg_gt,1.41,60 -39541,sell_compound_top3,sell,2025-10-19 03:09:00,1354.0,7.19,1,leg_gt,1.41,60 -39542,sell_compound_top3,sell,2025-10-19 03:30:00,1358.0,7.507,1,leg_gt,1.42,60 -39543,sell_compound_top3,sell,2025-10-19 03:33:00,1360.0,7.6655,1,leg_gt,1.43,60 -39544,sell_compound_top3,sell,2025-10-19 03:36:00,1361.0,7.7447,1,leg_gt,1.43,60 -39545,sell_compound_top3,sell,2025-10-19 03:39:00,1362.0,7.8239,1,leg_gt,1.43,60 -39546,sell_compound_top3,sell,2025-10-19 03:42:00,1360.0,7.6655,1,leg_gt,1.43,60 -39547,sell_compound_top3,sell,2025-10-19 12:36:00,1352.0,7.0315,1,leg_gt,1.8,60 -39548,sell_compound_top3,sell,2025-10-19 12:39:00,1352.0,7.0315,1,leg_gt,1.81,60 -39549,sell_compound_top3,sell,2025-10-19 18:57:00,1349.0,1.9424,1,leg_gt,0.02,60 -39550,sell_compound_top3,sell,2025-10-19 19:00:00,1347.0,1.7911,1,leg_gt,0.02,60 -39551,sell_compound_top3,sell,2025-10-19 19:03:00,1349.0,1.9424,1,leg_gt,0.02,60 -39552,sell_compound_top3,sell,2025-10-19 19:21:00,1351.0,2.0936,1,leg_gt,0.04,60 -39553,sell_compound_top3,sell,2025-10-19 19:24:00,1357.0,2.5475,1,leg_gt,0.04,60 -39554,sell_compound_top3,sell,2025-10-19 19:36:00,1361.0,2.8501,1,leg_gt,0.05,60 -39555,sell_compound_top3,sell,2025-10-19 19:39:00,1362.0,2.9257,1,leg_gt,0.05,60 -39556,sell_compound_top3,sell,2025-10-19 19:42:00,1365.0,3.1526,1,leg_gt,0.05,60 -39557,sell_compound_top3,sell,2025-10-19 19:45:00,1365.0,3.1526,1,leg_gt,0.05,60 -39558,sell_compound_top3,sell,2025-10-19 19:48:00,1362.0,2.9257,1,leg_gt,0.06,60 -39559,sell_compound_top3,sell,2025-10-19 20:06:00,1368.0,3.3796,1,leg_gt,0.07,60 -39560,sell_compound_top3,sell,2025-10-19 20:09:00,1372.0,3.6821,1,leg_gt,0.07,60 -39561,sell_compound_top3,sell,2025-10-19 20:12:00,1376.0,3.9847,1,leg_gt,0.07,60 -39562,sell_compound_top3,sell,2025-10-19 20:15:00,1377.0,4.0604,1,leg_gt,0.08,60 -39563,sell_compound_top3,sell,2025-10-19 20:18:00,1377.0,4.0604,1,leg_gt,0.08,60 -39564,sell_compound_top3,sell,2025-10-19 20:21:00,1371.0,3.6065,1,leg_gt,0.08,60 -39565,sell_compound_top3,sell,2025-10-19 20:24:00,1369.0,3.4552,1,leg_gt,0.08,60 -39566,sell_compound_top3,sell,2025-10-19 23:21:00,1390.0,5.0437,1,leg_gt,0.2,60 -39567,sell_compound_top3,sell,2025-10-19 23:24:00,1391.0,5.1194,1,leg_gt,0.21,60 -39568,sell_compound_top3,sell,2025-10-19 23:27:00,1389.0,4.9681,1,leg_gt,0.21,60 -39569,sell_compound_top3,sell,2025-10-19 23:30:00,1393.0,5.2707,1,leg_gt,0.21,60 -39570,sell_compound_top3,sell,2025-10-19 23:33:00,1394.0,5.3463,1,leg_gt,0.21,60 -39571,sell_compound_top3,sell,2025-10-19 23:36:00,1390.0,5.0437,1,leg_gt,0.21,60 -39572,sell_compound_top3,sell,2025-10-19 23:39:00,1390.0,5.0437,1,leg_gt,0.22,60 -39573,sell_compound_top3,sell,2025-10-19 23:45:00,1397.0,5.5732,1,leg_gt,0.22,60 -39574,sell_compound_top3,sell,2025-10-19 23:48:00,1397.0,5.5732,1,leg_gt,0.22,60 -39575,sell_compound_top3,sell,2025-10-19 23:51:00,1400.0,5.8002,1,leg_gt,0.22,60 -39576,sell_compound_top3,sell,2025-10-19 23:54:00,1403.0,6.0271,1,leg_gt,0.23,60 -39577,sell_compound_top3,sell,2025-10-19 23:57:00,1402.0,5.9514,1,leg_gt,0.23,60 -39578,sell_compound_top3,sell,2025-10-20 00:00:00,1403.0,6.0271,1,leg_gt,0.23,60 -39579,sell_compound_top3,sell,2025-10-20 00:03:00,1400.0,5.8002,1,leg_gt,0.23,60 -39580,sell_compound_top3,sell,2025-10-20 00:06:00,1399.0,5.7245,1,leg_gt,0.24,60 -39581,sell_compound_top3,sell,2025-10-20 00:09:00,1398.0,5.6489,1,leg_gt,0.24,60 -39582,sell_compound_top3,sell,2025-10-20 00:12:00,1401.0,5.8758,1,leg_gt,0.24,60 -39583,sell_compound_top3,sell,2025-10-20 02:12:00,1405.0,6.1784,1,leg_gt,0.32,60 -39584,sell_compound_top3,sell,2025-10-20 02:15:00,1404.0,6.1027,1,leg_gt,0.32,60 -39585,sell_compound_top3,sell,2025-10-20 02:18:00,1407.0,6.3297,1,leg_gt,0.33,60 -39586,sell_compound_top3,sell,2025-10-20 06:00:00,1402.0,5.9514,1,leg_gt,0.48,60 -39587,sell_compound_top3,sell,2025-10-20 06:03:00,1400.0,5.8002,1,leg_gt,0.48,60 -39588,sell_compound_top3,sell,2025-10-20 12:21:00,1372.0,1.0799,1,leg_gt,0.12,60 -39589,sell_compound_top3,sell,2025-10-20 12:24:00,1371.0,1.0062,1,leg_gt,0.12,60 -39590,sell_compound_top3,sell,2025-10-20 12:42:00,1375.0,1.3012,1,leg_gt,0.13,60 -39591,sell_compound_top3,sell,2025-10-20 13:12:00,1395.0,2.7761,1,leg_gt,0.15,60 -39592,sell_compound_top3,sell,2025-10-20 13:15:00,1400.0,3.1448,1,leg_gt,0.16,60 -39593,sell_compound_top3,sell,2025-10-20 13:18:00,1395.0,2.7761,1,leg_gt,0.16,60 -39594,sell_compound_top3,sell,2025-10-20 15:12:00,1403.0,3.3661,1,leg_gt,0.24,60 -39595,sell_compound_top3,sell,2025-10-20 15:21:00,1402.0,3.2923,1,leg_gt,0.24,60 -39596,sell_compound_top3,sell,2025-10-20 15:24:00,1403.0,3.3661,1,leg_gt,0.25,60 -39597,sell_compound_top3,sell,2025-10-20 15:27:00,1404.0,3.4398,1,leg_gt,0.25,60 -39598,sell_compound_top3,sell,2025-10-20 15:42:00,1408.0,3.7348,1,leg_gt,0.26,60 -39599,sell_compound_top3,sell,2025-10-20 15:45:00,1409.0,3.8086,1,leg_gt,0.26,60 -39600,sell_compound_top3,sell,2025-10-20 15:48:00,1408.0,3.7348,1,leg_gt,0.26,60 -39601,sell_compound_top3,sell,2025-10-20 15:51:00,1406.0,3.5873,1,leg_gt,0.26,60 -39602,sell_compound_top3,sell,2025-10-20 15:54:00,1407.0,3.6611,1,leg_gt,0.27,60 -39603,sell_compound_top3,sell,2025-10-20 15:57:00,1409.0,3.8086,1,leg_gt,0.27,60 -39604,sell_compound_top3,sell,2025-10-20 19:36:00,1401.0,3.2186,1,leg_gt,0.42,60 -39605,sell_compound_top3,sell,2025-10-20 19:39:00,1402.0,3.2923,1,leg_gt,0.42,60 -39606,sell_compound_top3,sell,2025-10-20 23:00:00,1407.0,3.6611,1,leg_gt,0.56,60 -39607,sell_compound_top3,sell,2025-10-20 23:03:00,1401.0,3.2186,1,leg_gt,0.56,60 -39608,sell_compound_top3,sell,2025-10-21 04:51:00,1381.0,1.7437,1,leg_gt,0.81,60 -39609,sell_compound_top3,sell,2025-10-21 04:54:00,1381.0,1.7437,1,leg_gt,0.81,60 -39610,sell_compound_top3,sell,2025-10-21 16:30:00,1342.0,0.8782,1,leg_gt,0.11,60 -39611,sell_compound_top3,sell,2025-10-21 16:33:00,1343.0,0.9534,1,leg_gt,0.12,60 -39612,sell_compound_top3,sell,2025-10-21 17:00:00,1342.0,0.8782,1,leg_gt,0.14,60 -39613,sell_compound_top3,sell,2025-10-21 17:03:00,1340.0,0.7277,1,leg_gt,0.14,60 -39614,sell_compound_top3,sell,2025-10-21 20:06:00,1343.0,0.9534,1,leg_gt,0.26,60 -39615,sell_compound_top3,sell,2025-10-21 20:09:00,1342.0,0.8782,1,leg_gt,0.27,60 -39616,sell_compound_top3,sell,2025-10-21 20:12:00,1341.0,0.8029,1,leg_gt,0.27,60 -39617,sell_compound_top3,sell,2025-10-21 20:15:00,1343.0,0.9534,1,leg_gt,0.27,60 -39618,sell_compound_top3,sell,2025-10-21 20:18:00,1346.0,1.1792,1,leg_gt,0.27,60 -39619,sell_compound_top3,sell,2025-10-21 20:27:00,1350.0,1.4801,1,leg_gt,0.28,60 -39620,sell_compound_top3,sell,2025-10-21 20:30:00,1348.0,1.3296,1,leg_gt,0.28,60 -39621,sell_compound_top3,sell,2025-10-21 20:33:00,1345.0,1.1039,1,leg_gt,0.28,60 -39622,sell_compound_top3,sell,2025-10-21 20:36:00,1347.0,1.2544,1,leg_gt,0.29,60 -39623,sell_compound_top3,sell,2025-10-21 20:39:00,1347.0,1.2544,1,leg_gt,0.29,60 -39624,sell_compound_top3,sell,2025-10-21 21:30:00,1355.0,1.8564,1,leg_gt,0.32,60 -39625,sell_compound_top3,sell,2025-10-21 21:33:00,1356.0,1.9316,1,leg_gt,0.32,60 -39626,sell_compound_top3,sell,2025-10-21 21:36:00,1353.0,1.7059,1,leg_gt,0.33,60 -39627,sell_compound_top3,sell,2025-10-21 21:39:00,1356.0,1.9316,1,leg_gt,0.33,60 -39628,sell_compound_top3,sell,2025-10-21 21:45:00,1358.0,2.0821,1,leg_gt,0.33,60 -39629,sell_compound_top3,sell,2025-10-21 21:48:00,1357.0,2.0068,1,leg_gt,0.34,60 -39630,sell_compound_top3,sell,2025-10-21 23:36:00,1385.0,4.1137,1,leg_gt,0.41,60 -39631,sell_compound_top3,sell,2025-10-21 23:39:00,1385.0,4.1137,1,leg_gt,0.41,60 -39632,sell_compound_top3,sell,2025-10-21 23:45:00,1382.0,3.888,1,leg_gt,0.42,60 -39633,sell_compound_top3,sell,2025-10-21 23:48:00,1386.0,4.1889,1,leg_gt,0.42,60 -39634,sell_compound_top3,sell,2025-10-21 23:51:00,1395.0,4.8661,1,leg_gt,0.42,60 -39635,sell_compound_top3,sell,2025-10-21 23:54:00,1400.0,5.2424,1,leg_gt,0.42,60 -39636,sell_compound_top3,sell,2025-10-21 23:57:00,1410.0,5.9948,1,leg_gt,0.42,60 -39637,sell_compound_top3,sell,2025-10-22 00:06:00,1416.0,6.4463,1,leg_gt,0.43,60 -39638,sell_compound_top3,sell,2025-10-22 00:09:00,1422.0,6.8977,1,leg_gt,0.43,60 -39639,sell_compound_top3,sell,2025-10-22 00:15:00,1425.0,7.1235,1,leg_gt,0.44,60 -39640,sell_compound_top3,sell,2025-10-22 00:18:00,1427.0,7.274,1,leg_gt,0.44,60 -39641,sell_compound_top3,sell,2025-10-22 00:21:00,1430.0,7.4997,1,leg_gt,0.44,60 -39642,sell_compound_top3,sell,2025-10-22 00:24:00,1437.0,8.0264,1,leg_gt,0.44,60 -39643,sell_compound_top3,sell,2025-10-22 00:27:00,1424.0,7.0482,1,leg_gt,0.45,60 -39644,sell_compound_top3,sell,2025-10-22 13:21:00,1344.0,1.0287,1,leg_gt,0.98,60 -39645,sell_compound_top3,sell,2025-10-22 13:24:00,1347.0,1.2544,1,leg_gt,0.99,60 -39646,sell_compound_top3,sell,2025-10-22 13:27:00,1345.0,1.1039,1,leg_gt,0.99,60 -39647,sell_compound_top3,sell,2025-10-22 13:30:00,1346.0,1.1792,1,leg_gt,0.99,60 -39648,sell_compound_top3,sell,2025-10-22 13:33:00,1349.0,1.4049,1,leg_gt,0.99,60 -39649,sell_compound_top3,sell,2025-10-22 13:36:00,1350.0,1.4801,1,leg_gt,0.99,60 -39650,sell_compound_top3,sell,2025-10-22 13:39:00,1350.0,1.4801,1,leg_gt,1.0,60 -39651,sell_compound_top3,sell,2025-10-22 13:42:00,1347.0,1.2544,1,leg_gt,1.0,60 -39652,sell_compound_top3,sell,2025-10-22 21:21:00,1325.0,-0.401,0,leg_gt,1.32,60 -39653,sell_compound_top3,sell,2025-10-22 21:24:00,1323.0,-0.5515,0,leg_gt,1.32,60 -39654,sell_compound_top3,sell,2025-10-22 21:27:00,1325.0,-0.401,0,leg_gt,1.32,60 -39655,sell_compound_top3,sell,2025-10-22 21:42:00,1325.0,-0.401,0,leg_gt,1.33,60 -39656,sell_compound_top3,sell,2025-10-22 22:21:00,1326.0,-0.3257,0,leg_gt,1.36,60 -39657,sell_compound_top3,sell,2025-10-22 22:24:00,1325.0,-0.401,0,leg_gt,1.36,60 -39658,sell_compound_top3,sell,2025-10-23 08:45:00,1274.0,1.82,1,leg_gt,0.11,60 -39659,sell_compound_top3,sell,2025-10-23 08:48:00,1275.0,1.9,1,leg_gt,0.11,60 -39660,sell_compound_top3,sell,2025-10-23 08:51:00,1276.0,1.98,1,leg_gt,0.11,60 -39661,sell_compound_top3,sell,2025-10-23 08:54:00,1278.0,2.14,1,leg_gt,0.11,60 -39662,sell_compound_top3,sell,2025-10-23 08:57:00,1280.0,2.3,1,leg_gt,0.12,60 -39663,sell_compound_top3,sell,2025-10-23 09:00:00,1280.0,2.3,1,leg_gt,0.12,60 -39664,sell_compound_top3,sell,2025-10-23 09:03:00,1280.0,2.3,1,leg_gt,0.12,60 -39665,sell_compound_top3,sell,2025-10-23 09:36:00,1286.0,2.78,1,leg_gt,0.14,60 -39666,sell_compound_top3,sell,2025-10-23 09:39:00,1284.0,2.62,1,leg_gt,0.15,60 -39667,sell_compound_top3,sell,2025-10-23 09:42:00,1282.0,2.46,1,leg_gt,0.15,60 -39668,sell_compound_top3,sell,2025-10-23 09:57:00,1291.0,3.18,1,leg_gt,0.16,60 -39669,sell_compound_top3,sell,2025-10-23 10:00:00,1290.0,3.1,1,leg_gt,0.16,60 -39670,sell_compound_top3,sell,2025-10-23 10:03:00,1291.0,3.18,1,leg_gt,0.16,60 -39671,sell_compound_top3,sell,2025-10-23 15:21:00,1278.0,2.14,1,leg_gt,0.38,60 -39672,sell_compound_top3,sell,2025-10-23 15:24:00,1281.0,2.38,1,leg_gt,0.39,60 -39673,sell_compound_top3,sell,2025-10-23 15:30:00,1280.0,2.3,1,leg_gt,0.39,60 -39674,sell_compound_top3,sell,2025-10-23 15:33:00,1280.0,2.3,1,leg_gt,0.39,60 -39675,sell_compound_top3,sell,2025-10-23 15:36:00,1281.0,2.38,1,leg_gt,0.39,60 -39676,sell_compound_top3,sell,2025-10-23 15:39:00,1283.0,2.54,1,leg_gt,0.4,60 -39677,sell_compound_top3,sell,2025-10-23 15:42:00,1283.0,2.54,1,leg_gt,0.4,60 -39678,sell_compound_top3,sell,2025-10-23 15:45:00,1282.0,2.46,1,leg_gt,0.4,60 -39679,sell_compound_top3,sell,2025-10-23 15:48:00,1285.0,2.7,1,leg_gt,0.4,60 -39680,sell_compound_top3,sell,2025-10-23 15:51:00,1287.0,2.86,1,leg_gt,0.4,60 -39681,sell_compound_top3,sell,2025-10-23 15:54:00,1289.0,3.02,1,leg_gt,0.41,60 -39682,sell_compound_top3,sell,2025-10-23 16:06:00,1289.0,3.02,1,leg_gt,0.41,60 -39683,sell_compound_top3,sell,2025-10-23 16:09:00,1289.0,3.02,1,leg_gt,0.42,60 -39684,sell_compound_top3,sell,2025-10-23 17:12:00,1291.0,3.18,1,leg_gt,0.46,60 -39685,sell_compound_top3,sell,2025-10-23 18:27:00,1293.0,3.34,1,leg_gt,0.51,60 -39686,sell_compound_top3,sell,2025-10-23 19:00:00,1294.0,3.42,1,leg_gt,0.54,60 -39687,sell_compound_top3,sell,2025-10-23 19:03:00,1296.0,3.58,1,leg_gt,0.54,60 -39688,sell_compound_top3,sell,2025-10-23 19:06:00,1294.0,3.42,1,leg_gt,0.54,60 -39689,sell_compound_top3,sell,2025-10-23 19:09:00,1294.0,3.42,1,leg_gt,0.54,60 -39690,sell_compound_top3,sell,2025-10-23 22:45:00,1294.0,3.42,1,leg_gt,0.69,60 -39691,sell_compound_top3,sell,2025-10-23 22:48:00,1292.0,3.26,1,leg_gt,0.69,60 -39692,sell_compound_top3,sell,2025-10-24 02:42:00,1289.0,3.02,1,leg_gt,0.86,60 -39693,sell_compound_top3,sell,2025-10-24 02:51:00,1294.0,3.42,1,leg_gt,0.86,60 -39694,sell_compound_top3,sell,2025-10-24 02:54:00,1290.0,3.1,1,leg_gt,0.86,60 -39695,sell_compound_top3,sell,2025-10-24 07:15:00,1285.0,2.7,1,leg_gt,1.05,60 -39696,sell_compound_top3,sell,2025-10-24 07:18:00,1286.0,2.78,1,leg_gt,1.05,60 -39697,sell_compound_top3,sell,2025-10-24 07:21:00,1288.0,2.94,1,leg_gt,1.05,60 -39698,sell_compound_top3,sell,2025-10-24 07:24:00,1286.0,2.78,1,leg_gt,1.05,60 -39699,sell_compound_top3,sell,2025-10-24 07:27:00,1286.0,2.78,1,leg_gt,1.05,60 -39700,sell_compound_top3,sell,2025-10-24 07:30:00,1289.0,3.02,1,leg_gt,1.06,60 -39701,sell_compound_top3,sell,2025-10-24 07:33:00,1291.0,3.18,1,leg_gt,1.06,60 -39702,sell_compound_top3,sell,2025-10-24 07:36:00,1290.0,3.1,1,leg_gt,1.06,60 -39703,sell_compound_top3,sell,2025-10-24 07:39:00,1290.0,3.1,1,leg_gt,1.06,60 -39704,sell_compound_top3,sell,2025-10-24 07:42:00,1290.0,3.1,1,leg_gt,1.06,60 -39705,sell_compound_top3,sell,2025-10-24 07:45:00,1292.0,3.26,1,leg_gt,1.07,60 -39706,sell_compound_top3,sell,2025-10-24 07:48:00,1293.0,3.34,1,leg_gt,1.07,60 -39707,sell_compound_top3,sell,2025-10-24 07:51:00,1293.0,3.34,1,leg_gt,1.07,60 -39708,sell_compound_top3,sell,2025-10-24 07:54:00,1294.0,3.42,1,leg_gt,1.07,60 -39709,sell_compound_top3,sell,2025-10-24 07:57:00,1295.0,3.5,1,leg_gt,1.08,60 -39710,sell_compound_top3,sell,2025-10-24 08:00:00,1295.0,3.5,1,leg_gt,1.08,60 -39711,sell_compound_top3,sell,2025-10-24 08:03:00,1297.0,3.66,1,leg_gt,1.08,60 -39712,sell_compound_top3,sell,2025-10-24 08:06:00,1295.0,3.5,1,leg_gt,1.08,60 -39713,sell_compound_top3,sell,2025-10-24 08:09:00,1295.0,3.5,1,leg_gt,1.08,60 -39714,sell_compound_top3,sell,2025-10-24 08:12:00,1299.0,3.82,1,leg_gt,1.09,60 -39715,sell_compound_top3,sell,2025-10-24 08:51:00,1298.0,3.74,1,leg_gt,1.11,60 -39716,sell_compound_top3,sell,2025-10-24 08:54:00,1298.0,3.74,1,leg_gt,1.11,60 -39717,sell_compound_top3,sell,2025-10-24 08:57:00,1300.0,3.9,1,leg_gt,1.12,60 -39718,sell_compound_top3,sell,2025-10-24 09:00:00,1300.0,3.9,1,leg_gt,1.12,60 -39719,sell_compound_top3,sell,2025-10-24 09:03:00,1298.0,3.74,1,leg_gt,1.12,60 -39720,sell_compound_top3,sell,2025-10-24 09:42:00,1301.0,3.98,1,leg_gt,1.15,60 -39721,sell_compound_top3,sell,2025-10-24 13:51:00,1311.0,4.78,1,leg_gt,1.32,60 -39722,sell_compound_top3,sell,2025-10-24 13:54:00,1312.0,4.86,1,leg_gt,1.32,60 -39723,sell_compound_top3,sell,2025-10-24 13:57:00,1311.0,4.78,1,leg_gt,1.32,60 -39724,sell_compound_top3,sell,2025-10-24 14:12:00,1310.0,4.7,1,leg_gt,1.34,60 -39725,sell_compound_top3,sell,2025-10-24 14:15:00,1312.0,4.86,1,leg_gt,1.34,60 -39726,sell_compound_top3,sell,2025-10-24 14:18:00,1315.0,5.1,1,leg_gt,1.34,60 -39727,sell_compound_top3,sell,2025-10-24 14:21:00,1314.0,5.02,1,leg_gt,1.34,60 -39728,sell_compound_top3,sell,2025-10-24 14:24:00,1315.0,5.1,1,leg_gt,1.34,60 -39729,sell_compound_top3,sell,2025-10-24 14:51:00,1320.0,5.5,1,leg_gt,1.36,60 -39730,sell_compound_top3,sell,2025-10-24 14:54:00,1318.0,5.34,1,leg_gt,1.36,60 -39731,sell_compound_top3,sell,2025-10-24 14:57:00,1316.0,5.18,1,leg_gt,1.37,60 -39732,sell_compound_top3,sell,2025-10-24 15:15:00,1320.0,5.5,1,leg_gt,1.38,60 -39733,sell_compound_top3,sell,2025-10-24 15:18:00,1320.0,5.5,1,leg_gt,1.38,60 -39734,sell_compound_top3,sell,2025-10-24 15:30:00,1323.0,5.74,1,leg_gt,1.39,60 -39735,sell_compound_top3,sell,2025-10-24 15:33:00,1320.0,5.5,1,leg_gt,1.39,60 -39736,sell_compound_top3,sell,2025-10-24 15:36:00,1322.0,5.66,1,leg_gt,1.39,60 -39737,sell_compound_top3,sell,2025-10-24 15:39:00,1322.0,5.66,1,leg_gt,1.4,60 -39738,sell_compound_top3,sell,2025-10-24 16:00:00,1324.0,5.82,1,leg_gt,1.41,60 -39739,sell_compound_top3,sell,2025-10-24 16:03:00,1322.0,5.66,1,leg_gt,1.41,60 -39740,sell_compound_top3,sell,2025-10-24 18:42:00,1324.0,5.82,1,leg_gt,1.52,60 -39741,sell_compound_top3,sell,2025-10-24 18:45:00,1326.0,5.98,1,leg_gt,1.52,60 -39742,sell_compound_top3,sell,2025-10-24 18:48:00,1325.0,5.9,1,leg_gt,1.53,60 -39743,sell_compound_top3,sell,2025-10-24 21:51:00,1331.0,6.38,1,leg_gt,1.65,60 -39744,sell_compound_top3,sell,2025-10-24 21:54:00,1327.0,6.06,1,leg_gt,1.66,60 -39745,sell_compound_top3,sell,2025-10-24 21:57:00,1328.0,6.14,1,leg_gt,1.66,60 -39746,sell_compound_top3,sell,2025-10-24 22:00:00,1329.0,6.22,1,leg_gt,1.66,60 -39747,sell_compound_top3,sell,2025-10-24 22:03:00,1325.0,5.9,1,leg_gt,1.66,60 -39748,sell_compound_top3,sell,2025-10-25 04:42:00,1327.0,3.0882,1,leg_gt,0.13,60 -39749,sell_compound_top3,sell,2025-10-25 04:45:00,1330.0,3.3215,1,leg_gt,0.13,60 -39750,sell_compound_top3,sell,2025-10-25 04:48:00,1328.0,3.1659,1,leg_gt,0.13,60 -39751,sell_compound_top3,sell,2025-10-25 04:51:00,1328.0,3.1659,1,leg_gt,0.13,60 -39752,sell_compound_top3,sell,2025-10-25 04:54:00,1327.0,3.0882,1,leg_gt,0.14,60 -39753,sell_compound_top3,sell,2025-10-25 05:15:00,1332.0,3.477,1,leg_gt,0.15,60 -39754,sell_compound_top3,sell,2025-10-25 05:18:00,1333.0,3.5547,1,leg_gt,0.15,60 -39755,sell_compound_top3,sell,2025-10-25 05:21:00,1332.0,3.477,1,leg_gt,0.15,60 -39756,sell_compound_top3,sell,2025-10-25 05:24:00,1338.0,3.9435,1,leg_gt,0.16,60 -39757,sell_compound_top3,sell,2025-10-25 05:30:00,1337.0,3.8658,1,leg_gt,0.16,60 -39758,sell_compound_top3,sell,2025-10-25 05:33:00,1336.0,3.788,1,leg_gt,0.16,60 -39759,sell_compound_top3,sell,2025-10-25 05:36:00,1343.0,4.3323,1,leg_gt,0.16,60 -39760,sell_compound_top3,sell,2025-10-25 05:39:00,1338.0,3.9435,1,leg_gt,0.17,60 -39761,sell_compound_top3,sell,2025-10-25 05:42:00,1341.0,4.1768,1,leg_gt,0.17,60 -39762,sell_compound_top3,sell,2025-10-25 05:45:00,1340.0,4.0991,1,leg_gt,0.17,60 -39763,sell_compound_top3,sell,2025-10-25 05:48:00,1339.0,4.0213,1,leg_gt,0.17,60 -39764,sell_compound_top3,sell,2025-10-25 07:27:00,1340.0,4.0991,1,leg_gt,0.24,60 -39765,sell_compound_top3,sell,2025-10-25 07:36:00,1345.0,4.4879,1,leg_gt,0.25,60 -39766,sell_compound_top3,sell,2025-10-25 07:39:00,1343.0,4.3323,1,leg_gt,0.25,60 -39767,sell_compound_top3,sell,2025-10-25 17:57:00,1312.0,0.7455,1,leg_gt,0.08,60 -39768,sell_compound_top3,sell,2025-10-25 18:06:00,1312.0,0.7455,1,leg_gt,0.09,60 -39769,sell_compound_top3,sell,2025-10-25 18:09:00,1314.0,0.8992,1,leg_gt,0.09,60 -39770,sell_compound_top3,sell,2025-10-25 18:12:00,1312.0,0.7455,1,leg_gt,0.09,60 -39771,sell_compound_top3,sell,2025-10-25 18:15:00,1315.0,0.9761,1,leg_gt,0.09,60 -39772,sell_compound_top3,sell,2025-10-25 18:18:00,1312.0,0.7455,1,leg_gt,0.1,60 -39773,sell_compound_top3,sell,2025-10-25 23:51:00,1311.0,0.6686,1,leg_gt,0.33,60 -39774,sell_compound_top3,sell,2025-10-25 23:54:00,1311.0,0.6686,1,leg_gt,0.33,60 -39775,sell_compound_top3,sell,2025-10-26 00:51:00,1314.0,0.8992,1,leg_gt,0.37,60 -39776,sell_compound_top3,sell,2025-10-26 00:54:00,1314.0,0.8992,1,leg_gt,0.37,60 -39777,sell_compound_top3,sell,2025-10-26 01:06:00,1315.0,0.9761,1,leg_gt,0.38,60 -39778,sell_compound_top3,sell,2025-10-26 01:09:00,1312.0,0.7455,1,leg_gt,0.38,60 -39779,sell_compound_top3,sell,2025-10-26 01:30:00,1317.0,1.1298,1,leg_gt,0.4,60 -39780,sell_compound_top3,sell,2025-10-26 01:33:00,1319.0,1.2836,1,leg_gt,0.4,60 -39781,sell_compound_top3,sell,2025-10-26 01:36:00,1319.0,1.2836,1,leg_gt,0.4,60 -39782,sell_compound_top3,sell,2025-10-26 01:39:00,1315.0,0.9761,1,leg_gt,0.4,60 -39783,sell_compound_top3,sell,2025-10-26 02:21:00,1322.0,1.5141,1,leg_gt,0.43,60 -39784,sell_compound_top3,sell,2025-10-26 02:24:00,1319.0,1.2836,1,leg_gt,0.43,60 -39785,sell_compound_top3,sell,2025-10-26 03:21:00,1322.0,1.5141,1,leg_gt,0.47,60 -39786,sell_compound_top3,sell,2025-10-26 03:24:00,1322.0,1.5141,1,leg_gt,0.48,60 -39787,sell_compound_top3,sell,2025-10-26 03:45:00,1328.0,1.9753,1,leg_gt,0.49,60 -39788,sell_compound_top3,sell,2025-10-26 03:48:00,1326.0,1.8216,1,leg_gt,0.49,60 -39789,sell_compound_top3,sell,2025-10-26 05:12:00,1329.0,2.0522,1,leg_gt,0.55,60 -39790,sell_compound_top3,sell,2025-10-26 05:15:00,1329.0,2.0522,1,leg_gt,0.55,60 -39791,sell_compound_top3,sell,2025-10-26 05:18:00,1329.0,2.0522,1,leg_gt,0.55,60 -39792,sell_compound_top3,sell,2025-10-26 05:21:00,1329.0,2.0522,1,leg_gt,0.56,60 -39793,sell_compound_top3,sell,2025-10-26 05:24:00,1331.0,2.2059,1,leg_gt,0.56,60 -39794,sell_compound_top3,sell,2025-10-26 05:42:00,1333.0,2.3596,1,leg_gt,0.57,60 -39795,sell_compound_top3,sell,2025-10-26 05:45:00,1334.0,2.4365,1,leg_gt,0.57,60 -39796,sell_compound_top3,sell,2025-10-26 05:48:00,1335.0,2.5134,1,leg_gt,0.57,60 -39797,sell_compound_top3,sell,2025-10-26 05:57:00,1338.0,2.744,1,leg_gt,0.58,60 -39798,sell_compound_top3,sell,2025-10-26 06:00:00,1335.0,2.5134,1,leg_gt,0.58,60 -39799,sell_compound_top3,sell,2025-10-26 06:03:00,1334.0,2.4365,1,leg_gt,0.59,60 -39800,sell_compound_top3,sell,2025-10-26 08:00:00,1336.0,2.5902,1,leg_gt,0.67,60 -39801,sell_compound_top3,sell,2025-10-26 08:03:00,1334.0,2.4365,1,leg_gt,0.67,60 -39802,sell_compound_top3,sell,2025-10-26 08:06:00,1337.0,2.6671,1,leg_gt,0.67,60 -39803,sell_compound_top3,sell,2025-10-26 08:09:00,1336.0,2.5902,1,leg_gt,0.67,60 -39804,sell_compound_top3,sell,2025-10-26 08:12:00,1337.0,2.6671,1,leg_gt,0.68,60 -39805,sell_compound_top3,sell,2025-10-26 14:30:00,1324.0,1.6679,1,leg_gt,0.94,60 -39806,sell_compound_top3,sell,2025-10-26 14:33:00,1324.0,1.6679,1,leg_gt,0.94,60 -39807,sell_compound_top3,sell,2025-10-26 15:06:00,1332.0,2.2828,1,leg_gt,0.96,60 -39808,sell_compound_top3,sell,2025-10-26 15:09:00,1331.0,2.2059,1,leg_gt,0.96,60 -39809,sell_compound_top3,sell,2025-10-26 15:21:00,1333.0,2.3596,1,leg_gt,0.97,60 -39810,sell_compound_top3,sell,2025-10-26 15:24:00,1335.0,2.5134,1,leg_gt,0.98,60 -39811,sell_compound_top3,sell,2025-10-26 15:27:00,1338.0,2.744,1,leg_gt,0.98,60 -39812,sell_compound_top3,sell,2025-10-26 17:15:00,1338.0,2.744,1,leg_gt,1.05,60 -39813,sell_compound_top3,sell,2025-10-26 17:18:00,1336.0,2.5902,1,leg_gt,1.05,60 -39814,sell_compound_top3,sell,2025-10-26 17:42:00,1342.0,3.0514,1,leg_gt,1.07,60 -39815,sell_compound_top3,sell,2025-10-26 18:06:00,1347.0,3.4357,1,leg_gt,1.09,60 -39816,sell_compound_top3,sell,2025-10-26 18:09:00,1346.0,3.3589,1,leg_gt,1.09,60 -39817,sell_compound_top3,sell,2025-10-26 18:36:00,1359.0,4.3581,1,leg_gt,1.11,60 -39818,sell_compound_top3,sell,2025-10-26 18:39:00,1354.0,3.9738,1,leg_gt,1.11,60 -39819,sell_compound_top3,sell,2025-10-26 19:15:00,1363.0,4.6656,1,leg_gt,1.14,60 -39820,sell_compound_top3,sell,2025-10-26 19:18:00,1359.0,4.3581,1,leg_gt,1.14,60 -39821,sell_compound_top3,sell,2025-10-26 21:12:00,1391.0,6.8178,1,leg_gt,1.22,60 -39822,sell_compound_top3,sell,2025-10-26 21:15:00,1392.0,6.8946,1,leg_gt,1.22,60 -39823,sell_compound_top3,sell,2025-10-26 21:18:00,1400.0,7.5095,1,leg_gt,1.22,60 -39824,sell_compound_top3,sell,2025-10-27 01:51:00,1402.0,7.6633,1,leg_gt,1.41,60 -39825,sell_compound_top3,sell,2025-10-27 01:54:00,1399.0,7.4327,1,leg_gt,1.41,60 -39826,sell_compound_top3,sell,2025-10-27 03:12:00,1402.0,7.6633,1,leg_gt,1.47,60 -39827,sell_compound_top3,sell,2025-10-27 03:21:00,1403.0,7.7401,1,leg_gt,1.47,60 -39828,sell_compound_top3,sell,2025-10-27 03:24:00,1402.0,7.6633,1,leg_gt,1.48,60 -39829,sell_compound_top3,sell,2025-10-27 04:00:00,1407.0,8.0476,1,leg_gt,1.5,60 -39830,sell_compound_top3,sell,2025-10-27 04:03:00,1408.0,8.1244,1,leg_gt,1.5,60 -39831,sell_compound_top3,sell,2025-10-27 07:21:00,1412.0,8.4319,1,leg_gt,1.64,60 -39832,sell_compound_top3,sell,2025-10-27 07:24:00,1410.0,8.2782,1,leg_gt,1.64,60 -39833,sell_compound_top3,sell,2025-10-27 07:27:00,1412.0,8.4319,1,leg_gt,1.64,60 -39834,sell_compound_top3,sell,2025-10-27 07:30:00,1413.0,8.5088,1,leg_gt,1.65,60 -39835,sell_compound_top3,sell,2025-10-27 07:33:00,1409.0,8.2013,1,leg_gt,1.65,60 -39836,sell_compound_top3,sell,2025-10-28 01:45:00,1368.0,5.0499,1,leg_gt,2.41,60 -39837,sell_compound_top3,sell,2025-10-28 01:48:00,1367.0,4.973,1,leg_gt,2.41,60 -39838,sell_compound_top3,sell,2025-10-28 01:51:00,1372.0,5.3573,1,leg_gt,2.41,60 -39839,sell_compound_top3,sell,2025-10-28 01:54:00,1374.0,5.5111,1,leg_gt,2.41,60 -39840,sell_compound_top3,sell,2025-10-28 02:00:00,1374.0,5.5111,1,leg_gt,2.42,60 -39841,sell_compound_top3,sell,2025-10-28 02:03:00,1372.0,5.3573,1,leg_gt,2.42,60 -39842,sell_compound_top3,sell,2025-10-28 02:06:00,1372.0,5.3573,1,leg_gt,2.42,60 -39843,sell_compound_top3,sell,2025-10-28 02:09:00,1373.0,5.4342,1,leg_gt,2.42,60 -39844,sell_compound_top3,sell,2025-10-28 02:12:00,1373.0,5.4342,1,leg_gt,2.42,60 -39845,sell_compound_top3,sell,2025-10-28 03:12:00,1373.0,5.4342,1,leg_gt,2.47,60 -39846,sell_compound_top3,sell,2025-10-28 15:51:00,1334.0,2.4365,1,leg_gt,2.99,60 -39847,sell_compound_top3,sell,2025-10-28 15:54:00,1336.0,2.5902,1,leg_gt,3.0,60 -39848,sell_compound_top3,sell,2025-10-28 16:12:00,1334.0,2.4365,1,leg_gt,3.01,60 -39849,sell_compound_top3,sell,2025-10-28 20:06:00,1329.0,2.0522,1,leg_gt,3.17,60 -39850,sell_compound_top3,sell,2025-10-28 20:09:00,1331.0,2.2059,1,leg_gt,3.17,60 -39851,sell_compound_top3,sell,2025-10-28 20:42:00,1341.0,2.9746,1,leg_gt,3.2,60 -39852,sell_compound_top3,sell,2025-10-28 21:51:00,1342.0,3.0514,1,leg_gt,3.24,60 -39853,sell_compound_top3,sell,2025-10-28 21:54:00,1341.0,2.9746,1,leg_gt,3.25,60 -39854,sell_compound_top3,sell,2025-10-28 22:06:00,1347.0,3.4357,1,leg_gt,3.25,60 -39855,sell_compound_top3,sell,2025-10-28 22:09:00,1346.0,3.3589,1,leg_gt,3.26,60 -39856,sell_compound_top3,sell,2025-10-28 22:15:00,1346.0,3.3589,1,leg_gt,3.26,60 -39857,sell_compound_top3,sell,2025-10-28 22:18:00,1352.0,3.8201,1,leg_gt,3.26,60 -39858,sell_compound_top3,sell,2025-10-28 22:21:00,1352.0,3.8201,1,leg_gt,3.26,60 -39859,sell_compound_top3,sell,2025-10-28 22:24:00,1352.0,3.8201,1,leg_gt,3.27,60 -39860,sell_compound_top3,sell,2025-10-28 22:30:00,1351.0,3.7432,1,leg_gt,3.27,60 -39861,sell_compound_top3,sell,2025-10-28 22:33:00,1355.0,4.0507,1,leg_gt,3.27,60 -39862,sell_compound_top3,sell,2025-10-28 22:36:00,1351.0,3.7432,1,leg_gt,3.28,60 -39863,sell_compound_top3,sell,2025-10-28 22:39:00,1353.0,3.8969,1,leg_gt,3.28,60 -39864,sell_compound_top3,sell,2025-10-28 22:42:00,1353.0,3.8969,1,leg_gt,3.28,60 -39865,sell_compound_top3,sell,2025-10-28 22:45:00,1357.0,4.2044,1,leg_gt,3.28,60 -39866,sell_compound_top3,sell,2025-10-28 22:48:00,1359.0,4.3581,1,leg_gt,3.28,60 -39867,sell_compound_top3,sell,2025-10-28 22:51:00,1354.0,3.9738,1,leg_gt,3.29,60 -39868,sell_compound_top3,sell,2025-10-28 22:54:00,1355.0,4.0507,1,leg_gt,3.29,60 -39869,sell_compound_top3,sell,2025-10-29 16:36:00,1294.0,-0.638,0,leg_gt,4.03,60 -39870,sell_compound_top3,sell,2025-10-29 16:39:00,1294.0,-0.638,0,leg_gt,4.03,60 -39871,sell_compound_top3,sell,2025-10-29 16:51:00,1295.0,-0.5612,0,leg_gt,4.04,60 -39872,sell_compound_top3,sell,2025-10-29 16:54:00,1298.0,-0.3306,0,leg_gt,4.04,60 -39873,sell_compound_top3,sell,2025-10-29 19:30:00,1299.0,-0.2537,0,leg_gt,4.15,60 -39874,sell_compound_top3,sell,2025-10-29 19:33:00,1297.0,-0.4075,0,leg_gt,4.15,60 -39875,sell_compound_top3,sell,2025-10-29 20:30:00,1304.0,0.1306,1,leg_gt,4.19,60 -39876,sell_compound_top3,sell,2025-10-29 20:33:00,1305.0,0.2075,1,leg_gt,4.19,60 -39877,sell_compound_top3,sell,2025-10-29 20:36:00,1305.0,0.2075,1,leg_gt,4.19,60 -39878,sell_compound_top3,sell,2025-10-29 20:39:00,1305.0,0.2075,1,leg_gt,4.19,60 -39879,sell_compound_top3,sell,2025-10-29 20:42:00,1304.0,0.1306,1,leg_gt,4.2,60 -39880,sell_compound_top3,sell,2025-10-29 20:45:00,1306.0,0.2843,1,leg_gt,4.2,60 -39881,sell_compound_top3,sell,2025-10-29 20:48:00,1305.0,0.2075,1,leg_gt,4.2,60 -39882,sell_compound_top3,sell,2025-10-29 20:51:00,1305.0,0.2075,1,leg_gt,4.2,60 -39883,sell_compound_top3,sell,2025-10-29 20:54:00,1306.0,0.2843,1,leg_gt,4.2,60 -39884,sell_compound_top3,sell,2025-10-29 22:42:00,1311.0,0.6686,1,leg_gt,4.28,60 -39885,sell_compound_top3,sell,2025-10-30 03:06:00,1319.0,1.2836,1,leg_gt,4.46,60 -39886,sell_compound_top3,sell,2025-10-30 03:09:00,1322.0,1.5141,1,leg_gt,4.46,60 -39887,sell_compound_top3,sell,2025-10-30 05:36:00,1328.0,5.0465,1,leg_gt,0.08,60 -39888,sell_compound_top3,sell,2025-10-30 05:39:00,1330.0,5.2048,1,leg_gt,0.08,60 -39889,sell_compound_top3,sell,2025-10-30 11:30:00,1299.0,2.7504,1,leg_gt,0.33,60 -39890,sell_compound_top3,sell,2025-10-30 11:33:00,1296.0,2.5128,1,leg_gt,0.33,60 -39891,sell_compound_top3,sell,2025-10-30 16:27:00,1274.0,0.7709,1,leg_gt,0.53,60 -39892,sell_compound_top3,sell,2025-10-30 16:30:00,1275.0,0.8501,1,leg_gt,0.54,60 -39893,sell_compound_top3,sell,2025-10-30 16:33:00,1274.0,0.7709,1,leg_gt,0.54,60 -39894,sell_compound_top3,sell,2025-10-30 16:36:00,1275.0,0.8501,1,leg_gt,0.54,60 -39895,sell_compound_top3,sell,2025-10-30 16:39:00,1276.0,0.9293,1,leg_gt,0.54,60 -39896,sell_compound_top3,sell,2025-10-30 16:42:00,1275.0,0.8501,1,leg_gt,0.54,60 -39897,sell_compound_top3,sell,2025-10-31 06:00:00,1184.0,1.0966,1,leg_gt,0.14,60 -39898,sell_compound_top3,sell,2025-10-31 06:03:00,1187.0,1.353,1,leg_gt,0.15,60 -39899,sell_compound_top3,sell,2025-10-31 06:06:00,1187.0,1.353,1,leg_gt,0.15,60 -39900,sell_compound_top3,sell,2025-10-31 06:09:00,1189.0,1.5239,1,leg_gt,0.15,60 -39901,sell_compound_top3,sell,2025-10-31 06:15:00,1188.0,1.4385,1,leg_gt,0.15,60 -39902,sell_compound_top3,sell,2025-10-31 06:18:00,1187.0,1.353,1,leg_gt,0.16,60 -39903,sell_compound_top3,sell,2025-10-31 06:21:00,1190.0,1.6094,1,leg_gt,0.16,60 -39904,sell_compound_top3,sell,2025-10-31 06:24:00,1189.0,1.5239,1,leg_gt,0.16,60 -39905,sell_compound_top3,sell,2025-10-31 06:27:00,1189.0,1.5239,1,leg_gt,0.16,60 -39906,sell_compound_top3,sell,2025-10-31 06:51:00,1196.0,2.1222,1,leg_gt,0.18,60 -39907,sell_compound_top3,sell,2025-10-31 06:54:00,1197.0,2.2077,1,leg_gt,0.18,60 -39908,sell_compound_top3,sell,2025-10-31 07:00:00,1193.0,1.8658,1,leg_gt,0.19,60 -39909,sell_compound_top3,sell,2025-10-31 07:03:00,1193.0,1.8658,1,leg_gt,0.19,60 -39910,sell_compound_top3,sell,2025-10-31 07:06:00,1195.0,2.0368,1,leg_gt,0.19,60 -39911,sell_compound_top3,sell,2025-10-31 07:09:00,1193.0,1.8658,1,leg_gt,0.19,60 -39912,sell_compound_top3,sell,2025-10-31 07:12:00,1192.0,1.7803,1,leg_gt,0.19,60 -39913,sell_compound_top3,sell,2025-10-31 07:21:00,1197.0,2.2077,1,leg_gt,0.2,60 -39914,sell_compound_top3,sell,2025-10-31 07:24:00,1197.0,2.2077,1,leg_gt,0.2,60 -39915,sell_compound_top3,sell,2025-10-31 07:27:00,1198.0,2.2932,1,leg_gt,0.2,60 -39916,sell_compound_top3,sell,2025-10-31 07:30:00,1197.0,2.2077,1,leg_gt,0.21,60 -39917,sell_compound_top3,sell,2025-10-31 07:33:00,1197.0,2.2077,1,leg_gt,0.21,60 -39918,sell_compound_top3,sell,2025-10-31 07:42:00,1199.0,2.3786,1,leg_gt,0.21,60 -39919,sell_compound_top3,sell,2025-10-31 07:45:00,1199.0,2.3786,1,leg_gt,0.22,60 -39920,sell_compound_top3,sell,2025-10-31 07:48:00,1200.0,2.4641,1,leg_gt,0.22,60 -39921,sell_compound_top3,sell,2025-10-31 07:51:00,1199.0,2.3786,1,leg_gt,0.22,60 -39922,sell_compound_top3,sell,2025-10-31 07:54:00,1201.0,2.5496,1,leg_gt,0.22,60 -39923,sell_compound_top3,sell,2025-10-31 07:57:00,1201.0,2.5496,1,leg_gt,0.22,60 -39924,sell_compound_top3,sell,2025-10-31 08:00:00,1203.0,2.7205,1,leg_gt,0.23,60 -39925,sell_compound_top3,sell,2025-10-31 08:03:00,1201.0,2.5496,1,leg_gt,0.23,60 -39926,sell_compound_top3,sell,2025-10-31 08:06:00,1204.0,2.806,1,leg_gt,0.23,60 -39927,sell_compound_top3,sell,2025-10-31 08:09:00,1202.0,2.635,1,leg_gt,0.23,60 -39928,sell_compound_top3,sell,2025-10-31 08:12:00,1202.0,2.635,1,leg_gt,0.24,60 -39929,sell_compound_top3,sell,2025-10-31 08:15:00,1203.0,2.7205,1,leg_gt,0.24,60 -39930,sell_compound_top3,sell,2025-10-31 08:18:00,1202.0,2.635,1,leg_gt,0.24,60 -39931,sell_compound_top3,sell,2025-10-31 08:36:00,1209.0,3.2333,1,leg_gt,0.25,60 -39932,sell_compound_top3,sell,2025-10-31 08:39:00,1208.0,3.1479,1,leg_gt,0.25,60 -39933,sell_compound_top3,sell,2025-10-31 08:42:00,1208.0,3.1479,1,leg_gt,0.26,60 -39934,sell_compound_top3,sell,2025-10-31 08:45:00,1210.0,3.3188,1,leg_gt,0.26,60 -39935,sell_compound_top3,sell,2025-10-31 08:48:00,1212.0,3.4897,1,leg_gt,0.26,60 -39936,sell_compound_top3,sell,2025-10-31 08:51:00,1211.0,3.4043,1,leg_gt,0.26,60 -39937,sell_compound_top3,sell,2025-10-31 08:54:00,1211.0,3.4043,1,leg_gt,0.26,60 -39938,sell_compound_top3,sell,2025-10-31 08:57:00,1212.0,3.4897,1,leg_gt,0.27,60 -39939,sell_compound_top3,sell,2025-10-31 09:42:00,1214.0,3.6607,1,leg_gt,0.3,60 -39940,sell_compound_top3,sell,2025-10-31 10:00:00,1215.0,3.7462,1,leg_gt,0.31,60 -39941,sell_compound_top3,sell,2025-10-31 10:03:00,1213.0,3.5752,1,leg_gt,0.31,60 -39942,sell_compound_top3,sell,2025-10-31 10:06:00,1216.0,3.8316,1,leg_gt,0.31,60 -39943,sell_compound_top3,sell,2025-10-31 10:09:00,1219.0,4.088,1,leg_gt,0.32,60 -39944,sell_compound_top3,sell,2025-10-31 10:15:00,1220.0,4.1735,1,leg_gt,0.32,60 -39945,sell_compound_top3,sell,2025-10-31 10:18:00,1220.0,4.1735,1,leg_gt,0.32,60 -39946,sell_compound_top3,sell,2025-10-31 10:21:00,1220.0,4.1735,1,leg_gt,0.32,60 -39947,sell_compound_top3,sell,2025-10-31 10:24:00,1220.0,4.1735,1,leg_gt,0.33,60 -39948,sell_compound_top3,sell,2025-10-31 10:27:00,1220.0,4.1735,1,leg_gt,0.33,60 -39949,sell_compound_top3,sell,2025-10-31 10:42:00,1221.0,4.259,1,leg_gt,0.34,60 -39950,sell_compound_top3,sell,2025-10-31 10:45:00,1221.0,4.259,1,leg_gt,0.34,60 -39951,sell_compound_top3,sell,2025-10-31 10:48:00,1223.0,4.4299,1,leg_gt,0.34,60 -39952,sell_compound_top3,sell,2025-10-31 10:51:00,1226.0,4.6863,1,leg_gt,0.35,60 -39953,sell_compound_top3,sell,2025-10-31 10:54:00,1226.0,4.6863,1,leg_gt,0.35,60 -39954,sell_compound_top3,sell,2025-10-31 10:57:00,1226.0,4.6863,1,leg_gt,0.35,60 -39955,sell_compound_top3,sell,2025-10-31 11:00:00,1226.0,4.6863,1,leg_gt,0.35,60 -39956,sell_compound_top3,sell,2025-10-31 11:03:00,1225.0,4.6009,1,leg_gt,0.35,60 -39957,sell_compound_top3,sell,2025-10-31 18:51:00,1207.0,3.0624,1,leg_gt,0.68,60 -39958,sell_compound_top3,sell,2025-10-31 18:54:00,1203.0,2.7205,1,leg_gt,0.68,60 -39959,sell_compound_top3,sell,2025-10-31 21:12:00,1208.0,3.1479,1,leg_gt,0.78,60 -39960,sell_compound_top3,sell,2025-10-31 21:15:00,1209.0,3.2333,1,leg_gt,0.78,60 -39961,sell_compound_top3,sell,2025-10-31 21:18:00,1215.0,3.7462,1,leg_gt,0.78,60 -39962,sell_compound_top3,sell,2025-10-31 21:27:00,1212.0,3.4897,1,leg_gt,0.79,60 -39963,sell_compound_top3,sell,2025-11-01 00:21:00,1213.0,3.5752,1,leg_gt,0.91,60 -39964,sell_compound_top3,sell,2025-11-01 00:24:00,1210.0,3.3188,1,leg_gt,0.91,60 -39965,sell_compound_top3,sell,2025-11-01 04:30:00,1199.0,1.8558,1,leg_gt,0.09,60 -39966,sell_compound_top3,sell,2025-11-01 04:33:00,1200.0,1.9408,1,leg_gt,0.09,60 -39967,sell_compound_top3,sell,2025-11-01 04:42:00,1203.0,2.1959,1,leg_gt,0.1,60 -39968,sell_compound_top3,sell,2025-11-01 04:51:00,1208.0,2.6211,1,leg_gt,0.1,60 -39969,sell_compound_top3,sell,2025-11-01 04:54:00,1209.0,2.7061,1,leg_gt,0.11,60 -39970,sell_compound_top3,sell,2025-11-01 04:57:00,1205.0,2.366,1,leg_gt,0.11,60 -39971,sell_compound_top3,sell,2025-11-01 05:00:00,1209.0,2.7061,1,leg_gt,0.11,60 -39972,sell_compound_top3,sell,2025-11-01 05:03:00,1207.0,2.5361,1,leg_gt,0.11,60 -39973,sell_compound_top3,sell,2025-11-01 10:30:00,1200.0,1.9408,1,leg_gt,0.34,60 -39974,sell_compound_top3,sell,2025-11-01 10:33:00,1201.0,2.0259,1,leg_gt,0.34,60 -39975,sell_compound_top3,sell,2025-11-01 11:51:00,1200.0,1.9408,1,leg_gt,0.4,60 -39976,sell_compound_top3,sell,2025-11-01 11:54:00,1202.0,2.1109,1,leg_gt,0.4,60 -39977,sell_compound_top3,sell,2025-11-01 12:00:00,1203.0,2.1959,1,leg_gt,0.4,60 -39978,sell_compound_top3,sell,2025-11-01 12:03:00,1206.0,2.451,1,leg_gt,0.4,60 -39979,sell_compound_top3,sell,2025-11-01 12:12:00,1206.0,2.451,1,leg_gt,0.41,60 -39980,sell_compound_top3,sell,2025-11-01 12:15:00,1208.0,2.6211,1,leg_gt,0.41,60 -39981,sell_compound_top3,sell,2025-11-01 12:18:00,1207.0,2.5361,1,leg_gt,0.41,60 -39982,sell_compound_top3,sell,2025-11-01 12:21:00,1207.0,2.5361,1,leg_gt,0.42,60 -39983,sell_compound_top3,sell,2025-11-01 12:24:00,1205.0,2.366,1,leg_gt,0.42,60 -39984,sell_compound_top3,sell,2025-11-01 12:42:00,1210.0,2.7912,1,leg_gt,0.43,60 -39985,sell_compound_top3,sell,2025-11-01 12:45:00,1211.0,2.8762,1,leg_gt,0.43,60 -39986,sell_compound_top3,sell,2025-11-01 12:48:00,1211.0,2.8762,1,leg_gt,0.44,60 -39987,sell_compound_top3,sell,2025-11-01 12:51:00,1214.0,3.1313,1,leg_gt,0.44,60 -39988,sell_compound_top3,sell,2025-11-01 12:54:00,1213.0,3.0463,1,leg_gt,0.44,60 -39989,sell_compound_top3,sell,2025-11-01 12:57:00,1211.0,2.8762,1,leg_gt,0.44,60 -39990,sell_compound_top3,sell,2025-11-01 13:00:00,1212.0,2.9612,1,leg_gt,0.44,60 -39991,sell_compound_top3,sell,2025-11-01 13:03:00,1212.0,2.9612,1,leg_gt,0.45,60 -39992,sell_compound_top3,sell,2025-11-01 13:06:00,1214.0,3.1313,1,leg_gt,0.45,60 -39993,sell_compound_top3,sell,2025-11-01 13:09:00,1215.0,3.2163,1,leg_gt,0.45,60 -39994,sell_compound_top3,sell,2025-11-01 16:45:00,1253.0,6.4476,1,leg_gt,0.6,60 -39995,sell_compound_top3,sell,2025-11-01 16:48:00,1254.0,6.5327,1,leg_gt,0.6,60 -39996,sell_compound_top3,sell,2025-11-01 16:51:00,1274.0,8.2333,1,leg_gt,0.6,60 -39997,sell_compound_top3,sell,2025-11-01 16:54:00,1282.0,8.9136,1,leg_gt,0.61,60 -39998,sell_compound_top3,sell,2025-11-01 17:15:00,1328.0,12.8252,1,leg_gt,0.62,60 -39999,sell_compound_top3,sell,2025-11-01 17:18:00,1336.0,13.5054,1,leg_gt,0.62,60 -40000,sell_compound_top3,sell,2025-11-01 17:21:00,1323.0,12.4,1,leg_gt,0.62,60 -40001,sell_compound_top3,sell,2025-11-01 17:24:00,1329.0,12.9102,1,leg_gt,0.63,60 -40002,sell_compound_top3,sell,2025-11-01 17:27:00,1322.0,12.315,1,leg_gt,0.63,60 -40003,sell_compound_top3,sell,2025-11-01 21:21:00,1298.0,2.4276,1,leg_gt,0.12,60 -40004,sell_compound_top3,sell,2025-11-01 21:24:00,1296.0,2.2697,1,leg_gt,0.12,60 -40005,sell_compound_top3,sell,2025-11-01 21:51:00,1313.0,3.6125,1,leg_gt,0.14,60 -40006,sell_compound_top3,sell,2025-11-01 21:54:00,1310.0,3.3755,1,leg_gt,0.15,60 -40007,sell_compound_top3,sell,2025-11-02 01:12:00,1308.0,3.2175,1,leg_gt,0.28,60 -40008,sell_compound_top3,sell,2025-11-02 01:15:00,1308.0,3.2175,1,leg_gt,0.29,60 -40009,sell_compound_top3,sell,2025-11-02 01:18:00,1311.0,3.4545,1,leg_gt,0.29,60 -40010,sell_compound_top3,sell,2025-11-02 01:21:00,1312.0,3.5335,1,leg_gt,0.29,60 -40011,sell_compound_top3,sell,2025-11-02 01:24:00,1311.0,3.4545,1,leg_gt,0.29,60 -40012,sell_compound_top3,sell,2025-11-02 03:51:00,1313.0,3.6125,1,leg_gt,0.39,60 -40013,sell_compound_top3,sell,2025-11-02 03:54:00,1312.0,3.5335,1,leg_gt,0.4,60 -40014,sell_compound_top3,sell,2025-11-02 03:57:00,1312.0,3.5335,1,leg_gt,0.4,60 -40015,sell_compound_top3,sell,2025-11-02 06:30:00,1313.0,3.6125,1,leg_gt,0.5,60 -40016,sell_compound_top3,sell,2025-11-02 06:33:00,1311.0,3.4545,1,leg_gt,0.51,60 -40017,sell_compound_top3,sell,2025-11-02 14:06:00,1278.0,0.8479,1,leg_gt,0.82,60 -40018,sell_compound_top3,sell,2025-11-02 14:09:00,1278.0,0.8479,1,leg_gt,0.82,60 -40019,sell_compound_top3,sell,2025-11-02 14:15:00,1281.0,1.0848,1,leg_gt,0.83,60 -40020,sell_compound_top3,sell,2025-11-02 14:18:00,1283.0,1.2428,1,leg_gt,0.83,60 -40021,sell_compound_top3,sell,2025-11-02 15:00:00,1282.0,1.1638,1,leg_gt,0.86,60 -40022,sell_compound_top3,sell,2025-11-02 15:03:00,1277.0,0.7689,1,leg_gt,0.86,60 -40023,sell_compound_top3,sell,2025-11-03 05:51:00,1241.0,-2.0747,0,leg_gt,1.48,60 -40024,sell_compound_top3,sell,2025-11-03 05:54:00,1243.0,-1.9167,0,leg_gt,1.48,60 -40025,sell_compound_top3,sell,2025-11-03 06:00:00,1243.0,-1.9167,0,leg_gt,1.48,60 -40026,sell_compound_top3,sell,2025-11-03 06:03:00,1245.0,-1.7588,0,leg_gt,1.49,60 -40027,sell_compound_top3,sell,2025-11-03 06:06:00,1245.0,-1.7588,0,leg_gt,1.49,60 -40028,sell_compound_top3,sell,2025-11-03 06:09:00,1244.0,-1.8378,0,leg_gt,1.49,60 -40029,sell_compound_top3,sell,2025-11-03 06:12:00,1243.0,-1.9167,0,leg_gt,1.49,60 -40030,sell_compound_top3,sell,2025-11-03 06:51:00,1246.0,-1.6798,0,leg_gt,1.52,60 -40031,sell_compound_top3,sell,2025-11-03 06:54:00,1246.0,-1.6798,0,leg_gt,1.52,60 -40032,sell_compound_top3,sell,2025-11-03 06:57:00,1245.0,-1.7588,0,leg_gt,1.52,60 -40033,sell_compound_top3,sell,2025-11-03 08:57:00,1251.0,-1.2848,0,leg_gt,1.61,60 -40034,sell_compound_top3,sell,2025-11-03 18:15:00,1187.0,-6.3401,0,leg_gt,1.99,60 -40035,sell_compound_top3,sell,2025-11-03 18:18:00,1186.0,-6.4191,0,leg_gt,2.0,60 -40036,sell_compound_top3,sell,2025-11-04 07:51:00,1094.0,-13.6861,0,leg_gt,2.56,60 -40037,sell_compound_top3,sell,2025-11-04 07:54:00,1091.0,-13.9231,0,leg_gt,2.56,60 -40038,sell_compound_top3,sell,2025-11-04 09:57:00,1092.0,-13.8441,0,leg_gt,2.65,60 -40039,sell_compound_top3,sell,2025-11-04 12:45:00,1103.0,-12.9752,0,leg_gt,2.76,60 -40040,sell_compound_top3,sell,2025-11-04 12:48:00,1101.0,-13.1332,0,leg_gt,2.77,60 -40041,sell_compound_top3,sell,2025-11-04 19:00:00,1063.0,2.4072,1,leg_gt,0.07,60 -40042,sell_compound_top3,sell,2025-11-04 19:03:00,1066.0,2.6965,1,leg_gt,0.08,60 -40043,sell_compound_top3,sell,2025-11-04 19:21:00,1070.0,3.0823,1,leg_gt,0.09,60 -40044,sell_compound_top3,sell,2025-11-04 19:24:00,1071.0,3.1787,1,leg_gt,0.09,60 -40045,sell_compound_top3,sell,2025-11-04 19:27:00,1072.0,3.2751,1,leg_gt,0.09,60 -40046,sell_compound_top3,sell,2025-11-04 19:30:00,1069.0,2.9858,1,leg_gt,0.09,60 -40047,sell_compound_top3,sell,2025-11-04 19:33:00,1069.0,2.9858,1,leg_gt,0.1,60 -40048,sell_compound_top3,sell,2025-11-04 19:36:00,1068.0,2.8894,1,leg_gt,0.1,60 -40049,sell_compound_top3,sell,2025-11-04 19:39:00,1070.0,3.0823,1,leg_gt,0.1,60 -40050,sell_compound_top3,sell,2025-11-04 20:06:00,1073.0,3.3716,1,leg_gt,0.12,60 -40051,sell_compound_top3,sell,2025-11-04 20:09:00,1076.0,3.6608,1,leg_gt,0.12,60 -40052,sell_compound_top3,sell,2025-11-04 20:12:00,1076.0,3.6608,1,leg_gt,0.12,60 -40053,sell_compound_top3,sell,2025-11-04 20:15:00,1075.0,3.5644,1,leg_gt,0.12,60 -40054,sell_compound_top3,sell,2025-11-04 20:18:00,1076.0,3.6608,1,leg_gt,0.13,60 -40055,sell_compound_top3,sell,2025-11-04 20:21:00,1078.0,3.8537,1,leg_gt,0.13,60 -40056,sell_compound_top3,sell,2025-11-04 20:24:00,1073.0,3.3716,1,leg_gt,0.13,60 -40057,sell_compound_top3,sell,2025-11-05 00:21:00,1074.0,3.3682,1,leg_gt,0.06,60 -40058,sell_compound_top3,sell,2025-11-05 00:24:00,1075.0,3.4645,1,leg_gt,0.06,60 -40059,sell_compound_top3,sell,2025-11-05 00:27:00,1078.0,3.7536,1,leg_gt,0.06,60 -40060,sell_compound_top3,sell,2025-11-05 07:12:00,1052.0,6.9193,1,leg_gt,0.03,60 -40061,sell_compound_top3,sell,2025-11-05 07:15:00,1057.0,7.428,1,leg_gt,0.03,60 -40062,sell_compound_top3,sell,2025-11-05 07:18:00,1057.0,7.428,1,leg_gt,0.03,60 -40063,sell_compound_top3,sell,2025-11-05 07:21:00,1057.0,7.428,1,leg_gt,0.03,60 -40064,sell_compound_top3,sell,2025-11-05 07:24:00,1057.0,7.428,1,leg_gt,0.04,60 -40065,sell_compound_top3,sell,2025-11-05 07:27:00,1054.0,7.1228,1,leg_gt,0.04,60 -40066,sell_compound_top3,sell,2025-11-05 07:30:00,1056.0,7.3262,1,leg_gt,0.04,60 -40067,sell_compound_top3,sell,2025-11-05 07:33:00,1056.0,7.3262,1,leg_gt,0.04,60 -40068,sell_compound_top3,sell,2025-11-05 07:36:00,1060.0,7.7332,1,leg_gt,0.04,60 -40069,sell_compound_top3,sell,2025-11-05 07:39:00,1059.0,7.6314,1,leg_gt,0.05,60 -40070,sell_compound_top3,sell,2025-11-05 12:30:00,1062.0,6.4196,1,leg_gt,0.09,60 -40071,sell_compound_top3,sell,2025-11-05 12:33:00,1061.0,6.3193,1,leg_gt,0.09,60 -40072,sell_compound_top3,sell,2025-11-05 12:36:00,1063.0,6.5199,1,leg_gt,0.09,60 -40073,sell_compound_top3,sell,2025-11-05 12:39:00,1062.0,6.4196,1,leg_gt,0.09,60 -40074,sell_compound_top3,sell,2025-11-05 12:42:00,1067.0,6.9211,1,leg_gt,0.1,60 -40075,sell_compound_top3,sell,2025-11-05 12:45:00,1068.0,7.0214,1,leg_gt,0.1,60 -40076,sell_compound_top3,sell,2025-11-05 12:48:00,1068.0,7.0214,1,leg_gt,0.1,60 -40077,sell_compound_top3,sell,2025-11-05 12:51:00,1068.0,7.0214,1,leg_gt,0.1,60 -40078,sell_compound_top3,sell,2025-11-05 12:54:00,1069.0,7.1217,1,leg_gt,0.1,60 -40079,sell_compound_top3,sell,2025-11-05 14:12:00,1071.0,7.3223,1,leg_gt,0.16,60 -40080,sell_compound_top3,sell,2025-11-05 14:57:00,1072.0,7.4226,1,leg_gt,0.19,60 -40081,sell_compound_top3,sell,2025-11-05 15:00:00,1072.0,7.4226,1,leg_gt,0.19,60 -40082,sell_compound_top3,sell,2025-11-05 15:03:00,1074.0,7.6232,1,leg_gt,0.19,60 -40083,sell_compound_top3,sell,2025-11-05 21:30:00,1073.0,7.5229,1,leg_gt,0.46,60 -40084,sell_compound_top3,sell,2025-11-05 21:33:00,1071.0,7.3223,1,leg_gt,0.46,60 -40085,sell_compound_top3,sell,2025-11-05 21:36:00,1072.0,7.4226,1,leg_gt,0.47,60 -40086,sell_compound_top3,sell,2025-11-05 21:39:00,1074.0,7.6232,1,leg_gt,0.47,60 -40087,sell_compound_top3,sell,2025-11-05 21:42:00,1075.0,7.7235,1,leg_gt,0.47,60 -40088,sell_compound_top3,sell,2025-11-05 21:51:00,1077.0,7.9241,1,leg_gt,0.48,60 -40089,sell_compound_top3,sell,2025-11-05 21:54:00,1077.0,7.9241,1,leg_gt,0.48,60 -40090,sell_compound_top3,sell,2025-11-05 21:57:00,1079.0,8.1247,1,leg_gt,0.48,60 -40091,sell_compound_top3,sell,2025-11-05 22:00:00,1079.0,8.1247,1,leg_gt,0.48,60 -40092,sell_compound_top3,sell,2025-11-05 22:03:00,1080.0,8.225,1,leg_gt,0.49,60 -40093,sell_compound_top3,sell,2025-11-05 22:06:00,1081.0,8.3253,1,leg_gt,0.49,60 -40094,sell_compound_top3,sell,2025-11-05 22:09:00,1079.0,8.1247,1,leg_gt,0.49,60 -40095,sell_compound_top3,sell,2025-11-05 22:42:00,1085.0,8.7265,1,leg_gt,0.51,60 -40096,sell_compound_top3,sell,2025-11-05 22:45:00,1083.0,8.5259,1,leg_gt,0.51,60 -40097,sell_compound_top3,sell,2025-11-05 22:48:00,1085.0,8.7265,1,leg_gt,0.52,60 -40098,sell_compound_top3,sell,2025-11-05 23:06:00,1093.0,9.5289,1,leg_gt,0.53,60 -40099,sell_compound_top3,sell,2025-11-05 23:09:00,1092.0,9.4286,1,leg_gt,0.53,60 -40100,sell_compound_top3,sell,2025-11-05 23:12:00,1092.0,9.4286,1,leg_gt,0.53,60 -40101,sell_compound_top3,sell,2025-11-06 01:12:00,1090.0,9.228,1,leg_gt,0.62,60 -40102,sell_compound_top3,sell,2025-11-06 01:42:00,1092.0,9.4286,1,leg_gt,0.64,60 -40103,sell_compound_top3,sell,2025-11-06 01:51:00,1097.0,9.9301,1,leg_gt,0.64,60 -40104,sell_compound_top3,sell,2025-11-06 01:54:00,1097.0,9.9301,1,leg_gt,0.65,60 -40105,sell_compound_top3,sell,2025-11-06 02:00:00,1100.0,10.231,1,leg_gt,0.65,60 -40106,sell_compound_top3,sell,2025-11-06 02:03:00,1095.0,9.7295,1,leg_gt,0.65,60 -40107,sell_compound_top3,sell,2025-11-06 03:30:00,1099.0,10.1307,1,leg_gt,0.71,60 -40108,sell_compound_top3,sell,2025-11-06 03:33:00,1099.0,10.1307,1,leg_gt,0.71,60 -40109,sell_compound_top3,sell,2025-11-06 03:57:00,1104.0,10.6322,1,leg_gt,0.73,60 -40110,sell_compound_top3,sell,2025-11-06 04:00:00,1105.0,10.7325,1,leg_gt,0.73,60 -40111,sell_compound_top3,sell,2025-11-06 04:03:00,1102.0,10.4316,1,leg_gt,0.74,60 -40112,sell_compound_top3,sell,2025-11-06 07:30:00,1105.0,10.7325,1,leg_gt,0.88,60 -40113,sell_compound_top3,sell,2025-11-06 07:33:00,1104.0,10.6322,1,leg_gt,0.88,60 -40114,sell_compound_top3,sell,2025-11-06 07:36:00,1106.0,10.8328,1,leg_gt,0.88,60 -40115,sell_compound_top3,sell,2025-11-06 07:39:00,1106.0,10.8328,1,leg_gt,0.89,60 -40116,sell_compound_top3,sell,2025-11-06 07:45:00,1108.0,11.0334,1,leg_gt,0.89,60 -40117,sell_compound_top3,sell,2025-11-06 07:48:00,1108.0,11.0334,1,leg_gt,0.89,60 -40118,sell_compound_top3,sell,2025-11-06 07:51:00,1109.0,11.1337,1,leg_gt,0.89,60 -40119,sell_compound_top3,sell,2025-11-06 07:54:00,1111.0,11.3343,1,leg_gt,0.9,60 -40120,sell_compound_top3,sell,2025-11-06 07:57:00,1113.0,11.5349,1,leg_gt,0.9,60 -40121,sell_compound_top3,sell,2025-11-06 08:30:00,1112.0,11.4346,1,leg_gt,0.92,60 -40122,sell_compound_top3,sell,2025-11-06 08:33:00,1112.0,11.4346,1,leg_gt,0.92,60 -40123,sell_compound_top3,sell,2025-11-06 20:42:00,1072.0,7.4226,1,leg_gt,1.43,60 -40124,sell_compound_top3,sell,2025-11-06 22:36:00,1080.0,8.225,1,leg_gt,1.51,60 -40125,sell_compound_top3,sell,2025-11-06 22:39:00,1081.0,8.3253,1,leg_gt,1.51,60 -40126,sell_compound_top3,sell,2025-11-06 22:42:00,1080.0,8.225,1,leg_gt,1.51,60 -40127,sell_compound_top3,sell,2025-11-06 22:51:00,1089.0,9.1277,1,leg_gt,1.52,60 -40128,sell_compound_top3,sell,2025-11-06 22:54:00,1087.0,8.9271,1,leg_gt,1.52,60 -40129,sell_compound_top3,sell,2025-11-06 22:57:00,1085.0,8.7265,1,leg_gt,1.52,60 -40130,sell_compound_top3,sell,2025-11-07 03:57:00,1063.0,2.3085,1,leg_gt,0.09,60 -40131,sell_compound_top3,sell,2025-11-07 09:42:00,1064.0,2.4048,1,leg_gt,0.33,60 -40132,sell_compound_top3,sell,2025-11-07 09:57:00,1069.0,2.8865,1,leg_gt,0.34,60 -40133,sell_compound_top3,sell,2025-11-07 10:00:00,1067.0,2.6938,1,leg_gt,0.35,60 -40134,sell_compound_top3,sell,2025-11-07 10:03:00,1071.0,3.0792,1,leg_gt,0.35,60 -40135,sell_compound_top3,sell,2025-11-07 10:21:00,1072.0,3.1755,1,leg_gt,0.36,60 -40136,sell_compound_top3,sell,2025-11-07 10:24:00,1075.0,3.4645,1,leg_gt,0.36,60 -40137,sell_compound_top3,sell,2025-11-07 10:27:00,1073.0,3.2719,1,leg_gt,0.36,60 -40138,sell_compound_top3,sell,2025-11-07 11:57:00,1076.0,3.5609,1,leg_gt,0.43,60 -40139,sell_compound_top3,sell,2025-11-07 12:00:00,1077.0,3.6572,1,leg_gt,0.43,60 -40140,sell_compound_top3,sell,2025-11-07 12:03:00,1076.0,3.5609,1,leg_gt,0.43,60 -40141,sell_compound_top3,sell,2025-11-07 12:15:00,1083.0,4.2353,1,leg_gt,0.44,60 -40142,sell_compound_top3,sell,2025-11-07 12:18:00,1081.0,4.0426,1,leg_gt,0.44,60 -40143,sell_compound_top3,sell,2025-11-07 12:21:00,1083.0,4.2353,1,leg_gt,0.44,60 -40144,sell_compound_top3,sell,2025-11-07 12:24:00,1083.0,4.2353,1,leg_gt,0.45,60 -40145,sell_compound_top3,sell,2025-11-07 12:27:00,1081.0,4.0426,1,leg_gt,0.45,60 -40146,sell_compound_top3,sell,2025-11-07 12:30:00,1083.0,4.2353,1,leg_gt,0.45,60 -40147,sell_compound_top3,sell,2025-11-07 12:33:00,1082.0,4.1389,1,leg_gt,0.45,60 -40148,sell_compound_top3,sell,2025-11-07 14:36:00,1096.0,5.4877,1,leg_gt,0.54,60 -40149,sell_compound_top3,sell,2025-11-07 14:39:00,1099.0,5.7767,1,leg_gt,0.54,60 -40150,sell_compound_top3,sell,2025-11-07 14:42:00,1102.0,6.0657,1,leg_gt,0.54,60 -40151,sell_compound_top3,sell,2025-11-07 14:51:00,1103.0,6.162,1,leg_gt,0.55,60 -40152,sell_compound_top3,sell,2025-11-07 14:54:00,1105.0,6.3547,1,leg_gt,0.55,60 -40153,sell_compound_top3,sell,2025-11-07 14:57:00,1106.0,6.4511,1,leg_gt,0.55,60 -40154,sell_compound_top3,sell,2025-11-07 15:00:00,1106.0,6.4511,1,leg_gt,0.55,60 -40155,sell_compound_top3,sell,2025-11-07 15:03:00,1105.0,6.3547,1,leg_gt,0.56,60 -40156,sell_compound_top3,sell,2025-11-07 15:21:00,1107.0,6.5474,1,leg_gt,0.57,60 -40157,sell_compound_top3,sell,2025-11-07 15:24:00,1110.0,6.8364,1,leg_gt,0.57,60 -40158,sell_compound_top3,sell,2025-11-07 15:27:00,1113.0,7.1254,1,leg_gt,0.57,60 -40159,sell_compound_top3,sell,2025-11-07 15:30:00,1116.0,7.4145,1,leg_gt,0.57,60 -40160,sell_compound_top3,sell,2025-11-07 15:33:00,1115.0,7.3181,1,leg_gt,0.58,60 -40161,sell_compound_top3,sell,2025-11-07 15:36:00,1119.0,7.7035,1,leg_gt,0.58,60 -40162,sell_compound_top3,sell,2025-11-07 15:39:00,1114.0,7.2218,1,leg_gt,0.58,60 -40163,sell_compound_top3,sell,2025-11-07 15:42:00,1115.0,7.3181,1,leg_gt,0.58,60 -40164,sell_compound_top3,sell,2025-11-07 16:06:00,1117.0,7.5108,1,leg_gt,0.6,60 -40165,sell_compound_top3,sell,2025-11-07 16:09:00,1117.0,7.5108,1,leg_gt,0.6,60 -40166,sell_compound_top3,sell,2025-11-07 16:12:00,1115.0,7.3181,1,leg_gt,0.6,60 -40167,sell_compound_top3,sell,2025-11-07 16:15:00,1117.0,7.5108,1,leg_gt,0.61,60 -40168,sell_compound_top3,sell,2025-11-07 16:18:00,1124.0,8.1852,1,leg_gt,0.61,60 -40169,sell_compound_top3,sell,2025-11-07 16:21:00,1123.0,8.0888,1,leg_gt,0.61,60 -40170,sell_compound_top3,sell,2025-11-07 16:24:00,1124.0,8.1852,1,leg_gt,0.61,60 -40171,sell_compound_top3,sell,2025-11-07 17:06:00,1134.0,9.1486,1,leg_gt,0.64,60 -40172,sell_compound_top3,sell,2025-11-07 17:09:00,1132.0,8.9559,1,leg_gt,0.64,60 -40173,sell_compound_top3,sell,2025-11-07 17:12:00,1132.0,8.9559,1,leg_gt,0.65,60 -40174,sell_compound_top3,sell,2025-11-07 17:15:00,1132.0,8.9559,1,leg_gt,0.65,60 -40175,sell_compound_top3,sell,2025-11-07 17:18:00,1134.0,9.1486,1,leg_gt,0.65,60 -40176,sell_compound_top3,sell,2025-11-07 23:06:00,1111.0,3.3451,1,leg_gt,0.05,60 -40177,sell_compound_top3,sell,2025-11-07 23:09:00,1110.0,3.252,1,leg_gt,0.06,60 -40178,sell_compound_top3,sell,2025-11-07 23:12:00,1118.0,3.9968,1,leg_gt,0.06,60 -40179,sell_compound_top3,sell,2025-11-07 23:15:00,1118.0,3.9968,1,leg_gt,0.06,60 -40180,sell_compound_top3,sell,2025-11-07 23:18:00,1114.0,3.6244,1,leg_gt,0.06,60 -40181,sell_compound_top3,sell,2025-11-08 00:06:00,1139.0,5.9521,1,leg_gt,0.1,60 -40182,sell_compound_top3,sell,2025-11-08 00:09:00,1138.0,5.859,1,leg_gt,0.1,60 -40183,sell_compound_top3,sell,2025-11-08 00:27:00,1175.0,9.3041,1,leg_gt,0.11,60 -40184,sell_compound_top3,sell,2025-11-08 00:42:00,1181.0,9.8628,1,leg_gt,0.12,60 -40185,sell_compound_top3,sell,2025-11-08 00:45:00,1183.0,10.049,1,leg_gt,0.12,60 -40186,sell_compound_top3,sell,2025-11-08 00:48:00,1188.0,10.5145,1,leg_gt,0.12,60 -40187,sell_compound_top3,sell,2025-11-08 00:51:00,1191.0,10.7939,1,leg_gt,0.13,60 -40188,sell_compound_top3,sell,2025-11-08 00:54:00,1194.0,11.0732,1,leg_gt,0.13,60 -40189,sell_compound_top3,sell,2025-11-08 00:57:00,1194.0,11.0732,1,leg_gt,0.13,60 -40190,sell_compound_top3,sell,2025-11-08 01:00:00,1198.0,11.4456,1,leg_gt,0.13,60 -40191,sell_compound_top3,sell,2025-11-08 01:03:00,1205.0,12.0974,1,leg_gt,0.14,60 -40192,sell_compound_top3,sell,2025-11-08 01:06:00,1205.0,12.0974,1,leg_gt,0.14,60 -40193,sell_compound_top3,sell,2025-11-08 01:09:00,1195.0,11.1663,1,leg_gt,0.14,60 -40194,sell_compound_top3,sell,2025-11-08 01:21:00,1210.0,12.5629,1,leg_gt,0.15,60 -40195,sell_compound_top3,sell,2025-11-08 01:24:00,1217.0,13.2147,1,leg_gt,0.15,60 -40196,sell_compound_top3,sell,2025-11-08 01:27:00,1213.0,12.8423,1,leg_gt,0.15,60 -40197,sell_compound_top3,sell,2025-11-08 01:30:00,1216.0,13.1216,1,leg_gt,0.15,60 -40198,sell_compound_top3,sell,2025-11-08 01:33:00,1210.0,12.5629,1,leg_gt,0.16,60 -40199,sell_compound_top3,sell,2025-11-08 01:57:00,1213.0,12.8423,1,leg_gt,0.17,60 -40200,sell_compound_top3,sell,2025-11-08 02:51:00,1265.0,17.684,1,leg_gt,0.21,60 -40201,sell_compound_top3,sell,2025-11-08 02:54:00,1258.0,17.0322,1,leg_gt,0.21,60 -40202,sell_compound_top3,sell,2025-11-08 02:57:00,1262.0,17.4047,1,leg_gt,0.21,60 -40203,sell_compound_top3,sell,2025-11-08 03:00:00,1266.0,17.7771,1,leg_gt,0.22,60 -40204,sell_compound_top3,sell,2025-11-08 03:03:00,1272.0,18.3358,1,leg_gt,0.22,60 -40205,sell_compound_top3,sell,2025-11-08 03:06:00,1272.0,18.3358,1,leg_gt,0.22,60 -40206,sell_compound_top3,sell,2025-11-08 03:09:00,1276.0,18.7082,1,leg_gt,0.22,60 -40207,sell_compound_top3,sell,2025-11-08 03:12:00,1273.0,18.4289,1,leg_gt,0.22,60 -40208,sell_compound_top3,sell,2025-11-08 03:45:00,1287.0,19.7324,1,leg_gt,0.25,60 -40209,sell_compound_top3,sell,2025-11-08 03:48:00,1288.0,19.8255,1,leg_gt,0.25,60 -40210,sell_compound_top3,sell,2025-11-08 07:36:00,1269.0,18.0564,1,leg_gt,0.41,60 -40211,sell_compound_top3,sell,2025-11-08 07:39:00,1269.0,18.0564,1,leg_gt,0.41,60 -40212,sell_compound_top3,sell,2025-11-08 11:30:00,1262.0,17.4047,1,leg_gt,0.57,60 -40213,sell_compound_top3,sell,2025-11-08 11:33:00,1261.0,17.3115,1,leg_gt,0.57,60 -40214,sell_compound_top3,sell,2025-11-08 11:36:00,1262.0,17.4047,1,leg_gt,0.57,60 -40215,sell_compound_top3,sell,2025-11-08 11:39:00,1266.0,17.7771,1,leg_gt,0.58,60 -40216,sell_compound_top3,sell,2025-11-08 11:42:00,1268.0,17.9633,1,leg_gt,0.58,60 -40217,sell_compound_top3,sell,2025-11-08 11:45:00,1268.0,17.9633,1,leg_gt,0.58,60 -40218,sell_compound_top3,sell,2025-11-08 11:48:00,1263.0,17.4978,1,leg_gt,0.58,60 -40219,sell_compound_top3,sell,2025-11-08 17:45:00,1232.0,14.6114,1,leg_gt,0.83,60 -40220,sell_compound_top3,sell,2025-11-08 17:48:00,1231.0,14.5182,1,leg_gt,0.83,60 -40221,sell_compound_top3,sell,2025-11-08 17:51:00,1229.0,14.332,1,leg_gt,0.84,60 -40222,sell_compound_top3,sell,2025-11-08 17:54:00,1229.0,14.332,1,leg_gt,0.84,60 -40223,sell_compound_top3,sell,2025-11-08 17:57:00,1231.0,14.5182,1,leg_gt,0.84,60 -40224,sell_compound_top3,sell,2025-11-08 19:57:00,1236.0,14.9838,1,leg_gt,0.92,60 -40225,sell_compound_top3,sell,2025-11-08 20:00:00,1234.0,14.7976,1,leg_gt,0.92,60 -40226,sell_compound_top3,sell,2025-11-08 20:03:00,1231.0,14.5182,1,leg_gt,0.93,60 -40227,sell_compound_top3,sell,2025-11-08 20:06:00,1240.0,15.3562,1,leg_gt,0.93,60 -40228,sell_compound_top3,sell,2025-11-08 20:09:00,1241.0,15.4493,1,leg_gt,0.93,60 -40229,sell_compound_top3,sell,2025-11-08 20:21:00,1246.0,15.9149,1,leg_gt,0.94,60 -40230,sell_compound_top3,sell,2025-11-08 20:24:00,1252.0,16.4736,1,leg_gt,0.94,60 -40231,sell_compound_top3,sell,2025-11-09 04:12:00,1208.0,12.3767,1,leg_gt,1.27,60 -40232,sell_compound_top3,sell,2025-11-09 06:42:00,1210.0,12.5629,1,leg_gt,1.37,60 -40233,sell_compound_top3,sell,2025-11-09 06:57:00,1212.0,12.7492,1,leg_gt,1.38,60 -40234,sell_compound_top3,sell,2025-11-09 07:21:00,1214.0,12.9354,1,leg_gt,1.4,60 -40235,sell_compound_top3,sell,2025-11-09 07:24:00,1217.0,13.2147,1,leg_gt,1.4,60 -40236,sell_compound_top3,sell,2025-11-09 07:30:00,1215.0,13.0285,1,leg_gt,1.4,60 -40237,sell_compound_top3,sell,2025-11-09 07:33:00,1217.0,13.2147,1,leg_gt,1.41,60 -40238,sell_compound_top3,sell,2025-11-09 07:36:00,1215.0,13.0285,1,leg_gt,1.41,60 -40239,sell_compound_top3,sell,2025-11-09 07:39:00,1215.0,13.0285,1,leg_gt,1.41,60 -40240,sell_compound_top3,sell,2025-11-09 07:51:00,1218.0,13.3078,1,leg_gt,1.42,60 -40241,sell_compound_top3,sell,2025-11-09 07:54:00,1220.0,13.494,1,leg_gt,1.42,60 -40242,sell_compound_top3,sell,2025-11-09 07:57:00,1216.0,13.1216,1,leg_gt,1.42,60 -40243,sell_compound_top3,sell,2025-11-09 08:57:00,1217.0,13.2147,1,leg_gt,1.46,60 -40244,sell_compound_top3,sell,2025-11-09 09:00:00,1218.0,13.3078,1,leg_gt,1.47,60 -40245,sell_compound_top3,sell,2025-11-09 09:03:00,1218.0,13.3078,1,leg_gt,1.47,60 -40246,sell_compound_top3,sell,2025-11-09 15:36:00,1184.0,1.5309,1,leg_gt,0.13,60 -40247,sell_compound_top3,sell,2025-11-09 15:39:00,1185.0,1.6167,1,leg_gt,0.14,60 -40248,sell_compound_top3,sell,2025-11-09 16:42:00,1191.0,2.1318,1,leg_gt,0.18,60 -40249,sell_compound_top3,sell,2025-11-09 16:51:00,1190.0,2.0459,1,leg_gt,0.19,60 -40250,sell_compound_top3,sell,2025-11-09 16:54:00,1190.0,2.0459,1,leg_gt,0.19,60 -40251,sell_compound_top3,sell,2025-11-09 16:57:00,1191.0,2.1318,1,leg_gt,0.19,60 -40252,sell_compound_top3,sell,2025-11-09 17:00:00,1192.0,2.2176,1,leg_gt,0.19,60 -40253,sell_compound_top3,sell,2025-11-09 17:03:00,1190.0,2.0459,1,leg_gt,0.19,60 -40254,sell_compound_top3,sell,2025-11-09 20:21:00,1196.0,2.5609,1,leg_gt,0.33,60 -40255,sell_compound_top3,sell,2025-11-09 20:24:00,1191.0,2.1318,1,leg_gt,0.33,60 -40256,sell_compound_top3,sell,2025-11-09 20:27:00,1194.0,2.3893,1,leg_gt,0.34,60 -40257,sell_compound_top3,sell,2025-11-09 21:27:00,1196.0,2.5609,1,leg_gt,0.38,60 -40258,sell_compound_top3,sell,2025-11-09 23:42:00,1220.0,4.621,1,leg_gt,0.47,60 -40259,sell_compound_top3,sell,2025-11-10 00:21:00,1221.0,4.7069,1,leg_gt,0.5,60 -40260,sell_compound_top3,sell,2025-11-10 00:24:00,1219.0,4.5352,1,leg_gt,0.5,60 -40261,sell_compound_top3,sell,2025-11-10 04:42:00,1219.0,4.5352,1,leg_gt,0.68,60 -40262,sell_compound_top3,sell,2025-11-10 04:57:00,1221.0,4.7069,1,leg_gt,0.69,60 -40263,sell_compound_top3,sell,2025-11-10 05:00:00,1224.0,4.9644,1,leg_gt,0.69,60 -40264,sell_compound_top3,sell,2025-11-10 05:03:00,1223.0,4.8785,1,leg_gt,0.69,60 -40265,sell_compound_top3,sell,2025-11-10 10:00:00,1231.0,5.5652,1,leg_gt,0.9,60 -40266,sell_compound_top3,sell,2025-11-10 10:03:00,1235.0,5.9086,1,leg_gt,0.9,60 -40267,sell_compound_top3,sell,2025-11-10 14:12:00,1238.0,6.1661,1,leg_gt,1.08,60 -40268,sell_compound_top3,sell,2025-11-10 18:45:00,1249.0,7.1103,1,leg_gt,1.26,60 -40269,sell_compound_top3,sell,2025-11-10 18:48:00,1251.0,7.282,1,leg_gt,1.27,60 -40270,sell_compound_top3,sell,2025-11-10 18:51:00,1252.0,7.3678,1,leg_gt,1.27,60 -40271,sell_compound_top3,sell,2025-11-10 18:54:00,1255.0,7.6253,1,leg_gt,1.27,60 -40272,sell_compound_top3,sell,2025-11-10 18:57:00,1252.0,7.3678,1,leg_gt,1.27,60 -40273,sell_compound_top3,sell,2025-11-10 22:42:00,1246.0,6.8528,1,leg_gt,1.43,60 -40274,sell_compound_top3,sell,2025-11-10 22:45:00,1246.0,6.8528,1,leg_gt,1.43,60 -40275,sell_compound_top3,sell,2025-11-10 22:48:00,1246.0,6.8528,1,leg_gt,1.43,60 -40276,sell_compound_top3,sell,2025-11-11 05:21:00,1221.0,1.5653,1,leg_gt,0.14,60 -40277,sell_compound_top3,sell,2025-11-11 05:24:00,1222.0,1.6485,1,leg_gt,0.14,60 -40278,sell_compound_top3,sell,2025-11-11 08:00:00,1239.0,3.064,1,leg_gt,0.25,60 -40279,sell_compound_top3,sell,2025-11-11 08:03:00,1235.0,2.731,1,leg_gt,0.25,60 -40280,sell_compound_top3,sell,2025-11-11 10:27:00,1243.0,3.3971,1,leg_gt,0.35,60 -40281,sell_compound_top3,sell,2025-11-11 11:42:00,1240.0,3.1473,1,leg_gt,0.4,60 -40282,sell_compound_top3,sell,2025-11-11 12:12:00,1246.0,3.6469,1,leg_gt,0.42,60 -40283,sell_compound_top3,sell,2025-11-11 12:15:00,1248.0,3.8134,1,leg_gt,0.43,60 -40284,sell_compound_top3,sell,2025-11-11 12:18:00,1245.0,3.5636,1,leg_gt,0.43,60 -40285,sell_compound_top3,sell,2025-11-11 12:21:00,1246.0,3.6469,1,leg_gt,0.43,60 -40286,sell_compound_top3,sell,2025-11-11 12:24:00,1247.0,3.7301,1,leg_gt,0.43,60 -40287,sell_compound_top3,sell,2025-11-11 20:15:00,1196.0,-0.5163,0,leg_gt,0.76,60 -40288,sell_compound_top3,sell,2025-11-11 20:18:00,1194.0,-0.6828,0,leg_gt,0.76,60 -40289,sell_compound_top3,sell,2025-11-12 01:21:00,1198.0,-0.3498,0,leg_gt,0.97,60 -40290,sell_compound_top3,sell,2025-11-12 01:24:00,1197.0,-0.4331,0,leg_gt,0.98,60 -40291,sell_compound_top3,sell,2025-11-12 02:12:00,1200.0,-0.1833,0,leg_gt,1.01,60 -40292,sell_compound_top3,sell,2025-11-12 11:51:00,1162.0,1.2078,1,leg_gt,0.08,60 -40293,sell_compound_top3,sell,2025-11-12 11:54:00,1168.0,1.7309,1,leg_gt,0.08,60 -40294,sell_compound_top3,sell,2025-11-12 12:00:00,1166.0,1.5565,1,leg_gt,0.09,60 -40295,sell_compound_top3,sell,2025-11-12 12:03:00,1167.0,1.6437,1,leg_gt,0.09,60 -40296,sell_compound_top3,sell,2025-11-12 12:06:00,1168.0,1.7309,1,leg_gt,0.09,60 -40297,sell_compound_top3,sell,2025-11-12 12:09:00,1167.0,1.6437,1,leg_gt,0.09,60 -40298,sell_compound_top3,sell,2025-11-12 12:12:00,1166.0,1.5565,1,leg_gt,0.09,60 -40299,sell_compound_top3,sell,2025-11-12 12:42:00,1176.0,2.4283,1,leg_gt,0.11,60 -40300,sell_compound_top3,sell,2025-11-12 12:51:00,1177.0,2.5155,1,leg_gt,0.12,60 -40301,sell_compound_top3,sell,2025-11-12 12:54:00,1177.0,2.5155,1,leg_gt,0.12,60 -40302,sell_compound_top3,sell,2025-11-12 14:21:00,1175.0,2.3412,1,leg_gt,0.18,60 -40303,sell_compound_top3,sell,2025-11-12 14:24:00,1176.0,2.4283,1,leg_gt,0.19,60 -40304,sell_compound_top3,sell,2025-11-12 14:27:00,1176.0,2.4283,1,leg_gt,0.19,60 -40305,sell_compound_top3,sell,2025-11-12 15:00:00,1176.0,2.4283,1,leg_gt,0.21,60 -40306,sell_compound_top3,sell,2025-11-12 15:03:00,1176.0,2.4283,1,leg_gt,0.21,60 -40307,sell_compound_top3,sell,2025-11-12 15:30:00,1191.0,3.7361,1,leg_gt,0.23,60 -40308,sell_compound_top3,sell,2025-11-12 15:33:00,1189.0,3.5617,1,leg_gt,0.23,60 -40309,sell_compound_top3,sell,2025-11-12 15:36:00,1190.0,3.6489,1,leg_gt,0.24,60 -40310,sell_compound_top3,sell,2025-11-12 15:39:00,1192.0,3.8233,1,leg_gt,0.24,60 -40311,sell_compound_top3,sell,2025-11-12 15:42:00,1192.0,3.8233,1,leg_gt,0.24,60 -40312,sell_compound_top3,sell,2025-11-12 15:45:00,1192.0,3.8233,1,leg_gt,0.24,60 -40313,sell_compound_top3,sell,2025-11-12 15:48:00,1193.0,3.9105,1,leg_gt,0.24,60 -40314,sell_compound_top3,sell,2025-11-12 17:57:00,1196.0,4.172,1,leg_gt,0.33,60 -40315,sell_compound_top3,sell,2025-11-12 18:00:00,1197.0,4.2592,1,leg_gt,0.34,60 -40316,sell_compound_top3,sell,2025-11-12 18:03:00,1197.0,4.2592,1,leg_gt,0.34,60 -40317,sell_compound_top3,sell,2025-11-12 18:12:00,1201.0,4.6079,1,leg_gt,0.34,60 -40318,sell_compound_top3,sell,2025-11-12 19:15:00,1204.0,4.8695,1,leg_gt,0.39,60 -40319,sell_compound_top3,sell,2025-11-12 19:18:00,1203.0,4.7823,1,leg_gt,0.39,60 -40320,sell_compound_top3,sell,2025-11-12 19:21:00,1204.0,4.8695,1,leg_gt,0.39,60 -40321,sell_compound_top3,sell,2025-11-12 19:24:00,1208.0,5.2182,1,leg_gt,0.39,60 -40322,sell_compound_top3,sell,2025-11-12 19:27:00,1206.0,5.0439,1,leg_gt,0.4,60 -40323,sell_compound_top3,sell,2025-11-12 19:42:00,1209.0,5.3054,1,leg_gt,0.41,60 -40324,sell_compound_top3,sell,2025-11-12 21:21:00,1213.0,5.6541,1,leg_gt,0.48,60 -40325,sell_compound_top3,sell,2025-11-12 21:24:00,1212.0,5.567,1,leg_gt,0.48,60 -40326,sell_compound_top3,sell,2025-11-12 21:30:00,1213.0,5.6541,1,leg_gt,0.48,60 -40327,sell_compound_top3,sell,2025-11-12 21:33:00,1210.0,5.3926,1,leg_gt,0.48,60 -40328,sell_compound_top3,sell,2025-11-13 05:45:00,1151.0,2.4847,1,leg_gt,0.14,60 -40329,sell_compound_top3,sell,2025-11-13 05:48:00,1150.0,2.3955,1,leg_gt,0.14,60 -40330,sell_compound_top3,sell,2025-11-13 05:51:00,1151.0,2.4847,1,leg_gt,0.15,60 -40331,sell_compound_top3,sell,2025-11-13 05:54:00,1151.0,2.4847,1,leg_gt,0.15,60 -40332,sell_compound_top3,sell,2025-11-13 05:57:00,1150.0,2.3955,1,leg_gt,0.15,60 -40333,sell_compound_top3,sell,2025-11-13 06:12:00,1153.0,2.6629,1,leg_gt,0.16,60 -40334,sell_compound_top3,sell,2025-11-13 06:36:00,1158.0,3.1086,1,leg_gt,0.18,60 -40335,sell_compound_top3,sell,2025-11-13 06:39:00,1161.0,3.3759,1,leg_gt,0.18,60 -40336,sell_compound_top3,sell,2025-11-13 06:42:00,1159.0,3.1977,1,leg_gt,0.18,60 -40337,sell_compound_top3,sell,2025-11-13 06:45:00,1160.0,3.2868,1,leg_gt,0.18,60 -40338,sell_compound_top3,sell,2025-11-13 06:48:00,1157.0,3.0194,1,leg_gt,0.19,60 -40339,sell_compound_top3,sell,2025-11-13 06:57:00,1162.0,3.4651,1,leg_gt,0.19,60 -40340,sell_compound_top3,sell,2025-11-13 07:00:00,1160.0,3.2868,1,leg_gt,0.19,60 -40341,sell_compound_top3,sell,2025-11-13 07:03:00,1160.0,3.2868,1,leg_gt,0.2,60 -40342,sell_compound_top3,sell,2025-11-13 10:21:00,1164.0,3.6433,1,leg_gt,0.33,60 -40343,sell_compound_top3,sell,2025-11-13 10:24:00,1165.0,3.7324,1,leg_gt,0.34,60 -40344,sell_compound_top3,sell,2025-11-13 10:27:00,1167.0,3.9107,1,leg_gt,0.34,60 -40345,sell_compound_top3,sell,2025-11-13 10:30:00,1165.0,3.7324,1,leg_gt,0.34,60 -40346,sell_compound_top3,sell,2025-11-13 10:33:00,1169.0,4.0889,1,leg_gt,0.34,60 -40347,sell_compound_top3,sell,2025-11-13 15:06:00,1201.0,6.941,1,leg_gt,0.53,60 -40348,sell_compound_top3,sell,2025-11-13 15:09:00,1203.0,7.1193,1,leg_gt,0.53,60 -40349,sell_compound_top3,sell,2025-11-13 15:12:00,1203.0,7.1193,1,leg_gt,0.54,60 -40350,sell_compound_top3,sell,2025-11-13 22:21:00,1179.0,4.9802,1,leg_gt,0.83,60 -40351,sell_compound_top3,sell,2025-11-13 22:24:00,1179.0,4.9802,1,leg_gt,0.84,60 -40352,sell_compound_top3,sell,2025-11-14 07:36:00,1123.0,1.8982,1,leg_gt,0.17,60 -40353,sell_compound_top3,sell,2025-11-14 07:39:00,1126.0,2.1707,1,leg_gt,0.17,60 -40354,sell_compound_top3,sell,2025-11-14 07:51:00,1126.0,2.1707,1,leg_gt,0.18,60 -40355,sell_compound_top3,sell,2025-11-14 07:54:00,1129.0,2.4431,1,leg_gt,0.18,60 -40356,sell_compound_top3,sell,2025-11-14 07:57:00,1127.0,2.2615,1,leg_gt,0.18,60 -40357,sell_compound_top3,sell,2025-11-14 08:12:00,1127.0,2.2615,1,leg_gt,0.19,60 -40358,sell_compound_top3,sell,2025-11-14 08:15:00,1132.0,2.7156,1,leg_gt,0.2,60 -40359,sell_compound_top3,sell,2025-11-14 08:18:00,1135.0,2.9881,1,leg_gt,0.2,60 -40360,sell_compound_top3,sell,2025-11-14 08:21:00,1137.0,3.1698,1,leg_gt,0.2,60 -40361,sell_compound_top3,sell,2025-11-14 08:24:00,1137.0,3.1698,1,leg_gt,0.2,60 -40362,sell_compound_top3,sell,2025-11-14 08:27:00,1139.0,3.3514,1,leg_gt,0.2,60 -40363,sell_compound_top3,sell,2025-11-14 08:30:00,1138.0,3.2606,1,leg_gt,0.21,60 -40364,sell_compound_top3,sell,2025-11-14 08:33:00,1138.0,3.2606,1,leg_gt,0.21,60 -40365,sell_compound_top3,sell,2025-11-14 08:36:00,1143.0,3.7147,1,leg_gt,0.21,60 -40366,sell_compound_top3,sell,2025-11-14 08:39:00,1142.0,3.6239,1,leg_gt,0.21,60 -40367,sell_compound_top3,sell,2025-11-14 08:42:00,1141.0,3.5331,1,leg_gt,0.21,60 -40368,sell_compound_top3,sell,2025-11-14 16:27:00,1123.0,4.8533,1,leg_gt,0.12,60 -40369,sell_compound_top3,sell,2025-11-14 23:57:00,1105.0,3.7534,1,leg_gt,0.1,60 -40370,sell_compound_top3,sell,2025-11-15 00:30:00,1106.0,3.8474,1,leg_gt,0.12,60 -40371,sell_compound_top3,sell,2025-11-15 00:33:00,1105.0,3.7534,1,leg_gt,0.12,60 -40372,sell_compound_top3,sell,2025-11-15 00:42:00,1107.0,3.9414,1,leg_gt,0.13,60 -40373,sell_compound_top3,sell,2025-11-15 00:45:00,1111.0,4.3173,1,leg_gt,0.13,60 -40374,sell_compound_top3,sell,2025-11-15 00:48:00,1120.0,5.1632,1,leg_gt,0.13,60 -40375,sell_compound_top3,sell,2025-11-15 00:57:00,1111.0,4.3173,1,leg_gt,0.14,60 -40376,sell_compound_top3,sell,2025-11-15 01:30:00,1114.0,4.5992,1,leg_gt,0.16,60 -40377,sell_compound_top3,sell,2025-11-15 01:33:00,1111.0,4.3173,1,leg_gt,0.16,60 -40378,sell_compound_top3,sell,2025-11-15 01:36:00,1113.0,4.5053,1,leg_gt,0.16,60 -40379,sell_compound_top3,sell,2025-11-15 01:39:00,1114.0,4.5992,1,leg_gt,0.17,60 -40380,sell_compound_top3,sell,2025-11-15 10:27:00,1084.0,2.3575,1,leg_gt,0.1,60 -40381,sell_compound_top3,sell,2025-11-15 10:42:00,1088.0,2.7355,1,leg_gt,0.11,60 -40382,sell_compound_top3,sell,2025-11-15 10:45:00,1089.0,2.8301,1,leg_gt,0.11,60 -40383,sell_compound_top3,sell,2025-11-15 10:48:00,1090.0,2.9246,1,leg_gt,0.11,60 -40384,sell_compound_top3,sell,2025-11-15 11:00:00,1090.0,2.9246,1,leg_gt,0.12,60 -40385,sell_compound_top3,sell,2025-11-15 11:03:00,1089.0,2.8301,1,leg_gt,0.12,60 -40386,sell_compound_top3,sell,2025-11-15 12:06:00,1093.0,3.2081,1,leg_gt,0.17,60 -40387,sell_compound_top3,sell,2025-11-15 12:09:00,1095.0,3.3972,1,leg_gt,0.17,60 -40388,sell_compound_top3,sell,2025-11-15 12:12:00,1095.0,3.3972,1,leg_gt,0.17,60 -40389,sell_compound_top3,sell,2025-11-15 12:15:00,1096.0,3.4917,1,leg_gt,0.17,60 -40390,sell_compound_top3,sell,2025-11-15 12:18:00,1096.0,3.4917,1,leg_gt,0.18,60 -40391,sell_compound_top3,sell,2025-11-15 12:21:00,1095.0,3.3972,1,leg_gt,0.18,60 -40392,sell_compound_top3,sell,2025-11-15 12:24:00,1096.0,3.4917,1,leg_gt,0.18,60 -40393,sell_compound_top3,sell,2025-11-15 21:30:00,1070.0,1.0342,1,leg_gt,0.56,60 -40394,sell_compound_top3,sell,2025-11-15 21:33:00,1069.0,0.9397,1,leg_gt,0.56,60 -40395,sell_compound_top3,sell,2025-11-15 21:36:00,1070.0,1.0342,1,leg_gt,0.56,60 -40396,sell_compound_top3,sell,2025-11-15 21:39:00,1070.0,1.0342,1,leg_gt,0.56,60 -40397,sell_compound_top3,sell,2025-11-15 22:30:00,1073.0,1.3178,1,leg_gt,0.6,60 -40398,sell_compound_top3,sell,2025-11-15 22:33:00,1072.0,1.2233,1,leg_gt,0.6,60 -40399,sell_compound_top3,sell,2025-11-16 03:12:00,1064.0,0.4671,1,leg_gt,0.8,60 -40400,sell_compound_top3,sell,2025-11-16 03:15:00,1064.0,0.4671,1,leg_gt,0.8,60 -40401,sell_compound_top3,sell,2025-11-16 03:18:00,1062.0,0.2781,1,leg_gt,0.8,60 -40402,sell_compound_top3,sell,2025-11-16 08:12:00,1058.0,-0.1,0,leg_gt,1.0,60 -40403,sell_compound_top3,sell,2025-11-16 08:15:00,1058.0,-0.1,0,leg_gt,1.01,60 -40404,sell_compound_top3,sell,2025-11-16 08:18:00,1059.0,-0.0055,0,leg_gt,1.01,60 -40405,sell_compound_top3,sell,2025-11-16 08:21:00,1057.0,-0.1945,0,leg_gt,1.01,60 -40406,sell_compound_top3,sell,2025-11-16 08:24:00,1056.0,-0.289,0,leg_gt,1.01,60 -40407,sell_compound_top3,sell,2025-11-16 19:06:00,1054.0,-0.4781,0,leg_gt,1.46,60 -40408,sell_compound_top3,sell,2025-11-16 19:09:00,1054.0,-0.4781,0,leg_gt,1.46,60 -40409,sell_compound_top3,sell,2025-11-16 19:12:00,1054.0,-0.4781,0,leg_gt,1.46,60 -40410,sell_compound_top3,sell,2025-11-16 19:15:00,1055.0,-0.3836,0,leg_gt,1.46,60 -40411,sell_compound_top3,sell,2025-11-16 19:18:00,1055.0,-0.3836,0,leg_gt,1.47,60 -40412,sell_compound_top3,sell,2025-11-16 19:21:00,1054.0,-0.4781,0,leg_gt,1.47,60 -40413,sell_compound_top3,sell,2025-11-16 19:24:00,1053.0,-0.5726,0,leg_gt,1.47,60 -40414,sell_compound_top3,sell,2025-11-16 19:27:00,1055.0,-0.3836,0,leg_gt,1.47,60 -40415,sell_compound_top3,sell,2025-11-17 00:06:00,1027.0,-3.0301,0,leg_gt,1.67,60 -40416,sell_compound_top3,sell,2025-11-17 00:09:00,1027.0,-3.0301,0,leg_gt,1.67,60 -40417,sell_compound_top3,sell,2025-11-17 05:30:00,1005.0,1.6206,1,leg_gt,0.11,60 -40418,sell_compound_top3,sell,2025-11-17 05:33:00,1003.0,1.4182,1,leg_gt,0.11,60 -40419,sell_compound_top3,sell,2025-11-17 07:57:00,1003.0,1.4182,1,leg_gt,0.21,60 -40420,sell_compound_top3,sell,2025-11-17 08:30:00,1010.0,2.1267,1,leg_gt,0.23,60 -40421,sell_compound_top3,sell,2025-11-17 08:33:00,1007.0,1.8231,1,leg_gt,0.24,60 -40422,sell_compound_top3,sell,2025-11-17 08:42:00,1010.0,2.1267,1,leg_gt,0.24,60 -40423,sell_compound_top3,sell,2025-11-17 09:42:00,1010.0,2.1267,1,leg_gt,0.28,60 -40424,sell_compound_top3,sell,2025-11-17 12:27:00,1017.0,2.8352,1,leg_gt,0.4,60 -40425,sell_compound_top3,sell,2025-11-17 12:30:00,1017.0,2.8352,1,leg_gt,0.4,60 -40426,sell_compound_top3,sell,2025-11-17 12:33:00,1017.0,2.8352,1,leg_gt,0.4,60 -40427,sell_compound_top3,sell,2025-11-17 12:36:00,1016.0,2.734,1,leg_gt,0.4,60 -40428,sell_compound_top3,sell,2025-11-17 12:39:00,1016.0,2.734,1,leg_gt,0.41,60 -40429,sell_compound_top3,sell,2025-11-17 12:42:00,1017.0,2.8352,1,leg_gt,0.41,60 -40430,sell_compound_top3,sell,2025-11-17 16:51:00,1021.0,3.2401,1,leg_gt,0.58,60 -40431,sell_compound_top3,sell,2025-11-17 16:54:00,1019.0,3.0377,1,leg_gt,0.58,60 -40432,sell_compound_top3,sell,2025-11-17 16:57:00,1019.0,3.0377,1,leg_gt,0.59,60 -40433,sell_compound_top3,sell,2025-11-17 17:00:00,1021.0,3.2401,1,leg_gt,0.59,60 -40434,sell_compound_top3,sell,2025-11-17 17:03:00,1019.0,3.0377,1,leg_gt,0.59,60 -40435,sell_compound_top3,sell,2025-11-17 20:21:00,1019.0,3.0377,1,leg_gt,0.73,60 -40436,sell_compound_top3,sell,2025-11-17 20:24:00,1020.0,3.1389,1,leg_gt,0.73,60 -40437,sell_compound_top3,sell,2025-11-17 20:27:00,1020.0,3.1389,1,leg_gt,0.73,60 -40438,sell_compound_top3,sell,2025-11-17 23:45:00,1016.0,3.0472,1,leg_gt,0.04,60 -40439,sell_compound_top3,sell,2025-11-17 23:48:00,1022.0,3.6563,1,leg_gt,0.04,60 -40440,sell_compound_top3,sell,2025-11-18 07:30:00,976.0,-1.0137,0,leg_gt,0.36,60 -40441,sell_compound_top3,sell,2025-11-18 07:33:00,977.0,-0.9122,0,leg_gt,0.36,60 -40442,sell_compound_top3,sell,2025-11-18 07:42:00,975.0,-1.1152,0,leg_gt,0.37,60 -40443,sell_compound_top3,sell,2025-11-18 09:12:00,977.0,-0.9122,0,leg_gt,0.43,60 -40444,sell_compound_top3,sell,2025-11-18 09:51:00,976.0,1.5667,1,leg_gt,0.01,60 -40445,sell_compound_top3,sell,2025-11-18 09:54:00,977.0,1.6708,1,leg_gt,0.01,60 -40446,sell_compound_top3,sell,2025-11-18 09:57:00,975.0,1.4625,1,leg_gt,0.01,60 -40447,sell_compound_top3,sell,2025-11-18 10:00:00,980.0,1.9833,1,leg_gt,0.01,60 -40448,sell_compound_top3,sell,2025-11-18 10:03:00,980.0,1.9833,1,leg_gt,0.01,60 -40449,sell_compound_top3,sell,2025-11-18 10:06:00,981.0,2.0875,1,leg_gt,0.02,60 -40450,sell_compound_top3,sell,2025-11-18 10:09:00,986.0,2.6083,1,leg_gt,0.02,60 -40451,sell_compound_top3,sell,2025-11-18 10:15:00,983.0,2.2958,1,leg_gt,0.02,60 -40452,sell_compound_top3,sell,2025-11-18 10:18:00,987.0,2.7125,1,leg_gt,0.02,60 -40453,sell_compound_top3,sell,2025-11-18 10:21:00,984.0,2.4,1,leg_gt,0.03,60 -40454,sell_compound_top3,sell,2025-11-18 10:24:00,984.0,2.4,1,leg_gt,0.03,60 -40455,sell_compound_top3,sell,2025-11-18 11:30:00,988.0,2.8167,1,leg_gt,0.08,60 -40456,sell_compound_top3,sell,2025-11-18 11:33:00,990.0,3.025,1,leg_gt,0.08,60 -40457,sell_compound_top3,sell,2025-11-18 12:45:00,991.0,3.1292,1,leg_gt,0.13,60 -40458,sell_compound_top3,sell,2025-11-18 12:48:00,991.0,3.1292,1,leg_gt,0.13,60 -40459,sell_compound_top3,sell,2025-11-18 12:51:00,991.0,3.1292,1,leg_gt,0.13,60 -40460,sell_compound_top3,sell,2025-11-18 12:54:00,989.0,2.9208,1,leg_gt,0.13,60 -40461,sell_compound_top3,sell,2025-11-18 13:00:00,990.0,3.025,1,leg_gt,0.14,60 -40462,sell_compound_top3,sell,2025-11-18 13:03:00,989.0,2.9208,1,leg_gt,0.14,60 -40463,sell_compound_top3,sell,2025-11-18 14:12:00,993.0,3.3375,1,leg_gt,0.19,60 -40464,sell_compound_top3,sell,2025-11-18 14:27:00,994.0,3.4417,1,leg_gt,0.2,60 -40465,sell_compound_top3,sell,2025-11-18 17:51:00,998.0,3.8583,1,leg_gt,0.34,60 -40466,sell_compound_top3,sell,2025-11-18 17:54:00,995.0,3.5458,1,leg_gt,0.34,60 -40467,sell_compound_top3,sell,2025-11-19 00:42:00,1008.0,4.9,1,leg_gt,0.62,60 -40468,sell_compound_top3,sell,2025-11-19 00:57:00,1010.0,5.1083,1,leg_gt,0.64,60 -40469,sell_compound_top3,sell,2025-11-19 01:00:00,1012.0,5.3167,1,leg_gt,0.64,60 -40470,sell_compound_top3,sell,2025-11-19 01:03:00,1011.0,5.2125,1,leg_gt,0.64,60 -40471,sell_compound_top3,sell,2025-11-19 01:06:00,1009.0,5.0042,1,leg_gt,0.64,60 -40472,sell_compound_top3,sell,2025-11-19 01:09:00,1017.0,5.8375,1,leg_gt,0.64,60 -40473,sell_compound_top3,sell,2025-11-19 01:12:00,1016.0,5.7333,1,leg_gt,0.65,60 -40474,sell_compound_top3,sell,2025-11-19 01:15:00,1016.0,5.7333,1,leg_gt,0.65,60 -40475,sell_compound_top3,sell,2025-11-19 01:18:00,1018.0,5.9417,1,leg_gt,0.65,60 -40476,sell_compound_top3,sell,2025-11-19 01:21:00,1024.0,6.5667,1,leg_gt,0.65,60 -40477,sell_compound_top3,sell,2025-11-19 01:24:00,1025.0,6.6708,1,leg_gt,0.65,60 -40478,sell_compound_top3,sell,2025-11-19 01:27:00,1025.0,6.6708,1,leg_gt,0.66,60 -40479,sell_compound_top3,sell,2025-11-19 01:30:00,1023.0,6.4625,1,leg_gt,0.66,60 -40480,sell_compound_top3,sell,2025-11-19 01:33:00,1028.0,6.9833,1,leg_gt,0.66,60 -40481,sell_compound_top3,sell,2025-11-19 01:36:00,1028.0,6.9833,1,leg_gt,0.66,60 -40482,sell_compound_top3,sell,2025-11-19 01:39:00,1029.0,7.0875,1,leg_gt,0.66,60 -40483,sell_compound_top3,sell,2025-11-19 01:42:00,1027.0,6.8792,1,leg_gt,0.67,60 -40484,sell_compound_top3,sell,2025-11-19 01:45:00,1027.0,6.8792,1,leg_gt,0.67,60 -40485,sell_compound_top3,sell,2025-11-19 01:48:00,1024.0,6.5667,1,leg_gt,0.67,60 -40486,sell_compound_top3,sell,2025-11-19 08:00:00,1026.0,6.775,1,leg_gt,0.93,60 -40487,sell_compound_top3,sell,2025-11-19 08:03:00,1027.0,6.8792,1,leg_gt,0.93,60 -40488,sell_compound_top3,sell,2025-11-19 21:21:00,995.0,3.5458,1,leg_gt,1.49,60 -40489,sell_compound_top3,sell,2025-11-19 21:24:00,996.0,3.65,1,leg_gt,1.49,60 -40490,sell_compound_top3,sell,2025-11-19 21:27:00,996.0,3.65,1,leg_gt,1.49,60 -40491,sell_compound_top3,sell,2025-11-19 21:30:00,997.0,3.7542,1,leg_gt,1.49,60 -40492,sell_compound_top3,sell,2025-11-19 21:33:00,996.0,3.65,1,leg_gt,1.49,60 -40493,sell_compound_top3,sell,2025-11-20 00:15:00,1003.0,4.3792,1,leg_gt,1.61,60 -40494,sell_compound_top3,sell,2025-11-20 00:18:00,1005.0,4.5875,1,leg_gt,1.61,60 -40495,sell_compound_top3,sell,2025-11-20 06:15:00,975.0,2.5316,1,leg_gt,0.08,60 -40496,sell_compound_top3,sell,2025-11-20 06:18:00,978.0,2.8474,1,leg_gt,0.08,60 -40497,sell_compound_top3,sell,2025-11-20 06:30:00,988.0,3.9,1,leg_gt,0.09,60 -40498,sell_compound_top3,sell,2025-11-20 06:33:00,992.0,4.3211,1,leg_gt,0.09,60 -40499,sell_compound_top3,sell,2025-11-20 06:36:00,988.0,3.9,1,leg_gt,0.09,60 -40500,sell_compound_top3,sell,2025-11-20 06:39:00,988.0,3.9,1,leg_gt,0.09,60 -40501,sell_compound_top3,sell,2025-11-20 06:42:00,987.0,3.7947,1,leg_gt,0.1,60 -40502,sell_compound_top3,sell,2025-11-20 06:45:00,991.0,4.2158,1,leg_gt,0.1,60 -40503,sell_compound_top3,sell,2025-11-20 06:48:00,992.0,4.3211,1,leg_gt,0.1,60 -40504,sell_compound_top3,sell,2025-11-20 06:51:00,991.0,4.2158,1,leg_gt,0.1,60 -40505,sell_compound_top3,sell,2025-11-20 06:54:00,993.0,4.4263,1,leg_gt,0.1,60 -40506,sell_compound_top3,sell,2025-11-20 06:57:00,993.0,4.4263,1,leg_gt,0.11,60 -40507,sell_compound_top3,sell,2025-11-20 08:21:00,997.0,4.8474,1,leg_gt,0.16,60 -40508,sell_compound_top3,sell,2025-11-20 08:24:00,998.0,4.9526,1,leg_gt,0.17,60 -40509,sell_compound_top3,sell,2025-11-20 08:27:00,997.0,4.8474,1,leg_gt,0.17,60 -40510,sell_compound_top3,sell,2025-11-20 08:30:00,996.0,4.7421,1,leg_gt,0.17,60 -40511,sell_compound_top3,sell,2025-11-20 08:33:00,995.0,4.6368,1,leg_gt,0.17,60 -40512,sell_compound_top3,sell,2025-11-20 09:21:00,1000.0,5.1632,1,leg_gt,0.21,60 -40513,sell_compound_top3,sell,2025-11-20 09:24:00,1001.0,5.2684,1,leg_gt,0.21,60 -40514,sell_compound_top3,sell,2025-11-20 09:27:00,1000.0,5.1632,1,leg_gt,0.21,60 -40515,sell_compound_top3,sell,2025-11-20 09:30:00,1001.0,5.2684,1,leg_gt,0.21,60 -40516,sell_compound_top3,sell,2025-11-20 09:33:00,1002.0,5.3737,1,leg_gt,0.21,60 -40517,sell_compound_top3,sell,2025-11-20 09:36:00,1002.0,5.3737,1,leg_gt,0.22,60 -40518,sell_compound_top3,sell,2025-11-20 09:39:00,1001.0,5.2684,1,leg_gt,0.22,60 -40519,sell_compound_top3,sell,2025-11-20 09:42:00,1000.0,5.1632,1,leg_gt,0.22,60 -40520,sell_compound_top3,sell,2025-11-20 09:45:00,1001.0,5.2684,1,leg_gt,0.22,60 -40521,sell_compound_top3,sell,2025-11-20 09:48:00,1001.0,5.2684,1,leg_gt,0.22,60 -40522,sell_compound_top3,sell,2025-11-20 10:12:00,1003.0,5.4789,1,leg_gt,0.24,60 -40523,sell_compound_top3,sell,2025-11-20 10:42:00,1003.0,5.4789,1,leg_gt,0.26,60 -40524,sell_compound_top3,sell,2025-11-20 10:45:00,1003.0,5.4789,1,leg_gt,0.26,60 -40525,sell_compound_top3,sell,2025-11-20 10:48:00,1002.0,5.3737,1,leg_gt,0.27,60 -40526,sell_compound_top3,sell,2025-11-20 11:15:00,1007.0,5.9,1,leg_gt,0.29,60 -40527,sell_compound_top3,sell,2025-11-20 11:18:00,1007.0,5.9,1,leg_gt,0.29,60 -40528,sell_compound_top3,sell,2025-11-20 11:21:00,1006.0,5.7947,1,leg_gt,0.29,60 -40529,sell_compound_top3,sell,2025-11-20 11:24:00,1006.0,5.7947,1,leg_gt,0.29,60 -40530,sell_compound_top3,sell,2025-11-20 11:27:00,1007.0,5.9,1,leg_gt,0.29,60 -40531,sell_compound_top3,sell,2025-11-20 11:30:00,1007.0,5.9,1,leg_gt,0.3,60 -40532,sell_compound_top3,sell,2025-11-20 11:33:00,1007.0,5.9,1,leg_gt,0.3,60 -40533,sell_compound_top3,sell,2025-11-20 11:36:00,1008.0,6.0053,1,leg_gt,0.3,60 -40534,sell_compound_top3,sell,2025-11-20 11:39:00,1009.0,6.1105,1,leg_gt,0.3,60 -40535,sell_compound_top3,sell,2025-11-20 14:12:00,1007.0,5.9,1,leg_gt,0.41,60 -40536,sell_compound_top3,sell,2025-11-20 14:15:00,1007.0,5.9,1,leg_gt,0.41,60 -40537,sell_compound_top3,sell,2025-11-20 14:18:00,1007.0,5.9,1,leg_gt,0.41,60 -40538,sell_compound_top3,sell,2025-11-20 15:12:00,1011.0,6.3211,1,leg_gt,0.45,60 -40539,sell_compound_top3,sell,2025-11-20 15:30:00,1013.0,6.5316,1,leg_gt,0.46,60 -40540,sell_compound_top3,sell,2025-11-20 15:33:00,1014.0,6.6368,1,leg_gt,0.46,60 -40541,sell_compound_top3,sell,2025-11-20 17:00:00,1021.0,7.3737,1,leg_gt,0.52,60 -40542,sell_compound_top3,sell,2025-11-20 17:03:00,1023.0,7.5842,1,leg_gt,0.53,60 -40543,sell_compound_top3,sell,2025-11-20 17:06:00,1022.0,7.4789,1,leg_gt,0.53,60 -40544,sell_compound_top3,sell,2025-11-20 17:09:00,1022.0,7.4789,1,leg_gt,0.53,60 -40545,sell_compound_top3,sell,2025-11-20 17:12:00,1024.0,7.6895,1,leg_gt,0.53,60 -40546,sell_compound_top3,sell,2025-11-20 17:15:00,1024.0,7.6895,1,leg_gt,0.54,60 -40547,sell_compound_top3,sell,2025-11-20 17:18:00,1024.0,7.6895,1,leg_gt,0.54,60 -40548,sell_compound_top3,sell,2025-11-20 17:21:00,1026.0,7.9,1,leg_gt,0.54,60 -40549,sell_compound_top3,sell,2025-11-20 17:24:00,1023.0,7.5842,1,leg_gt,0.54,60 -40550,sell_compound_top3,sell,2025-11-20 17:30:00,1024.0,7.6895,1,leg_gt,0.55,60 -40551,sell_compound_top3,sell,2025-11-20 17:33:00,1023.0,7.5842,1,leg_gt,0.55,60 -40552,sell_compound_top3,sell,2025-11-20 17:36:00,1026.0,7.9,1,leg_gt,0.55,60 -40553,sell_compound_top3,sell,2025-11-20 17:39:00,1025.0,7.7947,1,leg_gt,0.55,60 -40554,sell_compound_top3,sell,2025-11-20 17:57:00,1029.0,8.2158,1,leg_gt,0.56,60 -40555,sell_compound_top3,sell,2025-11-20 18:00:00,1029.0,8.2158,1,leg_gt,0.57,60 -40556,sell_compound_top3,sell,2025-11-20 18:03:00,1030.0,8.3211,1,leg_gt,0.57,60 -40557,sell_compound_top3,sell,2025-11-20 18:06:00,1028.0,8.1105,1,leg_gt,0.57,60 -40558,sell_compound_top3,sell,2025-11-20 18:09:00,1027.0,8.0053,1,leg_gt,0.57,60 -40559,sell_compound_top3,sell,2025-11-20 18:12:00,1028.0,8.1105,1,leg_gt,0.57,60 -40560,sell_compound_top3,sell,2025-11-20 18:27:00,1035.0,8.8474,1,leg_gt,0.59,60 -40561,sell_compound_top3,sell,2025-11-20 21:00:00,1040.0,9.3737,1,leg_gt,0.69,60 -40562,sell_compound_top3,sell,2025-11-20 21:03:00,1039.0,9.2684,1,leg_gt,0.69,60 -40563,sell_compound_top3,sell,2025-11-20 21:06:00,1039.0,9.2684,1,leg_gt,0.7,60 -40564,sell_compound_top3,sell,2025-11-20 21:09:00,1045.0,9.9,1,leg_gt,0.7,60 -40565,sell_compound_top3,sell,2025-11-20 21:12:00,1048.0,10.2158,1,leg_gt,0.7,60 -40566,sell_compound_top3,sell,2025-11-20 21:15:00,1044.0,9.7947,1,leg_gt,0.7,60 -40567,sell_compound_top3,sell,2025-11-20 21:18:00,1042.0,9.5842,1,leg_gt,0.7,60 -40568,sell_compound_top3,sell,2025-11-20 21:21:00,1043.0,9.6895,1,leg_gt,0.71,60 -40569,sell_compound_top3,sell,2025-11-20 21:24:00,1045.0,9.9,1,leg_gt,0.71,60 -40570,sell_compound_top3,sell,2025-11-20 21:27:00,1045.0,9.9,1,leg_gt,0.71,60 -40571,sell_compound_top3,sell,2025-11-20 21:30:00,1045.0,9.9,1,leg_gt,0.71,60 -40572,sell_compound_top3,sell,2025-11-20 21:33:00,1043.0,9.6895,1,leg_gt,0.71,60 -40573,sell_compound_top3,sell,2025-11-20 21:51:00,1049.0,10.3211,1,leg_gt,0.73,60 -40574,sell_compound_top3,sell,2025-11-20 21:54:00,1056.0,11.0579,1,leg_gt,0.73,60 -40575,sell_compound_top3,sell,2025-11-20 21:57:00,1056.0,11.0579,1,leg_gt,0.73,60 -40576,sell_compound_top3,sell,2025-11-20 22:12:00,1053.0,10.7421,1,leg_gt,0.74,60 -40577,sell_compound_top3,sell,2025-11-20 22:15:00,1058.0,11.2684,1,leg_gt,0.74,60 -40578,sell_compound_top3,sell,2025-11-20 22:18:00,1056.0,11.0579,1,leg_gt,0.75,60 -40579,sell_compound_top3,sell,2025-11-21 05:00:00,984.0,2.4,1,leg_gt,0.04,60 -40580,sell_compound_top3,sell,2025-11-21 05:03:00,980.0,1.9833,1,leg_gt,0.04,60 -40581,sell_compound_top3,sell,2025-11-21 05:30:00,989.0,2.9208,1,leg_gt,0.06,60 -40582,sell_compound_top3,sell,2025-11-21 05:33:00,990.0,3.025,1,leg_gt,0.06,60 -40583,sell_compound_top3,sell,2025-11-21 05:36:00,984.0,2.4,1,leg_gt,0.07,60 -40584,sell_compound_top3,sell,2025-11-21 05:39:00,984.0,2.4,1,leg_gt,0.07,60 -40585,sell_compound_top3,sell,2025-11-21 06:12:00,986.0,2.6083,1,leg_gt,0.09,60 -40586,sell_compound_top3,sell,2025-11-21 06:15:00,987.0,2.7125,1,leg_gt,0.09,60 -40587,sell_compound_top3,sell,2025-11-21 06:18:00,989.0,2.9208,1,leg_gt,0.1,60 -40588,sell_compound_top3,sell,2025-11-21 06:30:00,993.0,3.3375,1,leg_gt,0.1,60 -40589,sell_compound_top3,sell,2025-11-21 06:33:00,995.0,3.5458,1,leg_gt,0.11,60 -40590,sell_compound_top3,sell,2025-11-21 06:36:00,996.0,3.65,1,leg_gt,0.11,60 -40591,sell_compound_top3,sell,2025-11-21 06:39:00,996.0,3.65,1,leg_gt,0.11,60 -40592,sell_compound_top3,sell,2025-11-21 06:42:00,998.0,3.8583,1,leg_gt,0.11,60 -40593,sell_compound_top3,sell,2025-11-21 06:45:00,998.0,3.8583,1,leg_gt,0.11,60 -40594,sell_compound_top3,sell,2025-11-21 06:48:00,1000.0,4.0667,1,leg_gt,0.12,60 -40595,sell_compound_top3,sell,2025-11-21 06:51:00,997.0,3.7542,1,leg_gt,0.12,60 -40596,sell_compound_top3,sell,2025-11-21 06:54:00,996.0,3.65,1,leg_gt,0.12,60 -40597,sell_compound_top3,sell,2025-11-21 07:12:00,1007.0,4.7958,1,leg_gt,0.13,60 -40598,sell_compound_top3,sell,2025-11-21 07:15:00,1008.0,4.9,1,leg_gt,0.14,60 -40599,sell_compound_top3,sell,2025-11-21 07:18:00,1011.0,5.2125,1,leg_gt,0.14,60 -40600,sell_compound_top3,sell,2025-11-21 07:30:00,1017.0,5.8375,1,leg_gt,0.15,60 -40601,sell_compound_top3,sell,2025-11-21 07:33:00,1016.0,5.7333,1,leg_gt,0.15,60 -40602,sell_compound_top3,sell,2025-11-21 07:36:00,1011.0,5.2125,1,leg_gt,0.15,60 -40603,sell_compound_top3,sell,2025-11-21 07:39:00,1012.0,5.3167,1,leg_gt,0.15,60 -40604,sell_compound_top3,sell,2025-11-21 22:21:00,911.0,4.4924,1,leg_gt,0.04,60 -40605,sell_compound_top3,sell,2025-11-21 22:24:00,909.0,4.2628,1,leg_gt,0.04,60 -40606,sell_compound_top3,sell,2025-11-22 00:00:00,921.0,5.6405,1,leg_gt,0.11,60 -40607,sell_compound_top3,sell,2025-11-22 00:03:00,915.0,4.9517,1,leg_gt,0.11,60 -40608,sell_compound_top3,sell,2025-11-22 02:21:00,926.0,3.8282,1,leg_gt,0.05,60 -40609,sell_compound_top3,sell,2025-11-22 02:24:00,928.0,4.0526,1,leg_gt,0.05,60 -40610,sell_compound_top3,sell,2025-11-22 02:27:00,928.0,4.0526,1,leg_gt,0.05,60 -40611,sell_compound_top3,sell,2025-11-22 02:30:00,928.0,4.0526,1,leg_gt,0.05,60 -40612,sell_compound_top3,sell,2025-11-22 02:33:00,931.0,4.3893,1,leg_gt,0.05,60 -40613,sell_compound_top3,sell,2025-11-22 10:00:00,908.0,4.8711,1,leg_gt,0.08,60 -40614,sell_compound_top3,sell,2025-11-22 10:03:00,910.0,5.1023,1,leg_gt,0.09,60 -40615,sell_compound_top3,sell,2025-11-22 10:42:00,912.0,5.3335,1,leg_gt,0.11,60 -40616,sell_compound_top3,sell,2025-11-22 10:57:00,913.0,5.4491,1,leg_gt,0.12,60 -40617,sell_compound_top3,sell,2025-11-22 11:15:00,919.0,6.1428,1,leg_gt,0.14,60 -40618,sell_compound_top3,sell,2025-11-22 11:18:00,921.0,6.374,1,leg_gt,0.14,60 -40619,sell_compound_top3,sell,2025-11-22 20:30:00,899.0,2.0591,1,leg_gt,0.24,60 -40620,sell_compound_top3,sell,2025-11-22 20:33:00,897.0,1.8318,1,leg_gt,0.25,60 -40621,sell_compound_top3,sell,2025-11-22 20:36:00,899.0,2.0591,1,leg_gt,0.25,60 -40622,sell_compound_top3,sell,2025-11-22 20:39:00,897.0,1.8318,1,leg_gt,0.25,60 -40623,sell_compound_top3,sell,2025-11-22 23:30:00,903.0,2.5136,1,leg_gt,0.37,60 -40624,sell_compound_top3,sell,2025-11-22 23:33:00,902.0,2.4,1,leg_gt,0.37,60 -40625,sell_compound_top3,sell,2025-11-22 23:36:00,899.0,2.0591,1,leg_gt,0.37,60 -40626,sell_compound_top3,sell,2025-11-22 23:39:00,902.0,2.4,1,leg_gt,0.38,60 -40627,sell_compound_top3,sell,2025-11-23 01:12:00,905.0,2.7409,1,leg_gt,0.44,60 -40628,sell_compound_top3,sell,2025-11-23 01:15:00,904.0,2.6273,1,leg_gt,0.44,60 -40629,sell_compound_top3,sell,2025-11-23 01:18:00,905.0,2.7409,1,leg_gt,0.44,60 -40630,sell_compound_top3,sell,2025-11-23 01:30:00,906.0,2.8545,1,leg_gt,0.45,60 -40631,sell_compound_top3,sell,2025-11-23 01:33:00,906.0,2.8545,1,leg_gt,0.45,60 -40632,sell_compound_top3,sell,2025-11-23 01:42:00,908.0,3.0818,1,leg_gt,0.46,60 -40633,sell_compound_top3,sell,2025-11-23 01:51:00,909.0,3.1955,1,leg_gt,0.47,60 -40634,sell_compound_top3,sell,2025-11-23 01:54:00,905.0,2.7409,1,leg_gt,0.47,60 -40635,sell_compound_top3,sell,2025-11-23 07:42:00,905.0,2.7409,1,leg_gt,0.71,60 -40636,sell_compound_top3,sell,2025-11-23 07:45:00,905.0,2.7409,1,leg_gt,0.71,60 -40637,sell_compound_top3,sell,2025-11-23 07:48:00,905.0,2.7409,1,leg_gt,0.71,60 -40638,sell_compound_top3,sell,2025-11-23 08:06:00,912.0,3.5364,1,leg_gt,0.73,60 -40639,sell_compound_top3,sell,2025-11-23 08:09:00,908.0,3.0818,1,leg_gt,0.73,60 -40640,sell_compound_top3,sell,2025-11-23 10:57:00,921.0,4.5591,1,leg_gt,0.85,60 -40641,sell_compound_top3,sell,2025-11-23 11:00:00,920.0,4.4455,1,leg_gt,0.85,60 -40642,sell_compound_top3,sell,2025-11-23 11:03:00,921.0,4.5591,1,leg_gt,0.85,60 -40643,sell_compound_top3,sell,2025-11-23 11:06:00,922.0,4.6727,1,leg_gt,0.85,60 -40644,sell_compound_top3,sell,2025-11-23 11:09:00,920.0,4.4455,1,leg_gt,0.85,60 -40645,sell_compound_top3,sell,2025-11-23 11:15:00,920.0,4.4455,1,leg_gt,0.86,60 -40646,sell_compound_top3,sell,2025-11-23 11:18:00,920.0,4.4455,1,leg_gt,0.86,60 -40647,sell_compound_top3,sell,2025-11-23 11:27:00,925.0,5.0136,1,leg_gt,0.87,60 -40648,sell_compound_top3,sell,2025-11-23 11:30:00,923.0,4.7864,1,leg_gt,0.87,60 -40649,sell_compound_top3,sell,2025-11-23 11:33:00,927.0,5.2409,1,leg_gt,0.87,60 -40650,sell_compound_top3,sell,2025-11-23 11:36:00,923.0,4.7864,1,leg_gt,0.87,60 -40651,sell_compound_top3,sell,2025-11-23 11:39:00,925.0,5.0136,1,leg_gt,0.88,60 -40652,sell_compound_top3,sell,2025-11-23 11:42:00,926.0,5.1273,1,leg_gt,0.88,60 -40653,sell_compound_top3,sell,2025-11-23 11:45:00,925.0,5.0136,1,leg_gt,0.88,60 -40654,sell_compound_top3,sell,2025-11-23 11:48:00,926.0,5.1273,1,leg_gt,0.88,60 -40655,sell_compound_top3,sell,2025-11-23 11:51:00,925.0,5.0136,1,leg_gt,0.88,60 -40656,sell_compound_top3,sell,2025-11-23 11:54:00,923.0,4.7864,1,leg_gt,0.89,60 -40657,sell_compound_top3,sell,2025-11-23 13:21:00,929.0,5.4682,1,leg_gt,0.95,60 -40658,sell_compound_top3,sell,2025-11-23 13:24:00,928.0,5.3545,1,leg_gt,0.95,60 -40659,sell_compound_top3,sell,2025-11-23 13:27:00,927.0,5.2409,1,leg_gt,0.95,60 -40660,sell_compound_top3,sell,2025-11-23 13:30:00,925.0,5.0136,1,leg_gt,0.95,60 -40661,sell_compound_top3,sell,2025-11-23 13:33:00,926.0,5.1273,1,leg_gt,0.95,60 -40662,sell_compound_top3,sell,2025-11-23 13:36:00,927.0,5.2409,1,leg_gt,0.96,60 -40663,sell_compound_top3,sell,2025-11-23 13:39:00,928.0,5.3545,1,leg_gt,0.96,60 -40664,sell_compound_top3,sell,2025-11-23 13:42:00,926.0,5.1273,1,leg_gt,0.96,60 -40665,sell_compound_top3,sell,2025-11-23 13:45:00,926.0,5.1273,1,leg_gt,0.96,60 -40666,sell_compound_top3,sell,2025-11-23 13:48:00,926.0,5.1273,1,leg_gt,0.96,60 -40667,sell_compound_top3,sell,2025-11-23 13:51:00,928.0,5.3545,1,leg_gt,0.97,60 -40668,sell_compound_top3,sell,2025-11-23 13:54:00,928.0,5.3545,1,leg_gt,0.97,60 -40669,sell_compound_top3,sell,2025-11-23 14:57:00,928.0,5.3545,1,leg_gt,1.01,60 -40670,sell_compound_top3,sell,2025-11-23 21:30:00,925.0,5.0136,1,leg_gt,1.29,60 -40671,sell_compound_top3,sell,2025-11-23 21:33:00,925.0,5.0136,1,leg_gt,1.29,60 -40672,sell_compound_top3,sell,2025-11-23 21:36:00,926.0,5.1273,1,leg_gt,1.29,60 -40673,sell_compound_top3,sell,2025-11-23 21:39:00,923.0,4.7864,1,leg_gt,1.29,60 -40674,sell_compound_top3,sell,2025-11-23 22:51:00,926.0,5.1273,1,leg_gt,1.34,60 -40675,sell_compound_top3,sell,2025-11-23 22:54:00,924.0,4.9,1,leg_gt,1.34,60 -40676,sell_compound_top3,sell,2025-11-24 00:42:00,929.0,5.4682,1,leg_gt,1.42,60 -40677,sell_compound_top3,sell,2025-11-24 00:45:00,927.0,5.2409,1,leg_gt,1.42,60 -40678,sell_compound_top3,sell,2025-11-24 00:48:00,928.0,5.3545,1,leg_gt,1.42,60 -40679,sell_compound_top3,sell,2025-11-24 00:51:00,927.0,5.2409,1,leg_gt,1.42,60 -40680,sell_compound_top3,sell,2025-11-24 00:54:00,927.0,5.2409,1,leg_gt,1.43,60 -40681,sell_compound_top3,sell,2025-11-24 00:57:00,929.0,5.4682,1,leg_gt,1.43,60 -40682,sell_compound_top3,sell,2025-11-24 01:00:00,927.0,5.2409,1,leg_gt,1.43,60 -40683,sell_compound_top3,sell,2025-11-24 05:51:00,928.0,5.3545,1,leg_gt,1.63,60 -40684,sell_compound_top3,sell,2025-11-24 07:30:00,929.0,5.4682,1,leg_gt,1.7,60 -40685,sell_compound_top3,sell,2025-11-24 07:33:00,941.0,6.8318,1,leg_gt,1.7,60 -40686,sell_compound_top3,sell,2025-11-24 07:45:00,940.0,6.7182,1,leg_gt,1.71,60 -40687,sell_compound_top3,sell,2025-11-24 07:48:00,939.0,6.6045,1,leg_gt,1.71,60 -40688,sell_compound_top3,sell,2025-11-24 07:51:00,938.0,6.4909,1,leg_gt,1.72,60 -40689,sell_compound_top3,sell,2025-11-24 07:54:00,938.0,6.4909,1,leg_gt,1.72,60 -40690,sell_compound_top3,sell,2025-11-24 07:57:00,938.0,6.4909,1,leg_gt,1.72,60 -40691,sell_compound_top3,sell,2025-11-24 12:21:00,945.0,3.6322,1,leg_gt,0.13,60 -40692,sell_compound_top3,sell,2025-11-24 12:24:00,941.0,3.1931,1,leg_gt,0.13,60 -40693,sell_compound_top3,sell,2025-11-24 22:42:00,915.0,0.3391,1,leg_gt,0.56,60 -40694,sell_compound_top3,sell,2025-11-25 00:00:00,920.0,2.0088,1,leg_gt,0.02,60 -40695,sell_compound_top3,sell,2025-11-25 00:03:00,922.0,2.2307,1,leg_gt,0.02,60 -40696,sell_compound_top3,sell,2025-11-25 00:06:00,923.0,2.3417,1,leg_gt,0.03,60 -40697,sell_compound_top3,sell,2025-11-25 00:09:00,921.0,2.1198,1,leg_gt,0.03,60 -40698,sell_compound_top3,sell,2025-11-25 00:12:00,921.0,2.1198,1,leg_gt,0.03,60 -40699,sell_compound_top3,sell,2025-11-25 00:42:00,923.0,2.3417,1,leg_gt,0.05,60 -40700,sell_compound_top3,sell,2025-11-25 00:45:00,925.0,2.5637,1,leg_gt,0.05,60 -40701,sell_compound_top3,sell,2025-11-25 00:48:00,929.0,3.0077,1,leg_gt,0.06,60 -40702,sell_compound_top3,sell,2025-11-25 00:51:00,928.0,2.8967,1,leg_gt,0.06,60 -40703,sell_compound_top3,sell,2025-11-25 00:54:00,925.0,2.5637,1,leg_gt,0.06,60 -40704,sell_compound_top3,sell,2025-11-25 01:06:00,927.0,2.7857,1,leg_gt,0.07,60 -40705,sell_compound_top3,sell,2025-11-25 01:09:00,927.0,2.7857,1,leg_gt,0.07,60 -40706,sell_compound_top3,sell,2025-11-25 01:12:00,929.0,3.0077,1,leg_gt,0.07,60 -40707,sell_compound_top3,sell,2025-11-25 01:15:00,930.0,3.1186,1,leg_gt,0.08,60 -40708,sell_compound_top3,sell,2025-11-25 01:18:00,932.0,3.3406,1,leg_gt,0.08,60 -40709,sell_compound_top3,sell,2025-11-25 01:21:00,935.0,3.6736,1,leg_gt,0.08,60 -40710,sell_compound_top3,sell,2025-11-25 01:24:00,936.0,3.7846,1,leg_gt,0.08,60 -40711,sell_compound_top3,sell,2025-11-25 01:27:00,938.0,4.0065,1,leg_gt,0.08,60 -40712,sell_compound_top3,sell,2025-11-25 01:30:00,934.0,3.5626,1,leg_gt,0.09,60 -40713,sell_compound_top3,sell,2025-11-25 01:33:00,933.0,3.4516,1,leg_gt,0.09,60 -40714,sell_compound_top3,sell,2025-11-25 01:36:00,935.0,3.6736,1,leg_gt,0.09,60 -40715,sell_compound_top3,sell,2025-11-25 01:39:00,935.0,3.6736,1,leg_gt,0.09,60 -40716,sell_compound_top3,sell,2025-11-25 01:42:00,934.0,3.5626,1,leg_gt,0.09,60 -40717,sell_compound_top3,sell,2025-11-25 01:45:00,936.0,3.7846,1,leg_gt,0.1,60 -40718,sell_compound_top3,sell,2025-11-25 01:48:00,937.0,3.8956,1,leg_gt,0.1,60 -40719,sell_compound_top3,sell,2025-11-25 02:45:00,948.0,5.1164,1,leg_gt,0.14,60 -40720,sell_compound_top3,sell,2025-11-25 02:48:00,950.0,5.3384,1,leg_gt,0.14,60 -40721,sell_compound_top3,sell,2025-11-25 02:51:00,952.0,5.5604,1,leg_gt,0.14,60 -40722,sell_compound_top3,sell,2025-11-25 02:54:00,954.0,5.7824,1,leg_gt,0.14,60 -40723,sell_compound_top3,sell,2025-11-25 03:06:00,959.0,6.3373,1,leg_gt,0.15,60 -40724,sell_compound_top3,sell,2025-11-25 03:09:00,963.0,6.7812,1,leg_gt,0.15,60 -40725,sell_compound_top3,sell,2025-11-25 03:12:00,959.0,6.3373,1,leg_gt,0.16,60 -40726,sell_compound_top3,sell,2025-11-25 03:15:00,960.0,6.4483,1,leg_gt,0.16,60 -40727,sell_compound_top3,sell,2025-11-25 03:18:00,962.0,6.6703,1,leg_gt,0.16,60 -40728,sell_compound_top3,sell,2025-11-25 05:42:00,964.0,6.8922,1,leg_gt,0.26,60 -40729,sell_compound_top3,sell,2025-11-25 05:45:00,963.0,6.7812,1,leg_gt,0.26,60 -40730,sell_compound_top3,sell,2025-11-25 05:48:00,963.0,6.7812,1,leg_gt,0.26,60 -40731,sell_compound_top3,sell,2025-11-25 05:51:00,965.0,7.0032,1,leg_gt,0.27,60 -40732,sell_compound_top3,sell,2025-11-25 05:54:00,967.0,7.2252,1,leg_gt,0.27,60 -40733,sell_compound_top3,sell,2025-11-25 06:06:00,966.0,7.1142,1,leg_gt,0.28,60 -40734,sell_compound_top3,sell,2025-11-25 06:09:00,965.0,7.0032,1,leg_gt,0.28,60 -40735,sell_compound_top3,sell,2025-11-25 20:00:00,944.0,4.6725,1,leg_gt,0.86,60 -40736,sell_compound_top3,sell,2025-11-25 20:03:00,942.0,4.4505,1,leg_gt,0.86,60 -40737,sell_compound_top3,sell,2025-11-25 21:30:00,948.0,5.1164,1,leg_gt,0.92,60 -40738,sell_compound_top3,sell,2025-11-25 21:33:00,947.0,5.0054,1,leg_gt,0.92,60 -40739,sell_compound_top3,sell,2025-11-25 21:36:00,947.0,5.0054,1,leg_gt,0.92,60 -40740,sell_compound_top3,sell,2025-11-25 21:39:00,948.0,5.1164,1,leg_gt,0.92,60 -40741,sell_compound_top3,sell,2025-11-25 21:42:00,946.0,4.8945,1,leg_gt,0.93,60 -40742,sell_compound_top3,sell,2025-11-25 21:51:00,949.0,5.2274,1,leg_gt,0.93,60 -40743,sell_compound_top3,sell,2025-11-25 21:54:00,949.0,5.2274,1,leg_gt,0.94,60 -40744,sell_compound_top3,sell,2025-11-25 21:57:00,950.0,5.3384,1,leg_gt,0.94,60 -40745,sell_compound_top3,sell,2025-11-26 02:45:00,947.0,2.2784,1,leg_gt,0.12,60 -40746,sell_compound_top3,sell,2025-11-26 02:48:00,946.0,2.1703,1,leg_gt,0.12,60 -40747,sell_compound_top3,sell,2025-11-26 02:51:00,947.0,2.2784,1,leg_gt,0.13,60 -40748,sell_compound_top3,sell,2025-11-26 02:54:00,947.0,2.2784,1,leg_gt,0.13,60 -40749,sell_compound_top3,sell,2025-11-26 03:21:00,949.0,2.4946,1,leg_gt,0.15,60 -40750,sell_compound_top3,sell,2025-11-26 03:24:00,948.0,2.3865,1,leg_gt,0.15,60 -40751,sell_compound_top3,sell,2025-11-26 05:30:00,950.0,2.6027,1,leg_gt,0.24,60 -40752,sell_compound_top3,sell,2025-11-26 05:33:00,953.0,2.927,1,leg_gt,0.24,60 -40753,sell_compound_top3,sell,2025-11-26 05:36:00,952.0,2.8189,1,leg_gt,0.24,60 -40754,sell_compound_top3,sell,2025-11-26 05:39:00,950.0,2.6027,1,leg_gt,0.24,60 -40755,sell_compound_top3,sell,2025-11-26 05:42:00,950.0,2.6027,1,leg_gt,0.25,60 -40756,sell_compound_top3,sell,2025-11-26 05:45:00,951.0,2.7108,1,leg_gt,0.25,60 -40757,sell_compound_top3,sell,2025-11-26 05:48:00,951.0,2.7108,1,leg_gt,0.25,60 -40758,sell_compound_top3,sell,2025-11-26 05:51:00,951.0,2.7108,1,leg_gt,0.25,60 -40759,sell_compound_top3,sell,2025-11-26 05:54:00,951.0,2.7108,1,leg_gt,0.25,60 -40760,sell_compound_top3,sell,2025-11-26 07:42:00,952.0,2.8189,1,leg_gt,0.33,60 -40761,sell_compound_top3,sell,2025-11-26 07:45:00,953.0,2.927,1,leg_gt,0.33,60 -40762,sell_compound_top3,sell,2025-11-26 07:48:00,951.0,2.7108,1,leg_gt,0.33,60 -40763,sell_compound_top3,sell,2025-11-26 08:06:00,955.0,3.1432,1,leg_gt,0.35,60 -40764,sell_compound_top3,sell,2025-11-26 08:09:00,958.0,3.4676,1,leg_gt,0.35,60 -40765,sell_compound_top3,sell,2025-11-26 08:21:00,964.0,4.1162,1,leg_gt,0.36,60 -40766,sell_compound_top3,sell,2025-11-26 08:24:00,960.0,3.6838,1,leg_gt,0.36,60 -40767,sell_compound_top3,sell,2025-11-26 08:27:00,960.0,3.6838,1,leg_gt,0.36,60 -40768,sell_compound_top3,sell,2025-11-26 08:30:00,960.0,3.6838,1,leg_gt,0.36,60 -40769,sell_compound_top3,sell,2025-11-26 08:33:00,961.0,3.7919,1,leg_gt,0.36,60 -40770,sell_compound_top3,sell,2025-11-26 16:06:00,955.0,3.1432,1,leg_gt,0.68,60 -40771,sell_compound_top3,sell,2025-11-26 16:09:00,956.0,3.2514,1,leg_gt,0.68,60 -40772,sell_compound_top3,sell,2025-11-26 16:15:00,957.0,3.3595,1,leg_gt,0.69,60 -40773,sell_compound_top3,sell,2025-11-26 16:18:00,957.0,3.3595,1,leg_gt,0.69,60 -40774,sell_compound_top3,sell,2025-11-27 01:42:00,944.0,1.9541,1,leg_gt,0.04,60 -40775,sell_compound_top3,sell,2025-11-27 02:57:00,968.0,4.5486,1,leg_gt,0.09,60 -40776,sell_compound_top3,sell,2025-11-27 03:00:00,969.0,4.6568,1,leg_gt,0.09,60 -40777,sell_compound_top3,sell,2025-11-27 03:03:00,969.0,4.6568,1,leg_gt,0.1,60 -40778,sell_compound_top3,sell,2025-11-27 03:06:00,968.0,4.5486,1,leg_gt,0.1,60 -40779,sell_compound_top3,sell,2025-11-27 03:09:00,972.0,4.9811,1,leg_gt,0.1,60 -40780,sell_compound_top3,sell,2025-11-27 03:12:00,970.0,4.7649,1,leg_gt,0.1,60 -40781,sell_compound_top3,sell,2025-11-27 03:15:00,973.0,5.0892,1,leg_gt,0.1,60 -40782,sell_compound_top3,sell,2025-11-27 03:18:00,974.0,5.1973,1,leg_gt,0.11,60 -40783,sell_compound_top3,sell,2025-11-27 03:21:00,973.0,5.0892,1,leg_gt,0.11,60 -40784,sell_compound_top3,sell,2025-11-27 03:24:00,975.0,5.3054,1,leg_gt,0.11,60 -40785,sell_compound_top3,sell,2025-11-27 03:27:00,978.0,5.6297,1,leg_gt,0.11,60 -40786,sell_compound_top3,sell,2025-11-27 03:30:00,979.0,5.7378,1,leg_gt,0.11,60 -40787,sell_compound_top3,sell,2025-11-27 03:33:00,978.0,5.6297,1,leg_gt,0.12,60 -40788,sell_compound_top3,sell,2025-11-27 04:00:00,981.0,5.9541,1,leg_gt,0.14,60 -40789,sell_compound_top3,sell,2025-11-27 04:03:00,978.0,5.6297,1,leg_gt,0.14,60 -40790,sell_compound_top3,sell,2025-11-27 06:57:00,978.0,5.6297,1,leg_gt,0.26,60 -40791,sell_compound_top3,sell,2025-11-27 08:00:00,978.0,5.6297,1,leg_gt,0.3,60 -40792,sell_compound_top3,sell,2025-11-27 08:03:00,977.0,5.5216,1,leg_gt,0.3,60 -40793,sell_compound_top3,sell,2025-11-27 08:21:00,979.0,5.7378,1,leg_gt,0.32,60 -40794,sell_compound_top3,sell,2025-11-27 08:24:00,981.0,5.9541,1,leg_gt,0.32,60 -40795,sell_compound_top3,sell,2025-11-27 09:00:00,981.0,5.9541,1,leg_gt,0.34,60 -40796,sell_compound_top3,sell,2025-11-27 09:03:00,980.0,5.8459,1,leg_gt,0.35,60 -40797,sell_compound_top3,sell,2025-11-27 11:36:00,988.0,6.7108,1,leg_gt,0.45,60 -40798,sell_compound_top3,sell,2025-11-27 11:39:00,988.0,6.7108,1,leg_gt,0.45,60 -40799,sell_compound_top3,sell,2025-11-27 18:45:00,977.0,5.5216,1,leg_gt,0.75,60 -40800,sell_compound_top3,sell,2025-11-27 18:48:00,976.0,5.4135,1,leg_gt,0.75,60 -40801,sell_compound_top3,sell,2025-11-27 22:36:00,971.0,4.873,1,leg_gt,0.91,60 -40802,sell_compound_top3,sell,2025-11-27 22:39:00,973.0,5.0892,1,leg_gt,0.91,60 -40803,sell_compound_top3,sell,2025-11-27 22:42:00,972.0,4.9811,1,leg_gt,0.91,60 -40804,sell_compound_top3,sell,2025-11-28 00:00:00,979.0,5.7378,1,leg_gt,0.97,60 -40805,sell_compound_top3,sell,2025-11-28 00:03:00,978.0,5.6297,1,leg_gt,0.97,60 -40806,sell_compound_top3,sell,2025-11-28 00:45:00,979.0,5.7378,1,leg_gt,1.0,60 -40807,sell_compound_top3,sell,2025-11-28 00:48:00,980.0,5.8459,1,leg_gt,1.0,60 -40808,sell_compound_top3,sell,2025-11-28 01:00:00,983.0,6.1703,1,leg_gt,1.01,60 -40809,sell_compound_top3,sell,2025-11-28 01:03:00,985.0,6.3865,1,leg_gt,1.01,60 -40810,sell_compound_top3,sell,2025-11-28 01:06:00,982.0,6.0622,1,leg_gt,1.01,60 -40811,sell_compound_top3,sell,2025-11-28 01:09:00,982.0,6.0622,1,leg_gt,1.02,60 -40812,sell_compound_top3,sell,2025-11-28 01:21:00,986.0,6.4946,1,leg_gt,1.02,60 -40813,sell_compound_top3,sell,2025-11-28 01:24:00,986.0,6.4946,1,leg_gt,1.03,60 -40814,sell_compound_top3,sell,2025-11-28 01:27:00,986.0,6.4946,1,leg_gt,1.03,60 -40815,sell_compound_top3,sell,2025-11-28 01:30:00,987.0,6.6027,1,leg_gt,1.03,60 -40816,sell_compound_top3,sell,2025-11-28 01:33:00,989.0,6.8189,1,leg_gt,1.03,60 -40817,sell_compound_top3,sell,2025-11-28 01:36:00,990.0,6.927,1,leg_gt,1.04,60 -40818,sell_compound_top3,sell,2025-11-28 01:39:00,993.0,7.2514,1,leg_gt,1.04,60 -40819,sell_compound_top3,sell,2025-11-28 01:45:00,992.0,7.1432,1,leg_gt,1.04,60 -40820,sell_compound_top3,sell,2025-11-28 01:48:00,991.0,7.0351,1,leg_gt,1.04,60 -40821,sell_compound_top3,sell,2025-11-28 01:57:00,994.0,7.3595,1,leg_gt,1.05,60 -40822,sell_compound_top3,sell,2025-11-28 04:00:00,995.0,7.4676,1,leg_gt,1.14,60 -40823,sell_compound_top3,sell,2025-11-28 04:03:00,997.0,7.6838,1,leg_gt,1.14,60 -40824,sell_compound_top3,sell,2025-11-28 04:06:00,997.0,7.6838,1,leg_gt,1.14,60 -40825,sell_compound_top3,sell,2025-11-28 04:09:00,998.0,7.7919,1,leg_gt,1.14,60 -40826,sell_compound_top3,sell,2025-11-28 04:12:00,997.0,7.6838,1,leg_gt,1.14,60 -40827,sell_compound_top3,sell,2025-11-28 04:15:00,998.0,7.7919,1,leg_gt,1.15,60 -40828,sell_compound_top3,sell,2025-11-28 04:18:00,998.0,7.7919,1,leg_gt,1.15,60 -40829,sell_compound_top3,sell,2025-11-28 17:42:00,976.0,2.3134,1,leg_gt,0.26,60 -40830,sell_compound_top3,sell,2025-11-28 17:45:00,975.0,2.2085,1,leg_gt,0.26,60 -40831,sell_compound_top3,sell,2025-11-28 17:48:00,975.0,2.2085,1,leg_gt,0.26,60 -40832,sell_compound_top3,sell,2025-11-28 17:51:00,979.0,2.6282,1,leg_gt,0.27,60 -40833,sell_compound_top3,sell,2025-11-28 17:54:00,986.0,3.3627,1,leg_gt,0.27,60 -40834,sell_compound_top3,sell,2025-11-28 18:06:00,990.0,3.7825,1,leg_gt,0.28,60 -40835,sell_compound_top3,sell,2025-11-28 18:09:00,988.0,3.5726,1,leg_gt,0.28,60 -40836,sell_compound_top3,sell,2025-11-28 18:12:00,989.0,3.6775,1,leg_gt,0.28,60 -40837,sell_compound_top3,sell,2025-11-28 18:15:00,989.0,3.6775,1,leg_gt,0.28,60 -40838,sell_compound_top3,sell,2025-11-28 18:18:00,987.0,3.4677,1,leg_gt,0.29,60 -40839,sell_compound_top3,sell,2025-11-28 23:12:00,982.0,2.943,1,leg_gt,0.49,60 -40840,sell_compound_top3,sell,2025-11-28 23:15:00,981.0,2.8381,1,leg_gt,0.49,60 -40841,sell_compound_top3,sell,2025-11-28 23:18:00,983.0,3.048,1,leg_gt,0.49,60 -40842,sell_compound_top3,sell,2025-11-28 23:27:00,989.0,3.6775,1,leg_gt,0.5,60 -40843,sell_compound_top3,sell,2025-11-29 04:51:00,972.0,1.8937,1,leg_gt,0.72,60 -40844,sell_compound_top3,sell,2025-11-29 04:54:00,972.0,1.8937,1,leg_gt,0.73,60 -40845,sell_compound_top3,sell,2025-11-29 04:57:00,971.0,1.7888,1,leg_gt,0.73,60 -40846,sell_compound_top3,sell,2025-11-29 05:21:00,973.0,1.9986,1,leg_gt,0.75,60 -40847,sell_compound_top3,sell,2025-11-29 05:24:00,974.0,2.1036,1,leg_gt,0.75,60 -40848,sell_compound_top3,sell,2025-11-29 08:00:00,973.0,1.9986,1,leg_gt,0.86,60 -40849,sell_compound_top3,sell,2025-11-29 08:03:00,976.0,2.3134,1,leg_gt,0.86,60 -40850,sell_compound_top3,sell,2025-11-29 08:12:00,975.0,2.2085,1,leg_gt,0.86,60 -40851,sell_compound_top3,sell,2025-11-29 08:15:00,974.0,2.1036,1,leg_gt,0.87,60 -40852,sell_compound_top3,sell,2025-11-29 08:18:00,975.0,2.2085,1,leg_gt,0.87,60 -40853,sell_compound_top3,sell,2025-11-29 08:21:00,976.0,2.3134,1,leg_gt,0.87,60 -40854,sell_compound_top3,sell,2025-11-29 08:24:00,975.0,2.2085,1,leg_gt,0.87,60 -40855,sell_compound_top3,sell,2025-11-29 10:36:00,980.0,2.7332,1,leg_gt,0.96,60 -40856,sell_compound_top3,sell,2025-11-29 10:39:00,980.0,2.7332,1,leg_gt,0.97,60 -40857,sell_compound_top3,sell,2025-11-29 21:06:00,966.0,1.2641,1,leg_gt,1.4,60 -40858,sell_compound_top3,sell,2025-11-29 21:09:00,966.0,1.2641,1,leg_gt,1.4,60 -40859,sell_compound_top3,sell,2025-11-30 00:27:00,957.0,0.3197,1,leg_gt,1.54,60 -40860,sell_compound_top3,sell,2025-11-30 18:57:00,945.0,-0.9395,0,leg_gt,2.31,60 -40861,sell_compound_top3,sell,2025-11-30 21:57:00,947.0,-0.7296,0,leg_gt,2.44,60 -40862,sell_compound_top3,sell,2025-11-30 22:00:00,947.0,-0.7296,0,leg_gt,2.44,60 -40863,sell_compound_top3,sell,2025-11-30 22:03:00,949.0,-0.5197,0,leg_gt,2.44,60 -40864,sell_compound_top3,sell,2025-11-30 22:06:00,949.0,-0.5197,0,leg_gt,2.44,60 -40865,sell_compound_top3,sell,2025-11-30 22:09:00,950.0,-0.4148,0,leg_gt,2.45,60 -40866,sell_compound_top3,sell,2025-11-30 22:15:00,951.0,-0.3099,0,leg_gt,2.45,60 -40867,sell_compound_top3,sell,2025-11-30 22:18:00,950.0,-0.4148,0,leg_gt,2.45,60 -40868,sell_compound_top3,sell,2025-11-30 22:30:00,957.0,0.3197,1,leg_gt,2.46,60 -40869,sell_compound_top3,sell,2025-11-30 22:33:00,956.0,0.2148,1,leg_gt,2.46,60 -40870,sell_compound_top3,sell,2025-11-30 22:36:00,956.0,0.2148,1,leg_gt,2.46,60 -40871,sell_compound_top3,sell,2025-11-30 22:39:00,956.0,0.2148,1,leg_gt,2.47,60 -40872,sell_compound_top3,sell,2025-12-01 03:30:00,953.0,-0.1,0,leg_gt,2.67,60 -40873,sell_compound_top3,sell,2025-12-01 03:33:00,953.0,-0.1,0,leg_gt,2.67,60 -40874,sell_compound_top3,sell,2025-12-01 03:36:00,954.0,0.0049,1,leg_gt,2.67,60 -40875,sell_compound_top3,sell,2025-12-01 03:39:00,954.0,0.0049,1,leg_gt,2.68,60 -40876,sell_compound_top3,sell,2025-12-01 03:42:00,952.0,-0.2049,0,leg_gt,2.68,60 -40877,sell_compound_top3,sell,2025-12-01 04:00:00,954.0,0.0049,1,leg_gt,2.69,60 -40878,sell_compound_top3,sell,2025-12-01 04:03:00,956.0,0.2148,1,leg_gt,2.69,60 -40879,sell_compound_top3,sell,2025-12-01 04:06:00,955.0,0.1099,1,leg_gt,2.69,60 -40880,sell_compound_top3,sell,2025-12-01 04:09:00,956.0,0.2148,1,leg_gt,2.7,60 -40881,sell_compound_top3,sell,2025-12-01 04:12:00,955.0,0.1099,1,leg_gt,2.7,60 -40882,sell_compound_top3,sell,2025-12-01 04:15:00,955.0,0.1099,1,leg_gt,2.7,60 -40883,sell_compound_top3,sell,2025-12-01 04:18:00,955.0,0.1099,1,leg_gt,2.7,60 -40884,sell_compound_top3,sell,2025-12-01 04:24:00,955.0,0.1099,1,leg_gt,2.71,60 -40885,sell_compound_top3,sell,2025-12-01 05:21:00,958.0,0.4247,1,leg_gt,2.75,60 -40886,sell_compound_top3,sell,2025-12-01 05:24:00,957.0,0.3197,1,leg_gt,2.75,60 -40887,sell_compound_top3,sell,2025-12-01 07:21:00,958.0,0.4247,1,leg_gt,2.83,60 -40888,sell_compound_top3,sell,2025-12-01 07:24:00,958.0,0.4247,1,leg_gt,2.83,60 -40889,sell_compound_top3,sell,2025-12-01 14:57:00,870.0,-8.8093,0,leg_gt,3.15,60 -40890,sell_compound_top3,sell,2025-12-01 15:12:00,872.0,-8.5995,0,leg_gt,3.16,60 -40891,sell_compound_top3,sell,2025-12-01 15:15:00,873.0,-8.4945,0,leg_gt,3.16,60 -40892,sell_compound_top3,sell,2025-12-01 15:18:00,872.0,-8.5995,0,leg_gt,3.16,60 -40893,sell_compound_top3,sell,2025-12-01 23:45:00,858.0,-10.0685,0,leg_gt,3.51,60 -40894,sell_compound_top3,sell,2025-12-01 23:48:00,861.0,-9.7537,0,leg_gt,3.51,60 -40895,sell_compound_top3,sell,2025-12-02 05:21:00,847.0,1.2158,1,leg_gt,0.12,60 -40896,sell_compound_top3,sell,2025-12-02 05:24:00,846.0,1.0962,1,leg_gt,0.12,60 -40897,sell_compound_top3,sell,2025-12-02 05:27:00,847.0,1.2158,1,leg_gt,0.12,60 -40898,sell_compound_top3,sell,2025-12-02 05:30:00,848.0,1.3354,1,leg_gt,0.12,60 -40899,sell_compound_top3,sell,2025-12-02 05:33:00,848.0,1.3354,1,leg_gt,0.13,60 -40900,sell_compound_top3,sell,2025-12-02 05:36:00,847.0,1.2158,1,leg_gt,0.13,60 -40901,sell_compound_top3,sell,2025-12-02 05:39:00,848.0,1.3354,1,leg_gt,0.13,60 -40902,sell_compound_top3,sell,2025-12-02 05:42:00,848.0,1.3354,1,leg_gt,0.13,60 -40903,sell_compound_top3,sell,2025-12-02 05:45:00,851.0,1.6943,1,leg_gt,0.14,60 -40904,sell_compound_top3,sell,2025-12-02 05:48:00,851.0,1.6943,1,leg_gt,0.14,60 -40905,sell_compound_top3,sell,2025-12-02 05:51:00,850.0,1.5746,1,leg_gt,0.14,60 -40906,sell_compound_top3,sell,2025-12-02 05:54:00,851.0,1.6943,1,leg_gt,0.14,60 -40907,sell_compound_top3,sell,2025-12-02 06:00:00,851.0,1.6943,1,leg_gt,0.15,60 -40908,sell_compound_top3,sell,2025-12-02 06:03:00,851.0,1.6943,1,leg_gt,0.15,60 -40909,sell_compound_top3,sell,2025-12-02 06:06:00,853.0,1.9335,1,leg_gt,0.15,60 -40910,sell_compound_top3,sell,2025-12-02 06:09:00,856.0,2.2923,1,leg_gt,0.15,60 -40911,sell_compound_top3,sell,2025-12-02 06:12:00,854.0,2.0531,1,leg_gt,0.15,60 -40912,sell_compound_top3,sell,2025-12-02 06:21:00,858.0,2.5316,1,leg_gt,0.16,60 -40913,sell_compound_top3,sell,2025-12-02 06:24:00,859.0,2.6512,1,leg_gt,0.16,60 -40914,sell_compound_top3,sell,2025-12-02 06:45:00,863.0,3.1297,1,leg_gt,0.18,60 -40915,sell_compound_top3,sell,2025-12-02 06:48:00,862.0,3.01,1,leg_gt,0.18,60 -40916,sell_compound_top3,sell,2025-12-02 07:06:00,866.0,3.4885,1,leg_gt,0.19,60 -40917,sell_compound_top3,sell,2025-12-02 07:09:00,865.0,3.3689,1,leg_gt,0.19,60 -40918,sell_compound_top3,sell,2025-12-02 16:21:00,862.0,3.01,1,leg_gt,0.58,60 -40919,sell_compound_top3,sell,2025-12-02 16:24:00,863.0,3.1297,1,leg_gt,0.58,60 -40920,sell_compound_top3,sell,2025-12-02 20:12:00,860.0,2.7708,1,leg_gt,0.74,60 -40921,sell_compound_top3,sell,2025-12-02 20:15:00,860.0,2.7708,1,leg_gt,0.74,60 -40922,sell_compound_top3,sell,2025-12-02 20:18:00,860.0,2.7708,1,leg_gt,0.74,60 -40923,sell_compound_top3,sell,2025-12-02 20:21:00,861.0,2.8904,1,leg_gt,0.74,60 -40924,sell_compound_top3,sell,2025-12-02 20:24:00,861.0,2.8904,1,leg_gt,0.75,60 -40925,sell_compound_top3,sell,2025-12-02 20:27:00,862.0,3.01,1,leg_gt,0.75,60 -40926,sell_compound_top3,sell,2025-12-02 20:30:00,864.0,3.2493,1,leg_gt,0.75,60 -40927,sell_compound_top3,sell,2025-12-02 20:33:00,863.0,3.1297,1,leg_gt,0.75,60 -40928,sell_compound_top3,sell,2025-12-02 20:36:00,864.0,3.2493,1,leg_gt,0.75,60 -40929,sell_compound_top3,sell,2025-12-02 20:39:00,863.0,3.1297,1,leg_gt,0.76,60 -40930,sell_compound_top3,sell,2025-12-02 20:45:00,865.0,3.3689,1,leg_gt,0.76,60 -40931,sell_compound_top3,sell,2025-12-02 20:48:00,865.0,3.3689,1,leg_gt,0.76,60 -40932,sell_compound_top3,sell,2025-12-02 20:51:00,864.0,3.2493,1,leg_gt,0.76,60 -40933,sell_compound_top3,sell,2025-12-02 20:54:00,865.0,3.3689,1,leg_gt,0.77,60 -40934,sell_compound_top3,sell,2025-12-02 20:57:00,866.0,3.4885,1,leg_gt,0.77,60 -40935,sell_compound_top3,sell,2025-12-02 21:00:00,866.0,3.4885,1,leg_gt,0.77,60 -40936,sell_compound_top3,sell,2025-12-02 21:03:00,868.0,3.7278,1,leg_gt,0.77,60 -40937,sell_compound_top3,sell,2025-12-02 21:12:00,869.0,3.8474,1,leg_gt,0.78,60 -40938,sell_compound_top3,sell,2025-12-02 21:15:00,870.0,3.967,1,leg_gt,0.78,60 -40939,sell_compound_top3,sell,2025-12-02 21:18:00,868.0,3.7278,1,leg_gt,0.78,60 -40940,sell_compound_top3,sell,2025-12-02 21:21:00,870.0,3.967,1,leg_gt,0.79,60 -40941,sell_compound_top3,sell,2025-12-02 21:24:00,868.0,3.7278,1,leg_gt,0.79,60 -40942,sell_compound_top3,sell,2025-12-02 22:21:00,872.0,4.2062,1,leg_gt,0.83,60 -40943,sell_compound_top3,sell,2025-12-02 22:24:00,871.0,4.0866,1,leg_gt,0.83,60 -40944,sell_compound_top3,sell,2025-12-02 22:27:00,873.0,4.3258,1,leg_gt,0.83,60 -40945,sell_compound_top3,sell,2025-12-02 22:30:00,872.0,4.2062,1,leg_gt,0.83,60 -40946,sell_compound_top3,sell,2025-12-02 22:33:00,872.0,4.2062,1,leg_gt,0.84,60 -40947,sell_compound_top3,sell,2025-12-02 22:36:00,872.0,4.2062,1,leg_gt,0.84,60 -40948,sell_compound_top3,sell,2025-12-02 22:39:00,873.0,4.3258,1,leg_gt,0.84,60 -40949,sell_compound_top3,sell,2025-12-02 22:42:00,873.0,4.3258,1,leg_gt,0.84,60 -40950,sell_compound_top3,sell,2025-12-02 22:45:00,873.0,4.3258,1,leg_gt,0.84,60 -40951,sell_compound_top3,sell,2025-12-02 22:48:00,875.0,4.5651,1,leg_gt,0.85,60 -40952,sell_compound_top3,sell,2025-12-02 23:00:00,878.0,4.9239,1,leg_gt,0.85,60 -40953,sell_compound_top3,sell,2025-12-02 23:03:00,877.0,4.8043,1,leg_gt,0.86,60 -40954,sell_compound_top3,sell,2025-12-02 23:06:00,879.0,5.0435,1,leg_gt,0.86,60 -40955,sell_compound_top3,sell,2025-12-02 23:09:00,882.0,5.4024,1,leg_gt,0.86,60 -40956,sell_compound_top3,sell,2025-12-02 23:12:00,881.0,5.2828,1,leg_gt,0.86,60 -40957,sell_compound_top3,sell,2025-12-02 23:15:00,882.0,5.4024,1,leg_gt,0.86,60 -40958,sell_compound_top3,sell,2025-12-02 23:18:00,883.0,5.522,1,leg_gt,0.87,60 -40959,sell_compound_top3,sell,2025-12-02 23:21:00,880.0,5.1632,1,leg_gt,0.87,60 -40960,sell_compound_top3,sell,2025-12-02 23:24:00,882.0,5.4024,1,leg_gt,0.87,60 -40961,sell_compound_top3,sell,2025-12-02 23:27:00,888.0,6.1201,1,leg_gt,0.87,60 -40962,sell_compound_top3,sell,2025-12-02 23:30:00,885.0,5.7612,1,leg_gt,0.88,60 -40963,sell_compound_top3,sell,2025-12-02 23:33:00,885.0,5.7612,1,leg_gt,0.88,60 -40964,sell_compound_top3,sell,2025-12-02 23:36:00,889.0,6.2397,1,leg_gt,0.88,60 -40965,sell_compound_top3,sell,2025-12-02 23:39:00,889.0,6.2397,1,leg_gt,0.88,60 -40966,sell_compound_top3,sell,2025-12-02 23:42:00,889.0,6.2397,1,leg_gt,0.88,60 -40967,sell_compound_top3,sell,2025-12-03 00:30:00,942.0,12.5794,1,leg_gt,0.92,60 -40968,sell_compound_top3,sell,2025-12-03 00:33:00,952.0,13.7756,1,leg_gt,0.92,60 -40969,sell_compound_top3,sell,2025-12-03 00:36:00,954.0,14.0148,1,leg_gt,0.92,60 -40970,sell_compound_top3,sell,2025-12-03 00:39:00,962.0,14.9718,1,leg_gt,0.92,60 -40971,sell_compound_top3,sell,2025-12-03 00:42:00,963.0,15.0914,1,leg_gt,0.92,60 -40972,sell_compound_top3,sell,2025-12-03 00:45:00,972.0,16.1679,1,leg_gt,0.93,60 -40973,sell_compound_top3,sell,2025-12-03 00:48:00,979.0,17.0053,1,leg_gt,0.93,60 -40974,sell_compound_top3,sell,2025-12-03 00:51:00,975.0,16.5268,1,leg_gt,0.93,60 -40975,sell_compound_top3,sell,2025-12-03 00:54:00,978.0,16.8856,1,leg_gt,0.93,60 -40976,sell_compound_top3,sell,2025-12-03 00:57:00,976.0,16.6464,1,leg_gt,0.94,60 -40977,sell_compound_top3,sell,2025-12-03 01:00:00,982.0,17.3641,1,leg_gt,0.94,60 -40978,sell_compound_top3,sell,2025-12-03 01:03:00,984.0,17.6033,1,leg_gt,0.94,60 -40979,sell_compound_top3,sell,2025-12-03 01:06:00,981.0,17.2445,1,leg_gt,0.94,60 -40980,sell_compound_top3,sell,2025-12-03 01:09:00,983.0,17.4837,1,leg_gt,0.94,60 -40981,sell_compound_top3,sell,2025-12-03 11:21:00,941.0,12.4598,1,leg_gt,1.37,60 -40982,sell_compound_top3,sell,2025-12-03 11:24:00,942.0,12.5794,1,leg_gt,1.37,60 -40983,sell_compound_top3,sell,2025-12-03 11:27:00,943.0,12.699,1,leg_gt,1.37,60 -40984,sell_compound_top3,sell,2025-12-03 11:30:00,944.0,12.8187,1,leg_gt,1.38,60 -40985,sell_compound_top3,sell,2025-12-03 11:33:00,942.0,12.5794,1,leg_gt,1.38,60 -40986,sell_compound_top3,sell,2025-12-03 12:12:00,943.0,12.699,1,leg_gt,1.4,60 -40987,sell_compound_top3,sell,2025-12-03 14:15:00,952.0,13.7756,1,leg_gt,1.49,60 -40988,sell_compound_top3,sell,2025-12-03 14:18:00,951.0,13.656,1,leg_gt,1.49,60 -40989,sell_compound_top3,sell,2025-12-03 14:21:00,950.0,13.5364,1,leg_gt,1.49,60 -40990,sell_compound_top3,sell,2025-12-03 14:24:00,951.0,13.656,1,leg_gt,1.5,60 -40991,sell_compound_top3,sell,2025-12-03 15:27:00,952.0,13.7756,1,leg_gt,1.54,60 -40992,sell_compound_top3,sell,2025-12-03 15:36:00,954.0,14.0148,1,leg_gt,1.55,60 -40993,sell_compound_top3,sell,2025-12-03 15:39:00,955.0,14.1344,1,leg_gt,1.55,60 -40994,sell_compound_top3,sell,2025-12-04 02:57:00,942.0,1.9585,1,leg_gt,0.16,60 -40995,sell_compound_top3,sell,2025-12-04 03:00:00,941.0,1.8502,1,leg_gt,0.16,60 -40996,sell_compound_top3,sell,2025-12-04 03:03:00,942.0,1.9585,1,leg_gt,0.17,60 -40997,sell_compound_top3,sell,2025-12-04 03:06:00,941.0,1.8502,1,leg_gt,0.17,60 -40998,sell_compound_top3,sell,2025-12-04 03:09:00,940.0,1.7418,1,leg_gt,0.17,60 -40999,sell_compound_top3,sell,2025-12-04 07:06:00,943.0,2.0668,1,leg_gt,0.34,60 -41000,sell_compound_top3,sell,2025-12-04 07:09:00,942.0,1.9585,1,leg_gt,0.34,60 -41001,sell_compound_top3,sell,2025-12-04 07:21:00,945.0,2.2835,1,leg_gt,0.35,60 -41002,sell_compound_top3,sell,2025-12-04 07:24:00,946.0,2.3919,1,leg_gt,0.35,60 -41003,sell_compound_top3,sell,2025-12-04 07:27:00,940.0,1.7418,1,leg_gt,0.35,60 -41004,sell_compound_top3,sell,2025-12-04 07:57:00,949.0,2.7169,1,leg_gt,0.37,60 -41005,sell_compound_top3,sell,2025-12-04 08:06:00,950.0,2.8252,1,leg_gt,0.38,60 -41006,sell_compound_top3,sell,2025-12-04 08:09:00,950.0,2.8252,1,leg_gt,0.38,60 -41007,sell_compound_top3,sell,2025-12-04 08:12:00,949.0,2.7169,1,leg_gt,0.38,60 -41008,sell_compound_top3,sell,2025-12-04 08:15:00,949.0,2.7169,1,leg_gt,0.38,60 -41009,sell_compound_top3,sell,2025-12-04 08:18:00,951.0,2.9336,1,leg_gt,0.39,60 -41010,sell_compound_top3,sell,2025-12-04 10:21:00,949.0,2.7169,1,leg_gt,0.47,60 -41011,sell_compound_top3,sell,2025-12-04 10:24:00,949.0,2.7169,1,leg_gt,0.47,60 -41012,sell_compound_top3,sell,2025-12-04 10:27:00,951.0,2.9336,1,leg_gt,0.48,60 -41013,sell_compound_top3,sell,2025-12-04 10:30:00,950.0,2.8252,1,leg_gt,0.48,60 -41014,sell_compound_top3,sell,2025-12-04 10:33:00,951.0,2.9336,1,leg_gt,0.48,60 -41015,sell_compound_top3,sell,2025-12-04 10:36:00,951.0,2.9336,1,leg_gt,0.48,60 -41016,sell_compound_top3,sell,2025-12-04 10:39:00,951.0,2.9336,1,leg_gt,0.48,60 -41017,sell_compound_top3,sell,2025-12-04 10:42:00,951.0,2.9336,1,leg_gt,0.49,60 -41018,sell_compound_top3,sell,2025-12-04 11:21:00,953.0,3.1503,1,leg_gt,0.51,60 -41019,sell_compound_top3,sell,2025-12-04 11:24:00,951.0,2.9336,1,leg_gt,0.51,60 -41020,sell_compound_top3,sell,2025-12-04 11:27:00,953.0,3.1503,1,leg_gt,0.52,60 -41021,sell_compound_top3,sell,2025-12-04 11:42:00,951.0,2.9336,1,leg_gt,0.53,60 -41022,sell_compound_top3,sell,2025-12-04 11:45:00,953.0,3.1503,1,leg_gt,0.53,60 -41023,sell_compound_top3,sell,2025-12-04 11:48:00,952.0,3.0419,1,leg_gt,0.53,60 -41024,sell_compound_top3,sell,2025-12-05 00:45:00,948.0,2.6086,1,leg_gt,1.07,60 -41025,sell_compound_top3,sell,2025-12-05 00:48:00,945.0,2.2835,1,leg_gt,1.07,60 -41026,sell_compound_top3,sell,2025-12-05 00:57:00,949.0,2.7169,1,leg_gt,1.08,60 -41027,sell_compound_top3,sell,2025-12-05 01:21:00,952.0,3.0419,1,leg_gt,1.1,60 -41028,sell_compound_top3,sell,2025-12-05 01:24:00,951.0,2.9336,1,leg_gt,1.1,60 -41029,sell_compound_top3,sell,2025-12-05 01:27:00,951.0,2.9336,1,leg_gt,1.1,60 -41030,sell_compound_top3,sell,2025-12-05 16:00:00,918.0,-0.6417,0,leg_gt,1.71,60 -41031,sell_compound_top3,sell,2025-12-05 16:03:00,917.0,-0.7501,0,leg_gt,1.71,60 -41032,sell_compound_top3,sell,2025-12-05 16:15:00,921.0,-0.3167,0,leg_gt,1.72,60 -41033,sell_compound_top3,sell,2025-12-05 16:18:00,920.0,-0.425,0,leg_gt,1.72,60 -41034,sell_compound_top3,sell,2025-12-05 16:21:00,920.0,-0.425,0,leg_gt,1.72,60 -41035,sell_compound_top3,sell,2025-12-05 16:24:00,922.0,-0.2083,0,leg_gt,1.72,60 -41036,sell_compound_top3,sell,2025-12-05 16:27:00,921.0,-0.3167,0,leg_gt,1.72,60 -41037,sell_compound_top3,sell,2025-12-05 16:57:00,922.0,-0.2083,0,leg_gt,1.75,60 -41038,sell_compound_top3,sell,2025-12-06 08:51:00,861.0,1.673,1,leg_gt,0.13,60 -41039,sell_compound_top3,sell,2025-12-06 08:54:00,861.0,1.673,1,leg_gt,0.13,60 -41040,sell_compound_top3,sell,2025-12-06 08:57:00,862.0,1.7913,1,leg_gt,0.13,60 -41041,sell_compound_top3,sell,2025-12-06 09:51:00,863.0,1.9095,1,leg_gt,0.17,60 -41042,sell_compound_top3,sell,2025-12-06 09:54:00,864.0,2.0277,1,leg_gt,0.17,60 -41043,sell_compound_top3,sell,2025-12-06 09:57:00,864.0,2.0277,1,leg_gt,0.18,60 -41044,sell_compound_top3,sell,2025-12-06 10:00:00,865.0,2.1459,1,leg_gt,0.18,60 -41045,sell_compound_top3,sell,2025-12-06 10:03:00,865.0,2.1459,1,leg_gt,0.18,60 -41046,sell_compound_top3,sell,2025-12-06 10:12:00,866.0,2.2641,1,leg_gt,0.19,60 -41047,sell_compound_top3,sell,2025-12-06 10:15:00,866.0,2.2641,1,leg_gt,0.19,60 -41048,sell_compound_top3,sell,2025-12-06 10:18:00,869.0,2.6187,1,leg_gt,0.19,60 -41049,sell_compound_top3,sell,2025-12-06 10:21:00,869.0,2.6187,1,leg_gt,0.19,60 -41050,sell_compound_top3,sell,2025-12-06 10:24:00,869.0,2.6187,1,leg_gt,0.19,60 -41051,sell_compound_top3,sell,2025-12-06 10:27:00,869.0,2.6187,1,leg_gt,0.2,60 -41052,sell_compound_top3,sell,2025-12-06 12:45:00,867.0,2.3823,1,leg_gt,0.29,60 -41053,sell_compound_top3,sell,2025-12-06 12:48:00,867.0,2.3823,1,leg_gt,0.29,60 -41054,sell_compound_top3,sell,2025-12-06 12:51:00,867.0,2.3823,1,leg_gt,0.3,60 -41055,sell_compound_top3,sell,2025-12-06 12:54:00,866.0,2.2641,1,leg_gt,0.3,60 -41056,sell_compound_top3,sell,2025-12-06 12:57:00,866.0,2.2641,1,leg_gt,0.3,60 -41057,sell_compound_top3,sell,2025-12-06 16:12:00,867.0,2.3823,1,leg_gt,0.44,60 -41058,sell_compound_top3,sell,2025-12-06 16:15:00,867.0,2.3823,1,leg_gt,0.44,60 -41059,sell_compound_top3,sell,2025-12-06 16:18:00,866.0,2.2641,1,leg_gt,0.44,60 -41060,sell_compound_top3,sell,2025-12-06 16:21:00,867.0,2.3823,1,leg_gt,0.44,60 -41061,sell_compound_top3,sell,2025-12-06 16:24:00,868.0,2.5005,1,leg_gt,0.44,60 -41062,sell_compound_top3,sell,2025-12-06 21:21:00,864.0,2.0277,1,leg_gt,0.65,60 -41063,sell_compound_top3,sell,2025-12-06 21:24:00,865.0,2.1459,1,leg_gt,0.65,60 -41064,sell_compound_top3,sell,2025-12-06 21:27:00,864.0,2.0277,1,leg_gt,0.65,60 -41065,sell_compound_top3,sell,2025-12-06 21:30:00,865.0,2.1459,1,leg_gt,0.66,60 -41066,sell_compound_top3,sell,2025-12-06 21:33:00,865.0,2.1459,1,leg_gt,0.66,60 -41067,sell_compound_top3,sell,2025-12-06 21:36:00,866.0,2.2641,1,leg_gt,0.66,60 -41068,sell_compound_top3,sell,2025-12-06 21:39:00,865.0,2.1459,1,leg_gt,0.66,60 -41069,sell_compound_top3,sell,2025-12-06 21:42:00,865.0,2.1459,1,leg_gt,0.66,60 -41070,sell_compound_top3,sell,2025-12-06 23:45:00,866.0,2.2641,1,leg_gt,0.75,60 -41071,sell_compound_top3,sell,2025-12-06 23:48:00,867.0,2.3823,1,leg_gt,0.75,60 -41072,sell_compound_top3,sell,2025-12-06 23:51:00,867.0,2.3823,1,leg_gt,0.75,60 -41073,sell_compound_top3,sell,2025-12-06 23:54:00,867.0,2.3823,1,leg_gt,0.76,60 -41074,sell_compound_top3,sell,2025-12-06 23:57:00,867.0,2.3823,1,leg_gt,0.76,60 -41075,sell_compound_top3,sell,2025-12-07 03:27:00,868.0,2.5005,1,leg_gt,0.9,60 -41076,sell_compound_top3,sell,2025-12-07 03:30:00,868.0,2.5005,1,leg_gt,0.91,60 -41077,sell_compound_top3,sell,2025-12-07 03:33:00,868.0,2.5005,1,leg_gt,0.91,60 -41078,sell_compound_top3,sell,2025-12-07 09:45:00,871.0,2.8551,1,leg_gt,1.17,60 -41079,sell_compound_top3,sell,2025-12-07 09:48:00,870.0,2.7369,1,leg_gt,1.17,60 -41080,sell_compound_top3,sell,2025-12-07 09:57:00,870.0,2.7369,1,leg_gt,1.18,60 -41081,sell_compound_top3,sell,2025-12-07 14:51:00,869.0,2.6187,1,leg_gt,1.38,60 -41082,sell_compound_top3,sell,2025-12-07 14:54:00,869.0,2.6187,1,leg_gt,1.38,60 -41083,sell_compound_top3,sell,2025-12-07 14:57:00,869.0,2.6187,1,leg_gt,1.38,60 -41084,sell_compound_top3,sell,2025-12-07 15:15:00,870.0,2.7369,1,leg_gt,1.4,60 -41085,sell_compound_top3,sell,2025-12-07 15:18:00,869.0,2.6187,1,leg_gt,1.4,60 -41086,sell_compound_top3,sell,2025-12-07 15:21:00,871.0,2.8551,1,leg_gt,1.4,60 -41087,sell_compound_top3,sell,2025-12-07 15:24:00,871.0,2.8551,1,leg_gt,1.4,60 -41088,sell_compound_top3,sell,2025-12-07 15:27:00,872.0,2.9733,1,leg_gt,1.4,60 -41089,sell_compound_top3,sell,2025-12-07 15:30:00,872.0,2.9733,1,leg_gt,1.41,60 -41090,sell_compound_top3,sell,2025-12-07 15:33:00,872.0,2.9733,1,leg_gt,1.41,60 -41091,sell_compound_top3,sell,2025-12-07 15:36:00,873.0,3.0915,1,leg_gt,1.41,60 -41092,sell_compound_top3,sell,2025-12-07 15:39:00,872.0,2.9733,1,leg_gt,1.41,60 -41093,sell_compound_top3,sell,2025-12-07 15:42:00,872.0,2.9733,1,leg_gt,1.41,60 -41094,sell_compound_top3,sell,2025-12-07 15:57:00,871.0,2.8551,1,leg_gt,1.42,60 -41095,sell_compound_top3,sell,2025-12-08 02:45:00,876.0,4.8102,1,leg_gt,0.12,60 -41096,sell_compound_top3,sell,2025-12-08 02:48:00,878.0,5.0497,1,leg_gt,0.12,60 -41097,sell_compound_top3,sell,2025-12-08 02:51:00,878.0,5.0497,1,leg_gt,0.12,60 -41098,sell_compound_top3,sell,2025-12-08 02:54:00,878.0,5.0497,1,leg_gt,0.12,60 -41099,sell_compound_top3,sell,2025-12-08 02:57:00,877.0,4.9299,1,leg_gt,0.13,60 -41100,sell_compound_top3,sell,2025-12-08 03:00:00,877.0,4.9299,1,leg_gt,0.13,60 -41101,sell_compound_top3,sell,2025-12-08 03:03:00,880.0,5.2892,1,leg_gt,0.13,60 -41102,sell_compound_top3,sell,2025-12-08 03:06:00,879.0,5.1695,1,leg_gt,0.13,60 -41103,sell_compound_top3,sell,2025-12-08 03:09:00,880.0,5.2892,1,leg_gt,0.14,60 -41104,sell_compound_top3,sell,2025-12-08 03:12:00,881.0,5.409,1,leg_gt,0.14,60 -41105,sell_compound_top3,sell,2025-12-08 10:45:00,863.0,2.6381,1,leg_gt,0.11,60 -41106,sell_compound_top3,sell,2025-12-08 10:48:00,861.0,2.4,1,leg_gt,0.11,60 -41107,sell_compound_top3,sell,2025-12-08 10:51:00,862.0,2.519,1,leg_gt,0.12,60 -41108,sell_compound_top3,sell,2025-12-08 10:54:00,861.0,2.4,1,leg_gt,0.12,60 -41109,sell_compound_top3,sell,2025-12-08 14:21:00,865.0,2.8762,1,leg_gt,0.26,60 -41110,sell_compound_top3,sell,2025-12-08 14:24:00,865.0,2.8762,1,leg_gt,0.26,60 -41111,sell_compound_top3,sell,2025-12-08 14:27:00,866.0,2.9952,1,leg_gt,0.27,60 -41112,sell_compound_top3,sell,2025-12-08 14:30:00,865.0,2.8762,1,leg_gt,0.27,60 -41113,sell_compound_top3,sell,2025-12-08 14:33:00,866.0,2.9952,1,leg_gt,0.27,60 -41114,sell_compound_top3,sell,2025-12-08 14:42:00,867.0,3.1143,1,leg_gt,0.28,60 -41115,sell_compound_top3,sell,2025-12-08 14:45:00,866.0,2.9952,1,leg_gt,0.28,60 -41116,sell_compound_top3,sell,2025-12-08 14:48:00,867.0,3.1143,1,leg_gt,0.28,60 -41117,sell_compound_top3,sell,2025-12-08 15:36:00,869.0,3.3524,1,leg_gt,0.31,60 -41118,sell_compound_top3,sell,2025-12-08 15:39:00,869.0,3.3524,1,leg_gt,0.32,60 -41119,sell_compound_top3,sell,2025-12-08 16:00:00,871.0,3.5905,1,leg_gt,0.33,60 -41120,sell_compound_top3,sell,2025-12-08 16:03:00,870.0,3.4714,1,leg_gt,0.33,60 -41121,sell_compound_top3,sell,2025-12-08 16:36:00,874.0,3.9476,1,leg_gt,0.36,60 -41122,sell_compound_top3,sell,2025-12-08 16:39:00,873.0,3.8286,1,leg_gt,0.36,60 -41123,sell_compound_top3,sell,2025-12-08 17:21:00,873.0,3.8286,1,leg_gt,0.39,60 -41124,sell_compound_top3,sell,2025-12-08 17:24:00,873.0,3.8286,1,leg_gt,0.39,60 -41125,sell_compound_top3,sell,2025-12-08 17:27:00,872.0,3.7095,1,leg_gt,0.39,60 -41126,sell_compound_top3,sell,2025-12-08 18:15:00,877.0,4.3048,1,leg_gt,0.42,60 -41127,sell_compound_top3,sell,2025-12-08 18:18:00,877.0,4.3048,1,leg_gt,0.43,60 -41128,sell_compound_top3,sell,2025-12-08 18:21:00,878.0,4.4238,1,leg_gt,0.43,60 -41129,sell_compound_top3,sell,2025-12-08 18:24:00,878.0,4.4238,1,leg_gt,0.43,60 -41130,sell_compound_top3,sell,2025-12-08 18:27:00,878.0,4.4238,1,leg_gt,0.43,60 -41131,sell_compound_top3,sell,2025-12-08 18:30:00,879.0,4.5429,1,leg_gt,0.44,60 -41132,sell_compound_top3,sell,2025-12-08 18:33:00,880.0,4.6619,1,leg_gt,0.44,60 -41133,sell_compound_top3,sell,2025-12-08 18:36:00,879.0,4.5429,1,leg_gt,0.44,60 -41134,sell_compound_top3,sell,2025-12-08 18:39:00,880.0,4.6619,1,leg_gt,0.44,60 -41135,sell_compound_top3,sell,2025-12-08 18:42:00,881.0,4.781,1,leg_gt,0.44,60 -41136,sell_compound_top3,sell,2025-12-08 19:42:00,880.0,4.6619,1,leg_gt,0.49,60 -41137,sell_compound_top3,sell,2025-12-08 19:51:00,880.0,4.6619,1,leg_gt,0.49,60 -41138,sell_compound_top3,sell,2025-12-08 19:54:00,881.0,4.781,1,leg_gt,0.49,60 -41139,sell_compound_top3,sell,2025-12-09 06:15:00,885.0,1.8585,1,leg_gt,0.08,60 -41140,sell_compound_top3,sell,2025-12-09 06:18:00,890.0,2.4346,1,leg_gt,0.09,60 -41141,sell_compound_top3,sell,2025-12-09 06:21:00,892.0,2.665,1,leg_gt,0.09,60 -41142,sell_compound_top3,sell,2025-12-09 06:24:00,890.0,2.4346,1,leg_gt,0.09,60 -41143,sell_compound_top3,sell,2025-12-09 06:27:00,887.0,2.0889,1,leg_gt,0.09,60 -41144,sell_compound_top3,sell,2025-12-09 06:30:00,890.0,2.4346,1,leg_gt,0.09,60 -41145,sell_compound_top3,sell,2025-12-09 06:33:00,893.0,2.7802,1,leg_gt,0.1,60 -41146,sell_compound_top3,sell,2025-12-09 06:36:00,892.0,2.665,1,leg_gt,0.1,60 -41147,sell_compound_top3,sell,2025-12-09 06:39:00,893.0,2.7802,1,leg_gt,0.1,60 -41148,sell_compound_top3,sell,2025-12-09 06:42:00,894.0,2.8954,1,leg_gt,0.1,60 -41149,sell_compound_top3,sell,2025-12-09 06:45:00,895.0,3.0106,1,leg_gt,0.1,60 -41150,sell_compound_top3,sell,2025-12-09 06:48:00,895.0,3.0106,1,leg_gt,0.11,60 -41151,sell_compound_top3,sell,2025-12-09 06:51:00,897.0,3.241,1,leg_gt,0.11,60 -41152,sell_compound_top3,sell,2025-12-09 06:54:00,899.0,3.4714,1,leg_gt,0.11,60 -41153,sell_compound_top3,sell,2025-12-09 06:57:00,899.0,3.4714,1,leg_gt,0.11,60 -41154,sell_compound_top3,sell,2025-12-09 07:00:00,899.0,3.4714,1,leg_gt,0.11,60 -41155,sell_compound_top3,sell,2025-12-09 07:03:00,900.0,3.5866,1,leg_gt,0.12,60 -41156,sell_compound_top3,sell,2025-12-09 07:06:00,902.0,3.8171,1,leg_gt,0.12,60 -41157,sell_compound_top3,sell,2025-12-09 07:09:00,906.0,4.2779,1,leg_gt,0.12,60 -41158,sell_compound_top3,sell,2025-12-09 07:12:00,903.0,3.9323,1,leg_gt,0.12,60 -41159,sell_compound_top3,sell,2025-12-09 07:15:00,904.0,4.0475,1,leg_gt,0.12,60 -41160,sell_compound_top3,sell,2025-12-09 07:18:00,907.0,4.3931,1,leg_gt,0.13,60 -41161,sell_compound_top3,sell,2025-12-09 07:21:00,905.0,4.1627,1,leg_gt,0.13,60 -41162,sell_compound_top3,sell,2025-12-09 07:24:00,902.0,3.8171,1,leg_gt,0.13,60 -41163,sell_compound_top3,sell,2025-12-09 08:12:00,910.0,4.7387,1,leg_gt,0.16,60 -41164,sell_compound_top3,sell,2025-12-09 08:15:00,912.0,4.9691,1,leg_gt,0.17,60 -41165,sell_compound_top3,sell,2025-12-09 08:18:00,915.0,5.3147,1,leg_gt,0.17,60 -41166,sell_compound_top3,sell,2025-12-09 08:42:00,913.0,5.0843,1,leg_gt,0.19,60 -41167,sell_compound_top3,sell,2025-12-09 12:45:00,906.0,4.2779,1,leg_gt,0.35,60 -41168,sell_compound_top3,sell,2025-12-09 12:48:00,904.0,4.0475,1,leg_gt,0.36,60 -41169,sell_compound_top3,sell,2025-12-09 13:15:00,915.0,5.3147,1,leg_gt,0.38,60 -41170,sell_compound_top3,sell,2025-12-09 13:18:00,921.0,6.006,1,leg_gt,0.38,60 -41171,sell_compound_top3,sell,2025-12-09 13:21:00,919.0,5.7756,1,leg_gt,0.38,60 -41172,sell_compound_top3,sell,2025-12-09 13:24:00,918.0,5.6604,1,leg_gt,0.38,60 -41173,sell_compound_top3,sell,2025-12-09 20:42:00,887.0,1.1557,1,leg_gt,0.09,60 -41174,sell_compound_top3,sell,2025-12-09 21:00:00,888.0,1.2699,1,leg_gt,0.1,60 -41175,sell_compound_top3,sell,2025-12-09 21:03:00,888.0,1.2699,1,leg_gt,0.1,60 -41176,sell_compound_top3,sell,2025-12-09 21:06:00,888.0,1.2699,1,leg_gt,0.1,60 -41177,sell_compound_top3,sell,2025-12-09 21:09:00,891.0,1.6123,1,leg_gt,0.1,60 -41178,sell_compound_top3,sell,2025-12-09 21:45:00,905.0,3.2105,1,leg_gt,0.13,60 -41179,sell_compound_top3,sell,2025-12-09 21:48:00,902.0,2.868,1,leg_gt,0.13,60 -41180,sell_compound_top3,sell,2025-12-09 21:51:00,903.0,2.9822,1,leg_gt,0.13,60 -41181,sell_compound_top3,sell,2025-12-09 21:54:00,903.0,2.9822,1,leg_gt,0.14,60 -41182,sell_compound_top3,sell,2025-12-10 00:21:00,910.0,3.7813,1,leg_gt,0.24,60 -41183,sell_compound_top3,sell,2025-12-10 00:24:00,907.0,3.4388,1,leg_gt,0.24,60 -41184,sell_compound_top3,sell,2025-12-10 00:27:00,909.0,3.6671,1,leg_gt,0.24,60 -41185,sell_compound_top3,sell,2025-12-10 00:36:00,910.0,3.7813,1,leg_gt,0.25,60 -41186,sell_compound_top3,sell,2025-12-10 00:39:00,914.0,4.2379,1,leg_gt,0.25,60 -41187,sell_compound_top3,sell,2025-12-10 00:51:00,920.0,4.9228,1,leg_gt,0.26,60 -41188,sell_compound_top3,sell,2025-12-10 00:54:00,924.0,5.3795,1,leg_gt,0.26,60 -41189,sell_compound_top3,sell,2025-12-10 01:00:00,924.0,5.3795,1,leg_gt,0.26,60 -41190,sell_compound_top3,sell,2025-12-10 01:03:00,929.0,5.9502,1,leg_gt,0.27,60 -41191,sell_compound_top3,sell,2025-12-10 01:12:00,931.0,6.1785,1,leg_gt,0.27,60 -41192,sell_compound_top3,sell,2025-12-10 01:15:00,929.0,5.9502,1,leg_gt,0.28,60 -41193,sell_compound_top3,sell,2025-12-10 01:18:00,927.0,5.7219,1,leg_gt,0.28,60 -41194,sell_compound_top3,sell,2025-12-10 01:21:00,927.0,5.7219,1,leg_gt,0.28,60 -41195,sell_compound_top3,sell,2025-12-10 01:24:00,932.0,6.2927,1,leg_gt,0.28,60 -41196,sell_compound_top3,sell,2025-12-10 01:27:00,932.0,6.2927,1,leg_gt,0.28,60 -41197,sell_compound_top3,sell,2025-12-10 01:30:00,933.0,6.4068,1,leg_gt,0.29,60 -41198,sell_compound_top3,sell,2025-12-10 01:33:00,933.0,6.4068,1,leg_gt,0.29,60 -41199,sell_compound_top3,sell,2025-12-10 01:36:00,939.0,7.0918,1,leg_gt,0.29,60 -41200,sell_compound_top3,sell,2025-12-10 01:39:00,938.0,6.9776,1,leg_gt,0.29,60 -41201,sell_compound_top3,sell,2025-12-10 01:42:00,941.0,7.3201,1,leg_gt,0.29,60 -41202,sell_compound_top3,sell,2025-12-10 01:45:00,938.0,6.9776,1,leg_gt,0.3,60 -41203,sell_compound_top3,sell,2025-12-10 01:48:00,941.0,7.3201,1,leg_gt,0.3,60 -41204,sell_compound_top3,sell,2025-12-10 01:51:00,941.0,7.3201,1,leg_gt,0.3,60 -41205,sell_compound_top3,sell,2025-12-10 01:54:00,940.0,7.2059,1,leg_gt,0.3,60 -41206,sell_compound_top3,sell,2025-12-10 01:57:00,941.0,7.3201,1,leg_gt,0.3,60 -41207,sell_compound_top3,sell,2025-12-10 02:00:00,941.0,7.3201,1,leg_gt,0.31,60 -41208,sell_compound_top3,sell,2025-12-10 02:03:00,940.0,7.2059,1,leg_gt,0.31,60 -41209,sell_compound_top3,sell,2025-12-10 02:06:00,945.0,7.7767,1,leg_gt,0.31,60 -41210,sell_compound_top3,sell,2025-12-10 02:09:00,946.0,7.8909,1,leg_gt,0.31,60 -41211,sell_compound_top3,sell,2025-12-10 02:12:00,945.0,7.7767,1,leg_gt,0.31,60 -41212,sell_compound_top3,sell,2025-12-10 05:12:00,942.0,7.4342,1,leg_gt,0.44,60 -41213,sell_compound_top3,sell,2025-12-10 14:36:00,935.0,6.6352,1,leg_gt,0.83,60 -41214,sell_compound_top3,sell,2025-12-10 14:39:00,934.0,6.521,1,leg_gt,0.83,60 -41215,sell_compound_top3,sell,2025-12-10 15:21:00,935.0,6.6352,1,leg_gt,0.86,60 -41216,sell_compound_top3,sell,2025-12-10 15:24:00,935.0,6.6352,1,leg_gt,0.86,60 -41217,sell_compound_top3,sell,2025-12-10 15:27:00,937.0,6.8635,1,leg_gt,0.87,60 -41218,sell_compound_top3,sell,2025-12-10 15:30:00,937.0,6.8635,1,leg_gt,0.87,60 -41219,sell_compound_top3,sell,2025-12-10 15:33:00,938.0,6.9776,1,leg_gt,0.87,60 -41220,sell_compound_top3,sell,2025-12-10 15:36:00,936.0,6.7493,1,leg_gt,0.87,60 -41221,sell_compound_top3,sell,2025-12-10 15:39:00,938.0,6.9776,1,leg_gt,0.88,60 -41222,sell_compound_top3,sell,2025-12-10 15:51:00,938.0,6.9776,1,leg_gt,0.88,60 -41223,sell_compound_top3,sell,2025-12-10 15:54:00,937.0,6.8635,1,leg_gt,0.89,60 -41224,sell_compound_top3,sell,2025-12-10 21:42:00,932.0,6.2927,1,leg_gt,1.13,60 -41225,sell_compound_top3,sell,2025-12-10 21:45:00,931.0,6.1785,1,leg_gt,1.13,60 -41226,sell_compound_top3,sell,2025-12-10 21:48:00,931.0,6.1785,1,leg_gt,1.13,60 -41227,sell_compound_top3,sell,2025-12-10 21:57:00,932.0,6.2927,1,leg_gt,1.14,60 -41228,sell_compound_top3,sell,2025-12-10 22:27:00,934.0,6.521,1,leg_gt,1.16,60 -41229,sell_compound_top3,sell,2025-12-10 22:42:00,933.0,6.4068,1,leg_gt,1.17,60 -41230,sell_compound_top3,sell,2025-12-10 22:51:00,933.0,6.4068,1,leg_gt,1.18,60 -41231,sell_compound_top3,sell,2025-12-10 22:54:00,934.0,6.521,1,leg_gt,1.18,60 -41232,sell_compound_top3,sell,2025-12-10 23:00:00,935.0,6.6352,1,leg_gt,1.18,60 -41233,sell_compound_top3,sell,2025-12-10 23:03:00,935.0,6.6352,1,leg_gt,1.18,60 -41234,sell_compound_top3,sell,2025-12-10 23:15:00,937.0,6.8635,1,leg_gt,1.19,60 -41235,sell_compound_top3,sell,2025-12-10 23:18:00,938.0,6.9776,1,leg_gt,1.19,60 -41236,sell_compound_top3,sell,2025-12-10 23:21:00,938.0,6.9776,1,leg_gt,1.2,60 -41237,sell_compound_top3,sell,2025-12-10 23:24:00,939.0,7.0918,1,leg_gt,1.2,60 -41238,sell_compound_top3,sell,2025-12-10 23:36:00,937.0,6.8635,1,leg_gt,1.21,60 -41239,sell_compound_top3,sell,2025-12-10 23:39:00,938.0,6.9776,1,leg_gt,1.21,60 -41240,sell_compound_top3,sell,2025-12-11 03:45:00,940.0,7.2059,1,leg_gt,1.38,60 -41241,sell_compound_top3,sell,2025-12-11 03:48:00,941.0,7.3201,1,leg_gt,1.38,60 -41242,sell_compound_top3,sell,2025-12-11 04:21:00,947.0,8.005,1,leg_gt,1.4,60 -41243,sell_compound_top3,sell,2025-12-11 04:24:00,946.0,7.8909,1,leg_gt,1.41,60 -41244,sell_compound_top3,sell,2025-12-11 04:57:00,950.0,8.3475,1,leg_gt,1.43,60 -41245,sell_compound_top3,sell,2025-12-11 14:21:00,888.0,2.4404,1,leg_gt,0.06,60 -41246,sell_compound_top3,sell,2025-12-11 14:24:00,888.0,2.4404,1,leg_gt,0.06,60 -41247,sell_compound_top3,sell,2025-12-11 14:27:00,888.0,2.4404,1,leg_gt,0.06,60 -41248,sell_compound_top3,sell,2025-12-11 14:36:00,890.0,2.6714,1,leg_gt,0.07,60 -41249,sell_compound_top3,sell,2025-12-11 14:39:00,891.0,2.7868,1,leg_gt,0.07,60 -41250,sell_compound_top3,sell,2025-12-11 20:45:00,884.0,1.9785,1,leg_gt,0.32,60 -41251,sell_compound_top3,sell,2025-12-11 20:48:00,883.0,1.863,1,leg_gt,0.32,60 -41252,sell_compound_top3,sell,2025-12-12 02:36:00,882.0,1.7476,1,leg_gt,0.57,60 -41253,sell_compound_top3,sell,2025-12-12 02:39:00,883.0,1.863,1,leg_gt,0.57,60 -41254,sell_compound_top3,sell,2025-12-12 02:42:00,881.0,1.6321,1,leg_gt,0.57,60 -41255,sell_compound_top3,sell,2025-12-12 03:57:00,892.0,2.9023,1,leg_gt,0.62,60 -41256,sell_compound_top3,sell,2025-12-12 04:00:00,894.0,3.1333,1,leg_gt,0.62,60 -41257,sell_compound_top3,sell,2025-12-12 04:03:00,899.0,3.7106,1,leg_gt,0.63,60 -41258,sell_compound_top3,sell,2025-12-12 04:12:00,893.0,3.0178,1,leg_gt,0.63,60 -41259,sell_compound_top3,sell,2025-12-12 04:15:00,895.0,3.2487,1,leg_gt,0.64,60 -41260,sell_compound_top3,sell,2025-12-12 04:18:00,894.0,3.1333,1,leg_gt,0.64,60 -41261,sell_compound_top3,sell,2025-12-12 04:21:00,896.0,3.3642,1,leg_gt,0.64,60 -41262,sell_compound_top3,sell,2025-12-12 04:24:00,900.0,3.8261,1,leg_gt,0.64,60 -41263,sell_compound_top3,sell,2025-12-12 04:27:00,898.0,3.5952,1,leg_gt,0.64,60 -41264,sell_compound_top3,sell,2025-12-12 11:27:00,892.0,2.9023,1,leg_gt,0.94,60 -41265,sell_compound_top3,sell,2025-12-12 11:30:00,892.0,2.9023,1,leg_gt,0.94,60 -41266,sell_compound_top3,sell,2025-12-12 11:33:00,892.0,2.9023,1,leg_gt,0.94,60 -41267,sell_compound_top3,sell,2025-12-12 14:57:00,894.0,3.1333,1,leg_gt,1.08,60 -41268,sell_compound_top3,sell,2025-12-12 15:00:00,894.0,3.1333,1,leg_gt,1.08,60 -41269,sell_compound_top3,sell,2025-12-12 15:03:00,898.0,3.5952,1,leg_gt,1.09,60 -41270,sell_compound_top3,sell,2025-12-12 15:21:00,899.0,3.7106,1,leg_gt,1.1,60 -41271,sell_compound_top3,sell,2025-12-12 15:24:00,900.0,3.8261,1,leg_gt,1.1,60 -41272,sell_compound_top3,sell,2025-12-12 15:27:00,899.0,3.7106,1,leg_gt,1.1,60 -41273,sell_compound_top3,sell,2025-12-12 19:15:00,901.0,3.9416,1,leg_gt,1.26,60 -41274,sell_compound_top3,sell,2025-12-12 19:18:00,901.0,3.9416,1,leg_gt,1.26,60 -41275,sell_compound_top3,sell,2025-12-12 23:21:00,902.0,4.057,1,leg_gt,1.43,60 -41276,sell_compound_top3,sell,2025-12-12 23:24:00,902.0,4.057,1,leg_gt,1.43,60 -41277,sell_compound_top3,sell,2025-12-13 06:51:00,864.0,1.7868,1,leg_gt,0.22,60 -41278,sell_compound_top3,sell,2025-12-13 06:54:00,862.0,1.5509,1,leg_gt,0.22,60 -41279,sell_compound_top3,sell,2025-12-13 07:15:00,864.0,1.7868,1,leg_gt,0.24,60 -41280,sell_compound_top3,sell,2025-12-13 07:18:00,864.0,1.7868,1,leg_gt,0.24,60 -41281,sell_compound_top3,sell,2025-12-13 07:30:00,866.0,2.0226,1,leg_gt,0.25,60 -41282,sell_compound_top3,sell,2025-12-13 07:33:00,864.0,1.7868,1,leg_gt,0.25,60 -41283,sell_compound_top3,sell,2025-12-13 07:36:00,867.0,2.1406,1,leg_gt,0.25,60 -41284,sell_compound_top3,sell,2025-12-13 07:39:00,868.0,2.2585,1,leg_gt,0.25,60 -41285,sell_compound_top3,sell,2025-12-13 07:42:00,870.0,2.4943,1,leg_gt,0.25,60 -41286,sell_compound_top3,sell,2025-12-13 07:45:00,868.0,2.2585,1,leg_gt,0.26,60 -41287,sell_compound_top3,sell,2025-12-13 07:48:00,867.0,2.1406,1,leg_gt,0.26,60 -41288,sell_compound_top3,sell,2025-12-13 07:51:00,868.0,2.2585,1,leg_gt,0.26,60 -41289,sell_compound_top3,sell,2025-12-13 07:54:00,866.0,2.0226,1,leg_gt,0.26,60 -41290,sell_compound_top3,sell,2025-12-13 08:15:00,868.0,2.2585,1,leg_gt,0.28,60 -41291,sell_compound_top3,sell,2025-12-13 08:18:00,868.0,2.2585,1,leg_gt,0.28,60 -41292,sell_compound_top3,sell,2025-12-13 11:51:00,869.0,2.3764,1,leg_gt,0.43,60 -41293,sell_compound_top3,sell,2025-12-13 11:54:00,868.0,2.2585,1,leg_gt,0.43,60 -41294,sell_compound_top3,sell,2025-12-13 12:45:00,877.0,3.3198,1,leg_gt,0.46,60 -41295,sell_compound_top3,sell,2025-12-13 12:48:00,876.0,3.2019,1,leg_gt,0.47,60 -41296,sell_compound_top3,sell,2025-12-13 12:57:00,878.0,3.4377,1,leg_gt,0.47,60 -41297,sell_compound_top3,sell,2025-12-13 13:00:00,879.0,3.5557,1,leg_gt,0.48,60 -41298,sell_compound_top3,sell,2025-12-13 13:03:00,880.0,3.6736,1,leg_gt,0.48,60 -41299,sell_compound_top3,sell,2025-12-13 13:21:00,881.0,3.7915,1,leg_gt,0.49,60 -41300,sell_compound_top3,sell,2025-12-13 13:24:00,881.0,3.7915,1,leg_gt,0.49,60 -41301,sell_compound_top3,sell,2025-12-13 13:36:00,881.0,3.7915,1,leg_gt,0.5,60 -41302,sell_compound_top3,sell,2025-12-13 13:39:00,882.0,3.9094,1,leg_gt,0.5,60 -41303,sell_compound_top3,sell,2025-12-13 17:27:00,876.0,3.2019,1,leg_gt,0.66,60 -41304,sell_compound_top3,sell,2025-12-13 17:30:00,876.0,3.2019,1,leg_gt,0.66,60 -41305,sell_compound_top3,sell,2025-12-13 17:33:00,875.0,3.084,1,leg_gt,0.66,60 -41306,sell_compound_top3,sell,2025-12-13 17:51:00,878.0,3.4377,1,leg_gt,0.68,60 -41307,sell_compound_top3,sell,2025-12-13 17:54:00,876.0,3.2019,1,leg_gt,0.68,60 -41308,sell_compound_top3,sell,2025-12-13 18:00:00,877.0,3.3198,1,leg_gt,0.68,60 -41309,sell_compound_top3,sell,2025-12-13 18:03:00,878.0,3.4377,1,leg_gt,0.69,60 -41310,sell_compound_top3,sell,2025-12-13 19:36:00,878.0,3.4377,1,leg_gt,0.75,60 -41311,sell_compound_top3,sell,2025-12-13 19:39:00,879.0,3.5557,1,leg_gt,0.75,60 -41312,sell_compound_top3,sell,2025-12-14 00:15:00,882.0,3.9094,1,leg_gt,0.94,60 -41313,sell_compound_top3,sell,2025-12-14 00:18:00,883.0,4.0274,1,leg_gt,0.95,60 -41314,sell_compound_top3,sell,2025-12-14 00:21:00,883.0,4.0274,1,leg_gt,0.95,60 -41315,sell_compound_top3,sell,2025-12-14 00:24:00,884.0,4.1453,1,leg_gt,0.95,60 -41316,sell_compound_top3,sell,2025-12-14 00:36:00,885.0,4.2632,1,leg_gt,0.96,60 -41317,sell_compound_top3,sell,2025-12-14 00:39:00,884.0,4.1453,1,leg_gt,0.96,60 -41318,sell_compound_top3,sell,2025-12-14 01:06:00,886.0,4.3811,1,leg_gt,0.98,60 -41319,sell_compound_top3,sell,2025-12-14 01:09:00,888.0,4.617,1,leg_gt,0.98,60 -41320,sell_compound_top3,sell,2025-12-14 01:27:00,889.0,4.7349,1,leg_gt,0.99,60 -41321,sell_compound_top3,sell,2025-12-14 01:57:00,893.0,5.2066,1,leg_gt,1.01,60 -41322,sell_compound_top3,sell,2025-12-14 02:00:00,892.0,5.0887,1,leg_gt,1.02,60 -41323,sell_compound_top3,sell,2025-12-14 02:03:00,893.0,5.2066,1,leg_gt,1.02,60 -41324,sell_compound_top3,sell,2025-12-14 03:30:00,894.0,5.3245,1,leg_gt,1.08,60 -41325,sell_compound_top3,sell,2025-12-14 03:33:00,892.0,5.0887,1,leg_gt,1.08,60 -41326,sell_compound_top3,sell,2025-12-15 09:30:00,848.0,1.4569,1,leg_gt,0.04,60 -41327,sell_compound_top3,sell,2025-12-15 09:33:00,849.0,1.5766,1,leg_gt,0.04,60 -41328,sell_compound_top3,sell,2025-12-15 09:51:00,847.0,1.3371,1,leg_gt,0.06,60 -41329,sell_compound_top3,sell,2025-12-15 09:54:00,849.0,1.5766,1,leg_gt,0.06,60 -41330,sell_compound_top3,sell,2025-12-15 09:57:00,851.0,1.8162,1,leg_gt,0.06,60 -41331,sell_compound_top3,sell,2025-12-15 10:00:00,851.0,1.8162,1,leg_gt,0.06,60 -41332,sell_compound_top3,sell,2025-12-15 10:03:00,853.0,2.0557,1,leg_gt,0.06,60 -41333,sell_compound_top3,sell,2025-12-15 10:06:00,855.0,2.2952,1,leg_gt,0.07,60 -41334,sell_compound_top3,sell,2025-12-15 10:09:00,852.0,1.9359,1,leg_gt,0.07,60 -41335,sell_compound_top3,sell,2025-12-15 10:21:00,854.0,2.1754,1,leg_gt,0.08,60 -41336,sell_compound_top3,sell,2025-12-15 10:24:00,853.0,2.0557,1,leg_gt,0.08,60 -41337,sell_compound_top3,sell,2025-12-15 10:45:00,859.0,2.7743,1,leg_gt,0.09,60 -41338,sell_compound_top3,sell,2025-12-15 10:48:00,859.0,2.7743,1,leg_gt,0.1,60 -41339,sell_compound_top3,sell,2025-12-15 10:51:00,860.0,2.894,1,leg_gt,0.1,60 -41340,sell_compound_top3,sell,2025-12-15 10:54:00,861.0,3.0138,1,leg_gt,0.1,60 -41341,sell_compound_top3,sell,2025-12-15 10:57:00,862.0,3.1335,1,leg_gt,0.1,60 -41342,sell_compound_top3,sell,2025-12-15 11:00:00,862.0,3.1335,1,leg_gt,0.1,60 -41343,sell_compound_top3,sell,2025-12-15 11:03:00,863.0,3.2533,1,leg_gt,0.11,60 -41344,sell_compound_top3,sell,2025-12-15 11:06:00,865.0,3.4928,1,leg_gt,0.11,60 -41345,sell_compound_top3,sell,2025-12-15 11:09:00,866.0,3.6126,1,leg_gt,0.11,60 -41346,sell_compound_top3,sell,2025-12-15 11:12:00,865.0,3.4928,1,leg_gt,0.11,60 -41347,sell_compound_top3,sell,2025-12-15 11:15:00,866.0,3.6126,1,leg_gt,0.11,60 -41348,sell_compound_top3,sell,2025-12-15 11:18:00,870.0,4.0916,1,leg_gt,0.12,60 -41349,sell_compound_top3,sell,2025-12-15 11:27:00,868.0,3.8521,1,leg_gt,0.12,60 -41350,sell_compound_top3,sell,2025-12-15 14:30:00,866.0,3.6126,1,leg_gt,0.25,60 -41351,sell_compound_top3,sell,2025-12-15 14:33:00,866.0,3.6126,1,leg_gt,0.25,60 -41352,sell_compound_top3,sell,2025-12-15 14:57:00,866.0,3.6126,1,leg_gt,0.27,60 -41353,sell_compound_top3,sell,2025-12-15 15:00:00,867.0,3.7323,1,leg_gt,0.27,60 -41354,sell_compound_top3,sell,2025-12-15 15:03:00,867.0,3.7323,1,leg_gt,0.27,60 -41355,sell_compound_top3,sell,2025-12-15 15:21:00,867.0,3.7323,1,leg_gt,0.29,60 -41356,sell_compound_top3,sell,2025-12-15 15:24:00,865.0,3.4928,1,leg_gt,0.29,60 -41357,sell_compound_top3,sell,2025-12-15 19:51:00,864.0,3.3731,1,leg_gt,0.47,60 -41358,sell_compound_top3,sell,2025-12-15 19:54:00,864.0,3.3731,1,leg_gt,0.48,60 -41359,sell_compound_top3,sell,2025-12-15 19:57:00,864.0,3.3731,1,leg_gt,0.48,60 -41360,sell_compound_top3,sell,2025-12-15 20:00:00,865.0,3.4928,1,leg_gt,0.48,60 -41361,sell_compound_top3,sell,2025-12-15 20:03:00,864.0,3.3731,1,leg_gt,0.48,60 -41362,sell_compound_top3,sell,2025-12-15 20:12:00,864.0,3.3731,1,leg_gt,0.49,60 -41363,sell_compound_top3,sell,2025-12-16 06:45:00,799.0,-4.4114,0,leg_gt,0.93,60 -41364,sell_compound_top3,sell,2025-12-16 06:48:00,798.0,-4.5311,0,leg_gt,0.93,60 -41365,sell_compound_top3,sell,2025-12-16 08:27:00,804.0,-3.8126,0,leg_gt,1.0,60 -41366,sell_compound_top3,sell,2025-12-16 08:30:00,805.0,-3.6928,0,leg_gt,1.0,60 -41367,sell_compound_top3,sell,2025-12-16 08:33:00,804.0,-3.8126,0,leg_gt,1.0,60 -41368,sell_compound_top3,sell,2025-12-16 08:42:00,806.0,-3.5731,0,leg_gt,1.01,60 -41369,sell_compound_top3,sell,2025-12-16 13:00:00,797.0,-4.6509,0,leg_gt,1.19,60 -41370,sell_compound_top3,sell,2025-12-16 13:03:00,796.0,-4.7707,0,leg_gt,1.19,60 -41371,sell_compound_top3,sell,2025-12-16 13:06:00,796.0,-4.7707,0,leg_gt,1.19,60 -41372,sell_compound_top3,sell,2025-12-16 13:09:00,796.0,-4.7707,0,leg_gt,1.19,60 -41373,sell_compound_top3,sell,2025-12-16 20:00:00,800.0,2.9928,1,leg_gt,0.13,60 -41374,sell_compound_top3,sell,2025-12-16 20:03:00,796.0,2.4773,1,leg_gt,0.13,60 -41375,sell_compound_top3,sell,2025-12-16 20:27:00,801.0,3.1216,1,leg_gt,0.15,60 -41376,sell_compound_top3,sell,2025-12-16 20:30:00,803.0,3.3794,1,leg_gt,0.15,60 -41377,sell_compound_top3,sell,2025-12-16 20:33:00,805.0,3.6371,1,leg_gt,0.15,60 -41378,sell_compound_top3,sell,2025-12-17 01:06:00,796.0,2.4773,1,leg_gt,0.34,60 -41379,sell_compound_top3,sell,2025-12-17 01:09:00,794.0,2.2196,1,leg_gt,0.35,60 -41380,sell_compound_top3,sell,2025-12-17 05:42:00,791.0,1.833,1,leg_gt,0.54,60 -41381,sell_compound_top3,sell,2025-12-17 12:15:00,786.0,1.1887,1,leg_gt,0.81,60 -41382,sell_compound_top3,sell,2025-12-17 12:18:00,786.0,1.1887,1,leg_gt,0.81,60 -41383,sell_compound_top3,sell,2025-12-17 20:27:00,768.0,0.5553,1,leg_gt,0.12,60 -41384,sell_compound_top3,sell,2025-12-17 20:51:00,771.0,0.9485,1,leg_gt,0.14,60 -41385,sell_compound_top3,sell,2025-12-17 20:54:00,773.0,1.2106,1,leg_gt,0.14,60 -41386,sell_compound_top3,sell,2025-12-17 20:57:00,773.0,1.2106,1,leg_gt,0.14,60 -41387,sell_compound_top3,sell,2025-12-17 21:00:00,772.0,1.0796,1,leg_gt,0.15,60 -41388,sell_compound_top3,sell,2025-12-17 21:03:00,774.0,1.3417,1,leg_gt,0.15,60 -41389,sell_compound_top3,sell,2025-12-17 21:12:00,774.0,1.3417,1,leg_gt,0.15,60 -41390,sell_compound_top3,sell,2025-12-17 21:15:00,775.0,1.4727,1,leg_gt,0.16,60 -41391,sell_compound_top3,sell,2025-12-17 21:18:00,773.0,1.2106,1,leg_gt,0.16,60 -41392,sell_compound_top3,sell,2025-12-17 23:06:00,780.0,2.128,1,leg_gt,0.23,60 -41393,sell_compound_top3,sell,2025-12-17 23:09:00,780.0,2.128,1,leg_gt,0.24,60 -41394,sell_compound_top3,sell,2025-12-17 23:12:00,780.0,2.128,1,leg_gt,0.24,60 -41395,sell_compound_top3,sell,2025-12-17 23:15:00,780.0,2.128,1,leg_gt,0.24,60 -41396,sell_compound_top3,sell,2025-12-17 23:18:00,780.0,2.128,1,leg_gt,0.24,60 -41397,sell_compound_top3,sell,2025-12-18 00:21:00,802.0,5.0114,1,leg_gt,0.29,60 -41398,sell_compound_top3,sell,2025-12-18 00:24:00,802.0,5.0114,1,leg_gt,0.29,60 -41399,sell_compound_top3,sell,2025-12-18 09:51:00,743.0,-2.7212,0,leg_gt,0.68,60 -41400,sell_compound_top3,sell,2025-12-18 09:54:00,743.0,-2.7212,0,leg_gt,0.68,60 -41401,sell_compound_top3,sell,2025-12-18 09:57:00,744.0,-2.5902,0,leg_gt,0.69,60 -41402,sell_compound_top3,sell,2025-12-18 11:42:00,743.0,-2.7212,0,leg_gt,0.76,60 -41403,sell_compound_top3,sell,2025-12-18 11:51:00,744.0,-2.5902,0,leg_gt,0.76,60 -41404,sell_compound_top3,sell,2025-12-18 11:54:00,744.0,-2.5902,0,leg_gt,0.77,60 -41405,sell_compound_top3,sell,2025-12-18 11:57:00,744.0,-2.5902,0,leg_gt,0.77,60 -41406,sell_compound_top3,sell,2025-12-18 12:12:00,744.0,-2.5902,0,leg_gt,0.78,60 -41407,sell_compound_top3,sell,2025-12-18 17:00:00,739.0,0.9944,1,leg_gt,0.08,60 -41408,sell_compound_top3,sell,2025-12-18 17:03:00,739.0,0.9944,1,leg_gt,0.09,60 -41409,sell_compound_top3,sell,2025-12-18 17:06:00,741.0,1.268,1,leg_gt,0.09,60 -41410,sell_compound_top3,sell,2025-12-18 17:09:00,741.0,1.268,1,leg_gt,0.09,60 -41411,sell_compound_top3,sell,2025-12-18 17:12:00,741.0,1.268,1,leg_gt,0.09,60 -41412,sell_compound_top3,sell,2025-12-18 17:30:00,744.0,1.6784,1,leg_gt,0.1,60 -41413,sell_compound_top3,sell,2025-12-18 17:33:00,743.0,1.5416,1,leg_gt,0.11,60 -41414,sell_compound_top3,sell,2025-12-18 17:36:00,744.0,1.6784,1,leg_gt,0.11,60 -41415,sell_compound_top3,sell,2025-12-18 17:39:00,744.0,1.6784,1,leg_gt,0.11,60 -41416,sell_compound_top3,sell,2025-12-18 17:42:00,742.0,1.4048,1,leg_gt,0.11,60 -41417,sell_compound_top3,sell,2025-12-18 19:42:00,744.0,1.6784,1,leg_gt,0.2,60 -41418,sell_compound_top3,sell,2025-12-18 19:45:00,745.0,1.8152,1,leg_gt,0.2,60 -41419,sell_compound_top3,sell,2025-12-18 19:48:00,745.0,1.8152,1,leg_gt,0.2,60 -41420,sell_compound_top3,sell,2025-12-18 20:21:00,745.0,1.8152,1,leg_gt,0.22,60 -41421,sell_compound_top3,sell,2025-12-18 20:24:00,745.0,1.8152,1,leg_gt,0.22,60 -41422,sell_compound_top3,sell,2025-12-18 20:51:00,746.0,1.952,1,leg_gt,0.24,60 -41423,sell_compound_top3,sell,2025-12-18 20:54:00,746.0,1.952,1,leg_gt,0.25,60 -41424,sell_compound_top3,sell,2025-12-18 21:12:00,747.0,2.0888,1,leg_gt,0.26,60 -41425,sell_compound_top3,sell,2025-12-18 21:45:00,750.0,2.4992,1,leg_gt,0.28,60 -41426,sell_compound_top3,sell,2025-12-18 21:48:00,750.0,2.4992,1,leg_gt,0.28,60 -41427,sell_compound_top3,sell,2025-12-18 21:57:00,751.0,2.636,1,leg_gt,0.29,60 -41428,sell_compound_top3,sell,2025-12-18 22:21:00,756.0,3.32,1,leg_gt,0.31,60 -41429,sell_compound_top3,sell,2025-12-18 22:24:00,755.0,3.1832,1,leg_gt,0.31,60 -41430,sell_compound_top3,sell,2025-12-18 22:57:00,773.0,5.6456,1,leg_gt,0.33,60 -41431,sell_compound_top3,sell,2025-12-18 23:00:00,774.0,5.7824,1,leg_gt,0.33,60 -41432,sell_compound_top3,sell,2025-12-18 23:03:00,779.0,6.4663,1,leg_gt,0.34,60 -41433,sell_compound_top3,sell,2025-12-18 23:06:00,777.0,6.1927,1,leg_gt,0.34,60 -41434,sell_compound_top3,sell,2025-12-18 23:09:00,774.0,5.7824,1,leg_gt,0.34,60 -41435,sell_compound_top3,sell,2025-12-19 12:21:00,723.0,2.0186,1,leg_gt,0.06,60 -41436,sell_compound_top3,sell,2025-12-19 12:24:00,731.0,3.1486,1,leg_gt,0.07,60 -41437,sell_compound_top3,sell,2025-12-19 12:42:00,741.0,4.561,1,leg_gt,0.08,60 -41438,sell_compound_top3,sell,2025-12-19 12:45:00,739.0,4.2785,1,leg_gt,0.08,60 -41439,sell_compound_top3,sell,2025-12-19 12:48:00,743.0,4.8435,1,leg_gt,0.08,60 -41440,sell_compound_top3,sell,2025-12-19 12:51:00,743.0,4.8435,1,leg_gt,0.09,60 -41441,sell_compound_top3,sell,2025-12-19 12:54:00,741.0,4.561,1,leg_gt,0.09,60 -41442,sell_compound_top3,sell,2025-12-19 16:21:00,754.0,6.3972,1,leg_gt,0.23,60 -41443,sell_compound_top3,sell,2025-12-19 16:24:00,752.0,6.1147,1,leg_gt,0.23,60 -41444,sell_compound_top3,sell,2025-12-19 16:27:00,754.0,6.3972,1,leg_gt,0.24,60 -41445,sell_compound_top3,sell,2025-12-19 20:42:00,753.0,6.2559,1,leg_gt,0.41,60 -41446,sell_compound_top3,sell,2025-12-19 20:45:00,753.0,6.2559,1,leg_gt,0.41,60 -41447,sell_compound_top3,sell,2025-12-19 20:48:00,754.0,6.3972,1,leg_gt,0.42,60 -41448,sell_compound_top3,sell,2025-12-19 20:51:00,753.0,6.2559,1,leg_gt,0.42,60 -41449,sell_compound_top3,sell,2025-12-19 20:54:00,753.0,6.2559,1,leg_gt,0.42,60 -41450,sell_compound_top3,sell,2025-12-19 20:57:00,753.0,6.2559,1,leg_gt,0.42,60 -41451,sell_compound_top3,sell,2025-12-19 21:00:00,754.0,6.3972,1,leg_gt,0.42,60 -41452,sell_compound_top3,sell,2025-12-19 21:03:00,754.0,6.3972,1,leg_gt,0.43,60 -41453,sell_compound_top3,sell,2025-12-19 21:30:00,758.0,6.9621,1,leg_gt,0.45,60 -41454,sell_compound_top3,sell,2025-12-19 21:33:00,755.0,6.5384,1,leg_gt,0.45,60 -41455,sell_compound_top3,sell,2025-12-20 00:00:00,762.0,7.5271,1,leg_gt,0.55,60 -41456,sell_compound_top3,sell,2025-12-20 00:03:00,760.0,7.2446,1,leg_gt,0.55,60 -41457,sell_compound_top3,sell,2025-12-20 00:06:00,761.0,7.3859,1,leg_gt,0.55,60 -41458,sell_compound_top3,sell,2025-12-20 00:09:00,762.0,7.5271,1,leg_gt,0.56,60 -41459,sell_compound_top3,sell,2025-12-20 00:12:00,763.0,7.6684,1,leg_gt,0.56,60 -41460,sell_compound_top3,sell,2025-12-20 00:15:00,765.0,7.9508,1,leg_gt,0.56,60 -41461,sell_compound_top3,sell,2025-12-20 00:18:00,776.0,9.5045,1,leg_gt,0.56,60 -41462,sell_compound_top3,sell,2025-12-20 00:21:00,763.0,7.6684,1,leg_gt,0.56,60 -41463,sell_compound_top3,sell,2025-12-20 00:24:00,765.0,7.9508,1,leg_gt,0.57,60 -41464,sell_compound_top3,sell,2025-12-20 00:27:00,764.0,7.8096,1,leg_gt,0.57,60 -41465,sell_compound_top3,sell,2025-12-20 00:36:00,768.0,8.3746,1,leg_gt,0.57,60 -41466,sell_compound_top3,sell,2025-12-20 00:39:00,767.0,8.2333,1,leg_gt,0.58,60 -41467,sell_compound_top3,sell,2025-12-20 00:42:00,767.0,8.2333,1,leg_gt,0.58,60 -41468,sell_compound_top3,sell,2025-12-20 01:21:00,772.0,8.9395,1,leg_gt,0.61,60 -41469,sell_compound_top3,sell,2025-12-20 01:24:00,771.0,8.7983,1,leg_gt,0.61,60 -41470,sell_compound_top3,sell,2025-12-20 01:27:00,771.0,8.7983,1,leg_gt,0.61,60 -41471,sell_compound_top3,sell,2025-12-20 01:30:00,771.0,8.7983,1,leg_gt,0.61,60 -41472,sell_compound_top3,sell,2025-12-20 01:33:00,777.0,9.6458,1,leg_gt,0.61,60 -41473,sell_compound_top3,sell,2025-12-20 01:45:00,776.0,9.5045,1,leg_gt,0.62,60 -41474,sell_compound_top3,sell,2025-12-20 01:48:00,774.0,9.222,1,leg_gt,0.62,60 -41475,sell_compound_top3,sell,2025-12-20 04:45:00,781.0,10.2107,1,leg_gt,0.75,60 -41476,sell_compound_top3,sell,2025-12-20 04:48:00,782.0,10.352,1,leg_gt,0.75,60 -41477,sell_compound_top3,sell,2025-12-20 04:51:00,781.0,10.2107,1,leg_gt,0.75,60 -41478,sell_compound_top3,sell,2025-12-20 04:54:00,780.0,10.0695,1,leg_gt,0.75,60 -41479,sell_compound_top3,sell,2025-12-20 05:27:00,784.0,10.6345,1,leg_gt,0.78,60 -41480,sell_compound_top3,sell,2025-12-20 05:51:00,786.0,10.9169,1,leg_gt,0.79,60 -41481,sell_compound_top3,sell,2025-12-20 05:54:00,784.0,10.6345,1,leg_gt,0.8,60 -41482,sell_compound_top3,sell,2025-12-20 15:27:00,772.0,8.9395,1,leg_gt,1.19,60 -41483,sell_compound_top3,sell,2025-12-20 16:12:00,772.0,8.9395,1,leg_gt,1.23,60 -41484,sell_compound_top3,sell,2025-12-20 16:15:00,773.0,9.0808,1,leg_gt,1.23,60 -41485,sell_compound_top3,sell,2025-12-20 16:18:00,772.0,8.9395,1,leg_gt,1.23,60 -41486,sell_compound_top3,sell,2025-12-20 16:57:00,778.0,9.787,1,leg_gt,1.26,60 -41487,sell_compound_top3,sell,2025-12-20 17:00:00,779.0,9.9282,1,leg_gt,1.26,60 -41488,sell_compound_top3,sell,2025-12-20 17:03:00,779.0,9.9282,1,leg_gt,1.26,60 -41489,sell_compound_top3,sell,2025-12-20 17:06:00,779.0,9.9282,1,leg_gt,1.26,60 -41490,sell_compound_top3,sell,2025-12-20 17:09:00,779.0,9.9282,1,leg_gt,1.26,60 -41491,sell_compound_top3,sell,2025-12-20 17:27:00,781.0,10.2107,1,leg_gt,1.28,60 -41492,sell_compound_top3,sell,2025-12-20 17:30:00,781.0,10.2107,1,leg_gt,1.28,60 -41493,sell_compound_top3,sell,2025-12-20 17:33:00,782.0,10.352,1,leg_gt,1.28,60 -41494,sell_compound_top3,sell,2025-12-20 17:36:00,782.0,10.352,1,leg_gt,1.28,60 -41495,sell_compound_top3,sell,2025-12-20 17:39:00,782.0,10.352,1,leg_gt,1.29,60 -41496,sell_compound_top3,sell,2025-12-21 00:51:00,775.0,9.3633,1,leg_gt,1.59,60 -41497,sell_compound_top3,sell,2025-12-21 00:54:00,775.0,9.3633,1,leg_gt,1.59,60 -41498,sell_compound_top3,sell,2025-12-21 01:12:00,775.0,9.3633,1,leg_gt,1.6,60 -41499,sell_compound_top3,sell,2025-12-21 02:33:00,778.0,9.787,1,leg_gt,1.66,60 -41500,sell_compound_top3,sell,2025-12-21 04:21:00,778.0,9.787,1,leg_gt,1.73,60 -41501,sell_compound_top3,sell,2025-12-21 04:27:00,778.0,9.787,1,leg_gt,1.74,60 -41502,sell_compound_top3,sell,2025-12-21 06:00:00,778.0,9.787,1,leg_gt,1.8,60 -41503,sell_compound_top3,sell,2025-12-21 06:03:00,778.0,9.787,1,leg_gt,1.8,60 -41504,sell_compound_top3,sell,2025-12-21 06:15:00,779.0,9.9282,1,leg_gt,1.81,60 -41505,sell_compound_top3,sell,2025-12-21 06:18:00,780.0,10.0695,1,leg_gt,1.81,60 -41506,sell_compound_top3,sell,2025-12-21 06:36:00,780.0,10.0695,1,leg_gt,1.82,60 -41507,sell_compound_top3,sell,2025-12-21 06:39:00,780.0,10.0695,1,leg_gt,1.83,60 -41508,sell_compound_top3,sell,2025-12-21 07:30:00,780.0,10.0695,1,leg_gt,1.86,60 -41509,sell_compound_top3,sell,2025-12-21 07:33:00,780.0,10.0695,1,leg_gt,1.86,60 -41510,sell_compound_top3,sell,2025-12-21 07:51:00,781.0,10.2107,1,leg_gt,1.88,60 -41511,sell_compound_top3,sell,2025-12-21 07:54:00,781.0,10.2107,1,leg_gt,1.88,60 -41512,sell_compound_top3,sell,2025-12-21 07:57:00,781.0,10.2107,1,leg_gt,1.88,60 -41513,sell_compound_top3,sell,2025-12-21 17:57:00,775.0,9.3633,1,leg_gt,2.3,60 -41514,sell_compound_top3,sell,2025-12-21 18:00:00,775.0,9.3633,1,leg_gt,2.3,60 -41515,sell_compound_top3,sell,2025-12-21 18:03:00,777.0,9.6458,1,leg_gt,2.3,60 -41516,sell_compound_top3,sell,2025-12-21 18:57:00,777.0,9.6458,1,leg_gt,2.34,60 -41517,sell_compound_top3,sell,2025-12-21 19:00:00,777.0,9.6458,1,leg_gt,2.34,60 -41518,sell_compound_top3,sell,2025-12-21 19:03:00,778.0,9.787,1,leg_gt,2.34,60 -41519,sell_compound_top3,sell,2025-12-22 01:36:00,752.0,1.3845,1,leg_gt,0.11,60 -41520,sell_compound_top3,sell,2025-12-22 01:39:00,752.0,1.3845,1,leg_gt,0.11,60 -41521,sell_compound_top3,sell,2025-12-22 01:42:00,751.0,1.2495,1,leg_gt,0.12,60 -41522,sell_compound_top3,sell,2025-12-22 01:45:00,752.0,1.3845,1,leg_gt,0.12,60 -41523,sell_compound_top3,sell,2025-12-22 01:48:00,751.0,1.2495,1,leg_gt,0.12,60 -41524,sell_compound_top3,sell,2025-12-22 01:51:00,752.0,1.3845,1,leg_gt,0.12,60 -41525,sell_compound_top3,sell,2025-12-22 01:54:00,751.0,1.2495,1,leg_gt,0.12,60 -41526,sell_compound_top3,sell,2025-12-22 02:00:00,753.0,1.5194,1,leg_gt,0.13,60 -41527,sell_compound_top3,sell,2025-12-22 02:03:00,753.0,1.5194,1,leg_gt,0.13,60 -41528,sell_compound_top3,sell,2025-12-22 02:06:00,753.0,1.5194,1,leg_gt,0.13,60 -41529,sell_compound_top3,sell,2025-12-22 02:09:00,754.0,1.6544,1,leg_gt,0.14,60 -41530,sell_compound_top3,sell,2025-12-22 02:12:00,755.0,1.7893,1,leg_gt,0.14,60 -41531,sell_compound_top3,sell,2025-12-22 02:15:00,755.0,1.7893,1,leg_gt,0.14,60 -41532,sell_compound_top3,sell,2025-12-22 02:18:00,756.0,1.9243,1,leg_gt,0.14,60 -41533,sell_compound_top3,sell,2025-12-22 02:21:00,755.0,1.7893,1,leg_gt,0.14,60 -41534,sell_compound_top3,sell,2025-12-22 02:24:00,756.0,1.9243,1,leg_gt,0.15,60 -41535,sell_compound_top3,sell,2025-12-22 05:06:00,753.0,1.5194,1,leg_gt,0.26,60 -41536,sell_compound_top3,sell,2025-12-22 05:09:00,752.0,1.3845,1,leg_gt,0.26,60 -41537,sell_compound_top3,sell,2025-12-22 06:30:00,753.0,1.5194,1,leg_gt,0.32,60 -41538,sell_compound_top3,sell,2025-12-22 06:33:00,754.0,1.6544,1,leg_gt,0.32,60 -41539,sell_compound_top3,sell,2025-12-22 06:36:00,754.0,1.6544,1,leg_gt,0.32,60 -41540,sell_compound_top3,sell,2025-12-22 06:39:00,752.0,1.3845,1,leg_gt,0.32,60 -41541,sell_compound_top3,sell,2025-12-22 07:30:00,753.0,1.5194,1,leg_gt,0.36,60 -41542,sell_compound_top3,sell,2025-12-22 07:33:00,753.0,1.5194,1,leg_gt,0.36,60 -41543,sell_compound_top3,sell,2025-12-22 07:36:00,753.0,1.5194,1,leg_gt,0.36,60 -41544,sell_compound_top3,sell,2025-12-22 07:39:00,753.0,1.5194,1,leg_gt,0.36,60 -41545,sell_compound_top3,sell,2025-12-22 07:42:00,754.0,1.6544,1,leg_gt,0.37,60 -41546,sell_compound_top3,sell,2025-12-22 08:15:00,761.0,2.5991,1,leg_gt,0.39,60 -41547,sell_compound_top3,sell,2025-12-22 08:18:00,762.0,2.734,1,leg_gt,0.39,60 -41548,sell_compound_top3,sell,2025-12-22 08:21:00,761.0,2.5991,1,leg_gt,0.39,60 -41549,sell_compound_top3,sell,2025-12-22 08:24:00,761.0,2.5991,1,leg_gt,0.4,60 -41550,sell_compound_top3,sell,2025-12-22 09:21:00,767.0,3.4088,1,leg_gt,0.44,60 -41551,sell_compound_top3,sell,2025-12-22 09:24:00,768.0,3.5437,1,leg_gt,0.44,60 -41552,sell_compound_top3,sell,2025-12-22 09:27:00,767.0,3.4088,1,leg_gt,0.44,60 -41553,sell_compound_top3,sell,2025-12-22 09:30:00,769.0,3.6787,1,leg_gt,0.44,60 -41554,sell_compound_top3,sell,2025-12-22 09:33:00,766.0,3.2738,1,leg_gt,0.44,60 -41555,sell_compound_top3,sell,2025-12-22 09:42:00,769.0,3.6787,1,leg_gt,0.45,60 -41556,sell_compound_top3,sell,2025-12-22 09:45:00,770.0,3.8136,1,leg_gt,0.45,60 -41557,sell_compound_top3,sell,2025-12-22 09:48:00,770.0,3.8136,1,leg_gt,0.45,60 -41558,sell_compound_top3,sell,2025-12-22 09:51:00,771.0,3.9486,1,leg_gt,0.46,60 -41559,sell_compound_top3,sell,2025-12-22 09:54:00,769.0,3.6787,1,leg_gt,0.46,60 -41560,sell_compound_top3,sell,2025-12-22 10:42:00,770.0,3.8136,1,leg_gt,0.49,60 -41561,sell_compound_top3,sell,2025-12-22 14:00:00,769.0,3.6787,1,leg_gt,0.63,60 -41562,sell_compound_top3,sell,2025-12-22 14:03:00,769.0,3.6787,1,leg_gt,0.63,60 -41563,sell_compound_top3,sell,2025-12-22 16:15:00,769.0,3.6787,1,leg_gt,0.72,60 -41564,sell_compound_top3,sell,2025-12-22 16:18:00,767.0,3.4088,1,leg_gt,0.72,60 -41565,sell_compound_top3,sell,2025-12-22 21:21:00,770.0,3.8136,1,leg_gt,0.94,60 -41566,sell_compound_top3,sell,2025-12-22 21:24:00,770.0,3.8136,1,leg_gt,0.94,60 -41567,sell_compound_top3,sell,2025-12-22 21:27:00,770.0,3.8136,1,leg_gt,0.94,60 -41568,sell_compound_top3,sell,2025-12-22 22:00:00,771.0,3.9486,1,leg_gt,0.96,60 -41569,sell_compound_top3,sell,2025-12-22 22:03:00,772.0,4.0835,1,leg_gt,0.96,60 -41570,sell_compound_top3,sell,2025-12-23 08:00:00,753.0,1.5194,1,leg_gt,1.38,60 -41571,sell_compound_top3,sell,2025-12-23 08:03:00,753.0,1.5194,1,leg_gt,1.38,60 -41572,sell_compound_top3,sell,2025-12-23 08:06:00,753.0,1.5194,1,leg_gt,1.38,60 -41573,sell_compound_top3,sell,2025-12-23 08:09:00,753.0,1.5194,1,leg_gt,1.39,60 -41574,sell_compound_top3,sell,2025-12-23 08:12:00,753.0,1.5194,1,leg_gt,1.39,60 -41575,sell_compound_top3,sell,2025-12-23 08:15:00,754.0,1.6544,1,leg_gt,1.39,60 -41576,sell_compound_top3,sell,2025-12-23 08:18:00,752.0,1.3845,1,leg_gt,1.39,60 -41577,sell_compound_top3,sell,2025-12-23 09:27:00,754.0,1.6544,1,leg_gt,1.44,60 -41578,sell_compound_top3,sell,2025-12-23 10:00:00,760.0,2.4641,1,leg_gt,1.46,60 -41579,sell_compound_top3,sell,2025-12-23 10:03:00,759.0,2.3291,1,leg_gt,1.46,60 -41580,sell_compound_top3,sell,2025-12-23 10:06:00,762.0,2.734,1,leg_gt,1.47,60 -41581,sell_compound_top3,sell,2025-12-23 10:09:00,761.0,2.5991,1,leg_gt,1.47,60 -41582,sell_compound_top3,sell,2025-12-23 10:12:00,761.0,2.5991,1,leg_gt,1.47,60 -41583,sell_compound_top3,sell,2025-12-23 19:36:00,744.0,0.3049,1,leg_gt,1.86,60 -41584,sell_compound_top3,sell,2025-12-23 19:39:00,744.0,0.3049,1,leg_gt,1.86,60 -41585,sell_compound_top3,sell,2025-12-23 19:51:00,746.0,0.5748,1,leg_gt,1.87,60 -41586,sell_compound_top3,sell,2025-12-23 19:54:00,744.0,0.3049,1,leg_gt,1.88,60 -41587,sell_compound_top3,sell,2025-12-23 20:00:00,745.0,0.4398,1,leg_gt,1.88,60 -41588,sell_compound_top3,sell,2025-12-23 20:06:00,745.0,0.4398,1,leg_gt,1.88,60 -41589,sell_compound_top3,sell,2025-12-23 20:09:00,745.0,0.4398,1,leg_gt,1.89,60 -41590,sell_compound_top3,sell,2025-12-24 02:00:00,735.0,-0.9097,0,leg_gt,2.13,60 -41591,sell_compound_top3,sell,2025-12-24 02:03:00,735.0,-0.9097,0,leg_gt,2.13,60 -41592,sell_compound_top3,sell,2025-12-24 02:06:00,737.0,-0.6398,0,leg_gt,2.13,60 -41593,sell_compound_top3,sell,2025-12-24 02:09:00,737.0,-0.6398,0,leg_gt,2.14,60 -41594,sell_compound_top3,sell,2025-12-24 02:12:00,736.0,-0.7748,0,leg_gt,2.14,60 -41595,sell_compound_top3,sell,2025-12-24 02:15:00,736.0,-0.7748,0,leg_gt,2.14,60 -41596,sell_compound_top3,sell,2025-12-24 02:18:00,738.0,-0.5049,0,leg_gt,2.14,60 -41597,sell_compound_top3,sell,2025-12-24 03:42:00,739.0,-0.3699,0,leg_gt,2.2,60 -41598,sell_compound_top3,sell,2025-12-24 03:45:00,741.0,-0.1,0,leg_gt,2.2,60 -41599,sell_compound_top3,sell,2025-12-24 03:48:00,742.0,0.035,1,leg_gt,2.2,60 -41600,sell_compound_top3,sell,2025-12-24 03:51:00,740.0,-0.235,0,leg_gt,2.21,60 -41601,sell_compound_top3,sell,2025-12-24 03:54:00,739.0,-0.3699,0,leg_gt,2.21,60 -41602,sell_compound_top3,sell,2025-12-24 03:57:00,741.0,-0.1,0,leg_gt,2.21,60 -41603,sell_compound_top3,sell,2025-12-24 04:00:00,740.0,-0.235,0,leg_gt,2.21,60 -41604,sell_compound_top3,sell,2025-12-24 04:03:00,739.0,-0.3699,0,leg_gt,2.21,60 -41605,sell_compound_top3,sell,2025-12-24 16:51:00,716.0,-3.4738,0,leg_gt,2.75,60 -41606,sell_compound_top3,sell,2025-12-24 16:54:00,717.0,-3.3389,0,leg_gt,2.75,60 -41607,sell_compound_top3,sell,2025-12-24 21:45:00,716.0,-3.4738,0,leg_gt,2.95,60 -41608,sell_compound_top3,sell,2025-12-24 21:48:00,715.0,-3.6088,0,leg_gt,2.95,60 -41609,sell_compound_top3,sell,2025-12-24 21:51:00,716.0,-3.4738,0,leg_gt,2.96,60 -41610,sell_compound_top3,sell,2025-12-24 21:54:00,716.0,-3.4738,0,leg_gt,2.96,60 -41611,sell_compound_top3,sell,2025-12-25 00:51:00,716.0,1.0299,1,leg_gt,0.05,60 -41612,sell_compound_top3,sell,2025-12-25 00:54:00,718.0,1.3124,1,leg_gt,0.05,60 -41613,sell_compound_top3,sell,2025-12-25 01:00:00,718.0,1.3124,1,leg_gt,0.06,60 -41614,sell_compound_top3,sell,2025-12-25 01:03:00,718.0,1.3124,1,leg_gt,0.06,60 -41615,sell_compound_top3,sell,2025-12-25 05:15:00,717.0,1.1712,1,leg_gt,0.24,60 -41616,sell_compound_top3,sell,2025-12-25 05:18:00,718.0,1.3124,1,leg_gt,0.24,60 -41617,sell_compound_top3,sell,2025-12-25 05:21:00,719.0,1.4537,1,leg_gt,0.24,60 -41618,sell_compound_top3,sell,2025-12-25 05:24:00,719.0,1.4537,1,leg_gt,0.24,60 -41619,sell_compound_top3,sell,2025-12-25 06:51:00,719.0,1.4537,1,leg_gt,0.3,60 -41620,sell_compound_top3,sell,2025-12-25 06:54:00,719.0,1.4537,1,leg_gt,0.3,60 -41621,sell_compound_top3,sell,2025-12-25 07:45:00,725.0,2.3011,1,leg_gt,0.34,60 -41622,sell_compound_top3,sell,2025-12-25 07:48:00,725.0,2.3011,1,leg_gt,0.34,60 -41623,sell_compound_top3,sell,2025-12-25 07:51:00,724.0,2.1599,1,leg_gt,0.34,60 -41624,sell_compound_top3,sell,2025-12-25 07:54:00,726.0,2.4424,1,leg_gt,0.35,60 -41625,sell_compound_top3,sell,2025-12-25 07:57:00,725.0,2.3011,1,leg_gt,0.35,60 -41626,sell_compound_top3,sell,2025-12-25 10:27:00,723.0,2.0186,1,leg_gt,0.45,60 -41627,sell_compound_top3,sell,2025-12-25 10:57:00,723.0,2.0186,1,leg_gt,0.47,60 -41628,sell_compound_top3,sell,2025-12-25 11:42:00,729.0,2.8661,1,leg_gt,0.5,60 -41629,sell_compound_top3,sell,2025-12-25 11:57:00,733.0,3.4311,1,leg_gt,0.51,60 -41630,sell_compound_top3,sell,2025-12-25 12:06:00,733.0,3.4311,1,leg_gt,0.52,60 -41631,sell_compound_top3,sell,2025-12-25 12:09:00,732.0,3.2898,1,leg_gt,0.52,60 -41632,sell_compound_top3,sell,2025-12-25 12:15:00,734.0,3.5723,1,leg_gt,0.53,60 -41633,sell_compound_top3,sell,2025-12-25 12:18:00,733.0,3.4311,1,leg_gt,0.53,60 -41634,sell_compound_top3,sell,2025-12-25 12:21:00,735.0,3.7136,1,leg_gt,0.53,60 -41635,sell_compound_top3,sell,2025-12-25 12:24:00,734.0,3.5723,1,leg_gt,0.53,60 -41636,sell_compound_top3,sell,2025-12-25 16:06:00,733.0,3.4311,1,leg_gt,0.69,60 -41637,sell_compound_top3,sell,2025-12-25 16:09:00,732.0,3.2898,1,leg_gt,0.69,60 -41638,sell_compound_top3,sell,2025-12-25 17:00:00,734.0,3.5723,1,leg_gt,0.72,60 -41639,sell_compound_top3,sell,2025-12-25 17:03:00,734.0,3.5723,1,leg_gt,0.73,60 -41640,sell_compound_top3,sell,2025-12-25 18:06:00,738.0,4.1373,1,leg_gt,0.77,60 -41641,sell_compound_top3,sell,2025-12-25 18:09:00,738.0,4.1373,1,leg_gt,0.77,60 -41642,sell_compound_top3,sell,2025-12-25 21:36:00,732.0,3.2898,1,leg_gt,0.92,60 -41643,sell_compound_top3,sell,2025-12-25 21:39:00,732.0,3.2898,1,leg_gt,0.92,60 -41644,sell_compound_top3,sell,2025-12-26 01:00:00,735.0,3.7136,1,leg_gt,1.06,60 -41645,sell_compound_top3,sell,2025-12-26 01:03:00,734.0,3.5723,1,leg_gt,1.06,60 -41646,sell_compound_top3,sell,2025-12-26 01:12:00,735.0,3.7136,1,leg_gt,1.07,60 -41647,sell_compound_top3,sell,2025-12-26 01:15:00,737.0,3.996,1,leg_gt,1.07,60 -41648,sell_compound_top3,sell,2025-12-26 01:18:00,736.0,3.8548,1,leg_gt,1.07,60 -41649,sell_compound_top3,sell,2025-12-26 05:12:00,737.0,3.996,1,leg_gt,1.23,60 -41650,sell_compound_top3,sell,2025-12-26 05:15:00,738.0,4.1373,1,leg_gt,1.24,60 -41651,sell_compound_top3,sell,2025-12-26 05:18:00,737.0,3.996,1,leg_gt,1.24,60 -41652,sell_compound_top3,sell,2025-12-26 07:00:00,737.0,3.996,1,leg_gt,1.31,60 -41653,sell_compound_top3,sell,2025-12-26 07:03:00,736.0,3.8548,1,leg_gt,1.31,60 -41654,sell_compound_top3,sell,2025-12-26 11:36:00,731.0,3.7352,1,leg_gt,0.12,60 -41655,sell_compound_top3,sell,2025-12-26 11:39:00,726.0,3.025,1,leg_gt,0.13,60 -41656,sell_compound_top3,sell,2025-12-26 13:57:00,727.0,3.167,1,leg_gt,0.22,60 -41657,sell_compound_top3,sell,2025-12-26 15:27:00,732.0,3.8773,1,leg_gt,0.29,60 -41658,sell_compound_top3,sell,2025-12-26 22:51:00,727.0,3.167,1,leg_gt,0.59,60 -41659,sell_compound_top3,sell,2025-12-26 22:54:00,727.0,3.167,1,leg_gt,0.6,60 -41660,sell_compound_top3,sell,2025-12-27 02:51:00,719.0,1.0252,1,leg_gt,0.04,60 -41661,sell_compound_top3,sell,2025-12-27 03:21:00,720.0,1.1658,1,leg_gt,0.06,60 -41662,sell_compound_top3,sell,2025-12-27 03:24:00,719.0,1.0252,1,leg_gt,0.06,60 -41663,sell_compound_top3,sell,2025-12-27 03:27:00,721.0,1.3065,1,leg_gt,0.06,60 -41664,sell_compound_top3,sell,2025-12-27 03:30:00,721.0,1.3065,1,leg_gt,0.07,60 -41665,sell_compound_top3,sell,2025-12-27 03:33:00,722.0,1.4471,1,leg_gt,0.07,60 -41666,sell_compound_top3,sell,2025-12-27 03:36:00,721.0,1.3065,1,leg_gt,0.07,60 -41667,sell_compound_top3,sell,2025-12-27 03:42:00,723.0,1.5878,1,leg_gt,0.08,60 -41668,sell_compound_top3,sell,2025-12-27 03:51:00,721.0,1.3065,1,leg_gt,0.08,60 -41669,sell_compound_top3,sell,2025-12-27 03:54:00,721.0,1.3065,1,leg_gt,0.08,60 -41670,sell_compound_top3,sell,2025-12-27 04:12:00,723.0,1.5878,1,leg_gt,0.1,60 -41671,sell_compound_top3,sell,2025-12-27 04:21:00,723.0,1.5878,1,leg_gt,0.1,60 -41672,sell_compound_top3,sell,2025-12-27 04:24:00,724.0,1.7284,1,leg_gt,0.1,60 -41673,sell_compound_top3,sell,2025-12-27 04:27:00,723.0,1.5878,1,leg_gt,0.11,60 -41674,sell_compound_top3,sell,2025-12-27 04:30:00,724.0,1.7284,1,leg_gt,0.11,60 -41675,sell_compound_top3,sell,2025-12-27 04:33:00,725.0,1.8691,1,leg_gt,0.11,60 -41676,sell_compound_top3,sell,2025-12-27 04:45:00,726.0,2.0097,1,leg_gt,0.12,60 -41677,sell_compound_top3,sell,2025-12-27 04:48:00,725.0,1.8691,1,leg_gt,0.12,60 -41678,sell_compound_top3,sell,2025-12-27 04:51:00,725.0,1.8691,1,leg_gt,0.12,60 -41679,sell_compound_top3,sell,2025-12-27 04:54:00,726.0,2.0097,1,leg_gt,0.12,60 -41680,sell_compound_top3,sell,2025-12-27 04:57:00,726.0,2.0097,1,leg_gt,0.13,60 -41681,sell_compound_top3,sell,2025-12-27 11:00:00,724.0,1.7284,1,leg_gt,0.38,60 -41682,sell_compound_top3,sell,2025-12-27 11:03:00,724.0,1.7284,1,leg_gt,0.38,60 -41683,sell_compound_top3,sell,2025-12-27 11:12:00,724.0,1.7284,1,leg_gt,0.39,60 -41684,sell_compound_top3,sell,2025-12-27 11:15:00,724.0,1.7284,1,leg_gt,0.39,60 -41685,sell_compound_top3,sell,2025-12-27 11:18:00,723.0,1.5878,1,leg_gt,0.39,60 -41686,sell_compound_top3,sell,2025-12-27 12:45:00,727.0,2.1504,1,leg_gt,0.45,60 -41687,sell_compound_top3,sell,2025-12-27 12:48:00,726.0,2.0097,1,leg_gt,0.45,60 -41688,sell_compound_top3,sell,2025-12-27 20:21:00,725.0,1.8691,1,leg_gt,0.77,60 -41689,sell_compound_top3,sell,2025-12-27 20:24:00,725.0,1.8691,1,leg_gt,0.77,60 -41690,sell_compound_top3,sell,2025-12-27 20:27:00,726.0,2.0097,1,leg_gt,0.77,60 -41691,sell_compound_top3,sell,2025-12-27 20:30:00,725.0,1.8691,1,leg_gt,0.78,60 -41692,sell_compound_top3,sell,2025-12-27 20:33:00,726.0,2.0097,1,leg_gt,0.78,60 -41693,sell_compound_top3,sell,2025-12-27 20:36:00,725.0,1.8691,1,leg_gt,0.78,60 -41694,sell_compound_top3,sell,2025-12-27 20:39:00,725.0,1.8691,1,leg_gt,0.78,60 -41695,sell_compound_top3,sell,2025-12-27 21:42:00,727.0,2.1504,1,leg_gt,0.82,60 -41696,sell_compound_top3,sell,2025-12-27 21:45:00,727.0,2.1504,1,leg_gt,0.83,60 -41697,sell_compound_top3,sell,2025-12-27 21:48:00,727.0,2.1504,1,leg_gt,0.83,60 -41698,sell_compound_top3,sell,2025-12-28 00:21:00,726.0,2.0097,1,leg_gt,0.94,60 -41699,sell_compound_top3,sell,2025-12-28 00:24:00,726.0,2.0097,1,leg_gt,0.94,60 -41700,sell_compound_top3,sell,2025-12-28 00:42:00,728.0,2.291,1,leg_gt,0.95,60 -41701,sell_compound_top3,sell,2025-12-28 00:45:00,728.0,2.291,1,leg_gt,0.95,60 -41702,sell_compound_top3,sell,2025-12-28 00:48:00,728.0,2.291,1,leg_gt,0.95,60 -41703,sell_compound_top3,sell,2025-12-28 01:15:00,732.0,2.8536,1,leg_gt,0.97,60 -41704,sell_compound_top3,sell,2025-12-28 01:18:00,733.0,2.9942,1,leg_gt,0.98,60 -41705,sell_compound_top3,sell,2025-12-28 01:27:00,732.0,2.8536,1,leg_gt,0.98,60 -41706,sell_compound_top3,sell,2025-12-28 01:30:00,732.0,2.8536,1,leg_gt,0.98,60 -41707,sell_compound_top3,sell,2025-12-28 01:33:00,732.0,2.8536,1,leg_gt,0.99,60 -41708,sell_compound_top3,sell,2025-12-28 04:57:00,732.0,2.8536,1,leg_gt,1.13,60 -41709,sell_compound_top3,sell,2025-12-28 05:00:00,732.0,2.8536,1,leg_gt,1.13,60 -41710,sell_compound_top3,sell,2025-12-28 05:03:00,732.0,2.8536,1,leg_gt,1.13,60 -41711,sell_compound_top3,sell,2025-12-28 05:12:00,732.0,2.8536,1,leg_gt,1.14,60 -41712,sell_compound_top3,sell,2025-12-28 06:21:00,733.0,2.9942,1,leg_gt,1.19,60 -41713,sell_compound_top3,sell,2025-12-28 06:24:00,734.0,3.1349,1,leg_gt,1.19,60 -41714,sell_compound_top3,sell,2025-12-28 06:30:00,734.0,3.1349,1,leg_gt,1.19,60 -41715,sell_compound_top3,sell,2025-12-28 06:33:00,734.0,3.1349,1,leg_gt,1.19,60 -41716,sell_compound_top3,sell,2025-12-28 06:45:00,735.0,3.2755,1,leg_gt,1.2,60 -41717,sell_compound_top3,sell,2025-12-28 06:48:00,736.0,3.4162,1,leg_gt,1.2,60 -41718,sell_compound_top3,sell,2025-12-28 06:57:00,737.0,3.5568,1,leg_gt,1.21,60 -41719,sell_compound_top3,sell,2025-12-28 07:00:00,737.0,3.5568,1,leg_gt,1.21,60 -41720,sell_compound_top3,sell,2025-12-28 07:03:00,737.0,3.5568,1,leg_gt,1.21,60 -41721,sell_compound_top3,sell,2025-12-28 08:27:00,741.0,4.1194,1,leg_gt,1.27,60 -41722,sell_compound_top3,sell,2025-12-28 08:30:00,741.0,4.1194,1,leg_gt,1.27,60 -41723,sell_compound_top3,sell,2025-12-28 08:33:00,741.0,4.1194,1,leg_gt,1.28,60 -41724,sell_compound_top3,sell,2025-12-28 08:42:00,742.0,4.2601,1,leg_gt,1.28,60 -41725,sell_compound_top3,sell,2025-12-28 08:45:00,742.0,4.2601,1,leg_gt,1.29,60 -41726,sell_compound_top3,sell,2025-12-28 08:48:00,749.0,5.2446,1,leg_gt,1.29,60 -41727,sell_compound_top3,sell,2025-12-28 09:06:00,747.0,4.9633,1,leg_gt,1.3,60 -41728,sell_compound_top3,sell,2025-12-28 09:09:00,746.0,4.8226,1,leg_gt,1.3,60 -41729,sell_compound_top3,sell,2025-12-28 17:45:00,747.0,4.9633,1,leg_gt,1.66,60 -41730,sell_compound_top3,sell,2025-12-28 17:48:00,747.0,4.9633,1,leg_gt,1.66,60 -41731,sell_compound_top3,sell,2025-12-28 19:12:00,747.0,4.9633,1,leg_gt,1.72,60 -41732,sell_compound_top3,sell,2025-12-28 23:27:00,742.0,4.2601,1,leg_gt,1.9,60 -41733,sell_compound_top3,sell,2025-12-28 23:51:00,745.0,4.682,1,leg_gt,1.91,60 -41734,sell_compound_top3,sell,2025-12-28 23:54:00,745.0,4.682,1,leg_gt,1.92,60 -41735,sell_compound_top3,sell,2025-12-29 08:57:00,734.0,3.1349,1,leg_gt,2.29,60 -41736,sell_compound_top3,sell,2025-12-29 09:42:00,739.0,3.8381,1,leg_gt,2.33,60 -41737,sell_compound_top3,sell,2025-12-29 09:45:00,739.0,3.8381,1,leg_gt,2.33,60 -41738,sell_compound_top3,sell,2025-12-29 09:48:00,741.0,4.1194,1,leg_gt,2.33,60 -41739,sell_compound_top3,sell,2025-12-29 09:51:00,738.0,3.6975,1,leg_gt,2.33,60 -41740,sell_compound_top3,sell,2025-12-29 09:54:00,739.0,3.8381,1,leg_gt,2.33,60 -41741,sell_compound_top3,sell,2025-12-29 09:57:00,738.0,3.6975,1,leg_gt,2.34,60 -41742,sell_compound_top3,sell,2025-12-29 10:42:00,743.0,4.4007,1,leg_gt,2.37,60 -41743,sell_compound_top3,sell,2025-12-29 10:45:00,741.0,4.1194,1,leg_gt,2.37,60 -41744,sell_compound_top3,sell,2025-12-29 10:48:00,740.0,3.9788,1,leg_gt,2.37,60 -41745,sell_compound_top3,sell,2025-12-29 10:51:00,741.0,4.1194,1,leg_gt,2.37,60 -41746,sell_compound_top3,sell,2025-12-29 10:54:00,740.0,3.9788,1,leg_gt,2.38,60 -41747,sell_compound_top3,sell,2025-12-29 11:00:00,741.0,4.1194,1,leg_gt,2.38,60 -41748,sell_compound_top3,sell,2025-12-29 11:03:00,742.0,4.2601,1,leg_gt,2.38,60 -41749,sell_compound_top3,sell,2025-12-29 11:06:00,744.0,4.5414,1,leg_gt,2.38,60 -41750,sell_compound_top3,sell,2025-12-29 11:09:00,745.0,4.682,1,leg_gt,2.39,60 -41751,sell_compound_top3,sell,2025-12-29 11:15:00,746.0,4.8226,1,leg_gt,2.39,60 -41752,sell_compound_top3,sell,2025-12-29 11:18:00,744.0,4.5414,1,leg_gt,2.39,60 -41753,sell_compound_top3,sell,2025-12-29 12:21:00,746.0,4.8226,1,leg_gt,2.44,60 -41754,sell_compound_top3,sell,2025-12-29 12:24:00,745.0,4.682,1,leg_gt,2.44,60 -41755,sell_compound_top3,sell,2025-12-29 12:27:00,745.0,4.682,1,leg_gt,2.44,60 -41756,sell_compound_top3,sell,2025-12-29 12:57:00,752.0,5.6665,1,leg_gt,2.46,60 -41757,sell_compound_top3,sell,2025-12-29 13:00:00,752.0,5.6665,1,leg_gt,2.46,60 -41758,sell_compound_top3,sell,2025-12-29 13:03:00,750.0,5.3852,1,leg_gt,2.46,60 -41759,sell_compound_top3,sell,2025-12-29 13:06:00,750.0,5.3852,1,leg_gt,2.47,60 -41760,sell_compound_top3,sell,2025-12-29 13:09:00,751.0,5.5259,1,leg_gt,2.47,60 -41761,sell_compound_top3,sell,2025-12-30 00:21:00,733.0,2.9942,1,leg_gt,2.94,60 -41762,sell_compound_top3,sell,2025-12-30 00:24:00,732.0,2.8536,1,leg_gt,2.94,60 -41763,sell_compound_top3,sell,2025-12-30 07:21:00,722.0,1.4471,1,leg_gt,3.23,60 -41764,sell_compound_top3,sell,2025-12-30 07:24:00,723.0,1.5878,1,leg_gt,3.23,60 -41765,sell_compound_top3,sell,2025-12-30 13:36:00,720.0,1.1658,1,leg_gt,3.49,60 -41766,sell_compound_top3,sell,2025-12-30 13:39:00,720.0,1.1658,1,leg_gt,3.49,60 -41767,sell_compound_top3,sell,2025-12-30 13:42:00,719.0,1.0252,1,leg_gt,3.49,60 -41768,sell_compound_top3,sell,2025-12-30 15:57:00,718.0,0.8845,1,leg_gt,3.59,60 -41769,sell_compound_top3,sell,2025-12-30 16:12:00,719.0,1.0252,1,leg_gt,3.6,60 -41770,sell_compound_top3,sell,2025-12-30 16:42:00,720.0,1.1658,1,leg_gt,3.62,60 -41771,sell_compound_top3,sell,2025-12-30 16:51:00,721.0,1.3065,1,leg_gt,3.62,60 -41772,sell_compound_top3,sell,2025-12-30 16:54:00,721.0,1.3065,1,leg_gt,3.62,60 -41773,sell_compound_top3,sell,2025-12-30 16:57:00,720.0,1.1658,1,leg_gt,3.63,60 -41774,sell_compound_top3,sell,2025-12-31 07:30:00,715.0,0.4626,1,leg_gt,4.23,60 -41775,sell_compound_top3,sell,2025-12-31 07:33:00,714.0,0.3219,1,leg_gt,4.24,60 -41776,sell_compound_top3,sell,2025-12-31 08:30:00,715.0,0.4626,1,leg_gt,4.28,60 -41777,sell_compound_top3,sell,2025-12-31 08:33:00,715.0,0.4626,1,leg_gt,4.28,60 -41778,sell_compound_top3,sell,2025-12-31 10:30:00,717.0,0.7439,1,leg_gt,4.36,60 -41779,sell_compound_top3,sell,2025-12-31 10:33:00,716.0,0.6032,1,leg_gt,4.36,60 -41780,sell_compound_top3,sell,2025-12-31 10:36:00,717.0,0.7439,1,leg_gt,4.36,60 -41781,sell_compound_top3,sell,2025-12-31 10:39:00,717.0,0.7439,1,leg_gt,4.36,60 -41782,sell_compound_top3,sell,2025-12-31 10:42:00,717.0,0.7439,1,leg_gt,4.37,60 -41783,sell_compound_top3,sell,2025-12-31 10:45:00,717.0,0.7439,1,leg_gt,4.37,60 -41784,sell_compound_top3,sell,2025-12-31 10:48:00,716.0,0.6032,1,leg_gt,4.37,60 -41785,sell_compound_top3,sell,2025-12-31 19:15:00,713.0,0.1813,1,leg_gt,4.72,60 -41786,sell_compound_top3,sell,2025-12-31 19:18:00,713.0,0.1813,1,leg_gt,4.72,60 -41787,sell_compound_top3,sell,2025-12-31 20:12:00,713.0,0.1813,1,leg_gt,4.76,60 -41788,sell_compound_top3,sell,2025-12-31 20:21:00,713.0,0.1813,1,leg_gt,4.77,60 -41789,sell_compound_top3,sell,2025-12-31 20:24:00,713.0,0.1813,1,leg_gt,4.77,60 -41790,sell_compound_top3,sell,2025-12-31 20:45:00,714.0,0.3219,1,leg_gt,4.79,60 -41791,sell_compound_top3,sell,2025-12-31 20:48:00,713.0,0.1813,1,leg_gt,4.79,60 -41792,sell_compound_top3,sell,2025-12-31 23:00:00,714.0,0.3219,1,leg_gt,4.88,60 -41793,sell_compound_top3,sell,2025-12-31 23:03:00,714.0,0.3219,1,leg_gt,4.88,60 -41794,sell_compound_top3,sell,2025-12-31 23:21:00,716.0,0.6032,1,leg_gt,4.89,60 -41795,sell_compound_top3,sell,2025-12-31 23:24:00,715.0,0.4626,1,leg_gt,4.9,60 -41796,sell_compound_top3,sell,2026-01-01 06:12:00,701.0,1.6417,1,leg_gt,0.14,60 -41797,sell_compound_top3,sell,2026-01-01 06:15:00,702.0,1.7868,1,leg_gt,0.14,60 -41798,sell_compound_top3,sell,2026-01-01 06:18:00,703.0,1.9319,1,leg_gt,0.14,60 -41799,sell_compound_top3,sell,2026-01-01 06:24:00,702.0,1.7868,1,leg_gt,0.15,60 -41800,sell_compound_top3,sell,2026-01-01 06:27:00,702.0,1.7868,1,leg_gt,0.15,60 -41801,sell_compound_top3,sell,2026-01-01 14:21:00,705.0,2.2222,1,leg_gt,0.48,60 -41802,sell_compound_top3,sell,2026-01-01 14:24:00,704.0,2.0771,1,leg_gt,0.48,60 -41803,sell_compound_top3,sell,2026-01-01 14:27:00,705.0,2.2222,1,leg_gt,0.48,60 -41804,sell_compound_top3,sell,2026-01-01 15:00:00,706.0,2.3673,1,leg_gt,0.5,60 -41805,sell_compound_top3,sell,2026-01-01 15:03:00,707.0,2.5125,1,leg_gt,0.51,60 -41806,sell_compound_top3,sell,2026-01-01 18:30:00,709.0,2.8028,1,leg_gt,0.65,60 -41807,sell_compound_top3,sell,2026-01-01 18:33:00,709.0,2.8028,1,leg_gt,0.65,60 -41808,sell_compound_top3,sell,2026-01-01 18:36:00,709.0,2.8028,1,leg_gt,0.65,60 -41809,sell_compound_top3,sell,2026-01-01 18:39:00,710.0,2.9479,1,leg_gt,0.66,60 -41810,sell_compound_top3,sell,2026-01-01 18:42:00,710.0,2.9479,1,leg_gt,0.66,60 -41811,sell_compound_top3,sell,2026-01-01 19:15:00,712.0,3.2382,1,leg_gt,0.68,60 -41812,sell_compound_top3,sell,2026-01-01 19:18:00,711.0,3.093,1,leg_gt,0.68,60 -41813,sell_compound_top3,sell,2026-01-01 19:51:00,711.0,3.093,1,leg_gt,0.71,60 -41814,sell_compound_top3,sell,2026-01-01 19:54:00,713.0,3.3833,1,leg_gt,0.71,60 -41815,sell_compound_top3,sell,2026-01-01 19:57:00,712.0,3.2382,1,leg_gt,0.71,60 -41816,sell_compound_top3,sell,2026-01-01 20:00:00,712.0,3.2382,1,leg_gt,0.71,60 -41817,sell_compound_top3,sell,2026-01-01 20:03:00,713.0,3.3833,1,leg_gt,0.71,60 -41818,sell_compound_top3,sell,2026-01-01 20:57:00,713.0,3.3833,1,leg_gt,0.75,60 -41819,sell_compound_top3,sell,2026-01-01 21:12:00,714.0,3.5284,1,leg_gt,0.76,60 -41820,sell_compound_top3,sell,2026-01-01 22:12:00,713.0,3.3833,1,leg_gt,0.8,60 -41821,sell_compound_top3,sell,2026-01-01 22:15:00,714.0,3.5284,1,leg_gt,0.81,60 -41822,sell_compound_top3,sell,2026-01-01 22:18:00,714.0,3.5284,1,leg_gt,0.81,60 -41823,sell_compound_top3,sell,2026-01-01 22:21:00,715.0,3.6736,1,leg_gt,0.81,60 -41824,sell_compound_top3,sell,2026-01-01 22:24:00,717.0,3.9639,1,leg_gt,0.81,60 -41825,sell_compound_top3,sell,2026-01-01 22:30:00,715.0,3.6736,1,leg_gt,0.82,60 -41826,sell_compound_top3,sell,2026-01-01 22:33:00,715.0,3.6736,1,leg_gt,0.82,60 -41827,sell_compound_top3,sell,2026-01-01 22:36:00,716.0,3.8187,1,leg_gt,0.82,60 -41828,sell_compound_top3,sell,2026-01-01 22:39:00,716.0,3.8187,1,leg_gt,0.82,60 -41829,sell_compound_top3,sell,2026-01-01 22:42:00,718.0,4.109,1,leg_gt,0.82,60 -41830,sell_compound_top3,sell,2026-01-01 22:45:00,718.0,4.109,1,leg_gt,0.83,60 -41831,sell_compound_top3,sell,2026-01-01 22:48:00,718.0,4.109,1,leg_gt,0.83,60 -41832,sell_compound_top3,sell,2026-01-01 22:51:00,719.0,4.2541,1,leg_gt,0.83,60 -41833,sell_compound_top3,sell,2026-01-01 22:54:00,718.0,4.109,1,leg_gt,0.83,60 -41834,sell_compound_top3,sell,2026-01-01 22:57:00,719.0,4.2541,1,leg_gt,0.84,60 -41835,sell_compound_top3,sell,2026-01-01 23:00:00,720.0,4.3993,1,leg_gt,0.84,60 -41836,sell_compound_top3,sell,2026-01-01 23:03:00,720.0,4.3993,1,leg_gt,0.84,60 -41837,sell_compound_top3,sell,2026-01-01 23:06:00,722.0,4.6896,1,leg_gt,0.84,60 -41838,sell_compound_top3,sell,2026-01-01 23:09:00,721.0,4.5444,1,leg_gt,0.84,60 -41839,sell_compound_top3,sell,2026-01-01 23:12:00,725.0,5.125,1,leg_gt,0.85,60 -41840,sell_compound_top3,sell,2026-01-01 23:21:00,723.0,4.8347,1,leg_gt,0.85,60 -41841,sell_compound_top3,sell,2026-01-01 23:24:00,723.0,4.8347,1,leg_gt,0.85,60 -41842,sell_compound_top3,sell,2026-01-01 23:27:00,723.0,4.8347,1,leg_gt,0.86,60 -41843,sell_compound_top3,sell,2026-01-01 23:51:00,730.0,5.8507,1,leg_gt,0.87,60 -41844,sell_compound_top3,sell,2026-01-01 23:54:00,729.0,5.7055,1,leg_gt,0.88,60 -41845,sell_compound_top3,sell,2026-01-01 23:57:00,728.0,5.5604,1,leg_gt,0.88,60 -41846,sell_compound_top3,sell,2026-01-02 00:00:00,728.0,5.5604,1,leg_gt,0.88,60 -41847,sell_compound_top3,sell,2026-01-02 00:03:00,728.0,5.5604,1,leg_gt,0.88,60 -41848,sell_compound_top3,sell,2026-01-02 00:06:00,728.0,5.5604,1,leg_gt,0.88,60 -41849,sell_compound_top3,sell,2026-01-02 00:09:00,729.0,5.7055,1,leg_gt,0.89,60 -41850,sell_compound_top3,sell,2026-01-02 00:12:00,728.0,5.5604,1,leg_gt,0.89,60 -41851,sell_compound_top3,sell,2026-01-02 00:15:00,728.0,5.5604,1,leg_gt,0.89,60 -41852,sell_compound_top3,sell,2026-01-02 00:18:00,730.0,5.8507,1,leg_gt,0.89,60 -41853,sell_compound_top3,sell,2026-01-02 00:21:00,729.0,5.7055,1,leg_gt,0.89,60 -41854,sell_compound_top3,sell,2026-01-02 00:24:00,728.0,5.5604,1,leg_gt,0.9,60 -41855,sell_compound_top3,sell,2026-01-02 01:06:00,735.0,6.5763,1,leg_gt,0.92,60 -41856,sell_compound_top3,sell,2026-01-02 01:09:00,734.0,6.4312,1,leg_gt,0.93,60 -41857,sell_compound_top3,sell,2026-01-02 01:12:00,733.0,6.2861,1,leg_gt,0.93,60 -41858,sell_compound_top3,sell,2026-01-02 01:30:00,735.0,6.5763,1,leg_gt,0.94,60 -41859,sell_compound_top3,sell,2026-01-02 01:33:00,736.0,6.7215,1,leg_gt,0.94,60 -41860,sell_compound_top3,sell,2026-01-02 01:36:00,735.0,6.5763,1,leg_gt,0.95,60 -41861,sell_compound_top3,sell,2026-01-02 01:39:00,736.0,6.7215,1,leg_gt,0.95,60 -41862,sell_compound_top3,sell,2026-01-02 01:51:00,736.0,6.7215,1,leg_gt,0.96,60 -41863,sell_compound_top3,sell,2026-01-02 01:54:00,735.0,6.5763,1,leg_gt,0.96,60 -41864,sell_compound_top3,sell,2026-01-02 02:15:00,740.0,7.302,1,leg_gt,0.97,60 -41865,sell_compound_top3,sell,2026-01-02 02:18:00,739.0,7.1569,1,leg_gt,0.98,60 -41866,sell_compound_top3,sell,2026-01-02 02:30:00,742.0,7.5923,1,leg_gt,0.98,60 -41867,sell_compound_top3,sell,2026-01-02 02:33:00,743.0,7.7374,1,leg_gt,0.99,60 -41868,sell_compound_top3,sell,2026-01-02 02:36:00,744.0,7.8826,1,leg_gt,0.99,60 -41869,sell_compound_top3,sell,2026-01-02 02:39:00,745.0,8.0277,1,leg_gt,0.99,60 -41870,sell_compound_top3,sell,2026-01-02 03:00:00,745.0,8.0277,1,leg_gt,1.0,60 -41871,sell_compound_top3,sell,2026-01-02 03:03:00,745.0,8.0277,1,leg_gt,1.01,60 -41872,sell_compound_top3,sell,2026-01-02 03:06:00,745.0,8.0277,1,leg_gt,1.01,60 -41873,sell_compound_top3,sell,2026-01-02 03:09:00,745.0,8.0277,1,leg_gt,1.01,60 -41874,sell_compound_top3,sell,2026-01-02 04:00:00,745.0,8.0277,1,leg_gt,1.05,60 -41875,sell_compound_top3,sell,2026-01-02 04:03:00,745.0,8.0277,1,leg_gt,1.05,60 -41876,sell_compound_top3,sell,2026-01-02 04:06:00,746.0,8.1729,1,leg_gt,1.05,60 -41877,sell_compound_top3,sell,2026-01-02 04:09:00,747.0,8.318,1,leg_gt,1.05,60 -41878,sell_compound_top3,sell,2026-01-02 05:12:00,750.0,8.7534,1,leg_gt,1.1,60 -41879,sell_compound_top3,sell,2026-01-02 05:21:00,750.0,8.7534,1,leg_gt,1.1,60 -41880,sell_compound_top3,sell,2026-01-02 05:24:00,750.0,8.7534,1,leg_gt,1.1,60 -41881,sell_compound_top3,sell,2026-01-02 05:27:00,749.0,8.6083,1,leg_gt,1.11,60 -41882,sell_compound_top3,sell,2026-01-02 07:12:00,750.0,8.7534,1,leg_gt,1.18,60 -41883,sell_compound_top3,sell,2026-01-02 07:15:00,750.0,8.7534,1,leg_gt,1.18,60 -41884,sell_compound_top3,sell,2026-01-02 07:18:00,750.0,8.7534,1,leg_gt,1.18,60 -41885,sell_compound_top3,sell,2026-01-02 07:36:00,753.0,9.1888,1,leg_gt,1.2,60 -41886,sell_compound_top3,sell,2026-01-02 07:39:00,751.0,8.8985,1,leg_gt,1.2,60 -41887,sell_compound_top3,sell,2026-01-02 08:06:00,756.0,9.6242,1,leg_gt,1.22,60 -41888,sell_compound_top3,sell,2026-01-02 08:09:00,757.0,9.7694,1,leg_gt,1.22,60 -41889,sell_compound_top3,sell,2026-01-02 12:42:00,762.0,10.4951,1,leg_gt,1.41,60 -41890,sell_compound_top3,sell,2026-01-02 12:45:00,760.0,10.2048,1,leg_gt,1.41,60 -41891,sell_compound_top3,sell,2026-01-02 12:48:00,764.0,10.7853,1,leg_gt,1.41,60 -41892,sell_compound_top3,sell,2026-01-02 12:51:00,762.0,10.4951,1,leg_gt,1.41,60 -41893,sell_compound_top3,sell,2026-01-02 12:54:00,761.0,10.3499,1,leg_gt,1.42,60 -41894,sell_compound_top3,sell,2026-01-02 12:57:00,762.0,10.4951,1,leg_gt,1.42,60 -41895,sell_compound_top3,sell,2026-01-02 13:00:00,764.0,10.7853,1,leg_gt,1.42,60 -41896,sell_compound_top3,sell,2026-01-02 13:03:00,765.0,10.9305,1,leg_gt,1.42,60 -41897,sell_compound_top3,sell,2026-01-02 15:15:00,765.0,10.9305,1,leg_gt,1.51,60 -41898,sell_compound_top3,sell,2026-01-02 15:18:00,766.0,11.0756,1,leg_gt,1.52,60 -41899,sell_compound_top3,sell,2026-01-02 15:21:00,765.0,10.9305,1,leg_gt,1.52,60 -41900,sell_compound_top3,sell,2026-01-02 15:24:00,763.0,10.6402,1,leg_gt,1.52,60 -41901,sell_compound_top3,sell,2026-01-02 19:00:00,769.0,11.511,1,leg_gt,1.67,60 -41902,sell_compound_top3,sell,2026-01-02 19:03:00,768.0,11.3659,1,leg_gt,1.67,60 -41903,sell_compound_top3,sell,2026-01-02 19:06:00,769.0,11.511,1,leg_gt,1.68,60 -41904,sell_compound_top3,sell,2026-01-02 19:09:00,769.0,11.511,1,leg_gt,1.68,60 -41905,sell_compound_top3,sell,2026-01-02 19:12:00,770.0,11.6562,1,leg_gt,1.68,60 -41906,sell_compound_top3,sell,2026-01-02 22:00:00,776.0,12.527,1,leg_gt,1.8,60 -41907,sell_compound_top3,sell,2026-01-02 22:03:00,773.0,12.0916,1,leg_gt,1.8,60 -41908,sell_compound_top3,sell,2026-01-02 22:06:00,774.0,12.2367,1,leg_gt,1.8,60 -41909,sell_compound_top3,sell,2026-01-02 22:09:00,775.0,12.3819,1,leg_gt,1.8,60 -41910,sell_compound_top3,sell,2026-01-02 22:12:00,775.0,12.3819,1,leg_gt,1.8,60 -41911,sell_compound_top3,sell,2026-01-02 22:15:00,776.0,12.527,1,leg_gt,1.81,60 -41912,sell_compound_top3,sell,2026-01-02 22:18:00,779.0,12.9624,1,leg_gt,1.81,60 -41913,sell_compound_top3,sell,2026-01-02 22:30:00,779.0,12.9624,1,leg_gt,1.82,60 -41914,sell_compound_top3,sell,2026-01-02 22:33:00,782.0,13.3978,1,leg_gt,1.82,60 -41915,sell_compound_top3,sell,2026-01-02 22:36:00,781.0,13.2527,1,leg_gt,1.82,60 -41916,sell_compound_top3,sell,2026-01-02 22:39:00,781.0,13.2527,1,leg_gt,1.82,60 -41917,sell_compound_top3,sell,2026-01-02 22:42:00,780.0,13.1075,1,leg_gt,1.82,60 -41918,sell_compound_top3,sell,2026-01-03 01:30:00,785.0,13.8332,1,leg_gt,1.94,60 -41919,sell_compound_top3,sell,2026-01-03 01:33:00,788.0,14.2687,1,leg_gt,1.94,60 -41920,sell_compound_top3,sell,2026-01-03 01:42:00,788.0,14.2687,1,leg_gt,1.95,60 -41921,sell_compound_top3,sell,2026-01-03 01:45:00,787.0,14.1235,1,leg_gt,1.95,60 -41922,sell_compound_top3,sell,2026-01-03 01:48:00,792.0,14.8492,1,leg_gt,1.95,60 -41923,sell_compound_top3,sell,2026-01-03 01:51:00,793.0,14.9943,1,leg_gt,1.96,60 -41924,sell_compound_top3,sell,2026-01-03 01:54:00,792.0,14.8492,1,leg_gt,1.96,60 -41925,sell_compound_top3,sell,2026-01-03 01:57:00,792.0,14.8492,1,leg_gt,1.96,60 -41926,sell_compound_top3,sell,2026-01-03 02:00:00,795.0,15.2846,1,leg_gt,1.96,60 -41927,sell_compound_top3,sell,2026-01-03 02:03:00,799.0,15.8652,1,leg_gt,1.96,60 -41928,sell_compound_top3,sell,2026-01-03 02:06:00,798.0,15.72,1,leg_gt,1.97,60 -41929,sell_compound_top3,sell,2026-01-03 02:09:00,798.0,15.72,1,leg_gt,1.97,60 -41930,sell_compound_top3,sell,2026-01-03 02:12:00,799.0,15.8652,1,leg_gt,1.97,60 -41931,sell_compound_top3,sell,2026-01-03 02:15:00,796.0,15.4298,1,leg_gt,1.97,60 -41932,sell_compound_top3,sell,2026-01-03 02:18:00,798.0,15.72,1,leg_gt,1.98,60 -41933,sell_compound_top3,sell,2026-01-03 02:21:00,799.0,15.8652,1,leg_gt,1.98,60 -41934,sell_compound_top3,sell,2026-01-03 02:24:00,797.0,15.5749,1,leg_gt,1.98,60 -41935,sell_compound_top3,sell,2026-01-03 07:15:00,797.0,15.5749,1,leg_gt,2.18,60 -41936,sell_compound_top3,sell,2026-01-03 07:18:00,797.0,15.5749,1,leg_gt,2.18,60 -41937,sell_compound_top3,sell,2026-01-03 07:21:00,797.0,15.5749,1,leg_gt,2.19,60 -41938,sell_compound_top3,sell,2026-01-03 07:24:00,796.0,15.4298,1,leg_gt,2.19,60 -41939,sell_compound_top3,sell,2026-01-03 07:27:00,796.0,15.4298,1,leg_gt,2.19,60 -41940,sell_compound_top3,sell,2026-01-03 07:30:00,798.0,15.72,1,leg_gt,2.19,60 -41941,sell_compound_top3,sell,2026-01-03 07:33:00,799.0,15.8652,1,leg_gt,2.19,60 -41942,sell_compound_top3,sell,2026-01-03 07:36:00,798.0,15.72,1,leg_gt,2.2,60 -41943,sell_compound_top3,sell,2026-01-03 07:39:00,799.0,15.8652,1,leg_gt,2.2,60 -41944,sell_compound_top3,sell,2026-01-03 07:42:00,801.0,16.1554,1,leg_gt,2.2,60 -41945,sell_compound_top3,sell,2026-01-03 07:45:00,802.0,16.3006,1,leg_gt,2.2,60 -41946,sell_compound_top3,sell,2026-01-03 07:48:00,803.0,16.4457,1,leg_gt,2.2,60 -41947,sell_compound_top3,sell,2026-01-03 07:51:00,803.0,16.4457,1,leg_gt,2.21,60 -41948,sell_compound_top3,sell,2026-01-03 07:54:00,804.0,16.5909,1,leg_gt,2.21,60 -41949,sell_compound_top3,sell,2026-01-03 07:57:00,803.0,16.4457,1,leg_gt,2.21,60 -41950,sell_compound_top3,sell,2026-01-03 08:21:00,805.0,16.736,1,leg_gt,2.23,60 -41951,sell_compound_top3,sell,2026-01-03 08:24:00,804.0,16.5909,1,leg_gt,2.23,60 -41952,sell_compound_top3,sell,2026-01-03 08:30:00,804.0,16.5909,1,leg_gt,2.23,60 -41953,sell_compound_top3,sell,2026-01-03 08:33:00,805.0,16.736,1,leg_gt,2.24,60 -41954,sell_compound_top3,sell,2026-01-03 09:42:00,807.0,17.0263,1,leg_gt,2.28,60 -41955,sell_compound_top3,sell,2026-01-03 09:45:00,810.0,17.4617,1,leg_gt,2.29,60 -41956,sell_compound_top3,sell,2026-01-03 09:48:00,808.0,17.1714,1,leg_gt,2.29,60 -41957,sell_compound_top3,sell,2026-01-03 12:00:00,812.0,17.752,1,leg_gt,2.38,60 -41958,sell_compound_top3,sell,2026-01-03 12:03:00,812.0,17.752,1,leg_gt,2.38,60 -41959,sell_compound_top3,sell,2026-01-03 12:06:00,812.0,17.752,1,leg_gt,2.38,60 -41960,sell_compound_top3,sell,2026-01-03 12:09:00,812.0,17.752,1,leg_gt,2.39,60 -41961,sell_compound_top3,sell,2026-01-03 12:42:00,817.0,18.4776,1,leg_gt,2.41,60 -41962,sell_compound_top3,sell,2026-01-03 12:45:00,816.0,18.3325,1,leg_gt,2.41,60 -41963,sell_compound_top3,sell,2026-01-03 12:48:00,816.0,18.3325,1,leg_gt,2.41,60 -41964,sell_compound_top3,sell,2026-01-03 12:51:00,816.0,18.3325,1,leg_gt,2.41,60 -41965,sell_compound_top3,sell,2026-01-03 12:54:00,817.0,18.4776,1,leg_gt,2.42,60 -41966,sell_compound_top3,sell,2026-01-03 14:15:00,828.0,20.0742,1,leg_gt,2.47,60 -41967,sell_compound_top3,sell,2026-01-03 14:18:00,828.0,20.0742,1,leg_gt,2.48,60 -41968,sell_compound_top3,sell,2026-01-03 14:21:00,826.0,19.7839,1,leg_gt,2.48,60 -41969,sell_compound_top3,sell,2026-01-03 14:24:00,826.0,19.7839,1,leg_gt,2.48,60 -41970,sell_compound_top3,sell,2026-01-03 14:27:00,829.0,20.2193,1,leg_gt,2.48,60 -41971,sell_compound_top3,sell,2026-01-03 14:30:00,830.0,20.3644,1,leg_gt,2.48,60 -41972,sell_compound_top3,sell,2026-01-03 14:33:00,832.0,20.6547,1,leg_gt,2.49,60 -41973,sell_compound_top3,sell,2026-01-03 15:30:00,852.0,23.5575,1,leg_gt,2.52,60 -41974,sell_compound_top3,sell,2026-01-03 15:33:00,856.0,24.138,1,leg_gt,2.53,60 -41975,sell_compound_top3,sell,2026-01-03 19:42:00,823.0,2.0092,1,leg_gt,0.11,60 -41976,sell_compound_top3,sell,2026-01-03 21:45:00,833.0,3.2499,1,leg_gt,0.2,60 -41977,sell_compound_top3,sell,2026-01-03 21:48:00,834.0,3.3739,1,leg_gt,0.2,60 -41978,sell_compound_top3,sell,2026-01-03 21:51:00,836.0,3.6221,1,leg_gt,0.2,60 -41979,sell_compound_top3,sell,2026-01-03 21:54:00,834.0,3.3739,1,leg_gt,0.2,60 -41980,sell_compound_top3,sell,2026-01-04 01:30:00,835.0,3.498,1,leg_gt,0.35,60 -41981,sell_compound_top3,sell,2026-01-04 01:33:00,834.0,3.3739,1,leg_gt,0.35,60 -41982,sell_compound_top3,sell,2026-01-04 01:36:00,835.0,3.498,1,leg_gt,0.36,60 -41983,sell_compound_top3,sell,2026-01-04 01:39:00,838.0,3.8702,1,leg_gt,0.36,60 -41984,sell_compound_top3,sell,2026-01-04 02:00:00,856.0,6.1035,1,leg_gt,0.37,60 -41985,sell_compound_top3,sell,2026-01-04 02:03:00,854.0,5.8553,1,leg_gt,0.38,60 -41986,sell_compound_top3,sell,2026-01-04 02:06:00,855.0,5.9794,1,leg_gt,0.38,60 -41987,sell_compound_top3,sell,2026-01-04 02:09:00,852.0,5.6072,1,leg_gt,0.38,60 -41988,sell_compound_top3,sell,2026-01-04 08:00:00,850.0,2.557,1,leg_gt,0.12,60 -41989,sell_compound_top3,sell,2026-01-04 08:03:00,846.0,2.0739,1,leg_gt,0.12,60 -41990,sell_compound_top3,sell,2026-01-04 11:15:00,848.0,2.3155,1,leg_gt,0.26,60 -41991,sell_compound_top3,sell,2026-01-04 11:18:00,850.0,2.557,1,leg_gt,0.26,60 -41992,sell_compound_top3,sell,2026-01-04 11:30:00,851.0,2.6778,1,leg_gt,0.27,60 -41993,sell_compound_top3,sell,2026-01-04 11:33:00,850.0,2.557,1,leg_gt,0.27,60 -41994,sell_compound_top3,sell,2026-01-04 12:15:00,854.0,3.0401,1,leg_gt,0.3,60 -41995,sell_compound_top3,sell,2026-01-04 12:18:00,857.0,3.4024,1,leg_gt,0.3,60 -41996,sell_compound_top3,sell,2026-01-04 12:27:00,854.0,3.0401,1,leg_gt,0.31,60 -41997,sell_compound_top3,sell,2026-01-04 12:42:00,856.0,3.2816,1,leg_gt,0.32,60 -41998,sell_compound_top3,sell,2026-01-04 12:45:00,855.0,3.1609,1,leg_gt,0.32,60 -41999,sell_compound_top3,sell,2026-01-04 12:48:00,856.0,3.2816,1,leg_gt,0.32,60 -42000,sell_compound_top3,sell,2026-01-04 15:12:00,858.0,3.5232,1,leg_gt,0.42,60 -42001,sell_compound_top3,sell,2026-01-04 15:15:00,859.0,3.644,1,leg_gt,0.42,60 -42002,sell_compound_top3,sell,2026-01-04 15:18:00,858.0,3.5232,1,leg_gt,0.43,60 -42003,sell_compound_top3,sell,2026-01-04 15:30:00,860.0,3.7647,1,leg_gt,0.44,60 -42004,sell_compound_top3,sell,2026-01-04 15:33:00,860.0,3.7647,1,leg_gt,0.44,60 -42005,sell_compound_top3,sell,2026-01-04 21:51:00,859.0,3.644,1,leg_gt,0.7,60 -42006,sell_compound_top3,sell,2026-01-04 21:54:00,859.0,3.644,1,leg_gt,0.7,60 -42007,sell_compound_top3,sell,2026-01-04 22:57:00,863.0,4.1271,1,leg_gt,0.75,60 -42008,sell_compound_top3,sell,2026-01-04 23:21:00,862.0,4.0063,1,leg_gt,0.76,60 -42009,sell_compound_top3,sell,2026-01-04 23:24:00,862.0,4.0063,1,leg_gt,0.76,60 -42010,sell_compound_top3,sell,2026-01-04 23:42:00,866.0,4.4894,1,leg_gt,0.78,60 -42011,sell_compound_top3,sell,2026-01-04 23:45:00,864.0,4.2478,1,leg_gt,0.78,60 -42012,sell_compound_top3,sell,2026-01-04 23:48:00,864.0,4.2478,1,leg_gt,0.78,60 -42013,sell_compound_top3,sell,2026-01-04 23:51:00,866.0,4.4894,1,leg_gt,0.78,60 -42014,sell_compound_top3,sell,2026-01-04 23:54:00,866.0,4.4894,1,leg_gt,0.79,60 -42015,sell_compound_top3,sell,2026-01-04 23:57:00,863.0,4.1271,1,leg_gt,0.79,60 -42016,sell_compound_top3,sell,2026-01-05 00:12:00,866.0,4.4894,1,leg_gt,0.8,60 -42017,sell_compound_top3,sell,2026-01-05 00:27:00,867.0,4.6101,1,leg_gt,0.81,60 -42018,sell_compound_top3,sell,2026-01-05 01:00:00,870.0,4.9725,1,leg_gt,0.83,60 -42019,sell_compound_top3,sell,2026-01-05 01:03:00,874.0,5.4556,1,leg_gt,0.83,60 -42020,sell_compound_top3,sell,2026-01-05 01:12:00,876.0,5.6971,1,leg_gt,0.84,60 -42021,sell_compound_top3,sell,2026-01-05 01:15:00,875.0,5.5763,1,leg_gt,0.84,60 -42022,sell_compound_top3,sell,2026-01-05 01:18:00,876.0,5.6971,1,leg_gt,0.84,60 -42023,sell_compound_top3,sell,2026-01-05 01:21:00,875.0,5.5763,1,leg_gt,0.85,60 -42024,sell_compound_top3,sell,2026-01-05 01:24:00,878.0,5.9386,1,leg_gt,0.85,60 -42025,sell_compound_top3,sell,2026-01-05 01:27:00,879.0,6.0594,1,leg_gt,0.85,60 -42026,sell_compound_top3,sell,2026-01-05 01:36:00,877.0,5.8179,1,leg_gt,0.86,60 -42027,sell_compound_top3,sell,2026-01-05 01:39:00,880.0,6.1802,1,leg_gt,0.86,60 -42028,sell_compound_top3,sell,2026-01-05 01:51:00,878.0,5.9386,1,leg_gt,0.87,60 -42029,sell_compound_top3,sell,2026-01-05 01:54:00,879.0,6.0594,1,leg_gt,0.87,60 -42030,sell_compound_top3,sell,2026-01-05 02:00:00,880.0,6.1802,1,leg_gt,0.87,60 -42031,sell_compound_top3,sell,2026-01-05 02:03:00,880.0,6.1802,1,leg_gt,0.88,60 -42032,sell_compound_top3,sell,2026-01-05 10:15:00,873.0,5.3348,1,leg_gt,1.22,60 -42033,sell_compound_top3,sell,2026-01-05 10:18:00,873.0,5.3348,1,leg_gt,1.22,60 -42034,sell_compound_top3,sell,2026-01-05 10:45:00,880.0,6.1802,1,leg_gt,1.24,60 -42035,sell_compound_top3,sell,2026-01-05 10:48:00,883.0,6.5425,1,leg_gt,1.24,60 -42036,sell_compound_top3,sell,2026-01-05 10:51:00,886.0,6.9048,1,leg_gt,1.24,60 -42037,sell_compound_top3,sell,2026-01-05 10:54:00,882.0,6.4217,1,leg_gt,1.24,60 -42038,sell_compound_top3,sell,2026-01-05 10:57:00,882.0,6.4217,1,leg_gt,1.25,60 -42039,sell_compound_top3,sell,2026-01-05 11:00:00,881.0,6.301,1,leg_gt,1.25,60 -42040,sell_compound_top3,sell,2026-01-05 11:03:00,885.0,6.7841,1,leg_gt,1.25,60 -42041,sell_compound_top3,sell,2026-01-05 16:51:00,873.0,2.0053,1,leg_gt,0.14,60 -42042,sell_compound_top3,sell,2026-01-05 16:54:00,872.0,1.8883,1,leg_gt,0.14,60 -42043,sell_compound_top3,sell,2026-01-05 21:57:00,864.0,0.9526,1,leg_gt,0.35,60 -42044,sell_compound_top3,sell,2026-01-05 22:00:00,864.0,0.9526,1,leg_gt,0.35,60 -42045,sell_compound_top3,sell,2026-01-05 22:03:00,863.0,0.8357,1,leg_gt,0.35,60 -42046,sell_compound_top3,sell,2026-01-05 23:00:00,863.0,0.8357,1,leg_gt,0.39,60 -42047,sell_compound_top3,sell,2026-01-05 23:03:00,863.0,0.8357,1,leg_gt,0.4,60 -42048,sell_compound_top3,sell,2026-01-05 23:30:00,864.0,0.9526,1,leg_gt,0.41,60 -42049,sell_compound_top3,sell,2026-01-05 23:33:00,864.0,0.9526,1,leg_gt,0.42,60 -42050,sell_compound_top3,sell,2026-01-05 23:36:00,862.0,0.7187,1,leg_gt,0.42,60 -42051,sell_compound_top3,sell,2026-01-05 23:39:00,866.0,1.1865,1,leg_gt,0.42,60 -42052,sell_compound_top3,sell,2026-01-06 00:42:00,878.0,2.5901,1,leg_gt,0.46,60 -42053,sell_compound_top3,sell,2026-01-06 00:45:00,876.0,2.3561,1,leg_gt,0.47,60 -42054,sell_compound_top3,sell,2026-01-06 00:48:00,874.0,2.1222,1,leg_gt,0.47,60 -42055,sell_compound_top3,sell,2026-01-06 00:51:00,876.0,2.3561,1,leg_gt,0.47,60 -42056,sell_compound_top3,sell,2026-01-06 00:54:00,876.0,2.3561,1,leg_gt,0.47,60 -42057,sell_compound_top3,sell,2026-01-06 00:57:00,876.0,2.3561,1,leg_gt,0.48,60 -42058,sell_compound_top3,sell,2026-01-06 01:00:00,878.0,2.5901,1,leg_gt,0.48,60 -42059,sell_compound_top3,sell,2026-01-06 01:03:00,880.0,2.824,1,leg_gt,0.48,60 -42060,sell_compound_top3,sell,2026-01-06 01:06:00,877.0,2.4731,1,leg_gt,0.48,60 -42061,sell_compound_top3,sell,2026-01-06 01:09:00,876.0,2.3561,1,leg_gt,0.48,60 -42062,sell_compound_top3,sell,2026-01-06 01:15:00,879.0,2.707,1,leg_gt,0.49,60 -42063,sell_compound_top3,sell,2026-01-06 01:18:00,877.0,2.4731,1,leg_gt,0.49,60 -42064,sell_compound_top3,sell,2026-01-06 01:51:00,882.0,3.0579,1,leg_gt,0.51,60 -42065,sell_compound_top3,sell,2026-01-06 01:54:00,881.0,2.9409,1,leg_gt,0.51,60 -42066,sell_compound_top3,sell,2026-01-06 01:57:00,881.0,2.9409,1,leg_gt,0.52,60 -42067,sell_compound_top3,sell,2026-01-06 02:12:00,884.0,3.2918,1,leg_gt,0.53,60 -42068,sell_compound_top3,sell,2026-01-06 02:15:00,883.0,3.1749,1,leg_gt,0.53,60 -42069,sell_compound_top3,sell,2026-01-06 02:18:00,884.0,3.2918,1,leg_gt,0.53,60 -42070,sell_compound_top3,sell,2026-01-06 02:42:00,885.0,3.4088,1,leg_gt,0.55,60 -42071,sell_compound_top3,sell,2026-01-06 03:36:00,926.0,8.2041,1,leg_gt,0.59,60 -42072,sell_compound_top3,sell,2026-01-06 03:39:00,924.0,7.9702,1,leg_gt,0.59,60 -42073,sell_compound_top3,sell,2026-01-06 03:42:00,925.0,8.0871,1,leg_gt,0.59,60 -42074,sell_compound_top3,sell,2026-01-06 03:45:00,929.0,8.555,1,leg_gt,0.59,60 -42075,sell_compound_top3,sell,2026-01-06 03:48:00,928.0,8.438,1,leg_gt,0.59,60 -42076,sell_compound_top3,sell,2026-01-06 03:51:00,929.0,8.555,1,leg_gt,0.6,60 -42077,sell_compound_top3,sell,2026-01-06 03:54:00,930.0,8.6719,1,leg_gt,0.6,60 -42078,sell_compound_top3,sell,2026-01-06 03:57:00,931.0,8.7889,1,leg_gt,0.6,60 -42079,sell_compound_top3,sell,2026-01-06 04:00:00,938.0,9.6076,1,leg_gt,0.6,60 -42080,sell_compound_top3,sell,2026-01-06 04:03:00,938.0,9.6076,1,leg_gt,0.6,60 -42081,sell_compound_top3,sell,2026-01-06 04:06:00,941.0,9.9585,1,leg_gt,0.61,60 -42082,sell_compound_top3,sell,2026-01-06 04:09:00,944.0,10.3094,1,leg_gt,0.61,60 -42083,sell_compound_top3,sell,2026-01-06 04:12:00,950.0,11.0111,1,leg_gt,0.61,60 -42084,sell_compound_top3,sell,2026-01-06 19:57:00,910.0,1.3493,1,leg_gt,0.13,60 -42085,sell_compound_top3,sell,2026-01-06 20:00:00,912.0,1.5722,1,leg_gt,0.13,60 -42086,sell_compound_top3,sell,2026-01-06 20:03:00,914.0,1.7952,1,leg_gt,0.14,60 -42087,sell_compound_top3,sell,2026-01-06 20:21:00,919.0,2.3526,1,leg_gt,0.15,60 -42088,sell_compound_top3,sell,2026-01-06 20:24:00,919.0,2.3526,1,leg_gt,0.15,60 -42089,sell_compound_top3,sell,2026-01-06 20:27:00,920.0,2.4641,1,leg_gt,0.15,60 -42090,sell_compound_top3,sell,2026-01-06 20:36:00,923.0,2.7986,1,leg_gt,0.16,60 -42091,sell_compound_top3,sell,2026-01-06 20:39:00,923.0,2.7986,1,leg_gt,0.16,60 -42092,sell_compound_top3,sell,2026-01-06 20:42:00,921.0,2.5756,1,leg_gt,0.16,60 -42093,sell_compound_top3,sell,2026-01-06 21:21:00,923.0,2.7986,1,leg_gt,0.19,60 -42094,sell_compound_top3,sell,2026-01-06 21:24:00,923.0,2.7986,1,leg_gt,0.19,60 -42095,sell_compound_top3,sell,2026-01-06 21:27:00,924.0,2.91,1,leg_gt,0.19,60 -42096,sell_compound_top3,sell,2026-01-06 21:30:00,925.0,3.0215,1,leg_gt,0.2,60 -42097,sell_compound_top3,sell,2026-01-06 21:33:00,926.0,3.133,1,leg_gt,0.2,60 -42098,sell_compound_top3,sell,2026-01-06 21:36:00,925.0,3.0215,1,leg_gt,0.2,60 -42099,sell_compound_top3,sell,2026-01-06 21:39:00,925.0,3.0215,1,leg_gt,0.2,60 -42100,sell_compound_top3,sell,2026-01-06 22:30:00,927.0,3.2445,1,leg_gt,0.24,60 -42101,sell_compound_top3,sell,2026-01-06 22:33:00,928.0,3.356,1,leg_gt,0.24,60 -42102,sell_compound_top3,sell,2026-01-06 22:42:00,929.0,3.4674,1,leg_gt,0.25,60 -42103,sell_compound_top3,sell,2026-01-06 23:00:00,928.0,3.356,1,leg_gt,0.26,60 -42104,sell_compound_top3,sell,2026-01-06 23:03:00,927.0,3.2445,1,leg_gt,0.26,60 -42105,sell_compound_top3,sell,2026-01-06 23:30:00,939.0,4.5823,1,leg_gt,0.28,60 -42106,sell_compound_top3,sell,2026-01-06 23:33:00,934.0,4.0249,1,leg_gt,0.28,60 -42107,sell_compound_top3,sell,2026-01-07 05:45:00,906.0,2.0421,1,leg_gt,0.12,60 -42108,sell_compound_top3,sell,2026-01-07 05:48:00,905.0,1.9293,1,leg_gt,0.12,60 -42109,sell_compound_top3,sell,2026-01-07 05:51:00,905.0,1.9293,1,leg_gt,0.12,60 -42110,sell_compound_top3,sell,2026-01-07 05:54:00,904.0,1.8166,1,leg_gt,0.12,60 -42111,sell_compound_top3,sell,2026-01-07 06:42:00,924.0,4.0714,1,leg_gt,0.16,60 -42112,sell_compound_top3,sell,2026-01-07 06:45:00,924.0,4.0714,1,leg_gt,0.16,60 -42113,sell_compound_top3,sell,2026-01-07 06:48:00,922.0,3.8459,1,leg_gt,0.16,60 -42114,sell_compound_top3,sell,2026-01-07 06:51:00,920.0,3.6204,1,leg_gt,0.16,60 -42115,sell_compound_top3,sell,2026-01-07 06:54:00,923.0,3.9586,1,leg_gt,0.16,60 -42116,sell_compound_top3,sell,2026-01-07 06:57:00,924.0,4.0714,1,leg_gt,0.17,60 -42117,sell_compound_top3,sell,2026-01-07 07:00:00,928.0,4.5223,1,leg_gt,0.17,60 -42118,sell_compound_top3,sell,2026-01-07 07:03:00,927.0,4.4096,1,leg_gt,0.17,60 -42119,sell_compound_top3,sell,2026-01-07 07:06:00,925.0,4.1841,1,leg_gt,0.17,60 -42120,sell_compound_top3,sell,2026-01-07 07:09:00,927.0,4.4096,1,leg_gt,0.18,60 -42121,sell_compound_top3,sell,2026-01-07 16:51:00,914.0,2.4814,1,leg_gt,0.24,60 -42122,sell_compound_top3,sell,2026-01-07 16:54:00,915.0,2.5936,1,leg_gt,0.25,60 -42123,sell_compound_top3,sell,2026-01-07 16:57:00,917.0,2.8181,1,leg_gt,0.25,60 -42124,sell_compound_top3,sell,2026-01-07 17:00:00,919.0,3.0425,1,leg_gt,0.25,60 -42125,sell_compound_top3,sell,2026-01-07 17:03:00,918.0,2.9303,1,leg_gt,0.25,60 -42126,sell_compound_top3,sell,2026-01-07 17:06:00,919.0,3.0425,1,leg_gt,0.25,60 -42127,sell_compound_top3,sell,2026-01-07 17:09:00,918.0,2.9303,1,leg_gt,0.26,60 -42128,sell_compound_top3,sell,2026-01-07 17:12:00,919.0,3.0425,1,leg_gt,0.26,60 -42129,sell_compound_top3,sell,2026-01-07 17:15:00,918.0,2.9303,1,leg_gt,0.26,60 -42130,sell_compound_top3,sell,2026-01-07 17:18:00,920.0,3.1548,1,leg_gt,0.26,60 -42131,sell_compound_top3,sell,2026-01-08 03:30:00,875.0,-1.8957,0,leg_gt,0.69,60 -42132,sell_compound_top3,sell,2026-01-08 03:33:00,878.0,-1.559,0,leg_gt,0.69,60 -42133,sell_compound_top3,sell,2026-01-08 08:21:00,869.0,-2.5691,0,leg_gt,0.89,60 -42134,sell_compound_top3,sell,2026-01-08 08:24:00,869.0,-2.5691,0,leg_gt,0.89,60 -42135,sell_compound_top3,sell,2026-01-08 10:36:00,870.0,-2.4569,0,leg_gt,0.98,60 -42136,sell_compound_top3,sell,2026-01-08 10:39:00,871.0,-2.3447,0,leg_gt,0.99,60 -42137,sell_compound_top3,sell,2026-01-08 10:42:00,871.0,-2.3447,0,leg_gt,0.99,60 -42138,sell_compound_top3,sell,2026-01-08 10:45:00,871.0,-2.3447,0,leg_gt,0.99,60 -42139,sell_compound_top3,sell,2026-01-08 10:48:00,871.0,-2.3447,0,leg_gt,0.99,60 -42140,sell_compound_top3,sell,2026-01-09 00:36:00,854.0,2.7916,1,leg_gt,0.04,60 -42141,sell_compound_top3,sell,2026-01-09 00:39:00,854.0,2.7916,1,leg_gt,0.04,60 -42142,sell_compound_top3,sell,2026-01-09 00:42:00,861.0,3.6349,1,leg_gt,0.04,60 -42143,sell_compound_top3,sell,2026-01-09 00:45:00,858.0,3.2735,1,leg_gt,0.04,60 -42144,sell_compound_top3,sell,2026-01-09 00:48:00,858.0,3.2735,1,leg_gt,0.05,60 -42145,sell_compound_top3,sell,2026-01-09 00:51:00,861.0,3.6349,1,leg_gt,0.05,60 -42146,sell_compound_top3,sell,2026-01-09 00:54:00,859.0,3.394,1,leg_gt,0.05,60 -42147,sell_compound_top3,sell,2026-01-09 00:57:00,860.0,3.5145,1,leg_gt,0.05,60 -42148,sell_compound_top3,sell,2026-01-09 01:00:00,864.0,3.9964,1,leg_gt,0.05,60 -42149,sell_compound_top3,sell,2026-01-09 01:03:00,859.0,3.394,1,leg_gt,0.06,60 -42150,sell_compound_top3,sell,2026-01-09 02:00:00,860.0,3.5145,1,leg_gt,0.1,60 -42151,sell_compound_top3,sell,2026-01-09 02:03:00,861.0,3.6349,1,leg_gt,0.1,60 -42152,sell_compound_top3,sell,2026-01-09 02:06:00,860.0,3.5145,1,leg_gt,0.1,60 -42153,sell_compound_top3,sell,2026-01-09 02:09:00,862.0,3.7554,1,leg_gt,0.1,60 -42154,sell_compound_top3,sell,2026-01-09 06:45:00,858.0,3.2735,1,leg_gt,0.29,60 -42155,sell_compound_top3,sell,2026-01-09 06:48:00,857.0,3.153,1,leg_gt,0.3,60 -42156,sell_compound_top3,sell,2026-01-09 06:51:00,857.0,3.153,1,leg_gt,0.3,60 -42157,sell_compound_top3,sell,2026-01-09 06:54:00,858.0,3.2735,1,leg_gt,0.3,60 -42158,sell_compound_top3,sell,2026-01-09 06:57:00,859.0,3.394,1,leg_gt,0.3,60 -42159,sell_compound_top3,sell,2026-01-09 07:00:00,859.0,3.394,1,leg_gt,0.3,60 -42160,sell_compound_top3,sell,2026-01-09 07:03:00,861.0,3.6349,1,leg_gt,0.31,60 -42161,sell_compound_top3,sell,2026-01-09 07:06:00,860.0,3.5145,1,leg_gt,0.31,60 -42162,sell_compound_top3,sell,2026-01-09 07:09:00,859.0,3.394,1,leg_gt,0.31,60 -42163,sell_compound_top3,sell,2026-01-09 07:12:00,859.0,3.394,1,leg_gt,0.31,60 -42164,sell_compound_top3,sell,2026-01-09 15:06:00,853.0,2.6711,1,leg_gt,0.64,60 -42165,sell_compound_top3,sell,2026-01-09 15:09:00,853.0,2.6711,1,leg_gt,0.64,60 -42166,sell_compound_top3,sell,2026-01-09 15:21:00,853.0,2.6711,1,leg_gt,0.65,60 -42167,sell_compound_top3,sell,2026-01-09 15:24:00,853.0,2.6711,1,leg_gt,0.65,60 -42168,sell_compound_top3,sell,2026-01-09 15:27:00,853.0,2.6711,1,leg_gt,0.66,60 -42169,sell_compound_top3,sell,2026-01-09 15:30:00,854.0,2.7916,1,leg_gt,0.66,60 -42170,sell_compound_top3,sell,2026-01-09 15:33:00,854.0,2.7916,1,leg_gt,0.66,60 -42171,sell_compound_top3,sell,2026-01-09 15:36:00,854.0,2.7916,1,leg_gt,0.66,60 -42172,sell_compound_top3,sell,2026-01-09 15:39:00,855.0,2.912,1,leg_gt,0.66,60 -42173,sell_compound_top3,sell,2026-01-09 15:45:00,856.0,3.0325,1,leg_gt,0.67,60 -42174,sell_compound_top3,sell,2026-01-09 15:48:00,857.0,3.153,1,leg_gt,0.67,60 -42175,sell_compound_top3,sell,2026-01-09 16:15:00,860.0,3.5145,1,leg_gt,0.69,60 -42176,sell_compound_top3,sell,2026-01-09 16:18:00,860.0,3.5145,1,leg_gt,0.69,60 -42177,sell_compound_top3,sell,2026-01-09 16:21:00,860.0,3.5145,1,leg_gt,0.69,60 -42178,sell_compound_top3,sell,2026-01-09 16:24:00,861.0,3.6349,1,leg_gt,0.7,60 -42179,sell_compound_top3,sell,2026-01-09 16:27:00,861.0,3.6349,1,leg_gt,0.7,60 -42180,sell_compound_top3,sell,2026-01-09 16:30:00,862.0,3.7554,1,leg_gt,0.7,60 -42181,sell_compound_top3,sell,2026-01-09 16:33:00,863.0,3.8759,1,leg_gt,0.7,60 -42182,sell_compound_top3,sell,2026-01-09 17:12:00,864.0,3.9964,1,leg_gt,0.73,60 -42183,sell_compound_top3,sell,2026-01-09 22:42:00,856.0,3.0325,1,leg_gt,0.96,60 -42184,sell_compound_top3,sell,2026-01-10 00:45:00,863.0,3.8759,1,leg_gt,1.04,60 -42185,sell_compound_top3,sell,2026-01-10 00:48:00,869.0,4.5988,1,leg_gt,1.05,60 -42186,sell_compound_top3,sell,2026-01-10 00:51:00,866.0,4.2373,1,leg_gt,1.05,60 -42187,sell_compound_top3,sell,2026-01-10 00:54:00,865.0,4.1169,1,leg_gt,1.05,60 -42188,sell_compound_top3,sell,2026-01-10 01:06:00,871.0,4.8398,1,leg_gt,1.06,60 -42189,sell_compound_top3,sell,2026-01-10 01:09:00,871.0,4.8398,1,leg_gt,1.06,60 -42190,sell_compound_top3,sell,2026-01-10 01:12:00,871.0,4.8398,1,leg_gt,1.06,60 -42191,sell_compound_top3,sell,2026-01-10 01:15:00,876.0,5.4422,1,leg_gt,1.06,60 -42192,sell_compound_top3,sell,2026-01-10 01:18:00,876.0,5.4422,1,leg_gt,1.07,60 -42193,sell_compound_top3,sell,2026-01-10 01:21:00,877.0,5.5627,1,leg_gt,1.07,60 -42194,sell_compound_top3,sell,2026-01-10 01:24:00,875.0,5.3217,1,leg_gt,1.07,60 -42195,sell_compound_top3,sell,2026-01-10 08:06:00,858.0,3.2735,1,leg_gt,1.35,60 -42196,sell_compound_top3,sell,2026-01-10 08:09:00,857.0,3.153,1,leg_gt,1.35,60 -42197,sell_compound_top3,sell,2026-01-10 16:27:00,848.0,1.0933,1,leg_gt,0.05,60 -42198,sell_compound_top3,sell,2026-01-10 16:30:00,849.0,1.2126,1,leg_gt,0.05,60 -42199,sell_compound_top3,sell,2026-01-10 16:33:00,849.0,1.2126,1,leg_gt,0.05,60 -42200,sell_compound_top3,sell,2026-01-10 16:36:00,850.0,1.332,1,leg_gt,0.05,60 -42201,sell_compound_top3,sell,2026-01-10 16:39:00,850.0,1.332,1,leg_gt,0.06,60 -42202,sell_compound_top3,sell,2026-01-10 16:51:00,851.0,1.4513,1,leg_gt,0.06,60 -42203,sell_compound_top3,sell,2026-01-10 16:54:00,850.0,1.332,1,leg_gt,0.07,60 -42204,sell_compound_top3,sell,2026-01-10 18:42:00,853.0,1.69,1,leg_gt,0.14,60 -42205,sell_compound_top3,sell,2026-01-10 18:45:00,853.0,1.69,1,leg_gt,0.14,60 -42206,sell_compound_top3,sell,2026-01-10 18:48:00,854.0,1.8093,1,leg_gt,0.15,60 -42207,sell_compound_top3,sell,2026-01-10 18:57:00,854.0,1.8093,1,leg_gt,0.15,60 -42208,sell_compound_top3,sell,2026-01-10 20:00:00,856.0,2.048,1,leg_gt,0.2,60 -42209,sell_compound_top3,sell,2026-01-10 20:03:00,857.0,2.1673,1,leg_gt,0.2,60 -42210,sell_compound_top3,sell,2026-01-10 20:06:00,856.0,2.048,1,leg_gt,0.2,60 -42211,sell_compound_top3,sell,2026-01-10 20:09:00,856.0,2.048,1,leg_gt,0.2,60 -42212,sell_compound_top3,sell,2026-01-10 20:12:00,857.0,2.1673,1,leg_gt,0.2,60 -42213,sell_compound_top3,sell,2026-01-10 20:15:00,856.0,2.048,1,leg_gt,0.21,60 -42214,sell_compound_top3,sell,2026-01-10 20:18:00,857.0,2.1673,1,leg_gt,0.21,60 -42215,sell_compound_top3,sell,2026-01-10 20:21:00,856.0,2.048,1,leg_gt,0.21,60 -42216,sell_compound_top3,sell,2026-01-10 20:24:00,856.0,2.048,1,leg_gt,0.21,60 -42217,sell_compound_top3,sell,2026-01-10 20:51:00,860.0,2.5253,1,leg_gt,0.23,60 -42218,sell_compound_top3,sell,2026-01-10 20:54:00,861.0,2.6446,1,leg_gt,0.23,60 -42219,sell_compound_top3,sell,2026-01-10 21:06:00,862.0,2.764,1,leg_gt,0.24,60 -42220,sell_compound_top3,sell,2026-01-10 21:09:00,862.0,2.764,1,leg_gt,0.24,60 -42221,sell_compound_top3,sell,2026-01-10 21:12:00,862.0,2.764,1,leg_gt,0.25,60 -42222,sell_compound_top3,sell,2026-01-10 21:15:00,862.0,2.764,1,leg_gt,0.25,60 -42223,sell_compound_top3,sell,2026-01-10 21:18:00,864.0,3.0026,1,leg_gt,0.25,60 -42224,sell_compound_top3,sell,2026-01-10 21:21:00,864.0,3.0026,1,leg_gt,0.25,60 -42225,sell_compound_top3,sell,2026-01-10 21:24:00,863.0,2.8833,1,leg_gt,0.25,60 -42226,sell_compound_top3,sell,2026-01-10 21:27:00,863.0,2.8833,1,leg_gt,0.26,60 -42227,sell_compound_top3,sell,2026-01-10 22:06:00,867.0,3.3606,1,leg_gt,0.28,60 -42228,sell_compound_top3,sell,2026-01-10 22:09:00,867.0,3.3606,1,leg_gt,0.29,60 -42229,sell_compound_top3,sell,2026-01-10 22:12:00,865.0,3.122,1,leg_gt,0.29,60 -42230,sell_compound_top3,sell,2026-01-10 22:21:00,867.0,3.3606,1,leg_gt,0.29,60 -42231,sell_compound_top3,sell,2026-01-10 22:24:00,866.0,3.2413,1,leg_gt,0.3,60 -42232,sell_compound_top3,sell,2026-01-11 04:51:00,855.0,1.9286,1,leg_gt,0.56,60 -42233,sell_compound_top3,sell,2026-01-11 04:57:00,856.0,2.048,1,leg_gt,0.57,60 -42234,sell_compound_top3,sell,2026-01-11 05:03:00,856.0,2.048,1,leg_gt,0.57,60 -42235,sell_compound_top3,sell,2026-01-11 10:12:00,845.0,0.7353,1,leg_gt,0.79,60 -42236,sell_compound_top3,sell,2026-01-11 10:15:00,846.0,0.8547,1,leg_gt,0.79,60 -42237,sell_compound_top3,sell,2026-01-11 10:18:00,846.0,0.8547,1,leg_gt,0.79,60 -42238,sell_compound_top3,sell,2026-01-11 11:00:00,847.0,0.974,1,leg_gt,0.82,60 -42239,sell_compound_top3,sell,2026-01-11 11:03:00,846.0,0.8547,1,leg_gt,0.82,60 -42240,sell_compound_top3,sell,2026-01-11 11:12:00,848.0,1.0933,1,leg_gt,0.83,60 -42241,sell_compound_top3,sell,2026-01-11 11:15:00,848.0,1.0933,1,leg_gt,0.83,60 -42242,sell_compound_top3,sell,2026-01-11 11:18:00,848.0,1.0933,1,leg_gt,0.83,60 -42243,sell_compound_top3,sell,2026-01-11 11:30:00,848.0,1.0933,1,leg_gt,0.84,60 -42244,sell_compound_top3,sell,2026-01-11 11:33:00,849.0,1.2126,1,leg_gt,0.84,60 -42245,sell_compound_top3,sell,2026-01-11 11:42:00,849.0,1.2126,1,leg_gt,0.85,60 -42246,sell_compound_top3,sell,2026-01-11 16:00:00,846.0,0.8547,1,leg_gt,1.03,60 -42247,sell_compound_top3,sell,2026-01-11 16:03:00,847.0,0.974,1,leg_gt,1.03,60 -42248,sell_compound_top3,sell,2026-01-11 17:45:00,848.0,1.0933,1,leg_gt,1.1,60 -42249,sell_compound_top3,sell,2026-01-11 17:48:00,848.0,1.0933,1,leg_gt,1.1,60 -42250,sell_compound_top3,sell,2026-01-11 17:51:00,848.0,1.0933,1,leg_gt,1.11,60 -42251,sell_compound_top3,sell,2026-01-11 17:54:00,848.0,1.0933,1,leg_gt,1.11,60 -42252,sell_compound_top3,sell,2026-01-11 18:00:00,849.0,1.2126,1,leg_gt,1.11,60 -42253,sell_compound_top3,sell,2026-01-11 18:03:00,851.0,1.4513,1,leg_gt,1.11,60 -42254,sell_compound_top3,sell,2026-01-11 18:12:00,851.0,1.4513,1,leg_gt,1.12,60 -42255,sell_compound_top3,sell,2026-01-11 18:30:00,852.0,1.5706,1,leg_gt,1.13,60 -42256,sell_compound_top3,sell,2026-01-11 18:33:00,852.0,1.5706,1,leg_gt,1.14,60 -42257,sell_compound_top3,sell,2026-01-11 19:12:00,851.0,1.4513,1,leg_gt,1.16,60 -42258,sell_compound_top3,sell,2026-01-11 19:15:00,853.0,1.69,1,leg_gt,1.16,60 -42259,sell_compound_top3,sell,2026-01-11 19:18:00,852.0,1.5706,1,leg_gt,1.17,60 -42260,sell_compound_top3,sell,2026-01-11 20:51:00,854.0,1.8093,1,leg_gt,1.23,60 -42261,sell_compound_top3,sell,2026-01-11 20:54:00,854.0,1.8093,1,leg_gt,1.23,60 -42262,sell_compound_top3,sell,2026-01-11 20:57:00,855.0,1.9286,1,leg_gt,1.24,60 -42263,sell_compound_top3,sell,2026-01-11 21:06:00,857.0,2.1673,1,leg_gt,1.24,60 -42264,sell_compound_top3,sell,2026-01-11 21:09:00,856.0,2.048,1,leg_gt,1.24,60 -42265,sell_compound_top3,sell,2026-01-11 21:12:00,857.0,2.1673,1,leg_gt,1.25,60 -42266,sell_compound_top3,sell,2026-01-11 21:15:00,857.0,2.1673,1,leg_gt,1.25,60 -42267,sell_compound_top3,sell,2026-01-11 21:18:00,858.0,2.2866,1,leg_gt,1.25,60 -42268,sell_compound_top3,sell,2026-01-11 21:27:00,857.0,2.1673,1,leg_gt,1.26,60 -42269,sell_compound_top3,sell,2026-01-11 21:51:00,859.0,2.406,1,leg_gt,1.27,60 -42270,sell_compound_top3,sell,2026-01-11 21:54:00,859.0,2.406,1,leg_gt,1.27,60 -42271,sell_compound_top3,sell,2026-01-11 21:57:00,860.0,2.5253,1,leg_gt,1.28,60 -42272,sell_compound_top3,sell,2026-01-12 04:21:00,851.0,1.4513,1,leg_gt,1.54,60 -42273,sell_compound_top3,sell,2026-01-12 09:27:00,838.0,1.7226,1,leg_gt,0.06,60 -42274,sell_compound_top3,sell,2026-01-12 10:15:00,843.0,2.3301,1,leg_gt,0.09,60 -42275,sell_compound_top3,sell,2026-01-12 10:18:00,845.0,2.5731,1,leg_gt,0.09,60 -42276,sell_compound_top3,sell,2026-01-12 10:21:00,845.0,2.5731,1,leg_gt,0.1,60 -42277,sell_compound_top3,sell,2026-01-12 10:24:00,847.0,2.8162,1,leg_gt,0.1,60 -42278,sell_compound_top3,sell,2026-01-12 10:27:00,845.0,2.5731,1,leg_gt,0.1,60 -42279,sell_compound_top3,sell,2026-01-12 11:06:00,850.0,3.1807,1,leg_gt,0.13,60 -42280,sell_compound_top3,sell,2026-01-12 11:09:00,849.0,3.0592,1,leg_gt,0.13,60 -42281,sell_compound_top3,sell,2026-01-12 11:12:00,848.0,2.9377,1,leg_gt,0.13,60 -42282,sell_compound_top3,sell,2026-01-12 11:15:00,855.0,3.7882,1,leg_gt,0.13,60 -42283,sell_compound_top3,sell,2026-01-12 11:18:00,855.0,3.7882,1,leg_gt,0.14,60 -42284,sell_compound_top3,sell,2026-01-12 11:21:00,851.0,3.3022,1,leg_gt,0.14,60 -42285,sell_compound_top3,sell,2026-01-12 11:24:00,850.0,3.1807,1,leg_gt,0.14,60 -42286,sell_compound_top3,sell,2026-01-12 11:30:00,854.0,3.6667,1,leg_gt,0.14,60 -42287,sell_compound_top3,sell,2026-01-12 11:33:00,851.0,3.3022,1,leg_gt,0.15,60 -42288,sell_compound_top3,sell,2026-01-12 11:36:00,852.0,3.4237,1,leg_gt,0.15,60 -42289,sell_compound_top3,sell,2026-01-12 11:39:00,854.0,3.6667,1,leg_gt,0.15,60 -42290,sell_compound_top3,sell,2026-01-12 11:42:00,854.0,3.6667,1,leg_gt,0.15,60 -42291,sell_compound_top3,sell,2026-01-12 11:45:00,855.0,3.7882,1,leg_gt,0.15,60 -42292,sell_compound_top3,sell,2026-01-12 11:48:00,858.0,4.1527,1,leg_gt,0.16,60 -42293,sell_compound_top3,sell,2026-01-12 12:00:00,861.0,4.5173,1,leg_gt,0.16,60 -42294,sell_compound_top3,sell,2026-01-12 12:03:00,860.0,4.3957,1,leg_gt,0.17,60 -42295,sell_compound_top3,sell,2026-01-12 12:06:00,860.0,4.3957,1,leg_gt,0.17,60 -42296,sell_compound_top3,sell,2026-01-12 12:09:00,861.0,4.5173,1,leg_gt,0.17,60 -42297,sell_compound_top3,sell,2026-01-12 12:12:00,862.0,4.6388,1,leg_gt,0.17,60 -42298,sell_compound_top3,sell,2026-01-12 12:15:00,864.0,4.8818,1,leg_gt,0.18,60 -42299,sell_compound_top3,sell,2026-01-12 12:18:00,865.0,5.0033,1,leg_gt,0.18,60 -42300,sell_compound_top3,sell,2026-01-12 12:21:00,864.0,4.8818,1,leg_gt,0.18,60 -42301,sell_compound_top3,sell,2026-01-12 12:24:00,864.0,4.8818,1,leg_gt,0.18,60 -42302,sell_compound_top3,sell,2026-01-12 12:27:00,867.0,5.2463,1,leg_gt,0.18,60 -42303,sell_compound_top3,sell,2026-01-12 12:30:00,867.0,5.2463,1,leg_gt,0.19,60 -42304,sell_compound_top3,sell,2026-01-12 12:33:00,865.0,5.0033,1,leg_gt,0.19,60 -42305,sell_compound_top3,sell,2026-01-12 14:21:00,867.0,5.2463,1,leg_gt,0.26,60 -42306,sell_compound_top3,sell,2026-01-12 14:24:00,865.0,5.0033,1,leg_gt,0.26,60 -42307,sell_compound_top3,sell,2026-01-12 14:27:00,865.0,5.0033,1,leg_gt,0.27,60 -42308,sell_compound_top3,sell,2026-01-12 20:51:00,839.0,1.8441,1,leg_gt,0.53,60 -42309,sell_compound_top3,sell,2026-01-12 20:54:00,839.0,1.8441,1,leg_gt,0.54,60 -42310,sell_compound_top3,sell,2026-01-12 20:57:00,837.0,1.6011,1,leg_gt,0.54,60 -42311,sell_compound_top3,sell,2026-01-13 00:30:00,841.0,2.3361,1,leg_gt,0.05,60 -42312,sell_compound_top3,sell,2026-01-13 00:33:00,839.0,2.0924,1,leg_gt,0.05,60 -42313,sell_compound_top3,sell,2026-01-13 00:36:00,841.0,2.3361,1,leg_gt,0.05,60 -42314,sell_compound_top3,sell,2026-01-13 00:39:00,842.0,2.4579,1,leg_gt,0.05,60 -42315,sell_compound_top3,sell,2026-01-13 00:42:00,842.0,2.4579,1,leg_gt,0.05,60 -42316,sell_compound_top3,sell,2026-01-13 00:45:00,842.0,2.4579,1,leg_gt,0.06,60 -42317,sell_compound_top3,sell,2026-01-13 00:48:00,841.0,2.3361,1,leg_gt,0.06,60 -42318,sell_compound_top3,sell,2026-01-13 00:57:00,841.0,2.3361,1,leg_gt,0.06,60 -42319,sell_compound_top3,sell,2026-01-13 01:36:00,845.0,2.8233,1,leg_gt,0.09,60 -42320,sell_compound_top3,sell,2026-01-13 01:39:00,844.0,2.7015,1,leg_gt,0.09,60 -42321,sell_compound_top3,sell,2026-01-13 01:42:00,844.0,2.7015,1,leg_gt,0.1,60 -42322,sell_compound_top3,sell,2026-01-13 10:06:00,825.0,0.7557,1,leg_gt,0.09,60 -42323,sell_compound_top3,sell,2026-01-13 10:09:00,827.0,1.0002,1,leg_gt,0.09,60 -42324,sell_compound_top3,sell,2026-01-13 10:12:00,826.0,0.878,1,leg_gt,0.09,60 -42325,sell_compound_top3,sell,2026-01-13 10:15:00,826.0,0.878,1,leg_gt,0.09,60 -42326,sell_compound_top3,sell,2026-01-13 10:18:00,827.0,1.0002,1,leg_gt,0.09,60 -42327,sell_compound_top3,sell,2026-01-13 10:21:00,826.0,0.878,1,leg_gt,0.1,60 -42328,sell_compound_top3,sell,2026-01-13 10:24:00,826.0,0.878,1,leg_gt,0.1,60 -42329,sell_compound_top3,sell,2026-01-13 11:12:00,827.0,1.0002,1,leg_gt,0.13,60 -42330,sell_compound_top3,sell,2026-01-13 11:15:00,828.0,1.1225,1,leg_gt,0.13,60 -42331,sell_compound_top3,sell,2026-01-13 11:18:00,829.0,1.2447,1,leg_gt,0.14,60 -42332,sell_compound_top3,sell,2026-01-13 14:00:00,828.0,1.1225,1,leg_gt,0.25,60 -42333,sell_compound_top3,sell,2026-01-13 14:03:00,831.0,1.4892,1,leg_gt,0.25,60 -42334,sell_compound_top3,sell,2026-01-13 16:00:00,836.0,2.1005,1,leg_gt,0.33,60 -42335,sell_compound_top3,sell,2026-01-13 16:03:00,835.0,1.9782,1,leg_gt,0.33,60 -42336,sell_compound_top3,sell,2026-01-13 17:51:00,837.0,2.2227,1,leg_gt,0.41,60 -42337,sell_compound_top3,sell,2026-01-13 17:54:00,837.0,2.2227,1,leg_gt,0.41,60 -42338,sell_compound_top3,sell,2026-01-13 18:00:00,837.0,2.2227,1,leg_gt,0.41,60 -42339,sell_compound_top3,sell,2026-01-13 18:03:00,837.0,2.2227,1,leg_gt,0.42,60 -42340,sell_compound_top3,sell,2026-01-13 18:27:00,838.0,2.345,1,leg_gt,0.43,60 -42341,sell_compound_top3,sell,2026-01-13 18:30:00,838.0,2.345,1,leg_gt,0.44,60 -42342,sell_compound_top3,sell,2026-01-13 18:33:00,840.0,2.5895,1,leg_gt,0.44,60 -42343,sell_compound_top3,sell,2026-01-13 18:51:00,840.0,2.5895,1,leg_gt,0.45,60 -42344,sell_compound_top3,sell,2026-01-13 18:54:00,840.0,2.5895,1,leg_gt,0.45,60 -42345,sell_compound_top3,sell,2026-01-13 19:12:00,840.0,2.5895,1,leg_gt,0.46,60 -42346,sell_compound_top3,sell,2026-01-13 20:45:00,845.0,3.2007,1,leg_gt,0.53,60 -42347,sell_compound_top3,sell,2026-01-13 20:48:00,845.0,3.2007,1,leg_gt,0.53,60 -42348,sell_compound_top3,sell,2026-01-13 22:12:00,847.0,3.4452,1,leg_gt,0.59,60 -42349,sell_compound_top3,sell,2026-01-13 22:15:00,847.0,3.4452,1,leg_gt,0.59,60 -42350,sell_compound_top3,sell,2026-01-13 22:18:00,847.0,3.4452,1,leg_gt,0.59,60 -42351,sell_compound_top3,sell,2026-01-13 23:00:00,858.0,4.79,1,leg_gt,0.62,60 -42352,sell_compound_top3,sell,2026-01-13 23:03:00,857.0,4.6677,1,leg_gt,0.62,60 -42353,sell_compound_top3,sell,2026-01-13 23:15:00,859.0,4.9122,1,leg_gt,0.63,60 -42354,sell_compound_top3,sell,2026-01-13 23:18:00,861.0,5.1567,1,leg_gt,0.64,60 -42355,sell_compound_top3,sell,2026-01-13 23:21:00,861.0,5.1567,1,leg_gt,0.64,60 -42356,sell_compound_top3,sell,2026-01-13 23:24:00,864.0,5.5235,1,leg_gt,0.64,60 -42357,sell_compound_top3,sell,2026-01-13 23:27:00,864.0,5.5235,1,leg_gt,0.64,60 -42358,sell_compound_top3,sell,2026-01-13 23:45:00,878.0,7.235,1,leg_gt,0.65,60 -42359,sell_compound_top3,sell,2026-01-13 23:48:00,877.0,7.1127,1,leg_gt,0.66,60 -42360,sell_compound_top3,sell,2026-01-14 00:36:00,878.0,7.235,1,leg_gt,0.69,60 -42361,sell_compound_top3,sell,2026-01-14 00:39:00,881.0,7.6017,1,leg_gt,0.69,60 -42362,sell_compound_top3,sell,2026-01-14 00:42:00,882.0,7.724,1,leg_gt,0.69,60 -42363,sell_compound_top3,sell,2026-01-14 01:51:00,899.0,9.8022,1,leg_gt,0.74,60 -42364,sell_compound_top3,sell,2026-01-14 01:54:00,901.0,10.0467,1,leg_gt,0.74,60 -42365,sell_compound_top3,sell,2026-01-14 01:57:00,897.0,9.5577,1,leg_gt,0.75,60 -42366,sell_compound_top3,sell,2026-01-14 07:30:00,911.0,11.2692,1,leg_gt,0.98,60 -42367,sell_compound_top3,sell,2026-01-14 07:33:00,912.0,11.3914,1,leg_gt,0.98,60 -42368,sell_compound_top3,sell,2026-01-14 07:36:00,913.0,11.5137,1,leg_gt,0.98,60 -42369,sell_compound_top3,sell,2026-01-14 07:39:00,916.0,11.8804,1,leg_gt,0.98,60 -42370,sell_compound_top3,sell,2026-01-14 07:42:00,917.0,12.0027,1,leg_gt,0.99,60 -42371,sell_compound_top3,sell,2026-01-14 07:45:00,917.0,12.0027,1,leg_gt,0.99,60 -42372,sell_compound_top3,sell,2026-01-14 07:48:00,918.0,12.1249,1,leg_gt,0.99,60 -42373,sell_compound_top3,sell,2026-01-14 07:51:00,917.0,12.0027,1,leg_gt,0.99,60 -42374,sell_compound_top3,sell,2026-01-14 07:54:00,917.0,12.0027,1,leg_gt,0.99,60 -42375,sell_compound_top3,sell,2026-01-14 19:00:00,900.0,9.9244,1,leg_gt,1.46,60 -42376,sell_compound_top3,sell,2026-01-14 19:03:00,900.0,9.9244,1,leg_gt,1.46,60 -42377,sell_compound_top3,sell,2026-01-14 19:06:00,899.0,9.8022,1,leg_gt,1.46,60 -42378,sell_compound_top3,sell,2026-01-14 19:09:00,900.0,9.9244,1,leg_gt,1.46,60 -42379,sell_compound_top3,sell,2026-01-14 19:12:00,901.0,10.0467,1,leg_gt,1.46,60 -42380,sell_compound_top3,sell,2026-01-14 19:15:00,902.0,10.1689,1,leg_gt,1.47,60 -42381,sell_compound_top3,sell,2026-01-14 19:18:00,901.0,10.0467,1,leg_gt,1.47,60 -42382,sell_compound_top3,sell,2026-01-14 23:51:00,894.0,9.191,1,leg_gt,1.66,60 -42383,sell_compound_top3,sell,2026-01-14 23:54:00,897.0,9.5577,1,leg_gt,1.66,60 -42384,sell_compound_top3,sell,2026-01-15 00:21:00,897.0,9.5577,1,leg_gt,1.68,60 -42385,sell_compound_top3,sell,2026-01-15 00:24:00,897.0,9.5577,1,leg_gt,1.68,60 -42386,sell_compound_top3,sell,2026-01-15 00:27:00,899.0,9.8022,1,leg_gt,1.68,60 -42387,sell_compound_top3,sell,2026-01-15 00:30:00,897.0,9.5577,1,leg_gt,1.69,60 -42388,sell_compound_top3,sell,2026-01-15 00:33:00,894.0,9.191,1,leg_gt,1.69,60 -42389,sell_compound_top3,sell,2026-01-15 01:00:00,898.0,9.68,1,leg_gt,1.71,60 -42390,sell_compound_top3,sell,2026-01-15 01:03:00,901.0,10.0467,1,leg_gt,1.71,60 -42391,sell_compound_top3,sell,2026-01-15 01:21:00,904.0,10.4134,1,leg_gt,1.72,60 -42392,sell_compound_top3,sell,2026-01-15 01:24:00,904.0,10.4134,1,leg_gt,1.72,60 -42393,sell_compound_top3,sell,2026-01-15 15:21:00,861.0,1.433,1,leg_gt,0.1,60 -42394,sell_compound_top3,sell,2026-01-15 15:24:00,862.0,1.5509,1,leg_gt,0.1,60 -42395,sell_compound_top3,sell,2026-01-15 15:27:00,862.0,1.5509,1,leg_gt,0.11,60 -42396,sell_compound_top3,sell,2026-01-15 16:57:00,869.0,2.3764,1,leg_gt,0.17,60 -42397,sell_compound_top3,sell,2026-01-15 18:57:00,875.0,3.084,1,leg_gt,0.25,60 -42398,sell_compound_top3,sell,2026-01-15 19:00:00,873.0,2.8481,1,leg_gt,0.25,60 -42399,sell_compound_top3,sell,2026-01-15 19:03:00,873.0,2.8481,1,leg_gt,0.26,60 -42400,sell_compound_top3,sell,2026-01-15 22:00:00,872.0,2.7302,1,leg_gt,0.38,60 -42401,sell_compound_top3,sell,2026-01-15 22:03:00,869.0,2.3764,1,leg_gt,0.38,60 -42402,sell_compound_top3,sell,2026-01-15 22:12:00,872.0,2.7302,1,leg_gt,0.39,60 -42403,sell_compound_top3,sell,2026-01-15 22:15:00,872.0,2.7302,1,leg_gt,0.39,60 -42404,sell_compound_top3,sell,2026-01-15 22:18:00,874.0,2.966,1,leg_gt,0.39,60 -42405,sell_compound_top3,sell,2026-01-15 22:27:00,876.0,3.2019,1,leg_gt,0.4,60 -42406,sell_compound_top3,sell,2026-01-15 22:51:00,874.0,2.966,1,leg_gt,0.41,60 -42407,sell_compound_top3,sell,2026-01-15 22:54:00,875.0,3.084,1,leg_gt,0.42,60 -42408,sell_compound_top3,sell,2026-01-15 22:57:00,875.0,3.084,1,leg_gt,0.42,60 -42409,sell_compound_top3,sell,2026-01-16 06:57:00,828.0,-2.4585,0,leg_gt,0.75,60 -42410,sell_compound_top3,sell,2026-01-16 07:00:00,828.0,-2.4585,0,leg_gt,0.75,60 -42411,sell_compound_top3,sell,2026-01-16 07:03:00,828.0,-2.4585,0,leg_gt,0.76,60 -42412,sell_compound_top3,sell,2026-01-16 07:06:00,828.0,-2.4585,0,leg_gt,0.76,60 -42413,sell_compound_top3,sell,2026-01-16 07:09:00,830.0,-2.2226,0,leg_gt,0.76,60 -42414,sell_compound_top3,sell,2026-01-16 07:12:00,832.0,-1.9868,0,leg_gt,0.76,60 -42415,sell_compound_top3,sell,2026-01-16 07:15:00,831.0,-2.1047,0,leg_gt,0.76,60 -42416,sell_compound_top3,sell,2026-01-16 07:18:00,831.0,-2.1047,0,leg_gt,0.77,60 -42417,sell_compound_top3,sell,2026-01-16 07:21:00,832.0,-1.9868,0,leg_gt,0.77,60 -42418,sell_compound_top3,sell,2026-01-16 07:24:00,832.0,-1.9868,0,leg_gt,0.77,60 -42419,sell_compound_top3,sell,2026-01-16 07:27:00,832.0,-1.9868,0,leg_gt,0.77,60 -42420,sell_compound_top3,sell,2026-01-16 07:30:00,833.0,-1.8689,0,leg_gt,0.78,60 -42421,sell_compound_top3,sell,2026-01-16 07:33:00,833.0,-1.8689,0,leg_gt,0.78,60 -42422,sell_compound_top3,sell,2026-01-16 07:36:00,833.0,-1.8689,0,leg_gt,0.78,60 -42423,sell_compound_top3,sell,2026-01-16 07:39:00,832.0,-1.9868,0,leg_gt,0.78,60 -42424,sell_compound_top3,sell,2026-01-16 09:27:00,832.0,-1.9868,0,leg_gt,0.86,60 -42425,sell_compound_top3,sell,2026-01-16 09:42:00,833.0,-1.8689,0,leg_gt,0.87,60 -42426,sell_compound_top3,sell,2026-01-16 14:57:00,828.0,-2.4585,0,leg_gt,1.09,60 -42427,sell_compound_top3,sell,2026-01-16 15:42:00,829.0,-2.3406,0,leg_gt,1.12,60 -42428,sell_compound_top3,sell,2026-01-16 15:45:00,830.0,-2.2226,0,leg_gt,1.12,60 -42429,sell_compound_top3,sell,2026-01-16 15:48:00,831.0,-2.1047,0,leg_gt,1.12,60 -42430,sell_compound_top3,sell,2026-01-16 15:51:00,831.0,-2.1047,0,leg_gt,1.12,60 -42431,sell_compound_top3,sell,2026-01-16 15:54:00,831.0,-2.1047,0,leg_gt,1.12,60 -42432,sell_compound_top3,sell,2026-01-16 15:57:00,830.0,-2.2226,0,leg_gt,1.13,60 -42433,sell_compound_top3,sell,2026-01-16 16:06:00,830.0,-2.2226,0,leg_gt,1.13,60 -42434,sell_compound_top3,sell,2026-01-16 16:09:00,831.0,-2.1047,0,leg_gt,1.14,60 -42435,sell_compound_top3,sell,2026-01-16 16:12:00,832.0,-1.9868,0,leg_gt,1.14,60 -42436,sell_compound_top3,sell,2026-01-16 16:15:00,832.0,-1.9868,0,leg_gt,1.14,60 -42437,sell_compound_top3,sell,2026-01-16 16:18:00,831.0,-2.1047,0,leg_gt,1.14,60 -42438,sell_compound_top3,sell,2026-01-16 16:21:00,833.0,-1.8689,0,leg_gt,1.14,60 -42439,sell_compound_top3,sell,2026-01-16 16:24:00,832.0,-1.9868,0,leg_gt,1.15,60 -42440,sell_compound_top3,sell,2026-01-16 17:30:00,834.0,-1.7509,0,leg_gt,1.19,60 -42441,sell_compound_top3,sell,2026-01-16 17:33:00,835.0,-1.633,0,leg_gt,1.19,60 -42442,sell_compound_top3,sell,2026-01-16 17:36:00,835.0,-1.633,0,leg_gt,1.2,60 -42443,sell_compound_top3,sell,2026-01-16 17:39:00,833.0,-1.8689,0,leg_gt,1.2,60 -42444,sell_compound_top3,sell,2026-01-16 17:51:00,834.0,-1.7509,0,leg_gt,1.21,60 -42445,sell_compound_top3,sell,2026-01-16 17:54:00,835.0,-1.633,0,leg_gt,1.21,60 -42446,sell_compound_top3,sell,2026-01-16 17:57:00,835.0,-1.633,0,leg_gt,1.21,60 -42447,sell_compound_top3,sell,2026-01-16 18:00:00,836.0,-1.5151,0,leg_gt,1.21,60 -42448,sell_compound_top3,sell,2026-01-16 18:03:00,837.0,-1.3972,0,leg_gt,1.21,60 -42449,sell_compound_top3,sell,2026-01-16 18:06:00,837.0,-1.3972,0,leg_gt,1.22,60 -42450,sell_compound_top3,sell,2026-01-16 18:09:00,838.0,-1.2792,0,leg_gt,1.22,60 -42451,sell_compound_top3,sell,2026-01-16 18:21:00,838.0,-1.2792,0,leg_gt,1.23,60 -42452,sell_compound_top3,sell,2026-01-16 18:24:00,837.0,-1.3972,0,leg_gt,1.23,60 -42453,sell_compound_top3,sell,2026-01-16 18:27:00,838.0,-1.2792,0,leg_gt,1.23,60 -42454,sell_compound_top3,sell,2026-01-16 18:30:00,839.0,-1.1613,0,leg_gt,1.23,60 -42455,sell_compound_top3,sell,2026-01-16 18:33:00,839.0,-1.1613,0,leg_gt,1.24,60 -42456,sell_compound_top3,sell,2026-01-16 18:36:00,838.0,-1.2792,0,leg_gt,1.24,60 -42457,sell_compound_top3,sell,2026-01-16 18:39:00,839.0,-1.1613,0,leg_gt,1.24,60 -42458,sell_compound_top3,sell,2026-01-16 18:42:00,839.0,-1.1613,0,leg_gt,1.24,60 -42459,sell_compound_top3,sell,2026-01-17 05:45:00,821.0,2.3969,1,leg_gt,0.21,60 -42460,sell_compound_top3,sell,2026-01-17 05:48:00,821.0,2.3969,1,leg_gt,0.21,60 -42461,sell_compound_top3,sell,2026-01-17 05:51:00,822.0,2.5217,1,leg_gt,0.21,60 -42462,sell_compound_top3,sell,2026-01-17 05:54:00,822.0,2.5217,1,leg_gt,0.21,60 -42463,sell_compound_top3,sell,2026-01-17 05:57:00,823.0,2.6466,1,leg_gt,0.22,60 -42464,sell_compound_top3,sell,2026-01-17 06:00:00,824.0,2.7714,1,leg_gt,0.22,60 -42465,sell_compound_top3,sell,2026-01-17 06:03:00,822.0,2.5217,1,leg_gt,0.22,60 -42466,sell_compound_top3,sell,2026-01-17 06:06:00,824.0,2.7714,1,leg_gt,0.22,60 -42467,sell_compound_top3,sell,2026-01-17 06:09:00,824.0,2.7714,1,leg_gt,0.22,60 -42468,sell_compound_top3,sell,2026-01-17 06:12:00,825.0,2.8963,1,leg_gt,0.23,60 -42469,sell_compound_top3,sell,2026-01-17 10:00:00,822.0,2.5217,1,leg_gt,0.39,60 -42470,sell_compound_top3,sell,2026-01-17 10:03:00,823.0,2.6466,1,leg_gt,0.39,60 -42471,sell_compound_top3,sell,2026-01-17 10:06:00,822.0,2.5217,1,leg_gt,0.39,60 -42472,sell_compound_top3,sell,2026-01-17 10:09:00,824.0,2.7714,1,leg_gt,0.39,60 -42473,sell_compound_top3,sell,2026-01-17 10:27:00,823.0,2.6466,1,leg_gt,0.4,60 -42474,sell_compound_top3,sell,2026-01-17 14:12:00,821.0,2.3969,1,leg_gt,0.56,60 -42475,sell_compound_top3,sell,2026-01-17 14:15:00,821.0,2.3969,1,leg_gt,0.56,60 -42476,sell_compound_top3,sell,2026-01-17 14:18:00,822.0,2.5217,1,leg_gt,0.56,60 -42477,sell_compound_top3,sell,2026-01-17 14:21:00,822.0,2.5217,1,leg_gt,0.57,60 -42478,sell_compound_top3,sell,2026-01-17 14:24:00,821.0,2.3969,1,leg_gt,0.57,60 -42479,sell_compound_top3,sell,2026-01-17 14:27:00,822.0,2.5217,1,leg_gt,0.57,60 -42480,sell_compound_top3,sell,2026-01-17 16:51:00,823.0,2.6466,1,leg_gt,0.67,60 -42481,sell_compound_top3,sell,2026-01-17 16:54:00,822.0,2.5217,1,leg_gt,0.67,60 -42482,sell_compound_top3,sell,2026-01-17 16:57:00,823.0,2.6466,1,leg_gt,0.68,60 -42483,sell_compound_top3,sell,2026-01-17 17:06:00,825.0,2.8963,1,leg_gt,0.68,60 -42484,sell_compound_top3,sell,2026-01-17 17:09:00,824.0,2.7714,1,leg_gt,0.68,60 -42485,sell_compound_top3,sell,2026-01-17 22:42:00,823.0,2.6466,1,leg_gt,0.91,60 -42486,sell_compound_top3,sell,2026-01-18 00:06:00,834.0,4.0199,1,leg_gt,0.97,60 -42487,sell_compound_top3,sell,2026-01-18 00:09:00,834.0,4.0199,1,leg_gt,0.98,60 -42488,sell_compound_top3,sell,2026-01-18 00:12:00,833.0,3.895,1,leg_gt,0.98,60 -42489,sell_compound_top3,sell,2026-01-18 23:27:00,803.0,0.1497,1,leg_gt,1.95,60 -42490,sell_compound_top3,sell,2026-01-19 01:21:00,804.0,0.2745,1,leg_gt,2.02,60 -42491,sell_compound_top3,sell,2026-01-19 01:24:00,805.0,0.3994,1,leg_gt,2.03,60 -42492,sell_compound_top3,sell,2026-01-19 03:45:00,806.0,0.5242,1,leg_gt,2.12,60 -42493,sell_compound_top3,sell,2026-01-19 03:48:00,806.0,0.5242,1,leg_gt,2.13,60 -42494,sell_compound_top3,sell,2026-01-19 03:51:00,806.0,0.5242,1,leg_gt,2.13,60 -42495,sell_compound_top3,sell,2026-01-19 03:54:00,806.0,0.5242,1,leg_gt,2.13,60 -42496,sell_compound_top3,sell,2026-01-19 03:57:00,805.0,0.3994,1,leg_gt,2.13,60 -42497,sell_compound_top3,sell,2026-01-19 05:30:00,805.0,0.3994,1,leg_gt,2.2,60 -42498,sell_compound_top3,sell,2026-01-19 05:33:00,805.0,0.3994,1,leg_gt,2.2,60 -42499,sell_compound_top3,sell,2026-01-19 12:51:00,731.0,2.5685,1,leg_gt,0.16,60 -42500,sell_compound_top3,sell,2026-01-19 12:54:00,731.0,2.5685,1,leg_gt,0.16,60 -42501,sell_compound_top3,sell,2026-01-19 16:36:00,734.0,2.9899,1,leg_gt,0.32,60 -42502,sell_compound_top3,sell,2026-01-19 16:39:00,733.0,2.8494,1,leg_gt,0.32,60 -42503,sell_compound_top3,sell,2026-01-19 19:51:00,733.0,2.8494,1,leg_gt,0.45,60 -42504,sell_compound_top3,sell,2026-01-19 19:54:00,734.0,2.9899,1,leg_gt,0.45,60 -42505,sell_compound_top3,sell,2026-01-19 19:57:00,734.0,2.9899,1,leg_gt,0.46,60 -42506,sell_compound_top3,sell,2026-01-19 20:12:00,733.0,2.8494,1,leg_gt,0.47,60 -42507,sell_compound_top3,sell,2026-01-19 20:36:00,735.0,3.1303,1,leg_gt,0.48,60 -42508,sell_compound_top3,sell,2026-01-19 20:39:00,737.0,3.4112,1,leg_gt,0.49,60 -42509,sell_compound_top3,sell,2026-01-19 21:45:00,738.0,3.5517,1,leg_gt,0.53,60 -42510,sell_compound_top3,sell,2026-01-19 21:48:00,738.0,3.5517,1,leg_gt,0.53,60 -42511,sell_compound_top3,sell,2026-01-19 22:06:00,737.0,3.4112,1,leg_gt,0.55,60 -42512,sell_compound_top3,sell,2026-01-19 22:09:00,739.0,3.6921,1,leg_gt,0.55,60 -42513,sell_compound_top3,sell,2026-01-19 22:15:00,741.0,3.973,1,leg_gt,0.55,60 -42514,sell_compound_top3,sell,2026-01-19 22:18:00,741.0,3.973,1,leg_gt,0.55,60 -42515,sell_compound_top3,sell,2026-01-20 01:30:00,740.0,3.8326,1,leg_gt,0.69,60 -42516,sell_compound_top3,sell,2026-01-20 01:33:00,738.0,3.5517,1,leg_gt,0.69,60 -42517,sell_compound_top3,sell,2026-01-20 01:36:00,739.0,3.6921,1,leg_gt,0.69,60 -42518,sell_compound_top3,sell,2026-01-20 01:39:00,740.0,3.8326,1,leg_gt,0.69,60 -42519,sell_compound_top3,sell,2026-01-20 02:00:00,744.0,4.3944,1,leg_gt,0.71,60 -42520,sell_compound_top3,sell,2026-01-20 02:03:00,742.0,4.1135,1,leg_gt,0.71,60 -42521,sell_compound_top3,sell,2026-01-20 02:06:00,743.0,4.2539,1,leg_gt,0.71,60 -42522,sell_compound_top3,sell,2026-01-20 02:09:00,743.0,4.2539,1,leg_gt,0.71,60 -42523,sell_compound_top3,sell,2026-01-20 02:12:00,744.0,4.3944,1,leg_gt,0.72,60 -42524,sell_compound_top3,sell,2026-01-20 02:15:00,745.0,4.5348,1,leg_gt,0.72,60 -42525,sell_compound_top3,sell,2026-01-20 02:18:00,747.0,4.8157,1,leg_gt,0.72,60 -42526,sell_compound_top3,sell,2026-01-20 02:21:00,746.0,4.6753,1,leg_gt,0.72,60 -42527,sell_compound_top3,sell,2026-01-20 02:24:00,745.0,4.5348,1,leg_gt,0.72,60 -42528,sell_compound_top3,sell,2026-01-20 02:27:00,746.0,4.6753,1,leg_gt,0.73,60 -42529,sell_compound_top3,sell,2026-01-20 03:21:00,746.0,4.6753,1,leg_gt,0.76,60 -42530,sell_compound_top3,sell,2026-01-20 03:24:00,746.0,4.6753,1,leg_gt,0.77,60 -42531,sell_compound_top3,sell,2026-01-20 04:15:00,750.0,5.2371,1,leg_gt,0.8,60 -42532,sell_compound_top3,sell,2026-01-20 04:18:00,753.0,5.6584,1,leg_gt,0.8,60 -42533,sell_compound_top3,sell,2026-01-20 04:27:00,752.0,5.518,1,leg_gt,0.81,60 -42534,sell_compound_top3,sell,2026-01-21 05:51:00,707.0,-0.8022,0,leg_gt,1.87,60 -42535,sell_compound_top3,sell,2026-01-21 05:54:00,707.0,-0.8022,0,leg_gt,1.87,60 -42536,sell_compound_top3,sell,2026-01-21 10:00:00,712.0,2.4937,1,leg_gt,0.07,60 -42537,sell_compound_top3,sell,2026-01-21 10:03:00,713.0,2.6378,1,leg_gt,0.07,60 -42538,sell_compound_top3,sell,2026-01-21 10:06:00,713.0,2.6378,1,leg_gt,0.07,60 -42539,sell_compound_top3,sell,2026-01-21 10:09:00,713.0,2.6378,1,leg_gt,0.07,60 -42540,sell_compound_top3,sell,2026-01-21 10:12:00,716.0,3.07,1,leg_gt,0.08,60 -42541,sell_compound_top3,sell,2026-01-21 10:15:00,717.0,3.2141,1,leg_gt,0.08,60 -42542,sell_compound_top3,sell,2026-01-21 10:18:00,717.0,3.2141,1,leg_gt,0.08,60 -42543,sell_compound_top3,sell,2026-01-21 10:21:00,717.0,3.2141,1,leg_gt,0.08,60 -42544,sell_compound_top3,sell,2026-01-21 10:24:00,716.0,3.07,1,leg_gt,0.08,60 -42545,sell_compound_top3,sell,2026-01-21 12:15:00,719.0,3.5023,1,leg_gt,0.16,60 -42546,sell_compound_top3,sell,2026-01-21 12:18:00,718.0,3.3582,1,leg_gt,0.16,60 -42547,sell_compound_top3,sell,2026-01-21 13:51:00,722.0,3.9346,1,leg_gt,0.23,60 -42548,sell_compound_top3,sell,2026-01-21 13:54:00,720.0,3.6464,1,leg_gt,0.23,60 -42549,sell_compound_top3,sell,2026-01-21 14:00:00,721.0,3.7905,1,leg_gt,0.23,60 -42550,sell_compound_top3,sell,2026-01-21 14:03:00,722.0,3.9346,1,leg_gt,0.24,60 -42551,sell_compound_top3,sell,2026-01-21 14:12:00,722.0,3.9346,1,leg_gt,0.24,60 -42552,sell_compound_top3,sell,2026-01-21 14:51:00,721.0,3.7905,1,leg_gt,0.27,60 -42553,sell_compound_top3,sell,2026-01-21 14:54:00,722.0,3.9346,1,leg_gt,0.27,60 -42554,sell_compound_top3,sell,2026-01-21 23:30:00,717.0,2.4751,1,leg_gt,0.04,60 -42555,sell_compound_top3,sell,2026-01-21 23:33:00,719.0,2.7612,1,leg_gt,0.04,60 -42556,sell_compound_top3,sell,2026-01-21 23:36:00,716.0,2.332,1,leg_gt,0.04,60 -42557,sell_compound_top3,sell,2026-01-21 23:39:00,717.0,2.4751,1,leg_gt,0.04,60 -42558,sell_compound_top3,sell,2026-01-21 23:42:00,718.0,2.6182,1,leg_gt,0.05,60 -42559,sell_compound_top3,sell,2026-01-21 23:45:00,718.0,2.6182,1,leg_gt,0.05,60 -42560,sell_compound_top3,sell,2026-01-21 23:48:00,719.0,2.7612,1,leg_gt,0.05,60 -42561,sell_compound_top3,sell,2026-01-22 00:21:00,722.0,3.1904,1,leg_gt,0.07,60 -42562,sell_compound_top3,sell,2026-01-22 00:24:00,722.0,3.1904,1,leg_gt,0.08,60 -42563,sell_compound_top3,sell,2026-01-22 04:57:00,724.0,4.8275,1,leg_gt,0.1,60 -42564,sell_compound_top3,sell,2026-01-22 05:00:00,723.0,4.6826,1,leg_gt,0.1,60 -42565,sell_compound_top3,sell,2026-01-22 05:03:00,719.0,4.1029,1,leg_gt,0.11,60 -42566,sell_compound_top3,sell,2026-01-22 10:30:00,718.0,3.958,1,leg_gt,0.33,60 -42567,sell_compound_top3,sell,2026-01-22 10:33:00,717.0,3.813,1,leg_gt,0.34,60 -42568,sell_compound_top3,sell,2026-01-22 10:36:00,717.0,3.813,1,leg_gt,0.34,60 -42569,sell_compound_top3,sell,2026-01-22 10:39:00,718.0,3.958,1,leg_gt,0.34,60 -42570,sell_compound_top3,sell,2026-01-22 10:42:00,718.0,3.958,1,leg_gt,0.34,60 -42571,sell_compound_top3,sell,2026-01-22 10:51:00,718.0,3.958,1,leg_gt,0.35,60 -42572,sell_compound_top3,sell,2026-01-22 10:54:00,718.0,3.958,1,leg_gt,0.35,60 -42573,sell_compound_top3,sell,2026-01-22 11:00:00,719.0,4.1029,1,leg_gt,0.35,60 -42574,sell_compound_top3,sell,2026-01-22 11:03:00,720.0,4.2478,1,leg_gt,0.36,60 -42575,sell_compound_top3,sell,2026-01-22 11:06:00,720.0,4.2478,1,leg_gt,0.36,60 -42576,sell_compound_top3,sell,2026-01-22 11:09:00,719.0,4.1029,1,leg_gt,0.36,60 -42577,sell_compound_top3,sell,2026-01-22 11:15:00,719.0,4.1029,1,leg_gt,0.36,60 -42578,sell_compound_top3,sell,2026-01-22 11:18:00,719.0,4.1029,1,leg_gt,0.37,60 -42579,sell_compound_top3,sell,2026-01-22 18:21:00,715.0,3.5232,1,leg_gt,0.66,60 -42580,sell_compound_top3,sell,2026-01-22 18:24:00,714.0,3.3783,1,leg_gt,0.66,60 -42581,sell_compound_top3,sell,2026-01-22 18:42:00,717.0,3.813,1,leg_gt,0.68,60 -42582,sell_compound_top3,sell,2026-01-22 18:51:00,716.0,3.6681,1,leg_gt,0.68,60 -42583,sell_compound_top3,sell,2026-01-22 18:54:00,717.0,3.813,1,leg_gt,0.68,60 -42584,sell_compound_top3,sell,2026-01-23 02:12:00,705.0,1.485,1,leg_gt,0.07,60 -42585,sell_compound_top3,sell,2026-01-23 02:15:00,706.0,1.6291,1,leg_gt,0.08,60 -42586,sell_compound_top3,sell,2026-01-23 02:18:00,705.0,1.485,1,leg_gt,0.08,60 -42587,sell_compound_top3,sell,2026-01-23 02:54:00,706.0,1.6291,1,leg_gt,0.1,60 -42588,sell_compound_top3,sell,2026-01-23 02:57:00,706.0,1.6291,1,leg_gt,0.1,60 -42589,sell_compound_top3,sell,2026-01-23 03:24:00,704.0,1.3409,1,leg_gt,0.12,60 -42590,sell_compound_top3,sell,2026-01-23 09:21:00,703.0,1.1968,1,leg_gt,0.37,60 -42591,sell_compound_top3,sell,2026-01-23 09:24:00,703.0,1.1968,1,leg_gt,0.37,60 -42592,sell_compound_top3,sell,2026-01-23 09:27:00,704.0,1.3409,1,leg_gt,0.38,60 -42593,sell_compound_top3,sell,2026-01-23 10:12:00,704.0,1.3409,1,leg_gt,0.41,60 -42594,sell_compound_top3,sell,2026-01-23 10:51:00,706.0,1.6291,1,leg_gt,0.43,60 -42595,sell_compound_top3,sell,2026-01-23 10:54:00,708.0,1.9173,1,leg_gt,0.44,60 -42596,sell_compound_top3,sell,2026-01-23 11:00:00,708.0,1.9173,1,leg_gt,0.44,60 -42597,sell_compound_top3,sell,2026-01-23 11:03:00,708.0,1.9173,1,leg_gt,0.44,60 -42598,sell_compound_top3,sell,2026-01-23 11:06:00,708.0,1.9173,1,leg_gt,0.44,60 -42599,sell_compound_top3,sell,2026-01-23 11:09:00,707.0,1.7732,1,leg_gt,0.45,60 -42600,sell_compound_top3,sell,2026-01-23 11:12:00,708.0,1.9173,1,leg_gt,0.45,60 -42601,sell_compound_top3,sell,2026-01-23 12:36:00,711.0,2.3496,1,leg_gt,0.51,60 -42602,sell_compound_top3,sell,2026-01-23 12:39:00,711.0,2.3496,1,leg_gt,0.51,60 -42603,sell_compound_top3,sell,2026-01-23 12:42:00,711.0,2.3496,1,leg_gt,0.51,60 -42604,sell_compound_top3,sell,2026-01-23 13:30:00,715.0,2.9259,1,leg_gt,0.54,60 -42605,sell_compound_top3,sell,2026-01-23 13:33:00,714.0,2.7818,1,leg_gt,0.55,60 -42606,sell_compound_top3,sell,2026-01-23 13:36:00,715.0,2.9259,1,leg_gt,0.55,60 -42607,sell_compound_top3,sell,2026-01-23 13:39:00,714.0,2.7818,1,leg_gt,0.55,60 -42608,sell_compound_top3,sell,2026-01-23 13:42:00,714.0,2.7818,1,leg_gt,0.55,60 -42609,sell_compound_top3,sell,2026-01-23 13:51:00,716.0,3.07,1,leg_gt,0.56,60 -42610,sell_compound_top3,sell,2026-01-23 13:54:00,716.0,3.07,1,leg_gt,0.56,60 -42611,sell_compound_top3,sell,2026-01-23 13:57:00,716.0,3.07,1,leg_gt,0.56,60 -42612,sell_compound_top3,sell,2026-01-23 20:51:00,705.0,1.485,1,leg_gt,0.85,60 -42613,sell_compound_top3,sell,2026-01-23 20:54:00,705.0,1.485,1,leg_gt,0.85,60 -42614,sell_compound_top3,sell,2026-01-24 01:42:00,707.0,2.6616,1,leg_gt,0.07,60 -42615,sell_compound_top3,sell,2026-01-24 01:45:00,708.0,2.807,1,leg_gt,0.07,60 -42616,sell_compound_top3,sell,2026-01-24 01:48:00,708.0,2.807,1,leg_gt,0.08,60 -42617,sell_compound_top3,sell,2026-01-24 01:51:00,709.0,2.9523,1,leg_gt,0.08,60 -42618,sell_compound_top3,sell,2026-01-24 01:54:00,707.0,2.6616,1,leg_gt,0.08,60 -42619,sell_compound_top3,sell,2026-01-24 02:45:00,713.0,3.5337,1,leg_gt,0.11,60 -42620,sell_compound_top3,sell,2026-01-24 02:48:00,713.0,3.5337,1,leg_gt,0.12,60 -42621,sell_compound_top3,sell,2026-01-24 11:12:00,693.0,0.6267,1,leg_gt,0.47,60 -42622,sell_compound_top3,sell,2026-01-24 11:15:00,692.0,0.4814,1,leg_gt,0.47,60 -42623,sell_compound_top3,sell,2026-01-24 11:18:00,693.0,0.6267,1,leg_gt,0.47,60 -42624,sell_compound_top3,sell,2026-01-24 11:21:00,692.0,0.4814,1,leg_gt,0.47,60 -42625,sell_compound_top3,sell,2026-01-24 11:24:00,692.0,0.4814,1,leg_gt,0.48,60 -42626,sell_compound_top3,sell,2026-01-24 11:42:00,693.0,0.6267,1,leg_gt,0.49,60 -42627,sell_compound_top3,sell,2026-01-24 12:06:00,695.0,0.9174,1,leg_gt,0.5,60 -42628,sell_compound_top3,sell,2026-01-24 12:09:00,696.0,1.0628,1,leg_gt,0.51,60 -42629,sell_compound_top3,sell,2026-01-24 12:45:00,700.0,1.6442,1,leg_gt,0.53,60 -42630,sell_compound_top3,sell,2026-01-24 12:48:00,700.0,1.6442,1,leg_gt,0.53,60 -42631,sell_compound_top3,sell,2026-01-24 12:51:00,698.0,1.3535,1,leg_gt,0.54,60 -42632,sell_compound_top3,sell,2026-01-24 12:54:00,700.0,1.6442,1,leg_gt,0.54,60 -42633,sell_compound_top3,sell,2026-01-24 18:00:00,699.0,1.4988,1,leg_gt,0.75,60 -42634,sell_compound_top3,sell,2026-01-24 18:03:00,698.0,1.3535,1,leg_gt,0.75,60 -42635,sell_compound_top3,sell,2026-01-24 19:51:00,699.0,1.4988,1,leg_gt,0.83,60 -42636,sell_compound_top3,sell,2026-01-24 19:54:00,699.0,1.4988,1,leg_gt,0.83,60 -42637,sell_compound_top3,sell,2026-01-24 20:00:00,699.0,1.4988,1,leg_gt,0.83,60 -42638,sell_compound_top3,sell,2026-01-24 20:03:00,700.0,1.6442,1,leg_gt,0.84,60 -42639,sell_compound_top3,sell,2026-01-24 20:12:00,700.0,1.6442,1,leg_gt,0.84,60 -42640,sell_compound_top3,sell,2026-01-24 20:15:00,700.0,1.6442,1,leg_gt,0.84,60 -42641,sell_compound_top3,sell,2026-01-24 20:18:00,700.0,1.6442,1,leg_gt,0.85,60 -42642,sell_compound_top3,sell,2026-01-24 20:21:00,700.0,1.6442,1,leg_gt,0.85,60 -42643,sell_compound_top3,sell,2026-01-24 20:24:00,700.0,1.6442,1,leg_gt,0.85,60 -42644,sell_compound_top3,sell,2026-01-24 20:30:00,701.0,1.7895,1,leg_gt,0.85,60 -42645,sell_compound_top3,sell,2026-01-24 20:33:00,702.0,1.9349,1,leg_gt,0.86,60 -42646,sell_compound_top3,sell,2026-01-24 20:36:00,701.0,1.7895,1,leg_gt,0.86,60 -42647,sell_compound_top3,sell,2026-01-24 20:39:00,702.0,1.9349,1,leg_gt,0.86,60 -42648,sell_compound_top3,sell,2026-01-24 20:42:00,701.0,1.7895,1,leg_gt,0.86,60 -42649,sell_compound_top3,sell,2026-01-24 20:45:00,701.0,1.7895,1,leg_gt,0.86,60 -42650,sell_compound_top3,sell,2026-01-24 20:48:00,701.0,1.7895,1,leg_gt,0.87,60 -42651,sell_compound_top3,sell,2026-01-24 21:12:00,703.0,2.0802,1,leg_gt,0.88,60 -42652,sell_compound_top3,sell,2026-01-24 21:21:00,703.0,2.0802,1,leg_gt,0.89,60 -42653,sell_compound_top3,sell,2026-01-24 21:24:00,703.0,2.0802,1,leg_gt,0.89,60 -42654,sell_compound_top3,sell,2026-01-24 21:27:00,702.0,1.9349,1,leg_gt,0.89,60 -42655,sell_compound_top3,sell,2026-01-24 21:30:00,703.0,2.0802,1,leg_gt,0.9,60 -42656,sell_compound_top3,sell,2026-01-24 21:33:00,703.0,2.0802,1,leg_gt,0.9,60 -42657,sell_compound_top3,sell,2026-01-24 22:00:00,703.0,2.0802,1,leg_gt,0.92,60 -42658,sell_compound_top3,sell,2026-01-24 22:03:00,703.0,2.0802,1,leg_gt,0.92,60 -42659,sell_compound_top3,sell,2026-01-25 03:42:00,698.0,1.3535,1,leg_gt,1.15,60 -42660,sell_compound_top3,sell,2026-01-25 03:51:00,698.0,1.3535,1,leg_gt,1.16,60 -42661,sell_compound_top3,sell,2026-01-25 03:54:00,696.0,1.0628,1,leg_gt,1.16,60 -42662,sell_compound_top3,sell,2026-01-25 05:21:00,698.0,1.3535,1,leg_gt,1.22,60 -42663,sell_compound_top3,sell,2026-01-25 05:24:00,698.0,1.3535,1,leg_gt,1.23,60 -42664,sell_compound_top3,sell,2026-01-25 15:00:00,693.0,0.6267,1,leg_gt,1.62,60 -42665,sell_compound_top3,sell,2026-01-25 15:03:00,694.0,0.7721,1,leg_gt,1.63,60 -42666,sell_compound_top3,sell,2026-01-25 15:27:00,693.0,0.6267,1,leg_gt,1.64,60 -42667,sell_compound_top3,sell,2026-01-25 15:30:00,693.0,0.6267,1,leg_gt,1.65,60 -42668,sell_compound_top3,sell,2026-01-25 15:33:00,694.0,0.7721,1,leg_gt,1.65,60 -42669,sell_compound_top3,sell,2026-01-25 15:36:00,694.0,0.7721,1,leg_gt,1.65,60 -42670,sell_compound_top3,sell,2026-01-25 15:39:00,693.0,0.6267,1,leg_gt,1.65,60 -42671,sell_compound_top3,sell,2026-01-25 18:45:00,693.0,0.6267,1,leg_gt,1.78,60 -42672,sell_compound_top3,sell,2026-01-25 18:48:00,694.0,0.7721,1,leg_gt,1.78,60 -42673,sell_compound_top3,sell,2026-01-25 18:51:00,692.0,0.4814,1,leg_gt,1.79,60 -42674,sell_compound_top3,sell,2026-01-25 18:54:00,692.0,0.4814,1,leg_gt,1.79,60 -42675,sell_compound_top3,sell,2026-01-25 19:21:00,694.0,0.7721,1,leg_gt,1.81,60 -42676,sell_compound_top3,sell,2026-01-25 19:24:00,696.0,1.0628,1,leg_gt,1.81,60 -42677,sell_compound_top3,sell,2026-01-25 19:27:00,696.0,1.0628,1,leg_gt,1.81,60 -42678,sell_compound_top3,sell,2026-01-25 19:42:00,698.0,1.3535,1,leg_gt,1.82,60 -42679,sell_compound_top3,sell,2026-01-25 19:45:00,697.0,1.2081,1,leg_gt,1.82,60 -42680,sell_compound_top3,sell,2026-01-25 19:48:00,697.0,1.2081,1,leg_gt,1.82,60 -42681,sell_compound_top3,sell,2026-01-26 08:51:00,657.0,1.7605,1,leg_gt,0.14,60 -42682,sell_compound_top3,sell,2026-01-26 08:54:00,656.0,1.6054,1,leg_gt,0.14,60 -42683,sell_compound_top3,sell,2026-01-26 09:12:00,657.0,1.7605,1,leg_gt,0.15,60 -42684,sell_compound_top3,sell,2026-01-26 09:15:00,657.0,1.7605,1,leg_gt,0.15,60 -42685,sell_compound_top3,sell,2026-01-26 09:18:00,659.0,2.0705,1,leg_gt,0.16,60 -42686,sell_compound_top3,sell,2026-01-26 10:00:00,659.0,2.0705,1,leg_gt,0.19,60 -42687,sell_compound_top3,sell,2026-01-26 10:03:00,662.0,2.5357,1,leg_gt,0.19,60 -42688,sell_compound_top3,sell,2026-01-26 10:27:00,666.0,3.1558,1,leg_gt,0.2,60 -42689,sell_compound_top3,sell,2026-01-26 10:30:00,668.0,3.4659,1,leg_gt,0.21,60 -42690,sell_compound_top3,sell,2026-01-26 10:33:00,669.0,3.6209,1,leg_gt,0.21,60 -42691,sell_compound_top3,sell,2026-01-26 10:36:00,669.0,3.6209,1,leg_gt,0.21,60 -42692,sell_compound_top3,sell,2026-01-26 10:39:00,669.0,3.6209,1,leg_gt,0.21,60 -42693,sell_compound_top3,sell,2026-01-26 10:42:00,669.0,3.6209,1,leg_gt,0.21,60 -42694,sell_compound_top3,sell,2026-01-26 10:45:00,670.0,3.776,1,leg_gt,0.22,60 -42695,sell_compound_top3,sell,2026-01-26 10:48:00,670.0,3.776,1,leg_gt,0.22,60 -42696,sell_compound_top3,sell,2026-01-26 16:06:00,667.0,3.3109,1,leg_gt,0.44,60 -42697,sell_compound_top3,sell,2026-01-26 16:09:00,667.0,3.3109,1,leg_gt,0.44,60 -42698,sell_compound_top3,sell,2026-01-26 16:12:00,668.0,3.4659,1,leg_gt,0.44,60 -42699,sell_compound_top3,sell,2026-01-26 16:21:00,668.0,3.4659,1,leg_gt,0.45,60 -42700,sell_compound_top3,sell,2026-01-26 16:24:00,668.0,3.4659,1,leg_gt,0.45,60 -42701,sell_compound_top3,sell,2026-01-26 17:36:00,670.0,3.776,1,leg_gt,0.5,60 -42702,sell_compound_top3,sell,2026-01-26 17:39:00,670.0,3.776,1,leg_gt,0.5,60 -42703,sell_compound_top3,sell,2026-01-26 21:12:00,667.0,3.3109,1,leg_gt,0.65,60 -42704,sell_compound_top3,sell,2026-01-26 22:00:00,669.0,3.6209,1,leg_gt,0.69,60 -42705,sell_compound_top3,sell,2026-01-26 22:03:00,670.0,3.776,1,leg_gt,0.69,60 -42706,sell_compound_top3,sell,2026-01-26 22:06:00,670.0,3.776,1,leg_gt,0.69,60 -42707,sell_compound_top3,sell,2026-01-26 22:09:00,669.0,3.6209,1,leg_gt,0.69,60 -42708,sell_compound_top3,sell,2026-01-26 22:12:00,668.0,3.4659,1,leg_gt,0.69,60 -42709,sell_compound_top3,sell,2026-01-26 22:42:00,674.0,4.3961,1,leg_gt,0.71,60 -42710,sell_compound_top3,sell,2026-01-26 22:45:00,674.0,4.3961,1,leg_gt,0.72,60 -42711,sell_compound_top3,sell,2026-01-26 22:48:00,675.0,4.5512,1,leg_gt,0.72,60 -42712,sell_compound_top3,sell,2026-01-26 23:51:00,675.0,4.5512,1,leg_gt,0.76,60 -42713,sell_compound_top3,sell,2026-01-26 23:54:00,675.0,4.5512,1,leg_gt,0.76,60 -42714,sell_compound_top3,sell,2026-01-27 00:06:00,678.0,5.0163,1,leg_gt,0.77,60 -42715,sell_compound_top3,sell,2026-01-27 00:09:00,678.0,5.0163,1,leg_gt,0.78,60 -42716,sell_compound_top3,sell,2026-01-27 00:27:00,681.0,5.4814,1,leg_gt,0.79,60 -42717,sell_compound_top3,sell,2026-01-27 03:42:00,678.0,5.0163,1,leg_gt,0.92,60 -42718,sell_compound_top3,sell,2026-01-27 04:00:00,680.0,5.3264,1,leg_gt,0.94,60 -42719,sell_compound_top3,sell,2026-01-27 04:03:00,681.0,5.4814,1,leg_gt,0.94,60 -42720,sell_compound_top3,sell,2026-01-27 10:51:00,675.0,4.5512,1,leg_gt,1.22,60 -42721,sell_compound_top3,sell,2026-01-27 10:54:00,674.0,4.3961,1,leg_gt,1.22,60 -42722,sell_compound_top3,sell,2026-01-27 20:30:00,668.0,3.4659,1,leg_gt,1.62,60 -42723,sell_compound_top3,sell,2026-01-27 20:33:00,668.0,3.4659,1,leg_gt,1.62,60 -42724,sell_compound_top3,sell,2026-01-28 00:57:00,670.0,3.776,1,leg_gt,1.81,60 -42725,sell_compound_top3,sell,2026-01-28 01:27:00,676.0,4.7062,1,leg_gt,1.83,60 -42726,sell_compound_top3,sell,2026-01-28 01:42:00,680.0,5.3264,1,leg_gt,1.84,60 -42727,sell_compound_top3,sell,2026-01-28 01:45:00,681.0,5.4814,1,leg_gt,1.84,60 -42728,sell_compound_top3,sell,2026-01-28 01:48:00,680.0,5.3264,1,leg_gt,1.84,60 -42729,sell_compound_top3,sell,2026-01-28 05:12:00,675.0,2.7963,1,leg_gt,0.1,60 -42730,sell_compound_top3,sell,2026-01-28 05:15:00,675.0,2.7963,1,leg_gt,0.1,60 -42731,sell_compound_top3,sell,2026-01-28 05:18:00,676.0,2.9488,1,leg_gt,0.1,60 -42732,sell_compound_top3,sell,2026-01-28 05:36:00,681.0,3.711,1,leg_gt,0.12,60 -42733,sell_compound_top3,sell,2026-01-28 05:39:00,678.0,3.2537,1,leg_gt,0.12,60 -42734,sell_compound_top3,sell,2026-01-28 05:51:00,679.0,3.4061,1,leg_gt,0.13,60 -42735,sell_compound_top3,sell,2026-01-28 05:54:00,679.0,3.4061,1,leg_gt,0.13,60 -42736,sell_compound_top3,sell,2026-01-28 05:57:00,680.0,3.5585,1,leg_gt,0.13,60 -42737,sell_compound_top3,sell,2026-01-28 16:00:00,670.0,2.0341,1,leg_gt,0.55,60 -42738,sell_compound_top3,sell,2026-01-28 16:03:00,670.0,2.0341,1,leg_gt,0.55,60 -42739,sell_compound_top3,sell,2026-01-28 19:00:00,673.0,2.4915,1,leg_gt,0.68,60 -42740,sell_compound_top3,sell,2026-01-28 19:03:00,673.0,2.4915,1,leg_gt,0.68,60 -42741,sell_compound_top3,sell,2026-01-29 05:21:00,667.0,1.5768,1,leg_gt,1.11,60 -42742,sell_compound_top3,sell,2026-01-29 05:24:00,668.0,1.7293,1,leg_gt,1.11,60 -42743,sell_compound_top3,sell,2026-01-29 06:21:00,734.0,11.7902,1,leg_gt,1.15,60 -42744,sell_compound_top3,sell,2026-01-29 06:24:00,732.0,11.4854,1,leg_gt,1.15,60 -42745,sell_compound_top3,sell,2026-01-29 06:27:00,739.0,12.5524,1,leg_gt,1.15,60 -42746,sell_compound_top3,sell,2026-01-29 06:30:00,754.0,14.839,1,leg_gt,1.15,60 -42747,sell_compound_top3,sell,2026-01-29 06:33:00,754.0,14.839,1,leg_gt,1.16,60 -42748,sell_compound_top3,sell,2026-01-29 06:36:00,763.0,16.211,1,leg_gt,1.16,60 -42749,sell_compound_top3,sell,2026-01-29 06:39:00,779.0,18.65,1,leg_gt,1.16,60 -42750,sell_compound_top3,sell,2026-01-29 06:42:00,787.0,19.8695,1,leg_gt,1.16,60 -42751,sell_compound_top3,sell,2026-01-29 06:45:00,779.0,18.65,1,leg_gt,1.16,60 -42752,sell_compound_top3,sell,2026-01-29 06:48:00,798.0,21.5463,1,leg_gt,1.17,60 -42753,sell_compound_top3,sell,2026-01-29 06:51:00,806.0,22.7659,1,leg_gt,1.17,60 -42754,sell_compound_top3,sell,2026-01-29 06:54:00,806.0,22.7659,1,leg_gt,1.17,60 -42755,sell_compound_top3,sell,2026-01-29 06:57:00,782.0,19.1073,1,leg_gt,1.17,60 -42756,sell_compound_top3,sell,2026-01-29 07:30:00,850.0,29.4732,1,leg_gt,1.2,60 -42757,sell_compound_top3,sell,2026-01-29 07:33:00,872.0,32.8268,1,leg_gt,1.2,60 -42758,sell_compound_top3,sell,2026-01-29 07:57:00,907.0,38.1622,1,leg_gt,1.21,60 -42759,sell_compound_top3,sell,2026-01-29 08:00:00,912.0,38.9244,1,leg_gt,1.22,60 -42760,sell_compound_top3,sell,2026-01-29 08:03:00,923.0,40.6012,1,leg_gt,1.22,60 -42761,sell_compound_top3,sell,2026-01-30 01:06:00,719.0,3.6518,1,leg_gt,0.04,60 -42762,sell_compound_top3,sell,2026-01-30 01:09:00,721.0,3.9404,1,leg_gt,0.04,60 -42763,sell_compound_top3,sell,2026-01-30 01:12:00,726.0,4.6619,1,leg_gt,0.04,60 -42764,sell_compound_top3,sell,2026-01-30 07:15:00,704.0,1.4873,1,leg_gt,0.29,60 -42765,sell_compound_top3,sell,2026-01-30 07:18:00,705.0,1.6316,1,leg_gt,0.3,60 -42766,sell_compound_top3,sell,2026-01-30 07:21:00,703.0,1.343,1,leg_gt,0.3,60 -42767,sell_compound_top3,sell,2026-01-30 07:24:00,702.0,1.1987,1,leg_gt,0.3,60 -42768,sell_compound_top3,sell,2026-01-30 07:51:00,705.0,1.6316,1,leg_gt,0.32,60 -42769,sell_compound_top3,sell,2026-01-30 07:54:00,708.0,2.0645,1,leg_gt,0.32,60 -42770,sell_compound_top3,sell,2026-01-30 07:57:00,708.0,2.0645,1,leg_gt,0.32,60 -42771,sell_compound_top3,sell,2026-01-30 13:51:00,691.0,4.2807,1,leg_gt,0.1,60 -42772,sell_compound_top3,sell,2026-01-30 13:54:00,689.0,3.9785,1,leg_gt,0.1,60 -42773,sell_compound_top3,sell,2026-01-30 13:57:00,687.0,3.6764,1,leg_gt,0.11,60 -42774,sell_compound_top3,sell,2026-01-30 19:51:00,677.0,1.0958,1,leg_gt,0.06,60 -42775,sell_compound_top3,sell,2026-01-30 19:54:00,678.0,1.2453,1,leg_gt,0.06,60 -42776,sell_compound_top3,sell,2026-01-30 19:57:00,678.0,1.2453,1,leg_gt,0.07,60 -42777,sell_compound_top3,sell,2026-01-30 20:12:00,679.0,1.3948,1,leg_gt,0.08,60 -42778,sell_compound_top3,sell,2026-01-30 20:30:00,684.0,2.1422,1,leg_gt,0.09,60 -42779,sell_compound_top3,sell,2026-01-30 20:33:00,685.0,2.2916,1,leg_gt,0.09,60 -42780,sell_compound_top3,sell,2026-01-30 20:36:00,683.0,1.9927,1,leg_gt,0.09,60 -42781,sell_compound_top3,sell,2026-01-30 20:39:00,683.0,1.9927,1,leg_gt,0.1,60 -42782,sell_compound_top3,sell,2026-01-30 20:42:00,685.0,2.2916,1,leg_gt,0.1,60 -42783,sell_compound_top3,sell,2026-01-30 21:00:00,686.0,2.4411,1,leg_gt,0.11,60 -42784,sell_compound_top3,sell,2026-01-30 21:03:00,687.0,2.5906,1,leg_gt,0.11,60 -42785,sell_compound_top3,sell,2026-01-30 22:21:00,686.0,2.4411,1,leg_gt,0.17,60 -42786,sell_compound_top3,sell,2026-01-30 22:24:00,684.0,2.1422,1,leg_gt,0.17,60 -42787,sell_compound_top3,sell,2026-01-30 23:42:00,688.0,2.7401,1,leg_gt,0.22,60 -42788,sell_compound_top3,sell,2026-01-30 23:45:00,689.0,2.8895,1,leg_gt,0.22,60 -42789,sell_compound_top3,sell,2026-01-30 23:48:00,688.0,2.7401,1,leg_gt,0.23,60 -42790,sell_compound_top3,sell,2026-01-31 01:45:00,695.0,3.7864,1,leg_gt,0.31,60 -42791,sell_compound_top3,sell,2026-01-31 01:48:00,693.0,3.4874,1,leg_gt,0.31,60 -42792,sell_compound_top3,sell,2026-01-31 02:21:00,694.0,3.6369,1,leg_gt,0.33,60 -42793,sell_compound_top3,sell,2026-01-31 02:24:00,697.0,4.0854,1,leg_gt,0.34,60 -42794,sell_compound_top3,sell,2026-01-31 02:30:00,698.0,4.2348,1,leg_gt,0.34,60 -42795,sell_compound_top3,sell,2026-01-31 02:33:00,695.0,3.7864,1,leg_gt,0.34,60 -42796,sell_compound_top3,sell,2026-01-31 02:45:00,698.0,4.2348,1,leg_gt,0.35,60 -42797,sell_compound_top3,sell,2026-01-31 02:48:00,696.0,3.9359,1,leg_gt,0.35,60 -42798,sell_compound_top3,sell,2026-01-31 03:51:00,699.0,4.3843,1,leg_gt,0.4,60 -42799,sell_compound_top3,sell,2026-01-31 03:54:00,698.0,4.2348,1,leg_gt,0.4,60 -42800,sell_compound_top3,sell,2026-01-31 03:57:00,703.0,4.9822,1,leg_gt,0.4,60 -42801,sell_compound_top3,sell,2026-01-31 04:00:00,702.0,4.8327,1,leg_gt,0.4,60 -42802,sell_compound_top3,sell,2026-01-31 04:03:00,702.0,4.8327,1,leg_gt,0.4,60 -42803,sell_compound_top3,sell,2026-01-31 04:06:00,704.0,5.1317,1,leg_gt,0.41,60 -42804,sell_compound_top3,sell,2026-01-31 04:09:00,704.0,5.1317,1,leg_gt,0.41,60 -42805,sell_compound_top3,sell,2026-01-31 04:12:00,701.0,4.6833,1,leg_gt,0.41,60 -42806,sell_compound_top3,sell,2026-01-31 04:15:00,704.0,5.1317,1,leg_gt,0.41,60 -42807,sell_compound_top3,sell,2026-01-31 04:18:00,705.0,5.2812,1,leg_gt,0.41,60 -42808,sell_compound_top3,sell,2026-01-31 04:21:00,706.0,5.4306,1,leg_gt,0.42,60 -42809,sell_compound_top3,sell,2026-01-31 04:24:00,706.0,5.4306,1,leg_gt,0.42,60 -42810,sell_compound_top3,sell,2026-01-31 04:27:00,709.0,5.8791,1,leg_gt,0.42,60 -42811,sell_compound_top3,sell,2026-01-31 04:30:00,707.0,5.5801,1,leg_gt,0.42,60 -42812,sell_compound_top3,sell,2026-01-31 04:33:00,706.0,5.4306,1,leg_gt,0.42,60 -42813,sell_compound_top3,sell,2026-01-31 04:36:00,708.0,5.7296,1,leg_gt,0.43,60 -42814,sell_compound_top3,sell,2026-01-31 04:39:00,709.0,5.8791,1,leg_gt,0.43,60 -42815,sell_compound_top3,sell,2026-01-31 06:51:00,711.0,6.178,1,leg_gt,0.52,60 -42816,sell_compound_top3,sell,2026-01-31 06:54:00,711.0,6.178,1,leg_gt,0.52,60 -42817,sell_compound_top3,sell,2026-01-31 06:57:00,711.0,6.178,1,leg_gt,0.52,60 -42818,sell_compound_top3,sell,2026-02-01 06:06:00,603.0,5.3196,1,leg_gt,0.1,60 -42819,sell_compound_top3,sell,2026-02-01 06:09:00,606.0,5.8441,1,leg_gt,0.1,60 -42820,sell_compound_top3,sell,2026-02-01 06:27:00,612.0,6.893,1,leg_gt,0.11,60 -42821,sell_compound_top3,sell,2026-02-01 06:30:00,614.0,7.2427,1,leg_gt,0.12,60 -42822,sell_compound_top3,sell,2026-02-01 06:33:00,611.0,6.7182,1,leg_gt,0.12,60 -42823,sell_compound_top3,sell,2026-02-01 06:36:00,616.0,7.5923,1,leg_gt,0.12,60 -42824,sell_compound_top3,sell,2026-02-01 06:39:00,617.0,7.7671,1,leg_gt,0.12,60 -42825,sell_compound_top3,sell,2026-02-01 06:42:00,619.0,8.1168,1,leg_gt,0.12,60 -42826,sell_compound_top3,sell,2026-02-01 06:45:00,617.0,7.7671,1,leg_gt,0.13,60 -42827,sell_compound_top3,sell,2026-02-01 06:48:00,617.0,7.7671,1,leg_gt,0.13,60 -42828,sell_compound_top3,sell,2026-02-01 06:51:00,617.0,7.7671,1,leg_gt,0.13,60 -42829,sell_compound_top3,sell,2026-02-01 06:54:00,617.0,7.7671,1,leg_gt,0.13,60 -42830,sell_compound_top3,sell,2026-02-01 08:30:00,620.0,8.2916,1,leg_gt,0.2,60 -42831,sell_compound_top3,sell,2026-02-01 08:33:00,617.0,7.7671,1,leg_gt,0.2,60 -42832,sell_compound_top3,sell,2026-02-01 08:36:00,619.0,8.1168,1,leg_gt,0.2,60 -42833,sell_compound_top3,sell,2026-02-01 08:39:00,617.0,7.7671,1,leg_gt,0.21,60 -42834,sell_compound_top3,sell,2026-02-01 09:12:00,623.0,8.8161,1,leg_gt,0.23,60 -42835,sell_compound_top3,sell,2026-02-01 09:15:00,621.0,8.4664,1,leg_gt,0.23,60 -42836,sell_compound_top3,sell,2026-02-01 09:18:00,621.0,8.4664,1,leg_gt,0.23,60 -42837,sell_compound_top3,sell,2026-02-01 19:12:00,611.0,6.7182,1,leg_gt,0.65,60 -42838,sell_compound_top3,sell,2026-02-02 03:30:00,590.0,3.0469,1,leg_gt,0.99,60 -42839,sell_compound_top3,sell,2026-02-02 03:33:00,589.0,2.872,1,leg_gt,0.99,60 -42840,sell_compound_top3,sell,2026-02-02 09:36:00,591.0,3.5842,1,leg_gt,0.06,60 -42841,sell_compound_top3,sell,2026-02-02 09:39:00,595.0,4.286,1,leg_gt,0.06,60 -42842,sell_compound_top3,sell,2026-02-02 09:42:00,592.0,3.7596,1,leg_gt,0.06,60 -42843,sell_compound_top3,sell,2026-02-02 09:45:00,593.0,3.9351,1,leg_gt,0.07,60 -42844,sell_compound_top3,sell,2026-02-02 09:48:00,593.0,3.9351,1,leg_gt,0.07,60 -42845,sell_compound_top3,sell,2026-02-02 09:51:00,593.0,3.9351,1,leg_gt,0.07,60 -42846,sell_compound_top3,sell,2026-02-02 09:54:00,592.0,3.7596,1,leg_gt,0.07,60 -42847,sell_compound_top3,sell,2026-02-02 10:27:00,599.0,4.9877,1,leg_gt,0.1,60 -42848,sell_compound_top3,sell,2026-02-02 10:30:00,600.0,5.1632,1,leg_gt,0.1,60 -42849,sell_compound_top3,sell,2026-02-02 10:33:00,599.0,4.9877,1,leg_gt,0.1,60 -42850,sell_compound_top3,sell,2026-02-02 10:36:00,599.0,4.9877,1,leg_gt,0.1,60 -42851,sell_compound_top3,sell,2026-02-02 10:39:00,597.0,4.6368,1,leg_gt,0.1,60 -42852,sell_compound_top3,sell,2026-02-02 10:42:00,597.0,4.6368,1,leg_gt,0.11,60 -42853,sell_compound_top3,sell,2026-02-02 21:42:00,596.0,4.0958,1,leg_gt,0.25,60 -42854,sell_compound_top3,sell,2026-02-02 22:27:00,599.0,4.6203,1,leg_gt,0.29,60 -42855,sell_compound_top3,sell,2026-02-02 22:30:00,598.0,4.4455,1,leg_gt,0.29,60 -42856,sell_compound_top3,sell,2026-02-02 22:33:00,597.0,4.2706,1,leg_gt,0.29,60 -42857,sell_compound_top3,sell,2026-02-02 22:36:00,598.0,4.4455,1,leg_gt,0.29,60 -42858,sell_compound_top3,sell,2026-02-02 22:39:00,598.0,4.4455,1,leg_gt,0.29,60 -42859,sell_compound_top3,sell,2026-02-02 22:42:00,599.0,4.6203,1,leg_gt,0.3,60 -42860,sell_compound_top3,sell,2026-02-03 00:30:00,601.0,4.9699,1,leg_gt,0.37,60 -42861,sell_compound_top3,sell,2026-02-03 00:33:00,603.0,5.3196,1,leg_gt,0.37,60 -42862,sell_compound_top3,sell,2026-02-03 00:57:00,605.0,5.6692,1,leg_gt,0.39,60 -42863,sell_compound_top3,sell,2026-02-03 01:00:00,607.0,6.0189,1,leg_gt,0.39,60 -42864,sell_compound_top3,sell,2026-02-03 01:03:00,605.0,5.6692,1,leg_gt,0.39,60 -42865,sell_compound_top3,sell,2026-02-03 07:12:00,595.0,3.921,1,leg_gt,0.65,60 -42866,sell_compound_top3,sell,2026-02-03 07:36:00,596.0,4.0958,1,leg_gt,0.67,60 -42867,sell_compound_top3,sell,2026-02-03 07:39:00,596.0,4.0958,1,leg_gt,0.67,60 -42868,sell_compound_top3,sell,2026-02-03 07:45:00,596.0,4.0958,1,leg_gt,0.67,60 -42869,sell_compound_top3,sell,2026-02-03 07:48:00,597.0,4.2706,1,leg_gt,0.68,60 -42870,sell_compound_top3,sell,2026-02-03 07:51:00,596.0,4.0958,1,leg_gt,0.68,60 -42871,sell_compound_top3,sell,2026-02-03 07:54:00,597.0,4.2706,1,leg_gt,0.68,60 -42872,sell_compound_top3,sell,2026-02-03 07:57:00,596.0,4.0958,1,leg_gt,0.68,60 -42873,sell_compound_top3,sell,2026-02-03 08:30:00,602.0,5.1448,1,leg_gt,0.7,60 -42874,sell_compound_top3,sell,2026-02-03 08:33:00,603.0,5.3196,1,leg_gt,0.71,60 -42875,sell_compound_top3,sell,2026-02-03 08:51:00,610.0,6.5434,1,leg_gt,0.72,60 -42876,sell_compound_top3,sell,2026-02-03 08:54:00,608.0,6.1937,1,leg_gt,0.72,60 -42877,sell_compound_top3,sell,2026-02-03 08:57:00,609.0,6.3685,1,leg_gt,0.72,60 -42878,sell_compound_top3,sell,2026-02-03 09:27:00,610.0,6.5434,1,leg_gt,0.74,60 -42879,sell_compound_top3,sell,2026-02-03 13:51:00,602.0,1.9339,1,leg_gt,0.08,60 -42880,sell_compound_top3,sell,2026-02-03 13:54:00,601.0,1.7644,1,leg_gt,0.08,60 -42881,sell_compound_top3,sell,2026-02-03 13:57:00,600.0,1.5949,1,leg_gt,0.08,60 -42882,sell_compound_top3,sell,2026-02-03 17:36:00,602.0,1.9339,1,leg_gt,0.23,60 -42883,sell_compound_top3,sell,2026-02-03 17:39:00,601.0,1.7644,1,leg_gt,0.24,60 -42884,sell_compound_top3,sell,2026-02-03 20:51:00,599.0,1.4254,1,leg_gt,0.37,60 -42885,sell_compound_top3,sell,2026-02-03 20:54:00,599.0,1.4254,1,leg_gt,0.37,60 -42886,sell_compound_top3,sell,2026-02-03 21:12:00,600.0,1.5949,1,leg_gt,0.38,60 -42887,sell_compound_top3,sell,2026-02-03 21:15:00,602.0,1.9339,1,leg_gt,0.39,60 -42888,sell_compound_top3,sell,2026-02-03 21:18:00,602.0,1.9339,1,leg_gt,0.39,60 -42889,sell_compound_top3,sell,2026-02-03 21:21:00,602.0,1.9339,1,leg_gt,0.39,60 -42890,sell_compound_top3,sell,2026-02-03 21:24:00,603.0,2.1034,1,leg_gt,0.39,60 -42891,sell_compound_top3,sell,2026-02-03 21:27:00,604.0,2.2729,1,leg_gt,0.39,60 -42892,sell_compound_top3,sell,2026-02-03 21:30:00,604.0,2.2729,1,leg_gt,0.4,60 -42893,sell_compound_top3,sell,2026-02-03 21:33:00,602.0,1.9339,1,leg_gt,0.4,60 -42894,sell_compound_top3,sell,2026-02-03 21:42:00,602.0,1.9339,1,leg_gt,0.4,60 -42895,sell_compound_top3,sell,2026-02-03 21:45:00,603.0,2.1034,1,leg_gt,0.41,60 -42896,sell_compound_top3,sell,2026-02-03 21:48:00,605.0,2.4424,1,leg_gt,0.41,60 -42897,sell_compound_top3,sell,2026-02-03 21:57:00,607.0,2.7814,1,leg_gt,0.41,60 -42898,sell_compound_top3,sell,2026-02-03 22:12:00,605.0,2.4424,1,leg_gt,0.42,60 -42899,sell_compound_top3,sell,2026-02-03 22:21:00,607.0,2.7814,1,leg_gt,0.43,60 -42900,sell_compound_top3,sell,2026-02-03 22:24:00,606.0,2.6119,1,leg_gt,0.43,60 -42901,sell_compound_top3,sell,2026-02-03 22:27:00,608.0,2.9508,1,leg_gt,0.44,60 -42902,sell_compound_top3,sell,2026-02-03 22:30:00,609.0,3.1203,1,leg_gt,0.44,60 -42903,sell_compound_top3,sell,2026-02-03 22:33:00,606.0,2.6119,1,leg_gt,0.44,60 -42904,sell_compound_top3,sell,2026-02-04 00:51:00,616.0,4.3068,1,leg_gt,0.54,60 -42905,sell_compound_top3,sell,2026-02-04 00:54:00,614.0,3.9678,1,leg_gt,0.54,60 -42906,sell_compound_top3,sell,2026-02-04 00:57:00,614.0,3.9678,1,leg_gt,0.54,60 -42907,sell_compound_top3,sell,2026-02-04 04:36:00,628.0,6.3407,1,leg_gt,0.05,60 -42908,sell_compound_top3,sell,2026-02-04 04:39:00,626.0,6.0017,1,leg_gt,0.05,60 -42909,sell_compound_top3,sell,2026-02-04 04:42:00,625.0,5.8322,1,leg_gt,0.06,60 -42910,sell_compound_top3,sell,2026-02-04 06:06:00,630.0,6.6797,1,leg_gt,0.11,60 -42911,sell_compound_top3,sell,2026-02-04 06:09:00,626.0,6.0017,1,leg_gt,0.12,60 -42912,sell_compound_top3,sell,2026-02-04 06:12:00,625.0,5.8322,1,leg_gt,0.12,60 -42913,sell_compound_top3,sell,2026-02-04 10:15:00,615.0,4.1373,1,leg_gt,0.29,60 -42914,sell_compound_top3,sell,2026-02-04 10:18:00,616.0,4.3068,1,leg_gt,0.29,60 -42915,sell_compound_top3,sell,2026-02-04 10:21:00,615.0,4.1373,1,leg_gt,0.29,60 -42916,sell_compound_top3,sell,2026-02-04 10:24:00,614.0,3.9678,1,leg_gt,0.29,60 -42917,sell_compound_top3,sell,2026-02-04 10:27:00,614.0,3.9678,1,leg_gt,0.3,60 -42918,sell_compound_top3,sell,2026-02-04 10:30:00,615.0,4.1373,1,leg_gt,0.3,60 -42919,sell_compound_top3,sell,2026-02-04 10:33:00,613.0,3.7983,1,leg_gt,0.3,60 -42920,sell_compound_top3,sell,2026-02-04 12:51:00,615.0,4.1373,1,leg_gt,0.4,60 -42921,sell_compound_top3,sell,2026-02-04 12:54:00,615.0,4.1373,1,leg_gt,0.4,60 -42922,sell_compound_top3,sell,2026-02-04 12:57:00,615.0,4.1373,1,leg_gt,0.4,60 -42923,sell_compound_top3,sell,2026-02-04 13:12:00,616.0,4.3068,1,leg_gt,0.41,60 -42924,sell_compound_top3,sell,2026-02-04 13:51:00,615.0,4.1373,1,leg_gt,0.44,60 -42925,sell_compound_top3,sell,2026-02-04 13:54:00,615.0,4.1373,1,leg_gt,0.44,60 -42926,sell_compound_top3,sell,2026-02-04 14:12:00,616.0,4.3068,1,leg_gt,0.45,60 -42927,sell_compound_top3,sell,2026-02-05 03:51:00,604.0,2.6211,1,leg_gt,0.09,60 -42928,sell_compound_top3,sell,2026-02-05 03:54:00,606.0,2.9612,1,leg_gt,0.1,60 -42929,sell_compound_top3,sell,2026-02-05 03:57:00,604.0,2.6211,1,leg_gt,0.1,60 -42930,sell_compound_top3,sell,2026-02-05 04:06:00,610.0,3.6415,1,leg_gt,0.1,60 -42931,sell_compound_top3,sell,2026-02-05 04:09:00,609.0,3.4714,1,leg_gt,0.11,60 -42932,sell_compound_top3,sell,2026-02-05 04:12:00,608.0,3.3014,1,leg_gt,0.11,60 -42933,sell_compound_top3,sell,2026-02-05 04:15:00,608.0,3.3014,1,leg_gt,0.11,60 -42934,sell_compound_top3,sell,2026-02-05 04:18:00,608.0,3.3014,1,leg_gt,0.11,60 -42935,sell_compound_top3,sell,2026-02-05 05:00:00,610.0,3.6415,1,leg_gt,0.14,60 -42936,sell_compound_top3,sell,2026-02-05 05:03:00,608.0,3.3014,1,leg_gt,0.14,60 -42937,sell_compound_top3,sell,2026-02-05 10:12:00,607.0,3.1313,1,leg_gt,0.36,60 -42938,sell_compound_top3,sell,2026-02-05 10:30:00,608.0,3.3014,1,leg_gt,0.37,60 -42939,sell_compound_top3,sell,2026-02-05 10:33:00,607.0,3.1313,1,leg_gt,0.37,60 -42940,sell_compound_top3,sell,2026-02-05 10:36:00,606.0,2.9612,1,leg_gt,0.38,60 -42941,sell_compound_top3,sell,2026-02-05 10:39:00,606.0,2.9612,1,leg_gt,0.38,60 -42942,sell_compound_top3,sell,2026-02-05 17:21:00,592.0,0.5803,1,leg_gt,0.66,60 -42943,sell_compound_top3,sell,2026-02-05 17:24:00,591.0,0.4102,1,leg_gt,0.66,60 -42944,sell_compound_top3,sell,2026-02-05 18:15:00,595.0,1.0905,1,leg_gt,0.69,60 -42945,sell_compound_top3,sell,2026-02-05 18:18:00,597.0,1.4306,1,leg_gt,0.7,60 -42946,sell_compound_top3,sell,2026-02-06 14:21:00,517.0,2.4794,1,leg_gt,0.08,60 -42947,sell_compound_top3,sell,2026-02-06 14:24:00,517.0,2.4794,1,leg_gt,0.09,60 -42948,sell_compound_top3,sell,2026-02-06 14:27:00,517.0,2.4794,1,leg_gt,0.09,60 -42949,sell_compound_top3,sell,2026-02-06 14:42:00,523.0,3.6698,1,leg_gt,0.1,60 -42950,sell_compound_top3,sell,2026-02-06 15:00:00,527.0,4.4635,1,leg_gt,0.11,60 -42951,sell_compound_top3,sell,2026-02-06 15:03:00,530.0,5.0587,1,leg_gt,0.11,60 -42952,sell_compound_top3,sell,2026-02-06 15:12:00,527.0,4.4635,1,leg_gt,0.12,60 -42953,sell_compound_top3,sell,2026-02-06 18:57:00,535.0,5.0081,1,leg_gt,0.11,60 -42954,sell_compound_top3,sell,2026-02-06 19:00:00,534.0,4.8116,1,leg_gt,0.11,60 -42955,sell_compound_top3,sell,2026-02-06 19:03:00,534.0,4.8116,1,leg_gt,0.12,60 -42956,sell_compound_top3,sell,2026-02-06 19:06:00,535.0,5.0081,1,leg_gt,0.12,60 -42957,sell_compound_top3,sell,2026-02-06 19:09:00,535.0,5.0081,1,leg_gt,0.12,60 -42958,sell_compound_top3,sell,2026-02-06 19:12:00,535.0,5.0081,1,leg_gt,0.12,60 -42959,sell_compound_top3,sell,2026-02-06 19:15:00,536.0,5.2045,1,leg_gt,0.12,60 -42960,sell_compound_top3,sell,2026-02-06 19:18:00,540.0,5.9904,1,leg_gt,0.13,60 -42961,sell_compound_top3,sell,2026-02-06 19:21:00,544.0,6.7762,1,leg_gt,0.13,60 -42962,sell_compound_top3,sell,2026-02-06 19:24:00,540.0,5.9904,1,leg_gt,0.13,60 -42963,sell_compound_top3,sell,2026-02-06 19:27:00,541.0,6.1868,1,leg_gt,0.13,60 -42964,sell_compound_top3,sell,2026-02-06 19:30:00,540.0,5.9904,1,leg_gt,0.14,60 -42965,sell_compound_top3,sell,2026-02-06 19:33:00,541.0,6.1868,1,leg_gt,0.14,60 -42966,sell_compound_top3,sell,2026-02-06 20:00:00,544.0,6.7762,1,leg_gt,0.16,60 -42967,sell_compound_top3,sell,2026-02-06 20:03:00,544.0,6.7762,1,leg_gt,0.16,60 -42968,sell_compound_top3,sell,2026-02-06 20:06:00,547.0,7.3656,1,leg_gt,0.16,60 -42969,sell_compound_top3,sell,2026-02-06 20:09:00,547.0,7.3656,1,leg_gt,0.16,60 -42970,sell_compound_top3,sell,2026-02-06 20:12:00,545.0,6.9727,1,leg_gt,0.16,60 -42971,sell_compound_top3,sell,2026-02-06 20:15:00,546.0,7.1692,1,leg_gt,0.17,60 -42972,sell_compound_top3,sell,2026-02-06 20:18:00,546.0,7.1692,1,leg_gt,0.17,60 -42973,sell_compound_top3,sell,2026-02-06 20:21:00,546.0,7.1692,1,leg_gt,0.17,60 -42974,sell_compound_top3,sell,2026-02-06 20:24:00,548.0,7.5621,1,leg_gt,0.17,60 -42975,sell_compound_top3,sell,2026-02-06 20:27:00,546.0,7.1692,1,leg_gt,0.18,60 -42976,sell_compound_top3,sell,2026-02-06 20:30:00,548.0,7.5621,1,leg_gt,0.18,60 -42977,sell_compound_top3,sell,2026-02-06 20:33:00,548.0,7.5621,1,leg_gt,0.18,60 -42978,sell_compound_top3,sell,2026-02-06 20:36:00,550.0,7.955,1,leg_gt,0.18,60 -42979,sell_compound_top3,sell,2026-02-06 20:39:00,548.0,7.5621,1,leg_gt,0.18,60 -42980,sell_compound_top3,sell,2026-02-06 20:51:00,549.0,7.7585,1,leg_gt,0.19,60 -42981,sell_compound_top3,sell,2026-02-06 20:54:00,550.0,7.955,1,leg_gt,0.19,60 -42982,sell_compound_top3,sell,2026-02-06 20:57:00,553.0,8.5444,1,leg_gt,0.2,60 -42983,sell_compound_top3,sell,2026-02-06 21:51:00,556.0,9.1338,1,leg_gt,0.23,60 -42984,sell_compound_top3,sell,2026-02-06 21:54:00,558.0,9.5267,1,leg_gt,0.24,60 -42985,sell_compound_top3,sell,2026-02-06 22:21:00,567.0,11.2949,1,leg_gt,0.25,60 -42986,sell_compound_top3,sell,2026-02-06 22:24:00,567.0,11.2949,1,leg_gt,0.26,60 -42987,sell_compound_top3,sell,2026-02-06 22:36:00,574.0,12.6701,1,leg_gt,0.26,60 -42988,sell_compound_top3,sell,2026-02-06 22:39:00,572.0,12.2772,1,leg_gt,0.27,60 -42989,sell_compound_top3,sell,2026-02-06 22:57:00,575.0,12.8666,1,leg_gt,0.28,60 -42990,sell_compound_top3,sell,2026-02-06 23:12:00,574.0,12.6701,1,leg_gt,0.29,60 -42991,sell_compound_top3,sell,2026-02-06 23:15:00,576.0,13.0631,1,leg_gt,0.29,60 -42992,sell_compound_top3,sell,2026-02-06 23:18:00,574.0,12.6701,1,leg_gt,0.29,60 -42993,sell_compound_top3,sell,2026-02-07 00:00:00,591.0,16.01,1,leg_gt,0.32,60 -42994,sell_compound_top3,sell,2026-02-07 00:03:00,592.0,16.2065,1,leg_gt,0.32,60 -42995,sell_compound_top3,sell,2026-02-07 00:12:00,592.0,16.2065,1,leg_gt,0.33,60 -42996,sell_compound_top3,sell,2026-02-07 01:15:00,596.0,16.9923,1,leg_gt,0.38,60 -42997,sell_compound_top3,sell,2026-02-07 01:18:00,593.0,16.4029,1,leg_gt,0.38,60 -42998,sell_compound_top3,sell,2026-02-07 01:27:00,597.0,17.1888,1,leg_gt,0.38,60 -42999,sell_compound_top3,sell,2026-02-07 01:30:00,597.0,17.1888,1,leg_gt,0.39,60 -43000,sell_compound_top3,sell,2026-02-07 01:33:00,596.0,16.9923,1,leg_gt,0.39,60 -43001,sell_compound_top3,sell,2026-02-07 01:36:00,599.0,17.5817,1,leg_gt,0.39,60 -43002,sell_compound_top3,sell,2026-02-07 01:39:00,599.0,17.5817,1,leg_gt,0.39,60 -43003,sell_compound_top3,sell,2026-02-07 01:42:00,597.0,17.1888,1,leg_gt,0.39,60 -43004,sell_compound_top3,sell,2026-02-07 01:45:00,599.0,17.5817,1,leg_gt,0.4,60 -43005,sell_compound_top3,sell,2026-02-07 01:48:00,598.0,17.3853,1,leg_gt,0.4,60 -43006,sell_compound_top3,sell,2026-02-07 02:12:00,602.0,18.1711,1,leg_gt,0.41,60 -43007,sell_compound_top3,sell,2026-02-07 02:15:00,603.0,18.3676,1,leg_gt,0.42,60 -43008,sell_compound_top3,sell,2026-02-07 02:18:00,604.0,18.564,1,leg_gt,0.42,60 -43009,sell_compound_top3,sell,2026-02-07 02:27:00,606.0,18.957,1,leg_gt,0.42,60 -43010,sell_compound_top3,sell,2026-02-07 02:45:00,611.0,19.9393,1,leg_gt,0.44,60 -43011,sell_compound_top3,sell,2026-02-07 02:48:00,611.0,19.9393,1,leg_gt,0.44,60 -43012,sell_compound_top3,sell,2026-02-07 06:21:00,602.0,18.1711,1,leg_gt,0.59,60 -43013,sell_compound_top3,sell,2026-02-07 06:24:00,603.0,18.3676,1,leg_gt,0.59,60 -43014,sell_compound_top3,sell,2026-02-07 06:27:00,602.0,18.1711,1,leg_gt,0.59,60 -43015,sell_compound_top3,sell,2026-02-07 07:42:00,605.0,18.7605,1,leg_gt,0.64,60 -43016,sell_compound_top3,sell,2026-02-07 07:45:00,603.0,18.3676,1,leg_gt,0.65,60 -43017,sell_compound_top3,sell,2026-02-07 07:48:00,602.0,18.1711,1,leg_gt,0.65,60 -43018,sell_compound_top3,sell,2026-02-07 07:51:00,604.0,18.564,1,leg_gt,0.65,60 -43019,sell_compound_top3,sell,2026-02-07 07:54:00,605.0,18.7605,1,leg_gt,0.65,60 -43020,sell_compound_top3,sell,2026-02-07 07:57:00,605.0,18.7605,1,leg_gt,0.65,60 -43021,sell_compound_top3,sell,2026-02-07 08:00:00,605.0,18.7605,1,leg_gt,0.66,60 -43022,sell_compound_top3,sell,2026-02-07 08:03:00,607.0,19.1534,1,leg_gt,0.66,60 -43023,sell_compound_top3,sell,2026-02-07 08:06:00,607.0,19.1534,1,leg_gt,0.66,60 -43024,sell_compound_top3,sell,2026-02-07 08:09:00,608.0,19.3499,1,leg_gt,0.66,60 -43025,sell_compound_top3,sell,2026-02-07 08:12:00,606.0,18.957,1,leg_gt,0.66,60 -43026,sell_compound_top3,sell,2026-02-07 11:36:00,604.0,2.7961,1,leg_gt,0.05,60 -43027,sell_compound_top3,sell,2026-02-07 11:39:00,603.0,2.6257,1,leg_gt,0.05,60 -43028,sell_compound_top3,sell,2026-02-07 11:42:00,605.0,2.9664,1,leg_gt,0.06,60 -43029,sell_compound_top3,sell,2026-02-07 11:45:00,607.0,3.3072,1,leg_gt,0.06,60 -43030,sell_compound_top3,sell,2026-02-07 11:48:00,605.0,2.9664,1,leg_gt,0.06,60 -43031,sell_compound_top3,sell,2026-02-07 11:51:00,605.0,2.9664,1,leg_gt,0.06,60 -43032,sell_compound_top3,sell,2026-02-07 11:54:00,605.0,2.9664,1,leg_gt,0.06,60 -43033,sell_compound_top3,sell,2026-02-07 12:12:00,616.0,4.8404,1,leg_gt,0.08,60 -43034,sell_compound_top3,sell,2026-02-07 12:27:00,612.0,4.1589,1,leg_gt,0.09,60 -43035,sell_compound_top3,sell,2026-02-07 13:27:00,617.0,5.0107,1,leg_gt,0.13,60 -43036,sell_compound_top3,sell,2026-02-07 21:27:00,593.0,3.0304,1,leg_gt,0.04,60 -43037,sell_compound_top3,sell,2026-02-07 21:30:00,593.0,3.0304,1,leg_gt,0.05,60 -43038,sell_compound_top3,sell,2026-02-07 21:33:00,595.0,3.3783,1,leg_gt,0.05,60 -43039,sell_compound_top3,sell,2026-02-07 21:36:00,595.0,3.3783,1,leg_gt,0.05,60 -43040,sell_compound_top3,sell,2026-02-07 21:39:00,592.0,2.8565,1,leg_gt,0.05,60 -43041,sell_compound_top3,sell,2026-02-08 00:42:00,588.0,2.1609,1,leg_gt,0.18,60 -43042,sell_compound_top3,sell,2026-02-08 01:12:00,590.0,2.5087,1,leg_gt,0.2,60 -43043,sell_compound_top3,sell,2026-02-08 02:42:00,590.0,2.5087,1,leg_gt,0.26,60 -43044,sell_compound_top3,sell,2026-02-08 03:27:00,592.0,2.8565,1,leg_gt,0.29,60 -43045,sell_compound_top3,sell,2026-02-08 03:45:00,595.0,3.3783,1,leg_gt,0.31,60 -43046,sell_compound_top3,sell,2026-02-08 03:48:00,594.0,3.2043,1,leg_gt,0.31,60 -43047,sell_compound_top3,sell,2026-02-08 03:51:00,595.0,3.3783,1,leg_gt,0.31,60 -43048,sell_compound_top3,sell,2026-02-08 03:54:00,595.0,3.3783,1,leg_gt,0.31,60 -43049,sell_compound_top3,sell,2026-02-08 13:33:00,588.0,2.1609,1,leg_gt,0.71,60 -43050,sell_compound_top3,sell,2026-02-08 17:42:00,596.0,3.5522,1,leg_gt,0.89,60 -43051,sell_compound_top3,sell,2026-02-08 17:45:00,596.0,3.5522,1,leg_gt,0.89,60 -43052,sell_compound_top3,sell,2026-02-08 17:48:00,597.0,3.7261,1,leg_gt,0.89,60 -43053,sell_compound_top3,sell,2026-02-08 17:57:00,597.0,3.7261,1,leg_gt,0.9,60 -43054,sell_compound_top3,sell,2026-02-08 18:00:00,598.0,3.9,1,leg_gt,0.9,60 -43055,sell_compound_top3,sell,2026-02-08 18:03:00,597.0,3.7261,1,leg_gt,0.9,60 -43056,sell_compound_top3,sell,2026-02-08 21:51:00,596.0,3.5522,1,leg_gt,1.06,60 -43057,sell_compound_top3,sell,2026-02-08 21:54:00,596.0,3.5522,1,leg_gt,1.06,60 -43058,sell_compound_top3,sell,2026-02-08 21:57:00,597.0,3.7261,1,leg_gt,1.06,60 -43059,sell_compound_top3,sell,2026-02-08 22:00:00,597.0,3.7261,1,leg_gt,1.07,60 -43060,sell_compound_top3,sell,2026-02-08 22:03:00,596.0,3.5522,1,leg_gt,1.07,60 -43061,sell_compound_top3,sell,2026-02-08 23:00:00,599.0,4.0739,1,leg_gt,1.11,60 -43062,sell_compound_top3,sell,2026-02-08 23:03:00,599.0,4.0739,1,leg_gt,1.11,60 -43063,sell_compound_top3,sell,2026-02-09 08:15:00,583.0,1.2913,1,leg_gt,1.49,60 -43064,sell_compound_top3,sell,2026-02-09 08:18:00,582.0,1.1174,1,leg_gt,1.5,60 -43065,sell_compound_top3,sell,2026-02-09 11:45:00,579.0,0.5957,1,leg_gt,1.64,60 -43066,sell_compound_top3,sell,2026-02-09 11:48:00,578.0,0.4217,1,leg_gt,1.64,60 -43067,sell_compound_top3,sell,2026-02-09 13:00:00,584.0,1.4652,1,leg_gt,1.69,60 -43068,sell_compound_top3,sell,2026-02-09 13:03:00,585.0,1.6391,1,leg_gt,1.69,60 -43069,sell_compound_top3,sell,2026-02-09 13:06:00,584.0,1.4652,1,leg_gt,1.7,60 -43070,sell_compound_top3,sell,2026-02-09 13:09:00,583.0,1.2913,1,leg_gt,1.7,60 -43071,sell_compound_top3,sell,2026-02-09 21:42:00,567.0,1.8784,1,leg_gt,0.09,60 -43072,sell_compound_top3,sell,2026-02-09 23:45:00,566.0,1.6986,1,leg_gt,0.18,60 -43073,sell_compound_top3,sell,2026-02-09 23:48:00,567.0,1.8784,1,leg_gt,0.18,60 -43074,sell_compound_top3,sell,2026-02-09 23:51:00,568.0,2.0583,1,leg_gt,0.18,60 -43075,sell_compound_top3,sell,2026-02-09 23:54:00,566.0,1.6986,1,leg_gt,0.18,60 -43076,sell_compound_top3,sell,2026-02-09 23:57:00,566.0,1.6986,1,leg_gt,0.19,60 -43077,sell_compound_top3,sell,2026-02-10 00:12:00,568.0,2.0583,1,leg_gt,0.2,60 -43078,sell_compound_top3,sell,2026-02-10 01:57:00,573.0,2.9576,1,leg_gt,0.27,60 -43079,sell_compound_top3,sell,2026-02-10 02:00:00,572.0,2.7777,1,leg_gt,0.27,60 -43080,sell_compound_top3,sell,2026-02-10 02:03:00,573.0,2.9576,1,leg_gt,0.27,60 -43081,sell_compound_top3,sell,2026-02-10 02:57:00,577.0,3.677,1,leg_gt,0.31,60 -43082,sell_compound_top3,sell,2026-02-10 03:00:00,577.0,3.677,1,leg_gt,0.31,60 -43083,sell_compound_top3,sell,2026-02-10 03:03:00,577.0,3.677,1,leg_gt,0.31,60 -43084,sell_compound_top3,sell,2026-02-10 03:06:00,578.0,3.8568,1,leg_gt,0.32,60 -43085,sell_compound_top3,sell,2026-02-10 03:09:00,575.0,3.3173,1,leg_gt,0.32,60 -43086,sell_compound_top3,sell,2026-02-10 04:30:00,578.0,3.8568,1,leg_gt,0.38,60 -43087,sell_compound_top3,sell,2026-02-10 04:33:00,579.0,4.0367,1,leg_gt,0.38,60 -43088,sell_compound_top3,sell,2026-02-10 04:36:00,579.0,4.0367,1,leg_gt,0.38,60 -43089,sell_compound_top3,sell,2026-02-10 04:39:00,577.0,3.677,1,leg_gt,0.38,60 -43090,sell_compound_top3,sell,2026-02-10 07:15:00,579.0,4.0367,1,leg_gt,0.49,60 -43091,sell_compound_top3,sell,2026-02-10 07:18:00,578.0,3.8568,1,leg_gt,0.49,60 -43092,sell_compound_top3,sell,2026-02-10 10:42:00,580.0,4.2165,1,leg_gt,0.63,60 -43093,sell_compound_top3,sell,2026-02-10 10:51:00,579.0,4.0367,1,leg_gt,0.64,60 -43094,sell_compound_top3,sell,2026-02-10 10:54:00,578.0,3.8568,1,leg_gt,0.64,60 -43095,sell_compound_top3,sell,2026-02-10 17:51:00,569.0,1.326,1,leg_gt,0.09,60 -43096,sell_compound_top3,sell,2026-02-10 17:54:00,569.0,1.326,1,leg_gt,0.09,60 -43097,sell_compound_top3,sell,2026-02-10 17:57:00,569.0,1.326,1,leg_gt,0.09,60 -43098,sell_compound_top3,sell,2026-02-10 18:21:00,570.0,1.5043,1,leg_gt,0.11,60 -43099,sell_compound_top3,sell,2026-02-10 18:24:00,571.0,1.6825,1,leg_gt,0.11,60 -43100,sell_compound_top3,sell,2026-02-10 20:36:00,582.0,3.6433,1,leg_gt,0.2,60 -43101,sell_compound_top3,sell,2026-02-10 20:39:00,582.0,3.6433,1,leg_gt,0.2,60 -43102,sell_compound_top3,sell,2026-02-11 09:21:00,562.0,0.0783,1,leg_gt,0.73,60 -43103,sell_compound_top3,sell,2026-02-11 09:24:00,563.0,0.2565,1,leg_gt,0.74,60 -43104,sell_compound_top3,sell,2026-02-11 09:27:00,562.0,0.0783,1,leg_gt,0.74,60 -43105,sell_compound_top3,sell,2026-02-11 09:30:00,563.0,0.2565,1,leg_gt,0.74,60 -43106,sell_compound_top3,sell,2026-02-11 09:33:00,563.0,0.2565,1,leg_gt,0.74,60 -43107,sell_compound_top3,sell,2026-02-11 09:36:00,563.0,0.2565,1,leg_gt,0.74,60 -43108,sell_compound_top3,sell,2026-02-11 09:39:00,562.0,0.0783,1,leg_gt,0.75,60 -43109,sell_compound_top3,sell,2026-02-11 10:51:00,564.0,0.4348,1,leg_gt,0.8,60 -43110,sell_compound_top3,sell,2026-02-11 10:54:00,564.0,0.4348,1,leg_gt,0.8,60 -43111,sell_compound_top3,sell,2026-02-11 10:57:00,564.0,0.4348,1,leg_gt,0.8,60 -43112,sell_compound_top3,sell,2026-02-11 11:06:00,565.0,0.613,1,leg_gt,0.81,60 -43113,sell_compound_top3,sell,2026-02-11 11:09:00,565.0,0.613,1,leg_gt,0.81,60 -43114,sell_compound_top3,sell,2026-02-11 21:12:00,542.0,1.0194,1,leg_gt,0.08,60 -43115,sell_compound_top3,sell,2026-02-11 21:15:00,543.0,1.206,1,leg_gt,0.08,60 -43116,sell_compound_top3,sell,2026-02-11 21:18:00,543.0,1.206,1,leg_gt,0.09,60 -43117,sell_compound_top3,sell,2026-02-11 21:21:00,545.0,1.5791,1,leg_gt,0.09,60 -43118,sell_compound_top3,sell,2026-02-11 21:24:00,546.0,1.7657,1,leg_gt,0.09,60 -43119,sell_compound_top3,sell,2026-02-11 21:30:00,545.0,1.5791,1,leg_gt,0.09,60 -43120,sell_compound_top3,sell,2026-02-11 21:33:00,546.0,1.7657,1,leg_gt,0.1,60 -43121,sell_compound_top3,sell,2026-02-11 21:36:00,545.0,1.5791,1,leg_gt,0.1,60 -43122,sell_compound_top3,sell,2026-02-11 21:39:00,545.0,1.5791,1,leg_gt,0.1,60 -43123,sell_compound_top3,sell,2026-02-11 22:45:00,546.0,1.7657,1,leg_gt,0.15,60 -43124,sell_compound_top3,sell,2026-02-11 22:48:00,546.0,1.7657,1,leg_gt,0.15,60 -43125,sell_compound_top3,sell,2026-02-11 22:51:00,546.0,1.7657,1,leg_gt,0.15,60 -43126,sell_compound_top3,sell,2026-02-11 22:54:00,545.0,1.5791,1,leg_gt,0.15,60 -43127,sell_compound_top3,sell,2026-02-11 23:21:00,554.0,3.2582,1,leg_gt,0.17,60 -43128,sell_compound_top3,sell,2026-02-11 23:24:00,552.0,2.8851,1,leg_gt,0.17,60 -43129,sell_compound_top3,sell,2026-02-12 06:45:00,548.0,2.1388,1,leg_gt,0.28,60 -43130,sell_compound_top3,sell,2026-02-12 06:48:00,550.0,2.5119,1,leg_gt,0.28,60 -43131,sell_compound_top3,sell,2026-02-12 06:51:00,549.0,2.3254,1,leg_gt,0.28,60 -43132,sell_compound_top3,sell,2026-02-12 06:54:00,551.0,2.6985,1,leg_gt,0.28,60 -43133,sell_compound_top3,sell,2026-02-12 06:57:00,550.0,2.5119,1,leg_gt,0.29,60 -43134,sell_compound_top3,sell,2026-02-12 07:06:00,550.0,2.5119,1,leg_gt,0.29,60 -43135,sell_compound_top3,sell,2026-02-12 07:09:00,552.0,2.8851,1,leg_gt,0.29,60 -43136,sell_compound_top3,sell,2026-02-12 07:12:00,552.0,2.8851,1,leg_gt,0.3,60 -43137,sell_compound_top3,sell,2026-02-12 07:15:00,552.0,2.8851,1,leg_gt,0.3,60 -43138,sell_compound_top3,sell,2026-02-12 07:18:00,553.0,3.0716,1,leg_gt,0.3,60 -43139,sell_compound_top3,sell,2026-02-12 10:36:00,550.0,2.5119,1,leg_gt,0.44,60 -43140,sell_compound_top3,sell,2026-02-12 10:39:00,552.0,2.8851,1,leg_gt,0.44,60 -43141,sell_compound_top3,sell,2026-02-12 10:42:00,551.0,2.6985,1,leg_gt,0.44,60 -43142,sell_compound_top3,sell,2026-02-12 10:45:00,552.0,2.8851,1,leg_gt,0.44,60 -43143,sell_compound_top3,sell,2026-02-12 10:48:00,551.0,2.6985,1,leg_gt,0.45,60 -43144,sell_compound_top3,sell,2026-02-12 11:42:00,550.0,2.5119,1,leg_gt,0.48,60 -43145,sell_compound_top3,sell,2026-02-12 11:45:00,552.0,2.8851,1,leg_gt,0.49,60 -43146,sell_compound_top3,sell,2026-02-12 11:48:00,551.0,2.6985,1,leg_gt,0.49,60 -43147,sell_compound_top3,sell,2026-02-12 11:51:00,552.0,2.8851,1,leg_gt,0.49,60 -43148,sell_compound_top3,sell,2026-02-12 11:54:00,551.0,2.6985,1,leg_gt,0.49,60 -43149,sell_compound_top3,sell,2026-02-12 12:00:00,552.0,2.8851,1,leg_gt,0.5,60 -43150,sell_compound_top3,sell,2026-02-12 12:03:00,553.0,3.0716,1,leg_gt,0.5,60 -43151,sell_compound_top3,sell,2026-02-12 12:06:00,553.0,3.0716,1,leg_gt,0.5,60 -43152,sell_compound_top3,sell,2026-02-12 12:09:00,553.0,3.0716,1,leg_gt,0.5,60 -43153,sell_compound_top3,sell,2026-02-12 12:42:00,553.0,3.0716,1,leg_gt,0.52,60 -43154,sell_compound_top3,sell,2026-02-12 12:45:00,553.0,3.0716,1,leg_gt,0.53,60 -43155,sell_compound_top3,sell,2026-02-12 12:48:00,554.0,3.2582,1,leg_gt,0.53,60 -43156,sell_compound_top3,sell,2026-02-12 13:00:00,554.0,3.2582,1,leg_gt,0.54,60 -43157,sell_compound_top3,sell,2026-02-12 13:03:00,553.0,3.0716,1,leg_gt,0.54,60 -43158,sell_compound_top3,sell,2026-02-12 13:42:00,554.0,3.2582,1,leg_gt,0.57,60 -43159,sell_compound_top3,sell,2026-02-12 14:42:00,555.0,3.4448,1,leg_gt,0.61,60 -43160,sell_compound_top3,sell,2026-02-12 14:45:00,555.0,3.4448,1,leg_gt,0.61,60 -43161,sell_compound_top3,sell,2026-02-12 14:48:00,555.0,3.4448,1,leg_gt,0.61,60 -43162,sell_compound_top3,sell,2026-02-12 14:51:00,555.0,3.4448,1,leg_gt,0.61,60 -43163,sell_compound_top3,sell,2026-02-12 14:54:00,555.0,3.4448,1,leg_gt,0.62,60 -43164,sell_compound_top3,sell,2026-02-12 14:57:00,556.0,3.6313,1,leg_gt,0.62,60 -43165,sell_compound_top3,sell,2026-02-12 15:00:00,556.0,3.6313,1,leg_gt,0.62,60 -43166,sell_compound_top3,sell,2026-02-12 15:03:00,556.0,3.6313,1,leg_gt,0.62,60 -43167,sell_compound_top3,sell,2026-02-12 15:21:00,558.0,4.0045,1,leg_gt,0.64,60 -43168,sell_compound_top3,sell,2026-02-12 15:24:00,559.0,4.191,1,leg_gt,0.64,60 -43169,sell_compound_top3,sell,2026-02-12 15:36:00,562.0,4.7507,1,leg_gt,0.65,60 -43170,sell_compound_top3,sell,2026-02-12 15:39:00,561.0,4.5642,1,leg_gt,0.65,60 -43171,sell_compound_top3,sell,2026-02-12 15:42:00,562.0,4.7507,1,leg_gt,0.65,60 -43172,sell_compound_top3,sell,2026-02-12 15:45:00,562.0,4.7507,1,leg_gt,0.65,60 -43173,sell_compound_top3,sell,2026-02-12 15:48:00,562.0,4.7507,1,leg_gt,0.65,60 -43174,sell_compound_top3,sell,2026-02-12 16:30:00,563.0,4.9373,1,leg_gt,0.68,60 -43175,sell_compound_top3,sell,2026-02-12 16:33:00,563.0,4.9373,1,leg_gt,0.69,60 -43176,sell_compound_top3,sell,2026-02-12 16:36:00,564.0,5.1239,1,leg_gt,0.69,60 -43177,sell_compound_top3,sell,2026-02-12 16:39:00,564.0,5.1239,1,leg_gt,0.69,60 -43178,sell_compound_top3,sell,2026-02-12 16:42:00,564.0,5.1239,1,leg_gt,0.69,60 -43179,sell_compound_top3,sell,2026-02-12 17:06:00,563.0,4.9373,1,leg_gt,0.71,60 -43180,sell_compound_top3,sell,2026-02-12 17:09:00,565.0,5.3104,1,leg_gt,0.71,60 -43181,sell_compound_top3,sell,2026-02-12 18:00:00,565.0,5.3104,1,leg_gt,0.75,60 -43182,sell_compound_top3,sell,2026-02-12 18:03:00,563.0,4.9373,1,leg_gt,0.75,60 -43183,sell_compound_top3,sell,2026-02-12 18:06:00,565.0,5.3104,1,leg_gt,0.75,60 -43184,sell_compound_top3,sell,2026-02-12 18:09:00,564.0,5.1239,1,leg_gt,0.75,60 -43185,sell_compound_top3,sell,2026-02-12 18:51:00,569.0,6.0567,1,leg_gt,0.78,60 -43186,sell_compound_top3,sell,2026-02-12 18:54:00,572.0,6.6164,1,leg_gt,0.78,60 -43187,sell_compound_top3,sell,2026-02-12 18:57:00,572.0,6.6164,1,leg_gt,0.79,60 -43188,sell_compound_top3,sell,2026-02-12 19:00:00,571.0,6.4299,1,leg_gt,0.79,60 -43189,sell_compound_top3,sell,2026-02-12 19:03:00,574.0,6.9896,1,leg_gt,0.79,60 -43190,sell_compound_top3,sell,2026-02-12 19:12:00,571.0,6.4299,1,leg_gt,0.8,60 -43191,sell_compound_top3,sell,2026-02-12 20:06:00,576.0,7.3627,1,leg_gt,0.83,60 -43192,sell_compound_top3,sell,2026-02-12 20:09:00,575.0,7.1761,1,leg_gt,0.84,60 -43193,sell_compound_top3,sell,2026-02-13 04:42:00,561.0,4.5642,1,leg_gt,1.19,60 -43194,sell_compound_top3,sell,2026-02-13 08:06:00,561.0,2.0858,1,leg_gt,0.09,60 -43195,sell_compound_top3,sell,2026-02-13 08:09:00,562.0,2.2679,1,leg_gt,0.1,60 -43196,sell_compound_top3,sell,2026-02-13 08:15:00,562.0,2.2679,1,leg_gt,0.1,60 -43197,sell_compound_top3,sell,2026-02-13 08:18:00,561.0,2.0858,1,leg_gt,0.1,60 -43198,sell_compound_top3,sell,2026-02-13 08:21:00,561.0,2.0858,1,leg_gt,0.1,60 -43199,sell_compound_top3,sell,2026-02-13 08:24:00,561.0,2.0858,1,leg_gt,0.11,60 -43200,sell_compound_top3,sell,2026-02-13 08:27:00,562.0,2.2679,1,leg_gt,0.11,60 -43201,sell_compound_top3,sell,2026-02-13 16:12:00,561.0,2.0858,1,leg_gt,0.43,60 -43202,sell_compound_top3,sell,2026-02-13 16:27:00,561.0,2.0858,1,leg_gt,0.44,60 -43203,sell_compound_top3,sell,2026-02-13 16:30:00,561.0,2.0858,1,leg_gt,0.44,60 -43204,sell_compound_top3,sell,2026-02-13 16:33:00,561.0,2.0858,1,leg_gt,0.45,60 -43205,sell_compound_top3,sell,2026-02-13 17:21:00,562.0,2.2679,1,leg_gt,0.48,60 -43206,sell_compound_top3,sell,2026-02-13 17:24:00,563.0,2.4501,1,leg_gt,0.48,60 -43207,sell_compound_top3,sell,2026-02-13 17:57:00,568.0,3.3608,1,leg_gt,0.5,60 -43208,sell_compound_top3,sell,2026-02-13 23:30:00,567.0,3.1787,1,leg_gt,0.74,60 -43209,sell_compound_top3,sell,2026-02-13 23:33:00,568.0,3.3608,1,leg_gt,0.74,60 -43210,sell_compound_top3,sell,2026-02-13 23:42:00,565.0,2.8144,1,leg_gt,0.74,60 -43211,sell_compound_top3,sell,2026-02-14 00:00:00,571.0,3.9073,1,leg_gt,0.76,60 -43212,sell_compound_top3,sell,2026-02-14 00:03:00,573.0,4.2716,1,leg_gt,0.76,60 -43213,sell_compound_top3,sell,2026-02-14 00:06:00,570.0,3.7251,1,leg_gt,0.76,60 -43214,sell_compound_top3,sell,2026-02-14 00:09:00,573.0,4.2716,1,leg_gt,0.76,60 -43215,sell_compound_top3,sell,2026-02-14 00:21:00,577.0,5.0002,1,leg_gt,0.77,60 -43216,sell_compound_top3,sell,2026-02-14 00:24:00,577.0,5.0002,1,leg_gt,0.77,60 -43217,sell_compound_top3,sell,2026-02-14 00:27:00,579.0,5.3645,1,leg_gt,0.78,60 -43218,sell_compound_top3,sell,2026-02-14 01:12:00,578.0,5.1823,1,leg_gt,0.81,60 -43219,sell_compound_top3,sell,2026-02-14 06:15:00,582.0,5.9109,1,leg_gt,1.02,60 -43220,sell_compound_top3,sell,2026-02-14 06:18:00,583.0,6.0931,1,leg_gt,1.02,60 -43221,sell_compound_top3,sell,2026-02-14 06:21:00,581.0,5.7288,1,leg_gt,1.02,60 -43222,sell_compound_top3,sell,2026-02-14 06:24:00,581.0,5.7288,1,leg_gt,1.02,60 -43223,sell_compound_top3,sell,2026-02-14 10:00:00,584.0,6.2752,1,leg_gt,1.17,60 -43224,sell_compound_top3,sell,2026-02-14 10:03:00,583.0,6.0931,1,leg_gt,1.18,60 -43225,sell_compound_top3,sell,2026-02-14 10:15:00,584.0,6.2752,1,leg_gt,1.18,60 -43226,sell_compound_top3,sell,2026-02-14 10:18:00,584.0,6.2752,1,leg_gt,1.19,60 -43227,sell_compound_top3,sell,2026-02-14 10:21:00,585.0,6.4574,1,leg_gt,1.19,60 -43228,sell_compound_top3,sell,2026-02-14 10:24:00,583.0,6.0931,1,leg_gt,1.19,60 -43229,sell_compound_top3,sell,2026-02-14 10:30:00,585.0,6.4574,1,leg_gt,1.19,60 -43230,sell_compound_top3,sell,2026-02-14 10:33:00,586.0,6.6395,1,leg_gt,1.2,60 -43231,sell_compound_top3,sell,2026-02-14 10:36:00,587.0,6.8217,1,leg_gt,1.2,60 -43232,sell_compound_top3,sell,2026-02-14 10:39:00,587.0,6.8217,1,leg_gt,1.2,60 -43233,sell_compound_top3,sell,2026-02-14 10:51:00,588.0,7.0038,1,leg_gt,1.21,60 -43234,sell_compound_top3,sell,2026-02-14 10:54:00,587.0,6.8217,1,leg_gt,1.21,60 -43235,sell_compound_top3,sell,2026-02-14 10:57:00,587.0,6.8217,1,leg_gt,1.21,60 -43236,sell_compound_top3,sell,2026-02-14 11:00:00,588.0,7.0038,1,leg_gt,1.21,60 -43237,sell_compound_top3,sell,2026-02-14 11:03:00,588.0,7.0038,1,leg_gt,1.22,60 -43238,sell_compound_top3,sell,2026-02-14 11:12:00,591.0,7.5503,1,leg_gt,1.22,60 -43239,sell_compound_top3,sell,2026-02-14 11:15:00,591.0,7.5503,1,leg_gt,1.23,60 -43240,sell_compound_top3,sell,2026-02-14 11:18:00,591.0,7.5503,1,leg_gt,1.23,60 -43241,sell_compound_top3,sell,2026-02-14 12:36:00,592.0,7.7324,1,leg_gt,1.28,60 -43242,sell_compound_top3,sell,2026-02-14 12:39:00,592.0,7.7324,1,leg_gt,1.28,60 -43243,sell_compound_top3,sell,2026-02-14 12:42:00,592.0,7.7324,1,leg_gt,1.29,60 -43244,sell_compound_top3,sell,2026-02-14 17:00:00,591.0,7.5503,1,leg_gt,1.46,60 -43245,sell_compound_top3,sell,2026-02-14 17:03:00,591.0,7.5503,1,leg_gt,1.47,60 -43246,sell_compound_top3,sell,2026-02-14 17:06:00,591.0,7.5503,1,leg_gt,1.47,60 -43247,sell_compound_top3,sell,2026-02-14 17:09:00,594.0,8.0967,1,leg_gt,1.47,60 -43248,sell_compound_top3,sell,2026-02-14 17:12:00,594.0,8.0967,1,leg_gt,1.47,60 -43249,sell_compound_top3,sell,2026-02-14 17:15:00,594.0,8.0967,1,leg_gt,1.48,60 -43250,sell_compound_top3,sell,2026-02-14 17:18:00,595.0,8.2789,1,leg_gt,1.48,60 -43251,sell_compound_top3,sell,2026-02-14 17:21:00,595.0,8.2789,1,leg_gt,1.48,60 -43252,sell_compound_top3,sell,2026-02-14 17:24:00,596.0,8.461,1,leg_gt,1.48,60 -43253,sell_compound_top3,sell,2026-02-14 17:27:00,596.0,8.461,1,leg_gt,1.48,60 -43254,sell_compound_top3,sell,2026-02-14 17:30:00,595.0,8.2789,1,leg_gt,1.49,60 -43255,sell_compound_top3,sell,2026-02-14 17:33:00,596.0,8.461,1,leg_gt,1.49,60 -43256,sell_compound_top3,sell,2026-02-14 17:36:00,597.0,8.6432,1,leg_gt,1.49,60 -43257,sell_compound_top3,sell,2026-02-14 17:39:00,598.0,8.8253,1,leg_gt,1.49,60 -43258,sell_compound_top3,sell,2026-02-14 17:45:00,598.0,8.8253,1,leg_gt,1.5,60 -43259,sell_compound_top3,sell,2026-02-14 17:48:00,598.0,8.8253,1,leg_gt,1.5,60 -43260,sell_compound_top3,sell,2026-02-14 17:51:00,598.0,8.8253,1,leg_gt,1.5,60 -43261,sell_compound_top3,sell,2026-02-14 17:54:00,598.0,8.8253,1,leg_gt,1.5,60 -43262,sell_compound_top3,sell,2026-02-14 17:57:00,598.0,8.8253,1,leg_gt,1.5,60 -43263,sell_compound_top3,sell,2026-02-14 18:00:00,598.0,8.8253,1,leg_gt,1.51,60 -43264,sell_compound_top3,sell,2026-02-14 18:03:00,599.0,9.0075,1,leg_gt,1.51,60 -43265,sell_compound_top3,sell,2026-02-14 18:06:00,600.0,9.1896,1,leg_gt,1.51,60 -43266,sell_compound_top3,sell,2026-02-14 18:09:00,601.0,9.3718,1,leg_gt,1.51,60 -43267,sell_compound_top3,sell,2026-02-14 18:12:00,601.0,9.3718,1,leg_gt,1.51,60 -43268,sell_compound_top3,sell,2026-02-14 18:15:00,601.0,9.3718,1,leg_gt,1.52,60 -43269,sell_compound_top3,sell,2026-02-14 18:18:00,602.0,9.5539,1,leg_gt,1.52,60 -43270,sell_compound_top3,sell,2026-02-14 18:21:00,602.0,9.5539,1,leg_gt,1.52,60 -43271,sell_compound_top3,sell,2026-02-14 18:24:00,600.0,9.1896,1,leg_gt,1.52,60 -43272,sell_compound_top3,sell,2026-02-14 18:36:00,602.0,9.5539,1,leg_gt,1.53,60 -43273,sell_compound_top3,sell,2026-02-14 18:39:00,602.0,9.5539,1,leg_gt,1.53,60 -43274,sell_compound_top3,sell,2026-02-14 18:42:00,602.0,9.5539,1,leg_gt,1.54,60 -43275,sell_compound_top3,sell,2026-02-14 18:45:00,603.0,9.7361,1,leg_gt,1.54,60 -43276,sell_compound_top3,sell,2026-02-14 18:48:00,602.0,9.5539,1,leg_gt,1.54,60 -43277,sell_compound_top3,sell,2026-02-14 18:57:00,604.0,9.9182,1,leg_gt,1.55,60 -43278,sell_compound_top3,sell,2026-02-14 20:30:00,605.0,10.1004,1,leg_gt,1.61,60 -43279,sell_compound_top3,sell,2026-02-14 20:33:00,604.0,9.9182,1,leg_gt,1.61,60 -43280,sell_compound_top3,sell,2026-02-14 20:36:00,604.0,9.9182,1,leg_gt,1.61,60 -43281,sell_compound_top3,sell,2026-02-14 20:39:00,605.0,10.1004,1,leg_gt,1.62,60 -43282,sell_compound_top3,sell,2026-02-14 20:51:00,605.0,10.1004,1,leg_gt,1.62,60 -43283,sell_compound_top3,sell,2026-02-14 20:54:00,605.0,10.1004,1,leg_gt,1.63,60 -43284,sell_compound_top3,sell,2026-02-14 20:57:00,604.0,9.9182,1,leg_gt,1.63,60 -43285,sell_compound_top3,sell,2026-02-14 21:12:00,607.0,10.4647,1,leg_gt,1.64,60 -43286,sell_compound_top3,sell,2026-02-14 21:15:00,608.0,10.6468,1,leg_gt,1.64,60 -43287,sell_compound_top3,sell,2026-02-14 21:18:00,608.0,10.6468,1,leg_gt,1.64,60 -43288,sell_compound_top3,sell,2026-02-14 21:21:00,607.0,10.4647,1,leg_gt,1.65,60 -43289,sell_compound_top3,sell,2026-02-14 21:24:00,607.0,10.4647,1,leg_gt,1.65,60 -43290,sell_compound_top3,sell,2026-02-14 23:27:00,605.0,10.1004,1,leg_gt,1.73,60 -43291,sell_compound_top3,sell,2026-02-14 23:42:00,608.0,10.6468,1,leg_gt,1.74,60 -43292,sell_compound_top3,sell,2026-02-15 00:06:00,611.0,11.1933,1,leg_gt,1.76,60 -43293,sell_compound_top3,sell,2026-02-15 00:09:00,611.0,11.1933,1,leg_gt,1.76,60 -43294,sell_compound_top3,sell,2026-02-15 00:12:00,611.0,11.1933,1,leg_gt,1.76,60 -43295,sell_compound_top3,sell,2026-02-15 00:21:00,612.0,11.3754,1,leg_gt,1.77,60 -43296,sell_compound_top3,sell,2026-02-15 00:24:00,613.0,11.5576,1,leg_gt,1.77,60 -43297,sell_compound_top3,sell,2026-02-15 00:27:00,613.0,11.5576,1,leg_gt,1.78,60 -43298,sell_compound_top3,sell,2026-02-15 00:30:00,613.0,11.5576,1,leg_gt,1.78,60 -43299,sell_compound_top3,sell,2026-02-15 00:33:00,613.0,11.5576,1,leg_gt,1.78,60 -43300,sell_compound_top3,sell,2026-02-15 00:36:00,614.0,11.7397,1,leg_gt,1.78,60 -43301,sell_compound_top3,sell,2026-02-15 00:39:00,614.0,11.7397,1,leg_gt,1.78,60 -43302,sell_compound_top3,sell,2026-02-15 00:42:00,614.0,11.7397,1,leg_gt,1.79,60 -43303,sell_compound_top3,sell,2026-02-15 00:45:00,616.0,12.104,1,leg_gt,1.79,60 -43304,sell_compound_top3,sell,2026-02-15 00:48:00,618.0,12.4683,1,leg_gt,1.79,60 -43305,sell_compound_top3,sell,2026-02-15 01:12:00,622.0,13.1969,1,leg_gt,1.81,60 -43306,sell_compound_top3,sell,2026-02-15 01:15:00,622.0,13.1969,1,leg_gt,1.81,60 -43307,sell_compound_top3,sell,2026-02-15 01:18:00,625.0,13.7434,1,leg_gt,1.81,60 -43308,sell_compound_top3,sell,2026-02-15 01:45:00,625.0,13.7434,1,leg_gt,1.83,60 -43309,sell_compound_top3,sell,2026-02-15 01:48:00,627.0,14.1077,1,leg_gt,1.83,60 -43310,sell_compound_top3,sell,2026-02-15 01:51:00,626.0,13.9255,1,leg_gt,1.83,60 -43311,sell_compound_top3,sell,2026-02-15 01:54:00,630.0,14.6541,1,leg_gt,1.84,60 -43312,sell_compound_top3,sell,2026-02-15 01:57:00,629.0,14.4719,1,leg_gt,1.84,60 -43313,sell_compound_top3,sell,2026-02-15 02:00:00,630.0,14.6541,1,leg_gt,1.84,60 -43314,sell_compound_top3,sell,2026-02-15 02:03:00,628.0,14.2898,1,leg_gt,1.84,60 -43315,sell_compound_top3,sell,2026-02-15 02:15:00,631.0,14.8362,1,leg_gt,1.85,60 -43316,sell_compound_top3,sell,2026-02-15 02:18:00,629.0,14.4719,1,leg_gt,1.85,60 -43317,sell_compound_top3,sell,2026-02-15 02:21:00,633.0,15.2005,1,leg_gt,1.85,60 -43318,sell_compound_top3,sell,2026-02-15 02:24:00,635.0,15.5648,1,leg_gt,1.86,60 -43319,sell_compound_top3,sell,2026-02-15 02:30:00,635.0,15.5648,1,leg_gt,1.86,60 -43320,sell_compound_top3,sell,2026-02-15 02:33:00,635.0,15.5648,1,leg_gt,1.86,60 -43321,sell_compound_top3,sell,2026-02-15 03:21:00,635.0,15.5648,1,leg_gt,1.9,60 -43322,sell_compound_top3,sell,2026-02-15 03:24:00,635.0,15.5648,1,leg_gt,1.9,60 -43323,sell_compound_top3,sell,2026-02-15 04:51:00,639.0,16.2934,1,leg_gt,1.96,60 -43324,sell_compound_top3,sell,2026-02-15 04:54:00,638.0,16.1113,1,leg_gt,1.96,60 -43325,sell_compound_top3,sell,2026-02-15 06:12:00,639.0,16.2934,1,leg_gt,2.01,60 -43326,sell_compound_top3,sell,2026-02-15 06:15:00,641.0,16.6577,1,leg_gt,2.02,60 -43327,sell_compound_top3,sell,2026-02-15 06:18:00,641.0,16.6577,1,leg_gt,2.02,60 -43328,sell_compound_top3,sell,2026-02-15 14:21:00,629.0,14.4719,1,leg_gt,2.35,60 -43329,sell_compound_top3,sell,2026-02-15 14:24:00,627.0,14.1077,1,leg_gt,2.36,60 -43330,sell_compound_top3,sell,2026-02-15 14:27:00,628.0,14.2898,1,leg_gt,2.36,60 -43331,sell_compound_top3,sell,2026-02-15 14:51:00,628.0,14.2898,1,leg_gt,2.38,60 -43332,sell_compound_top3,sell,2026-02-15 14:54:00,629.0,14.4719,1,leg_gt,2.38,60 -43333,sell_compound_top3,sell,2026-02-15 14:57:00,629.0,14.4719,1,leg_gt,2.38,60 -43334,sell_compound_top3,sell,2026-02-15 15:00:00,629.0,14.4719,1,leg_gt,2.38,60 -43335,sell_compound_top3,sell,2026-02-15 15:03:00,630.0,14.6541,1,leg_gt,2.38,60 -43336,sell_compound_top3,sell,2026-02-15 15:06:00,630.0,14.6541,1,leg_gt,2.39,60 -43337,sell_compound_top3,sell,2026-02-15 15:09:00,631.0,14.8362,1,leg_gt,2.39,60 -43338,sell_compound_top3,sell,2026-02-15 15:12:00,632.0,15.0184,1,leg_gt,2.39,60 -43339,sell_compound_top3,sell,2026-02-15 15:15:00,631.0,14.8362,1,leg_gt,2.39,60 -43340,sell_compound_top3,sell,2026-02-15 15:18:00,632.0,15.0184,1,leg_gt,2.39,60 -43341,sell_compound_top3,sell,2026-02-15 15:36:00,635.0,15.5648,1,leg_gt,2.41,60 -43342,sell_compound_top3,sell,2026-02-15 15:39:00,633.0,15.2005,1,leg_gt,2.41,60 -43343,sell_compound_top3,sell,2026-02-16 01:21:00,607.0,10.4647,1,leg_gt,2.81,60 -43344,sell_compound_top3,sell,2026-02-16 01:24:00,606.0,10.2825,1,leg_gt,2.81,60 -43345,sell_compound_top3,sell,2026-02-16 01:30:00,608.0,10.6468,1,leg_gt,2.82,60 -43346,sell_compound_top3,sell,2026-02-16 01:33:00,607.0,10.4647,1,leg_gt,2.82,60 -43347,sell_compound_top3,sell,2026-02-16 06:12:00,598.0,8.8253,1,leg_gt,3.01,60 -43348,sell_compound_top3,sell,2026-02-16 06:15:00,598.0,8.8253,1,leg_gt,3.02,60 -43349,sell_compound_top3,sell,2026-02-16 06:18:00,598.0,8.8253,1,leg_gt,3.02,60 -43350,sell_compound_top3,sell,2026-02-16 06:21:00,599.0,9.0075,1,leg_gt,3.02,60 -43351,sell_compound_top3,sell,2026-02-16 06:24:00,598.0,8.8253,1,leg_gt,3.02,60 -43352,sell_compound_top3,sell,2026-02-16 06:57:00,599.0,9.0075,1,leg_gt,3.05,60 -43353,sell_compound_top3,sell,2026-02-16 07:45:00,600.0,9.1896,1,leg_gt,3.08,60 -43354,sell_compound_top3,sell,2026-02-16 07:48:00,600.0,9.1896,1,leg_gt,3.08,60 -43355,sell_compound_top3,sell,2026-02-16 07:51:00,600.0,9.1896,1,leg_gt,3.08,60 -43356,sell_compound_top3,sell,2026-02-16 07:54:00,600.0,9.1896,1,leg_gt,3.09,60 -43357,sell_compound_top3,sell,2026-02-16 09:15:00,603.0,9.7361,1,leg_gt,3.14,60 -43358,sell_compound_top3,sell,2026-02-16 09:18:00,605.0,10.1004,1,leg_gt,3.14,60 -43359,sell_compound_top3,sell,2026-02-16 09:21:00,603.0,9.7361,1,leg_gt,3.15,60 -43360,sell_compound_top3,sell,2026-02-16 09:24:00,601.0,9.3718,1,leg_gt,3.15,60 -43361,sell_compound_top3,sell,2026-02-16 15:42:00,601.0,9.3718,1,leg_gt,3.41,60 -43362,sell_compound_top3,sell,2026-02-16 15:45:00,601.0,9.3718,1,leg_gt,3.41,60 -43363,sell_compound_top3,sell,2026-02-16 15:48:00,600.0,9.1896,1,leg_gt,3.41,60 -43364,sell_compound_top3,sell,2026-02-16 15:51:00,601.0,9.3718,1,leg_gt,3.42,60 -43365,sell_compound_top3,sell,2026-02-16 15:54:00,602.0,9.5539,1,leg_gt,3.42,60 -43366,sell_compound_top3,sell,2026-02-16 15:57:00,601.0,9.3718,1,leg_gt,3.42,60 -43367,sell_compound_top3,sell,2026-02-16 18:45:00,601.0,9.3718,1,leg_gt,3.54,60 -43368,sell_compound_top3,sell,2026-02-16 18:48:00,601.0,9.3718,1,leg_gt,3.54,60 -43369,sell_compound_top3,sell,2026-02-16 18:57:00,602.0,9.5539,1,leg_gt,3.55,60 -43370,sell_compound_top3,sell,2026-02-16 19:06:00,602.0,9.5539,1,leg_gt,3.55,60 -43371,sell_compound_top3,sell,2026-02-16 19:09:00,601.0,9.3718,1,leg_gt,3.55,60 -43372,sell_compound_top3,sell,2026-02-16 21:51:00,602.0,9.5539,1,leg_gt,3.67,60 -43373,sell_compound_top3,sell,2026-02-16 21:54:00,603.0,9.7361,1,leg_gt,3.67,60 -43374,sell_compound_top3,sell,2026-02-16 21:57:00,603.0,9.7361,1,leg_gt,3.67,60 -43375,sell_compound_top3,sell,2026-02-16 22:00:00,603.0,9.7361,1,leg_gt,3.67,60 -43376,sell_compound_top3,sell,2026-02-16 22:03:00,605.0,10.1004,1,leg_gt,3.68,60 -43377,sell_compound_top3,sell,2026-02-16 22:06:00,605.0,10.1004,1,leg_gt,3.68,60 -43378,sell_compound_top3,sell,2026-02-16 22:09:00,603.0,9.7361,1,leg_gt,3.68,60 -43379,sell_compound_top3,sell,2026-02-17 05:51:00,599.0,9.0075,1,leg_gt,4.0,60 -43380,sell_compound_top3,sell,2026-02-17 05:54:00,599.0,9.0075,1,leg_gt,4.0,60 -43381,sell_compound_top3,sell,2026-02-17 06:09:00,598.0,8.8253,1,leg_gt,4.01,60 -43382,sell_compound_top3,sell,2026-02-17 06:12:00,598.0,8.8253,1,leg_gt,4.01,60 -43383,sell_compound_top3,sell,2026-02-17 06:21:00,600.0,9.1896,1,leg_gt,4.02,60 -43384,sell_compound_top3,sell,2026-02-17 06:24:00,602.0,9.5539,1,leg_gt,4.02,60 -43385,sell_compound_top3,sell,2026-02-17 06:27:00,601.0,9.3718,1,leg_gt,4.03,60 -43386,sell_compound_top3,sell,2026-02-17 06:33:00,600.0,9.1896,1,leg_gt,4.03,60 -43387,sell_compound_top3,sell,2026-02-17 06:36:00,600.0,9.1896,1,leg_gt,4.03,60 -43388,sell_compound_top3,sell,2026-02-17 06:39:00,601.0,9.3718,1,leg_gt,4.03,60 -43389,sell_compound_top3,sell,2026-02-17 06:42:00,601.0,9.3718,1,leg_gt,4.04,60 -43390,sell_compound_top3,sell,2026-02-17 06:51:00,601.0,9.3718,1,leg_gt,4.04,60 -43391,sell_compound_top3,sell,2026-02-17 06:54:00,601.0,9.3718,1,leg_gt,4.04,60 -43392,sell_compound_top3,sell,2026-02-17 06:57:00,602.0,9.5539,1,leg_gt,4.05,60 -43393,sell_compound_top3,sell,2026-02-17 07:12:00,604.0,9.9182,1,leg_gt,4.06,60 -43394,sell_compound_top3,sell,2026-02-17 07:15:00,603.0,9.7361,1,leg_gt,4.06,60 -43395,sell_compound_top3,sell,2026-02-17 07:18:00,602.0,9.5539,1,leg_gt,4.06,60 -43396,sell_compound_top3,sell,2026-02-17 23:06:00,590.0,7.3681,1,leg_gt,4.72,60 -43397,sell_compound_top3,sell,2026-02-17 23:09:00,588.0,7.0038,1,leg_gt,4.72,60 -43398,sell_compound_top3,sell,2026-02-18 03:57:00,596.0,3.7328,1,leg_gt,0.18,60 -43399,sell_compound_top3,sell,2026-02-18 17:00:00,581.0,1.1195,1,leg_gt,0.72,60 -43400,sell_compound_top3,sell,2026-02-18 17:03:00,580.0,0.9453,1,leg_gt,0.72,60 -43401,sell_compound_top3,sell,2026-02-18 17:21:00,581.0,1.1195,1,leg_gt,0.73,60 -43402,sell_compound_top3,sell,2026-02-18 17:24:00,582.0,1.2937,1,leg_gt,0.74,60 -43403,sell_compound_top3,sell,2026-02-19 00:51:00,578.0,0.5969,1,leg_gt,1.05,60 -43404,sell_compound_top3,sell,2026-02-19 00:54:00,576.0,0.2484,1,leg_gt,1.05,60 -43405,sell_compound_top3,sell,2026-02-19 10:51:00,563.0,-2.0164,0,leg_gt,1.46,60 -43406,sell_compound_top3,sell,2026-02-19 10:54:00,565.0,-1.6679,0,leg_gt,1.46,60 -43407,sell_compound_top3,sell,2026-02-19 10:57:00,565.0,-1.6679,0,leg_gt,1.47,60 -43408,sell_compound_top3,sell,2026-02-19 11:00:00,565.0,-1.6679,0,leg_gt,1.47,60 -43409,sell_compound_top3,sell,2026-02-19 11:03:00,566.0,-1.4937,0,leg_gt,1.47,60 -43410,sell_compound_top3,sell,2026-02-19 11:06:00,566.0,-1.4937,0,leg_gt,1.47,60 -43411,sell_compound_top3,sell,2026-02-19 11:09:00,567.0,-1.3195,0,leg_gt,1.48,60 -43412,sell_compound_top3,sell,2026-02-19 11:15:00,567.0,-1.3195,0,leg_gt,1.48,60 -43413,sell_compound_top3,sell,2026-02-19 11:18:00,567.0,-1.3195,0,leg_gt,1.48,60 -43414,sell_compound_top3,sell,2026-02-19 11:21:00,567.0,-1.3195,0,leg_gt,1.48,60 -43415,sell_compound_top3,sell,2026-02-19 11:24:00,567.0,-1.3195,0,leg_gt,1.49,60 -43416,sell_compound_top3,sell,2026-02-19 11:27:00,567.0,-1.3195,0,leg_gt,1.49,60 -43417,sell_compound_top3,sell,2026-02-19 12:30:00,568.0,-1.1453,0,leg_gt,1.53,60 -43418,sell_compound_top3,sell,2026-02-19 12:33:00,567.0,-1.3195,0,leg_gt,1.53,60 -43419,sell_compound_top3,sell,2026-02-19 12:36:00,568.0,-1.1453,0,leg_gt,1.54,60 -43420,sell_compound_top3,sell,2026-02-19 12:39:00,566.0,-1.4937,0,leg_gt,1.54,60 -43421,sell_compound_top3,sell,2026-02-20 02:27:00,551.0,1.0009,1,leg_gt,0.16,60 -43422,sell_compound_top3,sell,2026-02-20 08:15:00,550.0,0.8174,1,leg_gt,0.4,60 -43423,sell_compound_top3,sell,2026-02-20 08:18:00,550.0,0.8174,1,leg_gt,0.4,60 -43424,sell_compound_top3,sell,2026-02-20 08:42:00,552.0,1.1844,1,leg_gt,0.42,60 -43425,sell_compound_top3,sell,2026-02-20 08:45:00,552.0,1.1844,1,leg_gt,0.42,60 -43426,sell_compound_top3,sell,2026-02-20 08:48:00,553.0,1.3679,1,leg_gt,0.42,60 -43427,sell_compound_top3,sell,2026-02-20 08:51:00,553.0,1.3679,1,leg_gt,0.42,60 -43428,sell_compound_top3,sell,2026-02-20 08:54:00,553.0,1.3679,1,leg_gt,0.42,60 -43429,sell_compound_top3,sell,2026-02-20 08:57:00,553.0,1.3679,1,leg_gt,0.43,60 -43430,sell_compound_top3,sell,2026-02-20 09:12:00,554.0,1.5514,1,leg_gt,0.44,60 -43431,sell_compound_top3,sell,2026-02-20 09:15:00,555.0,1.7349,1,leg_gt,0.44,60 -43432,sell_compound_top3,sell,2026-02-20 09:18:00,555.0,1.7349,1,leg_gt,0.44,60 -43433,sell_compound_top3,sell,2026-02-20 09:21:00,556.0,1.9183,1,leg_gt,0.44,60 -43434,sell_compound_top3,sell,2026-02-20 09:24:00,555.0,1.7349,1,leg_gt,0.45,60 -43435,sell_compound_top3,sell,2026-02-20 09:27:00,558.0,2.2853,1,leg_gt,0.45,60 -43436,sell_compound_top3,sell,2026-02-20 09:36:00,557.0,2.1018,1,leg_gt,0.45,60 -43437,sell_compound_top3,sell,2026-02-20 09:39:00,557.0,2.1018,1,leg_gt,0.46,60 -43438,sell_compound_top3,sell,2026-02-20 09:42:00,556.0,1.9183,1,leg_gt,0.46,60 -43439,sell_compound_top3,sell,2026-02-20 10:51:00,557.0,2.1018,1,leg_gt,0.51,60 -43440,sell_compound_top3,sell,2026-02-20 10:54:00,557.0,2.1018,1,leg_gt,0.51,60 -43441,sell_compound_top3,sell,2026-02-20 10:57:00,558.0,2.2853,1,leg_gt,0.51,60 -43442,sell_compound_top3,sell,2026-02-20 14:57:00,559.0,2.4688,1,leg_gt,0.68,60 -43443,sell_compound_top3,sell,2026-02-20 18:12:00,565.0,3.5697,1,leg_gt,0.81,60 -43444,sell_compound_top3,sell,2026-02-20 18:27:00,568.0,4.1202,1,leg_gt,0.82,60 -43445,sell_compound_top3,sell,2026-02-20 19:12:00,568.0,4.1202,1,leg_gt,0.85,60 -43446,sell_compound_top3,sell,2026-02-20 19:15:00,568.0,4.1202,1,leg_gt,0.86,60 -43447,sell_compound_top3,sell,2026-02-20 19:18:00,570.0,4.4872,1,leg_gt,0.86,60 -43448,sell_compound_top3,sell,2026-02-20 19:27:00,570.0,4.4872,1,leg_gt,0.86,60 -43449,sell_compound_top3,sell,2026-02-20 19:36:00,570.0,4.4872,1,leg_gt,0.87,60 -43450,sell_compound_top3,sell,2026-02-20 19:39:00,570.0,4.4872,1,leg_gt,0.87,60 -43451,sell_compound_top3,sell,2026-02-20 19:42:00,570.0,4.4872,1,leg_gt,0.88,60 -43452,sell_compound_top3,sell,2026-02-21 00:15:00,566.0,2.4362,1,leg_gt,0.07,60 -43453,sell_compound_top3,sell,2026-02-21 00:18:00,568.0,2.7986,1,leg_gt,0.07,60 -43454,sell_compound_top3,sell,2026-02-21 00:30:00,575.0,4.0667,1,leg_gt,0.08,60 -43455,sell_compound_top3,sell,2026-02-21 00:33:00,573.0,3.7043,1,leg_gt,0.08,60 -43456,sell_compound_top3,sell,2026-02-21 01:00:00,574.0,3.8855,1,leg_gt,0.1,60 -43457,sell_compound_top3,sell,2026-02-21 01:03:00,577.0,4.429,1,leg_gt,0.1,60 -43458,sell_compound_top3,sell,2026-02-21 01:06:00,580.0,4.9725,1,leg_gt,0.1,60 -43459,sell_compound_top3,sell,2026-02-21 01:09:00,583.0,5.5159,1,leg_gt,0.11,60 -43460,sell_compound_top3,sell,2026-02-21 01:15:00,581.0,5.1536,1,leg_gt,0.11,60 -43461,sell_compound_top3,sell,2026-02-21 01:18:00,578.0,4.6101,1,leg_gt,0.11,60 -43462,sell_compound_top3,sell,2026-02-21 01:27:00,581.0,5.1536,1,leg_gt,0.12,60 -43463,sell_compound_top3,sell,2026-02-21 08:15:00,575.0,4.0667,1,leg_gt,0.4,60 -43464,sell_compound_top3,sell,2026-02-21 08:18:00,574.0,3.8855,1,leg_gt,0.4,60 -43465,sell_compound_top3,sell,2026-02-21 09:06:00,576.0,4.2478,1,leg_gt,0.44,60 -43466,sell_compound_top3,sell,2026-02-21 09:09:00,575.0,4.0667,1,leg_gt,0.44,60 -43467,sell_compound_top3,sell,2026-02-21 10:51:00,576.0,4.2478,1,leg_gt,0.51,60 -43468,sell_compound_top3,sell,2026-02-21 10:54:00,576.0,4.2478,1,leg_gt,0.51,60 -43469,sell_compound_top3,sell,2026-02-21 10:57:00,576.0,4.2478,1,leg_gt,0.51,60 -43470,sell_compound_top3,sell,2026-02-21 11:12:00,576.0,4.2478,1,leg_gt,0.52,60 -43471,sell_compound_top3,sell,2026-02-21 11:30:00,578.0,4.6101,1,leg_gt,0.54,60 -43472,sell_compound_top3,sell,2026-02-21 11:33:00,579.0,4.7913,1,leg_gt,0.54,60 -43473,sell_compound_top3,sell,2026-02-21 11:42:00,578.0,4.6101,1,leg_gt,0.55,60 -43474,sell_compound_top3,sell,2026-02-21 14:00:00,578.0,4.6101,1,leg_gt,0.64,60 -43475,sell_compound_top3,sell,2026-02-21 14:03:00,579.0,4.7913,1,leg_gt,0.64,60 -43476,sell_compound_top3,sell,2026-02-21 14:21:00,579.0,4.7913,1,leg_gt,0.66,60 -43477,sell_compound_top3,sell,2026-02-21 14:24:00,580.0,4.9725,1,leg_gt,0.66,60 -43478,sell_compound_top3,sell,2026-02-21 14:27:00,579.0,4.7913,1,leg_gt,0.66,60 -43479,sell_compound_top3,sell,2026-02-21 14:30:00,579.0,4.7913,1,leg_gt,0.66,60 -43480,sell_compound_top3,sell,2026-02-21 14:36:00,579.0,4.7913,1,leg_gt,0.67,60 -43481,sell_compound_top3,sell,2026-02-21 14:39:00,579.0,4.7913,1,leg_gt,0.67,60 -43482,sell_compound_top3,sell,2026-02-21 14:42:00,580.0,4.9725,1,leg_gt,0.67,60 -43483,sell_compound_top3,sell,2026-02-21 15:06:00,582.0,5.3348,1,leg_gt,0.69,60 -43484,sell_compound_top3,sell,2026-02-21 15:09:00,581.0,5.1536,1,leg_gt,0.69,60 -43485,sell_compound_top3,sell,2026-02-21 15:21:00,584.0,5.6971,1,leg_gt,0.7,60 -43486,sell_compound_top3,sell,2026-02-21 15:24:00,582.0,5.3348,1,leg_gt,0.7,60 -43487,sell_compound_top3,sell,2026-02-21 18:06:00,582.0,5.3348,1,leg_gt,0.81,60 -43488,sell_compound_top3,sell,2026-02-21 18:09:00,581.0,5.1536,1,leg_gt,0.81,60 -43489,sell_compound_top3,sell,2026-02-21 18:21:00,584.0,5.6971,1,leg_gt,0.82,60 -43490,sell_compound_top3,sell,2026-02-21 18:24:00,583.0,5.5159,1,leg_gt,0.82,60 -43491,sell_compound_top3,sell,2026-02-21 18:42:00,585.0,5.8783,1,leg_gt,0.84,60 -43492,sell_compound_top3,sell,2026-02-21 18:45:00,584.0,5.6971,1,leg_gt,0.84,60 -43493,sell_compound_top3,sell,2026-02-21 18:48:00,585.0,5.8783,1,leg_gt,0.84,60 -43494,sell_compound_top3,sell,2026-02-22 16:27:00,563.0,1.8928,1,leg_gt,1.74,60 -43495,sell_compound_top3,sell,2026-02-22 16:45:00,565.0,2.2551,1,leg_gt,1.76,60 -43496,sell_compound_top3,sell,2026-02-22 16:48:00,564.0,2.0739,1,leg_gt,1.76,60 -43497,sell_compound_top3,sell,2026-02-23 00:45:00,560.0,1.3493,1,leg_gt,2.09,60 -43498,sell_compound_top3,sell,2026-02-23 00:48:00,560.0,1.3493,1,leg_gt,2.09,60 -43499,sell_compound_top3,sell,2026-02-23 00:51:00,561.0,1.5304,1,leg_gt,2.09,60 -43500,sell_compound_top3,sell,2026-02-23 00:54:00,560.0,1.3493,1,leg_gt,2.1,60 -43501,sell_compound_top3,sell,2026-02-23 00:57:00,560.0,1.3493,1,leg_gt,2.1,60 -43502,sell_compound_top3,sell,2026-02-23 01:00:00,560.0,1.3493,1,leg_gt,2.1,60 -43503,sell_compound_top3,sell,2026-02-23 01:03:00,560.0,1.3493,1,leg_gt,2.1,60 -43504,sell_compound_top3,sell,2026-02-23 01:15:00,563.0,1.8928,1,leg_gt,2.11,60 -43505,sell_compound_top3,sell,2026-02-23 01:18:00,563.0,1.8928,1,leg_gt,2.11,60 -43506,sell_compound_top3,sell,2026-02-23 01:21:00,563.0,1.8928,1,leg_gt,2.11,60 -43507,sell_compound_top3,sell,2026-02-23 01:24:00,563.0,1.8928,1,leg_gt,2.12,60 -43508,sell_compound_top3,sell,2026-02-23 04:00:00,563.0,1.8928,1,leg_gt,2.22,60 -43509,sell_compound_top3,sell,2026-02-23 04:03:00,564.0,2.0739,1,leg_gt,2.23,60 -43510,sell_compound_top3,sell,2026-02-23 04:06:00,564.0,2.0739,1,leg_gt,2.23,60 -43511,sell_compound_top3,sell,2026-02-23 04:09:00,563.0,1.8928,1,leg_gt,2.23,60 -43512,sell_compound_top3,sell,2026-02-23 05:00:00,564.0,2.0739,1,leg_gt,2.27,60 -43513,sell_compound_top3,sell,2026-02-23 05:03:00,563.0,1.8928,1,leg_gt,2.27,60 -43514,sell_compound_top3,sell,2026-02-23 05:06:00,564.0,2.0739,1,leg_gt,2.27,60 -43515,sell_compound_top3,sell,2026-02-23 05:09:00,564.0,2.0739,1,leg_gt,2.27,60 -43516,sell_compound_top3,sell,2026-02-23 09:06:00,566.0,2.4362,1,leg_gt,2.44,60 -43517,sell_compound_top3,sell,2026-02-23 09:09:00,565.0,2.2551,1,leg_gt,2.44,60 -43518,sell_compound_top3,sell,2026-02-23 15:00:00,545.0,1.3898,1,leg_gt,0.17,60 -43519,sell_compound_top3,sell,2026-02-23 15:03:00,545.0,1.3898,1,leg_gt,0.18,60 -43520,sell_compound_top3,sell,2026-02-23 15:21:00,552.0,2.6933,1,leg_gt,0.19,60 -43521,sell_compound_top3,sell,2026-02-23 15:24:00,552.0,2.6933,1,leg_gt,0.19,60 -43522,sell_compound_top3,sell,2026-02-23 15:27:00,551.0,2.5071,1,leg_gt,0.19,60 -43523,sell_compound_top3,sell,2026-02-23 15:30:00,550.0,2.3209,1,leg_gt,0.19,60 -43524,sell_compound_top3,sell,2026-02-23 15:33:00,550.0,2.3209,1,leg_gt,0.2,60 -43525,sell_compound_top3,sell,2026-02-23 15:36:00,551.0,2.5071,1,leg_gt,0.2,60 -43526,sell_compound_top3,sell,2026-02-23 15:39:00,552.0,2.6933,1,leg_gt,0.2,60 -43527,sell_compound_top3,sell,2026-02-23 15:42:00,552.0,2.6933,1,leg_gt,0.2,60 -43528,sell_compound_top3,sell,2026-02-23 15:51:00,553.0,2.8795,1,leg_gt,0.21,60 -43529,sell_compound_top3,sell,2026-02-23 15:54:00,553.0,2.8795,1,leg_gt,0.21,60 -43530,sell_compound_top3,sell,2026-02-23 16:42:00,553.0,2.8795,1,leg_gt,0.24,60 -43531,sell_compound_top3,sell,2026-02-23 19:00:00,565.0,5.1142,1,leg_gt,0.34,60 -43532,sell_compound_top3,sell,2026-02-23 19:03:00,566.0,5.3004,1,leg_gt,0.34,60 -43533,sell_compound_top3,sell,2026-02-23 19:06:00,564.0,4.9279,1,leg_gt,0.34,60 -43534,sell_compound_top3,sell,2026-02-23 19:09:00,565.0,5.1142,1,leg_gt,0.35,60 -43535,sell_compound_top3,sell,2026-02-23 19:12:00,566.0,5.3004,1,leg_gt,0.35,60 -43536,sell_compound_top3,sell,2026-02-23 20:36:00,578.0,7.535,1,leg_gt,0.41,60 -43537,sell_compound_top3,sell,2026-02-23 20:39:00,574.0,6.7901,1,leg_gt,0.41,60 -43538,sell_compound_top3,sell,2026-02-24 07:21:00,552.0,2.6933,1,leg_gt,0.85,60 -43539,sell_compound_top3,sell,2026-02-24 07:24:00,552.0,2.6933,1,leg_gt,0.86,60 -43540,sell_compound_top3,sell,2026-02-24 09:42:00,552.0,2.6933,1,leg_gt,0.95,60 -43541,sell_compound_top3,sell,2026-02-24 16:30:00,541.0,0.8328,1,leg_gt,0.14,60 -43542,sell_compound_top3,sell,2026-02-24 16:33:00,541.0,0.8328,1,leg_gt,0.14,60 -43543,sell_compound_top3,sell,2026-02-24 16:36:00,541.0,0.8328,1,leg_gt,0.14,60 -43544,sell_compound_top3,sell,2026-02-24 16:39:00,541.0,0.8328,1,leg_gt,0.14,60 -43545,sell_compound_top3,sell,2026-02-24 17:30:00,541.0,0.8328,1,leg_gt,0.18,60 -43546,sell_compound_top3,sell,2026-02-24 17:33:00,542.0,1.0194,1,leg_gt,0.18,60 -43547,sell_compound_top3,sell,2026-02-24 17:36:00,542.0,1.0194,1,leg_gt,0.18,60 -43548,sell_compound_top3,sell,2026-02-24 17:39:00,543.0,1.206,1,leg_gt,0.18,60 -43549,sell_compound_top3,sell,2026-02-24 17:51:00,542.0,1.0194,1,leg_gt,0.19,60 -43550,sell_compound_top3,sell,2026-02-24 17:54:00,544.0,1.3925,1,leg_gt,0.19,60 -43551,sell_compound_top3,sell,2026-02-24 21:27:00,544.0,1.3925,1,leg_gt,0.34,60 -43552,sell_compound_top3,sell,2026-02-24 21:30:00,544.0,1.3925,1,leg_gt,0.34,60 -43553,sell_compound_top3,sell,2026-02-24 21:33:00,545.0,1.5791,1,leg_gt,0.35,60 -43554,sell_compound_top3,sell,2026-02-24 21:36:00,545.0,1.5791,1,leg_gt,0.35,60 -43555,sell_compound_top3,sell,2026-02-24 21:39:00,545.0,1.5791,1,leg_gt,0.35,60 -43556,sell_compound_top3,sell,2026-02-24 21:42:00,545.0,1.5791,1,leg_gt,0.35,60 -43557,sell_compound_top3,sell,2026-02-24 22:00:00,545.0,1.5791,1,leg_gt,0.36,60 -43558,sell_compound_top3,sell,2026-02-24 22:03:00,545.0,1.5791,1,leg_gt,0.37,60 -43559,sell_compound_top3,sell,2026-02-24 22:12:00,545.0,1.5791,1,leg_gt,0.37,60 -43560,sell_compound_top3,sell,2026-02-24 22:15:00,546.0,1.7657,1,leg_gt,0.38,60 -43561,sell_compound_top3,sell,2026-02-24 22:18:00,545.0,1.5791,1,leg_gt,0.38,60 -43562,sell_compound_top3,sell,2026-02-24 22:21:00,545.0,1.5791,1,leg_gt,0.38,60 -43563,sell_compound_top3,sell,2026-02-24 22:24:00,545.0,1.5791,1,leg_gt,0.38,60 -43564,sell_compound_top3,sell,2026-02-24 22:27:00,546.0,1.7657,1,leg_gt,0.38,60 -43565,sell_compound_top3,sell,2026-02-24 22:30:00,547.0,1.9522,1,leg_gt,0.39,60 -43566,sell_compound_top3,sell,2026-02-24 22:33:00,545.0,1.5791,1,leg_gt,0.39,60 -43567,sell_compound_top3,sell,2026-02-24 22:42:00,546.0,1.7657,1,leg_gt,0.39,60 -43568,sell_compound_top3,sell,2026-02-24 22:45:00,548.0,2.1388,1,leg_gt,0.4,60 -43569,sell_compound_top3,sell,2026-02-24 22:48:00,548.0,2.1388,1,leg_gt,0.4,60 -43570,sell_compound_top3,sell,2026-02-24 22:57:00,550.0,2.5119,1,leg_gt,0.4,60 -43571,sell_compound_top3,sell,2026-02-24 23:00:00,548.0,2.1388,1,leg_gt,0.41,60 -43572,sell_compound_top3,sell,2026-02-24 23:03:00,549.0,2.3254,1,leg_gt,0.41,60 -43573,sell_compound_top3,sell,2026-02-25 00:00:00,552.0,2.8851,1,leg_gt,0.45,60 -43574,sell_compound_top3,sell,2026-02-25 00:03:00,551.0,2.6985,1,leg_gt,0.45,60 -43575,sell_compound_top3,sell,2026-02-25 00:36:00,565.0,5.3104,1,leg_gt,0.47,60 -43576,sell_compound_top3,sell,2026-02-25 00:39:00,562.0,4.7507,1,leg_gt,0.48,60 -43577,sell_compound_top3,sell,2026-02-25 10:36:00,572.0,4.2796,1,leg_gt,0.18,60 -43578,sell_compound_top3,sell,2026-02-25 10:39:00,571.0,4.0971,1,leg_gt,0.18,60 -43579,sell_compound_top3,sell,2026-02-25 10:42:00,570.0,3.9146,1,leg_gt,0.19,60 -43580,sell_compound_top3,sell,2026-02-25 16:57:00,568.0,3.5496,1,leg_gt,0.45,60 -43581,sell_compound_top3,sell,2026-02-25 17:06:00,569.0,3.7321,1,leg_gt,0.45,60 -43582,sell_compound_top3,sell,2026-02-25 17:09:00,569.0,3.7321,1,leg_gt,0.45,60 -43583,sell_compound_top3,sell,2026-02-25 17:12:00,568.0,3.5496,1,leg_gt,0.46,60 -43584,sell_compound_top3,sell,2026-02-25 17:21:00,570.0,3.9146,1,leg_gt,0.46,60 -43585,sell_compound_top3,sell,2026-02-25 17:24:00,570.0,3.9146,1,leg_gt,0.46,60 -43586,sell_compound_top3,sell,2026-02-25 17:27:00,571.0,4.0971,1,leg_gt,0.47,60 -43587,sell_compound_top3,sell,2026-02-25 17:30:00,571.0,4.0971,1,leg_gt,0.47,60 -43588,sell_compound_top3,sell,2026-02-25 17:33:00,570.0,3.9146,1,leg_gt,0.47,60 -43589,sell_compound_top3,sell,2026-02-25 17:36:00,571.0,4.0971,1,leg_gt,0.47,60 -43590,sell_compound_top3,sell,2026-02-25 17:39:00,571.0,4.0971,1,leg_gt,0.48,60 -43591,sell_compound_top3,sell,2026-02-25 18:30:00,583.0,6.2869,1,leg_gt,0.51,60 -43592,sell_compound_top3,sell,2026-02-25 18:33:00,585.0,6.6518,1,leg_gt,0.51,60 -43593,sell_compound_top3,sell,2026-02-25 18:36:00,584.0,6.4693,1,leg_gt,0.51,60 -43594,sell_compound_top3,sell,2026-02-25 18:39:00,583.0,6.2869,1,leg_gt,0.52,60 -43595,sell_compound_top3,sell,2026-02-25 18:42:00,583.0,6.2869,1,leg_gt,0.52,60 -43596,sell_compound_top3,sell,2026-02-25 18:45:00,583.0,6.2869,1,leg_gt,0.52,60 -43597,sell_compound_top3,sell,2026-02-25 18:48:00,584.0,6.4693,1,leg_gt,0.52,60 -43598,sell_compound_top3,sell,2026-02-25 18:51:00,586.0,6.8343,1,leg_gt,0.52,60 -43599,sell_compound_top3,sell,2026-02-25 18:54:00,585.0,6.6518,1,leg_gt,0.53,60 -43600,sell_compound_top3,sell,2026-02-25 18:57:00,586.0,6.8343,1,leg_gt,0.53,60 -43601,sell_compound_top3,sell,2026-02-25 19:06:00,586.0,6.8343,1,leg_gt,0.54,60 -43602,sell_compound_top3,sell,2026-02-25 19:09:00,588.0,7.1993,1,leg_gt,0.54,60 -43603,sell_compound_top3,sell,2026-02-25 19:12:00,587.0,7.0168,1,leg_gt,0.54,60 -43604,sell_compound_top3,sell,2026-02-25 19:15:00,589.0,7.3818,1,leg_gt,0.54,60 -43605,sell_compound_top3,sell,2026-02-25 19:18:00,589.0,7.3818,1,leg_gt,0.54,60 -43606,sell_compound_top3,sell,2026-02-25 19:51:00,593.0,8.1117,1,leg_gt,0.57,60 -43607,sell_compound_top3,sell,2026-02-25 19:54:00,591.0,7.7467,1,leg_gt,0.57,60 -43608,sell_compound_top3,sell,2026-02-25 19:57:00,592.0,7.9292,1,leg_gt,0.57,60 -43609,sell_compound_top3,sell,2026-02-25 23:30:00,585.0,6.6518,1,leg_gt,0.72,60 -43610,sell_compound_top3,sell,2026-02-25 23:33:00,583.0,6.2869,1,leg_gt,0.72,60 -43611,sell_compound_top3,sell,2026-02-25 23:51:00,585.0,6.6518,1,leg_gt,0.73,60 -43612,sell_compound_top3,sell,2026-02-25 23:54:00,586.0,6.8343,1,leg_gt,0.74,60 -43613,sell_compound_top3,sell,2026-02-25 23:57:00,586.0,6.8343,1,leg_gt,0.74,60 -43614,sell_compound_top3,sell,2026-02-26 00:30:00,587.0,7.0168,1,leg_gt,0.76,60 -43615,sell_compound_top3,sell,2026-02-26 00:33:00,588.0,7.1993,1,leg_gt,0.76,60 -43616,sell_compound_top3,sell,2026-02-26 00:57:00,590.0,7.5642,1,leg_gt,0.78,60 -43617,sell_compound_top3,sell,2026-02-26 01:00:00,591.0,7.7467,1,leg_gt,0.78,60 -43618,sell_compound_top3,sell,2026-02-26 01:03:00,594.0,8.2942,1,leg_gt,0.78,60 -43619,sell_compound_top3,sell,2026-02-26 01:06:00,594.0,8.2942,1,leg_gt,0.79,60 -43620,sell_compound_top3,sell,2026-02-26 01:09:00,595.0,8.4766,1,leg_gt,0.79,60 -43621,sell_compound_top3,sell,2026-02-26 02:15:00,604.0,10.119,1,leg_gt,0.83,60 -43622,sell_compound_top3,sell,2026-02-26 02:18:00,606.0,10.4839,1,leg_gt,0.84,60 -43623,sell_compound_top3,sell,2026-02-26 03:12:00,606.0,10.4839,1,leg_gt,0.87,60 -43624,sell_compound_top3,sell,2026-02-26 03:15:00,605.0,10.3015,1,leg_gt,0.88,60 -43625,sell_compound_top3,sell,2026-02-26 03:18:00,605.0,10.3015,1,leg_gt,0.88,60 -43626,sell_compound_top3,sell,2026-02-26 03:36:00,609.0,11.0314,1,leg_gt,0.89,60 -43627,sell_compound_top3,sell,2026-02-26 03:39:00,608.0,10.8489,1,leg_gt,0.89,60 -43628,sell_compound_top3,sell,2026-02-26 03:42:00,608.0,10.8489,1,leg_gt,0.89,60 -43629,sell_compound_top3,sell,2026-02-26 03:45:00,608.0,10.8489,1,leg_gt,0.9,60 -43630,sell_compound_top3,sell,2026-02-26 03:48:00,608.0,10.8489,1,leg_gt,0.9,60 -43631,sell_compound_top3,sell,2026-02-26 03:51:00,607.0,10.6664,1,leg_gt,0.9,60 -43632,sell_compound_top3,sell,2026-02-26 03:54:00,608.0,10.8489,1,leg_gt,0.9,60 -43633,sell_compound_top3,sell,2026-02-26 03:57:00,609.0,11.0314,1,leg_gt,0.9,60 -43634,sell_compound_top3,sell,2026-02-26 04:15:00,617.0,12.4912,1,leg_gt,0.92,60 -43635,sell_compound_top3,sell,2026-02-26 04:18:00,616.0,12.3088,1,leg_gt,0.92,60 -43636,sell_compound_top3,sell,2026-02-26 04:21:00,617.0,12.4912,1,leg_gt,0.92,60 -43637,sell_compound_top3,sell,2026-02-26 04:24:00,621.0,13.2212,1,leg_gt,0.92,60 -43638,sell_compound_top3,sell,2026-02-26 04:30:00,620.0,13.0387,1,leg_gt,0.93,60 -43639,sell_compound_top3,sell,2026-02-26 04:33:00,621.0,13.2212,1,leg_gt,0.93,60 -43640,sell_compound_top3,sell,2026-02-26 04:36:00,624.0,13.7686,1,leg_gt,0.93,60 -43641,sell_compound_top3,sell,2026-02-26 04:39:00,624.0,13.7686,1,leg_gt,0.93,60 -43642,sell_compound_top3,sell,2026-02-26 04:42:00,622.0,13.4036,1,leg_gt,0.94,60 -43643,sell_compound_top3,sell,2026-02-26 13:45:00,594.0,8.2942,1,leg_gt,1.31,60 -43644,sell_compound_top3,sell,2026-02-26 13:48:00,595.0,8.4766,1,leg_gt,1.31,60 -43645,sell_compound_top3,sell,2026-02-26 17:42:00,589.0,7.3818,1,leg_gt,1.48,60 -43646,sell_compound_top3,sell,2026-02-26 17:51:00,590.0,7.5642,1,leg_gt,1.48,60 -43647,sell_compound_top3,sell,2026-02-26 17:54:00,590.0,7.5642,1,leg_gt,1.49,60 -43648,sell_compound_top3,sell,2026-02-26 18:21:00,591.0,7.7467,1,leg_gt,1.5,60 -43649,sell_compound_top3,sell,2026-02-26 18:24:00,592.0,7.9292,1,leg_gt,1.51,60 -43650,sell_compound_top3,sell,2026-02-26 18:27:00,592.0,7.9292,1,leg_gt,1.51,60 -43651,sell_compound_top3,sell,2026-02-26 18:30:00,592.0,7.9292,1,leg_gt,1.51,60 -43652,sell_compound_top3,sell,2026-02-26 18:33:00,592.0,7.9292,1,leg_gt,1.51,60 -43653,sell_compound_top3,sell,2026-02-27 04:15:00,576.0,1.8469,1,leg_gt,0.1,60 -43654,sell_compound_top3,sell,2026-02-27 04:18:00,577.0,2.0239,1,leg_gt,0.1,60 -43655,sell_compound_top3,sell,2026-02-27 04:21:00,577.0,2.0239,1,leg_gt,0.11,60 -43656,sell_compound_top3,sell,2026-02-27 04:24:00,578.0,2.2009,1,leg_gt,0.11,60 -43657,sell_compound_top3,sell,2026-02-27 04:27:00,577.0,2.0239,1,leg_gt,0.11,60 -43658,sell_compound_top3,sell,2026-02-27 04:30:00,578.0,2.2009,1,leg_gt,0.11,60 -43659,sell_compound_top3,sell,2026-02-27 04:33:00,578.0,2.2009,1,leg_gt,0.11,60 -43660,sell_compound_top3,sell,2026-02-27 04:36:00,578.0,2.2009,1,leg_gt,0.12,60 -43661,sell_compound_top3,sell,2026-02-27 04:39:00,577.0,2.0239,1,leg_gt,0.12,60 -43662,sell_compound_top3,sell,2026-02-27 07:57:00,578.0,2.2009,1,leg_gt,0.26,60 -43663,sell_compound_top3,sell,2026-02-27 11:15:00,579.0,2.3779,1,leg_gt,0.39,60 -43664,sell_compound_top3,sell,2026-02-27 11:18:00,580.0,2.5549,1,leg_gt,0.4,60 -43665,sell_compound_top3,sell,2026-02-27 11:27:00,581.0,2.7319,1,leg_gt,0.4,60 -43666,sell_compound_top3,sell,2026-02-27 13:27:00,589.0,4.1478,1,leg_gt,0.49,60 -43667,sell_compound_top3,sell,2026-02-27 13:30:00,588.0,3.9708,1,leg_gt,0.49,60 -43668,sell_compound_top3,sell,2026-02-27 13:33:00,587.0,3.7938,1,leg_gt,0.49,60 -43669,sell_compound_top3,sell,2026-02-27 17:00:00,589.0,4.1478,1,leg_gt,0.63,60 -43670,sell_compound_top3,sell,2026-02-27 17:03:00,589.0,4.1478,1,leg_gt,0.64,60 -43671,sell_compound_top3,sell,2026-02-27 18:12:00,589.0,4.1478,1,leg_gt,0.68,60 -43672,sell_compound_top3,sell,2026-02-27 18:15:00,590.0,4.3248,1,leg_gt,0.69,60 -43673,sell_compound_top3,sell,2026-02-27 18:18:00,590.0,4.3248,1,leg_gt,0.69,60 -43674,sell_compound_top3,sell,2026-02-27 18:30:00,591.0,4.5018,1,leg_gt,0.7,60 -43675,sell_compound_top3,sell,2026-02-27 18:33:00,591.0,4.5018,1,leg_gt,0.7,60 -43676,sell_compound_top3,sell,2026-02-27 18:36:00,591.0,4.5018,1,leg_gt,0.7,60 -43677,sell_compound_top3,sell,2026-02-27 18:39:00,591.0,4.5018,1,leg_gt,0.7,60 -43678,sell_compound_top3,sell,2026-02-27 18:42:00,591.0,4.5018,1,leg_gt,0.7,60 -43679,sell_compound_top3,sell,2026-02-28 09:21:00,570.0,0.785,1,leg_gt,1.31,60 -43680,sell_compound_top3,sell,2026-02-28 09:24:00,570.0,0.785,1,leg_gt,1.32,60 -43681,sell_compound_top3,sell,2026-02-28 09:45:00,571.0,0.9619,1,leg_gt,1.33,60 -43682,sell_compound_top3,sell,2026-02-28 09:48:00,570.0,0.785,1,leg_gt,1.33,60 -43683,sell_compound_top3,sell,2026-02-28 20:27:00,545.0,2.3436,1,leg_gt,0.1,60 -43684,sell_compound_top3,sell,2026-02-28 20:30:00,546.0,2.5316,1,leg_gt,0.1,60 -43685,sell_compound_top3,sell,2026-02-28 20:33:00,547.0,2.7195,1,leg_gt,0.1,60 -43686,sell_compound_top3,sell,2026-02-28 20:36:00,548.0,2.9075,1,leg_gt,0.1,60 -43687,sell_compound_top3,sell,2026-02-28 20:39:00,547.0,2.7195,1,leg_gt,0.11,60 -43688,sell_compound_top3,sell,2026-02-28 20:42:00,546.0,2.5316,1,leg_gt,0.11,60 -43689,sell_compound_top3,sell,2026-02-28 23:06:00,555.0,4.2233,1,leg_gt,0.21,60 -43690,sell_compound_top3,sell,2026-02-28 23:09:00,556.0,4.4113,1,leg_gt,0.21,60 -43691,sell_compound_top3,sell,2026-02-28 23:12:00,556.0,4.4113,1,leg_gt,0.21,60 -43692,sell_compound_top3,sell,2026-02-28 23:15:00,555.0,4.2233,1,leg_gt,0.21,60 -43693,sell_compound_top3,sell,2026-02-28 23:18:00,556.0,4.4113,1,leg_gt,0.22,60 -43694,sell_compound_top3,sell,2026-02-28 23:21:00,557.0,4.5992,1,leg_gt,0.22,60 -43695,sell_compound_top3,sell,2026-02-28 23:24:00,556.0,4.4113,1,leg_gt,0.22,60 -43696,sell_compound_top3,sell,2026-02-28 23:42:00,559.0,4.9752,1,leg_gt,0.23,60 -43697,sell_compound_top3,sell,2026-03-01 04:00:00,564.0,5.915,1,leg_gt,0.41,60 -43698,sell_compound_top3,sell,2026-03-01 04:03:00,562.0,5.5391,1,leg_gt,0.41,60 -43699,sell_compound_top3,sell,2026-03-01 04:45:00,567.0,6.4789,1,leg_gt,0.44,60 -43700,sell_compound_top3,sell,2026-03-01 04:48:00,568.0,6.6669,1,leg_gt,0.45,60 -43701,sell_compound_top3,sell,2026-03-01 04:51:00,570.0,7.0429,1,leg_gt,0.45,60 -43702,sell_compound_top3,sell,2026-03-01 04:54:00,569.0,6.8549,1,leg_gt,0.45,60 -43703,sell_compound_top3,sell,2026-03-01 05:06:00,569.0,6.8549,1,leg_gt,0.46,60 -43704,sell_compound_top3,sell,2026-03-01 05:09:00,569.0,6.8549,1,leg_gt,0.46,60 -43705,sell_compound_top3,sell,2026-03-01 05:12:00,571.0,7.2308,1,leg_gt,0.46,60 -43706,sell_compound_top3,sell,2026-03-01 05:15:00,571.0,7.2308,1,leg_gt,0.46,60 -43707,sell_compound_top3,sell,2026-03-01 05:18:00,571.0,7.2308,1,leg_gt,0.47,60 -43708,sell_compound_top3,sell,2026-03-01 05:21:00,575.0,7.9827,1,leg_gt,0.47,60 -43709,sell_compound_top3,sell,2026-03-01 05:24:00,576.0,8.1707,1,leg_gt,0.47,60 -43710,sell_compound_top3,sell,2026-03-01 05:36:00,576.0,8.1707,1,leg_gt,0.48,60 -43711,sell_compound_top3,sell,2026-03-01 05:39:00,573.0,7.6068,1,leg_gt,0.48,60 -43712,sell_compound_top3,sell,2026-03-01 05:42:00,576.0,8.1707,1,leg_gt,0.48,60 -43713,sell_compound_top3,sell,2026-03-01 05:51:00,578.0,8.5466,1,leg_gt,0.49,60 -43714,sell_compound_top3,sell,2026-03-01 05:54:00,579.0,8.7346,1,leg_gt,0.49,60 -43715,sell_compound_top3,sell,2026-03-01 05:57:00,577.0,8.3586,1,leg_gt,0.49,60 -43716,sell_compound_top3,sell,2026-03-01 07:45:00,581.0,9.1105,1,leg_gt,0.57,60 -43717,sell_compound_top3,sell,2026-03-01 07:48:00,582.0,9.2985,1,leg_gt,0.57,60 -43718,sell_compound_top3,sell,2026-03-01 08:00:00,583.0,9.4865,1,leg_gt,0.58,60 -43719,sell_compound_top3,sell,2026-03-01 08:03:00,583.0,9.4865,1,leg_gt,0.58,60 -43720,sell_compound_top3,sell,2026-03-01 08:06:00,583.0,9.4865,1,leg_gt,0.58,60 -43721,sell_compound_top3,sell,2026-03-01 08:09:00,583.0,9.4865,1,leg_gt,0.59,60 -43722,sell_compound_top3,sell,2026-03-01 11:21:00,589.0,10.6143,1,leg_gt,0.72,60 -43723,sell_compound_top3,sell,2026-03-01 11:24:00,587.0,10.2383,1,leg_gt,0.72,60 -43724,sell_compound_top3,sell,2026-03-01 11:36:00,590.0,10.8023,1,leg_gt,0.73,60 -43725,sell_compound_top3,sell,2026-03-01 11:39:00,590.0,10.8023,1,leg_gt,0.73,60 -43726,sell_compound_top3,sell,2026-03-01 23:12:00,570.0,7.0429,1,leg_gt,1.21,60 -43727,sell_compound_top3,sell,2026-03-01 23:15:00,571.0,7.2308,1,leg_gt,1.21,60 -43728,sell_compound_top3,sell,2026-03-01 23:18:00,572.0,7.4188,1,leg_gt,1.22,60 -43729,sell_compound_top3,sell,2026-03-02 09:42:00,564.0,2.6322,1,leg_gt,0.17,60 -43730,sell_compound_top3,sell,2026-03-02 09:57:00,568.0,3.3608,1,leg_gt,0.18,60 -43731,sell_compound_top3,sell,2026-03-02 10:00:00,567.0,3.1787,1,leg_gt,0.18,60 -43732,sell_compound_top3,sell,2026-03-02 10:03:00,566.0,2.9965,1,leg_gt,0.18,60 -43733,sell_compound_top3,sell,2026-03-02 10:06:00,566.0,2.9965,1,leg_gt,0.19,60 -43734,sell_compound_top3,sell,2026-03-02 10:09:00,569.0,3.543,1,leg_gt,0.19,60 -43735,sell_compound_top3,sell,2026-03-02 12:42:00,570.0,3.7251,1,leg_gt,0.29,60 -43736,sell_compound_top3,sell,2026-03-02 12:51:00,570.0,3.7251,1,leg_gt,0.3,60 -43737,sell_compound_top3,sell,2026-03-02 12:54:00,570.0,3.7251,1,leg_gt,0.3,60 -43738,sell_compound_top3,sell,2026-03-02 18:06:00,563.0,2.4501,1,leg_gt,0.52,60 -43739,sell_compound_top3,sell,2026-03-02 18:09:00,563.0,2.4501,1,leg_gt,0.52,60 -43740,sell_compound_top3,sell,2026-03-02 18:21:00,566.0,2.9965,1,leg_gt,0.53,60 -43741,sell_compound_top3,sell,2026-03-02 18:24:00,566.0,2.9965,1,leg_gt,0.53,60 -43742,sell_compound_top3,sell,2026-03-03 00:21:00,589.0,7.186,1,leg_gt,0.78,60 -43743,sell_compound_top3,sell,2026-03-03 00:24:00,587.0,6.8217,1,leg_gt,0.78,60 -43744,sell_compound_top3,sell,2026-03-03 00:27:00,588.0,7.0038,1,leg_gt,0.78,60 -43745,sell_compound_top3,sell,2026-03-03 00:30:00,587.0,6.8217,1,leg_gt,0.79,60 -43746,sell_compound_top3,sell,2026-03-03 00:33:00,584.0,6.2752,1,leg_gt,0.79,60 -43747,sell_compound_top3,sell,2026-03-03 00:36:00,587.0,6.8217,1,leg_gt,0.79,60 -43748,sell_compound_top3,sell,2026-03-03 00:39:00,589.0,7.186,1,leg_gt,0.79,60 -43749,sell_compound_top3,sell,2026-03-03 00:42:00,590.0,7.3681,1,leg_gt,0.79,60 -43750,sell_compound_top3,sell,2026-03-03 00:45:00,592.0,7.7324,1,leg_gt,0.8,60 -43751,sell_compound_top3,sell,2026-03-03 00:48:00,591.0,7.5503,1,leg_gt,0.8,60 -43752,sell_compound_top3,sell,2026-03-03 01:12:00,595.0,8.2789,1,leg_gt,0.81,60 -43753,sell_compound_top3,sell,2026-03-03 01:15:00,597.0,8.6432,1,leg_gt,0.82,60 -43754,sell_compound_top3,sell,2026-03-03 01:18:00,595.0,8.2789,1,leg_gt,0.82,60 -43755,sell_compound_top3,sell,2026-03-03 01:27:00,593.0,7.9146,1,leg_gt,0.82,60 -43756,sell_compound_top3,sell,2026-03-03 01:57:00,600.0,9.1896,1,leg_gt,0.85,60 -43757,sell_compound_top3,sell,2026-03-03 03:00:00,604.0,9.9182,1,leg_gt,0.89,60 -43758,sell_compound_top3,sell,2026-03-03 03:03:00,605.0,10.1004,1,leg_gt,0.89,60 -43759,sell_compound_top3,sell,2026-03-03 03:06:00,609.0,10.829,1,leg_gt,0.89,60 -43760,sell_compound_top3,sell,2026-03-03 03:09:00,607.0,10.4647,1,leg_gt,0.9,60 -43761,sell_compound_top3,sell,2026-03-03 03:12:00,605.0,10.1004,1,leg_gt,0.9,60 -43762,sell_compound_top3,sell,2026-03-03 14:21:00,590.0,7.3681,1,leg_gt,1.36,60 -43763,sell_compound_top3,sell,2026-03-03 14:24:00,589.0,7.186,1,leg_gt,1.36,60 -43764,sell_compound_top3,sell,2026-03-03 21:21:00,581.0,5.7288,1,leg_gt,1.65,60 -43765,sell_compound_top3,sell,2026-03-03 21:24:00,580.0,5.5466,1,leg_gt,1.66,60 -43766,sell_compound_top3,sell,2026-03-03 21:27:00,580.0,5.5466,1,leg_gt,1.66,60 -43767,sell_compound_top3,sell,2026-03-04 00:45:00,578.0,5.1823,1,leg_gt,1.8,60 -43768,sell_compound_top3,sell,2026-03-04 00:48:00,579.0,5.3645,1,leg_gt,1.8,60 -43769,sell_compound_top3,sell,2026-03-04 00:57:00,579.0,5.3645,1,leg_gt,1.8,60 -43770,sell_compound_top3,sell,2026-03-04 01:00:00,579.0,5.3645,1,leg_gt,1.81,60 -43771,sell_compound_top3,sell,2026-03-04 01:03:00,579.0,5.3645,1,leg_gt,1.81,60 -43772,sell_compound_top3,sell,2026-03-04 01:06:00,582.0,5.9109,1,leg_gt,1.81,60 -43773,sell_compound_top3,sell,2026-03-04 01:09:00,583.0,6.0931,1,leg_gt,1.81,60 -43774,sell_compound_top3,sell,2026-03-04 01:15:00,585.0,6.4574,1,leg_gt,1.82,60 -43775,sell_compound_top3,sell,2026-03-04 01:18:00,584.0,6.2752,1,leg_gt,1.82,60 -43776,sell_compound_top3,sell,2026-03-04 03:30:00,585.0,6.4574,1,leg_gt,1.91,60 -43777,sell_compound_top3,sell,2026-03-04 03:33:00,586.0,6.6395,1,leg_gt,1.91,60 -43778,sell_compound_top3,sell,2026-03-04 03:36:00,586.0,6.6395,1,leg_gt,1.91,60 -43779,sell_compound_top3,sell,2026-03-04 03:39:00,586.0,6.6395,1,leg_gt,1.92,60 -43780,sell_compound_top3,sell,2026-03-04 03:42:00,585.0,6.4574,1,leg_gt,1.92,60 -43781,sell_compound_top3,sell,2026-03-04 15:42:00,571.0,0.6055,1,leg_gt,0.13,60 -43782,sell_compound_top3,sell,2026-03-04 16:30:00,571.0,0.6055,1,leg_gt,0.16,60 -43783,sell_compound_top3,sell,2026-03-04 16:33:00,571.0,0.6055,1,leg_gt,0.17,60 -43784,sell_compound_top3,sell,2026-03-04 16:36:00,571.0,0.6055,1,leg_gt,0.17,60 -43785,sell_compound_top3,sell,2026-03-04 16:39:00,572.0,0.7818,1,leg_gt,0.17,60 -43786,sell_compound_top3,sell,2026-03-04 16:42:00,572.0,0.7818,1,leg_gt,0.17,60 -43787,sell_compound_top3,sell,2026-03-04 16:57:00,573.0,0.9582,1,leg_gt,0.18,60 -43788,sell_compound_top3,sell,2026-03-04 17:15:00,578.0,1.84,1,leg_gt,0.2,60 -43789,sell_compound_top3,sell,2026-03-04 17:18:00,577.0,1.6637,1,leg_gt,0.2,60 -43790,sell_compound_top3,sell,2026-03-04 17:30:00,577.0,1.6637,1,leg_gt,0.21,60 -43791,sell_compound_top3,sell,2026-03-04 17:33:00,579.0,2.0164,1,leg_gt,0.21,60 -43792,sell_compound_top3,sell,2026-03-04 17:36:00,580.0,2.1928,1,leg_gt,0.21,60 -43793,sell_compound_top3,sell,2026-03-04 17:39:00,581.0,2.3691,1,leg_gt,0.21,60 -43794,sell_compound_top3,sell,2026-03-04 17:42:00,581.0,2.3691,1,leg_gt,0.21,60 -43795,sell_compound_top3,sell,2026-03-04 18:06:00,591.0,4.1328,1,leg_gt,0.23,60 -43796,sell_compound_top3,sell,2026-03-04 18:09:00,591.0,4.1328,1,leg_gt,0.23,60 -43797,sell_compound_top3,sell,2026-03-04 18:12:00,592.0,4.3092,1,leg_gt,0.24,60 -43798,sell_compound_top3,sell,2026-03-04 18:21:00,597.0,5.191,1,leg_gt,0.24,60 -43799,sell_compound_top3,sell,2026-03-04 18:24:00,595.0,4.8383,1,leg_gt,0.24,60 -43800,sell_compound_top3,sell,2026-03-04 18:27:00,596.0,5.0146,1,leg_gt,0.25,60 -43801,sell_compound_top3,sell,2026-03-04 18:30:00,596.0,5.0146,1,leg_gt,0.25,60 -43802,sell_compound_top3,sell,2026-03-04 18:33:00,595.0,4.8383,1,leg_gt,0.25,60 -43803,sell_compound_top3,sell,2026-03-04 18:36:00,597.0,5.191,1,leg_gt,0.25,60 -43804,sell_compound_top3,sell,2026-03-04 18:39:00,600.0,5.7201,1,leg_gt,0.25,60 -43805,sell_compound_top3,sell,2026-03-04 18:42:00,602.0,6.0728,1,leg_gt,0.26,60 -43806,sell_compound_top3,sell,2026-03-04 18:45:00,599.0,5.5437,1,leg_gt,0.26,60 -43807,sell_compound_top3,sell,2026-03-04 18:48:00,599.0,5.5437,1,leg_gt,0.26,60 -43808,sell_compound_top3,sell,2026-03-04 22:30:00,591.0,4.1328,1,leg_gt,0.41,60 -43809,sell_compound_top3,sell,2026-03-04 22:33:00,593.0,4.4855,1,leg_gt,0.42,60 -43810,sell_compound_top3,sell,2026-03-04 22:36:00,592.0,4.3092,1,leg_gt,0.42,60 -43811,sell_compound_top3,sell,2026-03-04 22:39:00,593.0,4.4855,1,leg_gt,0.42,60 -43812,sell_compound_top3,sell,2026-03-04 22:42:00,594.0,4.6619,1,leg_gt,0.42,60 -43813,sell_compound_top3,sell,2026-03-04 22:45:00,594.0,4.6619,1,leg_gt,0.42,60 -43814,sell_compound_top3,sell,2026-03-04 22:48:00,594.0,4.6619,1,leg_gt,0.43,60 -43815,sell_compound_top3,sell,2026-03-04 22:51:00,593.0,4.4855,1,leg_gt,0.43,60 -43816,sell_compound_top3,sell,2026-03-04 22:54:00,593.0,4.4855,1,leg_gt,0.43,60 -43817,sell_compound_top3,sell,2026-03-04 22:57:00,595.0,4.8383,1,leg_gt,0.43,60 -43818,sell_compound_top3,sell,2026-03-04 23:06:00,596.0,5.0146,1,leg_gt,0.44,60 -43819,sell_compound_top3,sell,2026-03-04 23:09:00,597.0,5.191,1,leg_gt,0.44,60 -43820,sell_compound_top3,sell,2026-03-04 23:15:00,598.0,5.3674,1,leg_gt,0.45,60 -43821,sell_compound_top3,sell,2026-03-04 23:18:00,599.0,5.5437,1,leg_gt,0.45,60 -43822,sell_compound_top3,sell,2026-03-04 23:27:00,601.0,5.8965,1,leg_gt,0.45,60 -43823,sell_compound_top3,sell,2026-03-05 00:00:00,604.0,6.4256,1,leg_gt,0.48,60 -43824,sell_compound_top3,sell,2026-03-05 00:03:00,608.0,7.131,1,leg_gt,0.48,60 -43825,sell_compound_top3,sell,2026-03-05 00:06:00,607.0,6.9547,1,leg_gt,0.48,60 -43826,sell_compound_top3,sell,2026-03-05 00:09:00,610.0,7.4838,1,leg_gt,0.48,60 -43827,sell_compound_top3,sell,2026-03-05 00:36:00,626.0,10.3056,1,leg_gt,0.5,60 -43828,sell_compound_top3,sell,2026-03-05 00:39:00,627.0,10.482,1,leg_gt,0.5,60 -43829,sell_compound_top3,sell,2026-03-05 00:42:00,630.0,11.0111,1,leg_gt,0.51,60 -43830,sell_compound_top3,sell,2026-03-05 00:45:00,630.0,11.0111,1,leg_gt,0.51,60 -43831,sell_compound_top3,sell,2026-03-05 00:48:00,629.0,10.8347,1,leg_gt,0.51,60 -43832,sell_compound_top3,sell,2026-03-05 00:51:00,631.0,11.1875,1,leg_gt,0.51,60 -43833,sell_compound_top3,sell,2026-03-05 00:54:00,639.0,12.5984,1,leg_gt,0.51,60 -43834,sell_compound_top3,sell,2026-03-05 01:00:00,638.0,12.422,1,leg_gt,0.52,60 -43835,sell_compound_top3,sell,2026-03-05 01:03:00,640.0,12.7748,1,leg_gt,0.52,60 -43836,sell_compound_top3,sell,2026-03-05 01:06:00,639.0,12.5984,1,leg_gt,0.52,60 -43837,sell_compound_top3,sell,2026-03-05 01:09:00,641.0,12.9511,1,leg_gt,0.52,60 -43838,sell_compound_top3,sell,2026-03-05 01:12:00,638.0,12.422,1,leg_gt,0.53,60 -43839,sell_compound_top3,sell,2026-03-05 07:12:00,624.0,9.9529,1,leg_gt,0.78,60 -43840,sell_compound_top3,sell,2026-03-05 07:15:00,623.0,9.7765,1,leg_gt,0.78,60 -43841,sell_compound_top3,sell,2026-03-05 07:18:00,622.0,9.6002,1,leg_gt,0.78,60 -43842,sell_compound_top3,sell,2026-03-05 13:51:00,606.0,6.7783,1,leg_gt,1.05,60 -43843,sell_compound_top3,sell,2026-03-05 13:54:00,606.0,6.7783,1,leg_gt,1.06,60 -43844,sell_compound_top3,sell,2026-03-05 14:12:00,608.0,7.131,1,leg_gt,1.07,60 -43845,sell_compound_top3,sell,2026-03-05 14:15:00,608.0,7.131,1,leg_gt,1.07,60 -43846,sell_compound_top3,sell,2026-03-05 14:18:00,606.0,6.7783,1,leg_gt,1.07,60 -43847,sell_compound_top3,sell,2026-03-05 16:00:00,608.0,7.131,1,leg_gt,1.14,60 -43848,sell_compound_top3,sell,2026-03-05 16:03:00,608.0,7.131,1,leg_gt,1.15,60 -43849,sell_compound_top3,sell,2026-03-05 19:45:00,611.0,7.6601,1,leg_gt,1.3,60 -43850,sell_compound_top3,sell,2026-03-05 19:48:00,612.0,7.8365,1,leg_gt,1.3,60 -43851,sell_compound_top3,sell,2026-03-05 20:00:00,614.0,8.1892,1,leg_gt,1.31,60 -43852,sell_compound_top3,sell,2026-03-05 20:03:00,613.0,8.0129,1,leg_gt,1.31,60 -43853,sell_compound_top3,sell,2026-03-05 20:06:00,613.0,8.0129,1,leg_gt,1.31,60 -43854,sell_compound_top3,sell,2026-03-05 20:09:00,614.0,8.1892,1,leg_gt,1.32,60 -43855,sell_compound_top3,sell,2026-03-05 20:12:00,613.0,8.0129,1,leg_gt,1.32,60 -43856,sell_compound_top3,sell,2026-03-06 04:27:00,601.0,1.592,1,leg_gt,0.06,60 -43857,sell_compound_top3,sell,2026-03-06 05:12:00,603.0,1.9305,1,leg_gt,0.09,60 -43858,sell_compound_top3,sell,2026-03-06 05:15:00,603.0,1.9305,1,leg_gt,0.09,60 -43859,sell_compound_top3,sell,2026-03-06 05:18:00,604.0,2.0997,1,leg_gt,0.1,60 -43860,sell_compound_top3,sell,2026-03-06 05:27:00,605.0,2.2689,1,leg_gt,0.1,60 -43861,sell_compound_top3,sell,2026-03-06 05:36:00,606.0,2.4381,1,leg_gt,0.11,60 -43862,sell_compound_top3,sell,2026-03-06 05:39:00,605.0,2.2689,1,leg_gt,0.11,60 -43863,sell_compound_top3,sell,2026-03-06 05:42:00,605.0,2.2689,1,leg_gt,0.11,60 -43864,sell_compound_top3,sell,2026-03-06 05:45:00,605.0,2.2689,1,leg_gt,0.11,60 -43865,sell_compound_top3,sell,2026-03-06 05:48:00,606.0,2.4381,1,leg_gt,0.12,60 -43866,sell_compound_top3,sell,2026-03-06 05:51:00,605.0,2.2689,1,leg_gt,0.12,60 -43867,sell_compound_top3,sell,2026-03-06 05:54:00,606.0,2.4381,1,leg_gt,0.12,60 -43868,sell_compound_top3,sell,2026-03-06 05:57:00,606.0,2.4381,1,leg_gt,0.12,60 -43869,sell_compound_top3,sell,2026-03-06 06:00:00,606.0,2.4381,1,leg_gt,0.12,60 -43870,sell_compound_top3,sell,2026-03-06 06:03:00,607.0,2.6073,1,leg_gt,0.13,60 -43871,sell_compound_top3,sell,2026-03-06 06:21:00,608.0,2.7765,1,leg_gt,0.14,60 -43872,sell_compound_top3,sell,2026-03-06 06:24:00,607.0,2.6073,1,leg_gt,0.14,60 -43873,sell_compound_top3,sell,2026-03-06 06:27:00,607.0,2.6073,1,leg_gt,0.14,60 -43874,sell_compound_top3,sell,2026-03-07 03:42:00,572.0,-3.3149,0,leg_gt,1.03,60 -43875,sell_compound_top3,sell,2026-03-07 03:45:00,572.0,-3.3149,0,leg_gt,1.03,60 -43876,sell_compound_top3,sell,2026-03-07 03:48:00,571.0,-3.4841,0,leg_gt,1.03,60 -43877,sell_compound_top3,sell,2026-03-07 04:00:00,572.0,-3.3149,0,leg_gt,1.04,60 -43878,sell_compound_top3,sell,2026-03-07 04:03:00,573.0,-3.1457,0,leg_gt,1.04,60 -43879,sell_compound_top3,sell,2026-03-07 04:06:00,573.0,-3.1457,0,leg_gt,1.05,60 -43880,sell_compound_top3,sell,2026-03-07 04:09:00,573.0,-3.1457,0,leg_gt,1.05,60 -43881,sell_compound_top3,sell,2026-03-07 04:15:00,575.0,-2.8073,0,leg_gt,1.05,60 -43882,sell_compound_top3,sell,2026-03-07 04:18:00,574.0,-2.9765,0,leg_gt,1.05,60 -43883,sell_compound_top3,sell,2026-03-07 04:51:00,574.0,-2.9765,0,leg_gt,1.08,60 -43884,sell_compound_top3,sell,2026-03-07 04:54:00,574.0,-2.9765,0,leg_gt,1.08,60 -43885,sell_compound_top3,sell,2026-03-07 07:30:00,575.0,-2.8073,0,leg_gt,1.19,60 -43886,sell_compound_top3,sell,2026-03-07 07:33:00,575.0,-2.8073,0,leg_gt,1.19,60 -43887,sell_compound_top3,sell,2026-03-07 07:42:00,575.0,-2.8073,0,leg_gt,1.2,60 -43888,sell_compound_top3,sell,2026-03-07 08:00:00,576.0,-2.6381,0,leg_gt,1.21,60 -43889,sell_compound_top3,sell,2026-03-07 08:03:00,576.0,-2.6381,0,leg_gt,1.21,60 -43890,sell_compound_top3,sell,2026-03-07 08:30:00,577.0,-2.4689,0,leg_gt,1.23,60 -43891,sell_compound_top3,sell,2026-03-07 08:33:00,576.0,-2.6381,0,leg_gt,1.23,60 -43892,sell_compound_top3,sell,2026-03-07 13:51:00,574.0,-2.9765,0,leg_gt,1.45,60 -43893,sell_compound_top3,sell,2026-03-07 13:54:00,574.0,-2.9765,0,leg_gt,1.45,60 -43894,sell_compound_top3,sell,2026-03-08 16:15:00,554.0,-6.3606,0,leg_gt,2.55,60 -43895,sell_compound_top3,sell,2026-03-08 16:18:00,554.0,-6.3606,0,leg_gt,2.55,60 -43896,sell_compound_top3,sell,2026-03-08 16:21:00,554.0,-6.3606,0,leg_gt,2.56,60 -43897,sell_compound_top3,sell,2026-03-08 16:24:00,554.0,-6.3606,0,leg_gt,2.56,60 -43898,sell_compound_top3,sell,2026-03-08 18:36:00,556.0,-6.0222,0,leg_gt,2.65,60 -43899,sell_compound_top3,sell,2026-03-08 18:39:00,555.0,-6.1914,0,leg_gt,2.65,60 -43900,sell_compound_top3,sell,2026-03-08 18:42:00,556.0,-6.0222,0,leg_gt,2.65,60 -43901,sell_compound_top3,sell,2026-03-08 18:45:00,556.0,-6.0222,0,leg_gt,2.66,60 -43902,sell_compound_top3,sell,2026-03-08 18:48:00,556.0,-6.0222,0,leg_gt,2.66,60 -43903,sell_compound_top3,sell,2026-03-08 19:21:00,557.0,-5.853,0,leg_gt,2.68,60 -43904,sell_compound_top3,sell,2026-03-08 19:24:00,561.0,-5.1761,0,leg_gt,2.68,60 -43905,sell_compound_top3,sell,2026-03-08 19:36:00,560.0,-5.3453,0,leg_gt,2.69,60 -43906,sell_compound_top3,sell,2026-03-08 19:39:00,559.0,-5.5146,0,leg_gt,2.69,60 -43907,sell_compound_top3,sell,2026-03-08 19:42:00,559.0,-5.5146,0,leg_gt,2.7,60 -43908,sell_compound_top3,sell,2026-03-08 19:45:00,559.0,-5.5146,0,leg_gt,2.7,60 -43909,sell_compound_top3,sell,2026-03-08 19:48:00,559.0,-5.5146,0,leg_gt,2.7,60 -43910,sell_compound_top3,sell,2026-03-09 04:42:00,543.0,-8.2218,0,leg_gt,3.07,60 -43911,sell_compound_top3,sell,2026-03-09 04:45:00,542.0,-8.391,0,leg_gt,3.07,60 -43912,sell_compound_top3,sell,2026-03-09 04:48:00,543.0,-8.2218,0,leg_gt,3.08,60 -43913,sell_compound_top3,sell,2026-03-09 09:42:00,541.0,-8.5602,0,leg_gt,3.28,60 -43914,sell_compound_top3,sell,2026-03-09 09:45:00,541.0,-8.5602,0,leg_gt,3.28,60 -43915,sell_compound_top3,sell,2026-03-09 09:48:00,540.0,-8.7294,0,leg_gt,3.28,60 -43916,sell_compound_top3,sell,2026-03-09 11:42:00,541.0,-8.5602,0,leg_gt,3.36,60 -43917,sell_compound_top3,sell,2026-03-09 11:45:00,541.0,-8.5602,0,leg_gt,3.36,60 -43918,sell_compound_top3,sell,2026-03-09 11:48:00,540.0,-8.7294,0,leg_gt,3.37,60 -43919,sell_compound_top3,sell,2026-03-09 12:12:00,544.0,-8.0526,0,leg_gt,3.38,60 -43920,sell_compound_top3,sell,2026-03-09 13:57:00,542.0,-8.391,0,leg_gt,3.46,60 -43921,sell_compound_top3,sell,2026-03-09 14:57:00,546.0,-7.7142,0,leg_gt,3.5,60 -43922,sell_compound_top3,sell,2026-03-09 15:00:00,547.0,-7.545,0,leg_gt,3.5,60 -43923,sell_compound_top3,sell,2026-03-09 15:03:00,546.0,-7.7142,0,leg_gt,3.5,60 -43924,sell_compound_top3,sell,2026-03-09 15:06:00,546.0,-7.7142,0,leg_gt,3.5,60 -43925,sell_compound_top3,sell,2026-03-09 15:09:00,546.0,-7.7142,0,leg_gt,3.51,60 -43926,sell_compound_top3,sell,2026-03-09 22:06:00,541.0,-8.5602,0,leg_gt,3.8,60 -43927,sell_compound_top3,sell,2026-03-09 22:09:00,542.0,-8.391,0,leg_gt,3.8,60 -43928,sell_compound_top3,sell,2026-03-09 22:12:00,544.0,-8.0526,0,leg_gt,3.8,60 -43929,sell_compound_top3,sell,2026-03-09 22:42:00,542.0,-8.391,0,leg_gt,3.82,60 -43930,sell_compound_top3,sell,2026-03-09 22:51:00,547.0,-7.545,0,leg_gt,3.83,60 -43931,sell_compound_top3,sell,2026-03-09 22:54:00,546.0,-7.7142,0,leg_gt,3.83,60 -43932,sell_compound_top3,sell,2026-03-09 22:57:00,547.0,-7.545,0,leg_gt,3.83,60 -43933,sell_compound_top3,sell,2026-03-09 23:00:00,546.0,-7.7142,0,leg_gt,3.83,60 -43934,sell_compound_top3,sell,2026-03-09 23:03:00,547.0,-7.545,0,leg_gt,3.84,60 -43935,sell_compound_top3,sell,2026-03-09 23:21:00,547.0,-7.545,0,leg_gt,3.85,60 -43936,sell_compound_top3,sell,2026-03-09 23:24:00,547.0,-7.545,0,leg_gt,3.85,60 -43937,sell_compound_top3,sell,2026-03-10 04:36:00,540.0,1.7868,1,leg_gt,0.02,60 -43938,sell_compound_top3,sell,2026-03-10 04:39:00,537.0,1.2208,1,leg_gt,0.02,60 -43939,sell_compound_top3,sell,2026-03-10 09:45:00,538.0,1.4094,1,leg_gt,0.23,60 -43940,sell_compound_top3,sell,2026-03-10 09:48:00,538.0,1.4094,1,leg_gt,0.23,60 -43941,sell_compound_top3,sell,2026-03-10 09:51:00,538.0,1.4094,1,leg_gt,0.24,60 -43942,sell_compound_top3,sell,2026-03-10 09:54:00,536.0,1.0321,1,leg_gt,0.24,60 -43943,sell_compound_top3,sell,2026-03-10 11:57:00,540.0,1.7868,1,leg_gt,0.32,60 -43944,sell_compound_top3,sell,2026-03-10 12:00:00,541.0,1.9755,1,leg_gt,0.32,60 -43945,sell_compound_top3,sell,2026-03-10 12:03:00,540.0,1.7868,1,leg_gt,0.33,60 -43946,sell_compound_top3,sell,2026-03-10 12:12:00,541.0,1.9755,1,leg_gt,0.33,60 -43947,sell_compound_top3,sell,2026-03-10 16:42:00,542.0,2.1642,1,leg_gt,0.52,60 -43948,sell_compound_top3,sell,2026-03-10 17:12:00,544.0,2.5415,1,leg_gt,0.54,60 -43949,sell_compound_top3,sell,2026-03-10 17:15:00,544.0,2.5415,1,leg_gt,0.54,60 -43950,sell_compound_top3,sell,2026-03-10 17:18:00,544.0,2.5415,1,leg_gt,0.55,60 -43951,sell_compound_top3,sell,2026-03-10 17:21:00,545.0,2.7302,1,leg_gt,0.55,60 -43952,sell_compound_top3,sell,2026-03-10 17:24:00,544.0,2.5415,1,leg_gt,0.55,60 -43953,sell_compound_top3,sell,2026-03-10 17:45:00,545.0,2.7302,1,leg_gt,0.56,60 -43954,sell_compound_top3,sell,2026-03-10 17:48:00,545.0,2.7302,1,leg_gt,0.57,60 -43955,sell_compound_top3,sell,2026-03-10 17:51:00,546.0,2.9189,1,leg_gt,0.57,60 -43956,sell_compound_top3,sell,2026-03-10 17:54:00,544.0,2.5415,1,leg_gt,0.57,60 -43957,sell_compound_top3,sell,2026-03-10 18:00:00,545.0,2.7302,1,leg_gt,0.57,60 -43958,sell_compound_top3,sell,2026-03-10 18:03:00,546.0,2.9189,1,leg_gt,0.58,60 -43959,sell_compound_top3,sell,2026-03-10 18:06:00,546.0,2.9189,1,leg_gt,0.58,60 -43960,sell_compound_top3,sell,2026-03-10 18:09:00,547.0,3.1075,1,leg_gt,0.58,60 -43961,sell_compound_top3,sell,2026-03-10 18:42:00,555.0,4.617,1,leg_gt,0.6,60 -43962,sell_compound_top3,sell,2026-03-10 18:45:00,556.0,4.8057,1,leg_gt,0.61,60 -43963,sell_compound_top3,sell,2026-03-10 18:48:00,555.0,4.617,1,leg_gt,0.61,60 -43964,sell_compound_top3,sell,2026-03-10 18:51:00,556.0,4.8057,1,leg_gt,0.61,60 -43965,sell_compound_top3,sell,2026-03-10 18:54:00,556.0,4.8057,1,leg_gt,0.61,60 -43966,sell_compound_top3,sell,2026-03-11 02:30:00,541.0,1.9755,1,leg_gt,0.93,60 -43967,sell_compound_top3,sell,2026-03-11 02:33:00,541.0,1.9755,1,leg_gt,0.93,60 -43968,sell_compound_top3,sell,2026-03-11 19:42:00,519.0,0.6767,1,leg_gt,0.12,60 -43969,sell_compound_top3,sell,2026-03-11 19:45:00,520.0,0.8709,1,leg_gt,0.13,60 -43970,sell_compound_top3,sell,2026-03-11 19:48:00,521.0,1.065,1,leg_gt,0.13,60 -43971,sell_compound_top3,sell,2026-03-11 19:51:00,520.0,0.8709,1,leg_gt,0.13,60 -43972,sell_compound_top3,sell,2026-03-11 19:54:00,520.0,0.8709,1,leg_gt,0.13,60 -43973,sell_compound_top3,sell,2026-03-11 20:00:00,520.0,0.8709,1,leg_gt,0.14,60 -43974,sell_compound_top3,sell,2026-03-11 20:03:00,520.0,0.8709,1,leg_gt,0.14,60 -43975,sell_compound_top3,sell,2026-03-11 20:21:00,522.0,1.2592,1,leg_gt,0.15,60 -43976,sell_compound_top3,sell,2026-03-11 20:24:00,522.0,1.2592,1,leg_gt,0.15,60 -43977,sell_compound_top3,sell,2026-03-11 20:27:00,523.0,1.4534,1,leg_gt,0.16,60 -43978,sell_compound_top3,sell,2026-03-11 20:30:00,522.0,1.2592,1,leg_gt,0.16,60 -43979,sell_compound_top3,sell,2026-03-11 20:33:00,523.0,1.4534,1,leg_gt,0.16,60 -43980,sell_compound_top3,sell,2026-03-11 20:36:00,523.0,1.4534,1,leg_gt,0.16,60 -43981,sell_compound_top3,sell,2026-03-11 20:39:00,523.0,1.4534,1,leg_gt,0.16,60 -43982,sell_compound_top3,sell,2026-03-11 21:45:00,527.0,2.2301,1,leg_gt,0.21,60 -43983,sell_compound_top3,sell,2026-03-11 21:48:00,527.0,2.2301,1,leg_gt,0.21,60 -43984,sell_compound_top3,sell,2026-03-11 21:51:00,527.0,2.2301,1,leg_gt,0.21,60 -43985,sell_compound_top3,sell,2026-03-11 21:54:00,526.0,2.0359,1,leg_gt,0.22,60 -43986,sell_compound_top3,sell,2026-03-11 22:15:00,530.0,2.8126,1,leg_gt,0.23,60 -43987,sell_compound_top3,sell,2026-03-11 22:18:00,529.0,2.6184,1,leg_gt,0.23,60 -43988,sell_compound_top3,sell,2026-03-11 22:21:00,530.0,2.8126,1,leg_gt,0.24,60 -43989,sell_compound_top3,sell,2026-03-11 22:24:00,530.0,2.8126,1,leg_gt,0.24,60 -43990,sell_compound_top3,sell,2026-03-11 22:27:00,529.0,2.6184,1,leg_gt,0.24,60 -43991,sell_compound_top3,sell,2026-03-11 22:36:00,532.0,3.201,1,leg_gt,0.25,60 -43992,sell_compound_top3,sell,2026-03-11 22:39:00,534.0,3.5893,1,leg_gt,0.25,60 -43993,sell_compound_top3,sell,2026-03-12 04:42:00,525.0,1.8417,1,leg_gt,0.5,60 -43994,sell_compound_top3,sell,2026-03-12 15:51:00,516.0,0.6812,1,leg_gt,0.13,60 -43995,sell_compound_top3,sell,2026-03-12 15:54:00,516.0,0.6812,1,leg_gt,0.13,60 -43996,sell_compound_top3,sell,2026-03-12 16:00:00,517.0,0.8766,1,leg_gt,0.14,60 -43997,sell_compound_top3,sell,2026-03-12 16:03:00,516.0,0.6812,1,leg_gt,0.14,60 -43998,sell_compound_top3,sell,2026-03-12 16:51:00,518.0,1.0719,1,leg_gt,0.17,60 -43999,sell_compound_top3,sell,2026-03-12 16:54:00,518.0,1.0719,1,leg_gt,0.17,60 -44000,sell_compound_top3,sell,2026-03-12 18:57:00,519.0,1.2672,1,leg_gt,0.26,60 -44001,sell_compound_top3,sell,2026-03-12 19:00:00,519.0,1.2672,1,leg_gt,0.26,60 -44002,sell_compound_top3,sell,2026-03-12 19:03:00,519.0,1.2672,1,leg_gt,0.26,60 -44003,sell_compound_top3,sell,2026-03-12 19:06:00,520.0,1.4625,1,leg_gt,0.26,60 -44004,sell_compound_top3,sell,2026-03-12 19:09:00,520.0,1.4625,1,leg_gt,0.27,60 -44005,sell_compound_top3,sell,2026-03-12 19:12:00,520.0,1.4625,1,leg_gt,0.27,60 -44006,sell_compound_top3,sell,2026-03-12 19:21:00,520.0,1.4625,1,leg_gt,0.28,60 -44007,sell_compound_top3,sell,2026-03-12 19:24:00,520.0,1.4625,1,leg_gt,0.28,60 -44008,sell_compound_top3,sell,2026-03-12 19:27:00,521.0,1.6578,1,leg_gt,0.28,60 -44009,sell_compound_top3,sell,2026-03-12 19:42:00,522.0,1.8531,1,leg_gt,0.29,60 -44010,sell_compound_top3,sell,2026-03-12 19:45:00,521.0,1.6578,1,leg_gt,0.29,60 -44011,sell_compound_top3,sell,2026-03-12 19:48:00,521.0,1.6578,1,leg_gt,0.29,60 -44012,sell_compound_top3,sell,2026-03-12 19:51:00,521.0,1.6578,1,leg_gt,0.3,60 -44013,sell_compound_top3,sell,2026-03-12 19:54:00,521.0,1.6578,1,leg_gt,0.3,60 -44014,sell_compound_top3,sell,2026-03-12 22:06:00,532.0,3.8062,1,leg_gt,0.39,60 -44015,sell_compound_top3,sell,2026-03-12 22:09:00,531.0,3.6109,1,leg_gt,0.39,60 -44016,sell_compound_top3,sell,2026-03-13 02:42:00,519.0,1.6647,1,leg_gt,0.13,60 -44017,sell_compound_top3,sell,2026-03-13 02:51:00,519.0,1.6647,1,leg_gt,0.13,60 -44018,sell_compound_top3,sell,2026-03-13 02:54:00,517.0,1.2725,1,leg_gt,0.14,60 -44019,sell_compound_top3,sell,2026-03-13 03:21:00,519.0,1.6647,1,leg_gt,0.15,60 -44020,sell_compound_top3,sell,2026-03-13 03:24:00,521.0,2.0569,1,leg_gt,0.16,60 -44021,sell_compound_top3,sell,2026-03-13 03:27:00,521.0,2.0569,1,leg_gt,0.16,60 -44022,sell_compound_top3,sell,2026-03-13 03:36:00,523.0,2.449,1,leg_gt,0.16,60 -44023,sell_compound_top3,sell,2026-03-13 03:39:00,522.0,2.2529,1,leg_gt,0.17,60 -44024,sell_compound_top3,sell,2026-03-13 03:42:00,522.0,2.2529,1,leg_gt,0.17,60 -44025,sell_compound_top3,sell,2026-03-13 03:57:00,524.0,2.6451,1,leg_gt,0.18,60 -44026,sell_compound_top3,sell,2026-03-13 04:00:00,524.0,2.6451,1,leg_gt,0.18,60 -44027,sell_compound_top3,sell,2026-03-13 04:03:00,523.0,2.449,1,leg_gt,0.18,60 -44028,sell_compound_top3,sell,2026-03-13 04:36:00,529.0,3.6255,1,leg_gt,0.21,60 -44029,sell_compound_top3,sell,2026-03-13 04:39:00,530.0,3.8216,1,leg_gt,0.21,60 -44030,sell_compound_top3,sell,2026-03-13 04:42:00,530.0,3.8216,1,leg_gt,0.21,60 -44031,sell_compound_top3,sell,2026-03-13 04:45:00,530.0,3.8216,1,leg_gt,0.21,60 -44032,sell_compound_top3,sell,2026-03-13 04:48:00,528.0,3.4294,1,leg_gt,0.21,60 -44033,sell_compound_top3,sell,2026-03-13 07:15:00,529.0,3.6255,1,leg_gt,0.32,60 -44034,sell_compound_top3,sell,2026-03-13 07:18:00,529.0,3.6255,1,leg_gt,0.32,60 -44035,sell_compound_top3,sell,2026-03-13 07:21:00,529.0,3.6255,1,leg_gt,0.32,60 -44036,sell_compound_top3,sell,2026-03-13 07:24:00,528.0,3.4294,1,leg_gt,0.32,60 -44037,sell_compound_top3,sell,2026-03-13 10:00:00,533.0,4.4098,1,leg_gt,0.43,60 -44038,sell_compound_top3,sell,2026-03-13 10:03:00,534.0,4.6059,1,leg_gt,0.43,60 -44039,sell_compound_top3,sell,2026-03-13 10:06:00,535.0,4.802,1,leg_gt,0.44,60 -44040,sell_compound_top3,sell,2026-03-13 10:09:00,534.0,4.6059,1,leg_gt,0.44,60 -44041,sell_compound_top3,sell,2026-03-13 10:12:00,535.0,4.802,1,leg_gt,0.44,60 -44042,sell_compound_top3,sell,2026-03-13 10:15:00,536.0,4.998,1,leg_gt,0.44,60 -44043,sell_compound_top3,sell,2026-03-13 10:18:00,536.0,4.998,1,leg_gt,0.44,60 -44044,sell_compound_top3,sell,2026-03-13 10:21:00,536.0,4.998,1,leg_gt,0.45,60 -44045,sell_compound_top3,sell,2026-03-13 10:24:00,535.0,4.802,1,leg_gt,0.45,60 -44046,sell_compound_top3,sell,2026-03-13 10:51:00,537.0,5.1941,1,leg_gt,0.47,60 -44047,sell_compound_top3,sell,2026-03-13 10:54:00,536.0,4.998,1,leg_gt,0.47,60 -44048,sell_compound_top3,sell,2026-03-13 10:57:00,536.0,4.998,1,leg_gt,0.47,60 -44049,sell_compound_top3,sell,2026-03-13 11:00:00,538.0,5.3902,1,leg_gt,0.47,60 -44050,sell_compound_top3,sell,2026-03-13 11:03:00,537.0,5.1941,1,leg_gt,0.48,60 -44051,sell_compound_top3,sell,2026-03-13 11:12:00,538.0,5.3902,1,leg_gt,0.48,60 -44052,sell_compound_top3,sell,2026-03-13 13:12:00,540.0,5.7824,1,leg_gt,0.56,60 -44053,sell_compound_top3,sell,2026-03-13 13:15:00,539.0,5.5863,1,leg_gt,0.57,60 -44054,sell_compound_top3,sell,2026-03-13 13:18:00,539.0,5.5863,1,leg_gt,0.57,60 -44055,sell_compound_top3,sell,2026-03-13 13:21:00,539.0,5.5863,1,leg_gt,0.57,60 -44056,sell_compound_top3,sell,2026-03-13 13:24:00,539.0,5.5863,1,leg_gt,0.57,60 -44057,sell_compound_top3,sell,2026-03-13 19:00:00,542.0,6.1745,1,leg_gt,0.81,60 -44058,sell_compound_top3,sell,2026-03-13 19:03:00,544.0,6.5667,1,leg_gt,0.81,60 -44059,sell_compound_top3,sell,2026-03-13 19:12:00,542.0,6.1745,1,leg_gt,0.81,60 -44060,sell_compound_top3,sell,2026-03-13 22:06:00,547.0,7.1549,1,leg_gt,0.94,60 -44061,sell_compound_top3,sell,2026-03-13 22:09:00,548.0,7.351,1,leg_gt,0.94,60 -44062,sell_compound_top3,sell,2026-03-13 22:15:00,547.0,7.1549,1,leg_gt,0.94,60 -44063,sell_compound_top3,sell,2026-03-13 22:18:00,550.0,7.7431,1,leg_gt,0.94,60 -44064,sell_compound_top3,sell,2026-03-13 22:27:00,549.0,7.5471,1,leg_gt,0.95,60 -44065,sell_compound_top3,sell,2026-03-13 22:30:00,550.0,7.7431,1,leg_gt,0.95,60 -44066,sell_compound_top3,sell,2026-03-13 22:33:00,550.0,7.7431,1,leg_gt,0.95,60 -44067,sell_compound_top3,sell,2026-03-14 05:51:00,532.0,4.2137,1,leg_gt,1.26,60 -44068,sell_compound_top3,sell,2026-03-14 05:54:00,532.0,4.2137,1,leg_gt,1.26,60 -44069,sell_compound_top3,sell,2026-03-14 06:06:00,534.0,4.6059,1,leg_gt,1.27,60 -44070,sell_compound_top3,sell,2026-03-14 06:09:00,534.0,4.6059,1,leg_gt,1.27,60 -44071,sell_compound_top3,sell,2026-03-14 06:18:00,534.0,4.6059,1,leg_gt,1.28,60 -44072,sell_compound_top3,sell,2026-03-14 06:21:00,534.0,4.6059,1,leg_gt,1.28,60 -44073,sell_compound_top3,sell,2026-03-14 06:24:00,534.0,4.6059,1,leg_gt,1.28,60 -44074,sell_compound_top3,sell,2026-03-14 11:51:00,528.0,3.4294,1,leg_gt,1.51,60 -44075,sell_compound_top3,sell,2026-03-14 11:54:00,529.0,3.6255,1,leg_gt,1.51,60 -44076,sell_compound_top3,sell,2026-03-14 12:00:00,529.0,3.6255,1,leg_gt,1.51,60 -44077,sell_compound_top3,sell,2026-03-14 12:03:00,529.0,3.6255,1,leg_gt,1.52,60 -44078,sell_compound_top3,sell,2026-03-14 12:21:00,530.0,3.8216,1,leg_gt,1.53,60 -44079,sell_compound_top3,sell,2026-03-14 12:24:00,529.0,3.6255,1,leg_gt,1.53,60 -44080,sell_compound_top3,sell,2026-03-14 12:27:00,529.0,3.6255,1,leg_gt,1.53,60 -44081,sell_compound_top3,sell,2026-03-14 12:36:00,531.0,4.0176,1,leg_gt,1.54,60 -44082,sell_compound_top3,sell,2026-03-14 12:39:00,530.0,3.8216,1,leg_gt,1.54,60 -44083,sell_compound_top3,sell,2026-03-14 20:51:00,521.0,2.0569,1,leg_gt,1.88,60 -44084,sell_compound_top3,sell,2026-03-14 20:54:00,522.0,2.2529,1,leg_gt,1.89,60 -44085,sell_compound_top3,sell,2026-03-15 00:27:00,521.0,0.869,1,leg_gt,0.1,60 -44086,sell_compound_top3,sell,2026-03-15 01:00:00,522.0,1.0628,1,leg_gt,0.13,60 -44087,sell_compound_top3,sell,2026-03-15 01:03:00,522.0,1.0628,1,leg_gt,0.13,60 -44088,sell_compound_top3,sell,2026-03-15 01:27:00,524.0,1.4504,1,leg_gt,0.15,60 -44089,sell_compound_top3,sell,2026-03-15 01:30:00,525.0,1.6442,1,leg_gt,0.15,60 -44090,sell_compound_top3,sell,2026-03-15 01:33:00,524.0,1.4504,1,leg_gt,0.15,60 -44091,sell_compound_top3,sell,2026-03-15 01:36:00,525.0,1.6442,1,leg_gt,0.15,60 -44092,sell_compound_top3,sell,2026-03-15 01:39:00,526.0,1.838,1,leg_gt,0.15,60 -44093,sell_compound_top3,sell,2026-03-15 01:42:00,526.0,1.838,1,leg_gt,0.16,60 -44094,sell_compound_top3,sell,2026-03-15 01:57:00,527.0,2.0318,1,leg_gt,0.17,60 -44095,sell_compound_top3,sell,2026-03-15 02:12:00,526.0,1.838,1,leg_gt,0.18,60 -44096,sell_compound_top3,sell,2026-03-15 07:15:00,523.0,1.2566,1,leg_gt,0.39,60 -44097,sell_compound_top3,sell,2026-03-15 07:30:00,523.0,1.2566,1,leg_gt,0.4,60 -44098,sell_compound_top3,sell,2026-03-15 07:33:00,524.0,1.4504,1,leg_gt,0.4,60 -44099,sell_compound_top3,sell,2026-03-15 07:36:00,523.0,1.2566,1,leg_gt,0.4,60 -44100,sell_compound_top3,sell,2026-03-15 07:39:00,523.0,1.2566,1,leg_gt,0.4,60 -44101,sell_compound_top3,sell,2026-03-15 08:21:00,525.0,1.6442,1,leg_gt,0.43,60 -44102,sell_compound_top3,sell,2026-03-15 08:24:00,525.0,1.6442,1,leg_gt,0.44,60 -44103,sell_compound_top3,sell,2026-03-15 08:30:00,525.0,1.6442,1,leg_gt,0.44,60 -44104,sell_compound_top3,sell,2026-03-15 08:33:00,526.0,1.838,1,leg_gt,0.44,60 -44105,sell_compound_top3,sell,2026-03-15 08:42:00,526.0,1.838,1,leg_gt,0.45,60 -44106,sell_compound_top3,sell,2026-03-15 08:45:00,526.0,1.838,1,leg_gt,0.45,60 -44107,sell_compound_top3,sell,2026-03-15 08:48:00,526.0,1.838,1,leg_gt,0.45,60 -44108,sell_compound_top3,sell,2026-03-15 10:57:00,527.0,2.0318,1,leg_gt,0.54,60 -44109,sell_compound_top3,sell,2026-03-15 11:00:00,527.0,2.0318,1,leg_gt,0.54,60 -44110,sell_compound_top3,sell,2026-03-15 11:03:00,531.0,2.807,1,leg_gt,0.55,60 -44111,sell_compound_top3,sell,2026-03-15 11:21:00,531.0,2.807,1,leg_gt,0.56,60 -44112,sell_compound_top3,sell,2026-03-15 11:24:00,530.0,2.6132,1,leg_gt,0.56,60 -44113,sell_compound_top3,sell,2026-03-15 11:27:00,531.0,2.807,1,leg_gt,0.56,60 -44114,sell_compound_top3,sell,2026-03-15 11:42:00,531.0,2.807,1,leg_gt,0.57,60 -44115,sell_compound_top3,sell,2026-03-15 11:45:00,533.0,3.1946,1,leg_gt,0.57,60 -44116,sell_compound_top3,sell,2026-03-15 11:48:00,534.0,3.3884,1,leg_gt,0.58,60 -44117,sell_compound_top3,sell,2026-03-15 11:57:00,534.0,3.3884,1,leg_gt,0.58,60 -44118,sell_compound_top3,sell,2026-03-15 17:00:00,530.0,2.6132,1,leg_gt,0.79,60 -44119,sell_compound_top3,sell,2026-03-15 17:03:00,531.0,2.807,1,leg_gt,0.8,60 -44120,sell_compound_top3,sell,2026-03-15 17:06:00,531.0,2.807,1,leg_gt,0.8,60 -44121,sell_compound_top3,sell,2026-03-15 17:09:00,529.0,2.4194,1,leg_gt,0.8,60 -44122,sell_compound_top3,sell,2026-03-15 17:21:00,530.0,2.6132,1,leg_gt,0.81,60 -44123,sell_compound_top3,sell,2026-03-15 17:24:00,529.0,2.4194,1,leg_gt,0.81,60 -44124,sell_compound_top3,sell,2026-03-15 17:42:00,529.0,2.4194,1,leg_gt,0.82,60 -44125,sell_compound_top3,sell,2026-03-15 17:51:00,530.0,2.6132,1,leg_gt,0.83,60 -44126,sell_compound_top3,sell,2026-03-15 17:54:00,530.0,2.6132,1,leg_gt,0.83,60 -44127,sell_compound_top3,sell,2026-03-15 18:21:00,532.0,3.0008,1,leg_gt,0.85,60 -44128,sell_compound_top3,sell,2026-03-15 18:24:00,532.0,3.0008,1,leg_gt,0.85,60 -44129,sell_compound_top3,sell,2026-03-16 01:21:00,529.0,2.4194,1,leg_gt,1.14,60 -44130,sell_compound_top3,sell,2026-03-16 01:24:00,530.0,2.6132,1,leg_gt,1.14,60 -44131,sell_compound_top3,sell,2026-03-16 02:12:00,529.0,2.4194,1,leg_gt,1.18,60 -44132,sell_compound_top3,sell,2026-03-16 03:06:00,533.0,3.1946,1,leg_gt,1.21,60 -44133,sell_compound_top3,sell,2026-03-16 03:09:00,533.0,3.1946,1,leg_gt,1.22,60 -44134,sell_compound_top3,sell,2026-03-16 03:12:00,534.0,3.3884,1,leg_gt,1.22,60 -44135,sell_compound_top3,sell,2026-03-16 06:42:00,536.0,3.776,1,leg_gt,1.36,60 -44136,sell_compound_top3,sell,2026-03-16 06:45:00,535.0,3.5822,1,leg_gt,1.37,60 -44137,sell_compound_top3,sell,2026-03-16 06:48:00,535.0,3.5822,1,leg_gt,1.37,60 -44138,sell_compound_top3,sell,2026-03-16 06:57:00,535.0,3.5822,1,leg_gt,1.38,60 -44139,sell_compound_top3,sell,2026-03-16 07:00:00,535.0,3.5822,1,leg_gt,1.38,60 -44140,sell_compound_top3,sell,2026-03-16 07:03:00,536.0,3.776,1,leg_gt,1.38,60 -44141,sell_compound_top3,sell,2026-03-16 08:00:00,536.0,3.776,1,leg_gt,1.42,60 -44142,sell_compound_top3,sell,2026-03-16 08:03:00,537.0,3.9698,1,leg_gt,1.42,60 -44143,sell_compound_top3,sell,2026-03-16 08:06:00,537.0,3.9698,1,leg_gt,1.42,60 -44144,sell_compound_top3,sell,2026-03-16 08:09:00,538.0,4.1636,1,leg_gt,1.42,60 -44145,sell_compound_top3,sell,2026-03-16 09:00:00,537.0,3.9698,1,leg_gt,1.46,60 -44146,sell_compound_top3,sell,2026-03-16 09:03:00,538.0,4.1636,1,leg_gt,1.46,60 -44147,sell_compound_top3,sell,2026-03-16 09:12:00,537.0,3.9698,1,leg_gt,1.47,60 -44148,sell_compound_top3,sell,2026-03-16 11:06:00,537.0,3.9698,1,leg_gt,1.55,60 -44149,sell_compound_top3,sell,2026-03-16 11:09:00,538.0,4.1636,1,leg_gt,1.55,60 -44150,sell_compound_top3,sell,2026-03-16 11:12:00,537.0,3.9698,1,leg_gt,1.55,60 -44151,sell_compound_top3,sell,2026-03-16 11:15:00,538.0,4.1636,1,leg_gt,1.55,60 -44152,sell_compound_top3,sell,2026-03-16 11:18:00,537.0,3.9698,1,leg_gt,1.56,60 -44153,sell_compound_top3,sell,2026-03-16 12:06:00,539.0,4.3574,1,leg_gt,1.59,60 -44154,sell_compound_top3,sell,2026-03-16 12:09:00,538.0,4.1636,1,leg_gt,1.59,60 -44155,sell_compound_top3,sell,2026-03-16 12:12:00,539.0,4.3574,1,leg_gt,1.59,60 -44156,sell_compound_top3,sell,2026-03-16 12:15:00,539.0,4.3574,1,leg_gt,1.6,60 -44157,sell_compound_top3,sell,2026-03-16 12:18:00,538.0,4.1636,1,leg_gt,1.6,60 -44158,sell_compound_top3,sell,2026-03-16 12:45:00,544.0,5.3264,1,leg_gt,1.62,60 -44159,sell_compound_top3,sell,2026-03-16 12:48:00,543.0,5.1326,1,leg_gt,1.62,60 -44160,sell_compound_top3,sell,2026-03-16 12:51:00,545.0,5.5202,1,leg_gt,1.62,60 -44161,sell_compound_top3,sell,2026-03-16 12:54:00,545.0,5.5202,1,leg_gt,1.62,60 -44162,sell_compound_top3,sell,2026-03-16 12:57:00,545.0,5.5202,1,leg_gt,1.62,60 -44163,sell_compound_top3,sell,2026-03-16 13:00:00,546.0,5.714,1,leg_gt,1.63,60 -44164,sell_compound_top3,sell,2026-03-16 13:03:00,547.0,5.9078,1,leg_gt,1.63,60 -44165,sell_compound_top3,sell,2026-03-16 13:06:00,548.0,6.1016,1,leg_gt,1.63,60 -44166,sell_compound_top3,sell,2026-03-16 13:09:00,548.0,6.1016,1,leg_gt,1.63,60 -44167,sell_compound_top3,sell,2026-03-16 13:51:00,550.0,6.4891,1,leg_gt,1.66,60 -44168,sell_compound_top3,sell,2026-03-16 13:54:00,551.0,6.6829,1,leg_gt,1.66,60 -44169,sell_compound_top3,sell,2026-03-16 14:15:00,553.0,7.0705,1,leg_gt,1.68,60 -44170,sell_compound_top3,sell,2026-03-16 14:18:00,554.0,7.2643,1,leg_gt,1.68,60 -44171,sell_compound_top3,sell,2026-03-16 14:27:00,555.0,7.4581,1,leg_gt,1.69,60 -44172,sell_compound_top3,sell,2026-03-16 14:30:00,555.0,7.4581,1,leg_gt,1.69,60 -44173,sell_compound_top3,sell,2026-03-16 14:33:00,554.0,7.2643,1,leg_gt,1.69,60 -44174,sell_compound_top3,sell,2026-03-16 14:36:00,554.0,7.2643,1,leg_gt,1.69,60 -44175,sell_compound_top3,sell,2026-03-16 14:39:00,556.0,7.6519,1,leg_gt,1.7,60 -44176,sell_compound_top3,sell,2026-03-16 14:42:00,556.0,7.6519,1,leg_gt,1.7,60 -44177,sell_compound_top3,sell,2026-03-16 14:45:00,557.0,7.8457,1,leg_gt,1.7,60 -44178,sell_compound_top3,sell,2026-03-16 14:48:00,556.0,7.6519,1,leg_gt,1.7,60 -44179,sell_compound_top3,sell,2026-03-16 14:51:00,557.0,7.8457,1,leg_gt,1.7,60 -44180,sell_compound_top3,sell,2026-03-16 14:54:00,557.0,7.8457,1,leg_gt,1.71,60 -44181,sell_compound_top3,sell,2026-03-16 15:00:00,558.0,8.0395,1,leg_gt,1.71,60 -44182,sell_compound_top3,sell,2026-03-16 15:03:00,556.0,7.6519,1,leg_gt,1.71,60 -44183,sell_compound_top3,sell,2026-03-16 15:27:00,557.0,7.8457,1,leg_gt,1.73,60 -44184,sell_compound_top3,sell,2026-03-16 15:30:00,559.0,8.2333,1,leg_gt,1.73,60 -44185,sell_compound_top3,sell,2026-03-16 15:33:00,558.0,8.0395,1,leg_gt,1.73,60 -44186,sell_compound_top3,sell,2026-03-16 15:36:00,559.0,8.2333,1,leg_gt,1.74,60 -44187,sell_compound_top3,sell,2026-03-16 15:39:00,559.0,8.2333,1,leg_gt,1.74,60 -44188,sell_compound_top3,sell,2026-03-16 15:42:00,560.0,8.4271,1,leg_gt,1.74,60 -44189,sell_compound_top3,sell,2026-03-16 16:12:00,564.0,9.2023,1,leg_gt,1.76,60 -44190,sell_compound_top3,sell,2026-03-16 16:15:00,562.0,8.8147,1,leg_gt,1.76,60 -44191,sell_compound_top3,sell,2026-03-16 16:18:00,562.0,8.8147,1,leg_gt,1.76,60 -44192,sell_compound_top3,sell,2026-03-16 16:21:00,561.0,8.6209,1,leg_gt,1.77,60 -44193,sell_compound_top3,sell,2026-03-16 16:24:00,563.0,9.0085,1,leg_gt,1.77,60 -44194,sell_compound_top3,sell,2026-03-16 16:27:00,563.0,9.0085,1,leg_gt,1.77,60 -44195,sell_compound_top3,sell,2026-03-16 16:42:00,565.0,9.3961,1,leg_gt,1.78,60 -44196,sell_compound_top3,sell,2026-03-16 16:45:00,566.0,9.5899,1,leg_gt,1.78,60 -44197,sell_compound_top3,sell,2026-03-16 16:48:00,567.0,9.7837,1,leg_gt,1.79,60 -44198,sell_compound_top3,sell,2026-03-16 21:45:00,561.0,8.6209,1,leg_gt,1.99,60 -44199,sell_compound_top3,sell,2026-03-16 21:48:00,560.0,8.4271,1,leg_gt,1.99,60 -44200,sell_compound_top3,sell,2026-03-16 22:21:00,562.0,8.8147,1,leg_gt,2.02,60 -44201,sell_compound_top3,sell,2026-03-16 22:24:00,561.0,8.6209,1,leg_gt,2.02,60 -44202,sell_compound_top3,sell,2026-03-16 23:00:00,564.0,9.2023,1,leg_gt,2.04,60 -44203,sell_compound_top3,sell,2026-03-16 23:03:00,565.0,9.3961,1,leg_gt,2.05,60 -44204,sell_compound_top3,sell,2026-03-17 00:00:00,565.0,9.3961,1,leg_gt,2.09,60 -44205,sell_compound_top3,sell,2026-03-17 00:03:00,566.0,9.5899,1,leg_gt,2.09,60 -44206,sell_compound_top3,sell,2026-03-17 00:21:00,565.0,9.3961,1,leg_gt,2.1,60 -44207,sell_compound_top3,sell,2026-03-17 00:24:00,566.0,9.5899,1,leg_gt,2.1,60 -44208,sell_compound_top3,sell,2026-03-17 00:27:00,566.0,9.5899,1,leg_gt,2.1,60 -44209,sell_compound_top3,sell,2026-03-17 01:42:00,580.0,12.3031,1,leg_gt,2.16,60 -44210,sell_compound_top3,sell,2026-03-17 01:45:00,581.0,12.4969,1,leg_gt,2.16,60 -44211,sell_compound_top3,sell,2026-03-17 01:48:00,580.0,12.3031,1,leg_gt,2.16,60 -44212,sell_compound_top3,sell,2026-03-17 01:51:00,581.0,12.4969,1,leg_gt,2.16,60 -44213,sell_compound_top3,sell,2026-03-17 01:54:00,583.0,12.8845,1,leg_gt,2.16,60 -44214,sell_compound_top3,sell,2026-03-17 01:57:00,583.0,12.8845,1,leg_gt,2.17,60 -44215,sell_compound_top3,sell,2026-03-17 02:00:00,582.0,12.6907,1,leg_gt,2.17,60 -44216,sell_compound_top3,sell,2026-03-17 02:03:00,585.0,13.2721,1,leg_gt,2.17,60 -44217,sell_compound_top3,sell,2026-03-17 02:06:00,589.0,14.0473,1,leg_gt,2.17,60 -44218,sell_compound_top3,sell,2026-03-17 02:09:00,590.0,14.2411,1,leg_gt,2.17,60 -44219,sell_compound_top3,sell,2026-03-17 02:12:00,588.0,13.8535,1,leg_gt,2.18,60 -44220,sell_compound_top3,sell,2026-03-17 05:30:00,582.0,12.6907,1,leg_gt,2.31,60 -44221,sell_compound_top3,sell,2026-03-17 05:33:00,581.0,12.4969,1,leg_gt,2.32,60 -44222,sell_compound_top3,sell,2026-03-17 05:36:00,583.0,12.8845,1,leg_gt,2.32,60 -44223,sell_compound_top3,sell,2026-03-17 05:39:00,582.0,12.6907,1,leg_gt,2.32,60 -44224,sell_compound_top3,sell,2026-03-17 05:57:00,583.0,12.8845,1,leg_gt,2.33,60 -44225,sell_compound_top3,sell,2026-03-17 06:12:00,584.0,13.0783,1,leg_gt,2.34,60 -44226,sell_compound_top3,sell,2026-03-17 06:15:00,584.0,13.0783,1,leg_gt,2.35,60 -44227,sell_compound_top3,sell,2026-03-17 06:18:00,586.0,13.4659,1,leg_gt,2.35,60 -44228,sell_compound_top3,sell,2026-03-17 06:21:00,583.0,12.8845,1,leg_gt,2.35,60 -44229,sell_compound_top3,sell,2026-03-17 06:24:00,585.0,13.2721,1,leg_gt,2.35,60 -44230,sell_compound_top3,sell,2026-03-17 07:15:00,592.0,14.6287,1,leg_gt,2.39,60 -44231,sell_compound_top3,sell,2026-03-17 07:18:00,593.0,14.8225,1,leg_gt,2.39,60 -44232,sell_compound_top3,sell,2026-03-17 07:21:00,592.0,14.6287,1,leg_gt,2.39,60 -44233,sell_compound_top3,sell,2026-03-17 07:24:00,590.0,14.2411,1,leg_gt,2.39,60 -44234,sell_compound_top3,sell,2026-03-17 07:42:00,592.0,14.6287,1,leg_gt,2.41,60 -44235,sell_compound_top3,sell,2026-03-17 07:45:00,593.0,14.8225,1,leg_gt,2.41,60 -44236,sell_compound_top3,sell,2026-03-17 07:48:00,594.0,15.0163,1,leg_gt,2.41,60 -44237,sell_compound_top3,sell,2026-03-17 11:42:00,588.0,13.8535,1,leg_gt,2.57,60 -44238,sell_compound_top3,sell,2026-03-17 16:30:00,581.0,12.4969,1,leg_gt,2.77,60 -44239,sell_compound_top3,sell,2026-03-17 16:33:00,582.0,12.6907,1,leg_gt,2.78,60 -44240,sell_compound_top3,sell,2026-03-17 16:36:00,582.0,12.6907,1,leg_gt,2.78,60 -44241,sell_compound_top3,sell,2026-03-17 16:39:00,581.0,12.4969,1,leg_gt,2.78,60 -44242,sell_compound_top3,sell,2026-03-17 16:42:00,582.0,12.6907,1,leg_gt,2.78,60 -44243,sell_compound_top3,sell,2026-03-17 16:45:00,582.0,12.6907,1,leg_gt,2.78,60 -44244,sell_compound_top3,sell,2026-03-17 16:48:00,582.0,12.6907,1,leg_gt,2.79,60 -44245,sell_compound_top3,sell,2026-03-17 16:51:00,582.0,12.6907,1,leg_gt,2.79,60 -44246,sell_compound_top3,sell,2026-03-17 16:54:00,582.0,12.6907,1,leg_gt,2.79,60 -44247,sell_compound_top3,sell,2026-03-18 00:12:00,575.0,1.3109,1,leg_gt,0.05,60 -44248,sell_compound_top3,sell,2026-03-18 00:27:00,577.0,1.6637,1,leg_gt,0.06,60 -44249,sell_compound_top3,sell,2026-03-18 01:06:00,580.0,2.1928,1,leg_gt,0.09,60 -44250,sell_compound_top3,sell,2026-03-18 01:09:00,582.0,2.5455,1,leg_gt,0.09,60 -44251,sell_compound_top3,sell,2026-03-18 01:12:00,581.0,2.3691,1,leg_gt,0.09,60 -44252,sell_compound_top3,sell,2026-03-18 03:06:00,585.0,3.0746,1,leg_gt,0.17,60 -44253,sell_compound_top3,sell,2026-03-18 03:09:00,586.0,3.251,1,leg_gt,0.17,60 -44254,sell_compound_top3,sell,2026-03-18 03:12:00,587.0,3.4273,1,leg_gt,0.18,60 -44255,sell_compound_top3,sell,2026-03-18 03:15:00,586.0,3.251,1,leg_gt,0.18,60 -44256,sell_compound_top3,sell,2026-03-18 03:18:00,585.0,3.0746,1,leg_gt,0.18,60 -44257,sell_compound_top3,sell,2026-03-18 04:51:00,585.0,3.0746,1,leg_gt,0.24,60 -44258,sell_compound_top3,sell,2026-03-18 04:54:00,585.0,3.0746,1,leg_gt,0.25,60 -44259,sell_compound_top3,sell,2026-03-18 06:27:00,587.0,3.4273,1,leg_gt,0.31,60 -44260,sell_compound_top3,sell,2026-03-18 06:30:00,588.0,3.6037,1,leg_gt,0.31,60 -44261,sell_compound_top3,sell,2026-03-18 06:33:00,588.0,3.6037,1,leg_gt,0.31,60 -44262,sell_compound_top3,sell,2026-03-18 06:36:00,588.0,3.6037,1,leg_gt,0.32,60 -44263,sell_compound_top3,sell,2026-03-18 06:39:00,589.0,3.7801,1,leg_gt,0.32,60 -44264,sell_compound_top3,sell,2026-03-18 06:45:00,589.0,3.7801,1,leg_gt,0.32,60 -44265,sell_compound_top3,sell,2026-03-18 06:48:00,590.0,3.9564,1,leg_gt,0.32,60 -44266,sell_compound_top3,sell,2026-03-18 11:45:00,585.0,3.0746,1,leg_gt,0.53,60 -44267,sell_compound_top3,sell,2026-03-18 11:48:00,585.0,3.0746,1,leg_gt,0.53,60 -44268,sell_compound_top3,sell,2026-03-18 12:27:00,589.0,3.7801,1,leg_gt,0.56,60 -44269,sell_compound_top3,sell,2026-03-18 12:36:00,588.0,3.6037,1,leg_gt,0.57,60 -44270,sell_compound_top3,sell,2026-03-18 12:39:00,587.0,3.4273,1,leg_gt,0.57,60 -44271,sell_compound_top3,sell,2026-03-18 14:21:00,590.0,3.9564,1,leg_gt,0.64,60 -44272,sell_compound_top3,sell,2026-03-18 14:24:00,590.0,3.9564,1,leg_gt,0.64,60 -44273,sell_compound_top3,sell,2026-03-18 14:27:00,589.0,3.7801,1,leg_gt,0.64,60 -44274,sell_compound_top3,sell,2026-03-19 03:42:00,544.0,2.1556,1,leg_gt,0.09,60 -44275,sell_compound_top3,sell,2026-03-19 05:45:00,544.0,2.1556,1,leg_gt,0.18,60 -44276,sell_compound_top3,sell,2026-03-19 05:48:00,544.0,2.1556,1,leg_gt,0.18,60 -44277,sell_compound_top3,sell,2026-03-19 05:51:00,545.0,2.3436,1,leg_gt,0.18,60 -44278,sell_compound_top3,sell,2026-03-19 05:54:00,545.0,2.3436,1,leg_gt,0.18,60 -44279,sell_compound_top3,sell,2026-03-19 05:57:00,545.0,2.3436,1,leg_gt,0.18,60 -44280,sell_compound_top3,sell,2026-03-19 06:00:00,545.0,2.3436,1,leg_gt,0.19,60 -44281,sell_compound_top3,sell,2026-03-19 06:03:00,545.0,2.3436,1,leg_gt,0.19,60 -44282,sell_compound_top3,sell,2026-03-19 06:06:00,546.0,2.5316,1,leg_gt,0.19,60 -44283,sell_compound_top3,sell,2026-03-19 06:09:00,546.0,2.5316,1,leg_gt,0.19,60 -44284,sell_compound_top3,sell,2026-03-19 06:12:00,548.0,2.9075,1,leg_gt,0.19,60 -44285,sell_compound_top3,sell,2026-03-19 06:21:00,550.0,3.2835,1,leg_gt,0.2,60 -44286,sell_compound_top3,sell,2026-03-19 06:24:00,550.0,3.2835,1,leg_gt,0.2,60 -44287,sell_compound_top3,sell,2026-03-19 06:27:00,550.0,3.2835,1,leg_gt,0.2,60 -44288,sell_compound_top3,sell,2026-03-19 06:30:00,550.0,3.2835,1,leg_gt,0.21,60 -44289,sell_compound_top3,sell,2026-03-19 06:33:00,551.0,3.4714,1,leg_gt,0.21,60 -44290,sell_compound_top3,sell,2026-03-19 06:36:00,550.0,3.2835,1,leg_gt,0.21,60 -44291,sell_compound_top3,sell,2026-03-19 06:39:00,552.0,3.6594,1,leg_gt,0.21,60 -44292,sell_compound_top3,sell,2026-03-19 06:42:00,551.0,3.4714,1,leg_gt,0.21,60 -44293,sell_compound_top3,sell,2026-03-19 06:45:00,550.0,3.2835,1,leg_gt,0.22,60 -44294,sell_compound_top3,sell,2026-03-19 06:48:00,551.0,3.4714,1,leg_gt,0.22,60 -44295,sell_compound_top3,sell,2026-03-19 06:51:00,551.0,3.4714,1,leg_gt,0.22,60 -44296,sell_compound_top3,sell,2026-03-19 06:54:00,551.0,3.4714,1,leg_gt,0.22,60 -44297,sell_compound_top3,sell,2026-03-20 06:27:00,498.0,-6.491,0,leg_gt,1.2,60 -44298,sell_compound_top3,sell,2026-03-20 06:30:00,498.0,-6.491,0,leg_gt,1.21,60 -44299,sell_compound_top3,sell,2026-03-20 06:33:00,498.0,-6.491,0,leg_gt,1.21,60 -44300,sell_compound_top3,sell,2026-03-20 14:27:00,497.0,-6.6789,0,leg_gt,1.54,60 -44301,sell_compound_top3,sell,2026-03-20 14:36:00,497.0,-6.6789,0,leg_gt,1.54,60 -44302,sell_compound_top3,sell,2026-03-20 14:39:00,497.0,-6.6789,0,leg_gt,1.55,60 -44303,sell_compound_top3,sell,2026-03-20 14:51:00,498.0,-6.491,0,leg_gt,1.55,60 -44304,sell_compound_top3,sell,2026-03-20 14:54:00,497.0,-6.6789,0,leg_gt,1.56,60 -44305,sell_compound_top3,sell,2026-03-20 14:57:00,497.0,-6.6789,0,leg_gt,1.56,60 -44306,sell_compound_top3,sell,2026-03-21 01:00:00,483.0,1.3706,1,leg_gt,0.04,60 -44307,sell_compound_top3,sell,2026-03-21 01:03:00,483.0,1.3706,1,leg_gt,0.04,60 -44308,sell_compound_top3,sell,2026-03-21 01:06:00,484.0,1.5807,1,leg_gt,0.05,60 -44309,sell_compound_top3,sell,2026-03-21 01:09:00,484.0,1.5807,1,leg_gt,0.05,60 -44310,sell_compound_top3,sell,2026-03-21 01:12:00,486.0,2.0008,1,leg_gt,0.05,60 -44311,sell_compound_top3,sell,2026-03-21 01:15:00,485.0,1.7908,1,leg_gt,0.05,60 -44312,sell_compound_top3,sell,2026-03-21 01:18:00,485.0,1.7908,1,leg_gt,0.05,60 -44313,sell_compound_top3,sell,2026-03-21 01:21:00,485.0,1.7908,1,leg_gt,0.06,60 -44314,sell_compound_top3,sell,2026-03-21 01:24:00,484.0,1.5807,1,leg_gt,0.06,60 -44315,sell_compound_top3,sell,2026-03-21 02:21:00,513.0,7.6731,1,leg_gt,0.1,60 -44316,sell_compound_top3,sell,2026-03-21 02:24:00,510.0,7.0429,1,leg_gt,0.1,60 -44317,sell_compound_top3,sell,2026-03-21 02:27:00,513.0,7.6731,1,leg_gt,0.1,60 -44318,sell_compound_top3,sell,2026-03-21 12:30:00,482.0,1.1605,1,leg_gt,0.52,60 -44319,sell_compound_top3,sell,2026-03-21 12:33:00,483.0,1.3706,1,leg_gt,0.52,60 -44320,sell_compound_top3,sell,2026-03-21 15:21:00,483.0,1.3706,1,leg_gt,0.64,60 -44321,sell_compound_top3,sell,2026-03-21 15:24:00,483.0,1.3706,1,leg_gt,0.64,60 -44322,sell_compound_top3,sell,2026-03-21 23:42:00,472.0,0.5397,1,leg_gt,0.05,60 -44323,sell_compound_top3,sell,2026-03-22 01:12:00,474.0,0.9661,1,leg_gt,0.11,60 -44324,sell_compound_top3,sell,2026-03-22 01:15:00,476.0,1.3925,1,leg_gt,0.11,60 -44325,sell_compound_top3,sell,2026-03-22 01:18:00,476.0,1.3925,1,leg_gt,0.11,60 -44326,sell_compound_top3,sell,2026-03-22 03:21:00,477.0,1.6058,1,leg_gt,0.2,60 -44327,sell_compound_top3,sell,2026-03-22 03:24:00,479.0,2.0322,1,leg_gt,0.2,60 -44328,sell_compound_top3,sell,2026-03-22 03:45:00,481.0,2.4586,1,leg_gt,0.22,60 -44329,sell_compound_top3,sell,2026-03-22 03:48:00,481.0,2.4586,1,leg_gt,0.22,60 -44330,sell_compound_top3,sell,2026-03-22 03:51:00,482.0,2.6719,1,leg_gt,0.22,60 -44331,sell_compound_top3,sell,2026-03-22 03:54:00,482.0,2.6719,1,leg_gt,0.22,60 -44332,sell_compound_top3,sell,2026-03-22 04:57:00,481.0,2.4586,1,leg_gt,0.27,60 -44333,sell_compound_top3,sell,2026-03-22 05:00:00,482.0,2.6719,1,leg_gt,0.27,60 -44334,sell_compound_top3,sell,2026-03-22 05:03:00,483.0,2.8851,1,leg_gt,0.27,60 -44335,sell_compound_top3,sell,2026-03-22 05:06:00,484.0,3.0983,1,leg_gt,0.27,60 -44336,sell_compound_top3,sell,2026-03-22 05:09:00,483.0,2.8851,1,leg_gt,0.28,60 -44337,sell_compound_top3,sell,2026-03-22 05:45:00,490.0,4.3776,1,leg_gt,0.3,60 -44338,sell_compound_top3,sell,2026-03-22 05:48:00,490.0,4.3776,1,leg_gt,0.3,60 -44339,sell_compound_top3,sell,2026-03-22 05:51:00,490.0,4.3776,1,leg_gt,0.3,60 -44340,sell_compound_top3,sell,2026-03-22 05:54:00,489.0,4.1644,1,leg_gt,0.31,60 -44341,sell_compound_top3,sell,2026-03-22 06:06:00,491.0,4.5908,1,leg_gt,0.31,60 -44342,sell_compound_top3,sell,2026-03-22 06:09:00,492.0,4.8041,1,leg_gt,0.32,60 -44343,sell_compound_top3,sell,2026-03-22 06:12:00,492.0,4.8041,1,leg_gt,0.32,60 -44344,sell_compound_top3,sell,2026-03-22 06:15:00,492.0,4.8041,1,leg_gt,0.32,60 -44345,sell_compound_top3,sell,2026-03-22 06:18:00,492.0,4.8041,1,leg_gt,0.32,60 -44346,sell_compound_top3,sell,2026-03-22 06:21:00,492.0,4.8041,1,leg_gt,0.32,60 -44347,sell_compound_top3,sell,2026-03-22 06:24:00,492.0,4.8041,1,leg_gt,0.33,60 -44348,sell_compound_top3,sell,2026-03-22 12:00:00,479.0,2.0322,1,leg_gt,0.56,60 -44349,sell_compound_top3,sell,2026-03-22 12:03:00,480.0,2.2454,1,leg_gt,0.56,60 -44350,sell_compound_top3,sell,2026-03-22 12:21:00,480.0,2.2454,1,leg_gt,0.57,60 -44351,sell_compound_top3,sell,2026-03-22 12:24:00,479.0,2.0322,1,leg_gt,0.58,60 -44352,sell_compound_top3,sell,2026-03-22 12:30:00,481.0,2.4586,1,leg_gt,0.58,60 -44353,sell_compound_top3,sell,2026-03-22 12:33:00,481.0,2.4586,1,leg_gt,0.58,60 -44354,sell_compound_top3,sell,2026-03-22 12:36:00,483.0,2.8851,1,leg_gt,0.59,60 -44355,sell_compound_top3,sell,2026-03-22 12:39:00,482.0,2.6719,1,leg_gt,0.59,60 -44356,sell_compound_top3,sell,2026-03-22 12:51:00,480.0,2.2454,1,leg_gt,0.6,60 -44357,sell_compound_top3,sell,2026-03-22 12:54:00,481.0,2.4586,1,leg_gt,0.6,60 -44358,sell_compound_top3,sell,2026-03-22 18:15:00,478.0,1.819,1,leg_gt,0.82,60 -44359,sell_compound_top3,sell,2026-03-22 18:18:00,476.0,1.3925,1,leg_gt,0.82,60 -44360,sell_compound_top3,sell,2026-03-23 01:27:00,472.0,0.5397,1,leg_gt,1.12,60 -44361,sell_compound_top3,sell,2026-03-23 07:51:00,463.0,1.6582,1,leg_gt,0.05,60 -44362,sell_compound_top3,sell,2026-03-23 07:54:00,464.0,1.878,1,leg_gt,0.05,60 -44363,sell_compound_top3,sell,2026-03-23 07:57:00,464.0,1.878,1,leg_gt,0.05,60 -44364,sell_compound_top3,sell,2026-03-23 08:00:00,464.0,1.878,1,leg_gt,0.05,60 -44365,sell_compound_top3,sell,2026-03-23 08:03:00,464.0,1.878,1,leg_gt,0.05,60 -44366,sell_compound_top3,sell,2026-03-23 08:06:00,464.0,1.878,1,leg_gt,0.06,60 -44367,sell_compound_top3,sell,2026-03-23 08:09:00,464.0,1.878,1,leg_gt,0.06,60 -44368,sell_compound_top3,sell,2026-03-23 08:12:00,465.0,2.0978,1,leg_gt,0.06,60 -44369,sell_compound_top3,sell,2026-03-23 08:15:00,466.0,2.3176,1,leg_gt,0.06,60 -44370,sell_compound_top3,sell,2026-03-23 08:18:00,465.0,2.0978,1,leg_gt,0.06,60 -44371,sell_compound_top3,sell,2026-03-23 08:21:00,465.0,2.0978,1,leg_gt,0.07,60 -44372,sell_compound_top3,sell,2026-03-23 08:24:00,466.0,2.3176,1,leg_gt,0.07,60 -44373,sell_compound_top3,sell,2026-03-23 10:45:00,468.0,2.7571,1,leg_gt,0.17,60 -44374,sell_compound_top3,sell,2026-03-23 10:48:00,469.0,2.9769,1,leg_gt,0.17,60 -44375,sell_compound_top3,sell,2026-03-23 10:51:00,468.0,2.7571,1,leg_gt,0.17,60 -44376,sell_compound_top3,sell,2026-03-23 10:54:00,469.0,2.9769,1,leg_gt,0.17,60 -44377,sell_compound_top3,sell,2026-03-23 11:30:00,470.0,3.1967,1,leg_gt,0.2,60 -44378,sell_compound_top3,sell,2026-03-23 11:33:00,469.0,2.9769,1,leg_gt,0.2,60 -44379,sell_compound_top3,sell,2026-03-23 11:42:00,469.0,2.9769,1,leg_gt,0.21,60 -44380,sell_compound_top3,sell,2026-03-23 11:51:00,469.0,2.9769,1,leg_gt,0.21,60 -44381,sell_compound_top3,sell,2026-03-23 11:54:00,470.0,3.1967,1,leg_gt,0.21,60 -44382,sell_compound_top3,sell,2026-03-23 11:57:00,471.0,3.4165,1,leg_gt,0.22,60 -44383,sell_compound_top3,sell,2026-03-23 20:21:00,473.0,3.4011,1,leg_gt,0.08,60 -44384,sell_compound_top3,sell,2026-03-23 20:24:00,471.0,2.9635,1,leg_gt,0.08,60 -44385,sell_compound_top3,sell,2026-03-23 20:27:00,474.0,3.6199,1,leg_gt,0.08,60 -44386,sell_compound_top3,sell,2026-03-23 20:30:00,474.0,3.6199,1,leg_gt,0.08,60 -44387,sell_compound_top3,sell,2026-03-23 20:33:00,475.0,3.8387,1,leg_gt,0.08,60 -44388,sell_compound_top3,sell,2026-03-24 00:06:00,474.0,3.6199,1,leg_gt,0.23,60 -44389,sell_compound_top3,sell,2026-03-24 00:09:00,473.0,3.4011,1,leg_gt,0.23,60 -44390,sell_compound_top3,sell,2026-03-24 00:45:00,474.0,3.6199,1,leg_gt,0.26,60 -44391,sell_compound_top3,sell,2026-03-24 00:48:00,474.0,3.6199,1,leg_gt,0.26,60 -44392,sell_compound_top3,sell,2026-03-24 01:12:00,474.0,3.6199,1,leg_gt,0.28,60 -44393,sell_compound_top3,sell,2026-03-24 02:12:00,480.0,4.9328,1,leg_gt,0.32,60 -44394,sell_compound_top3,sell,2026-03-24 02:51:00,479.0,4.714,1,leg_gt,0.35,60 -44395,sell_compound_top3,sell,2026-03-24 02:54:00,480.0,4.9328,1,leg_gt,0.35,60 -44396,sell_compound_top3,sell,2026-03-24 03:06:00,484.0,5.8081,1,leg_gt,0.36,60 -44397,sell_compound_top3,sell,2026-03-24 03:09:00,483.0,5.5893,1,leg_gt,0.36,60 -44398,sell_compound_top3,sell,2026-03-24 03:12:00,483.0,5.5893,1,leg_gt,0.36,60 -44399,sell_compound_top3,sell,2026-03-24 03:21:00,484.0,5.8081,1,leg_gt,0.37,60 -44400,sell_compound_top3,sell,2026-03-24 03:24:00,484.0,5.8081,1,leg_gt,0.37,60 -44401,sell_compound_top3,sell,2026-03-24 03:30:00,483.0,5.5893,1,leg_gt,0.37,60 -44402,sell_compound_top3,sell,2026-03-24 03:33:00,483.0,5.5893,1,leg_gt,0.38,60 -44403,sell_compound_top3,sell,2026-03-24 03:45:00,483.0,5.5893,1,leg_gt,0.38,60 -44404,sell_compound_top3,sell,2026-03-24 03:48:00,484.0,5.8081,1,leg_gt,0.39,60 -44405,sell_compound_top3,sell,2026-03-24 03:57:00,485.0,6.0269,1,leg_gt,0.39,60 -44406,sell_compound_top3,sell,2026-03-24 04:00:00,485.0,6.0269,1,leg_gt,0.39,60 -44407,sell_compound_top3,sell,2026-03-24 04:03:00,486.0,6.2457,1,leg_gt,0.4,60 -44408,sell_compound_top3,sell,2026-03-24 06:42:00,487.0,6.4646,1,leg_gt,0.51,60 -44409,sell_compound_top3,sell,2026-03-24 06:45:00,486.0,6.2457,1,leg_gt,0.51,60 -44410,sell_compound_top3,sell,2026-03-24 06:48:00,486.0,6.2457,1,leg_gt,0.51,60 -44411,sell_compound_top3,sell,2026-03-24 12:36:00,481.0,5.1516,1,leg_gt,0.75,60 -44412,sell_compound_top3,sell,2026-03-24 12:39:00,482.0,5.3705,1,leg_gt,0.75,60 -44413,sell_compound_top3,sell,2026-03-24 12:51:00,481.0,5.1516,1,leg_gt,0.76,60 -44414,sell_compound_top3,sell,2026-03-24 12:54:00,481.0,5.1516,1,leg_gt,0.76,60 -44415,sell_compound_top3,sell,2026-03-24 12:57:00,482.0,5.3705,1,leg_gt,0.77,60 -44416,sell_compound_top3,sell,2026-03-24 15:12:00,482.0,5.3705,1,leg_gt,0.86,60 -44417,sell_compound_top3,sell,2026-03-24 16:00:00,482.0,5.3705,1,leg_gt,0.89,60 -44418,sell_compound_top3,sell,2026-03-24 16:03:00,482.0,5.3705,1,leg_gt,0.9,60 -44419,sell_compound_top3,sell,2026-03-25 03:45:00,474.0,0.9661,1,leg_gt,0.16,60 -44420,sell_compound_top3,sell,2026-03-25 05:12:00,475.0,1.1793,1,leg_gt,0.22,60 -44421,sell_compound_top3,sell,2026-03-25 05:45:00,480.0,2.2454,1,leg_gt,0.25,60 -44422,sell_compound_top3,sell,2026-03-25 05:48:00,478.0,1.819,1,leg_gt,0.25,60 -44423,sell_compound_top3,sell,2026-03-25 05:51:00,480.0,2.2454,1,leg_gt,0.25,60 -44424,sell_compound_top3,sell,2026-03-25 05:54:00,480.0,2.2454,1,leg_gt,0.25,60 -44425,sell_compound_top3,sell,2026-03-25 05:57:00,481.0,2.4586,1,leg_gt,0.26,60 -44426,sell_compound_top3,sell,2026-03-25 06:00:00,481.0,2.4586,1,leg_gt,0.26,60 -44427,sell_compound_top3,sell,2026-03-25 06:03:00,481.0,2.4586,1,leg_gt,0.26,60 -44428,sell_compound_top3,sell,2026-03-25 09:42:00,480.0,2.2454,1,leg_gt,0.41,60 -44429,sell_compound_top3,sell,2026-03-25 11:42:00,480.0,2.2454,1,leg_gt,0.5,60 -44430,sell_compound_top3,sell,2026-03-25 16:42:00,479.0,2.0322,1,leg_gt,0.7,60 -44431,sell_compound_top3,sell,2026-03-25 17:27:00,478.0,1.819,1,leg_gt,0.74,60 -44432,sell_compound_top3,sell,2026-03-25 17:51:00,480.0,2.2454,1,leg_gt,0.75,60 -44433,sell_compound_top3,sell,2026-03-25 17:54:00,479.0,2.0322,1,leg_gt,0.75,60 -44434,sell_compound_top3,sell,2026-03-25 18:51:00,479.0,2.0322,1,leg_gt,0.79,60 -44435,sell_compound_top3,sell,2026-03-25 18:54:00,479.0,2.0322,1,leg_gt,0.8,60 -44436,sell_compound_top3,sell,2026-03-25 18:57:00,481.0,2.4586,1,leg_gt,0.8,60 -44437,sell_compound_top3,sell,2026-03-25 19:00:00,480.0,2.2454,1,leg_gt,0.8,60 -44438,sell_compound_top3,sell,2026-03-25 19:03:00,481.0,2.4586,1,leg_gt,0.8,60 -44439,sell_compound_top3,sell,2026-03-25 20:42:00,483.0,2.8851,1,leg_gt,0.87,60 -44440,sell_compound_top3,sell,2026-03-25 21:00:00,485.0,3.3115,1,leg_gt,0.88,60 -44441,sell_compound_top3,sell,2026-03-25 21:03:00,485.0,3.3115,1,leg_gt,0.89,60 -44442,sell_compound_top3,sell,2026-03-25 22:21:00,487.0,3.738,1,leg_gt,0.94,60 -44443,sell_compound_top3,sell,2026-03-25 22:24:00,486.0,3.5247,1,leg_gt,0.94,60 -44444,sell_compound_top3,sell,2026-03-26 04:51:00,480.0,2.2454,1,leg_gt,1.21,60 -44445,sell_compound_top3,sell,2026-03-26 04:54:00,479.0,2.0322,1,leg_gt,1.21,60 -44446,sell_compound_top3,sell,2026-03-26 07:06:00,481.0,2.4586,1,leg_gt,1.3,60 -44447,sell_compound_top3,sell,2026-03-26 07:09:00,480.0,2.2454,1,leg_gt,1.31,60 -44448,sell_compound_top3,sell,2026-03-26 07:21:00,481.0,2.4586,1,leg_gt,1.31,60 -44449,sell_compound_top3,sell,2026-03-26 07:24:00,482.0,2.6719,1,leg_gt,1.32,60 -44450,sell_compound_top3,sell,2026-03-26 07:27:00,482.0,2.6719,1,leg_gt,1.32,60 -44451,sell_compound_top3,sell,2026-03-26 07:30:00,482.0,2.6719,1,leg_gt,1.32,60 -44452,sell_compound_top3,sell,2026-03-26 07:33:00,485.0,3.3115,1,leg_gt,1.32,60 -44453,sell_compound_top3,sell,2026-03-26 07:36:00,485.0,3.3115,1,leg_gt,1.32,60 -44454,sell_compound_top3,sell,2026-03-26 07:39:00,485.0,3.3115,1,leg_gt,1.33,60 -44455,sell_compound_top3,sell,2026-03-26 07:42:00,485.0,3.3115,1,leg_gt,1.33,60 -44456,sell_compound_top3,sell,2026-03-26 07:45:00,484.0,3.0983,1,leg_gt,1.33,60 -44457,sell_compound_top3,sell,2026-03-26 07:48:00,484.0,3.0983,1,leg_gt,1.33,60 -44458,sell_compound_top3,sell,2026-03-26 08:30:00,485.0,3.3115,1,leg_gt,1.36,60 -44459,sell_compound_top3,sell,2026-03-26 08:33:00,485.0,3.3115,1,leg_gt,1.36,60 -44460,sell_compound_top3,sell,2026-03-27 05:42:00,444.0,-5.4305,0,leg_gt,2.25,60 -44461,sell_compound_top3,sell,2026-03-27 09:15:00,443.0,-5.6437,0,leg_gt,2.39,60 -44462,sell_compound_top3,sell,2026-03-27 09:18:00,443.0,-5.6437,0,leg_gt,2.4,60 -44463,sell_compound_top3,sell,2026-03-27 11:21:00,442.0,-5.8569,0,leg_gt,2.48,60 -44464,sell_compound_top3,sell,2026-03-27 11:24:00,441.0,-6.0701,0,leg_gt,2.48,60 -44465,sell_compound_top3,sell,2026-03-28 13:21:00,380.0,2.0505,1,leg_gt,0.12,60 -44466,sell_compound_top3,sell,2026-03-28 13:24:00,380.0,2.0505,1,leg_gt,0.12,60 -44467,sell_compound_top3,sell,2026-03-28 13:27:00,381.0,2.3194,1,leg_gt,0.12,60 -44468,sell_compound_top3,sell,2026-03-28 14:30:00,381.0,2.3194,1,leg_gt,0.16,60 -44469,sell_compound_top3,sell,2026-03-28 14:33:00,381.0,2.3194,1,leg_gt,0.17,60 -44470,sell_compound_top3,sell,2026-03-28 15:12:00,383.0,2.857,1,leg_gt,0.19,60 -44471,sell_compound_top3,sell,2026-03-28 15:51:00,388.0,4.2011,1,leg_gt,0.22,60 -44472,sell_compound_top3,sell,2026-03-28 15:54:00,390.0,4.7387,1,leg_gt,0.22,60 -44473,sell_compound_top3,sell,2026-03-28 15:57:00,390.0,4.7387,1,leg_gt,0.22,60 -44474,sell_compound_top3,sell,2026-03-28 16:00:00,391.0,5.0075,1,leg_gt,0.23,60 -44475,sell_compound_top3,sell,2026-03-28 16:03:00,396.0,6.3516,1,leg_gt,0.23,60 -44476,sell_compound_top3,sell,2026-03-28 16:30:00,396.0,6.3516,1,leg_gt,0.25,60 -44477,sell_compound_top3,sell,2026-03-28 16:33:00,396.0,6.3516,1,leg_gt,0.25,60 -44478,sell_compound_top3,sell,2026-03-28 16:36:00,396.0,6.3516,1,leg_gt,0.25,60 -44479,sell_compound_top3,sell,2026-03-28 16:39:00,398.0,6.8892,1,leg_gt,0.25,60 -44480,sell_compound_top3,sell,2026-03-28 16:42:00,398.0,6.8892,1,leg_gt,0.26,60 -44481,sell_compound_top3,sell,2026-03-28 16:57:00,407.0,9.3086,1,leg_gt,0.27,60 -44482,sell_compound_top3,sell,2026-03-28 17:00:00,407.0,9.3086,1,leg_gt,0.27,60 -44483,sell_compound_top3,sell,2026-03-28 17:03:00,409.0,9.8462,1,leg_gt,0.27,60 -44484,sell_compound_top3,sell,2026-03-28 17:12:00,410.0,10.1151,1,leg_gt,0.28,60 -44485,sell_compound_top3,sell,2026-03-28 17:15:00,410.0,10.1151,1,leg_gt,0.28,60 -44486,sell_compound_top3,sell,2026-03-28 17:18:00,408.0,9.5774,1,leg_gt,0.28,60 -44487,sell_compound_top3,sell,2026-03-28 17:45:00,410.0,10.1151,1,leg_gt,0.3,60 -44488,sell_compound_top3,sell,2026-03-28 17:48:00,409.0,9.8462,1,leg_gt,0.3,60 -44489,sell_compound_top3,sell,2026-03-28 18:15:00,413.0,10.9215,1,leg_gt,0.32,60 -44490,sell_compound_top3,sell,2026-03-28 18:18:00,412.0,10.6527,1,leg_gt,0.32,60 -44491,sell_compound_top3,sell,2026-03-28 18:27:00,414.0,11.1903,1,leg_gt,0.33,60 -44492,sell_compound_top3,sell,2026-03-28 22:51:00,413.0,2.6363,1,leg_gt,0.17,60 -44493,sell_compound_top3,sell,2026-03-28 22:54:00,412.0,2.3876,1,leg_gt,0.17,60 -44494,sell_compound_top3,sell,2026-03-28 23:00:00,414.0,2.8851,1,leg_gt,0.18,60 -44495,sell_compound_top3,sell,2026-03-28 23:03:00,413.0,2.6363,1,leg_gt,0.18,60 -44496,sell_compound_top3,sell,2026-03-28 23:21:00,417.0,3.6313,1,leg_gt,0.19,60 -44497,sell_compound_top3,sell,2026-03-28 23:24:00,417.0,3.6313,1,leg_gt,0.19,60 -44498,sell_compound_top3,sell,2026-03-28 23:30:00,416.0,3.3826,1,leg_gt,0.2,60 -44499,sell_compound_top3,sell,2026-03-28 23:33:00,415.0,3.1338,1,leg_gt,0.2,60 -44500,sell_compound_top3,sell,2026-03-29 03:21:00,415.0,3.1338,1,leg_gt,0.36,60 -44501,sell_compound_top3,sell,2026-03-29 03:24:00,415.0,3.1338,1,leg_gt,0.36,60 -44502,sell_compound_top3,sell,2026-03-29 03:27:00,415.0,3.1338,1,leg_gt,0.36,60 -44503,sell_compound_top3,sell,2026-03-29 03:30:00,416.0,3.3826,1,leg_gt,0.36,60 -44504,sell_compound_top3,sell,2026-03-29 03:33:00,415.0,3.1338,1,leg_gt,0.36,60 -44505,sell_compound_top3,sell,2026-03-29 03:36:00,417.0,3.6313,1,leg_gt,0.37,60 -44506,sell_compound_top3,sell,2026-03-29 03:39:00,416.0,3.3826,1,leg_gt,0.37,60 -44507,sell_compound_top3,sell,2026-03-29 05:12:00,417.0,3.6313,1,leg_gt,0.43,60 -44508,sell_compound_top3,sell,2026-03-29 10:27:00,414.0,2.8851,1,leg_gt,0.65,60 -44509,sell_compound_top3,sell,2026-03-29 11:51:00,415.0,3.1338,1,leg_gt,0.71,60 -44510,sell_compound_top3,sell,2026-03-29 11:54:00,415.0,3.1338,1,leg_gt,0.71,60 -44511,sell_compound_top3,sell,2026-03-29 12:27:00,415.0,3.1338,1,leg_gt,0.74,60 -44512,sell_compound_top3,sell,2026-03-29 14:21:00,415.0,3.1338,1,leg_gt,0.81,60 -44513,sell_compound_top3,sell,2026-03-29 14:24:00,414.0,2.8851,1,leg_gt,0.82,60 -44514,sell_compound_top3,sell,2026-03-29 14:30:00,415.0,3.1338,1,leg_gt,0.82,60 -44515,sell_compound_top3,sell,2026-03-29 14:33:00,414.0,2.8851,1,leg_gt,0.82,60 -44516,sell_compound_top3,sell,2026-03-29 15:42:00,418.0,3.8801,1,leg_gt,0.87,60 -44517,sell_compound_top3,sell,2026-03-30 09:30:00,418.0,3.8801,1,leg_gt,1.61,60 -44518,sell_compound_top3,sell,2026-03-30 09:33:00,419.0,4.1289,1,leg_gt,1.61,60 -44519,sell_compound_top3,sell,2026-03-30 10:30:00,419.0,4.1289,1,leg_gt,1.65,60 -44520,sell_compound_top3,sell,2026-03-30 10:33:00,419.0,4.1289,1,leg_gt,1.66,60 -44521,sell_compound_top3,sell,2026-03-30 10:36:00,418.0,3.8801,1,leg_gt,1.66,60 -44522,sell_compound_top3,sell,2026-03-30 10:39:00,418.0,3.8801,1,leg_gt,1.66,60 -44523,sell_compound_top3,sell,2026-03-30 11:00:00,423.0,5.1239,1,leg_gt,1.68,60 -44524,sell_compound_top3,sell,2026-03-30 11:03:00,424.0,5.3726,1,leg_gt,1.68,60 -44525,sell_compound_top3,sell,2026-03-30 11:06:00,421.0,4.6264,1,leg_gt,1.68,60 -44526,sell_compound_top3,sell,2026-03-30 11:09:00,425.0,5.6214,1,leg_gt,1.68,60 -44527,sell_compound_top3,sell,2026-03-30 11:12:00,424.0,5.3726,1,leg_gt,1.68,60 -44528,sell_compound_top3,sell,2026-03-30 11:15:00,425.0,5.6214,1,leg_gt,1.69,60 -44529,sell_compound_top3,sell,2026-03-30 11:18:00,424.0,5.3726,1,leg_gt,1.69,60 -44530,sell_compound_top3,sell,2026-03-30 11:21:00,424.0,5.3726,1,leg_gt,1.69,60 -44531,sell_compound_top3,sell,2026-03-30 11:24:00,424.0,5.3726,1,leg_gt,1.69,60 -44532,sell_compound_top3,sell,2026-03-30 11:36:00,425.0,5.6214,1,leg_gt,1.7,60 -44533,sell_compound_top3,sell,2026-03-30 11:39:00,427.0,6.1189,1,leg_gt,1.7,60 -44534,sell_compound_top3,sell,2026-03-30 11:42:00,426.0,5.8701,1,leg_gt,1.7,60 -44535,sell_compound_top3,sell,2026-03-30 17:12:00,430.0,6.8652,1,leg_gt,1.93,60 -44536,sell_compound_top3,sell,2026-03-30 17:15:00,431.0,7.1139,1,leg_gt,1.94,60 -44537,sell_compound_top3,sell,2026-03-30 17:18:00,430.0,6.8652,1,leg_gt,1.94,60 -44538,sell_compound_top3,sell,2026-03-30 19:51:00,434.0,7.8602,1,leg_gt,2.04,60 -44539,sell_compound_top3,sell,2026-03-30 19:54:00,433.0,7.6114,1,leg_gt,2.05,60 -44540,sell_compound_top3,sell,2026-03-30 19:57:00,434.0,7.8602,1,leg_gt,2.05,60 -44541,sell_compound_top3,sell,2026-03-31 02:00:00,425.0,5.6214,1,leg_gt,2.3,60 -44542,sell_compound_top3,sell,2026-03-31 02:03:00,425.0,5.6214,1,leg_gt,2.3,60 -44543,sell_compound_top3,sell,2026-03-31 06:30:00,419.0,1.8465,1,leg_gt,0.1,60 -44544,sell_compound_top3,sell,2026-03-31 06:33:00,418.0,1.6032,1,leg_gt,0.1,60 -44545,sell_compound_top3,sell,2026-03-31 06:36:00,419.0,1.8465,1,leg_gt,0.1,60 -44546,sell_compound_top3,sell,2026-03-31 06:39:00,420.0,2.0898,1,leg_gt,0.1,60 -44547,sell_compound_top3,sell,2026-03-31 06:42:00,419.0,1.8465,1,leg_gt,0.11,60 -44548,sell_compound_top3,sell,2026-03-31 10:00:00,419.0,1.8465,1,leg_gt,0.24,60 -44549,sell_compound_top3,sell,2026-03-31 10:03:00,418.0,1.6032,1,leg_gt,0.25,60 -44550,sell_compound_top3,sell,2026-03-31 10:30:00,420.0,2.0898,1,leg_gt,0.26,60 -44551,sell_compound_top3,sell,2026-03-31 10:33:00,421.0,2.3331,1,leg_gt,0.27,60 -44552,sell_compound_top3,sell,2026-03-31 11:12:00,421.0,2.3331,1,leg_gt,0.29,60 -44553,sell_compound_top3,sell,2026-03-31 11:30:00,423.0,2.8197,1,leg_gt,0.31,60 -44554,sell_compound_top3,sell,2026-03-31 11:33:00,423.0,2.8197,1,leg_gt,0.31,60 -44555,sell_compound_top3,sell,2026-03-31 11:36:00,424.0,3.063,1,leg_gt,0.31,60 -44556,sell_compound_top3,sell,2026-03-31 11:39:00,424.0,3.063,1,leg_gt,0.31,60 -44557,sell_compound_top3,sell,2026-03-31 11:42:00,424.0,3.063,1,leg_gt,0.31,60 -44558,sell_compound_top3,sell,2026-03-31 17:12:00,422.0,2.5764,1,leg_gt,0.54,60 -44559,sell_compound_top3,sell,2026-03-31 17:27:00,424.0,3.063,1,leg_gt,0.55,60 -44560,sell_compound_top3,sell,2026-03-31 21:21:00,418.0,1.6032,1,leg_gt,0.72,60 -44561,sell_compound_top3,sell,2026-03-31 21:24:00,417.0,1.3599,1,leg_gt,0.72,60 -44562,sell_compound_top3,sell,2026-03-31 22:57:00,421.0,2.3331,1,leg_gt,0.78,60 -44563,sell_compound_top3,sell,2026-03-31 23:00:00,421.0,2.3331,1,leg_gt,0.79,60 -44564,sell_compound_top3,sell,2026-03-31 23:03:00,421.0,2.3331,1,leg_gt,0.79,60 -44565,sell_compound_top3,sell,2026-04-01 05:42:00,418.0,1.3563,1,leg_gt,0.12,60 -44566,sell_compound_top3,sell,2026-04-01 09:45:00,419.0,1.599,1,leg_gt,0.29,60 -44567,sell_compound_top3,sell,2026-04-01 09:48:00,419.0,1.599,1,leg_gt,0.29,60 -44568,sell_compound_top3,sell,2026-04-01 10:06:00,422.0,2.3272,1,leg_gt,0.3,60 -44569,sell_compound_top3,sell,2026-04-01 10:09:00,422.0,2.3272,1,leg_gt,0.3,60 -44570,sell_compound_top3,sell,2026-04-01 10:12:00,423.0,2.5699,1,leg_gt,0.3,60 -44571,sell_compound_top3,sell,2026-04-01 10:15:00,423.0,2.5699,1,leg_gt,0.31,60 -44572,sell_compound_top3,sell,2026-04-01 10:18:00,423.0,2.5699,1,leg_gt,0.31,60 -44573,sell_compound_top3,sell,2026-04-01 10:21:00,423.0,2.5699,1,leg_gt,0.31,60 -44574,sell_compound_top3,sell,2026-04-01 10:24:00,423.0,2.5699,1,leg_gt,0.31,60 -44575,sell_compound_top3,sell,2026-04-01 10:27:00,423.0,2.5699,1,leg_gt,0.31,60 -44576,sell_compound_top3,sell,2026-04-01 14:21:00,422.0,2.3272,1,leg_gt,0.48,60 -44577,sell_compound_top3,sell,2026-04-01 14:24:00,421.0,2.0845,1,leg_gt,0.48,60 -44578,sell_compound_top3,sell,2026-04-01 14:36:00,423.0,2.5699,1,leg_gt,0.49,60 -44579,sell_compound_top3,sell,2026-04-01 14:39:00,422.0,2.3272,1,leg_gt,0.49,60 -44580,sell_compound_top3,sell,2026-04-01 14:42:00,423.0,2.5699,1,leg_gt,0.49,60 -44581,sell_compound_top3,sell,2026-04-01 14:45:00,423.0,2.5699,1,leg_gt,0.49,60 -44582,sell_compound_top3,sell,2026-04-01 14:48:00,423.0,2.5699,1,leg_gt,0.5,60 -44583,sell_compound_top3,sell,2026-04-01 15:12:00,426.0,3.2981,1,leg_gt,0.51,60 -44584,sell_compound_top3,sell,2026-04-01 15:30:00,425.0,3.0553,1,leg_gt,0.52,60 -44585,sell_compound_top3,sell,2026-04-01 15:33:00,424.0,2.8126,1,leg_gt,0.53,60 -44586,sell_compound_top3,sell,2026-04-01 19:30:00,424.0,2.8126,1,leg_gt,0.69,60 -44587,sell_compound_top3,sell,2026-04-01 19:33:00,424.0,2.8126,1,leg_gt,0.69,60 -44588,sell_compound_top3,sell,2026-04-01 19:42:00,425.0,3.0553,1,leg_gt,0.7,60 -44589,sell_compound_top3,sell,2026-04-01 19:45:00,425.0,3.0553,1,leg_gt,0.7,60 -44590,sell_compound_top3,sell,2026-04-01 19:48:00,425.0,3.0553,1,leg_gt,0.7,60 -44591,sell_compound_top3,sell,2026-04-01 19:51:00,425.0,3.0553,1,leg_gt,0.71,60 -44592,sell_compound_top3,sell,2026-04-01 19:54:00,423.0,2.5699,1,leg_gt,0.71,60 -44593,sell_compound_top3,sell,2026-04-01 20:27:00,426.0,3.2981,1,leg_gt,0.73,60 -44594,sell_compound_top3,sell,2026-04-01 20:45:00,426.0,3.2981,1,leg_gt,0.74,60 -44595,sell_compound_top3,sell,2026-04-01 20:48:00,425.0,3.0553,1,leg_gt,0.75,60 -44596,sell_compound_top3,sell,2026-04-01 20:51:00,426.0,3.2981,1,leg_gt,0.75,60 -44597,sell_compound_top3,sell,2026-04-01 20:54:00,425.0,3.0553,1,leg_gt,0.75,60 -44598,sell_compound_top3,sell,2026-04-02 00:15:00,426.0,3.2981,1,leg_gt,0.89,60 -44599,sell_compound_top3,sell,2026-04-02 00:18:00,427.0,3.5408,1,leg_gt,0.89,60 -44600,sell_compound_top3,sell,2026-04-02 00:51:00,427.0,3.5408,1,leg_gt,0.91,60 -44601,sell_compound_top3,sell,2026-04-02 00:54:00,427.0,3.5408,1,leg_gt,0.92,60 -44602,sell_compound_top3,sell,2026-04-02 06:15:00,423.0,2.5699,1,leg_gt,1.14,60 -44603,sell_compound_top3,sell,2026-04-02 06:18:00,423.0,2.5699,1,leg_gt,1.14,60 -44604,sell_compound_top3,sell,2026-04-02 06:27:00,425.0,3.0553,1,leg_gt,1.15,60 -44605,sell_compound_top3,sell,2026-04-02 06:30:00,424.0,2.8126,1,leg_gt,1.15,60 -44606,sell_compound_top3,sell,2026-04-02 06:33:00,424.0,2.8126,1,leg_gt,1.15,60 -44607,sell_compound_top3,sell,2026-04-02 09:51:00,423.0,2.5699,1,leg_gt,1.29,60 -44608,sell_compound_top3,sell,2026-04-02 09:54:00,422.0,2.3272,1,leg_gt,1.29,60 -44609,sell_compound_top3,sell,2026-04-02 15:00:00,411.0,-0.3427,0,leg_gt,1.5,60 -44610,sell_compound_top3,sell,2026-04-02 15:03:00,410.0,-0.5854,0,leg_gt,1.51,60 -44611,sell_compound_top3,sell,2026-04-02 15:12:00,412.0,-0.1,0,leg_gt,1.51,60 -44612,sell_compound_top3,sell,2026-04-02 15:15:00,412.0,-0.1,0,leg_gt,1.51,60 -44613,sell_compound_top3,sell,2026-04-02 15:18:00,413.0,0.1427,1,leg_gt,1.52,60 -44614,sell_compound_top3,sell,2026-04-02 15:21:00,413.0,0.1427,1,leg_gt,1.52,60 -44615,sell_compound_top3,sell,2026-04-02 15:24:00,412.0,-0.1,0,leg_gt,1.52,60 -44616,sell_compound_top3,sell,2026-04-03 00:00:00,409.0,2.15,1,leg_gt,0.06,60 -44617,sell_compound_top3,sell,2026-04-03 00:03:00,408.0,1.9,1,leg_gt,0.06,60 -44618,sell_compound_top3,sell,2026-04-03 00:06:00,408.0,1.9,1,leg_gt,0.06,60 -44619,sell_compound_top3,sell,2026-04-03 00:09:00,409.0,2.15,1,leg_gt,0.06,60 -44620,sell_compound_top3,sell,2026-04-03 00:12:00,410.0,2.4,1,leg_gt,0.06,60 -44621,sell_compound_top3,sell,2026-04-03 05:30:00,408.0,1.9,1,leg_gt,0.29,60 -44622,sell_compound_top3,sell,2026-04-03 05:33:00,409.0,2.15,1,leg_gt,0.29,60 -44623,sell_compound_top3,sell,2026-04-03 14:06:00,406.0,1.4,1,leg_gt,0.64,60 -44624,sell_compound_top3,sell,2026-04-03 14:09:00,407.0,1.65,1,leg_gt,0.65,60 -44625,sell_compound_top3,sell,2026-04-03 14:21:00,407.0,1.65,1,leg_gt,0.65,60 -44626,sell_compound_top3,sell,2026-04-03 14:24:00,406.0,1.4,1,leg_gt,0.66,60 -44627,sell_compound_top3,sell,2026-04-03 14:42:00,410.0,2.4,1,leg_gt,0.67,60 -44628,sell_compound_top3,sell,2026-04-03 14:45:00,410.0,2.4,1,leg_gt,0.67,60 -44629,sell_compound_top3,sell,2026-04-03 14:48:00,410.0,2.4,1,leg_gt,0.67,60 -44630,sell_compound_top3,sell,2026-04-03 14:51:00,410.0,2.4,1,leg_gt,0.68,60 -44631,sell_compound_top3,sell,2026-04-03 14:54:00,410.0,2.4,1,leg_gt,0.68,60 -44632,sell_compound_top3,sell,2026-04-03 14:57:00,410.0,2.4,1,leg_gt,0.68,60 -44633,sell_compound_top3,sell,2026-04-03 15:42:00,411.0,2.65,1,leg_gt,0.71,60 -44634,sell_compound_top3,sell,2026-04-03 15:45:00,411.0,2.65,1,leg_gt,0.71,60 -44635,sell_compound_top3,sell,2026-04-03 15:48:00,412.0,2.9,1,leg_gt,0.71,60 -44636,sell_compound_top3,sell,2026-04-03 15:51:00,411.0,2.65,1,leg_gt,0.72,60 -44637,sell_compound_top3,sell,2026-04-03 15:54:00,411.0,2.65,1,leg_gt,0.72,60 -44638,sell_compound_top3,sell,2026-04-03 15:57:00,411.0,2.65,1,leg_gt,0.72,60 -44639,sell_compound_top3,sell,2026-04-03 17:45:00,413.0,3.15,1,leg_gt,0.8,60 -44640,sell_compound_top3,sell,2026-04-03 17:48:00,413.0,3.15,1,leg_gt,0.8,60 -44641,sell_compound_top3,sell,2026-04-03 20:42:00,412.0,2.9,1,leg_gt,0.92,60 -44642,sell_compound_top3,sell,2026-04-03 20:51:00,413.0,3.15,1,leg_gt,0.92,60 -44643,sell_compound_top3,sell,2026-04-03 20:54:00,413.0,3.15,1,leg_gt,0.93,60 -44644,sell_compound_top3,sell,2026-04-03 20:57:00,414.0,3.4,1,leg_gt,0.93,60 -44645,sell_compound_top3,sell,2026-04-04 13:51:00,404.0,0.9,1,leg_gt,1.63,60 -44646,sell_compound_top3,sell,2026-04-04 13:54:00,404.0,0.9,1,leg_gt,1.64,60 -44647,sell_compound_top3,sell,2026-04-04 16:00:00,404.0,0.9,1,leg_gt,1.72,60 -44648,sell_compound_top3,sell,2026-04-04 16:03:00,403.0,0.65,1,leg_gt,1.72,60 -44649,sell_compound_top3,sell,2026-04-04 21:30:00,400.0,-0.1,0,leg_gt,1.95,60 -44650,sell_compound_top3,sell,2026-04-04 21:33:00,400.0,-0.1,0,leg_gt,1.95,60 -44651,sell_compound_top3,sell,2026-04-04 22:42:00,401.0,0.15,1,leg_gt,2.0,60 -44652,sell_compound_top3,sell,2026-04-05 00:12:00,400.0,-0.1,0,leg_gt,2.06,60 -44653,sell_compound_top3,sell,2026-04-05 02:21:00,400.0,-0.1,0,leg_gt,2.15,60 -44654,sell_compound_top3,sell,2026-04-05 02:24:00,401.0,0.15,1,leg_gt,2.16,60 -44655,sell_compound_top3,sell,2026-04-05 02:27:00,402.0,0.4,1,leg_gt,2.16,60 -44656,sell_compound_top3,sell,2026-04-05 02:42:00,402.0,0.4,1,leg_gt,2.17,60 -44657,sell_compound_top3,sell,2026-04-05 02:45:00,402.0,0.4,1,leg_gt,2.17,60 -44658,sell_compound_top3,sell,2026-04-05 02:48:00,402.0,0.4,1,leg_gt,2.17,60 -44659,sell_compound_top3,sell,2026-04-05 02:51:00,402.0,0.4,1,leg_gt,2.17,60 -44660,sell_compound_top3,sell,2026-04-05 02:54:00,402.0,0.4,1,leg_gt,2.18,60 -44661,sell_compound_top3,sell,2026-04-06 00:42:00,378.0,-5.6,0,leg_gt,3.09,60 -44662,sell_compound_top3,sell,2026-04-06 00:45:00,379.0,-5.35,0,leg_gt,3.09,60 -44663,sell_compound_top3,sell,2026-04-06 00:48:00,378.0,-5.6,0,leg_gt,3.09,60 -44664,sell_compound_top3,sell,2026-04-06 00:51:00,379.0,-5.35,0,leg_gt,3.09,60 -44665,sell_compound_top3,sell,2026-04-06 00:54:00,378.0,-5.6,0,leg_gt,3.09,60 -44666,sell_compound_top3,sell,2026-04-06 01:27:00,381.0,-4.85,0,leg_gt,3.12,60 -44667,sell_compound_top3,sell,2026-04-06 01:36:00,380.0,-5.1,0,leg_gt,3.12,60 -44668,sell_compound_top3,sell,2026-04-06 01:39:00,381.0,-4.85,0,leg_gt,3.12,60 -44669,sell_compound_top3,sell,2026-04-06 08:06:00,370.0,1.2699,1,leg_gt,0.08,60 -44670,sell_compound_top3,sell,2026-04-06 08:09:00,371.0,1.5438,1,leg_gt,0.08,60 -44671,sell_compound_top3,sell,2026-04-06 08:27:00,374.0,2.3658,1,leg_gt,0.09,60 -44672,sell_compound_top3,sell,2026-04-06 08:42:00,376.0,2.9137,1,leg_gt,0.1,60 -44673,sell_compound_top3,sell,2026-04-06 08:45:00,377.0,3.1877,1,leg_gt,0.11,60 -44674,sell_compound_top3,sell,2026-04-06 08:48:00,376.0,2.9137,1,leg_gt,0.11,60 -44675,sell_compound_top3,sell,2026-04-06 09:00:00,377.0,3.1877,1,leg_gt,0.12,60 -44676,sell_compound_top3,sell,2026-04-06 09:03:00,380.0,4.0096,1,leg_gt,0.12,60 -44677,sell_compound_top3,sell,2026-04-06 09:06:00,382.0,4.5575,1,leg_gt,0.12,60 -44678,sell_compound_top3,sell,2026-04-06 09:09:00,380.0,4.0096,1,leg_gt,0.12,60 -44679,sell_compound_top3,sell,2026-04-06 09:12:00,379.0,3.7356,1,leg_gt,0.12,60 -44680,sell_compound_top3,sell,2026-04-06 09:15:00,379.0,3.7356,1,leg_gt,0.13,60 -44681,sell_compound_top3,sell,2026-04-06 09:18:00,381.0,4.2836,1,leg_gt,0.13,60 -44682,sell_compound_top3,sell,2026-04-06 11:21:00,380.0,4.0096,1,leg_gt,0.21,60 -44683,sell_compound_top3,sell,2026-04-06 11:24:00,378.0,3.4616,1,leg_gt,0.22,60 -44684,sell_compound_top3,sell,2026-04-06 11:42:00,379.0,3.7356,1,leg_gt,0.23,60 -44685,sell_compound_top3,sell,2026-04-06 18:15:00,377.0,3.1877,1,leg_gt,0.5,60 -44686,sell_compound_top3,sell,2026-04-06 18:18:00,378.0,3.4616,1,leg_gt,0.5,60 -44687,sell_compound_top3,sell,2026-04-06 18:21:00,377.0,3.1877,1,leg_gt,0.51,60 -44688,sell_compound_top3,sell,2026-04-06 18:24:00,378.0,3.4616,1,leg_gt,0.51,60 -44689,sell_compound_top3,sell,2026-04-06 18:27:00,377.0,3.1877,1,leg_gt,0.51,60 -44690,sell_compound_top3,sell,2026-04-06 19:15:00,380.0,4.0096,1,leg_gt,0.54,60 -44691,sell_compound_top3,sell,2026-04-06 19:18:00,382.0,4.5575,1,leg_gt,0.55,60 -44692,sell_compound_top3,sell,2026-04-06 19:21:00,382.0,4.5575,1,leg_gt,0.55,60 -44693,sell_compound_top3,sell,2026-04-06 19:24:00,381.0,4.2836,1,leg_gt,0.55,60 -44694,sell_compound_top3,sell,2026-04-06 19:30:00,381.0,4.2836,1,leg_gt,0.55,60 -44695,sell_compound_top3,sell,2026-04-06 19:33:00,381.0,4.2836,1,leg_gt,0.56,60 -44696,sell_compound_top3,sell,2026-04-06 19:36:00,381.0,4.2836,1,leg_gt,0.56,60 -44697,sell_compound_top3,sell,2026-04-06 19:39:00,381.0,4.2836,1,leg_gt,0.56,60 -44698,sell_compound_top3,sell,2026-04-06 19:45:00,383.0,4.8315,1,leg_gt,0.56,60 -44699,sell_compound_top3,sell,2026-04-06 19:48:00,381.0,4.2836,1,leg_gt,0.57,60 -44700,sell_compound_top3,sell,2026-04-06 20:21:00,383.0,4.8315,1,leg_gt,0.59,60 -44701,sell_compound_top3,sell,2026-04-06 20:24:00,382.0,4.5575,1,leg_gt,0.59,60 -44702,sell_compound_top3,sell,2026-04-06 22:42:00,384.0,5.1055,1,leg_gt,0.69,60 -44703,sell_compound_top3,sell,2026-04-07 00:51:00,384.0,5.1055,1,leg_gt,0.78,60 -44704,sell_compound_top3,sell,2026-04-07 00:54:00,384.0,5.1055,1,leg_gt,0.78,60 -44705,sell_compound_top3,sell,2026-04-07 00:57:00,383.0,4.8315,1,leg_gt,0.78,60 -44706,sell_compound_top3,sell,2026-04-07 13:42:00,368.0,0.9989,1,leg_gt,0.11,60 -44707,sell_compound_top3,sell,2026-04-07 13:57:00,369.0,1.2736,1,leg_gt,0.12,60 -44708,sell_compound_top3,sell,2026-04-07 14:00:00,369.0,1.2736,1,leg_gt,0.12,60 -44709,sell_compound_top3,sell,2026-04-07 14:03:00,370.0,1.5484,1,leg_gt,0.12,60 -44710,sell_compound_top3,sell,2026-04-07 16:06:00,370.0,1.5484,1,leg_gt,0.21,60 -44711,sell_compound_top3,sell,2026-04-07 16:09:00,370.0,1.5484,1,leg_gt,0.21,60 -44712,sell_compound_top3,sell,2026-04-07 17:27:00,371.0,1.8231,1,leg_gt,0.27,60 -44713,sell_compound_top3,sell,2026-04-07 18:12:00,373.0,2.3725,1,leg_gt,0.3,60 -44714,sell_compound_top3,sell,2026-04-07 18:15:00,373.0,2.3725,1,leg_gt,0.3,60 -44715,sell_compound_top3,sell,2026-04-07 18:18:00,373.0,2.3725,1,leg_gt,0.3,60 -44716,sell_compound_top3,sell,2026-04-07 18:21:00,373.0,2.3725,1,leg_gt,0.3,60 -44717,sell_compound_top3,sell,2026-04-07 18:24:00,373.0,2.3725,1,leg_gt,0.31,60 -44718,sell_compound_top3,sell,2026-04-07 18:45:00,373.0,2.3725,1,leg_gt,0.32,60 -44719,sell_compound_top3,sell,2026-04-07 18:48:00,374.0,2.6473,1,leg_gt,0.32,60 -44720,sell_compound_top3,sell,2026-04-07 23:30:00,372.0,2.0978,1,leg_gt,0.52,60 -44721,sell_compound_top3,sell,2026-04-07 23:33:00,372.0,2.0978,1,leg_gt,0.52,60 -44722,sell_compound_top3,sell,2026-04-08 03:06:00,379.0,4.0209,1,leg_gt,0.67,60 -44723,sell_compound_top3,sell,2026-04-08 03:09:00,378.0,3.7462,1,leg_gt,0.67,60 -44724,sell_compound_top3,sell,2026-04-08 03:12:00,380.0,4.2956,1,leg_gt,0.67,60 -44725,sell_compound_top3,sell,2026-04-08 03:15:00,379.0,4.0209,1,leg_gt,0.68,60 -44726,sell_compound_top3,sell,2026-04-08 03:18:00,380.0,4.2956,1,leg_gt,0.68,60 -44727,sell_compound_top3,sell,2026-04-08 03:21:00,379.0,4.0209,1,leg_gt,0.68,60 -44728,sell_compound_top3,sell,2026-04-08 03:24:00,382.0,4.8451,1,leg_gt,0.68,60 -44729,sell_compound_top3,sell,2026-04-08 03:27:00,384.0,5.3945,1,leg_gt,0.68,60 -44730,sell_compound_top3,sell,2026-04-08 03:30:00,384.0,5.3945,1,leg_gt,0.69,60 -44731,sell_compound_top3,sell,2026-04-08 03:33:00,384.0,5.3945,1,leg_gt,0.69,60 -44732,sell_compound_top3,sell,2026-04-08 04:51:00,385.0,5.6692,1,leg_gt,0.74,60 -44733,sell_compound_top3,sell,2026-04-08 04:54:00,384.0,5.3945,1,leg_gt,0.74,60 -44734,sell_compound_top3,sell,2026-04-08 04:57:00,384.0,5.3945,1,leg_gt,0.75,60 -44735,sell_compound_top3,sell,2026-04-08 05:00:00,386.0,5.944,1,leg_gt,0.75,60 -44736,sell_compound_top3,sell,2026-04-08 05:03:00,387.0,6.2187,1,leg_gt,0.75,60 -44737,sell_compound_top3,sell,2026-04-08 05:12:00,384.0,5.3945,1,leg_gt,0.76,60 -44738,sell_compound_top3,sell,2026-04-08 05:15:00,386.0,5.944,1,leg_gt,0.76,60 -44739,sell_compound_top3,sell,2026-04-08 05:18:00,386.0,5.944,1,leg_gt,0.76,60 -44740,sell_compound_top3,sell,2026-04-08 06:57:00,398.0,9.2407,1,leg_gt,0.83,60 -44741,sell_compound_top3,sell,2026-04-08 07:00:00,399.0,9.5154,1,leg_gt,0.83,60 -44742,sell_compound_top3,sell,2026-04-08 07:03:00,396.0,8.6912,1,leg_gt,0.83,60 -44743,sell_compound_top3,sell,2026-04-08 08:06:00,401.0,10.0648,1,leg_gt,0.88,60 -44744,sell_compound_top3,sell,2026-04-08 08:09:00,401.0,10.0648,1,leg_gt,0.88,60 -44745,sell_compound_top3,sell,2026-04-08 08:27:00,406.0,11.4385,1,leg_gt,0.89,60 -44746,sell_compound_top3,sell,2026-04-08 08:30:00,406.0,11.4385,1,leg_gt,0.89,60 -44747,sell_compound_top3,sell,2026-04-08 08:33:00,406.0,11.4385,1,leg_gt,0.9,60 -44748,sell_compound_top3,sell,2026-04-08 08:36:00,407.0,11.7132,1,leg_gt,0.9,60 -44749,sell_compound_top3,sell,2026-04-08 08:39:00,407.0,11.7132,1,leg_gt,0.9,60 -44750,sell_compound_top3,sell,2026-04-08 08:42:00,405.0,11.1637,1,leg_gt,0.9,60 -44751,sell_compound_top3,sell,2026-04-08 08:45:00,408.0,11.9879,1,leg_gt,0.9,60 -44752,sell_compound_top3,sell,2026-04-08 08:48:00,409.0,12.2626,1,leg_gt,0.91,60 -44753,sell_compound_top3,sell,2026-04-08 14:21:00,391.0,7.3176,1,leg_gt,1.14,60 -44754,sell_compound_top3,sell,2026-04-08 14:24:00,391.0,7.3176,1,leg_gt,1.14,60 -44755,sell_compound_top3,sell,2026-04-08 14:51:00,393.0,7.867,1,leg_gt,1.16,60 -44756,sell_compound_top3,sell,2026-04-08 14:54:00,394.0,8.1418,1,leg_gt,1.16,60 -44757,sell_compound_top3,sell,2026-04-08 19:21:00,391.0,7.3176,1,leg_gt,1.35,60 -44758,sell_compound_top3,sell,2026-04-08 19:24:00,390.0,7.0429,1,leg_gt,1.35,60 -44759,sell_compound_top3,sell,2026-04-08 19:51:00,391.0,7.3176,1,leg_gt,1.37,60 -44760,sell_compound_top3,sell,2026-04-08 19:54:00,390.0,7.0429,1,leg_gt,1.37,60 -44761,sell_compound_top3,sell,2026-04-08 20:21:00,391.0,7.3176,1,leg_gt,1.39,60 -44762,sell_compound_top3,sell,2026-04-08 20:24:00,391.0,7.3176,1,leg_gt,1.39,60 -44763,sell_compound_top3,sell,2026-04-08 22:27:00,393.0,7.867,1,leg_gt,1.48,60 -44764,sell_compound_top3,sell,2026-04-08 22:36:00,394.0,8.1418,1,leg_gt,1.48,60 -44765,sell_compound_top3,sell,2026-04-08 22:39:00,393.0,7.867,1,leg_gt,1.48,60 -44766,sell_compound_top3,sell,2026-04-09 01:15:00,394.0,2.5042,1,leg_gt,0.07,60 -44767,sell_compound_top3,sell,2026-04-09 01:18:00,393.0,2.2438,1,leg_gt,0.08,60 -44768,sell_compound_top3,sell,2026-04-09 01:36:00,394.0,2.5042,1,leg_gt,0.09,60 -44769,sell_compound_top3,sell,2026-04-09 01:39:00,394.0,2.5042,1,leg_gt,0.09,60 -44770,sell_compound_top3,sell,2026-04-09 01:45:00,395.0,2.7646,1,leg_gt,0.09,60 -44771,sell_compound_top3,sell,2026-04-09 01:48:00,396.0,3.025,1,leg_gt,0.1,60 -44772,sell_compound_top3,sell,2026-04-09 01:51:00,396.0,3.025,1,leg_gt,0.1,60 -44773,sell_compound_top3,sell,2026-04-09 01:54:00,397.0,3.2854,1,leg_gt,0.1,60 -44774,sell_compound_top3,sell,2026-04-09 01:57:00,397.0,3.2854,1,leg_gt,0.1,60 -44775,sell_compound_top3,sell,2026-04-09 02:00:00,396.0,3.025,1,leg_gt,0.1,60 -44776,sell_compound_top3,sell,2026-04-09 02:03:00,397.0,3.2854,1,leg_gt,0.11,60 -44777,sell_compound_top3,sell,2026-04-09 02:06:00,398.0,3.5458,1,leg_gt,0.11,60 -44778,sell_compound_top3,sell,2026-04-09 02:09:00,397.0,3.2854,1,leg_gt,0.11,60 -44779,sell_compound_top3,sell,2026-04-09 02:12:00,399.0,3.8062,1,leg_gt,0.11,60 -44780,sell_compound_top3,sell,2026-04-09 02:15:00,398.0,3.5458,1,leg_gt,0.11,60 -44781,sell_compound_top3,sell,2026-04-09 02:18:00,396.0,3.025,1,leg_gt,0.12,60 -44782,sell_compound_top3,sell,2026-04-09 14:45:00,382.0,1.2263,1,leg_gt,0.19,60 -44783,sell_compound_top3,sell,2026-04-09 14:48:00,382.0,1.2263,1,leg_gt,0.2,60 -44784,sell_compound_top3,sell,2026-04-09 15:12:00,382.0,1.2263,1,leg_gt,0.21,60 -44785,sell_compound_top3,sell,2026-04-09 15:15:00,382.0,1.2263,1,leg_gt,0.21,60 -44786,sell_compound_top3,sell,2026-04-09 15:18:00,382.0,1.2263,1,leg_gt,0.22,60 -44787,sell_compound_top3,sell,2026-04-09 15:21:00,383.0,1.4915,1,leg_gt,0.22,60 -44788,sell_compound_top3,sell,2026-04-09 15:24:00,382.0,1.2263,1,leg_gt,0.22,60 -44789,sell_compound_top3,sell,2026-04-09 15:42:00,383.0,1.4915,1,leg_gt,0.23,60 -44790,sell_compound_top3,sell,2026-04-09 15:45:00,383.0,1.4915,1,leg_gt,0.24,60 -44791,sell_compound_top3,sell,2026-04-09 15:48:00,382.0,1.2263,1,leg_gt,0.24,60 -44792,sell_compound_top3,sell,2026-04-09 16:00:00,383.0,1.4915,1,leg_gt,0.25,60 -44793,sell_compound_top3,sell,2026-04-09 16:03:00,382.0,1.2263,1,leg_gt,0.25,60 -44794,sell_compound_top3,sell,2026-04-09 19:12:00,389.0,3.083,1,leg_gt,0.38,60 -44795,sell_compound_top3,sell,2026-04-09 19:15:00,388.0,2.8178,1,leg_gt,0.38,60 -44796,sell_compound_top3,sell,2026-04-09 19:18:00,389.0,3.083,1,leg_gt,0.38,60 -44797,sell_compound_top3,sell,2026-04-09 19:21:00,388.0,2.8178,1,leg_gt,0.39,60 -44798,sell_compound_top3,sell,2026-04-09 19:24:00,388.0,2.8178,1,leg_gt,0.39,60 -44799,sell_compound_top3,sell,2026-04-09 19:27:00,390.0,3.3483,1,leg_gt,0.39,60 -44800,sell_compound_top3,sell,2026-04-09 19:45:00,390.0,3.3483,1,leg_gt,0.4,60 -44801,sell_compound_top3,sell,2026-04-09 19:48:00,390.0,3.3483,1,leg_gt,0.4,60 -44802,sell_compound_top3,sell,2026-04-09 20:06:00,391.0,3.6135,1,leg_gt,0.42,60 -44803,sell_compound_top3,sell,2026-04-09 20:09:00,392.0,3.8788,1,leg_gt,0.42,60 -44804,sell_compound_top3,sell,2026-04-09 20:21:00,391.0,3.6135,1,leg_gt,0.43,60 -44805,sell_compound_top3,sell,2026-04-09 20:24:00,391.0,3.6135,1,leg_gt,0.43,60 -44806,sell_compound_top3,sell,2026-04-09 23:42:00,391.0,3.6135,1,leg_gt,0.57,60 -44807,sell_compound_top3,sell,2026-04-10 00:21:00,395.0,4.6745,1,leg_gt,0.59,60 -44808,sell_compound_top3,sell,2026-04-10 00:24:00,394.0,4.4093,1,leg_gt,0.6,60 -44809,sell_compound_top3,sell,2026-04-10 00:36:00,397.0,5.205,1,leg_gt,0.6,60 -44810,sell_compound_top3,sell,2026-04-10 00:39:00,395.0,4.6745,1,leg_gt,0.61,60 -44811,sell_compound_top3,sell,2026-04-10 00:45:00,397.0,5.205,1,leg_gt,0.61,60 -44812,sell_compound_top3,sell,2026-04-10 00:48:00,398.0,5.4703,1,leg_gt,0.61,60 -44813,sell_compound_top3,sell,2026-04-10 00:51:00,398.0,5.4703,1,leg_gt,0.61,60 -44814,sell_compound_top3,sell,2026-04-10 00:54:00,399.0,5.7355,1,leg_gt,0.62,60 -44815,sell_compound_top3,sell,2026-04-10 01:00:00,397.0,5.205,1,leg_gt,0.62,60 -44816,sell_compound_top3,sell,2026-04-10 01:03:00,399.0,5.7355,1,leg_gt,0.62,60 -44817,sell_compound_top3,sell,2026-04-10 01:06:00,397.0,5.205,1,leg_gt,0.62,60 -44818,sell_compound_top3,sell,2026-04-10 01:09:00,398.0,5.4703,1,leg_gt,0.63,60 -44819,sell_compound_top3,sell,2026-04-10 01:12:00,398.0,5.4703,1,leg_gt,0.63,60 -44820,sell_compound_top3,sell,2026-04-10 01:15:00,398.0,5.4703,1,leg_gt,0.63,60 -44821,sell_compound_top3,sell,2026-04-10 01:18:00,399.0,5.7355,1,leg_gt,0.63,60 -44822,sell_compound_top3,sell,2026-04-10 04:57:00,400.0,6.0008,1,leg_gt,0.79,60 -44823,sell_compound_top3,sell,2026-04-10 05:12:00,400.0,6.0008,1,leg_gt,0.8,60 -44824,sell_compound_top3,sell,2026-04-10 05:15:00,400.0,6.0008,1,leg_gt,0.8,60 -44825,sell_compound_top3,sell,2026-04-10 05:18:00,402.0,6.5313,1,leg_gt,0.8,60 -44826,sell_compound_top3,sell,2026-04-10 05:21:00,401.0,6.266,1,leg_gt,0.8,60 -44827,sell_compound_top3,sell,2026-04-10 05:27:00,401.0,6.266,1,leg_gt,0.81,60 -44828,sell_compound_top3,sell,2026-04-10 05:45:00,403.0,6.7966,1,leg_gt,0.82,60 -44829,sell_compound_top3,sell,2026-04-10 05:48:00,402.0,6.5313,1,leg_gt,0.82,60 -44830,sell_compound_top3,sell,2026-04-10 07:00:00,403.0,6.7966,1,leg_gt,0.87,60 -44831,sell_compound_top3,sell,2026-04-10 07:03:00,402.0,6.5313,1,leg_gt,0.87,60 -44832,sell_compound_top3,sell,2026-04-10 11:30:00,402.0,1.6722,1,leg_gt,0.09,60 -44833,sell_compound_top3,sell,2026-04-10 11:33:00,402.0,1.6722,1,leg_gt,0.09,60 -44834,sell_compound_top3,sell,2026-04-10 11:36:00,402.0,1.6722,1,leg_gt,0.1,60 -44835,sell_compound_top3,sell,2026-04-10 11:39:00,401.0,1.419,1,leg_gt,0.1,60 -44836,sell_compound_top3,sell,2026-04-10 15:12:00,404.0,2.1785,1,leg_gt,0.25,60 -44837,sell_compound_top3,sell,2026-04-10 15:15:00,403.0,1.9253,1,leg_gt,0.25,60 -44838,sell_compound_top3,sell,2026-04-10 15:18:00,404.0,2.1785,1,leg_gt,0.25,60 -44839,sell_compound_top3,sell,2026-04-10 18:30:00,402.0,1.6722,1,leg_gt,0.38,60 -44840,sell_compound_top3,sell,2026-04-10 18:33:00,401.0,1.419,1,leg_gt,0.39,60 -44841,sell_compound_top3,sell,2026-04-10 18:36:00,401.0,1.419,1,leg_gt,0.39,60 -44842,sell_compound_top3,sell,2026-04-10 18:39:00,401.0,1.419,1,leg_gt,0.39,60 -44843,sell_compound_top3,sell,2026-04-10 19:21:00,401.0,1.419,1,leg_gt,0.42,60 -44844,sell_compound_top3,sell,2026-04-10 19:24:00,402.0,1.6722,1,leg_gt,0.42,60 -44845,sell_compound_top3,sell,2026-04-11 04:06:00,413.0,4.457,1,leg_gt,0.78,60 -44846,sell_compound_top3,sell,2026-04-11 04:09:00,412.0,4.2038,1,leg_gt,0.79,60 -44847,sell_compound_top3,sell,2026-04-11 04:21:00,412.0,4.2038,1,leg_gt,0.79,60 -44848,sell_compound_top3,sell,2026-04-11 04:24:00,414.0,4.7101,1,leg_gt,0.8,60 -44849,sell_compound_top3,sell,2026-04-11 04:27:00,413.0,4.457,1,leg_gt,0.8,60 -44850,sell_compound_top3,sell,2026-04-11 04:57:00,414.0,4.7101,1,leg_gt,0.82,60 -44851,sell_compound_top3,sell,2026-04-11 05:21:00,419.0,5.9759,1,leg_gt,0.84,60 -44852,sell_compound_top3,sell,2026-04-11 05:24:00,419.0,5.9759,1,leg_gt,0.84,60 -44853,sell_compound_top3,sell,2026-04-11 05:27:00,419.0,5.9759,1,leg_gt,0.84,60 -44854,sell_compound_top3,sell,2026-04-11 05:30:00,419.0,5.9759,1,leg_gt,0.84,60 -44855,sell_compound_top3,sell,2026-04-11 05:33:00,419.0,5.9759,1,leg_gt,0.84,60 -44856,sell_compound_top3,sell,2026-04-11 05:51:00,420.0,6.2291,1,leg_gt,0.86,60 -44857,sell_compound_top3,sell,2026-04-11 05:54:00,419.0,5.9759,1,leg_gt,0.86,60 -44858,sell_compound_top3,sell,2026-04-11 06:00:00,421.0,6.4823,1,leg_gt,0.86,60 -44859,sell_compound_top3,sell,2026-04-11 06:03:00,423.0,6.9886,1,leg_gt,0.86,60 -44860,sell_compound_top3,sell,2026-04-11 11:00:00,416.0,5.2165,1,leg_gt,1.07,60 -44861,sell_compound_top3,sell,2026-04-11 11:03:00,416.0,5.2165,1,leg_gt,1.07,60 -44862,sell_compound_top3,sell,2026-04-11 11:36:00,422.0,6.7354,1,leg_gt,1.1,60 -44863,sell_compound_top3,sell,2026-04-11 11:39:00,423.0,6.9886,1,leg_gt,1.1,60 -44864,sell_compound_top3,sell,2026-04-11 18:30:00,424.0,7.2418,1,leg_gt,1.38,60 -44865,sell_compound_top3,sell,2026-04-11 18:33:00,423.0,6.9886,1,leg_gt,1.39,60 -44866,sell_compound_top3,sell,2026-04-11 19:06:00,425.0,7.4949,1,leg_gt,1.41,60 -44867,sell_compound_top3,sell,2026-04-11 19:09:00,425.0,7.4949,1,leg_gt,1.41,60 -44868,sell_compound_top3,sell,2026-04-11 23:12:00,421.0,2.3331,1,leg_gt,0.05,60 -44869,sell_compound_top3,sell,2026-04-11 23:15:00,422.0,2.5764,1,leg_gt,0.05,60 -44870,sell_compound_top3,sell,2026-04-11 23:18:00,422.0,2.5764,1,leg_gt,0.05,60 -44871,sell_compound_top3,sell,2026-04-11 23:21:00,423.0,2.8197,1,leg_gt,0.06,60 -44872,sell_compound_top3,sell,2026-04-11 23:24:00,423.0,2.8197,1,leg_gt,0.06,60 -44873,sell_compound_top3,sell,2026-04-11 23:27:00,422.0,2.5764,1,leg_gt,0.06,60 -44874,sell_compound_top3,sell,2026-04-11 23:42:00,423.0,2.8197,1,leg_gt,0.07,60 -44875,sell_compound_top3,sell,2026-04-12 00:06:00,426.0,3.5496,1,leg_gt,0.09,60 -44876,sell_compound_top3,sell,2026-04-12 00:09:00,427.0,3.7929,1,leg_gt,0.09,60 -44877,sell_compound_top3,sell,2026-04-12 00:42:00,431.0,4.7662,1,leg_gt,0.11,60 -44878,sell_compound_top3,sell,2026-04-12 00:51:00,433.0,5.2528,1,leg_gt,0.12,60 -44879,sell_compound_top3,sell,2026-04-12 00:54:00,436.0,5.9827,1,leg_gt,0.12,60 -44880,sell_compound_top3,sell,2026-04-12 00:57:00,437.0,6.226,1,leg_gt,0.12,60 -44881,sell_compound_top3,sell,2026-04-12 01:00:00,437.0,6.226,1,leg_gt,0.12,60 -44882,sell_compound_top3,sell,2026-04-12 01:03:00,437.0,6.226,1,leg_gt,0.13,60 -44883,sell_compound_top3,sell,2026-04-12 04:15:00,442.0,7.4426,1,leg_gt,0.26,60 -44884,sell_compound_top3,sell,2026-04-12 04:18:00,446.0,8.4158,1,leg_gt,0.26,60 -44885,sell_compound_top3,sell,2026-04-12 04:27:00,447.0,8.6591,1,leg_gt,0.27,60 -44886,sell_compound_top3,sell,2026-04-12 05:57:00,447.0,8.6591,1,leg_gt,0.33,60 -44887,sell_compound_top3,sell,2026-04-12 07:21:00,448.0,8.9024,1,leg_gt,0.39,60 -44888,sell_compound_top3,sell,2026-04-12 07:24:00,448.0,8.9024,1,leg_gt,0.39,60 -44889,sell_compound_top3,sell,2026-04-12 17:27:00,431.0,1.7913,1,leg_gt,0.28,60 -44890,sell_compound_top3,sell,2026-04-12 17:36:00,431.0,1.7913,1,leg_gt,0.28,60 -44891,sell_compound_top3,sell,2026-04-12 17:39:00,432.0,2.0277,1,leg_gt,0.28,60 -44892,sell_compound_top3,sell,2026-04-12 17:42:00,433.0,2.2641,1,leg_gt,0.29,60 -44893,sell_compound_top3,sell,2026-04-12 17:45:00,433.0,2.2641,1,leg_gt,0.29,60 -44894,sell_compound_top3,sell,2026-04-12 17:48:00,432.0,2.0277,1,leg_gt,0.29,60 -44895,sell_compound_top3,sell,2026-04-12 18:12:00,433.0,2.2641,1,leg_gt,0.31,60 -44896,sell_compound_top3,sell,2026-04-12 18:27:00,433.0,2.2641,1,leg_gt,0.32,60 -44897,sell_compound_top3,sell,2026-04-12 18:30:00,435.0,2.7369,1,leg_gt,0.32,60 -44898,sell_compound_top3,sell,2026-04-12 18:33:00,434.0,2.5005,1,leg_gt,0.32,60 -44899,sell_compound_top3,sell,2026-04-12 18:45:00,435.0,2.7369,1,leg_gt,0.33,60 -44900,sell_compound_top3,sell,2026-04-12 18:48:00,434.0,2.5005,1,leg_gt,0.33,60 -44901,sell_compound_top3,sell,2026-04-12 18:57:00,436.0,2.9733,1,leg_gt,0.34,60 -44902,sell_compound_top3,sell,2026-04-12 19:30:00,439.0,3.6825,1,leg_gt,0.36,60 -44903,sell_compound_top3,sell,2026-04-12 19:33:00,439.0,3.6825,1,leg_gt,0.36,60 -44904,sell_compound_top3,sell,2026-04-12 19:36:00,438.0,3.4461,1,leg_gt,0.36,60 -44905,sell_compound_top3,sell,2026-04-12 19:39:00,437.0,3.2097,1,leg_gt,0.37,60 -44906,sell_compound_top3,sell,2026-04-12 19:45:00,438.0,3.4461,1,leg_gt,0.37,60 -44907,sell_compound_top3,sell,2026-04-12 19:48:00,439.0,3.6825,1,leg_gt,0.37,60 -44908,sell_compound_top3,sell,2026-04-12 20:21:00,439.0,3.6825,1,leg_gt,0.4,60 -44909,sell_compound_top3,sell,2026-04-12 20:24:00,440.0,3.9189,1,leg_gt,0.4,60 -44910,sell_compound_top3,sell,2026-04-12 20:27:00,441.0,4.1553,1,leg_gt,0.4,60 -44911,sell_compound_top3,sell,2026-04-12 20:30:00,441.0,4.1553,1,leg_gt,0.4,60 -44912,sell_compound_top3,sell,2026-04-12 20:33:00,441.0,4.1553,1,leg_gt,0.4,60 -44913,sell_compound_top3,sell,2026-04-13 02:06:00,431.0,1.7913,1,leg_gt,0.08,60 -44914,sell_compound_top3,sell,2026-04-13 02:09:00,433.0,2.2641,1,leg_gt,0.08,60 -44915,sell_compound_top3,sell,2026-04-13 02:12:00,430.0,1.5548,1,leg_gt,0.08,60 -44916,sell_compound_top3,sell,2026-04-13 02:21:00,430.0,1.5548,1,leg_gt,0.09,60 -44917,sell_compound_top3,sell,2026-04-13 02:24:00,432.0,2.0277,1,leg_gt,0.09,60 -44918,sell_compound_top3,sell,2026-04-13 02:27:00,431.0,1.7913,1,leg_gt,0.09,60 -44919,sell_compound_top3,sell,2026-04-13 02:30:00,432.0,2.0277,1,leg_gt,0.09,60 -44920,sell_compound_top3,sell,2026-04-13 02:33:00,432.0,2.0277,1,leg_gt,0.1,60 -44921,sell_compound_top3,sell,2026-04-13 02:36:00,432.0,2.0277,1,leg_gt,0.1,60 -44922,sell_compound_top3,sell,2026-04-13 02:39:00,432.0,2.0277,1,leg_gt,0.1,60 -44923,sell_compound_top3,sell,2026-04-13 02:42:00,433.0,2.2641,1,leg_gt,0.1,60 -44924,sell_compound_top3,sell,2026-04-13 03:12:00,437.0,3.2097,1,leg_gt,0.12,60 -44925,sell_compound_top3,sell,2026-04-13 03:15:00,438.0,3.4461,1,leg_gt,0.12,60 -44926,sell_compound_top3,sell,2026-04-13 03:18:00,437.0,3.2097,1,leg_gt,0.13,60 -44927,sell_compound_top3,sell,2026-04-13 03:21:00,440.0,3.9189,1,leg_gt,0.13,60 -44928,sell_compound_top3,sell,2026-04-13 03:24:00,440.0,3.9189,1,leg_gt,0.13,60 -44929,sell_compound_top3,sell,2026-04-13 03:27:00,439.0,3.6825,1,leg_gt,0.13,60 -44930,sell_compound_top3,sell,2026-04-13 04:12:00,441.0,4.1553,1,leg_gt,0.16,60 -44931,sell_compound_top3,sell,2026-04-13 04:15:00,440.0,3.9189,1,leg_gt,0.17,60 -44932,sell_compound_top3,sell,2026-04-13 04:18:00,440.0,3.9189,1,leg_gt,0.17,60 -44933,sell_compound_top3,sell,2026-04-13 04:21:00,439.0,3.6825,1,leg_gt,0.17,60 -44934,sell_compound_top3,sell,2026-04-13 04:24:00,439.0,3.6825,1,leg_gt,0.17,60 -44935,sell_compound_top3,sell,2026-04-13 09:36:00,438.0,3.4461,1,leg_gt,0.39,60 -44936,sell_compound_top3,sell,2026-04-13 09:39:00,438.0,3.4461,1,leg_gt,0.39,60 -44937,sell_compound_top3,sell,2026-04-13 10:15:00,441.0,4.1553,1,leg_gt,0.42,60 -44938,sell_compound_top3,sell,2026-04-13 10:18:00,441.0,4.1553,1,leg_gt,0.42,60 -44939,sell_compound_top3,sell,2026-04-13 10:21:00,443.0,4.6281,1,leg_gt,0.42,60 -44940,sell_compound_top3,sell,2026-04-13 10:24:00,442.0,4.3917,1,leg_gt,0.42,60 -44941,sell_compound_top3,sell,2026-04-13 10:27:00,442.0,4.3917,1,leg_gt,0.42,60 -44942,sell_compound_top3,sell,2026-04-13 11:27:00,449.0,6.0466,1,leg_gt,0.47,60 -44943,sell_compound_top3,sell,2026-04-13 15:21:00,441.0,4.1553,1,leg_gt,0.63,60 -44944,sell_compound_top3,sell,2026-04-13 15:24:00,443.0,4.6281,1,leg_gt,0.63,60 -44945,sell_compound_top3,sell,2026-04-13 15:27:00,441.0,4.1553,1,leg_gt,0.63,60 -44946,sell_compound_top3,sell,2026-04-13 19:51:00,438.0,1.5241,1,leg_gt,0.08,60 -44947,sell_compound_top3,sell,2026-04-13 19:54:00,438.0,1.5241,1,leg_gt,0.09,60 -44948,sell_compound_top3,sell,2026-04-13 19:57:00,439.0,1.7561,1,leg_gt,0.09,60 -44949,sell_compound_top3,sell,2026-04-13 20:21:00,440.0,1.9882,1,leg_gt,0.1,60 -44950,sell_compound_top3,sell,2026-04-13 20:24:00,440.0,1.9882,1,leg_gt,0.11,60 -44951,sell_compound_top3,sell,2026-04-13 20:27:00,441.0,2.2202,1,leg_gt,0.11,60 -44952,sell_compound_top3,sell,2026-04-13 20:42:00,442.0,2.4522,1,leg_gt,0.12,60 -44953,sell_compound_top3,sell,2026-04-13 21:00:00,446.0,3.3803,1,leg_gt,0.13,60 -44954,sell_compound_top3,sell,2026-04-13 21:03:00,446.0,3.3803,1,leg_gt,0.13,60 -44955,sell_compound_top3,sell,2026-04-13 21:06:00,446.0,3.3803,1,leg_gt,0.14,60 -44956,sell_compound_top3,sell,2026-04-13 21:09:00,447.0,3.6123,1,leg_gt,0.14,60 -44957,sell_compound_top3,sell,2026-04-13 21:12:00,447.0,3.6123,1,leg_gt,0.14,60 -44958,sell_compound_top3,sell,2026-04-13 21:15:00,447.0,3.6123,1,leg_gt,0.14,60 -44959,sell_compound_top3,sell,2026-04-13 21:18:00,447.0,3.6123,1,leg_gt,0.14,60 -44960,sell_compound_top3,sell,2026-04-13 21:21:00,449.0,4.0763,1,leg_gt,0.15,60 -44961,sell_compound_top3,sell,2026-04-13 21:24:00,449.0,4.0763,1,leg_gt,0.15,60 -44962,sell_compound_top3,sell,2026-04-13 21:27:00,448.0,3.8443,1,leg_gt,0.15,60 -44963,sell_compound_top3,sell,2026-04-13 21:36:00,448.0,3.8443,1,leg_gt,0.16,60 -44964,sell_compound_top3,sell,2026-04-13 21:39:00,448.0,3.8443,1,leg_gt,0.16,60 -44965,sell_compound_top3,sell,2026-04-13 21:45:00,450.0,4.3084,1,leg_gt,0.16,60 -44966,sell_compound_top3,sell,2026-04-13 21:48:00,451.0,4.5404,1,leg_gt,0.16,60 -44967,sell_compound_top3,sell,2026-04-13 21:51:00,450.0,4.3084,1,leg_gt,0.17,60 -44968,sell_compound_top3,sell,2026-04-13 21:54:00,452.0,4.7724,1,leg_gt,0.17,60 -44969,sell_compound_top3,sell,2026-04-13 22:00:00,453.0,5.0044,1,leg_gt,0.17,60 -44970,sell_compound_top3,sell,2026-04-13 22:03:00,452.0,4.7724,1,leg_gt,0.18,60 -44971,sell_compound_top3,sell,2026-04-13 22:06:00,454.0,5.2364,1,leg_gt,0.18,60 -44972,sell_compound_top3,sell,2026-04-13 22:09:00,452.0,4.7724,1,leg_gt,0.18,60 -44973,sell_compound_top3,sell,2026-04-13 22:12:00,455.0,5.4684,1,leg_gt,0.18,60 -44974,sell_compound_top3,sell,2026-04-13 23:06:00,463.0,7.3246,1,leg_gt,0.22,60 -44975,sell_compound_top3,sell,2026-04-13 23:09:00,460.0,6.6285,1,leg_gt,0.22,60 -44976,sell_compound_top3,sell,2026-04-14 04:27:00,445.0,1.7307,1,leg_gt,0.05,60 -44977,sell_compound_top3,sell,2026-04-14 04:42:00,445.0,1.7307,1,leg_gt,0.06,60 -44978,sell_compound_top3,sell,2026-04-14 04:45:00,445.0,1.7307,1,leg_gt,0.06,60 -44979,sell_compound_top3,sell,2026-04-14 04:48:00,444.0,1.5018,1,leg_gt,0.06,60 -44980,sell_compound_top3,sell,2026-04-14 04:51:00,446.0,1.9595,1,leg_gt,0.07,60 -44981,sell_compound_top3,sell,2026-04-14 04:54:00,446.0,1.9595,1,leg_gt,0.07,60 -44982,sell_compound_top3,sell,2026-04-14 06:42:00,447.0,2.1883,1,leg_gt,0.14,60 -44983,sell_compound_top3,sell,2026-04-14 06:45:00,448.0,2.4172,1,leg_gt,0.15,60 -44984,sell_compound_top3,sell,2026-04-14 06:48:00,447.0,2.1883,1,leg_gt,0.15,60 -44985,sell_compound_top3,sell,2026-04-14 06:51:00,448.0,2.4172,1,leg_gt,0.15,60 -44986,sell_compound_top3,sell,2026-04-14 06:54:00,448.0,2.4172,1,leg_gt,0.15,60 -44987,sell_compound_top3,sell,2026-04-14 06:57:00,449.0,2.646,1,leg_gt,0.15,60 -44988,sell_compound_top3,sell,2026-04-14 07:00:00,448.0,2.4172,1,leg_gt,0.16,60 -44989,sell_compound_top3,sell,2026-04-14 07:03:00,449.0,2.646,1,leg_gt,0.16,60 -44990,sell_compound_top3,sell,2026-04-14 07:06:00,449.0,2.646,1,leg_gt,0.16,60 -44991,sell_compound_top3,sell,2026-04-14 07:09:00,449.0,2.646,1,leg_gt,0.16,60 -44992,sell_compound_top3,sell,2026-04-14 07:12:00,449.0,2.646,1,leg_gt,0.16,60 -44993,sell_compound_top3,sell,2026-04-14 07:42:00,457.0,4.4767,1,leg_gt,0.19,60 -44994,sell_compound_top3,sell,2026-04-14 07:51:00,458.0,4.7055,1,leg_gt,0.19,60 -44995,sell_compound_top3,sell,2026-04-14 07:54:00,460.0,5.1632,1,leg_gt,0.19,60 -44996,sell_compound_top3,sell,2026-04-14 08:57:00,458.0,4.7055,1,leg_gt,0.24,60 -44997,sell_compound_top3,sell,2026-04-14 09:12:00,459.0,4.9343,1,leg_gt,0.25,60 -44998,sell_compound_top3,sell,2026-04-14 10:51:00,459.0,4.9343,1,leg_gt,0.32,60 -44999,sell_compound_top3,sell,2026-04-14 10:54:00,459.0,4.9343,1,leg_gt,0.32,60 -45000,sell_compound_top3,sell,2026-04-14 10:57:00,460.0,5.1632,1,leg_gt,0.32,60 -45001,sell_compound_top3,sell,2026-04-14 12:30:00,468.0,6.9938,1,leg_gt,0.39,60 -45002,sell_compound_top3,sell,2026-04-14 12:33:00,468.0,6.9938,1,leg_gt,0.39,60 -45003,sell_compound_top3,sell,2026-04-14 12:36:00,468.0,6.9938,1,leg_gt,0.39,60 -45004,sell_compound_top3,sell,2026-04-14 12:39:00,467.0,6.765,1,leg_gt,0.39,60 -45005,sell_compound_top3,sell,2026-04-14 12:51:00,468.0,6.9938,1,leg_gt,0.4,60 -45006,sell_compound_top3,sell,2026-04-14 12:54:00,468.0,6.9938,1,leg_gt,0.4,60 -45007,sell_compound_top3,sell,2026-04-14 13:00:00,469.0,7.2227,1,leg_gt,0.41,60 -45008,sell_compound_top3,sell,2026-04-14 13:03:00,469.0,7.2227,1,leg_gt,0.41,60 -45009,sell_compound_top3,sell,2026-04-14 15:27:00,472.0,7.9092,1,leg_gt,0.51,60 -45010,sell_compound_top3,sell,2026-04-14 16:00:00,472.0,7.9092,1,leg_gt,0.53,60 -45011,sell_compound_top3,sell,2026-04-14 16:03:00,474.0,8.3668,1,leg_gt,0.53,60 -45012,sell_compound_top3,sell,2026-04-14 16:15:00,475.0,8.5957,1,leg_gt,0.54,60 -45013,sell_compound_top3,sell,2026-04-14 16:18:00,476.0,8.8245,1,leg_gt,0.54,60 -45014,sell_compound_top3,sell,2026-04-14 16:21:00,477.0,9.0533,1,leg_gt,0.55,60 -45015,sell_compound_top3,sell,2026-04-14 16:24:00,477.0,9.0533,1,leg_gt,0.55,60 -45016,sell_compound_top3,sell,2026-04-14 16:27:00,478.0,9.2822,1,leg_gt,0.55,60 -45017,sell_compound_top3,sell,2026-04-14 16:45:00,480.0,9.7398,1,leg_gt,0.56,60 -45018,sell_compound_top3,sell,2026-04-14 16:48:00,482.0,10.1975,1,leg_gt,0.56,60 -45019,sell_compound_top3,sell,2026-04-14 16:51:00,483.0,10.4263,1,leg_gt,0.57,60 -45020,sell_compound_top3,sell,2026-04-14 16:54:00,482.0,10.1975,1,leg_gt,0.57,60 -45021,sell_compound_top3,sell,2026-04-15 11:00:00,442.0,1.9785,1,leg_gt,0.04,60 -45022,sell_compound_top3,sell,2026-04-15 11:03:00,442.0,1.9785,1,leg_gt,0.05,60 -45023,sell_compound_top3,sell,2026-04-15 11:06:00,443.0,2.2095,1,leg_gt,0.05,60 -45024,sell_compound_top3,sell,2026-04-15 11:09:00,442.0,1.9785,1,leg_gt,0.05,60 -45025,sell_compound_top3,sell,2026-04-15 11:12:00,442.0,1.9785,1,leg_gt,0.05,60 -45026,sell_compound_top3,sell,2026-04-15 11:15:00,443.0,2.2095,1,leg_gt,0.05,60 -45027,sell_compound_top3,sell,2026-04-15 11:18:00,443.0,2.2095,1,leg_gt,0.06,60 -45028,sell_compound_top3,sell,2026-04-15 13:42:00,445.0,2.6714,1,leg_gt,0.16,60 -45029,sell_compound_top3,sell,2026-04-15 13:45:00,444.0,2.4404,1,leg_gt,0.16,60 -45030,sell_compound_top3,sell,2026-04-15 13:48:00,445.0,2.6714,1,leg_gt,0.16,60 -45031,sell_compound_top3,sell,2026-04-15 19:21:00,439.0,1.2857,1,leg_gt,0.39,60 -45032,sell_compound_top3,sell,2026-04-15 19:24:00,439.0,1.2857,1,leg_gt,0.39,60 -45033,sell_compound_top3,sell,2026-04-15 19:27:00,438.0,1.0547,1,leg_gt,0.4,60 -45034,sell_compound_top3,sell,2026-04-15 19:36:00,439.0,1.2857,1,leg_gt,0.4,60 -45035,sell_compound_top3,sell,2026-04-15 19:39:00,440.0,1.5166,1,leg_gt,0.4,60 -45036,sell_compound_top3,sell,2026-04-15 20:15:00,441.0,1.7476,1,leg_gt,0.43,60 -45037,sell_compound_top3,sell,2026-04-15 20:18:00,440.0,1.5166,1,leg_gt,0.43,60 -45038,sell_compound_top3,sell,2026-04-15 20:21:00,441.0,1.7476,1,leg_gt,0.43,60 -45039,sell_compound_top3,sell,2026-04-15 20:24:00,441.0,1.7476,1,leg_gt,0.44,60 -45040,sell_compound_top3,sell,2026-04-15 20:36:00,443.0,2.2095,1,leg_gt,0.44,60 -45041,sell_compound_top3,sell,2026-04-15 20:39:00,444.0,2.4404,1,leg_gt,0.45,60 -45042,sell_compound_top3,sell,2026-04-15 20:42:00,443.0,2.2095,1,leg_gt,0.45,60 -45043,sell_compound_top3,sell,2026-04-15 20:57:00,443.0,2.2095,1,leg_gt,0.46,60 -45044,sell_compound_top3,sell,2026-04-16 01:57:00,444.0,2.4404,1,leg_gt,0.67,60 -45045,sell_compound_top3,sell,2026-04-16 02:00:00,446.0,2.9023,1,leg_gt,0.67,60 -45046,sell_compound_top3,sell,2026-04-16 02:03:00,446.0,2.9023,1,leg_gt,0.67,60 -45047,sell_compound_top3,sell,2026-04-16 02:06:00,447.0,3.1333,1,leg_gt,0.67,60 -45048,sell_compound_top3,sell,2026-04-16 02:09:00,448.0,3.3642,1,leg_gt,0.68,60 -45049,sell_compound_top3,sell,2026-04-16 02:12:00,446.0,2.9023,1,leg_gt,0.68,60 -45050,sell_compound_top3,sell,2026-04-16 04:45:00,447.0,3.1333,1,leg_gt,0.78,60 -45051,sell_compound_top3,sell,2026-04-16 04:48:00,446.0,2.9023,1,leg_gt,0.79,60 -45052,sell_compound_top3,sell,2026-04-16 04:51:00,447.0,3.1333,1,leg_gt,0.79,60 -45053,sell_compound_top3,sell,2026-04-16 04:54:00,446.0,2.9023,1,leg_gt,0.79,60 -45054,sell_compound_top3,sell,2026-04-16 06:12:00,449.0,3.5952,1,leg_gt,0.84,60 -45055,sell_compound_top3,sell,2026-04-16 06:15:00,449.0,3.5952,1,leg_gt,0.85,60 -45056,sell_compound_top3,sell,2026-04-16 06:18:00,448.0,3.3642,1,leg_gt,0.85,60 -45057,sell_compound_top3,sell,2026-04-16 06:45:00,449.0,3.5952,1,leg_gt,0.87,60 -45058,sell_compound_top3,sell,2026-04-16 06:48:00,451.0,4.057,1,leg_gt,0.87,60 -45059,sell_compound_top3,sell,2026-04-16 07:36:00,453.0,4.5189,1,leg_gt,0.9,60 -45060,sell_compound_top3,sell,2026-04-16 07:39:00,453.0,4.5189,1,leg_gt,0.9,60 -45061,sell_compound_top3,sell,2026-04-16 07:51:00,454.0,4.7499,1,leg_gt,0.91,60 -45062,sell_compound_top3,sell,2026-04-16 07:54:00,454.0,4.7499,1,leg_gt,0.91,60 -45063,sell_compound_top3,sell,2026-04-16 10:57:00,453.0,4.5189,1,leg_gt,1.04,60 -45064,sell_compound_top3,sell,2026-04-16 11:00:00,456.0,5.2118,1,leg_gt,1.04,60 -45065,sell_compound_top3,sell,2026-04-16 11:03:00,456.0,5.2118,1,leg_gt,1.05,60 -45066,sell_compound_top3,sell,2026-04-16 11:06:00,457.0,5.4427,1,leg_gt,1.05,60 -45067,sell_compound_top3,sell,2026-04-16 11:09:00,456.0,5.2118,1,leg_gt,1.05,60 -45068,sell_compound_top3,sell,2026-04-16 11:12:00,457.0,5.4427,1,leg_gt,1.05,60 -45069,sell_compound_top3,sell,2026-04-16 11:15:00,456.0,5.2118,1,leg_gt,1.05,60 -45070,sell_compound_top3,sell,2026-04-16 11:18:00,457.0,5.4427,1,leg_gt,1.06,60 -45071,sell_compound_top3,sell,2026-04-16 11:30:00,457.0,5.4427,1,leg_gt,1.06,60 -45072,sell_compound_top3,sell,2026-04-16 11:33:00,460.0,6.1356,1,leg_gt,1.07,60 -45073,sell_compound_top3,sell,2026-04-16 11:42:00,459.0,5.9046,1,leg_gt,1.07,60 -45074,sell_compound_top3,sell,2026-04-16 12:42:00,460.0,6.1356,1,leg_gt,1.11,60 -45075,sell_compound_top3,sell,2026-04-16 12:45:00,460.0,6.1356,1,leg_gt,1.12,60 -45076,sell_compound_top3,sell,2026-04-16 12:48:00,460.0,6.1356,1,leg_gt,1.12,60 -45077,sell_compound_top3,sell,2026-04-16 12:51:00,461.0,6.3665,1,leg_gt,1.12,60 -45078,sell_compound_top3,sell,2026-04-16 12:54:00,459.0,5.9046,1,leg_gt,1.12,60 -45079,sell_compound_top3,sell,2026-04-16 16:57:00,459.0,5.9046,1,leg_gt,1.29,60 -45080,sell_compound_top3,sell,2026-04-16 20:30:00,457.0,5.4427,1,leg_gt,1.44,60 -45081,sell_compound_top3,sell,2026-04-16 20:33:00,456.0,5.2118,1,leg_gt,1.44,60 -45082,sell_compound_top3,sell,2026-04-16 21:15:00,459.0,5.9046,1,leg_gt,1.47,60 -45083,sell_compound_top3,sell,2026-04-16 21:18:00,461.0,6.3665,1,leg_gt,1.47,60 -45084,sell_compound_top3,sell,2026-04-16 21:21:00,459.0,5.9046,1,leg_gt,1.48,60 -45085,sell_compound_top3,sell,2026-04-16 21:24:00,459.0,5.9046,1,leg_gt,1.48,60 -45086,sell_compound_top3,sell,2026-04-16 21:27:00,460.0,6.1356,1,leg_gt,1.48,60 -45087,sell_compound_top3,sell,2026-04-16 21:51:00,461.0,6.3665,1,leg_gt,1.5,60 -45088,sell_compound_top3,sell,2026-04-16 21:54:00,460.0,6.1356,1,leg_gt,1.5,60 -45089,sell_compound_top3,sell,2026-04-16 22:27:00,468.0,7.9831,1,leg_gt,1.52,60 -45090,sell_compound_top3,sell,2026-04-17 00:12:00,465.0,7.2903,1,leg_gt,1.59,60 -45091,sell_compound_top3,sell,2026-04-17 00:30:00,469.0,8.2141,1,leg_gt,1.61,60 -45092,sell_compound_top3,sell,2026-04-17 00:33:00,470.0,8.445,1,leg_gt,1.61,60 -45093,sell_compound_top3,sell,2026-04-17 00:36:00,471.0,8.676,1,leg_gt,1.61,60 -45094,sell_compound_top3,sell,2026-04-17 00:39:00,476.0,9.8307,1,leg_gt,1.61,60 -45095,sell_compound_top3,sell,2026-04-17 00:45:00,475.0,9.5998,1,leg_gt,1.62,60 -45096,sell_compound_top3,sell,2026-04-17 00:48:00,479.0,10.5236,1,leg_gt,1.62,60 -45097,sell_compound_top3,sell,2026-04-17 00:51:00,475.0,9.5998,1,leg_gt,1.62,60 -45098,sell_compound_top3,sell,2026-04-17 00:54:00,475.0,9.5998,1,leg_gt,1.62,60 -45099,sell_compound_top3,sell,2026-04-17 04:15:00,472.0,2.7322,1,leg_gt,0.07,60 -45100,sell_compound_top3,sell,2026-04-17 04:18:00,473.0,2.9501,1,leg_gt,0.07,60 -45101,sell_compound_top3,sell,2026-04-17 04:21:00,472.0,2.7322,1,leg_gt,0.07,60 -45102,sell_compound_top3,sell,2026-04-17 04:24:00,471.0,2.5144,1,leg_gt,0.08,60 -45103,sell_compound_top3,sell,2026-04-17 07:15:00,478.0,4.0394,1,leg_gt,0.19,60 -45104,sell_compound_top3,sell,2026-04-17 07:18:00,478.0,4.0394,1,leg_gt,0.2,60 -45105,sell_compound_top3,sell,2026-04-17 07:21:00,478.0,4.0394,1,leg_gt,0.2,60 -45106,sell_compound_top3,sell,2026-04-17 07:24:00,476.0,3.6037,1,leg_gt,0.2,60 -45107,sell_compound_top3,sell,2026-04-17 07:27:00,477.0,3.8216,1,leg_gt,0.2,60 -45108,sell_compound_top3,sell,2026-04-17 07:30:00,479.0,4.2573,1,leg_gt,0.2,60 -45109,sell_compound_top3,sell,2026-04-17 07:33:00,479.0,4.2573,1,leg_gt,0.21,60 -45110,sell_compound_top3,sell,2026-04-17 07:42:00,483.0,5.1288,1,leg_gt,0.21,60 -45111,sell_compound_top3,sell,2026-04-17 07:51:00,483.0,5.1288,1,leg_gt,0.22,60 -45112,sell_compound_top3,sell,2026-04-17 07:54:00,483.0,5.1288,1,leg_gt,0.22,60 -45113,sell_compound_top3,sell,2026-04-17 07:57:00,483.0,5.1288,1,leg_gt,0.22,60 -45114,sell_compound_top3,sell,2026-04-17 16:12:00,472.0,2.7322,1,leg_gt,0.57,60 -45115,sell_compound_top3,sell,2026-04-17 16:15:00,473.0,2.9501,1,leg_gt,0.57,60 -45116,sell_compound_top3,sell,2026-04-17 16:18:00,471.0,2.5144,1,leg_gt,0.57,60 -45117,sell_compound_top3,sell,2026-04-17 22:42:00,465.0,1.2072,1,leg_gt,0.84,60 -45118,sell_compound_top3,sell,2026-04-17 22:45:00,466.0,1.4251,1,leg_gt,0.84,60 -45119,sell_compound_top3,sell,2026-04-17 22:48:00,466.0,1.4251,1,leg_gt,0.84,60 -45120,sell_compound_top3,sell,2026-04-17 22:51:00,466.0,1.4251,1,leg_gt,0.84,60 -45121,sell_compound_top3,sell,2026-04-17 22:54:00,468.0,1.8608,1,leg_gt,0.85,60 -45122,sell_compound_top3,sell,2026-04-17 22:57:00,468.0,1.8608,1,leg_gt,0.85,60 -45123,sell_compound_top3,sell,2026-04-18 10:12:00,422.0,-8.161,0,leg_gt,1.32,60 -45124,sell_compound_top3,sell,2026-04-18 10:15:00,422.0,-8.161,0,leg_gt,1.32,60 -45125,sell_compound_top3,sell,2026-04-18 10:18:00,421.0,-8.3789,0,leg_gt,1.32,60 -45126,sell_compound_top3,sell,2026-04-18 15:30:00,421.0,-8.3789,0,leg_gt,1.54,60 -45127,sell_compound_top3,sell,2026-04-18 15:33:00,422.0,-8.161,0,leg_gt,1.54,60 -45128,sell_compound_top3,sell,2026-04-18 15:51:00,423.0,-7.9431,0,leg_gt,1.55,60 -45129,sell_compound_top3,sell,2026-04-18 15:54:00,424.0,-7.7253,0,leg_gt,1.55,60 -45130,sell_compound_top3,sell,2026-04-18 15:57:00,425.0,-7.5074,0,leg_gt,1.56,60 -45131,sell_compound_top3,sell,2026-04-18 16:00:00,424.0,-7.7253,0,leg_gt,1.56,60 -45132,sell_compound_top3,sell,2026-04-18 16:03:00,424.0,-7.7253,0,leg_gt,1.56,60 -45133,sell_compound_top3,sell,2026-04-18 16:06:00,424.0,-7.7253,0,leg_gt,1.56,60 -45134,sell_compound_top3,sell,2026-04-18 16:09:00,424.0,-7.7253,0,leg_gt,1.56,60 -45135,sell_compound_top3,sell,2026-04-19 16:00:00,390.0,0.9363,1,leg_gt,0.1,60 -45136,sell_compound_top3,sell,2026-04-19 16:03:00,390.0,0.9363,1,leg_gt,0.1,60 -45137,sell_compound_top3,sell,2026-04-19 20:27:00,393.0,1.7135,1,leg_gt,0.28,60 -45138,sell_compound_top3,sell,2026-04-19 20:30:00,393.0,1.7135,1,leg_gt,0.29,60 -45139,sell_compound_top3,sell,2026-04-19 20:33:00,393.0,1.7135,1,leg_gt,0.29,60 -45140,sell_compound_top3,sell,2026-04-19 20:36:00,393.0,1.7135,1,leg_gt,0.29,60 -45141,sell_compound_top3,sell,2026-04-19 20:39:00,392.0,1.4544,1,leg_gt,0.29,60 -45142,sell_compound_top3,sell,2026-04-19 21:00:00,393.0,1.7135,1,leg_gt,0.31,60 -45143,sell_compound_top3,sell,2026-04-19 21:03:00,394.0,1.9725,1,leg_gt,0.31,60 -45144,sell_compound_top3,sell,2026-04-19 21:12:00,395.0,2.2316,1,leg_gt,0.31,60 -45145,sell_compound_top3,sell,2026-04-19 21:27:00,395.0,2.2316,1,leg_gt,0.32,60 -45146,sell_compound_top3,sell,2026-04-19 21:42:00,396.0,2.4907,1,leg_gt,0.34,60 -45147,sell_compound_top3,sell,2026-04-19 21:45:00,397.0,2.7497,1,leg_gt,0.34,60 -45148,sell_compound_top3,sell,2026-04-19 21:48:00,397.0,2.7497,1,leg_gt,0.34,60 -45149,sell_compound_top3,sell,2026-04-19 21:57:00,398.0,3.0088,1,leg_gt,0.35,60 -45150,sell_compound_top3,sell,2026-04-19 22:15:00,399.0,3.2679,1,leg_gt,0.36,60 -45151,sell_compound_top3,sell,2026-04-19 22:18:00,398.0,3.0088,1,leg_gt,0.36,60 -45152,sell_compound_top3,sell,2026-04-19 22:30:00,400.0,3.5269,1,leg_gt,0.37,60 -45153,sell_compound_top3,sell,2026-04-19 22:33:00,400.0,3.5269,1,leg_gt,0.37,60 -45154,sell_compound_top3,sell,2026-04-19 22:36:00,400.0,3.5269,1,leg_gt,0.37,60 -45155,sell_compound_top3,sell,2026-04-19 22:39:00,399.0,3.2679,1,leg_gt,0.38,60 -45156,sell_compound_top3,sell,2026-04-19 23:42:00,400.0,3.5269,1,leg_gt,0.42,60 -45157,sell_compound_top3,sell,2026-04-20 09:42:00,390.0,1.7277,1,leg_gt,0.1,60 -45158,sell_compound_top3,sell,2026-04-20 09:45:00,390.0,1.7277,1,leg_gt,0.1,60 -45159,sell_compound_top3,sell,2026-04-20 09:48:00,390.0,1.7277,1,leg_gt,0.1,60 -45160,sell_compound_top3,sell,2026-04-20 10:36:00,392.0,2.2499,1,leg_gt,0.14,60 -45161,sell_compound_top3,sell,2026-04-20 10:39:00,392.0,2.2499,1,leg_gt,0.14,60 -45162,sell_compound_top3,sell,2026-04-20 10:42:00,393.0,2.511,1,leg_gt,0.14,60 -45163,sell_compound_top3,sell,2026-04-20 10:51:00,392.0,2.2499,1,leg_gt,0.15,60 -45164,sell_compound_top3,sell,2026-04-20 10:54:00,392.0,2.2499,1,leg_gt,0.15,60 -45165,sell_compound_top3,sell,2026-04-20 16:30:00,392.0,2.2499,1,leg_gt,0.38,60 -45166,sell_compound_top3,sell,2026-04-20 16:33:00,391.0,1.9888,1,leg_gt,0.38,60 -45167,sell_compound_top3,sell,2026-04-20 18:51:00,391.0,1.9888,1,leg_gt,0.48,60 -45168,sell_compound_top3,sell,2026-04-20 18:54:00,391.0,1.9888,1,leg_gt,0.48,60 -45169,sell_compound_top3,sell,2026-04-20 19:12:00,392.0,2.2499,1,leg_gt,0.49,60 -45170,sell_compound_top3,sell,2026-04-20 19:15:00,392.0,2.2499,1,leg_gt,0.5,60 -45171,sell_compound_top3,sell,2026-04-20 19:18:00,393.0,2.511,1,leg_gt,0.5,60 -45172,sell_compound_top3,sell,2026-04-20 21:42:00,393.0,2.511,1,leg_gt,0.6,60 -45173,sell_compound_top3,sell,2026-04-20 21:51:00,393.0,2.511,1,leg_gt,0.6,60 -45174,sell_compound_top3,sell,2026-04-20 21:54:00,394.0,2.7721,1,leg_gt,0.61,60 -45175,sell_compound_top3,sell,2026-04-20 22:12:00,394.0,2.7721,1,leg_gt,0.62,60 -45176,sell_compound_top3,sell,2026-04-21 02:21:00,394.0,2.7721,1,leg_gt,0.79,60 -45177,sell_compound_top3,sell,2026-04-21 02:24:00,393.0,2.511,1,leg_gt,0.79,60 -45178,sell_compound_top3,sell,2026-04-21 02:27:00,393.0,2.511,1,leg_gt,0.8,60 -45179,sell_compound_top3,sell,2026-04-21 02:57:00,393.0,2.511,1,leg_gt,0.82,60 -45180,sell_compound_top3,sell,2026-04-21 03:51:00,396.0,3.2943,1,leg_gt,0.85,60 -45181,sell_compound_top3,sell,2026-04-21 03:54:00,396.0,3.2943,1,leg_gt,0.86,60 -45182,sell_compound_top3,sell,2026-04-21 03:57:00,396.0,3.2943,1,leg_gt,0.86,60 -45183,sell_compound_top3,sell,2026-04-21 05:21:00,395.0,3.0332,1,leg_gt,0.92,60 -45184,sell_compound_top3,sell,2026-04-21 05:24:00,397.0,3.5554,1,leg_gt,0.92,60 -45185,sell_compound_top3,sell,2026-04-21 05:42:00,396.0,3.2943,1,leg_gt,0.93,60 -45186,sell_compound_top3,sell,2026-04-21 19:21:00,393.0,2.511,1,leg_gt,1.5,60 -45187,sell_compound_top3,sell,2026-04-21 19:24:00,393.0,2.511,1,leg_gt,1.5,60 -45188,sell_compound_top3,sell,2026-04-21 20:36:00,394.0,2.7721,1,leg_gt,1.55,60 -45189,sell_compound_top3,sell,2026-04-21 20:39:00,394.0,2.7721,1,leg_gt,1.55,60 -45190,sell_compound_top3,sell,2026-04-21 20:42:00,394.0,2.7721,1,leg_gt,1.56,60 -45191,sell_compound_top3,sell,2026-04-22 05:21:00,390.0,1.1987,1,leg_gt,0.03,60 -45192,sell_compound_top3,sell,2026-04-22 05:24:00,390.0,1.1987,1,leg_gt,0.03,60 -45193,sell_compound_top3,sell,2026-04-22 05:27:00,391.0,1.4584,1,leg_gt,0.03,60 -45194,sell_compound_top3,sell,2026-04-22 05:30:00,391.0,1.4584,1,leg_gt,0.04,60 -45195,sell_compound_top3,sell,2026-04-22 05:33:00,391.0,1.4584,1,leg_gt,0.04,60 -45196,sell_compound_top3,sell,2026-04-22 08:57:00,389.0,0.939,1,leg_gt,0.18,60 -45197,sell_compound_top3,sell,2026-04-22 11:42:00,390.0,1.1987,1,leg_gt,0.29,60 -45198,sell_compound_top3,sell,2026-04-22 11:45:00,391.0,1.4584,1,leg_gt,0.3,60 -45199,sell_compound_top3,sell,2026-04-22 11:48:00,390.0,1.1987,1,leg_gt,0.3,60 -45200,sell_compound_top3,sell,2026-04-22 14:42:00,395.0,2.4974,1,leg_gt,0.42,60 -45201,sell_compound_top3,sell,2026-04-22 14:45:00,395.0,2.4974,1,leg_gt,0.42,60 -45202,sell_compound_top3,sell,2026-04-22 14:48:00,396.0,2.7571,1,leg_gt,0.42,60 -45203,sell_compound_top3,sell,2026-04-22 17:06:00,395.0,2.4974,1,leg_gt,0.52,60 -45204,sell_compound_top3,sell,2026-04-22 17:09:00,395.0,2.4974,1,leg_gt,0.52,60 -45205,sell_compound_top3,sell,2026-04-22 17:27:00,397.0,3.0169,1,leg_gt,0.53,60 -45206,sell_compound_top3,sell,2026-04-22 17:30:00,397.0,3.0169,1,leg_gt,0.54,60 -45207,sell_compound_top3,sell,2026-04-22 17:33:00,398.0,3.2766,1,leg_gt,0.54,60 -45208,sell_compound_top3,sell,2026-04-22 17:36:00,399.0,3.5364,1,leg_gt,0.54,60 -45209,sell_compound_top3,sell,2026-04-22 17:39:00,399.0,3.5364,1,leg_gt,0.54,60 -45210,sell_compound_top3,sell,2026-04-22 17:42:00,398.0,3.2766,1,leg_gt,0.54,60 -45211,sell_compound_top3,sell,2026-04-22 17:45:00,400.0,3.7961,1,leg_gt,0.55,60 -45212,sell_compound_top3,sell,2026-04-22 17:48:00,398.0,3.2766,1,leg_gt,0.55,60 -45213,sell_compound_top3,sell,2026-04-23 00:42:00,398.0,3.2766,1,leg_gt,0.84,60 -45214,sell_compound_top3,sell,2026-04-23 01:57:00,398.0,3.2766,1,leg_gt,0.89,60 -45215,sell_compound_top3,sell,2026-04-23 02:00:00,399.0,3.5364,1,leg_gt,0.89,60 -45216,sell_compound_top3,sell,2026-04-23 02:03:00,400.0,3.7961,1,leg_gt,0.89,60 -45217,sell_compound_top3,sell,2026-04-23 03:00:00,400.0,3.7961,1,leg_gt,0.93,60 -45218,sell_compound_top3,sell,2026-04-23 03:03:00,401.0,4.0558,1,leg_gt,0.93,60 -45219,sell_compound_top3,sell,2026-04-23 03:06:00,400.0,3.7961,1,leg_gt,0.94,60 -45220,sell_compound_top3,sell,2026-04-23 03:09:00,400.0,3.7961,1,leg_gt,0.94,60 -45221,sell_compound_top3,sell,2026-04-23 03:12:00,400.0,3.7961,1,leg_gt,0.94,60 -45222,sell_compound_top3,sell,2026-04-23 03:27:00,402.0,4.3156,1,leg_gt,0.95,60 -45223,sell_compound_top3,sell,2026-04-23 03:30:00,403.0,4.5753,1,leg_gt,0.95,60 -45224,sell_compound_top3,sell,2026-04-23 03:33:00,403.0,4.5753,1,leg_gt,0.95,60 -45225,sell_compound_top3,sell,2026-04-23 03:36:00,403.0,4.5753,1,leg_gt,0.96,60 -45226,sell_compound_top3,sell,2026-04-23 03:39:00,404.0,4.8351,1,leg_gt,0.96,60 -45227,sell_compound_top3,sell,2026-04-23 20:57:00,390.0,1.1987,1,leg_gt,1.68,60 -45228,sell_compound_top3,sell,2026-04-24 01:00:00,390.0,1.1987,1,leg_gt,1.85,60 -45229,sell_compound_top3,sell,2026-04-24 05:12:00,388.0,1.7373,1,leg_gt,0.11,60 -45230,sell_compound_top3,sell,2026-04-24 05:21:00,388.0,1.7373,1,leg_gt,0.11,60 -45231,sell_compound_top3,sell,2026-04-24 05:24:00,387.0,1.4748,1,leg_gt,0.11,60 -45232,sell_compound_top3,sell,2026-04-24 05:45:00,389.0,1.9997,1,leg_gt,0.13,60 -45233,sell_compound_top3,sell,2026-04-24 05:48:00,390.0,2.2622,1,leg_gt,0.13,60 -45234,sell_compound_top3,sell,2026-04-24 05:51:00,390.0,2.2622,1,leg_gt,0.13,60 -45235,sell_compound_top3,sell,2026-04-24 05:54:00,389.0,1.9997,1,leg_gt,0.14,60 -45236,sell_compound_top3,sell,2026-04-24 06:42:00,390.0,2.2622,1,leg_gt,0.17,60 -45237,sell_compound_top3,sell,2026-04-24 06:45:00,390.0,2.2622,1,leg_gt,0.17,60 -45238,sell_compound_top3,sell,2026-04-24 06:48:00,391.0,2.5247,1,leg_gt,0.17,60 -45239,sell_compound_top3,sell,2026-04-24 06:57:00,390.0,2.2622,1,leg_gt,0.18,60 -45240,sell_compound_top3,sell,2026-04-24 07:42:00,391.0,2.5247,1,leg_gt,0.21,60 -45241,sell_compound_top3,sell,2026-04-24 07:45:00,391.0,2.5247,1,leg_gt,0.21,60 -45242,sell_compound_top3,sell,2026-04-24 07:48:00,390.0,2.2622,1,leg_gt,0.21,60 -45243,sell_compound_top3,sell,2026-04-24 08:15:00,391.0,2.5247,1,leg_gt,0.23,60 -45244,sell_compound_top3,sell,2026-04-24 08:18:00,391.0,2.5247,1,leg_gt,0.24,60 -45245,sell_compound_top3,sell,2026-04-24 08:57:00,393.0,3.0496,1,leg_gt,0.26,60 -45246,sell_compound_top3,sell,2026-04-24 09:21:00,394.0,3.3121,1,leg_gt,0.28,60 -45247,sell_compound_top3,sell,2026-04-24 09:24:00,395.0,3.5745,1,leg_gt,0.28,60 -45248,sell_compound_top3,sell,2026-04-24 09:27:00,394.0,3.3121,1,leg_gt,0.28,60 -45249,sell_compound_top3,sell,2026-04-24 09:30:00,394.0,3.3121,1,leg_gt,0.29,60 -45250,sell_compound_top3,sell,2026-04-24 09:33:00,394.0,3.3121,1,leg_gt,0.29,60 -45251,sell_compound_top3,sell,2026-04-24 09:36:00,396.0,3.837,1,leg_gt,0.29,60 -45252,sell_compound_top3,sell,2026-04-24 09:39:00,396.0,3.837,1,leg_gt,0.29,60 -45253,sell_compound_top3,sell,2026-04-24 09:57:00,396.0,3.837,1,leg_gt,0.3,60 -45254,sell_compound_top3,sell,2026-04-24 10:00:00,397.0,4.0995,1,leg_gt,0.31,60 -45255,sell_compound_top3,sell,2026-04-24 10:03:00,395.0,3.5745,1,leg_gt,0.31,60 -45256,sell_compound_top3,sell,2026-04-24 11:00:00,397.0,4.0995,1,leg_gt,0.35,60 -45257,sell_compound_top3,sell,2026-04-24 11:03:00,396.0,3.837,1,leg_gt,0.35,60 -45258,sell_compound_top3,sell,2026-04-24 16:12:00,393.0,3.0496,1,leg_gt,0.56,60 -45259,sell_compound_top3,sell,2026-04-24 20:15:00,391.0,2.5247,1,leg_gt,0.73,60 -45260,sell_compound_top3,sell,2026-04-24 20:18:00,390.0,2.2622,1,leg_gt,0.74,60 -45261,sell_compound_top3,sell,2026-04-24 21:12:00,392.0,2.7871,1,leg_gt,0.77,60 -45262,sell_compound_top3,sell,2026-04-24 21:21:00,392.0,2.7871,1,leg_gt,0.78,60 -45263,sell_compound_top3,sell,2026-04-24 21:24:00,392.0,2.7871,1,leg_gt,0.78,60 -45264,sell_compound_top3,sell,2026-04-24 22:15:00,393.0,3.0496,1,leg_gt,0.82,60 -45265,sell_compound_top3,sell,2026-04-24 22:18:00,392.0,2.7871,1,leg_gt,0.82,60 -45266,sell_compound_top3,sell,2026-04-24 22:21:00,393.0,3.0496,1,leg_gt,0.82,60 -45267,sell_compound_top3,sell,2026-04-24 22:24:00,393.0,3.0496,1,leg_gt,0.82,60 -45268,sell_compound_top3,sell,2026-04-25 06:00:00,391.0,2.5247,1,leg_gt,1.14,60 -45269,sell_compound_top3,sell,2026-04-25 06:03:00,391.0,2.5247,1,leg_gt,1.14,60 -45270,sell_compound_top3,sell,2026-04-25 06:12:00,392.0,2.7871,1,leg_gt,1.15,60 -45271,sell_compound_top3,sell,2026-04-25 11:51:00,389.0,1.9997,1,leg_gt,1.38,60 -45272,sell_compound_top3,sell,2026-04-25 11:54:00,390.0,2.2622,1,leg_gt,1.39,60 -45273,sell_compound_top3,sell,2026-04-25 12:12:00,390.0,2.2622,1,leg_gt,1.4,60 -45274,sell_compound_top3,sell,2026-04-25 12:15:00,390.0,2.2622,1,leg_gt,1.4,60 -45275,sell_compound_top3,sell,2026-04-25 12:18:00,390.0,2.2622,1,leg_gt,1.4,60 -45276,sell_compound_top3,sell,2026-04-25 13:15:00,391.0,2.5247,1,leg_gt,1.44,60 -45277,sell_compound_top3,sell,2026-04-25 13:18:00,391.0,2.5247,1,leg_gt,1.44,60 -45278,sell_compound_top3,sell,2026-04-25 15:15:00,392.0,2.7871,1,leg_gt,1.52,60 -45279,sell_compound_top3,sell,2026-04-25 15:18:00,391.0,2.5247,1,leg_gt,1.53,60 -45280,sell_compound_top3,sell,2026-04-25 18:42:00,391.0,2.5247,1,leg_gt,1.67,60 -45281,sell_compound_top3,sell,2026-04-25 18:45:00,392.0,2.7871,1,leg_gt,1.67,60 -45282,sell_compound_top3,sell,2026-04-25 18:48:00,392.0,2.7871,1,leg_gt,1.67,60 -45283,sell_compound_top3,sell,2026-04-25 18:51:00,392.0,2.7871,1,leg_gt,1.68,60 -45284,sell_compound_top3,sell,2026-04-25 18:54:00,392.0,2.7871,1,leg_gt,1.68,60 -45285,sell_compound_top3,sell,2026-04-25 18:57:00,392.0,2.7871,1,leg_gt,1.68,60 -45286,sell_compound_top3,sell,2026-04-26 06:06:00,385.0,0.9499,1,leg_gt,2.14,60 -45287,sell_compound_top3,sell,2026-04-26 06:09:00,384.0,0.6874,1,leg_gt,2.15,60 -45288,sell_compound_top3,sell,2026-04-26 07:33:00,385.0,0.9499,1,leg_gt,2.2,60 -45289,sell_compound_top3,sell,2026-04-26 07:42:00,385.0,0.9499,1,leg_gt,2.21,60 -45290,sell_compound_top3,sell,2026-04-26 07:45:00,385.0,0.9499,1,leg_gt,2.21,60 -45291,sell_compound_top3,sell,2026-04-26 07:48:00,385.0,0.9499,1,leg_gt,2.21,60 -45292,sell_compound_top3,sell,2026-04-26 07:51:00,385.0,0.9499,1,leg_gt,2.22,60 -45293,sell_compound_top3,sell,2026-04-26 07:54:00,385.0,0.9499,1,leg_gt,2.22,60 -45294,sell_compound_top3,sell,2026-04-26 09:00:00,386.0,1.2123,1,leg_gt,2.26,60 -45295,sell_compound_top3,sell,2026-04-26 09:03:00,386.0,1.2123,1,leg_gt,2.27,60 -45296,sell_compound_top3,sell,2026-04-26 14:30:00,387.0,1.4748,1,leg_gt,2.49,60 -45297,sell_compound_top3,sell,2026-04-26 14:33:00,387.0,1.4748,1,leg_gt,2.5,60 -45298,sell_compound_top3,sell,2026-04-26 15:06:00,388.0,1.7373,1,leg_gt,2.52,60 -45299,sell_compound_top3,sell,2026-04-26 15:09:00,387.0,1.4748,1,leg_gt,2.52,60 -45300,sell_compound_top3,sell,2026-04-27 00:30:00,387.0,1.4748,1,leg_gt,2.91,60 -45301,sell_compound_top3,sell,2026-04-27 00:33:00,387.0,1.4748,1,leg_gt,2.91,60 -45302,sell_compound_top3,sell,2026-04-27 00:42:00,386.0,1.2123,1,leg_gt,2.92,60 -45303,sell_compound_top3,sell,2026-04-27 06:15:00,387.0,1.4748,1,leg_gt,3.15,60 -45304,sell_compound_top3,sell,2026-04-27 06:18:00,387.0,1.4748,1,leg_gt,3.15,60 -45305,sell_compound_top3,sell,2026-04-27 06:21:00,386.0,1.2123,1,leg_gt,3.15,60 -45306,sell_compound_top3,sell,2026-04-27 06:24:00,387.0,1.4748,1,leg_gt,3.16,60 -45307,sell_compound_top3,sell,2026-04-27 06:27:00,387.0,1.4748,1,leg_gt,3.16,60 -45308,sell_compound_top3,sell,2026-04-27 08:51:00,387.0,1.4748,1,leg_gt,3.26,60 -45309,sell_compound_top3,sell,2026-04-27 08:54:00,386.0,1.2123,1,leg_gt,3.26,60 -45310,sell_compound_top3,sell,2026-04-27 09:12:00,386.0,1.2123,1,leg_gt,3.27,60 -45311,sell_compound_top3,sell,2026-04-27 09:15:00,387.0,1.4748,1,leg_gt,3.28,60 -45312,sell_compound_top3,sell,2026-04-27 09:18:00,387.0,1.4748,1,leg_gt,3.28,60 -45313,sell_compound_top3,sell,2026-04-27 09:42:00,387.0,1.4748,1,leg_gt,3.29,60 -45314,sell_compound_top3,sell,2026-04-27 09:51:00,387.0,1.4748,1,leg_gt,3.3,60 -45315,sell_compound_top3,sell,2026-04-27 09:54:00,388.0,1.7373,1,leg_gt,3.3,60 -45316,sell_compound_top3,sell,2026-04-27 10:21:00,389.0,1.9997,1,leg_gt,3.32,60 -45317,sell_compound_top3,sell,2026-04-27 10:24:00,388.0,1.7373,1,leg_gt,3.32,60 -45318,sell_compound_top3,sell,2026-04-27 10:30:00,389.0,1.9997,1,leg_gt,3.33,60 -45319,sell_compound_top3,sell,2026-04-27 10:33:00,389.0,1.9997,1,leg_gt,3.33,60 -45320,sell_compound_top3,sell,2026-04-27 10:57:00,390.0,2.2622,1,leg_gt,3.35,60 -45321,sell_compound_top3,sell,2026-04-27 11:00:00,390.0,2.2622,1,leg_gt,3.35,60 -45322,sell_compound_top3,sell,2026-04-27 11:03:00,390.0,2.2622,1,leg_gt,3.35,60 -45323,sell_compound_top3,sell,2026-04-27 11:51:00,390.0,2.2622,1,leg_gt,3.38,60 -45324,sell_compound_top3,sell,2026-04-27 11:54:00,391.0,2.5247,1,leg_gt,3.39,60 -45325,sell_compound_top3,sell,2026-04-27 12:30:00,391.0,2.5247,1,leg_gt,3.41,60 -45326,sell_compound_top3,sell,2026-04-27 12:33:00,391.0,2.5247,1,leg_gt,3.41,60 -45327,sell_compound_top3,sell,2026-04-27 12:36:00,391.0,2.5247,1,leg_gt,3.41,60 -45328,sell_compound_top3,sell,2026-04-27 12:39:00,391.0,2.5247,1,leg_gt,3.42,60 -45329,sell_compound_top3,sell,2026-04-27 21:21:00,378.0,-0.8874,0,leg_gt,3.78,60 -45330,sell_compound_top3,sell,2026-04-27 21:24:00,378.0,-0.8874,0,leg_gt,3.78,60 -45331,sell_compound_top3,sell,2026-04-27 21:51:00,378.0,-0.8874,0,leg_gt,3.8,60 -45332,sell_compound_top3,sell,2026-04-27 21:54:00,378.0,-0.8874,0,leg_gt,3.8,60 -45333,sell_compound_top3,sell,2026-04-27 21:57:00,378.0,-0.8874,0,leg_gt,3.8,60 -45334,sell_compound_top3,sell,2026-04-27 22:15:00,378.0,-0.8874,0,leg_gt,3.82,60 -45335,sell_compound_top3,sell,2026-04-27 22:18:00,378.0,-0.8874,0,leg_gt,3.82,60 -45336,sell_compound_top3,sell,2026-04-27 23:45:00,379.0,-0.6249,0,leg_gt,3.88,60 -45337,sell_compound_top3,sell,2026-04-27 23:48:00,380.0,-0.3625,0,leg_gt,3.88,60 -45338,sell_compound_top3,sell,2026-04-28 03:24:00,374.0,-1.9373,0,leg_gt,4.03,60 -45339,sell_compound_top3,sell,2026-04-28 06:45:00,376.0,-1.4123,0,leg_gt,4.17,60 -45340,sell_compound_top3,sell,2026-04-28 06:48:00,376.0,-1.4123,0,leg_gt,4.17,60 -45341,sell_compound_top3,sell,2026-04-28 06:51:00,375.0,-1.6748,0,leg_gt,4.18,60 -45342,sell_compound_top3,sell,2026-04-28 06:54:00,376.0,-1.4123,0,leg_gt,4.18,60 -45343,sell_compound_top3,sell,2026-04-28 06:57:00,375.0,-1.6748,0,leg_gt,4.18,60 -45344,sell_compound_top3,sell,2026-04-28 07:36:00,376.0,-1.4123,0,leg_gt,4.21,60 -45345,sell_compound_top3,sell,2026-04-28 07:39:00,376.0,-1.4123,0,leg_gt,4.21,60 -45346,sell_compound_top3,sell,2026-04-28 07:42:00,377.0,-1.1499,0,leg_gt,4.21,60 -45347,sell_compound_top3,sell,2026-04-28 08:00:00,378.0,-0.8874,0,leg_gt,4.22,60 -45348,sell_compound_top3,sell,2026-04-28 08:03:00,377.0,-1.1499,0,leg_gt,4.22,60 -45349,sell_compound_top3,sell,2026-04-28 08:21:00,378.0,-0.8874,0,leg_gt,4.24,60 -45350,sell_compound_top3,sell,2026-04-28 08:27:00,378.0,-0.8874,0,leg_gt,4.24,60 -45351,sell_compound_top3,sell,2026-04-28 22:00:00,373.0,-2.1997,0,leg_gt,4.81,60 -45352,sell_compound_top3,sell,2026-04-28 22:03:00,373.0,-2.1997,0,leg_gt,4.81,60 -45353,sell_compound_top3,sell,2026-04-28 22:36:00,373.0,-2.1997,0,leg_gt,4.83,60 -45354,sell_compound_top3,sell,2026-04-28 22:39:00,374.0,-1.9373,0,leg_gt,4.83,60 -45355,sell_compound_top3,sell,2026-04-28 23:12:00,374.0,-1.9373,0,leg_gt,4.86,60 -45356,sell_compound_top3,sell,2026-04-29 00:06:00,374.0,-1.9373,0,leg_gt,4.89,60 -45357,sell_compound_top3,sell,2026-04-29 00:09:00,374.0,-1.9373,0,leg_gt,4.9,60 -45358,sell_compound_top3,sell,2026-04-29 00:12:00,374.0,-1.9373,0,leg_gt,4.9,60 -45359,sell_compound_top3,sell,2026-04-29 03:21:00,374.0,-1.9373,0,leg_gt,5.03,60 -45360,sell_compound_top3,sell,2026-04-29 03:24:00,375.0,-1.6748,0,leg_gt,5.03,60 -45361,sell_compound_top3,sell,2026-04-29 03:27:00,374.0,-1.9373,0,leg_gt,5.03,60 -45362,sell_compound_top3,sell,2026-04-29 03:30:00,375.0,-1.6748,0,leg_gt,5.04,60 -45363,sell_compound_top3,sell,2026-04-29 03:33:00,375.0,-1.6748,0,leg_gt,5.04,60 -45364,sell_compound_top3,sell,2026-04-29 13:00:00,376.0,-1.4123,0,leg_gt,5.43,60 -45365,sell_compound_top3,sell,2026-04-29 13:03:00,376.0,-1.4123,0,leg_gt,5.43,60 -45366,sell_compound_top3,sell,2026-04-29 13:06:00,376.0,-1.4123,0,leg_gt,5.44,60 -45367,sell_compound_top3,sell,2026-04-29 13:09:00,375.0,-1.6748,0,leg_gt,5.44,60 -45368,sell_compound_top3,sell,2026-04-29 13:30:00,376.0,-1.4123,0,leg_gt,5.45,60 -45369,sell_compound_top3,sell,2026-04-29 13:33:00,376.0,-1.4123,0,leg_gt,5.45,60 -45370,sell_compound_top3,sell,2026-04-29 13:36:00,376.0,-1.4123,0,leg_gt,5.46,60 -45371,sell_compound_top3,sell,2026-04-29 13:39:00,376.0,-1.4123,0,leg_gt,5.46,60 -45372,sell_compound_top3,sell,2026-04-29 13:42:00,376.0,-1.4123,0,leg_gt,5.46,60 -45373,sell_compound_top3,sell,2026-04-29 13:57:00,377.0,-1.1499,0,leg_gt,5.47,60 -45374,sell_compound_top3,sell,2026-04-29 14:00:00,377.0,-1.1499,0,leg_gt,5.47,60 -45375,sell_compound_top3,sell,2026-04-29 14:03:00,376.0,-1.4123,0,leg_gt,5.48,60 -45376,sell_compound_top3,sell,2026-04-29 14:06:00,377.0,-1.1499,0,leg_gt,5.48,60 -45377,sell_compound_top3,sell,2026-04-29 14:09:00,377.0,-1.1499,0,leg_gt,5.48,60 -45378,sell_compound_top3,sell,2026-04-29 19:12:00,379.0,-0.6249,0,leg_gt,5.69,60 -45379,sell_compound_top3,sell,2026-04-29 19:15:00,379.0,-0.6249,0,leg_gt,5.69,60 -45380,sell_compound_top3,sell,2026-04-29 19:18:00,380.0,-0.3625,0,leg_gt,5.69,60 -45381,sell_compound_top3,sell,2026-04-29 19:21:00,381.0,-0.1,0,leg_gt,5.7,60 -45382,sell_compound_top3,sell,2026-04-29 19:24:00,379.0,-0.6249,0,leg_gt,5.7,60 -45383,sell_compound_top3,sell,2026-04-30 06:21:00,369.0,2.6855,1,leg_gt,0.12,60 -45384,sell_compound_top3,sell,2026-04-30 06:24:00,369.0,2.6855,1,leg_gt,0.12,60 -45385,sell_compound_top3,sell,2026-04-30 06:27:00,370.0,2.9641,1,leg_gt,0.12,60 -45386,sell_compound_top3,sell,2026-04-30 06:30:00,370.0,2.9641,1,leg_gt,0.12,60 -45387,sell_compound_top3,sell,2026-04-30 06:33:00,369.0,2.6855,1,leg_gt,0.13,60 -45388,sell_compound_top3,sell,2026-04-30 06:42:00,371.0,3.2426,1,leg_gt,0.13,60 -45389,sell_compound_top3,sell,2026-04-30 06:45:00,370.0,2.9641,1,leg_gt,0.14,60 -45390,sell_compound_top3,sell,2026-04-30 06:48:00,371.0,3.2426,1,leg_gt,0.14,60 -45391,sell_compound_top3,sell,2026-04-30 08:42:00,370.0,2.9641,1,leg_gt,0.22,60 -45392,sell_compound_top3,sell,2026-04-30 08:57:00,370.0,2.9641,1,leg_gt,0.23,60 -45393,sell_compound_top3,sell,2026-04-30 10:06:00,372.0,3.5212,1,leg_gt,0.28,60 -45394,sell_compound_top3,sell,2026-04-30 10:09:00,372.0,3.5212,1,leg_gt,0.28,60 -45395,sell_compound_top3,sell,2026-04-30 10:12:00,372.0,3.5212,1,leg_gt,0.28,60 -45396,sell_compound_top3,sell,2026-04-30 10:15:00,372.0,3.5212,1,leg_gt,0.28,60 -45397,sell_compound_top3,sell,2026-04-30 10:18:00,372.0,3.5212,1,leg_gt,0.28,60 -45398,sell_compound_top3,sell,2026-04-30 10:30:00,373.0,3.7997,1,leg_gt,0.29,60 -45399,sell_compound_top3,sell,2026-04-30 10:33:00,373.0,3.7997,1,leg_gt,0.29,60 -45400,sell_compound_top3,sell,2026-04-30 10:42:00,373.0,3.7997,1,leg_gt,0.3,60 -45401,sell_compound_top3,sell,2026-04-30 10:45:00,374.0,4.0783,1,leg_gt,0.3,60 -45402,sell_compound_top3,sell,2026-04-30 10:48:00,373.0,3.7997,1,leg_gt,0.3,60 -45403,sell_compound_top3,sell,2026-04-30 10:51:00,373.0,3.7997,1,leg_gt,0.31,60 -45404,sell_compound_top3,sell,2026-04-30 10:54:00,375.0,4.3568,1,leg_gt,0.31,60 -45405,sell_compound_top3,sell,2026-04-30 10:57:00,374.0,4.0783,1,leg_gt,0.31,60 -45406,sell_compound_top3,sell,2026-04-30 11:00:00,374.0,4.0783,1,leg_gt,0.31,60 -45407,sell_compound_top3,sell,2026-04-30 11:03:00,374.0,4.0783,1,leg_gt,0.31,60 -45408,sell_compound_top3,sell,2026-05-01 01:15:00,363.0,1.0142,1,leg_gt,0.91,60 -45409,sell_compound_top3,sell,2026-05-01 01:18:00,363.0,1.0142,1,leg_gt,0.91,60 -45410,sell_compound_top3,sell,2026-05-01 01:21:00,363.0,1.0142,1,leg_gt,0.91,60 -45411,sell_compound_top3,sell,2026-05-01 01:24:00,364.0,1.2928,1,leg_gt,0.91,60 -45412,sell_compound_top3,sell,2026-05-01 01:27:00,363.0,1.0142,1,leg_gt,0.91,60 -45413,sell_compound_top3,sell,2026-05-01 01:30:00,363.0,1.0142,1,leg_gt,0.92,60 -45414,sell_compound_top3,sell,2026-05-01 01:33:00,363.0,1.0142,1,leg_gt,0.92,60 -45415,sell_compound_top3,sell,2026-05-01 01:42:00,364.0,1.2928,1,leg_gt,0.92,60 -45416,sell_compound_top3,sell,2026-05-01 02:12:00,364.0,1.2928,1,leg_gt,0.95,60 -45417,sell_compound_top3,sell,2026-05-01 03:21:00,368.0,2.407,1,leg_gt,0.99,60 -45418,sell_compound_top3,sell,2026-05-01 03:24:00,367.0,2.1284,1,leg_gt,1.0,60 -45419,sell_compound_top3,sell,2026-05-01 10:12:00,364.0,1.2928,1,leg_gt,1.28,60 -45420,sell_compound_top3,sell,2026-05-01 11:00:00,364.0,1.2928,1,leg_gt,1.31,60 -45421,sell_compound_top3,sell,2026-05-01 11:03:00,364.0,1.2928,1,leg_gt,1.31,60 -45422,sell_compound_top3,sell,2026-05-01 18:21:00,358.0,-0.3786,0,leg_gt,1.62,60 -45423,sell_compound_top3,sell,2026-05-01 18:24:00,358.0,-0.3786,0,leg_gt,1.62,60 -45424,sell_compound_top3,sell,2026-05-01 22:27:00,356.0,-0.9357,0,leg_gt,1.79,60 -45425,sell_compound_top3,sell,2026-05-01 23:00:00,358.0,-0.3786,0,leg_gt,1.81,60 -45426,sell_compound_top3,sell,2026-05-01 23:03:00,357.0,-0.6571,0,leg_gt,1.81,60 -45427,sell_compound_top3,sell,2026-05-02 04:21:00,355.0,-1.2142,0,leg_gt,2.04,60 -45428,sell_compound_top3,sell,2026-05-02 04:24:00,355.0,-1.2142,0,leg_gt,2.04,60 -45429,sell_compound_top3,sell,2026-05-02 04:30:00,355.0,-1.2142,0,leg_gt,2.04,60 -45430,sell_compound_top3,sell,2026-05-02 04:33:00,355.0,-1.2142,0,leg_gt,2.04,60 -45431,sell_compound_top3,sell,2026-05-02 04:39:00,355.0,-1.2142,0,leg_gt,2.05,60 -45432,sell_compound_top3,sell,2026-05-02 10:12:00,351.0,-2.3284,0,leg_gt,2.28,60 -45433,sell_compound_top3,sell,2026-05-02 16:12:00,350.0,1.3493,1,leg_gt,0.08,60 -45434,sell_compound_top3,sell,2026-05-02 16:15:00,351.0,1.6391,1,leg_gt,0.08,60 -45435,sell_compound_top3,sell,2026-05-02 16:18:00,350.0,1.3493,1,leg_gt,0.08,60 -45436,sell_compound_top3,sell,2026-05-02 16:27:00,351.0,1.6391,1,leg_gt,0.09,60 -45437,sell_compound_top3,sell,2026-05-02 16:30:00,351.0,1.6391,1,leg_gt,0.09,60 -45438,sell_compound_top3,sell,2026-05-02 16:33:00,351.0,1.6391,1,leg_gt,0.09,60 -45439,sell_compound_top3,sell,2026-05-02 19:06:00,352.0,1.929,1,leg_gt,0.2,60 -45440,sell_compound_top3,sell,2026-05-02 19:09:00,351.0,1.6391,1,leg_gt,0.2,60 -45441,sell_compound_top3,sell,2026-05-02 19:36:00,351.0,1.6391,1,leg_gt,0.22,60 -45442,sell_compound_top3,sell,2026-05-02 19:39:00,352.0,1.929,1,leg_gt,0.22,60 -45443,sell_compound_top3,sell,2026-05-02 19:42:00,352.0,1.929,1,leg_gt,0.22,60 -45444,sell_compound_top3,sell,2026-05-02 19:45:00,352.0,1.929,1,leg_gt,0.22,60 -45445,sell_compound_top3,sell,2026-05-02 19:48:00,351.0,1.6391,1,leg_gt,0.23,60 -45446,sell_compound_top3,sell,2026-05-02 21:21:00,352.0,1.929,1,leg_gt,0.29,60 -45447,sell_compound_top3,sell,2026-05-02 21:24:00,352.0,1.929,1,leg_gt,0.29,60 -45448,sell_compound_top3,sell,2026-05-02 21:27:00,353.0,2.2188,1,leg_gt,0.3,60 -45449,sell_compound_top3,sell,2026-05-02 21:36:00,351.0,1.6391,1,leg_gt,0.3,60 -45450,sell_compound_top3,sell,2026-05-02 21:39:00,353.0,2.2188,1,leg_gt,0.3,60 -45451,sell_compound_top3,sell,2026-05-02 21:42:00,352.0,1.929,1,leg_gt,0.31,60 -45452,sell_compound_top3,sell,2026-05-02 21:45:00,353.0,2.2188,1,leg_gt,0.31,60 -45453,sell_compound_top3,sell,2026-05-02 21:48:00,352.0,1.929,1,leg_gt,0.31,60 -45454,sell_compound_top3,sell,2026-05-03 00:21:00,356.0,3.0884,1,leg_gt,0.42,60 -45455,sell_compound_top3,sell,2026-05-03 00:24:00,357.0,3.3783,1,leg_gt,0.42,60 -45456,sell_compound_top3,sell,2026-05-03 00:27:00,358.0,3.6681,1,leg_gt,0.42,60 -45457,sell_compound_top3,sell,2026-05-03 00:30:00,357.0,3.3783,1,leg_gt,0.42,60 -45458,sell_compound_top3,sell,2026-05-03 00:33:00,358.0,3.6681,1,leg_gt,0.42,60 -45459,sell_compound_top3,sell,2026-05-03 00:36:00,358.0,3.6681,1,leg_gt,0.43,60 -45460,sell_compound_top3,sell,2026-05-03 00:39:00,357.0,3.3783,1,leg_gt,0.43,60 -45461,sell_compound_top3,sell,2026-05-03 00:42:00,358.0,3.6681,1,leg_gt,0.43,60 -45462,sell_compound_top3,sell,2026-05-03 00:45:00,358.0,3.6681,1,leg_gt,0.43,60 -45463,sell_compound_top3,sell,2026-05-03 00:48:00,359.0,3.958,1,leg_gt,0.44,60 -45464,sell_compound_top3,sell,2026-05-03 00:51:00,358.0,3.6681,1,leg_gt,0.44,60 -45465,sell_compound_top3,sell,2026-05-03 00:54:00,358.0,3.6681,1,leg_gt,0.44,60 -45466,sell_compound_top3,sell,2026-05-03 01:06:00,359.0,3.958,1,leg_gt,0.45,60 -45467,sell_compound_top3,sell,2026-05-03 01:09:00,358.0,3.6681,1,leg_gt,0.45,60 -45468,sell_compound_top3,sell,2026-05-03 01:12:00,359.0,3.958,1,leg_gt,0.45,60 -45469,sell_compound_top3,sell,2026-05-03 02:00:00,360.0,4.2478,1,leg_gt,0.49,60 -45470,sell_compound_top3,sell,2026-05-03 02:03:00,360.0,4.2478,1,leg_gt,0.49,60 -45471,sell_compound_top3,sell,2026-05-03 02:06:00,360.0,4.2478,1,leg_gt,0.49,60 -45472,sell_compound_top3,sell,2026-05-03 02:09:00,361.0,4.5377,1,leg_gt,0.49,60 -45473,sell_compound_top3,sell,2026-05-03 02:15:00,361.0,4.5377,1,leg_gt,0.5,60 -45474,sell_compound_top3,sell,2026-05-03 02:18:00,361.0,4.5377,1,leg_gt,0.5,60 -45475,sell_compound_top3,sell,2026-05-03 02:21:00,362.0,4.8275,1,leg_gt,0.5,60 -45476,sell_compound_top3,sell,2026-05-03 02:24:00,361.0,4.5377,1,leg_gt,0.5,60 -45477,sell_compound_top3,sell,2026-05-03 02:30:00,362.0,4.8275,1,leg_gt,0.51,60 -45478,sell_compound_top3,sell,2026-05-03 02:33:00,362.0,4.8275,1,leg_gt,0.51,60 -45479,sell_compound_top3,sell,2026-05-03 02:36:00,363.0,5.1174,1,leg_gt,0.51,60 -45480,sell_compound_top3,sell,2026-05-03 02:39:00,362.0,4.8275,1,leg_gt,0.51,60 -45481,sell_compound_top3,sell,2026-05-03 04:12:00,363.0,5.1174,1,leg_gt,0.58,60 -45482,sell_compound_top3,sell,2026-05-03 17:27:00,356.0,3.0884,1,leg_gt,1.13,60 -45483,sell_compound_top3,sell,2026-05-04 00:30:00,355.0,2.7986,1,leg_gt,1.42,60 -45484,sell_compound_top3,sell,2026-05-04 00:33:00,355.0,2.7986,1,leg_gt,1.42,60 -45485,sell_compound_top3,sell,2026-05-04 01:00:00,355.0,2.7986,1,leg_gt,1.44,60 -45486,sell_compound_top3,sell,2026-05-04 01:03:00,355.0,2.7986,1,leg_gt,1.45,60 -45487,sell_compound_top3,sell,2026-05-04 01:57:00,357.0,3.3783,1,leg_gt,1.48,60 -45488,sell_compound_top3,sell,2026-05-04 02:15:00,357.0,3.3783,1,leg_gt,1.5,60 -45489,sell_compound_top3,sell,2026-05-04 02:18:00,357.0,3.3783,1,leg_gt,1.5,60 -45490,sell_compound_top3,sell,2026-05-04 02:24:00,356.0,3.0884,1,leg_gt,1.5,60 -45491,sell_compound_top3,sell,2026-05-04 05:21:00,357.0,3.3783,1,leg_gt,1.62,60 -45492,sell_compound_top3,sell,2026-05-04 05:24:00,357.0,3.3783,1,leg_gt,1.63,60 -45493,sell_compound_top3,sell,2026-05-04 11:06:00,354.0,1.6241,1,leg_gt,0.07,60 -45494,sell_compound_top3,sell,2026-05-04 11:09:00,355.0,1.9115,1,leg_gt,0.08,60 -45495,sell_compound_top3,sell,2026-05-04 11:12:00,355.0,1.9115,1,leg_gt,0.08,60 -45496,sell_compound_top3,sell,2026-05-04 11:15:00,355.0,1.9115,1,leg_gt,0.08,60 -45497,sell_compound_top3,sell,2026-05-04 11:18:00,356.0,2.1989,1,leg_gt,0.08,60 -45498,sell_compound_top3,sell,2026-05-04 11:21:00,356.0,2.1989,1,leg_gt,0.08,60 -45499,sell_compound_top3,sell,2026-05-04 11:24:00,356.0,2.1989,1,leg_gt,0.09,60 -45500,sell_compound_top3,sell,2026-05-04 11:27:00,356.0,2.1989,1,leg_gt,0.09,60 -45501,sell_compound_top3,sell,2026-05-04 11:30:00,356.0,2.1989,1,leg_gt,0.09,60 -45502,sell_compound_top3,sell,2026-05-04 11:33:00,357.0,2.4862,1,leg_gt,0.09,60 -45503,sell_compound_top3,sell,2026-05-04 11:36:00,357.0,2.4862,1,leg_gt,0.09,60 -45504,sell_compound_top3,sell,2026-05-04 11:39:00,358.0,2.7736,1,leg_gt,0.1,60 -45505,sell_compound_top3,sell,2026-05-04 11:42:00,358.0,2.7736,1,leg_gt,0.1,60 -45506,sell_compound_top3,sell,2026-05-04 11:45:00,357.0,2.4862,1,leg_gt,0.1,60 -45507,sell_compound_top3,sell,2026-05-04 11:48:00,357.0,2.4862,1,leg_gt,0.1,60 -45508,sell_compound_top3,sell,2026-05-04 11:51:00,357.0,2.4862,1,leg_gt,0.1,60 -45509,sell_compound_top3,sell,2026-05-04 11:54:00,358.0,2.7736,1,leg_gt,0.11,60 -45510,sell_compound_top3,sell,2026-05-04 11:57:00,357.0,2.4862,1,leg_gt,0.11,60 -45511,sell_compound_top3,sell,2026-05-04 13:12:00,358.0,2.7736,1,leg_gt,0.16,60 -45512,sell_compound_top3,sell,2026-05-04 13:15:00,358.0,2.7736,1,leg_gt,0.16,60 -45513,sell_compound_top3,sell,2026-05-04 13:18:00,359.0,3.0609,1,leg_gt,0.16,60 -45514,sell_compound_top3,sell,2026-05-04 13:27:00,358.0,2.7736,1,leg_gt,0.17,60 -45515,sell_compound_top3,sell,2026-05-04 13:30:00,359.0,3.0609,1,leg_gt,0.17,60 -45516,sell_compound_top3,sell,2026-05-04 13:33:00,358.0,2.7736,1,leg_gt,0.18,60 -45517,sell_compound_top3,sell,2026-05-05 00:00:00,353.0,1.3368,1,leg_gt,0.61,60 -45518,sell_compound_top3,sell,2026-05-05 00:03:00,354.0,1.6241,1,leg_gt,0.61,60 -45519,sell_compound_top3,sell,2026-05-05 00:06:00,354.0,1.6241,1,leg_gt,0.61,60 -45520,sell_compound_top3,sell,2026-05-05 00:09:00,353.0,1.3368,1,leg_gt,0.62,60 -45521,sell_compound_top3,sell,2026-05-05 00:12:00,353.0,1.3368,1,leg_gt,0.62,60 -45522,sell_compound_top3,sell,2026-05-05 01:51:00,352.0,1.0494,1,leg_gt,0.69,60 -45523,sell_compound_top3,sell,2026-05-05 01:54:00,353.0,1.3368,1,leg_gt,0.69,60 -45524,sell_compound_top3,sell,2026-05-05 02:21:00,354.0,1.6241,1,leg_gt,0.71,60 -45525,sell_compound_top3,sell,2026-05-05 02:24:00,355.0,1.9115,1,leg_gt,0.71,60 -45526,sell_compound_top3,sell,2026-05-05 02:30:00,354.0,1.6241,1,leg_gt,0.71,60 -45527,sell_compound_top3,sell,2026-05-05 02:33:00,354.0,1.6241,1,leg_gt,0.72,60 -45528,sell_compound_top3,sell,2026-05-05 02:51:00,355.0,1.9115,1,leg_gt,0.73,60 -45529,sell_compound_top3,sell,2026-05-05 02:54:00,355.0,1.9115,1,leg_gt,0.73,60 -45530,sell_compound_top3,sell,2026-05-05 02:57:00,356.0,2.1989,1,leg_gt,0.73,60 -45531,sell_compound_top3,sell,2026-05-05 03:00:00,355.0,1.9115,1,leg_gt,0.74,60 -45532,sell_compound_top3,sell,2026-05-05 03:03:00,356.0,2.1989,1,leg_gt,0.74,60 -45533,sell_compound_top3,sell,2026-05-05 03:39:00,356.0,2.1989,1,leg_gt,0.76,60 -45534,sell_compound_top3,sell,2026-05-05 03:42:00,356.0,2.1989,1,leg_gt,0.76,60 -45535,sell_compound_top3,sell,2026-05-05 03:45:00,356.0,2.1989,1,leg_gt,0.77,60 -45536,sell_compound_top3,sell,2026-05-05 06:45:00,356.0,2.1989,1,leg_gt,0.89,60 -45537,sell_compound_top3,sell,2026-05-05 06:48:00,355.0,1.9115,1,leg_gt,0.89,60 -45538,sell_compound_top3,sell,2026-05-05 10:30:00,354.0,1.6241,1,leg_gt,1.05,60 -45539,sell_compound_top3,sell,2026-05-05 10:33:00,353.0,1.3368,1,leg_gt,1.05,60 -45540,sell_compound_top3,sell,2026-05-05 11:12:00,354.0,1.6241,1,leg_gt,1.08,60 -45541,sell_compound_top3,sell,2026-05-05 11:15:00,355.0,1.9115,1,leg_gt,1.08,60 -45542,sell_compound_top3,sell,2026-05-05 11:18:00,355.0,1.9115,1,leg_gt,1.08,60 -45543,sell_compound_top3,sell,2026-05-05 11:30:00,356.0,2.1989,1,leg_gt,1.09,60 -45544,sell_compound_top3,sell,2026-05-05 11:33:00,356.0,2.1989,1,leg_gt,1.09,60 -45545,sell_compound_top3,sell,2026-05-05 11:36:00,356.0,2.1989,1,leg_gt,1.09,60 -45546,sell_compound_top3,sell,2026-05-05 11:39:00,355.0,1.9115,1,leg_gt,1.1,60 -45547,sell_compound_top3,sell,2026-05-05 12:57:00,356.0,2.1989,1,leg_gt,1.15,60 -45548,sell_compound_top3,sell,2026-05-05 13:30:00,357.0,2.4862,1,leg_gt,1.17,60 -45549,sell_compound_top3,sell,2026-05-05 13:33:00,356.0,2.1989,1,leg_gt,1.18,60 -45550,sell_compound_top3,sell,2026-05-05 15:12:00,361.0,3.6356,1,leg_gt,1.24,60 -45551,sell_compound_top3,sell,2026-05-05 15:51:00,362.0,3.923,1,leg_gt,1.27,60 -45552,sell_compound_top3,sell,2026-05-05 15:54:00,362.0,3.923,1,leg_gt,1.27,60 -45553,sell_compound_top3,sell,2026-05-05 16:21:00,363.0,4.2103,1,leg_gt,1.29,60 -45554,sell_compound_top3,sell,2026-05-05 16:24:00,361.0,3.6356,1,leg_gt,1.29,60 -45555,sell_compound_top3,sell,2026-05-05 21:12:00,362.0,3.923,1,leg_gt,1.49,60 -45556,sell_compound_top3,sell,2026-05-05 21:15:00,362.0,3.923,1,leg_gt,1.5,60 -45557,sell_compound_top3,sell,2026-05-05 21:18:00,361.0,3.6356,1,leg_gt,1.5,60 -45558,sell_compound_top3,sell,2026-05-05 21:21:00,362.0,3.923,1,leg_gt,1.5,60 -45559,sell_compound_top3,sell,2026-05-05 21:24:00,361.0,3.6356,1,leg_gt,1.5,60 -45560,sell_compound_top3,sell,2026-05-05 21:27:00,361.0,3.6356,1,leg_gt,1.5,60 -45561,sell_compound_top3,sell,2026-05-06 04:12:00,360.0,3.3483,1,leg_gt,1.79,60 -45562,sell_compound_top3,sell,2026-05-06 04:45:00,362.0,3.923,1,leg_gt,1.81,60 -45563,sell_compound_top3,sell,2026-05-06 04:48:00,362.0,3.923,1,leg_gt,1.81,60 -45564,sell_compound_top3,sell,2026-05-06 05:00:00,362.0,3.923,1,leg_gt,1.82,60 -45565,sell_compound_top3,sell,2026-05-06 05:03:00,362.0,3.923,1,leg_gt,1.82,60 -45566,sell_compound_top3,sell,2026-05-06 05:06:00,363.0,4.2103,1,leg_gt,1.82,60 -45567,sell_compound_top3,sell,2026-05-06 05:09:00,362.0,3.923,1,leg_gt,1.82,60 -45568,sell_compound_top3,sell,2026-05-06 05:12:00,362.0,3.923,1,leg_gt,1.83,60 -45569,sell_compound_top3,sell,2026-05-06 05:15:00,363.0,4.2103,1,leg_gt,1.83,60 -45570,sell_compound_top3,sell,2026-05-06 05:18:00,363.0,4.2103,1,leg_gt,1.83,60 -45571,sell_compound_top3,sell,2026-05-06 05:21:00,363.0,4.2103,1,leg_gt,1.83,60 -45572,sell_compound_top3,sell,2026-05-06 05:24:00,364.0,4.4977,1,leg_gt,1.84,60 -45573,sell_compound_top3,sell,2026-05-06 05:30:00,364.0,4.4977,1,leg_gt,1.84,60 -45574,sell_compound_top3,sell,2026-05-06 05:33:00,365.0,4.7851,1,leg_gt,1.84,60 -45575,sell_compound_top3,sell,2026-05-06 05:42:00,364.0,4.4977,1,leg_gt,1.85,60 -45576,sell_compound_top3,sell,2026-05-06 05:45:00,365.0,4.7851,1,leg_gt,1.85,60 -45577,sell_compound_top3,sell,2026-05-06 05:48:00,366.0,5.0724,1,leg_gt,1.85,60 -45578,sell_compound_top3,sell,2026-05-06 05:51:00,366.0,5.0724,1,leg_gt,1.85,60 -45579,sell_compound_top3,sell,2026-05-06 05:54:00,366.0,5.0724,1,leg_gt,1.86,60 -45580,sell_compound_top3,sell,2026-05-06 05:57:00,366.0,5.0724,1,leg_gt,1.86,60 -45581,sell_compound_top3,sell,2026-05-06 06:15:00,369.0,5.9345,1,leg_gt,1.87,60 -45582,sell_compound_top3,sell,2026-05-06 06:18:00,369.0,5.9345,1,leg_gt,1.87,60 -45583,sell_compound_top3,sell,2026-05-06 06:21:00,369.0,5.9345,1,leg_gt,1.88,60 -45584,sell_compound_top3,sell,2026-05-06 06:24:00,369.0,5.9345,1,leg_gt,1.88,60 -45585,sell_compound_top3,sell,2026-05-06 06:27:00,368.0,5.6471,1,leg_gt,1.88,60 -45586,sell_compound_top3,sell,2026-05-06 10:45:00,366.0,5.0724,1,leg_gt,2.06,60 -45587,sell_compound_top3,sell,2026-05-06 10:48:00,368.0,5.6471,1,leg_gt,2.06,60 -45588,sell_compound_top3,sell,2026-05-06 10:51:00,368.0,5.6471,1,leg_gt,2.06,60 -45589,sell_compound_top3,sell,2026-05-06 10:54:00,367.0,5.3598,1,leg_gt,2.06,60 -45590,sell_compound_top3,sell,2026-05-06 12:12:00,367.0,5.3598,1,leg_gt,2.12,60 -45591,sell_compound_top3,sell,2026-05-06 12:45:00,371.0,6.5092,1,leg_gt,2.14,60 -45592,sell_compound_top3,sell,2026-05-06 12:48:00,371.0,6.5092,1,leg_gt,2.14,60 -45593,sell_compound_top3,sell,2026-05-06 12:51:00,370.0,6.2218,1,leg_gt,2.15,60 -45594,sell_compound_top3,sell,2026-05-06 12:54:00,371.0,6.5092,1,leg_gt,2.15,60 -45595,sell_compound_top3,sell,2026-05-06 12:57:00,372.0,6.7966,1,leg_gt,2.15,60 -45596,sell_compound_top3,sell,2026-05-06 13:00:00,371.0,6.5092,1,leg_gt,2.15,60 -45597,sell_compound_top3,sell,2026-05-06 13:03:00,371.0,6.5092,1,leg_gt,2.15,60 -45598,sell_compound_top3,sell,2026-05-06 13:06:00,372.0,6.7966,1,leg_gt,2.16,60 -45599,sell_compound_top3,sell,2026-05-06 13:09:00,372.0,6.7966,1,leg_gt,2.16,60 -45600,sell_compound_top3,sell,2026-05-06 13:12:00,372.0,6.7966,1,leg_gt,2.16,60 -45601,sell_compound_top3,sell,2026-05-06 15:57:00,372.0,6.7966,1,leg_gt,2.28,60 -45602,sell_compound_top3,sell,2026-05-06 16:12:00,372.0,6.7966,1,leg_gt,2.29,60 -45603,sell_compound_top3,sell,2026-05-06 16:15:00,372.0,6.7966,1,leg_gt,2.29,60 -45604,sell_compound_top3,sell,2026-05-06 16:18:00,372.0,6.7966,1,leg_gt,2.29,60 -45605,sell_compound_top3,sell,2026-05-06 16:21:00,373.0,7.0839,1,leg_gt,2.29,60 -45606,sell_compound_top3,sell,2026-05-06 16:24:00,374.0,7.3713,1,leg_gt,2.29,60 -45607,sell_compound_top3,sell,2026-05-06 16:30:00,374.0,7.3713,1,leg_gt,2.3,60 -45608,sell_compound_top3,sell,2026-05-06 16:33:00,374.0,7.3713,1,leg_gt,2.3,60 -45609,sell_compound_top3,sell,2026-05-06 16:36:00,374.0,7.3713,1,leg_gt,2.3,60 -45610,sell_compound_top3,sell,2026-05-06 16:39:00,374.0,7.3713,1,leg_gt,2.3,60 -45611,sell_compound_top3,sell,2026-05-06 16:42:00,374.0,7.3713,1,leg_gt,2.31,60 -45612,sell_compound_top3,sell,2026-05-06 16:45:00,374.0,7.3713,1,leg_gt,2.31,60 -45613,sell_compound_top3,sell,2026-05-06 16:48:00,374.0,7.3713,1,leg_gt,2.31,60 -45614,sell_compound_top3,sell,2026-05-06 16:51:00,375.0,7.6586,1,leg_gt,2.31,60 -45615,sell_compound_top3,sell,2026-05-06 16:54:00,374.0,7.3713,1,leg_gt,2.31,60 -45616,sell_compound_top3,sell,2026-05-06 17:30:00,375.0,7.6586,1,leg_gt,2.34,60 -45617,sell_compound_top3,sell,2026-05-06 17:33:00,375.0,7.6586,1,leg_gt,2.34,60 -45618,sell_compound_top3,sell,2026-05-06 17:36:00,376.0,7.946,1,leg_gt,2.34,60 -45619,sell_compound_top3,sell,2026-05-06 17:39:00,376.0,7.946,1,leg_gt,2.35,60 -45620,sell_compound_top3,sell,2026-05-06 18:06:00,378.0,8.5207,1,leg_gt,2.36,60 -45621,sell_compound_top3,sell,2026-05-06 18:09:00,379.0,8.808,1,leg_gt,2.37,60 -45622,sell_compound_top3,sell,2026-05-06 18:12:00,379.0,8.808,1,leg_gt,2.37,60 -45623,sell_compound_top3,sell,2026-05-06 18:15:00,378.0,8.5207,1,leg_gt,2.37,60 -45624,sell_compound_top3,sell,2026-05-06 18:18:00,379.0,8.808,1,leg_gt,2.37,60 -45625,sell_compound_top3,sell,2026-05-06 18:21:00,380.0,9.0954,1,leg_gt,2.38,60 -45626,sell_compound_top3,sell,2026-05-06 18:24:00,379.0,8.808,1,leg_gt,2.38,60 -45627,sell_compound_top3,sell,2026-05-06 18:27:00,379.0,8.808,1,leg_gt,2.38,60 -45628,sell_compound_top3,sell,2026-05-06 18:30:00,379.0,8.808,1,leg_gt,2.38,60 -45629,sell_compound_top3,sell,2026-05-06 18:33:00,381.0,9.3828,1,leg_gt,2.38,60 -45630,sell_compound_top3,sell,2026-05-06 19:00:00,380.0,9.0954,1,leg_gt,2.4,60 -45631,sell_compound_top3,sell,2026-05-06 19:03:00,380.0,9.0954,1,leg_gt,2.4,60 -45632,sell_compound_top3,sell,2026-05-06 19:21:00,381.0,9.3828,1,leg_gt,2.42,60 -45633,sell_compound_top3,sell,2026-05-06 19:24:00,381.0,9.3828,1,leg_gt,2.42,60 -45634,sell_compound_top3,sell,2026-05-06 19:27:00,382.0,9.6701,1,leg_gt,2.42,60 -45635,sell_compound_top3,sell,2026-05-06 19:30:00,381.0,9.3828,1,leg_gt,2.42,60 -45636,sell_compound_top3,sell,2026-05-06 19:33:00,382.0,9.6701,1,leg_gt,2.42,60 -45637,sell_compound_top3,sell,2026-05-06 19:45:00,383.0,9.9575,1,leg_gt,2.43,60 -45638,sell_compound_top3,sell,2026-05-06 19:48:00,383.0,9.9575,1,leg_gt,2.44,60 -45639,sell_compound_top3,sell,2026-05-07 01:12:00,380.0,9.0954,1,leg_gt,2.66,60 -45640,sell_compound_top3,sell,2026-05-07 01:15:00,379.0,8.808,1,leg_gt,2.66,60 -45641,sell_compound_top3,sell,2026-05-07 01:18:00,379.0,8.808,1,leg_gt,2.66,60 -45642,sell_compound_top3,sell,2026-05-07 01:51:00,380.0,9.0954,1,leg_gt,2.69,60 -45643,sell_compound_top3,sell,2026-05-07 01:54:00,379.0,8.808,1,leg_gt,2.69,60 -45644,sell_compound_top3,sell,2026-05-07 05:21:00,377.0,8.2333,1,leg_gt,2.83,60 -45645,sell_compound_top3,sell,2026-05-07 05:24:00,377.0,8.2333,1,leg_gt,2.84,60 -45646,sell_compound_top3,sell,2026-05-07 05:27:00,377.0,8.2333,1,leg_gt,2.84,60 -45647,sell_compound_top3,sell,2026-05-07 06:36:00,378.0,8.5207,1,leg_gt,2.89,60 -45648,sell_compound_top3,sell,2026-05-07 06:39:00,380.0,9.0954,1,leg_gt,2.89,60 -45649,sell_compound_top3,sell,2026-05-07 06:51:00,380.0,9.0954,1,leg_gt,2.9,60 -45650,sell_compound_top3,sell,2026-05-07 06:54:00,381.0,9.3828,1,leg_gt,2.9,60 -45651,sell_compound_top3,sell,2026-05-07 06:57:00,380.0,9.0954,1,leg_gt,2.9,60 -45652,sell_compound_top3,sell,2026-05-07 13:57:00,372.0,1.8178,1,leg_gt,0.11,60 -45653,sell_compound_top3,sell,2026-05-07 14:00:00,373.0,2.0918,1,leg_gt,0.12,60 -45654,sell_compound_top3,sell,2026-05-07 14:03:00,374.0,2.3658,1,leg_gt,0.12,60 -45655,sell_compound_top3,sell,2026-05-07 14:06:00,373.0,2.0918,1,leg_gt,0.12,60 -45656,sell_compound_top3,sell,2026-05-07 14:09:00,373.0,2.0918,1,leg_gt,0.12,60 -45657,sell_compound_top3,sell,2026-05-07 14:12:00,373.0,2.0918,1,leg_gt,0.12,60 -45658,sell_compound_top3,sell,2026-05-07 14:15:00,373.0,2.0918,1,leg_gt,0.13,60 -45659,sell_compound_top3,sell,2026-05-07 14:18:00,373.0,2.0918,1,leg_gt,0.13,60 -45660,sell_compound_top3,sell,2026-05-07 16:06:00,381.0,4.2836,1,leg_gt,0.2,60 -45661,sell_compound_top3,sell,2026-05-07 16:09:00,381.0,4.2836,1,leg_gt,0.21,60 -45662,sell_compound_top3,sell,2026-05-07 16:12:00,381.0,4.2836,1,leg_gt,0.21,60 -45663,sell_compound_top3,sell,2026-05-07 16:15:00,381.0,4.2836,1,leg_gt,0.21,60 -45664,sell_compound_top3,sell,2026-05-07 16:18:00,381.0,4.2836,1,leg_gt,0.21,60 -45665,sell_compound_top3,sell,2026-05-07 16:21:00,382.0,4.5575,1,leg_gt,0.21,60 -45666,sell_compound_top3,sell,2026-05-07 16:24:00,381.0,4.2836,1,leg_gt,0.22,60 -45667,sell_compound_top3,sell,2026-05-07 21:51:00,380.0,4.0096,1,leg_gt,0.44,60 -45668,sell_compound_top3,sell,2026-05-07 21:54:00,381.0,4.2836,1,leg_gt,0.45,60 -45669,sell_compound_top3,sell,2026-05-07 21:57:00,381.0,4.2836,1,leg_gt,0.45,60 -45670,sell_compound_top3,sell,2026-05-08 03:30:00,374.0,1.5304,1,leg_gt,0.13,60 -45671,sell_compound_top3,sell,2026-05-08 03:33:00,376.0,2.0739,1,leg_gt,0.13,60 -45672,sell_compound_top3,sell,2026-05-08 05:12:00,375.0,1.8022,1,leg_gt,0.2,60 -45673,sell_compound_top3,sell,2026-05-08 08:51:00,372.0,0.987,1,leg_gt,0.35,60 -45674,sell_compound_top3,sell,2026-05-08 08:54:00,372.0,0.987,1,leg_gt,0.35,60 -45675,sell_compound_top3,sell,2026-05-08 08:57:00,372.0,0.987,1,leg_gt,0.35,60 -45676,sell_compound_top3,sell,2026-05-08 09:00:00,372.0,0.987,1,leg_gt,0.36,60 -45677,sell_compound_top3,sell,2026-05-08 09:03:00,372.0,0.987,1,leg_gt,0.36,60 -45678,sell_compound_top3,sell,2026-05-08 09:06:00,373.0,1.2587,1,leg_gt,0.36,60 -45679,sell_compound_top3,sell,2026-05-08 09:09:00,373.0,1.2587,1,leg_gt,0.36,60 -45680,sell_compound_top3,sell,2026-05-08 09:12:00,374.0,1.5304,1,leg_gt,0.36,60 -45681,sell_compound_top3,sell,2026-05-08 09:15:00,373.0,1.2587,1,leg_gt,0.37,60 -45682,sell_compound_top3,sell,2026-05-08 09:18:00,372.0,0.987,1,leg_gt,0.37,60 -45683,sell_compound_top3,sell,2026-05-08 09:30:00,373.0,1.2587,1,leg_gt,0.38,60 -45684,sell_compound_top3,sell,2026-05-08 09:33:00,373.0,1.2587,1,leg_gt,0.38,60 -45685,sell_compound_top3,sell,2026-05-08 10:36:00,374.0,1.5304,1,leg_gt,0.42,60 -45686,sell_compound_top3,sell,2026-05-08 10:39:00,373.0,1.2587,1,leg_gt,0.42,60 -45687,sell_compound_top3,sell,2026-05-08 11:42:00,374.0,1.5304,1,leg_gt,0.47,60 -45688,sell_compound_top3,sell,2026-05-08 11:45:00,375.0,1.8022,1,leg_gt,0.47,60 -45689,sell_compound_top3,sell,2026-05-08 11:48:00,375.0,1.8022,1,leg_gt,0.47,60 -45690,sell_compound_top3,sell,2026-05-08 11:51:00,376.0,2.0739,1,leg_gt,0.48,60 -45691,sell_compound_top3,sell,2026-05-08 11:54:00,375.0,1.8022,1,leg_gt,0.48,60 -45692,sell_compound_top3,sell,2026-05-08 13:21:00,376.0,2.0739,1,leg_gt,0.54,60 -45693,sell_compound_top3,sell,2026-05-08 13:24:00,377.0,2.3457,1,leg_gt,0.54,60 -45694,sell_compound_top3,sell,2026-05-08 13:27:00,377.0,2.3457,1,leg_gt,0.54,60 -45695,sell_compound_top3,sell,2026-05-08 13:42:00,376.0,2.0739,1,leg_gt,0.55,60 -45696,sell_compound_top3,sell,2026-05-08 13:51:00,377.0,2.3457,1,leg_gt,0.56,60 -45697,sell_compound_top3,sell,2026-05-08 13:54:00,377.0,2.3457,1,leg_gt,0.56,60 -45698,sell_compound_top3,sell,2026-05-08 13:57:00,377.0,2.3457,1,leg_gt,0.56,60 -45699,sell_compound_top3,sell,2026-05-08 14:12:00,378.0,2.6174,1,leg_gt,0.57,60 -45700,sell_compound_top3,sell,2026-05-08 14:15:00,378.0,2.6174,1,leg_gt,0.57,60 -45701,sell_compound_top3,sell,2026-05-08 14:18:00,378.0,2.6174,1,leg_gt,0.58,60 -45702,sell_compound_top3,sell,2026-05-08 14:21:00,378.0,2.6174,1,leg_gt,0.58,60 -45703,sell_compound_top3,sell,2026-05-08 14:24:00,378.0,2.6174,1,leg_gt,0.58,60 -45704,sell_compound_top3,sell,2026-05-08 15:27:00,378.0,2.6174,1,leg_gt,0.62,60 -45705,sell_compound_top3,sell,2026-05-08 15:42:00,379.0,2.8891,1,leg_gt,0.64,60 -45706,sell_compound_top3,sell,2026-05-08 17:00:00,382.0,3.7043,1,leg_gt,0.69,60 -45707,sell_compound_top3,sell,2026-05-08 17:03:00,382.0,3.7043,1,leg_gt,0.69,60 -45708,sell_compound_top3,sell,2026-05-08 17:06:00,382.0,3.7043,1,leg_gt,0.69,60 -45709,sell_compound_top3,sell,2026-05-08 17:09:00,382.0,3.7043,1,leg_gt,0.7,60 -45710,sell_compound_top3,sell,2026-05-08 17:15:00,383.0,3.9761,1,leg_gt,0.7,60 -45711,sell_compound_top3,sell,2026-05-08 17:18:00,382.0,3.7043,1,leg_gt,0.7,60 -45712,sell_compound_top3,sell,2026-05-08 17:30:00,383.0,3.9761,1,leg_gt,0.71,60 -45713,sell_compound_top3,sell,2026-05-08 17:33:00,382.0,3.7043,1,leg_gt,0.71,60 -45714,sell_compound_top3,sell,2026-05-08 17:36:00,383.0,3.9761,1,leg_gt,0.71,60 -45715,sell_compound_top3,sell,2026-05-08 17:39:00,383.0,3.9761,1,leg_gt,0.72,60 -45716,sell_compound_top3,sell,2026-05-08 20:30:00,383.0,3.9761,1,leg_gt,0.84,60 -45717,sell_compound_top3,sell,2026-05-08 20:33:00,382.0,3.7043,1,leg_gt,0.84,60 -45718,sell_compound_top3,sell,2026-05-08 20:42:00,383.0,3.9761,1,leg_gt,0.84,60 -45719,sell_compound_top3,sell,2026-05-08 21:00:00,383.0,3.9761,1,leg_gt,0.86,60 -45720,sell_compound_top3,sell,2026-05-08 21:03:00,383.0,3.9761,1,leg_gt,0.86,60 -45721,sell_compound_top3,sell,2026-05-08 23:51:00,386.0,4.7913,1,leg_gt,0.98,60 -45722,sell_compound_top3,sell,2026-05-08 23:54:00,385.0,4.5196,1,leg_gt,0.98,60 -45723,sell_compound_top3,sell,2026-05-08 23:57:00,385.0,4.5196,1,leg_gt,0.98,60 -45724,sell_compound_top3,sell,2026-05-09 00:00:00,385.0,4.5196,1,leg_gt,0.98,60 -45725,sell_compound_top3,sell,2026-05-09 00:03:00,386.0,4.7913,1,leg_gt,0.98,60 -45726,sell_compound_top3,sell,2026-05-09 00:06:00,386.0,4.7913,1,leg_gt,0.99,60 -45727,sell_compound_top3,sell,2026-05-09 00:09:00,387.0,5.063,1,leg_gt,0.99,60 -45728,sell_compound_top3,sell,2026-05-09 00:12:00,386.0,4.7913,1,leg_gt,0.99,60 -45729,sell_compound_top3,sell,2026-05-09 00:15:00,387.0,5.063,1,leg_gt,0.99,60 -45730,sell_compound_top3,sell,2026-05-09 00:18:00,386.0,4.7913,1,leg_gt,0.99,60 -45731,sell_compound_top3,sell,2026-05-09 00:30:00,387.0,5.063,1,leg_gt,1.0,60 -45732,sell_compound_top3,sell,2026-05-09 00:33:00,388.0,5.3348,1,leg_gt,1.0,60 -45733,sell_compound_top3,sell,2026-05-09 00:36:00,387.0,5.063,1,leg_gt,1.01,60 -45734,sell_compound_top3,sell,2026-05-09 00:39:00,388.0,5.3348,1,leg_gt,1.01,60 -45735,sell_compound_top3,sell,2026-05-09 00:42:00,389.0,5.6065,1,leg_gt,1.01,60 -45736,sell_compound_top3,sell,2026-05-09 01:06:00,396.0,7.5087,1,leg_gt,1.03,60 -45737,sell_compound_top3,sell,2026-05-09 01:09:00,397.0,7.7804,1,leg_gt,1.03,60 -45738,sell_compound_top3,sell,2026-05-09 01:12:00,396.0,7.5087,1,leg_gt,1.03,60 -45739,sell_compound_top3,sell,2026-05-09 02:36:00,397.0,7.7804,1,leg_gt,1.09,60 -45740,sell_compound_top3,sell,2026-05-09 02:39:00,397.0,7.7804,1,leg_gt,1.09,60 -45741,sell_compound_top3,sell,2026-05-09 02:42:00,395.0,7.237,1,leg_gt,1.09,60 -45742,sell_compound_top3,sell,2026-05-09 02:45:00,397.0,7.7804,1,leg_gt,1.1,60 -45743,sell_compound_top3,sell,2026-05-09 02:48:00,398.0,8.0522,1,leg_gt,1.1,60 -45744,sell_compound_top3,sell,2026-05-09 02:51:00,396.0,7.5087,1,leg_gt,1.1,60 -45745,sell_compound_top3,sell,2026-05-09 02:54:00,395.0,7.237,1,leg_gt,1.1,60 -45746,sell_compound_top3,sell,2026-05-09 03:12:00,396.0,7.5087,1,leg_gt,1.11,60 -45747,sell_compound_top3,sell,2026-05-09 03:15:00,397.0,7.7804,1,leg_gt,1.12,60 -45748,sell_compound_top3,sell,2026-05-09 03:18:00,400.0,8.5957,1,leg_gt,1.12,60 -45749,sell_compound_top3,sell,2026-05-09 03:27:00,401.0,8.8674,1,leg_gt,1.12,60 -45750,sell_compound_top3,sell,2026-05-09 03:42:00,402.0,9.1391,1,leg_gt,1.14,60 -45751,sell_compound_top3,sell,2026-05-09 03:45:00,401.0,8.8674,1,leg_gt,1.14,60 -45752,sell_compound_top3,sell,2026-05-09 03:48:00,403.0,9.4109,1,leg_gt,1.14,60 -45753,sell_compound_top3,sell,2026-05-09 03:51:00,403.0,9.4109,1,leg_gt,1.14,60 -45754,sell_compound_top3,sell,2026-05-09 03:54:00,402.0,9.1391,1,leg_gt,1.14,60 -45755,sell_compound_top3,sell,2026-05-09 04:12:00,405.0,9.9543,1,leg_gt,1.16,60 -45756,sell_compound_top3,sell,2026-05-09 04:15:00,406.0,10.2261,1,leg_gt,1.16,60 -45757,sell_compound_top3,sell,2026-05-09 04:18:00,405.0,9.9543,1,leg_gt,1.16,60 -45758,sell_compound_top3,sell,2026-05-09 04:27:00,408.0,10.7696,1,leg_gt,1.17,60 -45759,sell_compound_top3,sell,2026-05-09 04:36:00,408.0,10.7696,1,leg_gt,1.17,60 -45760,sell_compound_top3,sell,2026-05-09 04:39:00,406.0,10.2261,1,leg_gt,1.18,60 -45761,sell_compound_top3,sell,2026-05-09 09:36:00,404.0,9.6826,1,leg_gt,1.38,60 -45762,sell_compound_top3,sell,2026-05-09 09:39:00,404.0,9.6826,1,leg_gt,1.38,60 -45763,sell_compound_top3,sell,2026-05-09 09:42:00,405.0,9.9543,1,leg_gt,1.39,60 -45764,sell_compound_top3,sell,2026-05-09 10:51:00,407.0,10.4978,1,leg_gt,1.43,60 -45765,sell_compound_top3,sell,2026-05-09 10:54:00,407.0,10.4978,1,leg_gt,1.44,60 -45766,sell_compound_top3,sell,2026-05-09 10:57:00,407.0,10.4978,1,leg_gt,1.44,60 -45767,sell_compound_top3,sell,2026-05-09 12:21:00,408.0,10.7696,1,leg_gt,1.5,60 -45768,sell_compound_top3,sell,2026-05-09 12:24:00,406.0,10.2261,1,leg_gt,1.5,60 -45769,sell_compound_top3,sell,2026-05-09 20:42:00,401.0,8.8674,1,leg_gt,1.84,60 -45770,sell_compound_top3,sell,2026-05-09 20:45:00,402.0,9.1391,1,leg_gt,1.85,60 -45771,sell_compound_top3,sell,2026-05-09 20:48:00,402.0,9.1391,1,leg_gt,1.85,60 -45772,sell_compound_top3,sell,2026-05-09 20:51:00,402.0,9.1391,1,leg_gt,1.85,60 -45773,sell_compound_top3,sell,2026-05-09 20:54:00,402.0,9.1391,1,leg_gt,1.85,60 -45774,sell_compound_top3,sell,2026-05-09 21:30:00,403.0,9.4109,1,leg_gt,1.88,60 -45775,sell_compound_top3,sell,2026-05-09 21:33:00,402.0,9.1391,1,leg_gt,1.88,60 -45776,sell_compound_top3,sell,2026-05-10 02:24:00,400.0,8.5957,1,leg_gt,2.08,60 -45777,sell_compound_top3,sell,2026-05-10 02:27:00,401.0,8.8674,1,leg_gt,2.08,60 -45778,sell_compound_top3,sell,2026-05-10 02:39:00,401.0,8.8674,1,leg_gt,2.09,60 -45779,sell_compound_top3,sell,2026-05-10 02:45:00,401.0,8.8674,1,leg_gt,2.1,60 -45780,sell_compound_top3,sell,2026-05-10 02:48:00,402.0,9.1391,1,leg_gt,2.1,60 -45781,sell_compound_top3,sell,2026-05-10 03:00:00,402.0,9.1391,1,leg_gt,2.11,60 -45782,sell_compound_top3,sell,2026-05-10 03:03:00,402.0,9.1391,1,leg_gt,2.11,60 -45783,sell_compound_top3,sell,2026-05-10 03:06:00,402.0,9.1391,1,leg_gt,2.11,60 -45784,sell_compound_top3,sell,2026-05-10 03:09:00,402.0,9.1391,1,leg_gt,2.11,60 -45785,sell_compound_top3,sell,2026-05-10 03:30:00,403.0,9.4109,1,leg_gt,2.13,60 -45786,sell_compound_top3,sell,2026-05-10 03:33:00,403.0,9.4109,1,leg_gt,2.13,60 -45787,sell_compound_top3,sell,2026-05-10 05:06:00,403.0,9.4109,1,leg_gt,2.19,60 -45788,sell_compound_top3,sell,2026-05-10 05:09:00,402.0,9.1391,1,leg_gt,2.2,60 -45789,sell_compound_top3,sell,2026-05-10 16:12:00,396.0,1.1788,1,leg_gt,0.24,60 -45790,sell_compound_top3,sell,2026-05-10 16:15:00,396.0,1.1788,1,leg_gt,0.24,60 -45791,sell_compound_top3,sell,2026-05-10 16:18:00,396.0,1.1788,1,leg_gt,0.24,60 -45792,sell_compound_top3,sell,2026-05-10 16:36:00,398.0,1.6903,1,leg_gt,0.26,60 -45793,sell_compound_top3,sell,2026-05-10 16:39:00,398.0,1.6903,1,leg_gt,0.26,60 -45794,sell_compound_top3,sell,2026-05-10 16:42:00,397.0,1.4345,1,leg_gt,0.26,60 -45795,sell_compound_top3,sell,2026-05-10 16:45:00,398.0,1.6903,1,leg_gt,0.26,60 -45796,sell_compound_top3,sell,2026-05-10 16:48:00,397.0,1.4345,1,leg_gt,0.26,60 -45797,sell_compound_top3,sell,2026-05-10 16:51:00,398.0,1.6903,1,leg_gt,0.27,60 -45798,sell_compound_top3,sell,2026-05-10 16:54:00,397.0,1.4345,1,leg_gt,0.27,60 -45799,sell_compound_top3,sell,2026-05-10 17:15:00,399.0,1.946,1,leg_gt,0.28,60 -45800,sell_compound_top3,sell,2026-05-10 17:30:00,401.0,2.4575,1,leg_gt,0.29,60 -45801,sell_compound_top3,sell,2026-05-10 17:33:00,400.0,2.2018,1,leg_gt,0.3,60 -45802,sell_compound_top3,sell,2026-05-10 17:36:00,400.0,2.2018,1,leg_gt,0.3,60 -45803,sell_compound_top3,sell,2026-05-10 17:42:00,401.0,2.4575,1,leg_gt,0.3,60 -45804,sell_compound_top3,sell,2026-05-10 17:45:00,401.0,2.4575,1,leg_gt,0.3,60 -45805,sell_compound_top3,sell,2026-05-10 17:48:00,401.0,2.4575,1,leg_gt,0.31,60 -45806,sell_compound_top3,sell,2026-05-10 17:51:00,401.0,2.4575,1,leg_gt,0.31,60 -45807,sell_compound_top3,sell,2026-05-10 17:54:00,401.0,2.4575,1,leg_gt,0.31,60 -45808,sell_compound_top3,sell,2026-05-10 18:06:00,402.0,2.7133,1,leg_gt,0.32,60 -45809,sell_compound_top3,sell,2026-05-10 18:09:00,402.0,2.7133,1,leg_gt,0.32,60 -45810,sell_compound_top3,sell,2026-05-10 18:12:00,401.0,2.4575,1,leg_gt,0.32,60 -45811,sell_compound_top3,sell,2026-05-10 19:51:00,402.0,2.7133,1,leg_gt,0.39,60 -45812,sell_compound_top3,sell,2026-05-10 19:54:00,404.0,3.2248,1,leg_gt,0.39,60 -45813,sell_compound_top3,sell,2026-05-10 22:42:00,402.0,2.7133,1,leg_gt,0.51,60 -45814,sell_compound_top3,sell,2026-05-11 00:27:00,402.0,2.7133,1,leg_gt,0.58,60 -45815,sell_compound_top3,sell,2026-05-11 00:42:00,401.0,2.4575,1,leg_gt,0.59,60 -45816,sell_compound_top3,sell,2026-05-11 00:45:00,402.0,2.7133,1,leg_gt,0.6,60 -45817,sell_compound_top3,sell,2026-05-11 00:48:00,405.0,3.4806,1,leg_gt,0.6,60 -45818,sell_compound_top3,sell,2026-05-11 01:27:00,420.0,7.3169,1,leg_gt,0.62,60 -45819,sell_compound_top3,sell,2026-05-11 04:42:00,422.0,7.8284,1,leg_gt,0.76,60 -45820,sell_compound_top3,sell,2026-05-11 04:45:00,422.0,7.8284,1,leg_gt,0.76,60 -45821,sell_compound_top3,sell,2026-05-11 04:48:00,423.0,8.0841,1,leg_gt,0.76,60 -45822,sell_compound_top3,sell,2026-05-11 08:36:00,417.0,4.4113,1,leg_gt,0.1,60 -45823,sell_compound_top3,sell,2026-05-11 08:39:00,417.0,4.4113,1,leg_gt,0.1,60 -45824,sell_compound_top3,sell,2026-05-11 14:42:00,418.0,3.8801,1,leg_gt,0.09,60 -45825,sell_compound_top3,sell,2026-05-11 14:45:00,416.0,3.3826,1,leg_gt,0.09,60 -45826,sell_compound_top3,sell,2026-05-11 14:48:00,418.0,3.8801,1,leg_gt,0.09,60 -45827,sell_compound_top3,sell,2026-05-11 19:27:00,414.0,2.8851,1,leg_gt,0.29,60 -45828,sell_compound_top3,sell,2026-05-11 19:30:00,415.0,3.1338,1,leg_gt,0.29,60 -45829,sell_compound_top3,sell,2026-05-11 19:33:00,415.0,3.1338,1,leg_gt,0.29,60 -45830,sell_compound_top3,sell,2026-05-11 20:42:00,417.0,3.6313,1,leg_gt,0.34,60 -45831,sell_compound_top3,sell,2026-05-12 00:42:00,416.0,3.3826,1,leg_gt,0.5,60 -45832,sell_compound_top3,sell,2026-05-12 00:45:00,415.0,3.1338,1,leg_gt,0.51,60 -45833,sell_compound_top3,sell,2026-05-12 00:48:00,416.0,3.3826,1,leg_gt,0.51,60 -45834,sell_compound_top3,sell,2026-05-12 01:12:00,419.0,4.1289,1,leg_gt,0.52,60 -45835,sell_compound_top3,sell,2026-05-12 04:51:00,417.0,3.6313,1,leg_gt,0.68,60 -45836,sell_compound_top3,sell,2026-05-12 04:54:00,416.0,3.3826,1,leg_gt,0.68,60 -45837,sell_compound_top3,sell,2026-05-12 10:00:00,415.0,3.1338,1,leg_gt,0.89,60 -45838,sell_compound_top3,sell,2026-05-12 10:03:00,415.0,3.1338,1,leg_gt,0.89,60 -45839,sell_compound_top3,sell,2026-05-12 14:30:00,411.0,2.1388,1,leg_gt,1.08,60 -45840,sell_compound_top3,sell,2026-05-12 14:33:00,411.0,2.1388,1,leg_gt,1.08,60 -45841,sell_compound_top3,sell,2026-05-12 14:42:00,411.0,2.1388,1,leg_gt,1.09,60 -45842,sell_compound_top3,sell,2026-05-12 15:21:00,413.0,2.6363,1,leg_gt,1.11,60 -45843,sell_compound_top3,sell,2026-05-12 15:24:00,413.0,2.6363,1,leg_gt,1.12,60 -45844,sell_compound_top3,sell,2026-05-13 03:45:00,396.0,1.9619,1,leg_gt,0.08,60 -45845,sell_compound_top3,sell,2026-05-13 03:48:00,395.0,1.7041,1,leg_gt,0.08,60 -45846,sell_compound_top3,sell,2026-05-13 04:51:00,398.0,2.4773,1,leg_gt,0.13,60 -45847,sell_compound_top3,sell,2026-05-13 04:54:00,398.0,2.4773,1,leg_gt,0.13,60 -45848,sell_compound_top3,sell,2026-05-13 05:57:00,399.0,2.7351,1,leg_gt,0.17,60 -45849,sell_compound_top3,sell,2026-05-13 06:06:00,400.0,2.9928,1,leg_gt,0.18,60 -45850,sell_compound_top3,sell,2026-05-13 06:09:00,399.0,2.7351,1,leg_gt,0.18,60 -45851,sell_compound_top3,sell,2026-05-13 06:12:00,400.0,2.9928,1,leg_gt,0.18,60 -45852,sell_compound_top3,sell,2026-05-13 06:15:00,400.0,2.9928,1,leg_gt,0.19,60 -45853,sell_compound_top3,sell,2026-05-13 06:18:00,400.0,2.9928,1,leg_gt,0.19,60 -45854,sell_compound_top3,sell,2026-05-13 06:30:00,400.0,2.9928,1,leg_gt,0.2,60 -45855,sell_compound_top3,sell,2026-05-13 06:33:00,400.0,2.9928,1,leg_gt,0.2,60 -45856,sell_compound_top3,sell,2026-05-13 07:06:00,401.0,3.2505,1,leg_gt,0.22,60 -45857,sell_compound_top3,sell,2026-05-13 07:09:00,400.0,2.9928,1,leg_gt,0.22,60 -45858,sell_compound_top3,sell,2026-05-13 10:12:00,401.0,3.2505,1,leg_gt,0.35,60 -45859,sell_compound_top3,sell,2026-05-13 10:36:00,405.0,4.2814,1,leg_gt,0.37,60 -45860,sell_compound_top3,sell,2026-05-13 10:39:00,404.0,4.0237,1,leg_gt,0.37,60 -45861,sell_compound_top3,sell,2026-05-13 10:42:00,405.0,4.2814,1,leg_gt,0.37,60 -45862,sell_compound_top3,sell,2026-05-13 10:45:00,405.0,4.2814,1,leg_gt,0.37,60 -45863,sell_compound_top3,sell,2026-05-13 10:48:00,405.0,4.2814,1,leg_gt,0.38,60 -45864,sell_compound_top3,sell,2026-05-13 10:57:00,406.0,4.5392,1,leg_gt,0.38,60 -45865,sell_compound_top3,sell,2026-05-13 11:21:00,407.0,4.7969,1,leg_gt,0.4,60 -45866,sell_compound_top3,sell,2026-05-13 11:24:00,408.0,5.0546,1,leg_gt,0.4,60 -45867,sell_compound_top3,sell,2026-05-13 11:27:00,409.0,5.3124,1,leg_gt,0.4,60 -45868,sell_compound_top3,sell,2026-05-13 11:30:00,408.0,5.0546,1,leg_gt,0.4,60 -45869,sell_compound_top3,sell,2026-05-13 11:33:00,408.0,5.0546,1,leg_gt,0.41,60 -45870,sell_compound_top3,sell,2026-05-13 11:36:00,409.0,5.3124,1,leg_gt,0.41,60 -45871,sell_compound_top3,sell,2026-05-13 11:39:00,407.0,4.7969,1,leg_gt,0.41,60 -45872,sell_compound_top3,sell,2026-05-13 12:51:00,410.0,5.5701,1,leg_gt,0.46,60 -45873,sell_compound_top3,sell,2026-05-13 12:54:00,411.0,5.8278,1,leg_gt,0.46,60 -45874,sell_compound_top3,sell,2026-05-13 12:57:00,411.0,5.8278,1,leg_gt,0.46,60 -45875,sell_compound_top3,sell,2026-05-13 13:00:00,411.0,5.8278,1,leg_gt,0.47,60 -45876,sell_compound_top3,sell,2026-05-13 13:03:00,411.0,5.8278,1,leg_gt,0.47,60 -45877,sell_compound_top3,sell,2026-05-13 13:06:00,411.0,5.8278,1,leg_gt,0.47,60 -45878,sell_compound_top3,sell,2026-05-13 13:09:00,411.0,5.8278,1,leg_gt,0.47,60 -45879,sell_compound_top3,sell,2026-05-13 13:12:00,410.0,5.5701,1,leg_gt,0.48,60 -45880,sell_compound_top3,sell,2026-05-13 13:51:00,411.0,5.8278,1,leg_gt,0.5,60 -45881,sell_compound_top3,sell,2026-05-13 13:54:00,412.0,6.0856,1,leg_gt,0.5,60 -45882,sell_compound_top3,sell,2026-05-13 17:21:00,411.0,5.8278,1,leg_gt,0.65,60 -45883,sell_compound_top3,sell,2026-05-13 17:24:00,411.0,5.8278,1,leg_gt,0.65,60 -45884,sell_compound_top3,sell,2026-05-13 17:51:00,417.0,7.3742,1,leg_gt,0.67,60 -45885,sell_compound_top3,sell,2026-05-13 17:54:00,414.0,6.601,1,leg_gt,0.67,60 -45886,sell_compound_top3,sell,2026-05-13 18:15:00,418.0,7.632,1,leg_gt,0.69,60 -45887,sell_compound_top3,sell,2026-05-13 18:18:00,418.0,7.632,1,leg_gt,0.69,60 -45888,sell_compound_top3,sell,2026-05-13 18:21:00,419.0,7.8897,1,leg_gt,0.69,60 -45889,sell_compound_top3,sell,2026-05-13 18:24:00,419.0,7.8897,1,leg_gt,0.69,60 -45890,sell_compound_top3,sell,2026-05-13 18:27:00,419.0,7.8897,1,leg_gt,0.69,60 -45891,sell_compound_top3,sell,2026-05-13 18:30:00,420.0,8.1474,1,leg_gt,0.7,60 -45892,sell_compound_top3,sell,2026-05-13 18:33:00,421.0,8.4052,1,leg_gt,0.7,60 -45893,sell_compound_top3,sell,2026-05-13 18:36:00,422.0,8.6629,1,leg_gt,0.7,60 -45894,sell_compound_top3,sell,2026-05-13 18:39:00,421.0,8.4052,1,leg_gt,0.7,60 -45895,sell_compound_top3,sell,2026-05-13 18:42:00,421.0,8.4052,1,leg_gt,0.7,60 -45896,sell_compound_top3,sell,2026-05-13 18:45:00,423.0,8.9206,1,leg_gt,0.71,60 -45897,sell_compound_top3,sell,2026-05-13 18:48:00,424.0,9.1784,1,leg_gt,0.71,60 -45898,sell_compound_top3,sell,2026-05-13 18:51:00,423.0,8.9206,1,leg_gt,0.71,60 -45899,sell_compound_top3,sell,2026-05-13 18:54:00,423.0,8.9206,1,leg_gt,0.71,60 -45900,sell_compound_top3,sell,2026-05-14 03:27:00,389.0,0.1577,1,leg_gt,1.07,60 -45901,sell_compound_top3,sell,2026-05-14 07:57:00,385.0,-0.8732,0,leg_gt,1.26,60 -45902,sell_compound_top3,sell,2026-05-14 08:06:00,386.0,-0.6155,0,leg_gt,1.26,60 -45903,sell_compound_top3,sell,2026-05-14 08:09:00,387.0,-0.3577,0,leg_gt,1.26,60 -45904,sell_compound_top3,sell,2026-05-14 08:15:00,387.0,-0.3577,0,leg_gt,1.27,60 -45905,sell_compound_top3,sell,2026-05-14 08:18:00,386.0,-0.6155,0,leg_gt,1.27,60 -45906,sell_compound_top3,sell,2026-05-14 09:51:00,388.0,-0.1,0,leg_gt,1.34,60 -45907,sell_compound_top3,sell,2026-05-14 09:54:00,388.0,-0.1,0,leg_gt,1.34,60 -45908,sell_compound_top3,sell,2026-05-14 14:51:00,385.0,2.022,1,leg_gt,0.09,60 -45909,sell_compound_top3,sell,2026-05-14 14:54:00,385.0,2.022,1,leg_gt,0.09,60 -45910,sell_compound_top3,sell,2026-05-14 15:06:00,385.0,2.022,1,leg_gt,0.1,60 -45911,sell_compound_top3,sell,2026-05-14 15:09:00,386.0,2.2873,1,leg_gt,0.1,60 -45912,sell_compound_top3,sell,2026-05-14 15:12:00,386.0,2.2873,1,leg_gt,0.1,60 -45913,sell_compound_top3,sell,2026-05-14 15:15:00,386.0,2.2873,1,leg_gt,0.1,60 -45914,sell_compound_top3,sell,2026-05-14 15:18:00,385.0,2.022,1,leg_gt,0.1,60 -45915,sell_compound_top3,sell,2026-05-14 15:21:00,385.0,2.022,1,leg_gt,0.11,60 -45916,sell_compound_top3,sell,2026-05-14 15:24:00,385.0,2.022,1,leg_gt,0.11,60 -45917,sell_compound_top3,sell,2026-05-14 20:06:00,382.0,1.2263,1,leg_gt,0.3,60 -45918,sell_compound_top3,sell,2026-05-14 20:09:00,382.0,1.2263,1,leg_gt,0.31,60 -45919,sell_compound_top3,sell,2026-05-14 22:00:00,382.0,1.2263,1,leg_gt,0.38,60 -45920,sell_compound_top3,sell,2026-05-14 22:03:00,381.0,0.961,1,leg_gt,0.39,60 -45921,sell_compound_top3,sell,2026-05-14 22:06:00,382.0,1.2263,1,leg_gt,0.39,60 -45922,sell_compound_top3,sell,2026-05-14 22:09:00,381.0,0.961,1,leg_gt,0.39,60 -45923,sell_compound_top3,sell,2026-05-15 00:00:00,389.0,3.083,1,leg_gt,0.47,60 -45924,sell_compound_top3,sell,2026-05-15 00:03:00,390.0,3.3483,1,leg_gt,0.47,60 -45925,sell_compound_top3,sell,2026-05-15 00:21:00,391.0,3.6135,1,leg_gt,0.48,60 -45926,sell_compound_top3,sell,2026-05-15 00:24:00,390.0,3.3483,1,leg_gt,0.48,60 -45927,sell_compound_top3,sell,2026-05-15 00:27:00,390.0,3.3483,1,leg_gt,0.49,60 -45928,sell_compound_top3,sell,2026-05-15 00:57:00,390.0,3.3483,1,leg_gt,0.51,60 -45929,sell_compound_top3,sell,2026-05-15 02:51:00,393.0,4.144,1,leg_gt,0.59,60 -45930,sell_compound_top3,sell,2026-05-15 02:54:00,393.0,4.144,1,leg_gt,0.59,60 -45931,sell_compound_top3,sell,2026-05-15 03:21:00,395.0,4.6745,1,leg_gt,0.61,60 -45932,sell_compound_top3,sell,2026-05-15 03:24:00,394.0,4.4093,1,leg_gt,0.61,60 -45933,sell_compound_top3,sell,2026-05-15 03:36:00,395.0,4.6745,1,leg_gt,0.62,60 -45934,sell_compound_top3,sell,2026-05-15 03:39:00,396.0,4.9398,1,leg_gt,0.62,60 -45935,sell_compound_top3,sell,2026-05-15 03:51:00,397.0,5.205,1,leg_gt,0.63,60 -45936,sell_compound_top3,sell,2026-05-15 03:54:00,398.0,5.4703,1,leg_gt,0.63,60 -45937,sell_compound_top3,sell,2026-05-15 03:57:00,400.0,6.0008,1,leg_gt,0.63,60 -45938,sell_compound_top3,sell,2026-05-15 04:00:00,400.0,6.0008,1,leg_gt,0.63,60 -45939,sell_compound_top3,sell,2026-05-15 04:03:00,401.0,6.266,1,leg_gt,0.64,60 -45940,sell_compound_top3,sell,2026-05-15 04:06:00,402.0,6.5313,1,leg_gt,0.64,60 -45941,sell_compound_top3,sell,2026-05-15 04:09:00,402.0,6.5313,1,leg_gt,0.64,60 -45942,sell_compound_top3,sell,2026-05-15 04:12:00,402.0,6.5313,1,leg_gt,0.64,60 -45943,sell_compound_top3,sell,2026-05-15 04:15:00,401.0,6.266,1,leg_gt,0.64,60 -45944,sell_compound_top3,sell,2026-05-15 04:18:00,402.0,6.5313,1,leg_gt,0.65,60 -45945,sell_compound_top3,sell,2026-05-15 20:21:00,376.0,-0.3653,0,leg_gt,1.31,60 -45946,sell_compound_top3,sell,2026-05-15 20:24:00,376.0,-0.3653,0,leg_gt,1.32,60 -45947,sell_compound_top3,sell,2026-05-15 20:30:00,376.0,-0.3653,0,leg_gt,1.32,60 -45948,sell_compound_top3,sell,2026-05-15 20:33:00,376.0,-0.3653,0,leg_gt,1.32,60 -45949,sell_compound_top3,sell,2026-05-16 01:45:00,365.0,-3.283,0,leg_gt,1.54,60 -45950,sell_compound_top3,sell,2026-05-16 01:48:00,365.0,-3.283,0,leg_gt,1.54,60 -45951,sell_compound_top3,sell,2026-05-16 01:51:00,365.0,-3.283,0,leg_gt,1.54,60 -45952,sell_compound_top3,sell,2026-05-16 01:54:00,365.0,-3.283,0,leg_gt,1.55,60 -45953,sell_compound_top3,sell,2026-05-16 01:57:00,366.0,-3.0178,0,leg_gt,1.55,60 -45954,sell_compound_top3,sell,2026-05-16 02:00:00,366.0,-3.0178,0,leg_gt,1.55,60 -45955,sell_compound_top3,sell,2026-05-16 02:03:00,366.0,-3.0178,0,leg_gt,1.55,60 -45956,sell_compound_top3,sell,2026-05-16 02:15:00,367.0,-2.7525,0,leg_gt,1.56,60 -45957,sell_compound_top3,sell,2026-05-16 02:18:00,366.0,-3.0178,0,leg_gt,1.56,60 -45958,sell_compound_top3,sell,2026-05-16 02:36:00,367.0,-2.7525,0,leg_gt,1.58,60 -45959,sell_compound_top3,sell,2026-05-16 02:39:00,367.0,-2.7525,0,leg_gt,1.58,60 -45960,sell_compound_top3,sell,2026-05-16 03:00:00,368.0,-2.4873,0,leg_gt,1.59,60 -45961,sell_compound_top3,sell,2026-05-16 03:03:00,369.0,-2.222,0,leg_gt,1.59,60 -45962,sell_compound_top3,sell,2026-05-16 03:06:00,368.0,-2.4873,0,leg_gt,1.6,60 -45963,sell_compound_top3,sell,2026-05-16 03:12:00,368.0,-2.4873,0,leg_gt,1.6,60 -45964,sell_compound_top3,sell,2026-05-16 09:21:00,366.0,-3.0178,0,leg_gt,1.86,60 -45965,sell_compound_top3,sell,2026-05-16 09:24:00,366.0,-3.0178,0,leg_gt,1.86,60 -45966,sell_compound_top3,sell,2026-05-16 09:27:00,366.0,-3.0178,0,leg_gt,1.86,60 -45967,sell_compound_top3,sell,2026-05-16 09:57:00,366.0,-3.0178,0,leg_gt,1.88,60 -45968,sell_compound_top3,sell,2026-05-16 11:00:00,367.0,-2.7525,0,leg_gt,1.92,60 -45969,sell_compound_top3,sell,2026-05-16 11:03:00,367.0,-2.7525,0,leg_gt,1.93,60 -45970,sell_compound_top3,sell,2026-05-16 11:15:00,368.0,-2.4873,0,leg_gt,1.94,60 -45971,sell_compound_top3,sell,2026-05-16 11:18:00,367.0,-2.7525,0,leg_gt,1.94,60 -45972,sell_compound_top3,sell,2026-05-16 12:30:00,369.0,-2.222,0,leg_gt,1.99,60 -45973,sell_compound_top3,sell,2026-05-16 12:33:00,368.0,-2.4873,0,leg_gt,1.99,60 -45974,sell_compound_top3,sell,2026-05-17 00:00:00,359.0,1.8886,1,leg_gt,0.21,60 -45975,sell_compound_top3,sell,2026-05-17 00:03:00,360.0,2.1727,1,leg_gt,0.21,60 -45976,sell_compound_top3,sell,2026-05-17 00:15:00,360.0,2.1727,1,leg_gt,0.22,60 -45977,sell_compound_top3,sell,2026-05-17 00:18:00,359.0,1.8886,1,leg_gt,0.22,60 -45978,sell_compound_top3,sell,2026-05-17 00:27:00,360.0,2.1727,1,leg_gt,0.22,60 -45979,sell_compound_top3,sell,2026-05-17 00:42:00,362.0,2.7409,1,leg_gt,0.24,60 -45980,sell_compound_top3,sell,2026-05-17 00:45:00,362.0,2.7409,1,leg_gt,0.24,60 -45981,sell_compound_top3,sell,2026-05-17 00:48:00,362.0,2.7409,1,leg_gt,0.24,60 -45982,sell_compound_top3,sell,2026-05-17 00:51:00,363.0,3.025,1,leg_gt,0.24,60 -45983,sell_compound_top3,sell,2026-05-17 00:54:00,362.0,2.7409,1,leg_gt,0.24,60 -45984,sell_compound_top3,sell,2026-05-17 04:12:00,361.0,2.4568,1,leg_gt,0.38,60 -45985,sell_compound_top3,sell,2026-05-17 09:12:00,360.0,2.1727,1,leg_gt,0.59,60 -45986,sell_compound_top3,sell,2026-05-17 09:21:00,360.0,2.1727,1,leg_gt,0.6,60 -45987,sell_compound_top3,sell,2026-05-17 12:45:00,359.0,1.8886,1,leg_gt,0.74,60 -45988,sell_compound_top3,sell,2026-05-17 12:48:00,359.0,1.8886,1,leg_gt,0.74,60 -45989,sell_compound_top3,sell,2026-05-17 13:00:00,360.0,2.1727,1,leg_gt,0.75,60 -45990,sell_compound_top3,sell,2026-05-17 13:03:00,361.0,2.4568,1,leg_gt,0.75,60 -45991,sell_compound_top3,sell,2026-05-17 13:06:00,360.0,2.1727,1,leg_gt,0.75,60 -45992,sell_compound_top3,sell,2026-05-17 13:09:00,361.0,2.4568,1,leg_gt,0.75,60 -45993,sell_compound_top3,sell,2026-05-17 13:42:00,362.0,2.7409,1,leg_gt,0.78,60 -45994,sell_compound_top3,sell,2026-05-17 13:45:00,363.0,3.025,1,leg_gt,0.78,60 -45995,sell_compound_top3,sell,2026-05-17 13:48:00,362.0,2.7409,1,leg_gt,0.78,60 -45996,sell_compound_top3,sell,2026-05-17 16:42:00,365.0,3.5932,1,leg_gt,0.9,60 -45997,sell_compound_top3,sell,2026-05-17 18:42:00,363.0,3.025,1,leg_gt,0.99,60 -45998,sell_compound_top3,sell,2026-05-17 19:27:00,364.0,3.3091,1,leg_gt,1.02,60 -45999,sell_compound_top3,sell,2026-05-18 04:30:00,360.0,2.1727,1,leg_gt,1.39,60 -46000,sell_compound_top3,sell,2026-05-18 04:33:00,360.0,2.1727,1,leg_gt,1.4,60 -46001,sell_compound_top3,sell,2026-05-18 04:36:00,360.0,2.1727,1,leg_gt,1.4,60 -46002,sell_compound_top3,sell,2026-05-18 04:39:00,360.0,2.1727,1,leg_gt,1.4,60 -46003,sell_compound_top3,sell,2026-05-18 04:42:00,360.0,2.1727,1,leg_gt,1.4,60 -46004,sell_compound_top3,sell,2026-05-18 04:45:00,360.0,2.1727,1,leg_gt,1.4,60 -46005,sell_compound_top3,sell,2026-05-18 04:48:00,360.0,2.1727,1,leg_gt,1.41,60 -46006,sell_compound_top3,sell,2026-05-18 06:51:00,362.0,2.7409,1,leg_gt,1.49,60 -46007,sell_compound_top3,sell,2026-05-18 06:54:00,362.0,2.7409,1,leg_gt,1.49,60 -46008,sell_compound_top3,sell,2026-05-18 12:27:00,354.0,4.0176,1,leg_gt,0.16,60 -46009,sell_compound_top3,sell,2026-05-18 20:57:00,348.0,2.2529,1,leg_gt,0.51,60 -46010,sell_compound_top3,sell,2026-05-18 21:00:00,348.0,2.2529,1,leg_gt,0.51,60 -46011,sell_compound_top3,sell,2026-05-18 21:03:00,349.0,2.5471,1,leg_gt,0.52,60 -46012,sell_compound_top3,sell,2026-05-18 21:06:00,349.0,2.5471,1,leg_gt,0.52,60 -46013,sell_compound_top3,sell,2026-05-18 21:09:00,350.0,2.8412,1,leg_gt,0.52,60 -46014,sell_compound_top3,sell,2026-05-18 21:15:00,349.0,2.5471,1,leg_gt,0.52,60 -46015,sell_compound_top3,sell,2026-05-18 21:18:00,350.0,2.8412,1,leg_gt,0.53,60 -46016,sell_compound_top3,sell,2026-05-18 21:21:00,350.0,2.8412,1,leg_gt,0.53,60 -46017,sell_compound_top3,sell,2026-05-18 21:24:00,351.0,3.1353,1,leg_gt,0.53,60 -46018,sell_compound_top3,sell,2026-05-18 21:30:00,350.0,2.8412,1,leg_gt,0.54,60 -46019,sell_compound_top3,sell,2026-05-18 21:33:00,350.0,2.8412,1,leg_gt,0.54,60 -46020,sell_compound_top3,sell,2026-05-18 21:36:00,352.0,3.4294,1,leg_gt,0.54,60 -46021,sell_compound_top3,sell,2026-05-18 21:39:00,352.0,3.4294,1,leg_gt,0.54,60 -46022,sell_compound_top3,sell,2026-05-18 21:42:00,352.0,3.4294,1,leg_gt,0.54,60 -46023,sell_compound_top3,sell,2026-05-18 21:51:00,352.0,3.4294,1,leg_gt,0.55,60 -46024,sell_compound_top3,sell,2026-05-18 21:54:00,352.0,3.4294,1,leg_gt,0.55,60 -46025,sell_compound_top3,sell,2026-05-18 21:57:00,352.0,3.4294,1,leg_gt,0.55,60 -46026,sell_compound_top3,sell,2026-05-18 22:27:00,353.0,3.7235,1,leg_gt,0.57,60 -46027,sell_compound_top3,sell,2026-05-19 02:12:00,351.0,3.1353,1,leg_gt,0.73,60 -46028,sell_compound_top3,sell,2026-05-19 02:21:00,351.0,3.1353,1,leg_gt,0.74,60 -46029,sell_compound_top3,sell,2026-05-19 02:24:00,350.0,2.8412,1,leg_gt,0.74,60 -46030,sell_compound_top3,sell,2026-05-19 02:30:00,351.0,3.1353,1,leg_gt,0.74,60 -46031,sell_compound_top3,sell,2026-05-19 02:36:00,351.0,3.1353,1,leg_gt,0.75,60 -46032,sell_compound_top3,sell,2026-05-19 02:39:00,351.0,3.1353,1,leg_gt,0.75,60 -46033,sell_compound_top3,sell,2026-05-19 02:57:00,351.0,3.1353,1,leg_gt,0.76,60 -46034,sell_compound_top3,sell,2026-05-19 04:30:00,352.0,3.4294,1,leg_gt,0.83,60 -46035,sell_compound_top3,sell,2026-05-19 04:33:00,352.0,3.4294,1,leg_gt,0.83,60 -46036,sell_compound_top3,sell,2026-05-19 04:36:00,352.0,3.4294,1,leg_gt,0.83,60 -46037,sell_compound_top3,sell,2026-05-19 04:39:00,352.0,3.4294,1,leg_gt,0.83,60 -46038,sell_compound_top3,sell,2026-05-19 04:42:00,352.0,3.4294,1,leg_gt,0.84,60 -46039,sell_compound_top3,sell,2026-05-19 04:45:00,353.0,3.7235,1,leg_gt,0.84,60 -46040,sell_compound_top3,sell,2026-05-19 04:48:00,354.0,4.0176,1,leg_gt,0.84,60 -46041,sell_compound_top3,sell,2026-05-19 04:51:00,354.0,4.0176,1,leg_gt,0.84,60 -46042,sell_compound_top3,sell,2026-05-19 04:54:00,355.0,4.3118,1,leg_gt,0.84,60 -46043,sell_compound_top3,sell,2026-05-19 04:57:00,354.0,4.0176,1,leg_gt,0.85,60 -46044,sell_compound_top3,sell,2026-05-19 05:00:00,355.0,4.3118,1,leg_gt,0.85,60 -46045,sell_compound_top3,sell,2026-05-19 05:03:00,355.0,4.3118,1,leg_gt,0.85,60 -46046,sell_compound_top3,sell,2026-05-19 05:06:00,354.0,4.0176,1,leg_gt,0.85,60 -46047,sell_compound_top3,sell,2026-05-19 05:09:00,355.0,4.3118,1,leg_gt,0.85,60 -46048,sell_compound_top3,sell,2026-05-19 05:12:00,357.0,4.9,1,leg_gt,0.86,60 -46049,sell_compound_top3,sell,2026-05-19 05:15:00,357.0,4.9,1,leg_gt,0.86,60 -46050,sell_compound_top3,sell,2026-05-19 05:18:00,356.0,4.6059,1,leg_gt,0.86,60 -46051,sell_compound_top3,sell,2026-05-19 05:24:00,357.0,4.9,1,leg_gt,0.86,60 -46052,sell_compound_top3,sell,2026-05-19 05:27:00,358.0,5.1941,1,leg_gt,0.87,60 -46053,sell_compound_top3,sell,2026-05-19 05:30:00,358.0,5.1941,1,leg_gt,0.87,60 -46054,sell_compound_top3,sell,2026-05-19 05:33:00,358.0,5.1941,1,leg_gt,0.87,60 -46055,sell_compound_top3,sell,2026-05-19 06:21:00,358.0,5.1941,1,leg_gt,0.9,60 -46056,sell_compound_top3,sell,2026-05-19 06:24:00,357.0,4.9,1,leg_gt,0.91,60 -46057,sell_compound_top3,sell,2026-05-19 07:21:00,359.0,5.4882,1,leg_gt,0.95,60 -46058,sell_compound_top3,sell,2026-05-19 07:24:00,358.0,5.1941,1,leg_gt,0.95,60 -46059,sell_compound_top3,sell,2026-05-19 08:12:00,359.0,5.4882,1,leg_gt,0.98,60 -46060,sell_compound_top3,sell,2026-05-19 09:27:00,360.0,5.7824,1,leg_gt,1.03,60 -46061,sell_compound_top3,sell,2026-05-19 09:51:00,361.0,6.0765,1,leg_gt,1.05,60 -46062,sell_compound_top3,sell,2026-05-19 09:54:00,361.0,6.0765,1,leg_gt,1.05,60 -46063,sell_compound_top3,sell,2026-05-19 09:57:00,361.0,6.0765,1,leg_gt,1.05,60 -46064,sell_compound_top3,sell,2026-05-19 13:00:00,360.0,5.7824,1,leg_gt,1.18,60 -46065,sell_compound_top3,sell,2026-05-19 13:03:00,360.0,5.7824,1,leg_gt,1.18,60 -46066,sell_compound_top3,sell,2026-05-19 13:12:00,362.0,6.3706,1,leg_gt,1.19,60 -46067,sell_compound_top3,sell,2026-05-19 13:15:00,362.0,6.3706,1,leg_gt,1.19,60 -46068,sell_compound_top3,sell,2026-05-19 13:18:00,362.0,6.3706,1,leg_gt,1.19,60 -46069,sell_compound_top3,sell,2026-05-19 13:21:00,362.0,6.3706,1,leg_gt,1.2,60 -46070,sell_compound_top3,sell,2026-05-19 13:24:00,362.0,6.3706,1,leg_gt,1.2,60 -46071,sell_compound_top3,sell,2026-05-19 13:27:00,362.0,6.3706,1,leg_gt,1.2,60 -46072,sell_compound_top3,sell,2026-05-19 13:36:00,364.0,6.9588,1,leg_gt,1.21,60 -46073,sell_compound_top3,sell,2026-05-19 13:39:00,365.0,7.2529,1,leg_gt,1.21,60 -46074,sell_compound_top3,sell,2026-05-19 13:42:00,366.0,7.5471,1,leg_gt,1.21,60 -46075,sell_compound_top3,sell,2026-05-19 13:45:00,365.0,7.2529,1,leg_gt,1.21,60 -46076,sell_compound_top3,sell,2026-05-19 13:48:00,365.0,7.2529,1,leg_gt,1.21,60 -46077,sell_compound_top3,sell,2026-05-19 13:51:00,364.0,6.9588,1,leg_gt,1.22,60 -46078,sell_compound_top3,sell,2026-05-19 13:54:00,366.0,7.5471,1,leg_gt,1.22,60 -46079,sell_compound_top3,sell,2026-05-19 13:57:00,367.0,7.8412,1,leg_gt,1.22,60 -46080,sell_compound_top3,sell,2026-05-19 14:12:00,366.0,7.5471,1,leg_gt,1.23,60 -46081,sell_compound_top3,sell,2026-05-19 14:42:00,367.0,7.8412,1,leg_gt,1.25,60 -46082,sell_compound_top3,sell,2026-05-19 14:45:00,367.0,7.8412,1,leg_gt,1.25,60 -46083,sell_compound_top3,sell,2026-05-19 14:48:00,367.0,7.8412,1,leg_gt,1.26,60 -46084,sell_compound_top3,sell,2026-05-19 14:51:00,368.0,8.1353,1,leg_gt,1.26,60 -46085,sell_compound_top3,sell,2026-05-19 14:54:00,367.0,7.8412,1,leg_gt,1.26,60 -46086,sell_compound_top3,sell,2026-05-19 14:57:00,368.0,8.1353,1,leg_gt,1.26,60 -46087,sell_compound_top3,sell,2026-05-19 15:00:00,367.0,7.8412,1,leg_gt,1.26,60 -46088,sell_compound_top3,sell,2026-05-19 15:03:00,368.0,8.1353,1,leg_gt,1.27,60 -46089,sell_compound_top3,sell,2026-05-19 15:21:00,369.0,8.4294,1,leg_gt,1.28,60 -46090,sell_compound_top3,sell,2026-05-19 15:24:00,369.0,8.4294,1,leg_gt,1.28,60 -46091,sell_compound_top3,sell,2026-05-19 15:27:00,370.0,8.7235,1,leg_gt,1.28,60 -46092,sell_compound_top3,sell,2026-05-19 15:30:00,370.0,8.7235,1,leg_gt,1.29,60 -46093,sell_compound_top3,sell,2026-05-19 15:33:00,370.0,8.7235,1,leg_gt,1.29,60 -46094,sell_compound_top3,sell,2026-05-19 15:36:00,370.0,8.7235,1,leg_gt,1.29,60 -46095,sell_compound_top3,sell,2026-05-19 15:39:00,371.0,9.0176,1,leg_gt,1.29,60 -46096,sell_compound_top3,sell,2026-05-19 15:42:00,369.0,8.4294,1,leg_gt,1.29,60 -46097,sell_compound_top3,sell,2026-05-19 15:45:00,371.0,9.0176,1,leg_gt,1.3,60 -46098,sell_compound_top3,sell,2026-05-19 15:48:00,371.0,9.0176,1,leg_gt,1.3,60 -46099,sell_compound_top3,sell,2026-05-19 22:51:00,365.0,7.2529,1,leg_gt,1.59,60 -46100,sell_compound_top3,sell,2026-05-19 22:54:00,365.0,7.2529,1,leg_gt,1.59,60 -46101,sell_compound_top3,sell,2026-05-20 11:00:00,358.0,5.1941,1,leg_gt,2.1,60 -46102,sell_compound_top3,sell,2026-05-20 11:03:00,358.0,5.1941,1,leg_gt,2.1,60 -46103,sell_compound_top3,sell,2026-05-20 11:06:00,358.0,5.1941,1,leg_gt,2.1,60 -46104,sell_compound_top3,sell,2026-05-20 11:09:00,357.0,4.9,1,leg_gt,2.1,60 -46105,sell_compound_top3,sell,2026-05-20 11:12:00,357.0,4.9,1,leg_gt,2.11,60 -46106,sell_compound_top3,sell,2026-05-20 11:21:00,358.0,5.1941,1,leg_gt,2.11,60 -46107,sell_compound_top3,sell,2026-05-20 11:24:00,358.0,5.1941,1,leg_gt,2.11,60 -46108,sell_compound_top3,sell,2026-05-20 12:30:00,358.0,5.1941,1,leg_gt,2.16,60 -46109,sell_compound_top3,sell,2026-05-20 12:33:00,357.0,4.9,1,leg_gt,2.16,60 -46110,sell_compound_top3,sell,2026-05-20 17:42:00,357.0,4.9,1,leg_gt,2.38,60 -46111,sell_compound_top3,sell,2026-05-20 18:30:00,358.0,5.1941,1,leg_gt,2.41,60 -46112,sell_compound_top3,sell,2026-05-20 18:42:00,358.0,5.1941,1,leg_gt,2.42,60 -46113,sell_compound_top3,sell,2026-05-20 19:27:00,357.0,4.9,1,leg_gt,2.45,60 -46114,sell_compound_top3,sell,2026-05-20 23:30:00,358.0,1.6045,1,leg_gt,0.09,60 -46115,sell_compound_top3,sell,2026-05-20 23:33:00,358.0,1.6045,1,leg_gt,0.09,60 -46116,sell_compound_top3,sell,2026-05-20 23:45:00,358.0,1.6045,1,leg_gt,0.1,60 -46117,sell_compound_top3,sell,2026-05-20 23:48:00,358.0,1.6045,1,leg_gt,0.1,60 -46118,sell_compound_top3,sell,2026-05-20 23:51:00,359.0,1.8886,1,leg_gt,0.1,60 -46119,sell_compound_top3,sell,2026-05-20 23:54:00,361.0,2.4568,1,leg_gt,0.1,60 -46120,sell_compound_top3,sell,2026-05-21 00:06:00,360.0,2.1727,1,leg_gt,0.11,60 -46121,sell_compound_top3,sell,2026-05-21 00:09:00,359.0,1.8886,1,leg_gt,0.11,60 -46122,sell_compound_top3,sell,2026-05-21 00:15:00,360.0,2.1727,1,leg_gt,0.12,60 -46123,sell_compound_top3,sell,2026-05-21 00:18:00,363.0,3.025,1,leg_gt,0.12,60 -46124,sell_compound_top3,sell,2026-05-21 00:30:00,362.0,2.7409,1,leg_gt,0.13,60 -46125,sell_compound_top3,sell,2026-05-21 00:33:00,362.0,2.7409,1,leg_gt,0.13,60 -46126,sell_compound_top3,sell,2026-05-21 00:36:00,363.0,3.025,1,leg_gt,0.13,60 -46127,sell_compound_top3,sell,2026-05-21 00:39:00,364.0,3.3091,1,leg_gt,0.14,60 -46128,sell_compound_top3,sell,2026-05-21 00:42:00,363.0,3.025,1,leg_gt,0.14,60 -46129,sell_compound_top3,sell,2026-05-21 00:45:00,363.0,3.025,1,leg_gt,0.14,60 -46130,sell_compound_top3,sell,2026-05-21 00:48:00,364.0,3.3091,1,leg_gt,0.14,60 -46131,sell_compound_top3,sell,2026-05-21 00:51:00,364.0,3.3091,1,leg_gt,0.14,60 -46132,sell_compound_top3,sell,2026-05-21 00:54:00,364.0,3.3091,1,leg_gt,0.15,60 -46133,sell_compound_top3,sell,2026-05-21 01:00:00,365.0,3.5932,1,leg_gt,0.15,60 -46134,sell_compound_top3,sell,2026-05-21 01:03:00,365.0,3.5932,1,leg_gt,0.15,60 -46135,sell_compound_top3,sell,2026-05-21 01:06:00,366.0,3.8773,1,leg_gt,0.15,60 -46136,sell_compound_top3,sell,2026-05-21 01:09:00,367.0,4.1614,1,leg_gt,0.16,60 -46137,sell_compound_top3,sell,2026-05-21 01:12:00,366.0,3.8773,1,leg_gt,0.16,60 -46138,sell_compound_top3,sell,2026-05-21 01:30:00,366.0,3.8773,1,leg_gt,0.17,60 -46139,sell_compound_top3,sell,2026-05-21 01:33:00,368.0,4.4455,1,leg_gt,0.17,60 -46140,sell_compound_top3,sell,2026-05-21 01:57:00,374.0,6.15,1,leg_gt,0.19,60 -46141,sell_compound_top3,sell,2026-05-21 02:00:00,375.0,6.4341,1,leg_gt,0.19,60 -46142,sell_compound_top3,sell,2026-05-21 02:03:00,378.0,7.2864,1,leg_gt,0.19,60 -46143,sell_compound_top3,sell,2026-05-21 02:06:00,375.0,6.4341,1,leg_gt,0.2,60 -46144,sell_compound_top3,sell,2026-05-21 02:09:00,374.0,6.15,1,leg_gt,0.2,60 -46145,sell_compound_top3,sell,2026-05-21 06:12:00,373.0,5.8659,1,leg_gt,0.37,60 -46146,sell_compound_top3,sell,2026-05-21 10:00:00,374.0,6.15,1,leg_gt,0.52,60 -46147,sell_compound_top3,sell,2026-05-21 10:03:00,373.0,5.8659,1,leg_gt,0.53,60 -46148,sell_compound_top3,sell,2026-05-21 10:06:00,374.0,6.15,1,leg_gt,0.53,60 -46149,sell_compound_top3,sell,2026-05-21 10:09:00,375.0,6.4341,1,leg_gt,0.53,60 -46150,sell_compound_top3,sell,2026-05-21 10:12:00,374.0,6.15,1,leg_gt,0.53,60 -46151,sell_compound_top3,sell,2026-05-21 10:15:00,376.0,6.7182,1,leg_gt,0.54,60 -46152,sell_compound_top3,sell,2026-05-21 10:18:00,375.0,6.4341,1,leg_gt,0.54,60 -46153,sell_compound_top3,sell,2026-05-21 11:45:00,378.0,7.2864,1,leg_gt,0.6,60 -46154,sell_compound_top3,sell,2026-05-21 11:48:00,378.0,7.2864,1,leg_gt,0.6,60 -46155,sell_compound_top3,sell,2026-05-21 12:12:00,379.0,7.5705,1,leg_gt,0.62,60 -46156,sell_compound_top3,sell,2026-05-21 12:30:00,380.0,7.8545,1,leg_gt,0.63,60 -46157,sell_compound_top3,sell,2026-05-21 12:33:00,380.0,7.8545,1,leg_gt,0.63,60 -46158,sell_compound_top3,sell,2026-05-21 13:06:00,380.0,7.8545,1,leg_gt,0.65,60 -46159,sell_compound_top3,sell,2026-05-21 13:09:00,380.0,7.8545,1,leg_gt,0.66,60 -46160,sell_compound_top3,sell,2026-05-21 15:21:00,380.0,7.8545,1,leg_gt,0.75,60 -46161,sell_compound_top3,sell,2026-05-21 15:24:00,380.0,7.8545,1,leg_gt,0.75,60 -46162,sell_compound_top3,sell,2026-05-21 16:12:00,380.0,7.8545,1,leg_gt,0.78,60 -46163,sell_compound_top3,sell,2026-05-21 17:00:00,385.0,9.275,1,leg_gt,0.82,60 -46164,sell_compound_top3,sell,2026-05-21 17:03:00,386.0,9.5591,1,leg_gt,0.82,60 -46165,sell_compound_top3,sell,2026-05-21 17:21:00,389.0,10.4114,1,leg_gt,0.83,60 -46166,sell_compound_top3,sell,2026-05-21 17:24:00,390.0,10.6955,1,leg_gt,0.83,60 -46167,sell_compound_top3,sell,2026-05-21 17:27:00,390.0,10.6955,1,leg_gt,0.84,60 -46168,sell_compound_top3,sell,2026-05-21 17:30:00,391.0,10.9795,1,leg_gt,0.84,60 -46169,sell_compound_top3,sell,2026-05-21 17:33:00,391.0,10.9795,1,leg_gt,0.84,60 -46170,sell_compound_top3,sell,2026-05-21 17:36:00,391.0,10.9795,1,leg_gt,0.84,60 -46171,sell_compound_top3,sell,2026-05-21 17:39:00,391.0,10.9795,1,leg_gt,0.84,60 -46172,sell_compound_top3,sell,2026-05-21 17:42:00,393.0,11.5477,1,leg_gt,0.85,60 -46173,sell_compound_top3,sell,2026-05-21 17:45:00,393.0,11.5477,1,leg_gt,0.85,60 -46174,sell_compound_top3,sell,2026-05-21 17:48:00,392.0,11.2636,1,leg_gt,0.85,60 -46175,sell_compound_top3,sell,2026-05-21 17:51:00,392.0,11.2636,1,leg_gt,0.85,60 -46176,sell_compound_top3,sell,2026-05-21 17:54:00,393.0,11.5477,1,leg_gt,0.85,60 -46177,sell_compound_top3,sell,2026-05-21 18:00:00,393.0,11.5477,1,leg_gt,0.86,60 -46178,sell_compound_top3,sell,2026-05-21 18:03:00,396.0,12.4,1,leg_gt,0.86,60 -46179,sell_compound_top3,sell,2026-05-21 18:06:00,397.0,12.6841,1,leg_gt,0.86,60 -46180,sell_compound_top3,sell,2026-05-21 18:09:00,396.0,12.4,1,leg_gt,0.86,60 -46181,sell_compound_top3,sell,2026-05-21 18:12:00,396.0,12.4,1,leg_gt,0.87,60 -46182,sell_compound_top3,sell,2026-05-21 18:15:00,395.0,12.1159,1,leg_gt,0.87,60 -46183,sell_compound_top3,sell,2026-05-21 18:18:00,396.0,12.4,1,leg_gt,0.87,60 -46184,sell_compound_top3,sell,2026-05-21 23:12:00,390.0,3.0746,1,leg_gt,0.1,60 -46185,sell_compound_top3,sell,2026-05-22 00:21:00,391.0,3.3392,1,leg_gt,0.15,60 -46186,sell_compound_top3,sell,2026-05-22 00:24:00,393.0,3.8683,1,leg_gt,0.15,60 -46187,sell_compound_top3,sell,2026-05-22 00:27:00,392.0,3.6037,1,leg_gt,0.16,60 -46188,sell_compound_top3,sell,2026-05-22 02:42:00,395.0,4.3974,1,leg_gt,0.25,60 -46189,sell_compound_top3,sell,2026-05-22 02:45:00,395.0,4.3974,1,leg_gt,0.25,60 -46190,sell_compound_top3,sell,2026-05-22 02:48:00,394.0,4.1328,1,leg_gt,0.25,60 -46191,sell_compound_top3,sell,2026-05-22 02:51:00,395.0,4.3974,1,leg_gt,0.26,60 -46192,sell_compound_top3,sell,2026-05-22 02:54:00,397.0,4.9265,1,leg_gt,0.26,60 -46193,sell_compound_top3,sell,2026-05-22 02:57:00,396.0,4.6619,1,leg_gt,0.26,60 -46194,sell_compound_top3,sell,2026-05-22 03:12:00,400.0,5.7201,1,leg_gt,0.27,60 -46195,sell_compound_top3,sell,2026-05-22 03:15:00,400.0,5.7201,1,leg_gt,0.27,60 -46196,sell_compound_top3,sell,2026-05-22 03:18:00,400.0,5.7201,1,leg_gt,0.28,60 -46197,sell_compound_top3,sell,2026-05-22 03:21:00,400.0,5.7201,1,leg_gt,0.28,60 -46198,sell_compound_top3,sell,2026-05-22 03:24:00,401.0,5.9847,1,leg_gt,0.28,60 -46199,sell_compound_top3,sell,2026-05-22 03:27:00,402.0,6.2492,1,leg_gt,0.28,60 -46200,sell_compound_top3,sell,2026-05-22 03:30:00,401.0,5.9847,1,leg_gt,0.28,60 -46201,sell_compound_top3,sell,2026-05-22 03:33:00,401.0,5.9847,1,leg_gt,0.29,60 -46202,sell_compound_top3,sell,2026-05-22 05:15:00,411.0,8.6302,1,leg_gt,0.36,60 -46203,sell_compound_top3,sell,2026-05-22 05:18:00,410.0,8.3656,1,leg_gt,0.36,60 -46204,sell_compound_top3,sell,2026-05-22 05:21:00,410.0,8.3656,1,leg_gt,0.36,60 -46205,sell_compound_top3,sell,2026-05-22 05:24:00,409.0,8.1011,1,leg_gt,0.36,60 -46206,sell_compound_top3,sell,2026-05-22 09:36:00,401.0,0.9076,1,leg_gt,0.12,60 -46207,sell_compound_top3,sell,2026-05-22 09:39:00,401.0,0.9076,1,leg_gt,0.12,60 -46208,sell_compound_top3,sell,2026-05-22 09:42:00,400.0,0.6557,1,leg_gt,0.12,60 -46209,sell_compound_top3,sell,2026-05-22 09:45:00,401.0,0.9076,1,leg_gt,0.12,60 -46210,sell_compound_top3,sell,2026-05-22 09:48:00,400.0,0.6557,1,leg_gt,0.13,60 -46211,sell_compound_top3,sell,2026-05-22 09:51:00,400.0,0.6557,1,leg_gt,0.13,60 -46212,sell_compound_top3,sell,2026-05-22 09:54:00,401.0,0.9076,1,leg_gt,0.13,60 -46213,sell_compound_top3,sell,2026-05-22 09:57:00,403.0,1.4113,1,leg_gt,0.13,60 -46214,sell_compound_top3,sell,2026-05-22 10:27:00,403.0,1.4113,1,leg_gt,0.15,60 -46215,sell_compound_top3,sell,2026-05-22 10:30:00,405.0,1.9151,1,leg_gt,0.16,60 -46216,sell_compound_top3,sell,2026-05-22 10:33:00,406.0,2.167,1,leg_gt,0.16,60 -46217,sell_compound_top3,sell,2026-05-22 10:45:00,405.0,1.9151,1,leg_gt,0.17,60 -46218,sell_compound_top3,sell,2026-05-22 10:48:00,404.0,1.6632,1,leg_gt,0.17,60 -46219,sell_compound_top3,sell,2026-05-22 10:51:00,405.0,1.9151,1,leg_gt,0.17,60 -46220,sell_compound_top3,sell,2026-05-22 10:54:00,405.0,1.9151,1,leg_gt,0.17,60 -46221,sell_compound_top3,sell,2026-05-22 11:12:00,407.0,2.4189,1,leg_gt,0.19,60 -46222,sell_compound_top3,sell,2026-05-22 12:36:00,414.0,4.1821,1,leg_gt,0.24,60 -46223,sell_compound_top3,sell,2026-05-22 12:39:00,414.0,4.1821,1,leg_gt,0.25,60 -46224,sell_compound_top3,sell,2026-05-22 12:42:00,414.0,4.1821,1,leg_gt,0.25,60 -46225,sell_compound_top3,sell,2026-05-22 13:21:00,416.0,4.6859,1,leg_gt,0.28,60 -46226,sell_compound_top3,sell,2026-05-22 13:24:00,418.0,5.1897,1,leg_gt,0.28,60 -46227,sell_compound_top3,sell,2026-05-22 13:27:00,417.0,4.9378,1,leg_gt,0.28,60 -46228,sell_compound_top3,sell,2026-05-22 13:30:00,417.0,4.9378,1,leg_gt,0.28,60 -46229,sell_compound_top3,sell,2026-05-22 13:33:00,417.0,4.9378,1,leg_gt,0.28,60 -46230,sell_compound_top3,sell,2026-05-22 13:36:00,417.0,4.9378,1,leg_gt,0.29,60 -46231,sell_compound_top3,sell,2026-05-22 13:39:00,417.0,4.9378,1,leg_gt,0.29,60 -46232,sell_compound_top3,sell,2026-05-22 14:21:00,419.0,5.4416,1,leg_gt,0.32,60 -46233,sell_compound_top3,sell,2026-05-22 14:24:00,417.0,4.9378,1,leg_gt,0.32,60 -46234,sell_compound_top3,sell,2026-05-22 14:27:00,418.0,5.1897,1,leg_gt,0.32,60 -46235,sell_compound_top3,sell,2026-05-22 14:30:00,419.0,5.4416,1,leg_gt,0.32,60 -46236,sell_compound_top3,sell,2026-05-22 14:33:00,420.0,5.6935,1,leg_gt,0.32,60 -46237,sell_compound_top3,sell,2026-05-22 14:51:00,420.0,5.6935,1,leg_gt,0.34,60 -46238,sell_compound_top3,sell,2026-05-22 14:54:00,421.0,5.9453,1,leg_gt,0.34,60 -46239,sell_compound_top3,sell,2026-05-22 14:57:00,420.0,5.6935,1,leg_gt,0.34,60 -46240,sell_compound_top3,sell,2026-05-22 15:00:00,420.0,5.6935,1,leg_gt,0.34,60 -46241,sell_compound_top3,sell,2026-05-22 15:03:00,421.0,5.9453,1,leg_gt,0.35,60 -46242,sell_compound_top3,sell,2026-05-22 16:57:00,429.0,7.9605,1,leg_gt,0.42,60 -46243,sell_compound_top3,sell,2026-05-22 17:00:00,428.0,7.7086,1,leg_gt,0.43,60 -46244,sell_compound_top3,sell,2026-05-22 17:03:00,430.0,8.2123,1,leg_gt,0.43,60 -46245,sell_compound_top3,sell,2026-05-22 17:15:00,429.0,7.9605,1,leg_gt,0.44,60 -46246,sell_compound_top3,sell,2026-05-22 17:18:00,430.0,8.2123,1,leg_gt,0.44,60 -46247,sell_compound_top3,sell,2026-05-22 17:21:00,431.0,8.4642,1,leg_gt,0.44,60 -46248,sell_compound_top3,sell,2026-05-22 17:24:00,433.0,8.968,1,leg_gt,0.44,60 -46249,sell_compound_top3,sell,2026-05-22 17:27:00,433.0,8.968,1,leg_gt,0.45,60 -46250,sell_compound_top3,sell,2026-05-22 17:30:00,436.0,9.7237,1,leg_gt,0.45,60 -46251,sell_compound_top3,sell,2026-05-22 17:33:00,434.0,9.2199,1,leg_gt,0.45,60 -46252,sell_compound_top3,sell,2026-05-22 20:51:00,436.0,4.4564,1,leg_gt,0.1,60 -46253,sell_compound_top3,sell,2026-05-22 20:54:00,436.0,4.4564,1,leg_gt,0.1,60 -46254,sell_compound_top3,sell,2026-05-22 23:00:00,441.0,5.6554,1,leg_gt,0.19,60 -46255,sell_compound_top3,sell,2026-05-22 23:03:00,441.0,5.6554,1,leg_gt,0.19,60 -46256,sell_compound_top3,sell,2026-05-23 00:12:00,437.0,2.7235,1,leg_gt,0.04,60 -46257,sell_compound_top3,sell,2026-05-23 00:21:00,441.0,3.6647,1,leg_gt,0.04,60 -46258,sell_compound_top3,sell,2026-05-23 00:24:00,442.0,3.9,1,leg_gt,0.04,60 -46259,sell_compound_top3,sell,2026-05-23 06:51:00,425.0,4.3226,1,leg_gt,0.1,60 -46260,sell_compound_top3,sell,2026-05-23 06:54:00,423.0,3.8312,1,leg_gt,0.1,60 -46261,sell_compound_top3,sell,2026-05-23 12:21:00,409.0,0.3914,1,leg_gt,0.32,60 -46262,sell_compound_top3,sell,2026-05-23 12:24:00,410.0,0.6371,1,leg_gt,0.33,60 -46263,sell_compound_top3,sell,2026-05-23 12:27:00,408.0,0.1457,1,leg_gt,0.33,60 -46264,sell_compound_top3,sell,2026-05-23 12:30:00,408.0,0.1457,1,leg_gt,0.33,60 -46265,sell_compound_top3,sell,2026-05-23 12:33:00,409.0,0.3914,1,leg_gt,0.33,60 -46266,sell_compound_top3,sell,2026-05-23 12:36:00,411.0,0.8828,1,leg_gt,0.34,60 -46267,sell_compound_top3,sell,2026-05-23 12:39:00,411.0,0.8828,1,leg_gt,0.34,60 -46268,sell_compound_top3,sell,2026-05-23 12:45:00,412.0,1.1285,1,leg_gt,0.34,60 -46269,sell_compound_top3,sell,2026-05-23 12:48:00,410.0,0.6371,1,leg_gt,0.34,60 -46270,sell_compound_top3,sell,2026-05-23 12:51:00,410.0,0.6371,1,leg_gt,0.35,60 -46271,sell_compound_top3,sell,2026-05-23 12:54:00,410.0,0.6371,1,leg_gt,0.35,60 -46272,sell_compound_top3,sell,2026-05-23 13:30:00,412.0,1.1285,1,leg_gt,0.37,60 -46273,sell_compound_top3,sell,2026-05-23 13:33:00,415.0,1.8656,1,leg_gt,0.38,60 -46274,sell_compound_top3,sell,2026-05-23 19:42:00,401.0,2.1959,1,leg_gt,0.12,60 -46275,sell_compound_top3,sell,2026-05-23 19:45:00,401.0,2.1959,1,leg_gt,0.12,60 -46276,sell_compound_top3,sell,2026-05-23 19:48:00,400.0,1.9408,1,leg_gt,0.12,60 -46277,sell_compound_top3,sell,2026-05-23 20:21:00,402.0,2.451,1,leg_gt,0.15,60 -46278,sell_compound_top3,sell,2026-05-23 20:24:00,402.0,2.451,1,leg_gt,0.15,60 -46279,sell_compound_top3,sell,2026-05-23 20:30:00,404.0,2.9612,1,leg_gt,0.15,60 -46280,sell_compound_top3,sell,2026-05-23 20:33:00,404.0,2.9612,1,leg_gt,0.16,60 -46281,sell_compound_top3,sell,2026-05-23 20:42:00,404.0,2.9612,1,leg_gt,0.16,60 -46282,sell_compound_top3,sell,2026-05-23 20:45:00,404.0,2.9612,1,leg_gt,0.16,60 -46283,sell_compound_top3,sell,2026-05-23 20:48:00,403.0,2.7061,1,leg_gt,0.17,60 -46284,sell_compound_top3,sell,2026-05-23 21:51:00,407.0,3.7265,1,leg_gt,0.21,60 -46285,sell_compound_top3,sell,2026-05-23 21:54:00,405.0,3.2163,1,leg_gt,0.21,60 -46286,sell_compound_top3,sell,2026-05-23 21:57:00,406.0,3.4714,1,leg_gt,0.21,60 -46287,sell_compound_top3,sell,2026-05-23 22:00:00,407.0,3.7265,1,leg_gt,0.22,60 -46288,sell_compound_top3,sell,2026-05-23 22:03:00,407.0,3.7265,1,leg_gt,0.22,60 -46289,sell_compound_top3,sell,2026-05-23 22:06:00,409.0,4.2367,1,leg_gt,0.22,60 -46290,sell_compound_top3,sell,2026-05-23 22:09:00,410.0,4.4918,1,leg_gt,0.22,60 -46291,sell_compound_top3,sell,2026-05-23 22:12:00,408.0,3.9816,1,leg_gt,0.22,60 -46292,sell_compound_top3,sell,2026-05-23 22:15:00,409.0,4.2367,1,leg_gt,0.23,60 -46293,sell_compound_top3,sell,2026-05-23 22:18:00,408.0,3.9816,1,leg_gt,0.23,60 -46294,sell_compound_top3,sell,2026-05-23 22:21:00,409.0,4.2367,1,leg_gt,0.23,60 -46295,sell_compound_top3,sell,2026-05-23 22:24:00,410.0,4.4918,1,leg_gt,0.23,60 -46296,sell_compound_top3,sell,2026-05-23 22:27:00,412.0,5.002,1,leg_gt,0.24,60 -46297,sell_compound_top3,sell,2026-05-23 22:36:00,412.0,5.002,1,leg_gt,0.24,60 -46298,sell_compound_top3,sell,2026-05-23 22:39:00,412.0,5.002,1,leg_gt,0.24,60 -46299,sell_compound_top3,sell,2026-05-23 22:45:00,412.0,5.002,1,leg_gt,0.25,60 -46300,sell_compound_top3,sell,2026-05-23 22:48:00,413.0,5.2571,1,leg_gt,0.25,60 -46301,sell_compound_top3,sell,2026-05-23 22:51:00,415.0,5.7673,1,leg_gt,0.25,60 -46302,sell_compound_top3,sell,2026-05-23 22:54:00,414.0,5.5122,1,leg_gt,0.25,60 -46303,sell_compound_top3,sell,2026-05-23 23:00:00,416.0,6.0224,1,leg_gt,0.26,60 -46304,sell_compound_top3,sell,2026-05-23 23:03:00,413.0,5.2571,1,leg_gt,0.26,60 -46305,sell_compound_top3,sell,2026-05-23 23:12:00,419.0,6.7878,1,leg_gt,0.27,60 -46306,sell_compound_top3,sell,2026-05-23 23:15:00,419.0,6.7878,1,leg_gt,0.27,60 -46307,sell_compound_top3,sell,2026-05-23 23:18:00,417.0,6.2776,1,leg_gt,0.27,60 -46308,sell_compound_top3,sell,2026-05-23 23:21:00,416.0,6.0224,1,leg_gt,0.27,60 -46309,sell_compound_top3,sell,2026-05-23 23:24:00,416.0,6.0224,1,leg_gt,0.28,60 -46310,sell_compound_top3,sell,2026-05-23 23:51:00,420.0,7.0429,1,leg_gt,0.29,60 -46311,sell_compound_top3,sell,2026-05-23 23:54:00,419.0,6.7878,1,leg_gt,0.3,60 -46312,sell_compound_top3,sell,2026-05-23 23:57:00,422.0,7.5531,1,leg_gt,0.3,60 -46313,sell_compound_top3,sell,2026-05-24 00:00:00,419.0,6.7878,1,leg_gt,0.3,60 -46314,sell_compound_top3,sell,2026-05-24 00:03:00,419.0,6.7878,1,leg_gt,0.3,60 -46315,sell_compound_top3,sell,2026-05-24 00:06:00,420.0,7.0429,1,leg_gt,0.3,60 -46316,sell_compound_top3,sell,2026-05-24 00:09:00,422.0,7.5531,1,leg_gt,0.31,60 -46317,sell_compound_top3,sell,2026-05-24 00:12:00,423.0,7.8082,1,leg_gt,0.31,60 -46318,sell_compound_top3,sell,2026-05-24 00:21:00,423.0,7.8082,1,leg_gt,0.31,60 -46319,sell_compound_top3,sell,2026-05-24 00:24:00,423.0,7.8082,1,leg_gt,0.32,60 -46320,sell_compound_top3,sell,2026-05-24 00:27:00,423.0,7.8082,1,leg_gt,0.32,60 -46321,sell_compound_top3,sell,2026-05-24 01:00:00,424.0,8.0633,1,leg_gt,0.34,60 -46322,sell_compound_top3,sell,2026-05-24 01:03:00,425.0,8.3184,1,leg_gt,0.34,60 -46323,sell_compound_top3,sell,2026-05-24 01:06:00,424.0,8.0633,1,leg_gt,0.35,60 -46324,sell_compound_top3,sell,2026-05-24 01:09:00,424.0,8.0633,1,leg_gt,0.35,60 -46325,sell_compound_top3,sell,2026-05-24 01:12:00,425.0,8.3184,1,leg_gt,0.35,60 -46326,sell_compound_top3,sell,2026-05-24 01:21:00,426.0,8.5735,1,leg_gt,0.36,60 -46327,sell_compound_top3,sell,2026-05-24 01:24:00,424.0,8.0633,1,leg_gt,0.36,60 -46328,sell_compound_top3,sell,2026-05-24 01:27:00,425.0,8.3184,1,leg_gt,0.36,60 -46329,sell_compound_top3,sell,2026-05-24 01:30:00,425.0,8.3184,1,leg_gt,0.36,60 -46330,sell_compound_top3,sell,2026-05-24 01:33:00,426.0,8.5735,1,leg_gt,0.36,60 -46331,sell_compound_top3,sell,2026-05-24 01:36:00,426.0,8.5735,1,leg_gt,0.37,60 -46332,sell_compound_top3,sell,2026-05-24 01:39:00,428.0,9.0837,1,leg_gt,0.37,60 -46333,sell_compound_top3,sell,2026-05-24 02:27:00,436.0,11.1245,1,leg_gt,0.4,60 -46334,sell_compound_top3,sell,2026-05-24 02:36:00,440.0,12.1449,1,leg_gt,0.41,60 -46335,sell_compound_top3,sell,2026-05-24 02:39:00,441.0,12.4,1,leg_gt,0.41,60 -46336,sell_compound_top3,sell,2026-05-24 02:42:00,443.0,12.9102,1,leg_gt,0.41,60 -46337,sell_compound_top3,sell,2026-05-24 03:06:00,444.0,13.1653,1,leg_gt,0.43,60 -46338,sell_compound_top3,sell,2026-05-24 03:09:00,445.0,13.4204,1,leg_gt,0.43,60 -46339,sell_compound_top3,sell,2026-05-24 03:12:00,446.0,13.6755,1,leg_gt,0.43,60 -46340,sell_compound_top3,sell,2026-05-24 03:15:00,450.0,14.6959,1,leg_gt,0.44,60 -46341,sell_compound_top3,sell,2026-05-24 03:18:00,451.0,14.951,1,leg_gt,0.44,60 -46342,sell_compound_top3,sell,2026-05-24 03:21:00,450.0,14.6959,1,leg_gt,0.44,60 -46343,sell_compound_top3,sell,2026-05-24 03:24:00,449.0,14.4408,1,leg_gt,0.44,60 -46344,sell_compound_top3,sell,2026-05-24 03:27:00,448.0,14.1857,1,leg_gt,0.44,60 -46345,sell_compound_top3,sell,2026-05-24 03:30:00,450.0,14.6959,1,leg_gt,0.45,60 -46346,sell_compound_top3,sell,2026-05-24 03:33:00,454.0,15.7163,1,leg_gt,0.45,60 -46347,sell_compound_top3,sell,2026-05-24 03:42:00,454.0,15.7163,1,leg_gt,0.45,60 -46348,sell_compound_top3,sell,2026-05-24 03:45:00,454.0,15.7163,1,leg_gt,0.46,60 -46349,sell_compound_top3,sell,2026-05-24 03:48:00,456.0,16.2265,1,leg_gt,0.46,60 -46350,sell_compound_top3,sell,2026-05-24 03:51:00,457.0,16.4816,1,leg_gt,0.46,60 -46351,sell_compound_top3,sell,2026-05-24 03:54:00,459.0,16.9918,1,leg_gt,0.46,60 -46352,sell_compound_top3,sell,2026-05-24 03:57:00,458.0,16.7367,1,leg_gt,0.46,60 -46353,sell_compound_top3,sell,2026-05-24 10:15:00,453.0,1.927,1,leg_gt,0.06,60 -46354,sell_compound_top3,sell,2026-05-24 10:18:00,453.0,1.927,1,leg_gt,0.07,60 -46355,sell_compound_top3,sell,2026-05-24 10:21:00,452.0,1.7018,1,leg_gt,0.07,60 -46356,sell_compound_top3,sell,2026-05-24 10:24:00,453.0,1.927,1,leg_gt,0.07,60 -46357,sell_compound_top3,sell,2026-05-24 13:51:00,452.0,1.7018,1,leg_gt,0.21,60 -46358,sell_compound_top3,sell,2026-05-24 13:54:00,453.0,1.927,1,leg_gt,0.22,60 -46359,sell_compound_top3,sell,2026-05-24 15:12:00,453.0,1.927,1,leg_gt,0.27,60 -46360,sell_compound_top3,sell,2026-05-24 15:15:00,453.0,1.927,1,leg_gt,0.27,60 -46361,sell_compound_top3,sell,2026-05-24 15:18:00,453.0,1.927,1,leg_gt,0.28,60 -46362,sell_compound_top3,sell,2026-05-24 15:42:00,453.0,1.927,1,leg_gt,0.29,60 -46363,sell_compound_top3,sell,2026-05-24 15:45:00,454.0,2.1523,1,leg_gt,0.29,60 -46364,sell_compound_top3,sell,2026-05-24 15:48:00,455.0,2.3775,1,leg_gt,0.3,60 -46365,sell_compound_top3,sell,2026-05-24 15:57:00,453.0,1.927,1,leg_gt,0.3,60 -46366,sell_compound_top3,sell,2026-05-24 16:00:00,455.0,2.3775,1,leg_gt,0.3,60 -46367,sell_compound_top3,sell,2026-05-24 16:03:00,454.0,2.1523,1,leg_gt,0.31,60 -46368,sell_compound_top3,sell,2026-05-24 16:12:00,456.0,2.6027,1,leg_gt,0.31,60 -46369,sell_compound_top3,sell,2026-05-24 16:15:00,456.0,2.6027,1,leg_gt,0.31,60 -46370,sell_compound_top3,sell,2026-05-24 16:18:00,456.0,2.6027,1,leg_gt,0.32,60 -46371,sell_compound_top3,sell,2026-05-24 22:12:00,456.0,2.6027,1,leg_gt,0.56,60 -46372,sell_compound_top3,sell,2026-05-24 22:15:00,458.0,3.0532,1,leg_gt,0.56,60 -46373,sell_compound_top3,sell,2026-05-24 22:18:00,458.0,3.0532,1,leg_gt,0.57,60 -46374,sell_compound_top3,sell,2026-05-24 22:21:00,457.0,2.8279,1,leg_gt,0.57,60 -46375,sell_compound_top3,sell,2026-05-24 22:24:00,457.0,2.8279,1,leg_gt,0.57,60 -46376,sell_compound_top3,sell,2026-05-25 08:12:00,440.0,2.9445,1,leg_gt,0.06,60 -46377,sell_compound_top3,sell,2026-05-25 08:15:00,442.0,3.4129,1,leg_gt,0.06,60 -46378,sell_compound_top3,sell,2026-05-25 08:18:00,439.0,2.7103,1,leg_gt,0.07,60 -46379,sell_compound_top3,sell,2026-05-25 14:42:00,439.0,2.7103,1,leg_gt,0.33,60 -46380,sell_compound_top3,sell,2026-05-25 14:45:00,440.0,2.9445,1,leg_gt,0.34,60 -46381,sell_compound_top3,sell,2026-05-25 14:48:00,440.0,2.9445,1,leg_gt,0.34,60 -46382,sell_compound_top3,sell,2026-05-25 15:00:00,440.0,2.9445,1,leg_gt,0.35,60 -46383,sell_compound_top3,sell,2026-05-25 15:03:00,439.0,2.7103,1,leg_gt,0.35,60 -46384,sell_compound_top3,sell,2026-05-25 16:30:00,440.0,2.9445,1,leg_gt,0.41,60 -46385,sell_compound_top3,sell,2026-05-25 16:33:00,444.0,3.8813,1,leg_gt,0.41,60 -46386,sell_compound_top3,sell,2026-05-25 16:51:00,441.0,3.1787,1,leg_gt,0.42,60 -46387,sell_compound_top3,sell,2026-05-25 16:54:00,441.0,3.1787,1,leg_gt,0.42,60 -46388,sell_compound_top3,sell,2026-05-25 16:57:00,443.0,3.6471,1,leg_gt,0.43,60 -46389,sell_compound_top3,sell,2026-05-25 17:00:00,443.0,3.6471,1,leg_gt,0.43,60 -46390,sell_compound_top3,sell,2026-05-25 17:03:00,443.0,3.6471,1,leg_gt,0.43,60 -46391,sell_compound_top3,sell,2026-05-25 17:06:00,444.0,3.8813,1,leg_gt,0.43,60 -46392,sell_compound_top3,sell,2026-05-25 17:09:00,443.0,3.6471,1,leg_gt,0.44,60 -46393,sell_compound_top3,sell,2026-05-25 17:12:00,443.0,3.6471,1,leg_gt,0.44,60 -46394,sell_compound_top3,sell,2026-05-25 17:30:00,446.0,4.3496,1,leg_gt,0.45,60 -46395,sell_compound_top3,sell,2026-05-25 17:33:00,444.0,3.8813,1,leg_gt,0.45,60 -46396,sell_compound_top3,sell,2026-05-25 17:36:00,445.0,4.1155,1,leg_gt,0.45,60 -46397,sell_compound_top3,sell,2026-05-25 17:39:00,446.0,4.3496,1,leg_gt,0.46,60 -46398,sell_compound_top3,sell,2026-05-25 18:06:00,453.0,5.989,1,leg_gt,0.48,60 -46399,sell_compound_top3,sell,2026-05-25 18:09:00,455.0,6.4574,1,leg_gt,0.48,60 -46400,sell_compound_top3,sell,2026-05-25 18:12:00,455.0,6.4574,1,leg_gt,0.48,60 -46401,sell_compound_top3,sell,2026-05-25 18:15:00,453.0,5.989,1,leg_gt,0.48,60 -46402,sell_compound_top3,sell,2026-05-25 18:18:00,456.0,6.6916,1,leg_gt,0.48,60 -46403,sell_compound_top3,sell,2026-05-25 18:21:00,455.0,6.4574,1,leg_gt,0.49,60 -46404,sell_compound_top3,sell,2026-05-25 18:24:00,454.0,6.2232,1,leg_gt,0.49,60 -46405,sell_compound_top3,sell,2026-05-25 23:15:00,455.0,6.4574,1,leg_gt,0.69,60 -46406,sell_compound_top3,sell,2026-05-25 23:18:00,454.0,6.2232,1,leg_gt,0.69,60 -46407,sell_compound_top3,sell,2026-05-26 01:57:00,453.0,5.989,1,leg_gt,0.8,60 -46408,sell_compound_top3,sell,2026-05-26 02:36:00,459.0,7.3941,1,leg_gt,0.83,60 -46409,sell_compound_top3,sell,2026-05-26 02:39:00,460.0,7.6283,1,leg_gt,0.83,60 -46410,sell_compound_top3,sell,2026-05-26 02:42:00,462.0,8.0967,1,leg_gt,0.83,60 -46411,sell_compound_top3,sell,2026-05-26 03:00:00,465.0,8.7993,1,leg_gt,0.85,60 -46412,sell_compound_top3,sell,2026-05-26 03:03:00,468.0,9.5019,1,leg_gt,0.85,60 -46413,sell_compound_top3,sell,2026-05-26 03:12:00,467.0,9.2677,1,leg_gt,0.85,60 -46414,sell_compound_top3,sell,2026-05-26 03:15:00,468.0,9.5019,1,leg_gt,0.86,60 -46415,sell_compound_top3,sell,2026-05-26 03:18:00,473.0,10.6728,1,leg_gt,0.86,60 -46416,sell_compound_top3,sell,2026-05-26 03:27:00,473.0,10.6728,1,leg_gt,0.86,60 -46417,sell_compound_top3,sell,2026-05-26 03:36:00,477.0,11.6096,1,leg_gt,0.87,60 -46418,sell_compound_top3,sell,2026-05-26 03:39:00,477.0,11.6096,1,leg_gt,0.87,60 -46419,sell_compound_top3,sell,2026-05-26 03:45:00,483.0,13.0148,1,leg_gt,0.88,60 -46420,sell_compound_top3,sell,2026-05-26 03:48:00,481.0,12.5464,1,leg_gt,0.88,60 -46421,sell_compound_top3,sell,2026-05-26 03:51:00,481.0,12.5464,1,leg_gt,0.88,60 -46422,sell_compound_top3,sell,2026-05-26 03:54:00,483.0,13.0148,1,leg_gt,0.88,60 -46423,sell_compound_top3,sell,2026-05-26 03:57:00,485.0,13.4831,1,leg_gt,0.89,60 -46424,sell_compound_top3,sell,2026-05-26 04:00:00,484.0,13.2489,1,leg_gt,0.89,60 -46425,sell_compound_top3,sell,2026-05-26 04:03:00,482.0,12.7806,1,leg_gt,0.89,60 -46426,sell_compound_top3,sell,2026-05-26 04:06:00,488.0,14.1857,1,leg_gt,0.89,60 -46427,sell_compound_top3,sell,2026-05-26 04:09:00,489.0,14.4199,1,leg_gt,0.89,60 -46428,sell_compound_top3,sell,2026-05-26 04:12:00,492.0,15.1225,1,leg_gt,0.9,60 -46429,sell_compound_top3,sell,2026-05-26 04:15:00,491.0,14.8883,1,leg_gt,0.9,60 -46430,sell_compound_top3,sell,2026-05-26 04:18:00,491.0,14.8883,1,leg_gt,0.9,60 -46431,sell_compound_top3,sell,2026-05-26 04:21:00,491.0,14.8883,1,leg_gt,0.9,60 -46432,sell_compound_top3,sell,2026-05-26 04:24:00,495.0,15.8251,1,leg_gt,0.9,60 -46433,sell_compound_top3,sell,2026-05-26 04:27:00,495.0,15.8251,1,leg_gt,0.91,60 -46434,sell_compound_top3,sell,2026-05-26 04:30:00,497.0,16.2934,1,leg_gt,0.91,60 -46435,sell_compound_top3,sell,2026-05-26 04:33:00,499.0,16.7618,1,leg_gt,0.91,60 -46436,sell_compound_top3,sell,2026-05-26 05:12:00,502.0,17.4644,1,leg_gt,0.94,60 -46437,sell_compound_top3,sell,2026-05-26 13:00:00,493.0,2.1822,1,leg_gt,0.13,60 -46438,sell_compound_top3,sell,2026-05-26 13:03:00,494.0,2.3896,1,leg_gt,0.13,60 -46439,sell_compound_top3,sell,2026-05-26 13:51:00,502.0,4.0494,1,leg_gt,0.17,60 -46440,sell_compound_top3,sell,2026-05-26 13:54:00,504.0,4.4643,1,leg_gt,0.17,60 -46441,sell_compound_top3,sell,2026-05-26 13:57:00,506.0,4.8793,1,leg_gt,0.17,60 -46442,sell_compound_top3,sell,2026-05-26 14:00:00,505.0,4.6718,1,leg_gt,0.17,60 -46443,sell_compound_top3,sell,2026-05-26 14:03:00,503.0,4.2568,1,leg_gt,0.18,60 -46444,sell_compound_top3,sell,2026-05-26 14:06:00,505.0,4.6718,1,leg_gt,0.18,60 -46445,sell_compound_top3,sell,2026-05-26 14:09:00,505.0,4.6718,1,leg_gt,0.18,60 -46446,sell_compound_top3,sell,2026-05-26 14:12:00,505.0,4.6718,1,leg_gt,0.18,60 -46447,sell_compound_top3,sell,2026-05-26 14:15:00,508.0,5.2942,1,leg_gt,0.18,60 -46448,sell_compound_top3,sell,2026-05-26 14:18:00,509.0,5.5017,1,leg_gt,0.19,60 -46449,sell_compound_top3,sell,2026-05-26 15:42:00,521.0,7.9913,1,leg_gt,0.24,60 -46450,sell_compound_top3,sell,2026-05-26 15:45:00,524.0,8.6137,1,leg_gt,0.25,60 -46451,sell_compound_top3,sell,2026-05-26 15:48:00,528.0,9.4436,1,leg_gt,0.25,60 -46452,sell_compound_top3,sell,2026-05-26 16:51:00,535.0,10.8959,1,leg_gt,0.29,60 -46453,sell_compound_top3,sell,2026-05-26 16:54:00,539.0,11.7257,1,leg_gt,0.29,60 -46454,sell_compound_top3,sell,2026-05-26 16:57:00,536.0,11.1033,1,leg_gt,0.3,60 -46455,sell_compound_top3,sell,2026-05-26 17:00:00,539.0,11.7257,1,leg_gt,0.3,60 -46456,sell_compound_top3,sell,2026-05-26 17:03:00,543.0,12.5556,1,leg_gt,0.3,60 -46457,sell_compound_top3,sell,2026-05-26 17:12:00,542.0,12.3481,1,leg_gt,0.31,60 -46458,sell_compound_top3,sell,2026-05-26 17:15:00,539.0,11.7257,1,leg_gt,0.31,60 -46459,sell_compound_top3,sell,2026-05-26 17:18:00,542.0,12.3481,1,leg_gt,0.31,60 -46460,sell_compound_top3,sell,2026-05-26 17:21:00,543.0,12.5556,1,leg_gt,0.31,60 -46461,sell_compound_top3,sell,2026-05-26 17:24:00,542.0,12.3481,1,leg_gt,0.31,60 -46462,sell_compound_top3,sell,2026-05-26 17:57:00,554.0,14.8378,1,leg_gt,0.34,60 -46463,sell_compound_top3,sell,2026-05-26 18:00:00,549.0,13.8004,1,leg_gt,0.34,60 -46464,sell_compound_top3,sell,2026-05-26 18:03:00,553.0,14.6303,1,leg_gt,0.34,60 -46465,sell_compound_top3,sell,2026-05-26 18:06:00,552.0,14.4228,1,leg_gt,0.34,60 -46466,sell_compound_top3,sell,2026-05-26 18:09:00,550.0,14.0079,1,leg_gt,0.35,60 -46467,sell_compound_top3,sell,2026-05-26 18:12:00,553.0,14.6303,1,leg_gt,0.35,60 -46468,sell_compound_top3,sell,2026-05-26 18:15:00,551.0,14.2154,1,leg_gt,0.35,60 -46469,sell_compound_top3,sell,2026-05-26 18:18:00,554.0,14.8378,1,leg_gt,0.35,60 -46470,sell_compound_top3,sell,2026-05-26 18:21:00,556.0,15.2527,1,leg_gt,0.35,60 -46471,sell_compound_top3,sell,2026-05-26 18:24:00,555.0,15.0452,1,leg_gt,0.36,60 -46472,sell_compound_top3,sell,2026-05-26 18:30:00,552.0,14.4228,1,leg_gt,0.36,60 -46473,sell_compound_top3,sell,2026-05-26 18:33:00,554.0,14.8378,1,leg_gt,0.36,60 -46474,sell_compound_top3,sell,2026-05-26 18:45:00,557.0,15.4602,1,leg_gt,0.37,60 -46475,sell_compound_top3,sell,2026-05-26 18:48:00,555.0,15.0452,1,leg_gt,0.37,60 -46476,sell_compound_top3,sell,2026-05-26 18:51:00,558.0,15.6676,1,leg_gt,0.38,60 -46477,sell_compound_top3,sell,2026-05-26 18:54:00,560.0,16.0826,1,leg_gt,0.38,60 -46478,sell_compound_top3,sell,2026-05-26 19:00:00,564.0,16.9124,1,leg_gt,0.38,60 -46479,sell_compound_top3,sell,2026-05-26 19:03:00,558.0,15.6676,1,leg_gt,0.38,60 -46480,sell_compound_top3,sell,2026-05-26 19:12:00,565.0,17.1199,1,leg_gt,0.39,60 -46481,sell_compound_top3,sell,2026-05-26 19:27:00,573.0,18.7797,1,leg_gt,0.4,60 -46482,sell_compound_top3,sell,2026-05-26 19:51:00,579.0,20.0245,1,leg_gt,0.42,60 -46483,sell_compound_top3,sell,2026-05-26 19:54:00,579.0,20.0245,1,leg_gt,0.42,60 -46484,sell_compound_top3,sell,2026-05-26 19:57:00,583.0,20.8544,1,leg_gt,0.42,60 -46485,sell_compound_top3,sell,2026-05-26 20:00:00,584.0,21.0618,1,leg_gt,0.42,60 -46486,sell_compound_top3,sell,2026-05-26 20:03:00,587.0,21.6842,1,leg_gt,0.42,60 -46487,sell_compound_top3,sell,2026-05-26 20:06:00,580.0,20.232,1,leg_gt,0.43,60 -46488,sell_compound_top3,sell,2026-05-26 20:09:00,583.0,20.8544,1,leg_gt,0.43,60 -46489,sell_compound_top3,sell,2026-05-26 20:12:00,588.0,21.8917,1,leg_gt,0.43,60 -46490,sell_compound_top3,sell,2026-05-26 20:42:00,582.0,20.6469,1,leg_gt,0.45,60 -46491,sell_compound_top3,sell,2026-05-26 21:21:00,593.0,22.929,1,leg_gt,0.48,60 -46492,sell_compound_top3,sell,2026-05-26 21:24:00,598.0,23.9664,1,leg_gt,0.48,60 -46493,sell_compound_top3,sell,2026-05-27 00:51:00,593.0,5.0418,1,leg_gt,0.08,60 -46494,sell_compound_top3,sell,2026-05-27 00:54:00,593.0,5.0418,1,leg_gt,0.08,60 -46495,sell_compound_top3,sell,2026-05-27 01:06:00,594.0,5.2191,1,leg_gt,0.09,60 -46496,sell_compound_top3,sell,2026-05-27 01:09:00,598.0,5.9284,1,leg_gt,0.09,60 -46497,sell_compound_top3,sell,2026-05-27 14:45:00,543.0,3.923,1,leg_gt,0.06,60 -46498,sell_compound_top3,sell,2026-05-27 14:48:00,547.0,4.6893,1,leg_gt,0.06,60 -46499,sell_compound_top3,sell,2026-05-27 21:12:00,536.0,2.9769,1,leg_gt,0.12,60 -46500,sell_compound_top3,sell,2026-05-27 21:15:00,538.0,3.3615,1,leg_gt,0.12,60 -46501,sell_compound_top3,sell,2026-05-27 21:18:00,536.0,2.9769,1,leg_gt,0.13,60 -46502,sell_compound_top3,sell,2026-05-27 21:21:00,538.0,3.3615,1,leg_gt,0.13,60 -46503,sell_compound_top3,sell,2026-05-27 21:24:00,538.0,3.3615,1,leg_gt,0.13,60 -46504,sell_compound_top3,sell,2026-05-27 21:27:00,538.0,3.3615,1,leg_gt,0.13,60 -46505,sell_compound_top3,sell,2026-05-28 00:27:00,543.0,4.3231,1,leg_gt,0.26,60 -46506,sell_compound_top3,sell,2026-05-28 00:30:00,544.0,4.5154,1,leg_gt,0.26,60 -46507,sell_compound_top3,sell,2026-05-28 00:33:00,545.0,4.7077,1,leg_gt,0.26,60 -46508,sell_compound_top3,sell,2026-05-28 00:36:00,545.0,4.7077,1,leg_gt,0.26,60 -46509,sell_compound_top3,sell,2026-05-28 00:39:00,544.0,4.5154,1,leg_gt,0.27,60 -46510,sell_compound_top3,sell,2026-05-28 05:42:00,519.0,-0.2923,0,leg_gt,0.48,60 -46511,sell_compound_top3,sell,2026-05-29 04:00:00,424.0,2.8126,1,leg_gt,0.05,60 -46512,sell_compound_top3,sell,2026-05-29 04:03:00,423.0,2.5699,1,leg_gt,0.05,60 -46513,sell_compound_top3,sell,2026-05-29 06:42:00,425.0,3.0553,1,leg_gt,0.16,60 -46514,sell_compound_top3,sell,2026-05-29 09:42:00,425.0,4.0667,1,leg_gt,0.09,60 -46515,sell_compound_top3,sell,2026-05-29 09:45:00,427.0,4.5569,1,leg_gt,0.1,60 -46516,sell_compound_top3,sell,2026-05-29 09:48:00,426.0,4.3118,1,leg_gt,0.1,60 -46517,sell_compound_top3,sell,2026-05-29 09:51:00,426.0,4.3118,1,leg_gt,0.1,60 -46518,sell_compound_top3,sell,2026-05-29 09:54:00,427.0,4.5569,1,leg_gt,0.1,60 -46519,sell_compound_top3,sell,2026-05-29 09:57:00,426.0,4.3118,1,leg_gt,0.1,60 -46520,sell_compound_top3,sell,2026-05-29 10:00:00,428.0,4.802,1,leg_gt,0.11,60 -46521,sell_compound_top3,sell,2026-05-29 10:03:00,430.0,5.2922,1,leg_gt,0.11,60 -46522,sell_compound_top3,sell,2026-05-29 10:06:00,433.0,6.0275,1,leg_gt,0.11,60 -46523,sell_compound_top3,sell,2026-05-29 10:09:00,436.0,6.7627,1,leg_gt,0.11,60 -46524,sell_compound_top3,sell,2026-05-29 10:15:00,437.0,7.0078,1,leg_gt,0.12,60 -46525,sell_compound_top3,sell,2026-05-29 10:18:00,438.0,7.2529,1,leg_gt,0.12,60 -46526,sell_compound_top3,sell,2026-05-29 10:21:00,433.0,6.0275,1,leg_gt,0.12,60 -46527,sell_compound_top3,sell,2026-05-29 10:24:00,433.0,6.0275,1,leg_gt,0.12,60 -46528,sell_compound_top3,sell,2026-05-29 14:21:00,433.0,3.7369,1,leg_gt,0.05,60 -46529,sell_compound_top3,sell,2026-05-29 14:24:00,434.0,3.9767,1,leg_gt,0.05,60 -46530,sell_compound_top3,sell,2026-05-29 14:27:00,435.0,4.2165,1,leg_gt,0.05,60 -46531,sell_compound_top3,sell,2026-05-29 14:30:00,435.0,4.2165,1,leg_gt,0.06,60 -46532,sell_compound_top3,sell,2026-05-29 14:33:00,433.0,3.7369,1,leg_gt,0.06,60 -46533,sell_compound_top3,sell,2026-05-29 14:42:00,433.0,3.7369,1,leg_gt,0.06,60 -46534,sell_compound_top3,sell,2026-05-29 15:27:00,447.0,7.0942,1,leg_gt,0.1,60 -46535,sell_compound_top3,sell,2026-05-29 15:30:00,448.0,7.3341,1,leg_gt,0.1,60 -46536,sell_compound_top3,sell,2026-05-29 15:33:00,448.0,7.3341,1,leg_gt,0.1,60 -46537,sell_compound_top3,sell,2026-05-29 16:06:00,450.0,7.8137,1,leg_gt,0.12,60 -46538,sell_compound_top3,sell,2026-05-29 16:09:00,453.0,8.5331,1,leg_gt,0.12,60 -46539,sell_compound_top3,sell,2026-05-29 16:12:00,453.0,8.5331,1,leg_gt,0.13,60 -46540,sell_compound_top3,sell,2026-05-29 16:15:00,454.0,8.7729,1,leg_gt,0.13,60 -46541,sell_compound_top3,sell,2026-05-29 16:18:00,455.0,9.0127,1,leg_gt,0.13,60 -46542,sell_compound_top3,sell,2026-05-29 16:30:00,463.0,10.9312,1,leg_gt,0.14,60 -46543,sell_compound_top3,sell,2026-05-29 16:33:00,461.0,10.4516,1,leg_gt,0.14,60 -46544,sell_compound_top3,sell,2026-05-29 23:21:00,444.0,3.1558,1,leg_gt,0.08,60 -46545,sell_compound_top3,sell,2026-05-29 23:24:00,440.0,2.2256,1,leg_gt,0.08,60 -46546,sell_compound_top3,sell,2026-05-30 00:00:00,444.0,3.1558,1,leg_gt,0.1,60 -46547,sell_compound_top3,sell,2026-05-30 00:03:00,443.0,2.9233,1,leg_gt,0.1,60 -46548,sell_compound_top3,sell,2026-05-30 00:06:00,443.0,2.9233,1,leg_gt,0.11,60 -46549,sell_compound_top3,sell,2026-05-30 00:09:00,449.0,4.3186,1,leg_gt,0.11,60 -46550,sell_compound_top3,sell,2026-05-30 00:15:00,447.0,3.8535,1,leg_gt,0.11,60 -46551,sell_compound_top3,sell,2026-05-30 00:18:00,441.0,2.4581,1,leg_gt,0.11,60 -46552,sell_compound_top3,sell,2026-05-30 00:42:00,451.0,4.7837,1,leg_gt,0.13,60 -46553,sell_compound_top3,sell,2026-05-30 02:45:00,455.0,3.5446,1,leg_gt,0.06,60 -46554,sell_compound_top3,sell,2026-05-30 02:48:00,453.0,3.0891,1,leg_gt,0.06,60 -46555,sell_compound_top3,sell,2026-05-30 10:45:00,436.0,2.7302,1,leg_gt,0.03,60 -46556,sell_compound_top3,sell,2026-05-30 10:48:00,435.0,2.4943,1,leg_gt,0.04,60 -46557,sell_compound_top3,sell,2026-05-30 11:36:00,445.0,4.8528,1,leg_gt,0.07,60 -46558,sell_compound_top3,sell,2026-05-30 11:39:00,443.0,4.3811,1,leg_gt,0.07,60 -46559,sell_compound_top3,sell,2026-05-30 11:51:00,441.0,3.9094,1,leg_gt,0.08,60 -46560,sell_compound_top3,sell,2026-05-30 11:54:00,441.0,3.9094,1,leg_gt,0.08,60 -46561,sell_compound_top3,sell,2026-05-30 11:57:00,442.0,4.1453,1,leg_gt,0.08,60 -46562,sell_compound_top3,sell,2026-05-30 14:36:00,442.0,4.1453,1,leg_gt,0.05,60 -46563,sell_compound_top3,sell,2026-05-30 14:39:00,440.0,3.6736,1,leg_gt,0.05,60 -46564,sell_compound_top3,sell,2026-05-30 17:57:00,441.0,3.9094,1,leg_gt,0.19,60 -46565,sell_compound_top3,sell,2026-05-30 19:21:00,442.0,4.1453,1,leg_gt,0.24,60 -46566,sell_compound_top3,sell,2026-05-30 19:24:00,442.0,4.1453,1,leg_gt,0.25,60 -46567,sell_compound_top3,sell,2026-05-30 19:27:00,442.0,4.1453,1,leg_gt,0.25,60 -46568,sell_compound_top3,sell,2026-05-30 20:21:00,444.0,4.617,1,leg_gt,0.29,60 -46569,sell_compound_top3,sell,2026-05-30 20:24:00,444.0,4.617,1,leg_gt,0.29,60 -46570,sell_compound_top3,sell,2026-05-30 20:42:00,445.0,4.8528,1,leg_gt,0.3,60 -46571,sell_compound_top3,sell,2026-05-30 21:15:00,445.0,4.8528,1,leg_gt,0.32,60 -46572,sell_compound_top3,sell,2026-05-30 21:18:00,448.0,5.5604,1,leg_gt,0.32,60 -46573,sell_compound_top3,sell,2026-05-30 21:36:00,450.0,6.0321,1,leg_gt,0.34,60 -46574,sell_compound_top3,sell,2026-05-30 21:39:00,452.0,6.5038,1,leg_gt,0.34,60 -46575,sell_compound_top3,sell,2026-05-30 21:45:00,453.0,6.7396,1,leg_gt,0.34,60 -46576,sell_compound_top3,sell,2026-05-30 21:48:00,454.0,6.9755,1,leg_gt,0.35,60 -46577,sell_compound_top3,sell,2026-05-30 21:57:00,454.0,6.9755,1,leg_gt,0.35,60 -46578,sell_compound_top3,sell,2026-05-30 22:00:00,456.0,7.4472,1,leg_gt,0.35,60 -46579,sell_compound_top3,sell,2026-05-30 22:03:00,454.0,6.9755,1,leg_gt,0.36,60 -46580,sell_compound_top3,sell,2026-05-30 22:06:00,455.0,7.2113,1,leg_gt,0.36,60 -46581,sell_compound_top3,sell,2026-05-30 22:09:00,453.0,6.7396,1,leg_gt,0.36,60 -46582,sell_compound_top3,sell,2026-05-30 23:06:00,473.0,11.4566,1,leg_gt,0.4,60 -46583,sell_compound_top3,sell,2026-05-30 23:09:00,477.0,12.4,1,leg_gt,0.4,60 -46584,sell_compound_top3,sell,2026-05-30 23:12:00,472.0,11.2208,1,leg_gt,0.4,60 -46585,sell_compound_top3,sell,2026-05-30 23:15:00,476.0,12.1642,1,leg_gt,0.41,60 -46586,sell_compound_top3,sell,2026-05-30 23:18:00,478.0,12.6358,1,leg_gt,0.41,60 -46587,sell_compound_top3,sell,2026-05-30 23:21:00,484.0,14.0509,1,leg_gt,0.41,60 -46588,sell_compound_top3,sell,2026-05-30 23:24:00,487.0,14.7585,1,leg_gt,0.41,60 -46589,sell_compound_top3,sell,2026-05-30 23:27:00,488.0,14.9943,1,leg_gt,0.41,60 -46590,sell_compound_top3,sell,2026-05-30 23:51:00,490.0,15.466,1,leg_gt,0.43,60 -46591,sell_compound_top3,sell,2026-05-30 23:54:00,486.0,14.5226,1,leg_gt,0.43,60 -46592,sell_compound_top3,sell,2026-05-31 00:00:00,490.0,15.466,1,leg_gt,0.44,60 -46593,sell_compound_top3,sell,2026-05-31 00:03:00,493.0,16.1736,1,leg_gt,0.44,60 -46594,sell_compound_top3,sell,2026-05-31 00:06:00,501.0,18.0604,1,leg_gt,0.44,60 -46595,sell_compound_top3,sell,2026-05-31 00:09:00,490.0,15.466,1,leg_gt,0.44,60 -46596,sell_compound_top3,sell,2026-05-31 00:12:00,503.0,18.5321,1,leg_gt,0.45,60 -46597,sell_compound_top3,sell,2026-05-31 00:15:00,505.0,19.0038,1,leg_gt,0.45,60 -46598,sell_compound_top3,sell,2026-05-31 00:18:00,503.0,18.5321,1,leg_gt,0.45,60 -46599,sell_compound_top3,sell,2026-05-31 00:21:00,502.0,18.2962,1,leg_gt,0.45,60 -46600,sell_compound_top3,sell,2026-05-31 00:24:00,510.0,20.183,1,leg_gt,0.45,60 -46601,sell_compound_top3,sell,2026-05-31 00:30:00,511.0,20.4189,1,leg_gt,0.46,60 -46602,sell_compound_top3,sell,2026-05-31 00:33:00,506.0,19.2396,1,leg_gt,0.46,60 -46603,sell_compound_top3,sell,2026-05-31 00:36:00,511.0,20.4189,1,leg_gt,0.46,60 -46604,sell_compound_top3,sell,2026-05-31 00:39:00,511.0,20.4189,1,leg_gt,0.46,60 -46605,sell_compound_top3,sell,2026-05-31 00:51:00,515.0,21.3623,1,leg_gt,0.47,60 -46606,sell_compound_top3,sell,2026-05-31 00:54:00,520.0,22.5415,1,leg_gt,0.48,60 -46607,sell_compound_top3,sell,2026-05-31 00:57:00,517.0,21.834,1,leg_gt,0.48,60 -46608,sell_compound_top3,sell,2026-05-31 01:00:00,517.0,21.834,1,leg_gt,0.48,60 -46609,sell_compound_top3,sell,2026-05-31 01:03:00,521.0,22.7774,1,leg_gt,0.48,60 -46610,sell_compound_top3,sell,2026-05-31 01:06:00,525.0,23.7208,1,leg_gt,0.48,60 -46611,sell_compound_top3,sell,2026-05-31 01:09:00,530.0,24.9,1,leg_gt,0.49,60 -46612,sell_compound_top3,sell,2026-05-31 01:12:00,526.0,23.9566,1,leg_gt,0.49,60 -46613,sell_compound_top3,sell,2026-05-31 05:12:00,546.0,28.6736,1,leg_gt,0.65,60 -46614,sell_compound_top3,sell,2026-05-31 05:27:00,553.0,30.3245,1,leg_gt,0.66,60 -46615,sell_compound_top3,sell,2026-05-31 05:30:00,553.0,30.3245,1,leg_gt,0.67,60 -46616,sell_compound_top3,sell,2026-05-31 05:33:00,556.0,31.0321,1,leg_gt,0.67,60 -46617,sell_compound_top3,sell,2026-05-31 05:42:00,560.0,31.9755,1,leg_gt,0.68,60 -46618,sell_compound_top3,sell,2026-05-31 05:45:00,560.0,31.9755,1,leg_gt,0.68,60 -46619,sell_compound_top3,sell,2026-05-31 05:48:00,561.0,32.2113,1,leg_gt,0.68,60 -46620,sell_compound_top3,sell,2026-05-31 12:00:00,514.0,3.7384,1,leg_gt,0.1,60 -46621,sell_compound_top3,sell,2026-05-31 12:03:00,513.0,3.5364,1,leg_gt,0.1,60 -46622,sell_compound_top3,sell,2026-05-31 12:06:00,514.0,3.7384,1,leg_gt,0.1,60 -46623,sell_compound_top3,sell,2026-05-31 12:09:00,513.0,3.5364,1,leg_gt,0.11,60 -46624,sell_compound_top3,sell,2026-05-31 12:21:00,515.0,3.9404,1,leg_gt,0.11,60 -46625,sell_compound_top3,sell,2026-05-31 12:24:00,515.0,3.9404,1,leg_gt,0.12,60 -46626,sell_compound_top3,sell,2026-05-31 12:30:00,514.0,3.7384,1,leg_gt,0.12,60 -46627,sell_compound_top3,sell,2026-05-31 12:33:00,516.0,4.1424,1,leg_gt,0.12,60 -46628,sell_compound_top3,sell,2026-05-31 12:57:00,516.0,4.1424,1,leg_gt,0.14,60 -46629,sell_compound_top3,sell,2026-06-01 06:51:00,517.0,7.1614,1,leg_gt,0.47,60 -46630,sell_compound_top3,sell,2026-06-01 06:54:00,518.0,7.3689,1,leg_gt,0.47,60 -46631,sell_compound_top3,sell,2026-06-01 06:57:00,520.0,7.7838,1,leg_gt,0.48,60 -46632,sell_compound_top3,sell,2026-06-01 09:27:00,534.0,10.6884,1,leg_gt,0.58,60 -46633,sell_compound_top3,sell,2026-06-01 09:30:00,531.0,10.066,1,leg_gt,0.58,60 -46634,sell_compound_top3,sell,2026-06-01 09:33:00,532.0,10.2734,1,leg_gt,0.58,60 -46635,sell_compound_top3,sell,2026-06-01 10:30:00,534.0,10.6884,1,leg_gt,0.62,60 -46636,sell_compound_top3,sell,2026-06-01 10:33:00,540.0,11.9332,1,leg_gt,0.62,60 -46637,sell_compound_top3,sell,2026-06-01 11:00:00,542.0,12.3481,1,leg_gt,0.64,60 -46638,sell_compound_top3,sell,2026-06-01 11:03:00,548.0,13.5929,1,leg_gt,0.65,60 -46639,sell_compound_top3,sell,2026-06-01 11:12:00,548.0,13.5929,1,leg_gt,0.65,60 -46640,sell_compound_top3,sell,2026-06-01 11:15:00,550.0,14.0079,1,leg_gt,0.65,60 -46641,sell_compound_top3,sell,2026-06-01 11:18:00,549.0,13.8004,1,leg_gt,0.66,60 -46642,sell_compound_top3,sell,2026-06-01 11:21:00,549.0,13.8004,1,leg_gt,0.66,60 -46643,sell_compound_top3,sell,2026-06-01 11:24:00,553.0,14.6303,1,leg_gt,0.66,60 -46644,sell_compound_top3,sell,2026-06-01 11:27:00,553.0,14.6303,1,leg_gt,0.66,60 -46645,sell_compound_top3,sell,2026-06-01 11:30:00,552.0,14.4228,1,leg_gt,0.66,60 -46646,sell_compound_top3,sell,2026-06-01 11:33:00,556.0,15.2527,1,leg_gt,0.67,60 -46647,sell_compound_top3,sell,2026-06-01 11:36:00,553.0,14.6303,1,leg_gt,0.67,60 -46648,sell_compound_top3,sell,2026-06-01 11:39:00,557.0,15.4602,1,leg_gt,0.67,60 -46649,sell_compound_top3,sell,2026-06-01 11:45:00,561.0,16.29,1,leg_gt,0.68,60 -46650,sell_compound_top3,sell,2026-06-01 11:48:00,566.0,17.3274,1,leg_gt,0.68,60 -46651,sell_compound_top3,sell,2026-06-01 11:51:00,569.0,17.9498,1,leg_gt,0.68,60 -46652,sell_compound_top3,sell,2026-06-01 11:54:00,564.0,16.9124,1,leg_gt,0.68,60 -46653,sell_compound_top3,sell,2026-06-01 12:00:00,565.0,17.1199,1,leg_gt,0.69,60 -46654,sell_compound_top3,sell,2026-06-01 12:03:00,568.0,17.7423,1,leg_gt,0.69,60 -46655,sell_compound_top3,sell,2026-06-01 12:06:00,573.0,18.7797,1,leg_gt,0.69,60 -46656,sell_compound_top3,sell,2026-06-01 12:09:00,562.0,16.4975,1,leg_gt,0.69,60 -46657,sell_compound_top3,sell,2026-06-01 12:15:00,570.0,18.1573,1,leg_gt,0.7,60 -46658,sell_compound_top3,sell,2026-06-01 12:18:00,574.0,18.9871,1,leg_gt,0.7,60 -46659,sell_compound_top3,sell,2026-06-01 12:21:00,576.0,19.4021,1,leg_gt,0.7,60 -46660,sell_compound_top3,sell,2026-06-01 12:24:00,574.0,18.9871,1,leg_gt,0.7,60 -46661,sell_compound_top3,sell,2026-06-01 12:27:00,579.0,20.0245,1,leg_gt,0.7,60 -46662,sell_compound_top3,sell,2026-06-01 12:30:00,585.0,21.2693,1,leg_gt,0.71,60 -46663,sell_compound_top3,sell,2026-06-01 12:33:00,583.0,20.8544,1,leg_gt,0.71,60 -46664,sell_compound_top3,sell,2026-06-01 12:36:00,577.0,19.6095,1,leg_gt,0.71,60 -46665,sell_compound_top3,sell,2026-06-01 12:39:00,575.0,19.1946,1,leg_gt,0.71,60 -46666,sell_compound_top3,sell,2026-06-01 13:00:00,586.0,21.4768,1,leg_gt,0.73,60 -46667,sell_compound_top3,sell,2026-06-01 13:03:00,583.0,20.8544,1,leg_gt,0.73,60 -46668,sell_compound_top3,sell,2026-06-02 00:57:00,567.0,4.3199,1,leg_gt,0.16,60 -46669,sell_compound_top3,sell,2026-06-02 01:00:00,570.0,4.8724,1,leg_gt,0.16,60 -46670,sell_compound_top3,sell,2026-06-02 01:03:00,573.0,5.4249,1,leg_gt,0.16,60 -46671,sell_compound_top3,sell,2026-06-02 01:06:00,574.0,5.609,1,leg_gt,0.17,60 -46672,sell_compound_top3,sell,2026-06-02 01:09:00,567.0,4.3199,1,leg_gt,0.17,60 -46673,sell_compound_top3,sell,2026-06-02 01:12:00,570.0,4.8724,1,leg_gt,0.17,60 -46674,sell_compound_top3,sell,2026-06-02 01:15:00,576.0,5.9773,1,leg_gt,0.17,60 -46675,sell_compound_top3,sell,2026-06-02 01:18:00,579.0,6.5298,1,leg_gt,0.18,60 -46676,sell_compound_top3,sell,2026-06-02 01:21:00,577.0,6.1615,1,leg_gt,0.18,60 -46677,sell_compound_top3,sell,2026-06-02 01:24:00,582.0,7.0823,1,leg_gt,0.18,60 -46678,sell_compound_top3,sell,2026-06-02 01:27:00,583.0,7.2665,1,leg_gt,0.18,60 -46679,sell_compound_top3,sell,2026-06-02 01:36:00,592.0,8.9239,1,leg_gt,0.19,60 -46680,sell_compound_top3,sell,2026-06-02 01:39:00,595.0,9.4764,1,leg_gt,0.19,60 -46681,sell_compound_top3,sell,2026-06-02 01:42:00,597.0,9.8448,1,leg_gt,0.19,60 -46682,sell_compound_top3,sell,2026-06-02 01:45:00,593.0,9.1081,1,leg_gt,0.19,60 -46683,sell_compound_top3,sell,2026-06-02 01:48:00,598.0,10.0289,1,leg_gt,0.2,60 -46684,sell_compound_top3,sell,2026-06-02 01:51:00,600.0,10.3972,1,leg_gt,0.2,60 -46685,sell_compound_top3,sell,2026-06-02 01:54:00,600.0,10.3972,1,leg_gt,0.2,60 -46686,sell_compound_top3,sell,2026-06-02 01:57:00,595.0,9.4764,1,leg_gt,0.2,60 -46687,sell_compound_top3,sell,2026-06-02 03:30:00,609.0,12.0547,1,leg_gt,0.27,60 -46688,sell_compound_top3,sell,2026-06-02 03:33:00,617.0,13.528,1,leg_gt,0.27,60 -46689,sell_compound_top3,sell,2026-06-02 04:36:00,627.0,5.9914,1,leg_gt,0.02,60 -46690,sell_compound_top3,sell,2026-06-02 04:39:00,627.0,5.9914,1,leg_gt,0.03,60 -46691,sell_compound_top3,sell,2026-06-02 04:42:00,628.0,6.1606,1,leg_gt,0.03,60 -46692,sell_compound_top3,sell,2026-06-02 04:57:00,642.0,8.5294,1,leg_gt,0.04,60 -46693,sell_compound_top3,sell,2026-06-02 06:30:00,642.0,4.1208,1,leg_gt,0.03,60 -46694,sell_compound_top3,sell,2026-06-02 06:33:00,641.0,3.9584,1,leg_gt,0.03,60 -46695,sell_compound_top3,sell,2026-06-02 06:36:00,647.0,4.9325,1,leg_gt,0.04,60 -46696,sell_compound_top3,sell,2026-06-02 06:39:00,642.0,4.1208,1,leg_gt,0.04,60 -46697,sell_compound_top3,sell,2026-06-02 06:42:00,643.0,4.2831,1,leg_gt,0.04,60 -46698,sell_compound_top3,sell,2026-06-02 06:45:00,646.0,4.7701,1,leg_gt,0.04,60 -46699,sell_compound_top3,sell,2026-06-02 06:48:00,650.0,5.4195,1,leg_gt,0.04,60 -46700,sell_compound_top3,sell,2026-06-02 06:51:00,645.0,4.6078,1,leg_gt,0.05,60 -46701,sell_compound_top3,sell,2026-06-02 06:54:00,643.0,4.2831,1,leg_gt,0.05,60 -46702,sell_compound_top3,sell,2026-06-02 12:51:00,668.0,7.4684,1,leg_gt,0.22,60 -46703,sell_compound_top3,sell,2026-06-02 12:54:00,669.0,7.6295,1,leg_gt,0.22,60 -46704,sell_compound_top3,sell,2026-06-02 12:57:00,669.0,7.6295,1,leg_gt,0.22,60 -46705,sell_compound_top3,sell,2026-06-02 13:21:00,673.0,8.2736,1,leg_gt,0.24,60 -46706,sell_compound_top3,sell,2026-06-02 13:24:00,674.0,8.4346,1,leg_gt,0.24,60 -46707,sell_compound_top3,sell,2026-06-02 13:27:00,672.0,8.1126,1,leg_gt,0.24,60 -46708,sell_compound_top3,sell,2026-06-02 13:30:00,675.0,8.5957,1,leg_gt,0.24,60 -46709,sell_compound_top3,sell,2026-06-02 13:33:00,677.0,8.9177,1,leg_gt,0.25,60 -46710,sell_compound_top3,sell,2026-06-02 13:36:00,682.0,9.7229,1,leg_gt,0.25,60 -46711,sell_compound_top3,sell,2026-06-02 13:39:00,682.0,9.7229,1,leg_gt,0.25,60 -46712,sell_compound_top3,sell,2026-06-02 13:42:00,680.0,9.4008,1,leg_gt,0.25,60 -46713,sell_compound_top3,sell,2026-06-02 13:45:00,684.0,10.0449,1,leg_gt,0.25,60 -46714,sell_compound_top3,sell,2026-06-02 13:48:00,672.0,8.1126,1,leg_gt,0.26,60 -46715,sell_compound_top3,sell,2026-06-02 14:12:00,684.0,10.0449,1,leg_gt,0.27,60 -46716,sell_compound_top3,sell,2026-06-02 14:15:00,693.0,11.4942,1,leg_gt,0.28,60 -46717,sell_compound_top3,sell,2026-06-02 14:18:00,697.0,12.1383,1,leg_gt,0.28,60 -46718,sell_compound_top3,sell,2026-06-03 01:30:00,610.0,4.1735,1,leg_gt,0.04,60 -46719,sell_compound_top3,sell,2026-06-03 01:33:00,608.0,3.8316,1,leg_gt,0.04,60 -46720,sell_compound_top3,sell,2026-06-03 01:36:00,619.0,5.712,1,leg_gt,0.05,60 -46721,sell_compound_top3,sell,2026-06-03 01:39:00,613.0,4.6863,1,leg_gt,0.05,60 -46722,sell_compound_top3,sell,2026-06-03 02:06:00,618.0,5.541,1,leg_gt,0.07,60 -46723,sell_compound_top3,sell,2026-06-03 02:09:00,620.0,5.8829,1,leg_gt,0.07,60 -46724,sell_compound_top3,sell,2026-06-03 02:12:00,619.0,5.712,1,leg_gt,0.07,60 -46725,sell_compound_top3,sell,2026-06-03 02:15:00,619.0,5.712,1,leg_gt,0.07,60 -46726,sell_compound_top3,sell,2026-06-03 02:18:00,617.0,5.3701,1,leg_gt,0.08,60 -46727,sell_compound_top3,sell,2026-06-03 06:30:00,604.0,4.7611,1,leg_gt,0.04,60 -46728,sell_compound_top3,sell,2026-06-03 06:33:00,603.0,4.5875,1,leg_gt,0.05,60 -46729,sell_compound_top3,sell,2026-06-03 06:36:00,604.0,4.7611,1,leg_gt,0.05,60 -46730,sell_compound_top3,sell,2026-06-03 06:39:00,608.0,5.4556,1,leg_gt,0.05,60 -46731,sell_compound_top3,sell,2026-06-03 06:42:00,600.0,4.0667,1,leg_gt,0.05,60 -46732,sell_compound_top3,sell,2026-06-03 09:42:00,587.0,4.9089,1,leg_gt,0.05,60 -46733,sell_compound_top3,sell,2026-06-03 09:45:00,591.0,5.6245,1,leg_gt,0.06,60 -46734,sell_compound_top3,sell,2026-06-03 09:48:00,592.0,5.8034,1,leg_gt,0.06,60 -46735,sell_compound_top3,sell,2026-06-03 13:21:00,593.0,4.3014,1,leg_gt,0.02,60 -46736,sell_compound_top3,sell,2026-06-03 13:24:00,592.0,4.1254,1,leg_gt,0.02,60 -46737,sell_compound_top3,sell,2026-06-03 13:27:00,597.0,5.0056,1,leg_gt,0.02,60 -46738,sell_compound_top3,sell,2026-06-03 13:45:00,593.0,4.3014,1,leg_gt,0.03,60 -46739,sell_compound_top3,sell,2026-06-03 13:48:00,596.0,4.8296,1,leg_gt,0.04,60 -46740,sell_compound_top3,sell,2026-06-03 13:51:00,596.0,4.8296,1,leg_gt,0.04,60 -46741,sell_compound_top3,sell,2026-06-03 13:54:00,592.0,4.1254,1,leg_gt,0.04,60 -46742,sell_compound_top3,sell,2026-06-03 13:57:00,600.0,5.5338,1,leg_gt,0.04,60 -46743,sell_compound_top3,sell,2026-06-03 14:00:00,603.0,6.062,1,leg_gt,0.04,60 -46744,sell_compound_top3,sell,2026-06-03 14:03:00,606.0,6.5901,1,leg_gt,0.05,60 -46745,sell_compound_top3,sell,2026-06-03 14:06:00,605.0,6.4141,1,leg_gt,0.05,60 -46746,sell_compound_top3,sell,2026-06-03 14:09:00,608.0,6.9423,1,leg_gt,0.05,60 -46747,sell_compound_top3,sell,2026-06-03 14:12:00,608.0,6.9423,1,leg_gt,0.05,60 -46748,sell_compound_top3,sell,2026-06-03 14:15:00,606.0,6.5901,1,leg_gt,0.05,60 -46749,sell_compound_top3,sell,2026-06-03 14:18:00,611.0,7.4704,1,leg_gt,0.06,60 -46750,sell_compound_top3,sell,2026-06-03 14:21:00,611.0,7.4704,1,leg_gt,0.06,60 -46751,sell_compound_top3,sell,2026-06-03 14:24:00,611.0,7.4704,1,leg_gt,0.06,60 -46752,sell_compound_top3,sell,2026-06-03 14:27:00,607.0,6.7662,1,leg_gt,0.06,60 -46753,sell_compound_top3,sell,2026-06-03 14:30:00,614.0,7.9986,1,leg_gt,0.06,60 -46754,sell_compound_top3,sell,2026-06-03 14:33:00,608.0,6.9423,1,leg_gt,0.07,60 -46755,sell_compound_top3,sell,2026-06-03 14:36:00,616.0,8.3507,1,leg_gt,0.07,60 -46756,sell_compound_top3,sell,2026-06-03 14:39:00,618.0,8.7028,1,leg_gt,0.07,60 -46757,sell_compound_top3,sell,2026-06-03 14:42:00,623.0,9.5831,1,leg_gt,0.07,60 -46758,sell_compound_top3,sell,2026-06-03 14:45:00,621.0,9.231,1,leg_gt,0.08,60 -46759,sell_compound_top3,sell,2026-06-03 14:48:00,613.0,7.8225,1,leg_gt,0.08,60 -46760,sell_compound_top3,sell,2026-06-03 15:12:00,624.0,9.7592,1,leg_gt,0.09,60 -46761,sell_compound_top3,sell,2026-06-03 15:15:00,628.0,10.4634,1,leg_gt,0.1,60 -46762,sell_compound_top3,sell,2026-06-03 15:18:00,634.0,11.5197,1,leg_gt,0.1,60 -46763,sell_compound_top3,sell,2026-06-03 16:12:00,663.0,16.6254,1,leg_gt,0.14,60 -46764,sell_compound_top3,sell,2026-06-03 16:21:00,671.0,18.0338,1,leg_gt,0.14,60 -46765,sell_compound_top3,sell,2026-06-03 16:24:00,668.0,17.5056,1,leg_gt,0.14,60 -46766,sell_compound_top3,sell,2026-06-03 17:57:00,685.0,20.4986,1,leg_gt,0.21,60 -46767,sell_compound_top3,sell,2026-06-03 18:36:00,690.0,21.3789,1,leg_gt,0.24,60 -46768,sell_compound_top3,sell,2026-06-03 18:39:00,695.0,22.2592,1,leg_gt,0.24,60 -46769,sell_compound_top3,sell,2026-06-03 18:57:00,702.0,23.4915,1,leg_gt,0.25,60 -46770,sell_compound_top3,sell,2026-06-03 19:00:00,703.0,23.6676,1,leg_gt,0.25,60 -46771,sell_compound_top3,sell,2026-06-03 19:03:00,706.0,24.1958,1,leg_gt,0.25,60 -46772,sell_compound_top3,sell,2026-06-03 19:36:00,742.0,30.5338,1,leg_gt,0.28,60 -46773,sell_compound_top3,sell,2026-06-03 19:39:00,745.0,31.062,1,leg_gt,0.28,60 -46774,sell_compound_top3,sell,2026-06-03 20:12:00,764.0,34.407,1,leg_gt,0.3,60 -46775,sell_compound_top3,sell,2026-06-03 20:15:00,772.0,35.8155,1,leg_gt,0.3,60 -46776,sell_compound_top3,sell,2026-06-03 20:18:00,770.0,35.4634,1,leg_gt,0.31,60 -46777,sell_compound_top3,sell,2026-06-03 22:12:00,786.0,8.9153,1,leg_gt,0.05,60 -46778,sell_compound_top3,sell,2026-06-03 22:15:00,782.0,8.3605,1,leg_gt,0.05,60 -46779,sell_compound_top3,sell,2026-06-03 22:18:00,779.0,7.9444,1,leg_gt,0.05,60 -46780,sell_compound_top3,sell,2026-06-04 01:51:00,786.0,4.006,1,leg_gt,0.03,60 -46781,sell_compound_top3,sell,2026-06-04 01:51:00,786.0,4.006,1,leg_gt,0.03,60 -46782,sell_compound_top3,sell,2026-06-04 01:54:00,787.0,4.1384,1,leg_gt,0.03,60 -46783,sell_compound_top3,sell,2026-06-04 01:54:00,787.0,4.1384,1,leg_gt,0.03,60 -46784,sell_compound_top3,sell,2026-06-04 03:51:00,771.0,2.1546,1,leg_gt,0.02,60 -46785,sell_compound_top3,sell,2026-06-04 03:51:00,771.0,2.1546,1,leg_gt,0.02,60 -46786,sell_compound_top3,sell,2026-06-04 03:54:00,773.0,2.4199,1,leg_gt,0.02,60 -46787,sell_compound_top3,sell,2026-06-04 03:54:00,773.0,2.4199,1,leg_gt,0.02,60 -46788,sell_compound_top3,sell,2026-06-04 03:57:00,777.0,2.9504,1,leg_gt,0.03,60 -46789,sell_compound_top3,sell,2026-06-04 03:57:00,777.0,2.9504,1,leg_gt,0.03,60 -46790,sell_compound_top3,sell,2026-06-04 04:45:00,788.0,3.0414,1,leg_gt,0.01,60 -46791,sell_compound_top3,sell,2026-06-04 04:45:00,788.0,3.0414,1,leg_gt,0.01,60 -46792,sell_compound_top3,sell,2026-06-04 04:48:00,788.0,3.0414,1,leg_gt,0.01,60 -46793,sell_compound_top3,sell,2026-06-04 04:48:00,788.0,3.0414,1,leg_gt,0.01,60 -46794,sell_compound_top3,sell,2026-06-04 06:51:00,808.0,6.2158,1,leg_gt,0.04,60 -46795,sell_compound_top3,sell,2026-06-04 06:51:00,808.0,6.2158,1,leg_gt,0.04,60 -46796,sell_compound_top3,sell,2026-06-04 06:54:00,819.0,7.6632,1,leg_gt,0.04,60 -46797,sell_compound_top3,sell,2026-06-04 06:54:00,819.0,7.6632,1,leg_gt,0.04,60 -46798,sell_compound_top3,sell,2026-06-04 06:57:00,818.0,7.5316,1,leg_gt,0.04,60 -46799,sell_compound_top3,sell,2026-06-04 06:57:00,818.0,7.5316,1,leg_gt,0.04,60 -46806,sell_compound_tight,sell,2025-06-06 13:00:00,1467.0,3.1372,1,leg_gt,0.28,60 -46807,sell_compound_tight,sell,2025-06-06 13:03:00,1466.0,3.0668,1,leg_gt,0.29,60 -46808,sell_compound_tight,sell,2025-06-06 13:51:00,1472.0,3.489,1,leg_gt,0.32,60 -46809,sell_compound_tight,sell,2025-06-06 13:54:00,1473.0,3.5594,1,leg_gt,0.32,60 -46810,sell_compound_tight,sell,2025-06-08 06:30:00,1558.0,9.5411,1,leg_gt,2.01,60 -46811,sell_compound_tight,sell,2025-06-08 06:33:00,1557.0,9.4707,1,leg_gt,2.01,60 -46812,sell_compound_tight,sell,2025-06-08 06:36:00,1561.0,9.7522,1,leg_gt,2.02,60 -46813,sell_compound_tight,sell,2025-06-08 06:39:00,1559.0,9.6115,1,leg_gt,2.02,60 -46814,sell_compound_tight,sell,2025-06-09 01:21:00,1536.0,1.6893,1,leg_gt,0.25,60 -46815,sell_compound_tight,sell,2025-06-09 01:24:00,1536.0,1.6893,1,leg_gt,0.25,60 -46816,sell_compound_tight,sell,2025-06-09 01:51:00,1543.0,2.1531,1,leg_gt,0.27,60 -46817,sell_compound_tight,sell,2025-06-09 01:54:00,1538.0,1.8218,1,leg_gt,0.27,60 -46818,sell_compound_tight,sell,2025-06-10 21:51:00,1631.0,6.0849,1,leg_gt,0.28,60 -46819,sell_compound_tight,sell,2025-06-10 21:54:00,1627.0,5.8245,1,leg_gt,0.28,60 -46820,sell_compound_tight,sell,2025-06-12 23:51:00,1520.0,-2.3508,0,leg_gt,1.89,60 -46821,sell_compound_tight,sell,2025-06-12 23:54:00,1518.0,-2.4794,0,leg_gt,1.89,60 -46822,sell_compound_tight,sell,2025-06-14 00:51:00,1374.0,3.2083,1,leg_gt,0.06,60 -46823,sell_compound_tight,sell,2025-06-14 00:54:00,1376.0,3.3586,1,leg_gt,0.06,60 -46824,sell_compound_tight,sell,2025-06-14 06:42:00,1380.0,3.6594,1,leg_gt,0.3,60 -46825,sell_compound_tight,sell,2025-06-14 13:45:00,1387.0,4.1857,1,leg_gt,0.6,60 -46826,sell_compound_tight,sell,2025-06-14 13:48:00,1385.0,4.0353,1,leg_gt,0.6,60 -46827,sell_compound_tight,sell,2025-06-16 15:57:00,1400.0,5.5604,1,leg_gt,0.41,60 -46828,sell_compound_tight,sell,2025-06-16 16:06:00,1398.0,5.4094,1,leg_gt,0.41,60 -46829,sell_compound_tight,sell,2025-06-16 16:09:00,1400.0,5.5604,1,leg_gt,0.41,60 -46830,sell_compound_tight,sell,2025-06-20 07:42:00,1297.0,7.2675,1,leg_gt,1.39,60 -46831,sell_compound_tight,sell,2025-06-20 09:12:00,1297.0,7.2675,1,leg_gt,1.45,60 -46832,sell_compound_tight,sell,2025-06-23 07:51:00,1156.0,6.6405,1,leg_gt,0.11,60 -46833,sell_compound_tight,sell,2025-06-23 07:54:00,1156.0,6.6405,1,leg_gt,0.11,60 -46834,sell_compound_tight,sell,2025-06-23 07:57:00,1154.0,6.4559,1,leg_gt,0.11,60 -46835,sell_compound_tight,sell,2025-06-23 08:00:00,1160.0,7.0099,1,leg_gt,0.11,60 -46836,sell_compound_tight,sell,2025-06-23 08:03:00,1157.0,6.7329,1,leg_gt,0.11,60 -46837,sell_compound_tight,sell,2025-06-24 08:42:00,1283.0,14.0459,1,leg_gt,0.3,60 -46838,sell_compound_tight,sell,2025-06-25 06:30:00,1269.0,12.8004,1,leg_gt,1.21,60 -46839,sell_compound_tight,sell,2025-06-25 06:33:00,1271.0,12.9783,1,leg_gt,1.21,60 -46840,sell_compound_tight,sell,2025-06-25 06:51:00,1273.0,13.1562,1,leg_gt,1.22,60 -46841,sell_compound_tight,sell,2025-06-25 06:54:00,1271.0,12.9783,1,leg_gt,1.22,60 -46842,sell_compound_tight,sell,2025-06-25 06:57:00,1272.0,13.0673,1,leg_gt,1.23,60 -46843,sell_compound_tight,sell,2025-06-25 21:06:00,1258.0,11.8217,1,leg_gt,1.81,60 -46844,sell_compound_tight,sell,2025-06-25 21:09:00,1256.0,11.6438,1,leg_gt,1.82,60 -46845,sell_compound_tight,sell,2025-06-26 16:42:00,1230.0,1.9747,1,leg_gt,0.38,60 -46846,sell_compound_tight,sell,2025-06-27 05:30:00,1208.0,2.9717,1,leg_gt,0.26,60 -46847,sell_compound_tight,sell,2025-06-27 05:33:00,1212.0,3.313,1,leg_gt,0.27,60 -46848,sell_compound_tight,sell,2025-06-27 17:57:00,1196.0,2.0349,1,leg_gt,0.33,60 -46849,sell_compound_tight,sell,2025-06-28 06:06:00,1193.0,1.7787,1,leg_gt,0.83,60 -46850,sell_compound_tight,sell,2025-06-28 06:09:00,1194.0,1.8641,1,leg_gt,0.84,60 -46851,sell_compound_tight,sell,2025-06-28 06:12:00,1193.0,1.7787,1,leg_gt,0.84,60 -46852,sell_compound_tight,sell,2025-06-28 06:30:00,1194.0,1.8641,1,leg_gt,0.85,60 -46853,sell_compound_tight,sell,2025-06-28 06:33:00,1195.0,1.9495,1,leg_gt,0.85,60 -46854,sell_compound_tight,sell,2025-06-28 06:51:00,1197.0,2.1203,1,leg_gt,0.86,60 -46855,sell_compound_tight,sell,2025-06-28 06:54:00,1198.0,2.2057,1,leg_gt,0.87,60 -46856,sell_compound_tight,sell,2025-06-28 06:57:00,1197.0,2.1203,1,leg_gt,0.87,60 -46857,sell_compound_tight,sell,2025-06-29 17:57:00,1237.0,5.5362,1,leg_gt,2.33,60 -46858,sell_compound_tight,sell,2025-06-29 18:21:00,1241.0,5.8778,1,leg_gt,2.34,60 -46859,sell_compound_tight,sell,2025-06-29 18:24:00,1239.0,5.707,1,leg_gt,2.35,60 -46860,sell_compound_tight,sell,2025-06-29 18:27:00,1241.0,5.8778,1,leg_gt,2.35,60 -46861,sell_compound_tight,sell,2025-06-29 18:30:00,1240.0,5.7924,1,leg_gt,2.35,60 -46862,sell_compound_tight,sell,2025-06-29 18:33:00,1240.0,5.7924,1,leg_gt,2.35,60 -46863,sell_compound_tight,sell,2025-06-29 18:36:00,1243.0,6.0486,1,leg_gt,2.35,60 -46864,sell_compound_tight,sell,2025-06-29 18:39:00,1243.0,6.0486,1,leg_gt,2.36,60 -46865,sell_compound_tight,sell,2025-06-29 18:42:00,1241.0,5.8778,1,leg_gt,2.36,60 -46866,sell_compound_tight,sell,2025-06-29 18:45:00,1242.0,5.9632,1,leg_gt,2.36,60 -46867,sell_compound_tight,sell,2025-06-29 18:48:00,1241.0,5.8778,1,leg_gt,2.36,60 -46868,sell_compound_tight,sell,2025-06-30 16:51:00,1263.0,7.7565,1,leg_gt,3.28,60 -46869,sell_compound_tight,sell,2025-06-30 16:54:00,1262.0,7.6711,1,leg_gt,3.28,60 -46870,sell_compound_tight,sell,2025-07-03 00:00:00,1235.0,6.2738,1,leg_gt,0.57,60 -46871,sell_compound_tight,sell,2025-07-03 00:03:00,1234.0,6.1877,1,leg_gt,0.57,60 -46872,sell_compound_tight,sell,2025-07-03 00:06:00,1239.0,6.6183,1,leg_gt,0.58,60 -46873,sell_compound_tight,sell,2025-07-03 00:09:00,1239.0,6.6183,1,leg_gt,0.58,60 -46874,sell_compound_tight,sell,2025-07-03 00:57:00,1246.0,7.2213,1,leg_gt,0.61,60 -46875,sell_compound_tight,sell,2025-07-03 10:30:00,1300.0,1.9408,1,leg_gt,0.32,60 -46876,sell_compound_tight,sell,2025-07-03 10:33:00,1301.0,2.0193,1,leg_gt,0.32,60 -46877,sell_compound_tight,sell,2025-07-03 10:36:00,1301.0,2.0193,1,leg_gt,0.33,60 -46878,sell_compound_tight,sell,2025-07-03 10:39:00,1305.0,2.3333,1,leg_gt,0.33,60 -46879,sell_compound_tight,sell,2025-07-03 10:42:00,1305.0,2.3333,1,leg_gt,0.33,60 -46880,sell_compound_tight,sell,2025-07-03 10:45:00,1305.0,2.3333,1,leg_gt,0.33,60 -46881,sell_compound_tight,sell,2025-07-03 10:48:00,1306.0,2.4118,1,leg_gt,0.34,60 -46882,sell_compound_tight,sell,2025-07-03 10:51:00,1308.0,2.5688,1,leg_gt,0.34,60 -46883,sell_compound_tight,sell,2025-07-03 10:54:00,1308.0,2.5688,1,leg_gt,0.34,60 -46884,sell_compound_tight,sell,2025-07-03 10:57:00,1315.0,3.1182,1,leg_gt,0.34,60 -46885,sell_compound_tight,sell,2025-07-05 16:00:00,1211.0,-5.0451,0,leg_gt,2.55,60 -46886,sell_compound_tight,sell,2025-07-05 16:03:00,1210.0,-5.1235,0,leg_gt,2.55,60 -46887,sell_compound_tight,sell,2025-07-06 08:15:00,1190.0,1.2629,1,leg_gt,0.19,60 -46888,sell_compound_tight,sell,2025-07-06 08:18:00,1190.0,1.2629,1,leg_gt,0.19,60 -46889,sell_compound_tight,sell,2025-07-06 08:21:00,1189.0,1.1777,1,leg_gt,0.19,60 -46890,sell_compound_tight,sell,2025-07-06 08:24:00,1189.0,1.1777,1,leg_gt,0.19,60 -46891,sell_compound_tight,sell,2025-07-06 22:00:00,1197.0,1.8591,1,leg_gt,0.76,60 -46892,sell_compound_tight,sell,2025-07-06 22:03:00,1195.0,1.6888,1,leg_gt,0.76,60 -46893,sell_compound_tight,sell,2025-07-06 22:15:00,1197.0,1.8591,1,leg_gt,0.77,60 -46894,sell_compound_tight,sell,2025-07-06 22:18:00,1196.0,1.7739,1,leg_gt,0.77,60 -46895,sell_compound_tight,sell,2025-07-06 22:21:00,1199.0,2.0295,1,leg_gt,0.77,60 -46896,sell_compound_tight,sell,2025-07-06 22:24:00,1200.0,2.1147,1,leg_gt,0.78,60 -46897,sell_compound_tight,sell,2025-07-06 22:27:00,1199.0,2.0295,1,leg_gt,0.78,60 -46898,sell_compound_tight,sell,2025-07-06 23:06:00,1211.0,3.0516,1,leg_gt,0.8,60 -46899,sell_compound_tight,sell,2025-07-06 23:09:00,1211.0,3.0516,1,leg_gt,0.81,60 -46900,sell_compound_tight,sell,2025-07-07 05:42:00,1215.0,3.3923,1,leg_gt,1.08,60 -46901,sell_compound_tight,sell,2025-07-07 06:15:00,1219.0,3.733,1,leg_gt,1.1,60 -46902,sell_compound_tight,sell,2025-07-07 06:18:00,1218.0,3.6479,1,leg_gt,1.1,60 -46903,sell_compound_tight,sell,2025-07-08 14:57:00,1183.0,0.6666,1,leg_gt,2.46,60 -46904,sell_compound_tight,sell,2025-07-08 20:06:00,1192.0,1.4332,1,leg_gt,2.68,60 -46905,sell_compound_tight,sell,2025-07-08 20:09:00,1190.0,1.2629,1,leg_gt,2.68,60 -46906,sell_compound_tight,sell,2025-07-09 20:36:00,1196.0,2.2097,1,leg_gt,0.84,60 -46907,sell_compound_tight,sell,2025-07-09 20:39:00,1195.0,2.1241,1,leg_gt,0.84,60 -46908,sell_compound_tight,sell,2025-07-10 03:30:00,1206.0,3.0651,1,leg_gt,1.13,60 -46909,sell_compound_tight,sell,2025-07-10 03:33:00,1204.0,2.894,1,leg_gt,1.13,60 -46910,sell_compound_tight,sell,2025-07-10 03:36:00,1207.0,3.1506,1,leg_gt,1.13,60 -46911,sell_compound_tight,sell,2025-07-10 03:39:00,1206.0,3.0651,1,leg_gt,1.14,60 -46912,sell_compound_tight,sell,2025-07-10 12:42:00,1249.0,6.7435,1,leg_gt,1.51,60 -46913,sell_compound_tight,sell,2025-07-10 12:51:00,1251.0,6.9145,1,leg_gt,1.52,60 -46914,sell_compound_tight,sell,2025-07-10 12:54:00,1249.0,6.7435,1,leg_gt,1.52,60 -46915,sell_compound_tight,sell,2025-07-10 19:42:00,1271.0,8.6254,1,leg_gt,1.8,60 -46916,sell_compound_tight,sell,2025-07-11 02:57:00,1330.0,13.6725,1,leg_gt,2.11,60 -46917,sell_compound_tight,sell,2025-07-11 03:00:00,1330.0,13.6725,1,leg_gt,2.11,60 -46918,sell_compound_tight,sell,2025-07-11 03:03:00,1330.0,13.6725,1,leg_gt,2.11,60 -46919,sell_compound_tight,sell,2025-07-11 03:06:00,1329.0,13.5869,1,leg_gt,2.11,60 -46920,sell_compound_tight,sell,2025-07-11 03:09:00,1330.0,13.6725,1,leg_gt,2.11,60 -46921,sell_compound_tight,sell,2025-07-11 03:15:00,1331.0,13.758,1,leg_gt,2.12,60 -46922,sell_compound_tight,sell,2025-07-11 03:18:00,1331.0,13.758,1,leg_gt,2.12,60 -46923,sell_compound_tight,sell,2025-07-11 12:51:00,1486.0,27.0172,1,leg_gt,2.52,60 -46924,sell_compound_tight,sell,2025-07-11 12:54:00,1482.0,26.675,1,leg_gt,2.52,60 -46925,sell_compound_tight,sell,2025-07-12 04:42:00,1471.0,25.734,1,leg_gt,3.18,60 -46926,sell_compound_tight,sell,2025-07-12 05:15:00,1477.0,26.2473,1,leg_gt,3.2,60 -46927,sell_compound_tight,sell,2025-07-12 05:18:00,1477.0,26.2473,1,leg_gt,3.2,60 -46928,sell_compound_tight,sell,2025-07-12 11:30:00,1426.0,4.3689,1,leg_gt,0.17,60 -46929,sell_compound_tight,sell,2025-07-12 11:33:00,1426.0,4.3689,1,leg_gt,0.17,60 -46930,sell_compound_tight,sell,2025-07-13 20:42:00,1420.0,4.697,1,leg_gt,0.83,60 -46931,sell_compound_tight,sell,2025-07-13 22:45:00,1434.0,5.7303,1,leg_gt,0.92,60 -46932,sell_compound_tight,sell,2025-07-13 22:48:00,1436.0,5.8779,1,leg_gt,0.92,60 -46933,sell_compound_tight,sell,2025-07-15 06:42:00,1428.0,2.0459,1,leg_gt,0.06,60 -46934,sell_compound_tight,sell,2025-07-15 06:45:00,1428.0,2.0459,1,leg_gt,0.06,60 -46935,sell_compound_tight,sell,2025-07-15 06:48:00,1427.0,1.9744,1,leg_gt,0.06,60 -46936,sell_compound_tight,sell,2025-07-15 06:57:00,1430.0,2.189,1,leg_gt,0.07,60 -46937,sell_compound_tight,sell,2025-07-15 07:21:00,1427.0,1.9744,1,leg_gt,0.09,60 -46938,sell_compound_tight,sell,2025-07-15 07:24:00,1431.0,2.2605,1,leg_gt,0.09,60 -46939,sell_compound_tight,sell,2025-07-15 07:27:00,1433.0,2.4036,1,leg_gt,0.09,60 -46940,sell_compound_tight,sell,2025-07-15 08:06:00,1438.0,2.7612,1,leg_gt,0.12,60 -46941,sell_compound_tight,sell,2025-07-15 08:09:00,1438.0,2.7612,1,leg_gt,0.12,60 -46942,sell_compound_tight,sell,2025-07-16 01:15:00,1425.0,4.2956,1,leg_gt,0.06,60 -46943,sell_compound_tight,sell,2025-07-16 01:18:00,1427.0,4.4421,1,leg_gt,0.06,60 -46944,sell_compound_tight,sell,2025-07-16 03:06:00,1465.0,7.226,1,leg_gt,0.13,60 -46945,sell_compound_tight,sell,2025-07-16 03:09:00,1462.0,7.0062,1,leg_gt,0.14,60 -46946,sell_compound_tight,sell,2025-07-16 06:51:00,1457.0,2.7955,1,leg_gt,0.09,60 -46947,sell_compound_tight,sell,2025-07-16 06:54:00,1457.0,2.7955,1,leg_gt,0.09,60 -46948,sell_compound_tight,sell,2025-07-16 08:21:00,1470.0,3.7136,1,leg_gt,0.15,60 -46949,sell_compound_tight,sell,2025-07-16 08:24:00,1469.0,3.6429,1,leg_gt,0.15,60 -46950,sell_compound_tight,sell,2025-07-16 15:42:00,1463.0,1.5678,1,leg_gt,0.17,60 -46951,sell_compound_tight,sell,2025-07-17 16:45:00,1528.0,2.865,1,leg_gt,0.17,60 -46952,sell_compound_tight,sell,2025-07-17 16:48:00,1529.0,2.9323,1,leg_gt,0.17,60 -46953,sell_compound_tight,sell,2025-07-17 18:51:00,1540.0,3.6736,1,leg_gt,0.26,60 -46954,sell_compound_tight,sell,2025-07-17 18:54:00,1542.0,3.8084,1,leg_gt,0.26,60 -46955,sell_compound_tight,sell,2025-07-18 07:42:00,1521.0,5.2324,1,leg_gt,0.11,60 -46956,sell_compound_tight,sell,2025-07-20 01:30:00,1554.0,1.7349,1,leg_gt,0.06,60 -46957,sell_compound_tight,sell,2025-07-20 01:33:00,1559.0,2.0625,1,leg_gt,0.07,60 -46958,sell_compound_tight,sell,2025-07-20 07:12:00,1592.0,4.225,1,leg_gt,0.3,60 -46959,sell_compound_tight,sell,2025-07-20 10:15:00,1583.0,3.6353,1,leg_gt,0.43,60 -46960,sell_compound_tight,sell,2025-07-20 10:18:00,1584.0,3.7008,1,leg_gt,0.43,60 -46961,sell_compound_tight,sell,2025-07-21 15:30:00,1696.0,3.3777,1,leg_gt,0.2,60 -46962,sell_compound_tight,sell,2025-07-21 15:33:00,1694.0,3.2557,1,leg_gt,0.21,60 -46963,sell_compound_tight,sell,2025-07-21 15:36:00,1698.0,3.4998,1,leg_gt,0.21,60 -46964,sell_compound_tight,sell,2025-07-21 15:39:00,1691.0,3.0727,1,leg_gt,0.21,60 -46965,sell_compound_tight,sell,2025-07-22 07:21:00,1664.0,1.7983,1,leg_gt,0.12,60 -46966,sell_compound_tight,sell,2025-07-22 07:24:00,1665.0,1.8596,1,leg_gt,0.12,60 -46967,sell_compound_tight,sell,2025-07-22 07:27:00,1666.0,1.9208,1,leg_gt,0.12,60 -46968,sell_compound_tight,sell,2025-07-22 08:27:00,1688.0,3.268,1,leg_gt,0.16,60 -46969,sell_compound_tight,sell,2025-07-22 08:42:00,1697.0,3.8192,1,leg_gt,0.18,60 -46970,sell_compound_tight,sell,2025-07-22 08:45:00,1696.0,3.7579,1,leg_gt,0.18,60 -46971,sell_compound_tight,sell,2025-07-22 08:48:00,1698.0,3.8804,1,leg_gt,0.18,60 -46972,sell_compound_tight,sell,2025-07-22 10:51:00,1703.0,4.059,1,leg_gt,0.02,60 -46973,sell_compound_tight,sell,2025-07-22 10:54:00,1715.0,4.793,1,leg_gt,0.03,60 -46974,sell_compound_tight,sell,2025-07-22 10:57:00,1703.0,4.059,1,leg_gt,0.03,60 -46975,sell_compound_tight,sell,2025-07-23 05:42:00,1732.0,5.8976,1,leg_gt,0.14,60 -46976,sell_compound_tight,sell,2025-07-23 21:30:00,1761.0,7.6723,1,leg_gt,0.8,60 -46977,sell_compound_tight,sell,2025-07-23 21:33:00,1760.0,7.6111,1,leg_gt,0.8,60 -46978,sell_compound_tight,sell,2025-07-24 20:51:00,1565.0,6.9451,1,leg_gt,0.21,60 -46979,sell_compound_tight,sell,2025-07-24 20:54:00,1570.0,7.2871,1,leg_gt,0.21,60 -46980,sell_compound_tight,sell,2025-07-25 20:00:00,1577.0,4.8933,1,leg_gt,0.31,60 -46981,sell_compound_tight,sell,2025-07-25 20:03:00,1575.0,4.7602,1,leg_gt,0.31,60 -46982,sell_compound_tight,sell,2025-07-25 20:06:00,1574.0,4.6936,1,leg_gt,0.31,60 -46983,sell_compound_tight,sell,2025-07-25 20:09:00,1574.0,4.6936,1,leg_gt,0.32,60 -46984,sell_compound_tight,sell,2025-07-27 14:21:00,1604.0,6.4073,1,leg_gt,1.57,60 -46985,sell_compound_tight,sell,2025-07-27 14:24:00,1610.0,6.8057,1,leg_gt,1.57,60 -46986,sell_compound_tight,sell,2025-07-28 13:51:00,1664.0,10.3914,1,leg_gt,2.55,60 -46987,sell_compound_tight,sell,2025-07-28 13:54:00,1669.0,10.7234,1,leg_gt,2.55,60 -46988,sell_compound_tight,sell,2025-07-28 13:57:00,1668.0,10.657,1,leg_gt,2.55,60 -46989,sell_compound_tight,sell,2025-07-29 15:21:00,1549.0,2.7552,1,leg_gt,0.14,60 -46990,sell_compound_tight,sell,2025-07-29 15:24:00,1550.0,2.8216,1,leg_gt,0.15,60 -46991,sell_compound_tight,sell,2025-07-30 07:06:00,1487.0,-1.3616,0,leg_gt,0.8,60 -46992,sell_compound_tight,sell,2025-07-30 07:09:00,1490.0,-1.1624,0,leg_gt,0.8,60 -46993,sell_compound_tight,sell,2025-07-30 07:51:00,1494.0,-0.8968,0,leg_gt,0.83,60 -46994,sell_compound_tight,sell,2025-07-30 07:54:00,1495.0,-0.8304,0,leg_gt,0.83,60 -46995,sell_compound_tight,sell,2025-07-30 07:57:00,1496.0,-0.764,0,leg_gt,0.84,60 -46996,sell_compound_tight,sell,2025-07-30 08:00:00,1496.0,-0.764,0,leg_gt,0.84,60 -46997,sell_compound_tight,sell,2025-07-30 08:03:00,1496.0,-0.764,0,leg_gt,0.84,60 -46998,sell_compound_tight,sell,2025-07-30 08:06:00,1496.0,-0.764,0,leg_gt,0.84,60 -46999,sell_compound_tight,sell,2025-07-30 08:09:00,1496.0,-0.764,0,leg_gt,0.84,60 -47000,sell_compound_tight,sell,2025-07-31 00:51:00,1467.0,3.2099,1,leg_gt,0.16,60 -47001,sell_compound_tight,sell,2025-07-31 00:54:00,1470.0,3.4211,1,leg_gt,0.17,60 -47002,sell_compound_tight,sell,2025-07-31 00:57:00,1470.0,3.4211,1,leg_gt,0.17,60 -47003,sell_compound_tight,sell,2025-07-31 01:15:00,1474.0,3.7028,1,leg_gt,0.18,60 -47004,sell_compound_tight,sell,2025-07-31 01:18:00,1479.0,4.0549,1,leg_gt,0.18,60 -47005,sell_compound_tight,sell,2025-07-31 09:30:00,1480.0,4.5676,1,leg_gt,0.22,60 -47006,sell_compound_tight,sell,2025-07-31 09:33:00,1478.0,4.4262,1,leg_gt,0.23,60 -47007,sell_compound_tight,sell,2025-07-31 09:51:00,1485.0,4.9212,1,leg_gt,0.24,60 -47008,sell_compound_tight,sell,2025-07-31 09:54:00,1483.0,4.7798,1,leg_gt,0.24,60 -47009,sell_compound_tight,sell,2025-07-31 11:51:00,1490.0,5.2748,1,leg_gt,0.32,60 -47010,sell_compound_tight,sell,2025-07-31 11:54:00,1491.0,5.3455,1,leg_gt,0.32,60 -47011,sell_compound_tight,sell,2025-07-31 13:51:00,1494.0,5.5577,1,leg_gt,0.41,60 -47012,sell_compound_tight,sell,2025-07-31 13:54:00,1496.0,5.6992,1,leg_gt,0.41,60 -47013,sell_compound_tight,sell,2025-07-31 13:57:00,1496.0,5.6992,1,leg_gt,0.41,60 -47014,sell_compound_tight,sell,2025-08-02 01:12:00,1380.0,3.1934,1,leg_gt,0.1,60 -47015,sell_compound_tight,sell,2025-08-02 12:42:00,1360.0,3.0084,1,leg_gt,0.21,60 -47016,sell_compound_tight,sell,2025-08-02 13:51:00,1362.0,3.16,1,leg_gt,0.26,60 -47017,sell_compound_tight,sell,2025-08-02 13:54:00,1361.0,3.0842,1,leg_gt,0.26,60 -47018,sell_compound_tight,sell,2025-08-03 11:21:00,1338.0,3.8627,1,leg_gt,0.31,60 -47019,sell_compound_tight,sell,2025-08-03 11:24:00,1338.0,3.8627,1,leg_gt,0.32,60 -47020,sell_compound_tight,sell,2025-08-03 11:27:00,1339.0,3.9404,1,leg_gt,0.32,60 -47021,sell_compound_tight,sell,2025-08-03 11:30:00,1338.0,3.8627,1,leg_gt,0.32,60 -47022,sell_compound_tight,sell,2025-08-03 11:33:00,1340.0,4.0181,1,leg_gt,0.32,60 -47023,sell_compound_tight,sell,2025-08-03 11:42:00,1344.0,4.3289,1,leg_gt,0.33,60 -47024,sell_compound_tight,sell,2025-08-03 11:45:00,1345.0,4.4066,1,leg_gt,0.33,60 -47025,sell_compound_tight,sell,2025-08-03 11:48:00,1345.0,4.4066,1,leg_gt,0.33,60 -47026,sell_compound_tight,sell,2025-08-03 11:51:00,1343.0,4.2512,1,leg_gt,0.34,60 -47027,sell_compound_tight,sell,2025-08-03 11:54:00,1345.0,4.4066,1,leg_gt,0.34,60 -47028,sell_compound_tight,sell,2025-08-03 11:57:00,1345.0,4.4066,1,leg_gt,0.34,60 -47029,sell_compound_tight,sell,2025-08-03 19:21:00,1356.0,5.2613,1,leg_gt,0.65,60 -47030,sell_compound_tight,sell,2025-08-03 19:24:00,1354.0,5.1059,1,leg_gt,0.65,60 -47031,sell_compound_tight,sell,2025-08-04 06:21:00,1368.0,6.1937,1,leg_gt,1.11,60 -47032,sell_compound_tight,sell,2025-08-04 06:24:00,1368.0,6.1937,1,leg_gt,1.11,60 -47033,sell_compound_tight,sell,2025-08-04 06:27:00,1367.0,6.116,1,leg_gt,1.11,60 -47034,sell_compound_tight,sell,2025-08-04 06:57:00,1369.0,6.2714,1,leg_gt,1.13,60 -47035,sell_compound_tight,sell,2025-08-05 20:21:00,1352.0,2.5576,1,leg_gt,0.14,60 -47036,sell_compound_tight,sell,2025-08-05 20:24:00,1354.0,2.7094,1,leg_gt,0.14,60 -47037,sell_compound_tight,sell,2025-08-05 20:27:00,1355.0,2.7853,1,leg_gt,0.14,60 -47038,sell_compound_tight,sell,2025-08-05 20:42:00,1358.0,3.0131,1,leg_gt,0.15,60 -47039,sell_compound_tight,sell,2025-08-05 20:45:00,1360.0,3.165,1,leg_gt,0.15,60 -47040,sell_compound_tight,sell,2025-08-05 20:48:00,1358.0,3.0131,1,leg_gt,0.15,60 -47041,sell_compound_tight,sell,2025-08-06 08:42:00,1321.0,0.2037,1,leg_gt,0.65,60 -47042,sell_compound_tight,sell,2025-08-06 08:45:00,1323.0,0.3556,1,leg_gt,0.65,60 -47043,sell_compound_tight,sell,2025-08-06 08:48:00,1323.0,0.3556,1,leg_gt,0.65,60 -47044,sell_compound_tight,sell,2025-08-07 16:12:00,1353.0,5.0282,1,leg_gt,1.12,60 -47045,sell_compound_tight,sell,2025-08-07 16:15:00,1355.0,5.1836,1,leg_gt,1.12,60 -47046,sell_compound_tight,sell,2025-08-07 16:18:00,1355.0,5.1836,1,leg_gt,1.13,60 -47047,sell_compound_tight,sell,2025-08-09 11:00:00,1430.0,11.0111,1,leg_gt,2.91,60 -47048,sell_compound_tight,sell,2025-08-09 11:03:00,1431.0,11.0888,1,leg_gt,2.91,60 -47049,sell_compound_tight,sell,2025-08-09 18:51:00,1476.0,14.5853,1,leg_gt,3.23,60 -47050,sell_compound_tight,sell,2025-08-09 18:54:00,1475.0,14.5076,1,leg_gt,3.24,60 -47051,sell_compound_tight,sell,2025-08-10 05:51:00,1499.0,16.3724,1,leg_gt,3.69,60 -47052,sell_compound_tight,sell,2025-08-10 05:54:00,1500.0,16.4501,1,leg_gt,3.69,60 -47053,sell_compound_tight,sell,2025-08-10 05:57:00,1502.0,16.6055,1,leg_gt,3.7,60 -47054,sell_compound_tight,sell,2025-08-10 13:30:00,1514.0,17.5379,1,leg_gt,4.01,60 -47055,sell_compound_tight,sell,2025-08-10 13:33:00,1513.0,17.4602,1,leg_gt,4.01,60 -47056,sell_compound_tight,sell,2025-08-10 13:36:00,1514.0,17.5379,1,leg_gt,4.01,60 -47057,sell_compound_tight,sell,2025-08-10 13:39:00,1513.0,17.4602,1,leg_gt,4.02,60 -47058,sell_compound_tight,sell,2025-08-11 03:21:00,1483.0,4.5577,1,leg_gt,0.43,60 -47059,sell_compound_tight,sell,2025-08-11 03:24:00,1485.0,4.6989,1,leg_gt,0.43,60 -47060,sell_compound_tight,sell,2025-08-11 08:57:00,1485.0,4.6989,1,leg_gt,0.66,60 -47061,sell_compound_tight,sell,2025-08-12 10:21:00,1382.0,-1.3152,0,leg_gt,0.51,60 -47062,sell_compound_tight,sell,2025-08-12 10:24:00,1383.0,-1.2437,0,leg_gt,0.51,60 -47063,sell_compound_tight,sell,2025-08-12 10:27:00,1384.0,-1.1722,0,leg_gt,0.51,60 -47064,sell_compound_tight,sell,2025-08-12 10:30:00,1385.0,-1.1007,0,leg_gt,0.52,60 -47065,sell_compound_tight,sell,2025-08-12 10:33:00,1383.0,-1.2437,0,leg_gt,0.52,60 -47066,sell_compound_tight,sell,2025-08-13 00:27:00,1416.0,5.888,1,leg_gt,0.18,60 -47067,sell_compound_tight,sell,2025-08-13 00:30:00,1417.0,5.9629,1,leg_gt,0.18,60 -47068,sell_compound_tight,sell,2025-08-13 00:33:00,1419.0,6.1126,1,leg_gt,0.18,60 -47069,sell_compound_tight,sell,2025-08-13 00:51:00,1423.0,6.412,1,leg_gt,0.2,60 -47070,sell_compound_tight,sell,2025-08-13 00:54:00,1423.0,6.412,1,leg_gt,0.2,60 -47071,sell_compound_tight,sell,2025-08-13 00:57:00,1428.0,6.7862,1,leg_gt,0.2,60 -47072,sell_compound_tight,sell,2025-08-13 02:30:00,1447.0,8.2084,1,leg_gt,0.26,60 -47073,sell_compound_tight,sell,2025-08-13 02:33:00,1446.0,8.1335,1,leg_gt,0.27,60 -47074,sell_compound_tight,sell,2025-08-13 03:27:00,1454.0,8.7323,1,leg_gt,0.3,60 -47075,sell_compound_tight,sell,2025-08-13 12:42:00,1470.0,9.9299,1,leg_gt,0.69,60 -47076,sell_compound_tight,sell,2025-08-14 07:15:00,1516.0,13.3731,1,leg_gt,1.46,60 -47077,sell_compound_tight,sell,2025-08-14 07:18:00,1515.0,13.2982,1,leg_gt,1.46,60 -47078,sell_compound_tight,sell,2025-08-15 15:30:00,1413.0,2.9635,1,leg_gt,0.37,60 -47079,sell_compound_tight,sell,2025-08-15 15:33:00,1415.0,3.1093,1,leg_gt,0.38,60 -47080,sell_compound_tight,sell,2025-08-15 15:36:00,1414.0,3.0364,1,leg_gt,0.38,60 -47081,sell_compound_tight,sell,2025-08-15 15:39:00,1414.0,3.0364,1,leg_gt,0.38,60 -47082,sell_compound_tight,sell,2025-08-16 06:12:00,1360.0,2.0021,1,leg_gt,0.21,60 -47083,sell_compound_tight,sell,2025-08-16 07:21:00,1372.0,2.903,1,leg_gt,0.26,60 -47084,sell_compound_tight,sell,2025-08-16 07:24:00,1374.0,3.0532,1,leg_gt,0.26,60 -47085,sell_compound_tight,sell,2025-08-16 07:27:00,1375.0,3.1282,1,leg_gt,0.26,60 -47086,sell_compound_tight,sell,2025-08-16 07:30:00,1376.0,3.2033,1,leg_gt,0.26,60 -47087,sell_compound_tight,sell,2025-08-16 07:33:00,1379.0,3.4285,1,leg_gt,0.27,60 -47088,sell_compound_tight,sell,2025-08-16 22:27:00,1369.0,1.3074,1,leg_gt,0.04,60 -47089,sell_compound_tight,sell,2025-08-16 23:51:00,1369.0,1.3074,1,leg_gt,0.1,60 -47090,sell_compound_tight,sell,2025-08-16 23:54:00,1370.0,1.3815,1,leg_gt,0.1,60 -47091,sell_compound_tight,sell,2025-08-16 23:57:00,1372.0,1.5296,1,leg_gt,0.11,60 -47092,sell_compound_tight,sell,2025-08-17 00:00:00,1371.0,1.4556,1,leg_gt,0.11,60 -47093,sell_compound_tight,sell,2025-08-17 00:03:00,1372.0,1.5296,1,leg_gt,0.11,60 -47094,sell_compound_tight,sell,2025-08-17 00:06:00,1374.0,1.6778,1,leg_gt,0.11,60 -47095,sell_compound_tight,sell,2025-08-17 00:09:00,1372.0,1.5296,1,leg_gt,0.11,60 -47096,sell_compound_tight,sell,2025-08-17 00:12:00,1371.0,1.4556,1,leg_gt,0.12,60 -47097,sell_compound_tight,sell,2025-08-17 00:15:00,1373.0,1.6037,1,leg_gt,0.12,60 -47098,sell_compound_tight,sell,2025-08-17 00:18:00,1376.0,1.8259,1,leg_gt,0.12,60 -47099,sell_compound_tight,sell,2025-08-17 14:00:00,1398.0,3.4556,1,leg_gt,0.69,60 -47100,sell_compound_tight,sell,2025-08-17 14:03:00,1398.0,3.4556,1,leg_gt,0.69,60 -47101,sell_compound_tight,sell,2025-08-17 14:06:00,1398.0,3.4556,1,leg_gt,0.7,60 -47102,sell_compound_tight,sell,2025-08-17 14:09:00,1398.0,3.4556,1,leg_gt,0.7,60 -47103,sell_compound_tight,sell,2025-08-17 14:12:00,1401.0,3.6778,1,leg_gt,0.7,60 -47104,sell_compound_tight,sell,2025-08-17 21:00:00,1404.0,3.9,1,leg_gt,0.98,60 -47105,sell_compound_tight,sell,2025-08-17 21:03:00,1403.0,3.8259,1,leg_gt,0.99,60 -47106,sell_compound_tight,sell,2025-08-17 23:51:00,1406.0,4.0481,1,leg_gt,1.1,60 -47107,sell_compound_tight,sell,2025-08-17 23:54:00,1407.0,4.1222,1,leg_gt,1.1,60 -47108,sell_compound_tight,sell,2025-08-21 01:21:00,1326.0,4.3094,1,leg_gt,0.09,60 -47109,sell_compound_tight,sell,2025-08-21 01:24:00,1324.0,4.152,1,leg_gt,0.09,60 -47110,sell_compound_tight,sell,2025-08-21 01:27:00,1325.0,4.2307,1,leg_gt,0.1,60 -47111,sell_compound_tight,sell,2025-08-21 12:12:00,1342.0,5.5693,1,leg_gt,0.54,60 -47112,sell_compound_tight,sell,2025-08-22 07:15:00,1317.0,3.6008,1,leg_gt,1.34,60 -47113,sell_compound_tight,sell,2025-08-22 07:18:00,1316.0,3.522,1,leg_gt,1.34,60 -47114,sell_compound_tight,sell,2025-08-23 02:21:00,1402.0,11.4354,1,leg_gt,0.2,60 -47115,sell_compound_tight,sell,2025-08-23 02:24:00,1405.0,11.6741,1,leg_gt,0.2,60 -47116,sell_compound_tight,sell,2025-08-23 02:27:00,1403.0,11.515,1,leg_gt,0.2,60 -47117,sell_compound_tight,sell,2025-08-23 02:30:00,1406.0,11.7536,1,leg_gt,0.2,60 -47118,sell_compound_tight,sell,2025-08-23 02:33:00,1402.0,11.4354,1,leg_gt,0.21,60 -47119,sell_compound_tight,sell,2025-08-24 23:51:00,1344.0,1.0287,1,leg_gt,0.18,60 -47120,sell_compound_tight,sell,2025-08-24 23:54:00,1347.0,1.2544,1,leg_gt,0.18,60 -47121,sell_compound_tight,sell,2025-08-24 23:57:00,1345.0,1.1039,1,leg_gt,0.18,60 -47122,sell_compound_tight,sell,2025-08-25 00:30:00,1355.0,1.8564,1,leg_gt,0.2,60 -47123,sell_compound_tight,sell,2025-08-25 00:33:00,1358.0,2.0821,1,leg_gt,0.21,60 -47124,sell_compound_tight,sell,2025-08-27 03:06:00,1299.0,5.5957,1,leg_gt,0.83,60 -47125,sell_compound_tight,sell,2025-08-27 03:09:00,1301.0,5.7584,1,leg_gt,0.83,60 -47126,sell_compound_tight,sell,2025-08-27 03:12:00,1304.0,6.0025,1,leg_gt,0.83,60 -47127,sell_compound_tight,sell,2025-08-27 03:21:00,1301.0,5.7584,1,leg_gt,0.84,60 -47128,sell_compound_tight,sell,2025-08-27 03:24:00,1303.0,5.9212,1,leg_gt,0.84,60 -47129,sell_compound_tight,sell,2025-08-27 03:27:00,1305.0,6.0839,1,leg_gt,0.84,60 -47130,sell_compound_tight,sell,2025-08-27 03:36:00,1305.0,6.0839,1,leg_gt,0.85,60 -47131,sell_compound_tight,sell,2025-08-27 03:39:00,1305.0,6.0839,1,leg_gt,0.85,60 -47132,sell_compound_tight,sell,2025-08-27 04:36:00,1308.0,6.328,1,leg_gt,0.89,60 -47133,sell_compound_tight,sell,2025-08-27 04:39:00,1308.0,6.328,1,leg_gt,0.89,60 -47134,sell_compound_tight,sell,2025-08-27 08:00:00,1332.0,8.2808,1,leg_gt,1.03,60 -47135,sell_compound_tight,sell,2025-08-27 08:03:00,1332.0,8.2808,1,leg_gt,1.03,60 -47136,sell_compound_tight,sell,2025-08-28 06:00:00,1332.0,8.2808,1,leg_gt,1.95,60 -47137,sell_compound_tight,sell,2025-08-28 06:03:00,1328.0,7.9553,1,leg_gt,1.95,60 -47138,sell_compound_tight,sell,2025-08-30 12:36:00,1279.0,3.1284,1,leg_gt,0.07,60 -47139,sell_compound_tight,sell,2025-08-30 12:39:00,1281.0,3.2898,1,leg_gt,0.07,60 -47140,sell_compound_tight,sell,2025-08-30 12:42:00,1277.0,2.967,1,leg_gt,0.07,60 -47141,sell_compound_tight,sell,2025-08-30 17:00:00,1283.0,3.4513,1,leg_gt,0.25,60 -47142,sell_compound_tight,sell,2025-08-30 17:03:00,1282.0,3.3705,1,leg_gt,0.25,60 -47143,sell_compound_tight,sell,2025-08-31 09:21:00,1266.0,2.0792,1,leg_gt,0.93,60 -47144,sell_compound_tight,sell,2025-08-31 09:24:00,1266.0,2.0792,1,leg_gt,0.94,60 -47145,sell_compound_tight,sell,2025-08-31 09:30:00,1267.0,2.1599,1,leg_gt,0.94,60 -47146,sell_compound_tight,sell,2025-08-31 09:33:00,1266.0,2.0792,1,leg_gt,0.94,60 -47147,sell_compound_tight,sell,2025-08-31 09:36:00,1267.0,2.1599,1,leg_gt,0.94,60 -47148,sell_compound_tight,sell,2025-08-31 09:39:00,1269.0,2.3213,1,leg_gt,0.95,60 -47149,sell_compound_tight,sell,2025-08-31 10:30:00,1276.0,2.8863,1,leg_gt,0.98,60 -47150,sell_compound_tight,sell,2025-08-31 10:33:00,1279.0,3.1284,1,leg_gt,0.98,60 -47151,sell_compound_tight,sell,2025-09-01 00:51:00,1256.0,1.2721,1,leg_gt,1.58,60 -47152,sell_compound_tight,sell,2025-09-01 00:54:00,1257.0,1.3528,1,leg_gt,1.58,60 -47153,sell_compound_tight,sell,2025-09-01 17:27:00,1251.0,4.5862,1,leg_gt,0.15,60 -47154,sell_compound_tight,sell,2025-09-01 18:06:00,1259.0,5.2556,1,leg_gt,0.18,60 -47155,sell_compound_tight,sell,2025-09-01 18:09:00,1258.0,5.172,1,leg_gt,0.18,60 -47156,sell_compound_tight,sell,2025-09-03 23:36:00,1245.0,6.3103,1,leg_gt,1.71,60 -47157,sell_compound_tight,sell,2025-09-03 23:39:00,1246.0,6.3957,1,leg_gt,1.71,60 -47158,sell_compound_tight,sell,2025-09-04 00:00:00,1251.0,6.8231,1,leg_gt,1.72,60 -47159,sell_compound_tight,sell,2025-09-04 00:03:00,1247.0,6.4812,1,leg_gt,1.72,60 -47160,sell_compound_tight,sell,2025-09-04 20:30:00,1232.0,5.1991,1,leg_gt,2.58,60 -47161,sell_compound_tight,sell,2025-09-04 20:33:00,1233.0,5.2846,1,leg_gt,2.58,60 -47162,sell_compound_tight,sell,2025-09-05 02:27:00,1220.0,0.9771,1,leg_gt,0.08,60 -47163,sell_compound_tight,sell,2025-09-05 07:06:00,1225.0,1.3913,1,leg_gt,0.28,60 -47164,sell_compound_tight,sell,2025-09-05 07:09:00,1224.0,1.3085,1,leg_gt,0.28,60 -47165,sell_compound_tight,sell,2025-09-05 15:00:00,1227.0,1.557,1,leg_gt,0.6,60 -47166,sell_compound_tight,sell,2025-09-05 15:03:00,1228.0,1.6399,1,leg_gt,0.61,60 -47167,sell_compound_tight,sell,2025-09-07 03:06:00,1293.0,5.022,1,leg_gt,1.14,60 -47168,sell_compound_tight,sell,2025-09-07 03:09:00,1292.0,4.9407,1,leg_gt,1.14,60 -47169,sell_compound_tight,sell,2025-09-07 06:06:00,1317.0,6.9732,1,leg_gt,1.26,60 -47170,sell_compound_tight,sell,2025-09-07 06:09:00,1318.0,7.0545,1,leg_gt,1.27,60 -47171,sell_compound_tight,sell,2025-09-07 07:15:00,1346.0,9.3309,1,leg_gt,1.31,60 -47172,sell_compound_tight,sell,2025-09-07 07:18:00,1345.0,9.2496,1,leg_gt,1.31,60 -47173,sell_compound_tight,sell,2025-09-07 21:21:00,1454.0,3.0206,1,leg_gt,0.11,60 -47174,sell_compound_tight,sell,2025-09-07 21:24:00,1454.0,3.0206,1,leg_gt,0.11,60 -47175,sell_compound_tight,sell,2025-09-07 22:45:00,1473.0,4.3681,1,leg_gt,0.17,60 -47176,sell_compound_tight,sell,2025-09-07 22:48:00,1469.0,4.0844,1,leg_gt,0.17,60 -47177,sell_compound_tight,sell,2025-09-08 11:42:00,1584.0,10.5145,1,leg_gt,0.17,60 -47178,sell_compound_tight,sell,2025-09-08 11:45:00,1594.0,11.2128,1,leg_gt,0.17,60 -47179,sell_compound_tight,sell,2025-09-08 11:48:00,1606.0,12.0508,1,leg_gt,0.17,60 -47180,sell_compound_tight,sell,2025-09-08 12:00:00,1633.0,13.9363,1,leg_gt,0.18,60 -47181,sell_compound_tight,sell,2025-09-08 12:03:00,1635.0,14.076,1,leg_gt,0.18,60 -47182,sell_compound_tight,sell,2025-09-08 12:06:00,1634.0,14.0061,1,leg_gt,0.18,60 -47183,sell_compound_tight,sell,2025-09-08 12:09:00,1643.0,14.6346,1,leg_gt,0.19,60 -47184,sell_compound_tight,sell,2025-09-08 12:42:00,1699.0,18.5453,1,leg_gt,0.21,60 -47185,sell_compound_tight,sell,2025-09-08 13:36:00,1722.0,20.1514,1,leg_gt,0.25,60 -47186,sell_compound_tight,sell,2025-09-08 13:39:00,1723.0,20.2212,1,leg_gt,0.25,60 -47187,sell_compound_tight,sell,2025-09-08 22:51:00,1808.0,8.947,1,leg_gt,0.11,60 -47188,sell_compound_tight,sell,2025-09-08 22:54:00,1809.0,9.0074,1,leg_gt,0.11,60 -47189,sell_compound_tight,sell,2025-09-08 22:57:00,1809.0,9.0074,1,leg_gt,0.11,60 -47190,sell_compound_tight,sell,2025-09-09 12:36:00,2508.0,7.355,1,leg_gt,0.04,60 -47191,sell_compound_tight,sell,2025-09-09 12:39:00,2496.0,6.8409,1,leg_gt,0.04,60 -47192,sell_compound_tight,sell,2025-09-09 12:42:00,2518.0,7.7835,1,leg_gt,0.04,60 -47193,sell_compound_tight,sell,2025-09-10 10:42:00,2844.0,10.0045,1,leg_gt,0.05,60 -47194,sell_compound_tight,sell,2025-09-13 04:30:00,2278.0,5.0708,1,leg_gt,0.16,60 -47195,sell_compound_tight,sell,2025-09-13 04:33:00,2280.0,5.1632,1,leg_gt,0.16,60 -47196,sell_compound_tight,sell,2025-09-13 04:36:00,2282.0,5.2555,1,leg_gt,0.17,60 -47197,sell_compound_tight,sell,2025-09-13 04:39:00,2277.0,5.0247,1,leg_gt,0.17,60 -47198,sell_compound_tight,sell,2025-09-13 21:21:00,2264.0,4.4245,1,leg_gt,0.86,60 -47199,sell_compound_tight,sell,2025-09-13 21:24:00,2258.0,4.1475,1,leg_gt,0.87,60 -47200,sell_compound_tight,sell,2025-09-14 05:00:00,2243.0,1.8545,1,leg_gt,0.12,60 -47201,sell_compound_tight,sell,2025-09-14 05:03:00,2246.0,1.9909,1,leg_gt,0.12,60 -47202,sell_compound_tight,sell,2025-09-14 13:45:00,2300.0,4.4455,1,leg_gt,0.48,60 -47203,sell_compound_tight,sell,2025-09-14 13:48:00,2298.0,4.3545,1,leg_gt,0.48,60 -47204,sell_compound_tight,sell,2025-09-14 14:36:00,2337.0,6.1273,1,leg_gt,0.52,60 -47205,sell_compound_tight,sell,2025-09-14 14:39:00,2327.0,5.6727,1,leg_gt,0.52,60 -47206,sell_compound_tight,sell,2025-09-15 18:51:00,2224.0,3.5347,1,leg_gt,0.08,60 -47207,sell_compound_tight,sell,2025-09-15 18:54:00,2234.0,4.0007,1,leg_gt,0.08,60 -47208,sell_compound_tight,sell,2025-09-15 18:57:00,2237.0,4.1404,1,leg_gt,0.08,60 -47209,sell_compound_tight,sell,2025-09-16 05:12:00,2096.0,2.2937,1,leg_gt,0.18,60 -47210,sell_compound_tight,sell,2025-09-16 05:21:00,2102.0,2.5869,1,leg_gt,0.18,60 -47211,sell_compound_tight,sell,2025-09-16 05:24:00,2103.0,2.6357,1,leg_gt,0.18,60 -47212,sell_compound_tight,sell,2025-09-16 05:27:00,2100.0,2.4892,1,leg_gt,0.19,60 -47213,sell_compound_tight,sell,2025-09-16 05:36:00,2103.0,2.6357,1,leg_gt,0.19,60 -47214,sell_compound_tight,sell,2025-09-16 05:39:00,2107.0,2.8311,1,leg_gt,0.19,60 -47215,sell_compound_tight,sell,2025-09-16 05:42:00,2108.0,2.88,1,leg_gt,0.2,60 -47216,sell_compound_tight,sell,2025-09-16 05:51:00,2115.0,3.2219,1,leg_gt,0.2,60 -47217,sell_compound_tight,sell,2025-09-16 05:54:00,2110.0,2.9777,1,leg_gt,0.2,60 -47218,sell_compound_tight,sell,2025-09-17 22:21:00,2104.0,2.0855,1,leg_gt,0.33,60 -47219,sell_compound_tight,sell,2025-09-17 22:24:00,2102.0,1.9884,1,leg_gt,0.34,60 -47220,sell_compound_tight,sell,2025-09-20 19:15:00,2124.0,-1.9938,0,leg_gt,1.99,60 -47221,sell_compound_tight,sell,2025-09-20 19:18:00,2116.0,-2.3633,0,leg_gt,1.99,60 -47222,sell_compound_tight,sell,2025-09-21 06:21:00,2133.0,-1.5781,0,leg_gt,2.45,60 -47223,sell_compound_tight,sell,2025-09-21 06:24:00,2131.0,-1.6704,0,leg_gt,2.46,60 -47224,sell_compound_tight,sell,2025-09-21 06:30:00,2133.0,-1.5781,0,leg_gt,2.46,60 -47225,sell_compound_tight,sell,2025-09-21 06:33:00,2132.0,-1.6242,0,leg_gt,2.46,60 -47226,sell_compound_tight,sell,2025-09-21 22:36:00,2077.0,-4.1647,0,leg_gt,3.13,60 -47227,sell_compound_tight,sell,2025-09-21 22:39:00,2074.0,-4.3032,0,leg_gt,3.13,60 -47228,sell_compound_tight,sell,2025-09-23 04:21:00,1962.0,5.8968,1,leg_gt,0.56,60 -47229,sell_compound_tight,sell,2025-09-23 04:24:00,1954.0,5.4646,1,leg_gt,0.56,60 -47230,sell_compound_tight,sell,2025-09-23 04:45:00,1968.0,6.2209,1,leg_gt,0.57,60 -47231,sell_compound_tight,sell,2025-09-23 04:48:00,1969.0,6.2749,1,leg_gt,0.57,60 -47232,sell_compound_tight,sell,2025-09-23 04:51:00,1970.0,6.329,1,leg_gt,0.58,60 -47233,sell_compound_tight,sell,2025-09-23 04:54:00,1969.0,6.2749,1,leg_gt,0.58,60 -47234,sell_compound_tight,sell,2025-09-25 01:51:00,1921.0,6.9792,1,leg_gt,0.53,60 -47235,sell_compound_tight,sell,2025-09-25 01:54:00,1923.0,7.0906,1,leg_gt,0.53,60 -47236,sell_compound_tight,sell,2025-09-25 01:57:00,1921.0,6.9792,1,leg_gt,0.54,60 -47237,sell_compound_tight,sell,2025-09-25 18:21:00,1850.0,3.0215,1,leg_gt,1.22,60 -47238,sell_compound_tight,sell,2025-09-25 18:24:00,1851.0,3.0773,1,leg_gt,1.22,60 -47239,sell_compound_tight,sell,2025-09-27 09:00:00,1853.0,4.4121,1,leg_gt,0.54,60 -47240,sell_compound_tight,sell,2025-09-27 09:03:00,1854.0,4.4685,1,leg_gt,0.54,60 -47241,sell_compound_tight,sell,2025-09-28 04:30:00,1845.0,3.9609,1,leg_gt,1.35,60 -47242,sell_compound_tight,sell,2025-09-28 04:33:00,1844.0,3.9045,1,leg_gt,1.35,60 -47243,sell_compound_tight,sell,2025-09-29 03:00:00,1835.0,2.2996,1,leg_gt,0.33,60 -47244,sell_compound_tight,sell,2025-09-29 03:03:00,1836.0,2.3554,1,leg_gt,0.33,60 -47245,sell_compound_tight,sell,2025-09-29 05:27:00,1857.0,3.5272,1,leg_gt,0.43,60 -47246,sell_compound_tight,sell,2025-09-29 05:30:00,1856.0,3.4714,1,leg_gt,0.44,60 -47247,sell_compound_tight,sell,2025-09-29 05:33:00,1858.0,3.583,1,leg_gt,0.44,60 -47248,sell_compound_tight,sell,2025-09-29 23:12:00,1856.0,3.4714,1,leg_gt,1.17,60 -47249,sell_compound_tight,sell,2025-09-30 00:06:00,1878.0,4.6991,1,leg_gt,1.21,60 -47250,sell_compound_tight,sell,2025-09-30 00:09:00,1870.0,4.2527,1,leg_gt,1.21,60 -47251,sell_compound_tight,sell,2025-10-02 01:12:00,1865.0,5.9865,1,leg_gt,0.89,60 -47252,sell_compound_tight,sell,2025-10-02 09:06:00,1876.0,6.6122,1,leg_gt,1.22,60 -47253,sell_compound_tight,sell,2025-10-02 09:09:00,1876.0,6.6122,1,leg_gt,1.23,60 -47254,sell_compound_tight,sell,2025-10-02 09:12:00,1874.0,6.4984,1,leg_gt,1.23,60 -47255,sell_compound_tight,sell,2025-10-03 01:27:00,1891.0,2.1715,1,leg_gt,0.06,60 -47256,sell_compound_tight,sell,2025-10-03 03:15:00,1905.0,2.9287,1,leg_gt,0.13,60 -47257,sell_compound_tight,sell,2025-10-03 03:18:00,1903.0,2.8205,1,leg_gt,0.14,60 -47258,sell_compound_tight,sell,2025-10-03 03:21:00,1904.0,2.8746,1,leg_gt,0.14,60 -47259,sell_compound_tight,sell,2025-10-03 03:24:00,1904.0,2.8746,1,leg_gt,0.14,60 -47260,sell_compound_tight,sell,2025-10-03 13:27:00,1917.0,3.5777,1,leg_gt,0.56,60 -47261,sell_compound_tight,sell,2025-10-04 22:21:00,1844.0,-1.5431,0,leg_gt,0.96,60 -47262,sell_compound_tight,sell,2025-10-04 22:24:00,1847.0,-1.3827,0,leg_gt,0.96,60 -47263,sell_compound_tight,sell,2025-10-05 23:21:00,1836.0,2.1841,1,leg_gt,0.56,60 -47264,sell_compound_tight,sell,2025-10-05 23:24:00,1835.0,2.1284,1,leg_gt,0.56,60 -47265,sell_compound_tight,sell,2025-10-06 00:21:00,1840.0,2.407,1,leg_gt,0.6,60 -47266,sell_compound_tight,sell,2025-10-06 00:24:00,1841.0,2.4627,1,leg_gt,0.6,60 -47267,sell_compound_tight,sell,2025-10-06 21:57:00,1807.0,0.7371,1,leg_gt,0.5,60 -47268,sell_compound_tight,sell,2025-10-07 03:15:00,1864.0,3.9179,1,leg_gt,0.72,60 -47269,sell_compound_tight,sell,2025-10-07 03:18:00,1863.0,3.8621,1,leg_gt,0.72,60 -47270,sell_compound_tight,sell,2025-10-07 03:27:00,1865.0,3.9737,1,leg_gt,0.73,60 -47271,sell_compound_tight,sell,2025-10-09 03:57:00,1822.0,6.8249,1,leg_gt,0.29,60 -47272,sell_compound_tight,sell,2025-10-10 03:06:00,1763.0,1.9255,1,leg_gt,0.15,60 -47273,sell_compound_tight,sell,2025-10-10 03:09:00,1759.0,1.694,1,leg_gt,0.15,60 -47274,sell_compound_tight,sell,2025-10-10 21:57:00,1866.0,4.3793,1,leg_gt,0.22,60 -47275,sell_compound_tight,sell,2025-10-14 20:21:00,1418.0,3.6308,1,leg_gt,0.19,60 -47276,sell_compound_tight,sell,2025-10-14 20:24:00,1420.0,3.7771,1,leg_gt,0.19,60 -47277,sell_compound_tight,sell,2025-10-15 07:15:00,1448.0,5.8254,1,leg_gt,0.65,60 -47278,sell_compound_tight,sell,2025-10-15 07:18:00,1448.0,5.8254,1,leg_gt,0.65,60 -47279,sell_compound_tight,sell,2025-10-15 14:21:00,1460.0,6.7032,1,leg_gt,0.94,60 -47280,sell_compound_tight,sell,2025-10-15 14:24:00,1457.0,6.4838,1,leg_gt,0.94,60 -47281,sell_compound_tight,sell,2025-10-17 18:45:00,1318.0,4.3374,1,leg_gt,0.06,60 -47282,sell_compound_tight,sell,2025-10-17 18:48:00,1320.0,4.4959,1,leg_gt,0.06,60 -47283,sell_compound_tight,sell,2025-10-18 01:21:00,1338.0,5.9222,1,leg_gt,0.34,60 -47284,sell_compound_tight,sell,2025-10-18 01:24:00,1339.0,6.0014,1,leg_gt,0.34,60 -47285,sell_compound_tight,sell,2025-10-18 10:12:00,1353.0,7.1108,1,leg_gt,0.7,60 -47286,sell_compound_tight,sell,2025-10-18 16:42:00,1361.0,7.7447,1,leg_gt,0.98,60 -47287,sell_compound_tight,sell,2025-10-19 03:30:00,1358.0,7.507,1,leg_gt,1.42,60 -47288,sell_compound_tight,sell,2025-10-19 03:33:00,1360.0,7.6655,1,leg_gt,1.43,60 -47289,sell_compound_tight,sell,2025-10-19 03:36:00,1361.0,7.7447,1,leg_gt,1.43,60 -47290,sell_compound_tight,sell,2025-10-19 03:39:00,1362.0,7.8239,1,leg_gt,1.43,60 -47291,sell_compound_tight,sell,2025-10-19 23:45:00,1397.0,5.5732,1,leg_gt,0.22,60 -47292,sell_compound_tight,sell,2025-10-19 23:48:00,1397.0,5.5732,1,leg_gt,0.22,60 -47293,sell_compound_tight,sell,2025-10-20 15:42:00,1408.0,3.7348,1,leg_gt,0.26,60 -47294,sell_compound_tight,sell,2025-10-24 14:51:00,1320.0,5.5,1,leg_gt,1.36,60 -47295,sell_compound_tight,sell,2025-10-24 14:54:00,1318.0,5.34,1,leg_gt,1.36,60 -47296,sell_compound_tight,sell,2025-10-25 05:30:00,1337.0,3.8658,1,leg_gt,0.16,60 -47297,sell_compound_tight,sell,2025-10-25 05:33:00,1336.0,3.788,1,leg_gt,0.16,60 -47298,sell_compound_tight,sell,2025-10-25 07:36:00,1345.0,4.4879,1,leg_gt,0.25,60 -47299,sell_compound_tight,sell,2025-10-25 07:39:00,1343.0,4.3323,1,leg_gt,0.25,60 -47300,sell_compound_tight,sell,2025-10-25 18:12:00,1312.0,0.7455,1,leg_gt,0.09,60 -47301,sell_compound_tight,sell,2025-10-26 03:21:00,1322.0,1.5141,1,leg_gt,0.47,60 -47302,sell_compound_tight,sell,2025-10-26 03:24:00,1322.0,1.5141,1,leg_gt,0.48,60 -47303,sell_compound_tight,sell,2025-10-26 05:15:00,1329.0,2.0522,1,leg_gt,0.55,60 -47304,sell_compound_tight,sell,2025-10-26 05:18:00,1329.0,2.0522,1,leg_gt,0.55,60 -47305,sell_compound_tight,sell,2025-10-26 14:30:00,1324.0,1.6679,1,leg_gt,0.94,60 -47306,sell_compound_tight,sell,2025-10-26 14:33:00,1324.0,1.6679,1,leg_gt,0.94,60 -47307,sell_compound_tight,sell,2025-10-27 03:12:00,1402.0,7.6633,1,leg_gt,1.47,60 -47308,sell_compound_tight,sell,2025-10-27 07:27:00,1412.0,8.4319,1,leg_gt,1.64,60 -47309,sell_compound_tight,sell,2025-10-28 22:30:00,1351.0,3.7432,1,leg_gt,3.27,60 -47310,sell_compound_tight,sell,2025-10-28 22:33:00,1355.0,4.0507,1,leg_gt,3.27,60 -47311,sell_compound_tight,sell,2025-10-28 22:36:00,1351.0,3.7432,1,leg_gt,3.28,60 -47312,sell_compound_tight,sell,2025-10-28 22:39:00,1353.0,3.8969,1,leg_gt,3.28,60 -47313,sell_compound_tight,sell,2025-10-29 20:30:00,1304.0,0.1306,1,leg_gt,4.19,60 -47314,sell_compound_tight,sell,2025-10-29 20:33:00,1305.0,0.2075,1,leg_gt,4.19,60 -47315,sell_compound_tight,sell,2025-10-29 20:36:00,1305.0,0.2075,1,leg_gt,4.19,60 -47316,sell_compound_tight,sell,2025-10-29 20:39:00,1305.0,0.2075,1,leg_gt,4.19,60 -47317,sell_compound_tight,sell,2025-10-29 20:42:00,1304.0,0.1306,1,leg_gt,4.2,60 -47318,sell_compound_tight,sell,2025-10-29 20:45:00,1306.0,0.2843,1,leg_gt,4.2,60 -47319,sell_compound_tight,sell,2025-10-29 20:48:00,1305.0,0.2075,1,leg_gt,4.2,60 -47320,sell_compound_tight,sell,2025-10-29 20:51:00,1305.0,0.2075,1,leg_gt,4.2,60 -47321,sell_compound_tight,sell,2025-10-29 20:54:00,1306.0,0.2843,1,leg_gt,4.2,60 -47322,sell_compound_tight,sell,2025-10-30 16:30:00,1275.0,0.8501,1,leg_gt,0.54,60 -47323,sell_compound_tight,sell,2025-10-30 16:33:00,1274.0,0.7709,1,leg_gt,0.54,60 -47324,sell_compound_tight,sell,2025-10-30 16:36:00,1275.0,0.8501,1,leg_gt,0.54,60 -47325,sell_compound_tight,sell,2025-10-30 16:39:00,1276.0,0.9293,1,leg_gt,0.54,60 -47326,sell_compound_tight,sell,2025-10-30 16:42:00,1275.0,0.8501,1,leg_gt,0.54,60 -47327,sell_compound_tight,sell,2025-10-31 06:00:00,1184.0,1.0966,1,leg_gt,0.14,60 -47328,sell_compound_tight,sell,2025-10-31 06:03:00,1187.0,1.353,1,leg_gt,0.15,60 -47329,sell_compound_tight,sell,2025-10-31 07:06:00,1195.0,2.0368,1,leg_gt,0.19,60 -47330,sell_compound_tight,sell,2025-10-31 07:09:00,1193.0,1.8658,1,leg_gt,0.19,60 -47331,sell_compound_tight,sell,2025-10-31 07:21:00,1197.0,2.2077,1,leg_gt,0.2,60 -47332,sell_compound_tight,sell,2025-10-31 07:24:00,1197.0,2.2077,1,leg_gt,0.2,60 -47333,sell_compound_tight,sell,2025-10-31 07:27:00,1198.0,2.2932,1,leg_gt,0.2,60 -47334,sell_compound_tight,sell,2025-10-31 08:06:00,1204.0,2.806,1,leg_gt,0.23,60 -47335,sell_compound_tight,sell,2025-10-31 08:09:00,1202.0,2.635,1,leg_gt,0.23,60 -47336,sell_compound_tight,sell,2025-10-31 08:15:00,1203.0,2.7205,1,leg_gt,0.24,60 -47337,sell_compound_tight,sell,2025-10-31 08:18:00,1202.0,2.635,1,leg_gt,0.24,60 -47338,sell_compound_tight,sell,2025-10-31 08:42:00,1208.0,3.1479,1,leg_gt,0.26,60 -47339,sell_compound_tight,sell,2025-10-31 08:45:00,1210.0,3.3188,1,leg_gt,0.26,60 -47340,sell_compound_tight,sell,2025-10-31 08:48:00,1212.0,3.4897,1,leg_gt,0.26,60 -47341,sell_compound_tight,sell,2025-10-31 08:57:00,1212.0,3.4897,1,leg_gt,0.27,60 -47342,sell_compound_tight,sell,2025-10-31 10:21:00,1220.0,4.1735,1,leg_gt,0.32,60 -47343,sell_compound_tight,sell,2025-10-31 10:24:00,1220.0,4.1735,1,leg_gt,0.33,60 -47344,sell_compound_tight,sell,2025-10-31 10:27:00,1220.0,4.1735,1,leg_gt,0.33,60 -47345,sell_compound_tight,sell,2025-10-31 10:42:00,1221.0,4.259,1,leg_gt,0.34,60 -47346,sell_compound_tight,sell,2025-11-01 04:42:00,1203.0,2.1959,1,leg_gt,0.1,60 -47347,sell_compound_tight,sell,2025-11-01 11:51:00,1200.0,1.9408,1,leg_gt,0.4,60 -47348,sell_compound_tight,sell,2025-11-01 11:54:00,1202.0,2.1109,1,leg_gt,0.4,60 -47349,sell_compound_tight,sell,2025-11-01 13:06:00,1214.0,3.1313,1,leg_gt,0.45,60 -47350,sell_compound_tight,sell,2025-11-01 13:09:00,1215.0,3.2163,1,leg_gt,0.45,60 -47351,sell_compound_tight,sell,2025-11-01 21:51:00,1313.0,3.6125,1,leg_gt,0.14,60 -47352,sell_compound_tight,sell,2025-11-01 21:54:00,1310.0,3.3755,1,leg_gt,0.15,60 -47353,sell_compound_tight,sell,2025-11-02 01:15:00,1308.0,3.2175,1,leg_gt,0.29,60 -47354,sell_compound_tight,sell,2025-11-02 01:18:00,1311.0,3.4545,1,leg_gt,0.29,60 -47355,sell_compound_tight,sell,2025-11-02 14:15:00,1281.0,1.0848,1,leg_gt,0.83,60 -47356,sell_compound_tight,sell,2025-11-02 14:18:00,1283.0,1.2428,1,leg_gt,0.83,60 -47357,sell_compound_tight,sell,2025-11-03 06:06:00,1245.0,-1.7588,0,leg_gt,1.49,60 -47358,sell_compound_tight,sell,2025-11-03 06:09:00,1244.0,-1.8378,0,leg_gt,1.49,60 -47359,sell_compound_tight,sell,2025-11-04 19:21:00,1070.0,3.0823,1,leg_gt,0.09,60 -47360,sell_compound_tight,sell,2025-11-04 19:24:00,1071.0,3.1787,1,leg_gt,0.09,60 -47361,sell_compound_tight,sell,2025-11-04 20:15:00,1075.0,3.5644,1,leg_gt,0.12,60 -47362,sell_compound_tight,sell,2025-11-04 20:18:00,1076.0,3.6608,1,leg_gt,0.13,60 -47363,sell_compound_tight,sell,2025-11-05 07:30:00,1056.0,7.3262,1,leg_gt,0.04,60 -47364,sell_compound_tight,sell,2025-11-05 07:33:00,1056.0,7.3262,1,leg_gt,0.04,60 -47365,sell_compound_tight,sell,2025-11-05 12:42:00,1067.0,6.9211,1,leg_gt,0.1,60 -47366,sell_compound_tight,sell,2025-11-05 21:36:00,1072.0,7.4226,1,leg_gt,0.47,60 -47367,sell_compound_tight,sell,2025-11-05 21:39:00,1074.0,7.6232,1,leg_gt,0.47,60 -47368,sell_compound_tight,sell,2025-11-05 21:42:00,1075.0,7.7235,1,leg_gt,0.47,60 -47369,sell_compound_tight,sell,2025-11-06 08:30:00,1112.0,11.4346,1,leg_gt,0.92,60 -47370,sell_compound_tight,sell,2025-11-06 08:33:00,1112.0,11.4346,1,leg_gt,0.92,60 -47371,sell_compound_tight,sell,2025-11-07 15:27:00,1113.0,7.1254,1,leg_gt,0.57,60 -47372,sell_compound_tight,sell,2025-11-08 01:00:00,1198.0,11.4456,1,leg_gt,0.13,60 -47373,sell_compound_tight,sell,2025-11-08 01:03:00,1205.0,12.0974,1,leg_gt,0.14,60 -47374,sell_compound_tight,sell,2025-11-08 01:27:00,1213.0,12.8423,1,leg_gt,0.15,60 -47375,sell_compound_tight,sell,2025-11-08 02:51:00,1265.0,17.684,1,leg_gt,0.21,60 -47376,sell_compound_tight,sell,2025-11-08 02:54:00,1258.0,17.0322,1,leg_gt,0.21,60 -47377,sell_compound_tight,sell,2025-11-08 17:57:00,1231.0,14.5182,1,leg_gt,0.84,60 -47378,sell_compound_tight,sell,2025-11-09 17:00:00,1192.0,2.2176,1,leg_gt,0.19,60 -47379,sell_compound_tight,sell,2025-11-09 17:03:00,1190.0,2.0459,1,leg_gt,0.19,60 -47380,sell_compound_tight,sell,2025-11-10 04:57:00,1221.0,4.7069,1,leg_gt,0.69,60 -47381,sell_compound_tight,sell,2025-11-11 12:12:00,1246.0,3.6469,1,leg_gt,0.42,60 -47382,sell_compound_tight,sell,2025-11-11 12:15:00,1248.0,3.8134,1,leg_gt,0.43,60 -47383,sell_compound_tight,sell,2025-11-11 12:18:00,1245.0,3.5636,1,leg_gt,0.43,60 -47384,sell_compound_tight,sell,2025-11-12 02:12:00,1200.0,-0.1833,0,leg_gt,1.01,60 -47385,sell_compound_tight,sell,2025-11-12 12:00:00,1166.0,1.5565,1,leg_gt,0.09,60 -47386,sell_compound_tight,sell,2025-11-12 12:03:00,1167.0,1.6437,1,leg_gt,0.09,60 -47387,sell_compound_tight,sell,2025-11-12 19:15:00,1204.0,4.8695,1,leg_gt,0.39,60 -47388,sell_compound_tight,sell,2025-11-12 19:18:00,1203.0,4.7823,1,leg_gt,0.39,60 -47389,sell_compound_tight,sell,2025-11-12 19:21:00,1204.0,4.8695,1,leg_gt,0.39,60 -47390,sell_compound_tight,sell,2025-11-12 19:24:00,1208.0,5.2182,1,leg_gt,0.39,60 -47391,sell_compound_tight,sell,2025-11-13 05:51:00,1151.0,2.4847,1,leg_gt,0.15,60 -47392,sell_compound_tight,sell,2025-11-13 05:54:00,1151.0,2.4847,1,leg_gt,0.15,60 -47393,sell_compound_tight,sell,2025-11-13 06:45:00,1160.0,3.2868,1,leg_gt,0.18,60 -47394,sell_compound_tight,sell,2025-11-13 06:48:00,1157.0,3.0194,1,leg_gt,0.19,60 -47395,sell_compound_tight,sell,2025-11-15 00:30:00,1106.0,3.8474,1,leg_gt,0.12,60 -47396,sell_compound_tight,sell,2025-11-15 00:33:00,1105.0,3.7534,1,leg_gt,0.12,60 -47397,sell_compound_tight,sell,2025-11-15 00:42:00,1107.0,3.9414,1,leg_gt,0.13,60 -47398,sell_compound_tight,sell,2025-11-17 09:42:00,1010.0,2.1267,1,leg_gt,0.28,60 -47399,sell_compound_tight,sell,2025-11-19 00:57:00,1010.0,5.1083,1,leg_gt,0.64,60 -47400,sell_compound_tight,sell,2025-11-20 09:21:00,1000.0,5.1632,1,leg_gt,0.21,60 -47401,sell_compound_tight,sell,2025-11-20 09:24:00,1001.0,5.2684,1,leg_gt,0.21,60 -47402,sell_compound_tight,sell,2025-11-20 09:36:00,1002.0,5.3737,1,leg_gt,0.22,60 -47403,sell_compound_tight,sell,2025-11-20 09:39:00,1001.0,5.2684,1,leg_gt,0.22,60 -47404,sell_compound_tight,sell,2025-11-20 11:27:00,1007.0,5.9,1,leg_gt,0.29,60 -47405,sell_compound_tight,sell,2025-11-20 11:36:00,1008.0,6.0053,1,leg_gt,0.3,60 -47406,sell_compound_tight,sell,2025-11-20 11:39:00,1009.0,6.1105,1,leg_gt,0.3,60 -47407,sell_compound_tight,sell,2025-11-20 18:00:00,1029.0,8.2158,1,leg_gt,0.57,60 -47408,sell_compound_tight,sell,2025-11-20 18:03:00,1030.0,8.3211,1,leg_gt,0.57,60 -47409,sell_compound_tight,sell,2025-11-20 21:15:00,1044.0,9.7947,1,leg_gt,0.7,60 -47410,sell_compound_tight,sell,2025-11-20 21:18:00,1042.0,9.5842,1,leg_gt,0.7,60 -47411,sell_compound_tight,sell,2025-11-20 21:51:00,1049.0,10.3211,1,leg_gt,0.73,60 -47412,sell_compound_tight,sell,2025-11-20 21:54:00,1056.0,11.0579,1,leg_gt,0.73,60 -47413,sell_compound_tight,sell,2025-11-21 06:30:00,993.0,3.3375,1,leg_gt,0.1,60 -47414,sell_compound_tight,sell,2025-11-21 06:33:00,995.0,3.5458,1,leg_gt,0.11,60 -47415,sell_compound_tight,sell,2025-11-22 02:21:00,926.0,3.8282,1,leg_gt,0.05,60 -47416,sell_compound_tight,sell,2025-11-22 02:24:00,928.0,4.0526,1,leg_gt,0.05,60 -47417,sell_compound_tight,sell,2025-11-22 02:27:00,928.0,4.0526,1,leg_gt,0.05,60 -47418,sell_compound_tight,sell,2025-11-23 07:42:00,905.0,2.7409,1,leg_gt,0.71,60 -47419,sell_compound_tight,sell,2025-11-23 07:45:00,905.0,2.7409,1,leg_gt,0.71,60 -47420,sell_compound_tight,sell,2025-11-23 07:48:00,905.0,2.7409,1,leg_gt,0.71,60 -47421,sell_compound_tight,sell,2025-11-23 11:42:00,926.0,5.1273,1,leg_gt,0.88,60 -47422,sell_compound_tight,sell,2025-11-23 11:45:00,925.0,5.0136,1,leg_gt,0.88,60 -47423,sell_compound_tight,sell,2025-11-23 11:48:00,926.0,5.1273,1,leg_gt,0.88,60 -47424,sell_compound_tight,sell,2025-11-23 11:51:00,925.0,5.0136,1,leg_gt,0.88,60 -47425,sell_compound_tight,sell,2025-11-23 11:54:00,923.0,4.7864,1,leg_gt,0.89,60 -47426,sell_compound_tight,sell,2025-11-23 13:27:00,927.0,5.2409,1,leg_gt,0.95,60 -47427,sell_compound_tight,sell,2025-11-24 01:00:00,927.0,5.2409,1,leg_gt,1.43,60 -47428,sell_compound_tight,sell,2025-11-24 05:51:00,928.0,5.3545,1,leg_gt,1.63,60 -47429,sell_compound_tight,sell,2025-11-24 22:42:00,915.0,0.3391,1,leg_gt,0.56,60 -47430,sell_compound_tight,sell,2025-11-25 01:06:00,927.0,2.7857,1,leg_gt,0.07,60 -47431,sell_compound_tight,sell,2025-11-25 01:09:00,927.0,2.7857,1,leg_gt,0.07,60 -47432,sell_compound_tight,sell,2025-11-25 01:30:00,934.0,3.5626,1,leg_gt,0.09,60 -47433,sell_compound_tight,sell,2025-11-25 01:33:00,933.0,3.4516,1,leg_gt,0.09,60 -47434,sell_compound_tight,sell,2025-11-25 01:36:00,935.0,3.6736,1,leg_gt,0.09,60 -47435,sell_compound_tight,sell,2025-11-25 01:39:00,935.0,3.6736,1,leg_gt,0.09,60 -47436,sell_compound_tight,sell,2025-11-25 01:42:00,934.0,3.5626,1,leg_gt,0.09,60 -47437,sell_compound_tight,sell,2025-11-25 02:45:00,948.0,5.1164,1,leg_gt,0.14,60 -47438,sell_compound_tight,sell,2025-11-25 02:48:00,950.0,5.3384,1,leg_gt,0.14,60 -47439,sell_compound_tight,sell,2025-11-25 05:51:00,965.0,7.0032,1,leg_gt,0.27,60 -47440,sell_compound_tight,sell,2025-11-25 05:54:00,967.0,7.2252,1,leg_gt,0.27,60 -47441,sell_compound_tight,sell,2025-11-26 02:45:00,947.0,2.2784,1,leg_gt,0.12,60 -47442,sell_compound_tight,sell,2025-11-26 02:48:00,946.0,2.1703,1,leg_gt,0.12,60 -47443,sell_compound_tight,sell,2025-11-26 02:51:00,947.0,2.2784,1,leg_gt,0.13,60 -47444,sell_compound_tight,sell,2025-11-26 02:54:00,947.0,2.2784,1,leg_gt,0.13,60 -47445,sell_compound_tight,sell,2025-11-28 01:57:00,994.0,7.3595,1,leg_gt,1.05,60 -47446,sell_compound_tight,sell,2025-11-28 23:27:00,989.0,3.6775,1,leg_gt,0.5,60 -47447,sell_compound_tight,sell,2025-11-29 04:51:00,972.0,1.8937,1,leg_gt,0.72,60 -47448,sell_compound_tight,sell,2025-11-29 04:54:00,972.0,1.8937,1,leg_gt,0.73,60 -47449,sell_compound_tight,sell,2025-11-29 04:57:00,971.0,1.7888,1,leg_gt,0.73,60 -47450,sell_compound_tight,sell,2025-11-29 08:12:00,975.0,2.2085,1,leg_gt,0.86,60 -47451,sell_compound_tight,sell,2025-11-29 08:15:00,974.0,2.1036,1,leg_gt,0.87,60 -47452,sell_compound_tight,sell,2025-11-29 08:18:00,975.0,2.2085,1,leg_gt,0.87,60 -47453,sell_compound_tight,sell,2025-12-01 04:12:00,955.0,0.1099,1,leg_gt,2.7,60 -47454,sell_compound_tight,sell,2025-12-02 07:06:00,866.0,3.4885,1,leg_gt,0.19,60 -47455,sell_compound_tight,sell,2025-12-02 07:09:00,865.0,3.3689,1,leg_gt,0.19,60 -47456,sell_compound_tight,sell,2025-12-02 20:45:00,865.0,3.3689,1,leg_gt,0.76,60 -47457,sell_compound_tight,sell,2025-12-02 20:48:00,865.0,3.3689,1,leg_gt,0.76,60 -47458,sell_compound_tight,sell,2025-12-02 21:00:00,866.0,3.4885,1,leg_gt,0.77,60 -47459,sell_compound_tight,sell,2025-12-02 21:03:00,868.0,3.7278,1,leg_gt,0.77,60 -47460,sell_compound_tight,sell,2025-12-02 22:27:00,873.0,4.3258,1,leg_gt,0.83,60 -47461,sell_compound_tight,sell,2025-12-02 22:30:00,872.0,4.2062,1,leg_gt,0.83,60 -47462,sell_compound_tight,sell,2025-12-02 22:33:00,872.0,4.2062,1,leg_gt,0.84,60 -47463,sell_compound_tight,sell,2025-12-02 22:36:00,872.0,4.2062,1,leg_gt,0.84,60 -47464,sell_compound_tight,sell,2025-12-02 22:39:00,873.0,4.3258,1,leg_gt,0.84,60 -47465,sell_compound_tight,sell,2025-12-02 22:42:00,873.0,4.3258,1,leg_gt,0.84,60 -47466,sell_compound_tight,sell,2025-12-02 22:45:00,873.0,4.3258,1,leg_gt,0.84,60 -47467,sell_compound_tight,sell,2025-12-02 22:48:00,875.0,4.5651,1,leg_gt,0.85,60 -47468,sell_compound_tight,sell,2025-12-04 03:00:00,941.0,1.8502,1,leg_gt,0.16,60 -47469,sell_compound_tight,sell,2025-12-04 03:03:00,942.0,1.9585,1,leg_gt,0.17,60 -47470,sell_compound_tight,sell,2025-12-04 10:21:00,949.0,2.7169,1,leg_gt,0.47,60 -47471,sell_compound_tight,sell,2025-12-04 10:24:00,949.0,2.7169,1,leg_gt,0.47,60 -47472,sell_compound_tight,sell,2025-12-04 10:30:00,950.0,2.8252,1,leg_gt,0.48,60 -47473,sell_compound_tight,sell,2025-12-04 10:33:00,951.0,2.9336,1,leg_gt,0.48,60 -47474,sell_compound_tight,sell,2025-12-04 10:36:00,951.0,2.9336,1,leg_gt,0.48,60 -47475,sell_compound_tight,sell,2025-12-04 10:39:00,951.0,2.9336,1,leg_gt,0.48,60 -47476,sell_compound_tight,sell,2025-12-05 16:21:00,920.0,-0.425,0,leg_gt,1.72,60 -47477,sell_compound_tight,sell,2025-12-05 16:24:00,922.0,-0.2083,0,leg_gt,1.72,60 -47478,sell_compound_tight,sell,2025-12-06 08:51:00,861.0,1.673,1,leg_gt,0.13,60 -47479,sell_compound_tight,sell,2025-12-06 08:54:00,861.0,1.673,1,leg_gt,0.13,60 -47480,sell_compound_tight,sell,2025-12-06 10:12:00,866.0,2.2641,1,leg_gt,0.19,60 -47481,sell_compound_tight,sell,2025-12-06 10:21:00,869.0,2.6187,1,leg_gt,0.19,60 -47482,sell_compound_tight,sell,2025-12-06 10:24:00,869.0,2.6187,1,leg_gt,0.19,60 -47483,sell_compound_tight,sell,2025-12-06 16:12:00,867.0,2.3823,1,leg_gt,0.44,60 -47484,sell_compound_tight,sell,2025-12-06 21:30:00,865.0,2.1459,1,leg_gt,0.66,60 -47485,sell_compound_tight,sell,2025-12-06 21:33:00,865.0,2.1459,1,leg_gt,0.66,60 -47486,sell_compound_tight,sell,2025-12-06 21:36:00,866.0,2.2641,1,leg_gt,0.66,60 -47487,sell_compound_tight,sell,2025-12-06 21:39:00,865.0,2.1459,1,leg_gt,0.66,60 -47488,sell_compound_tight,sell,2025-12-07 14:51:00,869.0,2.6187,1,leg_gt,1.38,60 -47489,sell_compound_tight,sell,2025-12-07 14:54:00,869.0,2.6187,1,leg_gt,1.38,60 -47490,sell_compound_tight,sell,2025-12-07 14:57:00,869.0,2.6187,1,leg_gt,1.38,60 -47491,sell_compound_tight,sell,2025-12-07 15:42:00,872.0,2.9733,1,leg_gt,1.41,60 -47492,sell_compound_tight,sell,2025-12-08 10:51:00,862.0,2.519,1,leg_gt,0.12,60 -47493,sell_compound_tight,sell,2025-12-08 10:54:00,861.0,2.4,1,leg_gt,0.12,60 -47494,sell_compound_tight,sell,2025-12-08 14:21:00,865.0,2.8762,1,leg_gt,0.26,60 -47495,sell_compound_tight,sell,2025-12-08 14:24:00,865.0,2.8762,1,leg_gt,0.26,60 -47496,sell_compound_tight,sell,2025-12-08 14:30:00,865.0,2.8762,1,leg_gt,0.27,60 -47497,sell_compound_tight,sell,2025-12-08 14:33:00,866.0,2.9952,1,leg_gt,0.27,60 -47498,sell_compound_tight,sell,2025-12-08 17:21:00,873.0,3.8286,1,leg_gt,0.39,60 -47499,sell_compound_tight,sell,2025-12-08 17:24:00,873.0,3.8286,1,leg_gt,0.39,60 -47500,sell_compound_tight,sell,2025-12-09 07:12:00,903.0,3.9323,1,leg_gt,0.12,60 -47501,sell_compound_tight,sell,2025-12-09 07:15:00,904.0,4.0475,1,leg_gt,0.12,60 -47502,sell_compound_tight,sell,2025-12-09 07:18:00,907.0,4.3931,1,leg_gt,0.13,60 -47503,sell_compound_tight,sell,2025-12-10 02:06:00,945.0,7.7767,1,leg_gt,0.31,60 -47504,sell_compound_tight,sell,2025-12-10 02:09:00,946.0,7.8909,1,leg_gt,0.31,60 -47505,sell_compound_tight,sell,2025-12-10 23:21:00,938.0,6.9776,1,leg_gt,1.2,60 -47506,sell_compound_tight,sell,2025-12-10 23:24:00,939.0,7.0918,1,leg_gt,1.2,60 -47507,sell_compound_tight,sell,2025-12-12 23:21:00,902.0,4.057,1,leg_gt,1.43,60 -47508,sell_compound_tight,sell,2025-12-12 23:24:00,902.0,4.057,1,leg_gt,1.43,60 -47509,sell_compound_tight,sell,2025-12-13 13:00:00,879.0,3.5557,1,leg_gt,0.48,60 -47510,sell_compound_tight,sell,2025-12-13 13:03:00,880.0,3.6736,1,leg_gt,0.48,60 -47511,sell_compound_tight,sell,2025-12-14 01:57:00,893.0,5.2066,1,leg_gt,1.01,60 -47512,sell_compound_tight,sell,2025-12-15 15:00:00,867.0,3.7323,1,leg_gt,0.27,60 -47513,sell_compound_tight,sell,2025-12-15 15:03:00,867.0,3.7323,1,leg_gt,0.27,60 -47514,sell_compound_tight,sell,2025-12-16 13:00:00,797.0,-4.6509,0,leg_gt,1.19,60 -47515,sell_compound_tight,sell,2025-12-16 13:03:00,796.0,-4.7707,0,leg_gt,1.19,60 -47516,sell_compound_tight,sell,2025-12-16 13:06:00,796.0,-4.7707,0,leg_gt,1.19,60 -47517,sell_compound_tight,sell,2025-12-16 13:09:00,796.0,-4.7707,0,leg_gt,1.19,60 -47518,sell_compound_tight,sell,2025-12-18 20:51:00,746.0,1.952,1,leg_gt,0.24,60 -47519,sell_compound_tight,sell,2025-12-18 20:54:00,746.0,1.952,1,leg_gt,0.25,60 -47520,sell_compound_tight,sell,2025-12-19 20:42:00,753.0,6.2559,1,leg_gt,0.41,60 -47521,sell_compound_tight,sell,2025-12-19 20:51:00,753.0,6.2559,1,leg_gt,0.42,60 -47522,sell_compound_tight,sell,2025-12-19 20:54:00,753.0,6.2559,1,leg_gt,0.42,60 -47523,sell_compound_tight,sell,2025-12-19 20:57:00,753.0,6.2559,1,leg_gt,0.42,60 -47524,sell_compound_tight,sell,2025-12-20 01:21:00,772.0,8.9395,1,leg_gt,0.61,60 -47525,sell_compound_tight,sell,2025-12-20 01:24:00,771.0,8.7983,1,leg_gt,0.61,60 -47526,sell_compound_tight,sell,2025-12-20 01:27:00,771.0,8.7983,1,leg_gt,0.61,60 -47527,sell_compound_tight,sell,2025-12-20 17:36:00,782.0,10.352,1,leg_gt,1.28,60 -47528,sell_compound_tight,sell,2025-12-20 17:39:00,782.0,10.352,1,leg_gt,1.29,60 -47529,sell_compound_tight,sell,2025-12-21 06:36:00,780.0,10.0695,1,leg_gt,1.82,60 -47530,sell_compound_tight,sell,2025-12-21 06:39:00,780.0,10.0695,1,leg_gt,1.83,60 -47531,sell_compound_tight,sell,2025-12-21 07:57:00,781.0,10.2107,1,leg_gt,1.88,60 -47532,sell_compound_tight,sell,2025-12-22 06:30:00,753.0,1.5194,1,leg_gt,0.32,60 -47533,sell_compound_tight,sell,2025-12-22 06:33:00,754.0,1.6544,1,leg_gt,0.32,60 -47534,sell_compound_tight,sell,2025-12-22 07:30:00,753.0,1.5194,1,leg_gt,0.36,60 -47535,sell_compound_tight,sell,2025-12-22 07:33:00,753.0,1.5194,1,leg_gt,0.36,60 -47536,sell_compound_tight,sell,2025-12-23 19:51:00,746.0,0.5748,1,leg_gt,1.87,60 -47537,sell_compound_tight,sell,2025-12-23 19:54:00,744.0,0.3049,1,leg_gt,1.88,60 -47538,sell_compound_tight,sell,2025-12-25 01:00:00,718.0,1.3124,1,leg_gt,0.06,60 -47539,sell_compound_tight,sell,2025-12-25 01:03:00,718.0,1.3124,1,leg_gt,0.06,60 -47540,sell_compound_tight,sell,2025-12-25 05:15:00,717.0,1.1712,1,leg_gt,0.24,60 -47541,sell_compound_tight,sell,2025-12-25 05:18:00,718.0,1.3124,1,leg_gt,0.24,60 -47542,sell_compound_tight,sell,2025-12-25 12:15:00,734.0,3.5723,1,leg_gt,0.53,60 -47543,sell_compound_tight,sell,2025-12-25 12:18:00,733.0,3.4311,1,leg_gt,0.53,60 -47544,sell_compound_tight,sell,2025-12-26 01:00:00,735.0,3.7136,1,leg_gt,1.06,60 -47545,sell_compound_tight,sell,2025-12-26 01:03:00,734.0,3.5723,1,leg_gt,1.06,60 -47546,sell_compound_tight,sell,2025-12-26 01:12:00,735.0,3.7136,1,leg_gt,1.07,60 -47547,sell_compound_tight,sell,2025-12-26 01:15:00,737.0,3.996,1,leg_gt,1.07,60 -47548,sell_compound_tight,sell,2025-12-26 01:18:00,736.0,3.8548,1,leg_gt,1.07,60 -47549,sell_compound_tight,sell,2025-12-27 03:27:00,721.0,1.3065,1,leg_gt,0.06,60 -47550,sell_compound_tight,sell,2025-12-27 04:27:00,723.0,1.5878,1,leg_gt,0.11,60 -47551,sell_compound_tight,sell,2025-12-27 11:12:00,724.0,1.7284,1,leg_gt,0.39,60 -47552,sell_compound_tight,sell,2025-12-28 08:30:00,741.0,4.1194,1,leg_gt,1.27,60 -47553,sell_compound_tight,sell,2025-12-28 08:33:00,741.0,4.1194,1,leg_gt,1.28,60 -47554,sell_compound_tight,sell,2025-12-28 17:45:00,747.0,4.9633,1,leg_gt,1.66,60 -47555,sell_compound_tight,sell,2025-12-28 17:48:00,747.0,4.9633,1,leg_gt,1.66,60 -47556,sell_compound_tight,sell,2026-01-01 23:51:00,730.0,5.8507,1,leg_gt,0.87,60 -47557,sell_compound_tight,sell,2026-01-01 23:54:00,729.0,5.7055,1,leg_gt,0.88,60 -47558,sell_compound_tight,sell,2026-01-02 00:00:00,728.0,5.5604,1,leg_gt,0.88,60 -47559,sell_compound_tight,sell,2026-01-02 00:03:00,728.0,5.5604,1,leg_gt,0.88,60 -47560,sell_compound_tight,sell,2026-01-02 00:06:00,728.0,5.5604,1,leg_gt,0.88,60 -47561,sell_compound_tight,sell,2026-01-02 00:09:00,729.0,5.7055,1,leg_gt,0.89,60 -47562,sell_compound_tight,sell,2026-01-02 00:12:00,728.0,5.5604,1,leg_gt,0.89,60 -47563,sell_compound_tight,sell,2026-01-02 01:06:00,735.0,6.5763,1,leg_gt,0.92,60 -47564,sell_compound_tight,sell,2026-01-02 01:09:00,734.0,6.4312,1,leg_gt,0.93,60 -47565,sell_compound_tight,sell,2026-01-02 03:00:00,745.0,8.0277,1,leg_gt,1.0,60 -47566,sell_compound_tight,sell,2026-01-02 03:03:00,745.0,8.0277,1,leg_gt,1.01,60 -47567,sell_compound_tight,sell,2026-01-03 02:21:00,799.0,15.8652,1,leg_gt,1.98,60 -47568,sell_compound_tight,sell,2026-01-03 02:24:00,797.0,15.5749,1,leg_gt,1.98,60 -47569,sell_compound_tight,sell,2026-01-03 07:21:00,797.0,15.5749,1,leg_gt,2.19,60 -47570,sell_compound_tight,sell,2026-01-03 07:24:00,796.0,15.4298,1,leg_gt,2.19,60 -47571,sell_compound_tight,sell,2026-01-03 08:21:00,805.0,16.736,1,leg_gt,2.23,60 -47572,sell_compound_tight,sell,2026-01-03 08:24:00,804.0,16.5909,1,leg_gt,2.23,60 -47573,sell_compound_tight,sell,2026-01-03 15:30:00,852.0,23.5575,1,leg_gt,2.52,60 -47574,sell_compound_tight,sell,2026-01-03 15:33:00,856.0,24.138,1,leg_gt,2.53,60 -47575,sell_compound_tight,sell,2026-01-04 11:15:00,848.0,2.3155,1,leg_gt,0.26,60 -47576,sell_compound_tight,sell,2026-01-04 11:18:00,850.0,2.557,1,leg_gt,0.26,60 -47577,sell_compound_tight,sell,2026-01-04 12:42:00,856.0,3.2816,1,leg_gt,0.32,60 -47578,sell_compound_tight,sell,2026-01-05 01:21:00,875.0,5.5763,1,leg_gt,0.85,60 -47579,sell_compound_tight,sell,2026-01-05 01:24:00,878.0,5.9386,1,leg_gt,0.85,60 -47580,sell_compound_tight,sell,2026-01-05 10:15:00,873.0,5.3348,1,leg_gt,1.22,60 -47581,sell_compound_tight,sell,2026-01-05 10:18:00,873.0,5.3348,1,leg_gt,1.22,60 -47582,sell_compound_tight,sell,2026-01-05 21:57:00,864.0,0.9526,1,leg_gt,0.35,60 -47583,sell_compound_tight,sell,2026-01-06 01:15:00,879.0,2.707,1,leg_gt,0.49,60 -47584,sell_compound_tight,sell,2026-01-06 01:18:00,877.0,2.4731,1,leg_gt,0.49,60 -47585,sell_compound_tight,sell,2026-01-07 05:45:00,906.0,2.0421,1,leg_gt,0.12,60 -47586,sell_compound_tight,sell,2026-01-07 05:48:00,905.0,1.9293,1,leg_gt,0.12,60 -47587,sell_compound_tight,sell,2026-01-09 07:00:00,859.0,3.394,1,leg_gt,0.3,60 -47588,sell_compound_tight,sell,2026-01-09 07:03:00,861.0,3.6349,1,leg_gt,0.31,60 -47589,sell_compound_tight,sell,2026-01-09 07:06:00,860.0,3.5145,1,leg_gt,0.31,60 -47590,sell_compound_tight,sell,2026-01-09 07:09:00,859.0,3.394,1,leg_gt,0.31,60 -47591,sell_compound_tight,sell,2026-01-10 20:00:00,856.0,2.048,1,leg_gt,0.2,60 -47592,sell_compound_tight,sell,2026-01-10 20:03:00,857.0,2.1673,1,leg_gt,0.2,60 -47593,sell_compound_tight,sell,2026-01-10 20:06:00,856.0,2.048,1,leg_gt,0.2,60 -47594,sell_compound_tight,sell,2026-01-10 20:09:00,856.0,2.048,1,leg_gt,0.2,60 -47595,sell_compound_tight,sell,2026-01-10 21:21:00,864.0,3.0026,1,leg_gt,0.25,60 -47596,sell_compound_tight,sell,2026-01-10 21:24:00,863.0,2.8833,1,leg_gt,0.25,60 -47597,sell_compound_tight,sell,2026-01-11 11:00:00,847.0,0.974,1,leg_gt,0.82,60 -47598,sell_compound_tight,sell,2026-01-11 11:03:00,846.0,0.8547,1,leg_gt,0.82,60 -47599,sell_compound_tight,sell,2026-01-11 16:00:00,846.0,0.8547,1,leg_gt,1.03,60 -47600,sell_compound_tight,sell,2026-01-11 16:03:00,847.0,0.974,1,leg_gt,1.03,60 -47601,sell_compound_tight,sell,2026-01-12 09:27:00,838.0,1.7226,1,leg_gt,0.06,60 -47602,sell_compound_tight,sell,2026-01-12 11:06:00,850.0,3.1807,1,leg_gt,0.13,60 -47603,sell_compound_tight,sell,2026-01-12 11:09:00,849.0,3.0592,1,leg_gt,0.13,60 -47604,sell_compound_tight,sell,2026-01-12 11:30:00,854.0,3.6667,1,leg_gt,0.14,60 -47605,sell_compound_tight,sell,2026-01-12 11:33:00,851.0,3.3022,1,leg_gt,0.15,60 -47606,sell_compound_tight,sell,2026-01-12 11:42:00,854.0,3.6667,1,leg_gt,0.15,60 -47607,sell_compound_tight,sell,2026-01-12 11:45:00,855.0,3.7882,1,leg_gt,0.15,60 -47608,sell_compound_tight,sell,2026-01-12 11:48:00,858.0,4.1527,1,leg_gt,0.16,60 -47609,sell_compound_tight,sell,2026-01-12 12:12:00,862.0,4.6388,1,leg_gt,0.17,60 -47610,sell_compound_tight,sell,2026-01-12 12:15:00,864.0,4.8818,1,leg_gt,0.18,60 -47611,sell_compound_tight,sell,2026-01-12 12:18:00,865.0,5.0033,1,leg_gt,0.18,60 -47612,sell_compound_tight,sell,2026-01-12 12:21:00,864.0,4.8818,1,leg_gt,0.18,60 -47613,sell_compound_tight,sell,2026-01-12 12:24:00,864.0,4.8818,1,leg_gt,0.18,60 -47614,sell_compound_tight,sell,2026-01-12 12:27:00,867.0,5.2463,1,leg_gt,0.18,60 -47615,sell_compound_tight,sell,2026-01-13 00:42:00,842.0,2.4579,1,leg_gt,0.05,60 -47616,sell_compound_tight,sell,2026-01-13 00:45:00,842.0,2.4579,1,leg_gt,0.06,60 -47617,sell_compound_tight,sell,2026-01-13 00:48:00,841.0,2.3361,1,leg_gt,0.06,60 -47618,sell_compound_tight,sell,2026-01-13 11:15:00,828.0,1.1225,1,leg_gt,0.13,60 -47619,sell_compound_tight,sell,2026-01-13 11:18:00,829.0,1.2447,1,leg_gt,0.14,60 -47620,sell_compound_tight,sell,2026-01-14 01:51:00,899.0,9.8022,1,leg_gt,0.74,60 -47621,sell_compound_tight,sell,2026-01-14 01:54:00,901.0,10.0467,1,leg_gt,0.74,60 -47622,sell_compound_tight,sell,2026-01-15 22:51:00,874.0,2.966,1,leg_gt,0.41,60 -47623,sell_compound_tight,sell,2026-01-15 22:54:00,875.0,3.084,1,leg_gt,0.42,60 -47624,sell_compound_tight,sell,2026-01-16 07:12:00,832.0,-1.9868,0,leg_gt,0.76,60 -47625,sell_compound_tight,sell,2026-01-16 15:42:00,829.0,-2.3406,0,leg_gt,1.12,60 -47626,sell_compound_tight,sell,2026-01-16 15:45:00,830.0,-2.2226,0,leg_gt,1.12,60 -47627,sell_compound_tight,sell,2026-01-16 15:48:00,831.0,-2.1047,0,leg_gt,1.12,60 -47628,sell_compound_tight,sell,2026-01-16 15:51:00,831.0,-2.1047,0,leg_gt,1.12,60 -47629,sell_compound_tight,sell,2026-01-16 15:54:00,831.0,-2.1047,0,leg_gt,1.12,60 -47630,sell_compound_tight,sell,2026-01-16 15:57:00,830.0,-2.2226,0,leg_gt,1.13,60 -47631,sell_compound_tight,sell,2026-01-16 16:15:00,832.0,-1.9868,0,leg_gt,1.14,60 -47632,sell_compound_tight,sell,2026-01-16 16:18:00,831.0,-2.1047,0,leg_gt,1.14,60 -47633,sell_compound_tight,sell,2026-01-16 18:27:00,838.0,-1.2792,0,leg_gt,1.23,60 -47634,sell_compound_tight,sell,2026-01-16 18:42:00,839.0,-1.1613,0,leg_gt,1.24,60 -47635,sell_compound_tight,sell,2026-01-17 10:00:00,822.0,2.5217,1,leg_gt,0.39,60 -47636,sell_compound_tight,sell,2026-01-17 10:03:00,823.0,2.6466,1,leg_gt,0.39,60 -47637,sell_compound_tight,sell,2026-01-17 10:06:00,822.0,2.5217,1,leg_gt,0.39,60 -47638,sell_compound_tight,sell,2026-01-17 10:09:00,824.0,2.7714,1,leg_gt,0.39,60 -47639,sell_compound_tight,sell,2026-01-17 14:21:00,822.0,2.5217,1,leg_gt,0.57,60 -47640,sell_compound_tight,sell,2026-01-17 14:24:00,821.0,2.3969,1,leg_gt,0.57,60 -47641,sell_compound_tight,sell,2026-01-17 16:51:00,823.0,2.6466,1,leg_gt,0.67,60 -47642,sell_compound_tight,sell,2026-01-17 16:54:00,822.0,2.5217,1,leg_gt,0.67,60 -47643,sell_compound_tight,sell,2026-01-17 22:42:00,823.0,2.6466,1,leg_gt,0.91,60 -47644,sell_compound_tight,sell,2026-01-19 03:51:00,806.0,0.5242,1,leg_gt,2.13,60 -47645,sell_compound_tight,sell,2026-01-19 03:54:00,806.0,0.5242,1,leg_gt,2.13,60 -47646,sell_compound_tight,sell,2026-01-19 03:57:00,805.0,0.3994,1,leg_gt,2.13,60 -47647,sell_compound_tight,sell,2026-01-20 01:36:00,739.0,3.6921,1,leg_gt,0.69,60 -47648,sell_compound_tight,sell,2026-01-20 01:39:00,740.0,3.8326,1,leg_gt,0.69,60 -47649,sell_compound_tight,sell,2026-01-21 05:51:00,707.0,-0.8022,0,leg_gt,1.87,60 -47650,sell_compound_tight,sell,2026-01-21 05:54:00,707.0,-0.8022,0,leg_gt,1.87,60 -47651,sell_compound_tight,sell,2026-01-24 02:45:00,713.0,3.5337,1,leg_gt,0.11,60 -47652,sell_compound_tight,sell,2026-01-24 02:48:00,713.0,3.5337,1,leg_gt,0.12,60 -47653,sell_compound_tight,sell,2026-01-24 12:51:00,698.0,1.3535,1,leg_gt,0.54,60 -47654,sell_compound_tight,sell,2026-01-24 12:54:00,700.0,1.6442,1,leg_gt,0.54,60 -47655,sell_compound_tight,sell,2026-01-24 20:42:00,701.0,1.7895,1,leg_gt,0.86,60 -47656,sell_compound_tight,sell,2026-01-24 21:27:00,702.0,1.9349,1,leg_gt,0.89,60 -47657,sell_compound_tight,sell,2026-01-25 15:30:00,693.0,0.6267,1,leg_gt,1.65,60 -47658,sell_compound_tight,sell,2026-01-25 15:33:00,694.0,0.7721,1,leg_gt,1.65,60 -47659,sell_compound_tight,sell,2026-01-25 15:36:00,694.0,0.7721,1,leg_gt,1.65,60 -47660,sell_compound_tight,sell,2026-01-25 15:39:00,693.0,0.6267,1,leg_gt,1.65,60 -47661,sell_compound_tight,sell,2026-01-26 17:36:00,670.0,3.776,1,leg_gt,0.5,60 -47662,sell_compound_tight,sell,2026-01-26 17:39:00,670.0,3.776,1,leg_gt,0.5,60 -47663,sell_compound_tight,sell,2026-01-28 05:12:00,675.0,2.7963,1,leg_gt,0.1,60 -47664,sell_compound_tight,sell,2026-01-29 08:00:00,912.0,38.9244,1,leg_gt,1.22,60 -47665,sell_compound_tight,sell,2026-01-29 08:03:00,923.0,40.6012,1,leg_gt,1.22,60 -47666,sell_compound_tight,sell,2026-01-30 07:51:00,705.0,1.6316,1,leg_gt,0.32,60 -47667,sell_compound_tight,sell,2026-01-30 07:54:00,708.0,2.0645,1,leg_gt,0.32,60 -47668,sell_compound_tight,sell,2026-02-01 09:12:00,623.0,8.8161,1,leg_gt,0.23,60 -47669,sell_compound_tight,sell,2026-02-02 10:27:00,599.0,4.9877,1,leg_gt,0.1,60 -47670,sell_compound_tight,sell,2026-02-02 22:27:00,599.0,4.6203,1,leg_gt,0.29,60 -47671,sell_compound_tight,sell,2026-02-03 22:27:00,608.0,2.9508,1,leg_gt,0.44,60 -47672,sell_compound_tight,sell,2026-02-04 10:15:00,615.0,4.1373,1,leg_gt,0.29,60 -47673,sell_compound_tight,sell,2026-02-04 10:18:00,616.0,4.3068,1,leg_gt,0.29,60 -47674,sell_compound_tight,sell,2026-02-04 10:21:00,615.0,4.1373,1,leg_gt,0.29,60 -47675,sell_compound_tight,sell,2026-02-04 10:24:00,614.0,3.9678,1,leg_gt,0.29,60 -47676,sell_compound_tight,sell,2026-02-04 12:57:00,615.0,4.1373,1,leg_gt,0.4,60 -47677,sell_compound_tight,sell,2026-02-05 17:21:00,592.0,0.5803,1,leg_gt,0.66,60 -47678,sell_compound_tight,sell,2026-02-05 17:24:00,591.0,0.4102,1,leg_gt,0.66,60 -47679,sell_compound_tight,sell,2026-02-06 20:12:00,545.0,6.9727,1,leg_gt,0.16,60 -47680,sell_compound_tight,sell,2026-02-06 20:15:00,546.0,7.1692,1,leg_gt,0.17,60 -47681,sell_compound_tight,sell,2026-02-06 20:18:00,546.0,7.1692,1,leg_gt,0.17,60 -47682,sell_compound_tight,sell,2026-02-06 20:21:00,546.0,7.1692,1,leg_gt,0.17,60 -47683,sell_compound_tight,sell,2026-02-06 20:24:00,548.0,7.5621,1,leg_gt,0.17,60 -47684,sell_compound_tight,sell,2026-02-06 20:27:00,546.0,7.1692,1,leg_gt,0.18,60 -47685,sell_compound_tight,sell,2026-02-06 20:30:00,548.0,7.5621,1,leg_gt,0.18,60 -47686,sell_compound_tight,sell,2026-02-06 20:33:00,548.0,7.5621,1,leg_gt,0.18,60 -47687,sell_compound_tight,sell,2026-02-06 20:36:00,550.0,7.955,1,leg_gt,0.18,60 -47688,sell_compound_tight,sell,2026-02-06 20:39:00,548.0,7.5621,1,leg_gt,0.18,60 -47689,sell_compound_tight,sell,2026-02-07 00:00:00,591.0,16.01,1,leg_gt,0.32,60 -47690,sell_compound_tight,sell,2026-02-07 00:03:00,592.0,16.2065,1,leg_gt,0.32,60 -47691,sell_compound_tight,sell,2026-02-07 06:21:00,602.0,18.1711,1,leg_gt,0.59,60 -47692,sell_compound_tight,sell,2026-02-07 06:24:00,603.0,18.3676,1,leg_gt,0.59,60 -47693,sell_compound_tight,sell,2026-02-07 21:30:00,593.0,3.0304,1,leg_gt,0.05,60 -47694,sell_compound_tight,sell,2026-02-07 21:33:00,595.0,3.3783,1,leg_gt,0.05,60 -47695,sell_compound_tight,sell,2026-02-08 03:51:00,595.0,3.3783,1,leg_gt,0.31,60 -47696,sell_compound_tight,sell,2026-02-08 03:54:00,595.0,3.3783,1,leg_gt,0.31,60 -47697,sell_compound_tight,sell,2026-02-09 23:45:00,566.0,1.6986,1,leg_gt,0.18,60 -47698,sell_compound_tight,sell,2026-02-09 23:48:00,567.0,1.8784,1,leg_gt,0.18,60 -47699,sell_compound_tight,sell,2026-02-10 17:57:00,569.0,1.326,1,leg_gt,0.09,60 -47700,sell_compound_tight,sell,2026-02-11 09:30:00,563.0,0.2565,1,leg_gt,0.74,60 -47701,sell_compound_tight,sell,2026-02-11 09:33:00,563.0,0.2565,1,leg_gt,0.74,60 -47702,sell_compound_tight,sell,2026-02-11 21:12:00,542.0,1.0194,1,leg_gt,0.08,60 -47703,sell_compound_tight,sell,2026-02-11 21:15:00,543.0,1.206,1,leg_gt,0.08,60 -47704,sell_compound_tight,sell,2026-02-11 21:18:00,543.0,1.206,1,leg_gt,0.09,60 -47705,sell_compound_tight,sell,2026-02-11 21:21:00,545.0,1.5791,1,leg_gt,0.09,60 -47706,sell_compound_tight,sell,2026-02-11 21:24:00,546.0,1.7657,1,leg_gt,0.09,60 -47707,sell_compound_tight,sell,2026-02-11 22:45:00,546.0,1.7657,1,leg_gt,0.15,60 -47708,sell_compound_tight,sell,2026-02-11 22:48:00,546.0,1.7657,1,leg_gt,0.15,60 -47709,sell_compound_tight,sell,2026-02-12 06:45:00,548.0,2.1388,1,leg_gt,0.28,60 -47710,sell_compound_tight,sell,2026-02-12 06:48:00,550.0,2.5119,1,leg_gt,0.28,60 -47711,sell_compound_tight,sell,2026-02-12 06:51:00,549.0,2.3254,1,leg_gt,0.28,60 -47712,sell_compound_tight,sell,2026-02-12 06:54:00,551.0,2.6985,1,leg_gt,0.28,60 -47713,sell_compound_tight,sell,2026-02-12 06:57:00,550.0,2.5119,1,leg_gt,0.29,60 -47714,sell_compound_tight,sell,2026-02-12 12:06:00,553.0,3.0716,1,leg_gt,0.5,60 -47715,sell_compound_tight,sell,2026-02-12 12:09:00,553.0,3.0716,1,leg_gt,0.5,60 -47716,sell_compound_tight,sell,2026-02-12 13:00:00,554.0,3.2582,1,leg_gt,0.54,60 -47717,sell_compound_tight,sell,2026-02-12 13:03:00,553.0,3.0716,1,leg_gt,0.54,60 -47718,sell_compound_tight,sell,2026-02-12 13:42:00,554.0,3.2582,1,leg_gt,0.57,60 -47719,sell_compound_tight,sell,2026-02-12 16:30:00,563.0,4.9373,1,leg_gt,0.68,60 -47720,sell_compound_tight,sell,2026-02-12 16:33:00,563.0,4.9373,1,leg_gt,0.69,60 -47721,sell_compound_tight,sell,2026-02-12 16:36:00,564.0,5.1239,1,leg_gt,0.69,60 -47722,sell_compound_tight,sell,2026-02-12 16:39:00,564.0,5.1239,1,leg_gt,0.69,60 -47723,sell_compound_tight,sell,2026-02-14 11:00:00,588.0,7.0038,1,leg_gt,1.21,60 -47724,sell_compound_tight,sell,2026-02-14 11:03:00,588.0,7.0038,1,leg_gt,1.22,60 -47725,sell_compound_tight,sell,2026-02-14 17:06:00,591.0,7.5503,1,leg_gt,1.47,60 -47726,sell_compound_tight,sell,2026-02-14 17:09:00,594.0,8.0967,1,leg_gt,1.47,60 -47727,sell_compound_tight,sell,2026-02-14 18:00:00,598.0,8.8253,1,leg_gt,1.51,60 -47728,sell_compound_tight,sell,2026-02-14 18:03:00,599.0,9.0075,1,leg_gt,1.51,60 -47729,sell_compound_tight,sell,2026-02-14 18:06:00,600.0,9.1896,1,leg_gt,1.51,60 -47730,sell_compound_tight,sell,2026-02-14 18:09:00,601.0,9.3718,1,leg_gt,1.51,60 -47731,sell_compound_tight,sell,2026-02-14 18:42:00,602.0,9.5539,1,leg_gt,1.54,60 -47732,sell_compound_tight,sell,2026-02-14 18:45:00,603.0,9.7361,1,leg_gt,1.54,60 -47733,sell_compound_tight,sell,2026-02-14 18:48:00,602.0,9.5539,1,leg_gt,1.54,60 -47734,sell_compound_tight,sell,2026-02-14 20:30:00,605.0,10.1004,1,leg_gt,1.61,60 -47735,sell_compound_tight,sell,2026-02-14 20:33:00,604.0,9.9182,1,leg_gt,1.61,60 -47736,sell_compound_tight,sell,2026-02-14 21:15:00,608.0,10.6468,1,leg_gt,1.64,60 -47737,sell_compound_tight,sell,2026-02-14 21:18:00,608.0,10.6468,1,leg_gt,1.64,60 -47738,sell_compound_tight,sell,2026-02-15 00:21:00,612.0,11.3754,1,leg_gt,1.77,60 -47739,sell_compound_tight,sell,2026-02-15 00:24:00,613.0,11.5576,1,leg_gt,1.77,60 -47740,sell_compound_tight,sell,2026-02-15 00:27:00,613.0,11.5576,1,leg_gt,1.78,60 -47741,sell_compound_tight,sell,2026-02-15 01:51:00,626.0,13.9255,1,leg_gt,1.83,60 -47742,sell_compound_tight,sell,2026-02-15 01:54:00,630.0,14.6541,1,leg_gt,1.84,60 -47743,sell_compound_tight,sell,2026-02-15 01:57:00,629.0,14.4719,1,leg_gt,1.84,60 -47744,sell_compound_tight,sell,2026-02-15 02:15:00,631.0,14.8362,1,leg_gt,1.85,60 -47745,sell_compound_tight,sell,2026-02-15 02:18:00,629.0,14.4719,1,leg_gt,1.85,60 -47746,sell_compound_tight,sell,2026-02-15 06:12:00,639.0,16.2934,1,leg_gt,2.01,60 -47747,sell_compound_tight,sell,2026-02-15 14:27:00,628.0,14.2898,1,leg_gt,2.36,60 -47748,sell_compound_tight,sell,2026-02-15 14:51:00,628.0,14.2898,1,leg_gt,2.38,60 -47749,sell_compound_tight,sell,2026-02-15 14:54:00,629.0,14.4719,1,leg_gt,2.38,60 -47750,sell_compound_tight,sell,2026-02-15 14:57:00,629.0,14.4719,1,leg_gt,2.38,60 -47751,sell_compound_tight,sell,2026-02-16 06:15:00,598.0,8.8253,1,leg_gt,3.02,60 -47752,sell_compound_tight,sell,2026-02-16 06:18:00,598.0,8.8253,1,leg_gt,3.02,60 -47753,sell_compound_tight,sell,2026-02-16 15:45:00,601.0,9.3718,1,leg_gt,3.41,60 -47754,sell_compound_tight,sell,2026-02-16 15:48:00,600.0,9.1896,1,leg_gt,3.41,60 -47755,sell_compound_tight,sell,2026-02-16 15:51:00,601.0,9.3718,1,leg_gt,3.42,60 -47756,sell_compound_tight,sell,2026-02-16 15:54:00,602.0,9.5539,1,leg_gt,3.42,60 -47757,sell_compound_tight,sell,2026-02-17 07:12:00,604.0,9.9182,1,leg_gt,4.06,60 -47758,sell_compound_tight,sell,2026-02-20 09:42:00,556.0,1.9183,1,leg_gt,0.46,60 -47759,sell_compound_tight,sell,2026-02-20 19:27:00,570.0,4.4872,1,leg_gt,0.86,60 -47760,sell_compound_tight,sell,2026-02-21 10:51:00,576.0,4.2478,1,leg_gt,0.51,60 -47761,sell_compound_tight,sell,2026-02-21 10:54:00,576.0,4.2478,1,leg_gt,0.51,60 -47762,sell_compound_tight,sell,2026-02-21 10:57:00,576.0,4.2478,1,leg_gt,0.51,60 -47763,sell_compound_tight,sell,2026-02-21 14:27:00,579.0,4.7913,1,leg_gt,0.66,60 -47764,sell_compound_tight,sell,2026-02-21 14:30:00,579.0,4.7913,1,leg_gt,0.66,60 -47765,sell_compound_tight,sell,2026-02-23 04:00:00,563.0,1.8928,1,leg_gt,2.22,60 -47766,sell_compound_tight,sell,2026-02-23 04:03:00,564.0,2.0739,1,leg_gt,2.23,60 -47767,sell_compound_tight,sell,2026-02-23 04:06:00,564.0,2.0739,1,leg_gt,2.23,60 -47768,sell_compound_tight,sell,2026-02-23 04:09:00,563.0,1.8928,1,leg_gt,2.23,60 -47769,sell_compound_tight,sell,2026-02-23 05:00:00,564.0,2.0739,1,leg_gt,2.27,60 -47770,sell_compound_tight,sell,2026-02-23 05:03:00,563.0,1.8928,1,leg_gt,2.27,60 -47771,sell_compound_tight,sell,2026-02-24 22:15:00,546.0,1.7657,1,leg_gt,0.38,60 -47772,sell_compound_tight,sell,2026-02-24 22:18:00,545.0,1.5791,1,leg_gt,0.38,60 -47773,sell_compound_tight,sell,2026-02-24 22:21:00,545.0,1.5791,1,leg_gt,0.38,60 -47774,sell_compound_tight,sell,2026-02-24 22:24:00,545.0,1.5791,1,leg_gt,0.38,60 -47775,sell_compound_tight,sell,2026-02-24 22:27:00,546.0,1.7657,1,leg_gt,0.38,60 -47776,sell_compound_tight,sell,2026-02-24 22:42:00,546.0,1.7657,1,leg_gt,0.39,60 -47777,sell_compound_tight,sell,2026-02-24 22:45:00,548.0,2.1388,1,leg_gt,0.4,60 -47778,sell_compound_tight,sell,2026-02-24 22:48:00,548.0,2.1388,1,leg_gt,0.4,60 -47779,sell_compound_tight,sell,2026-02-25 19:15:00,589.0,7.3818,1,leg_gt,0.54,60 -47780,sell_compound_tight,sell,2026-02-25 19:18:00,589.0,7.3818,1,leg_gt,0.54,60 -47781,sell_compound_tight,sell,2026-02-27 04:15:00,576.0,1.8469,1,leg_gt,0.1,60 -47782,sell_compound_tight,sell,2026-02-27 04:18:00,577.0,2.0239,1,leg_gt,0.1,60 -47783,sell_compound_tight,sell,2026-02-27 04:21:00,577.0,2.0239,1,leg_gt,0.11,60 -47784,sell_compound_tight,sell,2026-02-27 04:24:00,578.0,2.2009,1,leg_gt,0.11,60 -47785,sell_compound_tight,sell,2026-02-27 04:27:00,577.0,2.0239,1,leg_gt,0.11,60 -47786,sell_compound_tight,sell,2026-02-27 04:30:00,578.0,2.2009,1,leg_gt,0.11,60 -47787,sell_compound_tight,sell,2026-02-27 04:33:00,578.0,2.2009,1,leg_gt,0.11,60 -47788,sell_compound_tight,sell,2026-02-27 18:12:00,589.0,4.1478,1,leg_gt,0.68,60 -47789,sell_compound_tight,sell,2026-02-27 18:15:00,590.0,4.3248,1,leg_gt,0.69,60 -47790,sell_compound_tight,sell,2026-02-27 18:18:00,590.0,4.3248,1,leg_gt,0.69,60 -47791,sell_compound_tight,sell,2026-02-27 18:36:00,591.0,4.5018,1,leg_gt,0.7,60 -47792,sell_compound_tight,sell,2026-02-27 18:39:00,591.0,4.5018,1,leg_gt,0.7,60 -47793,sell_compound_tight,sell,2026-03-01 05:12:00,571.0,7.2308,1,leg_gt,0.46,60 -47794,sell_compound_tight,sell,2026-03-01 05:15:00,571.0,7.2308,1,leg_gt,0.46,60 -47795,sell_compound_tight,sell,2026-03-01 05:18:00,571.0,7.2308,1,leg_gt,0.47,60 -47796,sell_compound_tight,sell,2026-03-01 05:51:00,578.0,8.5466,1,leg_gt,0.49,60 -47797,sell_compound_tight,sell,2026-03-01 05:54:00,579.0,8.7346,1,leg_gt,0.49,60 -47798,sell_compound_tight,sell,2026-03-01 05:57:00,577.0,8.3586,1,leg_gt,0.49,60 -47799,sell_compound_tight,sell,2026-03-01 08:00:00,583.0,9.4865,1,leg_gt,0.58,60 -47800,sell_compound_tight,sell,2026-03-01 08:03:00,583.0,9.4865,1,leg_gt,0.58,60 -47801,sell_compound_tight,sell,2026-03-01 11:21:00,589.0,10.6143,1,leg_gt,0.72,60 -47802,sell_compound_tight,sell,2026-03-01 11:24:00,587.0,10.2383,1,leg_gt,0.72,60 -47803,sell_compound_tight,sell,2026-03-02 18:06:00,563.0,2.4501,1,leg_gt,0.52,60 -47804,sell_compound_tight,sell,2026-03-02 18:09:00,563.0,2.4501,1,leg_gt,0.52,60 -47805,sell_compound_tight,sell,2026-03-02 18:21:00,566.0,2.9965,1,leg_gt,0.53,60 -47806,sell_compound_tight,sell,2026-03-02 18:24:00,566.0,2.9965,1,leg_gt,0.53,60 -47807,sell_compound_tight,sell,2026-03-05 07:12:00,624.0,9.9529,1,leg_gt,0.78,60 -47808,sell_compound_tight,sell,2026-03-05 13:51:00,606.0,6.7783,1,leg_gt,1.05,60 -47809,sell_compound_tight,sell,2026-03-05 13:54:00,606.0,6.7783,1,leg_gt,1.06,60 -47810,sell_compound_tight,sell,2026-03-06 05:12:00,603.0,1.9305,1,leg_gt,0.09,60 -47811,sell_compound_tight,sell,2026-03-06 05:15:00,603.0,1.9305,1,leg_gt,0.09,60 -47812,sell_compound_tight,sell,2026-03-06 05:18:00,604.0,2.0997,1,leg_gt,0.1,60 -47813,sell_compound_tight,sell,2026-03-07 04:06:00,573.0,-3.1457,0,leg_gt,1.05,60 -47814,sell_compound_tight,sell,2026-03-07 04:09:00,573.0,-3.1457,0,leg_gt,1.05,60 -47815,sell_compound_tight,sell,2026-03-08 18:42:00,556.0,-6.0222,0,leg_gt,2.65,60 -47816,sell_compound_tight,sell,2026-03-09 22:12:00,544.0,-8.0526,0,leg_gt,3.8,60 -47817,sell_compound_tight,sell,2026-03-10 17:12:00,544.0,2.5415,1,leg_gt,0.54,60 -47818,sell_compound_tight,sell,2026-03-10 17:45:00,545.0,2.7302,1,leg_gt,0.56,60 -47819,sell_compound_tight,sell,2026-03-10 17:48:00,545.0,2.7302,1,leg_gt,0.57,60 -47820,sell_compound_tight,sell,2026-03-11 22:15:00,530.0,2.8126,1,leg_gt,0.23,60 -47821,sell_compound_tight,sell,2026-03-11 22:18:00,529.0,2.6184,1,leg_gt,0.23,60 -47822,sell_compound_tight,sell,2026-03-13 02:42:00,519.0,1.6647,1,leg_gt,0.13,60 -47823,sell_compound_tight,sell,2026-03-13 02:51:00,519.0,1.6647,1,leg_gt,0.13,60 -47824,sell_compound_tight,sell,2026-03-13 02:54:00,517.0,1.2725,1,leg_gt,0.14,60 -47825,sell_compound_tight,sell,2026-03-13 03:27:00,521.0,2.0569,1,leg_gt,0.16,60 -47826,sell_compound_tight,sell,2026-03-13 04:42:00,530.0,3.8216,1,leg_gt,0.21,60 -47827,sell_compound_tight,sell,2026-03-13 11:00:00,538.0,5.3902,1,leg_gt,0.47,60 -47828,sell_compound_tight,sell,2026-03-13 11:03:00,537.0,5.1941,1,leg_gt,0.48,60 -47829,sell_compound_tight,sell,2026-03-15 08:30:00,525.0,1.6442,1,leg_gt,0.44,60 -47830,sell_compound_tight,sell,2026-03-15 08:33:00,526.0,1.838,1,leg_gt,0.44,60 -47831,sell_compound_tight,sell,2026-03-16 13:51:00,550.0,6.4891,1,leg_gt,1.66,60 -47832,sell_compound_tight,sell,2026-03-16 13:54:00,551.0,6.6829,1,leg_gt,1.66,60 -47833,sell_compound_tight,sell,2026-03-16 14:15:00,553.0,7.0705,1,leg_gt,1.68,60 -47834,sell_compound_tight,sell,2026-03-16 14:18:00,554.0,7.2643,1,leg_gt,1.68,60 -47835,sell_compound_tight,sell,2026-03-16 15:27:00,557.0,7.8457,1,leg_gt,1.73,60 -47836,sell_compound_tight,sell,2026-03-16 16:15:00,562.0,8.8147,1,leg_gt,1.76,60 -47837,sell_compound_tight,sell,2026-03-16 16:18:00,562.0,8.8147,1,leg_gt,1.76,60 -47838,sell_compound_tight,sell,2026-03-16 16:21:00,561.0,8.6209,1,leg_gt,1.77,60 -47839,sell_compound_tight,sell,2026-03-16 16:24:00,563.0,9.0085,1,leg_gt,1.77,60 -47840,sell_compound_tight,sell,2026-03-16 16:45:00,566.0,9.5899,1,leg_gt,1.78,60 -47841,sell_compound_tight,sell,2026-03-16 16:48:00,567.0,9.7837,1,leg_gt,1.79,60 -47842,sell_compound_tight,sell,2026-03-17 05:30:00,582.0,12.6907,1,leg_gt,2.31,60 -47843,sell_compound_tight,sell,2026-03-17 05:33:00,581.0,12.4969,1,leg_gt,2.32,60 -47844,sell_compound_tight,sell,2026-03-17 07:42:00,592.0,14.6287,1,leg_gt,2.41,60 -47845,sell_compound_tight,sell,2026-03-17 07:45:00,593.0,14.8225,1,leg_gt,2.41,60 -47846,sell_compound_tight,sell,2026-03-17 07:48:00,594.0,15.0163,1,leg_gt,2.41,60 -47847,sell_compound_tight,sell,2026-03-18 03:06:00,585.0,3.0746,1,leg_gt,0.17,60 -47848,sell_compound_tight,sell,2026-03-18 03:09:00,586.0,3.251,1,leg_gt,0.17,60 -47849,sell_compound_tight,sell,2026-03-19 05:51:00,545.0,2.3436,1,leg_gt,0.18,60 -47850,sell_compound_tight,sell,2026-03-19 05:54:00,545.0,2.3436,1,leg_gt,0.18,60 -47851,sell_compound_tight,sell,2026-03-22 05:00:00,482.0,2.6719,1,leg_gt,0.27,60 -47852,sell_compound_tight,sell,2026-03-22 05:03:00,483.0,2.8851,1,leg_gt,0.27,60 -47853,sell_compound_tight,sell,2026-03-22 06:12:00,492.0,4.8041,1,leg_gt,0.32,60 -47854,sell_compound_tight,sell,2026-03-23 08:15:00,466.0,2.3176,1,leg_gt,0.06,60 -47855,sell_compound_tight,sell,2026-03-23 08:18:00,465.0,2.0978,1,leg_gt,0.06,60 -47856,sell_compound_tight,sell,2026-03-23 11:51:00,469.0,2.9769,1,leg_gt,0.21,60 -47857,sell_compound_tight,sell,2026-03-23 11:54:00,470.0,3.1967,1,leg_gt,0.21,60 -47858,sell_compound_tight,sell,2026-03-24 03:21:00,484.0,5.8081,1,leg_gt,0.37,60 -47859,sell_compound_tight,sell,2026-03-24 03:24:00,484.0,5.8081,1,leg_gt,0.37,60 -47860,sell_compound_tight,sell,2026-03-24 04:00:00,485.0,6.0269,1,leg_gt,0.39,60 -47861,sell_compound_tight,sell,2026-03-24 04:03:00,486.0,6.2457,1,leg_gt,0.4,60 -47862,sell_compound_tight,sell,2026-03-28 13:21:00,380.0,2.0505,1,leg_gt,0.12,60 -47863,sell_compound_tight,sell,2026-03-28 13:24:00,380.0,2.0505,1,leg_gt,0.12,60 -47864,sell_compound_tight,sell,2026-03-28 16:30:00,396.0,6.3516,1,leg_gt,0.25,60 -47865,sell_compound_tight,sell,2026-03-28 16:33:00,396.0,6.3516,1,leg_gt,0.25,60 -47866,sell_compound_tight,sell,2026-03-28 23:00:00,414.0,2.8851,1,leg_gt,0.18,60 -47867,sell_compound_tight,sell,2026-03-28 23:03:00,413.0,2.6363,1,leg_gt,0.18,60 -47868,sell_compound_tight,sell,2026-03-30 11:21:00,424.0,5.3726,1,leg_gt,1.69,60 -47869,sell_compound_tight,sell,2026-03-30 11:24:00,424.0,5.3726,1,leg_gt,1.69,60 -47870,sell_compound_tight,sell,2026-04-01 14:42:00,423.0,2.5699,1,leg_gt,0.49,60 -47871,sell_compound_tight,sell,2026-04-03 15:51:00,411.0,2.65,1,leg_gt,0.72,60 -47872,sell_compound_tight,sell,2026-04-03 15:54:00,411.0,2.65,1,leg_gt,0.72,60 -47873,sell_compound_tight,sell,2026-04-03 15:57:00,411.0,2.65,1,leg_gt,0.72,60 -47874,sell_compound_tight,sell,2026-04-03 20:57:00,414.0,3.4,1,leg_gt,0.93,60 -47875,sell_compound_tight,sell,2026-04-05 02:21:00,400.0,-0.1,0,leg_gt,2.15,60 -47876,sell_compound_tight,sell,2026-04-05 02:24:00,401.0,0.15,1,leg_gt,2.16,60 -47877,sell_compound_tight,sell,2026-04-06 19:30:00,381.0,4.2836,1,leg_gt,0.55,60 -47878,sell_compound_tight,sell,2026-04-06 19:33:00,381.0,4.2836,1,leg_gt,0.56,60 -47879,sell_compound_tight,sell,2026-04-06 19:36:00,381.0,4.2836,1,leg_gt,0.56,60 -47880,sell_compound_tight,sell,2026-04-06 19:39:00,381.0,4.2836,1,leg_gt,0.56,60 -47881,sell_compound_tight,sell,2026-04-07 16:06:00,370.0,1.5484,1,leg_gt,0.21,60 -47882,sell_compound_tight,sell,2026-04-07 16:09:00,370.0,1.5484,1,leg_gt,0.21,60 -47883,sell_compound_tight,sell,2026-04-07 18:21:00,373.0,2.3725,1,leg_gt,0.3,60 -47884,sell_compound_tight,sell,2026-04-07 18:24:00,373.0,2.3725,1,leg_gt,0.31,60 -47885,sell_compound_tight,sell,2026-04-09 02:12:00,399.0,3.8062,1,leg_gt,0.11,60 -47886,sell_compound_tight,sell,2026-04-10 00:45:00,397.0,5.205,1,leg_gt,0.61,60 -47887,sell_compound_tight,sell,2026-04-10 00:48:00,398.0,5.4703,1,leg_gt,0.61,60 -47888,sell_compound_tight,sell,2026-04-10 01:06:00,397.0,5.205,1,leg_gt,0.62,60 -47889,sell_compound_tight,sell,2026-04-10 01:09:00,398.0,5.4703,1,leg_gt,0.63,60 -47890,sell_compound_tight,sell,2026-04-11 06:00:00,421.0,6.4823,1,leg_gt,0.86,60 -47891,sell_compound_tight,sell,2026-04-11 06:03:00,423.0,6.9886,1,leg_gt,0.86,60 -47892,sell_compound_tight,sell,2026-04-11 23:27:00,422.0,2.5764,1,leg_gt,0.06,60 -47893,sell_compound_tight,sell,2026-04-12 17:36:00,431.0,1.7913,1,leg_gt,0.28,60 -47894,sell_compound_tight,sell,2026-04-12 17:39:00,432.0,2.0277,1,leg_gt,0.28,60 -47895,sell_compound_tight,sell,2026-04-12 17:42:00,433.0,2.2641,1,leg_gt,0.29,60 -47896,sell_compound_tight,sell,2026-04-12 18:12:00,433.0,2.2641,1,leg_gt,0.31,60 -47897,sell_compound_tight,sell,2026-04-12 18:45:00,435.0,2.7369,1,leg_gt,0.33,60 -47898,sell_compound_tight,sell,2026-04-12 18:48:00,434.0,2.5005,1,leg_gt,0.33,60 -47899,sell_compound_tight,sell,2026-04-12 20:21:00,439.0,3.6825,1,leg_gt,0.4,60 -47900,sell_compound_tight,sell,2026-04-12 20:24:00,440.0,3.9189,1,leg_gt,0.4,60 -47901,sell_compound_tight,sell,2026-04-13 03:27:00,439.0,3.6825,1,leg_gt,0.13,60 -47902,sell_compound_tight,sell,2026-04-13 19:51:00,438.0,1.5241,1,leg_gt,0.08,60 -47903,sell_compound_tight,sell,2026-04-13 19:54:00,438.0,1.5241,1,leg_gt,0.09,60 -47904,sell_compound_tight,sell,2026-04-13 21:45:00,450.0,4.3084,1,leg_gt,0.16,60 -47905,sell_compound_tight,sell,2026-04-13 21:48:00,451.0,4.5404,1,leg_gt,0.16,60 -47906,sell_compound_tight,sell,2026-04-14 04:42:00,445.0,1.7307,1,leg_gt,0.06,60 -47907,sell_compound_tight,sell,2026-04-14 04:45:00,445.0,1.7307,1,leg_gt,0.06,60 -47908,sell_compound_tight,sell,2026-04-14 04:48:00,444.0,1.5018,1,leg_gt,0.06,60 -47909,sell_compound_tight,sell,2026-04-14 16:51:00,483.0,10.4263,1,leg_gt,0.57,60 -47910,sell_compound_tight,sell,2026-04-14 16:54:00,482.0,10.1975,1,leg_gt,0.57,60 -47911,sell_compound_tight,sell,2026-04-15 11:00:00,442.0,1.9785,1,leg_gt,0.04,60 -47912,sell_compound_tight,sell,2026-04-15 11:03:00,442.0,1.9785,1,leg_gt,0.05,60 -47913,sell_compound_tight,sell,2026-04-15 11:06:00,443.0,2.2095,1,leg_gt,0.05,60 -47914,sell_compound_tight,sell,2026-04-15 11:09:00,442.0,1.9785,1,leg_gt,0.05,60 -47915,sell_compound_tight,sell,2026-04-16 11:30:00,457.0,5.4427,1,leg_gt,1.06,60 -47916,sell_compound_tight,sell,2026-04-16 11:33:00,460.0,6.1356,1,leg_gt,1.07,60 -47917,sell_compound_tight,sell,2026-04-16 12:42:00,460.0,6.1356,1,leg_gt,1.11,60 -47918,sell_compound_tight,sell,2026-04-16 12:45:00,460.0,6.1356,1,leg_gt,1.12,60 -47919,sell_compound_tight,sell,2026-04-16 12:48:00,460.0,6.1356,1,leg_gt,1.12,60 -47920,sell_compound_tight,sell,2026-04-17 00:51:00,475.0,9.5998,1,leg_gt,1.62,60 -47921,sell_compound_tight,sell,2026-04-17 00:54:00,475.0,9.5998,1,leg_gt,1.62,60 -47922,sell_compound_tight,sell,2026-04-17 22:42:00,465.0,1.2072,1,leg_gt,0.84,60 -47923,sell_compound_tight,sell,2026-04-17 22:45:00,466.0,1.4251,1,leg_gt,0.84,60 -47924,sell_compound_tight,sell,2026-04-17 22:48:00,466.0,1.4251,1,leg_gt,0.84,60 -47925,sell_compound_tight,sell,2026-04-17 22:51:00,466.0,1.4251,1,leg_gt,0.84,60 -47926,sell_compound_tight,sell,2026-04-17 22:54:00,468.0,1.8608,1,leg_gt,0.85,60 -47927,sell_compound_tight,sell,2026-04-17 22:57:00,468.0,1.8608,1,leg_gt,0.85,60 -47928,sell_compound_tight,sell,2026-04-19 21:00:00,393.0,1.7135,1,leg_gt,0.31,60 -47929,sell_compound_tight,sell,2026-04-19 21:03:00,394.0,1.9725,1,leg_gt,0.31,60 -47930,sell_compound_tight,sell,2026-04-19 22:30:00,400.0,3.5269,1,leg_gt,0.37,60 -47931,sell_compound_tight,sell,2026-04-19 22:33:00,400.0,3.5269,1,leg_gt,0.37,60 -47932,sell_compound_tight,sell,2026-04-19 22:36:00,400.0,3.5269,1,leg_gt,0.37,60 -47933,sell_compound_tight,sell,2026-04-19 22:39:00,399.0,3.2679,1,leg_gt,0.38,60 -47934,sell_compound_tight,sell,2026-04-19 23:42:00,400.0,3.5269,1,leg_gt,0.42,60 -47935,sell_compound_tight,sell,2026-04-20 21:42:00,393.0,2.511,1,leg_gt,0.6,60 -47936,sell_compound_tight,sell,2026-04-21 19:21:00,393.0,2.511,1,leg_gt,1.5,60 -47937,sell_compound_tight,sell,2026-04-21 19:24:00,393.0,2.511,1,leg_gt,1.5,60 -47938,sell_compound_tight,sell,2026-04-22 05:30:00,391.0,1.4584,1,leg_gt,0.04,60 -47939,sell_compound_tight,sell,2026-04-22 05:33:00,391.0,1.4584,1,leg_gt,0.04,60 -47940,sell_compound_tight,sell,2026-04-24 05:51:00,390.0,2.2622,1,leg_gt,0.13,60 -47941,sell_compound_tight,sell,2026-04-24 05:54:00,389.0,1.9997,1,leg_gt,0.14,60 -47942,sell_compound_tight,sell,2026-04-25 18:42:00,391.0,2.5247,1,leg_gt,1.67,60 -47943,sell_compound_tight,sell,2026-04-25 18:45:00,392.0,2.7871,1,leg_gt,1.67,60 -47944,sell_compound_tight,sell,2026-04-25 18:48:00,392.0,2.7871,1,leg_gt,1.67,60 -47945,sell_compound_tight,sell,2026-04-26 07:42:00,385.0,0.9499,1,leg_gt,2.21,60 -47946,sell_compound_tight,sell,2026-04-26 07:45:00,385.0,0.9499,1,leg_gt,2.21,60 -47947,sell_compound_tight,sell,2026-04-26 07:48:00,385.0,0.9499,1,leg_gt,2.21,60 -47948,sell_compound_tight,sell,2026-04-26 15:06:00,388.0,1.7373,1,leg_gt,2.52,60 -47949,sell_compound_tight,sell,2026-04-26 15:09:00,387.0,1.4748,1,leg_gt,2.52,60 -47950,sell_compound_tight,sell,2026-04-27 06:15:00,387.0,1.4748,1,leg_gt,3.15,60 -47951,sell_compound_tight,sell,2026-04-27 06:18:00,387.0,1.4748,1,leg_gt,3.15,60 -47952,sell_compound_tight,sell,2026-04-27 10:57:00,390.0,2.2622,1,leg_gt,3.35,60 -47953,sell_compound_tight,sell,2026-04-27 12:30:00,391.0,2.5247,1,leg_gt,3.41,60 -47954,sell_compound_tight,sell,2026-04-27 12:33:00,391.0,2.5247,1,leg_gt,3.41,60 -47955,sell_compound_tight,sell,2026-04-27 12:36:00,391.0,2.5247,1,leg_gt,3.41,60 -47956,sell_compound_tight,sell,2026-04-27 12:39:00,391.0,2.5247,1,leg_gt,3.42,60 -47957,sell_compound_tight,sell,2026-04-27 22:15:00,378.0,-0.8874,0,leg_gt,3.82,60 -47958,sell_compound_tight,sell,2026-04-27 22:18:00,378.0,-0.8874,0,leg_gt,3.82,60 -47959,sell_compound_tight,sell,2026-04-28 06:57:00,375.0,-1.6748,0,leg_gt,4.18,60 -47960,sell_compound_tight,sell,2026-04-28 22:00:00,373.0,-2.1997,0,leg_gt,4.81,60 -47961,sell_compound_tight,sell,2026-04-28 22:03:00,373.0,-2.1997,0,leg_gt,4.81,60 -47962,sell_compound_tight,sell,2026-04-28 22:36:00,373.0,-2.1997,0,leg_gt,4.83,60 -47963,sell_compound_tight,sell,2026-04-28 22:39:00,374.0,-1.9373,0,leg_gt,4.83,60 -47964,sell_compound_tight,sell,2026-04-29 00:12:00,374.0,-1.9373,0,leg_gt,4.9,60 -47965,sell_compound_tight,sell,2026-04-29 03:21:00,374.0,-1.9373,0,leg_gt,5.03,60 -47966,sell_compound_tight,sell,2026-04-29 03:24:00,375.0,-1.6748,0,leg_gt,5.03,60 -47967,sell_compound_tight,sell,2026-04-29 13:30:00,376.0,-1.4123,0,leg_gt,5.45,60 -47968,sell_compound_tight,sell,2026-04-29 13:33:00,376.0,-1.4123,0,leg_gt,5.45,60 -47969,sell_compound_tight,sell,2026-04-29 14:06:00,377.0,-1.1499,0,leg_gt,5.48,60 -47970,sell_compound_tight,sell,2026-04-29 14:09:00,377.0,-1.1499,0,leg_gt,5.48,60 -47971,sell_compound_tight,sell,2026-04-30 06:30:00,370.0,2.9641,1,leg_gt,0.12,60 -47972,sell_compound_tight,sell,2026-04-30 06:33:00,369.0,2.6855,1,leg_gt,0.13,60 -47973,sell_compound_tight,sell,2026-04-30 10:12:00,372.0,3.5212,1,leg_gt,0.28,60 -47974,sell_compound_tight,sell,2026-04-30 10:42:00,373.0,3.7997,1,leg_gt,0.3,60 -47975,sell_compound_tight,sell,2026-05-01 03:21:00,368.0,2.407,1,leg_gt,0.99,60 -47976,sell_compound_tight,sell,2026-05-01 03:24:00,367.0,2.1284,1,leg_gt,1.0,60 -47977,sell_compound_tight,sell,2026-05-01 10:12:00,364.0,1.2928,1,leg_gt,1.28,60 -47978,sell_compound_tight,sell,2026-05-02 19:36:00,351.0,1.6391,1,leg_gt,0.22,60 -47979,sell_compound_tight,sell,2026-05-02 19:39:00,352.0,1.929,1,leg_gt,0.22,60 -47980,sell_compound_tight,sell,2026-05-03 02:36:00,363.0,5.1174,1,leg_gt,0.51,60 -47981,sell_compound_tight,sell,2026-05-03 02:39:00,362.0,4.8275,1,leg_gt,0.51,60 -47982,sell_compound_tight,sell,2026-05-04 11:12:00,355.0,1.9115,1,leg_gt,0.08,60 -47983,sell_compound_tight,sell,2026-05-04 11:15:00,355.0,1.9115,1,leg_gt,0.08,60 -47984,sell_compound_tight,sell,2026-05-04 11:18:00,356.0,2.1989,1,leg_gt,0.08,60 -47985,sell_compound_tight,sell,2026-05-04 13:27:00,358.0,2.7736,1,leg_gt,0.17,60 -47986,sell_compound_tight,sell,2026-05-04 13:30:00,359.0,3.0609,1,leg_gt,0.17,60 -47987,sell_compound_tight,sell,2026-05-04 13:33:00,358.0,2.7736,1,leg_gt,0.18,60 -47988,sell_compound_tight,sell,2026-05-05 02:21:00,354.0,1.6241,1,leg_gt,0.71,60 -47989,sell_compound_tight,sell,2026-05-05 02:24:00,355.0,1.9115,1,leg_gt,0.71,60 -47990,sell_compound_tight,sell,2026-05-05 02:51:00,355.0,1.9115,1,leg_gt,0.73,60 -47991,sell_compound_tight,sell,2026-05-05 02:54:00,355.0,1.9115,1,leg_gt,0.73,60 -47992,sell_compound_tight,sell,2026-05-05 02:57:00,356.0,2.1989,1,leg_gt,0.73,60 -47993,sell_compound_tight,sell,2026-05-05 03:00:00,355.0,1.9115,1,leg_gt,0.74,60 -47994,sell_compound_tight,sell,2026-05-05 03:03:00,356.0,2.1989,1,leg_gt,0.74,60 -47995,sell_compound_tight,sell,2026-05-05 21:15:00,362.0,3.923,1,leg_gt,1.5,60 -47996,sell_compound_tight,sell,2026-05-05 21:18:00,361.0,3.6356,1,leg_gt,1.5,60 -47997,sell_compound_tight,sell,2026-05-06 05:15:00,363.0,4.2103,1,leg_gt,1.83,60 -47998,sell_compound_tight,sell,2026-05-06 05:18:00,363.0,4.2103,1,leg_gt,1.83,60 -47999,sell_compound_tight,sell,2026-05-06 06:21:00,369.0,5.9345,1,leg_gt,1.88,60 -48000,sell_compound_tight,sell,2026-05-06 06:24:00,369.0,5.9345,1,leg_gt,1.88,60 -48001,sell_compound_tight,sell,2026-05-06 06:27:00,368.0,5.6471,1,leg_gt,1.88,60 -48002,sell_compound_tight,sell,2026-05-06 12:57:00,372.0,6.7966,1,leg_gt,2.15,60 -48003,sell_compound_tight,sell,2026-05-06 16:12:00,372.0,6.7966,1,leg_gt,2.29,60 -48004,sell_compound_tight,sell,2026-05-06 16:15:00,372.0,6.7966,1,leg_gt,2.29,60 -48005,sell_compound_tight,sell,2026-05-06 16:18:00,372.0,6.7966,1,leg_gt,2.29,60 -48006,sell_compound_tight,sell,2026-05-06 18:12:00,379.0,8.808,1,leg_gt,2.37,60 -48007,sell_compound_tight,sell,2026-05-06 18:15:00,378.0,8.5207,1,leg_gt,2.37,60 -48008,sell_compound_tight,sell,2026-05-06 18:18:00,379.0,8.808,1,leg_gt,2.37,60 -48009,sell_compound_tight,sell,2026-05-06 18:21:00,380.0,9.0954,1,leg_gt,2.38,60 -48010,sell_compound_tight,sell,2026-05-06 18:24:00,379.0,8.808,1,leg_gt,2.38,60 -48011,sell_compound_tight,sell,2026-05-07 01:15:00,379.0,8.808,1,leg_gt,2.66,60 -48012,sell_compound_tight,sell,2026-05-07 01:18:00,379.0,8.808,1,leg_gt,2.66,60 -48013,sell_compound_tight,sell,2026-05-08 08:51:00,372.0,0.987,1,leg_gt,0.35,60 -48014,sell_compound_tight,sell,2026-05-08 08:54:00,372.0,0.987,1,leg_gt,0.35,60 -48015,sell_compound_tight,sell,2026-05-08 13:42:00,376.0,2.0739,1,leg_gt,0.55,60 -48016,sell_compound_tight,sell,2026-05-08 13:51:00,377.0,2.3457,1,leg_gt,0.56,60 -48017,sell_compound_tight,sell,2026-05-08 13:54:00,377.0,2.3457,1,leg_gt,0.56,60 -48018,sell_compound_tight,sell,2026-05-08 13:57:00,377.0,2.3457,1,leg_gt,0.56,60 -48019,sell_compound_tight,sell,2026-05-08 14:12:00,378.0,2.6174,1,leg_gt,0.57,60 -48020,sell_compound_tight,sell,2026-05-08 14:15:00,378.0,2.6174,1,leg_gt,0.57,60 -48021,sell_compound_tight,sell,2026-05-08 14:18:00,378.0,2.6174,1,leg_gt,0.58,60 -48022,sell_compound_tight,sell,2026-05-08 15:42:00,379.0,2.8891,1,leg_gt,0.64,60 -48023,sell_compound_tight,sell,2026-05-08 23:51:00,386.0,4.7913,1,leg_gt,0.98,60 -48024,sell_compound_tight,sell,2026-05-08 23:54:00,385.0,4.5196,1,leg_gt,0.98,60 -48025,sell_compound_tight,sell,2026-05-08 23:57:00,385.0,4.5196,1,leg_gt,0.98,60 -48026,sell_compound_tight,sell,2026-05-09 03:51:00,403.0,9.4109,1,leg_gt,1.14,60 -48027,sell_compound_tight,sell,2026-05-09 03:54:00,402.0,9.1391,1,leg_gt,1.14,60 -48028,sell_compound_tight,sell,2026-05-09 04:12:00,405.0,9.9543,1,leg_gt,1.16,60 -48029,sell_compound_tight,sell,2026-05-09 04:27:00,408.0,10.7696,1,leg_gt,1.17,60 -48030,sell_compound_tight,sell,2026-05-09 10:57:00,407.0,10.4978,1,leg_gt,1.44,60 -48031,sell_compound_tight,sell,2026-05-10 02:45:00,401.0,8.8674,1,leg_gt,2.1,60 -48032,sell_compound_tight,sell,2026-05-10 02:48:00,402.0,9.1391,1,leg_gt,2.1,60 -48033,sell_compound_tight,sell,2026-05-10 16:15:00,396.0,1.1788,1,leg_gt,0.24,60 -48034,sell_compound_tight,sell,2026-05-10 16:18:00,396.0,1.1788,1,leg_gt,0.24,60 -48035,sell_compound_tight,sell,2026-05-10 17:42:00,401.0,2.4575,1,leg_gt,0.3,60 -48036,sell_compound_tight,sell,2026-05-11 04:42:00,422.0,7.8284,1,leg_gt,0.76,60 -48037,sell_compound_tight,sell,2026-05-11 04:45:00,422.0,7.8284,1,leg_gt,0.76,60 -48038,sell_compound_tight,sell,2026-05-11 04:48:00,423.0,8.0841,1,leg_gt,0.76,60 -48039,sell_compound_tight,sell,2026-05-13 04:51:00,398.0,2.4773,1,leg_gt,0.13,60 -48040,sell_compound_tight,sell,2026-05-13 04:54:00,398.0,2.4773,1,leg_gt,0.13,60 -48041,sell_compound_tight,sell,2026-05-13 06:15:00,400.0,2.9928,1,leg_gt,0.19,60 -48042,sell_compound_tight,sell,2026-05-13 06:18:00,400.0,2.9928,1,leg_gt,0.19,60 -48043,sell_compound_tight,sell,2026-05-13 11:27:00,409.0,5.3124,1,leg_gt,0.4,60 -48044,sell_compound_tight,sell,2026-05-13 13:00:00,411.0,5.8278,1,leg_gt,0.47,60 -48045,sell_compound_tight,sell,2026-05-13 13:03:00,411.0,5.8278,1,leg_gt,0.47,60 -48046,sell_compound_tight,sell,2026-05-13 13:06:00,411.0,5.8278,1,leg_gt,0.47,60 -48047,sell_compound_tight,sell,2026-05-13 13:09:00,411.0,5.8278,1,leg_gt,0.47,60 -48048,sell_compound_tight,sell,2026-05-13 18:15:00,418.0,7.632,1,leg_gt,0.69,60 -48049,sell_compound_tight,sell,2026-05-13 18:18:00,418.0,7.632,1,leg_gt,0.69,60 -48050,sell_compound_tight,sell,2026-05-15 00:57:00,390.0,3.3483,1,leg_gt,0.51,60 -48051,sell_compound_tight,sell,2026-05-17 13:42:00,362.0,2.7409,1,leg_gt,0.78,60 -48052,sell_compound_tight,sell,2026-05-18 04:36:00,360.0,2.1727,1,leg_gt,1.4,60 -48053,sell_compound_tight,sell,2026-05-18 04:39:00,360.0,2.1727,1,leg_gt,1.4,60 -48054,sell_compound_tight,sell,2026-05-18 06:51:00,362.0,2.7409,1,leg_gt,1.49,60 -48055,sell_compound_tight,sell,2026-05-18 06:54:00,362.0,2.7409,1,leg_gt,1.49,60 -48056,sell_compound_tight,sell,2026-05-18 20:57:00,348.0,2.2529,1,leg_gt,0.51,60 -48057,sell_compound_tight,sell,2026-05-19 04:51:00,354.0,4.0176,1,leg_gt,0.84,60 -48058,sell_compound_tight,sell,2026-05-19 04:54:00,355.0,4.3118,1,leg_gt,0.84,60 -48059,sell_compound_tight,sell,2026-05-19 05:30:00,358.0,5.1941,1,leg_gt,0.87,60 -48060,sell_compound_tight,sell,2026-05-19 05:33:00,358.0,5.1941,1,leg_gt,0.87,60 -48061,sell_compound_tight,sell,2026-05-19 08:12:00,359.0,5.4882,1,leg_gt,0.98,60 -48062,sell_compound_tight,sell,2026-05-19 09:51:00,361.0,6.0765,1,leg_gt,1.05,60 -48063,sell_compound_tight,sell,2026-05-19 09:54:00,361.0,6.0765,1,leg_gt,1.05,60 -48064,sell_compound_tight,sell,2026-05-19 14:45:00,367.0,7.8412,1,leg_gt,1.25,60 -48065,sell_compound_tight,sell,2026-05-19 14:48:00,367.0,7.8412,1,leg_gt,1.26,60 -48066,sell_compound_tight,sell,2026-05-19 15:21:00,369.0,8.4294,1,leg_gt,1.28,60 -48067,sell_compound_tight,sell,2026-05-19 15:24:00,369.0,8.4294,1,leg_gt,1.28,60 -48068,sell_compound_tight,sell,2026-05-19 15:30:00,370.0,8.7235,1,leg_gt,1.29,60 -48069,sell_compound_tight,sell,2026-05-19 15:33:00,370.0,8.7235,1,leg_gt,1.29,60 -48070,sell_compound_tight,sell,2026-05-19 15:36:00,370.0,8.7235,1,leg_gt,1.29,60 -48071,sell_compound_tight,sell,2026-05-19 15:39:00,371.0,9.0176,1,leg_gt,1.29,60 -48072,sell_compound_tight,sell,2026-05-19 15:42:00,369.0,8.4294,1,leg_gt,1.29,60 -48073,sell_compound_tight,sell,2026-05-20 17:42:00,357.0,4.9,1,leg_gt,2.38,60 -48074,sell_compound_tight,sell,2026-05-20 23:30:00,358.0,1.6045,1,leg_gt,0.09,60 -48075,sell_compound_tight,sell,2026-05-20 23:33:00,358.0,1.6045,1,leg_gt,0.09,60 -48076,sell_compound_tight,sell,2026-05-20 23:45:00,358.0,1.6045,1,leg_gt,0.1,60 -48077,sell_compound_tight,sell,2026-05-20 23:48:00,358.0,1.6045,1,leg_gt,0.1,60 -48078,sell_compound_tight,sell,2026-05-21 00:51:00,364.0,3.3091,1,leg_gt,0.14,60 -48079,sell_compound_tight,sell,2026-05-21 00:54:00,364.0,3.3091,1,leg_gt,0.15,60 -48080,sell_compound_tight,sell,2026-05-21 01:00:00,365.0,3.5932,1,leg_gt,0.15,60 -48081,sell_compound_tight,sell,2026-05-21 01:03:00,365.0,3.5932,1,leg_gt,0.15,60 -48082,sell_compound_tight,sell,2026-05-21 01:06:00,366.0,3.8773,1,leg_gt,0.15,60 -48083,sell_compound_tight,sell,2026-05-21 01:09:00,367.0,4.1614,1,leg_gt,0.16,60 -48084,sell_compound_tight,sell,2026-05-21 02:00:00,375.0,6.4341,1,leg_gt,0.19,60 -48085,sell_compound_tight,sell,2026-05-21 02:03:00,378.0,7.2864,1,leg_gt,0.19,60 -48086,sell_compound_tight,sell,2026-05-21 11:45:00,378.0,7.2864,1,leg_gt,0.6,60 -48087,sell_compound_tight,sell,2026-05-21 11:48:00,378.0,7.2864,1,leg_gt,0.6,60 -48088,sell_compound_tight,sell,2026-05-21 12:30:00,380.0,7.8545,1,leg_gt,0.63,60 -48089,sell_compound_tight,sell,2026-05-21 12:33:00,380.0,7.8545,1,leg_gt,0.63,60 -48090,sell_compound_tight,sell,2026-05-22 13:21:00,416.0,4.6859,1,leg_gt,0.28,60 -48091,sell_compound_tight,sell,2026-05-22 13:24:00,418.0,5.1897,1,leg_gt,0.28,60 -48092,sell_compound_tight,sell,2026-05-22 13:30:00,417.0,4.9378,1,leg_gt,0.28,60 -48093,sell_compound_tight,sell,2026-05-22 13:33:00,417.0,4.9378,1,leg_gt,0.28,60 -48094,sell_compound_tight,sell,2026-05-22 13:36:00,417.0,4.9378,1,leg_gt,0.29,60 -48095,sell_compound_tight,sell,2026-05-22 13:39:00,417.0,4.9378,1,leg_gt,0.29,60 -48096,sell_compound_tight,sell,2026-05-22 15:00:00,420.0,5.6935,1,leg_gt,0.34,60 -48097,sell_compound_tight,sell,2026-05-22 15:03:00,421.0,5.9453,1,leg_gt,0.35,60 -48098,sell_compound_tight,sell,2026-05-22 17:00:00,428.0,7.7086,1,leg_gt,0.43,60 -48099,sell_compound_tight,sell,2026-05-22 17:03:00,430.0,8.2123,1,leg_gt,0.43,60 -48100,sell_compound_tight,sell,2026-05-23 20:45:00,404.0,2.9612,1,leg_gt,0.16,60 -48101,sell_compound_tight,sell,2026-05-23 20:48:00,403.0,2.7061,1,leg_gt,0.17,60 -48102,sell_compound_tight,sell,2026-05-24 01:00:00,424.0,8.0633,1,leg_gt,0.34,60 -48103,sell_compound_tight,sell,2026-05-24 01:03:00,425.0,8.3184,1,leg_gt,0.34,60 -48104,sell_compound_tight,sell,2026-05-24 01:06:00,424.0,8.0633,1,leg_gt,0.35,60 -48105,sell_compound_tight,sell,2026-05-24 01:09:00,424.0,8.0633,1,leg_gt,0.35,60 -48106,sell_compound_tight,sell,2026-05-24 01:12:00,425.0,8.3184,1,leg_gt,0.35,60 -48107,sell_compound_tight,sell,2026-05-24 01:36:00,426.0,8.5735,1,leg_gt,0.37,60 -48108,sell_compound_tight,sell,2026-05-24 01:39:00,428.0,9.0837,1,leg_gt,0.37,60 -48109,sell_compound_tight,sell,2026-05-24 03:06:00,444.0,13.1653,1,leg_gt,0.43,60 -48110,sell_compound_tight,sell,2026-05-24 03:09:00,445.0,13.4204,1,leg_gt,0.43,60 -48111,sell_compound_tight,sell,2026-05-24 03:45:00,454.0,15.7163,1,leg_gt,0.46,60 -48112,sell_compound_tight,sell,2026-05-24 03:48:00,456.0,16.2265,1,leg_gt,0.46,60 -48113,sell_compound_tight,sell,2026-05-24 03:51:00,457.0,16.4816,1,leg_gt,0.46,60 -48114,sell_compound_tight,sell,2026-05-24 03:54:00,459.0,16.9918,1,leg_gt,0.46,60 -48115,sell_compound_tight,sell,2026-05-24 10:15:00,453.0,1.927,1,leg_gt,0.06,60 -48116,sell_compound_tight,sell,2026-05-24 10:18:00,453.0,1.927,1,leg_gt,0.07,60 -48117,sell_compound_tight,sell,2026-05-24 13:51:00,452.0,1.7018,1,leg_gt,0.21,60 -48118,sell_compound_tight,sell,2026-05-24 13:54:00,453.0,1.927,1,leg_gt,0.22,60 -48119,sell_compound_tight,sell,2026-05-26 03:51:00,481.0,12.5464,1,leg_gt,0.88,60 -48120,sell_compound_tight,sell,2026-05-26 03:54:00,483.0,13.0148,1,leg_gt,0.88,60 -48121,sell_compound_tight,sell,2026-05-26 03:57:00,485.0,13.4831,1,leg_gt,0.89,60 -48122,sell_compound_tight,sell,2026-05-26 04:00:00,484.0,13.2489,1,leg_gt,0.89,60 -48123,sell_compound_tight,sell,2026-05-26 04:03:00,482.0,12.7806,1,leg_gt,0.89,60 -48124,sell_compound_tight,sell,2026-05-26 04:06:00,488.0,14.1857,1,leg_gt,0.89,60 -48125,sell_compound_tight,sell,2026-05-26 04:09:00,489.0,14.4199,1,leg_gt,0.89,60 -48126,sell_compound_tight,sell,2026-05-26 04:12:00,492.0,15.1225,1,leg_gt,0.9,60 -48127,sell_compound_tight,sell,2026-05-26 04:15:00,491.0,14.8883,1,leg_gt,0.9,60 -48128,sell_compound_tight,sell,2026-05-26 04:18:00,491.0,14.8883,1,leg_gt,0.9,60 -48129,sell_compound_tight,sell,2026-05-26 04:21:00,491.0,14.8883,1,leg_gt,0.9,60 -48130,sell_compound_tight,sell,2026-05-26 04:24:00,495.0,15.8251,1,leg_gt,0.9,60 -48131,sell_compound_tight,sell,2026-05-26 04:27:00,495.0,15.8251,1,leg_gt,0.91,60 -48132,sell_compound_tight,sell,2026-05-26 17:57:00,554.0,14.8378,1,leg_gt,0.34,60 -48133,sell_compound_tight,sell,2026-05-26 18:06:00,552.0,14.4228,1,leg_gt,0.34,60 -48134,sell_compound_tight,sell,2026-05-26 18:09:00,550.0,14.0079,1,leg_gt,0.35,60 -48135,sell_compound_tight,sell,2026-05-26 18:12:00,553.0,14.6303,1,leg_gt,0.35,60 -48136,sell_compound_tight,sell,2026-05-26 19:51:00,579.0,20.0245,1,leg_gt,0.42,60 -48137,sell_compound_tight,sell,2026-05-26 19:54:00,579.0,20.0245,1,leg_gt,0.42,60 -48138,sell_compound_tight,sell,2026-05-26 19:57:00,583.0,20.8544,1,leg_gt,0.42,60 -48139,sell_compound_tight,sell,2026-05-26 20:00:00,584.0,21.0618,1,leg_gt,0.42,60 -48140,sell_compound_tight,sell,2026-05-26 20:03:00,587.0,21.6842,1,leg_gt,0.42,60 -48141,sell_compound_tight,sell,2026-05-26 20:42:00,582.0,20.6469,1,leg_gt,0.45,60 -48142,sell_compound_tight,sell,2026-05-26 21:21:00,593.0,22.929,1,leg_gt,0.48,60 -48143,sell_compound_tight,sell,2026-05-26 21:24:00,598.0,23.9664,1,leg_gt,0.48,60 -48144,sell_compound_tight,sell,2026-05-27 21:21:00,538.0,3.3615,1,leg_gt,0.13,60 -48145,sell_compound_tight,sell,2026-05-27 21:24:00,538.0,3.3615,1,leg_gt,0.13,60 -48146,sell_compound_tight,sell,2026-05-27 21:27:00,538.0,3.3615,1,leg_gt,0.13,60 -48147,sell_compound_tight,sell,2026-05-29 04:00:00,424.0,2.8126,1,leg_gt,0.05,60 -48148,sell_compound_tight,sell,2026-05-29 04:03:00,423.0,2.5699,1,leg_gt,0.05,60 -48149,sell_compound_tight,sell,2026-05-29 09:45:00,427.0,4.5569,1,leg_gt,0.1,60 -48150,sell_compound_tight,sell,2026-05-29 09:48:00,426.0,4.3118,1,leg_gt,0.1,60 -48151,sell_compound_tight,sell,2026-05-29 14:27:00,435.0,4.2165,1,leg_gt,0.05,60 -48152,sell_compound_tight,sell,2026-05-29 15:30:00,448.0,7.3341,1,leg_gt,0.1,60 -48153,sell_compound_tight,sell,2026-05-29 15:33:00,448.0,7.3341,1,leg_gt,0.1,60 -48154,sell_compound_tight,sell,2026-05-29 16:15:00,454.0,8.7729,1,leg_gt,0.13,60 -48155,sell_compound_tight,sell,2026-05-29 16:18:00,455.0,9.0127,1,leg_gt,0.13,60 -48156,sell_compound_tight,sell,2026-05-30 10:45:00,436.0,2.7302,1,leg_gt,0.03,60 -48157,sell_compound_tight,sell,2026-05-30 10:48:00,435.0,2.4943,1,leg_gt,0.04,60 -48158,sell_compound_tight,sell,2026-05-30 11:51:00,441.0,3.9094,1,leg_gt,0.08,60 -48159,sell_compound_tight,sell,2026-05-30 11:54:00,441.0,3.9094,1,leg_gt,0.08,60 -48160,sell_compound_tight,sell,2026-05-30 11:57:00,442.0,4.1453,1,leg_gt,0.08,60 -48161,sell_compound_tight,sell,2026-05-30 20:21:00,444.0,4.617,1,leg_gt,0.29,60 -48162,sell_compound_tight,sell,2026-05-30 20:24:00,444.0,4.617,1,leg_gt,0.29,60 -48163,sell_compound_tight,sell,2026-05-31 00:30:00,511.0,20.4189,1,leg_gt,0.46,60 -48164,sell_compound_tight,sell,2026-05-31 00:33:00,506.0,19.2396,1,leg_gt,0.46,60 -48165,sell_compound_tight,sell,2026-05-31 00:36:00,511.0,20.4189,1,leg_gt,0.46,60 -48166,sell_compound_tight,sell,2026-05-31 00:39:00,511.0,20.4189,1,leg_gt,0.46,60 -48167,sell_compound_tight,sell,2026-05-31 00:51:00,515.0,21.3623,1,leg_gt,0.47,60 -48168,sell_compound_tight,sell,2026-05-31 00:54:00,520.0,22.5415,1,leg_gt,0.48,60 -48169,sell_compound_tight,sell,2026-05-31 00:57:00,517.0,21.834,1,leg_gt,0.48,60 -48170,sell_compound_tight,sell,2026-05-31 01:12:00,526.0,23.9566,1,leg_gt,0.49,60 -48171,sell_compound_tight,sell,2026-06-01 11:21:00,549.0,13.8004,1,leg_gt,0.66,60 -48172,sell_compound_tight,sell,2026-06-01 11:24:00,553.0,14.6303,1,leg_gt,0.66,60 -48173,sell_compound_tight,sell,2026-06-01 11:27:00,553.0,14.6303,1,leg_gt,0.66,60 -48174,sell_compound_tight,sell,2026-06-01 11:30:00,552.0,14.4228,1,leg_gt,0.66,60 -48175,sell_compound_tight,sell,2026-06-01 11:33:00,556.0,15.2527,1,leg_gt,0.67,60 -48176,sell_compound_tight,sell,2026-06-01 11:36:00,553.0,14.6303,1,leg_gt,0.67,60 -48177,sell_compound_tight,sell,2026-06-01 11:39:00,557.0,15.4602,1,leg_gt,0.67,60 -48178,sell_compound_tight,sell,2026-06-01 11:51:00,569.0,17.9498,1,leg_gt,0.68,60 -48179,sell_compound_tight,sell,2026-06-01 11:54:00,564.0,16.9124,1,leg_gt,0.68,60 -48180,sell_compound_tight,sell,2026-06-01 12:06:00,573.0,18.7797,1,leg_gt,0.69,60 -48181,sell_compound_tight,sell,2026-06-01 12:09:00,562.0,16.4975,1,leg_gt,0.69,60 -48182,sell_compound_tight,sell,2026-06-01 12:36:00,577.0,19.6095,1,leg_gt,0.71,60 -48183,sell_compound_tight,sell,2026-06-01 12:39:00,575.0,19.1946,1,leg_gt,0.71,60 -48184,sell_compound_tight,sell,2026-06-02 03:30:00,609.0,12.0547,1,leg_gt,0.27,60 -48185,sell_compound_tight,sell,2026-06-02 03:33:00,617.0,13.528,1,leg_gt,0.27,60 -48186,sell_compound_tight,sell,2026-06-02 14:15:00,693.0,11.4942,1,leg_gt,0.28,60 -48187,sell_compound_tight,sell,2026-06-02 14:18:00,697.0,12.1383,1,leg_gt,0.28,60 -48188,sell_compound_tight,sell,2026-06-03 02:06:00,618.0,5.541,1,leg_gt,0.07,60 -48189,sell_compound_tight,sell,2026-06-03 02:09:00,620.0,5.8829,1,leg_gt,0.07,60 -48190,sell_compound_tight,sell,2026-06-03 06:30:00,604.0,4.7611,1,leg_gt,0.04,60 -48191,sell_compound_tight,sell,2026-06-03 06:33:00,603.0,4.5875,1,leg_gt,0.05,60 -48192,sell_compound_tight,sell,2026-06-03 06:36:00,604.0,4.7611,1,leg_gt,0.05,60 -48193,sell_compound_tight,sell,2026-06-03 06:39:00,608.0,5.4556,1,leg_gt,0.05,60 -48194,sell_compound_tight,sell,2026-06-03 13:27:00,597.0,5.0056,1,leg_gt,0.02,60 -48195,sell_compound_tight,sell,2026-06-03 14:21:00,611.0,7.4704,1,leg_gt,0.06,60 -48196,sell_compound_tight,sell,2026-06-03 14:24:00,611.0,7.4704,1,leg_gt,0.06,60 -48197,sell_compound_tight,sell,2026-06-03 14:27:00,607.0,6.7662,1,leg_gt,0.06,60 -48198,sell_compound_tight,sell,2026-06-03 18:36:00,690.0,21.3789,1,leg_gt,0.24,60 -48199,sell_compound_tight,sell,2026-06-03 18:39:00,695.0,22.2592,1,leg_gt,0.24,60 -48238,sell_contrast_m10_bb_pos,sell,2025-06-06 10:21:00,1458.0,2.5038,1,leg_gt,0.17,60 -48239,sell_contrast_m10_bb_pos,sell,2025-06-06 10:24:00,1462.0,2.7853,1,leg_gt,0.18,60 -48240,sell_contrast_m10_bb_pos,sell,2025-06-06 10:27:00,1463.0,2.8557,1,leg_gt,0.18,60 -48241,sell_contrast_m10_bb_pos,sell,2025-06-06 10:30:00,1460.0,2.6445,1,leg_gt,0.18,60 -48242,sell_contrast_m10_bb_pos,sell,2025-06-06 10:33:00,1460.0,2.6445,1,leg_gt,0.18,60 -48243,sell_contrast_m10_bb_pos,sell,2025-06-06 10:36:00,1460.0,2.6445,1,leg_gt,0.18,60 -48244,sell_contrast_m10_bb_pos,sell,2025-06-06 10:39:00,1459.0,2.5742,1,leg_gt,0.19,60 -48245,sell_contrast_m10_bb_pos,sell,2025-06-06 12:51:00,1466.0,3.0668,1,leg_gt,0.28,60 -48246,sell_contrast_m10_bb_pos,sell,2025-06-06 12:54:00,1469.0,3.2779,1,leg_gt,0.28,60 -48247,sell_contrast_m10_bb_pos,sell,2025-06-06 12:57:00,1467.0,3.1372,1,leg_gt,0.28,60 -48248,sell_contrast_m10_bb_pos,sell,2025-06-06 13:00:00,1467.0,3.1372,1,leg_gt,0.28,60 -48249,sell_contrast_m10_bb_pos,sell,2025-06-06 13:03:00,1466.0,3.0668,1,leg_gt,0.29,60 -48250,sell_contrast_m10_bb_pos,sell,2025-06-06 13:06:00,1467.0,3.1372,1,leg_gt,0.29,60 -48251,sell_contrast_m10_bb_pos,sell,2025-06-06 13:09:00,1468.0,3.2075,1,leg_gt,0.29,60 -48252,sell_contrast_m10_bb_pos,sell,2025-06-06 13:42:00,1471.0,3.4186,1,leg_gt,0.31,60 -48253,sell_contrast_m10_bb_pos,sell,2025-06-06 13:45:00,1470.0,3.3483,1,leg_gt,0.31,60 -48254,sell_contrast_m10_bb_pos,sell,2025-06-06 13:48:00,1474.0,3.6298,1,leg_gt,0.32,60 -48255,sell_contrast_m10_bb_pos,sell,2025-06-06 13:51:00,1472.0,3.489,1,leg_gt,0.32,60 -48256,sell_contrast_m10_bb_pos,sell,2025-06-06 13:54:00,1473.0,3.5594,1,leg_gt,0.32,60 -48257,sell_contrast_m10_bb_pos,sell,2025-06-06 13:57:00,1471.0,3.4186,1,leg_gt,0.32,60 -48258,sell_contrast_m10_bb_pos,sell,2025-06-06 14:12:00,1476.0,3.7705,1,leg_gt,0.33,60 -48259,sell_contrast_m10_bb_pos,sell,2025-06-06 14:15:00,1478.0,3.9113,1,leg_gt,0.34,60 -48260,sell_contrast_m10_bb_pos,sell,2025-06-06 14:18:00,1475.0,3.7001,1,leg_gt,0.34,60 -48261,sell_contrast_m10_bb_pos,sell,2025-06-06 14:21:00,1474.0,3.6298,1,leg_gt,0.34,60 -48262,sell_contrast_m10_bb_pos,sell,2025-06-06 14:24:00,1472.0,3.489,1,leg_gt,0.34,60 -48263,sell_contrast_m10_bb_pos,sell,2025-06-06 14:27:00,1470.0,3.3483,1,leg_gt,0.34,60 -48264,sell_contrast_m10_bb_pos,sell,2025-06-06 15:42:00,1479.0,3.9816,1,leg_gt,0.4,60 -48265,sell_contrast_m10_bb_pos,sell,2025-06-06 15:45:00,1480.0,4.052,1,leg_gt,0.4,60 -48266,sell_contrast_m10_bb_pos,sell,2025-06-06 15:48:00,1483.0,4.2631,1,leg_gt,0.4,60 -48267,sell_contrast_m10_bb_pos,sell,2025-06-06 16:00:00,1485.0,4.4039,1,leg_gt,0.41,60 -48268,sell_contrast_m10_bb_pos,sell,2025-06-06 16:03:00,1485.0,4.4039,1,leg_gt,0.41,60 -48269,sell_contrast_m10_bb_pos,sell,2025-06-06 16:06:00,1486.0,4.4742,1,leg_gt,0.41,60 -48270,sell_contrast_m10_bb_pos,sell,2025-06-06 16:09:00,1483.0,4.2631,1,leg_gt,0.41,60 -48271,sell_contrast_m10_bb_pos,sell,2025-06-06 16:12:00,1484.0,4.3335,1,leg_gt,0.42,60 -48272,sell_contrast_m10_bb_pos,sell,2025-06-06 16:15:00,1482.0,4.1928,1,leg_gt,0.42,60 -48273,sell_contrast_m10_bb_pos,sell,2025-06-06 16:18:00,1480.0,4.052,1,leg_gt,0.42,60 -48274,sell_contrast_m10_bb_pos,sell,2025-06-06 22:21:00,1475.0,3.7001,1,leg_gt,0.67,60 -48275,sell_contrast_m10_bb_pos,sell,2025-06-06 22:24:00,1474.0,3.6298,1,leg_gt,0.68,60 -48276,sell_contrast_m10_bb_pos,sell,2025-06-06 22:27:00,1473.0,3.5594,1,leg_gt,0.68,60 -48277,sell_contrast_m10_bb_pos,sell,2025-06-06 23:00:00,1486.0,4.4742,1,leg_gt,0.7,60 -48278,sell_contrast_m10_bb_pos,sell,2025-06-06 23:03:00,1486.0,4.4742,1,leg_gt,0.7,60 -48279,sell_contrast_m10_bb_pos,sell,2025-06-06 23:06:00,1490.0,4.7557,1,leg_gt,0.7,60 -48280,sell_contrast_m10_bb_pos,sell,2025-06-06 23:09:00,1491.0,4.8261,1,leg_gt,0.71,60 -48281,sell_contrast_m10_bb_pos,sell,2025-06-06 23:12:00,1489.0,4.6854,1,leg_gt,0.71,60 -48282,sell_contrast_m10_bb_pos,sell,2025-06-06 23:15:00,1496.0,5.178,1,leg_gt,0.71,60 -48283,sell_contrast_m10_bb_pos,sell,2025-06-06 23:18:00,1496.0,5.178,1,leg_gt,0.71,60 -48284,sell_contrast_m10_bb_pos,sell,2025-06-06 23:30:00,1497.0,5.2483,1,leg_gt,0.72,60 -48285,sell_contrast_m10_bb_pos,sell,2025-06-06 23:33:00,1493.0,4.9669,1,leg_gt,0.72,60 -48286,sell_contrast_m10_bb_pos,sell,2025-06-06 23:36:00,1491.0,4.8261,1,leg_gt,0.72,60 -48287,sell_contrast_m10_bb_pos,sell,2025-06-06 23:39:00,1494.0,5.0372,1,leg_gt,0.73,60 -48288,sell_contrast_m10_bb_pos,sell,2025-06-06 23:42:00,1502.0,5.6002,1,leg_gt,0.73,60 -48289,sell_contrast_m10_bb_pos,sell,2025-06-06 23:45:00,1505.0,5.8113,1,leg_gt,0.73,60 -48290,sell_contrast_m10_bb_pos,sell,2025-06-06 23:48:00,1505.0,5.8113,1,leg_gt,0.73,60 -48291,sell_contrast_m10_bb_pos,sell,2025-06-07 00:00:00,1506.0,5.8817,1,leg_gt,0.74,60 -48292,sell_contrast_m10_bb_pos,sell,2025-06-07 00:03:00,1504.0,5.741,1,leg_gt,0.74,60 -48293,sell_contrast_m10_bb_pos,sell,2025-06-07 00:06:00,1502.0,5.6002,1,leg_gt,0.75,60 -48294,sell_contrast_m10_bb_pos,sell,2025-06-07 00:09:00,1505.0,5.8113,1,leg_gt,0.75,60 -48295,sell_contrast_m10_bb_pos,sell,2025-06-07 00:21:00,1507.0,5.9521,1,leg_gt,0.76,60 -48296,sell_contrast_m10_bb_pos,sell,2025-06-07 00:24:00,1506.0,5.8817,1,leg_gt,0.76,60 -48297,sell_contrast_m10_bb_pos,sell,2025-06-07 00:27:00,1505.0,5.8113,1,leg_gt,0.76,60 -48298,sell_contrast_m10_bb_pos,sell,2025-06-07 06:42:00,1486.0,4.4742,1,leg_gt,1.02,60 -48299,sell_contrast_m10_bb_pos,sell,2025-06-07 06:45:00,1487.0,4.5446,1,leg_gt,1.02,60 -48300,sell_contrast_m10_bb_pos,sell,2025-06-07 06:48:00,1486.0,4.4742,1,leg_gt,1.02,60 -48301,sell_contrast_m10_bb_pos,sell,2025-06-07 06:51:00,1486.0,4.4742,1,leg_gt,1.03,60 -48302,sell_contrast_m10_bb_pos,sell,2025-06-07 06:54:00,1483.0,4.2631,1,leg_gt,1.03,60 -48303,sell_contrast_m10_bb_pos,sell,2025-06-07 06:57:00,1482.0,4.1928,1,leg_gt,1.03,60 -48304,sell_contrast_m10_bb_pos,sell,2025-06-07 11:51:00,1508.0,6.0224,1,leg_gt,1.24,60 -48305,sell_contrast_m10_bb_pos,sell,2025-06-07 11:54:00,1513.0,6.3743,1,leg_gt,1.24,60 -48306,sell_contrast_m10_bb_pos,sell,2025-06-07 11:57:00,1516.0,6.5854,1,leg_gt,1.24,60 -48307,sell_contrast_m10_bb_pos,sell,2025-06-07 12:00:00,1515.0,6.5151,1,leg_gt,1.24,60 -48308,sell_contrast_m10_bb_pos,sell,2025-06-07 12:03:00,1516.0,6.5854,1,leg_gt,1.24,60 -48309,sell_contrast_m10_bb_pos,sell,2025-06-07 12:06:00,1520.0,6.8669,1,leg_gt,1.25,60 -48310,sell_contrast_m10_bb_pos,sell,2025-06-07 12:09:00,1523.0,7.078,1,leg_gt,1.25,60 -48311,sell_contrast_m10_bb_pos,sell,2025-06-07 13:00:00,1538.0,8.1336,1,leg_gt,1.28,60 -48312,sell_contrast_m10_bb_pos,sell,2025-06-07 13:03:00,1536.0,7.9929,1,leg_gt,1.29,60 -48313,sell_contrast_m10_bb_pos,sell,2025-06-07 13:06:00,1535.0,7.9225,1,leg_gt,1.29,60 -48314,sell_contrast_m10_bb_pos,sell,2025-06-07 13:09:00,1537.0,8.0633,1,leg_gt,1.29,60 -48315,sell_contrast_m10_bb_pos,sell,2025-06-07 13:12:00,1533.0,7.7818,1,leg_gt,1.29,60 -48316,sell_contrast_m10_bb_pos,sell,2025-06-07 13:15:00,1533.0,7.7818,1,leg_gt,1.29,60 -48317,sell_contrast_m10_bb_pos,sell,2025-06-07 13:18:00,1533.0,7.7818,1,leg_gt,1.3,60 -48318,sell_contrast_m10_bb_pos,sell,2025-06-07 14:00:00,1544.0,8.5559,1,leg_gt,1.32,60 -48319,sell_contrast_m10_bb_pos,sell,2025-06-07 14:03:00,1538.0,8.1336,1,leg_gt,1.33,60 -48320,sell_contrast_m10_bb_pos,sell,2025-06-07 14:06:00,1537.0,8.0633,1,leg_gt,1.33,60 -48321,sell_contrast_m10_bb_pos,sell,2025-06-07 14:09:00,1539.0,8.204,1,leg_gt,1.33,60 -48322,sell_contrast_m10_bb_pos,sell,2025-06-07 14:51:00,1546.0,8.6966,1,leg_gt,1.36,60 -48323,sell_contrast_m10_bb_pos,sell,2025-06-07 14:54:00,1547.0,8.767,1,leg_gt,1.36,60 -48324,sell_contrast_m10_bb_pos,sell,2025-06-07 14:57:00,1549.0,8.9077,1,leg_gt,1.36,60 -48325,sell_contrast_m10_bb_pos,sell,2025-06-07 16:30:00,1564.0,9.9633,1,leg_gt,1.43,60 -48326,sell_contrast_m10_bb_pos,sell,2025-06-07 16:33:00,1560.0,9.6818,1,leg_gt,1.43,60 -48327,sell_contrast_m10_bb_pos,sell,2025-06-07 16:36:00,1559.0,9.6115,1,leg_gt,1.43,60 -48328,sell_contrast_m10_bb_pos,sell,2025-06-07 16:39:00,1563.0,9.893,1,leg_gt,1.44,60 -48329,sell_contrast_m10_bb_pos,sell,2025-06-07 17:00:00,1568.0,10.2448,1,leg_gt,1.45,60 -48330,sell_contrast_m10_bb_pos,sell,2025-06-07 17:03:00,1568.0,10.2448,1,leg_gt,1.45,60 -48331,sell_contrast_m10_bb_pos,sell,2025-06-07 17:06:00,1574.0,10.6671,1,leg_gt,1.45,60 -48332,sell_contrast_m10_bb_pos,sell,2025-06-07 17:09:00,1571.0,10.4559,1,leg_gt,1.46,60 -48333,sell_contrast_m10_bb_pos,sell,2025-06-07 17:12:00,1561.0,9.7522,1,leg_gt,1.46,60 -48334,sell_contrast_m10_bb_pos,sell,2025-06-07 17:15:00,1562.0,9.8226,1,leg_gt,1.46,60 -48335,sell_contrast_m10_bb_pos,sell,2025-06-07 17:18:00,1565.0,10.0337,1,leg_gt,1.46,60 -48336,sell_contrast_m10_bb_pos,sell,2025-06-07 20:00:00,1576.0,10.8078,1,leg_gt,1.58,60 -48337,sell_contrast_m10_bb_pos,sell,2025-06-07 20:03:00,1576.0,10.8078,1,leg_gt,1.58,60 -48338,sell_contrast_m10_bb_pos,sell,2025-06-07 20:06:00,1574.0,10.6671,1,leg_gt,1.58,60 -48339,sell_contrast_m10_bb_pos,sell,2025-06-07 20:09:00,1571.0,10.4559,1,leg_gt,1.58,60 -48340,sell_contrast_m10_bb_pos,sell,2025-06-08 04:21:00,1551.0,9.0485,1,leg_gt,1.92,60 -48341,sell_contrast_m10_bb_pos,sell,2025-06-08 04:24:00,1553.0,9.1892,1,leg_gt,1.92,60 -48342,sell_contrast_m10_bb_pos,sell,2025-06-08 04:27:00,1551.0,9.0485,1,leg_gt,1.93,60 -48343,sell_contrast_m10_bb_pos,sell,2025-06-08 04:42:00,1550.0,8.9781,1,leg_gt,1.94,60 -48344,sell_contrast_m10_bb_pos,sell,2025-06-08 04:45:00,1550.0,8.9781,1,leg_gt,1.94,60 -48345,sell_contrast_m10_bb_pos,sell,2025-06-08 04:48:00,1550.0,8.9781,1,leg_gt,1.94,60 -48346,sell_contrast_m10_bb_pos,sell,2025-06-08 05:12:00,1556.0,9.4004,1,leg_gt,1.96,60 -48347,sell_contrast_m10_bb_pos,sell,2025-06-08 05:15:00,1556.0,9.4004,1,leg_gt,1.96,60 -48348,sell_contrast_m10_bb_pos,sell,2025-06-08 05:18:00,1556.0,9.4004,1,leg_gt,1.96,60 -48349,sell_contrast_m10_bb_pos,sell,2025-06-08 06:21:00,1558.0,9.5411,1,leg_gt,2.01,60 -48350,sell_contrast_m10_bb_pos,sell,2025-06-08 06:24:00,1559.0,9.6115,1,leg_gt,2.01,60 -48351,sell_contrast_m10_bb_pos,sell,2025-06-08 06:27:00,1560.0,9.6818,1,leg_gt,2.01,60 -48352,sell_contrast_m10_bb_pos,sell,2025-06-08 06:30:00,1558.0,9.5411,1,leg_gt,2.01,60 -48353,sell_contrast_m10_bb_pos,sell,2025-06-08 06:33:00,1557.0,9.4707,1,leg_gt,2.01,60 -48354,sell_contrast_m10_bb_pos,sell,2025-06-08 06:36:00,1561.0,9.7522,1,leg_gt,2.02,60 -48355,sell_contrast_m10_bb_pos,sell,2025-06-08 06:39:00,1559.0,9.6115,1,leg_gt,2.02,60 -48356,sell_contrast_m10_bb_pos,sell,2025-06-08 06:42:00,1557.0,9.4707,1,leg_gt,2.02,60 -48357,sell_contrast_m10_bb_pos,sell,2025-06-08 06:45:00,1558.0,9.5411,1,leg_gt,2.02,60 -48358,sell_contrast_m10_bb_pos,sell,2025-06-08 06:48:00,1558.0,9.5411,1,leg_gt,2.02,60 -48359,sell_contrast_m10_bb_pos,sell,2025-06-08 07:51:00,1565.0,10.0337,1,leg_gt,2.07,60 -48360,sell_contrast_m10_bb_pos,sell,2025-06-08 07:54:00,1565.0,10.0337,1,leg_gt,2.07,60 -48361,sell_contrast_m10_bb_pos,sell,2025-06-08 07:57:00,1564.0,9.9633,1,leg_gt,2.07,60 -48362,sell_contrast_m10_bb_pos,sell,2025-06-08 20:12:00,1524.0,0.894,1,leg_gt,0.03,60 -48363,sell_contrast_m10_bb_pos,sell,2025-06-08 20:15:00,1522.0,0.7615,1,leg_gt,0.03,60 -48364,sell_contrast_m10_bb_pos,sell,2025-06-08 20:18:00,1524.0,0.894,1,leg_gt,0.04,60 -48365,sell_contrast_m10_bb_pos,sell,2025-06-08 21:00:00,1531.0,1.3579,1,leg_gt,0.06,60 -48366,sell_contrast_m10_bb_pos,sell,2025-06-08 21:03:00,1531.0,1.3579,1,leg_gt,0.07,60 -48367,sell_contrast_m10_bb_pos,sell,2025-06-08 21:06:00,1531.0,1.3579,1,leg_gt,0.07,60 -48368,sell_contrast_m10_bb_pos,sell,2025-06-08 21:09:00,1535.0,1.623,1,leg_gt,0.07,60 -48369,sell_contrast_m10_bb_pos,sell,2025-06-08 21:12:00,1536.0,1.6893,1,leg_gt,0.07,60 -48370,sell_contrast_m10_bb_pos,sell,2025-06-08 21:15:00,1537.0,1.7555,1,leg_gt,0.08,60 -48371,sell_contrast_m10_bb_pos,sell,2025-06-08 21:18:00,1535.0,1.623,1,leg_gt,0.08,60 -48372,sell_contrast_m10_bb_pos,sell,2025-06-08 22:51:00,1533.0,1.4905,1,leg_gt,0.14,60 -48373,sell_contrast_m10_bb_pos,sell,2025-06-08 22:54:00,1525.0,0.9603,1,leg_gt,0.14,60 -48374,sell_contrast_m10_bb_pos,sell,2025-06-08 22:57:00,1521.0,0.6952,1,leg_gt,0.15,60 -48375,sell_contrast_m10_bb_pos,sell,2025-06-09 00:12:00,1538.0,1.8218,1,leg_gt,0.2,60 -48376,sell_contrast_m10_bb_pos,sell,2025-06-09 00:15:00,1536.0,1.6893,1,leg_gt,0.2,60 -48377,sell_contrast_m10_bb_pos,sell,2025-06-09 00:18:00,1530.0,1.2917,1,leg_gt,0.2,60 -48378,sell_contrast_m10_bb_pos,sell,2025-06-09 01:21:00,1536.0,1.6893,1,leg_gt,0.25,60 -48379,sell_contrast_m10_bb_pos,sell,2025-06-09 01:24:00,1536.0,1.6893,1,leg_gt,0.25,60 -48380,sell_contrast_m10_bb_pos,sell,2025-06-09 01:27:00,1534.0,1.5567,1,leg_gt,0.25,60 -48381,sell_contrast_m10_bb_pos,sell,2025-06-09 01:42:00,1540.0,1.9543,1,leg_gt,0.26,60 -48382,sell_contrast_m10_bb_pos,sell,2025-06-09 01:45:00,1540.0,1.9543,1,leg_gt,0.26,60 -48383,sell_contrast_m10_bb_pos,sell,2025-06-09 01:48:00,1540.0,1.9543,1,leg_gt,0.26,60 -48384,sell_contrast_m10_bb_pos,sell,2025-06-09 01:51:00,1543.0,2.1531,1,leg_gt,0.27,60 -48385,sell_contrast_m10_bb_pos,sell,2025-06-09 01:54:00,1538.0,1.8218,1,leg_gt,0.27,60 -48386,sell_contrast_m10_bb_pos,sell,2025-06-09 01:57:00,1540.0,1.9543,1,leg_gt,0.27,60 -48387,sell_contrast_m10_bb_pos,sell,2025-06-09 02:00:00,1541.0,2.0206,1,leg_gt,0.27,60 -48388,sell_contrast_m10_bb_pos,sell,2025-06-09 02:03:00,1547.0,2.4182,1,leg_gt,0.28,60 -48389,sell_contrast_m10_bb_pos,sell,2025-06-09 02:06:00,1549.0,2.5508,1,leg_gt,0.28,60 -48390,sell_contrast_m10_bb_pos,sell,2025-06-09 02:09:00,1547.0,2.4182,1,leg_gt,0.28,60 -48391,sell_contrast_m10_bb_pos,sell,2025-06-09 02:21:00,1542.0,2.0869,1,leg_gt,0.29,60 -48392,sell_contrast_m10_bb_pos,sell,2025-06-09 02:24:00,1540.0,1.9543,1,leg_gt,0.29,60 -48393,sell_contrast_m10_bb_pos,sell,2025-06-09 02:27:00,1541.0,2.0206,1,leg_gt,0.29,60 -48394,sell_contrast_m10_bb_pos,sell,2025-06-09 05:12:00,1547.0,2.4182,1,leg_gt,0.41,60 -48395,sell_contrast_m10_bb_pos,sell,2025-06-09 05:15:00,1550.0,2.617,1,leg_gt,0.41,60 -48396,sell_contrast_m10_bb_pos,sell,2025-06-09 05:18:00,1550.0,2.617,1,leg_gt,0.41,60 -48397,sell_contrast_m10_bb_pos,sell,2025-06-09 05:42:00,1546.0,2.352,1,leg_gt,0.43,60 -48398,sell_contrast_m10_bb_pos,sell,2025-06-09 05:45:00,1547.0,2.4182,1,leg_gt,0.43,60 -48399,sell_contrast_m10_bb_pos,sell,2025-06-09 05:48:00,1544.0,2.2194,1,leg_gt,0.43,60 -48400,sell_contrast_m10_bb_pos,sell,2025-06-09 06:21:00,1552.0,2.7496,1,leg_gt,0.45,60 -48401,sell_contrast_m10_bb_pos,sell,2025-06-09 06:24:00,1561.0,3.346,1,leg_gt,0.46,60 -48402,sell_contrast_m10_bb_pos,sell,2025-06-09 06:27:00,1563.0,3.4785,1,leg_gt,0.46,60 -48403,sell_contrast_m10_bb_pos,sell,2025-06-09 17:51:00,1496.0,1.5304,1,leg_gt,0.11,60 -48404,sell_contrast_m10_bb_pos,sell,2025-06-09 17:54:00,1498.0,1.6663,1,leg_gt,0.11,60 -48405,sell_contrast_m10_bb_pos,sell,2025-06-09 17:57:00,1499.0,1.7342,1,leg_gt,0.12,60 -48406,sell_contrast_m10_bb_pos,sell,2025-06-09 19:42:00,1563.0,6.0821,1,leg_gt,0.19,60 -48407,sell_contrast_m10_bb_pos,sell,2025-06-09 19:45:00,1567.0,6.3538,1,leg_gt,0.19,60 -48408,sell_contrast_m10_bb_pos,sell,2025-06-09 19:48:00,1563.0,6.0821,1,leg_gt,0.19,60 -48409,sell_contrast_m10_bb_pos,sell,2025-06-09 19:51:00,1560.0,5.8783,1,leg_gt,0.2,60 -48410,sell_contrast_m10_bb_pos,sell,2025-06-09 19:54:00,1558.0,5.7424,1,leg_gt,0.2,60 -48411,sell_contrast_m10_bb_pos,sell,2025-06-09 19:57:00,1559.0,5.8103,1,leg_gt,0.2,60 -48412,sell_contrast_m10_bb_pos,sell,2025-06-09 20:00:00,1563.0,6.0821,1,leg_gt,0.2,60 -48413,sell_contrast_m10_bb_pos,sell,2025-06-09 20:03:00,1558.0,5.7424,1,leg_gt,0.2,60 -48414,sell_contrast_m10_bb_pos,sell,2025-06-09 20:06:00,1560.0,5.8783,1,leg_gt,0.21,60 -48415,sell_contrast_m10_bb_pos,sell,2025-06-09 20:09:00,1562.0,6.0141,1,leg_gt,0.21,60 -48416,sell_contrast_m10_bb_pos,sell,2025-06-10 01:51:00,1549.0,3.0292,1,leg_gt,0.11,60 -48417,sell_contrast_m10_bb_pos,sell,2025-06-10 01:54:00,1543.0,2.6297,1,leg_gt,0.12,60 -48418,sell_contrast_m10_bb_pos,sell,2025-06-10 01:57:00,1537.0,2.2302,1,leg_gt,0.12,60 -48419,sell_contrast_m10_bb_pos,sell,2025-06-10 02:12:00,1537.0,2.2302,1,leg_gt,0.13,60 -48420,sell_contrast_m10_bb_pos,sell,2025-06-10 02:15:00,1542.0,2.5631,1,leg_gt,0.13,60 -48421,sell_contrast_m10_bb_pos,sell,2025-06-10 02:18:00,1538.0,2.2968,1,leg_gt,0.13,60 -48422,sell_contrast_m10_bb_pos,sell,2025-06-10 07:00:00,1574.0,4.6936,1,leg_gt,0.33,60 -48423,sell_contrast_m10_bb_pos,sell,2025-06-10 07:03:00,1582.0,5.2262,1,leg_gt,0.33,60 -48424,sell_contrast_m10_bb_pos,sell,2025-06-10 07:06:00,1577.0,4.8933,1,leg_gt,0.33,60 -48425,sell_contrast_m10_bb_pos,sell,2025-06-10 07:09:00,1574.0,4.6936,1,leg_gt,0.34,60 -48426,sell_contrast_m10_bb_pos,sell,2025-06-10 07:12:00,1573.0,4.627,1,leg_gt,0.34,60 -48427,sell_contrast_m10_bb_pos,sell,2025-06-10 07:15:00,1574.0,4.6936,1,leg_gt,0.34,60 -48428,sell_contrast_m10_bb_pos,sell,2025-06-10 07:18:00,1579.0,5.0265,1,leg_gt,0.34,60 -48429,sell_contrast_m10_bb_pos,sell,2025-06-10 07:21:00,1581.0,5.1597,1,leg_gt,0.34,60 -48430,sell_contrast_m10_bb_pos,sell,2025-06-10 07:24:00,1580.0,5.0931,1,leg_gt,0.35,60 -48431,sell_contrast_m10_bb_pos,sell,2025-06-10 07:27:00,1586.0,5.4925,1,leg_gt,0.35,60 -48432,sell_contrast_m10_bb_pos,sell,2025-06-10 07:30:00,1593.0,5.9586,1,leg_gt,0.35,60 -48433,sell_contrast_m10_bb_pos,sell,2025-06-10 07:33:00,1592.0,5.892,1,leg_gt,0.35,60 -48434,sell_contrast_m10_bb_pos,sell,2025-06-10 07:36:00,1590.0,5.7589,1,leg_gt,0.35,60 -48435,sell_contrast_m10_bb_pos,sell,2025-06-10 07:39:00,1585.0,5.426,1,leg_gt,0.36,60 -48436,sell_contrast_m10_bb_pos,sell,2025-06-10 08:00:00,1592.0,5.892,1,leg_gt,0.37,60 -48437,sell_contrast_m10_bb_pos,sell,2025-06-10 08:03:00,1595.0,6.0917,1,leg_gt,0.37,60 -48438,sell_contrast_m10_bb_pos,sell,2025-06-10 08:06:00,1594.0,6.0252,1,leg_gt,0.38,60 -48439,sell_contrast_m10_bb_pos,sell,2025-06-10 08:09:00,1590.0,5.7589,1,leg_gt,0.38,60 -48440,sell_contrast_m10_bb_pos,sell,2025-06-10 09:42:00,1595.0,6.0917,1,leg_gt,0.44,60 -48441,sell_contrast_m10_bb_pos,sell,2025-06-10 09:45:00,1589.0,5.6923,1,leg_gt,0.44,60 -48442,sell_contrast_m10_bb_pos,sell,2025-06-10 09:48:00,1580.0,5.0931,1,leg_gt,0.45,60 -48443,sell_contrast_m10_bb_pos,sell,2025-06-10 16:21:00,1562.0,1.5927,1,leg_gt,0.05,60 -48444,sell_contrast_m10_bb_pos,sell,2025-06-10 16:24:00,1570.0,2.1135,1,leg_gt,0.05,60 -48445,sell_contrast_m10_bb_pos,sell,2025-06-10 16:27:00,1570.0,2.1135,1,leg_gt,0.05,60 -48446,sell_contrast_m10_bb_pos,sell,2025-06-10 16:42:00,1570.0,2.1135,1,leg_gt,0.06,60 -48447,sell_contrast_m10_bb_pos,sell,2025-06-10 16:45:00,1568.0,1.9833,1,leg_gt,0.06,60 -48448,sell_contrast_m10_bb_pos,sell,2025-06-10 16:48:00,1566.0,1.8531,1,leg_gt,0.07,60 -48449,sell_contrast_m10_bb_pos,sell,2025-06-10 17:00:00,1570.0,2.1135,1,leg_gt,0.08,60 -48450,sell_contrast_m10_bb_pos,sell,2025-06-10 17:03:00,1566.0,1.8531,1,leg_gt,0.08,60 -48451,sell_contrast_m10_bb_pos,sell,2025-06-10 17:06:00,1570.0,2.1135,1,leg_gt,0.08,60 -48452,sell_contrast_m10_bb_pos,sell,2025-06-10 17:09:00,1572.0,2.2438,1,leg_gt,0.08,60 -48453,sell_contrast_m10_bb_pos,sell,2025-06-10 17:12:00,1569.0,2.0484,1,leg_gt,0.08,60 -48454,sell_contrast_m10_bb_pos,sell,2025-06-10 17:15:00,1562.0,1.5927,1,leg_gt,0.09,60 -48455,sell_contrast_m10_bb_pos,sell,2025-06-10 17:18:00,1557.0,1.2672,1,leg_gt,0.09,60 -48456,sell_contrast_m10_bb_pos,sell,2025-06-10 20:21:00,1579.0,2.6995,1,leg_gt,0.21,60 -48457,sell_contrast_m10_bb_pos,sell,2025-06-10 20:24:00,1577.0,2.5693,1,leg_gt,0.22,60 -48458,sell_contrast_m10_bb_pos,sell,2025-06-10 20:27:00,1584.0,3.025,1,leg_gt,0.22,60 -48459,sell_contrast_m10_bb_pos,sell,2025-06-10 20:51:00,1598.0,3.9365,1,leg_gt,0.24,60 -48460,sell_contrast_m10_bb_pos,sell,2025-06-10 20:54:00,1609.0,4.6526,1,leg_gt,0.24,60 -48461,sell_contrast_m10_bb_pos,sell,2025-06-10 20:57:00,1614.0,4.9781,1,leg_gt,0.24,60 -48462,sell_contrast_m10_bb_pos,sell,2025-06-10 21:12:00,1600.0,4.0667,1,leg_gt,0.25,60 -48463,sell_contrast_m10_bb_pos,sell,2025-06-10 21:15:00,1607.0,4.5224,1,leg_gt,0.25,60 -48464,sell_contrast_m10_bb_pos,sell,2025-06-10 21:18:00,1611.0,4.7828,1,leg_gt,0.25,60 -48465,sell_contrast_m10_bb_pos,sell,2025-06-10 21:30:00,1619.0,5.3036,1,leg_gt,0.26,60 -48466,sell_contrast_m10_bb_pos,sell,2025-06-10 21:33:00,1617.0,5.1734,1,leg_gt,0.26,60 -48467,sell_contrast_m10_bb_pos,sell,2025-06-10 21:36:00,1620.0,5.3688,1,leg_gt,0.27,60 -48468,sell_contrast_m10_bb_pos,sell,2025-06-10 21:39:00,1616.0,5.1083,1,leg_gt,0.27,60 -48469,sell_contrast_m10_bb_pos,sell,2025-06-10 21:42:00,1621.0,5.4339,1,leg_gt,0.27,60 -48470,sell_contrast_m10_bb_pos,sell,2025-06-10 21:45:00,1626.0,5.7594,1,leg_gt,0.27,60 -48471,sell_contrast_m10_bb_pos,sell,2025-06-10 21:48:00,1627.0,5.8245,1,leg_gt,0.28,60 -48472,sell_contrast_m10_bb_pos,sell,2025-06-10 21:51:00,1631.0,6.0849,1,leg_gt,0.28,60 -48473,sell_contrast_m10_bb_pos,sell,2025-06-10 21:54:00,1627.0,5.8245,1,leg_gt,0.28,60 -48474,sell_contrast_m10_bb_pos,sell,2025-06-10 21:57:00,1628.0,5.8896,1,leg_gt,0.28,60 -48475,sell_contrast_m10_bb_pos,sell,2025-06-10 22:00:00,1630.0,6.0198,1,leg_gt,0.28,60 -48476,sell_contrast_m10_bb_pos,sell,2025-06-10 22:03:00,1624.0,5.6292,1,leg_gt,0.29,60 -48477,sell_contrast_m10_bb_pos,sell,2025-06-10 22:06:00,1625.0,5.6943,1,leg_gt,0.29,60 -48478,sell_contrast_m10_bb_pos,sell,2025-06-10 22:09:00,1624.0,5.6292,1,leg_gt,0.29,60 -48479,sell_contrast_m10_bb_pos,sell,2025-06-11 03:51:00,1581.0,1.572,1,leg_gt,0.05,60 -48480,sell_contrast_m10_bb_pos,sell,2025-06-11 03:54:00,1584.0,1.765,1,leg_gt,0.05,60 -48481,sell_contrast_m10_bb_pos,sell,2025-06-11 03:57:00,1587.0,1.9579,1,leg_gt,0.06,60 -48482,sell_contrast_m10_bb_pos,sell,2025-06-11 04:00:00,1584.0,1.765,1,leg_gt,0.06,60 -48483,sell_contrast_m10_bb_pos,sell,2025-06-11 04:03:00,1587.0,1.9579,1,leg_gt,0.06,60 -48484,sell_contrast_m10_bb_pos,sell,2025-06-11 04:06:00,1591.0,2.2151,1,leg_gt,0.06,60 -48485,sell_contrast_m10_bb_pos,sell,2025-06-11 04:09:00,1594.0,2.408,1,leg_gt,0.06,60 -48486,sell_contrast_m10_bb_pos,sell,2025-06-11 04:21:00,1595.0,2.4723,1,leg_gt,0.07,60 -48487,sell_contrast_m10_bb_pos,sell,2025-06-11 04:24:00,1597.0,2.601,1,leg_gt,0.08,60 -48488,sell_contrast_m10_bb_pos,sell,2025-06-11 04:27:00,1597.0,2.601,1,leg_gt,0.08,60 -48489,sell_contrast_m10_bb_pos,sell,2025-06-11 07:12:00,1597.0,2.601,1,leg_gt,0.19,60 -48490,sell_contrast_m10_bb_pos,sell,2025-06-11 07:15:00,1605.0,3.1154,1,leg_gt,0.19,60 -48491,sell_contrast_m10_bb_pos,sell,2025-06-11 07:18:00,1607.0,3.2441,1,leg_gt,0.2,60 -48492,sell_contrast_m10_bb_pos,sell,2025-06-11 07:21:00,1606.0,3.1797,1,leg_gt,0.2,60 -48493,sell_contrast_m10_bb_pos,sell,2025-06-11 07:24:00,1604.0,3.0511,1,leg_gt,0.2,60 -48494,sell_contrast_m10_bb_pos,sell,2025-06-11 07:27:00,1606.0,3.1797,1,leg_gt,0.2,60 -48495,sell_contrast_m10_bb_pos,sell,2025-06-11 07:30:00,1607.0,3.2441,1,leg_gt,0.2,60 -48496,sell_contrast_m10_bb_pos,sell,2025-06-11 07:33:00,1608.0,3.3084,1,leg_gt,0.21,60 -48497,sell_contrast_m10_bb_pos,sell,2025-06-11 07:36:00,1605.0,3.1154,1,leg_gt,0.21,60 -48498,sell_contrast_m10_bb_pos,sell,2025-06-11 07:39:00,1603.0,2.9868,1,leg_gt,0.21,60 -48499,sell_contrast_m10_bb_pos,sell,2025-06-11 08:00:00,1607.0,3.2441,1,leg_gt,0.22,60 -48500,sell_contrast_m10_bb_pos,sell,2025-06-11 08:03:00,1609.0,3.3727,1,leg_gt,0.23,60 -48501,sell_contrast_m10_bb_pos,sell,2025-06-11 08:06:00,1611.0,3.5013,1,leg_gt,0.23,60 -48502,sell_contrast_m10_bb_pos,sell,2025-06-11 08:09:00,1600.0,2.7939,1,leg_gt,0.23,60 -48503,sell_contrast_m10_bb_pos,sell,2025-06-11 08:42:00,1612.0,3.5656,1,leg_gt,0.25,60 -48504,sell_contrast_m10_bb_pos,sell,2025-06-11 08:45:00,1613.0,3.6299,1,leg_gt,0.26,60 -48505,sell_contrast_m10_bb_pos,sell,2025-06-11 08:48:00,1610.0,3.437,1,leg_gt,0.26,60 -48506,sell_contrast_m10_bb_pos,sell,2025-06-11 12:21:00,1608.0,3.3084,1,leg_gt,0.41,60 -48507,sell_contrast_m10_bb_pos,sell,2025-06-11 12:24:00,1610.0,3.437,1,leg_gt,0.41,60 -48508,sell_contrast_m10_bb_pos,sell,2025-06-11 12:27:00,1610.0,3.437,1,leg_gt,0.41,60 -48509,sell_contrast_m10_bb_pos,sell,2025-06-11 12:42:00,1606.0,3.1797,1,leg_gt,0.42,60 -48510,sell_contrast_m10_bb_pos,sell,2025-06-11 12:45:00,1604.0,3.0511,1,leg_gt,0.42,60 -48511,sell_contrast_m10_bb_pos,sell,2025-06-11 12:48:00,1601.0,2.8582,1,leg_gt,0.42,60 -48512,sell_contrast_m10_bb_pos,sell,2025-06-11 16:51:00,1613.0,3.6299,1,leg_gt,0.59,60 -48513,sell_contrast_m10_bb_pos,sell,2025-06-11 16:54:00,1607.0,3.2441,1,leg_gt,0.6,60 -48514,sell_contrast_m10_bb_pos,sell,2025-06-11 16:57:00,1608.0,3.3084,1,leg_gt,0.6,60 -48515,sell_contrast_m10_bb_pos,sell,2025-06-11 22:42:00,1619.0,4.0158,1,leg_gt,0.84,60 -48516,sell_contrast_m10_bb_pos,sell,2025-06-11 22:45:00,1612.0,3.5656,1,leg_gt,0.84,60 -48517,sell_contrast_m10_bb_pos,sell,2025-06-11 22:48:00,1610.0,3.437,1,leg_gt,0.84,60 -48518,sell_contrast_m10_bb_pos,sell,2025-06-11 22:51:00,1620.0,4.0801,1,leg_gt,0.84,60 -48519,sell_contrast_m10_bb_pos,sell,2025-06-11 22:54:00,1617.0,3.8871,1,leg_gt,0.85,60 -48520,sell_contrast_m10_bb_pos,sell,2025-06-11 22:57:00,1612.0,3.5656,1,leg_gt,0.85,60 -48521,sell_contrast_m10_bb_pos,sell,2025-06-11 23:21:00,1633.0,4.9161,1,leg_gt,0.86,60 -48522,sell_contrast_m10_bb_pos,sell,2025-06-11 23:24:00,1642.0,5.4949,1,leg_gt,0.87,60 -48523,sell_contrast_m10_bb_pos,sell,2025-06-11 23:27:00,1644.0,5.6235,1,leg_gt,0.87,60 -48524,sell_contrast_m10_bb_pos,sell,2025-06-11 23:30:00,1646.0,5.7521,1,leg_gt,0.87,60 -48525,sell_contrast_m10_bb_pos,sell,2025-06-11 23:33:00,1650.0,6.0093,1,leg_gt,0.87,60 -48526,sell_contrast_m10_bb_pos,sell,2025-06-11 23:36:00,1651.0,6.0736,1,leg_gt,0.88,60 -48527,sell_contrast_m10_bb_pos,sell,2025-06-11 23:39:00,1639.0,5.3019,1,leg_gt,0.88,60 -48528,sell_contrast_m10_bb_pos,sell,2025-06-12 00:00:00,1659.0,6.5881,1,leg_gt,0.89,60 -48529,sell_contrast_m10_bb_pos,sell,2025-06-12 00:03:00,1667.0,7.1026,1,leg_gt,0.89,60 -48530,sell_contrast_m10_bb_pos,sell,2025-06-12 00:06:00,1658.0,6.5238,1,leg_gt,0.9,60 -48531,sell_contrast_m10_bb_pos,sell,2025-06-12 00:09:00,1650.0,6.0093,1,leg_gt,0.9,60 -48532,sell_contrast_m10_bb_pos,sell,2025-06-12 15:42:00,1534.0,-1.4505,0,leg_gt,1.55,60 -48533,sell_contrast_m10_bb_pos,sell,2025-06-12 15:45:00,1533.0,-1.5148,0,leg_gt,1.55,60 -48534,sell_contrast_m10_bb_pos,sell,2025-06-12 15:48:00,1526.0,-1.965,0,leg_gt,1.55,60 -48535,sell_contrast_m10_bb_pos,sell,2025-06-12 22:42:00,1498.0,-3.7656,0,leg_gt,1.84,60 -48536,sell_contrast_m10_bb_pos,sell,2025-06-12 22:45:00,1499.0,-3.7013,0,leg_gt,1.84,60 -48537,sell_contrast_m10_bb_pos,sell,2025-06-12 22:48:00,1495.0,-3.9585,0,leg_gt,1.84,60 -48538,sell_contrast_m10_bb_pos,sell,2025-06-12 23:30:00,1508.0,-3.1225,0,leg_gt,1.87,60 -48539,sell_contrast_m10_bb_pos,sell,2025-06-12 23:33:00,1510.0,-2.9939,0,leg_gt,1.87,60 -48540,sell_contrast_m10_bb_pos,sell,2025-06-12 23:36:00,1516.0,-2.608,0,leg_gt,1.88,60 -48541,sell_contrast_m10_bb_pos,sell,2025-06-12 23:39:00,1516.0,-2.608,0,leg_gt,1.88,60 -48542,sell_contrast_m10_bb_pos,sell,2025-06-12 23:51:00,1520.0,-2.3508,0,leg_gt,1.89,60 -48543,sell_contrast_m10_bb_pos,sell,2025-06-12 23:54:00,1518.0,-2.4794,0,leg_gt,1.89,60 -48544,sell_contrast_m10_bb_pos,sell,2025-06-12 23:57:00,1512.0,-2.8653,0,leg_gt,1.89,60 -48545,sell_contrast_m10_bb_pos,sell,2025-06-13 13:00:00,1354.0,3.496,1,leg_gt,0.08,60 -48546,sell_contrast_m10_bb_pos,sell,2025-06-13 13:03:00,1347.0,2.9604,1,leg_gt,0.08,60 -48547,sell_contrast_m10_bb_pos,sell,2025-06-13 13:06:00,1347.0,2.9604,1,leg_gt,0.08,60 -48548,sell_contrast_m10_bb_pos,sell,2025-06-13 13:09:00,1342.0,2.5779,1,leg_gt,0.08,60 -48549,sell_contrast_m10_bb_pos,sell,2025-06-13 13:42:00,1354.0,3.496,1,leg_gt,0.1,60 -48550,sell_contrast_m10_bb_pos,sell,2025-06-13 13:45:00,1351.0,3.2665,1,leg_gt,0.11,60 -48551,sell_contrast_m10_bb_pos,sell,2025-06-13 13:48:00,1349.0,3.1135,1,leg_gt,0.11,60 -48552,sell_contrast_m10_bb_pos,sell,2025-06-13 17:00:00,1352.0,3.343,1,leg_gt,0.24,60 -48553,sell_contrast_m10_bb_pos,sell,2025-06-13 17:03:00,1354.0,3.496,1,leg_gt,0.24,60 -48554,sell_contrast_m10_bb_pos,sell,2025-06-13 17:06:00,1354.0,3.496,1,leg_gt,0.25,60 -48555,sell_contrast_m10_bb_pos,sell,2025-06-13 17:09:00,1360.0,3.9551,1,leg_gt,0.25,60 -48556,sell_contrast_m10_bb_pos,sell,2025-06-13 17:42:00,1369.0,4.6437,1,leg_gt,0.27,60 -48557,sell_contrast_m10_bb_pos,sell,2025-06-13 17:45:00,1363.0,4.1846,1,leg_gt,0.27,60 -48558,sell_contrast_m10_bb_pos,sell,2025-06-13 17:48:00,1362.0,4.1081,1,leg_gt,0.28,60 -48559,sell_contrast_m10_bb_pos,sell,2025-06-13 21:12:00,1365.0,4.3376,1,leg_gt,0.42,60 -48560,sell_contrast_m10_bb_pos,sell,2025-06-13 21:15:00,1364.0,4.2611,1,leg_gt,0.42,60 -48561,sell_contrast_m10_bb_pos,sell,2025-06-13 21:18:00,1361.0,4.0316,1,leg_gt,0.42,60 -48562,sell_contrast_m10_bb_pos,sell,2025-06-13 22:42:00,1362.0,4.1081,1,leg_gt,0.48,60 -48563,sell_contrast_m10_bb_pos,sell,2025-06-13 22:45:00,1361.0,4.0316,1,leg_gt,0.48,60 -48564,sell_contrast_m10_bb_pos,sell,2025-06-13 22:48:00,1354.0,3.496,1,leg_gt,0.48,60 -48565,sell_contrast_m10_bb_pos,sell,2025-06-14 00:30:00,1366.0,2.6068,1,leg_gt,0.04,60 -48566,sell_contrast_m10_bb_pos,sell,2025-06-14 00:33:00,1367.0,2.682,1,leg_gt,0.05,60 -48567,sell_contrast_m10_bb_pos,sell,2025-06-14 00:36:00,1368.0,2.7571,1,leg_gt,0.05,60 -48568,sell_contrast_m10_bb_pos,sell,2025-06-14 00:39:00,1368.0,2.7571,1,leg_gt,0.05,60 -48569,sell_contrast_m10_bb_pos,sell,2025-06-14 00:42:00,1370.0,2.9075,1,leg_gt,0.05,60 -48570,sell_contrast_m10_bb_pos,sell,2025-06-14 00:45:00,1375.0,3.2835,1,leg_gt,0.05,60 -48571,sell_contrast_m10_bb_pos,sell,2025-06-14 00:48:00,1370.0,2.9075,1,leg_gt,0.06,60 -48572,sell_contrast_m10_bb_pos,sell,2025-06-14 00:51:00,1374.0,3.2083,1,leg_gt,0.06,60 -48573,sell_contrast_m10_bb_pos,sell,2025-06-14 00:54:00,1376.0,3.3586,1,leg_gt,0.06,60 -48574,sell_contrast_m10_bb_pos,sell,2025-06-14 00:57:00,1367.0,2.682,1,leg_gt,0.06,60 -48575,sell_contrast_m10_bb_pos,sell,2025-06-14 01:30:00,1381.0,3.7346,1,leg_gt,0.09,60 -48576,sell_contrast_m10_bb_pos,sell,2025-06-14 01:33:00,1376.0,3.3586,1,leg_gt,0.09,60 -48577,sell_contrast_m10_bb_pos,sell,2025-06-14 01:36:00,1373.0,3.1331,1,leg_gt,0.09,60 -48578,sell_contrast_m10_bb_pos,sell,2025-06-14 01:39:00,1370.0,2.9075,1,leg_gt,0.09,60 -48579,sell_contrast_m10_bb_pos,sell,2025-06-14 05:42:00,1377.0,3.4338,1,leg_gt,0.26,60 -48580,sell_contrast_m10_bb_pos,sell,2025-06-14 05:45:00,1382.0,3.8098,1,leg_gt,0.26,60 -48581,sell_contrast_m10_bb_pos,sell,2025-06-14 05:48:00,1375.0,3.2835,1,leg_gt,0.26,60 -48582,sell_contrast_m10_bb_pos,sell,2025-06-14 06:00:00,1376.0,3.3586,1,leg_gt,0.27,60 -48583,sell_contrast_m10_bb_pos,sell,2025-06-14 06:03:00,1373.0,3.1331,1,leg_gt,0.28,60 -48584,sell_contrast_m10_bb_pos,sell,2025-06-14 06:06:00,1373.0,3.1331,1,leg_gt,0.28,60 -48585,sell_contrast_m10_bb_pos,sell,2025-06-14 06:09:00,1371.0,2.9827,1,leg_gt,0.28,60 -48586,sell_contrast_m10_bb_pos,sell,2025-06-14 06:30:00,1378.0,3.509,1,leg_gt,0.29,60 -48587,sell_contrast_m10_bb_pos,sell,2025-06-14 06:33:00,1379.0,3.5842,1,leg_gt,0.3,60 -48588,sell_contrast_m10_bb_pos,sell,2025-06-14 06:36:00,1373.0,3.1331,1,leg_gt,0.3,60 -48589,sell_contrast_m10_bb_pos,sell,2025-06-14 06:39:00,1379.0,3.5842,1,leg_gt,0.3,60 -48590,sell_contrast_m10_bb_pos,sell,2025-06-14 06:42:00,1380.0,3.6594,1,leg_gt,0.3,60 -48591,sell_contrast_m10_bb_pos,sell,2025-06-14 06:45:00,1381.0,3.7346,1,leg_gt,0.3,60 -48592,sell_contrast_m10_bb_pos,sell,2025-06-14 06:48:00,1384.0,3.9602,1,leg_gt,0.31,60 -48593,sell_contrast_m10_bb_pos,sell,2025-06-14 06:51:00,1380.0,3.6594,1,leg_gt,0.31,60 -48594,sell_contrast_m10_bb_pos,sell,2025-06-14 06:54:00,1377.0,3.4338,1,leg_gt,0.31,60 -48595,sell_contrast_m10_bb_pos,sell,2025-06-14 06:57:00,1378.0,3.509,1,leg_gt,0.31,60 -48596,sell_contrast_m10_bb_pos,sell,2025-06-14 07:00:00,1380.0,3.6594,1,leg_gt,0.31,60 -48597,sell_contrast_m10_bb_pos,sell,2025-06-14 07:03:00,1386.0,4.1105,1,leg_gt,0.32,60 -48598,sell_contrast_m10_bb_pos,sell,2025-06-14 07:06:00,1387.0,4.1857,1,leg_gt,0.32,60 -48599,sell_contrast_m10_bb_pos,sell,2025-06-14 07:09:00,1386.0,4.1105,1,leg_gt,0.32,60 -48600,sell_contrast_m10_bb_pos,sell,2025-06-14 07:12:00,1382.0,3.8098,1,leg_gt,0.32,60 -48601,sell_contrast_m10_bb_pos,sell,2025-06-14 07:15:00,1384.0,3.9602,1,leg_gt,0.32,60 -48602,sell_contrast_m10_bb_pos,sell,2025-06-14 07:18:00,1379.0,3.5842,1,leg_gt,0.33,60 -48603,sell_contrast_m10_bb_pos,sell,2025-06-14 08:12:00,1383.0,3.885,1,leg_gt,0.36,60 -48604,sell_contrast_m10_bb_pos,sell,2025-06-14 08:15:00,1379.0,3.5842,1,leg_gt,0.37,60 -48605,sell_contrast_m10_bb_pos,sell,2025-06-14 08:18:00,1381.0,3.7346,1,leg_gt,0.37,60 -48606,sell_contrast_m10_bb_pos,sell,2025-06-14 08:51:00,1388.0,4.2609,1,leg_gt,0.39,60 -48607,sell_contrast_m10_bb_pos,sell,2025-06-14 08:54:00,1392.0,4.5617,1,leg_gt,0.39,60 -48608,sell_contrast_m10_bb_pos,sell,2025-06-14 08:57:00,1393.0,4.6368,1,leg_gt,0.4,60 -48609,sell_contrast_m10_bb_pos,sell,2025-06-14 09:12:00,1392.0,4.5617,1,leg_gt,0.41,60 -48610,sell_contrast_m10_bb_pos,sell,2025-06-14 09:15:00,1390.0,4.4113,1,leg_gt,0.41,60 -48611,sell_contrast_m10_bb_pos,sell,2025-06-14 09:18:00,1390.0,4.4113,1,leg_gt,0.41,60 -48612,sell_contrast_m10_bb_pos,sell,2025-06-14 09:21:00,1390.0,4.4113,1,leg_gt,0.41,60 -48613,sell_contrast_m10_bb_pos,sell,2025-06-14 09:24:00,1397.0,4.9376,1,leg_gt,0.41,60 -48614,sell_contrast_m10_bb_pos,sell,2025-06-14 09:27:00,1389.0,4.3361,1,leg_gt,0.42,60 -48615,sell_contrast_m10_bb_pos,sell,2025-06-14 13:12:00,1382.0,3.8098,1,leg_gt,0.57,60 -48616,sell_contrast_m10_bb_pos,sell,2025-06-14 13:15:00,1380.0,3.6594,1,leg_gt,0.57,60 -48617,sell_contrast_m10_bb_pos,sell,2025-06-14 13:18:00,1385.0,4.0353,1,leg_gt,0.58,60 -48618,sell_contrast_m10_bb_pos,sell,2025-06-14 13:42:00,1384.0,3.9602,1,leg_gt,0.59,60 -48619,sell_contrast_m10_bb_pos,sell,2025-06-14 13:45:00,1387.0,4.1857,1,leg_gt,0.6,60 -48620,sell_contrast_m10_bb_pos,sell,2025-06-14 13:48:00,1385.0,4.0353,1,leg_gt,0.6,60 -48621,sell_contrast_m10_bb_pos,sell,2025-06-14 22:00:00,1372.0,3.0579,1,leg_gt,0.94,60 -48622,sell_contrast_m10_bb_pos,sell,2025-06-14 22:03:00,1374.0,3.2083,1,leg_gt,0.94,60 -48623,sell_contrast_m10_bb_pos,sell,2025-06-14 22:06:00,1375.0,3.2835,1,leg_gt,0.94,60 -48624,sell_contrast_m10_bb_pos,sell,2025-06-14 22:09:00,1375.0,3.2835,1,leg_gt,0.95,60 -48625,sell_contrast_m10_bb_pos,sell,2025-06-14 22:42:00,1372.0,3.0579,1,leg_gt,0.97,60 -48626,sell_contrast_m10_bb_pos,sell,2025-06-14 22:45:00,1369.0,2.8323,1,leg_gt,0.97,60 -48627,sell_contrast_m10_bb_pos,sell,2025-06-14 22:48:00,1368.0,2.7571,1,leg_gt,0.97,60 -48628,sell_contrast_m10_bb_pos,sell,2025-06-15 06:42:00,1358.0,2.159,1,leg_gt,0.06,60 -48629,sell_contrast_m10_bb_pos,sell,2025-06-15 06:45:00,1359.0,2.2343,1,leg_gt,0.06,60 -48630,sell_contrast_m10_bb_pos,sell,2025-06-15 06:48:00,1360.0,2.3096,1,leg_gt,0.07,60 -48631,sell_contrast_m10_bb_pos,sell,2025-06-15 07:12:00,1360.0,2.3096,1,leg_gt,0.08,60 -48632,sell_contrast_m10_bb_pos,sell,2025-06-15 07:15:00,1363.0,2.5355,1,leg_gt,0.09,60 -48633,sell_contrast_m10_bb_pos,sell,2025-06-15 07:18:00,1365.0,2.6861,1,leg_gt,0.09,60 -48634,sell_contrast_m10_bb_pos,sell,2025-06-15 07:21:00,1362.0,2.4602,1,leg_gt,0.09,60 -48635,sell_contrast_m10_bb_pos,sell,2025-06-15 07:24:00,1362.0,2.4602,1,leg_gt,0.09,60 -48636,sell_contrast_m10_bb_pos,sell,2025-06-15 07:27:00,1362.0,2.4602,1,leg_gt,0.09,60 -48637,sell_contrast_m10_bb_pos,sell,2025-06-15 07:30:00,1362.0,2.4602,1,leg_gt,0.1,60 -48638,sell_contrast_m10_bb_pos,sell,2025-06-15 07:33:00,1356.0,2.0084,1,leg_gt,0.1,60 -48639,sell_contrast_m10_bb_pos,sell,2025-06-15 07:36:00,1358.0,2.159,1,leg_gt,0.1,60 -48640,sell_contrast_m10_bb_pos,sell,2025-06-15 07:39:00,1357.0,2.0837,1,leg_gt,0.1,60 -48641,sell_contrast_m10_bb_pos,sell,2025-06-15 09:42:00,1367.0,2.8367,1,leg_gt,0.19,60 -48642,sell_contrast_m10_bb_pos,sell,2025-06-15 09:45:00,1367.0,2.8367,1,leg_gt,0.19,60 -48643,sell_contrast_m10_bb_pos,sell,2025-06-15 09:48:00,1370.0,3.0627,1,leg_gt,0.19,60 -48644,sell_contrast_m10_bb_pos,sell,2025-06-15 10:12:00,1365.0,2.6861,1,leg_gt,0.21,60 -48645,sell_contrast_m10_bb_pos,sell,2025-06-15 10:15:00,1367.0,2.8367,1,leg_gt,0.21,60 -48646,sell_contrast_m10_bb_pos,sell,2025-06-15 10:18:00,1365.0,2.6861,1,leg_gt,0.21,60 -48647,sell_contrast_m10_bb_pos,sell,2025-06-15 14:00:00,1363.0,2.5355,1,leg_gt,0.37,60 -48648,sell_contrast_m10_bb_pos,sell,2025-06-15 14:03:00,1367.0,2.8367,1,leg_gt,0.37,60 -48649,sell_contrast_m10_bb_pos,sell,2025-06-15 14:06:00,1367.0,2.8367,1,leg_gt,0.37,60 -48650,sell_contrast_m10_bb_pos,sell,2025-06-15 14:09:00,1364.0,2.6108,1,leg_gt,0.37,60 -48651,sell_contrast_m10_bb_pos,sell,2025-06-15 19:21:00,1351.0,1.6319,1,leg_gt,0.59,60 -48652,sell_contrast_m10_bb_pos,sell,2025-06-15 19:24:00,1352.0,1.7072,1,leg_gt,0.59,60 -48653,sell_contrast_m10_bb_pos,sell,2025-06-15 19:27:00,1349.0,1.4813,1,leg_gt,0.59,60 -48654,sell_contrast_m10_bb_pos,sell,2025-06-15 19:51:00,1359.0,2.2343,1,leg_gt,0.61,60 -48655,sell_contrast_m10_bb_pos,sell,2025-06-15 19:54:00,1360.0,2.3096,1,leg_gt,0.61,60 -48656,sell_contrast_m10_bb_pos,sell,2025-06-15 19:57:00,1359.0,2.2343,1,leg_gt,0.61,60 -48657,sell_contrast_m10_bb_pos,sell,2025-06-15 20:12:00,1358.0,2.159,1,leg_gt,0.62,60 -48658,sell_contrast_m10_bb_pos,sell,2025-06-15 20:15:00,1357.0,2.0837,1,leg_gt,0.63,60 -48659,sell_contrast_m10_bb_pos,sell,2025-06-15 20:18:00,1357.0,2.0837,1,leg_gt,0.63,60 -48660,sell_contrast_m10_bb_pos,sell,2025-06-15 22:00:00,1360.0,2.3096,1,leg_gt,0.7,60 -48661,sell_contrast_m10_bb_pos,sell,2025-06-15 22:03:00,1360.0,2.3096,1,leg_gt,0.7,60 -48662,sell_contrast_m10_bb_pos,sell,2025-06-15 22:06:00,1359.0,2.2343,1,leg_gt,0.7,60 -48663,sell_contrast_m10_bb_pos,sell,2025-06-15 22:09:00,1362.0,2.4602,1,leg_gt,0.71,60 -48664,sell_contrast_m10_bb_pos,sell,2025-06-15 22:21:00,1364.0,2.6108,1,leg_gt,0.71,60 -48665,sell_contrast_m10_bb_pos,sell,2025-06-15 22:24:00,1362.0,2.4602,1,leg_gt,0.72,60 -48666,sell_contrast_m10_bb_pos,sell,2025-06-15 22:27:00,1364.0,2.6108,1,leg_gt,0.72,60 -48667,sell_contrast_m10_bb_pos,sell,2025-06-15 22:30:00,1363.0,2.5355,1,leg_gt,0.72,60 -48668,sell_contrast_m10_bb_pos,sell,2025-06-15 22:33:00,1360.0,2.3096,1,leg_gt,0.72,60 -48669,sell_contrast_m10_bb_pos,sell,2025-06-15 22:36:00,1359.0,2.2343,1,leg_gt,0.72,60 -48670,sell_contrast_m10_bb_pos,sell,2025-06-15 22:39:00,1354.0,1.8578,1,leg_gt,0.73,60 -48671,sell_contrast_m10_bb_pos,sell,2025-06-15 23:42:00,1365.0,2.6861,1,leg_gt,0.77,60 -48672,sell_contrast_m10_bb_pos,sell,2025-06-15 23:45:00,1365.0,2.6861,1,leg_gt,0.77,60 -48673,sell_contrast_m10_bb_pos,sell,2025-06-15 23:48:00,1371.0,3.138,1,leg_gt,0.78,60 -48674,sell_contrast_m10_bb_pos,sell,2025-06-16 07:21:00,1358.0,2.3906,1,leg_gt,0.05,60 -48675,sell_contrast_m10_bb_pos,sell,2025-06-16 07:24:00,1358.0,2.3906,1,leg_gt,0.05,60 -48676,sell_contrast_m10_bb_pos,sell,2025-06-16 07:27:00,1361.0,2.617,1,leg_gt,0.05,60 -48677,sell_contrast_m10_bb_pos,sell,2025-06-16 07:30:00,1356.0,2.2396,1,leg_gt,0.05,60 -48678,sell_contrast_m10_bb_pos,sell,2025-06-16 07:33:00,1358.0,2.3906,1,leg_gt,0.06,60 -48679,sell_contrast_m10_bb_pos,sell,2025-06-16 07:36:00,1356.0,2.2396,1,leg_gt,0.06,60 -48680,sell_contrast_m10_bb_pos,sell,2025-06-16 07:39:00,1354.0,2.0887,1,leg_gt,0.06,60 -48681,sell_contrast_m10_bb_pos,sell,2025-06-16 07:51:00,1358.0,2.3906,1,leg_gt,0.07,60 -48682,sell_contrast_m10_bb_pos,sell,2025-06-16 07:54:00,1354.0,2.0887,1,leg_gt,0.07,60 -48683,sell_contrast_m10_bb_pos,sell,2025-06-16 07:57:00,1354.0,2.0887,1,leg_gt,0.07,60 -48684,sell_contrast_m10_bb_pos,sell,2025-06-16 11:00:00,1361.0,2.617,1,leg_gt,0.2,60 -48685,sell_contrast_m10_bb_pos,sell,2025-06-16 11:03:00,1365.0,2.9189,1,leg_gt,0.2,60 -48686,sell_contrast_m10_bb_pos,sell,2025-06-16 11:06:00,1368.0,3.1453,1,leg_gt,0.2,60 -48687,sell_contrast_m10_bb_pos,sell,2025-06-16 11:09:00,1369.0,3.2208,1,leg_gt,0.21,60 -48688,sell_contrast_m10_bb_pos,sell,2025-06-16 11:42:00,1369.0,3.2208,1,leg_gt,0.23,60 -48689,sell_contrast_m10_bb_pos,sell,2025-06-16 11:45:00,1368.0,3.1453,1,leg_gt,0.23,60 -48690,sell_contrast_m10_bb_pos,sell,2025-06-16 11:48:00,1366.0,2.9943,1,leg_gt,0.23,60 -48691,sell_contrast_m10_bb_pos,sell,2025-06-16 15:00:00,1386.0,4.5038,1,leg_gt,0.37,60 -48692,sell_contrast_m10_bb_pos,sell,2025-06-16 15:03:00,1383.0,4.2774,1,leg_gt,0.37,60 -48693,sell_contrast_m10_bb_pos,sell,2025-06-16 15:06:00,1386.0,4.5038,1,leg_gt,0.37,60 -48694,sell_contrast_m10_bb_pos,sell,2025-06-16 15:09:00,1385.0,4.4283,1,leg_gt,0.37,60 -48695,sell_contrast_m10_bb_pos,sell,2025-06-16 15:12:00,1385.0,4.4283,1,leg_gt,0.38,60 -48696,sell_contrast_m10_bb_pos,sell,2025-06-16 15:15:00,1385.0,4.4283,1,leg_gt,0.38,60 -48697,sell_contrast_m10_bb_pos,sell,2025-06-16 15:18:00,1388.0,4.6547,1,leg_gt,0.38,60 -48698,sell_contrast_m10_bb_pos,sell,2025-06-16 15:21:00,1387.0,4.5792,1,leg_gt,0.38,60 -48699,sell_contrast_m10_bb_pos,sell,2025-06-16 15:24:00,1387.0,4.5792,1,leg_gt,0.38,60 -48700,sell_contrast_m10_bb_pos,sell,2025-06-16 15:27:00,1384.0,4.3528,1,leg_gt,0.39,60 -48701,sell_contrast_m10_bb_pos,sell,2025-06-16 15:51:00,1400.0,5.5604,1,leg_gt,0.4,60 -48702,sell_contrast_m10_bb_pos,sell,2025-06-16 15:54:00,1401.0,5.6358,1,leg_gt,0.4,60 -48703,sell_contrast_m10_bb_pos,sell,2025-06-16 15:57:00,1400.0,5.5604,1,leg_gt,0.41,60 -48704,sell_contrast_m10_bb_pos,sell,2025-06-16 16:00:00,1397.0,5.334,1,leg_gt,0.41,60 -48705,sell_contrast_m10_bb_pos,sell,2025-06-16 16:03:00,1403.0,5.7868,1,leg_gt,0.41,60 -48706,sell_contrast_m10_bb_pos,sell,2025-06-16 16:06:00,1398.0,5.4094,1,leg_gt,0.41,60 -48707,sell_contrast_m10_bb_pos,sell,2025-06-16 16:09:00,1400.0,5.5604,1,leg_gt,0.41,60 -48708,sell_contrast_m10_bb_pos,sell,2025-06-16 16:12:00,1402.0,5.7113,1,leg_gt,0.42,60 -48709,sell_contrast_m10_bb_pos,sell,2025-06-16 16:15:00,1401.0,5.6358,1,leg_gt,0.42,60 -48710,sell_contrast_m10_bb_pos,sell,2025-06-16 16:18:00,1400.0,5.5604,1,leg_gt,0.42,60 -48711,sell_contrast_m10_bb_pos,sell,2025-06-16 16:51:00,1405.0,5.9377,1,leg_gt,0.44,60 -48712,sell_contrast_m10_bb_pos,sell,2025-06-16 16:54:00,1403.0,5.7868,1,leg_gt,0.45,60 -48713,sell_contrast_m10_bb_pos,sell,2025-06-16 16:57:00,1403.0,5.7868,1,leg_gt,0.45,60 -48714,sell_contrast_m10_bb_pos,sell,2025-06-16 18:51:00,1405.0,5.9377,1,leg_gt,0.53,60 -48715,sell_contrast_m10_bb_pos,sell,2025-06-16 18:54:00,1402.0,5.7113,1,leg_gt,0.53,60 -48716,sell_contrast_m10_bb_pos,sell,2025-06-16 18:57:00,1400.0,5.5604,1,leg_gt,0.53,60 -48717,sell_contrast_m10_bb_pos,sell,2025-06-16 22:51:00,1393.0,5.0321,1,leg_gt,0.69,60 -48718,sell_contrast_m10_bb_pos,sell,2025-06-16 22:54:00,1394.0,5.1075,1,leg_gt,0.7,60 -48719,sell_contrast_m10_bb_pos,sell,2025-06-16 22:57:00,1397.0,5.334,1,leg_gt,0.7,60 -48720,sell_contrast_m10_bb_pos,sell,2025-06-17 04:00:00,1395.0,5.183,1,leg_gt,0.91,60 -48721,sell_contrast_m10_bb_pos,sell,2025-06-17 04:03:00,1393.0,5.0321,1,leg_gt,0.91,60 -48722,sell_contrast_m10_bb_pos,sell,2025-06-17 04:06:00,1394.0,5.1075,1,leg_gt,0.91,60 -48723,sell_contrast_m10_bb_pos,sell,2025-06-17 04:09:00,1396.0,5.2585,1,leg_gt,0.91,60 -48724,sell_contrast_m10_bb_pos,sell,2025-06-17 04:12:00,1393.0,5.0321,1,leg_gt,0.92,60 -48725,sell_contrast_m10_bb_pos,sell,2025-06-17 04:15:00,1395.0,5.183,1,leg_gt,0.92,60 -48726,sell_contrast_m10_bb_pos,sell,2025-06-17 04:18:00,1399.0,5.4849,1,leg_gt,0.92,60 -48727,sell_contrast_m10_bb_pos,sell,2025-06-17 04:21:00,1398.0,5.4094,1,leg_gt,0.92,60 -48728,sell_contrast_m10_bb_pos,sell,2025-06-17 04:24:00,1403.0,5.7868,1,leg_gt,0.92,60 -48729,sell_contrast_m10_bb_pos,sell,2025-06-17 04:27:00,1403.0,5.7868,1,leg_gt,0.93,60 -48730,sell_contrast_m10_bb_pos,sell,2025-06-17 04:42:00,1399.0,5.4849,1,leg_gt,0.94,60 -48731,sell_contrast_m10_bb_pos,sell,2025-06-17 04:45:00,1397.0,5.334,1,leg_gt,0.94,60 -48732,sell_contrast_m10_bb_pos,sell,2025-06-17 04:48:00,1395.0,5.183,1,leg_gt,0.94,60 -48733,sell_contrast_m10_bb_pos,sell,2025-06-17 05:42:00,1401.0,5.6358,1,leg_gt,0.98,60 -48734,sell_contrast_m10_bb_pos,sell,2025-06-17 05:45:00,1403.0,5.7868,1,leg_gt,0.98,60 -48735,sell_contrast_m10_bb_pos,sell,2025-06-17 05:48:00,1399.0,5.4849,1,leg_gt,0.98,60 -48736,sell_contrast_m10_bb_pos,sell,2025-06-17 12:12:00,1326.0,3.9816,1,leg_gt,0.13,60 -48737,sell_contrast_m10_bb_pos,sell,2025-06-17 12:15:00,1325.0,3.9031,1,leg_gt,0.13,60 -48738,sell_contrast_m10_bb_pos,sell,2025-06-17 12:18:00,1324.0,3.8246,1,leg_gt,0.13,60 -48739,sell_contrast_m10_bb_pos,sell,2025-06-17 23:30:00,1294.0,1.4699,1,leg_gt,0.6,60 -48740,sell_contrast_m10_bb_pos,sell,2025-06-17 23:33:00,1295.0,1.5484,1,leg_gt,0.6,60 -48741,sell_contrast_m10_bb_pos,sell,2025-06-17 23:36:00,1292.0,1.3129,1,leg_gt,0.6,60 -48742,sell_contrast_m10_bb_pos,sell,2025-06-17 23:39:00,1290.0,1.1559,1,leg_gt,0.6,60 -48743,sell_contrast_m10_bb_pos,sell,2025-06-18 04:00:00,1272.0,2.3155,1,leg_gt,0.08,60 -48744,sell_contrast_m10_bb_pos,sell,2025-06-18 04:03:00,1280.0,2.9596,1,leg_gt,0.08,60 -48745,sell_contrast_m10_bb_pos,sell,2025-06-18 04:06:00,1282.0,3.1206,1,leg_gt,0.08,60 -48746,sell_contrast_m10_bb_pos,sell,2025-06-18 04:09:00,1275.0,2.557,1,leg_gt,0.08,60 -48747,sell_contrast_m10_bb_pos,sell,2025-06-18 04:12:00,1276.0,2.6375,1,leg_gt,0.08,60 -48748,sell_contrast_m10_bb_pos,sell,2025-06-18 04:15:00,1283.0,3.2011,1,leg_gt,0.09,60 -48749,sell_contrast_m10_bb_pos,sell,2025-06-18 04:18:00,1284.0,3.2816,1,leg_gt,0.09,60 -48750,sell_contrast_m10_bb_pos,sell,2025-06-18 10:21:00,1282.0,3.1206,1,leg_gt,0.34,60 -48751,sell_contrast_m10_bb_pos,sell,2025-06-18 10:24:00,1283.0,3.2011,1,leg_gt,0.34,60 -48752,sell_contrast_m10_bb_pos,sell,2025-06-18 10:27:00,1275.0,2.557,1,leg_gt,0.34,60 -48753,sell_contrast_m10_bb_pos,sell,2025-06-18 13:42:00,1284.0,3.2816,1,leg_gt,0.48,60 -48754,sell_contrast_m10_bb_pos,sell,2025-06-18 13:45:00,1285.0,3.3622,1,leg_gt,0.48,60 -48755,sell_contrast_m10_bb_pos,sell,2025-06-18 13:48:00,1288.0,3.6037,1,leg_gt,0.48,60 -48756,sell_contrast_m10_bb_pos,sell,2025-06-18 14:00:00,1284.0,3.2816,1,leg_gt,0.49,60 -48757,sell_contrast_m10_bb_pos,sell,2025-06-18 14:03:00,1284.0,3.2816,1,leg_gt,0.49,60 -48758,sell_contrast_m10_bb_pos,sell,2025-06-18 14:06:00,1282.0,3.1206,1,leg_gt,0.5,60 -48759,sell_contrast_m10_bb_pos,sell,2025-06-18 14:09:00,1286.0,3.4427,1,leg_gt,0.5,60 -48760,sell_contrast_m10_bb_pos,sell,2025-06-18 14:12:00,1282.0,3.1206,1,leg_gt,0.5,60 -48761,sell_contrast_m10_bb_pos,sell,2025-06-18 14:15:00,1283.0,3.2011,1,leg_gt,0.5,60 -48762,sell_contrast_m10_bb_pos,sell,2025-06-18 14:18:00,1282.0,3.1206,1,leg_gt,0.5,60 -48763,sell_contrast_m10_bb_pos,sell,2025-06-18 14:30:00,1285.0,3.3622,1,leg_gt,0.51,60 -48764,sell_contrast_m10_bb_pos,sell,2025-06-18 14:33:00,1288.0,3.6037,1,leg_gt,0.51,60 -48765,sell_contrast_m10_bb_pos,sell,2025-06-18 14:36:00,1285.0,3.3622,1,leg_gt,0.52,60 -48766,sell_contrast_m10_bb_pos,sell,2025-06-18 14:39:00,1283.0,3.2011,1,leg_gt,0.52,60 -48767,sell_contrast_m10_bb_pos,sell,2025-06-18 23:12:00,1251.0,3.4596,1,leg_gt,0.03,60 -48768,sell_contrast_m10_bb_pos,sell,2025-06-18 23:15:00,1255.0,3.7907,1,leg_gt,0.04,60 -48769,sell_contrast_m10_bb_pos,sell,2025-06-18 23:18:00,1254.0,3.7079,1,leg_gt,0.04,60 -48770,sell_contrast_m10_bb_pos,sell,2025-06-18 23:21:00,1259.0,4.1219,1,leg_gt,0.04,60 -48771,sell_contrast_m10_bb_pos,sell,2025-06-18 23:24:00,1259.0,4.1219,1,leg_gt,0.04,60 -48772,sell_contrast_m10_bb_pos,sell,2025-06-18 23:27:00,1262.0,4.3702,1,leg_gt,0.04,60 -48773,sell_contrast_m10_bb_pos,sell,2025-06-19 00:30:00,1263.0,4.453,1,leg_gt,0.09,60 -48774,sell_contrast_m10_bb_pos,sell,2025-06-19 00:33:00,1260.0,4.2046,1,leg_gt,0.09,60 -48775,sell_contrast_m10_bb_pos,sell,2025-06-19 00:36:00,1259.0,4.1219,1,leg_gt,0.09,60 -48776,sell_contrast_m10_bb_pos,sell,2025-06-19 00:39:00,1263.0,4.453,1,leg_gt,0.09,60 -48777,sell_contrast_m10_bb_pos,sell,2025-06-19 03:00:00,1264.0,4.5358,1,leg_gt,0.19,60 -48778,sell_contrast_m10_bb_pos,sell,2025-06-19 03:03:00,1261.0,4.2874,1,leg_gt,0.19,60 -48779,sell_contrast_m10_bb_pos,sell,2025-06-19 03:06:00,1256.0,3.8735,1,leg_gt,0.2,60 -48780,sell_contrast_m10_bb_pos,sell,2025-06-19 03:09:00,1256.0,3.8735,1,leg_gt,0.2,60 -48781,sell_contrast_m10_bb_pos,sell,2025-06-19 04:21:00,1268.0,4.8669,1,leg_gt,0.25,60 -48782,sell_contrast_m10_bb_pos,sell,2025-06-19 04:24:00,1267.0,4.7841,1,leg_gt,0.25,60 -48783,sell_contrast_m10_bb_pos,sell,2025-06-19 04:27:00,1260.0,4.2046,1,leg_gt,0.25,60 -48784,sell_contrast_m10_bb_pos,sell,2025-06-19 05:42:00,1273.0,5.2808,1,leg_gt,0.3,60 -48785,sell_contrast_m10_bb_pos,sell,2025-06-19 05:45:00,1278.0,5.6947,1,leg_gt,0.31,60 -48786,sell_contrast_m10_bb_pos,sell,2025-06-19 05:48:00,1284.0,6.1914,1,leg_gt,0.31,60 -48787,sell_contrast_m10_bb_pos,sell,2025-06-19 06:30:00,1312.0,8.5093,1,leg_gt,0.34,60 -48788,sell_contrast_m10_bb_pos,sell,2025-06-19 06:33:00,1314.0,8.6748,1,leg_gt,0.34,60 -48789,sell_contrast_m10_bb_pos,sell,2025-06-19 06:36:00,1312.0,8.5093,1,leg_gt,0.34,60 -48790,sell_contrast_m10_bb_pos,sell,2025-06-19 06:39:00,1312.0,8.5093,1,leg_gt,0.34,60 -48791,sell_contrast_m10_bb_pos,sell,2025-06-19 06:42:00,1312.0,8.5093,1,leg_gt,0.35,60 -48792,sell_contrast_m10_bb_pos,sell,2025-06-19 06:45:00,1315.0,8.7576,1,leg_gt,0.35,60 -48793,sell_contrast_m10_bb_pos,sell,2025-06-19 06:48:00,1314.0,8.6748,1,leg_gt,0.35,60 -48794,sell_contrast_m10_bb_pos,sell,2025-06-19 06:51:00,1317.0,8.9232,1,leg_gt,0.35,60 -48795,sell_contrast_m10_bb_pos,sell,2025-06-19 06:54:00,1319.0,9.0887,1,leg_gt,0.35,60 -48796,sell_contrast_m10_bb_pos,sell,2025-06-19 06:57:00,1323.0,9.4199,1,leg_gt,0.36,60 -48797,sell_contrast_m10_bb_pos,sell,2025-06-19 08:51:00,1327.0,9.751,1,leg_gt,0.44,60 -48798,sell_contrast_m10_bb_pos,sell,2025-06-19 08:54:00,1327.0,9.751,1,leg_gt,0.44,60 -48799,sell_contrast_m10_bb_pos,sell,2025-06-19 08:57:00,1326.0,9.6682,1,leg_gt,0.44,60 -48800,sell_contrast_m10_bb_pos,sell,2025-06-19 09:00:00,1325.0,9.5854,1,leg_gt,0.44,60 -48801,sell_contrast_m10_bb_pos,sell,2025-06-19 09:03:00,1326.0,9.6682,1,leg_gt,0.44,60 -48802,sell_contrast_m10_bb_pos,sell,2025-06-19 09:06:00,1322.0,9.3371,1,leg_gt,0.45,60 -48803,sell_contrast_m10_bb_pos,sell,2025-06-19 09:09:00,1321.0,9.2543,1,leg_gt,0.45,60 -48804,sell_contrast_m10_bb_pos,sell,2025-06-19 14:30:00,1320.0,9.1715,1,leg_gt,0.67,60 -48805,sell_contrast_m10_bb_pos,sell,2025-06-19 14:33:00,1320.0,9.1715,1,leg_gt,0.67,60 -48806,sell_contrast_m10_bb_pos,sell,2025-06-19 14:36:00,1321.0,9.2543,1,leg_gt,0.68,60 -48807,sell_contrast_m10_bb_pos,sell,2025-06-19 14:39:00,1317.0,8.9232,1,leg_gt,0.68,60 -48808,sell_contrast_m10_bb_pos,sell,2025-06-19 14:42:00,1314.0,8.6748,1,leg_gt,0.68,60 -48809,sell_contrast_m10_bb_pos,sell,2025-06-19 14:45:00,1315.0,8.7576,1,leg_gt,0.68,60 -48810,sell_contrast_m10_bb_pos,sell,2025-06-19 14:48:00,1313.0,8.5921,1,leg_gt,0.68,60 -48811,sell_contrast_m10_bb_pos,sell,2025-06-20 00:00:00,1295.0,7.102,1,leg_gt,1.07,60 -48812,sell_contrast_m10_bb_pos,sell,2025-06-20 00:03:00,1296.0,7.1848,1,leg_gt,1.07,60 -48813,sell_contrast_m10_bb_pos,sell,2025-06-20 00:06:00,1297.0,7.2675,1,leg_gt,1.07,60 -48814,sell_contrast_m10_bb_pos,sell,2025-06-20 00:09:00,1296.0,7.1848,1,leg_gt,1.07,60 -48815,sell_contrast_m10_bb_pos,sell,2025-06-20 02:51:00,1302.0,7.6815,1,leg_gt,1.19,60 -48816,sell_contrast_m10_bb_pos,sell,2025-06-20 02:54:00,1300.0,7.5159,1,leg_gt,1.19,60 -48817,sell_contrast_m10_bb_pos,sell,2025-06-20 02:57:00,1299.0,7.4331,1,leg_gt,1.19,60 -48818,sell_contrast_m10_bb_pos,sell,2025-06-20 03:12:00,1304.0,7.847,1,leg_gt,1.2,60 -48819,sell_contrast_m10_bb_pos,sell,2025-06-20 03:15:00,1303.0,7.7642,1,leg_gt,1.2,60 -48820,sell_contrast_m10_bb_pos,sell,2025-06-20 03:18:00,1300.0,7.5159,1,leg_gt,1.2,60 -48821,sell_contrast_m10_bb_pos,sell,2025-06-20 07:12:00,1295.0,7.102,1,leg_gt,1.37,60 -48822,sell_contrast_m10_bb_pos,sell,2025-06-20 07:15:00,1294.0,7.0192,1,leg_gt,1.37,60 -48823,sell_contrast_m10_bb_pos,sell,2025-06-20 07:18:00,1296.0,7.1848,1,leg_gt,1.37,60 -48824,sell_contrast_m10_bb_pos,sell,2025-06-20 07:42:00,1297.0,7.2675,1,leg_gt,1.39,60 -48825,sell_contrast_m10_bb_pos,sell,2025-06-20 07:45:00,1296.0,7.1848,1,leg_gt,1.39,60 -48826,sell_contrast_m10_bb_pos,sell,2025-06-20 07:48:00,1299.0,7.4331,1,leg_gt,1.39,60 -48827,sell_contrast_m10_bb_pos,sell,2025-06-20 07:51:00,1296.0,7.1848,1,leg_gt,1.39,60 -48828,sell_contrast_m10_bb_pos,sell,2025-06-20 07:54:00,1294.0,7.0192,1,leg_gt,1.4,60 -48829,sell_contrast_m10_bb_pos,sell,2025-06-20 07:57:00,1294.0,7.0192,1,leg_gt,1.4,60 -48830,sell_contrast_m10_bb_pos,sell,2025-06-20 09:12:00,1297.0,7.2675,1,leg_gt,1.45,60 -48831,sell_contrast_m10_bb_pos,sell,2025-06-20 09:15:00,1297.0,7.2675,1,leg_gt,1.45,60 -48832,sell_contrast_m10_bb_pos,sell,2025-06-20 09:18:00,1294.0,7.0192,1,leg_gt,1.45,60 -48833,sell_contrast_m10_bb_pos,sell,2025-06-20 17:00:00,1301.0,3.3181,1,leg_gt,0.11,60 -48834,sell_contrast_m10_bb_pos,sell,2025-06-20 17:03:00,1301.0,3.3181,1,leg_gt,0.11,60 -48835,sell_contrast_m10_bb_pos,sell,2025-06-20 17:06:00,1305.0,3.6361,1,leg_gt,0.11,60 -48836,sell_contrast_m10_bb_pos,sell,2025-06-20 17:09:00,1306.0,3.7156,1,leg_gt,0.12,60 -48837,sell_contrast_m10_bb_pos,sell,2025-06-20 17:21:00,1308.0,3.8746,1,leg_gt,0.12,60 -48838,sell_contrast_m10_bb_pos,sell,2025-06-20 17:24:00,1308.0,3.8746,1,leg_gt,0.13,60 -48839,sell_contrast_m10_bb_pos,sell,2025-06-20 17:27:00,1307.0,3.7951,1,leg_gt,0.13,60 -48840,sell_contrast_m10_bb_pos,sell,2025-06-20 17:30:00,1306.0,3.7156,1,leg_gt,0.13,60 -48841,sell_contrast_m10_bb_pos,sell,2025-06-20 17:33:00,1301.0,3.3181,1,leg_gt,0.13,60 -48842,sell_contrast_m10_bb_pos,sell,2025-06-20 17:36:00,1305.0,3.6361,1,leg_gt,0.14,60 -48843,sell_contrast_m10_bb_pos,sell,2025-06-20 17:39:00,1306.0,3.7156,1,leg_gt,0.14,60 -48844,sell_contrast_m10_bb_pos,sell,2025-06-20 17:42:00,1301.0,3.3181,1,leg_gt,0.14,60 -48845,sell_contrast_m10_bb_pos,sell,2025-06-20 17:45:00,1292.0,2.6027,1,leg_gt,0.14,60 -48846,sell_contrast_m10_bb_pos,sell,2025-06-20 17:48:00,1296.0,2.9207,1,leg_gt,0.14,60 -48847,sell_contrast_m10_bb_pos,sell,2025-06-20 21:42:00,1295.0,2.8412,1,leg_gt,0.31,60 -48848,sell_contrast_m10_bb_pos,sell,2025-06-20 21:45:00,1295.0,2.8412,1,leg_gt,0.31,60 -48849,sell_contrast_m10_bb_pos,sell,2025-06-20 21:48:00,1297.0,3.0002,1,leg_gt,0.31,60 -48850,sell_contrast_m10_bb_pos,sell,2025-06-21 09:30:00,1244.0,-0.6596,0,leg_gt,0.4,60 -48851,sell_contrast_m10_bb_pos,sell,2025-06-21 09:33:00,1238.0,-1.1392,0,leg_gt,0.4,60 -48852,sell_contrast_m10_bb_pos,sell,2025-06-21 09:36:00,1238.0,-1.1392,0,leg_gt,0.4,60 -48853,sell_contrast_m10_bb_pos,sell,2025-06-21 09:39:00,1237.0,-1.2191,0,leg_gt,0.41,60 -48854,sell_contrast_m10_bb_pos,sell,2025-06-21 12:12:00,1240.0,-0.9793,0,leg_gt,0.51,60 -48855,sell_contrast_m10_bb_pos,sell,2025-06-21 12:15:00,1241.0,-0.8994,0,leg_gt,0.51,60 -48856,sell_contrast_m10_bb_pos,sell,2025-06-21 12:18:00,1241.0,-0.8994,0,leg_gt,0.52,60 -48857,sell_contrast_m10_bb_pos,sell,2025-06-21 12:30:00,1242.0,-0.8194,0,leg_gt,0.52,60 -48858,sell_contrast_m10_bb_pos,sell,2025-06-21 12:33:00,1244.0,-0.6596,0,leg_gt,0.53,60 -48859,sell_contrast_m10_bb_pos,sell,2025-06-21 12:36:00,1245.0,-0.5796,0,leg_gt,0.53,60 -48860,sell_contrast_m10_bb_pos,sell,2025-06-21 12:39:00,1242.0,-0.8194,0,leg_gt,0.53,60 -48861,sell_contrast_m10_bb_pos,sell,2025-06-22 05:42:00,1178.0,-5.9353,0,leg_gt,1.24,60 -48862,sell_contrast_m10_bb_pos,sell,2025-06-22 05:45:00,1179.0,-5.8554,0,leg_gt,1.24,60 -48863,sell_contrast_m10_bb_pos,sell,2025-06-22 05:48:00,1178.0,-5.9353,0,leg_gt,1.25,60 -48864,sell_contrast_m10_bb_pos,sell,2025-06-22 06:21:00,1179.0,-5.8554,0,leg_gt,1.27,60 -48865,sell_contrast_m10_bb_pos,sell,2025-06-22 06:24:00,1177.0,-6.0153,0,leg_gt,1.27,60 -48866,sell_contrast_m10_bb_pos,sell,2025-06-22 06:27:00,1160.0,-7.3742,0,leg_gt,1.27,60 -48867,sell_contrast_m10_bb_pos,sell,2025-06-22 08:51:00,1187.0,4.1142,1,leg_gt,0.1,60 -48868,sell_contrast_m10_bb_pos,sell,2025-06-22 08:54:00,1187.0,4.1142,1,leg_gt,0.1,60 -48869,sell_contrast_m10_bb_pos,sell,2025-06-22 08:57:00,1205.0,5.6946,1,leg_gt,0.1,60 -48870,sell_contrast_m10_bb_pos,sell,2025-06-22 09:12:00,1206.0,5.7824,1,leg_gt,0.11,60 -48871,sell_contrast_m10_bb_pos,sell,2025-06-22 09:15:00,1215.0,6.5725,1,leg_gt,0.11,60 -48872,sell_contrast_m10_bb_pos,sell,2025-06-22 09:18:00,1221.0,7.0993,1,leg_gt,0.12,60 -48873,sell_contrast_m10_bb_pos,sell,2025-06-22 09:42:00,1228.0,7.7139,1,leg_gt,0.13,60 -48874,sell_contrast_m10_bb_pos,sell,2025-06-22 09:45:00,1222.0,7.1871,1,leg_gt,0.14,60 -48875,sell_contrast_m10_bb_pos,sell,2025-06-22 09:48:00,1222.0,7.1871,1,leg_gt,0.14,60 -48876,sell_contrast_m10_bb_pos,sell,2025-06-22 20:21:00,1187.0,4.1142,1,leg_gt,0.58,60 -48877,sell_contrast_m10_bb_pos,sell,2025-06-22 20:24:00,1181.0,3.5874,1,leg_gt,0.58,60 -48878,sell_contrast_m10_bb_pos,sell,2025-06-22 20:27:00,1175.0,3.0607,1,leg_gt,0.58,60 -48879,sell_contrast_m10_bb_pos,sell,2025-06-23 05:51:00,1119.0,3.2241,1,leg_gt,0.02,60 -48880,sell_contrast_m10_bb_pos,sell,2025-06-23 05:54:00,1121.0,3.4088,1,leg_gt,0.02,60 -48881,sell_contrast_m10_bb_pos,sell,2025-06-23 05:57:00,1122.0,3.5011,1,leg_gt,0.03,60 -48882,sell_contrast_m10_bb_pos,sell,2025-06-23 06:00:00,1122.0,3.5011,1,leg_gt,0.03,60 -48883,sell_contrast_m10_bb_pos,sell,2025-06-23 06:03:00,1131.0,4.3321,1,leg_gt,0.03,60 -48884,sell_contrast_m10_bb_pos,sell,2025-06-23 06:06:00,1130.0,4.2398,1,leg_gt,0.03,60 -48885,sell_contrast_m10_bb_pos,sell,2025-06-23 06:09:00,1127.0,3.9628,1,leg_gt,0.04,60 -48886,sell_contrast_m10_bb_pos,sell,2025-06-23 06:12:00,1126.0,3.8705,1,leg_gt,0.04,60 -48887,sell_contrast_m10_bb_pos,sell,2025-06-23 06:15:00,1129.0,4.1475,1,leg_gt,0.04,60 -48888,sell_contrast_m10_bb_pos,sell,2025-06-23 06:18:00,1128.0,4.0551,1,leg_gt,0.04,60 -48889,sell_contrast_m10_bb_pos,sell,2025-06-23 06:21:00,1125.0,3.7781,1,leg_gt,0.04,60 -48890,sell_contrast_m10_bb_pos,sell,2025-06-23 06:24:00,1123.0,3.5934,1,leg_gt,0.05,60 -48891,sell_contrast_m10_bb_pos,sell,2025-06-23 06:27:00,1120.0,3.3164,1,leg_gt,0.05,60 -48892,sell_contrast_m10_bb_pos,sell,2025-06-23 07:21:00,1137.0,4.8861,1,leg_gt,0.09,60 -48893,sell_contrast_m10_bb_pos,sell,2025-06-23 07:24:00,1136.0,4.7938,1,leg_gt,0.09,60 -48894,sell_contrast_m10_bb_pos,sell,2025-06-23 07:27:00,1142.0,5.3478,1,leg_gt,0.09,60 -48895,sell_contrast_m10_bb_pos,sell,2025-06-23 07:30:00,1142.0,5.3478,1,leg_gt,0.09,60 -48896,sell_contrast_m10_bb_pos,sell,2025-06-23 07:33:00,1147.0,5.8095,1,leg_gt,0.09,60 -48897,sell_contrast_m10_bb_pos,sell,2025-06-23 07:36:00,1150.0,6.0865,1,leg_gt,0.1,60 -48898,sell_contrast_m10_bb_pos,sell,2025-06-23 07:39:00,1153.0,6.3635,1,leg_gt,0.1,60 -48899,sell_contrast_m10_bb_pos,sell,2025-06-23 07:51:00,1156.0,6.6405,1,leg_gt,0.11,60 -48900,sell_contrast_m10_bb_pos,sell,2025-06-23 07:54:00,1156.0,6.6405,1,leg_gt,0.11,60 -48901,sell_contrast_m10_bb_pos,sell,2025-06-23 07:57:00,1154.0,6.4559,1,leg_gt,0.11,60 -48902,sell_contrast_m10_bb_pos,sell,2025-06-23 08:00:00,1160.0,7.0099,1,leg_gt,0.11,60 -48903,sell_contrast_m10_bb_pos,sell,2025-06-23 08:03:00,1157.0,6.7329,1,leg_gt,0.11,60 -48904,sell_contrast_m10_bb_pos,sell,2025-06-23 08:06:00,1157.0,6.7329,1,leg_gt,0.12,60 -48905,sell_contrast_m10_bb_pos,sell,2025-06-23 08:09:00,1159.0,6.9175,1,leg_gt,0.12,60 -48906,sell_contrast_m10_bb_pos,sell,2025-06-23 08:12:00,1158.0,6.8252,1,leg_gt,0.12,60 -48907,sell_contrast_m10_bb_pos,sell,2025-06-23 08:15:00,1159.0,6.9175,1,leg_gt,0.12,60 -48908,sell_contrast_m10_bb_pos,sell,2025-06-23 08:18:00,1162.0,7.1946,1,leg_gt,0.12,60 -48909,sell_contrast_m10_bb_pos,sell,2025-06-23 08:21:00,1162.0,7.1946,1,leg_gt,0.13,60 -48910,sell_contrast_m10_bb_pos,sell,2025-06-23 08:24:00,1163.0,7.2869,1,leg_gt,0.13,60 -48911,sell_contrast_m10_bb_pos,sell,2025-06-23 08:27:00,1162.0,7.1946,1,leg_gt,0.13,60 -48912,sell_contrast_m10_bb_pos,sell,2025-06-23 08:30:00,1163.0,7.2869,1,leg_gt,0.13,60 -48913,sell_contrast_m10_bb_pos,sell,2025-06-23 08:33:00,1162.0,7.1946,1,leg_gt,0.14,60 -48914,sell_contrast_m10_bb_pos,sell,2025-06-23 08:36:00,1161.0,7.1022,1,leg_gt,0.14,60 -48915,sell_contrast_m10_bb_pos,sell,2025-06-23 08:39:00,1160.0,7.0099,1,leg_gt,0.14,60 -48916,sell_contrast_m10_bb_pos,sell,2025-06-23 11:00:00,1167.0,7.6562,1,leg_gt,0.24,60 -48917,sell_contrast_m10_bb_pos,sell,2025-06-23 11:03:00,1164.0,7.3792,1,leg_gt,0.24,60 -48918,sell_contrast_m10_bb_pos,sell,2025-06-23 11:06:00,1165.0,7.4716,1,leg_gt,0.24,60 -48919,sell_contrast_m10_bb_pos,sell,2025-06-23 11:09:00,1165.0,7.4716,1,leg_gt,0.24,60 -48920,sell_contrast_m10_bb_pos,sell,2025-06-23 15:00:00,1158.0,6.8252,1,leg_gt,0.4,60 -48921,sell_contrast_m10_bb_pos,sell,2025-06-23 15:03:00,1162.0,7.1946,1,leg_gt,0.41,60 -48922,sell_contrast_m10_bb_pos,sell,2025-06-23 15:06:00,1163.0,7.2869,1,leg_gt,0.41,60 -48923,sell_contrast_m10_bb_pos,sell,2025-06-23 15:09:00,1164.0,7.3792,1,leg_gt,0.41,60 -48924,sell_contrast_m10_bb_pos,sell,2025-06-23 15:42:00,1161.0,7.1022,1,leg_gt,0.43,60 -48925,sell_contrast_m10_bb_pos,sell,2025-06-23 15:45:00,1160.0,7.0099,1,leg_gt,0.44,60 -48926,sell_contrast_m10_bb_pos,sell,2025-06-23 15:48:00,1160.0,7.0099,1,leg_gt,0.44,60 -48927,sell_contrast_m10_bb_pos,sell,2025-06-23 16:00:00,1162.0,7.1946,1,leg_gt,0.45,60 -48928,sell_contrast_m10_bb_pos,sell,2025-06-23 16:03:00,1162.0,7.1946,1,leg_gt,0.45,60 -48929,sell_contrast_m10_bb_pos,sell,2025-06-23 16:06:00,1168.0,7.7486,1,leg_gt,0.45,60 -48930,sell_contrast_m10_bb_pos,sell,2025-06-23 16:09:00,1169.0,7.8409,1,leg_gt,0.45,60 -48931,sell_contrast_m10_bb_pos,sell,2025-06-23 21:51:00,1161.0,7.1022,1,leg_gt,0.69,60 -48932,sell_contrast_m10_bb_pos,sell,2025-06-23 21:54:00,1160.0,7.0099,1,leg_gt,0.69,60 -48933,sell_contrast_m10_bb_pos,sell,2025-06-23 21:57:00,1163.0,7.2869,1,leg_gt,0.69,60 -48934,sell_contrast_m10_bb_pos,sell,2025-06-23 22:42:00,1168.0,7.7486,1,leg_gt,0.72,60 -48935,sell_contrast_m10_bb_pos,sell,2025-06-23 22:45:00,1176.0,8.4873,1,leg_gt,0.73,60 -48936,sell_contrast_m10_bb_pos,sell,2025-06-23 22:48:00,1175.0,8.3949,1,leg_gt,0.73,60 -48937,sell_contrast_m10_bb_pos,sell,2025-06-23 23:42:00,1185.0,9.3183,1,leg_gt,0.77,60 -48938,sell_contrast_m10_bb_pos,sell,2025-06-23 23:45:00,1181.0,8.9489,1,leg_gt,0.77,60 -48939,sell_contrast_m10_bb_pos,sell,2025-06-23 23:48:00,1176.0,8.4873,1,leg_gt,0.77,60 -48940,sell_contrast_m10_bb_pos,sell,2025-06-24 03:12:00,1186.0,5.416,1,leg_gt,0.07,60 -48941,sell_contrast_m10_bb_pos,sell,2025-06-24 03:15:00,1184.0,5.2381,1,leg_gt,0.07,60 -48942,sell_contrast_m10_bb_pos,sell,2025-06-24 03:18:00,1188.0,5.594,1,leg_gt,0.07,60 -48943,sell_contrast_m10_bb_pos,sell,2025-06-24 03:21:00,1188.0,5.594,1,leg_gt,0.08,60 -48944,sell_contrast_m10_bb_pos,sell,2025-06-24 03:24:00,1192.0,5.9498,1,leg_gt,0.08,60 -48945,sell_contrast_m10_bb_pos,sell,2025-06-24 03:27:00,1189.0,5.6829,1,leg_gt,0.08,60 -48946,sell_contrast_m10_bb_pos,sell,2025-06-24 03:30:00,1186.0,5.416,1,leg_gt,0.08,60 -48947,sell_contrast_m10_bb_pos,sell,2025-06-24 03:33:00,1191.0,5.8609,1,leg_gt,0.08,60 -48948,sell_contrast_m10_bb_pos,sell,2025-06-24 03:36:00,1192.0,5.9498,1,leg_gt,0.09,60 -48949,sell_contrast_m10_bb_pos,sell,2025-06-24 03:39:00,1191.0,5.8609,1,leg_gt,0.09,60 -48950,sell_contrast_m10_bb_pos,sell,2025-06-24 03:42:00,1189.0,5.6829,1,leg_gt,0.09,60 -48951,sell_contrast_m10_bb_pos,sell,2025-06-24 03:45:00,1191.0,5.8609,1,leg_gt,0.09,60 -48952,sell_contrast_m10_bb_pos,sell,2025-06-24 03:48:00,1189.0,5.6829,1,leg_gt,0.09,60 -48953,sell_contrast_m10_bb_pos,sell,2025-06-24 05:42:00,1228.0,9.1527,1,leg_gt,0.17,60 -48954,sell_contrast_m10_bb_pos,sell,2025-06-24 05:45:00,1228.0,9.1527,1,leg_gt,0.18,60 -48955,sell_contrast_m10_bb_pos,sell,2025-06-24 05:48:00,1224.0,8.7968,1,leg_gt,0.18,60 -48956,sell_contrast_m10_bb_pos,sell,2025-06-24 06:00:00,1229.0,9.2416,1,leg_gt,0.19,60 -48957,sell_contrast_m10_bb_pos,sell,2025-06-24 06:03:00,1231.0,9.4196,1,leg_gt,0.19,60 -48958,sell_contrast_m10_bb_pos,sell,2025-06-24 06:06:00,1229.0,9.2416,1,leg_gt,0.19,60 -48959,sell_contrast_m10_bb_pos,sell,2025-06-24 06:09:00,1225.0,8.8858,1,leg_gt,0.19,60 -48960,sell_contrast_m10_bb_pos,sell,2025-06-24 07:42:00,1259.0,11.9107,1,leg_gt,0.26,60 -48961,sell_contrast_m10_bb_pos,sell,2025-06-24 07:45:00,1259.0,11.9107,1,leg_gt,0.26,60 -48962,sell_contrast_m10_bb_pos,sell,2025-06-24 07:48:00,1259.0,11.9107,1,leg_gt,0.26,60 -48963,sell_contrast_m10_bb_pos,sell,2025-06-24 07:51:00,1257.0,11.7327,1,leg_gt,0.26,60 -48964,sell_contrast_m10_bb_pos,sell,2025-06-24 07:54:00,1260.0,11.9996,1,leg_gt,0.26,60 -48965,sell_contrast_m10_bb_pos,sell,2025-06-24 07:57:00,1259.0,11.9107,1,leg_gt,0.27,60 -48966,sell_contrast_m10_bb_pos,sell,2025-06-24 08:00:00,1271.0,12.9783,1,leg_gt,0.27,60 -48967,sell_contrast_m10_bb_pos,sell,2025-06-24 08:03:00,1272.0,13.0673,1,leg_gt,0.27,60 -48968,sell_contrast_m10_bb_pos,sell,2025-06-24 08:06:00,1269.0,12.8004,1,leg_gt,0.27,60 -48969,sell_contrast_m10_bb_pos,sell,2025-06-24 08:09:00,1271.0,12.9783,1,leg_gt,0.28,60 -48970,sell_contrast_m10_bb_pos,sell,2025-06-24 08:12:00,1274.0,13.2452,1,leg_gt,0.28,60 -48971,sell_contrast_m10_bb_pos,sell,2025-06-24 08:15:00,1275.0,13.3342,1,leg_gt,0.28,60 -48972,sell_contrast_m10_bb_pos,sell,2025-06-24 08:18:00,1273.0,13.1562,1,leg_gt,0.28,60 -48973,sell_contrast_m10_bb_pos,sell,2025-06-24 08:21:00,1270.0,12.8893,1,leg_gt,0.28,60 -48974,sell_contrast_m10_bb_pos,sell,2025-06-24 08:24:00,1273.0,13.1562,1,leg_gt,0.29,60 -48975,sell_contrast_m10_bb_pos,sell,2025-06-24 08:27:00,1271.0,12.9783,1,leg_gt,0.29,60 -48976,sell_contrast_m10_bb_pos,sell,2025-06-24 08:30:00,1274.0,13.2452,1,leg_gt,0.29,60 -48977,sell_contrast_m10_bb_pos,sell,2025-06-24 08:33:00,1276.0,13.4231,1,leg_gt,0.29,60 -48978,sell_contrast_m10_bb_pos,sell,2025-06-24 08:36:00,1282.0,13.9569,1,leg_gt,0.29,60 -48979,sell_contrast_m10_bb_pos,sell,2025-06-24 08:39:00,1282.0,13.9569,1,leg_gt,0.3,60 -48980,sell_contrast_m10_bb_pos,sell,2025-06-24 08:42:00,1283.0,14.0459,1,leg_gt,0.3,60 -48981,sell_contrast_m10_bb_pos,sell,2025-06-24 08:45:00,1290.0,14.6687,1,leg_gt,0.3,60 -48982,sell_contrast_m10_bb_pos,sell,2025-06-24 08:48:00,1294.0,15.0246,1,leg_gt,0.3,60 -48983,sell_contrast_m10_bb_pos,sell,2025-06-24 08:51:00,1292.0,14.8466,1,leg_gt,0.3,60 -48984,sell_contrast_m10_bb_pos,sell,2025-06-24 08:54:00,1288.0,14.4907,1,leg_gt,0.31,60 -48985,sell_contrast_m10_bb_pos,sell,2025-06-24 08:57:00,1287.0,14.4018,1,leg_gt,0.31,60 -48986,sell_contrast_m10_bb_pos,sell,2025-06-24 09:12:00,1282.0,13.9569,1,leg_gt,0.32,60 -48987,sell_contrast_m10_bb_pos,sell,2025-06-24 09:15:00,1283.0,14.0459,1,leg_gt,0.32,60 -48988,sell_contrast_m10_bb_pos,sell,2025-06-24 09:18:00,1277.0,13.5121,1,leg_gt,0.32,60 -48989,sell_contrast_m10_bb_pos,sell,2025-06-24 11:00:00,1289.0,14.5797,1,leg_gt,0.39,60 -48990,sell_contrast_m10_bb_pos,sell,2025-06-24 11:03:00,1289.0,14.5797,1,leg_gt,0.4,60 -48991,sell_contrast_m10_bb_pos,sell,2025-06-24 11:06:00,1283.0,14.0459,1,leg_gt,0.4,60 -48992,sell_contrast_m10_bb_pos,sell,2025-06-24 11:09:00,1283.0,14.0459,1,leg_gt,0.4,60 -48993,sell_contrast_m10_bb_pos,sell,2025-06-24 12:12:00,1288.0,14.4907,1,leg_gt,0.44,60 -48994,sell_contrast_m10_bb_pos,sell,2025-06-24 12:15:00,1289.0,14.5797,1,leg_gt,0.45,60 -48995,sell_contrast_m10_bb_pos,sell,2025-06-24 12:18:00,1292.0,14.8466,1,leg_gt,0.45,60 -48996,sell_contrast_m10_bb_pos,sell,2025-06-24 12:21:00,1292.0,14.8466,1,leg_gt,0.45,60 -48997,sell_contrast_m10_bb_pos,sell,2025-06-24 12:24:00,1288.0,14.4907,1,leg_gt,0.45,60 -48998,sell_contrast_m10_bb_pos,sell,2025-06-24 12:27:00,1288.0,14.4907,1,leg_gt,0.45,60 -48999,sell_contrast_m10_bb_pos,sell,2025-06-24 12:42:00,1293.0,14.9356,1,leg_gt,0.46,60 -49000,sell_contrast_m10_bb_pos,sell,2025-06-24 12:45:00,1289.0,14.5797,1,leg_gt,0.47,60 -49001,sell_contrast_m10_bb_pos,sell,2025-06-24 12:48:00,1294.0,15.0246,1,leg_gt,0.47,60 -49002,sell_contrast_m10_bb_pos,sell,2025-06-24 12:51:00,1294.0,15.0246,1,leg_gt,0.47,60 -49003,sell_contrast_m10_bb_pos,sell,2025-06-24 12:54:00,1295.0,15.1135,1,leg_gt,0.47,60 -49004,sell_contrast_m10_bb_pos,sell,2025-06-24 12:57:00,1293.0,14.9356,1,leg_gt,0.48,60 -49005,sell_contrast_m10_bb_pos,sell,2025-06-24 13:12:00,1296.0,15.2025,1,leg_gt,0.49,60 -49006,sell_contrast_m10_bb_pos,sell,2025-06-24 13:15:00,1290.0,14.6687,1,leg_gt,0.49,60 -49007,sell_contrast_m10_bb_pos,sell,2025-06-24 13:18:00,1290.0,14.6687,1,leg_gt,0.49,60 -49008,sell_contrast_m10_bb_pos,sell,2025-06-24 13:30:00,1297.0,15.2915,1,leg_gt,0.5,60 -49009,sell_contrast_m10_bb_pos,sell,2025-06-24 13:33:00,1295.0,15.1135,1,leg_gt,0.5,60 -49010,sell_contrast_m10_bb_pos,sell,2025-06-24 13:36:00,1295.0,15.1135,1,leg_gt,0.5,60 -49011,sell_contrast_m10_bb_pos,sell,2025-06-24 13:39:00,1295.0,15.1135,1,leg_gt,0.5,60 -49012,sell_contrast_m10_bb_pos,sell,2025-06-24 14:21:00,1302.0,15.7363,1,leg_gt,0.53,60 -49013,sell_contrast_m10_bb_pos,sell,2025-06-24 14:24:00,1304.0,15.9142,1,leg_gt,0.54,60 -49014,sell_contrast_m10_bb_pos,sell,2025-06-24 14:27:00,1309.0,16.3591,1,leg_gt,0.54,60 -49015,sell_contrast_m10_bb_pos,sell,2025-06-24 15:12:00,1316.0,16.9819,1,leg_gt,0.57,60 -49016,sell_contrast_m10_bb_pos,sell,2025-06-24 15:15:00,1320.0,17.3377,1,leg_gt,0.57,60 -49017,sell_contrast_m10_bb_pos,sell,2025-06-24 15:18:00,1318.0,17.1598,1,leg_gt,0.57,60 -49018,sell_contrast_m10_bb_pos,sell,2025-06-24 15:21:00,1317.0,17.0708,1,leg_gt,0.57,60 -49019,sell_contrast_m10_bb_pos,sell,2025-06-24 15:24:00,1316.0,16.9819,1,leg_gt,0.58,60 -49020,sell_contrast_m10_bb_pos,sell,2025-06-24 15:27:00,1315.0,16.8929,1,leg_gt,0.58,60 -49021,sell_contrast_m10_bb_pos,sell,2025-06-24 15:51:00,1318.0,17.1598,1,leg_gt,0.6,60 -49022,sell_contrast_m10_bb_pos,sell,2025-06-24 15:54:00,1317.0,17.0708,1,leg_gt,0.6,60 -49023,sell_contrast_m10_bb_pos,sell,2025-06-24 15:57:00,1316.0,16.9819,1,leg_gt,0.6,60 -49024,sell_contrast_m10_bb_pos,sell,2025-06-24 23:51:00,1280.0,13.779,1,leg_gt,0.93,60 -49025,sell_contrast_m10_bb_pos,sell,2025-06-24 23:54:00,1279.0,13.69,1,leg_gt,0.93,60 -49026,sell_contrast_m10_bb_pos,sell,2025-06-24 23:57:00,1280.0,13.779,1,leg_gt,0.93,60 -49027,sell_contrast_m10_bb_pos,sell,2025-06-25 06:00:00,1270.0,12.8893,1,leg_gt,1.19,60 -49028,sell_contrast_m10_bb_pos,sell,2025-06-25 06:03:00,1264.0,12.3555,1,leg_gt,1.19,60 -49029,sell_contrast_m10_bb_pos,sell,2025-06-25 06:06:00,1262.0,12.1776,1,leg_gt,1.19,60 -49030,sell_contrast_m10_bb_pos,sell,2025-06-25 06:09:00,1262.0,12.1776,1,leg_gt,1.19,60 -49031,sell_contrast_m10_bb_pos,sell,2025-06-25 06:30:00,1269.0,12.8004,1,leg_gt,1.21,60 -49032,sell_contrast_m10_bb_pos,sell,2025-06-25 06:33:00,1271.0,12.9783,1,leg_gt,1.21,60 -49033,sell_contrast_m10_bb_pos,sell,2025-06-25 06:36:00,1269.0,12.8004,1,leg_gt,1.21,60 -49034,sell_contrast_m10_bb_pos,sell,2025-06-25 06:39:00,1268.0,12.7114,1,leg_gt,1.21,60 -49035,sell_contrast_m10_bb_pos,sell,2025-06-25 06:51:00,1273.0,13.1562,1,leg_gt,1.22,60 -49036,sell_contrast_m10_bb_pos,sell,2025-06-25 06:54:00,1271.0,12.9783,1,leg_gt,1.22,60 -49037,sell_contrast_m10_bb_pos,sell,2025-06-25 06:57:00,1272.0,13.0673,1,leg_gt,1.23,60 -49038,sell_contrast_m10_bb_pos,sell,2025-06-25 07:00:00,1273.0,13.1562,1,leg_gt,1.23,60 -49039,sell_contrast_m10_bb_pos,sell,2025-06-25 07:03:00,1270.0,12.8893,1,leg_gt,1.23,60 -49040,sell_contrast_m10_bb_pos,sell,2025-06-25 07:06:00,1266.0,12.5335,1,leg_gt,1.23,60 -49041,sell_contrast_m10_bb_pos,sell,2025-06-25 07:09:00,1269.0,12.8004,1,leg_gt,1.23,60 -49042,sell_contrast_m10_bb_pos,sell,2025-06-25 09:12:00,1278.0,13.6011,1,leg_gt,1.32,60 -49043,sell_contrast_m10_bb_pos,sell,2025-06-25 09:15:00,1279.0,13.69,1,leg_gt,1.32,60 -49044,sell_contrast_m10_bb_pos,sell,2025-06-25 09:18:00,1281.0,13.868,1,leg_gt,1.32,60 -49045,sell_contrast_m10_bb_pos,sell,2025-06-25 09:30:00,1280.0,13.779,1,leg_gt,1.33,60 -49046,sell_contrast_m10_bb_pos,sell,2025-06-25 09:33:00,1279.0,13.69,1,leg_gt,1.33,60 -49047,sell_contrast_m10_bb_pos,sell,2025-06-25 09:36:00,1274.0,13.2452,1,leg_gt,1.34,60 -49048,sell_contrast_m10_bb_pos,sell,2025-06-25 09:39:00,1273.0,13.1562,1,leg_gt,1.34,60 -49049,sell_contrast_m10_bb_pos,sell,2025-06-25 10:00:00,1283.0,14.0459,1,leg_gt,1.35,60 -49050,sell_contrast_m10_bb_pos,sell,2025-06-25 10:03:00,1284.0,14.1349,1,leg_gt,1.35,60 -49051,sell_contrast_m10_bb_pos,sell,2025-06-25 10:06:00,1280.0,13.779,1,leg_gt,1.36,60 -49052,sell_contrast_m10_bb_pos,sell,2025-06-25 10:09:00,1278.0,13.6011,1,leg_gt,1.36,60 -49053,sell_contrast_m10_bb_pos,sell,2025-06-25 10:42:00,1279.0,13.69,1,leg_gt,1.38,60 -49054,sell_contrast_m10_bb_pos,sell,2025-06-25 10:45:00,1281.0,13.868,1,leg_gt,1.38,60 -49055,sell_contrast_m10_bb_pos,sell,2025-06-25 10:48:00,1281.0,13.868,1,leg_gt,1.39,60 -49056,sell_contrast_m10_bb_pos,sell,2025-06-25 11:12:00,1284.0,14.1349,1,leg_gt,1.4,60 -49057,sell_contrast_m10_bb_pos,sell,2025-06-25 11:15:00,1286.0,14.3128,1,leg_gt,1.4,60 -49058,sell_contrast_m10_bb_pos,sell,2025-06-25 11:18:00,1284.0,14.1349,1,leg_gt,1.41,60 -49059,sell_contrast_m10_bb_pos,sell,2025-06-25 16:30:00,1273.0,13.1562,1,leg_gt,1.62,60 -49060,sell_contrast_m10_bb_pos,sell,2025-06-25 16:33:00,1267.0,12.6224,1,leg_gt,1.62,60 -49061,sell_contrast_m10_bb_pos,sell,2025-06-25 16:36:00,1269.0,12.8004,1,leg_gt,1.63,60 -49062,sell_contrast_m10_bb_pos,sell,2025-06-25 16:39:00,1271.0,12.9783,1,leg_gt,1.63,60 -49063,sell_contrast_m10_bb_pos,sell,2025-06-25 21:00:00,1261.0,12.0886,1,leg_gt,1.81,60 -49064,sell_contrast_m10_bb_pos,sell,2025-06-25 21:03:00,1256.0,11.6438,1,leg_gt,1.81,60 -49065,sell_contrast_m10_bb_pos,sell,2025-06-25 21:06:00,1258.0,11.8217,1,leg_gt,1.81,60 -49066,sell_contrast_m10_bb_pos,sell,2025-06-25 21:09:00,1256.0,11.6438,1,leg_gt,1.82,60 -49067,sell_contrast_m10_bb_pos,sell,2025-06-25 22:51:00,1260.0,11.9996,1,leg_gt,1.89,60 -49068,sell_contrast_m10_bb_pos,sell,2025-06-25 22:54:00,1260.0,11.9996,1,leg_gt,1.89,60 -49069,sell_contrast_m10_bb_pos,sell,2025-06-25 22:57:00,1266.0,12.5335,1,leg_gt,1.89,60 -49070,sell_contrast_m10_bb_pos,sell,2025-06-25 23:00:00,1267.0,12.6224,1,leg_gt,1.89,60 -49071,sell_contrast_m10_bb_pos,sell,2025-06-25 23:03:00,1264.0,12.3555,1,leg_gt,1.9,60 -49072,sell_contrast_m10_bb_pos,sell,2025-06-25 23:06:00,1267.0,12.6224,1,leg_gt,1.9,60 -49073,sell_contrast_m10_bb_pos,sell,2025-06-25 23:09:00,1267.0,12.6224,1,leg_gt,1.9,60 -49074,sell_contrast_m10_bb_pos,sell,2025-06-25 23:12:00,1266.0,12.5335,1,leg_gt,1.9,60 -49075,sell_contrast_m10_bb_pos,sell,2025-06-25 23:15:00,1257.0,11.7327,1,leg_gt,1.9,60 -49076,sell_contrast_m10_bb_pos,sell,2025-06-25 23:18:00,1246.0,10.7541,1,leg_gt,1.91,60 -49077,sell_contrast_m10_bb_pos,sell,2025-06-26 06:00:00,1233.0,9.5975,1,leg_gt,2.19,60 -49078,sell_contrast_m10_bb_pos,sell,2025-06-26 06:03:00,1236.0,9.8644,1,leg_gt,2.19,60 -49079,sell_contrast_m10_bb_pos,sell,2025-06-26 06:06:00,1234.0,9.6865,1,leg_gt,2.19,60 -49080,sell_contrast_m10_bb_pos,sell,2025-06-26 06:09:00,1233.0,9.5975,1,leg_gt,2.19,60 -49081,sell_contrast_m10_bb_pos,sell,2025-06-26 11:00:00,1231.0,2.0577,1,leg_gt,0.14,60 -49082,sell_contrast_m10_bb_pos,sell,2025-06-26 11:03:00,1234.0,2.3066,1,leg_gt,0.14,60 -49083,sell_contrast_m10_bb_pos,sell,2025-06-26 11:06:00,1237.0,2.5556,1,leg_gt,0.14,60 -49084,sell_contrast_m10_bb_pos,sell,2025-06-26 11:09:00,1240.0,2.8046,1,leg_gt,0.15,60 -49085,sell_contrast_m10_bb_pos,sell,2025-06-26 11:21:00,1232.0,2.1407,1,leg_gt,0.15,60 -49086,sell_contrast_m10_bb_pos,sell,2025-06-26 11:24:00,1234.0,2.3066,1,leg_gt,0.16,60 -49087,sell_contrast_m10_bb_pos,sell,2025-06-26 11:27:00,1231.0,2.0577,1,leg_gt,0.16,60 -49088,sell_contrast_m10_bb_pos,sell,2025-06-26 12:00:00,1239.0,2.7216,1,leg_gt,0.18,60 -49089,sell_contrast_m10_bb_pos,sell,2025-06-26 12:03:00,1243.0,3.0535,1,leg_gt,0.18,60 -49090,sell_contrast_m10_bb_pos,sell,2025-06-26 12:06:00,1248.0,3.4685,1,leg_gt,0.19,60 -49091,sell_contrast_m10_bb_pos,sell,2025-06-26 12:09:00,1242.0,2.9705,1,leg_gt,0.19,60 -49092,sell_contrast_m10_bb_pos,sell,2025-06-26 12:12:00,1239.0,2.7216,1,leg_gt,0.19,60 -49093,sell_contrast_m10_bb_pos,sell,2025-06-26 12:15:00,1236.0,2.4726,1,leg_gt,0.19,60 -49094,sell_contrast_m10_bb_pos,sell,2025-06-26 12:18:00,1234.0,2.3066,1,leg_gt,0.19,60 -49095,sell_contrast_m10_bb_pos,sell,2025-06-26 16:30:00,1229.0,1.8917,1,leg_gt,0.37,60 -49096,sell_contrast_m10_bb_pos,sell,2025-06-26 16:33:00,1229.0,1.8917,1,leg_gt,0.37,60 -49097,sell_contrast_m10_bb_pos,sell,2025-06-26 16:36:00,1229.0,1.8917,1,leg_gt,0.37,60 -49098,sell_contrast_m10_bb_pos,sell,2025-06-26 16:39:00,1232.0,2.1407,1,leg_gt,0.38,60 -49099,sell_contrast_m10_bb_pos,sell,2025-06-26 16:42:00,1230.0,1.9747,1,leg_gt,0.38,60 -49100,sell_contrast_m10_bb_pos,sell,2025-06-26 16:45:00,1231.0,2.0577,1,leg_gt,0.38,60 -49101,sell_contrast_m10_bb_pos,sell,2025-06-26 16:48:00,1229.0,1.8917,1,leg_gt,0.38,60 -49102,sell_contrast_m10_bb_pos,sell,2025-06-27 04:51:00,1202.0,2.4597,1,leg_gt,0.24,60 -49103,sell_contrast_m10_bb_pos,sell,2025-06-27 04:54:00,1201.0,2.3744,1,leg_gt,0.24,60 -49104,sell_contrast_m10_bb_pos,sell,2025-06-27 04:57:00,1202.0,2.4597,1,leg_gt,0.24,60 -49105,sell_contrast_m10_bb_pos,sell,2025-06-27 05:00:00,1202.0,2.4597,1,leg_gt,0.24,60 -49106,sell_contrast_m10_bb_pos,sell,2025-06-27 05:03:00,1202.0,2.4597,1,leg_gt,0.25,60 -49107,sell_contrast_m10_bb_pos,sell,2025-06-27 05:06:00,1207.0,2.8863,1,leg_gt,0.25,60 -49108,sell_contrast_m10_bb_pos,sell,2025-06-27 05:09:00,1206.0,2.801,1,leg_gt,0.25,60 -49109,sell_contrast_m10_bb_pos,sell,2025-06-27 05:12:00,1204.0,2.6304,1,leg_gt,0.25,60 -49110,sell_contrast_m10_bb_pos,sell,2025-06-27 05:15:00,1205.0,2.7157,1,leg_gt,0.25,60 -49111,sell_contrast_m10_bb_pos,sell,2025-06-27 05:18:00,1205.0,2.7157,1,leg_gt,0.26,60 -49112,sell_contrast_m10_bb_pos,sell,2025-06-27 05:21:00,1204.0,2.6304,1,leg_gt,0.26,60 -49113,sell_contrast_m10_bb_pos,sell,2025-06-27 05:24:00,1206.0,2.801,1,leg_gt,0.26,60 -49114,sell_contrast_m10_bb_pos,sell,2025-06-27 05:27:00,1207.0,2.8863,1,leg_gt,0.26,60 -49115,sell_contrast_m10_bb_pos,sell,2025-06-27 05:30:00,1208.0,2.9717,1,leg_gt,0.26,60 -49116,sell_contrast_m10_bb_pos,sell,2025-06-27 05:33:00,1212.0,3.313,1,leg_gt,0.27,60 -49117,sell_contrast_m10_bb_pos,sell,2025-06-27 05:36:00,1216.0,3.6543,1,leg_gt,0.27,60 -49118,sell_contrast_m10_bb_pos,sell,2025-06-27 05:39:00,1221.0,4.0809,1,leg_gt,0.27,60 -49119,sell_contrast_m10_bb_pos,sell,2025-06-27 05:51:00,1213.0,3.3983,1,leg_gt,0.28,60 -49120,sell_contrast_m10_bb_pos,sell,2025-06-27 05:54:00,1214.0,3.4836,1,leg_gt,0.28,60 -49121,sell_contrast_m10_bb_pos,sell,2025-06-27 05:57:00,1213.0,3.3983,1,leg_gt,0.28,60 -49122,sell_contrast_m10_bb_pos,sell,2025-06-27 15:42:00,1195.0,1.9495,1,leg_gt,0.23,60 -49123,sell_contrast_m10_bb_pos,sell,2025-06-27 15:45:00,1197.0,2.1203,1,leg_gt,0.24,60 -49124,sell_contrast_m10_bb_pos,sell,2025-06-27 15:48:00,1196.0,2.0349,1,leg_gt,0.24,60 -49125,sell_contrast_m10_bb_pos,sell,2025-06-27 17:51:00,1199.0,2.2911,1,leg_gt,0.32,60 -49126,sell_contrast_m10_bb_pos,sell,2025-06-27 17:54:00,1199.0,2.2911,1,leg_gt,0.32,60 -49127,sell_contrast_m10_bb_pos,sell,2025-06-27 17:57:00,1196.0,2.0349,1,leg_gt,0.33,60 -49128,sell_contrast_m10_bb_pos,sell,2025-06-27 18:00:00,1197.0,2.1203,1,leg_gt,0.33,60 -49129,sell_contrast_m10_bb_pos,sell,2025-06-27 18:03:00,1196.0,2.0349,1,leg_gt,0.33,60 -49130,sell_contrast_m10_bb_pos,sell,2025-06-27 18:06:00,1193.0,1.7787,1,leg_gt,0.33,60 -49131,sell_contrast_m10_bb_pos,sell,2025-06-27 18:09:00,1197.0,2.1203,1,leg_gt,0.34,60 -49132,sell_contrast_m10_bb_pos,sell,2025-06-27 21:30:00,1194.0,1.8641,1,leg_gt,0.48,60 -49133,sell_contrast_m10_bb_pos,sell,2025-06-27 21:33:00,1187.0,1.2664,1,leg_gt,0.48,60 -49134,sell_contrast_m10_bb_pos,sell,2025-06-27 21:36:00,1189.0,1.4371,1,leg_gt,0.48,60 -49135,sell_contrast_m10_bb_pos,sell,2025-06-27 21:39:00,1189.0,1.4371,1,leg_gt,0.48,60 -49136,sell_contrast_m10_bb_pos,sell,2025-06-27 23:12:00,1192.0,1.6933,1,leg_gt,0.55,60 -49137,sell_contrast_m10_bb_pos,sell,2025-06-27 23:15:00,1189.0,1.4371,1,leg_gt,0.55,60 -49138,sell_contrast_m10_bb_pos,sell,2025-06-27 23:18:00,1186.0,1.181,1,leg_gt,0.55,60 -49139,sell_contrast_m10_bb_pos,sell,2025-06-28 00:42:00,1198.0,2.2057,1,leg_gt,0.61,60 -49140,sell_contrast_m10_bb_pos,sell,2025-06-28 00:45:00,1195.0,1.9495,1,leg_gt,0.61,60 -49141,sell_contrast_m10_bb_pos,sell,2025-06-28 00:48:00,1195.0,1.9495,1,leg_gt,0.61,60 -49142,sell_contrast_m10_bb_pos,sell,2025-06-28 01:12:00,1196.0,2.0349,1,leg_gt,0.63,60 -49143,sell_contrast_m10_bb_pos,sell,2025-06-28 01:15:00,1196.0,2.0349,1,leg_gt,0.63,60 -49144,sell_contrast_m10_bb_pos,sell,2025-06-28 01:18:00,1197.0,2.1203,1,leg_gt,0.63,60 -49145,sell_contrast_m10_bb_pos,sell,2025-06-28 01:21:00,1196.0,2.0349,1,leg_gt,0.64,60 -49146,sell_contrast_m10_bb_pos,sell,2025-06-28 01:24:00,1197.0,2.1203,1,leg_gt,0.64,60 -49147,sell_contrast_m10_bb_pos,sell,2025-06-28 01:27:00,1198.0,2.2057,1,leg_gt,0.64,60 -49148,sell_contrast_m10_bb_pos,sell,2025-06-28 01:30:00,1201.0,2.4619,1,leg_gt,0.64,60 -49149,sell_contrast_m10_bb_pos,sell,2025-06-28 01:33:00,1209.0,3.1451,1,leg_gt,0.64,60 -49150,sell_contrast_m10_bb_pos,sell,2025-06-28 01:36:00,1214.0,3.5721,1,leg_gt,0.65,60 -49151,sell_contrast_m10_bb_pos,sell,2025-06-28 01:39:00,1211.0,3.3159,1,leg_gt,0.65,60 -49152,sell_contrast_m10_bb_pos,sell,2025-06-28 01:51:00,1206.0,2.8889,1,leg_gt,0.66,60 -49153,sell_contrast_m10_bb_pos,sell,2025-06-28 01:54:00,1205.0,2.8035,1,leg_gt,0.66,60 -49154,sell_contrast_m10_bb_pos,sell,2025-06-28 01:57:00,1204.0,2.7181,1,leg_gt,0.66,60 -49155,sell_contrast_m10_bb_pos,sell,2025-06-28 05:51:00,1192.0,1.6933,1,leg_gt,0.82,60 -49156,sell_contrast_m10_bb_pos,sell,2025-06-28 05:54:00,1188.0,1.3518,1,leg_gt,0.82,60 -49157,sell_contrast_m10_bb_pos,sell,2025-06-28 05:57:00,1191.0,1.6079,1,leg_gt,0.83,60 -49158,sell_contrast_m10_bb_pos,sell,2025-06-28 06:00:00,1193.0,1.7787,1,leg_gt,0.83,60 -49159,sell_contrast_m10_bb_pos,sell,2025-06-28 06:03:00,1192.0,1.6933,1,leg_gt,0.83,60 -49160,sell_contrast_m10_bb_pos,sell,2025-06-28 06:06:00,1193.0,1.7787,1,leg_gt,0.83,60 -49161,sell_contrast_m10_bb_pos,sell,2025-06-28 06:09:00,1194.0,1.8641,1,leg_gt,0.84,60 -49162,sell_contrast_m10_bb_pos,sell,2025-06-28 06:12:00,1193.0,1.7787,1,leg_gt,0.84,60 -49163,sell_contrast_m10_bb_pos,sell,2025-06-28 06:15:00,1192.0,1.6933,1,leg_gt,0.84,60 -49164,sell_contrast_m10_bb_pos,sell,2025-06-28 06:18:00,1190.0,1.5225,1,leg_gt,0.84,60 -49165,sell_contrast_m10_bb_pos,sell,2025-06-28 06:30:00,1194.0,1.8641,1,leg_gt,0.85,60 -49166,sell_contrast_m10_bb_pos,sell,2025-06-28 06:33:00,1195.0,1.9495,1,leg_gt,0.85,60 -49167,sell_contrast_m10_bb_pos,sell,2025-06-28 06:36:00,1196.0,2.0349,1,leg_gt,0.85,60 -49168,sell_contrast_m10_bb_pos,sell,2025-06-28 06:39:00,1196.0,2.0349,1,leg_gt,0.86,60 -49169,sell_contrast_m10_bb_pos,sell,2025-06-28 06:42:00,1196.0,2.0349,1,leg_gt,0.86,60 -49170,sell_contrast_m10_bb_pos,sell,2025-06-28 06:45:00,1195.0,1.9495,1,leg_gt,0.86,60 -49171,sell_contrast_m10_bb_pos,sell,2025-06-28 06:48:00,1196.0,2.0349,1,leg_gt,0.86,60 -49172,sell_contrast_m10_bb_pos,sell,2025-06-28 06:51:00,1197.0,2.1203,1,leg_gt,0.86,60 -49173,sell_contrast_m10_bb_pos,sell,2025-06-28 06:54:00,1198.0,2.2057,1,leg_gt,0.87,60 -49174,sell_contrast_m10_bb_pos,sell,2025-06-28 06:57:00,1197.0,2.1203,1,leg_gt,0.87,60 -49175,sell_contrast_m10_bb_pos,sell,2025-06-28 07:00:00,1196.0,2.0349,1,leg_gt,0.87,60 -49176,sell_contrast_m10_bb_pos,sell,2025-06-28 07:03:00,1197.0,2.1203,1,leg_gt,0.87,60 -49177,sell_contrast_m10_bb_pos,sell,2025-06-28 07:06:00,1197.0,2.1203,1,leg_gt,0.88,60 -49178,sell_contrast_m10_bb_pos,sell,2025-06-28 07:09:00,1196.0,2.0349,1,leg_gt,0.88,60 -49179,sell_contrast_m10_bb_pos,sell,2025-06-28 09:51:00,1202.0,2.5473,1,leg_gt,0.99,60 -49180,sell_contrast_m10_bb_pos,sell,2025-06-28 09:54:00,1202.0,2.5473,1,leg_gt,0.99,60 -49181,sell_contrast_m10_bb_pos,sell,2025-06-28 09:57:00,1202.0,2.5473,1,leg_gt,0.99,60 -49182,sell_contrast_m10_bb_pos,sell,2025-06-28 10:00:00,1202.0,2.5473,1,leg_gt,1.0,60 -49183,sell_contrast_m10_bb_pos,sell,2025-06-28 10:03:00,1202.0,2.5473,1,leg_gt,1.0,60 -49184,sell_contrast_m10_bb_pos,sell,2025-06-28 10:06:00,1203.0,2.6327,1,leg_gt,1.0,60 -49185,sell_contrast_m10_bb_pos,sell,2025-06-28 10:09:00,1205.0,2.8035,1,leg_gt,1.0,60 -49186,sell_contrast_m10_bb_pos,sell,2025-06-28 11:00:00,1206.0,2.8889,1,leg_gt,1.04,60 -49187,sell_contrast_m10_bb_pos,sell,2025-06-28 11:03:00,1208.0,3.0597,1,leg_gt,1.04,60 -49188,sell_contrast_m10_bb_pos,sell,2025-06-28 11:06:00,1206.0,2.8889,1,leg_gt,1.04,60 -49189,sell_contrast_m10_bb_pos,sell,2025-06-28 11:09:00,1208.0,3.0597,1,leg_gt,1.04,60 -49190,sell_contrast_m10_bb_pos,sell,2025-06-28 14:30:00,1206.0,2.8889,1,leg_gt,1.18,60 -49191,sell_contrast_m10_bb_pos,sell,2025-06-28 14:33:00,1202.0,2.5473,1,leg_gt,1.19,60 -49192,sell_contrast_m10_bb_pos,sell,2025-06-28 14:36:00,1202.0,2.5473,1,leg_gt,1.19,60 -49193,sell_contrast_m10_bb_pos,sell,2025-06-28 14:39:00,1201.0,2.4619,1,leg_gt,1.19,60 -49194,sell_contrast_m10_bb_pos,sell,2025-06-28 16:51:00,1206.0,2.8889,1,leg_gt,1.28,60 -49195,sell_contrast_m10_bb_pos,sell,2025-06-28 16:54:00,1205.0,2.8035,1,leg_gt,1.28,60 -49196,sell_contrast_m10_bb_pos,sell,2025-06-28 16:57:00,1208.0,3.0597,1,leg_gt,1.29,60 -49197,sell_contrast_m10_bb_pos,sell,2025-06-28 22:12:00,1201.0,2.4619,1,leg_gt,1.5,60 -49198,sell_contrast_m10_bb_pos,sell,2025-06-28 22:15:00,1200.0,2.3765,1,leg_gt,1.51,60 -49199,sell_contrast_m10_bb_pos,sell,2025-06-28 22:18:00,1197.0,2.1203,1,leg_gt,1.51,60 -49200,sell_contrast_m10_bb_pos,sell,2025-06-29 00:21:00,1200.0,2.3765,1,leg_gt,1.59,60 -49201,sell_contrast_m10_bb_pos,sell,2025-06-29 00:24:00,1197.0,2.1203,1,leg_gt,1.6,60 -49202,sell_contrast_m10_bb_pos,sell,2025-06-29 00:27:00,1197.0,2.1203,1,leg_gt,1.6,60 -49203,sell_contrast_m10_bb_pos,sell,2025-06-29 00:42:00,1201.0,2.4619,1,leg_gt,1.61,60 -49204,sell_contrast_m10_bb_pos,sell,2025-06-29 00:45:00,1203.0,2.6327,1,leg_gt,1.61,60 -49205,sell_contrast_m10_bb_pos,sell,2025-06-29 00:48:00,1202.0,2.5473,1,leg_gt,1.61,60 -49206,sell_contrast_m10_bb_pos,sell,2025-06-29 01:30:00,1211.0,3.3159,1,leg_gt,1.64,60 -49207,sell_contrast_m10_bb_pos,sell,2025-06-29 01:33:00,1214.0,3.5721,1,leg_gt,1.64,60 -49208,sell_contrast_m10_bb_pos,sell,2025-06-29 01:36:00,1215.0,3.6575,1,leg_gt,1.65,60 -49209,sell_contrast_m10_bb_pos,sell,2025-06-29 01:39:00,1214.0,3.5721,1,leg_gt,1.65,60 -49210,sell_contrast_m10_bb_pos,sell,2025-06-29 01:42:00,1209.0,3.1451,1,leg_gt,1.65,60 -49211,sell_contrast_m10_bb_pos,sell,2025-06-29 01:45:00,1211.0,3.3159,1,leg_gt,1.65,60 -49212,sell_contrast_m10_bb_pos,sell,2025-06-29 01:48:00,1210.0,3.2305,1,leg_gt,1.65,60 -49213,sell_contrast_m10_bb_pos,sell,2025-06-29 02:51:00,1216.0,3.7429,1,leg_gt,1.7,60 -49214,sell_contrast_m10_bb_pos,sell,2025-06-29 02:54:00,1219.0,3.9991,1,leg_gt,1.7,60 -49215,sell_contrast_m10_bb_pos,sell,2025-06-29 02:57:00,1219.0,3.9991,1,leg_gt,1.7,60 -49216,sell_contrast_m10_bb_pos,sell,2025-06-29 04:00:00,1218.0,3.9137,1,leg_gt,1.75,60 -49217,sell_contrast_m10_bb_pos,sell,2025-06-29 04:03:00,1217.0,3.8283,1,leg_gt,1.75,60 -49218,sell_contrast_m10_bb_pos,sell,2025-06-29 04:06:00,1216.0,3.7429,1,leg_gt,1.75,60 -49219,sell_contrast_m10_bb_pos,sell,2025-06-29 04:09:00,1215.0,3.6575,1,leg_gt,1.75,60 -49220,sell_contrast_m10_bb_pos,sell,2025-06-29 04:42:00,1221.0,4.1699,1,leg_gt,1.78,60 -49221,sell_contrast_m10_bb_pos,sell,2025-06-29 04:45:00,1218.0,3.9137,1,leg_gt,1.78,60 -49222,sell_contrast_m10_bb_pos,sell,2025-06-29 04:48:00,1217.0,3.8283,1,leg_gt,1.78,60 -49223,sell_contrast_m10_bb_pos,sell,2025-06-29 06:42:00,1221.0,4.1699,1,leg_gt,1.86,60 -49224,sell_contrast_m10_bb_pos,sell,2025-06-29 06:45:00,1224.0,4.426,1,leg_gt,1.86,60 -49225,sell_contrast_m10_bb_pos,sell,2025-06-29 06:48:00,1223.0,4.3406,1,leg_gt,1.86,60 -49226,sell_contrast_m10_bb_pos,sell,2025-06-29 07:42:00,1233.0,5.1946,1,leg_gt,1.9,60 -49227,sell_contrast_m10_bb_pos,sell,2025-06-29 07:45:00,1233.0,5.1946,1,leg_gt,1.9,60 -49228,sell_contrast_m10_bb_pos,sell,2025-06-29 07:48:00,1234.0,5.28,1,leg_gt,1.9,60 -49229,sell_contrast_m10_bb_pos,sell,2025-06-29 07:51:00,1236.0,5.4508,1,leg_gt,1.91,60 -49230,sell_contrast_m10_bb_pos,sell,2025-06-29 07:54:00,1237.0,5.5362,1,leg_gt,1.91,60 -49231,sell_contrast_m10_bb_pos,sell,2025-06-29 07:57:00,1236.0,5.4508,1,leg_gt,1.91,60 -49232,sell_contrast_m10_bb_pos,sell,2025-06-29 08:00:00,1234.0,5.28,1,leg_gt,1.91,60 -49233,sell_contrast_m10_bb_pos,sell,2025-06-29 08:03:00,1237.0,5.5362,1,leg_gt,1.91,60 -49234,sell_contrast_m10_bb_pos,sell,2025-06-29 08:06:00,1237.0,5.5362,1,leg_gt,1.92,60 -49235,sell_contrast_m10_bb_pos,sell,2025-06-29 08:09:00,1234.0,5.28,1,leg_gt,1.92,60 -49236,sell_contrast_m10_bb_pos,sell,2025-06-29 09:51:00,1237.0,5.5362,1,leg_gt,1.99,60 -49237,sell_contrast_m10_bb_pos,sell,2025-06-29 09:54:00,1234.0,5.28,1,leg_gt,1.99,60 -49238,sell_contrast_m10_bb_pos,sell,2025-06-29 09:57:00,1234.0,5.28,1,leg_gt,1.99,60 -49239,sell_contrast_m10_bb_pos,sell,2025-06-29 16:12:00,1230.0,4.9384,1,leg_gt,2.25,60 -49240,sell_contrast_m10_bb_pos,sell,2025-06-29 16:15:00,1231.0,5.0238,1,leg_gt,2.26,60 -49241,sell_contrast_m10_bb_pos,sell,2025-06-29 16:18:00,1228.0,4.7676,1,leg_gt,2.26,60 -49242,sell_contrast_m10_bb_pos,sell,2025-06-29 16:21:00,1230.0,4.9384,1,leg_gt,2.26,60 -49243,sell_contrast_m10_bb_pos,sell,2025-06-29 16:24:00,1228.0,4.7676,1,leg_gt,2.26,60 -49244,sell_contrast_m10_bb_pos,sell,2025-06-29 16:27:00,1229.0,4.853,1,leg_gt,2.26,60 -49245,sell_contrast_m10_bb_pos,sell,2025-06-29 16:42:00,1228.0,4.7676,1,leg_gt,2.28,60 -49246,sell_contrast_m10_bb_pos,sell,2025-06-29 16:45:00,1227.0,4.6822,1,leg_gt,2.28,60 -49247,sell_contrast_m10_bb_pos,sell,2025-06-29 16:48:00,1224.0,4.426,1,leg_gt,2.28,60 -49248,sell_contrast_m10_bb_pos,sell,2025-06-29 17:12:00,1234.0,5.28,1,leg_gt,2.3,60 -49249,sell_contrast_m10_bb_pos,sell,2025-06-29 17:15:00,1230.0,4.9384,1,leg_gt,2.3,60 -49250,sell_contrast_m10_bb_pos,sell,2025-06-29 17:18:00,1229.0,4.853,1,leg_gt,2.3,60 -49251,sell_contrast_m10_bb_pos,sell,2025-06-29 17:51:00,1238.0,5.6216,1,leg_gt,2.32,60 -49252,sell_contrast_m10_bb_pos,sell,2025-06-29 17:54:00,1237.0,5.5362,1,leg_gt,2.33,60 -49253,sell_contrast_m10_bb_pos,sell,2025-06-29 17:57:00,1237.0,5.5362,1,leg_gt,2.33,60 -49254,sell_contrast_m10_bb_pos,sell,2025-06-29 18:00:00,1237.0,5.5362,1,leg_gt,2.33,60 -49255,sell_contrast_m10_bb_pos,sell,2025-06-29 18:03:00,1235.0,5.3654,1,leg_gt,2.33,60 -49256,sell_contrast_m10_bb_pos,sell,2025-06-29 18:06:00,1234.0,5.28,1,leg_gt,2.33,60 -49257,sell_contrast_m10_bb_pos,sell,2025-06-29 18:09:00,1235.0,5.3654,1,leg_gt,2.34,60 -49258,sell_contrast_m10_bb_pos,sell,2025-06-29 18:21:00,1241.0,5.8778,1,leg_gt,2.34,60 -49259,sell_contrast_m10_bb_pos,sell,2025-06-29 18:24:00,1239.0,5.707,1,leg_gt,2.35,60 -49260,sell_contrast_m10_bb_pos,sell,2025-06-29 18:27:00,1241.0,5.8778,1,leg_gt,2.35,60 -49261,sell_contrast_m10_bb_pos,sell,2025-06-29 18:30:00,1240.0,5.7924,1,leg_gt,2.35,60 -49262,sell_contrast_m10_bb_pos,sell,2025-06-29 18:33:00,1240.0,5.7924,1,leg_gt,2.35,60 -49263,sell_contrast_m10_bb_pos,sell,2025-06-29 18:36:00,1243.0,6.0486,1,leg_gt,2.35,60 -49264,sell_contrast_m10_bb_pos,sell,2025-06-29 18:39:00,1243.0,6.0486,1,leg_gt,2.36,60 -49265,sell_contrast_m10_bb_pos,sell,2025-06-29 18:42:00,1241.0,5.8778,1,leg_gt,2.36,60 -49266,sell_contrast_m10_bb_pos,sell,2025-06-29 18:45:00,1242.0,5.9632,1,leg_gt,2.36,60 -49267,sell_contrast_m10_bb_pos,sell,2025-06-29 18:48:00,1241.0,5.8778,1,leg_gt,2.36,60 -49268,sell_contrast_m10_bb_pos,sell,2025-06-29 18:51:00,1240.0,5.7924,1,leg_gt,2.36,60 -49269,sell_contrast_m10_bb_pos,sell,2025-06-29 18:54:00,1241.0,5.8778,1,leg_gt,2.37,60 -49270,sell_contrast_m10_bb_pos,sell,2025-06-29 18:57:00,1237.0,5.5362,1,leg_gt,2.37,60 -49271,sell_contrast_m10_bb_pos,sell,2025-06-29 22:30:00,1240.0,5.7924,1,leg_gt,2.52,60 -49272,sell_contrast_m10_bb_pos,sell,2025-06-29 22:33:00,1238.0,5.6216,1,leg_gt,2.52,60 -49273,sell_contrast_m10_bb_pos,sell,2025-06-29 22:36:00,1237.0,5.5362,1,leg_gt,2.52,60 -49274,sell_contrast_m10_bb_pos,sell,2025-06-29 22:39:00,1236.0,5.4508,1,leg_gt,2.52,60 -49275,sell_contrast_m10_bb_pos,sell,2025-06-30 03:00:00,1228.0,4.7676,1,leg_gt,2.7,60 -49276,sell_contrast_m10_bb_pos,sell,2025-06-30 03:03:00,1226.0,4.5968,1,leg_gt,2.71,60 -49277,sell_contrast_m10_bb_pos,sell,2025-06-30 03:06:00,1225.0,4.5114,1,leg_gt,2.71,60 -49278,sell_contrast_m10_bb_pos,sell,2025-06-30 03:09:00,1223.0,4.3406,1,leg_gt,2.71,60 -49279,sell_contrast_m10_bb_pos,sell,2025-06-30 04:12:00,1235.0,5.3654,1,leg_gt,2.75,60 -49280,sell_contrast_m10_bb_pos,sell,2025-06-30 04:15:00,1233.0,5.1946,1,leg_gt,2.76,60 -49281,sell_contrast_m10_bb_pos,sell,2025-06-30 04:21:00,1233.0,5.1946,1,leg_gt,2.76,60 -49282,sell_contrast_m10_bb_pos,sell,2025-06-30 04:24:00,1233.0,5.1946,1,leg_gt,2.76,60 -49283,sell_contrast_m10_bb_pos,sell,2025-06-30 04:27:00,1234.0,5.28,1,leg_gt,2.76,60 -49284,sell_contrast_m10_bb_pos,sell,2025-06-30 04:30:00,1235.0,5.3654,1,leg_gt,2.77,60 -49285,sell_contrast_m10_bb_pos,sell,2025-06-30 04:33:00,1236.0,5.4508,1,leg_gt,2.77,60 -49286,sell_contrast_m10_bb_pos,sell,2025-06-30 04:36:00,1237.0,5.5362,1,leg_gt,2.77,60 -49287,sell_contrast_m10_bb_pos,sell,2025-06-30 04:39:00,1237.0,5.5362,1,leg_gt,2.77,60 -49288,sell_contrast_m10_bb_pos,sell,2025-06-30 04:42:00,1235.0,5.3654,1,leg_gt,2.78,60 -49289,sell_contrast_m10_bb_pos,sell,2025-06-30 04:48:00,1235.0,5.3654,1,leg_gt,2.78,60 -49290,sell_contrast_m10_bb_pos,sell,2025-06-30 04:51:00,1237.0,5.5362,1,leg_gt,2.78,60 -49291,sell_contrast_m10_bb_pos,sell,2025-06-30 04:54:00,1237.0,5.5362,1,leg_gt,2.78,60 -49292,sell_contrast_m10_bb_pos,sell,2025-06-30 04:57:00,1238.0,5.6216,1,leg_gt,2.79,60 -49293,sell_contrast_m10_bb_pos,sell,2025-06-30 05:00:00,1238.0,5.6216,1,leg_gt,2.79,60 -49294,sell_contrast_m10_bb_pos,sell,2025-06-30 05:03:00,1237.0,5.5362,1,leg_gt,2.79,60 -49295,sell_contrast_m10_bb_pos,sell,2025-06-30 05:06:00,1237.0,5.5362,1,leg_gt,2.79,60 -49296,sell_contrast_m10_bb_pos,sell,2025-06-30 05:09:00,1237.0,5.5362,1,leg_gt,2.79,60 -49297,sell_contrast_m10_bb_pos,sell,2025-06-30 05:12:00,1237.0,5.5362,1,leg_gt,2.8,60 -49298,sell_contrast_m10_bb_pos,sell,2025-06-30 05:15:00,1237.0,5.5362,1,leg_gt,2.8,60 -49299,sell_contrast_m10_bb_pos,sell,2025-06-30 05:18:00,1238.0,5.6216,1,leg_gt,2.8,60 -49300,sell_contrast_m10_bb_pos,sell,2025-06-30 05:21:00,1238.0,5.6216,1,leg_gt,2.8,60 -49301,sell_contrast_m10_bb_pos,sell,2025-06-30 05:24:00,1239.0,5.707,1,leg_gt,2.8,60 -49302,sell_contrast_m10_bb_pos,sell,2025-06-30 05:27:00,1239.0,5.707,1,leg_gt,2.81,60 -49303,sell_contrast_m10_bb_pos,sell,2025-06-30 05:30:00,1240.0,5.7924,1,leg_gt,2.81,60 -49304,sell_contrast_m10_bb_pos,sell,2025-06-30 05:33:00,1241.0,5.8778,1,leg_gt,2.81,60 -49305,sell_contrast_m10_bb_pos,sell,2025-06-30 05:36:00,1240.0,5.7924,1,leg_gt,2.81,60 -49306,sell_contrast_m10_bb_pos,sell,2025-06-30 05:39:00,1239.0,5.707,1,leg_gt,2.81,60 -49307,sell_contrast_m10_bb_pos,sell,2025-06-30 06:30:00,1241.0,5.8778,1,leg_gt,2.85,60 -49308,sell_contrast_m10_bb_pos,sell,2025-06-30 06:33:00,1246.0,6.3048,1,leg_gt,2.85,60 -49309,sell_contrast_m10_bb_pos,sell,2025-06-30 06:36:00,1248.0,6.4756,1,leg_gt,2.85,60 -49310,sell_contrast_m10_bb_pos,sell,2025-06-30 06:39:00,1250.0,6.6464,1,leg_gt,2.86,60 -49311,sell_contrast_m10_bb_pos,sell,2025-06-30 08:00:00,1305.0,11.3432,1,leg_gt,2.91,60 -49312,sell_contrast_m10_bb_pos,sell,2025-06-30 08:03:00,1307.0,11.514,1,leg_gt,2.91,60 -49313,sell_contrast_m10_bb_pos,sell,2025-06-30 08:06:00,1302.0,11.087,1,leg_gt,2.92,60 -49314,sell_contrast_m10_bb_pos,sell,2025-06-30 08:09:00,1303.0,11.1724,1,leg_gt,2.92,60 -49315,sell_contrast_m10_bb_pos,sell,2025-06-30 08:12:00,1303.0,11.1724,1,leg_gt,2.92,60 -49316,sell_contrast_m10_bb_pos,sell,2025-06-30 08:15:00,1301.0,11.0016,1,leg_gt,2.92,60 -49317,sell_contrast_m10_bb_pos,sell,2025-06-30 08:18:00,1300.0,10.9162,1,leg_gt,2.92,60 -49318,sell_contrast_m10_bb_pos,sell,2025-06-30 16:30:00,1259.0,7.4149,1,leg_gt,3.27,60 -49319,sell_contrast_m10_bb_pos,sell,2025-06-30 16:33:00,1257.0,7.2442,1,leg_gt,3.27,60 -49320,sell_contrast_m10_bb_pos,sell,2025-06-30 16:36:00,1256.0,7.1588,1,leg_gt,3.27,60 -49321,sell_contrast_m10_bb_pos,sell,2025-06-30 16:39:00,1260.0,7.5003,1,leg_gt,3.27,60 -49322,sell_contrast_m10_bb_pos,sell,2025-06-30 16:42:00,1261.0,7.5857,1,leg_gt,3.28,60 -49323,sell_contrast_m10_bb_pos,sell,2025-06-30 16:45:00,1262.0,7.6711,1,leg_gt,3.28,60 -49324,sell_contrast_m10_bb_pos,sell,2025-06-30 16:48:00,1263.0,7.7565,1,leg_gt,3.28,60 -49325,sell_contrast_m10_bb_pos,sell,2025-06-30 16:51:00,1263.0,7.7565,1,leg_gt,3.28,60 -49326,sell_contrast_m10_bb_pos,sell,2025-06-30 16:54:00,1262.0,7.6711,1,leg_gt,3.28,60 -49327,sell_contrast_m10_bb_pos,sell,2025-06-30 16:57:00,1261.0,7.5857,1,leg_gt,3.29,60 -49328,sell_contrast_m10_bb_pos,sell,2025-07-01 00:42:00,1233.0,1.6327,1,leg_gt,0.07,60 -49329,sell_contrast_m10_bb_pos,sell,2025-07-01 00:45:00,1233.0,1.6327,1,leg_gt,0.07,60 -49330,sell_contrast_m10_bb_pos,sell,2025-07-01 00:48:00,1237.0,1.9627,1,leg_gt,0.07,60 -49331,sell_contrast_m10_bb_pos,sell,2025-07-01 02:00:00,1237.0,1.9627,1,leg_gt,0.12,60 -49332,sell_contrast_m10_bb_pos,sell,2025-07-01 02:03:00,1236.0,1.8802,1,leg_gt,0.12,60 -49333,sell_contrast_m10_bb_pos,sell,2025-07-01 02:06:00,1236.0,1.8802,1,leg_gt,0.12,60 -49334,sell_contrast_m10_bb_pos,sell,2025-07-01 02:09:00,1236.0,1.8802,1,leg_gt,0.13,60 -49335,sell_contrast_m10_bb_pos,sell,2025-07-01 02:12:00,1239.0,2.1277,1,leg_gt,0.13,60 -49336,sell_contrast_m10_bb_pos,sell,2025-07-01 02:15:00,1245.0,2.6228,1,leg_gt,0.13,60 -49337,sell_contrast_m10_bb_pos,sell,2025-07-01 02:18:00,1242.0,2.3752,1,leg_gt,0.13,60 -49338,sell_contrast_m10_bb_pos,sell,2025-07-01 02:30:00,1240.0,2.2102,1,leg_gt,0.14,60 -49339,sell_contrast_m10_bb_pos,sell,2025-07-01 02:33:00,1238.0,2.0452,1,leg_gt,0.14,60 -49340,sell_contrast_m10_bb_pos,sell,2025-07-01 02:36:00,1237.0,1.9627,1,leg_gt,0.15,60 -49341,sell_contrast_m10_bb_pos,sell,2025-07-01 02:39:00,1234.0,1.7152,1,leg_gt,0.15,60 -49342,sell_contrast_m10_bb_pos,sell,2025-07-01 04:51:00,1245.0,2.6228,1,leg_gt,0.24,60 -49343,sell_contrast_m10_bb_pos,sell,2025-07-01 04:54:00,1245.0,2.6228,1,leg_gt,0.24,60 -49344,sell_contrast_m10_bb_pos,sell,2025-07-01 04:57:00,1249.0,2.9528,1,leg_gt,0.24,60 -49345,sell_contrast_m10_bb_pos,sell,2025-07-01 05:21:00,1251.0,3.1178,1,leg_gt,0.26,60 -49346,sell_contrast_m10_bb_pos,sell,2025-07-01 05:24:00,1249.0,2.9528,1,leg_gt,0.26,60 -49347,sell_contrast_m10_bb_pos,sell,2025-07-01 05:27:00,1247.0,2.7878,1,leg_gt,0.26,60 -49348,sell_contrast_m10_bb_pos,sell,2025-07-01 16:51:00,1201.0,-1.0076,0,leg_gt,0.74,60 -49349,sell_contrast_m10_bb_pos,sell,2025-07-01 16:54:00,1202.0,-0.9251,0,leg_gt,0.74,60 -49350,sell_contrast_m10_bb_pos,sell,2025-07-01 16:57:00,1201.0,-1.0076,0,leg_gt,0.74,60 -49351,sell_contrast_m10_bb_pos,sell,2025-07-01 17:00:00,1201.0,-1.0076,0,leg_gt,0.75,60 -49352,sell_contrast_m10_bb_pos,sell,2025-07-01 17:03:00,1196.0,-1.4201,0,leg_gt,0.75,60 -49353,sell_contrast_m10_bb_pos,sell,2025-07-01 17:06:00,1195.0,-1.5026,0,leg_gt,0.75,60 -49354,sell_contrast_m10_bb_pos,sell,2025-07-01 17:09:00,1194.0,-1.5851,0,leg_gt,0.75,60 -49355,sell_contrast_m10_bb_pos,sell,2025-07-01 23:12:00,1196.0,-1.4201,0,leg_gt,1.0,60 -49356,sell_contrast_m10_bb_pos,sell,2025-07-01 23:15:00,1196.0,-1.4201,0,leg_gt,1.01,60 -49357,sell_contrast_m10_bb_pos,sell,2025-07-01 23:18:00,1197.0,-1.3376,0,leg_gt,1.01,60 -49358,sell_contrast_m10_bb_pos,sell,2025-07-02 09:42:00,1172.0,-3.4003,0,leg_gt,1.44,60 -49359,sell_contrast_m10_bb_pos,sell,2025-07-02 09:45:00,1172.0,-3.4003,0,leg_gt,1.44,60 -49360,sell_contrast_m10_bb_pos,sell,2025-07-02 09:48:00,1167.0,-3.8129,0,leg_gt,1.45,60 -49361,sell_contrast_m10_bb_pos,sell,2025-07-02 10:51:00,1175.0,1.1059,1,leg_gt,0.02,60 -49362,sell_contrast_m10_bb_pos,sell,2025-07-02 10:57:00,1172.0,0.8475,1,leg_gt,0.03,60 -49363,sell_contrast_m10_bb_pos,sell,2025-07-02 12:30:00,1181.0,1.6227,1,leg_gt,0.09,60 -49364,sell_contrast_m10_bb_pos,sell,2025-07-02 12:33:00,1182.0,1.7088,1,leg_gt,0.1,60 -49365,sell_contrast_m10_bb_pos,sell,2025-07-02 12:36:00,1177.0,1.2781,1,leg_gt,0.1,60 -49366,sell_contrast_m10_bb_pos,sell,2025-07-02 12:39:00,1181.0,1.6227,1,leg_gt,0.1,60 -49367,sell_contrast_m10_bb_pos,sell,2025-07-02 13:30:00,1181.0,1.6227,1,leg_gt,0.14,60 -49368,sell_contrast_m10_bb_pos,sell,2025-07-02 13:33:00,1178.0,1.3643,1,leg_gt,0.14,60 -49369,sell_contrast_m10_bb_pos,sell,2025-07-02 13:36:00,1180.0,1.5365,1,leg_gt,0.14,60 -49370,sell_contrast_m10_bb_pos,sell,2025-07-02 13:39:00,1182.0,1.7088,1,leg_gt,0.14,60 -49371,sell_contrast_m10_bb_pos,sell,2025-07-02 13:51:00,1184.0,1.8811,1,leg_gt,0.15,60 -49372,sell_contrast_m10_bb_pos,sell,2025-07-02 13:54:00,1188.0,2.2256,1,leg_gt,0.15,60 -49373,sell_contrast_m10_bb_pos,sell,2025-07-02 13:57:00,1190.0,2.3978,1,leg_gt,0.15,60 -49374,sell_contrast_m10_bb_pos,sell,2025-07-02 14:30:00,1192.0,2.5701,1,leg_gt,0.18,60 -49375,sell_contrast_m10_bb_pos,sell,2025-07-02 14:33:00,1191.0,2.484,1,leg_gt,0.18,60 -49376,sell_contrast_m10_bb_pos,sell,2025-07-02 14:36:00,1191.0,2.484,1,leg_gt,0.18,60 -49377,sell_contrast_m10_bb_pos,sell,2025-07-02 14:39:00,1191.0,2.484,1,leg_gt,0.18,60 -49378,sell_contrast_m10_bb_pos,sell,2025-07-02 14:42:00,1193.0,2.6562,1,leg_gt,0.19,60 -49379,sell_contrast_m10_bb_pos,sell,2025-07-02 14:45:00,1190.0,2.3978,1,leg_gt,0.19,60 -49380,sell_contrast_m10_bb_pos,sell,2025-07-02 14:48:00,1190.0,2.3978,1,leg_gt,0.19,60 -49381,sell_contrast_m10_bb_pos,sell,2025-07-02 15:12:00,1196.0,2.9146,1,leg_gt,0.21,60 -49382,sell_contrast_m10_bb_pos,sell,2025-07-02 15:15:00,1197.0,3.0008,1,leg_gt,0.21,60 -49383,sell_contrast_m10_bb_pos,sell,2025-07-02 15:18:00,1195.0,2.8285,1,leg_gt,0.21,60 -49384,sell_contrast_m10_bb_pos,sell,2025-07-02 15:21:00,1196.0,2.9146,1,leg_gt,0.21,60 -49385,sell_contrast_m10_bb_pos,sell,2025-07-02 15:24:00,1194.0,2.7424,1,leg_gt,0.21,60 -49386,sell_contrast_m10_bb_pos,sell,2025-07-02 15:27:00,1193.0,2.6562,1,leg_gt,0.22,60 -49387,sell_contrast_m10_bb_pos,sell,2025-07-02 15:51:00,1199.0,3.173,1,leg_gt,0.23,60 -49388,sell_contrast_m10_bb_pos,sell,2025-07-02 15:54:00,1199.0,3.173,1,leg_gt,0.24,60 -49389,sell_contrast_m10_bb_pos,sell,2025-07-02 15:57:00,1201.0,3.3453,1,leg_gt,0.24,60 -49390,sell_contrast_m10_bb_pos,sell,2025-07-02 16:00:00,1203.0,3.5176,1,leg_gt,0.24,60 -49391,sell_contrast_m10_bb_pos,sell,2025-07-02 16:03:00,1215.0,4.5512,1,leg_gt,0.24,60 -49392,sell_contrast_m10_bb_pos,sell,2025-07-02 16:06:00,1272.0,9.4607,1,leg_gt,0.24,60 -49393,sell_contrast_m10_bb_pos,sell,2025-07-02 16:09:00,1225.0,5.4125,1,leg_gt,0.25,60 -49394,sell_contrast_m10_bb_pos,sell,2025-07-02 16:21:00,1215.0,4.5512,1,leg_gt,0.25,60 -49395,sell_contrast_m10_bb_pos,sell,2025-07-02 16:24:00,1219.0,4.8957,1,leg_gt,0.26,60 -49396,sell_contrast_m10_bb_pos,sell,2025-07-02 16:27:00,1217.0,4.7234,1,leg_gt,0.26,60 -49397,sell_contrast_m10_bb_pos,sell,2025-07-02 16:30:00,1216.0,4.6373,1,leg_gt,0.26,60 -49398,sell_contrast_m10_bb_pos,sell,2025-07-02 16:33:00,1213.0,4.3789,1,leg_gt,0.26,60 -49399,sell_contrast_m10_bb_pos,sell,2025-07-02 16:36:00,1217.0,4.7234,1,leg_gt,0.26,60 -49400,sell_contrast_m10_bb_pos,sell,2025-07-02 16:39:00,1217.0,4.7234,1,leg_gt,0.27,60 -49401,sell_contrast_m10_bb_pos,sell,2025-07-02 16:42:00,1217.0,4.7234,1,leg_gt,0.27,60 -49402,sell_contrast_m10_bb_pos,sell,2025-07-02 16:45:00,1214.0,4.465,1,leg_gt,0.27,60 -49403,sell_contrast_m10_bb_pos,sell,2025-07-02 16:48:00,1215.0,4.5512,1,leg_gt,0.27,60 -49404,sell_contrast_m10_bb_pos,sell,2025-07-02 16:51:00,1215.0,4.5512,1,leg_gt,0.28,60 -49405,sell_contrast_m10_bb_pos,sell,2025-07-02 16:54:00,1217.0,4.7234,1,leg_gt,0.28,60 -49406,sell_contrast_m10_bb_pos,sell,2025-07-02 16:57:00,1215.0,4.5512,1,leg_gt,0.28,60 -49407,sell_contrast_m10_bb_pos,sell,2025-07-02 22:00:00,1223.0,5.2402,1,leg_gt,0.49,60 -49408,sell_contrast_m10_bb_pos,sell,2025-07-02 22:03:00,1223.0,5.2402,1,leg_gt,0.49,60 -49409,sell_contrast_m10_bb_pos,sell,2025-07-02 22:06:00,1225.0,5.4125,1,leg_gt,0.49,60 -49410,sell_contrast_m10_bb_pos,sell,2025-07-02 22:09:00,1224.0,5.3264,1,leg_gt,0.5,60 -49411,sell_contrast_m10_bb_pos,sell,2025-07-02 22:12:00,1225.0,5.4125,1,leg_gt,0.5,60 -49412,sell_contrast_m10_bb_pos,sell,2025-07-02 22:15:00,1229.0,5.757,1,leg_gt,0.5,60 -49413,sell_contrast_m10_bb_pos,sell,2025-07-02 22:18:00,1225.0,5.4125,1,leg_gt,0.5,60 -49414,sell_contrast_m10_bb_pos,sell,2025-07-02 22:21:00,1226.0,5.4986,1,leg_gt,0.5,60 -49415,sell_contrast_m10_bb_pos,sell,2025-07-02 22:24:00,1225.0,5.4125,1,leg_gt,0.51,60 -49416,sell_contrast_m10_bb_pos,sell,2025-07-02 22:27:00,1224.0,5.3264,1,leg_gt,0.51,60 -49417,sell_contrast_m10_bb_pos,sell,2025-07-02 22:30:00,1225.0,5.4125,1,leg_gt,0.51,60 -49418,sell_contrast_m10_bb_pos,sell,2025-07-02 22:33:00,1224.0,5.3264,1,leg_gt,0.51,60 -49419,sell_contrast_m10_bb_pos,sell,2025-07-02 22:36:00,1223.0,5.2402,1,leg_gt,0.51,60 -49420,sell_contrast_m10_bb_pos,sell,2025-07-02 22:39:00,1223.0,5.2402,1,leg_gt,0.52,60 -49421,sell_contrast_m10_bb_pos,sell,2025-07-02 23:30:00,1232.0,6.0154,1,leg_gt,0.55,60 -49422,sell_contrast_m10_bb_pos,sell,2025-07-02 23:33:00,1232.0,6.0154,1,leg_gt,0.55,60 -49423,sell_contrast_m10_bb_pos,sell,2025-07-02 23:36:00,1231.0,5.9293,1,leg_gt,0.56,60 -49424,sell_contrast_m10_bb_pos,sell,2025-07-02 23:39:00,1234.0,6.1877,1,leg_gt,0.56,60 -49425,sell_contrast_m10_bb_pos,sell,2025-07-02 23:42:00,1232.0,6.0154,1,leg_gt,0.56,60 -49426,sell_contrast_m10_bb_pos,sell,2025-07-02 23:45:00,1227.0,5.5848,1,leg_gt,0.56,60 -49427,sell_contrast_m10_bb_pos,sell,2025-07-02 23:48:00,1230.0,5.8432,1,leg_gt,0.56,60 -49428,sell_contrast_m10_bb_pos,sell,2025-07-02 23:51:00,1234.0,6.1877,1,leg_gt,0.57,60 -49429,sell_contrast_m10_bb_pos,sell,2025-07-02 23:54:00,1234.0,6.1877,1,leg_gt,0.57,60 -49430,sell_contrast_m10_bb_pos,sell,2025-07-02 23:57:00,1235.0,6.2738,1,leg_gt,0.57,60 -49431,sell_contrast_m10_bb_pos,sell,2025-07-03 00:00:00,1235.0,6.2738,1,leg_gt,0.57,60 -49432,sell_contrast_m10_bb_pos,sell,2025-07-03 00:03:00,1234.0,6.1877,1,leg_gt,0.57,60 -49433,sell_contrast_m10_bb_pos,sell,2025-07-03 00:06:00,1239.0,6.6183,1,leg_gt,0.58,60 -49434,sell_contrast_m10_bb_pos,sell,2025-07-03 00:09:00,1239.0,6.6183,1,leg_gt,0.58,60 -49435,sell_contrast_m10_bb_pos,sell,2025-07-03 00:12:00,1246.0,7.2213,1,leg_gt,0.58,60 -49436,sell_contrast_m10_bb_pos,sell,2025-07-03 00:15:00,1241.0,6.7906,1,leg_gt,0.58,60 -49437,sell_contrast_m10_bb_pos,sell,2025-07-03 00:18:00,1245.0,7.1351,1,leg_gt,0.59,60 -49438,sell_contrast_m10_bb_pos,sell,2025-07-03 00:42:00,1240.0,6.7045,1,leg_gt,0.6,60 -49439,sell_contrast_m10_bb_pos,sell,2025-07-03 00:45:00,1244.0,7.049,1,leg_gt,0.6,60 -49440,sell_contrast_m10_bb_pos,sell,2025-07-03 00:48:00,1245.0,7.1351,1,leg_gt,0.61,60 -49441,sell_contrast_m10_bb_pos,sell,2025-07-03 00:51:00,1244.0,7.049,1,leg_gt,0.61,60 -49442,sell_contrast_m10_bb_pos,sell,2025-07-03 00:54:00,1248.0,7.3935,1,leg_gt,0.61,60 -49443,sell_contrast_m10_bb_pos,sell,2025-07-03 00:57:00,1246.0,7.2213,1,leg_gt,0.61,60 -49444,sell_contrast_m10_bb_pos,sell,2025-07-03 01:00:00,1247.0,7.3074,1,leg_gt,0.61,60 -49445,sell_contrast_m10_bb_pos,sell,2025-07-03 01:03:00,1249.0,7.4797,1,leg_gt,0.62,60 -49446,sell_contrast_m10_bb_pos,sell,2025-07-03 01:06:00,1257.0,8.1687,1,leg_gt,0.62,60 -49447,sell_contrast_m10_bb_pos,sell,2025-07-03 01:09:00,1264.0,8.7717,1,leg_gt,0.62,60 -49448,sell_contrast_m10_bb_pos,sell,2025-07-03 02:00:00,1284.0,10.4943,1,leg_gt,0.66,60 -49449,sell_contrast_m10_bb_pos,sell,2025-07-03 02:03:00,1292.0,11.1834,1,leg_gt,0.66,60 -49450,sell_contrast_m10_bb_pos,sell,2025-07-03 02:06:00,1290.0,11.0111,1,leg_gt,0.66,60 -49451,sell_contrast_m10_bb_pos,sell,2025-07-03 02:09:00,1283.0,10.4082,1,leg_gt,0.66,60 -49452,sell_contrast_m10_bb_pos,sell,2025-07-03 02:12:00,1286.0,10.6666,1,leg_gt,0.66,60 -49453,sell_contrast_m10_bb_pos,sell,2025-07-03 02:15:00,1287.0,10.7527,1,leg_gt,0.67,60 -49454,sell_contrast_m10_bb_pos,sell,2025-07-03 02:18:00,1291.0,11.0972,1,leg_gt,0.67,60 -49455,sell_contrast_m10_bb_pos,sell,2025-07-03 02:21:00,1290.0,11.0111,1,leg_gt,0.67,60 -49456,sell_contrast_m10_bb_pos,sell,2025-07-03 02:24:00,1293.0,11.2695,1,leg_gt,0.67,60 -49457,sell_contrast_m10_bb_pos,sell,2025-07-03 02:27:00,1286.0,10.6666,1,leg_gt,0.68,60 -49458,sell_contrast_m10_bb_pos,sell,2025-07-03 03:21:00,1300.0,1.9408,1,leg_gt,0.02,60 -49459,sell_contrast_m10_bb_pos,sell,2025-07-03 03:24:00,1297.0,1.7053,1,leg_gt,0.03,60 -49460,sell_contrast_m10_bb_pos,sell,2025-07-03 03:27:00,1297.0,1.7053,1,leg_gt,0.03,60 -49461,sell_contrast_m10_bb_pos,sell,2025-07-03 03:30:00,1302.0,2.0978,1,leg_gt,0.03,60 -49462,sell_contrast_m10_bb_pos,sell,2025-07-03 03:33:00,1300.0,1.9408,1,leg_gt,0.03,60 -49463,sell_contrast_m10_bb_pos,sell,2025-07-03 03:36:00,1298.0,1.7838,1,leg_gt,0.04,60 -49464,sell_contrast_m10_bb_pos,sell,2025-07-03 03:39:00,1294.0,1.4699,1,leg_gt,0.04,60 -49465,sell_contrast_m10_bb_pos,sell,2025-07-03 05:00:00,1303.0,2.1763,1,leg_gt,0.09,60 -49466,sell_contrast_m10_bb_pos,sell,2025-07-03 05:03:00,1301.0,2.0193,1,leg_gt,0.1,60 -49467,sell_contrast_m10_bb_pos,sell,2025-07-03 05:06:00,1300.0,1.9408,1,leg_gt,0.1,60 -49468,sell_contrast_m10_bb_pos,sell,2025-07-03 05:09:00,1298.0,1.7838,1,leg_gt,0.1,60 -49469,sell_contrast_m10_bb_pos,sell,2025-07-03 05:30:00,1308.0,2.5688,1,leg_gt,0.11,60 -49470,sell_contrast_m10_bb_pos,sell,2025-07-03 05:33:00,1305.0,2.3333,1,leg_gt,0.12,60 -49471,sell_contrast_m10_bb_pos,sell,2025-07-03 05:36:00,1306.0,2.4118,1,leg_gt,0.12,60 -49472,sell_contrast_m10_bb_pos,sell,2025-07-03 05:39:00,1306.0,2.4118,1,leg_gt,0.12,60 -49473,sell_contrast_m10_bb_pos,sell,2025-07-03 10:30:00,1300.0,1.9408,1,leg_gt,0.32,60 -49474,sell_contrast_m10_bb_pos,sell,2025-07-03 10:33:00,1301.0,2.0193,1,leg_gt,0.32,60 -49475,sell_contrast_m10_bb_pos,sell,2025-07-03 10:36:00,1301.0,2.0193,1,leg_gt,0.33,60 -49476,sell_contrast_m10_bb_pos,sell,2025-07-03 10:39:00,1305.0,2.3333,1,leg_gt,0.33,60 -49477,sell_contrast_m10_bb_pos,sell,2025-07-03 10:42:00,1305.0,2.3333,1,leg_gt,0.33,60 -49478,sell_contrast_m10_bb_pos,sell,2025-07-03 10:45:00,1305.0,2.3333,1,leg_gt,0.33,60 -49479,sell_contrast_m10_bb_pos,sell,2025-07-03 10:48:00,1306.0,2.4118,1,leg_gt,0.34,60 -49480,sell_contrast_m10_bb_pos,sell,2025-07-03 10:51:00,1308.0,2.5688,1,leg_gt,0.34,60 -49481,sell_contrast_m10_bb_pos,sell,2025-07-03 10:54:00,1308.0,2.5688,1,leg_gt,0.34,60 -49482,sell_contrast_m10_bb_pos,sell,2025-07-03 10:57:00,1315.0,3.1182,1,leg_gt,0.34,60 -49483,sell_contrast_m10_bb_pos,sell,2025-07-03 15:00:00,1329.0,4.2171,1,leg_gt,0.51,60 -49484,sell_contrast_m10_bb_pos,sell,2025-07-03 15:03:00,1325.0,3.9031,1,leg_gt,0.51,60 -49485,sell_contrast_m10_bb_pos,sell,2025-07-03 15:06:00,1321.0,3.5892,1,leg_gt,0.51,60 -49486,sell_contrast_m10_bb_pos,sell,2025-07-03 15:09:00,1321.0,3.5892,1,leg_gt,0.52,60 -49487,sell_contrast_m10_bb_pos,sell,2025-07-04 03:42:00,1283.0,0.6064,1,leg_gt,1.04,60 -49488,sell_contrast_m10_bb_pos,sell,2025-07-04 03:45:00,1280.0,0.371,1,leg_gt,1.04,60 -49489,sell_contrast_m10_bb_pos,sell,2025-07-04 03:48:00,1278.0,0.214,1,leg_gt,1.04,60 -49490,sell_contrast_m10_bb_pos,sell,2025-07-04 04:30:00,1283.0,0.6064,1,leg_gt,1.07,60 -49491,sell_contrast_m10_bb_pos,sell,2025-07-04 04:33:00,1284.0,0.6849,1,leg_gt,1.08,60 -49492,sell_contrast_m10_bb_pos,sell,2025-07-04 04:36:00,1283.0,0.6064,1,leg_gt,1.08,60 -49493,sell_contrast_m10_bb_pos,sell,2025-07-04 04:39:00,1282.0,0.5279,1,leg_gt,1.08,60 -49494,sell_contrast_m10_bb_pos,sell,2025-07-04 04:51:00,1285.0,0.7634,1,leg_gt,1.09,60 -49495,sell_contrast_m10_bb_pos,sell,2025-07-04 04:54:00,1285.0,0.7634,1,leg_gt,1.09,60 -49496,sell_contrast_m10_bb_pos,sell,2025-07-04 04:57:00,1285.0,0.7634,1,leg_gt,1.09,60 -49497,sell_contrast_m10_bb_pos,sell,2025-07-04 05:12:00,1289.0,1.0774,1,leg_gt,1.1,60 -49498,sell_contrast_m10_bb_pos,sell,2025-07-04 05:15:00,1287.0,0.9204,1,leg_gt,1.1,60 -49499,sell_contrast_m10_bb_pos,sell,2025-07-04 05:18:00,1285.0,0.7634,1,leg_gt,1.11,60 -49500,sell_contrast_m10_bb_pos,sell,2025-07-04 05:21:00,1288.0,0.9989,1,leg_gt,1.11,60 -49501,sell_contrast_m10_bb_pos,sell,2025-07-04 05:24:00,1288.0,0.9989,1,leg_gt,1.11,60 -49502,sell_contrast_m10_bb_pos,sell,2025-07-04 05:27:00,1290.0,1.1559,1,leg_gt,1.11,60 -49503,sell_contrast_m10_bb_pos,sell,2025-07-04 05:51:00,1292.0,1.3129,1,leg_gt,1.13,60 -49504,sell_contrast_m10_bb_pos,sell,2025-07-04 05:54:00,1291.0,1.2344,1,leg_gt,1.13,60 -49505,sell_contrast_m10_bb_pos,sell,2025-07-04 05:57:00,1291.0,1.2344,1,leg_gt,1.13,60 -49506,sell_contrast_m10_bb_pos,sell,2025-07-04 06:00:00,1292.0,1.3129,1,leg_gt,1.14,60 -49507,sell_contrast_m10_bb_pos,sell,2025-07-04 06:03:00,1294.0,1.4699,1,leg_gt,1.14,60 -49508,sell_contrast_m10_bb_pos,sell,2025-07-04 06:06:00,1292.0,1.3129,1,leg_gt,1.14,60 -49509,sell_contrast_m10_bb_pos,sell,2025-07-04 06:09:00,1291.0,1.2344,1,leg_gt,1.14,60 -49510,sell_contrast_m10_bb_pos,sell,2025-07-04 09:51:00,1290.0,1.1559,1,leg_gt,1.3,60 -49511,sell_contrast_m10_bb_pos,sell,2025-07-04 09:54:00,1290.0,1.1559,1,leg_gt,1.3,60 -49512,sell_contrast_m10_bb_pos,sell,2025-07-04 09:57:00,1282.0,0.5279,1,leg_gt,1.3,60 -49513,sell_contrast_m10_bb_pos,sell,2025-07-04 10:21:00,1293.0,1.3914,1,leg_gt,1.32,60 -49514,sell_contrast_m10_bb_pos,sell,2025-07-04 10:24:00,1289.0,1.0774,1,leg_gt,1.32,60 -49515,sell_contrast_m10_bb_pos,sell,2025-07-04 10:27:00,1291.0,1.2344,1,leg_gt,1.32,60 -49516,sell_contrast_m10_bb_pos,sell,2025-07-05 05:51:00,1197.0,-6.144,0,leg_gt,2.13,60 -49517,sell_contrast_m10_bb_pos,sell,2025-07-05 05:54:00,1195.0,-6.3009,0,leg_gt,2.13,60 -49518,sell_contrast_m10_bb_pos,sell,2025-07-05 05:57:00,1193.0,-6.4579,0,leg_gt,2.13,60 -49519,sell_contrast_m10_bb_pos,sell,2025-07-05 07:42:00,1200.0,-5.9085,0,leg_gt,2.21,60 -49520,sell_contrast_m10_bb_pos,sell,2025-07-05 07:45:00,1199.0,-5.987,0,leg_gt,2.21,60 -49521,sell_contrast_m10_bb_pos,sell,2025-07-05 07:48:00,1198.0,-6.0655,0,leg_gt,2.21,60 -49522,sell_contrast_m10_bb_pos,sell,2025-07-05 07:51:00,1199.0,-5.987,0,leg_gt,2.21,60 -49523,sell_contrast_m10_bb_pos,sell,2025-07-05 07:54:00,1201.0,-5.83,0,leg_gt,2.21,60 -49524,sell_contrast_m10_bb_pos,sell,2025-07-05 07:57:00,1200.0,-5.9085,0,leg_gt,2.22,60 -49525,sell_contrast_m10_bb_pos,sell,2025-07-05 09:21:00,1201.0,-5.83,0,leg_gt,2.28,60 -49526,sell_contrast_m10_bb_pos,sell,2025-07-05 09:24:00,1202.0,-5.7515,0,leg_gt,2.28,60 -49527,sell_contrast_m10_bb_pos,sell,2025-07-05 09:27:00,1202.0,-5.7515,0,leg_gt,2.28,60 -49528,sell_contrast_m10_bb_pos,sell,2025-07-05 09:30:00,1202.0,-5.7515,0,leg_gt,2.28,60 -49529,sell_contrast_m10_bb_pos,sell,2025-07-05 09:33:00,1202.0,-5.7515,0,leg_gt,2.28,60 -49530,sell_contrast_m10_bb_pos,sell,2025-07-05 09:36:00,1201.0,-5.83,0,leg_gt,2.29,60 -49531,sell_contrast_m10_bb_pos,sell,2025-07-05 09:39:00,1200.0,-5.9085,0,leg_gt,2.29,60 -49532,sell_contrast_m10_bb_pos,sell,2025-07-05 12:12:00,1206.0,-5.4375,0,leg_gt,2.39,60 -49533,sell_contrast_m10_bb_pos,sell,2025-07-05 12:15:00,1207.0,-5.359,0,leg_gt,2.4,60 -49534,sell_contrast_m10_bb_pos,sell,2025-07-05 12:18:00,1208.0,-5.2805,0,leg_gt,2.4,60 -49535,sell_contrast_m10_bb_pos,sell,2025-07-05 15:21:00,1206.0,-5.4375,0,leg_gt,2.52,60 -49536,sell_contrast_m10_bb_pos,sell,2025-07-05 15:24:00,1209.0,-5.202,0,leg_gt,2.53,60 -49537,sell_contrast_m10_bb_pos,sell,2025-07-05 15:27:00,1210.0,-5.1235,0,leg_gt,2.53,60 -49538,sell_contrast_m10_bb_pos,sell,2025-07-05 15:30:00,1210.0,-5.1235,0,leg_gt,2.53,60 -49539,sell_contrast_m10_bb_pos,sell,2025-07-05 15:33:00,1210.0,-5.1235,0,leg_gt,2.53,60 -49540,sell_contrast_m10_bb_pos,sell,2025-07-05 15:36:00,1210.0,-5.1235,0,leg_gt,2.54,60 -49541,sell_contrast_m10_bb_pos,sell,2025-07-05 15:39:00,1208.0,-5.2805,0,leg_gt,2.54,60 -49542,sell_contrast_m10_bb_pos,sell,2025-07-05 15:51:00,1208.0,-5.2805,0,leg_gt,2.55,60 -49543,sell_contrast_m10_bb_pos,sell,2025-07-05 15:54:00,1211.0,-5.0451,0,leg_gt,2.55,60 -49544,sell_contrast_m10_bb_pos,sell,2025-07-05 15:57:00,1211.0,-5.0451,0,leg_gt,2.55,60 -49545,sell_contrast_m10_bb_pos,sell,2025-07-05 16:00:00,1211.0,-5.0451,0,leg_gt,2.55,60 -49546,sell_contrast_m10_bb_pos,sell,2025-07-05 16:03:00,1210.0,-5.1235,0,leg_gt,2.55,60 -49547,sell_contrast_m10_bb_pos,sell,2025-07-05 16:06:00,1210.0,-5.1235,0,leg_gt,2.56,60 -49548,sell_contrast_m10_bb_pos,sell,2025-07-05 16:09:00,1211.0,-5.0451,0,leg_gt,2.56,60 -49549,sell_contrast_m10_bb_pos,sell,2025-07-06 00:12:00,1197.0,-6.144,0,leg_gt,2.89,60 -49550,sell_contrast_m10_bb_pos,sell,2025-07-06 00:15:00,1195.0,-6.3009,0,leg_gt,2.9,60 -49551,sell_contrast_m10_bb_pos,sell,2025-07-06 00:18:00,1196.0,-6.2224,0,leg_gt,2.9,60 -49552,sell_contrast_m10_bb_pos,sell,2025-07-06 02:12:00,1195.0,-6.3009,0,leg_gt,2.98,60 -49553,sell_contrast_m10_bb_pos,sell,2025-07-06 02:15:00,1194.0,-6.3794,0,leg_gt,2.98,60 -49554,sell_contrast_m10_bb_pos,sell,2025-07-06 02:18:00,1191.0,-6.6149,0,leg_gt,2.98,60 -49555,sell_contrast_m10_bb_pos,sell,2025-07-06 06:00:00,1190.0,1.2629,1,leg_gt,0.09,60 -49556,sell_contrast_m10_bb_pos,sell,2025-07-06 06:03:00,1187.0,1.0073,1,leg_gt,0.09,60 -49557,sell_contrast_m10_bb_pos,sell,2025-07-06 06:09:00,1187.0,1.0073,1,leg_gt,0.1,60 -49558,sell_contrast_m10_bb_pos,sell,2025-07-06 07:51:00,1188.0,1.0925,1,leg_gt,0.17,60 -49559,sell_contrast_m10_bb_pos,sell,2025-07-06 07:54:00,1187.0,1.0073,1,leg_gt,0.17,60 -49560,sell_contrast_m10_bb_pos,sell,2025-07-06 07:57:00,1187.0,1.0073,1,leg_gt,0.17,60 -49561,sell_contrast_m10_bb_pos,sell,2025-07-06 08:12:00,1190.0,1.2629,1,leg_gt,0.18,60 -49562,sell_contrast_m10_bb_pos,sell,2025-07-06 08:15:00,1190.0,1.2629,1,leg_gt,0.19,60 -49563,sell_contrast_m10_bb_pos,sell,2025-07-06 08:18:00,1190.0,1.2629,1,leg_gt,0.19,60 -49564,sell_contrast_m10_bb_pos,sell,2025-07-06 08:21:00,1189.0,1.1777,1,leg_gt,0.19,60 -49565,sell_contrast_m10_bb_pos,sell,2025-07-06 08:24:00,1189.0,1.1777,1,leg_gt,0.19,60 -49566,sell_contrast_m10_bb_pos,sell,2025-07-06 08:27:00,1190.0,1.2629,1,leg_gt,0.19,60 -49567,sell_contrast_m10_bb_pos,sell,2025-07-06 15:51:00,1186.0,0.9221,1,leg_gt,0.5,60 -49568,sell_contrast_m10_bb_pos,sell,2025-07-06 15:54:00,1187.0,1.0073,1,leg_gt,0.5,60 -49569,sell_contrast_m10_bb_pos,sell,2025-07-06 15:57:00,1189.0,1.1777,1,leg_gt,0.51,60 -49570,sell_contrast_m10_bb_pos,sell,2025-07-06 16:42:00,1192.0,1.4332,1,leg_gt,0.54,60 -49571,sell_contrast_m10_bb_pos,sell,2025-07-06 16:45:00,1192.0,1.4332,1,leg_gt,0.54,60 -49572,sell_contrast_m10_bb_pos,sell,2025-07-06 16:48:00,1191.0,1.348,1,leg_gt,0.54,60 -49573,sell_contrast_m10_bb_pos,sell,2025-07-06 17:12:00,1192.0,1.4332,1,leg_gt,0.56,60 -49574,sell_contrast_m10_bb_pos,sell,2025-07-06 17:15:00,1190.0,1.2629,1,leg_gt,0.56,60 -49575,sell_contrast_m10_bb_pos,sell,2025-07-06 17:18:00,1188.0,1.0925,1,leg_gt,0.56,60 -49576,sell_contrast_m10_bb_pos,sell,2025-07-06 17:51:00,1195.0,1.6888,1,leg_gt,0.59,60 -49577,sell_contrast_m10_bb_pos,sell,2025-07-06 17:54:00,1195.0,1.6888,1,leg_gt,0.59,60 -49578,sell_contrast_m10_bb_pos,sell,2025-07-06 17:57:00,1192.0,1.4332,1,leg_gt,0.59,60 -49579,sell_contrast_m10_bb_pos,sell,2025-07-06 21:00:00,1193.0,1.5184,1,leg_gt,0.72,60 -49580,sell_contrast_m10_bb_pos,sell,2025-07-06 21:03:00,1189.0,1.1777,1,leg_gt,0.72,60 -49581,sell_contrast_m10_bb_pos,sell,2025-07-06 21:06:00,1188.0,1.0925,1,leg_gt,0.72,60 -49582,sell_contrast_m10_bb_pos,sell,2025-07-06 21:09:00,1190.0,1.2629,1,leg_gt,0.72,60 -49583,sell_contrast_m10_bb_pos,sell,2025-07-06 22:00:00,1197.0,1.8591,1,leg_gt,0.76,60 -49584,sell_contrast_m10_bb_pos,sell,2025-07-06 22:03:00,1195.0,1.6888,1,leg_gt,0.76,60 -49585,sell_contrast_m10_bb_pos,sell,2025-07-06 22:06:00,1194.0,1.6036,1,leg_gt,0.76,60 -49586,sell_contrast_m10_bb_pos,sell,2025-07-06 22:09:00,1195.0,1.6888,1,leg_gt,0.76,60 -49587,sell_contrast_m10_bb_pos,sell,2025-07-06 22:12:00,1195.0,1.6888,1,leg_gt,0.77,60 -49588,sell_contrast_m10_bb_pos,sell,2025-07-06 22:15:00,1197.0,1.8591,1,leg_gt,0.77,60 -49589,sell_contrast_m10_bb_pos,sell,2025-07-06 22:18:00,1196.0,1.7739,1,leg_gt,0.77,60 -49590,sell_contrast_m10_bb_pos,sell,2025-07-06 22:21:00,1199.0,2.0295,1,leg_gt,0.77,60 -49591,sell_contrast_m10_bb_pos,sell,2025-07-06 22:24:00,1200.0,2.1147,1,leg_gt,0.78,60 -49592,sell_contrast_m10_bb_pos,sell,2025-07-06 22:27:00,1199.0,2.0295,1,leg_gt,0.78,60 -49593,sell_contrast_m10_bb_pos,sell,2025-07-06 23:00:00,1208.0,2.7961,1,leg_gt,0.8,60 -49594,sell_contrast_m10_bb_pos,sell,2025-07-06 23:03:00,1211.0,3.0516,1,leg_gt,0.8,60 -49595,sell_contrast_m10_bb_pos,sell,2025-07-06 23:06:00,1211.0,3.0516,1,leg_gt,0.8,60 -49596,sell_contrast_m10_bb_pos,sell,2025-07-06 23:09:00,1211.0,3.0516,1,leg_gt,0.81,60 -49597,sell_contrast_m10_bb_pos,sell,2025-07-06 23:12:00,1210.0,2.9664,1,leg_gt,0.81,60 -49598,sell_contrast_m10_bb_pos,sell,2025-07-06 23:15:00,1203.0,2.3702,1,leg_gt,0.81,60 -49599,sell_contrast_m10_bb_pos,sell,2025-07-06 23:18:00,1206.0,2.6257,1,leg_gt,0.81,60 -49600,sell_contrast_m10_bb_pos,sell,2025-07-07 01:30:00,1209.0,2.8813,1,leg_gt,0.9,60 -49601,sell_contrast_m10_bb_pos,sell,2025-07-07 01:33:00,1206.0,2.6257,1,leg_gt,0.91,60 -49602,sell_contrast_m10_bb_pos,sell,2025-07-07 01:36:00,1204.0,2.4554,1,leg_gt,0.91,60 -49603,sell_contrast_m10_bb_pos,sell,2025-07-07 01:39:00,1206.0,2.6257,1,leg_gt,0.91,60 -49604,sell_contrast_m10_bb_pos,sell,2025-07-07 02:00:00,1210.0,2.9664,1,leg_gt,0.92,60 -49605,sell_contrast_m10_bb_pos,sell,2025-07-07 02:03:00,1209.0,2.8813,1,leg_gt,0.93,60 -49606,sell_contrast_m10_bb_pos,sell,2025-07-07 02:06:00,1207.0,2.7109,1,leg_gt,0.93,60 -49607,sell_contrast_m10_bb_pos,sell,2025-07-07 02:09:00,1206.0,2.6257,1,leg_gt,0.93,60 -49608,sell_contrast_m10_bb_pos,sell,2025-07-07 05:30:00,1213.0,3.222,1,leg_gt,1.07,60 -49609,sell_contrast_m10_bb_pos,sell,2025-07-07 05:33:00,1213.0,3.222,1,leg_gt,1.07,60 -49610,sell_contrast_m10_bb_pos,sell,2025-07-07 05:36:00,1214.0,3.3072,1,leg_gt,1.08,60 -49611,sell_contrast_m10_bb_pos,sell,2025-07-07 05:39:00,1215.0,3.3923,1,leg_gt,1.08,60 -49612,sell_contrast_m10_bb_pos,sell,2025-07-07 05:42:00,1215.0,3.3923,1,leg_gt,1.08,60 -49613,sell_contrast_m10_bb_pos,sell,2025-07-07 05:45:00,1216.0,3.4775,1,leg_gt,1.08,60 -49614,sell_contrast_m10_bb_pos,sell,2025-07-07 05:48:00,1217.0,3.5627,1,leg_gt,1.08,60 -49615,sell_contrast_m10_bb_pos,sell,2025-07-07 05:51:00,1214.0,3.3072,1,leg_gt,1.09,60 -49616,sell_contrast_m10_bb_pos,sell,2025-07-07 05:54:00,1213.0,3.222,1,leg_gt,1.09,60 -49617,sell_contrast_m10_bb_pos,sell,2025-07-07 05:57:00,1212.0,3.1368,1,leg_gt,1.09,60 -49618,sell_contrast_m10_bb_pos,sell,2025-07-07 06:12:00,1218.0,3.6479,1,leg_gt,1.1,60 -49619,sell_contrast_m10_bb_pos,sell,2025-07-07 06:15:00,1219.0,3.733,1,leg_gt,1.1,60 -49620,sell_contrast_m10_bb_pos,sell,2025-07-07 06:18:00,1218.0,3.6479,1,leg_gt,1.1,60 -49621,sell_contrast_m10_bb_pos,sell,2025-07-07 06:21:00,1217.0,3.5627,1,leg_gt,1.11,60 -49622,sell_contrast_m10_bb_pos,sell,2025-07-07 06:24:00,1222.0,3.9886,1,leg_gt,1.11,60 -49623,sell_contrast_m10_bb_pos,sell,2025-07-07 06:27:00,1225.0,4.2441,1,leg_gt,1.11,60 -49624,sell_contrast_m10_bb_pos,sell,2025-07-07 06:51:00,1226.0,4.3293,1,leg_gt,1.13,60 -49625,sell_contrast_m10_bb_pos,sell,2025-07-07 06:54:00,1226.0,4.3293,1,leg_gt,1.13,60 -49626,sell_contrast_m10_bb_pos,sell,2025-07-07 06:57:00,1227.0,4.4145,1,leg_gt,1.13,60 -49627,sell_contrast_m10_bb_pos,sell,2025-07-07 07:00:00,1229.0,4.5848,1,leg_gt,1.13,60 -49628,sell_contrast_m10_bb_pos,sell,2025-07-07 07:03:00,1235.0,5.0959,1,leg_gt,1.14,60 -49629,sell_contrast_m10_bb_pos,sell,2025-07-07 07:06:00,1236.0,5.1811,1,leg_gt,1.14,60 -49630,sell_contrast_m10_bb_pos,sell,2025-07-07 07:09:00,1236.0,5.1811,1,leg_gt,1.14,60 -49631,sell_contrast_m10_bb_pos,sell,2025-07-07 07:21:00,1235.0,5.0959,1,leg_gt,1.15,60 -49632,sell_contrast_m10_bb_pos,sell,2025-07-07 07:24:00,1234.0,5.0107,1,leg_gt,1.15,60 -49633,sell_contrast_m10_bb_pos,sell,2025-07-07 07:27:00,1232.0,4.8404,1,leg_gt,1.15,60 -49634,sell_contrast_m10_bb_pos,sell,2025-07-07 07:30:00,1234.0,5.0107,1,leg_gt,1.15,60 -49635,sell_contrast_m10_bb_pos,sell,2025-07-07 07:33:00,1231.0,4.7552,1,leg_gt,1.16,60 -49636,sell_contrast_m10_bb_pos,sell,2025-07-07 07:36:00,1231.0,4.7552,1,leg_gt,1.16,60 -49637,sell_contrast_m10_bb_pos,sell,2025-07-07 07:39:00,1230.0,4.67,1,leg_gt,1.16,60 -49638,sell_contrast_m10_bb_pos,sell,2025-07-07 22:30:00,1205.0,2.5405,1,leg_gt,1.78,60 -49639,sell_contrast_m10_bb_pos,sell,2025-07-07 22:33:00,1203.0,2.3702,1,leg_gt,1.78,60 -49640,sell_contrast_m10_bb_pos,sell,2025-07-07 22:36:00,1202.0,2.285,1,leg_gt,1.78,60 -49641,sell_contrast_m10_bb_pos,sell,2025-07-07 22:39:00,1202.0,2.285,1,leg_gt,1.79,60 -49642,sell_contrast_m10_bb_pos,sell,2025-07-08 09:00:00,1193.0,1.5184,1,leg_gt,2.22,60 -49643,sell_contrast_m10_bb_pos,sell,2025-07-08 09:03:00,1192.0,1.4332,1,leg_gt,2.22,60 -49644,sell_contrast_m10_bb_pos,sell,2025-07-08 09:06:00,1190.0,1.2629,1,leg_gt,2.22,60 -49645,sell_contrast_m10_bb_pos,sell,2025-07-08 09:09:00,1191.0,1.348,1,leg_gt,2.22,60 -49646,sell_contrast_m10_bb_pos,sell,2025-07-08 14:51:00,1184.0,0.7518,1,leg_gt,2.46,60 -49647,sell_contrast_m10_bb_pos,sell,2025-07-08 14:54:00,1184.0,0.7518,1,leg_gt,2.46,60 -49648,sell_contrast_m10_bb_pos,sell,2025-07-08 14:57:00,1183.0,0.6666,1,leg_gt,2.46,60 -49649,sell_contrast_m10_bb_pos,sell,2025-07-08 15:00:00,1184.0,0.7518,1,leg_gt,2.47,60 -49650,sell_contrast_m10_bb_pos,sell,2025-07-08 15:03:00,1184.0,0.7518,1,leg_gt,2.47,60 -49651,sell_contrast_m10_bb_pos,sell,2025-07-08 15:06:00,1186.0,0.9221,1,leg_gt,2.47,60 -49652,sell_contrast_m10_bb_pos,sell,2025-07-08 15:09:00,1186.0,0.9221,1,leg_gt,2.47,60 -49653,sell_contrast_m10_bb_pos,sell,2025-07-08 19:51:00,1185.0,0.837,1,leg_gt,2.67,60 -49654,sell_contrast_m10_bb_pos,sell,2025-07-08 19:54:00,1187.0,1.0073,1,leg_gt,2.67,60 -49655,sell_contrast_m10_bb_pos,sell,2025-07-08 19:57:00,1186.0,0.9221,1,leg_gt,2.67,60 -49656,sell_contrast_m10_bb_pos,sell,2025-07-08 20:00:00,1186.0,0.9221,1,leg_gt,2.68,60 -49657,sell_contrast_m10_bb_pos,sell,2025-07-08 20:03:00,1186.0,0.9221,1,leg_gt,2.68,60 -49658,sell_contrast_m10_bb_pos,sell,2025-07-08 20:06:00,1192.0,1.4332,1,leg_gt,2.68,60 -49659,sell_contrast_m10_bb_pos,sell,2025-07-08 20:09:00,1190.0,1.2629,1,leg_gt,2.68,60 -49660,sell_contrast_m10_bb_pos,sell,2025-07-08 20:30:00,1188.0,1.0925,1,leg_gt,2.7,60 -49661,sell_contrast_m10_bb_pos,sell,2025-07-08 20:33:00,1189.0,1.1777,1,leg_gt,2.7,60 -49662,sell_contrast_m10_bb_pos,sell,2025-07-08 20:36:00,1188.0,1.0925,1,leg_gt,2.7,60 -49663,sell_contrast_m10_bb_pos,sell,2025-07-08 20:39:00,1186.0,0.9221,1,leg_gt,2.7,60 -49664,sell_contrast_m10_bb_pos,sell,2025-07-08 22:00:00,1191.0,1.348,1,leg_gt,2.76,60 -49665,sell_contrast_m10_bb_pos,sell,2025-07-08 22:03:00,1190.0,1.2629,1,leg_gt,2.76,60 -49666,sell_contrast_m10_bb_pos,sell,2025-07-08 22:06:00,1189.0,1.1777,1,leg_gt,2.76,60 -49667,sell_contrast_m10_bb_pos,sell,2025-07-08 22:09:00,1189.0,1.1777,1,leg_gt,2.76,60 -49668,sell_contrast_m10_bb_pos,sell,2025-07-09 02:42:00,1195.0,2.1241,1,leg_gt,0.1,60 -49669,sell_contrast_m10_bb_pos,sell,2025-07-09 02:45:00,1196.0,2.2097,1,leg_gt,0.1,60 -49670,sell_contrast_m10_bb_pos,sell,2025-07-09 02:48:00,1199.0,2.4663,1,leg_gt,0.1,60 -49671,sell_contrast_m10_bb_pos,sell,2025-07-09 02:51:00,1199.0,2.4663,1,leg_gt,0.1,60 -49672,sell_contrast_m10_bb_pos,sell,2025-07-09 02:54:00,1203.0,2.8085,1,leg_gt,0.1,60 -49673,sell_contrast_m10_bb_pos,sell,2025-07-09 02:57:00,1201.0,2.6374,1,leg_gt,0.11,60 -49674,sell_contrast_m10_bb_pos,sell,2025-07-09 03:00:00,1199.0,2.4663,1,leg_gt,0.11,60 -49675,sell_contrast_m10_bb_pos,sell,2025-07-09 03:03:00,1200.0,2.5518,1,leg_gt,0.11,60 -49676,sell_contrast_m10_bb_pos,sell,2025-07-09 03:06:00,1201.0,2.6374,1,leg_gt,0.11,60 -49677,sell_contrast_m10_bb_pos,sell,2025-07-09 03:09:00,1200.0,2.5518,1,leg_gt,0.11,60 -49678,sell_contrast_m10_bb_pos,sell,2025-07-09 03:12:00,1201.0,2.6374,1,leg_gt,0.12,60 -49679,sell_contrast_m10_bb_pos,sell,2025-07-09 03:15:00,1202.0,2.7229,1,leg_gt,0.12,60 -49680,sell_contrast_m10_bb_pos,sell,2025-07-09 03:18:00,1203.0,2.8085,1,leg_gt,0.12,60 -49681,sell_contrast_m10_bb_pos,sell,2025-07-09 03:21:00,1201.0,2.6374,1,leg_gt,0.12,60 -49682,sell_contrast_m10_bb_pos,sell,2025-07-09 03:24:00,1202.0,2.7229,1,leg_gt,0.12,60 -49683,sell_contrast_m10_bb_pos,sell,2025-07-09 03:27:00,1199.0,2.4663,1,leg_gt,0.13,60 -49684,sell_contrast_m10_bb_pos,sell,2025-07-09 14:51:00,1191.0,1.782,1,leg_gt,0.6,60 -49685,sell_contrast_m10_bb_pos,sell,2025-07-09 14:54:00,1188.0,1.5253,1,leg_gt,0.6,60 -49686,sell_contrast_m10_bb_pos,sell,2025-07-09 14:57:00,1188.0,1.5253,1,leg_gt,0.61,60 -49687,sell_contrast_m10_bb_pos,sell,2025-07-09 15:00:00,1190.0,1.6964,1,leg_gt,0.61,60 -49688,sell_contrast_m10_bb_pos,sell,2025-07-09 15:03:00,1188.0,1.5253,1,leg_gt,0.61,60 -49689,sell_contrast_m10_bb_pos,sell,2025-07-09 15:06:00,1184.0,1.1831,1,leg_gt,0.61,60 -49690,sell_contrast_m10_bb_pos,sell,2025-07-09 15:09:00,1184.0,1.1831,1,leg_gt,0.61,60 -49691,sell_contrast_m10_bb_pos,sell,2025-07-09 17:51:00,1195.0,2.1241,1,leg_gt,0.73,60 -49692,sell_contrast_m10_bb_pos,sell,2025-07-09 17:54:00,1193.0,1.953,1,leg_gt,0.73,60 -49693,sell_contrast_m10_bb_pos,sell,2025-07-09 17:57:00,1193.0,1.953,1,leg_gt,0.73,60 -49694,sell_contrast_m10_bb_pos,sell,2025-07-09 20:12:00,1193.0,1.953,1,leg_gt,0.82,60 -49695,sell_contrast_m10_bb_pos,sell,2025-07-09 20:15:00,1194.0,2.0386,1,leg_gt,0.83,60 -49696,sell_contrast_m10_bb_pos,sell,2025-07-09 20:18:00,1195.0,2.1241,1,leg_gt,0.83,60 -49697,sell_contrast_m10_bb_pos,sell,2025-07-09 20:30:00,1194.0,2.0386,1,leg_gt,0.84,60 -49698,sell_contrast_m10_bb_pos,sell,2025-07-09 20:33:00,1195.0,2.1241,1,leg_gt,0.84,60 -49699,sell_contrast_m10_bb_pos,sell,2025-07-09 20:36:00,1196.0,2.2097,1,leg_gt,0.84,60 -49700,sell_contrast_m10_bb_pos,sell,2025-07-09 20:39:00,1195.0,2.1241,1,leg_gt,0.84,60 -49701,sell_contrast_m10_bb_pos,sell,2025-07-09 20:51:00,1194.0,2.0386,1,leg_gt,0.85,60 -49702,sell_contrast_m10_bb_pos,sell,2025-07-09 20:54:00,1193.0,1.953,1,leg_gt,0.85,60 -49703,sell_contrast_m10_bb_pos,sell,2025-07-09 20:57:00,1192.0,1.8675,1,leg_gt,0.86,60 -49704,sell_contrast_m10_bb_pos,sell,2025-07-09 21:12:00,1198.0,2.3808,1,leg_gt,0.87,60 -49705,sell_contrast_m10_bb_pos,sell,2025-07-09 21:15:00,1198.0,2.3808,1,leg_gt,0.87,60 -49706,sell_contrast_m10_bb_pos,sell,2025-07-09 21:18:00,1200.0,2.5518,1,leg_gt,0.87,60 -49707,sell_contrast_m10_bb_pos,sell,2025-07-09 21:51:00,1202.0,2.7229,1,leg_gt,0.89,60 -49708,sell_contrast_m10_bb_pos,sell,2025-07-09 21:54:00,1203.0,2.8085,1,leg_gt,0.9,60 -49709,sell_contrast_m10_bb_pos,sell,2025-07-09 21:57:00,1200.0,2.5518,1,leg_gt,0.9,60 -49710,sell_contrast_m10_bb_pos,sell,2025-07-09 22:12:00,1204.0,2.894,1,leg_gt,0.91,60 -49711,sell_contrast_m10_bb_pos,sell,2025-07-09 22:15:00,1204.0,2.894,1,leg_gt,0.91,60 -49712,sell_contrast_m10_bb_pos,sell,2025-07-09 22:18:00,1206.0,3.0651,1,leg_gt,0.91,60 -49713,sell_contrast_m10_bb_pos,sell,2025-07-10 03:21:00,1206.0,3.0651,1,leg_gt,1.12,60 -49714,sell_contrast_m10_bb_pos,sell,2025-07-10 03:24:00,1207.0,3.1506,1,leg_gt,1.12,60 -49715,sell_contrast_m10_bb_pos,sell,2025-07-10 03:27:00,1205.0,2.9796,1,leg_gt,1.13,60 -49716,sell_contrast_m10_bb_pos,sell,2025-07-10 03:30:00,1206.0,3.0651,1,leg_gt,1.13,60 -49717,sell_contrast_m10_bb_pos,sell,2025-07-10 03:33:00,1204.0,2.894,1,leg_gt,1.13,60 -49718,sell_contrast_m10_bb_pos,sell,2025-07-10 03:36:00,1207.0,3.1506,1,leg_gt,1.13,60 -49719,sell_contrast_m10_bb_pos,sell,2025-07-10 03:39:00,1206.0,3.0651,1,leg_gt,1.14,60 -49720,sell_contrast_m10_bb_pos,sell,2025-07-10 03:42:00,1203.0,2.8085,1,leg_gt,1.14,60 -49721,sell_contrast_m10_bb_pos,sell,2025-07-10 03:45:00,1203.0,2.8085,1,leg_gt,1.14,60 -49722,sell_contrast_m10_bb_pos,sell,2025-07-10 03:48:00,1205.0,2.9796,1,leg_gt,1.14,60 -49723,sell_contrast_m10_bb_pos,sell,2025-07-10 04:21:00,1211.0,3.4928,1,leg_gt,1.16,60 -49724,sell_contrast_m10_bb_pos,sell,2025-07-10 04:24:00,1213.0,3.6639,1,leg_gt,1.17,60 -49725,sell_contrast_m10_bb_pos,sell,2025-07-10 04:27:00,1215.0,3.835,1,leg_gt,1.17,60 -49726,sell_contrast_m10_bb_pos,sell,2025-07-10 05:12:00,1227.0,4.8615,1,leg_gt,1.2,60 -49727,sell_contrast_m10_bb_pos,sell,2025-07-10 05:15:00,1227.0,4.8615,1,leg_gt,1.2,60 -49728,sell_contrast_m10_bb_pos,sell,2025-07-10 05:18:00,1232.0,5.2892,1,leg_gt,1.2,60 -49729,sell_contrast_m10_bb_pos,sell,2025-07-10 05:21:00,1227.0,4.8615,1,leg_gt,1.21,60 -49730,sell_contrast_m10_bb_pos,sell,2025-07-10 05:24:00,1223.0,4.5193,1,leg_gt,1.21,60 -49731,sell_contrast_m10_bb_pos,sell,2025-07-10 05:27:00,1220.0,4.2627,1,leg_gt,1.21,60 -49732,sell_contrast_m10_bb_pos,sell,2025-07-10 06:12:00,1239.0,5.888,1,leg_gt,1.24,60 -49733,sell_contrast_m10_bb_pos,sell,2025-07-10 06:15:00,1241.0,6.0591,1,leg_gt,1.24,60 -49734,sell_contrast_m10_bb_pos,sell,2025-07-10 06:18:00,1240.0,5.9736,1,leg_gt,1.25,60 -49735,sell_contrast_m10_bb_pos,sell,2025-07-10 06:21:00,1242.0,6.1447,1,leg_gt,1.25,60 -49736,sell_contrast_m10_bb_pos,sell,2025-07-10 06:24:00,1245.0,6.4013,1,leg_gt,1.25,60 -49737,sell_contrast_m10_bb_pos,sell,2025-07-10 06:27:00,1242.0,6.1447,1,leg_gt,1.25,60 -49738,sell_contrast_m10_bb_pos,sell,2025-07-10 06:30:00,1244.0,6.3157,1,leg_gt,1.25,60 -49739,sell_contrast_m10_bb_pos,sell,2025-07-10 06:33:00,1244.0,6.3157,1,leg_gt,1.26,60 -49740,sell_contrast_m10_bb_pos,sell,2025-07-10 06:36:00,1239.0,5.888,1,leg_gt,1.26,60 -49741,sell_contrast_m10_bb_pos,sell,2025-07-10 06:39:00,1240.0,5.9736,1,leg_gt,1.26,60 -49742,sell_contrast_m10_bb_pos,sell,2025-07-10 06:42:00,1242.0,6.1447,1,leg_gt,1.26,60 -49743,sell_contrast_m10_bb_pos,sell,2025-07-10 06:45:00,1243.0,6.2302,1,leg_gt,1.26,60 -49744,sell_contrast_m10_bb_pos,sell,2025-07-10 06:48:00,1245.0,6.4013,1,leg_gt,1.27,60 -49745,sell_contrast_m10_bb_pos,sell,2025-07-10 06:51:00,1241.0,6.0591,1,leg_gt,1.27,60 -49746,sell_contrast_m10_bb_pos,sell,2025-07-10 06:54:00,1238.0,5.8025,1,leg_gt,1.27,60 -49747,sell_contrast_m10_bb_pos,sell,2025-07-10 06:57:00,1238.0,5.8025,1,leg_gt,1.27,60 -49748,sell_contrast_m10_bb_pos,sell,2025-07-10 11:51:00,1243.0,6.2302,1,leg_gt,1.48,60 -49749,sell_contrast_m10_bb_pos,sell,2025-07-10 11:54:00,1242.0,6.1447,1,leg_gt,1.48,60 -49750,sell_contrast_m10_bb_pos,sell,2025-07-10 11:57:00,1244.0,6.3157,1,leg_gt,1.48,60 -49751,sell_contrast_m10_bb_pos,sell,2025-07-10 12:00:00,1246.0,6.4868,1,leg_gt,1.48,60 -49752,sell_contrast_m10_bb_pos,sell,2025-07-10 12:03:00,1247.0,6.5724,1,leg_gt,1.49,60 -49753,sell_contrast_m10_bb_pos,sell,2025-07-10 12:06:00,1243.0,6.2302,1,leg_gt,1.49,60 -49754,sell_contrast_m10_bb_pos,sell,2025-07-10 12:09:00,1243.0,6.2302,1,leg_gt,1.49,60 -49755,sell_contrast_m10_bb_pos,sell,2025-07-10 12:21:00,1246.0,6.4868,1,leg_gt,1.5,60 -49756,sell_contrast_m10_bb_pos,sell,2025-07-10 12:24:00,1245.0,6.4013,1,leg_gt,1.5,60 -49757,sell_contrast_m10_bb_pos,sell,2025-07-10 12:27:00,1244.0,6.3157,1,leg_gt,1.5,60 -49758,sell_contrast_m10_bb_pos,sell,2025-07-10 12:42:00,1249.0,6.7435,1,leg_gt,1.51,60 -49759,sell_contrast_m10_bb_pos,sell,2025-07-10 12:45:00,1251.0,6.9145,1,leg_gt,1.51,60 -49760,sell_contrast_m10_bb_pos,sell,2025-07-10 12:48:00,1250.0,6.829,1,leg_gt,1.52,60 -49761,sell_contrast_m10_bb_pos,sell,2025-07-10 12:51:00,1251.0,6.9145,1,leg_gt,1.52,60 -49762,sell_contrast_m10_bb_pos,sell,2025-07-10 12:54:00,1249.0,6.7435,1,leg_gt,1.52,60 -49763,sell_contrast_m10_bb_pos,sell,2025-07-10 12:57:00,1248.0,6.6579,1,leg_gt,1.52,60 -49764,sell_contrast_m10_bb_pos,sell,2025-07-10 13:30:00,1250.0,6.829,1,leg_gt,1.55,60 -49765,sell_contrast_m10_bb_pos,sell,2025-07-10 13:33:00,1252.0,7.0001,1,leg_gt,1.55,60 -49766,sell_contrast_m10_bb_pos,sell,2025-07-10 13:36:00,1252.0,7.0001,1,leg_gt,1.55,60 -49767,sell_contrast_m10_bb_pos,sell,2025-07-10 13:39:00,1252.0,7.0001,1,leg_gt,1.55,60 -49768,sell_contrast_m10_bb_pos,sell,2025-07-10 13:42:00,1254.0,7.1712,1,leg_gt,1.55,60 -49769,sell_contrast_m10_bb_pos,sell,2025-07-10 13:45:00,1254.0,7.1712,1,leg_gt,1.56,60 -49770,sell_contrast_m10_bb_pos,sell,2025-07-10 13:48:00,1254.0,7.1712,1,leg_gt,1.56,60 -49771,sell_contrast_m10_bb_pos,sell,2025-07-10 13:51:00,1253.0,7.0856,1,leg_gt,1.56,60 -49772,sell_contrast_m10_bb_pos,sell,2025-07-10 13:54:00,1253.0,7.0856,1,leg_gt,1.56,60 -49773,sell_contrast_m10_bb_pos,sell,2025-07-10 13:57:00,1255.0,7.2567,1,leg_gt,1.56,60 -49774,sell_contrast_m10_bb_pos,sell,2025-07-10 14:00:00,1256.0,7.3423,1,leg_gt,1.57,60 -49775,sell_contrast_m10_bb_pos,sell,2025-07-10 14:03:00,1255.0,7.2567,1,leg_gt,1.57,60 -49776,sell_contrast_m10_bb_pos,sell,2025-07-10 14:06:00,1254.0,7.1712,1,leg_gt,1.57,60 -49777,sell_contrast_m10_bb_pos,sell,2025-07-10 14:09:00,1255.0,7.2567,1,leg_gt,1.57,60 -49778,sell_contrast_m10_bb_pos,sell,2025-07-10 16:00:00,1256.0,7.3423,1,leg_gt,1.65,60 -49779,sell_contrast_m10_bb_pos,sell,2025-07-10 16:03:00,1258.0,7.5133,1,leg_gt,1.65,60 -49780,sell_contrast_m10_bb_pos,sell,2025-07-10 16:06:00,1257.0,7.4278,1,leg_gt,1.65,60 -49781,sell_contrast_m10_bb_pos,sell,2025-07-10 16:09:00,1259.0,7.5989,1,leg_gt,1.66,60 -49782,sell_contrast_m10_bb_pos,sell,2025-07-10 16:30:00,1259.0,7.5989,1,leg_gt,1.67,60 -49783,sell_contrast_m10_bb_pos,sell,2025-07-10 16:33:00,1259.0,7.5989,1,leg_gt,1.67,60 -49784,sell_contrast_m10_bb_pos,sell,2025-07-10 16:36:00,1258.0,7.5133,1,leg_gt,1.68,60 -49785,sell_contrast_m10_bb_pos,sell,2025-07-10 16:39:00,1258.0,7.5133,1,leg_gt,1.68,60 -49786,sell_contrast_m10_bb_pos,sell,2025-07-10 17:42:00,1262.0,7.8555,1,leg_gt,1.72,60 -49787,sell_contrast_m10_bb_pos,sell,2025-07-10 17:45:00,1264.0,8.0266,1,leg_gt,1.72,60 -49788,sell_contrast_m10_bb_pos,sell,2025-07-10 17:48:00,1267.0,8.2832,1,leg_gt,1.72,60 -49789,sell_contrast_m10_bb_pos,sell,2025-07-10 17:51:00,1267.0,8.2832,1,leg_gt,1.73,60 -49790,sell_contrast_m10_bb_pos,sell,2025-07-10 17:54:00,1267.0,8.2832,1,leg_gt,1.73,60 -49791,sell_contrast_m10_bb_pos,sell,2025-07-10 17:57:00,1268.0,8.3688,1,leg_gt,1.73,60 -49792,sell_contrast_m10_bb_pos,sell,2025-07-10 18:12:00,1264.0,8.0266,1,leg_gt,1.74,60 -49793,sell_contrast_m10_bb_pos,sell,2025-07-10 18:15:00,1265.0,8.1121,1,leg_gt,1.74,60 -49794,sell_contrast_m10_bb_pos,sell,2025-07-10 18:18:00,1266.0,8.1977,1,leg_gt,1.75,60 -49795,sell_contrast_m10_bb_pos,sell,2025-07-10 18:21:00,1267.0,8.2832,1,leg_gt,1.75,60 -49796,sell_contrast_m10_bb_pos,sell,2025-07-10 18:24:00,1265.0,8.1121,1,leg_gt,1.75,60 -49797,sell_contrast_m10_bb_pos,sell,2025-07-10 18:27:00,1265.0,8.1121,1,leg_gt,1.75,60 -49798,sell_contrast_m10_bb_pos,sell,2025-07-10 18:30:00,1267.0,8.2832,1,leg_gt,1.75,60 -49799,sell_contrast_m10_bb_pos,sell,2025-07-10 18:33:00,1269.0,8.4543,1,leg_gt,1.76,60 -49800,sell_contrast_m10_bb_pos,sell,2025-07-10 18:36:00,1271.0,8.6254,1,leg_gt,1.76,60 -49801,sell_contrast_m10_bb_pos,sell,2025-07-10 18:39:00,1269.0,8.4543,1,leg_gt,1.76,60 -49802,sell_contrast_m10_bb_pos,sell,2025-07-10 18:42:00,1268.0,8.3688,1,leg_gt,1.76,60 -49803,sell_contrast_m10_bb_pos,sell,2025-07-10 18:45:00,1266.0,8.1977,1,leg_gt,1.76,60 -49804,sell_contrast_m10_bb_pos,sell,2025-07-10 18:48:00,1266.0,8.1977,1,leg_gt,1.77,60 -49805,sell_contrast_m10_bb_pos,sell,2025-07-10 19:42:00,1271.0,8.6254,1,leg_gt,1.8,60 -49806,sell_contrast_m10_bb_pos,sell,2025-07-10 19:45:00,1270.0,8.5399,1,leg_gt,1.81,60 -49807,sell_contrast_m10_bb_pos,sell,2025-07-10 19:48:00,1269.0,8.4543,1,leg_gt,1.81,60 -49808,sell_contrast_m10_bb_pos,sell,2025-07-10 19:51:00,1272.0,8.7109,1,leg_gt,1.81,60 -49809,sell_contrast_m10_bb_pos,sell,2025-07-10 19:54:00,1272.0,8.7109,1,leg_gt,1.81,60 -49810,sell_contrast_m10_bb_pos,sell,2025-07-10 19:57:00,1270.0,8.5399,1,leg_gt,1.81,60 -49811,sell_contrast_m10_bb_pos,sell,2025-07-10 20:51:00,1272.0,8.7109,1,leg_gt,1.85,60 -49812,sell_contrast_m10_bb_pos,sell,2025-07-10 20:54:00,1268.0,8.3688,1,leg_gt,1.85,60 -49813,sell_contrast_m10_bb_pos,sell,2025-07-10 20:57:00,1269.0,8.4543,1,leg_gt,1.86,60 -49814,sell_contrast_m10_bb_pos,sell,2025-07-10 22:12:00,1272.0,8.7109,1,leg_gt,1.91,60 -49815,sell_contrast_m10_bb_pos,sell,2025-07-10 22:15:00,1275.0,8.9676,1,leg_gt,1.91,60 -49816,sell_contrast_m10_bb_pos,sell,2025-07-10 22:18:00,1280.0,9.3953,1,leg_gt,1.91,60 -49817,sell_contrast_m10_bb_pos,sell,2025-07-10 22:42:00,1284.0,9.7375,1,leg_gt,1.93,60 -49818,sell_contrast_m10_bb_pos,sell,2025-07-10 22:45:00,1283.0,9.6519,1,leg_gt,1.93,60 -49819,sell_contrast_m10_bb_pos,sell,2025-07-10 22:48:00,1283.0,9.6519,1,leg_gt,1.93,60 -49820,sell_contrast_m10_bb_pos,sell,2025-07-10 23:21:00,1278.0,9.2242,1,leg_gt,1.96,60 -49821,sell_contrast_m10_bb_pos,sell,2025-07-10 23:24:00,1278.0,9.2242,1,leg_gt,1.96,60 -49822,sell_contrast_m10_bb_pos,sell,2025-07-10 23:27:00,1272.0,8.7109,1,leg_gt,1.96,60 -49823,sell_contrast_m10_bb_pos,sell,2025-07-11 01:42:00,1294.0,10.5929,1,leg_gt,2.05,60 -49824,sell_contrast_m10_bb_pos,sell,2025-07-11 01:45:00,1298.0,10.9351,1,leg_gt,2.06,60 -49825,sell_contrast_m10_bb_pos,sell,2025-07-11 01:48:00,1298.0,10.9351,1,leg_gt,2.06,60 -49826,sell_contrast_m10_bb_pos,sell,2025-07-11 02:51:00,1324.0,13.1592,1,leg_gt,2.1,60 -49827,sell_contrast_m10_bb_pos,sell,2025-07-11 02:54:00,1329.0,13.5869,1,leg_gt,2.1,60 -49828,sell_contrast_m10_bb_pos,sell,2025-07-11 02:57:00,1330.0,13.6725,1,leg_gt,2.11,60 -49829,sell_contrast_m10_bb_pos,sell,2025-07-11 03:00:00,1330.0,13.6725,1,leg_gt,2.11,60 -49830,sell_contrast_m10_bb_pos,sell,2025-07-11 03:03:00,1330.0,13.6725,1,leg_gt,2.11,60 -49831,sell_contrast_m10_bb_pos,sell,2025-07-11 03:06:00,1329.0,13.5869,1,leg_gt,2.11,60 -49832,sell_contrast_m10_bb_pos,sell,2025-07-11 03:09:00,1330.0,13.6725,1,leg_gt,2.11,60 -49833,sell_contrast_m10_bb_pos,sell,2025-07-11 03:12:00,1328.0,13.5014,1,leg_gt,2.12,60 -49834,sell_contrast_m10_bb_pos,sell,2025-07-11 03:15:00,1331.0,13.758,1,leg_gt,2.12,60 -49835,sell_contrast_m10_bb_pos,sell,2025-07-11 03:18:00,1331.0,13.758,1,leg_gt,2.12,60 -49836,sell_contrast_m10_bb_pos,sell,2025-07-11 03:21:00,1334.0,14.0146,1,leg_gt,2.12,60 -49837,sell_contrast_m10_bb_pos,sell,2025-07-11 03:24:00,1336.0,14.1857,1,leg_gt,2.12,60 -49838,sell_contrast_m10_bb_pos,sell,2025-07-11 03:27:00,1328.0,13.5014,1,leg_gt,2.13,60 -49839,sell_contrast_m10_bb_pos,sell,2025-07-11 04:00:00,1341.0,14.6134,1,leg_gt,2.15,60 -49840,sell_contrast_m10_bb_pos,sell,2025-07-11 04:03:00,1346.0,15.0411,1,leg_gt,2.15,60 -49841,sell_contrast_m10_bb_pos,sell,2025-07-11 04:06:00,1347.0,15.1267,1,leg_gt,2.15,60 -49842,sell_contrast_m10_bb_pos,sell,2025-07-11 04:09:00,1346.0,15.0411,1,leg_gt,2.16,60 -49843,sell_contrast_m10_bb_pos,sell,2025-07-11 04:12:00,1342.0,14.699,1,leg_gt,2.16,60 -49844,sell_contrast_m10_bb_pos,sell,2025-07-11 04:15:00,1340.0,14.5279,1,leg_gt,2.16,60 -49845,sell_contrast_m10_bb_pos,sell,2025-07-11 04:18:00,1347.0,15.1267,1,leg_gt,2.16,60 -49846,sell_contrast_m10_bb_pos,sell,2025-07-11 04:21:00,1346.0,15.0411,1,leg_gt,2.16,60 -49847,sell_contrast_m10_bb_pos,sell,2025-07-11 04:24:00,1338.0,14.3568,1,leg_gt,2.17,60 -49848,sell_contrast_m10_bb_pos,sell,2025-07-11 04:27:00,1338.0,14.3568,1,leg_gt,2.17,60 -49849,sell_contrast_m10_bb_pos,sell,2025-07-11 07:21:00,1432.0,22.3979,1,leg_gt,2.29,60 -49850,sell_contrast_m10_bb_pos,sell,2025-07-11 07:24:00,1422.0,21.5424,1,leg_gt,2.29,60 -49851,sell_contrast_m10_bb_pos,sell,2025-07-11 07:27:00,1415.0,20.9436,1,leg_gt,2.29,60 -49852,sell_contrast_m10_bb_pos,sell,2025-07-11 07:30:00,1423.0,21.628,1,leg_gt,2.3,60 -49853,sell_contrast_m10_bb_pos,sell,2025-07-11 07:33:00,1421.0,21.4569,1,leg_gt,2.3,60 -49854,sell_contrast_m10_bb_pos,sell,2025-07-11 07:36:00,1416.0,21.0292,1,leg_gt,2.3,60 -49855,sell_contrast_m10_bb_pos,sell,2025-07-11 07:39:00,1417.0,21.1147,1,leg_gt,2.3,60 -49856,sell_contrast_m10_bb_pos,sell,2025-07-11 09:51:00,1455.0,24.3654,1,leg_gt,2.39,60 -49857,sell_contrast_m10_bb_pos,sell,2025-07-11 09:54:00,1451.0,24.0232,1,leg_gt,2.4,60 -49858,sell_contrast_m10_bb_pos,sell,2025-07-11 09:57:00,1458.0,24.622,1,leg_gt,2.4,60 -49859,sell_contrast_m10_bb_pos,sell,2025-07-11 10:42:00,1455.0,24.3654,1,leg_gt,2.43,60 -49860,sell_contrast_m10_bb_pos,sell,2025-07-11 10:45:00,1458.0,24.622,1,leg_gt,2.43,60 -49861,sell_contrast_m10_bb_pos,sell,2025-07-11 10:48:00,1454.0,24.2798,1,leg_gt,2.43,60 -49862,sell_contrast_m10_bb_pos,sell,2025-07-11 11:00:00,1456.0,24.4509,1,leg_gt,2.44,60 -49863,sell_contrast_m10_bb_pos,sell,2025-07-11 11:03:00,1452.0,24.1087,1,leg_gt,2.44,60 -49864,sell_contrast_m10_bb_pos,sell,2025-07-11 11:06:00,1450.0,23.9376,1,leg_gt,2.45,60 -49865,sell_contrast_m10_bb_pos,sell,2025-07-11 11:09:00,1449.0,23.8521,1,leg_gt,2.45,60 -49866,sell_contrast_m10_bb_pos,sell,2025-07-11 11:30:00,1460.0,24.7931,1,leg_gt,2.46,60 -49867,sell_contrast_m10_bb_pos,sell,2025-07-11 11:33:00,1460.0,24.7931,1,leg_gt,2.46,60 -49868,sell_contrast_m10_bb_pos,sell,2025-07-11 11:36:00,1466.0,25.3063,1,leg_gt,2.47,60 -49869,sell_contrast_m10_bb_pos,sell,2025-07-11 11:39:00,1472.0,25.8196,1,leg_gt,2.47,60 -49870,sell_contrast_m10_bb_pos,sell,2025-07-11 12:00:00,1475.0,26.0762,1,leg_gt,2.48,60 -49871,sell_contrast_m10_bb_pos,sell,2025-07-11 12:03:00,1474.0,25.9907,1,leg_gt,2.49,60 -49872,sell_contrast_m10_bb_pos,sell,2025-07-11 12:06:00,1473.0,25.9051,1,leg_gt,2.49,60 -49873,sell_contrast_m10_bb_pos,sell,2025-07-11 12:09:00,1470.0,25.6485,1,leg_gt,2.49,60 -49874,sell_contrast_m10_bb_pos,sell,2025-07-11 12:51:00,1486.0,27.0172,1,leg_gt,2.52,60 -49875,sell_contrast_m10_bb_pos,sell,2025-07-11 12:54:00,1482.0,26.675,1,leg_gt,2.52,60 -49876,sell_contrast_m10_bb_pos,sell,2025-07-11 12:57:00,1485.0,26.9317,1,leg_gt,2.52,60 -49877,sell_contrast_m10_bb_pos,sell,2025-07-11 13:00:00,1484.0,26.8461,1,leg_gt,2.52,60 -49878,sell_contrast_m10_bb_pos,sell,2025-07-11 13:03:00,1483.0,26.7606,1,leg_gt,2.53,60 -49879,sell_contrast_m10_bb_pos,sell,2025-07-11 13:06:00,1483.0,26.7606,1,leg_gt,2.53,60 -49880,sell_contrast_m10_bb_pos,sell,2025-07-11 13:09:00,1483.0,26.7606,1,leg_gt,2.53,60 -49881,sell_contrast_m10_bb_pos,sell,2025-07-11 13:51:00,1496.0,27.8726,1,leg_gt,2.56,60 -49882,sell_contrast_m10_bb_pos,sell,2025-07-11 13:54:00,1503.0,28.4714,1,leg_gt,2.56,60 -49883,sell_contrast_m10_bb_pos,sell,2025-07-11 13:57:00,1505.0,28.6425,1,leg_gt,2.56,60 -49884,sell_contrast_m10_bb_pos,sell,2025-07-11 14:21:00,1512.0,29.2413,1,leg_gt,2.58,60 -49885,sell_contrast_m10_bb_pos,sell,2025-07-11 14:24:00,1523.0,30.1823,1,leg_gt,2.58,60 -49886,sell_contrast_m10_bb_pos,sell,2025-07-11 14:27:00,1513.0,29.3269,1,leg_gt,2.59,60 -49887,sell_contrast_m10_bb_pos,sell,2025-07-11 15:00:00,1521.0,30.0112,1,leg_gt,2.61,60 -49888,sell_contrast_m10_bb_pos,sell,2025-07-11 15:03:00,1527.0,30.5245,1,leg_gt,2.61,60 -49889,sell_contrast_m10_bb_pos,sell,2025-07-11 15:06:00,1535.0,31.2088,1,leg_gt,2.61,60 -49890,sell_contrast_m10_bb_pos,sell,2025-07-11 15:09:00,1542.0,31.8076,1,leg_gt,2.61,60 -49891,sell_contrast_m10_bb_pos,sell,2025-07-11 15:12:00,1526.0,30.4389,1,leg_gt,2.62,60 -49892,sell_contrast_m10_bb_pos,sell,2025-07-11 15:15:00,1533.0,31.0377,1,leg_gt,2.62,60 -49893,sell_contrast_m10_bb_pos,sell,2025-07-11 15:18:00,1532.0,30.9522,1,leg_gt,2.62,60 -49894,sell_contrast_m10_bb_pos,sell,2025-07-11 23:21:00,1479.0,26.4184,1,leg_gt,2.96,60 -49895,sell_contrast_m10_bb_pos,sell,2025-07-11 23:24:00,1480.0,26.5039,1,leg_gt,2.96,60 -49896,sell_contrast_m10_bb_pos,sell,2025-07-11 23:27:00,1483.0,26.7606,1,leg_gt,2.96,60 -49897,sell_contrast_m10_bb_pos,sell,2025-07-12 04:42:00,1471.0,25.734,1,leg_gt,3.18,60 -49898,sell_contrast_m10_bb_pos,sell,2025-07-12 04:45:00,1473.0,25.9051,1,leg_gt,3.18,60 -49899,sell_contrast_m10_bb_pos,sell,2025-07-12 04:48:00,1474.0,25.9907,1,leg_gt,3.18,60 -49900,sell_contrast_m10_bb_pos,sell,2025-07-12 05:00:00,1478.0,26.3328,1,leg_gt,3.19,60 -49901,sell_contrast_m10_bb_pos,sell,2025-07-12 05:03:00,1474.0,25.9907,1,leg_gt,3.19,60 -49902,sell_contrast_m10_bb_pos,sell,2025-07-12 05:06:00,1477.0,26.2473,1,leg_gt,3.2,60 -49903,sell_contrast_m10_bb_pos,sell,2025-07-12 05:09:00,1476.0,26.1618,1,leg_gt,3.2,60 -49904,sell_contrast_m10_bb_pos,sell,2025-07-12 05:12:00,1474.0,25.9907,1,leg_gt,3.2,60 -49905,sell_contrast_m10_bb_pos,sell,2025-07-12 05:15:00,1477.0,26.2473,1,leg_gt,3.2,60 -49906,sell_contrast_m10_bb_pos,sell,2025-07-12 05:18:00,1477.0,26.2473,1,leg_gt,3.2,60 -49907,sell_contrast_m10_bb_pos,sell,2025-07-12 05:21:00,1477.0,26.2473,1,leg_gt,3.21,60 -49908,sell_contrast_m10_bb_pos,sell,2025-07-12 05:24:00,1475.0,26.0762,1,leg_gt,3.21,60 -49909,sell_contrast_m10_bb_pos,sell,2025-07-12 05:27:00,1473.0,25.9051,1,leg_gt,3.21,60 -49910,sell_contrast_m10_bb_pos,sell,2025-07-12 10:30:00,1416.0,3.6363,1,leg_gt,0.12,60 -49911,sell_contrast_m10_bb_pos,sell,2025-07-12 10:33:00,1415.0,3.563,1,leg_gt,0.13,60 -49912,sell_contrast_m10_bb_pos,sell,2025-07-12 10:36:00,1416.0,3.6363,1,leg_gt,0.13,60 -49913,sell_contrast_m10_bb_pos,sell,2025-07-12 10:39:00,1414.0,3.4897,1,leg_gt,0.13,60 -49914,sell_contrast_m10_bb_pos,sell,2025-07-12 10:51:00,1417.0,3.7095,1,leg_gt,0.14,60 -49915,sell_contrast_m10_bb_pos,sell,2025-07-12 10:54:00,1418.0,3.7828,1,leg_gt,0.14,60 -49916,sell_contrast_m10_bb_pos,sell,2025-07-12 10:57:00,1417.0,3.7095,1,leg_gt,0.14,60 -49917,sell_contrast_m10_bb_pos,sell,2025-07-12 11:30:00,1426.0,4.3689,1,leg_gt,0.17,60 -49918,sell_contrast_m10_bb_pos,sell,2025-07-12 11:33:00,1426.0,4.3689,1,leg_gt,0.17,60 -49919,sell_contrast_m10_bb_pos,sell,2025-07-12 11:36:00,1423.0,4.1491,1,leg_gt,0.17,60 -49920,sell_contrast_m10_bb_pos,sell,2025-07-12 11:39:00,1423.0,4.1491,1,leg_gt,0.17,60 -49921,sell_contrast_m10_bb_pos,sell,2025-07-12 16:12:00,1414.0,3.4897,1,leg_gt,0.36,60 -49922,sell_contrast_m10_bb_pos,sell,2025-07-12 16:15:00,1416.0,3.6363,1,leg_gt,0.36,60 -49923,sell_contrast_m10_bb_pos,sell,2025-07-12 16:18:00,1415.0,3.563,1,leg_gt,0.37,60 -49924,sell_contrast_m10_bb_pos,sell,2025-07-12 19:42:00,1409.0,3.1234,1,leg_gt,0.51,60 -49925,sell_contrast_m10_bb_pos,sell,2025-07-12 19:45:00,1410.0,3.1967,1,leg_gt,0.51,60 -49926,sell_contrast_m10_bb_pos,sell,2025-07-12 19:48:00,1410.0,3.1967,1,leg_gt,0.51,60 -49927,sell_contrast_m10_bb_pos,sell,2025-07-12 19:51:00,1409.0,3.1234,1,leg_gt,0.51,60 -49928,sell_contrast_m10_bb_pos,sell,2025-07-12 19:54:00,1409.0,3.1234,1,leg_gt,0.52,60 -49929,sell_contrast_m10_bb_pos,sell,2025-07-12 19:57:00,1411.0,3.27,1,leg_gt,0.52,60 -49930,sell_contrast_m10_bb_pos,sell,2025-07-13 02:51:00,1392.0,2.6306,1,leg_gt,0.09,60 -49931,sell_contrast_m10_bb_pos,sell,2025-07-13 02:54:00,1390.0,2.483,1,leg_gt,0.09,60 -49932,sell_contrast_m10_bb_pos,sell,2025-07-13 02:57:00,1390.0,2.483,1,leg_gt,0.09,60 -49933,sell_contrast_m10_bb_pos,sell,2025-07-13 03:51:00,1396.0,2.9258,1,leg_gt,0.13,60 -49934,sell_contrast_m10_bb_pos,sell,2025-07-13 03:54:00,1392.0,2.6306,1,leg_gt,0.13,60 -49935,sell_contrast_m10_bb_pos,sell,2025-07-13 03:57:00,1395.0,2.852,1,leg_gt,0.14,60 -49936,sell_contrast_m10_bb_pos,sell,2025-07-13 04:42:00,1399.0,3.1472,1,leg_gt,0.17,60 -49937,sell_contrast_m10_bb_pos,sell,2025-07-13 04:45:00,1397.0,2.9996,1,leg_gt,0.17,60 -49938,sell_contrast_m10_bb_pos,sell,2025-07-13 09:00:00,1399.0,3.1472,1,leg_gt,0.35,60 -49939,sell_contrast_m10_bb_pos,sell,2025-07-13 09:03:00,1401.0,3.2948,1,leg_gt,0.35,60 -49940,sell_contrast_m10_bb_pos,sell,2025-07-13 09:06:00,1399.0,3.1472,1,leg_gt,0.35,60 -49941,sell_contrast_m10_bb_pos,sell,2025-07-13 09:09:00,1397.0,2.9996,1,leg_gt,0.35,60 -49942,sell_contrast_m10_bb_pos,sell,2025-07-13 09:21:00,1403.0,3.4424,1,leg_gt,0.36,60 -49943,sell_contrast_m10_bb_pos,sell,2025-07-13 09:24:00,1404.0,3.5162,1,leg_gt,0.36,60 -49944,sell_contrast_m10_bb_pos,sell,2025-07-13 09:27:00,1403.0,3.4424,1,leg_gt,0.36,60 -49945,sell_contrast_m10_bb_pos,sell,2025-07-13 10:00:00,1406.0,3.6638,1,leg_gt,0.39,60 -49946,sell_contrast_m10_bb_pos,sell,2025-07-13 10:03:00,1409.0,3.8852,1,leg_gt,0.39,60 -49947,sell_contrast_m10_bb_pos,sell,2025-07-13 10:06:00,1410.0,3.959,1,leg_gt,0.39,60 -49948,sell_contrast_m10_bb_pos,sell,2025-07-13 10:09:00,1407.0,3.7376,1,leg_gt,0.39,60 -49949,sell_contrast_m10_bb_pos,sell,2025-07-13 10:12:00,1408.0,3.8114,1,leg_gt,0.4,60 -49950,sell_contrast_m10_bb_pos,sell,2025-07-13 10:15:00,1406.0,3.6638,1,leg_gt,0.4,60 -49951,sell_contrast_m10_bb_pos,sell,2025-07-13 10:18:00,1403.0,3.4424,1,leg_gt,0.4,60 -49952,sell_contrast_m10_bb_pos,sell,2025-07-13 13:51:00,1410.0,3.959,1,leg_gt,0.55,60 -49953,sell_contrast_m10_bb_pos,sell,2025-07-13 13:54:00,1414.0,4.2542,1,leg_gt,0.55,60 -49954,sell_contrast_m10_bb_pos,sell,2025-07-13 13:57:00,1417.0,4.4756,1,leg_gt,0.55,60 -49955,sell_contrast_m10_bb_pos,sell,2025-07-13 14:21:00,1414.0,4.2542,1,leg_gt,0.57,60 -49956,sell_contrast_m10_bb_pos,sell,2025-07-13 14:24:00,1413.0,4.1804,1,leg_gt,0.57,60 -49957,sell_contrast_m10_bb_pos,sell,2025-07-13 14:27:00,1412.0,4.1066,1,leg_gt,0.57,60 -49958,sell_contrast_m10_bb_pos,sell,2025-07-13 20:12:00,1415.0,4.328,1,leg_gt,0.81,60 -49959,sell_contrast_m10_bb_pos,sell,2025-07-13 20:15:00,1419.0,4.6232,1,leg_gt,0.81,60 -49960,sell_contrast_m10_bb_pos,sell,2025-07-13 20:18:00,1420.0,4.697,1,leg_gt,0.82,60 -49961,sell_contrast_m10_bb_pos,sell,2025-07-13 20:42:00,1420.0,4.697,1,leg_gt,0.83,60 -49962,sell_contrast_m10_bb_pos,sell,2025-07-13 20:45:00,1419.0,4.6232,1,leg_gt,0.84,60 -49963,sell_contrast_m10_bb_pos,sell,2025-07-13 20:48:00,1417.0,4.4756,1,leg_gt,0.84,60 -49964,sell_contrast_m10_bb_pos,sell,2025-07-13 21:12:00,1416.0,4.4018,1,leg_gt,0.85,60 -49965,sell_contrast_m10_bb_pos,sell,2025-07-13 21:15:00,1416.0,4.4018,1,leg_gt,0.86,60 -49966,sell_contrast_m10_bb_pos,sell,2025-07-13 21:18:00,1418.0,4.5494,1,leg_gt,0.86,60 -49967,sell_contrast_m10_bb_pos,sell,2025-07-13 21:30:00,1425.0,5.0661,1,leg_gt,0.87,60 -49968,sell_contrast_m10_bb_pos,sell,2025-07-13 21:33:00,1424.0,4.9923,1,leg_gt,0.87,60 -49969,sell_contrast_m10_bb_pos,sell,2025-07-13 21:36:00,1428.0,5.2875,1,leg_gt,0.87,60 -49970,sell_contrast_m10_bb_pos,sell,2025-07-13 21:39:00,1424.0,4.9923,1,leg_gt,0.87,60 -49971,sell_contrast_m10_bb_pos,sell,2025-07-13 22:00:00,1430.0,5.4351,1,leg_gt,0.89,60 -49972,sell_contrast_m10_bb_pos,sell,2025-07-13 22:03:00,1432.0,5.5827,1,leg_gt,0.89,60 -49973,sell_contrast_m10_bb_pos,sell,2025-07-13 22:06:00,1427.0,5.2137,1,leg_gt,0.89,60 -49974,sell_contrast_m10_bb_pos,sell,2025-07-13 22:09:00,1423.0,4.9185,1,leg_gt,0.89,60 -49975,sell_contrast_m10_bb_pos,sell,2025-07-13 22:21:00,1431.0,5.5089,1,leg_gt,0.9,60 -49976,sell_contrast_m10_bb_pos,sell,2025-07-13 22:24:00,1432.0,5.5827,1,leg_gt,0.9,60 -49977,sell_contrast_m10_bb_pos,sell,2025-07-13 22:27:00,1429.0,5.3613,1,leg_gt,0.91,60 -49978,sell_contrast_m10_bb_pos,sell,2025-07-13 22:42:00,1435.0,5.8041,1,leg_gt,0.92,60 -49979,sell_contrast_m10_bb_pos,sell,2025-07-13 22:45:00,1434.0,5.7303,1,leg_gt,0.92,60 -49980,sell_contrast_m10_bb_pos,sell,2025-07-13 22:48:00,1436.0,5.8779,1,leg_gt,0.92,60 -49981,sell_contrast_m10_bb_pos,sell,2025-07-13 22:51:00,1435.0,5.8041,1,leg_gt,0.92,60 -49982,sell_contrast_m10_bb_pos,sell,2025-07-13 22:54:00,1430.0,5.4351,1,leg_gt,0.92,60 -49983,sell_contrast_m10_bb_pos,sell,2025-07-13 22:57:00,1432.0,5.5827,1,leg_gt,0.93,60 -49984,sell_contrast_m10_bb_pos,sell,2025-07-13 23:21:00,1442.0,6.3207,1,leg_gt,0.94,60 -49985,sell_contrast_m10_bb_pos,sell,2025-07-13 23:24:00,1442.0,6.3207,1,leg_gt,0.95,60 -49986,sell_contrast_m10_bb_pos,sell,2025-07-13 23:27:00,1444.0,6.4683,1,leg_gt,0.95,60 -49987,sell_contrast_m10_bb_pos,sell,2025-07-14 00:21:00,1444.0,6.4683,1,leg_gt,0.99,60 -49988,sell_contrast_m10_bb_pos,sell,2025-07-14 00:24:00,1438.0,6.0255,1,leg_gt,0.99,60 -49989,sell_contrast_m10_bb_pos,sell,2025-07-14 00:27:00,1439.0,6.0993,1,leg_gt,0.99,60 -49990,sell_contrast_m10_bb_pos,sell,2025-07-14 01:12:00,1443.0,6.3945,1,leg_gt,1.02,60 -49991,sell_contrast_m10_bb_pos,sell,2025-07-14 01:15:00,1443.0,6.3945,1,leg_gt,1.02,60 -49992,sell_contrast_m10_bb_pos,sell,2025-07-14 01:18:00,1445.0,6.5421,1,leg_gt,1.02,60 -49993,sell_contrast_m10_bb_pos,sell,2025-07-14 01:21:00,1445.0,6.5421,1,leg_gt,1.03,60 -49994,sell_contrast_m10_bb_pos,sell,2025-07-14 01:24:00,1444.0,6.4683,1,leg_gt,1.03,60 -49995,sell_contrast_m10_bb_pos,sell,2025-07-14 01:27:00,1442.0,6.3207,1,leg_gt,1.03,60 -49996,sell_contrast_m10_bb_pos,sell,2025-07-14 01:42:00,1443.0,6.3945,1,leg_gt,1.04,60 -49997,sell_contrast_m10_bb_pos,sell,2025-07-14 01:45:00,1443.0,6.3945,1,leg_gt,1.04,60 -49998,sell_contrast_m10_bb_pos,sell,2025-07-14 01:48:00,1443.0,6.3945,1,leg_gt,1.05,60 -49999,sell_contrast_m10_bb_pos,sell,2025-07-14 04:30:00,1454.0,7.2063,1,leg_gt,1.16,60 -50000,sell_contrast_m10_bb_pos,sell,2025-07-14 04:33:00,1455.0,7.2801,1,leg_gt,1.16,60 -50001,sell_contrast_m10_bb_pos,sell,2025-07-14 04:36:00,1450.0,6.9111,1,leg_gt,1.16,60 -50002,sell_contrast_m10_bb_pos,sell,2025-07-14 04:39:00,1450.0,6.9111,1,leg_gt,1.16,60 -50003,sell_contrast_m10_bb_pos,sell,2025-07-14 09:42:00,1436.0,1.8163,1,leg_gt,0.09,60 -50004,sell_contrast_m10_bb_pos,sell,2025-07-14 09:45:00,1440.0,2.1001,1,leg_gt,0.1,60 -50005,sell_contrast_m10_bb_pos,sell,2025-07-14 09:48:00,1438.0,1.9582,1,leg_gt,0.1,60 -50006,sell_contrast_m10_bb_pos,sell,2025-07-14 10:00:00,1431.0,1.4614,1,leg_gt,0.11,60 -50007,sell_contrast_m10_bb_pos,sell,2025-07-14 10:03:00,1424.0,0.9646,1,leg_gt,0.11,60 -50008,sell_contrast_m10_bb_pos,sell,2025-07-14 10:06:00,1429.0,1.3194,1,leg_gt,0.11,60 -50009,sell_contrast_m10_bb_pos,sell,2025-07-14 10:09:00,1426.0,1.1065,1,leg_gt,0.11,60 -50010,sell_contrast_m10_bb_pos,sell,2025-07-14 10:21:00,1433.0,1.6033,1,leg_gt,0.12,60 -50011,sell_contrast_m10_bb_pos,sell,2025-07-14 10:24:00,1432.0,1.5324,1,leg_gt,0.12,60 -50012,sell_contrast_m10_bb_pos,sell,2025-07-14 10:27:00,1428.0,1.2485,1,leg_gt,0.12,60 -50013,sell_contrast_m10_bb_pos,sell,2025-07-14 10:42:00,1436.0,1.8163,1,leg_gt,0.14,60 -50014,sell_contrast_m10_bb_pos,sell,2025-07-14 10:45:00,1439.0,2.0292,1,leg_gt,0.14,60 -50015,sell_contrast_m10_bb_pos,sell,2025-07-14 10:48:00,1442.0,2.2421,1,leg_gt,0.14,60 -50016,sell_contrast_m10_bb_pos,sell,2025-07-14 11:51:00,1460.0,3.5196,1,leg_gt,0.18,60 -50017,sell_contrast_m10_bb_pos,sell,2025-07-14 11:54:00,1459.0,3.4486,1,leg_gt,0.19,60 -50018,sell_contrast_m10_bb_pos,sell,2025-07-14 11:57:00,1458.0,3.3776,1,leg_gt,0.19,60 -50019,sell_contrast_m10_bb_pos,sell,2025-07-14 12:12:00,1461.0,3.5906,1,leg_gt,0.2,60 -50020,sell_contrast_m10_bb_pos,sell,2025-07-14 12:15:00,1463.0,3.7325,1,leg_gt,0.2,60 -50021,sell_contrast_m10_bb_pos,sell,2025-07-14 12:18:00,1463.0,3.7325,1,leg_gt,0.2,60 -50022,sell_contrast_m10_bb_pos,sell,2025-07-14 12:30:00,1467.0,4.0164,1,leg_gt,0.21,60 -50023,sell_contrast_m10_bb_pos,sell,2025-07-14 12:33:00,1466.0,3.9454,1,leg_gt,0.21,60 -50024,sell_contrast_m10_bb_pos,sell,2025-07-14 12:36:00,1466.0,3.9454,1,leg_gt,0.21,60 -50025,sell_contrast_m10_bb_pos,sell,2025-07-14 12:39:00,1468.0,4.0874,1,leg_gt,0.22,60 -50026,sell_contrast_m10_bb_pos,sell,2025-07-14 12:42:00,1472.0,4.3713,1,leg_gt,0.22,60 -50027,sell_contrast_m10_bb_pos,sell,2025-07-14 12:45:00,1480.0,4.939,1,leg_gt,0.22,60 -50028,sell_contrast_m10_bb_pos,sell,2025-07-14 12:48:00,1476.0,4.6551,1,leg_gt,0.22,60 -50029,sell_contrast_m10_bb_pos,sell,2025-07-14 12:51:00,1471.0,4.3003,1,leg_gt,0.22,60 -50030,sell_contrast_m10_bb_pos,sell,2025-07-14 12:54:00,1473.0,4.4422,1,leg_gt,0.23,60 -50031,sell_contrast_m10_bb_pos,sell,2025-07-14 12:57:00,1473.0,4.4422,1,leg_gt,0.23,60 -50032,sell_contrast_m10_bb_pos,sell,2025-07-14 13:00:00,1474.0,4.5132,1,leg_gt,0.23,60 -50033,sell_contrast_m10_bb_pos,sell,2025-07-14 13:03:00,1473.0,4.4422,1,leg_gt,0.23,60 -50034,sell_contrast_m10_bb_pos,sell,2025-07-14 13:06:00,1471.0,4.3003,1,leg_gt,0.24,60 -50035,sell_contrast_m10_bb_pos,sell,2025-07-14 13:09:00,1474.0,4.5132,1,leg_gt,0.24,60 -50036,sell_contrast_m10_bb_pos,sell,2025-07-14 13:21:00,1483.0,5.152,1,leg_gt,0.25,60 -50037,sell_contrast_m10_bb_pos,sell,2025-07-14 13:24:00,1487.0,5.4358,1,leg_gt,0.25,60 -50038,sell_contrast_m10_bb_pos,sell,2025-07-14 13:27:00,1488.0,5.5068,1,leg_gt,0.25,60 -50039,sell_contrast_m10_bb_pos,sell,2025-07-14 13:30:00,1492.0,5.7907,1,leg_gt,0.25,60 -50040,sell_contrast_m10_bb_pos,sell,2025-07-14 13:33:00,1491.0,5.7197,1,leg_gt,0.25,60 -50041,sell_contrast_m10_bb_pos,sell,2025-07-14 13:36:00,1491.0,5.7197,1,leg_gt,0.26,60 -50042,sell_contrast_m10_bb_pos,sell,2025-07-14 13:39:00,1494.0,5.9326,1,leg_gt,0.26,60 -50043,sell_contrast_m10_bb_pos,sell,2025-07-14 13:42:00,1494.0,5.9326,1,leg_gt,0.26,60 -50044,sell_contrast_m10_bb_pos,sell,2025-07-14 13:45:00,1500.0,6.3585,1,leg_gt,0.26,60 -50045,sell_contrast_m10_bb_pos,sell,2025-07-14 13:48:00,1503.0,6.5714,1,leg_gt,0.26,60 -50046,sell_contrast_m10_bb_pos,sell,2025-07-14 14:12:00,1519.0,7.707,1,leg_gt,0.28,60 -50047,sell_contrast_m10_bb_pos,sell,2025-07-14 14:15:00,1522.0,7.9199,1,leg_gt,0.28,60 -50048,sell_contrast_m10_bb_pos,sell,2025-07-14 14:18:00,1516.0,7.494,1,leg_gt,0.29,60 -50049,sell_contrast_m10_bb_pos,sell,2025-07-14 14:21:00,1519.0,7.707,1,leg_gt,0.29,60 -50050,sell_contrast_m10_bb_pos,sell,2025-07-14 14:24:00,1510.0,7.0682,1,leg_gt,0.29,60 -50051,sell_contrast_m10_bb_pos,sell,2025-07-14 14:27:00,1512.0,7.2101,1,leg_gt,0.29,60 -50052,sell_contrast_m10_bb_pos,sell,2025-07-14 14:30:00,1519.0,7.707,1,leg_gt,0.29,60 -50053,sell_contrast_m10_bb_pos,sell,2025-07-14 14:33:00,1514.0,7.3521,1,leg_gt,0.3,60 -50054,sell_contrast_m10_bb_pos,sell,2025-07-14 14:36:00,1516.0,7.494,1,leg_gt,0.3,60 -50055,sell_contrast_m10_bb_pos,sell,2025-07-14 14:39:00,1511.0,7.1392,1,leg_gt,0.3,60 -50056,sell_contrast_m10_bb_pos,sell,2025-07-15 06:42:00,1428.0,2.0459,1,leg_gt,0.06,60 -50057,sell_contrast_m10_bb_pos,sell,2025-07-15 06:45:00,1428.0,2.0459,1,leg_gt,0.06,60 -50058,sell_contrast_m10_bb_pos,sell,2025-07-15 06:48:00,1427.0,1.9744,1,leg_gt,0.06,60 -50059,sell_contrast_m10_bb_pos,sell,2025-07-15 06:51:00,1425.0,1.8313,1,leg_gt,0.07,60 -50060,sell_contrast_m10_bb_pos,sell,2025-07-15 06:54:00,1429.0,2.1175,1,leg_gt,0.07,60 -50061,sell_contrast_m10_bb_pos,sell,2025-07-15 06:57:00,1430.0,2.189,1,leg_gt,0.07,60 -50062,sell_contrast_m10_bb_pos,sell,2025-07-15 07:00:00,1426.0,1.9029,1,leg_gt,0.07,60 -50063,sell_contrast_m10_bb_pos,sell,2025-07-15 07:03:00,1426.0,1.9029,1,leg_gt,0.08,60 -50064,sell_contrast_m10_bb_pos,sell,2025-07-15 07:06:00,1422.0,1.6167,1,leg_gt,0.08,60 -50065,sell_contrast_m10_bb_pos,sell,2025-07-15 07:09:00,1425.0,1.8313,1,leg_gt,0.08,60 -50066,sell_contrast_m10_bb_pos,sell,2025-07-15 07:21:00,1427.0,1.9744,1,leg_gt,0.09,60 -50067,sell_contrast_m10_bb_pos,sell,2025-07-15 07:24:00,1431.0,2.2605,1,leg_gt,0.09,60 -50068,sell_contrast_m10_bb_pos,sell,2025-07-15 07:27:00,1433.0,2.4036,1,leg_gt,0.09,60 -50069,sell_contrast_m10_bb_pos,sell,2025-07-15 07:51:00,1439.0,2.8328,1,leg_gt,0.11,60 -50070,sell_contrast_m10_bb_pos,sell,2025-07-15 07:54:00,1439.0,2.8328,1,leg_gt,0.11,60 -50071,sell_contrast_m10_bb_pos,sell,2025-07-15 07:57:00,1438.0,2.7612,1,leg_gt,0.11,60 -50072,sell_contrast_m10_bb_pos,sell,2025-07-15 08:00:00,1436.0,2.6182,1,leg_gt,0.11,60 -50073,sell_contrast_m10_bb_pos,sell,2025-07-15 08:03:00,1440.0,2.9043,1,leg_gt,0.12,60 -50074,sell_contrast_m10_bb_pos,sell,2025-07-15 08:06:00,1438.0,2.7612,1,leg_gt,0.12,60 -50075,sell_contrast_m10_bb_pos,sell,2025-07-15 08:09:00,1438.0,2.7612,1,leg_gt,0.12,60 -50076,sell_contrast_m10_bb_pos,sell,2025-07-15 08:12:00,1438.0,2.7612,1,leg_gt,0.12,60 -50077,sell_contrast_m10_bb_pos,sell,2025-07-15 08:15:00,1436.0,2.6182,1,leg_gt,0.12,60 -50078,sell_contrast_m10_bb_pos,sell,2025-07-15 08:18:00,1433.0,2.4036,1,leg_gt,0.13,60 -50079,sell_contrast_m10_bb_pos,sell,2025-07-15 08:51:00,1440.0,2.9043,1,leg_gt,0.15,60 -50080,sell_contrast_m10_bb_pos,sell,2025-07-15 08:54:00,1438.0,2.7612,1,leg_gt,0.15,60 -50081,sell_contrast_m10_bb_pos,sell,2025-07-15 08:57:00,1438.0,2.7612,1,leg_gt,0.15,60 -50082,sell_contrast_m10_bb_pos,sell,2025-07-15 15:12:00,1401.0,2.3123,1,leg_gt,0.12,60 -50083,sell_contrast_m10_bb_pos,sell,2025-07-15 15:15:00,1397.0,2.0199,1,leg_gt,0.12,60 -50084,sell_contrast_m10_bb_pos,sell,2025-07-15 15:18:00,1393.0,1.7275,1,leg_gt,0.12,60 -50085,sell_contrast_m10_bb_pos,sell,2025-07-15 23:00:00,1412.0,3.1164,1,leg_gt,0.45,60 -50086,sell_contrast_m10_bb_pos,sell,2025-07-15 23:03:00,1410.0,2.9702,1,leg_gt,0.45,60 -50087,sell_contrast_m10_bb_pos,sell,2025-07-15 23:06:00,1408.0,2.824,1,leg_gt,0.45,60 -50088,sell_contrast_m10_bb_pos,sell,2025-07-15 23:09:00,1416.0,3.4088,1,leg_gt,0.45,60 -50089,sell_contrast_m10_bb_pos,sell,2025-07-15 23:12:00,1418.0,3.555,1,leg_gt,0.45,60 -50090,sell_contrast_m10_bb_pos,sell,2025-07-15 23:15:00,1418.0,3.555,1,leg_gt,0.46,60 -50091,sell_contrast_m10_bb_pos,sell,2025-07-15 23:18:00,1411.0,3.0433,1,leg_gt,0.46,60 -50092,sell_contrast_m10_bb_pos,sell,2025-07-16 01:12:00,1429.0,4.5886,1,leg_gt,0.05,60 -50093,sell_contrast_m10_bb_pos,sell,2025-07-16 01:15:00,1425.0,4.2956,1,leg_gt,0.06,60 -50094,sell_contrast_m10_bb_pos,sell,2025-07-16 01:18:00,1427.0,4.4421,1,leg_gt,0.06,60 -50095,sell_contrast_m10_bb_pos,sell,2025-07-16 01:21:00,1429.0,4.5886,1,leg_gt,0.06,60 -50096,sell_contrast_m10_bb_pos,sell,2025-07-16 01:24:00,1429.0,4.5886,1,leg_gt,0.06,60 -50097,sell_contrast_m10_bb_pos,sell,2025-07-16 01:27:00,1424.0,4.2223,1,leg_gt,0.06,60 -50098,sell_contrast_m10_bb_pos,sell,2025-07-16 01:42:00,1432.0,4.8084,1,leg_gt,0.08,60 -50099,sell_contrast_m10_bb_pos,sell,2025-07-16 01:45:00,1432.0,4.8084,1,leg_gt,0.08,60 -50100,sell_contrast_m10_bb_pos,sell,2025-07-16 01:48:00,1427.0,4.4421,1,leg_gt,0.08,60 -50101,sell_contrast_m10_bb_pos,sell,2025-07-16 02:30:00,1439.0,5.3212,1,leg_gt,0.11,60 -50102,sell_contrast_m10_bb_pos,sell,2025-07-16 02:33:00,1439.0,5.3212,1,leg_gt,0.11,60 -50103,sell_contrast_m10_bb_pos,sell,2025-07-16 02:36:00,1445.0,5.7608,1,leg_gt,0.11,60 -50104,sell_contrast_m10_bb_pos,sell,2025-07-16 02:39:00,1458.0,6.7132,1,leg_gt,0.11,60 -50105,sell_contrast_m10_bb_pos,sell,2025-07-16 02:51:00,1458.0,6.7132,1,leg_gt,0.12,60 -50106,sell_contrast_m10_bb_pos,sell,2025-07-16 02:54:00,1460.0,6.8597,1,leg_gt,0.12,60 -50107,sell_contrast_m10_bb_pos,sell,2025-07-16 02:57:00,1461.0,6.933,1,leg_gt,0.13,60 -50108,sell_contrast_m10_bb_pos,sell,2025-07-16 03:00:00,1464.0,7.1527,1,leg_gt,0.13,60 -50109,sell_contrast_m10_bb_pos,sell,2025-07-16 03:03:00,1463.0,7.0795,1,leg_gt,0.13,60 -50110,sell_contrast_m10_bb_pos,sell,2025-07-16 03:06:00,1465.0,7.226,1,leg_gt,0.13,60 -50111,sell_contrast_m10_bb_pos,sell,2025-07-16 03:09:00,1462.0,7.0062,1,leg_gt,0.14,60 -50112,sell_contrast_m10_bb_pos,sell,2025-07-16 03:12:00,1463.0,7.0795,1,leg_gt,0.14,60 -50113,sell_contrast_m10_bb_pos,sell,2025-07-16 03:15:00,1464.0,7.1527,1,leg_gt,0.14,60 -50114,sell_contrast_m10_bb_pos,sell,2025-07-16 03:18:00,1465.0,7.226,1,leg_gt,0.14,60 -50115,sell_contrast_m10_bb_pos,sell,2025-07-16 03:21:00,1466.0,7.2993,1,leg_gt,0.14,60 -50116,sell_contrast_m10_bb_pos,sell,2025-07-16 03:24:00,1467.0,7.3725,1,leg_gt,0.15,60 -50117,sell_contrast_m10_bb_pos,sell,2025-07-16 03:27:00,1456.0,6.5667,1,leg_gt,0.15,60 -50118,sell_contrast_m10_bb_pos,sell,2025-07-16 06:42:00,1459.0,2.9367,1,leg_gt,0.08,60 -50119,sell_contrast_m10_bb_pos,sell,2025-07-16 06:45:00,1459.0,2.9367,1,leg_gt,0.08,60 -50120,sell_contrast_m10_bb_pos,sell,2025-07-16 06:48:00,1458.0,2.8661,1,leg_gt,0.09,60 -50121,sell_contrast_m10_bb_pos,sell,2025-07-16 06:51:00,1457.0,2.7955,1,leg_gt,0.09,60 -50122,sell_contrast_m10_bb_pos,sell,2025-07-16 06:54:00,1457.0,2.7955,1,leg_gt,0.09,60 -50123,sell_contrast_m10_bb_pos,sell,2025-07-16 06:57:00,1457.0,2.7955,1,leg_gt,0.09,60 -50124,sell_contrast_m10_bb_pos,sell,2025-07-16 07:00:00,1457.0,2.7955,1,leg_gt,0.09,60 -50125,sell_contrast_m10_bb_pos,sell,2025-07-16 07:03:00,1453.0,2.513,1,leg_gt,0.1,60 -50126,sell_contrast_m10_bb_pos,sell,2025-07-16 07:06:00,1456.0,2.7249,1,leg_gt,0.1,60 -50127,sell_contrast_m10_bb_pos,sell,2025-07-16 07:09:00,1453.0,2.513,1,leg_gt,0.1,60 -50128,sell_contrast_m10_bb_pos,sell,2025-07-16 08:21:00,1470.0,3.7136,1,leg_gt,0.15,60 -50129,sell_contrast_m10_bb_pos,sell,2025-07-16 08:24:00,1469.0,3.6429,1,leg_gt,0.15,60 -50130,sell_contrast_m10_bb_pos,sell,2025-07-16 08:27:00,1471.0,3.7842,1,leg_gt,0.15,60 -50131,sell_contrast_m10_bb_pos,sell,2025-07-16 08:30:00,1472.0,3.8548,1,leg_gt,0.16,60 -50132,sell_contrast_m10_bb_pos,sell,2025-07-16 08:33:00,1473.0,3.9254,1,leg_gt,0.16,60 -50133,sell_contrast_m10_bb_pos,sell,2025-07-16 08:36:00,1474.0,3.996,1,leg_gt,0.16,60 -50134,sell_contrast_m10_bb_pos,sell,2025-07-16 08:39:00,1477.0,4.2079,1,leg_gt,0.16,60 -50135,sell_contrast_m10_bb_pos,sell,2025-07-16 08:51:00,1481.0,4.4904,1,leg_gt,0.17,60 -50136,sell_contrast_m10_bb_pos,sell,2025-07-16 08:54:00,1477.0,4.2079,1,leg_gt,0.17,60 -50137,sell_contrast_m10_bb_pos,sell,2025-07-16 08:57:00,1481.0,4.4904,1,leg_gt,0.18,60 -50138,sell_contrast_m10_bb_pos,sell,2025-07-16 09:00:00,1480.0,4.4198,1,leg_gt,0.18,60 -50139,sell_contrast_m10_bb_pos,sell,2025-07-16 09:03:00,1482.0,4.561,1,leg_gt,0.18,60 -50140,sell_contrast_m10_bb_pos,sell,2025-07-16 09:06:00,1479.0,4.3492,1,leg_gt,0.18,60 -50141,sell_contrast_m10_bb_pos,sell,2025-07-16 09:09:00,1477.0,4.2079,1,leg_gt,0.18,60 -50142,sell_contrast_m10_bb_pos,sell,2025-07-16 09:21:00,1482.0,4.561,1,leg_gt,0.19,60 -50143,sell_contrast_m10_bb_pos,sell,2025-07-16 09:24:00,1479.0,4.3492,1,leg_gt,0.19,60 -50144,sell_contrast_m10_bb_pos,sell,2025-07-16 09:27:00,1477.0,4.2079,1,leg_gt,0.2,60 -50145,sell_contrast_m10_bb_pos,sell,2025-07-16 09:51:00,1485.0,4.7729,1,leg_gt,0.21,60 -50146,sell_contrast_m10_bb_pos,sell,2025-07-16 09:54:00,1483.0,4.6316,1,leg_gt,0.21,60 -50147,sell_contrast_m10_bb_pos,sell,2025-07-16 09:57:00,1481.0,4.4904,1,leg_gt,0.22,60 -50148,sell_contrast_m10_bb_pos,sell,2025-07-16 14:21:00,1463.0,1.5678,1,leg_gt,0.11,60 -50149,sell_contrast_m10_bb_pos,sell,2025-07-16 14:24:00,1457.0,1.1509,1,leg_gt,0.11,60 -50150,sell_contrast_m10_bb_pos,sell,2025-07-16 14:27:00,1459.0,1.2899,1,leg_gt,0.12,60 -50151,sell_contrast_m10_bb_pos,sell,2025-07-16 14:30:00,1461.0,1.4288,1,leg_gt,0.12,60 -50152,sell_contrast_m10_bb_pos,sell,2025-07-16 14:33:00,1462.0,1.4983,1,leg_gt,0.12,60 -50153,sell_contrast_m10_bb_pos,sell,2025-07-16 14:36:00,1465.0,1.7068,1,leg_gt,0.12,60 -50154,sell_contrast_m10_bb_pos,sell,2025-07-16 14:39:00,1461.0,1.4288,1,leg_gt,0.12,60 -50155,sell_contrast_m10_bb_pos,sell,2025-07-16 15:42:00,1463.0,1.5678,1,leg_gt,0.17,60 -50156,sell_contrast_m10_bb_pos,sell,2025-07-16 15:45:00,1464.0,1.6373,1,leg_gt,0.17,60 -50157,sell_contrast_m10_bb_pos,sell,2025-07-16 15:48:00,1464.0,1.6373,1,leg_gt,0.17,60 -50158,sell_contrast_m10_bb_pos,sell,2025-07-16 15:51:00,1463.0,1.5678,1,leg_gt,0.18,60 -50159,sell_contrast_m10_bb_pos,sell,2025-07-16 15:54:00,1465.0,1.7068,1,leg_gt,0.18,60 -50160,sell_contrast_m10_bb_pos,sell,2025-07-16 15:57:00,1466.0,1.7763,1,leg_gt,0.18,60 -50161,sell_contrast_m10_bb_pos,sell,2025-07-16 16:00:00,1465.0,1.7068,1,leg_gt,0.18,60 -50162,sell_contrast_m10_bb_pos,sell,2025-07-16 16:03:00,1466.0,1.7763,1,leg_gt,0.18,60 -50163,sell_contrast_m10_bb_pos,sell,2025-07-16 16:06:00,1463.0,1.5678,1,leg_gt,0.19,60 -50164,sell_contrast_m10_bb_pos,sell,2025-07-16 16:09:00,1461.0,1.4288,1,leg_gt,0.19,60 -50165,sell_contrast_m10_bb_pos,sell,2025-07-16 17:00:00,1474.0,2.3322,1,leg_gt,0.22,60 -50166,sell_contrast_m10_bb_pos,sell,2025-07-16 17:03:00,1466.0,1.7763,1,leg_gt,0.22,60 -50167,sell_contrast_m10_bb_pos,sell,2025-07-16 17:06:00,1468.0,1.9153,1,leg_gt,0.23,60 -50168,sell_contrast_m10_bb_pos,sell,2025-07-16 17:09:00,1467.0,1.8458,1,leg_gt,0.23,60 -50169,sell_contrast_m10_bb_pos,sell,2025-07-16 21:21:00,1482.0,2.8882,1,leg_gt,0.4,60 -50170,sell_contrast_m10_bb_pos,sell,2025-07-16 21:24:00,1483.0,2.9577,1,leg_gt,0.41,60 -50171,sell_contrast_m10_bb_pos,sell,2025-07-16 21:27:00,1482.0,2.8882,1,leg_gt,0.41,60 -50172,sell_contrast_m10_bb_pos,sell,2025-07-16 21:30:00,1486.0,3.1662,1,leg_gt,0.41,60 -50173,sell_contrast_m10_bb_pos,sell,2025-07-16 21:33:00,1486.0,3.1662,1,leg_gt,0.41,60 -50174,sell_contrast_m10_bb_pos,sell,2025-07-16 21:36:00,1492.0,3.5831,1,leg_gt,0.41,60 -50175,sell_contrast_m10_bb_pos,sell,2025-07-16 21:39:00,1492.0,3.5831,1,leg_gt,0.42,60 -50176,sell_contrast_m10_bb_pos,sell,2025-07-16 21:42:00,1491.0,3.5136,1,leg_gt,0.42,60 -50177,sell_contrast_m10_bb_pos,sell,2025-07-16 21:45:00,1492.0,3.5831,1,leg_gt,0.42,60 -50178,sell_contrast_m10_bb_pos,sell,2025-07-16 21:48:00,1491.0,3.5136,1,leg_gt,0.42,60 -50179,sell_contrast_m10_bb_pos,sell,2025-07-17 00:00:00,1490.0,3.4441,1,leg_gt,0.51,60 -50180,sell_contrast_m10_bb_pos,sell,2025-07-17 00:03:00,1494.0,3.7221,1,leg_gt,0.52,60 -50181,sell_contrast_m10_bb_pos,sell,2025-07-17 00:06:00,1493.0,3.6526,1,leg_gt,0.52,60 -50182,sell_contrast_m10_bb_pos,sell,2025-07-17 00:09:00,1496.0,3.8611,1,leg_gt,0.52,60 -50183,sell_contrast_m10_bb_pos,sell,2025-07-17 00:51:00,1499.0,4.0696,1,leg_gt,0.55,60 -50184,sell_contrast_m10_bb_pos,sell,2025-07-17 00:54:00,1496.0,3.8611,1,leg_gt,0.55,60 -50185,sell_contrast_m10_bb_pos,sell,2025-07-17 00:57:00,1495.0,3.7916,1,leg_gt,0.55,60 -50186,sell_contrast_m10_bb_pos,sell,2025-07-17 01:12:00,1505.0,4.4865,1,leg_gt,0.56,60 -50187,sell_contrast_m10_bb_pos,sell,2025-07-17 01:15:00,1508.0,4.695,1,leg_gt,0.57,60 -50188,sell_contrast_m10_bb_pos,sell,2025-07-17 01:18:00,1512.0,4.973,1,leg_gt,0.57,60 -50189,sell_contrast_m10_bb_pos,sell,2025-07-17 01:51:00,1526.0,5.9459,1,leg_gt,0.59,60 -50190,sell_contrast_m10_bb_pos,sell,2025-07-17 01:54:00,1529.0,6.1543,1,leg_gt,0.59,60 -50191,sell_contrast_m10_bb_pos,sell,2025-07-17 01:57:00,1532.0,6.3628,1,leg_gt,0.6,60 -50192,sell_contrast_m10_bb_pos,sell,2025-07-17 02:00:00,1532.0,6.3628,1,leg_gt,0.6,60 -50193,sell_contrast_m10_bb_pos,sell,2025-07-17 02:03:00,1534.0,6.5018,1,leg_gt,0.6,60 -50194,sell_contrast_m10_bb_pos,sell,2025-07-17 02:06:00,1529.0,6.1543,1,leg_gt,0.6,60 -50195,sell_contrast_m10_bb_pos,sell,2025-07-17 02:09:00,1533.0,6.4323,1,leg_gt,0.6,60 -50196,sell_contrast_m10_bb_pos,sell,2025-07-17 02:12:00,1531.0,6.2933,1,leg_gt,0.61,60 -50197,sell_contrast_m10_bb_pos,sell,2025-07-17 02:15:00,1527.0,6.0154,1,leg_gt,0.61,60 -50198,sell_contrast_m10_bb_pos,sell,2025-07-17 02:18:00,1524.0,5.8069,1,leg_gt,0.61,60 -50199,sell_contrast_m10_bb_pos,sell,2025-07-17 03:12:00,1532.0,6.3628,1,leg_gt,0.65,60 -50200,sell_contrast_m10_bb_pos,sell,2025-07-17 03:15:00,1529.0,6.1543,1,leg_gt,0.65,60 -50201,sell_contrast_m10_bb_pos,sell,2025-07-17 03:18:00,1536.0,6.6408,1,leg_gt,0.65,60 -50202,sell_contrast_m10_bb_pos,sell,2025-07-17 05:21:00,1543.0,7.1272,1,leg_gt,0.74,60 -50203,sell_contrast_m10_bb_pos,sell,2025-07-17 05:24:00,1541.0,6.9883,1,leg_gt,0.74,60 -50204,sell_contrast_m10_bb_pos,sell,2025-07-17 05:27:00,1542.0,7.0577,1,leg_gt,0.74,60 -50205,sell_contrast_m10_bb_pos,sell,2025-07-17 05:42:00,1540.0,6.9188,1,leg_gt,0.75,60 -50206,sell_contrast_m10_bb_pos,sell,2025-07-17 05:45:00,1545.0,7.2662,1,leg_gt,0.75,60 -50207,sell_contrast_m10_bb_pos,sell,2025-07-17 05:48:00,1539.0,6.8493,1,leg_gt,0.76,60 -50208,sell_contrast_m10_bb_pos,sell,2025-07-17 14:51:00,1508.0,1.5173,1,leg_gt,0.09,60 -50209,sell_contrast_m10_bb_pos,sell,2025-07-17 14:54:00,1510.0,1.652,1,leg_gt,0.09,60 -50210,sell_contrast_m10_bb_pos,sell,2025-07-17 14:57:00,1509.0,1.5846,1,leg_gt,0.1,60 -50211,sell_contrast_m10_bb_pos,sell,2025-07-17 15:00:00,1510.0,1.652,1,leg_gt,0.1,60 -50212,sell_contrast_m10_bb_pos,sell,2025-07-17 15:03:00,1510.0,1.652,1,leg_gt,0.1,60 -50213,sell_contrast_m10_bb_pos,sell,2025-07-17 15:06:00,1511.0,1.7194,1,leg_gt,0.1,60 -50214,sell_contrast_m10_bb_pos,sell,2025-07-17 15:09:00,1516.0,2.0563,1,leg_gt,0.1,60 -50215,sell_contrast_m10_bb_pos,sell,2025-07-17 15:42:00,1513.0,1.8542,1,leg_gt,0.13,60 -50216,sell_contrast_m10_bb_pos,sell,2025-07-17 15:45:00,1519.0,2.2585,1,leg_gt,0.13,60 -50217,sell_contrast_m10_bb_pos,sell,2025-07-17 15:48:00,1516.0,2.0563,1,leg_gt,0.13,60 -50218,sell_contrast_m10_bb_pos,sell,2025-07-17 15:51:00,1517.0,2.1237,1,leg_gt,0.13,60 -50219,sell_contrast_m10_bb_pos,sell,2025-07-17 15:54:00,1519.0,2.2585,1,leg_gt,0.14,60 -50220,sell_contrast_m10_bb_pos,sell,2025-07-17 15:57:00,1519.0,2.2585,1,leg_gt,0.14,60 -50221,sell_contrast_m10_bb_pos,sell,2025-07-17 16:00:00,1525.0,2.6628,1,leg_gt,0.14,60 -50222,sell_contrast_m10_bb_pos,sell,2025-07-17 16:03:00,1513.0,1.8542,1,leg_gt,0.14,60 -50223,sell_contrast_m10_bb_pos,sell,2025-07-17 16:06:00,1513.0,1.8542,1,leg_gt,0.14,60 -50224,sell_contrast_m10_bb_pos,sell,2025-07-17 16:09:00,1508.0,1.5173,1,leg_gt,0.15,60 -50225,sell_contrast_m10_bb_pos,sell,2025-07-17 16:42:00,1529.0,2.9323,1,leg_gt,0.17,60 -50226,sell_contrast_m10_bb_pos,sell,2025-07-17 16:45:00,1528.0,2.865,1,leg_gt,0.17,60 -50227,sell_contrast_m10_bb_pos,sell,2025-07-17 16:48:00,1529.0,2.9323,1,leg_gt,0.17,60 -50228,sell_contrast_m10_bb_pos,sell,2025-07-17 16:51:00,1529.0,2.9323,1,leg_gt,0.18,60 -50229,sell_contrast_m10_bb_pos,sell,2025-07-17 16:54:00,1529.0,2.9323,1,leg_gt,0.18,60 -50230,sell_contrast_m10_bb_pos,sell,2025-07-17 16:57:00,1528.0,2.865,1,leg_gt,0.18,60 -50231,sell_contrast_m10_bb_pos,sell,2025-07-17 18:12:00,1531.0,3.0671,1,leg_gt,0.23,60 -50232,sell_contrast_m10_bb_pos,sell,2025-07-17 18:15:00,1529.0,2.9323,1,leg_gt,0.23,60 -50233,sell_contrast_m10_bb_pos,sell,2025-07-17 18:18:00,1526.0,2.7302,1,leg_gt,0.24,60 -50234,sell_contrast_m10_bb_pos,sell,2025-07-17 18:42:00,1539.0,3.6062,1,leg_gt,0.25,60 -50235,sell_contrast_m10_bb_pos,sell,2025-07-17 18:45:00,1539.0,3.6062,1,leg_gt,0.25,60 -50236,sell_contrast_m10_bb_pos,sell,2025-07-17 18:48:00,1537.0,3.4714,1,leg_gt,0.26,60 -50237,sell_contrast_m10_bb_pos,sell,2025-07-17 18:51:00,1540.0,3.6736,1,leg_gt,0.26,60 -50238,sell_contrast_m10_bb_pos,sell,2025-07-17 18:54:00,1542.0,3.8084,1,leg_gt,0.26,60 -50239,sell_contrast_m10_bb_pos,sell,2025-07-17 18:57:00,1541.0,3.741,1,leg_gt,0.26,60 -50240,sell_contrast_m10_bb_pos,sell,2025-07-18 04:21:00,1502.0,1.1129,1,leg_gt,0.65,60 -50241,sell_contrast_m10_bb_pos,sell,2025-07-18 04:24:00,1498.0,0.8434,1,leg_gt,0.66,60 -50242,sell_contrast_m10_bb_pos,sell,2025-07-18 04:27:00,1496.0,0.7086,1,leg_gt,0.66,60 -50243,sell_contrast_m10_bb_pos,sell,2025-07-18 06:21:00,1509.0,4.4014,1,leg_gt,0.05,60 -50244,sell_contrast_m10_bb_pos,sell,2025-07-18 06:24:00,1516.0,4.8861,1,leg_gt,0.06,60 -50245,sell_contrast_m10_bb_pos,sell,2025-07-18 06:27:00,1509.0,4.4014,1,leg_gt,0.06,60 -50246,sell_contrast_m10_bb_pos,sell,2025-07-18 06:30:00,1507.0,4.2629,1,leg_gt,0.06,60 -50247,sell_contrast_m10_bb_pos,sell,2025-07-18 06:33:00,1499.0,3.7089,1,leg_gt,0.06,60 -50248,sell_contrast_m10_bb_pos,sell,2025-07-18 06:36:00,1487.0,2.8778,1,leg_gt,0.06,60 -50249,sell_contrast_m10_bb_pos,sell,2025-07-18 06:39:00,1491.0,3.1548,1,leg_gt,0.07,60 -50250,sell_contrast_m10_bb_pos,sell,2025-07-18 07:21:00,1507.0,4.2629,1,leg_gt,0.1,60 -50251,sell_contrast_m10_bb_pos,sell,2025-07-18 07:24:00,1511.0,4.5399,1,leg_gt,0.1,60 -50252,sell_contrast_m10_bb_pos,sell,2025-07-18 07:27:00,1516.0,4.8861,1,leg_gt,0.1,60 -50253,sell_contrast_m10_bb_pos,sell,2025-07-18 07:30:00,1513.0,4.6784,1,leg_gt,0.1,60 -50254,sell_contrast_m10_bb_pos,sell,2025-07-18 07:33:00,1515.0,4.8169,1,leg_gt,0.1,60 -50255,sell_contrast_m10_bb_pos,sell,2025-07-18 07:36:00,1517.0,4.9554,1,leg_gt,0.11,60 -50256,sell_contrast_m10_bb_pos,sell,2025-07-18 07:39:00,1520.0,5.1632,1,leg_gt,0.11,60 -50257,sell_contrast_m10_bb_pos,sell,2025-07-18 07:42:00,1521.0,5.2324,1,leg_gt,0.11,60 -50258,sell_contrast_m10_bb_pos,sell,2025-07-18 07:45:00,1523.0,5.3709,1,leg_gt,0.11,60 -50259,sell_contrast_m10_bb_pos,sell,2025-07-18 07:48:00,1528.0,5.7172,1,leg_gt,0.11,60 -50260,sell_contrast_m10_bb_pos,sell,2025-07-18 07:51:00,1525.0,5.5094,1,leg_gt,0.12,60 -50261,sell_contrast_m10_bb_pos,sell,2025-07-18 07:54:00,1512.0,4.6091,1,leg_gt,0.12,60 -50262,sell_contrast_m10_bb_pos,sell,2025-07-18 07:57:00,1517.0,4.9554,1,leg_gt,0.12,60 -50263,sell_contrast_m10_bb_pos,sell,2025-07-18 08:12:00,1526.0,5.5787,1,leg_gt,0.13,60 -50264,sell_contrast_m10_bb_pos,sell,2025-07-18 08:15:00,1526.0,5.5787,1,leg_gt,0.13,60 -50265,sell_contrast_m10_bb_pos,sell,2025-07-18 08:18:00,1532.0,5.9942,1,leg_gt,0.14,60 -50266,sell_contrast_m10_bb_pos,sell,2025-07-18 08:21:00,1534.0,6.1327,1,leg_gt,0.14,60 -50267,sell_contrast_m10_bb_pos,sell,2025-07-18 08:24:00,1535.0,6.2019,1,leg_gt,0.14,60 -50268,sell_contrast_m10_bb_pos,sell,2025-07-18 08:27:00,1530.0,5.8557,1,leg_gt,0.14,60 -50269,sell_contrast_m10_bb_pos,sell,2025-07-18 11:00:00,1572.0,8.7643,1,leg_gt,0.25,60 -50270,sell_contrast_m10_bb_pos,sell,2025-07-18 11:03:00,1565.0,8.2795,1,leg_gt,0.25,60 -50271,sell_contrast_m10_bb_pos,sell,2025-07-18 11:06:00,1558.0,7.7947,1,leg_gt,0.25,60 -50272,sell_contrast_m10_bb_pos,sell,2025-07-18 11:09:00,1563.0,8.141,1,leg_gt,0.25,60 -50273,sell_contrast_m10_bb_pos,sell,2025-07-18 13:21:00,1573.0,8.8335,1,leg_gt,0.35,60 -50274,sell_contrast_m10_bb_pos,sell,2025-07-18 13:24:00,1570.0,8.6258,1,leg_gt,0.35,60 -50275,sell_contrast_m10_bb_pos,sell,2025-07-18 13:27:00,1574.0,8.9028,1,leg_gt,0.35,60 -50276,sell_contrast_m10_bb_pos,sell,2025-07-18 13:51:00,1577.0,9.1105,1,leg_gt,0.37,60 -50277,sell_contrast_m10_bb_pos,sell,2025-07-18 13:54:00,1587.0,9.803,1,leg_gt,0.37,60 -50278,sell_contrast_m10_bb_pos,sell,2025-07-18 13:57:00,1588.0,9.8723,1,leg_gt,0.37,60 -50279,sell_contrast_m10_bb_pos,sell,2025-07-18 14:51:00,1620.0,12.0884,1,leg_gt,0.41,60 -50280,sell_contrast_m10_bb_pos,sell,2025-07-18 14:54:00,1625.0,12.4346,1,leg_gt,0.41,60 -50281,sell_contrast_m10_bb_pos,sell,2025-07-18 14:57:00,1628.0,12.6424,1,leg_gt,0.41,60 -50282,sell_contrast_m10_bb_pos,sell,2025-07-18 22:30:00,1615.0,3.4256,1,leg_gt,0.09,60 -50283,sell_contrast_m10_bb_pos,sell,2025-07-18 22:33:00,1623.0,3.9385,1,leg_gt,0.09,60 -50284,sell_contrast_m10_bb_pos,sell,2025-07-18 22:36:00,1622.0,3.8744,1,leg_gt,0.09,60 -50285,sell_contrast_m10_bb_pos,sell,2025-07-18 22:39:00,1616.0,3.4897,1,leg_gt,0.1,60 -50286,sell_contrast_m10_bb_pos,sell,2025-07-18 22:42:00,1619.0,3.6821,1,leg_gt,0.1,60 -50287,sell_contrast_m10_bb_pos,sell,2025-07-18 22:45:00,1613.0,3.2974,1,leg_gt,0.1,60 -50288,sell_contrast_m10_bb_pos,sell,2025-07-18 22:48:00,1622.0,3.8744,1,leg_gt,0.1,60 -50289,sell_contrast_m10_bb_pos,sell,2025-07-18 22:51:00,1620.0,3.7462,1,leg_gt,0.1,60 -50290,sell_contrast_m10_bb_pos,sell,2025-07-18 22:54:00,1619.0,3.6821,1,leg_gt,0.11,60 -50291,sell_contrast_m10_bb_pos,sell,2025-07-18 22:57:00,1617.0,3.5538,1,leg_gt,0.11,60 -50292,sell_contrast_m10_bb_pos,sell,2025-07-19 07:42:00,1572.0,3.6624,1,leg_gt,0.09,60 -50293,sell_contrast_m10_bb_pos,sell,2025-07-19 07:45:00,1565.0,3.2003,1,leg_gt,0.09,60 -50294,sell_contrast_m10_bb_pos,sell,2025-07-19 07:48:00,1557.0,2.6723,1,leg_gt,0.09,60 -50295,sell_contrast_m10_bb_pos,sell,2025-07-19 12:00:00,1564.0,3.7513,1,leg_gt,0.08,60 -50296,sell_contrast_m10_bb_pos,sell,2025-07-19 12:03:00,1569.0,4.0833,1,leg_gt,0.08,60 -50297,sell_contrast_m10_bb_pos,sell,2025-07-19 12:06:00,1572.0,4.2825,1,leg_gt,0.09,60 -50298,sell_contrast_m10_bb_pos,sell,2025-07-19 12:09:00,1576.0,4.5481,1,leg_gt,0.09,60 -50299,sell_contrast_m10_bb_pos,sell,2025-07-19 12:12:00,1578.0,4.6809,1,leg_gt,0.09,60 -50300,sell_contrast_m10_bb_pos,sell,2025-07-19 12:15:00,1577.0,4.6145,1,leg_gt,0.09,60 -50301,sell_contrast_m10_bb_pos,sell,2025-07-19 12:18:00,1576.0,4.5481,1,leg_gt,0.09,60 -50302,sell_contrast_m10_bb_pos,sell,2025-07-19 12:30:00,1576.0,4.5481,1,leg_gt,0.1,60 -50303,sell_contrast_m10_bb_pos,sell,2025-07-19 12:33:00,1573.0,4.3489,1,leg_gt,0.1,60 -50304,sell_contrast_m10_bb_pos,sell,2025-07-19 12:36:00,1576.0,4.5481,1,leg_gt,0.11,60 -50305,sell_contrast_m10_bb_pos,sell,2025-07-19 12:39:00,1584.0,5.0793,1,leg_gt,0.11,60 -50306,sell_contrast_m10_bb_pos,sell,2025-07-19 12:42:00,1585.0,5.1457,1,leg_gt,0.11,60 -50307,sell_contrast_m10_bb_pos,sell,2025-07-19 12:45:00,1581.0,4.8801,1,leg_gt,0.11,60 -50308,sell_contrast_m10_bb_pos,sell,2025-07-19 12:48:00,1583.0,5.0129,1,leg_gt,0.11,60 -50309,sell_contrast_m10_bb_pos,sell,2025-07-19 12:51:00,1575.0,4.4817,1,leg_gt,0.12,60 -50310,sell_contrast_m10_bb_pos,sell,2025-07-19 12:54:00,1580.0,4.8137,1,leg_gt,0.12,60 -50311,sell_contrast_m10_bb_pos,sell,2025-07-19 12:57:00,1599.0,6.0753,1,leg_gt,0.12,60 -50312,sell_contrast_m10_bb_pos,sell,2025-07-19 13:21:00,1596.0,5.8761,1,leg_gt,0.14,60 -50313,sell_contrast_m10_bb_pos,sell,2025-07-19 13:24:00,1591.0,5.5441,1,leg_gt,0.14,60 -50314,sell_contrast_m10_bb_pos,sell,2025-07-19 13:27:00,1593.0,5.6769,1,leg_gt,0.14,60 -50315,sell_contrast_m10_bb_pos,sell,2025-07-19 19:42:00,1576.0,4.5481,1,leg_gt,0.4,60 -50316,sell_contrast_m10_bb_pos,sell,2025-07-19 19:45:00,1573.0,4.3489,1,leg_gt,0.4,60 -50317,sell_contrast_m10_bb_pos,sell,2025-07-19 19:48:00,1567.0,3.9505,1,leg_gt,0.41,60 -50318,sell_contrast_m10_bb_pos,sell,2025-07-20 01:30:00,1554.0,1.7349,1,leg_gt,0.06,60 -50319,sell_contrast_m10_bb_pos,sell,2025-07-20 01:33:00,1559.0,2.0625,1,leg_gt,0.07,60 -50320,sell_contrast_m10_bb_pos,sell,2025-07-20 01:36:00,1553.0,1.6693,1,leg_gt,0.07,60 -50321,sell_contrast_m10_bb_pos,sell,2025-07-20 01:39:00,1552.0,1.6038,1,leg_gt,0.07,60 -50322,sell_contrast_m10_bb_pos,sell,2025-07-20 04:21:00,1556.0,1.8659,1,leg_gt,0.18,60 -50323,sell_contrast_m10_bb_pos,sell,2025-07-20 04:24:00,1558.0,1.997,1,leg_gt,0.19,60 -50324,sell_contrast_m10_bb_pos,sell,2025-07-20 04:27:00,1557.0,1.9315,1,leg_gt,0.19,60 -50325,sell_contrast_m10_bb_pos,sell,2025-07-20 05:12:00,1580.0,3.4387,1,leg_gt,0.22,60 -50326,sell_contrast_m10_bb_pos,sell,2025-07-20 05:15:00,1573.0,2.9799,1,leg_gt,0.22,60 -50327,sell_contrast_m10_bb_pos,sell,2025-07-20 05:18:00,1572.0,2.9144,1,leg_gt,0.22,60 -50328,sell_contrast_m10_bb_pos,sell,2025-07-20 05:21:00,1574.0,3.0455,1,leg_gt,0.22,60 -50329,sell_contrast_m10_bb_pos,sell,2025-07-20 05:24:00,1576.0,3.1765,1,leg_gt,0.23,60 -50330,sell_contrast_m10_bb_pos,sell,2025-07-20 05:27:00,1577.0,3.2421,1,leg_gt,0.23,60 -50331,sell_contrast_m10_bb_pos,sell,2025-07-20 05:30:00,1578.0,3.3076,1,leg_gt,0.23,60 -50332,sell_contrast_m10_bb_pos,sell,2025-07-20 05:33:00,1580.0,3.4387,1,leg_gt,0.23,60 -50333,sell_contrast_m10_bb_pos,sell,2025-07-20 05:36:00,1582.0,3.5697,1,leg_gt,0.24,60 -50334,sell_contrast_m10_bb_pos,sell,2025-07-20 05:39:00,1583.0,3.6353,1,leg_gt,0.24,60 -50335,sell_contrast_m10_bb_pos,sell,2025-07-20 05:42:00,1582.0,3.5697,1,leg_gt,0.24,60 -50336,sell_contrast_m10_bb_pos,sell,2025-07-20 05:45:00,1581.0,3.5042,1,leg_gt,0.24,60 -50337,sell_contrast_m10_bb_pos,sell,2025-07-20 05:48:00,1585.0,3.7663,1,leg_gt,0.24,60 -50338,sell_contrast_m10_bb_pos,sell,2025-07-20 05:51:00,1587.0,3.8974,1,leg_gt,0.25,60 -50339,sell_contrast_m10_bb_pos,sell,2025-07-20 05:54:00,1588.0,3.9629,1,leg_gt,0.25,60 -50340,sell_contrast_m10_bb_pos,sell,2025-07-20 05:57:00,1587.0,3.8974,1,leg_gt,0.25,60 -50341,sell_contrast_m10_bb_pos,sell,2025-07-20 07:12:00,1592.0,4.225,1,leg_gt,0.3,60 -50342,sell_contrast_m10_bb_pos,sell,2025-07-20 07:15:00,1590.0,4.094,1,leg_gt,0.3,60 -50343,sell_contrast_m10_bb_pos,sell,2025-07-20 07:18:00,1590.0,4.094,1,leg_gt,0.31,60 -50344,sell_contrast_m10_bb_pos,sell,2025-07-20 07:21:00,1591.0,4.1595,1,leg_gt,0.31,60 -50345,sell_contrast_m10_bb_pos,sell,2025-07-20 07:24:00,1585.0,3.7663,1,leg_gt,0.31,60 -50346,sell_contrast_m10_bb_pos,sell,2025-07-20 07:27:00,1585.0,3.7663,1,leg_gt,0.31,60 -50347,sell_contrast_m10_bb_pos,sell,2025-07-20 10:12:00,1582.0,3.5697,1,leg_gt,0.43,60 -50348,sell_contrast_m10_bb_pos,sell,2025-07-20 10:15:00,1583.0,3.6353,1,leg_gt,0.43,60 -50349,sell_contrast_m10_bb_pos,sell,2025-07-20 10:18:00,1584.0,3.7008,1,leg_gt,0.43,60 -50350,sell_contrast_m10_bb_pos,sell,2025-07-20 11:51:00,1585.0,3.7663,1,leg_gt,0.5,60 -50351,sell_contrast_m10_bb_pos,sell,2025-07-20 11:54:00,1578.0,3.3076,1,leg_gt,0.5,60 -50352,sell_contrast_m10_bb_pos,sell,2025-07-20 11:57:00,1578.0,3.3076,1,leg_gt,0.5,60 -50353,sell_contrast_m10_bb_pos,sell,2025-07-20 12:30:00,1590.0,4.094,1,leg_gt,0.52,60 -50354,sell_contrast_m10_bb_pos,sell,2025-07-20 12:33:00,1597.0,4.5527,1,leg_gt,0.52,60 -50355,sell_contrast_m10_bb_pos,sell,2025-07-20 12:36:00,1603.0,4.9459,1,leg_gt,0.53,60 -50356,sell_contrast_m10_bb_pos,sell,2025-07-20 12:39:00,1603.0,4.9459,1,leg_gt,0.53,60 -50357,sell_contrast_m10_bb_pos,sell,2025-07-20 12:51:00,1591.0,4.1595,1,leg_gt,0.54,60 -50358,sell_contrast_m10_bb_pos,sell,2025-07-20 12:54:00,1590.0,4.094,1,leg_gt,0.54,60 -50359,sell_contrast_m10_bb_pos,sell,2025-07-20 12:57:00,1592.0,4.225,1,leg_gt,0.54,60 -50360,sell_contrast_m10_bb_pos,sell,2025-07-20 13:00:00,1593.0,4.2906,1,leg_gt,0.54,60 -50361,sell_contrast_m10_bb_pos,sell,2025-07-20 13:03:00,1589.0,4.0284,1,leg_gt,0.55,60 -50362,sell_contrast_m10_bb_pos,sell,2025-07-20 13:06:00,1589.0,4.0284,1,leg_gt,0.55,60 -50363,sell_contrast_m10_bb_pos,sell,2025-07-20 13:09:00,1587.0,3.8974,1,leg_gt,0.55,60 -50364,sell_contrast_m10_bb_pos,sell,2025-07-20 13:30:00,1600.0,4.7493,1,leg_gt,0.56,60 -50365,sell_contrast_m10_bb_pos,sell,2025-07-20 13:33:00,1603.0,4.9459,1,leg_gt,0.57,60 -50366,sell_contrast_m10_bb_pos,sell,2025-07-20 13:36:00,1597.0,4.5527,1,leg_gt,0.57,60 -50367,sell_contrast_m10_bb_pos,sell,2025-07-20 13:39:00,1592.0,4.225,1,leg_gt,0.57,60 -50368,sell_contrast_m10_bb_pos,sell,2025-07-20 15:42:00,1632.0,6.8463,1,leg_gt,0.66,60 -50369,sell_contrast_m10_bb_pos,sell,2025-07-20 15:45:00,1633.0,6.9118,1,leg_gt,0.66,60 -50370,sell_contrast_m10_bb_pos,sell,2025-07-20 15:48:00,1630.0,6.7152,1,leg_gt,0.66,60 -50371,sell_contrast_m10_bb_pos,sell,2025-07-20 15:51:00,1630.0,6.7152,1,leg_gt,0.66,60 -50372,sell_contrast_m10_bb_pos,sell,2025-07-20 15:54:00,1628.0,6.5841,1,leg_gt,0.66,60 -50373,sell_contrast_m10_bb_pos,sell,2025-07-20 15:57:00,1624.0,6.322,1,leg_gt,0.67,60 -50374,sell_contrast_m10_bb_pos,sell,2025-07-20 16:21:00,1632.0,6.8463,1,leg_gt,0.68,60 -50375,sell_contrast_m10_bb_pos,sell,2025-07-20 16:24:00,1636.0,7.1084,1,leg_gt,0.69,60 -50376,sell_contrast_m10_bb_pos,sell,2025-07-20 16:27:00,1634.0,6.9773,1,leg_gt,0.69,60 -50377,sell_contrast_m10_bb_pos,sell,2025-07-20 18:00:00,1634.0,6.9773,1,leg_gt,0.75,60 -50378,sell_contrast_m10_bb_pos,sell,2025-07-20 18:03:00,1633.0,6.9118,1,leg_gt,0.75,60 -50379,sell_contrast_m10_bb_pos,sell,2025-07-20 18:06:00,1627.0,6.5186,1,leg_gt,0.76,60 -50380,sell_contrast_m10_bb_pos,sell,2025-07-20 18:09:00,1626.0,6.4531,1,leg_gt,0.76,60 -50381,sell_contrast_m10_bb_pos,sell,2025-07-20 20:21:00,1641.0,7.436,1,leg_gt,0.85,60 -50382,sell_contrast_m10_bb_pos,sell,2025-07-20 20:24:00,1642.0,7.5016,1,leg_gt,0.85,60 -50383,sell_contrast_m10_bb_pos,sell,2025-07-20 20:27:00,1644.0,7.6326,1,leg_gt,0.85,60 -50384,sell_contrast_m10_bb_pos,sell,2025-07-20 21:12:00,1663.0,8.8777,1,leg_gt,0.89,60 -50385,sell_contrast_m10_bb_pos,sell,2025-07-20 21:15:00,1664.0,8.9433,1,leg_gt,0.89,60 -50386,sell_contrast_m10_bb_pos,sell,2025-07-20 21:18:00,1663.0,8.8777,1,leg_gt,0.89,60 -50387,sell_contrast_m10_bb_pos,sell,2025-07-21 01:21:00,1725.0,12.9406,1,leg_gt,1.06,60 -50388,sell_contrast_m10_bb_pos,sell,2025-07-21 01:24:00,1718.0,12.4819,1,leg_gt,1.06,60 -50389,sell_contrast_m10_bb_pos,sell,2025-07-21 01:27:00,1720.0,12.613,1,leg_gt,1.06,60 -50390,sell_contrast_m10_bb_pos,sell,2025-07-21 01:30:00,1728.0,13.1372,1,leg_gt,1.06,60 -50391,sell_contrast_m10_bb_pos,sell,2025-07-21 01:33:00,1727.0,13.0717,1,leg_gt,1.07,60 -50392,sell_contrast_m10_bb_pos,sell,2025-07-21 01:36:00,1728.0,13.1372,1,leg_gt,1.07,60 -50393,sell_contrast_m10_bb_pos,sell,2025-07-21 01:39:00,1729.0,13.2028,1,leg_gt,1.07,60 -50394,sell_contrast_m10_bb_pos,sell,2025-07-21 12:42:00,1679.0,2.3405,1,leg_gt,0.09,60 -50395,sell_contrast_m10_bb_pos,sell,2025-07-21 12:45:00,1682.0,2.5236,1,leg_gt,0.09,60 -50396,sell_contrast_m10_bb_pos,sell,2025-07-21 12:48:00,1682.0,2.5236,1,leg_gt,0.09,60 -50397,sell_contrast_m10_bb_pos,sell,2025-07-21 13:00:00,1686.0,2.7676,1,leg_gt,0.1,60 -50398,sell_contrast_m10_bb_pos,sell,2025-07-21 13:03:00,1685.0,2.7066,1,leg_gt,0.1,60 -50399,sell_contrast_m10_bb_pos,sell,2025-07-21 13:06:00,1685.0,2.7066,1,leg_gt,0.1,60 -50400,sell_contrast_m10_bb_pos,sell,2025-07-21 13:09:00,1682.0,2.5236,1,leg_gt,0.11,60 -50401,sell_contrast_m10_bb_pos,sell,2025-07-21 15:12:00,1692.0,3.1337,1,leg_gt,0.19,60 -50402,sell_contrast_m10_bb_pos,sell,2025-07-21 15:15:00,1694.0,3.2557,1,leg_gt,0.19,60 -50403,sell_contrast_m10_bb_pos,sell,2025-07-21 15:18:00,1692.0,3.1337,1,leg_gt,0.2,60 -50404,sell_contrast_m10_bb_pos,sell,2025-07-21 15:21:00,1694.0,3.2557,1,leg_gt,0.2,60 -50405,sell_contrast_m10_bb_pos,sell,2025-07-21 15:24:00,1697.0,3.4387,1,leg_gt,0.2,60 -50406,sell_contrast_m10_bb_pos,sell,2025-07-21 15:27:00,1697.0,3.4387,1,leg_gt,0.2,60 -50407,sell_contrast_m10_bb_pos,sell,2025-07-21 15:30:00,1696.0,3.3777,1,leg_gt,0.2,60 -50408,sell_contrast_m10_bb_pos,sell,2025-07-21 15:33:00,1694.0,3.2557,1,leg_gt,0.21,60 -50409,sell_contrast_m10_bb_pos,sell,2025-07-21 15:36:00,1698.0,3.4998,1,leg_gt,0.21,60 -50410,sell_contrast_m10_bb_pos,sell,2025-07-21 15:39:00,1691.0,3.0727,1,leg_gt,0.21,60 -50411,sell_contrast_m10_bb_pos,sell,2025-07-21 16:21:00,1697.0,3.4387,1,leg_gt,0.24,60 -50412,sell_contrast_m10_bb_pos,sell,2025-07-21 16:24:00,1695.0,3.3167,1,leg_gt,0.24,60 -50413,sell_contrast_m10_bb_pos,sell,2025-07-21 16:27:00,1697.0,3.4387,1,leg_gt,0.24,60 -50414,sell_contrast_m10_bb_pos,sell,2025-07-21 16:30:00,1700.0,3.6218,1,leg_gt,0.25,60 -50415,sell_contrast_m10_bb_pos,sell,2025-07-21 16:33:00,1694.0,3.2557,1,leg_gt,0.25,60 -50416,sell_contrast_m10_bb_pos,sell,2025-07-21 16:36:00,1694.0,3.2557,1,leg_gt,0.25,60 -50417,sell_contrast_m10_bb_pos,sell,2025-07-21 16:39:00,1695.0,3.3167,1,leg_gt,0.25,60 -50418,sell_contrast_m10_bb_pos,sell,2025-07-21 20:00:00,1698.0,3.4998,1,leg_gt,0.39,60 -50419,sell_contrast_m10_bb_pos,sell,2025-07-21 20:03:00,1699.0,3.5608,1,leg_gt,0.39,60 -50420,sell_contrast_m10_bb_pos,sell,2025-07-21 20:06:00,1695.0,3.3167,1,leg_gt,0.4,60 -50421,sell_contrast_m10_bb_pos,sell,2025-07-21 20:09:00,1698.0,3.4998,1,leg_gt,0.4,60 -50422,sell_contrast_m10_bb_pos,sell,2025-07-21 20:21:00,1704.0,3.8658,1,leg_gt,0.41,60 -50423,sell_contrast_m10_bb_pos,sell,2025-07-21 20:24:00,1706.0,3.9879,1,leg_gt,0.41,60 -50424,sell_contrast_m10_bb_pos,sell,2025-07-21 20:27:00,1708.0,4.1099,1,leg_gt,0.41,60 -50425,sell_contrast_m10_bb_pos,sell,2025-07-21 22:42:00,1704.0,3.8658,1,leg_gt,0.5,60 -50426,sell_contrast_m10_bb_pos,sell,2025-07-21 22:45:00,1704.0,3.8658,1,leg_gt,0.51,60 -50427,sell_contrast_m10_bb_pos,sell,2025-07-21 22:48:00,1706.0,3.9879,1,leg_gt,0.51,60 -50428,sell_contrast_m10_bb_pos,sell,2025-07-22 07:12:00,1664.0,1.7983,1,leg_gt,0.11,60 -50429,sell_contrast_m10_bb_pos,sell,2025-07-22 07:15:00,1668.0,2.0433,1,leg_gt,0.11,60 -50430,sell_contrast_m10_bb_pos,sell,2025-07-22 07:18:00,1666.0,1.9208,1,leg_gt,0.12,60 -50431,sell_contrast_m10_bb_pos,sell,2025-07-22 07:21:00,1664.0,1.7983,1,leg_gt,0.12,60 -50432,sell_contrast_m10_bb_pos,sell,2025-07-22 07:24:00,1665.0,1.8596,1,leg_gt,0.12,60 -50433,sell_contrast_m10_bb_pos,sell,2025-07-22 07:27:00,1666.0,1.9208,1,leg_gt,0.12,60 -50434,sell_contrast_m10_bb_pos,sell,2025-07-22 08:00:00,1683.0,2.9618,1,leg_gt,0.15,60 -50435,sell_contrast_m10_bb_pos,sell,2025-07-22 08:03:00,1682.0,2.9006,1,leg_gt,0.15,60 -50436,sell_contrast_m10_bb_pos,sell,2025-07-22 08:06:00,1676.0,2.5332,1,leg_gt,0.15,60 -50437,sell_contrast_m10_bb_pos,sell,2025-07-22 08:09:00,1681.0,2.8394,1,leg_gt,0.15,60 -50438,sell_contrast_m10_bb_pos,sell,2025-07-22 08:21:00,1682.0,2.9006,1,leg_gt,0.16,60 -50439,sell_contrast_m10_bb_pos,sell,2025-07-22 08:24:00,1686.0,3.1456,1,leg_gt,0.16,60 -50440,sell_contrast_m10_bb_pos,sell,2025-07-22 08:27:00,1688.0,3.268,1,leg_gt,0.16,60 -50441,sell_contrast_m10_bb_pos,sell,2025-07-22 08:42:00,1697.0,3.8192,1,leg_gt,0.18,60 -50442,sell_contrast_m10_bb_pos,sell,2025-07-22 08:45:00,1696.0,3.7579,1,leg_gt,0.18,60 -50443,sell_contrast_m10_bb_pos,sell,2025-07-22 08:48:00,1698.0,3.8804,1,leg_gt,0.18,60 -50444,sell_contrast_m10_bb_pos,sell,2025-07-22 08:51:00,1694.0,3.6355,1,leg_gt,0.18,60 -50445,sell_contrast_m10_bb_pos,sell,2025-07-22 08:54:00,1691.0,3.4517,1,leg_gt,0.18,60 -50446,sell_contrast_m10_bb_pos,sell,2025-07-22 08:57:00,1692.0,3.513,1,leg_gt,0.19,60 -50447,sell_contrast_m10_bb_pos,sell,2025-07-22 09:30:00,1698.0,3.8804,1,leg_gt,0.21,60 -50448,sell_contrast_m10_bb_pos,sell,2025-07-22 09:33:00,1697.0,3.8192,1,leg_gt,0.21,60 -50449,sell_contrast_m10_bb_pos,sell,2025-07-22 09:36:00,1686.0,3.1456,1,leg_gt,0.21,60 -50450,sell_contrast_m10_bb_pos,sell,2025-07-22 09:39:00,1682.0,2.9006,1,leg_gt,0.21,60 -50451,sell_contrast_m10_bb_pos,sell,2025-07-22 10:51:00,1703.0,4.059,1,leg_gt,0.02,60 -50452,sell_contrast_m10_bb_pos,sell,2025-07-22 10:54:00,1715.0,4.793,1,leg_gt,0.03,60 -50453,sell_contrast_m10_bb_pos,sell,2025-07-22 10:57:00,1703.0,4.059,1,leg_gt,0.03,60 -50454,sell_contrast_m10_bb_pos,sell,2025-07-22 11:12:00,1704.0,4.1202,1,leg_gt,0.04,60 -50455,sell_contrast_m10_bb_pos,sell,2025-07-22 11:15:00,1702.0,3.9979,1,leg_gt,0.04,60 -50456,sell_contrast_m10_bb_pos,sell,2025-07-22 11:18:00,1698.0,3.7532,1,leg_gt,0.04,60 -50457,sell_contrast_m10_bb_pos,sell,2025-07-22 11:42:00,1713.0,4.6706,1,leg_gt,0.06,60 -50458,sell_contrast_m10_bb_pos,sell,2025-07-22 11:45:00,1699.0,3.8144,1,leg_gt,0.06,60 -50459,sell_contrast_m10_bb_pos,sell,2025-07-22 11:48:00,1700.0,3.8755,1,leg_gt,0.06,60 -50460,sell_contrast_m10_bb_pos,sell,2025-07-22 16:30:00,1655.0,1.1232,1,leg_gt,0.26,60 -50461,sell_contrast_m10_bb_pos,sell,2025-07-22 16:33:00,1642.0,0.3281,1,leg_gt,0.26,60 -50462,sell_contrast_m10_bb_pos,sell,2025-07-22 16:36:00,1642.0,0.3281,1,leg_gt,0.26,60 -50463,sell_contrast_m10_bb_pos,sell,2025-07-22 16:39:00,1646.0,0.5728,1,leg_gt,0.27,60 -50464,sell_contrast_m10_bb_pos,sell,2025-07-22 19:51:00,1644.0,2.7786,1,leg_gt,0.1,60 -50465,sell_contrast_m10_bb_pos,sell,2025-07-22 19:54:00,1649.0,3.0915,1,leg_gt,0.1,60 -50466,sell_contrast_m10_bb_pos,sell,2025-07-22 19:57:00,1649.0,3.0915,1,leg_gt,0.11,60 -50467,sell_contrast_m10_bb_pos,sell,2025-07-22 20:12:00,1639.0,2.4657,1,leg_gt,0.12,60 -50468,sell_contrast_m10_bb_pos,sell,2025-07-22 20:15:00,1640.0,2.5283,1,leg_gt,0.12,60 -50469,sell_contrast_m10_bb_pos,sell,2025-07-22 20:18:00,1643.0,2.716,1,leg_gt,0.12,60 -50470,sell_contrast_m10_bb_pos,sell,2025-07-22 20:51:00,1649.0,3.0915,1,leg_gt,0.14,60 -50471,sell_contrast_m10_bb_pos,sell,2025-07-22 20:54:00,1646.0,2.9038,1,leg_gt,0.15,60 -50472,sell_contrast_m10_bb_pos,sell,2025-07-22 20:57:00,1647.0,2.9663,1,leg_gt,0.15,60 -50473,sell_contrast_m10_bb_pos,sell,2025-07-22 21:00:00,1651.0,3.2166,1,leg_gt,0.15,60 -50474,sell_contrast_m10_bb_pos,sell,2025-07-22 21:03:00,1644.0,2.7786,1,leg_gt,0.15,60 -50475,sell_contrast_m10_bb_pos,sell,2025-07-22 21:06:00,1646.0,2.9038,1,leg_gt,0.15,60 -50476,sell_contrast_m10_bb_pos,sell,2025-07-22 21:09:00,1662.0,3.905,1,leg_gt,0.16,60 -50477,sell_contrast_m10_bb_pos,sell,2025-07-22 21:42:00,1684.0,5.2817,1,leg_gt,0.18,60 -50478,sell_contrast_m10_bb_pos,sell,2025-07-22 21:45:00,1686.0,5.4069,1,leg_gt,0.18,60 -50479,sell_contrast_m10_bb_pos,sell,2025-07-22 21:48:00,1681.0,5.094,1,leg_gt,0.18,60 -50480,sell_contrast_m10_bb_pos,sell,2025-07-22 22:12:00,1693.0,5.8449,1,leg_gt,0.2,60 -50481,sell_contrast_m10_bb_pos,sell,2025-07-22 22:15:00,1693.0,5.8449,1,leg_gt,0.2,60 -50482,sell_contrast_m10_bb_pos,sell,2025-07-22 22:18:00,1689.0,5.5946,1,leg_gt,0.2,60 -50483,sell_contrast_m10_bb_pos,sell,2025-07-23 04:00:00,1669.0,2.042,1,leg_gt,0.07,60 -50484,sell_contrast_m10_bb_pos,sell,2025-07-23 04:03:00,1671.0,2.1644,1,leg_gt,0.07,60 -50485,sell_contrast_m10_bb_pos,sell,2025-07-23 04:06:00,1672.0,2.2256,1,leg_gt,0.07,60 -50486,sell_contrast_m10_bb_pos,sell,2025-07-23 04:09:00,1680.0,2.7152,1,leg_gt,0.07,60 -50487,sell_contrast_m10_bb_pos,sell,2025-07-23 04:12:00,1677.0,2.5316,1,leg_gt,0.08,60 -50488,sell_contrast_m10_bb_pos,sell,2025-07-23 04:15:00,1682.0,2.8376,1,leg_gt,0.08,60 -50489,sell_contrast_m10_bb_pos,sell,2025-07-23 04:18:00,1683.0,2.8988,1,leg_gt,0.08,60 -50490,sell_contrast_m10_bb_pos,sell,2025-07-23 04:21:00,1680.0,2.7152,1,leg_gt,0.08,60 -50491,sell_contrast_m10_bb_pos,sell,2025-07-23 04:24:00,1684.0,2.96,1,leg_gt,0.08,60 -50492,sell_contrast_m10_bb_pos,sell,2025-07-23 04:27:00,1687.0,3.1436,1,leg_gt,0.09,60 -50493,sell_contrast_m10_bb_pos,sell,2025-07-23 04:51:00,1688.0,3.2048,1,leg_gt,0.1,60 -50494,sell_contrast_m10_bb_pos,sell,2025-07-23 04:54:00,1686.0,3.0824,1,leg_gt,0.1,60 -50495,sell_contrast_m10_bb_pos,sell,2025-07-23 04:57:00,1693.0,3.5108,1,leg_gt,0.11,60 -50496,sell_contrast_m10_bb_pos,sell,2025-07-23 05:00:00,1699.0,3.878,1,leg_gt,0.11,60 -50497,sell_contrast_m10_bb_pos,sell,2025-07-23 05:03:00,1689.0,3.266,1,leg_gt,0.11,60 -50498,sell_contrast_m10_bb_pos,sell,2025-07-23 05:06:00,1699.0,3.878,1,leg_gt,0.11,60 -50499,sell_contrast_m10_bb_pos,sell,2025-07-23 05:09:00,1707.0,4.3676,1,leg_gt,0.11,60 -50500,sell_contrast_m10_bb_pos,sell,2025-07-23 05:42:00,1732.0,5.8976,1,leg_gt,0.14,60 -50501,sell_contrast_m10_bb_pos,sell,2025-07-23 05:45:00,1739.0,6.3259,1,leg_gt,0.14,60 -50502,sell_contrast_m10_bb_pos,sell,2025-07-23 05:48:00,1739.0,6.3259,1,leg_gt,0.14,60 -50503,sell_contrast_m10_bb_pos,sell,2025-07-23 05:51:00,1740.0,6.3871,1,leg_gt,0.14,60 -50504,sell_contrast_m10_bb_pos,sell,2025-07-23 05:54:00,1739.0,6.3259,1,leg_gt,0.15,60 -50505,sell_contrast_m10_bb_pos,sell,2025-07-23 05:57:00,1735.0,6.0812,1,leg_gt,0.15,60 -50506,sell_contrast_m10_bb_pos,sell,2025-07-23 06:00:00,1736.0,6.1424,1,leg_gt,0.15,60 -50507,sell_contrast_m10_bb_pos,sell,2025-07-23 06:03:00,1739.0,6.3259,1,leg_gt,0.15,60 -50508,sell_contrast_m10_bb_pos,sell,2025-07-23 06:06:00,1734.0,6.02,1,leg_gt,0.15,60 -50509,sell_contrast_m10_bb_pos,sell,2025-07-23 06:09:00,1729.0,5.714,1,leg_gt,0.16,60 -50510,sell_contrast_m10_bb_pos,sell,2025-07-23 06:21:00,1750.0,6.9991,1,leg_gt,0.16,60 -50511,sell_contrast_m10_bb_pos,sell,2025-07-23 06:24:00,1756.0,7.3663,1,leg_gt,0.17,60 -50512,sell_contrast_m10_bb_pos,sell,2025-07-23 06:27:00,1756.0,7.3663,1,leg_gt,0.17,60 -50513,sell_contrast_m10_bb_pos,sell,2025-07-23 07:12:00,1821.0,11.3443,1,leg_gt,0.2,60 -50514,sell_contrast_m10_bb_pos,sell,2025-07-23 07:15:00,1812.0,10.7935,1,leg_gt,0.2,60 -50515,sell_contrast_m10_bb_pos,sell,2025-07-23 07:18:00,1832.0,12.0175,1,leg_gt,0.2,60 -50516,sell_contrast_m10_bb_pos,sell,2025-07-23 07:21:00,1828.0,11.7727,1,leg_gt,0.21,60 -50517,sell_contrast_m10_bb_pos,sell,2025-07-23 07:24:00,1830.0,11.8951,1,leg_gt,0.21,60 -50518,sell_contrast_m10_bb_pos,sell,2025-07-23 07:27:00,1826.0,11.6503,1,leg_gt,0.21,60 -50519,sell_contrast_m10_bb_pos,sell,2025-07-23 07:30:00,1824.0,11.5279,1,leg_gt,0.21,60 -50520,sell_contrast_m10_bb_pos,sell,2025-07-23 07:33:00,1823.0,11.4667,1,leg_gt,0.21,60 -50521,sell_contrast_m10_bb_pos,sell,2025-07-23 07:36:00,1839.0,12.4459,1,leg_gt,0.22,60 -50522,sell_contrast_m10_bb_pos,sell,2025-07-23 07:39:00,1839.0,12.4459,1,leg_gt,0.22,60 -50523,sell_contrast_m10_bb_pos,sell,2025-07-23 07:42:00,1834.0,12.1399,1,leg_gt,0.22,60 -50524,sell_contrast_m10_bb_pos,sell,2025-07-23 07:45:00,1844.0,12.7519,1,leg_gt,0.22,60 -50525,sell_contrast_m10_bb_pos,sell,2025-07-23 07:48:00,1838.0,12.3847,1,leg_gt,0.22,60 -50526,sell_contrast_m10_bb_pos,sell,2025-07-23 07:51:00,1841.0,12.5683,1,leg_gt,0.23,60 -50527,sell_contrast_m10_bb_pos,sell,2025-07-23 07:54:00,1834.0,12.1399,1,leg_gt,0.23,60 -50528,sell_contrast_m10_bb_pos,sell,2025-07-23 07:57:00,1836.0,12.2623,1,leg_gt,0.23,60 -50529,sell_contrast_m10_bb_pos,sell,2025-07-23 08:00:00,1840.0,12.5071,1,leg_gt,0.23,60 -50530,sell_contrast_m10_bb_pos,sell,2025-07-23 08:03:00,1846.0,12.8743,1,leg_gt,0.24,60 -50531,sell_contrast_m10_bb_pos,sell,2025-07-23 08:06:00,1876.0,14.7103,1,leg_gt,0.24,60 -50532,sell_contrast_m10_bb_pos,sell,2025-07-23 08:09:00,1866.0,14.0983,1,leg_gt,0.24,60 -50533,sell_contrast_m10_bb_pos,sell,2025-07-23 08:12:00,1877.0,14.7715,1,leg_gt,0.24,60 -50534,sell_contrast_m10_bb_pos,sell,2025-07-23 08:15:00,1883.0,15.1387,1,leg_gt,0.24,60 -50535,sell_contrast_m10_bb_pos,sell,2025-07-23 08:18:00,1879.0,14.8939,1,leg_gt,0.25,60 -50536,sell_contrast_m10_bb_pos,sell,2025-07-23 08:21:00,1871.0,14.4043,1,leg_gt,0.25,60 -50537,sell_contrast_m10_bb_pos,sell,2025-07-23 08:24:00,1871.0,14.4043,1,leg_gt,0.25,60 -50538,sell_contrast_m10_bb_pos,sell,2025-07-23 08:27:00,1860.0,13.7311,1,leg_gt,0.25,60 -50539,sell_contrast_m10_bb_pos,sell,2025-07-23 08:30:00,1873.0,14.5267,1,leg_gt,0.25,60 -50540,sell_contrast_m10_bb_pos,sell,2025-07-23 08:33:00,1882.0,15.0775,1,leg_gt,0.26,60 -50541,sell_contrast_m10_bb_pos,sell,2025-07-23 08:36:00,1888.0,15.4447,1,leg_gt,0.26,60 -50542,sell_contrast_m10_bb_pos,sell,2025-07-23 08:39:00,1878.0,14.8327,1,leg_gt,0.26,60 -50543,sell_contrast_m10_bb_pos,sell,2025-07-23 08:42:00,1872.0,14.4655,1,leg_gt,0.26,60 -50544,sell_contrast_m10_bb_pos,sell,2025-07-23 08:45:00,1876.0,14.7103,1,leg_gt,0.26,60 -50545,sell_contrast_m10_bb_pos,sell,2025-07-23 08:48:00,1874.0,14.5879,1,leg_gt,0.27,60 -50546,sell_contrast_m10_bb_pos,sell,2025-07-23 09:00:00,1892.0,15.6895,1,leg_gt,0.28,60 -50547,sell_contrast_m10_bb_pos,sell,2025-07-23 09:03:00,1883.0,15.1387,1,leg_gt,0.28,60 -50548,sell_contrast_m10_bb_pos,sell,2025-07-23 09:06:00,1867.0,14.1595,1,leg_gt,0.28,60 -50549,sell_contrast_m10_bb_pos,sell,2025-07-23 09:09:00,1853.0,13.3027,1,leg_gt,0.28,60 -50550,sell_contrast_m10_bb_pos,sell,2025-07-23 13:42:00,1831.0,11.9563,1,leg_gt,0.47,60 -50551,sell_contrast_m10_bb_pos,sell,2025-07-23 13:45:00,1834.0,12.1399,1,leg_gt,0.47,60 -50552,sell_contrast_m10_bb_pos,sell,2025-07-23 13:48:00,1832.0,12.0175,1,leg_gt,0.48,60 -50553,sell_contrast_m10_bb_pos,sell,2025-07-23 21:21:00,1764.0,7.8559,1,leg_gt,0.79,60 -50554,sell_contrast_m10_bb_pos,sell,2025-07-23 21:24:00,1763.0,7.7947,1,leg_gt,0.79,60 -50555,sell_contrast_m10_bb_pos,sell,2025-07-23 21:27:00,1756.0,7.3663,1,leg_gt,0.79,60 -50556,sell_contrast_m10_bb_pos,sell,2025-07-23 21:30:00,1761.0,7.6723,1,leg_gt,0.8,60 -50557,sell_contrast_m10_bb_pos,sell,2025-07-23 21:33:00,1760.0,7.6111,1,leg_gt,0.8,60 -50558,sell_contrast_m10_bb_pos,sell,2025-07-23 21:36:00,1763.0,7.7947,1,leg_gt,0.8,60 -50559,sell_contrast_m10_bb_pos,sell,2025-07-23 21:39:00,1750.0,6.9991,1,leg_gt,0.8,60 -50560,sell_contrast_m10_bb_pos,sell,2025-07-24 08:21:00,1618.0,5.17,1,leg_gt,0.08,60 -50561,sell_contrast_m10_bb_pos,sell,2025-07-24 08:24:00,1618.0,5.17,1,leg_gt,0.08,60 -50562,sell_contrast_m10_bb_pos,sell,2025-07-24 08:27:00,1617.0,5.1049,1,leg_gt,0.09,60 -50563,sell_contrast_m10_bb_pos,sell,2025-07-24 10:00:00,1626.0,5.6905,1,leg_gt,0.15,60 -50564,sell_contrast_m10_bb_pos,sell,2025-07-24 10:03:00,1618.0,5.17,1,leg_gt,0.15,60 -50565,sell_contrast_m10_bb_pos,sell,2025-07-24 10:06:00,1618.0,5.17,1,leg_gt,0.15,60 -50566,sell_contrast_m10_bb_pos,sell,2025-07-24 10:09:00,1612.0,4.7796,1,leg_gt,0.16,60 -50567,sell_contrast_m10_bb_pos,sell,2025-07-24 11:00:00,1632.0,6.0809,1,leg_gt,0.19,60 -50568,sell_contrast_m10_bb_pos,sell,2025-07-24 11:03:00,1629.0,5.8857,1,leg_gt,0.19,60 -50569,sell_contrast_m10_bb_pos,sell,2025-07-24 11:06:00,1622.0,5.4303,1,leg_gt,0.2,60 -50570,sell_contrast_m10_bb_pos,sell,2025-07-24 11:09:00,1626.0,5.6905,1,leg_gt,0.2,60 -50571,sell_contrast_m10_bb_pos,sell,2025-07-24 17:51:00,1545.0,5.5772,1,leg_gt,0.08,60 -50572,sell_contrast_m10_bb_pos,sell,2025-07-24 17:54:00,1547.0,5.714,1,leg_gt,0.09,60 -50573,sell_contrast_m10_bb_pos,sell,2025-07-24 17:57:00,1547.0,5.714,1,leg_gt,0.09,60 -50574,sell_contrast_m10_bb_pos,sell,2025-07-24 18:00:00,1546.0,5.6456,1,leg_gt,0.09,60 -50575,sell_contrast_m10_bb_pos,sell,2025-07-24 18:03:00,1546.0,5.6456,1,leg_gt,0.09,60 -50576,sell_contrast_m10_bb_pos,sell,2025-07-24 18:06:00,1546.0,5.6456,1,leg_gt,0.09,60 -50577,sell_contrast_m10_bb_pos,sell,2025-07-24 18:09:00,1547.0,5.714,1,leg_gt,0.1,60 -50578,sell_contrast_m10_bb_pos,sell,2025-07-24 18:12:00,1544.0,5.5088,1,leg_gt,0.1,60 -50579,sell_contrast_m10_bb_pos,sell,2025-07-24 18:15:00,1539.0,5.1668,1,leg_gt,0.1,60 -50580,sell_contrast_m10_bb_pos,sell,2025-07-24 18:18:00,1537.0,5.03,1,leg_gt,0.1,60 -50581,sell_contrast_m10_bb_pos,sell,2025-07-24 20:21:00,1550.0,5.9192,1,leg_gt,0.19,60 -50582,sell_contrast_m10_bb_pos,sell,2025-07-24 20:24:00,1553.0,6.1244,1,leg_gt,0.19,60 -50583,sell_contrast_m10_bb_pos,sell,2025-07-24 20:27:00,1552.0,6.056,1,leg_gt,0.19,60 -50584,sell_contrast_m10_bb_pos,sell,2025-07-24 20:30:00,1554.0,6.1927,1,leg_gt,0.19,60 -50585,sell_contrast_m10_bb_pos,sell,2025-07-24 20:33:00,1557.0,6.3979,1,leg_gt,0.2,60 -50586,sell_contrast_m10_bb_pos,sell,2025-07-24 20:36:00,1562.0,6.7399,1,leg_gt,0.2,60 -50587,sell_contrast_m10_bb_pos,sell,2025-07-24 20:39:00,1563.0,6.8083,1,leg_gt,0.2,60 -50588,sell_contrast_m10_bb_pos,sell,2025-07-24 20:51:00,1565.0,6.9451,1,leg_gt,0.21,60 -50589,sell_contrast_m10_bb_pos,sell,2025-07-24 20:54:00,1570.0,7.2871,1,leg_gt,0.21,60 -50590,sell_contrast_m10_bb_pos,sell,2025-07-24 20:57:00,1567.0,7.0819,1,leg_gt,0.21,60 -50591,sell_contrast_m10_bb_pos,sell,2025-07-24 21:00:00,1563.0,6.8083,1,leg_gt,0.21,60 -50592,sell_contrast_m10_bb_pos,sell,2025-07-24 21:03:00,1566.0,7.0135,1,leg_gt,0.22,60 -50593,sell_contrast_m10_bb_pos,sell,2025-07-24 21:06:00,1560.0,6.6031,1,leg_gt,0.22,60 -50594,sell_contrast_m10_bb_pos,sell,2025-07-24 21:09:00,1554.0,6.1927,1,leg_gt,0.22,60 -50595,sell_contrast_m10_bb_pos,sell,2025-07-25 00:30:00,1606.0,9.7495,1,leg_gt,0.36,60 -50596,sell_contrast_m10_bb_pos,sell,2025-07-25 00:33:00,1595.0,8.9971,1,leg_gt,0.36,60 -50597,sell_contrast_m10_bb_pos,sell,2025-07-25 00:36:00,1599.0,9.2707,1,leg_gt,0.36,60 -50598,sell_contrast_m10_bb_pos,sell,2025-07-25 00:39:00,1594.0,8.9287,1,leg_gt,0.37,60 -50599,sell_contrast_m10_bb_pos,sell,2025-07-25 14:21:00,1546.0,2.8294,1,leg_gt,0.08,60 -50600,sell_contrast_m10_bb_pos,sell,2025-07-25 14:24:00,1543.0,2.6297,1,leg_gt,0.08,60 -50601,sell_contrast_m10_bb_pos,sell,2025-07-25 14:27:00,1541.0,2.4965,1,leg_gt,0.08,60 -50602,sell_contrast_m10_bb_pos,sell,2025-07-25 17:30:00,1548.0,2.9626,1,leg_gt,0.21,60 -50603,sell_contrast_m10_bb_pos,sell,2025-07-25 17:33:00,1542.0,2.5631,1,leg_gt,0.21,60 -50604,sell_contrast_m10_bb_pos,sell,2025-07-25 17:36:00,1538.0,2.2968,1,leg_gt,0.21,60 -50605,sell_contrast_m10_bb_pos,sell,2025-07-25 17:39:00,1534.0,2.0305,1,leg_gt,0.21,60 -50606,sell_contrast_m10_bb_pos,sell,2025-07-25 19:21:00,1564.0,4.0278,1,leg_gt,0.28,60 -50607,sell_contrast_m10_bb_pos,sell,2025-07-25 19:24:00,1562.0,3.8947,1,leg_gt,0.29,60 -50608,sell_contrast_m10_bb_pos,sell,2025-07-25 19:27:00,1558.0,3.6284,1,leg_gt,0.29,60 -50609,sell_contrast_m10_bb_pos,sell,2025-07-25 20:00:00,1577.0,4.8933,1,leg_gt,0.31,60 -50610,sell_contrast_m10_bb_pos,sell,2025-07-25 20:03:00,1575.0,4.7602,1,leg_gt,0.31,60 -50611,sell_contrast_m10_bb_pos,sell,2025-07-25 20:06:00,1574.0,4.6936,1,leg_gt,0.31,60 -50612,sell_contrast_m10_bb_pos,sell,2025-07-25 20:09:00,1574.0,4.6936,1,leg_gt,0.32,60 -50613,sell_contrast_m10_bb_pos,sell,2025-07-25 20:12:00,1573.0,4.627,1,leg_gt,0.32,60 -50614,sell_contrast_m10_bb_pos,sell,2025-07-25 20:15:00,1569.0,4.3607,1,leg_gt,0.32,60 -50615,sell_contrast_m10_bb_pos,sell,2025-07-25 20:18:00,1571.0,4.4939,1,leg_gt,0.32,60 -50616,sell_contrast_m10_bb_pos,sell,2025-07-26 02:51:00,1545.0,2.4896,1,leg_gt,0.09,60 -50617,sell_contrast_m10_bb_pos,sell,2025-07-26 02:54:00,1542.0,2.2904,1,leg_gt,0.09,60 -50618,sell_contrast_m10_bb_pos,sell,2025-07-26 02:57:00,1540.0,2.1576,1,leg_gt,0.1,60 -50619,sell_contrast_m10_bb_pos,sell,2025-07-26 06:42:00,1581.0,4.8801,1,leg_gt,0.25,60 -50620,sell_contrast_m10_bb_pos,sell,2025-07-26 06:45:00,1579.0,4.7473,1,leg_gt,0.25,60 -50621,sell_contrast_m10_bb_pos,sell,2025-07-26 06:48:00,1586.0,5.2121,1,leg_gt,0.26,60 -50622,sell_contrast_m10_bb_pos,sell,2025-07-26 06:51:00,1586.0,5.2121,1,leg_gt,0.26,60 -50623,sell_contrast_m10_bb_pos,sell,2025-07-26 06:54:00,1585.0,5.1457,1,leg_gt,0.26,60 -50624,sell_contrast_m10_bb_pos,sell,2025-07-26 06:57:00,1583.0,5.0129,1,leg_gt,0.26,60 -50625,sell_contrast_m10_bb_pos,sell,2025-07-26 08:42:00,1590.0,5.4777,1,leg_gt,0.34,60 -50626,sell_contrast_m10_bb_pos,sell,2025-07-26 08:45:00,1586.0,5.2121,1,leg_gt,0.34,60 -50627,sell_contrast_m10_bb_pos,sell,2025-07-26 08:48:00,1585.0,5.1457,1,leg_gt,0.34,60 -50628,sell_contrast_m10_bb_pos,sell,2025-07-26 17:21:00,1588.0,5.3449,1,leg_gt,0.7,60 -50629,sell_contrast_m10_bb_pos,sell,2025-07-26 17:24:00,1592.0,5.6105,1,leg_gt,0.7,60 -50630,sell_contrast_m10_bb_pos,sell,2025-07-26 17:27:00,1590.0,5.4777,1,leg_gt,0.7,60 -50631,sell_contrast_m10_bb_pos,sell,2025-07-26 17:51:00,1590.0,5.4777,1,leg_gt,0.72,60 -50632,sell_contrast_m10_bb_pos,sell,2025-07-26 17:54:00,1587.0,5.2785,1,leg_gt,0.72,60 -50633,sell_contrast_m10_bb_pos,sell,2025-07-26 17:57:00,1582.0,4.9465,1,leg_gt,0.72,60 -50634,sell_contrast_m10_bb_pos,sell,2025-07-26 20:12:00,1588.0,5.3449,1,leg_gt,0.81,60 -50635,sell_contrast_m10_bb_pos,sell,2025-07-26 20:15:00,1592.0,5.6105,1,leg_gt,0.82,60 -50636,sell_contrast_m10_bb_pos,sell,2025-07-26 20:18:00,1593.0,5.6769,1,leg_gt,0.82,60 -50637,sell_contrast_m10_bb_pos,sell,2025-07-26 20:21:00,1591.0,5.5441,1,leg_gt,0.82,60 -50638,sell_contrast_m10_bb_pos,sell,2025-07-26 20:24:00,1586.0,5.2121,1,leg_gt,0.82,60 -50639,sell_contrast_m10_bb_pos,sell,2025-07-26 20:27:00,1585.0,5.1457,1,leg_gt,0.82,60 -50640,sell_contrast_m10_bb_pos,sell,2025-07-26 22:51:00,1593.0,5.6769,1,leg_gt,0.92,60 -50641,sell_contrast_m10_bb_pos,sell,2025-07-26 22:54:00,1590.0,5.4777,1,leg_gt,0.93,60 -50642,sell_contrast_m10_bb_pos,sell,2025-07-26 22:57:00,1590.0,5.4777,1,leg_gt,0.93,60 -50643,sell_contrast_m10_bb_pos,sell,2025-07-26 23:12:00,1595.0,5.8097,1,leg_gt,0.94,60 -50644,sell_contrast_m10_bb_pos,sell,2025-07-26 23:15:00,1594.0,5.7433,1,leg_gt,0.94,60 -50645,sell_contrast_m10_bb_pos,sell,2025-07-26 23:18:00,1595.0,5.8097,1,leg_gt,0.94,60 -50646,sell_contrast_m10_bb_pos,sell,2025-07-26 23:51:00,1595.0,5.8097,1,leg_gt,0.97,60 -50647,sell_contrast_m10_bb_pos,sell,2025-07-26 23:54:00,1597.0,5.9425,1,leg_gt,0.97,60 -50648,sell_contrast_m10_bb_pos,sell,2025-07-26 23:57:00,1591.0,5.5441,1,leg_gt,0.97,60 -50649,sell_contrast_m10_bb_pos,sell,2025-07-27 00:12:00,1592.0,5.6105,1,leg_gt,0.98,60 -50650,sell_contrast_m10_bb_pos,sell,2025-07-27 00:15:00,1586.0,5.2121,1,leg_gt,0.98,60 -50651,sell_contrast_m10_bb_pos,sell,2025-07-27 00:18:00,1585.0,5.1457,1,leg_gt,0.99,60 -50652,sell_contrast_m10_bb_pos,sell,2025-07-27 01:00:00,1597.0,5.9425,1,leg_gt,1.01,60 -50653,sell_contrast_m10_bb_pos,sell,2025-07-27 01:03:00,1602.0,6.2745,1,leg_gt,1.02,60 -50654,sell_contrast_m10_bb_pos,sell,2025-07-27 01:06:00,1599.0,6.0753,1,leg_gt,1.02,60 -50655,sell_contrast_m10_bb_pos,sell,2025-07-27 01:09:00,1593.0,5.6769,1,leg_gt,1.02,60 -50656,sell_contrast_m10_bb_pos,sell,2025-07-27 01:21:00,1599.0,6.0753,1,leg_gt,1.03,60 -50657,sell_contrast_m10_bb_pos,sell,2025-07-27 01:24:00,1606.0,6.5401,1,leg_gt,1.03,60 -50658,sell_contrast_m10_bb_pos,sell,2025-07-27 01:27:00,1603.0,6.3409,1,leg_gt,1.03,60 -50659,sell_contrast_m10_bb_pos,sell,2025-07-27 01:42:00,1600.0,6.1417,1,leg_gt,1.04,60 -50660,sell_contrast_m10_bb_pos,sell,2025-07-27 01:45:00,1599.0,6.0753,1,leg_gt,1.05,60 -50661,sell_contrast_m10_bb_pos,sell,2025-07-27 01:48:00,1594.0,5.7433,1,leg_gt,1.05,60 -50662,sell_contrast_m10_bb_pos,sell,2025-07-27 03:51:00,1603.0,6.3409,1,leg_gt,1.13,60 -50663,sell_contrast_m10_bb_pos,sell,2025-07-27 03:54:00,1602.0,6.2745,1,leg_gt,1.14,60 -50664,sell_contrast_m10_bb_pos,sell,2025-07-27 03:57:00,1600.0,6.1417,1,leg_gt,1.14,60 -50665,sell_contrast_m10_bb_pos,sell,2025-07-27 04:12:00,1603.0,6.3409,1,leg_gt,1.15,60 -50666,sell_contrast_m10_bb_pos,sell,2025-07-27 04:15:00,1603.0,6.3409,1,leg_gt,1.15,60 -50667,sell_contrast_m10_bb_pos,sell,2025-07-27 04:18:00,1605.0,6.4737,1,leg_gt,1.15,60 -50668,sell_contrast_m10_bb_pos,sell,2025-07-27 05:00:00,1606.0,6.5401,1,leg_gt,1.18,60 -50669,sell_contrast_m10_bb_pos,sell,2025-07-27 05:03:00,1603.0,6.3409,1,leg_gt,1.18,60 -50670,sell_contrast_m10_bb_pos,sell,2025-07-27 05:06:00,1599.0,6.0753,1,leg_gt,1.19,60 -50671,sell_contrast_m10_bb_pos,sell,2025-07-27 05:09:00,1600.0,6.1417,1,leg_gt,1.19,60 -50672,sell_contrast_m10_bb_pos,sell,2025-07-27 13:21:00,1598.0,6.0089,1,leg_gt,1.53,60 -50673,sell_contrast_m10_bb_pos,sell,2025-07-27 13:24:00,1600.0,6.1417,1,leg_gt,1.53,60 -50674,sell_contrast_m10_bb_pos,sell,2025-07-27 13:27:00,1599.0,6.0753,1,leg_gt,1.53,60 -50675,sell_contrast_m10_bb_pos,sell,2025-07-27 13:51:00,1602.0,6.2745,1,leg_gt,1.55,60 -50676,sell_contrast_m10_bb_pos,sell,2025-07-27 13:54:00,1605.0,6.4737,1,leg_gt,1.55,60 -50677,sell_contrast_m10_bb_pos,sell,2025-07-27 13:57:00,1605.0,6.4737,1,leg_gt,1.55,60 -50678,sell_contrast_m10_bb_pos,sell,2025-07-27 14:12:00,1606.0,6.5401,1,leg_gt,1.56,60 -50679,sell_contrast_m10_bb_pos,sell,2025-07-27 14:15:00,1604.0,6.4073,1,leg_gt,1.57,60 -50680,sell_contrast_m10_bb_pos,sell,2025-07-27 14:18:00,1605.0,6.4737,1,leg_gt,1.57,60 -50681,sell_contrast_m10_bb_pos,sell,2025-07-27 14:21:00,1604.0,6.4073,1,leg_gt,1.57,60 -50682,sell_contrast_m10_bb_pos,sell,2025-07-27 14:24:00,1610.0,6.8057,1,leg_gt,1.57,60 -50683,sell_contrast_m10_bb_pos,sell,2025-07-27 14:27:00,1612.0,6.9385,1,leg_gt,1.58,60 -50684,sell_contrast_m10_bb_pos,sell,2025-07-27 19:42:00,1605.0,6.4737,1,leg_gt,1.79,60 -50685,sell_contrast_m10_bb_pos,sell,2025-07-27 19:45:00,1605.0,6.4737,1,leg_gt,1.8,60 -50686,sell_contrast_m10_bb_pos,sell,2025-07-27 19:48:00,1603.0,6.3409,1,leg_gt,1.8,60 -50687,sell_contrast_m10_bb_pos,sell,2025-07-27 20:00:00,1607.0,6.6065,1,leg_gt,1.81,60 -50688,sell_contrast_m10_bb_pos,sell,2025-07-27 20:03:00,1609.0,6.7393,1,leg_gt,1.81,60 -50689,sell_contrast_m10_bb_pos,sell,2025-07-27 20:06:00,1607.0,6.6065,1,leg_gt,1.81,60 -50690,sell_contrast_m10_bb_pos,sell,2025-07-27 20:09:00,1608.0,6.6729,1,leg_gt,1.81,60 -50691,sell_contrast_m10_bb_pos,sell,2025-07-27 20:12:00,1604.0,6.4073,1,leg_gt,1.81,60 -50692,sell_contrast_m10_bb_pos,sell,2025-07-27 20:15:00,1604.0,6.4073,1,leg_gt,1.82,60 -50693,sell_contrast_m10_bb_pos,sell,2025-07-27 20:18:00,1610.0,6.8057,1,leg_gt,1.82,60 -50694,sell_contrast_m10_bb_pos,sell,2025-07-27 20:21:00,1607.0,6.6065,1,leg_gt,1.82,60 -50695,sell_contrast_m10_bb_pos,sell,2025-07-27 20:24:00,1603.0,6.3409,1,leg_gt,1.82,60 -50696,sell_contrast_m10_bb_pos,sell,2025-07-27 20:27:00,1605.0,6.4737,1,leg_gt,1.82,60 -50697,sell_contrast_m10_bb_pos,sell,2025-07-27 22:00:00,1610.0,6.8057,1,leg_gt,1.89,60 -50698,sell_contrast_m10_bb_pos,sell,2025-07-27 22:03:00,1612.0,6.9385,1,leg_gt,1.89,60 -50699,sell_contrast_m10_bb_pos,sell,2025-07-27 22:06:00,1612.0,6.9385,1,leg_gt,1.89,60 -50700,sell_contrast_m10_bb_pos,sell,2025-07-27 22:09:00,1610.0,6.8057,1,leg_gt,1.9,60 -50701,sell_contrast_m10_bb_pos,sell,2025-07-27 22:12:00,1610.0,6.8057,1,leg_gt,1.9,60 -50702,sell_contrast_m10_bb_pos,sell,2025-07-27 22:15:00,1609.0,6.7393,1,leg_gt,1.9,60 -50703,sell_contrast_m10_bb_pos,sell,2025-07-27 22:18:00,1607.0,6.6065,1,leg_gt,1.9,60 -50704,sell_contrast_m10_bb_pos,sell,2025-07-27 23:12:00,1613.0,7.0049,1,leg_gt,1.94,60 -50705,sell_contrast_m10_bb_pos,sell,2025-07-27 23:15:00,1613.0,7.0049,1,leg_gt,1.94,60 -50706,sell_contrast_m10_bb_pos,sell,2025-07-27 23:18:00,1620.0,7.4697,1,leg_gt,1.94,60 -50707,sell_contrast_m10_bb_pos,sell,2025-07-27 23:30:00,1614.0,7.0713,1,leg_gt,1.95,60 -50708,sell_contrast_m10_bb_pos,sell,2025-07-27 23:33:00,1613.0,7.0049,1,leg_gt,1.95,60 -50709,sell_contrast_m10_bb_pos,sell,2025-07-27 23:36:00,1614.0,7.0713,1,leg_gt,1.96,60 -50710,sell_contrast_m10_bb_pos,sell,2025-07-27 23:39:00,1609.0,6.7393,1,leg_gt,1.96,60 -50711,sell_contrast_m10_bb_pos,sell,2025-07-28 02:30:00,1644.0,9.0633,1,leg_gt,2.08,60 -50712,sell_contrast_m10_bb_pos,sell,2025-07-28 02:33:00,1647.0,9.2625,1,leg_gt,2.08,60 -50713,sell_contrast_m10_bb_pos,sell,2025-07-28 02:36:00,1637.0,8.5985,1,leg_gt,2.08,60 -50714,sell_contrast_m10_bb_pos,sell,2025-07-28 02:39:00,1640.0,8.7977,1,leg_gt,2.08,60 -50715,sell_contrast_m10_bb_pos,sell,2025-07-28 02:51:00,1647.0,9.2625,1,leg_gt,2.09,60 -50716,sell_contrast_m10_bb_pos,sell,2025-07-28 02:54:00,1640.0,8.7977,1,leg_gt,2.09,60 -50717,sell_contrast_m10_bb_pos,sell,2025-07-28 02:57:00,1647.0,9.2625,1,leg_gt,2.1,60 -50718,sell_contrast_m10_bb_pos,sell,2025-07-28 07:42:00,1661.0,10.1922,1,leg_gt,2.29,60 -50719,sell_contrast_m10_bb_pos,sell,2025-07-28 07:45:00,1662.0,10.2586,1,leg_gt,2.3,60 -50720,sell_contrast_m10_bb_pos,sell,2025-07-28 07:48:00,1660.0,10.1258,1,leg_gt,2.3,60 -50721,sell_contrast_m10_bb_pos,sell,2025-07-28 09:30:00,1670.0,10.7898,1,leg_gt,2.37,60 -50722,sell_contrast_m10_bb_pos,sell,2025-07-28 09:33:00,1667.0,10.5906,1,leg_gt,2.37,60 -50723,sell_contrast_m10_bb_pos,sell,2025-07-28 09:36:00,1667.0,10.5906,1,leg_gt,2.37,60 -50724,sell_contrast_m10_bb_pos,sell,2025-07-28 09:39:00,1665.0,10.4578,1,leg_gt,2.38,60 -50725,sell_contrast_m10_bb_pos,sell,2025-07-28 13:00:00,1661.0,10.1922,1,leg_gt,2.51,60 -50726,sell_contrast_m10_bb_pos,sell,2025-07-28 13:03:00,1663.0,10.325,1,leg_gt,2.52,60 -50727,sell_contrast_m10_bb_pos,sell,2025-07-28 13:06:00,1658.0,9.993,1,leg_gt,2.52,60 -50728,sell_contrast_m10_bb_pos,sell,2025-07-28 13:09:00,1654.0,9.7274,1,leg_gt,2.52,60 -50729,sell_contrast_m10_bb_pos,sell,2025-07-28 13:30:00,1664.0,10.3914,1,leg_gt,2.54,60 -50730,sell_contrast_m10_bb_pos,sell,2025-07-28 13:33:00,1659.0,10.0594,1,leg_gt,2.54,60 -50731,sell_contrast_m10_bb_pos,sell,2025-07-28 13:36:00,1662.0,10.2586,1,leg_gt,2.54,60 -50732,sell_contrast_m10_bb_pos,sell,2025-07-28 13:39:00,1662.0,10.2586,1,leg_gt,2.54,60 -50733,sell_contrast_m10_bb_pos,sell,2025-07-28 13:42:00,1669.0,10.7234,1,leg_gt,2.54,60 -50734,sell_contrast_m10_bb_pos,sell,2025-07-28 13:45:00,1671.0,10.8562,1,leg_gt,2.55,60 -50735,sell_contrast_m10_bb_pos,sell,2025-07-28 13:48:00,1666.0,10.5242,1,leg_gt,2.55,60 -50736,sell_contrast_m10_bb_pos,sell,2025-07-28 13:51:00,1664.0,10.3914,1,leg_gt,2.55,60 -50737,sell_contrast_m10_bb_pos,sell,2025-07-28 13:54:00,1669.0,10.7234,1,leg_gt,2.55,60 -50738,sell_contrast_m10_bb_pos,sell,2025-07-28 13:57:00,1668.0,10.657,1,leg_gt,2.55,60 -50739,sell_contrast_m10_bb_pos,sell,2025-07-28 14:00:00,1669.0,10.7234,1,leg_gt,2.56,60 -50740,sell_contrast_m10_bb_pos,sell,2025-07-28 14:03:00,1672.0,10.9226,1,leg_gt,2.56,60 -50741,sell_contrast_m10_bb_pos,sell,2025-07-28 14:06:00,1670.0,10.7898,1,leg_gt,2.56,60 -50742,sell_contrast_m10_bb_pos,sell,2025-07-28 14:09:00,1672.0,10.9226,1,leg_gt,2.56,60 -50743,sell_contrast_m10_bb_pos,sell,2025-07-28 14:12:00,1672.0,10.9226,1,leg_gt,2.56,60 -50744,sell_contrast_m10_bb_pos,sell,2025-07-28 14:15:00,1673.0,10.989,1,leg_gt,2.57,60 -50745,sell_contrast_m10_bb_pos,sell,2025-07-28 14:18:00,1677.0,11.2546,1,leg_gt,2.57,60 -50746,sell_contrast_m10_bb_pos,sell,2025-07-28 14:30:00,1673.0,10.989,1,leg_gt,2.58,60 -50747,sell_contrast_m10_bb_pos,sell,2025-07-28 14:33:00,1670.0,10.7898,1,leg_gt,2.58,60 -50748,sell_contrast_m10_bb_pos,sell,2025-07-28 14:36:00,1672.0,10.9226,1,leg_gt,2.58,60 -50749,sell_contrast_m10_bb_pos,sell,2025-07-28 14:39:00,1668.0,10.657,1,leg_gt,2.58,60 -50750,sell_contrast_m10_bb_pos,sell,2025-07-28 17:12:00,1678.0,11.321,1,leg_gt,2.69,60 -50751,sell_contrast_m10_bb_pos,sell,2025-07-28 17:15:00,1680.0,11.4538,1,leg_gt,2.69,60 -50752,sell_contrast_m10_bb_pos,sell,2025-07-28 17:18:00,1675.0,11.1218,1,leg_gt,2.69,60 -50753,sell_contrast_m10_bb_pos,sell,2025-07-28 18:21:00,1681.0,11.5202,1,leg_gt,2.74,60 -50754,sell_contrast_m10_bb_pos,sell,2025-07-28 18:24:00,1677.0,11.2546,1,leg_gt,2.74,60 -50755,sell_contrast_m10_bb_pos,sell,2025-07-28 18:27:00,1675.0,11.1218,1,leg_gt,2.74,60 -50756,sell_contrast_m10_bb_pos,sell,2025-07-29 09:21:00,1551.0,2.888,1,leg_gt,3.36,60 -50757,sell_contrast_m10_bb_pos,sell,2025-07-29 09:24:00,1553.0,3.0208,1,leg_gt,3.36,60 -50758,sell_contrast_m10_bb_pos,sell,2025-07-29 09:27:00,1553.0,3.0208,1,leg_gt,3.37,60 -50759,sell_contrast_m10_bb_pos,sell,2025-07-29 10:30:00,1548.0,2.6888,1,leg_gt,3.41,60 -50760,sell_contrast_m10_bb_pos,sell,2025-07-29 10:33:00,1548.0,2.6888,1,leg_gt,3.41,60 -50761,sell_contrast_m10_bb_pos,sell,2025-07-29 10:36:00,1546.0,2.556,1,leg_gt,3.41,60 -50762,sell_contrast_m10_bb_pos,sell,2025-07-29 10:39:00,1546.0,2.556,1,leg_gt,3.42,60 -50763,sell_contrast_m10_bb_pos,sell,2025-07-29 14:42:00,1542.0,2.2904,1,leg_gt,0.12,60 -50764,sell_contrast_m10_bb_pos,sell,2025-07-29 14:45:00,1541.0,2.224,1,leg_gt,0.12,60 -50765,sell_contrast_m10_bb_pos,sell,2025-07-29 14:48:00,1541.0,2.224,1,leg_gt,0.12,60 -50766,sell_contrast_m10_bb_pos,sell,2025-07-29 14:51:00,1542.0,2.2904,1,leg_gt,0.12,60 -50767,sell_contrast_m10_bb_pos,sell,2025-07-29 14:54:00,1545.0,2.4896,1,leg_gt,0.12,60 -50768,sell_contrast_m10_bb_pos,sell,2025-07-29 14:57:00,1546.0,2.556,1,leg_gt,0.13,60 -50769,sell_contrast_m10_bb_pos,sell,2025-07-29 15:21:00,1549.0,2.7552,1,leg_gt,0.14,60 -50770,sell_contrast_m10_bb_pos,sell,2025-07-29 15:24:00,1550.0,2.8216,1,leg_gt,0.15,60 -50771,sell_contrast_m10_bb_pos,sell,2025-07-29 15:27:00,1544.0,2.4232,1,leg_gt,0.15,60 -50772,sell_contrast_m10_bb_pos,sell,2025-07-29 15:42:00,1545.0,2.4896,1,leg_gt,0.16,60 -50773,sell_contrast_m10_bb_pos,sell,2025-07-29 15:45:00,1548.0,2.6888,1,leg_gt,0.16,60 -50774,sell_contrast_m10_bb_pos,sell,2025-07-29 15:48:00,1542.0,2.2904,1,leg_gt,0.16,60 -50775,sell_contrast_m10_bb_pos,sell,2025-07-29 16:21:00,1553.0,3.0208,1,leg_gt,0.19,60 -50776,sell_contrast_m10_bb_pos,sell,2025-07-29 16:24:00,1551.0,2.888,1,leg_gt,0.19,60 -50777,sell_contrast_m10_bb_pos,sell,2025-07-29 16:27:00,1547.0,2.6224,1,leg_gt,0.19,60 -50778,sell_contrast_m10_bb_pos,sell,2025-07-29 16:51:00,1562.0,3.6185,1,leg_gt,0.21,60 -50779,sell_contrast_m10_bb_pos,sell,2025-07-29 16:54:00,1559.0,3.4193,1,leg_gt,0.21,60 -50780,sell_contrast_m10_bb_pos,sell,2025-07-29 16:57:00,1558.0,3.3529,1,leg_gt,0.21,60 -50781,sell_contrast_m10_bb_pos,sell,2025-07-29 17:00:00,1559.0,3.4193,1,leg_gt,0.21,60 -50782,sell_contrast_m10_bb_pos,sell,2025-07-29 17:03:00,1556.0,3.2201,1,leg_gt,0.21,60 -50783,sell_contrast_m10_bb_pos,sell,2025-07-29 17:06:00,1553.0,3.0208,1,leg_gt,0.22,60 -50784,sell_contrast_m10_bb_pos,sell,2025-07-29 17:09:00,1548.0,2.6888,1,leg_gt,0.22,60 -50785,sell_contrast_m10_bb_pos,sell,2025-07-29 22:30:00,1542.0,2.2904,1,leg_gt,0.44,60 -50786,sell_contrast_m10_bb_pos,sell,2025-07-29 22:33:00,1540.0,2.1576,1,leg_gt,0.44,60 -50787,sell_contrast_m10_bb_pos,sell,2025-07-29 22:36:00,1538.0,2.0248,1,leg_gt,0.45,60 -50788,sell_contrast_m10_bb_pos,sell,2025-07-29 22:39:00,1537.0,1.9584,1,leg_gt,0.45,60 -50789,sell_contrast_m10_bb_pos,sell,2025-07-30 04:21:00,1493.0,-0.9632,0,leg_gt,0.69,60 -50790,sell_contrast_m10_bb_pos,sell,2025-07-30 04:24:00,1474.0,-2.2248,0,leg_gt,0.69,60 -50791,sell_contrast_m10_bb_pos,sell,2025-07-30 04:27:00,1470.0,-2.4904,0,leg_gt,0.69,60 -50792,sell_contrast_m10_bb_pos,sell,2025-07-30 07:00:00,1490.0,-1.1624,0,leg_gt,0.8,60 -50793,sell_contrast_m10_bb_pos,sell,2025-07-30 07:03:00,1493.0,-0.9632,0,leg_gt,0.8,60 -50794,sell_contrast_m10_bb_pos,sell,2025-07-30 07:06:00,1487.0,-1.3616,0,leg_gt,0.8,60 -50795,sell_contrast_m10_bb_pos,sell,2025-07-30 07:09:00,1490.0,-1.1624,0,leg_gt,0.8,60 -50796,sell_contrast_m10_bb_pos,sell,2025-07-30 07:12:00,1487.0,-1.3616,0,leg_gt,0.8,60 -50797,sell_contrast_m10_bb_pos,sell,2025-07-30 07:15:00,1482.0,-1.6936,0,leg_gt,0.81,60 -50798,sell_contrast_m10_bb_pos,sell,2025-07-30 07:18:00,1487.0,-1.3616,0,leg_gt,0.81,60 -50799,sell_contrast_m10_bb_pos,sell,2025-07-30 07:30:00,1489.0,-1.2288,0,leg_gt,0.82,60 -50800,sell_contrast_m10_bb_pos,sell,2025-07-30 07:33:00,1488.0,-1.2952,0,leg_gt,0.82,60 -50801,sell_contrast_m10_bb_pos,sell,2025-07-30 07:36:00,1488.0,-1.2952,0,leg_gt,0.82,60 -50802,sell_contrast_m10_bb_pos,sell,2025-07-30 07:39:00,1490.0,-1.1624,0,leg_gt,0.82,60 -50803,sell_contrast_m10_bb_pos,sell,2025-07-30 07:42:00,1492.0,-1.0296,0,leg_gt,0.82,60 -50804,sell_contrast_m10_bb_pos,sell,2025-07-30 07:45:00,1491.0,-1.096,0,leg_gt,0.83,60 -50805,sell_contrast_m10_bb_pos,sell,2025-07-30 07:48:00,1495.0,-0.8304,0,leg_gt,0.83,60 -50806,sell_contrast_m10_bb_pos,sell,2025-07-30 07:51:00,1494.0,-0.8968,0,leg_gt,0.83,60 -50807,sell_contrast_m10_bb_pos,sell,2025-07-30 07:54:00,1495.0,-0.8304,0,leg_gt,0.83,60 -50808,sell_contrast_m10_bb_pos,sell,2025-07-30 07:57:00,1496.0,-0.764,0,leg_gt,0.84,60 -50809,sell_contrast_m10_bb_pos,sell,2025-07-30 08:00:00,1496.0,-0.764,0,leg_gt,0.84,60 -50810,sell_contrast_m10_bb_pos,sell,2025-07-30 08:03:00,1496.0,-0.764,0,leg_gt,0.84,60 -50811,sell_contrast_m10_bb_pos,sell,2025-07-30 08:06:00,1496.0,-0.764,0,leg_gt,0.84,60 -50812,sell_contrast_m10_bb_pos,sell,2025-07-30 08:09:00,1496.0,-0.764,0,leg_gt,0.84,60 -50813,sell_contrast_m10_bb_pos,sell,2025-07-30 08:12:00,1497.0,-0.6976,0,leg_gt,0.85,60 -50814,sell_contrast_m10_bb_pos,sell,2025-07-30 08:15:00,1496.0,-0.764,0,leg_gt,0.85,60 -50815,sell_contrast_m10_bb_pos,sell,2025-07-30 08:18:00,1494.0,-0.8968,0,leg_gt,0.85,60 -50816,sell_contrast_m10_bb_pos,sell,2025-07-30 08:21:00,1500.0,-0.4984,0,leg_gt,0.85,60 -50817,sell_contrast_m10_bb_pos,sell,2025-07-30 08:24:00,1498.0,-0.6312,0,leg_gt,0.85,60 -50818,sell_contrast_m10_bb_pos,sell,2025-07-30 08:27:00,1496.0,-0.764,0,leg_gt,0.86,60 -50819,sell_contrast_m10_bb_pos,sell,2025-07-30 08:42:00,1498.0,-0.6312,0,leg_gt,0.87,60 -50820,sell_contrast_m10_bb_pos,sell,2025-07-30 08:45:00,1497.0,-0.6976,0,leg_gt,0.87,60 -50821,sell_contrast_m10_bb_pos,sell,2025-07-30 08:48:00,1498.0,-0.6312,0,leg_gt,0.87,60 -50822,sell_contrast_m10_bb_pos,sell,2025-07-30 12:42:00,1495.0,-0.8304,0,leg_gt,1.03,60 -50823,sell_contrast_m10_bb_pos,sell,2025-07-30 12:45:00,1492.0,-1.0296,0,leg_gt,1.04,60 -50824,sell_contrast_m10_bb_pos,sell,2025-07-30 12:48:00,1490.0,-1.1624,0,leg_gt,1.04,60 -50825,sell_contrast_m10_bb_pos,sell,2025-07-30 23:30:00,1442.0,1.4493,1,leg_gt,0.11,60 -50826,sell_contrast_m10_bb_pos,sell,2025-07-30 23:33:00,1445.0,1.6606,1,leg_gt,0.11,60 -50827,sell_contrast_m10_bb_pos,sell,2025-07-30 23:36:00,1443.0,1.5197,1,leg_gt,0.11,60 -50828,sell_contrast_m10_bb_pos,sell,2025-07-30 23:39:00,1445.0,1.6606,1,leg_gt,0.11,60 -50829,sell_contrast_m10_bb_pos,sell,2025-07-30 23:42:00,1448.0,1.8718,1,leg_gt,0.12,60 -50830,sell_contrast_m10_bb_pos,sell,2025-07-30 23:45:00,1451.0,2.0831,1,leg_gt,0.12,60 -50831,sell_contrast_m10_bb_pos,sell,2025-07-30 23:48:00,1454.0,2.2944,1,leg_gt,0.12,60 -50832,sell_contrast_m10_bb_pos,sell,2025-07-31 00:12:00,1460.0,2.7169,1,leg_gt,0.14,60 -50833,sell_contrast_m10_bb_pos,sell,2025-07-31 00:15:00,1457.0,2.5056,1,leg_gt,0.14,60 -50834,sell_contrast_m10_bb_pos,sell,2025-07-31 00:18:00,1459.0,2.6465,1,leg_gt,0.14,60 -50835,sell_contrast_m10_bb_pos,sell,2025-07-31 00:21:00,1463.0,2.9282,1,leg_gt,0.14,60 -50836,sell_contrast_m10_bb_pos,sell,2025-07-31 00:24:00,1458.0,2.5761,1,leg_gt,0.15,60 -50837,sell_contrast_m10_bb_pos,sell,2025-07-31 00:27:00,1458.0,2.5761,1,leg_gt,0.15,60 -50838,sell_contrast_m10_bb_pos,sell,2025-07-31 00:30:00,1459.0,2.6465,1,leg_gt,0.15,60 -50839,sell_contrast_m10_bb_pos,sell,2025-07-31 00:33:00,1457.0,2.5056,1,leg_gt,0.15,60 -50840,sell_contrast_m10_bb_pos,sell,2025-07-31 00:36:00,1464.0,2.9986,1,leg_gt,0.15,60 -50841,sell_contrast_m10_bb_pos,sell,2025-07-31 00:39:00,1463.0,2.9282,1,leg_gt,0.16,60 -50842,sell_contrast_m10_bb_pos,sell,2025-07-31 00:42:00,1465.0,3.069,1,leg_gt,0.16,60 -50843,sell_contrast_m10_bb_pos,sell,2025-07-31 00:45:00,1467.0,3.2099,1,leg_gt,0.16,60 -50844,sell_contrast_m10_bb_pos,sell,2025-07-31 00:48:00,1469.0,3.3507,1,leg_gt,0.16,60 -50845,sell_contrast_m10_bb_pos,sell,2025-07-31 00:51:00,1467.0,3.2099,1,leg_gt,0.16,60 -50846,sell_contrast_m10_bb_pos,sell,2025-07-31 00:54:00,1470.0,3.4211,1,leg_gt,0.17,60 -50847,sell_contrast_m10_bb_pos,sell,2025-07-31 00:57:00,1470.0,3.4211,1,leg_gt,0.17,60 -50848,sell_contrast_m10_bb_pos,sell,2025-07-31 01:00:00,1471.0,3.4915,1,leg_gt,0.17,60 -50849,sell_contrast_m10_bb_pos,sell,2025-07-31 01:03:00,1469.0,3.3507,1,leg_gt,0.17,60 -50850,sell_contrast_m10_bb_pos,sell,2025-07-31 01:06:00,1467.0,3.2099,1,leg_gt,0.18,60 -50851,sell_contrast_m10_bb_pos,sell,2025-07-31 01:09:00,1469.0,3.3507,1,leg_gt,0.18,60 -50852,sell_contrast_m10_bb_pos,sell,2025-07-31 01:12:00,1470.0,3.4211,1,leg_gt,0.18,60 -50853,sell_contrast_m10_bb_pos,sell,2025-07-31 01:15:00,1474.0,3.7028,1,leg_gt,0.18,60 -50854,sell_contrast_m10_bb_pos,sell,2025-07-31 01:18:00,1479.0,4.0549,1,leg_gt,0.18,60 -50855,sell_contrast_m10_bb_pos,sell,2025-07-31 01:21:00,1479.0,4.0549,1,leg_gt,0.19,60 -50856,sell_contrast_m10_bb_pos,sell,2025-07-31 01:24:00,1482.0,4.2662,1,leg_gt,0.19,60 -50857,sell_contrast_m10_bb_pos,sell,2025-07-31 01:27:00,1477.0,3.9141,1,leg_gt,0.19,60 -50858,sell_contrast_m10_bb_pos,sell,2025-07-31 02:42:00,1484.0,4.407,1,leg_gt,0.24,60 -50859,sell_contrast_m10_bb_pos,sell,2025-07-31 02:45:00,1485.0,4.4775,1,leg_gt,0.24,60 -50860,sell_contrast_m10_bb_pos,sell,2025-07-31 02:48:00,1477.0,3.9141,1,leg_gt,0.25,60 -50861,sell_contrast_m10_bb_pos,sell,2025-07-31 03:21:00,1488.0,4.6887,1,leg_gt,0.27,60 -50862,sell_contrast_m10_bb_pos,sell,2025-07-31 03:24:00,1491.0,4.9,1,leg_gt,0.27,60 -50863,sell_contrast_m10_bb_pos,sell,2025-07-31 03:27:00,1490.0,4.8296,1,leg_gt,0.27,60 -50864,sell_contrast_m10_bb_pos,sell,2025-07-31 03:30:00,1489.0,4.7592,1,leg_gt,0.28,60 -50865,sell_contrast_m10_bb_pos,sell,2025-07-31 03:33:00,1488.0,4.6887,1,leg_gt,0.28,60 -50866,sell_contrast_m10_bb_pos,sell,2025-07-31 03:36:00,1488.0,4.6887,1,leg_gt,0.28,60 -50867,sell_contrast_m10_bb_pos,sell,2025-07-31 03:39:00,1485.0,4.4775,1,leg_gt,0.28,60 -50868,sell_contrast_m10_bb_pos,sell,2025-07-31 09:30:00,1480.0,4.5676,1,leg_gt,0.22,60 -50869,sell_contrast_m10_bb_pos,sell,2025-07-31 09:33:00,1478.0,4.4262,1,leg_gt,0.23,60 -50870,sell_contrast_m10_bb_pos,sell,2025-07-31 09:36:00,1480.0,4.5676,1,leg_gt,0.23,60 -50871,sell_contrast_m10_bb_pos,sell,2025-07-31 09:39:00,1486.0,4.9919,1,leg_gt,0.23,60 -50872,sell_contrast_m10_bb_pos,sell,2025-07-31 09:51:00,1485.0,4.9212,1,leg_gt,0.24,60 -50873,sell_contrast_m10_bb_pos,sell,2025-07-31 09:54:00,1483.0,4.7798,1,leg_gt,0.24,60 -50874,sell_contrast_m10_bb_pos,sell,2025-07-31 09:57:00,1483.0,4.7798,1,leg_gt,0.24,60 -50875,sell_contrast_m10_bb_pos,sell,2025-07-31 10:00:00,1484.0,4.8505,1,leg_gt,0.25,60 -50876,sell_contrast_m10_bb_pos,sell,2025-07-31 10:03:00,1482.0,4.7091,1,leg_gt,0.25,60 -50877,sell_contrast_m10_bb_pos,sell,2025-07-31 10:06:00,1481.0,4.6383,1,leg_gt,0.25,60 -50878,sell_contrast_m10_bb_pos,sell,2025-07-31 10:09:00,1483.0,4.7798,1,leg_gt,0.25,60 -50879,sell_contrast_m10_bb_pos,sell,2025-07-31 11:42:00,1493.0,5.487,1,leg_gt,0.32,60 -50880,sell_contrast_m10_bb_pos,sell,2025-07-31 11:45:00,1492.0,5.4163,1,leg_gt,0.32,60 -50881,sell_contrast_m10_bb_pos,sell,2025-07-31 11:48:00,1490.0,5.2748,1,leg_gt,0.32,60 -50882,sell_contrast_m10_bb_pos,sell,2025-07-31 11:51:00,1490.0,5.2748,1,leg_gt,0.32,60 -50883,sell_contrast_m10_bb_pos,sell,2025-07-31 11:54:00,1491.0,5.3455,1,leg_gt,0.32,60 -50884,sell_contrast_m10_bb_pos,sell,2025-07-31 11:57:00,1491.0,5.3455,1,leg_gt,0.33,60 -50885,sell_contrast_m10_bb_pos,sell,2025-07-31 12:51:00,1495.0,5.6284,1,leg_gt,0.36,60 -50886,sell_contrast_m10_bb_pos,sell,2025-07-31 12:54:00,1494.0,5.5577,1,leg_gt,0.37,60 -50887,sell_contrast_m10_bb_pos,sell,2025-07-31 12:57:00,1494.0,5.5577,1,leg_gt,0.37,60 -50888,sell_contrast_m10_bb_pos,sell,2025-07-31 13:51:00,1494.0,5.5577,1,leg_gt,0.41,60 -50889,sell_contrast_m10_bb_pos,sell,2025-07-31 13:54:00,1496.0,5.6992,1,leg_gt,0.41,60 -50890,sell_contrast_m10_bb_pos,sell,2025-07-31 13:57:00,1496.0,5.6992,1,leg_gt,0.41,60 -50891,sell_contrast_m10_bb_pos,sell,2025-07-31 14:00:00,1496.0,5.6992,1,leg_gt,0.41,60 -50892,sell_contrast_m10_bb_pos,sell,2025-07-31 14:03:00,1495.0,5.6284,1,leg_gt,0.41,60 -50893,sell_contrast_m10_bb_pos,sell,2025-07-31 14:06:00,1494.0,5.5577,1,leg_gt,0.42,60 -50894,sell_contrast_m10_bb_pos,sell,2025-07-31 14:09:00,1494.0,5.5577,1,leg_gt,0.42,60 -50895,sell_contrast_m10_bb_pos,sell,2025-07-31 15:51:00,1497.0,5.7699,1,leg_gt,0.49,60 -50896,sell_contrast_m10_bb_pos,sell,2025-07-31 15:54:00,1497.0,5.7699,1,leg_gt,0.49,60 -50897,sell_contrast_m10_bb_pos,sell,2025-07-31 15:57:00,1498.0,5.8406,1,leg_gt,0.49,60 -50898,sell_contrast_m10_bb_pos,sell,2025-07-31 17:51:00,1496.0,5.6992,1,leg_gt,0.57,60 -50899,sell_contrast_m10_bb_pos,sell,2025-07-31 17:54:00,1497.0,5.7699,1,leg_gt,0.57,60 -50900,sell_contrast_m10_bb_pos,sell,2025-07-31 17:57:00,1497.0,5.7699,1,leg_gt,0.58,60 -50901,sell_contrast_m10_bb_pos,sell,2025-07-31 18:30:00,1499.0,5.9113,1,leg_gt,0.6,60 -50902,sell_contrast_m10_bb_pos,sell,2025-07-31 18:33:00,1502.0,6.1235,1,leg_gt,0.6,60 -50903,sell_contrast_m10_bb_pos,sell,2025-07-31 18:36:00,1503.0,6.1942,1,leg_gt,0.6,60 -50904,sell_contrast_m10_bb_pos,sell,2025-07-31 18:39:00,1501.0,6.0528,1,leg_gt,0.61,60 -50905,sell_contrast_m10_bb_pos,sell,2025-08-01 01:30:00,1474.0,4.1433,1,leg_gt,0.89,60 -50906,sell_contrast_m10_bb_pos,sell,2025-08-01 01:33:00,1482.0,4.7091,1,leg_gt,0.89,60 -50907,sell_contrast_m10_bb_pos,sell,2025-08-01 01:36:00,1487.0,5.0627,1,leg_gt,0.9,60 -50908,sell_contrast_m10_bb_pos,sell,2025-08-01 01:39:00,1490.0,5.2748,1,leg_gt,0.9,60 -50909,sell_contrast_m10_bb_pos,sell,2025-08-01 02:00:00,1480.0,4.5676,1,leg_gt,0.91,60 -50910,sell_contrast_m10_bb_pos,sell,2025-08-01 02:03:00,1470.0,3.8604,1,leg_gt,0.91,60 -50911,sell_contrast_m10_bb_pos,sell,2025-08-01 02:06:00,1472.0,4.0018,1,leg_gt,0.92,60 -50912,sell_contrast_m10_bb_pos,sell,2025-08-01 02:09:00,1471.0,3.9311,1,leg_gt,0.92,60 -50913,sell_contrast_m10_bb_pos,sell,2025-08-01 20:51:00,1360.0,0.1211,1,leg_gt,0.46,60 -50914,sell_contrast_m10_bb_pos,sell,2025-08-01 20:54:00,1362.0,0.2685,1,leg_gt,0.46,60 -50915,sell_contrast_m10_bb_pos,sell,2025-08-01 20:57:00,1361.0,0.1948,1,leg_gt,0.46,60 -50916,sell_contrast_m10_bb_pos,sell,2025-08-01 21:00:00,1361.0,0.1948,1,leg_gt,0.46,60 -50917,sell_contrast_m10_bb_pos,sell,2025-08-01 21:03:00,1362.0,0.2685,1,leg_gt,0.47,60 -50918,sell_contrast_m10_bb_pos,sell,2025-08-01 21:06:00,1366.0,0.5632,1,leg_gt,0.47,60 -50919,sell_contrast_m10_bb_pos,sell,2025-08-01 21:09:00,1370.0,0.858,1,leg_gt,0.47,60 -50920,sell_contrast_m10_bb_pos,sell,2025-08-01 22:00:00,1367.0,0.6369,1,leg_gt,0.51,60 -50921,sell_contrast_m10_bb_pos,sell,2025-08-01 22:03:00,1370.0,0.858,1,leg_gt,0.51,60 -50922,sell_contrast_m10_bb_pos,sell,2025-08-01 22:06:00,1369.0,0.7843,1,leg_gt,0.51,60 -50923,sell_contrast_m10_bb_pos,sell,2025-08-01 22:09:00,1371.0,0.9317,1,leg_gt,0.51,60 -50924,sell_contrast_m10_bb_pos,sell,2025-08-01 22:12:00,1372.0,1.0054,1,leg_gt,0.51,60 -50925,sell_contrast_m10_bb_pos,sell,2025-08-01 22:15:00,1371.0,0.9317,1,leg_gt,0.52,60 -50926,sell_contrast_m10_bb_pos,sell,2025-08-01 22:18:00,1373.0,1.0791,1,leg_gt,0.52,60 -50927,sell_contrast_m10_bb_pos,sell,2025-08-01 22:21:00,1369.0,0.7843,1,leg_gt,0.52,60 -50928,sell_contrast_m10_bb_pos,sell,2025-08-01 22:24:00,1364.0,0.4158,1,leg_gt,0.52,60 -50929,sell_contrast_m10_bb_pos,sell,2025-08-01 22:27:00,1363.0,0.3422,1,leg_gt,0.52,60 -50930,sell_contrast_m10_bb_pos,sell,2025-08-01 23:30:00,1374.0,2.7443,1,leg_gt,0.03,60 -50931,sell_contrast_m10_bb_pos,sell,2025-08-01 23:33:00,1373.0,2.6695,1,leg_gt,0.03,60 -50932,sell_contrast_m10_bb_pos,sell,2025-08-01 23:36:00,1376.0,2.894,1,leg_gt,0.03,60 -50933,sell_contrast_m10_bb_pos,sell,2025-08-01 23:39:00,1375.0,2.8192,1,leg_gt,0.03,60 -50934,sell_contrast_m10_bb_pos,sell,2025-08-02 01:12:00,1380.0,3.1934,1,leg_gt,0.1,60 -50935,sell_contrast_m10_bb_pos,sell,2025-08-02 01:15:00,1381.0,3.2683,1,leg_gt,0.1,60 -50936,sell_contrast_m10_bb_pos,sell,2025-08-02 01:18:00,1380.0,3.1934,1,leg_gt,0.1,60 -50937,sell_contrast_m10_bb_pos,sell,2025-08-02 01:21:00,1380.0,3.1934,1,leg_gt,0.1,60 -50938,sell_contrast_m10_bb_pos,sell,2025-08-02 01:24:00,1381.0,3.2683,1,leg_gt,0.11,60 -50939,sell_contrast_m10_bb_pos,sell,2025-08-02 01:27:00,1382.0,3.3431,1,leg_gt,0.11,60 -50940,sell_contrast_m10_bb_pos,sell,2025-08-02 12:12:00,1356.0,2.7052,1,leg_gt,0.19,60 -50941,sell_contrast_m10_bb_pos,sell,2025-08-02 12:15:00,1356.0,2.7052,1,leg_gt,0.19,60 -50942,sell_contrast_m10_bb_pos,sell,2025-08-02 12:18:00,1359.0,2.9326,1,leg_gt,0.19,60 -50943,sell_contrast_m10_bb_pos,sell,2025-08-02 12:21:00,1359.0,2.9326,1,leg_gt,0.2,60 -50944,sell_contrast_m10_bb_pos,sell,2025-08-02 12:24:00,1357.0,2.781,1,leg_gt,0.2,60 -50945,sell_contrast_m10_bb_pos,sell,2025-08-02 12:27:00,1357.0,2.781,1,leg_gt,0.2,60 -50946,sell_contrast_m10_bb_pos,sell,2025-08-02 12:42:00,1360.0,3.0084,1,leg_gt,0.21,60 -50947,sell_contrast_m10_bb_pos,sell,2025-08-02 12:45:00,1359.0,2.9326,1,leg_gt,0.21,60 -50948,sell_contrast_m10_bb_pos,sell,2025-08-02 12:48:00,1357.0,2.781,1,leg_gt,0.21,60 -50949,sell_contrast_m10_bb_pos,sell,2025-08-02 13:00:00,1359.0,2.9326,1,leg_gt,0.22,60 -50950,sell_contrast_m10_bb_pos,sell,2025-08-02 13:03:00,1358.0,2.8568,1,leg_gt,0.22,60 -50951,sell_contrast_m10_bb_pos,sell,2025-08-02 13:06:00,1357.0,2.781,1,leg_gt,0.23,60 -50952,sell_contrast_m10_bb_pos,sell,2025-08-02 13:09:00,1359.0,2.9326,1,leg_gt,0.23,60 -50953,sell_contrast_m10_bb_pos,sell,2025-08-02 13:51:00,1362.0,3.16,1,leg_gt,0.26,60 -50954,sell_contrast_m10_bb_pos,sell,2025-08-02 13:54:00,1361.0,3.0842,1,leg_gt,0.26,60 -50955,sell_contrast_m10_bb_pos,sell,2025-08-02 13:57:00,1362.0,3.16,1,leg_gt,0.26,60 -50956,sell_contrast_m10_bb_pos,sell,2025-08-02 22:51:00,1336.0,1.1889,1,leg_gt,0.63,60 -50957,sell_contrast_m10_bb_pos,sell,2025-08-02 22:54:00,1337.0,1.2647,1,leg_gt,0.64,60 -50958,sell_contrast_m10_bb_pos,sell,2025-08-02 22:57:00,1343.0,1.7196,1,leg_gt,0.64,60 -50959,sell_contrast_m10_bb_pos,sell,2025-08-02 23:00:00,1339.0,1.4163,1,leg_gt,0.64,60 -50960,sell_contrast_m10_bb_pos,sell,2025-08-02 23:03:00,1336.0,1.1889,1,leg_gt,0.64,60 -50961,sell_contrast_m10_bb_pos,sell,2025-08-02 23:06:00,1339.0,1.4163,1,leg_gt,0.64,60 -50962,sell_contrast_m10_bb_pos,sell,2025-08-02 23:09:00,1336.0,1.1889,1,leg_gt,0.65,60 -50963,sell_contrast_m10_bb_pos,sell,2025-08-03 06:00:00,1313.0,1.9202,1,leg_gt,0.09,60 -50964,sell_contrast_m10_bb_pos,sell,2025-08-03 06:03:00,1317.0,2.231,1,leg_gt,0.09,60 -50965,sell_contrast_m10_bb_pos,sell,2025-08-03 06:06:00,1312.0,1.8425,1,leg_gt,0.1,60 -50966,sell_contrast_m10_bb_pos,sell,2025-08-03 06:09:00,1311.0,1.7648,1,leg_gt,0.1,60 -50967,sell_contrast_m10_bb_pos,sell,2025-08-03 10:12:00,1325.0,2.8526,1,leg_gt,0.27,60 -50968,sell_contrast_m10_bb_pos,sell,2025-08-03 10:15:00,1325.0,2.8526,1,leg_gt,0.27,60 -50969,sell_contrast_m10_bb_pos,sell,2025-08-03 10:18:00,1322.0,2.6195,1,leg_gt,0.27,60 -50970,sell_contrast_m10_bb_pos,sell,2025-08-03 10:30:00,1326.0,2.9303,1,leg_gt,0.28,60 -50971,sell_contrast_m10_bb_pos,sell,2025-08-03 10:33:00,1326.0,2.9303,1,leg_gt,0.28,60 -50972,sell_contrast_m10_bb_pos,sell,2025-08-03 10:36:00,1328.0,3.0857,1,leg_gt,0.28,60 -50973,sell_contrast_m10_bb_pos,sell,2025-08-03 10:39:00,1329.0,3.1634,1,leg_gt,0.29,60 -50974,sell_contrast_m10_bb_pos,sell,2025-08-03 11:00:00,1328.0,3.0857,1,leg_gt,0.3,60 -50975,sell_contrast_m10_bb_pos,sell,2025-08-03 11:03:00,1333.0,3.4742,1,leg_gt,0.3,60 -50976,sell_contrast_m10_bb_pos,sell,2025-08-03 11:06:00,1336.0,3.7073,1,leg_gt,0.3,60 -50977,sell_contrast_m10_bb_pos,sell,2025-08-03 11:09:00,1339.0,3.9404,1,leg_gt,0.31,60 -50978,sell_contrast_m10_bb_pos,sell,2025-08-03 11:21:00,1338.0,3.8627,1,leg_gt,0.31,60 -50979,sell_contrast_m10_bb_pos,sell,2025-08-03 11:24:00,1338.0,3.8627,1,leg_gt,0.32,60 -50980,sell_contrast_m10_bb_pos,sell,2025-08-03 11:27:00,1339.0,3.9404,1,leg_gt,0.32,60 -50981,sell_contrast_m10_bb_pos,sell,2025-08-03 11:30:00,1338.0,3.8627,1,leg_gt,0.32,60 -50982,sell_contrast_m10_bb_pos,sell,2025-08-03 11:33:00,1340.0,4.0181,1,leg_gt,0.32,60 -50983,sell_contrast_m10_bb_pos,sell,2025-08-03 11:36:00,1343.0,4.2512,1,leg_gt,0.32,60 -50984,sell_contrast_m10_bb_pos,sell,2025-08-03 11:39:00,1344.0,4.3289,1,leg_gt,0.33,60 -50985,sell_contrast_m10_bb_pos,sell,2025-08-03 11:42:00,1344.0,4.3289,1,leg_gt,0.33,60 -50986,sell_contrast_m10_bb_pos,sell,2025-08-03 11:45:00,1345.0,4.4066,1,leg_gt,0.33,60 -50987,sell_contrast_m10_bb_pos,sell,2025-08-03 11:48:00,1345.0,4.4066,1,leg_gt,0.33,60 -50988,sell_contrast_m10_bb_pos,sell,2025-08-03 11:51:00,1343.0,4.2512,1,leg_gt,0.34,60 -50989,sell_contrast_m10_bb_pos,sell,2025-08-03 11:54:00,1345.0,4.4066,1,leg_gt,0.34,60 -50990,sell_contrast_m10_bb_pos,sell,2025-08-03 11:57:00,1345.0,4.4066,1,leg_gt,0.34,60 -50991,sell_contrast_m10_bb_pos,sell,2025-08-03 12:00:00,1346.0,4.4843,1,leg_gt,0.34,60 -50992,sell_contrast_m10_bb_pos,sell,2025-08-03 12:03:00,1343.0,4.2512,1,leg_gt,0.34,60 -50993,sell_contrast_m10_bb_pos,sell,2025-08-03 12:06:00,1345.0,4.4066,1,leg_gt,0.35,60 -50994,sell_contrast_m10_bb_pos,sell,2025-08-03 12:09:00,1346.0,4.4843,1,leg_gt,0.35,60 -50995,sell_contrast_m10_bb_pos,sell,2025-08-03 12:12:00,1346.0,4.4843,1,leg_gt,0.35,60 -50996,sell_contrast_m10_bb_pos,sell,2025-08-03 12:15:00,1344.0,4.3289,1,leg_gt,0.35,60 -50997,sell_contrast_m10_bb_pos,sell,2025-08-03 12:18:00,1345.0,4.4066,1,leg_gt,0.35,60 -50998,sell_contrast_m10_bb_pos,sell,2025-08-03 16:42:00,1348.0,4.6397,1,leg_gt,0.54,60 -50999,sell_contrast_m10_bb_pos,sell,2025-08-03 16:45:00,1349.0,4.7174,1,leg_gt,0.54,60 -51000,sell_contrast_m10_bb_pos,sell,2025-08-03 16:48:00,1349.0,4.7174,1,leg_gt,0.54,60 -51001,sell_contrast_m10_bb_pos,sell,2025-08-03 16:51:00,1350.0,4.7951,1,leg_gt,0.54,60 -51002,sell_contrast_m10_bb_pos,sell,2025-08-03 16:54:00,1348.0,4.6397,1,leg_gt,0.55,60 -51003,sell_contrast_m10_bb_pos,sell,2025-08-03 16:57:00,1350.0,4.7951,1,leg_gt,0.55,60 -51004,sell_contrast_m10_bb_pos,sell,2025-08-03 17:12:00,1351.0,4.8728,1,leg_gt,0.56,60 -51005,sell_contrast_m10_bb_pos,sell,2025-08-03 17:15:00,1355.0,5.1836,1,leg_gt,0.56,60 -51006,sell_contrast_m10_bb_pos,sell,2025-08-03 17:18:00,1353.0,5.0282,1,leg_gt,0.56,60 -51007,sell_contrast_m10_bb_pos,sell,2025-08-03 19:21:00,1356.0,5.2613,1,leg_gt,0.65,60 -51008,sell_contrast_m10_bb_pos,sell,2025-08-03 19:24:00,1354.0,5.1059,1,leg_gt,0.65,60 -51009,sell_contrast_m10_bb_pos,sell,2025-08-03 19:27:00,1356.0,5.2613,1,leg_gt,0.65,60 -51010,sell_contrast_m10_bb_pos,sell,2025-08-03 19:30:00,1356.0,5.2613,1,leg_gt,0.65,60 -51011,sell_contrast_m10_bb_pos,sell,2025-08-03 19:33:00,1355.0,5.1836,1,leg_gt,0.66,60 -51012,sell_contrast_m10_bb_pos,sell,2025-08-03 19:36:00,1355.0,5.1836,1,leg_gt,0.66,60 -51013,sell_contrast_m10_bb_pos,sell,2025-08-03 19:39:00,1355.0,5.1836,1,leg_gt,0.66,60 -51014,sell_contrast_m10_bb_pos,sell,2025-08-03 19:42:00,1355.0,5.1836,1,leg_gt,0.66,60 -51015,sell_contrast_m10_bb_pos,sell,2025-08-03 19:45:00,1356.0,5.2613,1,leg_gt,0.66,60 -51016,sell_contrast_m10_bb_pos,sell,2025-08-03 19:48:00,1357.0,5.339,1,leg_gt,0.67,60 -51017,sell_contrast_m10_bb_pos,sell,2025-08-03 20:00:00,1358.0,5.4167,1,leg_gt,0.68,60 -51018,sell_contrast_m10_bb_pos,sell,2025-08-03 20:03:00,1358.0,5.4167,1,leg_gt,0.68,60 -51019,sell_contrast_m10_bb_pos,sell,2025-08-03 20:06:00,1359.0,5.4944,1,leg_gt,0.68,60 -51020,sell_contrast_m10_bb_pos,sell,2025-08-03 20:09:00,1360.0,5.5721,1,leg_gt,0.68,60 -51021,sell_contrast_m10_bb_pos,sell,2025-08-03 20:30:00,1361.0,5.6498,1,leg_gt,0.7,60 -51022,sell_contrast_m10_bb_pos,sell,2025-08-03 20:33:00,1357.0,5.339,1,leg_gt,0.7,60 -51023,sell_contrast_m10_bb_pos,sell,2025-08-03 20:36:00,1356.0,5.2613,1,leg_gt,0.7,60 -51024,sell_contrast_m10_bb_pos,sell,2025-08-03 20:39:00,1356.0,5.2613,1,leg_gt,0.7,60 -51025,sell_contrast_m10_bb_pos,sell,2025-08-04 00:21:00,1356.0,5.2613,1,leg_gt,0.86,60 -51026,sell_contrast_m10_bb_pos,sell,2025-08-04 00:24:00,1356.0,5.2613,1,leg_gt,0.86,60 -51027,sell_contrast_m10_bb_pos,sell,2025-08-04 00:27:00,1357.0,5.339,1,leg_gt,0.86,60 -51028,sell_contrast_m10_bb_pos,sell,2025-08-04 00:42:00,1358.0,5.4167,1,leg_gt,0.87,60 -51029,sell_contrast_m10_bb_pos,sell,2025-08-04 00:45:00,1359.0,5.4944,1,leg_gt,0.87,60 -51030,sell_contrast_m10_bb_pos,sell,2025-08-04 00:48:00,1357.0,5.339,1,leg_gt,0.88,60 -51031,sell_contrast_m10_bb_pos,sell,2025-08-04 00:51:00,1357.0,5.339,1,leg_gt,0.88,60 -51032,sell_contrast_m10_bb_pos,sell,2025-08-04 00:54:00,1357.0,5.339,1,leg_gt,0.88,60 -51033,sell_contrast_m10_bb_pos,sell,2025-08-04 00:57:00,1358.0,5.4167,1,leg_gt,0.88,60 -51034,sell_contrast_m10_bb_pos,sell,2025-08-04 01:42:00,1357.0,5.339,1,leg_gt,0.91,60 -51035,sell_contrast_m10_bb_pos,sell,2025-08-04 01:45:00,1356.0,5.2613,1,leg_gt,0.91,60 -51036,sell_contrast_m10_bb_pos,sell,2025-08-04 01:48:00,1356.0,5.2613,1,leg_gt,0.92,60 -51037,sell_contrast_m10_bb_pos,sell,2025-08-04 01:51:00,1359.0,5.4944,1,leg_gt,0.92,60 -51038,sell_contrast_m10_bb_pos,sell,2025-08-04 01:54:00,1360.0,5.5721,1,leg_gt,0.92,60 -51039,sell_contrast_m10_bb_pos,sell,2025-08-04 01:57:00,1360.0,5.5721,1,leg_gt,0.92,60 -51040,sell_contrast_m10_bb_pos,sell,2025-08-04 03:00:00,1360.0,5.5721,1,leg_gt,0.97,60 -51041,sell_contrast_m10_bb_pos,sell,2025-08-04 03:03:00,1356.0,5.2613,1,leg_gt,0.97,60 -51042,sell_contrast_m10_bb_pos,sell,2025-08-04 03:06:00,1358.0,5.4167,1,leg_gt,0.97,60 -51043,sell_contrast_m10_bb_pos,sell,2025-08-04 03:09:00,1358.0,5.4167,1,leg_gt,0.97,60 -51044,sell_contrast_m10_bb_pos,sell,2025-08-04 03:30:00,1361.0,5.6498,1,leg_gt,0.99,60 -51045,sell_contrast_m10_bb_pos,sell,2025-08-04 03:33:00,1358.0,5.4167,1,leg_gt,0.99,60 -51046,sell_contrast_m10_bb_pos,sell,2025-08-04 03:36:00,1357.0,5.339,1,leg_gt,0.99,60 -51047,sell_contrast_m10_bb_pos,sell,2025-08-04 03:39:00,1355.0,5.1836,1,leg_gt,0.99,60 -51048,sell_contrast_m10_bb_pos,sell,2025-08-04 04:21:00,1362.0,5.7275,1,leg_gt,1.02,60 -51049,sell_contrast_m10_bb_pos,sell,2025-08-04 04:24:00,1366.0,6.0383,1,leg_gt,1.02,60 -51050,sell_contrast_m10_bb_pos,sell,2025-08-04 04:27:00,1366.0,6.0383,1,leg_gt,1.03,60 -51051,sell_contrast_m10_bb_pos,sell,2025-08-04 04:42:00,1364.0,5.8829,1,leg_gt,1.04,60 -51052,sell_contrast_m10_bb_pos,sell,2025-08-04 04:45:00,1360.0,5.5721,1,leg_gt,1.04,60 -51053,sell_contrast_m10_bb_pos,sell,2025-08-04 04:48:00,1362.0,5.7275,1,leg_gt,1.04,60 -51054,sell_contrast_m10_bb_pos,sell,2025-08-04 05:57:00,1363.0,5.8052,1,leg_gt,1.09,60 -51055,sell_contrast_m10_bb_pos,sell,2025-08-04 06:12:00,1364.0,5.8829,1,leg_gt,1.1,60 -51056,sell_contrast_m10_bb_pos,sell,2025-08-04 06:15:00,1366.0,6.0383,1,leg_gt,1.1,60 -51057,sell_contrast_m10_bb_pos,sell,2025-08-04 06:18:00,1365.0,5.9606,1,leg_gt,1.1,60 -51058,sell_contrast_m10_bb_pos,sell,2025-08-04 06:21:00,1368.0,6.1937,1,leg_gt,1.11,60 -51059,sell_contrast_m10_bb_pos,sell,2025-08-04 06:24:00,1368.0,6.1937,1,leg_gt,1.11,60 -51060,sell_contrast_m10_bb_pos,sell,2025-08-04 06:27:00,1367.0,6.116,1,leg_gt,1.11,60 -51061,sell_contrast_m10_bb_pos,sell,2025-08-04 06:42:00,1366.0,6.0383,1,leg_gt,1.12,60 -51062,sell_contrast_m10_bb_pos,sell,2025-08-04 06:45:00,1367.0,6.116,1,leg_gt,1.12,60 -51063,sell_contrast_m10_bb_pos,sell,2025-08-04 06:48:00,1365.0,5.9606,1,leg_gt,1.12,60 -51064,sell_contrast_m10_bb_pos,sell,2025-08-04 06:51:00,1367.0,6.116,1,leg_gt,1.13,60 -51065,sell_contrast_m10_bb_pos,sell,2025-08-04 06:54:00,1367.0,6.116,1,leg_gt,1.13,60 -51066,sell_contrast_m10_bb_pos,sell,2025-08-04 06:57:00,1369.0,6.2714,1,leg_gt,1.13,60 -51067,sell_contrast_m10_bb_pos,sell,2025-08-04 07:00:00,1368.0,6.1937,1,leg_gt,1.13,60 -51068,sell_contrast_m10_bb_pos,sell,2025-08-04 07:03:00,1370.0,6.3491,1,leg_gt,1.14,60 -51069,sell_contrast_m10_bb_pos,sell,2025-08-04 07:06:00,1365.0,5.9606,1,leg_gt,1.14,60 -51070,sell_contrast_m10_bb_pos,sell,2025-08-04 07:09:00,1363.0,5.8052,1,leg_gt,1.14,60 -51071,sell_contrast_m10_bb_pos,sell,2025-08-04 08:00:00,1369.0,6.2714,1,leg_gt,1.18,60 -51072,sell_contrast_m10_bb_pos,sell,2025-08-04 08:03:00,1371.0,6.4268,1,leg_gt,1.18,60 -51073,sell_contrast_m10_bb_pos,sell,2025-08-04 08:06:00,1371.0,6.4268,1,leg_gt,1.18,60 -51074,sell_contrast_m10_bb_pos,sell,2025-08-04 08:09:00,1373.0,6.5822,1,leg_gt,1.18,60 -51075,sell_contrast_m10_bb_pos,sell,2025-08-04 08:30:00,1373.0,6.5822,1,leg_gt,1.2,60 -51076,sell_contrast_m10_bb_pos,sell,2025-08-04 08:33:00,1372.0,6.5045,1,leg_gt,1.2,60 -51077,sell_contrast_m10_bb_pos,sell,2025-08-04 08:36:00,1369.0,6.2714,1,leg_gt,1.2,60 -51078,sell_contrast_m10_bb_pos,sell,2025-08-04 08:39:00,1370.0,6.3491,1,leg_gt,1.2,60 -51079,sell_contrast_m10_bb_pos,sell,2025-08-04 10:21:00,1388.0,7.7477,1,leg_gt,1.27,60 -51080,sell_contrast_m10_bb_pos,sell,2025-08-04 10:24:00,1386.0,7.5923,1,leg_gt,1.27,60 -51081,sell_contrast_m10_bb_pos,sell,2025-08-04 10:27:00,1389.0,7.8254,1,leg_gt,1.28,60 -51082,sell_contrast_m10_bb_pos,sell,2025-08-04 16:51:00,1381.0,7.2038,1,leg_gt,1.54,60 -51083,sell_contrast_m10_bb_pos,sell,2025-08-04 16:54:00,1378.0,6.9707,1,leg_gt,1.55,60 -51084,sell_contrast_m10_bb_pos,sell,2025-08-04 16:57:00,1377.0,6.893,1,leg_gt,1.55,60 -51085,sell_contrast_m10_bb_pos,sell,2025-08-04 17:21:00,1380.0,7.1261,1,leg_gt,1.56,60 -51086,sell_contrast_m10_bb_pos,sell,2025-08-04 17:24:00,1380.0,7.1261,1,leg_gt,1.57,60 -51087,sell_contrast_m10_bb_pos,sell,2025-08-04 17:27:00,1378.0,6.9707,1,leg_gt,1.57,60 -51088,sell_contrast_m10_bb_pos,sell,2025-08-05 01:51:00,1399.0,8.6024,1,leg_gt,1.92,60 -51089,sell_contrast_m10_bb_pos,sell,2025-08-05 01:54:00,1402.0,8.8355,1,leg_gt,1.92,60 -51090,sell_contrast_m10_bb_pos,sell,2025-08-05 01:57:00,1403.0,8.9132,1,leg_gt,1.92,60 -51091,sell_contrast_m10_bb_pos,sell,2025-08-05 02:21:00,1406.0,9.1463,1,leg_gt,1.94,60 -51092,sell_contrast_m10_bb_pos,sell,2025-08-05 02:24:00,1402.0,8.8355,1,leg_gt,1.94,60 -51093,sell_contrast_m10_bb_pos,sell,2025-08-05 02:27:00,1404.0,8.9909,1,leg_gt,1.94,60 -51094,sell_contrast_m10_bb_pos,sell,2025-08-05 06:42:00,1395.0,8.2916,1,leg_gt,2.12,60 -51095,sell_contrast_m10_bb_pos,sell,2025-08-05 06:45:00,1398.0,8.5247,1,leg_gt,2.12,60 -51096,sell_contrast_m10_bb_pos,sell,2025-08-05 06:48:00,1398.0,8.5247,1,leg_gt,2.12,60 -51097,sell_contrast_m10_bb_pos,sell,2025-08-05 07:00:00,1394.0,8.2139,1,leg_gt,2.13,60 -51098,sell_contrast_m10_bb_pos,sell,2025-08-05 07:03:00,1392.0,8.0585,1,leg_gt,2.14,60 -51099,sell_contrast_m10_bb_pos,sell,2025-08-05 07:06:00,1391.0,7.9808,1,leg_gt,2.14,60 -51100,sell_contrast_m10_bb_pos,sell,2025-08-05 07:09:00,1395.0,8.2916,1,leg_gt,2.14,60 -51101,sell_contrast_m10_bb_pos,sell,2025-08-05 07:21:00,1397.0,8.447,1,leg_gt,2.15,60 -51102,sell_contrast_m10_bb_pos,sell,2025-08-05 07:24:00,1396.0,8.3693,1,leg_gt,2.15,60 -51103,sell_contrast_m10_bb_pos,sell,2025-08-05 07:27:00,1394.0,8.2139,1,leg_gt,2.15,60 -51104,sell_contrast_m10_bb_pos,sell,2025-08-05 19:30:00,1345.0,2.026,1,leg_gt,0.1,60 -51105,sell_contrast_m10_bb_pos,sell,2025-08-05 19:33:00,1351.0,2.4816,1,leg_gt,0.1,60 -51106,sell_contrast_m10_bb_pos,sell,2025-08-05 19:36:00,1354.0,2.7094,1,leg_gt,0.1,60 -51107,sell_contrast_m10_bb_pos,sell,2025-08-05 19:39:00,1351.0,2.4816,1,leg_gt,0.11,60 -51108,sell_contrast_m10_bb_pos,sell,2025-08-05 19:51:00,1348.0,2.2538,1,leg_gt,0.11,60 -51109,sell_contrast_m10_bb_pos,sell,2025-08-05 19:54:00,1348.0,2.2538,1,leg_gt,0.12,60 -51110,sell_contrast_m10_bb_pos,sell,2025-08-05 19:57:00,1345.0,2.026,1,leg_gt,0.12,60 -51111,sell_contrast_m10_bb_pos,sell,2025-08-05 20:21:00,1352.0,2.5576,1,leg_gt,0.14,60 -51112,sell_contrast_m10_bb_pos,sell,2025-08-05 20:24:00,1354.0,2.7094,1,leg_gt,0.14,60 -51113,sell_contrast_m10_bb_pos,sell,2025-08-05 20:27:00,1355.0,2.7853,1,leg_gt,0.14,60 -51114,sell_contrast_m10_bb_pos,sell,2025-08-05 20:30:00,1355.0,2.7853,1,leg_gt,0.14,60 -51115,sell_contrast_m10_bb_pos,sell,2025-08-05 20:33:00,1352.0,2.5576,1,leg_gt,0.14,60 -51116,sell_contrast_m10_bb_pos,sell,2025-08-05 20:36:00,1354.0,2.7094,1,leg_gt,0.15,60 -51117,sell_contrast_m10_bb_pos,sell,2025-08-05 20:39:00,1356.0,2.8613,1,leg_gt,0.15,60 -51118,sell_contrast_m10_bb_pos,sell,2025-08-05 20:42:00,1358.0,3.0131,1,leg_gt,0.15,60 -51119,sell_contrast_m10_bb_pos,sell,2025-08-05 20:45:00,1360.0,3.165,1,leg_gt,0.15,60 -51120,sell_contrast_m10_bb_pos,sell,2025-08-05 20:48:00,1358.0,3.0131,1,leg_gt,0.15,60 -51121,sell_contrast_m10_bb_pos,sell,2025-08-05 20:51:00,1356.0,2.8613,1,leg_gt,0.16,60 -51122,sell_contrast_m10_bb_pos,sell,2025-08-05 20:54:00,1357.0,2.9372,1,leg_gt,0.16,60 -51123,sell_contrast_m10_bb_pos,sell,2025-08-05 20:57:00,1355.0,2.7853,1,leg_gt,0.16,60 -51124,sell_contrast_m10_bb_pos,sell,2025-08-05 21:00:00,1358.0,3.0131,1,leg_gt,0.16,60 -51125,sell_contrast_m10_bb_pos,sell,2025-08-05 21:03:00,1356.0,2.8613,1,leg_gt,0.16,60 -51126,sell_contrast_m10_bb_pos,sell,2025-08-05 21:06:00,1356.0,2.8613,1,leg_gt,0.17,60 -51127,sell_contrast_m10_bb_pos,sell,2025-08-05 21:09:00,1354.0,2.7094,1,leg_gt,0.17,60 -51128,sell_contrast_m10_bb_pos,sell,2025-08-06 08:42:00,1321.0,0.2037,1,leg_gt,0.65,60 -51129,sell_contrast_m10_bb_pos,sell,2025-08-06 08:45:00,1323.0,0.3556,1,leg_gt,0.65,60 -51130,sell_contrast_m10_bb_pos,sell,2025-08-06 08:48:00,1323.0,0.3556,1,leg_gt,0.65,60 -51131,sell_contrast_m10_bb_pos,sell,2025-08-06 08:51:00,1323.0,0.3556,1,leg_gt,0.66,60 -51132,sell_contrast_m10_bb_pos,sell,2025-08-06 08:54:00,1323.0,0.3556,1,leg_gt,0.66,60 -51133,sell_contrast_m10_bb_pos,sell,2025-08-06 08:57:00,1323.0,0.3556,1,leg_gt,0.66,60 -51134,sell_contrast_m10_bb_pos,sell,2025-08-06 14:21:00,1313.0,1.9202,1,leg_gt,0.05,60 -51135,sell_contrast_m10_bb_pos,sell,2025-08-06 14:24:00,1311.0,1.7648,1,leg_gt,0.05,60 -51136,sell_contrast_m10_bb_pos,sell,2025-08-06 14:27:00,1316.0,2.1533,1,leg_gt,0.05,60 -51137,sell_contrast_m10_bb_pos,sell,2025-08-06 14:30:00,1313.0,1.9202,1,leg_gt,0.05,60 -51138,sell_contrast_m10_bb_pos,sell,2025-08-06 14:33:00,1312.0,1.8425,1,leg_gt,0.05,60 -51139,sell_contrast_m10_bb_pos,sell,2025-08-06 14:36:00,1315.0,2.0756,1,leg_gt,0.06,60 -51140,sell_contrast_m10_bb_pos,sell,2025-08-06 14:39:00,1322.0,2.6195,1,leg_gt,0.06,60 -51141,sell_contrast_m10_bb_pos,sell,2025-08-06 14:51:00,1319.0,2.3864,1,leg_gt,0.07,60 -51142,sell_contrast_m10_bb_pos,sell,2025-08-06 14:54:00,1316.0,2.1533,1,leg_gt,0.07,60 -51143,sell_contrast_m10_bb_pos,sell,2025-08-06 14:57:00,1314.0,1.9979,1,leg_gt,0.07,60 -51144,sell_contrast_m10_bb_pos,sell,2025-08-06 15:51:00,1322.0,2.6195,1,leg_gt,0.11,60 -51145,sell_contrast_m10_bb_pos,sell,2025-08-06 15:54:00,1321.0,2.5418,1,leg_gt,0.11,60 -51146,sell_contrast_m10_bb_pos,sell,2025-08-06 15:57:00,1322.0,2.6195,1,leg_gt,0.11,60 -51147,sell_contrast_m10_bb_pos,sell,2025-08-06 23:51:00,1315.0,2.0756,1,leg_gt,0.44,60 -51148,sell_contrast_m10_bb_pos,sell,2025-08-06 23:54:00,1316.0,2.1533,1,leg_gt,0.44,60 -51149,sell_contrast_m10_bb_pos,sell,2025-08-06 23:57:00,1324.0,2.7749,1,leg_gt,0.45,60 -51150,sell_contrast_m10_bb_pos,sell,2025-08-07 00:12:00,1322.0,2.6195,1,leg_gt,0.46,60 -51151,sell_contrast_m10_bb_pos,sell,2025-08-07 00:15:00,1323.0,2.6972,1,leg_gt,0.46,60 -51152,sell_contrast_m10_bb_pos,sell,2025-08-07 00:18:00,1327.0,3.008,1,leg_gt,0.46,60 -51153,sell_contrast_m10_bb_pos,sell,2025-08-07 00:30:00,1324.0,2.7749,1,leg_gt,0.47,60 -51154,sell_contrast_m10_bb_pos,sell,2025-08-07 00:33:00,1324.0,2.7749,1,leg_gt,0.47,60 -51155,sell_contrast_m10_bb_pos,sell,2025-08-07 00:36:00,1329.0,3.1634,1,leg_gt,0.47,60 -51156,sell_contrast_m10_bb_pos,sell,2025-08-07 00:39:00,1330.0,3.2411,1,leg_gt,0.48,60 -51157,sell_contrast_m10_bb_pos,sell,2025-08-07 00:42:00,1328.0,3.0857,1,leg_gt,0.48,60 -51158,sell_contrast_m10_bb_pos,sell,2025-08-07 00:45:00,1326.0,2.9303,1,leg_gt,0.48,60 -51159,sell_contrast_m10_bb_pos,sell,2025-08-07 00:48:00,1325.0,2.8526,1,leg_gt,0.48,60 -51160,sell_contrast_m10_bb_pos,sell,2025-08-07 01:12:00,1336.0,3.7073,1,leg_gt,0.5,60 -51161,sell_contrast_m10_bb_pos,sell,2025-08-07 01:15:00,1331.0,3.3188,1,leg_gt,0.5,60 -51162,sell_contrast_m10_bb_pos,sell,2025-08-07 01:18:00,1332.0,3.3965,1,leg_gt,0.5,60 -51163,sell_contrast_m10_bb_pos,sell,2025-08-07 02:42:00,1336.0,3.7073,1,leg_gt,0.56,60 -51164,sell_contrast_m10_bb_pos,sell,2025-08-07 02:45:00,1337.0,3.785,1,leg_gt,0.56,60 -51165,sell_contrast_m10_bb_pos,sell,2025-08-07 02:48:00,1337.0,3.785,1,leg_gt,0.56,60 -51166,sell_contrast_m10_bb_pos,sell,2025-08-07 02:51:00,1340.0,4.0181,1,leg_gt,0.57,60 -51167,sell_contrast_m10_bb_pos,sell,2025-08-07 02:54:00,1337.0,3.785,1,leg_gt,0.57,60 -51168,sell_contrast_m10_bb_pos,sell,2025-08-07 02:57:00,1341.0,4.0958,1,leg_gt,0.57,60 -51169,sell_contrast_m10_bb_pos,sell,2025-08-07 03:30:00,1345.0,4.4066,1,leg_gt,0.59,60 -51170,sell_contrast_m10_bb_pos,sell,2025-08-07 03:33:00,1347.0,4.562,1,leg_gt,0.6,60 -51171,sell_contrast_m10_bb_pos,sell,2025-08-07 03:36:00,1345.0,4.4066,1,leg_gt,0.6,60 -51172,sell_contrast_m10_bb_pos,sell,2025-08-07 03:39:00,1346.0,4.4843,1,leg_gt,0.6,60 -51173,sell_contrast_m10_bb_pos,sell,2025-08-07 07:51:00,1347.0,4.562,1,leg_gt,0.78,60 -51174,sell_contrast_m10_bb_pos,sell,2025-08-07 07:54:00,1348.0,4.6397,1,leg_gt,0.78,60 -51175,sell_contrast_m10_bb_pos,sell,2025-08-07 07:57:00,1350.0,4.7951,1,leg_gt,0.78,60 -51176,sell_contrast_m10_bb_pos,sell,2025-08-07 14:30:00,1343.0,4.2512,1,leg_gt,1.05,60 -51177,sell_contrast_m10_bb_pos,sell,2025-08-07 14:33:00,1348.0,4.6397,1,leg_gt,1.05,60 -51178,sell_contrast_m10_bb_pos,sell,2025-08-07 14:36:00,1345.0,4.4066,1,leg_gt,1.06,60 -51179,sell_contrast_m10_bb_pos,sell,2025-08-07 14:39:00,1343.0,4.2512,1,leg_gt,1.06,60 -51180,sell_contrast_m10_bb_pos,sell,2025-08-07 14:51:00,1345.0,4.4066,1,leg_gt,1.07,60 -51181,sell_contrast_m10_bb_pos,sell,2025-08-07 14:54:00,1344.0,4.3289,1,leg_gt,1.07,60 -51182,sell_contrast_m10_bb_pos,sell,2025-08-07 14:57:00,1347.0,4.562,1,leg_gt,1.07,60 -51183,sell_contrast_m10_bb_pos,sell,2025-08-07 15:42:00,1350.0,4.7951,1,leg_gt,1.1,60 -51184,sell_contrast_m10_bb_pos,sell,2025-08-07 15:45:00,1351.0,4.8728,1,leg_gt,1.1,60 -51185,sell_contrast_m10_bb_pos,sell,2025-08-07 15:48:00,1354.0,5.1059,1,leg_gt,1.11,60 -51186,sell_contrast_m10_bb_pos,sell,2025-08-07 16:12:00,1353.0,5.0282,1,leg_gt,1.12,60 -51187,sell_contrast_m10_bb_pos,sell,2025-08-07 16:15:00,1355.0,5.1836,1,leg_gt,1.12,60 -51188,sell_contrast_m10_bb_pos,sell,2025-08-07 16:18:00,1355.0,5.1836,1,leg_gt,1.13,60 -51189,sell_contrast_m10_bb_pos,sell,2025-08-07 16:21:00,1356.0,5.2613,1,leg_gt,1.13,60 -51190,sell_contrast_m10_bb_pos,sell,2025-08-07 16:24:00,1356.0,5.2613,1,leg_gt,1.13,60 -51191,sell_contrast_m10_bb_pos,sell,2025-08-07 16:27:00,1352.0,4.9505,1,leg_gt,1.13,60 -51192,sell_contrast_m10_bb_pos,sell,2025-08-07 19:00:00,1356.0,5.2613,1,leg_gt,1.24,60 -51193,sell_contrast_m10_bb_pos,sell,2025-08-07 19:03:00,1357.0,5.339,1,leg_gt,1.24,60 -51194,sell_contrast_m10_bb_pos,sell,2025-08-07 19:06:00,1360.0,5.5721,1,leg_gt,1.24,60 -51195,sell_contrast_m10_bb_pos,sell,2025-08-07 19:09:00,1362.0,5.7275,1,leg_gt,1.25,60 -51196,sell_contrast_m10_bb_pos,sell,2025-08-07 20:12:00,1387.0,7.67,1,leg_gt,1.29,60 -51197,sell_contrast_m10_bb_pos,sell,2025-08-07 20:15:00,1388.0,7.7477,1,leg_gt,1.29,60 -51198,sell_contrast_m10_bb_pos,sell,2025-08-07 20:18:00,1387.0,7.67,1,leg_gt,1.29,60 -51199,sell_contrast_m10_bb_pos,sell,2025-08-07 20:21:00,1386.0,7.5923,1,leg_gt,1.3,60 -51200,sell_contrast_m10_bb_pos,sell,2025-08-07 20:24:00,1392.0,8.0585,1,leg_gt,1.3,60 -51201,sell_contrast_m10_bb_pos,sell,2025-08-07 20:27:00,1394.0,8.2139,1,leg_gt,1.3,60 -51202,sell_contrast_m10_bb_pos,sell,2025-08-07 20:30:00,1394.0,8.2139,1,leg_gt,1.3,60 -51203,sell_contrast_m10_bb_pos,sell,2025-08-07 20:33:00,1388.0,7.7477,1,leg_gt,1.3,60 -51204,sell_contrast_m10_bb_pos,sell,2025-08-07 20:36:00,1389.0,7.8254,1,leg_gt,1.31,60 -51205,sell_contrast_m10_bb_pos,sell,2025-08-07 20:39:00,1389.0,7.8254,1,leg_gt,1.31,60 -51206,sell_contrast_m10_bb_pos,sell,2025-08-07 20:51:00,1395.0,8.2916,1,leg_gt,1.32,60 -51207,sell_contrast_m10_bb_pos,sell,2025-08-07 20:54:00,1394.0,8.2139,1,leg_gt,1.32,60 -51208,sell_contrast_m10_bb_pos,sell,2025-08-07 20:57:00,1392.0,8.0585,1,leg_gt,1.32,60 -51209,sell_contrast_m10_bb_pos,sell,2025-08-08 05:12:00,1389.0,7.8254,1,leg_gt,1.66,60 -51210,sell_contrast_m10_bb_pos,sell,2025-08-08 05:15:00,1387.0,7.67,1,leg_gt,1.67,60 -51211,sell_contrast_m10_bb_pos,sell,2025-08-08 05:18:00,1387.0,7.67,1,leg_gt,1.67,60 -51212,sell_contrast_m10_bb_pos,sell,2025-08-08 05:21:00,1386.0,7.5923,1,leg_gt,1.67,60 -51213,sell_contrast_m10_bb_pos,sell,2025-08-08 05:24:00,1385.0,7.5146,1,leg_gt,1.67,60 -51214,sell_contrast_m10_bb_pos,sell,2025-08-08 05:27:00,1388.0,7.7477,1,leg_gt,1.68,60 -51215,sell_contrast_m10_bb_pos,sell,2025-08-08 05:30:00,1388.0,7.7477,1,leg_gt,1.68,60 -51216,sell_contrast_m10_bb_pos,sell,2025-08-08 05:33:00,1390.0,7.9031,1,leg_gt,1.68,60 -51217,sell_contrast_m10_bb_pos,sell,2025-08-08 05:36:00,1390.0,7.9031,1,leg_gt,1.68,60 -51218,sell_contrast_m10_bb_pos,sell,2025-08-08 05:39:00,1392.0,8.0585,1,leg_gt,1.68,60 -51219,sell_contrast_m10_bb_pos,sell,2025-08-08 05:51:00,1392.0,8.0585,1,leg_gt,1.69,60 -51220,sell_contrast_m10_bb_pos,sell,2025-08-08 05:54:00,1389.0,7.8254,1,leg_gt,1.69,60 -51221,sell_contrast_m10_bb_pos,sell,2025-08-08 05:57:00,1388.0,7.7477,1,leg_gt,1.7,60 -51222,sell_contrast_m10_bb_pos,sell,2025-08-08 06:21:00,1395.0,8.2916,1,leg_gt,1.71,60 -51223,sell_contrast_m10_bb_pos,sell,2025-08-08 06:24:00,1396.0,8.3693,1,leg_gt,1.71,60 -51224,sell_contrast_m10_bb_pos,sell,2025-08-08 06:27:00,1394.0,8.2139,1,leg_gt,1.72,60 -51225,sell_contrast_m10_bb_pos,sell,2025-08-08 07:30:00,1401.0,8.7578,1,leg_gt,1.76,60 -51226,sell_contrast_m10_bb_pos,sell,2025-08-08 07:33:00,1397.0,8.447,1,leg_gt,1.76,60 -51227,sell_contrast_m10_bb_pos,sell,2025-08-08 07:36:00,1402.0,8.8355,1,leg_gt,1.76,60 -51228,sell_contrast_m10_bb_pos,sell,2025-08-08 07:39:00,1402.0,8.8355,1,leg_gt,1.77,60 -51229,sell_contrast_m10_bb_pos,sell,2025-08-08 07:42:00,1401.0,8.7578,1,leg_gt,1.77,60 -51230,sell_contrast_m10_bb_pos,sell,2025-08-08 07:45:00,1401.0,8.7578,1,leg_gt,1.77,60 -51231,sell_contrast_m10_bb_pos,sell,2025-08-08 07:48:00,1406.0,9.1463,1,leg_gt,1.77,60 -51232,sell_contrast_m10_bb_pos,sell,2025-08-08 08:21:00,1406.0,9.1463,1,leg_gt,1.8,60 -51233,sell_contrast_m10_bb_pos,sell,2025-08-08 08:24:00,1405.0,9.0686,1,leg_gt,1.8,60 -51234,sell_contrast_m10_bb_pos,sell,2025-08-08 08:27:00,1401.0,8.7578,1,leg_gt,1.8,60 -51235,sell_contrast_m10_bb_pos,sell,2025-08-08 08:51:00,1410.0,9.4571,1,leg_gt,1.82,60 -51236,sell_contrast_m10_bb_pos,sell,2025-08-08 08:54:00,1412.0,9.6125,1,leg_gt,1.82,60 -51237,sell_contrast_m10_bb_pos,sell,2025-08-08 08:57:00,1411.0,9.5348,1,leg_gt,1.82,60 -51238,sell_contrast_m10_bb_pos,sell,2025-08-08 09:00:00,1412.0,9.6125,1,leg_gt,1.82,60 -51239,sell_contrast_m10_bb_pos,sell,2025-08-08 09:03:00,1409.0,9.3794,1,leg_gt,1.82,60 -51240,sell_contrast_m10_bb_pos,sell,2025-08-08 09:06:00,1405.0,9.0686,1,leg_gt,1.83,60 -51241,sell_contrast_m10_bb_pos,sell,2025-08-08 09:09:00,1403.0,8.9132,1,leg_gt,1.83,60 -51242,sell_contrast_m10_bb_pos,sell,2025-08-08 16:21:00,1408.0,9.3017,1,leg_gt,2.13,60 -51243,sell_contrast_m10_bb_pos,sell,2025-08-08 16:24:00,1406.0,9.1463,1,leg_gt,2.13,60 -51244,sell_contrast_m10_bb_pos,sell,2025-08-08 16:27:00,1405.0,9.0686,1,leg_gt,2.13,60 -51245,sell_contrast_m10_bb_pos,sell,2025-08-08 16:51:00,1410.0,9.4571,1,leg_gt,2.15,60 -51246,sell_contrast_m10_bb_pos,sell,2025-08-08 16:54:00,1413.0,9.6902,1,leg_gt,2.15,60 -51247,sell_contrast_m10_bb_pos,sell,2025-08-08 16:57:00,1414.0,9.7679,1,leg_gt,2.15,60 -51248,sell_contrast_m10_bb_pos,sell,2025-08-08 17:00:00,1412.0,9.6125,1,leg_gt,2.16,60 -51249,sell_contrast_m10_bb_pos,sell,2025-08-08 17:03:00,1411.0,9.5348,1,leg_gt,2.16,60 -51250,sell_contrast_m10_bb_pos,sell,2025-08-08 17:06:00,1413.0,9.6902,1,leg_gt,2.16,60 -51251,sell_contrast_m10_bb_pos,sell,2025-08-08 17:09:00,1415.0,9.8456,1,leg_gt,2.16,60 -51252,sell_contrast_m10_bb_pos,sell,2025-08-08 20:42:00,1408.0,9.3017,1,leg_gt,2.31,60 -51253,sell_contrast_m10_bb_pos,sell,2025-08-08 20:45:00,1408.0,9.3017,1,leg_gt,2.31,60 -51254,sell_contrast_m10_bb_pos,sell,2025-08-08 20:48:00,1410.0,9.4571,1,leg_gt,2.31,60 -51255,sell_contrast_m10_bb_pos,sell,2025-08-09 02:30:00,1410.0,9.4571,1,leg_gt,2.55,60 -51256,sell_contrast_m10_bb_pos,sell,2025-08-09 02:33:00,1414.0,9.7679,1,leg_gt,2.55,60 -51257,sell_contrast_m10_bb_pos,sell,2025-08-09 02:36:00,1417.0,10.001,1,leg_gt,2.56,60 -51258,sell_contrast_m10_bb_pos,sell,2025-08-09 02:39:00,1422.0,10.3895,1,leg_gt,2.56,60 -51259,sell_contrast_m10_bb_pos,sell,2025-08-09 03:21:00,1432.0,11.1665,1,leg_gt,2.59,60 -51260,sell_contrast_m10_bb_pos,sell,2025-08-09 03:24:00,1431.0,11.0888,1,leg_gt,2.59,60 -51261,sell_contrast_m10_bb_pos,sell,2025-08-09 03:27:00,1429.0,10.9334,1,leg_gt,2.59,60 -51262,sell_contrast_m10_bb_pos,sell,2025-08-09 03:30:00,1427.0,10.778,1,leg_gt,2.59,60 -51263,sell_contrast_m10_bb_pos,sell,2025-08-09 03:33:00,1427.0,10.778,1,leg_gt,2.6,60 -51264,sell_contrast_m10_bb_pos,sell,2025-08-09 03:36:00,1427.0,10.778,1,leg_gt,2.6,60 -51265,sell_contrast_m10_bb_pos,sell,2025-08-09 03:39:00,1422.0,10.3895,1,leg_gt,2.6,60 -51266,sell_contrast_m10_bb_pos,sell,2025-08-09 07:30:00,1430.0,11.0111,1,leg_gt,2.76,60 -51267,sell_contrast_m10_bb_pos,sell,2025-08-09 07:33:00,1427.0,10.778,1,leg_gt,2.76,60 -51268,sell_contrast_m10_bb_pos,sell,2025-08-09 07:36:00,1427.0,10.778,1,leg_gt,2.76,60 -51269,sell_contrast_m10_bb_pos,sell,2025-08-09 07:39:00,1427.0,10.778,1,leg_gt,2.77,60 -51270,sell_contrast_m10_bb_pos,sell,2025-08-09 09:12:00,1428.0,10.8557,1,leg_gt,2.83,60 -51271,sell_contrast_m10_bb_pos,sell,2025-08-09 09:15:00,1427.0,10.778,1,leg_gt,2.83,60 -51272,sell_contrast_m10_bb_pos,sell,2025-08-09 09:18:00,1425.0,10.6226,1,leg_gt,2.84,60 -51273,sell_contrast_m10_bb_pos,sell,2025-08-09 11:00:00,1430.0,11.0111,1,leg_gt,2.91,60 -51274,sell_contrast_m10_bb_pos,sell,2025-08-09 11:03:00,1431.0,11.0888,1,leg_gt,2.91,60 -51275,sell_contrast_m10_bb_pos,sell,2025-08-09 11:06:00,1430.0,11.0111,1,leg_gt,2.91,60 -51276,sell_contrast_m10_bb_pos,sell,2025-08-09 11:09:00,1430.0,11.0111,1,leg_gt,2.91,60 -51277,sell_contrast_m10_bb_pos,sell,2025-08-09 11:12:00,1431.0,11.0888,1,leg_gt,2.91,60 -51278,sell_contrast_m10_bb_pos,sell,2025-08-09 11:15:00,1429.0,10.9334,1,leg_gt,2.92,60 -51279,sell_contrast_m10_bb_pos,sell,2025-08-09 11:18:00,1429.0,10.9334,1,leg_gt,2.92,60 -51280,sell_contrast_m10_bb_pos,sell,2025-08-09 15:00:00,1490.0,15.6731,1,leg_gt,3.07,60 -51281,sell_contrast_m10_bb_pos,sell,2025-08-09 15:03:00,1487.0,15.44,1,leg_gt,3.08,60 -51282,sell_contrast_m10_bb_pos,sell,2025-08-09 15:06:00,1479.0,14.8184,1,leg_gt,3.08,60 -51283,sell_contrast_m10_bb_pos,sell,2025-08-09 15:09:00,1480.0,14.8961,1,leg_gt,3.08,60 -51284,sell_contrast_m10_bb_pos,sell,2025-08-09 18:51:00,1476.0,14.5853,1,leg_gt,3.23,60 -51285,sell_contrast_m10_bb_pos,sell,2025-08-09 18:54:00,1475.0,14.5076,1,leg_gt,3.24,60 -51286,sell_contrast_m10_bb_pos,sell,2025-08-09 18:57:00,1478.0,14.7407,1,leg_gt,3.24,60 -51287,sell_contrast_m10_bb_pos,sell,2025-08-09 19:00:00,1478.0,14.7407,1,leg_gt,3.24,60 -51288,sell_contrast_m10_bb_pos,sell,2025-08-09 19:03:00,1479.0,14.8184,1,leg_gt,3.24,60 -51289,sell_contrast_m10_bb_pos,sell,2025-08-09 19:06:00,1484.0,15.2069,1,leg_gt,3.24,60 -51290,sell_contrast_m10_bb_pos,sell,2025-08-09 19:09:00,1482.0,15.0515,1,leg_gt,3.25,60 -51291,sell_contrast_m10_bb_pos,sell,2025-08-09 19:30:00,1481.0,14.9738,1,leg_gt,3.26,60 -51292,sell_contrast_m10_bb_pos,sell,2025-08-09 19:33:00,1478.0,14.7407,1,leg_gt,3.26,60 -51293,sell_contrast_m10_bb_pos,sell,2025-08-09 19:36:00,1479.0,14.8184,1,leg_gt,3.26,60 -51294,sell_contrast_m10_bb_pos,sell,2025-08-09 19:39:00,1478.0,14.7407,1,leg_gt,3.27,60 -51295,sell_contrast_m10_bb_pos,sell,2025-08-09 21:21:00,1488.0,15.5177,1,leg_gt,3.34,60 -51296,sell_contrast_m10_bb_pos,sell,2025-08-09 21:24:00,1490.0,15.6731,1,leg_gt,3.34,60 -51297,sell_contrast_m10_bb_pos,sell,2025-08-09 21:27:00,1492.0,15.8285,1,leg_gt,3.34,60 -51298,sell_contrast_m10_bb_pos,sell,2025-08-10 02:42:00,1478.0,14.7407,1,leg_gt,3.56,60 -51299,sell_contrast_m10_bb_pos,sell,2025-08-10 02:45:00,1479.0,14.8184,1,leg_gt,3.56,60 -51300,sell_contrast_m10_bb_pos,sell,2025-08-10 02:48:00,1477.0,14.663,1,leg_gt,3.56,60 -51301,sell_contrast_m10_bb_pos,sell,2025-08-10 03:42:00,1483.0,15.1292,1,leg_gt,3.6,60 -51302,sell_contrast_m10_bb_pos,sell,2025-08-10 03:45:00,1481.0,14.9738,1,leg_gt,3.6,60 -51303,sell_contrast_m10_bb_pos,sell,2025-08-10 03:48:00,1481.0,14.9738,1,leg_gt,3.61,60 -51304,sell_contrast_m10_bb_pos,sell,2025-08-10 03:51:00,1481.0,14.9738,1,leg_gt,3.61,60 -51305,sell_contrast_m10_bb_pos,sell,2025-08-10 03:54:00,1484.0,15.2069,1,leg_gt,3.61,60 -51306,sell_contrast_m10_bb_pos,sell,2025-08-10 03:57:00,1487.0,15.44,1,leg_gt,3.61,60 -51307,sell_contrast_m10_bb_pos,sell,2025-08-10 04:30:00,1490.0,15.6731,1,leg_gt,3.64,60 -51308,sell_contrast_m10_bb_pos,sell,2025-08-10 04:33:00,1490.0,15.6731,1,leg_gt,3.64,60 -51309,sell_contrast_m10_bb_pos,sell,2025-08-10 04:36:00,1489.0,15.5954,1,leg_gt,3.64,60 -51310,sell_contrast_m10_bb_pos,sell,2025-08-10 04:39:00,1490.0,15.6731,1,leg_gt,3.64,60 -51311,sell_contrast_m10_bb_pos,sell,2025-08-10 04:42:00,1490.0,15.6731,1,leg_gt,3.64,60 -51312,sell_contrast_m10_bb_pos,sell,2025-08-10 04:45:00,1490.0,15.6731,1,leg_gt,3.65,60 -51313,sell_contrast_m10_bb_pos,sell,2025-08-10 04:48:00,1488.0,15.5177,1,leg_gt,3.65,60 -51314,sell_contrast_m10_bb_pos,sell,2025-08-10 04:51:00,1489.0,15.5954,1,leg_gt,3.65,60 -51315,sell_contrast_m10_bb_pos,sell,2025-08-10 04:54:00,1487.0,15.44,1,leg_gt,3.65,60 -51316,sell_contrast_m10_bb_pos,sell,2025-08-10 04:57:00,1488.0,15.5177,1,leg_gt,3.65,60 -51317,sell_contrast_m10_bb_pos,sell,2025-08-10 05:51:00,1499.0,16.3724,1,leg_gt,3.69,60 -51318,sell_contrast_m10_bb_pos,sell,2025-08-10 05:54:00,1500.0,16.4501,1,leg_gt,3.69,60 -51319,sell_contrast_m10_bb_pos,sell,2025-08-10 05:57:00,1502.0,16.6055,1,leg_gt,3.7,60 -51320,sell_contrast_m10_bb_pos,sell,2025-08-10 06:00:00,1504.0,16.7609,1,leg_gt,3.7,60 -51321,sell_contrast_m10_bb_pos,sell,2025-08-10 06:03:00,1502.0,16.6055,1,leg_gt,3.7,60 -51322,sell_contrast_m10_bb_pos,sell,2025-08-10 06:06:00,1499.0,16.3724,1,leg_gt,3.7,60 -51323,sell_contrast_m10_bb_pos,sell,2025-08-10 06:09:00,1500.0,16.4501,1,leg_gt,3.7,60 -51324,sell_contrast_m10_bb_pos,sell,2025-08-10 07:30:00,1504.0,16.7609,1,leg_gt,3.76,60 -51325,sell_contrast_m10_bb_pos,sell,2025-08-10 07:33:00,1498.0,16.2947,1,leg_gt,3.76,60 -51326,sell_contrast_m10_bb_pos,sell,2025-08-10 07:36:00,1501.0,16.5278,1,leg_gt,3.76,60 -51327,sell_contrast_m10_bb_pos,sell,2025-08-10 07:39:00,1498.0,16.2947,1,leg_gt,3.77,60 -51328,sell_contrast_m10_bb_pos,sell,2025-08-10 10:00:00,1501.0,16.5278,1,leg_gt,3.86,60 -51329,sell_contrast_m10_bb_pos,sell,2025-08-10 10:03:00,1507.0,16.994,1,leg_gt,3.87,60 -51330,sell_contrast_m10_bb_pos,sell,2025-08-10 10:06:00,1507.0,16.994,1,leg_gt,3.87,60 -51331,sell_contrast_m10_bb_pos,sell,2025-08-10 10:09:00,1505.0,16.8386,1,leg_gt,3.87,60 -51332,sell_contrast_m10_bb_pos,sell,2025-08-10 10:12:00,1502.0,16.6055,1,leg_gt,3.87,60 -51333,sell_contrast_m10_bb_pos,sell,2025-08-10 10:15:00,1498.0,16.2947,1,leg_gt,3.88,60 -51334,sell_contrast_m10_bb_pos,sell,2025-08-10 10:18:00,1506.0,16.9163,1,leg_gt,3.88,60 -51335,sell_contrast_m10_bb_pos,sell,2025-08-10 10:21:00,1504.0,16.7609,1,leg_gt,3.88,60 -51336,sell_contrast_m10_bb_pos,sell,2025-08-10 10:24:00,1497.0,16.217,1,leg_gt,3.88,60 -51337,sell_contrast_m10_bb_pos,sell,2025-08-10 10:27:00,1500.0,16.4501,1,leg_gt,3.88,60 -51338,sell_contrast_m10_bb_pos,sell,2025-08-10 10:42:00,1505.0,16.8386,1,leg_gt,3.89,60 -51339,sell_contrast_m10_bb_pos,sell,2025-08-10 10:45:00,1505.0,16.8386,1,leg_gt,3.9,60 -51340,sell_contrast_m10_bb_pos,sell,2025-08-10 10:48:00,1501.0,16.5278,1,leg_gt,3.9,60 -51341,sell_contrast_m10_bb_pos,sell,2025-08-10 11:21:00,1508.0,17.0717,1,leg_gt,3.92,60 -51342,sell_contrast_m10_bb_pos,sell,2025-08-10 11:24:00,1504.0,16.7609,1,leg_gt,3.92,60 -51343,sell_contrast_m10_bb_pos,sell,2025-08-10 11:27:00,1504.0,16.7609,1,leg_gt,3.92,60 -51344,sell_contrast_m10_bb_pos,sell,2025-08-10 13:30:00,1514.0,17.5379,1,leg_gt,4.01,60 -51345,sell_contrast_m10_bb_pos,sell,2025-08-10 13:33:00,1513.0,17.4602,1,leg_gt,4.01,60 -51346,sell_contrast_m10_bb_pos,sell,2025-08-10 13:36:00,1514.0,17.5379,1,leg_gt,4.01,60 -51347,sell_contrast_m10_bb_pos,sell,2025-08-10 13:39:00,1513.0,17.4602,1,leg_gt,4.02,60 -51348,sell_contrast_m10_bb_pos,sell,2025-08-10 13:42:00,1511.0,17.3048,1,leg_gt,4.02,60 -51349,sell_contrast_m10_bb_pos,sell,2025-08-10 13:45:00,1510.0,17.2271,1,leg_gt,4.02,60 -51350,sell_contrast_m10_bb_pos,sell,2025-08-10 13:48:00,1512.0,17.3825,1,leg_gt,4.02,60 -51351,sell_contrast_m10_bb_pos,sell,2025-08-10 23:30:00,1445.0,1.876,1,leg_gt,0.27,60 -51352,sell_contrast_m10_bb_pos,sell,2025-08-10 23:33:00,1451.0,2.2994,1,leg_gt,0.27,60 -51353,sell_contrast_m10_bb_pos,sell,2025-08-10 23:36:00,1456.0,2.6523,1,leg_gt,0.27,60 -51354,sell_contrast_m10_bb_pos,sell,2025-08-10 23:39:00,1458.0,2.7934,1,leg_gt,0.27,60 -51355,sell_contrast_m10_bb_pos,sell,2025-08-10 23:51:00,1453.0,2.4406,1,leg_gt,0.28,60 -51356,sell_contrast_m10_bb_pos,sell,2025-08-10 23:54:00,1456.0,2.6523,1,leg_gt,0.28,60 -51357,sell_contrast_m10_bb_pos,sell,2025-08-10 23:57:00,1455.0,2.5817,1,leg_gt,0.29,60 -51358,sell_contrast_m10_bb_pos,sell,2025-08-11 00:12:00,1456.0,2.6523,1,leg_gt,0.3,60 -51359,sell_contrast_m10_bb_pos,sell,2025-08-11 00:15:00,1462.0,3.0757,1,leg_gt,0.3,60 -51360,sell_contrast_m10_bb_pos,sell,2025-08-11 00:18:00,1463.0,3.1463,1,leg_gt,0.3,60 -51361,sell_contrast_m10_bb_pos,sell,2025-08-11 00:42:00,1467.0,3.4286,1,leg_gt,0.32,60 -51362,sell_contrast_m10_bb_pos,sell,2025-08-11 00:45:00,1466.0,3.358,1,leg_gt,0.32,60 -51363,sell_contrast_m10_bb_pos,sell,2025-08-11 00:48:00,1470.0,3.6403,1,leg_gt,0.32,60 -51364,sell_contrast_m10_bb_pos,sell,2025-08-11 00:51:00,1466.0,3.358,1,leg_gt,0.32,60 -51365,sell_contrast_m10_bb_pos,sell,2025-08-11 00:54:00,1465.0,3.2874,1,leg_gt,0.32,60 -51366,sell_contrast_m10_bb_pos,sell,2025-08-11 00:57:00,1462.0,3.0757,1,leg_gt,0.33,60 -51367,sell_contrast_m10_bb_pos,sell,2025-08-11 02:00:00,1476.0,4.0637,1,leg_gt,0.37,60 -51368,sell_contrast_m10_bb_pos,sell,2025-08-11 02:03:00,1475.0,3.9932,1,leg_gt,0.37,60 -51369,sell_contrast_m10_bb_pos,sell,2025-08-11 02:06:00,1475.0,3.9932,1,leg_gt,0.38,60 -51370,sell_contrast_m10_bb_pos,sell,2025-08-11 02:09:00,1475.0,3.9932,1,leg_gt,0.38,60 -51371,sell_contrast_m10_bb_pos,sell,2025-08-11 03:00:00,1478.0,4.2049,1,leg_gt,0.41,60 -51372,sell_contrast_m10_bb_pos,sell,2025-08-11 03:03:00,1480.0,4.346,1,leg_gt,0.41,60 -51373,sell_contrast_m10_bb_pos,sell,2025-08-11 03:06:00,1484.0,4.6283,1,leg_gt,0.42,60 -51374,sell_contrast_m10_bb_pos,sell,2025-08-11 03:09:00,1484.0,4.6283,1,leg_gt,0.42,60 -51375,sell_contrast_m10_bb_pos,sell,2025-08-11 03:21:00,1483.0,4.5577,1,leg_gt,0.43,60 -51376,sell_contrast_m10_bb_pos,sell,2025-08-11 03:24:00,1485.0,4.6989,1,leg_gt,0.43,60 -51377,sell_contrast_m10_bb_pos,sell,2025-08-11 03:27:00,1487.0,4.84,1,leg_gt,0.43,60 -51378,sell_contrast_m10_bb_pos,sell,2025-08-11 03:30:00,1481.0,4.4166,1,leg_gt,0.43,60 -51379,sell_contrast_m10_bb_pos,sell,2025-08-11 03:33:00,1483.0,4.5577,1,leg_gt,0.44,60 -51380,sell_contrast_m10_bb_pos,sell,2025-08-11 03:36:00,1486.0,4.7694,1,leg_gt,0.44,60 -51381,sell_contrast_m10_bb_pos,sell,2025-08-11 03:39:00,1486.0,4.7694,1,leg_gt,0.44,60 -51382,sell_contrast_m10_bb_pos,sell,2025-08-11 03:42:00,1484.0,4.6283,1,leg_gt,0.44,60 -51383,sell_contrast_m10_bb_pos,sell,2025-08-11 03:45:00,1483.0,4.5577,1,leg_gt,0.44,60 -51384,sell_contrast_m10_bb_pos,sell,2025-08-11 03:48:00,1482.0,4.4872,1,leg_gt,0.45,60 -51385,sell_contrast_m10_bb_pos,sell,2025-08-11 04:42:00,1486.0,4.7694,1,leg_gt,0.48,60 -51386,sell_contrast_m10_bb_pos,sell,2025-08-11 04:45:00,1487.0,4.84,1,leg_gt,0.49,60 -51387,sell_contrast_m10_bb_pos,sell,2025-08-11 04:48:00,1487.0,4.84,1,leg_gt,0.49,60 -51388,sell_contrast_m10_bb_pos,sell,2025-08-11 04:51:00,1490.0,5.0517,1,leg_gt,0.49,60 -51389,sell_contrast_m10_bb_pos,sell,2025-08-11 04:54:00,1491.0,5.1223,1,leg_gt,0.49,60 -51390,sell_contrast_m10_bb_pos,sell,2025-08-11 04:57:00,1491.0,5.1223,1,leg_gt,0.49,60 -51391,sell_contrast_m10_bb_pos,sell,2025-08-11 08:51:00,1485.0,4.6989,1,leg_gt,0.66,60 -51392,sell_contrast_m10_bb_pos,sell,2025-08-11 08:54:00,1486.0,4.7694,1,leg_gt,0.66,60 -51393,sell_contrast_m10_bb_pos,sell,2025-08-11 08:57:00,1485.0,4.6989,1,leg_gt,0.66,60 -51394,sell_contrast_m10_bb_pos,sell,2025-08-11 10:30:00,1485.0,4.6989,1,leg_gt,0.72,60 -51395,sell_contrast_m10_bb_pos,sell,2025-08-11 10:33:00,1493.0,5.2634,1,leg_gt,0.73,60 -51396,sell_contrast_m10_bb_pos,sell,2025-08-11 10:36:00,1496.0,5.4752,1,leg_gt,0.73,60 -51397,sell_contrast_m10_bb_pos,sell,2025-08-11 10:39:00,1498.0,5.6163,1,leg_gt,0.73,60 -51398,sell_contrast_m10_bb_pos,sell,2025-08-11 10:51:00,1495.0,5.4046,1,leg_gt,0.74,60 -51399,sell_contrast_m10_bb_pos,sell,2025-08-11 10:54:00,1493.0,5.2634,1,leg_gt,0.74,60 -51400,sell_contrast_m10_bb_pos,sell,2025-08-11 10:57:00,1493.0,5.2634,1,leg_gt,0.74,60 -51401,sell_contrast_m10_bb_pos,sell,2025-08-11 11:00:00,1492.0,5.1929,1,leg_gt,0.75,60 -51402,sell_contrast_m10_bb_pos,sell,2025-08-11 11:03:00,1501.0,5.828,1,leg_gt,0.75,60 -51403,sell_contrast_m10_bb_pos,sell,2025-08-11 11:06:00,1504.0,6.0397,1,leg_gt,0.75,60 -51404,sell_contrast_m10_bb_pos,sell,2025-08-11 11:09:00,1503.0,5.9692,1,leg_gt,0.75,60 -51405,sell_contrast_m10_bb_pos,sell,2025-08-12 00:42:00,1422.0,1.544,1,leg_gt,0.11,60 -51406,sell_contrast_m10_bb_pos,sell,2025-08-12 00:45:00,1424.0,1.687,1,leg_gt,0.11,60 -51407,sell_contrast_m10_bb_pos,sell,2025-08-12 00:48:00,1422.0,1.544,1,leg_gt,0.11,60 -51408,sell_contrast_m10_bb_pos,sell,2025-08-12 01:00:00,1427.0,1.9014,1,leg_gt,0.12,60 -51409,sell_contrast_m10_bb_pos,sell,2025-08-12 01:03:00,1431.0,2.1873,1,leg_gt,0.12,60 -51410,sell_contrast_m10_bb_pos,sell,2025-08-12 01:06:00,1441.0,2.9021,1,leg_gt,0.12,60 -51411,sell_contrast_m10_bb_pos,sell,2025-08-12 01:09:00,1443.0,3.0451,1,leg_gt,0.13,60 -51412,sell_contrast_m10_bb_pos,sell,2025-08-12 09:51:00,1378.0,-1.6011,0,leg_gt,0.49,60 -51413,sell_contrast_m10_bb_pos,sell,2025-08-12 09:54:00,1380.0,-1.4581,0,leg_gt,0.49,60 -51414,sell_contrast_m10_bb_pos,sell,2025-08-12 09:57:00,1382.0,-1.3152,0,leg_gt,0.49,60 -51415,sell_contrast_m10_bb_pos,sell,2025-08-12 10:00:00,1381.0,-1.3866,0,leg_gt,0.5,60 -51416,sell_contrast_m10_bb_pos,sell,2025-08-12 10:03:00,1380.0,-1.4581,0,leg_gt,0.5,60 -51417,sell_contrast_m10_bb_pos,sell,2025-08-12 10:06:00,1379.0,-1.5296,0,leg_gt,0.5,60 -51418,sell_contrast_m10_bb_pos,sell,2025-08-12 10:09:00,1383.0,-1.2437,0,leg_gt,0.5,60 -51419,sell_contrast_m10_bb_pos,sell,2025-08-12 10:12:00,1382.0,-1.3152,0,leg_gt,0.5,60 -51420,sell_contrast_m10_bb_pos,sell,2025-08-12 10:15:00,1380.0,-1.4581,0,leg_gt,0.51,60 -51421,sell_contrast_m10_bb_pos,sell,2025-08-12 10:18:00,1379.0,-1.5296,0,leg_gt,0.51,60 -51422,sell_contrast_m10_bb_pos,sell,2025-08-12 10:21:00,1382.0,-1.3152,0,leg_gt,0.51,60 -51423,sell_contrast_m10_bb_pos,sell,2025-08-12 10:24:00,1383.0,-1.2437,0,leg_gt,0.51,60 -51424,sell_contrast_m10_bb_pos,sell,2025-08-12 10:27:00,1384.0,-1.1722,0,leg_gt,0.51,60 -51425,sell_contrast_m10_bb_pos,sell,2025-08-12 10:30:00,1385.0,-1.1007,0,leg_gt,0.52,60 -51426,sell_contrast_m10_bb_pos,sell,2025-08-12 10:33:00,1383.0,-1.2437,0,leg_gt,0.52,60 -51427,sell_contrast_m10_bb_pos,sell,2025-08-12 10:36:00,1384.0,-1.1722,0,leg_gt,0.52,60 -51428,sell_contrast_m10_bb_pos,sell,2025-08-12 10:39:00,1383.0,-1.2437,0,leg_gt,0.52,60 -51429,sell_contrast_m10_bb_pos,sell,2025-08-12 10:42:00,1383.0,-1.2437,0,leg_gt,0.52,60 -51430,sell_contrast_m10_bb_pos,sell,2025-08-12 10:45:00,1384.0,-1.1722,0,leg_gt,0.53,60 -51431,sell_contrast_m10_bb_pos,sell,2025-08-12 10:48:00,1383.0,-1.2437,0,leg_gt,0.53,60 -51432,sell_contrast_m10_bb_pos,sell,2025-08-12 11:42:00,1386.0,-1.0292,0,leg_gt,0.57,60 -51433,sell_contrast_m10_bb_pos,sell,2025-08-12 11:45:00,1383.0,-1.2437,0,leg_gt,0.57,60 -51434,sell_contrast_m10_bb_pos,sell,2025-08-12 11:48:00,1380.0,-1.4581,0,leg_gt,0.57,60 -51435,sell_contrast_m10_bb_pos,sell,2025-08-12 17:00:00,1373.0,-1.9585,0,leg_gt,0.79,60 -51436,sell_contrast_m10_bb_pos,sell,2025-08-12 17:03:00,1369.0,-2.2444,0,leg_gt,0.79,60 -51437,sell_contrast_m10_bb_pos,sell,2025-08-12 17:06:00,1363.0,-2.6733,0,leg_gt,0.79,60 -51438,sell_contrast_m10_bb_pos,sell,2025-08-12 17:09:00,1363.0,-2.6733,0,leg_gt,0.79,60 -51439,sell_contrast_m10_bb_pos,sell,2025-08-12 22:12:00,1384.0,3.4928,1,leg_gt,0.09,60 -51440,sell_contrast_m10_bb_pos,sell,2025-08-12 22:15:00,1385.0,3.5677,1,leg_gt,0.09,60 -51441,sell_contrast_m10_bb_pos,sell,2025-08-12 22:18:00,1389.0,3.8671,1,leg_gt,0.09,60 -51442,sell_contrast_m10_bb_pos,sell,2025-08-12 22:21:00,1387.0,3.7174,1,leg_gt,0.09,60 -51443,sell_contrast_m10_bb_pos,sell,2025-08-12 22:24:00,1391.0,4.0168,1,leg_gt,0.09,60 -51444,sell_contrast_m10_bb_pos,sell,2025-08-12 22:27:00,1391.0,4.0168,1,leg_gt,0.1,60 -51445,sell_contrast_m10_bb_pos,sell,2025-08-12 22:30:00,1396.0,4.391,1,leg_gt,0.1,60 -51446,sell_contrast_m10_bb_pos,sell,2025-08-12 22:33:00,1392.0,4.0916,1,leg_gt,0.1,60 -51447,sell_contrast_m10_bb_pos,sell,2025-08-12 22:36:00,1395.0,4.3162,1,leg_gt,0.1,60 -51448,sell_contrast_m10_bb_pos,sell,2025-08-12 22:39:00,1390.0,3.9419,1,leg_gt,0.1,60 -51449,sell_contrast_m10_bb_pos,sell,2025-08-12 22:42:00,1397.0,4.4659,1,leg_gt,0.11,60 -51450,sell_contrast_m10_bb_pos,sell,2025-08-12 22:45:00,1386.0,3.6425,1,leg_gt,0.11,60 -51451,sell_contrast_m10_bb_pos,sell,2025-08-12 22:48:00,1385.0,3.5677,1,leg_gt,0.11,60 -51452,sell_contrast_m10_bb_pos,sell,2025-08-13 00:21:00,1415.0,5.8132,1,leg_gt,0.18,60 -51453,sell_contrast_m10_bb_pos,sell,2025-08-13 00:24:00,1417.0,5.9629,1,leg_gt,0.18,60 -51454,sell_contrast_m10_bb_pos,sell,2025-08-13 00:27:00,1416.0,5.888,1,leg_gt,0.18,60 -51455,sell_contrast_m10_bb_pos,sell,2025-08-13 00:30:00,1417.0,5.9629,1,leg_gt,0.18,60 -51456,sell_contrast_m10_bb_pos,sell,2025-08-13 00:33:00,1419.0,6.1126,1,leg_gt,0.18,60 -51457,sell_contrast_m10_bb_pos,sell,2025-08-13 00:36:00,1421.0,6.2623,1,leg_gt,0.19,60 -51458,sell_contrast_m10_bb_pos,sell,2025-08-13 00:39:00,1418.0,6.0377,1,leg_gt,0.19,60 -51459,sell_contrast_m10_bb_pos,sell,2025-08-13 00:42:00,1415.0,5.8132,1,leg_gt,0.19,60 -51460,sell_contrast_m10_bb_pos,sell,2025-08-13 00:45:00,1416.0,5.888,1,leg_gt,0.19,60 -51461,sell_contrast_m10_bb_pos,sell,2025-08-13 00:48:00,1418.0,6.0377,1,leg_gt,0.19,60 -51462,sell_contrast_m10_bb_pos,sell,2025-08-13 00:51:00,1423.0,6.412,1,leg_gt,0.2,60 -51463,sell_contrast_m10_bb_pos,sell,2025-08-13 00:54:00,1423.0,6.412,1,leg_gt,0.2,60 -51464,sell_contrast_m10_bb_pos,sell,2025-08-13 00:57:00,1428.0,6.7862,1,leg_gt,0.2,60 -51465,sell_contrast_m10_bb_pos,sell,2025-08-13 01:12:00,1422.0,6.3371,1,leg_gt,0.21,60 -51466,sell_contrast_m10_bb_pos,sell,2025-08-13 01:15:00,1421.0,6.2623,1,leg_gt,0.21,60 -51467,sell_contrast_m10_bb_pos,sell,2025-08-13 01:18:00,1423.0,6.412,1,leg_gt,0.21,60 -51468,sell_contrast_m10_bb_pos,sell,2025-08-13 01:21:00,1426.0,6.6365,1,leg_gt,0.22,60 -51469,sell_contrast_m10_bb_pos,sell,2025-08-13 01:24:00,1431.0,7.0108,1,leg_gt,0.22,60 -51470,sell_contrast_m10_bb_pos,sell,2025-08-13 01:27:00,1430.0,6.9359,1,leg_gt,0.22,60 -51471,sell_contrast_m10_bb_pos,sell,2025-08-13 01:30:00,1433.0,7.1605,1,leg_gt,0.22,60 -51472,sell_contrast_m10_bb_pos,sell,2025-08-13 01:33:00,1432.0,7.0856,1,leg_gt,0.22,60 -51473,sell_contrast_m10_bb_pos,sell,2025-08-13 01:36:00,1429.0,6.8611,1,leg_gt,0.23,60 -51474,sell_contrast_m10_bb_pos,sell,2025-08-13 01:39:00,1429.0,6.8611,1,leg_gt,0.23,60 -51475,sell_contrast_m10_bb_pos,sell,2025-08-13 02:00:00,1436.0,7.385,1,leg_gt,0.24,60 -51476,sell_contrast_m10_bb_pos,sell,2025-08-13 02:03:00,1440.0,7.6844,1,leg_gt,0.25,60 -51477,sell_contrast_m10_bb_pos,sell,2025-08-13 02:06:00,1445.0,8.0587,1,leg_gt,0.25,60 -51478,sell_contrast_m10_bb_pos,sell,2025-08-13 02:09:00,1442.0,7.8341,1,leg_gt,0.25,60 -51479,sell_contrast_m10_bb_pos,sell,2025-08-13 02:12:00,1445.0,8.0587,1,leg_gt,0.25,60 -51480,sell_contrast_m10_bb_pos,sell,2025-08-13 02:15:00,1439.0,7.6096,1,leg_gt,0.25,60 -51481,sell_contrast_m10_bb_pos,sell,2025-08-13 02:18:00,1447.0,8.2084,1,leg_gt,0.26,60 -51482,sell_contrast_m10_bb_pos,sell,2025-08-13 02:21:00,1450.0,8.4329,1,leg_gt,0.26,60 -51483,sell_contrast_m10_bb_pos,sell,2025-08-13 02:24:00,1454.0,8.7323,1,leg_gt,0.26,60 -51484,sell_contrast_m10_bb_pos,sell,2025-08-13 02:27:00,1454.0,8.7323,1,leg_gt,0.26,60 -51485,sell_contrast_m10_bb_pos,sell,2025-08-13 02:30:00,1447.0,8.2084,1,leg_gt,0.26,60 -51486,sell_contrast_m10_bb_pos,sell,2025-08-13 02:33:00,1446.0,8.1335,1,leg_gt,0.27,60 -51487,sell_contrast_m10_bb_pos,sell,2025-08-13 02:36:00,1449.0,8.3581,1,leg_gt,0.27,60 -51488,sell_contrast_m10_bb_pos,sell,2025-08-13 02:39:00,1447.0,8.2084,1,leg_gt,0.27,60 -51489,sell_contrast_m10_bb_pos,sell,2025-08-13 02:42:00,1452.0,8.5826,1,leg_gt,0.27,60 -51490,sell_contrast_m10_bb_pos,sell,2025-08-13 02:45:00,1450.0,8.4329,1,leg_gt,0.28,60 -51491,sell_contrast_m10_bb_pos,sell,2025-08-13 02:48:00,1448.0,8.2832,1,leg_gt,0.28,60 -51492,sell_contrast_m10_bb_pos,sell,2025-08-13 03:21:00,1459.0,9.1066,1,leg_gt,0.3,60 -51493,sell_contrast_m10_bb_pos,sell,2025-08-13 03:24:00,1457.0,8.9569,1,leg_gt,0.3,60 -51494,sell_contrast_m10_bb_pos,sell,2025-08-13 03:27:00,1454.0,8.7323,1,leg_gt,0.3,60 -51495,sell_contrast_m10_bb_pos,sell,2025-08-13 03:30:00,1453.0,8.6575,1,leg_gt,0.31,60 -51496,sell_contrast_m10_bb_pos,sell,2025-08-13 03:33:00,1453.0,8.6575,1,leg_gt,0.31,60 -51497,sell_contrast_m10_bb_pos,sell,2025-08-13 03:36:00,1449.0,8.3581,1,leg_gt,0.31,60 -51498,sell_contrast_m10_bb_pos,sell,2025-08-13 03:39:00,1450.0,8.4329,1,leg_gt,0.31,60 -51499,sell_contrast_m10_bb_pos,sell,2025-08-13 05:42:00,1463.0,9.406,1,leg_gt,0.4,60 -51500,sell_contrast_m10_bb_pos,sell,2025-08-13 05:45:00,1462.0,9.3311,1,leg_gt,0.4,60 -51501,sell_contrast_m10_bb_pos,sell,2025-08-13 05:48:00,1464.0,9.4808,1,leg_gt,0.4,60 -51502,sell_contrast_m10_bb_pos,sell,2025-08-13 06:00:00,1466.0,9.6305,1,leg_gt,0.41,60 -51503,sell_contrast_m10_bb_pos,sell,2025-08-13 06:03:00,1463.0,9.406,1,leg_gt,0.41,60 -51504,sell_contrast_m10_bb_pos,sell,2025-08-13 06:06:00,1466.0,9.6305,1,leg_gt,0.41,60 -51505,sell_contrast_m10_bb_pos,sell,2025-08-13 06:09:00,1460.0,9.1814,1,leg_gt,0.42,60 -51506,sell_contrast_m10_bb_pos,sell,2025-08-13 09:51:00,1459.0,9.1066,1,leg_gt,0.57,60 -51507,sell_contrast_m10_bb_pos,sell,2025-08-13 09:54:00,1458.0,9.0317,1,leg_gt,0.57,60 -51508,sell_contrast_m10_bb_pos,sell,2025-08-13 09:57:00,1457.0,8.9569,1,leg_gt,0.57,60 -51509,sell_contrast_m10_bb_pos,sell,2025-08-13 12:00:00,1463.0,9.406,1,leg_gt,0.66,60 -51510,sell_contrast_m10_bb_pos,sell,2025-08-13 12:03:00,1467.0,9.7054,1,leg_gt,0.66,60 -51511,sell_contrast_m10_bb_pos,sell,2025-08-13 12:06:00,1461.0,9.2563,1,leg_gt,0.66,60 -51512,sell_contrast_m10_bb_pos,sell,2025-08-13 12:09:00,1457.0,8.9569,1,leg_gt,0.67,60 -51513,sell_contrast_m10_bb_pos,sell,2025-08-13 12:42:00,1470.0,9.9299,1,leg_gt,0.69,60 -51514,sell_contrast_m10_bb_pos,sell,2025-08-13 12:45:00,1469.0,9.8551,1,leg_gt,0.69,60 -51515,sell_contrast_m10_bb_pos,sell,2025-08-13 12:48:00,1466.0,9.6305,1,leg_gt,0.69,60 -51516,sell_contrast_m10_bb_pos,sell,2025-08-13 12:51:00,1469.0,9.8551,1,leg_gt,0.7,60 -51517,sell_contrast_m10_bb_pos,sell,2025-08-13 12:54:00,1467.0,9.7054,1,leg_gt,0.7,60 -51518,sell_contrast_m10_bb_pos,sell,2025-08-13 12:57:00,1465.0,9.5557,1,leg_gt,0.7,60 -51519,sell_contrast_m10_bb_pos,sell,2025-08-13 13:12:00,1467.0,9.7054,1,leg_gt,0.71,60 -51520,sell_contrast_m10_bb_pos,sell,2025-08-13 13:15:00,1469.0,9.8551,1,leg_gt,0.71,60 -51521,sell_contrast_m10_bb_pos,sell,2025-08-13 13:18:00,1470.0,9.9299,1,leg_gt,0.71,60 -51522,sell_contrast_m10_bb_pos,sell,2025-08-13 13:21:00,1473.0,10.1545,1,leg_gt,0.72,60 -51523,sell_contrast_m10_bb_pos,sell,2025-08-13 13:24:00,1468.0,9.7802,1,leg_gt,0.72,60 -51524,sell_contrast_m10_bb_pos,sell,2025-08-13 13:27:00,1468.0,9.7802,1,leg_gt,0.72,60 -51525,sell_contrast_m10_bb_pos,sell,2025-08-13 17:12:00,1479.0,10.6036,1,leg_gt,0.88,60 -51526,sell_contrast_m10_bb_pos,sell,2025-08-13 17:15:00,1483.0,10.903,1,leg_gt,0.88,60 -51527,sell_contrast_m10_bb_pos,sell,2025-08-13 17:18:00,1489.0,11.3521,1,leg_gt,0.88,60 -51528,sell_contrast_m10_bb_pos,sell,2025-08-13 17:42:00,1489.0,11.3521,1,leg_gt,0.9,60 -51529,sell_contrast_m10_bb_pos,sell,2025-08-13 17:45:00,1484.0,10.9778,1,leg_gt,0.9,60 -51530,sell_contrast_m10_bb_pos,sell,2025-08-13 17:48:00,1484.0,10.9778,1,leg_gt,0.9,60 -51531,sell_contrast_m10_bb_pos,sell,2025-08-13 18:00:00,1489.0,11.3521,1,leg_gt,0.91,60 -51532,sell_contrast_m10_bb_pos,sell,2025-08-13 18:03:00,1489.0,11.3521,1,leg_gt,0.91,60 -51533,sell_contrast_m10_bb_pos,sell,2025-08-13 18:06:00,1487.0,11.2024,1,leg_gt,0.91,60 -51534,sell_contrast_m10_bb_pos,sell,2025-08-13 18:09:00,1493.0,11.6515,1,leg_gt,0.92,60 -51535,sell_contrast_m10_bb_pos,sell,2025-08-13 18:12:00,1493.0,11.6515,1,leg_gt,0.92,60 -51536,sell_contrast_m10_bb_pos,sell,2025-08-13 18:15:00,1489.0,11.3521,1,leg_gt,0.92,60 -51537,sell_contrast_m10_bb_pos,sell,2025-08-13 18:18:00,1485.0,11.0527,1,leg_gt,0.92,60 -51538,sell_contrast_m10_bb_pos,sell,2025-08-13 22:30:00,1496.0,11.876,1,leg_gt,1.1,60 -51539,sell_contrast_m10_bb_pos,sell,2025-08-13 22:33:00,1497.0,11.9509,1,leg_gt,1.1,60 -51540,sell_contrast_m10_bb_pos,sell,2025-08-13 22:36:00,1500.0,12.1754,1,leg_gt,1.1,60 -51541,sell_contrast_m10_bb_pos,sell,2025-08-13 22:39:00,1497.0,11.9509,1,leg_gt,1.1,60 -51542,sell_contrast_m10_bb_pos,sell,2025-08-13 22:51:00,1497.0,11.9509,1,leg_gt,1.11,60 -51543,sell_contrast_m10_bb_pos,sell,2025-08-13 22:54:00,1489.0,11.3521,1,leg_gt,1.11,60 -51544,sell_contrast_m10_bb_pos,sell,2025-08-13 22:57:00,1477.0,10.4539,1,leg_gt,1.12,60 -51545,sell_contrast_m10_bb_pos,sell,2025-08-14 02:21:00,1496.0,11.876,1,leg_gt,1.26,60 -51546,sell_contrast_m10_bb_pos,sell,2025-08-14 02:24:00,1498.0,12.0257,1,leg_gt,1.26,60 -51547,sell_contrast_m10_bb_pos,sell,2025-08-14 02:27:00,1498.0,12.0257,1,leg_gt,1.26,60 -51548,sell_contrast_m10_bb_pos,sell,2025-08-14 03:00:00,1514.0,13.2234,1,leg_gt,1.29,60 -51549,sell_contrast_m10_bb_pos,sell,2025-08-14 03:03:00,1518.0,13.5228,1,leg_gt,1.29,60 -51550,sell_contrast_m10_bb_pos,sell,2025-08-14 03:06:00,1519.0,13.5976,1,leg_gt,1.29,60 -51551,sell_contrast_m10_bb_pos,sell,2025-08-14 03:09:00,1522.0,13.8222,1,leg_gt,1.29,60 -51552,sell_contrast_m10_bb_pos,sell,2025-08-14 06:21:00,1514.0,13.2234,1,leg_gt,1.42,60 -51553,sell_contrast_m10_bb_pos,sell,2025-08-14 06:24:00,1512.0,13.0737,1,leg_gt,1.43,60 -51554,sell_contrast_m10_bb_pos,sell,2025-08-14 06:27:00,1510.0,12.924,1,leg_gt,1.43,60 -51555,sell_contrast_m10_bb_pos,sell,2025-08-14 06:42:00,1513.0,13.1485,1,leg_gt,1.44,60 -51556,sell_contrast_m10_bb_pos,sell,2025-08-14 06:45:00,1511.0,12.9988,1,leg_gt,1.44,60 -51557,sell_contrast_m10_bb_pos,sell,2025-08-14 06:48:00,1507.0,12.6994,1,leg_gt,1.44,60 -51558,sell_contrast_m10_bb_pos,sell,2025-08-14 07:12:00,1517.0,13.4479,1,leg_gt,1.46,60 -51559,sell_contrast_m10_bb_pos,sell,2025-08-14 07:15:00,1516.0,13.3731,1,leg_gt,1.46,60 -51560,sell_contrast_m10_bb_pos,sell,2025-08-14 07:18:00,1515.0,13.2982,1,leg_gt,1.46,60 -51561,sell_contrast_m10_bb_pos,sell,2025-08-14 08:21:00,1541.0,15.2443,1,leg_gt,1.51,60 -51562,sell_contrast_m10_bb_pos,sell,2025-08-14 08:24:00,1542.0,15.3192,1,leg_gt,1.51,60 -51563,sell_contrast_m10_bb_pos,sell,2025-08-14 08:27:00,1535.0,14.7952,1,leg_gt,1.51,60 -51564,sell_contrast_m10_bb_pos,sell,2025-08-14 08:42:00,1542.0,15.3192,1,leg_gt,1.52,60 -51565,sell_contrast_m10_bb_pos,sell,2025-08-14 08:45:00,1539.0,15.0946,1,leg_gt,1.52,60 -51566,sell_contrast_m10_bb_pos,sell,2025-08-14 08:48:00,1532.0,14.5707,1,leg_gt,1.53,60 -51567,sell_contrast_m10_bb_pos,sell,2025-08-14 11:51:00,1543.0,15.394,1,leg_gt,1.65,60 -51568,sell_contrast_m10_bb_pos,sell,2025-08-14 11:54:00,1545.0,15.5437,1,leg_gt,1.66,60 -51569,sell_contrast_m10_bb_pos,sell,2025-08-14 11:57:00,1545.0,15.5437,1,leg_gt,1.66,60 -51570,sell_contrast_m10_bb_pos,sell,2025-08-14 12:00:00,1545.0,15.5437,1,leg_gt,1.66,60 -51571,sell_contrast_m10_bb_pos,sell,2025-08-14 12:03:00,1541.0,15.2443,1,leg_gt,1.66,60 -51572,sell_contrast_m10_bb_pos,sell,2025-08-14 12:06:00,1539.0,15.0946,1,leg_gt,1.66,60 -51573,sell_contrast_m10_bb_pos,sell,2025-08-14 12:09:00,1539.0,15.0946,1,leg_gt,1.67,60 -51574,sell_contrast_m10_bb_pos,sell,2025-08-14 12:21:00,1544.0,15.4689,1,leg_gt,1.68,60 -51575,sell_contrast_m10_bb_pos,sell,2025-08-14 12:24:00,1543.0,15.394,1,leg_gt,1.68,60 -51576,sell_contrast_m10_bb_pos,sell,2025-08-14 12:27:00,1540.0,15.1695,1,leg_gt,1.68,60 -51577,sell_contrast_m10_bb_pos,sell,2025-08-15 04:21:00,1404.0,1.6391,1,leg_gt,0.26,60 -51578,sell_contrast_m10_bb_pos,sell,2025-08-15 04:24:00,1403.0,1.5667,1,leg_gt,0.26,60 -51579,sell_contrast_m10_bb_pos,sell,2025-08-15 04:27:00,1407.0,1.8565,1,leg_gt,0.27,60 -51580,sell_contrast_m10_bb_pos,sell,2025-08-15 10:21:00,1401.0,2.0882,1,leg_gt,0.16,60 -51581,sell_contrast_m10_bb_pos,sell,2025-08-15 10:24:00,1405.0,2.3799,1,leg_gt,0.16,60 -51582,sell_contrast_m10_bb_pos,sell,2025-08-15 10:27:00,1409.0,2.6717,1,leg_gt,0.16,60 -51583,sell_contrast_m10_bb_pos,sell,2025-08-15 11:00:00,1411.0,2.8176,1,leg_gt,0.19,60 -51584,sell_contrast_m10_bb_pos,sell,2025-08-15 11:03:00,1410.0,2.7446,1,leg_gt,0.19,60 -51585,sell_contrast_m10_bb_pos,sell,2025-08-15 11:06:00,1408.0,2.5988,1,leg_gt,0.19,60 -51586,sell_contrast_m10_bb_pos,sell,2025-08-15 11:09:00,1413.0,2.9635,1,leg_gt,0.19,60 -51587,sell_contrast_m10_bb_pos,sell,2025-08-15 11:12:00,1412.0,2.8905,1,leg_gt,0.19,60 -51588,sell_contrast_m10_bb_pos,sell,2025-08-15 11:15:00,1409.0,2.6717,1,leg_gt,0.2,60 -51589,sell_contrast_m10_bb_pos,sell,2025-08-15 11:18:00,1410.0,2.7446,1,leg_gt,0.2,60 -51590,sell_contrast_m10_bb_pos,sell,2025-08-15 12:42:00,1412.0,2.8905,1,leg_gt,0.26,60 -51591,sell_contrast_m10_bb_pos,sell,2025-08-15 12:45:00,1409.0,2.6717,1,leg_gt,0.26,60 -51592,sell_contrast_m10_bb_pos,sell,2025-08-15 12:48:00,1410.0,2.7446,1,leg_gt,0.26,60 -51593,sell_contrast_m10_bb_pos,sell,2025-08-15 15:12:00,1410.0,2.7446,1,leg_gt,0.36,60 -51594,sell_contrast_m10_bb_pos,sell,2025-08-15 15:15:00,1409.0,2.6717,1,leg_gt,0.36,60 -51595,sell_contrast_m10_bb_pos,sell,2025-08-15 15:18:00,1407.0,2.5258,1,leg_gt,0.36,60 -51596,sell_contrast_m10_bb_pos,sell,2025-08-15 15:30:00,1413.0,2.9635,1,leg_gt,0.37,60 -51597,sell_contrast_m10_bb_pos,sell,2025-08-15 15:33:00,1415.0,3.1093,1,leg_gt,0.38,60 -51598,sell_contrast_m10_bb_pos,sell,2025-08-15 15:36:00,1414.0,3.0364,1,leg_gt,0.38,60 -51599,sell_contrast_m10_bb_pos,sell,2025-08-15 15:39:00,1414.0,3.0364,1,leg_gt,0.38,60 -51600,sell_contrast_m10_bb_pos,sell,2025-08-15 15:42:00,1415.0,3.1093,1,leg_gt,0.38,60 -51601,sell_contrast_m10_bb_pos,sell,2025-08-15 15:45:00,1416.0,3.1823,1,leg_gt,0.38,60 -51602,sell_contrast_m10_bb_pos,sell,2025-08-15 15:48:00,1413.0,2.9635,1,leg_gt,0.39,60 -51603,sell_contrast_m10_bb_pos,sell,2025-08-15 16:12:00,1412.0,2.8905,1,leg_gt,0.4,60 -51604,sell_contrast_m10_bb_pos,sell,2025-08-15 16:15:00,1407.0,2.5258,1,leg_gt,0.4,60 -51605,sell_contrast_m10_bb_pos,sell,2025-08-15 16:18:00,1410.0,2.7446,1,leg_gt,0.41,60 -51606,sell_contrast_m10_bb_pos,sell,2025-08-16 06:00:00,1360.0,2.0021,1,leg_gt,0.2,60 -51607,sell_contrast_m10_bb_pos,sell,2025-08-16 06:03:00,1364.0,2.3024,1,leg_gt,0.2,60 -51608,sell_contrast_m10_bb_pos,sell,2025-08-16 06:06:00,1361.0,2.0772,1,leg_gt,0.21,60 -51609,sell_contrast_m10_bb_pos,sell,2025-08-16 06:09:00,1360.0,2.0021,1,leg_gt,0.21,60 -51610,sell_contrast_m10_bb_pos,sell,2025-08-16 06:12:00,1360.0,2.0021,1,leg_gt,0.21,60 -51611,sell_contrast_m10_bb_pos,sell,2025-08-16 06:15:00,1360.0,2.0021,1,leg_gt,0.21,60 -51612,sell_contrast_m10_bb_pos,sell,2025-08-16 06:18:00,1360.0,2.0021,1,leg_gt,0.21,60 -51613,sell_contrast_m10_bb_pos,sell,2025-08-16 06:21:00,1361.0,2.0772,1,leg_gt,0.22,60 -51614,sell_contrast_m10_bb_pos,sell,2025-08-16 06:24:00,1363.0,2.2273,1,leg_gt,0.22,60 -51615,sell_contrast_m10_bb_pos,sell,2025-08-16 06:27:00,1365.0,2.3775,1,leg_gt,0.22,60 -51616,sell_contrast_m10_bb_pos,sell,2025-08-16 07:12:00,1370.0,2.7529,1,leg_gt,0.25,60 -51617,sell_contrast_m10_bb_pos,sell,2025-08-16 07:15:00,1370.0,2.7529,1,leg_gt,0.25,60 -51618,sell_contrast_m10_bb_pos,sell,2025-08-16 07:18:00,1372.0,2.903,1,leg_gt,0.26,60 -51619,sell_contrast_m10_bb_pos,sell,2025-08-16 07:21:00,1372.0,2.903,1,leg_gt,0.26,60 -51620,sell_contrast_m10_bb_pos,sell,2025-08-16 07:24:00,1374.0,3.0532,1,leg_gt,0.26,60 -51621,sell_contrast_m10_bb_pos,sell,2025-08-16 07:27:00,1375.0,3.1282,1,leg_gt,0.26,60 -51622,sell_contrast_m10_bb_pos,sell,2025-08-16 07:30:00,1376.0,3.2033,1,leg_gt,0.26,60 -51623,sell_contrast_m10_bb_pos,sell,2025-08-16 07:33:00,1379.0,3.4285,1,leg_gt,0.27,60 -51624,sell_contrast_m10_bb_pos,sell,2025-08-16 07:36:00,1380.0,3.5036,1,leg_gt,0.27,60 -51625,sell_contrast_m10_bb_pos,sell,2025-08-16 07:39:00,1381.0,3.5787,1,leg_gt,0.27,60 -51626,sell_contrast_m10_bb_pos,sell,2025-08-16 09:42:00,1389.0,4.1793,1,leg_gt,0.36,60 -51627,sell_contrast_m10_bb_pos,sell,2025-08-16 09:45:00,1389.0,4.1793,1,leg_gt,0.36,60 -51628,sell_contrast_m10_bb_pos,sell,2025-08-16 09:48:00,1390.0,4.2544,1,leg_gt,0.36,60 -51629,sell_contrast_m10_bb_pos,sell,2025-08-16 09:51:00,1391.0,4.3294,1,leg_gt,0.36,60 -51630,sell_contrast_m10_bb_pos,sell,2025-08-16 09:54:00,1391.0,4.3294,1,leg_gt,0.36,60 -51631,sell_contrast_m10_bb_pos,sell,2025-08-16 09:57:00,1389.0,4.1793,1,leg_gt,0.37,60 -51632,sell_contrast_m10_bb_pos,sell,2025-08-16 18:42:00,1373.0,2.9781,1,leg_gt,0.73,60 -51633,sell_contrast_m10_bb_pos,sell,2025-08-16 18:45:00,1374.0,3.0532,1,leg_gt,0.73,60 -51634,sell_contrast_m10_bb_pos,sell,2025-08-16 18:48:00,1372.0,2.903,1,leg_gt,0.74,60 -51635,sell_contrast_m10_bb_pos,sell,2025-08-16 22:12:00,1366.0,1.0852,1,leg_gt,0.03,60 -51636,sell_contrast_m10_bb_pos,sell,2025-08-16 22:15:00,1368.0,1.2333,1,leg_gt,0.04,60 -51637,sell_contrast_m10_bb_pos,sell,2025-08-16 22:18:00,1369.0,1.3074,1,leg_gt,0.04,60 -51638,sell_contrast_m10_bb_pos,sell,2025-08-16 22:21:00,1370.0,1.3815,1,leg_gt,0.04,60 -51639,sell_contrast_m10_bb_pos,sell,2025-08-16 22:24:00,1369.0,1.3074,1,leg_gt,0.04,60 -51640,sell_contrast_m10_bb_pos,sell,2025-08-16 22:27:00,1369.0,1.3074,1,leg_gt,0.04,60 -51641,sell_contrast_m10_bb_pos,sell,2025-08-16 22:30:00,1368.0,1.2333,1,leg_gt,0.05,60 -51642,sell_contrast_m10_bb_pos,sell,2025-08-16 22:33:00,1367.0,1.1593,1,leg_gt,0.05,60 -51643,sell_contrast_m10_bb_pos,sell,2025-08-16 22:36:00,1366.0,1.0852,1,leg_gt,0.05,60 -51644,sell_contrast_m10_bb_pos,sell,2025-08-16 22:39:00,1366.0,1.0852,1,leg_gt,0.05,60 -51645,sell_contrast_m10_bb_pos,sell,2025-08-16 23:51:00,1369.0,1.3074,1,leg_gt,0.1,60 -51646,sell_contrast_m10_bb_pos,sell,2025-08-16 23:54:00,1370.0,1.3815,1,leg_gt,0.1,60 -51647,sell_contrast_m10_bb_pos,sell,2025-08-16 23:57:00,1372.0,1.5296,1,leg_gt,0.11,60 -51648,sell_contrast_m10_bb_pos,sell,2025-08-17 00:00:00,1371.0,1.4556,1,leg_gt,0.11,60 -51649,sell_contrast_m10_bb_pos,sell,2025-08-17 00:03:00,1372.0,1.5296,1,leg_gt,0.11,60 -51650,sell_contrast_m10_bb_pos,sell,2025-08-17 00:06:00,1374.0,1.6778,1,leg_gt,0.11,60 -51651,sell_contrast_m10_bb_pos,sell,2025-08-17 00:09:00,1372.0,1.5296,1,leg_gt,0.11,60 -51652,sell_contrast_m10_bb_pos,sell,2025-08-17 00:12:00,1371.0,1.4556,1,leg_gt,0.12,60 -51653,sell_contrast_m10_bb_pos,sell,2025-08-17 00:15:00,1373.0,1.6037,1,leg_gt,0.12,60 -51654,sell_contrast_m10_bb_pos,sell,2025-08-17 00:18:00,1376.0,1.8259,1,leg_gt,0.12,60 -51655,sell_contrast_m10_bb_pos,sell,2025-08-17 00:42:00,1374.0,1.6778,1,leg_gt,0.14,60 -51656,sell_contrast_m10_bb_pos,sell,2025-08-17 00:45:00,1376.0,1.8259,1,leg_gt,0.14,60 -51657,sell_contrast_m10_bb_pos,sell,2025-08-17 00:48:00,1375.0,1.7519,1,leg_gt,0.14,60 -51658,sell_contrast_m10_bb_pos,sell,2025-08-17 08:00:00,1399.0,3.5296,1,leg_gt,0.44,60 -51659,sell_contrast_m10_bb_pos,sell,2025-08-17 08:03:00,1400.0,3.6037,1,leg_gt,0.44,60 -51660,sell_contrast_m10_bb_pos,sell,2025-08-17 08:06:00,1398.0,3.4556,1,leg_gt,0.45,60 -51661,sell_contrast_m10_bb_pos,sell,2025-08-17 08:09:00,1398.0,3.4556,1,leg_gt,0.45,60 -51662,sell_contrast_m10_bb_pos,sell,2025-08-17 08:12:00,1396.0,3.3074,1,leg_gt,0.45,60 -51663,sell_contrast_m10_bb_pos,sell,2025-08-17 08:15:00,1396.0,3.3074,1,leg_gt,0.45,60 -51664,sell_contrast_m10_bb_pos,sell,2025-08-17 08:18:00,1397.0,3.3815,1,leg_gt,0.45,60 -51665,sell_contrast_m10_bb_pos,sell,2025-08-17 12:42:00,1394.0,3.1593,1,leg_gt,0.64,60 -51666,sell_contrast_m10_bb_pos,sell,2025-08-17 12:45:00,1394.0,3.1593,1,leg_gt,0.64,60 -51667,sell_contrast_m10_bb_pos,sell,2025-08-17 12:48:00,1391.0,2.937,1,leg_gt,0.64,60 -51668,sell_contrast_m10_bb_pos,sell,2025-08-17 13:12:00,1391.0,2.937,1,leg_gt,0.66,60 -51669,sell_contrast_m10_bb_pos,sell,2025-08-17 13:15:00,1390.0,2.863,1,leg_gt,0.66,60 -51670,sell_contrast_m10_bb_pos,sell,2025-08-17 13:18:00,1393.0,3.0852,1,leg_gt,0.66,60 -51671,sell_contrast_m10_bb_pos,sell,2025-08-17 13:21:00,1393.0,3.0852,1,leg_gt,0.66,60 -51672,sell_contrast_m10_bb_pos,sell,2025-08-17 13:24:00,1393.0,3.0852,1,leg_gt,0.67,60 -51673,sell_contrast_m10_bb_pos,sell,2025-08-17 13:27:00,1392.0,3.0111,1,leg_gt,0.67,60 -51674,sell_contrast_m10_bb_pos,sell,2025-08-17 13:42:00,1396.0,3.3074,1,leg_gt,0.68,60 -51675,sell_contrast_m10_bb_pos,sell,2025-08-17 13:45:00,1396.0,3.3074,1,leg_gt,0.68,60 -51676,sell_contrast_m10_bb_pos,sell,2025-08-17 13:48:00,1398.0,3.4556,1,leg_gt,0.68,60 -51677,sell_contrast_m10_bb_pos,sell,2025-08-17 14:00:00,1398.0,3.4556,1,leg_gt,0.69,60 -51678,sell_contrast_m10_bb_pos,sell,2025-08-17 14:03:00,1398.0,3.4556,1,leg_gt,0.69,60 -51679,sell_contrast_m10_bb_pos,sell,2025-08-17 14:06:00,1398.0,3.4556,1,leg_gt,0.7,60 -51680,sell_contrast_m10_bb_pos,sell,2025-08-17 14:09:00,1398.0,3.4556,1,leg_gt,0.7,60 -51681,sell_contrast_m10_bb_pos,sell,2025-08-17 14:12:00,1401.0,3.6778,1,leg_gt,0.7,60 -51682,sell_contrast_m10_bb_pos,sell,2025-08-17 14:15:00,1402.0,3.7519,1,leg_gt,0.7,60 -51683,sell_contrast_m10_bb_pos,sell,2025-08-17 14:18:00,1400.0,3.6037,1,leg_gt,0.7,60 -51684,sell_contrast_m10_bb_pos,sell,2025-08-17 14:21:00,1400.0,3.6037,1,leg_gt,0.71,60 -51685,sell_contrast_m10_bb_pos,sell,2025-08-17 14:24:00,1399.0,3.5296,1,leg_gt,0.71,60 -51686,sell_contrast_m10_bb_pos,sell,2025-08-17 14:27:00,1395.0,3.2333,1,leg_gt,0.71,60 -51687,sell_contrast_m10_bb_pos,sell,2025-08-17 17:51:00,1398.0,3.4556,1,leg_gt,0.85,60 -51688,sell_contrast_m10_bb_pos,sell,2025-08-17 17:54:00,1404.0,3.9,1,leg_gt,0.85,60 -51689,sell_contrast_m10_bb_pos,sell,2025-08-17 17:57:00,1406.0,4.0481,1,leg_gt,0.86,60 -51690,sell_contrast_m10_bb_pos,sell,2025-08-17 18:12:00,1404.0,3.9,1,leg_gt,0.87,60 -51691,sell_contrast_m10_bb_pos,sell,2025-08-17 18:15:00,1400.0,3.6037,1,leg_gt,0.87,60 -51692,sell_contrast_m10_bb_pos,sell,2025-08-17 18:18:00,1398.0,3.4556,1,leg_gt,0.87,60 -51693,sell_contrast_m10_bb_pos,sell,2025-08-17 20:00:00,1404.0,3.9,1,leg_gt,0.94,60 -51694,sell_contrast_m10_bb_pos,sell,2025-08-17 20:03:00,1403.0,3.8259,1,leg_gt,0.94,60 -51695,sell_contrast_m10_bb_pos,sell,2025-08-17 20:06:00,1401.0,3.6778,1,leg_gt,0.95,60 -51696,sell_contrast_m10_bb_pos,sell,2025-08-17 20:09:00,1400.0,3.6037,1,leg_gt,0.95,60 -51697,sell_contrast_m10_bb_pos,sell,2025-08-17 21:00:00,1404.0,3.9,1,leg_gt,0.98,60 -51698,sell_contrast_m10_bb_pos,sell,2025-08-17 21:03:00,1403.0,3.8259,1,leg_gt,0.99,60 -51699,sell_contrast_m10_bb_pos,sell,2025-08-17 21:06:00,1404.0,3.9,1,leg_gt,0.99,60 -51700,sell_contrast_m10_bb_pos,sell,2025-08-17 21:09:00,1405.0,3.9741,1,leg_gt,0.99,60 -51701,sell_contrast_m10_bb_pos,sell,2025-08-17 23:51:00,1406.0,4.0481,1,leg_gt,1.1,60 -51702,sell_contrast_m10_bb_pos,sell,2025-08-17 23:54:00,1407.0,4.1222,1,leg_gt,1.1,60 -51703,sell_contrast_m10_bb_pos,sell,2025-08-17 23:57:00,1406.0,4.0481,1,leg_gt,1.11,60 -51704,sell_contrast_m10_bb_pos,sell,2025-08-18 00:00:00,1408.0,4.1963,1,leg_gt,1.11,60 -51705,sell_contrast_m10_bb_pos,sell,2025-08-18 00:03:00,1409.0,4.2704,1,leg_gt,1.11,60 -51706,sell_contrast_m10_bb_pos,sell,2025-08-18 00:06:00,1408.0,4.1963,1,leg_gt,1.11,60 -51707,sell_contrast_m10_bb_pos,sell,2025-08-18 00:09:00,1409.0,4.2704,1,leg_gt,1.11,60 -51708,sell_contrast_m10_bb_pos,sell,2025-08-18 08:00:00,1405.0,3.9741,1,leg_gt,1.44,60 -51709,sell_contrast_m10_bb_pos,sell,2025-08-18 08:03:00,1406.0,4.0481,1,leg_gt,1.44,60 -51710,sell_contrast_m10_bb_pos,sell,2025-08-18 08:06:00,1404.0,3.9,1,leg_gt,1.45,60 -51711,sell_contrast_m10_bb_pos,sell,2025-08-18 08:09:00,1402.0,3.7519,1,leg_gt,1.45,60 -51712,sell_contrast_m10_bb_pos,sell,2025-08-18 19:00:00,1339.0,-0.9148,0,leg_gt,1.9,60 -51713,sell_contrast_m10_bb_pos,sell,2025-08-18 19:03:00,1339.0,-0.9148,0,leg_gt,1.9,60 -51714,sell_contrast_m10_bb_pos,sell,2025-08-18 19:06:00,1337.0,-1.063,0,leg_gt,1.9,60 -51715,sell_contrast_m10_bb_pos,sell,2025-08-18 19:09:00,1337.0,-1.063,0,leg_gt,1.91,60 -51716,sell_contrast_m10_bb_pos,sell,2025-08-18 22:21:00,1344.0,-0.5444,0,leg_gt,2.04,60 -51717,sell_contrast_m10_bb_pos,sell,2025-08-18 22:24:00,1346.0,-0.3963,0,leg_gt,2.04,60 -51718,sell_contrast_m10_bb_pos,sell,2025-08-18 22:27:00,1345.0,-0.4704,0,leg_gt,2.04,60 -51719,sell_contrast_m10_bb_pos,sell,2025-08-18 22:30:00,1345.0,-0.4704,0,leg_gt,2.05,60 -51720,sell_contrast_m10_bb_pos,sell,2025-08-18 22:33:00,1340.0,-0.8407,0,leg_gt,2.05,60 -51721,sell_contrast_m10_bb_pos,sell,2025-08-18 22:36:00,1344.0,-0.5444,0,leg_gt,2.05,60 -51722,sell_contrast_m10_bb_pos,sell,2025-08-18 22:39:00,1338.0,-0.9889,0,leg_gt,2.05,60 -51723,sell_contrast_m10_bb_pos,sell,2025-08-19 06:21:00,1339.0,-0.9148,0,leg_gt,2.37,60 -51724,sell_contrast_m10_bb_pos,sell,2025-08-19 06:24:00,1339.0,-0.9148,0,leg_gt,2.38,60 -51725,sell_contrast_m10_bb_pos,sell,2025-08-19 06:27:00,1340.0,-0.8407,0,leg_gt,2.38,60 -51726,sell_contrast_m10_bb_pos,sell,2025-08-19 06:30:00,1339.0,-0.9148,0,leg_gt,2.38,60 -51727,sell_contrast_m10_bb_pos,sell,2025-08-19 06:33:00,1337.0,-1.063,0,leg_gt,2.38,60 -51728,sell_contrast_m10_bb_pos,sell,2025-08-19 06:36:00,1336.0,-1.137,0,leg_gt,2.38,60 -51729,sell_contrast_m10_bb_pos,sell,2025-08-19 06:39:00,1336.0,-1.137,0,leg_gt,2.39,60 -51730,sell_contrast_m10_bb_pos,sell,2025-08-19 07:30:00,1347.0,-0.3222,0,leg_gt,2.42,60 -51731,sell_contrast_m10_bb_pos,sell,2025-08-19 07:33:00,1345.0,-0.4704,0,leg_gt,2.42,60 -51732,sell_contrast_m10_bb_pos,sell,2025-08-19 07:36:00,1344.0,-0.5444,0,leg_gt,2.42,60 -51733,sell_contrast_m10_bb_pos,sell,2025-08-19 07:39:00,1345.0,-0.4704,0,leg_gt,2.43,60 -51734,sell_contrast_m10_bb_pos,sell,2025-08-19 18:00:00,1302.0,-3.6556,0,leg_gt,2.86,60 -51735,sell_contrast_m10_bb_pos,sell,2025-08-19 18:03:00,1305.0,-3.4333,0,leg_gt,2.86,60 -51736,sell_contrast_m10_bb_pos,sell,2025-08-19 18:06:00,1309.0,-3.137,0,leg_gt,2.86,60 -51737,sell_contrast_m10_bb_pos,sell,2025-08-19 18:09:00,1311.0,-2.9889,0,leg_gt,2.86,60 -51738,sell_contrast_m10_bb_pos,sell,2025-08-19 18:42:00,1313.0,-2.8407,0,leg_gt,2.89,60 -51739,sell_contrast_m10_bb_pos,sell,2025-08-19 18:45:00,1311.0,-2.9889,0,leg_gt,2.89,60 -51740,sell_contrast_m10_bb_pos,sell,2025-08-19 18:48:00,1312.0,-2.9148,0,leg_gt,2.89,60 -51741,sell_contrast_m10_bb_pos,sell,2025-08-19 19:42:00,1319.0,-2.3963,0,leg_gt,2.93,60 -51742,sell_contrast_m10_bb_pos,sell,2025-08-19 19:45:00,1318.0,-2.4704,0,leg_gt,2.93,60 -51743,sell_contrast_m10_bb_pos,sell,2025-08-19 19:48:00,1318.0,-2.4704,0,leg_gt,2.93,60 -51744,sell_contrast_m10_bb_pos,sell,2025-08-20 11:00:00,1271.0,1.4987,1,leg_gt,0.09,60 -51745,sell_contrast_m10_bb_pos,sell,2025-08-20 11:03:00,1271.0,1.4987,1,leg_gt,0.09,60 -51746,sell_contrast_m10_bb_pos,sell,2025-08-20 11:06:00,1270.0,1.4188,1,leg_gt,0.09,60 -51747,sell_contrast_m10_bb_pos,sell,2025-08-20 11:09:00,1271.0,1.4987,1,leg_gt,0.09,60 -51748,sell_contrast_m10_bb_pos,sell,2025-08-20 11:21:00,1272.0,1.5787,1,leg_gt,0.1,60 -51749,sell_contrast_m10_bb_pos,sell,2025-08-20 11:24:00,1273.0,1.6586,1,leg_gt,0.1,60 -51750,sell_contrast_m10_bb_pos,sell,2025-08-20 11:27:00,1274.0,1.7385,1,leg_gt,0.11,60 -51751,sell_contrast_m10_bb_pos,sell,2025-08-20 11:30:00,1273.0,1.6586,1,leg_gt,0.11,60 -51752,sell_contrast_m10_bb_pos,sell,2025-08-20 11:33:00,1271.0,1.4987,1,leg_gt,0.11,60 -51753,sell_contrast_m10_bb_pos,sell,2025-08-20 11:36:00,1270.0,1.4188,1,leg_gt,0.11,60 -51754,sell_contrast_m10_bb_pos,sell,2025-08-20 11:39:00,1269.0,1.3388,1,leg_gt,0.11,60 -51755,sell_contrast_m10_bb_pos,sell,2025-08-20 12:42:00,1274.0,1.7385,1,leg_gt,0.16,60 -51756,sell_contrast_m10_bb_pos,sell,2025-08-20 12:45:00,1273.0,1.6586,1,leg_gt,0.16,60 -51757,sell_contrast_m10_bb_pos,sell,2025-08-20 12:48:00,1274.0,1.7385,1,leg_gt,0.16,60 -51758,sell_contrast_m10_bb_pos,sell,2025-08-20 13:30:00,1286.0,2.6978,1,leg_gt,0.19,60 -51759,sell_contrast_m10_bb_pos,sell,2025-08-20 13:33:00,1287.0,2.7777,1,leg_gt,0.19,60 -51760,sell_contrast_m10_bb_pos,sell,2025-08-20 13:36:00,1287.0,2.7777,1,leg_gt,0.2,60 -51761,sell_contrast_m10_bb_pos,sell,2025-08-20 13:39:00,1286.0,2.6978,1,leg_gt,0.2,60 -51762,sell_contrast_m10_bb_pos,sell,2025-08-20 13:42:00,1285.0,2.6178,1,leg_gt,0.2,60 -51763,sell_contrast_m10_bb_pos,sell,2025-08-20 13:45:00,1286.0,2.6978,1,leg_gt,0.2,60 -51764,sell_contrast_m10_bb_pos,sell,2025-08-20 13:48:00,1285.0,2.6178,1,leg_gt,0.2,60 -51765,sell_contrast_m10_bb_pos,sell,2025-08-20 13:51:00,1287.0,2.7777,1,leg_gt,0.21,60 -51766,sell_contrast_m10_bb_pos,sell,2025-08-20 13:54:00,1287.0,2.7777,1,leg_gt,0.21,60 -51767,sell_contrast_m10_bb_pos,sell,2025-08-20 13:57:00,1286.0,2.6978,1,leg_gt,0.21,60 -51768,sell_contrast_m10_bb_pos,sell,2025-08-20 14:42:00,1288.0,2.8576,1,leg_gt,0.24,60 -51769,sell_contrast_m10_bb_pos,sell,2025-08-20 14:45:00,1287.0,2.7777,1,leg_gt,0.24,60 -51770,sell_contrast_m10_bb_pos,sell,2025-08-20 14:48:00,1287.0,2.7777,1,leg_gt,0.25,60 -51771,sell_contrast_m10_bb_pos,sell,2025-08-20 14:51:00,1289.0,2.9376,1,leg_gt,0.25,60 -51772,sell_contrast_m10_bb_pos,sell,2025-08-20 14:54:00,1289.0,2.9376,1,leg_gt,0.25,60 -51773,sell_contrast_m10_bb_pos,sell,2025-08-20 14:57:00,1290.0,3.0175,1,leg_gt,0.25,60 -51774,sell_contrast_m10_bb_pos,sell,2025-08-20 15:00:00,1292.0,3.1774,1,leg_gt,0.25,60 -51775,sell_contrast_m10_bb_pos,sell,2025-08-20 15:03:00,1291.0,3.0974,1,leg_gt,0.26,60 -51776,sell_contrast_m10_bb_pos,sell,2025-08-20 15:06:00,1291.0,3.0974,1,leg_gt,0.26,60 -51777,sell_contrast_m10_bb_pos,sell,2025-08-20 15:09:00,1289.0,2.9376,1,leg_gt,0.26,60 -51778,sell_contrast_m10_bb_pos,sell,2025-08-20 16:30:00,1294.0,3.3373,1,leg_gt,0.32,60 -51779,sell_contrast_m10_bb_pos,sell,2025-08-20 16:33:00,1295.0,3.4172,1,leg_gt,0.32,60 -51780,sell_contrast_m10_bb_pos,sell,2025-08-20 16:36:00,1293.0,3.2573,1,leg_gt,0.32,60 -51781,sell_contrast_m10_bb_pos,sell,2025-08-20 16:39:00,1295.0,3.4172,1,leg_gt,0.32,60 -51782,sell_contrast_m10_bb_pos,sell,2025-08-20 16:42:00,1297.0,3.5771,1,leg_gt,0.32,60 -51783,sell_contrast_m10_bb_pos,sell,2025-08-20 16:45:00,1295.0,3.4172,1,leg_gt,0.33,60 -51784,sell_contrast_m10_bb_pos,sell,2025-08-20 16:48:00,1298.0,3.657,1,leg_gt,0.33,60 -51785,sell_contrast_m10_bb_pos,sell,2025-08-20 16:51:00,1296.0,3.4971,1,leg_gt,0.33,60 -51786,sell_contrast_m10_bb_pos,sell,2025-08-20 16:54:00,1297.0,3.5771,1,leg_gt,0.33,60 -51787,sell_contrast_m10_bb_pos,sell,2025-08-20 16:57:00,1295.0,3.4172,1,leg_gt,0.34,60 -51788,sell_contrast_m10_bb_pos,sell,2025-08-20 17:00:00,1296.0,3.4971,1,leg_gt,0.34,60 -51789,sell_contrast_m10_bb_pos,sell,2025-08-20 17:03:00,1294.0,3.3373,1,leg_gt,0.34,60 -51790,sell_contrast_m10_bb_pos,sell,2025-08-20 17:06:00,1296.0,3.4971,1,leg_gt,0.34,60 -51791,sell_contrast_m10_bb_pos,sell,2025-08-20 17:09:00,1294.0,3.3373,1,leg_gt,0.34,60 -51792,sell_contrast_m10_bb_pos,sell,2025-08-20 18:30:00,1310.0,4.6162,1,leg_gt,0.4,60 -51793,sell_contrast_m10_bb_pos,sell,2025-08-20 18:33:00,1309.0,4.5363,1,leg_gt,0.4,60 -51794,sell_contrast_m10_bb_pos,sell,2025-08-20 18:36:00,1310.0,4.6162,1,leg_gt,0.4,60 -51795,sell_contrast_m10_bb_pos,sell,2025-08-20 18:39:00,1312.0,4.7761,1,leg_gt,0.41,60 -51796,sell_contrast_m10_bb_pos,sell,2025-08-20 18:42:00,1312.0,4.7761,1,leg_gt,0.41,60 -51797,sell_contrast_m10_bb_pos,sell,2025-08-20 18:45:00,1314.0,4.936,1,leg_gt,0.41,60 -51798,sell_contrast_m10_bb_pos,sell,2025-08-20 18:48:00,1318.0,5.2557,1,leg_gt,0.41,60 -51799,sell_contrast_m10_bb_pos,sell,2025-08-20 18:51:00,1314.0,4.936,1,leg_gt,0.41,60 -51800,sell_contrast_m10_bb_pos,sell,2025-08-20 18:54:00,1306.0,4.2965,1,leg_gt,0.42,60 -51801,sell_contrast_m10_bb_pos,sell,2025-08-20 18:57:00,1310.0,4.6162,1,leg_gt,0.42,60 -51802,sell_contrast_m10_bb_pos,sell,2025-08-20 19:21:00,1313.0,4.856,1,leg_gt,0.44,60 -51803,sell_contrast_m10_bb_pos,sell,2025-08-20 19:24:00,1312.0,4.7761,1,leg_gt,0.44,60 -51804,sell_contrast_m10_bb_pos,sell,2025-08-20 19:27:00,1311.0,4.6962,1,leg_gt,0.44,60 -51805,sell_contrast_m10_bb_pos,sell,2025-08-20 23:51:00,1306.0,2.7346,1,leg_gt,0.03,60 -51806,sell_contrast_m10_bb_pos,sell,2025-08-20 23:54:00,1301.0,2.3409,1,leg_gt,0.03,60 -51807,sell_contrast_m10_bb_pos,sell,2025-08-20 23:57:00,1299.0,2.1835,1,leg_gt,0.03,60 -51808,sell_contrast_m10_bb_pos,sell,2025-08-21 00:42:00,1319.0,3.7583,1,leg_gt,0.06,60 -51809,sell_contrast_m10_bb_pos,sell,2025-08-21 00:45:00,1316.0,3.522,1,leg_gt,0.07,60 -51810,sell_contrast_m10_bb_pos,sell,2025-08-21 00:48:00,1312.0,3.2071,1,leg_gt,0.07,60 -51811,sell_contrast_m10_bb_pos,sell,2025-08-21 01:21:00,1326.0,4.3094,1,leg_gt,0.09,60 -51812,sell_contrast_m10_bb_pos,sell,2025-08-21 01:24:00,1324.0,4.152,1,leg_gt,0.09,60 -51813,sell_contrast_m10_bb_pos,sell,2025-08-21 01:27:00,1325.0,4.2307,1,leg_gt,0.1,60 -51814,sell_contrast_m10_bb_pos,sell,2025-08-21 01:30:00,1329.0,4.5457,1,leg_gt,0.1,60 -51815,sell_contrast_m10_bb_pos,sell,2025-08-21 01:33:00,1321.0,3.9157,1,leg_gt,0.1,60 -51816,sell_contrast_m10_bb_pos,sell,2025-08-21 01:36:00,1319.0,3.7583,1,leg_gt,0.1,60 -51817,sell_contrast_m10_bb_pos,sell,2025-08-21 01:39:00,1317.0,3.6008,1,leg_gt,0.1,60 -51818,sell_contrast_m10_bb_pos,sell,2025-08-21 04:51:00,1327.0,4.3882,1,leg_gt,0.24,60 -51819,sell_contrast_m10_bb_pos,sell,2025-08-21 04:54:00,1328.0,4.4669,1,leg_gt,0.24,60 -51820,sell_contrast_m10_bb_pos,sell,2025-08-21 04:57:00,1329.0,4.5457,1,leg_gt,0.24,60 -51821,sell_contrast_m10_bb_pos,sell,2025-08-21 05:21:00,1329.0,4.5457,1,leg_gt,0.26,60 -51822,sell_contrast_m10_bb_pos,sell,2025-08-21 05:24:00,1330.0,4.6244,1,leg_gt,0.26,60 -51823,sell_contrast_m10_bb_pos,sell,2025-08-21 05:27:00,1330.0,4.6244,1,leg_gt,0.26,60 -51824,sell_contrast_m10_bb_pos,sell,2025-08-21 05:30:00,1330.0,4.6244,1,leg_gt,0.26,60 -51825,sell_contrast_m10_bb_pos,sell,2025-08-21 05:33:00,1329.0,4.5457,1,leg_gt,0.27,60 -51826,sell_contrast_m10_bb_pos,sell,2025-08-21 05:36:00,1328.0,4.4669,1,leg_gt,0.27,60 -51827,sell_contrast_m10_bb_pos,sell,2025-08-21 05:39:00,1328.0,4.4669,1,leg_gt,0.27,60 -51828,sell_contrast_m10_bb_pos,sell,2025-08-21 06:12:00,1333.0,4.8606,1,leg_gt,0.29,60 -51829,sell_contrast_m10_bb_pos,sell,2025-08-21 06:15:00,1333.0,4.8606,1,leg_gt,0.3,60 -51830,sell_contrast_m10_bb_pos,sell,2025-08-21 06:18:00,1328.0,4.4669,1,leg_gt,0.3,60 -51831,sell_contrast_m10_bb_pos,sell,2025-08-21 07:00:00,1336.0,5.0969,1,leg_gt,0.33,60 -51832,sell_contrast_m10_bb_pos,sell,2025-08-21 07:03:00,1338.0,5.2543,1,leg_gt,0.33,60 -51833,sell_contrast_m10_bb_pos,sell,2025-08-21 07:06:00,1334.0,4.9394,1,leg_gt,0.33,60 -51834,sell_contrast_m10_bb_pos,sell,2025-08-21 07:09:00,1335.0,5.0181,1,leg_gt,0.33,60 -51835,sell_contrast_m10_bb_pos,sell,2025-08-21 07:30:00,1337.0,5.1756,1,leg_gt,0.35,60 -51836,sell_contrast_m10_bb_pos,sell,2025-08-21 07:33:00,1338.0,5.2543,1,leg_gt,0.35,60 -51837,sell_contrast_m10_bb_pos,sell,2025-08-21 07:36:00,1335.0,5.0181,1,leg_gt,0.35,60 -51838,sell_contrast_m10_bb_pos,sell,2025-08-21 07:39:00,1336.0,5.0969,1,leg_gt,0.35,60 -51839,sell_contrast_m10_bb_pos,sell,2025-08-21 07:42:00,1338.0,5.2543,1,leg_gt,0.36,60 -51840,sell_contrast_m10_bb_pos,sell,2025-08-21 07:45:00,1339.0,5.3331,1,leg_gt,0.36,60 -51841,sell_contrast_m10_bb_pos,sell,2025-08-21 07:48:00,1339.0,5.3331,1,leg_gt,0.36,60 -51842,sell_contrast_m10_bb_pos,sell,2025-08-21 08:00:00,1340.0,5.4118,1,leg_gt,0.37,60 -51843,sell_contrast_m10_bb_pos,sell,2025-08-21 08:03:00,1341.0,5.4906,1,leg_gt,0.37,60 -51844,sell_contrast_m10_bb_pos,sell,2025-08-21 08:06:00,1341.0,5.4906,1,leg_gt,0.37,60 -51845,sell_contrast_m10_bb_pos,sell,2025-08-21 08:09:00,1343.0,5.648,1,leg_gt,0.38,60 -51846,sell_contrast_m10_bb_pos,sell,2025-08-21 11:00:00,1343.0,5.648,1,leg_gt,0.49,60 -51847,sell_contrast_m10_bb_pos,sell,2025-08-21 11:03:00,1344.0,5.7268,1,leg_gt,0.5,60 -51848,sell_contrast_m10_bb_pos,sell,2025-08-21 11:06:00,1341.0,5.4906,1,leg_gt,0.5,60 -51849,sell_contrast_m10_bb_pos,sell,2025-08-21 11:09:00,1338.0,5.2543,1,leg_gt,0.5,60 -51850,sell_contrast_m10_bb_pos,sell,2025-08-21 12:12:00,1342.0,5.5693,1,leg_gt,0.54,60 -51851,sell_contrast_m10_bb_pos,sell,2025-08-21 12:15:00,1340.0,5.4118,1,leg_gt,0.55,60 -51852,sell_contrast_m10_bb_pos,sell,2025-08-21 12:18:00,1340.0,5.4118,1,leg_gt,0.55,60 -51853,sell_contrast_m10_bb_pos,sell,2025-08-21 23:30:00,1316.0,3.522,1,leg_gt,1.01,60 -51854,sell_contrast_m10_bb_pos,sell,2025-08-21 23:33:00,1311.0,3.1283,1,leg_gt,1.02,60 -51855,sell_contrast_m10_bb_pos,sell,2025-08-21 23:36:00,1309.0,2.9709,1,leg_gt,1.02,60 -51856,sell_contrast_m10_bb_pos,sell,2025-08-21 23:39:00,1303.0,2.4984,1,leg_gt,1.02,60 -51857,sell_contrast_m10_bb_pos,sell,2025-08-22 02:51:00,1304.0,2.5772,1,leg_gt,1.15,60 -51858,sell_contrast_m10_bb_pos,sell,2025-08-22 02:54:00,1304.0,2.5772,1,leg_gt,1.16,60 -51859,sell_contrast_m10_bb_pos,sell,2025-08-22 02:57:00,1305.0,2.6559,1,leg_gt,1.16,60 -51860,sell_contrast_m10_bb_pos,sell,2025-08-22 03:12:00,1304.0,2.5772,1,leg_gt,1.17,60 -51861,sell_contrast_m10_bb_pos,sell,2025-08-22 03:15:00,1303.0,2.4984,1,leg_gt,1.17,60 -51862,sell_contrast_m10_bb_pos,sell,2025-08-22 03:18:00,1306.0,2.7346,1,leg_gt,1.17,60 -51863,sell_contrast_m10_bb_pos,sell,2025-08-22 04:00:00,1311.0,3.1283,1,leg_gt,1.2,60 -51864,sell_contrast_m10_bb_pos,sell,2025-08-22 04:03:00,1313.0,3.2858,1,leg_gt,1.2,60 -51865,sell_contrast_m10_bb_pos,sell,2025-08-22 04:06:00,1312.0,3.2071,1,leg_gt,1.21,60 -51866,sell_contrast_m10_bb_pos,sell,2025-08-22 04:09:00,1314.0,3.3646,1,leg_gt,1.21,60 -51867,sell_contrast_m10_bb_pos,sell,2025-08-22 06:30:00,1312.0,3.2071,1,leg_gt,1.31,60 -51868,sell_contrast_m10_bb_pos,sell,2025-08-22 06:33:00,1311.0,3.1283,1,leg_gt,1.31,60 -51869,sell_contrast_m10_bb_pos,sell,2025-08-22 06:36:00,1314.0,3.3646,1,leg_gt,1.31,60 -51870,sell_contrast_m10_bb_pos,sell,2025-08-22 06:39:00,1312.0,3.2071,1,leg_gt,1.31,60 -51871,sell_contrast_m10_bb_pos,sell,2025-08-22 07:12:00,1315.0,3.4433,1,leg_gt,1.34,60 -51872,sell_contrast_m10_bb_pos,sell,2025-08-22 07:15:00,1317.0,3.6008,1,leg_gt,1.34,60 -51873,sell_contrast_m10_bb_pos,sell,2025-08-22 07:18:00,1316.0,3.522,1,leg_gt,1.34,60 -51874,sell_contrast_m10_bb_pos,sell,2025-08-22 07:21:00,1317.0,3.6008,1,leg_gt,1.34,60 -51875,sell_contrast_m10_bb_pos,sell,2025-08-22 07:24:00,1318.0,3.6795,1,leg_gt,1.34,60 -51876,sell_contrast_m10_bb_pos,sell,2025-08-22 07:42:00,1317.0,3.6008,1,leg_gt,1.36,60 -51877,sell_contrast_m10_bb_pos,sell,2025-08-22 07:45:00,1317.0,3.6008,1,leg_gt,1.36,60 -51878,sell_contrast_m10_bb_pos,sell,2025-08-22 07:48:00,1317.0,3.6008,1,leg_gt,1.36,60 -51879,sell_contrast_m10_bb_pos,sell,2025-08-22 07:51:00,1318.0,3.6795,1,leg_gt,1.36,60 -51880,sell_contrast_m10_bb_pos,sell,2025-08-22 07:54:00,1317.0,3.6008,1,leg_gt,1.36,60 -51881,sell_contrast_m10_bb_pos,sell,2025-08-22 07:57:00,1320.0,3.837,1,leg_gt,1.37,60 -51882,sell_contrast_m10_bb_pos,sell,2025-08-22 08:00:00,1318.0,3.6795,1,leg_gt,1.37,60 -51883,sell_contrast_m10_bb_pos,sell,2025-08-22 08:03:00,1318.0,3.6795,1,leg_gt,1.37,60 -51884,sell_contrast_m10_bb_pos,sell,2025-08-22 08:06:00,1316.0,3.522,1,leg_gt,1.37,60 -51885,sell_contrast_m10_bb_pos,sell,2025-08-22 08:09:00,1312.0,3.2071,1,leg_gt,1.38,60 -51886,sell_contrast_m10_bb_pos,sell,2025-08-22 11:21:00,1318.0,3.6795,1,leg_gt,1.51,60 -51887,sell_contrast_m10_bb_pos,sell,2025-08-22 11:24:00,1319.0,3.7583,1,leg_gt,1.51,60 -51888,sell_contrast_m10_bb_pos,sell,2025-08-22 11:27:00,1319.0,3.7583,1,leg_gt,1.51,60 -51889,sell_contrast_m10_bb_pos,sell,2025-08-22 11:42:00,1315.0,3.4433,1,leg_gt,1.52,60 -51890,sell_contrast_m10_bb_pos,sell,2025-08-22 11:45:00,1315.0,3.4433,1,leg_gt,1.52,60 -51891,sell_contrast_m10_bb_pos,sell,2025-08-22 11:48:00,1315.0,3.4433,1,leg_gt,1.53,60 -51892,sell_contrast_m10_bb_pos,sell,2025-08-22 12:12:00,1320.0,3.837,1,leg_gt,1.54,60 -51893,sell_contrast_m10_bb_pos,sell,2025-08-22 12:15:00,1317.0,3.6008,1,leg_gt,1.55,60 -51894,sell_contrast_m10_bb_pos,sell,2025-08-22 12:18:00,1313.0,3.2858,1,leg_gt,1.55,60 -51895,sell_contrast_m10_bb_pos,sell,2025-08-22 17:21:00,1312.0,3.2071,1,leg_gt,1.76,60 -51896,sell_contrast_m10_bb_pos,sell,2025-08-22 17:24:00,1310.0,3.0496,1,leg_gt,1.76,60 -51897,sell_contrast_m10_bb_pos,sell,2025-08-22 17:27:00,1307.0,2.8134,1,leg_gt,1.76,60 -51898,sell_contrast_m10_bb_pos,sell,2025-08-22 17:30:00,1310.0,3.0496,1,leg_gt,1.76,60 -51899,sell_contrast_m10_bb_pos,sell,2025-08-22 17:33:00,1307.0,2.8134,1,leg_gt,1.77,60 -51900,sell_contrast_m10_bb_pos,sell,2025-08-22 17:36:00,1307.0,2.8134,1,leg_gt,1.77,60 -51901,sell_contrast_m10_bb_pos,sell,2025-08-22 17:39:00,1306.0,2.7346,1,leg_gt,1.77,60 -51902,sell_contrast_m10_bb_pos,sell,2025-08-23 00:00:00,1355.0,7.6963,1,leg_gt,0.1,60 -51903,sell_contrast_m10_bb_pos,sell,2025-08-23 00:03:00,1365.0,8.4919,1,leg_gt,0.1,60 -51904,sell_contrast_m10_bb_pos,sell,2025-08-23 00:06:00,1369.0,8.8101,1,leg_gt,0.1,60 -51905,sell_contrast_m10_bb_pos,sell,2025-08-23 00:09:00,1361.0,8.1737,1,leg_gt,0.11,60 -51906,sell_contrast_m10_bb_pos,sell,2025-08-23 00:12:00,1360.0,8.0941,1,leg_gt,0.11,60 -51907,sell_contrast_m10_bb_pos,sell,2025-08-23 00:15:00,1360.0,8.0941,1,leg_gt,0.11,60 -51908,sell_contrast_m10_bb_pos,sell,2025-08-23 00:18:00,1367.0,8.651,1,leg_gt,0.11,60 -51909,sell_contrast_m10_bb_pos,sell,2025-08-23 00:21:00,1368.0,8.7305,1,leg_gt,0.11,60 -51910,sell_contrast_m10_bb_pos,sell,2025-08-23 00:24:00,1369.0,8.8101,1,leg_gt,0.12,60 -51911,sell_contrast_m10_bb_pos,sell,2025-08-23 00:27:00,1368.0,8.7305,1,leg_gt,0.12,60 -51912,sell_contrast_m10_bb_pos,sell,2025-08-23 00:30:00,1368.0,8.7305,1,leg_gt,0.12,60 -51913,sell_contrast_m10_bb_pos,sell,2025-08-23 00:33:00,1370.0,8.8897,1,leg_gt,0.12,60 -51914,sell_contrast_m10_bb_pos,sell,2025-08-23 00:36:00,1372.0,9.0488,1,leg_gt,0.12,60 -51915,sell_contrast_m10_bb_pos,sell,2025-08-23 00:39:00,1375.0,9.2874,1,leg_gt,0.13,60 -51916,sell_contrast_m10_bb_pos,sell,2025-08-23 00:42:00,1371.0,8.9692,1,leg_gt,0.13,60 -51917,sell_contrast_m10_bb_pos,sell,2025-08-23 00:45:00,1372.0,9.0488,1,leg_gt,0.13,60 -51918,sell_contrast_m10_bb_pos,sell,2025-08-23 00:48:00,1371.0,8.9692,1,leg_gt,0.13,60 -51919,sell_contrast_m10_bb_pos,sell,2025-08-23 02:21:00,1402.0,11.4354,1,leg_gt,0.2,60 -51920,sell_contrast_m10_bb_pos,sell,2025-08-23 02:24:00,1405.0,11.6741,1,leg_gt,0.2,60 -51921,sell_contrast_m10_bb_pos,sell,2025-08-23 02:27:00,1403.0,11.515,1,leg_gt,0.2,60 -51922,sell_contrast_m10_bb_pos,sell,2025-08-23 02:30:00,1406.0,11.7536,1,leg_gt,0.2,60 -51923,sell_contrast_m10_bb_pos,sell,2025-08-23 02:33:00,1402.0,11.4354,1,leg_gt,0.21,60 -51924,sell_contrast_m10_bb_pos,sell,2025-08-23 02:36:00,1404.0,11.5945,1,leg_gt,0.21,60 -51925,sell_contrast_m10_bb_pos,sell,2025-08-23 02:39:00,1402.0,11.4354,1,leg_gt,0.21,60 -51926,sell_contrast_m10_bb_pos,sell,2025-08-23 03:12:00,1407.0,11.8332,1,leg_gt,0.23,60 -51927,sell_contrast_m10_bb_pos,sell,2025-08-23 03:15:00,1406.0,11.7536,1,leg_gt,0.24,60 -51928,sell_contrast_m10_bb_pos,sell,2025-08-23 03:18:00,1404.0,11.5945,1,leg_gt,0.24,60 -51929,sell_contrast_m10_bb_pos,sell,2025-08-23 03:51:00,1410.0,12.0718,1,leg_gt,0.26,60 -51930,sell_contrast_m10_bb_pos,sell,2025-08-23 03:54:00,1408.0,11.9127,1,leg_gt,0.26,60 -51931,sell_contrast_m10_bb_pos,sell,2025-08-23 03:57:00,1411.0,12.1514,1,leg_gt,0.26,60 -51932,sell_contrast_m10_bb_pos,sell,2025-08-23 04:21:00,1412.0,12.2309,1,leg_gt,0.28,60 -51933,sell_contrast_m10_bb_pos,sell,2025-08-23 04:24:00,1411.0,12.1514,1,leg_gt,0.28,60 -51934,sell_contrast_m10_bb_pos,sell,2025-08-23 04:27:00,1410.0,12.0718,1,leg_gt,0.29,60 -51935,sell_contrast_m10_bb_pos,sell,2025-08-23 05:00:00,1415.0,12.4696,1,leg_gt,0.31,60 -51936,sell_contrast_m10_bb_pos,sell,2025-08-23 05:03:00,1413.0,12.3105,1,leg_gt,0.31,60 -51937,sell_contrast_m10_bb_pos,sell,2025-08-23 05:06:00,1412.0,12.2309,1,leg_gt,0.31,60 -51938,sell_contrast_m10_bb_pos,sell,2025-08-23 05:09:00,1412.0,12.2309,1,leg_gt,0.31,60 -51939,sell_contrast_m10_bb_pos,sell,2025-08-23 06:30:00,1416.0,12.5492,1,leg_gt,0.37,60 -51940,sell_contrast_m10_bb_pos,sell,2025-08-23 06:33:00,1415.0,12.4696,1,leg_gt,0.37,60 -51941,sell_contrast_m10_bb_pos,sell,2025-08-23 06:36:00,1414.0,12.3901,1,leg_gt,0.38,60 -51942,sell_contrast_m10_bb_pos,sell,2025-08-23 06:39:00,1414.0,12.3901,1,leg_gt,0.38,60 -51943,sell_contrast_m10_bb_pos,sell,2025-08-23 06:51:00,1416.0,12.5492,1,leg_gt,0.39,60 -51944,sell_contrast_m10_bb_pos,sell,2025-08-23 06:54:00,1414.0,12.3901,1,leg_gt,0.39,60 -51945,sell_contrast_m10_bb_pos,sell,2025-08-23 06:57:00,1412.0,12.2309,1,leg_gt,0.39,60 -51946,sell_contrast_m10_bb_pos,sell,2025-08-23 13:51:00,1399.0,2.6166,1,leg_gt,0.09,60 -51947,sell_contrast_m10_bb_pos,sell,2025-08-23 13:54:00,1400.0,2.69,1,leg_gt,0.1,60 -51948,sell_contrast_m10_bb_pos,sell,2025-08-23 13:57:00,1400.0,2.69,1,leg_gt,0.1,60 -51949,sell_contrast_m10_bb_pos,sell,2025-08-23 14:12:00,1401.0,2.7634,1,leg_gt,0.11,60 -51950,sell_contrast_m10_bb_pos,sell,2025-08-23 14:15:00,1402.0,2.8369,1,leg_gt,0.11,60 -51951,sell_contrast_m10_bb_pos,sell,2025-08-23 14:18:00,1407.0,3.204,1,leg_gt,0.11,60 -51952,sell_contrast_m10_bb_pos,sell,2025-08-23 14:42:00,1410.0,3.4242,1,leg_gt,0.13,60 -51953,sell_contrast_m10_bb_pos,sell,2025-08-23 14:45:00,1411.0,3.4977,1,leg_gt,0.13,60 -51954,sell_contrast_m10_bb_pos,sell,2025-08-23 14:48:00,1411.0,3.4977,1,leg_gt,0.13,60 -51955,sell_contrast_m10_bb_pos,sell,2025-08-23 14:51:00,1412.0,3.5711,1,leg_gt,0.14,60 -51956,sell_contrast_m10_bb_pos,sell,2025-08-23 14:54:00,1412.0,3.5711,1,leg_gt,0.14,60 -51957,sell_contrast_m10_bb_pos,sell,2025-08-23 14:57:00,1413.0,3.6445,1,leg_gt,0.14,60 -51958,sell_contrast_m10_bb_pos,sell,2025-08-23 15:00:00,1413.0,3.6445,1,leg_gt,0.14,60 -51959,sell_contrast_m10_bb_pos,sell,2025-08-23 15:03:00,1415.0,3.7913,1,leg_gt,0.14,60 -51960,sell_contrast_m10_bb_pos,sell,2025-08-23 15:06:00,1417.0,3.9382,1,leg_gt,0.15,60 -51961,sell_contrast_m10_bb_pos,sell,2025-08-23 15:09:00,1416.0,3.8648,1,leg_gt,0.15,60 -51962,sell_contrast_m10_bb_pos,sell,2025-08-23 15:12:00,1410.0,3.4242,1,leg_gt,0.15,60 -51963,sell_contrast_m10_bb_pos,sell,2025-08-23 15:15:00,1410.0,3.4242,1,leg_gt,0.15,60 -51964,sell_contrast_m10_bb_pos,sell,2025-08-23 15:18:00,1409.0,3.3508,1,leg_gt,0.15,60 -51965,sell_contrast_m10_bb_pos,sell,2025-08-23 21:21:00,1407.0,3.204,1,leg_gt,0.41,60 -51966,sell_contrast_m10_bb_pos,sell,2025-08-23 21:24:00,1407.0,3.204,1,leg_gt,0.41,60 -51967,sell_contrast_m10_bb_pos,sell,2025-08-23 21:27:00,1405.0,3.0571,1,leg_gt,0.41,60 -51968,sell_contrast_m10_bb_pos,sell,2025-08-23 22:30:00,1407.0,3.204,1,leg_gt,0.45,60 -51969,sell_contrast_m10_bb_pos,sell,2025-08-23 22:33:00,1405.0,3.0571,1,leg_gt,0.46,60 -51970,sell_contrast_m10_bb_pos,sell,2025-08-23 22:36:00,1404.0,2.9837,1,leg_gt,0.46,60 -51971,sell_contrast_m10_bb_pos,sell,2025-08-23 22:39:00,1401.0,2.7634,1,leg_gt,0.46,60 -51972,sell_contrast_m10_bb_pos,sell,2025-08-23 22:51:00,1409.0,3.3508,1,leg_gt,0.47,60 -51973,sell_contrast_m10_bb_pos,sell,2025-08-23 22:54:00,1403.0,2.9103,1,leg_gt,0.47,60 -51974,sell_contrast_m10_bb_pos,sell,2025-08-23 22:57:00,1402.0,2.8369,1,leg_gt,0.47,60 -51975,sell_contrast_m10_bb_pos,sell,2025-08-24 00:42:00,1408.0,3.2774,1,leg_gt,0.55,60 -51976,sell_contrast_m10_bb_pos,sell,2025-08-24 00:45:00,1407.0,3.204,1,leg_gt,0.55,60 -51977,sell_contrast_m10_bb_pos,sell,2025-08-24 00:48:00,1407.0,3.204,1,leg_gt,0.55,60 -51978,sell_contrast_m10_bb_pos,sell,2025-08-24 00:51:00,1408.0,3.2774,1,leg_gt,0.55,60 -51979,sell_contrast_m10_bb_pos,sell,2025-08-24 00:54:00,1406.0,3.1305,1,leg_gt,0.55,60 -51980,sell_contrast_m10_bb_pos,sell,2025-08-24 00:57:00,1405.0,3.0571,1,leg_gt,0.56,60 -51981,sell_contrast_m10_bb_pos,sell,2025-08-24 02:12:00,1407.0,3.204,1,leg_gt,0.61,60 -51982,sell_contrast_m10_bb_pos,sell,2025-08-24 02:15:00,1405.0,3.0571,1,leg_gt,0.61,60 -51983,sell_contrast_m10_bb_pos,sell,2025-08-24 02:18:00,1404.0,2.9837,1,leg_gt,0.61,60 -51984,sell_contrast_m10_bb_pos,sell,2025-08-24 04:21:00,1404.0,2.9837,1,leg_gt,0.7,60 -51985,sell_contrast_m10_bb_pos,sell,2025-08-24 04:24:00,1402.0,2.8369,1,leg_gt,0.7,60 -51986,sell_contrast_m10_bb_pos,sell,2025-08-24 04:27:00,1402.0,2.8369,1,leg_gt,0.7,60 -51987,sell_contrast_m10_bb_pos,sell,2025-08-24 04:42:00,1406.0,3.1305,1,leg_gt,0.71,60 -51988,sell_contrast_m10_bb_pos,sell,2025-08-24 04:45:00,1407.0,3.204,1,leg_gt,0.71,60 -51989,sell_contrast_m10_bb_pos,sell,2025-08-24 04:48:00,1407.0,3.204,1,leg_gt,0.72,60 -51990,sell_contrast_m10_bb_pos,sell,2025-08-24 05:12:00,1409.0,3.3508,1,leg_gt,0.73,60 -51991,sell_contrast_m10_bb_pos,sell,2025-08-24 05:15:00,1408.0,3.2774,1,leg_gt,0.74,60 -51992,sell_contrast_m10_bb_pos,sell,2025-08-24 05:18:00,1406.0,3.1305,1,leg_gt,0.74,60 -51993,sell_contrast_m10_bb_pos,sell,2025-08-24 22:42:00,1341.0,0.8029,1,leg_gt,0.13,60 -51994,sell_contrast_m10_bb_pos,sell,2025-08-24 22:45:00,1340.0,0.7277,1,leg_gt,0.13,60 -51995,sell_contrast_m10_bb_pos,sell,2025-08-24 22:48:00,1341.0,0.8029,1,leg_gt,0.13,60 -51996,sell_contrast_m10_bb_pos,sell,2025-08-24 23:51:00,1344.0,1.0287,1,leg_gt,0.18,60 -51997,sell_contrast_m10_bb_pos,sell,2025-08-24 23:54:00,1347.0,1.2544,1,leg_gt,0.18,60 -51998,sell_contrast_m10_bb_pos,sell,2025-08-24 23:57:00,1345.0,1.1039,1,leg_gt,0.18,60 -51999,sell_contrast_m10_bb_pos,sell,2025-08-25 00:00:00,1345.0,1.1039,1,leg_gt,0.18,60 -52000,sell_contrast_m10_bb_pos,sell,2025-08-25 00:03:00,1343.0,0.9534,1,leg_gt,0.19,60 -52001,sell_contrast_m10_bb_pos,sell,2025-08-25 00:06:00,1353.0,1.7059,1,leg_gt,0.19,60 -52002,sell_contrast_m10_bb_pos,sell,2025-08-25 00:09:00,1354.0,1.7811,1,leg_gt,0.19,60 -52003,sell_contrast_m10_bb_pos,sell,2025-08-25 00:30:00,1355.0,1.8564,1,leg_gt,0.2,60 -52004,sell_contrast_m10_bb_pos,sell,2025-08-25 00:33:00,1358.0,2.0821,1,leg_gt,0.21,60 -52005,sell_contrast_m10_bb_pos,sell,2025-08-25 00:36:00,1356.0,1.9316,1,leg_gt,0.21,60 -52006,sell_contrast_m10_bb_pos,sell,2025-08-25 00:39:00,1354.0,1.7811,1,leg_gt,0.21,60 -52007,sell_contrast_m10_bb_pos,sell,2025-08-25 02:21:00,1359.0,2.1573,1,leg_gt,0.28,60 -52008,sell_contrast_m10_bb_pos,sell,2025-08-25 02:24:00,1361.0,2.3078,1,leg_gt,0.28,60 -52009,sell_contrast_m10_bb_pos,sell,2025-08-25 02:27:00,1362.0,2.3831,1,leg_gt,0.29,60 -52010,sell_contrast_m10_bb_pos,sell,2025-08-25 03:00:00,1370.0,2.985,1,leg_gt,0.31,60 -52011,sell_contrast_m10_bb_pos,sell,2025-08-25 03:03:00,1368.0,2.8345,1,leg_gt,0.31,60 -52012,sell_contrast_m10_bb_pos,sell,2025-08-25 03:06:00,1369.0,2.9098,1,leg_gt,0.31,60 -52013,sell_contrast_m10_bb_pos,sell,2025-08-25 03:09:00,1374.0,3.286,1,leg_gt,0.31,60 -52014,sell_contrast_m10_bb_pos,sell,2025-08-25 04:00:00,1401.0,5.3176,1,leg_gt,0.35,60 -52015,sell_contrast_m10_bb_pos,sell,2025-08-25 04:03:00,1405.0,5.6186,1,leg_gt,0.35,60 -52016,sell_contrast_m10_bb_pos,sell,2025-08-25 04:06:00,1405.0,5.6186,1,leg_gt,0.35,60 -52017,sell_contrast_m10_bb_pos,sell,2025-08-25 04:09:00,1408.0,5.8443,1,leg_gt,0.36,60 -52018,sell_contrast_m10_bb_pos,sell,2025-08-25 04:12:00,1412.0,6.1453,1,leg_gt,0.36,60 -52019,sell_contrast_m10_bb_pos,sell,2025-08-25 04:15:00,1410.0,5.9948,1,leg_gt,0.36,60 -52020,sell_contrast_m10_bb_pos,sell,2025-08-25 04:18:00,1411.0,6.0701,1,leg_gt,0.36,60 -52021,sell_contrast_m10_bb_pos,sell,2025-08-25 04:21:00,1412.0,6.1453,1,leg_gt,0.36,60 -52022,sell_contrast_m10_bb_pos,sell,2025-08-25 04:24:00,1416.0,6.4463,1,leg_gt,0.37,60 -52023,sell_contrast_m10_bb_pos,sell,2025-08-25 04:27:00,1407.0,5.7691,1,leg_gt,0.37,60 -52024,sell_contrast_m10_bb_pos,sell,2025-08-25 11:51:00,1360.0,2.2326,1,leg_gt,0.68,60 -52025,sell_contrast_m10_bb_pos,sell,2025-08-25 11:54:00,1362.0,2.3831,1,leg_gt,0.68,60 -52026,sell_contrast_m10_bb_pos,sell,2025-08-25 11:57:00,1364.0,2.5336,1,leg_gt,0.68,60 -52027,sell_contrast_m10_bb_pos,sell,2025-08-25 12:00:00,1361.0,2.3078,1,leg_gt,0.68,60 -52028,sell_contrast_m10_bb_pos,sell,2025-08-25 12:03:00,1360.0,2.2326,1,leg_gt,0.69,60 -52029,sell_contrast_m10_bb_pos,sell,2025-08-25 12:06:00,1358.0,2.0821,1,leg_gt,0.69,60 -52030,sell_contrast_m10_bb_pos,sell,2025-08-25 12:09:00,1361.0,2.3078,1,leg_gt,0.69,60 -52031,sell_contrast_m10_bb_pos,sell,2025-08-25 12:12:00,1363.0,2.4583,1,leg_gt,0.69,60 -52032,sell_contrast_m10_bb_pos,sell,2025-08-25 12:15:00,1357.0,2.0068,1,leg_gt,0.69,60 -52033,sell_contrast_m10_bb_pos,sell,2025-08-25 12:18:00,1358.0,2.0821,1,leg_gt,0.7,60 -52034,sell_contrast_m10_bb_pos,sell,2025-08-26 08:51:00,1250.0,1.6087,1,leg_gt,0.07,60 -52035,sell_contrast_m10_bb_pos,sell,2025-08-26 08:54:00,1248.0,1.446,1,leg_gt,0.07,60 -52036,sell_contrast_m10_bb_pos,sell,2025-08-26 08:57:00,1250.0,1.6087,1,leg_gt,0.07,60 -52037,sell_contrast_m10_bb_pos,sell,2025-08-26 19:42:00,1268.0,3.0733,1,leg_gt,0.52,60 -52038,sell_contrast_m10_bb_pos,sell,2025-08-26 19:45:00,1270.0,3.236,1,leg_gt,0.52,60 -52039,sell_contrast_m10_bb_pos,sell,2025-08-26 19:48:00,1268.0,3.0733,1,leg_gt,0.52,60 -52040,sell_contrast_m10_bb_pos,sell,2025-08-26 22:00:00,1283.0,4.2938,1,leg_gt,0.61,60 -52041,sell_contrast_m10_bb_pos,sell,2025-08-26 22:03:00,1278.0,3.887,1,leg_gt,0.62,60 -52042,sell_contrast_m10_bb_pos,sell,2025-08-26 22:06:00,1279.0,3.9683,1,leg_gt,0.62,60 -52043,sell_contrast_m10_bb_pos,sell,2025-08-26 22:09:00,1281.0,4.1311,1,leg_gt,0.62,60 -52044,sell_contrast_m10_bb_pos,sell,2025-08-26 22:12:00,1277.0,3.8056,1,leg_gt,0.62,60 -52045,sell_contrast_m10_bb_pos,sell,2025-08-26 22:15:00,1274.0,3.5615,1,leg_gt,0.62,60 -52046,sell_contrast_m10_bb_pos,sell,2025-08-26 22:18:00,1278.0,3.887,1,leg_gt,0.63,60 -52047,sell_contrast_m10_bb_pos,sell,2025-08-27 01:12:00,1288.0,4.7007,1,leg_gt,0.75,60 -52048,sell_contrast_m10_bb_pos,sell,2025-08-27 01:15:00,1286.0,4.5379,1,leg_gt,0.75,60 -52049,sell_contrast_m10_bb_pos,sell,2025-08-27 01:18:00,1290.0,4.8634,1,leg_gt,0.75,60 -52050,sell_contrast_m10_bb_pos,sell,2025-08-27 01:30:00,1289.0,4.782,1,leg_gt,0.76,60 -52051,sell_contrast_m10_bb_pos,sell,2025-08-27 01:33:00,1288.0,4.7007,1,leg_gt,0.76,60 -52052,sell_contrast_m10_bb_pos,sell,2025-08-27 01:36:00,1287.0,4.6193,1,leg_gt,0.76,60 -52053,sell_contrast_m10_bb_pos,sell,2025-08-27 01:39:00,1285.0,4.4566,1,leg_gt,0.77,60 -52054,sell_contrast_m10_bb_pos,sell,2025-08-27 01:51:00,1293.0,5.1075,1,leg_gt,0.78,60 -52055,sell_contrast_m10_bb_pos,sell,2025-08-27 01:54:00,1288.0,4.7007,1,leg_gt,0.78,60 -52056,sell_contrast_m10_bb_pos,sell,2025-08-27 01:57:00,1292.0,5.0261,1,leg_gt,0.78,60 -52057,sell_contrast_m10_bb_pos,sell,2025-08-27 02:00:00,1296.0,5.3516,1,leg_gt,0.78,60 -52058,sell_contrast_m10_bb_pos,sell,2025-08-27 02:03:00,1293.0,5.1075,1,leg_gt,0.78,60 -52059,sell_contrast_m10_bb_pos,sell,2025-08-27 02:06:00,1295.0,5.2702,1,leg_gt,0.79,60 -52060,sell_contrast_m10_bb_pos,sell,2025-08-27 02:09:00,1295.0,5.2702,1,leg_gt,0.79,60 -52061,sell_contrast_m10_bb_pos,sell,2025-08-27 02:12:00,1291.0,4.9448,1,leg_gt,0.79,60 -52062,sell_contrast_m10_bb_pos,sell,2025-08-27 02:15:00,1293.0,5.1075,1,leg_gt,0.79,60 -52063,sell_contrast_m10_bb_pos,sell,2025-08-27 02:18:00,1295.0,5.2702,1,leg_gt,0.79,60 -52064,sell_contrast_m10_bb_pos,sell,2025-08-27 02:21:00,1298.0,5.5143,1,leg_gt,0.8,60 -52065,sell_contrast_m10_bb_pos,sell,2025-08-27 02:24:00,1302.0,5.8398,1,leg_gt,0.8,60 -52066,sell_contrast_m10_bb_pos,sell,2025-08-27 02:27:00,1303.0,5.9212,1,leg_gt,0.8,60 -52067,sell_contrast_m10_bb_pos,sell,2025-08-27 03:00:00,1298.0,5.5143,1,leg_gt,0.82,60 -52068,sell_contrast_m10_bb_pos,sell,2025-08-27 03:03:00,1302.0,5.8398,1,leg_gt,0.82,60 -52069,sell_contrast_m10_bb_pos,sell,2025-08-27 03:06:00,1299.0,5.5957,1,leg_gt,0.83,60 -52070,sell_contrast_m10_bb_pos,sell,2025-08-27 03:09:00,1301.0,5.7584,1,leg_gt,0.83,60 -52071,sell_contrast_m10_bb_pos,sell,2025-08-27 03:12:00,1304.0,6.0025,1,leg_gt,0.83,60 -52072,sell_contrast_m10_bb_pos,sell,2025-08-27 03:15:00,1301.0,5.7584,1,leg_gt,0.83,60 -52073,sell_contrast_m10_bb_pos,sell,2025-08-27 03:18:00,1303.0,5.9212,1,leg_gt,0.84,60 -52074,sell_contrast_m10_bb_pos,sell,2025-08-27 03:21:00,1301.0,5.7584,1,leg_gt,0.84,60 -52075,sell_contrast_m10_bb_pos,sell,2025-08-27 03:24:00,1303.0,5.9212,1,leg_gt,0.84,60 -52076,sell_contrast_m10_bb_pos,sell,2025-08-27 03:27:00,1305.0,6.0839,1,leg_gt,0.84,60 -52077,sell_contrast_m10_bb_pos,sell,2025-08-27 03:30:00,1305.0,6.0839,1,leg_gt,0.84,60 -52078,sell_contrast_m10_bb_pos,sell,2025-08-27 03:33:00,1303.0,5.9212,1,leg_gt,0.85,60 -52079,sell_contrast_m10_bb_pos,sell,2025-08-27 03:36:00,1305.0,6.0839,1,leg_gt,0.85,60 -52080,sell_contrast_m10_bb_pos,sell,2025-08-27 03:39:00,1305.0,6.0839,1,leg_gt,0.85,60 -52081,sell_contrast_m10_bb_pos,sell,2025-08-27 03:42:00,1305.0,6.0839,1,leg_gt,0.85,60 -52082,sell_contrast_m10_bb_pos,sell,2025-08-27 03:45:00,1304.0,6.0025,1,leg_gt,0.85,60 -52083,sell_contrast_m10_bb_pos,sell,2025-08-27 03:48:00,1304.0,6.0025,1,leg_gt,0.86,60 -52084,sell_contrast_m10_bb_pos,sell,2025-08-27 03:51:00,1304.0,6.0025,1,leg_gt,0.86,60 -52085,sell_contrast_m10_bb_pos,sell,2025-08-27 03:54:00,1305.0,6.0839,1,leg_gt,0.86,60 -52086,sell_contrast_m10_bb_pos,sell,2025-08-27 03:57:00,1301.0,5.7584,1,leg_gt,0.86,60 -52087,sell_contrast_m10_bb_pos,sell,2025-08-27 04:30:00,1307.0,6.2466,1,leg_gt,0.89,60 -52088,sell_contrast_m10_bb_pos,sell,2025-08-27 04:33:00,1307.0,6.2466,1,leg_gt,0.89,60 -52089,sell_contrast_m10_bb_pos,sell,2025-08-27 04:36:00,1308.0,6.328,1,leg_gt,0.89,60 -52090,sell_contrast_m10_bb_pos,sell,2025-08-27 04:39:00,1308.0,6.328,1,leg_gt,0.89,60 -52091,sell_contrast_m10_bb_pos,sell,2025-08-27 04:42:00,1310.0,6.4907,1,leg_gt,0.89,60 -52092,sell_contrast_m10_bb_pos,sell,2025-08-27 04:45:00,1309.0,6.4094,1,leg_gt,0.9,60 -52093,sell_contrast_m10_bb_pos,sell,2025-08-27 04:48:00,1314.0,6.8162,1,leg_gt,0.9,60 -52094,sell_contrast_m10_bb_pos,sell,2025-08-27 05:42:00,1324.0,7.6299,1,leg_gt,0.94,60 -52095,sell_contrast_m10_bb_pos,sell,2025-08-27 05:45:00,1326.0,7.7926,1,leg_gt,0.94,60 -52096,sell_contrast_m10_bb_pos,sell,2025-08-27 05:48:00,1323.0,7.5485,1,leg_gt,0.94,60 -52097,sell_contrast_m10_bb_pos,sell,2025-08-27 06:00:00,1329.0,8.0367,1,leg_gt,0.95,60 -52098,sell_contrast_m10_bb_pos,sell,2025-08-27 06:03:00,1326.0,7.7926,1,leg_gt,0.95,60 -52099,sell_contrast_m10_bb_pos,sell,2025-08-27 06:06:00,1329.0,8.0367,1,leg_gt,0.95,60 -52100,sell_contrast_m10_bb_pos,sell,2025-08-27 06:09:00,1318.0,7.1417,1,leg_gt,0.95,60 -52101,sell_contrast_m10_bb_pos,sell,2025-08-27 08:00:00,1332.0,8.2808,1,leg_gt,1.03,60 -52102,sell_contrast_m10_bb_pos,sell,2025-08-27 08:03:00,1332.0,8.2808,1,leg_gt,1.03,60 -52103,sell_contrast_m10_bb_pos,sell,2025-08-27 08:06:00,1329.0,8.0367,1,leg_gt,1.04,60 -52104,sell_contrast_m10_bb_pos,sell,2025-08-27 08:09:00,1333.0,8.3622,1,leg_gt,1.04,60 -52105,sell_contrast_m10_bb_pos,sell,2025-08-27 08:12:00,1333.0,8.3622,1,leg_gt,1.04,60 -52106,sell_contrast_m10_bb_pos,sell,2025-08-27 08:15:00,1331.0,8.1994,1,leg_gt,1.04,60 -52107,sell_contrast_m10_bb_pos,sell,2025-08-27 08:18:00,1328.0,7.9553,1,leg_gt,1.04,60 -52108,sell_contrast_m10_bb_pos,sell,2025-08-27 09:00:00,1334.0,8.4435,1,leg_gt,1.07,60 -52109,sell_contrast_m10_bb_pos,sell,2025-08-27 09:03:00,1334.0,8.4435,1,leg_gt,1.08,60 -52110,sell_contrast_m10_bb_pos,sell,2025-08-27 09:06:00,1334.0,8.4435,1,leg_gt,1.08,60 -52111,sell_contrast_m10_bb_pos,sell,2025-08-27 09:09:00,1330.0,8.1181,1,leg_gt,1.08,60 -52112,sell_contrast_m10_bb_pos,sell,2025-08-27 09:42:00,1333.0,8.3622,1,leg_gt,1.1,60 -52113,sell_contrast_m10_bb_pos,sell,2025-08-27 09:45:00,1331.0,8.1994,1,leg_gt,1.1,60 -52114,sell_contrast_m10_bb_pos,sell,2025-08-27 09:48:00,1329.0,8.0367,1,leg_gt,1.11,60 -52115,sell_contrast_m10_bb_pos,sell,2025-08-27 12:51:00,1339.0,8.8504,1,leg_gt,1.23,60 -52116,sell_contrast_m10_bb_pos,sell,2025-08-27 12:54:00,1340.0,8.9317,1,leg_gt,1.24,60 -52117,sell_contrast_m10_bb_pos,sell,2025-08-27 12:57:00,1337.0,8.6876,1,leg_gt,1.24,60 -52118,sell_contrast_m10_bb_pos,sell,2025-08-27 13:51:00,1341.0,9.0131,1,leg_gt,1.27,60 -52119,sell_contrast_m10_bb_pos,sell,2025-08-27 13:54:00,1343.0,9.1758,1,leg_gt,1.28,60 -52120,sell_contrast_m10_bb_pos,sell,2025-08-27 13:57:00,1342.0,9.0945,1,leg_gt,1.28,60 -52121,sell_contrast_m10_bb_pos,sell,2025-08-27 20:21:00,1323.0,7.5485,1,leg_gt,1.55,60 -52122,sell_contrast_m10_bb_pos,sell,2025-08-27 20:24:00,1320.0,7.3044,1,leg_gt,1.55,60 -52123,sell_contrast_m10_bb_pos,sell,2025-08-27 20:27:00,1316.0,6.9789,1,leg_gt,1.55,60 -52124,sell_contrast_m10_bb_pos,sell,2025-08-27 22:51:00,1323.0,7.5485,1,leg_gt,1.65,60 -52125,sell_contrast_m10_bb_pos,sell,2025-08-27 22:54:00,1320.0,7.3044,1,leg_gt,1.65,60 -52126,sell_contrast_m10_bb_pos,sell,2025-08-27 22:57:00,1316.0,6.9789,1,leg_gt,1.65,60 -52127,sell_contrast_m10_bb_pos,sell,2025-08-27 23:30:00,1323.0,7.5485,1,leg_gt,1.68,60 -52128,sell_contrast_m10_bb_pos,sell,2025-08-27 23:33:00,1327.0,7.874,1,leg_gt,1.68,60 -52129,sell_contrast_m10_bb_pos,sell,2025-08-27 23:36:00,1330.0,8.1181,1,leg_gt,1.68,60 -52130,sell_contrast_m10_bb_pos,sell,2025-08-27 23:39:00,1329.0,8.0367,1,leg_gt,1.68,60 -52131,sell_contrast_m10_bb_pos,sell,2025-08-28 01:00:00,1325.0,7.7112,1,leg_gt,1.74,60 -52132,sell_contrast_m10_bb_pos,sell,2025-08-28 01:03:00,1324.0,7.6299,1,leg_gt,1.74,60 -52133,sell_contrast_m10_bb_pos,sell,2025-08-28 01:06:00,1321.0,7.3858,1,leg_gt,1.74,60 -52134,sell_contrast_m10_bb_pos,sell,2025-08-28 01:09:00,1322.0,7.4671,1,leg_gt,1.75,60 -52135,sell_contrast_m10_bb_pos,sell,2025-08-28 05:21:00,1332.0,8.2808,1,leg_gt,1.92,60 -52136,sell_contrast_m10_bb_pos,sell,2025-08-28 05:24:00,1323.0,7.5485,1,leg_gt,1.92,60 -52137,sell_contrast_m10_bb_pos,sell,2025-08-28 05:27:00,1329.0,8.0367,1,leg_gt,1.92,60 -52138,sell_contrast_m10_bb_pos,sell,2025-08-28 05:42:00,1326.0,7.7926,1,leg_gt,1.94,60 -52139,sell_contrast_m10_bb_pos,sell,2025-08-28 05:45:00,1331.0,8.1994,1,leg_gt,1.94,60 -52140,sell_contrast_m10_bb_pos,sell,2025-08-28 05:48:00,1328.0,7.9553,1,leg_gt,1.94,60 -52141,sell_contrast_m10_bb_pos,sell,2025-08-28 05:51:00,1328.0,7.9553,1,leg_gt,1.94,60 -52142,sell_contrast_m10_bb_pos,sell,2025-08-28 05:54:00,1325.0,7.7112,1,leg_gt,1.94,60 -52143,sell_contrast_m10_bb_pos,sell,2025-08-28 05:57:00,1330.0,8.1181,1,leg_gt,1.95,60 -52144,sell_contrast_m10_bb_pos,sell,2025-08-28 06:00:00,1332.0,8.2808,1,leg_gt,1.95,60 -52145,sell_contrast_m10_bb_pos,sell,2025-08-28 06:03:00,1328.0,7.9553,1,leg_gt,1.95,60 -52146,sell_contrast_m10_bb_pos,sell,2025-08-28 06:06:00,1332.0,8.2808,1,leg_gt,1.95,60 -52147,sell_contrast_m10_bb_pos,sell,2025-08-28 06:09:00,1333.0,8.3622,1,leg_gt,1.95,60 -52148,sell_contrast_m10_bb_pos,sell,2025-08-28 11:42:00,1317.0,1.6774,1,leg_gt,0.09,60 -52149,sell_contrast_m10_bb_pos,sell,2025-08-28 11:45:00,1312.0,1.291,1,leg_gt,0.09,60 -52150,sell_contrast_m10_bb_pos,sell,2025-08-28 11:48:00,1310.0,1.1365,1,leg_gt,0.09,60 -52151,sell_contrast_m10_bb_pos,sell,2025-08-28 13:00:00,1317.0,1.6774,1,leg_gt,0.14,60 -52152,sell_contrast_m10_bb_pos,sell,2025-08-28 13:03:00,1313.0,1.3683,1,leg_gt,0.15,60 -52153,sell_contrast_m10_bb_pos,sell,2025-08-28 13:06:00,1316.0,1.6002,1,leg_gt,0.15,60 -52154,sell_contrast_m10_bb_pos,sell,2025-08-28 13:09:00,1320.0,1.9093,1,leg_gt,0.15,60 -52155,sell_contrast_m10_bb_pos,sell,2025-08-28 14:21:00,1320.0,1.9093,1,leg_gt,0.2,60 -52156,sell_contrast_m10_bb_pos,sell,2025-08-28 14:24:00,1319.0,1.832,1,leg_gt,0.2,60 -52157,sell_contrast_m10_bb_pos,sell,2025-08-28 14:27:00,1318.0,1.7547,1,leg_gt,0.2,60 -52158,sell_contrast_m10_bb_pos,sell,2025-08-28 16:51:00,1322.0,2.0638,1,leg_gt,0.3,60 -52159,sell_contrast_m10_bb_pos,sell,2025-08-28 16:54:00,1324.0,2.2184,1,leg_gt,0.31,60 -52160,sell_contrast_m10_bb_pos,sell,2025-08-28 16:57:00,1324.0,2.2184,1,leg_gt,0.31,60 -52161,sell_contrast_m10_bb_pos,sell,2025-08-28 17:21:00,1323.0,2.1411,1,leg_gt,0.32,60 -52162,sell_contrast_m10_bb_pos,sell,2025-08-28 17:24:00,1321.0,1.9866,1,leg_gt,0.33,60 -52163,sell_contrast_m10_bb_pos,sell,2025-08-28 17:27:00,1320.0,1.9093,1,leg_gt,0.33,60 -52164,sell_contrast_m10_bb_pos,sell,2025-08-28 21:42:00,1324.0,2.2184,1,leg_gt,0.51,60 -52165,sell_contrast_m10_bb_pos,sell,2025-08-28 21:45:00,1325.0,2.2957,1,leg_gt,0.51,60 -52166,sell_contrast_m10_bb_pos,sell,2025-08-28 21:48:00,1321.0,1.9866,1,leg_gt,0.51,60 -52167,sell_contrast_m10_bb_pos,sell,2025-08-28 22:42:00,1319.0,1.832,1,leg_gt,0.55,60 -52168,sell_contrast_m10_bb_pos,sell,2025-08-28 22:45:00,1321.0,1.9866,1,leg_gt,0.55,60 -52169,sell_contrast_m10_bb_pos,sell,2025-08-28 22:48:00,1319.0,1.832,1,leg_gt,0.55,60 -52170,sell_contrast_m10_bb_pos,sell,2025-08-28 23:00:00,1323.0,2.1411,1,leg_gt,0.56,60 -52171,sell_contrast_m10_bb_pos,sell,2025-08-28 23:03:00,1322.0,2.0638,1,leg_gt,0.56,60 -52172,sell_contrast_m10_bb_pos,sell,2025-08-28 23:06:00,1328.0,2.5275,1,leg_gt,0.56,60 -52173,sell_contrast_m10_bb_pos,sell,2025-08-28 23:09:00,1324.0,2.2184,1,leg_gt,0.57,60 -52174,sell_contrast_m10_bb_pos,sell,2025-08-29 00:12:00,1331.0,2.7594,1,leg_gt,0.61,60 -52175,sell_contrast_m10_bb_pos,sell,2025-08-29 00:15:00,1333.0,2.9139,1,leg_gt,0.61,60 -52176,sell_contrast_m10_bb_pos,sell,2025-08-29 00:18:00,1338.0,3.3003,1,leg_gt,0.61,60 -52177,sell_contrast_m10_bb_pos,sell,2025-08-29 00:30:00,1333.0,2.9139,1,leg_gt,0.62,60 -52178,sell_contrast_m10_bb_pos,sell,2025-08-29 00:33:00,1335.0,3.0685,1,leg_gt,0.62,60 -52179,sell_contrast_m10_bb_pos,sell,2025-08-29 00:36:00,1338.0,3.3003,1,leg_gt,0.63,60 -52180,sell_contrast_m10_bb_pos,sell,2025-08-29 00:39:00,1335.0,3.0685,1,leg_gt,0.63,60 -52181,sell_contrast_m10_bb_pos,sell,2025-08-29 00:42:00,1334.0,2.9912,1,leg_gt,0.63,60 -52182,sell_contrast_m10_bb_pos,sell,2025-08-29 00:45:00,1334.0,2.9912,1,leg_gt,0.63,60 -52183,sell_contrast_m10_bb_pos,sell,2025-08-29 00:48:00,1331.0,2.7594,1,leg_gt,0.64,60 -52184,sell_contrast_m10_bb_pos,sell,2025-08-29 06:21:00,1326.0,2.373,1,leg_gt,0.87,60 -52185,sell_contrast_m10_bb_pos,sell,2025-08-29 06:24:00,1328.0,2.5275,1,leg_gt,0.87,60 -52186,sell_contrast_m10_bb_pos,sell,2025-08-29 06:27:00,1325.0,2.2957,1,leg_gt,0.87,60 -52187,sell_contrast_m10_bb_pos,sell,2025-08-29 06:30:00,1326.0,2.373,1,leg_gt,0.87,60 -52188,sell_contrast_m10_bb_pos,sell,2025-08-29 06:33:00,1325.0,2.2957,1,leg_gt,0.88,60 -52189,sell_contrast_m10_bb_pos,sell,2025-08-29 06:36:00,1327.0,2.4502,1,leg_gt,0.88,60 -52190,sell_contrast_m10_bb_pos,sell,2025-08-29 06:39:00,1324.0,2.2184,1,leg_gt,0.88,60 -52191,sell_contrast_m10_bb_pos,sell,2025-08-29 07:42:00,1340.0,3.4549,1,leg_gt,0.92,60 -52192,sell_contrast_m10_bb_pos,sell,2025-08-29 07:45:00,1338.0,3.3003,1,leg_gt,0.92,60 -52193,sell_contrast_m10_bb_pos,sell,2025-08-29 07:48:00,1340.0,3.4549,1,leg_gt,0.93,60 -52194,sell_contrast_m10_bb_pos,sell,2025-08-29 07:51:00,1339.0,3.3776,1,leg_gt,0.93,60 -52195,sell_contrast_m10_bb_pos,sell,2025-08-29 07:54:00,1337.0,3.223,1,leg_gt,0.93,60 -52196,sell_contrast_m10_bb_pos,sell,2025-08-29 07:57:00,1340.0,3.4549,1,leg_gt,0.93,60 -52197,sell_contrast_m10_bb_pos,sell,2025-08-29 08:00:00,1340.0,3.4549,1,leg_gt,0.94,60 -52198,sell_contrast_m10_bb_pos,sell,2025-08-29 08:03:00,1339.0,3.3776,1,leg_gt,0.94,60 -52199,sell_contrast_m10_bb_pos,sell,2025-08-29 08:06:00,1339.0,3.3776,1,leg_gt,0.94,60 -52200,sell_contrast_m10_bb_pos,sell,2025-08-29 08:09:00,1339.0,3.3776,1,leg_gt,0.94,60 -52201,sell_contrast_m10_bb_pos,sell,2025-08-29 09:30:00,1343.0,3.6867,1,leg_gt,1.0,60 -52202,sell_contrast_m10_bb_pos,sell,2025-08-29 09:33:00,1338.0,3.3003,1,leg_gt,1.0,60 -52203,sell_contrast_m10_bb_pos,sell,2025-08-29 09:36:00,1338.0,3.3003,1,leg_gt,1.0,60 -52204,sell_contrast_m10_bb_pos,sell,2025-08-29 09:39:00,1335.0,3.0685,1,leg_gt,1.0,60 -52205,sell_contrast_m10_bb_pos,sell,2025-08-29 13:00:00,1335.0,3.0685,1,leg_gt,1.14,60 -52206,sell_contrast_m10_bb_pos,sell,2025-08-29 13:03:00,1334.0,2.9912,1,leg_gt,1.15,60 -52207,sell_contrast_m10_bb_pos,sell,2025-08-29 13:06:00,1333.0,2.9139,1,leg_gt,1.15,60 -52208,sell_contrast_m10_bb_pos,sell,2025-08-29 13:09:00,1330.0,2.6821,1,leg_gt,1.15,60 -52209,sell_contrast_m10_bb_pos,sell,2025-08-29 19:30:00,1294.0,-0.1,0,leg_gt,1.41,60 -52210,sell_contrast_m10_bb_pos,sell,2025-08-29 19:33:00,1290.0,-0.4091,0,leg_gt,1.42,60 -52211,sell_contrast_m10_bb_pos,sell,2025-08-29 19:36:00,1290.0,-0.4091,0,leg_gt,1.42,60 -52212,sell_contrast_m10_bb_pos,sell,2025-08-29 19:39:00,1289.0,-0.4864,0,leg_gt,1.42,60 -52213,sell_contrast_m10_bb_pos,sell,2025-08-29 22:00:00,1299.0,0.2864,1,leg_gt,1.52,60 -52214,sell_contrast_m10_bb_pos,sell,2025-08-29 22:03:00,1297.0,0.1318,1,leg_gt,1.52,60 -52215,sell_contrast_m10_bb_pos,sell,2025-08-29 22:06:00,1297.0,0.1318,1,leg_gt,1.52,60 -52216,sell_contrast_m10_bb_pos,sell,2025-08-29 22:09:00,1292.0,-0.2546,0,leg_gt,1.52,60 -52217,sell_contrast_m10_bb_pos,sell,2025-08-30 04:51:00,1268.0,-2.1093,0,leg_gt,1.8,60 -52218,sell_contrast_m10_bb_pos,sell,2025-08-30 04:54:00,1268.0,-2.1093,0,leg_gt,1.81,60 -52219,sell_contrast_m10_bb_pos,sell,2025-08-30 04:57:00,1270.0,-1.9547,0,leg_gt,1.81,60 -52220,sell_contrast_m10_bb_pos,sell,2025-08-30 07:00:00,1275.0,-1.5683,0,leg_gt,1.89,60 -52221,sell_contrast_m10_bb_pos,sell,2025-08-30 07:03:00,1273.0,-1.7229,0,leg_gt,1.9,60 -52222,sell_contrast_m10_bb_pos,sell,2025-08-30 07:06:00,1272.0,-1.8002,0,leg_gt,1.9,60 -52223,sell_contrast_m10_bb_pos,sell,2025-08-30 07:09:00,1272.0,-1.8002,0,leg_gt,1.9,60 -52224,sell_contrast_m10_bb_pos,sell,2025-08-30 07:30:00,1275.0,-1.5683,0,leg_gt,1.91,60 -52225,sell_contrast_m10_bb_pos,sell,2025-08-30 07:33:00,1276.0,-1.491,0,leg_gt,1.92,60 -52226,sell_contrast_m10_bb_pos,sell,2025-08-30 07:36:00,1277.0,-1.4138,0,leg_gt,1.92,60 -52227,sell_contrast_m10_bb_pos,sell,2025-08-30 07:39:00,1273.0,-1.7229,0,leg_gt,1.92,60 -52228,sell_contrast_m10_bb_pos,sell,2025-08-30 08:00:00,1276.0,-1.491,0,leg_gt,1.94,60 -52229,sell_contrast_m10_bb_pos,sell,2025-08-30 08:03:00,1277.0,-1.4138,0,leg_gt,1.94,60 -52230,sell_contrast_m10_bb_pos,sell,2025-08-30 08:06:00,1274.0,-1.6456,0,leg_gt,1.94,60 -52231,sell_contrast_m10_bb_pos,sell,2025-08-30 08:09:00,1273.0,-1.7229,0,leg_gt,1.94,60 -52232,sell_contrast_m10_bb_pos,sell,2025-08-30 08:21:00,1275.0,-1.5683,0,leg_gt,1.95,60 -52233,sell_contrast_m10_bb_pos,sell,2025-08-30 08:24:00,1277.0,-1.4138,0,leg_gt,1.95,60 -52234,sell_contrast_m10_bb_pos,sell,2025-08-30 08:27:00,1273.0,-1.7229,0,leg_gt,1.95,60 -52235,sell_contrast_m10_bb_pos,sell,2025-08-30 12:21:00,1278.0,3.0477,1,leg_gt,0.06,60 -52236,sell_contrast_m10_bb_pos,sell,2025-08-30 12:24:00,1282.0,3.3705,1,leg_gt,0.06,60 -52237,sell_contrast_m10_bb_pos,sell,2025-08-30 12:27:00,1279.0,3.1284,1,leg_gt,0.06,60 -52238,sell_contrast_m10_bb_pos,sell,2025-08-30 12:30:00,1280.0,3.2091,1,leg_gt,0.06,60 -52239,sell_contrast_m10_bb_pos,sell,2025-08-30 12:33:00,1280.0,3.2091,1,leg_gt,0.07,60 -52240,sell_contrast_m10_bb_pos,sell,2025-08-30 12:36:00,1279.0,3.1284,1,leg_gt,0.07,60 -52241,sell_contrast_m10_bb_pos,sell,2025-08-30 12:39:00,1281.0,3.2898,1,leg_gt,0.07,60 -52242,sell_contrast_m10_bb_pos,sell,2025-08-30 12:42:00,1277.0,2.967,1,leg_gt,0.07,60 -52243,sell_contrast_m10_bb_pos,sell,2025-08-30 12:45:00,1276.0,2.8863,1,leg_gt,0.08,60 -52244,sell_contrast_m10_bb_pos,sell,2025-08-30 12:48:00,1276.0,2.8863,1,leg_gt,0.08,60 -52245,sell_contrast_m10_bb_pos,sell,2025-08-30 13:00:00,1279.0,3.1284,1,leg_gt,0.09,60 -52246,sell_contrast_m10_bb_pos,sell,2025-08-30 13:03:00,1279.0,3.1284,1,leg_gt,0.09,60 -52247,sell_contrast_m10_bb_pos,sell,2025-08-30 13:06:00,1278.0,3.0477,1,leg_gt,0.09,60 -52248,sell_contrast_m10_bb_pos,sell,2025-08-30 13:09:00,1279.0,3.1284,1,leg_gt,0.09,60 -52249,sell_contrast_m10_bb_pos,sell,2025-08-30 13:12:00,1280.0,3.2091,1,leg_gt,0.09,60 -52250,sell_contrast_m10_bb_pos,sell,2025-08-30 13:15:00,1276.0,2.8863,1,leg_gt,0.1,60 -52251,sell_contrast_m10_bb_pos,sell,2025-08-30 13:18:00,1277.0,2.967,1,leg_gt,0.1,60 -52252,sell_contrast_m10_bb_pos,sell,2025-08-30 16:42:00,1281.0,3.2898,1,leg_gt,0.24,60 -52253,sell_contrast_m10_bb_pos,sell,2025-08-30 16:45:00,1282.0,3.3705,1,leg_gt,0.24,60 -52254,sell_contrast_m10_bb_pos,sell,2025-08-30 16:48:00,1282.0,3.3705,1,leg_gt,0.24,60 -52255,sell_contrast_m10_bb_pos,sell,2025-08-30 17:00:00,1283.0,3.4513,1,leg_gt,0.25,60 -52256,sell_contrast_m10_bb_pos,sell,2025-08-30 17:03:00,1282.0,3.3705,1,leg_gt,0.25,60 -52257,sell_contrast_m10_bb_pos,sell,2025-08-30 17:06:00,1283.0,3.4513,1,leg_gt,0.26,60 -52258,sell_contrast_m10_bb_pos,sell,2025-08-30 17:09:00,1282.0,3.3705,1,leg_gt,0.26,60 -52259,sell_contrast_m10_bb_pos,sell,2025-08-30 17:12:00,1281.0,3.2898,1,leg_gt,0.26,60 -52260,sell_contrast_m10_bb_pos,sell,2025-08-30 17:15:00,1281.0,3.2898,1,leg_gt,0.26,60 -52261,sell_contrast_m10_bb_pos,sell,2025-08-30 17:18:00,1279.0,3.1284,1,leg_gt,0.26,60 -52262,sell_contrast_m10_bb_pos,sell,2025-08-30 21:12:00,1276.0,2.8863,1,leg_gt,0.43,60 -52263,sell_contrast_m10_bb_pos,sell,2025-08-30 21:15:00,1275.0,2.8056,1,leg_gt,0.43,60 -52264,sell_contrast_m10_bb_pos,sell,2025-08-30 21:18:00,1274.0,2.7249,1,leg_gt,0.43,60 -52265,sell_contrast_m10_bb_pos,sell,2025-08-30 21:21:00,1276.0,2.8863,1,leg_gt,0.43,60 -52266,sell_contrast_m10_bb_pos,sell,2025-08-30 21:24:00,1274.0,2.7249,1,leg_gt,0.44,60 -52267,sell_contrast_m10_bb_pos,sell,2025-08-30 21:27:00,1271.0,2.4827,1,leg_gt,0.44,60 -52268,sell_contrast_m10_bb_pos,sell,2025-08-31 00:30:00,1271.0,2.4827,1,leg_gt,0.56,60 -52269,sell_contrast_m10_bb_pos,sell,2025-08-31 00:33:00,1269.0,2.3213,1,leg_gt,0.57,60 -52270,sell_contrast_m10_bb_pos,sell,2025-08-31 00:36:00,1270.0,2.402,1,leg_gt,0.57,60 -52271,sell_contrast_m10_bb_pos,sell,2025-08-31 00:39:00,1271.0,2.4827,1,leg_gt,0.57,60 -52272,sell_contrast_m10_bb_pos,sell,2025-08-31 00:42:00,1274.0,2.7249,1,leg_gt,0.57,60 -52273,sell_contrast_m10_bb_pos,sell,2025-08-31 00:45:00,1273.0,2.6441,1,leg_gt,0.57,60 -52274,sell_contrast_m10_bb_pos,sell,2025-08-31 00:48:00,1274.0,2.7249,1,leg_gt,0.58,60 -52275,sell_contrast_m10_bb_pos,sell,2025-08-31 00:51:00,1271.0,2.4827,1,leg_gt,0.58,60 -52276,sell_contrast_m10_bb_pos,sell,2025-08-31 00:54:00,1269.0,2.3213,1,leg_gt,0.58,60 -52277,sell_contrast_m10_bb_pos,sell,2025-08-31 00:57:00,1269.0,2.3213,1,leg_gt,0.58,60 -52278,sell_contrast_m10_bb_pos,sell,2025-08-31 01:00:00,1270.0,2.402,1,leg_gt,0.59,60 -52279,sell_contrast_m10_bb_pos,sell,2025-08-31 01:03:00,1271.0,2.4827,1,leg_gt,0.59,60 -52280,sell_contrast_m10_bb_pos,sell,2025-08-31 01:06:00,1270.0,2.402,1,leg_gt,0.59,60 -52281,sell_contrast_m10_bb_pos,sell,2025-08-31 01:09:00,1269.0,2.3213,1,leg_gt,0.59,60 -52282,sell_contrast_m10_bb_pos,sell,2025-08-31 01:12:00,1268.0,2.2406,1,leg_gt,0.59,60 -52283,sell_contrast_m10_bb_pos,sell,2025-08-31 01:15:00,1267.0,2.1599,1,leg_gt,0.6,60 -52284,sell_contrast_m10_bb_pos,sell,2025-08-31 01:18:00,1268.0,2.2406,1,leg_gt,0.6,60 -52285,sell_contrast_m10_bb_pos,sell,2025-08-31 08:00:00,1258.0,1.4335,1,leg_gt,0.88,60 -52286,sell_contrast_m10_bb_pos,sell,2025-08-31 08:03:00,1260.0,1.5949,1,leg_gt,0.88,60 -52287,sell_contrast_m10_bb_pos,sell,2025-08-31 08:06:00,1260.0,1.5949,1,leg_gt,0.88,60 -52288,sell_contrast_m10_bb_pos,sell,2025-08-31 08:09:00,1261.0,1.6756,1,leg_gt,0.88,60 -52289,sell_contrast_m10_bb_pos,sell,2025-08-31 08:42:00,1262.0,1.7563,1,leg_gt,0.91,60 -52290,sell_contrast_m10_bb_pos,sell,2025-08-31 08:45:00,1261.0,1.6756,1,leg_gt,0.91,60 -52291,sell_contrast_m10_bb_pos,sell,2025-08-31 08:48:00,1259.0,1.5142,1,leg_gt,0.91,60 -52292,sell_contrast_m10_bb_pos,sell,2025-08-31 09:00:00,1262.0,1.7563,1,leg_gt,0.92,60 -52293,sell_contrast_m10_bb_pos,sell,2025-08-31 09:03:00,1267.0,2.1599,1,leg_gt,0.92,60 -52294,sell_contrast_m10_bb_pos,sell,2025-08-31 09:06:00,1265.0,1.9985,1,leg_gt,0.92,60 -52295,sell_contrast_m10_bb_pos,sell,2025-08-31 09:09:00,1267.0,2.1599,1,leg_gt,0.92,60 -52296,sell_contrast_m10_bb_pos,sell,2025-08-31 09:21:00,1266.0,2.0792,1,leg_gt,0.93,60 -52297,sell_contrast_m10_bb_pos,sell,2025-08-31 09:24:00,1266.0,2.0792,1,leg_gt,0.94,60 -52298,sell_contrast_m10_bb_pos,sell,2025-08-31 09:27:00,1266.0,2.0792,1,leg_gt,0.94,60 -52299,sell_contrast_m10_bb_pos,sell,2025-08-31 09:30:00,1267.0,2.1599,1,leg_gt,0.94,60 -52300,sell_contrast_m10_bb_pos,sell,2025-08-31 09:33:00,1266.0,2.0792,1,leg_gt,0.94,60 -52301,sell_contrast_m10_bb_pos,sell,2025-08-31 09:36:00,1267.0,2.1599,1,leg_gt,0.94,60 -52302,sell_contrast_m10_bb_pos,sell,2025-08-31 09:39:00,1269.0,2.3213,1,leg_gt,0.95,60 -52303,sell_contrast_m10_bb_pos,sell,2025-08-31 09:42:00,1267.0,2.1599,1,leg_gt,0.95,60 -52304,sell_contrast_m10_bb_pos,sell,2025-08-31 09:45:00,1271.0,2.4827,1,leg_gt,0.95,60 -52305,sell_contrast_m10_bb_pos,sell,2025-08-31 09:48:00,1273.0,2.6441,1,leg_gt,0.95,60 -52306,sell_contrast_m10_bb_pos,sell,2025-08-31 10:12:00,1273.0,2.6441,1,leg_gt,0.97,60 -52307,sell_contrast_m10_bb_pos,sell,2025-08-31 10:15:00,1272.0,2.5634,1,leg_gt,0.97,60 -52308,sell_contrast_m10_bb_pos,sell,2025-08-31 10:18:00,1272.0,2.5634,1,leg_gt,0.97,60 -52309,sell_contrast_m10_bb_pos,sell,2025-08-31 10:21:00,1274.0,2.7249,1,leg_gt,0.98,60 -52310,sell_contrast_m10_bb_pos,sell,2025-08-31 10:24:00,1274.0,2.7249,1,leg_gt,0.98,60 -52311,sell_contrast_m10_bb_pos,sell,2025-08-31 10:27:00,1275.0,2.8056,1,leg_gt,0.98,60 -52312,sell_contrast_m10_bb_pos,sell,2025-08-31 10:30:00,1276.0,2.8863,1,leg_gt,0.98,60 -52313,sell_contrast_m10_bb_pos,sell,2025-08-31 10:33:00,1279.0,3.1284,1,leg_gt,0.98,60 -52314,sell_contrast_m10_bb_pos,sell,2025-08-31 10:36:00,1279.0,3.1284,1,leg_gt,0.99,60 -52315,sell_contrast_m10_bb_pos,sell,2025-08-31 10:39:00,1278.0,3.0477,1,leg_gt,0.99,60 -52316,sell_contrast_m10_bb_pos,sell,2025-08-31 10:42:00,1277.0,2.967,1,leg_gt,0.99,60 -52317,sell_contrast_m10_bb_pos,sell,2025-08-31 10:45:00,1275.0,2.8056,1,leg_gt,0.99,60 -52318,sell_contrast_m10_bb_pos,sell,2025-08-31 10:48:00,1277.0,2.967,1,leg_gt,0.99,60 -52319,sell_contrast_m10_bb_pos,sell,2025-08-31 10:51:00,1278.0,3.0477,1,leg_gt,1.0,60 -52320,sell_contrast_m10_bb_pos,sell,2025-08-31 10:54:00,1278.0,3.0477,1,leg_gt,1.0,60 -52321,sell_contrast_m10_bb_pos,sell,2025-08-31 10:57:00,1279.0,3.1284,1,leg_gt,1.0,60 -52322,sell_contrast_m10_bb_pos,sell,2025-08-31 11:00:00,1280.0,3.2091,1,leg_gt,1.0,60 -52323,sell_contrast_m10_bb_pos,sell,2025-08-31 11:03:00,1278.0,3.0477,1,leg_gt,1.0,60 -52324,sell_contrast_m10_bb_pos,sell,2025-08-31 11:06:00,1280.0,3.2091,1,leg_gt,1.01,60 -52325,sell_contrast_m10_bb_pos,sell,2025-08-31 11:09:00,1277.0,2.967,1,leg_gt,1.01,60 -52326,sell_contrast_m10_bb_pos,sell,2025-08-31 18:12:00,1266.0,2.0792,1,leg_gt,1.3,60 -52327,sell_contrast_m10_bb_pos,sell,2025-08-31 18:15:00,1266.0,2.0792,1,leg_gt,1.3,60 -52328,sell_contrast_m10_bb_pos,sell,2025-08-31 18:18:00,1266.0,2.0792,1,leg_gt,1.31,60 -52329,sell_contrast_m10_bb_pos,sell,2025-08-31 18:21:00,1267.0,2.1599,1,leg_gt,1.31,60 -52330,sell_contrast_m10_bb_pos,sell,2025-08-31 18:24:00,1269.0,2.3213,1,leg_gt,1.31,60 -52331,sell_contrast_m10_bb_pos,sell,2025-08-31 18:27:00,1265.0,1.9985,1,leg_gt,1.31,60 -52332,sell_contrast_m10_bb_pos,sell,2025-09-01 00:51:00,1256.0,1.2721,1,leg_gt,1.58,60 -52333,sell_contrast_m10_bb_pos,sell,2025-09-01 00:54:00,1257.0,1.3528,1,leg_gt,1.58,60 -52334,sell_contrast_m10_bb_pos,sell,2025-09-01 00:57:00,1257.0,1.3528,1,leg_gt,1.58,60 -52335,sell_contrast_m10_bb_pos,sell,2025-09-01 03:51:00,1257.0,1.3528,1,leg_gt,1.7,60 -52336,sell_contrast_m10_bb_pos,sell,2025-09-01 03:54:00,1258.0,1.4335,1,leg_gt,1.71,60 -52337,sell_contrast_m10_bb_pos,sell,2025-09-01 03:57:00,1257.0,1.3528,1,leg_gt,1.71,60 -52338,sell_contrast_m10_bb_pos,sell,2025-09-01 04:00:00,1257.0,1.3528,1,leg_gt,1.71,60 -52339,sell_contrast_m10_bb_pos,sell,2025-09-01 04:03:00,1258.0,1.4335,1,leg_gt,1.71,60 -52340,sell_contrast_m10_bb_pos,sell,2025-09-01 04:06:00,1257.0,1.3528,1,leg_gt,1.71,60 -52341,sell_contrast_m10_bb_pos,sell,2025-09-01 04:09:00,1255.0,1.1914,1,leg_gt,1.72,60 -52342,sell_contrast_m10_bb_pos,sell,2025-09-01 06:51:00,1256.0,1.2721,1,leg_gt,1.83,60 -52343,sell_contrast_m10_bb_pos,sell,2025-09-01 06:54:00,1256.0,1.2721,1,leg_gt,1.83,60 -52344,sell_contrast_m10_bb_pos,sell,2025-09-01 06:57:00,1253.0,1.0299,1,leg_gt,1.83,60 -52345,sell_contrast_m10_bb_pos,sell,2025-09-01 16:21:00,1215.0,1.5736,1,leg_gt,0.11,60 -52346,sell_contrast_m10_bb_pos,sell,2025-09-01 16:24:00,1213.0,1.4063,1,leg_gt,0.11,60 -52347,sell_contrast_m10_bb_pos,sell,2025-09-01 16:27:00,1215.0,1.5736,1,leg_gt,0.11,60 -52348,sell_contrast_m10_bb_pos,sell,2025-09-01 17:21:00,1245.0,4.0841,1,leg_gt,0.15,60 -52349,sell_contrast_m10_bb_pos,sell,2025-09-01 17:24:00,1252.0,4.6699,1,leg_gt,0.15,60 -52350,sell_contrast_m10_bb_pos,sell,2025-09-01 17:27:00,1251.0,4.5862,1,leg_gt,0.15,60 -52351,sell_contrast_m10_bb_pos,sell,2025-09-01 17:30:00,1248.0,4.3351,1,leg_gt,0.16,60 -52352,sell_contrast_m10_bb_pos,sell,2025-09-01 17:33:00,1249.0,4.4188,1,leg_gt,0.16,60 -52353,sell_contrast_m10_bb_pos,sell,2025-09-01 17:36:00,1249.0,4.4188,1,leg_gt,0.16,60 -52354,sell_contrast_m10_bb_pos,sell,2025-09-01 17:39:00,1252.0,4.6699,1,leg_gt,0.16,60 -52355,sell_contrast_m10_bb_pos,sell,2025-09-01 17:42:00,1248.0,4.3351,1,leg_gt,0.16,60 -52356,sell_contrast_m10_bb_pos,sell,2025-09-01 17:45:00,1249.0,4.4188,1,leg_gt,0.17,60 -52357,sell_contrast_m10_bb_pos,sell,2025-09-01 17:48:00,1247.0,4.2515,1,leg_gt,0.17,60 -52358,sell_contrast_m10_bb_pos,sell,2025-09-01 17:51:00,1251.0,4.5862,1,leg_gt,0.17,60 -52359,sell_contrast_m10_bb_pos,sell,2025-09-01 17:54:00,1251.0,4.5862,1,leg_gt,0.17,60 -52360,sell_contrast_m10_bb_pos,sell,2025-09-01 17:57:00,1252.0,4.6699,1,leg_gt,0.18,60 -52361,sell_contrast_m10_bb_pos,sell,2025-09-01 18:00:00,1257.0,5.0883,1,leg_gt,0.18,60 -52362,sell_contrast_m10_bb_pos,sell,2025-09-01 18:03:00,1256.0,5.0046,1,leg_gt,0.18,60 -52363,sell_contrast_m10_bb_pos,sell,2025-09-01 18:06:00,1259.0,5.2556,1,leg_gt,0.18,60 -52364,sell_contrast_m10_bb_pos,sell,2025-09-01 18:09:00,1258.0,5.172,1,leg_gt,0.18,60 -52365,sell_contrast_m10_bb_pos,sell,2025-09-01 18:12:00,1257.0,5.0883,1,leg_gt,0.19,60 -52366,sell_contrast_m10_bb_pos,sell,2025-09-01 18:15:00,1257.0,5.0883,1,leg_gt,0.19,60 -52367,sell_contrast_m10_bb_pos,sell,2025-09-01 18:18:00,1256.0,5.0046,1,leg_gt,0.19,60 -52368,sell_contrast_m10_bb_pos,sell,2025-09-02 04:12:00,1210.0,1.1552,1,leg_gt,0.6,60 -52369,sell_contrast_m10_bb_pos,sell,2025-09-02 04:15:00,1209.0,1.0715,1,leg_gt,0.6,60 -52370,sell_contrast_m10_bb_pos,sell,2025-09-02 04:18:00,1209.0,1.0715,1,leg_gt,0.61,60 -52371,sell_contrast_m10_bb_pos,sell,2025-09-02 08:51:00,1194.0,1.9513,1,leg_gt,0.09,60 -52372,sell_contrast_m10_bb_pos,sell,2025-09-02 08:54:00,1191.0,1.6949,1,leg_gt,0.09,60 -52373,sell_contrast_m10_bb_pos,sell,2025-09-02 08:57:00,1193.0,1.8658,1,leg_gt,0.1,60 -52374,sell_contrast_m10_bb_pos,sell,2025-09-02 09:12:00,1195.0,2.0368,1,leg_gt,0.11,60 -52375,sell_contrast_m10_bb_pos,sell,2025-09-02 09:15:00,1191.0,1.6949,1,leg_gt,0.11,60 -52376,sell_contrast_m10_bb_pos,sell,2025-09-02 09:18:00,1190.0,1.6094,1,leg_gt,0.11,60 -52377,sell_contrast_m10_bb_pos,sell,2025-09-02 09:21:00,1194.0,1.9513,1,leg_gt,0.11,60 -52378,sell_contrast_m10_bb_pos,sell,2025-09-02 09:24:00,1195.0,2.0368,1,leg_gt,0.11,60 -52379,sell_contrast_m10_bb_pos,sell,2025-09-02 09:27:00,1196.0,2.1222,1,leg_gt,0.12,60 -52380,sell_contrast_m10_bb_pos,sell,2025-09-02 09:30:00,1194.0,1.9513,1,leg_gt,0.12,60 -52381,sell_contrast_m10_bb_pos,sell,2025-09-02 09:33:00,1196.0,2.1222,1,leg_gt,0.12,60 -52382,sell_contrast_m10_bb_pos,sell,2025-09-02 09:36:00,1196.0,2.1222,1,leg_gt,0.12,60 -52383,sell_contrast_m10_bb_pos,sell,2025-09-02 09:39:00,1195.0,2.0368,1,leg_gt,0.12,60 -52384,sell_contrast_m10_bb_pos,sell,2025-09-02 11:12:00,1201.0,2.5496,1,leg_gt,0.19,60 -52385,sell_contrast_m10_bb_pos,sell,2025-09-02 11:15:00,1205.0,2.8915,1,leg_gt,0.19,60 -52386,sell_contrast_m10_bb_pos,sell,2025-09-02 11:18:00,1201.0,2.5496,1,leg_gt,0.19,60 -52387,sell_contrast_m10_bb_pos,sell,2025-09-02 11:21:00,1204.0,2.806,1,leg_gt,0.2,60 -52388,sell_contrast_m10_bb_pos,sell,2025-09-02 11:24:00,1205.0,2.8915,1,leg_gt,0.2,60 -52389,sell_contrast_m10_bb_pos,sell,2025-09-02 11:27:00,1205.0,2.8915,1,leg_gt,0.2,60 -52390,sell_contrast_m10_bb_pos,sell,2025-09-02 11:30:00,1203.0,2.7205,1,leg_gt,0.2,60 -52391,sell_contrast_m10_bb_pos,sell,2025-09-02 11:33:00,1203.0,2.7205,1,leg_gt,0.2,60 -52392,sell_contrast_m10_bb_pos,sell,2025-09-02 11:36:00,1207.0,3.0624,1,leg_gt,0.21,60 -52393,sell_contrast_m10_bb_pos,sell,2025-09-02 11:39:00,1205.0,2.8915,1,leg_gt,0.21,60 -52394,sell_contrast_m10_bb_pos,sell,2025-09-02 11:42:00,1203.0,2.7205,1,leg_gt,0.21,60 -52395,sell_contrast_m10_bb_pos,sell,2025-09-02 11:45:00,1206.0,2.9769,1,leg_gt,0.21,60 -52396,sell_contrast_m10_bb_pos,sell,2025-09-02 11:48:00,1209.0,3.2333,1,leg_gt,0.21,60 -52397,sell_contrast_m10_bb_pos,sell,2025-09-02 13:00:00,1218.0,4.0026,1,leg_gt,0.26,60 -52398,sell_contrast_m10_bb_pos,sell,2025-09-02 13:03:00,1215.0,3.7462,1,leg_gt,0.27,60 -52399,sell_contrast_m10_bb_pos,sell,2025-09-02 13:06:00,1215.0,3.7462,1,leg_gt,0.27,60 -52400,sell_contrast_m10_bb_pos,sell,2025-09-02 13:09:00,1215.0,3.7462,1,leg_gt,0.27,60 -52401,sell_contrast_m10_bb_pos,sell,2025-09-02 13:42:00,1220.0,4.1735,1,leg_gt,0.29,60 -52402,sell_contrast_m10_bb_pos,sell,2025-09-02 13:45:00,1222.0,4.3444,1,leg_gt,0.3,60 -52403,sell_contrast_m10_bb_pos,sell,2025-09-02 13:48:00,1223.0,4.4299,1,leg_gt,0.3,60 -52404,sell_contrast_m10_bb_pos,sell,2025-09-02 14:00:00,1222.0,4.3444,1,leg_gt,0.31,60 -52405,sell_contrast_m10_bb_pos,sell,2025-09-02 14:03:00,1221.0,4.259,1,leg_gt,0.31,60 -52406,sell_contrast_m10_bb_pos,sell,2025-09-02 14:06:00,1218.0,4.0026,1,leg_gt,0.31,60 -52407,sell_contrast_m10_bb_pos,sell,2025-09-02 14:09:00,1219.0,4.088,1,leg_gt,0.31,60 -52408,sell_contrast_m10_bb_pos,sell,2025-09-02 15:12:00,1220.0,4.1735,1,leg_gt,0.36,60 -52409,sell_contrast_m10_bb_pos,sell,2025-09-02 15:15:00,1220.0,4.1735,1,leg_gt,0.36,60 -52410,sell_contrast_m10_bb_pos,sell,2025-09-02 15:18:00,1222.0,4.3444,1,leg_gt,0.36,60 -52411,sell_contrast_m10_bb_pos,sell,2025-09-02 15:42:00,1225.0,4.6009,1,leg_gt,0.38,60 -52412,sell_contrast_m10_bb_pos,sell,2025-09-02 15:45:00,1225.0,4.6009,1,leg_gt,0.38,60 -52413,sell_contrast_m10_bb_pos,sell,2025-09-02 15:48:00,1224.0,4.5154,1,leg_gt,0.38,60 -52414,sell_contrast_m10_bb_pos,sell,2025-09-02 20:00:00,1222.0,4.3444,1,leg_gt,0.56,60 -52415,sell_contrast_m10_bb_pos,sell,2025-09-02 20:03:00,1220.0,4.1735,1,leg_gt,0.56,60 -52416,sell_contrast_m10_bb_pos,sell,2025-09-02 20:06:00,1220.0,4.1735,1,leg_gt,0.56,60 -52417,sell_contrast_m10_bb_pos,sell,2025-09-02 20:09:00,1220.0,4.1735,1,leg_gt,0.56,60 -52418,sell_contrast_m10_bb_pos,sell,2025-09-02 22:51:00,1230.0,5.0282,1,leg_gt,0.68,60 -52419,sell_contrast_m10_bb_pos,sell,2025-09-02 22:54:00,1229.0,4.9427,1,leg_gt,0.68,60 -52420,sell_contrast_m10_bb_pos,sell,2025-09-02 22:57:00,1231.0,5.1137,1,leg_gt,0.68,60 -52421,sell_contrast_m10_bb_pos,sell,2025-09-02 23:00:00,1229.0,4.9427,1,leg_gt,0.68,60 -52422,sell_contrast_m10_bb_pos,sell,2025-09-02 23:03:00,1227.0,4.7718,1,leg_gt,0.68,60 -52423,sell_contrast_m10_bb_pos,sell,2025-09-02 23:06:00,1217.0,3.9171,1,leg_gt,0.69,60 -52424,sell_contrast_m10_bb_pos,sell,2025-09-02 23:09:00,1221.0,4.259,1,leg_gt,0.69,60 -52425,sell_contrast_m10_bb_pos,sell,2025-09-02 23:21:00,1230.0,5.0282,1,leg_gt,0.7,60 -52426,sell_contrast_m10_bb_pos,sell,2025-09-02 23:24:00,1228.0,4.8573,1,leg_gt,0.7,60 -52427,sell_contrast_m10_bb_pos,sell,2025-09-02 23:27:00,1228.0,4.8573,1,leg_gt,0.7,60 -52428,sell_contrast_m10_bb_pos,sell,2025-09-02 23:48:00,1228.0,4.8573,1,leg_gt,0.71,60 -52429,sell_contrast_m10_bb_pos,sell,2025-09-03 05:12:00,1226.0,4.6863,1,leg_gt,0.94,60 -52430,sell_contrast_m10_bb_pos,sell,2025-09-03 05:15:00,1226.0,4.6863,1,leg_gt,0.94,60 -52431,sell_contrast_m10_bb_pos,sell,2025-09-03 05:18:00,1227.0,4.7718,1,leg_gt,0.94,60 -52432,sell_contrast_m10_bb_pos,sell,2025-09-03 06:00:00,1236.0,5.541,1,leg_gt,0.97,60 -52433,sell_contrast_m10_bb_pos,sell,2025-09-03 06:03:00,1238.0,5.712,1,leg_gt,0.98,60 -52434,sell_contrast_m10_bb_pos,sell,2025-09-03 06:06:00,1238.0,5.712,1,leg_gt,0.98,60 -52435,sell_contrast_m10_bb_pos,sell,2025-09-03 06:09:00,1238.0,5.712,1,leg_gt,0.98,60 -52436,sell_contrast_m10_bb_pos,sell,2025-09-03 06:42:00,1240.0,5.8829,1,leg_gt,1.0,60 -52437,sell_contrast_m10_bb_pos,sell,2025-09-03 06:45:00,1241.0,5.9684,1,leg_gt,1.0,60 -52438,sell_contrast_m10_bb_pos,sell,2025-09-03 06:48:00,1239.0,5.7974,1,leg_gt,1.01,60 -52439,sell_contrast_m10_bb_pos,sell,2025-09-03 11:00:00,1242.0,6.0538,1,leg_gt,1.18,60 -52440,sell_contrast_m10_bb_pos,sell,2025-09-03 11:03:00,1244.0,6.2248,1,leg_gt,1.18,60 -52441,sell_contrast_m10_bb_pos,sell,2025-09-03 11:06:00,1240.0,5.8829,1,leg_gt,1.19,60 -52442,sell_contrast_m10_bb_pos,sell,2025-09-03 11:09:00,1238.0,5.712,1,leg_gt,1.19,60 -52443,sell_contrast_m10_bb_pos,sell,2025-09-03 11:21:00,1244.0,6.2248,1,leg_gt,1.2,60 -52444,sell_contrast_m10_bb_pos,sell,2025-09-03 11:24:00,1245.0,6.3103,1,leg_gt,1.2,60 -52445,sell_contrast_m10_bb_pos,sell,2025-09-03 11:27:00,1246.0,6.3957,1,leg_gt,1.2,60 -52446,sell_contrast_m10_bb_pos,sell,2025-09-03 11:42:00,1241.0,5.9684,1,leg_gt,1.21,60 -52447,sell_contrast_m10_bb_pos,sell,2025-09-03 11:45:00,1241.0,5.9684,1,leg_gt,1.21,60 -52448,sell_contrast_m10_bb_pos,sell,2025-09-03 11:48:00,1241.0,5.9684,1,leg_gt,1.21,60 -52449,sell_contrast_m10_bb_pos,sell,2025-09-03 19:21:00,1235.0,5.4556,1,leg_gt,1.53,60 -52450,sell_contrast_m10_bb_pos,sell,2025-09-03 19:24:00,1235.0,5.4556,1,leg_gt,1.53,60 -52451,sell_contrast_m10_bb_pos,sell,2025-09-03 19:27:00,1235.0,5.4556,1,leg_gt,1.53,60 -52452,sell_contrast_m10_bb_pos,sell,2025-09-03 19:42:00,1233.0,5.2846,1,leg_gt,1.54,60 -52453,sell_contrast_m10_bb_pos,sell,2025-09-03 19:45:00,1233.0,5.2846,1,leg_gt,1.55,60 -52454,sell_contrast_m10_bb_pos,sell,2025-09-03 19:48:00,1230.0,5.0282,1,leg_gt,1.55,60 -52455,sell_contrast_m10_bb_pos,sell,2025-09-03 21:30:00,1238.0,5.712,1,leg_gt,1.62,60 -52456,sell_contrast_m10_bb_pos,sell,2025-09-03 21:33:00,1236.0,5.541,1,leg_gt,1.62,60 -52457,sell_contrast_m10_bb_pos,sell,2025-09-03 21:36:00,1235.0,5.4556,1,leg_gt,1.62,60 -52458,sell_contrast_m10_bb_pos,sell,2025-09-03 21:39:00,1238.0,5.712,1,leg_gt,1.62,60 -52459,sell_contrast_m10_bb_pos,sell,2025-09-03 22:21:00,1239.0,5.7974,1,leg_gt,1.65,60 -52460,sell_contrast_m10_bb_pos,sell,2025-09-03 22:24:00,1239.0,5.7974,1,leg_gt,1.66,60 -52461,sell_contrast_m10_bb_pos,sell,2025-09-03 22:27:00,1239.0,5.7974,1,leg_gt,1.66,60 -52462,sell_contrast_m10_bb_pos,sell,2025-09-03 23:00:00,1241.0,5.9684,1,leg_gt,1.68,60 -52463,sell_contrast_m10_bb_pos,sell,2025-09-03 23:03:00,1242.0,6.0538,1,leg_gt,1.68,60 -52464,sell_contrast_m10_bb_pos,sell,2025-09-03 23:06:00,1245.0,6.3103,1,leg_gt,1.69,60 -52465,sell_contrast_m10_bb_pos,sell,2025-09-03 23:09:00,1245.0,6.3103,1,leg_gt,1.69,60 -52466,sell_contrast_m10_bb_pos,sell,2025-09-03 23:21:00,1243.0,6.1393,1,leg_gt,1.7,60 -52467,sell_contrast_m10_bb_pos,sell,2025-09-03 23:24:00,1242.0,6.0538,1,leg_gt,1.7,60 -52468,sell_contrast_m10_bb_pos,sell,2025-09-03 23:27:00,1243.0,6.1393,1,leg_gt,1.7,60 -52469,sell_contrast_m10_bb_pos,sell,2025-09-03 23:30:00,1244.0,6.2248,1,leg_gt,1.7,60 -52470,sell_contrast_m10_bb_pos,sell,2025-09-03 23:33:00,1245.0,6.3103,1,leg_gt,1.7,60 -52471,sell_contrast_m10_bb_pos,sell,2025-09-03 23:36:00,1245.0,6.3103,1,leg_gt,1.71,60 -52472,sell_contrast_m10_bb_pos,sell,2025-09-03 23:39:00,1246.0,6.3957,1,leg_gt,1.71,60 -52473,sell_contrast_m10_bb_pos,sell,2025-09-03 23:42:00,1249.0,6.6521,1,leg_gt,1.71,60 -52474,sell_contrast_m10_bb_pos,sell,2025-09-03 23:45:00,1250.0,6.7376,1,leg_gt,1.71,60 -52475,sell_contrast_m10_bb_pos,sell,2025-09-03 23:48:00,1249.0,6.6521,1,leg_gt,1.71,60 -52476,sell_contrast_m10_bb_pos,sell,2025-09-04 00:00:00,1251.0,6.8231,1,leg_gt,1.72,60 -52477,sell_contrast_m10_bb_pos,sell,2025-09-04 00:03:00,1247.0,6.4812,1,leg_gt,1.72,60 -52478,sell_contrast_m10_bb_pos,sell,2025-09-04 00:06:00,1250.0,6.7376,1,leg_gt,1.73,60 -52479,sell_contrast_m10_bb_pos,sell,2025-09-04 00:09:00,1250.0,6.7376,1,leg_gt,1.73,60 -52480,sell_contrast_m10_bb_pos,sell,2025-09-04 00:12:00,1251.0,6.8231,1,leg_gt,1.73,60 -52481,sell_contrast_m10_bb_pos,sell,2025-09-04 00:15:00,1247.0,6.4812,1,leg_gt,1.73,60 -52482,sell_contrast_m10_bb_pos,sell,2025-09-04 00:18:00,1247.0,6.4812,1,leg_gt,1.74,60 -52483,sell_contrast_m10_bb_pos,sell,2025-09-04 05:21:00,1257.0,7.3359,1,leg_gt,1.95,60 -52484,sell_contrast_m10_bb_pos,sell,2025-09-04 05:24:00,1255.0,7.165,1,leg_gt,1.95,60 -52485,sell_contrast_m10_bb_pos,sell,2025-09-04 05:27:00,1254.0,7.0795,1,leg_gt,1.95,60 -52486,sell_contrast_m10_bb_pos,sell,2025-09-04 05:42:00,1257.0,7.3359,1,leg_gt,1.96,60 -52487,sell_contrast_m10_bb_pos,sell,2025-09-04 05:45:00,1256.0,7.2504,1,leg_gt,1.96,60 -52488,sell_contrast_m10_bb_pos,sell,2025-09-04 05:48:00,1255.0,7.165,1,leg_gt,1.96,60 -52489,sell_contrast_m10_bb_pos,sell,2025-09-04 07:12:00,1258.0,7.4214,1,leg_gt,2.02,60 -52490,sell_contrast_m10_bb_pos,sell,2025-09-04 07:15:00,1256.0,7.2504,1,leg_gt,2.02,60 -52491,sell_contrast_m10_bb_pos,sell,2025-09-04 07:18:00,1257.0,7.3359,1,leg_gt,2.03,60 -52492,sell_contrast_m10_bb_pos,sell,2025-09-04 11:42:00,1255.0,7.165,1,leg_gt,2.21,60 -52493,sell_contrast_m10_bb_pos,sell,2025-09-04 11:45:00,1253.0,6.994,1,leg_gt,2.21,60 -52494,sell_contrast_m10_bb_pos,sell,2025-09-04 11:48:00,1253.0,6.994,1,leg_gt,2.21,60 -52495,sell_contrast_m10_bb_pos,sell,2025-09-04 20:30:00,1232.0,5.1991,1,leg_gt,2.58,60 -52496,sell_contrast_m10_bb_pos,sell,2025-09-04 20:33:00,1233.0,5.2846,1,leg_gt,2.58,60 -52497,sell_contrast_m10_bb_pos,sell,2025-09-04 20:36:00,1235.0,5.4556,1,leg_gt,2.58,60 -52498,sell_contrast_m10_bb_pos,sell,2025-09-04 20:39:00,1236.0,5.541,1,leg_gt,2.58,60 -52499,sell_contrast_m10_bb_pos,sell,2025-09-04 20:42:00,1236.0,5.541,1,leg_gt,2.59,60 -52500,sell_contrast_m10_bb_pos,sell,2025-09-04 20:45:00,1235.0,5.4556,1,leg_gt,2.59,60 -52501,sell_contrast_m10_bb_pos,sell,2025-09-04 20:48:00,1236.0,5.541,1,leg_gt,2.59,60 -52502,sell_contrast_m10_bb_pos,sell,2025-09-04 20:51:00,1234.0,5.3701,1,leg_gt,2.59,60 -52503,sell_contrast_m10_bb_pos,sell,2025-09-04 20:54:00,1235.0,5.4556,1,leg_gt,2.59,60 -52504,sell_contrast_m10_bb_pos,sell,2025-09-04 20:57:00,1235.0,5.4556,1,leg_gt,2.6,60 -52505,sell_contrast_m10_bb_pos,sell,2025-09-04 21:00:00,1234.0,5.3701,1,leg_gt,2.6,60 -52506,sell_contrast_m10_bb_pos,sell,2025-09-04 21:03:00,1232.0,5.1991,1,leg_gt,2.6,60 -52507,sell_contrast_m10_bb_pos,sell,2025-09-04 21:06:00,1236.0,5.541,1,leg_gt,2.6,60 -52508,sell_contrast_m10_bb_pos,sell,2025-09-04 21:09:00,1237.0,5.6265,1,leg_gt,2.6,60 -52509,sell_contrast_m10_bb_pos,sell,2025-09-04 21:21:00,1238.0,5.712,1,leg_gt,2.61,60 -52510,sell_contrast_m10_bb_pos,sell,2025-09-04 21:24:00,1240.0,5.8829,1,leg_gt,2.61,60 -52511,sell_contrast_m10_bb_pos,sell,2025-09-04 21:27:00,1239.0,5.7974,1,leg_gt,2.62,60 -52512,sell_contrast_m10_bb_pos,sell,2025-09-04 21:30:00,1239.0,5.7974,1,leg_gt,2.62,60 -52513,sell_contrast_m10_bb_pos,sell,2025-09-04 21:33:00,1230.0,5.0282,1,leg_gt,2.62,60 -52514,sell_contrast_m10_bb_pos,sell,2025-09-04 21:36:00,1228.0,4.8573,1,leg_gt,2.62,60 -52515,sell_contrast_m10_bb_pos,sell,2025-09-04 21:39:00,1226.0,4.6863,1,leg_gt,2.62,60 -52516,sell_contrast_m10_bb_pos,sell,2025-09-05 02:21:00,1222.0,1.1428,1,leg_gt,0.08,60 -52517,sell_contrast_m10_bb_pos,sell,2025-09-05 02:24:00,1220.0,0.9771,1,leg_gt,0.08,60 -52518,sell_contrast_m10_bb_pos,sell,2025-09-05 02:27:00,1220.0,0.9771,1,leg_gt,0.08,60 -52519,sell_contrast_m10_bb_pos,sell,2025-09-05 05:12:00,1223.0,1.2256,1,leg_gt,0.2,60 -52520,sell_contrast_m10_bb_pos,sell,2025-09-05 05:15:00,1223.0,1.2256,1,leg_gt,0.2,60 -52521,sell_contrast_m10_bb_pos,sell,2025-09-05 05:18:00,1224.0,1.3085,1,leg_gt,0.2,60 -52522,sell_contrast_m10_bb_pos,sell,2025-09-05 07:00:00,1225.0,1.3913,1,leg_gt,0.27,60 -52523,sell_contrast_m10_bb_pos,sell,2025-09-05 07:06:00,1225.0,1.3913,1,leg_gt,0.28,60 -52524,sell_contrast_m10_bb_pos,sell,2025-09-05 07:09:00,1224.0,1.3085,1,leg_gt,0.28,60 -52525,sell_contrast_m10_bb_pos,sell,2025-09-05 07:30:00,1226.0,1.4742,1,leg_gt,0.29,60 -52526,sell_contrast_m10_bb_pos,sell,2025-09-05 07:33:00,1227.0,1.557,1,leg_gt,0.29,60 -52527,sell_contrast_m10_bb_pos,sell,2025-09-05 07:36:00,1224.0,1.3085,1,leg_gt,0.3,60 -52528,sell_contrast_m10_bb_pos,sell,2025-09-05 07:39:00,1223.0,1.2256,1,leg_gt,0.3,60 -52529,sell_contrast_m10_bb_pos,sell,2025-09-05 11:12:00,1225.0,1.3913,1,leg_gt,0.45,60 -52530,sell_contrast_m10_bb_pos,sell,2025-09-05 11:15:00,1225.0,1.3913,1,leg_gt,0.45,60 -52531,sell_contrast_m10_bb_pos,sell,2025-09-05 11:18:00,1222.0,1.1428,1,leg_gt,0.45,60 -52532,sell_contrast_m10_bb_pos,sell,2025-09-05 11:30:00,1226.0,1.4742,1,leg_gt,0.46,60 -52533,sell_contrast_m10_bb_pos,sell,2025-09-05 11:33:00,1224.0,1.3085,1,leg_gt,0.46,60 -52534,sell_contrast_m10_bb_pos,sell,2025-09-05 11:36:00,1227.0,1.557,1,leg_gt,0.46,60 -52535,sell_contrast_m10_bb_pos,sell,2025-09-05 11:39:00,1225.0,1.3913,1,leg_gt,0.46,60 -52536,sell_contrast_m10_bb_pos,sell,2025-09-05 14:21:00,1225.0,1.3913,1,leg_gt,0.58,60 -52537,sell_contrast_m10_bb_pos,sell,2025-09-05 14:24:00,1224.0,1.3085,1,leg_gt,0.58,60 -52538,sell_contrast_m10_bb_pos,sell,2025-09-05 14:27:00,1224.0,1.3085,1,leg_gt,0.58,60 -52539,sell_contrast_m10_bb_pos,sell,2025-09-05 14:30:00,1226.0,1.4742,1,leg_gt,0.58,60 -52540,sell_contrast_m10_bb_pos,sell,2025-09-05 14:33:00,1226.0,1.4742,1,leg_gt,0.59,60 -52541,sell_contrast_m10_bb_pos,sell,2025-09-05 14:36:00,1226.0,1.4742,1,leg_gt,0.59,60 -52542,sell_contrast_m10_bb_pos,sell,2025-09-05 14:39:00,1224.0,1.3085,1,leg_gt,0.59,60 -52543,sell_contrast_m10_bb_pos,sell,2025-09-05 15:00:00,1227.0,1.557,1,leg_gt,0.6,60 -52544,sell_contrast_m10_bb_pos,sell,2025-09-05 15:03:00,1228.0,1.6399,1,leg_gt,0.61,60 -52545,sell_contrast_m10_bb_pos,sell,2025-09-05 15:06:00,1226.0,1.4742,1,leg_gt,0.61,60 -52546,sell_contrast_m10_bb_pos,sell,2025-09-05 15:09:00,1228.0,1.6399,1,leg_gt,0.61,60 -52547,sell_contrast_m10_bb_pos,sell,2025-09-05 20:30:00,1248.0,3.2969,1,leg_gt,0.83,60 -52548,sell_contrast_m10_bb_pos,sell,2025-09-05 20:33:00,1249.0,3.3797,1,leg_gt,0.84,60 -52549,sell_contrast_m10_bb_pos,sell,2025-09-05 20:36:00,1250.0,3.4626,1,leg_gt,0.84,60 -52550,sell_contrast_m10_bb_pos,sell,2025-09-05 20:39:00,1249.0,3.3797,1,leg_gt,0.84,60 -52551,sell_contrast_m10_bb_pos,sell,2025-09-05 20:51:00,1249.0,3.3797,1,leg_gt,0.85,60 -52552,sell_contrast_m10_bb_pos,sell,2025-09-05 20:54:00,1250.0,3.4626,1,leg_gt,0.85,60 -52553,sell_contrast_m10_bb_pos,sell,2025-09-05 20:57:00,1250.0,3.4626,1,leg_gt,0.85,60 -52554,sell_contrast_m10_bb_pos,sell,2025-09-05 21:12:00,1252.0,3.6283,1,leg_gt,0.86,60 -52555,sell_contrast_m10_bb_pos,sell,2025-09-05 21:15:00,1253.0,3.7111,1,leg_gt,0.86,60 -52556,sell_contrast_m10_bb_pos,sell,2025-09-05 21:18:00,1253.0,3.7111,1,leg_gt,0.87,60 -52557,sell_contrast_m10_bb_pos,sell,2025-09-05 21:42:00,1253.0,3.7111,1,leg_gt,0.88,60 -52558,sell_contrast_m10_bb_pos,sell,2025-09-05 21:45:00,1262.0,4.4568,1,leg_gt,0.89,60 -52559,sell_contrast_m10_bb_pos,sell,2025-09-05 21:48:00,1261.0,4.3739,1,leg_gt,0.89,60 -52560,sell_contrast_m10_bb_pos,sell,2025-09-06 04:42:00,1255.0,1.9325,1,leg_gt,0.21,60 -52561,sell_contrast_m10_bb_pos,sell,2025-09-06 04:45:00,1254.0,1.8512,1,leg_gt,0.21,60 -52562,sell_contrast_m10_bb_pos,sell,2025-09-06 04:48:00,1259.0,2.2577,1,leg_gt,0.21,60 -52563,sell_contrast_m10_bb_pos,sell,2025-09-06 05:12:00,1262.0,2.5016,1,leg_gt,0.23,60 -52564,sell_contrast_m10_bb_pos,sell,2025-09-06 05:15:00,1260.0,2.339,1,leg_gt,0.23,60 -52565,sell_contrast_m10_bb_pos,sell,2025-09-06 05:18:00,1259.0,2.2577,1,leg_gt,0.23,60 -52566,sell_contrast_m10_bb_pos,sell,2025-09-06 05:21:00,1259.0,2.2577,1,leg_gt,0.23,60 -52567,sell_contrast_m10_bb_pos,sell,2025-09-06 05:24:00,1261.0,2.4203,1,leg_gt,0.24,60 -52568,sell_contrast_m10_bb_pos,sell,2025-09-06 05:27:00,1262.0,2.5016,1,leg_gt,0.24,60 -52569,sell_contrast_m10_bb_pos,sell,2025-09-06 05:30:00,1262.0,2.5016,1,leg_gt,0.24,60 -52570,sell_contrast_m10_bb_pos,sell,2025-09-06 05:33:00,1262.0,2.5016,1,leg_gt,0.24,60 -52571,sell_contrast_m10_bb_pos,sell,2025-09-06 05:36:00,1262.0,2.5016,1,leg_gt,0.24,60 -52572,sell_contrast_m10_bb_pos,sell,2025-09-06 05:39:00,1265.0,2.7455,1,leg_gt,0.25,60 -52573,sell_contrast_m10_bb_pos,sell,2025-09-06 05:42:00,1265.0,2.7455,1,leg_gt,0.25,60 -52574,sell_contrast_m10_bb_pos,sell,2025-09-06 05:45:00,1261.0,2.4203,1,leg_gt,0.25,60 -52575,sell_contrast_m10_bb_pos,sell,2025-09-06 05:48:00,1259.0,2.2577,1,leg_gt,0.25,60 -52576,sell_contrast_m10_bb_pos,sell,2025-09-06 06:00:00,1266.0,2.8268,1,leg_gt,0.26,60 -52577,sell_contrast_m10_bb_pos,sell,2025-09-06 06:03:00,1266.0,2.8268,1,leg_gt,0.26,60 -52578,sell_contrast_m10_bb_pos,sell,2025-09-06 06:06:00,1265.0,2.7455,1,leg_gt,0.26,60 -52579,sell_contrast_m10_bb_pos,sell,2025-09-06 06:09:00,1265.0,2.7455,1,leg_gt,0.27,60 -52580,sell_contrast_m10_bb_pos,sell,2025-09-06 06:12:00,1266.0,2.8268,1,leg_gt,0.27,60 -52581,sell_contrast_m10_bb_pos,sell,2025-09-06 06:15:00,1267.0,2.9081,1,leg_gt,0.27,60 -52582,sell_contrast_m10_bb_pos,sell,2025-09-06 06:18:00,1264.0,2.6642,1,leg_gt,0.27,60 -52583,sell_contrast_m10_bb_pos,sell,2025-09-06 07:42:00,1272.0,3.3146,1,leg_gt,0.33,60 -52584,sell_contrast_m10_bb_pos,sell,2025-09-06 07:45:00,1272.0,3.3146,1,leg_gt,0.33,60 -52585,sell_contrast_m10_bb_pos,sell,2025-09-06 07:48:00,1274.0,3.4772,1,leg_gt,0.34,60 -52586,sell_contrast_m10_bb_pos,sell,2025-09-06 08:51:00,1283.0,4.2089,1,leg_gt,0.38,60 -52587,sell_contrast_m10_bb_pos,sell,2025-09-06 08:54:00,1283.0,4.2089,1,leg_gt,0.38,60 -52588,sell_contrast_m10_bb_pos,sell,2025-09-06 08:57:00,1282.0,4.1276,1,leg_gt,0.38,60 -52589,sell_contrast_m10_bb_pos,sell,2025-09-06 09:00:00,1281.0,4.0463,1,leg_gt,0.39,60 -52590,sell_contrast_m10_bb_pos,sell,2025-09-06 09:03:00,1280.0,3.965,1,leg_gt,0.39,60 -52591,sell_contrast_m10_bb_pos,sell,2025-09-06 09:06:00,1278.0,3.8024,1,leg_gt,0.39,60 -52592,sell_contrast_m10_bb_pos,sell,2025-09-06 09:09:00,1277.0,3.7211,1,leg_gt,0.39,60 -52593,sell_contrast_m10_bb_pos,sell,2025-09-06 09:42:00,1285.0,4.3715,1,leg_gt,0.41,60 -52594,sell_contrast_m10_bb_pos,sell,2025-09-06 09:45:00,1284.0,4.2902,1,leg_gt,0.42,60 -52595,sell_contrast_m10_bb_pos,sell,2025-09-06 09:48:00,1285.0,4.3715,1,leg_gt,0.42,60 -52596,sell_contrast_m10_bb_pos,sell,2025-09-06 13:00:00,1280.0,3.965,1,leg_gt,0.55,60 -52597,sell_contrast_m10_bb_pos,sell,2025-09-06 13:03:00,1277.0,3.7211,1,leg_gt,0.55,60 -52598,sell_contrast_m10_bb_pos,sell,2025-09-06 13:06:00,1279.0,3.8837,1,leg_gt,0.56,60 -52599,sell_contrast_m10_bb_pos,sell,2025-09-06 13:09:00,1276.0,3.6398,1,leg_gt,0.56,60 -52600,sell_contrast_m10_bb_pos,sell,2025-09-06 23:00:00,1276.0,3.6398,1,leg_gt,0.97,60 -52601,sell_contrast_m10_bb_pos,sell,2025-09-06 23:03:00,1278.0,3.8024,1,leg_gt,0.97,60 -52602,sell_contrast_m10_bb_pos,sell,2025-09-06 23:06:00,1280.0,3.965,1,leg_gt,0.97,60 -52603,sell_contrast_m10_bb_pos,sell,2025-09-06 23:09:00,1279.0,3.8837,1,leg_gt,0.98,60 -52604,sell_contrast_m10_bb_pos,sell,2025-09-07 00:42:00,1282.0,4.1276,1,leg_gt,1.04,60 -52605,sell_contrast_m10_bb_pos,sell,2025-09-07 00:45:00,1277.0,3.7211,1,leg_gt,1.04,60 -52606,sell_contrast_m10_bb_pos,sell,2025-09-07 00:48:00,1276.0,3.6398,1,leg_gt,1.04,60 -52607,sell_contrast_m10_bb_pos,sell,2025-09-07 02:21:00,1288.0,4.6154,1,leg_gt,1.11,60 -52608,sell_contrast_m10_bb_pos,sell,2025-09-07 02:24:00,1286.0,4.4528,1,leg_gt,1.11,60 -52609,sell_contrast_m10_bb_pos,sell,2025-09-07 02:27:00,1285.0,4.3715,1,leg_gt,1.11,60 -52610,sell_contrast_m10_bb_pos,sell,2025-09-07 03:00:00,1290.0,4.778,1,leg_gt,1.14,60 -52611,sell_contrast_m10_bb_pos,sell,2025-09-07 03:03:00,1293.0,5.022,1,leg_gt,1.14,60 -52612,sell_contrast_m10_bb_pos,sell,2025-09-07 03:06:00,1293.0,5.022,1,leg_gt,1.14,60 -52613,sell_contrast_m10_bb_pos,sell,2025-09-07 03:09:00,1292.0,4.9407,1,leg_gt,1.14,60 -52614,sell_contrast_m10_bb_pos,sell,2025-09-07 03:12:00,1294.0,5.1033,1,leg_gt,1.14,60 -52615,sell_contrast_m10_bb_pos,sell,2025-09-07 03:15:00,1298.0,5.4285,1,leg_gt,1.15,60 -52616,sell_contrast_m10_bb_pos,sell,2025-09-07 03:18:00,1306.0,6.0789,1,leg_gt,1.15,60 -52617,sell_contrast_m10_bb_pos,sell,2025-09-07 03:51:00,1314.0,6.7293,1,leg_gt,1.17,60 -52618,sell_contrast_m10_bb_pos,sell,2025-09-07 03:54:00,1320.0,7.2171,1,leg_gt,1.17,60 -52619,sell_contrast_m10_bb_pos,sell,2025-09-07 03:57:00,1321.0,7.2984,1,leg_gt,1.18,60 -52620,sell_contrast_m10_bb_pos,sell,2025-09-07 04:00:00,1316.0,6.8919,1,leg_gt,1.18,60 -52621,sell_contrast_m10_bb_pos,sell,2025-09-07 04:03:00,1307.0,6.1602,1,leg_gt,1.18,60 -52622,sell_contrast_m10_bb_pos,sell,2025-09-07 04:06:00,1308.0,6.2415,1,leg_gt,1.18,60 -52623,sell_contrast_m10_bb_pos,sell,2025-09-07 04:09:00,1309.0,6.3228,1,leg_gt,1.18,60 -52624,sell_contrast_m10_bb_pos,sell,2025-09-07 05:51:00,1317.0,6.9732,1,leg_gt,1.25,60 -52625,sell_contrast_m10_bb_pos,sell,2025-09-07 05:54:00,1321.0,7.2984,1,leg_gt,1.26,60 -52626,sell_contrast_m10_bb_pos,sell,2025-09-07 05:57:00,1322.0,7.3797,1,leg_gt,1.26,60 -52627,sell_contrast_m10_bb_pos,sell,2025-09-07 06:00:00,1320.0,7.2171,1,leg_gt,1.26,60 -52628,sell_contrast_m10_bb_pos,sell,2025-09-07 06:03:00,1318.0,7.0545,1,leg_gt,1.26,60 -52629,sell_contrast_m10_bb_pos,sell,2025-09-07 06:06:00,1317.0,6.9732,1,leg_gt,1.26,60 -52630,sell_contrast_m10_bb_pos,sell,2025-09-07 06:09:00,1318.0,7.0545,1,leg_gt,1.27,60 -52631,sell_contrast_m10_bb_pos,sell,2025-09-07 06:21:00,1321.0,7.2984,1,leg_gt,1.27,60 -52632,sell_contrast_m10_bb_pos,sell,2025-09-07 06:24:00,1323.0,7.461,1,leg_gt,1.28,60 -52633,sell_contrast_m10_bb_pos,sell,2025-09-07 06:27:00,1329.0,7.9488,1,leg_gt,1.28,60 -52634,sell_contrast_m10_bb_pos,sell,2025-09-07 06:30:00,1327.0,7.7862,1,leg_gt,1.28,60 -52635,sell_contrast_m10_bb_pos,sell,2025-09-07 06:33:00,1329.0,7.9488,1,leg_gt,1.28,60 -52636,sell_contrast_m10_bb_pos,sell,2025-09-07 06:36:00,1331.0,8.1114,1,leg_gt,1.29,60 -52637,sell_contrast_m10_bb_pos,sell,2025-09-07 06:39:00,1332.0,8.1927,1,leg_gt,1.29,60 -52638,sell_contrast_m10_bb_pos,sell,2025-09-07 07:12:00,1343.0,9.087,1,leg_gt,1.31,60 -52639,sell_contrast_m10_bb_pos,sell,2025-09-07 07:15:00,1346.0,9.3309,1,leg_gt,1.31,60 -52640,sell_contrast_m10_bb_pos,sell,2025-09-07 07:18:00,1345.0,9.2496,1,leg_gt,1.31,60 -52641,sell_contrast_m10_bb_pos,sell,2025-09-07 07:21:00,1353.0,9.9,1,leg_gt,1.32,60 -52642,sell_contrast_m10_bb_pos,sell,2025-09-07 07:24:00,1346.0,9.3309,1,leg_gt,1.32,60 -52643,sell_contrast_m10_bb_pos,sell,2025-09-07 07:27:00,1337.0,8.5992,1,leg_gt,1.32,60 -52644,sell_contrast_m10_bb_pos,sell,2025-09-07 08:30:00,1354.0,9.9813,1,leg_gt,1.36,60 -52645,sell_contrast_m10_bb_pos,sell,2025-09-07 08:33:00,1354.0,9.9813,1,leg_gt,1.37,60 -52646,sell_contrast_m10_bb_pos,sell,2025-09-07 08:36:00,1351.0,9.7374,1,leg_gt,1.37,60 -52647,sell_contrast_m10_bb_pos,sell,2025-09-07 08:39:00,1355.0,10.0626,1,leg_gt,1.37,60 -52648,sell_contrast_m10_bb_pos,sell,2025-09-07 08:51:00,1357.0,10.2252,1,leg_gt,1.38,60 -52649,sell_contrast_m10_bb_pos,sell,2025-09-07 08:54:00,1354.0,9.9813,1,leg_gt,1.38,60 -52650,sell_contrast_m10_bb_pos,sell,2025-09-07 08:57:00,1354.0,9.9813,1,leg_gt,1.38,60 -52651,sell_contrast_m10_bb_pos,sell,2025-09-07 11:21:00,1388.0,12.7455,1,leg_gt,1.48,60 -52652,sell_contrast_m10_bb_pos,sell,2025-09-07 11:24:00,1390.0,12.9081,1,leg_gt,1.49,60 -52653,sell_contrast_m10_bb_pos,sell,2025-09-07 11:27:00,1390.0,12.9081,1,leg_gt,1.49,60 -52654,sell_contrast_m10_bb_pos,sell,2025-09-07 11:30:00,1392.0,13.0707,1,leg_gt,1.49,60 -52655,sell_contrast_m10_bb_pos,sell,2025-09-07 11:33:00,1393.0,13.152,1,leg_gt,1.49,60 -52656,sell_contrast_m10_bb_pos,sell,2025-09-07 11:36:00,1393.0,13.152,1,leg_gt,1.49,60 -52657,sell_contrast_m10_bb_pos,sell,2025-09-07 11:39:00,1395.0,13.3146,1,leg_gt,1.5,60 -52658,sell_contrast_m10_bb_pos,sell,2025-09-07 11:42:00,1394.0,13.2333,1,leg_gt,1.5,60 -52659,sell_contrast_m10_bb_pos,sell,2025-09-07 11:45:00,1395.0,13.3146,1,leg_gt,1.5,60 -52660,sell_contrast_m10_bb_pos,sell,2025-09-07 11:48:00,1392.0,13.0707,1,leg_gt,1.5,60 -52661,sell_contrast_m10_bb_pos,sell,2025-09-07 11:51:00,1393.0,13.152,1,leg_gt,1.5,60 -52662,sell_contrast_m10_bb_pos,sell,2025-09-07 11:54:00,1386.0,12.5829,1,leg_gt,1.51,60 -52663,sell_contrast_m10_bb_pos,sell,2025-09-07 11:57:00,1385.0,12.5016,1,leg_gt,1.51,60 -52664,sell_contrast_m10_bb_pos,sell,2025-09-07 13:51:00,1418.0,15.1846,1,leg_gt,1.59,60 -52665,sell_contrast_m10_bb_pos,sell,2025-09-07 13:54:00,1417.0,15.1033,1,leg_gt,1.59,60 -52666,sell_contrast_m10_bb_pos,sell,2025-09-07 13:57:00,1423.0,15.5911,1,leg_gt,1.59,60 -52667,sell_contrast_m10_bb_pos,sell,2025-09-07 14:00:00,1420.0,15.3472,1,leg_gt,1.59,60 -52668,sell_contrast_m10_bb_pos,sell,2025-09-07 14:03:00,1421.0,15.4285,1,leg_gt,1.6,60 -52669,sell_contrast_m10_bb_pos,sell,2025-09-07 14:06:00,1424.0,15.6724,1,leg_gt,1.6,60 -52670,sell_contrast_m10_bb_pos,sell,2025-09-07 14:09:00,1422.0,15.5098,1,leg_gt,1.6,60 -52671,sell_contrast_m10_bb_pos,sell,2025-09-07 14:12:00,1421.0,15.4285,1,leg_gt,1.6,60 -52672,sell_contrast_m10_bb_pos,sell,2025-09-07 14:15:00,1422.0,15.5098,1,leg_gt,1.6,60 -52673,sell_contrast_m10_bb_pos,sell,2025-09-07 14:18:00,1422.0,15.5098,1,leg_gt,1.61,60 -52674,sell_contrast_m10_bb_pos,sell,2025-09-07 15:12:00,1458.0,18.4366,1,leg_gt,1.64,60 -52675,sell_contrast_m10_bb_pos,sell,2025-09-07 15:15:00,1445.0,17.3797,1,leg_gt,1.65,60 -52676,sell_contrast_m10_bb_pos,sell,2025-09-07 15:18:00,1435.0,16.5667,1,leg_gt,1.65,60 -52677,sell_contrast_m10_bb_pos,sell,2025-09-07 20:00:00,1432.0,1.4603,1,leg_gt,0.05,60 -52678,sell_contrast_m10_bb_pos,sell,2025-09-07 20:03:00,1432.0,1.4603,1,leg_gt,0.06,60 -52679,sell_contrast_m10_bb_pos,sell,2025-09-07 20:06:00,1432.0,1.4603,1,leg_gt,0.06,60 -52680,sell_contrast_m10_bb_pos,sell,2025-09-07 20:09:00,1432.0,1.4603,1,leg_gt,0.06,60 -52681,sell_contrast_m10_bb_pos,sell,2025-09-07 20:12:00,1432.0,1.4603,1,leg_gt,0.06,60 -52682,sell_contrast_m10_bb_pos,sell,2025-09-07 20:15:00,1433.0,1.5312,1,leg_gt,0.06,60 -52683,sell_contrast_m10_bb_pos,sell,2025-09-07 20:18:00,1431.0,1.3894,1,leg_gt,0.07,60 -52684,sell_contrast_m10_bb_pos,sell,2025-09-07 21:21:00,1454.0,3.0206,1,leg_gt,0.11,60 -52685,sell_contrast_m10_bb_pos,sell,2025-09-07 21:24:00,1454.0,3.0206,1,leg_gt,0.11,60 -52686,sell_contrast_m10_bb_pos,sell,2025-09-07 21:27:00,1454.0,3.0206,1,leg_gt,0.11,60 -52687,sell_contrast_m10_bb_pos,sell,2025-09-07 21:42:00,1461.0,3.517,1,leg_gt,0.12,60 -52688,sell_contrast_m10_bb_pos,sell,2025-09-07 21:45:00,1454.0,3.0206,1,leg_gt,0.13,60 -52689,sell_contrast_m10_bb_pos,sell,2025-09-07 21:48:00,1454.0,3.0206,1,leg_gt,0.13,60 -52690,sell_contrast_m10_bb_pos,sell,2025-09-07 22:42:00,1468.0,4.0135,1,leg_gt,0.17,60 -52691,sell_contrast_m10_bb_pos,sell,2025-09-07 22:45:00,1473.0,4.3681,1,leg_gt,0.17,60 -52692,sell_contrast_m10_bb_pos,sell,2025-09-07 22:48:00,1469.0,4.0844,1,leg_gt,0.17,60 -52693,sell_contrast_m10_bb_pos,sell,2025-09-07 22:51:00,1484.0,5.1482,1,leg_gt,0.17,60 -52694,sell_contrast_m10_bb_pos,sell,2025-09-07 22:54:00,1478.0,4.7227,1,leg_gt,0.18,60 -52695,sell_contrast_m10_bb_pos,sell,2025-09-07 22:57:00,1483.0,5.0773,1,leg_gt,0.18,60 -52696,sell_contrast_m10_bb_pos,sell,2025-09-07 23:12:00,1464.0,3.7298,1,leg_gt,0.19,60 -52697,sell_contrast_m10_bb_pos,sell,2025-09-07 23:15:00,1463.0,3.6589,1,leg_gt,0.19,60 -52698,sell_contrast_m10_bb_pos,sell,2025-09-07 23:18:00,1463.0,3.6589,1,leg_gt,0.19,60 -52699,sell_contrast_m10_bb_pos,sell,2025-09-07 23:51:00,1483.0,5.0773,1,leg_gt,0.21,60 -52700,sell_contrast_m10_bb_pos,sell,2025-09-07 23:54:00,1481.0,4.9355,1,leg_gt,0.22,60 -52701,sell_contrast_m10_bb_pos,sell,2025-09-07 23:57:00,1485.0,5.2191,1,leg_gt,0.22,60 -52702,sell_contrast_m10_bb_pos,sell,2025-09-08 00:00:00,1483.0,5.0773,1,leg_gt,0.22,60 -52703,sell_contrast_m10_bb_pos,sell,2025-09-08 00:03:00,1476.0,4.5809,1,leg_gt,0.22,60 -52704,sell_contrast_m10_bb_pos,sell,2025-09-08 00:06:00,1470.0,4.1553,1,leg_gt,0.22,60 -52705,sell_contrast_m10_bb_pos,sell,2025-09-08 00:09:00,1474.0,4.439,1,leg_gt,0.23,60 -52706,sell_contrast_m10_bb_pos,sell,2025-09-08 00:30:00,1489.0,5.5028,1,leg_gt,0.24,60 -52707,sell_contrast_m10_bb_pos,sell,2025-09-08 00:33:00,1481.0,4.9355,1,leg_gt,0.24,60 -52708,sell_contrast_m10_bb_pos,sell,2025-09-08 00:36:00,1483.0,5.0773,1,leg_gt,0.25,60 -52709,sell_contrast_m10_bb_pos,sell,2025-09-08 00:39:00,1478.0,4.7227,1,leg_gt,0.25,60 -52710,sell_contrast_m10_bb_pos,sell,2025-09-08 04:42:00,1459.0,3.3752,1,leg_gt,0.42,60 -52711,sell_contrast_m10_bb_pos,sell,2025-09-08 04:45:00,1457.0,3.2333,1,leg_gt,0.42,60 -52712,sell_contrast_m10_bb_pos,sell,2025-09-08 04:48:00,1457.0,3.2333,1,leg_gt,0.42,60 -52713,sell_contrast_m10_bb_pos,sell,2025-09-08 05:00:00,1460.0,3.4461,1,leg_gt,0.43,60 -52714,sell_contrast_m10_bb_pos,sell,2025-09-08 05:03:00,1456.0,3.1624,1,leg_gt,0.43,60 -52715,sell_contrast_m10_bb_pos,sell,2025-09-08 05:06:00,1455.0,3.0915,1,leg_gt,0.43,60 -52716,sell_contrast_m10_bb_pos,sell,2025-09-08 05:09:00,1451.0,2.8078,1,leg_gt,0.44,60 -52717,sell_contrast_m10_bb_pos,sell,2025-09-08 08:30:00,1451.0,1.2268,1,leg_gt,0.03,60 -52718,sell_contrast_m10_bb_pos,sell,2025-09-08 08:33:00,1451.0,1.2268,1,leg_gt,0.04,60 -52719,sell_contrast_m10_bb_pos,sell,2025-09-08 08:36:00,1451.0,1.2268,1,leg_gt,0.04,60 -52720,sell_contrast_m10_bb_pos,sell,2025-09-08 08:39:00,1446.0,0.8777,1,leg_gt,0.04,60 -52721,sell_contrast_m10_bb_pos,sell,2025-09-08 10:00:00,1449.0,1.0872,1,leg_gt,0.1,60 -52722,sell_contrast_m10_bb_pos,sell,2025-09-08 10:03:00,1471.0,2.6235,1,leg_gt,0.1,60 -52723,sell_contrast_m10_bb_pos,sell,2025-09-08 10:06:00,1471.0,2.6235,1,leg_gt,0.1,60 -52724,sell_contrast_m10_bb_pos,sell,2025-09-08 10:09:00,1471.0,2.6235,1,leg_gt,0.1,60 -52725,sell_contrast_m10_bb_pos,sell,2025-09-08 11:30:00,1568.0,9.3972,1,leg_gt,0.16,60 -52726,sell_contrast_m10_bb_pos,sell,2025-09-08 11:33:00,1569.0,9.467,1,leg_gt,0.16,60 -52727,sell_contrast_m10_bb_pos,sell,2025-09-08 11:36:00,1568.0,9.3972,1,leg_gt,0.16,60 -52728,sell_contrast_m10_bb_pos,sell,2025-09-08 11:39:00,1586.0,10.6542,1,leg_gt,0.16,60 -52729,sell_contrast_m10_bb_pos,sell,2025-09-08 11:42:00,1584.0,10.5145,1,leg_gt,0.17,60 -52730,sell_contrast_m10_bb_pos,sell,2025-09-08 11:45:00,1594.0,11.2128,1,leg_gt,0.17,60 -52731,sell_contrast_m10_bb_pos,sell,2025-09-08 11:48:00,1606.0,12.0508,1,leg_gt,0.17,60 -52732,sell_contrast_m10_bb_pos,sell,2025-09-08 12:00:00,1633.0,13.9363,1,leg_gt,0.18,60 -52733,sell_contrast_m10_bb_pos,sell,2025-09-08 12:03:00,1635.0,14.076,1,leg_gt,0.18,60 -52734,sell_contrast_m10_bb_pos,sell,2025-09-08 12:06:00,1634.0,14.0061,1,leg_gt,0.18,60 -52735,sell_contrast_m10_bb_pos,sell,2025-09-08 12:09:00,1643.0,14.6346,1,leg_gt,0.19,60 -52736,sell_contrast_m10_bb_pos,sell,2025-09-08 12:12:00,1659.0,15.752,1,leg_gt,0.19,60 -52737,sell_contrast_m10_bb_pos,sell,2025-09-08 12:15:00,1662.0,15.9615,1,leg_gt,0.19,60 -52738,sell_contrast_m10_bb_pos,sell,2025-09-08 12:18:00,1659.0,15.752,1,leg_gt,0.19,60 -52739,sell_contrast_m10_bb_pos,sell,2025-09-08 12:21:00,1670.0,16.5201,1,leg_gt,0.19,60 -52740,sell_contrast_m10_bb_pos,sell,2025-09-08 12:24:00,1668.0,16.3804,1,leg_gt,0.2,60 -52741,sell_contrast_m10_bb_pos,sell,2025-09-08 12:27:00,1658.0,15.6821,1,leg_gt,0.2,60 -52742,sell_contrast_m10_bb_pos,sell,2025-09-08 12:30:00,1656.0,15.5425,1,leg_gt,0.2,60 -52743,sell_contrast_m10_bb_pos,sell,2025-09-08 12:33:00,1658.0,15.6821,1,leg_gt,0.2,60 -52744,sell_contrast_m10_bb_pos,sell,2025-09-08 12:36:00,1662.0,15.9615,1,leg_gt,0.2,60 -52745,sell_contrast_m10_bb_pos,sell,2025-09-08 12:39:00,1695.0,18.2659,1,leg_gt,0.21,60 -52746,sell_contrast_m10_bb_pos,sell,2025-09-08 12:42:00,1699.0,18.5453,1,leg_gt,0.21,60 -52747,sell_contrast_m10_bb_pos,sell,2025-09-08 12:45:00,1697.0,18.4056,1,leg_gt,0.21,60 -52748,sell_contrast_m10_bb_pos,sell,2025-09-08 12:48:00,1668.0,16.3804,1,leg_gt,0.21,60 -52749,sell_contrast_m10_bb_pos,sell,2025-09-08 12:51:00,1674.0,16.7994,1,leg_gt,0.21,60 -52750,sell_contrast_m10_bb_pos,sell,2025-09-08 12:54:00,1687.0,17.7073,1,leg_gt,0.22,60 -52751,sell_contrast_m10_bb_pos,sell,2025-09-08 12:57:00,1666.0,16.2408,1,leg_gt,0.22,60 -52752,sell_contrast_m10_bb_pos,sell,2025-09-08 13:21:00,1702.0,18.7547,1,leg_gt,0.24,60 -52753,sell_contrast_m10_bb_pos,sell,2025-09-08 13:24:00,1714.0,19.5927,1,leg_gt,0.24,60 -52754,sell_contrast_m10_bb_pos,sell,2025-09-08 13:27:00,1725.0,20.3609,1,leg_gt,0.24,60 -52755,sell_contrast_m10_bb_pos,sell,2025-09-08 13:30:00,1733.0,20.9196,1,leg_gt,0.24,60 -52756,sell_contrast_m10_bb_pos,sell,2025-09-08 13:33:00,1724.0,20.2911,1,leg_gt,0.24,60 -52757,sell_contrast_m10_bb_pos,sell,2025-09-08 13:36:00,1722.0,20.1514,1,leg_gt,0.25,60 -52758,sell_contrast_m10_bb_pos,sell,2025-09-08 13:39:00,1723.0,20.2212,1,leg_gt,0.25,60 -52759,sell_contrast_m10_bb_pos,sell,2025-09-08 13:42:00,1724.0,20.2911,1,leg_gt,0.25,60 -52760,sell_contrast_m10_bb_pos,sell,2025-09-08 13:45:00,1732.0,20.8497,1,leg_gt,0.25,60 -52761,sell_contrast_m10_bb_pos,sell,2025-09-08 13:48:00,1721.0,20.0816,1,leg_gt,0.25,60 -52762,sell_contrast_m10_bb_pos,sell,2025-09-08 14:00:00,1761.0,22.8749,1,leg_gt,0.26,60 -52763,sell_contrast_m10_bb_pos,sell,2025-09-08 14:03:00,1784.0,24.481,1,leg_gt,0.26,60 -52764,sell_contrast_m10_bb_pos,sell,2025-09-08 14:06:00,1797.0,25.3888,1,leg_gt,0.27,60 -52765,sell_contrast_m10_bb_pos,sell,2025-09-08 14:09:00,1813.0,26.5061,1,leg_gt,0.27,60 -52766,sell_contrast_m10_bb_pos,sell,2025-09-08 14:21:00,1767.0,23.2939,1,leg_gt,0.28,60 -52767,sell_contrast_m10_bb_pos,sell,2025-09-08 14:24:00,1777.0,23.9922,1,leg_gt,0.28,60 -52768,sell_contrast_m10_bb_pos,sell,2025-09-08 14:27:00,1779.0,24.1318,1,leg_gt,0.28,60 -52769,sell_contrast_m10_bb_pos,sell,2025-09-08 14:30:00,1791.0,24.9698,1,leg_gt,0.28,60 -52770,sell_contrast_m10_bb_pos,sell,2025-09-08 14:33:00,1783.0,24.4112,1,leg_gt,0.29,60 -52771,sell_contrast_m10_bb_pos,sell,2025-09-08 14:36:00,1783.0,24.4112,1,leg_gt,0.29,60 -52772,sell_contrast_m10_bb_pos,sell,2025-09-08 14:39:00,1784.0,24.481,1,leg_gt,0.29,60 -52773,sell_contrast_m10_bb_pos,sell,2025-09-08 14:42:00,1775.0,23.8525,1,leg_gt,0.29,60 -52774,sell_contrast_m10_bb_pos,sell,2025-09-08 14:45:00,1786.0,24.6207,1,leg_gt,0.29,60 -52775,sell_contrast_m10_bb_pos,sell,2025-09-08 14:48:00,1784.0,24.481,1,leg_gt,0.3,60 -52776,sell_contrast_m10_bb_pos,sell,2025-09-08 19:51:00,1765.0,2.6357,1,leg_gt,0.12,60 -52777,sell_contrast_m10_bb_pos,sell,2025-09-08 19:54:00,1774.0,3.1596,1,leg_gt,0.12,60 -52778,sell_contrast_m10_bb_pos,sell,2025-09-08 19:57:00,1767.0,2.7522,1,leg_gt,0.13,60 -52779,sell_contrast_m10_bb_pos,sell,2025-09-08 22:30:00,1779.0,7.1979,1,leg_gt,0.09,60 -52780,sell_contrast_m10_bb_pos,sell,2025-09-08 22:33:00,1787.0,7.6805,1,leg_gt,0.1,60 -52781,sell_contrast_m10_bb_pos,sell,2025-09-08 22:36:00,1797.0,8.2836,1,leg_gt,0.1,60 -52782,sell_contrast_m10_bb_pos,sell,2025-09-08 22:39:00,1773.0,6.8361,1,leg_gt,0.1,60 -52783,sell_contrast_m10_bb_pos,sell,2025-09-08 22:51:00,1808.0,8.947,1,leg_gt,0.11,60 -52784,sell_contrast_m10_bb_pos,sell,2025-09-08 22:54:00,1809.0,9.0074,1,leg_gt,0.11,60 -52785,sell_contrast_m10_bb_pos,sell,2025-09-08 22:57:00,1809.0,9.0074,1,leg_gt,0.11,60 -52786,sell_contrast_m10_bb_pos,sell,2025-09-08 23:00:00,1809.0,9.0074,1,leg_gt,0.11,60 -52787,sell_contrast_m10_bb_pos,sell,2025-09-08 23:03:00,1869.0,12.6262,1,leg_gt,0.12,60 -52788,sell_contrast_m10_bb_pos,sell,2025-09-08 23:06:00,1871.0,12.7468,1,leg_gt,0.12,60 -52789,sell_contrast_m10_bb_pos,sell,2025-09-08 23:09:00,1880.0,13.2896,1,leg_gt,0.12,60 -52790,sell_contrast_m10_bb_pos,sell,2025-09-09 00:21:00,2079.0,25.292,1,leg_gt,0.17,60 -52791,sell_contrast_m10_bb_pos,sell,2025-09-09 00:24:00,2105.0,26.8602,1,leg_gt,0.17,60 -52792,sell_contrast_m10_bb_pos,sell,2025-09-09 00:27:00,2152.0,29.6949,1,leg_gt,0.18,60 -52793,sell_contrast_m10_bb_pos,sell,2025-09-09 00:30:00,2127.0,28.1871,1,leg_gt,0.18,60 -52794,sell_contrast_m10_bb_pos,sell,2025-09-09 00:33:00,2112.0,27.2824,1,leg_gt,0.18,60 -52795,sell_contrast_m10_bb_pos,sell,2025-09-09 00:36:00,2091.0,26.0158,1,leg_gt,0.18,60 -52796,sell_contrast_m10_bb_pos,sell,2025-09-09 00:39:00,2083.0,25.5333,1,leg_gt,0.18,60 -52797,sell_contrast_m10_bb_pos,sell,2025-09-09 02:42:00,2116.0,27.5236,1,leg_gt,0.27,60 -52798,sell_contrast_m10_bb_pos,sell,2025-09-09 02:45:00,2100.0,26.5586,1,leg_gt,0.27,60 -52799,sell_contrast_m10_bb_pos,sell,2025-09-09 02:48:00,2086.0,25.7142,1,leg_gt,0.27,60 -52800,sell_contrast_m10_bb_pos,sell,2025-09-09 06:42:00,2135.0,7.1864,1,leg_gt,0.15,60 -52801,sell_contrast_m10_bb_pos,sell,2025-09-09 06:45:00,2127.0,6.7844,1,leg_gt,0.15,60 -52802,sell_contrast_m10_bb_pos,sell,2025-09-09 06:48:00,2136.0,7.2367,1,leg_gt,0.15,60 -52803,sell_contrast_m10_bb_pos,sell,2025-09-09 06:51:00,2130.0,6.9352,1,leg_gt,0.15,60 -52804,sell_contrast_m10_bb_pos,sell,2025-09-09 06:54:00,2139.0,7.3874,1,leg_gt,0.16,60 -52805,sell_contrast_m10_bb_pos,sell,2025-09-09 06:57:00,2143.0,7.5884,1,leg_gt,0.16,60 -52806,sell_contrast_m10_bb_pos,sell,2025-09-09 09:42:00,2432.0,22.1111,1,leg_gt,0.27,60 -52807,sell_contrast_m10_bb_pos,sell,2025-09-09 09:45:00,2413.0,21.1563,1,leg_gt,0.28,60 -52808,sell_contrast_m10_bb_pos,sell,2025-09-09 09:48:00,2393.0,20.1513,1,leg_gt,0.28,60 -52809,sell_contrast_m10_bb_pos,sell,2025-09-09 09:51:00,2426.0,21.8095,1,leg_gt,0.28,60 -52810,sell_contrast_m10_bb_pos,sell,2025-09-09 09:54:00,2425.0,21.7593,1,leg_gt,0.28,60 -52811,sell_contrast_m10_bb_pos,sell,2025-09-09 09:57:00,2442.0,22.6136,1,leg_gt,0.28,60 -52812,sell_contrast_m10_bb_pos,sell,2025-09-09 10:00:00,2435.0,22.2618,1,leg_gt,0.29,60 -52813,sell_contrast_m10_bb_pos,sell,2025-09-09 10:03:00,2446.0,22.8146,1,leg_gt,0.29,60 -52814,sell_contrast_m10_bb_pos,sell,2025-09-09 10:06:00,2471.0,24.0709,1,leg_gt,0.29,60 -52815,sell_contrast_m10_bb_pos,sell,2025-09-09 10:09:00,2491.0,25.0759,1,leg_gt,0.29,60 -52816,sell_contrast_m10_bb_pos,sell,2025-09-09 10:12:00,2464.0,23.7191,1,leg_gt,0.29,60 -52817,sell_contrast_m10_bb_pos,sell,2025-09-09 10:15:00,2490.0,25.0256,1,leg_gt,0.3,60 -52818,sell_contrast_m10_bb_pos,sell,2025-09-09 10:18:00,2493.0,25.1764,1,leg_gt,0.3,60 -52819,sell_contrast_m10_bb_pos,sell,2025-09-09 12:30:00,2520.0,7.8692,1,leg_gt,0.03,60 -52820,sell_contrast_m10_bb_pos,sell,2025-09-09 12:33:00,2513.0,7.5692,1,leg_gt,0.03,60 -52821,sell_contrast_m10_bb_pos,sell,2025-09-09 12:36:00,2508.0,7.355,1,leg_gt,0.04,60 -52822,sell_contrast_m10_bb_pos,sell,2025-09-09 12:39:00,2496.0,6.8409,1,leg_gt,0.04,60 -52823,sell_contrast_m10_bb_pos,sell,2025-09-09 12:42:00,2518.0,7.7835,1,leg_gt,0.04,60 -52824,sell_contrast_m10_bb_pos,sell,2025-09-09 12:45:00,2573.0,10.1399,1,leg_gt,0.04,60 -52825,sell_contrast_m10_bb_pos,sell,2025-09-09 12:48:00,2545.0,8.9403,1,leg_gt,0.04,60 -52826,sell_contrast_m10_bb_pos,sell,2025-09-09 15:42:00,2629.0,4.7246,1,leg_gt,0.07,60 -52827,sell_contrast_m10_bb_pos,sell,2025-09-09 15:45:00,2654.0,5.7214,1,leg_gt,0.07,60 -52828,sell_contrast_m10_bb_pos,sell,2025-09-09 15:48:00,2663.0,6.0802,1,leg_gt,0.08,60 -52829,sell_contrast_m10_bb_pos,sell,2025-09-09 19:12:00,2796.0,6.4549,1,leg_gt,0.1,60 -52830,sell_contrast_m10_bb_pos,sell,2025-09-09 19:15:00,2786.0,6.0738,1,leg_gt,0.1,60 -52831,sell_contrast_m10_bb_pos,sell,2025-09-09 19:18:00,2806.0,6.836,1,leg_gt,0.1,60 -52832,sell_contrast_m10_bb_pos,sell,2025-09-09 20:12:00,2866.0,9.1226,1,leg_gt,0.14,60 -52833,sell_contrast_m10_bb_pos,sell,2025-09-09 20:15:00,2857.0,8.7796,1,leg_gt,0.14,60 -52834,sell_contrast_m10_bb_pos,sell,2025-09-09 20:18:00,2874.0,9.4274,1,leg_gt,0.14,60 -52835,sell_contrast_m10_bb_pos,sell,2025-09-09 20:30:00,2930.0,11.5616,1,leg_gt,0.15,60 -52836,sell_contrast_m10_bb_pos,sell,2025-09-09 20:33:00,2892.0,10.1134,1,leg_gt,0.15,60 -52837,sell_contrast_m10_bb_pos,sell,2025-09-09 20:36:00,2905.0,10.6088,1,leg_gt,0.15,60 -52838,sell_contrast_m10_bb_pos,sell,2025-09-09 20:39:00,2901.0,10.4564,1,leg_gt,0.16,60 -52839,sell_contrast_m10_bb_pos,sell,2025-09-10 04:30:00,2581.0,7.6662,1,leg_gt,0.12,60 -52840,sell_contrast_m10_bb_pos,sell,2025-09-10 04:33:00,2579.0,7.5827,1,leg_gt,0.12,60 -52841,sell_contrast_m10_bb_pos,sell,2025-09-10 04:36:00,2587.0,7.9167,1,leg_gt,0.12,60 -52842,sell_contrast_m10_bb_pos,sell,2025-09-10 04:39:00,2589.0,8.0002,1,leg_gt,0.13,60 -52843,sell_contrast_m10_bb_pos,sell,2025-09-10 04:42:00,2584.0,7.7914,1,leg_gt,0.13,60 -52844,sell_contrast_m10_bb_pos,sell,2025-09-10 04:45:00,2588.0,7.9585,1,leg_gt,0.13,60 -52845,sell_contrast_m10_bb_pos,sell,2025-09-10 04:48:00,2580.0,7.6244,1,leg_gt,0.13,60 -52846,sell_contrast_m10_bb_pos,sell,2025-09-10 04:51:00,2576.0,7.4574,1,leg_gt,0.14,60 -52847,sell_contrast_m10_bb_pos,sell,2025-09-10 04:54:00,2546.0,6.2048,1,leg_gt,0.14,60 -52848,sell_contrast_m10_bb_pos,sell,2025-09-10 04:57:00,2529.0,5.495,1,leg_gt,0.14,60 -52849,sell_contrast_m10_bb_pos,sell,2025-09-10 07:51:00,2589.0,5.2724,1,leg_gt,0.06,60 -52850,sell_contrast_m10_bb_pos,sell,2025-09-10 07:54:00,2566.0,4.3363,1,leg_gt,0.06,60 -52851,sell_contrast_m10_bb_pos,sell,2025-09-10 07:57:00,2572.0,4.5805,1,leg_gt,0.07,60 -52852,sell_contrast_m10_bb_pos,sell,2025-09-10 08:42:00,2673.0,8.6912,1,leg_gt,0.1,60 -52853,sell_contrast_m10_bb_pos,sell,2025-09-10 08:45:00,2675.0,8.7726,1,leg_gt,0.1,60 -52854,sell_contrast_m10_bb_pos,sell,2025-09-10 08:48:00,2688.0,9.3017,1,leg_gt,0.1,60 -52855,sell_contrast_m10_bb_pos,sell,2025-09-10 08:51:00,2694.0,9.5459,1,leg_gt,0.1,60 -52856,sell_contrast_m10_bb_pos,sell,2025-09-10 08:54:00,2703.0,9.9122,1,leg_gt,0.11,60 -52857,sell_contrast_m10_bb_pos,sell,2025-09-10 08:57:00,2691.0,9.4238,1,leg_gt,0.11,60 -52858,sell_contrast_m10_bb_pos,sell,2025-09-10 09:00:00,2689.0,9.3424,1,leg_gt,0.11,60 -52859,sell_contrast_m10_bb_pos,sell,2025-09-10 09:03:00,2691.0,9.4238,1,leg_gt,0.11,60 -52860,sell_contrast_m10_bb_pos,sell,2025-09-10 09:06:00,2659.0,8.1214,1,leg_gt,0.11,60 -52861,sell_contrast_m10_bb_pos,sell,2025-09-10 09:09:00,2673.0,8.6912,1,leg_gt,0.12,60 -52862,sell_contrast_m10_bb_pos,sell,2025-09-10 10:12:00,2772.0,7.2171,1,leg_gt,0.03,60 -52863,sell_contrast_m10_bb_pos,sell,2025-09-10 10:15:00,2750.0,6.3654,1,leg_gt,0.04,60 -52864,sell_contrast_m10_bb_pos,sell,2025-09-10 10:18:00,2784.0,7.6816,1,leg_gt,0.04,60 -52865,sell_contrast_m10_bb_pos,sell,2025-09-10 10:42:00,2844.0,10.0045,1,leg_gt,0.05,60 -52866,sell_contrast_m10_bb_pos,sell,2025-09-10 10:45:00,2844.0,10.0045,1,leg_gt,0.06,60 -52867,sell_contrast_m10_bb_pos,sell,2025-09-10 10:48:00,2810.0,8.6882,1,leg_gt,0.06,60 -52868,sell_contrast_m10_bb_pos,sell,2025-09-10 11:12:00,2806.0,8.5334,1,leg_gt,0.08,60 -52869,sell_contrast_m10_bb_pos,sell,2025-09-10 11:15:00,2794.0,8.0688,1,leg_gt,0.08,60 -52870,sell_contrast_m10_bb_pos,sell,2025-09-10 11:18:00,2806.0,8.5334,1,leg_gt,0.08,60 -52871,sell_contrast_m10_bb_pos,sell,2025-09-10 22:21:00,2630.0,3.0373,1,leg_gt,0.22,60 -52872,sell_contrast_m10_bb_pos,sell,2025-09-10 22:24:00,2617.0,2.5275,1,leg_gt,0.22,60 -52873,sell_contrast_m10_bb_pos,sell,2025-09-10 22:27:00,2624.0,2.802,1,leg_gt,0.23,60 -52874,sell_contrast_m10_bb_pos,sell,2025-09-11 04:51:00,2534.0,2.9081,1,leg_gt,0.14,60 -52875,sell_contrast_m10_bb_pos,sell,2025-09-11 04:54:00,2539.0,3.1114,1,leg_gt,0.14,60 -52876,sell_contrast_m10_bb_pos,sell,2025-09-11 04:57:00,2546.0,3.3959,1,leg_gt,0.14,60 -52877,sell_contrast_m10_bb_pos,sell,2025-09-11 05:42:00,2581.0,4.8187,1,leg_gt,0.18,60 -52878,sell_contrast_m10_bb_pos,sell,2025-09-11 05:45:00,2577.0,4.6561,1,leg_gt,0.18,60 -52879,sell_contrast_m10_bb_pos,sell,2025-09-11 05:48:00,2578.0,4.6967,1,leg_gt,0.18,60 -52880,sell_contrast_m10_bb_pos,sell,2025-09-11 05:51:00,2576.0,4.6154,1,leg_gt,0.18,60 -52881,sell_contrast_m10_bb_pos,sell,2025-09-11 05:54:00,2583.0,4.9,1,leg_gt,0.18,60 -52882,sell_contrast_m10_bb_pos,sell,2025-09-11 05:57:00,2582.0,4.8593,1,leg_gt,0.19,60 -52883,sell_contrast_m10_bb_pos,sell,2025-09-11 06:00:00,2580.0,4.778,1,leg_gt,0.19,60 -52884,sell_contrast_m10_bb_pos,sell,2025-09-11 06:03:00,2597.0,5.4691,1,leg_gt,0.19,60 -52885,sell_contrast_m10_bb_pos,sell,2025-09-11 06:06:00,2597.0,5.4691,1,leg_gt,0.19,60 -52886,sell_contrast_m10_bb_pos,sell,2025-09-11 06:09:00,2605.0,5.7943,1,leg_gt,0.19,60 -52887,sell_contrast_m10_bb_pos,sell,2025-09-11 06:12:00,2598.0,5.5098,1,leg_gt,0.2,60 -52888,sell_contrast_m10_bb_pos,sell,2025-09-11 06:15:00,2593.0,5.3065,1,leg_gt,0.2,60 -52889,sell_contrast_m10_bb_pos,sell,2025-09-11 06:18:00,2598.0,5.5098,1,leg_gt,0.2,60 -52890,sell_contrast_m10_bb_pos,sell,2025-09-11 06:21:00,2594.0,5.3472,1,leg_gt,0.2,60 -52891,sell_contrast_m10_bb_pos,sell,2025-09-11 06:24:00,2591.0,5.2252,1,leg_gt,0.2,60 -52892,sell_contrast_m10_bb_pos,sell,2025-09-11 06:27:00,2594.0,5.3472,1,leg_gt,0.21,60 -52893,sell_contrast_m10_bb_pos,sell,2025-09-11 08:30:00,2625.0,6.6073,1,leg_gt,0.29,60 -52894,sell_contrast_m10_bb_pos,sell,2025-09-11 08:33:00,2620.0,6.4041,1,leg_gt,0.29,60 -52895,sell_contrast_m10_bb_pos,sell,2025-09-11 08:36:00,2608.0,5.9163,1,leg_gt,0.3,60 -52896,sell_contrast_m10_bb_pos,sell,2025-09-11 08:39:00,2601.0,5.6317,1,leg_gt,0.3,60 -52897,sell_contrast_m10_bb_pos,sell,2025-09-11 18:42:00,2459.0,-0.1407,0,leg_gt,0.72,60 -52898,sell_contrast_m10_bb_pos,sell,2025-09-11 18:45:00,2458.0,-0.1813,0,leg_gt,0.72,60 -52899,sell_contrast_m10_bb_pos,sell,2025-09-11 18:48:00,2458.0,-0.1813,0,leg_gt,0.72,60 -52900,sell_contrast_m10_bb_pos,sell,2025-09-12 03:21:00,2275.0,2.5161,1,leg_gt,0.06,60 -52901,sell_contrast_m10_bb_pos,sell,2025-09-12 03:24:00,2269.0,2.2455,1,leg_gt,0.06,60 -52902,sell_contrast_m10_bb_pos,sell,2025-09-12 03:27:00,2267.0,2.1553,1,leg_gt,0.07,60 -52903,sell_contrast_m10_bb_pos,sell,2025-09-12 05:42:00,2281.0,2.7868,1,leg_gt,0.16,60 -52904,sell_contrast_m10_bb_pos,sell,2025-09-12 05:45:00,2280.0,2.7417,1,leg_gt,0.16,60 -52905,sell_contrast_m10_bb_pos,sell,2025-09-12 05:48:00,2277.0,2.6064,1,leg_gt,0.16,60 -52906,sell_contrast_m10_bb_pos,sell,2025-09-12 06:12:00,2284.0,2.9221,1,leg_gt,0.18,60 -52907,sell_contrast_m10_bb_pos,sell,2025-09-12 06:15:00,2288.0,3.1025,1,leg_gt,0.18,60 -52908,sell_contrast_m10_bb_pos,sell,2025-09-12 06:18:00,2285.0,2.9672,1,leg_gt,0.19,60 -52909,sell_contrast_m10_bb_pos,sell,2025-09-12 06:21:00,2284.0,2.9221,1,leg_gt,0.19,60 -52910,sell_contrast_m10_bb_pos,sell,2025-09-12 06:24:00,2283.0,2.877,1,leg_gt,0.19,60 -52911,sell_contrast_m10_bb_pos,sell,2025-09-12 06:27:00,2283.0,2.877,1,leg_gt,0.19,60 -52912,sell_contrast_m10_bb_pos,sell,2025-09-12 06:51:00,2288.0,3.1025,1,leg_gt,0.21,60 -52913,sell_contrast_m10_bb_pos,sell,2025-09-12 06:54:00,2291.0,3.2378,1,leg_gt,0.21,60 -52914,sell_contrast_m10_bb_pos,sell,2025-09-12 06:57:00,2295.0,3.4183,1,leg_gt,0.21,60 -52915,sell_contrast_m10_bb_pos,sell,2025-09-12 07:42:00,2306.0,3.9144,1,leg_gt,0.24,60 -52916,sell_contrast_m10_bb_pos,sell,2025-09-12 07:45:00,2305.0,3.8693,1,leg_gt,0.25,60 -52917,sell_contrast_m10_bb_pos,sell,2025-09-12 07:48:00,2305.0,3.8693,1,leg_gt,0.25,60 -52918,sell_contrast_m10_bb_pos,sell,2025-09-12 14:42:00,2298.0,2.7188,1,leg_gt,0.11,60 -52919,sell_contrast_m10_bb_pos,sell,2025-09-12 14:45:00,2296.0,2.6293,1,leg_gt,0.11,60 -52920,sell_contrast_m10_bb_pos,sell,2025-09-12 14:48:00,2285.0,2.1371,1,leg_gt,0.11,60 -52921,sell_contrast_m10_bb_pos,sell,2025-09-12 15:51:00,2365.0,5.7166,1,leg_gt,0.15,60 -52922,sell_contrast_m10_bb_pos,sell,2025-09-12 15:54:00,2358.0,5.4034,1,leg_gt,0.16,60 -52923,sell_contrast_m10_bb_pos,sell,2025-09-12 15:57:00,2359.0,5.4481,1,leg_gt,0.16,60 -52924,sell_contrast_m10_bb_pos,sell,2025-09-12 16:12:00,2379.0,6.343,1,leg_gt,0.17,60 -52925,sell_contrast_m10_bb_pos,sell,2025-09-12 16:15:00,2376.0,6.2087,1,leg_gt,0.17,60 -52926,sell_contrast_m10_bb_pos,sell,2025-09-12 16:18:00,2391.0,6.8799,1,leg_gt,0.17,60 -52927,sell_contrast_m10_bb_pos,sell,2025-09-13 03:30:00,2259.0,4.1936,1,leg_gt,0.12,60 -52928,sell_contrast_m10_bb_pos,sell,2025-09-13 03:33:00,2252.0,3.8705,1,leg_gt,0.12,60 -52929,sell_contrast_m10_bb_pos,sell,2025-09-13 03:36:00,2258.0,4.1475,1,leg_gt,0.12,60 -52930,sell_contrast_m10_bb_pos,sell,2025-09-13 03:39:00,2254.0,3.9628,1,leg_gt,0.13,60 -52931,sell_contrast_m10_bb_pos,sell,2025-09-13 04:00:00,2263.0,4.3783,1,leg_gt,0.14,60 -52932,sell_contrast_m10_bb_pos,sell,2025-09-13 04:03:00,2256.0,4.0551,1,leg_gt,0.14,60 -52933,sell_contrast_m10_bb_pos,sell,2025-09-13 04:06:00,2260.0,4.2398,1,leg_gt,0.15,60 -52934,sell_contrast_m10_bb_pos,sell,2025-09-13 04:09:00,2272.0,4.7938,1,leg_gt,0.15,60 -52935,sell_contrast_m10_bb_pos,sell,2025-09-13 04:12:00,2272.0,4.7938,1,leg_gt,0.15,60 -52936,sell_contrast_m10_bb_pos,sell,2025-09-13 04:15:00,2271.0,4.7476,1,leg_gt,0.15,60 -52937,sell_contrast_m10_bb_pos,sell,2025-09-13 04:18:00,2276.0,4.9785,1,leg_gt,0.15,60 -52938,sell_contrast_m10_bb_pos,sell,2025-09-13 04:30:00,2278.0,5.0708,1,leg_gt,0.16,60 -52939,sell_contrast_m10_bb_pos,sell,2025-09-13 04:33:00,2280.0,5.1632,1,leg_gt,0.16,60 -52940,sell_contrast_m10_bb_pos,sell,2025-09-13 04:36:00,2282.0,5.2555,1,leg_gt,0.17,60 -52941,sell_contrast_m10_bb_pos,sell,2025-09-13 04:39:00,2277.0,5.0247,1,leg_gt,0.17,60 -52942,sell_contrast_m10_bb_pos,sell,2025-09-13 04:42:00,2272.0,4.7938,1,leg_gt,0.17,60 -52943,sell_contrast_m10_bb_pos,sell,2025-09-13 04:45:00,2274.0,4.8861,1,leg_gt,0.17,60 -52944,sell_contrast_m10_bb_pos,sell,2025-09-13 04:48:00,2273.0,4.84,1,leg_gt,0.18,60 -52945,sell_contrast_m10_bb_pos,sell,2025-09-13 05:00:00,2290.0,5.6248,1,leg_gt,0.18,60 -52946,sell_contrast_m10_bb_pos,sell,2025-09-13 05:03:00,2283.0,5.3017,1,leg_gt,0.19,60 -52947,sell_contrast_m10_bb_pos,sell,2025-09-13 05:06:00,2279.0,5.117,1,leg_gt,0.19,60 -52948,sell_contrast_m10_bb_pos,sell,2025-09-13 05:09:00,2279.0,5.117,1,leg_gt,0.19,60 -52949,sell_contrast_m10_bb_pos,sell,2025-09-13 07:00:00,2297.0,5.948,1,leg_gt,0.27,60 -52950,sell_contrast_m10_bb_pos,sell,2025-09-13 07:03:00,2293.0,5.7633,1,leg_gt,0.27,60 -52951,sell_contrast_m10_bb_pos,sell,2025-09-13 07:06:00,2300.0,6.0865,1,leg_gt,0.27,60 -52952,sell_contrast_m10_bb_pos,sell,2025-09-13 07:09:00,2293.0,5.7633,1,leg_gt,0.27,60 -52953,sell_contrast_m10_bb_pos,sell,2025-09-13 07:21:00,2293.0,5.7633,1,leg_gt,0.28,60 -52954,sell_contrast_m10_bb_pos,sell,2025-09-13 07:24:00,2297.0,5.948,1,leg_gt,0.28,60 -52955,sell_contrast_m10_bb_pos,sell,2025-09-13 07:27:00,2298.0,5.9942,1,leg_gt,0.29,60 -52956,sell_contrast_m10_bb_pos,sell,2025-09-13 07:30:00,2297.0,5.948,1,leg_gt,0.29,60 -52957,sell_contrast_m10_bb_pos,sell,2025-09-13 07:33:00,2289.0,5.5787,1,leg_gt,0.29,60 -52958,sell_contrast_m10_bb_pos,sell,2025-09-13 07:36:00,2291.0,5.671,1,leg_gt,0.29,60 -52959,sell_contrast_m10_bb_pos,sell,2025-09-13 07:39:00,2296.0,5.9018,1,leg_gt,0.29,60 -52960,sell_contrast_m10_bb_pos,sell,2025-09-13 21:00:00,2262.0,4.3321,1,leg_gt,0.85,60 -52961,sell_contrast_m10_bb_pos,sell,2025-09-13 21:03:00,2260.0,4.2398,1,leg_gt,0.85,60 -52962,sell_contrast_m10_bb_pos,sell,2025-09-13 21:06:00,2256.0,4.0551,1,leg_gt,0.85,60 -52963,sell_contrast_m10_bb_pos,sell,2025-09-13 21:09:00,2253.0,3.9166,1,leg_gt,0.86,60 -52964,sell_contrast_m10_bb_pos,sell,2025-09-13 21:21:00,2264.0,4.4245,1,leg_gt,0.86,60 -52965,sell_contrast_m10_bb_pos,sell,2025-09-13 21:24:00,2258.0,4.1475,1,leg_gt,0.87,60 -52966,sell_contrast_m10_bb_pos,sell,2025-09-13 21:27:00,2257.0,4.1013,1,leg_gt,0.87,60 -52967,sell_contrast_m10_bb_pos,sell,2025-09-13 21:42:00,2262.0,4.3321,1,leg_gt,0.88,60 -52968,sell_contrast_m10_bb_pos,sell,2025-09-13 21:45:00,2261.0,4.286,1,leg_gt,0.88,60 -52969,sell_contrast_m10_bb_pos,sell,2025-09-13 21:48:00,2261.0,4.286,1,leg_gt,0.88,60 -52970,sell_contrast_m10_bb_pos,sell,2025-09-13 21:51:00,2267.0,4.563,1,leg_gt,0.89,60 -52971,sell_contrast_m10_bb_pos,sell,2025-09-13 21:54:00,2272.0,4.7938,1,leg_gt,0.89,60 -52972,sell_contrast_m10_bb_pos,sell,2025-09-13 21:57:00,2266.0,4.5168,1,leg_gt,0.89,60 -52973,sell_contrast_m10_bb_pos,sell,2025-09-14 03:00:00,2232.0,1.3545,1,leg_gt,0.03,60 -52974,sell_contrast_m10_bb_pos,sell,2025-09-14 03:03:00,2224.0,0.9909,1,leg_gt,0.04,60 -52975,sell_contrast_m10_bb_pos,sell,2025-09-14 03:06:00,2221.0,0.8545,1,leg_gt,0.04,60 -52976,sell_contrast_m10_bb_pos,sell,2025-09-14 03:09:00,2216.0,0.6273,1,leg_gt,0.04,60 -52977,sell_contrast_m10_bb_pos,sell,2025-09-14 05:00:00,2243.0,1.8545,1,leg_gt,0.12,60 -52978,sell_contrast_m10_bb_pos,sell,2025-09-14 05:03:00,2246.0,1.9909,1,leg_gt,0.12,60 -52979,sell_contrast_m10_bb_pos,sell,2025-09-14 05:06:00,2244.0,1.9,1,leg_gt,0.12,60 -52980,sell_contrast_m10_bb_pos,sell,2025-09-14 05:09:00,2241.0,1.7636,1,leg_gt,0.12,60 -52981,sell_contrast_m10_bb_pos,sell,2025-09-14 05:12:00,2237.0,1.5818,1,leg_gt,0.12,60 -52982,sell_contrast_m10_bb_pos,sell,2025-09-14 05:15:00,2247.0,2.0364,1,leg_gt,0.13,60 -52983,sell_contrast_m10_bb_pos,sell,2025-09-14 05:18:00,2242.0,1.8091,1,leg_gt,0.13,60 -52984,sell_contrast_m10_bb_pos,sell,2025-09-14 05:21:00,2242.0,1.8091,1,leg_gt,0.13,60 -52985,sell_contrast_m10_bb_pos,sell,2025-09-14 05:24:00,2242.0,1.8091,1,leg_gt,0.13,60 -52986,sell_contrast_m10_bb_pos,sell,2025-09-14 05:27:00,2257.0,2.4909,1,leg_gt,0.14,60 -52987,sell_contrast_m10_bb_pos,sell,2025-09-14 06:00:00,2256.0,2.4455,1,leg_gt,0.16,60 -52988,sell_contrast_m10_bb_pos,sell,2025-09-14 06:03:00,2260.0,2.6273,1,leg_gt,0.16,60 -52989,sell_contrast_m10_bb_pos,sell,2025-09-14 06:06:00,2255.0,2.4,1,leg_gt,0.16,60 -52990,sell_contrast_m10_bb_pos,sell,2025-09-14 06:09:00,2269.0,3.0364,1,leg_gt,0.16,60 -52991,sell_contrast_m10_bb_pos,sell,2025-09-14 06:30:00,2277.0,3.4,1,leg_gt,0.18,60 -52992,sell_contrast_m10_bb_pos,sell,2025-09-14 06:33:00,2267.0,2.9455,1,leg_gt,0.18,60 -52993,sell_contrast_m10_bb_pos,sell,2025-09-14 06:36:00,2275.0,3.3091,1,leg_gt,0.18,60 -52994,sell_contrast_m10_bb_pos,sell,2025-09-14 06:39:00,2272.0,3.1727,1,leg_gt,0.19,60 -52995,sell_contrast_m10_bb_pos,sell,2025-09-14 06:42:00,2270.0,3.0818,1,leg_gt,0.19,60 -52996,sell_contrast_m10_bb_pos,sell,2025-09-14 06:45:00,2275.0,3.3091,1,leg_gt,0.19,60 -52997,sell_contrast_m10_bb_pos,sell,2025-09-14 06:48:00,2275.0,3.3091,1,leg_gt,0.19,60 -52998,sell_contrast_m10_bb_pos,sell,2025-09-14 12:12:00,2293.0,4.1273,1,leg_gt,0.42,60 -52999,sell_contrast_m10_bb_pos,sell,2025-09-14 12:15:00,2294.0,4.1727,1,leg_gt,0.42,60 -53000,sell_contrast_m10_bb_pos,sell,2025-09-14 12:18:00,2305.0,4.6727,1,leg_gt,0.42,60 -53001,sell_contrast_m10_bb_pos,sell,2025-09-14 12:30:00,2283.0,3.6727,1,leg_gt,0.43,60 -53002,sell_contrast_m10_bb_pos,sell,2025-09-14 12:33:00,2265.0,2.8545,1,leg_gt,0.43,60 -53003,sell_contrast_m10_bb_pos,sell,2025-09-14 12:36:00,2259.0,2.5818,1,leg_gt,0.43,60 -53004,sell_contrast_m10_bb_pos,sell,2025-09-14 12:39:00,2260.0,2.6273,1,leg_gt,0.44,60 -53005,sell_contrast_m10_bb_pos,sell,2025-09-14 13:21:00,2288.0,3.9,1,leg_gt,0.46,60 -53006,sell_contrast_m10_bb_pos,sell,2025-09-14 13:24:00,2272.0,3.1727,1,leg_gt,0.47,60 -53007,sell_contrast_m10_bb_pos,sell,2025-09-14 13:27:00,2268.0,2.9909,1,leg_gt,0.47,60 -53008,sell_contrast_m10_bb_pos,sell,2025-09-14 13:42:00,2288.0,3.9,1,leg_gt,0.48,60 -53009,sell_contrast_m10_bb_pos,sell,2025-09-14 13:45:00,2300.0,4.4455,1,leg_gt,0.48,60 -53010,sell_contrast_m10_bb_pos,sell,2025-09-14 13:48:00,2298.0,4.3545,1,leg_gt,0.48,60 -53011,sell_contrast_m10_bb_pos,sell,2025-09-14 13:51:00,2300.0,4.4455,1,leg_gt,0.49,60 -53012,sell_contrast_m10_bb_pos,sell,2025-09-14 13:54:00,2310.0,4.9,1,leg_gt,0.49,60 -53013,sell_contrast_m10_bb_pos,sell,2025-09-14 13:57:00,2298.0,4.3545,1,leg_gt,0.49,60 -53014,sell_contrast_m10_bb_pos,sell,2025-09-14 14:00:00,2298.0,4.3545,1,leg_gt,0.49,60 -53015,sell_contrast_m10_bb_pos,sell,2025-09-14 14:03:00,2290.0,3.9909,1,leg_gt,0.49,60 -53016,sell_contrast_m10_bb_pos,sell,2025-09-14 14:06:00,2304.0,4.6273,1,leg_gt,0.5,60 -53017,sell_contrast_m10_bb_pos,sell,2025-09-14 14:09:00,2320.0,5.3545,1,leg_gt,0.5,60 -53018,sell_contrast_m10_bb_pos,sell,2025-09-14 14:30:00,2324.0,5.5364,1,leg_gt,0.51,60 -53019,sell_contrast_m10_bb_pos,sell,2025-09-14 14:33:00,2330.0,5.8091,1,leg_gt,0.51,60 -53020,sell_contrast_m10_bb_pos,sell,2025-09-14 14:36:00,2337.0,6.1273,1,leg_gt,0.52,60 -53021,sell_contrast_m10_bb_pos,sell,2025-09-14 14:39:00,2327.0,5.6727,1,leg_gt,0.52,60 -53022,sell_contrast_m10_bb_pos,sell,2025-09-14 14:42:00,2325.0,5.5818,1,leg_gt,0.52,60 -53023,sell_contrast_m10_bb_pos,sell,2025-09-14 14:45:00,2320.0,5.3545,1,leg_gt,0.52,60 -53024,sell_contrast_m10_bb_pos,sell,2025-09-14 14:48:00,2310.0,4.9,1,leg_gt,0.52,60 -53025,sell_contrast_m10_bb_pos,sell,2025-09-14 15:21:00,2349.0,6.6727,1,leg_gt,0.55,60 -53026,sell_contrast_m10_bb_pos,sell,2025-09-14 15:24:00,2335.0,6.0364,1,leg_gt,0.55,60 -53027,sell_contrast_m10_bb_pos,sell,2025-09-14 15:27:00,2326.0,5.6273,1,leg_gt,0.55,60 -53028,sell_contrast_m10_bb_pos,sell,2025-09-14 15:42:00,2359.0,7.1273,1,leg_gt,0.56,60 -53029,sell_contrast_m10_bb_pos,sell,2025-09-14 15:45:00,2366.0,7.4455,1,leg_gt,0.56,60 -53030,sell_contrast_m10_bb_pos,sell,2025-09-14 15:48:00,2370.0,7.6273,1,leg_gt,0.57,60 -53031,sell_contrast_m10_bb_pos,sell,2025-09-14 15:51:00,2384.0,8.2636,1,leg_gt,0.57,60 -53032,sell_contrast_m10_bb_pos,sell,2025-09-14 15:54:00,2386.0,8.3545,1,leg_gt,0.57,60 -53033,sell_contrast_m10_bb_pos,sell,2025-09-14 15:57:00,2381.0,8.1273,1,leg_gt,0.57,60 -53034,sell_contrast_m10_bb_pos,sell,2025-09-14 16:00:00,2376.0,7.9,1,leg_gt,0.57,60 -53035,sell_contrast_m10_bb_pos,sell,2025-09-14 16:03:00,2363.0,7.3091,1,leg_gt,0.58,60 -53036,sell_contrast_m10_bb_pos,sell,2025-09-14 16:06:00,2360.0,7.1727,1,leg_gt,0.58,60 -53037,sell_contrast_m10_bb_pos,sell,2025-09-14 16:09:00,2357.0,7.0364,1,leg_gt,0.58,60 -53038,sell_contrast_m10_bb_pos,sell,2025-09-14 16:21:00,2388.0,8.4455,1,leg_gt,0.59,60 -53039,sell_contrast_m10_bb_pos,sell,2025-09-14 16:24:00,2386.0,8.3545,1,leg_gt,0.59,60 -53040,sell_contrast_m10_bb_pos,sell,2025-09-14 16:27:00,2365.0,7.4,1,leg_gt,0.59,60 -53041,sell_contrast_m10_bb_pos,sell,2025-09-14 16:42:00,2387.0,8.4,1,leg_gt,0.6,60 -53042,sell_contrast_m10_bb_pos,sell,2025-09-14 16:45:00,2382.0,8.1727,1,leg_gt,0.61,60 -53043,sell_contrast_m10_bb_pos,sell,2025-09-14 16:48:00,2391.0,8.5818,1,leg_gt,0.61,60 -53044,sell_contrast_m10_bb_pos,sell,2025-09-15 06:21:00,2240.0,1.7182,1,leg_gt,1.17,60 -53045,sell_contrast_m10_bb_pos,sell,2025-09-15 06:24:00,2241.0,1.7636,1,leg_gt,1.18,60 -53046,sell_contrast_m10_bb_pos,sell,2025-09-15 06:27:00,2242.0,1.8091,1,leg_gt,1.18,60 -53047,sell_contrast_m10_bb_pos,sell,2025-09-15 06:30:00,2240.0,1.7182,1,leg_gt,1.18,60 -53048,sell_contrast_m10_bb_pos,sell,2025-09-15 06:33:00,2238.0,1.6273,1,leg_gt,1.18,60 -53049,sell_contrast_m10_bb_pos,sell,2025-09-15 06:36:00,2243.0,1.8545,1,leg_gt,1.18,60 -53050,sell_contrast_m10_bb_pos,sell,2025-09-15 06:39:00,2246.0,1.9909,1,leg_gt,1.19,60 -53051,sell_contrast_m10_bb_pos,sell,2025-09-15 14:12:00,2228.0,1.1727,1,leg_gt,1.5,60 -53052,sell_contrast_m10_bb_pos,sell,2025-09-15 14:15:00,2228.0,1.1727,1,leg_gt,1.5,60 -53053,sell_contrast_m10_bb_pos,sell,2025-09-15 14:18:00,2225.0,1.0364,1,leg_gt,1.5,60 -53054,sell_contrast_m10_bb_pos,sell,2025-09-15 14:30:00,2227.0,1.1273,1,leg_gt,1.51,60 -53055,sell_contrast_m10_bb_pos,sell,2025-09-15 14:33:00,2229.0,1.2182,1,leg_gt,1.51,60 -53056,sell_contrast_m10_bb_pos,sell,2025-09-15 14:36:00,2230.0,1.2636,1,leg_gt,1.52,60 -53057,sell_contrast_m10_bb_pos,sell,2025-09-15 14:39:00,2227.0,1.1273,1,leg_gt,1.52,60 -53058,sell_contrast_m10_bb_pos,sell,2025-09-15 14:42:00,2226.0,1.0818,1,leg_gt,1.52,60 -53059,sell_contrast_m10_bb_pos,sell,2025-09-15 14:45:00,2223.0,0.9455,1,leg_gt,1.52,60 -53060,sell_contrast_m10_bb_pos,sell,2025-09-15 14:48:00,2226.0,1.0818,1,leg_gt,1.52,60 -53061,sell_contrast_m10_bb_pos,sell,2025-09-15 14:51:00,2228.0,1.1727,1,leg_gt,1.53,60 -53062,sell_contrast_m10_bb_pos,sell,2025-09-15 14:54:00,2228.0,1.1727,1,leg_gt,1.53,60 -53063,sell_contrast_m10_bb_pos,sell,2025-09-15 14:57:00,2228.0,1.1727,1,leg_gt,1.53,60 -53064,sell_contrast_m10_bb_pos,sell,2025-09-15 18:51:00,2224.0,3.5347,1,leg_gt,0.08,60 -53065,sell_contrast_m10_bb_pos,sell,2025-09-15 18:54:00,2234.0,4.0007,1,leg_gt,0.08,60 -53066,sell_contrast_m10_bb_pos,sell,2025-09-15 18:57:00,2237.0,4.1404,1,leg_gt,0.08,60 -53067,sell_contrast_m10_bb_pos,sell,2025-09-16 04:12:00,2090.0,2.0006,1,leg_gt,0.13,60 -53068,sell_contrast_m10_bb_pos,sell,2025-09-16 04:15:00,2090.0,2.0006,1,leg_gt,0.14,60 -53069,sell_contrast_m10_bb_pos,sell,2025-09-16 04:18:00,2084.0,1.7075,1,leg_gt,0.14,60 -53070,sell_contrast_m10_bb_pos,sell,2025-09-16 04:51:00,2096.0,2.2937,1,leg_gt,0.16,60 -53071,sell_contrast_m10_bb_pos,sell,2025-09-16 04:54:00,2096.0,2.2937,1,leg_gt,0.16,60 -53072,sell_contrast_m10_bb_pos,sell,2025-09-16 04:57:00,2091.0,2.0495,1,leg_gt,0.16,60 -53073,sell_contrast_m10_bb_pos,sell,2025-09-16 05:12:00,2096.0,2.2937,1,leg_gt,0.18,60 -53074,sell_contrast_m10_bb_pos,sell,2025-09-16 05:15:00,2100.0,2.4892,1,leg_gt,0.18,60 -53075,sell_contrast_m10_bb_pos,sell,2025-09-16 05:18:00,2101.0,2.538,1,leg_gt,0.18,60 -53076,sell_contrast_m10_bb_pos,sell,2025-09-16 05:21:00,2102.0,2.5869,1,leg_gt,0.18,60 -53077,sell_contrast_m10_bb_pos,sell,2025-09-16 05:24:00,2103.0,2.6357,1,leg_gt,0.18,60 -53078,sell_contrast_m10_bb_pos,sell,2025-09-16 05:27:00,2100.0,2.4892,1,leg_gt,0.19,60 -53079,sell_contrast_m10_bb_pos,sell,2025-09-16 05:30:00,2103.0,2.6357,1,leg_gt,0.19,60 -53080,sell_contrast_m10_bb_pos,sell,2025-09-16 05:33:00,2105.0,2.7334,1,leg_gt,0.19,60 -53081,sell_contrast_m10_bb_pos,sell,2025-09-16 05:36:00,2103.0,2.6357,1,leg_gt,0.19,60 -53082,sell_contrast_m10_bb_pos,sell,2025-09-16 05:39:00,2107.0,2.8311,1,leg_gt,0.19,60 -53083,sell_contrast_m10_bb_pos,sell,2025-09-16 05:42:00,2108.0,2.88,1,leg_gt,0.2,60 -53084,sell_contrast_m10_bb_pos,sell,2025-09-16 05:45:00,2105.0,2.7334,1,leg_gt,0.2,60 -53085,sell_contrast_m10_bb_pos,sell,2025-09-16 05:48:00,2110.0,2.9777,1,leg_gt,0.2,60 -53086,sell_contrast_m10_bb_pos,sell,2025-09-16 05:51:00,2115.0,3.2219,1,leg_gt,0.2,60 -53087,sell_contrast_m10_bb_pos,sell,2025-09-16 05:54:00,2110.0,2.9777,1,leg_gt,0.2,60 -53088,sell_contrast_m10_bb_pos,sell,2025-09-16 05:57:00,2109.0,2.9288,1,leg_gt,0.21,60 -53089,sell_contrast_m10_bb_pos,sell,2025-09-16 06:00:00,2109.0,2.9288,1,leg_gt,0.21,60 -53090,sell_contrast_m10_bb_pos,sell,2025-09-16 06:03:00,2108.0,2.88,1,leg_gt,0.21,60 -53091,sell_contrast_m10_bb_pos,sell,2025-09-16 06:06:00,2108.0,2.88,1,leg_gt,0.21,60 -53092,sell_contrast_m10_bb_pos,sell,2025-09-16 06:09:00,2110.0,2.9777,1,leg_gt,0.21,60 -53093,sell_contrast_m10_bb_pos,sell,2025-09-16 06:12:00,2111.0,3.0265,1,leg_gt,0.22,60 -53094,sell_contrast_m10_bb_pos,sell,2025-09-16 06:15:00,2110.0,2.9777,1,leg_gt,0.22,60 -53095,sell_contrast_m10_bb_pos,sell,2025-09-16 06:18:00,2108.0,2.88,1,leg_gt,0.22,60 -53096,sell_contrast_m10_bb_pos,sell,2025-09-16 07:21:00,2120.0,3.4662,1,leg_gt,0.26,60 -53097,sell_contrast_m10_bb_pos,sell,2025-09-16 07:24:00,2114.0,3.1731,1,leg_gt,0.27,60 -53098,sell_contrast_m10_bb_pos,sell,2025-09-16 07:27:00,2112.0,3.0754,1,leg_gt,0.27,60 -53099,sell_contrast_m10_bb_pos,sell,2025-09-16 15:21:00,2099.0,2.4403,1,leg_gt,0.6,60 -53100,sell_contrast_m10_bb_pos,sell,2025-09-16 15:24:00,2096.0,2.2937,1,leg_gt,0.6,60 -53101,sell_contrast_m10_bb_pos,sell,2025-09-16 15:27:00,2091.0,2.0495,1,leg_gt,0.6,60 -53102,sell_contrast_m10_bb_pos,sell,2025-09-16 22:42:00,2206.0,7.6675,1,leg_gt,0.9,60 -53103,sell_contrast_m10_bb_pos,sell,2025-09-16 22:45:00,2197.0,7.2278,1,leg_gt,0.91,60 -53104,sell_contrast_m10_bb_pos,sell,2025-09-16 22:48:00,2204.0,7.5698,1,leg_gt,0.91,60 -53105,sell_contrast_m10_bb_pos,sell,2025-09-16 22:51:00,2184.0,6.5927,1,leg_gt,0.91,60 -53106,sell_contrast_m10_bb_pos,sell,2025-09-16 22:54:00,2169.0,5.8599,1,leg_gt,0.91,60 -53107,sell_contrast_m10_bb_pos,sell,2025-09-16 22:57:00,2173.0,6.0553,1,leg_gt,0.91,60 -53108,sell_contrast_m10_bb_pos,sell,2025-09-17 06:51:00,2100.0,2.4892,1,leg_gt,1.24,60 -53109,sell_contrast_m10_bb_pos,sell,2025-09-17 06:54:00,2106.0,2.7823,1,leg_gt,1.25,60 -53110,sell_contrast_m10_bb_pos,sell,2025-09-17 06:57:00,2108.0,2.88,1,leg_gt,1.25,60 -53111,sell_contrast_m10_bb_pos,sell,2025-09-17 16:12:00,2098.0,1.7941,1,leg_gt,0.08,60 -53112,sell_contrast_m10_bb_pos,sell,2025-09-17 16:15:00,2100.0,1.8913,1,leg_gt,0.08,60 -53113,sell_contrast_m10_bb_pos,sell,2025-09-17 16:18:00,2103.0,2.037,1,leg_gt,0.08,60 -53114,sell_contrast_m10_bb_pos,sell,2025-09-17 16:21:00,2102.0,1.9884,1,leg_gt,0.08,60 -53115,sell_contrast_m10_bb_pos,sell,2025-09-17 16:24:00,2100.0,1.8913,1,leg_gt,0.09,60 -53116,sell_contrast_m10_bb_pos,sell,2025-09-17 16:27:00,2096.0,1.697,1,leg_gt,0.09,60 -53117,sell_contrast_m10_bb_pos,sell,2025-09-17 20:30:00,2084.0,1.1142,1,leg_gt,0.26,60 -53118,sell_contrast_m10_bb_pos,sell,2025-09-17 20:33:00,2082.0,1.017,1,leg_gt,0.26,60 -53119,sell_contrast_m10_bb_pos,sell,2025-09-17 20:36:00,2081.0,0.9685,1,leg_gt,0.26,60 -53120,sell_contrast_m10_bb_pos,sell,2025-09-17 20:39:00,2079.0,0.8713,1,leg_gt,0.26,60 -53121,sell_contrast_m10_bb_pos,sell,2025-09-17 21:21:00,2090.0,1.4056,1,leg_gt,0.29,60 -53122,sell_contrast_m10_bb_pos,sell,2025-09-17 21:24:00,2084.0,1.1142,1,leg_gt,0.29,60 -53123,sell_contrast_m10_bb_pos,sell,2025-09-17 21:27:00,2087.0,1.2599,1,leg_gt,0.3,60 -53124,sell_contrast_m10_bb_pos,sell,2025-09-17 21:42:00,2086.0,1.2113,1,leg_gt,0.31,60 -53125,sell_contrast_m10_bb_pos,sell,2025-09-17 21:45:00,2094.0,1.5999,1,leg_gt,0.31,60 -53126,sell_contrast_m10_bb_pos,sell,2025-09-17 21:48:00,2093.0,1.5513,1,leg_gt,0.31,60 -53127,sell_contrast_m10_bb_pos,sell,2025-09-17 22:21:00,2104.0,2.0855,1,leg_gt,0.33,60 -53128,sell_contrast_m10_bb_pos,sell,2025-09-17 22:24:00,2102.0,1.9884,1,leg_gt,0.34,60 -53129,sell_contrast_m10_bb_pos,sell,2025-09-17 22:27:00,2100.0,1.8913,1,leg_gt,0.34,60 -53130,sell_contrast_m10_bb_pos,sell,2025-09-17 22:30:00,2100.0,1.8913,1,leg_gt,0.34,60 -53131,sell_contrast_m10_bb_pos,sell,2025-09-17 22:33:00,2093.0,1.5513,1,leg_gt,0.34,60 -53132,sell_contrast_m10_bb_pos,sell,2025-09-17 22:36:00,2087.0,1.2599,1,leg_gt,0.34,60 -53133,sell_contrast_m10_bb_pos,sell,2025-09-17 22:39:00,2090.0,1.4056,1,leg_gt,0.35,60 -53134,sell_contrast_m10_bb_pos,sell,2025-09-17 22:51:00,2113.0,2.5226,1,leg_gt,0.35,60 -53135,sell_contrast_m10_bb_pos,sell,2025-09-17 22:54:00,2105.0,2.1341,1,leg_gt,0.36,60 -53136,sell_contrast_m10_bb_pos,sell,2025-09-17 22:57:00,2100.0,1.8913,1,leg_gt,0.36,60 -53137,sell_contrast_m10_bb_pos,sell,2025-09-17 23:21:00,2106.0,2.1827,1,leg_gt,0.38,60 -53138,sell_contrast_m10_bb_pos,sell,2025-09-17 23:24:00,2107.0,2.2312,1,leg_gt,0.38,60 -53139,sell_contrast_m10_bb_pos,sell,2025-09-17 23:27:00,2110.0,2.3769,1,leg_gt,0.38,60 -53140,sell_contrast_m10_bb_pos,sell,2025-09-18 00:51:00,2112.0,2.4741,1,leg_gt,0.44,60 -53141,sell_contrast_m10_bb_pos,sell,2025-09-18 00:54:00,2106.0,2.1827,1,leg_gt,0.44,60 -53142,sell_contrast_m10_bb_pos,sell,2025-09-18 00:57:00,2111.0,2.4255,1,leg_gt,0.44,60 -53143,sell_contrast_m10_bb_pos,sell,2025-09-18 02:12:00,2161.0,4.8539,1,leg_gt,0.49,60 -53144,sell_contrast_m10_bb_pos,sell,2025-09-18 02:15:00,2150.0,4.3196,1,leg_gt,0.5,60 -53145,sell_contrast_m10_bb_pos,sell,2025-09-18 02:18:00,2159.0,4.7567,1,leg_gt,0.5,60 -53146,sell_contrast_m10_bb_pos,sell,2025-09-18 02:42:00,2176.0,5.5824,1,leg_gt,0.51,60 -53147,sell_contrast_m10_bb_pos,sell,2025-09-18 02:45:00,2164.0,4.9996,1,leg_gt,0.52,60 -53148,sell_contrast_m10_bb_pos,sell,2025-09-18 02:48:00,2163.0,4.951,1,leg_gt,0.52,60 -53149,sell_contrast_m10_bb_pos,sell,2025-09-18 08:00:00,2233.0,8.3507,1,leg_gt,0.74,60 -53150,sell_contrast_m10_bb_pos,sell,2025-09-18 08:03:00,2228.0,8.1079,1,leg_gt,0.74,60 -53151,sell_contrast_m10_bb_pos,sell,2025-09-18 08:06:00,2226.0,8.0107,1,leg_gt,0.74,60 -53152,sell_contrast_m10_bb_pos,sell,2025-09-18 08:09:00,2217.0,7.5736,1,leg_gt,0.74,60 -53153,sell_contrast_m10_bb_pos,sell,2025-09-18 11:30:00,2227.0,8.0593,1,leg_gt,0.88,60 -53154,sell_contrast_m10_bb_pos,sell,2025-09-18 11:33:00,2226.0,8.0107,1,leg_gt,0.88,60 -53155,sell_contrast_m10_bb_pos,sell,2025-09-18 11:36:00,2207.0,7.088,1,leg_gt,0.89,60 -53156,sell_contrast_m10_bb_pos,sell,2025-09-18 11:39:00,2205.0,6.9908,1,leg_gt,0.89,60 -53157,sell_contrast_m10_bb_pos,sell,2025-09-18 13:51:00,2238.0,8.5935,1,leg_gt,0.98,60 -53158,sell_contrast_m10_bb_pos,sell,2025-09-18 13:54:00,2231.0,8.2536,1,leg_gt,0.98,60 -53159,sell_contrast_m10_bb_pos,sell,2025-09-18 13:57:00,2238.0,8.5935,1,leg_gt,0.98,60 -53160,sell_contrast_m10_bb_pos,sell,2025-09-18 14:21:00,2241.0,8.7392,1,leg_gt,1.0,60 -53161,sell_contrast_m10_bb_pos,sell,2025-09-18 14:24:00,2240.0,8.6907,1,leg_gt,1.0,60 -53162,sell_contrast_m10_bb_pos,sell,2025-09-18 14:27:00,2231.0,8.2536,1,leg_gt,1.0,60 -53163,sell_contrast_m10_bb_pos,sell,2025-09-18 23:42:00,2264.0,4.4727,1,leg_gt,0.18,60 -53164,sell_contrast_m10_bb_pos,sell,2025-09-18 23:45:00,2263.0,4.4266,1,leg_gt,0.18,60 -53165,sell_contrast_m10_bb_pos,sell,2025-09-18 23:48:00,2272.0,4.8423,1,leg_gt,0.18,60 -53166,sell_contrast_m10_bb_pos,sell,2025-09-19 04:00:00,2216.0,2.2557,1,leg_gt,0.36,60 -53167,sell_contrast_m10_bb_pos,sell,2025-09-19 04:03:00,2209.0,1.9323,1,leg_gt,0.36,60 -53168,sell_contrast_m10_bb_pos,sell,2025-09-19 04:06:00,2214.0,2.1633,1,leg_gt,0.36,60 -53169,sell_contrast_m10_bb_pos,sell,2025-09-19 04:09:00,2214.0,2.1633,1,leg_gt,0.36,60 -53170,sell_contrast_m10_bb_pos,sell,2025-09-19 04:12:00,2215.0,2.2095,1,leg_gt,0.36,60 -53171,sell_contrast_m10_bb_pos,sell,2025-09-19 04:15:00,2217.0,2.3018,1,leg_gt,0.37,60 -53172,sell_contrast_m10_bb_pos,sell,2025-09-19 04:18:00,2222.0,2.5328,1,leg_gt,0.37,60 -53173,sell_contrast_m10_bb_pos,sell,2025-09-19 05:12:00,2218.0,2.348,1,leg_gt,0.41,60 -53174,sell_contrast_m10_bb_pos,sell,2025-09-19 05:15:00,2216.0,2.2557,1,leg_gt,0.41,60 -53175,sell_contrast_m10_bb_pos,sell,2025-09-19 05:18:00,2222.0,2.5328,1,leg_gt,0.41,60 -53176,sell_contrast_m10_bb_pos,sell,2025-09-19 06:42:00,2227.0,2.7637,1,leg_gt,0.47,60 -53177,sell_contrast_m10_bb_pos,sell,2025-09-19 06:45:00,2228.0,2.8099,1,leg_gt,0.47,60 -53178,sell_contrast_m10_bb_pos,sell,2025-09-19 06:48:00,2234.0,3.0871,1,leg_gt,0.47,60 -53179,sell_contrast_m10_bb_pos,sell,2025-09-19 07:00:00,2232.0,2.9947,1,leg_gt,0.48,60 -53180,sell_contrast_m10_bb_pos,sell,2025-09-19 07:03:00,2224.0,2.6252,1,leg_gt,0.48,60 -53181,sell_contrast_m10_bb_pos,sell,2025-09-19 07:06:00,2225.0,2.6714,1,leg_gt,0.49,60 -53182,sell_contrast_m10_bb_pos,sell,2025-09-19 07:09:00,2221.0,2.4866,1,leg_gt,0.49,60 -53183,sell_contrast_m10_bb_pos,sell,2025-09-19 17:21:00,2175.0,0.3619,1,leg_gt,0.91,60 -53184,sell_contrast_m10_bb_pos,sell,2025-09-19 17:24:00,2175.0,0.3619,1,leg_gt,0.91,60 -53185,sell_contrast_m10_bb_pos,sell,2025-09-19 17:27:00,2175.0,0.3619,1,leg_gt,0.92,60 -53186,sell_contrast_m10_bb_pos,sell,2025-09-19 18:21:00,2175.0,0.3619,1,leg_gt,0.95,60 -53187,sell_contrast_m10_bb_pos,sell,2025-09-19 18:24:00,2172.0,0.2233,1,leg_gt,0.96,60 -53188,sell_contrast_m10_bb_pos,sell,2025-09-19 18:27:00,2168.0,0.0386,1,leg_gt,0.96,60 -53189,sell_contrast_m10_bb_pos,sell,2025-09-19 22:42:00,2146.0,-0.9776,0,leg_gt,1.14,60 -53190,sell_contrast_m10_bb_pos,sell,2025-09-19 22:45:00,2135.0,-1.4857,0,leg_gt,1.14,60 -53191,sell_contrast_m10_bb_pos,sell,2025-09-19 22:48:00,2141.0,-1.2085,0,leg_gt,1.14,60 -53192,sell_contrast_m10_bb_pos,sell,2025-09-19 22:51:00,2145.0,-1.0238,0,leg_gt,1.14,60 -53193,sell_contrast_m10_bb_pos,sell,2025-09-19 22:54:00,2146.0,-0.9776,0,leg_gt,1.14,60 -53194,sell_contrast_m10_bb_pos,sell,2025-09-19 22:57:00,2139.0,-1.3009,0,leg_gt,1.15,60 -53195,sell_contrast_m10_bb_pos,sell,2025-09-20 05:42:00,2118.0,-2.2709,0,leg_gt,1.43,60 -53196,sell_contrast_m10_bb_pos,sell,2025-09-20 05:45:00,2119.0,-2.2247,0,leg_gt,1.43,60 -53197,sell_contrast_m10_bb_pos,sell,2025-09-20 05:48:00,2115.0,-2.4095,0,leg_gt,1.43,60 -53198,sell_contrast_m10_bb_pos,sell,2025-09-20 06:30:00,2120.0,-2.1785,0,leg_gt,1.46,60 -53199,sell_contrast_m10_bb_pos,sell,2025-09-20 06:33:00,2121.0,-2.1323,0,leg_gt,1.46,60 -53200,sell_contrast_m10_bb_pos,sell,2025-09-20 06:36:00,2123.0,-2.04,0,leg_gt,1.46,60 -53201,sell_contrast_m10_bb_pos,sell,2025-09-20 06:39:00,2123.0,-2.04,0,leg_gt,1.47,60 -53202,sell_contrast_m10_bb_pos,sell,2025-09-20 06:51:00,2123.0,-2.04,0,leg_gt,1.48,60 -53203,sell_contrast_m10_bb_pos,sell,2025-09-20 06:54:00,2119.0,-2.2247,0,leg_gt,1.48,60 -53204,sell_contrast_m10_bb_pos,sell,2025-09-20 06:57:00,2118.0,-2.2709,0,leg_gt,1.48,60 -53205,sell_contrast_m10_bb_pos,sell,2025-09-20 07:12:00,2121.0,-2.1323,0,leg_gt,1.49,60 -53206,sell_contrast_m10_bb_pos,sell,2025-09-20 07:15:00,2126.0,-1.9014,0,leg_gt,1.49,60 -53207,sell_contrast_m10_bb_pos,sell,2025-09-20 07:18:00,2122.0,-2.0861,0,leg_gt,1.49,60 -53208,sell_contrast_m10_bb_pos,sell,2025-09-20 07:42:00,2123.0,-2.04,0,leg_gt,1.51,60 -53209,sell_contrast_m10_bb_pos,sell,2025-09-20 07:45:00,2122.0,-2.0861,0,leg_gt,1.51,60 -53210,sell_contrast_m10_bb_pos,sell,2025-09-20 07:48:00,2125.0,-1.9476,0,leg_gt,1.51,60 -53211,sell_contrast_m10_bb_pos,sell,2025-09-20 07:51:00,2126.0,-1.9014,0,leg_gt,1.52,60 -53212,sell_contrast_m10_bb_pos,sell,2025-09-20 07:54:00,2128.0,-1.809,0,leg_gt,1.52,60 -53213,sell_contrast_m10_bb_pos,sell,2025-09-20 07:57:00,2127.0,-1.8552,0,leg_gt,1.52,60 -53214,sell_contrast_m10_bb_pos,sell,2025-09-20 09:51:00,2128.0,-1.809,0,leg_gt,1.6,60 -53215,sell_contrast_m10_bb_pos,sell,2025-09-20 09:54:00,2129.0,-1.7628,0,leg_gt,1.6,60 -53216,sell_contrast_m10_bb_pos,sell,2025-09-20 09:57:00,2127.0,-1.8552,0,leg_gt,1.6,60 -53217,sell_contrast_m10_bb_pos,sell,2025-09-20 10:00:00,2130.0,-1.7166,0,leg_gt,1.61,60 -53218,sell_contrast_m10_bb_pos,sell,2025-09-20 10:03:00,2126.0,-1.9014,0,leg_gt,1.61,60 -53219,sell_contrast_m10_bb_pos,sell,2025-09-20 10:06:00,2124.0,-1.9938,0,leg_gt,1.61,60 -53220,sell_contrast_m10_bb_pos,sell,2025-09-20 10:09:00,2122.0,-2.0861,0,leg_gt,1.61,60 -53221,sell_contrast_m10_bb_pos,sell,2025-09-20 16:00:00,2098.0,-3.1947,0,leg_gt,1.86,60 -53222,sell_contrast_m10_bb_pos,sell,2025-09-20 16:03:00,2097.0,-3.2409,0,leg_gt,1.86,60 -53223,sell_contrast_m10_bb_pos,sell,2025-09-20 16:06:00,2092.0,-3.4718,0,leg_gt,1.86,60 -53224,sell_contrast_m10_bb_pos,sell,2025-09-20 16:09:00,2096.0,-3.2871,0,leg_gt,1.86,60 -53225,sell_contrast_m10_bb_pos,sell,2025-09-20 17:21:00,2109.0,-2.6866,0,leg_gt,1.91,60 -53226,sell_contrast_m10_bb_pos,sell,2025-09-20 17:24:00,2110.0,-2.6404,0,leg_gt,1.91,60 -53227,sell_contrast_m10_bb_pos,sell,2025-09-20 17:27:00,2109.0,-2.6866,0,leg_gt,1.92,60 -53228,sell_contrast_m10_bb_pos,sell,2025-09-20 17:30:00,2109.0,-2.6866,0,leg_gt,1.92,60 -53229,sell_contrast_m10_bb_pos,sell,2025-09-20 17:33:00,2108.0,-2.7328,0,leg_gt,1.92,60 -53230,sell_contrast_m10_bb_pos,sell,2025-09-20 17:36:00,2107.0,-2.779,0,leg_gt,1.92,60 -53231,sell_contrast_m10_bb_pos,sell,2025-09-20 17:39:00,2111.0,-2.5942,0,leg_gt,1.92,60 -53232,sell_contrast_m10_bb_pos,sell,2025-09-20 17:42:00,2114.0,-2.4557,0,leg_gt,1.93,60 -53233,sell_contrast_m10_bb_pos,sell,2025-09-20 17:45:00,2113.0,-2.5018,0,leg_gt,1.93,60 -53234,sell_contrast_m10_bb_pos,sell,2025-09-20 17:48:00,2110.0,-2.6404,0,leg_gt,1.93,60 -53235,sell_contrast_m10_bb_pos,sell,2025-09-20 18:12:00,2122.0,-2.0861,0,leg_gt,1.95,60 -53236,sell_contrast_m10_bb_pos,sell,2025-09-20 18:15:00,2117.0,-2.3171,0,leg_gt,1.95,60 -53237,sell_contrast_m10_bb_pos,sell,2025-09-20 18:18:00,2119.0,-2.2247,0,leg_gt,1.95,60 -53238,sell_contrast_m10_bb_pos,sell,2025-09-20 19:12:00,2126.0,-1.9014,0,leg_gt,1.99,60 -53239,sell_contrast_m10_bb_pos,sell,2025-09-20 19:15:00,2124.0,-1.9938,0,leg_gt,1.99,60 -53240,sell_contrast_m10_bb_pos,sell,2025-09-20 19:18:00,2116.0,-2.3633,0,leg_gt,1.99,60 -53241,sell_contrast_m10_bb_pos,sell,2025-09-20 19:21:00,2126.0,-1.9014,0,leg_gt,2.0,60 -53242,sell_contrast_m10_bb_pos,sell,2025-09-20 19:24:00,2126.0,-1.9014,0,leg_gt,2.0,60 -53243,sell_contrast_m10_bb_pos,sell,2025-09-20 19:27:00,2127.0,-1.8552,0,leg_gt,2.0,60 -53244,sell_contrast_m10_bb_pos,sell,2025-09-20 19:30:00,2124.0,-1.9938,0,leg_gt,2.0,60 -53245,sell_contrast_m10_bb_pos,sell,2025-09-20 19:33:00,2117.0,-2.3171,0,leg_gt,2.0,60 -53246,sell_contrast_m10_bb_pos,sell,2025-09-20 19:36:00,2119.0,-2.2247,0,leg_gt,2.01,60 -53247,sell_contrast_m10_bb_pos,sell,2025-09-20 19:39:00,2120.0,-2.1785,0,leg_gt,2.01,60 -53248,sell_contrast_m10_bb_pos,sell,2025-09-20 21:21:00,2136.0,-1.4395,0,leg_gt,2.08,60 -53249,sell_contrast_m10_bb_pos,sell,2025-09-20 21:24:00,2133.0,-1.5781,0,leg_gt,2.08,60 -53250,sell_contrast_m10_bb_pos,sell,2025-09-20 21:27:00,2135.0,-1.4857,0,leg_gt,2.08,60 -53251,sell_contrast_m10_bb_pos,sell,2025-09-21 00:21:00,2142.0,-1.1624,0,leg_gt,2.2,60 -53252,sell_contrast_m10_bb_pos,sell,2025-09-21 00:24:00,2140.0,-1.2547,0,leg_gt,2.21,60 -53253,sell_contrast_m10_bb_pos,sell,2025-09-21 00:27:00,2144.0,-1.07,0,leg_gt,2.21,60 -53254,sell_contrast_m10_bb_pos,sell,2025-09-21 05:30:00,2130.0,-1.7166,0,leg_gt,2.42,60 -53255,sell_contrast_m10_bb_pos,sell,2025-09-21 05:33:00,2126.0,-1.9014,0,leg_gt,2.42,60 -53256,sell_contrast_m10_bb_pos,sell,2025-09-21 05:36:00,2126.0,-1.9014,0,leg_gt,2.42,60 -53257,sell_contrast_m10_bb_pos,sell,2025-09-21 05:39:00,2127.0,-1.8552,0,leg_gt,2.42,60 -53258,sell_contrast_m10_bb_pos,sell,2025-09-21 05:42:00,2128.0,-1.809,0,leg_gt,2.43,60 -53259,sell_contrast_m10_bb_pos,sell,2025-09-21 05:45:00,2126.0,-1.9014,0,leg_gt,2.43,60 -53260,sell_contrast_m10_bb_pos,sell,2025-09-21 05:48:00,2128.0,-1.809,0,leg_gt,2.43,60 -53261,sell_contrast_m10_bb_pos,sell,2025-09-21 06:21:00,2133.0,-1.5781,0,leg_gt,2.45,60 -53262,sell_contrast_m10_bb_pos,sell,2025-09-21 06:24:00,2131.0,-1.6704,0,leg_gt,2.46,60 -53263,sell_contrast_m10_bb_pos,sell,2025-09-21 06:27:00,2132.0,-1.6242,0,leg_gt,2.46,60 -53264,sell_contrast_m10_bb_pos,sell,2025-09-21 06:30:00,2133.0,-1.5781,0,leg_gt,2.46,60 -53265,sell_contrast_m10_bb_pos,sell,2025-09-21 06:33:00,2132.0,-1.6242,0,leg_gt,2.46,60 -53266,sell_contrast_m10_bb_pos,sell,2025-09-21 06:36:00,2134.0,-1.5319,0,leg_gt,2.46,60 -53267,sell_contrast_m10_bb_pos,sell,2025-09-21 06:39:00,2133.0,-1.5781,0,leg_gt,2.47,60 -53268,sell_contrast_m10_bb_pos,sell,2025-09-21 06:42:00,2135.0,-1.4857,0,leg_gt,2.47,60 -53269,sell_contrast_m10_bb_pos,sell,2025-09-21 06:45:00,2136.0,-1.4395,0,leg_gt,2.47,60 -53270,sell_contrast_m10_bb_pos,sell,2025-09-21 06:48:00,2131.0,-1.6704,0,leg_gt,2.47,60 -53271,sell_contrast_m10_bb_pos,sell,2025-09-21 14:30:00,2108.0,-2.7328,0,leg_gt,2.79,60 -53272,sell_contrast_m10_bb_pos,sell,2025-09-21 14:33:00,2116.0,-2.3633,0,leg_gt,2.8,60 -53273,sell_contrast_m10_bb_pos,sell,2025-09-21 14:36:00,2116.0,-2.3633,0,leg_gt,2.8,60 -53274,sell_contrast_m10_bb_pos,sell,2025-09-21 14:39:00,2117.0,-2.3171,0,leg_gt,2.8,60 -53275,sell_contrast_m10_bb_pos,sell,2025-09-21 15:21:00,2120.0,-2.1785,0,leg_gt,2.83,60 -53276,sell_contrast_m10_bb_pos,sell,2025-09-21 15:24:00,2119.0,-2.2247,0,leg_gt,2.83,60 -53277,sell_contrast_m10_bb_pos,sell,2025-09-21 15:27:00,2116.0,-2.3633,0,leg_gt,2.83,60 -53278,sell_contrast_m10_bb_pos,sell,2025-09-21 21:42:00,2069.0,-4.5342,0,leg_gt,3.09,60 -53279,sell_contrast_m10_bb_pos,sell,2025-09-21 21:45:00,2069.0,-4.5342,0,leg_gt,3.1,60 -53280,sell_contrast_m10_bb_pos,sell,2025-09-21 21:48:00,2067.0,-4.6266,0,leg_gt,3.1,60 -53281,sell_contrast_m10_bb_pos,sell,2025-09-21 22:30:00,2074.0,-4.3032,0,leg_gt,3.13,60 -53282,sell_contrast_m10_bb_pos,sell,2025-09-21 22:33:00,2076.0,-4.2109,0,leg_gt,3.13,60 -53283,sell_contrast_m10_bb_pos,sell,2025-09-21 22:36:00,2077.0,-4.1647,0,leg_gt,3.13,60 -53284,sell_contrast_m10_bb_pos,sell,2025-09-21 22:39:00,2074.0,-4.3032,0,leg_gt,3.13,60 -53285,sell_contrast_m10_bb_pos,sell,2025-09-21 22:42:00,2073.0,-4.3494,0,leg_gt,3.14,60 -53286,sell_contrast_m10_bb_pos,sell,2025-09-21 22:45:00,2075.0,-4.257,0,leg_gt,3.14,60 -53287,sell_contrast_m10_bb_pos,sell,2025-09-21 22:48:00,2087.0,-3.7028,0,leg_gt,3.14,60 -53288,sell_contrast_m10_bb_pos,sell,2025-09-22 03:12:00,2081.0,-3.9799,0,leg_gt,3.32,60 -53289,sell_contrast_m10_bb_pos,sell,2025-09-22 03:15:00,2077.0,-4.1647,0,leg_gt,3.32,60 -53290,sell_contrast_m10_bb_pos,sell,2025-09-22 03:18:00,2077.0,-4.1647,0,leg_gt,3.33,60 -53291,sell_contrast_m10_bb_pos,sell,2025-09-22 03:21:00,2081.0,-3.9799,0,leg_gt,3.33,60 -53292,sell_contrast_m10_bb_pos,sell,2025-09-22 03:24:00,2082.0,-3.9337,0,leg_gt,3.33,60 -53293,sell_contrast_m10_bb_pos,sell,2025-09-22 03:27:00,2078.0,-4.1185,0,leg_gt,3.33,60 -53294,sell_contrast_m10_bb_pos,sell,2025-09-22 03:42:00,2079.0,-4.0723,0,leg_gt,3.34,60 -53295,sell_contrast_m10_bb_pos,sell,2025-09-22 03:45:00,2081.0,-3.9799,0,leg_gt,3.35,60 -53296,sell_contrast_m10_bb_pos,sell,2025-09-22 03:48:00,2082.0,-3.9337,0,leg_gt,3.35,60 -53297,sell_contrast_m10_bb_pos,sell,2025-09-22 03:51:00,2082.0,-3.9337,0,leg_gt,3.35,60 -53298,sell_contrast_m10_bb_pos,sell,2025-09-22 03:54:00,2082.0,-3.9337,0,leg_gt,3.35,60 -53299,sell_contrast_m10_bb_pos,sell,2025-09-22 03:57:00,2081.0,-3.9799,0,leg_gt,3.35,60 -53300,sell_contrast_m10_bb_pos,sell,2025-09-22 04:00:00,2084.0,-3.8413,0,leg_gt,3.36,60 -53301,sell_contrast_m10_bb_pos,sell,2025-09-22 04:03:00,2078.0,-4.1185,0,leg_gt,3.36,60 -53302,sell_contrast_m10_bb_pos,sell,2025-09-22 04:06:00,2078.0,-4.1185,0,leg_gt,3.36,60 -53303,sell_contrast_m10_bb_pos,sell,2025-09-22 04:09:00,2070.0,-4.488,0,leg_gt,3.36,60 -53304,sell_contrast_m10_bb_pos,sell,2025-09-22 22:30:00,1883.0,1.6288,1,leg_gt,0.31,60 -53305,sell_contrast_m10_bb_pos,sell,2025-09-22 22:33:00,1881.0,1.5207,1,leg_gt,0.31,60 -53306,sell_contrast_m10_bb_pos,sell,2025-09-22 22:36:00,1880.0,1.4667,1,leg_gt,0.32,60 -53307,sell_contrast_m10_bb_pos,sell,2025-09-22 22:39:00,1874.0,1.1426,1,leg_gt,0.32,60 -53308,sell_contrast_m10_bb_pos,sell,2025-09-23 01:30:00,1937.0,4.5461,1,leg_gt,0.44,60 -53309,sell_contrast_m10_bb_pos,sell,2025-09-23 01:33:00,1943.0,4.8703,1,leg_gt,0.44,60 -53310,sell_contrast_m10_bb_pos,sell,2025-09-23 01:36:00,1952.0,5.3565,1,leg_gt,0.44,60 -53311,sell_contrast_m10_bb_pos,sell,2025-09-23 01:39:00,1932.0,4.276,1,leg_gt,0.44,60 -53312,sell_contrast_m10_bb_pos,sell,2025-09-23 01:42:00,1927.0,4.0059,1,leg_gt,0.45,60 -53313,sell_contrast_m10_bb_pos,sell,2025-09-23 01:45:00,1920.0,3.6277,1,leg_gt,0.45,60 -53314,sell_contrast_m10_bb_pos,sell,2025-09-23 01:48:00,1907.0,2.9254,1,leg_gt,0.45,60 -53315,sell_contrast_m10_bb_pos,sell,2025-09-23 04:00:00,1952.0,5.3565,1,leg_gt,0.54,60 -53316,sell_contrast_m10_bb_pos,sell,2025-09-23 04:03:00,1941.0,4.7622,1,leg_gt,0.54,60 -53317,sell_contrast_m10_bb_pos,sell,2025-09-23 04:06:00,1936.0,4.4921,1,leg_gt,0.55,60 -53318,sell_contrast_m10_bb_pos,sell,2025-09-23 04:09:00,1953.0,5.4105,1,leg_gt,0.55,60 -53319,sell_contrast_m10_bb_pos,sell,2025-09-23 04:12:00,1965.0,6.0588,1,leg_gt,0.55,60 -53320,sell_contrast_m10_bb_pos,sell,2025-09-23 04:15:00,1964.0,6.0048,1,leg_gt,0.55,60 -53321,sell_contrast_m10_bb_pos,sell,2025-09-23 04:18:00,1962.0,5.8968,1,leg_gt,0.55,60 -53322,sell_contrast_m10_bb_pos,sell,2025-09-23 04:21:00,1962.0,5.8968,1,leg_gt,0.56,60 -53323,sell_contrast_m10_bb_pos,sell,2025-09-23 04:24:00,1954.0,5.4646,1,leg_gt,0.56,60 -53324,sell_contrast_m10_bb_pos,sell,2025-09-23 04:27:00,1950.0,5.2485,1,leg_gt,0.56,60 -53325,sell_contrast_m10_bb_pos,sell,2025-09-23 04:42:00,1970.0,6.329,1,leg_gt,0.57,60 -53326,sell_contrast_m10_bb_pos,sell,2025-09-23 04:45:00,1968.0,6.2209,1,leg_gt,0.57,60 -53327,sell_contrast_m10_bb_pos,sell,2025-09-23 04:48:00,1969.0,6.2749,1,leg_gt,0.57,60 -53328,sell_contrast_m10_bb_pos,sell,2025-09-23 04:51:00,1970.0,6.329,1,leg_gt,0.58,60 -53329,sell_contrast_m10_bb_pos,sell,2025-09-23 04:54:00,1969.0,6.2749,1,leg_gt,0.58,60 -53330,sell_contrast_m10_bb_pos,sell,2025-09-23 04:57:00,1964.0,6.0048,1,leg_gt,0.58,60 -53331,sell_contrast_m10_bb_pos,sell,2025-09-23 05:00:00,1971.0,6.383,1,leg_gt,0.58,60 -53332,sell_contrast_m10_bb_pos,sell,2025-09-23 05:03:00,1972.0,6.437,1,leg_gt,0.59,60 -53333,sell_contrast_m10_bb_pos,sell,2025-09-23 05:06:00,1983.0,7.0313,1,leg_gt,0.59,60 -53334,sell_contrast_m10_bb_pos,sell,2025-09-23 05:09:00,1976.0,6.6531,1,leg_gt,0.59,60 -53335,sell_contrast_m10_bb_pos,sell,2025-09-23 05:12:00,1977.0,6.7071,1,leg_gt,0.59,60 -53336,sell_contrast_m10_bb_pos,sell,2025-09-23 05:15:00,1966.0,6.1129,1,leg_gt,0.59,60 -53337,sell_contrast_m10_bb_pos,sell,2025-09-23 05:18:00,1969.0,6.2749,1,leg_gt,0.6,60 -53338,sell_contrast_m10_bb_pos,sell,2025-09-23 07:30:00,1971.0,6.383,1,leg_gt,0.69,60 -53339,sell_contrast_m10_bb_pos,sell,2025-09-23 07:33:00,1974.0,6.5451,1,leg_gt,0.69,60 -53340,sell_contrast_m10_bb_pos,sell,2025-09-23 07:36:00,1978.0,6.7612,1,leg_gt,0.69,60 -53341,sell_contrast_m10_bb_pos,sell,2025-09-23 07:39:00,1969.0,6.2749,1,leg_gt,0.69,60 -53342,sell_contrast_m10_bb_pos,sell,2025-09-23 08:30:00,1969.0,6.2749,1,leg_gt,0.73,60 -53343,sell_contrast_m10_bb_pos,sell,2025-09-23 08:33:00,1967.0,6.1669,1,leg_gt,0.73,60 -53344,sell_contrast_m10_bb_pos,sell,2025-09-23 08:36:00,1971.0,6.383,1,leg_gt,0.73,60 -53345,sell_contrast_m10_bb_pos,sell,2025-09-23 08:39:00,1997.0,7.7876,1,leg_gt,0.74,60 -53346,sell_contrast_m10_bb_pos,sell,2025-09-23 09:00:00,1986.0,7.1934,1,leg_gt,0.75,60 -53347,sell_contrast_m10_bb_pos,sell,2025-09-23 09:03:00,1992.0,7.5175,1,leg_gt,0.75,60 -53348,sell_contrast_m10_bb_pos,sell,2025-09-23 09:06:00,1980.0,6.8692,1,leg_gt,0.75,60 -53349,sell_contrast_m10_bb_pos,sell,2025-09-23 09:09:00,1975.0,6.5991,1,leg_gt,0.76,60 -53350,sell_contrast_m10_bb_pos,sell,2025-09-23 12:42:00,1959.0,5.7347,1,leg_gt,0.9,60 -53351,sell_contrast_m10_bb_pos,sell,2025-09-23 12:45:00,1950.0,5.2485,1,leg_gt,0.91,60 -53352,sell_contrast_m10_bb_pos,sell,2025-09-23 12:48:00,1954.0,5.4646,1,leg_gt,0.91,60 -53353,sell_contrast_m10_bb_pos,sell,2025-09-23 21:51:00,1893.0,0.86,1,leg_gt,0.06,60 -53354,sell_contrast_m10_bb_pos,sell,2025-09-23 21:54:00,1892.0,0.8067,1,leg_gt,0.06,60 -53355,sell_contrast_m10_bb_pos,sell,2025-09-23 21:57:00,1890.0,0.7,1,leg_gt,0.07,60 -53356,sell_contrast_m10_bb_pos,sell,2025-09-23 22:00:00,1892.0,0.8067,1,leg_gt,0.07,60 -53357,sell_contrast_m10_bb_pos,sell,2025-09-23 22:03:00,1888.0,0.5933,1,leg_gt,0.07,60 -53358,sell_contrast_m10_bb_pos,sell,2025-09-23 22:06:00,1892.0,0.8067,1,leg_gt,0.07,60 -53359,sell_contrast_m10_bb_pos,sell,2025-09-23 22:09:00,1890.0,0.7,1,leg_gt,0.08,60 -53360,sell_contrast_m10_bb_pos,sell,2025-09-23 22:42:00,1883.0,0.3267,1,leg_gt,0.1,60 -53361,sell_contrast_m10_bb_pos,sell,2025-09-23 22:45:00,1883.0,0.3267,1,leg_gt,0.1,60 -53362,sell_contrast_m10_bb_pos,sell,2025-09-23 22:48:00,1888.0,0.5933,1,leg_gt,0.1,60 -53363,sell_contrast_m10_bb_pos,sell,2025-09-23 23:12:00,1895.0,0.9667,1,leg_gt,0.12,60 -53364,sell_contrast_m10_bb_pos,sell,2025-09-23 23:15:00,1921.0,2.3533,1,leg_gt,0.12,60 -53365,sell_contrast_m10_bb_pos,sell,2025-09-23 23:18:00,1940.0,3.3667,1,leg_gt,0.12,60 -53366,sell_contrast_m10_bb_pos,sell,2025-09-23 23:42:00,1920.0,2.3,1,leg_gt,0.14,60 -53367,sell_contrast_m10_bb_pos,sell,2025-09-23 23:45:00,1923.0,2.46,1,leg_gt,0.14,60 -53368,sell_contrast_m10_bb_pos,sell,2025-09-23 23:48:00,1914.0,1.98,1,leg_gt,0.14,60 -53369,sell_contrast_m10_bb_pos,sell,2025-09-24 14:51:00,1868.0,4.0249,1,leg_gt,0.07,60 -53370,sell_contrast_m10_bb_pos,sell,2025-09-24 14:54:00,1870.0,4.1363,1,leg_gt,0.08,60 -53371,sell_contrast_m10_bb_pos,sell,2025-09-24 14:57:00,1870.0,4.1363,1,leg_gt,0.08,60 -53372,sell_contrast_m10_bb_pos,sell,2025-09-24 15:00:00,1875.0,4.4151,1,leg_gt,0.08,60 -53373,sell_contrast_m10_bb_pos,sell,2025-09-24 15:03:00,1870.0,4.1363,1,leg_gt,0.08,60 -53374,sell_contrast_m10_bb_pos,sell,2025-09-24 15:06:00,1870.0,4.1363,1,leg_gt,0.08,60 -53375,sell_contrast_m10_bb_pos,sell,2025-09-24 15:09:00,1874.0,4.3593,1,leg_gt,0.09,60 -53376,sell_contrast_m10_bb_pos,sell,2025-09-24 15:12:00,1877.0,4.5265,1,leg_gt,0.09,60 -53377,sell_contrast_m10_bb_pos,sell,2025-09-24 15:15:00,1871.0,4.1921,1,leg_gt,0.09,60 -53378,sell_contrast_m10_bb_pos,sell,2025-09-24 15:18:00,1871.0,4.1921,1,leg_gt,0.09,60 -53379,sell_contrast_m10_bb_pos,sell,2025-09-24 19:00:00,1882.0,4.8052,1,leg_gt,0.25,60 -53380,sell_contrast_m10_bb_pos,sell,2025-09-24 19:03:00,1882.0,4.8052,1,leg_gt,0.25,60 -53381,sell_contrast_m10_bb_pos,sell,2025-09-24 19:06:00,1882.0,4.8052,1,leg_gt,0.25,60 -53382,sell_contrast_m10_bb_pos,sell,2025-09-24 19:09:00,1885.0,4.9725,1,leg_gt,0.25,60 -53383,sell_contrast_m10_bb_pos,sell,2025-09-24 19:12:00,1884.0,4.9167,1,leg_gt,0.25,60 -53384,sell_contrast_m10_bb_pos,sell,2025-09-24 19:15:00,1882.0,4.8052,1,leg_gt,0.26,60 -53385,sell_contrast_m10_bb_pos,sell,2025-09-24 19:18:00,1883.0,4.861,1,leg_gt,0.26,60 -53386,sell_contrast_m10_bb_pos,sell,2025-09-24 19:21:00,1883.0,4.861,1,leg_gt,0.26,60 -53387,sell_contrast_m10_bb_pos,sell,2025-09-24 19:24:00,1882.0,4.8052,1,leg_gt,0.26,60 -53388,sell_contrast_m10_bb_pos,sell,2025-09-24 19:27:00,1883.0,4.861,1,leg_gt,0.26,60 -53389,sell_contrast_m10_bb_pos,sell,2025-09-24 20:21:00,1890.0,5.2512,1,leg_gt,0.3,60 -53390,sell_contrast_m10_bb_pos,sell,2025-09-24 20:24:00,1894.0,5.4741,1,leg_gt,0.3,60 -53391,sell_contrast_m10_bb_pos,sell,2025-09-24 20:27:00,1895.0,5.5299,1,leg_gt,0.31,60 -53392,sell_contrast_m10_bb_pos,sell,2025-09-24 20:42:00,1887.0,5.0839,1,leg_gt,0.32,60 -53393,sell_contrast_m10_bb_pos,sell,2025-09-24 20:45:00,1889.0,5.1954,1,leg_gt,0.32,60 -53394,sell_contrast_m10_bb_pos,sell,2025-09-24 20:48:00,1888.0,5.1397,1,leg_gt,0.32,60 -53395,sell_contrast_m10_bb_pos,sell,2025-09-24 23:51:00,1912.0,6.4775,1,leg_gt,0.45,60 -53396,sell_contrast_m10_bb_pos,sell,2025-09-24 23:54:00,1919.0,6.8677,1,leg_gt,0.45,60 -53397,sell_contrast_m10_bb_pos,sell,2025-09-24 23:57:00,1915.0,6.6447,1,leg_gt,0.45,60 -53398,sell_contrast_m10_bb_pos,sell,2025-09-25 00:12:00,1920.0,6.9234,1,leg_gt,0.46,60 -53399,sell_contrast_m10_bb_pos,sell,2025-09-25 00:15:00,1923.0,7.0906,1,leg_gt,0.46,60 -53400,sell_contrast_m10_bb_pos,sell,2025-09-25 00:18:00,1917.0,6.7562,1,leg_gt,0.47,60 -53401,sell_contrast_m10_bb_pos,sell,2025-09-25 01:51:00,1921.0,6.9792,1,leg_gt,0.53,60 -53402,sell_contrast_m10_bb_pos,sell,2025-09-25 01:54:00,1923.0,7.0906,1,leg_gt,0.53,60 -53403,sell_contrast_m10_bb_pos,sell,2025-09-25 01:57:00,1921.0,6.9792,1,leg_gt,0.54,60 -53404,sell_contrast_m10_bb_pos,sell,2025-09-25 02:00:00,1925.0,7.2021,1,leg_gt,0.54,60 -53405,sell_contrast_m10_bb_pos,sell,2025-09-25 02:03:00,1919.0,6.8677,1,leg_gt,0.54,60 -53406,sell_contrast_m10_bb_pos,sell,2025-09-25 02:06:00,1915.0,6.6447,1,leg_gt,0.54,60 -53407,sell_contrast_m10_bb_pos,sell,2025-09-25 02:09:00,1915.0,6.6447,1,leg_gt,0.54,60 -53408,sell_contrast_m10_bb_pos,sell,2025-09-25 06:00:00,1915.0,6.6447,1,leg_gt,0.7,60 -53409,sell_contrast_m10_bb_pos,sell,2025-09-25 06:03:00,1915.0,6.6447,1,leg_gt,0.71,60 -53410,sell_contrast_m10_bb_pos,sell,2025-09-25 06:06:00,1917.0,6.7562,1,leg_gt,0.71,60 -53411,sell_contrast_m10_bb_pos,sell,2025-09-25 06:09:00,1917.0,6.7562,1,leg_gt,0.71,60 -53412,sell_contrast_m10_bb_pos,sell,2025-09-25 06:12:00,1919.0,6.8677,1,leg_gt,0.71,60 -53413,sell_contrast_m10_bb_pos,sell,2025-09-25 06:15:00,1920.0,6.9234,1,leg_gt,0.71,60 -53414,sell_contrast_m10_bb_pos,sell,2025-09-25 06:18:00,1919.0,6.8677,1,leg_gt,0.72,60 -53415,sell_contrast_m10_bb_pos,sell,2025-09-25 06:42:00,1919.0,6.8677,1,leg_gt,0.73,60 -53416,sell_contrast_m10_bb_pos,sell,2025-09-25 06:45:00,1917.0,6.7562,1,leg_gt,0.74,60 -53417,sell_contrast_m10_bb_pos,sell,2025-09-25 06:48:00,1916.0,6.7004,1,leg_gt,0.74,60 -53418,sell_contrast_m10_bb_pos,sell,2025-09-25 18:12:00,1850.0,3.0215,1,leg_gt,1.21,60 -53419,sell_contrast_m10_bb_pos,sell,2025-09-25 18:15:00,1854.0,3.2445,1,leg_gt,1.21,60 -53420,sell_contrast_m10_bb_pos,sell,2025-09-25 18:18:00,1856.0,3.356,1,leg_gt,1.22,60 -53421,sell_contrast_m10_bb_pos,sell,2025-09-25 18:21:00,1850.0,3.0215,1,leg_gt,1.22,60 -53422,sell_contrast_m10_bb_pos,sell,2025-09-25 18:24:00,1851.0,3.0773,1,leg_gt,1.22,60 -53423,sell_contrast_m10_bb_pos,sell,2025-09-25 18:27:00,1854.0,3.2445,1,leg_gt,1.22,60 -53424,sell_contrast_m10_bb_pos,sell,2025-09-25 23:12:00,1830.0,1.9067,1,leg_gt,1.42,60 -53425,sell_contrast_m10_bb_pos,sell,2025-09-25 23:15:00,1834.0,2.1297,1,leg_gt,1.42,60 -53426,sell_contrast_m10_bb_pos,sell,2025-09-25 23:18:00,1834.0,2.1297,1,leg_gt,1.42,60 -53427,sell_contrast_m10_bb_pos,sell,2025-09-26 03:21:00,1825.0,2.7169,1,leg_gt,0.05,60 -53428,sell_contrast_m10_bb_pos,sell,2025-09-26 03:24:00,1821.0,2.4915,1,leg_gt,0.05,60 -53429,sell_contrast_m10_bb_pos,sell,2025-09-26 03:27:00,1830.0,2.9986,1,leg_gt,0.05,60 -53430,sell_contrast_m10_bb_pos,sell,2025-09-26 04:21:00,1895.0,6.6606,1,leg_gt,0.09,60 -53431,sell_contrast_m10_bb_pos,sell,2025-09-26 04:24:00,1887.0,6.2099,1,leg_gt,0.09,60 -53432,sell_contrast_m10_bb_pos,sell,2025-09-26 04:27:00,1894.0,6.6042,1,leg_gt,0.09,60 -53433,sell_contrast_m10_bb_pos,sell,2025-09-26 04:30:00,1893.0,6.5479,1,leg_gt,0.1,60 -53434,sell_contrast_m10_bb_pos,sell,2025-09-26 04:33:00,1885.0,6.0972,1,leg_gt,0.1,60 -53435,sell_contrast_m10_bb_pos,sell,2025-09-26 04:36:00,1884.0,6.0408,1,leg_gt,0.1,60 -53436,sell_contrast_m10_bb_pos,sell,2025-09-26 04:39:00,1875.0,5.5338,1,leg_gt,0.1,60 -53437,sell_contrast_m10_bb_pos,sell,2025-09-26 09:21:00,1850.0,4.1254,1,leg_gt,0.3,60 -53438,sell_contrast_m10_bb_pos,sell,2025-09-26 09:24:00,1832.0,3.1113,1,leg_gt,0.3,60 -53439,sell_contrast_m10_bb_pos,sell,2025-09-26 09:27:00,1836.0,3.3366,1,leg_gt,0.3,60 -53440,sell_contrast_m10_bb_pos,sell,2025-09-26 10:21:00,1847.0,3.9563,1,leg_gt,0.34,60 -53441,sell_contrast_m10_bb_pos,sell,2025-09-26 10:24:00,1840.0,3.562,1,leg_gt,0.34,60 -53442,sell_contrast_m10_bb_pos,sell,2025-09-26 10:27:00,1840.0,3.562,1,leg_gt,0.34,60 -53443,sell_contrast_m10_bb_pos,sell,2025-09-26 22:00:00,1813.0,2.1561,1,leg_gt,0.08,60 -53444,sell_contrast_m10_bb_pos,sell,2025-09-26 22:03:00,1809.0,1.9305,1,leg_gt,0.08,60 -53445,sell_contrast_m10_bb_pos,sell,2025-09-26 22:06:00,1810.0,1.9869,1,leg_gt,0.08,60 -53446,sell_contrast_m10_bb_pos,sell,2025-09-26 22:09:00,1810.0,1.9869,1,leg_gt,0.09,60 -53447,sell_contrast_m10_bb_pos,sell,2025-09-26 22:12:00,1811.0,2.0433,1,leg_gt,0.09,60 -53448,sell_contrast_m10_bb_pos,sell,2025-09-26 22:15:00,1808.0,1.8741,1,leg_gt,0.09,60 -53449,sell_contrast_m10_bb_pos,sell,2025-09-26 22:18:00,1804.0,1.6484,1,leg_gt,0.09,60 -53450,sell_contrast_m10_bb_pos,sell,2025-09-26 23:00:00,1820.0,2.5509,1,leg_gt,0.12,60 -53451,sell_contrast_m10_bb_pos,sell,2025-09-26 23:03:00,1814.0,2.2125,1,leg_gt,0.12,60 -53452,sell_contrast_m10_bb_pos,sell,2025-09-26 23:06:00,1808.0,1.8741,1,leg_gt,0.12,60 -53453,sell_contrast_m10_bb_pos,sell,2025-09-26 23:09:00,1807.0,1.8177,1,leg_gt,0.13,60 -53454,sell_contrast_m10_bb_pos,sell,2025-09-27 00:12:00,1823.0,2.7201,1,leg_gt,0.17,60 -53455,sell_contrast_m10_bb_pos,sell,2025-09-27 00:15:00,1814.0,2.2125,1,leg_gt,0.17,60 -53456,sell_contrast_m10_bb_pos,sell,2025-09-27 00:18:00,1825.0,2.8329,1,leg_gt,0.18,60 -53457,sell_contrast_m10_bb_pos,sell,2025-09-27 00:21:00,1826.0,2.8893,1,leg_gt,0.18,60 -53458,sell_contrast_m10_bb_pos,sell,2025-09-27 00:24:00,1817.0,2.3817,1,leg_gt,0.18,60 -53459,sell_contrast_m10_bb_pos,sell,2025-09-27 00:27:00,1821.0,2.6073,1,leg_gt,0.18,60 -53460,sell_contrast_m10_bb_pos,sell,2025-09-27 01:12:00,1833.0,3.2841,1,leg_gt,0.21,60 -53461,sell_contrast_m10_bb_pos,sell,2025-09-27 01:15:00,1825.0,2.8329,1,leg_gt,0.21,60 -53462,sell_contrast_m10_bb_pos,sell,2025-09-27 01:18:00,1831.0,3.1713,1,leg_gt,0.22,60 -53463,sell_contrast_m10_bb_pos,sell,2025-09-27 02:42:00,1835.0,3.3969,1,leg_gt,0.28,60 -53464,sell_contrast_m10_bb_pos,sell,2025-09-27 02:45:00,1833.0,3.2841,1,leg_gt,0.28,60 -53465,sell_contrast_m10_bb_pos,sell,2025-09-27 02:48:00,1832.0,3.2277,1,leg_gt,0.28,60 -53466,sell_contrast_m10_bb_pos,sell,2025-09-27 02:51:00,1839.0,3.6225,1,leg_gt,0.28,60 -53467,sell_contrast_m10_bb_pos,sell,2025-09-27 02:54:00,1839.0,3.6225,1,leg_gt,0.28,60 -53468,sell_contrast_m10_bb_pos,sell,2025-09-27 02:57:00,1834.0,3.3405,1,leg_gt,0.29,60 -53469,sell_contrast_m10_bb_pos,sell,2025-09-27 03:00:00,1839.0,3.6225,1,leg_gt,0.29,60 -53470,sell_contrast_m10_bb_pos,sell,2025-09-27 03:03:00,1841.0,3.7353,1,leg_gt,0.29,60 -53471,sell_contrast_m10_bb_pos,sell,2025-09-27 03:06:00,1836.0,3.4533,1,leg_gt,0.29,60 -53472,sell_contrast_m10_bb_pos,sell,2025-09-27 03:09:00,1839.0,3.6225,1,leg_gt,0.29,60 -53473,sell_contrast_m10_bb_pos,sell,2025-09-27 03:30:00,1843.0,3.8481,1,leg_gt,0.31,60 -53474,sell_contrast_m10_bb_pos,sell,2025-09-27 03:33:00,1843.0,3.8481,1,leg_gt,0.31,60 -53475,sell_contrast_m10_bb_pos,sell,2025-09-27 03:36:00,1845.0,3.9609,1,leg_gt,0.31,60 -53476,sell_contrast_m10_bb_pos,sell,2025-09-27 03:39:00,1843.0,3.8481,1,leg_gt,0.31,60 -53477,sell_contrast_m10_bb_pos,sell,2025-09-27 04:21:00,1848.0,4.1301,1,leg_gt,0.34,60 -53478,sell_contrast_m10_bb_pos,sell,2025-09-27 04:24:00,1850.0,4.2429,1,leg_gt,0.35,60 -53479,sell_contrast_m10_bb_pos,sell,2025-09-27 04:27:00,1847.0,4.0737,1,leg_gt,0.35,60 -53480,sell_contrast_m10_bb_pos,sell,2025-09-27 05:21:00,1854.0,4.4685,1,leg_gt,0.39,60 -53481,sell_contrast_m10_bb_pos,sell,2025-09-27 05:24:00,1851.0,4.2993,1,leg_gt,0.39,60 -53482,sell_contrast_m10_bb_pos,sell,2025-09-27 05:27:00,1853.0,4.4121,1,leg_gt,0.39,60 -53483,sell_contrast_m10_bb_pos,sell,2025-09-27 06:42:00,1848.0,4.1301,1,leg_gt,0.44,60 -53484,sell_contrast_m10_bb_pos,sell,2025-09-27 06:45:00,1843.0,3.8481,1,leg_gt,0.44,60 -53485,sell_contrast_m10_bb_pos,sell,2025-09-27 06:48:00,1845.0,3.9609,1,leg_gt,0.45,60 -53486,sell_contrast_m10_bb_pos,sell,2025-09-27 09:00:00,1853.0,4.4121,1,leg_gt,0.54,60 -53487,sell_contrast_m10_bb_pos,sell,2025-09-27 09:03:00,1854.0,4.4685,1,leg_gt,0.54,60 -53488,sell_contrast_m10_bb_pos,sell,2025-09-27 09:06:00,1850.0,4.2429,1,leg_gt,0.54,60 -53489,sell_contrast_m10_bb_pos,sell,2025-09-27 09:09:00,1853.0,4.4121,1,leg_gt,0.54,60 -53490,sell_contrast_m10_bb_pos,sell,2025-09-27 09:12:00,1850.0,4.2429,1,leg_gt,0.55,60 -53491,sell_contrast_m10_bb_pos,sell,2025-09-27 09:15:00,1848.0,4.1301,1,leg_gt,0.55,60 -53492,sell_contrast_m10_bb_pos,sell,2025-09-27 09:18:00,1848.0,4.1301,1,leg_gt,0.55,60 -53493,sell_contrast_m10_bb_pos,sell,2025-09-27 12:42:00,1877.0,5.7658,1,leg_gt,0.69,60 -53494,sell_contrast_m10_bb_pos,sell,2025-09-27 12:45:00,1881.0,5.9914,1,leg_gt,0.69,60 -53495,sell_contrast_m10_bb_pos,sell,2025-09-27 12:48:00,1885.0,6.217,1,leg_gt,0.7,60 -53496,sell_contrast_m10_bb_pos,sell,2025-09-27 12:51:00,1888.0,6.3862,1,leg_gt,0.7,60 -53497,sell_contrast_m10_bb_pos,sell,2025-09-27 12:54:00,1886.0,6.2734,1,leg_gt,0.7,60 -53498,sell_contrast_m10_bb_pos,sell,2025-09-27 12:57:00,1882.0,6.0478,1,leg_gt,0.7,60 -53499,sell_contrast_m10_bb_pos,sell,2025-09-27 13:00:00,1888.0,6.3862,1,leg_gt,0.7,60 -53500,sell_contrast_m10_bb_pos,sell,2025-09-27 13:03:00,1892.0,6.6118,1,leg_gt,0.71,60 -53501,sell_contrast_m10_bb_pos,sell,2025-09-27 13:06:00,1890.0,6.499,1,leg_gt,0.71,60 -53502,sell_contrast_m10_bb_pos,sell,2025-09-27 13:09:00,1891.0,6.5554,1,leg_gt,0.71,60 -53503,sell_contrast_m10_bb_pos,sell,2025-09-27 13:12:00,1890.0,6.499,1,leg_gt,0.71,60 -53504,sell_contrast_m10_bb_pos,sell,2025-09-27 13:15:00,1890.0,6.499,1,leg_gt,0.71,60 -53505,sell_contrast_m10_bb_pos,sell,2025-09-27 13:18:00,1894.0,6.7246,1,leg_gt,0.72,60 -53506,sell_contrast_m10_bb_pos,sell,2025-09-27 13:21:00,1897.0,6.8938,1,leg_gt,0.72,60 -53507,sell_contrast_m10_bb_pos,sell,2025-09-27 13:24:00,1899.0,7.0066,1,leg_gt,0.72,60 -53508,sell_contrast_m10_bb_pos,sell,2025-09-27 13:27:00,1889.0,6.4426,1,leg_gt,0.72,60 -53509,sell_contrast_m10_bb_pos,sell,2025-09-27 14:42:00,1911.0,7.6834,1,leg_gt,0.78,60 -53510,sell_contrast_m10_bb_pos,sell,2025-09-27 14:45:00,1944.0,9.5447,1,leg_gt,0.78,60 -53511,sell_contrast_m10_bb_pos,sell,2025-09-27 14:48:00,1978.0,11.4623,1,leg_gt,0.78,60 -53512,sell_contrast_m10_bb_pos,sell,2025-09-27 15:12:00,1947.0,9.7139,1,leg_gt,0.8,60 -53513,sell_contrast_m10_bb_pos,sell,2025-09-27 15:15:00,1944.0,9.5447,1,leg_gt,0.8,60 -53514,sell_contrast_m10_bb_pos,sell,2025-09-27 15:18:00,1947.0,9.7139,1,leg_gt,0.8,60 -53515,sell_contrast_m10_bb_pos,sell,2025-09-27 15:21:00,1932.0,8.8679,1,leg_gt,0.8,60 -53516,sell_contrast_m10_bb_pos,sell,2025-09-27 15:24:00,1926.0,8.5294,1,leg_gt,0.8,60 -53517,sell_contrast_m10_bb_pos,sell,2025-09-27 15:27:00,1924.0,8.4166,1,leg_gt,0.81,60 -53518,sell_contrast_m10_bb_pos,sell,2025-09-27 21:00:00,1876.0,5.7094,1,leg_gt,1.04,60 -53519,sell_contrast_m10_bb_pos,sell,2025-09-27 21:03:00,1876.0,5.7094,1,leg_gt,1.04,60 -53520,sell_contrast_m10_bb_pos,sell,2025-09-27 21:06:00,1876.0,5.7094,1,leg_gt,1.04,60 -53521,sell_contrast_m10_bb_pos,sell,2025-09-27 21:09:00,1870.0,5.371,1,leg_gt,1.04,60 -53522,sell_contrast_m10_bb_pos,sell,2025-09-27 21:51:00,1881.0,5.9914,1,leg_gt,1.07,60 -53523,sell_contrast_m10_bb_pos,sell,2025-09-27 21:54:00,1883.0,6.1042,1,leg_gt,1.08,60 -53524,sell_contrast_m10_bb_pos,sell,2025-09-27 21:57:00,1887.0,6.3298,1,leg_gt,1.08,60 -53525,sell_contrast_m10_bb_pos,sell,2025-09-28 04:30:00,1845.0,3.9609,1,leg_gt,1.35,60 -53526,sell_contrast_m10_bb_pos,sell,2025-09-28 04:33:00,1844.0,3.9045,1,leg_gt,1.35,60 -53527,sell_contrast_m10_bb_pos,sell,2025-09-28 04:36:00,1843.0,3.8481,1,leg_gt,1.35,60 -53528,sell_contrast_m10_bb_pos,sell,2025-09-28 04:39:00,1843.0,3.8481,1,leg_gt,1.36,60 -53529,sell_contrast_m10_bb_pos,sell,2025-09-28 05:12:00,1845.0,3.9609,1,leg_gt,1.38,60 -53530,sell_contrast_m10_bb_pos,sell,2025-09-28 05:15:00,1843.0,3.8481,1,leg_gt,1.38,60 -53531,sell_contrast_m10_bb_pos,sell,2025-09-28 05:18:00,1842.0,3.7917,1,leg_gt,1.38,60 -53532,sell_contrast_m10_bb_pos,sell,2025-09-28 13:42:00,1825.0,2.8329,1,leg_gt,1.73,60 -53533,sell_contrast_m10_bb_pos,sell,2025-09-28 13:45:00,1826.0,2.8893,1,leg_gt,1.74,60 -53534,sell_contrast_m10_bb_pos,sell,2025-09-28 13:48:00,1824.0,2.7765,1,leg_gt,1.74,60 -53535,sell_contrast_m10_bb_pos,sell,2025-09-28 13:51:00,1826.0,2.8893,1,leg_gt,1.74,60 -53536,sell_contrast_m10_bb_pos,sell,2025-09-28 13:54:00,1823.0,2.7201,1,leg_gt,1.74,60 -53537,sell_contrast_m10_bb_pos,sell,2025-09-28 13:57:00,1819.0,2.4945,1,leg_gt,1.74,60 -53538,sell_contrast_m10_bb_pos,sell,2025-09-28 23:12:00,1811.0,0.9603,1,leg_gt,0.17,60 -53539,sell_contrast_m10_bb_pos,sell,2025-09-28 23:15:00,1809.0,0.8487,1,leg_gt,0.18,60 -53540,sell_contrast_m10_bb_pos,sell,2025-09-28 23:18:00,1808.0,0.7929,1,leg_gt,0.18,60 -53541,sell_contrast_m10_bb_pos,sell,2025-09-28 23:30:00,1813.0,1.0719,1,leg_gt,0.19,60 -53542,sell_contrast_m10_bb_pos,sell,2025-09-28 23:33:00,1810.0,0.9045,1,leg_gt,0.19,60 -53543,sell_contrast_m10_bb_pos,sell,2025-09-28 23:36:00,1812.0,1.0161,1,leg_gt,0.19,60 -53544,sell_contrast_m10_bb_pos,sell,2025-09-28 23:39:00,1810.0,0.9045,1,leg_gt,0.19,60 -53545,sell_contrast_m10_bb_pos,sell,2025-09-29 00:30:00,1817.0,1.2951,1,leg_gt,0.23,60 -53546,sell_contrast_m10_bb_pos,sell,2025-09-29 00:33:00,1817.0,1.2951,1,leg_gt,0.23,60 -53547,sell_contrast_m10_bb_pos,sell,2025-09-29 00:36:00,1817.0,1.2951,1,leg_gt,0.23,60 -53548,sell_contrast_m10_bb_pos,sell,2025-09-29 00:39:00,1818.0,1.3509,1,leg_gt,0.23,60 -53549,sell_contrast_m10_bb_pos,sell,2025-09-29 01:00:00,1819.0,1.4067,1,leg_gt,0.25,60 -53550,sell_contrast_m10_bb_pos,sell,2025-09-29 01:03:00,1824.0,1.6857,1,leg_gt,0.25,60 -53551,sell_contrast_m10_bb_pos,sell,2025-09-29 01:06:00,1827.0,1.8531,1,leg_gt,0.25,60 -53552,sell_contrast_m10_bb_pos,sell,2025-09-29 01:09:00,1831.0,2.0763,1,leg_gt,0.25,60 -53553,sell_contrast_m10_bb_pos,sell,2025-09-29 01:30:00,1823.0,1.6299,1,leg_gt,0.27,60 -53554,sell_contrast_m10_bb_pos,sell,2025-09-29 01:33:00,1821.0,1.5183,1,leg_gt,0.27,60 -53555,sell_contrast_m10_bb_pos,sell,2025-09-29 01:36:00,1819.0,1.4067,1,leg_gt,0.27,60 -53556,sell_contrast_m10_bb_pos,sell,2025-09-29 01:39:00,1816.0,1.2393,1,leg_gt,0.28,60 -53557,sell_contrast_m10_bb_pos,sell,2025-09-29 02:12:00,1826.0,1.7973,1,leg_gt,0.3,60 -53558,sell_contrast_m10_bb_pos,sell,2025-09-29 02:15:00,1827.0,1.8531,1,leg_gt,0.3,60 -53559,sell_contrast_m10_bb_pos,sell,2025-09-29 02:18:00,1827.0,1.8531,1,leg_gt,0.3,60 -53560,sell_contrast_m10_bb_pos,sell,2025-09-29 02:30:00,1826.0,1.7973,1,leg_gt,0.31,60 -53561,sell_contrast_m10_bb_pos,sell,2025-09-29 02:33:00,1830.0,2.0205,1,leg_gt,0.31,60 -53562,sell_contrast_m10_bb_pos,sell,2025-09-29 02:36:00,1833.0,2.1879,1,leg_gt,0.31,60 -53563,sell_contrast_m10_bb_pos,sell,2025-09-29 02:39:00,1833.0,2.1879,1,leg_gt,0.32,60 -53564,sell_contrast_m10_bb_pos,sell,2025-09-29 03:00:00,1835.0,2.2996,1,leg_gt,0.33,60 -53565,sell_contrast_m10_bb_pos,sell,2025-09-29 03:03:00,1836.0,2.3554,1,leg_gt,0.33,60 -53566,sell_contrast_m10_bb_pos,sell,2025-09-29 03:06:00,1838.0,2.467,1,leg_gt,0.34,60 -53567,sell_contrast_m10_bb_pos,sell,2025-09-29 03:09:00,1835.0,2.2996,1,leg_gt,0.34,60 -53568,sell_contrast_m10_bb_pos,sell,2025-09-29 03:12:00,1836.0,2.3554,1,leg_gt,0.34,60 -53569,sell_contrast_m10_bb_pos,sell,2025-09-29 03:15:00,1835.0,2.2996,1,leg_gt,0.34,60 -53570,sell_contrast_m10_bb_pos,sell,2025-09-29 03:18:00,1840.0,2.5786,1,leg_gt,0.34,60 -53571,sell_contrast_m10_bb_pos,sell,2025-09-29 03:21:00,1837.0,2.4112,1,leg_gt,0.35,60 -53572,sell_contrast_m10_bb_pos,sell,2025-09-29 03:24:00,1837.0,2.4112,1,leg_gt,0.35,60 -53573,sell_contrast_m10_bb_pos,sell,2025-09-29 03:27:00,1837.0,2.4112,1,leg_gt,0.35,60 -53574,sell_contrast_m10_bb_pos,sell,2025-09-29 03:30:00,1836.0,2.3554,1,leg_gt,0.35,60 -53575,sell_contrast_m10_bb_pos,sell,2025-09-29 03:33:00,1837.0,2.4112,1,leg_gt,0.35,60 -53576,sell_contrast_m10_bb_pos,sell,2025-09-29 03:36:00,1838.0,2.467,1,leg_gt,0.36,60 -53577,sell_contrast_m10_bb_pos,sell,2025-09-29 03:39:00,1839.0,2.5228,1,leg_gt,0.36,60 -53578,sell_contrast_m10_bb_pos,sell,2025-09-29 03:42:00,1845.0,2.8576,1,leg_gt,0.36,60 -53579,sell_contrast_m10_bb_pos,sell,2025-09-29 03:45:00,1851.0,3.1924,1,leg_gt,0.36,60 -53580,sell_contrast_m10_bb_pos,sell,2025-09-29 03:48:00,1854.0,3.3598,1,leg_gt,0.36,60 -53581,sell_contrast_m10_bb_pos,sell,2025-09-29 05:21:00,1854.0,3.3598,1,leg_gt,0.43,60 -53582,sell_contrast_m10_bb_pos,sell,2025-09-29 05:24:00,1855.0,3.4156,1,leg_gt,0.43,60 -53583,sell_contrast_m10_bb_pos,sell,2025-09-29 05:27:00,1857.0,3.5272,1,leg_gt,0.43,60 -53584,sell_contrast_m10_bb_pos,sell,2025-09-29 05:30:00,1856.0,3.4714,1,leg_gt,0.44,60 -53585,sell_contrast_m10_bb_pos,sell,2025-09-29 05:33:00,1858.0,3.583,1,leg_gt,0.44,60 -53586,sell_contrast_m10_bb_pos,sell,2025-09-29 05:36:00,1864.0,3.9179,1,leg_gt,0.44,60 -53587,sell_contrast_m10_bb_pos,sell,2025-09-29 05:39:00,1862.0,3.8062,1,leg_gt,0.44,60 -53588,sell_contrast_m10_bb_pos,sell,2025-09-29 05:42:00,1860.0,3.6946,1,leg_gt,0.44,60 -53589,sell_contrast_m10_bb_pos,sell,2025-09-29 05:45:00,1855.0,3.4156,1,leg_gt,0.45,60 -53590,sell_contrast_m10_bb_pos,sell,2025-09-29 05:48:00,1855.0,3.4156,1,leg_gt,0.45,60 -53591,sell_contrast_m10_bb_pos,sell,2025-09-29 07:30:00,1873.0,4.4201,1,leg_gt,0.52,60 -53592,sell_contrast_m10_bb_pos,sell,2025-09-29 07:33:00,1884.0,5.0339,1,leg_gt,0.52,60 -53593,sell_contrast_m10_bb_pos,sell,2025-09-29 07:36:00,1880.0,4.8107,1,leg_gt,0.52,60 -53594,sell_contrast_m10_bb_pos,sell,2025-09-29 07:39:00,1886.0,5.1455,1,leg_gt,0.52,60 -53595,sell_contrast_m10_bb_pos,sell,2025-09-29 08:21:00,1913.0,6.6522,1,leg_gt,0.55,60 -53596,sell_contrast_m10_bb_pos,sell,2025-09-29 08:24:00,1911.0,6.5406,1,leg_gt,0.56,60 -53597,sell_contrast_m10_bb_pos,sell,2025-09-29 08:27:00,1898.0,5.8152,1,leg_gt,0.56,60 -53598,sell_contrast_m10_bb_pos,sell,2025-09-29 23:12:00,1856.0,3.4714,1,leg_gt,1.17,60 -53599,sell_contrast_m10_bb_pos,sell,2025-09-29 23:15:00,1864.0,3.9179,1,leg_gt,1.18,60 -53600,sell_contrast_m10_bb_pos,sell,2025-09-29 23:18:00,1863.0,3.8621,1,leg_gt,1.18,60 -53601,sell_contrast_m10_bb_pos,sell,2025-09-29 23:21:00,1865.0,3.9737,1,leg_gt,1.18,60 -53602,sell_contrast_m10_bb_pos,sell,2025-09-29 23:24:00,1860.0,3.6946,1,leg_gt,1.18,60 -53603,sell_contrast_m10_bb_pos,sell,2025-09-29 23:27:00,1863.0,3.8621,1,leg_gt,1.18,60 -53604,sell_contrast_m10_bb_pos,sell,2025-09-29 23:30:00,1864.0,3.9179,1,leg_gt,1.19,60 -53605,sell_contrast_m10_bb_pos,sell,2025-09-29 23:33:00,1866.0,4.0295,1,leg_gt,1.19,60 -53606,sell_contrast_m10_bb_pos,sell,2025-09-29 23:36:00,1865.0,3.9737,1,leg_gt,1.19,60 -53607,sell_contrast_m10_bb_pos,sell,2025-09-29 23:39:00,1865.0,3.9737,1,leg_gt,1.19,60 -53608,sell_contrast_m10_bb_pos,sell,2025-09-29 23:42:00,1866.0,4.0295,1,leg_gt,1.19,60 -53609,sell_contrast_m10_bb_pos,sell,2025-09-29 23:45:00,1866.0,4.0295,1,leg_gt,1.2,60 -53610,sell_contrast_m10_bb_pos,sell,2025-09-29 23:48:00,1871.0,4.3085,1,leg_gt,1.2,60 -53611,sell_contrast_m10_bb_pos,sell,2025-09-30 00:00:00,1869.0,4.1969,1,leg_gt,1.21,60 -53612,sell_contrast_m10_bb_pos,sell,2025-09-30 00:03:00,1871.0,4.3085,1,leg_gt,1.21,60 -53613,sell_contrast_m10_bb_pos,sell,2025-09-30 00:06:00,1878.0,4.6991,1,leg_gt,1.21,60 -53614,sell_contrast_m10_bb_pos,sell,2025-09-30 00:09:00,1870.0,4.2527,1,leg_gt,1.21,60 -53615,sell_contrast_m10_bb_pos,sell,2025-09-30 00:12:00,1863.0,3.8621,1,leg_gt,1.21,60 -53616,sell_contrast_m10_bb_pos,sell,2025-09-30 00:15:00,1862.0,3.8062,1,leg_gt,1.22,60 -53617,sell_contrast_m10_bb_pos,sell,2025-09-30 00:18:00,1853.0,3.304,1,leg_gt,1.22,60 -53618,sell_contrast_m10_bb_pos,sell,2025-09-30 04:21:00,1830.0,1.8499,1,leg_gt,0.1,60 -53619,sell_contrast_m10_bb_pos,sell,2025-09-30 04:24:00,1826.0,1.627,1,leg_gt,0.1,60 -53620,sell_contrast_m10_bb_pos,sell,2025-09-30 04:27:00,1826.0,1.627,1,leg_gt,0.1,60 -53621,sell_contrast_m10_bb_pos,sell,2025-09-30 04:42:00,1831.0,1.9056,1,leg_gt,0.11,60 -53622,sell_contrast_m10_bb_pos,sell,2025-09-30 04:45:00,1837.0,2.2398,1,leg_gt,0.11,60 -53623,sell_contrast_m10_bb_pos,sell,2025-09-30 04:48:00,1839.0,2.3513,1,leg_gt,0.12,60 -53624,sell_contrast_m10_bb_pos,sell,2025-09-30 06:00:00,1877.0,4.4682,1,leg_gt,0.17,60 -53625,sell_contrast_m10_bb_pos,sell,2025-09-30 06:03:00,1875.0,4.3568,1,leg_gt,0.17,60 -53626,sell_contrast_m10_bb_pos,sell,2025-09-30 06:06:00,1877.0,4.4682,1,leg_gt,0.17,60 -53627,sell_contrast_m10_bb_pos,sell,2025-09-30 06:09:00,1874.0,4.3011,1,leg_gt,0.17,60 -53628,sell_contrast_m10_bb_pos,sell,2025-09-30 06:12:00,1876.0,4.4125,1,leg_gt,0.18,60 -53629,sell_contrast_m10_bb_pos,sell,2025-09-30 06:15:00,1876.0,4.4125,1,leg_gt,0.18,60 -53630,sell_contrast_m10_bb_pos,sell,2025-09-30 06:18:00,1868.0,3.9669,1,leg_gt,0.18,60 -53631,sell_contrast_m10_bb_pos,sell,2025-09-30 23:51:00,1790.0,-0.3786,0,leg_gt,0.91,60 -53632,sell_contrast_m10_bb_pos,sell,2025-09-30 23:54:00,1789.0,-0.4343,0,leg_gt,0.91,60 -53633,sell_contrast_m10_bb_pos,sell,2025-09-30 23:57:00,1791.0,-0.3228,0,leg_gt,0.91,60 -53634,sell_contrast_m10_bb_pos,sell,2025-10-01 00:00:00,1792.0,-0.2671,0,leg_gt,0.92,60 -53635,sell_contrast_m10_bb_pos,sell,2025-10-01 00:03:00,1788.0,-0.49,0,leg_gt,0.92,60 -53636,sell_contrast_m10_bb_pos,sell,2025-10-01 00:06:00,1786.0,-0.6014,0,leg_gt,0.92,60 -53637,sell_contrast_m10_bb_pos,sell,2025-10-01 00:09:00,1781.0,-0.8799,0,leg_gt,0.92,60 -53638,sell_contrast_m10_bb_pos,sell,2025-10-01 05:30:00,1773.0,0.7532,1,leg_gt,0.07,60 -53639,sell_contrast_m10_bb_pos,sell,2025-10-01 05:33:00,1778.0,1.0377,1,leg_gt,0.08,60 -53640,sell_contrast_m10_bb_pos,sell,2025-10-01 05:36:00,1776.0,0.9239,1,leg_gt,0.08,60 -53641,sell_contrast_m10_bb_pos,sell,2025-10-01 05:39:00,1774.0,0.8101,1,leg_gt,0.08,60 -53642,sell_contrast_m10_bb_pos,sell,2025-10-01 05:42:00,1777.0,0.9808,1,leg_gt,0.08,60 -53643,sell_contrast_m10_bb_pos,sell,2025-10-01 05:45:00,1782.0,1.2652,1,leg_gt,0.08,60 -53644,sell_contrast_m10_bb_pos,sell,2025-10-01 05:48:00,1791.0,1.7771,1,leg_gt,0.09,60 -53645,sell_contrast_m10_bb_pos,sell,2025-10-01 06:21:00,1795.0,2.0047,1,leg_gt,0.11,60 -53646,sell_contrast_m10_bb_pos,sell,2025-10-01 06:24:00,1795.0,2.0047,1,leg_gt,0.11,60 -53647,sell_contrast_m10_bb_pos,sell,2025-10-01 06:27:00,1793.0,1.8909,1,leg_gt,0.11,60 -53648,sell_contrast_m10_bb_pos,sell,2025-10-01 06:30:00,1792.0,1.834,1,leg_gt,0.11,60 -53649,sell_contrast_m10_bb_pos,sell,2025-10-01 06:33:00,1788.0,1.6065,1,leg_gt,0.12,60 -53650,sell_contrast_m10_bb_pos,sell,2025-10-01 06:36:00,1784.0,1.379,1,leg_gt,0.12,60 -53651,sell_contrast_m10_bb_pos,sell,2025-10-01 06:39:00,1787.0,1.5496,1,leg_gt,0.12,60 -53652,sell_contrast_m10_bb_pos,sell,2025-10-01 11:21:00,1795.0,2.0047,1,leg_gt,0.32,60 -53653,sell_contrast_m10_bb_pos,sell,2025-10-01 11:24:00,1792.0,1.834,1,leg_gt,0.32,60 -53654,sell_contrast_m10_bb_pos,sell,2025-10-01 11:27:00,1792.0,1.834,1,leg_gt,0.32,60 -53655,sell_contrast_m10_bb_pos,sell,2025-10-01 14:21:00,1793.0,1.8909,1,leg_gt,0.44,60 -53656,sell_contrast_m10_bb_pos,sell,2025-10-01 14:24:00,1791.0,1.7771,1,leg_gt,0.44,60 -53657,sell_contrast_m10_bb_pos,sell,2025-10-01 14:27:00,1788.0,1.6065,1,leg_gt,0.45,60 -53658,sell_contrast_m10_bb_pos,sell,2025-10-01 18:42:00,1863.0,5.8727,1,leg_gt,0.62,60 -53659,sell_contrast_m10_bb_pos,sell,2025-10-01 18:45:00,1869.0,6.214,1,leg_gt,0.62,60 -53660,sell_contrast_m10_bb_pos,sell,2025-10-01 18:48:00,1865.0,5.9865,1,leg_gt,0.63,60 -53661,sell_contrast_m10_bb_pos,sell,2025-10-02 01:00:00,1866.0,6.0433,1,leg_gt,0.89,60 -53662,sell_contrast_m10_bb_pos,sell,2025-10-02 01:03:00,1863.0,5.8727,1,leg_gt,0.89,60 -53663,sell_contrast_m10_bb_pos,sell,2025-10-02 01:06:00,1865.0,5.9865,1,leg_gt,0.89,60 -53664,sell_contrast_m10_bb_pos,sell,2025-10-02 01:09:00,1866.0,6.0433,1,leg_gt,0.89,60 -53665,sell_contrast_m10_bb_pos,sell,2025-10-02 01:12:00,1865.0,5.9865,1,leg_gt,0.89,60 -53666,sell_contrast_m10_bb_pos,sell,2025-10-02 01:15:00,1867.0,6.1002,1,leg_gt,0.9,60 -53667,sell_contrast_m10_bb_pos,sell,2025-10-02 01:18:00,1865.0,5.9865,1,leg_gt,0.9,60 -53668,sell_contrast_m10_bb_pos,sell,2025-10-02 01:42:00,1872.0,6.3846,1,leg_gt,0.91,60 -53669,sell_contrast_m10_bb_pos,sell,2025-10-02 01:45:00,1867.0,6.1002,1,leg_gt,0.92,60 -53670,sell_contrast_m10_bb_pos,sell,2025-10-02 01:48:00,1866.0,6.0433,1,leg_gt,0.92,60 -53671,sell_contrast_m10_bb_pos,sell,2025-10-02 02:42:00,1871.0,6.3278,1,leg_gt,0.96,60 -53672,sell_contrast_m10_bb_pos,sell,2025-10-02 02:45:00,1871.0,6.3278,1,leg_gt,0.96,60 -53673,sell_contrast_m10_bb_pos,sell,2025-10-02 02:48:00,1866.0,6.0433,1,leg_gt,0.96,60 -53674,sell_contrast_m10_bb_pos,sell,2025-10-02 03:51:00,1877.0,6.6691,1,leg_gt,1.0,60 -53675,sell_contrast_m10_bb_pos,sell,2025-10-02 03:54:00,1876.0,6.6122,1,leg_gt,1.01,60 -53676,sell_contrast_m10_bb_pos,sell,2025-10-02 03:57:00,1876.0,6.6122,1,leg_gt,1.01,60 -53677,sell_contrast_m10_bb_pos,sell,2025-10-02 08:12:00,1868.0,6.1571,1,leg_gt,1.19,60 -53678,sell_contrast_m10_bb_pos,sell,2025-10-02 08:15:00,1868.0,6.1571,1,leg_gt,1.19,60 -53679,sell_contrast_m10_bb_pos,sell,2025-10-02 08:18:00,1869.0,6.214,1,leg_gt,1.19,60 -53680,sell_contrast_m10_bb_pos,sell,2025-10-02 08:42:00,1869.0,6.214,1,leg_gt,1.21,60 -53681,sell_contrast_m10_bb_pos,sell,2025-10-02 08:45:00,1870.0,6.2709,1,leg_gt,1.21,60 -53682,sell_contrast_m10_bb_pos,sell,2025-10-02 08:48:00,1868.0,6.1571,1,leg_gt,1.21,60 -53683,sell_contrast_m10_bb_pos,sell,2025-10-02 09:00:00,1873.0,6.4415,1,leg_gt,1.22,60 -53684,sell_contrast_m10_bb_pos,sell,2025-10-02 09:03:00,1877.0,6.6691,1,leg_gt,1.22,60 -53685,sell_contrast_m10_bb_pos,sell,2025-10-02 09:06:00,1876.0,6.6122,1,leg_gt,1.22,60 -53686,sell_contrast_m10_bb_pos,sell,2025-10-02 09:09:00,1876.0,6.6122,1,leg_gt,1.23,60 -53687,sell_contrast_m10_bb_pos,sell,2025-10-02 09:12:00,1874.0,6.4984,1,leg_gt,1.23,60 -53688,sell_contrast_m10_bb_pos,sell,2025-10-02 09:15:00,1876.0,6.6122,1,leg_gt,1.23,60 -53689,sell_contrast_m10_bb_pos,sell,2025-10-02 09:18:00,1876.0,6.6122,1,leg_gt,1.23,60 -53690,sell_contrast_m10_bb_pos,sell,2025-10-02 09:21:00,1878.0,6.7259,1,leg_gt,1.23,60 -53691,sell_contrast_m10_bb_pos,sell,2025-10-02 09:24:00,1874.0,6.4984,1,leg_gt,1.24,60 -53692,sell_contrast_m10_bb_pos,sell,2025-10-02 09:27:00,1873.0,6.4415,1,leg_gt,1.24,60 -53693,sell_contrast_m10_bb_pos,sell,2025-10-02 12:00:00,1919.0,9.0581,1,leg_gt,1.34,60 -53694,sell_contrast_m10_bb_pos,sell,2025-10-02 12:03:00,1908.0,8.4324,1,leg_gt,1.35,60 -53695,sell_contrast_m10_bb_pos,sell,2025-10-02 12:06:00,1907.0,8.3755,1,leg_gt,1.35,60 -53696,sell_contrast_m10_bb_pos,sell,2025-10-02 12:09:00,1918.0,9.0013,1,leg_gt,1.35,60 -53697,sell_contrast_m10_bb_pos,sell,2025-10-02 12:12:00,1912.0,8.66,1,leg_gt,1.35,60 -53698,sell_contrast_m10_bb_pos,sell,2025-10-02 12:15:00,1915.0,8.8306,1,leg_gt,1.35,60 -53699,sell_contrast_m10_bb_pos,sell,2025-10-02 12:18:00,1910.0,8.5462,1,leg_gt,1.36,60 -53700,sell_contrast_m10_bb_pos,sell,2025-10-02 19:21:00,1888.0,7.2948,1,leg_gt,1.65,60 -53701,sell_contrast_m10_bb_pos,sell,2025-10-02 19:24:00,1889.0,7.3516,1,leg_gt,1.65,60 -53702,sell_contrast_m10_bb_pos,sell,2025-10-02 19:27:00,1889.0,7.3516,1,leg_gt,1.65,60 -53703,sell_contrast_m10_bb_pos,sell,2025-10-02 19:42:00,1891.0,7.4654,1,leg_gt,1.66,60 -53704,sell_contrast_m10_bb_pos,sell,2025-10-02 19:45:00,1900.0,7.9774,1,leg_gt,1.67,60 -53705,sell_contrast_m10_bb_pos,sell,2025-10-02 19:48:00,1900.0,7.9774,1,leg_gt,1.67,60 -53706,sell_contrast_m10_bb_pos,sell,2025-10-02 20:12:00,1898.0,7.8636,1,leg_gt,1.69,60 -53707,sell_contrast_m10_bb_pos,sell,2025-10-02 20:15:00,1904.0,8.2049,1,leg_gt,1.69,60 -53708,sell_contrast_m10_bb_pos,sell,2025-10-02 20:18:00,1911.0,8.6031,1,leg_gt,1.69,60 -53709,sell_contrast_m10_bb_pos,sell,2025-10-02 20:30:00,1904.0,8.2049,1,leg_gt,1.7,60 -53710,sell_contrast_m10_bb_pos,sell,2025-10-02 20:33:00,1902.0,8.0911,1,leg_gt,1.7,60 -53711,sell_contrast_m10_bb_pos,sell,2025-10-02 20:36:00,1906.0,8.3187,1,leg_gt,1.7,60 -53712,sell_contrast_m10_bb_pos,sell,2025-10-02 20:39:00,1907.0,8.3755,1,leg_gt,1.7,60 -53713,sell_contrast_m10_bb_pos,sell,2025-10-02 20:42:00,1908.0,8.4324,1,leg_gt,1.71,60 -53714,sell_contrast_m10_bb_pos,sell,2025-10-02 20:45:00,1913.0,8.7168,1,leg_gt,1.71,60 -53715,sell_contrast_m10_bb_pos,sell,2025-10-02 20:48:00,1916.0,8.8875,1,leg_gt,1.71,60 -53716,sell_contrast_m10_bb_pos,sell,2025-10-03 01:21:00,1886.0,1.9011,1,leg_gt,0.05,60 -53717,sell_contrast_m10_bb_pos,sell,2025-10-03 01:24:00,1888.0,2.0092,1,leg_gt,0.06,60 -53718,sell_contrast_m10_bb_pos,sell,2025-10-03 01:27:00,1891.0,2.1715,1,leg_gt,0.06,60 -53719,sell_contrast_m10_bb_pos,sell,2025-10-03 01:30:00,1889.0,2.0633,1,leg_gt,0.06,60 -53720,sell_contrast_m10_bb_pos,sell,2025-10-03 01:33:00,1886.0,1.9011,1,leg_gt,0.06,60 -53721,sell_contrast_m10_bb_pos,sell,2025-10-03 01:36:00,1883.0,1.7388,1,leg_gt,0.06,60 -53722,sell_contrast_m10_bb_pos,sell,2025-10-03 01:39:00,1877.0,1.4143,1,leg_gt,0.07,60 -53723,sell_contrast_m10_bb_pos,sell,2025-10-03 02:30:00,1892.0,2.2256,1,leg_gt,0.1,60 -53724,sell_contrast_m10_bb_pos,sell,2025-10-03 02:33:00,1890.0,2.1174,1,leg_gt,0.1,60 -53725,sell_contrast_m10_bb_pos,sell,2025-10-03 02:36:00,1892.0,2.2256,1,leg_gt,0.11,60 -53726,sell_contrast_m10_bb_pos,sell,2025-10-03 02:39:00,1890.0,2.1174,1,leg_gt,0.11,60 -53727,sell_contrast_m10_bb_pos,sell,2025-10-03 02:51:00,1897.0,2.496,1,leg_gt,0.12,60 -53728,sell_contrast_m10_bb_pos,sell,2025-10-03 02:54:00,1892.0,2.2256,1,leg_gt,0.12,60 -53729,sell_contrast_m10_bb_pos,sell,2025-10-03 02:57:00,1896.0,2.4419,1,leg_gt,0.12,60 -53730,sell_contrast_m10_bb_pos,sell,2025-10-03 03:00:00,1897.0,2.496,1,leg_gt,0.12,60 -53731,sell_contrast_m10_bb_pos,sell,2025-10-03 03:03:00,1900.0,2.6582,1,leg_gt,0.12,60 -53732,sell_contrast_m10_bb_pos,sell,2025-10-03 03:06:00,1907.0,3.0368,1,leg_gt,0.13,60 -53733,sell_contrast_m10_bb_pos,sell,2025-10-03 03:09:00,1906.0,2.9827,1,leg_gt,0.13,60 -53734,sell_contrast_m10_bb_pos,sell,2025-10-03 03:12:00,1903.0,2.8205,1,leg_gt,0.13,60 -53735,sell_contrast_m10_bb_pos,sell,2025-10-03 03:15:00,1905.0,2.9287,1,leg_gt,0.13,60 -53736,sell_contrast_m10_bb_pos,sell,2025-10-03 03:18:00,1903.0,2.8205,1,leg_gt,0.14,60 -53737,sell_contrast_m10_bb_pos,sell,2025-10-03 03:21:00,1904.0,2.8746,1,leg_gt,0.14,60 -53738,sell_contrast_m10_bb_pos,sell,2025-10-03 03:24:00,1904.0,2.8746,1,leg_gt,0.14,60 -53739,sell_contrast_m10_bb_pos,sell,2025-10-03 03:27:00,1904.0,2.8746,1,leg_gt,0.14,60 -53740,sell_contrast_m10_bb_pos,sell,2025-10-03 03:30:00,1904.0,2.8746,1,leg_gt,0.14,60 -53741,sell_contrast_m10_bb_pos,sell,2025-10-03 03:33:00,1900.0,2.6582,1,leg_gt,0.15,60 -53742,sell_contrast_m10_bb_pos,sell,2025-10-03 03:36:00,1903.0,2.8205,1,leg_gt,0.15,60 -53743,sell_contrast_m10_bb_pos,sell,2025-10-03 03:39:00,1906.0,2.9827,1,leg_gt,0.15,60 -53744,sell_contrast_m10_bb_pos,sell,2025-10-03 03:42:00,1904.0,2.8746,1,leg_gt,0.15,60 -53745,sell_contrast_m10_bb_pos,sell,2025-10-03 03:45:00,1908.0,3.0909,1,leg_gt,0.15,60 -53746,sell_contrast_m10_bb_pos,sell,2025-10-03 03:48:00,1908.0,3.0909,1,leg_gt,0.16,60 -53747,sell_contrast_m10_bb_pos,sell,2025-10-03 03:51:00,1907.0,3.0368,1,leg_gt,0.16,60 -53748,sell_contrast_m10_bb_pos,sell,2025-10-03 03:54:00,1908.0,3.0909,1,leg_gt,0.16,60 -53749,sell_contrast_m10_bb_pos,sell,2025-10-03 03:57:00,1909.0,3.145,1,leg_gt,0.16,60 -53750,sell_contrast_m10_bb_pos,sell,2025-10-03 04:00:00,1910.0,3.1991,1,leg_gt,0.16,60 -53751,sell_contrast_m10_bb_pos,sell,2025-10-03 04:03:00,1910.0,3.1991,1,leg_gt,0.17,60 -53752,sell_contrast_m10_bb_pos,sell,2025-10-03 04:06:00,1914.0,3.4154,1,leg_gt,0.17,60 -53753,sell_contrast_m10_bb_pos,sell,2025-10-03 04:09:00,1920.0,3.7399,1,leg_gt,0.17,60 -53754,sell_contrast_m10_bb_pos,sell,2025-10-03 04:21:00,1918.0,3.6317,1,leg_gt,0.18,60 -53755,sell_contrast_m10_bb_pos,sell,2025-10-03 04:24:00,1908.0,3.0909,1,leg_gt,0.18,60 -53756,sell_contrast_m10_bb_pos,sell,2025-10-03 04:27:00,1911.0,3.2532,1,leg_gt,0.18,60 -53757,sell_contrast_m10_bb_pos,sell,2025-10-03 04:30:00,1917.0,3.5777,1,leg_gt,0.19,60 -53758,sell_contrast_m10_bb_pos,sell,2025-10-03 04:33:00,1913.0,3.3613,1,leg_gt,0.19,60 -53759,sell_contrast_m10_bb_pos,sell,2025-10-03 04:36:00,1914.0,3.4154,1,leg_gt,0.19,60 -53760,sell_contrast_m10_bb_pos,sell,2025-10-03 04:39:00,1912.0,3.3072,1,leg_gt,0.19,60 -53761,sell_contrast_m10_bb_pos,sell,2025-10-03 12:12:00,1906.0,2.9827,1,leg_gt,0.51,60 -53762,sell_contrast_m10_bb_pos,sell,2025-10-03 12:15:00,1904.0,2.8746,1,leg_gt,0.51,60 -53763,sell_contrast_m10_bb_pos,sell,2025-10-03 12:18:00,1917.0,3.5777,1,leg_gt,0.51,60 -53764,sell_contrast_m10_bb_pos,sell,2025-10-03 12:51:00,1908.0,3.0909,1,leg_gt,0.53,60 -53765,sell_contrast_m10_bb_pos,sell,2025-10-03 12:54:00,1909.0,3.145,1,leg_gt,0.54,60 -53766,sell_contrast_m10_bb_pos,sell,2025-10-03 12:57:00,1898.0,2.5501,1,leg_gt,0.54,60 -53767,sell_contrast_m10_bb_pos,sell,2025-10-03 13:21:00,1917.0,3.5777,1,leg_gt,0.55,60 -53768,sell_contrast_m10_bb_pos,sell,2025-10-03 13:24:00,1920.0,3.7399,1,leg_gt,0.56,60 -53769,sell_contrast_m10_bb_pos,sell,2025-10-03 13:27:00,1917.0,3.5777,1,leg_gt,0.56,60 -53770,sell_contrast_m10_bb_pos,sell,2025-10-03 13:30:00,1916.0,3.5236,1,leg_gt,0.56,60 -53771,sell_contrast_m10_bb_pos,sell,2025-10-03 13:33:00,1914.0,3.4154,1,leg_gt,0.56,60 -53772,sell_contrast_m10_bb_pos,sell,2025-10-03 13:36:00,1910.0,3.1991,1,leg_gt,0.56,60 -53773,sell_contrast_m10_bb_pos,sell,2025-10-03 13:39:00,1910.0,3.1991,1,leg_gt,0.57,60 -53774,sell_contrast_m10_bb_pos,sell,2025-10-03 15:42:00,1919.0,3.6858,1,leg_gt,0.65,60 -53775,sell_contrast_m10_bb_pos,sell,2025-10-03 15:45:00,1920.0,3.7399,1,leg_gt,0.65,60 -53776,sell_contrast_m10_bb_pos,sell,2025-10-03 15:48:00,1912.0,3.3072,1,leg_gt,0.66,60 -53777,sell_contrast_m10_bb_pos,sell,2025-10-03 17:30:00,1914.0,3.4154,1,leg_gt,0.73,60 -53778,sell_contrast_m10_bb_pos,sell,2025-10-03 17:33:00,1914.0,3.4154,1,leg_gt,0.73,60 -53779,sell_contrast_m10_bb_pos,sell,2025-10-03 17:36:00,1919.0,3.6858,1,leg_gt,0.73,60 -53780,sell_contrast_m10_bb_pos,sell,2025-10-03 17:39:00,1921.0,3.794,1,leg_gt,0.73,60 -53781,sell_contrast_m10_bb_pos,sell,2025-10-03 18:00:00,1922.0,3.8481,1,leg_gt,0.75,60 -53782,sell_contrast_m10_bb_pos,sell,2025-10-03 18:03:00,1914.0,3.4154,1,leg_gt,0.75,60 -53783,sell_contrast_m10_bb_pos,sell,2025-10-03 18:06:00,1910.0,3.1991,1,leg_gt,0.75,60 -53784,sell_contrast_m10_bb_pos,sell,2025-10-03 18:09:00,1909.0,3.145,1,leg_gt,0.75,60 -53785,sell_contrast_m10_bb_pos,sell,2025-10-03 22:42:00,1895.0,2.3878,1,leg_gt,0.94,60 -53786,sell_contrast_m10_bb_pos,sell,2025-10-03 22:45:00,1890.0,2.1174,1,leg_gt,0.95,60 -53787,sell_contrast_m10_bb_pos,sell,2025-10-03 22:48:00,1897.0,2.496,1,leg_gt,0.95,60 -53788,sell_contrast_m10_bb_pos,sell,2025-10-04 01:21:00,1917.0,2.3586,1,leg_gt,0.09,60 -53789,sell_contrast_m10_bb_pos,sell,2025-10-04 01:24:00,1922.0,2.6258,1,leg_gt,0.09,60 -53790,sell_contrast_m10_bb_pos,sell,2025-10-04 01:27:00,1928.0,2.9465,1,leg_gt,0.09,60 -53791,sell_contrast_m10_bb_pos,sell,2025-10-04 15:12:00,1878.0,0.2741,1,leg_gt,0.66,60 -53792,sell_contrast_m10_bb_pos,sell,2025-10-04 15:15:00,1875.0,0.1138,1,leg_gt,0.66,60 -53793,sell_contrast_m10_bb_pos,sell,2025-10-04 15:18:00,1877.0,0.2207,1,leg_gt,0.67,60 -53794,sell_contrast_m10_bb_pos,sell,2025-10-04 22:21:00,1844.0,-1.5431,0,leg_gt,0.96,60 -53795,sell_contrast_m10_bb_pos,sell,2025-10-04 22:24:00,1847.0,-1.3827,0,leg_gt,0.96,60 -53796,sell_contrast_m10_bb_pos,sell,2025-10-04 22:27:00,1845.0,-1.4896,0,leg_gt,0.96,60 -53797,sell_contrast_m10_bb_pos,sell,2025-10-04 22:42:00,1844.0,-1.5431,0,leg_gt,0.98,60 -53798,sell_contrast_m10_bb_pos,sell,2025-10-04 22:45:00,1842.0,-1.65,0,leg_gt,0.98,60 -53799,sell_contrast_m10_bb_pos,sell,2025-10-04 22:48:00,1840.0,-1.7569,0,leg_gt,0.98,60 -53800,sell_contrast_m10_bb_pos,sell,2025-10-05 11:42:00,1813.0,0.9028,1,leg_gt,0.07,60 -53801,sell_contrast_m10_bb_pos,sell,2025-10-05 11:45:00,1812.0,0.8471,1,leg_gt,0.08,60 -53802,sell_contrast_m10_bb_pos,sell,2025-10-05 11:48:00,1816.0,1.0699,1,leg_gt,0.08,60 -53803,sell_contrast_m10_bb_pos,sell,2025-10-05 11:51:00,1822.0,1.4042,1,leg_gt,0.08,60 -53804,sell_contrast_m10_bb_pos,sell,2025-10-05 11:54:00,1818.0,1.1813,1,leg_gt,0.08,60 -53805,sell_contrast_m10_bb_pos,sell,2025-10-05 11:57:00,1823.0,1.4599,1,leg_gt,0.08,60 -53806,sell_contrast_m10_bb_pos,sell,2025-10-05 12:42:00,1825.0,1.5713,1,leg_gt,0.11,60 -53807,sell_contrast_m10_bb_pos,sell,2025-10-05 12:45:00,1832.0,1.9613,1,leg_gt,0.12,60 -53808,sell_contrast_m10_bb_pos,sell,2025-10-05 12:48:00,1831.0,1.9056,1,leg_gt,0.12,60 -53809,sell_contrast_m10_bb_pos,sell,2025-10-05 12:51:00,1829.0,1.7942,1,leg_gt,0.12,60 -53810,sell_contrast_m10_bb_pos,sell,2025-10-05 12:54:00,1827.0,1.6827,1,leg_gt,0.12,60 -53811,sell_contrast_m10_bb_pos,sell,2025-10-05 12:57:00,1824.0,1.5156,1,leg_gt,0.12,60 -53812,sell_contrast_m10_bb_pos,sell,2025-10-05 13:42:00,1835.0,2.1284,1,leg_gt,0.16,60 -53813,sell_contrast_m10_bb_pos,sell,2025-10-05 13:45:00,1839.0,2.3513,1,leg_gt,0.16,60 -53814,sell_contrast_m10_bb_pos,sell,2025-10-05 13:48:00,1852.0,3.0755,1,leg_gt,0.16,60 -53815,sell_contrast_m10_bb_pos,sell,2025-10-05 14:12:00,1847.0,2.7969,1,leg_gt,0.18,60 -53816,sell_contrast_m10_bb_pos,sell,2025-10-05 14:15:00,1849.0,2.9084,1,leg_gt,0.18,60 -53817,sell_contrast_m10_bb_pos,sell,2025-10-05 14:18:00,1853.0,3.1312,1,leg_gt,0.18,60 -53818,sell_contrast_m10_bb_pos,sell,2025-10-05 14:21:00,1857.0,3.354,1,leg_gt,0.18,60 -53819,sell_contrast_m10_bb_pos,sell,2025-10-05 14:24:00,1857.0,3.354,1,leg_gt,0.19,60 -53820,sell_contrast_m10_bb_pos,sell,2025-10-05 14:27:00,1863.0,3.6883,1,leg_gt,0.19,60 -53821,sell_contrast_m10_bb_pos,sell,2025-10-05 14:42:00,1861.0,3.5769,1,leg_gt,0.2,60 -53822,sell_contrast_m10_bb_pos,sell,2025-10-05 14:45:00,1859.0,3.4655,1,leg_gt,0.2,60 -53823,sell_contrast_m10_bb_pos,sell,2025-10-05 14:48:00,1851.0,3.0198,1,leg_gt,0.2,60 -53824,sell_contrast_m10_bb_pos,sell,2025-10-05 16:12:00,1868.0,3.9669,1,leg_gt,0.26,60 -53825,sell_contrast_m10_bb_pos,sell,2025-10-05 16:15:00,1869.0,4.0226,1,leg_gt,0.26,60 -53826,sell_contrast_m10_bb_pos,sell,2025-10-05 16:18:00,1875.0,4.3568,1,leg_gt,0.26,60 -53827,sell_contrast_m10_bb_pos,sell,2025-10-05 16:21:00,1879.0,4.5797,1,leg_gt,0.27,60 -53828,sell_contrast_m10_bb_pos,sell,2025-10-05 16:24:00,1870.0,4.0783,1,leg_gt,0.27,60 -53829,sell_contrast_m10_bb_pos,sell,2025-10-05 16:27:00,1870.0,4.0783,1,leg_gt,0.27,60 -53830,sell_contrast_m10_bb_pos,sell,2025-10-05 16:51:00,1871.0,4.134,1,leg_gt,0.29,60 -53831,sell_contrast_m10_bb_pos,sell,2025-10-05 16:54:00,1870.0,4.0783,1,leg_gt,0.29,60 -53832,sell_contrast_m10_bb_pos,sell,2025-10-05 16:57:00,1872.0,4.1897,1,leg_gt,0.29,60 -53833,sell_contrast_m10_bb_pos,sell,2025-10-05 17:00:00,1874.0,4.3011,1,leg_gt,0.29,60 -53834,sell_contrast_m10_bb_pos,sell,2025-10-05 17:03:00,1877.0,4.4682,1,leg_gt,0.3,60 -53835,sell_contrast_m10_bb_pos,sell,2025-10-05 17:06:00,1871.0,4.134,1,leg_gt,0.3,60 -53836,sell_contrast_m10_bb_pos,sell,2025-10-05 17:09:00,1869.0,4.0226,1,leg_gt,0.3,60 -53837,sell_contrast_m10_bb_pos,sell,2025-10-05 23:21:00,1836.0,2.1841,1,leg_gt,0.56,60 -53838,sell_contrast_m10_bb_pos,sell,2025-10-05 23:24:00,1835.0,2.1284,1,leg_gt,0.56,60 -53839,sell_contrast_m10_bb_pos,sell,2025-10-05 23:27:00,1837.0,2.2398,1,leg_gt,0.56,60 -53840,sell_contrast_m10_bb_pos,sell,2025-10-05 23:30:00,1838.0,2.2955,1,leg_gt,0.56,60 -53841,sell_contrast_m10_bb_pos,sell,2025-10-05 23:33:00,1835.0,2.1284,1,leg_gt,0.57,60 -53842,sell_contrast_m10_bb_pos,sell,2025-10-05 23:36:00,1828.0,1.7384,1,leg_gt,0.57,60 -53843,sell_contrast_m10_bb_pos,sell,2025-10-05 23:39:00,1822.0,1.4042,1,leg_gt,0.57,60 -53844,sell_contrast_m10_bb_pos,sell,2025-10-06 00:21:00,1840.0,2.407,1,leg_gt,0.6,60 -53845,sell_contrast_m10_bb_pos,sell,2025-10-06 00:24:00,1841.0,2.4627,1,leg_gt,0.6,60 -53846,sell_contrast_m10_bb_pos,sell,2025-10-06 00:27:00,1840.0,2.407,1,leg_gt,0.6,60 -53847,sell_contrast_m10_bb_pos,sell,2025-10-06 01:00:00,1845.0,2.6855,1,leg_gt,0.63,60 -53848,sell_contrast_m10_bb_pos,sell,2025-10-06 01:03:00,1845.0,2.6855,1,leg_gt,0.63,60 -53849,sell_contrast_m10_bb_pos,sell,2025-10-06 01:06:00,1840.0,2.407,1,leg_gt,0.63,60 -53850,sell_contrast_m10_bb_pos,sell,2025-10-06 01:09:00,1841.0,2.4627,1,leg_gt,0.63,60 -53851,sell_contrast_m10_bb_pos,sell,2025-10-06 01:12:00,1844.0,2.6298,1,leg_gt,0.64,60 -53852,sell_contrast_m10_bb_pos,sell,2025-10-06 01:15:00,1840.0,2.407,1,leg_gt,0.64,60 -53853,sell_contrast_m10_bb_pos,sell,2025-10-06 01:18:00,1839.0,2.3513,1,leg_gt,0.64,60 -53854,sell_contrast_m10_bb_pos,sell,2025-10-06 10:42:00,1815.0,1.1835,1,leg_gt,0.03,60 -53855,sell_contrast_m10_bb_pos,sell,2025-10-06 10:45:00,1806.0,0.6812,1,leg_gt,0.03,60 -53856,sell_contrast_m10_bb_pos,sell,2025-10-06 10:48:00,1808.0,0.7929,1,leg_gt,0.03,60 -53857,sell_contrast_m10_bb_pos,sell,2025-10-06 11:51:00,1821.0,1.5183,1,leg_gt,0.08,60 -53858,sell_contrast_m10_bb_pos,sell,2025-10-06 11:54:00,1812.0,1.0161,1,leg_gt,0.08,60 -53859,sell_contrast_m10_bb_pos,sell,2025-10-06 11:57:00,1809.0,0.8487,1,leg_gt,0.08,60 -53860,sell_contrast_m10_bb_pos,sell,2025-10-06 15:42:00,1807.0,0.7371,1,leg_gt,0.24,60 -53861,sell_contrast_m10_bb_pos,sell,2025-10-06 15:45:00,1807.0,0.7371,1,leg_gt,0.24,60 -53862,sell_contrast_m10_bb_pos,sell,2025-10-06 15:48:00,1805.0,0.6254,1,leg_gt,0.24,60 -53863,sell_contrast_m10_bb_pos,sell,2025-10-06 20:30:00,1806.0,0.6812,1,leg_gt,0.44,60 -53864,sell_contrast_m10_bb_pos,sell,2025-10-06 20:33:00,1799.0,0.2906,1,leg_gt,0.44,60 -53865,sell_contrast_m10_bb_pos,sell,2025-10-06 20:36:00,1801.0,0.4022,1,leg_gt,0.44,60 -53866,sell_contrast_m10_bb_pos,sell,2025-10-06 20:39:00,1802.0,0.458,1,leg_gt,0.44,60 -53867,sell_contrast_m10_bb_pos,sell,2025-10-06 21:30:00,1807.0,0.7371,1,leg_gt,0.48,60 -53868,sell_contrast_m10_bb_pos,sell,2025-10-06 21:33:00,1806.0,0.6812,1,leg_gt,0.48,60 -53869,sell_contrast_m10_bb_pos,sell,2025-10-06 21:36:00,1806.0,0.6812,1,leg_gt,0.48,60 -53870,sell_contrast_m10_bb_pos,sell,2025-10-06 21:39:00,1807.0,0.7371,1,leg_gt,0.49,60 -53871,sell_contrast_m10_bb_pos,sell,2025-10-06 21:51:00,1808.0,0.7929,1,leg_gt,0.49,60 -53872,sell_contrast_m10_bb_pos,sell,2025-10-06 21:54:00,1808.0,0.7929,1,leg_gt,0.5,60 -53873,sell_contrast_m10_bb_pos,sell,2025-10-06 21:57:00,1807.0,0.7371,1,leg_gt,0.5,60 -53874,sell_contrast_m10_bb_pos,sell,2025-10-06 22:00:00,1808.0,0.7929,1,leg_gt,0.5,60 -53875,sell_contrast_m10_bb_pos,sell,2025-10-06 22:03:00,1808.0,0.7929,1,leg_gt,0.5,60 -53876,sell_contrast_m10_bb_pos,sell,2025-10-06 22:06:00,1813.0,1.0719,1,leg_gt,0.5,60 -53877,sell_contrast_m10_bb_pos,sell,2025-10-06 22:09:00,1814.0,1.1277,1,leg_gt,0.51,60 -53878,sell_contrast_m10_bb_pos,sell,2025-10-06 22:30:00,1813.0,1.0719,1,leg_gt,0.52,60 -53879,sell_contrast_m10_bb_pos,sell,2025-10-06 22:33:00,1809.0,0.8487,1,leg_gt,0.52,60 -53880,sell_contrast_m10_bb_pos,sell,2025-10-06 22:36:00,1811.0,0.9603,1,leg_gt,0.52,60 -53881,sell_contrast_m10_bb_pos,sell,2025-10-06 22:39:00,1822.0,1.5741,1,leg_gt,0.53,60 -53882,sell_contrast_m10_bb_pos,sell,2025-10-06 22:51:00,1817.0,1.2951,1,leg_gt,0.54,60 -53883,sell_contrast_m10_bb_pos,sell,2025-10-06 22:54:00,1820.0,1.4625,1,leg_gt,0.54,60 -53884,sell_contrast_m10_bb_pos,sell,2025-10-06 22:57:00,1823.0,1.6299,1,leg_gt,0.54,60 -53885,sell_contrast_m10_bb_pos,sell,2025-10-07 02:30:00,1858.0,3.583,1,leg_gt,0.69,60 -53886,sell_contrast_m10_bb_pos,sell,2025-10-07 02:33:00,1860.0,3.6946,1,leg_gt,0.69,60 -53887,sell_contrast_m10_bb_pos,sell,2025-10-07 02:36:00,1852.0,3.2482,1,leg_gt,0.69,60 -53888,sell_contrast_m10_bb_pos,sell,2025-10-07 02:39:00,1852.0,3.2482,1,leg_gt,0.69,60 -53889,sell_contrast_m10_bb_pos,sell,2025-10-07 03:12:00,1860.0,3.6946,1,leg_gt,0.72,60 -53890,sell_contrast_m10_bb_pos,sell,2025-10-07 03:15:00,1864.0,3.9179,1,leg_gt,0.72,60 -53891,sell_contrast_m10_bb_pos,sell,2025-10-07 03:18:00,1863.0,3.8621,1,leg_gt,0.72,60 -53892,sell_contrast_m10_bb_pos,sell,2025-10-07 03:21:00,1865.0,3.9737,1,leg_gt,0.72,60 -53893,sell_contrast_m10_bb_pos,sell,2025-10-07 03:24:00,1866.0,4.0295,1,leg_gt,0.72,60 -53894,sell_contrast_m10_bb_pos,sell,2025-10-07 03:27:00,1865.0,3.9737,1,leg_gt,0.73,60 -53895,sell_contrast_m10_bb_pos,sell,2025-10-07 03:30:00,1866.0,4.0295,1,leg_gt,0.73,60 -53896,sell_contrast_m10_bb_pos,sell,2025-10-07 03:33:00,1864.0,3.9179,1,leg_gt,0.73,60 -53897,sell_contrast_m10_bb_pos,sell,2025-10-07 03:36:00,1864.0,3.9179,1,leg_gt,0.73,60 -53898,sell_contrast_m10_bb_pos,sell,2025-10-07 03:39:00,1861.0,3.7504,1,leg_gt,0.74,60 -53899,sell_contrast_m10_bb_pos,sell,2025-10-07 04:00:00,1869.0,4.1969,1,leg_gt,0.75,60 -53900,sell_contrast_m10_bb_pos,sell,2025-10-07 04:03:00,1868.0,4.1411,1,leg_gt,0.75,60 -53901,sell_contrast_m10_bb_pos,sell,2025-10-07 04:06:00,1864.0,3.9179,1,leg_gt,0.75,60 -53902,sell_contrast_m10_bb_pos,sell,2025-10-07 04:09:00,1862.0,3.8062,1,leg_gt,0.76,60 -53903,sell_contrast_m10_bb_pos,sell,2025-10-07 05:12:00,1871.0,4.3085,1,leg_gt,0.8,60 -53904,sell_contrast_m10_bb_pos,sell,2025-10-07 05:15:00,1869.0,4.1969,1,leg_gt,0.8,60 -53905,sell_contrast_m10_bb_pos,sell,2025-10-07 05:18:00,1865.0,3.9737,1,leg_gt,0.8,60 -53906,sell_contrast_m10_bb_pos,sell,2025-10-07 07:00:00,1874.0,4.4759,1,leg_gt,0.88,60 -53907,sell_contrast_m10_bb_pos,sell,2025-10-07 07:03:00,1880.0,4.8107,1,leg_gt,0.88,60 -53908,sell_contrast_m10_bb_pos,sell,2025-10-07 07:06:00,1878.0,4.6991,1,leg_gt,0.88,60 -53909,sell_contrast_m10_bb_pos,sell,2025-10-07 07:09:00,1881.0,4.8665,1,leg_gt,0.88,60 -53910,sell_contrast_m10_bb_pos,sell,2025-10-07 07:21:00,1876.0,4.5875,1,leg_gt,0.89,60 -53911,sell_contrast_m10_bb_pos,sell,2025-10-07 07:24:00,1874.0,4.4759,1,leg_gt,0.89,60 -53912,sell_contrast_m10_bb_pos,sell,2025-10-07 07:27:00,1871.0,4.3085,1,leg_gt,0.89,60 -53913,sell_contrast_m10_bb_pos,sell,2025-10-07 10:42:00,1874.0,4.4759,1,leg_gt,1.03,60 -53914,sell_contrast_m10_bb_pos,sell,2025-10-07 10:45:00,1872.0,4.3643,1,leg_gt,1.03,60 -53915,sell_contrast_m10_bb_pos,sell,2025-10-07 10:48:00,1873.0,4.4201,1,leg_gt,1.03,60 -53916,sell_contrast_m10_bb_pos,sell,2025-10-07 11:00:00,1874.0,4.4759,1,leg_gt,1.04,60 -53917,sell_contrast_m10_bb_pos,sell,2025-10-07 11:03:00,1874.0,4.4759,1,leg_gt,1.04,60 -53918,sell_contrast_m10_bb_pos,sell,2025-10-07 11:06:00,1872.0,4.3643,1,leg_gt,1.05,60 -53919,sell_contrast_m10_bb_pos,sell,2025-10-07 11:09:00,1868.0,4.1411,1,leg_gt,1.05,60 -53920,sell_contrast_m10_bb_pos,sell,2025-10-07 12:21:00,1874.0,4.4759,1,leg_gt,1.1,60 -53921,sell_contrast_m10_bb_pos,sell,2025-10-07 12:24:00,1869.0,4.1969,1,leg_gt,1.1,60 -53922,sell_contrast_m10_bb_pos,sell,2025-10-07 12:27:00,1864.0,3.9179,1,leg_gt,1.1,60 -53923,sell_contrast_m10_bb_pos,sell,2025-10-07 14:51:00,1883.0,4.9781,1,leg_gt,1.2,60 -53924,sell_contrast_m10_bb_pos,sell,2025-10-07 14:54:00,1881.0,4.8665,1,leg_gt,1.2,60 -53925,sell_contrast_m10_bb_pos,sell,2025-10-07 14:57:00,1886.0,5.1455,1,leg_gt,1.21,60 -53926,sell_contrast_m10_bb_pos,sell,2025-10-07 15:12:00,1881.0,4.8665,1,leg_gt,1.22,60 -53927,sell_contrast_m10_bb_pos,sell,2025-10-07 15:15:00,1890.0,5.3688,1,leg_gt,1.22,60 -53928,sell_contrast_m10_bb_pos,sell,2025-10-07 15:18:00,1887.0,5.2013,1,leg_gt,1.22,60 -53929,sell_contrast_m10_bb_pos,sell,2025-10-07 21:51:00,1830.0,2.0205,1,leg_gt,1.49,60 -53930,sell_contrast_m10_bb_pos,sell,2025-10-07 21:54:00,1835.0,2.2996,1,leg_gt,1.5,60 -53931,sell_contrast_m10_bb_pos,sell,2025-10-07 21:57:00,1839.0,2.5228,1,leg_gt,1.5,60 -53932,sell_contrast_m10_bb_pos,sell,2025-10-08 05:12:00,1756.0,-2.1089,0,leg_gt,1.8,60 -53933,sell_contrast_m10_bb_pos,sell,2025-10-08 05:15:00,1756.0,-2.1089,0,leg_gt,1.8,60 -53934,sell_contrast_m10_bb_pos,sell,2025-10-08 05:18:00,1754.0,-2.2205,0,leg_gt,1.8,60 -53935,sell_contrast_m10_bb_pos,sell,2025-10-08 05:21:00,1756.0,-2.1089,0,leg_gt,1.81,60 -53936,sell_contrast_m10_bb_pos,sell,2025-10-08 05:24:00,1755.0,-2.1647,0,leg_gt,1.81,60 -53937,sell_contrast_m10_bb_pos,sell,2025-10-08 05:27:00,1759.0,-1.9415,0,leg_gt,1.81,60 -53938,sell_contrast_m10_bb_pos,sell,2025-10-08 06:00:00,1760.0,-1.8857,0,leg_gt,1.83,60 -53939,sell_contrast_m10_bb_pos,sell,2025-10-08 06:03:00,1760.0,-1.8857,0,leg_gt,1.84,60 -53940,sell_contrast_m10_bb_pos,sell,2025-10-08 06:06:00,1761.0,-1.8299,0,leg_gt,1.84,60 -53941,sell_contrast_m10_bb_pos,sell,2025-10-08 06:09:00,1762.0,-1.7741,0,leg_gt,1.84,60 -53942,sell_contrast_m10_bb_pos,sell,2025-10-08 06:12:00,1765.0,-1.6067,0,leg_gt,1.84,60 -53943,sell_contrast_m10_bb_pos,sell,2025-10-08 06:15:00,1764.0,-1.6625,0,leg_gt,1.84,60 -53944,sell_contrast_m10_bb_pos,sell,2025-10-08 06:18:00,1767.0,-1.4951,0,leg_gt,1.85,60 -53945,sell_contrast_m10_bb_pos,sell,2025-10-08 06:21:00,1766.0,-1.5509,0,leg_gt,1.85,60 -53946,sell_contrast_m10_bb_pos,sell,2025-10-08 06:24:00,1767.0,-1.4951,0,leg_gt,1.85,60 -53947,sell_contrast_m10_bb_pos,sell,2025-10-08 06:27:00,1764.0,-1.6625,0,leg_gt,1.85,60 -53948,sell_contrast_m10_bb_pos,sell,2025-10-08 06:30:00,1764.0,-1.6625,0,leg_gt,1.85,60 -53949,sell_contrast_m10_bb_pos,sell,2025-10-08 06:33:00,1763.0,-1.7183,0,leg_gt,1.86,60 -53950,sell_contrast_m10_bb_pos,sell,2025-10-08 06:36:00,1761.0,-1.8299,0,leg_gt,1.86,60 -53951,sell_contrast_m10_bb_pos,sell,2025-10-08 06:39:00,1759.0,-1.9415,0,leg_gt,1.86,60 -53952,sell_contrast_m10_bb_pos,sell,2025-10-08 11:30:00,1750.0,-2.4438,0,leg_gt,2.06,60 -53953,sell_contrast_m10_bb_pos,sell,2025-10-08 11:33:00,1747.0,-2.6112,0,leg_gt,2.06,60 -53954,sell_contrast_m10_bb_pos,sell,2025-10-08 11:36:00,1748.0,-2.5554,0,leg_gt,2.07,60 -53955,sell_contrast_m10_bb_pos,sell,2025-10-08 11:39:00,1747.0,-2.6112,0,leg_gt,2.07,60 -53956,sell_contrast_m10_bb_pos,sell,2025-10-08 16:51:00,1721.0,-4.0621,0,leg_gt,2.29,60 -53957,sell_contrast_m10_bb_pos,sell,2025-10-08 16:54:00,1722.0,-4.0062,0,leg_gt,2.29,60 -53958,sell_contrast_m10_bb_pos,sell,2025-10-08 16:57:00,1724.0,-3.8946,0,leg_gt,2.29,60 -53959,sell_contrast_m10_bb_pos,sell,2025-10-08 17:30:00,1725.0,-3.8388,0,leg_gt,2.31,60 -53960,sell_contrast_m10_bb_pos,sell,2025-10-08 17:33:00,1729.0,-3.6156,0,leg_gt,2.31,60 -53961,sell_contrast_m10_bb_pos,sell,2025-10-08 17:36:00,1732.0,-3.4482,0,leg_gt,2.32,60 -53962,sell_contrast_m10_bb_pos,sell,2025-10-08 17:39:00,1731.0,-3.504,0,leg_gt,2.32,60 -53963,sell_contrast_m10_bb_pos,sell,2025-10-08 17:51:00,1733.0,-3.3924,0,leg_gt,2.33,60 -53964,sell_contrast_m10_bb_pos,sell,2025-10-08 17:54:00,1730.0,-3.5598,0,leg_gt,2.33,60 -53965,sell_contrast_m10_bb_pos,sell,2025-10-08 17:57:00,1727.0,-3.7272,0,leg_gt,2.33,60 -53966,sell_contrast_m10_bb_pos,sell,2025-10-08 18:00:00,1732.0,-3.4482,0,leg_gt,2.33,60 -53967,sell_contrast_m10_bb_pos,sell,2025-10-08 18:03:00,1734.0,-3.3366,0,leg_gt,2.34,60 -53968,sell_contrast_m10_bb_pos,sell,2025-10-08 18:06:00,1731.0,-3.504,0,leg_gt,2.34,60 -53969,sell_contrast_m10_bb_pos,sell,2025-10-08 18:09:00,1732.0,-3.4482,0,leg_gt,2.34,60 -53970,sell_contrast_m10_bb_pos,sell,2025-10-08 23:21:00,1730.0,1.4258,1,leg_gt,0.09,60 -53971,sell_contrast_m10_bb_pos,sell,2025-10-08 23:24:00,1726.0,1.1911,1,leg_gt,0.1,60 -53972,sell_contrast_m10_bb_pos,sell,2025-10-08 23:27:00,1724.0,1.0737,1,leg_gt,0.1,60 -53973,sell_contrast_m10_bb_pos,sell,2025-10-09 01:12:00,1738.0,1.8953,1,leg_gt,0.17,60 -53974,sell_contrast_m10_bb_pos,sell,2025-10-09 01:15:00,1741.0,2.0714,1,leg_gt,0.17,60 -53975,sell_contrast_m10_bb_pos,sell,2025-10-09 01:18:00,1739.0,1.954,1,leg_gt,0.18,60 -53976,sell_contrast_m10_bb_pos,sell,2025-10-09 01:30:00,1737.0,1.8366,1,leg_gt,0.18,60 -53977,sell_contrast_m10_bb_pos,sell,2025-10-09 01:33:00,1734.0,1.6606,1,leg_gt,0.19,60 -53978,sell_contrast_m10_bb_pos,sell,2025-10-09 01:36:00,1735.0,1.7192,1,leg_gt,0.19,60 -53979,sell_contrast_m10_bb_pos,sell,2025-10-09 01:39:00,1737.0,1.8366,1,leg_gt,0.19,60 -53980,sell_contrast_m10_bb_pos,sell,2025-10-09 01:42:00,1737.0,1.8366,1,leg_gt,0.19,60 -53981,sell_contrast_m10_bb_pos,sell,2025-10-09 01:45:00,1738.0,1.8953,1,leg_gt,0.19,60 -53982,sell_contrast_m10_bb_pos,sell,2025-10-09 01:48:00,1736.0,1.7779,1,leg_gt,0.2,60 -53983,sell_contrast_m10_bb_pos,sell,2025-10-09 02:42:00,1763.0,3.3624,1,leg_gt,0.23,60 -53984,sell_contrast_m10_bb_pos,sell,2025-10-09 02:45:00,1768.0,3.6559,1,leg_gt,0.24,60 -53985,sell_contrast_m10_bb_pos,sell,2025-10-09 02:48:00,1768.0,3.6559,1,leg_gt,0.24,60 -53986,sell_contrast_m10_bb_pos,sell,2025-10-09 02:51:00,1783.0,4.5362,1,leg_gt,0.24,60 -53987,sell_contrast_m10_bb_pos,sell,2025-10-09 02:54:00,1790.0,4.9469,1,leg_gt,0.24,60 -53988,sell_contrast_m10_bb_pos,sell,2025-10-09 02:57:00,1791.0,5.0056,1,leg_gt,0.24,60 -53989,sell_contrast_m10_bb_pos,sell,2025-10-09 03:12:00,1791.0,5.0056,1,leg_gt,0.25,60 -53990,sell_contrast_m10_bb_pos,sell,2025-10-09 03:15:00,1791.0,5.0056,1,leg_gt,0.26,60 -53991,sell_contrast_m10_bb_pos,sell,2025-10-09 03:18:00,1792.0,5.0643,1,leg_gt,0.26,60 -53992,sell_contrast_m10_bb_pos,sell,2025-10-09 03:51:00,1809.0,6.062,1,leg_gt,0.28,60 -53993,sell_contrast_m10_bb_pos,sell,2025-10-09 03:54:00,1820.0,6.7075,1,leg_gt,0.28,60 -53994,sell_contrast_m10_bb_pos,sell,2025-10-09 03:57:00,1822.0,6.8249,1,leg_gt,0.29,60 -53995,sell_contrast_m10_bb_pos,sell,2025-10-09 04:00:00,1819.0,6.6488,1,leg_gt,0.29,60 -53996,sell_contrast_m10_bb_pos,sell,2025-10-09 04:03:00,1822.0,6.8249,1,leg_gt,0.29,60 -53997,sell_contrast_m10_bb_pos,sell,2025-10-09 04:06:00,1822.0,6.8249,1,leg_gt,0.29,60 -53998,sell_contrast_m10_bb_pos,sell,2025-10-09 04:09:00,1819.0,6.6488,1,leg_gt,0.29,60 -53999,sell_contrast_m10_bb_pos,sell,2025-10-09 04:12:00,1813.0,6.2967,1,leg_gt,0.3,60 -54000,sell_contrast_m10_bb_pos,sell,2025-10-09 04:15:00,1816.0,6.4728,1,leg_gt,0.3,60 -54001,sell_contrast_m10_bb_pos,sell,2025-10-09 04:18:00,1809.0,6.062,1,leg_gt,0.3,60 -54002,sell_contrast_m10_bb_pos,sell,2025-10-09 06:30:00,1842.0,7.9986,1,leg_gt,0.39,60 -54003,sell_contrast_m10_bb_pos,sell,2025-10-09 06:33:00,1840.0,7.8812,1,leg_gt,0.39,60 -54004,sell_contrast_m10_bb_pos,sell,2025-10-09 06:36:00,1835.0,7.5878,1,leg_gt,0.4,60 -54005,sell_contrast_m10_bb_pos,sell,2025-10-09 06:39:00,1840.0,7.8812,1,leg_gt,0.4,60 -54006,sell_contrast_m10_bb_pos,sell,2025-10-09 06:42:00,1842.0,7.9986,1,leg_gt,0.4,60 -54007,sell_contrast_m10_bb_pos,sell,2025-10-09 06:45:00,1839.0,7.8225,1,leg_gt,0.4,60 -54008,sell_contrast_m10_bb_pos,sell,2025-10-09 06:48:00,1833.0,7.4704,1,leg_gt,0.4,60 -54009,sell_contrast_m10_bb_pos,sell,2025-10-09 08:21:00,1838.0,7.7638,1,leg_gt,0.47,60 -54010,sell_contrast_m10_bb_pos,sell,2025-10-09 08:24:00,1834.0,7.5291,1,leg_gt,0.47,60 -54011,sell_contrast_m10_bb_pos,sell,2025-10-09 08:27:00,1834.0,7.5291,1,leg_gt,0.47,60 -54012,sell_contrast_m10_bb_pos,sell,2025-10-09 09:00:00,1844.0,8.116,1,leg_gt,0.5,60 -54013,sell_contrast_m10_bb_pos,sell,2025-10-09 09:03:00,1839.0,7.8225,1,leg_gt,0.5,60 -54014,sell_contrast_m10_bb_pos,sell,2025-10-09 09:06:00,1840.0,7.8812,1,leg_gt,0.5,60 -54015,sell_contrast_m10_bb_pos,sell,2025-10-09 09:09:00,1839.0,7.8225,1,leg_gt,0.5,60 -54016,sell_contrast_m10_bb_pos,sell,2025-10-09 21:21:00,1766.0,3.5385,1,leg_gt,1.01,60 -54017,sell_contrast_m10_bb_pos,sell,2025-10-09 21:24:00,1770.0,3.7732,1,leg_gt,1.01,60 -54018,sell_contrast_m10_bb_pos,sell,2025-10-09 21:27:00,1766.0,3.5385,1,leg_gt,1.01,60 -54019,sell_contrast_m10_bb_pos,sell,2025-10-09 21:30:00,1766.0,3.5385,1,leg_gt,1.02,60 -54020,sell_contrast_m10_bb_pos,sell,2025-10-09 21:33:00,1772.0,3.8906,1,leg_gt,1.02,60 -54021,sell_contrast_m10_bb_pos,sell,2025-10-09 21:36:00,1768.0,3.6559,1,leg_gt,1.02,60 -54022,sell_contrast_m10_bb_pos,sell,2025-10-09 21:39:00,1770.0,3.7732,1,leg_gt,1.02,60 -54023,sell_contrast_m10_bb_pos,sell,2025-10-09 22:00:00,1769.0,3.7146,1,leg_gt,1.04,60 -54024,sell_contrast_m10_bb_pos,sell,2025-10-09 22:03:00,1771.0,3.8319,1,leg_gt,1.04,60 -54025,sell_contrast_m10_bb_pos,sell,2025-10-09 22:06:00,1765.0,3.4798,1,leg_gt,1.04,60 -54026,sell_contrast_m10_bb_pos,sell,2025-10-09 22:09:00,1763.0,3.3624,1,leg_gt,1.04,60 -54027,sell_contrast_m10_bb_pos,sell,2025-10-10 02:12:00,1764.0,1.9833,1,leg_gt,0.11,60 -54028,sell_contrast_m10_bb_pos,sell,2025-10-10 02:15:00,1759.0,1.694,1,leg_gt,0.11,60 -54029,sell_contrast_m10_bb_pos,sell,2025-10-10 02:18:00,1755.0,1.4625,1,leg_gt,0.11,60 -54030,sell_contrast_m10_bb_pos,sell,2025-10-10 02:42:00,1762.0,1.8676,1,leg_gt,0.13,60 -54031,sell_contrast_m10_bb_pos,sell,2025-10-10 02:45:00,1755.0,1.4625,1,leg_gt,0.13,60 -54032,sell_contrast_m10_bb_pos,sell,2025-10-10 02:48:00,1759.0,1.694,1,leg_gt,0.14,60 -54033,sell_contrast_m10_bb_pos,sell,2025-10-10 03:00:00,1766.0,2.0991,1,leg_gt,0.14,60 -54034,sell_contrast_m10_bb_pos,sell,2025-10-10 03:03:00,1765.0,2.0412,1,leg_gt,0.15,60 -54035,sell_contrast_m10_bb_pos,sell,2025-10-10 03:06:00,1763.0,1.9255,1,leg_gt,0.15,60 -54036,sell_contrast_m10_bb_pos,sell,2025-10-10 03:09:00,1759.0,1.694,1,leg_gt,0.15,60 -54037,sell_contrast_m10_bb_pos,sell,2025-10-10 06:21:00,1761.0,1.8097,1,leg_gt,0.28,60 -54038,sell_contrast_m10_bb_pos,sell,2025-10-10 06:24:00,1760.0,1.7519,1,leg_gt,0.29,60 -54039,sell_contrast_m10_bb_pos,sell,2025-10-10 06:27:00,1756.0,1.5204,1,leg_gt,0.29,60 -54040,sell_contrast_m10_bb_pos,sell,2025-10-10 10:30:00,1782.0,3.025,1,leg_gt,0.46,60 -54041,sell_contrast_m10_bb_pos,sell,2025-10-10 10:33:00,1783.0,3.0829,1,leg_gt,0.46,60 -54042,sell_contrast_m10_bb_pos,sell,2025-10-10 10:36:00,1781.0,2.9671,1,leg_gt,0.46,60 -54043,sell_contrast_m10_bb_pos,sell,2025-10-10 10:39:00,1779.0,2.8514,1,leg_gt,0.46,60 -54044,sell_contrast_m10_bb_pos,sell,2025-10-10 10:42:00,1778.0,2.7935,1,leg_gt,0.46,60 -54045,sell_contrast_m10_bb_pos,sell,2025-10-10 10:45:00,1780.0,2.9093,1,leg_gt,0.47,60 -54046,sell_contrast_m10_bb_pos,sell,2025-10-10 10:48:00,1780.0,2.9093,1,leg_gt,0.47,60 -54047,sell_contrast_m10_bb_pos,sell,2025-10-10 10:51:00,1782.0,3.025,1,leg_gt,0.47,60 -54048,sell_contrast_m10_bb_pos,sell,2025-10-10 10:54:00,1783.0,3.0829,1,leg_gt,0.47,60 -54049,sell_contrast_m10_bb_pos,sell,2025-10-10 10:57:00,1782.0,3.025,1,leg_gt,0.48,60 -54050,sell_contrast_m10_bb_pos,sell,2025-10-10 11:12:00,1797.0,3.8931,1,leg_gt,0.49,60 -54051,sell_contrast_m10_bb_pos,sell,2025-10-10 11:15:00,1806.0,4.4139,1,leg_gt,0.49,60 -54052,sell_contrast_m10_bb_pos,sell,2025-10-10 11:18:00,1806.0,4.4139,1,leg_gt,0.49,60 -54053,sell_contrast_m10_bb_pos,sell,2025-10-10 11:30:00,1799.0,4.0088,1,leg_gt,0.5,60 -54054,sell_contrast_m10_bb_pos,sell,2025-10-10 11:33:00,1798.0,3.9509,1,leg_gt,0.5,60 -54055,sell_contrast_m10_bb_pos,sell,2025-10-10 11:36:00,1796.0,3.8352,1,leg_gt,0.5,60 -54056,sell_contrast_m10_bb_pos,sell,2025-10-10 11:39:00,1789.0,3.4301,1,leg_gt,0.5,60 -54057,sell_contrast_m10_bb_pos,sell,2025-10-10 12:51:00,1820.0,5.2241,1,leg_gt,0.55,60 -54058,sell_contrast_m10_bb_pos,sell,2025-10-10 12:54:00,1815.0,4.9347,1,leg_gt,0.56,60 -54059,sell_contrast_m10_bb_pos,sell,2025-10-10 12:57:00,1817.0,5.0505,1,leg_gt,0.56,60 -54060,sell_contrast_m10_bb_pos,sell,2025-10-10 13:00:00,1822.0,5.3398,1,leg_gt,0.56,60 -54061,sell_contrast_m10_bb_pos,sell,2025-10-10 13:03:00,1822.0,5.3398,1,leg_gt,0.56,60 -54062,sell_contrast_m10_bb_pos,sell,2025-10-10 13:06:00,1814.0,4.8769,1,leg_gt,0.56,60 -54063,sell_contrast_m10_bb_pos,sell,2025-10-10 13:09:00,1819.0,5.1662,1,leg_gt,0.57,60 -54064,sell_contrast_m10_bb_pos,sell,2025-10-10 13:42:00,1833.0,5.9764,1,leg_gt,0.59,60 -54065,sell_contrast_m10_bb_pos,sell,2025-10-10 13:45:00,1831.0,5.8606,1,leg_gt,0.59,60 -54066,sell_contrast_m10_bb_pos,sell,2025-10-10 13:48:00,1835.0,6.0921,1,leg_gt,0.59,60 -54067,sell_contrast_m10_bb_pos,sell,2025-10-10 13:51:00,1834.0,6.0343,1,leg_gt,0.6,60 -54068,sell_contrast_m10_bb_pos,sell,2025-10-10 13:54:00,1834.0,6.0343,1,leg_gt,0.6,60 -54069,sell_contrast_m10_bb_pos,sell,2025-10-10 13:57:00,1833.0,5.9764,1,leg_gt,0.6,60 -54070,sell_contrast_m10_bb_pos,sell,2025-10-10 19:51:00,1817.0,1.6357,1,leg_gt,0.14,60 -54071,sell_contrast_m10_bb_pos,sell,2025-10-10 19:54:00,1815.0,1.5237,1,leg_gt,0.14,60 -54072,sell_contrast_m10_bb_pos,sell,2025-10-10 19:57:00,1819.0,1.7477,1,leg_gt,0.14,60 -54073,sell_contrast_m10_bb_pos,sell,2025-10-10 20:30:00,1818.0,1.6917,1,leg_gt,0.16,60 -54074,sell_contrast_m10_bb_pos,sell,2025-10-10 20:33:00,1819.0,1.7477,1,leg_gt,0.16,60 -54075,sell_contrast_m10_bb_pos,sell,2025-10-10 20:36:00,1820.0,1.8037,1,leg_gt,0.17,60 -54076,sell_contrast_m10_bb_pos,sell,2025-10-10 20:39:00,1827.0,2.1956,1,leg_gt,0.17,60 -54077,sell_contrast_m10_bb_pos,sell,2025-10-10 21:21:00,1846.0,3.2595,1,leg_gt,0.2,60 -54078,sell_contrast_m10_bb_pos,sell,2025-10-10 21:24:00,1845.0,3.2035,1,leg_gt,0.2,60 -54079,sell_contrast_m10_bb_pos,sell,2025-10-10 21:27:00,1844.0,3.1475,1,leg_gt,0.2,60 -54080,sell_contrast_m10_bb_pos,sell,2025-10-10 21:30:00,1848.0,3.3714,1,leg_gt,0.2,60 -54081,sell_contrast_m10_bb_pos,sell,2025-10-10 21:33:00,1852.0,3.5954,1,leg_gt,0.21,60 -54082,sell_contrast_m10_bb_pos,sell,2025-10-10 21:36:00,1853.0,3.6514,1,leg_gt,0.21,60 -54083,sell_contrast_m10_bb_pos,sell,2025-10-10 21:39:00,1844.0,3.1475,1,leg_gt,0.21,60 -54084,sell_contrast_m10_bb_pos,sell,2025-10-10 21:42:00,1854.0,3.7074,1,leg_gt,0.21,60 -54085,sell_contrast_m10_bb_pos,sell,2025-10-10 21:45:00,1856.0,3.8194,1,leg_gt,0.21,60 -54086,sell_contrast_m10_bb_pos,sell,2025-10-10 21:48:00,1856.0,3.8194,1,leg_gt,0.22,60 -54087,sell_contrast_m10_bb_pos,sell,2025-10-10 21:51:00,1864.0,4.2673,1,leg_gt,0.22,60 -54088,sell_contrast_m10_bb_pos,sell,2025-10-10 21:54:00,1864.0,4.2673,1,leg_gt,0.22,60 -54089,sell_contrast_m10_bb_pos,sell,2025-10-10 21:57:00,1866.0,4.3793,1,leg_gt,0.22,60 -54090,sell_contrast_m10_bb_pos,sell,2025-10-10 22:30:00,1885.0,5.4431,1,leg_gt,0.25,60 -54091,sell_contrast_m10_bb_pos,sell,2025-10-10 22:33:00,1886.0,5.4991,1,leg_gt,0.25,60 -54092,sell_contrast_m10_bb_pos,sell,2025-10-10 22:36:00,1891.0,5.7791,1,leg_gt,0.25,60 -54093,sell_contrast_m10_bb_pos,sell,2025-10-10 22:39:00,1879.0,5.1072,1,leg_gt,0.25,60 -54094,sell_contrast_m10_bb_pos,sell,2025-10-11 11:42:00,1445.0,10.0372,1,leg_gt,0.04,60 -54095,sell_contrast_m10_bb_pos,sell,2025-10-11 11:45:00,1440.0,9.6561,1,leg_gt,0.04,60 -54096,sell_contrast_m10_bb_pos,sell,2025-10-11 11:48:00,1427.0,8.6652,1,leg_gt,0.04,60 -54097,sell_contrast_m10_bb_pos,sell,2025-10-11 15:21:00,1460.0,11.1805,1,leg_gt,0.19,60 -54098,sell_contrast_m10_bb_pos,sell,2025-10-11 15:24:00,1454.0,10.7232,1,leg_gt,0.19,60 -54099,sell_contrast_m10_bb_pos,sell,2025-10-11 15:27:00,1457.0,10.9518,1,leg_gt,0.19,60 -54100,sell_contrast_m10_bb_pos,sell,2025-10-11 17:21:00,1458.0,11.028,1,leg_gt,0.27,60 -54101,sell_contrast_m10_bb_pos,sell,2025-10-11 17:24:00,1466.0,11.6378,1,leg_gt,0.27,60 -54102,sell_contrast_m10_bb_pos,sell,2025-10-11 17:27:00,1483.0,12.9335,1,leg_gt,0.28,60 -54103,sell_contrast_m10_bb_pos,sell,2025-10-11 18:21:00,1499.0,14.153,1,leg_gt,0.31,60 -54104,sell_contrast_m10_bb_pos,sell,2025-10-11 18:24:00,1499.0,14.153,1,leg_gt,0.31,60 -54105,sell_contrast_m10_bb_pos,sell,2025-10-11 18:27:00,1500.0,14.2293,1,leg_gt,0.32,60 -54106,sell_contrast_m10_bb_pos,sell,2025-10-11 18:30:00,1500.0,14.2293,1,leg_gt,0.32,60 -54107,sell_contrast_m10_bb_pos,sell,2025-10-11 18:33:00,1492.0,13.6195,1,leg_gt,0.32,60 -54108,sell_contrast_m10_bb_pos,sell,2025-10-11 18:36:00,1485.0,13.086,1,leg_gt,0.32,60 -54109,sell_contrast_m10_bb_pos,sell,2025-10-11 18:39:00,1488.0,13.3146,1,leg_gt,0.32,60 -54110,sell_contrast_m10_bb_pos,sell,2025-10-12 07:12:00,1416.0,2.8818,1,leg_gt,0.1,60 -54111,sell_contrast_m10_bb_pos,sell,2025-10-12 07:15:00,1415.0,2.8091,1,leg_gt,0.1,60 -54112,sell_contrast_m10_bb_pos,sell,2025-10-12 07:18:00,1411.0,2.5182,1,leg_gt,0.1,60 -54113,sell_contrast_m10_bb_pos,sell,2025-10-12 07:30:00,1415.0,2.8091,1,leg_gt,0.11,60 -54114,sell_contrast_m10_bb_pos,sell,2025-10-12 07:33:00,1415.0,2.8091,1,leg_gt,0.11,60 -54115,sell_contrast_m10_bb_pos,sell,2025-10-12 07:36:00,1420.0,3.1727,1,leg_gt,0.11,60 -54116,sell_contrast_m10_bb_pos,sell,2025-10-12 07:39:00,1426.0,3.6091,1,leg_gt,0.12,60 -54117,sell_contrast_m10_bb_pos,sell,2025-10-12 07:51:00,1422.0,3.3182,1,leg_gt,0.12,60 -54118,sell_contrast_m10_bb_pos,sell,2025-10-12 07:54:00,1417.0,2.9545,1,leg_gt,0.13,60 -54119,sell_contrast_m10_bb_pos,sell,2025-10-12 07:57:00,1415.0,2.8091,1,leg_gt,0.13,60 -54120,sell_contrast_m10_bb_pos,sell,2025-10-12 13:12:00,1400.0,2.0898,1,leg_gt,0.09,60 -54121,sell_contrast_m10_bb_pos,sell,2025-10-12 13:15:00,1402.0,2.2358,1,leg_gt,0.09,60 -54122,sell_contrast_m10_bb_pos,sell,2025-10-12 13:18:00,1408.0,2.6737,1,leg_gt,0.09,60 -54123,sell_contrast_m10_bb_pos,sell,2025-10-12 13:51:00,1411.0,2.8927,1,leg_gt,0.11,60 -54124,sell_contrast_m10_bb_pos,sell,2025-10-12 13:54:00,1408.0,2.6737,1,leg_gt,0.11,60 -54125,sell_contrast_m10_bb_pos,sell,2025-10-12 13:57:00,1404.0,2.3818,1,leg_gt,0.12,60 -54126,sell_contrast_m10_bb_pos,sell,2025-10-12 20:51:00,1397.0,1.8708,1,leg_gt,0.4,60 -54127,sell_contrast_m10_bb_pos,sell,2025-10-12 20:54:00,1393.0,1.5788,1,leg_gt,0.41,60 -54128,sell_contrast_m10_bb_pos,sell,2025-10-12 20:57:00,1393.0,1.5788,1,leg_gt,0.41,60 -54129,sell_contrast_m10_bb_pos,sell,2025-10-12 21:21:00,1400.0,2.0898,1,leg_gt,0.42,60 -54130,sell_contrast_m10_bb_pos,sell,2025-10-12 21:24:00,1406.0,2.5277,1,leg_gt,0.43,60 -54131,sell_contrast_m10_bb_pos,sell,2025-10-12 21:27:00,1409.0,2.7467,1,leg_gt,0.43,60 -54132,sell_contrast_m10_bb_pos,sell,2025-10-12 21:42:00,1411.0,2.8927,1,leg_gt,0.44,60 -54133,sell_contrast_m10_bb_pos,sell,2025-10-12 21:45:00,1411.0,2.8927,1,leg_gt,0.44,60 -54134,sell_contrast_m10_bb_pos,sell,2025-10-12 21:48:00,1410.0,2.8197,1,leg_gt,0.44,60 -54135,sell_contrast_m10_bb_pos,sell,2025-10-12 22:12:00,1410.0,2.8197,1,leg_gt,0.46,60 -54136,sell_contrast_m10_bb_pos,sell,2025-10-12 22:15:00,1410.0,2.8197,1,leg_gt,0.46,60 -54137,sell_contrast_m10_bb_pos,sell,2025-10-12 22:18:00,1409.0,2.7467,1,leg_gt,0.46,60 -54138,sell_contrast_m10_bb_pos,sell,2025-10-12 23:21:00,1406.0,2.5277,1,leg_gt,0.51,60 -54139,sell_contrast_m10_bb_pos,sell,2025-10-12 23:24:00,1410.0,2.8197,1,leg_gt,0.51,60 -54140,sell_contrast_m10_bb_pos,sell,2025-10-12 23:27:00,1407.0,2.6007,1,leg_gt,0.51,60 -54141,sell_contrast_m10_bb_pos,sell,2025-10-13 00:42:00,1485.0,8.2942,1,leg_gt,0.56,60 -54142,sell_contrast_m10_bb_pos,sell,2025-10-13 00:45:00,1487.0,8.4401,1,leg_gt,0.57,60 -54143,sell_contrast_m10_bb_pos,sell,2025-10-13 00:48:00,1499.0,9.3161,1,leg_gt,0.57,60 -54144,sell_contrast_m10_bb_pos,sell,2025-10-13 00:51:00,1511.0,10.192,1,leg_gt,0.57,60 -54145,sell_contrast_m10_bb_pos,sell,2025-10-13 00:54:00,1502.0,9.535,1,leg_gt,0.57,60 -54146,sell_contrast_m10_bb_pos,sell,2025-10-13 00:57:00,1507.0,9.9,1,leg_gt,0.57,60 -54147,sell_contrast_m10_bb_pos,sell,2025-10-13 01:00:00,1507.0,9.9,1,leg_gt,0.58,60 -54148,sell_contrast_m10_bb_pos,sell,2025-10-13 01:03:00,1528.0,11.4328,1,leg_gt,0.58,60 -54149,sell_contrast_m10_bb_pos,sell,2025-10-13 01:06:00,1544.0,12.6007,1,leg_gt,0.58,60 -54150,sell_contrast_m10_bb_pos,sell,2025-10-13 01:09:00,1536.0,12.0168,1,leg_gt,0.58,60 -54151,sell_contrast_m10_bb_pos,sell,2025-10-13 01:12:00,1526.0,11.2869,1,leg_gt,0.59,60 -54152,sell_contrast_m10_bb_pos,sell,2025-10-13 01:15:00,1534.0,11.8708,1,leg_gt,0.59,60 -54153,sell_contrast_m10_bb_pos,sell,2025-10-13 01:18:00,1533.0,11.7978,1,leg_gt,0.59,60 -54154,sell_contrast_m10_bb_pos,sell,2025-10-13 01:21:00,1550.0,13.0387,1,leg_gt,0.59,60 -54155,sell_contrast_m10_bb_pos,sell,2025-10-13 01:24:00,1560.0,13.7686,1,leg_gt,0.59,60 -54156,sell_contrast_m10_bb_pos,sell,2025-10-13 01:27:00,1564.0,14.0606,1,leg_gt,0.6,60 -54157,sell_contrast_m10_bb_pos,sell,2025-10-13 01:30:00,1575.0,14.8635,1,leg_gt,0.6,60 -54158,sell_contrast_m10_bb_pos,sell,2025-10-13 01:33:00,1561.0,13.8416,1,leg_gt,0.6,60 -54159,sell_contrast_m10_bb_pos,sell,2025-10-13 01:36:00,1552.0,13.1847,1,leg_gt,0.6,60 -54160,sell_contrast_m10_bb_pos,sell,2025-10-13 01:39:00,1548.0,12.8927,1,leg_gt,0.6,60 -54161,sell_contrast_m10_bb_pos,sell,2025-10-13 01:51:00,1567.0,14.2796,1,leg_gt,0.61,60 -54162,sell_contrast_m10_bb_pos,sell,2025-10-13 01:54:00,1559.0,13.6956,1,leg_gt,0.61,60 -54163,sell_contrast_m10_bb_pos,sell,2025-10-13 01:57:00,1572.0,14.6445,1,leg_gt,0.62,60 -54164,sell_contrast_m10_bb_pos,sell,2025-10-13 12:00:00,1514.0,-0.2978,0,leg_gt,0.35,60 -54165,sell_contrast_m10_bb_pos,sell,2025-10-13 12:03:00,1513.0,-0.3637,0,leg_gt,0.35,60 -54166,sell_contrast_m10_bb_pos,sell,2025-10-13 12:06:00,1514.0,-0.2978,0,leg_gt,0.35,60 -54167,sell_contrast_m10_bb_pos,sell,2025-10-13 12:09:00,1515.0,-0.2318,0,leg_gt,0.35,60 -54168,sell_contrast_m10_bb_pos,sell,2025-10-13 12:12:00,1509.0,-0.6274,0,leg_gt,0.36,60 -54169,sell_contrast_m10_bb_pos,sell,2025-10-13 12:15:00,1511.0,-0.4955,0,leg_gt,0.36,60 -54170,sell_contrast_m10_bb_pos,sell,2025-10-13 12:18:00,1511.0,-0.4955,0,leg_gt,0.36,60 -54171,sell_contrast_m10_bb_pos,sell,2025-10-13 15:51:00,1511.0,-0.4955,0,leg_gt,0.51,60 -54172,sell_contrast_m10_bb_pos,sell,2025-10-13 15:54:00,1516.0,-0.1659,0,leg_gt,0.51,60 -54173,sell_contrast_m10_bb_pos,sell,2025-10-13 15:57:00,1514.0,-0.2978,0,leg_gt,0.51,60 -54174,sell_contrast_m10_bb_pos,sell,2025-10-13 16:00:00,1510.0,-0.5614,0,leg_gt,0.51,60 -54175,sell_contrast_m10_bb_pos,sell,2025-10-13 16:03:00,1506.0,-0.8251,0,leg_gt,0.52,60 -54176,sell_contrast_m10_bb_pos,sell,2025-10-13 16:06:00,1503.0,-1.0229,0,leg_gt,0.52,60 -54177,sell_contrast_m10_bb_pos,sell,2025-10-13 16:09:00,1509.0,-0.6274,0,leg_gt,0.52,60 -54178,sell_contrast_m10_bb_pos,sell,2025-10-13 16:12:00,1513.0,-0.3637,0,leg_gt,0.52,60 -54179,sell_contrast_m10_bb_pos,sell,2025-10-13 16:15:00,1511.0,-0.4955,0,leg_gt,0.52,60 -54180,sell_contrast_m10_bb_pos,sell,2025-10-13 16:18:00,1508.0,-0.6933,0,leg_gt,0.53,60 -54181,sell_contrast_m10_bb_pos,sell,2025-10-13 17:42:00,1513.0,-0.3637,0,leg_gt,0.59,60 -54182,sell_contrast_m10_bb_pos,sell,2025-10-13 17:45:00,1507.0,-0.7592,0,leg_gt,0.59,60 -54183,sell_contrast_m10_bb_pos,sell,2025-10-13 17:48:00,1506.0,-0.8251,0,leg_gt,0.59,60 -54184,sell_contrast_m10_bb_pos,sell,2025-10-13 22:42:00,1498.0,2.2224,1,leg_gt,0.07,60 -54185,sell_contrast_m10_bb_pos,sell,2025-10-13 22:45:00,1510.0,3.0421,1,leg_gt,0.07,60 -54186,sell_contrast_m10_bb_pos,sell,2025-10-13 22:48:00,1507.0,2.8372,1,leg_gt,0.08,60 -54187,sell_contrast_m10_bb_pos,sell,2025-10-13 23:00:00,1509.0,2.9738,1,leg_gt,0.08,60 -54188,sell_contrast_m10_bb_pos,sell,2025-10-13 23:03:00,1500.0,2.359,1,leg_gt,0.09,60 -54189,sell_contrast_m10_bb_pos,sell,2025-10-13 23:06:00,1502.0,2.4956,1,leg_gt,0.09,60 -54190,sell_contrast_m10_bb_pos,sell,2025-10-13 23:09:00,1498.0,2.2224,1,leg_gt,0.09,60 -54191,sell_contrast_m10_bb_pos,sell,2025-10-14 00:21:00,1507.0,2.8372,1,leg_gt,0.14,60 -54192,sell_contrast_m10_bb_pos,sell,2025-10-14 00:24:00,1506.0,2.7689,1,leg_gt,0.14,60 -54193,sell_contrast_m10_bb_pos,sell,2025-10-14 00:27:00,1509.0,2.9738,1,leg_gt,0.14,60 -54194,sell_contrast_m10_bb_pos,sell,2025-10-14 00:42:00,1512.0,3.1787,1,leg_gt,0.15,60 -54195,sell_contrast_m10_bb_pos,sell,2025-10-14 00:45:00,1507.0,2.8372,1,leg_gt,0.16,60 -54196,sell_contrast_m10_bb_pos,sell,2025-10-14 00:48:00,1517.0,3.5202,1,leg_gt,0.16,60 -54197,sell_contrast_m10_bb_pos,sell,2025-10-14 01:00:00,1513.0,3.247,1,leg_gt,0.17,60 -54198,sell_contrast_m10_bb_pos,sell,2025-10-14 01:03:00,1508.0,2.9055,1,leg_gt,0.17,60 -54199,sell_contrast_m10_bb_pos,sell,2025-10-14 01:06:00,1508.0,2.9055,1,leg_gt,0.17,60 -54200,sell_contrast_m10_bb_pos,sell,2025-10-14 01:09:00,1512.0,3.1787,1,leg_gt,0.17,60 -54201,sell_contrast_m10_bb_pos,sell,2025-10-14 05:51:00,1501.0,2.4273,1,leg_gt,0.37,60 -54202,sell_contrast_m10_bb_pos,sell,2025-10-14 05:54:00,1503.0,2.5639,1,leg_gt,0.37,60 -54203,sell_contrast_m10_bb_pos,sell,2025-10-14 05:57:00,1501.0,2.4273,1,leg_gt,0.37,60 -54204,sell_contrast_m10_bb_pos,sell,2025-10-14 06:12:00,1508.0,2.9055,1,leg_gt,0.38,60 -54205,sell_contrast_m10_bb_pos,sell,2025-10-14 06:15:00,1508.0,2.9055,1,leg_gt,0.39,60 -54206,sell_contrast_m10_bb_pos,sell,2025-10-14 06:18:00,1511.0,3.1104,1,leg_gt,0.39,60 -54207,sell_contrast_m10_bb_pos,sell,2025-10-14 06:51:00,1509.0,2.9738,1,leg_gt,0.41,60 -54208,sell_contrast_m10_bb_pos,sell,2025-10-14 06:54:00,1504.0,2.6322,1,leg_gt,0.41,60 -54209,sell_contrast_m10_bb_pos,sell,2025-10-14 06:57:00,1508.0,2.9055,1,leg_gt,0.41,60 -54210,sell_contrast_m10_bb_pos,sell,2025-10-14 09:12:00,1508.0,2.9055,1,leg_gt,0.51,60 -54211,sell_contrast_m10_bb_pos,sell,2025-10-14 09:15:00,1506.0,2.7689,1,leg_gt,0.51,60 -54212,sell_contrast_m10_bb_pos,sell,2025-10-14 09:18:00,1509.0,2.9738,1,leg_gt,0.51,60 -54213,sell_contrast_m10_bb_pos,sell,2025-10-14 18:21:00,1414.0,3.3382,1,leg_gt,0.11,60 -54214,sell_contrast_m10_bb_pos,sell,2025-10-14 18:24:00,1408.0,2.8993,1,leg_gt,0.11,60 -54215,sell_contrast_m10_bb_pos,sell,2025-10-14 18:27:00,1411.0,3.1187,1,leg_gt,0.11,60 -54216,sell_contrast_m10_bb_pos,sell,2025-10-14 19:00:00,1415.0,3.4113,1,leg_gt,0.14,60 -54217,sell_contrast_m10_bb_pos,sell,2025-10-14 19:03:00,1408.0,2.8993,1,leg_gt,0.14,60 -54218,sell_contrast_m10_bb_pos,sell,2025-10-14 19:06:00,1405.0,2.6798,1,leg_gt,0.14,60 -54219,sell_contrast_m10_bb_pos,sell,2025-10-14 19:09:00,1405.0,2.6798,1,leg_gt,0.14,60 -54220,sell_contrast_m10_bb_pos,sell,2025-10-14 20:12:00,1418.0,3.6308,1,leg_gt,0.19,60 -54221,sell_contrast_m10_bb_pos,sell,2025-10-14 20:15:00,1421.0,3.8503,1,leg_gt,0.19,60 -54222,sell_contrast_m10_bb_pos,sell,2025-10-14 20:18:00,1417.0,3.5576,1,leg_gt,0.19,60 -54223,sell_contrast_m10_bb_pos,sell,2025-10-14 20:21:00,1418.0,3.6308,1,leg_gt,0.19,60 -54224,sell_contrast_m10_bb_pos,sell,2025-10-14 20:24:00,1420.0,3.7771,1,leg_gt,0.19,60 -54225,sell_contrast_m10_bb_pos,sell,2025-10-14 20:27:00,1417.0,3.5576,1,leg_gt,0.2,60 -54226,sell_contrast_m10_bb_pos,sell,2025-10-14 20:51:00,1420.0,3.7771,1,leg_gt,0.21,60 -54227,sell_contrast_m10_bb_pos,sell,2025-10-14 20:54:00,1417.0,3.5576,1,leg_gt,0.21,60 -54228,sell_contrast_m10_bb_pos,sell,2025-10-14 20:57:00,1415.0,3.4113,1,leg_gt,0.22,60 -54229,sell_contrast_m10_bb_pos,sell,2025-10-14 22:51:00,1418.0,3.6308,1,leg_gt,0.3,60 -54230,sell_contrast_m10_bb_pos,sell,2025-10-14 22:54:00,1420.0,3.7771,1,leg_gt,0.3,60 -54231,sell_contrast_m10_bb_pos,sell,2025-10-14 22:57:00,1419.0,3.704,1,leg_gt,0.3,60 -54232,sell_contrast_m10_bb_pos,sell,2025-10-14 23:51:00,1425.0,4.1429,1,leg_gt,0.34,60 -54233,sell_contrast_m10_bb_pos,sell,2025-10-14 23:54:00,1423.0,3.9966,1,leg_gt,0.34,60 -54234,sell_contrast_m10_bb_pos,sell,2025-10-14 23:57:00,1425.0,4.1429,1,leg_gt,0.34,60 -54235,sell_contrast_m10_bb_pos,sell,2025-10-15 00:51:00,1444.0,5.5328,1,leg_gt,0.38,60 -54236,sell_contrast_m10_bb_pos,sell,2025-10-15 00:54:00,1449.0,5.8985,1,leg_gt,0.38,60 -54237,sell_contrast_m10_bb_pos,sell,2025-10-15 00:57:00,1449.0,5.8985,1,leg_gt,0.38,60 -54238,sell_contrast_m10_bb_pos,sell,2025-10-15 01:21:00,1463.0,6.9227,1,leg_gt,0.4,60 -54239,sell_contrast_m10_bb_pos,sell,2025-10-15 01:24:00,1457.0,6.4838,1,leg_gt,0.4,60 -54240,sell_contrast_m10_bb_pos,sell,2025-10-15 01:27:00,1454.0,6.2643,1,leg_gt,0.4,60 -54241,sell_contrast_m10_bb_pos,sell,2025-10-15 02:12:00,1461.0,6.7764,1,leg_gt,0.44,60 -54242,sell_contrast_m10_bb_pos,sell,2025-10-15 02:15:00,1461.0,6.7764,1,leg_gt,0.44,60 -54243,sell_contrast_m10_bb_pos,sell,2025-10-15 02:18:00,1461.0,6.7764,1,leg_gt,0.44,60 -54244,sell_contrast_m10_bb_pos,sell,2025-10-15 07:12:00,1451.0,6.0448,1,leg_gt,0.64,60 -54245,sell_contrast_m10_bb_pos,sell,2025-10-15 07:15:00,1448.0,5.8254,1,leg_gt,0.65,60 -54246,sell_contrast_m10_bb_pos,sell,2025-10-15 07:18:00,1448.0,5.8254,1,leg_gt,0.65,60 -54247,sell_contrast_m10_bb_pos,sell,2025-10-15 08:12:00,1447.0,5.7522,1,leg_gt,0.69,60 -54248,sell_contrast_m10_bb_pos,sell,2025-10-15 08:15:00,1445.0,5.6059,1,leg_gt,0.69,60 -54249,sell_contrast_m10_bb_pos,sell,2025-10-15 08:18:00,1445.0,5.6059,1,leg_gt,0.69,60 -54250,sell_contrast_m10_bb_pos,sell,2025-10-15 09:51:00,1451.0,6.0448,1,leg_gt,0.75,60 -54251,sell_contrast_m10_bb_pos,sell,2025-10-15 09:54:00,1453.0,6.1911,1,leg_gt,0.76,60 -54252,sell_contrast_m10_bb_pos,sell,2025-10-15 09:57:00,1455.0,6.3375,1,leg_gt,0.76,60 -54253,sell_contrast_m10_bb_pos,sell,2025-10-15 11:21:00,1457.0,6.4838,1,leg_gt,0.82,60 -54254,sell_contrast_m10_bb_pos,sell,2025-10-15 11:24:00,1455.0,6.3375,1,leg_gt,0.82,60 -54255,sell_contrast_m10_bb_pos,sell,2025-10-15 11:27:00,1457.0,6.4838,1,leg_gt,0.82,60 -54256,sell_contrast_m10_bb_pos,sell,2025-10-15 14:12:00,1457.0,6.4838,1,leg_gt,0.94,60 -54257,sell_contrast_m10_bb_pos,sell,2025-10-15 14:15:00,1459.0,6.6301,1,leg_gt,0.94,60 -54258,sell_contrast_m10_bb_pos,sell,2025-10-15 14:18:00,1459.0,6.6301,1,leg_gt,0.94,60 -54259,sell_contrast_m10_bb_pos,sell,2025-10-15 14:21:00,1460.0,6.7032,1,leg_gt,0.94,60 -54260,sell_contrast_m10_bb_pos,sell,2025-10-15 14:24:00,1457.0,6.4838,1,leg_gt,0.94,60 -54261,sell_contrast_m10_bb_pos,sell,2025-10-15 14:27:00,1458.0,6.5569,1,leg_gt,0.95,60 -54262,sell_contrast_m10_bb_pos,sell,2025-10-15 17:30:00,1460.0,6.7032,1,leg_gt,1.07,60 -54263,sell_contrast_m10_bb_pos,sell,2025-10-15 17:33:00,1467.0,7.2153,1,leg_gt,1.08,60 -54264,sell_contrast_m10_bb_pos,sell,2025-10-15 17:36:00,1461.0,6.7764,1,leg_gt,1.08,60 -54265,sell_contrast_m10_bb_pos,sell,2025-10-15 17:39:00,1463.0,6.9227,1,leg_gt,1.08,60 -54266,sell_contrast_m10_bb_pos,sell,2025-10-15 17:42:00,1461.0,6.7764,1,leg_gt,1.08,60 -54267,sell_contrast_m10_bb_pos,sell,2025-10-15 17:45:00,1459.0,6.6301,1,leg_gt,1.08,60 -54268,sell_contrast_m10_bb_pos,sell,2025-10-15 17:48:00,1454.0,6.2643,1,leg_gt,1.09,60 -54269,sell_contrast_m10_bb_pos,sell,2025-10-15 21:12:00,1448.0,5.8254,1,leg_gt,1.23,60 -54270,sell_contrast_m10_bb_pos,sell,2025-10-15 21:15:00,1446.0,5.6791,1,leg_gt,1.23,60 -54271,sell_contrast_m10_bb_pos,sell,2025-10-15 21:18:00,1445.0,5.6059,1,leg_gt,1.23,60 -54272,sell_contrast_m10_bb_pos,sell,2025-10-15 21:51:00,1451.0,6.0448,1,leg_gt,1.25,60 -54273,sell_contrast_m10_bb_pos,sell,2025-10-15 21:54:00,1448.0,5.8254,1,leg_gt,1.26,60 -54274,sell_contrast_m10_bb_pos,sell,2025-10-15 21:57:00,1446.0,5.6791,1,leg_gt,1.26,60 -54275,sell_contrast_m10_bb_pos,sell,2025-10-15 23:21:00,1454.0,6.2643,1,leg_gt,1.32,60 -54276,sell_contrast_m10_bb_pos,sell,2025-10-15 23:24:00,1456.0,6.4106,1,leg_gt,1.32,60 -54277,sell_contrast_m10_bb_pos,sell,2025-10-15 23:27:00,1454.0,6.2643,1,leg_gt,1.32,60 -54278,sell_contrast_m10_bb_pos,sell,2025-10-16 10:12:00,1424.0,4.0697,1,leg_gt,1.77,60 -54279,sell_contrast_m10_bb_pos,sell,2025-10-16 10:15:00,1422.0,3.9234,1,leg_gt,1.77,60 -54280,sell_contrast_m10_bb_pos,sell,2025-10-16 10:18:00,1423.0,3.9966,1,leg_gt,1.77,60 -54281,sell_contrast_m10_bb_pos,sell,2025-10-16 10:30:00,1423.0,3.9966,1,leg_gt,1.78,60 -54282,sell_contrast_m10_bb_pos,sell,2025-10-16 10:33:00,1430.0,4.5086,1,leg_gt,1.78,60 -54283,sell_contrast_m10_bb_pos,sell,2025-10-16 10:36:00,1425.0,4.1429,1,leg_gt,1.79,60 -54284,sell_contrast_m10_bb_pos,sell,2025-10-16 10:39:00,1428.0,4.3623,1,leg_gt,1.79,60 -54285,sell_contrast_m10_bb_pos,sell,2025-10-16 10:51:00,1428.0,4.3623,1,leg_gt,1.8,60 -54286,sell_contrast_m10_bb_pos,sell,2025-10-16 10:54:00,1433.0,4.7281,1,leg_gt,1.8,60 -54287,sell_contrast_m10_bb_pos,sell,2025-10-16 10:57:00,1435.0,4.8744,1,leg_gt,1.8,60 -54288,sell_contrast_m10_bb_pos,sell,2025-10-16 12:00:00,1431.0,4.5818,1,leg_gt,1.84,60 -54289,sell_contrast_m10_bb_pos,sell,2025-10-16 12:03:00,1433.0,4.7281,1,leg_gt,1.85,60 -54290,sell_contrast_m10_bb_pos,sell,2025-10-16 12:06:00,1431.0,4.5818,1,leg_gt,1.85,60 -54291,sell_contrast_m10_bb_pos,sell,2025-10-16 12:09:00,1431.0,4.5818,1,leg_gt,1.85,60 -54292,sell_contrast_m10_bb_pos,sell,2025-10-16 16:51:00,1424.0,4.0697,1,leg_gt,2.05,60 -54293,sell_contrast_m10_bb_pos,sell,2025-10-16 16:54:00,1422.0,3.9234,1,leg_gt,2.05,60 -54294,sell_contrast_m10_bb_pos,sell,2025-10-16 16:57:00,1421.0,3.8503,1,leg_gt,2.05,60 -54295,sell_contrast_m10_bb_pos,sell,2025-10-16 19:00:00,1429.0,2.3373,1,leg_gt,0.02,60 -54296,sell_contrast_m10_bb_pos,sell,2025-10-16 19:03:00,1434.0,2.6957,1,leg_gt,0.02,60 -54297,sell_contrast_m10_bb_pos,sell,2025-10-16 19:06:00,1432.0,2.5523,1,leg_gt,0.02,60 -54298,sell_contrast_m10_bb_pos,sell,2025-10-16 19:09:00,1432.0,2.5523,1,leg_gt,0.02,60 -54299,sell_contrast_m10_bb_pos,sell,2025-10-16 19:12:00,1430.0,2.409,1,leg_gt,0.03,60 -54300,sell_contrast_m10_bb_pos,sell,2025-10-16 19:15:00,1440.0,3.1258,1,leg_gt,0.03,60 -54301,sell_contrast_m10_bb_pos,sell,2025-10-16 19:18:00,1444.0,3.4125,1,leg_gt,0.03,60 -54302,sell_contrast_m10_bb_pos,sell,2025-10-16 19:51:00,1439.0,3.0541,1,leg_gt,0.05,60 -54303,sell_contrast_m10_bb_pos,sell,2025-10-16 19:54:00,1439.0,3.0541,1,leg_gt,0.06,60 -54304,sell_contrast_m10_bb_pos,sell,2025-10-16 19:57:00,1438.0,2.9824,1,leg_gt,0.06,60 -54305,sell_contrast_m10_bb_pos,sell,2025-10-16 20:00:00,1443.0,3.3409,1,leg_gt,0.06,60 -54306,sell_contrast_m10_bb_pos,sell,2025-10-16 20:03:00,1443.0,3.3409,1,leg_gt,0.06,60 -54307,sell_contrast_m10_bb_pos,sell,2025-10-16 20:06:00,1442.0,3.2692,1,leg_gt,0.06,60 -54308,sell_contrast_m10_bb_pos,sell,2025-10-16 20:09:00,1435.0,2.7674,1,leg_gt,0.07,60 -54309,sell_contrast_m10_bb_pos,sell,2025-10-17 10:12:00,1381.0,-1.1036,0,leg_gt,0.65,60 -54310,sell_contrast_m10_bb_pos,sell,2025-10-17 10:15:00,1383.0,-0.9602,0,leg_gt,0.65,60 -54311,sell_contrast_m10_bb_pos,sell,2025-10-17 10:18:00,1381.0,-1.1036,0,leg_gt,0.66,60 -54312,sell_contrast_m10_bb_pos,sell,2025-10-17 18:42:00,1320.0,4.4959,1,leg_gt,0.06,60 -54313,sell_contrast_m10_bb_pos,sell,2025-10-17 18:45:00,1318.0,4.3374,1,leg_gt,0.06,60 -54314,sell_contrast_m10_bb_pos,sell,2025-10-17 18:48:00,1320.0,4.4959,1,leg_gt,0.06,60 -54315,sell_contrast_m10_bb_pos,sell,2025-10-17 20:21:00,1329.0,5.209,1,leg_gt,0.13,60 -54316,sell_contrast_m10_bb_pos,sell,2025-10-17 20:24:00,1328.0,5.1298,1,leg_gt,0.13,60 -54317,sell_contrast_m10_bb_pos,sell,2025-10-17 20:27:00,1330.0,5.2883,1,leg_gt,0.13,60 -54318,sell_contrast_m10_bb_pos,sell,2025-10-17 20:51:00,1326.0,4.9713,1,leg_gt,0.15,60 -54319,sell_contrast_m10_bb_pos,sell,2025-10-17 20:54:00,1324.0,4.8128,1,leg_gt,0.15,60 -54320,sell_contrast_m10_bb_pos,sell,2025-10-17 20:57:00,1325.0,4.8921,1,leg_gt,0.15,60 -54321,sell_contrast_m10_bb_pos,sell,2025-10-17 21:12:00,1326.0,4.9713,1,leg_gt,0.16,60 -54322,sell_contrast_m10_bb_pos,sell,2025-10-17 21:15:00,1330.0,5.2883,1,leg_gt,0.16,60 -54323,sell_contrast_m10_bb_pos,sell,2025-10-17 21:18:00,1332.0,5.4468,1,leg_gt,0.17,60 -54324,sell_contrast_m10_bb_pos,sell,2025-10-17 21:21:00,1334.0,5.6052,1,leg_gt,0.17,60 -54325,sell_contrast_m10_bb_pos,sell,2025-10-17 21:24:00,1337.0,5.8429,1,leg_gt,0.17,60 -54326,sell_contrast_m10_bb_pos,sell,2025-10-17 21:27:00,1330.0,5.2883,1,leg_gt,0.17,60 -54327,sell_contrast_m10_bb_pos,sell,2025-10-18 01:00:00,1334.0,5.6052,1,leg_gt,0.32,60 -54328,sell_contrast_m10_bb_pos,sell,2025-10-18 01:03:00,1341.0,6.1599,1,leg_gt,0.32,60 -54329,sell_contrast_m10_bb_pos,sell,2025-10-18 01:06:00,1340.0,6.0807,1,leg_gt,0.32,60 -54330,sell_contrast_m10_bb_pos,sell,2025-10-18 01:09:00,1340.0,6.0807,1,leg_gt,0.33,60 -54331,sell_contrast_m10_bb_pos,sell,2025-10-18 01:21:00,1338.0,5.9222,1,leg_gt,0.34,60 -54332,sell_contrast_m10_bb_pos,sell,2025-10-18 01:24:00,1339.0,6.0014,1,leg_gt,0.34,60 -54333,sell_contrast_m10_bb_pos,sell,2025-10-18 01:27:00,1331.0,5.3675,1,leg_gt,0.34,60 -54334,sell_contrast_m10_bb_pos,sell,2025-10-18 01:51:00,1337.0,5.8429,1,leg_gt,0.36,60 -54335,sell_contrast_m10_bb_pos,sell,2025-10-18 01:54:00,1334.0,5.6052,1,leg_gt,0.36,60 -54336,sell_contrast_m10_bb_pos,sell,2025-10-18 01:57:00,1328.0,5.1298,1,leg_gt,0.36,60 -54337,sell_contrast_m10_bb_pos,sell,2025-10-18 02:21:00,1345.0,6.4769,1,leg_gt,0.38,60 -54338,sell_contrast_m10_bb_pos,sell,2025-10-18 02:24:00,1351.0,6.9523,1,leg_gt,0.38,60 -54339,sell_contrast_m10_bb_pos,sell,2025-10-18 02:27:00,1342.0,6.2391,1,leg_gt,0.38,60 -54340,sell_contrast_m10_bb_pos,sell,2025-10-18 02:42:00,1350.0,6.8731,1,leg_gt,0.39,60 -54341,sell_contrast_m10_bb_pos,sell,2025-10-18 02:45:00,1356.0,7.3485,1,leg_gt,0.39,60 -54342,sell_contrast_m10_bb_pos,sell,2025-10-18 02:48:00,1343.0,6.3184,1,leg_gt,0.4,60 -54343,sell_contrast_m10_bb_pos,sell,2025-10-18 02:51:00,1354.0,7.19,1,leg_gt,0.4,60 -54344,sell_contrast_m10_bb_pos,sell,2025-10-18 02:54:00,1359.0,7.5862,1,leg_gt,0.4,60 -54345,sell_contrast_m10_bb_pos,sell,2025-10-18 02:57:00,1352.0,7.0315,1,leg_gt,0.4,60 -54346,sell_contrast_m10_bb_pos,sell,2025-10-18 03:00:00,1352.0,7.0315,1,leg_gt,0.4,60 -54347,sell_contrast_m10_bb_pos,sell,2025-10-18 03:03:00,1350.0,6.8731,1,leg_gt,0.41,60 -54348,sell_contrast_m10_bb_pos,sell,2025-10-18 03:06:00,1349.0,6.7938,1,leg_gt,0.41,60 -54349,sell_contrast_m10_bb_pos,sell,2025-10-18 03:09:00,1346.0,6.5561,1,leg_gt,0.41,60 -54350,sell_contrast_m10_bb_pos,sell,2025-10-18 03:21:00,1354.0,7.19,1,leg_gt,0.42,60 -54351,sell_contrast_m10_bb_pos,sell,2025-10-18 03:24:00,1357.0,7.4277,1,leg_gt,0.42,60 -54352,sell_contrast_m10_bb_pos,sell,2025-10-18 03:27:00,1353.0,7.1108,1,leg_gt,0.42,60 -54353,sell_contrast_m10_bb_pos,sell,2025-10-18 06:21:00,1352.0,7.0315,1,leg_gt,0.54,60 -54354,sell_contrast_m10_bb_pos,sell,2025-10-18 06:24:00,1352.0,7.0315,1,leg_gt,0.55,60 -54355,sell_contrast_m10_bb_pos,sell,2025-10-18 06:27:00,1351.0,6.9523,1,leg_gt,0.55,60 -54356,sell_contrast_m10_bb_pos,sell,2025-10-18 10:12:00,1353.0,7.1108,1,leg_gt,0.7,60 -54357,sell_contrast_m10_bb_pos,sell,2025-10-18 10:15:00,1350.0,6.8731,1,leg_gt,0.71,60 -54358,sell_contrast_m10_bb_pos,sell,2025-10-18 10:18:00,1353.0,7.1108,1,leg_gt,0.71,60 -54359,sell_contrast_m10_bb_pos,sell,2025-10-18 10:21:00,1354.0,7.19,1,leg_gt,0.71,60 -54360,sell_contrast_m10_bb_pos,sell,2025-10-18 10:24:00,1355.0,7.2693,1,leg_gt,0.71,60 -54361,sell_contrast_m10_bb_pos,sell,2025-10-18 10:27:00,1357.0,7.4277,1,leg_gt,0.71,60 -54362,sell_contrast_m10_bb_pos,sell,2025-10-18 11:00:00,1357.0,7.4277,1,leg_gt,0.74,60 -54363,sell_contrast_m10_bb_pos,sell,2025-10-18 11:03:00,1357.0,7.4277,1,leg_gt,0.74,60 -54364,sell_contrast_m10_bb_pos,sell,2025-10-18 11:06:00,1356.0,7.3485,1,leg_gt,0.74,60 -54365,sell_contrast_m10_bb_pos,sell,2025-10-18 11:09:00,1355.0,7.2693,1,leg_gt,0.74,60 -54366,sell_contrast_m10_bb_pos,sell,2025-10-18 11:12:00,1351.0,6.9523,1,leg_gt,0.75,60 -54367,sell_contrast_m10_bb_pos,sell,2025-10-18 11:15:00,1350.0,6.8731,1,leg_gt,0.75,60 -54368,sell_contrast_m10_bb_pos,sell,2025-10-18 11:18:00,1349.0,6.7938,1,leg_gt,0.75,60 -54369,sell_contrast_m10_bb_pos,sell,2025-10-18 15:00:00,1354.0,7.19,1,leg_gt,0.9,60 -54370,sell_contrast_m10_bb_pos,sell,2025-10-18 15:03:00,1352.0,7.0315,1,leg_gt,0.91,60 -54371,sell_contrast_m10_bb_pos,sell,2025-10-18 15:06:00,1356.0,7.3485,1,leg_gt,0.91,60 -54372,sell_contrast_m10_bb_pos,sell,2025-10-18 15:09:00,1356.0,7.3485,1,leg_gt,0.91,60 -54373,sell_contrast_m10_bb_pos,sell,2025-10-18 16:42:00,1361.0,7.7447,1,leg_gt,0.98,60 -54374,sell_contrast_m10_bb_pos,sell,2025-10-18 16:45:00,1359.0,7.5862,1,leg_gt,0.98,60 -54375,sell_contrast_m10_bb_pos,sell,2025-10-18 16:48:00,1356.0,7.3485,1,leg_gt,0.98,60 -54376,sell_contrast_m10_bb_pos,sell,2025-10-18 16:51:00,1360.0,7.6655,1,leg_gt,0.98,60 -54377,sell_contrast_m10_bb_pos,sell,2025-10-18 16:54:00,1360.0,7.6655,1,leg_gt,0.98,60 -54378,sell_contrast_m10_bb_pos,sell,2025-10-18 16:57:00,1352.0,7.0315,1,leg_gt,0.99,60 -54379,sell_contrast_m10_bb_pos,sell,2025-10-18 17:21:00,1359.0,7.5862,1,leg_gt,1.0,60 -54380,sell_contrast_m10_bb_pos,sell,2025-10-18 17:24:00,1359.0,7.5862,1,leg_gt,1.0,60 -54381,sell_contrast_m10_bb_pos,sell,2025-10-18 17:27:00,1356.0,7.3485,1,leg_gt,1.01,60 -54382,sell_contrast_m10_bb_pos,sell,2025-10-18 18:30:00,1363.0,7.9032,1,leg_gt,1.05,60 -54383,sell_contrast_m10_bb_pos,sell,2025-10-18 18:33:00,1362.0,7.8239,1,leg_gt,1.05,60 -54384,sell_contrast_m10_bb_pos,sell,2025-10-18 18:36:00,1361.0,7.7447,1,leg_gt,1.05,60 -54385,sell_contrast_m10_bb_pos,sell,2025-10-18 18:39:00,1361.0,7.7447,1,leg_gt,1.06,60 -54386,sell_contrast_m10_bb_pos,sell,2025-10-18 18:51:00,1367.0,8.2201,1,leg_gt,1.06,60 -54387,sell_contrast_m10_bb_pos,sell,2025-10-18 18:54:00,1370.0,8.4578,1,leg_gt,1.07,60 -54388,sell_contrast_m10_bb_pos,sell,2025-10-18 18:57:00,1370.0,8.4578,1,leg_gt,1.07,60 -54389,sell_contrast_m10_bb_pos,sell,2025-10-18 19:51:00,1369.0,8.3786,1,leg_gt,1.11,60 -54390,sell_contrast_m10_bb_pos,sell,2025-10-18 19:54:00,1367.0,8.2201,1,leg_gt,1.11,60 -54391,sell_contrast_m10_bb_pos,sell,2025-10-18 19:57:00,1364.0,7.9824,1,leg_gt,1.11,60 -54392,sell_contrast_m10_bb_pos,sell,2025-10-19 03:30:00,1358.0,7.507,1,leg_gt,1.42,60 -54393,sell_contrast_m10_bb_pos,sell,2025-10-19 03:33:00,1360.0,7.6655,1,leg_gt,1.43,60 -54394,sell_contrast_m10_bb_pos,sell,2025-10-19 03:36:00,1361.0,7.7447,1,leg_gt,1.43,60 -54395,sell_contrast_m10_bb_pos,sell,2025-10-19 03:39:00,1362.0,7.8239,1,leg_gt,1.43,60 -54396,sell_contrast_m10_bb_pos,sell,2025-10-19 05:12:00,1359.0,7.5862,1,leg_gt,1.5,60 -54397,sell_contrast_m10_bb_pos,sell,2025-10-19 05:15:00,1360.0,7.6655,1,leg_gt,1.5,60 -54398,sell_contrast_m10_bb_pos,sell,2025-10-19 05:18:00,1361.0,7.7447,1,leg_gt,1.5,60 -54399,sell_contrast_m10_bb_pos,sell,2025-10-19 05:30:00,1364.0,7.9824,1,leg_gt,1.51,60 -54400,sell_contrast_m10_bb_pos,sell,2025-10-19 05:33:00,1364.0,7.9824,1,leg_gt,1.51,60 -54401,sell_contrast_m10_bb_pos,sell,2025-10-19 05:36:00,1364.0,7.9824,1,leg_gt,1.51,60 -54402,sell_contrast_m10_bb_pos,sell,2025-10-19 05:39:00,1361.0,7.7447,1,leg_gt,1.51,60 -54403,sell_contrast_m10_bb_pos,sell,2025-10-19 12:21:00,1350.0,6.8731,1,leg_gt,1.79,60 -54404,sell_contrast_m10_bb_pos,sell,2025-10-19 12:24:00,1348.0,6.7146,1,leg_gt,1.8,60 -54405,sell_contrast_m10_bb_pos,sell,2025-10-19 12:27:00,1350.0,6.8731,1,leg_gt,1.8,60 -54406,sell_contrast_m10_bb_pos,sell,2025-10-19 12:42:00,1354.0,7.19,1,leg_gt,1.81,60 -54407,sell_contrast_m10_bb_pos,sell,2025-10-19 12:45:00,1351.0,6.9523,1,leg_gt,1.81,60 -54408,sell_contrast_m10_bb_pos,sell,2025-10-19 12:48:00,1353.0,7.1108,1,leg_gt,1.81,60 -54409,sell_contrast_m10_bb_pos,sell,2025-10-19 12:51:00,1351.0,6.9523,1,leg_gt,1.81,60 -54410,sell_contrast_m10_bb_pos,sell,2025-10-19 12:54:00,1347.0,6.6353,1,leg_gt,1.82,60 -54411,sell_contrast_m10_bb_pos,sell,2025-10-19 12:57:00,1349.0,6.7938,1,leg_gt,1.82,60 -54412,sell_contrast_m10_bb_pos,sell,2025-10-19 19:21:00,1351.0,2.0936,1,leg_gt,0.04,60 -54413,sell_contrast_m10_bb_pos,sell,2025-10-19 19:24:00,1357.0,2.5475,1,leg_gt,0.04,60 -54414,sell_contrast_m10_bb_pos,sell,2025-10-19 19:27:00,1365.0,3.1526,1,leg_gt,0.04,60 -54415,sell_contrast_m10_bb_pos,sell,2025-10-19 19:51:00,1363.0,3.0014,1,leg_gt,0.06,60 -54416,sell_contrast_m10_bb_pos,sell,2025-10-19 19:54:00,1362.0,2.9257,1,leg_gt,0.06,60 -54417,sell_contrast_m10_bb_pos,sell,2025-10-19 19:57:00,1359.0,2.6988,1,leg_gt,0.06,60 -54418,sell_contrast_m10_bb_pos,sell,2025-10-19 20:00:00,1363.0,3.0014,1,leg_gt,0.06,60 -54419,sell_contrast_m10_bb_pos,sell,2025-10-19 20:03:00,1365.0,3.1526,1,leg_gt,0.07,60 -54420,sell_contrast_m10_bb_pos,sell,2025-10-19 20:06:00,1368.0,3.3796,1,leg_gt,0.07,60 -54421,sell_contrast_m10_bb_pos,sell,2025-10-19 20:09:00,1372.0,3.6821,1,leg_gt,0.07,60 -54422,sell_contrast_m10_bb_pos,sell,2025-10-19 20:21:00,1371.0,3.6065,1,leg_gt,0.08,60 -54423,sell_contrast_m10_bb_pos,sell,2025-10-19 20:24:00,1369.0,3.4552,1,leg_gt,0.08,60 -54424,sell_contrast_m10_bb_pos,sell,2025-10-19 20:27:00,1366.0,3.2283,1,leg_gt,0.08,60 -54425,sell_contrast_m10_bb_pos,sell,2025-10-19 23:12:00,1382.0,4.4386,1,leg_gt,0.2,60 -54426,sell_contrast_m10_bb_pos,sell,2025-10-19 23:15:00,1379.0,4.2116,1,leg_gt,0.2,60 -54427,sell_contrast_m10_bb_pos,sell,2025-10-19 23:18:00,1383.0,4.5142,1,leg_gt,0.2,60 -54428,sell_contrast_m10_bb_pos,sell,2025-10-19 23:42:00,1393.0,5.2707,1,leg_gt,0.22,60 -54429,sell_contrast_m10_bb_pos,sell,2025-10-19 23:45:00,1397.0,5.5732,1,leg_gt,0.22,60 -54430,sell_contrast_m10_bb_pos,sell,2025-10-19 23:48:00,1397.0,5.5732,1,leg_gt,0.22,60 -54431,sell_contrast_m10_bb_pos,sell,2025-10-20 00:12:00,1401.0,5.8758,1,leg_gt,0.24,60 -54432,sell_contrast_m10_bb_pos,sell,2025-10-20 00:15:00,1400.0,5.8002,1,leg_gt,0.24,60 -54433,sell_contrast_m10_bb_pos,sell,2025-10-20 00:18:00,1398.0,5.6489,1,leg_gt,0.24,60 -54434,sell_contrast_m10_bb_pos,sell,2025-10-20 00:21:00,1401.0,5.8758,1,leg_gt,0.25,60 -54435,sell_contrast_m10_bb_pos,sell,2025-10-20 00:24:00,1395.0,5.4219,1,leg_gt,0.25,60 -54436,sell_contrast_m10_bb_pos,sell,2025-10-20 00:27:00,1392.0,5.195,1,leg_gt,0.25,60 -54437,sell_contrast_m10_bb_pos,sell,2025-10-20 06:00:00,1402.0,5.9514,1,leg_gt,0.48,60 -54438,sell_contrast_m10_bb_pos,sell,2025-10-20 06:03:00,1400.0,5.8002,1,leg_gt,0.48,60 -54439,sell_contrast_m10_bb_pos,sell,2025-10-20 06:06:00,1398.0,5.6489,1,leg_gt,0.49,60 -54440,sell_contrast_m10_bb_pos,sell,2025-10-20 06:09:00,1397.0,5.5732,1,leg_gt,0.49,60 -54441,sell_contrast_m10_bb_pos,sell,2025-10-20 13:21:00,1391.0,2.4811,1,leg_gt,0.16,60 -54442,sell_contrast_m10_bb_pos,sell,2025-10-20 13:24:00,1391.0,2.4811,1,leg_gt,0.16,60 -54443,sell_contrast_m10_bb_pos,sell,2025-10-20 13:27:00,1393.0,2.6286,1,leg_gt,0.16,60 -54444,sell_contrast_m10_bb_pos,sell,2025-10-20 13:30:00,1391.0,2.4811,1,leg_gt,0.17,60 -54445,sell_contrast_m10_bb_pos,sell,2025-10-20 13:33:00,1397.0,2.9236,1,leg_gt,0.17,60 -54446,sell_contrast_m10_bb_pos,sell,2025-10-20 13:36:00,1392.0,2.5549,1,leg_gt,0.17,60 -54447,sell_contrast_m10_bb_pos,sell,2025-10-20 13:39:00,1392.0,2.5549,1,leg_gt,0.17,60 -54448,sell_contrast_m10_bb_pos,sell,2025-10-20 15:42:00,1408.0,3.7348,1,leg_gt,0.26,60 -54449,sell_contrast_m10_bb_pos,sell,2025-10-20 15:45:00,1409.0,3.8086,1,leg_gt,0.26,60 -54450,sell_contrast_m10_bb_pos,sell,2025-10-20 15:48:00,1408.0,3.7348,1,leg_gt,0.26,60 -54451,sell_contrast_m10_bb_pos,sell,2025-10-20 15:51:00,1406.0,3.5873,1,leg_gt,0.26,60 -54452,sell_contrast_m10_bb_pos,sell,2025-10-20 15:54:00,1407.0,3.6611,1,leg_gt,0.27,60 -54453,sell_contrast_m10_bb_pos,sell,2025-10-20 15:57:00,1409.0,3.8086,1,leg_gt,0.27,60 -54454,sell_contrast_m10_bb_pos,sell,2025-10-20 19:21:00,1401.0,3.2186,1,leg_gt,0.41,60 -54455,sell_contrast_m10_bb_pos,sell,2025-10-20 19:24:00,1402.0,3.2923,1,leg_gt,0.41,60 -54456,sell_contrast_m10_bb_pos,sell,2025-10-20 19:27:00,1401.0,3.2186,1,leg_gt,0.41,60 -54457,sell_contrast_m10_bb_pos,sell,2025-10-20 19:30:00,1401.0,3.2186,1,leg_gt,0.42,60 -54458,sell_contrast_m10_bb_pos,sell,2025-10-20 19:33:00,1402.0,3.2923,1,leg_gt,0.42,60 -54459,sell_contrast_m10_bb_pos,sell,2025-10-20 19:36:00,1401.0,3.2186,1,leg_gt,0.42,60 -54460,sell_contrast_m10_bb_pos,sell,2025-10-20 19:39:00,1402.0,3.2923,1,leg_gt,0.42,60 -54461,sell_contrast_m10_bb_pos,sell,2025-10-20 19:42:00,1395.0,2.7761,1,leg_gt,0.42,60 -54462,sell_contrast_m10_bb_pos,sell,2025-10-20 19:45:00,1395.0,2.7761,1,leg_gt,0.43,60 -54463,sell_contrast_m10_bb_pos,sell,2025-10-20 19:48:00,1393.0,2.6286,1,leg_gt,0.43,60 -54464,sell_contrast_m10_bb_pos,sell,2025-10-20 23:12:00,1401.0,3.2186,1,leg_gt,0.57,60 -54465,sell_contrast_m10_bb_pos,sell,2025-10-20 23:15:00,1402.0,3.2923,1,leg_gt,0.57,60 -54466,sell_contrast_m10_bb_pos,sell,2025-10-20 23:18:00,1395.0,2.7761,1,leg_gt,0.57,60 -54467,sell_contrast_m10_bb_pos,sell,2025-10-20 23:30:00,1404.0,3.4398,1,leg_gt,0.58,60 -54468,sell_contrast_m10_bb_pos,sell,2025-10-20 23:33:00,1402.0,3.2923,1,leg_gt,0.59,60 -54469,sell_contrast_m10_bb_pos,sell,2025-10-20 23:36:00,1399.0,3.0711,1,leg_gt,0.59,60 -54470,sell_contrast_m10_bb_pos,sell,2025-10-20 23:39:00,1396.0,2.8499,1,leg_gt,0.59,60 -54471,sell_contrast_m10_bb_pos,sell,2025-10-21 04:51:00,1381.0,1.7437,1,leg_gt,0.81,60 -54472,sell_contrast_m10_bb_pos,sell,2025-10-21 04:54:00,1381.0,1.7437,1,leg_gt,0.81,60 -54473,sell_contrast_m10_bb_pos,sell,2025-10-21 04:57:00,1381.0,1.7437,1,leg_gt,0.81,60 -54474,sell_contrast_m10_bb_pos,sell,2025-10-21 06:21:00,1384.0,1.9649,1,leg_gt,0.87,60 -54475,sell_contrast_m10_bb_pos,sell,2025-10-21 06:24:00,1382.0,1.8174,1,leg_gt,0.87,60 -54476,sell_contrast_m10_bb_pos,sell,2025-10-21 06:27:00,1382.0,1.8174,1,leg_gt,0.87,60 -54477,sell_contrast_m10_bb_pos,sell,2025-10-21 16:30:00,1342.0,0.8782,1,leg_gt,0.11,60 -54478,sell_contrast_m10_bb_pos,sell,2025-10-21 16:33:00,1343.0,0.9534,1,leg_gt,0.12,60 -54479,sell_contrast_m10_bb_pos,sell,2025-10-21 16:36:00,1343.0,0.9534,1,leg_gt,0.12,60 -54480,sell_contrast_m10_bb_pos,sell,2025-10-21 16:39:00,1339.0,0.6524,1,leg_gt,0.12,60 -54481,sell_contrast_m10_bb_pos,sell,2025-10-21 17:00:00,1342.0,0.8782,1,leg_gt,0.14,60 -54482,sell_contrast_m10_bb_pos,sell,2025-10-21 17:03:00,1340.0,0.7277,1,leg_gt,0.14,60 -54483,sell_contrast_m10_bb_pos,sell,2025-10-21 17:06:00,1339.0,0.6524,1,leg_gt,0.14,60 -54484,sell_contrast_m10_bb_pos,sell,2025-10-21 17:09:00,1339.0,0.6524,1,leg_gt,0.14,60 -54485,sell_contrast_m10_bb_pos,sell,2025-10-21 20:12:00,1341.0,0.8029,1,leg_gt,0.27,60 -54486,sell_contrast_m10_bb_pos,sell,2025-10-21 20:15:00,1343.0,0.9534,1,leg_gt,0.27,60 -54487,sell_contrast_m10_bb_pos,sell,2025-10-21 20:18:00,1346.0,1.1792,1,leg_gt,0.27,60 -54488,sell_contrast_m10_bb_pos,sell,2025-10-21 20:42:00,1348.0,1.3296,1,leg_gt,0.29,60 -54489,sell_contrast_m10_bb_pos,sell,2025-10-21 20:45:00,1346.0,1.1792,1,leg_gt,0.29,60 -54490,sell_contrast_m10_bb_pos,sell,2025-10-21 20:48:00,1347.0,1.2544,1,leg_gt,0.29,60 -54491,sell_contrast_m10_bb_pos,sell,2025-10-21 20:51:00,1348.0,1.3296,1,leg_gt,0.3,60 -54492,sell_contrast_m10_bb_pos,sell,2025-10-21 20:54:00,1348.0,1.3296,1,leg_gt,0.3,60 -54493,sell_contrast_m10_bb_pos,sell,2025-10-21 20:57:00,1346.0,1.1792,1,leg_gt,0.3,60 -54494,sell_contrast_m10_bb_pos,sell,2025-10-21 21:21:00,1353.0,1.7059,1,leg_gt,0.32,60 -54495,sell_contrast_m10_bb_pos,sell,2025-10-21 21:24:00,1359.0,2.1573,1,leg_gt,0.32,60 -54496,sell_contrast_m10_bb_pos,sell,2025-10-21 21:27:00,1355.0,1.8564,1,leg_gt,0.32,60 -54497,sell_contrast_m10_bb_pos,sell,2025-10-21 21:42:00,1359.0,2.1573,1,leg_gt,0.33,60 -54498,sell_contrast_m10_bb_pos,sell,2025-10-21 21:45:00,1358.0,2.0821,1,leg_gt,0.33,60 -54499,sell_contrast_m10_bb_pos,sell,2025-10-21 21:48:00,1357.0,2.0068,1,leg_gt,0.34,60 -54500,sell_contrast_m10_bb_pos,sell,2025-10-21 23:30:00,1374.0,3.286,1,leg_gt,0.41,60 -54501,sell_contrast_m10_bb_pos,sell,2025-10-21 23:33:00,1386.0,4.1889,1,leg_gt,0.41,60 -54502,sell_contrast_m10_bb_pos,sell,2025-10-21 23:36:00,1385.0,4.1137,1,leg_gt,0.41,60 -54503,sell_contrast_m10_bb_pos,sell,2025-10-21 23:39:00,1385.0,4.1137,1,leg_gt,0.41,60 -54504,sell_contrast_m10_bb_pos,sell,2025-10-22 00:30:00,1425.0,7.1235,1,leg_gt,0.45,60 -54505,sell_contrast_m10_bb_pos,sell,2025-10-22 00:33:00,1422.0,6.8977,1,leg_gt,0.45,60 -54506,sell_contrast_m10_bb_pos,sell,2025-10-22 00:36:00,1419.0,6.672,1,leg_gt,0.45,60 -54507,sell_contrast_m10_bb_pos,sell,2025-10-22 00:39:00,1418.0,6.5968,1,leg_gt,0.45,60 -54508,sell_contrast_m10_bb_pos,sell,2025-10-22 00:42:00,1424.0,7.0482,1,leg_gt,0.46,60 -54509,sell_contrast_m10_bb_pos,sell,2025-10-22 00:45:00,1422.0,6.8977,1,leg_gt,0.46,60 -54510,sell_contrast_m10_bb_pos,sell,2025-10-22 00:48:00,1419.0,6.672,1,leg_gt,0.46,60 -54511,sell_contrast_m10_bb_pos,sell,2025-10-22 13:21:00,1344.0,1.0287,1,leg_gt,0.98,60 -54512,sell_contrast_m10_bb_pos,sell,2025-10-22 13:24:00,1347.0,1.2544,1,leg_gt,0.99,60 -54513,sell_contrast_m10_bb_pos,sell,2025-10-22 13:27:00,1345.0,1.1039,1,leg_gt,0.99,60 -54514,sell_contrast_m10_bb_pos,sell,2025-10-22 13:51:00,1345.0,1.1039,1,leg_gt,1.0,60 -54515,sell_contrast_m10_bb_pos,sell,2025-10-22 13:54:00,1345.0,1.1039,1,leg_gt,1.01,60 -54516,sell_contrast_m10_bb_pos,sell,2025-10-22 13:57:00,1348.0,1.3296,1,leg_gt,1.01,60 -54517,sell_contrast_m10_bb_pos,sell,2025-10-22 14:00:00,1347.0,1.2544,1,leg_gt,1.01,60 -54518,sell_contrast_m10_bb_pos,sell,2025-10-22 14:03:00,1342.0,0.8782,1,leg_gt,1.01,60 -54519,sell_contrast_m10_bb_pos,sell,2025-10-22 14:06:00,1342.0,0.8782,1,leg_gt,1.01,60 -54520,sell_contrast_m10_bb_pos,sell,2025-10-22 14:09:00,1340.0,0.7277,1,leg_gt,1.02,60 -54521,sell_contrast_m10_bb_pos,sell,2025-10-22 21:42:00,1325.0,-0.401,0,leg_gt,1.33,60 -54522,sell_contrast_m10_bb_pos,sell,2025-10-22 21:45:00,1325.0,-0.401,0,leg_gt,1.33,60 -54523,sell_contrast_m10_bb_pos,sell,2025-10-22 21:48:00,1322.0,-0.6267,0,leg_gt,1.34,60 -54524,sell_contrast_m10_bb_pos,sell,2025-10-22 22:21:00,1326.0,-0.3257,0,leg_gt,1.36,60 -54525,sell_contrast_m10_bb_pos,sell,2025-10-22 22:24:00,1325.0,-0.401,0,leg_gt,1.36,60 -54526,sell_contrast_m10_bb_pos,sell,2025-10-22 22:27:00,1325.0,-0.401,0,leg_gt,1.36,60 -54527,sell_contrast_m10_bb_pos,sell,2025-10-22 22:42:00,1322.0,-0.6267,0,leg_gt,1.37,60 -54528,sell_contrast_m10_bb_pos,sell,2025-10-22 22:45:00,1322.0,-0.6267,0,leg_gt,1.38,60 -54529,sell_contrast_m10_bb_pos,sell,2025-10-22 22:48:00,1322.0,-0.6267,0,leg_gt,1.38,60 -54530,sell_contrast_m10_bb_pos,sell,2025-10-23 00:00:00,1332.0,0.1257,1,leg_gt,1.43,60 -54531,sell_contrast_m10_bb_pos,sell,2025-10-23 00:03:00,1330.0,-0.0248,0,leg_gt,1.43,60 -54532,sell_contrast_m10_bb_pos,sell,2025-10-23 00:06:00,1326.0,-0.3257,0,leg_gt,1.43,60 -54533,sell_contrast_m10_bb_pos,sell,2025-10-23 00:09:00,1324.0,-0.4762,0,leg_gt,1.43,60 -54534,sell_contrast_m10_bb_pos,sell,2025-10-23 08:42:00,1277.0,2.06,1,leg_gt,0.11,60 -54535,sell_contrast_m10_bb_pos,sell,2025-10-23 08:45:00,1274.0,1.82,1,leg_gt,0.11,60 -54536,sell_contrast_m10_bb_pos,sell,2025-10-23 08:48:00,1275.0,1.9,1,leg_gt,0.11,60 -54537,sell_contrast_m10_bb_pos,sell,2025-10-23 09:00:00,1280.0,2.3,1,leg_gt,0.12,60 -54538,sell_contrast_m10_bb_pos,sell,2025-10-23 09:03:00,1280.0,2.3,1,leg_gt,0.12,60 -54539,sell_contrast_m10_bb_pos,sell,2025-10-23 09:06:00,1279.0,2.22,1,leg_gt,0.12,60 -54540,sell_contrast_m10_bb_pos,sell,2025-10-23 09:09:00,1278.0,2.14,1,leg_gt,0.12,60 -54541,sell_contrast_m10_bb_pos,sell,2025-10-23 09:12:00,1278.0,2.14,1,leg_gt,0.13,60 -54542,sell_contrast_m10_bb_pos,sell,2025-10-23 09:15:00,1282.0,2.46,1,leg_gt,0.13,60 -54543,sell_contrast_m10_bb_pos,sell,2025-10-23 09:18:00,1280.0,2.3,1,leg_gt,0.13,60 -54544,sell_contrast_m10_bb_pos,sell,2025-10-23 09:21:00,1278.0,2.14,1,leg_gt,0.13,60 -54545,sell_contrast_m10_bb_pos,sell,2025-10-23 09:24:00,1276.0,1.98,1,leg_gt,0.14,60 -54546,sell_contrast_m10_bb_pos,sell,2025-10-23 09:27:00,1276.0,1.98,1,leg_gt,0.14,60 -54547,sell_contrast_m10_bb_pos,sell,2025-10-23 09:30:00,1279.0,2.22,1,leg_gt,0.14,60 -54548,sell_contrast_m10_bb_pos,sell,2025-10-23 09:33:00,1281.0,2.38,1,leg_gt,0.14,60 -54549,sell_contrast_m10_bb_pos,sell,2025-10-23 09:36:00,1286.0,2.78,1,leg_gt,0.14,60 -54550,sell_contrast_m10_bb_pos,sell,2025-10-23 09:39:00,1284.0,2.62,1,leg_gt,0.15,60 -54551,sell_contrast_m10_bb_pos,sell,2025-10-23 09:42:00,1282.0,2.46,1,leg_gt,0.15,60 -54552,sell_contrast_m10_bb_pos,sell,2025-10-23 09:45:00,1286.0,2.78,1,leg_gt,0.15,60 -54553,sell_contrast_m10_bb_pos,sell,2025-10-23 09:48:00,1288.0,2.94,1,leg_gt,0.15,60 -54554,sell_contrast_m10_bb_pos,sell,2025-10-23 10:00:00,1290.0,3.1,1,leg_gt,0.16,60 -54555,sell_contrast_m10_bb_pos,sell,2025-10-23 10:03:00,1291.0,3.18,1,leg_gt,0.16,60 -54556,sell_contrast_m10_bb_pos,sell,2025-10-23 10:06:00,1287.0,2.86,1,leg_gt,0.16,60 -54557,sell_contrast_m10_bb_pos,sell,2025-10-23 10:09:00,1286.0,2.78,1,leg_gt,0.17,60 -54558,sell_contrast_m10_bb_pos,sell,2025-10-23 15:21:00,1278.0,2.14,1,leg_gt,0.38,60 -54559,sell_contrast_m10_bb_pos,sell,2025-10-23 15:24:00,1281.0,2.38,1,leg_gt,0.39,60 -54560,sell_contrast_m10_bb_pos,sell,2025-10-23 15:27:00,1283.0,2.54,1,leg_gt,0.39,60 -54561,sell_contrast_m10_bb_pos,sell,2025-10-23 15:30:00,1280.0,2.3,1,leg_gt,0.39,60 -54562,sell_contrast_m10_bb_pos,sell,2025-10-23 15:33:00,1280.0,2.3,1,leg_gt,0.39,60 -54563,sell_contrast_m10_bb_pos,sell,2025-10-23 15:36:00,1281.0,2.38,1,leg_gt,0.39,60 -54564,sell_contrast_m10_bb_pos,sell,2025-10-23 15:39:00,1283.0,2.54,1,leg_gt,0.4,60 -54565,sell_contrast_m10_bb_pos,sell,2025-10-23 16:12:00,1286.0,2.78,1,leg_gt,0.42,60 -54566,sell_contrast_m10_bb_pos,sell,2025-10-23 16:15:00,1285.0,2.7,1,leg_gt,0.42,60 -54567,sell_contrast_m10_bb_pos,sell,2025-10-23 16:18:00,1285.0,2.7,1,leg_gt,0.42,60 -54568,sell_contrast_m10_bb_pos,sell,2025-10-23 16:30:00,1288.0,2.94,1,leg_gt,0.43,60 -54569,sell_contrast_m10_bb_pos,sell,2025-10-23 16:33:00,1291.0,3.18,1,leg_gt,0.43,60 -54570,sell_contrast_m10_bb_pos,sell,2025-10-23 16:36:00,1288.0,2.94,1,leg_gt,0.44,60 -54571,sell_contrast_m10_bb_pos,sell,2025-10-23 16:39:00,1285.0,2.7,1,leg_gt,0.44,60 -54572,sell_contrast_m10_bb_pos,sell,2025-10-23 17:12:00,1291.0,3.18,1,leg_gt,0.46,60 -54573,sell_contrast_m10_bb_pos,sell,2025-10-23 17:15:00,1291.0,3.18,1,leg_gt,0.46,60 -54574,sell_contrast_m10_bb_pos,sell,2025-10-23 17:18:00,1289.0,3.02,1,leg_gt,0.46,60 -54575,sell_contrast_m10_bb_pos,sell,2025-10-23 19:00:00,1294.0,3.42,1,leg_gt,0.54,60 -54576,sell_contrast_m10_bb_pos,sell,2025-10-23 19:03:00,1296.0,3.58,1,leg_gt,0.54,60 -54577,sell_contrast_m10_bb_pos,sell,2025-10-23 19:06:00,1294.0,3.42,1,leg_gt,0.54,60 -54578,sell_contrast_m10_bb_pos,sell,2025-10-23 19:09:00,1294.0,3.42,1,leg_gt,0.54,60 -54579,sell_contrast_m10_bb_pos,sell,2025-10-23 19:12:00,1298.0,3.74,1,leg_gt,0.54,60 -54580,sell_contrast_m10_bb_pos,sell,2025-10-23 19:15:00,1300.0,3.9,1,leg_gt,0.55,60 -54581,sell_contrast_m10_bb_pos,sell,2025-10-23 19:18:00,1304.0,4.22,1,leg_gt,0.55,60 -54582,sell_contrast_m10_bb_pos,sell,2025-10-24 07:21:00,1288.0,2.94,1,leg_gt,1.05,60 -54583,sell_contrast_m10_bb_pos,sell,2025-10-24 07:24:00,1286.0,2.78,1,leg_gt,1.05,60 -54584,sell_contrast_m10_bb_pos,sell,2025-10-24 07:27:00,1286.0,2.78,1,leg_gt,1.05,60 -54585,sell_contrast_m10_bb_pos,sell,2025-10-24 07:30:00,1289.0,3.02,1,leg_gt,1.06,60 -54586,sell_contrast_m10_bb_pos,sell,2025-10-24 07:33:00,1291.0,3.18,1,leg_gt,1.06,60 -54587,sell_contrast_m10_bb_pos,sell,2025-10-24 07:36:00,1290.0,3.1,1,leg_gt,1.06,60 -54588,sell_contrast_m10_bb_pos,sell,2025-10-24 07:39:00,1290.0,3.1,1,leg_gt,1.06,60 -54589,sell_contrast_m10_bb_pos,sell,2025-10-24 08:21:00,1295.0,3.5,1,leg_gt,1.09,60 -54590,sell_contrast_m10_bb_pos,sell,2025-10-24 08:24:00,1296.0,3.58,1,leg_gt,1.09,60 -54591,sell_contrast_m10_bb_pos,sell,2025-10-24 08:27:00,1295.0,3.5,1,leg_gt,1.1,60 -54592,sell_contrast_m10_bb_pos,sell,2025-10-24 08:30:00,1295.0,3.5,1,leg_gt,1.1,60 -54593,sell_contrast_m10_bb_pos,sell,2025-10-24 08:33:00,1294.0,3.42,1,leg_gt,1.1,60 -54594,sell_contrast_m10_bb_pos,sell,2025-10-24 08:36:00,1293.0,3.34,1,leg_gt,1.1,60 -54595,sell_contrast_m10_bb_pos,sell,2025-10-24 08:39:00,1294.0,3.42,1,leg_gt,1.1,60 -54596,sell_contrast_m10_bb_pos,sell,2025-10-24 08:51:00,1298.0,3.74,1,leg_gt,1.11,60 -54597,sell_contrast_m10_bb_pos,sell,2025-10-24 08:54:00,1298.0,3.74,1,leg_gt,1.11,60 -54598,sell_contrast_m10_bb_pos,sell,2025-10-24 08:57:00,1300.0,3.9,1,leg_gt,1.12,60 -54599,sell_contrast_m10_bb_pos,sell,2025-10-24 09:00:00,1300.0,3.9,1,leg_gt,1.12,60 -54600,sell_contrast_m10_bb_pos,sell,2025-10-24 09:03:00,1298.0,3.74,1,leg_gt,1.12,60 -54601,sell_contrast_m10_bb_pos,sell,2025-10-24 09:06:00,1300.0,3.9,1,leg_gt,1.12,60 -54602,sell_contrast_m10_bb_pos,sell,2025-10-24 09:09:00,1298.0,3.74,1,leg_gt,1.12,60 -54603,sell_contrast_m10_bb_pos,sell,2025-10-24 14:30:00,1313.0,4.94,1,leg_gt,1.35,60 -54604,sell_contrast_m10_bb_pos,sell,2025-10-24 14:33:00,1313.0,4.94,1,leg_gt,1.35,60 -54605,sell_contrast_m10_bb_pos,sell,2025-10-24 14:36:00,1314.0,5.02,1,leg_gt,1.35,60 -54606,sell_contrast_m10_bb_pos,sell,2025-10-24 14:39:00,1314.0,5.02,1,leg_gt,1.35,60 -54607,sell_contrast_m10_bb_pos,sell,2025-10-24 14:42:00,1315.0,5.1,1,leg_gt,1.36,60 -54608,sell_contrast_m10_bb_pos,sell,2025-10-24 14:45:00,1316.0,5.18,1,leg_gt,1.36,60 -54609,sell_contrast_m10_bb_pos,sell,2025-10-24 14:48:00,1319.0,5.42,1,leg_gt,1.36,60 -54610,sell_contrast_m10_bb_pos,sell,2025-10-24 14:51:00,1320.0,5.5,1,leg_gt,1.36,60 -54611,sell_contrast_m10_bb_pos,sell,2025-10-24 14:54:00,1318.0,5.34,1,leg_gt,1.36,60 -54612,sell_contrast_m10_bb_pos,sell,2025-10-24 14:57:00,1316.0,5.18,1,leg_gt,1.37,60 -54613,sell_contrast_m10_bb_pos,sell,2025-10-24 15:21:00,1323.0,5.74,1,leg_gt,1.38,60 -54614,sell_contrast_m10_bb_pos,sell,2025-10-24 15:24:00,1324.0,5.82,1,leg_gt,1.39,60 -54615,sell_contrast_m10_bb_pos,sell,2025-10-24 15:27:00,1322.0,5.66,1,leg_gt,1.39,60 -54616,sell_contrast_m10_bb_pos,sell,2025-10-24 15:30:00,1323.0,5.74,1,leg_gt,1.39,60 -54617,sell_contrast_m10_bb_pos,sell,2025-10-24 15:33:00,1320.0,5.5,1,leg_gt,1.39,60 -54618,sell_contrast_m10_bb_pos,sell,2025-10-24 15:36:00,1322.0,5.66,1,leg_gt,1.39,60 -54619,sell_contrast_m10_bb_pos,sell,2025-10-24 15:39:00,1322.0,5.66,1,leg_gt,1.4,60 -54620,sell_contrast_m10_bb_pos,sell,2025-10-24 22:00:00,1329.0,6.22,1,leg_gt,1.66,60 -54621,sell_contrast_m10_bb_pos,sell,2025-10-24 22:03:00,1325.0,5.9,1,leg_gt,1.66,60 -54622,sell_contrast_m10_bb_pos,sell,2025-10-24 22:06:00,1328.0,6.14,1,leg_gt,1.66,60 -54623,sell_contrast_m10_bb_pos,sell,2025-10-24 22:09:00,1329.0,6.22,1,leg_gt,1.67,60 -54624,sell_contrast_m10_bb_pos,sell,2025-10-24 22:12:00,1326.0,5.98,1,leg_gt,1.67,60 -54625,sell_contrast_m10_bb_pos,sell,2025-10-24 22:15:00,1327.0,6.06,1,leg_gt,1.67,60 -54626,sell_contrast_m10_bb_pos,sell,2025-10-24 22:18:00,1327.0,6.06,1,leg_gt,1.67,60 -54627,sell_contrast_m10_bb_pos,sell,2025-10-25 04:42:00,1327.0,3.0882,1,leg_gt,0.13,60 -54628,sell_contrast_m10_bb_pos,sell,2025-10-25 04:45:00,1330.0,3.3215,1,leg_gt,0.13,60 -54629,sell_contrast_m10_bb_pos,sell,2025-10-25 04:48:00,1328.0,3.1659,1,leg_gt,0.13,60 -54630,sell_contrast_m10_bb_pos,sell,2025-10-25 05:00:00,1327.0,3.0882,1,leg_gt,0.14,60 -54631,sell_contrast_m10_bb_pos,sell,2025-10-25 05:03:00,1327.0,3.0882,1,leg_gt,0.14,60 -54632,sell_contrast_m10_bb_pos,sell,2025-10-25 05:06:00,1326.0,3.0104,1,leg_gt,0.14,60 -54633,sell_contrast_m10_bb_pos,sell,2025-10-25 05:09:00,1325.0,2.9327,1,leg_gt,0.15,60 -54634,sell_contrast_m10_bb_pos,sell,2025-10-25 05:21:00,1332.0,3.477,1,leg_gt,0.15,60 -54635,sell_contrast_m10_bb_pos,sell,2025-10-25 05:24:00,1338.0,3.9435,1,leg_gt,0.16,60 -54636,sell_contrast_m10_bb_pos,sell,2025-10-25 05:27:00,1346.0,4.5656,1,leg_gt,0.16,60 -54637,sell_contrast_m10_bb_pos,sell,2025-10-25 05:30:00,1337.0,3.8658,1,leg_gt,0.16,60 -54638,sell_contrast_m10_bb_pos,sell,2025-10-25 05:33:00,1336.0,3.788,1,leg_gt,0.16,60 -54639,sell_contrast_m10_bb_pos,sell,2025-10-25 05:36:00,1343.0,4.3323,1,leg_gt,0.16,60 -54640,sell_contrast_m10_bb_pos,sell,2025-10-25 05:39:00,1338.0,3.9435,1,leg_gt,0.17,60 -54641,sell_contrast_m10_bb_pos,sell,2025-10-25 05:51:00,1337.0,3.8658,1,leg_gt,0.18,60 -54642,sell_contrast_m10_bb_pos,sell,2025-10-25 05:54:00,1337.0,3.8658,1,leg_gt,0.18,60 -54643,sell_contrast_m10_bb_pos,sell,2025-10-25 05:57:00,1336.0,3.788,1,leg_gt,0.18,60 -54644,sell_contrast_m10_bb_pos,sell,2025-10-25 06:51:00,1340.0,4.0991,1,leg_gt,0.22,60 -54645,sell_contrast_m10_bb_pos,sell,2025-10-25 06:54:00,1340.0,4.0991,1,leg_gt,0.22,60 -54646,sell_contrast_m10_bb_pos,sell,2025-10-25 06:57:00,1338.0,3.9435,1,leg_gt,0.22,60 -54647,sell_contrast_m10_bb_pos,sell,2025-10-25 07:30:00,1342.0,4.2546,1,leg_gt,0.24,60 -54648,sell_contrast_m10_bb_pos,sell,2025-10-25 07:33:00,1344.0,4.4101,1,leg_gt,0.25,60 -54649,sell_contrast_m10_bb_pos,sell,2025-10-25 07:36:00,1345.0,4.4879,1,leg_gt,0.25,60 -54650,sell_contrast_m10_bb_pos,sell,2025-10-25 07:39:00,1343.0,4.3323,1,leg_gt,0.25,60 -54651,sell_contrast_m10_bb_pos,sell,2025-10-25 07:42:00,1341.0,4.1768,1,leg_gt,0.25,60 -54652,sell_contrast_m10_bb_pos,sell,2025-10-25 07:45:00,1342.0,4.2546,1,leg_gt,0.25,60 -54653,sell_contrast_m10_bb_pos,sell,2025-10-25 07:48:00,1339.0,4.0213,1,leg_gt,0.26,60 -54654,sell_contrast_m10_bb_pos,sell,2025-10-25 17:51:00,1313.0,0.8224,1,leg_gt,0.08,60 -54655,sell_contrast_m10_bb_pos,sell,2025-10-25 17:54:00,1313.0,0.8224,1,leg_gt,0.08,60 -54656,sell_contrast_m10_bb_pos,sell,2025-10-25 17:57:00,1312.0,0.7455,1,leg_gt,0.08,60 -54657,sell_contrast_m10_bb_pos,sell,2025-10-25 18:12:00,1312.0,0.7455,1,leg_gt,0.09,60 -54658,sell_contrast_m10_bb_pos,sell,2025-10-25 18:15:00,1315.0,0.9761,1,leg_gt,0.09,60 -54659,sell_contrast_m10_bb_pos,sell,2025-10-25 18:18:00,1312.0,0.7455,1,leg_gt,0.1,60 -54660,sell_contrast_m10_bb_pos,sell,2025-10-25 18:21:00,1313.0,0.8224,1,leg_gt,0.1,60 -54661,sell_contrast_m10_bb_pos,sell,2025-10-25 18:24:00,1312.0,0.7455,1,leg_gt,0.1,60 -54662,sell_contrast_m10_bb_pos,sell,2025-10-25 18:27:00,1309.0,0.5149,1,leg_gt,0.1,60 -54663,sell_contrast_m10_bb_pos,sell,2025-10-25 23:42:00,1310.0,0.5918,1,leg_gt,0.32,60 -54664,sell_contrast_m10_bb_pos,sell,2025-10-25 23:45:00,1310.0,0.5918,1,leg_gt,0.32,60 -54665,sell_contrast_m10_bb_pos,sell,2025-10-25 23:48:00,1311.0,0.6686,1,leg_gt,0.32,60 -54666,sell_contrast_m10_bb_pos,sell,2025-10-26 01:30:00,1317.0,1.1298,1,leg_gt,0.4,60 -54667,sell_contrast_m10_bb_pos,sell,2025-10-26 01:33:00,1319.0,1.2836,1,leg_gt,0.4,60 -54668,sell_contrast_m10_bb_pos,sell,2025-10-26 01:36:00,1319.0,1.2836,1,leg_gt,0.4,60 -54669,sell_contrast_m10_bb_pos,sell,2025-10-26 01:39:00,1315.0,0.9761,1,leg_gt,0.4,60 -54670,sell_contrast_m10_bb_pos,sell,2025-10-26 02:12:00,1321.0,1.4373,1,leg_gt,0.42,60 -54671,sell_contrast_m10_bb_pos,sell,2025-10-26 02:15:00,1324.0,1.6679,1,leg_gt,0.43,60 -54672,sell_contrast_m10_bb_pos,sell,2025-10-26 02:18:00,1323.0,1.591,1,leg_gt,0.43,60 -54673,sell_contrast_m10_bb_pos,sell,2025-10-26 03:21:00,1322.0,1.5141,1,leg_gt,0.47,60 -54674,sell_contrast_m10_bb_pos,sell,2025-10-26 03:24:00,1322.0,1.5141,1,leg_gt,0.48,60 -54675,sell_contrast_m10_bb_pos,sell,2025-10-26 03:27:00,1323.0,1.591,1,leg_gt,0.48,60 -54676,sell_contrast_m10_bb_pos,sell,2025-10-26 03:30:00,1324.0,1.6679,1,leg_gt,0.48,60 -54677,sell_contrast_m10_bb_pos,sell,2025-10-26 03:33:00,1324.0,1.6679,1,leg_gt,0.48,60 -54678,sell_contrast_m10_bb_pos,sell,2025-10-26 03:36:00,1326.0,1.8216,1,leg_gt,0.48,60 -54679,sell_contrast_m10_bb_pos,sell,2025-10-26 03:39:00,1329.0,2.0522,1,leg_gt,0.49,60 -54680,sell_contrast_m10_bb_pos,sell,2025-10-26 03:51:00,1324.0,1.6679,1,leg_gt,0.49,60 -54681,sell_contrast_m10_bb_pos,sell,2025-10-26 03:54:00,1324.0,1.6679,1,leg_gt,0.5,60 -54682,sell_contrast_m10_bb_pos,sell,2025-10-26 03:57:00,1325.0,1.7447,1,leg_gt,0.5,60 -54683,sell_contrast_m10_bb_pos,sell,2025-10-26 05:12:00,1329.0,2.0522,1,leg_gt,0.55,60 -54684,sell_contrast_m10_bb_pos,sell,2025-10-26 05:15:00,1329.0,2.0522,1,leg_gt,0.55,60 -54685,sell_contrast_m10_bb_pos,sell,2025-10-26 05:18:00,1329.0,2.0522,1,leg_gt,0.55,60 -54686,sell_contrast_m10_bb_pos,sell,2025-10-26 05:21:00,1329.0,2.0522,1,leg_gt,0.56,60 -54687,sell_contrast_m10_bb_pos,sell,2025-10-26 05:24:00,1331.0,2.2059,1,leg_gt,0.56,60 -54688,sell_contrast_m10_bb_pos,sell,2025-10-26 05:27:00,1330.0,2.1291,1,leg_gt,0.56,60 -54689,sell_contrast_m10_bb_pos,sell,2025-10-26 05:42:00,1333.0,2.3596,1,leg_gt,0.57,60 -54690,sell_contrast_m10_bb_pos,sell,2025-10-26 05:45:00,1334.0,2.4365,1,leg_gt,0.57,60 -54691,sell_contrast_m10_bb_pos,sell,2025-10-26 05:48:00,1335.0,2.5134,1,leg_gt,0.57,60 -54692,sell_contrast_m10_bb_pos,sell,2025-10-26 06:00:00,1335.0,2.5134,1,leg_gt,0.58,60 -54693,sell_contrast_m10_bb_pos,sell,2025-10-26 06:03:00,1334.0,2.4365,1,leg_gt,0.59,60 -54694,sell_contrast_m10_bb_pos,sell,2025-10-26 06:06:00,1333.0,2.3596,1,leg_gt,0.59,60 -54695,sell_contrast_m10_bb_pos,sell,2025-10-26 06:09:00,1336.0,2.5902,1,leg_gt,0.59,60 -54696,sell_contrast_m10_bb_pos,sell,2025-10-26 06:12:00,1336.0,2.5902,1,leg_gt,0.59,60 -54697,sell_contrast_m10_bb_pos,sell,2025-10-26 06:15:00,1334.0,2.4365,1,leg_gt,0.59,60 -54698,sell_contrast_m10_bb_pos,sell,2025-10-26 06:18:00,1333.0,2.3596,1,leg_gt,0.6,60 -54699,sell_contrast_m10_bb_pos,sell,2025-10-26 08:00:00,1336.0,2.5902,1,leg_gt,0.67,60 -54700,sell_contrast_m10_bb_pos,sell,2025-10-26 08:03:00,1334.0,2.4365,1,leg_gt,0.67,60 -54701,sell_contrast_m10_bb_pos,sell,2025-10-26 08:06:00,1337.0,2.6671,1,leg_gt,0.67,60 -54702,sell_contrast_m10_bb_pos,sell,2025-10-26 08:09:00,1336.0,2.5902,1,leg_gt,0.67,60 -54703,sell_contrast_m10_bb_pos,sell,2025-10-26 08:12:00,1337.0,2.6671,1,leg_gt,0.68,60 -54704,sell_contrast_m10_bb_pos,sell,2025-10-26 08:15:00,1336.0,2.5902,1,leg_gt,0.68,60 -54705,sell_contrast_m10_bb_pos,sell,2025-10-26 08:18:00,1332.0,2.2828,1,leg_gt,0.68,60 -54706,sell_contrast_m10_bb_pos,sell,2025-10-26 10:00:00,1337.0,2.6671,1,leg_gt,0.75,60 -54707,sell_contrast_m10_bb_pos,sell,2025-10-26 10:03:00,1334.0,2.4365,1,leg_gt,0.75,60 -54708,sell_contrast_m10_bb_pos,sell,2025-10-26 10:06:00,1335.0,2.5134,1,leg_gt,0.75,60 -54709,sell_contrast_m10_bb_pos,sell,2025-10-26 10:09:00,1333.0,2.3596,1,leg_gt,0.76,60 -54710,sell_contrast_m10_bb_pos,sell,2025-10-26 14:30:00,1324.0,1.6679,1,leg_gt,0.94,60 -54711,sell_contrast_m10_bb_pos,sell,2025-10-26 14:33:00,1324.0,1.6679,1,leg_gt,0.94,60 -54712,sell_contrast_m10_bb_pos,sell,2025-10-26 14:36:00,1327.0,1.8985,1,leg_gt,0.94,60 -54713,sell_contrast_m10_bb_pos,sell,2025-10-26 14:39:00,1328.0,1.9753,1,leg_gt,0.94,60 -54714,sell_contrast_m10_bb_pos,sell,2025-10-26 15:12:00,1330.0,2.1291,1,leg_gt,0.97,60 -54715,sell_contrast_m10_bb_pos,sell,2025-10-26 15:15:00,1331.0,2.2059,1,leg_gt,0.97,60 -54716,sell_contrast_m10_bb_pos,sell,2025-10-26 15:18:00,1331.0,2.2059,1,leg_gt,0.97,60 -54717,sell_contrast_m10_bb_pos,sell,2025-10-26 15:21:00,1333.0,2.3596,1,leg_gt,0.97,60 -54718,sell_contrast_m10_bb_pos,sell,2025-10-26 15:24:00,1335.0,2.5134,1,leg_gt,0.98,60 -54719,sell_contrast_m10_bb_pos,sell,2025-10-26 15:27:00,1338.0,2.744,1,leg_gt,0.98,60 -54720,sell_contrast_m10_bb_pos,sell,2025-10-26 15:51:00,1337.0,2.6671,1,leg_gt,0.99,60 -54721,sell_contrast_m10_bb_pos,sell,2025-10-26 15:54:00,1335.0,2.5134,1,leg_gt,1.0,60 -54722,sell_contrast_m10_bb_pos,sell,2025-10-26 15:57:00,1335.0,2.5134,1,leg_gt,1.0,60 -54723,sell_contrast_m10_bb_pos,sell,2025-10-26 16:00:00,1336.0,2.5902,1,leg_gt,1.0,60 -54724,sell_contrast_m10_bb_pos,sell,2025-10-26 16:03:00,1332.0,2.2828,1,leg_gt,1.0,60 -54725,sell_contrast_m10_bb_pos,sell,2025-10-26 16:06:00,1335.0,2.5134,1,leg_gt,1.0,60 -54726,sell_contrast_m10_bb_pos,sell,2025-10-26 16:09:00,1334.0,2.4365,1,leg_gt,1.01,60 -54727,sell_contrast_m10_bb_pos,sell,2025-10-26 17:12:00,1339.0,2.8208,1,leg_gt,1.05,60 -54728,sell_contrast_m10_bb_pos,sell,2025-10-26 17:15:00,1338.0,2.744,1,leg_gt,1.05,60 -54729,sell_contrast_m10_bb_pos,sell,2025-10-26 17:18:00,1336.0,2.5902,1,leg_gt,1.05,60 -54730,sell_contrast_m10_bb_pos,sell,2025-10-26 18:12:00,1342.0,3.0514,1,leg_gt,1.09,60 -54731,sell_contrast_m10_bb_pos,sell,2025-10-26 18:15:00,1341.0,2.9746,1,leg_gt,1.09,60 -54732,sell_contrast_m10_bb_pos,sell,2025-10-26 18:18:00,1342.0,3.0514,1,leg_gt,1.1,60 -54733,sell_contrast_m10_bb_pos,sell,2025-10-26 18:21:00,1346.0,3.3589,1,leg_gt,1.1,60 -54734,sell_contrast_m10_bb_pos,sell,2025-10-26 18:24:00,1355.0,4.0507,1,leg_gt,1.1,60 -54735,sell_contrast_m10_bb_pos,sell,2025-10-26 18:27:00,1365.0,4.8193,1,leg_gt,1.1,60 -54736,sell_contrast_m10_bb_pos,sell,2025-10-26 18:42:00,1354.0,3.9738,1,leg_gt,1.11,60 -54737,sell_contrast_m10_bb_pos,sell,2025-10-26 18:45:00,1355.0,4.0507,1,leg_gt,1.11,60 -54738,sell_contrast_m10_bb_pos,sell,2025-10-26 18:48:00,1356.0,4.1275,1,leg_gt,1.12,60 -54739,sell_contrast_m10_bb_pos,sell,2025-10-26 19:00:00,1361.0,4.5118,1,leg_gt,1.12,60 -54740,sell_contrast_m10_bb_pos,sell,2025-10-26 19:03:00,1358.0,4.2812,1,leg_gt,1.13,60 -54741,sell_contrast_m10_bb_pos,sell,2025-10-26 19:06:00,1356.0,4.1275,1,leg_gt,1.13,60 -54742,sell_contrast_m10_bb_pos,sell,2025-10-26 19:09:00,1360.0,4.435,1,leg_gt,1.13,60 -54743,sell_contrast_m10_bb_pos,sell,2025-10-26 19:12:00,1362.0,4.5887,1,leg_gt,1.13,60 -54744,sell_contrast_m10_bb_pos,sell,2025-10-26 19:15:00,1363.0,4.6656,1,leg_gt,1.14,60 -54745,sell_contrast_m10_bb_pos,sell,2025-10-26 19:18:00,1359.0,4.3581,1,leg_gt,1.14,60 -54746,sell_contrast_m10_bb_pos,sell,2025-10-26 19:21:00,1361.0,4.5118,1,leg_gt,1.14,60 -54747,sell_contrast_m10_bb_pos,sell,2025-10-26 19:24:00,1358.0,4.2812,1,leg_gt,1.14,60 -54748,sell_contrast_m10_bb_pos,sell,2025-10-26 19:27:00,1361.0,4.5118,1,leg_gt,1.14,60 -54749,sell_contrast_m10_bb_pos,sell,2025-10-26 20:42:00,1373.0,5.4342,1,leg_gt,1.2,60 -54750,sell_contrast_m10_bb_pos,sell,2025-10-26 20:45:00,1385.0,6.3566,1,leg_gt,1.2,60 -54751,sell_contrast_m10_bb_pos,sell,2025-10-26 20:48:00,1381.0,6.0491,1,leg_gt,1.2,60 -54752,sell_contrast_m10_bb_pos,sell,2025-10-26 21:30:00,1390.0,6.7409,1,leg_gt,1.23,60 -54753,sell_contrast_m10_bb_pos,sell,2025-10-26 21:33:00,1385.0,6.3566,1,leg_gt,1.23,60 -54754,sell_contrast_m10_bb_pos,sell,2025-10-26 21:36:00,1384.0,6.2797,1,leg_gt,1.23,60 -54755,sell_contrast_m10_bb_pos,sell,2025-10-26 21:39:00,1383.0,6.2028,1,leg_gt,1.24,60 -54756,sell_contrast_m10_bb_pos,sell,2025-10-27 00:51:00,1387.0,6.5103,1,leg_gt,1.37,60 -54757,sell_contrast_m10_bb_pos,sell,2025-10-27 00:54:00,1393.0,6.9715,1,leg_gt,1.37,60 -54758,sell_contrast_m10_bb_pos,sell,2025-10-27 00:57:00,1394.0,7.0483,1,leg_gt,1.37,60 -54759,sell_contrast_m10_bb_pos,sell,2025-10-27 01:00:00,1391.0,6.8178,1,leg_gt,1.38,60 -54760,sell_contrast_m10_bb_pos,sell,2025-10-27 01:03:00,1387.0,6.5103,1,leg_gt,1.38,60 -54761,sell_contrast_m10_bb_pos,sell,2025-10-27 01:06:00,1387.0,6.5103,1,leg_gt,1.38,60 -54762,sell_contrast_m10_bb_pos,sell,2025-10-27 01:09:00,1385.0,6.3566,1,leg_gt,1.38,60 -54763,sell_contrast_m10_bb_pos,sell,2025-10-27 03:12:00,1402.0,7.6633,1,leg_gt,1.47,60 -54764,sell_contrast_m10_bb_pos,sell,2025-10-27 03:15:00,1402.0,7.6633,1,leg_gt,1.47,60 -54765,sell_contrast_m10_bb_pos,sell,2025-10-27 03:18:00,1403.0,7.7401,1,leg_gt,1.47,60 -54766,sell_contrast_m10_bb_pos,sell,2025-10-27 03:21:00,1403.0,7.7401,1,leg_gt,1.47,60 -54767,sell_contrast_m10_bb_pos,sell,2025-10-27 03:24:00,1402.0,7.6633,1,leg_gt,1.48,60 -54768,sell_contrast_m10_bb_pos,sell,2025-10-27 03:27:00,1399.0,7.4327,1,leg_gt,1.48,60 -54769,sell_contrast_m10_bb_pos,sell,2025-10-27 04:00:00,1407.0,8.0476,1,leg_gt,1.5,60 -54770,sell_contrast_m10_bb_pos,sell,2025-10-27 04:03:00,1408.0,8.1244,1,leg_gt,1.5,60 -54771,sell_contrast_m10_bb_pos,sell,2025-10-27 04:06:00,1410.0,8.2782,1,leg_gt,1.5,60 -54772,sell_contrast_m10_bb_pos,sell,2025-10-27 04:09:00,1410.0,8.2782,1,leg_gt,1.51,60 -54773,sell_contrast_m10_bb_pos,sell,2025-10-27 07:21:00,1412.0,8.4319,1,leg_gt,1.64,60 -54774,sell_contrast_m10_bb_pos,sell,2025-10-27 07:24:00,1410.0,8.2782,1,leg_gt,1.64,60 -54775,sell_contrast_m10_bb_pos,sell,2025-10-27 07:27:00,1412.0,8.4319,1,leg_gt,1.64,60 -54776,sell_contrast_m10_bb_pos,sell,2025-10-27 07:30:00,1413.0,8.5088,1,leg_gt,1.65,60 -54777,sell_contrast_m10_bb_pos,sell,2025-10-27 07:33:00,1409.0,8.2013,1,leg_gt,1.65,60 -54778,sell_contrast_m10_bb_pos,sell,2025-10-27 07:36:00,1410.0,8.2782,1,leg_gt,1.65,60 -54779,sell_contrast_m10_bb_pos,sell,2025-10-27 07:39:00,1410.0,8.2782,1,leg_gt,1.65,60 -54780,sell_contrast_m10_bb_pos,sell,2025-10-27 07:51:00,1416.0,8.7394,1,leg_gt,1.66,60 -54781,sell_contrast_m10_bb_pos,sell,2025-10-27 07:54:00,1413.0,8.5088,1,leg_gt,1.66,60 -54782,sell_contrast_m10_bb_pos,sell,2025-10-27 07:57:00,1415.0,8.6625,1,leg_gt,1.66,60 -54783,sell_contrast_m10_bb_pos,sell,2025-10-27 08:00:00,1414.0,8.5856,1,leg_gt,1.67,60 -54784,sell_contrast_m10_bb_pos,sell,2025-10-27 08:03:00,1415.0,8.6625,1,leg_gt,1.67,60 -54785,sell_contrast_m10_bb_pos,sell,2025-10-27 08:06:00,1409.0,8.2013,1,leg_gt,1.67,60 -54786,sell_contrast_m10_bb_pos,sell,2025-10-27 08:09:00,1412.0,8.4319,1,leg_gt,1.67,60 -54787,sell_contrast_m10_bb_pos,sell,2025-10-27 12:12:00,1411.0,8.355,1,leg_gt,1.84,60 -54788,sell_contrast_m10_bb_pos,sell,2025-10-27 12:15:00,1409.0,8.2013,1,leg_gt,1.84,60 -54789,sell_contrast_m10_bb_pos,sell,2025-10-27 12:18:00,1408.0,8.1244,1,leg_gt,1.85,60 -54790,sell_contrast_m10_bb_pos,sell,2025-10-28 01:12:00,1363.0,4.6656,1,leg_gt,2.38,60 -54791,sell_contrast_m10_bb_pos,sell,2025-10-28 01:15:00,1362.0,4.5887,1,leg_gt,2.39,60 -54792,sell_contrast_m10_bb_pos,sell,2025-10-28 01:18:00,1363.0,4.6656,1,leg_gt,2.39,60 -54793,sell_contrast_m10_bb_pos,sell,2025-10-28 01:51:00,1372.0,5.3573,1,leg_gt,2.41,60 -54794,sell_contrast_m10_bb_pos,sell,2025-10-28 01:54:00,1374.0,5.5111,1,leg_gt,2.41,60 -54795,sell_contrast_m10_bb_pos,sell,2025-10-28 01:57:00,1375.0,5.5879,1,leg_gt,2.41,60 -54796,sell_contrast_m10_bb_pos,sell,2025-10-28 02:12:00,1373.0,5.4342,1,leg_gt,2.42,60 -54797,sell_contrast_m10_bb_pos,sell,2025-10-28 02:15:00,1372.0,5.3573,1,leg_gt,2.43,60 -54798,sell_contrast_m10_bb_pos,sell,2025-10-28 02:18:00,1372.0,5.3573,1,leg_gt,2.43,60 -54799,sell_contrast_m10_bb_pos,sell,2025-10-28 02:21:00,1373.0,5.4342,1,leg_gt,2.43,60 -54800,sell_contrast_m10_bb_pos,sell,2025-10-28 02:24:00,1368.0,5.0499,1,leg_gt,2.43,60 -54801,sell_contrast_m10_bb_pos,sell,2025-10-28 02:27:00,1368.0,5.0499,1,leg_gt,2.44,60 -54802,sell_contrast_m10_bb_pos,sell,2025-10-28 02:42:00,1370.0,5.2036,1,leg_gt,2.45,60 -54803,sell_contrast_m10_bb_pos,sell,2025-10-28 02:45:00,1368.0,5.0499,1,leg_gt,2.45,60 -54804,sell_contrast_m10_bb_pos,sell,2025-10-28 02:48:00,1365.0,4.8193,1,leg_gt,2.45,60 -54805,sell_contrast_m10_bb_pos,sell,2025-10-28 03:12:00,1373.0,5.4342,1,leg_gt,2.47,60 -54806,sell_contrast_m10_bb_pos,sell,2025-10-28 03:15:00,1375.0,5.5879,1,leg_gt,2.47,60 -54807,sell_contrast_m10_bb_pos,sell,2025-10-28 03:18:00,1371.0,5.2805,1,leg_gt,2.47,60 -54808,sell_contrast_m10_bb_pos,sell,2025-10-28 10:51:00,1342.0,3.0514,1,leg_gt,2.79,60 -54809,sell_contrast_m10_bb_pos,sell,2025-10-28 10:54:00,1341.0,2.9746,1,leg_gt,2.79,60 -54810,sell_contrast_m10_bb_pos,sell,2025-10-28 10:57:00,1339.0,2.8208,1,leg_gt,2.79,60 -54811,sell_contrast_m10_bb_pos,sell,2025-10-28 16:12:00,1334.0,2.4365,1,leg_gt,3.01,60 -54812,sell_contrast_m10_bb_pos,sell,2025-10-28 16:15:00,1334.0,2.4365,1,leg_gt,3.01,60 -54813,sell_contrast_m10_bb_pos,sell,2025-10-28 16:18:00,1334.0,2.4365,1,leg_gt,3.01,60 -54814,sell_contrast_m10_bb_pos,sell,2025-10-28 20:00:00,1332.0,2.2828,1,leg_gt,3.17,60 -54815,sell_contrast_m10_bb_pos,sell,2025-10-28 20:03:00,1330.0,2.1291,1,leg_gt,3.17,60 -54816,sell_contrast_m10_bb_pos,sell,2025-10-28 20:06:00,1329.0,2.0522,1,leg_gt,3.17,60 -54817,sell_contrast_m10_bb_pos,sell,2025-10-28 20:09:00,1331.0,2.2059,1,leg_gt,3.17,60 -54818,sell_contrast_m10_bb_pos,sell,2025-10-28 21:51:00,1342.0,3.0514,1,leg_gt,3.24,60 -54819,sell_contrast_m10_bb_pos,sell,2025-10-28 21:54:00,1341.0,2.9746,1,leg_gt,3.25,60 -54820,sell_contrast_m10_bb_pos,sell,2025-10-28 21:57:00,1343.0,3.1283,1,leg_gt,3.25,60 -54821,sell_contrast_m10_bb_pos,sell,2025-10-28 22:21:00,1352.0,3.8201,1,leg_gt,3.26,60 -54822,sell_contrast_m10_bb_pos,sell,2025-10-28 22:24:00,1352.0,3.8201,1,leg_gt,3.27,60 -54823,sell_contrast_m10_bb_pos,sell,2025-10-28 22:27:00,1353.0,3.8969,1,leg_gt,3.27,60 -54824,sell_contrast_m10_bb_pos,sell,2025-10-28 22:30:00,1351.0,3.7432,1,leg_gt,3.27,60 -54825,sell_contrast_m10_bb_pos,sell,2025-10-28 22:33:00,1355.0,4.0507,1,leg_gt,3.27,60 -54826,sell_contrast_m10_bb_pos,sell,2025-10-28 22:36:00,1351.0,3.7432,1,leg_gt,3.28,60 -54827,sell_contrast_m10_bb_pos,sell,2025-10-28 22:39:00,1353.0,3.8969,1,leg_gt,3.28,60 -54828,sell_contrast_m10_bb_pos,sell,2025-10-28 23:00:00,1357.0,4.2044,1,leg_gt,3.29,60 -54829,sell_contrast_m10_bb_pos,sell,2025-10-28 23:03:00,1355.0,4.0507,1,leg_gt,3.29,60 -54830,sell_contrast_m10_bb_pos,sell,2025-10-28 23:06:00,1354.0,3.9738,1,leg_gt,3.3,60 -54831,sell_contrast_m10_bb_pos,sell,2025-10-28 23:09:00,1354.0,3.9738,1,leg_gt,3.3,60 -54832,sell_contrast_m10_bb_pos,sell,2025-10-28 23:12:00,1353.0,3.8969,1,leg_gt,3.3,60 -54833,sell_contrast_m10_bb_pos,sell,2025-10-28 23:15:00,1354.0,3.9738,1,leg_gt,3.3,60 -54834,sell_contrast_m10_bb_pos,sell,2025-10-28 23:18:00,1354.0,3.9738,1,leg_gt,3.3,60 -54835,sell_contrast_m10_bb_pos,sell,2025-10-28 23:21:00,1359.0,4.3581,1,leg_gt,3.31,60 -54836,sell_contrast_m10_bb_pos,sell,2025-10-28 23:24:00,1352.0,3.8201,1,leg_gt,3.31,60 -54837,sell_contrast_m10_bb_pos,sell,2025-10-28 23:27:00,1348.0,3.5126,1,leg_gt,3.31,60 -54838,sell_contrast_m10_bb_pos,sell,2025-10-29 16:21:00,1292.0,-0.7918,0,leg_gt,4.01,60 -54839,sell_contrast_m10_bb_pos,sell,2025-10-29 16:24:00,1295.0,-0.5612,0,leg_gt,4.02,60 -54840,sell_contrast_m10_bb_pos,sell,2025-10-29 16:27:00,1294.0,-0.638,0,leg_gt,4.02,60 -54841,sell_contrast_m10_bb_pos,sell,2025-10-29 16:42:00,1292.0,-0.7918,0,leg_gt,4.03,60 -54842,sell_contrast_m10_bb_pos,sell,2025-10-29 16:45:00,1291.0,-0.8686,0,leg_gt,4.03,60 -54843,sell_contrast_m10_bb_pos,sell,2025-10-29 16:48:00,1292.0,-0.7918,0,leg_gt,4.03,60 -54844,sell_contrast_m10_bb_pos,sell,2025-10-29 16:51:00,1295.0,-0.5612,0,leg_gt,4.04,60 -54845,sell_contrast_m10_bb_pos,sell,2025-10-29 16:54:00,1298.0,-0.3306,0,leg_gt,4.04,60 -54846,sell_contrast_m10_bb_pos,sell,2025-10-29 16:57:00,1301.0,-0.1,0,leg_gt,4.04,60 -54847,sell_contrast_m10_bb_pos,sell,2025-10-29 19:30:00,1299.0,-0.2537,0,leg_gt,4.15,60 -54848,sell_contrast_m10_bb_pos,sell,2025-10-29 19:33:00,1297.0,-0.4075,0,leg_gt,4.15,60 -54849,sell_contrast_m10_bb_pos,sell,2025-10-29 19:36:00,1298.0,-0.3306,0,leg_gt,4.15,60 -54850,sell_contrast_m10_bb_pos,sell,2025-10-29 19:39:00,1301.0,-0.1,0,leg_gt,4.15,60 -54851,sell_contrast_m10_bb_pos,sell,2025-10-29 20:30:00,1304.0,0.1306,1,leg_gt,4.19,60 -54852,sell_contrast_m10_bb_pos,sell,2025-10-29 20:33:00,1305.0,0.2075,1,leg_gt,4.19,60 -54853,sell_contrast_m10_bb_pos,sell,2025-10-29 20:36:00,1305.0,0.2075,1,leg_gt,4.19,60 -54854,sell_contrast_m10_bb_pos,sell,2025-10-29 20:39:00,1305.0,0.2075,1,leg_gt,4.19,60 -54855,sell_contrast_m10_bb_pos,sell,2025-10-29 20:42:00,1304.0,0.1306,1,leg_gt,4.2,60 -54856,sell_contrast_m10_bb_pos,sell,2025-10-29 20:45:00,1306.0,0.2843,1,leg_gt,4.2,60 -54857,sell_contrast_m10_bb_pos,sell,2025-10-29 20:48:00,1305.0,0.2075,1,leg_gt,4.2,60 -54858,sell_contrast_m10_bb_pos,sell,2025-10-29 20:51:00,1305.0,0.2075,1,leg_gt,4.2,60 -54859,sell_contrast_m10_bb_pos,sell,2025-10-29 20:54:00,1306.0,0.2843,1,leg_gt,4.2,60 -54860,sell_contrast_m10_bb_pos,sell,2025-10-29 20:57:00,1305.0,0.2075,1,leg_gt,4.21,60 -54861,sell_contrast_m10_bb_pos,sell,2025-10-29 22:12:00,1309.0,0.5149,1,leg_gt,4.26,60 -54862,sell_contrast_m10_bb_pos,sell,2025-10-29 22:15:00,1311.0,0.6686,1,leg_gt,4.26,60 -54863,sell_contrast_m10_bb_pos,sell,2025-10-29 22:18:00,1312.0,0.7455,1,leg_gt,4.26,60 -54864,sell_contrast_m10_bb_pos,sell,2025-10-29 22:42:00,1311.0,0.6686,1,leg_gt,4.28,60 -54865,sell_contrast_m10_bb_pos,sell,2025-10-29 22:45:00,1312.0,0.7455,1,leg_gt,4.28,60 -54866,sell_contrast_m10_bb_pos,sell,2025-10-29 22:48:00,1311.0,0.6686,1,leg_gt,4.28,60 -54867,sell_contrast_m10_bb_pos,sell,2025-10-29 22:51:00,1311.0,0.6686,1,leg_gt,4.29,60 -54868,sell_contrast_m10_bb_pos,sell,2025-10-29 22:54:00,1310.0,0.5918,1,leg_gt,4.29,60 -54869,sell_contrast_m10_bb_pos,sell,2025-10-29 22:57:00,1310.0,0.5918,1,leg_gt,4.29,60 -54870,sell_contrast_m10_bb_pos,sell,2025-10-30 03:12:00,1320.0,1.3604,1,leg_gt,4.47,60 -54871,sell_contrast_m10_bb_pos,sell,2025-10-30 03:15:00,1314.0,0.8992,1,leg_gt,4.47,60 -54872,sell_contrast_m10_bb_pos,sell,2025-10-30 03:18:00,1323.0,1.591,1,leg_gt,4.47,60 -54873,sell_contrast_m10_bb_pos,sell,2025-10-30 03:21:00,1316.0,1.053,1,leg_gt,4.47,60 -54874,sell_contrast_m10_bb_pos,sell,2025-10-30 03:24:00,1315.0,0.9761,1,leg_gt,4.47,60 -54875,sell_contrast_m10_bb_pos,sell,2025-10-30 03:27:00,1315.0,0.9761,1,leg_gt,4.48,60 -54876,sell_contrast_m10_bb_pos,sell,2025-10-30 05:30:00,1332.0,5.3632,1,leg_gt,0.08,60 -54877,sell_contrast_m10_bb_pos,sell,2025-10-30 05:33:00,1332.0,5.3632,1,leg_gt,0.08,60 -54878,sell_contrast_m10_bb_pos,sell,2025-10-30 05:36:00,1328.0,5.0465,1,leg_gt,0.08,60 -54879,sell_contrast_m10_bb_pos,sell,2025-10-30 05:39:00,1330.0,5.2048,1,leg_gt,0.08,60 -54880,sell_contrast_m10_bb_pos,sell,2025-10-30 11:30:00,1299.0,2.7504,1,leg_gt,0.33,60 -54881,sell_contrast_m10_bb_pos,sell,2025-10-30 11:33:00,1296.0,2.5128,1,leg_gt,0.33,60 -54882,sell_contrast_m10_bb_pos,sell,2025-10-30 11:36:00,1296.0,2.5128,1,leg_gt,0.33,60 -54883,sell_contrast_m10_bb_pos,sell,2025-10-30 11:39:00,1295.0,2.4337,1,leg_gt,0.33,60 -54884,sell_contrast_m10_bb_pos,sell,2025-10-30 16:21:00,1274.0,0.7709,1,leg_gt,0.53,60 -54885,sell_contrast_m10_bb_pos,sell,2025-10-30 16:24:00,1273.0,0.6918,1,leg_gt,0.53,60 -54886,sell_contrast_m10_bb_pos,sell,2025-10-30 16:27:00,1274.0,0.7709,1,leg_gt,0.53,60 -54887,sell_contrast_m10_bb_pos,sell,2025-10-30 16:30:00,1275.0,0.8501,1,leg_gt,0.54,60 -54888,sell_contrast_m10_bb_pos,sell,2025-10-30 16:33:00,1274.0,0.7709,1,leg_gt,0.54,60 -54889,sell_contrast_m10_bb_pos,sell,2025-10-30 16:36:00,1275.0,0.8501,1,leg_gt,0.54,60 -54890,sell_contrast_m10_bb_pos,sell,2025-10-30 16:39:00,1276.0,0.9293,1,leg_gt,0.54,60 -54891,sell_contrast_m10_bb_pos,sell,2025-10-30 16:42:00,1275.0,0.8501,1,leg_gt,0.54,60 -54892,sell_contrast_m10_bb_pos,sell,2025-10-30 16:45:00,1278.0,1.0876,1,leg_gt,0.55,60 -54893,sell_contrast_m10_bb_pos,sell,2025-10-30 16:48:00,1277.0,1.0085,1,leg_gt,0.55,60 -54894,sell_contrast_m10_bb_pos,sell,2025-10-30 17:00:00,1275.0,0.8501,1,leg_gt,0.56,60 -54895,sell_contrast_m10_bb_pos,sell,2025-10-30 17:03:00,1272.0,0.6126,1,leg_gt,0.56,60 -54896,sell_contrast_m10_bb_pos,sell,2025-10-30 17:06:00,1274.0,0.7709,1,leg_gt,0.56,60 -54897,sell_contrast_m10_bb_pos,sell,2025-10-30 17:09:00,1273.0,0.6918,1,leg_gt,0.56,60 -54898,sell_contrast_m10_bb_pos,sell,2025-10-31 06:00:00,1184.0,1.0966,1,leg_gt,0.14,60 -54899,sell_contrast_m10_bb_pos,sell,2025-10-31 06:03:00,1187.0,1.353,1,leg_gt,0.15,60 -54900,sell_contrast_m10_bb_pos,sell,2025-10-31 06:06:00,1187.0,1.353,1,leg_gt,0.15,60 -54901,sell_contrast_m10_bb_pos,sell,2025-10-31 06:09:00,1189.0,1.5239,1,leg_gt,0.15,60 -54902,sell_contrast_m10_bb_pos,sell,2025-10-31 06:30:00,1188.0,1.4385,1,leg_gt,0.16,60 -54903,sell_contrast_m10_bb_pos,sell,2025-10-31 06:33:00,1185.0,1.1821,1,leg_gt,0.17,60 -54904,sell_contrast_m10_bb_pos,sell,2025-10-31 06:36:00,1186.0,1.2675,1,leg_gt,0.17,60 -54905,sell_contrast_m10_bb_pos,sell,2025-10-31 06:39:00,1186.0,1.2675,1,leg_gt,0.17,60 -54906,sell_contrast_m10_bb_pos,sell,2025-10-31 06:42:00,1190.0,1.6094,1,leg_gt,0.17,60 -54907,sell_contrast_m10_bb_pos,sell,2025-10-31 06:45:00,1189.0,1.5239,1,leg_gt,0.18,60 -54908,sell_contrast_m10_bb_pos,sell,2025-10-31 06:48:00,1190.0,1.6094,1,leg_gt,0.18,60 -54909,sell_contrast_m10_bb_pos,sell,2025-10-31 06:51:00,1196.0,2.1222,1,leg_gt,0.18,60 -54910,sell_contrast_m10_bb_pos,sell,2025-10-31 06:54:00,1197.0,2.2077,1,leg_gt,0.18,60 -54911,sell_contrast_m10_bb_pos,sell,2025-10-31 06:57:00,1194.0,1.9513,1,leg_gt,0.18,60 -54912,sell_contrast_m10_bb_pos,sell,2025-10-31 07:00:00,1193.0,1.8658,1,leg_gt,0.19,60 -54913,sell_contrast_m10_bb_pos,sell,2025-10-31 07:03:00,1193.0,1.8658,1,leg_gt,0.19,60 -54914,sell_contrast_m10_bb_pos,sell,2025-10-31 07:06:00,1195.0,2.0368,1,leg_gt,0.19,60 -54915,sell_contrast_m10_bb_pos,sell,2025-10-31 07:09:00,1193.0,1.8658,1,leg_gt,0.19,60 -54916,sell_contrast_m10_bb_pos,sell,2025-10-31 07:12:00,1192.0,1.7803,1,leg_gt,0.19,60 -54917,sell_contrast_m10_bb_pos,sell,2025-10-31 07:15:00,1194.0,1.9513,1,leg_gt,0.2,60 -54918,sell_contrast_m10_bb_pos,sell,2025-10-31 07:18:00,1196.0,2.1222,1,leg_gt,0.2,60 -54919,sell_contrast_m10_bb_pos,sell,2025-10-31 07:21:00,1197.0,2.2077,1,leg_gt,0.2,60 -54920,sell_contrast_m10_bb_pos,sell,2025-10-31 07:24:00,1197.0,2.2077,1,leg_gt,0.2,60 -54921,sell_contrast_m10_bb_pos,sell,2025-10-31 07:27:00,1198.0,2.2932,1,leg_gt,0.2,60 -54922,sell_contrast_m10_bb_pos,sell,2025-10-31 07:30:00,1197.0,2.2077,1,leg_gt,0.21,60 -54923,sell_contrast_m10_bb_pos,sell,2025-10-31 07:33:00,1197.0,2.2077,1,leg_gt,0.21,60 -54924,sell_contrast_m10_bb_pos,sell,2025-10-31 07:36:00,1198.0,2.2932,1,leg_gt,0.21,60 -54925,sell_contrast_m10_bb_pos,sell,2025-10-31 07:39:00,1199.0,2.3786,1,leg_gt,0.21,60 -54926,sell_contrast_m10_bb_pos,sell,2025-10-31 07:42:00,1199.0,2.3786,1,leg_gt,0.21,60 -54927,sell_contrast_m10_bb_pos,sell,2025-10-31 07:45:00,1199.0,2.3786,1,leg_gt,0.22,60 -54928,sell_contrast_m10_bb_pos,sell,2025-10-31 07:48:00,1200.0,2.4641,1,leg_gt,0.22,60 -54929,sell_contrast_m10_bb_pos,sell,2025-10-31 08:00:00,1203.0,2.7205,1,leg_gt,0.23,60 -54930,sell_contrast_m10_bb_pos,sell,2025-10-31 08:03:00,1201.0,2.5496,1,leg_gt,0.23,60 -54931,sell_contrast_m10_bb_pos,sell,2025-10-31 08:06:00,1204.0,2.806,1,leg_gt,0.23,60 -54932,sell_contrast_m10_bb_pos,sell,2025-10-31 08:09:00,1202.0,2.635,1,leg_gt,0.23,60 -54933,sell_contrast_m10_bb_pos,sell,2025-10-31 08:12:00,1202.0,2.635,1,leg_gt,0.24,60 -54934,sell_contrast_m10_bb_pos,sell,2025-10-31 08:15:00,1203.0,2.7205,1,leg_gt,0.24,60 -54935,sell_contrast_m10_bb_pos,sell,2025-10-31 08:18:00,1202.0,2.635,1,leg_gt,0.24,60 -54936,sell_contrast_m10_bb_pos,sell,2025-10-31 08:21:00,1206.0,2.9769,1,leg_gt,0.24,60 -54937,sell_contrast_m10_bb_pos,sell,2025-10-31 08:24:00,1207.0,3.0624,1,leg_gt,0.24,60 -54938,sell_contrast_m10_bb_pos,sell,2025-10-31 08:27:00,1207.0,3.0624,1,leg_gt,0.25,60 -54939,sell_contrast_m10_bb_pos,sell,2025-10-31 08:30:00,1209.0,3.2333,1,leg_gt,0.25,60 -54940,sell_contrast_m10_bb_pos,sell,2025-10-31 08:33:00,1209.0,3.2333,1,leg_gt,0.25,60 -54941,sell_contrast_m10_bb_pos,sell,2025-10-31 08:36:00,1209.0,3.2333,1,leg_gt,0.25,60 -54942,sell_contrast_m10_bb_pos,sell,2025-10-31 08:39:00,1208.0,3.1479,1,leg_gt,0.25,60 -54943,sell_contrast_m10_bb_pos,sell,2025-10-31 08:42:00,1208.0,3.1479,1,leg_gt,0.26,60 -54944,sell_contrast_m10_bb_pos,sell,2025-10-31 08:45:00,1210.0,3.3188,1,leg_gt,0.26,60 -54945,sell_contrast_m10_bb_pos,sell,2025-10-31 08:48:00,1212.0,3.4897,1,leg_gt,0.26,60 -54946,sell_contrast_m10_bb_pos,sell,2025-10-31 08:51:00,1211.0,3.4043,1,leg_gt,0.26,60 -54947,sell_contrast_m10_bb_pos,sell,2025-10-31 08:54:00,1211.0,3.4043,1,leg_gt,0.26,60 -54948,sell_contrast_m10_bb_pos,sell,2025-10-31 08:57:00,1212.0,3.4897,1,leg_gt,0.27,60 -54949,sell_contrast_m10_bb_pos,sell,2025-10-31 09:00:00,1211.0,3.4043,1,leg_gt,0.27,60 -54950,sell_contrast_m10_bb_pos,sell,2025-10-31 09:03:00,1209.0,3.2333,1,leg_gt,0.27,60 -54951,sell_contrast_m10_bb_pos,sell,2025-10-31 09:06:00,1208.0,3.1479,1,leg_gt,0.27,60 -54952,sell_contrast_m10_bb_pos,sell,2025-10-31 09:09:00,1210.0,3.3188,1,leg_gt,0.28,60 -54953,sell_contrast_m10_bb_pos,sell,2025-10-31 09:42:00,1214.0,3.6607,1,leg_gt,0.3,60 -54954,sell_contrast_m10_bb_pos,sell,2025-10-31 09:45:00,1215.0,3.7462,1,leg_gt,0.3,60 -54955,sell_contrast_m10_bb_pos,sell,2025-10-31 09:48:00,1214.0,3.6607,1,leg_gt,0.3,60 -54956,sell_contrast_m10_bb_pos,sell,2025-10-31 09:51:00,1215.0,3.7462,1,leg_gt,0.3,60 -54957,sell_contrast_m10_bb_pos,sell,2025-10-31 09:54:00,1220.0,4.1735,1,leg_gt,0.31,60 -54958,sell_contrast_m10_bb_pos,sell,2025-10-31 09:57:00,1217.0,3.9171,1,leg_gt,0.31,60 -54959,sell_contrast_m10_bb_pos,sell,2025-10-31 10:00:00,1215.0,3.7462,1,leg_gt,0.31,60 -54960,sell_contrast_m10_bb_pos,sell,2025-10-31 10:03:00,1213.0,3.5752,1,leg_gt,0.31,60 -54961,sell_contrast_m10_bb_pos,sell,2025-10-31 10:06:00,1216.0,3.8316,1,leg_gt,0.31,60 -54962,sell_contrast_m10_bb_pos,sell,2025-10-31 10:09:00,1219.0,4.088,1,leg_gt,0.32,60 -54963,sell_contrast_m10_bb_pos,sell,2025-10-31 10:12:00,1221.0,4.259,1,leg_gt,0.32,60 -54964,sell_contrast_m10_bb_pos,sell,2025-10-31 10:15:00,1220.0,4.1735,1,leg_gt,0.32,60 -54965,sell_contrast_m10_bb_pos,sell,2025-10-31 10:18:00,1220.0,4.1735,1,leg_gt,0.32,60 -54966,sell_contrast_m10_bb_pos,sell,2025-10-31 10:21:00,1220.0,4.1735,1,leg_gt,0.32,60 -54967,sell_contrast_m10_bb_pos,sell,2025-10-31 10:24:00,1220.0,4.1735,1,leg_gt,0.33,60 -54968,sell_contrast_m10_bb_pos,sell,2025-10-31 10:27:00,1220.0,4.1735,1,leg_gt,0.33,60 -54969,sell_contrast_m10_bb_pos,sell,2025-10-31 10:30:00,1220.0,4.1735,1,leg_gt,0.33,60 -54970,sell_contrast_m10_bb_pos,sell,2025-10-31 10:33:00,1218.0,4.0026,1,leg_gt,0.33,60 -54971,sell_contrast_m10_bb_pos,sell,2025-10-31 10:36:00,1219.0,4.088,1,leg_gt,0.34,60 -54972,sell_contrast_m10_bb_pos,sell,2025-10-31 10:39:00,1221.0,4.259,1,leg_gt,0.34,60 -54973,sell_contrast_m10_bb_pos,sell,2025-10-31 10:42:00,1221.0,4.259,1,leg_gt,0.34,60 -54974,sell_contrast_m10_bb_pos,sell,2025-10-31 10:45:00,1221.0,4.259,1,leg_gt,0.34,60 -54975,sell_contrast_m10_bb_pos,sell,2025-10-31 10:48:00,1223.0,4.4299,1,leg_gt,0.34,60 -54976,sell_contrast_m10_bb_pos,sell,2025-10-31 10:51:00,1226.0,4.6863,1,leg_gt,0.35,60 -54977,sell_contrast_m10_bb_pos,sell,2025-10-31 10:54:00,1226.0,4.6863,1,leg_gt,0.35,60 -54978,sell_contrast_m10_bb_pos,sell,2025-10-31 10:57:00,1226.0,4.6863,1,leg_gt,0.35,60 -54979,sell_contrast_m10_bb_pos,sell,2025-10-31 11:00:00,1226.0,4.6863,1,leg_gt,0.35,60 -54980,sell_contrast_m10_bb_pos,sell,2025-10-31 11:03:00,1225.0,4.6009,1,leg_gt,0.35,60 -54981,sell_contrast_m10_bb_pos,sell,2025-10-31 11:06:00,1221.0,4.259,1,leg_gt,0.36,60 -54982,sell_contrast_m10_bb_pos,sell,2025-10-31 11:09:00,1219.0,4.088,1,leg_gt,0.36,60 -54983,sell_contrast_m10_bb_pos,sell,2025-10-31 21:30:00,1212.0,3.4897,1,leg_gt,0.79,60 -54984,sell_contrast_m10_bb_pos,sell,2025-10-31 21:33:00,1212.0,3.4897,1,leg_gt,0.79,60 -54985,sell_contrast_m10_bb_pos,sell,2025-10-31 21:36:00,1211.0,3.4043,1,leg_gt,0.79,60 -54986,sell_contrast_m10_bb_pos,sell,2025-10-31 21:39:00,1208.0,3.1479,1,leg_gt,0.8,60 -54987,sell_contrast_m10_bb_pos,sell,2025-11-01 00:00:00,1214.0,3.6607,1,leg_gt,0.89,60 -54988,sell_contrast_m10_bb_pos,sell,2025-11-01 00:03:00,1208.0,3.1479,1,leg_gt,0.9,60 -54989,sell_contrast_m10_bb_pos,sell,2025-11-01 00:06:00,1210.0,3.3188,1,leg_gt,0.9,60 -54990,sell_contrast_m10_bb_pos,sell,2025-11-01 00:09:00,1214.0,3.6607,1,leg_gt,0.9,60 -54991,sell_contrast_m10_bb_pos,sell,2025-11-01 00:12:00,1213.0,3.5752,1,leg_gt,0.9,60 -54992,sell_contrast_m10_bb_pos,sell,2025-11-01 00:15:00,1215.0,3.7462,1,leg_gt,0.9,60 -54993,sell_contrast_m10_bb_pos,sell,2025-11-01 00:18:00,1214.0,3.6607,1,leg_gt,0.91,60 -54994,sell_contrast_m10_bb_pos,sell,2025-11-01 00:21:00,1213.0,3.5752,1,leg_gt,0.91,60 -54995,sell_contrast_m10_bb_pos,sell,2025-11-01 00:24:00,1210.0,3.3188,1,leg_gt,0.91,60 -54996,sell_contrast_m10_bb_pos,sell,2025-11-01 00:27:00,1206.0,2.9769,1,leg_gt,0.91,60 -54997,sell_contrast_m10_bb_pos,sell,2025-11-01 04:42:00,1203.0,2.1959,1,leg_gt,0.1,60 -54998,sell_contrast_m10_bb_pos,sell,2025-11-01 04:45:00,1207.0,2.5361,1,leg_gt,0.1,60 -54999,sell_contrast_m10_bb_pos,sell,2025-11-01 04:48:00,1209.0,2.7061,1,leg_gt,0.1,60 -55000,sell_contrast_m10_bb_pos,sell,2025-11-01 05:12:00,1208.0,2.6211,1,leg_gt,0.12,60 -55001,sell_contrast_m10_bb_pos,sell,2025-11-01 05:15:00,1206.0,2.451,1,leg_gt,0.12,60 -55002,sell_contrast_m10_bb_pos,sell,2025-11-01 05:18:00,1208.0,2.6211,1,leg_gt,0.12,60 -55003,sell_contrast_m10_bb_pos,sell,2025-11-01 05:21:00,1209.0,2.7061,1,leg_gt,0.12,60 -55004,sell_contrast_m10_bb_pos,sell,2025-11-01 05:24:00,1209.0,2.7061,1,leg_gt,0.13,60 -55005,sell_contrast_m10_bb_pos,sell,2025-11-01 05:27:00,1207.0,2.5361,1,leg_gt,0.13,60 -55006,sell_contrast_m10_bb_pos,sell,2025-11-01 11:51:00,1200.0,1.9408,1,leg_gt,0.4,60 -55007,sell_contrast_m10_bb_pos,sell,2025-11-01 11:54:00,1202.0,2.1109,1,leg_gt,0.4,60 -55008,sell_contrast_m10_bb_pos,sell,2025-11-01 11:57:00,1205.0,2.366,1,leg_gt,0.4,60 -55009,sell_contrast_m10_bb_pos,sell,2025-11-01 12:42:00,1210.0,2.7912,1,leg_gt,0.43,60 -55010,sell_contrast_m10_bb_pos,sell,2025-11-01 12:45:00,1211.0,2.8762,1,leg_gt,0.43,60 -55011,sell_contrast_m10_bb_pos,sell,2025-11-01 12:48:00,1211.0,2.8762,1,leg_gt,0.44,60 -55012,sell_contrast_m10_bb_pos,sell,2025-11-01 13:00:00,1212.0,2.9612,1,leg_gt,0.44,60 -55013,sell_contrast_m10_bb_pos,sell,2025-11-01 13:03:00,1212.0,2.9612,1,leg_gt,0.45,60 -55014,sell_contrast_m10_bb_pos,sell,2025-11-01 13:06:00,1214.0,3.1313,1,leg_gt,0.45,60 -55015,sell_contrast_m10_bb_pos,sell,2025-11-01 13:09:00,1215.0,3.2163,1,leg_gt,0.45,60 -55016,sell_contrast_m10_bb_pos,sell,2025-11-01 13:12:00,1211.0,2.8762,1,leg_gt,0.45,60 -55017,sell_contrast_m10_bb_pos,sell,2025-11-01 13:15:00,1210.0,2.7912,1,leg_gt,0.45,60 -55018,sell_contrast_m10_bb_pos,sell,2025-11-01 13:18:00,1209.0,2.7061,1,leg_gt,0.46,60 -55019,sell_contrast_m10_bb_pos,sell,2025-11-01 17:30:00,1316.0,11.8048,1,leg_gt,0.63,60 -55020,sell_contrast_m10_bb_pos,sell,2025-11-01 17:33:00,1312.0,11.4646,1,leg_gt,0.63,60 -55021,sell_contrast_m10_bb_pos,sell,2025-11-01 17:36:00,1320.0,12.1449,1,leg_gt,0.64,60 -55022,sell_contrast_m10_bb_pos,sell,2025-11-01 17:39:00,1313.0,11.5497,1,leg_gt,0.64,60 -55023,sell_contrast_m10_bb_pos,sell,2025-11-01 17:42:00,1316.0,11.8048,1,leg_gt,0.64,60 -55024,sell_contrast_m10_bb_pos,sell,2025-11-01 17:45:00,1299.0,10.3592,1,leg_gt,0.64,60 -55025,sell_contrast_m10_bb_pos,sell,2025-11-01 17:48:00,1297.0,10.1891,1,leg_gt,0.64,60 -55026,sell_contrast_m10_bb_pos,sell,2025-11-01 21:30:00,1306.0,3.0596,1,leg_gt,0.13,60 -55027,sell_contrast_m10_bb_pos,sell,2025-11-01 21:33:00,1314.0,3.6915,1,leg_gt,0.13,60 -55028,sell_contrast_m10_bb_pos,sell,2025-11-01 21:36:00,1319.0,4.0864,1,leg_gt,0.13,60 -55029,sell_contrast_m10_bb_pos,sell,2025-11-01 21:39:00,1314.0,3.6915,1,leg_gt,0.14,60 -55030,sell_contrast_m10_bb_pos,sell,2025-11-01 21:51:00,1313.0,3.6125,1,leg_gt,0.14,60 -55031,sell_contrast_m10_bb_pos,sell,2025-11-01 21:54:00,1310.0,3.3755,1,leg_gt,0.15,60 -55032,sell_contrast_m10_bb_pos,sell,2025-11-01 21:57:00,1310.0,3.3755,1,leg_gt,0.15,60 -55033,sell_contrast_m10_bb_pos,sell,2025-11-02 01:12:00,1308.0,3.2175,1,leg_gt,0.28,60 -55034,sell_contrast_m10_bb_pos,sell,2025-11-02 01:15:00,1308.0,3.2175,1,leg_gt,0.29,60 -55035,sell_contrast_m10_bb_pos,sell,2025-11-02 01:18:00,1311.0,3.4545,1,leg_gt,0.29,60 -55036,sell_contrast_m10_bb_pos,sell,2025-11-02 01:21:00,1312.0,3.5335,1,leg_gt,0.29,60 -55037,sell_contrast_m10_bb_pos,sell,2025-11-02 01:24:00,1311.0,3.4545,1,leg_gt,0.29,60 -55038,sell_contrast_m10_bb_pos,sell,2025-11-02 01:27:00,1309.0,3.2965,1,leg_gt,0.29,60 -55039,sell_contrast_m10_bb_pos,sell,2025-11-02 01:42:00,1307.0,3.1385,1,leg_gt,0.3,60 -55040,sell_contrast_m10_bb_pos,sell,2025-11-02 01:45:00,1309.0,3.2965,1,leg_gt,0.31,60 -55041,sell_contrast_m10_bb_pos,sell,2025-11-02 01:48:00,1305.0,2.9806,1,leg_gt,0.31,60 -55042,sell_contrast_m10_bb_pos,sell,2025-11-02 03:51:00,1313.0,3.6125,1,leg_gt,0.39,60 -55043,sell_contrast_m10_bb_pos,sell,2025-11-02 03:54:00,1312.0,3.5335,1,leg_gt,0.4,60 -55044,sell_contrast_m10_bb_pos,sell,2025-11-02 03:57:00,1312.0,3.5335,1,leg_gt,0.4,60 -55045,sell_contrast_m10_bb_pos,sell,2025-11-02 13:42:00,1279.0,0.9269,1,leg_gt,0.8,60 -55046,sell_contrast_m10_bb_pos,sell,2025-11-02 13:45:00,1280.0,1.0058,1,leg_gt,0.81,60 -55047,sell_contrast_m10_bb_pos,sell,2025-11-02 13:48:00,1281.0,1.0848,1,leg_gt,0.81,60 -55048,sell_contrast_m10_bb_pos,sell,2025-11-02 14:12:00,1277.0,0.7689,1,leg_gt,0.82,60 -55049,sell_contrast_m10_bb_pos,sell,2025-11-02 14:15:00,1281.0,1.0848,1,leg_gt,0.83,60 -55050,sell_contrast_m10_bb_pos,sell,2025-11-02 14:18:00,1283.0,1.2428,1,leg_gt,0.83,60 -55051,sell_contrast_m10_bb_pos,sell,2025-11-02 14:21:00,1278.0,0.8479,1,leg_gt,0.83,60 -55052,sell_contrast_m10_bb_pos,sell,2025-11-02 14:24:00,1276.0,0.6899,1,leg_gt,0.83,60 -55053,sell_contrast_m10_bb_pos,sell,2025-11-02 14:27:00,1275.0,0.6109,1,leg_gt,0.84,60 -55054,sell_contrast_m10_bb_pos,sell,2025-11-02 15:00:00,1282.0,1.1638,1,leg_gt,0.86,60 -55055,sell_contrast_m10_bb_pos,sell,2025-11-02 15:03:00,1277.0,0.7689,1,leg_gt,0.86,60 -55056,sell_contrast_m10_bb_pos,sell,2025-11-02 15:06:00,1280.0,1.0058,1,leg_gt,0.86,60 -55057,sell_contrast_m10_bb_pos,sell,2025-11-02 15:09:00,1280.0,1.0058,1,leg_gt,0.86,60 -55058,sell_contrast_m10_bb_pos,sell,2025-11-02 15:21:00,1281.0,1.0848,1,leg_gt,0.87,60 -55059,sell_contrast_m10_bb_pos,sell,2025-11-02 15:24:00,1279.0,0.9269,1,leg_gt,0.88,60 -55060,sell_contrast_m10_bb_pos,sell,2025-11-02 15:27:00,1278.0,0.8479,1,leg_gt,0.88,60 -55061,sell_contrast_m10_bb_pos,sell,2025-11-03 06:00:00,1243.0,-1.9167,0,leg_gt,1.48,60 -55062,sell_contrast_m10_bb_pos,sell,2025-11-03 06:03:00,1245.0,-1.7588,0,leg_gt,1.49,60 -55063,sell_contrast_m10_bb_pos,sell,2025-11-03 06:06:00,1245.0,-1.7588,0,leg_gt,1.49,60 -55064,sell_contrast_m10_bb_pos,sell,2025-11-03 06:09:00,1244.0,-1.8378,0,leg_gt,1.49,60 -55065,sell_contrast_m10_bb_pos,sell,2025-11-03 06:12:00,1243.0,-1.9167,0,leg_gt,1.49,60 -55066,sell_contrast_m10_bb_pos,sell,2025-11-03 06:15:00,1240.0,-2.1537,0,leg_gt,1.49,60 -55067,sell_contrast_m10_bb_pos,sell,2025-11-03 06:18:00,1240.0,-2.1537,0,leg_gt,1.5,60 -55068,sell_contrast_m10_bb_pos,sell,2025-11-03 06:51:00,1246.0,-1.6798,0,leg_gt,1.52,60 -55069,sell_contrast_m10_bb_pos,sell,2025-11-03 06:54:00,1246.0,-1.6798,0,leg_gt,1.52,60 -55070,sell_contrast_m10_bb_pos,sell,2025-11-03 06:57:00,1245.0,-1.7588,0,leg_gt,1.52,60 -55071,sell_contrast_m10_bb_pos,sell,2025-11-03 07:21:00,1247.0,-1.6008,0,leg_gt,1.54,60 -55072,sell_contrast_m10_bb_pos,sell,2025-11-03 07:24:00,1247.0,-1.6008,0,leg_gt,1.54,60 -55073,sell_contrast_m10_bb_pos,sell,2025-11-03 07:27:00,1244.0,-1.8378,0,leg_gt,1.54,60 -55074,sell_contrast_m10_bb_pos,sell,2025-11-03 08:30:00,1249.0,-1.4428,0,leg_gt,1.59,60 -55075,sell_contrast_m10_bb_pos,sell,2025-11-03 08:33:00,1246.0,-1.6798,0,leg_gt,1.59,60 -55076,sell_contrast_m10_bb_pos,sell,2025-11-03 08:36:00,1246.0,-1.6798,0,leg_gt,1.59,60 -55077,sell_contrast_m10_bb_pos,sell,2025-11-03 08:39:00,1246.0,-1.6798,0,leg_gt,1.59,60 -55078,sell_contrast_m10_bb_pos,sell,2025-11-03 08:42:00,1249.0,-1.4428,0,leg_gt,1.6,60 -55079,sell_contrast_m10_bb_pos,sell,2025-11-03 08:45:00,1247.0,-1.6008,0,leg_gt,1.6,60 -55080,sell_contrast_m10_bb_pos,sell,2025-11-03 08:48:00,1250.0,-1.3638,0,leg_gt,1.6,60 -55081,sell_contrast_m10_bb_pos,sell,2025-11-03 08:51:00,1249.0,-1.4428,0,leg_gt,1.6,60 -55082,sell_contrast_m10_bb_pos,sell,2025-11-03 08:54:00,1250.0,-1.3638,0,leg_gt,1.6,60 -55083,sell_contrast_m10_bb_pos,sell,2025-11-03 08:57:00,1251.0,-1.2848,0,leg_gt,1.61,60 -55084,sell_contrast_m10_bb_pos,sell,2025-11-03 09:12:00,1249.0,-1.4428,0,leg_gt,1.62,60 -55085,sell_contrast_m10_bb_pos,sell,2025-11-03 09:15:00,1251.0,-1.2848,0,leg_gt,1.62,60 -55086,sell_contrast_m10_bb_pos,sell,2025-11-03 09:18:00,1249.0,-1.4428,0,leg_gt,1.62,60 -55087,sell_contrast_m10_bb_pos,sell,2025-11-04 10:00:00,1097.0,-13.4491,0,leg_gt,2.65,60 -55088,sell_contrast_m10_bb_pos,sell,2025-11-04 10:03:00,1091.0,-13.9231,0,leg_gt,2.65,60 -55089,sell_contrast_m10_bb_pos,sell,2025-11-04 10:06:00,1089.0,-14.081,0,leg_gt,2.65,60 -55090,sell_contrast_m10_bb_pos,sell,2025-11-04 10:09:00,1089.0,-14.081,0,leg_gt,2.66,60 -55091,sell_contrast_m10_bb_pos,sell,2025-11-04 10:42:00,1098.0,-13.3701,0,leg_gt,2.68,60 -55092,sell_contrast_m10_bb_pos,sell,2025-11-04 10:45:00,1099.0,-13.2912,0,leg_gt,2.68,60 -55093,sell_contrast_m10_bb_pos,sell,2025-11-04 10:48:00,1097.0,-13.4491,0,leg_gt,2.68,60 -55094,sell_contrast_m10_bb_pos,sell,2025-11-04 12:42:00,1101.0,-13.1332,0,leg_gt,2.76,60 -55095,sell_contrast_m10_bb_pos,sell,2025-11-04 12:45:00,1103.0,-12.9752,0,leg_gt,2.76,60 -55096,sell_contrast_m10_bb_pos,sell,2025-11-04 12:48:00,1101.0,-13.1332,0,leg_gt,2.77,60 -55097,sell_contrast_m10_bb_pos,sell,2025-11-04 19:12:00,1070.0,3.0823,1,leg_gt,0.08,60 -55098,sell_contrast_m10_bb_pos,sell,2025-11-04 19:15:00,1071.0,3.1787,1,leg_gt,0.08,60 -55099,sell_contrast_m10_bb_pos,sell,2025-11-04 19:18:00,1068.0,2.8894,1,leg_gt,0.09,60 -55100,sell_contrast_m10_bb_pos,sell,2025-11-04 19:21:00,1070.0,3.0823,1,leg_gt,0.09,60 -55101,sell_contrast_m10_bb_pos,sell,2025-11-04 19:24:00,1071.0,3.1787,1,leg_gt,0.09,60 -55102,sell_contrast_m10_bb_pos,sell,2025-11-04 19:27:00,1072.0,3.2751,1,leg_gt,0.09,60 -55103,sell_contrast_m10_bb_pos,sell,2025-11-04 19:30:00,1069.0,2.9858,1,leg_gt,0.09,60 -55104,sell_contrast_m10_bb_pos,sell,2025-11-04 19:33:00,1069.0,2.9858,1,leg_gt,0.1,60 -55105,sell_contrast_m10_bb_pos,sell,2025-11-04 19:36:00,1068.0,2.8894,1,leg_gt,0.1,60 -55106,sell_contrast_m10_bb_pos,sell,2025-11-04 19:39:00,1070.0,3.0823,1,leg_gt,0.1,60 -55107,sell_contrast_m10_bb_pos,sell,2025-11-04 20:12:00,1076.0,3.6608,1,leg_gt,0.12,60 -55108,sell_contrast_m10_bb_pos,sell,2025-11-04 20:15:00,1075.0,3.5644,1,leg_gt,0.12,60 -55109,sell_contrast_m10_bb_pos,sell,2025-11-04 20:18:00,1076.0,3.6608,1,leg_gt,0.13,60 -55110,sell_contrast_m10_bb_pos,sell,2025-11-04 20:21:00,1078.0,3.8537,1,leg_gt,0.13,60 -55111,sell_contrast_m10_bb_pos,sell,2025-11-04 20:24:00,1073.0,3.3716,1,leg_gt,0.13,60 -55112,sell_contrast_m10_bb_pos,sell,2025-11-04 20:27:00,1069.0,2.9858,1,leg_gt,0.13,60 -55113,sell_contrast_m10_bb_pos,sell,2025-11-04 23:51:00,1067.0,2.6938,1,leg_gt,0.04,60 -55114,sell_contrast_m10_bb_pos,sell,2025-11-04 23:54:00,1071.0,3.0792,1,leg_gt,0.04,60 -55115,sell_contrast_m10_bb_pos,sell,2025-11-04 23:57:00,1071.0,3.0792,1,leg_gt,0.04,60 -55116,sell_contrast_m10_bb_pos,sell,2025-11-05 00:00:00,1067.0,2.6938,1,leg_gt,0.04,60 -55117,sell_contrast_m10_bb_pos,sell,2025-11-05 00:03:00,1073.0,3.2719,1,leg_gt,0.04,60 -55118,sell_contrast_m10_bb_pos,sell,2025-11-05 00:06:00,1072.0,3.1755,1,leg_gt,0.05,60 -55119,sell_contrast_m10_bb_pos,sell,2025-11-05 00:09:00,1065.0,2.5012,1,leg_gt,0.05,60 -55120,sell_contrast_m10_bb_pos,sell,2025-11-05 00:30:00,1073.0,3.2719,1,leg_gt,0.06,60 -55121,sell_contrast_m10_bb_pos,sell,2025-11-05 00:33:00,1069.0,2.8865,1,leg_gt,0.06,60 -55122,sell_contrast_m10_bb_pos,sell,2025-11-05 00:36:00,1071.0,3.0792,1,leg_gt,0.07,60 -55123,sell_contrast_m10_bb_pos,sell,2025-11-05 00:39:00,1068.0,2.7902,1,leg_gt,0.07,60 -55124,sell_contrast_m10_bb_pos,sell,2025-11-05 00:42:00,1068.0,2.7902,1,leg_gt,0.07,60 -55125,sell_contrast_m10_bb_pos,sell,2025-11-05 00:45:00,1067.0,2.6938,1,leg_gt,0.07,60 -55126,sell_contrast_m10_bb_pos,sell,2025-11-05 00:48:00,1056.0,1.6341,1,leg_gt,0.08,60 -55127,sell_contrast_m10_bb_pos,sell,2025-11-05 07:12:00,1052.0,6.9193,1,leg_gt,0.03,60 -55128,sell_contrast_m10_bb_pos,sell,2025-11-05 07:15:00,1057.0,7.428,1,leg_gt,0.03,60 -55129,sell_contrast_m10_bb_pos,sell,2025-11-05 07:18:00,1057.0,7.428,1,leg_gt,0.03,60 -55130,sell_contrast_m10_bb_pos,sell,2025-11-05 07:30:00,1056.0,7.3262,1,leg_gt,0.04,60 -55131,sell_contrast_m10_bb_pos,sell,2025-11-05 07:33:00,1056.0,7.3262,1,leg_gt,0.04,60 -55132,sell_contrast_m10_bb_pos,sell,2025-11-05 07:36:00,1060.0,7.7332,1,leg_gt,0.04,60 -55133,sell_contrast_m10_bb_pos,sell,2025-11-05 07:39:00,1059.0,7.6314,1,leg_gt,0.05,60 -55134,sell_contrast_m10_bb_pos,sell,2025-11-05 07:42:00,1060.0,7.7332,1,leg_gt,0.05,60 -55135,sell_contrast_m10_bb_pos,sell,2025-11-05 07:45:00,1058.0,7.5297,1,leg_gt,0.05,60 -55136,sell_contrast_m10_bb_pos,sell,2025-11-05 07:48:00,1060.0,7.7332,1,leg_gt,0.05,60 -55137,sell_contrast_m10_bb_pos,sell,2025-11-05 07:51:00,1057.0,7.428,1,leg_gt,0.05,60 -55138,sell_contrast_m10_bb_pos,sell,2025-11-05 07:54:00,1053.0,7.0211,1,leg_gt,0.06,60 -55139,sell_contrast_m10_bb_pos,sell,2025-11-05 07:57:00,1052.0,6.9193,1,leg_gt,0.06,60 -55140,sell_contrast_m10_bb_pos,sell,2025-11-05 12:30:00,1062.0,6.4196,1,leg_gt,0.09,60 -55141,sell_contrast_m10_bb_pos,sell,2025-11-05 12:33:00,1061.0,6.3193,1,leg_gt,0.09,60 -55142,sell_contrast_m10_bb_pos,sell,2025-11-05 12:36:00,1063.0,6.5199,1,leg_gt,0.09,60 -55143,sell_contrast_m10_bb_pos,sell,2025-11-05 12:39:00,1062.0,6.4196,1,leg_gt,0.09,60 -55144,sell_contrast_m10_bb_pos,sell,2025-11-05 12:42:00,1067.0,6.9211,1,leg_gt,0.1,60 -55145,sell_contrast_m10_bb_pos,sell,2025-11-05 12:45:00,1068.0,7.0214,1,leg_gt,0.1,60 -55146,sell_contrast_m10_bb_pos,sell,2025-11-05 12:48:00,1068.0,7.0214,1,leg_gt,0.1,60 -55147,sell_contrast_m10_bb_pos,sell,2025-11-05 12:51:00,1068.0,7.0214,1,leg_gt,0.1,60 -55148,sell_contrast_m10_bb_pos,sell,2025-11-05 12:54:00,1069.0,7.1217,1,leg_gt,0.1,60 -55149,sell_contrast_m10_bb_pos,sell,2025-11-05 12:57:00,1064.0,6.6202,1,leg_gt,0.11,60 -55150,sell_contrast_m10_bb_pos,sell,2025-11-05 15:00:00,1072.0,7.4226,1,leg_gt,0.19,60 -55151,sell_contrast_m10_bb_pos,sell,2025-11-05 15:03:00,1074.0,7.6232,1,leg_gt,0.19,60 -55152,sell_contrast_m10_bb_pos,sell,2025-11-05 15:06:00,1071.0,7.3223,1,leg_gt,0.2,60 -55153,sell_contrast_m10_bb_pos,sell,2025-11-05 15:09:00,1069.0,7.1217,1,leg_gt,0.2,60 -55154,sell_contrast_m10_bb_pos,sell,2025-11-05 21:30:00,1073.0,7.5229,1,leg_gt,0.46,60 -55155,sell_contrast_m10_bb_pos,sell,2025-11-05 21:33:00,1071.0,7.3223,1,leg_gt,0.46,60 -55156,sell_contrast_m10_bb_pos,sell,2025-11-05 21:36:00,1072.0,7.4226,1,leg_gt,0.47,60 -55157,sell_contrast_m10_bb_pos,sell,2025-11-05 21:39:00,1074.0,7.6232,1,leg_gt,0.47,60 -55158,sell_contrast_m10_bb_pos,sell,2025-11-05 21:42:00,1075.0,7.7235,1,leg_gt,0.47,60 -55159,sell_contrast_m10_bb_pos,sell,2025-11-05 21:45:00,1077.0,7.9241,1,leg_gt,0.47,60 -55160,sell_contrast_m10_bb_pos,sell,2025-11-05 21:48:00,1075.0,7.7235,1,leg_gt,0.48,60 -55161,sell_contrast_m10_bb_pos,sell,2025-11-05 21:51:00,1077.0,7.9241,1,leg_gt,0.48,60 -55162,sell_contrast_m10_bb_pos,sell,2025-11-05 21:54:00,1077.0,7.9241,1,leg_gt,0.48,60 -55163,sell_contrast_m10_bb_pos,sell,2025-11-05 21:57:00,1079.0,8.1247,1,leg_gt,0.48,60 -55164,sell_contrast_m10_bb_pos,sell,2025-11-05 22:00:00,1079.0,8.1247,1,leg_gt,0.48,60 -55165,sell_contrast_m10_bb_pos,sell,2025-11-05 22:03:00,1080.0,8.225,1,leg_gt,0.49,60 -55166,sell_contrast_m10_bb_pos,sell,2025-11-05 22:06:00,1081.0,8.3253,1,leg_gt,0.49,60 -55167,sell_contrast_m10_bb_pos,sell,2025-11-05 22:09:00,1079.0,8.1247,1,leg_gt,0.49,60 -55168,sell_contrast_m10_bb_pos,sell,2025-11-05 22:12:00,1076.0,7.8238,1,leg_gt,0.49,60 -55169,sell_contrast_m10_bb_pos,sell,2025-11-05 22:15:00,1075.0,7.7235,1,leg_gt,0.49,60 -55170,sell_contrast_m10_bb_pos,sell,2025-11-05 22:18:00,1074.0,7.6232,1,leg_gt,0.5,60 -55171,sell_contrast_m10_bb_pos,sell,2025-11-05 22:42:00,1085.0,8.7265,1,leg_gt,0.51,60 -55172,sell_contrast_m10_bb_pos,sell,2025-11-05 22:45:00,1083.0,8.5259,1,leg_gt,0.51,60 -55173,sell_contrast_m10_bb_pos,sell,2025-11-05 22:48:00,1085.0,8.7265,1,leg_gt,0.52,60 -55174,sell_contrast_m10_bb_pos,sell,2025-11-05 22:51:00,1086.0,8.8268,1,leg_gt,0.52,60 -55175,sell_contrast_m10_bb_pos,sell,2025-11-05 22:54:00,1092.0,9.4286,1,leg_gt,0.52,60 -55176,sell_contrast_m10_bb_pos,sell,2025-11-05 22:57:00,1093.0,9.5289,1,leg_gt,0.52,60 -55177,sell_contrast_m10_bb_pos,sell,2025-11-05 23:00:00,1090.0,9.228,1,leg_gt,0.52,60 -55178,sell_contrast_m10_bb_pos,sell,2025-11-05 23:03:00,1093.0,9.5289,1,leg_gt,0.53,60 -55179,sell_contrast_m10_bb_pos,sell,2025-11-05 23:06:00,1093.0,9.5289,1,leg_gt,0.53,60 -55180,sell_contrast_m10_bb_pos,sell,2025-11-05 23:09:00,1092.0,9.4286,1,leg_gt,0.53,60 -55181,sell_contrast_m10_bb_pos,sell,2025-11-05 23:12:00,1092.0,9.4286,1,leg_gt,0.53,60 -55182,sell_contrast_m10_bb_pos,sell,2025-11-05 23:15:00,1090.0,9.228,1,leg_gt,0.54,60 -55183,sell_contrast_m10_bb_pos,sell,2025-11-05 23:18:00,1085.0,8.7265,1,leg_gt,0.54,60 -55184,sell_contrast_m10_bb_pos,sell,2025-11-06 01:00:00,1090.0,9.228,1,leg_gt,0.61,60 -55185,sell_contrast_m10_bb_pos,sell,2025-11-06 01:03:00,1093.0,9.5289,1,leg_gt,0.61,60 -55186,sell_contrast_m10_bb_pos,sell,2025-11-06 01:06:00,1094.0,9.6292,1,leg_gt,0.61,60 -55187,sell_contrast_m10_bb_pos,sell,2025-11-06 01:09:00,1093.0,9.5289,1,leg_gt,0.61,60 -55188,sell_contrast_m10_bb_pos,sell,2025-11-06 01:12:00,1090.0,9.228,1,leg_gt,0.62,60 -55189,sell_contrast_m10_bb_pos,sell,2025-11-06 01:15:00,1087.0,8.9271,1,leg_gt,0.62,60 -55190,sell_contrast_m10_bb_pos,sell,2025-11-06 01:18:00,1087.0,8.9271,1,leg_gt,0.62,60 -55191,sell_contrast_m10_bb_pos,sell,2025-11-06 01:42:00,1092.0,9.4286,1,leg_gt,0.64,60 -55192,sell_contrast_m10_bb_pos,sell,2025-11-06 01:45:00,1091.0,9.3283,1,leg_gt,0.64,60 -55193,sell_contrast_m10_bb_pos,sell,2025-11-06 01:48:00,1094.0,9.6292,1,leg_gt,0.64,60 -55194,sell_contrast_m10_bb_pos,sell,2025-11-06 03:42:00,1102.0,10.4316,1,leg_gt,0.72,60 -55195,sell_contrast_m10_bb_pos,sell,2025-11-06 03:45:00,1101.0,10.3313,1,leg_gt,0.72,60 -55196,sell_contrast_m10_bb_pos,sell,2025-11-06 03:48:00,1103.0,10.5319,1,leg_gt,0.72,60 -55197,sell_contrast_m10_bb_pos,sell,2025-11-06 03:51:00,1105.0,10.7325,1,leg_gt,0.73,60 -55198,sell_contrast_m10_bb_pos,sell,2025-11-06 03:54:00,1105.0,10.7325,1,leg_gt,0.73,60 -55199,sell_contrast_m10_bb_pos,sell,2025-11-06 03:57:00,1104.0,10.6322,1,leg_gt,0.73,60 -55200,sell_contrast_m10_bb_pos,sell,2025-11-06 04:00:00,1105.0,10.7325,1,leg_gt,0.73,60 -55201,sell_contrast_m10_bb_pos,sell,2025-11-06 04:03:00,1102.0,10.4316,1,leg_gt,0.74,60 -55202,sell_contrast_m10_bb_pos,sell,2025-11-06 04:06:00,1100.0,10.231,1,leg_gt,0.74,60 -55203,sell_contrast_m10_bb_pos,sell,2025-11-06 04:09:00,1096.0,9.8298,1,leg_gt,0.74,60 -55204,sell_contrast_m10_bb_pos,sell,2025-11-06 07:30:00,1105.0,10.7325,1,leg_gt,0.88,60 -55205,sell_contrast_m10_bb_pos,sell,2025-11-06 07:33:00,1104.0,10.6322,1,leg_gt,0.88,60 -55206,sell_contrast_m10_bb_pos,sell,2025-11-06 07:36:00,1106.0,10.8328,1,leg_gt,0.88,60 -55207,sell_contrast_m10_bb_pos,sell,2025-11-06 07:39:00,1106.0,10.8328,1,leg_gt,0.89,60 -55208,sell_contrast_m10_bb_pos,sell,2025-11-06 08:12:00,1110.0,11.234,1,leg_gt,0.91,60 -55209,sell_contrast_m10_bb_pos,sell,2025-11-06 08:15:00,1107.0,10.9331,1,leg_gt,0.91,60 -55210,sell_contrast_m10_bb_pos,sell,2025-11-06 08:18:00,1107.0,10.9331,1,leg_gt,0.91,60 -55211,sell_contrast_m10_bb_pos,sell,2025-11-06 08:21:00,1109.0,11.1337,1,leg_gt,0.91,60 -55212,sell_contrast_m10_bb_pos,sell,2025-11-06 08:24:00,1108.0,11.0334,1,leg_gt,0.92,60 -55213,sell_contrast_m10_bb_pos,sell,2025-11-06 08:27:00,1108.0,11.0334,1,leg_gt,0.92,60 -55214,sell_contrast_m10_bb_pos,sell,2025-11-06 08:30:00,1112.0,11.4346,1,leg_gt,0.92,60 -55215,sell_contrast_m10_bb_pos,sell,2025-11-06 08:33:00,1112.0,11.4346,1,leg_gt,0.92,60 -55216,sell_contrast_m10_bb_pos,sell,2025-11-06 08:36:00,1111.0,11.3343,1,leg_gt,0.92,60 -55217,sell_contrast_m10_bb_pos,sell,2025-11-06 08:39:00,1111.0,11.3343,1,leg_gt,0.93,60 -55218,sell_contrast_m10_bb_pos,sell,2025-11-06 23:00:00,1083.0,8.5259,1,leg_gt,1.52,60 -55219,sell_contrast_m10_bb_pos,sell,2025-11-06 23:03:00,1084.0,8.6262,1,leg_gt,1.53,60 -55220,sell_contrast_m10_bb_pos,sell,2025-11-06 23:06:00,1078.0,8.0244,1,leg_gt,1.53,60 -55221,sell_contrast_m10_bb_pos,sell,2025-11-06 23:09:00,1071.0,7.3223,1,leg_gt,1.53,60 -55222,sell_contrast_m10_bb_pos,sell,2025-11-07 09:42:00,1064.0,2.4048,1,leg_gt,0.33,60 -55223,sell_contrast_m10_bb_pos,sell,2025-11-07 09:45:00,1067.0,2.6938,1,leg_gt,0.34,60 -55224,sell_contrast_m10_bb_pos,sell,2025-11-07 09:48:00,1068.0,2.7902,1,leg_gt,0.34,60 -55225,sell_contrast_m10_bb_pos,sell,2025-11-07 10:00:00,1067.0,2.6938,1,leg_gt,0.35,60 -55226,sell_contrast_m10_bb_pos,sell,2025-11-07 10:03:00,1071.0,3.0792,1,leg_gt,0.35,60 -55227,sell_contrast_m10_bb_pos,sell,2025-11-07 10:06:00,1069.0,2.8865,1,leg_gt,0.35,60 -55228,sell_contrast_m10_bb_pos,sell,2025-11-07 10:09:00,1063.0,2.3085,1,leg_gt,0.35,60 -55229,sell_contrast_m10_bb_pos,sell,2025-11-07 10:21:00,1072.0,3.1755,1,leg_gt,0.36,60 -55230,sell_contrast_m10_bb_pos,sell,2025-11-07 10:24:00,1075.0,3.4645,1,leg_gt,0.36,60 -55231,sell_contrast_m10_bb_pos,sell,2025-11-07 10:27:00,1073.0,3.2719,1,leg_gt,0.36,60 -55232,sell_contrast_m10_bb_pos,sell,2025-11-07 12:00:00,1077.0,3.6572,1,leg_gt,0.43,60 -55233,sell_contrast_m10_bb_pos,sell,2025-11-07 12:03:00,1076.0,3.5609,1,leg_gt,0.43,60 -55234,sell_contrast_m10_bb_pos,sell,2025-11-07 12:06:00,1082.0,4.1389,1,leg_gt,0.43,60 -55235,sell_contrast_m10_bb_pos,sell,2025-11-07 12:09:00,1083.0,4.2353,1,leg_gt,0.44,60 -55236,sell_contrast_m10_bb_pos,sell,2025-11-07 12:30:00,1083.0,4.2353,1,leg_gt,0.45,60 -55237,sell_contrast_m10_bb_pos,sell,2025-11-07 12:33:00,1082.0,4.1389,1,leg_gt,0.45,60 -55238,sell_contrast_m10_bb_pos,sell,2025-11-07 12:36:00,1082.0,4.1389,1,leg_gt,0.45,60 -55239,sell_contrast_m10_bb_pos,sell,2025-11-07 12:39:00,1081.0,4.0426,1,leg_gt,0.46,60 -55240,sell_contrast_m10_bb_pos,sell,2025-11-07 15:12:00,1104.0,6.2584,1,leg_gt,0.56,60 -55241,sell_contrast_m10_bb_pos,sell,2025-11-07 15:15:00,1103.0,6.162,1,leg_gt,0.56,60 -55242,sell_contrast_m10_bb_pos,sell,2025-11-07 15:18:00,1103.0,6.162,1,leg_gt,0.57,60 -55243,sell_contrast_m10_bb_pos,sell,2025-11-07 15:21:00,1107.0,6.5474,1,leg_gt,0.57,60 -55244,sell_contrast_m10_bb_pos,sell,2025-11-07 15:24:00,1110.0,6.8364,1,leg_gt,0.57,60 -55245,sell_contrast_m10_bb_pos,sell,2025-11-07 15:27:00,1113.0,7.1254,1,leg_gt,0.57,60 -55246,sell_contrast_m10_bb_pos,sell,2025-11-07 15:42:00,1115.0,7.3181,1,leg_gt,0.58,60 -55247,sell_contrast_m10_bb_pos,sell,2025-11-07 15:45:00,1111.0,6.9328,1,leg_gt,0.59,60 -55248,sell_contrast_m10_bb_pos,sell,2025-11-07 15:48:00,1111.0,6.9328,1,leg_gt,0.59,60 -55249,sell_contrast_m10_bb_pos,sell,2025-11-07 15:51:00,1113.0,7.1254,1,leg_gt,0.59,60 -55250,sell_contrast_m10_bb_pos,sell,2025-11-07 15:54:00,1113.0,7.1254,1,leg_gt,0.59,60 -55251,sell_contrast_m10_bb_pos,sell,2025-11-07 15:57:00,1110.0,6.8364,1,leg_gt,0.59,60 -55252,sell_contrast_m10_bb_pos,sell,2025-11-07 16:12:00,1115.0,7.3181,1,leg_gt,0.6,60 -55253,sell_contrast_m10_bb_pos,sell,2025-11-07 16:15:00,1117.0,7.5108,1,leg_gt,0.61,60 -55254,sell_contrast_m10_bb_pos,sell,2025-11-07 16:18:00,1124.0,8.1852,1,leg_gt,0.61,60 -55255,sell_contrast_m10_bb_pos,sell,2025-11-07 16:21:00,1123.0,8.0888,1,leg_gt,0.61,60 -55256,sell_contrast_m10_bb_pos,sell,2025-11-07 16:24:00,1124.0,8.1852,1,leg_gt,0.61,60 -55257,sell_contrast_m10_bb_pos,sell,2025-11-07 16:27:00,1117.0,7.5108,1,leg_gt,0.61,60 -55258,sell_contrast_m10_bb_pos,sell,2025-11-07 16:51:00,1128.0,8.5705,1,leg_gt,0.63,60 -55259,sell_contrast_m10_bb_pos,sell,2025-11-07 16:54:00,1135.0,9.2449,1,leg_gt,0.63,60 -55260,sell_contrast_m10_bb_pos,sell,2025-11-07 16:57:00,1141.0,9.8229,1,leg_gt,0.64,60 -55261,sell_contrast_m10_bb_pos,sell,2025-11-07 17:12:00,1132.0,8.9559,1,leg_gt,0.65,60 -55262,sell_contrast_m10_bb_pos,sell,2025-11-07 17:15:00,1132.0,8.9559,1,leg_gt,0.65,60 -55263,sell_contrast_m10_bb_pos,sell,2025-11-07 17:18:00,1134.0,9.1486,1,leg_gt,0.65,60 -55264,sell_contrast_m10_bb_pos,sell,2025-11-07 17:21:00,1133.0,9.0522,1,leg_gt,0.65,60 -55265,sell_contrast_m10_bb_pos,sell,2025-11-07 17:24:00,1127.0,8.4742,1,leg_gt,0.65,60 -55266,sell_contrast_m10_bb_pos,sell,2025-11-07 17:27:00,1126.0,8.3778,1,leg_gt,0.66,60 -55267,sell_contrast_m10_bb_pos,sell,2025-11-07 23:12:00,1118.0,3.9968,1,leg_gt,0.06,60 -55268,sell_contrast_m10_bb_pos,sell,2025-11-07 23:15:00,1118.0,3.9968,1,leg_gt,0.06,60 -55269,sell_contrast_m10_bb_pos,sell,2025-11-07 23:18:00,1114.0,3.6244,1,leg_gt,0.06,60 -55270,sell_contrast_m10_bb_pos,sell,2025-11-07 23:21:00,1109.0,3.1588,1,leg_gt,0.06,60 -55271,sell_contrast_m10_bb_pos,sell,2025-11-07 23:24:00,1108.0,3.0657,1,leg_gt,0.07,60 -55272,sell_contrast_m10_bb_pos,sell,2025-11-07 23:27:00,1109.0,3.1588,1,leg_gt,0.07,60 -55273,sell_contrast_m10_bb_pos,sell,2025-11-08 00:42:00,1181.0,9.8628,1,leg_gt,0.12,60 -55274,sell_contrast_m10_bb_pos,sell,2025-11-08 00:45:00,1183.0,10.049,1,leg_gt,0.12,60 -55275,sell_contrast_m10_bb_pos,sell,2025-11-08 00:48:00,1188.0,10.5145,1,leg_gt,0.12,60 -55276,sell_contrast_m10_bb_pos,sell,2025-11-08 01:00:00,1198.0,11.4456,1,leg_gt,0.13,60 -55277,sell_contrast_m10_bb_pos,sell,2025-11-08 01:03:00,1205.0,12.0974,1,leg_gt,0.14,60 -55278,sell_contrast_m10_bb_pos,sell,2025-11-08 01:06:00,1205.0,12.0974,1,leg_gt,0.14,60 -55279,sell_contrast_m10_bb_pos,sell,2025-11-08 01:09:00,1195.0,11.1663,1,leg_gt,0.14,60 -55280,sell_contrast_m10_bb_pos,sell,2025-11-08 01:12:00,1195.0,11.1663,1,leg_gt,0.14,60 -55281,sell_contrast_m10_bb_pos,sell,2025-11-08 01:15:00,1195.0,11.1663,1,leg_gt,0.14,60 -55282,sell_contrast_m10_bb_pos,sell,2025-11-08 01:18:00,1197.0,11.3525,1,leg_gt,0.15,60 -55283,sell_contrast_m10_bb_pos,sell,2025-11-08 01:21:00,1210.0,12.5629,1,leg_gt,0.15,60 -55284,sell_contrast_m10_bb_pos,sell,2025-11-08 01:24:00,1217.0,13.2147,1,leg_gt,0.15,60 -55285,sell_contrast_m10_bb_pos,sell,2025-11-08 01:27:00,1213.0,12.8423,1,leg_gt,0.15,60 -55286,sell_contrast_m10_bb_pos,sell,2025-11-08 01:30:00,1216.0,13.1216,1,leg_gt,0.15,60 -55287,sell_contrast_m10_bb_pos,sell,2025-11-08 01:33:00,1210.0,12.5629,1,leg_gt,0.16,60 -55288,sell_contrast_m10_bb_pos,sell,2025-11-08 01:36:00,1210.0,12.5629,1,leg_gt,0.16,60 -55289,sell_contrast_m10_bb_pos,sell,2025-11-08 01:39:00,1210.0,12.5629,1,leg_gt,0.16,60 -55290,sell_contrast_m10_bb_pos,sell,2025-11-08 02:30:00,1248.0,16.1011,1,leg_gt,0.2,60 -55291,sell_contrast_m10_bb_pos,sell,2025-11-08 02:33:00,1254.0,16.6598,1,leg_gt,0.2,60 -55292,sell_contrast_m10_bb_pos,sell,2025-11-08 02:36:00,1256.0,16.846,1,leg_gt,0.2,60 -55293,sell_contrast_m10_bb_pos,sell,2025-11-08 02:39:00,1265.0,17.684,1,leg_gt,0.2,60 -55294,sell_contrast_m10_bb_pos,sell,2025-11-08 02:42:00,1259.0,17.1253,1,leg_gt,0.2,60 -55295,sell_contrast_m10_bb_pos,sell,2025-11-08 02:45:00,1276.0,18.7082,1,leg_gt,0.21,60 -55296,sell_contrast_m10_bb_pos,sell,2025-11-08 02:48:00,1269.0,18.0564,1,leg_gt,0.21,60 -55297,sell_contrast_m10_bb_pos,sell,2025-11-08 02:51:00,1265.0,17.684,1,leg_gt,0.21,60 -55298,sell_contrast_m10_bb_pos,sell,2025-11-08 02:54:00,1258.0,17.0322,1,leg_gt,0.21,60 -55299,sell_contrast_m10_bb_pos,sell,2025-11-08 02:57:00,1262.0,17.4047,1,leg_gt,0.21,60 -55300,sell_contrast_m10_bb_pos,sell,2025-11-08 03:00:00,1266.0,17.7771,1,leg_gt,0.22,60 -55301,sell_contrast_m10_bb_pos,sell,2025-11-08 03:03:00,1272.0,18.3358,1,leg_gt,0.22,60 -55302,sell_contrast_m10_bb_pos,sell,2025-11-08 03:06:00,1272.0,18.3358,1,leg_gt,0.22,60 -55303,sell_contrast_m10_bb_pos,sell,2025-11-08 03:09:00,1276.0,18.7082,1,leg_gt,0.22,60 -55304,sell_contrast_m10_bb_pos,sell,2025-11-08 03:12:00,1273.0,18.4289,1,leg_gt,0.22,60 -55305,sell_contrast_m10_bb_pos,sell,2025-11-08 03:15:00,1276.0,18.7082,1,leg_gt,0.23,60 -55306,sell_contrast_m10_bb_pos,sell,2025-11-08 03:18:00,1272.0,18.3358,1,leg_gt,0.23,60 -55307,sell_contrast_m10_bb_pos,sell,2025-11-08 03:21:00,1272.0,18.3358,1,leg_gt,0.23,60 -55308,sell_contrast_m10_bb_pos,sell,2025-11-08 03:24:00,1269.0,18.0564,1,leg_gt,0.23,60 -55309,sell_contrast_m10_bb_pos,sell,2025-11-08 03:27:00,1274.0,18.522,1,leg_gt,0.24,60 -55310,sell_contrast_m10_bb_pos,sell,2025-11-08 03:30:00,1281.0,19.1737,1,leg_gt,0.24,60 -55311,sell_contrast_m10_bb_pos,sell,2025-11-08 03:33:00,1276.0,18.7082,1,leg_gt,0.24,60 -55312,sell_contrast_m10_bb_pos,sell,2025-11-08 03:36:00,1276.0,18.7082,1,leg_gt,0.24,60 -55313,sell_contrast_m10_bb_pos,sell,2025-11-08 03:39:00,1277.0,18.8013,1,leg_gt,0.24,60 -55314,sell_contrast_m10_bb_pos,sell,2025-11-08 03:42:00,1279.0,18.9875,1,leg_gt,0.25,60 -55315,sell_contrast_m10_bb_pos,sell,2025-11-08 03:45:00,1287.0,19.7324,1,leg_gt,0.25,60 -55316,sell_contrast_m10_bb_pos,sell,2025-11-08 03:48:00,1288.0,19.8255,1,leg_gt,0.25,60 -55317,sell_contrast_m10_bb_pos,sell,2025-11-08 03:51:00,1287.0,19.7324,1,leg_gt,0.25,60 -55318,sell_contrast_m10_bb_pos,sell,2025-11-08 03:54:00,1284.0,19.4531,1,leg_gt,0.25,60 -55319,sell_contrast_m10_bb_pos,sell,2025-11-08 03:57:00,1270.0,18.1495,1,leg_gt,0.26,60 -55320,sell_contrast_m10_bb_pos,sell,2025-11-08 11:30:00,1262.0,17.4047,1,leg_gt,0.57,60 -55321,sell_contrast_m10_bb_pos,sell,2025-11-08 11:33:00,1261.0,17.3115,1,leg_gt,0.57,60 -55322,sell_contrast_m10_bb_pos,sell,2025-11-08 11:36:00,1262.0,17.4047,1,leg_gt,0.57,60 -55323,sell_contrast_m10_bb_pos,sell,2025-11-08 11:39:00,1266.0,17.7771,1,leg_gt,0.58,60 -55324,sell_contrast_m10_bb_pos,sell,2025-11-08 11:42:00,1268.0,17.9633,1,leg_gt,0.58,60 -55325,sell_contrast_m10_bb_pos,sell,2025-11-08 11:45:00,1268.0,17.9633,1,leg_gt,0.58,60 -55326,sell_contrast_m10_bb_pos,sell,2025-11-08 11:48:00,1263.0,17.4978,1,leg_gt,0.58,60 -55327,sell_contrast_m10_bb_pos,sell,2025-11-08 11:51:00,1264.0,17.5909,1,leg_gt,0.59,60 -55328,sell_contrast_m10_bb_pos,sell,2025-11-08 11:54:00,1256.0,16.846,1,leg_gt,0.59,60 -55329,sell_contrast_m10_bb_pos,sell,2025-11-08 11:57:00,1256.0,16.846,1,leg_gt,0.59,60 -55330,sell_contrast_m10_bb_pos,sell,2025-11-08 12:30:00,1267.0,17.8702,1,leg_gt,0.61,60 -55331,sell_contrast_m10_bb_pos,sell,2025-11-08 12:33:00,1264.0,17.5909,1,leg_gt,0.61,60 -55332,sell_contrast_m10_bb_pos,sell,2025-11-08 12:36:00,1256.0,16.846,1,leg_gt,0.62,60 -55333,sell_contrast_m10_bb_pos,sell,2025-11-08 12:39:00,1255.0,16.7529,1,leg_gt,0.62,60 -55334,sell_contrast_m10_bb_pos,sell,2025-11-08 17:51:00,1229.0,14.332,1,leg_gt,0.84,60 -55335,sell_contrast_m10_bb_pos,sell,2025-11-08 17:54:00,1229.0,14.332,1,leg_gt,0.84,60 -55336,sell_contrast_m10_bb_pos,sell,2025-11-08 17:57:00,1231.0,14.5182,1,leg_gt,0.84,60 -55337,sell_contrast_m10_bb_pos,sell,2025-11-08 18:00:00,1231.0,14.5182,1,leg_gt,0.84,60 -55338,sell_contrast_m10_bb_pos,sell,2025-11-08 18:03:00,1227.0,14.1458,1,leg_gt,0.84,60 -55339,sell_contrast_m10_bb_pos,sell,2025-11-08 18:06:00,1221.0,13.5872,1,leg_gt,0.85,60 -55340,sell_contrast_m10_bb_pos,sell,2025-11-08 18:09:00,1221.0,13.5872,1,leg_gt,0.85,60 -55341,sell_contrast_m10_bb_pos,sell,2025-11-08 19:51:00,1232.0,14.6114,1,leg_gt,0.92,60 -55342,sell_contrast_m10_bb_pos,sell,2025-11-08 19:54:00,1231.0,14.5182,1,leg_gt,0.92,60 -55343,sell_contrast_m10_bb_pos,sell,2025-11-08 19:57:00,1236.0,14.9838,1,leg_gt,0.92,60 -55344,sell_contrast_m10_bb_pos,sell,2025-11-08 20:00:00,1234.0,14.7976,1,leg_gt,0.92,60 -55345,sell_contrast_m10_bb_pos,sell,2025-11-08 20:03:00,1231.0,14.5182,1,leg_gt,0.93,60 -55346,sell_contrast_m10_bb_pos,sell,2025-11-08 20:06:00,1240.0,15.3562,1,leg_gt,0.93,60 -55347,sell_contrast_m10_bb_pos,sell,2025-11-08 20:09:00,1241.0,15.4493,1,leg_gt,0.93,60 -55348,sell_contrast_m10_bb_pos,sell,2025-11-09 04:12:00,1208.0,12.3767,1,leg_gt,1.27,60 -55349,sell_contrast_m10_bb_pos,sell,2025-11-09 04:15:00,1208.0,12.3767,1,leg_gt,1.27,60 -55350,sell_contrast_m10_bb_pos,sell,2025-11-09 04:18:00,1206.0,12.1905,1,leg_gt,1.27,60 -55351,sell_contrast_m10_bb_pos,sell,2025-11-09 06:42:00,1210.0,12.5629,1,leg_gt,1.37,60 -55352,sell_contrast_m10_bb_pos,sell,2025-11-09 06:45:00,1210.0,12.5629,1,leg_gt,1.37,60 -55353,sell_contrast_m10_bb_pos,sell,2025-11-09 06:48:00,1210.0,12.5629,1,leg_gt,1.38,60 -55354,sell_contrast_m10_bb_pos,sell,2025-11-09 07:21:00,1214.0,12.9354,1,leg_gt,1.4,60 -55355,sell_contrast_m10_bb_pos,sell,2025-11-09 07:24:00,1217.0,13.2147,1,leg_gt,1.4,60 -55356,sell_contrast_m10_bb_pos,sell,2025-11-09 07:27:00,1217.0,13.2147,1,leg_gt,1.4,60 -55357,sell_contrast_m10_bb_pos,sell,2025-11-09 07:42:00,1215.0,13.0285,1,leg_gt,1.41,60 -55358,sell_contrast_m10_bb_pos,sell,2025-11-09 07:45:00,1213.0,12.8423,1,leg_gt,1.41,60 -55359,sell_contrast_m10_bb_pos,sell,2025-11-09 07:48:00,1217.0,13.2147,1,leg_gt,1.42,60 -55360,sell_contrast_m10_bb_pos,sell,2025-11-09 08:00:00,1215.0,13.0285,1,leg_gt,1.42,60 -55361,sell_contrast_m10_bb_pos,sell,2025-11-09 08:03:00,1215.0,13.0285,1,leg_gt,1.43,60 -55362,sell_contrast_m10_bb_pos,sell,2025-11-09 08:06:00,1215.0,13.0285,1,leg_gt,1.43,60 -55363,sell_contrast_m10_bb_pos,sell,2025-11-09 08:09:00,1212.0,12.7492,1,leg_gt,1.43,60 -55364,sell_contrast_m10_bb_pos,sell,2025-11-09 09:00:00,1218.0,13.3078,1,leg_gt,1.47,60 -55365,sell_contrast_m10_bb_pos,sell,2025-11-09 09:03:00,1218.0,13.3078,1,leg_gt,1.47,60 -55366,sell_contrast_m10_bb_pos,sell,2025-11-09 09:06:00,1218.0,13.3078,1,leg_gt,1.47,60 -55367,sell_contrast_m10_bb_pos,sell,2025-11-09 09:09:00,1215.0,13.0285,1,leg_gt,1.47,60 -55368,sell_contrast_m10_bb_pos,sell,2025-11-09 15:21:00,1183.0,1.4451,1,leg_gt,0.12,60 -55369,sell_contrast_m10_bb_pos,sell,2025-11-09 15:24:00,1185.0,1.6167,1,leg_gt,0.12,60 -55370,sell_contrast_m10_bb_pos,sell,2025-11-09 15:27:00,1185.0,1.6167,1,leg_gt,0.13,60 -55371,sell_contrast_m10_bb_pos,sell,2025-11-09 15:42:00,1190.0,2.0459,1,leg_gt,0.14,60 -55372,sell_contrast_m10_bb_pos,sell,2025-11-09 15:45:00,1185.0,1.6167,1,leg_gt,0.14,60 -55373,sell_contrast_m10_bb_pos,sell,2025-11-09 15:48:00,1181.0,1.2734,1,leg_gt,0.14,60 -55374,sell_contrast_m10_bb_pos,sell,2025-11-09 17:00:00,1192.0,2.2176,1,leg_gt,0.19,60 -55375,sell_contrast_m10_bb_pos,sell,2025-11-09 17:03:00,1190.0,2.0459,1,leg_gt,0.19,60 -55376,sell_contrast_m10_bb_pos,sell,2025-11-09 17:06:00,1190.0,2.0459,1,leg_gt,0.2,60 -55377,sell_contrast_m10_bb_pos,sell,2025-11-09 17:09:00,1190.0,2.0459,1,leg_gt,0.2,60 -55378,sell_contrast_m10_bb_pos,sell,2025-11-09 20:12:00,1193.0,2.3034,1,leg_gt,0.32,60 -55379,sell_contrast_m10_bb_pos,sell,2025-11-09 20:15:00,1196.0,2.5609,1,leg_gt,0.33,60 -55380,sell_contrast_m10_bb_pos,sell,2025-11-09 20:18:00,1193.0,2.3034,1,leg_gt,0.33,60 -55381,sell_contrast_m10_bb_pos,sell,2025-11-09 20:21:00,1196.0,2.5609,1,leg_gt,0.33,60 -55382,sell_contrast_m10_bb_pos,sell,2025-11-09 20:24:00,1191.0,2.1318,1,leg_gt,0.33,60 -55383,sell_contrast_m10_bb_pos,sell,2025-11-09 20:27:00,1194.0,2.3893,1,leg_gt,0.34,60 -55384,sell_contrast_m10_bb_pos,sell,2025-11-09 20:30:00,1193.0,2.3034,1,leg_gt,0.34,60 -55385,sell_contrast_m10_bb_pos,sell,2025-11-09 20:33:00,1191.0,2.1318,1,leg_gt,0.34,60 -55386,sell_contrast_m10_bb_pos,sell,2025-11-09 20:36:00,1189.0,1.9601,1,leg_gt,0.34,60 -55387,sell_contrast_m10_bb_pos,sell,2025-11-09 20:39:00,1187.0,1.7884,1,leg_gt,0.34,60 -55388,sell_contrast_m10_bb_pos,sell,2025-11-09 20:51:00,1193.0,2.3034,1,leg_gt,0.35,60 -55389,sell_contrast_m10_bb_pos,sell,2025-11-09 20:54:00,1194.0,2.3893,1,leg_gt,0.35,60 -55390,sell_contrast_m10_bb_pos,sell,2025-11-09 20:57:00,1191.0,2.1318,1,leg_gt,0.36,60 -55391,sell_contrast_m10_bb_pos,sell,2025-11-09 21:21:00,1201.0,2.9901,1,leg_gt,0.37,60 -55392,sell_contrast_m10_bb_pos,sell,2025-11-09 21:24:00,1199.0,2.8185,1,leg_gt,0.38,60 -55393,sell_contrast_m10_bb_pos,sell,2025-11-09 21:27:00,1196.0,2.5609,1,leg_gt,0.38,60 -55394,sell_contrast_m10_bb_pos,sell,2025-11-10 00:12:00,1218.0,4.4494,1,leg_gt,0.49,60 -55395,sell_contrast_m10_bb_pos,sell,2025-11-10 00:15:00,1213.0,4.0202,1,leg_gt,0.49,60 -55396,sell_contrast_m10_bb_pos,sell,2025-11-10 00:18:00,1215.0,4.1918,1,leg_gt,0.5,60 -55397,sell_contrast_m10_bb_pos,sell,2025-11-10 00:21:00,1221.0,4.7069,1,leg_gt,0.5,60 -55398,sell_contrast_m10_bb_pos,sell,2025-11-10 00:24:00,1219.0,4.5352,1,leg_gt,0.5,60 -55399,sell_contrast_m10_bb_pos,sell,2025-11-10 00:27:00,1217.0,4.3635,1,leg_gt,0.5,60 -55400,sell_contrast_m10_bb_pos,sell,2025-11-10 00:30:00,1220.0,4.621,1,leg_gt,0.5,60 -55401,sell_contrast_m10_bb_pos,sell,2025-11-10 00:33:00,1221.0,4.7069,1,leg_gt,0.51,60 -55402,sell_contrast_m10_bb_pos,sell,2025-11-10 00:36:00,1223.0,4.8785,1,leg_gt,0.51,60 -55403,sell_contrast_m10_bb_pos,sell,2025-11-10 00:39:00,1223.0,4.8785,1,leg_gt,0.51,60 -55404,sell_contrast_m10_bb_pos,sell,2025-11-10 00:42:00,1221.0,4.7069,1,leg_gt,0.51,60 -55405,sell_contrast_m10_bb_pos,sell,2025-11-10 00:45:00,1222.0,4.7927,1,leg_gt,0.51,60 -55406,sell_contrast_m10_bb_pos,sell,2025-11-10 00:48:00,1218.0,4.4494,1,leg_gt,0.52,60 -55407,sell_contrast_m10_bb_pos,sell,2025-11-10 04:42:00,1219.0,4.5352,1,leg_gt,0.68,60 -55408,sell_contrast_m10_bb_pos,sell,2025-11-10 04:45:00,1219.0,4.5352,1,leg_gt,0.68,60 -55409,sell_contrast_m10_bb_pos,sell,2025-11-10 04:48:00,1220.0,4.621,1,leg_gt,0.68,60 -55410,sell_contrast_m10_bb_pos,sell,2025-11-10 04:51:00,1222.0,4.7927,1,leg_gt,0.69,60 -55411,sell_contrast_m10_bb_pos,sell,2025-11-10 04:54:00,1222.0,4.7927,1,leg_gt,0.69,60 -55412,sell_contrast_m10_bb_pos,sell,2025-11-10 04:57:00,1221.0,4.7069,1,leg_gt,0.69,60 -55413,sell_contrast_m10_bb_pos,sell,2025-11-10 09:21:00,1222.0,4.7927,1,leg_gt,0.87,60 -55414,sell_contrast_m10_bb_pos,sell,2025-11-10 09:24:00,1220.0,4.621,1,leg_gt,0.88,60 -55415,sell_contrast_m10_bb_pos,sell,2025-11-10 09:27:00,1219.0,4.5352,1,leg_gt,0.88,60 -55416,sell_contrast_m10_bb_pos,sell,2025-11-10 10:21:00,1227.0,5.2219,1,leg_gt,0.91,60 -55417,sell_contrast_m10_bb_pos,sell,2025-11-10 10:24:00,1227.0,5.2219,1,leg_gt,0.92,60 -55418,sell_contrast_m10_bb_pos,sell,2025-11-10 10:27:00,1228.0,5.3077,1,leg_gt,0.92,60 -55419,sell_contrast_m10_bb_pos,sell,2025-11-10 10:30:00,1230.0,5.4794,1,leg_gt,0.92,60 -55420,sell_contrast_m10_bb_pos,sell,2025-11-10 10:33:00,1229.0,5.3936,1,leg_gt,0.92,60 -55421,sell_contrast_m10_bb_pos,sell,2025-11-10 10:36:00,1224.0,4.9644,1,leg_gt,0.92,60 -55422,sell_contrast_m10_bb_pos,sell,2025-11-10 10:39:00,1224.0,4.9644,1,leg_gt,0.93,60 -55423,sell_contrast_m10_bb_pos,sell,2025-11-10 12:42:00,1230.0,5.4794,1,leg_gt,1.01,60 -55424,sell_contrast_m10_bb_pos,sell,2025-11-10 12:45:00,1231.0,5.5652,1,leg_gt,1.01,60 -55425,sell_contrast_m10_bb_pos,sell,2025-11-10 12:48:00,1227.0,5.2219,1,leg_gt,1.02,60 -55426,sell_contrast_m10_bb_pos,sell,2025-11-10 14:00:00,1233.0,5.7369,1,leg_gt,1.07,60 -55427,sell_contrast_m10_bb_pos,sell,2025-11-10 14:03:00,1238.0,6.1661,1,leg_gt,1.07,60 -55428,sell_contrast_m10_bb_pos,sell,2025-11-10 14:06:00,1241.0,6.4236,1,leg_gt,1.07,60 -55429,sell_contrast_m10_bb_pos,sell,2025-11-10 14:09:00,1237.0,6.0803,1,leg_gt,1.07,60 -55430,sell_contrast_m10_bb_pos,sell,2025-11-10 14:21:00,1236.0,5.9944,1,leg_gt,1.08,60 -55431,sell_contrast_m10_bb_pos,sell,2025-11-10 14:24:00,1231.0,5.5652,1,leg_gt,1.08,60 -55432,sell_contrast_m10_bb_pos,sell,2025-11-10 14:27:00,1229.0,5.3936,1,leg_gt,1.09,60 -55433,sell_contrast_m10_bb_pos,sell,2025-11-10 15:00:00,1236.0,5.9944,1,leg_gt,1.11,60 -55434,sell_contrast_m10_bb_pos,sell,2025-11-10 15:03:00,1234.0,5.8227,1,leg_gt,1.11,60 -55435,sell_contrast_m10_bb_pos,sell,2025-11-10 15:06:00,1236.0,5.9944,1,leg_gt,1.11,60 -55436,sell_contrast_m10_bb_pos,sell,2025-11-10 15:09:00,1233.0,5.7369,1,leg_gt,1.11,60 -55437,sell_contrast_m10_bb_pos,sell,2025-11-10 19:00:00,1250.0,7.1961,1,leg_gt,1.27,60 -55438,sell_contrast_m10_bb_pos,sell,2025-11-10 19:03:00,1250.0,7.1961,1,leg_gt,1.28,60 -55439,sell_contrast_m10_bb_pos,sell,2025-11-10 19:06:00,1248.0,7.0245,1,leg_gt,1.28,60 -55440,sell_contrast_m10_bb_pos,sell,2025-11-10 19:09:00,1243.0,6.5953,1,leg_gt,1.28,60 -55441,sell_contrast_m10_bb_pos,sell,2025-11-10 22:42:00,1246.0,6.8528,1,leg_gt,1.43,60 -55442,sell_contrast_m10_bb_pos,sell,2025-11-10 22:45:00,1246.0,6.8528,1,leg_gt,1.43,60 -55443,sell_contrast_m10_bb_pos,sell,2025-11-10 22:48:00,1246.0,6.8528,1,leg_gt,1.43,60 -55444,sell_contrast_m10_bb_pos,sell,2025-11-11 04:51:00,1223.0,1.7318,1,leg_gt,0.12,60 -55445,sell_contrast_m10_bb_pos,sell,2025-11-11 04:54:00,1218.0,1.3155,1,leg_gt,0.12,60 -55446,sell_contrast_m10_bb_pos,sell,2025-11-11 04:57:00,1215.0,1.0657,1,leg_gt,0.12,60 -55447,sell_contrast_m10_bb_pos,sell,2025-11-11 05:21:00,1221.0,1.5653,1,leg_gt,0.14,60 -55448,sell_contrast_m10_bb_pos,sell,2025-11-11 05:24:00,1222.0,1.6485,1,leg_gt,0.14,60 -55449,sell_contrast_m10_bb_pos,sell,2025-11-11 05:27:00,1218.0,1.3155,1,leg_gt,0.14,60 -55450,sell_contrast_m10_bb_pos,sell,2025-11-11 08:12:00,1237.0,2.8975,1,leg_gt,0.26,60 -55451,sell_contrast_m10_bb_pos,sell,2025-11-11 08:15:00,1237.0,2.8975,1,leg_gt,0.26,60 -55452,sell_contrast_m10_bb_pos,sell,2025-11-11 08:18:00,1235.0,2.731,1,leg_gt,0.26,60 -55453,sell_contrast_m10_bb_pos,sell,2025-11-11 11:42:00,1240.0,3.1473,1,leg_gt,0.4,60 -55454,sell_contrast_m10_bb_pos,sell,2025-11-11 11:45:00,1244.0,3.4803,1,leg_gt,0.41,60 -55455,sell_contrast_m10_bb_pos,sell,2025-11-11 11:48:00,1242.0,3.3138,1,leg_gt,0.41,60 -55456,sell_contrast_m10_bb_pos,sell,2025-11-11 12:12:00,1246.0,3.6469,1,leg_gt,0.42,60 -55457,sell_contrast_m10_bb_pos,sell,2025-11-11 12:15:00,1248.0,3.8134,1,leg_gt,0.43,60 -55458,sell_contrast_m10_bb_pos,sell,2025-11-11 12:18:00,1245.0,3.5636,1,leg_gt,0.43,60 -55459,sell_contrast_m10_bb_pos,sell,2025-11-11 12:21:00,1246.0,3.6469,1,leg_gt,0.43,60 -55460,sell_contrast_m10_bb_pos,sell,2025-11-11 12:24:00,1247.0,3.7301,1,leg_gt,0.43,60 -55461,sell_contrast_m10_bb_pos,sell,2025-11-11 12:27:00,1247.0,3.7301,1,leg_gt,0.44,60 -55462,sell_contrast_m10_bb_pos,sell,2025-11-11 20:12:00,1194.0,-0.6828,0,leg_gt,0.76,60 -55463,sell_contrast_m10_bb_pos,sell,2025-11-11 20:15:00,1196.0,-0.5163,0,leg_gt,0.76,60 -55464,sell_contrast_m10_bb_pos,sell,2025-11-11 20:18:00,1194.0,-0.6828,0,leg_gt,0.76,60 -55465,sell_contrast_m10_bb_pos,sell,2025-11-12 00:00:00,1200.0,-0.1833,0,leg_gt,0.92,60 -55466,sell_contrast_m10_bb_pos,sell,2025-11-12 00:03:00,1194.0,-0.6828,0,leg_gt,0.92,60 -55467,sell_contrast_m10_bb_pos,sell,2025-11-12 00:06:00,1190.0,-1.0159,0,leg_gt,0.92,60 -55468,sell_contrast_m10_bb_pos,sell,2025-11-12 00:09:00,1196.0,-0.5163,0,leg_gt,0.92,60 -55469,sell_contrast_m10_bb_pos,sell,2025-11-12 01:21:00,1198.0,-0.3498,0,leg_gt,0.97,60 -55470,sell_contrast_m10_bb_pos,sell,2025-11-12 01:24:00,1197.0,-0.4331,0,leg_gt,0.98,60 -55471,sell_contrast_m10_bb_pos,sell,2025-11-12 01:27:00,1195.0,-0.5996,0,leg_gt,0.98,60 -55472,sell_contrast_m10_bb_pos,sell,2025-11-12 02:12:00,1200.0,-0.1833,0,leg_gt,1.01,60 -55473,sell_contrast_m10_bb_pos,sell,2025-11-12 02:15:00,1200.0,-0.1833,0,leg_gt,1.01,60 -55474,sell_contrast_m10_bb_pos,sell,2025-11-12 02:18:00,1196.0,-0.5163,0,leg_gt,1.01,60 -55475,sell_contrast_m10_bb_pos,sell,2025-11-12 11:21:00,1161.0,1.1206,1,leg_gt,0.06,60 -55476,sell_contrast_m10_bb_pos,sell,2025-11-12 11:24:00,1162.0,1.2078,1,leg_gt,0.06,60 -55477,sell_contrast_m10_bb_pos,sell,2025-11-12 11:27:00,1159.0,0.9462,1,leg_gt,0.06,60 -55478,sell_contrast_m10_bb_pos,sell,2025-11-12 12:00:00,1166.0,1.5565,1,leg_gt,0.09,60 -55479,sell_contrast_m10_bb_pos,sell,2025-11-12 12:03:00,1167.0,1.6437,1,leg_gt,0.09,60 -55480,sell_contrast_m10_bb_pos,sell,2025-11-12 12:06:00,1168.0,1.7309,1,leg_gt,0.09,60 -55481,sell_contrast_m10_bb_pos,sell,2025-11-12 12:09:00,1167.0,1.6437,1,leg_gt,0.09,60 -55482,sell_contrast_m10_bb_pos,sell,2025-11-12 12:12:00,1166.0,1.5565,1,leg_gt,0.09,60 -55483,sell_contrast_m10_bb_pos,sell,2025-11-12 12:15:00,1169.0,1.818,1,leg_gt,0.1,60 -55484,sell_contrast_m10_bb_pos,sell,2025-11-12 12:18:00,1170.0,1.9052,1,leg_gt,0.1,60 -55485,sell_contrast_m10_bb_pos,sell,2025-11-12 12:42:00,1176.0,2.4283,1,leg_gt,0.11,60 -55486,sell_contrast_m10_bb_pos,sell,2025-11-12 12:45:00,1178.0,2.6027,1,leg_gt,0.12,60 -55487,sell_contrast_m10_bb_pos,sell,2025-11-12 12:48:00,1176.0,2.4283,1,leg_gt,0.12,60 -55488,sell_contrast_m10_bb_pos,sell,2025-11-12 14:21:00,1175.0,2.3412,1,leg_gt,0.18,60 -55489,sell_contrast_m10_bb_pos,sell,2025-11-12 14:24:00,1176.0,2.4283,1,leg_gt,0.19,60 -55490,sell_contrast_m10_bb_pos,sell,2025-11-12 14:27:00,1176.0,2.4283,1,leg_gt,0.19,60 -55491,sell_contrast_m10_bb_pos,sell,2025-11-12 15:51:00,1193.0,3.9105,1,leg_gt,0.25,60 -55492,sell_contrast_m10_bb_pos,sell,2025-11-12 15:54:00,1192.0,3.8233,1,leg_gt,0.25,60 -55493,sell_contrast_m10_bb_pos,sell,2025-11-12 15:57:00,1190.0,3.6489,1,leg_gt,0.25,60 -55494,sell_contrast_m10_bb_pos,sell,2025-11-12 17:51:00,1200.0,4.5207,1,leg_gt,0.33,60 -55495,sell_contrast_m10_bb_pos,sell,2025-11-12 17:54:00,1199.0,4.4336,1,leg_gt,0.33,60 -55496,sell_contrast_m10_bb_pos,sell,2025-11-12 17:57:00,1196.0,4.172,1,leg_gt,0.33,60 -55497,sell_contrast_m10_bb_pos,sell,2025-11-12 18:00:00,1197.0,4.2592,1,leg_gt,0.34,60 -55498,sell_contrast_m10_bb_pos,sell,2025-11-12 18:03:00,1197.0,4.2592,1,leg_gt,0.34,60 -55499,sell_contrast_m10_bb_pos,sell,2025-11-12 18:06:00,1196.0,4.172,1,leg_gt,0.34,60 -55500,sell_contrast_m10_bb_pos,sell,2025-11-12 18:09:00,1198.0,4.3464,1,leg_gt,0.34,60 -55501,sell_contrast_m10_bb_pos,sell,2025-11-12 18:12:00,1201.0,4.6079,1,leg_gt,0.34,60 -55502,sell_contrast_m10_bb_pos,sell,2025-11-12 18:15:00,1200.0,4.5207,1,leg_gt,0.35,60 -55503,sell_contrast_m10_bb_pos,sell,2025-11-12 18:18:00,1199.0,4.4336,1,leg_gt,0.35,60 -55504,sell_contrast_m10_bb_pos,sell,2025-11-12 18:21:00,1198.0,4.3464,1,leg_gt,0.35,60 -55505,sell_contrast_m10_bb_pos,sell,2025-11-12 18:24:00,1197.0,4.2592,1,leg_gt,0.35,60 -55506,sell_contrast_m10_bb_pos,sell,2025-11-12 18:27:00,1193.0,3.9105,1,leg_gt,0.35,60 -55507,sell_contrast_m10_bb_pos,sell,2025-11-12 19:12:00,1204.0,4.8695,1,leg_gt,0.39,60 -55508,sell_contrast_m10_bb_pos,sell,2025-11-12 19:15:00,1204.0,4.8695,1,leg_gt,0.39,60 -55509,sell_contrast_m10_bb_pos,sell,2025-11-12 19:18:00,1203.0,4.7823,1,leg_gt,0.39,60 -55510,sell_contrast_m10_bb_pos,sell,2025-11-12 19:21:00,1204.0,4.8695,1,leg_gt,0.39,60 -55511,sell_contrast_m10_bb_pos,sell,2025-11-12 19:24:00,1208.0,5.2182,1,leg_gt,0.39,60 -55512,sell_contrast_m10_bb_pos,sell,2025-11-12 19:27:00,1206.0,5.0439,1,leg_gt,0.4,60 -55513,sell_contrast_m10_bb_pos,sell,2025-11-12 19:30:00,1208.0,5.2182,1,leg_gt,0.4,60 -55514,sell_contrast_m10_bb_pos,sell,2025-11-12 19:33:00,1212.0,5.567,1,leg_gt,0.4,60 -55515,sell_contrast_m10_bb_pos,sell,2025-11-12 19:36:00,1217.0,6.0029,1,leg_gt,0.4,60 -55516,sell_contrast_m10_bb_pos,sell,2025-11-12 19:39:00,1208.0,5.2182,1,leg_gt,0.4,60 -55517,sell_contrast_m10_bb_pos,sell,2025-11-12 19:42:00,1209.0,5.3054,1,leg_gt,0.41,60 -55518,sell_contrast_m10_bb_pos,sell,2025-11-12 19:45:00,1207.0,5.131,1,leg_gt,0.41,60 -55519,sell_contrast_m10_bb_pos,sell,2025-11-12 19:48:00,1212.0,5.567,1,leg_gt,0.41,60 -55520,sell_contrast_m10_bb_pos,sell,2025-11-12 19:51:00,1209.0,5.3054,1,leg_gt,0.41,60 -55521,sell_contrast_m10_bb_pos,sell,2025-11-12 19:54:00,1209.0,5.3054,1,leg_gt,0.41,60 -55522,sell_contrast_m10_bb_pos,sell,2025-11-12 19:57:00,1206.0,5.0439,1,leg_gt,0.42,60 -55523,sell_contrast_m10_bb_pos,sell,2025-11-12 21:30:00,1213.0,5.6541,1,leg_gt,0.48,60 -55524,sell_contrast_m10_bb_pos,sell,2025-11-12 21:33:00,1210.0,5.3926,1,leg_gt,0.48,60 -55525,sell_contrast_m10_bb_pos,sell,2025-11-12 21:36:00,1210.0,5.3926,1,leg_gt,0.49,60 -55526,sell_contrast_m10_bb_pos,sell,2025-11-12 21:39:00,1207.0,5.131,1,leg_gt,0.49,60 -55527,sell_contrast_m10_bb_pos,sell,2025-11-13 05:12:00,1144.0,1.8608,1,leg_gt,0.12,60 -55528,sell_contrast_m10_bb_pos,sell,2025-11-13 05:15:00,1138.0,1.326,1,leg_gt,0.12,60 -55529,sell_contrast_m10_bb_pos,sell,2025-11-13 05:18:00,1140.0,1.5043,1,leg_gt,0.12,60 -55530,sell_contrast_m10_bb_pos,sell,2025-11-13 05:30:00,1149.0,2.3064,1,leg_gt,0.13,60 -55531,sell_contrast_m10_bb_pos,sell,2025-11-13 05:33:00,1151.0,2.4847,1,leg_gt,0.13,60 -55532,sell_contrast_m10_bb_pos,sell,2025-11-13 05:36:00,1150.0,2.3955,1,leg_gt,0.14,60 -55533,sell_contrast_m10_bb_pos,sell,2025-11-13 05:39:00,1148.0,2.2173,1,leg_gt,0.14,60 -55534,sell_contrast_m10_bb_pos,sell,2025-11-13 05:51:00,1151.0,2.4847,1,leg_gt,0.15,60 -55535,sell_contrast_m10_bb_pos,sell,2025-11-13 05:54:00,1151.0,2.4847,1,leg_gt,0.15,60 -55536,sell_contrast_m10_bb_pos,sell,2025-11-13 05:57:00,1150.0,2.3955,1,leg_gt,0.15,60 -55537,sell_contrast_m10_bb_pos,sell,2025-11-13 06:00:00,1149.0,2.3064,1,leg_gt,0.15,60 -55538,sell_contrast_m10_bb_pos,sell,2025-11-13 06:03:00,1151.0,2.4847,1,leg_gt,0.15,60 -55539,sell_contrast_m10_bb_pos,sell,2025-11-13 06:06:00,1150.0,2.3955,1,leg_gt,0.16,60 -55540,sell_contrast_m10_bb_pos,sell,2025-11-13 06:09:00,1152.0,2.5738,1,leg_gt,0.16,60 -55541,sell_contrast_m10_bb_pos,sell,2025-11-13 06:12:00,1153.0,2.6629,1,leg_gt,0.16,60 -55542,sell_contrast_m10_bb_pos,sell,2025-11-13 06:15:00,1154.0,2.752,1,leg_gt,0.16,60 -55543,sell_contrast_m10_bb_pos,sell,2025-11-13 06:18:00,1151.0,2.4847,1,leg_gt,0.16,60 -55544,sell_contrast_m10_bb_pos,sell,2025-11-13 06:21:00,1154.0,2.752,1,leg_gt,0.17,60 -55545,sell_contrast_m10_bb_pos,sell,2025-11-13 06:24:00,1155.0,2.8412,1,leg_gt,0.17,60 -55546,sell_contrast_m10_bb_pos,sell,2025-11-13 06:27:00,1152.0,2.5738,1,leg_gt,0.17,60 -55547,sell_contrast_m10_bb_pos,sell,2025-11-13 06:30:00,1154.0,2.752,1,leg_gt,0.17,60 -55548,sell_contrast_m10_bb_pos,sell,2025-11-13 06:33:00,1158.0,3.1086,1,leg_gt,0.18,60 -55549,sell_contrast_m10_bb_pos,sell,2025-11-13 06:36:00,1158.0,3.1086,1,leg_gt,0.18,60 -55550,sell_contrast_m10_bb_pos,sell,2025-11-13 06:39:00,1161.0,3.3759,1,leg_gt,0.18,60 -55551,sell_contrast_m10_bb_pos,sell,2025-11-13 06:42:00,1159.0,3.1977,1,leg_gt,0.18,60 -55552,sell_contrast_m10_bb_pos,sell,2025-11-13 06:45:00,1160.0,3.2868,1,leg_gt,0.18,60 -55553,sell_contrast_m10_bb_pos,sell,2025-11-13 06:48:00,1157.0,3.0194,1,leg_gt,0.19,60 -55554,sell_contrast_m10_bb_pos,sell,2025-11-13 06:51:00,1157.0,3.0194,1,leg_gt,0.19,60 -55555,sell_contrast_m10_bb_pos,sell,2025-11-13 06:54:00,1160.0,3.2868,1,leg_gt,0.19,60 -55556,sell_contrast_m10_bb_pos,sell,2025-11-13 06:57:00,1162.0,3.4651,1,leg_gt,0.19,60 -55557,sell_contrast_m10_bb_pos,sell,2025-11-13 07:00:00,1160.0,3.2868,1,leg_gt,0.19,60 -55558,sell_contrast_m10_bb_pos,sell,2025-11-13 07:03:00,1160.0,3.2868,1,leg_gt,0.2,60 -55559,sell_contrast_m10_bb_pos,sell,2025-11-13 07:06:00,1158.0,3.1086,1,leg_gt,0.2,60 -55560,sell_contrast_m10_bb_pos,sell,2025-11-13 07:09:00,1154.0,2.752,1,leg_gt,0.2,60 -55561,sell_contrast_m10_bb_pos,sell,2025-11-13 09:42:00,1157.0,3.0194,1,leg_gt,0.31,60 -55562,sell_contrast_m10_bb_pos,sell,2025-11-13 09:45:00,1156.0,2.9303,1,leg_gt,0.31,60 -55563,sell_contrast_m10_bb_pos,sell,2025-11-13 09:48:00,1155.0,2.8412,1,leg_gt,0.31,60 -55564,sell_contrast_m10_bb_pos,sell,2025-11-13 10:12:00,1166.0,3.8216,1,leg_gt,0.33,60 -55565,sell_contrast_m10_bb_pos,sell,2025-11-13 10:15:00,1169.0,4.0889,1,leg_gt,0.33,60 -55566,sell_contrast_m10_bb_pos,sell,2025-11-13 10:18:00,1168.0,3.9998,1,leg_gt,0.33,60 -55567,sell_contrast_m10_bb_pos,sell,2025-11-13 10:51:00,1169.0,4.0889,1,leg_gt,0.35,60 -55568,sell_contrast_m10_bb_pos,sell,2025-11-13 10:54:00,1170.0,4.1781,1,leg_gt,0.36,60 -55569,sell_contrast_m10_bb_pos,sell,2025-11-13 10:57:00,1168.0,3.9998,1,leg_gt,0.36,60 -55570,sell_contrast_m10_bb_pos,sell,2025-11-13 11:12:00,1168.0,3.9998,1,leg_gt,0.37,60 -55571,sell_contrast_m10_bb_pos,sell,2025-11-13 11:15:00,1168.0,3.9998,1,leg_gt,0.37,60 -55572,sell_contrast_m10_bb_pos,sell,2025-11-13 11:18:00,1170.0,4.1781,1,leg_gt,0.37,60 -55573,sell_contrast_m10_bb_pos,sell,2025-11-13 11:21:00,1171.0,4.2672,1,leg_gt,0.38,60 -55574,sell_contrast_m10_bb_pos,sell,2025-11-13 11:24:00,1167.0,3.9107,1,leg_gt,0.38,60 -55575,sell_contrast_m10_bb_pos,sell,2025-11-13 11:27:00,1166.0,3.8216,1,leg_gt,0.38,60 -55576,sell_contrast_m10_bb_pos,sell,2025-11-13 12:30:00,1176.0,4.7128,1,leg_gt,0.42,60 -55577,sell_contrast_m10_bb_pos,sell,2025-11-13 12:33:00,1180.0,5.0693,1,leg_gt,0.42,60 -55578,sell_contrast_m10_bb_pos,sell,2025-11-13 12:36:00,1178.0,4.8911,1,leg_gt,0.43,60 -55579,sell_contrast_m10_bb_pos,sell,2025-11-13 12:39:00,1181.0,5.1585,1,leg_gt,0.43,60 -55580,sell_contrast_m10_bb_pos,sell,2025-11-13 13:21:00,1182.0,5.2476,1,leg_gt,0.46,60 -55581,sell_contrast_m10_bb_pos,sell,2025-11-13 13:24:00,1179.0,4.9802,1,leg_gt,0.46,60 -55582,sell_contrast_m10_bb_pos,sell,2025-11-13 13:27:00,1179.0,4.9802,1,leg_gt,0.46,60 -55583,sell_contrast_m10_bb_pos,sell,2025-11-13 14:30:00,1185.0,5.515,1,leg_gt,0.51,60 -55584,sell_contrast_m10_bb_pos,sell,2025-11-13 14:33:00,1184.0,5.4258,1,leg_gt,0.51,60 -55585,sell_contrast_m10_bb_pos,sell,2025-11-13 14:36:00,1187.0,5.6932,1,leg_gt,0.51,60 -55586,sell_contrast_m10_bb_pos,sell,2025-11-13 14:39:00,1192.0,6.1389,1,leg_gt,0.51,60 -55587,sell_contrast_m10_bb_pos,sell,2025-11-13 15:21:00,1199.0,6.7627,1,leg_gt,0.54,60 -55588,sell_contrast_m10_bb_pos,sell,2025-11-13 15:24:00,1200.0,6.8519,1,leg_gt,0.54,60 -55589,sell_contrast_m10_bb_pos,sell,2025-11-13 15:27:00,1198.0,6.6736,1,leg_gt,0.55,60 -55590,sell_contrast_m10_bb_pos,sell,2025-11-14 00:21:00,1187.0,5.6932,1,leg_gt,0.92,60 -55591,sell_contrast_m10_bb_pos,sell,2025-11-14 00:24:00,1185.0,5.515,1,leg_gt,0.92,60 -55592,sell_contrast_m10_bb_pos,sell,2025-11-14 00:27:00,1180.0,5.0693,1,leg_gt,0.92,60 -55593,sell_contrast_m10_bb_pos,sell,2025-11-14 07:51:00,1126.0,2.1707,1,leg_gt,0.18,60 -55594,sell_contrast_m10_bb_pos,sell,2025-11-14 07:54:00,1129.0,2.4431,1,leg_gt,0.18,60 -55595,sell_contrast_m10_bb_pos,sell,2025-11-14 07:57:00,1127.0,2.2615,1,leg_gt,0.18,60 -55596,sell_contrast_m10_bb_pos,sell,2025-11-14 08:00:00,1126.0,2.1707,1,leg_gt,0.19,60 -55597,sell_contrast_m10_bb_pos,sell,2025-11-14 08:03:00,1124.0,1.989,1,leg_gt,0.19,60 -55598,sell_contrast_m10_bb_pos,sell,2025-11-14 08:06:00,1126.0,2.1707,1,leg_gt,0.19,60 -55599,sell_contrast_m10_bb_pos,sell,2025-11-14 08:09:00,1131.0,2.6248,1,leg_gt,0.19,60 -55600,sell_contrast_m10_bb_pos,sell,2025-11-14 16:12:00,1118.0,4.386,1,leg_gt,0.11,60 -55601,sell_contrast_m10_bb_pos,sell,2025-11-14 16:15:00,1124.0,4.9467,1,leg_gt,0.11,60 -55602,sell_contrast_m10_bb_pos,sell,2025-11-14 16:18:00,1126.0,5.1336,1,leg_gt,0.11,60 -55603,sell_contrast_m10_bb_pos,sell,2025-11-14 16:30:00,1123.0,4.8533,1,leg_gt,0.12,60 -55604,sell_contrast_m10_bb_pos,sell,2025-11-14 16:33:00,1120.0,4.5729,1,leg_gt,0.12,60 -55605,sell_contrast_m10_bb_pos,sell,2025-11-14 16:36:00,1122.0,4.7598,1,leg_gt,0.12,60 -55606,sell_contrast_m10_bb_pos,sell,2025-11-14 16:39:00,1121.0,4.6664,1,leg_gt,0.12,60 -55607,sell_contrast_m10_bb_pos,sell,2025-11-15 00:12:00,1096.0,2.9075,1,leg_gt,0.11,60 -55608,sell_contrast_m10_bb_pos,sell,2025-11-15 00:15:00,1094.0,2.7195,1,leg_gt,0.11,60 -55609,sell_contrast_m10_bb_pos,sell,2025-11-15 00:18:00,1098.0,3.0955,1,leg_gt,0.11,60 -55610,sell_contrast_m10_bb_pos,sell,2025-11-15 00:30:00,1106.0,3.8474,1,leg_gt,0.12,60 -55611,sell_contrast_m10_bb_pos,sell,2025-11-15 00:33:00,1105.0,3.7534,1,leg_gt,0.12,60 -55612,sell_contrast_m10_bb_pos,sell,2025-11-15 00:36:00,1104.0,3.6594,1,leg_gt,0.12,60 -55613,sell_contrast_m10_bb_pos,sell,2025-11-15 00:39:00,1109.0,4.1293,1,leg_gt,0.12,60 -55614,sell_contrast_m10_bb_pos,sell,2025-11-15 00:42:00,1107.0,3.9414,1,leg_gt,0.13,60 -55615,sell_contrast_m10_bb_pos,sell,2025-11-15 00:45:00,1111.0,4.3173,1,leg_gt,0.13,60 -55616,sell_contrast_m10_bb_pos,sell,2025-11-15 00:48:00,1120.0,5.1632,1,leg_gt,0.13,60 -55617,sell_contrast_m10_bb_pos,sell,2025-11-15 01:00:00,1110.0,4.2233,1,leg_gt,0.14,60 -55618,sell_contrast_m10_bb_pos,sell,2025-11-15 01:03:00,1109.0,4.1293,1,leg_gt,0.14,60 -55619,sell_contrast_m10_bb_pos,sell,2025-11-15 01:06:00,1104.0,3.6594,1,leg_gt,0.14,60 -55620,sell_contrast_m10_bb_pos,sell,2025-11-15 01:09:00,1105.0,3.7534,1,leg_gt,0.15,60 -55621,sell_contrast_m10_bb_pos,sell,2025-11-15 01:30:00,1114.0,4.5992,1,leg_gt,0.16,60 -55622,sell_contrast_m10_bb_pos,sell,2025-11-15 01:33:00,1111.0,4.3173,1,leg_gt,0.16,60 -55623,sell_contrast_m10_bb_pos,sell,2025-11-15 01:36:00,1113.0,4.5053,1,leg_gt,0.16,60 -55624,sell_contrast_m10_bb_pos,sell,2025-11-15 01:39:00,1114.0,4.5992,1,leg_gt,0.17,60 -55625,sell_contrast_m10_bb_pos,sell,2025-11-15 11:30:00,1092.0,3.1136,1,leg_gt,0.14,60 -55626,sell_contrast_m10_bb_pos,sell,2025-11-15 11:33:00,1091.0,3.0191,1,leg_gt,0.14,60 -55627,sell_contrast_m10_bb_pos,sell,2025-11-15 11:36:00,1090.0,2.9246,1,leg_gt,0.15,60 -55628,sell_contrast_m10_bb_pos,sell,2025-11-15 11:39:00,1091.0,3.0191,1,leg_gt,0.15,60 -55629,sell_contrast_m10_bb_pos,sell,2025-11-15 12:00:00,1097.0,3.5862,1,leg_gt,0.16,60 -55630,sell_contrast_m10_bb_pos,sell,2025-11-15 12:03:00,1095.0,3.3972,1,leg_gt,0.16,60 -55631,sell_contrast_m10_bb_pos,sell,2025-11-15 12:06:00,1093.0,3.2081,1,leg_gt,0.17,60 -55632,sell_contrast_m10_bb_pos,sell,2025-11-15 12:09:00,1095.0,3.3972,1,leg_gt,0.17,60 -55633,sell_contrast_m10_bb_pos,sell,2025-11-15 12:12:00,1095.0,3.3972,1,leg_gt,0.17,60 -55634,sell_contrast_m10_bb_pos,sell,2025-11-15 12:15:00,1096.0,3.4917,1,leg_gt,0.17,60 -55635,sell_contrast_m10_bb_pos,sell,2025-11-15 12:18:00,1096.0,3.4917,1,leg_gt,0.18,60 -55636,sell_contrast_m10_bb_pos,sell,2025-11-15 12:21:00,1095.0,3.3972,1,leg_gt,0.18,60 -55637,sell_contrast_m10_bb_pos,sell,2025-11-15 12:24:00,1096.0,3.4917,1,leg_gt,0.18,60 -55638,sell_contrast_m10_bb_pos,sell,2025-11-15 12:27:00,1094.0,3.3026,1,leg_gt,0.18,60 -55639,sell_contrast_m10_bb_pos,sell,2025-11-15 21:30:00,1070.0,1.0342,1,leg_gt,0.56,60 -55640,sell_contrast_m10_bb_pos,sell,2025-11-15 21:33:00,1069.0,0.9397,1,leg_gt,0.56,60 -55641,sell_contrast_m10_bb_pos,sell,2025-11-15 21:36:00,1070.0,1.0342,1,leg_gt,0.56,60 -55642,sell_contrast_m10_bb_pos,sell,2025-11-15 21:39:00,1070.0,1.0342,1,leg_gt,0.56,60 -55643,sell_contrast_m10_bb_pos,sell,2025-11-15 22:12:00,1071.0,1.1287,1,leg_gt,0.59,60 -55644,sell_contrast_m10_bb_pos,sell,2025-11-15 22:15:00,1070.0,1.0342,1,leg_gt,0.59,60 -55645,sell_contrast_m10_bb_pos,sell,2025-11-15 22:18:00,1076.0,1.6013,1,leg_gt,0.59,60 -55646,sell_contrast_m10_bb_pos,sell,2025-11-15 22:30:00,1073.0,1.3178,1,leg_gt,0.6,60 -55647,sell_contrast_m10_bb_pos,sell,2025-11-15 22:33:00,1072.0,1.2233,1,leg_gt,0.6,60 -55648,sell_contrast_m10_bb_pos,sell,2025-11-15 22:36:00,1072.0,1.2233,1,leg_gt,0.6,60 -55649,sell_contrast_m10_bb_pos,sell,2025-11-15 22:39:00,1076.0,1.6013,1,leg_gt,0.61,60 -55650,sell_contrast_m10_bb_pos,sell,2025-11-15 22:42:00,1073.0,1.3178,1,leg_gt,0.61,60 -55651,sell_contrast_m10_bb_pos,sell,2025-11-15 22:45:00,1070.0,1.0342,1,leg_gt,0.61,60 -55652,sell_contrast_m10_bb_pos,sell,2025-11-15 22:48:00,1070.0,1.0342,1,leg_gt,0.61,60 -55653,sell_contrast_m10_bb_pos,sell,2025-11-16 08:21:00,1057.0,-0.1945,0,leg_gt,1.01,60 -55654,sell_contrast_m10_bb_pos,sell,2025-11-16 08:24:00,1056.0,-0.289,0,leg_gt,1.01,60 -55655,sell_contrast_m10_bb_pos,sell,2025-11-16 08:27:00,1057.0,-0.1945,0,leg_gt,1.01,60 -55656,sell_contrast_m10_bb_pos,sell,2025-11-16 19:12:00,1054.0,-0.4781,0,leg_gt,1.46,60 -55657,sell_contrast_m10_bb_pos,sell,2025-11-16 19:15:00,1055.0,-0.3836,0,leg_gt,1.46,60 -55658,sell_contrast_m10_bb_pos,sell,2025-11-16 19:18:00,1055.0,-0.3836,0,leg_gt,1.47,60 -55659,sell_contrast_m10_bb_pos,sell,2025-11-16 19:21:00,1054.0,-0.4781,0,leg_gt,1.47,60 -55660,sell_contrast_m10_bb_pos,sell,2025-11-16 19:24:00,1053.0,-0.5726,0,leg_gt,1.47,60 -55661,sell_contrast_m10_bb_pos,sell,2025-11-16 19:27:00,1055.0,-0.3836,0,leg_gt,1.47,60 -55662,sell_contrast_m10_bb_pos,sell,2025-11-16 19:30:00,1054.0,-0.4781,0,leg_gt,1.48,60 -55663,sell_contrast_m10_bb_pos,sell,2025-11-16 19:33:00,1055.0,-0.3836,0,leg_gt,1.48,60 -55664,sell_contrast_m10_bb_pos,sell,2025-11-16 19:36:00,1056.0,-0.289,0,leg_gt,1.48,60 -55665,sell_contrast_m10_bb_pos,sell,2025-11-16 19:39:00,1055.0,-0.3836,0,leg_gt,1.48,60 -55666,sell_contrast_m10_bb_pos,sell,2025-11-16 19:42:00,1054.0,-0.4781,0,leg_gt,1.48,60 -55667,sell_contrast_m10_bb_pos,sell,2025-11-16 19:45:00,1054.0,-0.4781,0,leg_gt,1.49,60 -55668,sell_contrast_m10_bb_pos,sell,2025-11-16 19:48:00,1053.0,-0.5726,0,leg_gt,1.49,60 -55669,sell_contrast_m10_bb_pos,sell,2025-11-17 07:51:00,1004.0,1.5194,1,leg_gt,0.21,60 -55670,sell_contrast_m10_bb_pos,sell,2025-11-17 07:54:00,1006.0,1.7219,1,leg_gt,0.21,60 -55671,sell_contrast_m10_bb_pos,sell,2025-11-17 07:57:00,1003.0,1.4182,1,leg_gt,0.21,60 -55672,sell_contrast_m10_bb_pos,sell,2025-11-17 08:42:00,1010.0,2.1267,1,leg_gt,0.24,60 -55673,sell_contrast_m10_bb_pos,sell,2025-11-17 08:45:00,1008.0,1.9243,1,leg_gt,0.24,60 -55674,sell_contrast_m10_bb_pos,sell,2025-11-17 08:48:00,1006.0,1.7219,1,leg_gt,0.25,60 -55675,sell_contrast_m10_bb_pos,sell,2025-11-17 09:30:00,1009.0,2.0255,1,leg_gt,0.28,60 -55676,sell_contrast_m10_bb_pos,sell,2025-11-17 09:33:00,1003.0,1.4182,1,leg_gt,0.28,60 -55677,sell_contrast_m10_bb_pos,sell,2025-11-17 09:36:00,1010.0,2.1267,1,leg_gt,0.28,60 -55678,sell_contrast_m10_bb_pos,sell,2025-11-17 09:39:00,1010.0,2.1267,1,leg_gt,0.28,60 -55679,sell_contrast_m10_bb_pos,sell,2025-11-17 09:42:00,1010.0,2.1267,1,leg_gt,0.28,60 -55680,sell_contrast_m10_bb_pos,sell,2025-11-17 09:45:00,1010.0,2.1267,1,leg_gt,0.29,60 -55681,sell_contrast_m10_bb_pos,sell,2025-11-17 09:48:00,1009.0,2.0255,1,leg_gt,0.29,60 -55682,sell_contrast_m10_bb_pos,sell,2025-11-17 12:12:00,1015.0,2.6328,1,leg_gt,0.39,60 -55683,sell_contrast_m10_bb_pos,sell,2025-11-17 12:15:00,1017.0,2.8352,1,leg_gt,0.39,60 -55684,sell_contrast_m10_bb_pos,sell,2025-11-17 12:18:00,1017.0,2.8352,1,leg_gt,0.39,60 -55685,sell_contrast_m10_bb_pos,sell,2025-11-17 12:21:00,1015.0,2.6328,1,leg_gt,0.39,60 -55686,sell_contrast_m10_bb_pos,sell,2025-11-17 12:24:00,1017.0,2.8352,1,leg_gt,0.4,60 -55687,sell_contrast_m10_bb_pos,sell,2025-11-17 12:27:00,1017.0,2.8352,1,leg_gt,0.4,60 -55688,sell_contrast_m10_bb_pos,sell,2025-11-17 12:30:00,1017.0,2.8352,1,leg_gt,0.4,60 -55689,sell_contrast_m10_bb_pos,sell,2025-11-17 12:33:00,1017.0,2.8352,1,leg_gt,0.4,60 -55690,sell_contrast_m10_bb_pos,sell,2025-11-17 12:36:00,1016.0,2.734,1,leg_gt,0.4,60 -55691,sell_contrast_m10_bb_pos,sell,2025-11-17 12:39:00,1016.0,2.734,1,leg_gt,0.41,60 -55692,sell_contrast_m10_bb_pos,sell,2025-11-17 12:42:00,1017.0,2.8352,1,leg_gt,0.41,60 -55693,sell_contrast_m10_bb_pos,sell,2025-11-17 12:45:00,1016.0,2.734,1,leg_gt,0.41,60 -55694,sell_contrast_m10_bb_pos,sell,2025-11-17 12:48:00,1016.0,2.734,1,leg_gt,0.41,60 -55695,sell_contrast_m10_bb_pos,sell,2025-11-17 12:51:00,1014.0,2.5316,1,leg_gt,0.41,60 -55696,sell_contrast_m10_bb_pos,sell,2025-11-17 12:54:00,1016.0,2.734,1,leg_gt,0.42,60 -55697,sell_contrast_m10_bb_pos,sell,2025-11-17 12:57:00,1016.0,2.734,1,leg_gt,0.42,60 -55698,sell_contrast_m10_bb_pos,sell,2025-11-17 13:00:00,1017.0,2.8352,1,leg_gt,0.42,60 -55699,sell_contrast_m10_bb_pos,sell,2025-11-17 13:03:00,1019.0,3.0377,1,leg_gt,0.42,60 -55700,sell_contrast_m10_bb_pos,sell,2025-11-17 13:06:00,1018.0,2.9364,1,leg_gt,0.42,60 -55701,sell_contrast_m10_bb_pos,sell,2025-11-17 13:09:00,1018.0,2.9364,1,leg_gt,0.43,60 -55702,sell_contrast_m10_bb_pos,sell,2025-11-17 13:12:00,1018.0,2.9364,1,leg_gt,0.43,60 -55703,sell_contrast_m10_bb_pos,sell,2025-11-17 13:15:00,1016.0,2.734,1,leg_gt,0.43,60 -55704,sell_contrast_m10_bb_pos,sell,2025-11-17 13:18:00,1016.0,2.734,1,leg_gt,0.43,60 -55705,sell_contrast_m10_bb_pos,sell,2025-11-17 13:42:00,1020.0,3.1389,1,leg_gt,0.45,60 -55706,sell_contrast_m10_bb_pos,sell,2025-11-17 13:45:00,1021.0,3.2401,1,leg_gt,0.45,60 -55707,sell_contrast_m10_bb_pos,sell,2025-11-17 13:48:00,1020.0,3.1389,1,leg_gt,0.45,60 -55708,sell_contrast_m10_bb_pos,sell,2025-11-17 16:51:00,1021.0,3.2401,1,leg_gt,0.58,60 -55709,sell_contrast_m10_bb_pos,sell,2025-11-17 16:54:00,1019.0,3.0377,1,leg_gt,0.58,60 -55710,sell_contrast_m10_bb_pos,sell,2025-11-17 16:57:00,1019.0,3.0377,1,leg_gt,0.59,60 -55711,sell_contrast_m10_bb_pos,sell,2025-11-17 17:00:00,1021.0,3.2401,1,leg_gt,0.59,60 -55712,sell_contrast_m10_bb_pos,sell,2025-11-17 17:03:00,1019.0,3.0377,1,leg_gt,0.59,60 -55713,sell_contrast_m10_bb_pos,sell,2025-11-17 17:06:00,1020.0,3.1389,1,leg_gt,0.59,60 -55714,sell_contrast_m10_bb_pos,sell,2025-11-17 17:09:00,1018.0,2.9364,1,leg_gt,0.59,60 -55715,sell_contrast_m10_bb_pos,sell,2025-11-17 18:21:00,1020.0,3.1389,1,leg_gt,0.64,60 -55716,sell_contrast_m10_bb_pos,sell,2025-11-17 18:24:00,1019.0,3.0377,1,leg_gt,0.65,60 -55717,sell_contrast_m10_bb_pos,sell,2025-11-17 18:27:00,1020.0,3.1389,1,leg_gt,0.65,60 -55718,sell_contrast_m10_bb_pos,sell,2025-11-17 20:21:00,1019.0,3.0377,1,leg_gt,0.73,60 -55719,sell_contrast_m10_bb_pos,sell,2025-11-17 20:24:00,1020.0,3.1389,1,leg_gt,0.73,60 -55720,sell_contrast_m10_bb_pos,sell,2025-11-17 20:27:00,1020.0,3.1389,1,leg_gt,0.73,60 -55721,sell_contrast_m10_bb_pos,sell,2025-11-17 20:30:00,1021.0,3.2401,1,leg_gt,0.73,60 -55722,sell_contrast_m10_bb_pos,sell,2025-11-17 20:33:00,1022.0,3.3413,1,leg_gt,0.74,60 -55723,sell_contrast_m10_bb_pos,sell,2025-11-17 20:36:00,1023.0,3.4425,1,leg_gt,0.74,60 -55724,sell_contrast_m10_bb_pos,sell,2025-11-17 20:39:00,1023.0,3.4425,1,leg_gt,0.74,60 -55725,sell_contrast_m10_bb_pos,sell,2025-11-18 07:30:00,976.0,-1.0137,0,leg_gt,0.36,60 -55726,sell_contrast_m10_bb_pos,sell,2025-11-18 07:33:00,977.0,-0.9122,0,leg_gt,0.36,60 -55727,sell_contrast_m10_bb_pos,sell,2025-11-18 07:36:00,977.0,-0.9122,0,leg_gt,0.36,60 -55728,sell_contrast_m10_bb_pos,sell,2025-11-18 07:39:00,977.0,-0.9122,0,leg_gt,0.37,60 -55729,sell_contrast_m10_bb_pos,sell,2025-11-18 07:42:00,975.0,-1.1152,0,leg_gt,0.37,60 -55730,sell_contrast_m10_bb_pos,sell,2025-11-18 07:45:00,976.0,-1.0137,0,leg_gt,0.37,60 -55731,sell_contrast_m10_bb_pos,sell,2025-11-18 07:48:00,973.0,-1.3183,0,leg_gt,0.37,60 -55732,sell_contrast_m10_bb_pos,sell,2025-11-18 09:12:00,977.0,-0.9122,0,leg_gt,0.43,60 -55733,sell_contrast_m10_bb_pos,sell,2025-11-18 09:15:00,976.0,-1.0137,0,leg_gt,0.43,60 -55734,sell_contrast_m10_bb_pos,sell,2025-11-18 09:18:00,975.0,-1.1152,0,leg_gt,0.44,60 -55735,sell_contrast_m10_bb_pos,sell,2025-11-18 10:30:00,983.0,2.2958,1,leg_gt,0.03,60 -55736,sell_contrast_m10_bb_pos,sell,2025-11-18 10:33:00,984.0,2.4,1,leg_gt,0.04,60 -55737,sell_contrast_m10_bb_pos,sell,2025-11-18 10:36:00,983.0,2.2958,1,leg_gt,0.04,60 -55738,sell_contrast_m10_bb_pos,sell,2025-11-18 10:39:00,979.0,1.8792,1,leg_gt,0.04,60 -55739,sell_contrast_m10_bb_pos,sell,2025-11-18 11:30:00,988.0,2.8167,1,leg_gt,0.08,60 -55740,sell_contrast_m10_bb_pos,sell,2025-11-18 11:33:00,990.0,3.025,1,leg_gt,0.08,60 -55741,sell_contrast_m10_bb_pos,sell,2025-11-18 11:36:00,985.0,2.5042,1,leg_gt,0.08,60 -55742,sell_contrast_m10_bb_pos,sell,2025-11-18 11:39:00,985.0,2.5042,1,leg_gt,0.08,60 -55743,sell_contrast_m10_bb_pos,sell,2025-11-18 12:51:00,991.0,3.1292,1,leg_gt,0.13,60 -55744,sell_contrast_m10_bb_pos,sell,2025-11-18 12:54:00,989.0,2.9208,1,leg_gt,0.13,60 -55745,sell_contrast_m10_bb_pos,sell,2025-11-18 12:57:00,988.0,2.8167,1,leg_gt,0.14,60 -55746,sell_contrast_m10_bb_pos,sell,2025-11-18 13:00:00,990.0,3.025,1,leg_gt,0.14,60 -55747,sell_contrast_m10_bb_pos,sell,2025-11-18 13:03:00,989.0,2.9208,1,leg_gt,0.14,60 -55748,sell_contrast_m10_bb_pos,sell,2025-11-18 13:06:00,988.0,2.8167,1,leg_gt,0.14,60 -55749,sell_contrast_m10_bb_pos,sell,2025-11-18 13:09:00,989.0,2.9208,1,leg_gt,0.14,60 -55750,sell_contrast_m10_bb_pos,sell,2025-11-18 14:00:00,993.0,3.3375,1,leg_gt,0.18,60 -55751,sell_contrast_m10_bb_pos,sell,2025-11-18 14:03:00,988.0,2.8167,1,leg_gt,0.18,60 -55752,sell_contrast_m10_bb_pos,sell,2025-11-18 14:06:00,990.0,3.025,1,leg_gt,0.18,60 -55753,sell_contrast_m10_bb_pos,sell,2025-11-18 14:09:00,994.0,3.4417,1,leg_gt,0.19,60 -55754,sell_contrast_m10_bb_pos,sell,2025-11-18 17:51:00,998.0,3.8583,1,leg_gt,0.34,60 -55755,sell_contrast_m10_bb_pos,sell,2025-11-18 17:54:00,995.0,3.5458,1,leg_gt,0.34,60 -55756,sell_contrast_m10_bb_pos,sell,2025-11-18 17:57:00,996.0,3.65,1,leg_gt,0.34,60 -55757,sell_contrast_m10_bb_pos,sell,2025-11-18 22:00:00,1000.0,4.0667,1,leg_gt,0.51,60 -55758,sell_contrast_m10_bb_pos,sell,2025-11-18 22:03:00,1001.0,4.1708,1,leg_gt,0.51,60 -55759,sell_contrast_m10_bb_pos,sell,2025-11-18 22:06:00,997.0,3.7542,1,leg_gt,0.52,60 -55760,sell_contrast_m10_bb_pos,sell,2025-11-18 22:09:00,995.0,3.5458,1,leg_gt,0.52,60 -55761,sell_contrast_m10_bb_pos,sell,2025-11-19 00:21:00,1003.0,4.3792,1,leg_gt,0.61,60 -55762,sell_contrast_m10_bb_pos,sell,2025-11-19 00:24:00,1004.0,4.4833,1,leg_gt,0.61,60 -55763,sell_contrast_m10_bb_pos,sell,2025-11-19 00:27:00,1009.0,5.0042,1,leg_gt,0.61,60 -55764,sell_contrast_m10_bb_pos,sell,2025-11-19 00:51:00,1002.0,4.275,1,leg_gt,0.63,60 -55765,sell_contrast_m10_bb_pos,sell,2025-11-19 00:54:00,1007.0,4.7958,1,leg_gt,0.63,60 -55766,sell_contrast_m10_bb_pos,sell,2025-11-19 00:57:00,1010.0,5.1083,1,leg_gt,0.64,60 -55767,sell_contrast_m10_bb_pos,sell,2025-11-19 01:51:00,1025.0,6.6708,1,leg_gt,0.67,60 -55768,sell_contrast_m10_bb_pos,sell,2025-11-19 01:54:00,1018.0,5.9417,1,leg_gt,0.68,60 -55769,sell_contrast_m10_bb_pos,sell,2025-11-19 01:57:00,1020.0,6.15,1,leg_gt,0.68,60 -55770,sell_contrast_m10_bb_pos,sell,2025-11-19 04:42:00,1024.0,6.5667,1,leg_gt,0.79,60 -55771,sell_contrast_m10_bb_pos,sell,2025-11-19 04:45:00,1026.0,6.775,1,leg_gt,0.79,60 -55772,sell_contrast_m10_bb_pos,sell,2025-11-19 04:48:00,1024.0,6.5667,1,leg_gt,0.8,60 -55773,sell_contrast_m10_bb_pos,sell,2025-11-19 08:00:00,1026.0,6.775,1,leg_gt,0.93,60 -55774,sell_contrast_m10_bb_pos,sell,2025-11-19 08:03:00,1027.0,6.8792,1,leg_gt,0.93,60 -55775,sell_contrast_m10_bb_pos,sell,2025-11-19 08:06:00,1027.0,6.8792,1,leg_gt,0.93,60 -55776,sell_contrast_m10_bb_pos,sell,2025-11-19 08:09:00,1025.0,6.6708,1,leg_gt,0.94,60 -55777,sell_contrast_m10_bb_pos,sell,2025-11-19 21:30:00,997.0,3.7542,1,leg_gt,1.49,60 -55778,sell_contrast_m10_bb_pos,sell,2025-11-19 21:33:00,996.0,3.65,1,leg_gt,1.49,60 -55779,sell_contrast_m10_bb_pos,sell,2025-11-19 21:36:00,996.0,3.65,1,leg_gt,1.5,60 -55780,sell_contrast_m10_bb_pos,sell,2025-11-19 21:39:00,994.0,3.4417,1,leg_gt,1.5,60 -55781,sell_contrast_m10_bb_pos,sell,2025-11-19 22:00:00,998.0,3.8583,1,leg_gt,1.51,60 -55782,sell_contrast_m10_bb_pos,sell,2025-11-19 22:03:00,997.0,3.7542,1,leg_gt,1.51,60 -55783,sell_contrast_m10_bb_pos,sell,2025-11-19 22:06:00,995.0,3.5458,1,leg_gt,1.52,60 -55784,sell_contrast_m10_bb_pos,sell,2025-11-19 22:09:00,996.0,3.65,1,leg_gt,1.52,60 -55785,sell_contrast_m10_bb_pos,sell,2025-11-19 22:21:00,998.0,3.8583,1,leg_gt,1.53,60 -55786,sell_contrast_m10_bb_pos,sell,2025-11-19 22:24:00,995.0,3.5458,1,leg_gt,1.53,60 -55787,sell_contrast_m10_bb_pos,sell,2025-11-19 22:27:00,998.0,3.8583,1,leg_gt,1.53,60 -55788,sell_contrast_m10_bb_pos,sell,2025-11-20 05:51:00,968.0,1.7947,1,leg_gt,0.06,60 -55789,sell_contrast_m10_bb_pos,sell,2025-11-20 05:54:00,969.0,1.9,1,leg_gt,0.06,60 -55790,sell_contrast_m10_bb_pos,sell,2025-11-20 05:57:00,973.0,2.3211,1,leg_gt,0.06,60 -55791,sell_contrast_m10_bb_pos,sell,2025-11-20 07:00:00,992.0,4.3211,1,leg_gt,0.11,60 -55792,sell_contrast_m10_bb_pos,sell,2025-11-20 07:03:00,987.0,3.7947,1,leg_gt,0.11,60 -55793,sell_contrast_m10_bb_pos,sell,2025-11-20 07:06:00,986.0,3.6895,1,leg_gt,0.11,60 -55794,sell_contrast_m10_bb_pos,sell,2025-11-20 07:09:00,988.0,3.9,1,leg_gt,0.11,60 -55795,sell_contrast_m10_bb_pos,sell,2025-11-20 07:12:00,986.0,3.6895,1,leg_gt,0.12,60 -55796,sell_contrast_m10_bb_pos,sell,2025-11-20 07:15:00,985.0,3.5842,1,leg_gt,0.12,60 -55797,sell_contrast_m10_bb_pos,sell,2025-11-20 07:18:00,984.0,3.4789,1,leg_gt,0.12,60 -55798,sell_contrast_m10_bb_pos,sell,2025-11-20 08:12:00,996.0,4.7421,1,leg_gt,0.16,60 -55799,sell_contrast_m10_bb_pos,sell,2025-11-20 08:15:00,998.0,4.9526,1,leg_gt,0.16,60 -55800,sell_contrast_m10_bb_pos,sell,2025-11-20 08:18:00,999.0,5.0579,1,leg_gt,0.16,60 -55801,sell_contrast_m10_bb_pos,sell,2025-11-20 08:21:00,997.0,4.8474,1,leg_gt,0.16,60 -55802,sell_contrast_m10_bb_pos,sell,2025-11-20 08:24:00,998.0,4.9526,1,leg_gt,0.17,60 -55803,sell_contrast_m10_bb_pos,sell,2025-11-20 08:27:00,997.0,4.8474,1,leg_gt,0.17,60 -55804,sell_contrast_m10_bb_pos,sell,2025-11-20 09:21:00,1000.0,5.1632,1,leg_gt,0.21,60 -55805,sell_contrast_m10_bb_pos,sell,2025-11-20 09:24:00,1001.0,5.2684,1,leg_gt,0.21,60 -55806,sell_contrast_m10_bb_pos,sell,2025-11-20 09:27:00,1000.0,5.1632,1,leg_gt,0.21,60 -55807,sell_contrast_m10_bb_pos,sell,2025-11-20 09:30:00,1001.0,5.2684,1,leg_gt,0.21,60 -55808,sell_contrast_m10_bb_pos,sell,2025-11-20 09:33:00,1002.0,5.3737,1,leg_gt,0.21,60 -55809,sell_contrast_m10_bb_pos,sell,2025-11-20 09:36:00,1002.0,5.3737,1,leg_gt,0.22,60 -55810,sell_contrast_m10_bb_pos,sell,2025-11-20 09:39:00,1001.0,5.2684,1,leg_gt,0.22,60 -55811,sell_contrast_m10_bb_pos,sell,2025-11-20 09:42:00,1000.0,5.1632,1,leg_gt,0.22,60 -55812,sell_contrast_m10_bb_pos,sell,2025-11-20 09:45:00,1001.0,5.2684,1,leg_gt,0.22,60 -55813,sell_contrast_m10_bb_pos,sell,2025-11-20 09:48:00,1001.0,5.2684,1,leg_gt,0.22,60 -55814,sell_contrast_m10_bb_pos,sell,2025-11-20 11:00:00,1005.0,5.6895,1,leg_gt,0.28,60 -55815,sell_contrast_m10_bb_pos,sell,2025-11-20 11:03:00,1005.0,5.6895,1,leg_gt,0.28,60 -55816,sell_contrast_m10_bb_pos,sell,2025-11-20 11:06:00,1007.0,5.9,1,leg_gt,0.28,60 -55817,sell_contrast_m10_bb_pos,sell,2025-11-20 11:09:00,1004.0,5.5842,1,leg_gt,0.28,60 -55818,sell_contrast_m10_bb_pos,sell,2025-11-20 11:21:00,1006.0,5.7947,1,leg_gt,0.29,60 -55819,sell_contrast_m10_bb_pos,sell,2025-11-20 11:24:00,1006.0,5.7947,1,leg_gt,0.29,60 -55820,sell_contrast_m10_bb_pos,sell,2025-11-20 11:27:00,1007.0,5.9,1,leg_gt,0.29,60 -55821,sell_contrast_m10_bb_pos,sell,2025-11-20 11:30:00,1007.0,5.9,1,leg_gt,0.3,60 -55822,sell_contrast_m10_bb_pos,sell,2025-11-20 11:33:00,1007.0,5.9,1,leg_gt,0.3,60 -55823,sell_contrast_m10_bb_pos,sell,2025-11-20 11:36:00,1008.0,6.0053,1,leg_gt,0.3,60 -55824,sell_contrast_m10_bb_pos,sell,2025-11-20 11:39:00,1009.0,6.1105,1,leg_gt,0.3,60 -55825,sell_contrast_m10_bb_pos,sell,2025-11-20 11:42:00,1007.0,5.9,1,leg_gt,0.3,60 -55826,sell_contrast_m10_bb_pos,sell,2025-11-20 11:45:00,1006.0,5.7947,1,leg_gt,0.31,60 -55827,sell_contrast_m10_bb_pos,sell,2025-11-20 11:48:00,1004.0,5.5842,1,leg_gt,0.31,60 -55828,sell_contrast_m10_bb_pos,sell,2025-11-20 14:00:00,1009.0,6.1105,1,leg_gt,0.4,60 -55829,sell_contrast_m10_bb_pos,sell,2025-11-20 14:03:00,1005.0,5.6895,1,leg_gt,0.4,60 -55830,sell_contrast_m10_bb_pos,sell,2025-11-20 14:06:00,1005.0,5.6895,1,leg_gt,0.4,60 -55831,sell_contrast_m10_bb_pos,sell,2025-11-20 14:09:00,1009.0,6.1105,1,leg_gt,0.41,60 -55832,sell_contrast_m10_bb_pos,sell,2025-11-20 14:51:00,1010.0,6.2158,1,leg_gt,0.44,60 -55833,sell_contrast_m10_bb_pos,sell,2025-11-20 14:54:00,1008.0,6.0053,1,leg_gt,0.44,60 -55834,sell_contrast_m10_bb_pos,sell,2025-11-20 14:57:00,1009.0,6.1105,1,leg_gt,0.44,60 -55835,sell_contrast_m10_bb_pos,sell,2025-11-20 15:30:00,1013.0,6.5316,1,leg_gt,0.46,60 -55836,sell_contrast_m10_bb_pos,sell,2025-11-20 15:33:00,1014.0,6.6368,1,leg_gt,0.46,60 -55837,sell_contrast_m10_bb_pos,sell,2025-11-20 15:36:00,1013.0,6.5316,1,leg_gt,0.47,60 -55838,sell_contrast_m10_bb_pos,sell,2025-11-20 15:39:00,1010.0,6.2158,1,leg_gt,0.47,60 -55839,sell_contrast_m10_bb_pos,sell,2025-11-20 16:12:00,1012.0,6.4263,1,leg_gt,0.49,60 -55840,sell_contrast_m10_bb_pos,sell,2025-11-20 16:15:00,1012.0,6.4263,1,leg_gt,0.49,60 -55841,sell_contrast_m10_bb_pos,sell,2025-11-20 16:18:00,1011.0,6.3211,1,leg_gt,0.5,60 -55842,sell_contrast_m10_bb_pos,sell,2025-11-20 16:42:00,1018.0,7.0579,1,leg_gt,0.51,60 -55843,sell_contrast_m10_bb_pos,sell,2025-11-20 16:45:00,1017.0,6.9526,1,leg_gt,0.51,60 -55844,sell_contrast_m10_bb_pos,sell,2025-11-20 16:48:00,1019.0,7.1632,1,leg_gt,0.52,60 -55845,sell_contrast_m10_bb_pos,sell,2025-11-20 17:30:00,1024.0,7.6895,1,leg_gt,0.55,60 -55846,sell_contrast_m10_bb_pos,sell,2025-11-20 17:33:00,1023.0,7.5842,1,leg_gt,0.55,60 -55847,sell_contrast_m10_bb_pos,sell,2025-11-20 17:36:00,1026.0,7.9,1,leg_gt,0.55,60 -55848,sell_contrast_m10_bb_pos,sell,2025-11-20 17:39:00,1025.0,7.7947,1,leg_gt,0.55,60 -55849,sell_contrast_m10_bb_pos,sell,2025-11-20 17:42:00,1024.0,7.6895,1,leg_gt,0.55,60 -55850,sell_contrast_m10_bb_pos,sell,2025-11-20 17:45:00,1024.0,7.6895,1,leg_gt,0.56,60 -55851,sell_contrast_m10_bb_pos,sell,2025-11-20 17:48:00,1025.0,7.7947,1,leg_gt,0.56,60 -55852,sell_contrast_m10_bb_pos,sell,2025-11-20 17:51:00,1025.0,7.7947,1,leg_gt,0.56,60 -55853,sell_contrast_m10_bb_pos,sell,2025-11-20 17:54:00,1027.0,8.0053,1,leg_gt,0.56,60 -55854,sell_contrast_m10_bb_pos,sell,2025-11-20 17:57:00,1029.0,8.2158,1,leg_gt,0.56,60 -55855,sell_contrast_m10_bb_pos,sell,2025-11-20 18:00:00,1029.0,8.2158,1,leg_gt,0.57,60 -55856,sell_contrast_m10_bb_pos,sell,2025-11-20 18:03:00,1030.0,8.3211,1,leg_gt,0.57,60 -55857,sell_contrast_m10_bb_pos,sell,2025-11-20 18:06:00,1028.0,8.1105,1,leg_gt,0.57,60 -55858,sell_contrast_m10_bb_pos,sell,2025-11-20 18:09:00,1027.0,8.0053,1,leg_gt,0.57,60 -55859,sell_contrast_m10_bb_pos,sell,2025-11-20 18:12:00,1028.0,8.1105,1,leg_gt,0.57,60 -55860,sell_contrast_m10_bb_pos,sell,2025-11-20 18:15:00,1031.0,8.4263,1,leg_gt,0.58,60 -55861,sell_contrast_m10_bb_pos,sell,2025-11-20 18:18:00,1035.0,8.8474,1,leg_gt,0.58,60 -55862,sell_contrast_m10_bb_pos,sell,2025-11-20 18:30:00,1034.0,8.7421,1,leg_gt,0.59,60 -55863,sell_contrast_m10_bb_pos,sell,2025-11-20 18:33:00,1040.0,9.3737,1,leg_gt,0.59,60 -55864,sell_contrast_m10_bb_pos,sell,2025-11-20 18:36:00,1050.0,10.4263,1,leg_gt,0.59,60 -55865,sell_contrast_m10_bb_pos,sell,2025-11-20 18:39:00,1049.0,10.3211,1,leg_gt,0.59,60 -55866,sell_contrast_m10_bb_pos,sell,2025-11-20 18:51:00,1036.0,8.9526,1,leg_gt,0.6,60 -55867,sell_contrast_m10_bb_pos,sell,2025-11-20 18:54:00,1041.0,9.4789,1,leg_gt,0.6,60 -55868,sell_contrast_m10_bb_pos,sell,2025-11-20 18:57:00,1038.0,9.1632,1,leg_gt,0.61,60 -55869,sell_contrast_m10_bb_pos,sell,2025-11-20 21:12:00,1048.0,10.2158,1,leg_gt,0.7,60 -55870,sell_contrast_m10_bb_pos,sell,2025-11-20 21:15:00,1044.0,9.7947,1,leg_gt,0.7,60 -55871,sell_contrast_m10_bb_pos,sell,2025-11-20 21:18:00,1042.0,9.5842,1,leg_gt,0.7,60 -55872,sell_contrast_m10_bb_pos,sell,2025-11-20 21:21:00,1043.0,9.6895,1,leg_gt,0.71,60 -55873,sell_contrast_m10_bb_pos,sell,2025-11-20 21:24:00,1045.0,9.9,1,leg_gt,0.71,60 -55874,sell_contrast_m10_bb_pos,sell,2025-11-20 21:27:00,1045.0,9.9,1,leg_gt,0.71,60 -55875,sell_contrast_m10_bb_pos,sell,2025-11-20 21:51:00,1049.0,10.3211,1,leg_gt,0.73,60 -55876,sell_contrast_m10_bb_pos,sell,2025-11-20 21:54:00,1056.0,11.0579,1,leg_gt,0.73,60 -55877,sell_contrast_m10_bb_pos,sell,2025-11-20 21:57:00,1056.0,11.0579,1,leg_gt,0.73,60 -55878,sell_contrast_m10_bb_pos,sell,2025-11-20 22:12:00,1053.0,10.7421,1,leg_gt,0.74,60 -55879,sell_contrast_m10_bb_pos,sell,2025-11-20 22:15:00,1058.0,11.2684,1,leg_gt,0.74,60 -55880,sell_contrast_m10_bb_pos,sell,2025-11-20 22:18:00,1056.0,11.0579,1,leg_gt,0.75,60 -55881,sell_contrast_m10_bb_pos,sell,2025-11-20 22:21:00,1052.0,10.6368,1,leg_gt,0.75,60 -55882,sell_contrast_m10_bb_pos,sell,2025-11-20 22:24:00,1046.0,10.0053,1,leg_gt,0.75,60 -55883,sell_contrast_m10_bb_pos,sell,2025-11-20 22:27:00,1047.0,10.1105,1,leg_gt,0.75,60 -55884,sell_contrast_m10_bb_pos,sell,2025-11-21 05:42:00,982.0,2.1917,1,leg_gt,0.07,60 -55885,sell_contrast_m10_bb_pos,sell,2025-11-21 05:45:00,982.0,2.1917,1,leg_gt,0.07,60 -55886,sell_contrast_m10_bb_pos,sell,2025-11-21 05:48:00,980.0,1.9833,1,leg_gt,0.08,60 -55887,sell_contrast_m10_bb_pos,sell,2025-11-21 06:30:00,993.0,3.3375,1,leg_gt,0.1,60 -55888,sell_contrast_m10_bb_pos,sell,2025-11-21 06:33:00,995.0,3.5458,1,leg_gt,0.11,60 -55889,sell_contrast_m10_bb_pos,sell,2025-11-21 06:36:00,996.0,3.65,1,leg_gt,0.11,60 -55890,sell_contrast_m10_bb_pos,sell,2025-11-21 06:39:00,996.0,3.65,1,leg_gt,0.11,60 -55891,sell_contrast_m10_bb_pos,sell,2025-11-21 06:42:00,998.0,3.8583,1,leg_gt,0.11,60 -55892,sell_contrast_m10_bb_pos,sell,2025-11-21 06:45:00,998.0,3.8583,1,leg_gt,0.11,60 -55893,sell_contrast_m10_bb_pos,sell,2025-11-21 06:48:00,1000.0,4.0667,1,leg_gt,0.12,60 -55894,sell_contrast_m10_bb_pos,sell,2025-11-21 06:51:00,997.0,3.7542,1,leg_gt,0.12,60 -55895,sell_contrast_m10_bb_pos,sell,2025-11-21 06:54:00,996.0,3.65,1,leg_gt,0.12,60 -55896,sell_contrast_m10_bb_pos,sell,2025-11-21 06:57:00,996.0,3.65,1,leg_gt,0.12,60 -55897,sell_contrast_m10_bb_pos,sell,2025-11-21 07:42:00,1014.0,5.525,1,leg_gt,0.15,60 -55898,sell_contrast_m10_bb_pos,sell,2025-11-21 07:45:00,1011.0,5.2125,1,leg_gt,0.16,60 -55899,sell_contrast_m10_bb_pos,sell,2025-11-21 07:48:00,1013.0,5.4208,1,leg_gt,0.16,60 -55900,sell_contrast_m10_bb_pos,sell,2025-11-21 07:51:00,1012.0,5.3167,1,leg_gt,0.16,60 -55901,sell_contrast_m10_bb_pos,sell,2025-11-21 07:54:00,1011.0,5.2125,1,leg_gt,0.16,60 -55902,sell_contrast_m10_bb_pos,sell,2025-11-21 07:57:00,1010.0,5.1083,1,leg_gt,0.16,60 -55903,sell_contrast_m10_bb_pos,sell,2025-11-21 22:21:00,911.0,4.4924,1,leg_gt,0.04,60 -55904,sell_contrast_m10_bb_pos,sell,2025-11-21 22:24:00,909.0,4.2628,1,leg_gt,0.04,60 -55905,sell_contrast_m10_bb_pos,sell,2025-11-21 22:27:00,907.0,4.0332,1,leg_gt,0.04,60 -55906,sell_contrast_m10_bb_pos,sell,2025-11-22 00:00:00,921.0,5.6405,1,leg_gt,0.11,60 -55907,sell_contrast_m10_bb_pos,sell,2025-11-22 00:03:00,915.0,4.9517,1,leg_gt,0.11,60 -55908,sell_contrast_m10_bb_pos,sell,2025-11-22 00:06:00,916.0,5.0665,1,leg_gt,0.11,60 -55909,sell_contrast_m10_bb_pos,sell,2025-11-22 00:09:00,915.0,4.9517,1,leg_gt,0.11,60 -55910,sell_contrast_m10_bb_pos,sell,2025-11-22 02:00:00,919.0,3.0425,1,leg_gt,0.03,60 -55911,sell_contrast_m10_bb_pos,sell,2025-11-22 02:03:00,919.0,3.0425,1,leg_gt,0.03,60 -55912,sell_contrast_m10_bb_pos,sell,2025-11-22 02:06:00,924.0,3.6037,1,leg_gt,0.04,60 -55913,sell_contrast_m10_bb_pos,sell,2025-11-22 02:09:00,927.0,3.9404,1,leg_gt,0.04,60 -55914,sell_contrast_m10_bb_pos,sell,2025-11-22 02:21:00,926.0,3.8282,1,leg_gt,0.05,60 -55915,sell_contrast_m10_bb_pos,sell,2025-11-22 02:24:00,928.0,4.0526,1,leg_gt,0.05,60 -55916,sell_contrast_m10_bb_pos,sell,2025-11-22 02:27:00,928.0,4.0526,1,leg_gt,0.05,60 -55917,sell_contrast_m10_bb_pos,sell,2025-11-22 02:30:00,928.0,4.0526,1,leg_gt,0.05,60 -55918,sell_contrast_m10_bb_pos,sell,2025-11-22 02:33:00,931.0,4.3893,1,leg_gt,0.05,60 -55919,sell_contrast_m10_bb_pos,sell,2025-11-22 02:36:00,932.0,4.5016,1,leg_gt,0.06,60 -55920,sell_contrast_m10_bb_pos,sell,2025-11-22 02:39:00,928.0,4.0526,1,leg_gt,0.06,60 -55921,sell_contrast_m10_bb_pos,sell,2025-11-22 02:42:00,929.0,4.1649,1,leg_gt,0.06,60 -55922,sell_contrast_m10_bb_pos,sell,2025-11-22 02:45:00,929.0,4.1649,1,leg_gt,0.06,60 -55923,sell_contrast_m10_bb_pos,sell,2025-11-22 02:48:00,927.0,3.9404,1,leg_gt,0.06,60 -55924,sell_contrast_m10_bb_pos,sell,2025-11-22 10:42:00,912.0,5.3335,1,leg_gt,0.11,60 -55925,sell_contrast_m10_bb_pos,sell,2025-11-22 10:45:00,910.0,5.1023,1,leg_gt,0.11,60 -55926,sell_contrast_m10_bb_pos,sell,2025-11-22 10:48:00,916.0,5.796,1,leg_gt,0.12,60 -55927,sell_contrast_m10_bb_pos,sell,2025-11-22 10:51:00,918.0,6.0272,1,leg_gt,0.12,60 -55928,sell_contrast_m10_bb_pos,sell,2025-11-22 10:54:00,916.0,5.796,1,leg_gt,0.12,60 -55929,sell_contrast_m10_bb_pos,sell,2025-11-22 10:57:00,913.0,5.4491,1,leg_gt,0.12,60 -55930,sell_contrast_m10_bb_pos,sell,2025-11-22 11:00:00,919.0,6.1428,1,leg_gt,0.12,60 -55931,sell_contrast_m10_bb_pos,sell,2025-11-22 11:03:00,921.0,6.374,1,leg_gt,0.13,60 -55932,sell_contrast_m10_bb_pos,sell,2025-11-22 11:06:00,922.0,6.4896,1,leg_gt,0.13,60 -55933,sell_contrast_m10_bb_pos,sell,2025-11-22 11:09:00,923.0,6.6052,1,leg_gt,0.13,60 -55934,sell_contrast_m10_bb_pos,sell,2025-11-22 11:12:00,919.0,6.1428,1,leg_gt,0.13,60 -55935,sell_contrast_m10_bb_pos,sell,2025-11-22 11:15:00,919.0,6.1428,1,leg_gt,0.14,60 -55936,sell_contrast_m10_bb_pos,sell,2025-11-22 11:18:00,921.0,6.374,1,leg_gt,0.14,60 -55937,sell_contrast_m10_bb_pos,sell,2025-11-22 16:42:00,899.0,2.0591,1,leg_gt,0.09,60 -55938,sell_contrast_m10_bb_pos,sell,2025-11-22 16:45:00,898.0,1.9455,1,leg_gt,0.09,60 -55939,sell_contrast_m10_bb_pos,sell,2025-11-22 16:48:00,898.0,1.9455,1,leg_gt,0.09,60 -55940,sell_contrast_m10_bb_pos,sell,2025-11-22 17:00:00,903.0,2.5136,1,leg_gt,0.1,60 -55941,sell_contrast_m10_bb_pos,sell,2025-11-22 17:03:00,901.0,2.2864,1,leg_gt,0.1,60 -55942,sell_contrast_m10_bb_pos,sell,2025-11-22 17:06:00,902.0,2.4,1,leg_gt,0.1,60 -55943,sell_contrast_m10_bb_pos,sell,2025-11-22 17:09:00,900.0,2.1727,1,leg_gt,0.1,60 -55944,sell_contrast_m10_bb_pos,sell,2025-11-22 20:42:00,895.0,1.6045,1,leg_gt,0.25,60 -55945,sell_contrast_m10_bb_pos,sell,2025-11-22 20:45:00,896.0,1.7182,1,leg_gt,0.25,60 -55946,sell_contrast_m10_bb_pos,sell,2025-11-22 20:48:00,896.0,1.7182,1,leg_gt,0.26,60 -55947,sell_contrast_m10_bb_pos,sell,2025-11-22 23:42:00,900.0,2.1727,1,leg_gt,0.38,60 -55948,sell_contrast_m10_bb_pos,sell,2025-11-22 23:45:00,899.0,2.0591,1,leg_gt,0.38,60 -55949,sell_contrast_m10_bb_pos,sell,2025-11-22 23:48:00,898.0,1.9455,1,leg_gt,0.38,60 -55950,sell_contrast_m10_bb_pos,sell,2025-11-22 23:51:00,901.0,2.2864,1,leg_gt,0.38,60 -55951,sell_contrast_m10_bb_pos,sell,2025-11-22 23:54:00,903.0,2.5136,1,leg_gt,0.39,60 -55952,sell_contrast_m10_bb_pos,sell,2025-11-22 23:57:00,901.0,2.2864,1,leg_gt,0.39,60 -55953,sell_contrast_m10_bb_pos,sell,2025-11-23 00:00:00,902.0,2.4,1,leg_gt,0.39,60 -55954,sell_contrast_m10_bb_pos,sell,2025-11-23 00:03:00,898.0,1.9455,1,leg_gt,0.39,60 -55955,sell_contrast_m10_bb_pos,sell,2025-11-23 00:06:00,897.0,1.8318,1,leg_gt,0.39,60 -55956,sell_contrast_m10_bb_pos,sell,2025-11-23 00:09:00,896.0,1.7182,1,leg_gt,0.4,60 -55957,sell_contrast_m10_bb_pos,sell,2025-11-23 01:12:00,905.0,2.7409,1,leg_gt,0.44,60 -55958,sell_contrast_m10_bb_pos,sell,2025-11-23 01:15:00,904.0,2.6273,1,leg_gt,0.44,60 -55959,sell_contrast_m10_bb_pos,sell,2025-11-23 01:18:00,905.0,2.7409,1,leg_gt,0.44,60 -55960,sell_contrast_m10_bb_pos,sell,2025-11-23 01:30:00,906.0,2.8545,1,leg_gt,0.45,60 -55961,sell_contrast_m10_bb_pos,sell,2025-11-23 01:33:00,906.0,2.8545,1,leg_gt,0.45,60 -55962,sell_contrast_m10_bb_pos,sell,2025-11-23 01:36:00,905.0,2.7409,1,leg_gt,0.46,60 -55963,sell_contrast_m10_bb_pos,sell,2025-11-23 01:39:00,905.0,2.7409,1,leg_gt,0.46,60 -55964,sell_contrast_m10_bb_pos,sell,2025-11-23 01:42:00,908.0,3.0818,1,leg_gt,0.46,60 -55965,sell_contrast_m10_bb_pos,sell,2025-11-23 01:45:00,910.0,3.3091,1,leg_gt,0.46,60 -55966,sell_contrast_m10_bb_pos,sell,2025-11-23 01:48:00,907.0,2.9682,1,leg_gt,0.46,60 -55967,sell_contrast_m10_bb_pos,sell,2025-11-23 01:51:00,909.0,3.1955,1,leg_gt,0.47,60 -55968,sell_contrast_m10_bb_pos,sell,2025-11-23 01:54:00,905.0,2.7409,1,leg_gt,0.47,60 -55969,sell_contrast_m10_bb_pos,sell,2025-11-23 01:57:00,907.0,2.9682,1,leg_gt,0.47,60 -55970,sell_contrast_m10_bb_pos,sell,2025-11-23 02:00:00,909.0,3.1955,1,leg_gt,0.47,60 -55971,sell_contrast_m10_bb_pos,sell,2025-11-23 02:03:00,908.0,3.0818,1,leg_gt,0.48,60 -55972,sell_contrast_m10_bb_pos,sell,2025-11-23 02:06:00,906.0,2.8545,1,leg_gt,0.48,60 -55973,sell_contrast_m10_bb_pos,sell,2025-11-23 02:09:00,905.0,2.7409,1,leg_gt,0.48,60 -55974,sell_contrast_m10_bb_pos,sell,2025-11-23 07:42:00,905.0,2.7409,1,leg_gt,0.71,60 -55975,sell_contrast_m10_bb_pos,sell,2025-11-23 07:45:00,905.0,2.7409,1,leg_gt,0.71,60 -55976,sell_contrast_m10_bb_pos,sell,2025-11-23 07:48:00,905.0,2.7409,1,leg_gt,0.71,60 -55977,sell_contrast_m10_bb_pos,sell,2025-11-23 07:51:00,907.0,2.9682,1,leg_gt,0.72,60 -55978,sell_contrast_m10_bb_pos,sell,2025-11-23 07:54:00,915.0,3.8773,1,leg_gt,0.72,60 -55979,sell_contrast_m10_bb_pos,sell,2025-11-23 07:57:00,913.0,3.65,1,leg_gt,0.72,60 -55980,sell_contrast_m10_bb_pos,sell,2025-11-23 08:12:00,908.0,3.0818,1,leg_gt,0.73,60 -55981,sell_contrast_m10_bb_pos,sell,2025-11-23 08:15:00,912.0,3.5364,1,leg_gt,0.73,60 -55982,sell_contrast_m10_bb_pos,sell,2025-11-23 08:18:00,907.0,2.9682,1,leg_gt,0.74,60 -55983,sell_contrast_m10_bb_pos,sell,2025-11-23 08:42:00,913.0,3.65,1,leg_gt,0.75,60 -55984,sell_contrast_m10_bb_pos,sell,2025-11-23 08:45:00,911.0,3.4227,1,leg_gt,0.75,60 -55985,sell_contrast_m10_bb_pos,sell,2025-11-23 08:48:00,911.0,3.4227,1,leg_gt,0.76,60 -55986,sell_contrast_m10_bb_pos,sell,2025-11-23 09:00:00,911.0,3.4227,1,leg_gt,0.76,60 -55987,sell_contrast_m10_bb_pos,sell,2025-11-23 09:03:00,911.0,3.4227,1,leg_gt,0.77,60 -55988,sell_contrast_m10_bb_pos,sell,2025-11-23 09:06:00,912.0,3.5364,1,leg_gt,0.77,60 -55989,sell_contrast_m10_bb_pos,sell,2025-11-23 09:09:00,911.0,3.4227,1,leg_gt,0.77,60 -55990,sell_contrast_m10_bb_pos,sell,2025-11-23 09:21:00,910.0,3.3091,1,leg_gt,0.78,60 -55991,sell_contrast_m10_bb_pos,sell,2025-11-23 09:24:00,912.0,3.5364,1,leg_gt,0.78,60 -55992,sell_contrast_m10_bb_pos,sell,2025-11-23 09:27:00,910.0,3.3091,1,leg_gt,0.78,60 -55993,sell_contrast_m10_bb_pos,sell,2025-11-23 11:12:00,921.0,4.5591,1,leg_gt,0.86,60 -55994,sell_contrast_m10_bb_pos,sell,2025-11-23 11:15:00,920.0,4.4455,1,leg_gt,0.86,60 -55995,sell_contrast_m10_bb_pos,sell,2025-11-23 11:18:00,920.0,4.4455,1,leg_gt,0.86,60 -55996,sell_contrast_m10_bb_pos,sell,2025-11-23 11:21:00,919.0,4.3318,1,leg_gt,0.86,60 -55997,sell_contrast_m10_bb_pos,sell,2025-11-23 11:24:00,921.0,4.5591,1,leg_gt,0.86,60 -55998,sell_contrast_m10_bb_pos,sell,2025-11-23 11:27:00,925.0,5.0136,1,leg_gt,0.87,60 -55999,sell_contrast_m10_bb_pos,sell,2025-11-23 11:42:00,926.0,5.1273,1,leg_gt,0.88,60 -56000,sell_contrast_m10_bb_pos,sell,2025-11-23 11:45:00,925.0,5.0136,1,leg_gt,0.88,60 -56001,sell_contrast_m10_bb_pos,sell,2025-11-23 11:48:00,926.0,5.1273,1,leg_gt,0.88,60 -56002,sell_contrast_m10_bb_pos,sell,2025-11-23 11:51:00,925.0,5.0136,1,leg_gt,0.88,60 -56003,sell_contrast_m10_bb_pos,sell,2025-11-23 11:54:00,923.0,4.7864,1,leg_gt,0.89,60 -56004,sell_contrast_m10_bb_pos,sell,2025-11-23 11:57:00,922.0,4.6727,1,leg_gt,0.89,60 -56005,sell_contrast_m10_bb_pos,sell,2025-11-23 13:21:00,929.0,5.4682,1,leg_gt,0.95,60 -56006,sell_contrast_m10_bb_pos,sell,2025-11-23 13:24:00,928.0,5.3545,1,leg_gt,0.95,60 -56007,sell_contrast_m10_bb_pos,sell,2025-11-23 13:27:00,927.0,5.2409,1,leg_gt,0.95,60 -56008,sell_contrast_m10_bb_pos,sell,2025-11-23 13:42:00,926.0,5.1273,1,leg_gt,0.96,60 -56009,sell_contrast_m10_bb_pos,sell,2025-11-23 13:45:00,926.0,5.1273,1,leg_gt,0.96,60 -56010,sell_contrast_m10_bb_pos,sell,2025-11-23 13:48:00,926.0,5.1273,1,leg_gt,0.96,60 -56011,sell_contrast_m10_bb_pos,sell,2025-11-23 13:51:00,928.0,5.3545,1,leg_gt,0.97,60 -56012,sell_contrast_m10_bb_pos,sell,2025-11-23 13:54:00,928.0,5.3545,1,leg_gt,0.97,60 -56013,sell_contrast_m10_bb_pos,sell,2025-11-23 13:57:00,928.0,5.3545,1,leg_gt,0.97,60 -56014,sell_contrast_m10_bb_pos,sell,2025-11-23 14:00:00,928.0,5.3545,1,leg_gt,0.97,60 -56015,sell_contrast_m10_bb_pos,sell,2025-11-23 14:03:00,928.0,5.3545,1,leg_gt,0.98,60 -56016,sell_contrast_m10_bb_pos,sell,2025-11-23 14:06:00,926.0,5.1273,1,leg_gt,0.98,60 -56017,sell_contrast_m10_bb_pos,sell,2025-11-23 14:09:00,926.0,5.1273,1,leg_gt,0.98,60 -56018,sell_contrast_m10_bb_pos,sell,2025-11-23 15:12:00,929.0,5.4682,1,leg_gt,1.02,60 -56019,sell_contrast_m10_bb_pos,sell,2025-11-23 15:15:00,928.0,5.3545,1,leg_gt,1.02,60 -56020,sell_contrast_m10_bb_pos,sell,2025-11-23 15:18:00,926.0,5.1273,1,leg_gt,1.03,60 -56021,sell_contrast_m10_bb_pos,sell,2025-11-23 21:21:00,925.0,5.0136,1,leg_gt,1.28,60 -56022,sell_contrast_m10_bb_pos,sell,2025-11-23 21:24:00,925.0,5.0136,1,leg_gt,1.28,60 -56023,sell_contrast_m10_bb_pos,sell,2025-11-23 21:27:00,925.0,5.0136,1,leg_gt,1.28,60 -56024,sell_contrast_m10_bb_pos,sell,2025-11-23 21:30:00,925.0,5.0136,1,leg_gt,1.29,60 -56025,sell_contrast_m10_bb_pos,sell,2025-11-23 21:33:00,925.0,5.0136,1,leg_gt,1.29,60 -56026,sell_contrast_m10_bb_pos,sell,2025-11-23 21:36:00,926.0,5.1273,1,leg_gt,1.29,60 -56027,sell_contrast_m10_bb_pos,sell,2025-11-23 21:39:00,923.0,4.7864,1,leg_gt,1.29,60 -56028,sell_contrast_m10_bb_pos,sell,2025-11-23 22:51:00,926.0,5.1273,1,leg_gt,1.34,60 -56029,sell_contrast_m10_bb_pos,sell,2025-11-23 22:54:00,924.0,4.9,1,leg_gt,1.34,60 -56030,sell_contrast_m10_bb_pos,sell,2025-11-23 22:57:00,926.0,5.1273,1,leg_gt,1.35,60 -56031,sell_contrast_m10_bb_pos,sell,2025-11-23 23:12:00,925.0,5.0136,1,leg_gt,1.36,60 -56032,sell_contrast_m10_bb_pos,sell,2025-11-23 23:15:00,925.0,5.0136,1,leg_gt,1.36,60 -56033,sell_contrast_m10_bb_pos,sell,2025-11-23 23:18:00,926.0,5.1273,1,leg_gt,1.36,60 -56034,sell_contrast_m10_bb_pos,sell,2025-11-24 01:00:00,927.0,5.2409,1,leg_gt,1.43,60 -56035,sell_contrast_m10_bb_pos,sell,2025-11-24 05:51:00,928.0,5.3545,1,leg_gt,1.63,60 -56036,sell_contrast_m10_bb_pos,sell,2025-11-24 07:30:00,929.0,5.4682,1,leg_gt,1.7,60 -56037,sell_contrast_m10_bb_pos,sell,2025-11-24 07:33:00,941.0,6.8318,1,leg_gt,1.7,60 -56038,sell_contrast_m10_bb_pos,sell,2025-11-24 07:36:00,943.0,7.0591,1,leg_gt,1.71,60 -56039,sell_contrast_m10_bb_pos,sell,2025-11-24 07:39:00,942.0,6.9455,1,leg_gt,1.71,60 -56040,sell_contrast_m10_bb_pos,sell,2025-11-24 11:12:00,940.0,3.0833,1,leg_gt,0.08,60 -56041,sell_contrast_m10_bb_pos,sell,2025-11-24 11:15:00,941.0,3.1931,1,leg_gt,0.08,60 -56042,sell_contrast_m10_bb_pos,sell,2025-11-24 11:18:00,943.0,3.4126,1,leg_gt,0.08,60 -56043,sell_contrast_m10_bb_pos,sell,2025-11-24 12:21:00,945.0,3.6322,1,leg_gt,0.13,60 -56044,sell_contrast_m10_bb_pos,sell,2025-11-24 12:24:00,941.0,3.1931,1,leg_gt,0.13,60 -56045,sell_contrast_m10_bb_pos,sell,2025-11-24 12:27:00,939.0,2.9735,1,leg_gt,0.13,60 -56046,sell_contrast_m10_bb_pos,sell,2025-11-24 22:42:00,915.0,0.3391,1,leg_gt,0.56,60 -56047,sell_contrast_m10_bb_pos,sell,2025-11-24 22:45:00,916.0,0.4488,1,leg_gt,0.56,60 -56048,sell_contrast_m10_bb_pos,sell,2025-11-24 22:48:00,914.0,0.2293,1,leg_gt,0.56,60 -56049,sell_contrast_m10_bb_pos,sell,2025-11-25 00:42:00,923.0,2.3417,1,leg_gt,0.05,60 -56050,sell_contrast_m10_bb_pos,sell,2025-11-25 00:45:00,925.0,2.5637,1,leg_gt,0.05,60 -56051,sell_contrast_m10_bb_pos,sell,2025-11-25 00:48:00,929.0,3.0077,1,leg_gt,0.06,60 -56052,sell_contrast_m10_bb_pos,sell,2025-11-25 01:00:00,925.0,2.5637,1,leg_gt,0.06,60 -56053,sell_contrast_m10_bb_pos,sell,2025-11-25 01:03:00,932.0,3.3406,1,leg_gt,0.07,60 -56054,sell_contrast_m10_bb_pos,sell,2025-11-25 01:06:00,927.0,2.7857,1,leg_gt,0.07,60 -56055,sell_contrast_m10_bb_pos,sell,2025-11-25 01:09:00,927.0,2.7857,1,leg_gt,0.07,60 -56056,sell_contrast_m10_bb_pos,sell,2025-11-25 01:12:00,929.0,3.0077,1,leg_gt,0.07,60 -56057,sell_contrast_m10_bb_pos,sell,2025-11-25 01:15:00,930.0,3.1186,1,leg_gt,0.08,60 -56058,sell_contrast_m10_bb_pos,sell,2025-11-25 01:18:00,932.0,3.3406,1,leg_gt,0.08,60 -56059,sell_contrast_m10_bb_pos,sell,2025-11-25 01:30:00,934.0,3.5626,1,leg_gt,0.09,60 -56060,sell_contrast_m10_bb_pos,sell,2025-11-25 01:33:00,933.0,3.4516,1,leg_gt,0.09,60 -56061,sell_contrast_m10_bb_pos,sell,2025-11-25 01:36:00,935.0,3.6736,1,leg_gt,0.09,60 -56062,sell_contrast_m10_bb_pos,sell,2025-11-25 01:39:00,935.0,3.6736,1,leg_gt,0.09,60 -56063,sell_contrast_m10_bb_pos,sell,2025-11-25 01:42:00,934.0,3.5626,1,leg_gt,0.09,60 -56064,sell_contrast_m10_bb_pos,sell,2025-11-25 01:45:00,936.0,3.7846,1,leg_gt,0.1,60 -56065,sell_contrast_m10_bb_pos,sell,2025-11-25 01:48:00,937.0,3.8956,1,leg_gt,0.1,60 -56066,sell_contrast_m10_bb_pos,sell,2025-11-25 01:51:00,935.0,3.6736,1,leg_gt,0.1,60 -56067,sell_contrast_m10_bb_pos,sell,2025-11-25 01:54:00,933.0,3.4516,1,leg_gt,0.1,60 -56068,sell_contrast_m10_bb_pos,sell,2025-11-25 01:57:00,934.0,3.5626,1,leg_gt,0.1,60 -56069,sell_contrast_m10_bb_pos,sell,2025-11-25 02:42:00,949.0,5.2274,1,leg_gt,0.14,60 -56070,sell_contrast_m10_bb_pos,sell,2025-11-25 02:45:00,948.0,5.1164,1,leg_gt,0.14,60 -56071,sell_contrast_m10_bb_pos,sell,2025-11-25 02:48:00,950.0,5.3384,1,leg_gt,0.14,60 -56072,sell_contrast_m10_bb_pos,sell,2025-11-25 02:51:00,952.0,5.5604,1,leg_gt,0.14,60 -56073,sell_contrast_m10_bb_pos,sell,2025-11-25 02:54:00,954.0,5.7824,1,leg_gt,0.14,60 -56074,sell_contrast_m10_bb_pos,sell,2025-11-25 02:57:00,956.0,6.0043,1,leg_gt,0.15,60 -56075,sell_contrast_m10_bb_pos,sell,2025-11-25 03:12:00,959.0,6.3373,1,leg_gt,0.16,60 -56076,sell_contrast_m10_bb_pos,sell,2025-11-25 03:15:00,960.0,6.4483,1,leg_gt,0.16,60 -56077,sell_contrast_m10_bb_pos,sell,2025-11-25 03:18:00,962.0,6.6703,1,leg_gt,0.16,60 -56078,sell_contrast_m10_bb_pos,sell,2025-11-25 03:21:00,960.0,6.4483,1,leg_gt,0.16,60 -56079,sell_contrast_m10_bb_pos,sell,2025-11-25 03:24:00,958.0,6.2263,1,leg_gt,0.16,60 -56080,sell_contrast_m10_bb_pos,sell,2025-11-25 03:27:00,957.0,6.1153,1,leg_gt,0.17,60 -56081,sell_contrast_m10_bb_pos,sell,2025-11-25 03:42:00,960.0,6.4483,1,leg_gt,0.18,60 -56082,sell_contrast_m10_bb_pos,sell,2025-11-25 03:45:00,961.0,6.5593,1,leg_gt,0.18,60 -56083,sell_contrast_m10_bb_pos,sell,2025-11-25 03:48:00,960.0,6.4483,1,leg_gt,0.18,60 -56084,sell_contrast_m10_bb_pos,sell,2025-11-25 03:51:00,961.0,6.5593,1,leg_gt,0.18,60 -56085,sell_contrast_m10_bb_pos,sell,2025-11-25 03:54:00,959.0,6.3373,1,leg_gt,0.19,60 -56086,sell_contrast_m10_bb_pos,sell,2025-11-25 03:57:00,958.0,6.2263,1,leg_gt,0.19,60 -56087,sell_contrast_m10_bb_pos,sell,2025-11-25 05:51:00,965.0,7.0032,1,leg_gt,0.27,60 -56088,sell_contrast_m10_bb_pos,sell,2025-11-25 05:54:00,967.0,7.2252,1,leg_gt,0.27,60 -56089,sell_contrast_m10_bb_pos,sell,2025-11-25 05:57:00,964.0,6.8922,1,leg_gt,0.27,60 -56090,sell_contrast_m10_bb_pos,sell,2025-11-25 06:12:00,966.0,7.1142,1,leg_gt,0.28,60 -56091,sell_contrast_m10_bb_pos,sell,2025-11-25 06:15:00,967.0,7.2252,1,leg_gt,0.28,60 -56092,sell_contrast_m10_bb_pos,sell,2025-11-25 06:18:00,964.0,6.8922,1,leg_gt,0.29,60 -56093,sell_contrast_m10_bb_pos,sell,2025-11-25 20:00:00,944.0,4.6725,1,leg_gt,0.86,60 -56094,sell_contrast_m10_bb_pos,sell,2025-11-25 20:03:00,942.0,4.4505,1,leg_gt,0.86,60 -56095,sell_contrast_m10_bb_pos,sell,2025-11-25 20:06:00,942.0,4.4505,1,leg_gt,0.86,60 -56096,sell_contrast_m10_bb_pos,sell,2025-11-25 20:09:00,942.0,4.4505,1,leg_gt,0.86,60 -56097,sell_contrast_m10_bb_pos,sell,2025-11-25 21:21:00,948.0,5.1164,1,leg_gt,0.91,60 -56098,sell_contrast_m10_bb_pos,sell,2025-11-25 21:24:00,949.0,5.2274,1,leg_gt,0.91,60 -56099,sell_contrast_m10_bb_pos,sell,2025-11-25 21:27:00,948.0,5.1164,1,leg_gt,0.92,60 -56100,sell_contrast_m10_bb_pos,sell,2025-11-25 21:30:00,948.0,5.1164,1,leg_gt,0.92,60 -56101,sell_contrast_m10_bb_pos,sell,2025-11-25 21:33:00,947.0,5.0054,1,leg_gt,0.92,60 -56102,sell_contrast_m10_bb_pos,sell,2025-11-25 21:36:00,947.0,5.0054,1,leg_gt,0.92,60 -56103,sell_contrast_m10_bb_pos,sell,2025-11-25 21:39:00,948.0,5.1164,1,leg_gt,0.92,60 -56104,sell_contrast_m10_bb_pos,sell,2025-11-25 21:42:00,946.0,4.8945,1,leg_gt,0.93,60 -56105,sell_contrast_m10_bb_pos,sell,2025-11-25 21:45:00,950.0,5.3384,1,leg_gt,0.93,60 -56106,sell_contrast_m10_bb_pos,sell,2025-11-25 21:48:00,948.0,5.1164,1,leg_gt,0.93,60 -56107,sell_contrast_m10_bb_pos,sell,2025-11-25 21:51:00,949.0,5.2274,1,leg_gt,0.93,60 -56108,sell_contrast_m10_bb_pos,sell,2025-11-25 21:54:00,949.0,5.2274,1,leg_gt,0.94,60 -56109,sell_contrast_m10_bb_pos,sell,2025-11-25 21:57:00,950.0,5.3384,1,leg_gt,0.94,60 -56110,sell_contrast_m10_bb_pos,sell,2025-11-25 22:12:00,948.0,5.1164,1,leg_gt,0.95,60 -56111,sell_contrast_m10_bb_pos,sell,2025-11-25 22:15:00,950.0,5.3384,1,leg_gt,0.95,60 -56112,sell_contrast_m10_bb_pos,sell,2025-11-25 22:18:00,948.0,5.1164,1,leg_gt,0.95,60 -56113,sell_contrast_m10_bb_pos,sell,2025-11-25 22:21:00,949.0,5.2274,1,leg_gt,0.95,60 -56114,sell_contrast_m10_bb_pos,sell,2025-11-25 22:24:00,951.0,5.4494,1,leg_gt,0.96,60 -56115,sell_contrast_m10_bb_pos,sell,2025-11-25 22:27:00,950.0,5.3384,1,leg_gt,0.96,60 -56116,sell_contrast_m10_bb_pos,sell,2025-11-25 22:30:00,951.0,5.4494,1,leg_gt,0.96,60 -56117,sell_contrast_m10_bb_pos,sell,2025-11-25 22:33:00,951.0,5.4494,1,leg_gt,0.96,60 -56118,sell_contrast_m10_bb_pos,sell,2025-11-25 22:36:00,946.0,4.8945,1,leg_gt,0.96,60 -56119,sell_contrast_m10_bb_pos,sell,2025-11-25 22:39:00,943.0,4.5615,1,leg_gt,0.97,60 -56120,sell_contrast_m10_bb_pos,sell,2025-11-26 02:42:00,949.0,2.4946,1,leg_gt,0.12,60 -56121,sell_contrast_m10_bb_pos,sell,2025-11-26 02:45:00,947.0,2.2784,1,leg_gt,0.12,60 -56122,sell_contrast_m10_bb_pos,sell,2025-11-26 02:48:00,946.0,2.1703,1,leg_gt,0.12,60 -56123,sell_contrast_m10_bb_pos,sell,2025-11-26 02:51:00,947.0,2.2784,1,leg_gt,0.13,60 -56124,sell_contrast_m10_bb_pos,sell,2025-11-26 02:54:00,947.0,2.2784,1,leg_gt,0.13,60 -56125,sell_contrast_m10_bb_pos,sell,2025-11-26 02:57:00,946.0,2.1703,1,leg_gt,0.13,60 -56126,sell_contrast_m10_bb_pos,sell,2025-11-26 03:21:00,949.0,2.4946,1,leg_gt,0.15,60 -56127,sell_contrast_m10_bb_pos,sell,2025-11-26 03:24:00,948.0,2.3865,1,leg_gt,0.15,60 -56128,sell_contrast_m10_bb_pos,sell,2025-11-26 03:27:00,946.0,2.1703,1,leg_gt,0.15,60 -56129,sell_contrast_m10_bb_pos,sell,2025-11-26 08:30:00,960.0,3.6838,1,leg_gt,0.36,60 -56130,sell_contrast_m10_bb_pos,sell,2025-11-26 08:33:00,961.0,3.7919,1,leg_gt,0.36,60 -56131,sell_contrast_m10_bb_pos,sell,2025-11-26 08:36:00,960.0,3.6838,1,leg_gt,0.37,60 -56132,sell_contrast_m10_bb_pos,sell,2025-11-26 08:39:00,959.0,3.5757,1,leg_gt,0.37,60 -56133,sell_contrast_m10_bb_pos,sell,2025-11-26 08:42:00,961.0,3.7919,1,leg_gt,0.37,60 -56134,sell_contrast_m10_bb_pos,sell,2025-11-26 08:45:00,961.0,3.7919,1,leg_gt,0.37,60 -56135,sell_contrast_m10_bb_pos,sell,2025-11-26 08:48:00,959.0,3.5757,1,leg_gt,0.38,60 -56136,sell_contrast_m10_bb_pos,sell,2025-11-26 15:12:00,952.0,2.8189,1,leg_gt,0.64,60 -56137,sell_contrast_m10_bb_pos,sell,2025-11-26 15:15:00,954.0,3.0351,1,leg_gt,0.64,60 -56138,sell_contrast_m10_bb_pos,sell,2025-11-26 15:18:00,951.0,2.7108,1,leg_gt,0.65,60 -56139,sell_contrast_m10_bb_pos,sell,2025-11-26 16:21:00,955.0,3.1432,1,leg_gt,0.69,60 -56140,sell_contrast_m10_bb_pos,sell,2025-11-26 16:24:00,955.0,3.1432,1,leg_gt,0.69,60 -56141,sell_contrast_m10_bb_pos,sell,2025-11-26 16:27:00,955.0,3.1432,1,leg_gt,0.69,60 -56142,sell_contrast_m10_bb_pos,sell,2025-11-26 16:42:00,955.0,3.1432,1,leg_gt,0.7,60 -56143,sell_contrast_m10_bb_pos,sell,2025-11-26 16:45:00,956.0,3.2514,1,leg_gt,0.71,60 -56144,sell_contrast_m10_bb_pos,sell,2025-11-26 16:48:00,956.0,3.2514,1,leg_gt,0.71,60 -56145,sell_contrast_m10_bb_pos,sell,2025-11-26 17:00:00,958.0,3.4676,1,leg_gt,0.72,60 -56146,sell_contrast_m10_bb_pos,sell,2025-11-26 17:03:00,958.0,3.4676,1,leg_gt,0.72,60 -56147,sell_contrast_m10_bb_pos,sell,2025-11-26 17:06:00,957.0,3.3595,1,leg_gt,0.72,60 -56148,sell_contrast_m10_bb_pos,sell,2025-11-26 17:09:00,958.0,3.4676,1,leg_gt,0.72,60 -56149,sell_contrast_m10_bb_pos,sell,2025-11-27 01:42:00,944.0,1.9541,1,leg_gt,0.04,60 -56150,sell_contrast_m10_bb_pos,sell,2025-11-27 01:45:00,946.0,2.1703,1,leg_gt,0.04,60 -56151,sell_contrast_m10_bb_pos,sell,2025-11-27 01:48:00,944.0,1.9541,1,leg_gt,0.04,60 -56152,sell_contrast_m10_bb_pos,sell,2025-11-27 02:00:00,944.0,1.9541,1,leg_gt,0.05,60 -56153,sell_contrast_m10_bb_pos,sell,2025-11-27 02:03:00,943.0,1.8459,1,leg_gt,0.05,60 -56154,sell_contrast_m10_bb_pos,sell,2025-11-27 02:06:00,943.0,1.8459,1,leg_gt,0.06,60 -56155,sell_contrast_m10_bb_pos,sell,2025-11-27 02:09:00,941.0,1.6297,1,leg_gt,0.06,60 -56156,sell_contrast_m10_bb_pos,sell,2025-11-27 03:12:00,970.0,4.7649,1,leg_gt,0.1,60 -56157,sell_contrast_m10_bb_pos,sell,2025-11-27 03:15:00,973.0,5.0892,1,leg_gt,0.1,60 -56158,sell_contrast_m10_bb_pos,sell,2025-11-27 03:18:00,974.0,5.1973,1,leg_gt,0.11,60 -56159,sell_contrast_m10_bb_pos,sell,2025-11-27 03:30:00,979.0,5.7378,1,leg_gt,0.11,60 -56160,sell_contrast_m10_bb_pos,sell,2025-11-27 03:33:00,978.0,5.6297,1,leg_gt,0.12,60 -56161,sell_contrast_m10_bb_pos,sell,2025-11-27 03:36:00,978.0,5.6297,1,leg_gt,0.12,60 -56162,sell_contrast_m10_bb_pos,sell,2025-11-27 03:39:00,972.0,4.9811,1,leg_gt,0.12,60 -56163,sell_contrast_m10_bb_pos,sell,2025-11-27 03:42:00,976.0,5.4135,1,leg_gt,0.12,60 -56164,sell_contrast_m10_bb_pos,sell,2025-11-27 03:45:00,974.0,5.1973,1,leg_gt,0.12,60 -56165,sell_contrast_m10_bb_pos,sell,2025-11-27 03:48:00,977.0,5.5216,1,leg_gt,0.13,60 -56166,sell_contrast_m10_bb_pos,sell,2025-11-27 03:51:00,979.0,5.7378,1,leg_gt,0.13,60 -56167,sell_contrast_m10_bb_pos,sell,2025-11-27 03:54:00,977.0,5.5216,1,leg_gt,0.13,60 -56168,sell_contrast_m10_bb_pos,sell,2025-11-27 03:57:00,979.0,5.7378,1,leg_gt,0.13,60 -56169,sell_contrast_m10_bb_pos,sell,2025-11-27 04:00:00,981.0,5.9541,1,leg_gt,0.14,60 -56170,sell_contrast_m10_bb_pos,sell,2025-11-27 04:03:00,978.0,5.6297,1,leg_gt,0.14,60 -56171,sell_contrast_m10_bb_pos,sell,2025-11-27 04:06:00,977.0,5.5216,1,leg_gt,0.14,60 -56172,sell_contrast_m10_bb_pos,sell,2025-11-27 04:09:00,977.0,5.5216,1,leg_gt,0.14,60 -56173,sell_contrast_m10_bb_pos,sell,2025-11-27 06:51:00,980.0,5.8459,1,leg_gt,0.25,60 -56174,sell_contrast_m10_bb_pos,sell,2025-11-27 06:54:00,979.0,5.7378,1,leg_gt,0.26,60 -56175,sell_contrast_m10_bb_pos,sell,2025-11-27 06:57:00,978.0,5.6297,1,leg_gt,0.26,60 -56176,sell_contrast_m10_bb_pos,sell,2025-11-27 08:00:00,978.0,5.6297,1,leg_gt,0.3,60 -56177,sell_contrast_m10_bb_pos,sell,2025-11-27 08:03:00,977.0,5.5216,1,leg_gt,0.3,60 -56178,sell_contrast_m10_bb_pos,sell,2025-11-27 08:06:00,980.0,5.8459,1,leg_gt,0.31,60 -56179,sell_contrast_m10_bb_pos,sell,2025-11-27 08:09:00,979.0,5.7378,1,leg_gt,0.31,60 -56180,sell_contrast_m10_bb_pos,sell,2025-11-27 08:12:00,981.0,5.9541,1,leg_gt,0.31,60 -56181,sell_contrast_m10_bb_pos,sell,2025-11-27 08:15:00,982.0,6.0622,1,leg_gt,0.31,60 -56182,sell_contrast_m10_bb_pos,sell,2025-11-27 08:18:00,980.0,5.8459,1,leg_gt,0.31,60 -56183,sell_contrast_m10_bb_pos,sell,2025-11-27 08:21:00,979.0,5.7378,1,leg_gt,0.32,60 -56184,sell_contrast_m10_bb_pos,sell,2025-11-27 08:24:00,981.0,5.9541,1,leg_gt,0.32,60 -56185,sell_contrast_m10_bb_pos,sell,2025-11-27 08:27:00,980.0,5.8459,1,leg_gt,0.32,60 -56186,sell_contrast_m10_bb_pos,sell,2025-11-27 09:00:00,981.0,5.9541,1,leg_gt,0.34,60 -56187,sell_contrast_m10_bb_pos,sell,2025-11-27 09:03:00,980.0,5.8459,1,leg_gt,0.35,60 -56188,sell_contrast_m10_bb_pos,sell,2025-11-27 09:06:00,978.0,5.6297,1,leg_gt,0.35,60 -56189,sell_contrast_m10_bb_pos,sell,2025-11-27 09:09:00,979.0,5.7378,1,leg_gt,0.35,60 -56190,sell_contrast_m10_bb_pos,sell,2025-11-27 09:51:00,981.0,5.9541,1,leg_gt,0.38,60 -56191,sell_contrast_m10_bb_pos,sell,2025-11-27 09:54:00,979.0,5.7378,1,leg_gt,0.38,60 -56192,sell_contrast_m10_bb_pos,sell,2025-11-27 09:57:00,978.0,5.6297,1,leg_gt,0.38,60 -56193,sell_contrast_m10_bb_pos,sell,2025-11-27 11:42:00,988.0,6.7108,1,leg_gt,0.46,60 -56194,sell_contrast_m10_bb_pos,sell,2025-11-27 11:45:00,989.0,6.8189,1,leg_gt,0.46,60 -56195,sell_contrast_m10_bb_pos,sell,2025-11-27 11:48:00,988.0,6.7108,1,leg_gt,0.46,60 -56196,sell_contrast_m10_bb_pos,sell,2025-11-27 18:42:00,978.0,5.6297,1,leg_gt,0.75,60 -56197,sell_contrast_m10_bb_pos,sell,2025-11-27 18:45:00,977.0,5.5216,1,leg_gt,0.75,60 -56198,sell_contrast_m10_bb_pos,sell,2025-11-27 18:48:00,976.0,5.4135,1,leg_gt,0.75,60 -56199,sell_contrast_m10_bb_pos,sell,2025-11-27 22:30:00,972.0,4.9811,1,leg_gt,0.91,60 -56200,sell_contrast_m10_bb_pos,sell,2025-11-27 22:33:00,970.0,4.7649,1,leg_gt,0.91,60 -56201,sell_contrast_m10_bb_pos,sell,2025-11-27 22:36:00,971.0,4.873,1,leg_gt,0.91,60 -56202,sell_contrast_m10_bb_pos,sell,2025-11-27 22:39:00,973.0,5.0892,1,leg_gt,0.91,60 -56203,sell_contrast_m10_bb_pos,sell,2025-11-27 23:00:00,973.0,5.0892,1,leg_gt,0.93,60 -56204,sell_contrast_m10_bb_pos,sell,2025-11-27 23:03:00,973.0,5.0892,1,leg_gt,0.93,60 -56205,sell_contrast_m10_bb_pos,sell,2025-11-27 23:06:00,971.0,4.873,1,leg_gt,0.93,60 -56206,sell_contrast_m10_bb_pos,sell,2025-11-27 23:09:00,973.0,5.0892,1,leg_gt,0.93,60 -56207,sell_contrast_m10_bb_pos,sell,2025-11-27 23:12:00,972.0,4.9811,1,leg_gt,0.94,60 -56208,sell_contrast_m10_bb_pos,sell,2025-11-27 23:15:00,972.0,4.9811,1,leg_gt,0.94,60 -56209,sell_contrast_m10_bb_pos,sell,2025-11-27 23:18:00,973.0,5.0892,1,leg_gt,0.94,60 -56210,sell_contrast_m10_bb_pos,sell,2025-11-27 23:21:00,972.0,4.9811,1,leg_gt,0.94,60 -56211,sell_contrast_m10_bb_pos,sell,2025-11-27 23:24:00,972.0,4.9811,1,leg_gt,0.94,60 -56212,sell_contrast_m10_bb_pos,sell,2025-11-27 23:27:00,975.0,5.3054,1,leg_gt,0.95,60 -56213,sell_contrast_m10_bb_pos,sell,2025-11-28 00:42:00,978.0,5.6297,1,leg_gt,1.0,60 -56214,sell_contrast_m10_bb_pos,sell,2025-11-28 00:45:00,979.0,5.7378,1,leg_gt,1.0,60 -56215,sell_contrast_m10_bb_pos,sell,2025-11-28 00:48:00,980.0,5.8459,1,leg_gt,1.0,60 -56216,sell_contrast_m10_bb_pos,sell,2025-11-28 01:12:00,983.0,6.1703,1,leg_gt,1.02,60 -56217,sell_contrast_m10_bb_pos,sell,2025-11-28 01:15:00,989.0,6.8189,1,leg_gt,1.02,60 -56218,sell_contrast_m10_bb_pos,sell,2025-11-28 01:18:00,987.0,6.6027,1,leg_gt,1.02,60 -56219,sell_contrast_m10_bb_pos,sell,2025-11-28 01:51:00,989.0,6.8189,1,leg_gt,1.05,60 -56220,sell_contrast_m10_bb_pos,sell,2025-11-28 01:54:00,993.0,7.2514,1,leg_gt,1.05,60 -56221,sell_contrast_m10_bb_pos,sell,2025-11-28 01:57:00,994.0,7.3595,1,leg_gt,1.05,60 -56222,sell_contrast_m10_bb_pos,sell,2025-11-28 02:00:00,991.0,7.0351,1,leg_gt,1.05,60 -56223,sell_contrast_m10_bb_pos,sell,2025-11-28 02:03:00,991.0,7.0351,1,leg_gt,1.05,60 -56224,sell_contrast_m10_bb_pos,sell,2025-11-28 02:06:00,990.0,6.927,1,leg_gt,1.06,60 -56225,sell_contrast_m10_bb_pos,sell,2025-11-28 02:09:00,991.0,7.0351,1,leg_gt,1.06,60 -56226,sell_contrast_m10_bb_pos,sell,2025-11-28 02:12:00,991.0,7.0351,1,leg_gt,1.06,60 -56227,sell_contrast_m10_bb_pos,sell,2025-11-28 02:15:00,990.0,6.927,1,leg_gt,1.06,60 -56228,sell_contrast_m10_bb_pos,sell,2025-11-28 02:18:00,990.0,6.927,1,leg_gt,1.06,60 -56229,sell_contrast_m10_bb_pos,sell,2025-11-28 04:00:00,995.0,7.4676,1,leg_gt,1.14,60 -56230,sell_contrast_m10_bb_pos,sell,2025-11-28 04:03:00,997.0,7.6838,1,leg_gt,1.14,60 -56231,sell_contrast_m10_bb_pos,sell,2025-11-28 04:06:00,997.0,7.6838,1,leg_gt,1.14,60 -56232,sell_contrast_m10_bb_pos,sell,2025-11-28 04:09:00,998.0,7.7919,1,leg_gt,1.14,60 -56233,sell_contrast_m10_bb_pos,sell,2025-11-28 04:12:00,997.0,7.6838,1,leg_gt,1.14,60 -56234,sell_contrast_m10_bb_pos,sell,2025-11-28 04:15:00,998.0,7.7919,1,leg_gt,1.15,60 -56235,sell_contrast_m10_bb_pos,sell,2025-11-28 04:18:00,998.0,7.7919,1,leg_gt,1.15,60 -56236,sell_contrast_m10_bb_pos,sell,2025-11-28 04:21:00,998.0,7.7919,1,leg_gt,1.15,60 -56237,sell_contrast_m10_bb_pos,sell,2025-11-28 04:24:00,995.0,7.4676,1,leg_gt,1.15,60 -56238,sell_contrast_m10_bb_pos,sell,2025-11-28 04:27:00,994.0,7.3595,1,leg_gt,1.15,60 -56239,sell_contrast_m10_bb_pos,sell,2025-11-28 17:12:00,967.0,1.369,1,leg_gt,0.24,60 -56240,sell_contrast_m10_bb_pos,sell,2025-11-28 17:15:00,969.0,1.5789,1,leg_gt,0.24,60 -56241,sell_contrast_m10_bb_pos,sell,2025-11-28 17:18:00,967.0,1.369,1,leg_gt,0.24,60 -56242,sell_contrast_m10_bb_pos,sell,2025-11-28 18:21:00,984.0,3.1529,1,leg_gt,0.29,60 -56243,sell_contrast_m10_bb_pos,sell,2025-11-28 18:24:00,986.0,3.3627,1,leg_gt,0.29,60 -56244,sell_contrast_m10_bb_pos,sell,2025-11-28 18:27:00,989.0,3.6775,1,leg_gt,0.29,60 -56245,sell_contrast_m10_bb_pos,sell,2025-11-28 18:30:00,986.0,3.3627,1,leg_gt,0.29,60 -56246,sell_contrast_m10_bb_pos,sell,2025-11-28 18:33:00,985.0,3.2578,1,leg_gt,0.3,60 -56247,sell_contrast_m10_bb_pos,sell,2025-11-28 18:36:00,985.0,3.2578,1,leg_gt,0.3,60 -56248,sell_contrast_m10_bb_pos,sell,2025-11-28 18:39:00,985.0,3.2578,1,leg_gt,0.3,60 -56249,sell_contrast_m10_bb_pos,sell,2025-11-28 22:42:00,975.0,2.2085,1,leg_gt,0.47,60 -56250,sell_contrast_m10_bb_pos,sell,2025-11-28 22:45:00,975.0,2.2085,1,leg_gt,0.47,60 -56251,sell_contrast_m10_bb_pos,sell,2025-11-28 22:48:00,983.0,3.048,1,leg_gt,0.47,60 -56252,sell_contrast_m10_bb_pos,sell,2025-11-28 23:12:00,982.0,2.943,1,leg_gt,0.49,60 -56253,sell_contrast_m10_bb_pos,sell,2025-11-28 23:15:00,981.0,2.8381,1,leg_gt,0.49,60 -56254,sell_contrast_m10_bb_pos,sell,2025-11-28 23:18:00,983.0,3.048,1,leg_gt,0.49,60 -56255,sell_contrast_m10_bb_pos,sell,2025-11-28 23:21:00,981.0,2.8381,1,leg_gt,0.5,60 -56256,sell_contrast_m10_bb_pos,sell,2025-11-28 23:24:00,984.0,3.1529,1,leg_gt,0.5,60 -56257,sell_contrast_m10_bb_pos,sell,2025-11-28 23:27:00,989.0,3.6775,1,leg_gt,0.5,60 -56258,sell_contrast_m10_bb_pos,sell,2025-11-28 23:30:00,985.0,3.2578,1,leg_gt,0.5,60 -56259,sell_contrast_m10_bb_pos,sell,2025-11-28 23:33:00,984.0,3.1529,1,leg_gt,0.5,60 -56260,sell_contrast_m10_bb_pos,sell,2025-11-28 23:36:00,982.0,2.943,1,leg_gt,0.51,60 -56261,sell_contrast_m10_bb_pos,sell,2025-11-28 23:39:00,980.0,2.7332,1,leg_gt,0.51,60 -56262,sell_contrast_m10_bb_pos,sell,2025-11-29 00:21:00,987.0,3.4677,1,leg_gt,0.54,60 -56263,sell_contrast_m10_bb_pos,sell,2025-11-29 00:24:00,988.0,3.5726,1,leg_gt,0.54,60 -56264,sell_contrast_m10_bb_pos,sell,2025-11-29 00:27:00,991.0,3.8874,1,leg_gt,0.54,60 -56265,sell_contrast_m10_bb_pos,sell,2025-11-29 04:51:00,972.0,1.8937,1,leg_gt,0.72,60 -56266,sell_contrast_m10_bb_pos,sell,2025-11-29 04:54:00,972.0,1.8937,1,leg_gt,0.73,60 -56267,sell_contrast_m10_bb_pos,sell,2025-11-29 04:57:00,971.0,1.7888,1,leg_gt,0.73,60 -56268,sell_contrast_m10_bb_pos,sell,2025-11-29 05:00:00,971.0,1.7888,1,leg_gt,0.73,60 -56269,sell_contrast_m10_bb_pos,sell,2025-11-29 05:03:00,970.0,1.6838,1,leg_gt,0.73,60 -56270,sell_contrast_m10_bb_pos,sell,2025-11-29 05:06:00,968.0,1.474,1,leg_gt,0.74,60 -56271,sell_contrast_m10_bb_pos,sell,2025-11-29 05:21:00,973.0,1.9986,1,leg_gt,0.75,60 -56272,sell_contrast_m10_bb_pos,sell,2025-11-29 05:24:00,974.0,2.1036,1,leg_gt,0.75,60 -56273,sell_contrast_m10_bb_pos,sell,2025-11-29 05:27:00,973.0,1.9986,1,leg_gt,0.75,60 -56274,sell_contrast_m10_bb_pos,sell,2025-11-29 05:30:00,972.0,1.8937,1,leg_gt,0.75,60 -56275,sell_contrast_m10_bb_pos,sell,2025-11-29 05:33:00,972.0,1.8937,1,leg_gt,0.75,60 -56276,sell_contrast_m10_bb_pos,sell,2025-11-29 05:36:00,971.0,1.7888,1,leg_gt,0.76,60 -56277,sell_contrast_m10_bb_pos,sell,2025-11-29 05:39:00,971.0,1.7888,1,leg_gt,0.76,60 -56278,sell_contrast_m10_bb_pos,sell,2025-11-29 08:12:00,975.0,2.2085,1,leg_gt,0.86,60 -56279,sell_contrast_m10_bb_pos,sell,2025-11-29 08:15:00,974.0,2.1036,1,leg_gt,0.87,60 -56280,sell_contrast_m10_bb_pos,sell,2025-11-29 08:18:00,975.0,2.2085,1,leg_gt,0.87,60 -56281,sell_contrast_m10_bb_pos,sell,2025-11-29 08:42:00,974.0,2.1036,1,leg_gt,0.89,60 -56282,sell_contrast_m10_bb_pos,sell,2025-11-29 08:45:00,973.0,1.9986,1,leg_gt,0.89,60 -56283,sell_contrast_m10_bb_pos,sell,2025-11-29 08:48:00,974.0,2.1036,1,leg_gt,0.89,60 -56284,sell_contrast_m10_bb_pos,sell,2025-11-29 20:42:00,962.0,0.8444,1,leg_gt,1.39,60 -56285,sell_contrast_m10_bb_pos,sell,2025-11-29 20:45:00,965.0,1.1592,1,leg_gt,1.39,60 -56286,sell_contrast_m10_bb_pos,sell,2025-11-29 20:48:00,964.0,1.0542,1,leg_gt,1.39,60 -56287,sell_contrast_m10_bb_pos,sell,2025-11-30 18:42:00,945.0,-0.9395,0,leg_gt,2.3,60 -56288,sell_contrast_m10_bb_pos,sell,2025-11-30 18:45:00,944.0,-1.0444,0,leg_gt,2.3,60 -56289,sell_contrast_m10_bb_pos,sell,2025-11-30 18:48:00,944.0,-1.0444,0,leg_gt,2.31,60 -56290,sell_contrast_m10_bb_pos,sell,2025-11-30 18:51:00,945.0,-0.9395,0,leg_gt,2.31,60 -56291,sell_contrast_m10_bb_pos,sell,2025-11-30 18:54:00,944.0,-1.0444,0,leg_gt,2.31,60 -56292,sell_contrast_m10_bb_pos,sell,2025-11-30 18:57:00,945.0,-0.9395,0,leg_gt,2.31,60 -56293,sell_contrast_m10_bb_pos,sell,2025-11-30 19:12:00,944.0,-1.0444,0,leg_gt,2.32,60 -56294,sell_contrast_m10_bb_pos,sell,2025-11-30 19:15:00,945.0,-0.9395,0,leg_gt,2.33,60 -56295,sell_contrast_m10_bb_pos,sell,2025-11-30 19:18:00,945.0,-0.9395,0,leg_gt,2.33,60 -56296,sell_contrast_m10_bb_pos,sell,2025-11-30 21:51:00,946.0,-0.8345,0,leg_gt,2.43,60 -56297,sell_contrast_m10_bb_pos,sell,2025-11-30 21:54:00,946.0,-0.8345,0,leg_gt,2.44,60 -56298,sell_contrast_m10_bb_pos,sell,2025-11-30 21:57:00,947.0,-0.7296,0,leg_gt,2.44,60 -56299,sell_contrast_m10_bb_pos,sell,2025-11-30 22:42:00,953.0,-0.1,0,leg_gt,2.47,60 -56300,sell_contrast_m10_bb_pos,sell,2025-11-30 22:45:00,953.0,-0.1,0,leg_gt,2.47,60 -56301,sell_contrast_m10_bb_pos,sell,2025-11-30 22:48:00,952.0,-0.2049,0,leg_gt,2.47,60 -56302,sell_contrast_m10_bb_pos,sell,2025-11-30 23:00:00,954.0,0.0049,1,leg_gt,2.48,60 -56303,sell_contrast_m10_bb_pos,sell,2025-11-30 23:03:00,953.0,-0.1,0,leg_gt,2.48,60 -56304,sell_contrast_m10_bb_pos,sell,2025-11-30 23:06:00,952.0,-0.2049,0,leg_gt,2.49,60 -56305,sell_contrast_m10_bb_pos,sell,2025-11-30 23:09:00,949.0,-0.5197,0,leg_gt,2.49,60 -56306,sell_contrast_m10_bb_pos,sell,2025-12-01 03:42:00,952.0,-0.2049,0,leg_gt,2.68,60 -56307,sell_contrast_m10_bb_pos,sell,2025-12-01 03:45:00,952.0,-0.2049,0,leg_gt,2.68,60 -56308,sell_contrast_m10_bb_pos,sell,2025-12-01 03:48:00,953.0,-0.1,0,leg_gt,2.68,60 -56309,sell_contrast_m10_bb_pos,sell,2025-12-01 04:12:00,955.0,0.1099,1,leg_gt,2.7,60 -56310,sell_contrast_m10_bb_pos,sell,2025-12-01 04:15:00,955.0,0.1099,1,leg_gt,2.7,60 -56311,sell_contrast_m10_bb_pos,sell,2025-12-01 04:18:00,955.0,0.1099,1,leg_gt,2.7,60 -56312,sell_contrast_m10_bb_pos,sell,2025-12-01 04:30:00,956.0,0.2148,1,leg_gt,2.71,60 -56313,sell_contrast_m10_bb_pos,sell,2025-12-01 04:33:00,955.0,0.1099,1,leg_gt,2.71,60 -56314,sell_contrast_m10_bb_pos,sell,2025-12-01 04:36:00,954.0,0.0049,1,leg_gt,2.71,60 -56315,sell_contrast_m10_bb_pos,sell,2025-12-01 04:39:00,954.0,0.0049,1,leg_gt,2.72,60 -56316,sell_contrast_m10_bb_pos,sell,2025-12-01 05:21:00,958.0,0.4247,1,leg_gt,2.75,60 -56317,sell_contrast_m10_bb_pos,sell,2025-12-01 05:24:00,957.0,0.3197,1,leg_gt,2.75,60 -56318,sell_contrast_m10_bb_pos,sell,2025-12-01 05:27:00,958.0,0.4247,1,leg_gt,2.75,60 -56319,sell_contrast_m10_bb_pos,sell,2025-12-01 07:21:00,958.0,0.4247,1,leg_gt,2.83,60 -56320,sell_contrast_m10_bb_pos,sell,2025-12-01 07:24:00,958.0,0.4247,1,leg_gt,2.83,60 -56321,sell_contrast_m10_bb_pos,sell,2025-12-01 07:27:00,956.0,0.2148,1,leg_gt,2.83,60 -56322,sell_contrast_m10_bb_pos,sell,2025-12-01 15:00:00,869.0,-8.9143,0,leg_gt,3.15,60 -56323,sell_contrast_m10_bb_pos,sell,2025-12-01 15:03:00,875.0,-8.2847,0,leg_gt,3.15,60 -56324,sell_contrast_m10_bb_pos,sell,2025-12-01 15:06:00,872.0,-8.5995,0,leg_gt,3.15,60 -56325,sell_contrast_m10_bb_pos,sell,2025-12-01 15:09:00,872.0,-8.5995,0,leg_gt,3.15,60 -56326,sell_contrast_m10_bb_pos,sell,2025-12-01 15:21:00,871.0,-8.7044,0,leg_gt,3.16,60 -56327,sell_contrast_m10_bb_pos,sell,2025-12-01 15:24:00,869.0,-8.9143,0,leg_gt,3.16,60 -56328,sell_contrast_m10_bb_pos,sell,2025-12-01 15:27:00,867.0,-9.1241,0,leg_gt,3.17,60 -56329,sell_contrast_m10_bb_pos,sell,2025-12-01 15:42:00,868.0,-9.0192,0,leg_gt,3.18,60 -56330,sell_contrast_m10_bb_pos,sell,2025-12-01 15:45:00,868.0,-9.0192,0,leg_gt,3.18,60 -56331,sell_contrast_m10_bb_pos,sell,2025-12-01 15:48:00,869.0,-8.9143,0,leg_gt,3.18,60 -56332,sell_contrast_m10_bb_pos,sell,2025-12-02 05:42:00,848.0,1.3354,1,leg_gt,0.13,60 -56333,sell_contrast_m10_bb_pos,sell,2025-12-02 05:45:00,851.0,1.6943,1,leg_gt,0.14,60 -56334,sell_contrast_m10_bb_pos,sell,2025-12-02 05:48:00,851.0,1.6943,1,leg_gt,0.14,60 -56335,sell_contrast_m10_bb_pos,sell,2025-12-02 06:00:00,851.0,1.6943,1,leg_gt,0.15,60 -56336,sell_contrast_m10_bb_pos,sell,2025-12-02 06:03:00,851.0,1.6943,1,leg_gt,0.15,60 -56337,sell_contrast_m10_bb_pos,sell,2025-12-02 06:06:00,853.0,1.9335,1,leg_gt,0.15,60 -56338,sell_contrast_m10_bb_pos,sell,2025-12-02 06:09:00,856.0,2.2923,1,leg_gt,0.15,60 -56339,sell_contrast_m10_bb_pos,sell,2025-12-02 06:21:00,858.0,2.5316,1,leg_gt,0.16,60 -56340,sell_contrast_m10_bb_pos,sell,2025-12-02 06:24:00,859.0,2.6512,1,leg_gt,0.16,60 -56341,sell_contrast_m10_bb_pos,sell,2025-12-02 06:27:00,862.0,3.01,1,leg_gt,0.16,60 -56342,sell_contrast_m10_bb_pos,sell,2025-12-02 06:51:00,862.0,3.01,1,leg_gt,0.18,60 -56343,sell_contrast_m10_bb_pos,sell,2025-12-02 06:54:00,862.0,3.01,1,leg_gt,0.18,60 -56344,sell_contrast_m10_bb_pos,sell,2025-12-02 06:57:00,862.0,3.01,1,leg_gt,0.19,60 -56345,sell_contrast_m10_bb_pos,sell,2025-12-02 07:00:00,862.0,3.01,1,leg_gt,0.19,60 -56346,sell_contrast_m10_bb_pos,sell,2025-12-02 07:03:00,864.0,3.2493,1,leg_gt,0.19,60 -56347,sell_contrast_m10_bb_pos,sell,2025-12-02 07:06:00,866.0,3.4885,1,leg_gt,0.19,60 -56348,sell_contrast_m10_bb_pos,sell,2025-12-02 07:09:00,865.0,3.3689,1,leg_gt,0.19,60 -56349,sell_contrast_m10_bb_pos,sell,2025-12-02 07:12:00,865.0,3.3689,1,leg_gt,0.2,60 -56350,sell_contrast_m10_bb_pos,sell,2025-12-02 07:15:00,861.0,2.8904,1,leg_gt,0.2,60 -56351,sell_contrast_m10_bb_pos,sell,2025-12-02 07:18:00,862.0,3.01,1,leg_gt,0.2,60 -56352,sell_contrast_m10_bb_pos,sell,2025-12-02 15:30:00,862.0,3.01,1,leg_gt,0.54,60 -56353,sell_contrast_m10_bb_pos,sell,2025-12-02 15:33:00,863.0,3.1297,1,leg_gt,0.54,60 -56354,sell_contrast_m10_bb_pos,sell,2025-12-02 15:36:00,862.0,3.01,1,leg_gt,0.55,60 -56355,sell_contrast_m10_bb_pos,sell,2025-12-02 15:39:00,861.0,2.8904,1,leg_gt,0.55,60 -56356,sell_contrast_m10_bb_pos,sell,2025-12-02 16:21:00,862.0,3.01,1,leg_gt,0.58,60 -56357,sell_contrast_m10_bb_pos,sell,2025-12-02 16:24:00,863.0,3.1297,1,leg_gt,0.58,60 -56358,sell_contrast_m10_bb_pos,sell,2025-12-02 16:27:00,861.0,2.8904,1,leg_gt,0.58,60 -56359,sell_contrast_m10_bb_pos,sell,2025-12-02 19:51:00,858.0,2.5316,1,leg_gt,0.72,60 -56360,sell_contrast_m10_bb_pos,sell,2025-12-02 19:54:00,862.0,3.01,1,leg_gt,0.72,60 -56361,sell_contrast_m10_bb_pos,sell,2025-12-02 19:57:00,861.0,2.8904,1,leg_gt,0.73,60 -56362,sell_contrast_m10_bb_pos,sell,2025-12-02 20:21:00,861.0,2.8904,1,leg_gt,0.74,60 -56363,sell_contrast_m10_bb_pos,sell,2025-12-02 20:24:00,861.0,2.8904,1,leg_gt,0.75,60 -56364,sell_contrast_m10_bb_pos,sell,2025-12-02 20:27:00,862.0,3.01,1,leg_gt,0.75,60 -56365,sell_contrast_m10_bb_pos,sell,2025-12-02 20:42:00,863.0,3.1297,1,leg_gt,0.76,60 -56366,sell_contrast_m10_bb_pos,sell,2025-12-02 20:45:00,865.0,3.3689,1,leg_gt,0.76,60 -56367,sell_contrast_m10_bb_pos,sell,2025-12-02 20:48:00,865.0,3.3689,1,leg_gt,0.76,60 -56368,sell_contrast_m10_bb_pos,sell,2025-12-02 21:00:00,866.0,3.4885,1,leg_gt,0.77,60 -56369,sell_contrast_m10_bb_pos,sell,2025-12-02 21:03:00,868.0,3.7278,1,leg_gt,0.77,60 -56370,sell_contrast_m10_bb_pos,sell,2025-12-02 21:06:00,870.0,3.967,1,leg_gt,0.78,60 -56371,sell_contrast_m10_bb_pos,sell,2025-12-02 21:09:00,870.0,3.967,1,leg_gt,0.78,60 -56372,sell_contrast_m10_bb_pos,sell,2025-12-02 22:21:00,872.0,4.2062,1,leg_gt,0.83,60 -56373,sell_contrast_m10_bb_pos,sell,2025-12-02 22:24:00,871.0,4.0866,1,leg_gt,0.83,60 -56374,sell_contrast_m10_bb_pos,sell,2025-12-02 22:27:00,873.0,4.3258,1,leg_gt,0.83,60 -56375,sell_contrast_m10_bb_pos,sell,2025-12-02 22:30:00,872.0,4.2062,1,leg_gt,0.83,60 -56376,sell_contrast_m10_bb_pos,sell,2025-12-02 22:33:00,872.0,4.2062,1,leg_gt,0.84,60 -56377,sell_contrast_m10_bb_pos,sell,2025-12-02 22:36:00,872.0,4.2062,1,leg_gt,0.84,60 -56378,sell_contrast_m10_bb_pos,sell,2025-12-02 22:39:00,873.0,4.3258,1,leg_gt,0.84,60 -56379,sell_contrast_m10_bb_pos,sell,2025-12-02 22:42:00,873.0,4.3258,1,leg_gt,0.84,60 -56380,sell_contrast_m10_bb_pos,sell,2025-12-02 22:45:00,873.0,4.3258,1,leg_gt,0.84,60 -56381,sell_contrast_m10_bb_pos,sell,2025-12-02 22:48:00,875.0,4.5651,1,leg_gt,0.85,60 -56382,sell_contrast_m10_bb_pos,sell,2025-12-03 01:12:00,979.0,17.0053,1,leg_gt,0.95,60 -56383,sell_contrast_m10_bb_pos,sell,2025-12-03 01:15:00,966.0,15.4502,1,leg_gt,0.95,60 -56384,sell_contrast_m10_bb_pos,sell,2025-12-03 01:18:00,971.0,16.0483,1,leg_gt,0.95,60 -56385,sell_contrast_m10_bb_pos,sell,2025-12-03 11:21:00,941.0,12.4598,1,leg_gt,1.37,60 -56386,sell_contrast_m10_bb_pos,sell,2025-12-03 11:24:00,942.0,12.5794,1,leg_gt,1.37,60 -56387,sell_contrast_m10_bb_pos,sell,2025-12-03 11:27:00,943.0,12.699,1,leg_gt,1.37,60 -56388,sell_contrast_m10_bb_pos,sell,2025-12-03 11:42:00,940.0,12.3402,1,leg_gt,1.38,60 -56389,sell_contrast_m10_bb_pos,sell,2025-12-03 11:45:00,941.0,12.4598,1,leg_gt,1.39,60 -56390,sell_contrast_m10_bb_pos,sell,2025-12-03 11:48:00,940.0,12.3402,1,leg_gt,1.39,60 -56391,sell_contrast_m10_bb_pos,sell,2025-12-03 11:51:00,940.0,12.3402,1,leg_gt,1.39,60 -56392,sell_contrast_m10_bb_pos,sell,2025-12-03 11:54:00,939.0,12.2206,1,leg_gt,1.39,60 -56393,sell_contrast_m10_bb_pos,sell,2025-12-03 11:57:00,941.0,12.4598,1,leg_gt,1.39,60 -56394,sell_contrast_m10_bb_pos,sell,2025-12-03 12:21:00,944.0,12.8187,1,leg_gt,1.41,60 -56395,sell_contrast_m10_bb_pos,sell,2025-12-03 12:24:00,943.0,12.699,1,leg_gt,1.41,60 -56396,sell_contrast_m10_bb_pos,sell,2025-12-03 12:27:00,945.0,12.9383,1,leg_gt,1.41,60 -56397,sell_contrast_m10_bb_pos,sell,2025-12-03 12:30:00,945.0,12.9383,1,leg_gt,1.42,60 -56398,sell_contrast_m10_bb_pos,sell,2025-12-03 12:33:00,943.0,12.699,1,leg_gt,1.42,60 -56399,sell_contrast_m10_bb_pos,sell,2025-12-03 12:36:00,943.0,12.699,1,leg_gt,1.42,60 -56400,sell_contrast_m10_bb_pos,sell,2025-12-03 12:39:00,942.0,12.5794,1,leg_gt,1.42,60 -56401,sell_contrast_m10_bb_pos,sell,2025-12-03 14:21:00,950.0,13.5364,1,leg_gt,1.49,60 -56402,sell_contrast_m10_bb_pos,sell,2025-12-03 14:24:00,951.0,13.656,1,leg_gt,1.5,60 -56403,sell_contrast_m10_bb_pos,sell,2025-12-03 14:27:00,950.0,13.5364,1,leg_gt,1.5,60 -56404,sell_contrast_m10_bb_pos,sell,2025-12-03 14:30:00,951.0,13.656,1,leg_gt,1.5,60 -56405,sell_contrast_m10_bb_pos,sell,2025-12-03 14:33:00,950.0,13.5364,1,leg_gt,1.5,60 -56406,sell_contrast_m10_bb_pos,sell,2025-12-03 14:36:00,950.0,13.5364,1,leg_gt,1.5,60 -56407,sell_contrast_m10_bb_pos,sell,2025-12-03 14:39:00,950.0,13.5364,1,leg_gt,1.51,60 -56408,sell_contrast_m10_bb_pos,sell,2025-12-03 14:42:00,950.0,13.5364,1,leg_gt,1.51,60 -56409,sell_contrast_m10_bb_pos,sell,2025-12-03 14:45:00,950.0,13.5364,1,leg_gt,1.51,60 -56410,sell_contrast_m10_bb_pos,sell,2025-12-03 14:48:00,948.0,13.2971,1,leg_gt,1.51,60 -56411,sell_contrast_m10_bb_pos,sell,2025-12-03 15:21:00,954.0,14.0148,1,leg_gt,1.54,60 -56412,sell_contrast_m10_bb_pos,sell,2025-12-03 15:24:00,954.0,14.0148,1,leg_gt,1.54,60 -56413,sell_contrast_m10_bb_pos,sell,2025-12-03 15:27:00,952.0,13.7756,1,leg_gt,1.54,60 -56414,sell_contrast_m10_bb_pos,sell,2025-12-04 03:00:00,941.0,1.8502,1,leg_gt,0.16,60 -56415,sell_contrast_m10_bb_pos,sell,2025-12-04 03:03:00,942.0,1.9585,1,leg_gt,0.17,60 -56416,sell_contrast_m10_bb_pos,sell,2025-12-04 03:06:00,941.0,1.8502,1,leg_gt,0.17,60 -56417,sell_contrast_m10_bb_pos,sell,2025-12-04 03:09:00,940.0,1.7418,1,leg_gt,0.17,60 -56418,sell_contrast_m10_bb_pos,sell,2025-12-04 07:12:00,943.0,2.0668,1,leg_gt,0.34,60 -56419,sell_contrast_m10_bb_pos,sell,2025-12-04 07:15:00,946.0,2.3919,1,leg_gt,0.34,60 -56420,sell_contrast_m10_bb_pos,sell,2025-12-04 07:18:00,944.0,2.1752,1,leg_gt,0.34,60 -56421,sell_contrast_m10_bb_pos,sell,2025-12-04 07:30:00,943.0,2.0668,1,leg_gt,0.35,60 -56422,sell_contrast_m10_bb_pos,sell,2025-12-04 07:33:00,942.0,1.9585,1,leg_gt,0.35,60 -56423,sell_contrast_m10_bb_pos,sell,2025-12-04 07:36:00,943.0,2.0668,1,leg_gt,0.36,60 -56424,sell_contrast_m10_bb_pos,sell,2025-12-04 07:39:00,944.0,2.1752,1,leg_gt,0.36,60 -56425,sell_contrast_m10_bb_pos,sell,2025-12-04 07:42:00,942.0,1.9585,1,leg_gt,0.36,60 -56426,sell_contrast_m10_bb_pos,sell,2025-12-04 07:45:00,943.0,2.0668,1,leg_gt,0.36,60 -56427,sell_contrast_m10_bb_pos,sell,2025-12-04 07:48:00,947.0,2.5002,1,leg_gt,0.36,60 -56428,sell_contrast_m10_bb_pos,sell,2025-12-04 08:21:00,947.0,2.5002,1,leg_gt,0.39,60 -56429,sell_contrast_m10_bb_pos,sell,2025-12-04 08:24:00,947.0,2.5002,1,leg_gt,0.39,60 -56430,sell_contrast_m10_bb_pos,sell,2025-12-04 08:27:00,946.0,2.3919,1,leg_gt,0.39,60 -56431,sell_contrast_m10_bb_pos,sell,2025-12-04 10:21:00,949.0,2.7169,1,leg_gt,0.47,60 -56432,sell_contrast_m10_bb_pos,sell,2025-12-04 10:24:00,949.0,2.7169,1,leg_gt,0.47,60 -56433,sell_contrast_m10_bb_pos,sell,2025-12-04 10:27:00,951.0,2.9336,1,leg_gt,0.48,60 -56434,sell_contrast_m10_bb_pos,sell,2025-12-04 10:30:00,950.0,2.8252,1,leg_gt,0.48,60 -56435,sell_contrast_m10_bb_pos,sell,2025-12-04 10:33:00,951.0,2.9336,1,leg_gt,0.48,60 -56436,sell_contrast_m10_bb_pos,sell,2025-12-04 10:36:00,951.0,2.9336,1,leg_gt,0.48,60 -56437,sell_contrast_m10_bb_pos,sell,2025-12-04 10:39:00,951.0,2.9336,1,leg_gt,0.48,60 -56438,sell_contrast_m10_bb_pos,sell,2025-12-04 10:42:00,951.0,2.9336,1,leg_gt,0.49,60 -56439,sell_contrast_m10_bb_pos,sell,2025-12-04 10:45:00,951.0,2.9336,1,leg_gt,0.49,60 -56440,sell_contrast_m10_bb_pos,sell,2025-12-04 10:48:00,948.0,2.6086,1,leg_gt,0.49,60 -56441,sell_contrast_m10_bb_pos,sell,2025-12-04 11:30:00,951.0,2.9336,1,leg_gt,0.52,60 -56442,sell_contrast_m10_bb_pos,sell,2025-12-04 11:33:00,950.0,2.8252,1,leg_gt,0.52,60 -56443,sell_contrast_m10_bb_pos,sell,2025-12-04 11:36:00,952.0,3.0419,1,leg_gt,0.52,60 -56444,sell_contrast_m10_bb_pos,sell,2025-12-04 11:39:00,952.0,3.0419,1,leg_gt,0.52,60 -56445,sell_contrast_m10_bb_pos,sell,2025-12-04 11:42:00,951.0,2.9336,1,leg_gt,0.53,60 -56446,sell_contrast_m10_bb_pos,sell,2025-12-04 11:45:00,953.0,3.1503,1,leg_gt,0.53,60 -56447,sell_contrast_m10_bb_pos,sell,2025-12-04 11:48:00,952.0,3.0419,1,leg_gt,0.53,60 -56448,sell_contrast_m10_bb_pos,sell,2025-12-04 11:51:00,953.0,3.1503,1,leg_gt,0.53,60 -56449,sell_contrast_m10_bb_pos,sell,2025-12-04 11:54:00,952.0,3.0419,1,leg_gt,0.54,60 -56450,sell_contrast_m10_bb_pos,sell,2025-12-04 11:57:00,951.0,2.9336,1,leg_gt,0.54,60 -56451,sell_contrast_m10_bb_pos,sell,2025-12-04 15:42:00,955.0,3.367,1,leg_gt,0.69,60 -56452,sell_contrast_m10_bb_pos,sell,2025-12-04 15:45:00,953.0,3.1503,1,leg_gt,0.7,60 -56453,sell_contrast_m10_bb_pos,sell,2025-12-04 15:48:00,952.0,3.0419,1,leg_gt,0.7,60 -56454,sell_contrast_m10_bb_pos,sell,2025-12-05 00:21:00,945.0,2.2835,1,leg_gt,1.05,60 -56455,sell_contrast_m10_bb_pos,sell,2025-12-05 00:24:00,944.0,2.1752,1,leg_gt,1.06,60 -56456,sell_contrast_m10_bb_pos,sell,2025-12-05 00:27:00,940.0,1.7418,1,leg_gt,1.06,60 -56457,sell_contrast_m10_bb_pos,sell,2025-12-05 01:30:00,951.0,2.9336,1,leg_gt,1.1,60 -56458,sell_contrast_m10_bb_pos,sell,2025-12-05 01:33:00,949.0,2.7169,1,leg_gt,1.1,60 -56459,sell_contrast_m10_bb_pos,sell,2025-12-05 01:36:00,948.0,2.6086,1,leg_gt,1.11,60 -56460,sell_contrast_m10_bb_pos,sell,2025-12-05 01:39:00,946.0,2.3919,1,leg_gt,1.11,60 -56461,sell_contrast_m10_bb_pos,sell,2025-12-05 16:21:00,920.0,-0.425,0,leg_gt,1.72,60 -56462,sell_contrast_m10_bb_pos,sell,2025-12-05 16:24:00,922.0,-0.2083,0,leg_gt,1.72,60 -56463,sell_contrast_m10_bb_pos,sell,2025-12-05 16:27:00,921.0,-0.3167,0,leg_gt,1.72,60 -56464,sell_contrast_m10_bb_pos,sell,2025-12-05 16:30:00,920.0,-0.425,0,leg_gt,1.73,60 -56465,sell_contrast_m10_bb_pos,sell,2025-12-05 16:33:00,920.0,-0.425,0,leg_gt,1.73,60 -56466,sell_contrast_m10_bb_pos,sell,2025-12-05 16:36:00,920.0,-0.425,0,leg_gt,1.73,60 -56467,sell_contrast_m10_bb_pos,sell,2025-12-05 16:39:00,920.0,-0.425,0,leg_gt,1.73,60 -56468,sell_contrast_m10_bb_pos,sell,2025-12-05 16:42:00,918.0,-0.6417,0,leg_gt,1.74,60 -56469,sell_contrast_m10_bb_pos,sell,2025-12-05 16:45:00,919.0,-0.5334,0,leg_gt,1.74,60 -56470,sell_contrast_m10_bb_pos,sell,2025-12-05 16:48:00,919.0,-0.5334,0,leg_gt,1.74,60 -56471,sell_contrast_m10_bb_pos,sell,2025-12-05 17:00:00,922.0,-0.2083,0,leg_gt,1.75,60 -56472,sell_contrast_m10_bb_pos,sell,2025-12-05 17:03:00,921.0,-0.3167,0,leg_gt,1.75,60 -56473,sell_contrast_m10_bb_pos,sell,2025-12-05 17:06:00,919.0,-0.5334,0,leg_gt,1.75,60 -56474,sell_contrast_m10_bb_pos,sell,2025-12-05 17:09:00,918.0,-0.6417,0,leg_gt,1.75,60 -56475,sell_contrast_m10_bb_pos,sell,2025-12-06 07:42:00,857.0,1.2002,1,leg_gt,0.08,60 -56476,sell_contrast_m10_bb_pos,sell,2025-12-06 07:45:00,860.0,1.5548,1,leg_gt,0.08,60 -56477,sell_contrast_m10_bb_pos,sell,2025-12-06 07:48:00,861.0,1.673,1,leg_gt,0.09,60 -56478,sell_contrast_m10_bb_pos,sell,2025-12-06 08:00:00,858.0,1.3184,1,leg_gt,0.09,60 -56479,sell_contrast_m10_bb_pos,sell,2025-12-06 08:03:00,857.0,1.2002,1,leg_gt,0.1,60 -56480,sell_contrast_m10_bb_pos,sell,2025-12-06 08:06:00,855.0,0.9638,1,leg_gt,0.1,60 -56481,sell_contrast_m10_bb_pos,sell,2025-12-06 08:09:00,851.0,0.491,1,leg_gt,0.1,60 -56482,sell_contrast_m10_bb_pos,sell,2025-12-06 08:42:00,860.0,1.5548,1,leg_gt,0.12,60 -56483,sell_contrast_m10_bb_pos,sell,2025-12-06 08:45:00,858.0,1.3184,1,leg_gt,0.12,60 -56484,sell_contrast_m10_bb_pos,sell,2025-12-06 08:48:00,860.0,1.5548,1,leg_gt,0.13,60 -56485,sell_contrast_m10_bb_pos,sell,2025-12-06 08:51:00,861.0,1.673,1,leg_gt,0.13,60 -56486,sell_contrast_m10_bb_pos,sell,2025-12-06 08:54:00,861.0,1.673,1,leg_gt,0.13,60 -56487,sell_contrast_m10_bb_pos,sell,2025-12-06 08:57:00,862.0,1.7913,1,leg_gt,0.13,60 -56488,sell_contrast_m10_bb_pos,sell,2025-12-06 09:00:00,860.0,1.5548,1,leg_gt,0.14,60 -56489,sell_contrast_m10_bb_pos,sell,2025-12-06 09:03:00,858.0,1.3184,1,leg_gt,0.14,60 -56490,sell_contrast_m10_bb_pos,sell,2025-12-06 09:06:00,860.0,1.5548,1,leg_gt,0.14,60 -56491,sell_contrast_m10_bb_pos,sell,2025-12-06 09:09:00,861.0,1.673,1,leg_gt,0.14,60 -56492,sell_contrast_m10_bb_pos,sell,2025-12-06 09:12:00,859.0,1.4366,1,leg_gt,0.14,60 -56493,sell_contrast_m10_bb_pos,sell,2025-12-06 09:15:00,861.0,1.673,1,leg_gt,0.15,60 -56494,sell_contrast_m10_bb_pos,sell,2025-12-06 09:18:00,862.0,1.7913,1,leg_gt,0.15,60 -56495,sell_contrast_m10_bb_pos,sell,2025-12-06 09:51:00,863.0,1.9095,1,leg_gt,0.17,60 -56496,sell_contrast_m10_bb_pos,sell,2025-12-06 09:54:00,864.0,2.0277,1,leg_gt,0.17,60 -56497,sell_contrast_m10_bb_pos,sell,2025-12-06 09:57:00,864.0,2.0277,1,leg_gt,0.18,60 -56498,sell_contrast_m10_bb_pos,sell,2025-12-06 10:00:00,865.0,2.1459,1,leg_gt,0.18,60 -56499,sell_contrast_m10_bb_pos,sell,2025-12-06 10:03:00,865.0,2.1459,1,leg_gt,0.18,60 -56500,sell_contrast_m10_bb_pos,sell,2025-12-06 10:06:00,864.0,2.0277,1,leg_gt,0.18,60 -56501,sell_contrast_m10_bb_pos,sell,2025-12-06 10:09:00,866.0,2.2641,1,leg_gt,0.18,60 -56502,sell_contrast_m10_bb_pos,sell,2025-12-06 10:12:00,866.0,2.2641,1,leg_gt,0.19,60 -56503,sell_contrast_m10_bb_pos,sell,2025-12-06 10:15:00,866.0,2.2641,1,leg_gt,0.19,60 -56504,sell_contrast_m10_bb_pos,sell,2025-12-06 10:18:00,869.0,2.6187,1,leg_gt,0.19,60 -56505,sell_contrast_m10_bb_pos,sell,2025-12-06 10:21:00,869.0,2.6187,1,leg_gt,0.19,60 -56506,sell_contrast_m10_bb_pos,sell,2025-12-06 10:24:00,869.0,2.6187,1,leg_gt,0.19,60 -56507,sell_contrast_m10_bb_pos,sell,2025-12-06 10:27:00,869.0,2.6187,1,leg_gt,0.2,60 -56508,sell_contrast_m10_bb_pos,sell,2025-12-06 10:30:00,867.0,2.3823,1,leg_gt,0.2,60 -56509,sell_contrast_m10_bb_pos,sell,2025-12-06 10:33:00,862.0,1.7913,1,leg_gt,0.2,60 -56510,sell_contrast_m10_bb_pos,sell,2025-12-06 10:36:00,864.0,2.0277,1,leg_gt,0.2,60 -56511,sell_contrast_m10_bb_pos,sell,2025-12-06 10:39:00,863.0,1.9095,1,leg_gt,0.2,60 -56512,sell_contrast_m10_bb_pos,sell,2025-12-06 12:42:00,867.0,2.3823,1,leg_gt,0.29,60 -56513,sell_contrast_m10_bb_pos,sell,2025-12-06 12:45:00,867.0,2.3823,1,leg_gt,0.29,60 -56514,sell_contrast_m10_bb_pos,sell,2025-12-06 12:48:00,867.0,2.3823,1,leg_gt,0.29,60 -56515,sell_contrast_m10_bb_pos,sell,2025-12-06 16:00:00,867.0,2.3823,1,leg_gt,0.43,60 -56516,sell_contrast_m10_bb_pos,sell,2025-12-06 16:03:00,867.0,2.3823,1,leg_gt,0.43,60 -56517,sell_contrast_m10_bb_pos,sell,2025-12-06 16:06:00,868.0,2.5005,1,leg_gt,0.43,60 -56518,sell_contrast_m10_bb_pos,sell,2025-12-06 16:09:00,867.0,2.3823,1,leg_gt,0.43,60 -56519,sell_contrast_m10_bb_pos,sell,2025-12-06 16:12:00,867.0,2.3823,1,leg_gt,0.44,60 -56520,sell_contrast_m10_bb_pos,sell,2025-12-06 16:15:00,867.0,2.3823,1,leg_gt,0.44,60 -56521,sell_contrast_m10_bb_pos,sell,2025-12-06 16:18:00,866.0,2.2641,1,leg_gt,0.44,60 -56522,sell_contrast_m10_bb_pos,sell,2025-12-06 16:21:00,867.0,2.3823,1,leg_gt,0.44,60 -56523,sell_contrast_m10_bb_pos,sell,2025-12-06 16:24:00,868.0,2.5005,1,leg_gt,0.44,60 -56524,sell_contrast_m10_bb_pos,sell,2025-12-06 16:27:00,867.0,2.3823,1,leg_gt,0.45,60 -56525,sell_contrast_m10_bb_pos,sell,2025-12-06 16:30:00,867.0,2.3823,1,leg_gt,0.45,60 -56526,sell_contrast_m10_bb_pos,sell,2025-12-06 16:33:00,866.0,2.2641,1,leg_gt,0.45,60 -56527,sell_contrast_m10_bb_pos,sell,2025-12-06 16:36:00,865.0,2.1459,1,leg_gt,0.45,60 -56528,sell_contrast_m10_bb_pos,sell,2025-12-06 16:39:00,865.0,2.1459,1,leg_gt,0.45,60 -56529,sell_contrast_m10_bb_pos,sell,2025-12-06 21:30:00,865.0,2.1459,1,leg_gt,0.66,60 -56530,sell_contrast_m10_bb_pos,sell,2025-12-06 21:33:00,865.0,2.1459,1,leg_gt,0.66,60 -56531,sell_contrast_m10_bb_pos,sell,2025-12-06 21:36:00,866.0,2.2641,1,leg_gt,0.66,60 -56532,sell_contrast_m10_bb_pos,sell,2025-12-06 21:39:00,865.0,2.1459,1,leg_gt,0.66,60 -56533,sell_contrast_m10_bb_pos,sell,2025-12-06 21:42:00,865.0,2.1459,1,leg_gt,0.66,60 -56534,sell_contrast_m10_bb_pos,sell,2025-12-06 21:45:00,865.0,2.1459,1,leg_gt,0.67,60 -56535,sell_contrast_m10_bb_pos,sell,2025-12-06 21:48:00,863.0,1.9095,1,leg_gt,0.67,60 -56536,sell_contrast_m10_bb_pos,sell,2025-12-06 23:42:00,865.0,2.1459,1,leg_gt,0.75,60 -56537,sell_contrast_m10_bb_pos,sell,2025-12-06 23:45:00,866.0,2.2641,1,leg_gt,0.75,60 -56538,sell_contrast_m10_bb_pos,sell,2025-12-06 23:48:00,867.0,2.3823,1,leg_gt,0.75,60 -56539,sell_contrast_m10_bb_pos,sell,2025-12-07 00:00:00,867.0,2.3823,1,leg_gt,0.76,60 -56540,sell_contrast_m10_bb_pos,sell,2025-12-07 00:03:00,865.0,2.1459,1,leg_gt,0.76,60 -56541,sell_contrast_m10_bb_pos,sell,2025-12-07 00:06:00,865.0,2.1459,1,leg_gt,0.76,60 -56542,sell_contrast_m10_bb_pos,sell,2025-12-07 00:09:00,865.0,2.1459,1,leg_gt,0.77,60 -56543,sell_contrast_m10_bb_pos,sell,2025-12-07 03:30:00,868.0,2.5005,1,leg_gt,0.91,60 -56544,sell_contrast_m10_bb_pos,sell,2025-12-07 03:33:00,868.0,2.5005,1,leg_gt,0.91,60 -56545,sell_contrast_m10_bb_pos,sell,2025-12-07 03:36:00,867.0,2.3823,1,leg_gt,0.91,60 -56546,sell_contrast_m10_bb_pos,sell,2025-12-07 03:39:00,866.0,2.2641,1,leg_gt,0.91,60 -56547,sell_contrast_m10_bb_pos,sell,2025-12-07 07:21:00,867.0,2.3823,1,leg_gt,1.07,60 -56548,sell_contrast_m10_bb_pos,sell,2025-12-07 07:24:00,867.0,2.3823,1,leg_gt,1.07,60 -56549,sell_contrast_m10_bb_pos,sell,2025-12-07 07:27:00,866.0,2.2641,1,leg_gt,1.07,60 -56550,sell_contrast_m10_bb_pos,sell,2025-12-07 09:21:00,867.0,2.3823,1,leg_gt,1.15,60 -56551,sell_contrast_m10_bb_pos,sell,2025-12-07 09:24:00,867.0,2.3823,1,leg_gt,1.15,60 -56552,sell_contrast_m10_bb_pos,sell,2025-12-07 09:27:00,865.0,2.1459,1,leg_gt,1.15,60 -56553,sell_contrast_m10_bb_pos,sell,2025-12-07 14:51:00,869.0,2.6187,1,leg_gt,1.38,60 -56554,sell_contrast_m10_bb_pos,sell,2025-12-07 14:54:00,869.0,2.6187,1,leg_gt,1.38,60 -56555,sell_contrast_m10_bb_pos,sell,2025-12-07 14:57:00,869.0,2.6187,1,leg_gt,1.38,60 -56556,sell_contrast_m10_bb_pos,sell,2025-12-07 15:42:00,872.0,2.9733,1,leg_gt,1.41,60 -56557,sell_contrast_m10_bb_pos,sell,2025-12-07 15:45:00,871.0,2.8551,1,leg_gt,1.42,60 -56558,sell_contrast_m10_bb_pos,sell,2025-12-07 15:48:00,872.0,2.9733,1,leg_gt,1.42,60 -56559,sell_contrast_m10_bb_pos,sell,2025-12-07 16:00:00,872.0,2.9733,1,leg_gt,1.43,60 -56560,sell_contrast_m10_bb_pos,sell,2025-12-07 16:03:00,872.0,2.9733,1,leg_gt,1.43,60 -56561,sell_contrast_m10_bb_pos,sell,2025-12-07 16:06:00,872.0,2.9733,1,leg_gt,1.43,60 -56562,sell_contrast_m10_bb_pos,sell,2025-12-07 16:09:00,871.0,2.8551,1,leg_gt,1.43,60 -56563,sell_contrast_m10_bb_pos,sell,2025-12-07 20:42:00,870.0,2.7369,1,leg_gt,1.62,60 -56564,sell_contrast_m10_bb_pos,sell,2025-12-07 20:45:00,872.0,2.9733,1,leg_gt,1.62,60 -56565,sell_contrast_m10_bb_pos,sell,2025-12-07 20:48:00,873.0,3.0915,1,leg_gt,1.63,60 -56566,sell_contrast_m10_bb_pos,sell,2025-12-08 03:00:00,877.0,4.9299,1,leg_gt,0.13,60 -56567,sell_contrast_m10_bb_pos,sell,2025-12-08 03:03:00,880.0,5.2892,1,leg_gt,0.13,60 -56568,sell_contrast_m10_bb_pos,sell,2025-12-08 03:06:00,879.0,5.1695,1,leg_gt,0.13,60 -56569,sell_contrast_m10_bb_pos,sell,2025-12-08 03:09:00,880.0,5.2892,1,leg_gt,0.14,60 -56570,sell_contrast_m10_bb_pos,sell,2025-12-08 03:12:00,881.0,5.409,1,leg_gt,0.14,60 -56571,sell_contrast_m10_bb_pos,sell,2025-12-08 03:15:00,880.0,5.2892,1,leg_gt,0.14,60 -56572,sell_contrast_m10_bb_pos,sell,2025-12-08 03:18:00,882.0,5.5287,1,leg_gt,0.14,60 -56573,sell_contrast_m10_bb_pos,sell,2025-12-08 03:21:00,880.0,5.2892,1,leg_gt,0.14,60 -56574,sell_contrast_m10_bb_pos,sell,2025-12-08 03:24:00,880.0,5.2892,1,leg_gt,0.15,60 -56575,sell_contrast_m10_bb_pos,sell,2025-12-08 03:27:00,884.0,5.7683,1,leg_gt,0.15,60 -56576,sell_contrast_m10_bb_pos,sell,2025-12-08 03:30:00,884.0,5.7683,1,leg_gt,0.15,60 -56577,sell_contrast_m10_bb_pos,sell,2025-12-08 03:33:00,885.0,5.888,1,leg_gt,0.15,60 -56578,sell_contrast_m10_bb_pos,sell,2025-12-08 03:36:00,886.0,6.0078,1,leg_gt,0.15,60 -56579,sell_contrast_m10_bb_pos,sell,2025-12-08 03:39:00,886.0,6.0078,1,leg_gt,0.16,60 -56580,sell_contrast_m10_bb_pos,sell,2025-12-08 03:42:00,884.0,5.7683,1,leg_gt,0.16,60 -56581,sell_contrast_m10_bb_pos,sell,2025-12-08 03:45:00,883.0,5.6485,1,leg_gt,0.16,60 -56582,sell_contrast_m10_bb_pos,sell,2025-12-08 03:48:00,883.0,5.6485,1,leg_gt,0.16,60 -56583,sell_contrast_m10_bb_pos,sell,2025-12-08 10:21:00,851.0,1.2095,1,leg_gt,0.1,60 -56584,sell_contrast_m10_bb_pos,sell,2025-12-08 10:24:00,851.0,1.2095,1,leg_gt,0.1,60 -56585,sell_contrast_m10_bb_pos,sell,2025-12-08 10:27:00,855.0,1.6857,1,leg_gt,0.1,60 -56586,sell_contrast_m10_bb_pos,sell,2025-12-08 10:51:00,862.0,2.519,1,leg_gt,0.12,60 -56587,sell_contrast_m10_bb_pos,sell,2025-12-08 10:54:00,861.0,2.4,1,leg_gt,0.12,60 -56588,sell_contrast_m10_bb_pos,sell,2025-12-08 10:57:00,858.0,2.0429,1,leg_gt,0.12,60 -56589,sell_contrast_m10_bb_pos,sell,2025-12-08 14:21:00,865.0,2.8762,1,leg_gt,0.26,60 -56590,sell_contrast_m10_bb_pos,sell,2025-12-08 14:24:00,865.0,2.8762,1,leg_gt,0.26,60 -56591,sell_contrast_m10_bb_pos,sell,2025-12-08 14:27:00,866.0,2.9952,1,leg_gt,0.27,60 -56592,sell_contrast_m10_bb_pos,sell,2025-12-08 14:30:00,865.0,2.8762,1,leg_gt,0.27,60 -56593,sell_contrast_m10_bb_pos,sell,2025-12-08 14:33:00,866.0,2.9952,1,leg_gt,0.27,60 -56594,sell_contrast_m10_bb_pos,sell,2025-12-08 14:36:00,869.0,3.3524,1,leg_gt,0.27,60 -56595,sell_contrast_m10_bb_pos,sell,2025-12-08 14:39:00,866.0,2.9952,1,leg_gt,0.28,60 -56596,sell_contrast_m10_bb_pos,sell,2025-12-08 14:42:00,867.0,3.1143,1,leg_gt,0.28,60 -56597,sell_contrast_m10_bb_pos,sell,2025-12-08 14:45:00,866.0,2.9952,1,leg_gt,0.28,60 -56598,sell_contrast_m10_bb_pos,sell,2025-12-08 14:48:00,867.0,3.1143,1,leg_gt,0.28,60 -56599,sell_contrast_m10_bb_pos,sell,2025-12-08 14:51:00,867.0,3.1143,1,leg_gt,0.28,60 -56600,sell_contrast_m10_bb_pos,sell,2025-12-08 14:54:00,865.0,2.8762,1,leg_gt,0.29,60 -56601,sell_contrast_m10_bb_pos,sell,2025-12-08 14:57:00,865.0,2.8762,1,leg_gt,0.29,60 -56602,sell_contrast_m10_bb_pos,sell,2025-12-08 15:21:00,866.0,2.9952,1,leg_gt,0.3,60 -56603,sell_contrast_m10_bb_pos,sell,2025-12-08 15:24:00,865.0,2.8762,1,leg_gt,0.31,60 -56604,sell_contrast_m10_bb_pos,sell,2025-12-08 15:27:00,864.0,2.7571,1,leg_gt,0.31,60 -56605,sell_contrast_m10_bb_pos,sell,2025-12-08 15:42:00,869.0,3.3524,1,leg_gt,0.32,60 -56606,sell_contrast_m10_bb_pos,sell,2025-12-08 15:45:00,869.0,3.3524,1,leg_gt,0.32,60 -56607,sell_contrast_m10_bb_pos,sell,2025-12-08 15:48:00,871.0,3.5905,1,leg_gt,0.32,60 -56608,sell_contrast_m10_bb_pos,sell,2025-12-08 16:00:00,871.0,3.5905,1,leg_gt,0.33,60 -56609,sell_contrast_m10_bb_pos,sell,2025-12-08 16:03:00,870.0,3.4714,1,leg_gt,0.33,60 -56610,sell_contrast_m10_bb_pos,sell,2025-12-08 16:06:00,870.0,3.4714,1,leg_gt,0.34,60 -56611,sell_contrast_m10_bb_pos,sell,2025-12-08 16:09:00,869.0,3.3524,1,leg_gt,0.34,60 -56612,sell_contrast_m10_bb_pos,sell,2025-12-08 16:42:00,872.0,3.7095,1,leg_gt,0.36,60 -56613,sell_contrast_m10_bb_pos,sell,2025-12-08 16:45:00,871.0,3.5905,1,leg_gt,0.36,60 -56614,sell_contrast_m10_bb_pos,sell,2025-12-08 16:48:00,870.0,3.4714,1,leg_gt,0.36,60 -56615,sell_contrast_m10_bb_pos,sell,2025-12-08 17:21:00,873.0,3.8286,1,leg_gt,0.39,60 -56616,sell_contrast_m10_bb_pos,sell,2025-12-08 17:24:00,873.0,3.8286,1,leg_gt,0.39,60 -56617,sell_contrast_m10_bb_pos,sell,2025-12-08 17:27:00,872.0,3.7095,1,leg_gt,0.39,60 -56618,sell_contrast_m10_bb_pos,sell,2025-12-08 17:30:00,874.0,3.9476,1,leg_gt,0.39,60 -56619,sell_contrast_m10_bb_pos,sell,2025-12-08 17:33:00,873.0,3.8286,1,leg_gt,0.4,60 -56620,sell_contrast_m10_bb_pos,sell,2025-12-08 17:36:00,872.0,3.7095,1,leg_gt,0.4,60 -56621,sell_contrast_m10_bb_pos,sell,2025-12-08 17:39:00,872.0,3.7095,1,leg_gt,0.4,60 -56622,sell_contrast_m10_bb_pos,sell,2025-12-08 18:21:00,878.0,4.4238,1,leg_gt,0.43,60 -56623,sell_contrast_m10_bb_pos,sell,2025-12-08 18:24:00,878.0,4.4238,1,leg_gt,0.43,60 -56624,sell_contrast_m10_bb_pos,sell,2025-12-08 18:27:00,878.0,4.4238,1,leg_gt,0.43,60 -56625,sell_contrast_m10_bb_pos,sell,2025-12-08 19:12:00,880.0,4.6619,1,leg_gt,0.46,60 -56626,sell_contrast_m10_bb_pos,sell,2025-12-08 19:15:00,879.0,4.5429,1,leg_gt,0.47,60 -56627,sell_contrast_m10_bb_pos,sell,2025-12-08 19:18:00,880.0,4.6619,1,leg_gt,0.47,60 -56628,sell_contrast_m10_bb_pos,sell,2025-12-08 19:42:00,880.0,4.6619,1,leg_gt,0.49,60 -56629,sell_contrast_m10_bb_pos,sell,2025-12-08 19:45:00,880.0,4.6619,1,leg_gt,0.49,60 -56630,sell_contrast_m10_bb_pos,sell,2025-12-08 19:48:00,881.0,4.781,1,leg_gt,0.49,60 -56631,sell_contrast_m10_bb_pos,sell,2025-12-08 22:00:00,882.0,4.9,1,leg_gt,0.58,60 -56632,sell_contrast_m10_bb_pos,sell,2025-12-08 22:03:00,882.0,4.9,1,leg_gt,0.58,60 -56633,sell_contrast_m10_bb_pos,sell,2025-12-08 22:06:00,882.0,4.9,1,leg_gt,0.59,60 -56634,sell_contrast_m10_bb_pos,sell,2025-12-08 22:09:00,883.0,5.019,1,leg_gt,0.59,60 -56635,sell_contrast_m10_bb_pos,sell,2025-12-09 00:00:00,885.0,5.2571,1,leg_gt,0.66,60 -56636,sell_contrast_m10_bb_pos,sell,2025-12-09 00:03:00,884.0,5.1381,1,leg_gt,0.67,60 -56637,sell_contrast_m10_bb_pos,sell,2025-12-09 00:06:00,887.0,5.4952,1,leg_gt,0.67,60 -56638,sell_contrast_m10_bb_pos,sell,2025-12-09 00:09:00,884.0,5.1381,1,leg_gt,0.67,60 -56639,sell_contrast_m10_bb_pos,sell,2025-12-09 01:30:00,888.0,5.6143,1,leg_gt,0.73,60 -56640,sell_contrast_m10_bb_pos,sell,2025-12-09 01:33:00,895.0,6.4476,1,leg_gt,0.73,60 -56641,sell_contrast_m10_bb_pos,sell,2025-12-09 01:36:00,894.0,6.3286,1,leg_gt,0.73,60 -56642,sell_contrast_m10_bb_pos,sell,2025-12-09 01:39:00,895.0,6.4476,1,leg_gt,0.73,60 -56643,sell_contrast_m10_bb_pos,sell,2025-12-09 06:21:00,892.0,2.665,1,leg_gt,0.09,60 -56644,sell_contrast_m10_bb_pos,sell,2025-12-09 06:24:00,890.0,2.4346,1,leg_gt,0.09,60 -56645,sell_contrast_m10_bb_pos,sell,2025-12-09 06:27:00,887.0,2.0889,1,leg_gt,0.09,60 -56646,sell_contrast_m10_bb_pos,sell,2025-12-09 06:30:00,890.0,2.4346,1,leg_gt,0.09,60 -56647,sell_contrast_m10_bb_pos,sell,2025-12-09 06:33:00,893.0,2.7802,1,leg_gt,0.1,60 -56648,sell_contrast_m10_bb_pos,sell,2025-12-09 06:36:00,892.0,2.665,1,leg_gt,0.1,60 -56649,sell_contrast_m10_bb_pos,sell,2025-12-09 06:39:00,893.0,2.7802,1,leg_gt,0.1,60 -56650,sell_contrast_m10_bb_pos,sell,2025-12-09 07:12:00,903.0,3.9323,1,leg_gt,0.12,60 -56651,sell_contrast_m10_bb_pos,sell,2025-12-09 07:15:00,904.0,4.0475,1,leg_gt,0.12,60 -56652,sell_contrast_m10_bb_pos,sell,2025-12-09 07:18:00,907.0,4.3931,1,leg_gt,0.13,60 -56653,sell_contrast_m10_bb_pos,sell,2025-12-09 08:00:00,911.0,4.8539,1,leg_gt,0.16,60 -56654,sell_contrast_m10_bb_pos,sell,2025-12-09 08:03:00,915.0,5.3147,1,leg_gt,0.16,60 -56655,sell_contrast_m10_bb_pos,sell,2025-12-09 08:06:00,909.0,4.6235,1,leg_gt,0.16,60 -56656,sell_contrast_m10_bb_pos,sell,2025-12-09 08:09:00,910.0,4.7387,1,leg_gt,0.16,60 -56657,sell_contrast_m10_bb_pos,sell,2025-12-09 08:12:00,910.0,4.7387,1,leg_gt,0.16,60 -56658,sell_contrast_m10_bb_pos,sell,2025-12-09 08:15:00,912.0,4.9691,1,leg_gt,0.17,60 -56659,sell_contrast_m10_bb_pos,sell,2025-12-09 08:18:00,915.0,5.3147,1,leg_gt,0.17,60 -56660,sell_contrast_m10_bb_pos,sell,2025-12-09 08:21:00,906.0,4.2779,1,leg_gt,0.17,60 -56661,sell_contrast_m10_bb_pos,sell,2025-12-09 08:24:00,903.0,3.9323,1,leg_gt,0.17,60 -56662,sell_contrast_m10_bb_pos,sell,2025-12-09 08:27:00,904.0,4.0475,1,leg_gt,0.18,60 -56663,sell_contrast_m10_bb_pos,sell,2025-12-09 08:42:00,913.0,5.0843,1,leg_gt,0.19,60 -56664,sell_contrast_m10_bb_pos,sell,2025-12-09 08:45:00,913.0,5.0843,1,leg_gt,0.19,60 -56665,sell_contrast_m10_bb_pos,sell,2025-12-09 08:48:00,911.0,4.8539,1,leg_gt,0.19,60 -56666,sell_contrast_m10_bb_pos,sell,2025-12-09 09:21:00,916.0,5.43,1,leg_gt,0.21,60 -56667,sell_contrast_m10_bb_pos,sell,2025-12-09 09:24:00,913.0,5.0843,1,leg_gt,0.21,60 -56668,sell_contrast_m10_bb_pos,sell,2025-12-09 09:27:00,911.0,4.8539,1,leg_gt,0.22,60 -56669,sell_contrast_m10_bb_pos,sell,2025-12-09 13:30:00,915.0,5.3147,1,leg_gt,0.39,60 -56670,sell_contrast_m10_bb_pos,sell,2025-12-09 13:33:00,908.0,4.5083,1,leg_gt,0.39,60 -56671,sell_contrast_m10_bb_pos,sell,2025-12-09 13:36:00,906.0,4.2779,1,leg_gt,0.39,60 -56672,sell_contrast_m10_bb_pos,sell,2025-12-09 13:39:00,908.0,4.5083,1,leg_gt,0.39,60 -56673,sell_contrast_m10_bb_pos,sell,2025-12-09 21:00:00,888.0,1.2699,1,leg_gt,0.1,60 -56674,sell_contrast_m10_bb_pos,sell,2025-12-09 21:03:00,888.0,1.2699,1,leg_gt,0.1,60 -56675,sell_contrast_m10_bb_pos,sell,2025-12-09 21:06:00,888.0,1.2699,1,leg_gt,0.1,60 -56676,sell_contrast_m10_bb_pos,sell,2025-12-09 21:09:00,891.0,1.6123,1,leg_gt,0.1,60 -56677,sell_contrast_m10_bb_pos,sell,2025-12-09 22:00:00,901.0,2.7539,1,leg_gt,0.14,60 -56678,sell_contrast_m10_bb_pos,sell,2025-12-09 22:03:00,907.0,3.4388,1,leg_gt,0.14,60 -56679,sell_contrast_m10_bb_pos,sell,2025-12-09 22:06:00,904.0,3.0963,1,leg_gt,0.14,60 -56680,sell_contrast_m10_bb_pos,sell,2025-12-09 22:09:00,901.0,2.7539,1,leg_gt,0.15,60 -56681,sell_contrast_m10_bb_pos,sell,2025-12-09 22:12:00,902.0,2.868,1,leg_gt,0.15,60 -56682,sell_contrast_m10_bb_pos,sell,2025-12-09 22:15:00,903.0,2.9822,1,leg_gt,0.15,60 -56683,sell_contrast_m10_bb_pos,sell,2025-12-09 22:18:00,907.0,3.4388,1,leg_gt,0.15,60 -56684,sell_contrast_m10_bb_pos,sell,2025-12-09 22:21:00,901.0,2.7539,1,leg_gt,0.15,60 -56685,sell_contrast_m10_bb_pos,sell,2025-12-09 22:24:00,901.0,2.7539,1,leg_gt,0.16,60 -56686,sell_contrast_m10_bb_pos,sell,2025-12-09 22:27:00,904.0,3.0963,1,leg_gt,0.16,60 -56687,sell_contrast_m10_bb_pos,sell,2025-12-10 00:12:00,907.0,3.4388,1,leg_gt,0.23,60 -56688,sell_contrast_m10_bb_pos,sell,2025-12-10 00:15:00,908.0,3.553,1,leg_gt,0.23,60 -56689,sell_contrast_m10_bb_pos,sell,2025-12-10 00:18:00,908.0,3.553,1,leg_gt,0.24,60 -56690,sell_contrast_m10_bb_pos,sell,2025-12-10 00:21:00,910.0,3.7813,1,leg_gt,0.24,60 -56691,sell_contrast_m10_bb_pos,sell,2025-12-10 00:24:00,907.0,3.4388,1,leg_gt,0.24,60 -56692,sell_contrast_m10_bb_pos,sell,2025-12-10 00:27:00,909.0,3.6671,1,leg_gt,0.24,60 -56693,sell_contrast_m10_bb_pos,sell,2025-12-10 02:00:00,941.0,7.3201,1,leg_gt,0.31,60 -56694,sell_contrast_m10_bb_pos,sell,2025-12-10 02:03:00,940.0,7.2059,1,leg_gt,0.31,60 -56695,sell_contrast_m10_bb_pos,sell,2025-12-10 02:06:00,945.0,7.7767,1,leg_gt,0.31,60 -56696,sell_contrast_m10_bb_pos,sell,2025-12-10 02:09:00,946.0,7.8909,1,leg_gt,0.31,60 -56697,sell_contrast_m10_bb_pos,sell,2025-12-10 02:12:00,945.0,7.7767,1,leg_gt,0.31,60 -56698,sell_contrast_m10_bb_pos,sell,2025-12-10 02:15:00,945.0,7.7767,1,leg_gt,0.32,60 -56699,sell_contrast_m10_bb_pos,sell,2025-12-10 02:18:00,942.0,7.4342,1,leg_gt,0.32,60 -56700,sell_contrast_m10_bb_pos,sell,2025-12-10 08:51:00,944.0,7.6626,1,leg_gt,0.59,60 -56701,sell_contrast_m10_bb_pos,sell,2025-12-10 08:54:00,943.0,7.5484,1,leg_gt,0.59,60 -56702,sell_contrast_m10_bb_pos,sell,2025-12-10 08:57:00,942.0,7.4342,1,leg_gt,0.6,60 -56703,sell_contrast_m10_bb_pos,sell,2025-12-10 14:21:00,936.0,6.7493,1,leg_gt,0.82,60 -56704,sell_contrast_m10_bb_pos,sell,2025-12-10 14:24:00,935.0,6.6352,1,leg_gt,0.82,60 -56705,sell_contrast_m10_bb_pos,sell,2025-12-10 14:27:00,935.0,6.6352,1,leg_gt,0.82,60 -56706,sell_contrast_m10_bb_pos,sell,2025-12-10 14:30:00,935.0,6.6352,1,leg_gt,0.83,60 -56707,sell_contrast_m10_bb_pos,sell,2025-12-10 14:33:00,932.0,6.2927,1,leg_gt,0.83,60 -56708,sell_contrast_m10_bb_pos,sell,2025-12-10 14:36:00,935.0,6.6352,1,leg_gt,0.83,60 -56709,sell_contrast_m10_bb_pos,sell,2025-12-10 14:39:00,934.0,6.521,1,leg_gt,0.83,60 -56710,sell_contrast_m10_bb_pos,sell,2025-12-10 15:21:00,935.0,6.6352,1,leg_gt,0.86,60 -56711,sell_contrast_m10_bb_pos,sell,2025-12-10 15:24:00,935.0,6.6352,1,leg_gt,0.86,60 -56712,sell_contrast_m10_bb_pos,sell,2025-12-10 15:27:00,937.0,6.8635,1,leg_gt,0.87,60 -56713,sell_contrast_m10_bb_pos,sell,2025-12-10 15:51:00,938.0,6.9776,1,leg_gt,0.88,60 -56714,sell_contrast_m10_bb_pos,sell,2025-12-10 15:54:00,937.0,6.8635,1,leg_gt,0.89,60 -56715,sell_contrast_m10_bb_pos,sell,2025-12-10 15:57:00,937.0,6.8635,1,leg_gt,0.89,60 -56716,sell_contrast_m10_bb_pos,sell,2025-12-10 16:00:00,939.0,7.0918,1,leg_gt,0.89,60 -56717,sell_contrast_m10_bb_pos,sell,2025-12-10 16:03:00,938.0,6.9776,1,leg_gt,0.89,60 -56718,sell_contrast_m10_bb_pos,sell,2025-12-10 16:06:00,938.0,6.9776,1,leg_gt,0.89,60 -56719,sell_contrast_m10_bb_pos,sell,2025-12-10 16:09:00,934.0,6.521,1,leg_gt,0.9,60 -56720,sell_contrast_m10_bb_pos,sell,2025-12-10 21:12:00,928.0,5.8361,1,leg_gt,1.11,60 -56721,sell_contrast_m10_bb_pos,sell,2025-12-10 21:15:00,928.0,5.8361,1,leg_gt,1.11,60 -56722,sell_contrast_m10_bb_pos,sell,2025-12-10 21:18:00,928.0,5.8361,1,leg_gt,1.11,60 -56723,sell_contrast_m10_bb_pos,sell,2025-12-10 21:51:00,930.0,6.0644,1,leg_gt,1.13,60 -56724,sell_contrast_m10_bb_pos,sell,2025-12-10 21:54:00,930.0,6.0644,1,leg_gt,1.14,60 -56725,sell_contrast_m10_bb_pos,sell,2025-12-10 21:57:00,932.0,6.2927,1,leg_gt,1.14,60 -56726,sell_contrast_m10_bb_pos,sell,2025-12-10 22:12:00,930.0,6.0644,1,leg_gt,1.15,60 -56727,sell_contrast_m10_bb_pos,sell,2025-12-10 22:15:00,931.0,6.1785,1,leg_gt,1.15,60 -56728,sell_contrast_m10_bb_pos,sell,2025-12-10 22:18:00,930.0,6.0644,1,leg_gt,1.15,60 -56729,sell_contrast_m10_bb_pos,sell,2025-12-10 22:30:00,933.0,6.4068,1,leg_gt,1.16,60 -56730,sell_contrast_m10_bb_pos,sell,2025-12-10 22:33:00,932.0,6.2927,1,leg_gt,1.16,60 -56731,sell_contrast_m10_bb_pos,sell,2025-12-10 22:36:00,933.0,6.4068,1,leg_gt,1.16,60 -56732,sell_contrast_m10_bb_pos,sell,2025-12-10 22:39:00,935.0,6.6352,1,leg_gt,1.17,60 -56733,sell_contrast_m10_bb_pos,sell,2025-12-10 22:42:00,933.0,6.4068,1,leg_gt,1.17,60 -56734,sell_contrast_m10_bb_pos,sell,2025-12-10 22:45:00,935.0,6.6352,1,leg_gt,1.17,60 -56735,sell_contrast_m10_bb_pos,sell,2025-12-10 22:48:00,937.0,6.8635,1,leg_gt,1.17,60 -56736,sell_contrast_m10_bb_pos,sell,2025-12-10 22:51:00,933.0,6.4068,1,leg_gt,1.18,60 -56737,sell_contrast_m10_bb_pos,sell,2025-12-10 22:54:00,934.0,6.521,1,leg_gt,1.18,60 -56738,sell_contrast_m10_bb_pos,sell,2025-12-10 22:57:00,934.0,6.521,1,leg_gt,1.18,60 -56739,sell_contrast_m10_bb_pos,sell,2025-12-10 23:00:00,935.0,6.6352,1,leg_gt,1.18,60 -56740,sell_contrast_m10_bb_pos,sell,2025-12-10 23:03:00,935.0,6.6352,1,leg_gt,1.18,60 -56741,sell_contrast_m10_bb_pos,sell,2025-12-10 23:06:00,935.0,6.6352,1,leg_gt,1.19,60 -56742,sell_contrast_m10_bb_pos,sell,2025-12-10 23:09:00,937.0,6.8635,1,leg_gt,1.19,60 -56743,sell_contrast_m10_bb_pos,sell,2025-12-10 23:21:00,938.0,6.9776,1,leg_gt,1.2,60 -56744,sell_contrast_m10_bb_pos,sell,2025-12-10 23:24:00,939.0,7.0918,1,leg_gt,1.2,60 -56745,sell_contrast_m10_bb_pos,sell,2025-12-10 23:27:00,937.0,6.8635,1,leg_gt,1.2,60 -56746,sell_contrast_m10_bb_pos,sell,2025-12-10 23:42:00,940.0,7.2059,1,leg_gt,1.21,60 -56747,sell_contrast_m10_bb_pos,sell,2025-12-10 23:45:00,936.0,6.7493,1,leg_gt,1.21,60 -56748,sell_contrast_m10_bb_pos,sell,2025-12-10 23:48:00,935.0,6.6352,1,leg_gt,1.21,60 -56749,sell_contrast_m10_bb_pos,sell,2025-12-11 03:51:00,938.0,6.9776,1,leg_gt,1.38,60 -56750,sell_contrast_m10_bb_pos,sell,2025-12-11 03:54:00,935.0,6.6352,1,leg_gt,1.39,60 -56751,sell_contrast_m10_bb_pos,sell,2025-12-11 03:57:00,932.0,6.2927,1,leg_gt,1.39,60 -56752,sell_contrast_m10_bb_pos,sell,2025-12-11 04:21:00,947.0,8.005,1,leg_gt,1.4,60 -56753,sell_contrast_m10_bb_pos,sell,2025-12-11 04:24:00,946.0,7.8909,1,leg_gt,1.41,60 -56754,sell_contrast_m10_bb_pos,sell,2025-12-11 04:27:00,940.0,7.2059,1,leg_gt,1.41,60 -56755,sell_contrast_m10_bb_pos,sell,2025-12-11 05:00:00,950.0,8.3475,1,leg_gt,1.43,60 -56756,sell_contrast_m10_bb_pos,sell,2025-12-11 05:03:00,944.0,7.6626,1,leg_gt,1.43,60 -56757,sell_contrast_m10_bb_pos,sell,2025-12-11 05:06:00,948.0,8.1192,1,leg_gt,1.44,60 -56758,sell_contrast_m10_bb_pos,sell,2025-12-11 05:09:00,954.0,8.8041,1,leg_gt,1.44,60 -56759,sell_contrast_m10_bb_pos,sell,2025-12-11 05:12:00,955.0,8.9183,1,leg_gt,1.44,60 -56760,sell_contrast_m10_bb_pos,sell,2025-12-11 05:15:00,962.0,9.7174,1,leg_gt,1.44,60 -56761,sell_contrast_m10_bb_pos,sell,2025-12-11 05:18:00,964.0,9.9457,1,leg_gt,1.44,60 -56762,sell_contrast_m10_bb_pos,sell,2025-12-11 05:42:00,952.0,8.5758,1,leg_gt,1.46,60 -56763,sell_contrast_m10_bb_pos,sell,2025-12-11 05:45:00,952.0,8.5758,1,leg_gt,1.46,60 -56764,sell_contrast_m10_bb_pos,sell,2025-12-11 05:48:00,946.0,7.8909,1,leg_gt,1.46,60 -56765,sell_contrast_m10_bb_pos,sell,2025-12-11 14:21:00,888.0,2.4404,1,leg_gt,0.06,60 -56766,sell_contrast_m10_bb_pos,sell,2025-12-11 14:24:00,888.0,2.4404,1,leg_gt,0.06,60 -56767,sell_contrast_m10_bb_pos,sell,2025-12-11 14:27:00,888.0,2.4404,1,leg_gt,0.06,60 -56768,sell_contrast_m10_bb_pos,sell,2025-12-11 14:30:00,888.0,2.4404,1,leg_gt,0.06,60 -56769,sell_contrast_m10_bb_pos,sell,2025-12-11 14:33:00,888.0,2.4404,1,leg_gt,0.06,60 -56770,sell_contrast_m10_bb_pos,sell,2025-12-11 14:36:00,890.0,2.6714,1,leg_gt,0.07,60 -56771,sell_contrast_m10_bb_pos,sell,2025-12-11 14:39:00,891.0,2.7868,1,leg_gt,0.07,60 -56772,sell_contrast_m10_bb_pos,sell,2025-12-11 14:42:00,887.0,2.3249,1,leg_gt,0.07,60 -56773,sell_contrast_m10_bb_pos,sell,2025-12-11 14:45:00,886.0,2.2095,1,leg_gt,0.07,60 -56774,sell_contrast_m10_bb_pos,sell,2025-12-11 14:48:00,886.0,2.2095,1,leg_gt,0.08,60 -56775,sell_contrast_m10_bb_pos,sell,2025-12-11 20:51:00,882.0,1.7476,1,leg_gt,0.33,60 -56776,sell_contrast_m10_bb_pos,sell,2025-12-11 20:54:00,883.0,1.863,1,leg_gt,0.33,60 -56777,sell_contrast_m10_bb_pos,sell,2025-12-11 20:57:00,882.0,1.7476,1,leg_gt,0.33,60 -56778,sell_contrast_m10_bb_pos,sell,2025-12-11 21:42:00,881.0,1.6321,1,leg_gt,0.36,60 -56779,sell_contrast_m10_bb_pos,sell,2025-12-11 21:45:00,883.0,1.863,1,leg_gt,0.36,60 -56780,sell_contrast_m10_bb_pos,sell,2025-12-11 21:48:00,883.0,1.863,1,leg_gt,0.37,60 -56781,sell_contrast_m10_bb_pos,sell,2025-12-11 22:12:00,883.0,1.863,1,leg_gt,0.38,60 -56782,sell_contrast_m10_bb_pos,sell,2025-12-11 22:15:00,882.0,1.7476,1,leg_gt,0.39,60 -56783,sell_contrast_m10_bb_pos,sell,2025-12-11 22:18:00,882.0,1.7476,1,leg_gt,0.39,60 -56784,sell_contrast_m10_bb_pos,sell,2025-12-12 02:42:00,881.0,1.6321,1,leg_gt,0.57,60 -56785,sell_contrast_m10_bb_pos,sell,2025-12-12 02:45:00,881.0,1.6321,1,leg_gt,0.57,60 -56786,sell_contrast_m10_bb_pos,sell,2025-12-12 02:48:00,880.0,1.5166,1,leg_gt,0.57,60 -56787,sell_contrast_m10_bb_pos,sell,2025-12-12 03:42:00,889.0,2.5559,1,leg_gt,0.61,60 -56788,sell_contrast_m10_bb_pos,sell,2025-12-12 03:45:00,901.0,3.9416,1,leg_gt,0.61,60 -56789,sell_contrast_m10_bb_pos,sell,2025-12-12 03:48:00,900.0,3.8261,1,leg_gt,0.62,60 -56790,sell_contrast_m10_bb_pos,sell,2025-12-12 04:12:00,893.0,3.0178,1,leg_gt,0.63,60 -56791,sell_contrast_m10_bb_pos,sell,2025-12-12 04:15:00,895.0,3.2487,1,leg_gt,0.64,60 -56792,sell_contrast_m10_bb_pos,sell,2025-12-12 04:18:00,894.0,3.1333,1,leg_gt,0.64,60 -56793,sell_contrast_m10_bb_pos,sell,2025-12-12 04:30:00,896.0,3.3642,1,leg_gt,0.65,60 -56794,sell_contrast_m10_bb_pos,sell,2025-12-12 04:33:00,897.0,3.4797,1,leg_gt,0.65,60 -56795,sell_contrast_m10_bb_pos,sell,2025-12-12 04:36:00,898.0,3.5952,1,leg_gt,0.65,60 -56796,sell_contrast_m10_bb_pos,sell,2025-12-12 04:39:00,899.0,3.7106,1,leg_gt,0.65,60 -56797,sell_contrast_m10_bb_pos,sell,2025-12-12 04:42:00,898.0,3.5952,1,leg_gt,0.65,60 -56798,sell_contrast_m10_bb_pos,sell,2025-12-12 04:45:00,896.0,3.3642,1,leg_gt,0.66,60 -56799,sell_contrast_m10_bb_pos,sell,2025-12-12 04:48:00,895.0,3.2487,1,leg_gt,0.66,60 -56800,sell_contrast_m10_bb_pos,sell,2025-12-12 04:51:00,896.0,3.3642,1,leg_gt,0.66,60 -56801,sell_contrast_m10_bb_pos,sell,2025-12-12 04:54:00,891.0,2.7868,1,leg_gt,0.66,60 -56802,sell_contrast_m10_bb_pos,sell,2025-12-12 04:57:00,890.0,2.6714,1,leg_gt,0.66,60 -56803,sell_contrast_m10_bb_pos,sell,2025-12-12 11:21:00,892.0,2.9023,1,leg_gt,0.93,60 -56804,sell_contrast_m10_bb_pos,sell,2025-12-12 11:24:00,891.0,2.7868,1,leg_gt,0.93,60 -56805,sell_contrast_m10_bb_pos,sell,2025-12-12 11:27:00,892.0,2.9023,1,leg_gt,0.94,60 -56806,sell_contrast_m10_bb_pos,sell,2025-12-12 11:30:00,892.0,2.9023,1,leg_gt,0.94,60 -56807,sell_contrast_m10_bb_pos,sell,2025-12-12 11:33:00,892.0,2.9023,1,leg_gt,0.94,60 -56808,sell_contrast_m10_bb_pos,sell,2025-12-12 11:36:00,890.0,2.6714,1,leg_gt,0.94,60 -56809,sell_contrast_m10_bb_pos,sell,2025-12-12 11:39:00,890.0,2.6714,1,leg_gt,0.94,60 -56810,sell_contrast_m10_bb_pos,sell,2025-12-12 11:51:00,890.0,2.6714,1,leg_gt,0.95,60 -56811,sell_contrast_m10_bb_pos,sell,2025-12-12 11:54:00,892.0,2.9023,1,leg_gt,0.95,60 -56812,sell_contrast_m10_bb_pos,sell,2025-12-12 11:57:00,893.0,3.0178,1,leg_gt,0.96,60 -56813,sell_contrast_m10_bb_pos,sell,2025-12-12 14:51:00,892.0,2.9023,1,leg_gt,1.08,60 -56814,sell_contrast_m10_bb_pos,sell,2025-12-12 14:54:00,894.0,3.1333,1,leg_gt,1.08,60 -56815,sell_contrast_m10_bb_pos,sell,2025-12-12 14:57:00,894.0,3.1333,1,leg_gt,1.08,60 -56816,sell_contrast_m10_bb_pos,sell,2025-12-12 15:00:00,894.0,3.1333,1,leg_gt,1.08,60 -56817,sell_contrast_m10_bb_pos,sell,2025-12-12 15:03:00,898.0,3.5952,1,leg_gt,1.09,60 -56818,sell_contrast_m10_bb_pos,sell,2025-12-12 15:06:00,899.0,3.7106,1,leg_gt,1.09,60 -56819,sell_contrast_m10_bb_pos,sell,2025-12-12 15:09:00,898.0,3.5952,1,leg_gt,1.09,60 -56820,sell_contrast_m10_bb_pos,sell,2025-12-12 15:30:00,898.0,3.5952,1,leg_gt,1.1,60 -56821,sell_contrast_m10_bb_pos,sell,2025-12-12 15:33:00,897.0,3.4797,1,leg_gt,1.11,60 -56822,sell_contrast_m10_bb_pos,sell,2025-12-12 15:36:00,897.0,3.4797,1,leg_gt,1.11,60 -56823,sell_contrast_m10_bb_pos,sell,2025-12-12 15:39:00,895.0,3.2487,1,leg_gt,1.11,60 -56824,sell_contrast_m10_bb_pos,sell,2025-12-12 19:21:00,899.0,3.7106,1,leg_gt,1.26,60 -56825,sell_contrast_m10_bb_pos,sell,2025-12-12 19:24:00,899.0,3.7106,1,leg_gt,1.27,60 -56826,sell_contrast_m10_bb_pos,sell,2025-12-12 19:27:00,900.0,3.8261,1,leg_gt,1.27,60 -56827,sell_contrast_m10_bb_pos,sell,2025-12-12 19:30:00,901.0,3.9416,1,leg_gt,1.27,60 -56828,sell_contrast_m10_bb_pos,sell,2025-12-12 19:33:00,900.0,3.8261,1,leg_gt,1.27,60 -56829,sell_contrast_m10_bb_pos,sell,2025-12-12 19:36:00,899.0,3.7106,1,leg_gt,1.27,60 -56830,sell_contrast_m10_bb_pos,sell,2025-12-12 19:39:00,898.0,3.5952,1,leg_gt,1.28,60 -56831,sell_contrast_m10_bb_pos,sell,2025-12-12 23:21:00,902.0,4.057,1,leg_gt,1.43,60 -56832,sell_contrast_m10_bb_pos,sell,2025-12-12 23:24:00,902.0,4.057,1,leg_gt,1.43,60 -56833,sell_contrast_m10_bb_pos,sell,2025-12-12 23:27:00,901.0,3.9416,1,leg_gt,1.44,60 -56834,sell_contrast_m10_bb_pos,sell,2025-12-13 06:42:00,863.0,1.6689,1,leg_gt,0.21,60 -56835,sell_contrast_m10_bb_pos,sell,2025-12-13 06:45:00,864.0,1.7868,1,leg_gt,0.21,60 -56836,sell_contrast_m10_bb_pos,sell,2025-12-13 06:48:00,864.0,1.7868,1,leg_gt,0.22,60 -56837,sell_contrast_m10_bb_pos,sell,2025-12-13 06:51:00,864.0,1.7868,1,leg_gt,0.22,60 -56838,sell_contrast_m10_bb_pos,sell,2025-12-13 06:54:00,862.0,1.5509,1,leg_gt,0.22,60 -56839,sell_contrast_m10_bb_pos,sell,2025-12-13 06:57:00,862.0,1.5509,1,leg_gt,0.22,60 -56840,sell_contrast_m10_bb_pos,sell,2025-12-13 07:12:00,865.0,1.9047,1,leg_gt,0.23,60 -56841,sell_contrast_m10_bb_pos,sell,2025-12-13 07:15:00,864.0,1.7868,1,leg_gt,0.24,60 -56842,sell_contrast_m10_bb_pos,sell,2025-12-13 07:18:00,864.0,1.7868,1,leg_gt,0.24,60 -56843,sell_contrast_m10_bb_pos,sell,2025-12-13 07:21:00,864.0,1.7868,1,leg_gt,0.24,60 -56844,sell_contrast_m10_bb_pos,sell,2025-12-13 07:24:00,866.0,2.0226,1,leg_gt,0.24,60 -56845,sell_contrast_m10_bb_pos,sell,2025-12-13 07:27:00,868.0,2.2585,1,leg_gt,0.24,60 -56846,sell_contrast_m10_bb_pos,sell,2025-12-13 07:51:00,868.0,2.2585,1,leg_gt,0.26,60 -56847,sell_contrast_m10_bb_pos,sell,2025-12-13 07:54:00,866.0,2.0226,1,leg_gt,0.26,60 -56848,sell_contrast_m10_bb_pos,sell,2025-12-13 07:57:00,868.0,2.2585,1,leg_gt,0.26,60 -56849,sell_contrast_m10_bb_pos,sell,2025-12-13 08:00:00,867.0,2.1406,1,leg_gt,0.27,60 -56850,sell_contrast_m10_bb_pos,sell,2025-12-13 08:03:00,868.0,2.2585,1,leg_gt,0.27,60 -56851,sell_contrast_m10_bb_pos,sell,2025-12-13 08:06:00,868.0,2.2585,1,leg_gt,0.27,60 -56852,sell_contrast_m10_bb_pos,sell,2025-12-13 08:09:00,868.0,2.2585,1,leg_gt,0.27,60 -56853,sell_contrast_m10_bb_pos,sell,2025-12-13 08:21:00,868.0,2.2585,1,leg_gt,0.28,60 -56854,sell_contrast_m10_bb_pos,sell,2025-12-13 08:24:00,868.0,2.2585,1,leg_gt,0.28,60 -56855,sell_contrast_m10_bb_pos,sell,2025-12-13 08:27:00,867.0,2.1406,1,leg_gt,0.29,60 -56856,sell_contrast_m10_bb_pos,sell,2025-12-13 09:21:00,870.0,2.4943,1,leg_gt,0.32,60 -56857,sell_contrast_m10_bb_pos,sell,2025-12-13 09:24:00,869.0,2.3764,1,leg_gt,0.32,60 -56858,sell_contrast_m10_bb_pos,sell,2025-12-13 09:27:00,868.0,2.2585,1,leg_gt,0.33,60 -56859,sell_contrast_m10_bb_pos,sell,2025-12-13 12:21:00,874.0,2.966,1,leg_gt,0.45,60 -56860,sell_contrast_m10_bb_pos,sell,2025-12-13 12:24:00,874.0,2.966,1,leg_gt,0.45,60 -56861,sell_contrast_m10_bb_pos,sell,2025-12-13 12:27:00,874.0,2.966,1,leg_gt,0.45,60 -56862,sell_contrast_m10_bb_pos,sell,2025-12-13 12:51:00,875.0,3.084,1,leg_gt,0.47,60 -56863,sell_contrast_m10_bb_pos,sell,2025-12-13 12:54:00,877.0,3.3198,1,leg_gt,0.47,60 -56864,sell_contrast_m10_bb_pos,sell,2025-12-13 12:57:00,878.0,3.4377,1,leg_gt,0.47,60 -56865,sell_contrast_m10_bb_pos,sell,2025-12-13 13:00:00,879.0,3.5557,1,leg_gt,0.48,60 -56866,sell_contrast_m10_bb_pos,sell,2025-12-13 13:03:00,880.0,3.6736,1,leg_gt,0.48,60 -56867,sell_contrast_m10_bb_pos,sell,2025-12-13 13:06:00,879.0,3.5557,1,leg_gt,0.48,60 -56868,sell_contrast_m10_bb_pos,sell,2025-12-13 13:09:00,877.0,3.3198,1,leg_gt,0.48,60 -56869,sell_contrast_m10_bb_pos,sell,2025-12-13 13:21:00,881.0,3.7915,1,leg_gt,0.49,60 -56870,sell_contrast_m10_bb_pos,sell,2025-12-13 13:24:00,881.0,3.7915,1,leg_gt,0.49,60 -56871,sell_contrast_m10_bb_pos,sell,2025-12-13 13:27:00,881.0,3.7915,1,leg_gt,0.49,60 -56872,sell_contrast_m10_bb_pos,sell,2025-12-13 13:30:00,880.0,3.6736,1,leg_gt,0.5,60 -56873,sell_contrast_m10_bb_pos,sell,2025-12-13 13:33:00,880.0,3.6736,1,leg_gt,0.5,60 -56874,sell_contrast_m10_bb_pos,sell,2025-12-13 13:36:00,881.0,3.7915,1,leg_gt,0.5,60 -56875,sell_contrast_m10_bb_pos,sell,2025-12-13 13:39:00,882.0,3.9094,1,leg_gt,0.5,60 -56876,sell_contrast_m10_bb_pos,sell,2025-12-13 13:42:00,880.0,3.6736,1,leg_gt,0.5,60 -56877,sell_contrast_m10_bb_pos,sell,2025-12-13 13:45:00,880.0,3.6736,1,leg_gt,0.51,60 -56878,sell_contrast_m10_bb_pos,sell,2025-12-13 13:48:00,879.0,3.5557,1,leg_gt,0.51,60 -56879,sell_contrast_m10_bb_pos,sell,2025-12-13 17:51:00,878.0,3.4377,1,leg_gt,0.68,60 -56880,sell_contrast_m10_bb_pos,sell,2025-12-13 17:54:00,876.0,3.2019,1,leg_gt,0.68,60 -56881,sell_contrast_m10_bb_pos,sell,2025-12-13 17:57:00,876.0,3.2019,1,leg_gt,0.68,60 -56882,sell_contrast_m10_bb_pos,sell,2025-12-13 18:00:00,877.0,3.3198,1,leg_gt,0.68,60 -56883,sell_contrast_m10_bb_pos,sell,2025-12-13 18:03:00,878.0,3.4377,1,leg_gt,0.69,60 -56884,sell_contrast_m10_bb_pos,sell,2025-12-13 18:06:00,878.0,3.4377,1,leg_gt,0.69,60 -56885,sell_contrast_m10_bb_pos,sell,2025-12-13 18:09:00,878.0,3.4377,1,leg_gt,0.69,60 -56886,sell_contrast_m10_bb_pos,sell,2025-12-13 19:42:00,879.0,3.5557,1,leg_gt,0.75,60 -56887,sell_contrast_m10_bb_pos,sell,2025-12-13 19:45:00,880.0,3.6736,1,leg_gt,0.76,60 -56888,sell_contrast_m10_bb_pos,sell,2025-12-13 19:48:00,878.0,3.4377,1,leg_gt,0.76,60 -56889,sell_contrast_m10_bb_pos,sell,2025-12-13 21:12:00,880.0,3.6736,1,leg_gt,0.82,60 -56890,sell_contrast_m10_bb_pos,sell,2025-12-13 21:15:00,881.0,3.7915,1,leg_gt,0.82,60 -56891,sell_contrast_m10_bb_pos,sell,2025-12-13 21:18:00,882.0,3.9094,1,leg_gt,0.82,60 -56892,sell_contrast_m10_bb_pos,sell,2025-12-14 00:21:00,883.0,4.0274,1,leg_gt,0.95,60 -56893,sell_contrast_m10_bb_pos,sell,2025-12-14 00:24:00,884.0,4.1453,1,leg_gt,0.95,60 -56894,sell_contrast_m10_bb_pos,sell,2025-12-14 00:27:00,884.0,4.1453,1,leg_gt,0.95,60 -56895,sell_contrast_m10_bb_pos,sell,2025-12-14 01:00:00,884.0,4.1453,1,leg_gt,0.98,60 -56896,sell_contrast_m10_bb_pos,sell,2025-12-14 01:03:00,886.0,4.3811,1,leg_gt,0.98,60 -56897,sell_contrast_m10_bb_pos,sell,2025-12-14 01:06:00,886.0,4.3811,1,leg_gt,0.98,60 -56898,sell_contrast_m10_bb_pos,sell,2025-12-14 01:09:00,888.0,4.617,1,leg_gt,0.98,60 -56899,sell_contrast_m10_bb_pos,sell,2025-12-14 01:21:00,888.0,4.617,1,leg_gt,0.99,60 -56900,sell_contrast_m10_bb_pos,sell,2025-12-14 01:24:00,889.0,4.7349,1,leg_gt,0.99,60 -56901,sell_contrast_m10_bb_pos,sell,2025-12-14 01:27:00,889.0,4.7349,1,leg_gt,0.99,60 -56902,sell_contrast_m10_bb_pos,sell,2025-12-14 01:30:00,890.0,4.8528,1,leg_gt,1.0,60 -56903,sell_contrast_m10_bb_pos,sell,2025-12-14 01:33:00,888.0,4.617,1,leg_gt,1.0,60 -56904,sell_contrast_m10_bb_pos,sell,2025-12-14 01:36:00,889.0,4.7349,1,leg_gt,1.0,60 -56905,sell_contrast_m10_bb_pos,sell,2025-12-14 01:39:00,889.0,4.7349,1,leg_gt,1.0,60 -56906,sell_contrast_m10_bb_pos,sell,2025-12-14 01:42:00,889.0,4.7349,1,leg_gt,1.0,60 -56907,sell_contrast_m10_bb_pos,sell,2025-12-14 01:45:00,889.0,4.7349,1,leg_gt,1.01,60 -56908,sell_contrast_m10_bb_pos,sell,2025-12-14 01:48:00,891.0,4.9708,1,leg_gt,1.01,60 -56909,sell_contrast_m10_bb_pos,sell,2025-12-14 01:51:00,890.0,4.8528,1,leg_gt,1.01,60 -56910,sell_contrast_m10_bb_pos,sell,2025-12-14 01:54:00,892.0,5.0887,1,leg_gt,1.01,60 -56911,sell_contrast_m10_bb_pos,sell,2025-12-14 01:57:00,893.0,5.2066,1,leg_gt,1.01,60 -56912,sell_contrast_m10_bb_pos,sell,2025-12-14 02:00:00,892.0,5.0887,1,leg_gt,1.02,60 -56913,sell_contrast_m10_bb_pos,sell,2025-12-14 02:03:00,893.0,5.2066,1,leg_gt,1.02,60 -56914,sell_contrast_m10_bb_pos,sell,2025-12-14 02:06:00,893.0,5.2066,1,leg_gt,1.02,60 -56915,sell_contrast_m10_bb_pos,sell,2025-12-14 02:09:00,892.0,5.0887,1,leg_gt,1.02,60 -56916,sell_contrast_m10_bb_pos,sell,2025-12-14 03:30:00,894.0,5.3245,1,leg_gt,1.08,60 -56917,sell_contrast_m10_bb_pos,sell,2025-12-14 03:33:00,892.0,5.0887,1,leg_gt,1.08,60 -56918,sell_contrast_m10_bb_pos,sell,2025-12-14 03:36:00,892.0,5.0887,1,leg_gt,1.08,60 -56919,sell_contrast_m10_bb_pos,sell,2025-12-14 03:39:00,893.0,5.2066,1,leg_gt,1.09,60 -56920,sell_contrast_m10_bb_pos,sell,2025-12-14 03:42:00,892.0,5.0887,1,leg_gt,1.09,60 -56921,sell_contrast_m10_bb_pos,sell,2025-12-14 03:45:00,891.0,4.9708,1,leg_gt,1.09,60 -56922,sell_contrast_m10_bb_pos,sell,2025-12-14 03:48:00,891.0,4.9708,1,leg_gt,1.09,60 -56923,sell_contrast_m10_bb_pos,sell,2025-12-14 17:12:00,875.0,3.084,1,leg_gt,1.65,60 -56924,sell_contrast_m10_bb_pos,sell,2025-12-14 17:15:00,874.0,2.966,1,leg_gt,1.65,60 -56925,sell_contrast_m10_bb_pos,sell,2025-12-14 17:18:00,873.0,2.8481,1,leg_gt,1.65,60 -56926,sell_contrast_m10_bb_pos,sell,2025-12-14 17:21:00,873.0,2.8481,1,leg_gt,1.66,60 -56927,sell_contrast_m10_bb_pos,sell,2025-12-14 17:24:00,874.0,2.966,1,leg_gt,1.66,60 -56928,sell_contrast_m10_bb_pos,sell,2025-12-14 17:27:00,874.0,2.966,1,leg_gt,1.66,60 -56929,sell_contrast_m10_bb_pos,sell,2025-12-15 09:42:00,846.0,1.2174,1,leg_gt,0.05,60 -56930,sell_contrast_m10_bb_pos,sell,2025-12-15 09:45:00,846.0,1.2174,1,leg_gt,0.05,60 -56931,sell_contrast_m10_bb_pos,sell,2025-12-15 09:48:00,847.0,1.3371,1,leg_gt,0.05,60 -56932,sell_contrast_m10_bb_pos,sell,2025-12-15 09:51:00,847.0,1.3371,1,leg_gt,0.06,60 -56933,sell_contrast_m10_bb_pos,sell,2025-12-15 09:54:00,849.0,1.5766,1,leg_gt,0.06,60 -56934,sell_contrast_m10_bb_pos,sell,2025-12-15 09:57:00,851.0,1.8162,1,leg_gt,0.06,60 -56935,sell_contrast_m10_bb_pos,sell,2025-12-15 10:30:00,852.0,1.9359,1,leg_gt,0.08,60 -56936,sell_contrast_m10_bb_pos,sell,2025-12-15 10:33:00,854.0,2.1754,1,leg_gt,0.09,60 -56937,sell_contrast_m10_bb_pos,sell,2025-12-15 10:36:00,858.0,2.6545,1,leg_gt,0.09,60 -56938,sell_contrast_m10_bb_pos,sell,2025-12-15 10:39:00,862.0,3.1335,1,leg_gt,0.09,60 -56939,sell_contrast_m10_bb_pos,sell,2025-12-15 10:51:00,860.0,2.894,1,leg_gt,0.1,60 -56940,sell_contrast_m10_bb_pos,sell,2025-12-15 10:54:00,861.0,3.0138,1,leg_gt,0.1,60 -56941,sell_contrast_m10_bb_pos,sell,2025-12-15 10:57:00,862.0,3.1335,1,leg_gt,0.1,60 -56942,sell_contrast_m10_bb_pos,sell,2025-12-15 11:00:00,862.0,3.1335,1,leg_gt,0.1,60 -56943,sell_contrast_m10_bb_pos,sell,2025-12-15 11:03:00,863.0,3.2533,1,leg_gt,0.11,60 -56944,sell_contrast_m10_bb_pos,sell,2025-12-15 11:06:00,865.0,3.4928,1,leg_gt,0.11,60 -56945,sell_contrast_m10_bb_pos,sell,2025-12-15 11:09:00,866.0,3.6126,1,leg_gt,0.11,60 -56946,sell_contrast_m10_bb_pos,sell,2025-12-15 11:30:00,866.0,3.6126,1,leg_gt,0.12,60 -56947,sell_contrast_m10_bb_pos,sell,2025-12-15 11:33:00,866.0,3.6126,1,leg_gt,0.13,60 -56948,sell_contrast_m10_bb_pos,sell,2025-12-15 11:36:00,865.0,3.4928,1,leg_gt,0.13,60 -56949,sell_contrast_m10_bb_pos,sell,2025-12-15 11:39:00,863.0,3.2533,1,leg_gt,0.13,60 -56950,sell_contrast_m10_bb_pos,sell,2025-12-15 14:30:00,866.0,3.6126,1,leg_gt,0.25,60 -56951,sell_contrast_m10_bb_pos,sell,2025-12-15 14:33:00,866.0,3.6126,1,leg_gt,0.25,60 -56952,sell_contrast_m10_bb_pos,sell,2025-12-15 14:36:00,864.0,3.3731,1,leg_gt,0.25,60 -56953,sell_contrast_m10_bb_pos,sell,2025-12-15 14:39:00,863.0,3.2533,1,leg_gt,0.26,60 -56954,sell_contrast_m10_bb_pos,sell,2025-12-15 14:51:00,865.0,3.4928,1,leg_gt,0.26,60 -56955,sell_contrast_m10_bb_pos,sell,2025-12-15 14:54:00,865.0,3.4928,1,leg_gt,0.27,60 -56956,sell_contrast_m10_bb_pos,sell,2025-12-15 14:57:00,866.0,3.6126,1,leg_gt,0.27,60 -56957,sell_contrast_m10_bb_pos,sell,2025-12-15 15:00:00,867.0,3.7323,1,leg_gt,0.27,60 -56958,sell_contrast_m10_bb_pos,sell,2025-12-15 15:03:00,867.0,3.7323,1,leg_gt,0.27,60 -56959,sell_contrast_m10_bb_pos,sell,2025-12-15 15:06:00,866.0,3.6126,1,leg_gt,0.28,60 -56960,sell_contrast_m10_bb_pos,sell,2025-12-15 15:09:00,866.0,3.6126,1,leg_gt,0.28,60 -56961,sell_contrast_m10_bb_pos,sell,2025-12-15 15:12:00,866.0,3.6126,1,leg_gt,0.28,60 -56962,sell_contrast_m10_bb_pos,sell,2025-12-15 15:15:00,864.0,3.3731,1,leg_gt,0.28,60 -56963,sell_contrast_m10_bb_pos,sell,2025-12-15 15:18:00,865.0,3.4928,1,leg_gt,0.28,60 -56964,sell_contrast_m10_bb_pos,sell,2025-12-15 15:21:00,867.0,3.7323,1,leg_gt,0.29,60 -56965,sell_contrast_m10_bb_pos,sell,2025-12-15 15:24:00,865.0,3.4928,1,leg_gt,0.29,60 -56966,sell_contrast_m10_bb_pos,sell,2025-12-15 15:27:00,866.0,3.6126,1,leg_gt,0.29,60 -56967,sell_contrast_m10_bb_pos,sell,2025-12-15 19:30:00,864.0,3.3731,1,leg_gt,0.46,60 -56968,sell_contrast_m10_bb_pos,sell,2025-12-15 19:33:00,866.0,3.6126,1,leg_gt,0.46,60 -56969,sell_contrast_m10_bb_pos,sell,2025-12-15 19:36:00,865.0,3.4928,1,leg_gt,0.46,60 -56970,sell_contrast_m10_bb_pos,sell,2025-12-15 19:39:00,865.0,3.4928,1,leg_gt,0.46,60 -56971,sell_contrast_m10_bb_pos,sell,2025-12-15 19:51:00,864.0,3.3731,1,leg_gt,0.47,60 -56972,sell_contrast_m10_bb_pos,sell,2025-12-15 19:54:00,864.0,3.3731,1,leg_gt,0.48,60 -56973,sell_contrast_m10_bb_pos,sell,2025-12-15 19:57:00,864.0,3.3731,1,leg_gt,0.48,60 -56974,sell_contrast_m10_bb_pos,sell,2025-12-15 20:12:00,864.0,3.3731,1,leg_gt,0.49,60 -56975,sell_contrast_m10_bb_pos,sell,2025-12-15 20:15:00,864.0,3.3731,1,leg_gt,0.49,60 -56976,sell_contrast_m10_bb_pos,sell,2025-12-15 20:18:00,864.0,3.3731,1,leg_gt,0.49,60 -56977,sell_contrast_m10_bb_pos,sell,2025-12-16 06:30:00,800.0,-4.2916,0,leg_gt,0.92,60 -56978,sell_contrast_m10_bb_pos,sell,2025-12-16 06:33:00,800.0,-4.2916,0,leg_gt,0.92,60 -56979,sell_contrast_m10_bb_pos,sell,2025-12-16 06:36:00,801.0,-4.1719,0,leg_gt,0.92,60 -56980,sell_contrast_m10_bb_pos,sell,2025-12-16 06:39:00,802.0,-4.0521,0,leg_gt,0.92,60 -56981,sell_contrast_m10_bb_pos,sell,2025-12-16 06:42:00,799.0,-4.4114,0,leg_gt,0.92,60 -56982,sell_contrast_m10_bb_pos,sell,2025-12-16 06:45:00,799.0,-4.4114,0,leg_gt,0.93,60 -56983,sell_contrast_m10_bb_pos,sell,2025-12-16 06:48:00,798.0,-4.5311,0,leg_gt,0.93,60 -56984,sell_contrast_m10_bb_pos,sell,2025-12-16 08:12:00,805.0,-3.6928,0,leg_gt,0.99,60 -56985,sell_contrast_m10_bb_pos,sell,2025-12-16 08:15:00,806.0,-3.5731,0,leg_gt,0.99,60 -56986,sell_contrast_m10_bb_pos,sell,2025-12-16 08:18:00,805.0,-3.6928,0,leg_gt,0.99,60 -56987,sell_contrast_m10_bb_pos,sell,2025-12-16 08:30:00,805.0,-3.6928,0,leg_gt,1.0,60 -56988,sell_contrast_m10_bb_pos,sell,2025-12-16 08:33:00,804.0,-3.8126,0,leg_gt,1.0,60 -56989,sell_contrast_m10_bb_pos,sell,2025-12-16 08:36:00,805.0,-3.6928,0,leg_gt,1.0,60 -56990,sell_contrast_m10_bb_pos,sell,2025-12-16 08:39:00,805.0,-3.6928,0,leg_gt,1.01,60 -56991,sell_contrast_m10_bb_pos,sell,2025-12-16 08:42:00,806.0,-3.5731,0,leg_gt,1.01,60 -56992,sell_contrast_m10_bb_pos,sell,2025-12-16 08:45:00,806.0,-3.5731,0,leg_gt,1.01,60 -56993,sell_contrast_m10_bb_pos,sell,2025-12-16 08:48:00,806.0,-3.5731,0,leg_gt,1.01,60 -56994,sell_contrast_m10_bb_pos,sell,2025-12-16 09:00:00,806.0,-3.5731,0,leg_gt,1.02,60 -56995,sell_contrast_m10_bb_pos,sell,2025-12-16 09:03:00,804.0,-3.8126,0,leg_gt,1.02,60 -56996,sell_contrast_m10_bb_pos,sell,2025-12-16 09:06:00,806.0,-3.5731,0,leg_gt,1.02,60 -56997,sell_contrast_m10_bb_pos,sell,2025-12-16 09:09:00,806.0,-3.5731,0,leg_gt,1.03,60 -56998,sell_contrast_m10_bb_pos,sell,2025-12-16 13:00:00,797.0,-4.6509,0,leg_gt,1.19,60 -56999,sell_contrast_m10_bb_pos,sell,2025-12-16 13:03:00,796.0,-4.7707,0,leg_gt,1.19,60 -57000,sell_contrast_m10_bb_pos,sell,2025-12-16 13:06:00,796.0,-4.7707,0,leg_gt,1.19,60 -57001,sell_contrast_m10_bb_pos,sell,2025-12-16 13:09:00,796.0,-4.7707,0,leg_gt,1.19,60 -57002,sell_contrast_m10_bb_pos,sell,2025-12-16 13:12:00,796.0,-4.7707,0,leg_gt,1.2,60 -57003,sell_contrast_m10_bb_pos,sell,2025-12-16 13:15:00,795.0,-4.8904,0,leg_gt,1.2,60 -57004,sell_contrast_m10_bb_pos,sell,2025-12-16 13:18:00,795.0,-4.8904,0,leg_gt,1.2,60 -57005,sell_contrast_m10_bb_pos,sell,2025-12-16 20:12:00,796.0,2.4773,1,leg_gt,0.14,60 -57006,sell_contrast_m10_bb_pos,sell,2025-12-16 20:15:00,796.0,2.4773,1,leg_gt,0.14,60 -57007,sell_contrast_m10_bb_pos,sell,2025-12-16 20:18:00,800.0,2.9928,1,leg_gt,0.14,60 -57008,sell_contrast_m10_bb_pos,sell,2025-12-16 20:21:00,799.0,2.8639,1,leg_gt,0.15,60 -57009,sell_contrast_m10_bb_pos,sell,2025-12-16 20:24:00,800.0,2.9928,1,leg_gt,0.15,60 -57010,sell_contrast_m10_bb_pos,sell,2025-12-16 20:27:00,801.0,3.1216,1,leg_gt,0.15,60 -57011,sell_contrast_m10_bb_pos,sell,2025-12-16 20:42:00,800.0,2.9928,1,leg_gt,0.16,60 -57012,sell_contrast_m10_bb_pos,sell,2025-12-16 20:45:00,800.0,2.9928,1,leg_gt,0.16,60 -57013,sell_contrast_m10_bb_pos,sell,2025-12-16 20:48:00,801.0,3.1216,1,leg_gt,0.16,60 -57014,sell_contrast_m10_bb_pos,sell,2025-12-17 01:00:00,798.0,2.7351,1,leg_gt,0.34,60 -57015,sell_contrast_m10_bb_pos,sell,2025-12-17 01:03:00,799.0,2.8639,1,leg_gt,0.34,60 -57016,sell_contrast_m10_bb_pos,sell,2025-12-17 01:06:00,796.0,2.4773,1,leg_gt,0.34,60 -57017,sell_contrast_m10_bb_pos,sell,2025-12-17 01:09:00,794.0,2.2196,1,leg_gt,0.35,60 -57018,sell_contrast_m10_bb_pos,sell,2025-12-17 05:42:00,791.0,1.833,1,leg_gt,0.54,60 -57019,sell_contrast_m10_bb_pos,sell,2025-12-17 05:45:00,791.0,1.833,1,leg_gt,0.54,60 -57020,sell_contrast_m10_bb_pos,sell,2025-12-17 05:48:00,789.0,1.5753,1,leg_gt,0.54,60 -57021,sell_contrast_m10_bb_pos,sell,2025-12-17 20:30:00,769.0,0.6864,1,leg_gt,0.12,60 -57022,sell_contrast_m10_bb_pos,sell,2025-12-17 20:33:00,770.0,0.8174,1,leg_gt,0.13,60 -57023,sell_contrast_m10_bb_pos,sell,2025-12-17 20:36:00,771.0,0.9485,1,leg_gt,0.13,60 -57024,sell_contrast_m10_bb_pos,sell,2025-12-17 20:39:00,771.0,0.9485,1,leg_gt,0.13,60 -57025,sell_contrast_m10_bb_pos,sell,2025-12-17 21:42:00,772.0,1.0796,1,leg_gt,0.18,60 -57026,sell_contrast_m10_bb_pos,sell,2025-12-17 21:45:00,772.0,1.0796,1,leg_gt,0.18,60 -57027,sell_contrast_m10_bb_pos,sell,2025-12-17 21:48:00,771.0,0.9485,1,leg_gt,0.18,60 -57028,sell_contrast_m10_bb_pos,sell,2025-12-17 23:12:00,780.0,2.128,1,leg_gt,0.24,60 -57029,sell_contrast_m10_bb_pos,sell,2025-12-17 23:15:00,780.0,2.128,1,leg_gt,0.24,60 -57030,sell_contrast_m10_bb_pos,sell,2025-12-17 23:18:00,780.0,2.128,1,leg_gt,0.24,60 -57031,sell_contrast_m10_bb_pos,sell,2025-12-17 23:21:00,781.0,2.2591,1,leg_gt,0.24,60 -57032,sell_contrast_m10_bb_pos,sell,2025-12-17 23:24:00,781.0,2.2591,1,leg_gt,0.25,60 -57033,sell_contrast_m10_bb_pos,sell,2025-12-17 23:27:00,782.0,2.3902,1,leg_gt,0.25,60 -57034,sell_contrast_m10_bb_pos,sell,2025-12-17 23:30:00,782.0,2.3902,1,leg_gt,0.25,60 -57035,sell_contrast_m10_bb_pos,sell,2025-12-17 23:33:00,782.0,2.3902,1,leg_gt,0.25,60 -57036,sell_contrast_m10_bb_pos,sell,2025-12-17 23:36:00,780.0,2.128,1,leg_gt,0.25,60 -57037,sell_contrast_m10_bb_pos,sell,2025-12-17 23:39:00,778.0,1.8659,1,leg_gt,0.26,60 -57038,sell_contrast_m10_bb_pos,sell,2025-12-18 00:30:00,798.0,4.4872,1,leg_gt,0.29,60 -57039,sell_contrast_m10_bb_pos,sell,2025-12-18 00:33:00,797.0,4.3561,1,leg_gt,0.29,60 -57040,sell_contrast_m10_bb_pos,sell,2025-12-18 00:36:00,790.0,3.4387,1,leg_gt,0.3,60 -57041,sell_contrast_m10_bb_pos,sell,2025-12-18 00:39:00,789.0,3.3076,1,leg_gt,0.3,60 -57042,sell_contrast_m10_bb_pos,sell,2025-12-18 05:30:00,755.0,-1.1485,0,leg_gt,0.5,60 -57043,sell_contrast_m10_bb_pos,sell,2025-12-18 05:33:00,750.0,-1.8038,0,leg_gt,0.5,60 -57044,sell_contrast_m10_bb_pos,sell,2025-12-18 05:36:00,751.0,-1.6727,0,leg_gt,0.5,60 -57045,sell_contrast_m10_bb_pos,sell,2025-12-18 05:39:00,749.0,-1.9349,0,leg_gt,0.51,60 -57046,sell_contrast_m10_bb_pos,sell,2025-12-18 11:21:00,742.0,-2.8523,0,leg_gt,0.74,60 -57047,sell_contrast_m10_bb_pos,sell,2025-12-18 11:24:00,741.0,-2.9834,0,leg_gt,0.75,60 -57048,sell_contrast_m10_bb_pos,sell,2025-12-18 11:27:00,740.0,-3.1144,0,leg_gt,0.75,60 -57049,sell_contrast_m10_bb_pos,sell,2025-12-18 11:51:00,744.0,-2.5902,0,leg_gt,0.76,60 -57050,sell_contrast_m10_bb_pos,sell,2025-12-18 11:54:00,744.0,-2.5902,0,leg_gt,0.77,60 -57051,sell_contrast_m10_bb_pos,sell,2025-12-18 11:57:00,744.0,-2.5902,0,leg_gt,0.77,60 -57052,sell_contrast_m10_bb_pos,sell,2025-12-18 12:12:00,744.0,-2.5902,0,leg_gt,0.78,60 -57053,sell_contrast_m10_bb_pos,sell,2025-12-18 12:15:00,743.0,-2.7212,0,leg_gt,0.78,60 -57054,sell_contrast_m10_bb_pos,sell,2025-12-18 12:18:00,743.0,-2.7212,0,leg_gt,0.78,60 -57055,sell_contrast_m10_bb_pos,sell,2025-12-18 17:42:00,742.0,1.4048,1,leg_gt,0.11,60 -57056,sell_contrast_m10_bb_pos,sell,2025-12-18 17:45:00,742.0,1.4048,1,leg_gt,0.11,60 -57057,sell_contrast_m10_bb_pos,sell,2025-12-18 17:48:00,742.0,1.4048,1,leg_gt,0.12,60 -57058,sell_contrast_m10_bb_pos,sell,2025-12-18 20:00:00,746.0,1.952,1,leg_gt,0.21,60 -57059,sell_contrast_m10_bb_pos,sell,2025-12-18 20:03:00,747.0,2.0888,1,leg_gt,0.21,60 -57060,sell_contrast_m10_bb_pos,sell,2025-12-18 20:06:00,745.0,1.8152,1,leg_gt,0.21,60 -57061,sell_contrast_m10_bb_pos,sell,2025-12-18 20:09:00,744.0,1.6784,1,leg_gt,0.21,60 -57062,sell_contrast_m10_bb_pos,sell,2025-12-18 20:12:00,745.0,1.8152,1,leg_gt,0.22,60 -57063,sell_contrast_m10_bb_pos,sell,2025-12-18 20:15:00,742.0,1.4048,1,leg_gt,0.22,60 -57064,sell_contrast_m10_bb_pos,sell,2025-12-18 20:18:00,744.0,1.6784,1,leg_gt,0.22,60 -57065,sell_contrast_m10_bb_pos,sell,2025-12-18 20:21:00,745.0,1.8152,1,leg_gt,0.22,60 -57066,sell_contrast_m10_bb_pos,sell,2025-12-18 20:24:00,745.0,1.8152,1,leg_gt,0.22,60 -57067,sell_contrast_m10_bb_pos,sell,2025-12-18 20:27:00,743.0,1.5416,1,leg_gt,0.23,60 -57068,sell_contrast_m10_bb_pos,sell,2025-12-18 20:51:00,746.0,1.952,1,leg_gt,0.24,60 -57069,sell_contrast_m10_bb_pos,sell,2025-12-18 20:54:00,746.0,1.952,1,leg_gt,0.25,60 -57070,sell_contrast_m10_bb_pos,sell,2025-12-18 20:57:00,748.0,2.2256,1,leg_gt,0.25,60 -57071,sell_contrast_m10_bb_pos,sell,2025-12-18 21:12:00,747.0,2.0888,1,leg_gt,0.26,60 -57072,sell_contrast_m10_bb_pos,sell,2025-12-18 21:15:00,746.0,1.952,1,leg_gt,0.26,60 -57073,sell_contrast_m10_bb_pos,sell,2025-12-18 21:18:00,747.0,2.0888,1,leg_gt,0.26,60 -57074,sell_contrast_m10_bb_pos,sell,2025-12-18 21:51:00,749.0,2.3624,1,leg_gt,0.29,60 -57075,sell_contrast_m10_bb_pos,sell,2025-12-18 21:54:00,751.0,2.636,1,leg_gt,0.29,60 -57076,sell_contrast_m10_bb_pos,sell,2025-12-18 21:57:00,751.0,2.636,1,leg_gt,0.29,60 -57077,sell_contrast_m10_bb_pos,sell,2025-12-18 22:30:00,754.0,3.0464,1,leg_gt,0.31,60 -57078,sell_contrast_m10_bb_pos,sell,2025-12-18 22:33:00,765.0,4.5512,1,leg_gt,0.31,60 -57079,sell_contrast_m10_bb_pos,sell,2025-12-18 22:36:00,760.0,3.8672,1,leg_gt,0.32,60 -57080,sell_contrast_m10_bb_pos,sell,2025-12-18 22:39:00,764.0,4.4144,1,leg_gt,0.32,60 -57081,sell_contrast_m10_bb_pos,sell,2025-12-18 23:21:00,770.0,5.2352,1,leg_gt,0.35,60 -57082,sell_contrast_m10_bb_pos,sell,2025-12-18 23:24:00,770.0,5.2352,1,leg_gt,0.35,60 -57083,sell_contrast_m10_bb_pos,sell,2025-12-18 23:27:00,770.0,5.2352,1,leg_gt,0.35,60 -57084,sell_contrast_m10_bb_pos,sell,2025-12-19 11:51:00,718.0,1.3124,1,leg_gt,0.04,60 -57085,sell_contrast_m10_bb_pos,sell,2025-12-19 11:54:00,718.0,1.3124,1,leg_gt,0.05,60 -57086,sell_contrast_m10_bb_pos,sell,2025-12-19 11:57:00,717.0,1.1712,1,leg_gt,0.05,60 -57087,sell_contrast_m10_bb_pos,sell,2025-12-19 12:00:00,718.0,1.3124,1,leg_gt,0.05,60 -57088,sell_contrast_m10_bb_pos,sell,2025-12-19 12:03:00,720.0,1.5949,1,leg_gt,0.05,60 -57089,sell_contrast_m10_bb_pos,sell,2025-12-19 12:06:00,723.0,2.0186,1,leg_gt,0.05,60 -57090,sell_contrast_m10_bb_pos,sell,2025-12-19 12:09:00,726.0,2.4424,1,leg_gt,0.06,60 -57091,sell_contrast_m10_bb_pos,sell,2025-12-19 13:00:00,740.0,4.4198,1,leg_gt,0.09,60 -57092,sell_contrast_m10_bb_pos,sell,2025-12-19 13:03:00,740.0,4.4198,1,leg_gt,0.09,60 -57093,sell_contrast_m10_bb_pos,sell,2025-12-19 13:06:00,740.0,4.4198,1,leg_gt,0.1,60 -57094,sell_contrast_m10_bb_pos,sell,2025-12-19 13:09:00,743.0,4.8435,1,leg_gt,0.1,60 -57095,sell_contrast_m10_bb_pos,sell,2025-12-19 13:12:00,744.0,4.9847,1,leg_gt,0.1,60 -57096,sell_contrast_m10_bb_pos,sell,2025-12-19 13:15:00,744.0,4.9847,1,leg_gt,0.1,60 -57097,sell_contrast_m10_bb_pos,sell,2025-12-19 13:18:00,744.0,4.9847,1,leg_gt,0.1,60 -57098,sell_contrast_m10_bb_pos,sell,2025-12-19 13:21:00,744.0,4.9847,1,leg_gt,0.11,60 -57099,sell_contrast_m10_bb_pos,sell,2025-12-19 13:24:00,743.0,4.8435,1,leg_gt,0.11,60 -57100,sell_contrast_m10_bb_pos,sell,2025-12-19 13:27:00,744.0,4.9847,1,leg_gt,0.11,60 -57101,sell_contrast_m10_bb_pos,sell,2025-12-19 16:30:00,753.0,6.2559,1,leg_gt,0.24,60 -57102,sell_contrast_m10_bb_pos,sell,2025-12-19 16:33:00,750.0,5.8322,1,leg_gt,0.24,60 -57103,sell_contrast_m10_bb_pos,sell,2025-12-19 16:36:00,750.0,5.8322,1,leg_gt,0.24,60 -57104,sell_contrast_m10_bb_pos,sell,2025-12-19 16:39:00,750.0,5.8322,1,leg_gt,0.24,60 -57105,sell_contrast_m10_bb_pos,sell,2025-12-19 17:12:00,754.0,6.3972,1,leg_gt,0.27,60 -57106,sell_contrast_m10_bb_pos,sell,2025-12-19 17:15:00,753.0,6.2559,1,leg_gt,0.27,60 -57107,sell_contrast_m10_bb_pos,sell,2025-12-19 17:18:00,755.0,6.5384,1,leg_gt,0.27,60 -57108,sell_contrast_m10_bb_pos,sell,2025-12-19 20:42:00,753.0,6.2559,1,leg_gt,0.41,60 -57109,sell_contrast_m10_bb_pos,sell,2025-12-19 20:45:00,753.0,6.2559,1,leg_gt,0.41,60 -57110,sell_contrast_m10_bb_pos,sell,2025-12-19 20:48:00,754.0,6.3972,1,leg_gt,0.42,60 -57111,sell_contrast_m10_bb_pos,sell,2025-12-19 20:51:00,753.0,6.2559,1,leg_gt,0.42,60 -57112,sell_contrast_m10_bb_pos,sell,2025-12-19 20:54:00,753.0,6.2559,1,leg_gt,0.42,60 -57113,sell_contrast_m10_bb_pos,sell,2025-12-19 20:57:00,753.0,6.2559,1,leg_gt,0.42,60 -57114,sell_contrast_m10_bb_pos,sell,2025-12-19 21:00:00,754.0,6.3972,1,leg_gt,0.42,60 -57115,sell_contrast_m10_bb_pos,sell,2025-12-19 21:03:00,754.0,6.3972,1,leg_gt,0.43,60 -57116,sell_contrast_m10_bb_pos,sell,2025-12-19 21:06:00,752.0,6.1147,1,leg_gt,0.43,60 -57117,sell_contrast_m10_bb_pos,sell,2025-12-19 21:09:00,753.0,6.2559,1,leg_gt,0.43,60 -57118,sell_contrast_m10_bb_pos,sell,2025-12-19 21:42:00,756.0,6.6797,1,leg_gt,0.45,60 -57119,sell_contrast_m10_bb_pos,sell,2025-12-19 21:45:00,756.0,6.6797,1,leg_gt,0.46,60 -57120,sell_contrast_m10_bb_pos,sell,2025-12-19 21:48:00,757.0,6.8209,1,leg_gt,0.46,60 -57121,sell_contrast_m10_bb_pos,sell,2025-12-19 21:51:00,756.0,6.6797,1,leg_gt,0.46,60 -57122,sell_contrast_m10_bb_pos,sell,2025-12-19 21:54:00,755.0,6.5384,1,leg_gt,0.46,60 -57123,sell_contrast_m10_bb_pos,sell,2025-12-19 21:57:00,754.0,6.3972,1,leg_gt,0.46,60 -57124,sell_contrast_m10_bb_pos,sell,2025-12-20 00:30:00,763.0,7.6684,1,leg_gt,0.57,60 -57125,sell_contrast_m10_bb_pos,sell,2025-12-20 00:33:00,767.0,8.2333,1,leg_gt,0.57,60 -57126,sell_contrast_m10_bb_pos,sell,2025-12-20 00:36:00,768.0,8.3746,1,leg_gt,0.57,60 -57127,sell_contrast_m10_bb_pos,sell,2025-12-20 00:39:00,767.0,8.2333,1,leg_gt,0.58,60 -57128,sell_contrast_m10_bb_pos,sell,2025-12-20 01:21:00,772.0,8.9395,1,leg_gt,0.61,60 -57129,sell_contrast_m10_bb_pos,sell,2025-12-20 01:24:00,771.0,8.7983,1,leg_gt,0.61,60 -57130,sell_contrast_m10_bb_pos,sell,2025-12-20 01:27:00,771.0,8.7983,1,leg_gt,0.61,60 -57131,sell_contrast_m10_bb_pos,sell,2025-12-20 01:30:00,771.0,8.7983,1,leg_gt,0.61,60 -57132,sell_contrast_m10_bb_pos,sell,2025-12-20 01:33:00,777.0,9.6458,1,leg_gt,0.61,60 -57133,sell_contrast_m10_bb_pos,sell,2025-12-20 01:36:00,779.0,9.9282,1,leg_gt,0.62,60 -57134,sell_contrast_m10_bb_pos,sell,2025-12-20 01:39:00,778.0,9.787,1,leg_gt,0.62,60 -57135,sell_contrast_m10_bb_pos,sell,2025-12-20 01:51:00,773.0,9.0808,1,leg_gt,0.63,60 -57136,sell_contrast_m10_bb_pos,sell,2025-12-20 01:54:00,771.0,8.7983,1,leg_gt,0.63,60 -57137,sell_contrast_m10_bb_pos,sell,2025-12-20 01:57:00,769.0,8.5158,1,leg_gt,0.63,60 -57138,sell_contrast_m10_bb_pos,sell,2025-12-20 04:30:00,776.0,9.5045,1,leg_gt,0.74,60 -57139,sell_contrast_m10_bb_pos,sell,2025-12-20 04:33:00,780.0,10.0695,1,leg_gt,0.74,60 -57140,sell_contrast_m10_bb_pos,sell,2025-12-20 04:36:00,781.0,10.2107,1,leg_gt,0.74,60 -57141,sell_contrast_m10_bb_pos,sell,2025-12-20 04:39:00,781.0,10.2107,1,leg_gt,0.74,60 -57142,sell_contrast_m10_bb_pos,sell,2025-12-20 05:00:00,779.0,9.9282,1,leg_gt,0.76,60 -57143,sell_contrast_m10_bb_pos,sell,2025-12-20 05:03:00,783.0,10.4932,1,leg_gt,0.76,60 -57144,sell_contrast_m10_bb_pos,sell,2025-12-20 05:06:00,782.0,10.352,1,leg_gt,0.76,60 -57145,sell_contrast_m10_bb_pos,sell,2025-12-20 05:09:00,781.0,10.2107,1,leg_gt,0.76,60 -57146,sell_contrast_m10_bb_pos,sell,2025-12-20 05:21:00,782.0,10.352,1,leg_gt,0.77,60 -57147,sell_contrast_m10_bb_pos,sell,2025-12-20 05:24:00,784.0,10.6345,1,leg_gt,0.78,60 -57148,sell_contrast_m10_bb_pos,sell,2025-12-20 05:27:00,784.0,10.6345,1,leg_gt,0.78,60 -57149,sell_contrast_m10_bb_pos,sell,2025-12-20 05:30:00,782.0,10.352,1,leg_gt,0.78,60 -57150,sell_contrast_m10_bb_pos,sell,2025-12-20 05:33:00,781.0,10.2107,1,leg_gt,0.78,60 -57151,sell_contrast_m10_bb_pos,sell,2025-12-20 05:36:00,786.0,10.9169,1,leg_gt,0.78,60 -57152,sell_contrast_m10_bb_pos,sell,2025-12-20 05:39:00,783.0,10.4932,1,leg_gt,0.79,60 -57153,sell_contrast_m10_bb_pos,sell,2025-12-20 05:51:00,786.0,10.9169,1,leg_gt,0.79,60 -57154,sell_contrast_m10_bb_pos,sell,2025-12-20 05:54:00,784.0,10.6345,1,leg_gt,0.8,60 -57155,sell_contrast_m10_bb_pos,sell,2025-12-20 05:57:00,782.0,10.352,1,leg_gt,0.8,60 -57156,sell_contrast_m10_bb_pos,sell,2025-12-20 15:21:00,773.0,9.0808,1,leg_gt,1.19,60 -57157,sell_contrast_m10_bb_pos,sell,2025-12-20 15:24:00,773.0,9.0808,1,leg_gt,1.19,60 -57158,sell_contrast_m10_bb_pos,sell,2025-12-20 15:27:00,772.0,8.9395,1,leg_gt,1.19,60 -57159,sell_contrast_m10_bb_pos,sell,2025-12-20 16:12:00,772.0,8.9395,1,leg_gt,1.23,60 -57160,sell_contrast_m10_bb_pos,sell,2025-12-20 16:15:00,773.0,9.0808,1,leg_gt,1.23,60 -57161,sell_contrast_m10_bb_pos,sell,2025-12-20 16:18:00,772.0,8.9395,1,leg_gt,1.23,60 -57162,sell_contrast_m10_bb_pos,sell,2025-12-20 17:12:00,779.0,9.9282,1,leg_gt,1.27,60 -57163,sell_contrast_m10_bb_pos,sell,2025-12-20 17:15:00,778.0,9.787,1,leg_gt,1.27,60 -57164,sell_contrast_m10_bb_pos,sell,2025-12-20 17:18:00,779.0,9.9282,1,leg_gt,1.27,60 -57165,sell_contrast_m10_bb_pos,sell,2025-12-20 17:21:00,780.0,10.0695,1,leg_gt,1.27,60 -57166,sell_contrast_m10_bb_pos,sell,2025-12-20 17:24:00,780.0,10.0695,1,leg_gt,1.27,60 -57167,sell_contrast_m10_bb_pos,sell,2025-12-20 17:27:00,781.0,10.2107,1,leg_gt,1.28,60 -57168,sell_contrast_m10_bb_pos,sell,2025-12-20 17:30:00,781.0,10.2107,1,leg_gt,1.28,60 -57169,sell_contrast_m10_bb_pos,sell,2025-12-20 17:33:00,782.0,10.352,1,leg_gt,1.28,60 -57170,sell_contrast_m10_bb_pos,sell,2025-12-20 17:36:00,782.0,10.352,1,leg_gt,1.28,60 -57171,sell_contrast_m10_bb_pos,sell,2025-12-20 17:39:00,782.0,10.352,1,leg_gt,1.29,60 -57172,sell_contrast_m10_bb_pos,sell,2025-12-20 17:42:00,782.0,10.352,1,leg_gt,1.29,60 -57173,sell_contrast_m10_bb_pos,sell,2025-12-20 17:45:00,781.0,10.2107,1,leg_gt,1.29,60 -57174,sell_contrast_m10_bb_pos,sell,2025-12-20 17:48:00,780.0,10.0695,1,leg_gt,1.29,60 -57175,sell_contrast_m10_bb_pos,sell,2025-12-20 17:51:00,781.0,10.2107,1,leg_gt,1.29,60 -57176,sell_contrast_m10_bb_pos,sell,2025-12-20 17:54:00,779.0,9.9282,1,leg_gt,1.3,60 -57177,sell_contrast_m10_bb_pos,sell,2025-12-20 17:57:00,778.0,9.787,1,leg_gt,1.3,60 -57178,sell_contrast_m10_bb_pos,sell,2025-12-21 01:12:00,775.0,9.3633,1,leg_gt,1.6,60 -57179,sell_contrast_m10_bb_pos,sell,2025-12-21 01:15:00,775.0,9.3633,1,leg_gt,1.6,60 -57180,sell_contrast_m10_bb_pos,sell,2025-12-21 01:18:00,775.0,9.3633,1,leg_gt,1.6,60 -57181,sell_contrast_m10_bb_pos,sell,2025-12-21 02:33:00,778.0,9.787,1,leg_gt,1.66,60 -57182,sell_contrast_m10_bb_pos,sell,2025-12-21 02:36:00,777.0,9.6458,1,leg_gt,1.66,60 -57183,sell_contrast_m10_bb_pos,sell,2025-12-21 02:39:00,776.0,9.5045,1,leg_gt,1.66,60 -57184,sell_contrast_m10_bb_pos,sell,2025-12-21 04:00:00,778.0,9.787,1,leg_gt,1.72,60 -57185,sell_contrast_m10_bb_pos,sell,2025-12-21 04:03:00,777.0,9.6458,1,leg_gt,1.72,60 -57186,sell_contrast_m10_bb_pos,sell,2025-12-21 04:06:00,777.0,9.6458,1,leg_gt,1.72,60 -57187,sell_contrast_m10_bb_pos,sell,2025-12-21 04:09:00,777.0,9.6458,1,leg_gt,1.72,60 -57188,sell_contrast_m10_bb_pos,sell,2025-12-21 05:51:00,777.0,9.6458,1,leg_gt,1.79,60 -57189,sell_contrast_m10_bb_pos,sell,2025-12-21 05:54:00,778.0,9.787,1,leg_gt,1.8,60 -57190,sell_contrast_m10_bb_pos,sell,2025-12-21 05:57:00,777.0,9.6458,1,leg_gt,1.8,60 -57191,sell_contrast_m10_bb_pos,sell,2025-12-21 06:00:00,778.0,9.787,1,leg_gt,1.8,60 -57192,sell_contrast_m10_bb_pos,sell,2025-12-21 06:03:00,778.0,9.787,1,leg_gt,1.8,60 -57193,sell_contrast_m10_bb_pos,sell,2025-12-21 06:06:00,779.0,9.9282,1,leg_gt,1.8,60 -57194,sell_contrast_m10_bb_pos,sell,2025-12-21 06:09:00,779.0,9.9282,1,leg_gt,1.81,60 -57195,sell_contrast_m10_bb_pos,sell,2025-12-21 06:30:00,779.0,9.9282,1,leg_gt,1.82,60 -57196,sell_contrast_m10_bb_pos,sell,2025-12-21 06:36:00,780.0,10.0695,1,leg_gt,1.82,60 -57197,sell_contrast_m10_bb_pos,sell,2025-12-21 06:39:00,780.0,10.0695,1,leg_gt,1.83,60 -57198,sell_contrast_m10_bb_pos,sell,2025-12-21 06:42:00,781.0,10.2107,1,leg_gt,1.83,60 -57199,sell_contrast_m10_bb_pos,sell,2025-12-21 06:45:00,780.0,10.0695,1,leg_gt,1.83,60 -57200,sell_contrast_m10_bb_pos,sell,2025-12-21 06:48:00,779.0,9.9282,1,leg_gt,1.83,60 -57201,sell_contrast_m10_bb_pos,sell,2025-12-21 07:12:00,780.0,10.0695,1,leg_gt,1.85,60 -57202,sell_contrast_m10_bb_pos,sell,2025-12-21 07:15:00,779.0,9.9282,1,leg_gt,1.85,60 -57203,sell_contrast_m10_bb_pos,sell,2025-12-21 07:18:00,779.0,9.9282,1,leg_gt,1.85,60 -57204,sell_contrast_m10_bb_pos,sell,2025-12-21 07:30:00,780.0,10.0695,1,leg_gt,1.86,60 -57205,sell_contrast_m10_bb_pos,sell,2025-12-21 07:33:00,780.0,10.0695,1,leg_gt,1.86,60 -57206,sell_contrast_m10_bb_pos,sell,2025-12-21 07:36:00,781.0,10.2107,1,leg_gt,1.87,60 -57207,sell_contrast_m10_bb_pos,sell,2025-12-21 07:39:00,780.0,10.0695,1,leg_gt,1.87,60 -57208,sell_contrast_m10_bb_pos,sell,2025-12-21 07:42:00,781.0,10.2107,1,leg_gt,1.87,60 -57209,sell_contrast_m10_bb_pos,sell,2025-12-21 07:45:00,781.0,10.2107,1,leg_gt,1.87,60 -57210,sell_contrast_m10_bb_pos,sell,2025-12-21 07:48:00,781.0,10.2107,1,leg_gt,1.88,60 -57211,sell_contrast_m10_bb_pos,sell,2025-12-21 07:51:00,781.0,10.2107,1,leg_gt,1.88,60 -57212,sell_contrast_m10_bb_pos,sell,2025-12-21 07:54:00,781.0,10.2107,1,leg_gt,1.88,60 -57213,sell_contrast_m10_bb_pos,sell,2025-12-21 07:57:00,781.0,10.2107,1,leg_gt,1.88,60 -57214,sell_contrast_m10_bb_pos,sell,2025-12-21 08:00:00,782.0,10.352,1,leg_gt,1.88,60 -57215,sell_contrast_m10_bb_pos,sell,2025-12-21 08:03:00,782.0,10.352,1,leg_gt,1.89,60 -57216,sell_contrast_m10_bb_pos,sell,2025-12-21 08:06:00,782.0,10.352,1,leg_gt,1.89,60 -57217,sell_contrast_m10_bb_pos,sell,2025-12-21 08:09:00,781.0,10.2107,1,leg_gt,1.89,60 -57218,sell_contrast_m10_bb_pos,sell,2025-12-21 08:21:00,781.0,10.2107,1,leg_gt,1.9,60 -57219,sell_contrast_m10_bb_pos,sell,2025-12-21 08:24:00,779.0,9.9282,1,leg_gt,1.9,60 -57220,sell_contrast_m10_bb_pos,sell,2025-12-21 08:27:00,780.0,10.0695,1,leg_gt,1.9,60 -57221,sell_contrast_m10_bb_pos,sell,2025-12-21 14:42:00,769.0,8.5158,1,leg_gt,2.16,60 -57222,sell_contrast_m10_bb_pos,sell,2025-12-21 14:45:00,769.0,8.5158,1,leg_gt,2.16,60 -57223,sell_contrast_m10_bb_pos,sell,2025-12-21 14:48:00,769.0,8.5158,1,leg_gt,2.17,60 -57224,sell_contrast_m10_bb_pos,sell,2025-12-21 18:51:00,777.0,9.6458,1,leg_gt,2.34,60 -57225,sell_contrast_m10_bb_pos,sell,2025-12-21 18:54:00,776.0,9.5045,1,leg_gt,2.34,60 -57226,sell_contrast_m10_bb_pos,sell,2025-12-21 18:57:00,777.0,9.6458,1,leg_gt,2.34,60 -57227,sell_contrast_m10_bb_pos,sell,2025-12-21 19:00:00,777.0,9.6458,1,leg_gt,2.34,60 -57228,sell_contrast_m10_bb_pos,sell,2025-12-21 19:03:00,778.0,9.787,1,leg_gt,2.34,60 -57229,sell_contrast_m10_bb_pos,sell,2025-12-21 19:06:00,775.0,9.3633,1,leg_gt,2.35,60 -57230,sell_contrast_m10_bb_pos,sell,2025-12-21 19:09:00,776.0,9.5045,1,leg_gt,2.35,60 -57231,sell_contrast_m10_bb_pos,sell,2025-12-22 01:30:00,751.0,1.2495,1,leg_gt,0.11,60 -57232,sell_contrast_m10_bb_pos,sell,2025-12-22 01:33:00,752.0,1.3845,1,leg_gt,0.11,60 -57233,sell_contrast_m10_bb_pos,sell,2025-12-22 01:36:00,752.0,1.3845,1,leg_gt,0.11,60 -57234,sell_contrast_m10_bb_pos,sell,2025-12-22 01:39:00,752.0,1.3845,1,leg_gt,0.11,60 -57235,sell_contrast_m10_bb_pos,sell,2025-12-22 06:30:00,753.0,1.5194,1,leg_gt,0.32,60 -57236,sell_contrast_m10_bb_pos,sell,2025-12-22 06:33:00,754.0,1.6544,1,leg_gt,0.32,60 -57237,sell_contrast_m10_bb_pos,sell,2025-12-22 06:36:00,754.0,1.6544,1,leg_gt,0.32,60 -57238,sell_contrast_m10_bb_pos,sell,2025-12-22 06:39:00,752.0,1.3845,1,leg_gt,0.32,60 -57239,sell_contrast_m10_bb_pos,sell,2025-12-22 07:30:00,753.0,1.5194,1,leg_gt,0.36,60 -57240,sell_contrast_m10_bb_pos,sell,2025-12-22 07:33:00,753.0,1.5194,1,leg_gt,0.36,60 -57241,sell_contrast_m10_bb_pos,sell,2025-12-22 07:36:00,753.0,1.5194,1,leg_gt,0.36,60 -57242,sell_contrast_m10_bb_pos,sell,2025-12-22 07:39:00,753.0,1.5194,1,leg_gt,0.36,60 -57243,sell_contrast_m10_bb_pos,sell,2025-12-22 07:42:00,754.0,1.6544,1,leg_gt,0.37,60 -57244,sell_contrast_m10_bb_pos,sell,2025-12-22 07:45:00,755.0,1.7893,1,leg_gt,0.37,60 -57245,sell_contrast_m10_bb_pos,sell,2025-12-22 07:48:00,756.0,1.9243,1,leg_gt,0.37,60 -57246,sell_contrast_m10_bb_pos,sell,2025-12-22 08:30:00,760.0,2.4641,1,leg_gt,0.4,60 -57247,sell_contrast_m10_bb_pos,sell,2025-12-22 08:33:00,757.0,2.0592,1,leg_gt,0.4,60 -57248,sell_contrast_m10_bb_pos,sell,2025-12-22 08:36:00,758.0,2.1942,1,leg_gt,0.4,60 -57249,sell_contrast_m10_bb_pos,sell,2025-12-22 08:39:00,759.0,2.3291,1,leg_gt,0.41,60 -57250,sell_contrast_m10_bb_pos,sell,2025-12-22 09:12:00,766.0,3.2738,1,leg_gt,0.43,60 -57251,sell_contrast_m10_bb_pos,sell,2025-12-22 09:15:00,774.0,4.3534,1,leg_gt,0.43,60 -57252,sell_contrast_m10_bb_pos,sell,2025-12-22 09:18:00,771.0,3.9486,1,leg_gt,0.43,60 -57253,sell_contrast_m10_bb_pos,sell,2025-12-22 09:51:00,771.0,3.9486,1,leg_gt,0.46,60 -57254,sell_contrast_m10_bb_pos,sell,2025-12-22 09:54:00,769.0,3.6787,1,leg_gt,0.46,60 -57255,sell_contrast_m10_bb_pos,sell,2025-12-22 09:57:00,769.0,3.6787,1,leg_gt,0.46,60 -57256,sell_contrast_m10_bb_pos,sell,2025-12-22 10:42:00,770.0,3.8136,1,leg_gt,0.49,60 -57257,sell_contrast_m10_bb_pos,sell,2025-12-22 10:45:00,769.0,3.6787,1,leg_gt,0.49,60 -57258,sell_contrast_m10_bb_pos,sell,2025-12-22 10:48:00,768.0,3.5437,1,leg_gt,0.5,60 -57259,sell_contrast_m10_bb_pos,sell,2025-12-22 17:42:00,771.0,3.9486,1,leg_gt,0.78,60 -57260,sell_contrast_m10_bb_pos,sell,2025-12-22 17:45:00,770.0,3.8136,1,leg_gt,0.79,60 -57261,sell_contrast_m10_bb_pos,sell,2025-12-22 17:48:00,770.0,3.8136,1,leg_gt,0.79,60 -57262,sell_contrast_m10_bb_pos,sell,2025-12-22 21:21:00,770.0,3.8136,1,leg_gt,0.94,60 -57263,sell_contrast_m10_bb_pos,sell,2025-12-22 21:24:00,770.0,3.8136,1,leg_gt,0.94,60 -57264,sell_contrast_m10_bb_pos,sell,2025-12-22 21:27:00,770.0,3.8136,1,leg_gt,0.94,60 -57265,sell_contrast_m10_bb_pos,sell,2025-12-22 23:21:00,771.0,3.9486,1,leg_gt,1.02,60 -57266,sell_contrast_m10_bb_pos,sell,2025-12-22 23:24:00,770.0,3.8136,1,leg_gt,1.02,60 -57267,sell_contrast_m10_bb_pos,sell,2025-12-22 23:27:00,769.0,3.6787,1,leg_gt,1.02,60 -57268,sell_contrast_m10_bb_pos,sell,2025-12-23 00:00:00,771.0,3.9486,1,leg_gt,1.05,60 -57269,sell_contrast_m10_bb_pos,sell,2025-12-23 00:03:00,769.0,3.6787,1,leg_gt,1.05,60 -57270,sell_contrast_m10_bb_pos,sell,2025-12-23 00:06:00,770.0,3.8136,1,leg_gt,1.05,60 -57271,sell_contrast_m10_bb_pos,sell,2025-12-23 00:09:00,771.0,3.9486,1,leg_gt,1.05,60 -57272,sell_contrast_m10_bb_pos,sell,2025-12-23 08:21:00,753.0,1.5194,1,leg_gt,1.39,60 -57273,sell_contrast_m10_bb_pos,sell,2025-12-23 08:24:00,753.0,1.5194,1,leg_gt,1.4,60 -57274,sell_contrast_m10_bb_pos,sell,2025-12-23 08:27:00,752.0,1.3845,1,leg_gt,1.4,60 -57275,sell_contrast_m10_bb_pos,sell,2025-12-23 08:30:00,753.0,1.5194,1,leg_gt,1.4,60 -57276,sell_contrast_m10_bb_pos,sell,2025-12-23 08:33:00,753.0,1.5194,1,leg_gt,1.4,60 -57277,sell_contrast_m10_bb_pos,sell,2025-12-23 08:36:00,751.0,1.2495,1,leg_gt,1.4,60 -57278,sell_contrast_m10_bb_pos,sell,2025-12-23 08:39:00,752.0,1.3845,1,leg_gt,1.41,60 -57279,sell_contrast_m10_bb_pos,sell,2025-12-23 09:21:00,753.0,1.5194,1,leg_gt,1.44,60 -57280,sell_contrast_m10_bb_pos,sell,2025-12-23 09:24:00,754.0,1.6544,1,leg_gt,1.44,60 -57281,sell_contrast_m10_bb_pos,sell,2025-12-23 09:27:00,754.0,1.6544,1,leg_gt,1.44,60 -57282,sell_contrast_m10_bb_pos,sell,2025-12-23 09:30:00,756.0,1.9243,1,leg_gt,1.44,60 -57283,sell_contrast_m10_bb_pos,sell,2025-12-23 09:33:00,757.0,2.0592,1,leg_gt,1.44,60 -57284,sell_contrast_m10_bb_pos,sell,2025-12-23 09:36:00,757.0,2.0592,1,leg_gt,1.45,60 -57285,sell_contrast_m10_bb_pos,sell,2025-12-23 09:39:00,759.0,2.3291,1,leg_gt,1.45,60 -57286,sell_contrast_m10_bb_pos,sell,2025-12-23 10:12:00,761.0,2.5991,1,leg_gt,1.47,60 -57287,sell_contrast_m10_bb_pos,sell,2025-12-23 10:15:00,759.0,2.3291,1,leg_gt,1.47,60 -57288,sell_contrast_m10_bb_pos,sell,2025-12-23 10:18:00,757.0,2.0592,1,leg_gt,1.48,60 -57289,sell_contrast_m10_bb_pos,sell,2025-12-23 19:51:00,746.0,0.5748,1,leg_gt,1.87,60 -57290,sell_contrast_m10_bb_pos,sell,2025-12-23 19:54:00,744.0,0.3049,1,leg_gt,1.88,60 -57291,sell_contrast_m10_bb_pos,sell,2025-12-23 19:57:00,745.0,0.4398,1,leg_gt,1.88,60 -57292,sell_contrast_m10_bb_pos,sell,2025-12-23 20:00:00,745.0,0.4398,1,leg_gt,1.88,60 -57293,sell_contrast_m10_bb_pos,sell,2025-12-23 20:06:00,745.0,0.4398,1,leg_gt,1.88,60 -57294,sell_contrast_m10_bb_pos,sell,2025-12-23 20:09:00,745.0,0.4398,1,leg_gt,1.89,60 -57295,sell_contrast_m10_bb_pos,sell,2025-12-24 02:00:00,735.0,-0.9097,0,leg_gt,2.13,60 -57296,sell_contrast_m10_bb_pos,sell,2025-12-24 02:03:00,735.0,-0.9097,0,leg_gt,2.13,60 -57297,sell_contrast_m10_bb_pos,sell,2025-12-24 02:06:00,737.0,-0.6398,0,leg_gt,2.13,60 -57298,sell_contrast_m10_bb_pos,sell,2025-12-24 02:09:00,737.0,-0.6398,0,leg_gt,2.14,60 -57299,sell_contrast_m10_bb_pos,sell,2025-12-24 02:12:00,736.0,-0.7748,0,leg_gt,2.14,60 -57300,sell_contrast_m10_bb_pos,sell,2025-12-24 02:15:00,736.0,-0.7748,0,leg_gt,2.14,60 -57301,sell_contrast_m10_bb_pos,sell,2025-12-24 02:18:00,738.0,-0.5049,0,leg_gt,2.14,60 -57302,sell_contrast_m10_bb_pos,sell,2025-12-24 03:42:00,739.0,-0.3699,0,leg_gt,2.2,60 -57303,sell_contrast_m10_bb_pos,sell,2025-12-24 03:45:00,741.0,-0.1,0,leg_gt,2.2,60 -57304,sell_contrast_m10_bb_pos,sell,2025-12-24 03:48:00,742.0,0.035,1,leg_gt,2.2,60 -57305,sell_contrast_m10_bb_pos,sell,2025-12-24 03:51:00,740.0,-0.235,0,leg_gt,2.21,60 -57306,sell_contrast_m10_bb_pos,sell,2025-12-24 03:54:00,739.0,-0.3699,0,leg_gt,2.21,60 -57307,sell_contrast_m10_bb_pos,sell,2025-12-24 03:57:00,741.0,-0.1,0,leg_gt,2.21,60 -57308,sell_contrast_m10_bb_pos,sell,2025-12-24 04:00:00,740.0,-0.235,0,leg_gt,2.21,60 -57309,sell_contrast_m10_bb_pos,sell,2025-12-24 04:03:00,739.0,-0.3699,0,leg_gt,2.21,60 -57310,sell_contrast_m10_bb_pos,sell,2025-12-24 04:06:00,740.0,-0.235,0,leg_gt,2.22,60 -57311,sell_contrast_m10_bb_pos,sell,2025-12-24 04:09:00,737.0,-0.6398,0,leg_gt,2.22,60 -57312,sell_contrast_m10_bb_pos,sell,2025-12-24 05:51:00,742.0,0.035,1,leg_gt,2.29,60 -57313,sell_contrast_m10_bb_pos,sell,2025-12-24 05:54:00,742.0,0.035,1,leg_gt,2.29,60 -57314,sell_contrast_m10_bb_pos,sell,2025-12-24 05:57:00,741.0,-0.1,0,leg_gt,2.29,60 -57315,sell_contrast_m10_bb_pos,sell,2025-12-24 16:51:00,716.0,-3.4738,0,leg_gt,2.75,60 -57316,sell_contrast_m10_bb_pos,sell,2025-12-24 16:54:00,717.0,-3.3389,0,leg_gt,2.75,60 -57317,sell_contrast_m10_bb_pos,sell,2025-12-24 16:57:00,714.0,-3.7437,0,leg_gt,2.75,60 -57318,sell_contrast_m10_bb_pos,sell,2025-12-24 21:51:00,716.0,-3.4738,0,leg_gt,2.96,60 -57319,sell_contrast_m10_bb_pos,sell,2025-12-24 21:54:00,716.0,-3.4738,0,leg_gt,2.96,60 -57320,sell_contrast_m10_bb_pos,sell,2025-12-24 21:57:00,717.0,-3.3389,0,leg_gt,2.96,60 -57321,sell_contrast_m10_bb_pos,sell,2025-12-24 22:00:00,716.0,-3.4738,0,leg_gt,2.96,60 -57322,sell_contrast_m10_bb_pos,sell,2025-12-24 22:03:00,716.0,-3.4738,0,leg_gt,2.96,60 -57323,sell_contrast_m10_bb_pos,sell,2025-12-24 22:06:00,716.0,-3.4738,0,leg_gt,2.97,60 -57324,sell_contrast_m10_bb_pos,sell,2025-12-24 22:09:00,715.0,-3.6088,0,leg_gt,2.97,60 -57325,sell_contrast_m10_bb_pos,sell,2025-12-25 00:42:00,717.0,1.1712,1,leg_gt,0.05,60 -57326,sell_contrast_m10_bb_pos,sell,2025-12-25 00:45:00,719.0,1.4537,1,leg_gt,0.05,60 -57327,sell_contrast_m10_bb_pos,sell,2025-12-25 00:48:00,718.0,1.3124,1,leg_gt,0.05,60 -57328,sell_contrast_m10_bb_pos,sell,2025-12-25 00:51:00,716.0,1.0299,1,leg_gt,0.05,60 -57329,sell_contrast_m10_bb_pos,sell,2025-12-25 00:54:00,718.0,1.3124,1,leg_gt,0.05,60 -57330,sell_contrast_m10_bb_pos,sell,2025-12-25 00:57:00,717.0,1.1712,1,leg_gt,0.06,60 -57331,sell_contrast_m10_bb_pos,sell,2025-12-25 01:00:00,718.0,1.3124,1,leg_gt,0.06,60 -57332,sell_contrast_m10_bb_pos,sell,2025-12-25 01:03:00,718.0,1.3124,1,leg_gt,0.06,60 -57333,sell_contrast_m10_bb_pos,sell,2025-12-25 01:06:00,718.0,1.3124,1,leg_gt,0.06,60 -57334,sell_contrast_m10_bb_pos,sell,2025-12-25 01:09:00,717.0,1.1712,1,leg_gt,0.06,60 -57335,sell_contrast_m10_bb_pos,sell,2025-12-25 01:51:00,716.0,1.0299,1,leg_gt,0.09,60 -57336,sell_contrast_m10_bb_pos,sell,2025-12-25 01:54:00,716.0,1.0299,1,leg_gt,0.1,60 -57337,sell_contrast_m10_bb_pos,sell,2025-12-25 01:57:00,716.0,1.0299,1,leg_gt,0.1,60 -57338,sell_contrast_m10_bb_pos,sell,2025-12-25 05:12:00,718.0,1.3124,1,leg_gt,0.23,60 -57339,sell_contrast_m10_bb_pos,sell,2025-12-25 05:15:00,717.0,1.1712,1,leg_gt,0.24,60 -57340,sell_contrast_m10_bb_pos,sell,2025-12-25 05:18:00,718.0,1.3124,1,leg_gt,0.24,60 -57341,sell_contrast_m10_bb_pos,sell,2025-12-25 05:21:00,719.0,1.4537,1,leg_gt,0.24,60 -57342,sell_contrast_m10_bb_pos,sell,2025-12-25 05:24:00,719.0,1.4537,1,leg_gt,0.24,60 -57343,sell_contrast_m10_bb_pos,sell,2025-12-25 05:27:00,717.0,1.1712,1,leg_gt,0.24,60 -57344,sell_contrast_m10_bb_pos,sell,2025-12-25 05:30:00,718.0,1.3124,1,leg_gt,0.25,60 -57345,sell_contrast_m10_bb_pos,sell,2025-12-25 05:33:00,719.0,1.4537,1,leg_gt,0.25,60 -57346,sell_contrast_m10_bb_pos,sell,2025-12-25 05:39:00,717.0,1.1712,1,leg_gt,0.25,60 -57347,sell_contrast_m10_bb_pos,sell,2025-12-25 07:12:00,722.0,1.8774,1,leg_gt,0.32,60 -57348,sell_contrast_m10_bb_pos,sell,2025-12-25 07:15:00,722.0,1.8774,1,leg_gt,0.32,60 -57349,sell_contrast_m10_bb_pos,sell,2025-12-25 07:18:00,722.0,1.8774,1,leg_gt,0.32,60 -57350,sell_contrast_m10_bb_pos,sell,2025-12-25 07:21:00,722.0,1.8774,1,leg_gt,0.32,60 -57351,sell_contrast_m10_bb_pos,sell,2025-12-25 07:24:00,722.0,1.8774,1,leg_gt,0.32,60 -57352,sell_contrast_m10_bb_pos,sell,2025-12-25 07:27:00,722.0,1.8774,1,leg_gt,0.33,60 -57353,sell_contrast_m10_bb_pos,sell,2025-12-25 07:30:00,722.0,1.8774,1,leg_gt,0.33,60 -57354,sell_contrast_m10_bb_pos,sell,2025-12-25 07:33:00,724.0,2.1599,1,leg_gt,0.33,60 -57355,sell_contrast_m10_bb_pos,sell,2025-12-25 07:36:00,724.0,2.1599,1,leg_gt,0.33,60 -57356,sell_contrast_m10_bb_pos,sell,2025-12-25 07:39:00,726.0,2.4424,1,leg_gt,0.34,60 -57357,sell_contrast_m10_bb_pos,sell,2025-12-25 07:51:00,724.0,2.1599,1,leg_gt,0.34,60 -57358,sell_contrast_m10_bb_pos,sell,2025-12-25 07:54:00,726.0,2.4424,1,leg_gt,0.35,60 -57359,sell_contrast_m10_bb_pos,sell,2025-12-25 07:57:00,725.0,2.3011,1,leg_gt,0.35,60 -57360,sell_contrast_m10_bb_pos,sell,2025-12-25 08:00:00,725.0,2.3011,1,leg_gt,0.35,60 -57361,sell_contrast_m10_bb_pos,sell,2025-12-25 08:03:00,724.0,2.1599,1,leg_gt,0.35,60 -57362,sell_contrast_m10_bb_pos,sell,2025-12-25 08:06:00,723.0,2.0186,1,leg_gt,0.35,60 -57363,sell_contrast_m10_bb_pos,sell,2025-12-25 08:09:00,723.0,2.0186,1,leg_gt,0.36,60 -57364,sell_contrast_m10_bb_pos,sell,2025-12-25 10:21:00,725.0,2.3011,1,leg_gt,0.45,60 -57365,sell_contrast_m10_bb_pos,sell,2025-12-25 10:24:00,725.0,2.3011,1,leg_gt,0.45,60 -57366,sell_contrast_m10_bb_pos,sell,2025-12-25 10:27:00,723.0,2.0186,1,leg_gt,0.45,60 -57367,sell_contrast_m10_bb_pos,sell,2025-12-25 10:51:00,725.0,2.3011,1,leg_gt,0.47,60 -57368,sell_contrast_m10_bb_pos,sell,2025-12-25 10:54:00,724.0,2.1599,1,leg_gt,0.47,60 -57369,sell_contrast_m10_bb_pos,sell,2025-12-25 10:57:00,723.0,2.0186,1,leg_gt,0.47,60 -57370,sell_contrast_m10_bb_pos,sell,2025-12-25 12:12:00,732.0,3.2898,1,leg_gt,0.52,60 -57371,sell_contrast_m10_bb_pos,sell,2025-12-25 12:15:00,734.0,3.5723,1,leg_gt,0.53,60 -57372,sell_contrast_m10_bb_pos,sell,2025-12-25 12:18:00,733.0,3.4311,1,leg_gt,0.53,60 -57373,sell_contrast_m10_bb_pos,sell,2025-12-25 12:21:00,735.0,3.7136,1,leg_gt,0.53,60 -57374,sell_contrast_m10_bb_pos,sell,2025-12-25 12:24:00,734.0,3.5723,1,leg_gt,0.53,60 -57375,sell_contrast_m10_bb_pos,sell,2025-12-25 12:27:00,733.0,3.4311,1,leg_gt,0.54,60 -57376,sell_contrast_m10_bb_pos,sell,2025-12-25 12:30:00,733.0,3.4311,1,leg_gt,0.54,60 -57377,sell_contrast_m10_bb_pos,sell,2025-12-25 12:33:00,732.0,3.2898,1,leg_gt,0.54,60 -57378,sell_contrast_m10_bb_pos,sell,2025-12-25 12:36:00,732.0,3.2898,1,leg_gt,0.54,60 -57379,sell_contrast_m10_bb_pos,sell,2025-12-25 12:39:00,732.0,3.2898,1,leg_gt,0.54,60 -57380,sell_contrast_m10_bb_pos,sell,2025-12-25 16:51:00,734.0,3.5723,1,leg_gt,0.72,60 -57381,sell_contrast_m10_bb_pos,sell,2025-12-25 16:54:00,733.0,3.4311,1,leg_gt,0.72,60 -57382,sell_contrast_m10_bb_pos,sell,2025-12-25 16:57:00,734.0,3.5723,1,leg_gt,0.72,60 -57383,sell_contrast_m10_bb_pos,sell,2025-12-25 17:00:00,734.0,3.5723,1,leg_gt,0.72,60 -57384,sell_contrast_m10_bb_pos,sell,2025-12-25 17:03:00,734.0,3.5723,1,leg_gt,0.73,60 -57385,sell_contrast_m10_bb_pos,sell,2025-12-25 17:06:00,738.0,4.1373,1,leg_gt,0.73,60 -57386,sell_contrast_m10_bb_pos,sell,2025-12-25 17:09:00,740.0,4.4198,1,leg_gt,0.73,60 -57387,sell_contrast_m10_bb_pos,sell,2025-12-25 17:21:00,738.0,4.1373,1,leg_gt,0.74,60 -57388,sell_contrast_m10_bb_pos,sell,2025-12-25 17:24:00,734.0,3.5723,1,leg_gt,0.74,60 -57389,sell_contrast_m10_bb_pos,sell,2025-12-25 17:27:00,737.0,3.996,1,leg_gt,0.74,60 -57390,sell_contrast_m10_bb_pos,sell,2025-12-25 18:00:00,738.0,4.1373,1,leg_gt,0.77,60 -57391,sell_contrast_m10_bb_pos,sell,2025-12-25 18:03:00,740.0,4.4198,1,leg_gt,0.77,60 -57392,sell_contrast_m10_bb_pos,sell,2025-12-25 18:06:00,738.0,4.1373,1,leg_gt,0.77,60 -57393,sell_contrast_m10_bb_pos,sell,2025-12-25 18:09:00,738.0,4.1373,1,leg_gt,0.77,60 -57394,sell_contrast_m10_bb_pos,sell,2025-12-25 22:12:00,733.0,3.4311,1,leg_gt,0.94,60 -57395,sell_contrast_m10_bb_pos,sell,2025-12-25 22:15:00,733.0,3.4311,1,leg_gt,0.94,60 -57396,sell_contrast_m10_bb_pos,sell,2025-12-25 22:18:00,731.0,3.1486,1,leg_gt,0.95,60 -57397,sell_contrast_m10_bb_pos,sell,2025-12-26 01:00:00,735.0,3.7136,1,leg_gt,1.06,60 -57398,sell_contrast_m10_bb_pos,sell,2025-12-26 01:03:00,734.0,3.5723,1,leg_gt,1.06,60 -57399,sell_contrast_m10_bb_pos,sell,2025-12-26 01:06:00,734.0,3.5723,1,leg_gt,1.06,60 -57400,sell_contrast_m10_bb_pos,sell,2025-12-26 01:09:00,734.0,3.5723,1,leg_gt,1.06,60 -57401,sell_contrast_m10_bb_pos,sell,2025-12-26 01:12:00,735.0,3.7136,1,leg_gt,1.07,60 -57402,sell_contrast_m10_bb_pos,sell,2025-12-26 01:15:00,737.0,3.996,1,leg_gt,1.07,60 -57403,sell_contrast_m10_bb_pos,sell,2025-12-26 01:18:00,736.0,3.8548,1,leg_gt,1.07,60 -57404,sell_contrast_m10_bb_pos,sell,2025-12-26 01:21:00,734.0,3.5723,1,leg_gt,1.07,60 -57405,sell_contrast_m10_bb_pos,sell,2025-12-26 01:24:00,736.0,3.8548,1,leg_gt,1.08,60 -57406,sell_contrast_m10_bb_pos,sell,2025-12-26 01:27:00,737.0,3.996,1,leg_gt,1.08,60 -57407,sell_contrast_m10_bb_pos,sell,2025-12-26 01:30:00,736.0,3.8548,1,leg_gt,1.08,60 -57408,sell_contrast_m10_bb_pos,sell,2025-12-26 01:33:00,735.0,3.7136,1,leg_gt,1.08,60 -57409,sell_contrast_m10_bb_pos,sell,2025-12-26 01:36:00,736.0,3.8548,1,leg_gt,1.08,60 -57410,sell_contrast_m10_bb_pos,sell,2025-12-26 01:39:00,737.0,3.996,1,leg_gt,1.09,60 -57411,sell_contrast_m10_bb_pos,sell,2025-12-26 01:42:00,737.0,3.996,1,leg_gt,1.09,60 -57412,sell_contrast_m10_bb_pos,sell,2025-12-26 01:45:00,737.0,3.996,1,leg_gt,1.09,60 -57413,sell_contrast_m10_bb_pos,sell,2025-12-26 01:48:00,734.0,3.5723,1,leg_gt,1.09,60 -57414,sell_contrast_m10_bb_pos,sell,2025-12-26 05:00:00,738.0,4.1373,1,leg_gt,1.23,60 -57415,sell_contrast_m10_bb_pos,sell,2025-12-26 05:03:00,736.0,3.8548,1,leg_gt,1.23,60 -57416,sell_contrast_m10_bb_pos,sell,2025-12-26 05:06:00,736.0,3.8548,1,leg_gt,1.23,60 -57417,sell_contrast_m10_bb_pos,sell,2025-12-26 05:09:00,737.0,3.996,1,leg_gt,1.23,60 -57418,sell_contrast_m10_bb_pos,sell,2025-12-26 11:42:00,726.0,3.025,1,leg_gt,0.13,60 -57419,sell_contrast_m10_bb_pos,sell,2025-12-26 11:45:00,726.0,3.025,1,leg_gt,0.13,60 -57420,sell_contrast_m10_bb_pos,sell,2025-12-26 11:48:00,728.0,3.3091,1,leg_gt,0.13,60 -57421,sell_contrast_m10_bb_pos,sell,2025-12-26 11:51:00,725.0,2.883,1,leg_gt,0.14,60 -57422,sell_contrast_m10_bb_pos,sell,2025-12-26 11:54:00,727.0,3.167,1,leg_gt,0.14,60 -57423,sell_contrast_m10_bb_pos,sell,2025-12-26 11:57:00,726.0,3.025,1,leg_gt,0.14,60 -57424,sell_contrast_m10_bb_pos,sell,2025-12-26 12:00:00,726.0,3.025,1,leg_gt,0.14,60 -57425,sell_contrast_m10_bb_pos,sell,2025-12-26 12:03:00,725.0,2.883,1,leg_gt,0.14,60 -57426,sell_contrast_m10_bb_pos,sell,2025-12-26 12:06:00,724.0,2.7409,1,leg_gt,0.15,60 -57427,sell_contrast_m10_bb_pos,sell,2025-12-26 12:09:00,723.0,2.5989,1,leg_gt,0.15,60 -57428,sell_contrast_m10_bb_pos,sell,2025-12-26 14:51:00,728.0,3.3091,1,leg_gt,0.26,60 -57429,sell_contrast_m10_bb_pos,sell,2025-12-26 14:54:00,730.0,3.5932,1,leg_gt,0.26,60 -57430,sell_contrast_m10_bb_pos,sell,2025-12-26 14:57:00,731.0,3.7352,1,leg_gt,0.26,60 -57431,sell_contrast_m10_bb_pos,sell,2025-12-26 15:00:00,731.0,3.7352,1,leg_gt,0.27,60 -57432,sell_contrast_m10_bb_pos,sell,2025-12-26 15:03:00,732.0,3.8773,1,leg_gt,0.27,60 -57433,sell_contrast_m10_bb_pos,sell,2025-12-26 15:06:00,733.0,4.0193,1,leg_gt,0.27,60 -57434,sell_contrast_m10_bb_pos,sell,2025-12-26 15:09:00,732.0,3.8773,1,leg_gt,0.27,60 -57435,sell_contrast_m10_bb_pos,sell,2025-12-26 15:12:00,732.0,3.8773,1,leg_gt,0.28,60 -57436,sell_contrast_m10_bb_pos,sell,2025-12-26 15:15:00,733.0,4.0193,1,leg_gt,0.28,60 -57437,sell_contrast_m10_bb_pos,sell,2025-12-26 15:18:00,734.0,4.1614,1,leg_gt,0.28,60 -57438,sell_contrast_m10_bb_pos,sell,2025-12-26 22:42:00,726.0,3.025,1,leg_gt,0.59,60 -57439,sell_contrast_m10_bb_pos,sell,2025-12-26 22:45:00,725.0,2.883,1,leg_gt,0.59,60 -57440,sell_contrast_m10_bb_pos,sell,2025-12-26 22:48:00,726.0,3.025,1,leg_gt,0.59,60 -57441,sell_contrast_m10_bb_pos,sell,2025-12-26 22:51:00,727.0,3.167,1,leg_gt,0.59,60 -57442,sell_contrast_m10_bb_pos,sell,2025-12-26 22:54:00,727.0,3.167,1,leg_gt,0.6,60 -57443,sell_contrast_m10_bb_pos,sell,2025-12-26 22:57:00,726.0,3.025,1,leg_gt,0.6,60 -57444,sell_contrast_m10_bb_pos,sell,2025-12-27 03:21:00,720.0,1.1658,1,leg_gt,0.06,60 -57445,sell_contrast_m10_bb_pos,sell,2025-12-27 03:24:00,719.0,1.0252,1,leg_gt,0.06,60 -57446,sell_contrast_m10_bb_pos,sell,2025-12-27 03:27:00,721.0,1.3065,1,leg_gt,0.06,60 -57447,sell_contrast_m10_bb_pos,sell,2025-12-27 03:30:00,721.0,1.3065,1,leg_gt,0.07,60 -57448,sell_contrast_m10_bb_pos,sell,2025-12-27 03:33:00,722.0,1.4471,1,leg_gt,0.07,60 -57449,sell_contrast_m10_bb_pos,sell,2025-12-27 03:36:00,721.0,1.3065,1,leg_gt,0.07,60 -57450,sell_contrast_m10_bb_pos,sell,2025-12-27 03:51:00,721.0,1.3065,1,leg_gt,0.08,60 -57451,sell_contrast_m10_bb_pos,sell,2025-12-27 03:54:00,721.0,1.3065,1,leg_gt,0.08,60 -57452,sell_contrast_m10_bb_pos,sell,2025-12-27 04:21:00,723.0,1.5878,1,leg_gt,0.1,60 -57453,sell_contrast_m10_bb_pos,sell,2025-12-27 04:24:00,724.0,1.7284,1,leg_gt,0.1,60 -57454,sell_contrast_m10_bb_pos,sell,2025-12-27 04:27:00,723.0,1.5878,1,leg_gt,0.11,60 -57455,sell_contrast_m10_bb_pos,sell,2025-12-27 04:30:00,724.0,1.7284,1,leg_gt,0.11,60 -57456,sell_contrast_m10_bb_pos,sell,2025-12-27 04:33:00,725.0,1.8691,1,leg_gt,0.11,60 -57457,sell_contrast_m10_bb_pos,sell,2025-12-27 04:36:00,727.0,2.1504,1,leg_gt,0.11,60 -57458,sell_contrast_m10_bb_pos,sell,2025-12-27 04:39:00,727.0,2.1504,1,leg_gt,0.11,60 -57459,sell_contrast_m10_bb_pos,sell,2025-12-27 04:42:00,725.0,1.8691,1,leg_gt,0.12,60 -57460,sell_contrast_m10_bb_pos,sell,2025-12-27 04:45:00,726.0,2.0097,1,leg_gt,0.12,60 -57461,sell_contrast_m10_bb_pos,sell,2025-12-27 04:48:00,725.0,1.8691,1,leg_gt,0.12,60 -57462,sell_contrast_m10_bb_pos,sell,2025-12-27 05:00:00,726.0,2.0097,1,leg_gt,0.13,60 -57463,sell_contrast_m10_bb_pos,sell,2025-12-27 05:06:00,724.0,1.7284,1,leg_gt,0.13,60 -57464,sell_contrast_m10_bb_pos,sell,2025-12-27 09:42:00,723.0,1.5878,1,leg_gt,0.32,60 -57465,sell_contrast_m10_bb_pos,sell,2025-12-27 09:45:00,723.0,1.5878,1,leg_gt,0.33,60 -57466,sell_contrast_m10_bb_pos,sell,2025-12-27 09:48:00,721.0,1.3065,1,leg_gt,0.33,60 -57467,sell_contrast_m10_bb_pos,sell,2025-12-27 11:12:00,724.0,1.7284,1,leg_gt,0.39,60 -57468,sell_contrast_m10_bb_pos,sell,2025-12-27 11:15:00,724.0,1.7284,1,leg_gt,0.39,60 -57469,sell_contrast_m10_bb_pos,sell,2025-12-27 11:18:00,723.0,1.5878,1,leg_gt,0.39,60 -57470,sell_contrast_m10_bb_pos,sell,2025-12-27 11:51:00,723.0,1.5878,1,leg_gt,0.41,60 -57471,sell_contrast_m10_bb_pos,sell,2025-12-27 11:54:00,724.0,1.7284,1,leg_gt,0.42,60 -57472,sell_contrast_m10_bb_pos,sell,2025-12-27 11:57:00,724.0,1.7284,1,leg_gt,0.42,60 -57473,sell_contrast_m10_bb_pos,sell,2025-12-27 12:51:00,727.0,2.1504,1,leg_gt,0.46,60 -57474,sell_contrast_m10_bb_pos,sell,2025-12-27 12:54:00,725.0,1.8691,1,leg_gt,0.46,60 -57475,sell_contrast_m10_bb_pos,sell,2025-12-27 12:57:00,726.0,2.0097,1,leg_gt,0.46,60 -57476,sell_contrast_m10_bb_pos,sell,2025-12-27 13:00:00,727.0,2.1504,1,leg_gt,0.46,60 -57477,sell_contrast_m10_bb_pos,sell,2025-12-27 13:03:00,726.0,2.0097,1,leg_gt,0.46,60 -57478,sell_contrast_m10_bb_pos,sell,2025-12-27 13:06:00,725.0,1.8691,1,leg_gt,0.47,60 -57479,sell_contrast_m10_bb_pos,sell,2025-12-27 13:09:00,726.0,2.0097,1,leg_gt,0.47,60 -57480,sell_contrast_m10_bb_pos,sell,2025-12-27 13:21:00,726.0,2.0097,1,leg_gt,0.48,60 -57481,sell_contrast_m10_bb_pos,sell,2025-12-27 13:24:00,726.0,2.0097,1,leg_gt,0.48,60 -57482,sell_contrast_m10_bb_pos,sell,2025-12-27 13:27:00,725.0,1.8691,1,leg_gt,0.48,60 -57483,sell_contrast_m10_bb_pos,sell,2025-12-27 19:21:00,723.0,1.5878,1,leg_gt,0.73,60 -57484,sell_contrast_m10_bb_pos,sell,2025-12-27 19:24:00,722.0,1.4471,1,leg_gt,0.73,60 -57485,sell_contrast_m10_bb_pos,sell,2025-12-27 19:27:00,722.0,1.4471,1,leg_gt,0.73,60 -57486,sell_contrast_m10_bb_pos,sell,2025-12-27 20:21:00,725.0,1.8691,1,leg_gt,0.77,60 -57487,sell_contrast_m10_bb_pos,sell,2025-12-27 20:24:00,725.0,1.8691,1,leg_gt,0.77,60 -57488,sell_contrast_m10_bb_pos,sell,2025-12-27 20:27:00,726.0,2.0097,1,leg_gt,0.77,60 -57489,sell_contrast_m10_bb_pos,sell,2025-12-27 20:42:00,726.0,2.0097,1,leg_gt,0.78,60 -57490,sell_contrast_m10_bb_pos,sell,2025-12-27 20:45:00,724.0,1.7284,1,leg_gt,0.79,60 -57491,sell_contrast_m10_bb_pos,sell,2025-12-27 20:48:00,725.0,1.8691,1,leg_gt,0.79,60 -57492,sell_contrast_m10_bb_pos,sell,2025-12-27 20:51:00,726.0,2.0097,1,leg_gt,0.79,60 -57493,sell_contrast_m10_bb_pos,sell,2025-12-27 20:54:00,726.0,2.0097,1,leg_gt,0.79,60 -57494,sell_contrast_m10_bb_pos,sell,2025-12-27 20:57:00,726.0,2.0097,1,leg_gt,0.79,60 -57495,sell_contrast_m10_bb_pos,sell,2025-12-27 21:00:00,725.0,1.8691,1,leg_gt,0.8,60 -57496,sell_contrast_m10_bb_pos,sell,2025-12-27 21:03:00,727.0,2.1504,1,leg_gt,0.8,60 -57497,sell_contrast_m10_bb_pos,sell,2025-12-27 21:06:00,727.0,2.1504,1,leg_gt,0.8,60 -57498,sell_contrast_m10_bb_pos,sell,2025-12-27 21:09:00,726.0,2.0097,1,leg_gt,0.8,60 -57499,sell_contrast_m10_bb_pos,sell,2025-12-27 21:12:00,726.0,2.0097,1,leg_gt,0.8,60 -57500,sell_contrast_m10_bb_pos,sell,2025-12-27 21:15:00,726.0,2.0097,1,leg_gt,0.81,60 -57501,sell_contrast_m10_bb_pos,sell,2025-12-27 21:18:00,727.0,2.1504,1,leg_gt,0.81,60 -57502,sell_contrast_m10_bb_pos,sell,2025-12-27 21:21:00,726.0,2.0097,1,leg_gt,0.81,60 -57503,sell_contrast_m10_bb_pos,sell,2025-12-27 21:24:00,726.0,2.0097,1,leg_gt,0.81,60 -57504,sell_contrast_m10_bb_pos,sell,2025-12-27 21:27:00,726.0,2.0097,1,leg_gt,0.81,60 -57505,sell_contrast_m10_bb_pos,sell,2025-12-27 21:42:00,727.0,2.1504,1,leg_gt,0.82,60 -57506,sell_contrast_m10_bb_pos,sell,2025-12-27 21:45:00,727.0,2.1504,1,leg_gt,0.83,60 -57507,sell_contrast_m10_bb_pos,sell,2025-12-27 21:48:00,727.0,2.1504,1,leg_gt,0.83,60 -57508,sell_contrast_m10_bb_pos,sell,2025-12-28 00:00:00,727.0,2.1504,1,leg_gt,0.92,60 -57509,sell_contrast_m10_bb_pos,sell,2025-12-28 00:03:00,725.0,1.8691,1,leg_gt,0.92,60 -57510,sell_contrast_m10_bb_pos,sell,2025-12-28 00:06:00,726.0,2.0097,1,leg_gt,0.92,60 -57511,sell_contrast_m10_bb_pos,sell,2025-12-28 00:09:00,725.0,1.8691,1,leg_gt,0.93,60 -57512,sell_contrast_m10_bb_pos,sell,2025-12-28 00:21:00,726.0,2.0097,1,leg_gt,0.94,60 -57513,sell_contrast_m10_bb_pos,sell,2025-12-28 00:24:00,726.0,2.0097,1,leg_gt,0.94,60 -57514,sell_contrast_m10_bb_pos,sell,2025-12-28 00:27:00,727.0,2.1504,1,leg_gt,0.94,60 -57515,sell_contrast_m10_bb_pos,sell,2025-12-28 00:42:00,728.0,2.291,1,leg_gt,0.95,60 -57516,sell_contrast_m10_bb_pos,sell,2025-12-28 00:45:00,728.0,2.291,1,leg_gt,0.95,60 -57517,sell_contrast_m10_bb_pos,sell,2025-12-28 00:48:00,728.0,2.291,1,leg_gt,0.95,60 -57518,sell_contrast_m10_bb_pos,sell,2025-12-28 00:51:00,730.0,2.5723,1,leg_gt,0.96,60 -57519,sell_contrast_m10_bb_pos,sell,2025-12-28 00:54:00,729.0,2.4316,1,leg_gt,0.96,60 -57520,sell_contrast_m10_bb_pos,sell,2025-12-28 00:57:00,730.0,2.5723,1,leg_gt,0.96,60 -57521,sell_contrast_m10_bb_pos,sell,2025-12-28 01:30:00,732.0,2.8536,1,leg_gt,0.98,60 -57522,sell_contrast_m10_bb_pos,sell,2025-12-28 01:33:00,732.0,2.8536,1,leg_gt,0.99,60 -57523,sell_contrast_m10_bb_pos,sell,2025-12-28 01:36:00,733.0,2.9942,1,leg_gt,0.99,60 -57524,sell_contrast_m10_bb_pos,sell,2025-12-28 01:39:00,733.0,2.9942,1,leg_gt,0.99,60 -57525,sell_contrast_m10_bb_pos,sell,2025-12-28 01:42:00,731.0,2.7129,1,leg_gt,0.99,60 -57526,sell_contrast_m10_bb_pos,sell,2025-12-28 01:45:00,732.0,2.8536,1,leg_gt,0.99,60 -57527,sell_contrast_m10_bb_pos,sell,2025-12-28 01:48:00,731.0,2.7129,1,leg_gt,1.0,60 -57528,sell_contrast_m10_bb_pos,sell,2025-12-28 04:51:00,732.0,2.8536,1,leg_gt,1.12,60 -57529,sell_contrast_m10_bb_pos,sell,2025-12-28 04:54:00,732.0,2.8536,1,leg_gt,1.12,60 -57530,sell_contrast_m10_bb_pos,sell,2025-12-28 04:57:00,732.0,2.8536,1,leg_gt,1.13,60 -57531,sell_contrast_m10_bb_pos,sell,2025-12-28 05:00:00,732.0,2.8536,1,leg_gt,1.13,60 -57532,sell_contrast_m10_bb_pos,sell,2025-12-28 05:03:00,732.0,2.8536,1,leg_gt,1.13,60 -57533,sell_contrast_m10_bb_pos,sell,2025-12-28 05:06:00,734.0,3.1349,1,leg_gt,1.13,60 -57534,sell_contrast_m10_bb_pos,sell,2025-12-28 05:09:00,732.0,2.8536,1,leg_gt,1.14,60 -57535,sell_contrast_m10_bb_pos,sell,2025-12-28 05:12:00,732.0,2.8536,1,leg_gt,1.14,60 -57536,sell_contrast_m10_bb_pos,sell,2025-12-28 05:15:00,732.0,2.8536,1,leg_gt,1.14,60 -57537,sell_contrast_m10_bb_pos,sell,2025-12-28 05:18:00,731.0,2.7129,1,leg_gt,1.14,60 -57538,sell_contrast_m10_bb_pos,sell,2025-12-28 07:12:00,741.0,4.1194,1,leg_gt,1.22,60 -57539,sell_contrast_m10_bb_pos,sell,2025-12-28 07:15:00,742.0,4.2601,1,leg_gt,1.22,60 -57540,sell_contrast_m10_bb_pos,sell,2025-12-28 07:18:00,739.0,3.8381,1,leg_gt,1.23,60 -57541,sell_contrast_m10_bb_pos,sell,2025-12-28 07:30:00,737.0,3.5568,1,leg_gt,1.23,60 -57542,sell_contrast_m10_bb_pos,sell,2025-12-28 07:33:00,735.0,3.2755,1,leg_gt,1.24,60 -57543,sell_contrast_m10_bb_pos,sell,2025-12-28 07:36:00,735.0,3.2755,1,leg_gt,1.24,60 -57544,sell_contrast_m10_bb_pos,sell,2025-12-28 07:39:00,735.0,3.2755,1,leg_gt,1.24,60 -57545,sell_contrast_m10_bb_pos,sell,2025-12-28 08:30:00,741.0,4.1194,1,leg_gt,1.27,60 -57546,sell_contrast_m10_bb_pos,sell,2025-12-28 08:33:00,741.0,4.1194,1,leg_gt,1.28,60 -57547,sell_contrast_m10_bb_pos,sell,2025-12-28 08:36:00,745.0,4.682,1,leg_gt,1.28,60 -57548,sell_contrast_m10_bb_pos,sell,2025-12-28 08:39:00,743.0,4.4007,1,leg_gt,1.28,60 -57549,sell_contrast_m10_bb_pos,sell,2025-12-28 08:42:00,742.0,4.2601,1,leg_gt,1.28,60 -57550,sell_contrast_m10_bb_pos,sell,2025-12-28 08:45:00,742.0,4.2601,1,leg_gt,1.29,60 -57551,sell_contrast_m10_bb_pos,sell,2025-12-28 08:48:00,749.0,5.2446,1,leg_gt,1.29,60 -57552,sell_contrast_m10_bb_pos,sell,2025-12-28 09:12:00,746.0,4.8226,1,leg_gt,1.3,60 -57553,sell_contrast_m10_bb_pos,sell,2025-12-28 09:15:00,747.0,4.9633,1,leg_gt,1.31,60 -57554,sell_contrast_m10_bb_pos,sell,2025-12-28 09:18:00,747.0,4.9633,1,leg_gt,1.31,60 -57555,sell_contrast_m10_bb_pos,sell,2025-12-28 09:21:00,746.0,4.8226,1,leg_gt,1.31,60 -57556,sell_contrast_m10_bb_pos,sell,2025-12-28 09:24:00,746.0,4.8226,1,leg_gt,1.31,60 -57557,sell_contrast_m10_bb_pos,sell,2025-12-28 09:27:00,745.0,4.682,1,leg_gt,1.31,60 -57558,sell_contrast_m10_bb_pos,sell,2025-12-28 16:21:00,745.0,4.682,1,leg_gt,1.6,60 -57559,sell_contrast_m10_bb_pos,sell,2025-12-28 16:24:00,745.0,4.682,1,leg_gt,1.6,60 -57560,sell_contrast_m10_bb_pos,sell,2025-12-28 16:27:00,745.0,4.682,1,leg_gt,1.61,60 -57561,sell_contrast_m10_bb_pos,sell,2025-12-28 16:51:00,746.0,4.8226,1,leg_gt,1.62,60 -57562,sell_contrast_m10_bb_pos,sell,2025-12-28 16:54:00,744.0,4.5414,1,leg_gt,1.62,60 -57563,sell_contrast_m10_bb_pos,sell,2025-12-28 16:57:00,745.0,4.682,1,leg_gt,1.63,60 -57564,sell_contrast_m10_bb_pos,sell,2025-12-28 17:42:00,747.0,4.9633,1,leg_gt,1.66,60 -57565,sell_contrast_m10_bb_pos,sell,2025-12-28 17:45:00,747.0,4.9633,1,leg_gt,1.66,60 -57566,sell_contrast_m10_bb_pos,sell,2025-12-28 17:48:00,747.0,4.9633,1,leg_gt,1.66,60 -57567,sell_contrast_m10_bb_pos,sell,2025-12-29 00:12:00,745.0,4.682,1,leg_gt,1.93,60 -57568,sell_contrast_m10_bb_pos,sell,2025-12-29 00:15:00,743.0,4.4007,1,leg_gt,1.93,60 -57569,sell_contrast_m10_bb_pos,sell,2025-12-29 00:18:00,743.0,4.4007,1,leg_gt,1.93,60 -57570,sell_contrast_m10_bb_pos,sell,2025-12-29 02:12:00,744.0,4.5414,1,leg_gt,2.01,60 -57571,sell_contrast_m10_bb_pos,sell,2025-12-29 02:15:00,744.0,4.5414,1,leg_gt,2.01,60 -57572,sell_contrast_m10_bb_pos,sell,2025-12-29 02:18:00,746.0,4.8226,1,leg_gt,2.02,60 -57573,sell_contrast_m10_bb_pos,sell,2025-12-29 07:51:00,735.0,3.2755,1,leg_gt,2.25,60 -57574,sell_contrast_m10_bb_pos,sell,2025-12-29 07:54:00,735.0,3.2755,1,leg_gt,2.25,60 -57575,sell_contrast_m10_bb_pos,sell,2025-12-29 07:57:00,734.0,3.1349,1,leg_gt,2.25,60 -57576,sell_contrast_m10_bb_pos,sell,2025-12-29 09:00:00,735.0,3.2755,1,leg_gt,2.3,60 -57577,sell_contrast_m10_bb_pos,sell,2025-12-29 09:03:00,733.0,2.9942,1,leg_gt,2.3,60 -57578,sell_contrast_m10_bb_pos,sell,2025-12-29 09:06:00,733.0,2.9942,1,leg_gt,2.3,60 -57579,sell_contrast_m10_bb_pos,sell,2025-12-29 09:09:00,733.0,2.9942,1,leg_gt,2.3,60 -57580,sell_contrast_m10_bb_pos,sell,2025-12-29 10:00:00,738.0,3.6975,1,leg_gt,2.34,60 -57581,sell_contrast_m10_bb_pos,sell,2025-12-29 10:03:00,737.0,3.5568,1,leg_gt,2.34,60 -57582,sell_contrast_m10_bb_pos,sell,2025-12-29 10:06:00,735.0,3.2755,1,leg_gt,2.34,60 -57583,sell_contrast_m10_bb_pos,sell,2025-12-29 10:09:00,735.0,3.2755,1,leg_gt,2.34,60 -57584,sell_contrast_m10_bb_pos,sell,2025-12-29 10:42:00,743.0,4.4007,1,leg_gt,2.37,60 -57585,sell_contrast_m10_bb_pos,sell,2025-12-29 10:45:00,741.0,4.1194,1,leg_gt,2.37,60 -57586,sell_contrast_m10_bb_pos,sell,2025-12-29 10:48:00,740.0,3.9788,1,leg_gt,2.37,60 -57587,sell_contrast_m10_bb_pos,sell,2025-12-29 11:00:00,741.0,4.1194,1,leg_gt,2.38,60 -57588,sell_contrast_m10_bb_pos,sell,2025-12-29 11:03:00,742.0,4.2601,1,leg_gt,2.38,60 -57589,sell_contrast_m10_bb_pos,sell,2025-12-29 11:06:00,744.0,4.5414,1,leg_gt,2.38,60 -57590,sell_contrast_m10_bb_pos,sell,2025-12-29 11:09:00,745.0,4.682,1,leg_gt,2.39,60 -57591,sell_contrast_m10_bb_pos,sell,2025-12-29 11:21:00,743.0,4.4007,1,leg_gt,2.39,60 -57592,sell_contrast_m10_bb_pos,sell,2025-12-29 11:24:00,742.0,4.2601,1,leg_gt,2.4,60 -57593,sell_contrast_m10_bb_pos,sell,2025-12-29 11:27:00,743.0,4.4007,1,leg_gt,2.4,60 -57594,sell_contrast_m10_bb_pos,sell,2025-12-29 11:30:00,744.0,4.5414,1,leg_gt,2.4,60 -57595,sell_contrast_m10_bb_pos,sell,2025-12-29 11:33:00,743.0,4.4007,1,leg_gt,2.4,60 -57596,sell_contrast_m10_bb_pos,sell,2025-12-29 11:36:00,744.0,4.5414,1,leg_gt,2.4,60 -57597,sell_contrast_m10_bb_pos,sell,2025-12-29 11:39:00,741.0,4.1194,1,leg_gt,2.41,60 -57598,sell_contrast_m10_bb_pos,sell,2025-12-29 12:30:00,747.0,4.9633,1,leg_gt,2.44,60 -57599,sell_contrast_m10_bb_pos,sell,2025-12-29 12:33:00,747.0,4.9633,1,leg_gt,2.44,60 -57600,sell_contrast_m10_bb_pos,sell,2025-12-29 12:36:00,749.0,5.2446,1,leg_gt,2.45,60 -57601,sell_contrast_m10_bb_pos,sell,2025-12-29 12:39:00,749.0,5.2446,1,leg_gt,2.45,60 -57602,sell_contrast_m10_bb_pos,sell,2025-12-29 13:00:00,752.0,5.6665,1,leg_gt,2.46,60 -57603,sell_contrast_m10_bb_pos,sell,2025-12-29 13:03:00,750.0,5.3852,1,leg_gt,2.46,60 -57604,sell_contrast_m10_bb_pos,sell,2025-12-29 13:06:00,750.0,5.3852,1,leg_gt,2.47,60 -57605,sell_contrast_m10_bb_pos,sell,2025-12-29 13:09:00,751.0,5.5259,1,leg_gt,2.47,60 -57606,sell_contrast_m10_bb_pos,sell,2025-12-29 13:12:00,750.0,5.3852,1,leg_gt,2.47,60 -57607,sell_contrast_m10_bb_pos,sell,2025-12-29 13:15:00,750.0,5.3852,1,leg_gt,2.47,60 -57608,sell_contrast_m10_bb_pos,sell,2025-12-29 13:18:00,750.0,5.3852,1,leg_gt,2.48,60 -57609,sell_contrast_m10_bb_pos,sell,2025-12-29 13:42:00,751.0,5.5259,1,leg_gt,2.49,60 -57610,sell_contrast_m10_bb_pos,sell,2025-12-29 13:45:00,750.0,5.3852,1,leg_gt,2.49,60 -57611,sell_contrast_m10_bb_pos,sell,2025-12-29 13:48:00,750.0,5.3852,1,leg_gt,2.5,60 -57612,sell_contrast_m10_bb_pos,sell,2025-12-30 00:30:00,731.0,2.7129,1,leg_gt,2.94,60 -57613,sell_contrast_m10_bb_pos,sell,2025-12-30 00:33:00,731.0,2.7129,1,leg_gt,2.94,60 -57614,sell_contrast_m10_bb_pos,sell,2025-12-30 00:36:00,731.0,2.7129,1,leg_gt,2.95,60 -57615,sell_contrast_m10_bb_pos,sell,2025-12-30 00:39:00,730.0,2.5723,1,leg_gt,2.95,60 -57616,sell_contrast_m10_bb_pos,sell,2025-12-30 07:00:00,722.0,1.4471,1,leg_gt,3.21,60 -57617,sell_contrast_m10_bb_pos,sell,2025-12-30 07:03:00,720.0,1.1658,1,leg_gt,3.21,60 -57618,sell_contrast_m10_bb_pos,sell,2025-12-30 07:06:00,720.0,1.1658,1,leg_gt,3.22,60 -57619,sell_contrast_m10_bb_pos,sell,2025-12-30 07:09:00,720.0,1.1658,1,leg_gt,3.22,60 -57620,sell_contrast_m10_bb_pos,sell,2025-12-30 07:21:00,722.0,1.4471,1,leg_gt,3.23,60 -57621,sell_contrast_m10_bb_pos,sell,2025-12-30 07:24:00,723.0,1.5878,1,leg_gt,3.23,60 -57622,sell_contrast_m10_bb_pos,sell,2025-12-30 07:27:00,721.0,1.3065,1,leg_gt,3.23,60 -57623,sell_contrast_m10_bb_pos,sell,2025-12-30 13:00:00,718.0,0.8845,1,leg_gt,3.46,60 -57624,sell_contrast_m10_bb_pos,sell,2025-12-30 13:03:00,719.0,1.0252,1,leg_gt,3.46,60 -57625,sell_contrast_m10_bb_pos,sell,2025-12-30 13:06:00,718.0,0.8845,1,leg_gt,3.47,60 -57626,sell_contrast_m10_bb_pos,sell,2025-12-30 13:09:00,718.0,0.8845,1,leg_gt,3.47,60 -57627,sell_contrast_m10_bb_pos,sell,2025-12-30 13:42:00,719.0,1.0252,1,leg_gt,3.49,60 -57628,sell_contrast_m10_bb_pos,sell,2025-12-30 13:45:00,719.0,1.0252,1,leg_gt,3.49,60 -57629,sell_contrast_m10_bb_pos,sell,2025-12-30 13:48:00,720.0,1.1658,1,leg_gt,3.5,60 -57630,sell_contrast_m10_bb_pos,sell,2025-12-30 13:51:00,719.0,1.0252,1,leg_gt,3.5,60 -57631,sell_contrast_m10_bb_pos,sell,2025-12-30 13:54:00,719.0,1.0252,1,leg_gt,3.5,60 -57632,sell_contrast_m10_bb_pos,sell,2025-12-30 13:57:00,718.0,0.8845,1,leg_gt,3.5,60 -57633,sell_contrast_m10_bb_pos,sell,2025-12-30 15:51:00,720.0,1.1658,1,leg_gt,3.58,60 -57634,sell_contrast_m10_bb_pos,sell,2025-12-30 15:54:00,719.0,1.0252,1,leg_gt,3.58,60 -57635,sell_contrast_m10_bb_pos,sell,2025-12-30 15:57:00,718.0,0.8845,1,leg_gt,3.59,60 -57636,sell_contrast_m10_bb_pos,sell,2025-12-30 16:51:00,721.0,1.3065,1,leg_gt,3.62,60 -57637,sell_contrast_m10_bb_pos,sell,2025-12-30 16:54:00,721.0,1.3065,1,leg_gt,3.62,60 -57638,sell_contrast_m10_bb_pos,sell,2025-12-30 16:57:00,720.0,1.1658,1,leg_gt,3.63,60 -57639,sell_contrast_m10_bb_pos,sell,2025-12-30 17:30:00,724.0,1.7284,1,leg_gt,3.65,60 -57640,sell_contrast_m10_bb_pos,sell,2025-12-30 17:33:00,724.0,1.7284,1,leg_gt,3.65,60 -57641,sell_contrast_m10_bb_pos,sell,2025-12-30 17:36:00,725.0,1.8691,1,leg_gt,3.65,60 -57642,sell_contrast_m10_bb_pos,sell,2025-12-30 17:39:00,725.0,1.8691,1,leg_gt,3.66,60 -57643,sell_contrast_m10_bb_pos,sell,2025-12-30 17:42:00,726.0,2.0097,1,leg_gt,3.66,60 -57644,sell_contrast_m10_bb_pos,sell,2025-12-30 17:45:00,725.0,1.8691,1,leg_gt,3.66,60 -57645,sell_contrast_m10_bb_pos,sell,2025-12-30 17:48:00,724.0,1.7284,1,leg_gt,3.66,60 -57646,sell_contrast_m10_bb_pos,sell,2025-12-30 22:30:00,727.0,2.1504,1,leg_gt,3.86,60 -57647,sell_contrast_m10_bb_pos,sell,2025-12-30 22:33:00,724.0,1.7284,1,leg_gt,3.86,60 -57648,sell_contrast_m10_bb_pos,sell,2025-12-30 22:36:00,725.0,1.8691,1,leg_gt,3.86,60 -57649,sell_contrast_m10_bb_pos,sell,2025-12-30 22:39:00,725.0,1.8691,1,leg_gt,3.86,60 -57650,sell_contrast_m10_bb_pos,sell,2025-12-31 07:21:00,715.0,0.4626,1,leg_gt,4.23,60 -57651,sell_contrast_m10_bb_pos,sell,2025-12-31 07:24:00,715.0,0.4626,1,leg_gt,4.23,60 -57652,sell_contrast_m10_bb_pos,sell,2025-12-31 07:27:00,715.0,0.4626,1,leg_gt,4.23,60 -57653,sell_contrast_m10_bb_pos,sell,2025-12-31 07:30:00,715.0,0.4626,1,leg_gt,4.23,60 -57654,sell_contrast_m10_bb_pos,sell,2025-12-31 07:33:00,714.0,0.3219,1,leg_gt,4.24,60 -57655,sell_contrast_m10_bb_pos,sell,2025-12-31 07:36:00,714.0,0.3219,1,leg_gt,4.24,60 -57656,sell_contrast_m10_bb_pos,sell,2025-12-31 07:39:00,712.0,0.0406,1,leg_gt,4.24,60 -57657,sell_contrast_m10_bb_pos,sell,2025-12-31 08:30:00,715.0,0.4626,1,leg_gt,4.28,60 -57658,sell_contrast_m10_bb_pos,sell,2025-12-31 08:33:00,715.0,0.4626,1,leg_gt,4.28,60 -57659,sell_contrast_m10_bb_pos,sell,2025-12-31 08:36:00,715.0,0.4626,1,leg_gt,4.28,60 -57660,sell_contrast_m10_bb_pos,sell,2025-12-31 10:42:00,717.0,0.7439,1,leg_gt,4.37,60 -57661,sell_contrast_m10_bb_pos,sell,2025-12-31 10:45:00,717.0,0.7439,1,leg_gt,4.37,60 -57662,sell_contrast_m10_bb_pos,sell,2025-12-31 10:48:00,716.0,0.6032,1,leg_gt,4.37,60 -57663,sell_contrast_m10_bb_pos,sell,2025-12-31 11:21:00,716.0,0.6032,1,leg_gt,4.39,60 -57664,sell_contrast_m10_bb_pos,sell,2025-12-31 11:24:00,716.0,0.6032,1,leg_gt,4.4,60 -57665,sell_contrast_m10_bb_pos,sell,2025-12-31 11:27:00,716.0,0.6032,1,leg_gt,4.4,60 -57666,sell_contrast_m10_bb_pos,sell,2025-12-31 11:33:00,717.0,0.7439,1,leg_gt,4.4,60 -57667,sell_contrast_m10_bb_pos,sell,2025-12-31 11:36:00,716.0,0.6032,1,leg_gt,4.4,60 -57668,sell_contrast_m10_bb_pos,sell,2025-12-31 11:39:00,716.0,0.6032,1,leg_gt,4.41,60 -57669,sell_contrast_m10_bb_pos,sell,2025-12-31 20:42:00,713.0,0.1813,1,leg_gt,4.78,60 -57670,sell_contrast_m10_bb_pos,sell,2025-12-31 20:45:00,714.0,0.3219,1,leg_gt,4.79,60 -57671,sell_contrast_m10_bb_pos,sell,2025-12-31 20:48:00,713.0,0.1813,1,leg_gt,4.79,60 -57672,sell_contrast_m10_bb_pos,sell,2025-12-31 21:00:00,714.0,0.3219,1,leg_gt,4.8,60 -57673,sell_contrast_m10_bb_pos,sell,2025-12-31 21:03:00,712.0,0.0406,1,leg_gt,4.8,60 -57674,sell_contrast_m10_bb_pos,sell,2025-12-31 21:06:00,713.0,0.1813,1,leg_gt,4.8,60 -57675,sell_contrast_m10_bb_pos,sell,2025-12-31 21:09:00,713.0,0.1813,1,leg_gt,4.8,60 -57676,sell_contrast_m10_bb_pos,sell,2025-12-31 23:00:00,714.0,0.3219,1,leg_gt,4.88,60 -57677,sell_contrast_m10_bb_pos,sell,2025-12-31 23:03:00,714.0,0.3219,1,leg_gt,4.88,60 -57678,sell_contrast_m10_bb_pos,sell,2025-12-31 23:06:00,714.0,0.3219,1,leg_gt,4.88,60 -57679,sell_contrast_m10_bb_pos,sell,2025-12-31 23:09:00,717.0,0.7439,1,leg_gt,4.89,60 -57680,sell_contrast_m10_bb_pos,sell,2025-12-31 23:21:00,716.0,0.6032,1,leg_gt,4.89,60 -57681,sell_contrast_m10_bb_pos,sell,2025-12-31 23:24:00,715.0,0.4626,1,leg_gt,4.9,60 -57682,sell_contrast_m10_bb_pos,sell,2025-12-31 23:27:00,714.0,0.3219,1,leg_gt,4.9,60 -57683,sell_contrast_m10_bb_pos,sell,2026-01-01 05:42:00,697.0,1.0611,1,leg_gt,0.12,60 -57684,sell_contrast_m10_bb_pos,sell,2026-01-01 05:45:00,699.0,1.3514,1,leg_gt,0.12,60 -57685,sell_contrast_m10_bb_pos,sell,2026-01-01 05:48:00,700.0,1.4965,1,leg_gt,0.12,60 -57686,sell_contrast_m10_bb_pos,sell,2026-01-01 06:24:00,702.0,1.7868,1,leg_gt,0.15,60 -57687,sell_contrast_m10_bb_pos,sell,2026-01-01 06:27:00,702.0,1.7868,1,leg_gt,0.15,60 -57688,sell_contrast_m10_bb_pos,sell,2026-01-01 06:30:00,702.0,1.7868,1,leg_gt,0.15,60 -57689,sell_contrast_m10_bb_pos,sell,2026-01-01 06:33:00,702.0,1.7868,1,leg_gt,0.15,60 -57690,sell_contrast_m10_bb_pos,sell,2026-01-01 06:36:00,702.0,1.7868,1,leg_gt,0.15,60 -57691,sell_contrast_m10_bb_pos,sell,2026-01-01 06:39:00,703.0,1.9319,1,leg_gt,0.16,60 -57692,sell_contrast_m10_bb_pos,sell,2026-01-01 06:42:00,703.0,1.9319,1,leg_gt,0.16,60 -57693,sell_contrast_m10_bb_pos,sell,2026-01-01 06:45:00,703.0,1.9319,1,leg_gt,0.16,60 -57694,sell_contrast_m10_bb_pos,sell,2026-01-01 06:48:00,705.0,2.2222,1,leg_gt,0.16,60 -57695,sell_contrast_m10_bb_pos,sell,2026-01-01 06:51:00,703.0,1.9319,1,leg_gt,0.16,60 -57696,sell_contrast_m10_bb_pos,sell,2026-01-01 06:54:00,703.0,1.9319,1,leg_gt,0.17,60 -57697,sell_contrast_m10_bb_pos,sell,2026-01-01 06:57:00,703.0,1.9319,1,leg_gt,0.17,60 -57698,sell_contrast_m10_bb_pos,sell,2026-01-01 07:00:00,704.0,2.0771,1,leg_gt,0.17,60 -57699,sell_contrast_m10_bb_pos,sell,2026-01-01 07:03:00,703.0,1.9319,1,leg_gt,0.17,60 -57700,sell_contrast_m10_bb_pos,sell,2026-01-01 07:06:00,702.0,1.7868,1,leg_gt,0.18,60 -57701,sell_contrast_m10_bb_pos,sell,2026-01-01 07:09:00,704.0,2.0771,1,leg_gt,0.18,60 -57702,sell_contrast_m10_bb_pos,sell,2026-01-01 09:21:00,706.0,2.3673,1,leg_gt,0.27,60 -57703,sell_contrast_m10_bb_pos,sell,2026-01-01 09:24:00,707.0,2.5125,1,leg_gt,0.27,60 -57704,sell_contrast_m10_bb_pos,sell,2026-01-01 09:27:00,709.0,2.8028,1,leg_gt,0.27,60 -57705,sell_contrast_m10_bb_pos,sell,2026-01-01 09:42:00,706.0,2.3673,1,leg_gt,0.28,60 -57706,sell_contrast_m10_bb_pos,sell,2026-01-01 09:45:00,706.0,2.3673,1,leg_gt,0.29,60 -57707,sell_contrast_m10_bb_pos,sell,2026-01-01 09:48:00,706.0,2.3673,1,leg_gt,0.29,60 -57708,sell_contrast_m10_bb_pos,sell,2026-01-01 14:12:00,704.0,2.0771,1,leg_gt,0.47,60 -57709,sell_contrast_m10_bb_pos,sell,2026-01-01 14:15:00,705.0,2.2222,1,leg_gt,0.47,60 -57710,sell_contrast_m10_bb_pos,sell,2026-01-01 14:18:00,705.0,2.2222,1,leg_gt,0.48,60 -57711,sell_contrast_m10_bb_pos,sell,2026-01-01 14:21:00,705.0,2.2222,1,leg_gt,0.48,60 -57712,sell_contrast_m10_bb_pos,sell,2026-01-01 14:24:00,704.0,2.0771,1,leg_gt,0.48,60 -57713,sell_contrast_m10_bb_pos,sell,2026-01-01 14:27:00,705.0,2.2222,1,leg_gt,0.48,60 -57714,sell_contrast_m10_bb_pos,sell,2026-01-01 15:00:00,706.0,2.3673,1,leg_gt,0.5,60 -57715,sell_contrast_m10_bb_pos,sell,2026-01-01 15:03:00,707.0,2.5125,1,leg_gt,0.51,60 -57716,sell_contrast_m10_bb_pos,sell,2026-01-01 15:06:00,707.0,2.5125,1,leg_gt,0.51,60 -57717,sell_contrast_m10_bb_pos,sell,2026-01-01 15:09:00,707.0,2.5125,1,leg_gt,0.51,60 -57718,sell_contrast_m10_bb_pos,sell,2026-01-01 18:30:00,709.0,2.8028,1,leg_gt,0.65,60 -57719,sell_contrast_m10_bb_pos,sell,2026-01-01 18:33:00,709.0,2.8028,1,leg_gt,0.65,60 -57720,sell_contrast_m10_bb_pos,sell,2026-01-01 18:36:00,709.0,2.8028,1,leg_gt,0.65,60 -57721,sell_contrast_m10_bb_pos,sell,2026-01-01 18:39:00,710.0,2.9479,1,leg_gt,0.66,60 -57722,sell_contrast_m10_bb_pos,sell,2026-01-01 18:51:00,710.0,2.9479,1,leg_gt,0.66,60 -57723,sell_contrast_m10_bb_pos,sell,2026-01-01 18:54:00,709.0,2.8028,1,leg_gt,0.67,60 -57724,sell_contrast_m10_bb_pos,sell,2026-01-01 18:57:00,709.0,2.8028,1,leg_gt,0.67,60 -57725,sell_contrast_m10_bb_pos,sell,2026-01-01 19:00:00,710.0,2.9479,1,leg_gt,0.67,60 -57726,sell_contrast_m10_bb_pos,sell,2026-01-01 19:03:00,710.0,2.9479,1,leg_gt,0.67,60 -57727,sell_contrast_m10_bb_pos,sell,2026-01-01 19:06:00,710.0,2.9479,1,leg_gt,0.68,60 -57728,sell_contrast_m10_bb_pos,sell,2026-01-01 19:09:00,710.0,2.9479,1,leg_gt,0.68,60 -57729,sell_contrast_m10_bb_pos,sell,2026-01-01 19:12:00,712.0,3.2382,1,leg_gt,0.68,60 -57730,sell_contrast_m10_bb_pos,sell,2026-01-01 19:15:00,712.0,3.2382,1,leg_gt,0.68,60 -57731,sell_contrast_m10_bb_pos,sell,2026-01-01 19:18:00,711.0,3.093,1,leg_gt,0.68,60 -57732,sell_contrast_m10_bb_pos,sell,2026-01-01 19:21:00,711.0,3.093,1,leg_gt,0.69,60 -57733,sell_contrast_m10_bb_pos,sell,2026-01-01 19:24:00,711.0,3.093,1,leg_gt,0.69,60 -57734,sell_contrast_m10_bb_pos,sell,2026-01-01 19:27:00,711.0,3.093,1,leg_gt,0.69,60 -57735,sell_contrast_m10_bb_pos,sell,2026-01-01 19:51:00,711.0,3.093,1,leg_gt,0.71,60 -57736,sell_contrast_m10_bb_pos,sell,2026-01-01 19:54:00,713.0,3.3833,1,leg_gt,0.71,60 -57737,sell_contrast_m10_bb_pos,sell,2026-01-01 19:57:00,712.0,3.2382,1,leg_gt,0.71,60 -57738,sell_contrast_m10_bb_pos,sell,2026-01-01 20:51:00,712.0,3.2382,1,leg_gt,0.75,60 -57739,sell_contrast_m10_bb_pos,sell,2026-01-01 20:54:00,712.0,3.2382,1,leg_gt,0.75,60 -57740,sell_contrast_m10_bb_pos,sell,2026-01-01 20:57:00,713.0,3.3833,1,leg_gt,0.75,60 -57741,sell_contrast_m10_bb_pos,sell,2026-01-01 21:12:00,714.0,3.5284,1,leg_gt,0.76,60 -57742,sell_contrast_m10_bb_pos,sell,2026-01-01 21:15:00,712.0,3.2382,1,leg_gt,0.76,60 -57743,sell_contrast_m10_bb_pos,sell,2026-01-01 21:18:00,711.0,3.093,1,leg_gt,0.77,60 -57744,sell_contrast_m10_bb_pos,sell,2026-01-01 22:12:00,713.0,3.3833,1,leg_gt,0.8,60 -57745,sell_contrast_m10_bb_pos,sell,2026-01-01 22:15:00,714.0,3.5284,1,leg_gt,0.81,60 -57746,sell_contrast_m10_bb_pos,sell,2026-01-01 22:18:00,714.0,3.5284,1,leg_gt,0.81,60 -57747,sell_contrast_m10_bb_pos,sell,2026-01-01 22:30:00,715.0,3.6736,1,leg_gt,0.82,60 -57748,sell_contrast_m10_bb_pos,sell,2026-01-01 22:33:00,715.0,3.6736,1,leg_gt,0.82,60 -57749,sell_contrast_m10_bb_pos,sell,2026-01-01 22:36:00,716.0,3.8187,1,leg_gt,0.82,60 -57750,sell_contrast_m10_bb_pos,sell,2026-01-01 22:39:00,716.0,3.8187,1,leg_gt,0.82,60 -57751,sell_contrast_m10_bb_pos,sell,2026-01-01 23:30:00,723.0,4.8347,1,leg_gt,0.86,60 -57752,sell_contrast_m10_bb_pos,sell,2026-01-01 23:33:00,722.0,4.6896,1,leg_gt,0.86,60 -57753,sell_contrast_m10_bb_pos,sell,2026-01-01 23:36:00,724.0,4.9798,1,leg_gt,0.86,60 -57754,sell_contrast_m10_bb_pos,sell,2026-01-01 23:39:00,723.0,4.8347,1,leg_gt,0.86,60 -57755,sell_contrast_m10_bb_pos,sell,2026-01-01 23:42:00,723.0,4.8347,1,leg_gt,0.87,60 -57756,sell_contrast_m10_bb_pos,sell,2026-01-01 23:45:00,723.0,4.8347,1,leg_gt,0.87,60 -57757,sell_contrast_m10_bb_pos,sell,2026-01-01 23:48:00,725.0,5.125,1,leg_gt,0.87,60 -57758,sell_contrast_m10_bb_pos,sell,2026-01-01 23:51:00,730.0,5.8507,1,leg_gt,0.87,60 -57759,sell_contrast_m10_bb_pos,sell,2026-01-01 23:54:00,729.0,5.7055,1,leg_gt,0.88,60 -57760,sell_contrast_m10_bb_pos,sell,2026-01-01 23:57:00,728.0,5.5604,1,leg_gt,0.88,60 -57761,sell_contrast_m10_bb_pos,sell,2026-01-02 00:00:00,728.0,5.5604,1,leg_gt,0.88,60 -57762,sell_contrast_m10_bb_pos,sell,2026-01-02 00:03:00,728.0,5.5604,1,leg_gt,0.88,60 -57763,sell_contrast_m10_bb_pos,sell,2026-01-02 00:06:00,728.0,5.5604,1,leg_gt,0.88,60 -57764,sell_contrast_m10_bb_pos,sell,2026-01-02 00:09:00,729.0,5.7055,1,leg_gt,0.89,60 -57765,sell_contrast_m10_bb_pos,sell,2026-01-02 00:12:00,728.0,5.5604,1,leg_gt,0.89,60 -57766,sell_contrast_m10_bb_pos,sell,2026-01-02 00:15:00,728.0,5.5604,1,leg_gt,0.89,60 -57767,sell_contrast_m10_bb_pos,sell,2026-01-02 00:18:00,730.0,5.8507,1,leg_gt,0.89,60 -57768,sell_contrast_m10_bb_pos,sell,2026-01-02 00:21:00,729.0,5.7055,1,leg_gt,0.89,60 -57769,sell_contrast_m10_bb_pos,sell,2026-01-02 00:24:00,728.0,5.5604,1,leg_gt,0.9,60 -57770,sell_contrast_m10_bb_pos,sell,2026-01-02 00:27:00,727.0,5.4152,1,leg_gt,0.9,60 -57771,sell_contrast_m10_bb_pos,sell,2026-01-02 00:51:00,733.0,6.2861,1,leg_gt,0.91,60 -57772,sell_contrast_m10_bb_pos,sell,2026-01-02 00:54:00,734.0,6.4312,1,leg_gt,0.92,60 -57773,sell_contrast_m10_bb_pos,sell,2026-01-02 00:57:00,734.0,6.4312,1,leg_gt,0.92,60 -57774,sell_contrast_m10_bb_pos,sell,2026-01-02 01:00:00,735.0,6.5763,1,leg_gt,0.92,60 -57775,sell_contrast_m10_bb_pos,sell,2026-01-02 01:03:00,735.0,6.5763,1,leg_gt,0.92,60 -57776,sell_contrast_m10_bb_pos,sell,2026-01-02 01:06:00,735.0,6.5763,1,leg_gt,0.92,60 -57777,sell_contrast_m10_bb_pos,sell,2026-01-02 01:09:00,734.0,6.4312,1,leg_gt,0.93,60 -57778,sell_contrast_m10_bb_pos,sell,2026-01-02 01:12:00,733.0,6.2861,1,leg_gt,0.93,60 -57779,sell_contrast_m10_bb_pos,sell,2026-01-02 01:15:00,733.0,6.2861,1,leg_gt,0.93,60 -57780,sell_contrast_m10_bb_pos,sell,2026-01-02 01:18:00,735.0,6.5763,1,leg_gt,0.93,60 -57781,sell_contrast_m10_bb_pos,sell,2026-01-02 01:30:00,735.0,6.5763,1,leg_gt,0.94,60 -57782,sell_contrast_m10_bb_pos,sell,2026-01-02 01:33:00,736.0,6.7215,1,leg_gt,0.94,60 -57783,sell_contrast_m10_bb_pos,sell,2026-01-02 01:36:00,735.0,6.5763,1,leg_gt,0.95,60 -57784,sell_contrast_m10_bb_pos,sell,2026-01-02 01:39:00,736.0,6.7215,1,leg_gt,0.95,60 -57785,sell_contrast_m10_bb_pos,sell,2026-01-02 01:51:00,736.0,6.7215,1,leg_gt,0.96,60 -57786,sell_contrast_m10_bb_pos,sell,2026-01-02 01:54:00,735.0,6.5763,1,leg_gt,0.96,60 -57787,sell_contrast_m10_bb_pos,sell,2026-01-02 01:57:00,735.0,6.5763,1,leg_gt,0.96,60 -57788,sell_contrast_m10_bb_pos,sell,2026-01-02 02:12:00,740.0,7.302,1,leg_gt,0.97,60 -57789,sell_contrast_m10_bb_pos,sell,2026-01-02 02:15:00,740.0,7.302,1,leg_gt,0.97,60 -57790,sell_contrast_m10_bb_pos,sell,2026-01-02 02:18:00,739.0,7.1569,1,leg_gt,0.98,60 -57791,sell_contrast_m10_bb_pos,sell,2026-01-02 02:21:00,741.0,7.4472,1,leg_gt,0.98,60 -57792,sell_contrast_m10_bb_pos,sell,2026-01-02 02:24:00,743.0,7.7374,1,leg_gt,0.98,60 -57793,sell_contrast_m10_bb_pos,sell,2026-01-02 02:27:00,744.0,7.8826,1,leg_gt,0.98,60 -57794,sell_contrast_m10_bb_pos,sell,2026-01-02 02:30:00,742.0,7.5923,1,leg_gt,0.98,60 -57795,sell_contrast_m10_bb_pos,sell,2026-01-02 02:33:00,743.0,7.7374,1,leg_gt,0.99,60 -57796,sell_contrast_m10_bb_pos,sell,2026-01-02 02:36:00,744.0,7.8826,1,leg_gt,0.99,60 -57797,sell_contrast_m10_bb_pos,sell,2026-01-02 02:39:00,745.0,8.0277,1,leg_gt,0.99,60 -57798,sell_contrast_m10_bb_pos,sell,2026-01-02 02:51:00,743.0,7.7374,1,leg_gt,1.0,60 -57799,sell_contrast_m10_bb_pos,sell,2026-01-02 02:54:00,743.0,7.7374,1,leg_gt,1.0,60 -57800,sell_contrast_m10_bb_pos,sell,2026-01-02 02:57:00,743.0,7.7374,1,leg_gt,1.0,60 -57801,sell_contrast_m10_bb_pos,sell,2026-01-02 03:00:00,745.0,8.0277,1,leg_gt,1.0,60 -57802,sell_contrast_m10_bb_pos,sell,2026-01-02 03:03:00,745.0,8.0277,1,leg_gt,1.01,60 -57803,sell_contrast_m10_bb_pos,sell,2026-01-02 03:06:00,745.0,8.0277,1,leg_gt,1.01,60 -57804,sell_contrast_m10_bb_pos,sell,2026-01-02 03:09:00,745.0,8.0277,1,leg_gt,1.01,60 -57805,sell_contrast_m10_bb_pos,sell,2026-01-02 03:12:00,744.0,7.8826,1,leg_gt,1.01,60 -57806,sell_contrast_m10_bb_pos,sell,2026-01-02 03:15:00,743.0,7.7374,1,leg_gt,1.01,60 -57807,sell_contrast_m10_bb_pos,sell,2026-01-02 03:18:00,743.0,7.7374,1,leg_gt,1.02,60 -57808,sell_contrast_m10_bb_pos,sell,2026-01-02 04:12:00,747.0,8.318,1,leg_gt,1.05,60 -57809,sell_contrast_m10_bb_pos,sell,2026-01-02 04:15:00,745.0,8.0277,1,leg_gt,1.06,60 -57810,sell_contrast_m10_bb_pos,sell,2026-01-02 04:18:00,745.0,8.0277,1,leg_gt,1.06,60 -57811,sell_contrast_m10_bb_pos,sell,2026-01-02 05:12:00,750.0,8.7534,1,leg_gt,1.1,60 -57812,sell_contrast_m10_bb_pos,sell,2026-01-02 05:15:00,749.0,8.6083,1,leg_gt,1.1,60 -57813,sell_contrast_m10_bb_pos,sell,2026-01-02 05:18:00,748.0,8.4631,1,leg_gt,1.1,60 -57814,sell_contrast_m10_bb_pos,sell,2026-01-02 05:21:00,750.0,8.7534,1,leg_gt,1.1,60 -57815,sell_contrast_m10_bb_pos,sell,2026-01-02 05:24:00,750.0,8.7534,1,leg_gt,1.1,60 -57816,sell_contrast_m10_bb_pos,sell,2026-01-02 05:27:00,749.0,8.6083,1,leg_gt,1.11,60 -57817,sell_contrast_m10_bb_pos,sell,2026-01-02 05:30:00,750.0,8.7534,1,leg_gt,1.11,60 -57818,sell_contrast_m10_bb_pos,sell,2026-01-02 05:33:00,746.0,8.1729,1,leg_gt,1.11,60 -57819,sell_contrast_m10_bb_pos,sell,2026-01-02 05:36:00,747.0,8.318,1,leg_gt,1.11,60 -57820,sell_contrast_m10_bb_pos,sell,2026-01-02 05:39:00,748.0,8.4631,1,leg_gt,1.11,60 -57821,sell_contrast_m10_bb_pos,sell,2026-01-02 05:51:00,750.0,8.7534,1,leg_gt,1.12,60 -57822,sell_contrast_m10_bb_pos,sell,2026-01-02 05:54:00,749.0,8.6083,1,leg_gt,1.12,60 -57823,sell_contrast_m10_bb_pos,sell,2026-01-02 05:57:00,750.0,8.7534,1,leg_gt,1.13,60 -57824,sell_contrast_m10_bb_pos,sell,2026-01-02 06:00:00,750.0,8.7534,1,leg_gt,1.13,60 -57825,sell_contrast_m10_bb_pos,sell,2026-01-02 06:03:00,749.0,8.6083,1,leg_gt,1.13,60 -57826,sell_contrast_m10_bb_pos,sell,2026-01-02 06:06:00,748.0,8.4631,1,leg_gt,1.13,60 -57827,sell_contrast_m10_bb_pos,sell,2026-01-02 06:09:00,747.0,8.318,1,leg_gt,1.14,60 -57828,sell_contrast_m10_bb_pos,sell,2026-01-02 07:12:00,750.0,8.7534,1,leg_gt,1.18,60 -57829,sell_contrast_m10_bb_pos,sell,2026-01-02 07:15:00,750.0,8.7534,1,leg_gt,1.18,60 -57830,sell_contrast_m10_bb_pos,sell,2026-01-02 07:18:00,750.0,8.7534,1,leg_gt,1.18,60 -57831,sell_contrast_m10_bb_pos,sell,2026-01-02 08:12:00,755.0,9.4791,1,leg_gt,1.22,60 -57832,sell_contrast_m10_bb_pos,sell,2026-01-02 08:15:00,756.0,9.6242,1,leg_gt,1.22,60 -57833,sell_contrast_m10_bb_pos,sell,2026-01-02 08:18:00,757.0,9.7694,1,leg_gt,1.23,60 -57834,sell_contrast_m10_bb_pos,sell,2026-01-02 08:21:00,757.0,9.7694,1,leg_gt,1.23,60 -57835,sell_contrast_m10_bb_pos,sell,2026-01-02 08:24:00,756.0,9.6242,1,leg_gt,1.23,60 -57836,sell_contrast_m10_bb_pos,sell,2026-01-02 08:27:00,756.0,9.6242,1,leg_gt,1.23,60 -57837,sell_contrast_m10_bb_pos,sell,2026-01-02 11:21:00,757.0,9.7694,1,leg_gt,1.35,60 -57838,sell_contrast_m10_bb_pos,sell,2026-01-02 11:24:00,757.0,9.7694,1,leg_gt,1.35,60 -57839,sell_contrast_m10_bb_pos,sell,2026-01-02 11:27:00,750.0,8.7534,1,leg_gt,1.36,60 -57840,sell_contrast_m10_bb_pos,sell,2026-01-02 12:30:00,757.0,9.7694,1,leg_gt,1.4,60 -57841,sell_contrast_m10_bb_pos,sell,2026-01-02 12:33:00,762.0,10.4951,1,leg_gt,1.4,60 -57842,sell_contrast_m10_bb_pos,sell,2026-01-02 12:36:00,761.0,10.3499,1,leg_gt,1.4,60 -57843,sell_contrast_m10_bb_pos,sell,2026-01-02 12:39:00,760.0,10.2048,1,leg_gt,1.41,60 -57844,sell_contrast_m10_bb_pos,sell,2026-01-02 13:12:00,760.0,10.2048,1,leg_gt,1.43,60 -57845,sell_contrast_m10_bb_pos,sell,2026-01-02 13:15:00,759.0,10.0597,1,leg_gt,1.43,60 -57846,sell_contrast_m10_bb_pos,sell,2026-01-02 13:18:00,758.0,9.9145,1,leg_gt,1.43,60 -57847,sell_contrast_m10_bb_pos,sell,2026-01-02 15:00:00,765.0,10.9305,1,leg_gt,1.5,60 -57848,sell_contrast_m10_bb_pos,sell,2026-01-02 15:03:00,764.0,10.7853,1,leg_gt,1.51,60 -57849,sell_contrast_m10_bb_pos,sell,2026-01-02 15:06:00,765.0,10.9305,1,leg_gt,1.51,60 -57850,sell_contrast_m10_bb_pos,sell,2026-01-02 15:09:00,765.0,10.9305,1,leg_gt,1.51,60 -57851,sell_contrast_m10_bb_pos,sell,2026-01-02 15:21:00,765.0,10.9305,1,leg_gt,1.52,60 -57852,sell_contrast_m10_bb_pos,sell,2026-01-02 15:24:00,763.0,10.6402,1,leg_gt,1.52,60 -57853,sell_contrast_m10_bb_pos,sell,2026-01-02 15:27:00,763.0,10.6402,1,leg_gt,1.52,60 -57854,sell_contrast_m10_bb_pos,sell,2026-01-02 15:30:00,765.0,10.9305,1,leg_gt,1.52,60 -57855,sell_contrast_m10_bb_pos,sell,2026-01-02 15:33:00,764.0,10.7853,1,leg_gt,1.53,60 -57856,sell_contrast_m10_bb_pos,sell,2026-01-02 15:36:00,763.0,10.6402,1,leg_gt,1.53,60 -57857,sell_contrast_m10_bb_pos,sell,2026-01-02 15:39:00,765.0,10.9305,1,leg_gt,1.53,60 -57858,sell_contrast_m10_bb_pos,sell,2026-01-02 19:12:00,770.0,11.6562,1,leg_gt,1.68,60 -57859,sell_contrast_m10_bb_pos,sell,2026-01-02 19:15:00,770.0,11.6562,1,leg_gt,1.68,60 -57860,sell_contrast_m10_bb_pos,sell,2026-01-02 19:18:00,769.0,11.511,1,leg_gt,1.68,60 -57861,sell_contrast_m10_bb_pos,sell,2026-01-02 19:21:00,768.0,11.3659,1,leg_gt,1.69,60 -57862,sell_contrast_m10_bb_pos,sell,2026-01-02 19:24:00,767.0,11.2208,1,leg_gt,1.69,60 -57863,sell_contrast_m10_bb_pos,sell,2026-01-02 19:27:00,766.0,11.0756,1,leg_gt,1.69,60 -57864,sell_contrast_m10_bb_pos,sell,2026-01-02 22:12:00,775.0,12.3819,1,leg_gt,1.8,60 -57865,sell_contrast_m10_bb_pos,sell,2026-01-02 22:15:00,776.0,12.527,1,leg_gt,1.81,60 -57866,sell_contrast_m10_bb_pos,sell,2026-01-02 22:18:00,779.0,12.9624,1,leg_gt,1.81,60 -57867,sell_contrast_m10_bb_pos,sell,2026-01-02 22:30:00,779.0,12.9624,1,leg_gt,1.82,60 -57868,sell_contrast_m10_bb_pos,sell,2026-01-02 22:33:00,782.0,13.3978,1,leg_gt,1.82,60 -57869,sell_contrast_m10_bb_pos,sell,2026-01-02 22:36:00,781.0,13.2527,1,leg_gt,1.82,60 -57870,sell_contrast_m10_bb_pos,sell,2026-01-02 22:39:00,781.0,13.2527,1,leg_gt,1.82,60 -57871,sell_contrast_m10_bb_pos,sell,2026-01-02 22:42:00,780.0,13.1075,1,leg_gt,1.82,60 -57872,sell_contrast_m10_bb_pos,sell,2026-01-02 22:45:00,780.0,13.1075,1,leg_gt,1.83,60 -57873,sell_contrast_m10_bb_pos,sell,2026-01-02 22:48:00,780.0,13.1075,1,leg_gt,1.83,60 -57874,sell_contrast_m10_bb_pos,sell,2026-01-03 01:30:00,785.0,13.8332,1,leg_gt,1.94,60 -57875,sell_contrast_m10_bb_pos,sell,2026-01-03 01:33:00,788.0,14.2687,1,leg_gt,1.94,60 -57876,sell_contrast_m10_bb_pos,sell,2026-01-03 01:36:00,790.0,14.5589,1,leg_gt,1.95,60 -57877,sell_contrast_m10_bb_pos,sell,2026-01-03 01:39:00,787.0,14.1235,1,leg_gt,1.95,60 -57878,sell_contrast_m10_bb_pos,sell,2026-01-03 02:21:00,799.0,15.8652,1,leg_gt,1.98,60 -57879,sell_contrast_m10_bb_pos,sell,2026-01-03 02:24:00,797.0,15.5749,1,leg_gt,1.98,60 -57880,sell_contrast_m10_bb_pos,sell,2026-01-03 02:27:00,795.0,15.2846,1,leg_gt,1.98,60 -57881,sell_contrast_m10_bb_pos,sell,2026-01-03 02:30:00,796.0,15.4298,1,leg_gt,1.98,60 -57882,sell_contrast_m10_bb_pos,sell,2026-01-03 02:33:00,790.0,14.5589,1,leg_gt,1.99,60 -57883,sell_contrast_m10_bb_pos,sell,2026-01-03 02:36:00,791.0,14.7041,1,leg_gt,1.99,60 -57884,sell_contrast_m10_bb_pos,sell,2026-01-03 02:39:00,790.0,14.5589,1,leg_gt,1.99,60 -57885,sell_contrast_m10_bb_pos,sell,2026-01-03 07:00:00,795.0,15.2846,1,leg_gt,2.17,60 -57886,sell_contrast_m10_bb_pos,sell,2026-01-03 07:03:00,796.0,15.4298,1,leg_gt,2.17,60 -57887,sell_contrast_m10_bb_pos,sell,2026-01-03 07:06:00,801.0,16.1554,1,leg_gt,2.17,60 -57888,sell_contrast_m10_bb_pos,sell,2026-01-03 07:09:00,798.0,15.72,1,leg_gt,2.18,60 -57889,sell_contrast_m10_bb_pos,sell,2026-01-03 07:21:00,797.0,15.5749,1,leg_gt,2.19,60 -57890,sell_contrast_m10_bb_pos,sell,2026-01-03 07:24:00,796.0,15.4298,1,leg_gt,2.19,60 -57891,sell_contrast_m10_bb_pos,sell,2026-01-03 07:27:00,796.0,15.4298,1,leg_gt,2.19,60 -57892,sell_contrast_m10_bb_pos,sell,2026-01-03 07:30:00,798.0,15.72,1,leg_gt,2.19,60 -57893,sell_contrast_m10_bb_pos,sell,2026-01-03 07:33:00,799.0,15.8652,1,leg_gt,2.19,60 -57894,sell_contrast_m10_bb_pos,sell,2026-01-03 07:36:00,798.0,15.72,1,leg_gt,2.2,60 -57895,sell_contrast_m10_bb_pos,sell,2026-01-03 07:39:00,799.0,15.8652,1,leg_gt,2.2,60 -57896,sell_contrast_m10_bb_pos,sell,2026-01-03 07:42:00,801.0,16.1554,1,leg_gt,2.2,60 -57897,sell_contrast_m10_bb_pos,sell,2026-01-03 07:45:00,802.0,16.3006,1,leg_gt,2.2,60 -57898,sell_contrast_m10_bb_pos,sell,2026-01-03 07:48:00,803.0,16.4457,1,leg_gt,2.2,60 -57899,sell_contrast_m10_bb_pos,sell,2026-01-03 08:00:00,802.0,16.3006,1,leg_gt,2.21,60 -57900,sell_contrast_m10_bb_pos,sell,2026-01-03 08:03:00,801.0,16.1554,1,leg_gt,2.21,60 -57901,sell_contrast_m10_bb_pos,sell,2026-01-03 08:06:00,802.0,16.3006,1,leg_gt,2.22,60 -57902,sell_contrast_m10_bb_pos,sell,2026-01-03 08:09:00,801.0,16.1554,1,leg_gt,2.22,60 -57903,sell_contrast_m10_bb_pos,sell,2026-01-03 08:12:00,802.0,16.3006,1,leg_gt,2.22,60 -57904,sell_contrast_m10_bb_pos,sell,2026-01-03 08:15:00,802.0,16.3006,1,leg_gt,2.22,60 -57905,sell_contrast_m10_bb_pos,sell,2026-01-03 08:18:00,805.0,16.736,1,leg_gt,2.22,60 -57906,sell_contrast_m10_bb_pos,sell,2026-01-03 08:21:00,805.0,16.736,1,leg_gt,2.23,60 -57907,sell_contrast_m10_bb_pos,sell,2026-01-03 08:24:00,804.0,16.5909,1,leg_gt,2.23,60 -57908,sell_contrast_m10_bb_pos,sell,2026-01-03 08:27:00,804.0,16.5909,1,leg_gt,2.23,60 -57909,sell_contrast_m10_bb_pos,sell,2026-01-03 08:30:00,804.0,16.5909,1,leg_gt,2.23,60 -57910,sell_contrast_m10_bb_pos,sell,2026-01-03 08:33:00,805.0,16.736,1,leg_gt,2.24,60 -57911,sell_contrast_m10_bb_pos,sell,2026-01-03 08:36:00,802.0,16.3006,1,leg_gt,2.24,60 -57912,sell_contrast_m10_bb_pos,sell,2026-01-03 08:39:00,803.0,16.4457,1,leg_gt,2.24,60 -57913,sell_contrast_m10_bb_pos,sell,2026-01-03 08:51:00,804.0,16.5909,1,leg_gt,2.25,60 -57914,sell_contrast_m10_bb_pos,sell,2026-01-03 08:54:00,803.0,16.4457,1,leg_gt,2.25,60 -57915,sell_contrast_m10_bb_pos,sell,2026-01-03 08:57:00,803.0,16.4457,1,leg_gt,2.25,60 -57916,sell_contrast_m10_bb_pos,sell,2026-01-03 09:12:00,810.0,17.4617,1,leg_gt,2.26,60 -57917,sell_contrast_m10_bb_pos,sell,2026-01-03 09:15:00,808.0,17.1714,1,leg_gt,2.26,60 -57918,sell_contrast_m10_bb_pos,sell,2026-01-03 09:18:00,806.0,16.8811,1,leg_gt,2.27,60 -57919,sell_contrast_m10_bb_pos,sell,2026-01-03 09:42:00,807.0,17.0263,1,leg_gt,2.28,60 -57920,sell_contrast_m10_bb_pos,sell,2026-01-03 09:45:00,810.0,17.4617,1,leg_gt,2.29,60 -57921,sell_contrast_m10_bb_pos,sell,2026-01-03 09:48:00,808.0,17.1714,1,leg_gt,2.29,60 -57922,sell_contrast_m10_bb_pos,sell,2026-01-03 11:42:00,810.0,17.4617,1,leg_gt,2.37,60 -57923,sell_contrast_m10_bb_pos,sell,2026-01-03 11:45:00,811.0,17.6068,1,leg_gt,2.37,60 -57924,sell_contrast_m10_bb_pos,sell,2026-01-03 11:48:00,812.0,17.752,1,leg_gt,2.37,60 -57925,sell_contrast_m10_bb_pos,sell,2026-01-03 12:12:00,812.0,17.752,1,leg_gt,2.39,60 -57926,sell_contrast_m10_bb_pos,sell,2026-01-03 12:15:00,812.0,17.752,1,leg_gt,2.39,60 -57927,sell_contrast_m10_bb_pos,sell,2026-01-03 12:18:00,812.0,17.752,1,leg_gt,2.39,60 -57928,sell_contrast_m10_bb_pos,sell,2026-01-03 12:21:00,811.0,17.6068,1,leg_gt,2.39,60 -57929,sell_contrast_m10_bb_pos,sell,2026-01-03 12:24:00,809.0,17.3165,1,leg_gt,2.4,60 -57930,sell_contrast_m10_bb_pos,sell,2026-01-03 12:27:00,808.0,17.1714,1,leg_gt,2.4,60 -57931,sell_contrast_m10_bb_pos,sell,2026-01-03 13:12:00,816.0,18.3325,1,leg_gt,2.43,60 -57932,sell_contrast_m10_bb_pos,sell,2026-01-03 13:15:00,815.0,18.1874,1,leg_gt,2.43,60 -57933,sell_contrast_m10_bb_pos,sell,2026-01-03 13:18:00,815.0,18.1874,1,leg_gt,2.43,60 -57934,sell_contrast_m10_bb_pos,sell,2026-01-03 13:42:00,818.0,18.6228,1,leg_gt,2.45,60 -57935,sell_contrast_m10_bb_pos,sell,2026-01-03 13:45:00,816.0,18.3325,1,leg_gt,2.45,60 -57936,sell_contrast_m10_bb_pos,sell,2026-01-03 13:48:00,825.0,19.6388,1,leg_gt,2.45,60 -57937,sell_contrast_m10_bb_pos,sell,2026-01-03 14:21:00,826.0,19.7839,1,leg_gt,2.48,60 -57938,sell_contrast_m10_bb_pos,sell,2026-01-03 14:24:00,826.0,19.7839,1,leg_gt,2.48,60 -57939,sell_contrast_m10_bb_pos,sell,2026-01-03 14:27:00,829.0,20.2193,1,leg_gt,2.48,60 -57940,sell_contrast_m10_bb_pos,sell,2026-01-03 14:51:00,823.0,19.3485,1,leg_gt,2.5,60 -57941,sell_contrast_m10_bb_pos,sell,2026-01-03 14:54:00,824.0,19.4936,1,leg_gt,2.5,60 -57942,sell_contrast_m10_bb_pos,sell,2026-01-03 14:57:00,825.0,19.6388,1,leg_gt,2.5,60 -57943,sell_contrast_m10_bb_pos,sell,2026-01-03 15:30:00,852.0,23.5575,1,leg_gt,2.52,60 -57944,sell_contrast_m10_bb_pos,sell,2026-01-03 15:33:00,856.0,24.138,1,leg_gt,2.53,60 -57945,sell_contrast_m10_bb_pos,sell,2026-01-03 15:36:00,859.0,24.5734,1,leg_gt,2.53,60 -57946,sell_contrast_m10_bb_pos,sell,2026-01-03 15:39:00,853.0,23.7026,1,leg_gt,2.53,60 -57947,sell_contrast_m10_bb_pos,sell,2026-01-03 19:42:00,823.0,2.0092,1,leg_gt,0.11,60 -57948,sell_contrast_m10_bb_pos,sell,2026-01-03 19:45:00,821.0,1.761,1,leg_gt,0.11,60 -57949,sell_contrast_m10_bb_pos,sell,2026-01-03 19:48:00,821.0,1.761,1,leg_gt,0.11,60 -57950,sell_contrast_m10_bb_pos,sell,2026-01-03 19:51:00,824.0,2.1333,1,leg_gt,0.12,60 -57951,sell_contrast_m10_bb_pos,sell,2026-01-03 19:54:00,825.0,2.2573,1,leg_gt,0.12,60 -57952,sell_contrast_m10_bb_pos,sell,2026-01-03 19:57:00,824.0,2.1333,1,leg_gt,0.12,60 -57953,sell_contrast_m10_bb_pos,sell,2026-01-03 20:00:00,823.0,2.0092,1,leg_gt,0.12,60 -57954,sell_contrast_m10_bb_pos,sell,2026-01-03 20:03:00,820.0,1.637,1,leg_gt,0.12,60 -57955,sell_contrast_m10_bb_pos,sell,2026-01-03 20:06:00,819.0,1.5129,1,leg_gt,0.13,60 -57956,sell_contrast_m10_bb_pos,sell,2026-01-03 20:09:00,818.0,1.3888,1,leg_gt,0.13,60 -57957,sell_contrast_m10_bb_pos,sell,2026-01-03 21:12:00,827.0,2.5055,1,leg_gt,0.17,60 -57958,sell_contrast_m10_bb_pos,sell,2026-01-03 21:15:00,825.0,2.2573,1,leg_gt,0.18,60 -57959,sell_contrast_m10_bb_pos,sell,2026-01-03 21:18:00,829.0,2.7536,1,leg_gt,0.18,60 -57960,sell_contrast_m10_bb_pos,sell,2026-01-03 21:42:00,832.0,3.1258,1,leg_gt,0.19,60 -57961,sell_contrast_m10_bb_pos,sell,2026-01-03 21:45:00,833.0,3.2499,1,leg_gt,0.2,60 -57962,sell_contrast_m10_bb_pos,sell,2026-01-03 21:48:00,834.0,3.3739,1,leg_gt,0.2,60 -57963,sell_contrast_m10_bb_pos,sell,2026-01-03 22:12:00,835.0,3.498,1,leg_gt,0.21,60 -57964,sell_contrast_m10_bb_pos,sell,2026-01-03 22:15:00,835.0,3.498,1,leg_gt,0.22,60 -57965,sell_contrast_m10_bb_pos,sell,2026-01-03 22:18:00,835.0,3.498,1,leg_gt,0.22,60 -57966,sell_contrast_m10_bb_pos,sell,2026-01-03 22:21:00,836.0,3.6221,1,leg_gt,0.22,60 -57967,sell_contrast_m10_bb_pos,sell,2026-01-03 22:24:00,836.0,3.6221,1,leg_gt,0.22,60 -57968,sell_contrast_m10_bb_pos,sell,2026-01-03 22:27:00,833.0,3.2499,1,leg_gt,0.22,60 -57969,sell_contrast_m10_bb_pos,sell,2026-01-03 22:30:00,835.0,3.498,1,leg_gt,0.23,60 -57970,sell_contrast_m10_bb_pos,sell,2026-01-03 22:33:00,837.0,3.7462,1,leg_gt,0.23,60 -57971,sell_contrast_m10_bb_pos,sell,2026-01-03 22:36:00,838.0,3.8702,1,leg_gt,0.23,60 -57972,sell_contrast_m10_bb_pos,sell,2026-01-03 22:39:00,839.0,3.9943,1,leg_gt,0.23,60 -57973,sell_contrast_m10_bb_pos,sell,2026-01-03 22:42:00,837.0,3.7462,1,leg_gt,0.24,60 -57974,sell_contrast_m10_bb_pos,sell,2026-01-03 22:45:00,832.0,3.1258,1,leg_gt,0.24,60 -57975,sell_contrast_m10_bb_pos,sell,2026-01-03 22:48:00,827.0,2.5055,1,leg_gt,0.24,60 -57976,sell_contrast_m10_bb_pos,sell,2026-01-04 02:12:00,851.0,5.4831,1,leg_gt,0.38,60 -57977,sell_contrast_m10_bb_pos,sell,2026-01-04 02:15:00,853.0,5.7313,1,leg_gt,0.38,60 -57978,sell_contrast_m10_bb_pos,sell,2026-01-04 02:18:00,852.0,5.6072,1,leg_gt,0.39,60 -57979,sell_contrast_m10_bb_pos,sell,2026-01-04 02:21:00,853.0,5.7313,1,leg_gt,0.39,60 -57980,sell_contrast_m10_bb_pos,sell,2026-01-04 02:24:00,853.0,5.7313,1,leg_gt,0.39,60 -57981,sell_contrast_m10_bb_pos,sell,2026-01-04 02:27:00,854.0,5.8553,1,leg_gt,0.39,60 -57982,sell_contrast_m10_bb_pos,sell,2026-01-04 02:30:00,853.0,5.7313,1,leg_gt,0.39,60 -57983,sell_contrast_m10_bb_pos,sell,2026-01-04 02:33:00,854.0,5.8553,1,leg_gt,0.4,60 -57984,sell_contrast_m10_bb_pos,sell,2026-01-04 02:36:00,852.0,5.6072,1,leg_gt,0.4,60 -57985,sell_contrast_m10_bb_pos,sell,2026-01-04 02:39:00,858.0,6.3516,1,leg_gt,0.4,60 -57986,sell_contrast_m10_bb_pos,sell,2026-01-04 02:42:00,860.0,6.5998,1,leg_gt,0.4,60 -57987,sell_contrast_m10_bb_pos,sell,2026-01-04 02:45:00,857.0,6.2275,1,leg_gt,0.4,60 -57988,sell_contrast_m10_bb_pos,sell,2026-01-04 02:48:00,850.0,5.3591,1,leg_gt,0.41,60 -57989,sell_contrast_m10_bb_pos,sell,2026-01-04 07:21:00,838.0,1.1077,1,leg_gt,0.1,60 -57990,sell_contrast_m10_bb_pos,sell,2026-01-04 07:24:00,838.0,1.1077,1,leg_gt,0.1,60 -57991,sell_contrast_m10_bb_pos,sell,2026-01-04 07:27:00,840.0,1.3493,1,leg_gt,0.1,60 -57992,sell_contrast_m10_bb_pos,sell,2026-01-04 08:12:00,846.0,2.0739,1,leg_gt,0.13,60 -57993,sell_contrast_m10_bb_pos,sell,2026-01-04 08:15:00,844.0,1.8324,1,leg_gt,0.13,60 -57994,sell_contrast_m10_bb_pos,sell,2026-01-04 08:18:00,849.0,2.4362,1,leg_gt,0.14,60 -57995,sell_contrast_m10_bb_pos,sell,2026-01-04 08:21:00,847.0,2.1947,1,leg_gt,0.14,60 -57996,sell_contrast_m10_bb_pos,sell,2026-01-04 08:24:00,848.0,2.3155,1,leg_gt,0.14,60 -57997,sell_contrast_m10_bb_pos,sell,2026-01-04 08:27:00,849.0,2.4362,1,leg_gt,0.14,60 -57998,sell_contrast_m10_bb_pos,sell,2026-01-04 08:30:00,849.0,2.4362,1,leg_gt,0.14,60 -57999,sell_contrast_m10_bb_pos,sell,2026-01-04 08:33:00,848.0,2.3155,1,leg_gt,0.15,60 -58000,sell_contrast_m10_bb_pos,sell,2026-01-04 08:36:00,848.0,2.3155,1,leg_gt,0.15,60 -58001,sell_contrast_m10_bb_pos,sell,2026-01-04 08:39:00,848.0,2.3155,1,leg_gt,0.15,60 -58002,sell_contrast_m10_bb_pos,sell,2026-01-04 11:12:00,848.0,2.3155,1,leg_gt,0.26,60 -58003,sell_contrast_m10_bb_pos,sell,2026-01-04 11:15:00,848.0,2.3155,1,leg_gt,0.26,60 -58004,sell_contrast_m10_bb_pos,sell,2026-01-04 11:18:00,850.0,2.557,1,leg_gt,0.26,60 -58005,sell_contrast_m10_bb_pos,sell,2026-01-04 11:21:00,853.0,2.9193,1,leg_gt,0.26,60 -58006,sell_contrast_m10_bb_pos,sell,2026-01-04 11:24:00,855.0,3.1609,1,leg_gt,0.26,60 -58007,sell_contrast_m10_bb_pos,sell,2026-01-04 11:27:00,854.0,3.0401,1,leg_gt,0.27,60 -58008,sell_contrast_m10_bb_pos,sell,2026-01-04 11:30:00,851.0,2.6778,1,leg_gt,0.27,60 -58009,sell_contrast_m10_bb_pos,sell,2026-01-04 11:33:00,850.0,2.557,1,leg_gt,0.27,60 -58010,sell_contrast_m10_bb_pos,sell,2026-01-04 11:36:00,851.0,2.6778,1,leg_gt,0.27,60 -58011,sell_contrast_m10_bb_pos,sell,2026-01-04 11:39:00,848.0,2.3155,1,leg_gt,0.28,60 -58012,sell_contrast_m10_bb_pos,sell,2026-01-04 12:42:00,856.0,3.2816,1,leg_gt,0.32,60 -58013,sell_contrast_m10_bb_pos,sell,2026-01-04 12:45:00,855.0,3.1609,1,leg_gt,0.32,60 -58014,sell_contrast_m10_bb_pos,sell,2026-01-04 12:48:00,856.0,3.2816,1,leg_gt,0.32,60 -58015,sell_contrast_m10_bb_pos,sell,2026-01-04 15:00:00,858.0,3.5232,1,leg_gt,0.41,60 -58016,sell_contrast_m10_bb_pos,sell,2026-01-04 15:03:00,859.0,3.644,1,leg_gt,0.42,60 -58017,sell_contrast_m10_bb_pos,sell,2026-01-04 15:06:00,859.0,3.644,1,leg_gt,0.42,60 -58018,sell_contrast_m10_bb_pos,sell,2026-01-04 15:09:00,858.0,3.5232,1,leg_gt,0.42,60 -58019,sell_contrast_m10_bb_pos,sell,2026-01-04 15:12:00,858.0,3.5232,1,leg_gt,0.42,60 -58020,sell_contrast_m10_bb_pos,sell,2026-01-04 15:15:00,859.0,3.644,1,leg_gt,0.42,60 -58021,sell_contrast_m10_bb_pos,sell,2026-01-04 15:18:00,858.0,3.5232,1,leg_gt,0.43,60 -58022,sell_contrast_m10_bb_pos,sell,2026-01-04 23:21:00,862.0,4.0063,1,leg_gt,0.76,60 -58023,sell_contrast_m10_bb_pos,sell,2026-01-04 23:24:00,862.0,4.0063,1,leg_gt,0.76,60 -58024,sell_contrast_m10_bb_pos,sell,2026-01-04 23:27:00,859.0,3.644,1,leg_gt,0.77,60 -58025,sell_contrast_m10_bb_pos,sell,2026-01-04 23:51:00,866.0,4.4894,1,leg_gt,0.78,60 -58026,sell_contrast_m10_bb_pos,sell,2026-01-04 23:54:00,866.0,4.4894,1,leg_gt,0.79,60 -58027,sell_contrast_m10_bb_pos,sell,2026-01-04 23:57:00,863.0,4.1271,1,leg_gt,0.79,60 -58028,sell_contrast_m10_bb_pos,sell,2026-01-05 00:00:00,863.0,4.1271,1,leg_gt,0.79,60 -58029,sell_contrast_m10_bb_pos,sell,2026-01-05 00:03:00,865.0,4.3686,1,leg_gt,0.79,60 -58030,sell_contrast_m10_bb_pos,sell,2026-01-05 00:06:00,863.0,4.1271,1,leg_gt,0.79,60 -58031,sell_contrast_m10_bb_pos,sell,2026-01-05 00:09:00,865.0,4.3686,1,leg_gt,0.8,60 -58032,sell_contrast_m10_bb_pos,sell,2026-01-05 00:30:00,867.0,4.6101,1,leg_gt,0.81,60 -58033,sell_contrast_m10_bb_pos,sell,2026-01-05 00:33:00,871.0,5.0932,1,leg_gt,0.81,60 -58034,sell_contrast_m10_bb_pos,sell,2026-01-05 00:36:00,868.0,4.7309,1,leg_gt,0.81,60 -58035,sell_contrast_m10_bb_pos,sell,2026-01-05 00:39:00,863.0,4.1271,1,leg_gt,0.82,60 -58036,sell_contrast_m10_bb_pos,sell,2026-01-05 01:00:00,870.0,4.9725,1,leg_gt,0.83,60 -58037,sell_contrast_m10_bb_pos,sell,2026-01-05 01:03:00,874.0,5.4556,1,leg_gt,0.83,60 -58038,sell_contrast_m10_bb_pos,sell,2026-01-05 01:06:00,877.0,5.8179,1,leg_gt,0.84,60 -58039,sell_contrast_m10_bb_pos,sell,2026-01-05 01:09:00,875.0,5.5763,1,leg_gt,0.84,60 -58040,sell_contrast_m10_bb_pos,sell,2026-01-05 01:21:00,875.0,5.5763,1,leg_gt,0.85,60 -58041,sell_contrast_m10_bb_pos,sell,2026-01-05 01:24:00,878.0,5.9386,1,leg_gt,0.85,60 -58042,sell_contrast_m10_bb_pos,sell,2026-01-05 01:27:00,879.0,6.0594,1,leg_gt,0.85,60 -58043,sell_contrast_m10_bb_pos,sell,2026-01-05 01:30:00,875.0,5.5763,1,leg_gt,0.85,60 -58044,sell_contrast_m10_bb_pos,sell,2026-01-05 01:33:00,875.0,5.5763,1,leg_gt,0.85,60 -58045,sell_contrast_m10_bb_pos,sell,2026-01-05 01:36:00,877.0,5.8179,1,leg_gt,0.86,60 -58046,sell_contrast_m10_bb_pos,sell,2026-01-05 01:39:00,880.0,6.1802,1,leg_gt,0.86,60 -58047,sell_contrast_m10_bb_pos,sell,2026-01-05 01:42:00,876.0,5.6971,1,leg_gt,0.86,60 -58048,sell_contrast_m10_bb_pos,sell,2026-01-05 01:45:00,876.0,5.6971,1,leg_gt,0.86,60 -58049,sell_contrast_m10_bb_pos,sell,2026-01-05 01:48:00,877.0,5.8179,1,leg_gt,0.86,60 -58050,sell_contrast_m10_bb_pos,sell,2026-01-05 01:51:00,878.0,5.9386,1,leg_gt,0.87,60 -58051,sell_contrast_m10_bb_pos,sell,2026-01-05 01:54:00,879.0,6.0594,1,leg_gt,0.87,60 -58052,sell_contrast_m10_bb_pos,sell,2026-01-05 01:57:00,880.0,6.1802,1,leg_gt,0.87,60 -58053,sell_contrast_m10_bb_pos,sell,2026-01-05 02:00:00,880.0,6.1802,1,leg_gt,0.87,60 -58054,sell_contrast_m10_bb_pos,sell,2026-01-05 02:03:00,880.0,6.1802,1,leg_gt,0.88,60 -58055,sell_contrast_m10_bb_pos,sell,2026-01-05 02:06:00,881.0,6.301,1,leg_gt,0.88,60 -58056,sell_contrast_m10_bb_pos,sell,2026-01-05 02:09:00,879.0,6.0594,1,leg_gt,0.88,60 -58057,sell_contrast_m10_bb_pos,sell,2026-01-05 02:21:00,879.0,6.0594,1,leg_gt,0.89,60 -58058,sell_contrast_m10_bb_pos,sell,2026-01-05 02:24:00,878.0,5.9386,1,leg_gt,0.89,60 -58059,sell_contrast_m10_bb_pos,sell,2026-01-05 02:27:00,875.0,5.5763,1,leg_gt,0.89,60 -58060,sell_contrast_m10_bb_pos,sell,2026-01-05 07:30:00,871.0,5.0932,1,leg_gt,1.1,60 -58061,sell_contrast_m10_bb_pos,sell,2026-01-05 07:33:00,869.0,4.8517,1,leg_gt,1.1,60 -58062,sell_contrast_m10_bb_pos,sell,2026-01-05 07:36:00,866.0,4.4894,1,leg_gt,1.11,60 -58063,sell_contrast_m10_bb_pos,sell,2026-01-05 07:39:00,865.0,4.3686,1,leg_gt,1.11,60 -58064,sell_contrast_m10_bb_pos,sell,2026-01-05 08:12:00,873.0,5.3348,1,leg_gt,1.13,60 -58065,sell_contrast_m10_bb_pos,sell,2026-01-05 08:15:00,869.0,4.8517,1,leg_gt,1.13,60 -58066,sell_contrast_m10_bb_pos,sell,2026-01-05 08:18:00,870.0,4.9725,1,leg_gt,1.14,60 -58067,sell_contrast_m10_bb_pos,sell,2026-01-05 08:21:00,870.0,4.9725,1,leg_gt,1.14,60 -58068,sell_contrast_m10_bb_pos,sell,2026-01-05 08:24:00,874.0,5.4556,1,leg_gt,1.14,60 -58069,sell_contrast_m10_bb_pos,sell,2026-01-05 08:27:00,872.0,5.214,1,leg_gt,1.14,60 -58070,sell_contrast_m10_bb_pos,sell,2026-01-05 09:51:00,875.0,5.5763,1,leg_gt,1.2,60 -58071,sell_contrast_m10_bb_pos,sell,2026-01-05 09:54:00,869.0,4.8517,1,leg_gt,1.2,60 -58072,sell_contrast_m10_bb_pos,sell,2026-01-05 09:57:00,869.0,4.8517,1,leg_gt,1.2,60 -58073,sell_contrast_m10_bb_pos,sell,2026-01-05 10:12:00,873.0,5.3348,1,leg_gt,1.21,60 -58074,sell_contrast_m10_bb_pos,sell,2026-01-05 10:15:00,873.0,5.3348,1,leg_gt,1.22,60 -58075,sell_contrast_m10_bb_pos,sell,2026-01-05 10:18:00,873.0,5.3348,1,leg_gt,1.22,60 -58076,sell_contrast_m10_bb_pos,sell,2026-01-05 11:00:00,881.0,6.301,1,leg_gt,1.25,60 -58077,sell_contrast_m10_bb_pos,sell,2026-01-05 11:03:00,885.0,6.7841,1,leg_gt,1.25,60 -58078,sell_contrast_m10_bb_pos,sell,2026-01-05 11:06:00,880.0,6.1802,1,leg_gt,1.25,60 -58079,sell_contrast_m10_bb_pos,sell,2026-01-05 11:09:00,874.0,5.4556,1,leg_gt,1.25,60 -58080,sell_contrast_m10_bb_pos,sell,2026-01-05 16:21:00,869.0,1.5374,1,leg_gt,0.12,60 -58081,sell_contrast_m10_bb_pos,sell,2026-01-05 16:24:00,865.0,1.0696,1,leg_gt,0.12,60 -58082,sell_contrast_m10_bb_pos,sell,2026-01-05 16:27:00,868.0,1.4205,1,leg_gt,0.12,60 -58083,sell_contrast_m10_bb_pos,sell,2026-01-05 17:00:00,870.0,1.6544,1,leg_gt,0.14,60 -58084,sell_contrast_m10_bb_pos,sell,2026-01-05 17:03:00,868.0,1.4205,1,leg_gt,0.15,60 -58085,sell_contrast_m10_bb_pos,sell,2026-01-05 17:06:00,870.0,1.6544,1,leg_gt,0.15,60 -58086,sell_contrast_m10_bb_pos,sell,2026-01-05 17:09:00,871.0,1.7713,1,leg_gt,0.15,60 -58087,sell_contrast_m10_bb_pos,sell,2026-01-05 17:12:00,871.0,1.7713,1,leg_gt,0.15,60 -58088,sell_contrast_m10_bb_pos,sell,2026-01-05 17:15:00,870.0,1.6544,1,leg_gt,0.15,60 -58089,sell_contrast_m10_bb_pos,sell,2026-01-05 17:18:00,869.0,1.5374,1,leg_gt,0.16,60 -58090,sell_contrast_m10_bb_pos,sell,2026-01-05 17:30:00,872.0,1.8883,1,leg_gt,0.16,60 -58091,sell_contrast_m10_bb_pos,sell,2026-01-05 17:33:00,872.0,1.8883,1,leg_gt,0.17,60 -58092,sell_contrast_m10_bb_pos,sell,2026-01-05 17:36:00,869.0,1.5374,1,leg_gt,0.17,60 -58093,sell_contrast_m10_bb_pos,sell,2026-01-05 17:39:00,867.0,1.3035,1,leg_gt,0.17,60 -58094,sell_contrast_m10_bb_pos,sell,2026-01-05 21:51:00,864.0,0.9526,1,leg_gt,0.35,60 -58095,sell_contrast_m10_bb_pos,sell,2026-01-05 21:54:00,864.0,0.9526,1,leg_gt,0.35,60 -58096,sell_contrast_m10_bb_pos,sell,2026-01-05 21:57:00,864.0,0.9526,1,leg_gt,0.35,60 -58097,sell_contrast_m10_bb_pos,sell,2026-01-05 23:00:00,863.0,0.8357,1,leg_gt,0.39,60 -58098,sell_contrast_m10_bb_pos,sell,2026-01-05 23:03:00,863.0,0.8357,1,leg_gt,0.4,60 -58099,sell_contrast_m10_bb_pos,sell,2026-01-05 23:06:00,863.0,0.8357,1,leg_gt,0.4,60 -58100,sell_contrast_m10_bb_pos,sell,2026-01-05 23:09:00,861.0,0.6018,1,leg_gt,0.4,60 -58101,sell_contrast_m10_bb_pos,sell,2026-01-05 23:21:00,865.0,1.0696,1,leg_gt,0.41,60 -58102,sell_contrast_m10_bb_pos,sell,2026-01-05 23:24:00,863.0,0.8357,1,leg_gt,0.41,60 -58103,sell_contrast_m10_bb_pos,sell,2026-01-05 23:27:00,861.0,0.6018,1,leg_gt,0.41,60 -58104,sell_contrast_m10_bb_pos,sell,2026-01-05 23:30:00,864.0,0.9526,1,leg_gt,0.41,60 -58105,sell_contrast_m10_bb_pos,sell,2026-01-05 23:33:00,864.0,0.9526,1,leg_gt,0.42,60 -58106,sell_contrast_m10_bb_pos,sell,2026-01-05 23:36:00,862.0,0.7187,1,leg_gt,0.42,60 -58107,sell_contrast_m10_bb_pos,sell,2026-01-05 23:39:00,866.0,1.1865,1,leg_gt,0.42,60 -58108,sell_contrast_m10_bb_pos,sell,2026-01-06 00:21:00,870.0,1.6544,1,leg_gt,0.45,60 -58109,sell_contrast_m10_bb_pos,sell,2026-01-06 00:24:00,867.0,1.3035,1,leg_gt,0.45,60 -58110,sell_contrast_m10_bb_pos,sell,2026-01-06 00:27:00,868.0,1.4205,1,leg_gt,0.45,60 -58111,sell_contrast_m10_bb_pos,sell,2026-01-06 01:12:00,878.0,2.5901,1,leg_gt,0.49,60 -58112,sell_contrast_m10_bb_pos,sell,2026-01-06 01:15:00,879.0,2.707,1,leg_gt,0.49,60 -58113,sell_contrast_m10_bb_pos,sell,2026-01-06 01:18:00,877.0,2.4731,1,leg_gt,0.49,60 -58114,sell_contrast_m10_bb_pos,sell,2026-01-06 01:21:00,878.0,2.5901,1,leg_gt,0.49,60 -58115,sell_contrast_m10_bb_pos,sell,2026-01-06 01:24:00,874.0,2.1222,1,leg_gt,0.49,60 -58116,sell_contrast_m10_bb_pos,sell,2026-01-06 01:27:00,877.0,2.4731,1,leg_gt,0.5,60 -58117,sell_contrast_m10_bb_pos,sell,2026-01-06 01:42:00,878.0,2.5901,1,leg_gt,0.51,60 -58118,sell_contrast_m10_bb_pos,sell,2026-01-06 01:45:00,878.0,2.5901,1,leg_gt,0.51,60 -58119,sell_contrast_m10_bb_pos,sell,2026-01-06 01:48:00,879.0,2.707,1,leg_gt,0.51,60 -58120,sell_contrast_m10_bb_pos,sell,2026-01-06 01:51:00,882.0,3.0579,1,leg_gt,0.51,60 -58121,sell_contrast_m10_bb_pos,sell,2026-01-06 01:54:00,881.0,2.9409,1,leg_gt,0.51,60 -58122,sell_contrast_m10_bb_pos,sell,2026-01-06 01:57:00,881.0,2.9409,1,leg_gt,0.52,60 -58123,sell_contrast_m10_bb_pos,sell,2026-01-06 02:00:00,881.0,2.9409,1,leg_gt,0.52,60 -58124,sell_contrast_m10_bb_pos,sell,2026-01-06 02:03:00,885.0,3.4088,1,leg_gt,0.52,60 -58125,sell_contrast_m10_bb_pos,sell,2026-01-06 02:06:00,885.0,3.4088,1,leg_gt,0.52,60 -58126,sell_contrast_m10_bb_pos,sell,2026-01-06 02:09:00,884.0,3.2918,1,leg_gt,0.52,60 -58127,sell_contrast_m10_bb_pos,sell,2026-01-06 02:12:00,884.0,3.2918,1,leg_gt,0.53,60 -58128,sell_contrast_m10_bb_pos,sell,2026-01-06 02:15:00,883.0,3.1749,1,leg_gt,0.53,60 -58129,sell_contrast_m10_bb_pos,sell,2026-01-06 02:18:00,884.0,3.2918,1,leg_gt,0.53,60 -58130,sell_contrast_m10_bb_pos,sell,2026-01-06 02:42:00,885.0,3.4088,1,leg_gt,0.55,60 -58131,sell_contrast_m10_bb_pos,sell,2026-01-06 02:45:00,888.0,3.7596,1,leg_gt,0.55,60 -58132,sell_contrast_m10_bb_pos,sell,2026-01-06 02:48:00,888.0,3.7596,1,leg_gt,0.55,60 -58133,sell_contrast_m10_bb_pos,sell,2026-01-06 04:21:00,933.0,9.0228,1,leg_gt,0.62,60 -58134,sell_contrast_m10_bb_pos,sell,2026-01-06 04:24:00,929.0,8.555,1,leg_gt,0.62,60 -58135,sell_contrast_m10_bb_pos,sell,2026-01-06 04:27:00,926.0,8.2041,1,leg_gt,0.62,60 -58136,sell_contrast_m10_bb_pos,sell,2026-01-06 13:42:00,925.0,8.0871,1,leg_gt,1.01,60 -58137,sell_contrast_m10_bb_pos,sell,2026-01-06 13:45:00,927.0,8.3211,1,leg_gt,1.01,60 -58138,sell_contrast_m10_bb_pos,sell,2026-01-06 13:48:00,928.0,8.438,1,leg_gt,1.01,60 -58139,sell_contrast_m10_bb_pos,sell,2026-01-06 14:42:00,926.0,8.2041,1,leg_gt,1.05,60 -58140,sell_contrast_m10_bb_pos,sell,2026-01-06 14:45:00,926.0,8.2041,1,leg_gt,1.05,60 -58141,sell_contrast_m10_bb_pos,sell,2026-01-06 14:48:00,922.0,7.7363,1,leg_gt,1.05,60 -58142,sell_contrast_m10_bb_pos,sell,2026-01-06 19:42:00,912.0,1.5722,1,leg_gt,0.12,60 -58143,sell_contrast_m10_bb_pos,sell,2026-01-06 19:45:00,911.0,1.4608,1,leg_gt,0.12,60 -58144,sell_contrast_m10_bb_pos,sell,2026-01-06 19:48:00,912.0,1.5722,1,leg_gt,0.12,60 -58145,sell_contrast_m10_bb_pos,sell,2026-01-06 20:00:00,912.0,1.5722,1,leg_gt,0.13,60 -58146,sell_contrast_m10_bb_pos,sell,2026-01-06 20:03:00,914.0,1.7952,1,leg_gt,0.14,60 -58147,sell_contrast_m10_bb_pos,sell,2026-01-06 20:06:00,913.0,1.6837,1,leg_gt,0.14,60 -58148,sell_contrast_m10_bb_pos,sell,2026-01-06 20:09:00,916.0,2.0182,1,leg_gt,0.14,60 -58149,sell_contrast_m10_bb_pos,sell,2026-01-06 20:51:00,921.0,2.5756,1,leg_gt,0.17,60 -58150,sell_contrast_m10_bb_pos,sell,2026-01-06 20:54:00,919.0,2.3526,1,leg_gt,0.17,60 -58151,sell_contrast_m10_bb_pos,sell,2026-01-06 20:57:00,919.0,2.3526,1,leg_gt,0.17,60 -58152,sell_contrast_m10_bb_pos,sell,2026-01-06 21:21:00,923.0,2.7986,1,leg_gt,0.19,60 -58153,sell_contrast_m10_bb_pos,sell,2026-01-06 21:24:00,923.0,2.7986,1,leg_gt,0.19,60 -58154,sell_contrast_m10_bb_pos,sell,2026-01-06 21:27:00,924.0,2.91,1,leg_gt,0.19,60 -58155,sell_contrast_m10_bb_pos,sell,2026-01-06 21:30:00,925.0,3.0215,1,leg_gt,0.2,60 -58156,sell_contrast_m10_bb_pos,sell,2026-01-06 21:33:00,926.0,3.133,1,leg_gt,0.2,60 -58157,sell_contrast_m10_bb_pos,sell,2026-01-06 21:36:00,925.0,3.0215,1,leg_gt,0.2,60 -58158,sell_contrast_m10_bb_pos,sell,2026-01-06 21:39:00,925.0,3.0215,1,leg_gt,0.2,60 -58159,sell_contrast_m10_bb_pos,sell,2026-01-07 05:42:00,907.0,2.1548,1,leg_gt,0.11,60 -58160,sell_contrast_m10_bb_pos,sell,2026-01-07 05:45:00,906.0,2.0421,1,leg_gt,0.12,60 -58161,sell_contrast_m10_bb_pos,sell,2026-01-07 05:48:00,905.0,1.9293,1,leg_gt,0.12,60 -58162,sell_contrast_m10_bb_pos,sell,2026-01-07 05:51:00,905.0,1.9293,1,leg_gt,0.12,60 -58163,sell_contrast_m10_bb_pos,sell,2026-01-07 05:54:00,904.0,1.8166,1,leg_gt,0.12,60 -58164,sell_contrast_m10_bb_pos,sell,2026-01-07 05:57:00,905.0,1.9293,1,leg_gt,0.12,60 -58165,sell_contrast_m10_bb_pos,sell,2026-01-07 06:51:00,920.0,3.6204,1,leg_gt,0.16,60 -58166,sell_contrast_m10_bb_pos,sell,2026-01-07 06:54:00,923.0,3.9586,1,leg_gt,0.16,60 -58167,sell_contrast_m10_bb_pos,sell,2026-01-07 06:57:00,924.0,4.0714,1,leg_gt,0.17,60 -58168,sell_contrast_m10_bb_pos,sell,2026-01-07 07:12:00,927.0,4.4096,1,leg_gt,0.18,60 -58169,sell_contrast_m10_bb_pos,sell,2026-01-07 07:15:00,926.0,4.2968,1,leg_gt,0.18,60 -58170,sell_contrast_m10_bb_pos,sell,2026-01-07 07:18:00,922.0,3.8459,1,leg_gt,0.18,60 -58171,sell_contrast_m10_bb_pos,sell,2026-01-07 16:21:00,903.0,1.2468,1,leg_gt,0.22,60 -58172,sell_contrast_m10_bb_pos,sell,2026-01-07 16:24:00,904.0,1.359,1,leg_gt,0.22,60 -58173,sell_contrast_m10_bb_pos,sell,2026-01-07 16:27:00,907.0,1.6957,1,leg_gt,0.23,60 -58174,sell_contrast_m10_bb_pos,sell,2026-01-08 03:30:00,875.0,-1.8957,0,leg_gt,0.69,60 -58175,sell_contrast_m10_bb_pos,sell,2026-01-08 03:33:00,878.0,-1.559,0,leg_gt,0.69,60 -58176,sell_contrast_m10_bb_pos,sell,2026-01-08 03:36:00,876.0,-1.7835,0,leg_gt,0.69,60 -58177,sell_contrast_m10_bb_pos,sell,2026-01-08 03:39:00,876.0,-1.7835,0,leg_gt,0.69,60 -58178,sell_contrast_m10_bb_pos,sell,2026-01-08 03:42:00,875.0,-1.8957,0,leg_gt,0.7,60 -58179,sell_contrast_m10_bb_pos,sell,2026-01-08 03:45:00,873.0,-2.1202,0,leg_gt,0.7,60 -58180,sell_contrast_m10_bb_pos,sell,2026-01-08 03:48:00,875.0,-1.8957,0,leg_gt,0.7,60 -58181,sell_contrast_m10_bb_pos,sell,2026-01-08 08:30:00,870.0,-2.4569,0,leg_gt,0.9,60 -58182,sell_contrast_m10_bb_pos,sell,2026-01-08 08:33:00,868.0,-2.6814,0,leg_gt,0.9,60 -58183,sell_contrast_m10_bb_pos,sell,2026-01-08 08:36:00,865.0,-3.0181,0,leg_gt,0.9,60 -58184,sell_contrast_m10_bb_pos,sell,2026-01-08 08:39:00,866.0,-2.9058,0,leg_gt,0.9,60 -58185,sell_contrast_m10_bb_pos,sell,2026-01-08 10:42:00,871.0,-2.3447,0,leg_gt,0.99,60 -58186,sell_contrast_m10_bb_pos,sell,2026-01-08 10:45:00,871.0,-2.3447,0,leg_gt,0.99,60 -58187,sell_contrast_m10_bb_pos,sell,2026-01-08 10:48:00,871.0,-2.3447,0,leg_gt,0.99,60 -58188,sell_contrast_m10_bb_pos,sell,2026-01-08 11:00:00,872.0,-2.2324,0,leg_gt,1.0,60 -58189,sell_contrast_m10_bb_pos,sell,2026-01-08 11:03:00,870.0,-2.4569,0,leg_gt,1.0,60 -58190,sell_contrast_m10_bb_pos,sell,2026-01-08 11:06:00,870.0,-2.4569,0,leg_gt,1.0,60 -58191,sell_contrast_m10_bb_pos,sell,2026-01-08 11:09:00,872.0,-2.2324,0,leg_gt,1.01,60 -58192,sell_contrast_m10_bb_pos,sell,2026-01-08 11:12:00,871.0,-2.3447,0,leg_gt,1.01,60 -58193,sell_contrast_m10_bb_pos,sell,2026-01-08 11:15:00,872.0,-2.2324,0,leg_gt,1.01,60 -58194,sell_contrast_m10_bb_pos,sell,2026-01-08 11:18:00,873.0,-2.1202,0,leg_gt,1.01,60 -58195,sell_contrast_m10_bb_pos,sell,2026-01-08 11:21:00,873.0,-2.1202,0,leg_gt,1.01,60 -58196,sell_contrast_m10_bb_pos,sell,2026-01-08 11:24:00,870.0,-2.4569,0,leg_gt,1.02,60 -58197,sell_contrast_m10_bb_pos,sell,2026-01-08 11:27:00,869.0,-2.5691,0,leg_gt,1.02,60 -58198,sell_contrast_m10_bb_pos,sell,2026-01-09 01:12:00,857.0,3.153,1,leg_gt,0.06,60 -58199,sell_contrast_m10_bb_pos,sell,2026-01-09 01:15:00,854.0,2.7916,1,leg_gt,0.06,60 -58200,sell_contrast_m10_bb_pos,sell,2026-01-09 01:18:00,854.0,2.7916,1,leg_gt,0.07,60 -58201,sell_contrast_m10_bb_pos,sell,2026-01-09 06:42:00,859.0,3.394,1,leg_gt,0.29,60 -58202,sell_contrast_m10_bb_pos,sell,2026-01-09 06:45:00,858.0,3.2735,1,leg_gt,0.29,60 -58203,sell_contrast_m10_bb_pos,sell,2026-01-09 06:48:00,857.0,3.153,1,leg_gt,0.3,60 -58204,sell_contrast_m10_bb_pos,sell,2026-01-09 07:00:00,859.0,3.394,1,leg_gt,0.3,60 -58205,sell_contrast_m10_bb_pos,sell,2026-01-09 07:03:00,861.0,3.6349,1,leg_gt,0.31,60 -58206,sell_contrast_m10_bb_pos,sell,2026-01-09 07:06:00,860.0,3.5145,1,leg_gt,0.31,60 -58207,sell_contrast_m10_bb_pos,sell,2026-01-09 07:09:00,859.0,3.394,1,leg_gt,0.31,60 -58208,sell_contrast_m10_bb_pos,sell,2026-01-09 07:12:00,859.0,3.394,1,leg_gt,0.31,60 -58209,sell_contrast_m10_bb_pos,sell,2026-01-09 07:15:00,860.0,3.5145,1,leg_gt,0.31,60 -58210,sell_contrast_m10_bb_pos,sell,2026-01-09 07:18:00,859.0,3.394,1,leg_gt,0.32,60 -58211,sell_contrast_m10_bb_pos,sell,2026-01-09 10:30:00,859.0,3.394,1,leg_gt,0.45,60 -58212,sell_contrast_m10_bb_pos,sell,2026-01-09 10:33:00,854.0,2.7916,1,leg_gt,0.45,60 -58213,sell_contrast_m10_bb_pos,sell,2026-01-09 10:36:00,848.0,2.0687,1,leg_gt,0.45,60 -58214,sell_contrast_m10_bb_pos,sell,2026-01-09 10:39:00,847.0,1.9482,1,leg_gt,0.46,60 -58215,sell_contrast_m10_bb_pos,sell,2026-01-09 15:00:00,854.0,2.7916,1,leg_gt,0.64,60 -58216,sell_contrast_m10_bb_pos,sell,2026-01-09 15:03:00,853.0,2.6711,1,leg_gt,0.64,60 -58217,sell_contrast_m10_bb_pos,sell,2026-01-09 15:06:00,853.0,2.6711,1,leg_gt,0.64,60 -58218,sell_contrast_m10_bb_pos,sell,2026-01-09 15:09:00,853.0,2.6711,1,leg_gt,0.64,60 -58219,sell_contrast_m10_bb_pos,sell,2026-01-09 15:21:00,853.0,2.6711,1,leg_gt,0.65,60 -58220,sell_contrast_m10_bb_pos,sell,2026-01-09 15:24:00,853.0,2.6711,1,leg_gt,0.65,60 -58221,sell_contrast_m10_bb_pos,sell,2026-01-09 15:27:00,853.0,2.6711,1,leg_gt,0.66,60 -58222,sell_contrast_m10_bb_pos,sell,2026-01-09 16:21:00,860.0,3.5145,1,leg_gt,0.69,60 -58223,sell_contrast_m10_bb_pos,sell,2026-01-09 16:24:00,861.0,3.6349,1,leg_gt,0.7,60 -58224,sell_contrast_m10_bb_pos,sell,2026-01-09 16:27:00,861.0,3.6349,1,leg_gt,0.7,60 -58225,sell_contrast_m10_bb_pos,sell,2026-01-09 16:42:00,862.0,3.7554,1,leg_gt,0.71,60 -58226,sell_contrast_m10_bb_pos,sell,2026-01-09 16:45:00,861.0,3.6349,1,leg_gt,0.71,60 -58227,sell_contrast_m10_bb_pos,sell,2026-01-09 16:48:00,861.0,3.6349,1,leg_gt,0.71,60 -58228,sell_contrast_m10_bb_pos,sell,2026-01-09 16:51:00,860.0,3.5145,1,leg_gt,0.71,60 -58229,sell_contrast_m10_bb_pos,sell,2026-01-09 16:54:00,861.0,3.6349,1,leg_gt,0.72,60 -58230,sell_contrast_m10_bb_pos,sell,2026-01-09 16:57:00,858.0,3.2735,1,leg_gt,0.72,60 -58231,sell_contrast_m10_bb_pos,sell,2026-01-09 17:12:00,864.0,3.9964,1,leg_gt,0.73,60 -58232,sell_contrast_m10_bb_pos,sell,2026-01-09 17:15:00,860.0,3.5145,1,leg_gt,0.73,60 -58233,sell_contrast_m10_bb_pos,sell,2026-01-09 17:18:00,859.0,3.394,1,leg_gt,0.73,60 -58234,sell_contrast_m10_bb_pos,sell,2026-01-09 22:42:00,856.0,3.0325,1,leg_gt,0.96,60 -58235,sell_contrast_m10_bb_pos,sell,2026-01-09 22:45:00,855.0,2.912,1,leg_gt,0.96,60 -58236,sell_contrast_m10_bb_pos,sell,2026-01-09 22:48:00,851.0,2.4301,1,leg_gt,0.96,60 -58237,sell_contrast_m10_bb_pos,sell,2026-01-09 23:00:00,856.0,3.0325,1,leg_gt,0.97,60 -58238,sell_contrast_m10_bb_pos,sell,2026-01-09 23:03:00,855.0,2.912,1,leg_gt,0.97,60 -58239,sell_contrast_m10_bb_pos,sell,2026-01-09 23:06:00,853.0,2.6711,1,leg_gt,0.98,60 -58240,sell_contrast_m10_bb_pos,sell,2026-01-09 23:09:00,850.0,2.3096,1,leg_gt,0.98,60 -58241,sell_contrast_m10_bb_pos,sell,2026-01-10 01:00:00,865.0,4.1169,1,leg_gt,1.05,60 -58242,sell_contrast_m10_bb_pos,sell,2026-01-10 01:03:00,870.0,4.7193,1,leg_gt,1.06,60 -58243,sell_contrast_m10_bb_pos,sell,2026-01-10 01:06:00,871.0,4.8398,1,leg_gt,1.06,60 -58244,sell_contrast_m10_bb_pos,sell,2026-01-10 01:09:00,871.0,4.8398,1,leg_gt,1.06,60 -58245,sell_contrast_m10_bb_pos,sell,2026-01-10 01:12:00,871.0,4.8398,1,leg_gt,1.06,60 -58246,sell_contrast_m10_bb_pos,sell,2026-01-10 01:15:00,876.0,5.4422,1,leg_gt,1.06,60 -58247,sell_contrast_m10_bb_pos,sell,2026-01-10 01:18:00,876.0,5.4422,1,leg_gt,1.07,60 -58248,sell_contrast_m10_bb_pos,sell,2026-01-10 01:30:00,871.0,4.8398,1,leg_gt,1.08,60 -58249,sell_contrast_m10_bb_pos,sell,2026-01-10 01:33:00,872.0,4.9602,1,leg_gt,1.08,60 -58250,sell_contrast_m10_bb_pos,sell,2026-01-10 01:36:00,868.0,4.4783,1,leg_gt,1.08,60 -58251,sell_contrast_m10_bb_pos,sell,2026-01-10 01:39:00,869.0,4.5988,1,leg_gt,1.08,60 -58252,sell_contrast_m10_bb_pos,sell,2026-01-10 01:51:00,874.0,5.2012,1,leg_gt,1.09,60 -58253,sell_contrast_m10_bb_pos,sell,2026-01-10 01:54:00,873.0,5.0807,1,leg_gt,1.09,60 -58254,sell_contrast_m10_bb_pos,sell,2026-01-10 01:57:00,874.0,5.2012,1,leg_gt,1.09,60 -58255,sell_contrast_m10_bb_pos,sell,2026-01-10 02:00:00,875.0,5.3217,1,leg_gt,1.1,60 -58256,sell_contrast_m10_bb_pos,sell,2026-01-10 02:03:00,874.0,5.2012,1,leg_gt,1.1,60 -58257,sell_contrast_m10_bb_pos,sell,2026-01-10 02:06:00,873.0,5.0807,1,leg_gt,1.1,60 -58258,sell_contrast_m10_bb_pos,sell,2026-01-10 02:09:00,871.0,4.8398,1,leg_gt,1.1,60 -58259,sell_contrast_m10_bb_pos,sell,2026-01-10 07:42:00,858.0,3.2735,1,leg_gt,1.33,60 -58260,sell_contrast_m10_bb_pos,sell,2026-01-10 07:45:00,857.0,3.153,1,leg_gt,1.34,60 -58261,sell_contrast_m10_bb_pos,sell,2026-01-10 07:48:00,857.0,3.153,1,leg_gt,1.34,60 -58262,sell_contrast_m10_bb_pos,sell,2026-01-10 16:12:00,847.0,0.974,1,leg_gt,0.04,60 -58263,sell_contrast_m10_bb_pos,sell,2026-01-10 16:15:00,850.0,1.332,1,leg_gt,0.04,60 -58264,sell_contrast_m10_bb_pos,sell,2026-01-10 16:18:00,850.0,1.332,1,leg_gt,0.04,60 -58265,sell_contrast_m10_bb_pos,sell,2026-01-10 16:42:00,848.0,1.0933,1,leg_gt,0.06,60 -58266,sell_contrast_m10_bb_pos,sell,2026-01-10 16:45:00,848.0,1.0933,1,leg_gt,0.06,60 -58267,sell_contrast_m10_bb_pos,sell,2026-01-10 16:48:00,851.0,1.4513,1,leg_gt,0.06,60 -58268,sell_contrast_m10_bb_pos,sell,2026-01-10 17:00:00,850.0,1.332,1,leg_gt,0.07,60 -58269,sell_contrast_m10_bb_pos,sell,2026-01-10 17:03:00,851.0,1.4513,1,leg_gt,0.07,60 -58270,sell_contrast_m10_bb_pos,sell,2026-01-10 17:06:00,852.0,1.5706,1,leg_gt,0.08,60 -58271,sell_contrast_m10_bb_pos,sell,2026-01-10 17:09:00,850.0,1.332,1,leg_gt,0.08,60 -58272,sell_contrast_m10_bb_pos,sell,2026-01-10 17:12:00,851.0,1.4513,1,leg_gt,0.08,60 -58273,sell_contrast_m10_bb_pos,sell,2026-01-10 17:15:00,851.0,1.4513,1,leg_gt,0.08,60 -58274,sell_contrast_m10_bb_pos,sell,2026-01-10 17:18:00,849.0,1.2126,1,leg_gt,0.08,60 -58275,sell_contrast_m10_bb_pos,sell,2026-01-10 18:51:00,854.0,1.8093,1,leg_gt,0.15,60 -58276,sell_contrast_m10_bb_pos,sell,2026-01-10 18:54:00,853.0,1.69,1,leg_gt,0.15,60 -58277,sell_contrast_m10_bb_pos,sell,2026-01-10 18:57:00,854.0,1.8093,1,leg_gt,0.15,60 -58278,sell_contrast_m10_bb_pos,sell,2026-01-10 19:00:00,854.0,1.8093,1,leg_gt,0.15,60 -58279,sell_contrast_m10_bb_pos,sell,2026-01-10 19:03:00,853.0,1.69,1,leg_gt,0.16,60 -58280,sell_contrast_m10_bb_pos,sell,2026-01-10 19:06:00,852.0,1.5706,1,leg_gt,0.16,60 -58281,sell_contrast_m10_bb_pos,sell,2026-01-10 19:09:00,853.0,1.69,1,leg_gt,0.16,60 -58282,sell_contrast_m10_bb_pos,sell,2026-01-10 20:00:00,856.0,2.048,1,leg_gt,0.2,60 -58283,sell_contrast_m10_bb_pos,sell,2026-01-10 20:03:00,857.0,2.1673,1,leg_gt,0.2,60 -58284,sell_contrast_m10_bb_pos,sell,2026-01-10 20:06:00,856.0,2.048,1,leg_gt,0.2,60 -58285,sell_contrast_m10_bb_pos,sell,2026-01-10 20:09:00,856.0,2.048,1,leg_gt,0.2,60 -58286,sell_contrast_m10_bb_pos,sell,2026-01-10 20:12:00,857.0,2.1673,1,leg_gt,0.2,60 -58287,sell_contrast_m10_bb_pos,sell,2026-01-10 20:15:00,856.0,2.048,1,leg_gt,0.21,60 -58288,sell_contrast_m10_bb_pos,sell,2026-01-10 20:18:00,857.0,2.1673,1,leg_gt,0.21,60 -58289,sell_contrast_m10_bb_pos,sell,2026-01-10 20:21:00,856.0,2.048,1,leg_gt,0.21,60 -58290,sell_contrast_m10_bb_pos,sell,2026-01-10 20:24:00,856.0,2.048,1,leg_gt,0.21,60 -58291,sell_contrast_m10_bb_pos,sell,2026-01-10 20:27:00,855.0,1.9286,1,leg_gt,0.21,60 -58292,sell_contrast_m10_bb_pos,sell,2026-01-10 20:51:00,860.0,2.5253,1,leg_gt,0.23,60 -58293,sell_contrast_m10_bb_pos,sell,2026-01-10 20:54:00,861.0,2.6446,1,leg_gt,0.23,60 -58294,sell_contrast_m10_bb_pos,sell,2026-01-10 20:57:00,861.0,2.6446,1,leg_gt,0.24,60 -58295,sell_contrast_m10_bb_pos,sell,2026-01-10 21:21:00,864.0,3.0026,1,leg_gt,0.25,60 -58296,sell_contrast_m10_bb_pos,sell,2026-01-10 21:24:00,863.0,2.8833,1,leg_gt,0.25,60 -58297,sell_contrast_m10_bb_pos,sell,2026-01-10 21:27:00,863.0,2.8833,1,leg_gt,0.26,60 -58298,sell_contrast_m10_bb_pos,sell,2026-01-10 21:30:00,862.0,2.764,1,leg_gt,0.26,60 -58299,sell_contrast_m10_bb_pos,sell,2026-01-10 21:33:00,862.0,2.764,1,leg_gt,0.26,60 -58300,sell_contrast_m10_bb_pos,sell,2026-01-10 21:36:00,863.0,2.8833,1,leg_gt,0.26,60 -58301,sell_contrast_m10_bb_pos,sell,2026-01-10 21:39:00,863.0,2.8833,1,leg_gt,0.26,60 -58302,sell_contrast_m10_bb_pos,sell,2026-01-10 21:42:00,863.0,2.8833,1,leg_gt,0.27,60 -58303,sell_contrast_m10_bb_pos,sell,2026-01-10 21:45:00,862.0,2.764,1,leg_gt,0.27,60 -58304,sell_contrast_m10_bb_pos,sell,2026-01-10 21:48:00,862.0,2.764,1,leg_gt,0.27,60 -58305,sell_contrast_m10_bb_pos,sell,2026-01-10 22:12:00,865.0,3.122,1,leg_gt,0.29,60 -58306,sell_contrast_m10_bb_pos,sell,2026-01-10 22:15:00,864.0,3.0026,1,leg_gt,0.29,60 -58307,sell_contrast_m10_bb_pos,sell,2026-01-10 22:18:00,866.0,3.2413,1,leg_gt,0.29,60 -58308,sell_contrast_m10_bb_pos,sell,2026-01-10 22:21:00,867.0,3.3606,1,leg_gt,0.29,60 -58309,sell_contrast_m10_bb_pos,sell,2026-01-10 22:24:00,866.0,3.2413,1,leg_gt,0.3,60 -58310,sell_contrast_m10_bb_pos,sell,2026-01-10 22:27:00,866.0,3.2413,1,leg_gt,0.3,60 -58311,sell_contrast_m10_bb_pos,sell,2026-01-10 22:42:00,867.0,3.3606,1,leg_gt,0.31,60 -58312,sell_contrast_m10_bb_pos,sell,2026-01-10 22:45:00,866.0,3.2413,1,leg_gt,0.31,60 -58313,sell_contrast_m10_bb_pos,sell,2026-01-10 22:48:00,865.0,3.122,1,leg_gt,0.31,60 -58314,sell_contrast_m10_bb_pos,sell,2026-01-11 05:03:00,856.0,2.048,1,leg_gt,0.57,60 -58315,sell_contrast_m10_bb_pos,sell,2026-01-11 05:06:00,856.0,2.048,1,leg_gt,0.57,60 -58316,sell_contrast_m10_bb_pos,sell,2026-01-11 10:51:00,846.0,0.8547,1,leg_gt,0.81,60 -58317,sell_contrast_m10_bb_pos,sell,2026-01-11 10:54:00,845.0,0.7353,1,leg_gt,0.82,60 -58318,sell_contrast_m10_bb_pos,sell,2026-01-11 10:57:00,847.0,0.974,1,leg_gt,0.82,60 -58319,sell_contrast_m10_bb_pos,sell,2026-01-11 11:00:00,847.0,0.974,1,leg_gt,0.82,60 -58320,sell_contrast_m10_bb_pos,sell,2026-01-11 11:03:00,846.0,0.8547,1,leg_gt,0.82,60 -58321,sell_contrast_m10_bb_pos,sell,2026-01-11 11:06:00,846.0,0.8547,1,leg_gt,0.82,60 -58322,sell_contrast_m10_bb_pos,sell,2026-01-11 11:09:00,847.0,0.974,1,leg_gt,0.83,60 -58323,sell_contrast_m10_bb_pos,sell,2026-01-11 11:12:00,848.0,1.0933,1,leg_gt,0.83,60 -58324,sell_contrast_m10_bb_pos,sell,2026-01-11 11:15:00,848.0,1.0933,1,leg_gt,0.83,60 -58325,sell_contrast_m10_bb_pos,sell,2026-01-11 11:18:00,848.0,1.0933,1,leg_gt,0.83,60 -58326,sell_contrast_m10_bb_pos,sell,2026-01-11 11:21:00,847.0,0.974,1,leg_gt,0.84,60 -58327,sell_contrast_m10_bb_pos,sell,2026-01-11 11:24:00,847.0,0.974,1,leg_gt,0.84,60 -58328,sell_contrast_m10_bb_pos,sell,2026-01-11 11:27:00,849.0,1.2126,1,leg_gt,0.84,60 -58329,sell_contrast_m10_bb_pos,sell,2026-01-11 11:30:00,848.0,1.0933,1,leg_gt,0.84,60 -58330,sell_contrast_m10_bb_pos,sell,2026-01-11 11:33:00,849.0,1.2126,1,leg_gt,0.84,60 -58331,sell_contrast_m10_bb_pos,sell,2026-01-11 11:36:00,848.0,1.0933,1,leg_gt,0.85,60 -58332,sell_contrast_m10_bb_pos,sell,2026-01-11 11:39:00,847.0,0.974,1,leg_gt,0.85,60 -58333,sell_contrast_m10_bb_pos,sell,2026-01-11 11:42:00,849.0,1.2126,1,leg_gt,0.85,60 -58334,sell_contrast_m10_bb_pos,sell,2026-01-11 11:45:00,847.0,0.974,1,leg_gt,0.85,60 -58335,sell_contrast_m10_bb_pos,sell,2026-01-11 11:48:00,846.0,0.8547,1,leg_gt,0.85,60 -58336,sell_contrast_m10_bb_pos,sell,2026-01-11 16:00:00,846.0,0.8547,1,leg_gt,1.03,60 -58337,sell_contrast_m10_bb_pos,sell,2026-01-11 16:03:00,847.0,0.974,1,leg_gt,1.03,60 -58338,sell_contrast_m10_bb_pos,sell,2026-01-11 16:06:00,845.0,0.7353,1,leg_gt,1.03,60 -58339,sell_contrast_m10_bb_pos,sell,2026-01-11 16:09:00,845.0,0.7353,1,leg_gt,1.04,60 -58340,sell_contrast_m10_bb_pos,sell,2026-01-11 16:21:00,845.0,0.7353,1,leg_gt,1.04,60 -58341,sell_contrast_m10_bb_pos,sell,2026-01-11 16:24:00,845.0,0.7353,1,leg_gt,1.05,60 -58342,sell_contrast_m10_bb_pos,sell,2026-01-11 16:27:00,845.0,0.7353,1,leg_gt,1.05,60 -58343,sell_contrast_m10_bb_pos,sell,2026-01-11 16:42:00,847.0,0.974,1,leg_gt,1.06,60 -58344,sell_contrast_m10_bb_pos,sell,2026-01-11 16:45:00,846.0,0.8547,1,leg_gt,1.06,60 -58345,sell_contrast_m10_bb_pos,sell,2026-01-11 16:48:00,847.0,0.974,1,leg_gt,1.06,60 -58346,sell_contrast_m10_bb_pos,sell,2026-01-11 17:12:00,846.0,0.8547,1,leg_gt,1.08,60 -58347,sell_contrast_m10_bb_pos,sell,2026-01-11 17:15:00,846.0,0.8547,1,leg_gt,1.08,60 -58348,sell_contrast_m10_bb_pos,sell,2026-01-11 17:42:00,849.0,1.2126,1,leg_gt,1.1,60 -58349,sell_contrast_m10_bb_pos,sell,2026-01-11 17:45:00,848.0,1.0933,1,leg_gt,1.1,60 -58350,sell_contrast_m10_bb_pos,sell,2026-01-11 17:48:00,848.0,1.0933,1,leg_gt,1.1,60 -58351,sell_contrast_m10_bb_pos,sell,2026-01-11 17:51:00,848.0,1.0933,1,leg_gt,1.11,60 -58352,sell_contrast_m10_bb_pos,sell,2026-01-11 17:54:00,848.0,1.0933,1,leg_gt,1.11,60 -58353,sell_contrast_m10_bb_pos,sell,2026-01-11 17:57:00,851.0,1.4513,1,leg_gt,1.11,60 -58354,sell_contrast_m10_bb_pos,sell,2026-01-11 18:00:00,849.0,1.2126,1,leg_gt,1.11,60 -58355,sell_contrast_m10_bb_pos,sell,2026-01-11 18:03:00,851.0,1.4513,1,leg_gt,1.11,60 -58356,sell_contrast_m10_bb_pos,sell,2026-01-11 18:06:00,851.0,1.4513,1,leg_gt,1.12,60 -58357,sell_contrast_m10_bb_pos,sell,2026-01-11 18:09:00,850.0,1.332,1,leg_gt,1.12,60 -58358,sell_contrast_m10_bb_pos,sell,2026-01-11 18:12:00,851.0,1.4513,1,leg_gt,1.12,60 -58359,sell_contrast_m10_bb_pos,sell,2026-01-11 18:15:00,851.0,1.4513,1,leg_gt,1.12,60 -58360,sell_contrast_m10_bb_pos,sell,2026-01-11 18:18:00,853.0,1.69,1,leg_gt,1.12,60 -58361,sell_contrast_m10_bb_pos,sell,2026-01-11 18:30:00,852.0,1.5706,1,leg_gt,1.13,60 -58362,sell_contrast_m10_bb_pos,sell,2026-01-11 18:33:00,852.0,1.5706,1,leg_gt,1.14,60 -58363,sell_contrast_m10_bb_pos,sell,2026-01-11 18:36:00,849.0,1.2126,1,leg_gt,1.14,60 -58364,sell_contrast_m10_bb_pos,sell,2026-01-11 18:39:00,848.0,1.0933,1,leg_gt,1.14,60 -58365,sell_contrast_m10_bb_pos,sell,2026-01-11 18:51:00,851.0,1.4513,1,leg_gt,1.15,60 -58366,sell_contrast_m10_bb_pos,sell,2026-01-11 18:54:00,851.0,1.4513,1,leg_gt,1.15,60 -58367,sell_contrast_m10_bb_pos,sell,2026-01-11 18:57:00,850.0,1.332,1,leg_gt,1.15,60 -58368,sell_contrast_m10_bb_pos,sell,2026-01-11 19:12:00,851.0,1.4513,1,leg_gt,1.16,60 -58369,sell_contrast_m10_bb_pos,sell,2026-01-11 19:15:00,853.0,1.69,1,leg_gt,1.16,60 -58370,sell_contrast_m10_bb_pos,sell,2026-01-11 19:18:00,852.0,1.5706,1,leg_gt,1.17,60 -58371,sell_contrast_m10_bb_pos,sell,2026-01-11 19:21:00,852.0,1.5706,1,leg_gt,1.17,60 -58372,sell_contrast_m10_bb_pos,sell,2026-01-11 19:24:00,851.0,1.4513,1,leg_gt,1.17,60 -58373,sell_contrast_m10_bb_pos,sell,2026-01-11 19:27:00,851.0,1.4513,1,leg_gt,1.17,60 -58374,sell_contrast_m10_bb_pos,sell,2026-01-11 20:42:00,854.0,1.8093,1,leg_gt,1.23,60 -58375,sell_contrast_m10_bb_pos,sell,2026-01-11 20:45:00,855.0,1.9286,1,leg_gt,1.23,60 -58376,sell_contrast_m10_bb_pos,sell,2026-01-11 20:48:00,854.0,1.8093,1,leg_gt,1.23,60 -58377,sell_contrast_m10_bb_pos,sell,2026-01-11 21:30:00,857.0,2.1673,1,leg_gt,1.26,60 -58378,sell_contrast_m10_bb_pos,sell,2026-01-11 21:33:00,857.0,2.1673,1,leg_gt,1.26,60 -58379,sell_contrast_m10_bb_pos,sell,2026-01-11 21:36:00,856.0,2.048,1,leg_gt,1.26,60 -58380,sell_contrast_m10_bb_pos,sell,2026-01-11 21:39:00,857.0,2.1673,1,leg_gt,1.26,60 -58381,sell_contrast_m10_bb_pos,sell,2026-01-11 21:42:00,857.0,2.1673,1,leg_gt,1.27,60 -58382,sell_contrast_m10_bb_pos,sell,2026-01-11 21:45:00,857.0,2.1673,1,leg_gt,1.27,60 -58383,sell_contrast_m10_bb_pos,sell,2026-01-11 21:48:00,859.0,2.406,1,leg_gt,1.27,60 -58384,sell_contrast_m10_bb_pos,sell,2026-01-11 21:51:00,859.0,2.406,1,leg_gt,1.27,60 -58385,sell_contrast_m10_bb_pos,sell,2026-01-11 21:54:00,859.0,2.406,1,leg_gt,1.27,60 -58386,sell_contrast_m10_bb_pos,sell,2026-01-11 21:57:00,860.0,2.5253,1,leg_gt,1.28,60 -58387,sell_contrast_m10_bb_pos,sell,2026-01-11 22:00:00,858.0,2.2866,1,leg_gt,1.28,60 -58388,sell_contrast_m10_bb_pos,sell,2026-01-11 22:03:00,857.0,2.1673,1,leg_gt,1.28,60 -58389,sell_contrast_m10_bb_pos,sell,2026-01-11 22:06:00,857.0,2.1673,1,leg_gt,1.28,60 -58390,sell_contrast_m10_bb_pos,sell,2026-01-11 22:09:00,857.0,2.1673,1,leg_gt,1.29,60 -58391,sell_contrast_m10_bb_pos,sell,2026-01-12 09:21:00,839.0,1.8441,1,leg_gt,0.05,60 -58392,sell_contrast_m10_bb_pos,sell,2026-01-12 09:24:00,840.0,1.9656,1,leg_gt,0.06,60 -58393,sell_contrast_m10_bb_pos,sell,2026-01-12 09:27:00,838.0,1.7226,1,leg_gt,0.06,60 -58394,sell_contrast_m10_bb_pos,sell,2026-01-12 10:00:00,839.0,1.8441,1,leg_gt,0.08,60 -58395,sell_contrast_m10_bb_pos,sell,2026-01-12 10:03:00,842.0,2.2086,1,leg_gt,0.08,60 -58396,sell_contrast_m10_bb_pos,sell,2026-01-12 10:06:00,847.0,2.8162,1,leg_gt,0.09,60 -58397,sell_contrast_m10_bb_pos,sell,2026-01-12 10:09:00,843.0,2.3301,1,leg_gt,0.09,60 -58398,sell_contrast_m10_bb_pos,sell,2026-01-12 10:21:00,845.0,2.5731,1,leg_gt,0.1,60 -58399,sell_contrast_m10_bb_pos,sell,2026-01-12 10:24:00,847.0,2.8162,1,leg_gt,0.1,60 -58400,sell_contrast_m10_bb_pos,sell,2026-01-12 10:27:00,845.0,2.5731,1,leg_gt,0.1,60 -58401,sell_contrast_m10_bb_pos,sell,2026-01-12 10:51:00,845.0,2.5731,1,leg_gt,0.12,60 -58402,sell_contrast_m10_bb_pos,sell,2026-01-12 10:54:00,846.0,2.6947,1,leg_gt,0.12,60 -58403,sell_contrast_m10_bb_pos,sell,2026-01-12 10:57:00,845.0,2.5731,1,leg_gt,0.12,60 -58404,sell_contrast_m10_bb_pos,sell,2026-01-12 11:00:00,846.0,2.6947,1,leg_gt,0.12,60 -58405,sell_contrast_m10_bb_pos,sell,2026-01-12 11:03:00,848.0,2.9377,1,leg_gt,0.12,60 -58406,sell_contrast_m10_bb_pos,sell,2026-01-12 11:06:00,850.0,3.1807,1,leg_gt,0.13,60 -58407,sell_contrast_m10_bb_pos,sell,2026-01-12 11:09:00,849.0,3.0592,1,leg_gt,0.13,60 -58408,sell_contrast_m10_bb_pos,sell,2026-01-12 11:12:00,848.0,2.9377,1,leg_gt,0.13,60 -58409,sell_contrast_m10_bb_pos,sell,2026-01-12 11:15:00,855.0,3.7882,1,leg_gt,0.13,60 -58410,sell_contrast_m10_bb_pos,sell,2026-01-12 11:18:00,855.0,3.7882,1,leg_gt,0.14,60 -58411,sell_contrast_m10_bb_pos,sell,2026-01-12 11:30:00,854.0,3.6667,1,leg_gt,0.14,60 -58412,sell_contrast_m10_bb_pos,sell,2026-01-12 11:33:00,851.0,3.3022,1,leg_gt,0.15,60 -58413,sell_contrast_m10_bb_pos,sell,2026-01-12 11:36:00,852.0,3.4237,1,leg_gt,0.15,60 -58414,sell_contrast_m10_bb_pos,sell,2026-01-12 11:39:00,854.0,3.6667,1,leg_gt,0.15,60 -58415,sell_contrast_m10_bb_pos,sell,2026-01-12 11:42:00,854.0,3.6667,1,leg_gt,0.15,60 -58416,sell_contrast_m10_bb_pos,sell,2026-01-12 11:45:00,855.0,3.7882,1,leg_gt,0.15,60 -58417,sell_contrast_m10_bb_pos,sell,2026-01-12 11:48:00,858.0,4.1527,1,leg_gt,0.16,60 -58418,sell_contrast_m10_bb_pos,sell,2026-01-12 12:12:00,862.0,4.6388,1,leg_gt,0.17,60 -58419,sell_contrast_m10_bb_pos,sell,2026-01-12 12:15:00,864.0,4.8818,1,leg_gt,0.18,60 -58420,sell_contrast_m10_bb_pos,sell,2026-01-12 12:18:00,865.0,5.0033,1,leg_gt,0.18,60 -58421,sell_contrast_m10_bb_pos,sell,2026-01-12 12:21:00,864.0,4.8818,1,leg_gt,0.18,60 -58422,sell_contrast_m10_bb_pos,sell,2026-01-12 12:24:00,864.0,4.8818,1,leg_gt,0.18,60 -58423,sell_contrast_m10_bb_pos,sell,2026-01-12 12:27:00,867.0,5.2463,1,leg_gt,0.18,60 -58424,sell_contrast_m10_bb_pos,sell,2026-01-12 12:30:00,867.0,5.2463,1,leg_gt,0.19,60 -58425,sell_contrast_m10_bb_pos,sell,2026-01-12 12:33:00,865.0,5.0033,1,leg_gt,0.19,60 -58426,sell_contrast_m10_bb_pos,sell,2026-01-12 12:36:00,863.0,4.7603,1,leg_gt,0.19,60 -58427,sell_contrast_m10_bb_pos,sell,2026-01-12 12:39:00,861.0,4.5173,1,leg_gt,0.19,60 -58428,sell_contrast_m10_bb_pos,sell,2026-01-12 21:12:00,838.0,1.7226,1,leg_gt,0.55,60 -58429,sell_contrast_m10_bb_pos,sell,2026-01-12 21:15:00,837.0,1.6011,1,leg_gt,0.55,60 -58430,sell_contrast_m10_bb_pos,sell,2026-01-12 21:18:00,837.0,1.6011,1,leg_gt,0.55,60 -58431,sell_contrast_m10_bb_pos,sell,2026-01-13 00:42:00,842.0,2.4579,1,leg_gt,0.05,60 -58432,sell_contrast_m10_bb_pos,sell,2026-01-13 00:45:00,842.0,2.4579,1,leg_gt,0.06,60 -58433,sell_contrast_m10_bb_pos,sell,2026-01-13 00:48:00,841.0,2.3361,1,leg_gt,0.06,60 -58434,sell_contrast_m10_bb_pos,sell,2026-01-13 00:51:00,840.0,2.2143,1,leg_gt,0.06,60 -58435,sell_contrast_m10_bb_pos,sell,2026-01-13 00:54:00,840.0,2.2143,1,leg_gt,0.06,60 -58436,sell_contrast_m10_bb_pos,sell,2026-01-13 00:57:00,841.0,2.3361,1,leg_gt,0.06,60 -58437,sell_contrast_m10_bb_pos,sell,2026-01-13 01:00:00,840.0,2.2143,1,leg_gt,0.07,60 -58438,sell_contrast_m10_bb_pos,sell,2026-01-13 01:03:00,839.0,2.0924,1,leg_gt,0.07,60 -58439,sell_contrast_m10_bb_pos,sell,2026-01-13 01:06:00,842.0,2.4579,1,leg_gt,0.07,60 -58440,sell_contrast_m10_bb_pos,sell,2026-01-13 01:09:00,840.0,2.2143,1,leg_gt,0.07,60 -58441,sell_contrast_m10_bb_pos,sell,2026-01-13 01:42:00,844.0,2.7015,1,leg_gt,0.1,60 -58442,sell_contrast_m10_bb_pos,sell,2026-01-13 01:45:00,843.0,2.5797,1,leg_gt,0.1,60 -58443,sell_contrast_m10_bb_pos,sell,2026-01-13 01:48:00,841.0,2.3361,1,leg_gt,0.1,60 -58444,sell_contrast_m10_bb_pos,sell,2026-01-13 09:21:00,824.0,0.6335,1,leg_gt,0.05,60 -58445,sell_contrast_m10_bb_pos,sell,2026-01-13 09:24:00,825.0,0.7557,1,leg_gt,0.06,60 -58446,sell_contrast_m10_bb_pos,sell,2026-01-13 09:27:00,824.0,0.6335,1,leg_gt,0.06,60 -58447,sell_contrast_m10_bb_pos,sell,2026-01-13 10:00:00,825.0,0.7557,1,leg_gt,0.08,60 -58448,sell_contrast_m10_bb_pos,sell,2026-01-13 10:03:00,825.0,0.7557,1,leg_gt,0.08,60 -58449,sell_contrast_m10_bb_pos,sell,2026-01-13 10:06:00,825.0,0.7557,1,leg_gt,0.09,60 -58450,sell_contrast_m10_bb_pos,sell,2026-01-13 10:09:00,827.0,1.0002,1,leg_gt,0.09,60 -58451,sell_contrast_m10_bb_pos,sell,2026-01-13 10:12:00,826.0,0.878,1,leg_gt,0.09,60 -58452,sell_contrast_m10_bb_pos,sell,2026-01-13 10:15:00,826.0,0.878,1,leg_gt,0.09,60 -58453,sell_contrast_m10_bb_pos,sell,2026-01-13 10:18:00,827.0,1.0002,1,leg_gt,0.09,60 -58454,sell_contrast_m10_bb_pos,sell,2026-01-13 10:21:00,826.0,0.878,1,leg_gt,0.1,60 -58455,sell_contrast_m10_bb_pos,sell,2026-01-13 10:24:00,826.0,0.878,1,leg_gt,0.1,60 -58456,sell_contrast_m10_bb_pos,sell,2026-01-13 10:27:00,824.0,0.6335,1,leg_gt,0.1,60 -58457,sell_contrast_m10_bb_pos,sell,2026-01-13 11:12:00,827.0,1.0002,1,leg_gt,0.13,60 -58458,sell_contrast_m10_bb_pos,sell,2026-01-13 11:15:00,828.0,1.1225,1,leg_gt,0.13,60 -58459,sell_contrast_m10_bb_pos,sell,2026-01-13 11:18:00,829.0,1.2447,1,leg_gt,0.14,60 -58460,sell_contrast_m10_bb_pos,sell,2026-01-13 11:21:00,828.0,1.1225,1,leg_gt,0.14,60 -58461,sell_contrast_m10_bb_pos,sell,2026-01-13 11:24:00,828.0,1.1225,1,leg_gt,0.14,60 -58462,sell_contrast_m10_bb_pos,sell,2026-01-13 11:27:00,825.0,0.7557,1,leg_gt,0.14,60 -58463,sell_contrast_m10_bb_pos,sell,2026-01-13 11:30:00,828.0,1.1225,1,leg_gt,0.14,60 -58464,sell_contrast_m10_bb_pos,sell,2026-01-13 11:33:00,828.0,1.1225,1,leg_gt,0.15,60 -58465,sell_contrast_m10_bb_pos,sell,2026-01-13 11:36:00,826.0,0.878,1,leg_gt,0.15,60 -58466,sell_contrast_m10_bb_pos,sell,2026-01-13 11:39:00,826.0,0.878,1,leg_gt,0.15,60 -58467,sell_contrast_m10_bb_pos,sell,2026-01-13 16:00:00,836.0,2.1005,1,leg_gt,0.33,60 -58468,sell_contrast_m10_bb_pos,sell,2026-01-13 16:03:00,835.0,1.9782,1,leg_gt,0.33,60 -58469,sell_contrast_m10_bb_pos,sell,2026-01-13 16:06:00,833.0,1.7337,1,leg_gt,0.34,60 -58470,sell_contrast_m10_bb_pos,sell,2026-01-13 16:09:00,835.0,1.9782,1,leg_gt,0.34,60 -58471,sell_contrast_m10_bb_pos,sell,2026-01-13 17:51:00,837.0,2.2227,1,leg_gt,0.41,60 -58472,sell_contrast_m10_bb_pos,sell,2026-01-13 17:54:00,837.0,2.2227,1,leg_gt,0.41,60 -58473,sell_contrast_m10_bb_pos,sell,2026-01-13 17:57:00,837.0,2.2227,1,leg_gt,0.41,60 -58474,sell_contrast_m10_bb_pos,sell,2026-01-13 18:21:00,838.0,2.345,1,leg_gt,0.43,60 -58475,sell_contrast_m10_bb_pos,sell,2026-01-13 18:24:00,836.0,2.1005,1,leg_gt,0.43,60 -58476,sell_contrast_m10_bb_pos,sell,2026-01-13 18:27:00,838.0,2.345,1,leg_gt,0.43,60 -58477,sell_contrast_m10_bb_pos,sell,2026-01-13 18:30:00,838.0,2.345,1,leg_gt,0.44,60 -58478,sell_contrast_m10_bb_pos,sell,2026-01-13 18:33:00,840.0,2.5895,1,leg_gt,0.44,60 -58479,sell_contrast_m10_bb_pos,sell,2026-01-13 18:36:00,837.0,2.2227,1,leg_gt,0.44,60 -58480,sell_contrast_m10_bb_pos,sell,2026-01-13 18:39:00,838.0,2.345,1,leg_gt,0.44,60 -58481,sell_contrast_m10_bb_pos,sell,2026-01-13 20:21:00,842.0,2.834,1,leg_gt,0.51,60 -58482,sell_contrast_m10_bb_pos,sell,2026-01-13 20:24:00,842.0,2.834,1,leg_gt,0.51,60 -58483,sell_contrast_m10_bb_pos,sell,2026-01-13 20:27:00,844.0,3.0785,1,leg_gt,0.52,60 -58484,sell_contrast_m10_bb_pos,sell,2026-01-13 20:30:00,844.0,3.0785,1,leg_gt,0.52,60 -58485,sell_contrast_m10_bb_pos,sell,2026-01-13 20:33:00,845.0,3.2007,1,leg_gt,0.52,60 -58486,sell_contrast_m10_bb_pos,sell,2026-01-13 20:36:00,845.0,3.2007,1,leg_gt,0.52,60 -58487,sell_contrast_m10_bb_pos,sell,2026-01-13 20:39:00,849.0,3.6897,1,leg_gt,0.52,60 -58488,sell_contrast_m10_bb_pos,sell,2026-01-13 21:00:00,844.0,3.0785,1,leg_gt,0.54,60 -58489,sell_contrast_m10_bb_pos,sell,2026-01-13 21:03:00,845.0,3.2007,1,leg_gt,0.54,60 -58490,sell_contrast_m10_bb_pos,sell,2026-01-13 21:06:00,843.0,2.9562,1,leg_gt,0.54,60 -58491,sell_contrast_m10_bb_pos,sell,2026-01-13 21:09:00,843.0,2.9562,1,leg_gt,0.55,60 -58492,sell_contrast_m10_bb_pos,sell,2026-01-13 22:00:00,847.0,3.4452,1,leg_gt,0.58,60 -58493,sell_contrast_m10_bb_pos,sell,2026-01-13 22:03:00,845.0,3.2007,1,leg_gt,0.58,60 -58494,sell_contrast_m10_bb_pos,sell,2026-01-13 22:06:00,847.0,3.4452,1,leg_gt,0.59,60 -58495,sell_contrast_m10_bb_pos,sell,2026-01-13 22:09:00,848.0,3.5675,1,leg_gt,0.59,60 -58496,sell_contrast_m10_bb_pos,sell,2026-01-13 22:12:00,847.0,3.4452,1,leg_gt,0.59,60 -58497,sell_contrast_m10_bb_pos,sell,2026-01-13 22:15:00,847.0,3.4452,1,leg_gt,0.59,60 -58498,sell_contrast_m10_bb_pos,sell,2026-01-13 22:18:00,847.0,3.4452,1,leg_gt,0.59,60 -58499,sell_contrast_m10_bb_pos,sell,2026-01-13 22:21:00,849.0,3.6897,1,leg_gt,0.6,60 -58500,sell_contrast_m10_bb_pos,sell,2026-01-13 22:24:00,849.0,3.6897,1,leg_gt,0.6,60 -58501,sell_contrast_m10_bb_pos,sell,2026-01-13 22:27:00,849.0,3.6897,1,leg_gt,0.6,60 -58502,sell_contrast_m10_bb_pos,sell,2026-01-13 23:12:00,859.0,4.9122,1,leg_gt,0.63,60 -58503,sell_contrast_m10_bb_pos,sell,2026-01-13 23:15:00,859.0,4.9122,1,leg_gt,0.63,60 -58504,sell_contrast_m10_bb_pos,sell,2026-01-13 23:18:00,861.0,5.1567,1,leg_gt,0.64,60 -58505,sell_contrast_m10_bb_pos,sell,2026-01-13 23:51:00,874.0,6.746,1,leg_gt,0.66,60 -58506,sell_contrast_m10_bb_pos,sell,2026-01-13 23:54:00,871.0,6.3792,1,leg_gt,0.66,60 -58507,sell_contrast_m10_bb_pos,sell,2026-01-13 23:57:00,869.0,6.1347,1,leg_gt,0.66,60 -58508,sell_contrast_m10_bb_pos,sell,2026-01-14 00:42:00,882.0,7.724,1,leg_gt,0.69,60 -58509,sell_contrast_m10_bb_pos,sell,2026-01-14 00:45:00,883.0,7.8462,1,leg_gt,0.7,60 -58510,sell_contrast_m10_bb_pos,sell,2026-01-14 00:48:00,887.0,8.3352,1,leg_gt,0.7,60 -58511,sell_contrast_m10_bb_pos,sell,2026-01-14 01:12:00,890.0,8.702,1,leg_gt,0.71,60 -58512,sell_contrast_m10_bb_pos,sell,2026-01-14 01:15:00,888.0,8.4575,1,leg_gt,0.72,60 -58513,sell_contrast_m10_bb_pos,sell,2026-01-14 01:18:00,889.0,8.5797,1,leg_gt,0.72,60 -58514,sell_contrast_m10_bb_pos,sell,2026-01-14 01:21:00,890.0,8.702,1,leg_gt,0.72,60 -58515,sell_contrast_m10_bb_pos,sell,2026-01-14 01:24:00,889.0,8.5797,1,leg_gt,0.72,60 -58516,sell_contrast_m10_bb_pos,sell,2026-01-14 01:27:00,888.0,8.4575,1,leg_gt,0.72,60 -58517,sell_contrast_m10_bb_pos,sell,2026-01-14 01:51:00,899.0,9.8022,1,leg_gt,0.74,60 -58518,sell_contrast_m10_bb_pos,sell,2026-01-14 01:54:00,901.0,10.0467,1,leg_gt,0.74,60 -58519,sell_contrast_m10_bb_pos,sell,2026-01-14 01:57:00,897.0,9.5577,1,leg_gt,0.75,60 -58520,sell_contrast_m10_bb_pos,sell,2026-01-14 02:00:00,897.0,9.5577,1,leg_gt,0.75,60 -58521,sell_contrast_m10_bb_pos,sell,2026-01-14 02:03:00,894.0,9.191,1,leg_gt,0.75,60 -58522,sell_contrast_m10_bb_pos,sell,2026-01-14 02:06:00,890.0,8.702,1,leg_gt,0.75,60 -58523,sell_contrast_m10_bb_pos,sell,2026-01-14 02:09:00,889.0,8.5797,1,leg_gt,0.75,60 -58524,sell_contrast_m10_bb_pos,sell,2026-01-14 08:00:00,915.0,11.7582,1,leg_gt,1.0,60 -58525,sell_contrast_m10_bb_pos,sell,2026-01-14 08:03:00,918.0,12.1249,1,leg_gt,1.0,60 -58526,sell_contrast_m10_bb_pos,sell,2026-01-14 08:06:00,916.0,11.8804,1,leg_gt,1.0,60 -58527,sell_contrast_m10_bb_pos,sell,2026-01-14 08:09:00,916.0,11.8804,1,leg_gt,1.0,60 -58528,sell_contrast_m10_bb_pos,sell,2026-01-14 08:12:00,914.0,11.6359,1,leg_gt,1.01,60 -58529,sell_contrast_m10_bb_pos,sell,2026-01-14 08:15:00,916.0,11.8804,1,leg_gt,1.01,60 -58530,sell_contrast_m10_bb_pos,sell,2026-01-14 08:18:00,919.0,12.2472,1,leg_gt,1.01,60 -58531,sell_contrast_m10_bb_pos,sell,2026-01-14 08:21:00,916.0,11.8804,1,leg_gt,1.01,60 -58532,sell_contrast_m10_bb_pos,sell,2026-01-14 08:24:00,913.0,11.5137,1,leg_gt,1.01,60 -58533,sell_contrast_m10_bb_pos,sell,2026-01-14 08:27:00,911.0,11.2692,1,leg_gt,1.02,60 -58534,sell_contrast_m10_bb_pos,sell,2026-01-15 00:21:00,897.0,9.5577,1,leg_gt,1.68,60 -58535,sell_contrast_m10_bb_pos,sell,2026-01-15 00:24:00,897.0,9.5577,1,leg_gt,1.68,60 -58536,sell_contrast_m10_bb_pos,sell,2026-01-15 00:27:00,899.0,9.8022,1,leg_gt,1.68,60 -58537,sell_contrast_m10_bb_pos,sell,2026-01-15 00:30:00,897.0,9.5577,1,leg_gt,1.69,60 -58538,sell_contrast_m10_bb_pos,sell,2026-01-15 00:33:00,894.0,9.191,1,leg_gt,1.69,60 -58539,sell_contrast_m10_bb_pos,sell,2026-01-15 00:36:00,899.0,9.8022,1,leg_gt,1.69,60 -58540,sell_contrast_m10_bb_pos,sell,2026-01-15 00:39:00,892.0,8.9465,1,leg_gt,1.69,60 -58541,sell_contrast_m10_bb_pos,sell,2026-01-15 01:00:00,898.0,9.68,1,leg_gt,1.71,60 -58542,sell_contrast_m10_bb_pos,sell,2026-01-15 01:03:00,901.0,10.0467,1,leg_gt,1.71,60 -58543,sell_contrast_m10_bb_pos,sell,2026-01-15 01:06:00,903.0,10.2912,1,leg_gt,1.71,60 -58544,sell_contrast_m10_bb_pos,sell,2026-01-15 01:09:00,905.0,10.5357,1,leg_gt,1.71,60 -58545,sell_contrast_m10_bb_pos,sell,2026-01-15 01:30:00,904.0,10.4134,1,leg_gt,1.73,60 -58546,sell_contrast_m10_bb_pos,sell,2026-01-15 01:33:00,907.0,10.7802,1,leg_gt,1.73,60 -58547,sell_contrast_m10_bb_pos,sell,2026-01-15 01:36:00,899.0,9.8022,1,leg_gt,1.73,60 -58548,sell_contrast_m10_bb_pos,sell,2026-01-15 01:39:00,904.0,10.4134,1,leg_gt,1.73,60 -58549,sell_contrast_m10_bb_pos,sell,2026-01-15 01:42:00,904.0,10.4134,1,leg_gt,1.74,60 -58550,sell_contrast_m10_bb_pos,sell,2026-01-15 01:45:00,903.0,10.2912,1,leg_gt,1.74,60 -58551,sell_contrast_m10_bb_pos,sell,2026-01-15 01:48:00,906.0,10.6579,1,leg_gt,1.74,60 -58552,sell_contrast_m10_bb_pos,sell,2026-01-15 01:51:00,904.0,10.4134,1,leg_gt,1.74,60 -58553,sell_contrast_m10_bb_pos,sell,2026-01-15 01:54:00,903.0,10.2912,1,leg_gt,1.74,60 -58554,sell_contrast_m10_bb_pos,sell,2026-01-15 01:57:00,902.0,10.1689,1,leg_gt,1.75,60 -58555,sell_contrast_m10_bb_pos,sell,2026-01-15 15:21:00,861.0,1.433,1,leg_gt,0.1,60 -58556,sell_contrast_m10_bb_pos,sell,2026-01-15 15:24:00,862.0,1.5509,1,leg_gt,0.1,60 -58557,sell_contrast_m10_bb_pos,sell,2026-01-15 15:27:00,862.0,1.5509,1,leg_gt,0.11,60 -58558,sell_contrast_m10_bb_pos,sell,2026-01-15 16:12:00,863.0,1.6689,1,leg_gt,0.14,60 -58559,sell_contrast_m10_bb_pos,sell,2026-01-15 16:15:00,863.0,1.6689,1,leg_gt,0.14,60 -58560,sell_contrast_m10_bb_pos,sell,2026-01-15 16:18:00,864.0,1.7868,1,leg_gt,0.14,60 -58561,sell_contrast_m10_bb_pos,sell,2026-01-15 16:21:00,865.0,1.9047,1,leg_gt,0.14,60 -58562,sell_contrast_m10_bb_pos,sell,2026-01-15 16:24:00,867.0,2.1406,1,leg_gt,0.15,60 -58563,sell_contrast_m10_bb_pos,sell,2026-01-15 16:27:00,867.0,2.1406,1,leg_gt,0.15,60 -58564,sell_contrast_m10_bb_pos,sell,2026-01-15 17:00:00,869.0,2.3764,1,leg_gt,0.17,60 -58565,sell_contrast_m10_bb_pos,sell,2026-01-15 17:03:00,866.0,2.0226,1,leg_gt,0.17,60 -58566,sell_contrast_m10_bb_pos,sell,2026-01-15 17:06:00,867.0,2.1406,1,leg_gt,0.18,60 -58567,sell_contrast_m10_bb_pos,sell,2026-01-15 17:09:00,867.0,2.1406,1,leg_gt,0.18,60 -58568,sell_contrast_m10_bb_pos,sell,2026-01-15 19:00:00,873.0,2.8481,1,leg_gt,0.25,60 -58569,sell_contrast_m10_bb_pos,sell,2026-01-15 19:03:00,873.0,2.8481,1,leg_gt,0.26,60 -58570,sell_contrast_m10_bb_pos,sell,2026-01-15 19:06:00,870.0,2.4943,1,leg_gt,0.26,60 -58571,sell_contrast_m10_bb_pos,sell,2026-01-15 19:09:00,870.0,2.4943,1,leg_gt,0.26,60 -58572,sell_contrast_m10_bb_pos,sell,2026-01-15 22:00:00,872.0,2.7302,1,leg_gt,0.38,60 -58573,sell_contrast_m10_bb_pos,sell,2026-01-15 22:03:00,869.0,2.3764,1,leg_gt,0.38,60 -58574,sell_contrast_m10_bb_pos,sell,2026-01-15 22:06:00,871.0,2.6123,1,leg_gt,0.38,60 -58575,sell_contrast_m10_bb_pos,sell,2026-01-15 22:09:00,871.0,2.6123,1,leg_gt,0.39,60 -58576,sell_contrast_m10_bb_pos,sell,2026-01-15 22:12:00,872.0,2.7302,1,leg_gt,0.39,60 -58577,sell_contrast_m10_bb_pos,sell,2026-01-15 22:15:00,872.0,2.7302,1,leg_gt,0.39,60 -58578,sell_contrast_m10_bb_pos,sell,2026-01-15 22:18:00,874.0,2.966,1,leg_gt,0.39,60 -58579,sell_contrast_m10_bb_pos,sell,2026-01-15 22:51:00,874.0,2.966,1,leg_gt,0.41,60 -58580,sell_contrast_m10_bb_pos,sell,2026-01-15 22:54:00,875.0,3.084,1,leg_gt,0.42,60 -58581,sell_contrast_m10_bb_pos,sell,2026-01-15 22:57:00,875.0,3.084,1,leg_gt,0.42,60 -58582,sell_contrast_m10_bb_pos,sell,2026-01-16 06:51:00,828.0,-2.4585,0,leg_gt,0.75,60 -58583,sell_contrast_m10_bb_pos,sell,2026-01-16 06:54:00,828.0,-2.4585,0,leg_gt,0.75,60 -58584,sell_contrast_m10_bb_pos,sell,2026-01-16 06:57:00,828.0,-2.4585,0,leg_gt,0.75,60 -58585,sell_contrast_m10_bb_pos,sell,2026-01-16 07:12:00,832.0,-1.9868,0,leg_gt,0.76,60 -58586,sell_contrast_m10_bb_pos,sell,2026-01-16 07:15:00,831.0,-2.1047,0,leg_gt,0.76,60 -58587,sell_contrast_m10_bb_pos,sell,2026-01-16 07:18:00,831.0,-2.1047,0,leg_gt,0.77,60 -58588,sell_contrast_m10_bb_pos,sell,2026-01-16 07:42:00,833.0,-1.8689,0,leg_gt,0.78,60 -58589,sell_contrast_m10_bb_pos,sell,2026-01-16 07:45:00,831.0,-2.1047,0,leg_gt,0.79,60 -58590,sell_contrast_m10_bb_pos,sell,2026-01-16 07:48:00,830.0,-2.2226,0,leg_gt,0.79,60 -58591,sell_contrast_m10_bb_pos,sell,2026-01-16 09:21:00,833.0,-1.8689,0,leg_gt,0.85,60 -58592,sell_contrast_m10_bb_pos,sell,2026-01-16 09:24:00,832.0,-1.9868,0,leg_gt,0.85,60 -58593,sell_contrast_m10_bb_pos,sell,2026-01-16 09:27:00,832.0,-1.9868,0,leg_gt,0.86,60 -58594,sell_contrast_m10_bb_pos,sell,2026-01-16 14:51:00,829.0,-2.3406,0,leg_gt,1.08,60 -58595,sell_contrast_m10_bb_pos,sell,2026-01-16 14:54:00,829.0,-2.3406,0,leg_gt,1.08,60 -58596,sell_contrast_m10_bb_pos,sell,2026-01-16 14:57:00,828.0,-2.4585,0,leg_gt,1.09,60 -58597,sell_contrast_m10_bb_pos,sell,2026-01-16 15:42:00,829.0,-2.3406,0,leg_gt,1.12,60 -58598,sell_contrast_m10_bb_pos,sell,2026-01-16 15:45:00,830.0,-2.2226,0,leg_gt,1.12,60 -58599,sell_contrast_m10_bb_pos,sell,2026-01-16 15:48:00,831.0,-2.1047,0,leg_gt,1.12,60 -58600,sell_contrast_m10_bb_pos,sell,2026-01-16 15:51:00,831.0,-2.1047,0,leg_gt,1.12,60 -58601,sell_contrast_m10_bb_pos,sell,2026-01-16 15:54:00,831.0,-2.1047,0,leg_gt,1.12,60 -58602,sell_contrast_m10_bb_pos,sell,2026-01-16 15:57:00,830.0,-2.2226,0,leg_gt,1.13,60 -58603,sell_contrast_m10_bb_pos,sell,2026-01-16 16:12:00,832.0,-1.9868,0,leg_gt,1.14,60 -58604,sell_contrast_m10_bb_pos,sell,2026-01-16 16:15:00,832.0,-1.9868,0,leg_gt,1.14,60 -58605,sell_contrast_m10_bb_pos,sell,2026-01-16 16:18:00,831.0,-2.1047,0,leg_gt,1.14,60 -58606,sell_contrast_m10_bb_pos,sell,2026-01-16 16:21:00,833.0,-1.8689,0,leg_gt,1.14,60 -58607,sell_contrast_m10_bb_pos,sell,2026-01-16 16:24:00,832.0,-1.9868,0,leg_gt,1.15,60 -58608,sell_contrast_m10_bb_pos,sell,2026-01-16 16:27:00,832.0,-1.9868,0,leg_gt,1.15,60 -58609,sell_contrast_m10_bb_pos,sell,2026-01-16 17:21:00,835.0,-1.633,0,leg_gt,1.19,60 -58610,sell_contrast_m10_bb_pos,sell,2026-01-16 17:24:00,833.0,-1.8689,0,leg_gt,1.19,60 -58611,sell_contrast_m10_bb_pos,sell,2026-01-16 17:27:00,833.0,-1.8689,0,leg_gt,1.19,60 -58612,sell_contrast_m10_bb_pos,sell,2026-01-16 17:30:00,834.0,-1.7509,0,leg_gt,1.19,60 -58613,sell_contrast_m10_bb_pos,sell,2026-01-16 17:33:00,835.0,-1.633,0,leg_gt,1.19,60 -58614,sell_contrast_m10_bb_pos,sell,2026-01-16 17:36:00,835.0,-1.633,0,leg_gt,1.2,60 -58615,sell_contrast_m10_bb_pos,sell,2026-01-16 17:39:00,833.0,-1.8689,0,leg_gt,1.2,60 -58616,sell_contrast_m10_bb_pos,sell,2026-01-16 17:51:00,834.0,-1.7509,0,leg_gt,1.21,60 -58617,sell_contrast_m10_bb_pos,sell,2026-01-16 17:54:00,835.0,-1.633,0,leg_gt,1.21,60 -58618,sell_contrast_m10_bb_pos,sell,2026-01-16 17:57:00,835.0,-1.633,0,leg_gt,1.21,60 -58619,sell_contrast_m10_bb_pos,sell,2026-01-16 18:21:00,838.0,-1.2792,0,leg_gt,1.23,60 -58620,sell_contrast_m10_bb_pos,sell,2026-01-16 18:24:00,837.0,-1.3972,0,leg_gt,1.23,60 -58621,sell_contrast_m10_bb_pos,sell,2026-01-16 18:27:00,838.0,-1.2792,0,leg_gt,1.23,60 -58622,sell_contrast_m10_bb_pos,sell,2026-01-16 18:42:00,839.0,-1.1613,0,leg_gt,1.24,60 -58623,sell_contrast_m10_bb_pos,sell,2026-01-16 18:45:00,838.0,-1.2792,0,leg_gt,1.24,60 -58624,sell_contrast_m10_bb_pos,sell,2026-01-16 18:48:00,839.0,-1.1613,0,leg_gt,1.25,60 -58625,sell_contrast_m10_bb_pos,sell,2026-01-16 18:51:00,838.0,-1.2792,0,leg_gt,1.25,60 -58626,sell_contrast_m10_bb_pos,sell,2026-01-16 18:54:00,839.0,-1.1613,0,leg_gt,1.25,60 -58627,sell_contrast_m10_bb_pos,sell,2026-01-16 18:57:00,838.0,-1.2792,0,leg_gt,1.25,60 -58628,sell_contrast_m10_bb_pos,sell,2026-01-17 06:12:00,825.0,2.8963,1,leg_gt,0.23,60 -58629,sell_contrast_m10_bb_pos,sell,2026-01-17 06:15:00,823.0,2.6466,1,leg_gt,0.23,60 -58630,sell_contrast_m10_bb_pos,sell,2026-01-17 06:18:00,822.0,2.5217,1,leg_gt,0.23,60 -58631,sell_contrast_m10_bb_pos,sell,2026-01-17 06:21:00,823.0,2.6466,1,leg_gt,0.23,60 -58632,sell_contrast_m10_bb_pos,sell,2026-01-17 06:24:00,824.0,2.7714,1,leg_gt,0.24,60 -58633,sell_contrast_m10_bb_pos,sell,2026-01-17 06:27:00,824.0,2.7714,1,leg_gt,0.24,60 -58634,sell_contrast_m10_bb_pos,sell,2026-01-17 06:30:00,825.0,2.8963,1,leg_gt,0.24,60 -58635,sell_contrast_m10_bb_pos,sell,2026-01-17 06:33:00,825.0,2.8963,1,leg_gt,0.24,60 -58636,sell_contrast_m10_bb_pos,sell,2026-01-17 06:36:00,823.0,2.6466,1,leg_gt,0.24,60 -58637,sell_contrast_m10_bb_pos,sell,2026-01-17 06:39:00,823.0,2.6466,1,leg_gt,0.25,60 -58638,sell_contrast_m10_bb_pos,sell,2026-01-17 10:00:00,822.0,2.5217,1,leg_gt,0.39,60 -58639,sell_contrast_m10_bb_pos,sell,2026-01-17 10:03:00,823.0,2.6466,1,leg_gt,0.39,60 -58640,sell_contrast_m10_bb_pos,sell,2026-01-17 10:06:00,822.0,2.5217,1,leg_gt,0.39,60 -58641,sell_contrast_m10_bb_pos,sell,2026-01-17 10:09:00,824.0,2.7714,1,leg_gt,0.39,60 -58642,sell_contrast_m10_bb_pos,sell,2026-01-17 10:30:00,824.0,2.7714,1,leg_gt,0.41,60 -58643,sell_contrast_m10_bb_pos,sell,2026-01-17 10:33:00,822.0,2.5217,1,leg_gt,0.41,60 -58644,sell_contrast_m10_bb_pos,sell,2026-01-17 10:36:00,822.0,2.5217,1,leg_gt,0.41,60 -58645,sell_contrast_m10_bb_pos,sell,2026-01-17 10:39:00,821.0,2.3969,1,leg_gt,0.41,60 -58646,sell_contrast_m10_bb_pos,sell,2026-01-17 14:12:00,821.0,2.3969,1,leg_gt,0.56,60 -58647,sell_contrast_m10_bb_pos,sell,2026-01-17 14:15:00,821.0,2.3969,1,leg_gt,0.56,60 -58648,sell_contrast_m10_bb_pos,sell,2026-01-17 14:18:00,822.0,2.5217,1,leg_gt,0.56,60 -58649,sell_contrast_m10_bb_pos,sell,2026-01-17 14:21:00,822.0,2.5217,1,leg_gt,0.57,60 -58650,sell_contrast_m10_bb_pos,sell,2026-01-17 14:24:00,821.0,2.3969,1,leg_gt,0.57,60 -58651,sell_contrast_m10_bb_pos,sell,2026-01-17 14:27:00,822.0,2.5217,1,leg_gt,0.57,60 -58652,sell_contrast_m10_bb_pos,sell,2026-01-17 16:51:00,823.0,2.6466,1,leg_gt,0.67,60 -58653,sell_contrast_m10_bb_pos,sell,2026-01-17 16:54:00,822.0,2.5217,1,leg_gt,0.67,60 -58654,sell_contrast_m10_bb_pos,sell,2026-01-17 16:57:00,823.0,2.6466,1,leg_gt,0.68,60 -58655,sell_contrast_m10_bb_pos,sell,2026-01-17 17:00:00,823.0,2.6466,1,leg_gt,0.68,60 -58656,sell_contrast_m10_bb_pos,sell,2026-01-17 17:03:00,825.0,2.8963,1,leg_gt,0.68,60 -58657,sell_contrast_m10_bb_pos,sell,2026-01-17 17:06:00,825.0,2.8963,1,leg_gt,0.68,60 -58658,sell_contrast_m10_bb_pos,sell,2026-01-17 17:09:00,824.0,2.7714,1,leg_gt,0.68,60 -58659,sell_contrast_m10_bb_pos,sell,2026-01-17 17:12:00,824.0,2.7714,1,leg_gt,0.69,60 -58660,sell_contrast_m10_bb_pos,sell,2026-01-17 17:15:00,823.0,2.6466,1,leg_gt,0.69,60 -58661,sell_contrast_m10_bb_pos,sell,2026-01-17 17:18:00,824.0,2.7714,1,leg_gt,0.69,60 -58662,sell_contrast_m10_bb_pos,sell,2026-01-17 17:30:00,824.0,2.7714,1,leg_gt,0.7,60 -58663,sell_contrast_m10_bb_pos,sell,2026-01-17 17:33:00,822.0,2.5217,1,leg_gt,0.7,60 -58664,sell_contrast_m10_bb_pos,sell,2026-01-17 17:36:00,822.0,2.5217,1,leg_gt,0.7,60 -58665,sell_contrast_m10_bb_pos,sell,2026-01-17 17:39:00,823.0,2.6466,1,leg_gt,0.7,60 -58666,sell_contrast_m10_bb_pos,sell,2026-01-17 17:51:00,824.0,2.7714,1,leg_gt,0.71,60 -58667,sell_contrast_m10_bb_pos,sell,2026-01-17 17:54:00,824.0,2.7714,1,leg_gt,0.71,60 -58668,sell_contrast_m10_bb_pos,sell,2026-01-17 17:57:00,823.0,2.6466,1,leg_gt,0.72,60 -58669,sell_contrast_m10_bb_pos,sell,2026-01-17 18:00:00,825.0,2.8963,1,leg_gt,0.72,60 -58670,sell_contrast_m10_bb_pos,sell,2026-01-17 18:03:00,825.0,2.8963,1,leg_gt,0.72,60 -58671,sell_contrast_m10_bb_pos,sell,2026-01-17 18:06:00,824.0,2.7714,1,leg_gt,0.72,60 -58672,sell_contrast_m10_bb_pos,sell,2026-01-17 18:09:00,824.0,2.7714,1,leg_gt,0.72,60 -58673,sell_contrast_m10_bb_pos,sell,2026-01-17 22:42:00,823.0,2.6466,1,leg_gt,0.91,60 -58674,sell_contrast_m10_bb_pos,sell,2026-01-17 22:45:00,822.0,2.5217,1,leg_gt,0.92,60 -58675,sell_contrast_m10_bb_pos,sell,2026-01-17 22:48:00,823.0,2.6466,1,leg_gt,0.92,60 -58676,sell_contrast_m10_bb_pos,sell,2026-01-18 15:12:00,809.0,0.8988,1,leg_gt,1.6,60 -58677,sell_contrast_m10_bb_pos,sell,2026-01-18 15:15:00,809.0,0.8988,1,leg_gt,1.6,60 -58678,sell_contrast_m10_bb_pos,sell,2026-01-18 15:18:00,807.0,0.6491,1,leg_gt,1.61,60 -58679,sell_contrast_m10_bb_pos,sell,2026-01-19 01:12:00,803.0,0.1497,1,leg_gt,2.02,60 -58680,sell_contrast_m10_bb_pos,sell,2026-01-19 01:15:00,805.0,0.3994,1,leg_gt,2.02,60 -58681,sell_contrast_m10_bb_pos,sell,2026-01-19 01:18:00,805.0,0.3994,1,leg_gt,2.02,60 -58682,sell_contrast_m10_bb_pos,sell,2026-01-19 01:21:00,804.0,0.2745,1,leg_gt,2.02,60 -58683,sell_contrast_m10_bb_pos,sell,2026-01-19 01:24:00,805.0,0.3994,1,leg_gt,2.03,60 -58684,sell_contrast_m10_bb_pos,sell,2026-01-19 01:27:00,802.0,0.0248,1,leg_gt,2.03,60 -58685,sell_contrast_m10_bb_pos,sell,2026-01-19 03:42:00,805.0,0.3994,1,leg_gt,2.12,60 -58686,sell_contrast_m10_bb_pos,sell,2026-01-19 03:45:00,806.0,0.5242,1,leg_gt,2.12,60 -58687,sell_contrast_m10_bb_pos,sell,2026-01-19 03:48:00,806.0,0.5242,1,leg_gt,2.13,60 -58688,sell_contrast_m10_bb_pos,sell,2026-01-19 03:51:00,806.0,0.5242,1,leg_gt,2.13,60 -58689,sell_contrast_m10_bb_pos,sell,2026-01-19 03:54:00,806.0,0.5242,1,leg_gt,2.13,60 -58690,sell_contrast_m10_bb_pos,sell,2026-01-19 03:57:00,805.0,0.3994,1,leg_gt,2.13,60 -58691,sell_contrast_m10_bb_pos,sell,2026-01-19 05:30:00,805.0,0.3994,1,leg_gt,2.2,60 -58692,sell_contrast_m10_bb_pos,sell,2026-01-19 05:33:00,805.0,0.3994,1,leg_gt,2.2,60 -58693,sell_contrast_m10_bb_pos,sell,2026-01-19 05:36:00,804.0,0.2745,1,leg_gt,2.2,60 -58694,sell_contrast_m10_bb_pos,sell,2026-01-19 05:39:00,803.0,0.1497,1,leg_gt,2.2,60 -58695,sell_contrast_m10_bb_pos,sell,2026-01-19 13:12:00,731.0,2.5685,1,leg_gt,0.18,60 -58696,sell_contrast_m10_bb_pos,sell,2026-01-19 13:15:00,730.0,2.4281,1,leg_gt,0.18,60 -58697,sell_contrast_m10_bb_pos,sell,2026-01-19 13:18:00,730.0,2.4281,1,leg_gt,0.18,60 -58698,sell_contrast_m10_bb_pos,sell,2026-01-19 13:21:00,730.0,2.4281,1,leg_gt,0.18,60 -58699,sell_contrast_m10_bb_pos,sell,2026-01-19 13:24:00,730.0,2.4281,1,leg_gt,0.18,60 -58700,sell_contrast_m10_bb_pos,sell,2026-01-19 13:27:00,730.0,2.4281,1,leg_gt,0.19,60 -58701,sell_contrast_m10_bb_pos,sell,2026-01-19 16:42:00,730.0,2.4281,1,leg_gt,0.32,60 -58702,sell_contrast_m10_bb_pos,sell,2026-01-19 16:45:00,729.0,2.2876,1,leg_gt,0.32,60 -58703,sell_contrast_m10_bb_pos,sell,2026-01-19 16:48:00,729.0,2.2876,1,leg_gt,0.32,60 -58704,sell_contrast_m10_bb_pos,sell,2026-01-19 17:21:00,735.0,3.1303,1,leg_gt,0.35,60 -58705,sell_contrast_m10_bb_pos,sell,2026-01-19 17:24:00,734.0,2.9899,1,leg_gt,0.35,60 -58706,sell_contrast_m10_bb_pos,sell,2026-01-19 17:27:00,732.0,2.709,1,leg_gt,0.35,60 -58707,sell_contrast_m10_bb_pos,sell,2026-01-19 20:00:00,734.0,2.9899,1,leg_gt,0.46,60 -58708,sell_contrast_m10_bb_pos,sell,2026-01-19 20:03:00,735.0,3.1303,1,leg_gt,0.46,60 -58709,sell_contrast_m10_bb_pos,sell,2026-01-19 20:06:00,735.0,3.1303,1,leg_gt,0.46,60 -58710,sell_contrast_m10_bb_pos,sell,2026-01-19 20:09:00,735.0,3.1303,1,leg_gt,0.46,60 -58711,sell_contrast_m10_bb_pos,sell,2026-01-19 20:12:00,733.0,2.8494,1,leg_gt,0.47,60 -58712,sell_contrast_m10_bb_pos,sell,2026-01-19 20:15:00,734.0,2.9899,1,leg_gt,0.47,60 -58713,sell_contrast_m10_bb_pos,sell,2026-01-19 20:18:00,733.0,2.8494,1,leg_gt,0.47,60 -58714,sell_contrast_m10_bb_pos,sell,2026-01-19 20:30:00,734.0,2.9899,1,leg_gt,0.48,60 -58715,sell_contrast_m10_bb_pos,sell,2026-01-19 20:33:00,733.0,2.8494,1,leg_gt,0.48,60 -58716,sell_contrast_m10_bb_pos,sell,2026-01-19 20:36:00,735.0,3.1303,1,leg_gt,0.48,60 -58717,sell_contrast_m10_bb_pos,sell,2026-01-19 20:39:00,737.0,3.4112,1,leg_gt,0.49,60 -58718,sell_contrast_m10_bb_pos,sell,2026-01-19 21:00:00,735.0,3.1303,1,leg_gt,0.5,60 -58719,sell_contrast_m10_bb_pos,sell,2026-01-19 21:03:00,733.0,2.8494,1,leg_gt,0.5,60 -58720,sell_contrast_m10_bb_pos,sell,2026-01-19 21:06:00,732.0,2.709,1,leg_gt,0.5,60 -58721,sell_contrast_m10_bb_pos,sell,2026-01-19 21:09:00,733.0,2.8494,1,leg_gt,0.51,60 -58722,sell_contrast_m10_bb_pos,sell,2026-01-19 21:21:00,735.0,3.1303,1,leg_gt,0.51,60 -58723,sell_contrast_m10_bb_pos,sell,2026-01-19 21:24:00,734.0,2.9899,1,leg_gt,0.52,60 -58724,sell_contrast_m10_bb_pos,sell,2026-01-19 21:27:00,734.0,2.9899,1,leg_gt,0.52,60 -58725,sell_contrast_m10_bb_pos,sell,2026-01-19 21:51:00,738.0,3.5517,1,leg_gt,0.54,60 -58726,sell_contrast_m10_bb_pos,sell,2026-01-19 21:54:00,737.0,3.4112,1,leg_gt,0.54,60 -58727,sell_contrast_m10_bb_pos,sell,2026-01-19 21:57:00,737.0,3.4112,1,leg_gt,0.54,60 -58728,sell_contrast_m10_bb_pos,sell,2026-01-19 22:00:00,737.0,3.4112,1,leg_gt,0.54,60 -58729,sell_contrast_m10_bb_pos,sell,2026-01-19 22:03:00,737.0,3.4112,1,leg_gt,0.54,60 -58730,sell_contrast_m10_bb_pos,sell,2026-01-19 22:06:00,737.0,3.4112,1,leg_gt,0.55,60 -58731,sell_contrast_m10_bb_pos,sell,2026-01-19 22:09:00,739.0,3.6921,1,leg_gt,0.55,60 -58732,sell_contrast_m10_bb_pos,sell,2026-01-19 22:21:00,738.0,3.5517,1,leg_gt,0.56,60 -58733,sell_contrast_m10_bb_pos,sell,2026-01-19 22:24:00,737.0,3.4112,1,leg_gt,0.56,60 -58734,sell_contrast_m10_bb_pos,sell,2026-01-19 22:27:00,738.0,3.5517,1,leg_gt,0.56,60 -58735,sell_contrast_m10_bb_pos,sell,2026-01-19 23:51:00,739.0,3.6921,1,leg_gt,0.62,60 -58736,sell_contrast_m10_bb_pos,sell,2026-01-19 23:54:00,737.0,3.4112,1,leg_gt,0.62,60 -58737,sell_contrast_m10_bb_pos,sell,2026-01-19 23:57:00,737.0,3.4112,1,leg_gt,0.62,60 -58738,sell_contrast_m10_bb_pos,sell,2026-01-20 01:30:00,740.0,3.8326,1,leg_gt,0.69,60 -58739,sell_contrast_m10_bb_pos,sell,2026-01-20 01:33:00,738.0,3.5517,1,leg_gt,0.69,60 -58740,sell_contrast_m10_bb_pos,sell,2026-01-20 01:36:00,739.0,3.6921,1,leg_gt,0.69,60 -58741,sell_contrast_m10_bb_pos,sell,2026-01-20 01:39:00,740.0,3.8326,1,leg_gt,0.69,60 -58742,sell_contrast_m10_bb_pos,sell,2026-01-20 02:12:00,744.0,4.3944,1,leg_gt,0.72,60 -58743,sell_contrast_m10_bb_pos,sell,2026-01-20 02:15:00,745.0,4.5348,1,leg_gt,0.72,60 -58744,sell_contrast_m10_bb_pos,sell,2026-01-20 02:18:00,747.0,4.8157,1,leg_gt,0.72,60 -58745,sell_contrast_m10_bb_pos,sell,2026-01-20 02:30:00,746.0,4.6753,1,leg_gt,0.73,60 -58746,sell_contrast_m10_bb_pos,sell,2026-01-20 02:33:00,745.0,4.5348,1,leg_gt,0.73,60 -58747,sell_contrast_m10_bb_pos,sell,2026-01-20 02:36:00,744.0,4.3944,1,leg_gt,0.73,60 -58748,sell_contrast_m10_bb_pos,sell,2026-01-20 02:39:00,745.0,4.5348,1,leg_gt,0.74,60 -58749,sell_contrast_m10_bb_pos,sell,2026-01-20 02:42:00,743.0,4.2539,1,leg_gt,0.74,60 -58750,sell_contrast_m10_bb_pos,sell,2026-01-20 02:45:00,744.0,4.3944,1,leg_gt,0.74,60 -58751,sell_contrast_m10_bb_pos,sell,2026-01-20 02:48:00,746.0,4.6753,1,leg_gt,0.74,60 -58752,sell_contrast_m10_bb_pos,sell,2026-01-20 02:51:00,745.0,4.5348,1,leg_gt,0.74,60 -58753,sell_contrast_m10_bb_pos,sell,2026-01-20 02:54:00,745.0,4.5348,1,leg_gt,0.75,60 -58754,sell_contrast_m10_bb_pos,sell,2026-01-20 02:57:00,744.0,4.3944,1,leg_gt,0.75,60 -58755,sell_contrast_m10_bb_pos,sell,2026-01-20 04:00:00,750.0,5.2371,1,leg_gt,0.79,60 -58756,sell_contrast_m10_bb_pos,sell,2026-01-20 04:03:00,754.0,5.7989,1,leg_gt,0.79,60 -58757,sell_contrast_m10_bb_pos,sell,2026-01-20 04:06:00,752.0,5.518,1,leg_gt,0.8,60 -58758,sell_contrast_m10_bb_pos,sell,2026-01-20 04:09:00,753.0,5.6584,1,leg_gt,0.8,60 -58759,sell_contrast_m10_bb_pos,sell,2026-01-20 04:12:00,751.0,5.3775,1,leg_gt,0.8,60 -58760,sell_contrast_m10_bb_pos,sell,2026-01-20 04:15:00,750.0,5.2371,1,leg_gt,0.8,60 -58761,sell_contrast_m10_bb_pos,sell,2026-01-20 04:18:00,753.0,5.6584,1,leg_gt,0.8,60 -58762,sell_contrast_m10_bb_pos,sell,2026-01-20 04:21:00,753.0,5.6584,1,leg_gt,0.81,60 -58763,sell_contrast_m10_bb_pos,sell,2026-01-20 04:24:00,753.0,5.6584,1,leg_gt,0.81,60 -58764,sell_contrast_m10_bb_pos,sell,2026-01-20 04:27:00,752.0,5.518,1,leg_gt,0.81,60 -58765,sell_contrast_m10_bb_pos,sell,2026-01-21 05:51:00,707.0,-0.8022,0,leg_gt,1.87,60 -58766,sell_contrast_m10_bb_pos,sell,2026-01-21 05:54:00,707.0,-0.8022,0,leg_gt,1.87,60 -58767,sell_contrast_m10_bb_pos,sell,2026-01-21 05:57:00,708.0,-0.6618,0,leg_gt,1.87,60 -58768,sell_contrast_m10_bb_pos,sell,2026-01-21 06:00:00,707.0,-0.8022,0,leg_gt,1.88,60 -58769,sell_contrast_m10_bb_pos,sell,2026-01-21 06:03:00,705.0,-1.0831,0,leg_gt,1.88,60 -58770,sell_contrast_m10_bb_pos,sell,2026-01-21 06:06:00,705.0,-1.0831,0,leg_gt,1.88,60 -58771,sell_contrast_m10_bb_pos,sell,2026-01-21 06:09:00,705.0,-1.0831,0,leg_gt,1.88,60 -58772,sell_contrast_m10_bb_pos,sell,2026-01-21 09:30:00,703.0,1.1968,1,leg_gt,0.05,60 -58773,sell_contrast_m10_bb_pos,sell,2026-01-21 09:33:00,702.0,1.0527,1,leg_gt,0.05,60 -58774,sell_contrast_m10_bb_pos,sell,2026-01-21 09:36:00,704.0,1.3409,1,leg_gt,0.05,60 -58775,sell_contrast_m10_bb_pos,sell,2026-01-21 09:39:00,708.0,1.9173,1,leg_gt,0.05,60 -58776,sell_contrast_m10_bb_pos,sell,2026-01-21 10:30:00,716.0,3.07,1,leg_gt,0.09,60 -58777,sell_contrast_m10_bb_pos,sell,2026-01-21 10:33:00,715.0,2.9259,1,leg_gt,0.09,60 -58778,sell_contrast_m10_bb_pos,sell,2026-01-21 10:36:00,714.0,2.7818,1,leg_gt,0.09,60 -58779,sell_contrast_m10_bb_pos,sell,2026-01-21 10:39:00,714.0,2.7818,1,leg_gt,0.09,60 -58780,sell_contrast_m10_bb_pos,sell,2026-01-21 12:12:00,716.0,3.07,1,leg_gt,0.16,60 -58781,sell_contrast_m10_bb_pos,sell,2026-01-21 12:15:00,719.0,3.5023,1,leg_gt,0.16,60 -58782,sell_contrast_m10_bb_pos,sell,2026-01-21 12:18:00,718.0,3.3582,1,leg_gt,0.16,60 -58783,sell_contrast_m10_bb_pos,sell,2026-01-21 13:42:00,721.0,3.7905,1,leg_gt,0.22,60 -58784,sell_contrast_m10_bb_pos,sell,2026-01-21 13:45:00,722.0,3.9346,1,leg_gt,0.22,60 -58785,sell_contrast_m10_bb_pos,sell,2026-01-21 13:48:00,721.0,3.7905,1,leg_gt,0.22,60 -58786,sell_contrast_m10_bb_pos,sell,2026-01-21 13:51:00,722.0,3.9346,1,leg_gt,0.23,60 -58787,sell_contrast_m10_bb_pos,sell,2026-01-21 13:54:00,720.0,3.6464,1,leg_gt,0.23,60 -58788,sell_contrast_m10_bb_pos,sell,2026-01-21 13:57:00,721.0,3.7905,1,leg_gt,0.23,60 -58789,sell_contrast_m10_bb_pos,sell,2026-01-21 14:12:00,722.0,3.9346,1,leg_gt,0.24,60 -58790,sell_contrast_m10_bb_pos,sell,2026-01-21 14:15:00,722.0,3.9346,1,leg_gt,0.24,60 -58791,sell_contrast_m10_bb_pos,sell,2026-01-21 14:18:00,721.0,3.7905,1,leg_gt,0.25,60 -58792,sell_contrast_m10_bb_pos,sell,2026-01-21 16:30:00,722.0,3.9346,1,leg_gt,0.34,60 -58793,sell_contrast_m10_bb_pos,sell,2026-01-21 16:33:00,718.0,3.3582,1,leg_gt,0.34,60 -58794,sell_contrast_m10_bb_pos,sell,2026-01-21 16:36:00,718.0,3.3582,1,leg_gt,0.34,60 -58795,sell_contrast_m10_bb_pos,sell,2026-01-21 16:39:00,717.0,3.2141,1,leg_gt,0.34,60 -58796,sell_contrast_m10_bb_pos,sell,2026-01-21 23:21:00,716.0,2.332,1,leg_gt,0.03,60 -58797,sell_contrast_m10_bb_pos,sell,2026-01-21 23:24:00,719.0,2.7612,1,leg_gt,0.03,60 -58798,sell_contrast_m10_bb_pos,sell,2026-01-21 23:27:00,717.0,2.4751,1,leg_gt,0.04,60 -58799,sell_contrast_m10_bb_pos,sell,2026-01-21 23:51:00,717.0,2.4751,1,leg_gt,0.05,60 -58800,sell_contrast_m10_bb_pos,sell,2026-01-21 23:54:00,717.0,2.4751,1,leg_gt,0.05,60 -58801,sell_contrast_m10_bb_pos,sell,2026-01-21 23:57:00,720.0,2.9043,1,leg_gt,0.06,60 -58802,sell_contrast_m10_bb_pos,sell,2026-01-22 00:00:00,720.0,2.9043,1,leg_gt,0.06,60 -58803,sell_contrast_m10_bb_pos,sell,2026-01-22 00:03:00,719.0,2.7612,1,leg_gt,0.06,60 -58804,sell_contrast_m10_bb_pos,sell,2026-01-22 00:06:00,720.0,2.9043,1,leg_gt,0.06,60 -58805,sell_contrast_m10_bb_pos,sell,2026-01-22 00:09:00,722.0,3.1904,1,leg_gt,0.06,60 -58806,sell_contrast_m10_bb_pos,sell,2026-01-22 00:12:00,721.0,3.0474,1,leg_gt,0.07,60 -58807,sell_contrast_m10_bb_pos,sell,2026-01-22 00:15:00,721.0,3.0474,1,leg_gt,0.07,60 -58808,sell_contrast_m10_bb_pos,sell,2026-01-22 00:18:00,723.0,3.3335,1,leg_gt,0.07,60 -58809,sell_contrast_m10_bb_pos,sell,2026-01-22 00:21:00,722.0,3.1904,1,leg_gt,0.07,60 -58810,sell_contrast_m10_bb_pos,sell,2026-01-22 00:24:00,722.0,3.1904,1,leg_gt,0.08,60 -58811,sell_contrast_m10_bb_pos,sell,2026-01-22 00:27:00,722.0,3.1904,1,leg_gt,0.08,60 -58812,sell_contrast_m10_bb_pos,sell,2026-01-22 04:30:00,710.0,2.7986,1,leg_gt,0.08,60 -58813,sell_contrast_m10_bb_pos,sell,2026-01-22 04:33:00,713.0,3.2333,1,leg_gt,0.09,60 -58814,sell_contrast_m10_bb_pos,sell,2026-01-22 04:36:00,716.0,3.6681,1,leg_gt,0.09,60 -58815,sell_contrast_m10_bb_pos,sell,2026-01-22 04:39:00,719.0,4.1029,1,leg_gt,0.09,60 -58816,sell_contrast_m10_bb_pos,sell,2026-01-22 05:12:00,718.0,3.958,1,leg_gt,0.11,60 -58817,sell_contrast_m10_bb_pos,sell,2026-01-22 05:15:00,716.0,3.6681,1,leg_gt,0.11,60 -58818,sell_contrast_m10_bb_pos,sell,2026-01-22 05:18:00,715.0,3.5232,1,leg_gt,0.12,60 -58819,sell_contrast_m10_bb_pos,sell,2026-01-22 11:00:00,719.0,4.1029,1,leg_gt,0.35,60 -58820,sell_contrast_m10_bb_pos,sell,2026-01-22 11:03:00,720.0,4.2478,1,leg_gt,0.36,60 -58821,sell_contrast_m10_bb_pos,sell,2026-01-22 11:06:00,720.0,4.2478,1,leg_gt,0.36,60 -58822,sell_contrast_m10_bb_pos,sell,2026-01-22 11:09:00,719.0,4.1029,1,leg_gt,0.36,60 -58823,sell_contrast_m10_bb_pos,sell,2026-01-22 11:21:00,719.0,4.1029,1,leg_gt,0.37,60 -58824,sell_contrast_m10_bb_pos,sell,2026-01-22 11:24:00,719.0,4.1029,1,leg_gt,0.37,60 -58825,sell_contrast_m10_bb_pos,sell,2026-01-22 11:27:00,719.0,4.1029,1,leg_gt,0.37,60 -58826,sell_contrast_m10_bb_pos,sell,2026-01-22 16:00:00,716.0,3.6681,1,leg_gt,0.56,60 -58827,sell_contrast_m10_bb_pos,sell,2026-01-22 16:03:00,715.0,3.5232,1,leg_gt,0.56,60 -58828,sell_contrast_m10_bb_pos,sell,2026-01-22 16:06:00,714.0,3.3783,1,leg_gt,0.57,60 -58829,sell_contrast_m10_bb_pos,sell,2026-01-22 16:09:00,713.0,3.2333,1,leg_gt,0.57,60 -58830,sell_contrast_m10_bb_pos,sell,2026-01-22 18:42:00,717.0,3.813,1,leg_gt,0.68,60 -58831,sell_contrast_m10_bb_pos,sell,2026-01-22 18:45:00,718.0,3.958,1,leg_gt,0.68,60 -58832,sell_contrast_m10_bb_pos,sell,2026-01-22 18:48:00,718.0,3.958,1,leg_gt,0.68,60 -58833,sell_contrast_m10_bb_pos,sell,2026-01-23 09:12:00,704.0,1.3409,1,leg_gt,0.36,60 -58834,sell_contrast_m10_bb_pos,sell,2026-01-23 09:15:00,704.0,1.3409,1,leg_gt,0.37,60 -58835,sell_contrast_m10_bb_pos,sell,2026-01-23 09:18:00,704.0,1.3409,1,leg_gt,0.37,60 -58836,sell_contrast_m10_bb_pos,sell,2026-01-23 09:21:00,703.0,1.1968,1,leg_gt,0.37,60 -58837,sell_contrast_m10_bb_pos,sell,2026-01-23 09:24:00,703.0,1.1968,1,leg_gt,0.37,60 -58838,sell_contrast_m10_bb_pos,sell,2026-01-23 09:27:00,704.0,1.3409,1,leg_gt,0.38,60 -58839,sell_contrast_m10_bb_pos,sell,2026-01-23 10:51:00,706.0,1.6291,1,leg_gt,0.43,60 -58840,sell_contrast_m10_bb_pos,sell,2026-01-23 10:54:00,708.0,1.9173,1,leg_gt,0.44,60 -58841,sell_contrast_m10_bb_pos,sell,2026-01-23 10:57:00,708.0,1.9173,1,leg_gt,0.44,60 -58842,sell_contrast_m10_bb_pos,sell,2026-01-23 12:42:00,711.0,2.3496,1,leg_gt,0.51,60 -58843,sell_contrast_m10_bb_pos,sell,2026-01-23 12:45:00,711.0,2.3496,1,leg_gt,0.51,60 -58844,sell_contrast_m10_bb_pos,sell,2026-01-23 12:48:00,711.0,2.3496,1,leg_gt,0.51,60 -58845,sell_contrast_m10_bb_pos,sell,2026-01-23 13:00:00,712.0,2.4937,1,leg_gt,0.52,60 -58846,sell_contrast_m10_bb_pos,sell,2026-01-23 13:03:00,712.0,2.4937,1,leg_gt,0.52,60 -58847,sell_contrast_m10_bb_pos,sell,2026-01-23 13:06:00,712.0,2.4937,1,leg_gt,0.53,60 -58848,sell_contrast_m10_bb_pos,sell,2026-01-23 13:09:00,712.0,2.4937,1,leg_gt,0.53,60 -58849,sell_contrast_m10_bb_pos,sell,2026-01-23 13:12:00,712.0,2.4937,1,leg_gt,0.53,60 -58850,sell_contrast_m10_bb_pos,sell,2026-01-23 13:15:00,713.0,2.6378,1,leg_gt,0.53,60 -58851,sell_contrast_m10_bb_pos,sell,2026-01-23 13:18:00,713.0,2.6378,1,leg_gt,0.54,60 -58852,sell_contrast_m10_bb_pos,sell,2026-01-23 13:21:00,714.0,2.7818,1,leg_gt,0.54,60 -58853,sell_contrast_m10_bb_pos,sell,2026-01-23 13:24:00,714.0,2.7818,1,leg_gt,0.54,60 -58854,sell_contrast_m10_bb_pos,sell,2026-01-23 13:27:00,714.0,2.7818,1,leg_gt,0.54,60 -58855,sell_contrast_m10_bb_pos,sell,2026-01-23 13:42:00,714.0,2.7818,1,leg_gt,0.55,60 -58856,sell_contrast_m10_bb_pos,sell,2026-01-23 13:45:00,714.0,2.7818,1,leg_gt,0.55,60 -58857,sell_contrast_m10_bb_pos,sell,2026-01-23 13:48:00,716.0,3.07,1,leg_gt,0.56,60 -58858,sell_contrast_m10_bb_pos,sell,2026-01-23 13:51:00,716.0,3.07,1,leg_gt,0.56,60 -58859,sell_contrast_m10_bb_pos,sell,2026-01-23 13:54:00,716.0,3.07,1,leg_gt,0.56,60 -58860,sell_contrast_m10_bb_pos,sell,2026-01-23 13:57:00,716.0,3.07,1,leg_gt,0.56,60 -58861,sell_contrast_m10_bb_pos,sell,2026-01-23 14:12:00,714.0,2.7818,1,leg_gt,0.57,60 -58862,sell_contrast_m10_bb_pos,sell,2026-01-23 14:15:00,715.0,2.9259,1,leg_gt,0.57,60 -58863,sell_contrast_m10_bb_pos,sell,2026-01-23 14:18:00,713.0,2.6378,1,leg_gt,0.58,60 -58864,sell_contrast_m10_bb_pos,sell,2026-01-23 20:42:00,705.0,1.485,1,leg_gt,0.84,60 -58865,sell_contrast_m10_bb_pos,sell,2026-01-23 20:45:00,703.0,1.1968,1,leg_gt,0.85,60 -58866,sell_contrast_m10_bb_pos,sell,2026-01-23 20:48:00,704.0,1.3409,1,leg_gt,0.85,60 -58867,sell_contrast_m10_bb_pos,sell,2026-01-23 20:51:00,705.0,1.485,1,leg_gt,0.85,60 -58868,sell_contrast_m10_bb_pos,sell,2026-01-23 20:54:00,705.0,1.485,1,leg_gt,0.85,60 -58869,sell_contrast_m10_bb_pos,sell,2026-01-23 20:57:00,705.0,1.485,1,leg_gt,0.85,60 -58870,sell_contrast_m10_bb_pos,sell,2026-01-23 21:00:00,704.0,1.3409,1,leg_gt,0.86,60 -58871,sell_contrast_m10_bb_pos,sell,2026-01-23 21:03:00,705.0,1.485,1,leg_gt,0.86,60 -58872,sell_contrast_m10_bb_pos,sell,2026-01-23 21:06:00,705.0,1.485,1,leg_gt,0.86,60 -58873,sell_contrast_m10_bb_pos,sell,2026-01-23 21:09:00,704.0,1.3409,1,leg_gt,0.86,60 -58874,sell_contrast_m10_bb_pos,sell,2026-01-23 21:12:00,704.0,1.3409,1,leg_gt,0.86,60 -58875,sell_contrast_m10_bb_pos,sell,2026-01-23 21:15:00,703.0,1.1968,1,leg_gt,0.87,60 -58876,sell_contrast_m10_bb_pos,sell,2026-01-23 21:18:00,703.0,1.1968,1,leg_gt,0.87,60 -58877,sell_contrast_m10_bb_pos,sell,2026-01-23 21:51:00,704.0,1.3409,1,leg_gt,0.89,60 -58878,sell_contrast_m10_bb_pos,sell,2026-01-23 21:54:00,703.0,1.1968,1,leg_gt,0.89,60 -58879,sell_contrast_m10_bb_pos,sell,2026-01-23 21:57:00,704.0,1.3409,1,leg_gt,0.9,60 -58880,sell_contrast_m10_bb_pos,sell,2026-01-24 01:51:00,709.0,2.9523,1,leg_gt,0.08,60 -58881,sell_contrast_m10_bb_pos,sell,2026-01-24 01:54:00,707.0,2.6616,1,leg_gt,0.08,60 -58882,sell_contrast_m10_bb_pos,sell,2026-01-24 01:57:00,706.0,2.5163,1,leg_gt,0.08,60 -58883,sell_contrast_m10_bb_pos,sell,2026-01-24 02:42:00,714.0,3.6791,1,leg_gt,0.11,60 -58884,sell_contrast_m10_bb_pos,sell,2026-01-24 02:45:00,713.0,3.5337,1,leg_gt,0.11,60 -58885,sell_contrast_m10_bb_pos,sell,2026-01-24 02:48:00,713.0,3.5337,1,leg_gt,0.12,60 -58886,sell_contrast_m10_bb_pos,sell,2026-01-24 02:51:00,711.0,3.243,1,leg_gt,0.12,60 -58887,sell_contrast_m10_bb_pos,sell,2026-01-24 02:54:00,710.0,3.0977,1,leg_gt,0.12,60 -58888,sell_contrast_m10_bb_pos,sell,2026-01-24 02:57:00,709.0,2.9523,1,leg_gt,0.12,60 -58889,sell_contrast_m10_bb_pos,sell,2026-01-24 11:00:00,692.0,0.4814,1,leg_gt,0.46,60 -58890,sell_contrast_m10_bb_pos,sell,2026-01-24 11:03:00,693.0,0.6267,1,leg_gt,0.46,60 -58891,sell_contrast_m10_bb_pos,sell,2026-01-24 11:06:00,692.0,0.4814,1,leg_gt,0.46,60 -58892,sell_contrast_m10_bb_pos,sell,2026-01-24 11:09:00,693.0,0.6267,1,leg_gt,0.46,60 -58893,sell_contrast_m10_bb_pos,sell,2026-01-24 11:12:00,693.0,0.6267,1,leg_gt,0.47,60 -58894,sell_contrast_m10_bb_pos,sell,2026-01-24 11:15:00,692.0,0.4814,1,leg_gt,0.47,60 -58895,sell_contrast_m10_bb_pos,sell,2026-01-24 11:18:00,693.0,0.6267,1,leg_gt,0.47,60 -58896,sell_contrast_m10_bb_pos,sell,2026-01-24 11:21:00,692.0,0.4814,1,leg_gt,0.47,60 -58897,sell_contrast_m10_bb_pos,sell,2026-01-24 11:24:00,692.0,0.4814,1,leg_gt,0.48,60 -58898,sell_contrast_m10_bb_pos,sell,2026-01-24 11:27:00,693.0,0.6267,1,leg_gt,0.48,60 -58899,sell_contrast_m10_bb_pos,sell,2026-01-24 11:30:00,692.0,0.4814,1,leg_gt,0.48,60 -58900,sell_contrast_m10_bb_pos,sell,2026-01-24 11:33:00,691.0,0.336,1,leg_gt,0.48,60 -58901,sell_contrast_m10_bb_pos,sell,2026-01-24 11:36:00,692.0,0.4814,1,leg_gt,0.48,60 -58902,sell_contrast_m10_bb_pos,sell,2026-01-24 11:39:00,693.0,0.6267,1,leg_gt,0.49,60 -58903,sell_contrast_m10_bb_pos,sell,2026-01-24 11:51:00,693.0,0.6267,1,leg_gt,0.49,60 -58904,sell_contrast_m10_bb_pos,sell,2026-01-24 11:54:00,693.0,0.6267,1,leg_gt,0.5,60 -58905,sell_contrast_m10_bb_pos,sell,2026-01-24 11:57:00,692.0,0.4814,1,leg_gt,0.5,60 -58906,sell_contrast_m10_bb_pos,sell,2026-01-24 12:00:00,693.0,0.6267,1,leg_gt,0.5,60 -58907,sell_contrast_m10_bb_pos,sell,2026-01-24 12:03:00,694.0,0.7721,1,leg_gt,0.5,60 -58908,sell_contrast_m10_bb_pos,sell,2026-01-24 12:06:00,695.0,0.9174,1,leg_gt,0.5,60 -58909,sell_contrast_m10_bb_pos,sell,2026-01-24 12:09:00,696.0,1.0628,1,leg_gt,0.51,60 -58910,sell_contrast_m10_bb_pos,sell,2026-01-24 12:51:00,698.0,1.3535,1,leg_gt,0.54,60 -58911,sell_contrast_m10_bb_pos,sell,2026-01-24 12:54:00,700.0,1.6442,1,leg_gt,0.54,60 -58912,sell_contrast_m10_bb_pos,sell,2026-01-24 12:57:00,699.0,1.4988,1,leg_gt,0.54,60 -58913,sell_contrast_m10_bb_pos,sell,2026-01-24 13:00:00,699.0,1.4988,1,leg_gt,0.54,60 -58914,sell_contrast_m10_bb_pos,sell,2026-01-24 13:03:00,699.0,1.4988,1,leg_gt,0.54,60 -58915,sell_contrast_m10_bb_pos,sell,2026-01-24 13:06:00,699.0,1.4988,1,leg_gt,0.55,60 -58916,sell_contrast_m10_bb_pos,sell,2026-01-24 13:09:00,698.0,1.3535,1,leg_gt,0.55,60 -58917,sell_contrast_m10_bb_pos,sell,2026-01-24 19:51:00,699.0,1.4988,1,leg_gt,0.83,60 -58918,sell_contrast_m10_bb_pos,sell,2026-01-24 19:54:00,699.0,1.4988,1,leg_gt,0.83,60 -58919,sell_contrast_m10_bb_pos,sell,2026-01-24 19:57:00,699.0,1.4988,1,leg_gt,0.83,60 -58920,sell_contrast_m10_bb_pos,sell,2026-01-24 20:00:00,699.0,1.4988,1,leg_gt,0.83,60 -58921,sell_contrast_m10_bb_pos,sell,2026-01-24 20:03:00,700.0,1.6442,1,leg_gt,0.84,60 -58922,sell_contrast_m10_bb_pos,sell,2026-01-24 20:06:00,700.0,1.6442,1,leg_gt,0.84,60 -58923,sell_contrast_m10_bb_pos,sell,2026-01-24 20:09:00,699.0,1.4988,1,leg_gt,0.84,60 -58924,sell_contrast_m10_bb_pos,sell,2026-01-24 20:21:00,700.0,1.6442,1,leg_gt,0.85,60 -58925,sell_contrast_m10_bb_pos,sell,2026-01-24 20:24:00,700.0,1.6442,1,leg_gt,0.85,60 -58926,sell_contrast_m10_bb_pos,sell,2026-01-24 20:27:00,700.0,1.6442,1,leg_gt,0.85,60 -58927,sell_contrast_m10_bb_pos,sell,2026-01-24 20:42:00,701.0,1.7895,1,leg_gt,0.86,60 -58928,sell_contrast_m10_bb_pos,sell,2026-01-24 20:45:00,701.0,1.7895,1,leg_gt,0.86,60 -58929,sell_contrast_m10_bb_pos,sell,2026-01-24 20:48:00,701.0,1.7895,1,leg_gt,0.87,60 -58930,sell_contrast_m10_bb_pos,sell,2026-01-24 20:51:00,702.0,1.9349,1,leg_gt,0.87,60 -58931,sell_contrast_m10_bb_pos,sell,2026-01-24 20:54:00,701.0,1.7895,1,leg_gt,0.87,60 -58932,sell_contrast_m10_bb_pos,sell,2026-01-24 20:57:00,701.0,1.7895,1,leg_gt,0.87,60 -58933,sell_contrast_m10_bb_pos,sell,2026-01-24 21:00:00,702.0,1.9349,1,leg_gt,0.88,60 -58934,sell_contrast_m10_bb_pos,sell,2026-01-24 21:03:00,700.0,1.6442,1,leg_gt,0.88,60 -58935,sell_contrast_m10_bb_pos,sell,2026-01-24 21:06:00,700.0,1.6442,1,leg_gt,0.88,60 -58936,sell_contrast_m10_bb_pos,sell,2026-01-24 21:09:00,702.0,1.9349,1,leg_gt,0.88,60 -58937,sell_contrast_m10_bb_pos,sell,2026-01-24 21:12:00,703.0,2.0802,1,leg_gt,0.88,60 -58938,sell_contrast_m10_bb_pos,sell,2026-01-24 21:15:00,703.0,2.0802,1,leg_gt,0.89,60 -58939,sell_contrast_m10_bb_pos,sell,2026-01-24 21:18:00,703.0,2.0802,1,leg_gt,0.89,60 -58940,sell_contrast_m10_bb_pos,sell,2026-01-24 21:21:00,703.0,2.0802,1,leg_gt,0.89,60 -58941,sell_contrast_m10_bb_pos,sell,2026-01-24 21:24:00,703.0,2.0802,1,leg_gt,0.89,60 -58942,sell_contrast_m10_bb_pos,sell,2026-01-24 21:27:00,702.0,1.9349,1,leg_gt,0.89,60 -58943,sell_contrast_m10_bb_pos,sell,2026-01-24 21:30:00,703.0,2.0802,1,leg_gt,0.9,60 -58944,sell_contrast_m10_bb_pos,sell,2026-01-24 21:33:00,703.0,2.0802,1,leg_gt,0.9,60 -58945,sell_contrast_m10_bb_pos,sell,2026-01-24 21:36:00,702.0,1.9349,1,leg_gt,0.9,60 -58946,sell_contrast_m10_bb_pos,sell,2026-01-24 21:39:00,702.0,1.9349,1,leg_gt,0.9,60 -58947,sell_contrast_m10_bb_pos,sell,2026-01-25 03:51:00,698.0,1.3535,1,leg_gt,1.16,60 -58948,sell_contrast_m10_bb_pos,sell,2026-01-25 03:54:00,696.0,1.0628,1,leg_gt,1.16,60 -58949,sell_contrast_m10_bb_pos,sell,2026-01-25 03:57:00,698.0,1.3535,1,leg_gt,1.16,60 -58950,sell_contrast_m10_bb_pos,sell,2026-01-25 05:21:00,698.0,1.3535,1,leg_gt,1.22,60 -58951,sell_contrast_m10_bb_pos,sell,2026-01-25 05:24:00,698.0,1.3535,1,leg_gt,1.23,60 -58952,sell_contrast_m10_bb_pos,sell,2026-01-25 05:27:00,698.0,1.3535,1,leg_gt,1.23,60 -58953,sell_contrast_m10_bb_pos,sell,2026-01-25 09:12:00,695.0,0.9174,1,leg_gt,1.38,60 -58954,sell_contrast_m10_bb_pos,sell,2026-01-25 09:15:00,695.0,0.9174,1,leg_gt,1.39,60 -58955,sell_contrast_m10_bb_pos,sell,2026-01-25 09:18:00,695.0,0.9174,1,leg_gt,1.39,60 -58956,sell_contrast_m10_bb_pos,sell,2026-01-25 15:00:00,693.0,0.6267,1,leg_gt,1.62,60 -58957,sell_contrast_m10_bb_pos,sell,2026-01-25 15:03:00,694.0,0.7721,1,leg_gt,1.63,60 -58958,sell_contrast_m10_bb_pos,sell,2026-01-25 15:06:00,691.0,0.336,1,leg_gt,1.63,60 -58959,sell_contrast_m10_bb_pos,sell,2026-01-25 15:09:00,691.0,0.336,1,leg_gt,1.63,60 -58960,sell_contrast_m10_bb_pos,sell,2026-01-25 15:30:00,693.0,0.6267,1,leg_gt,1.65,60 -58961,sell_contrast_m10_bb_pos,sell,2026-01-25 15:33:00,694.0,0.7721,1,leg_gt,1.65,60 -58962,sell_contrast_m10_bb_pos,sell,2026-01-25 15:36:00,694.0,0.7721,1,leg_gt,1.65,60 -58963,sell_contrast_m10_bb_pos,sell,2026-01-25 15:39:00,693.0,0.6267,1,leg_gt,1.65,60 -58964,sell_contrast_m10_bb_pos,sell,2026-01-25 18:42:00,693.0,0.6267,1,leg_gt,1.78,60 -58965,sell_contrast_m10_bb_pos,sell,2026-01-25 18:45:00,693.0,0.6267,1,leg_gt,1.78,60 -58966,sell_contrast_m10_bb_pos,sell,2026-01-25 18:48:00,694.0,0.7721,1,leg_gt,1.78,60 -58967,sell_contrast_m10_bb_pos,sell,2026-01-25 18:51:00,692.0,0.4814,1,leg_gt,1.79,60 -58968,sell_contrast_m10_bb_pos,sell,2026-01-25 18:54:00,692.0,0.4814,1,leg_gt,1.79,60 -58969,sell_contrast_m10_bb_pos,sell,2026-01-25 18:57:00,691.0,0.336,1,leg_gt,1.79,60 -58970,sell_contrast_m10_bb_pos,sell,2026-01-25 19:21:00,694.0,0.7721,1,leg_gt,1.81,60 -58971,sell_contrast_m10_bb_pos,sell,2026-01-25 19:24:00,696.0,1.0628,1,leg_gt,1.81,60 -58972,sell_contrast_m10_bb_pos,sell,2026-01-25 19:27:00,696.0,1.0628,1,leg_gt,1.81,60 -58973,sell_contrast_m10_bb_pos,sell,2026-01-25 19:51:00,695.0,0.9174,1,leg_gt,1.83,60 -58974,sell_contrast_m10_bb_pos,sell,2026-01-25 19:54:00,696.0,1.0628,1,leg_gt,1.83,60 -58975,sell_contrast_m10_bb_pos,sell,2026-01-25 19:57:00,695.0,0.9174,1,leg_gt,1.83,60 -58976,sell_contrast_m10_bb_pos,sell,2026-01-25 20:00:00,696.0,1.0628,1,leg_gt,1.83,60 -58977,sell_contrast_m10_bb_pos,sell,2026-01-25 20:03:00,695.0,0.9174,1,leg_gt,1.84,60 -58978,sell_contrast_m10_bb_pos,sell,2026-01-25 20:06:00,696.0,1.0628,1,leg_gt,1.84,60 -58979,sell_contrast_m10_bb_pos,sell,2026-01-25 20:09:00,696.0,1.0628,1,leg_gt,1.84,60 -58980,sell_contrast_m10_bb_pos,sell,2026-01-25 20:21:00,696.0,1.0628,1,leg_gt,1.85,60 -58981,sell_contrast_m10_bb_pos,sell,2026-01-25 20:24:00,698.0,1.3535,1,leg_gt,1.85,60 -58982,sell_contrast_m10_bb_pos,sell,2026-01-25 20:27:00,696.0,1.0628,1,leg_gt,1.85,60 -58983,sell_contrast_m10_bb_pos,sell,2026-01-26 10:00:00,659.0,2.0705,1,leg_gt,0.19,60 -58984,sell_contrast_m10_bb_pos,sell,2026-01-26 10:03:00,662.0,2.5357,1,leg_gt,0.19,60 -58985,sell_contrast_m10_bb_pos,sell,2026-01-26 10:06:00,665.0,3.0008,1,leg_gt,0.19,60 -58986,sell_contrast_m10_bb_pos,sell,2026-01-26 10:09:00,667.0,3.3109,1,leg_gt,0.19,60 -58987,sell_contrast_m10_bb_pos,sell,2026-01-26 10:42:00,669.0,3.6209,1,leg_gt,0.21,60 -58988,sell_contrast_m10_bb_pos,sell,2026-01-26 10:45:00,670.0,3.776,1,leg_gt,0.22,60 -58989,sell_contrast_m10_bb_pos,sell,2026-01-26 10:48:00,670.0,3.776,1,leg_gt,0.22,60 -58990,sell_contrast_m10_bb_pos,sell,2026-01-26 10:51:00,668.0,3.4659,1,leg_gt,0.22,60 -58991,sell_contrast_m10_bb_pos,sell,2026-01-26 10:54:00,671.0,3.931,1,leg_gt,0.22,60 -58992,sell_contrast_m10_bb_pos,sell,2026-01-26 10:57:00,670.0,3.776,1,leg_gt,0.22,60 -58993,sell_contrast_m10_bb_pos,sell,2026-01-26 11:00:00,669.0,3.6209,1,leg_gt,0.23,60 -58994,sell_contrast_m10_bb_pos,sell,2026-01-26 11:03:00,667.0,3.3109,1,leg_gt,0.23,60 -58995,sell_contrast_m10_bb_pos,sell,2026-01-26 11:06:00,665.0,3.0008,1,leg_gt,0.23,60 -58996,sell_contrast_m10_bb_pos,sell,2026-01-26 11:09:00,665.0,3.0008,1,leg_gt,0.23,60 -58997,sell_contrast_m10_bb_pos,sell,2026-01-26 15:51:00,668.0,3.4659,1,leg_gt,0.43,60 -58998,sell_contrast_m10_bb_pos,sell,2026-01-26 15:54:00,667.0,3.3109,1,leg_gt,0.43,60 -58999,sell_contrast_m10_bb_pos,sell,2026-01-26 15:57:00,667.0,3.3109,1,leg_gt,0.43,60 -59000,sell_contrast_m10_bb_pos,sell,2026-01-26 16:00:00,668.0,3.4659,1,leg_gt,0.44,60 -59001,sell_contrast_m10_bb_pos,sell,2026-01-26 16:03:00,668.0,3.4659,1,leg_gt,0.44,60 -59002,sell_contrast_m10_bb_pos,sell,2026-01-26 16:06:00,667.0,3.3109,1,leg_gt,0.44,60 -59003,sell_contrast_m10_bb_pos,sell,2026-01-26 16:09:00,667.0,3.3109,1,leg_gt,0.44,60 -59004,sell_contrast_m10_bb_pos,sell,2026-01-26 16:12:00,668.0,3.4659,1,leg_gt,0.44,60 -59005,sell_contrast_m10_bb_pos,sell,2026-01-26 16:15:00,669.0,3.6209,1,leg_gt,0.45,60 -59006,sell_contrast_m10_bb_pos,sell,2026-01-26 16:18:00,668.0,3.4659,1,leg_gt,0.45,60 -59007,sell_contrast_m10_bb_pos,sell,2026-01-26 16:21:00,668.0,3.4659,1,leg_gt,0.45,60 -59008,sell_contrast_m10_bb_pos,sell,2026-01-26 16:24:00,668.0,3.4659,1,leg_gt,0.45,60 -59009,sell_contrast_m10_bb_pos,sell,2026-01-26 16:27:00,668.0,3.4659,1,leg_gt,0.45,60 -59010,sell_contrast_m10_bb_pos,sell,2026-01-26 17:00:00,668.0,3.4659,1,leg_gt,0.48,60 -59011,sell_contrast_m10_bb_pos,sell,2026-01-26 17:03:00,669.0,3.6209,1,leg_gt,0.48,60 -59012,sell_contrast_m10_bb_pos,sell,2026-01-26 17:06:00,669.0,3.6209,1,leg_gt,0.48,60 -59013,sell_contrast_m10_bb_pos,sell,2026-01-26 17:09:00,668.0,3.4659,1,leg_gt,0.48,60 -59014,sell_contrast_m10_bb_pos,sell,2026-01-26 17:12:00,668.0,3.4659,1,leg_gt,0.49,60 -59015,sell_contrast_m10_bb_pos,sell,2026-01-26 17:15:00,667.0,3.3109,1,leg_gt,0.49,60 -59016,sell_contrast_m10_bb_pos,sell,2026-01-26 17:18:00,668.0,3.4659,1,leg_gt,0.49,60 -59017,sell_contrast_m10_bb_pos,sell,2026-01-26 17:30:00,670.0,3.776,1,leg_gt,0.5,60 -59018,sell_contrast_m10_bb_pos,sell,2026-01-26 17:33:00,671.0,3.931,1,leg_gt,0.5,60 -59019,sell_contrast_m10_bb_pos,sell,2026-01-26 17:36:00,670.0,3.776,1,leg_gt,0.5,60 -59020,sell_contrast_m10_bb_pos,sell,2026-01-26 17:39:00,670.0,3.776,1,leg_gt,0.5,60 -59021,sell_contrast_m10_bb_pos,sell,2026-01-26 17:42:00,670.0,3.776,1,leg_gt,0.51,60 -59022,sell_contrast_m10_bb_pos,sell,2026-01-26 17:45:00,668.0,3.4659,1,leg_gt,0.51,60 -59023,sell_contrast_m10_bb_pos,sell,2026-01-26 17:48:00,669.0,3.6209,1,leg_gt,0.51,60 -59024,sell_contrast_m10_bb_pos,sell,2026-01-26 22:00:00,669.0,3.6209,1,leg_gt,0.69,60 -59025,sell_contrast_m10_bb_pos,sell,2026-01-26 22:03:00,670.0,3.776,1,leg_gt,0.69,60 -59026,sell_contrast_m10_bb_pos,sell,2026-01-26 22:06:00,670.0,3.776,1,leg_gt,0.69,60 -59027,sell_contrast_m10_bb_pos,sell,2026-01-26 22:09:00,669.0,3.6209,1,leg_gt,0.69,60 -59028,sell_contrast_m10_bb_pos,sell,2026-01-26 22:12:00,668.0,3.4659,1,leg_gt,0.69,60 -59029,sell_contrast_m10_bb_pos,sell,2026-01-26 22:15:00,671.0,3.931,1,leg_gt,0.7,60 -59030,sell_contrast_m10_bb_pos,sell,2026-01-26 22:18:00,670.0,3.776,1,leg_gt,0.7,60 -59031,sell_contrast_m10_bb_pos,sell,2026-01-26 22:51:00,673.0,4.2411,1,leg_gt,0.72,60 -59032,sell_contrast_m10_bb_pos,sell,2026-01-26 22:54:00,673.0,4.2411,1,leg_gt,0.72,60 -59033,sell_contrast_m10_bb_pos,sell,2026-01-26 22:57:00,673.0,4.2411,1,leg_gt,0.72,60 -59034,sell_contrast_m10_bb_pos,sell,2026-01-26 23:00:00,673.0,4.2411,1,leg_gt,0.73,60 -59035,sell_contrast_m10_bb_pos,sell,2026-01-26 23:03:00,674.0,4.3961,1,leg_gt,0.73,60 -59036,sell_contrast_m10_bb_pos,sell,2026-01-26 23:06:00,672.0,4.086,1,leg_gt,0.73,60 -59037,sell_contrast_m10_bb_pos,sell,2026-01-26 23:09:00,672.0,4.086,1,leg_gt,0.73,60 -59038,sell_contrast_m10_bb_pos,sell,2026-01-27 00:12:00,682.0,5.6364,1,leg_gt,0.78,60 -59039,sell_contrast_m10_bb_pos,sell,2026-01-27 00:15:00,685.0,6.1016,1,leg_gt,0.78,60 -59040,sell_contrast_m10_bb_pos,sell,2026-01-27 00:18:00,686.0,6.2566,1,leg_gt,0.78,60 -59041,sell_contrast_m10_bb_pos,sell,2026-01-27 00:30:00,681.0,5.4814,1,leg_gt,0.79,60 -59042,sell_contrast_m10_bb_pos,sell,2026-01-27 00:33:00,679.0,5.1713,1,leg_gt,0.79,60 -59043,sell_contrast_m10_bb_pos,sell,2026-01-27 00:36:00,679.0,5.1713,1,leg_gt,0.79,60 -59044,sell_contrast_m10_bb_pos,sell,2026-01-27 00:39:00,678.0,5.0163,1,leg_gt,0.8,60 -59045,sell_contrast_m10_bb_pos,sell,2026-01-27 03:42:00,678.0,5.0163,1,leg_gt,0.92,60 -59046,sell_contrast_m10_bb_pos,sell,2026-01-27 03:45:00,677.0,4.8612,1,leg_gt,0.92,60 -59047,sell_contrast_m10_bb_pos,sell,2026-01-27 04:00:00,680.0,5.3264,1,leg_gt,0.94,60 -59048,sell_contrast_m10_bb_pos,sell,2026-01-27 04:03:00,681.0,5.4814,1,leg_gt,0.94,60 -59049,sell_contrast_m10_bb_pos,sell,2026-01-27 04:06:00,679.0,5.1713,1,leg_gt,0.94,60 -59050,sell_contrast_m10_bb_pos,sell,2026-01-27 04:09:00,679.0,5.1713,1,leg_gt,0.94,60 -59051,sell_contrast_m10_bb_pos,sell,2026-01-27 10:42:00,674.0,4.3961,1,leg_gt,1.21,60 -59052,sell_contrast_m10_bb_pos,sell,2026-01-27 10:48:00,674.0,4.3961,1,leg_gt,1.22,60 -59053,sell_contrast_m10_bb_pos,sell,2026-01-27 10:51:00,675.0,4.5512,1,leg_gt,1.22,60 -59054,sell_contrast_m10_bb_pos,sell,2026-01-27 10:54:00,674.0,4.3961,1,leg_gt,1.22,60 -59055,sell_contrast_m10_bb_pos,sell,2026-01-27 10:57:00,674.0,4.3961,1,leg_gt,1.23,60 -59056,sell_contrast_m10_bb_pos,sell,2026-01-27 20:30:00,668.0,3.4659,1,leg_gt,1.62,60 -59057,sell_contrast_m10_bb_pos,sell,2026-01-27 20:33:00,668.0,3.4659,1,leg_gt,1.62,60 -59058,sell_contrast_m10_bb_pos,sell,2026-01-27 20:36:00,668.0,3.4659,1,leg_gt,1.63,60 -59059,sell_contrast_m10_bb_pos,sell,2026-01-27 20:39:00,669.0,3.6209,1,leg_gt,1.63,60 -59060,sell_contrast_m10_bb_pos,sell,2026-01-27 22:12:00,667.0,3.3109,1,leg_gt,1.69,60 -59061,sell_contrast_m10_bb_pos,sell,2026-01-27 22:15:00,668.0,3.4659,1,leg_gt,1.7,60 -59062,sell_contrast_m10_bb_pos,sell,2026-01-27 22:18:00,666.0,3.1558,1,leg_gt,1.7,60 -59063,sell_contrast_m10_bb_pos,sell,2026-01-28 01:30:00,674.0,4.3961,1,leg_gt,1.83,60 -59064,sell_contrast_m10_bb_pos,sell,2026-01-28 01:33:00,679.0,5.1713,1,leg_gt,1.83,60 -59065,sell_contrast_m10_bb_pos,sell,2026-01-28 01:36:00,680.0,5.3264,1,leg_gt,1.84,60 -59066,sell_contrast_m10_bb_pos,sell,2026-01-28 01:39:00,680.0,5.3264,1,leg_gt,1.84,60 -59067,sell_contrast_m10_bb_pos,sell,2026-01-28 02:00:00,678.0,5.0163,1,leg_gt,1.85,60 -59068,sell_contrast_m10_bb_pos,sell,2026-01-28 02:03:00,676.0,4.7062,1,leg_gt,1.85,60 -59069,sell_contrast_m10_bb_pos,sell,2026-01-28 02:06:00,674.0,4.3961,1,leg_gt,1.86,60 -59070,sell_contrast_m10_bb_pos,sell,2026-01-28 02:09:00,673.0,4.2411,1,leg_gt,1.86,60 -59071,sell_contrast_m10_bb_pos,sell,2026-01-28 05:12:00,675.0,2.7963,1,leg_gt,0.1,60 -59072,sell_contrast_m10_bb_pos,sell,2026-01-28 05:15:00,675.0,2.7963,1,leg_gt,0.1,60 -59073,sell_contrast_m10_bb_pos,sell,2026-01-28 05:18:00,676.0,2.9488,1,leg_gt,0.1,60 -59074,sell_contrast_m10_bb_pos,sell,2026-01-28 05:42:00,678.0,3.2537,1,leg_gt,0.12,60 -59075,sell_contrast_m10_bb_pos,sell,2026-01-28 05:45:00,676.0,2.9488,1,leg_gt,0.12,60 -59076,sell_contrast_m10_bb_pos,sell,2026-01-28 05:48:00,680.0,3.5585,1,leg_gt,0.12,60 -59077,sell_contrast_m10_bb_pos,sell,2026-01-28 05:51:00,679.0,3.4061,1,leg_gt,0.13,60 -59078,sell_contrast_m10_bb_pos,sell,2026-01-28 05:54:00,679.0,3.4061,1,leg_gt,0.13,60 -59079,sell_contrast_m10_bb_pos,sell,2026-01-28 05:57:00,680.0,3.5585,1,leg_gt,0.13,60 -59080,sell_contrast_m10_bb_pos,sell,2026-01-28 06:00:00,681.0,3.711,1,leg_gt,0.13,60 -59081,sell_contrast_m10_bb_pos,sell,2026-01-28 06:03:00,679.0,3.4061,1,leg_gt,0.14,60 -59082,sell_contrast_m10_bb_pos,sell,2026-01-28 06:06:00,681.0,3.711,1,leg_gt,0.14,60 -59083,sell_contrast_m10_bb_pos,sell,2026-01-28 06:09:00,679.0,3.4061,1,leg_gt,0.14,60 -59084,sell_contrast_m10_bb_pos,sell,2026-01-28 19:12:00,672.0,2.339,1,leg_gt,0.68,60 -59085,sell_contrast_m10_bb_pos,sell,2026-01-28 19:15:00,674.0,2.6439,1,leg_gt,0.69,60 -59086,sell_contrast_m10_bb_pos,sell,2026-01-28 19:18:00,671.0,2.1866,1,leg_gt,0.69,60 -59087,sell_contrast_m10_bb_pos,sell,2026-01-28 19:21:00,670.0,2.0341,1,leg_gt,0.69,60 -59088,sell_contrast_m10_bb_pos,sell,2026-01-28 19:24:00,671.0,2.1866,1,leg_gt,0.69,60 -59089,sell_contrast_m10_bb_pos,sell,2026-01-28 19:27:00,670.0,2.0341,1,leg_gt,0.69,60 -59090,sell_contrast_m10_bb_pos,sell,2026-01-28 20:51:00,674.0,2.6439,1,leg_gt,0.75,60 -59091,sell_contrast_m10_bb_pos,sell,2026-01-28 20:54:00,676.0,2.9488,1,leg_gt,0.75,60 -59092,sell_contrast_m10_bb_pos,sell,2026-01-28 20:57:00,677.0,3.1012,1,leg_gt,0.76,60 -59093,sell_contrast_m10_bb_pos,sell,2026-01-28 21:12:00,676.0,2.9488,1,leg_gt,0.77,60 -59094,sell_contrast_m10_bb_pos,sell,2026-01-28 21:15:00,674.0,2.6439,1,leg_gt,0.77,60 -59095,sell_contrast_m10_bb_pos,sell,2026-01-28 21:18:00,673.0,2.4915,1,leg_gt,0.77,60 -59096,sell_contrast_m10_bb_pos,sell,2026-01-29 05:21:00,667.0,1.5768,1,leg_gt,1.11,60 -59097,sell_contrast_m10_bb_pos,sell,2026-01-29 05:24:00,668.0,1.7293,1,leg_gt,1.11,60 -59098,sell_contrast_m10_bb_pos,sell,2026-01-29 05:27:00,669.0,1.8817,1,leg_gt,1.11,60 -59099,sell_contrast_m10_bb_pos,sell,2026-01-29 07:00:00,793.0,20.7841,1,leg_gt,1.18,60 -59100,sell_contrast_m10_bb_pos,sell,2026-01-29 07:03:00,780.0,18.8024,1,leg_gt,1.18,60 -59101,sell_contrast_m10_bb_pos,sell,2026-01-29 07:06:00,779.0,18.65,1,leg_gt,1.18,60 -59102,sell_contrast_m10_bb_pos,sell,2026-01-29 07:09:00,779.0,18.65,1,leg_gt,1.18,60 -59103,sell_contrast_m10_bb_pos,sell,2026-01-29 07:12:00,795.0,21.089,1,leg_gt,1.18,60 -59104,sell_contrast_m10_bb_pos,sell,2026-01-29 07:15:00,795.0,21.089,1,leg_gt,1.19,60 -59105,sell_contrast_m10_bb_pos,sell,2026-01-29 07:18:00,800.0,21.8512,1,leg_gt,1.19,60 -59106,sell_contrast_m10_bb_pos,sell,2026-01-29 07:21:00,803.0,22.3085,1,leg_gt,1.19,60 -59107,sell_contrast_m10_bb_pos,sell,2026-01-29 07:24:00,810.0,23.3756,1,leg_gt,1.19,60 -59108,sell_contrast_m10_bb_pos,sell,2026-01-29 07:27:00,841.0,28.1012,1,leg_gt,1.19,60 -59109,sell_contrast_m10_bb_pos,sell,2026-01-29 08:00:00,912.0,38.9244,1,leg_gt,1.22,60 -59110,sell_contrast_m10_bb_pos,sell,2026-01-29 08:03:00,923.0,40.6012,1,leg_gt,1.22,60 -59111,sell_contrast_m10_bb_pos,sell,2026-01-29 08:06:00,902.0,37.4,1,leg_gt,1.22,60 -59112,sell_contrast_m10_bb_pos,sell,2026-01-29 08:09:00,902.0,37.4,1,leg_gt,1.22,60 -59113,sell_contrast_m10_bb_pos,sell,2026-01-29 08:12:00,917.0,39.6866,1,leg_gt,1.23,60 -59114,sell_contrast_m10_bb_pos,sell,2026-01-29 08:15:00,915.0,39.3817,1,leg_gt,1.23,60 -59115,sell_contrast_m10_bb_pos,sell,2026-01-29 08:18:00,930.0,41.6683,1,leg_gt,1.23,60 -59116,sell_contrast_m10_bb_pos,sell,2026-01-29 08:21:00,913.0,39.0768,1,leg_gt,1.23,60 -59117,sell_contrast_m10_bb_pos,sell,2026-01-29 08:24:00,899.0,36.9427,1,leg_gt,1.23,60 -59118,sell_contrast_m10_bb_pos,sell,2026-01-29 08:27:00,906.0,38.0098,1,leg_gt,1.24,60 -59119,sell_contrast_m10_bb_pos,sell,2026-01-30 03:12:00,712.0,2.6417,1,leg_gt,0.12,60 -59120,sell_contrast_m10_bb_pos,sell,2026-01-30 03:15:00,712.0,2.6417,1,leg_gt,0.13,60 -59121,sell_contrast_m10_bb_pos,sell,2026-01-30 03:18:00,711.0,2.4974,1,leg_gt,0.13,60 -59122,sell_contrast_m10_bb_pos,sell,2026-01-30 07:21:00,703.0,1.343,1,leg_gt,0.3,60 -59123,sell_contrast_m10_bb_pos,sell,2026-01-30 07:24:00,702.0,1.1987,1,leg_gt,0.3,60 -59124,sell_contrast_m10_bb_pos,sell,2026-01-30 07:27:00,702.0,1.1987,1,leg_gt,0.3,60 -59125,sell_contrast_m10_bb_pos,sell,2026-01-30 07:30:00,705.0,1.6316,1,leg_gt,0.3,60 -59126,sell_contrast_m10_bb_pos,sell,2026-01-30 07:33:00,706.0,1.7759,1,leg_gt,0.31,60 -59127,sell_contrast_m10_bb_pos,sell,2026-01-30 07:36:00,702.0,1.1987,1,leg_gt,0.31,60 -59128,sell_contrast_m10_bb_pos,sell,2026-01-30 07:39:00,703.0,1.343,1,leg_gt,0.31,60 -59129,sell_contrast_m10_bb_pos,sell,2026-01-30 07:51:00,705.0,1.6316,1,leg_gt,0.32,60 -59130,sell_contrast_m10_bb_pos,sell,2026-01-30 07:54:00,708.0,2.0645,1,leg_gt,0.32,60 -59131,sell_contrast_m10_bb_pos,sell,2026-01-30 07:57:00,708.0,2.0645,1,leg_gt,0.32,60 -59132,sell_contrast_m10_bb_pos,sell,2026-01-30 08:12:00,705.0,1.6316,1,leg_gt,0.33,60 -59133,sell_contrast_m10_bb_pos,sell,2026-01-30 08:15:00,707.0,1.9202,1,leg_gt,0.34,60 -59134,sell_contrast_m10_bb_pos,sell,2026-01-30 08:18:00,705.0,1.6316,1,leg_gt,0.34,60 -59135,sell_contrast_m10_bb_pos,sell,2026-01-30 08:21:00,708.0,2.0645,1,leg_gt,0.34,60 -59136,sell_contrast_m10_bb_pos,sell,2026-01-30 08:24:00,709.0,2.2088,1,leg_gt,0.34,60 -59137,sell_contrast_m10_bb_pos,sell,2026-01-30 08:27:00,706.0,1.7759,1,leg_gt,0.34,60 -59138,sell_contrast_m10_bb_pos,sell,2026-01-30 13:42:00,692.0,4.4317,1,leg_gt,0.1,60 -59139,sell_contrast_m10_bb_pos,sell,2026-01-30 13:45:00,695.0,4.8849,1,leg_gt,0.1,60 -59140,sell_contrast_m10_bb_pos,sell,2026-01-30 13:48:00,693.0,4.5828,1,leg_gt,0.1,60 -59141,sell_contrast_m10_bb_pos,sell,2026-01-30 14:00:00,685.0,3.3743,1,leg_gt,0.11,60 -59142,sell_contrast_m10_bb_pos,sell,2026-01-30 14:03:00,683.0,3.0722,1,leg_gt,0.11,60 -59143,sell_contrast_m10_bb_pos,sell,2026-01-30 14:06:00,683.0,3.0722,1,leg_gt,0.11,60 -59144,sell_contrast_m10_bb_pos,sell,2026-01-30 14:09:00,684.0,3.2233,1,leg_gt,0.11,60 -59145,sell_contrast_m10_bb_pos,sell,2026-01-30 14:30:00,686.0,3.5254,1,leg_gt,0.13,60 -59146,sell_contrast_m10_bb_pos,sell,2026-01-30 14:33:00,688.0,3.8275,1,leg_gt,0.13,60 -59147,sell_contrast_m10_bb_pos,sell,2026-01-30 14:36:00,688.0,3.8275,1,leg_gt,0.13,60 -59148,sell_contrast_m10_bb_pos,sell,2026-01-30 14:39:00,689.0,3.9785,1,leg_gt,0.14,60 -59149,sell_contrast_m10_bb_pos,sell,2026-01-30 14:42:00,687.0,3.6764,1,leg_gt,0.14,60 -59150,sell_contrast_m10_bb_pos,sell,2026-01-30 14:45:00,688.0,3.8275,1,leg_gt,0.14,60 -59151,sell_contrast_m10_bb_pos,sell,2026-01-30 14:48:00,684.0,3.2233,1,leg_gt,0.14,60 -59152,sell_contrast_m10_bb_pos,sell,2026-01-30 20:12:00,679.0,1.3948,1,leg_gt,0.08,60 -59153,sell_contrast_m10_bb_pos,sell,2026-01-30 20:15:00,680.0,1.5442,1,leg_gt,0.08,60 -59154,sell_contrast_m10_bb_pos,sell,2026-01-30 20:18:00,684.0,2.1422,1,leg_gt,0.08,60 -59155,sell_contrast_m10_bb_pos,sell,2026-01-30 20:42:00,685.0,2.2916,1,leg_gt,0.1,60 -59156,sell_contrast_m10_bb_pos,sell,2026-01-30 20:45:00,682.0,1.8432,1,leg_gt,0.1,60 -59157,sell_contrast_m10_bb_pos,sell,2026-01-30 20:48:00,684.0,2.1422,1,leg_gt,0.1,60 -59158,sell_contrast_m10_bb_pos,sell,2026-01-30 20:51:00,685.0,2.2916,1,leg_gt,0.1,60 -59159,sell_contrast_m10_bb_pos,sell,2026-01-30 20:54:00,687.0,2.5906,1,leg_gt,0.11,60 -59160,sell_contrast_m10_bb_pos,sell,2026-01-30 20:57:00,684.0,2.1422,1,leg_gt,0.11,60 -59161,sell_contrast_m10_bb_pos,sell,2026-01-30 21:00:00,686.0,2.4411,1,leg_gt,0.11,60 -59162,sell_contrast_m10_bb_pos,sell,2026-01-30 21:03:00,687.0,2.5906,1,leg_gt,0.11,60 -59163,sell_contrast_m10_bb_pos,sell,2026-01-30 21:06:00,684.0,2.1422,1,leg_gt,0.11,60 -59164,sell_contrast_m10_bb_pos,sell,2026-01-30 21:09:00,684.0,2.1422,1,leg_gt,0.12,60 -59165,sell_contrast_m10_bb_pos,sell,2026-01-30 22:21:00,686.0,2.4411,1,leg_gt,0.17,60 -59166,sell_contrast_m10_bb_pos,sell,2026-01-30 22:24:00,684.0,2.1422,1,leg_gt,0.17,60 -59167,sell_contrast_m10_bb_pos,sell,2026-01-30 22:27:00,686.0,2.4411,1,leg_gt,0.17,60 -59168,sell_contrast_m10_bb_pos,sell,2026-01-30 22:30:00,687.0,2.5906,1,leg_gt,0.17,60 -59169,sell_contrast_m10_bb_pos,sell,2026-01-30 22:33:00,685.0,2.2916,1,leg_gt,0.18,60 -59170,sell_contrast_m10_bb_pos,sell,2026-01-30 22:36:00,686.0,2.4411,1,leg_gt,0.18,60 -59171,sell_contrast_m10_bb_pos,sell,2026-01-30 22:39:00,684.0,2.1422,1,leg_gt,0.18,60 -59172,sell_contrast_m10_bb_pos,sell,2026-01-30 23:51:00,687.0,2.5906,1,leg_gt,0.23,60 -59173,sell_contrast_m10_bb_pos,sell,2026-01-30 23:54:00,685.0,2.2916,1,leg_gt,0.23,60 -59174,sell_contrast_m10_bb_pos,sell,2026-01-30 23:57:00,684.0,2.1422,1,leg_gt,0.23,60 -59175,sell_contrast_m10_bb_pos,sell,2026-01-31 00:12:00,688.0,2.7401,1,leg_gt,0.24,60 -59176,sell_contrast_m10_bb_pos,sell,2026-01-31 00:15:00,684.0,2.1422,1,leg_gt,0.25,60 -59177,sell_contrast_m10_bb_pos,sell,2026-01-31 00:18:00,682.0,1.8432,1,leg_gt,0.25,60 -59178,sell_contrast_m10_bb_pos,sell,2026-01-31 01:21:00,688.0,2.7401,1,leg_gt,0.29,60 -59179,sell_contrast_m10_bb_pos,sell,2026-01-31 01:24:00,684.0,2.1422,1,leg_gt,0.29,60 -59180,sell_contrast_m10_bb_pos,sell,2026-01-31 01:27:00,685.0,2.2916,1,leg_gt,0.3,60 -59181,sell_contrast_m10_bb_pos,sell,2026-01-31 01:30:00,690.0,3.039,1,leg_gt,0.3,60 -59182,sell_contrast_m10_bb_pos,sell,2026-01-31 01:33:00,694.0,3.6369,1,leg_gt,0.3,60 -59183,sell_contrast_m10_bb_pos,sell,2026-01-31 01:36:00,694.0,3.6369,1,leg_gt,0.3,60 -59184,sell_contrast_m10_bb_pos,sell,2026-01-31 01:39:00,697.0,4.0854,1,leg_gt,0.3,60 -59185,sell_contrast_m10_bb_pos,sell,2026-01-31 01:51:00,692.0,3.338,1,leg_gt,0.31,60 -59186,sell_contrast_m10_bb_pos,sell,2026-01-31 01:54:00,693.0,3.4874,1,leg_gt,0.31,60 -59187,sell_contrast_m10_bb_pos,sell,2026-01-31 01:57:00,693.0,3.4874,1,leg_gt,0.32,60 -59188,sell_contrast_m10_bb_pos,sell,2026-01-31 02:00:00,693.0,3.4874,1,leg_gt,0.32,60 -59189,sell_contrast_m10_bb_pos,sell,2026-01-31 02:03:00,692.0,3.338,1,leg_gt,0.32,60 -59190,sell_contrast_m10_bb_pos,sell,2026-01-31 02:06:00,690.0,3.039,1,leg_gt,0.32,60 -59191,sell_contrast_m10_bb_pos,sell,2026-01-31 02:09:00,691.0,3.1885,1,leg_gt,0.32,60 -59192,sell_contrast_m10_bb_pos,sell,2026-01-31 02:21:00,694.0,3.6369,1,leg_gt,0.33,60 -59193,sell_contrast_m10_bb_pos,sell,2026-01-31 02:24:00,697.0,4.0854,1,leg_gt,0.34,60 -59194,sell_contrast_m10_bb_pos,sell,2026-01-31 02:27:00,700.0,4.5338,1,leg_gt,0.34,60 -59195,sell_contrast_m10_bb_pos,sell,2026-01-31 02:42:00,696.0,3.9359,1,leg_gt,0.35,60 -59196,sell_contrast_m10_bb_pos,sell,2026-01-31 02:45:00,698.0,4.2348,1,leg_gt,0.35,60 -59197,sell_contrast_m10_bb_pos,sell,2026-01-31 02:48:00,696.0,3.9359,1,leg_gt,0.35,60 -59198,sell_contrast_m10_bb_pos,sell,2026-01-31 04:12:00,701.0,4.6833,1,leg_gt,0.41,60 -59199,sell_contrast_m10_bb_pos,sell,2026-01-31 04:15:00,704.0,5.1317,1,leg_gt,0.41,60 -59200,sell_contrast_m10_bb_pos,sell,2026-01-31 04:18:00,705.0,5.2812,1,leg_gt,0.41,60 -59201,sell_contrast_m10_bb_pos,sell,2026-01-31 04:42:00,706.0,5.4306,1,leg_gt,0.43,60 -59202,sell_contrast_m10_bb_pos,sell,2026-01-31 04:45:00,706.0,5.4306,1,leg_gt,0.43,60 -59203,sell_contrast_m10_bb_pos,sell,2026-01-31 04:48:00,708.0,5.7296,1,leg_gt,0.44,60 -59204,sell_contrast_m10_bb_pos,sell,2026-01-31 04:51:00,707.0,5.5801,1,leg_gt,0.44,60 -59205,sell_contrast_m10_bb_pos,sell,2026-01-31 04:54:00,708.0,5.7296,1,leg_gt,0.44,60 -59206,sell_contrast_m10_bb_pos,sell,2026-01-31 04:57:00,709.0,5.8791,1,leg_gt,0.44,60 -59207,sell_contrast_m10_bb_pos,sell,2026-01-31 06:51:00,711.0,6.178,1,leg_gt,0.52,60 -59208,sell_contrast_m10_bb_pos,sell,2026-01-31 06:54:00,711.0,6.178,1,leg_gt,0.52,60 -59209,sell_contrast_m10_bb_pos,sell,2026-01-31 06:57:00,711.0,6.178,1,leg_gt,0.52,60 -59210,sell_contrast_m10_bb_pos,sell,2026-01-31 07:00:00,711.0,6.178,1,leg_gt,0.53,60 -59211,sell_contrast_m10_bb_pos,sell,2026-01-31 07:03:00,707.0,5.5801,1,leg_gt,0.53,60 -59212,sell_contrast_m10_bb_pos,sell,2026-01-31 07:06:00,706.0,5.4306,1,leg_gt,0.53,60 -59213,sell_contrast_m10_bb_pos,sell,2026-01-31 07:09:00,705.0,5.2812,1,leg_gt,0.53,60 -59214,sell_contrast_m10_bb_pos,sell,2026-02-01 05:42:00,591.0,3.2217,1,leg_gt,0.08,60 -59215,sell_contrast_m10_bb_pos,sell,2026-02-01 05:45:00,596.0,4.0958,1,leg_gt,0.09,60 -59216,sell_contrast_m10_bb_pos,sell,2026-02-01 05:48:00,597.0,4.2706,1,leg_gt,0.09,60 -59217,sell_contrast_m10_bb_pos,sell,2026-02-01 06:51:00,617.0,7.7671,1,leg_gt,0.13,60 -59218,sell_contrast_m10_bb_pos,sell,2026-02-01 06:54:00,617.0,7.7671,1,leg_gt,0.13,60 -59219,sell_contrast_m10_bb_pos,sell,2026-02-01 06:57:00,615.0,7.4175,1,leg_gt,0.14,60 -59220,sell_contrast_m10_bb_pos,sell,2026-02-01 07:00:00,616.0,7.5923,1,leg_gt,0.14,60 -59221,sell_contrast_m10_bb_pos,sell,2026-02-01 07:03:00,617.0,7.7671,1,leg_gt,0.14,60 -59222,sell_contrast_m10_bb_pos,sell,2026-02-01 07:06:00,616.0,7.5923,1,leg_gt,0.14,60 -59223,sell_contrast_m10_bb_pos,sell,2026-02-01 07:09:00,616.0,7.5923,1,leg_gt,0.14,60 -59224,sell_contrast_m10_bb_pos,sell,2026-02-01 09:12:00,623.0,8.8161,1,leg_gt,0.23,60 -59225,sell_contrast_m10_bb_pos,sell,2026-02-01 09:15:00,621.0,8.4664,1,leg_gt,0.23,60 -59226,sell_contrast_m10_bb_pos,sell,2026-02-01 09:18:00,621.0,8.4664,1,leg_gt,0.23,60 -59227,sell_contrast_m10_bb_pos,sell,2026-02-01 09:21:00,621.0,8.4664,1,leg_gt,0.24,60 -59228,sell_contrast_m10_bb_pos,sell,2026-02-01 09:24:00,618.0,7.942,1,leg_gt,0.24,60 -59229,sell_contrast_m10_bb_pos,sell,2026-02-01 09:27:00,619.0,8.1168,1,leg_gt,0.24,60 -59230,sell_contrast_m10_bb_pos,sell,2026-02-01 14:30:00,614.0,7.2427,1,leg_gt,0.45,60 -59231,sell_contrast_m10_bb_pos,sell,2026-02-01 14:33:00,612.0,6.893,1,leg_gt,0.45,60 -59232,sell_contrast_m10_bb_pos,sell,2026-02-01 14:36:00,611.0,6.7182,1,leg_gt,0.45,60 -59233,sell_contrast_m10_bb_pos,sell,2026-02-01 14:39:00,611.0,6.7182,1,leg_gt,0.46,60 -59234,sell_contrast_m10_bb_pos,sell,2026-02-02 03:12:00,588.0,2.6972,1,leg_gt,0.98,60 -59235,sell_contrast_m10_bb_pos,sell,2026-02-02 03:15:00,592.0,3.3965,1,leg_gt,0.98,60 -59236,sell_contrast_m10_bb_pos,sell,2026-02-02 03:18:00,590.0,3.0469,1,leg_gt,0.98,60 -59237,sell_contrast_m10_bb_pos,sell,2026-02-02 07:42:00,582.0,1.6483,1,leg_gt,1.17,60 -59238,sell_contrast_m10_bb_pos,sell,2026-02-02 07:45:00,582.0,1.6483,1,leg_gt,1.17,60 -59239,sell_contrast_m10_bb_pos,sell,2026-02-02 07:48:00,582.0,1.6483,1,leg_gt,1.17,60 -59240,sell_contrast_m10_bb_pos,sell,2026-02-02 09:21:00,587.0,2.8825,1,leg_gt,0.05,60 -59241,sell_contrast_m10_bb_pos,sell,2026-02-02 09:24:00,588.0,3.0579,1,leg_gt,0.05,60 -59242,sell_contrast_m10_bb_pos,sell,2026-02-02 09:27:00,589.0,3.2333,1,leg_gt,0.05,60 -59243,sell_contrast_m10_bb_pos,sell,2026-02-02 09:51:00,593.0,3.9351,1,leg_gt,0.07,60 -59244,sell_contrast_m10_bb_pos,sell,2026-02-02 09:54:00,592.0,3.7596,1,leg_gt,0.07,60 -59245,sell_contrast_m10_bb_pos,sell,2026-02-02 09:57:00,593.0,3.9351,1,leg_gt,0.08,60 -59246,sell_contrast_m10_bb_pos,sell,2026-02-02 10:00:00,591.0,3.5842,1,leg_gt,0.08,60 -59247,sell_contrast_m10_bb_pos,sell,2026-02-02 10:03:00,594.0,4.1105,1,leg_gt,0.08,60 -59248,sell_contrast_m10_bb_pos,sell,2026-02-02 10:06:00,592.0,3.7596,1,leg_gt,0.08,60 -59249,sell_contrast_m10_bb_pos,sell,2026-02-02 10:09:00,588.0,3.0579,1,leg_gt,0.08,60 -59250,sell_contrast_m10_bb_pos,sell,2026-02-02 10:21:00,590.0,3.4088,1,leg_gt,0.09,60 -59251,sell_contrast_m10_bb_pos,sell,2026-02-02 10:24:00,595.0,4.286,1,leg_gt,0.09,60 -59252,sell_contrast_m10_bb_pos,sell,2026-02-02 10:27:00,599.0,4.9877,1,leg_gt,0.1,60 -59253,sell_contrast_m10_bb_pos,sell,2026-02-02 10:42:00,597.0,4.6368,1,leg_gt,0.11,60 -59254,sell_contrast_m10_bb_pos,sell,2026-02-02 10:45:00,598.0,4.8123,1,leg_gt,0.11,60 -59255,sell_contrast_m10_bb_pos,sell,2026-02-02 10:48:00,596.0,4.4614,1,leg_gt,0.11,60 -59256,sell_contrast_m10_bb_pos,sell,2026-02-02 18:30:00,591.0,3.2217,1,leg_gt,0.12,60 -59257,sell_contrast_m10_bb_pos,sell,2026-02-02 18:33:00,589.0,2.872,1,leg_gt,0.12,60 -59258,sell_contrast_m10_bb_pos,sell,2026-02-02 18:36:00,588.0,2.6972,1,leg_gt,0.12,60 -59259,sell_contrast_m10_bb_pos,sell,2026-02-02 18:39:00,591.0,3.2217,1,leg_gt,0.13,60 -59260,sell_contrast_m10_bb_pos,sell,2026-02-02 21:42:00,596.0,4.0958,1,leg_gt,0.25,60 -59261,sell_contrast_m10_bb_pos,sell,2026-02-02 21:45:00,595.0,3.921,1,leg_gt,0.26,60 -59262,sell_contrast_m10_bb_pos,sell,2026-02-02 21:48:00,595.0,3.921,1,leg_gt,0.26,60 -59263,sell_contrast_m10_bb_pos,sell,2026-02-02 22:00:00,596.0,4.0958,1,leg_gt,0.27,60 -59264,sell_contrast_m10_bb_pos,sell,2026-02-02 22:03:00,596.0,4.0958,1,leg_gt,0.27,60 -59265,sell_contrast_m10_bb_pos,sell,2026-02-02 22:06:00,595.0,3.921,1,leg_gt,0.27,60 -59266,sell_contrast_m10_bb_pos,sell,2026-02-02 22:09:00,595.0,3.921,1,leg_gt,0.27,60 -59267,sell_contrast_m10_bb_pos,sell,2026-02-02 22:12:00,596.0,4.0958,1,leg_gt,0.28,60 -59268,sell_contrast_m10_bb_pos,sell,2026-02-02 22:15:00,596.0,4.0958,1,leg_gt,0.28,60 -59269,sell_contrast_m10_bb_pos,sell,2026-02-02 22:18:00,595.0,3.921,1,leg_gt,0.28,60 -59270,sell_contrast_m10_bb_pos,sell,2026-02-02 22:21:00,598.0,4.4455,1,leg_gt,0.28,60 -59271,sell_contrast_m10_bb_pos,sell,2026-02-02 22:24:00,599.0,4.6203,1,leg_gt,0.28,60 -59272,sell_contrast_m10_bb_pos,sell,2026-02-02 22:27:00,599.0,4.6203,1,leg_gt,0.29,60 -59273,sell_contrast_m10_bb_pos,sell,2026-02-02 22:42:00,599.0,4.6203,1,leg_gt,0.3,60 -59274,sell_contrast_m10_bb_pos,sell,2026-02-02 22:45:00,598.0,4.4455,1,leg_gt,0.3,60 -59275,sell_contrast_m10_bb_pos,sell,2026-02-02 22:48:00,598.0,4.4455,1,leg_gt,0.3,60 -59276,sell_contrast_m10_bb_pos,sell,2026-02-02 23:00:00,598.0,4.4455,1,leg_gt,0.31,60 -59277,sell_contrast_m10_bb_pos,sell,2026-02-02 23:03:00,597.0,4.2706,1,leg_gt,0.31,60 -59278,sell_contrast_m10_bb_pos,sell,2026-02-02 23:06:00,596.0,4.0958,1,leg_gt,0.31,60 -59279,sell_contrast_m10_bb_pos,sell,2026-02-02 23:09:00,597.0,4.2706,1,leg_gt,0.31,60 -59280,sell_contrast_m10_bb_pos,sell,2026-02-02 23:42:00,601.0,4.9699,1,leg_gt,0.34,60 -59281,sell_contrast_m10_bb_pos,sell,2026-02-02 23:45:00,599.0,4.6203,1,leg_gt,0.34,60 -59282,sell_contrast_m10_bb_pos,sell,2026-02-02 23:48:00,599.0,4.6203,1,leg_gt,0.34,60 -59283,sell_contrast_m10_bb_pos,sell,2026-02-03 00:21:00,602.0,5.1448,1,leg_gt,0.36,60 -59284,sell_contrast_m10_bb_pos,sell,2026-02-03 00:24:00,603.0,5.3196,1,leg_gt,0.37,60 -59285,sell_contrast_m10_bb_pos,sell,2026-02-03 00:27:00,602.0,5.1448,1,leg_gt,0.37,60 -59286,sell_contrast_m10_bb_pos,sell,2026-02-03 00:30:00,601.0,4.9699,1,leg_gt,0.37,60 -59287,sell_contrast_m10_bb_pos,sell,2026-02-03 00:33:00,603.0,5.3196,1,leg_gt,0.37,60 -59288,sell_contrast_m10_bb_pos,sell,2026-02-03 00:36:00,601.0,4.9699,1,leg_gt,0.38,60 -59289,sell_contrast_m10_bb_pos,sell,2026-02-03 00:39:00,605.0,5.6692,1,leg_gt,0.38,60 -59290,sell_contrast_m10_bb_pos,sell,2026-02-03 01:12:00,607.0,6.0189,1,leg_gt,0.4,60 -59291,sell_contrast_m10_bb_pos,sell,2026-02-03 01:15:00,605.0,5.6692,1,leg_gt,0.4,60 -59292,sell_contrast_m10_bb_pos,sell,2026-02-03 01:18:00,606.0,5.8441,1,leg_gt,0.4,60 -59293,sell_contrast_m10_bb_pos,sell,2026-02-03 01:21:00,606.0,5.8441,1,leg_gt,0.41,60 -59294,sell_contrast_m10_bb_pos,sell,2026-02-03 01:24:00,604.0,5.4944,1,leg_gt,0.41,60 -59295,sell_contrast_m10_bb_pos,sell,2026-02-03 01:27:00,602.0,5.1448,1,leg_gt,0.41,60 -59296,sell_contrast_m10_bb_pos,sell,2026-02-03 07:42:00,596.0,4.0958,1,leg_gt,0.67,60 -59297,sell_contrast_m10_bb_pos,sell,2026-02-03 07:45:00,596.0,4.0958,1,leg_gt,0.67,60 -59298,sell_contrast_m10_bb_pos,sell,2026-02-03 07:48:00,597.0,4.2706,1,leg_gt,0.68,60 -59299,sell_contrast_m10_bb_pos,sell,2026-02-03 08:00:00,596.0,4.0958,1,leg_gt,0.68,60 -59300,sell_contrast_m10_bb_pos,sell,2026-02-03 08:03:00,598.0,4.4455,1,leg_gt,0.69,60 -59301,sell_contrast_m10_bb_pos,sell,2026-02-03 08:06:00,599.0,4.6203,1,leg_gt,0.69,60 -59302,sell_contrast_m10_bb_pos,sell,2026-02-03 08:09:00,601.0,4.9699,1,leg_gt,0.69,60 -59303,sell_contrast_m10_bb_pos,sell,2026-02-03 09:00:00,609.0,6.3685,1,leg_gt,0.72,60 -59304,sell_contrast_m10_bb_pos,sell,2026-02-03 09:03:00,604.0,5.4944,1,leg_gt,0.73,60 -59305,sell_contrast_m10_bb_pos,sell,2026-02-03 09:06:00,604.0,5.4944,1,leg_gt,0.73,60 -59306,sell_contrast_m10_bb_pos,sell,2026-02-03 09:09:00,605.0,5.6692,1,leg_gt,0.73,60 -59307,sell_contrast_m10_bb_pos,sell,2026-02-03 09:30:00,610.0,6.5434,1,leg_gt,0.75,60 -59308,sell_contrast_m10_bb_pos,sell,2026-02-03 09:33:00,605.0,5.6692,1,leg_gt,0.75,60 -59309,sell_contrast_m10_bb_pos,sell,2026-02-03 09:36:00,603.0,5.3196,1,leg_gt,0.75,60 -59310,sell_contrast_m10_bb_pos,sell,2026-02-03 09:39:00,604.0,5.4944,1,leg_gt,0.75,60 -59311,sell_contrast_m10_bb_pos,sell,2026-02-03 14:00:00,602.0,1.9339,1,leg_gt,0.08,60 -59312,sell_contrast_m10_bb_pos,sell,2026-02-03 14:03:00,599.0,1.4254,1,leg_gt,0.09,60 -59313,sell_contrast_m10_bb_pos,sell,2026-02-03 14:06:00,600.0,1.5949,1,leg_gt,0.09,60 -59314,sell_contrast_m10_bb_pos,sell,2026-02-03 14:09:00,600.0,1.5949,1,leg_gt,0.09,60 -59315,sell_contrast_m10_bb_pos,sell,2026-02-03 15:42:00,602.0,1.9339,1,leg_gt,0.15,60 -59316,sell_contrast_m10_bb_pos,sell,2026-02-03 15:45:00,601.0,1.7644,1,leg_gt,0.16,60 -59317,sell_contrast_m10_bb_pos,sell,2026-02-03 15:48:00,602.0,1.9339,1,leg_gt,0.16,60 -59318,sell_contrast_m10_bb_pos,sell,2026-02-03 21:12:00,600.0,1.5949,1,leg_gt,0.38,60 -59319,sell_contrast_m10_bb_pos,sell,2026-02-03 21:15:00,602.0,1.9339,1,leg_gt,0.39,60 -59320,sell_contrast_m10_bb_pos,sell,2026-02-03 21:18:00,602.0,1.9339,1,leg_gt,0.39,60 -59321,sell_contrast_m10_bb_pos,sell,2026-02-03 21:21:00,602.0,1.9339,1,leg_gt,0.39,60 -59322,sell_contrast_m10_bb_pos,sell,2026-02-03 21:24:00,603.0,2.1034,1,leg_gt,0.39,60 -59323,sell_contrast_m10_bb_pos,sell,2026-02-03 21:27:00,604.0,2.2729,1,leg_gt,0.39,60 -59324,sell_contrast_m10_bb_pos,sell,2026-02-03 21:42:00,602.0,1.9339,1,leg_gt,0.4,60 -59325,sell_contrast_m10_bb_pos,sell,2026-02-03 21:45:00,603.0,2.1034,1,leg_gt,0.41,60 -59326,sell_contrast_m10_bb_pos,sell,2026-02-03 21:48:00,605.0,2.4424,1,leg_gt,0.41,60 -59327,sell_contrast_m10_bb_pos,sell,2026-02-03 22:00:00,606.0,2.6119,1,leg_gt,0.42,60 -59328,sell_contrast_m10_bb_pos,sell,2026-02-03 22:03:00,605.0,2.4424,1,leg_gt,0.42,60 -59329,sell_contrast_m10_bb_pos,sell,2026-02-03 22:06:00,605.0,2.4424,1,leg_gt,0.42,60 -59330,sell_contrast_m10_bb_pos,sell,2026-02-03 22:09:00,606.0,2.6119,1,leg_gt,0.42,60 -59331,sell_contrast_m10_bb_pos,sell,2026-02-03 22:12:00,605.0,2.4424,1,leg_gt,0.42,60 -59332,sell_contrast_m10_bb_pos,sell,2026-02-03 22:15:00,605.0,2.4424,1,leg_gt,0.43,60 -59333,sell_contrast_m10_bb_pos,sell,2026-02-03 22:18:00,607.0,2.7814,1,leg_gt,0.43,60 -59334,sell_contrast_m10_bb_pos,sell,2026-02-03 22:21:00,607.0,2.7814,1,leg_gt,0.43,60 -59335,sell_contrast_m10_bb_pos,sell,2026-02-03 22:24:00,606.0,2.6119,1,leg_gt,0.43,60 -59336,sell_contrast_m10_bb_pos,sell,2026-02-03 22:27:00,608.0,2.9508,1,leg_gt,0.44,60 -59337,sell_contrast_m10_bb_pos,sell,2026-02-03 22:30:00,609.0,3.1203,1,leg_gt,0.44,60 -59338,sell_contrast_m10_bb_pos,sell,2026-02-03 22:33:00,606.0,2.6119,1,leg_gt,0.44,60 -59339,sell_contrast_m10_bb_pos,sell,2026-02-03 22:36:00,606.0,2.6119,1,leg_gt,0.44,60 -59340,sell_contrast_m10_bb_pos,sell,2026-02-03 22:39:00,607.0,2.7814,1,leg_gt,0.44,60 -59341,sell_contrast_m10_bb_pos,sell,2026-02-04 01:00:00,614.0,3.9678,1,leg_gt,0.54,60 -59342,sell_contrast_m10_bb_pos,sell,2026-02-04 01:03:00,612.0,3.6288,1,leg_gt,0.54,60 -59343,sell_contrast_m10_bb_pos,sell,2026-02-04 01:06:00,612.0,3.6288,1,leg_gt,0.55,60 -59344,sell_contrast_m10_bb_pos,sell,2026-02-04 01:09:00,612.0,3.6288,1,leg_gt,0.55,60 -59345,sell_contrast_m10_bb_pos,sell,2026-02-04 04:42:00,625.0,5.8322,1,leg_gt,0.06,60 -59346,sell_contrast_m10_bb_pos,sell,2026-02-04 04:45:00,621.0,5.1542,1,leg_gt,0.06,60 -59347,sell_contrast_m10_bb_pos,sell,2026-02-04 04:48:00,617.0,4.4763,1,leg_gt,0.06,60 -59348,sell_contrast_m10_bb_pos,sell,2026-02-04 05:42:00,622.0,5.3237,1,leg_gt,0.1,60 -59349,sell_contrast_m10_bb_pos,sell,2026-02-04 05:45:00,622.0,5.3237,1,leg_gt,0.1,60 -59350,sell_contrast_m10_bb_pos,sell,2026-02-04 05:48:00,621.0,5.1542,1,leg_gt,0.1,60 -59351,sell_contrast_m10_bb_pos,sell,2026-02-04 06:12:00,625.0,5.8322,1,leg_gt,0.12,60 -59352,sell_contrast_m10_bb_pos,sell,2026-02-04 06:15:00,624.0,5.6627,1,leg_gt,0.12,60 -59353,sell_contrast_m10_bb_pos,sell,2026-02-04 06:18:00,622.0,5.3237,1,leg_gt,0.12,60 -59354,sell_contrast_m10_bb_pos,sell,2026-02-04 10:12:00,615.0,4.1373,1,leg_gt,0.29,60 -59355,sell_contrast_m10_bb_pos,sell,2026-02-04 10:15:00,615.0,4.1373,1,leg_gt,0.29,60 -59356,sell_contrast_m10_bb_pos,sell,2026-02-04 10:18:00,616.0,4.3068,1,leg_gt,0.29,60 -59357,sell_contrast_m10_bb_pos,sell,2026-02-04 10:21:00,615.0,4.1373,1,leg_gt,0.29,60 -59358,sell_contrast_m10_bb_pos,sell,2026-02-04 10:24:00,614.0,3.9678,1,leg_gt,0.29,60 -59359,sell_contrast_m10_bb_pos,sell,2026-02-04 10:27:00,614.0,3.9678,1,leg_gt,0.3,60 -59360,sell_contrast_m10_bb_pos,sell,2026-02-04 10:30:00,615.0,4.1373,1,leg_gt,0.3,60 -59361,sell_contrast_m10_bb_pos,sell,2026-02-04 10:33:00,613.0,3.7983,1,leg_gt,0.3,60 -59362,sell_contrast_m10_bb_pos,sell,2026-02-04 10:36:00,615.0,4.1373,1,leg_gt,0.3,60 -59363,sell_contrast_m10_bb_pos,sell,2026-02-04 10:39:00,613.0,3.7983,1,leg_gt,0.3,60 -59364,sell_contrast_m10_bb_pos,sell,2026-02-04 12:42:00,616.0,4.3068,1,leg_gt,0.39,60 -59365,sell_contrast_m10_bb_pos,sell,2026-02-04 12:45:00,615.0,4.1373,1,leg_gt,0.39,60 -59366,sell_contrast_m10_bb_pos,sell,2026-02-04 12:48:00,615.0,4.1373,1,leg_gt,0.39,60 -59367,sell_contrast_m10_bb_pos,sell,2026-02-04 12:51:00,615.0,4.1373,1,leg_gt,0.4,60 -59368,sell_contrast_m10_bb_pos,sell,2026-02-04 12:54:00,615.0,4.1373,1,leg_gt,0.4,60 -59369,sell_contrast_m10_bb_pos,sell,2026-02-04 12:57:00,615.0,4.1373,1,leg_gt,0.4,60 -59370,sell_contrast_m10_bb_pos,sell,2026-02-04 13:12:00,616.0,4.3068,1,leg_gt,0.41,60 -59371,sell_contrast_m10_bb_pos,sell,2026-02-04 13:15:00,615.0,4.1373,1,leg_gt,0.41,60 -59372,sell_contrast_m10_bb_pos,sell,2026-02-04 13:18:00,615.0,4.1373,1,leg_gt,0.41,60 -59373,sell_contrast_m10_bb_pos,sell,2026-02-04 13:51:00,615.0,4.1373,1,leg_gt,0.44,60 -59374,sell_contrast_m10_bb_pos,sell,2026-02-04 13:54:00,615.0,4.1373,1,leg_gt,0.44,60 -59375,sell_contrast_m10_bb_pos,sell,2026-02-04 13:57:00,615.0,4.1373,1,leg_gt,0.44,60 -59376,sell_contrast_m10_bb_pos,sell,2026-02-04 14:12:00,616.0,4.3068,1,leg_gt,0.45,60 -59377,sell_contrast_m10_bb_pos,sell,2026-02-04 14:15:00,616.0,4.3068,1,leg_gt,0.45,60 -59378,sell_contrast_m10_bb_pos,sell,2026-02-04 14:18:00,615.0,4.1373,1,leg_gt,0.46,60 -59379,sell_contrast_m10_bb_pos,sell,2026-02-04 17:51:00,613.0,3.7983,1,leg_gt,0.6,60 -59380,sell_contrast_m10_bb_pos,sell,2026-02-04 17:54:00,612.0,3.6288,1,leg_gt,0.61,60 -59381,sell_contrast_m10_bb_pos,sell,2026-02-04 17:57:00,611.0,3.4593,1,leg_gt,0.61,60 -59382,sell_contrast_m10_bb_pos,sell,2026-02-05 04:00:00,603.0,2.451,1,leg_gt,0.1,60 -59383,sell_contrast_m10_bb_pos,sell,2026-02-05 04:03:00,608.0,3.3014,1,leg_gt,0.1,60 -59384,sell_contrast_m10_bb_pos,sell,2026-02-05 04:06:00,610.0,3.6415,1,leg_gt,0.1,60 -59385,sell_contrast_m10_bb_pos,sell,2026-02-05 04:09:00,609.0,3.4714,1,leg_gt,0.11,60 -59386,sell_contrast_m10_bb_pos,sell,2026-02-05 04:21:00,607.0,3.1313,1,leg_gt,0.11,60 -59387,sell_contrast_m10_bb_pos,sell,2026-02-05 04:24:00,604.0,2.6211,1,leg_gt,0.12,60 -59388,sell_contrast_m10_bb_pos,sell,2026-02-05 04:27:00,605.0,2.7912,1,leg_gt,0.12,60 -59389,sell_contrast_m10_bb_pos,sell,2026-02-05 04:51:00,607.0,3.1313,1,leg_gt,0.14,60 -59390,sell_contrast_m10_bb_pos,sell,2026-02-05 04:54:00,608.0,3.3014,1,leg_gt,0.14,60 -59391,sell_contrast_m10_bb_pos,sell,2026-02-05 04:57:00,610.0,3.6415,1,leg_gt,0.14,60 -59392,sell_contrast_m10_bb_pos,sell,2026-02-05 05:00:00,610.0,3.6415,1,leg_gt,0.14,60 -59393,sell_contrast_m10_bb_pos,sell,2026-02-05 05:03:00,608.0,3.3014,1,leg_gt,0.14,60 -59394,sell_contrast_m10_bb_pos,sell,2026-02-05 05:06:00,609.0,3.4714,1,leg_gt,0.15,60 -59395,sell_contrast_m10_bb_pos,sell,2026-02-05 05:09:00,609.0,3.4714,1,leg_gt,0.15,60 -59396,sell_contrast_m10_bb_pos,sell,2026-02-05 10:30:00,608.0,3.3014,1,leg_gt,0.37,60 -59397,sell_contrast_m10_bb_pos,sell,2026-02-05 10:33:00,607.0,3.1313,1,leg_gt,0.37,60 -59398,sell_contrast_m10_bb_pos,sell,2026-02-05 10:36:00,606.0,2.9612,1,leg_gt,0.38,60 -59399,sell_contrast_m10_bb_pos,sell,2026-02-05 10:39:00,606.0,2.9612,1,leg_gt,0.38,60 -59400,sell_contrast_m10_bb_pos,sell,2026-02-05 17:21:00,592.0,0.5803,1,leg_gt,0.66,60 -59401,sell_contrast_m10_bb_pos,sell,2026-02-05 17:24:00,591.0,0.4102,1,leg_gt,0.66,60 -59402,sell_contrast_m10_bb_pos,sell,2026-02-05 17:27:00,594.0,0.9204,1,leg_gt,0.66,60 -59403,sell_contrast_m10_bb_pos,sell,2026-02-05 17:30:00,594.0,0.9204,1,leg_gt,0.66,60 -59404,sell_contrast_m10_bb_pos,sell,2026-02-05 17:33:00,595.0,1.0905,1,leg_gt,0.66,60 -59405,sell_contrast_m10_bb_pos,sell,2026-02-05 17:36:00,595.0,1.0905,1,leg_gt,0.67,60 -59406,sell_contrast_m10_bb_pos,sell,2026-02-05 17:39:00,595.0,1.0905,1,leg_gt,0.67,60 -59407,sell_contrast_m10_bb_pos,sell,2026-02-05 18:21:00,595.0,1.0905,1,leg_gt,0.7,60 -59408,sell_contrast_m10_bb_pos,sell,2026-02-05 18:24:00,594.0,0.9204,1,leg_gt,0.7,60 -59409,sell_contrast_m10_bb_pos,sell,2026-02-05 18:27:00,595.0,1.0905,1,leg_gt,0.7,60 -59410,sell_contrast_m10_bb_pos,sell,2026-02-06 08:12:00,528.0,4.8702,1,leg_gt,0.04,60 -59411,sell_contrast_m10_bb_pos,sell,2026-02-06 08:15:00,527.0,4.6714,1,leg_gt,0.04,60 -59412,sell_contrast_m10_bb_pos,sell,2026-02-06 08:18:00,527.0,4.6714,1,leg_gt,0.04,60 -59413,sell_contrast_m10_bb_pos,sell,2026-02-06 08:30:00,524.0,4.075,1,leg_gt,0.05,60 -59414,sell_contrast_m10_bb_pos,sell,2026-02-06 08:33:00,523.0,3.8761,1,leg_gt,0.05,60 -59415,sell_contrast_m10_bb_pos,sell,2026-02-06 08:36:00,517.0,2.6833,1,leg_gt,0.05,60 -59416,sell_contrast_m10_bb_pos,sell,2026-02-06 08:39:00,517.0,2.6833,1,leg_gt,0.05,60 -59417,sell_contrast_m10_bb_pos,sell,2026-02-06 14:21:00,517.0,2.4794,1,leg_gt,0.08,60 -59418,sell_contrast_m10_bb_pos,sell,2026-02-06 14:24:00,517.0,2.4794,1,leg_gt,0.09,60 -59419,sell_contrast_m10_bb_pos,sell,2026-02-06 14:27:00,517.0,2.4794,1,leg_gt,0.09,60 -59420,sell_contrast_m10_bb_pos,sell,2026-02-06 19:00:00,534.0,4.8116,1,leg_gt,0.11,60 -59421,sell_contrast_m10_bb_pos,sell,2026-02-06 19:03:00,534.0,4.8116,1,leg_gt,0.12,60 -59422,sell_contrast_m10_bb_pos,sell,2026-02-06 19:06:00,535.0,5.0081,1,leg_gt,0.12,60 -59423,sell_contrast_m10_bb_pos,sell,2026-02-06 19:09:00,535.0,5.0081,1,leg_gt,0.12,60 -59424,sell_contrast_m10_bb_pos,sell,2026-02-06 19:12:00,535.0,5.0081,1,leg_gt,0.12,60 -59425,sell_contrast_m10_bb_pos,sell,2026-02-06 19:15:00,536.0,5.2045,1,leg_gt,0.12,60 -59426,sell_contrast_m10_bb_pos,sell,2026-02-06 19:18:00,540.0,5.9904,1,leg_gt,0.13,60 -59427,sell_contrast_m10_bb_pos,sell,2026-02-06 19:30:00,540.0,5.9904,1,leg_gt,0.14,60 -59428,sell_contrast_m10_bb_pos,sell,2026-02-06 19:33:00,541.0,6.1868,1,leg_gt,0.14,60 -59429,sell_contrast_m10_bb_pos,sell,2026-02-06 19:36:00,542.0,6.3833,1,leg_gt,0.14,60 -59430,sell_contrast_m10_bb_pos,sell,2026-02-06 19:39:00,536.0,5.2045,1,leg_gt,0.14,60 -59431,sell_contrast_m10_bb_pos,sell,2026-02-06 20:00:00,544.0,6.7762,1,leg_gt,0.16,60 -59432,sell_contrast_m10_bb_pos,sell,2026-02-06 20:03:00,544.0,6.7762,1,leg_gt,0.16,60 -59433,sell_contrast_m10_bb_pos,sell,2026-02-06 20:06:00,547.0,7.3656,1,leg_gt,0.16,60 -59434,sell_contrast_m10_bb_pos,sell,2026-02-06 20:09:00,547.0,7.3656,1,leg_gt,0.16,60 -59435,sell_contrast_m10_bb_pos,sell,2026-02-06 20:12:00,545.0,6.9727,1,leg_gt,0.16,60 -59436,sell_contrast_m10_bb_pos,sell,2026-02-06 20:15:00,546.0,7.1692,1,leg_gt,0.17,60 -59437,sell_contrast_m10_bb_pos,sell,2026-02-06 20:18:00,546.0,7.1692,1,leg_gt,0.17,60 -59438,sell_contrast_m10_bb_pos,sell,2026-02-06 20:21:00,546.0,7.1692,1,leg_gt,0.17,60 -59439,sell_contrast_m10_bb_pos,sell,2026-02-06 20:24:00,548.0,7.5621,1,leg_gt,0.17,60 -59440,sell_contrast_m10_bb_pos,sell,2026-02-06 20:27:00,546.0,7.1692,1,leg_gt,0.18,60 -59441,sell_contrast_m10_bb_pos,sell,2026-02-06 20:30:00,548.0,7.5621,1,leg_gt,0.18,60 -59442,sell_contrast_m10_bb_pos,sell,2026-02-06 20:33:00,548.0,7.5621,1,leg_gt,0.18,60 -59443,sell_contrast_m10_bb_pos,sell,2026-02-06 20:36:00,550.0,7.955,1,leg_gt,0.18,60 -59444,sell_contrast_m10_bb_pos,sell,2026-02-06 20:39:00,548.0,7.5621,1,leg_gt,0.18,60 -59445,sell_contrast_m10_bb_pos,sell,2026-02-06 20:42:00,548.0,7.5621,1,leg_gt,0.19,60 -59446,sell_contrast_m10_bb_pos,sell,2026-02-06 20:45:00,548.0,7.5621,1,leg_gt,0.19,60 -59447,sell_contrast_m10_bb_pos,sell,2026-02-06 20:48:00,548.0,7.5621,1,leg_gt,0.19,60 -59448,sell_contrast_m10_bb_pos,sell,2026-02-06 21:00:00,553.0,8.5444,1,leg_gt,0.2,60 -59449,sell_contrast_m10_bb_pos,sell,2026-02-06 21:03:00,551.0,8.1515,1,leg_gt,0.2,60 -59450,sell_contrast_m10_bb_pos,sell,2026-02-06 21:06:00,547.0,7.3656,1,leg_gt,0.2,60 -59451,sell_contrast_m10_bb_pos,sell,2026-02-06 21:09:00,546.0,7.1692,1,leg_gt,0.2,60 -59452,sell_contrast_m10_bb_pos,sell,2026-02-06 21:51:00,556.0,9.1338,1,leg_gt,0.23,60 -59453,sell_contrast_m10_bb_pos,sell,2026-02-06 21:54:00,558.0,9.5267,1,leg_gt,0.24,60 -59454,sell_contrast_m10_bb_pos,sell,2026-02-06 21:57:00,560.0,9.9196,1,leg_gt,0.24,60 -59455,sell_contrast_m10_bb_pos,sell,2026-02-06 22:21:00,567.0,11.2949,1,leg_gt,0.25,60 -59456,sell_contrast_m10_bb_pos,sell,2026-02-06 22:24:00,567.0,11.2949,1,leg_gt,0.26,60 -59457,sell_contrast_m10_bb_pos,sell,2026-02-06 22:27:00,569.0,11.6878,1,leg_gt,0.26,60 -59458,sell_contrast_m10_bb_pos,sell,2026-02-06 22:30:00,567.0,11.2949,1,leg_gt,0.26,60 -59459,sell_contrast_m10_bb_pos,sell,2026-02-06 22:33:00,567.0,11.2949,1,leg_gt,0.26,60 -59460,sell_contrast_m10_bb_pos,sell,2026-02-06 22:36:00,574.0,12.6701,1,leg_gt,0.26,60 -59461,sell_contrast_m10_bb_pos,sell,2026-02-06 22:39:00,572.0,12.2772,1,leg_gt,0.27,60 -59462,sell_contrast_m10_bb_pos,sell,2026-02-06 22:42:00,572.0,12.2772,1,leg_gt,0.27,60 -59463,sell_contrast_m10_bb_pos,sell,2026-02-06 22:45:00,570.0,11.8843,1,leg_gt,0.27,60 -59464,sell_contrast_m10_bb_pos,sell,2026-02-06 22:48:00,569.0,11.6878,1,leg_gt,0.27,60 -59465,sell_contrast_m10_bb_pos,sell,2026-02-06 22:51:00,570.0,11.8843,1,leg_gt,0.28,60 -59466,sell_contrast_m10_bb_pos,sell,2026-02-06 22:54:00,573.0,12.4737,1,leg_gt,0.28,60 -59467,sell_contrast_m10_bb_pos,sell,2026-02-06 22:57:00,575.0,12.8666,1,leg_gt,0.28,60 -59468,sell_contrast_m10_bb_pos,sell,2026-02-06 23:00:00,573.0,12.4737,1,leg_gt,0.28,60 -59469,sell_contrast_m10_bb_pos,sell,2026-02-06 23:03:00,573.0,12.4737,1,leg_gt,0.28,60 -59470,sell_contrast_m10_bb_pos,sell,2026-02-06 23:06:00,570.0,11.8843,1,leg_gt,0.29,60 -59471,sell_contrast_m10_bb_pos,sell,2026-02-06 23:09:00,575.0,12.8666,1,leg_gt,0.29,60 -59472,sell_contrast_m10_bb_pos,sell,2026-02-06 23:12:00,574.0,12.6701,1,leg_gt,0.29,60 -59473,sell_contrast_m10_bb_pos,sell,2026-02-06 23:15:00,576.0,13.0631,1,leg_gt,0.29,60 -59474,sell_contrast_m10_bb_pos,sell,2026-02-06 23:18:00,574.0,12.6701,1,leg_gt,0.29,60 -59475,sell_contrast_m10_bb_pos,sell,2026-02-06 23:21:00,575.0,12.8666,1,leg_gt,0.3,60 -59476,sell_contrast_m10_bb_pos,sell,2026-02-06 23:24:00,571.0,12.0807,1,leg_gt,0.3,60 -59477,sell_contrast_m10_bb_pos,sell,2026-02-06 23:27:00,573.0,12.4737,1,leg_gt,0.3,60 -59478,sell_contrast_m10_bb_pos,sell,2026-02-06 23:30:00,579.0,13.6525,1,leg_gt,0.3,60 -59479,sell_contrast_m10_bb_pos,sell,2026-02-06 23:33:00,581.0,14.0454,1,leg_gt,0.3,60 -59480,sell_contrast_m10_bb_pos,sell,2026-02-06 23:36:00,586.0,15.0277,1,leg_gt,0.31,60 -59481,sell_contrast_m10_bb_pos,sell,2026-02-06 23:39:00,587.0,15.2242,1,leg_gt,0.31,60 -59482,sell_contrast_m10_bb_pos,sell,2026-02-06 23:42:00,583.0,14.4383,1,leg_gt,0.31,60 -59483,sell_contrast_m10_bb_pos,sell,2026-02-06 23:45:00,588.0,15.4206,1,leg_gt,0.31,60 -59484,sell_contrast_m10_bb_pos,sell,2026-02-06 23:48:00,595.0,16.7959,1,leg_gt,0.31,60 -59485,sell_contrast_m10_bb_pos,sell,2026-02-07 00:00:00,591.0,16.01,1,leg_gt,0.32,60 -59486,sell_contrast_m10_bb_pos,sell,2026-02-07 00:03:00,592.0,16.2065,1,leg_gt,0.32,60 -59487,sell_contrast_m10_bb_pos,sell,2026-02-07 00:06:00,594.0,16.5994,1,leg_gt,0.33,60 -59488,sell_contrast_m10_bb_pos,sell,2026-02-07 00:09:00,595.0,16.7959,1,leg_gt,0.33,60 -59489,sell_contrast_m10_bb_pos,sell,2026-02-07 00:12:00,592.0,16.2065,1,leg_gt,0.33,60 -59490,sell_contrast_m10_bb_pos,sell,2026-02-07 00:15:00,589.0,15.6171,1,leg_gt,0.33,60 -59491,sell_contrast_m10_bb_pos,sell,2026-02-07 00:18:00,597.0,17.1888,1,leg_gt,0.34,60 -59492,sell_contrast_m10_bb_pos,sell,2026-02-07 00:21:00,591.0,16.01,1,leg_gt,0.34,60 -59493,sell_contrast_m10_bb_pos,sell,2026-02-07 00:24:00,589.0,15.6171,1,leg_gt,0.34,60 -59494,sell_contrast_m10_bb_pos,sell,2026-02-07 00:27:00,590.0,15.8136,1,leg_gt,0.34,60 -59495,sell_contrast_m10_bb_pos,sell,2026-02-07 00:51:00,593.0,16.4029,1,leg_gt,0.36,60 -59496,sell_contrast_m10_bb_pos,sell,2026-02-07 00:54:00,594.0,16.5994,1,leg_gt,0.36,60 -59497,sell_contrast_m10_bb_pos,sell,2026-02-07 00:57:00,593.0,16.4029,1,leg_gt,0.36,60 -59498,sell_contrast_m10_bb_pos,sell,2026-02-07 01:51:00,602.0,18.1711,1,leg_gt,0.4,60 -59499,sell_contrast_m10_bb_pos,sell,2026-02-07 01:54:00,604.0,18.564,1,leg_gt,0.4,60 -59500,sell_contrast_m10_bb_pos,sell,2026-02-07 01:57:00,602.0,18.1711,1,leg_gt,0.4,60 -59501,sell_contrast_m10_bb_pos,sell,2026-02-07 02:21:00,605.0,18.7605,1,leg_gt,0.42,60 -59502,sell_contrast_m10_bb_pos,sell,2026-02-07 02:24:00,605.0,18.7605,1,leg_gt,0.42,60 -59503,sell_contrast_m10_bb_pos,sell,2026-02-07 02:27:00,606.0,18.957,1,leg_gt,0.42,60 -59504,sell_contrast_m10_bb_pos,sell,2026-02-07 02:30:00,609.0,19.5464,1,leg_gt,0.43,60 -59505,sell_contrast_m10_bb_pos,sell,2026-02-07 02:33:00,611.0,19.9393,1,leg_gt,0.43,60 -59506,sell_contrast_m10_bb_pos,sell,2026-02-07 02:36:00,607.0,19.1534,1,leg_gt,0.43,60 -59507,sell_contrast_m10_bb_pos,sell,2026-02-07 02:39:00,610.0,19.7428,1,leg_gt,0.43,60 -59508,sell_contrast_m10_bb_pos,sell,2026-02-07 02:51:00,609.0,19.5464,1,leg_gt,0.44,60 -59509,sell_contrast_m10_bb_pos,sell,2026-02-07 02:54:00,609.0,19.5464,1,leg_gt,0.44,60 -59510,sell_contrast_m10_bb_pos,sell,2026-02-07 02:57:00,608.0,19.3499,1,leg_gt,0.45,60 -59511,sell_contrast_m10_bb_pos,sell,2026-02-07 06:21:00,602.0,18.1711,1,leg_gt,0.59,60 -59512,sell_contrast_m10_bb_pos,sell,2026-02-07 06:24:00,603.0,18.3676,1,leg_gt,0.59,60 -59513,sell_contrast_m10_bb_pos,sell,2026-02-07 06:27:00,602.0,18.1711,1,leg_gt,0.59,60 -59514,sell_contrast_m10_bb_pos,sell,2026-02-07 07:12:00,601.0,17.9747,1,leg_gt,0.62,60 -59515,sell_contrast_m10_bb_pos,sell,2026-02-07 07:15:00,598.0,17.3853,1,leg_gt,0.62,60 -59516,sell_contrast_m10_bb_pos,sell,2026-02-07 07:18:00,599.0,17.5817,1,leg_gt,0.63,60 -59517,sell_contrast_m10_bb_pos,sell,2026-02-07 07:30:00,603.0,18.3676,1,leg_gt,0.64,60 -59518,sell_contrast_m10_bb_pos,sell,2026-02-07 07:33:00,603.0,18.3676,1,leg_gt,0.64,60 -59519,sell_contrast_m10_bb_pos,sell,2026-02-07 07:36:00,606.0,18.957,1,leg_gt,0.64,60 -59520,sell_contrast_m10_bb_pos,sell,2026-02-07 07:39:00,606.0,18.957,1,leg_gt,0.64,60 -59521,sell_contrast_m10_bb_pos,sell,2026-02-07 07:42:00,605.0,18.7605,1,leg_gt,0.64,60 -59522,sell_contrast_m10_bb_pos,sell,2026-02-07 07:45:00,603.0,18.3676,1,leg_gt,0.65,60 -59523,sell_contrast_m10_bb_pos,sell,2026-02-07 07:48:00,602.0,18.1711,1,leg_gt,0.65,60 -59524,sell_contrast_m10_bb_pos,sell,2026-02-07 07:51:00,604.0,18.564,1,leg_gt,0.65,60 -59525,sell_contrast_m10_bb_pos,sell,2026-02-07 07:54:00,605.0,18.7605,1,leg_gt,0.65,60 -59526,sell_contrast_m10_bb_pos,sell,2026-02-07 07:57:00,605.0,18.7605,1,leg_gt,0.65,60 -59527,sell_contrast_m10_bb_pos,sell,2026-02-07 08:00:00,605.0,18.7605,1,leg_gt,0.66,60 -59528,sell_contrast_m10_bb_pos,sell,2026-02-07 08:03:00,607.0,19.1534,1,leg_gt,0.66,60 -59529,sell_contrast_m10_bb_pos,sell,2026-02-07 08:06:00,607.0,19.1534,1,leg_gt,0.66,60 -59530,sell_contrast_m10_bb_pos,sell,2026-02-07 08:09:00,608.0,19.3499,1,leg_gt,0.66,60 -59531,sell_contrast_m10_bb_pos,sell,2026-02-07 11:30:00,605.0,2.9664,1,leg_gt,0.05,60 -59532,sell_contrast_m10_bb_pos,sell,2026-02-07 11:33:00,603.0,2.6257,1,leg_gt,0.05,60 -59533,sell_contrast_m10_bb_pos,sell,2026-02-07 11:36:00,604.0,2.7961,1,leg_gt,0.05,60 -59534,sell_contrast_m10_bb_pos,sell,2026-02-07 11:39:00,603.0,2.6257,1,leg_gt,0.05,60 -59535,sell_contrast_m10_bb_pos,sell,2026-02-07 11:51:00,605.0,2.9664,1,leg_gt,0.06,60 -59536,sell_contrast_m10_bb_pos,sell,2026-02-07 11:54:00,605.0,2.9664,1,leg_gt,0.06,60 -59537,sell_contrast_m10_bb_pos,sell,2026-02-07 11:57:00,603.0,2.6257,1,leg_gt,0.07,60 -59538,sell_contrast_m10_bb_pos,sell,2026-02-07 12:00:00,605.0,2.9664,1,leg_gt,0.07,60 -59539,sell_contrast_m10_bb_pos,sell,2026-02-07 12:03:00,604.0,2.7961,1,leg_gt,0.07,60 -59540,sell_contrast_m10_bb_pos,sell,2026-02-07 12:06:00,605.0,2.9664,1,leg_gt,0.07,60 -59541,sell_contrast_m10_bb_pos,sell,2026-02-07 12:09:00,606.0,3.1368,1,leg_gt,0.08,60 -59542,sell_contrast_m10_bb_pos,sell,2026-02-07 12:12:00,616.0,4.8404,1,leg_gt,0.08,60 -59543,sell_contrast_m10_bb_pos,sell,2026-02-07 12:15:00,613.0,4.3293,1,leg_gt,0.08,60 -59544,sell_contrast_m10_bb_pos,sell,2026-02-07 12:18:00,613.0,4.3293,1,leg_gt,0.08,60 -59545,sell_contrast_m10_bb_pos,sell,2026-02-07 12:30:00,611.0,3.9886,1,leg_gt,0.09,60 -59546,sell_contrast_m10_bb_pos,sell,2026-02-07 12:33:00,608.0,3.4775,1,leg_gt,0.09,60 -59547,sell_contrast_m10_bb_pos,sell,2026-02-07 12:36:00,610.0,3.8182,1,leg_gt,0.09,60 -59548,sell_contrast_m10_bb_pos,sell,2026-02-07 12:39:00,609.0,3.6479,1,leg_gt,0.1,60 -59549,sell_contrast_m10_bb_pos,sell,2026-02-07 13:12:00,620.0,5.5218,1,leg_gt,0.12,60 -59550,sell_contrast_m10_bb_pos,sell,2026-02-07 13:15:00,621.0,5.6922,1,leg_gt,0.12,60 -59551,sell_contrast_m10_bb_pos,sell,2026-02-07 13:18:00,624.0,6.2032,1,leg_gt,0.12,60 -59552,sell_contrast_m10_bb_pos,sell,2026-02-07 21:30:00,593.0,3.0304,1,leg_gt,0.05,60 -59553,sell_contrast_m10_bb_pos,sell,2026-02-07 21:33:00,595.0,3.3783,1,leg_gt,0.05,60 -59554,sell_contrast_m10_bb_pos,sell,2026-02-07 21:36:00,595.0,3.3783,1,leg_gt,0.05,60 -59555,sell_contrast_m10_bb_pos,sell,2026-02-07 21:39:00,592.0,2.8565,1,leg_gt,0.05,60 -59556,sell_contrast_m10_bb_pos,sell,2026-02-08 01:30:00,590.0,2.5087,1,leg_gt,0.21,60 -59557,sell_contrast_m10_bb_pos,sell,2026-02-08 01:33:00,589.0,2.3348,1,leg_gt,0.21,60 -59558,sell_contrast_m10_bb_pos,sell,2026-02-08 01:36:00,589.0,2.3348,1,leg_gt,0.22,60 -59559,sell_contrast_m10_bb_pos,sell,2026-02-08 01:39:00,590.0,2.5087,1,leg_gt,0.22,60 -59560,sell_contrast_m10_bb_pos,sell,2026-02-08 03:21:00,593.0,3.0304,1,leg_gt,0.29,60 -59561,sell_contrast_m10_bb_pos,sell,2026-02-08 03:24:00,592.0,2.8565,1,leg_gt,0.29,60 -59562,sell_contrast_m10_bb_pos,sell,2026-02-08 03:27:00,592.0,2.8565,1,leg_gt,0.29,60 -59563,sell_contrast_m10_bb_pos,sell,2026-02-08 03:51:00,595.0,3.3783,1,leg_gt,0.31,60 -59564,sell_contrast_m10_bb_pos,sell,2026-02-08 03:54:00,595.0,3.3783,1,leg_gt,0.31,60 -59565,sell_contrast_m10_bb_pos,sell,2026-02-08 03:57:00,594.0,3.2043,1,leg_gt,0.31,60 -59566,sell_contrast_m10_bb_pos,sell,2026-02-08 13:33:00,588.0,2.1609,1,leg_gt,0.71,60 -59567,sell_contrast_m10_bb_pos,sell,2026-02-08 13:36:00,586.0,1.813,1,leg_gt,0.72,60 -59568,sell_contrast_m10_bb_pos,sell,2026-02-08 13:39:00,587.0,1.987,1,leg_gt,0.72,60 -59569,sell_contrast_m10_bb_pos,sell,2026-02-08 17:21:00,589.0,2.3348,1,leg_gt,0.87,60 -59570,sell_contrast_m10_bb_pos,sell,2026-02-08 17:24:00,590.0,2.5087,1,leg_gt,0.88,60 -59571,sell_contrast_m10_bb_pos,sell,2026-02-08 17:27:00,591.0,2.6826,1,leg_gt,0.88,60 -59572,sell_contrast_m10_bb_pos,sell,2026-02-08 18:12:00,597.0,3.7261,1,leg_gt,0.91,60 -59573,sell_contrast_m10_bb_pos,sell,2026-02-08 18:15:00,597.0,3.7261,1,leg_gt,0.91,60 -59574,sell_contrast_m10_bb_pos,sell,2026-02-08 18:18:00,595.0,3.3783,1,leg_gt,0.91,60 -59575,sell_contrast_m10_bb_pos,sell,2026-02-08 21:51:00,596.0,3.5522,1,leg_gt,1.06,60 -59576,sell_contrast_m10_bb_pos,sell,2026-02-08 21:54:00,596.0,3.5522,1,leg_gt,1.06,60 -59577,sell_contrast_m10_bb_pos,sell,2026-02-08 21:57:00,597.0,3.7261,1,leg_gt,1.06,60 -59578,sell_contrast_m10_bb_pos,sell,2026-02-08 22:21:00,597.0,3.7261,1,leg_gt,1.08,60 -59579,sell_contrast_m10_bb_pos,sell,2026-02-08 22:24:00,599.0,4.0739,1,leg_gt,1.08,60 -59580,sell_contrast_m10_bb_pos,sell,2026-02-08 22:27:00,598.0,3.9,1,leg_gt,1.09,60 -59581,sell_contrast_m10_bb_pos,sell,2026-02-08 23:00:00,599.0,4.0739,1,leg_gt,1.11,60 -59582,sell_contrast_m10_bb_pos,sell,2026-02-08 23:03:00,599.0,4.0739,1,leg_gt,1.11,60 -59583,sell_contrast_m10_bb_pos,sell,2026-02-08 23:06:00,598.0,3.9,1,leg_gt,1.11,60 -59584,sell_contrast_m10_bb_pos,sell,2026-02-08 23:09:00,598.0,3.9,1,leg_gt,1.11,60 -59585,sell_contrast_m10_bb_pos,sell,2026-02-09 11:42:00,581.0,0.9435,1,leg_gt,1.64,60 -59586,sell_contrast_m10_bb_pos,sell,2026-02-09 11:45:00,579.0,0.5957,1,leg_gt,1.64,60 -59587,sell_contrast_m10_bb_pos,sell,2026-02-09 11:48:00,578.0,0.4217,1,leg_gt,1.64,60 -59588,sell_contrast_m10_bb_pos,sell,2026-02-09 12:12:00,578.0,0.4217,1,leg_gt,1.66,60 -59589,sell_contrast_m10_bb_pos,sell,2026-02-09 12:15:00,578.0,0.4217,1,leg_gt,1.66,60 -59590,sell_contrast_m10_bb_pos,sell,2026-02-09 12:18:00,578.0,0.4217,1,leg_gt,1.66,60 -59591,sell_contrast_m10_bb_pos,sell,2026-02-09 13:12:00,582.0,1.1174,1,leg_gt,1.7,60 -59592,sell_contrast_m10_bb_pos,sell,2026-02-09 13:15:00,583.0,1.2913,1,leg_gt,1.7,60 -59593,sell_contrast_m10_bb_pos,sell,2026-02-09 13:18:00,582.0,1.1174,1,leg_gt,1.7,60 -59594,sell_contrast_m10_bb_pos,sell,2026-02-09 13:21:00,584.0,1.4652,1,leg_gt,1.71,60 -59595,sell_contrast_m10_bb_pos,sell,2026-02-09 13:24:00,583.0,1.2913,1,leg_gt,1.71,60 -59596,sell_contrast_m10_bb_pos,sell,2026-02-09 13:27:00,583.0,1.2913,1,leg_gt,1.71,60 -59597,sell_contrast_m10_bb_pos,sell,2026-02-09 23:42:00,566.0,1.6986,1,leg_gt,0.18,60 -59598,sell_contrast_m10_bb_pos,sell,2026-02-09 23:45:00,566.0,1.6986,1,leg_gt,0.18,60 -59599,sell_contrast_m10_bb_pos,sell,2026-02-09 23:48:00,567.0,1.8784,1,leg_gt,0.18,60 -59600,sell_contrast_m10_bb_pos,sell,2026-02-09 23:51:00,568.0,2.0583,1,leg_gt,0.18,60 -59601,sell_contrast_m10_bb_pos,sell,2026-02-09 23:54:00,566.0,1.6986,1,leg_gt,0.18,60 -59602,sell_contrast_m10_bb_pos,sell,2026-02-09 23:57:00,566.0,1.6986,1,leg_gt,0.19,60 -59603,sell_contrast_m10_bb_pos,sell,2026-02-10 00:12:00,568.0,2.0583,1,leg_gt,0.2,60 -59604,sell_contrast_m10_bb_pos,sell,2026-02-10 00:15:00,567.0,1.8784,1,leg_gt,0.2,60 -59605,sell_contrast_m10_bb_pos,sell,2026-02-10 00:18:00,566.0,1.6986,1,leg_gt,0.2,60 -59606,sell_contrast_m10_bb_pos,sell,2026-02-10 01:00:00,569.0,2.2381,1,leg_gt,0.23,60 -59607,sell_contrast_m10_bb_pos,sell,2026-02-10 01:03:00,568.0,2.0583,1,leg_gt,0.23,60 -59608,sell_contrast_m10_bb_pos,sell,2026-02-10 01:06:00,567.0,1.8784,1,leg_gt,0.23,60 -59609,sell_contrast_m10_bb_pos,sell,2026-02-10 01:09:00,566.0,1.6986,1,leg_gt,0.24,60 -59610,sell_contrast_m10_bb_pos,sell,2026-02-10 02:00:00,572.0,2.7777,1,leg_gt,0.27,60 -59611,sell_contrast_m10_bb_pos,sell,2026-02-10 02:03:00,573.0,2.9576,1,leg_gt,0.27,60 -59612,sell_contrast_m10_bb_pos,sell,2026-02-10 02:06:00,570.0,2.418,1,leg_gt,0.28,60 -59613,sell_contrast_m10_bb_pos,sell,2026-02-10 02:09:00,569.0,2.2381,1,leg_gt,0.28,60 -59614,sell_contrast_m10_bb_pos,sell,2026-02-10 03:12:00,577.0,3.677,1,leg_gt,0.32,60 -59615,sell_contrast_m10_bb_pos,sell,2026-02-10 03:15:00,576.0,3.4971,1,leg_gt,0.32,60 -59616,sell_contrast_m10_bb_pos,sell,2026-02-10 03:18:00,575.0,3.3173,1,leg_gt,0.32,60 -59617,sell_contrast_m10_bb_pos,sell,2026-02-10 10:42:00,580.0,4.2165,1,leg_gt,0.63,60 -59618,sell_contrast_m10_bb_pos,sell,2026-02-10 10:45:00,580.0,4.2165,1,leg_gt,0.64,60 -59619,sell_contrast_m10_bb_pos,sell,2026-02-10 10:48:00,579.0,4.0367,1,leg_gt,0.64,60 -59620,sell_contrast_m10_bb_pos,sell,2026-02-10 10:51:00,579.0,4.0367,1,leg_gt,0.64,60 -59621,sell_contrast_m10_bb_pos,sell,2026-02-10 10:54:00,578.0,3.8568,1,leg_gt,0.64,60 -59622,sell_contrast_m10_bb_pos,sell,2026-02-10 10:57:00,578.0,3.8568,1,leg_gt,0.64,60 -59623,sell_contrast_m10_bb_pos,sell,2026-02-10 17:51:00,569.0,1.326,1,leg_gt,0.09,60 -59624,sell_contrast_m10_bb_pos,sell,2026-02-10 17:54:00,569.0,1.326,1,leg_gt,0.09,60 -59625,sell_contrast_m10_bb_pos,sell,2026-02-10 17:57:00,569.0,1.326,1,leg_gt,0.09,60 -59626,sell_contrast_m10_bb_pos,sell,2026-02-10 18:00:00,569.0,1.326,1,leg_gt,0.09,60 -59627,sell_contrast_m10_bb_pos,sell,2026-02-10 18:03:00,570.0,1.5043,1,leg_gt,0.1,60 -59628,sell_contrast_m10_bb_pos,sell,2026-02-10 18:06:00,570.0,1.5043,1,leg_gt,0.1,60 -59629,sell_contrast_m10_bb_pos,sell,2026-02-10 18:09:00,569.0,1.326,1,leg_gt,0.1,60 -59630,sell_contrast_m10_bb_pos,sell,2026-02-10 18:12:00,570.0,1.5043,1,leg_gt,0.1,60 -59631,sell_contrast_m10_bb_pos,sell,2026-02-10 18:15:00,570.0,1.5043,1,leg_gt,0.1,60 -59632,sell_contrast_m10_bb_pos,sell,2026-02-10 18:18:00,570.0,1.5043,1,leg_gt,0.11,60 -59633,sell_contrast_m10_bb_pos,sell,2026-02-10 18:21:00,570.0,1.5043,1,leg_gt,0.11,60 -59634,sell_contrast_m10_bb_pos,sell,2026-02-10 18:24:00,571.0,1.6825,1,leg_gt,0.11,60 -59635,sell_contrast_m10_bb_pos,sell,2026-02-10 18:27:00,570.0,1.5043,1,leg_gt,0.11,60 -59636,sell_contrast_m10_bb_pos,sell,2026-02-10 20:21:00,576.0,2.5738,1,leg_gt,0.19,60 -59637,sell_contrast_m10_bb_pos,sell,2026-02-10 20:24:00,577.0,2.752,1,leg_gt,0.19,60 -59638,sell_contrast_m10_bb_pos,sell,2026-02-10 20:27:00,577.0,2.752,1,leg_gt,0.2,60 -59639,sell_contrast_m10_bb_pos,sell,2026-02-10 20:30:00,577.0,2.752,1,leg_gt,0.2,60 -59640,sell_contrast_m10_bb_pos,sell,2026-02-10 20:33:00,579.0,3.1086,1,leg_gt,0.2,60 -59641,sell_contrast_m10_bb_pos,sell,2026-02-10 20:36:00,582.0,3.6433,1,leg_gt,0.2,60 -59642,sell_contrast_m10_bb_pos,sell,2026-02-10 20:39:00,582.0,3.6433,1,leg_gt,0.2,60 -59643,sell_contrast_m10_bb_pos,sell,2026-02-11 09:21:00,562.0,0.0783,1,leg_gt,0.73,60 -59644,sell_contrast_m10_bb_pos,sell,2026-02-11 09:24:00,563.0,0.2565,1,leg_gt,0.74,60 -59645,sell_contrast_m10_bb_pos,sell,2026-02-11 09:27:00,562.0,0.0783,1,leg_gt,0.74,60 -59646,sell_contrast_m10_bb_pos,sell,2026-02-11 09:30:00,563.0,0.2565,1,leg_gt,0.74,60 -59647,sell_contrast_m10_bb_pos,sell,2026-02-11 09:33:00,563.0,0.2565,1,leg_gt,0.74,60 -59648,sell_contrast_m10_bb_pos,sell,2026-02-11 09:36:00,563.0,0.2565,1,leg_gt,0.74,60 -59649,sell_contrast_m10_bb_pos,sell,2026-02-11 09:39:00,562.0,0.0783,1,leg_gt,0.75,60 -59650,sell_contrast_m10_bb_pos,sell,2026-02-11 09:51:00,563.0,0.2565,1,leg_gt,0.75,60 -59651,sell_contrast_m10_bb_pos,sell,2026-02-11 09:54:00,562.0,0.0783,1,leg_gt,0.76,60 -59652,sell_contrast_m10_bb_pos,sell,2026-02-11 09:57:00,563.0,0.2565,1,leg_gt,0.76,60 -59653,sell_contrast_m10_bb_pos,sell,2026-02-11 11:00:00,564.0,0.4348,1,leg_gt,0.8,60 -59654,sell_contrast_m10_bb_pos,sell,2026-02-11 11:03:00,565.0,0.613,1,leg_gt,0.8,60 -59655,sell_contrast_m10_bb_pos,sell,2026-02-11 11:06:00,565.0,0.613,1,leg_gt,0.81,60 -59656,sell_contrast_m10_bb_pos,sell,2026-02-11 11:09:00,565.0,0.613,1,leg_gt,0.81,60 -59657,sell_contrast_m10_bb_pos,sell,2026-02-11 11:12:00,564.0,0.4348,1,leg_gt,0.81,60 -59658,sell_contrast_m10_bb_pos,sell,2026-02-11 11:15:00,563.0,0.2565,1,leg_gt,0.81,60 -59659,sell_contrast_m10_bb_pos,sell,2026-02-11 11:18:00,566.0,0.7913,1,leg_gt,0.81,60 -59660,sell_contrast_m10_bb_pos,sell,2026-02-11 21:12:00,542.0,1.0194,1,leg_gt,0.08,60 -59661,sell_contrast_m10_bb_pos,sell,2026-02-11 21:15:00,543.0,1.206,1,leg_gt,0.08,60 -59662,sell_contrast_m10_bb_pos,sell,2026-02-11 21:18:00,543.0,1.206,1,leg_gt,0.09,60 -59663,sell_contrast_m10_bb_pos,sell,2026-02-11 21:21:00,545.0,1.5791,1,leg_gt,0.09,60 -59664,sell_contrast_m10_bb_pos,sell,2026-02-11 21:24:00,546.0,1.7657,1,leg_gt,0.09,60 -59665,sell_contrast_m10_bb_pos,sell,2026-02-11 21:27:00,545.0,1.5791,1,leg_gt,0.09,60 -59666,sell_contrast_m10_bb_pos,sell,2026-02-11 21:42:00,544.0,1.3925,1,leg_gt,0.1,60 -59667,sell_contrast_m10_bb_pos,sell,2026-02-11 21:45:00,543.0,1.206,1,leg_gt,0.1,60 -59668,sell_contrast_m10_bb_pos,sell,2026-02-11 21:48:00,543.0,1.206,1,leg_gt,0.11,60 -59669,sell_contrast_m10_bb_pos,sell,2026-02-11 21:51:00,544.0,1.3925,1,leg_gt,0.11,60 -59670,sell_contrast_m10_bb_pos,sell,2026-02-11 21:54:00,543.0,1.206,1,leg_gt,0.11,60 -59671,sell_contrast_m10_bb_pos,sell,2026-02-11 21:57:00,544.0,1.3925,1,leg_gt,0.11,60 -59672,sell_contrast_m10_bb_pos,sell,2026-02-11 22:42:00,546.0,1.7657,1,leg_gt,0.14,60 -59673,sell_contrast_m10_bb_pos,sell,2026-02-11 22:45:00,546.0,1.7657,1,leg_gt,0.15,60 -59674,sell_contrast_m10_bb_pos,sell,2026-02-11 22:48:00,546.0,1.7657,1,leg_gt,0.15,60 -59675,sell_contrast_m10_bb_pos,sell,2026-02-11 22:51:00,546.0,1.7657,1,leg_gt,0.15,60 -59676,sell_contrast_m10_bb_pos,sell,2026-02-11 22:54:00,545.0,1.5791,1,leg_gt,0.15,60 -59677,sell_contrast_m10_bb_pos,sell,2026-02-11 22:57:00,547.0,1.9522,1,leg_gt,0.15,60 -59678,sell_contrast_m10_bb_pos,sell,2026-02-11 23:30:00,552.0,2.8851,1,leg_gt,0.18,60 -59679,sell_contrast_m10_bb_pos,sell,2026-02-11 23:33:00,551.0,2.6985,1,leg_gt,0.18,60 -59680,sell_contrast_m10_bb_pos,sell,2026-02-11 23:36:00,547.0,1.9522,1,leg_gt,0.18,60 -59681,sell_contrast_m10_bb_pos,sell,2026-02-11 23:39:00,546.0,1.7657,1,leg_gt,0.18,60 -59682,sell_contrast_m10_bb_pos,sell,2026-02-12 02:51:00,547.0,1.9522,1,leg_gt,0.11,60 -59683,sell_contrast_m10_bb_pos,sell,2026-02-12 02:54:00,548.0,2.1388,1,leg_gt,0.12,60 -59684,sell_contrast_m10_bb_pos,sell,2026-02-12 02:57:00,546.0,1.7657,1,leg_gt,0.12,60 -59685,sell_contrast_m10_bb_pos,sell,2026-02-12 03:51:00,548.0,2.1388,1,leg_gt,0.16,60 -59686,sell_contrast_m10_bb_pos,sell,2026-02-12 03:54:00,548.0,2.1388,1,leg_gt,0.16,60 -59687,sell_contrast_m10_bb_pos,sell,2026-02-12 03:57:00,548.0,2.1388,1,leg_gt,0.16,60 -59688,sell_contrast_m10_bb_pos,sell,2026-02-12 06:30:00,549.0,2.3254,1,leg_gt,0.27,60 -59689,sell_contrast_m10_bb_pos,sell,2026-02-12 06:33:00,548.0,2.1388,1,leg_gt,0.27,60 -59690,sell_contrast_m10_bb_pos,sell,2026-02-12 06:36:00,550.0,2.5119,1,leg_gt,0.27,60 -59691,sell_contrast_m10_bb_pos,sell,2026-02-12 06:39:00,550.0,2.5119,1,leg_gt,0.27,60 -59692,sell_contrast_m10_bb_pos,sell,2026-02-12 06:42:00,548.0,2.1388,1,leg_gt,0.28,60 -59693,sell_contrast_m10_bb_pos,sell,2026-02-12 06:45:00,548.0,2.1388,1,leg_gt,0.28,60 -59694,sell_contrast_m10_bb_pos,sell,2026-02-12 06:48:00,550.0,2.5119,1,leg_gt,0.28,60 -59695,sell_contrast_m10_bb_pos,sell,2026-02-12 06:51:00,549.0,2.3254,1,leg_gt,0.28,60 -59696,sell_contrast_m10_bb_pos,sell,2026-02-12 06:54:00,551.0,2.6985,1,leg_gt,0.28,60 -59697,sell_contrast_m10_bb_pos,sell,2026-02-12 06:57:00,550.0,2.5119,1,leg_gt,0.29,60 -59698,sell_contrast_m10_bb_pos,sell,2026-02-12 07:00:00,550.0,2.5119,1,leg_gt,0.29,60 -59699,sell_contrast_m10_bb_pos,sell,2026-02-12 07:03:00,550.0,2.5119,1,leg_gt,0.29,60 -59700,sell_contrast_m10_bb_pos,sell,2026-02-12 07:06:00,550.0,2.5119,1,leg_gt,0.29,60 -59701,sell_contrast_m10_bb_pos,sell,2026-02-12 07:09:00,552.0,2.8851,1,leg_gt,0.29,60 -59702,sell_contrast_m10_bb_pos,sell,2026-02-12 07:21:00,551.0,2.6985,1,leg_gt,0.3,60 -59703,sell_contrast_m10_bb_pos,sell,2026-02-12 07:24:00,552.0,2.8851,1,leg_gt,0.3,60 -59704,sell_contrast_m10_bb_pos,sell,2026-02-12 07:27:00,551.0,2.6985,1,leg_gt,0.31,60 -59705,sell_contrast_m10_bb_pos,sell,2026-02-12 07:30:00,551.0,2.6985,1,leg_gt,0.31,60 -59706,sell_contrast_m10_bb_pos,sell,2026-02-12 07:33:00,552.0,2.8851,1,leg_gt,0.31,60 -59707,sell_contrast_m10_bb_pos,sell,2026-02-12 07:36:00,550.0,2.5119,1,leg_gt,0.31,60 -59708,sell_contrast_m10_bb_pos,sell,2026-02-12 07:39:00,552.0,2.8851,1,leg_gt,0.31,60 -59709,sell_contrast_m10_bb_pos,sell,2026-02-12 10:30:00,552.0,2.8851,1,leg_gt,0.43,60 -59710,sell_contrast_m10_bb_pos,sell,2026-02-12 10:33:00,552.0,2.8851,1,leg_gt,0.44,60 -59711,sell_contrast_m10_bb_pos,sell,2026-02-12 10:36:00,550.0,2.5119,1,leg_gt,0.44,60 -59712,sell_contrast_m10_bb_pos,sell,2026-02-12 10:39:00,552.0,2.8851,1,leg_gt,0.44,60 -59713,sell_contrast_m10_bb_pos,sell,2026-02-12 11:51:00,552.0,2.8851,1,leg_gt,0.49,60 -59714,sell_contrast_m10_bb_pos,sell,2026-02-12 11:54:00,551.0,2.6985,1,leg_gt,0.49,60 -59715,sell_contrast_m10_bb_pos,sell,2026-02-12 11:57:00,551.0,2.6985,1,leg_gt,0.49,60 -59716,sell_contrast_m10_bb_pos,sell,2026-02-12 12:00:00,552.0,2.8851,1,leg_gt,0.5,60 -59717,sell_contrast_m10_bb_pos,sell,2026-02-12 12:03:00,553.0,3.0716,1,leg_gt,0.5,60 -59718,sell_contrast_m10_bb_pos,sell,2026-02-12 12:06:00,553.0,3.0716,1,leg_gt,0.5,60 -59719,sell_contrast_m10_bb_pos,sell,2026-02-12 12:09:00,553.0,3.0716,1,leg_gt,0.5,60 -59720,sell_contrast_m10_bb_pos,sell,2026-02-12 12:12:00,552.0,2.8851,1,leg_gt,0.5,60 -59721,sell_contrast_m10_bb_pos,sell,2026-02-12 12:15:00,552.0,2.8851,1,leg_gt,0.51,60 -59722,sell_contrast_m10_bb_pos,sell,2026-02-12 12:18:00,551.0,2.6985,1,leg_gt,0.51,60 -59723,sell_contrast_m10_bb_pos,sell,2026-02-12 12:42:00,553.0,3.0716,1,leg_gt,0.52,60 -59724,sell_contrast_m10_bb_pos,sell,2026-02-12 12:45:00,553.0,3.0716,1,leg_gt,0.53,60 -59725,sell_contrast_m10_bb_pos,sell,2026-02-12 12:48:00,554.0,3.2582,1,leg_gt,0.53,60 -59726,sell_contrast_m10_bb_pos,sell,2026-02-12 12:51:00,553.0,3.0716,1,leg_gt,0.53,60 -59727,sell_contrast_m10_bb_pos,sell,2026-02-12 12:54:00,552.0,2.8851,1,leg_gt,0.53,60 -59728,sell_contrast_m10_bb_pos,sell,2026-02-12 12:57:00,553.0,3.0716,1,leg_gt,0.54,60 -59729,sell_contrast_m10_bb_pos,sell,2026-02-12 13:00:00,554.0,3.2582,1,leg_gt,0.54,60 -59730,sell_contrast_m10_bb_pos,sell,2026-02-12 13:03:00,553.0,3.0716,1,leg_gt,0.54,60 -59731,sell_contrast_m10_bb_pos,sell,2026-02-12 13:06:00,553.0,3.0716,1,leg_gt,0.54,60 -59732,sell_contrast_m10_bb_pos,sell,2026-02-12 13:09:00,552.0,2.8851,1,leg_gt,0.54,60 -59733,sell_contrast_m10_bb_pos,sell,2026-02-12 13:42:00,554.0,3.2582,1,leg_gt,0.57,60 -59734,sell_contrast_m10_bb_pos,sell,2026-02-12 13:45:00,553.0,3.0716,1,leg_gt,0.57,60 -59735,sell_contrast_m10_bb_pos,sell,2026-02-12 13:48:00,555.0,3.4448,1,leg_gt,0.57,60 -59736,sell_contrast_m10_bb_pos,sell,2026-02-12 15:51:00,560.0,4.3776,1,leg_gt,0.66,60 -59737,sell_contrast_m10_bb_pos,sell,2026-02-12 15:54:00,560.0,4.3776,1,leg_gt,0.66,60 -59738,sell_contrast_m10_bb_pos,sell,2026-02-12 15:57:00,560.0,4.3776,1,leg_gt,0.66,60 -59739,sell_contrast_m10_bb_pos,sell,2026-02-12 16:00:00,560.0,4.3776,1,leg_gt,0.66,60 -59740,sell_contrast_m10_bb_pos,sell,2026-02-12 16:03:00,559.0,4.191,1,leg_gt,0.66,60 -59741,sell_contrast_m10_bb_pos,sell,2026-02-12 16:06:00,559.0,4.191,1,leg_gt,0.67,60 -59742,sell_contrast_m10_bb_pos,sell,2026-02-12 16:09:00,559.0,4.191,1,leg_gt,0.67,60 -59743,sell_contrast_m10_bb_pos,sell,2026-02-12 16:30:00,563.0,4.9373,1,leg_gt,0.68,60 -59744,sell_contrast_m10_bb_pos,sell,2026-02-12 16:33:00,563.0,4.9373,1,leg_gt,0.69,60 -59745,sell_contrast_m10_bb_pos,sell,2026-02-12 16:36:00,564.0,5.1239,1,leg_gt,0.69,60 -59746,sell_contrast_m10_bb_pos,sell,2026-02-12 16:39:00,564.0,5.1239,1,leg_gt,0.69,60 -59747,sell_contrast_m10_bb_pos,sell,2026-02-12 16:42:00,564.0,5.1239,1,leg_gt,0.69,60 -59748,sell_contrast_m10_bb_pos,sell,2026-02-12 16:45:00,565.0,5.3104,1,leg_gt,0.69,60 -59749,sell_contrast_m10_bb_pos,sell,2026-02-12 16:48:00,563.0,4.9373,1,leg_gt,0.7,60 -59750,sell_contrast_m10_bb_pos,sell,2026-02-12 16:51:00,562.0,4.7507,1,leg_gt,0.7,60 -59751,sell_contrast_m10_bb_pos,sell,2026-02-12 16:54:00,561.0,4.5642,1,leg_gt,0.7,60 -59752,sell_contrast_m10_bb_pos,sell,2026-02-12 16:57:00,564.0,5.1239,1,leg_gt,0.7,60 -59753,sell_contrast_m10_bb_pos,sell,2026-02-12 18:00:00,565.0,5.3104,1,leg_gt,0.75,60 -59754,sell_contrast_m10_bb_pos,sell,2026-02-12 18:03:00,563.0,4.9373,1,leg_gt,0.75,60 -59755,sell_contrast_m10_bb_pos,sell,2026-02-12 18:06:00,565.0,5.3104,1,leg_gt,0.75,60 -59756,sell_contrast_m10_bb_pos,sell,2026-02-12 18:09:00,564.0,5.1239,1,leg_gt,0.75,60 -59757,sell_contrast_m10_bb_pos,sell,2026-02-12 19:30:00,571.0,6.4299,1,leg_gt,0.81,60 -59758,sell_contrast_m10_bb_pos,sell,2026-02-12 19:33:00,572.0,6.6164,1,leg_gt,0.81,60 -59759,sell_contrast_m10_bb_pos,sell,2026-02-12 19:36:00,572.0,6.6164,1,leg_gt,0.81,60 -59760,sell_contrast_m10_bb_pos,sell,2026-02-12 19:39:00,572.0,6.6164,1,leg_gt,0.81,60 -59761,sell_contrast_m10_bb_pos,sell,2026-02-12 19:42:00,571.0,6.4299,1,leg_gt,0.82,60 -59762,sell_contrast_m10_bb_pos,sell,2026-02-12 19:45:00,572.0,6.6164,1,leg_gt,0.82,60 -59763,sell_contrast_m10_bb_pos,sell,2026-02-12 19:48:00,572.0,6.6164,1,leg_gt,0.82,60 -59764,sell_contrast_m10_bb_pos,sell,2026-02-12 19:51:00,574.0,6.9896,1,leg_gt,0.82,60 -59765,sell_contrast_m10_bb_pos,sell,2026-02-12 19:54:00,575.0,7.1761,1,leg_gt,0.82,60 -59766,sell_contrast_m10_bb_pos,sell,2026-02-12 19:57:00,575.0,7.1761,1,leg_gt,0.83,60 -59767,sell_contrast_m10_bb_pos,sell,2026-02-12 20:30:00,579.0,7.9224,1,leg_gt,0.85,60 -59768,sell_contrast_m10_bb_pos,sell,2026-02-12 20:33:00,577.0,7.5493,1,leg_gt,0.85,60 -59769,sell_contrast_m10_bb_pos,sell,2026-02-12 20:36:00,578.0,7.7358,1,leg_gt,0.85,60 -59770,sell_contrast_m10_bb_pos,sell,2026-02-12 20:39:00,576.0,7.3627,1,leg_gt,0.86,60 -59771,sell_contrast_m10_bb_pos,sell,2026-02-12 20:42:00,575.0,7.1761,1,leg_gt,0.86,60 -59772,sell_contrast_m10_bb_pos,sell,2026-02-12 20:45:00,575.0,7.1761,1,leg_gt,0.86,60 -59773,sell_contrast_m10_bb_pos,sell,2026-02-12 20:48:00,574.0,6.9896,1,leg_gt,0.86,60 -59774,sell_contrast_m10_bb_pos,sell,2026-02-13 07:51:00,560.0,1.9036,1,leg_gt,0.08,60 -59775,sell_contrast_m10_bb_pos,sell,2026-02-13 07:54:00,558.0,1.5393,1,leg_gt,0.09,60 -59776,sell_contrast_m10_bb_pos,sell,2026-02-13 07:57:00,558.0,1.5393,1,leg_gt,0.09,60 -59777,sell_contrast_m10_bb_pos,sell,2026-02-13 08:00:00,560.0,1.9036,1,leg_gt,0.09,60 -59778,sell_contrast_m10_bb_pos,sell,2026-02-13 08:03:00,561.0,2.0858,1,leg_gt,0.09,60 -59779,sell_contrast_m10_bb_pos,sell,2026-02-13 08:06:00,561.0,2.0858,1,leg_gt,0.09,60 -59780,sell_contrast_m10_bb_pos,sell,2026-02-13 08:09:00,562.0,2.2679,1,leg_gt,0.1,60 -59781,sell_contrast_m10_bb_pos,sell,2026-02-13 08:21:00,561.0,2.0858,1,leg_gt,0.1,60 -59782,sell_contrast_m10_bb_pos,sell,2026-02-13 08:24:00,561.0,2.0858,1,leg_gt,0.11,60 -59783,sell_contrast_m10_bb_pos,sell,2026-02-13 08:27:00,562.0,2.2679,1,leg_gt,0.11,60 -59784,sell_contrast_m10_bb_pos,sell,2026-02-13 08:30:00,561.0,2.0858,1,leg_gt,0.11,60 -59785,sell_contrast_m10_bb_pos,sell,2026-02-13 08:33:00,561.0,2.0858,1,leg_gt,0.11,60 -59786,sell_contrast_m10_bb_pos,sell,2026-02-13 08:36:00,560.0,1.9036,1,leg_gt,0.11,60 -59787,sell_contrast_m10_bb_pos,sell,2026-02-13 08:39:00,559.0,1.7215,1,leg_gt,0.12,60 -59788,sell_contrast_m10_bb_pos,sell,2026-02-13 16:42:00,559.0,1.7215,1,leg_gt,0.45,60 -59789,sell_contrast_m10_bb_pos,sell,2026-02-13 16:45:00,559.0,1.7215,1,leg_gt,0.45,60 -59790,sell_contrast_m10_bb_pos,sell,2026-02-13 16:48:00,558.0,1.5393,1,leg_gt,0.46,60 -59791,sell_contrast_m10_bb_pos,sell,2026-02-13 17:12:00,562.0,2.2679,1,leg_gt,0.47,60 -59792,sell_contrast_m10_bb_pos,sell,2026-02-13 17:15:00,560.0,1.9036,1,leg_gt,0.48,60 -59793,sell_contrast_m10_bb_pos,sell,2026-02-13 17:18:00,561.0,2.0858,1,leg_gt,0.48,60 -59794,sell_contrast_m10_bb_pos,sell,2026-02-13 17:21:00,562.0,2.2679,1,leg_gt,0.48,60 -59795,sell_contrast_m10_bb_pos,sell,2026-02-13 17:24:00,563.0,2.4501,1,leg_gt,0.48,60 -59796,sell_contrast_m10_bb_pos,sell,2026-02-13 17:27:00,564.0,2.6322,1,leg_gt,0.48,60 -59797,sell_contrast_m10_bb_pos,sell,2026-02-13 18:00:00,567.0,3.1787,1,leg_gt,0.51,60 -59798,sell_contrast_m10_bb_pos,sell,2026-02-13 18:03:00,566.0,2.9965,1,leg_gt,0.51,60 -59799,sell_contrast_m10_bb_pos,sell,2026-02-13 18:06:00,566.0,2.9965,1,leg_gt,0.51,60 -59800,sell_contrast_m10_bb_pos,sell,2026-02-13 18:09:00,566.0,2.9965,1,leg_gt,0.51,60 -59801,sell_contrast_m10_bb_pos,sell,2026-02-13 22:30:00,567.0,3.1787,1,leg_gt,0.69,60 -59802,sell_contrast_m10_bb_pos,sell,2026-02-13 22:33:00,565.0,2.8144,1,leg_gt,0.7,60 -59803,sell_contrast_m10_bb_pos,sell,2026-02-13 22:36:00,567.0,3.1787,1,leg_gt,0.7,60 -59804,sell_contrast_m10_bb_pos,sell,2026-02-13 22:39:00,566.0,2.9965,1,leg_gt,0.7,60 -59805,sell_contrast_m10_bb_pos,sell,2026-02-13 23:30:00,567.0,3.1787,1,leg_gt,0.74,60 -59806,sell_contrast_m10_bb_pos,sell,2026-02-13 23:33:00,568.0,3.3608,1,leg_gt,0.74,60 -59807,sell_contrast_m10_bb_pos,sell,2026-02-13 23:36:00,569.0,3.543,1,leg_gt,0.74,60 -59808,sell_contrast_m10_bb_pos,sell,2026-02-13 23:39:00,569.0,3.543,1,leg_gt,0.74,60 -59809,sell_contrast_m10_bb_pos,sell,2026-02-14 01:12:00,578.0,5.1823,1,leg_gt,0.81,60 -59810,sell_contrast_m10_bb_pos,sell,2026-02-14 01:15:00,579.0,5.3645,1,leg_gt,0.81,60 -59811,sell_contrast_m10_bb_pos,sell,2026-02-14 01:18:00,580.0,5.5466,1,leg_gt,0.81,60 -59812,sell_contrast_m10_bb_pos,sell,2026-02-14 06:21:00,581.0,5.7288,1,leg_gt,1.02,60 -59813,sell_contrast_m10_bb_pos,sell,2026-02-14 06:24:00,581.0,5.7288,1,leg_gt,1.02,60 -59814,sell_contrast_m10_bb_pos,sell,2026-02-14 06:27:00,582.0,5.9109,1,leg_gt,1.02,60 -59815,sell_contrast_m10_bb_pos,sell,2026-02-14 06:30:00,582.0,5.9109,1,leg_gt,1.03,60 -59816,sell_contrast_m10_bb_pos,sell,2026-02-14 06:33:00,580.0,5.5466,1,leg_gt,1.03,60 -59817,sell_contrast_m10_bb_pos,sell,2026-02-14 06:36:00,581.0,5.7288,1,leg_gt,1.03,60 -59818,sell_contrast_m10_bb_pos,sell,2026-02-14 06:39:00,580.0,5.5466,1,leg_gt,1.03,60 -59819,sell_contrast_m10_bb_pos,sell,2026-02-14 06:51:00,581.0,5.7288,1,leg_gt,1.04,60 -59820,sell_contrast_m10_bb_pos,sell,2026-02-14 06:54:00,581.0,5.7288,1,leg_gt,1.04,60 -59821,sell_contrast_m10_bb_pos,sell,2026-02-14 06:57:00,580.0,5.5466,1,leg_gt,1.05,60 -59822,sell_contrast_m10_bb_pos,sell,2026-02-14 10:12:00,583.0,6.0931,1,leg_gt,1.18,60 -59823,sell_contrast_m10_bb_pos,sell,2026-02-14 10:15:00,584.0,6.2752,1,leg_gt,1.18,60 -59824,sell_contrast_m10_bb_pos,sell,2026-02-14 10:18:00,584.0,6.2752,1,leg_gt,1.19,60 -59825,sell_contrast_m10_bb_pos,sell,2026-02-14 10:21:00,585.0,6.4574,1,leg_gt,1.19,60 -59826,sell_contrast_m10_bb_pos,sell,2026-02-14 10:24:00,583.0,6.0931,1,leg_gt,1.19,60 -59827,sell_contrast_m10_bb_pos,sell,2026-02-14 10:27:00,584.0,6.2752,1,leg_gt,1.19,60 -59828,sell_contrast_m10_bb_pos,sell,2026-02-14 11:00:00,588.0,7.0038,1,leg_gt,1.21,60 -59829,sell_contrast_m10_bb_pos,sell,2026-02-14 11:03:00,588.0,7.0038,1,leg_gt,1.22,60 -59830,sell_contrast_m10_bb_pos,sell,2026-02-14 11:06:00,589.0,7.186,1,leg_gt,1.22,60 -59831,sell_contrast_m10_bb_pos,sell,2026-02-14 11:09:00,589.0,7.186,1,leg_gt,1.22,60 -59832,sell_contrast_m10_bb_pos,sell,2026-02-14 11:21:00,590.0,7.3681,1,leg_gt,1.23,60 -59833,sell_contrast_m10_bb_pos,sell,2026-02-14 11:24:00,589.0,7.186,1,leg_gt,1.23,60 -59834,sell_contrast_m10_bb_pos,sell,2026-02-14 11:27:00,589.0,7.186,1,leg_gt,1.23,60 -59835,sell_contrast_m10_bb_pos,sell,2026-02-14 11:42:00,591.0,7.5503,1,leg_gt,1.24,60 -59836,sell_contrast_m10_bb_pos,sell,2026-02-14 11:45:00,589.0,7.186,1,leg_gt,1.25,60 -59837,sell_contrast_m10_bb_pos,sell,2026-02-14 11:48:00,590.0,7.3681,1,leg_gt,1.25,60 -59838,sell_contrast_m10_bb_pos,sell,2026-02-14 12:42:00,592.0,7.7324,1,leg_gt,1.29,60 -59839,sell_contrast_m10_bb_pos,sell,2026-02-14 12:45:00,591.0,7.5503,1,leg_gt,1.29,60 -59840,sell_contrast_m10_bb_pos,sell,2026-02-14 12:48:00,592.0,7.7324,1,leg_gt,1.29,60 -59841,sell_contrast_m10_bb_pos,sell,2026-02-14 13:00:00,592.0,7.7324,1,leg_gt,1.3,60 -59842,sell_contrast_m10_bb_pos,sell,2026-02-14 13:03:00,592.0,7.7324,1,leg_gt,1.3,60 -59843,sell_contrast_m10_bb_pos,sell,2026-02-14 13:06:00,591.0,7.5503,1,leg_gt,1.3,60 -59844,sell_contrast_m10_bb_pos,sell,2026-02-14 13:09:00,590.0,7.3681,1,leg_gt,1.3,60 -59845,sell_contrast_m10_bb_pos,sell,2026-02-14 17:00:00,591.0,7.5503,1,leg_gt,1.46,60 -59846,sell_contrast_m10_bb_pos,sell,2026-02-14 17:03:00,591.0,7.5503,1,leg_gt,1.47,60 -59847,sell_contrast_m10_bb_pos,sell,2026-02-14 17:06:00,591.0,7.5503,1,leg_gt,1.47,60 -59848,sell_contrast_m10_bb_pos,sell,2026-02-14 17:09:00,594.0,8.0967,1,leg_gt,1.47,60 -59849,sell_contrast_m10_bb_pos,sell,2026-02-14 18:00:00,598.0,8.8253,1,leg_gt,1.51,60 -59850,sell_contrast_m10_bb_pos,sell,2026-02-14 18:03:00,599.0,9.0075,1,leg_gt,1.51,60 -59851,sell_contrast_m10_bb_pos,sell,2026-02-14 18:06:00,600.0,9.1896,1,leg_gt,1.51,60 -59852,sell_contrast_m10_bb_pos,sell,2026-02-14 18:09:00,601.0,9.3718,1,leg_gt,1.51,60 -59853,sell_contrast_m10_bb_pos,sell,2026-02-14 18:21:00,602.0,9.5539,1,leg_gt,1.52,60 -59854,sell_contrast_m10_bb_pos,sell,2026-02-14 18:24:00,600.0,9.1896,1,leg_gt,1.52,60 -59855,sell_contrast_m10_bb_pos,sell,2026-02-14 18:27:00,601.0,9.3718,1,leg_gt,1.52,60 -59856,sell_contrast_m10_bb_pos,sell,2026-02-14 18:30:00,600.0,9.1896,1,leg_gt,1.53,60 -59857,sell_contrast_m10_bb_pos,sell,2026-02-14 18:33:00,601.0,9.3718,1,leg_gt,1.53,60 -59858,sell_contrast_m10_bb_pos,sell,2026-02-14 18:36:00,602.0,9.5539,1,leg_gt,1.53,60 -59859,sell_contrast_m10_bb_pos,sell,2026-02-14 18:39:00,602.0,9.5539,1,leg_gt,1.53,60 -59860,sell_contrast_m10_bb_pos,sell,2026-02-14 18:42:00,602.0,9.5539,1,leg_gt,1.54,60 -59861,sell_contrast_m10_bb_pos,sell,2026-02-14 18:45:00,603.0,9.7361,1,leg_gt,1.54,60 -59862,sell_contrast_m10_bb_pos,sell,2026-02-14 18:48:00,602.0,9.5539,1,leg_gt,1.54,60 -59863,sell_contrast_m10_bb_pos,sell,2026-02-14 18:51:00,605.0,10.1004,1,leg_gt,1.54,60 -59864,sell_contrast_m10_bb_pos,sell,2026-02-14 18:54:00,605.0,10.1004,1,leg_gt,1.54,60 -59865,sell_contrast_m10_bb_pos,sell,2026-02-14 18:57:00,604.0,9.9182,1,leg_gt,1.55,60 -59866,sell_contrast_m10_bb_pos,sell,2026-02-14 20:30:00,605.0,10.1004,1,leg_gt,1.61,60 -59867,sell_contrast_m10_bb_pos,sell,2026-02-14 20:33:00,604.0,9.9182,1,leg_gt,1.61,60 -59868,sell_contrast_m10_bb_pos,sell,2026-02-14 20:36:00,604.0,9.9182,1,leg_gt,1.61,60 -59869,sell_contrast_m10_bb_pos,sell,2026-02-14 20:39:00,605.0,10.1004,1,leg_gt,1.62,60 -59870,sell_contrast_m10_bb_pos,sell,2026-02-14 20:51:00,605.0,10.1004,1,leg_gt,1.62,60 -59871,sell_contrast_m10_bb_pos,sell,2026-02-14 20:54:00,605.0,10.1004,1,leg_gt,1.63,60 -59872,sell_contrast_m10_bb_pos,sell,2026-02-14 20:57:00,604.0,9.9182,1,leg_gt,1.63,60 -59873,sell_contrast_m10_bb_pos,sell,2026-02-14 21:00:00,605.0,10.1004,1,leg_gt,1.63,60 -59874,sell_contrast_m10_bb_pos,sell,2026-02-14 21:03:00,605.0,10.1004,1,leg_gt,1.63,60 -59875,sell_contrast_m10_bb_pos,sell,2026-02-14 21:06:00,605.0,10.1004,1,leg_gt,1.64,60 -59876,sell_contrast_m10_bb_pos,sell,2026-02-14 21:09:00,606.0,10.2825,1,leg_gt,1.64,60 -59877,sell_contrast_m10_bb_pos,sell,2026-02-14 21:12:00,607.0,10.4647,1,leg_gt,1.64,60 -59878,sell_contrast_m10_bb_pos,sell,2026-02-14 21:15:00,608.0,10.6468,1,leg_gt,1.64,60 -59879,sell_contrast_m10_bb_pos,sell,2026-02-14 21:18:00,608.0,10.6468,1,leg_gt,1.64,60 -59880,sell_contrast_m10_bb_pos,sell,2026-02-14 21:21:00,607.0,10.4647,1,leg_gt,1.65,60 -59881,sell_contrast_m10_bb_pos,sell,2026-02-14 21:24:00,607.0,10.4647,1,leg_gt,1.65,60 -59882,sell_contrast_m10_bb_pos,sell,2026-02-14 21:27:00,607.0,10.4647,1,leg_gt,1.65,60 -59883,sell_contrast_m10_bb_pos,sell,2026-02-14 21:30:00,607.0,10.4647,1,leg_gt,1.65,60 -59884,sell_contrast_m10_bb_pos,sell,2026-02-14 21:33:00,605.0,10.1004,1,leg_gt,1.65,60 -59885,sell_contrast_m10_bb_pos,sell,2026-02-14 21:36:00,606.0,10.2825,1,leg_gt,1.66,60 -59886,sell_contrast_m10_bb_pos,sell,2026-02-14 21:39:00,604.0,9.9182,1,leg_gt,1.66,60 -59887,sell_contrast_m10_bb_pos,sell,2026-02-14 23:42:00,608.0,10.6468,1,leg_gt,1.74,60 -59888,sell_contrast_m10_bb_pos,sell,2026-02-14 23:45:00,609.0,10.829,1,leg_gt,1.75,60 -59889,sell_contrast_m10_bb_pos,sell,2026-02-14 23:48:00,609.0,10.829,1,leg_gt,1.75,60 -59890,sell_contrast_m10_bb_pos,sell,2026-02-14 23:51:00,610.0,11.0111,1,leg_gt,1.75,60 -59891,sell_contrast_m10_bb_pos,sell,2026-02-14 23:54:00,613.0,11.5576,1,leg_gt,1.75,60 -59892,sell_contrast_m10_bb_pos,sell,2026-02-14 23:57:00,615.0,11.9219,1,leg_gt,1.75,60 -59893,sell_contrast_m10_bb_pos,sell,2026-02-15 00:12:00,611.0,11.1933,1,leg_gt,1.76,60 -59894,sell_contrast_m10_bb_pos,sell,2026-02-15 00:15:00,610.0,11.0111,1,leg_gt,1.77,60 -59895,sell_contrast_m10_bb_pos,sell,2026-02-15 00:18:00,612.0,11.3754,1,leg_gt,1.77,60 -59896,sell_contrast_m10_bb_pos,sell,2026-02-15 00:21:00,612.0,11.3754,1,leg_gt,1.77,60 -59897,sell_contrast_m10_bb_pos,sell,2026-02-15 00:24:00,613.0,11.5576,1,leg_gt,1.77,60 -59898,sell_contrast_m10_bb_pos,sell,2026-02-15 00:27:00,613.0,11.5576,1,leg_gt,1.78,60 -59899,sell_contrast_m10_bb_pos,sell,2026-02-15 00:30:00,613.0,11.5576,1,leg_gt,1.78,60 -59900,sell_contrast_m10_bb_pos,sell,2026-02-15 00:33:00,613.0,11.5576,1,leg_gt,1.78,60 -59901,sell_contrast_m10_bb_pos,sell,2026-02-15 00:36:00,614.0,11.7397,1,leg_gt,1.78,60 -59902,sell_contrast_m10_bb_pos,sell,2026-02-15 00:39:00,614.0,11.7397,1,leg_gt,1.78,60 -59903,sell_contrast_m10_bb_pos,sell,2026-02-15 00:42:00,614.0,11.7397,1,leg_gt,1.79,60 -59904,sell_contrast_m10_bb_pos,sell,2026-02-15 00:45:00,616.0,12.104,1,leg_gt,1.79,60 -59905,sell_contrast_m10_bb_pos,sell,2026-02-15 00:48:00,618.0,12.4683,1,leg_gt,1.79,60 -59906,sell_contrast_m10_bb_pos,sell,2026-02-15 01:12:00,622.0,13.1969,1,leg_gt,1.81,60 -59907,sell_contrast_m10_bb_pos,sell,2026-02-15 01:15:00,622.0,13.1969,1,leg_gt,1.81,60 -59908,sell_contrast_m10_bb_pos,sell,2026-02-15 01:18:00,625.0,13.7434,1,leg_gt,1.81,60 -59909,sell_contrast_m10_bb_pos,sell,2026-02-15 01:21:00,621.0,13.0148,1,leg_gt,1.81,60 -59910,sell_contrast_m10_bb_pos,sell,2026-02-15 01:24:00,619.0,12.6505,1,leg_gt,1.81,60 -59911,sell_contrast_m10_bb_pos,sell,2026-02-15 01:27:00,620.0,12.8326,1,leg_gt,1.82,60 -59912,sell_contrast_m10_bb_pos,sell,2026-02-15 01:51:00,626.0,13.9255,1,leg_gt,1.83,60 -59913,sell_contrast_m10_bb_pos,sell,2026-02-15 01:54:00,630.0,14.6541,1,leg_gt,1.84,60 -59914,sell_contrast_m10_bb_pos,sell,2026-02-15 01:57:00,629.0,14.4719,1,leg_gt,1.84,60 -59915,sell_contrast_m10_bb_pos,sell,2026-02-15 02:00:00,630.0,14.6541,1,leg_gt,1.84,60 -59916,sell_contrast_m10_bb_pos,sell,2026-02-15 02:03:00,628.0,14.2898,1,leg_gt,1.84,60 -59917,sell_contrast_m10_bb_pos,sell,2026-02-15 02:06:00,627.0,14.1077,1,leg_gt,1.84,60 -59918,sell_contrast_m10_bb_pos,sell,2026-02-15 02:09:00,627.0,14.1077,1,leg_gt,1.85,60 -59919,sell_contrast_m10_bb_pos,sell,2026-02-15 02:12:00,629.0,14.4719,1,leg_gt,1.85,60 -59920,sell_contrast_m10_bb_pos,sell,2026-02-15 02:15:00,631.0,14.8362,1,leg_gt,1.85,60 -59921,sell_contrast_m10_bb_pos,sell,2026-02-15 02:18:00,629.0,14.4719,1,leg_gt,1.85,60 -59922,sell_contrast_m10_bb_pos,sell,2026-02-15 02:21:00,633.0,15.2005,1,leg_gt,1.85,60 -59923,sell_contrast_m10_bb_pos,sell,2026-02-15 02:24:00,635.0,15.5648,1,leg_gt,1.86,60 -59924,sell_contrast_m10_bb_pos,sell,2026-02-15 02:27:00,636.0,15.747,1,leg_gt,1.86,60 -59925,sell_contrast_m10_bb_pos,sell,2026-02-15 02:30:00,635.0,15.5648,1,leg_gt,1.86,60 -59926,sell_contrast_m10_bb_pos,sell,2026-02-15 02:33:00,635.0,15.5648,1,leg_gt,1.86,60 -59927,sell_contrast_m10_bb_pos,sell,2026-02-15 02:36:00,630.0,14.6541,1,leg_gt,1.86,60 -59928,sell_contrast_m10_bb_pos,sell,2026-02-15 02:39:00,630.0,14.6541,1,leg_gt,1.87,60 -59929,sell_contrast_m10_bb_pos,sell,2026-02-15 03:21:00,635.0,15.5648,1,leg_gt,1.9,60 -59930,sell_contrast_m10_bb_pos,sell,2026-02-15 03:24:00,635.0,15.5648,1,leg_gt,1.9,60 -59931,sell_contrast_m10_bb_pos,sell,2026-02-15 03:27:00,631.0,14.8362,1,leg_gt,1.9,60 -59932,sell_contrast_m10_bb_pos,sell,2026-02-15 04:51:00,639.0,16.2934,1,leg_gt,1.96,60 -59933,sell_contrast_m10_bb_pos,sell,2026-02-15 04:54:00,638.0,16.1113,1,leg_gt,1.96,60 -59934,sell_contrast_m10_bb_pos,sell,2026-02-15 04:57:00,638.0,16.1113,1,leg_gt,1.96,60 -59935,sell_contrast_m10_bb_pos,sell,2026-02-15 06:12:00,639.0,16.2934,1,leg_gt,2.01,60 -59936,sell_contrast_m10_bb_pos,sell,2026-02-15 06:15:00,641.0,16.6577,1,leg_gt,2.02,60 -59937,sell_contrast_m10_bb_pos,sell,2026-02-15 06:18:00,641.0,16.6577,1,leg_gt,2.02,60 -59938,sell_contrast_m10_bb_pos,sell,2026-02-15 06:21:00,642.0,16.8399,1,leg_gt,2.02,60 -59939,sell_contrast_m10_bb_pos,sell,2026-02-15 06:24:00,640.0,16.4756,1,leg_gt,2.02,60 -59940,sell_contrast_m10_bb_pos,sell,2026-02-15 06:27:00,639.0,16.2934,1,leg_gt,2.02,60 -59941,sell_contrast_m10_bb_pos,sell,2026-02-15 14:21:00,629.0,14.4719,1,leg_gt,2.35,60 -59942,sell_contrast_m10_bb_pos,sell,2026-02-15 14:24:00,627.0,14.1077,1,leg_gt,2.36,60 -59943,sell_contrast_m10_bb_pos,sell,2026-02-15 14:27:00,628.0,14.2898,1,leg_gt,2.36,60 -59944,sell_contrast_m10_bb_pos,sell,2026-02-15 14:51:00,628.0,14.2898,1,leg_gt,2.38,60 -59945,sell_contrast_m10_bb_pos,sell,2026-02-15 14:54:00,629.0,14.4719,1,leg_gt,2.38,60 -59946,sell_contrast_m10_bb_pos,sell,2026-02-15 14:57:00,629.0,14.4719,1,leg_gt,2.38,60 -59947,sell_contrast_m10_bb_pos,sell,2026-02-15 15:12:00,632.0,15.0184,1,leg_gt,2.39,60 -59948,sell_contrast_m10_bb_pos,sell,2026-02-15 15:15:00,631.0,14.8362,1,leg_gt,2.39,60 -59949,sell_contrast_m10_bb_pos,sell,2026-02-15 15:18:00,632.0,15.0184,1,leg_gt,2.39,60 -59950,sell_contrast_m10_bb_pos,sell,2026-02-15 15:21:00,633.0,15.2005,1,leg_gt,2.4,60 -59951,sell_contrast_m10_bb_pos,sell,2026-02-15 15:24:00,633.0,15.2005,1,leg_gt,2.4,60 -59952,sell_contrast_m10_bb_pos,sell,2026-02-15 15:27:00,634.0,15.3827,1,leg_gt,2.4,60 -59953,sell_contrast_m10_bb_pos,sell,2026-02-15 15:42:00,631.0,14.8362,1,leg_gt,2.41,60 -59954,sell_contrast_m10_bb_pos,sell,2026-02-15 15:45:00,631.0,14.8362,1,leg_gt,2.41,60 -59955,sell_contrast_m10_bb_pos,sell,2026-02-15 15:48:00,629.0,14.4719,1,leg_gt,2.41,60 -59956,sell_contrast_m10_bb_pos,sell,2026-02-15 16:21:00,633.0,15.2005,1,leg_gt,2.44,60 -59957,sell_contrast_m10_bb_pos,sell,2026-02-15 16:24:00,632.0,15.0184,1,leg_gt,2.44,60 -59958,sell_contrast_m10_bb_pos,sell,2026-02-15 16:27:00,632.0,15.0184,1,leg_gt,2.44,60 -59959,sell_contrast_m10_bb_pos,sell,2026-02-15 16:42:00,633.0,15.2005,1,leg_gt,2.45,60 -59960,sell_contrast_m10_bb_pos,sell,2026-02-15 16:45:00,632.0,15.0184,1,leg_gt,2.45,60 -59961,sell_contrast_m10_bb_pos,sell,2026-02-15 16:48:00,632.0,15.0184,1,leg_gt,2.46,60 -59962,sell_contrast_m10_bb_pos,sell,2026-02-16 01:21:00,607.0,10.4647,1,leg_gt,2.81,60 -59963,sell_contrast_m10_bb_pos,sell,2026-02-16 01:24:00,606.0,10.2825,1,leg_gt,2.81,60 -59964,sell_contrast_m10_bb_pos,sell,2026-02-16 01:27:00,607.0,10.4647,1,leg_gt,2.82,60 -59965,sell_contrast_m10_bb_pos,sell,2026-02-16 01:30:00,608.0,10.6468,1,leg_gt,2.82,60 -59966,sell_contrast_m10_bb_pos,sell,2026-02-16 01:33:00,607.0,10.4647,1,leg_gt,2.82,60 -59967,sell_contrast_m10_bb_pos,sell,2026-02-16 01:36:00,606.0,10.2825,1,leg_gt,2.82,60 -59968,sell_contrast_m10_bb_pos,sell,2026-02-16 01:39:00,605.0,10.1004,1,leg_gt,2.82,60 -59969,sell_contrast_m10_bb_pos,sell,2026-02-16 06:12:00,598.0,8.8253,1,leg_gt,3.01,60 -59970,sell_contrast_m10_bb_pos,sell,2026-02-16 06:15:00,598.0,8.8253,1,leg_gt,3.02,60 -59971,sell_contrast_m10_bb_pos,sell,2026-02-16 06:18:00,598.0,8.8253,1,leg_gt,3.02,60 -59972,sell_contrast_m10_bb_pos,sell,2026-02-16 06:21:00,599.0,9.0075,1,leg_gt,3.02,60 -59973,sell_contrast_m10_bb_pos,sell,2026-02-16 06:24:00,598.0,8.8253,1,leg_gt,3.02,60 -59974,sell_contrast_m10_bb_pos,sell,2026-02-16 06:27:00,598.0,8.8253,1,leg_gt,3.02,60 -59975,sell_contrast_m10_bb_pos,sell,2026-02-16 06:30:00,598.0,8.8253,1,leg_gt,3.03,60 -59976,sell_contrast_m10_bb_pos,sell,2026-02-16 06:33:00,599.0,9.0075,1,leg_gt,3.03,60 -59977,sell_contrast_m10_bb_pos,sell,2026-02-16 06:36:00,598.0,8.8253,1,leg_gt,3.03,60 -59978,sell_contrast_m10_bb_pos,sell,2026-02-16 06:39:00,598.0,8.8253,1,leg_gt,3.03,60 -59979,sell_contrast_m10_bb_pos,sell,2026-02-16 07:00:00,599.0,9.0075,1,leg_gt,3.05,60 -59980,sell_contrast_m10_bb_pos,sell,2026-02-16 07:03:00,597.0,8.6432,1,leg_gt,3.05,60 -59981,sell_contrast_m10_bb_pos,sell,2026-02-16 07:06:00,598.0,8.8253,1,leg_gt,3.05,60 -59982,sell_contrast_m10_bb_pos,sell,2026-02-16 07:09:00,599.0,9.0075,1,leg_gt,3.05,60 -59983,sell_contrast_m10_bb_pos,sell,2026-02-16 07:51:00,600.0,9.1896,1,leg_gt,3.08,60 -59984,sell_contrast_m10_bb_pos,sell,2026-02-16 07:54:00,600.0,9.1896,1,leg_gt,3.09,60 -59985,sell_contrast_m10_bb_pos,sell,2026-02-16 07:57:00,601.0,9.3718,1,leg_gt,3.09,60 -59986,sell_contrast_m10_bb_pos,sell,2026-02-16 15:42:00,601.0,9.3718,1,leg_gt,3.41,60 -59987,sell_contrast_m10_bb_pos,sell,2026-02-16 15:45:00,601.0,9.3718,1,leg_gt,3.41,60 -59988,sell_contrast_m10_bb_pos,sell,2026-02-16 15:48:00,600.0,9.1896,1,leg_gt,3.41,60 -59989,sell_contrast_m10_bb_pos,sell,2026-02-16 15:51:00,601.0,9.3718,1,leg_gt,3.42,60 -59990,sell_contrast_m10_bb_pos,sell,2026-02-16 15:54:00,602.0,9.5539,1,leg_gt,3.42,60 -59991,sell_contrast_m10_bb_pos,sell,2026-02-16 15:57:00,601.0,9.3718,1,leg_gt,3.42,60 -59992,sell_contrast_m10_bb_pos,sell,2026-02-16 18:42:00,600.0,9.1896,1,leg_gt,3.54,60 -59993,sell_contrast_m10_bb_pos,sell,2026-02-16 18:45:00,601.0,9.3718,1,leg_gt,3.54,60 -59994,sell_contrast_m10_bb_pos,sell,2026-02-16 18:48:00,601.0,9.3718,1,leg_gt,3.54,60 -59995,sell_contrast_m10_bb_pos,sell,2026-02-16 19:12:00,602.0,9.5539,1,leg_gt,3.56,60 -59996,sell_contrast_m10_bb_pos,sell,2026-02-16 19:15:00,601.0,9.3718,1,leg_gt,3.56,60 -59997,sell_contrast_m10_bb_pos,sell,2026-02-16 19:18:00,600.0,9.1896,1,leg_gt,3.56,60 -59998,sell_contrast_m10_bb_pos,sell,2026-02-16 22:00:00,603.0,9.7361,1,leg_gt,3.67,60 -59999,sell_contrast_m10_bb_pos,sell,2026-02-16 22:03:00,605.0,10.1004,1,leg_gt,3.68,60 -60000,sell_contrast_m10_bb_pos,sell,2026-02-16 22:06:00,605.0,10.1004,1,leg_gt,3.68,60 -60001,sell_contrast_m10_bb_pos,sell,2026-02-16 22:09:00,603.0,9.7361,1,leg_gt,3.68,60 -60002,sell_contrast_m10_bb_pos,sell,2026-02-16 22:12:00,602.0,9.5539,1,leg_gt,3.68,60 -60003,sell_contrast_m10_bb_pos,sell,2026-02-16 22:15:00,603.0,9.7361,1,leg_gt,3.68,60 -60004,sell_contrast_m10_bb_pos,sell,2026-02-16 22:18:00,603.0,9.7361,1,leg_gt,3.69,60 -60005,sell_contrast_m10_bb_pos,sell,2026-02-17 03:21:00,598.0,8.8253,1,leg_gt,3.9,60 -60006,sell_contrast_m10_bb_pos,sell,2026-02-17 03:24:00,597.0,8.6432,1,leg_gt,3.9,60 -60007,sell_contrast_m10_bb_pos,sell,2026-02-17 03:27:00,598.0,8.8253,1,leg_gt,3.9,60 -60008,sell_contrast_m10_bb_pos,sell,2026-02-17 05:30:00,597.0,8.6432,1,leg_gt,3.99,60 -60009,sell_contrast_m10_bb_pos,sell,2026-02-17 05:33:00,596.0,8.461,1,leg_gt,3.99,60 -60010,sell_contrast_m10_bb_pos,sell,2026-02-17 05:36:00,596.0,8.461,1,leg_gt,3.99,60 -60011,sell_contrast_m10_bb_pos,sell,2026-02-17 05:39:00,595.0,8.2789,1,leg_gt,3.99,60 -60012,sell_contrast_m10_bb_pos,sell,2026-02-17 05:51:00,599.0,9.0075,1,leg_gt,4.0,60 -60013,sell_contrast_m10_bb_pos,sell,2026-02-17 05:54:00,599.0,9.0075,1,leg_gt,4.0,60 -60014,sell_contrast_m10_bb_pos,sell,2026-02-17 05:57:00,600.0,9.1896,1,leg_gt,4.0,60 -60015,sell_contrast_m10_bb_pos,sell,2026-02-17 06:12:00,598.0,8.8253,1,leg_gt,4.01,60 -60016,sell_contrast_m10_bb_pos,sell,2026-02-17 06:15:00,600.0,9.1896,1,leg_gt,4.02,60 -60017,sell_contrast_m10_bb_pos,sell,2026-02-17 06:18:00,599.0,9.0075,1,leg_gt,4.02,60 -60018,sell_contrast_m10_bb_pos,sell,2026-02-17 06:21:00,600.0,9.1896,1,leg_gt,4.02,60 -60019,sell_contrast_m10_bb_pos,sell,2026-02-17 06:24:00,602.0,9.5539,1,leg_gt,4.02,60 -60020,sell_contrast_m10_bb_pos,sell,2026-02-17 06:27:00,601.0,9.3718,1,leg_gt,4.03,60 -60021,sell_contrast_m10_bb_pos,sell,2026-02-17 06:51:00,601.0,9.3718,1,leg_gt,4.04,60 -60022,sell_contrast_m10_bb_pos,sell,2026-02-17 06:54:00,601.0,9.3718,1,leg_gt,4.04,60 -60023,sell_contrast_m10_bb_pos,sell,2026-02-17 06:57:00,602.0,9.5539,1,leg_gt,4.05,60 -60024,sell_contrast_m10_bb_pos,sell,2026-02-17 07:12:00,604.0,9.9182,1,leg_gt,4.06,60 -60025,sell_contrast_m10_bb_pos,sell,2026-02-17 07:15:00,603.0,9.7361,1,leg_gt,4.06,60 -60026,sell_contrast_m10_bb_pos,sell,2026-02-17 07:18:00,602.0,9.5539,1,leg_gt,4.06,60 -60027,sell_contrast_m10_bb_pos,sell,2026-02-17 21:12:00,589.0,7.186,1,leg_gt,4.64,60 -60028,sell_contrast_m10_bb_pos,sell,2026-02-17 21:15:00,587.0,6.8217,1,leg_gt,4.64,60 -60029,sell_contrast_m10_bb_pos,sell,2026-02-17 21:18:00,587.0,6.8217,1,leg_gt,4.64,60 -60030,sell_contrast_m10_bb_pos,sell,2026-02-17 23:00:00,589.0,7.186,1,leg_gt,4.71,60 -60031,sell_contrast_m10_bb_pos,sell,2026-02-17 23:03:00,588.0,7.0038,1,leg_gt,4.72,60 -60032,sell_contrast_m10_bb_pos,sell,2026-02-17 23:06:00,590.0,7.3681,1,leg_gt,4.72,60 -60033,sell_contrast_m10_bb_pos,sell,2026-02-17 23:09:00,588.0,7.0038,1,leg_gt,4.72,60 -60034,sell_contrast_m10_bb_pos,sell,2026-02-17 23:12:00,588.0,7.0038,1,leg_gt,4.72,60 -60035,sell_contrast_m10_bb_pos,sell,2026-02-17 23:15:00,588.0,7.0038,1,leg_gt,4.72,60 -60036,sell_contrast_m10_bb_pos,sell,2026-02-17 23:18:00,588.0,7.0038,1,leg_gt,4.73,60 -60037,sell_contrast_m10_bb_pos,sell,2026-02-18 03:30:00,588.0,2.339,1,leg_gt,0.16,60 -60038,sell_contrast_m10_bb_pos,sell,2026-02-18 03:33:00,590.0,2.6875,1,leg_gt,0.16,60 -60039,sell_contrast_m10_bb_pos,sell,2026-02-18 03:36:00,587.0,2.1648,1,leg_gt,0.16,60 -60040,sell_contrast_m10_bb_pos,sell,2026-02-18 03:39:00,591.0,2.8617,1,leg_gt,0.16,60 -60041,sell_contrast_m10_bb_pos,sell,2026-02-18 04:00:00,595.0,3.5585,1,leg_gt,0.18,60 -60042,sell_contrast_m10_bb_pos,sell,2026-02-18 04:03:00,593.0,3.2101,1,leg_gt,0.18,60 -60043,sell_contrast_m10_bb_pos,sell,2026-02-18 04:06:00,592.0,3.0359,1,leg_gt,0.18,60 -60044,sell_contrast_m10_bb_pos,sell,2026-02-18 04:09:00,592.0,3.0359,1,leg_gt,0.18,60 -60045,sell_contrast_m10_bb_pos,sell,2026-02-19 10:21:00,563.0,-2.0164,0,leg_gt,1.44,60 -60046,sell_contrast_m10_bb_pos,sell,2026-02-19 10:24:00,562.0,-2.1906,0,leg_gt,1.44,60 -60047,sell_contrast_m10_bb_pos,sell,2026-02-19 10:27:00,563.0,-2.0164,0,leg_gt,1.45,60 -60048,sell_contrast_m10_bb_pos,sell,2026-02-19 10:30:00,563.0,-2.0164,0,leg_gt,1.45,60 -60049,sell_contrast_m10_bb_pos,sell,2026-02-19 10:33:00,562.0,-2.1906,0,leg_gt,1.45,60 -60050,sell_contrast_m10_bb_pos,sell,2026-02-19 10:36:00,562.0,-2.1906,0,leg_gt,1.45,60 -60051,sell_contrast_m10_bb_pos,sell,2026-02-19 10:39:00,562.0,-2.1906,0,leg_gt,1.45,60 -60052,sell_contrast_m10_bb_pos,sell,2026-02-19 11:21:00,567.0,-1.3195,0,leg_gt,1.48,60 -60053,sell_contrast_m10_bb_pos,sell,2026-02-19 11:24:00,567.0,-1.3195,0,leg_gt,1.49,60 -60054,sell_contrast_m10_bb_pos,sell,2026-02-19 11:27:00,567.0,-1.3195,0,leg_gt,1.49,60 -60055,sell_contrast_m10_bb_pos,sell,2026-02-19 11:30:00,567.0,-1.3195,0,leg_gt,1.49,60 -60056,sell_contrast_m10_bb_pos,sell,2026-02-19 11:33:00,566.0,-1.4937,0,leg_gt,1.49,60 -60057,sell_contrast_m10_bb_pos,sell,2026-02-19 11:36:00,565.0,-1.6679,0,leg_gt,1.49,60 -60058,sell_contrast_m10_bb_pos,sell,2026-02-19 11:39:00,564.0,-1.8422,0,leg_gt,1.5,60 -60059,sell_contrast_m10_bb_pos,sell,2026-02-19 12:30:00,568.0,-1.1453,0,leg_gt,1.53,60 -60060,sell_contrast_m10_bb_pos,sell,2026-02-19 12:33:00,567.0,-1.3195,0,leg_gt,1.53,60 -60061,sell_contrast_m10_bb_pos,sell,2026-02-19 12:36:00,568.0,-1.1453,0,leg_gt,1.54,60 -60062,sell_contrast_m10_bb_pos,sell,2026-02-19 12:39:00,566.0,-1.4937,0,leg_gt,1.54,60 -60063,sell_contrast_m10_bb_pos,sell,2026-02-20 03:30:00,552.0,1.1844,1,leg_gt,0.2,60 -60064,sell_contrast_m10_bb_pos,sell,2026-02-20 03:33:00,552.0,1.1844,1,leg_gt,0.2,60 -60065,sell_contrast_m10_bb_pos,sell,2026-02-20 03:36:00,550.0,0.8174,1,leg_gt,0.2,60 -60066,sell_contrast_m10_bb_pos,sell,2026-02-20 03:39:00,550.0,0.8174,1,leg_gt,0.21,60 -60067,sell_contrast_m10_bb_pos,sell,2026-02-20 03:51:00,552.0,1.1844,1,leg_gt,0.21,60 -60068,sell_contrast_m10_bb_pos,sell,2026-02-20 03:54:00,552.0,1.1844,1,leg_gt,0.22,60 -60069,sell_contrast_m10_bb_pos,sell,2026-02-20 03:57:00,551.0,1.0009,1,leg_gt,0.22,60 -60070,sell_contrast_m10_bb_pos,sell,2026-02-20 08:12:00,549.0,0.6339,1,leg_gt,0.4,60 -60071,sell_contrast_m10_bb_pos,sell,2026-02-20 08:15:00,550.0,0.8174,1,leg_gt,0.4,60 -60072,sell_contrast_m10_bb_pos,sell,2026-02-20 08:18:00,550.0,0.8174,1,leg_gt,0.4,60 -60073,sell_contrast_m10_bb_pos,sell,2026-02-20 08:30:00,551.0,1.0009,1,leg_gt,0.41,60 -60074,sell_contrast_m10_bb_pos,sell,2026-02-20 08:33:00,553.0,1.3679,1,leg_gt,0.41,60 -60075,sell_contrast_m10_bb_pos,sell,2026-02-20 08:36:00,552.0,1.1844,1,leg_gt,0.41,60 -60076,sell_contrast_m10_bb_pos,sell,2026-02-20 08:39:00,551.0,1.0009,1,leg_gt,0.41,60 -60077,sell_contrast_m10_bb_pos,sell,2026-02-20 09:42:00,556.0,1.9183,1,leg_gt,0.46,60 -60078,sell_contrast_m10_bb_pos,sell,2026-02-20 09:45:00,556.0,1.9183,1,leg_gt,0.46,60 -60079,sell_contrast_m10_bb_pos,sell,2026-02-20 09:48:00,556.0,1.9183,1,leg_gt,0.46,60 -60080,sell_contrast_m10_bb_pos,sell,2026-02-20 09:51:00,557.0,2.1018,1,leg_gt,0.46,60 -60081,sell_contrast_m10_bb_pos,sell,2026-02-20 09:54:00,556.0,1.9183,1,leg_gt,0.47,60 -60082,sell_contrast_m10_bb_pos,sell,2026-02-20 09:57:00,555.0,1.7349,1,leg_gt,0.47,60 -60083,sell_contrast_m10_bb_pos,sell,2026-02-20 11:51:00,560.0,2.6523,1,leg_gt,0.55,60 -60084,sell_contrast_m10_bb_pos,sell,2026-02-20 11:54:00,558.0,2.2853,1,leg_gt,0.55,60 -60085,sell_contrast_m10_bb_pos,sell,2026-02-20 11:57:00,558.0,2.2853,1,leg_gt,0.55,60 -60086,sell_contrast_m10_bb_pos,sell,2026-02-20 12:42:00,559.0,2.4688,1,leg_gt,0.58,60 -60087,sell_contrast_m10_bb_pos,sell,2026-02-20 12:45:00,559.0,2.4688,1,leg_gt,0.59,60 -60088,sell_contrast_m10_bb_pos,sell,2026-02-20 12:48:00,560.0,2.6523,1,leg_gt,0.59,60 -60089,sell_contrast_m10_bb_pos,sell,2026-02-20 14:51:00,562.0,3.0193,1,leg_gt,0.67,60 -60090,sell_contrast_m10_bb_pos,sell,2026-02-20 14:54:00,560.0,2.6523,1,leg_gt,0.68,60 -60091,sell_contrast_m10_bb_pos,sell,2026-02-20 14:57:00,559.0,2.4688,1,leg_gt,0.68,60 -60092,sell_contrast_m10_bb_pos,sell,2026-02-20 18:30:00,567.0,3.9367,1,leg_gt,0.82,60 -60093,sell_contrast_m10_bb_pos,sell,2026-02-20 18:33:00,567.0,3.9367,1,leg_gt,0.83,60 -60094,sell_contrast_m10_bb_pos,sell,2026-02-20 18:36:00,566.0,3.7532,1,leg_gt,0.83,60 -60095,sell_contrast_m10_bb_pos,sell,2026-02-20 18:39:00,566.0,3.7532,1,leg_gt,0.83,60 -60096,sell_contrast_m10_bb_pos,sell,2026-02-20 18:42:00,566.0,3.7532,1,leg_gt,0.83,60 -60097,sell_contrast_m10_bb_pos,sell,2026-02-20 18:45:00,566.0,3.7532,1,leg_gt,0.84,60 -60098,sell_contrast_m10_bb_pos,sell,2026-02-20 18:48:00,565.0,3.5697,1,leg_gt,0.84,60 -60099,sell_contrast_m10_bb_pos,sell,2026-02-20 19:12:00,568.0,4.1202,1,leg_gt,0.85,60 -60100,sell_contrast_m10_bb_pos,sell,2026-02-20 19:15:00,568.0,4.1202,1,leg_gt,0.86,60 -60101,sell_contrast_m10_bb_pos,sell,2026-02-20 19:18:00,570.0,4.4872,1,leg_gt,0.86,60 -60102,sell_contrast_m10_bb_pos,sell,2026-02-20 19:21:00,571.0,4.6706,1,leg_gt,0.86,60 -60103,sell_contrast_m10_bb_pos,sell,2026-02-20 19:24:00,569.0,4.3037,1,leg_gt,0.86,60 -60104,sell_contrast_m10_bb_pos,sell,2026-02-20 19:27:00,570.0,4.4872,1,leg_gt,0.86,60 -60105,sell_contrast_m10_bb_pos,sell,2026-02-20 19:30:00,571.0,4.6706,1,leg_gt,0.87,60 -60106,sell_contrast_m10_bb_pos,sell,2026-02-20 19:33:00,572.0,4.8541,1,leg_gt,0.87,60 -60107,sell_contrast_m10_bb_pos,sell,2026-02-20 19:36:00,570.0,4.4872,1,leg_gt,0.87,60 -60108,sell_contrast_m10_bb_pos,sell,2026-02-20 19:39:00,570.0,4.4872,1,leg_gt,0.87,60 -60109,sell_contrast_m10_bb_pos,sell,2026-02-20 19:42:00,570.0,4.4872,1,leg_gt,0.88,60 -60110,sell_contrast_m10_bb_pos,sell,2026-02-20 19:45:00,568.0,4.1202,1,leg_gt,0.88,60 -60111,sell_contrast_m10_bb_pos,sell,2026-02-20 19:48:00,569.0,4.3037,1,leg_gt,0.88,60 -60112,sell_contrast_m10_bb_pos,sell,2026-02-21 00:42:00,569.0,2.9797,1,leg_gt,0.09,60 -60113,sell_contrast_m10_bb_pos,sell,2026-02-21 00:45:00,569.0,2.9797,1,leg_gt,0.09,60 -60114,sell_contrast_m10_bb_pos,sell,2026-02-21 00:48:00,573.0,3.7043,1,leg_gt,0.09,60 -60115,sell_contrast_m10_bb_pos,sell,2026-02-21 00:51:00,570.0,3.1609,1,leg_gt,0.09,60 -60116,sell_contrast_m10_bb_pos,sell,2026-02-21 00:54:00,572.0,3.5232,1,leg_gt,0.1,60 -60117,sell_contrast_m10_bb_pos,sell,2026-02-21 00:57:00,573.0,3.7043,1,leg_gt,0.1,60 -60118,sell_contrast_m10_bb_pos,sell,2026-02-21 01:00:00,574.0,3.8855,1,leg_gt,0.1,60 -60119,sell_contrast_m10_bb_pos,sell,2026-02-21 01:03:00,577.0,4.429,1,leg_gt,0.1,60 -60120,sell_contrast_m10_bb_pos,sell,2026-02-21 01:06:00,580.0,4.9725,1,leg_gt,0.1,60 -60121,sell_contrast_m10_bb_pos,sell,2026-02-21 01:09:00,583.0,5.5159,1,leg_gt,0.11,60 -60122,sell_contrast_m10_bb_pos,sell,2026-02-21 01:21:00,577.0,4.429,1,leg_gt,0.11,60 -60123,sell_contrast_m10_bb_pos,sell,2026-02-21 01:24:00,582.0,5.3348,1,leg_gt,0.12,60 -60124,sell_contrast_m10_bb_pos,sell,2026-02-21 01:27:00,581.0,5.1536,1,leg_gt,0.12,60 -60125,sell_contrast_m10_bb_pos,sell,2026-02-21 01:30:00,578.0,4.6101,1,leg_gt,0.12,60 -60126,sell_contrast_m10_bb_pos,sell,2026-02-21 01:33:00,578.0,4.6101,1,leg_gt,0.12,60 -60127,sell_contrast_m10_bb_pos,sell,2026-02-21 01:36:00,579.0,4.7913,1,leg_gt,0.12,60 -60128,sell_contrast_m10_bb_pos,sell,2026-02-21 01:39:00,577.0,4.429,1,leg_gt,0.13,60 -60129,sell_contrast_m10_bb_pos,sell,2026-02-21 08:12:00,575.0,4.0667,1,leg_gt,0.4,60 -60130,sell_contrast_m10_bb_pos,sell,2026-02-21 08:15:00,575.0,4.0667,1,leg_gt,0.4,60 -60131,sell_contrast_m10_bb_pos,sell,2026-02-21 08:18:00,574.0,3.8855,1,leg_gt,0.4,60 -60132,sell_contrast_m10_bb_pos,sell,2026-02-21 08:21:00,574.0,3.8855,1,leg_gt,0.41,60 -60133,sell_contrast_m10_bb_pos,sell,2026-02-21 08:24:00,573.0,3.7043,1,leg_gt,0.41,60 -60134,sell_contrast_m10_bb_pos,sell,2026-02-21 08:27:00,574.0,3.8855,1,leg_gt,0.41,60 -60135,sell_contrast_m10_bb_pos,sell,2026-02-21 08:30:00,574.0,3.8855,1,leg_gt,0.41,60 -60136,sell_contrast_m10_bb_pos,sell,2026-02-21 08:33:00,576.0,4.2478,1,leg_gt,0.41,60 -60137,sell_contrast_m10_bb_pos,sell,2026-02-21 08:36:00,575.0,4.0667,1,leg_gt,0.42,60 -60138,sell_contrast_m10_bb_pos,sell,2026-02-21 08:39:00,574.0,3.8855,1,leg_gt,0.42,60 -60139,sell_contrast_m10_bb_pos,sell,2026-02-21 08:51:00,575.0,4.0667,1,leg_gt,0.43,60 -60140,sell_contrast_m10_bb_pos,sell,2026-02-21 08:54:00,576.0,4.2478,1,leg_gt,0.43,60 -60141,sell_contrast_m10_bb_pos,sell,2026-02-21 08:57:00,576.0,4.2478,1,leg_gt,0.43,60 -60142,sell_contrast_m10_bb_pos,sell,2026-02-21 09:00:00,575.0,4.0667,1,leg_gt,0.43,60 -60143,sell_contrast_m10_bb_pos,sell,2026-02-21 09:03:00,576.0,4.2478,1,leg_gt,0.44,60 -60144,sell_contrast_m10_bb_pos,sell,2026-02-21 09:06:00,576.0,4.2478,1,leg_gt,0.44,60 -60145,sell_contrast_m10_bb_pos,sell,2026-02-21 09:09:00,575.0,4.0667,1,leg_gt,0.44,60 -60146,sell_contrast_m10_bb_pos,sell,2026-02-21 09:30:00,576.0,4.2478,1,leg_gt,0.45,60 -60147,sell_contrast_m10_bb_pos,sell,2026-02-21 09:33:00,575.0,4.0667,1,leg_gt,0.46,60 -60148,sell_contrast_m10_bb_pos,sell,2026-02-21 09:36:00,575.0,4.0667,1,leg_gt,0.46,60 -60149,sell_contrast_m10_bb_pos,sell,2026-02-21 09:39:00,575.0,4.0667,1,leg_gt,0.46,60 -60150,sell_contrast_m10_bb_pos,sell,2026-02-21 10:51:00,576.0,4.2478,1,leg_gt,0.51,60 -60151,sell_contrast_m10_bb_pos,sell,2026-02-21 10:54:00,576.0,4.2478,1,leg_gt,0.51,60 -60152,sell_contrast_m10_bb_pos,sell,2026-02-21 10:57:00,576.0,4.2478,1,leg_gt,0.51,60 -60153,sell_contrast_m10_bb_pos,sell,2026-02-21 11:21:00,577.0,4.429,1,leg_gt,0.53,60 -60154,sell_contrast_m10_bb_pos,sell,2026-02-21 11:24:00,578.0,4.6101,1,leg_gt,0.53,60 -60155,sell_contrast_m10_bb_pos,sell,2026-02-21 11:27:00,579.0,4.7913,1,leg_gt,0.54,60 -60156,sell_contrast_m10_bb_pos,sell,2026-02-21 11:42:00,578.0,4.6101,1,leg_gt,0.55,60 -60157,sell_contrast_m10_bb_pos,sell,2026-02-21 11:45:00,578.0,4.6101,1,leg_gt,0.55,60 -60158,sell_contrast_m10_bb_pos,sell,2026-02-21 11:48:00,579.0,4.7913,1,leg_gt,0.55,60 -60159,sell_contrast_m10_bb_pos,sell,2026-02-21 11:51:00,578.0,4.6101,1,leg_gt,0.55,60 -60160,sell_contrast_m10_bb_pos,sell,2026-02-21 11:54:00,578.0,4.6101,1,leg_gt,0.55,60 -60161,sell_contrast_m10_bb_pos,sell,2026-02-21 11:57:00,580.0,4.9725,1,leg_gt,0.56,60 -60162,sell_contrast_m10_bb_pos,sell,2026-02-21 12:00:00,579.0,4.7913,1,leg_gt,0.56,60 -60163,sell_contrast_m10_bb_pos,sell,2026-02-21 12:03:00,576.0,4.2478,1,leg_gt,0.56,60 -60164,sell_contrast_m10_bb_pos,sell,2026-02-21 12:06:00,575.0,4.0667,1,leg_gt,0.56,60 -60165,sell_contrast_m10_bb_pos,sell,2026-02-21 12:09:00,575.0,4.0667,1,leg_gt,0.56,60 -60166,sell_contrast_m10_bb_pos,sell,2026-02-21 14:21:00,579.0,4.7913,1,leg_gt,0.66,60 -60167,sell_contrast_m10_bb_pos,sell,2026-02-21 14:24:00,580.0,4.9725,1,leg_gt,0.66,60 -60168,sell_contrast_m10_bb_pos,sell,2026-02-21 14:27:00,579.0,4.7913,1,leg_gt,0.66,60 -60169,sell_contrast_m10_bb_pos,sell,2026-02-21 14:30:00,579.0,4.7913,1,leg_gt,0.66,60 -60170,sell_contrast_m10_bb_pos,sell,2026-02-21 14:36:00,579.0,4.7913,1,leg_gt,0.67,60 -60171,sell_contrast_m10_bb_pos,sell,2026-02-21 14:39:00,579.0,4.7913,1,leg_gt,0.67,60 -60172,sell_contrast_m10_bb_pos,sell,2026-02-21 14:42:00,580.0,4.9725,1,leg_gt,0.67,60 -60173,sell_contrast_m10_bb_pos,sell,2026-02-21 14:45:00,579.0,4.7913,1,leg_gt,0.67,60 -60174,sell_contrast_m10_bb_pos,sell,2026-02-21 14:48:00,578.0,4.6101,1,leg_gt,0.68,60 -60175,sell_contrast_m10_bb_pos,sell,2026-02-21 18:21:00,584.0,5.6971,1,leg_gt,0.82,60 -60176,sell_contrast_m10_bb_pos,sell,2026-02-21 18:24:00,583.0,5.5159,1,leg_gt,0.82,60 -60177,sell_contrast_m10_bb_pos,sell,2026-02-21 18:27:00,585.0,5.8783,1,leg_gt,0.83,60 -60178,sell_contrast_m10_bb_pos,sell,2026-02-22 16:30:00,564.0,2.0739,1,leg_gt,1.75,60 -60179,sell_contrast_m10_bb_pos,sell,2026-02-22 16:33:00,564.0,2.0739,1,leg_gt,1.75,60 -60180,sell_contrast_m10_bb_pos,sell,2026-02-22 16:36:00,565.0,2.2551,1,leg_gt,1.75,60 -60181,sell_contrast_m10_bb_pos,sell,2026-02-22 16:39:00,565.0,2.2551,1,leg_gt,1.75,60 -60182,sell_contrast_m10_bb_pos,sell,2026-02-23 01:12:00,562.0,1.7116,1,leg_gt,2.11,60 -60183,sell_contrast_m10_bb_pos,sell,2026-02-23 01:15:00,563.0,1.8928,1,leg_gt,2.11,60 -60184,sell_contrast_m10_bb_pos,sell,2026-02-23 01:18:00,563.0,1.8928,1,leg_gt,2.11,60 -60185,sell_contrast_m10_bb_pos,sell,2026-02-23 01:30:00,562.0,1.7116,1,leg_gt,2.12,60 -60186,sell_contrast_m10_bb_pos,sell,2026-02-23 01:33:00,563.0,1.8928,1,leg_gt,2.12,60 -60187,sell_contrast_m10_bb_pos,sell,2026-02-23 01:36:00,560.0,1.3493,1,leg_gt,2.12,60 -60188,sell_contrast_m10_bb_pos,sell,2026-02-23 01:39:00,558.0,0.987,1,leg_gt,2.13,60 -60189,sell_contrast_m10_bb_pos,sell,2026-02-23 02:00:00,562.0,1.7116,1,leg_gt,2.14,60 -60190,sell_contrast_m10_bb_pos,sell,2026-02-23 02:03:00,562.0,1.7116,1,leg_gt,2.14,60 -60191,sell_contrast_m10_bb_pos,sell,2026-02-23 02:06:00,563.0,1.8928,1,leg_gt,2.15,60 -60192,sell_contrast_m10_bb_pos,sell,2026-02-23 02:09:00,564.0,2.0739,1,leg_gt,2.15,60 -60193,sell_contrast_m10_bb_pos,sell,2026-02-23 02:12:00,563.0,1.8928,1,leg_gt,2.15,60 -60194,sell_contrast_m10_bb_pos,sell,2026-02-23 02:15:00,562.0,1.7116,1,leg_gt,2.15,60 -60195,sell_contrast_m10_bb_pos,sell,2026-02-23 04:00:00,563.0,1.8928,1,leg_gt,2.22,60 -60196,sell_contrast_m10_bb_pos,sell,2026-02-23 04:03:00,564.0,2.0739,1,leg_gt,2.23,60 -60197,sell_contrast_m10_bb_pos,sell,2026-02-23 04:06:00,564.0,2.0739,1,leg_gt,2.23,60 -60198,sell_contrast_m10_bb_pos,sell,2026-02-23 04:09:00,563.0,1.8928,1,leg_gt,2.23,60 -60199,sell_contrast_m10_bb_pos,sell,2026-02-23 05:00:00,564.0,2.0739,1,leg_gt,2.27,60 -60200,sell_contrast_m10_bb_pos,sell,2026-02-23 05:03:00,563.0,1.8928,1,leg_gt,2.27,60 -60201,sell_contrast_m10_bb_pos,sell,2026-02-23 05:06:00,564.0,2.0739,1,leg_gt,2.27,60 -60202,sell_contrast_m10_bb_pos,sell,2026-02-23 05:09:00,564.0,2.0739,1,leg_gt,2.27,60 -60203,sell_contrast_m10_bb_pos,sell,2026-02-23 05:51:00,565.0,2.2551,1,leg_gt,2.3,60 -60204,sell_contrast_m10_bb_pos,sell,2026-02-23 05:54:00,564.0,2.0739,1,leg_gt,2.3,60 -60205,sell_contrast_m10_bb_pos,sell,2026-02-23 05:57:00,563.0,1.8928,1,leg_gt,2.31,60 -60206,sell_contrast_m10_bb_pos,sell,2026-02-23 08:00:00,564.0,2.0739,1,leg_gt,2.39,60 -60207,sell_contrast_m10_bb_pos,sell,2026-02-23 08:03:00,566.0,2.4362,1,leg_gt,2.39,60 -60208,sell_contrast_m10_bb_pos,sell,2026-02-23 08:06:00,567.0,2.6174,1,leg_gt,2.4,60 -60209,sell_contrast_m10_bb_pos,sell,2026-02-23 08:09:00,566.0,2.4362,1,leg_gt,2.4,60 -60210,sell_contrast_m10_bb_pos,sell,2026-02-23 09:00:00,565.0,2.2551,1,leg_gt,2.43,60 -60211,sell_contrast_m10_bb_pos,sell,2026-02-23 09:03:00,566.0,2.4362,1,leg_gt,2.44,60 -60212,sell_contrast_m10_bb_pos,sell,2026-02-23 09:06:00,566.0,2.4362,1,leg_gt,2.44,60 -60213,sell_contrast_m10_bb_pos,sell,2026-02-23 09:09:00,565.0,2.2551,1,leg_gt,2.44,60 -60214,sell_contrast_m10_bb_pos,sell,2026-02-23 09:12:00,564.0,2.0739,1,leg_gt,2.44,60 -60215,sell_contrast_m10_bb_pos,sell,2026-02-23 09:15:00,564.0,2.0739,1,leg_gt,2.44,60 -60216,sell_contrast_m10_bb_pos,sell,2026-02-23 09:18:00,564.0,2.0739,1,leg_gt,2.45,60 -60217,sell_contrast_m10_bb_pos,sell,2026-02-23 15:00:00,545.0,1.3898,1,leg_gt,0.17,60 -60218,sell_contrast_m10_bb_pos,sell,2026-02-23 15:03:00,545.0,1.3898,1,leg_gt,0.18,60 -60219,sell_contrast_m10_bb_pos,sell,2026-02-23 15:06:00,546.0,1.576,1,leg_gt,0.18,60 -60220,sell_contrast_m10_bb_pos,sell,2026-02-23 15:09:00,550.0,2.3209,1,leg_gt,0.18,60 -60221,sell_contrast_m10_bb_pos,sell,2026-02-23 15:30:00,550.0,2.3209,1,leg_gt,0.19,60 -60222,sell_contrast_m10_bb_pos,sell,2026-02-23 15:33:00,550.0,2.3209,1,leg_gt,0.2,60 -60223,sell_contrast_m10_bb_pos,sell,2026-02-23 15:36:00,551.0,2.5071,1,leg_gt,0.2,60 -60224,sell_contrast_m10_bb_pos,sell,2026-02-23 15:39:00,552.0,2.6933,1,leg_gt,0.2,60 -60225,sell_contrast_m10_bb_pos,sell,2026-02-23 15:51:00,553.0,2.8795,1,leg_gt,0.21,60 -60226,sell_contrast_m10_bb_pos,sell,2026-02-23 15:54:00,553.0,2.8795,1,leg_gt,0.21,60 -60227,sell_contrast_m10_bb_pos,sell,2026-02-23 15:57:00,552.0,2.6933,1,leg_gt,0.21,60 -60228,sell_contrast_m10_bb_pos,sell,2026-02-23 19:21:00,565.0,5.1142,1,leg_gt,0.35,60 -60229,sell_contrast_m10_bb_pos,sell,2026-02-23 19:24:00,563.0,4.7417,1,leg_gt,0.36,60 -60230,sell_contrast_m10_bb_pos,sell,2026-02-23 19:27:00,564.0,4.9279,1,leg_gt,0.36,60 -60231,sell_contrast_m10_bb_pos,sell,2026-02-24 07:30:00,551.0,2.5071,1,leg_gt,0.86,60 -60232,sell_contrast_m10_bb_pos,sell,2026-02-24 07:33:00,552.0,2.6933,1,leg_gt,0.86,60 -60233,sell_contrast_m10_bb_pos,sell,2026-02-24 07:36:00,551.0,2.5071,1,leg_gt,0.86,60 -60234,sell_contrast_m10_bb_pos,sell,2026-02-24 07:39:00,550.0,2.3209,1,leg_gt,0.87,60 -60235,sell_contrast_m10_bb_pos,sell,2026-02-24 07:42:00,551.0,2.5071,1,leg_gt,0.87,60 -60236,sell_contrast_m10_bb_pos,sell,2026-02-24 07:45:00,551.0,2.5071,1,leg_gt,0.87,60 -60237,sell_contrast_m10_bb_pos,sell,2026-02-24 07:48:00,551.0,2.5071,1,leg_gt,0.87,60 -60238,sell_contrast_m10_bb_pos,sell,2026-02-24 18:12:00,542.0,1.0194,1,leg_gt,0.21,60 -60239,sell_contrast_m10_bb_pos,sell,2026-02-24 18:15:00,542.0,1.0194,1,leg_gt,0.21,60 -60240,sell_contrast_m10_bb_pos,sell,2026-02-24 18:18:00,541.0,0.8328,1,leg_gt,0.21,60 -60241,sell_contrast_m10_bb_pos,sell,2026-02-24 21:42:00,545.0,1.5791,1,leg_gt,0.35,60 -60242,sell_contrast_m10_bb_pos,sell,2026-02-24 21:45:00,544.0,1.3925,1,leg_gt,0.35,60 -60243,sell_contrast_m10_bb_pos,sell,2026-02-24 21:48:00,543.0,1.206,1,leg_gt,0.36,60 -60244,sell_contrast_m10_bb_pos,sell,2026-02-24 21:51:00,543.0,1.206,1,leg_gt,0.36,60 -60245,sell_contrast_m10_bb_pos,sell,2026-02-24 21:54:00,544.0,1.3925,1,leg_gt,0.36,60 -60246,sell_contrast_m10_bb_pos,sell,2026-02-24 21:57:00,545.0,1.5791,1,leg_gt,0.36,60 -60247,sell_contrast_m10_bb_pos,sell,2026-02-24 22:00:00,545.0,1.5791,1,leg_gt,0.36,60 -60248,sell_contrast_m10_bb_pos,sell,2026-02-24 22:03:00,545.0,1.5791,1,leg_gt,0.37,60 -60249,sell_contrast_m10_bb_pos,sell,2026-02-24 22:06:00,543.0,1.206,1,leg_gt,0.37,60 -60250,sell_contrast_m10_bb_pos,sell,2026-02-24 22:09:00,545.0,1.5791,1,leg_gt,0.37,60 -60251,sell_contrast_m10_bb_pos,sell,2026-02-24 22:12:00,545.0,1.5791,1,leg_gt,0.37,60 -60252,sell_contrast_m10_bb_pos,sell,2026-02-24 22:15:00,546.0,1.7657,1,leg_gt,0.38,60 -60253,sell_contrast_m10_bb_pos,sell,2026-02-24 22:18:00,545.0,1.5791,1,leg_gt,0.38,60 -60254,sell_contrast_m10_bb_pos,sell,2026-02-24 22:21:00,545.0,1.5791,1,leg_gt,0.38,60 -60255,sell_contrast_m10_bb_pos,sell,2026-02-24 22:24:00,545.0,1.5791,1,leg_gt,0.38,60 -60256,sell_contrast_m10_bb_pos,sell,2026-02-24 22:27:00,546.0,1.7657,1,leg_gt,0.38,60 -60257,sell_contrast_m10_bb_pos,sell,2026-02-24 22:30:00,547.0,1.9522,1,leg_gt,0.39,60 -60258,sell_contrast_m10_bb_pos,sell,2026-02-24 22:33:00,545.0,1.5791,1,leg_gt,0.39,60 -60259,sell_contrast_m10_bb_pos,sell,2026-02-24 22:36:00,548.0,2.1388,1,leg_gt,0.39,60 -60260,sell_contrast_m10_bb_pos,sell,2026-02-24 22:39:00,547.0,1.9522,1,leg_gt,0.39,60 -60261,sell_contrast_m10_bb_pos,sell,2026-02-24 22:42:00,546.0,1.7657,1,leg_gt,0.39,60 -60262,sell_contrast_m10_bb_pos,sell,2026-02-24 22:45:00,548.0,2.1388,1,leg_gt,0.4,60 -60263,sell_contrast_m10_bb_pos,sell,2026-02-24 22:48:00,548.0,2.1388,1,leg_gt,0.4,60 -60264,sell_contrast_m10_bb_pos,sell,2026-02-24 23:00:00,548.0,2.1388,1,leg_gt,0.41,60 -60265,sell_contrast_m10_bb_pos,sell,2026-02-24 23:03:00,549.0,2.3254,1,leg_gt,0.41,60 -60266,sell_contrast_m10_bb_pos,sell,2026-02-24 23:06:00,548.0,2.1388,1,leg_gt,0.41,60 -60267,sell_contrast_m10_bb_pos,sell,2026-02-24 23:09:00,548.0,2.1388,1,leg_gt,0.41,60 -60268,sell_contrast_m10_bb_pos,sell,2026-02-24 23:51:00,550.0,2.5119,1,leg_gt,0.44,60 -60269,sell_contrast_m10_bb_pos,sell,2026-02-24 23:54:00,553.0,3.0716,1,leg_gt,0.44,60 -60270,sell_contrast_m10_bb_pos,sell,2026-02-24 23:57:00,552.0,2.8851,1,leg_gt,0.45,60 -60271,sell_contrast_m10_bb_pos,sell,2026-02-25 00:42:00,562.0,4.7507,1,leg_gt,0.48,60 -60272,sell_contrast_m10_bb_pos,sell,2026-02-25 00:45:00,562.0,4.7507,1,leg_gt,0.48,60 -60273,sell_contrast_m10_bb_pos,sell,2026-02-25 00:48:00,560.0,4.3776,1,leg_gt,0.48,60 -60274,sell_contrast_m10_bb_pos,sell,2026-02-25 01:12:00,562.0,4.7507,1,leg_gt,0.5,60 -60275,sell_contrast_m10_bb_pos,sell,2026-02-25 01:15:00,562.0,4.7507,1,leg_gt,0.5,60 -60276,sell_contrast_m10_bb_pos,sell,2026-02-25 01:18:00,559.0,4.191,1,leg_gt,0.5,60 -60277,sell_contrast_m10_bb_pos,sell,2026-02-25 08:30:00,554.0,0.9949,1,leg_gt,0.09,60 -60278,sell_contrast_m10_bb_pos,sell,2026-02-25 08:33:00,555.0,1.1774,1,leg_gt,0.1,60 -60279,sell_contrast_m10_bb_pos,sell,2026-02-25 08:36:00,552.0,0.6299,1,leg_gt,0.1,60 -60280,sell_contrast_m10_bb_pos,sell,2026-02-25 08:39:00,552.0,0.6299,1,leg_gt,0.1,60 -60281,sell_contrast_m10_bb_pos,sell,2026-02-25 10:51:00,568.0,3.5496,1,leg_gt,0.19,60 -60282,sell_contrast_m10_bb_pos,sell,2026-02-25 10:54:00,568.0,3.5496,1,leg_gt,0.19,60 -60283,sell_contrast_m10_bb_pos,sell,2026-02-25 10:57:00,569.0,3.7321,1,leg_gt,0.2,60 -60284,sell_contrast_m10_bb_pos,sell,2026-02-25 11:00:00,568.0,3.5496,1,leg_gt,0.2,60 -60285,sell_contrast_m10_bb_pos,sell,2026-02-25 11:03:00,568.0,3.5496,1,leg_gt,0.2,60 -60286,sell_contrast_m10_bb_pos,sell,2026-02-25 11:06:00,568.0,3.5496,1,leg_gt,0.2,60 -60287,sell_contrast_m10_bb_pos,sell,2026-02-25 11:09:00,570.0,3.9146,1,leg_gt,0.2,60 -60288,sell_contrast_m10_bb_pos,sell,2026-02-25 11:12:00,569.0,3.7321,1,leg_gt,0.21,60 -60289,sell_contrast_m10_bb_pos,sell,2026-02-25 11:15:00,570.0,3.9146,1,leg_gt,0.21,60 -60290,sell_contrast_m10_bb_pos,sell,2026-02-25 11:18:00,570.0,3.9146,1,leg_gt,0.21,60 -60291,sell_contrast_m10_bb_pos,sell,2026-02-25 11:21:00,571.0,4.0971,1,leg_gt,0.21,60 -60292,sell_contrast_m10_bb_pos,sell,2026-02-25 11:24:00,570.0,3.9146,1,leg_gt,0.21,60 -60293,sell_contrast_m10_bb_pos,sell,2026-02-25 11:27:00,570.0,3.9146,1,leg_gt,0.22,60 -60294,sell_contrast_m10_bb_pos,sell,2026-02-25 17:12:00,568.0,3.5496,1,leg_gt,0.46,60 -60295,sell_contrast_m10_bb_pos,sell,2026-02-25 17:15:00,568.0,3.5496,1,leg_gt,0.46,60 -60296,sell_contrast_m10_bb_pos,sell,2026-02-25 17:18:00,569.0,3.7321,1,leg_gt,0.46,60 -60297,sell_contrast_m10_bb_pos,sell,2026-02-25 17:21:00,570.0,3.9146,1,leg_gt,0.46,60 -60298,sell_contrast_m10_bb_pos,sell,2026-02-25 17:24:00,570.0,3.9146,1,leg_gt,0.46,60 -60299,sell_contrast_m10_bb_pos,sell,2026-02-25 17:27:00,571.0,4.0971,1,leg_gt,0.47,60 -60300,sell_contrast_m10_bb_pos,sell,2026-02-25 17:30:00,571.0,4.0971,1,leg_gt,0.47,60 -60301,sell_contrast_m10_bb_pos,sell,2026-02-25 17:33:00,570.0,3.9146,1,leg_gt,0.47,60 -60302,sell_contrast_m10_bb_pos,sell,2026-02-25 17:36:00,571.0,4.0971,1,leg_gt,0.47,60 -60303,sell_contrast_m10_bb_pos,sell,2026-02-25 17:39:00,571.0,4.0971,1,leg_gt,0.48,60 -60304,sell_contrast_m10_bb_pos,sell,2026-02-25 17:42:00,571.0,4.0971,1,leg_gt,0.48,60 -60305,sell_contrast_m10_bb_pos,sell,2026-02-25 17:45:00,570.0,3.9146,1,leg_gt,0.48,60 -60306,sell_contrast_m10_bb_pos,sell,2026-02-25 17:48:00,571.0,4.0971,1,leg_gt,0.48,60 -60307,sell_contrast_m10_bb_pos,sell,2026-02-25 17:51:00,572.0,4.2796,1,leg_gt,0.48,60 -60308,sell_contrast_m10_bb_pos,sell,2026-02-25 17:54:00,574.0,4.6445,1,leg_gt,0.49,60 -60309,sell_contrast_m10_bb_pos,sell,2026-02-25 17:57:00,575.0,4.827,1,leg_gt,0.49,60 -60310,sell_contrast_m10_bb_pos,sell,2026-02-25 18:51:00,586.0,6.8343,1,leg_gt,0.52,60 -60311,sell_contrast_m10_bb_pos,sell,2026-02-25 18:54:00,585.0,6.6518,1,leg_gt,0.53,60 -60312,sell_contrast_m10_bb_pos,sell,2026-02-25 18:57:00,586.0,6.8343,1,leg_gt,0.53,60 -60313,sell_contrast_m10_bb_pos,sell,2026-02-25 19:00:00,586.0,6.8343,1,leg_gt,0.53,60 -60314,sell_contrast_m10_bb_pos,sell,2026-02-25 19:03:00,588.0,7.1993,1,leg_gt,0.53,60 -60315,sell_contrast_m10_bb_pos,sell,2026-02-25 19:06:00,586.0,6.8343,1,leg_gt,0.54,60 -60316,sell_contrast_m10_bb_pos,sell,2026-02-25 19:09:00,588.0,7.1993,1,leg_gt,0.54,60 -60317,sell_contrast_m10_bb_pos,sell,2026-02-25 19:12:00,587.0,7.0168,1,leg_gt,0.54,60 -60318,sell_contrast_m10_bb_pos,sell,2026-02-25 19:15:00,589.0,7.3818,1,leg_gt,0.54,60 -60319,sell_contrast_m10_bb_pos,sell,2026-02-25 19:18:00,589.0,7.3818,1,leg_gt,0.54,60 -60320,sell_contrast_m10_bb_pos,sell,2026-02-25 19:21:00,589.0,7.3818,1,leg_gt,0.55,60 -60321,sell_contrast_m10_bb_pos,sell,2026-02-25 19:24:00,586.0,6.8343,1,leg_gt,0.55,60 -60322,sell_contrast_m10_bb_pos,sell,2026-02-25 19:27:00,588.0,7.1993,1,leg_gt,0.55,60 -60323,sell_contrast_m10_bb_pos,sell,2026-02-25 20:00:00,593.0,8.1117,1,leg_gt,0.57,60 -60324,sell_contrast_m10_bb_pos,sell,2026-02-25 20:03:00,591.0,7.7467,1,leg_gt,0.57,60 -60325,sell_contrast_m10_bb_pos,sell,2026-02-25 20:06:00,588.0,7.1993,1,leg_gt,0.58,60 -60326,sell_contrast_m10_bb_pos,sell,2026-02-25 20:09:00,587.0,7.0168,1,leg_gt,0.58,60 -60327,sell_contrast_m10_bb_pos,sell,2026-02-25 23:30:00,585.0,6.6518,1,leg_gt,0.72,60 -60328,sell_contrast_m10_bb_pos,sell,2026-02-25 23:33:00,583.0,6.2869,1,leg_gt,0.72,60 -60329,sell_contrast_m10_bb_pos,sell,2026-02-25 23:36:00,581.0,5.9219,1,leg_gt,0.72,60 -60330,sell_contrast_m10_bb_pos,sell,2026-02-25 23:39:00,582.0,6.1044,1,leg_gt,0.72,60 -60331,sell_contrast_m10_bb_pos,sell,2026-02-25 23:51:00,585.0,6.6518,1,leg_gt,0.73,60 -60332,sell_contrast_m10_bb_pos,sell,2026-02-25 23:54:00,586.0,6.8343,1,leg_gt,0.74,60 -60333,sell_contrast_m10_bb_pos,sell,2026-02-25 23:57:00,586.0,6.8343,1,leg_gt,0.74,60 -60334,sell_contrast_m10_bb_pos,sell,2026-02-26 00:30:00,587.0,7.0168,1,leg_gt,0.76,60 -60335,sell_contrast_m10_bb_pos,sell,2026-02-26 00:33:00,588.0,7.1993,1,leg_gt,0.76,60 -60336,sell_contrast_m10_bb_pos,sell,2026-02-26 00:36:00,588.0,7.1993,1,leg_gt,0.76,60 -60337,sell_contrast_m10_bb_pos,sell,2026-02-26 00:39:00,589.0,7.3818,1,leg_gt,0.77,60 -60338,sell_contrast_m10_bb_pos,sell,2026-02-26 00:42:00,589.0,7.3818,1,leg_gt,0.77,60 -60339,sell_contrast_m10_bb_pos,sell,2026-02-26 00:45:00,591.0,7.7467,1,leg_gt,0.77,60 -60340,sell_contrast_m10_bb_pos,sell,2026-02-26 00:48:00,591.0,7.7467,1,leg_gt,0.77,60 -60341,sell_contrast_m10_bb_pos,sell,2026-02-26 01:00:00,591.0,7.7467,1,leg_gt,0.78,60 -60342,sell_contrast_m10_bb_pos,sell,2026-02-26 01:03:00,594.0,8.2942,1,leg_gt,0.78,60 -60343,sell_contrast_m10_bb_pos,sell,2026-02-26 01:06:00,594.0,8.2942,1,leg_gt,0.79,60 -60344,sell_contrast_m10_bb_pos,sell,2026-02-26 01:09:00,595.0,8.4766,1,leg_gt,0.79,60 -60345,sell_contrast_m10_bb_pos,sell,2026-02-26 01:30:00,599.0,9.2066,1,leg_gt,0.8,60 -60346,sell_contrast_m10_bb_pos,sell,2026-02-26 01:33:00,597.0,8.8416,1,leg_gt,0.8,60 -60347,sell_contrast_m10_bb_pos,sell,2026-02-26 01:36:00,598.0,9.0241,1,leg_gt,0.81,60 -60348,sell_contrast_m10_bb_pos,sell,2026-02-26 01:39:00,597.0,8.8416,1,leg_gt,0.81,60 -60349,sell_contrast_m10_bb_pos,sell,2026-02-26 01:51:00,597.0,8.8416,1,leg_gt,0.82,60 -60350,sell_contrast_m10_bb_pos,sell,2026-02-26 01:54:00,595.0,8.4766,1,leg_gt,0.82,60 -60351,sell_contrast_m10_bb_pos,sell,2026-02-26 01:57:00,598.0,9.0241,1,leg_gt,0.82,60 -60352,sell_contrast_m10_bb_pos,sell,2026-02-26 02:12:00,604.0,10.119,1,leg_gt,0.83,60 -60353,sell_contrast_m10_bb_pos,sell,2026-02-26 02:15:00,604.0,10.119,1,leg_gt,0.83,60 -60354,sell_contrast_m10_bb_pos,sell,2026-02-26 02:18:00,606.0,10.4839,1,leg_gt,0.84,60 -60355,sell_contrast_m10_bb_pos,sell,2026-02-26 02:21:00,603.0,9.9365,1,leg_gt,0.84,60 -60356,sell_contrast_m10_bb_pos,sell,2026-02-26 02:24:00,603.0,9.9365,1,leg_gt,0.84,60 -60357,sell_contrast_m10_bb_pos,sell,2026-02-26 02:27:00,603.0,9.9365,1,leg_gt,0.84,60 -60358,sell_contrast_m10_bb_pos,sell,2026-02-26 03:12:00,606.0,10.4839,1,leg_gt,0.87,60 -60359,sell_contrast_m10_bb_pos,sell,2026-02-26 03:15:00,605.0,10.3015,1,leg_gt,0.88,60 -60360,sell_contrast_m10_bb_pos,sell,2026-02-26 03:18:00,605.0,10.3015,1,leg_gt,0.88,60 -60361,sell_contrast_m10_bb_pos,sell,2026-02-26 03:30:00,609.0,11.0314,1,leg_gt,0.89,60 -60362,sell_contrast_m10_bb_pos,sell,2026-02-26 03:33:00,606.0,10.4839,1,leg_gt,0.89,60 -60363,sell_contrast_m10_bb_pos,sell,2026-02-26 03:36:00,609.0,11.0314,1,leg_gt,0.89,60 -60364,sell_contrast_m10_bb_pos,sell,2026-02-26 03:39:00,608.0,10.8489,1,leg_gt,0.89,60 -60365,sell_contrast_m10_bb_pos,sell,2026-02-26 04:21:00,617.0,12.4912,1,leg_gt,0.92,60 -60366,sell_contrast_m10_bb_pos,sell,2026-02-26 04:24:00,621.0,13.2212,1,leg_gt,0.92,60 -60367,sell_contrast_m10_bb_pos,sell,2026-02-26 04:27:00,617.0,12.4912,1,leg_gt,0.92,60 -60368,sell_contrast_m10_bb_pos,sell,2026-02-26 04:51:00,620.0,13.0387,1,leg_gt,0.94,60 -60369,sell_contrast_m10_bb_pos,sell,2026-02-26 04:54:00,624.0,13.7686,1,leg_gt,0.94,60 -60370,sell_contrast_m10_bb_pos,sell,2026-02-26 04:57:00,622.0,13.4036,1,leg_gt,0.95,60 -60371,sell_contrast_m10_bb_pos,sell,2026-02-26 05:00:00,621.0,13.2212,1,leg_gt,0.95,60 -60372,sell_contrast_m10_bb_pos,sell,2026-02-26 05:03:00,617.0,12.4912,1,leg_gt,0.95,60 -60373,sell_contrast_m10_bb_pos,sell,2026-02-26 05:06:00,617.0,12.4912,1,leg_gt,0.95,60 -60374,sell_contrast_m10_bb_pos,sell,2026-02-26 05:09:00,613.0,11.7613,1,leg_gt,0.95,60 -60375,sell_contrast_m10_bb_pos,sell,2026-02-26 17:21:00,589.0,7.3818,1,leg_gt,1.46,60 -60376,sell_contrast_m10_bb_pos,sell,2026-02-26 17:24:00,590.0,7.5642,1,leg_gt,1.46,60 -60377,sell_contrast_m10_bb_pos,sell,2026-02-26 17:27:00,591.0,7.7467,1,leg_gt,1.47,60 -60378,sell_contrast_m10_bb_pos,sell,2026-02-26 17:30:00,590.0,7.5642,1,leg_gt,1.47,60 -60379,sell_contrast_m10_bb_pos,sell,2026-02-26 17:33:00,589.0,7.3818,1,leg_gt,1.47,60 -60380,sell_contrast_m10_bb_pos,sell,2026-02-26 17:36:00,588.0,7.1993,1,leg_gt,1.47,60 -60381,sell_contrast_m10_bb_pos,sell,2026-02-26 17:39:00,590.0,7.5642,1,leg_gt,1.48,60 -60382,sell_contrast_m10_bb_pos,sell,2026-02-26 17:42:00,589.0,7.3818,1,leg_gt,1.48,60 -60383,sell_contrast_m10_bb_pos,sell,2026-02-26 17:45:00,588.0,7.1993,1,leg_gt,1.48,60 -60384,sell_contrast_m10_bb_pos,sell,2026-02-26 17:48:00,589.0,7.3818,1,leg_gt,1.48,60 -60385,sell_contrast_m10_bb_pos,sell,2026-02-26 17:51:00,590.0,7.5642,1,leg_gt,1.48,60 -60386,sell_contrast_m10_bb_pos,sell,2026-02-26 17:54:00,590.0,7.5642,1,leg_gt,1.49,60 -60387,sell_contrast_m10_bb_pos,sell,2026-02-26 17:57:00,588.0,7.1993,1,leg_gt,1.49,60 -60388,sell_contrast_m10_bb_pos,sell,2026-02-27 04:12:00,576.0,1.8469,1,leg_gt,0.1,60 -60389,sell_contrast_m10_bb_pos,sell,2026-02-27 04:15:00,576.0,1.8469,1,leg_gt,0.1,60 -60390,sell_contrast_m10_bb_pos,sell,2026-02-27 04:18:00,577.0,2.0239,1,leg_gt,0.1,60 -60391,sell_contrast_m10_bb_pos,sell,2026-02-27 04:21:00,577.0,2.0239,1,leg_gt,0.11,60 -60392,sell_contrast_m10_bb_pos,sell,2026-02-27 04:24:00,578.0,2.2009,1,leg_gt,0.11,60 -60393,sell_contrast_m10_bb_pos,sell,2026-02-27 04:27:00,577.0,2.0239,1,leg_gt,0.11,60 -60394,sell_contrast_m10_bb_pos,sell,2026-02-27 04:30:00,578.0,2.2009,1,leg_gt,0.11,60 -60395,sell_contrast_m10_bb_pos,sell,2026-02-27 04:33:00,578.0,2.2009,1,leg_gt,0.11,60 -60396,sell_contrast_m10_bb_pos,sell,2026-02-27 04:36:00,578.0,2.2009,1,leg_gt,0.12,60 -60397,sell_contrast_m10_bb_pos,sell,2026-02-27 04:39:00,577.0,2.0239,1,leg_gt,0.12,60 -60398,sell_contrast_m10_bb_pos,sell,2026-02-27 04:51:00,576.0,1.8469,1,leg_gt,0.13,60 -60399,sell_contrast_m10_bb_pos,sell,2026-02-27 04:54:00,576.0,1.8469,1,leg_gt,0.13,60 -60400,sell_contrast_m10_bb_pos,sell,2026-02-27 04:57:00,576.0,1.8469,1,leg_gt,0.13,60 -60401,sell_contrast_m10_bb_pos,sell,2026-02-27 05:12:00,577.0,2.0239,1,leg_gt,0.14,60 -60402,sell_contrast_m10_bb_pos,sell,2026-02-27 05:15:00,578.0,2.2009,1,leg_gt,0.14,60 -60403,sell_contrast_m10_bb_pos,sell,2026-02-27 05:18:00,577.0,2.0239,1,leg_gt,0.15,60 -60404,sell_contrast_m10_bb_pos,sell,2026-02-27 07:42:00,579.0,2.3779,1,leg_gt,0.25,60 -60405,sell_contrast_m10_bb_pos,sell,2026-02-27 07:45:00,578.0,2.2009,1,leg_gt,0.25,60 -60406,sell_contrast_m10_bb_pos,sell,2026-02-27 07:48:00,579.0,2.3779,1,leg_gt,0.25,60 -60407,sell_contrast_m10_bb_pos,sell,2026-02-27 08:00:00,579.0,2.3779,1,leg_gt,0.26,60 -60408,sell_contrast_m10_bb_pos,sell,2026-02-27 08:03:00,578.0,2.2009,1,leg_gt,0.26,60 -60409,sell_contrast_m10_bb_pos,sell,2026-02-27 08:06:00,577.0,2.0239,1,leg_gt,0.26,60 -60410,sell_contrast_m10_bb_pos,sell,2026-02-27 08:09:00,578.0,2.2009,1,leg_gt,0.26,60 -60411,sell_contrast_m10_bb_pos,sell,2026-02-27 08:21:00,580.0,2.5549,1,leg_gt,0.27,60 -60412,sell_contrast_m10_bb_pos,sell,2026-02-27 08:24:00,581.0,2.7319,1,leg_gt,0.28,60 -60413,sell_contrast_m10_bb_pos,sell,2026-02-27 08:27:00,581.0,2.7319,1,leg_gt,0.28,60 -60414,sell_contrast_m10_bb_pos,sell,2026-02-27 08:30:00,580.0,2.5549,1,leg_gt,0.28,60 -60415,sell_contrast_m10_bb_pos,sell,2026-02-27 08:33:00,579.0,2.3779,1,leg_gt,0.28,60 -60416,sell_contrast_m10_bb_pos,sell,2026-02-27 08:36:00,578.0,2.2009,1,leg_gt,0.28,60 -60417,sell_contrast_m10_bb_pos,sell,2026-02-27 08:39:00,579.0,2.3779,1,leg_gt,0.29,60 -60418,sell_contrast_m10_bb_pos,sell,2026-02-27 09:30:00,580.0,2.5549,1,leg_gt,0.32,60 -60419,sell_contrast_m10_bb_pos,sell,2026-02-27 09:33:00,579.0,2.3779,1,leg_gt,0.32,60 -60420,sell_contrast_m10_bb_pos,sell,2026-02-27 09:36:00,580.0,2.5549,1,leg_gt,0.32,60 -60421,sell_contrast_m10_bb_pos,sell,2026-02-27 09:39:00,578.0,2.2009,1,leg_gt,0.33,60 -60422,sell_contrast_m10_bb_pos,sell,2026-02-27 11:21:00,582.0,2.9088,1,leg_gt,0.4,60 -60423,sell_contrast_m10_bb_pos,sell,2026-02-27 11:24:00,580.0,2.5549,1,leg_gt,0.4,60 -60424,sell_contrast_m10_bb_pos,sell,2026-02-27 11:27:00,581.0,2.7319,1,leg_gt,0.4,60 -60425,sell_contrast_m10_bb_pos,sell,2026-02-27 13:00:00,582.0,2.9088,1,leg_gt,0.47,60 -60426,sell_contrast_m10_bb_pos,sell,2026-02-27 13:03:00,583.0,3.0858,1,leg_gt,0.47,60 -60427,sell_contrast_m10_bb_pos,sell,2026-02-27 13:06:00,586.0,3.6168,1,leg_gt,0.47,60 -60428,sell_contrast_m10_bb_pos,sell,2026-02-27 13:09:00,585.0,3.4398,1,leg_gt,0.47,60 -60429,sell_contrast_m10_bb_pos,sell,2026-02-27 17:00:00,589.0,4.1478,1,leg_gt,0.63,60 -60430,sell_contrast_m10_bb_pos,sell,2026-02-27 17:03:00,589.0,4.1478,1,leg_gt,0.64,60 -60431,sell_contrast_m10_bb_pos,sell,2026-02-27 17:06:00,589.0,4.1478,1,leg_gt,0.64,60 -60432,sell_contrast_m10_bb_pos,sell,2026-02-27 17:09:00,589.0,4.1478,1,leg_gt,0.64,60 -60433,sell_contrast_m10_bb_pos,sell,2026-02-27 17:12:00,589.0,4.1478,1,leg_gt,0.64,60 -60434,sell_contrast_m10_bb_pos,sell,2026-02-27 17:15:00,588.0,3.9708,1,leg_gt,0.64,60 -60435,sell_contrast_m10_bb_pos,sell,2026-02-27 17:18:00,588.0,3.9708,1,leg_gt,0.65,60 -60436,sell_contrast_m10_bb_pos,sell,2026-02-27 18:12:00,589.0,4.1478,1,leg_gt,0.68,60 -60437,sell_contrast_m10_bb_pos,sell,2026-02-27 18:15:00,590.0,4.3248,1,leg_gt,0.69,60 -60438,sell_contrast_m10_bb_pos,sell,2026-02-27 18:18:00,590.0,4.3248,1,leg_gt,0.69,60 -60439,sell_contrast_m10_bb_pos,sell,2026-02-27 18:30:00,591.0,4.5018,1,leg_gt,0.7,60 -60440,sell_contrast_m10_bb_pos,sell,2026-02-27 18:33:00,591.0,4.5018,1,leg_gt,0.7,60 -60441,sell_contrast_m10_bb_pos,sell,2026-02-27 18:36:00,591.0,4.5018,1,leg_gt,0.7,60 -60442,sell_contrast_m10_bb_pos,sell,2026-02-27 18:39:00,591.0,4.5018,1,leg_gt,0.7,60 -60443,sell_contrast_m10_bb_pos,sell,2026-02-27 18:42:00,591.0,4.5018,1,leg_gt,0.7,60 -60444,sell_contrast_m10_bb_pos,sell,2026-02-27 18:45:00,590.0,4.3248,1,leg_gt,0.71,60 -60445,sell_contrast_m10_bb_pos,sell,2026-02-27 18:48:00,588.0,3.9708,1,leg_gt,0.71,60 -60446,sell_contrast_m10_bb_pos,sell,2026-02-28 10:21:00,570.0,0.785,1,leg_gt,1.36,60 -60447,sell_contrast_m10_bb_pos,sell,2026-02-28 10:24:00,570.0,0.785,1,leg_gt,1.36,60 -60448,sell_contrast_m10_bb_pos,sell,2026-02-28 10:27:00,570.0,0.785,1,leg_gt,1.36,60 -60449,sell_contrast_m10_bb_pos,sell,2026-02-28 20:12:00,544.0,2.1556,1,leg_gt,0.09,60 -60450,sell_contrast_m10_bb_pos,sell,2026-02-28 20:15:00,543.0,1.9677,1,leg_gt,0.09,60 -60451,sell_contrast_m10_bb_pos,sell,2026-02-28 20:18:00,543.0,1.9677,1,leg_gt,0.09,60 -60452,sell_contrast_m10_bb_pos,sell,2026-02-28 20:21:00,544.0,2.1556,1,leg_gt,0.09,60 -60453,sell_contrast_m10_bb_pos,sell,2026-02-28 20:24:00,544.0,2.1556,1,leg_gt,0.1,60 -60454,sell_contrast_m10_bb_pos,sell,2026-02-28 20:27:00,545.0,2.3436,1,leg_gt,0.1,60 -60455,sell_contrast_m10_bb_pos,sell,2026-02-28 23:21:00,557.0,4.5992,1,leg_gt,0.22,60 -60456,sell_contrast_m10_bb_pos,sell,2026-02-28 23:24:00,556.0,4.4113,1,leg_gt,0.22,60 -60457,sell_contrast_m10_bb_pos,sell,2026-02-28 23:27:00,557.0,4.5992,1,leg_gt,0.22,60 -60458,sell_contrast_m10_bb_pos,sell,2026-02-28 23:30:00,556.0,4.4113,1,leg_gt,0.22,60 -60459,sell_contrast_m10_bb_pos,sell,2026-02-28 23:33:00,555.0,4.2233,1,leg_gt,0.23,60 -60460,sell_contrast_m10_bb_pos,sell,2026-02-28 23:36:00,557.0,4.5992,1,leg_gt,0.23,60 -60461,sell_contrast_m10_bb_pos,sell,2026-02-28 23:39:00,560.0,5.1632,1,leg_gt,0.23,60 -60462,sell_contrast_m10_bb_pos,sell,2026-02-28 23:42:00,559.0,4.9752,1,leg_gt,0.23,60 -60463,sell_contrast_m10_bb_pos,sell,2026-02-28 23:45:00,560.0,5.1632,1,leg_gt,0.24,60 -60464,sell_contrast_m10_bb_pos,sell,2026-02-28 23:48:00,558.0,4.7872,1,leg_gt,0.24,60 -60465,sell_contrast_m10_bb_pos,sell,2026-03-01 05:00:00,567.0,6.4789,1,leg_gt,0.45,60 -60466,sell_contrast_m10_bb_pos,sell,2026-03-01 05:03:00,568.0,6.6669,1,leg_gt,0.46,60 -60467,sell_contrast_m10_bb_pos,sell,2026-03-01 05:06:00,569.0,6.8549,1,leg_gt,0.46,60 -60468,sell_contrast_m10_bb_pos,sell,2026-03-01 05:09:00,569.0,6.8549,1,leg_gt,0.46,60 -60469,sell_contrast_m10_bb_pos,sell,2026-03-01 05:12:00,571.0,7.2308,1,leg_gt,0.46,60 -60470,sell_contrast_m10_bb_pos,sell,2026-03-01 05:15:00,571.0,7.2308,1,leg_gt,0.46,60 -60471,sell_contrast_m10_bb_pos,sell,2026-03-01 05:18:00,571.0,7.2308,1,leg_gt,0.47,60 -60472,sell_contrast_m10_bb_pos,sell,2026-03-01 05:21:00,575.0,7.9827,1,leg_gt,0.47,60 -60473,sell_contrast_m10_bb_pos,sell,2026-03-01 05:24:00,576.0,8.1707,1,leg_gt,0.47,60 -60474,sell_contrast_m10_bb_pos,sell,2026-03-01 05:27:00,578.0,8.5466,1,leg_gt,0.47,60 -60475,sell_contrast_m10_bb_pos,sell,2026-03-01 05:42:00,576.0,8.1707,1,leg_gt,0.48,60 -60476,sell_contrast_m10_bb_pos,sell,2026-03-01 05:45:00,574.0,7.7947,1,leg_gt,0.49,60 -60477,sell_contrast_m10_bb_pos,sell,2026-03-01 05:48:00,579.0,8.7346,1,leg_gt,0.49,60 -60478,sell_contrast_m10_bb_pos,sell,2026-03-01 05:51:00,578.0,8.5466,1,leg_gt,0.49,60 -60479,sell_contrast_m10_bb_pos,sell,2026-03-01 05:54:00,579.0,8.7346,1,leg_gt,0.49,60 -60480,sell_contrast_m10_bb_pos,sell,2026-03-01 05:57:00,577.0,8.3586,1,leg_gt,0.49,60 -60481,sell_contrast_m10_bb_pos,sell,2026-03-01 06:00:00,578.0,8.5466,1,leg_gt,0.5,60 -60482,sell_contrast_m10_bb_pos,sell,2026-03-01 06:03:00,575.0,7.9827,1,leg_gt,0.5,60 -60483,sell_contrast_m10_bb_pos,sell,2026-03-01 06:06:00,574.0,7.7947,1,leg_gt,0.5,60 -60484,sell_contrast_m10_bb_pos,sell,2026-03-01 06:09:00,574.0,7.7947,1,leg_gt,0.5,60 -60485,sell_contrast_m10_bb_pos,sell,2026-03-01 07:42:00,580.0,8.9226,1,leg_gt,0.57,60 -60486,sell_contrast_m10_bb_pos,sell,2026-03-01 07:45:00,581.0,9.1105,1,leg_gt,0.57,60 -60487,sell_contrast_m10_bb_pos,sell,2026-03-01 07:48:00,582.0,9.2985,1,leg_gt,0.57,60 -60488,sell_contrast_m10_bb_pos,sell,2026-03-01 08:00:00,583.0,9.4865,1,leg_gt,0.58,60 -60489,sell_contrast_m10_bb_pos,sell,2026-03-01 08:03:00,583.0,9.4865,1,leg_gt,0.58,60 -60490,sell_contrast_m10_bb_pos,sell,2026-03-01 08:06:00,583.0,9.4865,1,leg_gt,0.58,60 -60491,sell_contrast_m10_bb_pos,sell,2026-03-01 08:09:00,583.0,9.4865,1,leg_gt,0.59,60 -60492,sell_contrast_m10_bb_pos,sell,2026-03-01 08:12:00,584.0,9.6744,1,leg_gt,0.59,60 -60493,sell_contrast_m10_bb_pos,sell,2026-03-01 08:15:00,582.0,9.2985,1,leg_gt,0.59,60 -60494,sell_contrast_m10_bb_pos,sell,2026-03-01 08:18:00,583.0,9.4865,1,leg_gt,0.59,60 -60495,sell_contrast_m10_bb_pos,sell,2026-03-01 08:21:00,583.0,9.4865,1,leg_gt,0.59,60 -60496,sell_contrast_m10_bb_pos,sell,2026-03-01 08:24:00,584.0,9.6744,1,leg_gt,0.6,60 -60497,sell_contrast_m10_bb_pos,sell,2026-03-01 08:27:00,583.0,9.4865,1,leg_gt,0.6,60 -60498,sell_contrast_m10_bb_pos,sell,2026-03-01 08:30:00,584.0,9.6744,1,leg_gt,0.6,60 -60499,sell_contrast_m10_bb_pos,sell,2026-03-01 08:33:00,583.0,9.4865,1,leg_gt,0.6,60 -60500,sell_contrast_m10_bb_pos,sell,2026-03-01 08:36:00,582.0,9.2985,1,leg_gt,0.6,60 -60501,sell_contrast_m10_bb_pos,sell,2026-03-01 08:39:00,581.0,9.1105,1,leg_gt,0.61,60 -60502,sell_contrast_m10_bb_pos,sell,2026-03-01 11:21:00,589.0,10.6143,1,leg_gt,0.72,60 -60503,sell_contrast_m10_bb_pos,sell,2026-03-01 11:24:00,587.0,10.2383,1,leg_gt,0.72,60 -60504,sell_contrast_m10_bb_pos,sell,2026-03-01 11:27:00,588.0,10.4263,1,leg_gt,0.72,60 -60505,sell_contrast_m10_bb_pos,sell,2026-03-01 11:30:00,588.0,10.4263,1,leg_gt,0.72,60 -60506,sell_contrast_m10_bb_pos,sell,2026-03-01 11:33:00,587.0,10.2383,1,leg_gt,0.73,60 -60507,sell_contrast_m10_bb_pos,sell,2026-03-01 11:36:00,590.0,10.8023,1,leg_gt,0.73,60 -60508,sell_contrast_m10_bb_pos,sell,2026-03-01 11:39:00,590.0,10.8023,1,leg_gt,0.73,60 -60509,sell_contrast_m10_bb_pos,sell,2026-03-01 11:42:00,591.0,10.9902,1,leg_gt,0.73,60 -60510,sell_contrast_m10_bb_pos,sell,2026-03-01 11:45:00,591.0,10.9902,1,leg_gt,0.74,60 -60511,sell_contrast_m10_bb_pos,sell,2026-03-01 11:48:00,592.0,11.1782,1,leg_gt,0.74,60 -60512,sell_contrast_m10_bb_pos,sell,2026-03-01 23:12:00,570.0,7.0429,1,leg_gt,1.21,60 -60513,sell_contrast_m10_bb_pos,sell,2026-03-01 23:15:00,571.0,7.2308,1,leg_gt,1.21,60 -60514,sell_contrast_m10_bb_pos,sell,2026-03-01 23:18:00,572.0,7.4188,1,leg_gt,1.22,60 -60515,sell_contrast_m10_bb_pos,sell,2026-03-01 23:21:00,570.0,7.0429,1,leg_gt,1.22,60 -60516,sell_contrast_m10_bb_pos,sell,2026-03-01 23:24:00,567.0,6.4789,1,leg_gt,1.22,60 -60517,sell_contrast_m10_bb_pos,sell,2026-03-01 23:27:00,567.0,6.4789,1,leg_gt,1.22,60 -60518,sell_contrast_m10_bb_pos,sell,2026-03-02 07:21:00,563.0,2.4501,1,leg_gt,0.07,60 -60519,sell_contrast_m10_bb_pos,sell,2026-03-02 07:24:00,563.0,2.4501,1,leg_gt,0.07,60 -60520,sell_contrast_m10_bb_pos,sell,2026-03-02 07:27:00,561.0,2.0858,1,leg_gt,0.08,60 -60521,sell_contrast_m10_bb_pos,sell,2026-03-02 07:30:00,562.0,2.2679,1,leg_gt,0.08,60 -60522,sell_contrast_m10_bb_pos,sell,2026-03-02 07:33:00,561.0,2.0858,1,leg_gt,0.08,60 -60523,sell_contrast_m10_bb_pos,sell,2026-03-02 07:36:00,559.0,1.7215,1,leg_gt,0.08,60 -60524,sell_contrast_m10_bb_pos,sell,2026-03-02 07:39:00,559.0,1.7215,1,leg_gt,0.08,60 -60525,sell_contrast_m10_bb_pos,sell,2026-03-02 10:00:00,567.0,3.1787,1,leg_gt,0.18,60 -60526,sell_contrast_m10_bb_pos,sell,2026-03-02 10:03:00,566.0,2.9965,1,leg_gt,0.18,60 -60527,sell_contrast_m10_bb_pos,sell,2026-03-02 10:06:00,566.0,2.9965,1,leg_gt,0.19,60 -60528,sell_contrast_m10_bb_pos,sell,2026-03-02 10:09:00,569.0,3.543,1,leg_gt,0.19,60 -60529,sell_contrast_m10_bb_pos,sell,2026-03-02 10:21:00,569.0,3.543,1,leg_gt,0.2,60 -60530,sell_contrast_m10_bb_pos,sell,2026-03-02 10:24:00,569.0,3.543,1,leg_gt,0.2,60 -60531,sell_contrast_m10_bb_pos,sell,2026-03-02 10:27:00,568.0,3.3608,1,leg_gt,0.2,60 -60532,sell_contrast_m10_bb_pos,sell,2026-03-02 10:30:00,568.0,3.3608,1,leg_gt,0.2,60 -60533,sell_contrast_m10_bb_pos,sell,2026-03-02 10:33:00,568.0,3.3608,1,leg_gt,0.2,60 -60534,sell_contrast_m10_bb_pos,sell,2026-03-02 10:36:00,568.0,3.3608,1,leg_gt,0.21,60 -60535,sell_contrast_m10_bb_pos,sell,2026-03-02 10:39:00,568.0,3.3608,1,leg_gt,0.21,60 -60536,sell_contrast_m10_bb_pos,sell,2026-03-02 10:42:00,570.0,3.7251,1,leg_gt,0.21,60 -60537,sell_contrast_m10_bb_pos,sell,2026-03-02 10:45:00,568.0,3.3608,1,leg_gt,0.21,60 -60538,sell_contrast_m10_bb_pos,sell,2026-03-02 10:48:00,568.0,3.3608,1,leg_gt,0.21,60 -60539,sell_contrast_m10_bb_pos,sell,2026-03-02 18:00:00,565.0,2.8144,1,leg_gt,0.51,60 -60540,sell_contrast_m10_bb_pos,sell,2026-03-02 18:03:00,565.0,2.8144,1,leg_gt,0.52,60 -60541,sell_contrast_m10_bb_pos,sell,2026-03-02 18:06:00,563.0,2.4501,1,leg_gt,0.52,60 -60542,sell_contrast_m10_bb_pos,sell,2026-03-02 18:09:00,563.0,2.4501,1,leg_gt,0.52,60 -60543,sell_contrast_m10_bb_pos,sell,2026-03-02 18:12:00,566.0,2.9965,1,leg_gt,0.52,60 -60544,sell_contrast_m10_bb_pos,sell,2026-03-02 18:15:00,566.0,2.9965,1,leg_gt,0.52,60 -60545,sell_contrast_m10_bb_pos,sell,2026-03-02 18:18:00,566.0,2.9965,1,leg_gt,0.53,60 -60546,sell_contrast_m10_bb_pos,sell,2026-03-02 18:21:00,566.0,2.9965,1,leg_gt,0.53,60 -60547,sell_contrast_m10_bb_pos,sell,2026-03-02 18:24:00,566.0,2.9965,1,leg_gt,0.53,60 -60548,sell_contrast_m10_bb_pos,sell,2026-03-02 18:27:00,566.0,2.9965,1,leg_gt,0.53,60 -60549,sell_contrast_m10_bb_pos,sell,2026-03-02 18:30:00,565.0,2.8144,1,leg_gt,0.54,60 -60550,sell_contrast_m10_bb_pos,sell,2026-03-02 18:33:00,565.0,2.8144,1,leg_gt,0.54,60 -60551,sell_contrast_m10_bb_pos,sell,2026-03-02 18:36:00,565.0,2.8144,1,leg_gt,0.54,60 -60552,sell_contrast_m10_bb_pos,sell,2026-03-02 18:39:00,565.0,2.8144,1,leg_gt,0.54,60 -60553,sell_contrast_m10_bb_pos,sell,2026-03-02 23:30:00,565.0,2.8144,1,leg_gt,0.74,60 -60554,sell_contrast_m10_bb_pos,sell,2026-03-02 23:33:00,570.0,3.7251,1,leg_gt,0.75,60 -60555,sell_contrast_m10_bb_pos,sell,2026-03-02 23:36:00,571.0,3.9073,1,leg_gt,0.75,60 -60556,sell_contrast_m10_bb_pos,sell,2026-03-02 23:39:00,571.0,3.9073,1,leg_gt,0.75,60 -60557,sell_contrast_m10_bb_pos,sell,2026-03-03 00:51:00,592.0,7.7324,1,leg_gt,0.8,60 -60558,sell_contrast_m10_bb_pos,sell,2026-03-03 00:54:00,586.0,6.6395,1,leg_gt,0.8,60 -60559,sell_contrast_m10_bb_pos,sell,2026-03-03 00:57:00,587.0,6.8217,1,leg_gt,0.8,60 -60560,sell_contrast_m10_bb_pos,sell,2026-03-03 01:00:00,589.0,7.186,1,leg_gt,0.81,60 -60561,sell_contrast_m10_bb_pos,sell,2026-03-03 01:03:00,589.0,7.186,1,leg_gt,0.81,60 -60562,sell_contrast_m10_bb_pos,sell,2026-03-03 01:06:00,592.0,7.7324,1,leg_gt,0.81,60 -60563,sell_contrast_m10_bb_pos,sell,2026-03-03 01:09:00,595.0,8.2789,1,leg_gt,0.81,60 -60564,sell_contrast_m10_bb_pos,sell,2026-03-03 01:21:00,594.0,8.0967,1,leg_gt,0.82,60 -60565,sell_contrast_m10_bb_pos,sell,2026-03-03 01:24:00,597.0,8.6432,1,leg_gt,0.82,60 -60566,sell_contrast_m10_bb_pos,sell,2026-03-03 01:27:00,593.0,7.9146,1,leg_gt,0.82,60 -60567,sell_contrast_m10_bb_pos,sell,2026-03-03 01:30:00,594.0,8.0967,1,leg_gt,0.83,60 -60568,sell_contrast_m10_bb_pos,sell,2026-03-03 01:33:00,591.0,7.5503,1,leg_gt,0.83,60 -60569,sell_contrast_m10_bb_pos,sell,2026-03-03 01:36:00,589.0,7.186,1,leg_gt,0.83,60 -60570,sell_contrast_m10_bb_pos,sell,2026-03-03 01:39:00,588.0,7.0038,1,leg_gt,0.83,60 -60571,sell_contrast_m10_bb_pos,sell,2026-03-03 01:51:00,599.0,9.0075,1,leg_gt,0.84,60 -60572,sell_contrast_m10_bb_pos,sell,2026-03-03 01:54:00,600.0,9.1896,1,leg_gt,0.84,60 -60573,sell_contrast_m10_bb_pos,sell,2026-03-03 01:57:00,600.0,9.1896,1,leg_gt,0.85,60 -60574,sell_contrast_m10_bb_pos,sell,2026-03-03 03:00:00,604.0,9.9182,1,leg_gt,0.89,60 -60575,sell_contrast_m10_bb_pos,sell,2026-03-03 03:03:00,605.0,10.1004,1,leg_gt,0.89,60 -60576,sell_contrast_m10_bb_pos,sell,2026-03-03 03:06:00,609.0,10.829,1,leg_gt,0.89,60 -60577,sell_contrast_m10_bb_pos,sell,2026-03-03 03:09:00,607.0,10.4647,1,leg_gt,0.9,60 -60578,sell_contrast_m10_bb_pos,sell,2026-03-03 03:12:00,605.0,10.1004,1,leg_gt,0.9,60 -60579,sell_contrast_m10_bb_pos,sell,2026-03-03 03:15:00,610.0,11.0111,1,leg_gt,0.9,60 -60580,sell_contrast_m10_bb_pos,sell,2026-03-03 03:18:00,606.0,10.2825,1,leg_gt,0.9,60 -60581,sell_contrast_m10_bb_pos,sell,2026-03-03 03:21:00,606.0,10.2825,1,leg_gt,0.9,60 -60582,sell_contrast_m10_bb_pos,sell,2026-03-03 03:24:00,606.0,10.2825,1,leg_gt,0.91,60 -60583,sell_contrast_m10_bb_pos,sell,2026-03-03 03:27:00,601.0,9.3718,1,leg_gt,0.91,60 -60584,sell_contrast_m10_bb_pos,sell,2026-03-03 03:51:00,609.0,10.829,1,leg_gt,0.92,60 -60585,sell_contrast_m10_bb_pos,sell,2026-03-03 03:54:00,607.0,10.4647,1,leg_gt,0.93,60 -60586,sell_contrast_m10_bb_pos,sell,2026-03-03 03:57:00,605.0,10.1004,1,leg_gt,0.93,60 -60587,sell_contrast_m10_bb_pos,sell,2026-03-03 12:42:00,591.0,7.5503,1,leg_gt,1.29,60 -60588,sell_contrast_m10_bb_pos,sell,2026-03-03 12:45:00,591.0,7.5503,1,leg_gt,1.3,60 -60589,sell_contrast_m10_bb_pos,sell,2026-03-03 12:48:00,589.0,7.186,1,leg_gt,1.3,60 -60590,sell_contrast_m10_bb_pos,sell,2026-03-03 14:21:00,590.0,7.3681,1,leg_gt,1.36,60 -60591,sell_contrast_m10_bb_pos,sell,2026-03-03 14:24:00,589.0,7.186,1,leg_gt,1.36,60 -60592,sell_contrast_m10_bb_pos,sell,2026-03-03 14:27:00,590.0,7.3681,1,leg_gt,1.37,60 -60593,sell_contrast_m10_bb_pos,sell,2026-03-03 21:12:00,582.0,5.9109,1,leg_gt,1.65,60 -60594,sell_contrast_m10_bb_pos,sell,2026-03-03 21:15:00,583.0,6.0931,1,leg_gt,1.65,60 -60595,sell_contrast_m10_bb_pos,sell,2026-03-03 21:18:00,582.0,5.9109,1,leg_gt,1.65,60 -60596,sell_contrast_m10_bb_pos,sell,2026-03-04 01:00:00,579.0,5.3645,1,leg_gt,1.81,60 -60597,sell_contrast_m10_bb_pos,sell,2026-03-04 01:03:00,579.0,5.3645,1,leg_gt,1.81,60 -60598,sell_contrast_m10_bb_pos,sell,2026-03-04 01:06:00,582.0,5.9109,1,leg_gt,1.81,60 -60599,sell_contrast_m10_bb_pos,sell,2026-03-04 01:09:00,583.0,6.0931,1,leg_gt,1.81,60 -60600,sell_contrast_m10_bb_pos,sell,2026-03-04 01:21:00,583.0,6.0931,1,leg_gt,1.82,60 -60601,sell_contrast_m10_bb_pos,sell,2026-03-04 01:24:00,585.0,6.4574,1,leg_gt,1.82,60 -60602,sell_contrast_m10_bb_pos,sell,2026-03-04 01:27:00,587.0,6.8217,1,leg_gt,1.82,60 -60603,sell_contrast_m10_bb_pos,sell,2026-03-04 03:30:00,585.0,6.4574,1,leg_gt,1.91,60 -60604,sell_contrast_m10_bb_pos,sell,2026-03-04 03:33:00,586.0,6.6395,1,leg_gt,1.91,60 -60605,sell_contrast_m10_bb_pos,sell,2026-03-04 03:36:00,586.0,6.6395,1,leg_gt,1.91,60 -60606,sell_contrast_m10_bb_pos,sell,2026-03-04 03:39:00,586.0,6.6395,1,leg_gt,1.92,60 -60607,sell_contrast_m10_bb_pos,sell,2026-03-04 03:42:00,585.0,6.4574,1,leg_gt,1.92,60 -60608,sell_contrast_m10_bb_pos,sell,2026-03-04 03:45:00,583.0,6.0931,1,leg_gt,1.92,60 -60609,sell_contrast_m10_bb_pos,sell,2026-03-04 03:48:00,583.0,6.0931,1,leg_gt,1.92,60 -60610,sell_contrast_m10_bb_pos,sell,2026-03-04 16:30:00,571.0,0.6055,1,leg_gt,0.16,60 -60611,sell_contrast_m10_bb_pos,sell,2026-03-04 16:33:00,571.0,0.6055,1,leg_gt,0.17,60 -60612,sell_contrast_m10_bb_pos,sell,2026-03-04 16:36:00,571.0,0.6055,1,leg_gt,0.17,60 -60613,sell_contrast_m10_bb_pos,sell,2026-03-04 16:39:00,572.0,0.7818,1,leg_gt,0.17,60 -60614,sell_contrast_m10_bb_pos,sell,2026-03-04 16:42:00,572.0,0.7818,1,leg_gt,0.17,60 -60615,sell_contrast_m10_bb_pos,sell,2026-03-04 16:45:00,572.0,0.7818,1,leg_gt,0.18,60 -60616,sell_contrast_m10_bb_pos,sell,2026-03-04 16:48:00,576.0,1.4873,1,leg_gt,0.18,60 -60617,sell_contrast_m10_bb_pos,sell,2026-03-04 17:21:00,576.0,1.4873,1,leg_gt,0.2,60 -60618,sell_contrast_m10_bb_pos,sell,2026-03-04 17:24:00,576.0,1.4873,1,leg_gt,0.2,60 -60619,sell_contrast_m10_bb_pos,sell,2026-03-04 17:27:00,576.0,1.4873,1,leg_gt,0.2,60 -60620,sell_contrast_m10_bb_pos,sell,2026-03-04 17:30:00,577.0,1.6637,1,leg_gt,0.21,60 -60621,sell_contrast_m10_bb_pos,sell,2026-03-04 17:33:00,579.0,2.0164,1,leg_gt,0.21,60 -60622,sell_contrast_m10_bb_pos,sell,2026-03-04 17:36:00,580.0,2.1928,1,leg_gt,0.21,60 -60623,sell_contrast_m10_bb_pos,sell,2026-03-04 17:39:00,581.0,2.3691,1,leg_gt,0.21,60 -60624,sell_contrast_m10_bb_pos,sell,2026-03-04 18:51:00,600.0,5.7201,1,leg_gt,0.26,60 -60625,sell_contrast_m10_bb_pos,sell,2026-03-04 18:54:00,594.0,4.6619,1,leg_gt,0.26,60 -60626,sell_contrast_m10_bb_pos,sell,2026-03-04 18:57:00,594.0,4.6619,1,leg_gt,0.27,60 -60627,sell_contrast_m10_bb_pos,sell,2026-03-04 22:51:00,593.0,4.4855,1,leg_gt,0.43,60 -60628,sell_contrast_m10_bb_pos,sell,2026-03-04 22:54:00,593.0,4.4855,1,leg_gt,0.43,60 -60629,sell_contrast_m10_bb_pos,sell,2026-03-04 22:57:00,595.0,4.8383,1,leg_gt,0.43,60 -60630,sell_contrast_m10_bb_pos,sell,2026-03-04 23:51:00,602.0,6.0728,1,leg_gt,0.47,60 -60631,sell_contrast_m10_bb_pos,sell,2026-03-04 23:54:00,604.0,6.4256,1,leg_gt,0.47,60 -60632,sell_contrast_m10_bb_pos,sell,2026-03-04 23:57:00,604.0,6.4256,1,leg_gt,0.48,60 -60633,sell_contrast_m10_bb_pos,sell,2026-03-05 00:00:00,604.0,6.4256,1,leg_gt,0.48,60 -60634,sell_contrast_m10_bb_pos,sell,2026-03-05 00:03:00,608.0,7.131,1,leg_gt,0.48,60 -60635,sell_contrast_m10_bb_pos,sell,2026-03-05 00:06:00,607.0,6.9547,1,leg_gt,0.48,60 -60636,sell_contrast_m10_bb_pos,sell,2026-03-05 00:09:00,610.0,7.4838,1,leg_gt,0.48,60 -60637,sell_contrast_m10_bb_pos,sell,2026-03-05 01:12:00,638.0,12.422,1,leg_gt,0.53,60 -60638,sell_contrast_m10_bb_pos,sell,2026-03-05 01:15:00,637.0,12.2457,1,leg_gt,0.53,60 -60639,sell_contrast_m10_bb_pos,sell,2026-03-05 01:18:00,638.0,12.422,1,leg_gt,0.53,60 -60640,sell_contrast_m10_bb_pos,sell,2026-03-05 01:21:00,629.0,10.8347,1,leg_gt,0.53,60 -60641,sell_contrast_m10_bb_pos,sell,2026-03-05 01:24:00,632.0,11.3638,1,leg_gt,0.54,60 -60642,sell_contrast_m10_bb_pos,sell,2026-03-05 01:27:00,639.0,12.5984,1,leg_gt,0.54,60 -60643,sell_contrast_m10_bb_pos,sell,2026-03-05 01:30:00,636.0,12.0693,1,leg_gt,0.54,60 -60644,sell_contrast_m10_bb_pos,sell,2026-03-05 01:33:00,632.0,11.3638,1,leg_gt,0.54,60 -60645,sell_contrast_m10_bb_pos,sell,2026-03-05 01:36:00,638.0,12.422,1,leg_gt,0.54,60 -60646,sell_contrast_m10_bb_pos,sell,2026-03-05 01:39:00,634.0,11.7166,1,leg_gt,0.55,60 -60647,sell_contrast_m10_bb_pos,sell,2026-03-05 07:12:00,624.0,9.9529,1,leg_gt,0.78,60 -60648,sell_contrast_m10_bb_pos,sell,2026-03-05 07:15:00,623.0,9.7765,1,leg_gt,0.78,60 -60649,sell_contrast_m10_bb_pos,sell,2026-03-05 07:18:00,622.0,9.6002,1,leg_gt,0.78,60 -60650,sell_contrast_m10_bb_pos,sell,2026-03-05 13:51:00,606.0,6.7783,1,leg_gt,1.05,60 -60651,sell_contrast_m10_bb_pos,sell,2026-03-05 13:54:00,606.0,6.7783,1,leg_gt,1.06,60 -60652,sell_contrast_m10_bb_pos,sell,2026-03-05 13:57:00,607.0,6.9547,1,leg_gt,1.06,60 -60653,sell_contrast_m10_bb_pos,sell,2026-03-05 15:51:00,608.0,7.131,1,leg_gt,1.14,60 -60654,sell_contrast_m10_bb_pos,sell,2026-03-05 15:54:00,608.0,7.131,1,leg_gt,1.14,60 -60655,sell_contrast_m10_bb_pos,sell,2026-03-05 16:00:00,608.0,7.131,1,leg_gt,1.14,60 -60656,sell_contrast_m10_bb_pos,sell,2026-03-05 16:03:00,608.0,7.131,1,leg_gt,1.15,60 -60657,sell_contrast_m10_bb_pos,sell,2026-03-05 16:06:00,607.0,6.9547,1,leg_gt,1.15,60 -60658,sell_contrast_m10_bb_pos,sell,2026-03-05 16:09:00,607.0,6.9547,1,leg_gt,1.15,60 -60659,sell_contrast_m10_bb_pos,sell,2026-03-05 20:12:00,613.0,8.0129,1,leg_gt,1.32,60 -60660,sell_contrast_m10_bb_pos,sell,2026-03-05 20:15:00,614.0,8.1892,1,leg_gt,1.32,60 -60661,sell_contrast_m10_bb_pos,sell,2026-03-05 20:18:00,613.0,8.0129,1,leg_gt,1.32,60 -60662,sell_contrast_m10_bb_pos,sell,2026-03-06 04:30:00,601.0,1.592,1,leg_gt,0.06,60 -60663,sell_contrast_m10_bb_pos,sell,2026-03-06 04:33:00,601.0,1.592,1,leg_gt,0.06,60 -60664,sell_contrast_m10_bb_pos,sell,2026-03-06 04:36:00,601.0,1.592,1,leg_gt,0.07,60 -60665,sell_contrast_m10_bb_pos,sell,2026-03-06 04:39:00,600.0,1.4228,1,leg_gt,0.07,60 -60666,sell_contrast_m10_bb_pos,sell,2026-03-06 05:12:00,603.0,1.9305,1,leg_gt,0.09,60 -60667,sell_contrast_m10_bb_pos,sell,2026-03-06 05:15:00,603.0,1.9305,1,leg_gt,0.09,60 -60668,sell_contrast_m10_bb_pos,sell,2026-03-06 05:18:00,604.0,2.0997,1,leg_gt,0.1,60 -60669,sell_contrast_m10_bb_pos,sell,2026-03-06 05:21:00,604.0,2.0997,1,leg_gt,0.1,60 -60670,sell_contrast_m10_bb_pos,sell,2026-03-06 05:24:00,605.0,2.2689,1,leg_gt,0.1,60 -60671,sell_contrast_m10_bb_pos,sell,2026-03-06 05:27:00,605.0,2.2689,1,leg_gt,0.1,60 -60672,sell_contrast_m10_bb_pos,sell,2026-03-06 05:30:00,606.0,2.4381,1,leg_gt,0.1,60 -60673,sell_contrast_m10_bb_pos,sell,2026-03-06 05:33:00,606.0,2.4381,1,leg_gt,0.11,60 -60674,sell_contrast_m10_bb_pos,sell,2026-03-06 05:36:00,606.0,2.4381,1,leg_gt,0.11,60 -60675,sell_contrast_m10_bb_pos,sell,2026-03-06 05:39:00,605.0,2.2689,1,leg_gt,0.11,60 -60676,sell_contrast_m10_bb_pos,sell,2026-03-06 05:42:00,605.0,2.2689,1,leg_gt,0.11,60 -60677,sell_contrast_m10_bb_pos,sell,2026-03-06 05:45:00,605.0,2.2689,1,leg_gt,0.11,60 -60678,sell_contrast_m10_bb_pos,sell,2026-03-06 05:48:00,606.0,2.4381,1,leg_gt,0.12,60 -60679,sell_contrast_m10_bb_pos,sell,2026-03-06 05:51:00,605.0,2.2689,1,leg_gt,0.12,60 -60680,sell_contrast_m10_bb_pos,sell,2026-03-06 05:54:00,606.0,2.4381,1,leg_gt,0.12,60 -60681,sell_contrast_m10_bb_pos,sell,2026-03-06 05:57:00,606.0,2.4381,1,leg_gt,0.12,60 -60682,sell_contrast_m10_bb_pos,sell,2026-03-06 06:21:00,608.0,2.7765,1,leg_gt,0.14,60 -60683,sell_contrast_m10_bb_pos,sell,2026-03-06 06:24:00,607.0,2.6073,1,leg_gt,0.14,60 -60684,sell_contrast_m10_bb_pos,sell,2026-03-06 06:27:00,607.0,2.6073,1,leg_gt,0.14,60 -60685,sell_contrast_m10_bb_pos,sell,2026-03-06 16:30:00,598.0,1.0844,1,leg_gt,0.56,60 -60686,sell_contrast_m10_bb_pos,sell,2026-03-06 16:33:00,597.0,0.9152,1,leg_gt,0.56,60 -60687,sell_contrast_m10_bb_pos,sell,2026-03-06 16:36:00,598.0,1.0844,1,leg_gt,0.57,60 -60688,sell_contrast_m10_bb_pos,sell,2026-03-06 16:39:00,597.0,0.9152,1,leg_gt,0.57,60 -60689,sell_contrast_m10_bb_pos,sell,2026-03-07 04:00:00,572.0,-3.3149,0,leg_gt,1.04,60 -60690,sell_contrast_m10_bb_pos,sell,2026-03-07 04:03:00,573.0,-3.1457,0,leg_gt,1.04,60 -60691,sell_contrast_m10_bb_pos,sell,2026-03-07 04:06:00,573.0,-3.1457,0,leg_gt,1.05,60 -60692,sell_contrast_m10_bb_pos,sell,2026-03-07 04:09:00,573.0,-3.1457,0,leg_gt,1.05,60 -60693,sell_contrast_m10_bb_pos,sell,2026-03-07 04:21:00,573.0,-3.1457,0,leg_gt,1.06,60 -60694,sell_contrast_m10_bb_pos,sell,2026-03-07 04:24:00,573.0,-3.1457,0,leg_gt,1.06,60 -60695,sell_contrast_m10_bb_pos,sell,2026-03-07 04:27:00,573.0,-3.1457,0,leg_gt,1.06,60 -60696,sell_contrast_m10_bb_pos,sell,2026-03-07 04:30:00,574.0,-2.9765,0,leg_gt,1.06,60 -60697,sell_contrast_m10_bb_pos,sell,2026-03-07 04:33:00,573.0,-3.1457,0,leg_gt,1.06,60 -60698,sell_contrast_m10_bb_pos,sell,2026-03-07 04:36:00,574.0,-2.9765,0,leg_gt,1.07,60 -60699,sell_contrast_m10_bb_pos,sell,2026-03-07 04:39:00,573.0,-3.1457,0,leg_gt,1.07,60 -60700,sell_contrast_m10_bb_pos,sell,2026-03-07 04:51:00,574.0,-2.9765,0,leg_gt,1.08,60 -60701,sell_contrast_m10_bb_pos,sell,2026-03-07 04:54:00,574.0,-2.9765,0,leg_gt,1.08,60 -60702,sell_contrast_m10_bb_pos,sell,2026-03-07 04:57:00,573.0,-3.1457,0,leg_gt,1.08,60 -60703,sell_contrast_m10_bb_pos,sell,2026-03-07 07:30:00,575.0,-2.8073,0,leg_gt,1.19,60 -60704,sell_contrast_m10_bb_pos,sell,2026-03-07 07:33:00,575.0,-2.8073,0,leg_gt,1.19,60 -60705,sell_contrast_m10_bb_pos,sell,2026-03-07 07:36:00,575.0,-2.8073,0,leg_gt,1.19,60 -60706,sell_contrast_m10_bb_pos,sell,2026-03-07 07:39:00,575.0,-2.8073,0,leg_gt,1.19,60 -60707,sell_contrast_m10_bb_pos,sell,2026-03-07 07:42:00,575.0,-2.8073,0,leg_gt,1.2,60 -60708,sell_contrast_m10_bb_pos,sell,2026-03-07 07:45:00,576.0,-2.6381,0,leg_gt,1.2,60 -60709,sell_contrast_m10_bb_pos,sell,2026-03-07 07:48:00,576.0,-2.6381,0,leg_gt,1.2,60 -60710,sell_contrast_m10_bb_pos,sell,2026-03-07 08:00:00,576.0,-2.6381,0,leg_gt,1.21,60 -60711,sell_contrast_m10_bb_pos,sell,2026-03-07 08:03:00,576.0,-2.6381,0,leg_gt,1.21,60 -60712,sell_contrast_m10_bb_pos,sell,2026-03-07 08:06:00,575.0,-2.8073,0,leg_gt,1.21,60 -60713,sell_contrast_m10_bb_pos,sell,2026-03-07 08:09:00,576.0,-2.6381,0,leg_gt,1.21,60 -60714,sell_contrast_m10_bb_pos,sell,2026-03-07 08:12:00,575.0,-2.8073,0,leg_gt,1.22,60 -60715,sell_contrast_m10_bb_pos,sell,2026-03-07 08:15:00,575.0,-2.8073,0,leg_gt,1.22,60 -60716,sell_contrast_m10_bb_pos,sell,2026-03-07 08:18:00,577.0,-2.4689,0,leg_gt,1.22,60 -60717,sell_contrast_m10_bb_pos,sell,2026-03-07 08:21:00,576.0,-2.6381,0,leg_gt,1.22,60 -60718,sell_contrast_m10_bb_pos,sell,2026-03-07 08:24:00,577.0,-2.4689,0,leg_gt,1.23,60 -60719,sell_contrast_m10_bb_pos,sell,2026-03-07 08:27:00,576.0,-2.6381,0,leg_gt,1.23,60 -60720,sell_contrast_m10_bb_pos,sell,2026-03-07 08:30:00,577.0,-2.4689,0,leg_gt,1.23,60 -60721,sell_contrast_m10_bb_pos,sell,2026-03-07 08:33:00,576.0,-2.6381,0,leg_gt,1.23,60 -60722,sell_contrast_m10_bb_pos,sell,2026-03-07 08:36:00,575.0,-2.8073,0,leg_gt,1.23,60 -60723,sell_contrast_m10_bb_pos,sell,2026-03-07 08:39:00,576.0,-2.6381,0,leg_gt,1.24,60 -60724,sell_contrast_m10_bb_pos,sell,2026-03-07 20:21:00,572.0,-3.3149,0,leg_gt,1.72,60 -60725,sell_contrast_m10_bb_pos,sell,2026-03-07 20:24:00,573.0,-3.1457,0,leg_gt,1.72,60 -60726,sell_contrast_m10_bb_pos,sell,2026-03-07 20:27:00,573.0,-3.1457,0,leg_gt,1.73,60 -60727,sell_contrast_m10_bb_pos,sell,2026-03-08 16:12:00,554.0,-6.3606,0,leg_gt,2.55,60 -60728,sell_contrast_m10_bb_pos,sell,2026-03-08 16:15:00,554.0,-6.3606,0,leg_gt,2.55,60 -60729,sell_contrast_m10_bb_pos,sell,2026-03-08 16:18:00,554.0,-6.3606,0,leg_gt,2.55,60 -60730,sell_contrast_m10_bb_pos,sell,2026-03-08 16:21:00,554.0,-6.3606,0,leg_gt,2.56,60 -60731,sell_contrast_m10_bb_pos,sell,2026-03-08 16:24:00,554.0,-6.3606,0,leg_gt,2.56,60 -60732,sell_contrast_m10_bb_pos,sell,2026-03-08 16:27:00,554.0,-6.3606,0,leg_gt,2.56,60 -60733,sell_contrast_m10_bb_pos,sell,2026-03-08 16:51:00,554.0,-6.3606,0,leg_gt,2.58,60 -60734,sell_contrast_m10_bb_pos,sell,2026-03-08 16:54:00,553.0,-6.5298,0,leg_gt,2.58,60 -60735,sell_contrast_m10_bb_pos,sell,2026-03-08 16:57:00,552.0,-6.699,0,leg_gt,2.58,60 -60736,sell_contrast_m10_bb_pos,sell,2026-03-08 18:42:00,556.0,-6.0222,0,leg_gt,2.65,60 -60737,sell_contrast_m10_bb_pos,sell,2026-03-08 18:45:00,556.0,-6.0222,0,leg_gt,2.66,60 -60738,sell_contrast_m10_bb_pos,sell,2026-03-08 18:48:00,556.0,-6.0222,0,leg_gt,2.66,60 -60739,sell_contrast_m10_bb_pos,sell,2026-03-08 18:51:00,556.0,-6.0222,0,leg_gt,2.66,60 -60740,sell_contrast_m10_bb_pos,sell,2026-03-08 18:54:00,555.0,-6.1914,0,leg_gt,2.66,60 -60741,sell_contrast_m10_bb_pos,sell,2026-03-08 18:57:00,556.0,-6.0222,0,leg_gt,2.66,60 -60742,sell_contrast_m10_bb_pos,sell,2026-03-08 19:00:00,556.0,-6.0222,0,leg_gt,2.67,60 -60743,sell_contrast_m10_bb_pos,sell,2026-03-08 19:03:00,555.0,-6.1914,0,leg_gt,2.67,60 -60744,sell_contrast_m10_bb_pos,sell,2026-03-08 19:06:00,555.0,-6.1914,0,leg_gt,2.67,60 -60745,sell_contrast_m10_bb_pos,sell,2026-03-08 19:09:00,557.0,-5.853,0,leg_gt,2.67,60 -60746,sell_contrast_m10_bb_pos,sell,2026-03-08 19:12:00,556.0,-6.0222,0,leg_gt,2.68,60 -60747,sell_contrast_m10_bb_pos,sell,2026-03-08 19:15:00,556.0,-6.0222,0,leg_gt,2.68,60 -60748,sell_contrast_m10_bb_pos,sell,2026-03-08 19:18:00,557.0,-5.853,0,leg_gt,2.68,60 -60749,sell_contrast_m10_bb_pos,sell,2026-03-08 19:21:00,557.0,-5.853,0,leg_gt,2.68,60 -60750,sell_contrast_m10_bb_pos,sell,2026-03-08 19:24:00,561.0,-5.1761,0,leg_gt,2.68,60 -60751,sell_contrast_m10_bb_pos,sell,2026-03-08 19:27:00,561.0,-5.1761,0,leg_gt,2.69,60 -60752,sell_contrast_m10_bb_pos,sell,2026-03-08 19:42:00,559.0,-5.5146,0,leg_gt,2.7,60 -60753,sell_contrast_m10_bb_pos,sell,2026-03-08 19:45:00,559.0,-5.5146,0,leg_gt,2.7,60 -60754,sell_contrast_m10_bb_pos,sell,2026-03-08 19:48:00,559.0,-5.5146,0,leg_gt,2.7,60 -60755,sell_contrast_m10_bb_pos,sell,2026-03-08 19:51:00,559.0,-5.5146,0,leg_gt,2.7,60 -60756,sell_contrast_m10_bb_pos,sell,2026-03-08 19:54:00,559.0,-5.5146,0,leg_gt,2.7,60 -60757,sell_contrast_m10_bb_pos,sell,2026-03-08 19:57:00,560.0,-5.3453,0,leg_gt,2.71,60 -60758,sell_contrast_m10_bb_pos,sell,2026-03-08 20:00:00,560.0,-5.3453,0,leg_gt,2.71,60 -60759,sell_contrast_m10_bb_pos,sell,2026-03-08 20:03:00,559.0,-5.5146,0,leg_gt,2.71,60 -60760,sell_contrast_m10_bb_pos,sell,2026-03-08 20:06:00,555.0,-6.1914,0,leg_gt,2.71,60 -60761,sell_contrast_m10_bb_pos,sell,2026-03-08 20:09:00,554.0,-6.3606,0,leg_gt,2.71,60 -60762,sell_contrast_m10_bb_pos,sell,2026-03-09 05:42:00,544.0,-8.0526,0,leg_gt,3.11,60 -60763,sell_contrast_m10_bb_pos,sell,2026-03-09 05:45:00,543.0,-8.2218,0,leg_gt,3.11,60 -60764,sell_contrast_m10_bb_pos,sell,2026-03-09 05:48:00,543.0,-8.2218,0,leg_gt,3.12,60 -60765,sell_contrast_m10_bb_pos,sell,2026-03-09 05:51:00,542.0,-8.391,0,leg_gt,3.12,60 -60766,sell_contrast_m10_bb_pos,sell,2026-03-09 05:54:00,541.0,-8.5602,0,leg_gt,3.12,60 -60767,sell_contrast_m10_bb_pos,sell,2026-03-09 05:57:00,542.0,-8.391,0,leg_gt,3.12,60 -60768,sell_contrast_m10_bb_pos,sell,2026-03-09 09:42:00,541.0,-8.5602,0,leg_gt,3.28,60 -60769,sell_contrast_m10_bb_pos,sell,2026-03-09 09:45:00,541.0,-8.5602,0,leg_gt,3.28,60 -60770,sell_contrast_m10_bb_pos,sell,2026-03-09 09:48:00,540.0,-8.7294,0,leg_gt,3.28,60 -60771,sell_contrast_m10_bb_pos,sell,2026-03-09 11:51:00,541.0,-8.5602,0,leg_gt,3.37,60 -60772,sell_contrast_m10_bb_pos,sell,2026-03-09 11:54:00,540.0,-8.7294,0,leg_gt,3.37,60 -60773,sell_contrast_m10_bb_pos,sell,2026-03-09 11:57:00,541.0,-8.5602,0,leg_gt,3.37,60 -60774,sell_contrast_m10_bb_pos,sell,2026-03-09 12:12:00,544.0,-8.0526,0,leg_gt,3.38,60 -60775,sell_contrast_m10_bb_pos,sell,2026-03-09 12:15:00,544.0,-8.0526,0,leg_gt,3.39,60 -60776,sell_contrast_m10_bb_pos,sell,2026-03-09 12:18:00,543.0,-8.2218,0,leg_gt,3.39,60 -60777,sell_contrast_m10_bb_pos,sell,2026-03-09 15:12:00,545.0,-7.8834,0,leg_gt,3.51,60 -60778,sell_contrast_m10_bb_pos,sell,2026-03-09 15:15:00,545.0,-7.8834,0,leg_gt,3.51,60 -60779,sell_contrast_m10_bb_pos,sell,2026-03-09 15:18:00,546.0,-7.7142,0,leg_gt,3.51,60 -60780,sell_contrast_m10_bb_pos,sell,2026-03-09 15:21:00,545.0,-7.8834,0,leg_gt,3.51,60 -60781,sell_contrast_m10_bb_pos,sell,2026-03-09 15:24:00,545.0,-7.8834,0,leg_gt,3.52,60 -60782,sell_contrast_m10_bb_pos,sell,2026-03-09 15:27:00,545.0,-7.8834,0,leg_gt,3.52,60 -60783,sell_contrast_m10_bb_pos,sell,2026-03-09 21:21:00,542.0,-8.391,0,leg_gt,3.76,60 -60784,sell_contrast_m10_bb_pos,sell,2026-03-09 21:24:00,542.0,-8.391,0,leg_gt,3.77,60 -60785,sell_contrast_m10_bb_pos,sell,2026-03-09 21:27:00,541.0,-8.5602,0,leg_gt,3.77,60 -60786,sell_contrast_m10_bb_pos,sell,2026-03-09 21:42:00,541.0,-8.5602,0,leg_gt,3.78,60 -60787,sell_contrast_m10_bb_pos,sell,2026-03-09 21:45:00,540.0,-8.7294,0,leg_gt,3.78,60 -60788,sell_contrast_m10_bb_pos,sell,2026-03-09 21:48:00,541.0,-8.5602,0,leg_gt,3.78,60 -60789,sell_contrast_m10_bb_pos,sell,2026-03-09 22:12:00,544.0,-8.0526,0,leg_gt,3.8,60 -60790,sell_contrast_m10_bb_pos,sell,2026-03-09 22:15:00,543.0,-8.2218,0,leg_gt,3.8,60 -60791,sell_contrast_m10_bb_pos,sell,2026-03-09 22:18:00,542.0,-8.391,0,leg_gt,3.8,60 -60792,sell_contrast_m10_bb_pos,sell,2026-03-09 22:42:00,542.0,-8.391,0,leg_gt,3.82,60 -60793,sell_contrast_m10_bb_pos,sell,2026-03-09 22:45:00,548.0,-7.3758,0,leg_gt,3.82,60 -60794,sell_contrast_m10_bb_pos,sell,2026-03-09 22:48:00,549.0,-7.2066,0,leg_gt,3.82,60 -60795,sell_contrast_m10_bb_pos,sell,2026-03-09 23:00:00,546.0,-7.7142,0,leg_gt,3.83,60 -60796,sell_contrast_m10_bb_pos,sell,2026-03-09 23:03:00,547.0,-7.545,0,leg_gt,3.84,60 -60797,sell_contrast_m10_bb_pos,sell,2026-03-09 23:06:00,543.0,-8.2218,0,leg_gt,3.84,60 -60798,sell_contrast_m10_bb_pos,sell,2026-03-09 23:09:00,543.0,-8.2218,0,leg_gt,3.84,60 -60799,sell_contrast_m10_bb_pos,sell,2026-03-10 09:42:00,537.0,1.2208,1,leg_gt,0.23,60 -60800,sell_contrast_m10_bb_pos,sell,2026-03-10 09:45:00,538.0,1.4094,1,leg_gt,0.23,60 -60801,sell_contrast_m10_bb_pos,sell,2026-03-10 09:48:00,538.0,1.4094,1,leg_gt,0.23,60 -60802,sell_contrast_m10_bb_pos,sell,2026-03-10 09:51:00,538.0,1.4094,1,leg_gt,0.24,60 -60803,sell_contrast_m10_bb_pos,sell,2026-03-10 09:54:00,536.0,1.0321,1,leg_gt,0.24,60 -60804,sell_contrast_m10_bb_pos,sell,2026-03-10 09:57:00,536.0,1.0321,1,leg_gt,0.24,60 -60805,sell_contrast_m10_bb_pos,sell,2026-03-10 12:00:00,541.0,1.9755,1,leg_gt,0.32,60 -60806,sell_contrast_m10_bb_pos,sell,2026-03-10 12:03:00,540.0,1.7868,1,leg_gt,0.33,60 -60807,sell_contrast_m10_bb_pos,sell,2026-03-10 12:06:00,540.0,1.7868,1,leg_gt,0.33,60 -60808,sell_contrast_m10_bb_pos,sell,2026-03-10 12:09:00,540.0,1.7868,1,leg_gt,0.33,60 -60809,sell_contrast_m10_bb_pos,sell,2026-03-10 12:12:00,541.0,1.9755,1,leg_gt,0.33,60 -60810,sell_contrast_m10_bb_pos,sell,2026-03-10 12:15:00,541.0,1.9755,1,leg_gt,0.34,60 -60811,sell_contrast_m10_bb_pos,sell,2026-03-10 12:18:00,542.0,2.1642,1,leg_gt,0.34,60 -60812,sell_contrast_m10_bb_pos,sell,2026-03-10 12:21:00,542.0,2.1642,1,leg_gt,0.34,60 -60813,sell_contrast_m10_bb_pos,sell,2026-03-10 12:24:00,541.0,1.9755,1,leg_gt,0.34,60 -60814,sell_contrast_m10_bb_pos,sell,2026-03-10 12:27:00,542.0,2.1642,1,leg_gt,0.34,60 -60815,sell_contrast_m10_bb_pos,sell,2026-03-10 16:21:00,541.0,1.9755,1,leg_gt,0.51,60 -60816,sell_contrast_m10_bb_pos,sell,2026-03-10 16:24:00,542.0,2.1642,1,leg_gt,0.51,60 -60817,sell_contrast_m10_bb_pos,sell,2026-03-10 16:27:00,543.0,2.3528,1,leg_gt,0.51,60 -60818,sell_contrast_m10_bb_pos,sell,2026-03-10 16:42:00,542.0,2.1642,1,leg_gt,0.52,60 -60819,sell_contrast_m10_bb_pos,sell,2026-03-10 16:45:00,542.0,2.1642,1,leg_gt,0.52,60 -60820,sell_contrast_m10_bb_pos,sell,2026-03-10 16:48:00,542.0,2.1642,1,leg_gt,0.52,60 -60821,sell_contrast_m10_bb_pos,sell,2026-03-10 17:12:00,544.0,2.5415,1,leg_gt,0.54,60 -60822,sell_contrast_m10_bb_pos,sell,2026-03-10 17:15:00,544.0,2.5415,1,leg_gt,0.54,60 -60823,sell_contrast_m10_bb_pos,sell,2026-03-10 17:18:00,544.0,2.5415,1,leg_gt,0.55,60 -60824,sell_contrast_m10_bb_pos,sell,2026-03-10 17:21:00,545.0,2.7302,1,leg_gt,0.55,60 -60825,sell_contrast_m10_bb_pos,sell,2026-03-10 17:24:00,544.0,2.5415,1,leg_gt,0.55,60 -60826,sell_contrast_m10_bb_pos,sell,2026-03-10 17:27:00,543.0,2.3528,1,leg_gt,0.55,60 -60827,sell_contrast_m10_bb_pos,sell,2026-03-10 17:42:00,545.0,2.7302,1,leg_gt,0.56,60 -60828,sell_contrast_m10_bb_pos,sell,2026-03-10 17:45:00,545.0,2.7302,1,leg_gt,0.56,60 -60829,sell_contrast_m10_bb_pos,sell,2026-03-10 17:48:00,545.0,2.7302,1,leg_gt,0.57,60 -60830,sell_contrast_m10_bb_pos,sell,2026-03-10 17:51:00,546.0,2.9189,1,leg_gt,0.57,60 -60831,sell_contrast_m10_bb_pos,sell,2026-03-10 17:54:00,544.0,2.5415,1,leg_gt,0.57,60 -60832,sell_contrast_m10_bb_pos,sell,2026-03-10 17:57:00,545.0,2.7302,1,leg_gt,0.57,60 -60833,sell_contrast_m10_bb_pos,sell,2026-03-10 18:00:00,545.0,2.7302,1,leg_gt,0.57,60 -60834,sell_contrast_m10_bb_pos,sell,2026-03-10 18:03:00,546.0,2.9189,1,leg_gt,0.58,60 -60835,sell_contrast_m10_bb_pos,sell,2026-03-10 18:06:00,546.0,2.9189,1,leg_gt,0.58,60 -60836,sell_contrast_m10_bb_pos,sell,2026-03-10 18:09:00,547.0,3.1075,1,leg_gt,0.58,60 -60837,sell_contrast_m10_bb_pos,sell,2026-03-10 18:12:00,548.0,3.2962,1,leg_gt,0.58,60 -60838,sell_contrast_m10_bb_pos,sell,2026-03-10 18:15:00,548.0,3.2962,1,leg_gt,0.59,60 -60839,sell_contrast_m10_bb_pos,sell,2026-03-10 18:18:00,550.0,3.6736,1,leg_gt,0.59,60 -60840,sell_contrast_m10_bb_pos,sell,2026-03-10 19:00:00,554.0,4.4283,1,leg_gt,0.62,60 -60841,sell_contrast_m10_bb_pos,sell,2026-03-10 19:03:00,555.0,4.617,1,leg_gt,0.62,60 -60842,sell_contrast_m10_bb_pos,sell,2026-03-10 19:06:00,555.0,4.617,1,leg_gt,0.62,60 -60843,sell_contrast_m10_bb_pos,sell,2026-03-10 19:09:00,551.0,3.8623,1,leg_gt,0.62,60 -60844,sell_contrast_m10_bb_pos,sell,2026-03-11 02:30:00,541.0,1.9755,1,leg_gt,0.93,60 -60845,sell_contrast_m10_bb_pos,sell,2026-03-11 02:33:00,541.0,1.9755,1,leg_gt,0.93,60 -60846,sell_contrast_m10_bb_pos,sell,2026-03-11 02:36:00,538.0,1.4094,1,leg_gt,0.93,60 -60847,sell_contrast_m10_bb_pos,sell,2026-03-11 02:39:00,536.0,1.0321,1,leg_gt,0.94,60 -60848,sell_contrast_m10_bb_pos,sell,2026-03-11 12:00:00,524.0,-1.2321,0,leg_gt,1.32,60 -60849,sell_contrast_m10_bb_pos,sell,2026-03-11 12:03:00,526.0,-0.8547,0,leg_gt,1.33,60 -60850,sell_contrast_m10_bb_pos,sell,2026-03-11 12:06:00,525.0,-1.0434,0,leg_gt,1.33,60 -60851,sell_contrast_m10_bb_pos,sell,2026-03-11 12:09:00,525.0,-1.0434,0,leg_gt,1.33,60 -60852,sell_contrast_m10_bb_pos,sell,2026-03-11 12:21:00,524.0,-1.2321,0,leg_gt,1.34,60 -60853,sell_contrast_m10_bb_pos,sell,2026-03-11 12:24:00,524.0,-1.2321,0,leg_gt,1.34,60 -60854,sell_contrast_m10_bb_pos,sell,2026-03-11 12:27:00,523.0,-1.4208,0,leg_gt,1.34,60 -60855,sell_contrast_m10_bb_pos,sell,2026-03-11 19:42:00,519.0,0.6767,1,leg_gt,0.12,60 -60856,sell_contrast_m10_bb_pos,sell,2026-03-11 19:45:00,520.0,0.8709,1,leg_gt,0.13,60 -60857,sell_contrast_m10_bb_pos,sell,2026-03-11 19:48:00,521.0,1.065,1,leg_gt,0.13,60 -60858,sell_contrast_m10_bb_pos,sell,2026-03-11 19:51:00,520.0,0.8709,1,leg_gt,0.13,60 -60859,sell_contrast_m10_bb_pos,sell,2026-03-11 19:54:00,520.0,0.8709,1,leg_gt,0.13,60 -60860,sell_contrast_m10_bb_pos,sell,2026-03-11 19:57:00,520.0,0.8709,1,leg_gt,0.14,60 -60861,sell_contrast_m10_bb_pos,sell,2026-03-11 20:00:00,520.0,0.8709,1,leg_gt,0.14,60 -60862,sell_contrast_m10_bb_pos,sell,2026-03-11 20:03:00,520.0,0.8709,1,leg_gt,0.14,60 -60863,sell_contrast_m10_bb_pos,sell,2026-03-11 20:06:00,520.0,0.8709,1,leg_gt,0.14,60 -60864,sell_contrast_m10_bb_pos,sell,2026-03-11 20:09:00,521.0,1.065,1,leg_gt,0.14,60 -60865,sell_contrast_m10_bb_pos,sell,2026-03-11 20:30:00,522.0,1.2592,1,leg_gt,0.16,60 -60866,sell_contrast_m10_bb_pos,sell,2026-03-11 20:33:00,523.0,1.4534,1,leg_gt,0.16,60 -60867,sell_contrast_m10_bb_pos,sell,2026-03-11 20:36:00,523.0,1.4534,1,leg_gt,0.16,60 -60868,sell_contrast_m10_bb_pos,sell,2026-03-11 20:39:00,523.0,1.4534,1,leg_gt,0.16,60 -60869,sell_contrast_m10_bb_pos,sell,2026-03-11 20:51:00,522.0,1.2592,1,leg_gt,0.17,60 -60870,sell_contrast_m10_bb_pos,sell,2026-03-11 20:54:00,521.0,1.065,1,leg_gt,0.18,60 -60871,sell_contrast_m10_bb_pos,sell,2026-03-11 20:57:00,521.0,1.065,1,leg_gt,0.18,60 -60872,sell_contrast_m10_bb_pos,sell,2026-03-11 21:51:00,527.0,2.2301,1,leg_gt,0.21,60 -60873,sell_contrast_m10_bb_pos,sell,2026-03-11 21:54:00,526.0,2.0359,1,leg_gt,0.22,60 -60874,sell_contrast_m10_bb_pos,sell,2026-03-11 21:57:00,527.0,2.2301,1,leg_gt,0.22,60 -60875,sell_contrast_m10_bb_pos,sell,2026-03-11 22:00:00,527.0,2.2301,1,leg_gt,0.22,60 -60876,sell_contrast_m10_bb_pos,sell,2026-03-11 22:03:00,526.0,2.0359,1,leg_gt,0.22,60 -60877,sell_contrast_m10_bb_pos,sell,2026-03-11 22:06:00,527.0,2.2301,1,leg_gt,0.22,60 -60878,sell_contrast_m10_bb_pos,sell,2026-03-11 22:09:00,528.0,2.4243,1,leg_gt,0.23,60 -60879,sell_contrast_m10_bb_pos,sell,2026-03-11 22:12:00,527.0,2.2301,1,leg_gt,0.23,60 -60880,sell_contrast_m10_bb_pos,sell,2026-03-11 22:15:00,530.0,2.8126,1,leg_gt,0.23,60 -60881,sell_contrast_m10_bb_pos,sell,2026-03-11 22:18:00,529.0,2.6184,1,leg_gt,0.23,60 -60882,sell_contrast_m10_bb_pos,sell,2026-03-11 22:21:00,530.0,2.8126,1,leg_gt,0.24,60 -60883,sell_contrast_m10_bb_pos,sell,2026-03-11 22:24:00,530.0,2.8126,1,leg_gt,0.24,60 -60884,sell_contrast_m10_bb_pos,sell,2026-03-11 22:27:00,529.0,2.6184,1,leg_gt,0.24,60 -60885,sell_contrast_m10_bb_pos,sell,2026-03-11 22:30:00,529.0,2.6184,1,leg_gt,0.24,60 -60886,sell_contrast_m10_bb_pos,sell,2026-03-11 22:33:00,531.0,3.0068,1,leg_gt,0.24,60 -60887,sell_contrast_m10_bb_pos,sell,2026-03-11 22:36:00,532.0,3.201,1,leg_gt,0.25,60 -60888,sell_contrast_m10_bb_pos,sell,2026-03-11 22:39:00,534.0,3.5893,1,leg_gt,0.25,60 -60889,sell_contrast_m10_bb_pos,sell,2026-03-12 16:12:00,516.0,0.6812,1,leg_gt,0.14,60 -60890,sell_contrast_m10_bb_pos,sell,2026-03-12 16:15:00,516.0,0.6812,1,leg_gt,0.15,60 -60891,sell_contrast_m10_bb_pos,sell,2026-03-12 16:18:00,516.0,0.6812,1,leg_gt,0.15,60 -60892,sell_contrast_m10_bb_pos,sell,2026-03-12 19:30:00,520.0,1.4625,1,leg_gt,0.28,60 -60893,sell_contrast_m10_bb_pos,sell,2026-03-12 19:33:00,520.0,1.4625,1,leg_gt,0.28,60 -60894,sell_contrast_m10_bb_pos,sell,2026-03-12 19:36:00,520.0,1.4625,1,leg_gt,0.29,60 -60895,sell_contrast_m10_bb_pos,sell,2026-03-12 19:39:00,521.0,1.6578,1,leg_gt,0.29,60 -60896,sell_contrast_m10_bb_pos,sell,2026-03-12 19:51:00,521.0,1.6578,1,leg_gt,0.3,60 -60897,sell_contrast_m10_bb_pos,sell,2026-03-12 19:54:00,521.0,1.6578,1,leg_gt,0.3,60 -60898,sell_contrast_m10_bb_pos,sell,2026-03-12 19:57:00,521.0,1.6578,1,leg_gt,0.3,60 -60899,sell_contrast_m10_bb_pos,sell,2026-03-12 20:00:00,521.0,1.6578,1,leg_gt,0.3,60 -60900,sell_contrast_m10_bb_pos,sell,2026-03-12 20:03:00,521.0,1.6578,1,leg_gt,0.3,60 -60901,sell_contrast_m10_bb_pos,sell,2026-03-12 20:06:00,520.0,1.4625,1,leg_gt,0.31,60 -60902,sell_contrast_m10_bb_pos,sell,2026-03-12 20:09:00,520.0,1.4625,1,leg_gt,0.31,60 -60903,sell_contrast_m10_bb_pos,sell,2026-03-12 20:12:00,521.0,1.6578,1,leg_gt,0.31,60 -60904,sell_contrast_m10_bb_pos,sell,2026-03-12 20:15:00,520.0,1.4625,1,leg_gt,0.31,60 -60905,sell_contrast_m10_bb_pos,sell,2026-03-12 20:18:00,521.0,1.6578,1,leg_gt,0.31,60 -60906,sell_contrast_m10_bb_pos,sell,2026-03-12 21:21:00,522.0,1.8531,1,leg_gt,0.36,60 -60907,sell_contrast_m10_bb_pos,sell,2026-03-12 21:24:00,541.0,5.5641,1,leg_gt,0.36,60 -60908,sell_contrast_m10_bb_pos,sell,2026-03-12 21:27:00,539.0,5.1734,1,leg_gt,0.36,60 -60909,sell_contrast_m10_bb_pos,sell,2026-03-12 22:12:00,530.0,3.4156,1,leg_gt,0.39,60 -60910,sell_contrast_m10_bb_pos,sell,2026-03-12 22:15:00,529.0,3.2203,1,leg_gt,0.4,60 -60911,sell_contrast_m10_bb_pos,sell,2026-03-12 22:18:00,525.0,2.4391,1,leg_gt,0.4,60 -60912,sell_contrast_m10_bb_pos,sell,2026-03-13 02:42:00,519.0,1.6647,1,leg_gt,0.13,60 -60913,sell_contrast_m10_bb_pos,sell,2026-03-13 02:45:00,518.0,1.4686,1,leg_gt,0.13,60 -60914,sell_contrast_m10_bb_pos,sell,2026-03-13 02:48:00,520.0,1.8608,1,leg_gt,0.13,60 -60915,sell_contrast_m10_bb_pos,sell,2026-03-13 02:51:00,519.0,1.6647,1,leg_gt,0.13,60 -60916,sell_contrast_m10_bb_pos,sell,2026-03-13 02:54:00,517.0,1.2725,1,leg_gt,0.14,60 -60917,sell_contrast_m10_bb_pos,sell,2026-03-13 02:57:00,519.0,1.6647,1,leg_gt,0.14,60 -60918,sell_contrast_m10_bb_pos,sell,2026-03-13 03:12:00,521.0,2.0569,1,leg_gt,0.15,60 -60919,sell_contrast_m10_bb_pos,sell,2026-03-13 03:15:00,522.0,2.2529,1,leg_gt,0.15,60 -60920,sell_contrast_m10_bb_pos,sell,2026-03-13 03:18:00,521.0,2.0569,1,leg_gt,0.15,60 -60921,sell_contrast_m10_bb_pos,sell,2026-03-13 03:21:00,519.0,1.6647,1,leg_gt,0.15,60 -60922,sell_contrast_m10_bb_pos,sell,2026-03-13 03:24:00,521.0,2.0569,1,leg_gt,0.16,60 -60923,sell_contrast_m10_bb_pos,sell,2026-03-13 03:27:00,521.0,2.0569,1,leg_gt,0.16,60 -60924,sell_contrast_m10_bb_pos,sell,2026-03-13 03:42:00,522.0,2.2529,1,leg_gt,0.17,60 -60925,sell_contrast_m10_bb_pos,sell,2026-03-13 03:45:00,522.0,2.2529,1,leg_gt,0.17,60 -60926,sell_contrast_m10_bb_pos,sell,2026-03-13 03:48:00,522.0,2.2529,1,leg_gt,0.17,60 -60927,sell_contrast_m10_bb_pos,sell,2026-03-13 04:00:00,524.0,2.6451,1,leg_gt,0.18,60 -60928,sell_contrast_m10_bb_pos,sell,2026-03-13 04:03:00,523.0,2.449,1,leg_gt,0.18,60 -60929,sell_contrast_m10_bb_pos,sell,2026-03-13 04:06:00,523.0,2.449,1,leg_gt,0.19,60 -60930,sell_contrast_m10_bb_pos,sell,2026-03-13 04:09:00,523.0,2.449,1,leg_gt,0.19,60 -60931,sell_contrast_m10_bb_pos,sell,2026-03-13 04:42:00,530.0,3.8216,1,leg_gt,0.21,60 -60932,sell_contrast_m10_bb_pos,sell,2026-03-13 04:45:00,530.0,3.8216,1,leg_gt,0.21,60 -60933,sell_contrast_m10_bb_pos,sell,2026-03-13 04:48:00,528.0,3.4294,1,leg_gt,0.21,60 -60934,sell_contrast_m10_bb_pos,sell,2026-03-13 04:51:00,528.0,3.4294,1,leg_gt,0.22,60 -60935,sell_contrast_m10_bb_pos,sell,2026-03-13 04:54:00,528.0,3.4294,1,leg_gt,0.22,60 -60936,sell_contrast_m10_bb_pos,sell,2026-03-13 04:57:00,528.0,3.4294,1,leg_gt,0.22,60 -60937,sell_contrast_m10_bb_pos,sell,2026-03-13 07:12:00,529.0,3.6255,1,leg_gt,0.31,60 -60938,sell_contrast_m10_bb_pos,sell,2026-03-13 07:15:00,529.0,3.6255,1,leg_gt,0.32,60 -60939,sell_contrast_m10_bb_pos,sell,2026-03-13 07:18:00,529.0,3.6255,1,leg_gt,0.32,60 -60940,sell_contrast_m10_bb_pos,sell,2026-03-13 09:21:00,531.0,4.0176,1,leg_gt,0.4,60 -60941,sell_contrast_m10_bb_pos,sell,2026-03-13 09:24:00,532.0,4.2137,1,leg_gt,0.41,60 -60942,sell_contrast_m10_bb_pos,sell,2026-03-13 09:27:00,532.0,4.2137,1,leg_gt,0.41,60 -60943,sell_contrast_m10_bb_pos,sell,2026-03-13 10:00:00,533.0,4.4098,1,leg_gt,0.43,60 -60944,sell_contrast_m10_bb_pos,sell,2026-03-13 10:03:00,534.0,4.6059,1,leg_gt,0.43,60 -60945,sell_contrast_m10_bb_pos,sell,2026-03-13 10:06:00,535.0,4.802,1,leg_gt,0.44,60 -60946,sell_contrast_m10_bb_pos,sell,2026-03-13 10:09:00,534.0,4.6059,1,leg_gt,0.44,60 -60947,sell_contrast_m10_bb_pos,sell,2026-03-13 10:30:00,534.0,4.6059,1,leg_gt,0.45,60 -60948,sell_contrast_m10_bb_pos,sell,2026-03-13 10:33:00,534.0,4.6059,1,leg_gt,0.45,60 -60949,sell_contrast_m10_bb_pos,sell,2026-03-13 10:36:00,534.0,4.6059,1,leg_gt,0.46,60 -60950,sell_contrast_m10_bb_pos,sell,2026-03-13 10:39:00,533.0,4.4098,1,leg_gt,0.46,60 -60951,sell_contrast_m10_bb_pos,sell,2026-03-13 10:51:00,537.0,5.1941,1,leg_gt,0.47,60 -60952,sell_contrast_m10_bb_pos,sell,2026-03-13 10:54:00,536.0,4.998,1,leg_gt,0.47,60 -60953,sell_contrast_m10_bb_pos,sell,2026-03-13 10:57:00,536.0,4.998,1,leg_gt,0.47,60 -60954,sell_contrast_m10_bb_pos,sell,2026-03-13 11:00:00,538.0,5.3902,1,leg_gt,0.47,60 -60955,sell_contrast_m10_bb_pos,sell,2026-03-13 11:03:00,537.0,5.1941,1,leg_gt,0.48,60 -60956,sell_contrast_m10_bb_pos,sell,2026-03-13 11:06:00,537.0,5.1941,1,leg_gt,0.48,60 -60957,sell_contrast_m10_bb_pos,sell,2026-03-13 11:09:00,537.0,5.1941,1,leg_gt,0.48,60 -60958,sell_contrast_m10_bb_pos,sell,2026-03-13 11:12:00,538.0,5.3902,1,leg_gt,0.48,60 -60959,sell_contrast_m10_bb_pos,sell,2026-03-13 11:15:00,537.0,5.1941,1,leg_gt,0.48,60 -60960,sell_contrast_m10_bb_pos,sell,2026-03-13 11:18:00,534.0,4.6059,1,leg_gt,0.49,60 -60961,sell_contrast_m10_bb_pos,sell,2026-03-13 13:21:00,539.0,5.5863,1,leg_gt,0.57,60 -60962,sell_contrast_m10_bb_pos,sell,2026-03-13 13:24:00,539.0,5.5863,1,leg_gt,0.57,60 -60963,sell_contrast_m10_bb_pos,sell,2026-03-13 13:27:00,538.0,5.3902,1,leg_gt,0.57,60 -60964,sell_contrast_m10_bb_pos,sell,2026-03-13 16:30:00,539.0,5.5863,1,leg_gt,0.7,60 -60965,sell_contrast_m10_bb_pos,sell,2026-03-13 16:33:00,538.0,5.3902,1,leg_gt,0.7,60 -60966,sell_contrast_m10_bb_pos,sell,2026-03-13 16:36:00,539.0,5.5863,1,leg_gt,0.71,60 -60967,sell_contrast_m10_bb_pos,sell,2026-03-13 16:39:00,539.0,5.5863,1,leg_gt,0.71,60 -60968,sell_contrast_m10_bb_pos,sell,2026-03-13 16:42:00,540.0,5.7824,1,leg_gt,0.71,60 -60969,sell_contrast_m10_bb_pos,sell,2026-03-13 16:45:00,540.0,5.7824,1,leg_gt,0.71,60 -60970,sell_contrast_m10_bb_pos,sell,2026-03-13 16:48:00,540.0,5.7824,1,leg_gt,0.71,60 -60971,sell_contrast_m10_bb_pos,sell,2026-03-13 19:21:00,542.0,6.1745,1,leg_gt,0.82,60 -60972,sell_contrast_m10_bb_pos,sell,2026-03-13 19:24:00,543.0,6.3706,1,leg_gt,0.82,60 -60973,sell_contrast_m10_bb_pos,sell,2026-03-13 19:27:00,542.0,6.1745,1,leg_gt,0.82,60 -60974,sell_contrast_m10_bb_pos,sell,2026-03-13 19:30:00,542.0,6.1745,1,leg_gt,0.83,60 -60975,sell_contrast_m10_bb_pos,sell,2026-03-13 19:33:00,543.0,6.3706,1,leg_gt,0.83,60 -60976,sell_contrast_m10_bb_pos,sell,2026-03-13 19:36:00,542.0,6.1745,1,leg_gt,0.83,60 -60977,sell_contrast_m10_bb_pos,sell,2026-03-13 19:39:00,542.0,6.1745,1,leg_gt,0.83,60 -60978,sell_contrast_m10_bb_pos,sell,2026-03-13 19:51:00,543.0,6.3706,1,leg_gt,0.84,60 -60979,sell_contrast_m10_bb_pos,sell,2026-03-13 19:54:00,541.0,5.9784,1,leg_gt,0.84,60 -60980,sell_contrast_m10_bb_pos,sell,2026-03-13 19:57:00,542.0,6.1745,1,leg_gt,0.85,60 -60981,sell_contrast_m10_bb_pos,sell,2026-03-13 22:30:00,550.0,7.7431,1,leg_gt,0.95,60 -60982,sell_contrast_m10_bb_pos,sell,2026-03-13 22:33:00,550.0,7.7431,1,leg_gt,0.95,60 -60983,sell_contrast_m10_bb_pos,sell,2026-03-13 22:36:00,549.0,7.5471,1,leg_gt,0.96,60 -60984,sell_contrast_m10_bb_pos,sell,2026-03-13 22:39:00,550.0,7.7431,1,leg_gt,0.96,60 -60985,sell_contrast_m10_bb_pos,sell,2026-03-13 22:42:00,549.0,7.5471,1,leg_gt,0.96,60 -60986,sell_contrast_m10_bb_pos,sell,2026-03-13 22:45:00,550.0,7.7431,1,leg_gt,0.96,60 -60987,sell_contrast_m10_bb_pos,sell,2026-03-13 22:48:00,550.0,7.7431,1,leg_gt,0.96,60 -60988,sell_contrast_m10_bb_pos,sell,2026-03-13 23:00:00,550.0,7.7431,1,leg_gt,0.97,60 -60989,sell_contrast_m10_bb_pos,sell,2026-03-13 23:03:00,549.0,7.5471,1,leg_gt,0.98,60 -60990,sell_contrast_m10_bb_pos,sell,2026-03-13 23:06:00,549.0,7.5471,1,leg_gt,0.98,60 -60991,sell_contrast_m10_bb_pos,sell,2026-03-13 23:09:00,548.0,7.351,1,leg_gt,0.98,60 -60992,sell_contrast_m10_bb_pos,sell,2026-03-14 11:51:00,528.0,3.4294,1,leg_gt,1.51,60 -60993,sell_contrast_m10_bb_pos,sell,2026-03-14 11:54:00,529.0,3.6255,1,leg_gt,1.51,60 -60994,sell_contrast_m10_bb_pos,sell,2026-03-14 11:57:00,529.0,3.6255,1,leg_gt,1.51,60 -60995,sell_contrast_m10_bb_pos,sell,2026-03-14 12:42:00,529.0,3.6255,1,leg_gt,1.54,60 -60996,sell_contrast_m10_bb_pos,sell,2026-03-14 12:45:00,529.0,3.6255,1,leg_gt,1.55,60 -60997,sell_contrast_m10_bb_pos,sell,2026-03-14 12:48:00,529.0,3.6255,1,leg_gt,1.55,60 -60998,sell_contrast_m10_bb_pos,sell,2026-03-14 12:51:00,530.0,3.8216,1,leg_gt,1.55,60 -60999,sell_contrast_m10_bb_pos,sell,2026-03-14 12:54:00,529.0,3.6255,1,leg_gt,1.55,60 -61000,sell_contrast_m10_bb_pos,sell,2026-03-14 12:57:00,530.0,3.8216,1,leg_gt,1.55,60 -61001,sell_contrast_m10_bb_pos,sell,2026-03-14 20:51:00,521.0,2.0569,1,leg_gt,1.88,60 -61002,sell_contrast_m10_bb_pos,sell,2026-03-14 20:54:00,522.0,2.2529,1,leg_gt,1.89,60 -61003,sell_contrast_m10_bb_pos,sell,2026-03-14 20:57:00,522.0,2.2529,1,leg_gt,1.89,60 -61004,sell_contrast_m10_bb_pos,sell,2026-03-15 00:21:00,521.0,0.869,1,leg_gt,0.1,60 -61005,sell_contrast_m10_bb_pos,sell,2026-03-15 00:24:00,521.0,0.869,1,leg_gt,0.1,60 -61006,sell_contrast_m10_bb_pos,sell,2026-03-15 00:27:00,521.0,0.869,1,leg_gt,0.1,60 -61007,sell_contrast_m10_bb_pos,sell,2026-03-15 01:00:00,522.0,1.0628,1,leg_gt,0.13,60 -61008,sell_contrast_m10_bb_pos,sell,2026-03-15 01:03:00,522.0,1.0628,1,leg_gt,0.13,60 -61009,sell_contrast_m10_bb_pos,sell,2026-03-15 01:06:00,520.0,0.6752,1,leg_gt,0.13,60 -61010,sell_contrast_m10_bb_pos,sell,2026-03-15 01:09:00,522.0,1.0628,1,leg_gt,0.13,60 -61011,sell_contrast_m10_bb_pos,sell,2026-03-15 02:00:00,526.0,1.838,1,leg_gt,0.17,60 -61012,sell_contrast_m10_bb_pos,sell,2026-03-15 02:03:00,526.0,1.838,1,leg_gt,0.17,60 -61013,sell_contrast_m10_bb_pos,sell,2026-03-15 02:06:00,526.0,1.838,1,leg_gt,0.17,60 -61014,sell_contrast_m10_bb_pos,sell,2026-03-15 02:09:00,525.0,1.6442,1,leg_gt,0.18,60 -61015,sell_contrast_m10_bb_pos,sell,2026-03-15 02:21:00,526.0,1.838,1,leg_gt,0.18,60 -61016,sell_contrast_m10_bb_pos,sell,2026-03-15 02:24:00,526.0,1.838,1,leg_gt,0.19,60 -61017,sell_contrast_m10_bb_pos,sell,2026-03-15 02:27:00,526.0,1.838,1,leg_gt,0.19,60 -61018,sell_contrast_m10_bb_pos,sell,2026-03-15 07:12:00,523.0,1.2566,1,leg_gt,0.39,60 -61019,sell_contrast_m10_bb_pos,sell,2026-03-15 07:15:00,523.0,1.2566,1,leg_gt,0.39,60 -61020,sell_contrast_m10_bb_pos,sell,2026-03-15 07:30:00,523.0,1.2566,1,leg_gt,0.4,60 -61021,sell_contrast_m10_bb_pos,sell,2026-03-15 07:33:00,524.0,1.4504,1,leg_gt,0.4,60 -61022,sell_contrast_m10_bb_pos,sell,2026-03-15 07:36:00,523.0,1.2566,1,leg_gt,0.4,60 -61023,sell_contrast_m10_bb_pos,sell,2026-03-15 07:39:00,523.0,1.2566,1,leg_gt,0.4,60 -61024,sell_contrast_m10_bb_pos,sell,2026-03-15 07:42:00,523.0,1.2566,1,leg_gt,0.41,60 -61025,sell_contrast_m10_bb_pos,sell,2026-03-15 07:45:00,523.0,1.2566,1,leg_gt,0.41,60 -61026,sell_contrast_m10_bb_pos,sell,2026-03-15 07:48:00,524.0,1.4504,1,leg_gt,0.41,60 -61027,sell_contrast_m10_bb_pos,sell,2026-03-15 07:51:00,523.0,1.2566,1,leg_gt,0.41,60 -61028,sell_contrast_m10_bb_pos,sell,2026-03-15 07:54:00,523.0,1.2566,1,leg_gt,0.41,60 -61029,sell_contrast_m10_bb_pos,sell,2026-03-15 07:57:00,522.0,1.0628,1,leg_gt,0.42,60 -61030,sell_contrast_m10_bb_pos,sell,2026-03-15 08:30:00,525.0,1.6442,1,leg_gt,0.44,60 -61031,sell_contrast_m10_bb_pos,sell,2026-03-15 08:33:00,526.0,1.838,1,leg_gt,0.44,60 -61032,sell_contrast_m10_bb_pos,sell,2026-03-15 08:36:00,526.0,1.838,1,leg_gt,0.44,60 -61033,sell_contrast_m10_bb_pos,sell,2026-03-15 08:39:00,527.0,2.0318,1,leg_gt,0.45,60 -61034,sell_contrast_m10_bb_pos,sell,2026-03-15 10:51:00,528.0,2.2256,1,leg_gt,0.54,60 -61035,sell_contrast_m10_bb_pos,sell,2026-03-15 10:54:00,528.0,2.2256,1,leg_gt,0.54,60 -61036,sell_contrast_m10_bb_pos,sell,2026-03-15 10:57:00,527.0,2.0318,1,leg_gt,0.54,60 -61037,sell_contrast_m10_bb_pos,sell,2026-03-15 11:00:00,527.0,2.0318,1,leg_gt,0.54,60 -61038,sell_contrast_m10_bb_pos,sell,2026-03-15 11:03:00,531.0,2.807,1,leg_gt,0.55,60 -61039,sell_contrast_m10_bb_pos,sell,2026-03-15 11:06:00,530.0,2.6132,1,leg_gt,0.55,60 -61040,sell_contrast_m10_bb_pos,sell,2026-03-15 11:09:00,532.0,3.0008,1,leg_gt,0.55,60 -61041,sell_contrast_m10_bb_pos,sell,2026-03-15 11:30:00,530.0,2.6132,1,leg_gt,0.56,60 -61042,sell_contrast_m10_bb_pos,sell,2026-03-15 11:33:00,530.0,2.6132,1,leg_gt,0.57,60 -61043,sell_contrast_m10_bb_pos,sell,2026-03-15 11:36:00,530.0,2.6132,1,leg_gt,0.57,60 -61044,sell_contrast_m10_bb_pos,sell,2026-03-15 11:39:00,530.0,2.6132,1,leg_gt,0.57,60 -61045,sell_contrast_m10_bb_pos,sell,2026-03-15 11:42:00,531.0,2.807,1,leg_gt,0.57,60 -61046,sell_contrast_m10_bb_pos,sell,2026-03-15 11:45:00,533.0,3.1946,1,leg_gt,0.57,60 -61047,sell_contrast_m10_bb_pos,sell,2026-03-15 11:48:00,534.0,3.3884,1,leg_gt,0.58,60 -61048,sell_contrast_m10_bb_pos,sell,2026-03-15 12:00:00,533.0,3.1946,1,leg_gt,0.59,60 -61049,sell_contrast_m10_bb_pos,sell,2026-03-15 12:03:00,533.0,3.1946,1,leg_gt,0.59,60 -61050,sell_contrast_m10_bb_pos,sell,2026-03-15 12:06:00,533.0,3.1946,1,leg_gt,0.59,60 -61051,sell_contrast_m10_bb_pos,sell,2026-03-15 12:09:00,533.0,3.1946,1,leg_gt,0.59,60 -61052,sell_contrast_m10_bb_pos,sell,2026-03-15 12:12:00,533.0,3.1946,1,leg_gt,0.59,60 -61053,sell_contrast_m10_bb_pos,sell,2026-03-15 12:15:00,534.0,3.3884,1,leg_gt,0.6,60 -61054,sell_contrast_m10_bb_pos,sell,2026-03-15 12:18:00,535.0,3.5822,1,leg_gt,0.6,60 -61055,sell_contrast_m10_bb_pos,sell,2026-03-15 17:00:00,530.0,2.6132,1,leg_gt,0.79,60 -61056,sell_contrast_m10_bb_pos,sell,2026-03-15 17:03:00,531.0,2.807,1,leg_gt,0.8,60 -61057,sell_contrast_m10_bb_pos,sell,2026-03-15 17:06:00,531.0,2.807,1,leg_gt,0.8,60 -61058,sell_contrast_m10_bb_pos,sell,2026-03-15 17:09:00,529.0,2.4194,1,leg_gt,0.8,60 -61059,sell_contrast_m10_bb_pos,sell,2026-03-15 17:51:00,530.0,2.6132,1,leg_gt,0.83,60 -61060,sell_contrast_m10_bb_pos,sell,2026-03-15 17:54:00,530.0,2.6132,1,leg_gt,0.83,60 -61061,sell_contrast_m10_bb_pos,sell,2026-03-15 17:57:00,529.0,2.4194,1,leg_gt,0.83,60 -61062,sell_contrast_m10_bb_pos,sell,2026-03-15 18:21:00,532.0,3.0008,1,leg_gt,0.85,60 -61063,sell_contrast_m10_bb_pos,sell,2026-03-15 18:24:00,532.0,3.0008,1,leg_gt,0.85,60 -61064,sell_contrast_m10_bb_pos,sell,2026-03-15 18:27:00,530.0,2.6132,1,leg_gt,0.85,60 -61065,sell_contrast_m10_bb_pos,sell,2026-03-15 21:30:00,531.0,2.807,1,leg_gt,0.98,60 -61066,sell_contrast_m10_bb_pos,sell,2026-03-15 21:33:00,532.0,3.0008,1,leg_gt,0.98,60 -61067,sell_contrast_m10_bb_pos,sell,2026-03-15 21:36:00,532.0,3.0008,1,leg_gt,0.99,60 -61068,sell_contrast_m10_bb_pos,sell,2026-03-15 21:39:00,532.0,3.0008,1,leg_gt,0.99,60 -61069,sell_contrast_m10_bb_pos,sell,2026-03-16 01:12:00,529.0,2.4194,1,leg_gt,1.14,60 -61070,sell_contrast_m10_bb_pos,sell,2026-03-16 01:15:00,531.0,2.807,1,leg_gt,1.14,60 -61071,sell_contrast_m10_bb_pos,sell,2026-03-16 01:18:00,530.0,2.6132,1,leg_gt,1.14,60 -61072,sell_contrast_m10_bb_pos,sell,2026-03-16 01:30:00,530.0,2.6132,1,leg_gt,1.15,60 -61073,sell_contrast_m10_bb_pos,sell,2026-03-16 01:33:00,528.0,2.2256,1,leg_gt,1.15,60 -61074,sell_contrast_m10_bb_pos,sell,2026-03-16 01:36:00,529.0,2.4194,1,leg_gt,1.15,60 -61075,sell_contrast_m10_bb_pos,sell,2026-03-16 01:39:00,530.0,2.6132,1,leg_gt,1.15,60 -61076,sell_contrast_m10_bb_pos,sell,2026-03-16 01:42:00,530.0,2.6132,1,leg_gt,1.16,60 -61077,sell_contrast_m10_bb_pos,sell,2026-03-16 01:45:00,529.0,2.4194,1,leg_gt,1.16,60 -61078,sell_contrast_m10_bb_pos,sell,2026-03-16 01:48:00,529.0,2.4194,1,leg_gt,1.16,60 -61079,sell_contrast_m10_bb_pos,sell,2026-03-16 02:51:00,531.0,2.807,1,leg_gt,1.2,60 -61080,sell_contrast_m10_bb_pos,sell,2026-03-16 02:54:00,535.0,3.5822,1,leg_gt,1.21,60 -61081,sell_contrast_m10_bb_pos,sell,2026-03-16 02:57:00,533.0,3.1946,1,leg_gt,1.21,60 -61082,sell_contrast_m10_bb_pos,sell,2026-03-16 03:21:00,532.0,3.0008,1,leg_gt,1.23,60 -61083,sell_contrast_m10_bb_pos,sell,2026-03-16 03:24:00,532.0,3.0008,1,leg_gt,1.23,60 -61084,sell_contrast_m10_bb_pos,sell,2026-03-16 03:27:00,532.0,3.0008,1,leg_gt,1.23,60 -61085,sell_contrast_m10_bb_pos,sell,2026-03-16 03:42:00,533.0,3.1946,1,leg_gt,1.24,60 -61086,sell_contrast_m10_bb_pos,sell,2026-03-16 03:45:00,533.0,3.1946,1,leg_gt,1.24,60 -61087,sell_contrast_m10_bb_pos,sell,2026-03-16 03:48:00,531.0,2.807,1,leg_gt,1.24,60 -61088,sell_contrast_m10_bb_pos,sell,2026-03-16 06:51:00,535.0,3.5822,1,leg_gt,1.37,60 -61089,sell_contrast_m10_bb_pos,sell,2026-03-16 06:54:00,535.0,3.5822,1,leg_gt,1.37,60 -61090,sell_contrast_m10_bb_pos,sell,2026-03-16 06:57:00,535.0,3.5822,1,leg_gt,1.38,60 -61091,sell_contrast_m10_bb_pos,sell,2026-03-16 07:00:00,535.0,3.5822,1,leg_gt,1.38,60 -61092,sell_contrast_m10_bb_pos,sell,2026-03-16 07:03:00,536.0,3.776,1,leg_gt,1.38,60 -61093,sell_contrast_m10_bb_pos,sell,2026-03-16 07:06:00,535.0,3.5822,1,leg_gt,1.38,60 -61094,sell_contrast_m10_bb_pos,sell,2026-03-16 07:09:00,535.0,3.5822,1,leg_gt,1.38,60 -61095,sell_contrast_m10_bb_pos,sell,2026-03-16 07:12:00,533.0,3.1946,1,leg_gt,1.39,60 -61096,sell_contrast_m10_bb_pos,sell,2026-03-16 07:15:00,532.0,3.0008,1,leg_gt,1.39,60 -61097,sell_contrast_m10_bb_pos,sell,2026-03-16 07:18:00,532.0,3.0008,1,leg_gt,1.39,60 -61098,sell_contrast_m10_bb_pos,sell,2026-03-16 07:51:00,536.0,3.776,1,leg_gt,1.41,60 -61099,sell_contrast_m10_bb_pos,sell,2026-03-16 07:54:00,536.0,3.776,1,leg_gt,1.41,60 -61100,sell_contrast_m10_bb_pos,sell,2026-03-16 07:57:00,536.0,3.776,1,leg_gt,1.42,60 -61101,sell_contrast_m10_bb_pos,sell,2026-03-16 08:00:00,536.0,3.776,1,leg_gt,1.42,60 -61102,sell_contrast_m10_bb_pos,sell,2026-03-16 08:03:00,537.0,3.9698,1,leg_gt,1.42,60 -61103,sell_contrast_m10_bb_pos,sell,2026-03-16 08:06:00,537.0,3.9698,1,leg_gt,1.42,60 -61104,sell_contrast_m10_bb_pos,sell,2026-03-16 08:09:00,538.0,4.1636,1,leg_gt,1.42,60 -61105,sell_contrast_m10_bb_pos,sell,2026-03-16 09:00:00,537.0,3.9698,1,leg_gt,1.46,60 -61106,sell_contrast_m10_bb_pos,sell,2026-03-16 09:03:00,538.0,4.1636,1,leg_gt,1.46,60 -61107,sell_contrast_m10_bb_pos,sell,2026-03-16 09:06:00,538.0,4.1636,1,leg_gt,1.46,60 -61108,sell_contrast_m10_bb_pos,sell,2026-03-16 09:09:00,539.0,4.3574,1,leg_gt,1.47,60 -61109,sell_contrast_m10_bb_pos,sell,2026-03-16 11:00:00,538.0,4.1636,1,leg_gt,1.54,60 -61110,sell_contrast_m10_bb_pos,sell,2026-03-16 11:03:00,537.0,3.9698,1,leg_gt,1.55,60 -61111,sell_contrast_m10_bb_pos,sell,2026-03-16 11:06:00,537.0,3.9698,1,leg_gt,1.55,60 -61112,sell_contrast_m10_bb_pos,sell,2026-03-16 11:09:00,538.0,4.1636,1,leg_gt,1.55,60 -61113,sell_contrast_m10_bb_pos,sell,2026-03-16 12:00:00,538.0,4.1636,1,leg_gt,1.59,60 -61114,sell_contrast_m10_bb_pos,sell,2026-03-16 12:03:00,537.0,3.9698,1,leg_gt,1.59,60 -61115,sell_contrast_m10_bb_pos,sell,2026-03-16 12:06:00,539.0,4.3574,1,leg_gt,1.59,60 -61116,sell_contrast_m10_bb_pos,sell,2026-03-16 12:09:00,538.0,4.1636,1,leg_gt,1.59,60 -61117,sell_contrast_m10_bb_pos,sell,2026-03-16 12:51:00,545.0,5.5202,1,leg_gt,1.62,60 -61118,sell_contrast_m10_bb_pos,sell,2026-03-16 12:54:00,545.0,5.5202,1,leg_gt,1.62,60 -61119,sell_contrast_m10_bb_pos,sell,2026-03-16 12:57:00,545.0,5.5202,1,leg_gt,1.62,60 -61120,sell_contrast_m10_bb_pos,sell,2026-03-16 13:21:00,548.0,6.1016,1,leg_gt,1.64,60 -61121,sell_contrast_m10_bb_pos,sell,2026-03-16 13:24:00,547.0,5.9078,1,leg_gt,1.64,60 -61122,sell_contrast_m10_bb_pos,sell,2026-03-16 13:27:00,547.0,5.9078,1,leg_gt,1.65,60 -61123,sell_contrast_m10_bb_pos,sell,2026-03-16 13:30:00,548.0,6.1016,1,leg_gt,1.65,60 -61124,sell_contrast_m10_bb_pos,sell,2026-03-16 13:33:00,547.0,5.9078,1,leg_gt,1.65,60 -61125,sell_contrast_m10_bb_pos,sell,2026-03-16 13:36:00,546.0,5.714,1,leg_gt,1.65,60 -61126,sell_contrast_m10_bb_pos,sell,2026-03-16 13:39:00,549.0,6.2953,1,leg_gt,1.65,60 -61127,sell_contrast_m10_bb_pos,sell,2026-03-16 13:42:00,548.0,6.1016,1,leg_gt,1.66,60 -61128,sell_contrast_m10_bb_pos,sell,2026-03-16 13:45:00,548.0,6.1016,1,leg_gt,1.66,60 -61129,sell_contrast_m10_bb_pos,sell,2026-03-16 13:48:00,550.0,6.4891,1,leg_gt,1.66,60 -61130,sell_contrast_m10_bb_pos,sell,2026-03-16 13:51:00,550.0,6.4891,1,leg_gt,1.66,60 -61131,sell_contrast_m10_bb_pos,sell,2026-03-16 13:54:00,551.0,6.6829,1,leg_gt,1.66,60 -61132,sell_contrast_m10_bb_pos,sell,2026-03-16 13:57:00,552.0,6.8767,1,leg_gt,1.67,60 -61133,sell_contrast_m10_bb_pos,sell,2026-03-16 14:00:00,552.0,6.8767,1,leg_gt,1.67,60 -61134,sell_contrast_m10_bb_pos,sell,2026-03-16 14:03:00,552.0,6.8767,1,leg_gt,1.67,60 -61135,sell_contrast_m10_bb_pos,sell,2026-03-16 14:06:00,554.0,7.2643,1,leg_gt,1.67,60 -61136,sell_contrast_m10_bb_pos,sell,2026-03-16 14:09:00,555.0,7.4581,1,leg_gt,1.68,60 -61137,sell_contrast_m10_bb_pos,sell,2026-03-16 14:12:00,555.0,7.4581,1,leg_gt,1.68,60 -61138,sell_contrast_m10_bb_pos,sell,2026-03-16 14:15:00,553.0,7.0705,1,leg_gt,1.68,60 -61139,sell_contrast_m10_bb_pos,sell,2026-03-16 14:18:00,554.0,7.2643,1,leg_gt,1.68,60 -61140,sell_contrast_m10_bb_pos,sell,2026-03-16 14:30:00,555.0,7.4581,1,leg_gt,1.69,60 -61141,sell_contrast_m10_bb_pos,sell,2026-03-16 14:33:00,554.0,7.2643,1,leg_gt,1.69,60 -61142,sell_contrast_m10_bb_pos,sell,2026-03-16 14:36:00,554.0,7.2643,1,leg_gt,1.69,60 -61143,sell_contrast_m10_bb_pos,sell,2026-03-16 14:39:00,556.0,7.6519,1,leg_gt,1.7,60 -61144,sell_contrast_m10_bb_pos,sell,2026-03-16 14:42:00,556.0,7.6519,1,leg_gt,1.7,60 -61145,sell_contrast_m10_bb_pos,sell,2026-03-16 14:45:00,557.0,7.8457,1,leg_gt,1.7,60 -61146,sell_contrast_m10_bb_pos,sell,2026-03-16 14:48:00,556.0,7.6519,1,leg_gt,1.7,60 -61147,sell_contrast_m10_bb_pos,sell,2026-03-16 14:51:00,557.0,7.8457,1,leg_gt,1.7,60 -61148,sell_contrast_m10_bb_pos,sell,2026-03-16 14:54:00,557.0,7.8457,1,leg_gt,1.71,60 -61149,sell_contrast_m10_bb_pos,sell,2026-03-16 14:57:00,557.0,7.8457,1,leg_gt,1.71,60 -61150,sell_contrast_m10_bb_pos,sell,2026-03-16 15:00:00,558.0,8.0395,1,leg_gt,1.71,60 -61151,sell_contrast_m10_bb_pos,sell,2026-03-16 15:03:00,556.0,7.6519,1,leg_gt,1.71,60 -61152,sell_contrast_m10_bb_pos,sell,2026-03-16 15:06:00,554.0,7.2643,1,leg_gt,1.71,60 -61153,sell_contrast_m10_bb_pos,sell,2026-03-16 15:09:00,554.0,7.2643,1,leg_gt,1.72,60 -61154,sell_contrast_m10_bb_pos,sell,2026-03-16 15:21:00,557.0,7.8457,1,leg_gt,1.72,60 -61155,sell_contrast_m10_bb_pos,sell,2026-03-16 15:24:00,558.0,8.0395,1,leg_gt,1.73,60 -61156,sell_contrast_m10_bb_pos,sell,2026-03-16 15:27:00,557.0,7.8457,1,leg_gt,1.73,60 -61157,sell_contrast_m10_bb_pos,sell,2026-03-16 15:30:00,559.0,8.2333,1,leg_gt,1.73,60 -61158,sell_contrast_m10_bb_pos,sell,2026-03-16 15:33:00,558.0,8.0395,1,leg_gt,1.73,60 -61159,sell_contrast_m10_bb_pos,sell,2026-03-16 15:36:00,559.0,8.2333,1,leg_gt,1.74,60 -61160,sell_contrast_m10_bb_pos,sell,2026-03-16 15:39:00,559.0,8.2333,1,leg_gt,1.74,60 -61161,sell_contrast_m10_bb_pos,sell,2026-03-16 15:42:00,560.0,8.4271,1,leg_gt,1.74,60 -61162,sell_contrast_m10_bb_pos,sell,2026-03-16 15:45:00,561.0,8.6209,1,leg_gt,1.74,60 -61163,sell_contrast_m10_bb_pos,sell,2026-03-16 15:48:00,560.0,8.4271,1,leg_gt,1.74,60 -61164,sell_contrast_m10_bb_pos,sell,2026-03-16 16:12:00,564.0,9.2023,1,leg_gt,1.76,60 -61165,sell_contrast_m10_bb_pos,sell,2026-03-16 16:15:00,562.0,8.8147,1,leg_gt,1.76,60 -61166,sell_contrast_m10_bb_pos,sell,2026-03-16 16:18:00,562.0,8.8147,1,leg_gt,1.76,60 -61167,sell_contrast_m10_bb_pos,sell,2026-03-16 16:21:00,561.0,8.6209,1,leg_gt,1.77,60 -61168,sell_contrast_m10_bb_pos,sell,2026-03-16 16:24:00,563.0,9.0085,1,leg_gt,1.77,60 -61169,sell_contrast_m10_bb_pos,sell,2026-03-16 16:27:00,563.0,9.0085,1,leg_gt,1.77,60 -61170,sell_contrast_m10_bb_pos,sell,2026-03-16 16:42:00,565.0,9.3961,1,leg_gt,1.78,60 -61171,sell_contrast_m10_bb_pos,sell,2026-03-16 16:45:00,566.0,9.5899,1,leg_gt,1.78,60 -61172,sell_contrast_m10_bb_pos,sell,2026-03-16 16:48:00,567.0,9.7837,1,leg_gt,1.79,60 -61173,sell_contrast_m10_bb_pos,sell,2026-03-16 16:51:00,563.0,9.0085,1,leg_gt,1.79,60 -61174,sell_contrast_m10_bb_pos,sell,2026-03-16 16:54:00,563.0,9.0085,1,leg_gt,1.79,60 -61175,sell_contrast_m10_bb_pos,sell,2026-03-16 16:57:00,564.0,9.2023,1,leg_gt,1.79,60 -61176,sell_contrast_m10_bb_pos,sell,2026-03-16 17:21:00,565.0,9.3961,1,leg_gt,1.81,60 -61177,sell_contrast_m10_bb_pos,sell,2026-03-16 17:24:00,565.0,9.3961,1,leg_gt,1.81,60 -61178,sell_contrast_m10_bb_pos,sell,2026-03-16 17:27:00,564.0,9.2023,1,leg_gt,1.81,60 -61179,sell_contrast_m10_bb_pos,sell,2026-03-16 21:42:00,562.0,8.8147,1,leg_gt,1.99,60 -61180,sell_contrast_m10_bb_pos,sell,2026-03-16 21:45:00,561.0,8.6209,1,leg_gt,1.99,60 -61181,sell_contrast_m10_bb_pos,sell,2026-03-16 21:48:00,560.0,8.4271,1,leg_gt,1.99,60 -61182,sell_contrast_m10_bb_pos,sell,2026-03-16 22:51:00,565.0,9.3961,1,leg_gt,2.04,60 -61183,sell_contrast_m10_bb_pos,sell,2026-03-16 22:54:00,563.0,9.0085,1,leg_gt,2.04,60 -61184,sell_contrast_m10_bb_pos,sell,2026-03-16 22:57:00,563.0,9.0085,1,leg_gt,2.04,60 -61185,sell_contrast_m10_bb_pos,sell,2026-03-16 23:00:00,564.0,9.2023,1,leg_gt,2.04,60 -61186,sell_contrast_m10_bb_pos,sell,2026-03-16 23:03:00,565.0,9.3961,1,leg_gt,2.05,60 -61187,sell_contrast_m10_bb_pos,sell,2026-03-16 23:06:00,564.0,9.2023,1,leg_gt,2.05,60 -61188,sell_contrast_m10_bb_pos,sell,2026-03-16 23:09:00,566.0,9.5899,1,leg_gt,2.05,60 -61189,sell_contrast_m10_bb_pos,sell,2026-03-16 23:12:00,565.0,9.3961,1,leg_gt,2.05,60 -61190,sell_contrast_m10_bb_pos,sell,2026-03-16 23:15:00,565.0,9.3961,1,leg_gt,2.05,60 -61191,sell_contrast_m10_bb_pos,sell,2026-03-16 23:18:00,565.0,9.3961,1,leg_gt,2.06,60 -61192,sell_contrast_m10_bb_pos,sell,2026-03-17 00:00:00,565.0,9.3961,1,leg_gt,2.09,60 -61193,sell_contrast_m10_bb_pos,sell,2026-03-17 00:03:00,566.0,9.5899,1,leg_gt,2.09,60 -61194,sell_contrast_m10_bb_pos,sell,2026-03-17 00:06:00,566.0,9.5899,1,leg_gt,2.09,60 -61195,sell_contrast_m10_bb_pos,sell,2026-03-17 00:09:00,566.0,9.5899,1,leg_gt,2.09,60 -61196,sell_contrast_m10_bb_pos,sell,2026-03-17 00:12:00,564.0,9.2023,1,leg_gt,2.09,60 -61197,sell_contrast_m10_bb_pos,sell,2026-03-17 00:15:00,565.0,9.3961,1,leg_gt,2.1,60 -61198,sell_contrast_m10_bb_pos,sell,2026-03-17 00:18:00,566.0,9.5899,1,leg_gt,2.1,60 -61199,sell_contrast_m10_bb_pos,sell,2026-03-17 00:30:00,566.0,9.5899,1,leg_gt,2.11,60 -61200,sell_contrast_m10_bb_pos,sell,2026-03-17 00:33:00,566.0,9.5899,1,leg_gt,2.11,60 -61201,sell_contrast_m10_bb_pos,sell,2026-03-17 00:36:00,566.0,9.5899,1,leg_gt,2.11,60 -61202,sell_contrast_m10_bb_pos,sell,2026-03-17 00:39:00,564.0,9.2023,1,leg_gt,2.11,60 -61203,sell_contrast_m10_bb_pos,sell,2026-03-17 01:12:00,569.0,10.1713,1,leg_gt,2.14,60 -61204,sell_contrast_m10_bb_pos,sell,2026-03-17 01:15:00,571.0,10.5589,1,leg_gt,2.14,60 -61205,sell_contrast_m10_bb_pos,sell,2026-03-17 01:18:00,575.0,11.3341,1,leg_gt,2.14,60 -61206,sell_contrast_m10_bb_pos,sell,2026-03-17 02:21:00,582.0,12.6907,1,leg_gt,2.18,60 -61207,sell_contrast_m10_bb_pos,sell,2026-03-17 02:24:00,582.0,12.6907,1,leg_gt,2.19,60 -61208,sell_contrast_m10_bb_pos,sell,2026-03-17 02:27:00,583.0,12.8845,1,leg_gt,2.19,60 -61209,sell_contrast_m10_bb_pos,sell,2026-03-17 05:30:00,582.0,12.6907,1,leg_gt,2.31,60 -61210,sell_contrast_m10_bb_pos,sell,2026-03-17 05:33:00,581.0,12.4969,1,leg_gt,2.32,60 -61211,sell_contrast_m10_bb_pos,sell,2026-03-17 05:36:00,583.0,12.8845,1,leg_gt,2.32,60 -61212,sell_contrast_m10_bb_pos,sell,2026-03-17 05:39:00,582.0,12.6907,1,leg_gt,2.32,60 -61213,sell_contrast_m10_bb_pos,sell,2026-03-17 06:12:00,584.0,13.0783,1,leg_gt,2.34,60 -61214,sell_contrast_m10_bb_pos,sell,2026-03-17 06:15:00,584.0,13.0783,1,leg_gt,2.35,60 -61215,sell_contrast_m10_bb_pos,sell,2026-03-17 06:18:00,586.0,13.4659,1,leg_gt,2.35,60 -61216,sell_contrast_m10_bb_pos,sell,2026-03-17 06:21:00,583.0,12.8845,1,leg_gt,2.35,60 -61217,sell_contrast_m10_bb_pos,sell,2026-03-17 06:24:00,585.0,13.2721,1,leg_gt,2.35,60 -61218,sell_contrast_m10_bb_pos,sell,2026-03-17 06:27:00,584.0,13.0783,1,leg_gt,2.35,60 -61219,sell_contrast_m10_bb_pos,sell,2026-03-17 06:42:00,588.0,13.8535,1,leg_gt,2.36,60 -61220,sell_contrast_m10_bb_pos,sell,2026-03-17 06:45:00,588.0,13.8535,1,leg_gt,2.37,60 -61221,sell_contrast_m10_bb_pos,sell,2026-03-17 06:48:00,589.0,14.0473,1,leg_gt,2.37,60 -61222,sell_contrast_m10_bb_pos,sell,2026-03-17 07:30:00,591.0,14.4349,1,leg_gt,2.4,60 -61223,sell_contrast_m10_bb_pos,sell,2026-03-17 07:33:00,591.0,14.4349,1,leg_gt,2.4,60 -61224,sell_contrast_m10_bb_pos,sell,2026-03-17 07:36:00,592.0,14.6287,1,leg_gt,2.4,60 -61225,sell_contrast_m10_bb_pos,sell,2026-03-17 07:39:00,594.0,15.0163,1,leg_gt,2.4,60 -61226,sell_contrast_m10_bb_pos,sell,2026-03-17 07:42:00,592.0,14.6287,1,leg_gt,2.41,60 -61227,sell_contrast_m10_bb_pos,sell,2026-03-17 07:45:00,593.0,14.8225,1,leg_gt,2.41,60 -61228,sell_contrast_m10_bb_pos,sell,2026-03-17 07:48:00,594.0,15.0163,1,leg_gt,2.41,60 -61229,sell_contrast_m10_bb_pos,sell,2026-03-17 07:51:00,592.0,14.6287,1,leg_gt,2.41,60 -61230,sell_contrast_m10_bb_pos,sell,2026-03-17 07:54:00,595.0,15.2101,1,leg_gt,2.41,60 -61231,sell_contrast_m10_bb_pos,sell,2026-03-17 07:57:00,592.0,14.6287,1,leg_gt,2.42,60 -61232,sell_contrast_m10_bb_pos,sell,2026-03-17 11:42:00,588.0,13.8535,1,leg_gt,2.57,60 -61233,sell_contrast_m10_bb_pos,sell,2026-03-17 11:45:00,588.0,13.8535,1,leg_gt,2.58,60 -61234,sell_contrast_m10_bb_pos,sell,2026-03-17 11:48:00,587.0,13.6597,1,leg_gt,2.58,60 -61235,sell_contrast_m10_bb_pos,sell,2026-03-17 16:51:00,582.0,12.6907,1,leg_gt,2.79,60 -61236,sell_contrast_m10_bb_pos,sell,2026-03-17 16:54:00,582.0,12.6907,1,leg_gt,2.79,60 -61237,sell_contrast_m10_bb_pos,sell,2026-03-17 16:57:00,582.0,12.6907,1,leg_gt,2.79,60 -61238,sell_contrast_m10_bb_pos,sell,2026-03-18 01:30:00,582.0,2.5455,1,leg_gt,0.1,60 -61239,sell_contrast_m10_bb_pos,sell,2026-03-18 01:33:00,581.0,2.3691,1,leg_gt,0.11,60 -61240,sell_contrast_m10_bb_pos,sell,2026-03-18 01:36:00,579.0,2.0164,1,leg_gt,0.11,60 -61241,sell_contrast_m10_bb_pos,sell,2026-03-18 01:39:00,579.0,2.0164,1,leg_gt,0.11,60 -61242,sell_contrast_m10_bb_pos,sell,2026-03-18 02:51:00,585.0,3.0746,1,leg_gt,0.16,60 -61243,sell_contrast_m10_bb_pos,sell,2026-03-18 02:54:00,586.0,3.251,1,leg_gt,0.16,60 -61244,sell_contrast_m10_bb_pos,sell,2026-03-18 02:57:00,586.0,3.251,1,leg_gt,0.16,60 -61245,sell_contrast_m10_bb_pos,sell,2026-03-18 03:00:00,586.0,3.251,1,leg_gt,0.17,60 -61246,sell_contrast_m10_bb_pos,sell,2026-03-18 03:03:00,584.0,2.8982,1,leg_gt,0.17,60 -61247,sell_contrast_m10_bb_pos,sell,2026-03-18 03:06:00,585.0,3.0746,1,leg_gt,0.17,60 -61248,sell_contrast_m10_bb_pos,sell,2026-03-18 03:09:00,586.0,3.251,1,leg_gt,0.17,60 -61249,sell_contrast_m10_bb_pos,sell,2026-03-18 03:12:00,587.0,3.4273,1,leg_gt,0.18,60 -61250,sell_contrast_m10_bb_pos,sell,2026-03-18 03:15:00,586.0,3.251,1,leg_gt,0.18,60 -61251,sell_contrast_m10_bb_pos,sell,2026-03-18 03:18:00,585.0,3.0746,1,leg_gt,0.18,60 -61252,sell_contrast_m10_bb_pos,sell,2026-03-18 03:21:00,585.0,3.0746,1,leg_gt,0.18,60 -61253,sell_contrast_m10_bb_pos,sell,2026-03-18 03:24:00,584.0,2.8982,1,leg_gt,0.18,60 -61254,sell_contrast_m10_bb_pos,sell,2026-03-18 03:27:00,582.0,2.5455,1,leg_gt,0.19,60 -61255,sell_contrast_m10_bb_pos,sell,2026-03-18 04:51:00,585.0,3.0746,1,leg_gt,0.24,60 -61256,sell_contrast_m10_bb_pos,sell,2026-03-18 04:54:00,585.0,3.0746,1,leg_gt,0.25,60 -61257,sell_contrast_m10_bb_pos,sell,2026-03-18 04:57:00,583.0,2.7219,1,leg_gt,0.25,60 -61258,sell_contrast_m10_bb_pos,sell,2026-03-18 05:30:00,587.0,3.4273,1,leg_gt,0.27,60 -61259,sell_contrast_m10_bb_pos,sell,2026-03-18 05:33:00,586.0,3.251,1,leg_gt,0.27,60 -61260,sell_contrast_m10_bb_pos,sell,2026-03-18 05:36:00,585.0,3.0746,1,leg_gt,0.28,60 -61261,sell_contrast_m10_bb_pos,sell,2026-03-18 05:39:00,584.0,2.8982,1,leg_gt,0.28,60 -61262,sell_contrast_m10_bb_pos,sell,2026-03-18 06:30:00,588.0,3.6037,1,leg_gt,0.31,60 -61263,sell_contrast_m10_bb_pos,sell,2026-03-18 06:33:00,588.0,3.6037,1,leg_gt,0.31,60 -61264,sell_contrast_m10_bb_pos,sell,2026-03-18 06:36:00,588.0,3.6037,1,leg_gt,0.32,60 -61265,sell_contrast_m10_bb_pos,sell,2026-03-18 06:39:00,589.0,3.7801,1,leg_gt,0.32,60 -61266,sell_contrast_m10_bb_pos,sell,2026-03-18 06:42:00,589.0,3.7801,1,leg_gt,0.32,60 -61267,sell_contrast_m10_bb_pos,sell,2026-03-18 06:45:00,589.0,3.7801,1,leg_gt,0.32,60 -61268,sell_contrast_m10_bb_pos,sell,2026-03-18 06:48:00,590.0,3.9564,1,leg_gt,0.32,60 -61269,sell_contrast_m10_bb_pos,sell,2026-03-18 07:00:00,589.0,3.7801,1,leg_gt,0.33,60 -61270,sell_contrast_m10_bb_pos,sell,2026-03-18 07:03:00,590.0,3.9564,1,leg_gt,0.34,60 -61271,sell_contrast_m10_bb_pos,sell,2026-03-18 07:06:00,591.0,4.1328,1,leg_gt,0.34,60 -61272,sell_contrast_m10_bb_pos,sell,2026-03-18 07:09:00,589.0,3.7801,1,leg_gt,0.34,60 -61273,sell_contrast_m10_bb_pos,sell,2026-03-18 11:51:00,584.0,2.8982,1,leg_gt,0.54,60 -61274,sell_contrast_m10_bb_pos,sell,2026-03-18 11:54:00,583.0,2.7219,1,leg_gt,0.54,60 -61275,sell_contrast_m10_bb_pos,sell,2026-03-18 11:57:00,584.0,2.8982,1,leg_gt,0.54,60 -61276,sell_contrast_m10_bb_pos,sell,2026-03-18 12:42:00,587.0,3.4273,1,leg_gt,0.57,60 -61277,sell_contrast_m10_bb_pos,sell,2026-03-18 12:45:00,586.0,3.251,1,leg_gt,0.57,60 -61278,sell_contrast_m10_bb_pos,sell,2026-03-18 12:48:00,585.0,3.0746,1,leg_gt,0.57,60 -61279,sell_contrast_m10_bb_pos,sell,2026-03-18 13:00:00,587.0,3.4273,1,leg_gt,0.58,60 -61280,sell_contrast_m10_bb_pos,sell,2026-03-18 13:03:00,586.0,3.251,1,leg_gt,0.59,60 -61281,sell_contrast_m10_bb_pos,sell,2026-03-18 13:06:00,587.0,3.4273,1,leg_gt,0.59,60 -61282,sell_contrast_m10_bb_pos,sell,2026-03-18 13:09:00,587.0,3.4273,1,leg_gt,0.59,60 -61283,sell_contrast_m10_bb_pos,sell,2026-03-18 14:30:00,590.0,3.9564,1,leg_gt,0.65,60 -61284,sell_contrast_m10_bb_pos,sell,2026-03-18 14:33:00,589.0,3.7801,1,leg_gt,0.65,60 -61285,sell_contrast_m10_bb_pos,sell,2026-03-18 14:36:00,588.0,3.6037,1,leg_gt,0.65,60 -61286,sell_contrast_m10_bb_pos,sell,2026-03-18 14:39:00,587.0,3.4273,1,leg_gt,0.65,60 -61287,sell_contrast_m10_bb_pos,sell,2026-03-19 03:12:00,544.0,2.1556,1,leg_gt,0.07,60 -61288,sell_contrast_m10_bb_pos,sell,2026-03-19 03:15:00,543.0,1.9677,1,leg_gt,0.07,60 -61289,sell_contrast_m10_bb_pos,sell,2026-03-19 03:18:00,543.0,1.9677,1,leg_gt,0.07,60 -61290,sell_contrast_m10_bb_pos,sell,2026-03-19 03:42:00,544.0,2.1556,1,leg_gt,0.09,60 -61291,sell_contrast_m10_bb_pos,sell,2026-03-19 03:45:00,543.0,1.9677,1,leg_gt,0.09,60 -61292,sell_contrast_m10_bb_pos,sell,2026-03-19 03:48:00,543.0,1.9677,1,leg_gt,0.09,60 -61293,sell_contrast_m10_bb_pos,sell,2026-03-19 05:42:00,545.0,2.3436,1,leg_gt,0.17,60 -61294,sell_contrast_m10_bb_pos,sell,2026-03-19 05:45:00,544.0,2.1556,1,leg_gt,0.18,60 -61295,sell_contrast_m10_bb_pos,sell,2026-03-19 05:48:00,544.0,2.1556,1,leg_gt,0.18,60 -61296,sell_contrast_m10_bb_pos,sell,2026-03-19 05:51:00,545.0,2.3436,1,leg_gt,0.18,60 -61297,sell_contrast_m10_bb_pos,sell,2026-03-19 05:54:00,545.0,2.3436,1,leg_gt,0.18,60 -61298,sell_contrast_m10_bb_pos,sell,2026-03-19 05:57:00,545.0,2.3436,1,leg_gt,0.18,60 -61299,sell_contrast_m10_bb_pos,sell,2026-03-19 06:00:00,545.0,2.3436,1,leg_gt,0.19,60 -61300,sell_contrast_m10_bb_pos,sell,2026-03-19 06:03:00,545.0,2.3436,1,leg_gt,0.19,60 -61301,sell_contrast_m10_bb_pos,sell,2026-03-19 06:06:00,546.0,2.5316,1,leg_gt,0.19,60 -61302,sell_contrast_m10_bb_pos,sell,2026-03-19 06:09:00,546.0,2.5316,1,leg_gt,0.19,60 -61303,sell_contrast_m10_bb_pos,sell,2026-03-19 06:12:00,548.0,2.9075,1,leg_gt,0.19,60 -61304,sell_contrast_m10_bb_pos,sell,2026-03-19 06:15:00,548.0,2.9075,1,leg_gt,0.2,60 -61305,sell_contrast_m10_bb_pos,sell,2026-03-19 06:18:00,548.0,2.9075,1,leg_gt,0.2,60 -61306,sell_contrast_m10_bb_pos,sell,2026-03-19 06:51:00,551.0,3.4714,1,leg_gt,0.22,60 -61307,sell_contrast_m10_bb_pos,sell,2026-03-19 06:54:00,551.0,3.4714,1,leg_gt,0.22,60 -61308,sell_contrast_m10_bb_pos,sell,2026-03-19 07:00:00,550.0,3.2835,1,leg_gt,0.23,60 -61309,sell_contrast_m10_bb_pos,sell,2026-03-19 07:03:00,548.0,2.9075,1,leg_gt,0.23,60 -61310,sell_contrast_m10_bb_pos,sell,2026-03-19 07:06:00,547.0,2.7195,1,leg_gt,0.23,60 -61311,sell_contrast_m10_bb_pos,sell,2026-03-19 07:09:00,545.0,2.3436,1,leg_gt,0.23,60 -61312,sell_contrast_m10_bb_pos,sell,2026-03-20 07:00:00,498.0,-6.491,0,leg_gt,1.23,60 -61313,sell_contrast_m10_bb_pos,sell,2026-03-20 07:03:00,496.0,-6.8669,0,leg_gt,1.23,60 -61314,sell_contrast_m10_bb_pos,sell,2026-03-20 07:06:00,495.0,-7.0549,0,leg_gt,1.23,60 -61315,sell_contrast_m10_bb_pos,sell,2026-03-20 07:09:00,496.0,-6.8669,0,leg_gt,1.23,60 -61316,sell_contrast_m10_bb_pos,sell,2026-03-20 14:30:00,495.0,-7.0549,0,leg_gt,1.54,60 -61317,sell_contrast_m10_bb_pos,sell,2026-03-20 14:33:00,495.0,-7.0549,0,leg_gt,1.54,60 -61318,sell_contrast_m10_bb_pos,sell,2026-03-20 14:36:00,497.0,-6.6789,0,leg_gt,1.54,60 -61319,sell_contrast_m10_bb_pos,sell,2026-03-20 14:39:00,497.0,-6.6789,0,leg_gt,1.55,60 -61320,sell_contrast_m10_bb_pos,sell,2026-03-20 15:00:00,497.0,-6.6789,0,leg_gt,1.56,60 -61321,sell_contrast_m10_bb_pos,sell,2026-03-20 15:03:00,496.0,-6.8669,0,leg_gt,1.56,60 -61322,sell_contrast_m10_bb_pos,sell,2026-03-20 15:06:00,497.0,-6.6789,0,leg_gt,1.56,60 -61323,sell_contrast_m10_bb_pos,sell,2026-03-20 15:09:00,498.0,-6.491,0,leg_gt,1.57,60 -61324,sell_contrast_m10_bb_pos,sell,2026-03-20 15:12:00,497.0,-6.6789,0,leg_gt,1.57,60 -61325,sell_contrast_m10_bb_pos,sell,2026-03-20 15:15:00,498.0,-6.491,0,leg_gt,1.57,60 -61326,sell_contrast_m10_bb_pos,sell,2026-03-20 15:18:00,498.0,-6.491,0,leg_gt,1.57,60 -61327,sell_contrast_m10_bb_pos,sell,2026-03-21 00:42:00,482.0,1.1605,1,leg_gt,0.03,60 -61328,sell_contrast_m10_bb_pos,sell,2026-03-21 00:45:00,482.0,1.1605,1,leg_gt,0.03,60 -61329,sell_contrast_m10_bb_pos,sell,2026-03-21 00:48:00,482.0,1.1605,1,leg_gt,0.03,60 -61330,sell_contrast_m10_bb_pos,sell,2026-03-21 01:00:00,483.0,1.3706,1,leg_gt,0.04,60 -61331,sell_contrast_m10_bb_pos,sell,2026-03-21 01:03:00,483.0,1.3706,1,leg_gt,0.04,60 -61332,sell_contrast_m10_bb_pos,sell,2026-03-21 01:06:00,484.0,1.5807,1,leg_gt,0.05,60 -61333,sell_contrast_m10_bb_pos,sell,2026-03-21 01:09:00,484.0,1.5807,1,leg_gt,0.05,60 -61334,sell_contrast_m10_bb_pos,sell,2026-03-21 01:21:00,485.0,1.7908,1,leg_gt,0.06,60 -61335,sell_contrast_m10_bb_pos,sell,2026-03-21 01:24:00,484.0,1.5807,1,leg_gt,0.06,60 -61336,sell_contrast_m10_bb_pos,sell,2026-03-21 01:27:00,484.0,1.5807,1,leg_gt,0.06,60 -61337,sell_contrast_m10_bb_pos,sell,2026-03-21 01:30:00,485.0,1.7908,1,leg_gt,0.06,60 -61338,sell_contrast_m10_bb_pos,sell,2026-03-21 01:33:00,484.0,1.5807,1,leg_gt,0.06,60 -61339,sell_contrast_m10_bb_pos,sell,2026-03-21 01:36:00,484.0,1.5807,1,leg_gt,0.07,60 -61340,sell_contrast_m10_bb_pos,sell,2026-03-21 01:39:00,483.0,1.3706,1,leg_gt,0.07,60 -61341,sell_contrast_m10_bb_pos,sell,2026-03-21 02:30:00,511.0,7.2529,1,leg_gt,0.1,60 -61342,sell_contrast_m10_bb_pos,sell,2026-03-21 02:33:00,508.0,6.6227,1,leg_gt,0.11,60 -61343,sell_contrast_m10_bb_pos,sell,2026-03-21 02:36:00,505.0,5.9924,1,leg_gt,0.11,60 -61344,sell_contrast_m10_bb_pos,sell,2026-03-21 02:39:00,501.0,5.1521,1,leg_gt,0.11,60 -61345,sell_contrast_m10_bb_pos,sell,2026-03-21 12:12:00,480.0,0.7403,1,leg_gt,0.51,60 -61346,sell_contrast_m10_bb_pos,sell,2026-03-21 12:15:00,480.0,0.7403,1,leg_gt,0.51,60 -61347,sell_contrast_m10_bb_pos,sell,2026-03-21 12:18:00,479.0,0.5303,1,leg_gt,0.51,60 -61348,sell_contrast_m10_bb_pos,sell,2026-03-21 12:30:00,482.0,1.1605,1,leg_gt,0.52,60 -61349,sell_contrast_m10_bb_pos,sell,2026-03-21 12:33:00,483.0,1.3706,1,leg_gt,0.52,60 -61350,sell_contrast_m10_bb_pos,sell,2026-03-21 12:36:00,482.0,1.1605,1,leg_gt,0.52,60 -61351,sell_contrast_m10_bb_pos,sell,2026-03-21 12:39:00,484.0,1.5807,1,leg_gt,0.53,60 -61352,sell_contrast_m10_bb_pos,sell,2026-03-21 12:51:00,483.0,1.3706,1,leg_gt,0.54,60 -61353,sell_contrast_m10_bb_pos,sell,2026-03-21 12:54:00,481.0,0.9504,1,leg_gt,0.54,60 -61354,sell_contrast_m10_bb_pos,sell,2026-03-21 12:57:00,481.0,0.9504,1,leg_gt,0.54,60 -61355,sell_contrast_m10_bb_pos,sell,2026-03-21 15:21:00,483.0,1.3706,1,leg_gt,0.64,60 -61356,sell_contrast_m10_bb_pos,sell,2026-03-21 15:24:00,483.0,1.3706,1,leg_gt,0.64,60 -61357,sell_contrast_m10_bb_pos,sell,2026-03-21 15:27:00,483.0,1.3706,1,leg_gt,0.64,60 -61358,sell_contrast_m10_bb_pos,sell,2026-03-21 23:42:00,472.0,0.5397,1,leg_gt,0.05,60 -61359,sell_contrast_m10_bb_pos,sell,2026-03-21 23:45:00,472.0,0.5397,1,leg_gt,0.05,60 -61360,sell_contrast_m10_bb_pos,sell,2026-03-21 23:48:00,472.0,0.5397,1,leg_gt,0.05,60 -61361,sell_contrast_m10_bb_pos,sell,2026-03-22 00:42:00,472.0,0.5397,1,leg_gt,0.09,60 -61362,sell_contrast_m10_bb_pos,sell,2026-03-22 00:45:00,472.0,0.5397,1,leg_gt,0.09,60 -61363,sell_contrast_m10_bb_pos,sell,2026-03-22 00:48:00,473.0,0.7529,1,leg_gt,0.09,60 -61364,sell_contrast_m10_bb_pos,sell,2026-03-22 00:51:00,473.0,0.7529,1,leg_gt,0.1,60 -61365,sell_contrast_m10_bb_pos,sell,2026-03-22 00:54:00,475.0,1.1793,1,leg_gt,0.1,60 -61366,sell_contrast_m10_bb_pos,sell,2026-03-22 00:57:00,476.0,1.3925,1,leg_gt,0.1,60 -61367,sell_contrast_m10_bb_pos,sell,2026-03-22 01:21:00,476.0,1.3925,1,leg_gt,0.12,60 -61368,sell_contrast_m10_bb_pos,sell,2026-03-22 01:24:00,474.0,0.9661,1,leg_gt,0.12,60 -61369,sell_contrast_m10_bb_pos,sell,2026-03-22 01:27:00,475.0,1.1793,1,leg_gt,0.12,60 -61370,sell_contrast_m10_bb_pos,sell,2026-03-22 01:42:00,475.0,1.1793,1,leg_gt,0.13,60 -61371,sell_contrast_m10_bb_pos,sell,2026-03-22 01:45:00,475.0,1.1793,1,leg_gt,0.13,60 -61372,sell_contrast_m10_bb_pos,sell,2026-03-22 01:48:00,475.0,1.1793,1,leg_gt,0.14,60 -61373,sell_contrast_m10_bb_pos,sell,2026-03-22 03:21:00,477.0,1.6058,1,leg_gt,0.2,60 -61374,sell_contrast_m10_bb_pos,sell,2026-03-22 03:24:00,479.0,2.0322,1,leg_gt,0.2,60 -61375,sell_contrast_m10_bb_pos,sell,2026-03-22 03:27:00,478.0,1.819,1,leg_gt,0.2,60 -61376,sell_contrast_m10_bb_pos,sell,2026-03-22 04:00:00,480.0,2.2454,1,leg_gt,0.23,60 -61377,sell_contrast_m10_bb_pos,sell,2026-03-22 04:03:00,480.0,2.2454,1,leg_gt,0.23,60 -61378,sell_contrast_m10_bb_pos,sell,2026-03-22 04:06:00,479.0,2.0322,1,leg_gt,0.23,60 -61379,sell_contrast_m10_bb_pos,sell,2026-03-22 04:09:00,479.0,2.0322,1,leg_gt,0.23,60 -61380,sell_contrast_m10_bb_pos,sell,2026-03-22 05:00:00,482.0,2.6719,1,leg_gt,0.27,60 -61381,sell_contrast_m10_bb_pos,sell,2026-03-22 05:03:00,483.0,2.8851,1,leg_gt,0.27,60 -61382,sell_contrast_m10_bb_pos,sell,2026-03-22 05:06:00,484.0,3.0983,1,leg_gt,0.27,60 -61383,sell_contrast_m10_bb_pos,sell,2026-03-22 05:09:00,483.0,2.8851,1,leg_gt,0.28,60 -61384,sell_contrast_m10_bb_pos,sell,2026-03-22 05:12:00,485.0,3.3115,1,leg_gt,0.28,60 -61385,sell_contrast_m10_bb_pos,sell,2026-03-22 05:15:00,485.0,3.3115,1,leg_gt,0.28,60 -61386,sell_contrast_m10_bb_pos,sell,2026-03-22 05:18:00,484.0,3.0983,1,leg_gt,0.28,60 -61387,sell_contrast_m10_bb_pos,sell,2026-03-22 06:00:00,489.0,4.1644,1,leg_gt,0.31,60 -61388,sell_contrast_m10_bb_pos,sell,2026-03-22 06:03:00,490.0,4.3776,1,leg_gt,0.31,60 -61389,sell_contrast_m10_bb_pos,sell,2026-03-22 06:06:00,491.0,4.5908,1,leg_gt,0.31,60 -61390,sell_contrast_m10_bb_pos,sell,2026-03-22 06:09:00,492.0,4.8041,1,leg_gt,0.32,60 -61391,sell_contrast_m10_bb_pos,sell,2026-03-22 06:12:00,492.0,4.8041,1,leg_gt,0.32,60 -61392,sell_contrast_m10_bb_pos,sell,2026-03-22 06:15:00,492.0,4.8041,1,leg_gt,0.32,60 -61393,sell_contrast_m10_bb_pos,sell,2026-03-22 06:18:00,492.0,4.8041,1,leg_gt,0.32,60 -61394,sell_contrast_m10_bb_pos,sell,2026-03-22 06:21:00,492.0,4.8041,1,leg_gt,0.32,60 -61395,sell_contrast_m10_bb_pos,sell,2026-03-22 06:24:00,492.0,4.8041,1,leg_gt,0.33,60 -61396,sell_contrast_m10_bb_pos,sell,2026-03-22 06:27:00,491.0,4.5908,1,leg_gt,0.33,60 -61397,sell_contrast_m10_bb_pos,sell,2026-03-22 12:00:00,479.0,2.0322,1,leg_gt,0.56,60 -61398,sell_contrast_m10_bb_pos,sell,2026-03-22 12:03:00,480.0,2.2454,1,leg_gt,0.56,60 -61399,sell_contrast_m10_bb_pos,sell,2026-03-22 12:06:00,478.0,1.819,1,leg_gt,0.56,60 -61400,sell_contrast_m10_bb_pos,sell,2026-03-22 12:09:00,479.0,2.0322,1,leg_gt,0.57,60 -61401,sell_contrast_m10_bb_pos,sell,2026-03-22 12:21:00,480.0,2.2454,1,leg_gt,0.57,60 -61402,sell_contrast_m10_bb_pos,sell,2026-03-22 12:24:00,479.0,2.0322,1,leg_gt,0.58,60 -61403,sell_contrast_m10_bb_pos,sell,2026-03-22 12:27:00,479.0,2.0322,1,leg_gt,0.58,60 -61404,sell_contrast_m10_bb_pos,sell,2026-03-22 12:42:00,480.0,2.2454,1,leg_gt,0.59,60 -61405,sell_contrast_m10_bb_pos,sell,2026-03-22 12:45:00,480.0,2.2454,1,leg_gt,0.59,60 -61406,sell_contrast_m10_bb_pos,sell,2026-03-22 12:48:00,480.0,2.2454,1,leg_gt,0.59,60 -61407,sell_contrast_m10_bb_pos,sell,2026-03-22 12:51:00,480.0,2.2454,1,leg_gt,0.6,60 -61408,sell_contrast_m10_bb_pos,sell,2026-03-22 12:54:00,481.0,2.4586,1,leg_gt,0.6,60 -61409,sell_contrast_m10_bb_pos,sell,2026-03-22 12:57:00,480.0,2.2454,1,leg_gt,0.6,60 -61410,sell_contrast_m10_bb_pos,sell,2026-03-22 13:00:00,481.0,2.4586,1,leg_gt,0.6,60 -61411,sell_contrast_m10_bb_pos,sell,2026-03-22 13:03:00,483.0,2.8851,1,leg_gt,0.6,60 -61412,sell_contrast_m10_bb_pos,sell,2026-03-22 13:06:00,482.0,2.6719,1,leg_gt,0.61,60 -61413,sell_contrast_m10_bb_pos,sell,2026-03-22 13:09:00,482.0,2.6719,1,leg_gt,0.61,60 -61414,sell_contrast_m10_bb_pos,sell,2026-03-22 13:12:00,479.0,2.0322,1,leg_gt,0.61,60 -61415,sell_contrast_m10_bb_pos,sell,2026-03-22 13:15:00,481.0,2.4586,1,leg_gt,0.61,60 -61416,sell_contrast_m10_bb_pos,sell,2026-03-22 13:18:00,481.0,2.4586,1,leg_gt,0.61,60 -61417,sell_contrast_m10_bb_pos,sell,2026-03-22 18:12:00,477.0,1.6058,1,leg_gt,0.82,60 -61418,sell_contrast_m10_bb_pos,sell,2026-03-22 18:15:00,478.0,1.819,1,leg_gt,0.82,60 -61419,sell_contrast_m10_bb_pos,sell,2026-03-22 18:18:00,476.0,1.3925,1,leg_gt,0.82,60 -61420,sell_contrast_m10_bb_pos,sell,2026-03-23 01:21:00,472.0,0.5397,1,leg_gt,1.12,60 -61421,sell_contrast_m10_bb_pos,sell,2026-03-23 01:24:00,472.0,0.5397,1,leg_gt,1.12,60 -61422,sell_contrast_m10_bb_pos,sell,2026-03-23 01:27:00,472.0,0.5397,1,leg_gt,1.12,60 -61423,sell_contrast_m10_bb_pos,sell,2026-03-23 07:30:00,464.0,1.878,1,leg_gt,0.03,60 -61424,sell_contrast_m10_bb_pos,sell,2026-03-23 07:33:00,463.0,1.6582,1,leg_gt,0.03,60 -61425,sell_contrast_m10_bb_pos,sell,2026-03-23 07:36:00,463.0,1.6582,1,leg_gt,0.04,60 -61426,sell_contrast_m10_bb_pos,sell,2026-03-23 07:39:00,463.0,1.6582,1,leg_gt,0.04,60 -61427,sell_contrast_m10_bb_pos,sell,2026-03-23 07:51:00,463.0,1.6582,1,leg_gt,0.05,60 -61428,sell_contrast_m10_bb_pos,sell,2026-03-23 07:54:00,464.0,1.878,1,leg_gt,0.05,60 -61429,sell_contrast_m10_bb_pos,sell,2026-03-23 07:57:00,464.0,1.878,1,leg_gt,0.05,60 -61430,sell_contrast_m10_bb_pos,sell,2026-03-23 08:00:00,464.0,1.878,1,leg_gt,0.05,60 -61431,sell_contrast_m10_bb_pos,sell,2026-03-23 08:03:00,464.0,1.878,1,leg_gt,0.05,60 -61432,sell_contrast_m10_bb_pos,sell,2026-03-23 08:06:00,464.0,1.878,1,leg_gt,0.06,60 -61433,sell_contrast_m10_bb_pos,sell,2026-03-23 08:09:00,464.0,1.878,1,leg_gt,0.06,60 -61434,sell_contrast_m10_bb_pos,sell,2026-03-23 08:12:00,465.0,2.0978,1,leg_gt,0.06,60 -61435,sell_contrast_m10_bb_pos,sell,2026-03-23 08:15:00,466.0,2.3176,1,leg_gt,0.06,60 -61436,sell_contrast_m10_bb_pos,sell,2026-03-23 08:18:00,465.0,2.0978,1,leg_gt,0.06,60 -61437,sell_contrast_m10_bb_pos,sell,2026-03-23 08:21:00,465.0,2.0978,1,leg_gt,0.07,60 -61438,sell_contrast_m10_bb_pos,sell,2026-03-23 08:24:00,466.0,2.3176,1,leg_gt,0.07,60 -61439,sell_contrast_m10_bb_pos,sell,2026-03-23 08:27:00,465.0,2.0978,1,leg_gt,0.07,60 -61440,sell_contrast_m10_bb_pos,sell,2026-03-23 10:12:00,465.0,2.0978,1,leg_gt,0.14,60 -61441,sell_contrast_m10_bb_pos,sell,2026-03-23 10:15:00,464.0,1.878,1,leg_gt,0.15,60 -61442,sell_contrast_m10_bb_pos,sell,2026-03-23 10:18:00,466.0,2.3176,1,leg_gt,0.15,60 -61443,sell_contrast_m10_bb_pos,sell,2026-03-23 10:21:00,467.0,2.5374,1,leg_gt,0.15,60 -61444,sell_contrast_m10_bb_pos,sell,2026-03-23 10:24:00,468.0,2.7571,1,leg_gt,0.15,60 -61445,sell_contrast_m10_bb_pos,sell,2026-03-23 10:27:00,467.0,2.5374,1,leg_gt,0.15,60 -61446,sell_contrast_m10_bb_pos,sell,2026-03-23 11:00:00,468.0,2.7571,1,leg_gt,0.18,60 -61447,sell_contrast_m10_bb_pos,sell,2026-03-23 11:03:00,467.0,2.5374,1,leg_gt,0.18,60 -61448,sell_contrast_m10_bb_pos,sell,2026-03-23 11:06:00,467.0,2.5374,1,leg_gt,0.18,60 -61449,sell_contrast_m10_bb_pos,sell,2026-03-23 11:09:00,466.0,2.3176,1,leg_gt,0.18,60 -61450,sell_contrast_m10_bb_pos,sell,2026-03-23 11:30:00,470.0,3.1967,1,leg_gt,0.2,60 -61451,sell_contrast_m10_bb_pos,sell,2026-03-23 11:33:00,469.0,2.9769,1,leg_gt,0.2,60 -61452,sell_contrast_m10_bb_pos,sell,2026-03-23 11:36:00,469.0,2.9769,1,leg_gt,0.2,60 -61453,sell_contrast_m10_bb_pos,sell,2026-03-23 11:39:00,469.0,2.9769,1,leg_gt,0.2,60 -61454,sell_contrast_m10_bb_pos,sell,2026-03-23 11:42:00,469.0,2.9769,1,leg_gt,0.21,60 -61455,sell_contrast_m10_bb_pos,sell,2026-03-23 11:45:00,469.0,2.9769,1,leg_gt,0.21,60 -61456,sell_contrast_m10_bb_pos,sell,2026-03-23 11:48:00,470.0,3.1967,1,leg_gt,0.21,60 -61457,sell_contrast_m10_bb_pos,sell,2026-03-23 11:51:00,469.0,2.9769,1,leg_gt,0.21,60 -61458,sell_contrast_m10_bb_pos,sell,2026-03-23 11:54:00,470.0,3.1967,1,leg_gt,0.21,60 -61459,sell_contrast_m10_bb_pos,sell,2026-03-23 11:57:00,471.0,3.4165,1,leg_gt,0.22,60 -61460,sell_contrast_m10_bb_pos,sell,2026-03-23 12:00:00,471.0,3.4165,1,leg_gt,0.22,60 -61461,sell_contrast_m10_bb_pos,sell,2026-03-23 12:03:00,473.0,3.856,1,leg_gt,0.22,60 -61462,sell_contrast_m10_bb_pos,sell,2026-03-23 12:06:00,473.0,3.856,1,leg_gt,0.22,60 -61463,sell_contrast_m10_bb_pos,sell,2026-03-23 12:09:00,473.0,3.856,1,leg_gt,0.22,60 -61464,sell_contrast_m10_bb_pos,sell,2026-03-23 23:12:00,473.0,3.4011,1,leg_gt,0.19,60 -61465,sell_contrast_m10_bb_pos,sell,2026-03-23 23:15:00,472.0,3.1823,1,leg_gt,0.2,60 -61466,sell_contrast_m10_bb_pos,sell,2026-03-23 23:18:00,472.0,3.1823,1,leg_gt,0.2,60 -61467,sell_contrast_m10_bb_pos,sell,2026-03-24 00:12:00,472.0,3.1823,1,leg_gt,0.24,60 -61468,sell_contrast_m10_bb_pos,sell,2026-03-24 00:15:00,472.0,3.1823,1,leg_gt,0.24,60 -61469,sell_contrast_m10_bb_pos,sell,2026-03-24 00:18:00,472.0,3.1823,1,leg_gt,0.24,60 -61470,sell_contrast_m10_bb_pos,sell,2026-03-24 00:51:00,475.0,3.8387,1,leg_gt,0.26,60 -61471,sell_contrast_m10_bb_pos,sell,2026-03-24 00:54:00,472.0,3.1823,1,leg_gt,0.26,60 -61472,sell_contrast_m10_bb_pos,sell,2026-03-24 00:57:00,472.0,3.1823,1,leg_gt,0.27,60 -61473,sell_contrast_m10_bb_pos,sell,2026-03-24 01:21:00,474.0,3.6199,1,leg_gt,0.28,60 -61474,sell_contrast_m10_bb_pos,sell,2026-03-24 01:24:00,474.0,3.6199,1,leg_gt,0.29,60 -61475,sell_contrast_m10_bb_pos,sell,2026-03-24 01:27:00,472.0,3.1823,1,leg_gt,0.29,60 -61476,sell_contrast_m10_bb_pos,sell,2026-03-24 02:42:00,479.0,4.714,1,leg_gt,0.34,60 -61477,sell_contrast_m10_bb_pos,sell,2026-03-24 02:45:00,479.0,4.714,1,leg_gt,0.34,60 -61478,sell_contrast_m10_bb_pos,sell,2026-03-24 02:48:00,479.0,4.714,1,leg_gt,0.34,60 -61479,sell_contrast_m10_bb_pos,sell,2026-03-24 02:51:00,479.0,4.714,1,leg_gt,0.35,60 -61480,sell_contrast_m10_bb_pos,sell,2026-03-24 02:54:00,480.0,4.9328,1,leg_gt,0.35,60 -61481,sell_contrast_m10_bb_pos,sell,2026-03-24 02:57:00,480.0,4.9328,1,leg_gt,0.35,60 -61482,sell_contrast_m10_bb_pos,sell,2026-03-24 03:00:00,480.0,4.9328,1,leg_gt,0.35,60 -61483,sell_contrast_m10_bb_pos,sell,2026-03-24 03:03:00,483.0,5.5893,1,leg_gt,0.35,60 -61484,sell_contrast_m10_bb_pos,sell,2026-03-24 03:06:00,484.0,5.8081,1,leg_gt,0.36,60 -61485,sell_contrast_m10_bb_pos,sell,2026-03-24 03:09:00,483.0,5.5893,1,leg_gt,0.36,60 -61486,sell_contrast_m10_bb_pos,sell,2026-03-24 03:12:00,483.0,5.5893,1,leg_gt,0.36,60 -61487,sell_contrast_m10_bb_pos,sell,2026-03-24 03:15:00,481.0,5.1516,1,leg_gt,0.36,60 -61488,sell_contrast_m10_bb_pos,sell,2026-03-24 03:18:00,483.0,5.5893,1,leg_gt,0.36,60 -61489,sell_contrast_m10_bb_pos,sell,2026-03-24 03:21:00,484.0,5.8081,1,leg_gt,0.37,60 -61490,sell_contrast_m10_bb_pos,sell,2026-03-24 03:24:00,484.0,5.8081,1,leg_gt,0.37,60 -61491,sell_contrast_m10_bb_pos,sell,2026-03-24 03:27:00,485.0,6.0269,1,leg_gt,0.37,60 -61492,sell_contrast_m10_bb_pos,sell,2026-03-24 03:30:00,483.0,5.5893,1,leg_gt,0.37,60 -61493,sell_contrast_m10_bb_pos,sell,2026-03-24 03:33:00,483.0,5.5893,1,leg_gt,0.38,60 -61494,sell_contrast_m10_bb_pos,sell,2026-03-24 03:36:00,483.0,5.5893,1,leg_gt,0.38,60 -61495,sell_contrast_m10_bb_pos,sell,2026-03-24 03:39:00,483.0,5.5893,1,leg_gt,0.38,60 -61496,sell_contrast_m10_bb_pos,sell,2026-03-24 03:51:00,485.0,6.0269,1,leg_gt,0.39,60 -61497,sell_contrast_m10_bb_pos,sell,2026-03-24 03:54:00,482.0,5.3705,1,leg_gt,0.39,60 -61498,sell_contrast_m10_bb_pos,sell,2026-03-24 03:57:00,485.0,6.0269,1,leg_gt,0.39,60 -61499,sell_contrast_m10_bb_pos,sell,2026-03-24 04:00:00,485.0,6.0269,1,leg_gt,0.39,60 -61500,sell_contrast_m10_bb_pos,sell,2026-03-24 04:03:00,486.0,6.2457,1,leg_gt,0.4,60 -61501,sell_contrast_m10_bb_pos,sell,2026-03-24 04:06:00,488.0,6.6834,1,leg_gt,0.4,60 -61502,sell_contrast_m10_bb_pos,sell,2026-03-24 04:09:00,487.0,6.4646,1,leg_gt,0.4,60 -61503,sell_contrast_m10_bb_pos,sell,2026-03-24 04:12:00,489.0,6.9022,1,leg_gt,0.4,60 -61504,sell_contrast_m10_bb_pos,sell,2026-03-24 04:15:00,488.0,6.6834,1,leg_gt,0.4,60 -61505,sell_contrast_m10_bb_pos,sell,2026-03-24 04:18:00,488.0,6.6834,1,leg_gt,0.41,60 -61506,sell_contrast_m10_bb_pos,sell,2026-03-24 04:21:00,488.0,6.6834,1,leg_gt,0.41,60 -61507,sell_contrast_m10_bb_pos,sell,2026-03-24 04:24:00,486.0,6.2457,1,leg_gt,0.41,60 -61508,sell_contrast_m10_bb_pos,sell,2026-03-24 04:27:00,483.0,5.5893,1,leg_gt,0.41,60 -61509,sell_contrast_m10_bb_pos,sell,2026-03-24 06:42:00,487.0,6.4646,1,leg_gt,0.51,60 -61510,sell_contrast_m10_bb_pos,sell,2026-03-24 06:45:00,486.0,6.2457,1,leg_gt,0.51,60 -61511,sell_contrast_m10_bb_pos,sell,2026-03-24 06:48:00,486.0,6.2457,1,leg_gt,0.51,60 -61512,sell_contrast_m10_bb_pos,sell,2026-03-24 12:30:00,481.0,5.1516,1,leg_gt,0.75,60 -61513,sell_contrast_m10_bb_pos,sell,2026-03-24 12:33:00,482.0,5.3705,1,leg_gt,0.75,60 -61514,sell_contrast_m10_bb_pos,sell,2026-03-24 12:36:00,481.0,5.1516,1,leg_gt,0.75,60 -61515,sell_contrast_m10_bb_pos,sell,2026-03-24 12:39:00,482.0,5.3705,1,leg_gt,0.75,60 -61516,sell_contrast_m10_bb_pos,sell,2026-03-24 12:51:00,481.0,5.1516,1,leg_gt,0.76,60 -61517,sell_contrast_m10_bb_pos,sell,2026-03-24 12:54:00,481.0,5.1516,1,leg_gt,0.76,60 -61518,sell_contrast_m10_bb_pos,sell,2026-03-24 12:57:00,482.0,5.3705,1,leg_gt,0.77,60 -61519,sell_contrast_m10_bb_pos,sell,2026-03-24 13:00:00,482.0,5.3705,1,leg_gt,0.77,60 -61520,sell_contrast_m10_bb_pos,sell,2026-03-24 13:03:00,481.0,5.1516,1,leg_gt,0.77,60 -61521,sell_contrast_m10_bb_pos,sell,2026-03-24 13:06:00,481.0,5.1516,1,leg_gt,0.77,60 -61522,sell_contrast_m10_bb_pos,sell,2026-03-24 13:09:00,481.0,5.1516,1,leg_gt,0.78,60 -61523,sell_contrast_m10_bb_pos,sell,2026-03-24 15:12:00,482.0,5.3705,1,leg_gt,0.86,60 -61524,sell_contrast_m10_bb_pos,sell,2026-03-24 15:15:00,483.0,5.5893,1,leg_gt,0.86,60 -61525,sell_contrast_m10_bb_pos,sell,2026-03-24 15:18:00,479.0,4.714,1,leg_gt,0.86,60 -61526,sell_contrast_m10_bb_pos,sell,2026-03-24 16:00:00,482.0,5.3705,1,leg_gt,0.89,60 -61527,sell_contrast_m10_bb_pos,sell,2026-03-24 16:03:00,482.0,5.3705,1,leg_gt,0.9,60 -61528,sell_contrast_m10_bb_pos,sell,2026-03-24 16:06:00,482.0,5.3705,1,leg_gt,0.9,60 -61529,sell_contrast_m10_bb_pos,sell,2026-03-24 16:09:00,485.0,6.0269,1,leg_gt,0.9,60 -61530,sell_contrast_m10_bb_pos,sell,2026-03-24 17:00:00,483.0,5.5893,1,leg_gt,0.94,60 -61531,sell_contrast_m10_bb_pos,sell,2026-03-24 17:03:00,481.0,5.1516,1,leg_gt,0.94,60 -61532,sell_contrast_m10_bb_pos,sell,2026-03-24 17:06:00,482.0,5.3705,1,leg_gt,0.94,60 -61533,sell_contrast_m10_bb_pos,sell,2026-03-24 17:09:00,482.0,5.3705,1,leg_gt,0.94,60 -61534,sell_contrast_m10_bb_pos,sell,2026-03-25 02:00:00,476.0,1.3925,1,leg_gt,0.09,60 -61535,sell_contrast_m10_bb_pos,sell,2026-03-25 02:03:00,474.0,0.9661,1,leg_gt,0.09,60 -61536,sell_contrast_m10_bb_pos,sell,2026-03-25 02:06:00,472.0,0.5397,1,leg_gt,0.1,60 -61537,sell_contrast_m10_bb_pos,sell,2026-03-25 02:09:00,473.0,0.7529,1,leg_gt,0.1,60 -61538,sell_contrast_m10_bb_pos,sell,2026-03-25 03:42:00,475.0,1.1793,1,leg_gt,0.16,60 -61539,sell_contrast_m10_bb_pos,sell,2026-03-25 03:45:00,474.0,0.9661,1,leg_gt,0.16,60 -61540,sell_contrast_m10_bb_pos,sell,2026-03-25 05:21:00,478.0,1.819,1,leg_gt,0.23,60 -61541,sell_contrast_m10_bb_pos,sell,2026-03-25 05:24:00,478.0,1.819,1,leg_gt,0.23,60 -61542,sell_contrast_m10_bb_pos,sell,2026-03-25 05:27:00,481.0,2.4586,1,leg_gt,0.24,60 -61543,sell_contrast_m10_bb_pos,sell,2026-03-25 05:51:00,480.0,2.2454,1,leg_gt,0.25,60 -61544,sell_contrast_m10_bb_pos,sell,2026-03-25 05:54:00,480.0,2.2454,1,leg_gt,0.25,60 -61545,sell_contrast_m10_bb_pos,sell,2026-03-25 05:57:00,481.0,2.4586,1,leg_gt,0.26,60 -61546,sell_contrast_m10_bb_pos,sell,2026-03-25 09:42:00,480.0,2.2454,1,leg_gt,0.41,60 -61547,sell_contrast_m10_bb_pos,sell,2026-03-25 09:45:00,481.0,2.4586,1,leg_gt,0.41,60 -61548,sell_contrast_m10_bb_pos,sell,2026-03-25 09:48:00,481.0,2.4586,1,leg_gt,0.42,60 -61549,sell_contrast_m10_bb_pos,sell,2026-03-25 09:51:00,481.0,2.4586,1,leg_gt,0.42,60 -61550,sell_contrast_m10_bb_pos,sell,2026-03-25 09:54:00,479.0,2.0322,1,leg_gt,0.42,60 -61551,sell_contrast_m10_bb_pos,sell,2026-03-25 09:57:00,479.0,2.0322,1,leg_gt,0.42,60 -61552,sell_contrast_m10_bb_pos,sell,2026-03-25 10:51:00,481.0,2.4586,1,leg_gt,0.46,60 -61553,sell_contrast_m10_bb_pos,sell,2026-03-25 10:54:00,480.0,2.2454,1,leg_gt,0.46,60 -61554,sell_contrast_m10_bb_pos,sell,2026-03-25 10:57:00,480.0,2.2454,1,leg_gt,0.46,60 -61555,sell_contrast_m10_bb_pos,sell,2026-03-25 17:30:00,479.0,2.0322,1,leg_gt,0.74,60 -61556,sell_contrast_m10_bb_pos,sell,2026-03-25 17:33:00,480.0,2.2454,1,leg_gt,0.74,60 -61557,sell_contrast_m10_bb_pos,sell,2026-03-25 17:36:00,480.0,2.2454,1,leg_gt,0.74,60 -61558,sell_contrast_m10_bb_pos,sell,2026-03-25 17:39:00,478.0,1.819,1,leg_gt,0.74,60 -61559,sell_contrast_m10_bb_pos,sell,2026-03-25 17:42:00,479.0,2.0322,1,leg_gt,0.75,60 -61560,sell_contrast_m10_bb_pos,sell,2026-03-25 17:45:00,479.0,2.0322,1,leg_gt,0.75,60 -61561,sell_contrast_m10_bb_pos,sell,2026-03-25 17:48:00,480.0,2.2454,1,leg_gt,0.75,60 -61562,sell_contrast_m10_bb_pos,sell,2026-03-25 17:51:00,480.0,2.2454,1,leg_gt,0.75,60 -61563,sell_contrast_m10_bb_pos,sell,2026-03-25 17:54:00,479.0,2.0322,1,leg_gt,0.75,60 -61564,sell_contrast_m10_bb_pos,sell,2026-03-25 17:57:00,479.0,2.0322,1,leg_gt,0.76,60 -61565,sell_contrast_m10_bb_pos,sell,2026-03-25 18:51:00,479.0,2.0322,1,leg_gt,0.79,60 -61566,sell_contrast_m10_bb_pos,sell,2026-03-25 18:54:00,479.0,2.0322,1,leg_gt,0.8,60 -61567,sell_contrast_m10_bb_pos,sell,2026-03-25 18:57:00,481.0,2.4586,1,leg_gt,0.8,60 -61568,sell_contrast_m10_bb_pos,sell,2026-03-25 19:00:00,480.0,2.2454,1,leg_gt,0.8,60 -61569,sell_contrast_m10_bb_pos,sell,2026-03-25 19:03:00,481.0,2.4586,1,leg_gt,0.8,60 -61570,sell_contrast_m10_bb_pos,sell,2026-03-25 19:06:00,480.0,2.2454,1,leg_gt,0.8,60 -61571,sell_contrast_m10_bb_pos,sell,2026-03-25 19:09:00,479.0,2.0322,1,leg_gt,0.81,60 -61572,sell_contrast_m10_bb_pos,sell,2026-03-25 19:12:00,479.0,2.0322,1,leg_gt,0.81,60 -61573,sell_contrast_m10_bb_pos,sell,2026-03-25 19:15:00,480.0,2.2454,1,leg_gt,0.81,60 -61574,sell_contrast_m10_bb_pos,sell,2026-03-25 19:18:00,479.0,2.0322,1,leg_gt,0.81,60 -61575,sell_contrast_m10_bb_pos,sell,2026-03-25 21:51:00,484.0,3.0983,1,leg_gt,0.92,60 -61576,sell_contrast_m10_bb_pos,sell,2026-03-25 21:54:00,484.0,3.0983,1,leg_gt,0.92,60 -61577,sell_contrast_m10_bb_pos,sell,2026-03-25 21:57:00,486.0,3.5247,1,leg_gt,0.92,60 -61578,sell_contrast_m10_bb_pos,sell,2026-03-25 22:00:00,487.0,3.738,1,leg_gt,0.92,60 -61579,sell_contrast_m10_bb_pos,sell,2026-03-25 22:03:00,486.0,3.5247,1,leg_gt,0.93,60 -61580,sell_contrast_m10_bb_pos,sell,2026-03-25 22:06:00,485.0,3.3115,1,leg_gt,0.93,60 -61581,sell_contrast_m10_bb_pos,sell,2026-03-25 22:09:00,485.0,3.3115,1,leg_gt,0.93,60 -61582,sell_contrast_m10_bb_pos,sell,2026-03-25 22:21:00,487.0,3.738,1,leg_gt,0.94,60 -61583,sell_contrast_m10_bb_pos,sell,2026-03-25 22:24:00,486.0,3.5247,1,leg_gt,0.94,60 -61584,sell_contrast_m10_bb_pos,sell,2026-03-25 22:27:00,485.0,3.3115,1,leg_gt,0.94,60 -61585,sell_contrast_m10_bb_pos,sell,2026-03-26 04:42:00,481.0,2.4586,1,leg_gt,1.2,60 -61586,sell_contrast_m10_bb_pos,sell,2026-03-26 04:45:00,480.0,2.2454,1,leg_gt,1.21,60 -61587,sell_contrast_m10_bb_pos,sell,2026-03-26 04:48:00,480.0,2.2454,1,leg_gt,1.21,60 -61588,sell_contrast_m10_bb_pos,sell,2026-03-26 04:51:00,480.0,2.2454,1,leg_gt,1.21,60 -61589,sell_contrast_m10_bb_pos,sell,2026-03-26 04:54:00,479.0,2.0322,1,leg_gt,1.21,60 -61590,sell_contrast_m10_bb_pos,sell,2026-03-26 04:57:00,478.0,1.819,1,leg_gt,1.21,60 -61591,sell_contrast_m10_bb_pos,sell,2026-03-26 07:21:00,481.0,2.4586,1,leg_gt,1.31,60 -61592,sell_contrast_m10_bb_pos,sell,2026-03-26 07:24:00,482.0,2.6719,1,leg_gt,1.32,60 -61593,sell_contrast_m10_bb_pos,sell,2026-03-26 07:27:00,482.0,2.6719,1,leg_gt,1.32,60 -61594,sell_contrast_m10_bb_pos,sell,2026-03-26 07:30:00,482.0,2.6719,1,leg_gt,1.32,60 -61595,sell_contrast_m10_bb_pos,sell,2026-03-26 07:33:00,485.0,3.3115,1,leg_gt,1.32,60 -61596,sell_contrast_m10_bb_pos,sell,2026-03-26 07:36:00,485.0,3.3115,1,leg_gt,1.32,60 -61597,sell_contrast_m10_bb_pos,sell,2026-03-26 07:39:00,485.0,3.3115,1,leg_gt,1.33,60 -61598,sell_contrast_m10_bb_pos,sell,2026-03-26 07:51:00,483.0,2.8851,1,leg_gt,1.34,60 -61599,sell_contrast_m10_bb_pos,sell,2026-03-26 07:54:00,484.0,3.0983,1,leg_gt,1.34,60 -61600,sell_contrast_m10_bb_pos,sell,2026-03-26 07:57:00,484.0,3.0983,1,leg_gt,1.34,60 -61601,sell_contrast_m10_bb_pos,sell,2026-03-26 08:00:00,484.0,3.0983,1,leg_gt,1.34,60 -61602,sell_contrast_m10_bb_pos,sell,2026-03-26 08:03:00,483.0,2.8851,1,leg_gt,1.34,60 -61603,sell_contrast_m10_bb_pos,sell,2026-03-26 08:06:00,481.0,2.4586,1,leg_gt,1.35,60 -61604,sell_contrast_m10_bb_pos,sell,2026-03-26 08:09:00,482.0,2.6719,1,leg_gt,1.35,60 -61605,sell_contrast_m10_bb_pos,sell,2026-03-26 08:30:00,485.0,3.3115,1,leg_gt,1.36,60 -61606,sell_contrast_m10_bb_pos,sell,2026-03-26 08:33:00,485.0,3.3115,1,leg_gt,1.36,60 -61607,sell_contrast_m10_bb_pos,sell,2026-03-26 08:36:00,484.0,3.0983,1,leg_gt,1.37,60 -61608,sell_contrast_m10_bb_pos,sell,2026-03-26 08:39:00,483.0,2.8851,1,leg_gt,1.37,60 -61609,sell_contrast_m10_bb_pos,sell,2026-03-26 18:30:00,463.0,-1.3793,0,leg_gt,1.78,60 -61610,sell_contrast_m10_bb_pos,sell,2026-03-26 18:33:00,459.0,-2.2322,0,leg_gt,1.78,60 -61611,sell_contrast_m10_bb_pos,sell,2026-03-26 18:36:00,460.0,-2.019,0,leg_gt,1.78,60 -61612,sell_contrast_m10_bb_pos,sell,2026-03-26 18:39:00,460.0,-2.019,0,leg_gt,1.79,60 -61613,sell_contrast_m10_bb_pos,sell,2026-03-26 22:51:00,461.0,-1.8058,0,leg_gt,1.96,60 -61614,sell_contrast_m10_bb_pos,sell,2026-03-26 22:54:00,463.0,-1.3793,0,leg_gt,1.96,60 -61615,sell_contrast_m10_bb_pos,sell,2026-03-26 22:57:00,461.0,-1.8058,0,leg_gt,1.96,60 -61616,sell_contrast_m10_bb_pos,sell,2026-03-27 05:42:00,444.0,-5.4305,0,leg_gt,2.25,60 -61617,sell_contrast_m10_bb_pos,sell,2026-03-27 05:45:00,444.0,-5.4305,0,leg_gt,2.25,60 -61618,sell_contrast_m10_bb_pos,sell,2026-03-27 05:48:00,444.0,-5.4305,0,leg_gt,2.25,60 -61619,sell_contrast_m10_bb_pos,sell,2026-03-28 13:21:00,380.0,2.0505,1,leg_gt,0.12,60 -61620,sell_contrast_m10_bb_pos,sell,2026-03-28 13:24:00,380.0,2.0505,1,leg_gt,0.12,60 -61621,sell_contrast_m10_bb_pos,sell,2026-03-28 13:27:00,381.0,2.3194,1,leg_gt,0.12,60 -61622,sell_contrast_m10_bb_pos,sell,2026-03-28 13:30:00,380.0,2.0505,1,leg_gt,0.12,60 -61623,sell_contrast_m10_bb_pos,sell,2026-03-28 13:33:00,378.0,1.5129,1,leg_gt,0.12,60 -61624,sell_contrast_m10_bb_pos,sell,2026-03-28 13:36:00,379.0,1.7817,1,leg_gt,0.13,60 -61625,sell_contrast_m10_bb_pos,sell,2026-03-28 13:39:00,378.0,1.5129,1,leg_gt,0.13,60 -61626,sell_contrast_m10_bb_pos,sell,2026-03-28 13:51:00,381.0,2.3194,1,leg_gt,0.14,60 -61627,sell_contrast_m10_bb_pos,sell,2026-03-28 13:54:00,380.0,2.0505,1,leg_gt,0.14,60 -61628,sell_contrast_m10_bb_pos,sell,2026-03-28 13:57:00,380.0,2.0505,1,leg_gt,0.14,60 -61629,sell_contrast_m10_bb_pos,sell,2026-03-28 14:30:00,381.0,2.3194,1,leg_gt,0.16,60 -61630,sell_contrast_m10_bb_pos,sell,2026-03-28 14:33:00,381.0,2.3194,1,leg_gt,0.17,60 -61631,sell_contrast_m10_bb_pos,sell,2026-03-28 14:36:00,380.0,2.0505,1,leg_gt,0.17,60 -61632,sell_contrast_m10_bb_pos,sell,2026-03-28 14:39:00,378.0,1.5129,1,leg_gt,0.17,60 -61633,sell_contrast_m10_bb_pos,sell,2026-03-28 15:00:00,382.0,2.5882,1,leg_gt,0.19,60 -61634,sell_contrast_m10_bb_pos,sell,2026-03-28 15:03:00,382.0,2.5882,1,leg_gt,0.19,60 -61635,sell_contrast_m10_bb_pos,sell,2026-03-28 15:06:00,383.0,2.857,1,leg_gt,0.19,60 -61636,sell_contrast_m10_bb_pos,sell,2026-03-28 15:09:00,383.0,2.857,1,leg_gt,0.19,60 -61637,sell_contrast_m10_bb_pos,sell,2026-03-28 15:12:00,383.0,2.857,1,leg_gt,0.19,60 -61638,sell_contrast_m10_bb_pos,sell,2026-03-28 15:15:00,383.0,2.857,1,leg_gt,0.2,60 -61639,sell_contrast_m10_bb_pos,sell,2026-03-28 15:18:00,386.0,3.6634,1,leg_gt,0.2,60 -61640,sell_contrast_m10_bb_pos,sell,2026-03-28 15:51:00,388.0,4.2011,1,leg_gt,0.22,60 -61641,sell_contrast_m10_bb_pos,sell,2026-03-28 15:54:00,390.0,4.7387,1,leg_gt,0.22,60 -61642,sell_contrast_m10_bb_pos,sell,2026-03-28 15:57:00,390.0,4.7387,1,leg_gt,0.22,60 -61643,sell_contrast_m10_bb_pos,sell,2026-03-28 16:21:00,393.0,5.5452,1,leg_gt,0.24,60 -61644,sell_contrast_m10_bb_pos,sell,2026-03-28 16:24:00,393.0,5.5452,1,leg_gt,0.24,60 -61645,sell_contrast_m10_bb_pos,sell,2026-03-28 16:27:00,395.0,6.0828,1,leg_gt,0.25,60 -61646,sell_contrast_m10_bb_pos,sell,2026-03-28 16:30:00,396.0,6.3516,1,leg_gt,0.25,60 -61647,sell_contrast_m10_bb_pos,sell,2026-03-28 16:33:00,396.0,6.3516,1,leg_gt,0.25,60 -61648,sell_contrast_m10_bb_pos,sell,2026-03-28 16:36:00,396.0,6.3516,1,leg_gt,0.25,60 -61649,sell_contrast_m10_bb_pos,sell,2026-03-28 16:39:00,398.0,6.8892,1,leg_gt,0.25,60 -61650,sell_contrast_m10_bb_pos,sell,2026-03-28 16:42:00,398.0,6.8892,1,leg_gt,0.26,60 -61651,sell_contrast_m10_bb_pos,sell,2026-03-28 16:45:00,402.0,7.9645,1,leg_gt,0.26,60 -61652,sell_contrast_m10_bb_pos,sell,2026-03-28 16:48:00,405.0,8.771,1,leg_gt,0.26,60 -61653,sell_contrast_m10_bb_pos,sell,2026-03-28 17:21:00,407.0,9.3086,1,leg_gt,0.28,60 -61654,sell_contrast_m10_bb_pos,sell,2026-03-28 17:24:00,406.0,9.0398,1,leg_gt,0.29,60 -61655,sell_contrast_m10_bb_pos,sell,2026-03-28 17:27:00,406.0,9.0398,1,leg_gt,0.29,60 -61656,sell_contrast_m10_bb_pos,sell,2026-03-28 17:51:00,409.0,9.8462,1,leg_gt,0.3,60 -61657,sell_contrast_m10_bb_pos,sell,2026-03-28 17:54:00,408.0,9.5774,1,leg_gt,0.31,60 -61658,sell_contrast_m10_bb_pos,sell,2026-03-28 17:57:00,407.0,9.3086,1,leg_gt,0.31,60 -61659,sell_contrast_m10_bb_pos,sell,2026-03-28 18:21:00,418.0,12.2656,1,leg_gt,0.32,60 -61660,sell_contrast_m10_bb_pos,sell,2026-03-28 18:24:00,416.0,11.728,1,leg_gt,0.33,60 -61661,sell_contrast_m10_bb_pos,sell,2026-03-28 18:27:00,414.0,11.1903,1,leg_gt,0.33,60 -61662,sell_contrast_m10_bb_pos,sell,2026-03-28 18:30:00,415.0,11.4591,1,leg_gt,0.33,60 -61663,sell_contrast_m10_bb_pos,sell,2026-03-28 18:33:00,410.0,10.1151,1,leg_gt,0.33,60 -61664,sell_contrast_m10_bb_pos,sell,2026-03-28 18:36:00,410.0,10.1151,1,leg_gt,0.34,60 -61665,sell_contrast_m10_bb_pos,sell,2026-03-28 18:39:00,410.0,10.1151,1,leg_gt,0.34,60 -61666,sell_contrast_m10_bb_pos,sell,2026-03-28 23:00:00,414.0,2.8851,1,leg_gt,0.18,60 -61667,sell_contrast_m10_bb_pos,sell,2026-03-28 23:03:00,413.0,2.6363,1,leg_gt,0.18,60 -61668,sell_contrast_m10_bb_pos,sell,2026-03-28 23:06:00,414.0,2.8851,1,leg_gt,0.18,60 -61669,sell_contrast_m10_bb_pos,sell,2026-03-28 23:09:00,412.0,2.3876,1,leg_gt,0.18,60 -61670,sell_contrast_m10_bb_pos,sell,2026-03-28 23:21:00,417.0,3.6313,1,leg_gt,0.19,60 -61671,sell_contrast_m10_bb_pos,sell,2026-03-28 23:24:00,417.0,3.6313,1,leg_gt,0.19,60 -61672,sell_contrast_m10_bb_pos,sell,2026-03-28 23:27:00,418.0,3.8801,1,leg_gt,0.19,60 -61673,sell_contrast_m10_bb_pos,sell,2026-03-28 23:30:00,416.0,3.3826,1,leg_gt,0.2,60 -61674,sell_contrast_m10_bb_pos,sell,2026-03-28 23:33:00,415.0,3.1338,1,leg_gt,0.2,60 -61675,sell_contrast_m10_bb_pos,sell,2026-03-28 23:36:00,415.0,3.1338,1,leg_gt,0.2,60 -61676,sell_contrast_m10_bb_pos,sell,2026-03-28 23:39:00,415.0,3.1338,1,leg_gt,0.2,60 -61677,sell_contrast_m10_bb_pos,sell,2026-03-28 23:42:00,414.0,2.8851,1,leg_gt,0.2,60 -61678,sell_contrast_m10_bb_pos,sell,2026-03-28 23:45:00,415.0,3.1338,1,leg_gt,0.21,60 -61679,sell_contrast_m10_bb_pos,sell,2026-03-28 23:48:00,413.0,2.6363,1,leg_gt,0.21,60 -61680,sell_contrast_m10_bb_pos,sell,2026-03-29 03:12:00,415.0,3.1338,1,leg_gt,0.35,60 -61681,sell_contrast_m10_bb_pos,sell,2026-03-29 03:15:00,416.0,3.3826,1,leg_gt,0.35,60 -61682,sell_contrast_m10_bb_pos,sell,2026-03-29 03:18:00,415.0,3.1338,1,leg_gt,0.35,60 -61683,sell_contrast_m10_bb_pos,sell,2026-03-29 03:21:00,415.0,3.1338,1,leg_gt,0.36,60 -61684,sell_contrast_m10_bb_pos,sell,2026-03-29 03:24:00,415.0,3.1338,1,leg_gt,0.36,60 -61685,sell_contrast_m10_bb_pos,sell,2026-03-29 03:27:00,415.0,3.1338,1,leg_gt,0.36,60 -61686,sell_contrast_m10_bb_pos,sell,2026-03-29 03:42:00,416.0,3.3826,1,leg_gt,0.37,60 -61687,sell_contrast_m10_bb_pos,sell,2026-03-29 03:45:00,416.0,3.3826,1,leg_gt,0.37,60 -61688,sell_contrast_m10_bb_pos,sell,2026-03-29 03:48:00,416.0,3.3826,1,leg_gt,0.38,60 -61689,sell_contrast_m10_bb_pos,sell,2026-03-29 04:00:00,416.0,3.3826,1,leg_gt,0.38,60 -61690,sell_contrast_m10_bb_pos,sell,2026-03-29 04:03:00,415.0,3.1338,1,leg_gt,0.39,60 -61691,sell_contrast_m10_bb_pos,sell,2026-03-29 04:06:00,416.0,3.3826,1,leg_gt,0.39,60 -61692,sell_contrast_m10_bb_pos,sell,2026-03-29 04:09:00,415.0,3.1338,1,leg_gt,0.39,60 -61693,sell_contrast_m10_bb_pos,sell,2026-03-29 05:12:00,417.0,3.6313,1,leg_gt,0.43,60 -61694,sell_contrast_m10_bb_pos,sell,2026-03-29 05:15:00,417.0,3.6313,1,leg_gt,0.44,60 -61695,sell_contrast_m10_bb_pos,sell,2026-03-29 05:18:00,417.0,3.6313,1,leg_gt,0.44,60 -61696,sell_contrast_m10_bb_pos,sell,2026-03-29 11:51:00,415.0,3.1338,1,leg_gt,0.71,60 -61697,sell_contrast_m10_bb_pos,sell,2026-03-29 11:54:00,415.0,3.1338,1,leg_gt,0.71,60 -61698,sell_contrast_m10_bb_pos,sell,2026-03-29 11:57:00,412.0,2.3876,1,leg_gt,0.71,60 -61699,sell_contrast_m10_bb_pos,sell,2026-03-29 12:21:00,416.0,3.3826,1,leg_gt,0.73,60 -61700,sell_contrast_m10_bb_pos,sell,2026-03-29 12:24:00,415.0,3.1338,1,leg_gt,0.73,60 -61701,sell_contrast_m10_bb_pos,sell,2026-03-29 12:27:00,415.0,3.1338,1,leg_gt,0.74,60 -61702,sell_contrast_m10_bb_pos,sell,2026-03-29 14:42:00,415.0,3.1338,1,leg_gt,0.83,60 -61703,sell_contrast_m10_bb_pos,sell,2026-03-29 14:45:00,415.0,3.1338,1,leg_gt,0.83,60 -61704,sell_contrast_m10_bb_pos,sell,2026-03-29 14:48:00,415.0,3.1338,1,leg_gt,0.83,60 -61705,sell_contrast_m10_bb_pos,sell,2026-03-29 15:12:00,416.0,3.3826,1,leg_gt,0.85,60 -61706,sell_contrast_m10_bb_pos,sell,2026-03-29 15:15:00,417.0,3.6313,1,leg_gt,0.85,60 -61707,sell_contrast_m10_bb_pos,sell,2026-03-29 15:18:00,417.0,3.6313,1,leg_gt,0.85,60 -61708,sell_contrast_m10_bb_pos,sell,2026-03-29 15:21:00,414.0,2.8851,1,leg_gt,0.86,60 -61709,sell_contrast_m10_bb_pos,sell,2026-03-29 15:24:00,414.0,2.8851,1,leg_gt,0.86,60 -61710,sell_contrast_m10_bb_pos,sell,2026-03-29 15:27:00,415.0,3.1338,1,leg_gt,0.86,60 -61711,sell_contrast_m10_bb_pos,sell,2026-03-29 15:42:00,418.0,3.8801,1,leg_gt,0.87,60 -61712,sell_contrast_m10_bb_pos,sell,2026-03-29 15:45:00,417.0,3.6313,1,leg_gt,0.87,60 -61713,sell_contrast_m10_bb_pos,sell,2026-03-29 15:48:00,420.0,4.3776,1,leg_gt,0.88,60 -61714,sell_contrast_m10_bb_pos,sell,2026-03-29 18:00:00,420.0,4.3776,1,leg_gt,0.97,60 -61715,sell_contrast_m10_bb_pos,sell,2026-03-29 18:03:00,416.0,3.3826,1,leg_gt,0.97,60 -61716,sell_contrast_m10_bb_pos,sell,2026-03-29 18:06:00,416.0,3.3826,1,leg_gt,0.97,60 -61717,sell_contrast_m10_bb_pos,sell,2026-03-29 18:09:00,416.0,3.3826,1,leg_gt,0.97,60 -61718,sell_contrast_m10_bb_pos,sell,2026-03-30 10:30:00,419.0,4.1289,1,leg_gt,1.65,60 -61719,sell_contrast_m10_bb_pos,sell,2026-03-30 10:33:00,419.0,4.1289,1,leg_gt,1.66,60 -61720,sell_contrast_m10_bb_pos,sell,2026-03-30 10:36:00,418.0,3.8801,1,leg_gt,1.66,60 -61721,sell_contrast_m10_bb_pos,sell,2026-03-30 10:39:00,418.0,3.8801,1,leg_gt,1.66,60 -61722,sell_contrast_m10_bb_pos,sell,2026-03-30 11:21:00,424.0,5.3726,1,leg_gt,1.69,60 -61723,sell_contrast_m10_bb_pos,sell,2026-03-30 11:24:00,424.0,5.3726,1,leg_gt,1.69,60 -61724,sell_contrast_m10_bb_pos,sell,2026-03-30 11:27:00,424.0,5.3726,1,leg_gt,1.69,60 -61725,sell_contrast_m10_bb_pos,sell,2026-03-30 11:30:00,424.0,5.3726,1,leg_gt,1.7,60 -61726,sell_contrast_m10_bb_pos,sell,2026-03-30 11:33:00,423.0,5.1239,1,leg_gt,1.7,60 -61727,sell_contrast_m10_bb_pos,sell,2026-03-30 11:36:00,425.0,5.6214,1,leg_gt,1.7,60 -61728,sell_contrast_m10_bb_pos,sell,2026-03-30 11:39:00,427.0,6.1189,1,leg_gt,1.7,60 -61729,sell_contrast_m10_bb_pos,sell,2026-03-30 11:42:00,426.0,5.8701,1,leg_gt,1.7,60 -61730,sell_contrast_m10_bb_pos,sell,2026-03-30 11:45:00,429.0,6.6164,1,leg_gt,1.71,60 -61731,sell_contrast_m10_bb_pos,sell,2026-03-30 11:48:00,433.0,7.6114,1,leg_gt,1.71,60 -61732,sell_contrast_m10_bb_pos,sell,2026-03-30 12:00:00,429.0,6.6164,1,leg_gt,1.72,60 -61733,sell_contrast_m10_bb_pos,sell,2026-03-30 12:03:00,430.0,6.8652,1,leg_gt,1.72,60 -61734,sell_contrast_m10_bb_pos,sell,2026-03-30 12:06:00,430.0,6.8652,1,leg_gt,1.72,60 -61735,sell_contrast_m10_bb_pos,sell,2026-03-30 12:09:00,428.0,6.3677,1,leg_gt,1.72,60 -61736,sell_contrast_m10_bb_pos,sell,2026-03-30 12:21:00,430.0,6.8652,1,leg_gt,1.73,60 -61737,sell_contrast_m10_bb_pos,sell,2026-03-30 12:24:00,431.0,7.1139,1,leg_gt,1.73,60 -61738,sell_contrast_m10_bb_pos,sell,2026-03-30 12:27:00,432.0,7.3627,1,leg_gt,1.74,60 -61739,sell_contrast_m10_bb_pos,sell,2026-03-30 16:51:00,430.0,6.8652,1,leg_gt,1.92,60 -61740,sell_contrast_m10_bb_pos,sell,2026-03-30 16:54:00,430.0,6.8652,1,leg_gt,1.92,60 -61741,sell_contrast_m10_bb_pos,sell,2026-03-30 16:57:00,430.0,6.8652,1,leg_gt,1.92,60 -61742,sell_contrast_m10_bb_pos,sell,2026-03-30 17:42:00,428.0,6.3677,1,leg_gt,1.95,60 -61743,sell_contrast_m10_bb_pos,sell,2026-03-30 17:45:00,428.0,6.3677,1,leg_gt,1.96,60 -61744,sell_contrast_m10_bb_pos,sell,2026-03-30 17:48:00,429.0,6.6164,1,leg_gt,1.96,60 -61745,sell_contrast_m10_bb_pos,sell,2026-03-30 19:42:00,432.0,7.3627,1,leg_gt,2.04,60 -61746,sell_contrast_m10_bb_pos,sell,2026-03-30 19:45:00,433.0,7.6114,1,leg_gt,2.04,60 -61747,sell_contrast_m10_bb_pos,sell,2026-03-30 19:48:00,432.0,7.3627,1,leg_gt,2.04,60 -61748,sell_contrast_m10_bb_pos,sell,2026-03-30 20:12:00,430.0,6.8652,1,leg_gt,2.06,60 -61749,sell_contrast_m10_bb_pos,sell,2026-03-30 20:15:00,431.0,7.1139,1,leg_gt,2.06,60 -61750,sell_contrast_m10_bb_pos,sell,2026-03-30 20:18:00,431.0,7.1139,1,leg_gt,2.06,60 -61751,sell_contrast_m10_bb_pos,sell,2026-03-31 02:00:00,425.0,5.6214,1,leg_gt,2.3,60 -61752,sell_contrast_m10_bb_pos,sell,2026-03-31 02:03:00,425.0,5.6214,1,leg_gt,2.3,60 -61753,sell_contrast_m10_bb_pos,sell,2026-03-31 02:06:00,424.0,5.3726,1,leg_gt,2.3,60 -61754,sell_contrast_m10_bb_pos,sell,2026-03-31 02:09:00,422.0,4.8751,1,leg_gt,2.31,60 -61755,sell_contrast_m10_bb_pos,sell,2026-03-31 06:51:00,419.0,1.8465,1,leg_gt,0.11,60 -61756,sell_contrast_m10_bb_pos,sell,2026-03-31 06:54:00,418.0,1.6032,1,leg_gt,0.11,60 -61757,sell_contrast_m10_bb_pos,sell,2026-03-31 06:57:00,418.0,1.6032,1,leg_gt,0.12,60 -61758,sell_contrast_m10_bb_pos,sell,2026-03-31 10:30:00,420.0,2.0898,1,leg_gt,0.26,60 -61759,sell_contrast_m10_bb_pos,sell,2026-03-31 10:33:00,421.0,2.3331,1,leg_gt,0.27,60 -61760,sell_contrast_m10_bb_pos,sell,2026-03-31 10:36:00,421.0,2.3331,1,leg_gt,0.27,60 -61761,sell_contrast_m10_bb_pos,sell,2026-03-31 10:39:00,420.0,2.0898,1,leg_gt,0.27,60 -61762,sell_contrast_m10_bb_pos,sell,2026-03-31 10:42:00,419.0,1.8465,1,leg_gt,0.27,60 -61763,sell_contrast_m10_bb_pos,sell,2026-03-31 10:45:00,418.0,1.6032,1,leg_gt,0.28,60 -61764,sell_contrast_m10_bb_pos,sell,2026-03-31 10:48:00,418.0,1.6032,1,leg_gt,0.28,60 -61765,sell_contrast_m10_bb_pos,sell,2026-03-31 11:12:00,421.0,2.3331,1,leg_gt,0.29,60 -61766,sell_contrast_m10_bb_pos,sell,2026-03-31 11:15:00,421.0,2.3331,1,leg_gt,0.3,60 -61767,sell_contrast_m10_bb_pos,sell,2026-03-31 11:18:00,424.0,3.063,1,leg_gt,0.3,60 -61768,sell_contrast_m10_bb_pos,sell,2026-03-31 11:21:00,422.0,2.5764,1,leg_gt,0.3,60 -61769,sell_contrast_m10_bb_pos,sell,2026-03-31 11:24:00,423.0,2.8197,1,leg_gt,0.3,60 -61770,sell_contrast_m10_bb_pos,sell,2026-03-31 11:27:00,423.0,2.8197,1,leg_gt,0.3,60 -61771,sell_contrast_m10_bb_pos,sell,2026-03-31 11:30:00,423.0,2.8197,1,leg_gt,0.31,60 -61772,sell_contrast_m10_bb_pos,sell,2026-03-31 11:33:00,423.0,2.8197,1,leg_gt,0.31,60 -61773,sell_contrast_m10_bb_pos,sell,2026-03-31 11:36:00,424.0,3.063,1,leg_gt,0.31,60 -61774,sell_contrast_m10_bb_pos,sell,2026-03-31 11:39:00,424.0,3.063,1,leg_gt,0.31,60 -61775,sell_contrast_m10_bb_pos,sell,2026-03-31 11:42:00,424.0,3.063,1,leg_gt,0.31,60 -61776,sell_contrast_m10_bb_pos,sell,2026-03-31 11:45:00,424.0,3.063,1,leg_gt,0.32,60 -61777,sell_contrast_m10_bb_pos,sell,2026-03-31 11:48:00,422.0,2.5764,1,leg_gt,0.32,60 -61778,sell_contrast_m10_bb_pos,sell,2026-03-31 14:12:00,422.0,2.5764,1,leg_gt,0.42,60 -61779,sell_contrast_m10_bb_pos,sell,2026-03-31 14:15:00,421.0,2.3331,1,leg_gt,0.42,60 -61780,sell_contrast_m10_bb_pos,sell,2026-03-31 14:18:00,421.0,2.3331,1,leg_gt,0.42,60 -61781,sell_contrast_m10_bb_pos,sell,2026-03-31 16:00:00,423.0,2.8197,1,leg_gt,0.49,60 -61782,sell_contrast_m10_bb_pos,sell,2026-03-31 16:03:00,423.0,2.8197,1,leg_gt,0.5,60 -61783,sell_contrast_m10_bb_pos,sell,2026-03-31 16:06:00,423.0,2.8197,1,leg_gt,0.5,60 -61784,sell_contrast_m10_bb_pos,sell,2026-03-31 16:09:00,422.0,2.5764,1,leg_gt,0.5,60 -61785,sell_contrast_m10_bb_pos,sell,2026-03-31 17:12:00,422.0,2.5764,1,leg_gt,0.54,60 -61786,sell_contrast_m10_bb_pos,sell,2026-03-31 17:15:00,422.0,2.5764,1,leg_gt,0.55,60 -61787,sell_contrast_m10_bb_pos,sell,2026-03-31 17:18:00,424.0,3.063,1,leg_gt,0.55,60 -61788,sell_contrast_m10_bb_pos,sell,2026-03-31 21:12:00,417.0,1.3599,1,leg_gt,0.71,60 -61789,sell_contrast_m10_bb_pos,sell,2026-03-31 21:15:00,417.0,1.3599,1,leg_gt,0.71,60 -61790,sell_contrast_m10_bb_pos,sell,2026-03-31 21:18:00,417.0,1.3599,1,leg_gt,0.71,60 -61791,sell_contrast_m10_bb_pos,sell,2026-03-31 21:21:00,418.0,1.6032,1,leg_gt,0.72,60 -61792,sell_contrast_m10_bb_pos,sell,2026-03-31 21:24:00,417.0,1.3599,1,leg_gt,0.72,60 -61793,sell_contrast_m10_bb_pos,sell,2026-03-31 21:27:00,418.0,1.6032,1,leg_gt,0.72,60 -61794,sell_contrast_m10_bb_pos,sell,2026-03-31 23:00:00,421.0,2.3331,1,leg_gt,0.79,60 -61795,sell_contrast_m10_bb_pos,sell,2026-03-31 23:03:00,421.0,2.3331,1,leg_gt,0.79,60 -61796,sell_contrast_m10_bb_pos,sell,2026-03-31 23:06:00,419.0,1.8465,1,leg_gt,0.79,60 -61797,sell_contrast_m10_bb_pos,sell,2026-03-31 23:09:00,420.0,2.0898,1,leg_gt,0.79,60 -61798,sell_contrast_m10_bb_pos,sell,2026-04-01 05:42:00,418.0,1.3563,1,leg_gt,0.12,60 -61799,sell_contrast_m10_bb_pos,sell,2026-04-01 05:45:00,417.0,1.1136,1,leg_gt,0.12,60 -61800,sell_contrast_m10_bb_pos,sell,2026-04-01 05:48:00,419.0,1.599,1,leg_gt,0.12,60 -61801,sell_contrast_m10_bb_pos,sell,2026-04-01 06:00:00,418.0,1.3563,1,leg_gt,0.13,60 -61802,sell_contrast_m10_bb_pos,sell,2026-04-01 06:03:00,416.0,0.8709,1,leg_gt,0.13,60 -61803,sell_contrast_m10_bb_pos,sell,2026-04-01 06:06:00,418.0,1.3563,1,leg_gt,0.13,60 -61804,sell_contrast_m10_bb_pos,sell,2026-04-01 06:09:00,417.0,1.1136,1,leg_gt,0.14,60 -61805,sell_contrast_m10_bb_pos,sell,2026-04-01 06:21:00,418.0,1.3563,1,leg_gt,0.14,60 -61806,sell_contrast_m10_bb_pos,sell,2026-04-01 06:24:00,418.0,1.3563,1,leg_gt,0.15,60 -61807,sell_contrast_m10_bb_pos,sell,2026-04-01 06:27:00,418.0,1.3563,1,leg_gt,0.15,60 -61808,sell_contrast_m10_bb_pos,sell,2026-04-01 09:42:00,418.0,1.3563,1,leg_gt,0.28,60 -61809,sell_contrast_m10_bb_pos,sell,2026-04-01 09:45:00,419.0,1.599,1,leg_gt,0.29,60 -61810,sell_contrast_m10_bb_pos,sell,2026-04-01 09:48:00,419.0,1.599,1,leg_gt,0.29,60 -61811,sell_contrast_m10_bb_pos,sell,2026-04-01 09:51:00,421.0,2.0845,1,leg_gt,0.29,60 -61812,sell_contrast_m10_bb_pos,sell,2026-04-01 09:54:00,421.0,2.0845,1,leg_gt,0.29,60 -61813,sell_contrast_m10_bb_pos,sell,2026-04-01 09:57:00,422.0,2.3272,1,leg_gt,0.29,60 -61814,sell_contrast_m10_bb_pos,sell,2026-04-01 10:30:00,422.0,2.3272,1,leg_gt,0.32,60 -61815,sell_contrast_m10_bb_pos,sell,2026-04-01 10:33:00,424.0,2.8126,1,leg_gt,0.32,60 -61816,sell_contrast_m10_bb_pos,sell,2026-04-01 10:36:00,422.0,2.3272,1,leg_gt,0.32,60 -61817,sell_contrast_m10_bb_pos,sell,2026-04-01 10:39:00,422.0,2.3272,1,leg_gt,0.32,60 -61818,sell_contrast_m10_bb_pos,sell,2026-04-01 14:21:00,422.0,2.3272,1,leg_gt,0.48,60 -61819,sell_contrast_m10_bb_pos,sell,2026-04-01 14:24:00,421.0,2.0845,1,leg_gt,0.48,60 -61820,sell_contrast_m10_bb_pos,sell,2026-04-01 14:27:00,423.0,2.5699,1,leg_gt,0.48,60 -61821,sell_contrast_m10_bb_pos,sell,2026-04-01 14:42:00,423.0,2.5699,1,leg_gt,0.49,60 -61822,sell_contrast_m10_bb_pos,sell,2026-04-01 14:45:00,423.0,2.5699,1,leg_gt,0.49,60 -61823,sell_contrast_m10_bb_pos,sell,2026-04-01 14:48:00,423.0,2.5699,1,leg_gt,0.5,60 -61824,sell_contrast_m10_bb_pos,sell,2026-04-01 14:51:00,424.0,2.8126,1,leg_gt,0.5,60 -61825,sell_contrast_m10_bb_pos,sell,2026-04-01 14:54:00,424.0,2.8126,1,leg_gt,0.5,60 -61826,sell_contrast_m10_bb_pos,sell,2026-04-01 14:57:00,423.0,2.5699,1,leg_gt,0.5,60 -61827,sell_contrast_m10_bb_pos,sell,2026-04-01 15:12:00,426.0,3.2981,1,leg_gt,0.51,60 -61828,sell_contrast_m10_bb_pos,sell,2026-04-01 15:15:00,424.0,2.8126,1,leg_gt,0.51,60 -61829,sell_contrast_m10_bb_pos,sell,2026-04-01 15:18:00,425.0,3.0553,1,leg_gt,0.52,60 -61830,sell_contrast_m10_bb_pos,sell,2026-04-01 15:30:00,425.0,3.0553,1,leg_gt,0.52,60 -61831,sell_contrast_m10_bb_pos,sell,2026-04-01 15:33:00,424.0,2.8126,1,leg_gt,0.53,60 -61832,sell_contrast_m10_bb_pos,sell,2026-04-01 15:36:00,424.0,2.8126,1,leg_gt,0.53,60 -61833,sell_contrast_m10_bb_pos,sell,2026-04-01 15:39:00,424.0,2.8126,1,leg_gt,0.53,60 -61834,sell_contrast_m10_bb_pos,sell,2026-04-01 19:51:00,425.0,3.0553,1,leg_gt,0.71,60 -61835,sell_contrast_m10_bb_pos,sell,2026-04-01 19:54:00,423.0,2.5699,1,leg_gt,0.71,60 -61836,sell_contrast_m10_bb_pos,sell,2026-04-01 19:57:00,422.0,2.3272,1,leg_gt,0.71,60 -61837,sell_contrast_m10_bb_pos,sell,2026-04-01 20:21:00,425.0,3.0553,1,leg_gt,0.73,60 -61838,sell_contrast_m10_bb_pos,sell,2026-04-01 20:24:00,424.0,2.8126,1,leg_gt,0.73,60 -61839,sell_contrast_m10_bb_pos,sell,2026-04-01 20:27:00,426.0,3.2981,1,leg_gt,0.73,60 -61840,sell_contrast_m10_bb_pos,sell,2026-04-01 20:51:00,426.0,3.2981,1,leg_gt,0.75,60 -61841,sell_contrast_m10_bb_pos,sell,2026-04-01 20:54:00,425.0,3.0553,1,leg_gt,0.75,60 -61842,sell_contrast_m10_bb_pos,sell,2026-04-01 20:57:00,425.0,3.0553,1,leg_gt,0.75,60 -61843,sell_contrast_m10_bb_pos,sell,2026-04-01 21:12:00,427.0,3.5408,1,leg_gt,0.76,60 -61844,sell_contrast_m10_bb_pos,sell,2026-04-01 21:15:00,427.0,3.5408,1,leg_gt,0.76,60 -61845,sell_contrast_m10_bb_pos,sell,2026-04-01 21:18:00,427.0,3.5408,1,leg_gt,0.77,60 -61846,sell_contrast_m10_bb_pos,sell,2026-04-01 21:21:00,425.0,3.0553,1,leg_gt,0.77,60 -61847,sell_contrast_m10_bb_pos,sell,2026-04-01 21:24:00,425.0,3.0553,1,leg_gt,0.77,60 -61848,sell_contrast_m10_bb_pos,sell,2026-04-01 21:27:00,424.0,2.8126,1,leg_gt,0.77,60 -61849,sell_contrast_m10_bb_pos,sell,2026-04-01 21:51:00,428.0,3.7835,1,leg_gt,0.79,60 -61850,sell_contrast_m10_bb_pos,sell,2026-04-01 21:54:00,427.0,3.5408,1,leg_gt,0.79,60 -61851,sell_contrast_m10_bb_pos,sell,2026-04-01 21:57:00,427.0,3.5408,1,leg_gt,0.79,60 -61852,sell_contrast_m10_bb_pos,sell,2026-04-01 22:00:00,427.0,3.5408,1,leg_gt,0.8,60 -61853,sell_contrast_m10_bb_pos,sell,2026-04-01 22:03:00,425.0,3.0553,1,leg_gt,0.8,60 -61854,sell_contrast_m10_bb_pos,sell,2026-04-01 22:06:00,424.0,2.8126,1,leg_gt,0.8,60 -61855,sell_contrast_m10_bb_pos,sell,2026-04-01 22:09:00,425.0,3.0553,1,leg_gt,0.8,60 -61856,sell_contrast_m10_bb_pos,sell,2026-04-01 22:21:00,427.0,3.5408,1,leg_gt,0.81,60 -61857,sell_contrast_m10_bb_pos,sell,2026-04-01 22:24:00,426.0,3.2981,1,leg_gt,0.81,60 -61858,sell_contrast_m10_bb_pos,sell,2026-04-01 22:27:00,427.0,3.5408,1,leg_gt,0.81,60 -61859,sell_contrast_m10_bb_pos,sell,2026-04-02 06:51:00,423.0,2.5699,1,leg_gt,1.16,60 -61860,sell_contrast_m10_bb_pos,sell,2026-04-02 06:54:00,422.0,2.3272,1,leg_gt,1.17,60 -61861,sell_contrast_m10_bb_pos,sell,2026-04-02 06:57:00,423.0,2.5699,1,leg_gt,1.17,60 -61862,sell_contrast_m10_bb_pos,sell,2026-04-02 07:00:00,424.0,2.8126,1,leg_gt,1.17,60 -61863,sell_contrast_m10_bb_pos,sell,2026-04-02 07:03:00,423.0,2.5699,1,leg_gt,1.17,60 -61864,sell_contrast_m10_bb_pos,sell,2026-04-02 07:06:00,421.0,2.0845,1,leg_gt,1.18,60 -61865,sell_contrast_m10_bb_pos,sell,2026-04-02 07:09:00,422.0,2.3272,1,leg_gt,1.18,60 -61866,sell_contrast_m10_bb_pos,sell,2026-04-02 15:00:00,411.0,-0.3427,0,leg_gt,1.5,60 -61867,sell_contrast_m10_bb_pos,sell,2026-04-02 15:03:00,410.0,-0.5854,0,leg_gt,1.51,60 -61868,sell_contrast_m10_bb_pos,sell,2026-04-02 15:06:00,411.0,-0.3427,0,leg_gt,1.51,60 -61869,sell_contrast_m10_bb_pos,sell,2026-04-02 15:09:00,412.0,-0.1,0,leg_gt,1.51,60 -61870,sell_contrast_m10_bb_pos,sell,2026-04-02 15:12:00,412.0,-0.1,0,leg_gt,1.51,60 -61871,sell_contrast_m10_bb_pos,sell,2026-04-02 15:15:00,412.0,-0.1,0,leg_gt,1.51,60 -61872,sell_contrast_m10_bb_pos,sell,2026-04-02 15:18:00,413.0,0.1427,1,leg_gt,1.52,60 -61873,sell_contrast_m10_bb_pos,sell,2026-04-02 15:30:00,412.0,-0.1,0,leg_gt,1.52,60 -61874,sell_contrast_m10_bb_pos,sell,2026-04-02 15:33:00,413.0,0.1427,1,leg_gt,1.53,60 -61875,sell_contrast_m10_bb_pos,sell,2026-04-02 15:36:00,413.0,0.1427,1,leg_gt,1.53,60 -61876,sell_contrast_m10_bb_pos,sell,2026-04-02 15:39:00,412.0,-0.1,0,leg_gt,1.53,60 -61877,sell_contrast_m10_bb_pos,sell,2026-04-02 15:42:00,413.0,0.1427,1,leg_gt,1.53,60 -61878,sell_contrast_m10_bb_pos,sell,2026-04-02 15:45:00,413.0,0.1427,1,leg_gt,1.54,60 -61879,sell_contrast_m10_bb_pos,sell,2026-04-02 15:48:00,413.0,0.1427,1,leg_gt,1.54,60 -61880,sell_contrast_m10_bb_pos,sell,2026-04-02 16:12:00,413.0,0.1427,1,leg_gt,1.55,60 -61881,sell_contrast_m10_bb_pos,sell,2026-04-02 16:15:00,413.0,0.1427,1,leg_gt,1.56,60 -61882,sell_contrast_m10_bb_pos,sell,2026-04-02 16:18:00,413.0,0.1427,1,leg_gt,1.56,60 -61883,sell_contrast_m10_bb_pos,sell,2026-04-03 00:00:00,409.0,2.15,1,leg_gt,0.06,60 -61884,sell_contrast_m10_bb_pos,sell,2026-04-03 00:03:00,408.0,1.9,1,leg_gt,0.06,60 -61885,sell_contrast_m10_bb_pos,sell,2026-04-03 00:06:00,408.0,1.9,1,leg_gt,0.06,60 -61886,sell_contrast_m10_bb_pos,sell,2026-04-03 00:09:00,409.0,2.15,1,leg_gt,0.06,60 -61887,sell_contrast_m10_bb_pos,sell,2026-04-03 00:12:00,410.0,2.4,1,leg_gt,0.06,60 -61888,sell_contrast_m10_bb_pos,sell,2026-04-03 00:15:00,409.0,2.15,1,leg_gt,0.07,60 -61889,sell_contrast_m10_bb_pos,sell,2026-04-03 00:18:00,407.0,1.65,1,leg_gt,0.07,60 -61890,sell_contrast_m10_bb_pos,sell,2026-04-03 05:21:00,408.0,1.9,1,leg_gt,0.28,60 -61891,sell_contrast_m10_bb_pos,sell,2026-04-03 05:24:00,407.0,1.65,1,leg_gt,0.28,60 -61892,sell_contrast_m10_bb_pos,sell,2026-04-03 05:27:00,407.0,1.65,1,leg_gt,0.28,60 -61893,sell_contrast_m10_bb_pos,sell,2026-04-03 05:30:00,408.0,1.9,1,leg_gt,0.29,60 -61894,sell_contrast_m10_bb_pos,sell,2026-04-03 05:33:00,409.0,2.15,1,leg_gt,0.29,60 -61895,sell_contrast_m10_bb_pos,sell,2026-04-03 05:36:00,409.0,2.15,1,leg_gt,0.29,60 -61896,sell_contrast_m10_bb_pos,sell,2026-04-03 05:39:00,410.0,2.4,1,leg_gt,0.29,60 -61897,sell_contrast_m10_bb_pos,sell,2026-04-03 13:51:00,406.0,1.4,1,leg_gt,0.63,60 -61898,sell_contrast_m10_bb_pos,sell,2026-04-03 13:54:00,406.0,1.4,1,leg_gt,0.64,60 -61899,sell_contrast_m10_bb_pos,sell,2026-04-03 13:57:00,407.0,1.65,1,leg_gt,0.64,60 -61900,sell_contrast_m10_bb_pos,sell,2026-04-03 14:12:00,407.0,1.65,1,leg_gt,0.65,60 -61901,sell_contrast_m10_bb_pos,sell,2026-04-03 14:15:00,407.0,1.65,1,leg_gt,0.65,60 -61902,sell_contrast_m10_bb_pos,sell,2026-04-03 14:18:00,406.0,1.4,1,leg_gt,0.65,60 -61903,sell_contrast_m10_bb_pos,sell,2026-04-03 14:21:00,407.0,1.65,1,leg_gt,0.65,60 -61904,sell_contrast_m10_bb_pos,sell,2026-04-03 14:24:00,406.0,1.4,1,leg_gt,0.66,60 -61905,sell_contrast_m10_bb_pos,sell,2026-04-03 14:27:00,407.0,1.65,1,leg_gt,0.66,60 -61906,sell_contrast_m10_bb_pos,sell,2026-04-03 15:00:00,409.0,2.15,1,leg_gt,0.68,60 -61907,sell_contrast_m10_bb_pos,sell,2026-04-03 15:03:00,408.0,1.9,1,leg_gt,0.68,60 -61908,sell_contrast_m10_bb_pos,sell,2026-04-03 15:06:00,409.0,2.15,1,leg_gt,0.69,60 -61909,sell_contrast_m10_bb_pos,sell,2026-04-03 15:09:00,408.0,1.9,1,leg_gt,0.69,60 -61910,sell_contrast_m10_bb_pos,sell,2026-04-03 15:51:00,411.0,2.65,1,leg_gt,0.72,60 -61911,sell_contrast_m10_bb_pos,sell,2026-04-03 15:54:00,411.0,2.65,1,leg_gt,0.72,60 -61912,sell_contrast_m10_bb_pos,sell,2026-04-03 15:57:00,411.0,2.65,1,leg_gt,0.72,60 -61913,sell_contrast_m10_bb_pos,sell,2026-04-03 16:00:00,411.0,2.65,1,leg_gt,0.72,60 -61914,sell_contrast_m10_bb_pos,sell,2026-04-03 16:03:00,410.0,2.4,1,leg_gt,0.72,60 -61915,sell_contrast_m10_bb_pos,sell,2026-04-03 16:06:00,411.0,2.65,1,leg_gt,0.73,60 -61916,sell_contrast_m10_bb_pos,sell,2026-04-03 16:09:00,411.0,2.65,1,leg_gt,0.73,60 -61917,sell_contrast_m10_bb_pos,sell,2026-04-03 16:12:00,411.0,2.65,1,leg_gt,0.73,60 -61918,sell_contrast_m10_bb_pos,sell,2026-04-03 16:15:00,411.0,2.65,1,leg_gt,0.73,60 -61919,sell_contrast_m10_bb_pos,sell,2026-04-03 16:18:00,411.0,2.65,1,leg_gt,0.74,60 -61920,sell_contrast_m10_bb_pos,sell,2026-04-03 17:12:00,411.0,2.65,1,leg_gt,0.77,60 -61921,sell_contrast_m10_bb_pos,sell,2026-04-03 17:15:00,410.0,2.4,1,leg_gt,0.78,60 -61922,sell_contrast_m10_bb_pos,sell,2026-04-03 17:18:00,411.0,2.65,1,leg_gt,0.78,60 -61923,sell_contrast_m10_bb_pos,sell,2026-04-03 18:21:00,412.0,2.9,1,leg_gt,0.82,60 -61924,sell_contrast_m10_bb_pos,sell,2026-04-03 18:24:00,411.0,2.65,1,leg_gt,0.82,60 -61925,sell_contrast_m10_bb_pos,sell,2026-04-03 18:27:00,412.0,2.9,1,leg_gt,0.82,60 -61926,sell_contrast_m10_bb_pos,sell,2026-04-03 18:42:00,412.0,2.9,1,leg_gt,0.84,60 -61927,sell_contrast_m10_bb_pos,sell,2026-04-03 18:45:00,413.0,3.15,1,leg_gt,0.84,60 -61928,sell_contrast_m10_bb_pos,sell,2026-04-03 18:48:00,413.0,3.15,1,leg_gt,0.84,60 -61929,sell_contrast_m10_bb_pos,sell,2026-04-03 18:51:00,413.0,3.15,1,leg_gt,0.84,60 -61930,sell_contrast_m10_bb_pos,sell,2026-04-03 18:54:00,413.0,3.15,1,leg_gt,0.84,60 -61931,sell_contrast_m10_bb_pos,sell,2026-04-03 18:57:00,413.0,3.15,1,leg_gt,0.85,60 -61932,sell_contrast_m10_bb_pos,sell,2026-04-03 20:42:00,412.0,2.9,1,leg_gt,0.92,60 -61933,sell_contrast_m10_bb_pos,sell,2026-04-03 20:45:00,413.0,3.15,1,leg_gt,0.92,60 -61934,sell_contrast_m10_bb_pos,sell,2026-04-03 20:48:00,412.0,2.9,1,leg_gt,0.92,60 -61935,sell_contrast_m10_bb_pos,sell,2026-04-03 20:51:00,413.0,3.15,1,leg_gt,0.92,60 -61936,sell_contrast_m10_bb_pos,sell,2026-04-03 20:54:00,413.0,3.15,1,leg_gt,0.93,60 -61937,sell_contrast_m10_bb_pos,sell,2026-04-03 20:57:00,414.0,3.4,1,leg_gt,0.93,60 -61938,sell_contrast_m10_bb_pos,sell,2026-04-03 21:30:00,414.0,3.4,1,leg_gt,0.95,60 -61939,sell_contrast_m10_bb_pos,sell,2026-04-03 21:33:00,412.0,2.9,1,leg_gt,0.95,60 -61940,sell_contrast_m10_bb_pos,sell,2026-04-03 21:36:00,412.0,2.9,1,leg_gt,0.96,60 -61941,sell_contrast_m10_bb_pos,sell,2026-04-03 21:39:00,413.0,3.15,1,leg_gt,0.96,60 -61942,sell_contrast_m10_bb_pos,sell,2026-04-04 00:12:00,413.0,3.15,1,leg_gt,1.06,60 -61943,sell_contrast_m10_bb_pos,sell,2026-04-04 00:15:00,414.0,3.4,1,leg_gt,1.07,60 -61944,sell_contrast_m10_bb_pos,sell,2026-04-04 00:18:00,413.0,3.15,1,leg_gt,1.07,60 -61945,sell_contrast_m10_bb_pos,sell,2026-04-04 13:12:00,403.0,0.65,1,leg_gt,1.61,60 -61946,sell_contrast_m10_bb_pos,sell,2026-04-04 13:15:00,404.0,0.9,1,leg_gt,1.61,60 -61947,sell_contrast_m10_bb_pos,sell,2026-04-04 13:18:00,403.0,0.65,1,leg_gt,1.61,60 -61948,sell_contrast_m10_bb_pos,sell,2026-04-04 13:51:00,404.0,0.9,1,leg_gt,1.63,60 -61949,sell_contrast_m10_bb_pos,sell,2026-04-04 13:54:00,404.0,0.9,1,leg_gt,1.64,60 -61950,sell_contrast_m10_bb_pos,sell,2026-04-04 13:57:00,403.0,0.65,1,leg_gt,1.64,60 -61951,sell_contrast_m10_bb_pos,sell,2026-04-04 15:51:00,404.0,0.9,1,leg_gt,1.72,60 -61952,sell_contrast_m10_bb_pos,sell,2026-04-04 15:54:00,403.0,0.65,1,leg_gt,1.72,60 -61953,sell_contrast_m10_bb_pos,sell,2026-04-04 15:57:00,404.0,0.9,1,leg_gt,1.72,60 -61954,sell_contrast_m10_bb_pos,sell,2026-04-04 21:42:00,400.0,-0.1,0,leg_gt,1.96,60 -61955,sell_contrast_m10_bb_pos,sell,2026-04-04 21:45:00,399.0,-0.35,0,leg_gt,1.96,60 -61956,sell_contrast_m10_bb_pos,sell,2026-04-04 21:48:00,399.0,-0.35,0,leg_gt,1.96,60 -61957,sell_contrast_m10_bb_pos,sell,2026-04-04 22:00:00,400.0,-0.1,0,leg_gt,1.97,60 -61958,sell_contrast_m10_bb_pos,sell,2026-04-04 22:03:00,401.0,0.15,1,leg_gt,1.98,60 -61959,sell_contrast_m10_bb_pos,sell,2026-04-04 22:06:00,399.0,-0.35,0,leg_gt,1.98,60 -61960,sell_contrast_m10_bb_pos,sell,2026-04-04 22:09:00,399.0,-0.35,0,leg_gt,1.98,60 -61961,sell_contrast_m10_bb_pos,sell,2026-04-04 22:30:00,401.0,0.15,1,leg_gt,1.99,60 -61962,sell_contrast_m10_bb_pos,sell,2026-04-04 22:33:00,400.0,-0.1,0,leg_gt,2.0,60 -61963,sell_contrast_m10_bb_pos,sell,2026-04-04 22:36:00,400.0,-0.1,0,leg_gt,2.0,60 -61964,sell_contrast_m10_bb_pos,sell,2026-04-04 22:39:00,402.0,0.4,1,leg_gt,2.0,60 -61965,sell_contrast_m10_bb_pos,sell,2026-04-04 22:42:00,401.0,0.15,1,leg_gt,2.0,60 -61966,sell_contrast_m10_bb_pos,sell,2026-04-04 22:45:00,402.0,0.4,1,leg_gt,2.0,60 -61967,sell_contrast_m10_bb_pos,sell,2026-04-04 22:48:00,400.0,-0.1,0,leg_gt,2.01,60 -61968,sell_contrast_m10_bb_pos,sell,2026-04-05 02:21:00,400.0,-0.1,0,leg_gt,2.15,60 -61969,sell_contrast_m10_bb_pos,sell,2026-04-05 02:24:00,401.0,0.15,1,leg_gt,2.16,60 -61970,sell_contrast_m10_bb_pos,sell,2026-04-05 02:27:00,402.0,0.4,1,leg_gt,2.16,60 -61971,sell_contrast_m10_bb_pos,sell,2026-04-05 02:42:00,402.0,0.4,1,leg_gt,2.17,60 -61972,sell_contrast_m10_bb_pos,sell,2026-04-05 02:45:00,402.0,0.4,1,leg_gt,2.17,60 -61973,sell_contrast_m10_bb_pos,sell,2026-04-05 02:48:00,402.0,0.4,1,leg_gt,2.17,60 -61974,sell_contrast_m10_bb_pos,sell,2026-04-05 02:51:00,402.0,0.4,1,leg_gt,2.17,60 -61975,sell_contrast_m10_bb_pos,sell,2026-04-05 02:54:00,402.0,0.4,1,leg_gt,2.18,60 -61976,sell_contrast_m10_bb_pos,sell,2026-04-05 02:57:00,401.0,0.15,1,leg_gt,2.18,60 -61977,sell_contrast_m10_bb_pos,sell,2026-04-05 03:00:00,402.0,0.4,1,leg_gt,2.18,60 -61978,sell_contrast_m10_bb_pos,sell,2026-04-05 03:03:00,402.0,0.4,1,leg_gt,2.18,60 -61979,sell_contrast_m10_bb_pos,sell,2026-04-05 03:06:00,401.0,0.15,1,leg_gt,2.19,60 -61980,sell_contrast_m10_bb_pos,sell,2026-04-05 03:09:00,401.0,0.15,1,leg_gt,2.19,60 -61981,sell_contrast_m10_bb_pos,sell,2026-04-06 00:51:00,379.0,-5.35,0,leg_gt,3.09,60 -61982,sell_contrast_m10_bb_pos,sell,2026-04-06 00:54:00,378.0,-5.6,0,leg_gt,3.09,60 -61983,sell_contrast_m10_bb_pos,sell,2026-04-06 00:57:00,378.0,-5.6,0,leg_gt,3.1,60 -61984,sell_contrast_m10_bb_pos,sell,2026-04-06 01:12:00,380.0,-5.1,0,leg_gt,3.11,60 -61985,sell_contrast_m10_bb_pos,sell,2026-04-06 01:15:00,381.0,-4.85,0,leg_gt,3.11,60 -61986,sell_contrast_m10_bb_pos,sell,2026-04-06 01:18:00,381.0,-4.85,0,leg_gt,3.11,60 -61987,sell_contrast_m10_bb_pos,sell,2026-04-06 01:30:00,380.0,-5.1,0,leg_gt,3.12,60 -61988,sell_contrast_m10_bb_pos,sell,2026-04-06 01:33:00,381.0,-4.85,0,leg_gt,3.12,60 -61989,sell_contrast_m10_bb_pos,sell,2026-04-06 01:36:00,380.0,-5.1,0,leg_gt,3.12,60 -61990,sell_contrast_m10_bb_pos,sell,2026-04-06 01:39:00,381.0,-4.85,0,leg_gt,3.12,60 -61991,sell_contrast_m10_bb_pos,sell,2026-04-06 01:42:00,380.0,-5.1,0,leg_gt,3.13,60 -61992,sell_contrast_m10_bb_pos,sell,2026-04-06 01:45:00,380.0,-5.1,0,leg_gt,3.13,60 -61993,sell_contrast_m10_bb_pos,sell,2026-04-06 01:48:00,380.0,-5.1,0,leg_gt,3.13,60 -61994,sell_contrast_m10_bb_pos,sell,2026-04-06 08:00:00,372.0,1.8178,1,leg_gt,0.08,60 -61995,sell_contrast_m10_bb_pos,sell,2026-04-06 08:03:00,371.0,1.5438,1,leg_gt,0.08,60 -61996,sell_contrast_m10_bb_pos,sell,2026-04-06 08:06:00,370.0,1.2699,1,leg_gt,0.08,60 -61997,sell_contrast_m10_bb_pos,sell,2026-04-06 08:09:00,371.0,1.5438,1,leg_gt,0.08,60 -61998,sell_contrast_m10_bb_pos,sell,2026-04-06 08:51:00,375.0,2.6397,1,leg_gt,0.11,60 -61999,sell_contrast_m10_bb_pos,sell,2026-04-06 08:54:00,375.0,2.6397,1,leg_gt,0.11,60 -62000,sell_contrast_m10_bb_pos,sell,2026-04-06 08:57:00,375.0,2.6397,1,leg_gt,0.11,60 -62001,sell_contrast_m10_bb_pos,sell,2026-04-06 09:00:00,377.0,3.1877,1,leg_gt,0.12,60 -62002,sell_contrast_m10_bb_pos,sell,2026-04-06 09:03:00,380.0,4.0096,1,leg_gt,0.12,60 -62003,sell_contrast_m10_bb_pos,sell,2026-04-06 09:06:00,382.0,4.5575,1,leg_gt,0.12,60 -62004,sell_contrast_m10_bb_pos,sell,2026-04-06 09:09:00,380.0,4.0096,1,leg_gt,0.12,60 -62005,sell_contrast_m10_bb_pos,sell,2026-04-06 09:21:00,378.0,3.4616,1,leg_gt,0.13,60 -62006,sell_contrast_m10_bb_pos,sell,2026-04-06 09:24:00,378.0,3.4616,1,leg_gt,0.13,60 -62007,sell_contrast_m10_bb_pos,sell,2026-04-06 09:27:00,378.0,3.4616,1,leg_gt,0.14,60 -62008,sell_contrast_m10_bb_pos,sell,2026-04-06 09:30:00,379.0,3.7356,1,leg_gt,0.14,60 -62009,sell_contrast_m10_bb_pos,sell,2026-04-06 09:33:00,378.0,3.4616,1,leg_gt,0.14,60 -62010,sell_contrast_m10_bb_pos,sell,2026-04-06 09:36:00,378.0,3.4616,1,leg_gt,0.14,60 -62011,sell_contrast_m10_bb_pos,sell,2026-04-06 09:39:00,377.0,3.1877,1,leg_gt,0.14,60 -62012,sell_contrast_m10_bb_pos,sell,2026-04-06 11:21:00,380.0,4.0096,1,leg_gt,0.21,60 -62013,sell_contrast_m10_bb_pos,sell,2026-04-06 11:24:00,378.0,3.4616,1,leg_gt,0.22,60 -62014,sell_contrast_m10_bb_pos,sell,2026-04-06 11:27:00,378.0,3.4616,1,leg_gt,0.22,60 -62015,sell_contrast_m10_bb_pos,sell,2026-04-06 11:42:00,379.0,3.7356,1,leg_gt,0.23,60 -62016,sell_contrast_m10_bb_pos,sell,2026-04-06 11:45:00,379.0,3.7356,1,leg_gt,0.23,60 -62017,sell_contrast_m10_bb_pos,sell,2026-04-06 11:48:00,380.0,4.0096,1,leg_gt,0.23,60 -62018,sell_contrast_m10_bb_pos,sell,2026-04-06 17:51:00,375.0,2.6397,1,leg_gt,0.49,60 -62019,sell_contrast_m10_bb_pos,sell,2026-04-06 17:54:00,374.0,2.3658,1,leg_gt,0.49,60 -62020,sell_contrast_m10_bb_pos,sell,2026-04-06 17:57:00,375.0,2.6397,1,leg_gt,0.49,60 -62021,sell_contrast_m10_bb_pos,sell,2026-04-06 18:12:00,376.0,2.9137,1,leg_gt,0.5,60 -62022,sell_contrast_m10_bb_pos,sell,2026-04-06 18:15:00,377.0,3.1877,1,leg_gt,0.5,60 -62023,sell_contrast_m10_bb_pos,sell,2026-04-06 18:18:00,378.0,3.4616,1,leg_gt,0.5,60 -62024,sell_contrast_m10_bb_pos,sell,2026-04-06 18:51:00,377.0,3.1877,1,leg_gt,0.53,60 -62025,sell_contrast_m10_bb_pos,sell,2026-04-06 18:54:00,377.0,3.1877,1,leg_gt,0.53,60 -62026,sell_contrast_m10_bb_pos,sell,2026-04-06 18:57:00,378.0,3.4616,1,leg_gt,0.53,60 -62027,sell_contrast_m10_bb_pos,sell,2026-04-06 19:30:00,381.0,4.2836,1,leg_gt,0.55,60 -62028,sell_contrast_m10_bb_pos,sell,2026-04-06 19:33:00,381.0,4.2836,1,leg_gt,0.56,60 -62029,sell_contrast_m10_bb_pos,sell,2026-04-06 19:36:00,381.0,4.2836,1,leg_gt,0.56,60 -62030,sell_contrast_m10_bb_pos,sell,2026-04-06 19:39:00,381.0,4.2836,1,leg_gt,0.56,60 -62031,sell_contrast_m10_bb_pos,sell,2026-04-06 19:42:00,382.0,4.5575,1,leg_gt,0.56,60 -62032,sell_contrast_m10_bb_pos,sell,2026-04-06 19:45:00,383.0,4.8315,1,leg_gt,0.56,60 -62033,sell_contrast_m10_bb_pos,sell,2026-04-06 19:48:00,381.0,4.2836,1,leg_gt,0.57,60 -62034,sell_contrast_m10_bb_pos,sell,2026-04-06 19:51:00,381.0,4.2836,1,leg_gt,0.57,60 -62035,sell_contrast_m10_bb_pos,sell,2026-04-06 19:54:00,382.0,4.5575,1,leg_gt,0.57,60 -62036,sell_contrast_m10_bb_pos,sell,2026-04-06 19:57:00,381.0,4.2836,1,leg_gt,0.57,60 -62037,sell_contrast_m10_bb_pos,sell,2026-04-06 20:00:00,382.0,4.5575,1,leg_gt,0.57,60 -62038,sell_contrast_m10_bb_pos,sell,2026-04-06 20:03:00,381.0,4.2836,1,leg_gt,0.58,60 -62039,sell_contrast_m10_bb_pos,sell,2026-04-06 20:06:00,383.0,4.8315,1,leg_gt,0.58,60 -62040,sell_contrast_m10_bb_pos,sell,2026-04-06 20:09:00,383.0,4.8315,1,leg_gt,0.58,60 -62041,sell_contrast_m10_bb_pos,sell,2026-04-06 20:21:00,383.0,4.8315,1,leg_gt,0.59,60 -62042,sell_contrast_m10_bb_pos,sell,2026-04-06 20:24:00,382.0,4.5575,1,leg_gt,0.59,60 -62043,sell_contrast_m10_bb_pos,sell,2026-04-06 20:27:00,382.0,4.5575,1,leg_gt,0.59,60 -62044,sell_contrast_m10_bb_pos,sell,2026-04-06 22:30:00,383.0,4.8315,1,leg_gt,0.68,60 -62045,sell_contrast_m10_bb_pos,sell,2026-04-06 22:33:00,384.0,5.1055,1,leg_gt,0.68,60 -62046,sell_contrast_m10_bb_pos,sell,2026-04-06 22:36:00,385.0,5.3795,1,leg_gt,0.68,60 -62047,sell_contrast_m10_bb_pos,sell,2026-04-06 22:39:00,384.0,5.1055,1,leg_gt,0.69,60 -62048,sell_contrast_m10_bb_pos,sell,2026-04-06 23:00:00,384.0,5.1055,1,leg_gt,0.7,60 -62049,sell_contrast_m10_bb_pos,sell,2026-04-06 23:03:00,384.0,5.1055,1,leg_gt,0.7,60 -62050,sell_contrast_m10_bb_pos,sell,2026-04-06 23:06:00,383.0,4.8315,1,leg_gt,0.7,60 -62051,sell_contrast_m10_bb_pos,sell,2026-04-06 23:09:00,382.0,4.5575,1,leg_gt,0.71,60 -62052,sell_contrast_m10_bb_pos,sell,2026-04-07 14:00:00,369.0,1.2736,1,leg_gt,0.12,60 -62053,sell_contrast_m10_bb_pos,sell,2026-04-07 14:03:00,370.0,1.5484,1,leg_gt,0.12,60 -62054,sell_contrast_m10_bb_pos,sell,2026-04-07 14:06:00,369.0,1.2736,1,leg_gt,0.13,60 -62055,sell_contrast_m10_bb_pos,sell,2026-04-07 14:09:00,368.0,0.9989,1,leg_gt,0.13,60 -62056,sell_contrast_m10_bb_pos,sell,2026-04-07 14:21:00,370.0,1.5484,1,leg_gt,0.14,60 -62057,sell_contrast_m10_bb_pos,sell,2026-04-07 14:24:00,369.0,1.2736,1,leg_gt,0.14,60 -62058,sell_contrast_m10_bb_pos,sell,2026-04-07 14:27:00,368.0,0.9989,1,leg_gt,0.14,60 -62059,sell_contrast_m10_bb_pos,sell,2026-04-07 16:00:00,370.0,1.5484,1,leg_gt,0.21,60 -62060,sell_contrast_m10_bb_pos,sell,2026-04-07 16:03:00,370.0,1.5484,1,leg_gt,0.21,60 -62061,sell_contrast_m10_bb_pos,sell,2026-04-07 16:06:00,370.0,1.5484,1,leg_gt,0.21,60 -62062,sell_contrast_m10_bb_pos,sell,2026-04-07 16:09:00,370.0,1.5484,1,leg_gt,0.21,60 -62063,sell_contrast_m10_bb_pos,sell,2026-04-07 16:12:00,368.0,0.9989,1,leg_gt,0.21,60 -62064,sell_contrast_m10_bb_pos,sell,2026-04-07 16:15:00,369.0,1.2736,1,leg_gt,0.22,60 -62065,sell_contrast_m10_bb_pos,sell,2026-04-07 16:18:00,369.0,1.2736,1,leg_gt,0.22,60 -62066,sell_contrast_m10_bb_pos,sell,2026-04-07 17:30:00,371.0,1.8231,1,leg_gt,0.27,60 -62067,sell_contrast_m10_bb_pos,sell,2026-04-07 17:33:00,372.0,2.0978,1,leg_gt,0.27,60 -62068,sell_contrast_m10_bb_pos,sell,2026-04-07 17:36:00,370.0,1.5484,1,leg_gt,0.27,60 -62069,sell_contrast_m10_bb_pos,sell,2026-04-07 18:21:00,373.0,2.3725,1,leg_gt,0.3,60 -62070,sell_contrast_m10_bb_pos,sell,2026-04-07 18:24:00,373.0,2.3725,1,leg_gt,0.31,60 -62071,sell_contrast_m10_bb_pos,sell,2026-04-07 18:27:00,372.0,2.0978,1,leg_gt,0.31,60 -62072,sell_contrast_m10_bb_pos,sell,2026-04-07 18:42:00,373.0,2.3725,1,leg_gt,0.32,60 -62073,sell_contrast_m10_bb_pos,sell,2026-04-07 18:45:00,373.0,2.3725,1,leg_gt,0.32,60 -62074,sell_contrast_m10_bb_pos,sell,2026-04-07 18:48:00,374.0,2.6473,1,leg_gt,0.32,60 -62075,sell_contrast_m10_bb_pos,sell,2026-04-07 18:51:00,373.0,2.3725,1,leg_gt,0.32,60 -62076,sell_contrast_m10_bb_pos,sell,2026-04-07 18:54:00,373.0,2.3725,1,leg_gt,0.33,60 -62077,sell_contrast_m10_bb_pos,sell,2026-04-07 18:57:00,373.0,2.3725,1,leg_gt,0.33,60 -62078,sell_contrast_m10_bb_pos,sell,2026-04-07 19:00:00,374.0,2.6473,1,leg_gt,0.33,60 -62079,sell_contrast_m10_bb_pos,sell,2026-04-07 19:03:00,375.0,2.922,1,leg_gt,0.33,60 -62080,sell_contrast_m10_bb_pos,sell,2026-04-07 19:06:00,375.0,2.922,1,leg_gt,0.34,60 -62081,sell_contrast_m10_bb_pos,sell,2026-04-07 19:09:00,375.0,2.922,1,leg_gt,0.34,60 -62082,sell_contrast_m10_bb_pos,sell,2026-04-07 19:12:00,372.0,2.0978,1,leg_gt,0.34,60 -62083,sell_contrast_m10_bb_pos,sell,2026-04-07 19:15:00,373.0,2.3725,1,leg_gt,0.34,60 -62084,sell_contrast_m10_bb_pos,sell,2026-04-07 19:18:00,373.0,2.3725,1,leg_gt,0.34,60 -62085,sell_contrast_m10_bb_pos,sell,2026-04-07 23:30:00,372.0,2.0978,1,leg_gt,0.52,60 -62086,sell_contrast_m10_bb_pos,sell,2026-04-07 23:33:00,372.0,2.0978,1,leg_gt,0.52,60 -62087,sell_contrast_m10_bb_pos,sell,2026-04-07 23:36:00,372.0,2.0978,1,leg_gt,0.52,60 -62088,sell_contrast_m10_bb_pos,sell,2026-04-07 23:39:00,370.0,1.5484,1,leg_gt,0.52,60 -62089,sell_contrast_m10_bb_pos,sell,2026-04-08 03:42:00,382.0,4.8451,1,leg_gt,0.69,60 -62090,sell_contrast_m10_bb_pos,sell,2026-04-08 03:45:00,382.0,4.8451,1,leg_gt,0.7,60 -62091,sell_contrast_m10_bb_pos,sell,2026-04-08 03:48:00,381.0,4.5703,1,leg_gt,0.7,60 -62092,sell_contrast_m10_bb_pos,sell,2026-04-08 05:00:00,386.0,5.944,1,leg_gt,0.75,60 -62093,sell_contrast_m10_bb_pos,sell,2026-04-08 05:03:00,387.0,6.2187,1,leg_gt,0.75,60 -62094,sell_contrast_m10_bb_pos,sell,2026-04-08 05:06:00,388.0,6.4934,1,leg_gt,0.75,60 -62095,sell_contrast_m10_bb_pos,sell,2026-04-08 05:09:00,387.0,6.2187,1,leg_gt,0.75,60 -62096,sell_contrast_m10_bb_pos,sell,2026-04-08 06:21:00,390.0,7.0429,1,leg_gt,0.8,60 -62097,sell_contrast_m10_bb_pos,sell,2026-04-08 06:24:00,390.0,7.0429,1,leg_gt,0.81,60 -62098,sell_contrast_m10_bb_pos,sell,2026-04-08 06:27:00,391.0,7.3176,1,leg_gt,0.81,60 -62099,sell_contrast_m10_bb_pos,sell,2026-04-08 06:30:00,391.0,7.3176,1,leg_gt,0.81,60 -62100,sell_contrast_m10_bb_pos,sell,2026-04-08 06:33:00,393.0,7.867,1,leg_gt,0.81,60 -62101,sell_contrast_m10_bb_pos,sell,2026-04-08 06:36:00,395.0,8.4165,1,leg_gt,0.81,60 -62102,sell_contrast_m10_bb_pos,sell,2026-04-08 06:39:00,398.0,9.2407,1,leg_gt,0.82,60 -62103,sell_contrast_m10_bb_pos,sell,2026-04-08 07:42:00,398.0,9.2407,1,leg_gt,0.86,60 -62104,sell_contrast_m10_bb_pos,sell,2026-04-08 07:45:00,398.0,9.2407,1,leg_gt,0.86,60 -62105,sell_contrast_m10_bb_pos,sell,2026-04-08 07:48:00,400.0,9.7901,1,leg_gt,0.86,60 -62106,sell_contrast_m10_bb_pos,sell,2026-04-08 07:51:00,403.0,10.6143,1,leg_gt,0.87,60 -62107,sell_contrast_m10_bb_pos,sell,2026-04-08 07:54:00,404.0,10.889,1,leg_gt,0.87,60 -62108,sell_contrast_m10_bb_pos,sell,2026-04-08 07:57:00,404.0,10.889,1,leg_gt,0.87,60 -62109,sell_contrast_m10_bb_pos,sell,2026-04-08 08:00:00,405.0,11.1637,1,leg_gt,0.87,60 -62110,sell_contrast_m10_bb_pos,sell,2026-04-08 08:03:00,403.0,10.6143,1,leg_gt,0.88,60 -62111,sell_contrast_m10_bb_pos,sell,2026-04-08 08:06:00,401.0,10.0648,1,leg_gt,0.88,60 -62112,sell_contrast_m10_bb_pos,sell,2026-04-08 08:09:00,401.0,10.0648,1,leg_gt,0.88,60 -62113,sell_contrast_m10_bb_pos,sell,2026-04-08 08:30:00,406.0,11.4385,1,leg_gt,0.89,60 -62114,sell_contrast_m10_bb_pos,sell,2026-04-08 08:33:00,406.0,11.4385,1,leg_gt,0.9,60 -62115,sell_contrast_m10_bb_pos,sell,2026-04-08 08:36:00,407.0,11.7132,1,leg_gt,0.9,60 -62116,sell_contrast_m10_bb_pos,sell,2026-04-08 08:39:00,407.0,11.7132,1,leg_gt,0.9,60 -62117,sell_contrast_m10_bb_pos,sell,2026-04-08 08:51:00,408.0,11.9879,1,leg_gt,0.91,60 -62118,sell_contrast_m10_bb_pos,sell,2026-04-08 08:54:00,406.0,11.4385,1,leg_gt,0.91,60 -62119,sell_contrast_m10_bb_pos,sell,2026-04-08 08:57:00,404.0,10.889,1,leg_gt,0.91,60 -62120,sell_contrast_m10_bb_pos,sell,2026-04-08 15:30:00,394.0,8.1418,1,leg_gt,1.19,60 -62121,sell_contrast_m10_bb_pos,sell,2026-04-08 15:33:00,392.0,7.5923,1,leg_gt,1.19,60 -62122,sell_contrast_m10_bb_pos,sell,2026-04-08 15:36:00,393.0,7.867,1,leg_gt,1.19,60 -62123,sell_contrast_m10_bb_pos,sell,2026-04-08 15:39:00,392.0,7.5923,1,leg_gt,1.19,60 -62124,sell_contrast_m10_bb_pos,sell,2026-04-08 19:51:00,391.0,7.3176,1,leg_gt,1.37,60 -62125,sell_contrast_m10_bb_pos,sell,2026-04-08 19:54:00,390.0,7.0429,1,leg_gt,1.37,60 -62126,sell_contrast_m10_bb_pos,sell,2026-04-08 19:57:00,390.0,7.0429,1,leg_gt,1.37,60 -62127,sell_contrast_m10_bb_pos,sell,2026-04-08 22:21:00,393.0,7.867,1,leg_gt,1.47,60 -62128,sell_contrast_m10_bb_pos,sell,2026-04-08 22:24:00,393.0,7.867,1,leg_gt,1.47,60 -62129,sell_contrast_m10_bb_pos,sell,2026-04-08 22:27:00,393.0,7.867,1,leg_gt,1.48,60 -62130,sell_contrast_m10_bb_pos,sell,2026-04-08 22:42:00,393.0,7.867,1,leg_gt,1.49,60 -62131,sell_contrast_m10_bb_pos,sell,2026-04-08 22:45:00,391.0,7.3176,1,leg_gt,1.49,60 -62132,sell_contrast_m10_bb_pos,sell,2026-04-08 22:48:00,393.0,7.867,1,leg_gt,1.49,60 -62133,sell_contrast_m10_bb_pos,sell,2026-04-09 01:12:00,394.0,2.5042,1,leg_gt,0.07,60 -62134,sell_contrast_m10_bb_pos,sell,2026-04-09 01:15:00,394.0,2.5042,1,leg_gt,0.07,60 -62135,sell_contrast_m10_bb_pos,sell,2026-04-09 01:18:00,393.0,2.2438,1,leg_gt,0.08,60 -62136,sell_contrast_m10_bb_pos,sell,2026-04-09 02:00:00,396.0,3.025,1,leg_gt,0.1,60 -62137,sell_contrast_m10_bb_pos,sell,2026-04-09 02:03:00,397.0,3.2854,1,leg_gt,0.11,60 -62138,sell_contrast_m10_bb_pos,sell,2026-04-09 02:06:00,398.0,3.5458,1,leg_gt,0.11,60 -62139,sell_contrast_m10_bb_pos,sell,2026-04-09 02:09:00,397.0,3.2854,1,leg_gt,0.11,60 -62140,sell_contrast_m10_bb_pos,sell,2026-04-09 02:12:00,399.0,3.8062,1,leg_gt,0.11,60 -62141,sell_contrast_m10_bb_pos,sell,2026-04-09 02:15:00,398.0,3.5458,1,leg_gt,0.11,60 -62142,sell_contrast_m10_bb_pos,sell,2026-04-09 02:18:00,396.0,3.025,1,leg_gt,0.12,60 -62143,sell_contrast_m10_bb_pos,sell,2026-04-09 02:21:00,396.0,3.025,1,leg_gt,0.12,60 -62144,sell_contrast_m10_bb_pos,sell,2026-04-09 02:24:00,393.0,2.2438,1,leg_gt,0.12,60 -62145,sell_contrast_m10_bb_pos,sell,2026-04-09 02:27:00,393.0,2.2438,1,leg_gt,0.12,60 -62146,sell_contrast_m10_bb_pos,sell,2026-04-09 16:00:00,383.0,1.4915,1,leg_gt,0.25,60 -62147,sell_contrast_m10_bb_pos,sell,2026-04-09 16:03:00,382.0,1.2263,1,leg_gt,0.25,60 -62148,sell_contrast_m10_bb_pos,sell,2026-04-09 16:06:00,383.0,1.4915,1,leg_gt,0.25,60 -62149,sell_contrast_m10_bb_pos,sell,2026-04-09 16:09:00,383.0,1.4915,1,leg_gt,0.25,60 -62150,sell_contrast_m10_bb_pos,sell,2026-04-09 16:12:00,383.0,1.4915,1,leg_gt,0.25,60 -62151,sell_contrast_m10_bb_pos,sell,2026-04-09 16:15:00,383.0,1.4915,1,leg_gt,0.26,60 -62152,sell_contrast_m10_bb_pos,sell,2026-04-09 16:18:00,383.0,1.4915,1,leg_gt,0.26,60 -62153,sell_contrast_m10_bb_pos,sell,2026-04-09 16:42:00,382.0,1.2263,1,leg_gt,0.28,60 -62154,sell_contrast_m10_bb_pos,sell,2026-04-09 16:45:00,382.0,1.2263,1,leg_gt,0.28,60 -62155,sell_contrast_m10_bb_pos,sell,2026-04-09 16:48:00,382.0,1.2263,1,leg_gt,0.28,60 -62156,sell_contrast_m10_bb_pos,sell,2026-04-09 19:42:00,390.0,3.3483,1,leg_gt,0.4,60 -62157,sell_contrast_m10_bb_pos,sell,2026-04-09 19:45:00,390.0,3.3483,1,leg_gt,0.4,60 -62158,sell_contrast_m10_bb_pos,sell,2026-04-09 19:48:00,390.0,3.3483,1,leg_gt,0.4,60 -62159,sell_contrast_m10_bb_pos,sell,2026-04-09 20:00:00,390.0,3.3483,1,leg_gt,0.41,60 -62160,sell_contrast_m10_bb_pos,sell,2026-04-09 20:03:00,391.0,3.6135,1,leg_gt,0.41,60 -62161,sell_contrast_m10_bb_pos,sell,2026-04-09 20:06:00,391.0,3.6135,1,leg_gt,0.42,60 -62162,sell_contrast_m10_bb_pos,sell,2026-04-09 20:09:00,392.0,3.8788,1,leg_gt,0.42,60 -62163,sell_contrast_m10_bb_pos,sell,2026-04-09 20:12:00,391.0,3.6135,1,leg_gt,0.42,60 -62164,sell_contrast_m10_bb_pos,sell,2026-04-09 20:15:00,391.0,3.6135,1,leg_gt,0.42,60 -62165,sell_contrast_m10_bb_pos,sell,2026-04-09 20:18:00,391.0,3.6135,1,leg_gt,0.42,60 -62166,sell_contrast_m10_bb_pos,sell,2026-04-09 20:21:00,391.0,3.6135,1,leg_gt,0.43,60 -62167,sell_contrast_m10_bb_pos,sell,2026-04-09 20:24:00,391.0,3.6135,1,leg_gt,0.43,60 -62168,sell_contrast_m10_bb_pos,sell,2026-04-09 20:27:00,392.0,3.8788,1,leg_gt,0.43,60 -62169,sell_contrast_m10_bb_pos,sell,2026-04-09 23:42:00,391.0,3.6135,1,leg_gt,0.57,60 -62170,sell_contrast_m10_bb_pos,sell,2026-04-09 23:45:00,392.0,3.8788,1,leg_gt,0.57,60 -62171,sell_contrast_m10_bb_pos,sell,2026-04-09 23:48:00,394.0,4.4093,1,leg_gt,0.57,60 -62172,sell_contrast_m10_bb_pos,sell,2026-04-10 00:30:00,394.0,4.4093,1,leg_gt,0.6,60 -62173,sell_contrast_m10_bb_pos,sell,2026-04-10 00:33:00,394.0,4.4093,1,leg_gt,0.6,60 -62174,sell_contrast_m10_bb_pos,sell,2026-04-10 00:36:00,397.0,5.205,1,leg_gt,0.6,60 -62175,sell_contrast_m10_bb_pos,sell,2026-04-10 00:39:00,395.0,4.6745,1,leg_gt,0.61,60 -62176,sell_contrast_m10_bb_pos,sell,2026-04-10 00:42:00,396.0,4.9398,1,leg_gt,0.61,60 -62177,sell_contrast_m10_bb_pos,sell,2026-04-10 00:45:00,397.0,5.205,1,leg_gt,0.61,60 -62178,sell_contrast_m10_bb_pos,sell,2026-04-10 00:48:00,398.0,5.4703,1,leg_gt,0.61,60 -62179,sell_contrast_m10_bb_pos,sell,2026-04-10 00:51:00,398.0,5.4703,1,leg_gt,0.61,60 -62180,sell_contrast_m10_bb_pos,sell,2026-04-10 00:54:00,399.0,5.7355,1,leg_gt,0.62,60 -62181,sell_contrast_m10_bb_pos,sell,2026-04-10 00:57:00,397.0,5.205,1,leg_gt,0.62,60 -62182,sell_contrast_m10_bb_pos,sell,2026-04-10 01:00:00,397.0,5.205,1,leg_gt,0.62,60 -62183,sell_contrast_m10_bb_pos,sell,2026-04-10 01:03:00,399.0,5.7355,1,leg_gt,0.62,60 -62184,sell_contrast_m10_bb_pos,sell,2026-04-10 01:06:00,397.0,5.205,1,leg_gt,0.62,60 -62185,sell_contrast_m10_bb_pos,sell,2026-04-10 01:09:00,398.0,5.4703,1,leg_gt,0.63,60 -62186,sell_contrast_m10_bb_pos,sell,2026-04-10 01:12:00,398.0,5.4703,1,leg_gt,0.63,60 -62187,sell_contrast_m10_bb_pos,sell,2026-04-10 01:15:00,398.0,5.4703,1,leg_gt,0.63,60 -62188,sell_contrast_m10_bb_pos,sell,2026-04-10 01:18:00,399.0,5.7355,1,leg_gt,0.63,60 -62189,sell_contrast_m10_bb_pos,sell,2026-04-10 01:21:00,398.0,5.4703,1,leg_gt,0.64,60 -62190,sell_contrast_m10_bb_pos,sell,2026-04-10 01:24:00,396.0,4.9398,1,leg_gt,0.64,60 -62191,sell_contrast_m10_bb_pos,sell,2026-04-10 01:27:00,396.0,4.9398,1,leg_gt,0.64,60 -62192,sell_contrast_m10_bb_pos,sell,2026-04-10 02:12:00,398.0,5.4703,1,leg_gt,0.67,60 -62193,sell_contrast_m10_bb_pos,sell,2026-04-10 02:15:00,398.0,5.4703,1,leg_gt,0.67,60 -62194,sell_contrast_m10_bb_pos,sell,2026-04-10 02:18:00,398.0,5.4703,1,leg_gt,0.68,60 -62195,sell_contrast_m10_bb_pos,sell,2026-04-10 04:12:00,398.0,5.4703,1,leg_gt,0.75,60 -62196,sell_contrast_m10_bb_pos,sell,2026-04-10 04:15:00,398.0,5.4703,1,leg_gt,0.76,60 -62197,sell_contrast_m10_bb_pos,sell,2026-04-10 04:18:00,397.0,5.205,1,leg_gt,0.76,60 -62198,sell_contrast_m10_bb_pos,sell,2026-04-10 05:12:00,400.0,6.0008,1,leg_gt,0.8,60 -62199,sell_contrast_m10_bb_pos,sell,2026-04-10 05:15:00,400.0,6.0008,1,leg_gt,0.8,60 -62200,sell_contrast_m10_bb_pos,sell,2026-04-10 05:18:00,402.0,6.5313,1,leg_gt,0.8,60 -62201,sell_contrast_m10_bb_pos,sell,2026-04-10 05:21:00,401.0,6.266,1,leg_gt,0.8,60 -62202,sell_contrast_m10_bb_pos,sell,2026-04-10 05:27:00,401.0,6.266,1,leg_gt,0.81,60 -62203,sell_contrast_m10_bb_pos,sell,2026-04-10 06:51:00,403.0,6.7966,1,leg_gt,0.86,60 -62204,sell_contrast_m10_bb_pos,sell,2026-04-10 06:54:00,402.0,6.5313,1,leg_gt,0.87,60 -62205,sell_contrast_m10_bb_pos,sell,2026-04-10 06:57:00,402.0,6.5313,1,leg_gt,0.87,60 -62206,sell_contrast_m10_bb_pos,sell,2026-04-10 07:42:00,406.0,7.5923,1,leg_gt,0.9,60 -62207,sell_contrast_m10_bb_pos,sell,2026-04-10 07:45:00,406.0,7.5923,1,leg_gt,0.9,60 -62208,sell_contrast_m10_bb_pos,sell,2026-04-10 07:48:00,405.0,7.3271,1,leg_gt,0.9,60 -62209,sell_contrast_m10_bb_pos,sell,2026-04-10 11:21:00,400.0,1.1658,1,leg_gt,0.09,60 -62210,sell_contrast_m10_bb_pos,sell,2026-04-10 11:24:00,402.0,1.6722,1,leg_gt,0.09,60 -62211,sell_contrast_m10_bb_pos,sell,2026-04-10 11:27:00,402.0,1.6722,1,leg_gt,0.09,60 -62212,sell_contrast_m10_bb_pos,sell,2026-04-10 11:42:00,402.0,1.6722,1,leg_gt,0.1,60 -62213,sell_contrast_m10_bb_pos,sell,2026-04-10 11:45:00,402.0,1.6722,1,leg_gt,0.1,60 -62214,sell_contrast_m10_bb_pos,sell,2026-04-10 11:48:00,401.0,1.419,1,leg_gt,0.1,60 -62215,sell_contrast_m10_bb_pos,sell,2026-04-10 15:00:00,402.0,1.6722,1,leg_gt,0.24,60 -62216,sell_contrast_m10_bb_pos,sell,2026-04-10 15:03:00,403.0,1.9253,1,leg_gt,0.24,60 -62217,sell_contrast_m10_bb_pos,sell,2026-04-10 15:06:00,404.0,2.1785,1,leg_gt,0.24,60 -62218,sell_contrast_m10_bb_pos,sell,2026-04-10 15:09:00,404.0,2.1785,1,leg_gt,0.24,60 -62219,sell_contrast_m10_bb_pos,sell,2026-04-10 15:21:00,403.0,1.9253,1,leg_gt,0.25,60 -62220,sell_contrast_m10_bb_pos,sell,2026-04-10 15:24:00,402.0,1.6722,1,leg_gt,0.25,60 -62221,sell_contrast_m10_bb_pos,sell,2026-04-10 15:27:00,403.0,1.9253,1,leg_gt,0.26,60 -62222,sell_contrast_m10_bb_pos,sell,2026-04-10 19:21:00,401.0,1.419,1,leg_gt,0.42,60 -62223,sell_contrast_m10_bb_pos,sell,2026-04-10 19:24:00,402.0,1.6722,1,leg_gt,0.42,60 -62224,sell_contrast_m10_bb_pos,sell,2026-04-10 19:27:00,400.0,1.1658,1,leg_gt,0.42,60 -62225,sell_contrast_m10_bb_pos,sell,2026-04-10 21:21:00,402.0,1.6722,1,leg_gt,0.5,60 -62226,sell_contrast_m10_bb_pos,sell,2026-04-10 21:24:00,399.0,0.9127,1,leg_gt,0.5,60 -62227,sell_contrast_m10_bb_pos,sell,2026-04-10 21:27:00,398.0,0.6595,1,leg_gt,0.51,60 -62228,sell_contrast_m10_bb_pos,sell,2026-04-10 22:12:00,402.0,1.6722,1,leg_gt,0.54,60 -62229,sell_contrast_m10_bb_pos,sell,2026-04-10 22:15:00,401.0,1.419,1,leg_gt,0.54,60 -62230,sell_contrast_m10_bb_pos,sell,2026-04-10 22:18:00,401.0,1.419,1,leg_gt,0.54,60 -62231,sell_contrast_m10_bb_pos,sell,2026-04-11 00:30:00,409.0,3.4443,1,leg_gt,0.63,60 -62232,sell_contrast_m10_bb_pos,sell,2026-04-11 00:33:00,409.0,3.4443,1,leg_gt,0.64,60 -62233,sell_contrast_m10_bb_pos,sell,2026-04-11 00:36:00,409.0,3.4443,1,leg_gt,0.64,60 -62234,sell_contrast_m10_bb_pos,sell,2026-04-11 00:39:00,410.0,3.6975,1,leg_gt,0.64,60 -62235,sell_contrast_m10_bb_pos,sell,2026-04-11 00:42:00,409.0,3.4443,1,leg_gt,0.64,60 -62236,sell_contrast_m10_bb_pos,sell,2026-04-11 00:45:00,410.0,3.6975,1,leg_gt,0.64,60 -62237,sell_contrast_m10_bb_pos,sell,2026-04-11 00:48:00,411.0,3.9506,1,leg_gt,0.65,60 -62238,sell_contrast_m10_bb_pos,sell,2026-04-11 00:51:00,410.0,3.6975,1,leg_gt,0.65,60 -62239,sell_contrast_m10_bb_pos,sell,2026-04-11 00:54:00,412.0,4.2038,1,leg_gt,0.65,60 -62240,sell_contrast_m10_bb_pos,sell,2026-04-11 00:57:00,411.0,3.9506,1,leg_gt,0.65,60 -62241,sell_contrast_m10_bb_pos,sell,2026-04-11 01:00:00,413.0,4.457,1,leg_gt,0.65,60 -62242,sell_contrast_m10_bb_pos,sell,2026-04-11 01:03:00,414.0,4.7101,1,leg_gt,0.66,60 -62243,sell_contrast_m10_bb_pos,sell,2026-04-11 01:06:00,412.0,4.2038,1,leg_gt,0.66,60 -62244,sell_contrast_m10_bb_pos,sell,2026-04-11 01:09:00,413.0,4.457,1,leg_gt,0.66,60 -62245,sell_contrast_m10_bb_pos,sell,2026-04-11 01:12:00,413.0,4.457,1,leg_gt,0.66,60 -62246,sell_contrast_m10_bb_pos,sell,2026-04-11 01:15:00,414.0,4.7101,1,leg_gt,0.66,60 -62247,sell_contrast_m10_bb_pos,sell,2026-04-11 01:18:00,414.0,4.7101,1,leg_gt,0.67,60 -62248,sell_contrast_m10_bb_pos,sell,2026-04-11 01:21:00,413.0,4.457,1,leg_gt,0.67,60 -62249,sell_contrast_m10_bb_pos,sell,2026-04-11 01:24:00,412.0,4.2038,1,leg_gt,0.67,60 -62250,sell_contrast_m10_bb_pos,sell,2026-04-11 01:27:00,411.0,3.9506,1,leg_gt,0.67,60 -62251,sell_contrast_m10_bb_pos,sell,2026-04-11 04:00:00,414.0,4.7101,1,leg_gt,0.78,60 -62252,sell_contrast_m10_bb_pos,sell,2026-04-11 04:03:00,413.0,4.457,1,leg_gt,0.78,60 -62253,sell_contrast_m10_bb_pos,sell,2026-04-11 04:06:00,413.0,4.457,1,leg_gt,0.78,60 -62254,sell_contrast_m10_bb_pos,sell,2026-04-11 04:09:00,412.0,4.2038,1,leg_gt,0.79,60 -62255,sell_contrast_m10_bb_pos,sell,2026-04-11 04:42:00,413.0,4.457,1,leg_gt,0.81,60 -62256,sell_contrast_m10_bb_pos,sell,2026-04-11 04:45:00,413.0,4.457,1,leg_gt,0.81,60 -62257,sell_contrast_m10_bb_pos,sell,2026-04-11 04:48:00,413.0,4.457,1,leg_gt,0.81,60 -62258,sell_contrast_m10_bb_pos,sell,2026-04-11 05:30:00,419.0,5.9759,1,leg_gt,0.84,60 -62259,sell_contrast_m10_bb_pos,sell,2026-04-11 05:33:00,419.0,5.9759,1,leg_gt,0.84,60 -62260,sell_contrast_m10_bb_pos,sell,2026-04-11 05:36:00,419.0,5.9759,1,leg_gt,0.85,60 -62261,sell_contrast_m10_bb_pos,sell,2026-04-11 05:39:00,417.0,5.4696,1,leg_gt,0.85,60 -62262,sell_contrast_m10_bb_pos,sell,2026-04-11 05:51:00,420.0,6.2291,1,leg_gt,0.86,60 -62263,sell_contrast_m10_bb_pos,sell,2026-04-11 05:54:00,419.0,5.9759,1,leg_gt,0.86,60 -62264,sell_contrast_m10_bb_pos,sell,2026-04-11 05:57:00,421.0,6.4823,1,leg_gt,0.86,60 -62265,sell_contrast_m10_bb_pos,sell,2026-04-11 06:00:00,421.0,6.4823,1,leg_gt,0.86,60 -62266,sell_contrast_m10_bb_pos,sell,2026-04-11 06:03:00,423.0,6.9886,1,leg_gt,0.86,60 -62267,sell_contrast_m10_bb_pos,sell,2026-04-11 06:06:00,421.0,6.4823,1,leg_gt,0.87,60 -62268,sell_contrast_m10_bb_pos,sell,2026-04-11 06:09:00,419.0,5.9759,1,leg_gt,0.87,60 -62269,sell_contrast_m10_bb_pos,sell,2026-04-11 11:00:00,416.0,5.2165,1,leg_gt,1.07,60 -62270,sell_contrast_m10_bb_pos,sell,2026-04-11 11:03:00,416.0,5.2165,1,leg_gt,1.07,60 -62271,sell_contrast_m10_bb_pos,sell,2026-04-11 11:06:00,416.0,5.2165,1,leg_gt,1.08,60 -62272,sell_contrast_m10_bb_pos,sell,2026-04-11 11:09:00,417.0,5.4696,1,leg_gt,1.08,60 -62273,sell_contrast_m10_bb_pos,sell,2026-04-11 11:42:00,424.0,7.2418,1,leg_gt,1.1,60 -62274,sell_contrast_m10_bb_pos,sell,2026-04-11 11:45:00,420.0,6.2291,1,leg_gt,1.1,60 -62275,sell_contrast_m10_bb_pos,sell,2026-04-11 11:48:00,419.0,5.9759,1,leg_gt,1.1,60 -62276,sell_contrast_m10_bb_pos,sell,2026-04-11 12:00:00,421.0,6.4823,1,leg_gt,1.11,60 -62277,sell_contrast_m10_bb_pos,sell,2026-04-11 12:03:00,423.0,6.9886,1,leg_gt,1.11,60 -62278,sell_contrast_m10_bb_pos,sell,2026-04-11 12:06:00,422.0,6.7354,1,leg_gt,1.12,60 -62279,sell_contrast_m10_bb_pos,sell,2026-04-11 12:09:00,422.0,6.7354,1,leg_gt,1.12,60 -62280,sell_contrast_m10_bb_pos,sell,2026-04-11 12:21:00,422.0,6.7354,1,leg_gt,1.13,60 -62281,sell_contrast_m10_bb_pos,sell,2026-04-11 12:24:00,422.0,6.7354,1,leg_gt,1.13,60 -62282,sell_contrast_m10_bb_pos,sell,2026-04-11 12:27:00,422.0,6.7354,1,leg_gt,1.13,60 -62283,sell_contrast_m10_bb_pos,sell,2026-04-11 23:21:00,423.0,2.8197,1,leg_gt,0.06,60 -62284,sell_contrast_m10_bb_pos,sell,2026-04-11 23:24:00,423.0,2.8197,1,leg_gt,0.06,60 -62285,sell_contrast_m10_bb_pos,sell,2026-04-11 23:27:00,422.0,2.5764,1,leg_gt,0.06,60 -62286,sell_contrast_m10_bb_pos,sell,2026-04-11 23:42:00,423.0,2.8197,1,leg_gt,0.07,60 -62287,sell_contrast_m10_bb_pos,sell,2026-04-11 23:45:00,423.0,2.8197,1,leg_gt,0.07,60 -62288,sell_contrast_m10_bb_pos,sell,2026-04-11 23:48:00,423.0,2.8197,1,leg_gt,0.08,60 -62289,sell_contrast_m10_bb_pos,sell,2026-04-11 23:51:00,424.0,3.063,1,leg_gt,0.08,60 -62290,sell_contrast_m10_bb_pos,sell,2026-04-11 23:54:00,424.0,3.063,1,leg_gt,0.08,60 -62291,sell_contrast_m10_bb_pos,sell,2026-04-11 23:57:00,423.0,2.8197,1,leg_gt,0.08,60 -62292,sell_contrast_m10_bb_pos,sell,2026-04-12 00:42:00,431.0,4.7662,1,leg_gt,0.11,60 -62293,sell_contrast_m10_bb_pos,sell,2026-04-12 00:45:00,431.0,4.7662,1,leg_gt,0.11,60 -62294,sell_contrast_m10_bb_pos,sell,2026-04-12 00:48:00,432.0,5.0095,1,leg_gt,0.12,60 -62295,sell_contrast_m10_bb_pos,sell,2026-04-12 00:51:00,433.0,5.2528,1,leg_gt,0.12,60 -62296,sell_contrast_m10_bb_pos,sell,2026-04-12 00:54:00,436.0,5.9827,1,leg_gt,0.12,60 -62297,sell_contrast_m10_bb_pos,sell,2026-04-12 00:57:00,437.0,6.226,1,leg_gt,0.12,60 -62298,sell_contrast_m10_bb_pos,sell,2026-04-12 01:12:00,437.0,6.226,1,leg_gt,0.13,60 -62299,sell_contrast_m10_bb_pos,sell,2026-04-12 01:15:00,435.0,5.7394,1,leg_gt,0.14,60 -62300,sell_contrast_m10_bb_pos,sell,2026-04-12 01:18:00,435.0,5.7394,1,leg_gt,0.14,60 -62301,sell_contrast_m10_bb_pos,sell,2026-04-12 01:21:00,436.0,5.9827,1,leg_gt,0.14,60 -62302,sell_contrast_m10_bb_pos,sell,2026-04-12 01:24:00,435.0,5.7394,1,leg_gt,0.14,60 -62303,sell_contrast_m10_bb_pos,sell,2026-04-12 01:27:00,435.0,5.7394,1,leg_gt,0.14,60 -62304,sell_contrast_m10_bb_pos,sell,2026-04-12 04:30:00,444.0,7.9292,1,leg_gt,0.27,60 -62305,sell_contrast_m10_bb_pos,sell,2026-04-12 04:33:00,444.0,7.9292,1,leg_gt,0.27,60 -62306,sell_contrast_m10_bb_pos,sell,2026-04-12 04:36:00,441.0,7.1993,1,leg_gt,0.28,60 -62307,sell_contrast_m10_bb_pos,sell,2026-04-12 04:39:00,442.0,7.4426,1,leg_gt,0.28,60 -62308,sell_contrast_m10_bb_pos,sell,2026-04-12 04:42:00,444.0,7.9292,1,leg_gt,0.28,60 -62309,sell_contrast_m10_bb_pos,sell,2026-04-12 04:45:00,444.0,7.9292,1,leg_gt,0.28,60 -62310,sell_contrast_m10_bb_pos,sell,2026-04-12 04:48:00,442.0,7.4426,1,leg_gt,0.28,60 -62311,sell_contrast_m10_bb_pos,sell,2026-04-12 05:51:00,448.0,8.9024,1,leg_gt,0.33,60 -62312,sell_contrast_m10_bb_pos,sell,2026-04-12 05:54:00,447.0,8.6591,1,leg_gt,0.33,60 -62313,sell_contrast_m10_bb_pos,sell,2026-04-12 05:57:00,447.0,8.6591,1,leg_gt,0.33,60 -62314,sell_contrast_m10_bb_pos,sell,2026-04-12 07:12:00,446.0,8.4158,1,leg_gt,0.38,60 -62315,sell_contrast_m10_bb_pos,sell,2026-04-12 07:15:00,446.0,8.4158,1,leg_gt,0.39,60 -62316,sell_contrast_m10_bb_pos,sell,2026-04-12 07:18:00,448.0,8.9024,1,leg_gt,0.39,60 -62317,sell_contrast_m10_bb_pos,sell,2026-04-12 07:21:00,448.0,8.9024,1,leg_gt,0.39,60 -62318,sell_contrast_m10_bb_pos,sell,2026-04-12 07:24:00,448.0,8.9024,1,leg_gt,0.39,60 -62319,sell_contrast_m10_bb_pos,sell,2026-04-12 07:27:00,445.0,8.1725,1,leg_gt,0.39,60 -62320,sell_contrast_m10_bb_pos,sell,2026-04-12 10:30:00,447.0,8.6591,1,leg_gt,0.52,60 -62321,sell_contrast_m10_bb_pos,sell,2026-04-12 10:33:00,446.0,8.4158,1,leg_gt,0.52,60 -62322,sell_contrast_m10_bb_pos,sell,2026-04-12 10:36:00,440.0,6.956,1,leg_gt,0.52,60 -62323,sell_contrast_m10_bb_pos,sell,2026-04-12 10:39:00,436.0,5.9827,1,leg_gt,0.53,60 -62324,sell_contrast_m10_bb_pos,sell,2026-04-12 17:21:00,431.0,1.7913,1,leg_gt,0.27,60 -62325,sell_contrast_m10_bb_pos,sell,2026-04-12 17:24:00,431.0,1.7913,1,leg_gt,0.27,60 -62326,sell_contrast_m10_bb_pos,sell,2026-04-12 17:27:00,431.0,1.7913,1,leg_gt,0.28,60 -62327,sell_contrast_m10_bb_pos,sell,2026-04-12 17:30:00,432.0,2.0277,1,leg_gt,0.28,60 -62328,sell_contrast_m10_bb_pos,sell,2026-04-12 17:33:00,433.0,2.2641,1,leg_gt,0.28,60 -62329,sell_contrast_m10_bb_pos,sell,2026-04-12 17:36:00,431.0,1.7913,1,leg_gt,0.28,60 -62330,sell_contrast_m10_bb_pos,sell,2026-04-12 17:39:00,432.0,2.0277,1,leg_gt,0.28,60 -62331,sell_contrast_m10_bb_pos,sell,2026-04-12 17:42:00,433.0,2.2641,1,leg_gt,0.29,60 -62332,sell_contrast_m10_bb_pos,sell,2026-04-12 17:45:00,433.0,2.2641,1,leg_gt,0.29,60 -62333,sell_contrast_m10_bb_pos,sell,2026-04-12 17:48:00,432.0,2.0277,1,leg_gt,0.29,60 -62334,sell_contrast_m10_bb_pos,sell,2026-04-12 17:51:00,432.0,2.0277,1,leg_gt,0.29,60 -62335,sell_contrast_m10_bb_pos,sell,2026-04-12 17:54:00,432.0,2.0277,1,leg_gt,0.29,60 -62336,sell_contrast_m10_bb_pos,sell,2026-04-12 17:57:00,432.0,2.0277,1,leg_gt,0.3,60 -62337,sell_contrast_m10_bb_pos,sell,2026-04-12 18:00:00,432.0,2.0277,1,leg_gt,0.3,60 -62338,sell_contrast_m10_bb_pos,sell,2026-04-12 18:03:00,432.0,2.0277,1,leg_gt,0.3,60 -62339,sell_contrast_m10_bb_pos,sell,2026-04-12 18:06:00,432.0,2.0277,1,leg_gt,0.3,60 -62340,sell_contrast_m10_bb_pos,sell,2026-04-12 18:09:00,432.0,2.0277,1,leg_gt,0.3,60 -62341,sell_contrast_m10_bb_pos,sell,2026-04-12 18:12:00,433.0,2.2641,1,leg_gt,0.31,60 -62342,sell_contrast_m10_bb_pos,sell,2026-04-12 18:15:00,435.0,2.7369,1,leg_gt,0.31,60 -62343,sell_contrast_m10_bb_pos,sell,2026-04-12 18:18:00,436.0,2.9733,1,leg_gt,0.31,60 -62344,sell_contrast_m10_bb_pos,sell,2026-04-12 18:21:00,433.0,2.2641,1,leg_gt,0.31,60 -62345,sell_contrast_m10_bb_pos,sell,2026-04-12 18:24:00,434.0,2.5005,1,leg_gt,0.31,60 -62346,sell_contrast_m10_bb_pos,sell,2026-04-12 18:27:00,433.0,2.2641,1,leg_gt,0.32,60 -62347,sell_contrast_m10_bb_pos,sell,2026-04-12 18:42:00,434.0,2.5005,1,leg_gt,0.33,60 -62348,sell_contrast_m10_bb_pos,sell,2026-04-12 18:45:00,435.0,2.7369,1,leg_gt,0.33,60 -62349,sell_contrast_m10_bb_pos,sell,2026-04-12 18:48:00,434.0,2.5005,1,leg_gt,0.33,60 -62350,sell_contrast_m10_bb_pos,sell,2026-04-12 19:00:00,435.0,2.7369,1,leg_gt,0.34,60 -62351,sell_contrast_m10_bb_pos,sell,2026-04-12 19:03:00,434.0,2.5005,1,leg_gt,0.34,60 -62352,sell_contrast_m10_bb_pos,sell,2026-04-12 19:06:00,435.0,2.7369,1,leg_gt,0.34,60 -62353,sell_contrast_m10_bb_pos,sell,2026-04-12 19:09:00,436.0,2.9733,1,leg_gt,0.35,60 -62354,sell_contrast_m10_bb_pos,sell,2026-04-12 19:12:00,436.0,2.9733,1,leg_gt,0.35,60 -62355,sell_contrast_m10_bb_pos,sell,2026-04-12 19:15:00,437.0,3.2097,1,leg_gt,0.35,60 -62356,sell_contrast_m10_bb_pos,sell,2026-04-12 19:18:00,440.0,3.9189,1,leg_gt,0.35,60 -62357,sell_contrast_m10_bb_pos,sell,2026-04-12 19:51:00,439.0,3.6825,1,leg_gt,0.38,60 -62358,sell_contrast_m10_bb_pos,sell,2026-04-12 19:54:00,436.0,2.9733,1,leg_gt,0.38,60 -62359,sell_contrast_m10_bb_pos,sell,2026-04-12 19:57:00,435.0,2.7369,1,leg_gt,0.38,60 -62360,sell_contrast_m10_bb_pos,sell,2026-04-12 20:21:00,439.0,3.6825,1,leg_gt,0.4,60 -62361,sell_contrast_m10_bb_pos,sell,2026-04-12 20:24:00,440.0,3.9189,1,leg_gt,0.4,60 -62362,sell_contrast_m10_bb_pos,sell,2026-04-12 20:27:00,441.0,4.1553,1,leg_gt,0.4,60 -62363,sell_contrast_m10_bb_pos,sell,2026-04-12 20:30:00,441.0,4.1553,1,leg_gt,0.4,60 -62364,sell_contrast_m10_bb_pos,sell,2026-04-12 20:33:00,441.0,4.1553,1,leg_gt,0.4,60 -62365,sell_contrast_m10_bb_pos,sell,2026-04-12 20:36:00,439.0,3.6825,1,leg_gt,0.41,60 -62366,sell_contrast_m10_bb_pos,sell,2026-04-12 20:39:00,439.0,3.6825,1,leg_gt,0.41,60 -62367,sell_contrast_m10_bb_pos,sell,2026-04-13 02:00:00,429.0,1.3184,1,leg_gt,0.07,60 -62368,sell_contrast_m10_bb_pos,sell,2026-04-13 02:03:00,430.0,1.5548,1,leg_gt,0.08,60 -62369,sell_contrast_m10_bb_pos,sell,2026-04-13 02:06:00,431.0,1.7913,1,leg_gt,0.08,60 -62370,sell_contrast_m10_bb_pos,sell,2026-04-13 02:09:00,433.0,2.2641,1,leg_gt,0.08,60 -62371,sell_contrast_m10_bb_pos,sell,2026-04-13 02:21:00,430.0,1.5548,1,leg_gt,0.09,60 -62372,sell_contrast_m10_bb_pos,sell,2026-04-13 02:24:00,432.0,2.0277,1,leg_gt,0.09,60 -62373,sell_contrast_m10_bb_pos,sell,2026-04-13 02:27:00,431.0,1.7913,1,leg_gt,0.09,60 -62374,sell_contrast_m10_bb_pos,sell,2026-04-13 02:30:00,432.0,2.0277,1,leg_gt,0.09,60 -62375,sell_contrast_m10_bb_pos,sell,2026-04-13 02:33:00,432.0,2.0277,1,leg_gt,0.1,60 -62376,sell_contrast_m10_bb_pos,sell,2026-04-13 02:36:00,432.0,2.0277,1,leg_gt,0.1,60 -62377,sell_contrast_m10_bb_pos,sell,2026-04-13 02:39:00,432.0,2.0277,1,leg_gt,0.1,60 -62378,sell_contrast_m10_bb_pos,sell,2026-04-13 03:12:00,437.0,3.2097,1,leg_gt,0.12,60 -62379,sell_contrast_m10_bb_pos,sell,2026-04-13 03:15:00,438.0,3.4461,1,leg_gt,0.12,60 -62380,sell_contrast_m10_bb_pos,sell,2026-04-13 03:18:00,437.0,3.2097,1,leg_gt,0.13,60 -62381,sell_contrast_m10_bb_pos,sell,2026-04-13 03:21:00,440.0,3.9189,1,leg_gt,0.13,60 -62382,sell_contrast_m10_bb_pos,sell,2026-04-13 03:24:00,440.0,3.9189,1,leg_gt,0.13,60 -62383,sell_contrast_m10_bb_pos,sell,2026-04-13 03:27:00,439.0,3.6825,1,leg_gt,0.13,60 -62384,sell_contrast_m10_bb_pos,sell,2026-04-13 03:33:00,438.0,3.4461,1,leg_gt,0.14,60 -62385,sell_contrast_m10_bb_pos,sell,2026-04-13 03:36:00,439.0,3.6825,1,leg_gt,0.14,60 -62386,sell_contrast_m10_bb_pos,sell,2026-04-13 03:39:00,438.0,3.4461,1,leg_gt,0.14,60 -62387,sell_contrast_m10_bb_pos,sell,2026-04-13 03:42:00,437.0,3.2097,1,leg_gt,0.14,60 -62388,sell_contrast_m10_bb_pos,sell,2026-04-13 03:45:00,436.0,2.9733,1,leg_gt,0.15,60 -62389,sell_contrast_m10_bb_pos,sell,2026-04-13 03:48:00,436.0,2.9733,1,leg_gt,0.15,60 -62390,sell_contrast_m10_bb_pos,sell,2026-04-13 04:12:00,441.0,4.1553,1,leg_gt,0.16,60 -62391,sell_contrast_m10_bb_pos,sell,2026-04-13 04:15:00,440.0,3.9189,1,leg_gt,0.17,60 -62392,sell_contrast_m10_bb_pos,sell,2026-04-13 04:18:00,440.0,3.9189,1,leg_gt,0.17,60 -62393,sell_contrast_m10_bb_pos,sell,2026-04-13 04:21:00,439.0,3.6825,1,leg_gt,0.17,60 -62394,sell_contrast_m10_bb_pos,sell,2026-04-13 04:24:00,439.0,3.6825,1,leg_gt,0.17,60 -62395,sell_contrast_m10_bb_pos,sell,2026-04-13 04:27:00,439.0,3.6825,1,leg_gt,0.18,60 -62396,sell_contrast_m10_bb_pos,sell,2026-04-13 09:42:00,437.0,3.2097,1,leg_gt,0.39,60 -62397,sell_contrast_m10_bb_pos,sell,2026-04-13 09:45:00,438.0,3.4461,1,leg_gt,0.4,60 -62398,sell_contrast_m10_bb_pos,sell,2026-04-13 09:48:00,436.0,2.9733,1,leg_gt,0.4,60 -62399,sell_contrast_m10_bb_pos,sell,2026-04-13 10:30:00,443.0,4.6281,1,leg_gt,0.43,60 -62400,sell_contrast_m10_bb_pos,sell,2026-04-13 10:33:00,443.0,4.6281,1,leg_gt,0.43,60 -62401,sell_contrast_m10_bb_pos,sell,2026-04-13 10:36:00,445.0,5.1009,1,leg_gt,0.43,60 -62402,sell_contrast_m10_bb_pos,sell,2026-04-13 10:39:00,445.0,5.1009,1,leg_gt,0.43,60 -62403,sell_contrast_m10_bb_pos,sell,2026-04-13 11:00:00,447.0,5.5738,1,leg_gt,0.45,60 -62404,sell_contrast_m10_bb_pos,sell,2026-04-13 11:03:00,444.0,4.8645,1,leg_gt,0.45,60 -62405,sell_contrast_m10_bb_pos,sell,2026-04-13 11:06:00,443.0,4.6281,1,leg_gt,0.45,60 -62406,sell_contrast_m10_bb_pos,sell,2026-04-13 11:09:00,445.0,5.1009,1,leg_gt,0.45,60 -62407,sell_contrast_m10_bb_pos,sell,2026-04-13 11:30:00,450.0,6.283,1,leg_gt,0.47,60 -62408,sell_contrast_m10_bb_pos,sell,2026-04-13 11:33:00,451.0,6.5194,1,leg_gt,0.47,60 -62409,sell_contrast_m10_bb_pos,sell,2026-04-13 11:36:00,447.0,5.5738,1,leg_gt,0.47,60 -62410,sell_contrast_m10_bb_pos,sell,2026-04-13 11:39:00,447.0,5.5738,1,leg_gt,0.48,60 -62411,sell_contrast_m10_bb_pos,sell,2026-04-13 15:21:00,441.0,4.1553,1,leg_gt,0.63,60 -62412,sell_contrast_m10_bb_pos,sell,2026-04-13 15:24:00,443.0,4.6281,1,leg_gt,0.63,60 -62413,sell_contrast_m10_bb_pos,sell,2026-04-13 15:27:00,441.0,4.1553,1,leg_gt,0.63,60 -62414,sell_contrast_m10_bb_pos,sell,2026-04-13 19:51:00,438.0,1.5241,1,leg_gt,0.08,60 -62415,sell_contrast_m10_bb_pos,sell,2026-04-13 19:54:00,438.0,1.5241,1,leg_gt,0.09,60 -62416,sell_contrast_m10_bb_pos,sell,2026-04-13 19:57:00,439.0,1.7561,1,leg_gt,0.09,60 -62417,sell_contrast_m10_bb_pos,sell,2026-04-13 20:21:00,440.0,1.9882,1,leg_gt,0.1,60 -62418,sell_contrast_m10_bb_pos,sell,2026-04-13 20:24:00,440.0,1.9882,1,leg_gt,0.11,60 -62419,sell_contrast_m10_bb_pos,sell,2026-04-13 20:27:00,441.0,2.2202,1,leg_gt,0.11,60 -62420,sell_contrast_m10_bb_pos,sell,2026-04-13 21:21:00,449.0,4.0763,1,leg_gt,0.15,60 -62421,sell_contrast_m10_bb_pos,sell,2026-04-13 21:24:00,449.0,4.0763,1,leg_gt,0.15,60 -62422,sell_contrast_m10_bb_pos,sell,2026-04-13 21:27:00,448.0,3.8443,1,leg_gt,0.15,60 -62423,sell_contrast_m10_bb_pos,sell,2026-04-13 21:30:00,447.0,3.6123,1,leg_gt,0.15,60 -62424,sell_contrast_m10_bb_pos,sell,2026-04-13 21:33:00,447.0,3.6123,1,leg_gt,0.15,60 -62425,sell_contrast_m10_bb_pos,sell,2026-04-13 21:36:00,448.0,3.8443,1,leg_gt,0.16,60 -62426,sell_contrast_m10_bb_pos,sell,2026-04-13 21:39:00,448.0,3.8443,1,leg_gt,0.16,60 -62427,sell_contrast_m10_bb_pos,sell,2026-04-13 21:42:00,449.0,4.0763,1,leg_gt,0.16,60 -62428,sell_contrast_m10_bb_pos,sell,2026-04-13 21:45:00,450.0,4.3084,1,leg_gt,0.16,60 -62429,sell_contrast_m10_bb_pos,sell,2026-04-13 21:48:00,451.0,4.5404,1,leg_gt,0.16,60 -62430,sell_contrast_m10_bb_pos,sell,2026-04-13 21:51:00,450.0,4.3084,1,leg_gt,0.17,60 -62431,sell_contrast_m10_bb_pos,sell,2026-04-13 21:54:00,452.0,4.7724,1,leg_gt,0.17,60 -62432,sell_contrast_m10_bb_pos,sell,2026-04-13 21:57:00,454.0,5.2364,1,leg_gt,0.17,60 -62433,sell_contrast_m10_bb_pos,sell,2026-04-13 22:12:00,455.0,5.4684,1,leg_gt,0.18,60 -62434,sell_contrast_m10_bb_pos,sell,2026-04-13 22:15:00,457.0,5.9325,1,leg_gt,0.18,60 -62435,sell_contrast_m10_bb_pos,sell,2026-04-13 22:18:00,455.0,5.4684,1,leg_gt,0.19,60 -62436,sell_contrast_m10_bb_pos,sell,2026-04-13 22:30:00,455.0,5.4684,1,leg_gt,0.19,60 -62437,sell_contrast_m10_bb_pos,sell,2026-04-13 22:33:00,454.0,5.2364,1,leg_gt,0.2,60 -62438,sell_contrast_m10_bb_pos,sell,2026-04-13 22:36:00,455.0,5.4684,1,leg_gt,0.2,60 -62439,sell_contrast_m10_bb_pos,sell,2026-04-13 22:39:00,451.0,4.5404,1,leg_gt,0.2,60 -62440,sell_contrast_m10_bb_pos,sell,2026-04-13 23:12:00,463.0,7.3246,1,leg_gt,0.22,60 -62441,sell_contrast_m10_bb_pos,sell,2026-04-13 23:15:00,459.0,6.3965,1,leg_gt,0.22,60 -62442,sell_contrast_m10_bb_pos,sell,2026-04-13 23:18:00,457.0,5.9325,1,leg_gt,0.23,60 -62443,sell_contrast_m10_bb_pos,sell,2026-04-14 04:21:00,445.0,1.7307,1,leg_gt,0.05,60 -62444,sell_contrast_m10_bb_pos,sell,2026-04-14 04:24:00,444.0,1.5018,1,leg_gt,0.05,60 -62445,sell_contrast_m10_bb_pos,sell,2026-04-14 04:27:00,445.0,1.7307,1,leg_gt,0.05,60 -62446,sell_contrast_m10_bb_pos,sell,2026-04-14 04:42:00,445.0,1.7307,1,leg_gt,0.06,60 -62447,sell_contrast_m10_bb_pos,sell,2026-04-14 04:45:00,445.0,1.7307,1,leg_gt,0.06,60 -62448,sell_contrast_m10_bb_pos,sell,2026-04-14 04:48:00,444.0,1.5018,1,leg_gt,0.06,60 -62449,sell_contrast_m10_bb_pos,sell,2026-04-14 04:51:00,446.0,1.9595,1,leg_gt,0.07,60 -62450,sell_contrast_m10_bb_pos,sell,2026-04-14 04:54:00,446.0,1.9595,1,leg_gt,0.07,60 -62451,sell_contrast_m10_bb_pos,sell,2026-04-14 04:57:00,445.0,1.7307,1,leg_gt,0.07,60 -62452,sell_contrast_m10_bb_pos,sell,2026-04-14 05:12:00,445.0,1.7307,1,leg_gt,0.08,60 -62453,sell_contrast_m10_bb_pos,sell,2026-04-14 05:15:00,444.0,1.5018,1,leg_gt,0.08,60 -62454,sell_contrast_m10_bb_pos,sell,2026-04-14 05:18:00,443.0,1.273,1,leg_gt,0.09,60 -62455,sell_contrast_m10_bb_pos,sell,2026-04-14 06:42:00,447.0,2.1883,1,leg_gt,0.14,60 -62456,sell_contrast_m10_bb_pos,sell,2026-04-14 06:45:00,448.0,2.4172,1,leg_gt,0.15,60 -62457,sell_contrast_m10_bb_pos,sell,2026-04-14 06:48:00,447.0,2.1883,1,leg_gt,0.15,60 -62458,sell_contrast_m10_bb_pos,sell,2026-04-14 06:51:00,448.0,2.4172,1,leg_gt,0.15,60 -62459,sell_contrast_m10_bb_pos,sell,2026-04-14 06:54:00,448.0,2.4172,1,leg_gt,0.15,60 -62460,sell_contrast_m10_bb_pos,sell,2026-04-14 06:57:00,449.0,2.646,1,leg_gt,0.15,60 -62461,sell_contrast_m10_bb_pos,sell,2026-04-14 07:00:00,448.0,2.4172,1,leg_gt,0.16,60 -62462,sell_contrast_m10_bb_pos,sell,2026-04-14 07:03:00,449.0,2.646,1,leg_gt,0.16,60 -62463,sell_contrast_m10_bb_pos,sell,2026-04-14 07:06:00,449.0,2.646,1,leg_gt,0.16,60 -62464,sell_contrast_m10_bb_pos,sell,2026-04-14 07:09:00,449.0,2.646,1,leg_gt,0.16,60 -62465,sell_contrast_m10_bb_pos,sell,2026-04-14 07:12:00,449.0,2.646,1,leg_gt,0.16,60 -62466,sell_contrast_m10_bb_pos,sell,2026-04-14 07:15:00,450.0,2.8748,1,leg_gt,0.17,60 -62467,sell_contrast_m10_bb_pos,sell,2026-04-14 07:18:00,454.0,3.7902,1,leg_gt,0.17,60 -62468,sell_contrast_m10_bb_pos,sell,2026-04-14 08:12:00,456.0,4.2478,1,leg_gt,0.21,60 -62469,sell_contrast_m10_bb_pos,sell,2026-04-14 08:15:00,456.0,4.2478,1,leg_gt,0.21,60 -62470,sell_contrast_m10_bb_pos,sell,2026-04-14 08:18:00,455.0,4.019,1,leg_gt,0.21,60 -62471,sell_contrast_m10_bb_pos,sell,2026-04-14 10:30:00,459.0,4.9343,1,leg_gt,0.3,60 -62472,sell_contrast_m10_bb_pos,sell,2026-04-14 10:33:00,459.0,4.9343,1,leg_gt,0.3,60 -62473,sell_contrast_m10_bb_pos,sell,2026-04-14 10:36:00,456.0,4.2478,1,leg_gt,0.31,60 -62474,sell_contrast_m10_bb_pos,sell,2026-04-14 10:39:00,457.0,4.4767,1,leg_gt,0.31,60 -62475,sell_contrast_m10_bb_pos,sell,2026-04-14 10:51:00,459.0,4.9343,1,leg_gt,0.32,60 -62476,sell_contrast_m10_bb_pos,sell,2026-04-14 10:54:00,459.0,4.9343,1,leg_gt,0.32,60 -62477,sell_contrast_m10_bb_pos,sell,2026-04-14 10:57:00,460.0,5.1632,1,leg_gt,0.32,60 -62478,sell_contrast_m10_bb_pos,sell,2026-04-14 11:30:00,464.0,6.0785,1,leg_gt,0.34,60 -62479,sell_contrast_m10_bb_pos,sell,2026-04-14 11:33:00,463.0,5.8497,1,leg_gt,0.35,60 -62480,sell_contrast_m10_bb_pos,sell,2026-04-14 11:36:00,462.0,5.6208,1,leg_gt,0.35,60 -62481,sell_contrast_m10_bb_pos,sell,2026-04-14 11:39:00,463.0,5.8497,1,leg_gt,0.35,60 -62482,sell_contrast_m10_bb_pos,sell,2026-04-14 12:30:00,468.0,6.9938,1,leg_gt,0.39,60 -62483,sell_contrast_m10_bb_pos,sell,2026-04-14 12:33:00,468.0,6.9938,1,leg_gt,0.39,60 -62484,sell_contrast_m10_bb_pos,sell,2026-04-14 12:36:00,468.0,6.9938,1,leg_gt,0.39,60 -62485,sell_contrast_m10_bb_pos,sell,2026-04-14 12:39:00,467.0,6.765,1,leg_gt,0.39,60 -62486,sell_contrast_m10_bb_pos,sell,2026-04-14 12:51:00,468.0,6.9938,1,leg_gt,0.4,60 -62487,sell_contrast_m10_bb_pos,sell,2026-04-14 12:54:00,468.0,6.9938,1,leg_gt,0.4,60 -62488,sell_contrast_m10_bb_pos,sell,2026-04-14 12:57:00,470.0,7.4515,1,leg_gt,0.4,60 -62489,sell_contrast_m10_bb_pos,sell,2026-04-14 13:30:00,471.0,7.6803,1,leg_gt,0.43,60 -62490,sell_contrast_m10_bb_pos,sell,2026-04-14 13:33:00,469.0,7.2227,1,leg_gt,0.43,60 -62491,sell_contrast_m10_bb_pos,sell,2026-04-14 13:36:00,469.0,7.2227,1,leg_gt,0.43,60 -62492,sell_contrast_m10_bb_pos,sell,2026-04-14 13:39:00,469.0,7.2227,1,leg_gt,0.43,60 -62493,sell_contrast_m10_bb_pos,sell,2026-04-14 15:12:00,470.0,7.4515,1,leg_gt,0.5,60 -62494,sell_contrast_m10_bb_pos,sell,2026-04-14 15:15:00,471.0,7.6803,1,leg_gt,0.5,60 -62495,sell_contrast_m10_bb_pos,sell,2026-04-14 15:18:00,471.0,7.6803,1,leg_gt,0.5,60 -62496,sell_contrast_m10_bb_pos,sell,2026-04-14 15:30:00,471.0,7.6803,1,leg_gt,0.51,60 -62497,sell_contrast_m10_bb_pos,sell,2026-04-14 15:33:00,471.0,7.6803,1,leg_gt,0.51,60 -62498,sell_contrast_m10_bb_pos,sell,2026-04-14 15:36:00,468.0,6.9938,1,leg_gt,0.51,60 -62499,sell_contrast_m10_bb_pos,sell,2026-04-14 15:39:00,469.0,7.2227,1,leg_gt,0.52,60 -62500,sell_contrast_m10_bb_pos,sell,2026-04-14 16:00:00,472.0,7.9092,1,leg_gt,0.53,60 -62501,sell_contrast_m10_bb_pos,sell,2026-04-14 16:03:00,474.0,8.3668,1,leg_gt,0.53,60 -62502,sell_contrast_m10_bb_pos,sell,2026-04-14 16:06:00,474.0,8.3668,1,leg_gt,0.54,60 -62503,sell_contrast_m10_bb_pos,sell,2026-04-14 16:09:00,477.0,9.0533,1,leg_gt,0.54,60 -62504,sell_contrast_m10_bb_pos,sell,2026-04-14 16:21:00,477.0,9.0533,1,leg_gt,0.55,60 -62505,sell_contrast_m10_bb_pos,sell,2026-04-14 16:24:00,477.0,9.0533,1,leg_gt,0.55,60 -62506,sell_contrast_m10_bb_pos,sell,2026-04-14 16:27:00,478.0,9.2822,1,leg_gt,0.55,60 -62507,sell_contrast_m10_bb_pos,sell,2026-04-14 16:51:00,483.0,10.4263,1,leg_gt,0.57,60 -62508,sell_contrast_m10_bb_pos,sell,2026-04-14 16:54:00,482.0,10.1975,1,leg_gt,0.57,60 -62509,sell_contrast_m10_bb_pos,sell,2026-04-14 16:57:00,479.0,9.511,1,leg_gt,0.57,60 -62510,sell_contrast_m10_bb_pos,sell,2026-04-14 17:00:00,480.0,9.7398,1,leg_gt,0.57,60 -62511,sell_contrast_m10_bb_pos,sell,2026-04-14 17:03:00,478.0,9.2822,1,leg_gt,0.57,60 -62512,sell_contrast_m10_bb_pos,sell,2026-04-14 17:06:00,482.0,10.1975,1,leg_gt,0.58,60 -62513,sell_contrast_m10_bb_pos,sell,2026-04-14 17:09:00,480.0,9.7398,1,leg_gt,0.58,60 -62514,sell_contrast_m10_bb_pos,sell,2026-04-14 23:00:00,470.0,7.4515,1,leg_gt,0.82,60 -62515,sell_contrast_m10_bb_pos,sell,2026-04-14 23:03:00,467.0,6.765,1,leg_gt,0.82,60 -62516,sell_contrast_m10_bb_pos,sell,2026-04-14 23:06:00,468.0,6.9938,1,leg_gt,0.83,60 -62517,sell_contrast_m10_bb_pos,sell,2026-04-14 23:09:00,464.0,6.0785,1,leg_gt,0.83,60 -62518,sell_contrast_m10_bb_pos,sell,2026-04-15 08:51:00,439.0,0.3577,1,leg_gt,1.23,60 -62519,sell_contrast_m10_bb_pos,sell,2026-04-15 08:54:00,439.0,0.3577,1,leg_gt,1.24,60 -62520,sell_contrast_m10_bb_pos,sell,2026-04-15 08:57:00,439.0,0.3577,1,leg_gt,1.24,60 -62521,sell_contrast_m10_bb_pos,sell,2026-04-15 10:42:00,440.0,1.5166,1,leg_gt,0.03,60 -62522,sell_contrast_m10_bb_pos,sell,2026-04-15 10:45:00,442.0,1.9785,1,leg_gt,0.03,60 -62523,sell_contrast_m10_bb_pos,sell,2026-04-15 10:48:00,442.0,1.9785,1,leg_gt,0.04,60 -62524,sell_contrast_m10_bb_pos,sell,2026-04-15 11:00:00,442.0,1.9785,1,leg_gt,0.04,60 -62525,sell_contrast_m10_bb_pos,sell,2026-04-15 11:03:00,442.0,1.9785,1,leg_gt,0.05,60 -62526,sell_contrast_m10_bb_pos,sell,2026-04-15 11:06:00,443.0,2.2095,1,leg_gt,0.05,60 -62527,sell_contrast_m10_bb_pos,sell,2026-04-15 11:09:00,442.0,1.9785,1,leg_gt,0.05,60 -62528,sell_contrast_m10_bb_pos,sell,2026-04-15 11:12:00,442.0,1.9785,1,leg_gt,0.05,60 -62529,sell_contrast_m10_bb_pos,sell,2026-04-15 11:15:00,443.0,2.2095,1,leg_gt,0.05,60 -62530,sell_contrast_m10_bb_pos,sell,2026-04-15 11:18:00,443.0,2.2095,1,leg_gt,0.06,60 -62531,sell_contrast_m10_bb_pos,sell,2026-04-15 11:21:00,443.0,2.2095,1,leg_gt,0.06,60 -62532,sell_contrast_m10_bb_pos,sell,2026-04-15 11:24:00,441.0,1.7476,1,leg_gt,0.06,60 -62533,sell_contrast_m10_bb_pos,sell,2026-04-15 11:27:00,441.0,1.7476,1,leg_gt,0.06,60 -62534,sell_contrast_m10_bb_pos,sell,2026-04-15 12:30:00,443.0,2.2095,1,leg_gt,0.11,60 -62535,sell_contrast_m10_bb_pos,sell,2026-04-15 12:33:00,441.0,1.7476,1,leg_gt,0.11,60 -62536,sell_contrast_m10_bb_pos,sell,2026-04-15 12:36:00,441.0,1.7476,1,leg_gt,0.11,60 -62537,sell_contrast_m10_bb_pos,sell,2026-04-15 12:39:00,441.0,1.7476,1,leg_gt,0.11,60 -62538,sell_contrast_m10_bb_pos,sell,2026-04-15 19:21:00,439.0,1.2857,1,leg_gt,0.39,60 -62539,sell_contrast_m10_bb_pos,sell,2026-04-15 19:24:00,439.0,1.2857,1,leg_gt,0.39,60 -62540,sell_contrast_m10_bb_pos,sell,2026-04-15 19:27:00,438.0,1.0547,1,leg_gt,0.4,60 -62541,sell_contrast_m10_bb_pos,sell,2026-04-15 19:30:00,439.0,1.2857,1,leg_gt,0.4,60 -62542,sell_contrast_m10_bb_pos,sell,2026-04-15 19:33:00,438.0,1.0547,1,leg_gt,0.4,60 -62543,sell_contrast_m10_bb_pos,sell,2026-04-15 19:36:00,439.0,1.2857,1,leg_gt,0.4,60 -62544,sell_contrast_m10_bb_pos,sell,2026-04-15 19:39:00,440.0,1.5166,1,leg_gt,0.4,60 -62545,sell_contrast_m10_bb_pos,sell,2026-04-15 20:21:00,441.0,1.7476,1,leg_gt,0.43,60 -62546,sell_contrast_m10_bb_pos,sell,2026-04-15 20:24:00,441.0,1.7476,1,leg_gt,0.44,60 -62547,sell_contrast_m10_bb_pos,sell,2026-04-15 20:27:00,442.0,1.9785,1,leg_gt,0.44,60 -62548,sell_contrast_m10_bb_pos,sell,2026-04-16 05:51:00,447.0,3.1333,1,leg_gt,0.83,60 -62549,sell_contrast_m10_bb_pos,sell,2026-04-16 05:54:00,447.0,3.1333,1,leg_gt,0.83,60 -62550,sell_contrast_m10_bb_pos,sell,2026-04-16 05:57:00,447.0,3.1333,1,leg_gt,0.83,60 -62551,sell_contrast_m10_bb_pos,sell,2026-04-16 06:12:00,449.0,3.5952,1,leg_gt,0.84,60 -62552,sell_contrast_m10_bb_pos,sell,2026-04-16 06:15:00,449.0,3.5952,1,leg_gt,0.85,60 -62553,sell_contrast_m10_bb_pos,sell,2026-04-16 06:18:00,448.0,3.3642,1,leg_gt,0.85,60 -62554,sell_contrast_m10_bb_pos,sell,2026-04-16 06:42:00,449.0,3.5952,1,leg_gt,0.86,60 -62555,sell_contrast_m10_bb_pos,sell,2026-04-16 06:45:00,449.0,3.5952,1,leg_gt,0.87,60 -62556,sell_contrast_m10_bb_pos,sell,2026-04-16 06:48:00,451.0,4.057,1,leg_gt,0.87,60 -62557,sell_contrast_m10_bb_pos,sell,2026-04-16 07:12:00,451.0,4.057,1,leg_gt,0.89,60 -62558,sell_contrast_m10_bb_pos,sell,2026-04-16 07:15:00,450.0,3.8261,1,leg_gt,0.89,60 -62559,sell_contrast_m10_bb_pos,sell,2026-04-16 07:18:00,450.0,3.8261,1,leg_gt,0.89,60 -62560,sell_contrast_m10_bb_pos,sell,2026-04-16 07:51:00,454.0,4.7499,1,leg_gt,0.91,60 -62561,sell_contrast_m10_bb_pos,sell,2026-04-16 07:54:00,454.0,4.7499,1,leg_gt,0.91,60 -62562,sell_contrast_m10_bb_pos,sell,2026-04-16 07:57:00,451.0,4.057,1,leg_gt,0.92,60 -62563,sell_contrast_m10_bb_pos,sell,2026-04-16 10:21:00,453.0,4.5189,1,leg_gt,1.02,60 -62564,sell_contrast_m10_bb_pos,sell,2026-04-16 10:24:00,452.0,4.288,1,leg_gt,1.02,60 -62565,sell_contrast_m10_bb_pos,sell,2026-04-16 10:27:00,452.0,4.288,1,leg_gt,1.02,60 -62566,sell_contrast_m10_bb_pos,sell,2026-04-16 10:42:00,453.0,4.5189,1,leg_gt,1.03,60 -62567,sell_contrast_m10_bb_pos,sell,2026-04-16 10:45:00,455.0,4.9808,1,leg_gt,1.03,60 -62568,sell_contrast_m10_bb_pos,sell,2026-04-16 10:48:00,456.0,5.2118,1,leg_gt,1.04,60 -62569,sell_contrast_m10_bb_pos,sell,2026-04-16 11:12:00,457.0,5.4427,1,leg_gt,1.05,60 -62570,sell_contrast_m10_bb_pos,sell,2026-04-16 11:15:00,456.0,5.2118,1,leg_gt,1.05,60 -62571,sell_contrast_m10_bb_pos,sell,2026-04-16 11:18:00,457.0,5.4427,1,leg_gt,1.06,60 -62572,sell_contrast_m10_bb_pos,sell,2026-04-16 11:21:00,456.0,5.2118,1,leg_gt,1.06,60 -62573,sell_contrast_m10_bb_pos,sell,2026-04-16 11:24:00,456.0,5.2118,1,leg_gt,1.06,60 -62574,sell_contrast_m10_bb_pos,sell,2026-04-16 11:27:00,455.0,4.9808,1,leg_gt,1.06,60 -62575,sell_contrast_m10_bb_pos,sell,2026-04-16 11:30:00,457.0,5.4427,1,leg_gt,1.06,60 -62576,sell_contrast_m10_bb_pos,sell,2026-04-16 11:33:00,460.0,6.1356,1,leg_gt,1.07,60 -62577,sell_contrast_m10_bb_pos,sell,2026-04-16 11:36:00,459.0,5.9046,1,leg_gt,1.07,60 -62578,sell_contrast_m10_bb_pos,sell,2026-04-16 11:39:00,459.0,5.9046,1,leg_gt,1.07,60 -62579,sell_contrast_m10_bb_pos,sell,2026-04-16 11:51:00,459.0,5.9046,1,leg_gt,1.08,60 -62580,sell_contrast_m10_bb_pos,sell,2026-04-16 11:54:00,457.0,5.4427,1,leg_gt,1.08,60 -62581,sell_contrast_m10_bb_pos,sell,2026-04-16 11:57:00,457.0,5.4427,1,leg_gt,1.08,60 -62582,sell_contrast_m10_bb_pos,sell,2026-04-16 12:42:00,460.0,6.1356,1,leg_gt,1.11,60 -62583,sell_contrast_m10_bb_pos,sell,2026-04-16 12:45:00,460.0,6.1356,1,leg_gt,1.12,60 -62584,sell_contrast_m10_bb_pos,sell,2026-04-16 12:48:00,460.0,6.1356,1,leg_gt,1.12,60 -62585,sell_contrast_m10_bb_pos,sell,2026-04-16 12:51:00,461.0,6.3665,1,leg_gt,1.12,60 -62586,sell_contrast_m10_bb_pos,sell,2026-04-16 12:54:00,459.0,5.9046,1,leg_gt,1.12,60 -62587,sell_contrast_m10_bb_pos,sell,2026-04-16 12:57:00,459.0,5.9046,1,leg_gt,1.12,60 -62588,sell_contrast_m10_bb_pos,sell,2026-04-16 16:21:00,458.0,5.6737,1,leg_gt,1.27,60 -62589,sell_contrast_m10_bb_pos,sell,2026-04-16 16:24:00,458.0,5.6737,1,leg_gt,1.27,60 -62590,sell_contrast_m10_bb_pos,sell,2026-04-16 16:27:00,457.0,5.4427,1,leg_gt,1.27,60 -62591,sell_contrast_m10_bb_pos,sell,2026-04-16 20:30:00,457.0,5.4427,1,leg_gt,1.44,60 -62592,sell_contrast_m10_bb_pos,sell,2026-04-16 20:33:00,456.0,5.2118,1,leg_gt,1.44,60 -62593,sell_contrast_m10_bb_pos,sell,2026-04-16 20:36:00,459.0,5.9046,1,leg_gt,1.44,60 -62594,sell_contrast_m10_bb_pos,sell,2026-04-16 20:39:00,457.0,5.4427,1,leg_gt,1.45,60 -62595,sell_contrast_m10_bb_pos,sell,2026-04-16 20:42:00,457.0,5.4427,1,leg_gt,1.45,60 -62596,sell_contrast_m10_bb_pos,sell,2026-04-16 20:45:00,457.0,5.4427,1,leg_gt,1.45,60 -62597,sell_contrast_m10_bb_pos,sell,2026-04-16 20:48:00,456.0,5.2118,1,leg_gt,1.45,60 -62598,sell_contrast_m10_bb_pos,sell,2026-04-16 21:42:00,460.0,6.1356,1,leg_gt,1.49,60 -62599,sell_contrast_m10_bb_pos,sell,2026-04-16 21:45:00,462.0,6.5975,1,leg_gt,1.49,60 -62600,sell_contrast_m10_bb_pos,sell,2026-04-16 21:48:00,460.0,6.1356,1,leg_gt,1.49,60 -62601,sell_contrast_m10_bb_pos,sell,2026-04-17 00:21:00,470.0,8.445,1,leg_gt,1.6,60 -62602,sell_contrast_m10_bb_pos,sell,2026-04-17 00:24:00,470.0,8.445,1,leg_gt,1.6,60 -62603,sell_contrast_m10_bb_pos,sell,2026-04-17 00:27:00,470.0,8.445,1,leg_gt,1.6,60 -62604,sell_contrast_m10_bb_pos,sell,2026-04-17 00:30:00,469.0,8.2141,1,leg_gt,1.61,60 -62605,sell_contrast_m10_bb_pos,sell,2026-04-17 00:33:00,470.0,8.445,1,leg_gt,1.61,60 -62606,sell_contrast_m10_bb_pos,sell,2026-04-17 00:36:00,471.0,8.676,1,leg_gt,1.61,60 -62607,sell_contrast_m10_bb_pos,sell,2026-04-17 00:39:00,476.0,9.8307,1,leg_gt,1.61,60 -62608,sell_contrast_m10_bb_pos,sell,2026-04-17 00:51:00,475.0,9.5998,1,leg_gt,1.62,60 -62609,sell_contrast_m10_bb_pos,sell,2026-04-17 00:54:00,475.0,9.5998,1,leg_gt,1.62,60 -62610,sell_contrast_m10_bb_pos,sell,2026-04-17 00:57:00,474.0,9.3688,1,leg_gt,1.62,60 -62611,sell_contrast_m10_bb_pos,sell,2026-04-17 01:00:00,474.0,9.3688,1,leg_gt,1.63,60 -62612,sell_contrast_m10_bb_pos,sell,2026-04-17 01:03:00,472.0,8.9069,1,leg_gt,1.63,60 -62613,sell_contrast_m10_bb_pos,sell,2026-04-17 01:06:00,473.0,9.1379,1,leg_gt,1.63,60 -62614,sell_contrast_m10_bb_pos,sell,2026-04-17 01:09:00,473.0,9.1379,1,leg_gt,1.63,60 -62615,sell_contrast_m10_bb_pos,sell,2026-04-17 04:21:00,472.0,2.7322,1,leg_gt,0.07,60 -62616,sell_contrast_m10_bb_pos,sell,2026-04-17 04:24:00,471.0,2.5144,1,leg_gt,0.08,60 -62617,sell_contrast_m10_bb_pos,sell,2026-04-17 04:27:00,470.0,2.2965,1,leg_gt,0.08,60 -62618,sell_contrast_m10_bb_pos,sell,2026-04-17 04:42:00,472.0,2.7322,1,leg_gt,0.09,60 -62619,sell_contrast_m10_bb_pos,sell,2026-04-17 04:45:00,470.0,2.2965,1,leg_gt,0.09,60 -62620,sell_contrast_m10_bb_pos,sell,2026-04-17 04:48:00,471.0,2.5144,1,leg_gt,0.09,60 -62621,sell_contrast_m10_bb_pos,sell,2026-04-17 05:00:00,472.0,2.7322,1,leg_gt,0.1,60 -62622,sell_contrast_m10_bb_pos,sell,2026-04-17 05:03:00,471.0,2.5144,1,leg_gt,0.1,60 -62623,sell_contrast_m10_bb_pos,sell,2026-04-17 05:06:00,472.0,2.7322,1,leg_gt,0.1,60 -62624,sell_contrast_m10_bb_pos,sell,2026-04-17 05:09:00,472.0,2.7322,1,leg_gt,0.11,60 -62625,sell_contrast_m10_bb_pos,sell,2026-04-17 06:51:00,472.0,2.7322,1,leg_gt,0.18,60 -62626,sell_contrast_m10_bb_pos,sell,2026-04-17 06:54:00,473.0,2.9501,1,leg_gt,0.18,60 -62627,sell_contrast_m10_bb_pos,sell,2026-04-17 06:57:00,474.0,3.168,1,leg_gt,0.18,60 -62628,sell_contrast_m10_bb_pos,sell,2026-04-17 08:00:00,482.0,4.9109,1,leg_gt,0.22,60 -62629,sell_contrast_m10_bb_pos,sell,2026-04-17 08:03:00,482.0,4.9109,1,leg_gt,0.23,60 -62630,sell_contrast_m10_bb_pos,sell,2026-04-17 08:06:00,483.0,5.1288,1,leg_gt,0.23,60 -62631,sell_contrast_m10_bb_pos,sell,2026-04-17 08:09:00,482.0,4.9109,1,leg_gt,0.23,60 -62632,sell_contrast_m10_bb_pos,sell,2026-04-17 08:12:00,482.0,4.9109,1,leg_gt,0.23,60 -62633,sell_contrast_m10_bb_pos,sell,2026-04-17 08:15:00,482.0,4.9109,1,leg_gt,0.24,60 -62634,sell_contrast_m10_bb_pos,sell,2026-04-17 08:18:00,482.0,4.9109,1,leg_gt,0.24,60 -62635,sell_contrast_m10_bb_pos,sell,2026-04-17 16:12:00,472.0,2.7322,1,leg_gt,0.57,60 -62636,sell_contrast_m10_bb_pos,sell,2026-04-17 16:15:00,473.0,2.9501,1,leg_gt,0.57,60 -62637,sell_contrast_m10_bb_pos,sell,2026-04-17 16:18:00,471.0,2.5144,1,leg_gt,0.57,60 -62638,sell_contrast_m10_bb_pos,sell,2026-04-17 16:30:00,473.0,2.9501,1,leg_gt,0.58,60 -62639,sell_contrast_m10_bb_pos,sell,2026-04-17 16:33:00,473.0,2.9501,1,leg_gt,0.58,60 -62640,sell_contrast_m10_bb_pos,sell,2026-04-17 16:36:00,472.0,2.7322,1,leg_gt,0.58,60 -62641,sell_contrast_m10_bb_pos,sell,2026-04-17 16:39:00,472.0,2.7322,1,leg_gt,0.59,60 -62642,sell_contrast_m10_bb_pos,sell,2026-04-17 22:42:00,465.0,1.2072,1,leg_gt,0.84,60 -62643,sell_contrast_m10_bb_pos,sell,2026-04-17 22:45:00,466.0,1.4251,1,leg_gt,0.84,60 -62644,sell_contrast_m10_bb_pos,sell,2026-04-17 22:48:00,466.0,1.4251,1,leg_gt,0.84,60 -62645,sell_contrast_m10_bb_pos,sell,2026-04-17 22:51:00,466.0,1.4251,1,leg_gt,0.84,60 -62646,sell_contrast_m10_bb_pos,sell,2026-04-17 22:54:00,468.0,1.8608,1,leg_gt,0.85,60 -62647,sell_contrast_m10_bb_pos,sell,2026-04-17 22:57:00,468.0,1.8608,1,leg_gt,0.85,60 -62648,sell_contrast_m10_bb_pos,sell,2026-04-18 09:51:00,419.0,-8.8146,0,leg_gt,1.3,60 -62649,sell_contrast_m10_bb_pos,sell,2026-04-18 09:54:00,421.0,-8.3789,0,leg_gt,1.3,60 -62650,sell_contrast_m10_bb_pos,sell,2026-04-18 09:57:00,422.0,-8.161,0,leg_gt,1.31,60 -62651,sell_contrast_m10_bb_pos,sell,2026-04-18 13:21:00,421.0,-8.3789,0,leg_gt,1.45,60 -62652,sell_contrast_m10_bb_pos,sell,2026-04-18 13:24:00,421.0,-8.3789,0,leg_gt,1.45,60 -62653,sell_contrast_m10_bb_pos,sell,2026-04-18 13:27:00,421.0,-8.3789,0,leg_gt,1.45,60 -62654,sell_contrast_m10_bb_pos,sell,2026-04-18 14:30:00,420.0,-8.5967,0,leg_gt,1.5,60 -62655,sell_contrast_m10_bb_pos,sell,2026-04-18 14:33:00,419.0,-8.8146,0,leg_gt,1.5,60 -62656,sell_contrast_m10_bb_pos,sell,2026-04-18 14:36:00,419.0,-8.8146,0,leg_gt,1.5,60 -62657,sell_contrast_m10_bb_pos,sell,2026-04-18 14:39:00,419.0,-8.8146,0,leg_gt,1.5,60 -62658,sell_contrast_m10_bb_pos,sell,2026-04-18 15:30:00,421.0,-8.3789,0,leg_gt,1.54,60 -62659,sell_contrast_m10_bb_pos,sell,2026-04-18 15:33:00,422.0,-8.161,0,leg_gt,1.54,60 -62660,sell_contrast_m10_bb_pos,sell,2026-04-18 15:36:00,422.0,-8.161,0,leg_gt,1.54,60 -62661,sell_contrast_m10_bb_pos,sell,2026-04-18 15:39:00,422.0,-8.161,0,leg_gt,1.54,60 -62662,sell_contrast_m10_bb_pos,sell,2026-04-19 08:12:00,396.0,-13.8255,0,leg_gt,2.23,60 -62663,sell_contrast_m10_bb_pos,sell,2026-04-19 08:15:00,395.0,-14.0434,0,leg_gt,2.24,60 -62664,sell_contrast_m10_bb_pos,sell,2026-04-19 08:18:00,395.0,-14.0434,0,leg_gt,2.24,60 -62665,sell_contrast_m10_bb_pos,sell,2026-04-19 15:51:00,389.0,0.6772,1,leg_gt,0.09,60 -62666,sell_contrast_m10_bb_pos,sell,2026-04-19 15:54:00,390.0,0.9363,1,leg_gt,0.09,60 -62667,sell_contrast_m10_bb_pos,sell,2026-04-19 15:57:00,390.0,0.9363,1,leg_gt,0.1,60 -62668,sell_contrast_m10_bb_pos,sell,2026-04-19 16:00:00,390.0,0.9363,1,leg_gt,0.1,60 -62669,sell_contrast_m10_bb_pos,sell,2026-04-19 16:03:00,390.0,0.9363,1,leg_gt,0.1,60 -62670,sell_contrast_m10_bb_pos,sell,2026-04-19 16:06:00,391.0,1.1953,1,leg_gt,0.1,60 -62671,sell_contrast_m10_bb_pos,sell,2026-04-19 16:09:00,390.0,0.9363,1,leg_gt,0.1,60 -62672,sell_contrast_m10_bb_pos,sell,2026-04-19 16:12:00,388.0,0.4181,1,leg_gt,0.11,60 -62673,sell_contrast_m10_bb_pos,sell,2026-04-19 16:15:00,389.0,0.6772,1,leg_gt,0.11,60 -62674,sell_contrast_m10_bb_pos,sell,2026-04-19 16:18:00,389.0,0.6772,1,leg_gt,0.11,60 -62675,sell_contrast_m10_bb_pos,sell,2026-04-19 19:51:00,391.0,1.1953,1,leg_gt,0.26,60 -62676,sell_contrast_m10_bb_pos,sell,2026-04-19 19:54:00,390.0,0.9363,1,leg_gt,0.26,60 -62677,sell_contrast_m10_bb_pos,sell,2026-04-19 19:57:00,390.0,0.9363,1,leg_gt,0.26,60 -62678,sell_contrast_m10_bb_pos,sell,2026-04-19 20:12:00,391.0,1.1953,1,leg_gt,0.27,60 -62679,sell_contrast_m10_bb_pos,sell,2026-04-19 20:15:00,391.0,1.1953,1,leg_gt,0.28,60 -62680,sell_contrast_m10_bb_pos,sell,2026-04-19 20:18:00,393.0,1.7135,1,leg_gt,0.28,60 -62681,sell_contrast_m10_bb_pos,sell,2026-04-19 21:00:00,393.0,1.7135,1,leg_gt,0.31,60 -62682,sell_contrast_m10_bb_pos,sell,2026-04-19 21:03:00,394.0,1.9725,1,leg_gt,0.31,60 -62683,sell_contrast_m10_bb_pos,sell,2026-04-19 21:06:00,394.0,1.9725,1,leg_gt,0.31,60 -62684,sell_contrast_m10_bb_pos,sell,2026-04-19 21:09:00,394.0,1.9725,1,leg_gt,0.31,60 -62685,sell_contrast_m10_bb_pos,sell,2026-04-19 21:30:00,395.0,2.2316,1,leg_gt,0.33,60 -62686,sell_contrast_m10_bb_pos,sell,2026-04-19 21:33:00,396.0,2.4907,1,leg_gt,0.33,60 -62687,sell_contrast_m10_bb_pos,sell,2026-04-19 21:36:00,396.0,2.4907,1,leg_gt,0.33,60 -62688,sell_contrast_m10_bb_pos,sell,2026-04-19 21:39:00,397.0,2.7497,1,leg_gt,0.33,60 -62689,sell_contrast_m10_bb_pos,sell,2026-04-19 21:51:00,396.0,2.4907,1,leg_gt,0.34,60 -62690,sell_contrast_m10_bb_pos,sell,2026-04-19 21:54:00,398.0,3.0088,1,leg_gt,0.34,60 -62691,sell_contrast_m10_bb_pos,sell,2026-04-19 21:57:00,398.0,3.0088,1,leg_gt,0.35,60 -62692,sell_contrast_m10_bb_pos,sell,2026-04-19 22:00:00,397.0,2.7497,1,leg_gt,0.35,60 -62693,sell_contrast_m10_bb_pos,sell,2026-04-19 22:03:00,397.0,2.7497,1,leg_gt,0.35,60 -62694,sell_contrast_m10_bb_pos,sell,2026-04-19 22:06:00,397.0,2.7497,1,leg_gt,0.35,60 -62695,sell_contrast_m10_bb_pos,sell,2026-04-19 22:09:00,397.0,2.7497,1,leg_gt,0.35,60 -62696,sell_contrast_m10_bb_pos,sell,2026-04-19 22:12:00,398.0,3.0088,1,leg_gt,0.36,60 -62697,sell_contrast_m10_bb_pos,sell,2026-04-19 22:15:00,399.0,3.2679,1,leg_gt,0.36,60 -62698,sell_contrast_m10_bb_pos,sell,2026-04-19 22:18:00,398.0,3.0088,1,leg_gt,0.36,60 -62699,sell_contrast_m10_bb_pos,sell,2026-04-19 22:30:00,400.0,3.5269,1,leg_gt,0.37,60 -62700,sell_contrast_m10_bb_pos,sell,2026-04-19 22:33:00,400.0,3.5269,1,leg_gt,0.37,60 -62701,sell_contrast_m10_bb_pos,sell,2026-04-19 22:36:00,400.0,3.5269,1,leg_gt,0.37,60 -62702,sell_contrast_m10_bb_pos,sell,2026-04-19 22:39:00,399.0,3.2679,1,leg_gt,0.38,60 -62703,sell_contrast_m10_bb_pos,sell,2026-04-19 22:42:00,399.0,3.2679,1,leg_gt,0.38,60 -62704,sell_contrast_m10_bb_pos,sell,2026-04-19 22:45:00,400.0,3.5269,1,leg_gt,0.38,60 -62705,sell_contrast_m10_bb_pos,sell,2026-04-19 22:48:00,399.0,3.2679,1,leg_gt,0.38,60 -62706,sell_contrast_m10_bb_pos,sell,2026-04-19 23:21:00,400.0,3.5269,1,leg_gt,0.4,60 -62707,sell_contrast_m10_bb_pos,sell,2026-04-19 23:24:00,400.0,3.5269,1,leg_gt,0.41,60 -62708,sell_contrast_m10_bb_pos,sell,2026-04-19 23:27:00,401.0,3.786,1,leg_gt,0.41,60 -62709,sell_contrast_m10_bb_pos,sell,2026-04-19 23:42:00,400.0,3.5269,1,leg_gt,0.42,60 -62710,sell_contrast_m10_bb_pos,sell,2026-04-19 23:45:00,400.0,3.5269,1,leg_gt,0.42,60 -62711,sell_contrast_m10_bb_pos,sell,2026-04-19 23:48:00,401.0,3.786,1,leg_gt,0.42,60 -62712,sell_contrast_m10_bb_pos,sell,2026-04-20 09:30:00,391.0,1.9888,1,leg_gt,0.09,60 -62713,sell_contrast_m10_bb_pos,sell,2026-04-20 09:33:00,390.0,1.7277,1,leg_gt,0.09,60 -62714,sell_contrast_m10_bb_pos,sell,2026-04-20 09:36:00,390.0,1.7277,1,leg_gt,0.09,60 -62715,sell_contrast_m10_bb_pos,sell,2026-04-20 09:39:00,390.0,1.7277,1,leg_gt,0.1,60 -62716,sell_contrast_m10_bb_pos,sell,2026-04-20 10:12:00,391.0,1.9888,1,leg_gt,0.12,60 -62717,sell_contrast_m10_bb_pos,sell,2026-04-20 10:15:00,389.0,1.4666,1,leg_gt,0.12,60 -62718,sell_contrast_m10_bb_pos,sell,2026-04-20 10:18:00,390.0,1.7277,1,leg_gt,0.12,60 -62719,sell_contrast_m10_bb_pos,sell,2026-04-20 10:30:00,391.0,1.9888,1,leg_gt,0.13,60 -62720,sell_contrast_m10_bb_pos,sell,2026-04-20 10:33:00,392.0,2.2499,1,leg_gt,0.13,60 -62721,sell_contrast_m10_bb_pos,sell,2026-04-20 10:36:00,392.0,2.2499,1,leg_gt,0.14,60 -62722,sell_contrast_m10_bb_pos,sell,2026-04-20 10:39:00,392.0,2.2499,1,leg_gt,0.14,60 -62723,sell_contrast_m10_bb_pos,sell,2026-04-20 10:42:00,393.0,2.511,1,leg_gt,0.14,60 -62724,sell_contrast_m10_bb_pos,sell,2026-04-20 10:45:00,393.0,2.511,1,leg_gt,0.14,60 -62725,sell_contrast_m10_bb_pos,sell,2026-04-20 10:48:00,393.0,2.511,1,leg_gt,0.14,60 -62726,sell_contrast_m10_bb_pos,sell,2026-04-20 10:51:00,392.0,2.2499,1,leg_gt,0.15,60 -62727,sell_contrast_m10_bb_pos,sell,2026-04-20 10:54:00,392.0,2.2499,1,leg_gt,0.15,60 -62728,sell_contrast_m10_bb_pos,sell,2026-04-20 10:57:00,392.0,2.2499,1,leg_gt,0.15,60 -62729,sell_contrast_m10_bb_pos,sell,2026-04-20 11:00:00,392.0,2.2499,1,leg_gt,0.15,60 -62730,sell_contrast_m10_bb_pos,sell,2026-04-20 11:03:00,391.0,1.9888,1,leg_gt,0.15,60 -62731,sell_contrast_m10_bb_pos,sell,2026-04-20 11:06:00,390.0,1.7277,1,leg_gt,0.16,60 -62732,sell_contrast_m10_bb_pos,sell,2026-04-20 11:09:00,390.0,1.7277,1,leg_gt,0.16,60 -62733,sell_contrast_m10_bb_pos,sell,2026-04-20 18:51:00,391.0,1.9888,1,leg_gt,0.48,60 -62734,sell_contrast_m10_bb_pos,sell,2026-04-20 18:54:00,391.0,1.9888,1,leg_gt,0.48,60 -62735,sell_contrast_m10_bb_pos,sell,2026-04-20 18:57:00,392.0,2.2499,1,leg_gt,0.48,60 -62736,sell_contrast_m10_bb_pos,sell,2026-04-20 19:12:00,392.0,2.2499,1,leg_gt,0.49,60 -62737,sell_contrast_m10_bb_pos,sell,2026-04-20 19:15:00,392.0,2.2499,1,leg_gt,0.5,60 -62738,sell_contrast_m10_bb_pos,sell,2026-04-20 19:18:00,393.0,2.511,1,leg_gt,0.5,60 -62739,sell_contrast_m10_bb_pos,sell,2026-04-20 19:51:00,392.0,2.2499,1,leg_gt,0.52,60 -62740,sell_contrast_m10_bb_pos,sell,2026-04-20 19:54:00,392.0,2.2499,1,leg_gt,0.52,60 -62741,sell_contrast_m10_bb_pos,sell,2026-04-20 19:57:00,391.0,1.9888,1,leg_gt,0.52,60 -62742,sell_contrast_m10_bb_pos,sell,2026-04-20 21:42:00,393.0,2.511,1,leg_gt,0.6,60 -62743,sell_contrast_m10_bb_pos,sell,2026-04-20 21:45:00,394.0,2.7721,1,leg_gt,0.6,60 -62744,sell_contrast_m10_bb_pos,sell,2026-04-20 21:48:00,393.0,2.511,1,leg_gt,0.6,60 -62745,sell_contrast_m10_bb_pos,sell,2026-04-20 21:51:00,393.0,2.511,1,leg_gt,0.6,60 -62746,sell_contrast_m10_bb_pos,sell,2026-04-20 21:54:00,394.0,2.7721,1,leg_gt,0.61,60 -62747,sell_contrast_m10_bb_pos,sell,2026-04-20 21:57:00,393.0,2.511,1,leg_gt,0.61,60 -62748,sell_contrast_m10_bb_pos,sell,2026-04-20 22:00:00,393.0,2.511,1,leg_gt,0.61,60 -62749,sell_contrast_m10_bb_pos,sell,2026-04-20 22:03:00,393.0,2.511,1,leg_gt,0.61,60 -62750,sell_contrast_m10_bb_pos,sell,2026-04-20 22:06:00,392.0,2.2499,1,leg_gt,0.61,60 -62751,sell_contrast_m10_bb_pos,sell,2026-04-20 22:09:00,393.0,2.511,1,leg_gt,0.62,60 -62752,sell_contrast_m10_bb_pos,sell,2026-04-21 02:21:00,394.0,2.7721,1,leg_gt,0.79,60 -62753,sell_contrast_m10_bb_pos,sell,2026-04-21 02:24:00,393.0,2.511,1,leg_gt,0.79,60 -62754,sell_contrast_m10_bb_pos,sell,2026-04-21 02:27:00,393.0,2.511,1,leg_gt,0.8,60 -62755,sell_contrast_m10_bb_pos,sell,2026-04-21 02:51:00,393.0,2.511,1,leg_gt,0.81,60 -62756,sell_contrast_m10_bb_pos,sell,2026-04-21 02:54:00,392.0,2.2499,1,leg_gt,0.81,60 -62757,sell_contrast_m10_bb_pos,sell,2026-04-21 02:57:00,393.0,2.511,1,leg_gt,0.82,60 -62758,sell_contrast_m10_bb_pos,sell,2026-04-21 03:21:00,395.0,3.0332,1,leg_gt,0.83,60 -62759,sell_contrast_m10_bb_pos,sell,2026-04-21 03:24:00,396.0,3.2943,1,leg_gt,0.84,60 -62760,sell_contrast_m10_bb_pos,sell,2026-04-21 03:27:00,395.0,3.0332,1,leg_gt,0.84,60 -62761,sell_contrast_m10_bb_pos,sell,2026-04-21 03:30:00,394.0,2.7721,1,leg_gt,0.84,60 -62762,sell_contrast_m10_bb_pos,sell,2026-04-21 03:33:00,395.0,3.0332,1,leg_gt,0.84,60 -62763,sell_contrast_m10_bb_pos,sell,2026-04-21 03:36:00,394.0,2.7721,1,leg_gt,0.84,60 -62764,sell_contrast_m10_bb_pos,sell,2026-04-21 03:39:00,394.0,2.7721,1,leg_gt,0.85,60 -62765,sell_contrast_m10_bb_pos,sell,2026-04-21 03:42:00,395.0,3.0332,1,leg_gt,0.85,60 -62766,sell_contrast_m10_bb_pos,sell,2026-04-21 03:45:00,395.0,3.0332,1,leg_gt,0.85,60 -62767,sell_contrast_m10_bb_pos,sell,2026-04-21 03:48:00,394.0,2.7721,1,leg_gt,0.85,60 -62768,sell_contrast_m10_bb_pos,sell,2026-04-21 04:00:00,396.0,3.2943,1,leg_gt,0.86,60 -62769,sell_contrast_m10_bb_pos,sell,2026-04-21 04:03:00,395.0,3.0332,1,leg_gt,0.86,60 -62770,sell_contrast_m10_bb_pos,sell,2026-04-21 04:06:00,394.0,2.7721,1,leg_gt,0.86,60 -62771,sell_contrast_m10_bb_pos,sell,2026-04-21 04:09:00,394.0,2.7721,1,leg_gt,0.87,60 -62772,sell_contrast_m10_bb_pos,sell,2026-04-21 05:21:00,395.0,3.0332,1,leg_gt,0.92,60 -62773,sell_contrast_m10_bb_pos,sell,2026-04-21 05:24:00,397.0,3.5554,1,leg_gt,0.92,60 -62774,sell_contrast_m10_bb_pos,sell,2026-04-21 05:27:00,396.0,3.2943,1,leg_gt,0.92,60 -62775,sell_contrast_m10_bb_pos,sell,2026-04-21 19:21:00,393.0,2.511,1,leg_gt,1.5,60 -62776,sell_contrast_m10_bb_pos,sell,2026-04-21 19:24:00,393.0,2.511,1,leg_gt,1.5,60 -62777,sell_contrast_m10_bb_pos,sell,2026-04-21 19:27:00,392.0,2.2499,1,leg_gt,1.5,60 -62778,sell_contrast_m10_bb_pos,sell,2026-04-21 20:30:00,394.0,2.7721,1,leg_gt,1.55,60 -62779,sell_contrast_m10_bb_pos,sell,2026-04-21 20:33:00,394.0,2.7721,1,leg_gt,1.55,60 -62780,sell_contrast_m10_bb_pos,sell,2026-04-21 20:36:00,394.0,2.7721,1,leg_gt,1.55,60 -62781,sell_contrast_m10_bb_pos,sell,2026-04-21 20:39:00,394.0,2.7721,1,leg_gt,1.55,60 -62782,sell_contrast_m10_bb_pos,sell,2026-04-21 20:42:00,394.0,2.7721,1,leg_gt,1.56,60 -62783,sell_contrast_m10_bb_pos,sell,2026-04-21 20:45:00,393.0,2.511,1,leg_gt,1.56,60 -62784,sell_contrast_m10_bb_pos,sell,2026-04-21 20:48:00,393.0,2.511,1,leg_gt,1.56,60 -62785,sell_contrast_m10_bb_pos,sell,2026-04-22 00:21:00,391.0,1.9888,1,leg_gt,1.71,60 -62786,sell_contrast_m10_bb_pos,sell,2026-04-22 00:24:00,391.0,1.9888,1,leg_gt,1.71,60 -62787,sell_contrast_m10_bb_pos,sell,2026-04-22 00:27:00,389.0,1.4666,1,leg_gt,1.71,60 -62788,sell_contrast_m10_bb_pos,sell,2026-04-22 05:21:00,390.0,1.1987,1,leg_gt,0.03,60 -62789,sell_contrast_m10_bb_pos,sell,2026-04-22 05:24:00,390.0,1.1987,1,leg_gt,0.03,60 -62790,sell_contrast_m10_bb_pos,sell,2026-04-22 05:27:00,391.0,1.4584,1,leg_gt,0.03,60 -62791,sell_contrast_m10_bb_pos,sell,2026-04-22 05:30:00,391.0,1.4584,1,leg_gt,0.04,60 -62792,sell_contrast_m10_bb_pos,sell,2026-04-22 05:33:00,391.0,1.4584,1,leg_gt,0.04,60 -62793,sell_contrast_m10_bb_pos,sell,2026-04-22 05:36:00,391.0,1.4584,1,leg_gt,0.04,60 -62794,sell_contrast_m10_bb_pos,sell,2026-04-22 05:39:00,390.0,1.1987,1,leg_gt,0.04,60 -62795,sell_contrast_m10_bb_pos,sell,2026-04-22 08:51:00,390.0,1.1987,1,leg_gt,0.18,60 -62796,sell_contrast_m10_bb_pos,sell,2026-04-22 08:54:00,388.0,0.6792,1,leg_gt,0.18,60 -62797,sell_contrast_m10_bb_pos,sell,2026-04-22 08:57:00,389.0,0.939,1,leg_gt,0.18,60 -62798,sell_contrast_m10_bb_pos,sell,2026-04-22 11:21:00,390.0,1.1987,1,leg_gt,0.28,60 -62799,sell_contrast_m10_bb_pos,sell,2026-04-22 11:24:00,390.0,1.1987,1,leg_gt,0.28,60 -62800,sell_contrast_m10_bb_pos,sell,2026-04-22 11:27:00,390.0,1.1987,1,leg_gt,0.28,60 -62801,sell_contrast_m10_bb_pos,sell,2026-04-22 12:00:00,391.0,1.4584,1,leg_gt,0.31,60 -62802,sell_contrast_m10_bb_pos,sell,2026-04-22 12:03:00,390.0,1.1987,1,leg_gt,0.31,60 -62803,sell_contrast_m10_bb_pos,sell,2026-04-22 12:06:00,391.0,1.4584,1,leg_gt,0.31,60 -62804,sell_contrast_m10_bb_pos,sell,2026-04-22 12:09:00,391.0,1.4584,1,leg_gt,0.31,60 -62805,sell_contrast_m10_bb_pos,sell,2026-04-22 12:12:00,391.0,1.4584,1,leg_gt,0.31,60 -62806,sell_contrast_m10_bb_pos,sell,2026-04-22 12:15:00,391.0,1.4584,1,leg_gt,0.32,60 -62807,sell_contrast_m10_bb_pos,sell,2026-04-22 12:18:00,390.0,1.1987,1,leg_gt,0.32,60 -62808,sell_contrast_m10_bb_pos,sell,2026-04-22 16:51:00,394.0,2.2377,1,leg_gt,0.51,60 -62809,sell_contrast_m10_bb_pos,sell,2026-04-22 16:54:00,394.0,2.2377,1,leg_gt,0.51,60 -62810,sell_contrast_m10_bb_pos,sell,2026-04-22 16:57:00,395.0,2.4974,1,leg_gt,0.51,60 -62811,sell_contrast_m10_bb_pos,sell,2026-04-22 17:30:00,397.0,3.0169,1,leg_gt,0.54,60 -62812,sell_contrast_m10_bb_pos,sell,2026-04-22 17:33:00,398.0,3.2766,1,leg_gt,0.54,60 -62813,sell_contrast_m10_bb_pos,sell,2026-04-22 17:36:00,399.0,3.5364,1,leg_gt,0.54,60 -62814,sell_contrast_m10_bb_pos,sell,2026-04-22 17:39:00,399.0,3.5364,1,leg_gt,0.54,60 -62815,sell_contrast_m10_bb_pos,sell,2026-04-22 17:51:00,397.0,3.0169,1,leg_gt,0.55,60 -62816,sell_contrast_m10_bb_pos,sell,2026-04-22 17:54:00,397.0,3.0169,1,leg_gt,0.55,60 -62817,sell_contrast_m10_bb_pos,sell,2026-04-22 17:57:00,397.0,3.0169,1,leg_gt,0.55,60 -62818,sell_contrast_m10_bb_pos,sell,2026-04-22 18:12:00,398.0,3.2766,1,leg_gt,0.56,60 -62819,sell_contrast_m10_bb_pos,sell,2026-04-22 18:15:00,398.0,3.2766,1,leg_gt,0.57,60 -62820,sell_contrast_m10_bb_pos,sell,2026-04-22 18:18:00,397.0,3.0169,1,leg_gt,0.57,60 -62821,sell_contrast_m10_bb_pos,sell,2026-04-22 18:51:00,398.0,3.2766,1,leg_gt,0.59,60 -62822,sell_contrast_m10_bb_pos,sell,2026-04-22 18:54:00,396.0,2.7571,1,leg_gt,0.59,60 -62823,sell_contrast_m10_bb_pos,sell,2026-04-22 18:57:00,396.0,2.7571,1,leg_gt,0.6,60 -62824,sell_contrast_m10_bb_pos,sell,2026-04-22 20:51:00,398.0,3.2766,1,leg_gt,0.68,60 -62825,sell_contrast_m10_bb_pos,sell,2026-04-22 20:54:00,399.0,3.5364,1,leg_gt,0.68,60 -62826,sell_contrast_m10_bb_pos,sell,2026-04-22 20:57:00,398.0,3.2766,1,leg_gt,0.68,60 -62827,sell_contrast_m10_bb_pos,sell,2026-04-22 21:00:00,399.0,3.5364,1,leg_gt,0.68,60 -62828,sell_contrast_m10_bb_pos,sell,2026-04-22 21:03:00,399.0,3.5364,1,leg_gt,0.68,60 -62829,sell_contrast_m10_bb_pos,sell,2026-04-22 21:06:00,398.0,3.2766,1,leg_gt,0.69,60 -62830,sell_contrast_m10_bb_pos,sell,2026-04-22 21:09:00,398.0,3.2766,1,leg_gt,0.69,60 -62831,sell_contrast_m10_bb_pos,sell,2026-04-23 00:42:00,398.0,3.2766,1,leg_gt,0.84,60 -62832,sell_contrast_m10_bb_pos,sell,2026-04-23 00:45:00,398.0,3.2766,1,leg_gt,0.84,60 -62833,sell_contrast_m10_bb_pos,sell,2026-04-23 00:48:00,398.0,3.2766,1,leg_gt,0.84,60 -62834,sell_contrast_m10_bb_pos,sell,2026-04-23 02:00:00,399.0,3.5364,1,leg_gt,0.89,60 -62835,sell_contrast_m10_bb_pos,sell,2026-04-23 02:03:00,400.0,3.7961,1,leg_gt,0.89,60 -62836,sell_contrast_m10_bb_pos,sell,2026-04-23 02:06:00,400.0,3.7961,1,leg_gt,0.89,60 -62837,sell_contrast_m10_bb_pos,sell,2026-04-23 02:09:00,398.0,3.2766,1,leg_gt,0.9,60 -62838,sell_contrast_m10_bb_pos,sell,2026-04-23 03:00:00,400.0,3.7961,1,leg_gt,0.93,60 -62839,sell_contrast_m10_bb_pos,sell,2026-04-23 03:03:00,401.0,4.0558,1,leg_gt,0.93,60 -62840,sell_contrast_m10_bb_pos,sell,2026-04-23 03:06:00,400.0,3.7961,1,leg_gt,0.94,60 -62841,sell_contrast_m10_bb_pos,sell,2026-04-23 03:09:00,400.0,3.7961,1,leg_gt,0.94,60 -62842,sell_contrast_m10_bb_pos,sell,2026-04-23 03:51:00,402.0,4.3156,1,leg_gt,0.97,60 -62843,sell_contrast_m10_bb_pos,sell,2026-04-23 03:54:00,400.0,3.7961,1,leg_gt,0.97,60 -62844,sell_contrast_m10_bb_pos,sell,2026-04-23 03:57:00,400.0,3.7961,1,leg_gt,0.97,60 -62845,sell_contrast_m10_bb_pos,sell,2026-04-23 04:21:00,403.0,4.5753,1,leg_gt,0.99,60 -62846,sell_contrast_m10_bb_pos,sell,2026-04-23 04:24:00,403.0,4.5753,1,leg_gt,0.99,60 -62847,sell_contrast_m10_bb_pos,sell,2026-04-23 04:27:00,401.0,4.0558,1,leg_gt,0.99,60 -62848,sell_contrast_m10_bb_pos,sell,2026-04-23 15:30:00,392.0,1.7182,1,leg_gt,1.45,60 -62849,sell_contrast_m10_bb_pos,sell,2026-04-23 15:33:00,392.0,1.7182,1,leg_gt,1.45,60 -62850,sell_contrast_m10_bb_pos,sell,2026-04-23 15:36:00,392.0,1.7182,1,leg_gt,1.46,60 -62851,sell_contrast_m10_bb_pos,sell,2026-04-23 15:39:00,391.0,1.4584,1,leg_gt,1.46,60 -62852,sell_contrast_m10_bb_pos,sell,2026-04-23 20:51:00,390.0,1.1987,1,leg_gt,1.68,60 -62853,sell_contrast_m10_bb_pos,sell,2026-04-23 20:54:00,389.0,0.939,1,leg_gt,1.68,60 -62854,sell_contrast_m10_bb_pos,sell,2026-04-23 20:57:00,390.0,1.1987,1,leg_gt,1.68,60 -62855,sell_contrast_m10_bb_pos,sell,2026-04-23 21:12:00,388.0,0.6792,1,leg_gt,1.69,60 -62856,sell_contrast_m10_bb_pos,sell,2026-04-23 21:15:00,389.0,0.939,1,leg_gt,1.69,60 -62857,sell_contrast_m10_bb_pos,sell,2026-04-23 21:18:00,389.0,0.939,1,leg_gt,1.69,60 -62858,sell_contrast_m10_bb_pos,sell,2026-04-24 05:12:00,388.0,1.7373,1,leg_gt,0.11,60 -62859,sell_contrast_m10_bb_pos,sell,2026-04-24 05:15:00,387.0,1.4748,1,leg_gt,0.11,60 -62860,sell_contrast_m10_bb_pos,sell,2026-04-24 05:18:00,387.0,1.4748,1,leg_gt,0.11,60 -62861,sell_contrast_m10_bb_pos,sell,2026-04-24 05:21:00,388.0,1.7373,1,leg_gt,0.11,60 -62862,sell_contrast_m10_bb_pos,sell,2026-04-24 05:24:00,387.0,1.4748,1,leg_gt,0.11,60 -62863,sell_contrast_m10_bb_pos,sell,2026-04-24 05:27:00,387.0,1.4748,1,leg_gt,0.12,60 -62864,sell_contrast_m10_bb_pos,sell,2026-04-24 05:51:00,390.0,2.2622,1,leg_gt,0.13,60 -62865,sell_contrast_m10_bb_pos,sell,2026-04-24 05:54:00,389.0,1.9997,1,leg_gt,0.14,60 -62866,sell_contrast_m10_bb_pos,sell,2026-04-24 05:57:00,388.0,1.7373,1,leg_gt,0.14,60 -62867,sell_contrast_m10_bb_pos,sell,2026-04-24 06:00:00,389.0,1.9997,1,leg_gt,0.14,60 -62868,sell_contrast_m10_bb_pos,sell,2026-04-24 06:03:00,389.0,1.9997,1,leg_gt,0.14,60 -62869,sell_contrast_m10_bb_pos,sell,2026-04-24 06:06:00,389.0,1.9997,1,leg_gt,0.14,60 -62870,sell_contrast_m10_bb_pos,sell,2026-04-24 06:09:00,388.0,1.7373,1,leg_gt,0.15,60 -62871,sell_contrast_m10_bb_pos,sell,2026-04-24 06:42:00,390.0,2.2622,1,leg_gt,0.17,60 -62872,sell_contrast_m10_bb_pos,sell,2026-04-24 06:45:00,390.0,2.2622,1,leg_gt,0.17,60 -62873,sell_contrast_m10_bb_pos,sell,2026-04-24 06:48:00,391.0,2.5247,1,leg_gt,0.17,60 -62874,sell_contrast_m10_bb_pos,sell,2026-04-24 06:51:00,390.0,2.2622,1,leg_gt,0.18,60 -62875,sell_contrast_m10_bb_pos,sell,2026-04-24 06:54:00,391.0,2.5247,1,leg_gt,0.18,60 -62876,sell_contrast_m10_bb_pos,sell,2026-04-24 06:57:00,390.0,2.2622,1,leg_gt,0.18,60 -62877,sell_contrast_m10_bb_pos,sell,2026-04-24 07:21:00,390.0,2.2622,1,leg_gt,0.2,60 -62878,sell_contrast_m10_bb_pos,sell,2026-04-24 07:24:00,390.0,2.2622,1,leg_gt,0.2,60 -62879,sell_contrast_m10_bb_pos,sell,2026-04-24 07:27:00,390.0,2.2622,1,leg_gt,0.2,60 -62880,sell_contrast_m10_bb_pos,sell,2026-04-24 07:42:00,391.0,2.5247,1,leg_gt,0.21,60 -62881,sell_contrast_m10_bb_pos,sell,2026-04-24 07:45:00,391.0,2.5247,1,leg_gt,0.21,60 -62882,sell_contrast_m10_bb_pos,sell,2026-04-24 07:48:00,390.0,2.2622,1,leg_gt,0.21,60 -62883,sell_contrast_m10_bb_pos,sell,2026-04-24 09:21:00,394.0,3.3121,1,leg_gt,0.28,60 -62884,sell_contrast_m10_bb_pos,sell,2026-04-24 09:24:00,395.0,3.5745,1,leg_gt,0.28,60 -62885,sell_contrast_m10_bb_pos,sell,2026-04-24 09:27:00,394.0,3.3121,1,leg_gt,0.28,60 -62886,sell_contrast_m10_bb_pos,sell,2026-04-24 09:30:00,394.0,3.3121,1,leg_gt,0.29,60 -62887,sell_contrast_m10_bb_pos,sell,2026-04-24 09:33:00,394.0,3.3121,1,leg_gt,0.29,60 -62888,sell_contrast_m10_bb_pos,sell,2026-04-24 09:36:00,396.0,3.837,1,leg_gt,0.29,60 -62889,sell_contrast_m10_bb_pos,sell,2026-04-24 09:39:00,396.0,3.837,1,leg_gt,0.29,60 -62890,sell_contrast_m10_bb_pos,sell,2026-04-24 10:21:00,395.0,3.5745,1,leg_gt,0.32,60 -62891,sell_contrast_m10_bb_pos,sell,2026-04-24 10:24:00,394.0,3.3121,1,leg_gt,0.32,60 -62892,sell_contrast_m10_bb_pos,sell,2026-04-24 10:27:00,394.0,3.3121,1,leg_gt,0.32,60 -62893,sell_contrast_m10_bb_pos,sell,2026-04-24 10:51:00,397.0,4.0995,1,leg_gt,0.34,60 -62894,sell_contrast_m10_bb_pos,sell,2026-04-24 10:54:00,397.0,4.0995,1,leg_gt,0.34,60 -62895,sell_contrast_m10_bb_pos,sell,2026-04-24 10:57:00,397.0,4.0995,1,leg_gt,0.35,60 -62896,sell_contrast_m10_bb_pos,sell,2026-04-24 11:00:00,397.0,4.0995,1,leg_gt,0.35,60 -62897,sell_contrast_m10_bb_pos,sell,2026-04-24 11:03:00,396.0,3.837,1,leg_gt,0.35,60 -62898,sell_contrast_m10_bb_pos,sell,2026-04-24 11:06:00,396.0,3.837,1,leg_gt,0.35,60 -62899,sell_contrast_m10_bb_pos,sell,2026-04-24 11:09:00,396.0,3.837,1,leg_gt,0.35,60 -62900,sell_contrast_m10_bb_pos,sell,2026-04-24 15:12:00,392.0,2.7871,1,leg_gt,0.52,60 -62901,sell_contrast_m10_bb_pos,sell,2026-04-24 15:15:00,392.0,2.7871,1,leg_gt,0.52,60 -62902,sell_contrast_m10_bb_pos,sell,2026-04-24 15:18:00,393.0,3.0496,1,leg_gt,0.53,60 -62903,sell_contrast_m10_bb_pos,sell,2026-04-24 16:12:00,393.0,3.0496,1,leg_gt,0.56,60 -62904,sell_contrast_m10_bb_pos,sell,2026-04-24 16:15:00,393.0,3.0496,1,leg_gt,0.57,60 -62905,sell_contrast_m10_bb_pos,sell,2026-04-24 16:18:00,392.0,2.7871,1,leg_gt,0.57,60 -62906,sell_contrast_m10_bb_pos,sell,2026-04-24 20:12:00,392.0,2.7871,1,leg_gt,0.73,60 -62907,sell_contrast_m10_bb_pos,sell,2026-04-24 20:15:00,391.0,2.5247,1,leg_gt,0.73,60 -62908,sell_contrast_m10_bb_pos,sell,2026-04-24 20:18:00,390.0,2.2622,1,leg_gt,0.74,60 -62909,sell_contrast_m10_bb_pos,sell,2026-04-24 21:12:00,392.0,2.7871,1,leg_gt,0.77,60 -62910,sell_contrast_m10_bb_pos,sell,2026-04-24 21:15:00,393.0,3.0496,1,leg_gt,0.78,60 -62911,sell_contrast_m10_bb_pos,sell,2026-04-24 21:18:00,393.0,3.0496,1,leg_gt,0.78,60 -62912,sell_contrast_m10_bb_pos,sell,2026-04-24 21:21:00,392.0,2.7871,1,leg_gt,0.78,60 -62913,sell_contrast_m10_bb_pos,sell,2026-04-24 21:24:00,392.0,2.7871,1,leg_gt,0.78,60 -62914,sell_contrast_m10_bb_pos,sell,2026-04-24 21:27:00,392.0,2.7871,1,leg_gt,0.78,60 -62915,sell_contrast_m10_bb_pos,sell,2026-04-24 21:30:00,392.0,2.7871,1,leg_gt,0.79,60 -62916,sell_contrast_m10_bb_pos,sell,2026-04-24 21:33:00,392.0,2.7871,1,leg_gt,0.79,60 -62917,sell_contrast_m10_bb_pos,sell,2026-04-24 21:36:00,392.0,2.7871,1,leg_gt,0.79,60 -62918,sell_contrast_m10_bb_pos,sell,2026-04-24 21:39:00,391.0,2.5247,1,leg_gt,0.79,60 -62919,sell_contrast_m10_bb_pos,sell,2026-04-24 22:12:00,393.0,3.0496,1,leg_gt,0.81,60 -62920,sell_contrast_m10_bb_pos,sell,2026-04-24 22:15:00,393.0,3.0496,1,leg_gt,0.82,60 -62921,sell_contrast_m10_bb_pos,sell,2026-04-24 22:18:00,392.0,2.7871,1,leg_gt,0.82,60 -62922,sell_contrast_m10_bb_pos,sell,2026-04-24 22:21:00,393.0,3.0496,1,leg_gt,0.82,60 -62923,sell_contrast_m10_bb_pos,sell,2026-04-24 22:24:00,393.0,3.0496,1,leg_gt,0.82,60 -62924,sell_contrast_m10_bb_pos,sell,2026-04-24 22:27:00,392.0,2.7871,1,leg_gt,0.82,60 -62925,sell_contrast_m10_bb_pos,sell,2026-04-24 23:42:00,392.0,2.7871,1,leg_gt,0.88,60 -62926,sell_contrast_m10_bb_pos,sell,2026-04-24 23:45:00,392.0,2.7871,1,leg_gt,0.88,60 -62927,sell_contrast_m10_bb_pos,sell,2026-04-24 23:48:00,392.0,2.7871,1,leg_gt,0.88,60 -62928,sell_contrast_m10_bb_pos,sell,2026-04-25 05:42:00,391.0,2.5247,1,leg_gt,1.13,60 -62929,sell_contrast_m10_bb_pos,sell,2026-04-25 05:45:00,390.0,2.2622,1,leg_gt,1.13,60 -62930,sell_contrast_m10_bb_pos,sell,2026-04-25 06:00:00,391.0,2.5247,1,leg_gt,1.14,60 -62931,sell_contrast_m10_bb_pos,sell,2026-04-25 06:03:00,391.0,2.5247,1,leg_gt,1.14,60 -62932,sell_contrast_m10_bb_pos,sell,2026-04-25 06:06:00,392.0,2.7871,1,leg_gt,1.14,60 -62933,sell_contrast_m10_bb_pos,sell,2026-04-25 06:09:00,392.0,2.7871,1,leg_gt,1.15,60 -62934,sell_contrast_m10_bb_pos,sell,2026-04-25 10:21:00,388.0,1.7373,1,leg_gt,1.32,60 -62935,sell_contrast_m10_bb_pos,sell,2026-04-25 10:24:00,389.0,1.9997,1,leg_gt,1.32,60 -62936,sell_contrast_m10_bb_pos,sell,2026-04-25 10:27:00,388.0,1.7373,1,leg_gt,1.32,60 -62937,sell_contrast_m10_bb_pos,sell,2026-04-25 11:51:00,389.0,1.9997,1,leg_gt,1.38,60 -62938,sell_contrast_m10_bb_pos,sell,2026-04-25 11:54:00,390.0,2.2622,1,leg_gt,1.39,60 -62939,sell_contrast_m10_bb_pos,sell,2026-04-25 11:57:00,389.0,1.9997,1,leg_gt,1.39,60 -62940,sell_contrast_m10_bb_pos,sell,2026-04-25 12:12:00,390.0,2.2622,1,leg_gt,1.4,60 -62941,sell_contrast_m10_bb_pos,sell,2026-04-25 12:15:00,390.0,2.2622,1,leg_gt,1.4,60 -62942,sell_contrast_m10_bb_pos,sell,2026-04-25 12:18:00,390.0,2.2622,1,leg_gt,1.4,60 -62943,sell_contrast_m10_bb_pos,sell,2026-04-25 12:30:00,390.0,2.2622,1,leg_gt,1.41,60 -62944,sell_contrast_m10_bb_pos,sell,2026-04-25 12:33:00,389.0,1.9997,1,leg_gt,1.41,60 -62945,sell_contrast_m10_bb_pos,sell,2026-04-25 12:36:00,389.0,1.9997,1,leg_gt,1.41,60 -62946,sell_contrast_m10_bb_pos,sell,2026-04-25 12:39:00,390.0,2.2622,1,leg_gt,1.42,60 -62947,sell_contrast_m10_bb_pos,sell,2026-04-25 13:21:00,390.0,2.2622,1,leg_gt,1.45,60 -62948,sell_contrast_m10_bb_pos,sell,2026-04-25 13:24:00,390.0,2.2622,1,leg_gt,1.45,60 -62949,sell_contrast_m10_bb_pos,sell,2026-04-25 13:27:00,390.0,2.2622,1,leg_gt,1.45,60 -62950,sell_contrast_m10_bb_pos,sell,2026-04-25 15:51:00,391.0,2.5247,1,leg_gt,1.55,60 -62951,sell_contrast_m10_bb_pos,sell,2026-04-25 15:54:00,392.0,2.7871,1,leg_gt,1.55,60 -62952,sell_contrast_m10_bb_pos,sell,2026-04-25 15:57:00,391.0,2.5247,1,leg_gt,1.55,60 -62953,sell_contrast_m10_bb_pos,sell,2026-04-25 18:12:00,391.0,2.5247,1,leg_gt,1.65,60 -62954,sell_contrast_m10_bb_pos,sell,2026-04-25 18:15:00,392.0,2.7871,1,leg_gt,1.65,60 -62955,sell_contrast_m10_bb_pos,sell,2026-04-25 18:18:00,392.0,2.7871,1,leg_gt,1.65,60 -62956,sell_contrast_m10_bb_pos,sell,2026-04-25 18:42:00,391.0,2.5247,1,leg_gt,1.67,60 -62957,sell_contrast_m10_bb_pos,sell,2026-04-25 18:45:00,392.0,2.7871,1,leg_gt,1.67,60 -62958,sell_contrast_m10_bb_pos,sell,2026-04-25 18:48:00,392.0,2.7871,1,leg_gt,1.67,60 -62959,sell_contrast_m10_bb_pos,sell,2026-04-25 18:51:00,392.0,2.7871,1,leg_gt,1.68,60 -62960,sell_contrast_m10_bb_pos,sell,2026-04-25 18:54:00,392.0,2.7871,1,leg_gt,1.68,60 -62961,sell_contrast_m10_bb_pos,sell,2026-04-25 18:57:00,392.0,2.7871,1,leg_gt,1.68,60 -62962,sell_contrast_m10_bb_pos,sell,2026-04-26 06:00:00,385.0,0.9499,1,leg_gt,2.14,60 -62963,sell_contrast_m10_bb_pos,sell,2026-04-26 06:03:00,385.0,0.9499,1,leg_gt,2.14,60 -62964,sell_contrast_m10_bb_pos,sell,2026-04-26 06:06:00,385.0,0.9499,1,leg_gt,2.14,60 -62965,sell_contrast_m10_bb_pos,sell,2026-04-26 06:09:00,384.0,0.6874,1,leg_gt,2.15,60 -62966,sell_contrast_m10_bb_pos,sell,2026-04-26 07:33:00,385.0,0.9499,1,leg_gt,2.2,60 -62967,sell_contrast_m10_bb_pos,sell,2026-04-26 07:36:00,385.0,0.9499,1,leg_gt,2.21,60 -62968,sell_contrast_m10_bb_pos,sell,2026-04-26 07:39:00,385.0,0.9499,1,leg_gt,2.21,60 -62969,sell_contrast_m10_bb_pos,sell,2026-04-26 07:42:00,385.0,0.9499,1,leg_gt,2.21,60 -62970,sell_contrast_m10_bb_pos,sell,2026-04-26 07:45:00,385.0,0.9499,1,leg_gt,2.21,60 -62971,sell_contrast_m10_bb_pos,sell,2026-04-26 07:48:00,385.0,0.9499,1,leg_gt,2.21,60 -62972,sell_contrast_m10_bb_pos,sell,2026-04-26 07:51:00,385.0,0.9499,1,leg_gt,2.22,60 -62973,sell_contrast_m10_bb_pos,sell,2026-04-26 07:54:00,385.0,0.9499,1,leg_gt,2.22,60 -62974,sell_contrast_m10_bb_pos,sell,2026-04-26 07:57:00,384.0,0.6874,1,leg_gt,2.22,60 -62975,sell_contrast_m10_bb_pos,sell,2026-04-26 08:12:00,385.0,0.9499,1,leg_gt,2.23,60 -62976,sell_contrast_m10_bb_pos,sell,2026-04-26 08:15:00,385.0,0.9499,1,leg_gt,2.23,60 -62977,sell_contrast_m10_bb_pos,sell,2026-04-26 08:18:00,385.0,0.9499,1,leg_gt,2.24,60 -62978,sell_contrast_m10_bb_pos,sell,2026-04-26 08:30:00,385.0,0.9499,1,leg_gt,2.24,60 -62979,sell_contrast_m10_bb_pos,sell,2026-04-26 08:33:00,385.0,0.9499,1,leg_gt,2.25,60 -62980,sell_contrast_m10_bb_pos,sell,2026-04-26 08:36:00,385.0,0.9499,1,leg_gt,2.25,60 -62981,sell_contrast_m10_bb_pos,sell,2026-04-26 08:39:00,384.0,0.6874,1,leg_gt,2.25,60 -62982,sell_contrast_m10_bb_pos,sell,2026-04-26 09:51:00,385.0,0.9499,1,leg_gt,2.3,60 -62983,sell_contrast_m10_bb_pos,sell,2026-04-26 09:54:00,385.0,0.9499,1,leg_gt,2.3,60 -62984,sell_contrast_m10_bb_pos,sell,2026-04-26 09:57:00,384.0,0.6874,1,leg_gt,2.3,60 -62985,sell_contrast_m10_bb_pos,sell,2026-04-26 14:30:00,387.0,1.4748,1,leg_gt,2.49,60 -62986,sell_contrast_m10_bb_pos,sell,2026-04-26 14:33:00,387.0,1.4748,1,leg_gt,2.5,60 -62987,sell_contrast_m10_bb_pos,sell,2026-04-26 14:36:00,386.0,1.2123,1,leg_gt,2.5,60 -62988,sell_contrast_m10_bb_pos,sell,2026-04-26 14:39:00,386.0,1.2123,1,leg_gt,2.5,60 -62989,sell_contrast_m10_bb_pos,sell,2026-04-26 15:00:00,387.0,1.4748,1,leg_gt,2.51,60 -62990,sell_contrast_m10_bb_pos,sell,2026-04-26 15:03:00,388.0,1.7373,1,leg_gt,2.52,60 -62991,sell_contrast_m10_bb_pos,sell,2026-04-26 15:06:00,388.0,1.7373,1,leg_gt,2.52,60 -62992,sell_contrast_m10_bb_pos,sell,2026-04-26 15:09:00,387.0,1.4748,1,leg_gt,2.52,60 -62993,sell_contrast_m10_bb_pos,sell,2026-04-26 15:51:00,388.0,1.7373,1,leg_gt,2.55,60 -62994,sell_contrast_m10_bb_pos,sell,2026-04-26 15:54:00,387.0,1.4748,1,leg_gt,2.55,60 -62995,sell_contrast_m10_bb_pos,sell,2026-04-26 15:57:00,387.0,1.4748,1,leg_gt,2.55,60 -62996,sell_contrast_m10_bb_pos,sell,2026-04-26 20:42:00,387.0,1.4748,1,leg_gt,2.75,60 -62997,sell_contrast_m10_bb_pos,sell,2026-04-26 20:45:00,387.0,1.4748,1,leg_gt,2.75,60 -62998,sell_contrast_m10_bb_pos,sell,2026-04-26 20:48:00,387.0,1.4748,1,leg_gt,2.76,60 -62999,sell_contrast_m10_bb_pos,sell,2026-04-27 00:30:00,387.0,1.4748,1,leg_gt,2.91,60 -63000,sell_contrast_m10_bb_pos,sell,2026-04-27 00:33:00,387.0,1.4748,1,leg_gt,2.91,60 -63001,sell_contrast_m10_bb_pos,sell,2026-04-27 00:36:00,386.0,1.2123,1,leg_gt,2.91,60 -63002,sell_contrast_m10_bb_pos,sell,2026-04-27 00:39:00,387.0,1.4748,1,leg_gt,2.92,60 -63003,sell_contrast_m10_bb_pos,sell,2026-04-27 00:42:00,386.0,1.2123,1,leg_gt,2.92,60 -63004,sell_contrast_m10_bb_pos,sell,2026-04-27 00:45:00,386.0,1.2123,1,leg_gt,2.92,60 -63005,sell_contrast_m10_bb_pos,sell,2026-04-27 00:48:00,386.0,1.2123,1,leg_gt,2.92,60 -63006,sell_contrast_m10_bb_pos,sell,2026-04-27 06:12:00,386.0,1.2123,1,leg_gt,3.15,60 -63007,sell_contrast_m10_bb_pos,sell,2026-04-27 06:15:00,387.0,1.4748,1,leg_gt,3.15,60 -63008,sell_contrast_m10_bb_pos,sell,2026-04-27 06:18:00,387.0,1.4748,1,leg_gt,3.15,60 -63009,sell_contrast_m10_bb_pos,sell,2026-04-27 08:51:00,387.0,1.4748,1,leg_gt,3.26,60 -63010,sell_contrast_m10_bb_pos,sell,2026-04-27 08:54:00,386.0,1.2123,1,leg_gt,3.26,60 -63011,sell_contrast_m10_bb_pos,sell,2026-04-27 08:57:00,387.0,1.4748,1,leg_gt,3.26,60 -63012,sell_contrast_m10_bb_pos,sell,2026-04-27 10:12:00,389.0,1.9997,1,leg_gt,3.31,60 -63013,sell_contrast_m10_bb_pos,sell,2026-04-27 10:15:00,388.0,1.7373,1,leg_gt,3.32,60 -63014,sell_contrast_m10_bb_pos,sell,2026-04-27 10:18:00,388.0,1.7373,1,leg_gt,3.32,60 -63015,sell_contrast_m10_bb_pos,sell,2026-04-27 10:30:00,389.0,1.9997,1,leg_gt,3.33,60 -63016,sell_contrast_m10_bb_pos,sell,2026-04-27 10:33:00,389.0,1.9997,1,leg_gt,3.33,60 -63017,sell_contrast_m10_bb_pos,sell,2026-04-27 10:36:00,389.0,1.9997,1,leg_gt,3.33,60 -63018,sell_contrast_m10_bb_pos,sell,2026-04-27 10:39:00,389.0,1.9997,1,leg_gt,3.33,60 -63019,sell_contrast_m10_bb_pos,sell,2026-04-27 10:42:00,390.0,2.2622,1,leg_gt,3.34,60 -63020,sell_contrast_m10_bb_pos,sell,2026-04-27 10:45:00,389.0,1.9997,1,leg_gt,3.34,60 -63021,sell_contrast_m10_bb_pos,sell,2026-04-27 10:48:00,390.0,2.2622,1,leg_gt,3.34,60 -63022,sell_contrast_m10_bb_pos,sell,2026-04-27 10:51:00,389.0,1.9997,1,leg_gt,3.34,60 -63023,sell_contrast_m10_bb_pos,sell,2026-04-27 10:54:00,389.0,1.9997,1,leg_gt,3.34,60 -63024,sell_contrast_m10_bb_pos,sell,2026-04-27 10:57:00,390.0,2.2622,1,leg_gt,3.35,60 -63025,sell_contrast_m10_bb_pos,sell,2026-04-27 11:00:00,390.0,2.2622,1,leg_gt,3.35,60 -63026,sell_contrast_m10_bb_pos,sell,2026-04-27 11:03:00,390.0,2.2622,1,leg_gt,3.35,60 -63027,sell_contrast_m10_bb_pos,sell,2026-04-27 11:06:00,389.0,1.9997,1,leg_gt,3.35,60 -63028,sell_contrast_m10_bb_pos,sell,2026-04-27 11:09:00,388.0,1.7373,1,leg_gt,3.35,60 -63029,sell_contrast_m10_bb_pos,sell,2026-04-27 11:51:00,390.0,2.2622,1,leg_gt,3.38,60 -63030,sell_contrast_m10_bb_pos,sell,2026-04-27 11:54:00,391.0,2.5247,1,leg_gt,3.39,60 -63031,sell_contrast_m10_bb_pos,sell,2026-04-27 11:57:00,391.0,2.5247,1,leg_gt,3.39,60 -63032,sell_contrast_m10_bb_pos,sell,2026-04-27 12:30:00,391.0,2.5247,1,leg_gt,3.41,60 -63033,sell_contrast_m10_bb_pos,sell,2026-04-27 12:33:00,391.0,2.5247,1,leg_gt,3.41,60 -63034,sell_contrast_m10_bb_pos,sell,2026-04-27 12:36:00,391.0,2.5247,1,leg_gt,3.41,60 -63035,sell_contrast_m10_bb_pos,sell,2026-04-27 12:39:00,391.0,2.5247,1,leg_gt,3.42,60 -63036,sell_contrast_m10_bb_pos,sell,2026-04-27 12:42:00,390.0,2.2622,1,leg_gt,3.42,60 -63037,sell_contrast_m10_bb_pos,sell,2026-04-27 12:45:00,390.0,2.2622,1,leg_gt,3.42,60 -63038,sell_contrast_m10_bb_pos,sell,2026-04-27 12:48:00,389.0,1.9997,1,leg_gt,3.42,60 -63039,sell_contrast_m10_bb_pos,sell,2026-04-27 19:42:00,377.0,-1.1499,0,leg_gt,3.71,60 -63040,sell_contrast_m10_bb_pos,sell,2026-04-27 19:45:00,376.0,-1.4123,0,leg_gt,3.71,60 -63041,sell_contrast_m10_bb_pos,sell,2026-04-27 19:48:00,377.0,-1.1499,0,leg_gt,3.71,60 -63042,sell_contrast_m10_bb_pos,sell,2026-04-27 20:21:00,378.0,-0.8874,0,leg_gt,3.74,60 -63043,sell_contrast_m10_bb_pos,sell,2026-04-27 20:24:00,377.0,-1.1499,0,leg_gt,3.74,60 -63044,sell_contrast_m10_bb_pos,sell,2026-04-27 20:27:00,378.0,-0.8874,0,leg_gt,3.74,60 -63045,sell_contrast_m10_bb_pos,sell,2026-04-27 21:51:00,378.0,-0.8874,0,leg_gt,3.8,60 -63046,sell_contrast_m10_bb_pos,sell,2026-04-27 21:54:00,378.0,-0.8874,0,leg_gt,3.8,60 -63047,sell_contrast_m10_bb_pos,sell,2026-04-27 21:57:00,378.0,-0.8874,0,leg_gt,3.8,60 -63048,sell_contrast_m10_bb_pos,sell,2026-04-27 22:12:00,378.0,-0.8874,0,leg_gt,3.81,60 -63049,sell_contrast_m10_bb_pos,sell,2026-04-27 22:15:00,378.0,-0.8874,0,leg_gt,3.82,60 -63050,sell_contrast_m10_bb_pos,sell,2026-04-27 22:18:00,378.0,-0.8874,0,leg_gt,3.82,60 -63051,sell_contrast_m10_bb_pos,sell,2026-04-28 05:51:00,374.0,-1.9373,0,leg_gt,4.13,60 -63052,sell_contrast_m10_bb_pos,sell,2026-04-28 05:54:00,374.0,-1.9373,0,leg_gt,4.14,60 -63053,sell_contrast_m10_bb_pos,sell,2026-04-28 05:57:00,375.0,-1.6748,0,leg_gt,4.14,60 -63054,sell_contrast_m10_bb_pos,sell,2026-04-28 06:00:00,375.0,-1.6748,0,leg_gt,4.14,60 -63055,sell_contrast_m10_bb_pos,sell,2026-04-28 06:03:00,374.0,-1.9373,0,leg_gt,4.14,60 -63056,sell_contrast_m10_bb_pos,sell,2026-04-28 06:09:00,374.0,-1.9373,0,leg_gt,4.15,60 -63057,sell_contrast_m10_bb_pos,sell,2026-04-28 06:21:00,374.0,-1.9373,0,leg_gt,4.15,60 -63058,sell_contrast_m10_bb_pos,sell,2026-04-28 06:24:00,375.0,-1.6748,0,leg_gt,4.16,60 -63059,sell_contrast_m10_bb_pos,sell,2026-04-28 06:27:00,375.0,-1.6748,0,leg_gt,4.16,60 -63060,sell_contrast_m10_bb_pos,sell,2026-04-28 06:51:00,375.0,-1.6748,0,leg_gt,4.18,60 -63061,sell_contrast_m10_bb_pos,sell,2026-04-28 06:54:00,376.0,-1.4123,0,leg_gt,4.18,60 -63062,sell_contrast_m10_bb_pos,sell,2026-04-28 06:57:00,375.0,-1.6748,0,leg_gt,4.18,60 -63063,sell_contrast_m10_bb_pos,sell,2026-04-28 07:12:00,377.0,-1.1499,0,leg_gt,4.19,60 -63064,sell_contrast_m10_bb_pos,sell,2026-04-28 07:15:00,376.0,-1.4123,0,leg_gt,4.19,60 -63065,sell_contrast_m10_bb_pos,sell,2026-04-28 07:18:00,376.0,-1.4123,0,leg_gt,4.19,60 -63066,sell_contrast_m10_bb_pos,sell,2026-04-28 07:21:00,375.0,-1.6748,0,leg_gt,4.2,60 -63067,sell_contrast_m10_bb_pos,sell,2026-04-28 07:24:00,375.0,-1.6748,0,leg_gt,4.2,60 -63068,sell_contrast_m10_bb_pos,sell,2026-04-28 07:27:00,376.0,-1.4123,0,leg_gt,4.2,60 -63069,sell_contrast_m10_bb_pos,sell,2026-04-28 07:42:00,377.0,-1.1499,0,leg_gt,4.21,60 -63070,sell_contrast_m10_bb_pos,sell,2026-04-28 07:45:00,377.0,-1.1499,0,leg_gt,4.21,60 -63071,sell_contrast_m10_bb_pos,sell,2026-04-28 07:48:00,378.0,-0.8874,0,leg_gt,4.21,60 -63072,sell_contrast_m10_bb_pos,sell,2026-04-28 08:21:00,378.0,-0.8874,0,leg_gt,4.24,60 -63073,sell_contrast_m10_bb_pos,sell,2026-04-28 08:27:00,378.0,-0.8874,0,leg_gt,4.24,60 -63074,sell_contrast_m10_bb_pos,sell,2026-04-28 09:00:00,379.0,-0.6249,0,leg_gt,4.26,60 -63075,sell_contrast_m10_bb_pos,sell,2026-04-28 09:03:00,378.0,-0.8874,0,leg_gt,4.27,60 -63076,sell_contrast_m10_bb_pos,sell,2026-04-28 09:06:00,378.0,-0.8874,0,leg_gt,4.27,60 -63077,sell_contrast_m10_bb_pos,sell,2026-04-28 09:09:00,379.0,-0.6249,0,leg_gt,4.27,60 -63078,sell_contrast_m10_bb_pos,sell,2026-04-28 09:12:00,379.0,-0.6249,0,leg_gt,4.27,60 -63079,sell_contrast_m10_bb_pos,sell,2026-04-28 09:15:00,378.0,-0.8874,0,leg_gt,4.28,60 -63080,sell_contrast_m10_bb_pos,sell,2026-04-28 09:18:00,378.0,-0.8874,0,leg_gt,4.28,60 -63081,sell_contrast_m10_bb_pos,sell,2026-04-28 10:21:00,378.0,-0.8874,0,leg_gt,4.32,60 -63082,sell_contrast_m10_bb_pos,sell,2026-04-28 10:24:00,378.0,-0.8874,0,leg_gt,4.32,60 -63083,sell_contrast_m10_bb_pos,sell,2026-04-28 10:27:00,378.0,-0.8874,0,leg_gt,4.32,60 -63084,sell_contrast_m10_bb_pos,sell,2026-04-28 22:00:00,373.0,-2.1997,0,leg_gt,4.81,60 -63085,sell_contrast_m10_bb_pos,sell,2026-04-28 22:03:00,373.0,-2.1997,0,leg_gt,4.81,60 -63086,sell_contrast_m10_bb_pos,sell,2026-04-28 22:06:00,372.0,-2.4622,0,leg_gt,4.81,60 -63087,sell_contrast_m10_bb_pos,sell,2026-04-28 22:09:00,372.0,-2.4622,0,leg_gt,4.81,60 -63088,sell_contrast_m10_bb_pos,sell,2026-04-28 22:30:00,373.0,-2.1997,0,leg_gt,4.83,60 -63089,sell_contrast_m10_bb_pos,sell,2026-04-28 22:33:00,372.0,-2.4622,0,leg_gt,4.83,60 -63090,sell_contrast_m10_bb_pos,sell,2026-04-28 22:36:00,373.0,-2.1997,0,leg_gt,4.83,60 -63091,sell_contrast_m10_bb_pos,sell,2026-04-28 22:39:00,374.0,-1.9373,0,leg_gt,4.83,60 -63092,sell_contrast_m10_bb_pos,sell,2026-04-28 22:51:00,374.0,-1.9373,0,leg_gt,4.84,60 -63093,sell_contrast_m10_bb_pos,sell,2026-04-28 22:54:00,372.0,-2.4622,0,leg_gt,4.84,60 -63094,sell_contrast_m10_bb_pos,sell,2026-04-28 22:57:00,373.0,-2.1997,0,leg_gt,4.85,60 -63095,sell_contrast_m10_bb_pos,sell,2026-04-28 23:00:00,374.0,-1.9373,0,leg_gt,4.85,60 -63096,sell_contrast_m10_bb_pos,sell,2026-04-28 23:03:00,372.0,-2.4622,0,leg_gt,4.85,60 -63097,sell_contrast_m10_bb_pos,sell,2026-04-28 23:06:00,374.0,-1.9373,0,leg_gt,4.85,60 -63098,sell_contrast_m10_bb_pos,sell,2026-04-28 23:09:00,374.0,-1.9373,0,leg_gt,4.85,60 -63099,sell_contrast_m10_bb_pos,sell,2026-04-28 23:12:00,374.0,-1.9373,0,leg_gt,4.86,60 -63100,sell_contrast_m10_bb_pos,sell,2026-04-28 23:15:00,373.0,-2.1997,0,leg_gt,4.86,60 -63101,sell_contrast_m10_bb_pos,sell,2026-04-28 23:18:00,373.0,-2.1997,0,leg_gt,4.86,60 -63102,sell_contrast_m10_bb_pos,sell,2026-04-29 00:12:00,374.0,-1.9373,0,leg_gt,4.9,60 -63103,sell_contrast_m10_bb_pos,sell,2026-04-29 00:15:00,374.0,-1.9373,0,leg_gt,4.9,60 -63104,sell_contrast_m10_bb_pos,sell,2026-04-29 00:18:00,375.0,-1.6748,0,leg_gt,4.9,60 -63105,sell_contrast_m10_bb_pos,sell,2026-04-29 00:21:00,374.0,-1.9373,0,leg_gt,4.9,60 -63106,sell_contrast_m10_bb_pos,sell,2026-04-29 00:24:00,373.0,-2.1997,0,leg_gt,4.91,60 -63107,sell_contrast_m10_bb_pos,sell,2026-04-29 00:27:00,373.0,-2.1997,0,leg_gt,4.91,60 -63108,sell_contrast_m10_bb_pos,sell,2026-04-29 03:21:00,374.0,-1.9373,0,leg_gt,5.03,60 -63109,sell_contrast_m10_bb_pos,sell,2026-04-29 03:24:00,375.0,-1.6748,0,leg_gt,5.03,60 -63110,sell_contrast_m10_bb_pos,sell,2026-04-29 03:27:00,374.0,-1.9373,0,leg_gt,5.03,60 -63111,sell_contrast_m10_bb_pos,sell,2026-04-29 03:30:00,375.0,-1.6748,0,leg_gt,5.04,60 -63112,sell_contrast_m10_bb_pos,sell,2026-04-29 03:33:00,375.0,-1.6748,0,leg_gt,5.04,60 -63113,sell_contrast_m10_bb_pos,sell,2026-04-29 03:36:00,375.0,-1.6748,0,leg_gt,5.04,60 -63114,sell_contrast_m10_bb_pos,sell,2026-04-29 03:39:00,375.0,-1.6748,0,leg_gt,5.04,60 -63115,sell_contrast_m10_bb_pos,sell,2026-04-29 03:42:00,375.0,-1.6748,0,leg_gt,5.04,60 -63116,sell_contrast_m10_bb_pos,sell,2026-04-29 03:45:00,375.0,-1.6748,0,leg_gt,5.05,60 -63117,sell_contrast_m10_bb_pos,sell,2026-04-29 03:48:00,375.0,-1.6748,0,leg_gt,5.05,60 -63118,sell_contrast_m10_bb_pos,sell,2026-04-29 03:54:00,375.0,-1.6748,0,leg_gt,5.05,60 -63119,sell_contrast_m10_bb_pos,sell,2026-04-29 03:57:00,375.0,-1.6748,0,leg_gt,5.05,60 -63120,sell_contrast_m10_bb_pos,sell,2026-04-29 05:00:00,376.0,-1.4123,0,leg_gt,5.1,60 -63121,sell_contrast_m10_bb_pos,sell,2026-04-29 05:03:00,374.0,-1.9373,0,leg_gt,5.1,60 -63122,sell_contrast_m10_bb_pos,sell,2026-04-29 05:09:00,375.0,-1.6748,0,leg_gt,5.1,60 -63123,sell_contrast_m10_bb_pos,sell,2026-04-29 13:30:00,376.0,-1.4123,0,leg_gt,5.45,60 -63124,sell_contrast_m10_bb_pos,sell,2026-04-29 13:33:00,376.0,-1.4123,0,leg_gt,5.45,60 -63125,sell_contrast_m10_bb_pos,sell,2026-04-29 13:36:00,376.0,-1.4123,0,leg_gt,5.46,60 -63126,sell_contrast_m10_bb_pos,sell,2026-04-29 13:39:00,376.0,-1.4123,0,leg_gt,5.46,60 -63127,sell_contrast_m10_bb_pos,sell,2026-04-29 14:00:00,377.0,-1.1499,0,leg_gt,5.47,60 -63128,sell_contrast_m10_bb_pos,sell,2026-04-29 14:03:00,376.0,-1.4123,0,leg_gt,5.48,60 -63129,sell_contrast_m10_bb_pos,sell,2026-04-29 14:06:00,377.0,-1.1499,0,leg_gt,5.48,60 -63130,sell_contrast_m10_bb_pos,sell,2026-04-29 14:09:00,377.0,-1.1499,0,leg_gt,5.48,60 -63131,sell_contrast_m10_bb_pos,sell,2026-04-29 14:12:00,376.0,-1.4123,0,leg_gt,5.48,60 -63132,sell_contrast_m10_bb_pos,sell,2026-04-29 14:15:00,376.0,-1.4123,0,leg_gt,5.48,60 -63133,sell_contrast_m10_bb_pos,sell,2026-04-29 14:18:00,376.0,-1.4123,0,leg_gt,5.49,60 -63134,sell_contrast_m10_bb_pos,sell,2026-04-29 19:42:00,378.0,-0.8874,0,leg_gt,5.71,60 -63135,sell_contrast_m10_bb_pos,sell,2026-04-29 19:45:00,379.0,-0.6249,0,leg_gt,5.71,60 -63136,sell_contrast_m10_bb_pos,sell,2026-04-29 19:48:00,379.0,-0.6249,0,leg_gt,5.71,60 -63137,sell_contrast_m10_bb_pos,sell,2026-04-30 06:21:00,369.0,2.6855,1,leg_gt,0.12,60 -63138,sell_contrast_m10_bb_pos,sell,2026-04-30 06:24:00,369.0,2.6855,1,leg_gt,0.12,60 -63139,sell_contrast_m10_bb_pos,sell,2026-04-30 06:27:00,370.0,2.9641,1,leg_gt,0.12,60 -63140,sell_contrast_m10_bb_pos,sell,2026-04-30 06:30:00,370.0,2.9641,1,leg_gt,0.12,60 -63141,sell_contrast_m10_bb_pos,sell,2026-04-30 06:33:00,369.0,2.6855,1,leg_gt,0.13,60 -63142,sell_contrast_m10_bb_pos,sell,2026-04-30 06:36:00,370.0,2.9641,1,leg_gt,0.13,60 -63143,sell_contrast_m10_bb_pos,sell,2026-04-30 06:39:00,370.0,2.9641,1,leg_gt,0.13,60 -63144,sell_contrast_m10_bb_pos,sell,2026-04-30 06:42:00,371.0,3.2426,1,leg_gt,0.13,60 -63145,sell_contrast_m10_bb_pos,sell,2026-04-30 06:45:00,370.0,2.9641,1,leg_gt,0.14,60 -63146,sell_contrast_m10_bb_pos,sell,2026-04-30 06:48:00,371.0,3.2426,1,leg_gt,0.14,60 -63147,sell_contrast_m10_bb_pos,sell,2026-04-30 08:51:00,371.0,3.2426,1,leg_gt,0.22,60 -63148,sell_contrast_m10_bb_pos,sell,2026-04-30 08:54:00,371.0,3.2426,1,leg_gt,0.22,60 -63149,sell_contrast_m10_bb_pos,sell,2026-04-30 08:57:00,370.0,2.9641,1,leg_gt,0.23,60 -63150,sell_contrast_m10_bb_pos,sell,2026-04-30 09:00:00,371.0,3.2426,1,leg_gt,0.23,60 -63151,sell_contrast_m10_bb_pos,sell,2026-04-30 09:03:00,371.0,3.2426,1,leg_gt,0.23,60 -63152,sell_contrast_m10_bb_pos,sell,2026-04-30 09:06:00,371.0,3.2426,1,leg_gt,0.23,60 -63153,sell_contrast_m10_bb_pos,sell,2026-04-30 09:09:00,370.0,2.9641,1,leg_gt,0.24,60 -63154,sell_contrast_m10_bb_pos,sell,2026-04-30 09:42:00,370.0,2.9641,1,leg_gt,0.26,60 -63155,sell_contrast_m10_bb_pos,sell,2026-04-30 09:45:00,370.0,2.9641,1,leg_gt,0.26,60 -63156,sell_contrast_m10_bb_pos,sell,2026-04-30 09:48:00,372.0,3.5212,1,leg_gt,0.26,60 -63157,sell_contrast_m10_bb_pos,sell,2026-04-30 09:51:00,371.0,3.2426,1,leg_gt,0.26,60 -63158,sell_contrast_m10_bb_pos,sell,2026-04-30 09:54:00,372.0,3.5212,1,leg_gt,0.27,60 -63159,sell_contrast_m10_bb_pos,sell,2026-04-30 09:57:00,372.0,3.5212,1,leg_gt,0.27,60 -63160,sell_contrast_m10_bb_pos,sell,2026-04-30 10:12:00,372.0,3.5212,1,leg_gt,0.28,60 -63161,sell_contrast_m10_bb_pos,sell,2026-04-30 10:15:00,372.0,3.5212,1,leg_gt,0.28,60 -63162,sell_contrast_m10_bb_pos,sell,2026-04-30 10:18:00,372.0,3.5212,1,leg_gt,0.28,60 -63163,sell_contrast_m10_bb_pos,sell,2026-04-30 10:42:00,373.0,3.7997,1,leg_gt,0.3,60 -63164,sell_contrast_m10_bb_pos,sell,2026-04-30 10:45:00,374.0,4.0783,1,leg_gt,0.3,60 -63165,sell_contrast_m10_bb_pos,sell,2026-04-30 10:48:00,373.0,3.7997,1,leg_gt,0.3,60 -63166,sell_contrast_m10_bb_pos,sell,2026-04-30 11:00:00,374.0,4.0783,1,leg_gt,0.31,60 -63167,sell_contrast_m10_bb_pos,sell,2026-04-30 11:03:00,374.0,4.0783,1,leg_gt,0.31,60 -63168,sell_contrast_m10_bb_pos,sell,2026-04-30 11:06:00,374.0,4.0783,1,leg_gt,0.32,60 -63169,sell_contrast_m10_bb_pos,sell,2026-04-30 11:09:00,374.0,4.0783,1,leg_gt,0.32,60 -63170,sell_contrast_m10_bb_pos,sell,2026-05-01 01:12:00,363.0,1.0142,1,leg_gt,0.9,60 -63171,sell_contrast_m10_bb_pos,sell,2026-05-01 01:15:00,363.0,1.0142,1,leg_gt,0.91,60 -63172,sell_contrast_m10_bb_pos,sell,2026-05-01 01:18:00,363.0,1.0142,1,leg_gt,0.91,60 -63173,sell_contrast_m10_bb_pos,sell,2026-05-01 01:21:00,363.0,1.0142,1,leg_gt,0.91,60 -63174,sell_contrast_m10_bb_pos,sell,2026-05-01 01:24:00,364.0,1.2928,1,leg_gt,0.91,60 -63175,sell_contrast_m10_bb_pos,sell,2026-05-01 01:27:00,363.0,1.0142,1,leg_gt,0.91,60 -63176,sell_contrast_m10_bb_pos,sell,2026-05-01 01:30:00,363.0,1.0142,1,leg_gt,0.92,60 -63177,sell_contrast_m10_bb_pos,sell,2026-05-01 01:33:00,363.0,1.0142,1,leg_gt,0.92,60 -63178,sell_contrast_m10_bb_pos,sell,2026-05-01 01:36:00,363.0,1.0142,1,leg_gt,0.92,60 -63179,sell_contrast_m10_bb_pos,sell,2026-05-01 01:39:00,364.0,1.2928,1,leg_gt,0.92,60 -63180,sell_contrast_m10_bb_pos,sell,2026-05-01 01:51:00,363.0,1.0142,1,leg_gt,0.93,60 -63181,sell_contrast_m10_bb_pos,sell,2026-05-01 01:54:00,362.0,0.7357,1,leg_gt,0.93,60 -63182,sell_contrast_m10_bb_pos,sell,2026-05-01 01:57:00,362.0,0.7357,1,leg_gt,0.94,60 -63183,sell_contrast_m10_bb_pos,sell,2026-05-01 02:12:00,364.0,1.2928,1,leg_gt,0.95,60 -63184,sell_contrast_m10_bb_pos,sell,2026-05-01 02:15:00,364.0,1.2928,1,leg_gt,0.95,60 -63185,sell_contrast_m10_bb_pos,sell,2026-05-01 02:18:00,364.0,1.2928,1,leg_gt,0.95,60 -63186,sell_contrast_m10_bb_pos,sell,2026-05-01 02:21:00,364.0,1.2928,1,leg_gt,0.95,60 -63187,sell_contrast_m10_bb_pos,sell,2026-05-01 02:24:00,364.0,1.2928,1,leg_gt,0.95,60 -63188,sell_contrast_m10_bb_pos,sell,2026-05-01 02:27:00,365.0,1.5713,1,leg_gt,0.96,60 -63189,sell_contrast_m10_bb_pos,sell,2026-05-01 02:30:00,365.0,1.5713,1,leg_gt,0.96,60 -63190,sell_contrast_m10_bb_pos,sell,2026-05-01 02:33:00,364.0,1.2928,1,leg_gt,0.96,60 -63191,sell_contrast_m10_bb_pos,sell,2026-05-01 02:36:00,364.0,1.2928,1,leg_gt,0.96,60 -63192,sell_contrast_m10_bb_pos,sell,2026-05-01 02:39:00,364.0,1.2928,1,leg_gt,0.96,60 -63193,sell_contrast_m10_bb_pos,sell,2026-05-01 02:51:00,365.0,1.5713,1,leg_gt,0.97,60 -63194,sell_contrast_m10_bb_pos,sell,2026-05-01 02:54:00,366.0,1.8499,1,leg_gt,0.98,60 -63195,sell_contrast_m10_bb_pos,sell,2026-05-01 02:57:00,367.0,2.1284,1,leg_gt,0.98,60 -63196,sell_contrast_m10_bb_pos,sell,2026-05-01 03:21:00,368.0,2.407,1,leg_gt,0.99,60 -63197,sell_contrast_m10_bb_pos,sell,2026-05-01 03:24:00,367.0,2.1284,1,leg_gt,1.0,60 -63198,sell_contrast_m10_bb_pos,sell,2026-05-01 03:27:00,367.0,2.1284,1,leg_gt,1.0,60 -63199,sell_contrast_m10_bb_pos,sell,2026-05-01 04:21:00,367.0,2.1284,1,leg_gt,1.04,60 -63200,sell_contrast_m10_bb_pos,sell,2026-05-01 04:24:00,367.0,2.1284,1,leg_gt,1.04,60 -63201,sell_contrast_m10_bb_pos,sell,2026-05-01 09:30:00,364.0,1.2928,1,leg_gt,1.25,60 -63202,sell_contrast_m10_bb_pos,sell,2026-05-01 09:33:00,363.0,1.0142,1,leg_gt,1.25,60 -63203,sell_contrast_m10_bb_pos,sell,2026-05-01 09:36:00,363.0,1.0142,1,leg_gt,1.25,60 -63204,sell_contrast_m10_bb_pos,sell,2026-05-01 09:39:00,363.0,1.0142,1,leg_gt,1.26,60 -63205,sell_contrast_m10_bb_pos,sell,2026-05-01 09:42:00,363.0,1.0142,1,leg_gt,1.26,60 -63206,sell_contrast_m10_bb_pos,sell,2026-05-01 09:45:00,363.0,1.0142,1,leg_gt,1.26,60 -63207,sell_contrast_m10_bb_pos,sell,2026-05-01 09:48:00,364.0,1.2928,1,leg_gt,1.26,60 -63208,sell_contrast_m10_bb_pos,sell,2026-05-01 10:12:00,364.0,1.2928,1,leg_gt,1.28,60 -63209,sell_contrast_m10_bb_pos,sell,2026-05-01 10:15:00,363.0,1.0142,1,leg_gt,1.28,60 -63210,sell_contrast_m10_bb_pos,sell,2026-05-01 10:18:00,363.0,1.0142,1,leg_gt,1.28,60 -63211,sell_contrast_m10_bb_pos,sell,2026-05-01 10:51:00,364.0,1.2928,1,leg_gt,1.31,60 -63212,sell_contrast_m10_bb_pos,sell,2026-05-01 10:54:00,363.0,1.0142,1,leg_gt,1.31,60 -63213,sell_contrast_m10_bb_pos,sell,2026-05-01 10:57:00,364.0,1.2928,1,leg_gt,1.31,60 -63214,sell_contrast_m10_bb_pos,sell,2026-05-01 18:12:00,359.0,-0.1,0,leg_gt,1.61,60 -63215,sell_contrast_m10_bb_pos,sell,2026-05-01 18:15:00,359.0,-0.1,0,leg_gt,1.61,60 -63216,sell_contrast_m10_bb_pos,sell,2026-05-01 18:18:00,358.0,-0.3786,0,leg_gt,1.62,60 -63217,sell_contrast_m10_bb_pos,sell,2026-05-01 18:21:00,358.0,-0.3786,0,leg_gt,1.62,60 -63218,sell_contrast_m10_bb_pos,sell,2026-05-01 18:24:00,358.0,-0.3786,0,leg_gt,1.62,60 -63219,sell_contrast_m10_bb_pos,sell,2026-05-01 18:27:00,358.0,-0.3786,0,leg_gt,1.62,60 -63220,sell_contrast_m10_bb_pos,sell,2026-05-01 22:42:00,356.0,-0.9357,0,leg_gt,1.8,60 -63221,sell_contrast_m10_bb_pos,sell,2026-05-01 22:45:00,356.0,-0.9357,0,leg_gt,1.8,60 -63222,sell_contrast_m10_bb_pos,sell,2026-05-01 22:48:00,356.0,-0.9357,0,leg_gt,1.8,60 -63223,sell_contrast_m10_bb_pos,sell,2026-05-02 04:12:00,355.0,-1.2142,0,leg_gt,2.03,60 -63224,sell_contrast_m10_bb_pos,sell,2026-05-02 04:15:00,355.0,-1.2142,0,leg_gt,2.03,60 -63225,sell_contrast_m10_bb_pos,sell,2026-05-02 04:18:00,354.0,-1.4928,0,leg_gt,2.03,60 -63226,sell_contrast_m10_bb_pos,sell,2026-05-02 04:21:00,355.0,-1.2142,0,leg_gt,2.04,60 -63227,sell_contrast_m10_bb_pos,sell,2026-05-02 04:24:00,355.0,-1.2142,0,leg_gt,2.04,60 -63228,sell_contrast_m10_bb_pos,sell,2026-05-02 04:27:00,354.0,-1.4928,0,leg_gt,2.04,60 -63229,sell_contrast_m10_bb_pos,sell,2026-05-02 04:30:00,355.0,-1.2142,0,leg_gt,2.04,60 -63230,sell_contrast_m10_bb_pos,sell,2026-05-02 04:33:00,355.0,-1.2142,0,leg_gt,2.04,60 -63231,sell_contrast_m10_bb_pos,sell,2026-05-02 04:39:00,355.0,-1.2142,0,leg_gt,2.05,60 -63232,sell_contrast_m10_bb_pos,sell,2026-05-02 04:42:00,354.0,-1.4928,0,leg_gt,2.05,60 -63233,sell_contrast_m10_bb_pos,sell,2026-05-02 04:48:00,355.0,-1.2142,0,leg_gt,2.05,60 -63234,sell_contrast_m10_bb_pos,sell,2026-05-02 16:21:00,350.0,1.3493,1,leg_gt,0.08,60 -63235,sell_contrast_m10_bb_pos,sell,2026-05-02 16:24:00,352.0,1.929,1,leg_gt,0.09,60 -63236,sell_contrast_m10_bb_pos,sell,2026-05-02 16:27:00,351.0,1.6391,1,leg_gt,0.09,60 -63237,sell_contrast_m10_bb_pos,sell,2026-05-02 16:42:00,350.0,1.3493,1,leg_gt,0.1,60 -63238,sell_contrast_m10_bb_pos,sell,2026-05-02 16:45:00,351.0,1.6391,1,leg_gt,0.1,60 -63239,sell_contrast_m10_bb_pos,sell,2026-05-02 16:48:00,351.0,1.6391,1,leg_gt,0.1,60 -63240,sell_contrast_m10_bb_pos,sell,2026-05-02 16:51:00,350.0,1.3493,1,leg_gt,0.1,60 -63241,sell_contrast_m10_bb_pos,sell,2026-05-02 16:54:00,350.0,1.3493,1,leg_gt,0.11,60 -63242,sell_contrast_m10_bb_pos,sell,2026-05-02 16:57:00,350.0,1.3493,1,leg_gt,0.11,60 -63243,sell_contrast_m10_bb_pos,sell,2026-05-02 19:00:00,352.0,1.929,1,leg_gt,0.19,60 -63244,sell_contrast_m10_bb_pos,sell,2026-05-02 19:03:00,351.0,1.6391,1,leg_gt,0.2,60 -63245,sell_contrast_m10_bb_pos,sell,2026-05-02 19:06:00,352.0,1.929,1,leg_gt,0.2,60 -63246,sell_contrast_m10_bb_pos,sell,2026-05-02 19:09:00,351.0,1.6391,1,leg_gt,0.2,60 -63247,sell_contrast_m10_bb_pos,sell,2026-05-02 19:30:00,352.0,1.929,1,leg_gt,0.21,60 -63248,sell_contrast_m10_bb_pos,sell,2026-05-02 19:33:00,352.0,1.929,1,leg_gt,0.22,60 -63249,sell_contrast_m10_bb_pos,sell,2026-05-02 19:36:00,351.0,1.6391,1,leg_gt,0.22,60 -63250,sell_contrast_m10_bb_pos,sell,2026-05-02 19:39:00,352.0,1.929,1,leg_gt,0.22,60 -63251,sell_contrast_m10_bb_pos,sell,2026-05-02 19:42:00,352.0,1.929,1,leg_gt,0.22,60 -63252,sell_contrast_m10_bb_pos,sell,2026-05-02 19:45:00,352.0,1.929,1,leg_gt,0.22,60 -63253,sell_contrast_m10_bb_pos,sell,2026-05-02 19:48:00,351.0,1.6391,1,leg_gt,0.23,60 -63254,sell_contrast_m10_bb_pos,sell,2026-05-02 21:12:00,352.0,1.929,1,leg_gt,0.29,60 -63255,sell_contrast_m10_bb_pos,sell,2026-05-02 21:15:00,352.0,1.929,1,leg_gt,0.29,60 -63256,sell_contrast_m10_bb_pos,sell,2026-05-02 21:18:00,351.0,1.6391,1,leg_gt,0.29,60 -63257,sell_contrast_m10_bb_pos,sell,2026-05-02 21:51:00,352.0,1.929,1,leg_gt,0.31,60 -63258,sell_contrast_m10_bb_pos,sell,2026-05-02 21:54:00,351.0,1.6391,1,leg_gt,0.31,60 -63259,sell_contrast_m10_bb_pos,sell,2026-05-02 23:51:00,353.0,2.2188,1,leg_gt,0.4,60 -63260,sell_contrast_m10_bb_pos,sell,2026-05-02 23:54:00,353.0,2.2188,1,leg_gt,0.4,60 -63261,sell_contrast_m10_bb_pos,sell,2026-05-02 23:57:00,354.0,2.5087,1,leg_gt,0.4,60 -63262,sell_contrast_m10_bb_pos,sell,2026-05-03 00:42:00,358.0,3.6681,1,leg_gt,0.43,60 -63263,sell_contrast_m10_bb_pos,sell,2026-05-03 00:45:00,358.0,3.6681,1,leg_gt,0.43,60 -63264,sell_contrast_m10_bb_pos,sell,2026-05-03 00:48:00,359.0,3.958,1,leg_gt,0.44,60 -63265,sell_contrast_m10_bb_pos,sell,2026-05-03 01:00:00,358.0,3.6681,1,leg_gt,0.44,60 -63266,sell_contrast_m10_bb_pos,sell,2026-05-03 01:03:00,360.0,4.2478,1,leg_gt,0.45,60 -63267,sell_contrast_m10_bb_pos,sell,2026-05-03 01:06:00,359.0,3.958,1,leg_gt,0.45,60 -63268,sell_contrast_m10_bb_pos,sell,2026-05-03 01:09:00,358.0,3.6681,1,leg_gt,0.45,60 -63269,sell_contrast_m10_bb_pos,sell,2026-05-03 01:12:00,359.0,3.958,1,leg_gt,0.45,60 -63270,sell_contrast_m10_bb_pos,sell,2026-05-03 01:15:00,359.0,3.958,1,leg_gt,0.45,60 -63271,sell_contrast_m10_bb_pos,sell,2026-05-03 01:18:00,359.0,3.958,1,leg_gt,0.46,60 -63272,sell_contrast_m10_bb_pos,sell,2026-05-03 01:21:00,359.0,3.958,1,leg_gt,0.46,60 -63273,sell_contrast_m10_bb_pos,sell,2026-05-03 01:24:00,358.0,3.6681,1,leg_gt,0.46,60 -63274,sell_contrast_m10_bb_pos,sell,2026-05-03 01:27:00,357.0,3.3783,1,leg_gt,0.46,60 -63275,sell_contrast_m10_bb_pos,sell,2026-05-03 02:00:00,360.0,4.2478,1,leg_gt,0.49,60 -63276,sell_contrast_m10_bb_pos,sell,2026-05-03 02:03:00,360.0,4.2478,1,leg_gt,0.49,60 -63277,sell_contrast_m10_bb_pos,sell,2026-05-03 02:06:00,360.0,4.2478,1,leg_gt,0.49,60 -63278,sell_contrast_m10_bb_pos,sell,2026-05-03 02:09:00,361.0,4.5377,1,leg_gt,0.49,60 -63279,sell_contrast_m10_bb_pos,sell,2026-05-03 02:12:00,361.0,4.5377,1,leg_gt,0.49,60 -63280,sell_contrast_m10_bb_pos,sell,2026-05-03 02:15:00,361.0,4.5377,1,leg_gt,0.5,60 -63281,sell_contrast_m10_bb_pos,sell,2026-05-03 02:18:00,361.0,4.5377,1,leg_gt,0.5,60 -63282,sell_contrast_m10_bb_pos,sell,2026-05-03 02:21:00,362.0,4.8275,1,leg_gt,0.5,60 -63283,sell_contrast_m10_bb_pos,sell,2026-05-03 02:24:00,361.0,4.5377,1,leg_gt,0.5,60 -63284,sell_contrast_m10_bb_pos,sell,2026-05-03 02:27:00,361.0,4.5377,1,leg_gt,0.5,60 -63285,sell_contrast_m10_bb_pos,sell,2026-05-03 02:30:00,362.0,4.8275,1,leg_gt,0.51,60 -63286,sell_contrast_m10_bb_pos,sell,2026-05-03 02:33:00,362.0,4.8275,1,leg_gt,0.51,60 -63287,sell_contrast_m10_bb_pos,sell,2026-05-03 02:36:00,363.0,5.1174,1,leg_gt,0.51,60 -63288,sell_contrast_m10_bb_pos,sell,2026-05-03 02:39:00,362.0,4.8275,1,leg_gt,0.51,60 -63289,sell_contrast_m10_bb_pos,sell,2026-05-03 02:42:00,360.0,4.2478,1,leg_gt,0.51,60 -63290,sell_contrast_m10_bb_pos,sell,2026-05-03 02:45:00,361.0,4.5377,1,leg_gt,0.52,60 -63291,sell_contrast_m10_bb_pos,sell,2026-05-03 02:48:00,360.0,4.2478,1,leg_gt,0.52,60 -63292,sell_contrast_m10_bb_pos,sell,2026-05-03 03:42:00,362.0,4.8275,1,leg_gt,0.56,60 -63293,sell_contrast_m10_bb_pos,sell,2026-05-03 03:45:00,362.0,4.8275,1,leg_gt,0.56,60 -63294,sell_contrast_m10_bb_pos,sell,2026-05-03 03:48:00,362.0,4.8275,1,leg_gt,0.56,60 -63295,sell_contrast_m10_bb_pos,sell,2026-05-03 03:51:00,363.0,5.1174,1,leg_gt,0.56,60 -63296,sell_contrast_m10_bb_pos,sell,2026-05-03 03:57:00,362.0,4.8275,1,leg_gt,0.57,60 -63297,sell_contrast_m10_bb_pos,sell,2026-05-03 04:12:00,363.0,5.1174,1,leg_gt,0.58,60 -63298,sell_contrast_m10_bb_pos,sell,2026-05-03 04:15:00,363.0,5.1174,1,leg_gt,0.58,60 -63299,sell_contrast_m10_bb_pos,sell,2026-05-03 04:18:00,361.0,4.5377,1,leg_gt,0.58,60 -63300,sell_contrast_m10_bb_pos,sell,2026-05-03 14:21:00,355.0,2.7986,1,leg_gt,1.0,60 -63301,sell_contrast_m10_bb_pos,sell,2026-05-03 14:24:00,355.0,2.7986,1,leg_gt,1.0,60 -63302,sell_contrast_m10_bb_pos,sell,2026-05-03 14:27:00,355.0,2.7986,1,leg_gt,1.0,60 -63303,sell_contrast_m10_bb_pos,sell,2026-05-03 16:51:00,356.0,3.0884,1,leg_gt,1.1,60 -63304,sell_contrast_m10_bb_pos,sell,2026-05-03 16:54:00,355.0,2.7986,1,leg_gt,1.11,60 -63305,sell_contrast_m10_bb_pos,sell,2026-05-03 16:57:00,355.0,2.7986,1,leg_gt,1.11,60 -63306,sell_contrast_m10_bb_pos,sell,2026-05-03 17:21:00,356.0,3.0884,1,leg_gt,1.12,60 -63307,sell_contrast_m10_bb_pos,sell,2026-05-03 17:24:00,355.0,2.7986,1,leg_gt,1.13,60 -63308,sell_contrast_m10_bb_pos,sell,2026-05-03 17:27:00,356.0,3.0884,1,leg_gt,1.13,60 -63309,sell_contrast_m10_bb_pos,sell,2026-05-03 21:51:00,354.0,2.5087,1,leg_gt,1.31,60 -63310,sell_contrast_m10_bb_pos,sell,2026-05-03 21:54:00,354.0,2.5087,1,leg_gt,1.31,60 -63311,sell_contrast_m10_bb_pos,sell,2026-05-03 21:57:00,354.0,2.5087,1,leg_gt,1.32,60 -63312,sell_contrast_m10_bb_pos,sell,2026-05-03 23:51:00,355.0,2.7986,1,leg_gt,1.4,60 -63313,sell_contrast_m10_bb_pos,sell,2026-05-03 23:57:00,354.0,2.5087,1,leg_gt,1.4,60 -63314,sell_contrast_m10_bb_pos,sell,2026-05-04 00:30:00,355.0,2.7986,1,leg_gt,1.42,60 -63315,sell_contrast_m10_bb_pos,sell,2026-05-04 00:33:00,355.0,2.7986,1,leg_gt,1.42,60 -63316,sell_contrast_m10_bb_pos,sell,2026-05-04 00:36:00,354.0,2.5087,1,leg_gt,1.43,60 -63317,sell_contrast_m10_bb_pos,sell,2026-05-04 00:39:00,354.0,2.5087,1,leg_gt,1.43,60 -63318,sell_contrast_m10_bb_pos,sell,2026-05-04 01:00:00,355.0,2.7986,1,leg_gt,1.44,60 -63319,sell_contrast_m10_bb_pos,sell,2026-05-04 01:03:00,355.0,2.7986,1,leg_gt,1.45,60 -63320,sell_contrast_m10_bb_pos,sell,2026-05-04 01:06:00,355.0,2.7986,1,leg_gt,1.45,60 -63321,sell_contrast_m10_bb_pos,sell,2026-05-04 01:09:00,355.0,2.7986,1,leg_gt,1.45,60 -63322,sell_contrast_m10_bb_pos,sell,2026-05-04 01:12:00,354.0,2.5087,1,leg_gt,1.45,60 -63323,sell_contrast_m10_bb_pos,sell,2026-05-04 01:15:00,355.0,2.7986,1,leg_gt,1.45,60 -63324,sell_contrast_m10_bb_pos,sell,2026-05-04 01:18:00,354.0,2.5087,1,leg_gt,1.46,60 -63325,sell_contrast_m10_bb_pos,sell,2026-05-04 01:42:00,357.0,3.3783,1,leg_gt,1.47,60 -63326,sell_contrast_m10_bb_pos,sell,2026-05-04 01:45:00,356.0,3.0884,1,leg_gt,1.48,60 -63327,sell_contrast_m10_bb_pos,sell,2026-05-04 01:48:00,356.0,3.0884,1,leg_gt,1.48,60 -63328,sell_contrast_m10_bb_pos,sell,2026-05-04 02:24:00,356.0,3.0884,1,leg_gt,1.5,60 -63329,sell_contrast_m10_bb_pos,sell,2026-05-04 02:27:00,356.0,3.0884,1,leg_gt,1.5,60 -63330,sell_contrast_m10_bb_pos,sell,2026-05-04 04:33:00,357.0,3.3783,1,leg_gt,1.59,60 -63331,sell_contrast_m10_bb_pos,sell,2026-05-04 04:39:00,357.0,3.3783,1,leg_gt,1.6,60 -63332,sell_contrast_m10_bb_pos,sell,2026-05-04 04:42:00,356.0,3.0884,1,leg_gt,1.6,60 -63333,sell_contrast_m10_bb_pos,sell,2026-05-04 04:45:00,356.0,3.0884,1,leg_gt,1.6,60 -63334,sell_contrast_m10_bb_pos,sell,2026-05-04 04:48:00,356.0,3.0884,1,leg_gt,1.6,60 -63335,sell_contrast_m10_bb_pos,sell,2026-05-04 05:12:00,356.0,3.0884,1,leg_gt,1.62,60 -63336,sell_contrast_m10_bb_pos,sell,2026-05-04 05:15:00,356.0,3.0884,1,leg_gt,1.62,60 -63337,sell_contrast_m10_bb_pos,sell,2026-05-04 05:18:00,357.0,3.3783,1,leg_gt,1.62,60 -63338,sell_contrast_m10_bb_pos,sell,2026-05-04 05:21:00,357.0,3.3783,1,leg_gt,1.62,60 -63339,sell_contrast_m10_bb_pos,sell,2026-05-04 05:24:00,357.0,3.3783,1,leg_gt,1.63,60 -63340,sell_contrast_m10_bb_pos,sell,2026-05-04 05:42:00,356.0,3.0884,1,leg_gt,1.64,60 -63341,sell_contrast_m10_bb_pos,sell,2026-05-04 05:45:00,356.0,3.0884,1,leg_gt,1.64,60 -63342,sell_contrast_m10_bb_pos,sell,2026-05-04 05:48:00,355.0,2.7986,1,leg_gt,1.64,60 -63343,sell_contrast_m10_bb_pos,sell,2026-05-04 11:00:00,355.0,1.9115,1,leg_gt,0.07,60 -63344,sell_contrast_m10_bb_pos,sell,2026-05-04 11:03:00,355.0,1.9115,1,leg_gt,0.07,60 -63345,sell_contrast_m10_bb_pos,sell,2026-05-04 11:06:00,354.0,1.6241,1,leg_gt,0.07,60 -63346,sell_contrast_m10_bb_pos,sell,2026-05-04 11:09:00,355.0,1.9115,1,leg_gt,0.08,60 -63347,sell_contrast_m10_bb_pos,sell,2026-05-04 11:12:00,355.0,1.9115,1,leg_gt,0.08,60 -63348,sell_contrast_m10_bb_pos,sell,2026-05-04 11:15:00,355.0,1.9115,1,leg_gt,0.08,60 -63349,sell_contrast_m10_bb_pos,sell,2026-05-04 11:18:00,356.0,2.1989,1,leg_gt,0.08,60 -63350,sell_contrast_m10_bb_pos,sell,2026-05-04 11:30:00,356.0,2.1989,1,leg_gt,0.09,60 -63351,sell_contrast_m10_bb_pos,sell,2026-05-04 11:33:00,357.0,2.4862,1,leg_gt,0.09,60 -63352,sell_contrast_m10_bb_pos,sell,2026-05-04 11:36:00,357.0,2.4862,1,leg_gt,0.09,60 -63353,sell_contrast_m10_bb_pos,sell,2026-05-04 11:39:00,358.0,2.7736,1,leg_gt,0.1,60 -63354,sell_contrast_m10_bb_pos,sell,2026-05-04 11:51:00,357.0,2.4862,1,leg_gt,0.1,60 -63355,sell_contrast_m10_bb_pos,sell,2026-05-04 11:54:00,358.0,2.7736,1,leg_gt,0.11,60 -63356,sell_contrast_m10_bb_pos,sell,2026-05-04 11:57:00,357.0,2.4862,1,leg_gt,0.11,60 -63357,sell_contrast_m10_bb_pos,sell,2026-05-04 12:00:00,357.0,2.4862,1,leg_gt,0.11,60 -63358,sell_contrast_m10_bb_pos,sell,2026-05-04 12:03:00,356.0,2.1989,1,leg_gt,0.11,60 -63359,sell_contrast_m10_bb_pos,sell,2026-05-04 12:06:00,356.0,2.1989,1,leg_gt,0.11,60 -63360,sell_contrast_m10_bb_pos,sell,2026-05-04 12:09:00,357.0,2.4862,1,leg_gt,0.12,60 -63361,sell_contrast_m10_bb_pos,sell,2026-05-04 13:21:00,359.0,3.0609,1,leg_gt,0.17,60 -63362,sell_contrast_m10_bb_pos,sell,2026-05-04 13:24:00,359.0,3.0609,1,leg_gt,0.17,60 -63363,sell_contrast_m10_bb_pos,sell,2026-05-04 13:27:00,358.0,2.7736,1,leg_gt,0.17,60 -63364,sell_contrast_m10_bb_pos,sell,2026-05-04 13:30:00,359.0,3.0609,1,leg_gt,0.17,60 -63365,sell_contrast_m10_bb_pos,sell,2026-05-04 13:33:00,358.0,2.7736,1,leg_gt,0.18,60 -63366,sell_contrast_m10_bb_pos,sell,2026-05-04 13:36:00,358.0,2.7736,1,leg_gt,0.18,60 -63367,sell_contrast_m10_bb_pos,sell,2026-05-04 13:39:00,358.0,2.7736,1,leg_gt,0.18,60 -63368,sell_contrast_m10_bb_pos,sell,2026-05-04 15:00:00,359.0,3.0609,1,leg_gt,0.24,60 -63369,sell_contrast_m10_bb_pos,sell,2026-05-04 15:03:00,358.0,2.7736,1,leg_gt,0.24,60 -63370,sell_contrast_m10_bb_pos,sell,2026-05-04 15:06:00,357.0,2.4862,1,leg_gt,0.24,60 -63371,sell_contrast_m10_bb_pos,sell,2026-05-04 15:09:00,357.0,2.4862,1,leg_gt,0.24,60 -63372,sell_contrast_m10_bb_pos,sell,2026-05-04 18:51:00,357.0,2.4862,1,leg_gt,0.4,60 -63373,sell_contrast_m10_bb_pos,sell,2026-05-04 18:54:00,358.0,2.7736,1,leg_gt,0.4,60 -63374,sell_contrast_m10_bb_pos,sell,2026-05-04 18:57:00,357.0,2.4862,1,leg_gt,0.4,60 -63375,sell_contrast_m10_bb_pos,sell,2026-05-05 00:00:00,353.0,1.3368,1,leg_gt,0.61,60 -63376,sell_contrast_m10_bb_pos,sell,2026-05-05 00:03:00,354.0,1.6241,1,leg_gt,0.61,60 -63377,sell_contrast_m10_bb_pos,sell,2026-05-05 00:06:00,354.0,1.6241,1,leg_gt,0.61,60 -63378,sell_contrast_m10_bb_pos,sell,2026-05-05 00:09:00,353.0,1.3368,1,leg_gt,0.62,60 -63379,sell_contrast_m10_bb_pos,sell,2026-05-05 02:21:00,354.0,1.6241,1,leg_gt,0.71,60 -63380,sell_contrast_m10_bb_pos,sell,2026-05-05 02:24:00,355.0,1.9115,1,leg_gt,0.71,60 -63381,sell_contrast_m10_bb_pos,sell,2026-05-05 02:27:00,354.0,1.6241,1,leg_gt,0.71,60 -63382,sell_contrast_m10_bb_pos,sell,2026-05-05 02:30:00,354.0,1.6241,1,leg_gt,0.71,60 -63383,sell_contrast_m10_bb_pos,sell,2026-05-05 02:33:00,354.0,1.6241,1,leg_gt,0.72,60 -63384,sell_contrast_m10_bb_pos,sell,2026-05-05 02:36:00,353.0,1.3368,1,leg_gt,0.72,60 -63385,sell_contrast_m10_bb_pos,sell,2026-05-05 02:39:00,354.0,1.6241,1,leg_gt,0.72,60 -63386,sell_contrast_m10_bb_pos,sell,2026-05-05 02:42:00,354.0,1.6241,1,leg_gt,0.72,60 -63387,sell_contrast_m10_bb_pos,sell,2026-05-05 02:48:00,354.0,1.6241,1,leg_gt,0.73,60 -63388,sell_contrast_m10_bb_pos,sell,2026-05-05 02:51:00,355.0,1.9115,1,leg_gt,0.73,60 -63389,sell_contrast_m10_bb_pos,sell,2026-05-05 02:54:00,355.0,1.9115,1,leg_gt,0.73,60 -63390,sell_contrast_m10_bb_pos,sell,2026-05-05 02:57:00,356.0,2.1989,1,leg_gt,0.73,60 -63391,sell_contrast_m10_bb_pos,sell,2026-05-05 03:00:00,355.0,1.9115,1,leg_gt,0.74,60 -63392,sell_contrast_m10_bb_pos,sell,2026-05-05 03:03:00,356.0,2.1989,1,leg_gt,0.74,60 -63393,sell_contrast_m10_bb_pos,sell,2026-05-05 03:06:00,356.0,2.1989,1,leg_gt,0.74,60 -63394,sell_contrast_m10_bb_pos,sell,2026-05-05 03:09:00,355.0,1.9115,1,leg_gt,0.74,60 -63395,sell_contrast_m10_bb_pos,sell,2026-05-05 03:12:00,356.0,2.1989,1,leg_gt,0.74,60 -63396,sell_contrast_m10_bb_pos,sell,2026-05-05 03:15:00,355.0,1.9115,1,leg_gt,0.75,60 -63397,sell_contrast_m10_bb_pos,sell,2026-05-05 03:18:00,356.0,2.1989,1,leg_gt,0.75,60 -63398,sell_contrast_m10_bb_pos,sell,2026-05-05 03:42:00,356.0,2.1989,1,leg_gt,0.76,60 -63399,sell_contrast_m10_bb_pos,sell,2026-05-05 03:45:00,356.0,2.1989,1,leg_gt,0.77,60 -63400,sell_contrast_m10_bb_pos,sell,2026-05-05 06:42:00,356.0,2.1989,1,leg_gt,0.89,60 -63401,sell_contrast_m10_bb_pos,sell,2026-05-05 06:45:00,356.0,2.1989,1,leg_gt,0.89,60 -63402,sell_contrast_m10_bb_pos,sell,2026-05-05 06:48:00,355.0,1.9115,1,leg_gt,0.89,60 -63403,sell_contrast_m10_bb_pos,sell,2026-05-05 07:00:00,356.0,2.1989,1,leg_gt,0.9,60 -63404,sell_contrast_m10_bb_pos,sell,2026-05-05 07:03:00,356.0,2.1989,1,leg_gt,0.9,60 -63405,sell_contrast_m10_bb_pos,sell,2026-05-05 07:06:00,356.0,2.1989,1,leg_gt,0.91,60 -63406,sell_contrast_m10_bb_pos,sell,2026-05-05 07:09:00,355.0,1.9115,1,leg_gt,0.91,60 -63407,sell_contrast_m10_bb_pos,sell,2026-05-05 10:30:00,354.0,1.6241,1,leg_gt,1.05,60 -63408,sell_contrast_m10_bb_pos,sell,2026-05-05 10:33:00,353.0,1.3368,1,leg_gt,1.05,60 -63409,sell_contrast_m10_bb_pos,sell,2026-05-05 10:36:00,354.0,1.6241,1,leg_gt,1.05,60 -63410,sell_contrast_m10_bb_pos,sell,2026-05-05 10:39:00,353.0,1.3368,1,leg_gt,1.05,60 -63411,sell_contrast_m10_bb_pos,sell,2026-05-05 10:51:00,354.0,1.6241,1,leg_gt,1.06,60 -63412,sell_contrast_m10_bb_pos,sell,2026-05-05 10:54:00,355.0,1.9115,1,leg_gt,1.06,60 -63413,sell_contrast_m10_bb_pos,sell,2026-05-05 10:57:00,355.0,1.9115,1,leg_gt,1.07,60 -63414,sell_contrast_m10_bb_pos,sell,2026-05-05 11:00:00,354.0,1.6241,1,leg_gt,1.07,60 -63415,sell_contrast_m10_bb_pos,sell,2026-05-05 11:03:00,355.0,1.9115,1,leg_gt,1.07,60 -63416,sell_contrast_m10_bb_pos,sell,2026-05-05 11:06:00,355.0,1.9115,1,leg_gt,1.07,60 -63417,sell_contrast_m10_bb_pos,sell,2026-05-05 11:09:00,355.0,1.9115,1,leg_gt,1.08,60 -63418,sell_contrast_m10_bb_pos,sell,2026-05-05 11:12:00,354.0,1.6241,1,leg_gt,1.08,60 -63419,sell_contrast_m10_bb_pos,sell,2026-05-05 11:15:00,355.0,1.9115,1,leg_gt,1.08,60 -63420,sell_contrast_m10_bb_pos,sell,2026-05-05 11:18:00,355.0,1.9115,1,leg_gt,1.08,60 -63421,sell_contrast_m10_bb_pos,sell,2026-05-05 12:42:00,355.0,1.9115,1,leg_gt,1.14,60 -63422,sell_contrast_m10_bb_pos,sell,2026-05-05 12:45:00,355.0,1.9115,1,leg_gt,1.14,60 -63423,sell_contrast_m10_bb_pos,sell,2026-05-05 12:48:00,356.0,2.1989,1,leg_gt,1.14,60 -63424,sell_contrast_m10_bb_pos,sell,2026-05-05 12:51:00,356.0,2.1989,1,leg_gt,1.15,60 -63425,sell_contrast_m10_bb_pos,sell,2026-05-05 12:54:00,355.0,1.9115,1,leg_gt,1.15,60 -63426,sell_contrast_m10_bb_pos,sell,2026-05-05 12:57:00,356.0,2.1989,1,leg_gt,1.15,60 -63427,sell_contrast_m10_bb_pos,sell,2026-05-05 13:21:00,356.0,2.1989,1,leg_gt,1.17,60 -63428,sell_contrast_m10_bb_pos,sell,2026-05-05 13:24:00,357.0,2.4862,1,leg_gt,1.17,60 -63429,sell_contrast_m10_bb_pos,sell,2026-05-05 13:27:00,357.0,2.4862,1,leg_gt,1.17,60 -63430,sell_contrast_m10_bb_pos,sell,2026-05-05 15:12:00,361.0,3.6356,1,leg_gt,1.24,60 -63431,sell_contrast_m10_bb_pos,sell,2026-05-05 15:15:00,362.0,3.923,1,leg_gt,1.25,60 -63432,sell_contrast_m10_bb_pos,sell,2026-05-05 15:18:00,361.0,3.6356,1,leg_gt,1.25,60 -63433,sell_contrast_m10_bb_pos,sell,2026-05-05 15:42:00,361.0,3.6356,1,leg_gt,1.26,60 -63434,sell_contrast_m10_bb_pos,sell,2026-05-05 15:45:00,361.0,3.6356,1,leg_gt,1.27,60 -63435,sell_contrast_m10_bb_pos,sell,2026-05-05 15:48:00,361.0,3.6356,1,leg_gt,1.27,60 -63436,sell_contrast_m10_bb_pos,sell,2026-05-05 15:51:00,362.0,3.923,1,leg_gt,1.27,60 -63437,sell_contrast_m10_bb_pos,sell,2026-05-05 15:54:00,362.0,3.923,1,leg_gt,1.27,60 -63438,sell_contrast_m10_bb_pos,sell,2026-05-05 15:57:00,362.0,3.923,1,leg_gt,1.27,60 -63439,sell_contrast_m10_bb_pos,sell,2026-05-05 16:00:00,362.0,3.923,1,leg_gt,1.28,60 -63440,sell_contrast_m10_bb_pos,sell,2026-05-05 16:03:00,361.0,3.6356,1,leg_gt,1.28,60 -63441,sell_contrast_m10_bb_pos,sell,2026-05-05 16:06:00,360.0,3.3483,1,leg_gt,1.28,60 -63442,sell_contrast_m10_bb_pos,sell,2026-05-05 16:09:00,361.0,3.6356,1,leg_gt,1.28,60 -63443,sell_contrast_m10_bb_pos,sell,2026-05-05 16:21:00,363.0,4.2103,1,leg_gt,1.29,60 -63444,sell_contrast_m10_bb_pos,sell,2026-05-05 16:24:00,361.0,3.6356,1,leg_gt,1.29,60 -63445,sell_contrast_m10_bb_pos,sell,2026-05-05 16:27:00,361.0,3.6356,1,leg_gt,1.3,60 -63446,sell_contrast_m10_bb_pos,sell,2026-05-05 19:51:00,361.0,3.6356,1,leg_gt,1.44,60 -63447,sell_contrast_m10_bb_pos,sell,2026-05-05 19:54:00,361.0,3.6356,1,leg_gt,1.44,60 -63448,sell_contrast_m10_bb_pos,sell,2026-05-05 19:57:00,361.0,3.6356,1,leg_gt,1.44,60 -63449,sell_contrast_m10_bb_pos,sell,2026-05-05 21:12:00,362.0,3.923,1,leg_gt,1.49,60 -63450,sell_contrast_m10_bb_pos,sell,2026-05-05 21:15:00,362.0,3.923,1,leg_gt,1.5,60 -63451,sell_contrast_m10_bb_pos,sell,2026-05-05 21:18:00,361.0,3.6356,1,leg_gt,1.5,60 -63452,sell_contrast_m10_bb_pos,sell,2026-05-05 21:21:00,362.0,3.923,1,leg_gt,1.5,60 -63453,sell_contrast_m10_bb_pos,sell,2026-05-05 21:24:00,361.0,3.6356,1,leg_gt,1.5,60 -63454,sell_contrast_m10_bb_pos,sell,2026-05-05 21:27:00,361.0,3.6356,1,leg_gt,1.5,60 -63455,sell_contrast_m10_bb_pos,sell,2026-05-06 04:12:00,360.0,3.3483,1,leg_gt,1.79,60 -63456,sell_contrast_m10_bb_pos,sell,2026-05-06 04:15:00,360.0,3.3483,1,leg_gt,1.79,60 -63457,sell_contrast_m10_bb_pos,sell,2026-05-06 04:18:00,360.0,3.3483,1,leg_gt,1.79,60 -63458,sell_contrast_m10_bb_pos,sell,2026-05-06 04:51:00,361.0,3.6356,1,leg_gt,1.81,60 -63459,sell_contrast_m10_bb_pos,sell,2026-05-06 04:54:00,361.0,3.6356,1,leg_gt,1.81,60 -63460,sell_contrast_m10_bb_pos,sell,2026-05-06 04:57:00,361.0,3.6356,1,leg_gt,1.82,60 -63461,sell_contrast_m10_bb_pos,sell,2026-05-06 05:12:00,362.0,3.923,1,leg_gt,1.83,60 -63462,sell_contrast_m10_bb_pos,sell,2026-05-06 05:15:00,363.0,4.2103,1,leg_gt,1.83,60 -63463,sell_contrast_m10_bb_pos,sell,2026-05-06 05:18:00,363.0,4.2103,1,leg_gt,1.83,60 -63464,sell_contrast_m10_bb_pos,sell,2026-05-06 06:21:00,369.0,5.9345,1,leg_gt,1.88,60 -63465,sell_contrast_m10_bb_pos,sell,2026-05-06 06:24:00,369.0,5.9345,1,leg_gt,1.88,60 -63466,sell_contrast_m10_bb_pos,sell,2026-05-06 06:27:00,368.0,5.6471,1,leg_gt,1.88,60 -63467,sell_contrast_m10_bb_pos,sell,2026-05-06 06:30:00,368.0,5.6471,1,leg_gt,1.88,60 -63468,sell_contrast_m10_bb_pos,sell,2026-05-06 06:33:00,368.0,5.6471,1,leg_gt,1.88,60 -63469,sell_contrast_m10_bb_pos,sell,2026-05-06 06:36:00,367.0,5.3598,1,leg_gt,1.89,60 -63470,sell_contrast_m10_bb_pos,sell,2026-05-06 06:39:00,368.0,5.6471,1,leg_gt,1.89,60 -63471,sell_contrast_m10_bb_pos,sell,2026-05-06 06:42:00,367.0,5.3598,1,leg_gt,1.89,60 -63472,sell_contrast_m10_bb_pos,sell,2026-05-06 06:45:00,366.0,5.0724,1,leg_gt,1.89,60 -63473,sell_contrast_m10_bb_pos,sell,2026-05-06 06:48:00,366.0,5.0724,1,leg_gt,1.89,60 -63474,sell_contrast_m10_bb_pos,sell,2026-05-06 11:00:00,367.0,5.3598,1,leg_gt,2.07,60 -63475,sell_contrast_m10_bb_pos,sell,2026-05-06 11:03:00,367.0,5.3598,1,leg_gt,2.07,60 -63476,sell_contrast_m10_bb_pos,sell,2026-05-06 11:06:00,367.0,5.3598,1,leg_gt,2.07,60 -63477,sell_contrast_m10_bb_pos,sell,2026-05-06 11:09:00,367.0,5.3598,1,leg_gt,2.08,60 -63478,sell_contrast_m10_bb_pos,sell,2026-05-06 11:12:00,367.0,5.3598,1,leg_gt,2.08,60 -63479,sell_contrast_m10_bb_pos,sell,2026-05-06 11:15:00,367.0,5.3598,1,leg_gt,2.08,60 -63480,sell_contrast_m10_bb_pos,sell,2026-05-06 11:18:00,367.0,5.3598,1,leg_gt,2.08,60 -63481,sell_contrast_m10_bb_pos,sell,2026-05-06 12:12:00,367.0,5.3598,1,leg_gt,2.12,60 -63482,sell_contrast_m10_bb_pos,sell,2026-05-06 12:15:00,367.0,5.3598,1,leg_gt,2.12,60 -63483,sell_contrast_m10_bb_pos,sell,2026-05-06 12:18:00,367.0,5.3598,1,leg_gt,2.12,60 -63484,sell_contrast_m10_bb_pos,sell,2026-05-06 12:51:00,370.0,6.2218,1,leg_gt,2.15,60 -63485,sell_contrast_m10_bb_pos,sell,2026-05-06 12:54:00,371.0,6.5092,1,leg_gt,2.15,60 -63486,sell_contrast_m10_bb_pos,sell,2026-05-06 12:57:00,372.0,6.7966,1,leg_gt,2.15,60 -63487,sell_contrast_m10_bb_pos,sell,2026-05-06 13:00:00,371.0,6.5092,1,leg_gt,2.15,60 -63488,sell_contrast_m10_bb_pos,sell,2026-05-06 13:03:00,371.0,6.5092,1,leg_gt,2.15,60 -63489,sell_contrast_m10_bb_pos,sell,2026-05-06 13:06:00,372.0,6.7966,1,leg_gt,2.16,60 -63490,sell_contrast_m10_bb_pos,sell,2026-05-06 13:09:00,372.0,6.7966,1,leg_gt,2.16,60 -63491,sell_contrast_m10_bb_pos,sell,2026-05-06 13:21:00,372.0,6.7966,1,leg_gt,2.17,60 -63492,sell_contrast_m10_bb_pos,sell,2026-05-06 13:24:00,371.0,6.5092,1,leg_gt,2.17,60 -63493,sell_contrast_m10_bb_pos,sell,2026-05-06 13:27:00,372.0,6.7966,1,leg_gt,2.17,60 -63494,sell_contrast_m10_bb_pos,sell,2026-05-06 15:51:00,371.0,6.5092,1,leg_gt,2.27,60 -63495,sell_contrast_m10_bb_pos,sell,2026-05-06 15:54:00,372.0,6.7966,1,leg_gt,2.27,60 -63496,sell_contrast_m10_bb_pos,sell,2026-05-06 15:57:00,372.0,6.7966,1,leg_gt,2.28,60 -63497,sell_contrast_m10_bb_pos,sell,2026-05-06 16:12:00,372.0,6.7966,1,leg_gt,2.29,60 -63498,sell_contrast_m10_bb_pos,sell,2026-05-06 16:15:00,372.0,6.7966,1,leg_gt,2.29,60 -63499,sell_contrast_m10_bb_pos,sell,2026-05-06 16:18:00,372.0,6.7966,1,leg_gt,2.29,60 -63500,sell_contrast_m10_bb_pos,sell,2026-05-06 16:21:00,373.0,7.0839,1,leg_gt,2.29,60 -63501,sell_contrast_m10_bb_pos,sell,2026-05-06 16:24:00,374.0,7.3713,1,leg_gt,2.29,60 -63502,sell_contrast_m10_bb_pos,sell,2026-05-06 16:27:00,375.0,7.6586,1,leg_gt,2.3,60 -63503,sell_contrast_m10_bb_pos,sell,2026-05-06 16:51:00,375.0,7.6586,1,leg_gt,2.31,60 -63504,sell_contrast_m10_bb_pos,sell,2026-05-06 16:54:00,374.0,7.3713,1,leg_gt,2.31,60 -63505,sell_contrast_m10_bb_pos,sell,2026-05-06 16:57:00,373.0,7.0839,1,leg_gt,2.32,60 -63506,sell_contrast_m10_bb_pos,sell,2026-05-06 17:12:00,373.0,7.0839,1,leg_gt,2.33,60 -63507,sell_contrast_m10_bb_pos,sell,2026-05-06 17:15:00,373.0,7.0839,1,leg_gt,2.33,60 -63508,sell_contrast_m10_bb_pos,sell,2026-05-06 17:18:00,374.0,7.3713,1,leg_gt,2.33,60 -63509,sell_contrast_m10_bb_pos,sell,2026-05-06 17:30:00,375.0,7.6586,1,leg_gt,2.34,60 -63510,sell_contrast_m10_bb_pos,sell,2026-05-06 17:33:00,375.0,7.6586,1,leg_gt,2.34,60 -63511,sell_contrast_m10_bb_pos,sell,2026-05-06 17:36:00,376.0,7.946,1,leg_gt,2.34,60 -63512,sell_contrast_m10_bb_pos,sell,2026-05-06 17:39:00,376.0,7.946,1,leg_gt,2.35,60 -63513,sell_contrast_m10_bb_pos,sell,2026-05-06 17:42:00,376.0,7.946,1,leg_gt,2.35,60 -63514,sell_contrast_m10_bb_pos,sell,2026-05-06 17:45:00,377.0,8.2333,1,leg_gt,2.35,60 -63515,sell_contrast_m10_bb_pos,sell,2026-05-06 17:48:00,377.0,8.2333,1,leg_gt,2.35,60 -63516,sell_contrast_m10_bb_pos,sell,2026-05-06 17:51:00,378.0,8.5207,1,leg_gt,2.35,60 -63517,sell_contrast_m10_bb_pos,sell,2026-05-06 17:54:00,378.0,8.5207,1,leg_gt,2.36,60 -63518,sell_contrast_m10_bb_pos,sell,2026-05-06 17:57:00,378.0,8.5207,1,leg_gt,2.36,60 -63519,sell_contrast_m10_bb_pos,sell,2026-05-06 18:12:00,379.0,8.808,1,leg_gt,2.37,60 -63520,sell_contrast_m10_bb_pos,sell,2026-05-06 18:15:00,378.0,8.5207,1,leg_gt,2.37,60 -63521,sell_contrast_m10_bb_pos,sell,2026-05-06 18:18:00,379.0,8.808,1,leg_gt,2.37,60 -63522,sell_contrast_m10_bb_pos,sell,2026-05-06 18:21:00,380.0,9.0954,1,leg_gt,2.38,60 -63523,sell_contrast_m10_bb_pos,sell,2026-05-06 18:24:00,379.0,8.808,1,leg_gt,2.38,60 -63524,sell_contrast_m10_bb_pos,sell,2026-05-06 18:27:00,379.0,8.808,1,leg_gt,2.38,60 -63525,sell_contrast_m10_bb_pos,sell,2026-05-06 18:30:00,379.0,8.808,1,leg_gt,2.38,60 -63526,sell_contrast_m10_bb_pos,sell,2026-05-06 18:33:00,381.0,9.3828,1,leg_gt,2.38,60 -63527,sell_contrast_m10_bb_pos,sell,2026-05-06 18:36:00,380.0,9.0954,1,leg_gt,2.39,60 -63528,sell_contrast_m10_bb_pos,sell,2026-05-06 18:39:00,379.0,8.808,1,leg_gt,2.39,60 -63529,sell_contrast_m10_bb_pos,sell,2026-05-06 18:42:00,380.0,9.0954,1,leg_gt,2.39,60 -63530,sell_contrast_m10_bb_pos,sell,2026-05-06 18:45:00,378.0,8.5207,1,leg_gt,2.39,60 -63531,sell_contrast_m10_bb_pos,sell,2026-05-06 18:48:00,379.0,8.808,1,leg_gt,2.39,60 -63532,sell_contrast_m10_bb_pos,sell,2026-05-06 18:51:00,379.0,8.808,1,leg_gt,2.4,60 -63533,sell_contrast_m10_bb_pos,sell,2026-05-06 18:54:00,379.0,8.808,1,leg_gt,2.4,60 -63534,sell_contrast_m10_bb_pos,sell,2026-05-06 18:57:00,380.0,9.0954,1,leg_gt,2.4,60 -63535,sell_contrast_m10_bb_pos,sell,2026-05-06 19:00:00,380.0,9.0954,1,leg_gt,2.4,60 -63536,sell_contrast_m10_bb_pos,sell,2026-05-06 19:03:00,380.0,9.0954,1,leg_gt,2.4,60 -63537,sell_contrast_m10_bb_pos,sell,2026-05-06 19:06:00,379.0,8.808,1,leg_gt,2.41,60 -63538,sell_contrast_m10_bb_pos,sell,2026-05-06 19:09:00,380.0,9.0954,1,leg_gt,2.41,60 -63539,sell_contrast_m10_bb_pos,sell,2026-05-06 19:12:00,380.0,9.0954,1,leg_gt,2.41,60 -63540,sell_contrast_m10_bb_pos,sell,2026-05-06 19:15:00,380.0,9.0954,1,leg_gt,2.41,60 -63541,sell_contrast_m10_bb_pos,sell,2026-05-06 19:18:00,381.0,9.3828,1,leg_gt,2.41,60 -63542,sell_contrast_m10_bb_pos,sell,2026-05-06 19:21:00,381.0,9.3828,1,leg_gt,2.42,60 -63543,sell_contrast_m10_bb_pos,sell,2026-05-06 19:24:00,381.0,9.3828,1,leg_gt,2.42,60 -63544,sell_contrast_m10_bb_pos,sell,2026-05-06 19:27:00,382.0,9.6701,1,leg_gt,2.42,60 -63545,sell_contrast_m10_bb_pos,sell,2026-05-06 19:30:00,381.0,9.3828,1,leg_gt,2.42,60 -63546,sell_contrast_m10_bb_pos,sell,2026-05-06 19:33:00,382.0,9.6701,1,leg_gt,2.42,60 -63547,sell_contrast_m10_bb_pos,sell,2026-05-06 19:36:00,382.0,9.6701,1,leg_gt,2.43,60 -63548,sell_contrast_m10_bb_pos,sell,2026-05-06 19:39:00,383.0,9.9575,1,leg_gt,2.43,60 -63549,sell_contrast_m10_bb_pos,sell,2026-05-06 19:42:00,384.0,10.2448,1,leg_gt,2.43,60 -63550,sell_contrast_m10_bb_pos,sell,2026-05-06 19:45:00,383.0,9.9575,1,leg_gt,2.43,60 -63551,sell_contrast_m10_bb_pos,sell,2026-05-06 19:48:00,383.0,9.9575,1,leg_gt,2.44,60 -63552,sell_contrast_m10_bb_pos,sell,2026-05-06 19:51:00,382.0,9.6701,1,leg_gt,2.44,60 -63553,sell_contrast_m10_bb_pos,sell,2026-05-06 19:54:00,382.0,9.6701,1,leg_gt,2.44,60 -63554,sell_contrast_m10_bb_pos,sell,2026-05-06 19:57:00,382.0,9.6701,1,leg_gt,2.44,60 -63555,sell_contrast_m10_bb_pos,sell,2026-05-07 01:12:00,380.0,9.0954,1,leg_gt,2.66,60 -63556,sell_contrast_m10_bb_pos,sell,2026-05-07 01:15:00,379.0,8.808,1,leg_gt,2.66,60 -63557,sell_contrast_m10_bb_pos,sell,2026-05-07 01:18:00,379.0,8.808,1,leg_gt,2.66,60 -63558,sell_contrast_m10_bb_pos,sell,2026-05-07 01:51:00,380.0,9.0954,1,leg_gt,2.69,60 -63559,sell_contrast_m10_bb_pos,sell,2026-05-07 01:54:00,379.0,8.808,1,leg_gt,2.69,60 -63560,sell_contrast_m10_bb_pos,sell,2026-05-07 01:57:00,379.0,8.808,1,leg_gt,2.69,60 -63561,sell_contrast_m10_bb_pos,sell,2026-05-07 05:30:00,377.0,8.2333,1,leg_gt,2.84,60 -63562,sell_contrast_m10_bb_pos,sell,2026-05-07 05:33:00,375.0,7.6586,1,leg_gt,2.84,60 -63563,sell_contrast_m10_bb_pos,sell,2026-05-07 05:36:00,374.0,7.3713,1,leg_gt,2.84,60 -63564,sell_contrast_m10_bb_pos,sell,2026-05-07 05:39:00,374.0,7.3713,1,leg_gt,2.85,60 -63565,sell_contrast_m10_bb_pos,sell,2026-05-07 06:51:00,380.0,9.0954,1,leg_gt,2.9,60 -63566,sell_contrast_m10_bb_pos,sell,2026-05-07 06:54:00,381.0,9.3828,1,leg_gt,2.9,60 -63567,sell_contrast_m10_bb_pos,sell,2026-05-07 06:57:00,380.0,9.0954,1,leg_gt,2.9,60 -63568,sell_contrast_m10_bb_pos,sell,2026-05-07 13:30:00,371.0,1.5438,1,leg_gt,0.1,60 -63569,sell_contrast_m10_bb_pos,sell,2026-05-07 13:33:00,371.0,1.5438,1,leg_gt,0.1,60 -63570,sell_contrast_m10_bb_pos,sell,2026-05-07 13:36:00,371.0,1.5438,1,leg_gt,0.1,60 -63571,sell_contrast_m10_bb_pos,sell,2026-05-07 13:39:00,371.0,1.5438,1,leg_gt,0.1,60 -63572,sell_contrast_m10_bb_pos,sell,2026-05-07 14:21:00,372.0,1.8178,1,leg_gt,0.13,60 -63573,sell_contrast_m10_bb_pos,sell,2026-05-07 14:24:00,373.0,2.0918,1,leg_gt,0.13,60 -63574,sell_contrast_m10_bb_pos,sell,2026-05-07 14:27:00,373.0,2.0918,1,leg_gt,0.14,60 -63575,sell_contrast_m10_bb_pos,sell,2026-05-07 14:30:00,374.0,2.3658,1,leg_gt,0.14,60 -63576,sell_contrast_m10_bb_pos,sell,2026-05-07 14:33:00,373.0,2.0918,1,leg_gt,0.14,60 -63577,sell_contrast_m10_bb_pos,sell,2026-05-07 14:36:00,372.0,1.8178,1,leg_gt,0.14,60 -63578,sell_contrast_m10_bb_pos,sell,2026-05-07 14:39:00,372.0,1.8178,1,leg_gt,0.14,60 -63579,sell_contrast_m10_bb_pos,sell,2026-05-07 15:42:00,377.0,3.1877,1,leg_gt,0.19,60 -63580,sell_contrast_m10_bb_pos,sell,2026-05-07 15:45:00,379.0,3.7356,1,leg_gt,0.19,60 -63581,sell_contrast_m10_bb_pos,sell,2026-05-07 15:48:00,379.0,3.7356,1,leg_gt,0.19,60 -63582,sell_contrast_m10_bb_pos,sell,2026-05-07 16:21:00,382.0,4.5575,1,leg_gt,0.21,60 -63583,sell_contrast_m10_bb_pos,sell,2026-05-07 16:24:00,381.0,4.2836,1,leg_gt,0.22,60 -63584,sell_contrast_m10_bb_pos,sell,2026-05-07 16:27:00,381.0,4.2836,1,leg_gt,0.22,60 -63585,sell_contrast_m10_bb_pos,sell,2026-05-07 16:30:00,381.0,4.2836,1,leg_gt,0.22,60 -63586,sell_contrast_m10_bb_pos,sell,2026-05-07 16:33:00,381.0,4.2836,1,leg_gt,0.22,60 -63587,sell_contrast_m10_bb_pos,sell,2026-05-07 16:36:00,381.0,4.2836,1,leg_gt,0.22,60 -63588,sell_contrast_m10_bb_pos,sell,2026-05-07 16:39:00,381.0,4.2836,1,leg_gt,0.23,60 -63589,sell_contrast_m10_bb_pos,sell,2026-05-07 21:51:00,380.0,4.0096,1,leg_gt,0.44,60 -63590,sell_contrast_m10_bb_pos,sell,2026-05-07 21:54:00,381.0,4.2836,1,leg_gt,0.45,60 -63591,sell_contrast_m10_bb_pos,sell,2026-05-07 21:57:00,381.0,4.2836,1,leg_gt,0.45,60 -63592,sell_contrast_m10_bb_pos,sell,2026-05-07 22:00:00,381.0,4.2836,1,leg_gt,0.45,60 -63593,sell_contrast_m10_bb_pos,sell,2026-05-07 22:03:00,381.0,4.2836,1,leg_gt,0.45,60 -63594,sell_contrast_m10_bb_pos,sell,2026-05-07 22:06:00,381.0,4.2836,1,leg_gt,0.45,60 -63595,sell_contrast_m10_bb_pos,sell,2026-05-07 22:09:00,381.0,4.2836,1,leg_gt,0.46,60 -63596,sell_contrast_m10_bb_pos,sell,2026-05-08 03:30:00,374.0,1.5304,1,leg_gt,0.13,60 -63597,sell_contrast_m10_bb_pos,sell,2026-05-08 03:33:00,376.0,2.0739,1,leg_gt,0.13,60 -63598,sell_contrast_m10_bb_pos,sell,2026-05-08 03:36:00,375.0,1.8022,1,leg_gt,0.13,60 -63599,sell_contrast_m10_bb_pos,sell,2026-05-08 03:39:00,375.0,1.8022,1,leg_gt,0.13,60 -63600,sell_contrast_m10_bb_pos,sell,2026-05-08 08:51:00,372.0,0.987,1,leg_gt,0.35,60 -63601,sell_contrast_m10_bb_pos,sell,2026-05-08 08:54:00,372.0,0.987,1,leg_gt,0.35,60 -63602,sell_contrast_m10_bb_pos,sell,2026-05-08 08:57:00,372.0,0.987,1,leg_gt,0.35,60 -63603,sell_contrast_m10_bb_pos,sell,2026-05-08 09:00:00,372.0,0.987,1,leg_gt,0.36,60 -63604,sell_contrast_m10_bb_pos,sell,2026-05-08 09:03:00,372.0,0.987,1,leg_gt,0.36,60 -63605,sell_contrast_m10_bb_pos,sell,2026-05-08 09:06:00,373.0,1.2587,1,leg_gt,0.36,60 -63606,sell_contrast_m10_bb_pos,sell,2026-05-08 09:09:00,373.0,1.2587,1,leg_gt,0.36,60 -63607,sell_contrast_m10_bb_pos,sell,2026-05-08 09:30:00,373.0,1.2587,1,leg_gt,0.38,60 -63608,sell_contrast_m10_bb_pos,sell,2026-05-08 09:33:00,373.0,1.2587,1,leg_gt,0.38,60 -63609,sell_contrast_m10_bb_pos,sell,2026-05-08 09:36:00,373.0,1.2587,1,leg_gt,0.38,60 -63610,sell_contrast_m10_bb_pos,sell,2026-05-08 09:39:00,373.0,1.2587,1,leg_gt,0.38,60 -63611,sell_contrast_m10_bb_pos,sell,2026-05-08 10:51:00,375.0,1.8022,1,leg_gt,0.43,60 -63612,sell_contrast_m10_bb_pos,sell,2026-05-08 10:54:00,375.0,1.8022,1,leg_gt,0.44,60 -63613,sell_contrast_m10_bb_pos,sell,2026-05-08 10:57:00,375.0,1.8022,1,leg_gt,0.44,60 -63614,sell_contrast_m10_bb_pos,sell,2026-05-08 13:21:00,376.0,2.0739,1,leg_gt,0.54,60 -63615,sell_contrast_m10_bb_pos,sell,2026-05-08 13:24:00,377.0,2.3457,1,leg_gt,0.54,60 -63616,sell_contrast_m10_bb_pos,sell,2026-05-08 13:27:00,377.0,2.3457,1,leg_gt,0.54,60 -63617,sell_contrast_m10_bb_pos,sell,2026-05-08 13:42:00,376.0,2.0739,1,leg_gt,0.55,60 -63618,sell_contrast_m10_bb_pos,sell,2026-05-08 13:45:00,376.0,2.0739,1,leg_gt,0.55,60 -63619,sell_contrast_m10_bb_pos,sell,2026-05-08 13:48:00,376.0,2.0739,1,leg_gt,0.56,60 -63620,sell_contrast_m10_bb_pos,sell,2026-05-08 13:51:00,377.0,2.3457,1,leg_gt,0.56,60 -63621,sell_contrast_m10_bb_pos,sell,2026-05-08 13:54:00,377.0,2.3457,1,leg_gt,0.56,60 -63622,sell_contrast_m10_bb_pos,sell,2026-05-08 13:57:00,377.0,2.3457,1,leg_gt,0.56,60 -63623,sell_contrast_m10_bb_pos,sell,2026-05-08 14:12:00,378.0,2.6174,1,leg_gt,0.57,60 -63624,sell_contrast_m10_bb_pos,sell,2026-05-08 14:15:00,378.0,2.6174,1,leg_gt,0.57,60 -63625,sell_contrast_m10_bb_pos,sell,2026-05-08 14:18:00,378.0,2.6174,1,leg_gt,0.58,60 -63626,sell_contrast_m10_bb_pos,sell,2026-05-08 14:21:00,378.0,2.6174,1,leg_gt,0.58,60 -63627,sell_contrast_m10_bb_pos,sell,2026-05-08 14:24:00,378.0,2.6174,1,leg_gt,0.58,60 -63628,sell_contrast_m10_bb_pos,sell,2026-05-08 14:27:00,378.0,2.6174,1,leg_gt,0.58,60 -63629,sell_contrast_m10_bb_pos,sell,2026-05-08 15:42:00,379.0,2.8891,1,leg_gt,0.64,60 -63630,sell_contrast_m10_bb_pos,sell,2026-05-08 15:45:00,380.0,3.1609,1,leg_gt,0.64,60 -63631,sell_contrast_m10_bb_pos,sell,2026-05-08 15:48:00,379.0,2.8891,1,leg_gt,0.64,60 -63632,sell_contrast_m10_bb_pos,sell,2026-05-08 17:30:00,383.0,3.9761,1,leg_gt,0.71,60 -63633,sell_contrast_m10_bb_pos,sell,2026-05-08 17:33:00,382.0,3.7043,1,leg_gt,0.71,60 -63634,sell_contrast_m10_bb_pos,sell,2026-05-08 17:36:00,383.0,3.9761,1,leg_gt,0.71,60 -63635,sell_contrast_m10_bb_pos,sell,2026-05-08 17:39:00,383.0,3.9761,1,leg_gt,0.72,60 -63636,sell_contrast_m10_bb_pos,sell,2026-05-08 20:30:00,383.0,3.9761,1,leg_gt,0.84,60 -63637,sell_contrast_m10_bb_pos,sell,2026-05-08 20:33:00,382.0,3.7043,1,leg_gt,0.84,60 -63638,sell_contrast_m10_bb_pos,sell,2026-05-08 20:36:00,382.0,3.7043,1,leg_gt,0.84,60 -63639,sell_contrast_m10_bb_pos,sell,2026-05-08 20:39:00,382.0,3.7043,1,leg_gt,0.84,60 -63640,sell_contrast_m10_bb_pos,sell,2026-05-08 20:42:00,383.0,3.9761,1,leg_gt,0.84,60 -63641,sell_contrast_m10_bb_pos,sell,2026-05-08 20:45:00,382.0,3.7043,1,leg_gt,0.85,60 -63642,sell_contrast_m10_bb_pos,sell,2026-05-08 20:48:00,382.0,3.7043,1,leg_gt,0.85,60 -63643,sell_contrast_m10_bb_pos,sell,2026-05-08 21:00:00,383.0,3.9761,1,leg_gt,0.86,60 -63644,sell_contrast_m10_bb_pos,sell,2026-05-08 21:03:00,383.0,3.9761,1,leg_gt,0.86,60 -63645,sell_contrast_m10_bb_pos,sell,2026-05-08 21:06:00,383.0,3.9761,1,leg_gt,0.86,60 -63646,sell_contrast_m10_bb_pos,sell,2026-05-08 21:09:00,383.0,3.9761,1,leg_gt,0.86,60 -63647,sell_contrast_m10_bb_pos,sell,2026-05-08 21:12:00,382.0,3.7043,1,leg_gt,0.86,60 -63648,sell_contrast_m10_bb_pos,sell,2026-05-08 21:15:00,382.0,3.7043,1,leg_gt,0.87,60 -63649,sell_contrast_m10_bb_pos,sell,2026-05-08 21:18:00,381.0,3.4326,1,leg_gt,0.87,60 -63650,sell_contrast_m10_bb_pos,sell,2026-05-08 23:42:00,385.0,4.5196,1,leg_gt,0.97,60 -63651,sell_contrast_m10_bb_pos,sell,2026-05-08 23:45:00,385.0,4.5196,1,leg_gt,0.97,60 -63652,sell_contrast_m10_bb_pos,sell,2026-05-08 23:48:00,385.0,4.5196,1,leg_gt,0.97,60 -63653,sell_contrast_m10_bb_pos,sell,2026-05-08 23:51:00,386.0,4.7913,1,leg_gt,0.98,60 -63654,sell_contrast_m10_bb_pos,sell,2026-05-08 23:54:00,385.0,4.5196,1,leg_gt,0.98,60 -63655,sell_contrast_m10_bb_pos,sell,2026-05-08 23:57:00,385.0,4.5196,1,leg_gt,0.98,60 -63656,sell_contrast_m10_bb_pos,sell,2026-05-09 00:00:00,385.0,4.5196,1,leg_gt,0.98,60 -63657,sell_contrast_m10_bb_pos,sell,2026-05-09 00:03:00,386.0,4.7913,1,leg_gt,0.98,60 -63658,sell_contrast_m10_bb_pos,sell,2026-05-09 00:06:00,386.0,4.7913,1,leg_gt,0.99,60 -63659,sell_contrast_m10_bb_pos,sell,2026-05-09 00:09:00,387.0,5.063,1,leg_gt,0.99,60 -63660,sell_contrast_m10_bb_pos,sell,2026-05-09 00:21:00,385.0,4.5196,1,leg_gt,1.0,60 -63661,sell_contrast_m10_bb_pos,sell,2026-05-09 00:24:00,385.0,4.5196,1,leg_gt,1.0,60 -63662,sell_contrast_m10_bb_pos,sell,2026-05-09 00:27:00,384.0,4.2478,1,leg_gt,1.0,60 -63663,sell_contrast_m10_bb_pos,sell,2026-05-09 00:30:00,387.0,5.063,1,leg_gt,1.0,60 -63664,sell_contrast_m10_bb_pos,sell,2026-05-09 00:33:00,388.0,5.3348,1,leg_gt,1.0,60 -63665,sell_contrast_m10_bb_pos,sell,2026-05-09 00:36:00,387.0,5.063,1,leg_gt,1.01,60 -63666,sell_contrast_m10_bb_pos,sell,2026-05-09 00:39:00,388.0,5.3348,1,leg_gt,1.01,60 -63667,sell_contrast_m10_bb_pos,sell,2026-05-09 02:51:00,396.0,7.5087,1,leg_gt,1.1,60 -63668,sell_contrast_m10_bb_pos,sell,2026-05-09 02:54:00,395.0,7.237,1,leg_gt,1.1,60 -63669,sell_contrast_m10_bb_pos,sell,2026-05-09 02:57:00,396.0,7.5087,1,leg_gt,1.1,60 -63670,sell_contrast_m10_bb_pos,sell,2026-05-09 03:21:00,400.0,8.5957,1,leg_gt,1.12,60 -63671,sell_contrast_m10_bb_pos,sell,2026-05-09 03:24:00,400.0,8.5957,1,leg_gt,1.12,60 -63672,sell_contrast_m10_bb_pos,sell,2026-05-09 03:27:00,401.0,8.8674,1,leg_gt,1.12,60 -63673,sell_contrast_m10_bb_pos,sell,2026-05-09 03:30:00,401.0,8.8674,1,leg_gt,1.13,60 -63674,sell_contrast_m10_bb_pos,sell,2026-05-09 03:33:00,403.0,9.4109,1,leg_gt,1.13,60 -63675,sell_contrast_m10_bb_pos,sell,2026-05-09 03:36:00,402.0,9.1391,1,leg_gt,1.13,60 -63676,sell_contrast_m10_bb_pos,sell,2026-05-09 03:39:00,403.0,9.4109,1,leg_gt,1.13,60 -63677,sell_contrast_m10_bb_pos,sell,2026-05-09 03:51:00,403.0,9.4109,1,leg_gt,1.14,60 -63678,sell_contrast_m10_bb_pos,sell,2026-05-09 03:54:00,402.0,9.1391,1,leg_gt,1.14,60 -63679,sell_contrast_m10_bb_pos,sell,2026-05-09 03:57:00,401.0,8.8674,1,leg_gt,1.15,60 -63680,sell_contrast_m10_bb_pos,sell,2026-05-09 04:12:00,405.0,9.9543,1,leg_gt,1.16,60 -63681,sell_contrast_m10_bb_pos,sell,2026-05-09 04:15:00,406.0,10.2261,1,leg_gt,1.16,60 -63682,sell_contrast_m10_bb_pos,sell,2026-05-09 04:18:00,405.0,9.9543,1,leg_gt,1.16,60 -63683,sell_contrast_m10_bb_pos,sell,2026-05-09 04:21:00,404.0,9.6826,1,leg_gt,1.16,60 -63684,sell_contrast_m10_bb_pos,sell,2026-05-09 04:24:00,404.0,9.6826,1,leg_gt,1.16,60 -63685,sell_contrast_m10_bb_pos,sell,2026-05-09 04:27:00,408.0,10.7696,1,leg_gt,1.17,60 -63686,sell_contrast_m10_bb_pos,sell,2026-05-09 04:42:00,405.0,9.9543,1,leg_gt,1.18,60 -63687,sell_contrast_m10_bb_pos,sell,2026-05-09 04:45:00,403.0,9.4109,1,leg_gt,1.18,60 -63688,sell_contrast_m10_bb_pos,sell,2026-05-09 04:48:00,404.0,9.6826,1,leg_gt,1.18,60 -63689,sell_contrast_m10_bb_pos,sell,2026-05-09 10:42:00,406.0,10.2261,1,leg_gt,1.43,60 -63690,sell_contrast_m10_bb_pos,sell,2026-05-09 10:45:00,405.0,9.9543,1,leg_gt,1.43,60 -63691,sell_contrast_m10_bb_pos,sell,2026-05-09 10:48:00,406.0,10.2261,1,leg_gt,1.43,60 -63692,sell_contrast_m10_bb_pos,sell,2026-05-09 10:51:00,407.0,10.4978,1,leg_gt,1.43,60 -63693,sell_contrast_m10_bb_pos,sell,2026-05-09 10:54:00,407.0,10.4978,1,leg_gt,1.44,60 -63694,sell_contrast_m10_bb_pos,sell,2026-05-09 10:57:00,407.0,10.4978,1,leg_gt,1.44,60 -63695,sell_contrast_m10_bb_pos,sell,2026-05-09 12:21:00,408.0,10.7696,1,leg_gt,1.5,60 -63696,sell_contrast_m10_bb_pos,sell,2026-05-09 12:24:00,406.0,10.2261,1,leg_gt,1.5,60 -63697,sell_contrast_m10_bb_pos,sell,2026-05-09 12:27:00,406.0,10.2261,1,leg_gt,1.5,60 -63698,sell_contrast_m10_bb_pos,sell,2026-05-09 13:00:00,407.0,10.4978,1,leg_gt,1.52,60 -63699,sell_contrast_m10_bb_pos,sell,2026-05-09 13:03:00,405.0,9.9543,1,leg_gt,1.52,60 -63700,sell_contrast_m10_bb_pos,sell,2026-05-09 13:06:00,407.0,10.4978,1,leg_gt,1.53,60 -63701,sell_contrast_m10_bb_pos,sell,2026-05-09 13:09:00,407.0,10.4978,1,leg_gt,1.53,60 -63702,sell_contrast_m10_bb_pos,sell,2026-05-09 13:12:00,406.0,10.2261,1,leg_gt,1.53,60 -63703,sell_contrast_m10_bb_pos,sell,2026-05-09 13:15:00,406.0,10.2261,1,leg_gt,1.53,60 -63704,sell_contrast_m10_bb_pos,sell,2026-05-09 13:18:00,405.0,9.9543,1,leg_gt,1.54,60 -63705,sell_contrast_m10_bb_pos,sell,2026-05-09 20:42:00,401.0,8.8674,1,leg_gt,1.84,60 -63706,sell_contrast_m10_bb_pos,sell,2026-05-09 20:45:00,402.0,9.1391,1,leg_gt,1.85,60 -63707,sell_contrast_m10_bb_pos,sell,2026-05-09 20:48:00,402.0,9.1391,1,leg_gt,1.85,60 -63708,sell_contrast_m10_bb_pos,sell,2026-05-09 20:51:00,402.0,9.1391,1,leg_gt,1.85,60 -63709,sell_contrast_m10_bb_pos,sell,2026-05-09 20:54:00,402.0,9.1391,1,leg_gt,1.85,60 -63710,sell_contrast_m10_bb_pos,sell,2026-05-09 20:57:00,401.0,8.8674,1,leg_gt,1.85,60 -63711,sell_contrast_m10_bb_pos,sell,2026-05-09 21:30:00,403.0,9.4109,1,leg_gt,1.88,60 -63712,sell_contrast_m10_bb_pos,sell,2026-05-09 21:33:00,402.0,9.1391,1,leg_gt,1.88,60 -63713,sell_contrast_m10_bb_pos,sell,2026-05-09 21:36:00,401.0,8.8674,1,leg_gt,1.88,60 -63714,sell_contrast_m10_bb_pos,sell,2026-05-09 21:39:00,400.0,8.5957,1,leg_gt,1.88,60 -63715,sell_contrast_m10_bb_pos,sell,2026-05-09 22:21:00,401.0,8.8674,1,leg_gt,1.91,60 -63716,sell_contrast_m10_bb_pos,sell,2026-05-09 22:24:00,401.0,8.8674,1,leg_gt,1.91,60 -63717,sell_contrast_m10_bb_pos,sell,2026-05-09 22:27:00,403.0,9.4109,1,leg_gt,1.92,60 -63718,sell_contrast_m10_bb_pos,sell,2026-05-10 02:45:00,401.0,8.8674,1,leg_gt,2.1,60 -63719,sell_contrast_m10_bb_pos,sell,2026-05-10 02:48:00,402.0,9.1391,1,leg_gt,2.1,60 -63720,sell_contrast_m10_bb_pos,sell,2026-05-10 02:51:00,401.0,8.8674,1,leg_gt,2.1,60 -63721,sell_contrast_m10_bb_pos,sell,2026-05-10 02:54:00,401.0,8.8674,1,leg_gt,2.1,60 -63722,sell_contrast_m10_bb_pos,sell,2026-05-10 02:57:00,400.0,8.5957,1,leg_gt,2.1,60 -63723,sell_contrast_m10_bb_pos,sell,2026-05-10 03:00:00,402.0,9.1391,1,leg_gt,2.11,60 -63724,sell_contrast_m10_bb_pos,sell,2026-05-10 03:03:00,402.0,9.1391,1,leg_gt,2.11,60 -63725,sell_contrast_m10_bb_pos,sell,2026-05-10 03:06:00,402.0,9.1391,1,leg_gt,2.11,60 -63726,sell_contrast_m10_bb_pos,sell,2026-05-10 03:09:00,402.0,9.1391,1,leg_gt,2.11,60 -63727,sell_contrast_m10_bb_pos,sell,2026-05-10 03:12:00,402.0,9.1391,1,leg_gt,2.11,60 -63728,sell_contrast_m10_bb_pos,sell,2026-05-10 03:15:00,401.0,8.8674,1,leg_gt,2.12,60 -63729,sell_contrast_m10_bb_pos,sell,2026-05-10 03:18:00,402.0,9.1391,1,leg_gt,2.12,60 -63730,sell_contrast_m10_bb_pos,sell,2026-05-10 03:30:00,403.0,9.4109,1,leg_gt,2.13,60 -63731,sell_contrast_m10_bb_pos,sell,2026-05-10 03:33:00,403.0,9.4109,1,leg_gt,2.13,60 -63732,sell_contrast_m10_bb_pos,sell,2026-05-10 03:36:00,402.0,9.1391,1,leg_gt,2.13,60 -63733,sell_contrast_m10_bb_pos,sell,2026-05-10 03:39:00,402.0,9.1391,1,leg_gt,2.13,60 -63734,sell_contrast_m10_bb_pos,sell,2026-05-10 16:12:00,396.0,1.1788,1,leg_gt,0.24,60 -63735,sell_contrast_m10_bb_pos,sell,2026-05-10 16:15:00,396.0,1.1788,1,leg_gt,0.24,60 -63736,sell_contrast_m10_bb_pos,sell,2026-05-10 16:18:00,396.0,1.1788,1,leg_gt,0.24,60 -63737,sell_contrast_m10_bb_pos,sell,2026-05-10 16:21:00,397.0,1.4345,1,leg_gt,0.25,60 -63738,sell_contrast_m10_bb_pos,sell,2026-05-10 16:24:00,398.0,1.6903,1,leg_gt,0.25,60 -63739,sell_contrast_m10_bb_pos,sell,2026-05-10 16:27:00,398.0,1.6903,1,leg_gt,0.25,60 -63740,sell_contrast_m10_bb_pos,sell,2026-05-10 17:42:00,401.0,2.4575,1,leg_gt,0.3,60 -63741,sell_contrast_m10_bb_pos,sell,2026-05-10 17:45:00,401.0,2.4575,1,leg_gt,0.3,60 -63742,sell_contrast_m10_bb_pos,sell,2026-05-10 17:48:00,401.0,2.4575,1,leg_gt,0.31,60 -63743,sell_contrast_m10_bb_pos,sell,2026-05-10 17:51:00,401.0,2.4575,1,leg_gt,0.31,60 -63744,sell_contrast_m10_bb_pos,sell,2026-05-10 17:54:00,401.0,2.4575,1,leg_gt,0.31,60 -63745,sell_contrast_m10_bb_pos,sell,2026-05-10 17:57:00,401.0,2.4575,1,leg_gt,0.31,60 -63746,sell_contrast_m10_bb_pos,sell,2026-05-10 18:00:00,401.0,2.4575,1,leg_gt,0.31,60 -63747,sell_contrast_m10_bb_pos,sell,2026-05-10 18:03:00,402.0,2.7133,1,leg_gt,0.32,60 -63748,sell_contrast_m10_bb_pos,sell,2026-05-10 18:06:00,402.0,2.7133,1,leg_gt,0.32,60 -63749,sell_contrast_m10_bb_pos,sell,2026-05-10 18:09:00,402.0,2.7133,1,leg_gt,0.32,60 -63750,sell_contrast_m10_bb_pos,sell,2026-05-10 18:12:00,401.0,2.4575,1,leg_gt,0.32,60 -63751,sell_contrast_m10_bb_pos,sell,2026-05-10 18:15:00,402.0,2.7133,1,leg_gt,0.32,60 -63752,sell_contrast_m10_bb_pos,sell,2026-05-10 18:18:00,402.0,2.7133,1,leg_gt,0.33,60 -63753,sell_contrast_m10_bb_pos,sell,2026-05-10 18:21:00,401.0,2.4575,1,leg_gt,0.33,60 -63754,sell_contrast_m10_bb_pos,sell,2026-05-10 18:24:00,401.0,2.4575,1,leg_gt,0.33,60 -63755,sell_contrast_m10_bb_pos,sell,2026-05-10 18:27:00,402.0,2.7133,1,leg_gt,0.33,60 -63756,sell_contrast_m10_bb_pos,sell,2026-05-10 19:51:00,402.0,2.7133,1,leg_gt,0.39,60 -63757,sell_contrast_m10_bb_pos,sell,2026-05-10 19:54:00,404.0,3.2248,1,leg_gt,0.39,60 -63758,sell_contrast_m10_bb_pos,sell,2026-05-10 19:57:00,402.0,2.7133,1,leg_gt,0.4,60 -63759,sell_contrast_m10_bb_pos,sell,2026-05-10 23:12:00,402.0,2.7133,1,leg_gt,0.53,60 -63760,sell_contrast_m10_bb_pos,sell,2026-05-10 23:15:00,401.0,2.4575,1,leg_gt,0.53,60 -63761,sell_contrast_m10_bb_pos,sell,2026-05-10 23:18:00,400.0,2.2018,1,leg_gt,0.54,60 -63762,sell_contrast_m10_bb_pos,sell,2026-05-11 04:42:00,422.0,7.8284,1,leg_gt,0.76,60 -63763,sell_contrast_m10_bb_pos,sell,2026-05-11 04:45:00,422.0,7.8284,1,leg_gt,0.76,60 -63764,sell_contrast_m10_bb_pos,sell,2026-05-11 04:48:00,423.0,8.0841,1,leg_gt,0.76,60 -63765,sell_contrast_m10_bb_pos,sell,2026-05-11 04:51:00,422.0,7.8284,1,leg_gt,0.77,60 -63766,sell_contrast_m10_bb_pos,sell,2026-05-11 04:54:00,420.0,7.3169,1,leg_gt,0.77,60 -63767,sell_contrast_m10_bb_pos,sell,2026-05-11 04:57:00,421.0,7.5726,1,leg_gt,0.77,60 -63768,sell_contrast_m10_bb_pos,sell,2026-05-11 05:00:00,422.0,7.8284,1,leg_gt,0.77,60 -63769,sell_contrast_m10_bb_pos,sell,2026-05-11 05:03:00,422.0,7.8284,1,leg_gt,0.78,60 -63770,sell_contrast_m10_bb_pos,sell,2026-05-11 05:06:00,422.0,7.8284,1,leg_gt,0.78,60 -63771,sell_contrast_m10_bb_pos,sell,2026-05-11 05:09:00,424.0,8.3399,1,leg_gt,0.78,60 -63772,sell_contrast_m10_bb_pos,sell,2026-05-11 05:12:00,424.0,8.3399,1,leg_gt,0.78,60 -63773,sell_contrast_m10_bb_pos,sell,2026-05-11 05:15:00,419.0,7.0611,1,leg_gt,0.78,60 -63774,sell_contrast_m10_bb_pos,sell,2026-05-11 05:18:00,416.0,6.2939,1,leg_gt,0.79,60 -63775,sell_contrast_m10_bb_pos,sell,2026-05-11 14:51:00,417.0,3.6313,1,leg_gt,0.09,60 -63776,sell_contrast_m10_bb_pos,sell,2026-05-11 14:54:00,415.0,3.1338,1,leg_gt,0.1,60 -63777,sell_contrast_m10_bb_pos,sell,2026-05-11 14:57:00,416.0,3.3826,1,leg_gt,0.1,60 -63778,sell_contrast_m10_bb_pos,sell,2026-05-11 15:12:00,418.0,3.8801,1,leg_gt,0.11,60 -63779,sell_contrast_m10_bb_pos,sell,2026-05-11 15:15:00,416.0,3.3826,1,leg_gt,0.11,60 -63780,sell_contrast_m10_bb_pos,sell,2026-05-11 15:18:00,417.0,3.6313,1,leg_gt,0.11,60 -63781,sell_contrast_m10_bb_pos,sell,2026-05-11 19:30:00,415.0,3.1338,1,leg_gt,0.29,60 -63782,sell_contrast_m10_bb_pos,sell,2026-05-11 19:33:00,415.0,3.1338,1,leg_gt,0.29,60 -63783,sell_contrast_m10_bb_pos,sell,2026-05-11 19:36:00,413.0,2.6363,1,leg_gt,0.29,60 -63784,sell_contrast_m10_bb_pos,sell,2026-05-11 19:39:00,413.0,2.6363,1,leg_gt,0.29,60 -63785,sell_contrast_m10_bb_pos,sell,2026-05-11 20:42:00,417.0,3.6313,1,leg_gt,0.34,60 -63786,sell_contrast_m10_bb_pos,sell,2026-05-11 20:45:00,415.0,3.1338,1,leg_gt,0.34,60 -63787,sell_contrast_m10_bb_pos,sell,2026-05-11 20:48:00,415.0,3.1338,1,leg_gt,0.34,60 -63788,sell_contrast_m10_bb_pos,sell,2026-05-11 21:00:00,416.0,3.3826,1,leg_gt,0.35,60 -63789,sell_contrast_m10_bb_pos,sell,2026-05-11 21:03:00,416.0,3.3826,1,leg_gt,0.35,60 -63790,sell_contrast_m10_bb_pos,sell,2026-05-11 21:06:00,413.0,2.6363,1,leg_gt,0.35,60 -63791,sell_contrast_m10_bb_pos,sell,2026-05-11 21:09:00,413.0,2.6363,1,leg_gt,0.36,60 -63792,sell_contrast_m10_bb_pos,sell,2026-05-12 00:51:00,416.0,3.3826,1,leg_gt,0.51,60 -63793,sell_contrast_m10_bb_pos,sell,2026-05-12 00:54:00,416.0,3.3826,1,leg_gt,0.51,60 -63794,sell_contrast_m10_bb_pos,sell,2026-05-12 00:57:00,415.0,3.1338,1,leg_gt,0.51,60 -63795,sell_contrast_m10_bb_pos,sell,2026-05-12 01:00:00,416.0,3.3826,1,leg_gt,0.52,60 -63796,sell_contrast_m10_bb_pos,sell,2026-05-12 01:03:00,415.0,3.1338,1,leg_gt,0.52,60 -63797,sell_contrast_m10_bb_pos,sell,2026-05-12 01:06:00,415.0,3.1338,1,leg_gt,0.52,60 -63798,sell_contrast_m10_bb_pos,sell,2026-05-12 01:09:00,417.0,3.6313,1,leg_gt,0.52,60 -63799,sell_contrast_m10_bb_pos,sell,2026-05-12 01:12:00,419.0,4.1289,1,leg_gt,0.52,60 -63800,sell_contrast_m10_bb_pos,sell,2026-05-12 01:15:00,417.0,3.6313,1,leg_gt,0.53,60 -63801,sell_contrast_m10_bb_pos,sell,2026-05-12 01:18:00,416.0,3.3826,1,leg_gt,0.53,60 -63802,sell_contrast_m10_bb_pos,sell,2026-05-12 03:12:00,418.0,3.8801,1,leg_gt,0.61,60 -63803,sell_contrast_m10_bb_pos,sell,2026-05-12 03:15:00,418.0,3.8801,1,leg_gt,0.61,60 -63804,sell_contrast_m10_bb_pos,sell,2026-05-12 03:18:00,415.0,3.1338,1,leg_gt,0.61,60 -63805,sell_contrast_m10_bb_pos,sell,2026-05-12 04:51:00,417.0,3.6313,1,leg_gt,0.68,60 -63806,sell_contrast_m10_bb_pos,sell,2026-05-12 04:54:00,416.0,3.3826,1,leg_gt,0.68,60 -63807,sell_contrast_m10_bb_pos,sell,2026-05-12 04:57:00,416.0,3.3826,1,leg_gt,0.68,60 -63808,sell_contrast_m10_bb_pos,sell,2026-05-12 10:00:00,415.0,3.1338,1,leg_gt,0.89,60 -63809,sell_contrast_m10_bb_pos,sell,2026-05-12 10:03:00,415.0,3.1338,1,leg_gt,0.89,60 -63810,sell_contrast_m10_bb_pos,sell,2026-05-12 10:06:00,413.0,2.6363,1,leg_gt,0.9,60 -63811,sell_contrast_m10_bb_pos,sell,2026-05-12 10:09:00,413.0,2.6363,1,leg_gt,0.9,60 -63812,sell_contrast_m10_bb_pos,sell,2026-05-12 14:12:00,411.0,2.1388,1,leg_gt,1.07,60 -63813,sell_contrast_m10_bb_pos,sell,2026-05-12 14:15:00,410.0,1.89,1,leg_gt,1.07,60 -63814,sell_contrast_m10_bb_pos,sell,2026-05-12 14:18:00,409.0,1.6413,1,leg_gt,1.07,60 -63815,sell_contrast_m10_bb_pos,sell,2026-05-12 15:00:00,412.0,2.3876,1,leg_gt,1.1,60 -63816,sell_contrast_m10_bb_pos,sell,2026-05-12 15:03:00,412.0,2.3876,1,leg_gt,1.1,60 -63817,sell_contrast_m10_bb_pos,sell,2026-05-12 15:06:00,411.0,2.1388,1,leg_gt,1.1,60 -63818,sell_contrast_m10_bb_pos,sell,2026-05-12 15:09:00,412.0,2.3876,1,leg_gt,1.11,60 -63819,sell_contrast_m10_bb_pos,sell,2026-05-12 15:12:00,412.0,2.3876,1,leg_gt,1.11,60 -63820,sell_contrast_m10_bb_pos,sell,2026-05-12 15:15:00,412.0,2.3876,1,leg_gt,1.11,60 -63821,sell_contrast_m10_bb_pos,sell,2026-05-12 15:18:00,413.0,2.6363,1,leg_gt,1.11,60 -63822,sell_contrast_m10_bb_pos,sell,2026-05-12 15:21:00,413.0,2.6363,1,leg_gt,1.11,60 -63823,sell_contrast_m10_bb_pos,sell,2026-05-12 15:24:00,413.0,2.6363,1,leg_gt,1.12,60 -63824,sell_contrast_m10_bb_pos,sell,2026-05-12 15:27:00,413.0,2.6363,1,leg_gt,1.12,60 -63825,sell_contrast_m10_bb_pos,sell,2026-05-13 03:42:00,396.0,1.9619,1,leg_gt,0.08,60 -63826,sell_contrast_m10_bb_pos,sell,2026-05-13 03:45:00,396.0,1.9619,1,leg_gt,0.08,60 -63827,sell_contrast_m10_bb_pos,sell,2026-05-13 03:48:00,395.0,1.7041,1,leg_gt,0.08,60 -63828,sell_contrast_m10_bb_pos,sell,2026-05-13 04:42:00,397.0,2.2196,1,leg_gt,0.12,60 -63829,sell_contrast_m10_bb_pos,sell,2026-05-13 04:45:00,397.0,2.2196,1,leg_gt,0.12,60 -63830,sell_contrast_m10_bb_pos,sell,2026-05-13 04:48:00,397.0,2.2196,1,leg_gt,0.12,60 -63831,sell_contrast_m10_bb_pos,sell,2026-05-13 04:51:00,398.0,2.4773,1,leg_gt,0.13,60 -63832,sell_contrast_m10_bb_pos,sell,2026-05-13 04:54:00,398.0,2.4773,1,leg_gt,0.13,60 -63833,sell_contrast_m10_bb_pos,sell,2026-05-13 04:57:00,397.0,2.2196,1,leg_gt,0.13,60 -63834,sell_contrast_m10_bb_pos,sell,2026-05-13 05:30:00,398.0,2.4773,1,leg_gt,0.15,60 -63835,sell_contrast_m10_bb_pos,sell,2026-05-13 05:33:00,398.0,2.4773,1,leg_gt,0.16,60 -63836,sell_contrast_m10_bb_pos,sell,2026-05-13 05:36:00,398.0,2.4773,1,leg_gt,0.16,60 -63837,sell_contrast_m10_bb_pos,sell,2026-05-13 05:39:00,398.0,2.4773,1,leg_gt,0.16,60 -63838,sell_contrast_m10_bb_pos,sell,2026-05-13 05:42:00,398.0,2.4773,1,leg_gt,0.16,60 -63839,sell_contrast_m10_bb_pos,sell,2026-05-13 05:45:00,399.0,2.7351,1,leg_gt,0.16,60 -63840,sell_contrast_m10_bb_pos,sell,2026-05-13 05:48:00,399.0,2.7351,1,leg_gt,0.17,60 -63841,sell_contrast_m10_bb_pos,sell,2026-05-13 05:51:00,399.0,2.7351,1,leg_gt,0.17,60 -63842,sell_contrast_m10_bb_pos,sell,2026-05-13 05:54:00,399.0,2.7351,1,leg_gt,0.17,60 -63843,sell_contrast_m10_bb_pos,sell,2026-05-13 05:57:00,399.0,2.7351,1,leg_gt,0.17,60 -63844,sell_contrast_m10_bb_pos,sell,2026-05-13 06:00:00,400.0,2.9928,1,leg_gt,0.18,60 -63845,sell_contrast_m10_bb_pos,sell,2026-05-13 06:03:00,400.0,2.9928,1,leg_gt,0.18,60 -63846,sell_contrast_m10_bb_pos,sell,2026-05-13 06:06:00,400.0,2.9928,1,leg_gt,0.18,60 -63847,sell_contrast_m10_bb_pos,sell,2026-05-13 06:09:00,399.0,2.7351,1,leg_gt,0.18,60 -63848,sell_contrast_m10_bb_pos,sell,2026-05-13 06:12:00,400.0,2.9928,1,leg_gt,0.18,60 -63849,sell_contrast_m10_bb_pos,sell,2026-05-13 06:15:00,400.0,2.9928,1,leg_gt,0.19,60 -63850,sell_contrast_m10_bb_pos,sell,2026-05-13 06:18:00,400.0,2.9928,1,leg_gt,0.19,60 -63851,sell_contrast_m10_bb_pos,sell,2026-05-13 06:30:00,400.0,2.9928,1,leg_gt,0.2,60 -63852,sell_contrast_m10_bb_pos,sell,2026-05-13 06:33:00,400.0,2.9928,1,leg_gt,0.2,60 -63853,sell_contrast_m10_bb_pos,sell,2026-05-13 06:36:00,400.0,2.9928,1,leg_gt,0.2,60 -63854,sell_contrast_m10_bb_pos,sell,2026-05-13 06:39:00,400.0,2.9928,1,leg_gt,0.2,60 -63855,sell_contrast_m10_bb_pos,sell,2026-05-13 06:42:00,400.0,2.9928,1,leg_gt,0.2,60 -63856,sell_contrast_m10_bb_pos,sell,2026-05-13 06:45:00,400.0,2.9928,1,leg_gt,0.21,60 -63857,sell_contrast_m10_bb_pos,sell,2026-05-13 06:48:00,400.0,2.9928,1,leg_gt,0.21,60 -63858,sell_contrast_m10_bb_pos,sell,2026-05-13 07:21:00,401.0,3.2505,1,leg_gt,0.23,60 -63859,sell_contrast_m10_bb_pos,sell,2026-05-13 07:24:00,400.0,2.9928,1,leg_gt,0.23,60 -63860,sell_contrast_m10_bb_pos,sell,2026-05-13 07:27:00,399.0,2.7351,1,leg_gt,0.24,60 -63861,sell_contrast_m10_bb_pos,sell,2026-05-13 11:00:00,405.0,4.2814,1,leg_gt,0.38,60 -63862,sell_contrast_m10_bb_pos,sell,2026-05-13 11:03:00,404.0,4.0237,1,leg_gt,0.39,60 -63863,sell_contrast_m10_bb_pos,sell,2026-05-13 11:06:00,404.0,4.0237,1,leg_gt,0.39,60 -63864,sell_contrast_m10_bb_pos,sell,2026-05-13 11:09:00,405.0,4.2814,1,leg_gt,0.39,60 -63865,sell_contrast_m10_bb_pos,sell,2026-05-13 11:12:00,406.0,4.5392,1,leg_gt,0.39,60 -63866,sell_contrast_m10_bb_pos,sell,2026-05-13 11:15:00,406.0,4.5392,1,leg_gt,0.39,60 -63867,sell_contrast_m10_bb_pos,sell,2026-05-13 11:18:00,407.0,4.7969,1,leg_gt,0.4,60 -63868,sell_contrast_m10_bb_pos,sell,2026-05-13 11:21:00,407.0,4.7969,1,leg_gt,0.4,60 -63869,sell_contrast_m10_bb_pos,sell,2026-05-13 11:24:00,408.0,5.0546,1,leg_gt,0.4,60 -63870,sell_contrast_m10_bb_pos,sell,2026-05-13 11:27:00,409.0,5.3124,1,leg_gt,0.4,60 -63871,sell_contrast_m10_bb_pos,sell,2026-05-13 11:30:00,408.0,5.0546,1,leg_gt,0.4,60 -63872,sell_contrast_m10_bb_pos,sell,2026-05-13 11:33:00,408.0,5.0546,1,leg_gt,0.41,60 -63873,sell_contrast_m10_bb_pos,sell,2026-05-13 11:36:00,409.0,5.3124,1,leg_gt,0.41,60 -63874,sell_contrast_m10_bb_pos,sell,2026-05-13 11:39:00,407.0,4.7969,1,leg_gt,0.41,60 -63875,sell_contrast_m10_bb_pos,sell,2026-05-13 12:42:00,409.0,5.3124,1,leg_gt,0.45,60 -63876,sell_contrast_m10_bb_pos,sell,2026-05-13 12:45:00,411.0,5.8278,1,leg_gt,0.46,60 -63877,sell_contrast_m10_bb_pos,sell,2026-05-13 12:48:00,411.0,5.8278,1,leg_gt,0.46,60 -63878,sell_contrast_m10_bb_pos,sell,2026-05-13 13:00:00,411.0,5.8278,1,leg_gt,0.47,60 -63879,sell_contrast_m10_bb_pos,sell,2026-05-13 13:03:00,411.0,5.8278,1,leg_gt,0.47,60 -63880,sell_contrast_m10_bb_pos,sell,2026-05-13 13:06:00,411.0,5.8278,1,leg_gt,0.47,60 -63881,sell_contrast_m10_bb_pos,sell,2026-05-13 13:09:00,411.0,5.8278,1,leg_gt,0.47,60 -63882,sell_contrast_m10_bb_pos,sell,2026-05-13 13:12:00,410.0,5.5701,1,leg_gt,0.48,60 -63883,sell_contrast_m10_bb_pos,sell,2026-05-13 13:15:00,410.0,5.5701,1,leg_gt,0.48,60 -63884,sell_contrast_m10_bb_pos,sell,2026-05-13 13:18:00,410.0,5.5701,1,leg_gt,0.48,60 -63885,sell_contrast_m10_bb_pos,sell,2026-05-13 13:51:00,411.0,5.8278,1,leg_gt,0.5,60 -63886,sell_contrast_m10_bb_pos,sell,2026-05-13 13:54:00,412.0,6.0856,1,leg_gt,0.5,60 -63887,sell_contrast_m10_bb_pos,sell,2026-05-13 13:57:00,411.0,5.8278,1,leg_gt,0.51,60 -63888,sell_contrast_m10_bb_pos,sell,2026-05-13 17:21:00,411.0,5.8278,1,leg_gt,0.65,60 -63889,sell_contrast_m10_bb_pos,sell,2026-05-13 17:24:00,411.0,5.8278,1,leg_gt,0.65,60 -63890,sell_contrast_m10_bb_pos,sell,2026-05-13 17:27:00,412.0,6.0856,1,leg_gt,0.65,60 -63891,sell_contrast_m10_bb_pos,sell,2026-05-13 18:12:00,417.0,7.3742,1,leg_gt,0.68,60 -63892,sell_contrast_m10_bb_pos,sell,2026-05-13 18:15:00,418.0,7.632,1,leg_gt,0.69,60 -63893,sell_contrast_m10_bb_pos,sell,2026-05-13 18:18:00,418.0,7.632,1,leg_gt,0.69,60 -63894,sell_contrast_m10_bb_pos,sell,2026-05-13 18:30:00,420.0,8.1474,1,leg_gt,0.7,60 -63895,sell_contrast_m10_bb_pos,sell,2026-05-13 18:33:00,421.0,8.4052,1,leg_gt,0.7,60 -63896,sell_contrast_m10_bb_pos,sell,2026-05-13 18:36:00,422.0,8.6629,1,leg_gt,0.7,60 -63897,sell_contrast_m10_bb_pos,sell,2026-05-13 18:39:00,421.0,8.4052,1,leg_gt,0.7,60 -63898,sell_contrast_m10_bb_pos,sell,2026-05-13 18:51:00,423.0,8.9206,1,leg_gt,0.71,60 -63899,sell_contrast_m10_bb_pos,sell,2026-05-13 18:54:00,423.0,8.9206,1,leg_gt,0.71,60 -63900,sell_contrast_m10_bb_pos,sell,2026-05-13 18:57:00,421.0,8.4052,1,leg_gt,0.71,60 -63901,sell_contrast_m10_bb_pos,sell,2026-05-13 19:00:00,421.0,8.4052,1,leg_gt,0.72,60 -63902,sell_contrast_m10_bb_pos,sell,2026-05-13 19:03:00,420.0,8.1474,1,leg_gt,0.72,60 -63903,sell_contrast_m10_bb_pos,sell,2026-05-13 19:06:00,420.0,8.1474,1,leg_gt,0.72,60 -63904,sell_contrast_m10_bb_pos,sell,2026-05-13 19:09:00,417.0,7.3742,1,leg_gt,0.72,60 -63905,sell_contrast_m10_bb_pos,sell,2026-05-14 03:21:00,390.0,0.4155,1,leg_gt,1.06,60 -63906,sell_contrast_m10_bb_pos,sell,2026-05-14 03:24:00,388.0,-0.1,0,leg_gt,1.07,60 -63907,sell_contrast_m10_bb_pos,sell,2026-05-14 03:27:00,389.0,0.1577,1,leg_gt,1.07,60 -63908,sell_contrast_m10_bb_pos,sell,2026-05-14 09:30:00,388.0,-0.1,0,leg_gt,1.32,60 -63909,sell_contrast_m10_bb_pos,sell,2026-05-14 09:33:00,390.0,0.4155,1,leg_gt,1.32,60 -63910,sell_contrast_m10_bb_pos,sell,2026-05-14 09:36:00,390.0,0.4155,1,leg_gt,1.32,60 -63911,sell_contrast_m10_bb_pos,sell,2026-05-14 09:39:00,390.0,0.4155,1,leg_gt,1.33,60 -63912,sell_contrast_m10_bb_pos,sell,2026-05-14 09:51:00,388.0,-0.1,0,leg_gt,1.34,60 -63913,sell_contrast_m10_bb_pos,sell,2026-05-14 09:54:00,388.0,-0.1,0,leg_gt,1.34,60 -63914,sell_contrast_m10_bb_pos,sell,2026-05-14 09:57:00,388.0,-0.1,0,leg_gt,1.34,60 -63915,sell_contrast_m10_bb_pos,sell,2026-05-14 15:21:00,385.0,2.022,1,leg_gt,0.11,60 -63916,sell_contrast_m10_bb_pos,sell,2026-05-14 15:24:00,385.0,2.022,1,leg_gt,0.11,60 -63917,sell_contrast_m10_bb_pos,sell,2026-05-14 15:27:00,385.0,2.022,1,leg_gt,0.11,60 -63918,sell_contrast_m10_bb_pos,sell,2026-05-14 20:00:00,383.0,1.4915,1,leg_gt,0.3,60 -63919,sell_contrast_m10_bb_pos,sell,2026-05-14 20:03:00,382.0,1.2263,1,leg_gt,0.3,60 -63920,sell_contrast_m10_bb_pos,sell,2026-05-14 20:06:00,382.0,1.2263,1,leg_gt,0.3,60 -63921,sell_contrast_m10_bb_pos,sell,2026-05-14 20:09:00,382.0,1.2263,1,leg_gt,0.31,60 -63922,sell_contrast_m10_bb_pos,sell,2026-05-15 00:12:00,388.0,2.8178,1,leg_gt,0.48,60 -63923,sell_contrast_m10_bb_pos,sell,2026-05-15 00:15:00,387.0,2.5525,1,leg_gt,0.48,60 -63924,sell_contrast_m10_bb_pos,sell,2026-05-15 00:18:00,389.0,3.083,1,leg_gt,0.48,60 -63925,sell_contrast_m10_bb_pos,sell,2026-05-15 00:30:00,390.0,3.3483,1,leg_gt,0.49,60 -63926,sell_contrast_m10_bb_pos,sell,2026-05-15 00:33:00,389.0,3.083,1,leg_gt,0.49,60 -63927,sell_contrast_m10_bb_pos,sell,2026-05-15 00:36:00,388.0,2.8178,1,leg_gt,0.49,60 -63928,sell_contrast_m10_bb_pos,sell,2026-05-15 00:39:00,387.0,2.5525,1,leg_gt,0.49,60 -63929,sell_contrast_m10_bb_pos,sell,2026-05-15 00:51:00,391.0,3.6135,1,leg_gt,0.5,60 -63930,sell_contrast_m10_bb_pos,sell,2026-05-15 00:54:00,390.0,3.3483,1,leg_gt,0.5,60 -63931,sell_contrast_m10_bb_pos,sell,2026-05-15 00:57:00,390.0,3.3483,1,leg_gt,0.51,60 -63932,sell_contrast_m10_bb_pos,sell,2026-05-15 01:00:00,390.0,3.3483,1,leg_gt,0.51,60 -63933,sell_contrast_m10_bb_pos,sell,2026-05-15 01:03:00,389.0,3.083,1,leg_gt,0.51,60 -63934,sell_contrast_m10_bb_pos,sell,2026-05-15 01:06:00,391.0,3.6135,1,leg_gt,0.51,60 -63935,sell_contrast_m10_bb_pos,sell,2026-05-15 01:09:00,392.0,3.8788,1,leg_gt,0.51,60 -63936,sell_contrast_m10_bb_pos,sell,2026-05-15 01:12:00,392.0,3.8788,1,leg_gt,0.52,60 -63937,sell_contrast_m10_bb_pos,sell,2026-05-15 01:15:00,393.0,4.144,1,leg_gt,0.52,60 -63938,sell_contrast_m10_bb_pos,sell,2026-05-15 01:18:00,392.0,3.8788,1,leg_gt,0.52,60 -63939,sell_contrast_m10_bb_pos,sell,2026-05-15 02:51:00,393.0,4.144,1,leg_gt,0.59,60 -63940,sell_contrast_m10_bb_pos,sell,2026-05-15 02:54:00,393.0,4.144,1,leg_gt,0.59,60 -63941,sell_contrast_m10_bb_pos,sell,2026-05-15 02:57:00,393.0,4.144,1,leg_gt,0.59,60 -63942,sell_contrast_m10_bb_pos,sell,2026-05-15 03:42:00,395.0,4.6745,1,leg_gt,0.62,60 -63943,sell_contrast_m10_bb_pos,sell,2026-05-15 03:45:00,395.0,4.6745,1,leg_gt,0.62,60 -63944,sell_contrast_m10_bb_pos,sell,2026-05-15 03:48:00,397.0,5.205,1,leg_gt,0.62,60 -63945,sell_contrast_m10_bb_pos,sell,2026-05-15 03:51:00,397.0,5.205,1,leg_gt,0.63,60 -63946,sell_contrast_m10_bb_pos,sell,2026-05-15 03:54:00,398.0,5.4703,1,leg_gt,0.63,60 -63947,sell_contrast_m10_bb_pos,sell,2026-05-15 03:57:00,400.0,6.0008,1,leg_gt,0.63,60 -63948,sell_contrast_m10_bb_pos,sell,2026-05-15 20:21:00,376.0,-0.3653,0,leg_gt,1.31,60 -63949,sell_contrast_m10_bb_pos,sell,2026-05-15 20:24:00,376.0,-0.3653,0,leg_gt,1.32,60 -63950,sell_contrast_m10_bb_pos,sell,2026-05-15 20:27:00,376.0,-0.3653,0,leg_gt,1.32,60 -63951,sell_contrast_m10_bb_pos,sell,2026-05-15 20:30:00,376.0,-0.3653,0,leg_gt,1.32,60 -63952,sell_contrast_m10_bb_pos,sell,2026-05-15 20:33:00,376.0,-0.3653,0,leg_gt,1.32,60 -63953,sell_contrast_m10_bb_pos,sell,2026-05-15 20:36:00,377.0,-0.1,0,leg_gt,1.32,60 -63954,sell_contrast_m10_bb_pos,sell,2026-05-15 20:39:00,376.0,-0.3653,0,leg_gt,1.33,60 -63955,sell_contrast_m10_bb_pos,sell,2026-05-16 01:51:00,365.0,-3.283,0,leg_gt,1.54,60 -63956,sell_contrast_m10_bb_pos,sell,2026-05-16 01:54:00,365.0,-3.283,0,leg_gt,1.55,60 -63957,sell_contrast_m10_bb_pos,sell,2026-05-16 01:57:00,366.0,-3.0178,0,leg_gt,1.55,60 -63958,sell_contrast_m10_bb_pos,sell,2026-05-16 02:00:00,366.0,-3.0178,0,leg_gt,1.55,60 -63959,sell_contrast_m10_bb_pos,sell,2026-05-16 02:03:00,366.0,-3.0178,0,leg_gt,1.55,60 -63960,sell_contrast_m10_bb_pos,sell,2026-05-16 02:06:00,366.0,-3.0178,0,leg_gt,1.55,60 -63961,sell_contrast_m10_bb_pos,sell,2026-05-16 02:09:00,366.0,-3.0178,0,leg_gt,1.56,60 -63962,sell_contrast_m10_bb_pos,sell,2026-05-16 02:12:00,367.0,-2.7525,0,leg_gt,1.56,60 -63963,sell_contrast_m10_bb_pos,sell,2026-05-16 02:15:00,367.0,-2.7525,0,leg_gt,1.56,60 -63964,sell_contrast_m10_bb_pos,sell,2026-05-16 02:18:00,366.0,-3.0178,0,leg_gt,1.56,60 -63965,sell_contrast_m10_bb_pos,sell,2026-05-16 02:21:00,366.0,-3.0178,0,leg_gt,1.56,60 -63966,sell_contrast_m10_bb_pos,sell,2026-05-16 02:24:00,367.0,-2.7525,0,leg_gt,1.57,60 -63967,sell_contrast_m10_bb_pos,sell,2026-05-16 02:27:00,367.0,-2.7525,0,leg_gt,1.57,60 -63968,sell_contrast_m10_bb_pos,sell,2026-05-16 02:33:00,366.0,-3.0178,0,leg_gt,1.57,60 -63969,sell_contrast_m10_bb_pos,sell,2026-05-16 02:36:00,367.0,-2.7525,0,leg_gt,1.58,60 -63970,sell_contrast_m10_bb_pos,sell,2026-05-16 02:39:00,367.0,-2.7525,0,leg_gt,1.58,60 -63971,sell_contrast_m10_bb_pos,sell,2026-05-16 02:42:00,366.0,-3.0178,0,leg_gt,1.58,60 -63972,sell_contrast_m10_bb_pos,sell,2026-05-16 02:45:00,366.0,-3.0178,0,leg_gt,1.58,60 -63973,sell_contrast_m10_bb_pos,sell,2026-05-16 02:48:00,366.0,-3.0178,0,leg_gt,1.58,60 -63974,sell_contrast_m10_bb_pos,sell,2026-05-16 03:00:00,368.0,-2.4873,0,leg_gt,1.59,60 -63975,sell_contrast_m10_bb_pos,sell,2026-05-16 03:03:00,369.0,-2.222,0,leg_gt,1.59,60 -63976,sell_contrast_m10_bb_pos,sell,2026-05-16 03:06:00,368.0,-2.4873,0,leg_gt,1.6,60 -63977,sell_contrast_m10_bb_pos,sell,2026-05-16 03:12:00,368.0,-2.4873,0,leg_gt,1.6,60 -63978,sell_contrast_m10_bb_pos,sell,2026-05-16 03:15:00,368.0,-2.4873,0,leg_gt,1.6,60 -63979,sell_contrast_m10_bb_pos,sell,2026-05-16 03:18:00,366.0,-3.0178,0,leg_gt,1.6,60 -63980,sell_contrast_m10_bb_pos,sell,2026-05-16 09:30:00,366.0,-3.0178,0,leg_gt,1.86,60 -63981,sell_contrast_m10_bb_pos,sell,2026-05-16 09:33:00,367.0,-2.7525,0,leg_gt,1.86,60 -63982,sell_contrast_m10_bb_pos,sell,2026-05-16 09:36:00,366.0,-3.0178,0,leg_gt,1.87,60 -63983,sell_contrast_m10_bb_pos,sell,2026-05-16 09:39:00,366.0,-3.0178,0,leg_gt,1.87,60 -63984,sell_contrast_m10_bb_pos,sell,2026-05-16 10:00:00,367.0,-2.7525,0,leg_gt,1.88,60 -63985,sell_contrast_m10_bb_pos,sell,2026-05-16 10:03:00,367.0,-2.7525,0,leg_gt,1.89,60 -63986,sell_contrast_m10_bb_pos,sell,2026-05-16 10:06:00,366.0,-3.0178,0,leg_gt,1.89,60 -63987,sell_contrast_m10_bb_pos,sell,2026-05-16 10:09:00,367.0,-2.7525,0,leg_gt,1.89,60 -63988,sell_contrast_m10_bb_pos,sell,2026-05-16 11:00:00,367.0,-2.7525,0,leg_gt,1.92,60 -63989,sell_contrast_m10_bb_pos,sell,2026-05-16 11:03:00,367.0,-2.7525,0,leg_gt,1.93,60 -63990,sell_contrast_m10_bb_pos,sell,2026-05-16 11:06:00,368.0,-2.4873,0,leg_gt,1.93,60 -63991,sell_contrast_m10_bb_pos,sell,2026-05-16 11:09:00,368.0,-2.4873,0,leg_gt,1.93,60 -63992,sell_contrast_m10_bb_pos,sell,2026-05-16 12:00:00,368.0,-2.4873,0,leg_gt,1.97,60 -63993,sell_contrast_m10_bb_pos,sell,2026-05-16 12:06:00,368.0,-2.4873,0,leg_gt,1.97,60 -63994,sell_contrast_m10_bb_pos,sell,2026-05-16 12:09:00,367.0,-2.7525,0,leg_gt,1.97,60 -63995,sell_contrast_m10_bb_pos,sell,2026-05-16 21:51:00,358.0,1.6045,1,leg_gt,0.12,60 -63996,sell_contrast_m10_bb_pos,sell,2026-05-16 21:54:00,358.0,1.6045,1,leg_gt,0.12,60 -63997,sell_contrast_m10_bb_pos,sell,2026-05-16 21:57:00,358.0,1.6045,1,leg_gt,0.12,60 -63998,sell_contrast_m10_bb_pos,sell,2026-05-16 22:21:00,359.0,1.8886,1,leg_gt,0.14,60 -63999,sell_contrast_m10_bb_pos,sell,2026-05-16 22:24:00,358.0,1.6045,1,leg_gt,0.14,60 -64000,sell_contrast_m10_bb_pos,sell,2026-05-16 22:27:00,357.0,1.3205,1,leg_gt,0.14,60 -64001,sell_contrast_m10_bb_pos,sell,2026-05-16 23:51:00,359.0,1.8886,1,leg_gt,0.2,60 -64002,sell_contrast_m10_bb_pos,sell,2026-05-16 23:54:00,358.0,1.6045,1,leg_gt,0.2,60 -64003,sell_contrast_m10_bb_pos,sell,2026-05-17 00:00:00,359.0,1.8886,1,leg_gt,0.21,60 -64004,sell_contrast_m10_bb_pos,sell,2026-05-17 00:03:00,360.0,2.1727,1,leg_gt,0.21,60 -64005,sell_contrast_m10_bb_pos,sell,2026-05-17 00:06:00,360.0,2.1727,1,leg_gt,0.21,60 -64006,sell_contrast_m10_bb_pos,sell,2026-05-17 00:09:00,360.0,2.1727,1,leg_gt,0.21,60 -64007,sell_contrast_m10_bb_pos,sell,2026-05-17 00:21:00,360.0,2.1727,1,leg_gt,0.22,60 -64008,sell_contrast_m10_bb_pos,sell,2026-05-17 00:24:00,360.0,2.1727,1,leg_gt,0.22,60 -64009,sell_contrast_m10_bb_pos,sell,2026-05-17 00:27:00,360.0,2.1727,1,leg_gt,0.22,60 -64010,sell_contrast_m10_bb_pos,sell,2026-05-17 01:12:00,362.0,2.7409,1,leg_gt,0.26,60 -64011,sell_contrast_m10_bb_pos,sell,2026-05-17 01:15:00,362.0,2.7409,1,leg_gt,0.26,60 -64012,sell_contrast_m10_bb_pos,sell,2026-05-17 01:18:00,362.0,2.7409,1,leg_gt,0.26,60 -64013,sell_contrast_m10_bb_pos,sell,2026-05-17 01:21:00,362.0,2.7409,1,leg_gt,0.26,60 -64014,sell_contrast_m10_bb_pos,sell,2026-05-17 01:24:00,362.0,2.7409,1,leg_gt,0.26,60 -64015,sell_contrast_m10_bb_pos,sell,2026-05-17 01:27:00,362.0,2.7409,1,leg_gt,0.27,60 -64016,sell_contrast_m10_bb_pos,sell,2026-05-17 04:12:00,361.0,2.4568,1,leg_gt,0.38,60 -64017,sell_contrast_m10_bb_pos,sell,2026-05-17 04:15:00,361.0,2.4568,1,leg_gt,0.38,60 -64018,sell_contrast_m10_bb_pos,sell,2026-05-17 04:18:00,360.0,2.1727,1,leg_gt,0.39,60 -64019,sell_contrast_m10_bb_pos,sell,2026-05-17 09:12:00,360.0,2.1727,1,leg_gt,0.59,60 -64020,sell_contrast_m10_bb_pos,sell,2026-05-17 09:15:00,360.0,2.1727,1,leg_gt,0.59,60 -64021,sell_contrast_m10_bb_pos,sell,2026-05-17 09:18:00,360.0,2.1727,1,leg_gt,0.59,60 -64022,sell_contrast_m10_bb_pos,sell,2026-05-17 09:21:00,360.0,2.1727,1,leg_gt,0.6,60 -64023,sell_contrast_m10_bb_pos,sell,2026-05-17 09:27:00,359.0,1.8886,1,leg_gt,0.6,60 -64024,sell_contrast_m10_bb_pos,sell,2026-05-17 09:30:00,360.0,2.1727,1,leg_gt,0.6,60 -64025,sell_contrast_m10_bb_pos,sell,2026-05-17 09:33:00,360.0,2.1727,1,leg_gt,0.6,60 -64026,sell_contrast_m10_bb_pos,sell,2026-05-17 09:39:00,359.0,1.8886,1,leg_gt,0.61,60 -64027,sell_contrast_m10_bb_pos,sell,2026-05-17 12:42:00,360.0,2.1727,1,leg_gt,0.74,60 -64028,sell_contrast_m10_bb_pos,sell,2026-05-17 12:45:00,359.0,1.8886,1,leg_gt,0.74,60 -64029,sell_contrast_m10_bb_pos,sell,2026-05-17 12:48:00,359.0,1.8886,1,leg_gt,0.74,60 -64030,sell_contrast_m10_bb_pos,sell,2026-05-17 12:51:00,361.0,2.4568,1,leg_gt,0.74,60 -64031,sell_contrast_m10_bb_pos,sell,2026-05-17 12:54:00,361.0,2.4568,1,leg_gt,0.74,60 -64032,sell_contrast_m10_bb_pos,sell,2026-05-17 12:57:00,361.0,2.4568,1,leg_gt,0.75,60 -64033,sell_contrast_m10_bb_pos,sell,2026-05-17 13:00:00,360.0,2.1727,1,leg_gt,0.75,60 -64034,sell_contrast_m10_bb_pos,sell,2026-05-17 13:03:00,361.0,2.4568,1,leg_gt,0.75,60 -64035,sell_contrast_m10_bb_pos,sell,2026-05-17 13:06:00,360.0,2.1727,1,leg_gt,0.75,60 -64036,sell_contrast_m10_bb_pos,sell,2026-05-17 13:09:00,361.0,2.4568,1,leg_gt,0.75,60 -64037,sell_contrast_m10_bb_pos,sell,2026-05-17 13:30:00,361.0,2.4568,1,leg_gt,0.77,60 -64038,sell_contrast_m10_bb_pos,sell,2026-05-17 13:33:00,361.0,2.4568,1,leg_gt,0.77,60 -64039,sell_contrast_m10_bb_pos,sell,2026-05-17 13:36:00,361.0,2.4568,1,leg_gt,0.77,60 -64040,sell_contrast_m10_bb_pos,sell,2026-05-17 13:39:00,362.0,2.7409,1,leg_gt,0.78,60 -64041,sell_contrast_m10_bb_pos,sell,2026-05-17 13:42:00,362.0,2.7409,1,leg_gt,0.78,60 -64042,sell_contrast_m10_bb_pos,sell,2026-05-17 13:45:00,363.0,3.025,1,leg_gt,0.78,60 -64043,sell_contrast_m10_bb_pos,sell,2026-05-17 13:48:00,362.0,2.7409,1,leg_gt,0.78,60 -64044,sell_contrast_m10_bb_pos,sell,2026-05-17 14:21:00,363.0,3.025,1,leg_gt,0.8,60 -64045,sell_contrast_m10_bb_pos,sell,2026-05-17 14:24:00,362.0,2.7409,1,leg_gt,0.81,60 -64046,sell_contrast_m10_bb_pos,sell,2026-05-17 14:27:00,362.0,2.7409,1,leg_gt,0.81,60 -64047,sell_contrast_m10_bb_pos,sell,2026-05-17 14:30:00,363.0,3.025,1,leg_gt,0.81,60 -64048,sell_contrast_m10_bb_pos,sell,2026-05-17 14:33:00,363.0,3.025,1,leg_gt,0.81,60 -64049,sell_contrast_m10_bb_pos,sell,2026-05-17 14:36:00,363.0,3.025,1,leg_gt,0.81,60 -64050,sell_contrast_m10_bb_pos,sell,2026-05-17 14:39:00,363.0,3.025,1,leg_gt,0.82,60 -64051,sell_contrast_m10_bb_pos,sell,2026-05-17 15:00:00,364.0,3.3091,1,leg_gt,0.83,60 -64052,sell_contrast_m10_bb_pos,sell,2026-05-17 15:03:00,363.0,3.025,1,leg_gt,0.83,60 -64053,sell_contrast_m10_bb_pos,sell,2026-05-17 15:06:00,362.0,2.7409,1,leg_gt,0.84,60 -64054,sell_contrast_m10_bb_pos,sell,2026-05-17 15:09:00,363.0,3.025,1,leg_gt,0.84,60 -64055,sell_contrast_m10_bb_pos,sell,2026-05-17 16:30:00,364.0,3.3091,1,leg_gt,0.89,60 -64056,sell_contrast_m10_bb_pos,sell,2026-05-17 16:33:00,365.0,3.5932,1,leg_gt,0.9,60 -64057,sell_contrast_m10_bb_pos,sell,2026-05-17 16:36:00,364.0,3.3091,1,leg_gt,0.9,60 -64058,sell_contrast_m10_bb_pos,sell,2026-05-17 16:39:00,364.0,3.3091,1,leg_gt,0.9,60 -64059,sell_contrast_m10_bb_pos,sell,2026-05-17 18:33:00,364.0,3.3091,1,leg_gt,0.98,60 -64060,sell_contrast_m10_bb_pos,sell,2026-05-17 18:36:00,363.0,3.025,1,leg_gt,0.98,60 -64061,sell_contrast_m10_bb_pos,sell,2026-05-17 18:39:00,363.0,3.025,1,leg_gt,0.98,60 -64062,sell_contrast_m10_bb_pos,sell,2026-05-17 19:51:00,365.0,3.5932,1,leg_gt,1.03,60 -64063,sell_contrast_m10_bb_pos,sell,2026-05-17 19:54:00,364.0,3.3091,1,leg_gt,1.04,60 -64064,sell_contrast_m10_bb_pos,sell,2026-05-17 19:57:00,363.0,3.025,1,leg_gt,1.04,60 -64065,sell_contrast_m10_bb_pos,sell,2026-05-18 04:30:00,360.0,2.1727,1,leg_gt,1.39,60 -64066,sell_contrast_m10_bb_pos,sell,2026-05-18 04:33:00,360.0,2.1727,1,leg_gt,1.4,60 -64067,sell_contrast_m10_bb_pos,sell,2026-05-18 04:36:00,360.0,2.1727,1,leg_gt,1.4,60 -64068,sell_contrast_m10_bb_pos,sell,2026-05-18 04:39:00,360.0,2.1727,1,leg_gt,1.4,60 -64069,sell_contrast_m10_bb_pos,sell,2026-05-18 04:42:00,360.0,2.1727,1,leg_gt,1.4,60 -64070,sell_contrast_m10_bb_pos,sell,2026-05-18 04:45:00,360.0,2.1727,1,leg_gt,1.4,60 -64071,sell_contrast_m10_bb_pos,sell,2026-05-18 04:48:00,360.0,2.1727,1,leg_gt,1.41,60 -64072,sell_contrast_m10_bb_pos,sell,2026-05-18 04:51:00,360.0,2.1727,1,leg_gt,1.41,60 -64073,sell_contrast_m10_bb_pos,sell,2026-05-18 04:54:00,360.0,2.1727,1,leg_gt,1.41,60 -64074,sell_contrast_m10_bb_pos,sell,2026-05-18 05:00:00,360.0,2.1727,1,leg_gt,1.41,60 -64075,sell_contrast_m10_bb_pos,sell,2026-05-18 05:03:00,360.0,2.1727,1,leg_gt,1.42,60 -64076,sell_contrast_m10_bb_pos,sell,2026-05-18 05:06:00,360.0,2.1727,1,leg_gt,1.42,60 -64077,sell_contrast_m10_bb_pos,sell,2026-05-18 06:51:00,362.0,2.7409,1,leg_gt,1.49,60 -64078,sell_contrast_m10_bb_pos,sell,2026-05-18 06:54:00,362.0,2.7409,1,leg_gt,1.49,60 -64079,sell_contrast_m10_bb_pos,sell,2026-05-18 06:57:00,361.0,2.4568,1,leg_gt,1.5,60 -64080,sell_contrast_m10_bb_pos,sell,2026-05-18 07:00:00,362.0,2.7409,1,leg_gt,1.5,60 -64081,sell_contrast_m10_bb_pos,sell,2026-05-18 07:03:00,360.0,2.1727,1,leg_gt,1.5,60 -64082,sell_contrast_m10_bb_pos,sell,2026-05-18 07:06:00,361.0,2.4568,1,leg_gt,1.5,60 -64083,sell_contrast_m10_bb_pos,sell,2026-05-18 07:09:00,360.0,2.1727,1,leg_gt,1.5,60 -64084,sell_contrast_m10_bb_pos,sell,2026-05-18 14:00:00,354.0,4.0176,1,leg_gt,0.22,60 -64085,sell_contrast_m10_bb_pos,sell,2026-05-18 14:03:00,352.0,3.4294,1,leg_gt,0.22,60 -64086,sell_contrast_m10_bb_pos,sell,2026-05-18 14:06:00,352.0,3.4294,1,leg_gt,0.23,60 -64087,sell_contrast_m10_bb_pos,sell,2026-05-18 14:09:00,352.0,3.4294,1,leg_gt,0.23,60 -64088,sell_contrast_m10_bb_pos,sell,2026-05-18 20:51:00,349.0,2.5471,1,leg_gt,0.51,60 -64089,sell_contrast_m10_bb_pos,sell,2026-05-18 20:54:00,348.0,2.2529,1,leg_gt,0.51,60 -64090,sell_contrast_m10_bb_pos,sell,2026-05-18 20:57:00,348.0,2.2529,1,leg_gt,0.51,60 -64091,sell_contrast_m10_bb_pos,sell,2026-05-18 21:00:00,348.0,2.2529,1,leg_gt,0.51,60 -64092,sell_contrast_m10_bb_pos,sell,2026-05-18 21:03:00,349.0,2.5471,1,leg_gt,0.52,60 -64093,sell_contrast_m10_bb_pos,sell,2026-05-18 21:06:00,349.0,2.5471,1,leg_gt,0.52,60 -64094,sell_contrast_m10_bb_pos,sell,2026-05-18 21:09:00,350.0,2.8412,1,leg_gt,0.52,60 -64095,sell_contrast_m10_bb_pos,sell,2026-05-18 21:21:00,350.0,2.8412,1,leg_gt,0.53,60 -64096,sell_contrast_m10_bb_pos,sell,2026-05-18 21:24:00,351.0,3.1353,1,leg_gt,0.53,60 -64097,sell_contrast_m10_bb_pos,sell,2026-05-18 21:27:00,350.0,2.8412,1,leg_gt,0.53,60 -64098,sell_contrast_m10_bb_pos,sell,2026-05-18 22:00:00,352.0,3.4294,1,leg_gt,0.56,60 -64099,sell_contrast_m10_bb_pos,sell,2026-05-18 22:03:00,350.0,2.8412,1,leg_gt,0.56,60 -64100,sell_contrast_m10_bb_pos,sell,2026-05-18 22:06:00,351.0,3.1353,1,leg_gt,0.56,60 -64101,sell_contrast_m10_bb_pos,sell,2026-05-18 22:09:00,350.0,2.8412,1,leg_gt,0.56,60 -64102,sell_contrast_m10_bb_pos,sell,2026-05-18 22:30:00,352.0,3.4294,1,leg_gt,0.58,60 -64103,sell_contrast_m10_bb_pos,sell,2026-05-18 22:33:00,352.0,3.4294,1,leg_gt,0.58,60 -64104,sell_contrast_m10_bb_pos,sell,2026-05-18 22:36:00,351.0,3.1353,1,leg_gt,0.58,60 -64105,sell_contrast_m10_bb_pos,sell,2026-05-18 22:39:00,351.0,3.1353,1,leg_gt,0.58,60 -64106,sell_contrast_m10_bb_pos,sell,2026-05-19 02:12:00,351.0,3.1353,1,leg_gt,0.73,60 -64107,sell_contrast_m10_bb_pos,sell,2026-05-19 02:15:00,351.0,3.1353,1,leg_gt,0.73,60 -64108,sell_contrast_m10_bb_pos,sell,2026-05-19 02:18:00,350.0,2.8412,1,leg_gt,0.74,60 -64109,sell_contrast_m10_bb_pos,sell,2026-05-19 02:21:00,351.0,3.1353,1,leg_gt,0.74,60 -64110,sell_contrast_m10_bb_pos,sell,2026-05-19 02:24:00,350.0,2.8412,1,leg_gt,0.74,60 -64111,sell_contrast_m10_bb_pos,sell,2026-05-19 02:27:00,351.0,3.1353,1,leg_gt,0.74,60 -64112,sell_contrast_m10_bb_pos,sell,2026-05-19 02:30:00,351.0,3.1353,1,leg_gt,0.74,60 -64113,sell_contrast_m10_bb_pos,sell,2026-05-19 02:36:00,351.0,3.1353,1,leg_gt,0.75,60 -64114,sell_contrast_m10_bb_pos,sell,2026-05-19 02:39:00,351.0,3.1353,1,leg_gt,0.75,60 -64115,sell_contrast_m10_bb_pos,sell,2026-05-19 02:45:00,350.0,2.8412,1,leg_gt,0.75,60 -64116,sell_contrast_m10_bb_pos,sell,2026-05-19 02:48:00,351.0,3.1353,1,leg_gt,0.76,60 -64117,sell_contrast_m10_bb_pos,sell,2026-05-19 03:00:00,352.0,3.4294,1,leg_gt,0.76,60 -64118,sell_contrast_m10_bb_pos,sell,2026-05-19 03:03:00,350.0,2.8412,1,leg_gt,0.77,60 -64119,sell_contrast_m10_bb_pos,sell,2026-05-19 03:06:00,349.0,2.5471,1,leg_gt,0.77,60 -64120,sell_contrast_m10_bb_pos,sell,2026-05-19 03:09:00,349.0,2.5471,1,leg_gt,0.77,60 -64121,sell_contrast_m10_bb_pos,sell,2026-05-19 04:51:00,354.0,4.0176,1,leg_gt,0.84,60 -64122,sell_contrast_m10_bb_pos,sell,2026-05-19 04:54:00,355.0,4.3118,1,leg_gt,0.84,60 -64123,sell_contrast_m10_bb_pos,sell,2026-05-19 04:57:00,354.0,4.0176,1,leg_gt,0.85,60 -64124,sell_contrast_m10_bb_pos,sell,2026-05-19 05:00:00,355.0,4.3118,1,leg_gt,0.85,60 -64125,sell_contrast_m10_bb_pos,sell,2026-05-19 05:03:00,355.0,4.3118,1,leg_gt,0.85,60 -64126,sell_contrast_m10_bb_pos,sell,2026-05-19 05:06:00,354.0,4.0176,1,leg_gt,0.85,60 -64127,sell_contrast_m10_bb_pos,sell,2026-05-19 05:09:00,355.0,4.3118,1,leg_gt,0.85,60 -64128,sell_contrast_m10_bb_pos,sell,2026-05-19 05:24:00,357.0,4.9,1,leg_gt,0.86,60 -64129,sell_contrast_m10_bb_pos,sell,2026-05-19 05:27:00,358.0,5.1941,1,leg_gt,0.87,60 -64130,sell_contrast_m10_bb_pos,sell,2026-05-19 05:30:00,358.0,5.1941,1,leg_gt,0.87,60 -64131,sell_contrast_m10_bb_pos,sell,2026-05-19 05:33:00,358.0,5.1941,1,leg_gt,0.87,60 -64132,sell_contrast_m10_bb_pos,sell,2026-05-19 05:36:00,358.0,5.1941,1,leg_gt,0.87,60 -64133,sell_contrast_m10_bb_pos,sell,2026-05-19 05:39:00,356.0,4.6059,1,leg_gt,0.88,60 -64134,sell_contrast_m10_bb_pos,sell,2026-05-19 07:21:00,359.0,5.4882,1,leg_gt,0.95,60 -64135,sell_contrast_m10_bb_pos,sell,2026-05-19 07:24:00,358.0,5.1941,1,leg_gt,0.95,60 -64136,sell_contrast_m10_bb_pos,sell,2026-05-19 07:27:00,358.0,5.1941,1,leg_gt,0.95,60 -64137,sell_contrast_m10_bb_pos,sell,2026-05-19 08:12:00,359.0,5.4882,1,leg_gt,0.98,60 -64138,sell_contrast_m10_bb_pos,sell,2026-05-19 08:15:00,359.0,5.4882,1,leg_gt,0.98,60 -64139,sell_contrast_m10_bb_pos,sell,2026-05-19 08:18:00,359.0,5.4882,1,leg_gt,0.99,60 -64140,sell_contrast_m10_bb_pos,sell,2026-05-19 09:51:00,361.0,6.0765,1,leg_gt,1.05,60 -64141,sell_contrast_m10_bb_pos,sell,2026-05-19 09:54:00,361.0,6.0765,1,leg_gt,1.05,60 -64142,sell_contrast_m10_bb_pos,sell,2026-05-19 09:57:00,361.0,6.0765,1,leg_gt,1.05,60 -64143,sell_contrast_m10_bb_pos,sell,2026-05-19 12:51:00,361.0,6.0765,1,leg_gt,1.18,60 -64144,sell_contrast_m10_bb_pos,sell,2026-05-19 12:54:00,361.0,6.0765,1,leg_gt,1.18,60 -64145,sell_contrast_m10_bb_pos,sell,2026-05-19 12:57:00,360.0,5.7824,1,leg_gt,1.18,60 -64146,sell_contrast_m10_bb_pos,sell,2026-05-19 13:30:00,362.0,6.3706,1,leg_gt,1.2,60 -64147,sell_contrast_m10_bb_pos,sell,2026-05-19 13:33:00,363.0,6.6647,1,leg_gt,1.2,60 -64148,sell_contrast_m10_bb_pos,sell,2026-05-19 13:36:00,364.0,6.9588,1,leg_gt,1.21,60 -64149,sell_contrast_m10_bb_pos,sell,2026-05-19 13:39:00,365.0,7.2529,1,leg_gt,1.21,60 -64150,sell_contrast_m10_bb_pos,sell,2026-05-19 14:12:00,366.0,7.5471,1,leg_gt,1.23,60 -64151,sell_contrast_m10_bb_pos,sell,2026-05-19 14:15:00,364.0,6.9588,1,leg_gt,1.23,60 -64152,sell_contrast_m10_bb_pos,sell,2026-05-19 14:18:00,364.0,6.9588,1,leg_gt,1.24,60 -64153,sell_contrast_m10_bb_pos,sell,2026-05-19 14:42:00,367.0,7.8412,1,leg_gt,1.25,60 -64154,sell_contrast_m10_bb_pos,sell,2026-05-19 14:45:00,367.0,7.8412,1,leg_gt,1.25,60 -64155,sell_contrast_m10_bb_pos,sell,2026-05-19 14:48:00,367.0,7.8412,1,leg_gt,1.26,60 -64156,sell_contrast_m10_bb_pos,sell,2026-05-19 14:51:00,368.0,8.1353,1,leg_gt,1.26,60 -64157,sell_contrast_m10_bb_pos,sell,2026-05-19 14:54:00,367.0,7.8412,1,leg_gt,1.26,60 -64158,sell_contrast_m10_bb_pos,sell,2026-05-19 14:57:00,368.0,8.1353,1,leg_gt,1.26,60 -64159,sell_contrast_m10_bb_pos,sell,2026-05-19 15:00:00,367.0,7.8412,1,leg_gt,1.26,60 -64160,sell_contrast_m10_bb_pos,sell,2026-05-19 15:03:00,368.0,8.1353,1,leg_gt,1.27,60 -64161,sell_contrast_m10_bb_pos,sell,2026-05-19 15:06:00,367.0,7.8412,1,leg_gt,1.27,60 -64162,sell_contrast_m10_bb_pos,sell,2026-05-19 15:09:00,367.0,7.8412,1,leg_gt,1.27,60 -64163,sell_contrast_m10_bb_pos,sell,2026-05-19 15:12:00,368.0,8.1353,1,leg_gt,1.27,60 -64164,sell_contrast_m10_bb_pos,sell,2026-05-19 15:15:00,370.0,8.7235,1,leg_gt,1.27,60 -64165,sell_contrast_m10_bb_pos,sell,2026-05-19 15:18:00,369.0,8.4294,1,leg_gt,1.28,60 -64166,sell_contrast_m10_bb_pos,sell,2026-05-19 15:21:00,369.0,8.4294,1,leg_gt,1.28,60 -64167,sell_contrast_m10_bb_pos,sell,2026-05-19 15:24:00,369.0,8.4294,1,leg_gt,1.28,60 -64168,sell_contrast_m10_bb_pos,sell,2026-05-19 15:27:00,370.0,8.7235,1,leg_gt,1.28,60 -64169,sell_contrast_m10_bb_pos,sell,2026-05-19 15:30:00,370.0,8.7235,1,leg_gt,1.29,60 -64170,sell_contrast_m10_bb_pos,sell,2026-05-19 15:33:00,370.0,8.7235,1,leg_gt,1.29,60 -64171,sell_contrast_m10_bb_pos,sell,2026-05-19 15:36:00,370.0,8.7235,1,leg_gt,1.29,60 -64172,sell_contrast_m10_bb_pos,sell,2026-05-19 15:39:00,371.0,9.0176,1,leg_gt,1.29,60 -64173,sell_contrast_m10_bb_pos,sell,2026-05-19 15:42:00,369.0,8.4294,1,leg_gt,1.29,60 -64174,sell_contrast_m10_bb_pos,sell,2026-05-19 15:45:00,371.0,9.0176,1,leg_gt,1.3,60 -64175,sell_contrast_m10_bb_pos,sell,2026-05-19 15:48:00,371.0,9.0176,1,leg_gt,1.3,60 -64176,sell_contrast_m10_bb_pos,sell,2026-05-19 15:51:00,369.0,8.4294,1,leg_gt,1.3,60 -64177,sell_contrast_m10_bb_pos,sell,2026-05-19 15:54:00,370.0,8.7235,1,leg_gt,1.3,60 -64178,sell_contrast_m10_bb_pos,sell,2026-05-19 15:57:00,370.0,8.7235,1,leg_gt,1.3,60 -64179,sell_contrast_m10_bb_pos,sell,2026-05-19 22:42:00,365.0,7.2529,1,leg_gt,1.59,60 -64180,sell_contrast_m10_bb_pos,sell,2026-05-19 22:45:00,364.0,6.9588,1,leg_gt,1.59,60 -64181,sell_contrast_m10_bb_pos,sell,2026-05-19 22:48:00,365.0,7.2529,1,leg_gt,1.59,60 -64182,sell_contrast_m10_bb_pos,sell,2026-05-19 22:51:00,365.0,7.2529,1,leg_gt,1.59,60 -64183,sell_contrast_m10_bb_pos,sell,2026-05-19 22:54:00,365.0,7.2529,1,leg_gt,1.59,60 -64184,sell_contrast_m10_bb_pos,sell,2026-05-19 22:57:00,364.0,6.9588,1,leg_gt,1.6,60 -64185,sell_contrast_m10_bb_pos,sell,2026-05-20 10:12:00,357.0,4.9,1,leg_gt,2.06,60 -64186,sell_contrast_m10_bb_pos,sell,2026-05-20 10:15:00,357.0,4.9,1,leg_gt,2.07,60 -64187,sell_contrast_m10_bb_pos,sell,2026-05-20 10:18:00,357.0,4.9,1,leg_gt,2.07,60 -64188,sell_contrast_m10_bb_pos,sell,2026-05-20 11:00:00,358.0,5.1941,1,leg_gt,2.1,60 -64189,sell_contrast_m10_bb_pos,sell,2026-05-20 11:03:00,358.0,5.1941,1,leg_gt,2.1,60 -64190,sell_contrast_m10_bb_pos,sell,2026-05-20 11:06:00,358.0,5.1941,1,leg_gt,2.1,60 -64191,sell_contrast_m10_bb_pos,sell,2026-05-20 11:09:00,357.0,4.9,1,leg_gt,2.1,60 -64192,sell_contrast_m10_bb_pos,sell,2026-05-20 11:12:00,357.0,4.9,1,leg_gt,2.11,60 -64193,sell_contrast_m10_bb_pos,sell,2026-05-20 11:15:00,357.0,4.9,1,leg_gt,2.11,60 -64194,sell_contrast_m10_bb_pos,sell,2026-05-20 11:18:00,357.0,4.9,1,leg_gt,2.11,60 -64195,sell_contrast_m10_bb_pos,sell,2026-05-20 11:21:00,358.0,5.1941,1,leg_gt,2.11,60 -64196,sell_contrast_m10_bb_pos,sell,2026-05-20 11:24:00,358.0,5.1941,1,leg_gt,2.11,60 -64197,sell_contrast_m10_bb_pos,sell,2026-05-20 11:27:00,357.0,4.9,1,leg_gt,2.12,60 -64198,sell_contrast_m10_bb_pos,sell,2026-05-20 17:42:00,357.0,4.9,1,leg_gt,2.38,60 -64199,sell_contrast_m10_bb_pos,sell,2026-05-20 17:45:00,358.0,5.1941,1,leg_gt,2.38,60 -64200,sell_contrast_m10_bb_pos,sell,2026-05-20 17:48:00,357.0,4.9,1,leg_gt,2.38,60 -64201,sell_contrast_m10_bb_pos,sell,2026-05-20 18:30:00,358.0,5.1941,1,leg_gt,2.41,60 -64202,sell_contrast_m10_bb_pos,sell,2026-05-20 18:36:00,358.0,5.1941,1,leg_gt,2.41,60 -64203,sell_contrast_m10_bb_pos,sell,2026-05-20 18:39:00,358.0,5.1941,1,leg_gt,2.42,60 -64204,sell_contrast_m10_bb_pos,sell,2026-05-20 18:42:00,358.0,5.1941,1,leg_gt,2.42,60 -64205,sell_contrast_m10_bb_pos,sell,2026-05-20 18:45:00,357.0,4.9,1,leg_gt,2.42,60 -64206,sell_contrast_m10_bb_pos,sell,2026-05-20 18:48:00,357.0,4.9,1,leg_gt,2.42,60 -64207,sell_contrast_m10_bb_pos,sell,2026-05-20 19:21:00,358.0,5.1941,1,leg_gt,2.45,60 -64208,sell_contrast_m10_bb_pos,sell,2026-05-20 19:24:00,358.0,5.1941,1,leg_gt,2.45,60 -64209,sell_contrast_m10_bb_pos,sell,2026-05-20 19:27:00,357.0,4.9,1,leg_gt,2.45,60 -64210,sell_contrast_m10_bb_pos,sell,2026-05-20 23:30:00,358.0,1.6045,1,leg_gt,0.09,60 -64211,sell_contrast_m10_bb_pos,sell,2026-05-20 23:33:00,358.0,1.6045,1,leg_gt,0.09,60 -64212,sell_contrast_m10_bb_pos,sell,2026-05-20 23:39:00,358.0,1.6045,1,leg_gt,0.09,60 -64213,sell_contrast_m10_bb_pos,sell,2026-05-20 23:45:00,358.0,1.6045,1,leg_gt,0.1,60 -64214,sell_contrast_m10_bb_pos,sell,2026-05-20 23:48:00,358.0,1.6045,1,leg_gt,0.1,60 -64215,sell_contrast_m10_bb_pos,sell,2026-05-21 00:12:00,360.0,2.1727,1,leg_gt,0.12,60 -64216,sell_contrast_m10_bb_pos,sell,2026-05-21 00:15:00,360.0,2.1727,1,leg_gt,0.12,60 -64217,sell_contrast_m10_bb_pos,sell,2026-05-21 00:18:00,363.0,3.025,1,leg_gt,0.12,60 -64218,sell_contrast_m10_bb_pos,sell,2026-05-21 00:30:00,362.0,2.7409,1,leg_gt,0.13,60 -64219,sell_contrast_m10_bb_pos,sell,2026-05-21 00:33:00,362.0,2.7409,1,leg_gt,0.13,60 -64220,sell_contrast_m10_bb_pos,sell,2026-05-21 00:36:00,363.0,3.025,1,leg_gt,0.13,60 -64221,sell_contrast_m10_bb_pos,sell,2026-05-21 00:39:00,364.0,3.3091,1,leg_gt,0.14,60 -64222,sell_contrast_m10_bb_pos,sell,2026-05-21 00:42:00,363.0,3.025,1,leg_gt,0.14,60 -64223,sell_contrast_m10_bb_pos,sell,2026-05-21 00:45:00,363.0,3.025,1,leg_gt,0.14,60 -64224,sell_contrast_m10_bb_pos,sell,2026-05-21 00:48:00,364.0,3.3091,1,leg_gt,0.14,60 -64225,sell_contrast_m10_bb_pos,sell,2026-05-21 00:51:00,364.0,3.3091,1,leg_gt,0.14,60 -64226,sell_contrast_m10_bb_pos,sell,2026-05-21 00:54:00,364.0,3.3091,1,leg_gt,0.15,60 -64227,sell_contrast_m10_bb_pos,sell,2026-05-21 00:57:00,364.0,3.3091,1,leg_gt,0.15,60 -64228,sell_contrast_m10_bb_pos,sell,2026-05-21 01:00:00,365.0,3.5932,1,leg_gt,0.15,60 -64229,sell_contrast_m10_bb_pos,sell,2026-05-21 01:03:00,365.0,3.5932,1,leg_gt,0.15,60 -64230,sell_contrast_m10_bb_pos,sell,2026-05-21 01:06:00,366.0,3.8773,1,leg_gt,0.15,60 -64231,sell_contrast_m10_bb_pos,sell,2026-05-21 01:09:00,367.0,4.1614,1,leg_gt,0.16,60 -64232,sell_contrast_m10_bb_pos,sell,2026-05-21 01:30:00,366.0,3.8773,1,leg_gt,0.17,60 -64233,sell_contrast_m10_bb_pos,sell,2026-05-21 01:33:00,368.0,4.4455,1,leg_gt,0.17,60 -64234,sell_contrast_m10_bb_pos,sell,2026-05-21 01:36:00,370.0,5.0136,1,leg_gt,0.18,60 -64235,sell_contrast_m10_bb_pos,sell,2026-05-21 01:39:00,373.0,5.8659,1,leg_gt,0.18,60 -64236,sell_contrast_m10_bb_pos,sell,2026-05-21 02:00:00,375.0,6.4341,1,leg_gt,0.19,60 -64237,sell_contrast_m10_bb_pos,sell,2026-05-21 02:03:00,378.0,7.2864,1,leg_gt,0.19,60 -64238,sell_contrast_m10_bb_pos,sell,2026-05-21 02:06:00,375.0,6.4341,1,leg_gt,0.2,60 -64239,sell_contrast_m10_bb_pos,sell,2026-05-21 02:09:00,374.0,6.15,1,leg_gt,0.2,60 -64240,sell_contrast_m10_bb_pos,sell,2026-05-21 02:12:00,377.0,7.0023,1,leg_gt,0.2,60 -64241,sell_contrast_m10_bb_pos,sell,2026-05-21 02:15:00,374.0,6.15,1,leg_gt,0.2,60 -64242,sell_contrast_m10_bb_pos,sell,2026-05-21 02:18:00,375.0,6.4341,1,leg_gt,0.2,60 -64243,sell_contrast_m10_bb_pos,sell,2026-05-21 02:21:00,375.0,6.4341,1,leg_gt,0.21,60 -64244,sell_contrast_m10_bb_pos,sell,2026-05-21 02:24:00,374.0,6.15,1,leg_gt,0.21,60 -64245,sell_contrast_m10_bb_pos,sell,2026-05-21 02:27:00,372.0,5.5818,1,leg_gt,0.21,60 -64246,sell_contrast_m10_bb_pos,sell,2026-05-21 06:00:00,375.0,6.4341,1,leg_gt,0.36,60 -64247,sell_contrast_m10_bb_pos,sell,2026-05-21 06:03:00,375.0,6.4341,1,leg_gt,0.36,60 -64248,sell_contrast_m10_bb_pos,sell,2026-05-21 06:06:00,375.0,6.4341,1,leg_gt,0.36,60 -64249,sell_contrast_m10_bb_pos,sell,2026-05-21 06:09:00,375.0,6.4341,1,leg_gt,0.36,60 -64250,sell_contrast_m10_bb_pos,sell,2026-05-21 06:12:00,373.0,5.8659,1,leg_gt,0.37,60 -64251,sell_contrast_m10_bb_pos,sell,2026-05-21 06:15:00,375.0,6.4341,1,leg_gt,0.37,60 -64252,sell_contrast_m10_bb_pos,sell,2026-05-21 06:18:00,374.0,6.15,1,leg_gt,0.37,60 -64253,sell_contrast_m10_bb_pos,sell,2026-05-21 10:21:00,374.0,6.15,1,leg_gt,0.54,60 -64254,sell_contrast_m10_bb_pos,sell,2026-05-21 10:24:00,374.0,6.15,1,leg_gt,0.54,60 -64255,sell_contrast_m10_bb_pos,sell,2026-05-21 10:27:00,374.0,6.15,1,leg_gt,0.54,60 -64256,sell_contrast_m10_bb_pos,sell,2026-05-21 10:30:00,374.0,6.15,1,leg_gt,0.55,60 -64257,sell_contrast_m10_bb_pos,sell,2026-05-21 10:33:00,375.0,6.4341,1,leg_gt,0.55,60 -64258,sell_contrast_m10_bb_pos,sell,2026-05-21 10:36:00,374.0,6.15,1,leg_gt,0.55,60 -64259,sell_contrast_m10_bb_pos,sell,2026-05-21 10:39:00,373.0,5.8659,1,leg_gt,0.55,60 -64260,sell_contrast_m10_bb_pos,sell,2026-05-21 10:51:00,375.0,6.4341,1,leg_gt,0.56,60 -64261,sell_contrast_m10_bb_pos,sell,2026-05-21 10:54:00,373.0,5.8659,1,leg_gt,0.56,60 -64262,sell_contrast_m10_bb_pos,sell,2026-05-21 10:57:00,374.0,6.15,1,leg_gt,0.56,60 -64263,sell_contrast_m10_bb_pos,sell,2026-05-21 11:21:00,379.0,7.5705,1,leg_gt,0.58,60 -64264,sell_contrast_m10_bb_pos,sell,2026-05-21 11:24:00,377.0,7.0023,1,leg_gt,0.58,60 -64265,sell_contrast_m10_bb_pos,sell,2026-05-21 11:27:00,375.0,6.4341,1,leg_gt,0.59,60 -64266,sell_contrast_m10_bb_pos,sell,2026-05-21 11:42:00,379.0,7.5705,1,leg_gt,0.6,60 -64267,sell_contrast_m10_bb_pos,sell,2026-05-21 11:45:00,378.0,7.2864,1,leg_gt,0.6,60 -64268,sell_contrast_m10_bb_pos,sell,2026-05-21 11:48:00,378.0,7.2864,1,leg_gt,0.6,60 -64269,sell_contrast_m10_bb_pos,sell,2026-05-21 12:12:00,379.0,7.5705,1,leg_gt,0.62,60 -64270,sell_contrast_m10_bb_pos,sell,2026-05-21 12:15:00,378.0,7.2864,1,leg_gt,0.62,60 -64271,sell_contrast_m10_bb_pos,sell,2026-05-21 12:18:00,377.0,7.0023,1,leg_gt,0.62,60 -64272,sell_contrast_m10_bb_pos,sell,2026-05-21 12:30:00,380.0,7.8545,1,leg_gt,0.63,60 -64273,sell_contrast_m10_bb_pos,sell,2026-05-21 12:33:00,380.0,7.8545,1,leg_gt,0.63,60 -64274,sell_contrast_m10_bb_pos,sell,2026-05-21 12:36:00,379.0,7.5705,1,leg_gt,0.63,60 -64275,sell_contrast_m10_bb_pos,sell,2026-05-21 12:39:00,379.0,7.5705,1,leg_gt,0.64,60 -64276,sell_contrast_m10_bb_pos,sell,2026-05-21 12:42:00,378.0,7.2864,1,leg_gt,0.64,60 -64277,sell_contrast_m10_bb_pos,sell,2026-05-21 12:45:00,378.0,7.2864,1,leg_gt,0.64,60 -64278,sell_contrast_m10_bb_pos,sell,2026-05-21 12:48:00,378.0,7.2864,1,leg_gt,0.64,60 -64279,sell_contrast_m10_bb_pos,sell,2026-05-21 14:30:00,380.0,7.8545,1,leg_gt,0.71,60 -64280,sell_contrast_m10_bb_pos,sell,2026-05-21 14:33:00,380.0,7.8545,1,leg_gt,0.71,60 -64281,sell_contrast_m10_bb_pos,sell,2026-05-21 14:36:00,379.0,7.5705,1,leg_gt,0.72,60 -64282,sell_contrast_m10_bb_pos,sell,2026-05-21 14:39:00,378.0,7.2864,1,leg_gt,0.72,60 -64283,sell_contrast_m10_bb_pos,sell,2026-05-21 15:21:00,380.0,7.8545,1,leg_gt,0.75,60 -64284,sell_contrast_m10_bb_pos,sell,2026-05-21 15:24:00,380.0,7.8545,1,leg_gt,0.75,60 -64285,sell_contrast_m10_bb_pos,sell,2026-05-21 15:27:00,380.0,7.8545,1,leg_gt,0.75,60 -64286,sell_contrast_m10_bb_pos,sell,2026-05-21 15:30:00,380.0,7.8545,1,leg_gt,0.75,60 -64287,sell_contrast_m10_bb_pos,sell,2026-05-21 15:33:00,380.0,7.8545,1,leg_gt,0.76,60 -64288,sell_contrast_m10_bb_pos,sell,2026-05-21 15:36:00,382.0,8.4227,1,leg_gt,0.76,60 -64289,sell_contrast_m10_bb_pos,sell,2026-05-21 15:39:00,381.0,8.1386,1,leg_gt,0.76,60 -64290,sell_contrast_m10_bb_pos,sell,2026-05-21 16:12:00,380.0,7.8545,1,leg_gt,0.78,60 -64291,sell_contrast_m10_bb_pos,sell,2026-05-21 16:15:00,381.0,8.1386,1,leg_gt,0.79,60 -64292,sell_contrast_m10_bb_pos,sell,2026-05-21 16:18:00,380.0,7.8545,1,leg_gt,0.79,60 -64293,sell_contrast_m10_bb_pos,sell,2026-05-21 17:51:00,392.0,11.2636,1,leg_gt,0.85,60 -64294,sell_contrast_m10_bb_pos,sell,2026-05-21 17:54:00,393.0,11.5477,1,leg_gt,0.85,60 -64295,sell_contrast_m10_bb_pos,sell,2026-05-21 17:57:00,393.0,11.5477,1,leg_gt,0.86,60 -64296,sell_contrast_m10_bb_pos,sell,2026-05-21 18:00:00,393.0,11.5477,1,leg_gt,0.86,60 -64297,sell_contrast_m10_bb_pos,sell,2026-05-21 18:03:00,396.0,12.4,1,leg_gt,0.86,60 -64298,sell_contrast_m10_bb_pos,sell,2026-05-21 18:06:00,397.0,12.6841,1,leg_gt,0.86,60 -64299,sell_contrast_m10_bb_pos,sell,2026-05-21 18:09:00,396.0,12.4,1,leg_gt,0.86,60 -64300,sell_contrast_m10_bb_pos,sell,2026-05-21 18:21:00,396.0,12.4,1,leg_gt,0.87,60 -64301,sell_contrast_m10_bb_pos,sell,2026-05-21 18:24:00,397.0,12.6841,1,leg_gt,0.88,60 -64302,sell_contrast_m10_bb_pos,sell,2026-05-21 18:27:00,394.0,11.8318,1,leg_gt,0.88,60 -64303,sell_contrast_m10_bb_pos,sell,2026-05-21 22:51:00,385.0,1.7519,1,leg_gt,0.09,60 -64304,sell_contrast_m10_bb_pos,sell,2026-05-21 22:54:00,389.0,2.8101,1,leg_gt,0.09,60 -64305,sell_contrast_m10_bb_pos,sell,2026-05-21 22:57:00,390.0,3.0746,1,leg_gt,0.09,60 -64306,sell_contrast_m10_bb_pos,sell,2026-05-22 03:00:00,397.0,4.9265,1,leg_gt,0.26,60 -64307,sell_contrast_m10_bb_pos,sell,2026-05-22 03:03:00,397.0,4.9265,1,leg_gt,0.26,60 -64308,sell_contrast_m10_bb_pos,sell,2026-05-22 03:06:00,397.0,4.9265,1,leg_gt,0.27,60 -64309,sell_contrast_m10_bb_pos,sell,2026-05-22 03:09:00,401.0,5.9847,1,leg_gt,0.27,60 -64310,sell_contrast_m10_bb_pos,sell,2026-05-22 03:30:00,401.0,5.9847,1,leg_gt,0.28,60 -64311,sell_contrast_m10_bb_pos,sell,2026-05-22 03:33:00,401.0,5.9847,1,leg_gt,0.29,60 -64312,sell_contrast_m10_bb_pos,sell,2026-05-22 03:36:00,400.0,5.7201,1,leg_gt,0.29,60 -64313,sell_contrast_m10_bb_pos,sell,2026-05-22 03:39:00,400.0,5.7201,1,leg_gt,0.29,60 -64314,sell_contrast_m10_bb_pos,sell,2026-05-22 05:30:00,408.0,7.8365,1,leg_gt,0.37,60 -64315,sell_contrast_m10_bb_pos,sell,2026-05-22 05:33:00,408.0,7.8365,1,leg_gt,0.37,60 -64316,sell_contrast_m10_bb_pos,sell,2026-05-22 05:36:00,406.0,7.3074,1,leg_gt,0.37,60 -64317,sell_contrast_m10_bb_pos,sell,2026-05-22 05:39:00,403.0,6.5138,1,leg_gt,0.37,60 -64318,sell_contrast_m10_bb_pos,sell,2026-05-22 09:42:00,400.0,0.6557,1,leg_gt,0.12,60 -64319,sell_contrast_m10_bb_pos,sell,2026-05-22 09:45:00,401.0,0.9076,1,leg_gt,0.12,60 -64320,sell_contrast_m10_bb_pos,sell,2026-05-22 09:48:00,400.0,0.6557,1,leg_gt,0.13,60 -64321,sell_contrast_m10_bb_pos,sell,2026-05-22 09:51:00,400.0,0.6557,1,leg_gt,0.13,60 -64322,sell_contrast_m10_bb_pos,sell,2026-05-22 09:54:00,401.0,0.9076,1,leg_gt,0.13,60 -64323,sell_contrast_m10_bb_pos,sell,2026-05-22 09:57:00,403.0,1.4113,1,leg_gt,0.13,60 -64324,sell_contrast_m10_bb_pos,sell,2026-05-22 10:12:00,403.0,1.4113,1,leg_gt,0.14,60 -64325,sell_contrast_m10_bb_pos,sell,2026-05-22 10:15:00,405.0,1.9151,1,leg_gt,0.15,60 -64326,sell_contrast_m10_bb_pos,sell,2026-05-22 10:18:00,404.0,1.6632,1,leg_gt,0.15,60 -64327,sell_contrast_m10_bb_pos,sell,2026-05-22 11:00:00,406.0,2.167,1,leg_gt,0.18,60 -64328,sell_contrast_m10_bb_pos,sell,2026-05-22 11:03:00,410.0,3.1746,1,leg_gt,0.18,60 -64329,sell_contrast_m10_bb_pos,sell,2026-05-22 11:06:00,408.0,2.6708,1,leg_gt,0.18,60 -64330,sell_contrast_m10_bb_pos,sell,2026-05-22 11:09:00,408.0,2.6708,1,leg_gt,0.18,60 -64331,sell_contrast_m10_bb_pos,sell,2026-05-22 12:00:00,408.0,2.6708,1,leg_gt,0.22,60 -64332,sell_contrast_m10_bb_pos,sell,2026-05-22 12:03:00,409.0,2.9227,1,leg_gt,0.22,60 -64333,sell_contrast_m10_bb_pos,sell,2026-05-22 12:06:00,410.0,3.1746,1,leg_gt,0.22,60 -64334,sell_contrast_m10_bb_pos,sell,2026-05-22 12:09:00,411.0,3.4264,1,leg_gt,0.22,60 -64335,sell_contrast_m10_bb_pos,sell,2026-05-22 12:42:00,414.0,4.1821,1,leg_gt,0.25,60 -64336,sell_contrast_m10_bb_pos,sell,2026-05-22 12:45:00,413.0,3.9302,1,leg_gt,0.25,60 -64337,sell_contrast_m10_bb_pos,sell,2026-05-22 12:48:00,413.0,3.9302,1,leg_gt,0.25,60 -64338,sell_contrast_m10_bb_pos,sell,2026-05-22 12:51:00,415.0,4.434,1,leg_gt,0.25,60 -64339,sell_contrast_m10_bb_pos,sell,2026-05-22 12:54:00,414.0,4.1821,1,leg_gt,0.26,60 -64340,sell_contrast_m10_bb_pos,sell,2026-05-22 12:57:00,413.0,3.9302,1,leg_gt,0.26,60 -64341,sell_contrast_m10_bb_pos,sell,2026-05-22 13:21:00,416.0,4.6859,1,leg_gt,0.28,60 -64342,sell_contrast_m10_bb_pos,sell,2026-05-22 13:24:00,418.0,5.1897,1,leg_gt,0.28,60 -64343,sell_contrast_m10_bb_pos,sell,2026-05-22 13:27:00,417.0,4.9378,1,leg_gt,0.28,60 -64344,sell_contrast_m10_bb_pos,sell,2026-05-22 13:30:00,417.0,4.9378,1,leg_gt,0.28,60 -64345,sell_contrast_m10_bb_pos,sell,2026-05-22 13:33:00,417.0,4.9378,1,leg_gt,0.28,60 -64346,sell_contrast_m10_bb_pos,sell,2026-05-22 13:36:00,417.0,4.9378,1,leg_gt,0.29,60 -64347,sell_contrast_m10_bb_pos,sell,2026-05-22 13:39:00,417.0,4.9378,1,leg_gt,0.29,60 -64348,sell_contrast_m10_bb_pos,sell,2026-05-22 13:42:00,415.0,4.434,1,leg_gt,0.29,60 -64349,sell_contrast_m10_bb_pos,sell,2026-05-22 13:45:00,416.0,4.6859,1,leg_gt,0.29,60 -64350,sell_contrast_m10_bb_pos,sell,2026-05-22 13:48:00,414.0,4.1821,1,leg_gt,0.29,60 -64351,sell_contrast_m10_bb_pos,sell,2026-05-22 14:21:00,419.0,5.4416,1,leg_gt,0.32,60 -64352,sell_contrast_m10_bb_pos,sell,2026-05-22 14:24:00,417.0,4.9378,1,leg_gt,0.32,60 -64353,sell_contrast_m10_bb_pos,sell,2026-05-22 14:27:00,418.0,5.1897,1,leg_gt,0.32,60 -64354,sell_contrast_m10_bb_pos,sell,2026-05-22 14:30:00,419.0,5.4416,1,leg_gt,0.32,60 -64355,sell_contrast_m10_bb_pos,sell,2026-05-22 14:33:00,420.0,5.6935,1,leg_gt,0.32,60 -64356,sell_contrast_m10_bb_pos,sell,2026-05-22 14:36:00,418.0,5.1897,1,leg_gt,0.33,60 -64357,sell_contrast_m10_bb_pos,sell,2026-05-22 14:39:00,417.0,4.9378,1,leg_gt,0.33,60 -64358,sell_contrast_m10_bb_pos,sell,2026-05-22 15:00:00,420.0,5.6935,1,leg_gt,0.34,60 -64359,sell_contrast_m10_bb_pos,sell,2026-05-22 15:03:00,421.0,5.9453,1,leg_gt,0.35,60 -64360,sell_contrast_m10_bb_pos,sell,2026-05-22 15:06:00,421.0,5.9453,1,leg_gt,0.35,60 -64361,sell_contrast_m10_bb_pos,sell,2026-05-22 15:09:00,418.0,5.1897,1,leg_gt,0.35,60 -64362,sell_contrast_m10_bb_pos,sell,2026-05-22 16:30:00,422.0,6.1972,1,leg_gt,0.41,60 -64363,sell_contrast_m10_bb_pos,sell,2026-05-22 16:33:00,420.0,5.6935,1,leg_gt,0.41,60 -64364,sell_contrast_m10_bb_pos,sell,2026-05-22 16:36:00,420.0,5.6935,1,leg_gt,0.41,60 -64365,sell_contrast_m10_bb_pos,sell,2026-05-22 16:39:00,426.0,7.2048,1,leg_gt,0.41,60 -64366,sell_contrast_m10_bb_pos,sell,2026-05-22 17:00:00,428.0,7.7086,1,leg_gt,0.43,60 -64367,sell_contrast_m10_bb_pos,sell,2026-05-22 17:03:00,430.0,8.2123,1,leg_gt,0.43,60 -64368,sell_contrast_m10_bb_pos,sell,2026-05-22 17:06:00,428.0,7.7086,1,leg_gt,0.43,60 -64369,sell_contrast_m10_bb_pos,sell,2026-05-22 17:09:00,426.0,7.2048,1,leg_gt,0.43,60 -64370,sell_contrast_m10_bb_pos,sell,2026-05-22 20:42:00,436.0,4.4564,1,leg_gt,0.09,60 -64371,sell_contrast_m10_bb_pos,sell,2026-05-22 20:45:00,434.0,3.9767,1,leg_gt,0.09,60 -64372,sell_contrast_m10_bb_pos,sell,2026-05-22 20:48:00,436.0,4.4564,1,leg_gt,0.09,60 -64373,sell_contrast_m10_bb_pos,sell,2026-05-22 21:00:00,432.0,3.4971,1,leg_gt,0.1,60 -64374,sell_contrast_m10_bb_pos,sell,2026-05-22 21:03:00,429.0,2.7777,1,leg_gt,0.1,60 -64375,sell_contrast_m10_bb_pos,sell,2026-05-22 21:06:00,430.0,3.0175,1,leg_gt,0.11,60 -64376,sell_contrast_m10_bb_pos,sell,2026-05-22 21:09:00,431.0,3.2573,1,leg_gt,0.11,60 -64377,sell_contrast_m10_bb_pos,sell,2026-05-22 22:30:00,436.0,4.4564,1,leg_gt,0.16,60 -64378,sell_contrast_m10_bb_pos,sell,2026-05-22 22:33:00,433.0,3.7369,1,leg_gt,0.17,60 -64379,sell_contrast_m10_bb_pos,sell,2026-05-22 22:36:00,432.0,3.4971,1,leg_gt,0.17,60 -64380,sell_contrast_m10_bb_pos,sell,2026-05-22 22:39:00,433.0,3.7369,1,leg_gt,0.17,60 -64381,sell_contrast_m10_bb_pos,sell,2026-05-23 00:12:00,437.0,2.7235,1,leg_gt,0.04,60 -64382,sell_contrast_m10_bb_pos,sell,2026-05-23 00:15:00,436.0,2.4882,1,leg_gt,0.04,60 -64383,sell_contrast_m10_bb_pos,sell,2026-05-23 00:18:00,436.0,2.4882,1,leg_gt,0.04,60 -64384,sell_contrast_m10_bb_pos,sell,2026-05-23 01:12:00,444.0,4.3706,1,leg_gt,0.08,60 -64385,sell_contrast_m10_bb_pos,sell,2026-05-23 01:15:00,439.0,3.1941,1,leg_gt,0.08,60 -64386,sell_contrast_m10_bb_pos,sell,2026-05-23 01:18:00,440.0,3.4294,1,leg_gt,0.08,60 -64387,sell_contrast_m10_bb_pos,sell,2026-05-23 02:12:00,443.0,4.1353,1,leg_gt,0.12,60 -64388,sell_contrast_m10_bb_pos,sell,2026-05-23 02:15:00,443.0,4.1353,1,leg_gt,0.12,60 -64389,sell_contrast_m10_bb_pos,sell,2026-05-23 02:18:00,441.0,3.6647,1,leg_gt,0.12,60 -64390,sell_contrast_m10_bb_pos,sell,2026-05-23 06:51:00,425.0,4.3226,1,leg_gt,0.1,60 -64391,sell_contrast_m10_bb_pos,sell,2026-05-23 06:54:00,423.0,3.8312,1,leg_gt,0.1,60 -64392,sell_contrast_m10_bb_pos,sell,2026-05-23 06:57:00,422.0,3.5855,1,leg_gt,0.1,60 -64393,sell_contrast_m10_bb_pos,sell,2026-05-23 12:30:00,408.0,0.1457,1,leg_gt,0.33,60 -64394,sell_contrast_m10_bb_pos,sell,2026-05-23 12:33:00,409.0,0.3914,1,leg_gt,0.33,60 -64395,sell_contrast_m10_bb_pos,sell,2026-05-23 12:36:00,411.0,0.8828,1,leg_gt,0.34,60 -64396,sell_contrast_m10_bb_pos,sell,2026-05-23 12:39:00,411.0,0.8828,1,leg_gt,0.34,60 -64397,sell_contrast_m10_bb_pos,sell,2026-05-23 13:00:00,411.0,0.8828,1,leg_gt,0.35,60 -64398,sell_contrast_m10_bb_pos,sell,2026-05-23 13:03:00,410.0,0.6371,1,leg_gt,0.35,60 -64399,sell_contrast_m10_bb_pos,sell,2026-05-23 13:06:00,410.0,0.6371,1,leg_gt,0.36,60 -64400,sell_contrast_m10_bb_pos,sell,2026-05-23 13:09:00,411.0,0.8828,1,leg_gt,0.36,60 -64401,sell_contrast_m10_bb_pos,sell,2026-05-23 13:12:00,411.0,0.8828,1,leg_gt,0.36,60 -64402,sell_contrast_m10_bb_pos,sell,2026-05-23 13:15:00,412.0,1.1285,1,leg_gt,0.36,60 -64403,sell_contrast_m10_bb_pos,sell,2026-05-23 13:18:00,411.0,0.8828,1,leg_gt,0.36,60 -64404,sell_contrast_m10_bb_pos,sell,2026-05-23 13:30:00,412.0,1.1285,1,leg_gt,0.37,60 -64405,sell_contrast_m10_bb_pos,sell,2026-05-23 13:33:00,415.0,1.8656,1,leg_gt,0.38,60 -64406,sell_contrast_m10_bb_pos,sell,2026-05-23 13:36:00,412.0,1.1285,1,leg_gt,0.38,60 -64407,sell_contrast_m10_bb_pos,sell,2026-05-23 13:39:00,412.0,1.1285,1,leg_gt,0.38,60 -64408,sell_contrast_m10_bb_pos,sell,2026-05-23 20:21:00,402.0,2.451,1,leg_gt,0.15,60 -64409,sell_contrast_m10_bb_pos,sell,2026-05-23 20:24:00,402.0,2.451,1,leg_gt,0.15,60 -64410,sell_contrast_m10_bb_pos,sell,2026-05-23 20:27:00,405.0,3.2163,1,leg_gt,0.15,60 -64411,sell_contrast_m10_bb_pos,sell,2026-05-23 20:42:00,404.0,2.9612,1,leg_gt,0.16,60 -64412,sell_contrast_m10_bb_pos,sell,2026-05-23 20:45:00,404.0,2.9612,1,leg_gt,0.16,60 -64413,sell_contrast_m10_bb_pos,sell,2026-05-23 20:48:00,403.0,2.7061,1,leg_gt,0.17,60 -64414,sell_contrast_m10_bb_pos,sell,2026-05-23 20:51:00,404.0,2.9612,1,leg_gt,0.17,60 -64415,sell_contrast_m10_bb_pos,sell,2026-05-23 20:54:00,403.0,2.7061,1,leg_gt,0.17,60 -64416,sell_contrast_m10_bb_pos,sell,2026-05-23 20:57:00,402.0,2.451,1,leg_gt,0.17,60 -64417,sell_contrast_m10_bb_pos,sell,2026-05-23 21:42:00,404.0,2.9612,1,leg_gt,0.2,60 -64418,sell_contrast_m10_bb_pos,sell,2026-05-23 21:45:00,404.0,2.9612,1,leg_gt,0.21,60 -64419,sell_contrast_m10_bb_pos,sell,2026-05-23 21:48:00,404.0,2.9612,1,leg_gt,0.21,60 -64420,sell_contrast_m10_bb_pos,sell,2026-05-23 22:12:00,408.0,3.9816,1,leg_gt,0.22,60 -64421,sell_contrast_m10_bb_pos,sell,2026-05-23 22:15:00,409.0,4.2367,1,leg_gt,0.23,60 -64422,sell_contrast_m10_bb_pos,sell,2026-05-23 22:18:00,408.0,3.9816,1,leg_gt,0.23,60 -64423,sell_contrast_m10_bb_pos,sell,2026-05-23 22:42:00,412.0,5.002,1,leg_gt,0.25,60 -64424,sell_contrast_m10_bb_pos,sell,2026-05-23 22:45:00,412.0,5.002,1,leg_gt,0.25,60 -64425,sell_contrast_m10_bb_pos,sell,2026-05-23 22:48:00,413.0,5.2571,1,leg_gt,0.25,60 -64426,sell_contrast_m10_bb_pos,sell,2026-05-23 23:00:00,416.0,6.0224,1,leg_gt,0.26,60 -64427,sell_contrast_m10_bb_pos,sell,2026-05-23 23:03:00,413.0,5.2571,1,leg_gt,0.26,60 -64428,sell_contrast_m10_bb_pos,sell,2026-05-23 23:06:00,414.0,5.5122,1,leg_gt,0.26,60 -64429,sell_contrast_m10_bb_pos,sell,2026-05-23 23:09:00,419.0,6.7878,1,leg_gt,0.26,60 -64430,sell_contrast_m10_bb_pos,sell,2026-05-23 23:21:00,416.0,6.0224,1,leg_gt,0.27,60 -64431,sell_contrast_m10_bb_pos,sell,2026-05-23 23:24:00,416.0,6.0224,1,leg_gt,0.28,60 -64432,sell_contrast_m10_bb_pos,sell,2026-05-23 23:27:00,415.0,5.7673,1,leg_gt,0.28,60 -64433,sell_contrast_m10_bb_pos,sell,2026-05-23 23:51:00,420.0,7.0429,1,leg_gt,0.29,60 -64434,sell_contrast_m10_bb_pos,sell,2026-05-23 23:54:00,419.0,6.7878,1,leg_gt,0.3,60 -64435,sell_contrast_m10_bb_pos,sell,2026-05-23 23:57:00,422.0,7.5531,1,leg_gt,0.3,60 -64436,sell_contrast_m10_bb_pos,sell,2026-05-24 00:12:00,423.0,7.8082,1,leg_gt,0.31,60 -64437,sell_contrast_m10_bb_pos,sell,2026-05-24 00:15:00,424.0,8.0633,1,leg_gt,0.31,60 -64438,sell_contrast_m10_bb_pos,sell,2026-05-24 00:18:00,421.0,7.298,1,leg_gt,0.31,60 -64439,sell_contrast_m10_bb_pos,sell,2026-05-24 00:21:00,423.0,7.8082,1,leg_gt,0.31,60 -64440,sell_contrast_m10_bb_pos,sell,2026-05-24 00:24:00,423.0,7.8082,1,leg_gt,0.32,60 -64441,sell_contrast_m10_bb_pos,sell,2026-05-24 00:27:00,423.0,7.8082,1,leg_gt,0.32,60 -64442,sell_contrast_m10_bb_pos,sell,2026-05-24 01:00:00,424.0,8.0633,1,leg_gt,0.34,60 -64443,sell_contrast_m10_bb_pos,sell,2026-05-24 01:03:00,425.0,8.3184,1,leg_gt,0.34,60 -64444,sell_contrast_m10_bb_pos,sell,2026-05-24 01:06:00,424.0,8.0633,1,leg_gt,0.35,60 -64445,sell_contrast_m10_bb_pos,sell,2026-05-24 01:09:00,424.0,8.0633,1,leg_gt,0.35,60 -64446,sell_contrast_m10_bb_pos,sell,2026-05-24 01:12:00,425.0,8.3184,1,leg_gt,0.35,60 -64447,sell_contrast_m10_bb_pos,sell,2026-05-24 01:15:00,424.0,8.0633,1,leg_gt,0.35,60 -64448,sell_contrast_m10_bb_pos,sell,2026-05-24 01:18:00,426.0,8.5735,1,leg_gt,0.35,60 -64449,sell_contrast_m10_bb_pos,sell,2026-05-24 01:21:00,426.0,8.5735,1,leg_gt,0.36,60 -64450,sell_contrast_m10_bb_pos,sell,2026-05-24 01:24:00,424.0,8.0633,1,leg_gt,0.36,60 -64451,sell_contrast_m10_bb_pos,sell,2026-05-24 01:27:00,425.0,8.3184,1,leg_gt,0.36,60 -64452,sell_contrast_m10_bb_pos,sell,2026-05-24 01:30:00,425.0,8.3184,1,leg_gt,0.36,60 -64453,sell_contrast_m10_bb_pos,sell,2026-05-24 01:33:00,426.0,8.5735,1,leg_gt,0.36,60 -64454,sell_contrast_m10_bb_pos,sell,2026-05-24 01:36:00,426.0,8.5735,1,leg_gt,0.37,60 -64455,sell_contrast_m10_bb_pos,sell,2026-05-24 01:39:00,428.0,9.0837,1,leg_gt,0.37,60 -64456,sell_contrast_m10_bb_pos,sell,2026-05-24 02:00:00,430.0,9.5939,1,leg_gt,0.38,60 -64457,sell_contrast_m10_bb_pos,sell,2026-05-24 02:03:00,431.0,9.849,1,leg_gt,0.39,60 -64458,sell_contrast_m10_bb_pos,sell,2026-05-24 02:06:00,432.0,10.1041,1,leg_gt,0.39,60 -64459,sell_contrast_m10_bb_pos,sell,2026-05-24 02:09:00,436.0,11.1245,1,leg_gt,0.39,60 -64460,sell_contrast_m10_bb_pos,sell,2026-05-24 02:51:00,440.0,12.1449,1,leg_gt,0.42,60 -64461,sell_contrast_m10_bb_pos,sell,2026-05-24 02:54:00,440.0,12.1449,1,leg_gt,0.42,60 -64462,sell_contrast_m10_bb_pos,sell,2026-05-24 02:57:00,441.0,12.4,1,leg_gt,0.42,60 -64463,sell_contrast_m10_bb_pos,sell,2026-05-24 03:00:00,440.0,12.1449,1,leg_gt,0.42,60 -64464,sell_contrast_m10_bb_pos,sell,2026-05-24 03:03:00,442.0,12.6551,1,leg_gt,0.43,60 -64465,sell_contrast_m10_bb_pos,sell,2026-05-24 03:06:00,444.0,13.1653,1,leg_gt,0.43,60 -64466,sell_contrast_m10_bb_pos,sell,2026-05-24 03:09:00,445.0,13.4204,1,leg_gt,0.43,60 -64467,sell_contrast_m10_bb_pos,sell,2026-05-24 03:30:00,450.0,14.6959,1,leg_gt,0.45,60 -64468,sell_contrast_m10_bb_pos,sell,2026-05-24 03:33:00,454.0,15.7163,1,leg_gt,0.45,60 -64469,sell_contrast_m10_bb_pos,sell,2026-05-24 03:36:00,458.0,16.7367,1,leg_gt,0.45,60 -64470,sell_contrast_m10_bb_pos,sell,2026-05-24 03:39:00,452.0,15.2061,1,leg_gt,0.45,60 -64471,sell_contrast_m10_bb_pos,sell,2026-05-24 03:42:00,454.0,15.7163,1,leg_gt,0.45,60 -64472,sell_contrast_m10_bb_pos,sell,2026-05-24 03:45:00,454.0,15.7163,1,leg_gt,0.46,60 -64473,sell_contrast_m10_bb_pos,sell,2026-05-24 03:48:00,456.0,16.2265,1,leg_gt,0.46,60 -64474,sell_contrast_m10_bb_pos,sell,2026-05-24 03:51:00,457.0,16.4816,1,leg_gt,0.46,60 -64475,sell_contrast_m10_bb_pos,sell,2026-05-24 03:54:00,459.0,16.9918,1,leg_gt,0.46,60 -64476,sell_contrast_m10_bb_pos,sell,2026-05-24 03:57:00,458.0,16.7367,1,leg_gt,0.46,60 -64477,sell_contrast_m10_bb_pos,sell,2026-05-24 04:00:00,454.0,15.7163,1,leg_gt,0.47,60 -64478,sell_contrast_m10_bb_pos,sell,2026-05-24 04:03:00,452.0,15.2061,1,leg_gt,0.47,60 -64479,sell_contrast_m10_bb_pos,sell,2026-05-24 04:06:00,451.0,14.951,1,leg_gt,0.47,60 -64480,sell_contrast_m10_bb_pos,sell,2026-05-24 04:09:00,449.0,14.4408,1,leg_gt,0.47,60 -64481,sell_contrast_m10_bb_pos,sell,2026-05-24 05:51:00,458.0,16.7367,1,leg_gt,0.54,60 -64482,sell_contrast_m10_bb_pos,sell,2026-05-24 05:54:00,456.0,16.2265,1,leg_gt,0.55,60 -64483,sell_contrast_m10_bb_pos,sell,2026-05-24 05:57:00,457.0,16.4816,1,leg_gt,0.55,60 -64484,sell_contrast_m10_bb_pos,sell,2026-05-24 06:00:00,459.0,16.9918,1,leg_gt,0.55,60 -64485,sell_contrast_m10_bb_pos,sell,2026-05-24 06:03:00,455.0,15.9714,1,leg_gt,0.55,60 -64486,sell_contrast_m10_bb_pos,sell,2026-05-24 06:06:00,455.0,15.9714,1,leg_gt,0.55,60 -64487,sell_contrast_m10_bb_pos,sell,2026-05-24 06:09:00,455.0,15.9714,1,leg_gt,0.56,60 -64488,sell_contrast_m10_bb_pos,sell,2026-05-24 10:12:00,452.0,1.7018,1,leg_gt,0.06,60 -64489,sell_contrast_m10_bb_pos,sell,2026-05-24 10:15:00,453.0,1.927,1,leg_gt,0.06,60 -64490,sell_contrast_m10_bb_pos,sell,2026-05-24 10:18:00,453.0,1.927,1,leg_gt,0.07,60 -64491,sell_contrast_m10_bb_pos,sell,2026-05-24 10:51:00,453.0,1.927,1,leg_gt,0.09,60 -64492,sell_contrast_m10_bb_pos,sell,2026-05-24 10:54:00,452.0,1.7018,1,leg_gt,0.09,60 -64493,sell_contrast_m10_bb_pos,sell,2026-05-24 10:57:00,451.0,1.4766,1,leg_gt,0.09,60 -64494,sell_contrast_m10_bb_pos,sell,2026-05-24 13:42:00,453.0,1.927,1,leg_gt,0.21,60 -64495,sell_contrast_m10_bb_pos,sell,2026-05-24 13:45:00,454.0,2.1523,1,leg_gt,0.21,60 -64496,sell_contrast_m10_bb_pos,sell,2026-05-24 13:48:00,452.0,1.7018,1,leg_gt,0.21,60 -64497,sell_contrast_m10_bb_pos,sell,2026-05-24 13:51:00,452.0,1.7018,1,leg_gt,0.21,60 -64498,sell_contrast_m10_bb_pos,sell,2026-05-24 13:54:00,453.0,1.927,1,leg_gt,0.22,60 -64499,sell_contrast_m10_bb_pos,sell,2026-05-24 13:57:00,452.0,1.7018,1,leg_gt,0.22,60 -64500,sell_contrast_m10_bb_pos,sell,2026-05-24 15:21:00,452.0,1.7018,1,leg_gt,0.28,60 -64501,sell_contrast_m10_bb_pos,sell,2026-05-24 15:24:00,453.0,1.927,1,leg_gt,0.28,60 -64502,sell_contrast_m10_bb_pos,sell,2026-05-24 15:27:00,450.0,1.2514,1,leg_gt,0.28,60 -64503,sell_contrast_m10_bb_pos,sell,2026-05-24 16:00:00,455.0,2.3775,1,leg_gt,0.3,60 -64504,sell_contrast_m10_bb_pos,sell,2026-05-24 16:03:00,454.0,2.1523,1,leg_gt,0.31,60 -64505,sell_contrast_m10_bb_pos,sell,2026-05-24 16:06:00,454.0,2.1523,1,leg_gt,0.31,60 -64506,sell_contrast_m10_bb_pos,sell,2026-05-24 16:09:00,456.0,2.6027,1,leg_gt,0.31,60 -64507,sell_contrast_m10_bb_pos,sell,2026-05-24 16:21:00,456.0,2.6027,1,leg_gt,0.32,60 -64508,sell_contrast_m10_bb_pos,sell,2026-05-24 16:24:00,453.0,1.927,1,leg_gt,0.32,60 -64509,sell_contrast_m10_bb_pos,sell,2026-05-24 16:27:00,453.0,1.927,1,leg_gt,0.32,60 -64510,sell_contrast_m10_bb_pos,sell,2026-05-24 18:51:00,457.0,2.8279,1,leg_gt,0.42,60 -64511,sell_contrast_m10_bb_pos,sell,2026-05-24 18:54:00,458.0,3.0532,1,leg_gt,0.42,60 -64512,sell_contrast_m10_bb_pos,sell,2026-05-24 18:57:00,459.0,3.2784,1,leg_gt,0.43,60 -64513,sell_contrast_m10_bb_pos,sell,2026-05-24 22:12:00,456.0,2.6027,1,leg_gt,0.56,60 -64514,sell_contrast_m10_bb_pos,sell,2026-05-24 22:15:00,458.0,3.0532,1,leg_gt,0.56,60 -64515,sell_contrast_m10_bb_pos,sell,2026-05-24 22:18:00,458.0,3.0532,1,leg_gt,0.57,60 -64516,sell_contrast_m10_bb_pos,sell,2026-05-25 08:12:00,440.0,2.9445,1,leg_gt,0.06,60 -64517,sell_contrast_m10_bb_pos,sell,2026-05-25 08:15:00,442.0,3.4129,1,leg_gt,0.06,60 -64518,sell_contrast_m10_bb_pos,sell,2026-05-25 08:18:00,439.0,2.7103,1,leg_gt,0.07,60 -64519,sell_contrast_m10_bb_pos,sell,2026-05-25 08:21:00,439.0,2.7103,1,leg_gt,0.07,60 -64520,sell_contrast_m10_bb_pos,sell,2026-05-25 08:24:00,438.0,2.4761,1,leg_gt,0.07,60 -64521,sell_contrast_m10_bb_pos,sell,2026-05-25 08:27:00,436.0,2.0077,1,leg_gt,0.07,60 -64522,sell_contrast_m10_bb_pos,sell,2026-05-25 14:42:00,439.0,2.7103,1,leg_gt,0.33,60 -64523,sell_contrast_m10_bb_pos,sell,2026-05-25 14:45:00,440.0,2.9445,1,leg_gt,0.34,60 -64524,sell_contrast_m10_bb_pos,sell,2026-05-25 14:48:00,440.0,2.9445,1,leg_gt,0.34,60 -64525,sell_contrast_m10_bb_pos,sell,2026-05-25 15:00:00,440.0,2.9445,1,leg_gt,0.35,60 -64526,sell_contrast_m10_bb_pos,sell,2026-05-25 15:03:00,439.0,2.7103,1,leg_gt,0.35,60 -64527,sell_contrast_m10_bb_pos,sell,2026-05-25 15:06:00,439.0,2.7103,1,leg_gt,0.35,60 -64528,sell_contrast_m10_bb_pos,sell,2026-05-25 15:09:00,439.0,2.7103,1,leg_gt,0.35,60 -64529,sell_contrast_m10_bb_pos,sell,2026-05-25 16:21:00,441.0,3.1787,1,leg_gt,0.4,60 -64530,sell_contrast_m10_bb_pos,sell,2026-05-25 16:24:00,440.0,2.9445,1,leg_gt,0.4,60 -64531,sell_contrast_m10_bb_pos,sell,2026-05-25 16:27:00,439.0,2.7103,1,leg_gt,0.41,60 -64532,sell_contrast_m10_bb_pos,sell,2026-05-25 16:51:00,441.0,3.1787,1,leg_gt,0.42,60 -64533,sell_contrast_m10_bb_pos,sell,2026-05-25 16:54:00,441.0,3.1787,1,leg_gt,0.42,60 -64534,sell_contrast_m10_bb_pos,sell,2026-05-25 16:57:00,443.0,3.6471,1,leg_gt,0.43,60 -64535,sell_contrast_m10_bb_pos,sell,2026-05-25 17:00:00,443.0,3.6471,1,leg_gt,0.43,60 -64536,sell_contrast_m10_bb_pos,sell,2026-05-25 17:03:00,443.0,3.6471,1,leg_gt,0.43,60 -64537,sell_contrast_m10_bb_pos,sell,2026-05-25 17:06:00,444.0,3.8813,1,leg_gt,0.43,60 -64538,sell_contrast_m10_bb_pos,sell,2026-05-25 17:09:00,443.0,3.6471,1,leg_gt,0.44,60 -64539,sell_contrast_m10_bb_pos,sell,2026-05-25 18:21:00,455.0,6.4574,1,leg_gt,0.49,60 -64540,sell_contrast_m10_bb_pos,sell,2026-05-25 18:24:00,454.0,6.2232,1,leg_gt,0.49,60 -64541,sell_contrast_m10_bb_pos,sell,2026-05-25 18:27:00,454.0,6.2232,1,leg_gt,0.49,60 -64542,sell_contrast_m10_bb_pos,sell,2026-05-25 20:00:00,457.0,6.9258,1,leg_gt,0.55,60 -64543,sell_contrast_m10_bb_pos,sell,2026-05-25 20:03:00,456.0,6.6916,1,leg_gt,0.56,60 -64544,sell_contrast_m10_bb_pos,sell,2026-05-25 20:06:00,454.0,6.2232,1,leg_gt,0.56,60 -64545,sell_contrast_m10_bb_pos,sell,2026-05-25 20:09:00,455.0,6.4574,1,leg_gt,0.56,60 -64546,sell_contrast_m10_bb_pos,sell,2026-05-25 23:12:00,455.0,6.4574,1,leg_gt,0.69,60 -64547,sell_contrast_m10_bb_pos,sell,2026-05-25 23:15:00,455.0,6.4574,1,leg_gt,0.69,60 -64548,sell_contrast_m10_bb_pos,sell,2026-05-25 23:18:00,454.0,6.2232,1,leg_gt,0.69,60 -64549,sell_contrast_m10_bb_pos,sell,2026-05-26 03:51:00,481.0,12.5464,1,leg_gt,0.88,60 -64550,sell_contrast_m10_bb_pos,sell,2026-05-26 03:54:00,483.0,13.0148,1,leg_gt,0.88,60 -64551,sell_contrast_m10_bb_pos,sell,2026-05-26 03:57:00,485.0,13.4831,1,leg_gt,0.89,60 -64552,sell_contrast_m10_bb_pos,sell,2026-05-26 04:00:00,484.0,13.2489,1,leg_gt,0.89,60 -64553,sell_contrast_m10_bb_pos,sell,2026-05-26 04:03:00,482.0,12.7806,1,leg_gt,0.89,60 -64554,sell_contrast_m10_bb_pos,sell,2026-05-26 04:06:00,488.0,14.1857,1,leg_gt,0.89,60 -64555,sell_contrast_m10_bb_pos,sell,2026-05-26 04:09:00,489.0,14.4199,1,leg_gt,0.89,60 -64556,sell_contrast_m10_bb_pos,sell,2026-05-26 04:12:00,492.0,15.1225,1,leg_gt,0.9,60 -64557,sell_contrast_m10_bb_pos,sell,2026-05-26 04:15:00,491.0,14.8883,1,leg_gt,0.9,60 -64558,sell_contrast_m10_bb_pos,sell,2026-05-26 04:18:00,491.0,14.8883,1,leg_gt,0.9,60 -64559,sell_contrast_m10_bb_pos,sell,2026-05-26 04:21:00,491.0,14.8883,1,leg_gt,0.9,60 -64560,sell_contrast_m10_bb_pos,sell,2026-05-26 04:24:00,495.0,15.8251,1,leg_gt,0.9,60 -64561,sell_contrast_m10_bb_pos,sell,2026-05-26 04:27:00,495.0,15.8251,1,leg_gt,0.91,60 -64562,sell_contrast_m10_bb_pos,sell,2026-05-26 04:30:00,497.0,16.2934,1,leg_gt,0.91,60 -64563,sell_contrast_m10_bb_pos,sell,2026-05-26 04:33:00,499.0,16.7618,1,leg_gt,0.91,60 -64564,sell_contrast_m10_bb_pos,sell,2026-05-26 04:36:00,495.0,15.8251,1,leg_gt,0.91,60 -64565,sell_contrast_m10_bb_pos,sell,2026-05-26 04:39:00,495.0,15.8251,1,leg_gt,0.91,60 -64566,sell_contrast_m10_bb_pos,sell,2026-05-26 05:12:00,502.0,17.4644,1,leg_gt,0.94,60 -64567,sell_contrast_m10_bb_pos,sell,2026-05-26 05:15:00,504.0,17.9328,1,leg_gt,0.94,60 -64568,sell_contrast_m10_bb_pos,sell,2026-05-26 05:18:00,501.0,17.2302,1,leg_gt,0.94,60 -64569,sell_contrast_m10_bb_pos,sell,2026-05-26 05:21:00,504.0,17.9328,1,leg_gt,0.94,60 -64570,sell_contrast_m10_bb_pos,sell,2026-05-26 05:24:00,499.0,16.7618,1,leg_gt,0.95,60 -64571,sell_contrast_m10_bb_pos,sell,2026-05-26 05:27:00,495.0,15.8251,1,leg_gt,0.95,60 -64572,sell_contrast_m10_bb_pos,sell,2026-05-26 10:30:00,494.0,2.3896,1,leg_gt,0.03,60 -64573,sell_contrast_m10_bb_pos,sell,2026-05-26 10:33:00,489.0,1.3523,1,leg_gt,0.03,60 -64574,sell_contrast_m10_bb_pos,sell,2026-05-26 10:36:00,484.0,0.3149,1,leg_gt,0.03,60 -64575,sell_contrast_m10_bb_pos,sell,2026-05-26 10:39:00,483.0,0.1075,1,leg_gt,0.03,60 -64576,sell_contrast_m10_bb_pos,sell,2026-05-26 14:12:00,505.0,4.6718,1,leg_gt,0.18,60 -64577,sell_contrast_m10_bb_pos,sell,2026-05-26 14:15:00,508.0,5.2942,1,leg_gt,0.18,60 -64578,sell_contrast_m10_bb_pos,sell,2026-05-26 14:18:00,509.0,5.5017,1,leg_gt,0.19,60 -64579,sell_contrast_m10_bb_pos,sell,2026-05-26 14:42:00,516.0,6.9539,1,leg_gt,0.2,60 -64580,sell_contrast_m10_bb_pos,sell,2026-05-26 14:45:00,510.0,5.7091,1,leg_gt,0.2,60 -64581,sell_contrast_m10_bb_pos,sell,2026-05-26 14:48:00,506.0,4.8793,1,leg_gt,0.21,60 -64582,sell_contrast_m10_bb_pos,sell,2026-05-26 15:21:00,516.0,6.9539,1,leg_gt,0.23,60 -64583,sell_contrast_m10_bb_pos,sell,2026-05-26 15:24:00,512.0,6.1241,1,leg_gt,0.23,60 -64584,sell_contrast_m10_bb_pos,sell,2026-05-26 15:27:00,514.0,6.539,1,leg_gt,0.23,60 -64585,sell_contrast_m10_bb_pos,sell,2026-05-26 15:42:00,521.0,7.9913,1,leg_gt,0.24,60 -64586,sell_contrast_m10_bb_pos,sell,2026-05-26 15:45:00,524.0,8.6137,1,leg_gt,0.25,60 -64587,sell_contrast_m10_bb_pos,sell,2026-05-26 15:48:00,528.0,9.4436,1,leg_gt,0.25,60 -64588,sell_contrast_m10_bb_pos,sell,2026-05-26 15:51:00,535.0,10.8959,1,leg_gt,0.25,60 -64589,sell_contrast_m10_bb_pos,sell,2026-05-26 15:54:00,537.0,11.3108,1,leg_gt,0.25,60 -64590,sell_contrast_m10_bb_pos,sell,2026-05-26 15:57:00,536.0,11.1033,1,leg_gt,0.25,60 -64591,sell_contrast_m10_bb_pos,sell,2026-05-26 16:51:00,535.0,10.8959,1,leg_gt,0.29,60 -64592,sell_contrast_m10_bb_pos,sell,2026-05-26 16:54:00,539.0,11.7257,1,leg_gt,0.29,60 -64593,sell_contrast_m10_bb_pos,sell,2026-05-26 16:57:00,536.0,11.1033,1,leg_gt,0.3,60 -64594,sell_contrast_m10_bb_pos,sell,2026-05-26 17:00:00,539.0,11.7257,1,leg_gt,0.3,60 -64595,sell_contrast_m10_bb_pos,sell,2026-05-26 17:03:00,543.0,12.5556,1,leg_gt,0.3,60 -64596,sell_contrast_m10_bb_pos,sell,2026-05-26 17:06:00,544.0,12.7631,1,leg_gt,0.3,60 -64597,sell_contrast_m10_bb_pos,sell,2026-05-26 17:09:00,542.0,12.3481,1,leg_gt,0.3,60 -64598,sell_contrast_m10_bb_pos,sell,2026-05-26 17:12:00,542.0,12.3481,1,leg_gt,0.31,60 -64599,sell_contrast_m10_bb_pos,sell,2026-05-26 17:15:00,539.0,11.7257,1,leg_gt,0.31,60 -64600,sell_contrast_m10_bb_pos,sell,2026-05-26 17:18:00,542.0,12.3481,1,leg_gt,0.31,60 -64601,sell_contrast_m10_bb_pos,sell,2026-05-26 17:42:00,542.0,12.3481,1,leg_gt,0.33,60 -64602,sell_contrast_m10_bb_pos,sell,2026-05-26 17:45:00,546.0,13.178,1,leg_gt,0.33,60 -64603,sell_contrast_m10_bb_pos,sell,2026-05-26 17:48:00,545.0,12.9705,1,leg_gt,0.33,60 -64604,sell_contrast_m10_bb_pos,sell,2026-05-26 17:51:00,544.0,12.7631,1,leg_gt,0.33,60 -64605,sell_contrast_m10_bb_pos,sell,2026-05-26 17:54:00,551.0,14.2154,1,leg_gt,0.34,60 -64606,sell_contrast_m10_bb_pos,sell,2026-05-26 17:57:00,554.0,14.8378,1,leg_gt,0.34,60 -64607,sell_contrast_m10_bb_pos,sell,2026-05-26 18:00:00,549.0,13.8004,1,leg_gt,0.34,60 -64608,sell_contrast_m10_bb_pos,sell,2026-05-26 18:03:00,553.0,14.6303,1,leg_gt,0.34,60 -64609,sell_contrast_m10_bb_pos,sell,2026-05-26 18:06:00,552.0,14.4228,1,leg_gt,0.34,60 -64610,sell_contrast_m10_bb_pos,sell,2026-05-26 18:09:00,550.0,14.0079,1,leg_gt,0.35,60 -64611,sell_contrast_m10_bb_pos,sell,2026-05-26 18:12:00,553.0,14.6303,1,leg_gt,0.35,60 -64612,sell_contrast_m10_bb_pos,sell,2026-05-26 18:15:00,551.0,14.2154,1,leg_gt,0.35,60 -64613,sell_contrast_m10_bb_pos,sell,2026-05-26 18:18:00,554.0,14.8378,1,leg_gt,0.35,60 -64614,sell_contrast_m10_bb_pos,sell,2026-05-26 18:21:00,556.0,15.2527,1,leg_gt,0.35,60 -64615,sell_contrast_m10_bb_pos,sell,2026-05-26 18:24:00,555.0,15.0452,1,leg_gt,0.36,60 -64616,sell_contrast_m10_bb_pos,sell,2026-05-26 18:27:00,551.0,14.2154,1,leg_gt,0.36,60 -64617,sell_contrast_m10_bb_pos,sell,2026-05-26 18:30:00,552.0,14.4228,1,leg_gt,0.36,60 -64618,sell_contrast_m10_bb_pos,sell,2026-05-26 18:33:00,554.0,14.8378,1,leg_gt,0.36,60 -64619,sell_contrast_m10_bb_pos,sell,2026-05-26 18:36:00,557.0,15.4602,1,leg_gt,0.36,60 -64620,sell_contrast_m10_bb_pos,sell,2026-05-26 18:39:00,554.0,14.8378,1,leg_gt,0.37,60 -64621,sell_contrast_m10_bb_pos,sell,2026-05-26 18:51:00,558.0,15.6676,1,leg_gt,0.38,60 -64622,sell_contrast_m10_bb_pos,sell,2026-05-26 18:54:00,560.0,16.0826,1,leg_gt,0.38,60 -64623,sell_contrast_m10_bb_pos,sell,2026-05-26 18:57:00,563.0,16.705,1,leg_gt,0.38,60 -64624,sell_contrast_m10_bb_pos,sell,2026-05-26 19:00:00,564.0,16.9124,1,leg_gt,0.38,60 -64625,sell_contrast_m10_bb_pos,sell,2026-05-26 19:03:00,558.0,15.6676,1,leg_gt,0.38,60 -64626,sell_contrast_m10_bb_pos,sell,2026-05-26 19:06:00,557.0,15.4602,1,leg_gt,0.39,60 -64627,sell_contrast_m10_bb_pos,sell,2026-05-26 19:09:00,561.0,16.29,1,leg_gt,0.39,60 -64628,sell_contrast_m10_bb_pos,sell,2026-05-26 19:12:00,565.0,17.1199,1,leg_gt,0.39,60 -64629,sell_contrast_m10_bb_pos,sell,2026-05-26 19:15:00,567.0,17.5349,1,leg_gt,0.39,60 -64630,sell_contrast_m10_bb_pos,sell,2026-05-26 19:18:00,571.0,18.3647,1,leg_gt,0.39,60 -64631,sell_contrast_m10_bb_pos,sell,2026-05-26 19:30:00,576.0,19.4021,1,leg_gt,0.4,60 -64632,sell_contrast_m10_bb_pos,sell,2026-05-26 19:33:00,577.0,19.6095,1,leg_gt,0.4,60 -64633,sell_contrast_m10_bb_pos,sell,2026-05-26 19:36:00,577.0,19.6095,1,leg_gt,0.41,60 -64634,sell_contrast_m10_bb_pos,sell,2026-05-26 19:39:00,571.0,18.3647,1,leg_gt,0.41,60 -64635,sell_contrast_m10_bb_pos,sell,2026-05-26 19:51:00,579.0,20.0245,1,leg_gt,0.42,60 -64636,sell_contrast_m10_bb_pos,sell,2026-05-26 19:54:00,579.0,20.0245,1,leg_gt,0.42,60 -64637,sell_contrast_m10_bb_pos,sell,2026-05-26 19:57:00,583.0,20.8544,1,leg_gt,0.42,60 -64638,sell_contrast_m10_bb_pos,sell,2026-05-26 20:00:00,584.0,21.0618,1,leg_gt,0.42,60 -64639,sell_contrast_m10_bb_pos,sell,2026-05-26 20:03:00,587.0,21.6842,1,leg_gt,0.42,60 -64640,sell_contrast_m10_bb_pos,sell,2026-05-26 20:06:00,580.0,20.232,1,leg_gt,0.43,60 -64641,sell_contrast_m10_bb_pos,sell,2026-05-26 20:09:00,583.0,20.8544,1,leg_gt,0.43,60 -64642,sell_contrast_m10_bb_pos,sell,2026-05-26 20:12:00,588.0,21.8917,1,leg_gt,0.43,60 -64643,sell_contrast_m10_bb_pos,sell,2026-05-26 20:15:00,582.0,20.6469,1,leg_gt,0.43,60 -64644,sell_contrast_m10_bb_pos,sell,2026-05-26 20:18:00,571.0,18.3647,1,leg_gt,0.44,60 -64645,sell_contrast_m10_bb_pos,sell,2026-05-26 20:42:00,582.0,20.6469,1,leg_gt,0.45,60 -64646,sell_contrast_m10_bb_pos,sell,2026-05-26 20:45:00,590.0,22.3066,1,leg_gt,0.45,60 -64647,sell_contrast_m10_bb_pos,sell,2026-05-26 20:48:00,595.0,23.344,1,leg_gt,0.46,60 -64648,sell_contrast_m10_bb_pos,sell,2026-05-26 20:51:00,594.0,23.1365,1,leg_gt,0.46,60 -64649,sell_contrast_m10_bb_pos,sell,2026-05-26 20:54:00,594.0,23.1365,1,leg_gt,0.46,60 -64650,sell_contrast_m10_bb_pos,sell,2026-05-26 20:57:00,593.0,22.929,1,leg_gt,0.46,60 -64651,sell_contrast_m10_bb_pos,sell,2026-05-26 21:21:00,593.0,22.929,1,leg_gt,0.48,60 -64652,sell_contrast_m10_bb_pos,sell,2026-05-26 21:24:00,598.0,23.9664,1,leg_gt,0.48,60 -64653,sell_contrast_m10_bb_pos,sell,2026-05-26 21:27:00,599.0,24.1739,1,leg_gt,0.48,60 -64654,sell_contrast_m10_bb_pos,sell,2026-05-27 00:51:00,593.0,5.0418,1,leg_gt,0.08,60 -64655,sell_contrast_m10_bb_pos,sell,2026-05-27 00:54:00,593.0,5.0418,1,leg_gt,0.08,60 -64656,sell_contrast_m10_bb_pos,sell,2026-05-27 00:57:00,598.0,5.9284,1,leg_gt,0.08,60 -64657,sell_contrast_m10_bb_pos,sell,2026-05-27 03:12:00,593.0,5.0418,1,leg_gt,0.17,60 -64658,sell_contrast_m10_bb_pos,sell,2026-05-27 03:15:00,591.0,4.6872,1,leg_gt,0.18,60 -64659,sell_contrast_m10_bb_pos,sell,2026-05-27 03:18:00,590.0,4.5099,1,leg_gt,0.18,60 -64660,sell_contrast_m10_bb_pos,sell,2026-05-27 14:30:00,539.0,3.1567,1,leg_gt,0.05,60 -64661,sell_contrast_m10_bb_pos,sell,2026-05-27 14:33:00,540.0,3.3483,1,leg_gt,0.05,60 -64662,sell_contrast_m10_bb_pos,sell,2026-05-27 14:36:00,542.0,3.7314,1,leg_gt,0.05,60 -64663,sell_contrast_m10_bb_pos,sell,2026-05-27 14:39:00,545.0,4.3061,1,leg_gt,0.06,60 -64664,sell_contrast_m10_bb_pos,sell,2026-05-27 15:00:00,548.0,4.8808,1,leg_gt,0.07,60 -64665,sell_contrast_m10_bb_pos,sell,2026-05-27 15:03:00,544.0,4.1146,1,leg_gt,0.07,60 -64666,sell_contrast_m10_bb_pos,sell,2026-05-27 15:06:00,545.0,4.3061,1,leg_gt,0.08,60 -64667,sell_contrast_m10_bb_pos,sell,2026-05-27 15:09:00,545.0,4.3061,1,leg_gt,0.08,60 -64668,sell_contrast_m10_bb_pos,sell,2026-05-27 21:21:00,538.0,3.3615,1,leg_gt,0.13,60 -64669,sell_contrast_m10_bb_pos,sell,2026-05-27 21:24:00,538.0,3.3615,1,leg_gt,0.13,60 -64670,sell_contrast_m10_bb_pos,sell,2026-05-27 21:27:00,538.0,3.3615,1,leg_gt,0.13,60 -64671,sell_contrast_m10_bb_pos,sell,2026-05-27 21:30:00,536.0,2.9769,1,leg_gt,0.14,60 -64672,sell_contrast_m10_bb_pos,sell,2026-05-27 21:33:00,536.0,2.9769,1,leg_gt,0.14,60 -64673,sell_contrast_m10_bb_pos,sell,2026-05-27 21:36:00,535.0,2.7846,1,leg_gt,0.14,60 -64674,sell_contrast_m10_bb_pos,sell,2026-05-27 21:39:00,537.0,3.1692,1,leg_gt,0.14,60 -64675,sell_contrast_m10_bb_pos,sell,2026-05-28 00:42:00,541.0,3.9385,1,leg_gt,0.27,60 -64676,sell_contrast_m10_bb_pos,sell,2026-05-28 00:45:00,541.0,3.9385,1,leg_gt,0.27,60 -64677,sell_contrast_m10_bb_pos,sell,2026-05-28 00:48:00,543.0,4.3231,1,leg_gt,0.27,60 -64678,sell_contrast_m10_bb_pos,sell,2026-05-28 05:42:00,519.0,-0.2923,0,leg_gt,0.48,60 -64679,sell_contrast_m10_bb_pos,sell,2026-05-28 05:45:00,517.0,-0.6769,0,leg_gt,0.48,60 -64680,sell_contrast_m10_bb_pos,sell,2026-05-28 05:48:00,518.0,-0.4846,0,leg_gt,0.48,60 -64681,sell_contrast_m10_bb_pos,sell,2026-05-29 03:51:00,423.0,2.5699,1,leg_gt,0.05,60 -64682,sell_contrast_m10_bb_pos,sell,2026-05-29 03:54:00,424.0,2.8126,1,leg_gt,0.05,60 -64683,sell_contrast_m10_bb_pos,sell,2026-05-29 03:57:00,423.0,2.5699,1,leg_gt,0.05,60 -64684,sell_contrast_m10_bb_pos,sell,2026-05-29 04:00:00,424.0,2.8126,1,leg_gt,0.05,60 -64685,sell_contrast_m10_bb_pos,sell,2026-05-29 04:03:00,423.0,2.5699,1,leg_gt,0.05,60 -64686,sell_contrast_m10_bb_pos,sell,2026-05-29 04:06:00,423.0,2.5699,1,leg_gt,0.06,60 -64687,sell_contrast_m10_bb_pos,sell,2026-05-29 04:09:00,422.0,2.3272,1,leg_gt,0.06,60 -64688,sell_contrast_m10_bb_pos,sell,2026-05-29 09:21:00,426.0,4.3118,1,leg_gt,0.08,60 -64689,sell_contrast_m10_bb_pos,sell,2026-05-29 09:24:00,428.0,4.802,1,leg_gt,0.08,60 -64690,sell_contrast_m10_bb_pos,sell,2026-05-29 09:27:00,423.0,3.5765,1,leg_gt,0.08,60 -64691,sell_contrast_m10_bb_pos,sell,2026-05-29 09:42:00,425.0,4.0667,1,leg_gt,0.09,60 -64692,sell_contrast_m10_bb_pos,sell,2026-05-29 09:45:00,427.0,4.5569,1,leg_gt,0.1,60 -64693,sell_contrast_m10_bb_pos,sell,2026-05-29 09:48:00,426.0,4.3118,1,leg_gt,0.1,60 -64694,sell_contrast_m10_bb_pos,sell,2026-05-29 09:51:00,426.0,4.3118,1,leg_gt,0.1,60 -64695,sell_contrast_m10_bb_pos,sell,2026-05-29 09:54:00,427.0,4.5569,1,leg_gt,0.1,60 -64696,sell_contrast_m10_bb_pos,sell,2026-05-29 09:57:00,426.0,4.3118,1,leg_gt,0.1,60 -64697,sell_contrast_m10_bb_pos,sell,2026-05-29 10:00:00,428.0,4.802,1,leg_gt,0.11,60 -64698,sell_contrast_m10_bb_pos,sell,2026-05-29 10:03:00,430.0,5.2922,1,leg_gt,0.11,60 -64699,sell_contrast_m10_bb_pos,sell,2026-05-29 10:06:00,433.0,6.0275,1,leg_gt,0.11,60 -64700,sell_contrast_m10_bb_pos,sell,2026-05-29 10:09:00,436.0,6.7627,1,leg_gt,0.11,60 -64701,sell_contrast_m10_bb_pos,sell,2026-05-29 10:21:00,433.0,6.0275,1,leg_gt,0.12,60 -64702,sell_contrast_m10_bb_pos,sell,2026-05-29 10:24:00,433.0,6.0275,1,leg_gt,0.12,60 -64703,sell_contrast_m10_bb_pos,sell,2026-05-29 10:27:00,433.0,6.0275,1,leg_gt,0.12,60 -64704,sell_contrast_m10_bb_pos,sell,2026-05-29 10:30:00,432.0,5.7824,1,leg_gt,0.13,60 -64705,sell_contrast_m10_bb_pos,sell,2026-05-29 10:33:00,430.0,5.2922,1,leg_gt,0.13,60 -64706,sell_contrast_m10_bb_pos,sell,2026-05-29 10:36:00,429.0,5.0471,1,leg_gt,0.13,60 -64707,sell_contrast_m10_bb_pos,sell,2026-05-29 10:39:00,428.0,4.802,1,leg_gt,0.13,60 -64708,sell_contrast_m10_bb_pos,sell,2026-05-29 14:21:00,433.0,3.7369,1,leg_gt,0.05,60 -64709,sell_contrast_m10_bb_pos,sell,2026-05-29 14:24:00,434.0,3.9767,1,leg_gt,0.05,60 -64710,sell_contrast_m10_bb_pos,sell,2026-05-29 14:27:00,435.0,4.2165,1,leg_gt,0.05,60 -64711,sell_contrast_m10_bb_pos,sell,2026-05-29 14:42:00,433.0,3.7369,1,leg_gt,0.06,60 -64712,sell_contrast_m10_bb_pos,sell,2026-05-29 14:45:00,436.0,4.4564,1,leg_gt,0.07,60 -64713,sell_contrast_m10_bb_pos,sell,2026-05-29 14:48:00,433.0,3.7369,1,leg_gt,0.07,60 -64714,sell_contrast_m10_bb_pos,sell,2026-05-29 15:30:00,448.0,7.3341,1,leg_gt,0.1,60 -64715,sell_contrast_m10_bb_pos,sell,2026-05-29 15:33:00,448.0,7.3341,1,leg_gt,0.1,60 -64716,sell_contrast_m10_bb_pos,sell,2026-05-29 15:36:00,443.0,6.135,1,leg_gt,0.1,60 -64717,sell_contrast_m10_bb_pos,sell,2026-05-29 15:39:00,445.0,6.6146,1,leg_gt,0.1,60 -64718,sell_contrast_m10_bb_pos,sell,2026-05-29 16:12:00,453.0,8.5331,1,leg_gt,0.13,60 -64719,sell_contrast_m10_bb_pos,sell,2026-05-29 16:15:00,454.0,8.7729,1,leg_gt,0.13,60 -64720,sell_contrast_m10_bb_pos,sell,2026-05-29 16:18:00,455.0,9.0127,1,leg_gt,0.13,60 -64721,sell_contrast_m10_bb_pos,sell,2026-05-29 16:21:00,460.0,10.2118,1,leg_gt,0.13,60 -64722,sell_contrast_m10_bb_pos,sell,2026-05-29 16:24:00,463.0,10.9312,1,leg_gt,0.14,60 -64723,sell_contrast_m10_bb_pos,sell,2026-05-29 16:27:00,462.0,10.6914,1,leg_gt,0.14,60 -64724,sell_contrast_m10_bb_pos,sell,2026-05-29 23:21:00,444.0,3.1558,1,leg_gt,0.08,60 -64725,sell_contrast_m10_bb_pos,sell,2026-05-29 23:24:00,440.0,2.2256,1,leg_gt,0.08,60 -64726,sell_contrast_m10_bb_pos,sell,2026-05-29 23:27:00,438.0,1.7605,1,leg_gt,0.08,60 -64727,sell_contrast_m10_bb_pos,sell,2026-05-29 23:30:00,441.0,2.4581,1,leg_gt,0.08,60 -64728,sell_contrast_m10_bb_pos,sell,2026-05-29 23:33:00,437.0,1.5279,1,leg_gt,0.08,60 -64729,sell_contrast_m10_bb_pos,sell,2026-05-29 23:36:00,438.0,1.7605,1,leg_gt,0.09,60 -64730,sell_contrast_m10_bb_pos,sell,2026-05-29 23:39:00,439.0,1.993,1,leg_gt,0.09,60 -64731,sell_contrast_m10_bb_pos,sell,2026-05-30 00:21:00,446.0,3.6209,1,leg_gt,0.12,60 -64732,sell_contrast_m10_bb_pos,sell,2026-05-30 00:24:00,446.0,3.6209,1,leg_gt,0.12,60 -64733,sell_contrast_m10_bb_pos,sell,2026-05-30 00:27:00,444.0,3.1558,1,leg_gt,0.12,60 -64734,sell_contrast_m10_bb_pos,sell,2026-05-30 02:30:00,454.0,3.3169,1,leg_gt,0.05,60 -64735,sell_contrast_m10_bb_pos,sell,2026-05-30 02:33:00,454.0,3.3169,1,leg_gt,0.05,60 -64736,sell_contrast_m10_bb_pos,sell,2026-05-30 02:36:00,453.0,3.0891,1,leg_gt,0.05,60 -64737,sell_contrast_m10_bb_pos,sell,2026-05-30 02:39:00,457.0,4.0002,1,leg_gt,0.05,60 -64738,sell_contrast_m10_bb_pos,sell,2026-05-30 10:42:00,437.0,2.966,1,leg_gt,0.03,60 -64739,sell_contrast_m10_bb_pos,sell,2026-05-30 10:45:00,436.0,2.7302,1,leg_gt,0.03,60 -64740,sell_contrast_m10_bb_pos,sell,2026-05-30 10:48:00,435.0,2.4943,1,leg_gt,0.04,60 -64741,sell_contrast_m10_bb_pos,sell,2026-05-30 11:21:00,437.0,2.966,1,leg_gt,0.06,60 -64742,sell_contrast_m10_bb_pos,sell,2026-05-30 11:24:00,435.0,2.4943,1,leg_gt,0.06,60 -64743,sell_contrast_m10_bb_pos,sell,2026-05-30 11:27:00,436.0,2.7302,1,leg_gt,0.06,60 -64744,sell_contrast_m10_bb_pos,sell,2026-05-30 11:30:00,437.0,2.966,1,leg_gt,0.06,60 -64745,sell_contrast_m10_bb_pos,sell,2026-05-30 11:33:00,438.0,3.2019,1,leg_gt,0.07,60 -64746,sell_contrast_m10_bb_pos,sell,2026-05-30 11:36:00,445.0,4.8528,1,leg_gt,0.07,60 -64747,sell_contrast_m10_bb_pos,sell,2026-05-30 11:39:00,443.0,4.3811,1,leg_gt,0.07,60 -64748,sell_contrast_m10_bb_pos,sell,2026-05-30 11:51:00,441.0,3.9094,1,leg_gt,0.08,60 -64749,sell_contrast_m10_bb_pos,sell,2026-05-30 11:54:00,441.0,3.9094,1,leg_gt,0.08,60 -64750,sell_contrast_m10_bb_pos,sell,2026-05-30 11:57:00,442.0,4.1453,1,leg_gt,0.08,60 -64751,sell_contrast_m10_bb_pos,sell,2026-05-30 12:00:00,441.0,3.9094,1,leg_gt,0.09,60 -64752,sell_contrast_m10_bb_pos,sell,2026-05-30 12:03:00,440.0,3.6736,1,leg_gt,0.09,60 -64753,sell_contrast_m10_bb_pos,sell,2026-05-30 12:06:00,440.0,3.6736,1,leg_gt,0.09,60 -64754,sell_contrast_m10_bb_pos,sell,2026-05-30 12:09:00,440.0,3.6736,1,leg_gt,0.09,60 -64755,sell_contrast_m10_bb_pos,sell,2026-05-30 14:30:00,444.0,4.617,1,leg_gt,0.04,60 -64756,sell_contrast_m10_bb_pos,sell,2026-05-30 14:33:00,442.0,4.1453,1,leg_gt,0.04,60 -64757,sell_contrast_m10_bb_pos,sell,2026-05-30 14:36:00,442.0,4.1453,1,leg_gt,0.05,60 -64758,sell_contrast_m10_bb_pos,sell,2026-05-30 14:39:00,440.0,3.6736,1,leg_gt,0.05,60 -64759,sell_contrast_m10_bb_pos,sell,2026-05-30 17:51:00,442.0,4.1453,1,leg_gt,0.18,60 -64760,sell_contrast_m10_bb_pos,sell,2026-05-30 17:54:00,440.0,3.6736,1,leg_gt,0.18,60 -64761,sell_contrast_m10_bb_pos,sell,2026-05-30 17:57:00,441.0,3.9094,1,leg_gt,0.19,60 -64762,sell_contrast_m10_bb_pos,sell,2026-05-30 18:21:00,441.0,3.9094,1,leg_gt,0.2,60 -64763,sell_contrast_m10_bb_pos,sell,2026-05-30 18:24:00,442.0,4.1453,1,leg_gt,0.2,60 -64764,sell_contrast_m10_bb_pos,sell,2026-05-30 18:27:00,442.0,4.1453,1,leg_gt,0.21,60 -64765,sell_contrast_m10_bb_pos,sell,2026-05-30 19:12:00,439.0,3.4377,1,leg_gt,0.24,60 -64766,sell_contrast_m10_bb_pos,sell,2026-05-30 19:15:00,441.0,3.9094,1,leg_gt,0.24,60 -64767,sell_contrast_m10_bb_pos,sell,2026-05-30 19:18:00,440.0,3.6736,1,leg_gt,0.24,60 -64768,sell_contrast_m10_bb_pos,sell,2026-05-30 19:21:00,442.0,4.1453,1,leg_gt,0.24,60 -64769,sell_contrast_m10_bb_pos,sell,2026-05-30 19:24:00,442.0,4.1453,1,leg_gt,0.25,60 -64770,sell_contrast_m10_bb_pos,sell,2026-05-30 19:27:00,442.0,4.1453,1,leg_gt,0.25,60 -64771,sell_contrast_m10_bb_pos,sell,2026-05-30 20:21:00,444.0,4.617,1,leg_gt,0.29,60 -64772,sell_contrast_m10_bb_pos,sell,2026-05-30 20:24:00,444.0,4.617,1,leg_gt,0.29,60 -64773,sell_contrast_m10_bb_pos,sell,2026-05-30 20:27:00,444.0,4.617,1,leg_gt,0.29,60 -64774,sell_contrast_m10_bb_pos,sell,2026-05-30 20:51:00,446.0,5.0887,1,leg_gt,0.31,60 -64775,sell_contrast_m10_bb_pos,sell,2026-05-30 20:54:00,445.0,4.8528,1,leg_gt,0.31,60 -64776,sell_contrast_m10_bb_pos,sell,2026-05-30 20:57:00,445.0,4.8528,1,leg_gt,0.31,60 -64777,sell_contrast_m10_bb_pos,sell,2026-05-30 21:12:00,446.0,5.0887,1,leg_gt,0.32,60 -64778,sell_contrast_m10_bb_pos,sell,2026-05-30 21:15:00,445.0,4.8528,1,leg_gt,0.32,60 -64779,sell_contrast_m10_bb_pos,sell,2026-05-30 21:18:00,448.0,5.5604,1,leg_gt,0.32,60 -64780,sell_contrast_m10_bb_pos,sell,2026-05-30 21:21:00,449.0,5.7962,1,leg_gt,0.33,60 -64781,sell_contrast_m10_bb_pos,sell,2026-05-30 21:24:00,449.0,5.7962,1,leg_gt,0.33,60 -64782,sell_contrast_m10_bb_pos,sell,2026-05-30 21:27:00,449.0,5.7962,1,leg_gt,0.33,60 -64783,sell_contrast_m10_bb_pos,sell,2026-05-30 21:30:00,450.0,6.0321,1,leg_gt,0.33,60 -64784,sell_contrast_m10_bb_pos,sell,2026-05-30 21:33:00,449.0,5.7962,1,leg_gt,0.34,60 -64785,sell_contrast_m10_bb_pos,sell,2026-05-30 21:36:00,450.0,6.0321,1,leg_gt,0.34,60 -64786,sell_contrast_m10_bb_pos,sell,2026-05-30 21:39:00,452.0,6.5038,1,leg_gt,0.34,60 -64787,sell_contrast_m10_bb_pos,sell,2026-05-30 22:12:00,453.0,6.7396,1,leg_gt,0.36,60 -64788,sell_contrast_m10_bb_pos,sell,2026-05-30 22:15:00,454.0,6.9755,1,leg_gt,0.36,60 -64789,sell_contrast_m10_bb_pos,sell,2026-05-30 22:18:00,453.0,6.7396,1,leg_gt,0.37,60 -64790,sell_contrast_m10_bb_pos,sell,2026-05-30 22:21:00,455.0,7.2113,1,leg_gt,0.37,60 -64791,sell_contrast_m10_bb_pos,sell,2026-05-30 22:24:00,454.0,6.9755,1,leg_gt,0.37,60 -64792,sell_contrast_m10_bb_pos,sell,2026-05-30 22:27:00,451.0,6.2679,1,leg_gt,0.37,60 -64793,sell_contrast_m10_bb_pos,sell,2026-05-30 23:30:00,480.0,13.1075,1,leg_gt,0.42,60 -64794,sell_contrast_m10_bb_pos,sell,2026-05-30 23:33:00,481.0,13.3434,1,leg_gt,0.42,60 -64795,sell_contrast_m10_bb_pos,sell,2026-05-30 23:36:00,487.0,14.7585,1,leg_gt,0.42,60 -64796,sell_contrast_m10_bb_pos,sell,2026-05-30 23:39:00,486.0,14.5226,1,leg_gt,0.42,60 -64797,sell_contrast_m10_bb_pos,sell,2026-05-30 23:42:00,482.0,13.5792,1,leg_gt,0.42,60 -64798,sell_contrast_m10_bb_pos,sell,2026-05-30 23:45:00,483.0,13.8151,1,leg_gt,0.43,60 -64799,sell_contrast_m10_bb_pos,sell,2026-05-30 23:48:00,485.0,14.2868,1,leg_gt,0.43,60 -64800,sell_contrast_m10_bb_pos,sell,2026-05-30 23:51:00,490.0,15.466,1,leg_gt,0.43,60 -64801,sell_contrast_m10_bb_pos,sell,2026-05-30 23:54:00,486.0,14.5226,1,leg_gt,0.43,60 -64802,sell_contrast_m10_bb_pos,sell,2026-05-30 23:57:00,489.0,15.2302,1,leg_gt,0.44,60 -64803,sell_contrast_m10_bb_pos,sell,2026-05-31 00:30:00,511.0,20.4189,1,leg_gt,0.46,60 -64804,sell_contrast_m10_bb_pos,sell,2026-05-31 00:33:00,506.0,19.2396,1,leg_gt,0.46,60 -64805,sell_contrast_m10_bb_pos,sell,2026-05-31 00:36:00,511.0,20.4189,1,leg_gt,0.46,60 -64806,sell_contrast_m10_bb_pos,sell,2026-05-31 00:39:00,511.0,20.4189,1,leg_gt,0.46,60 -64807,sell_contrast_m10_bb_pos,sell,2026-05-31 00:51:00,515.0,21.3623,1,leg_gt,0.47,60 -64808,sell_contrast_m10_bb_pos,sell,2026-05-31 00:54:00,520.0,22.5415,1,leg_gt,0.48,60 -64809,sell_contrast_m10_bb_pos,sell,2026-05-31 00:57:00,517.0,21.834,1,leg_gt,0.48,60 -64810,sell_contrast_m10_bb_pos,sell,2026-05-31 01:00:00,517.0,21.834,1,leg_gt,0.48,60 -64811,sell_contrast_m10_bb_pos,sell,2026-05-31 01:03:00,521.0,22.7774,1,leg_gt,0.48,60 -64812,sell_contrast_m10_bb_pos,sell,2026-05-31 01:06:00,525.0,23.7208,1,leg_gt,0.48,60 -64813,sell_contrast_m10_bb_pos,sell,2026-05-31 01:09:00,530.0,24.9,1,leg_gt,0.49,60 -64814,sell_contrast_m10_bb_pos,sell,2026-05-31 01:12:00,526.0,23.9566,1,leg_gt,0.49,60 -64815,sell_contrast_m10_bb_pos,sell,2026-05-31 01:15:00,527.0,24.1925,1,leg_gt,0.49,60 -64816,sell_contrast_m10_bb_pos,sell,2026-05-31 01:18:00,522.0,23.0132,1,leg_gt,0.49,60 -64817,sell_contrast_m10_bb_pos,sell,2026-05-31 05:12:00,546.0,28.6736,1,leg_gt,0.65,60 -64818,sell_contrast_m10_bb_pos,sell,2026-05-31 05:15:00,550.0,29.617,1,leg_gt,0.66,60 -64819,sell_contrast_m10_bb_pos,sell,2026-05-31 05:18:00,553.0,30.3245,1,leg_gt,0.66,60 -64820,sell_contrast_m10_bb_pos,sell,2026-05-31 05:21:00,554.0,30.5604,1,leg_gt,0.66,60 -64821,sell_contrast_m10_bb_pos,sell,2026-05-31 05:24:00,549.0,29.3811,1,leg_gt,0.66,60 -64822,sell_contrast_m10_bb_pos,sell,2026-05-31 05:27:00,553.0,30.3245,1,leg_gt,0.66,60 -64823,sell_contrast_m10_bb_pos,sell,2026-05-31 05:30:00,553.0,30.3245,1,leg_gt,0.67,60 -64824,sell_contrast_m10_bb_pos,sell,2026-05-31 05:33:00,556.0,31.0321,1,leg_gt,0.67,60 -64825,sell_contrast_m10_bb_pos,sell,2026-05-31 05:36:00,560.0,31.9755,1,leg_gt,0.67,60 -64826,sell_contrast_m10_bb_pos,sell,2026-05-31 05:39:00,561.0,32.2113,1,leg_gt,0.67,60 -64827,sell_contrast_m10_bb_pos,sell,2026-05-31 05:42:00,560.0,31.9755,1,leg_gt,0.68,60 -64828,sell_contrast_m10_bb_pos,sell,2026-05-31 05:45:00,560.0,31.9755,1,leg_gt,0.68,60 -64829,sell_contrast_m10_bb_pos,sell,2026-05-31 05:48:00,561.0,32.2113,1,leg_gt,0.68,60 -64830,sell_contrast_m10_bb_pos,sell,2026-05-31 11:30:00,507.0,2.3242,1,leg_gt,0.08,60 -64831,sell_contrast_m10_bb_pos,sell,2026-05-31 11:33:00,507.0,2.3242,1,leg_gt,0.08,60 -64832,sell_contrast_m10_bb_pos,sell,2026-05-31 11:36:00,508.0,2.5263,1,leg_gt,0.08,60 -64833,sell_contrast_m10_bb_pos,sell,2026-05-31 11:39:00,507.0,2.3242,1,leg_gt,0.09,60 -64834,sell_contrast_m10_bb_pos,sell,2026-05-31 12:00:00,514.0,3.7384,1,leg_gt,0.1,60 -64835,sell_contrast_m10_bb_pos,sell,2026-05-31 12:03:00,513.0,3.5364,1,leg_gt,0.1,60 -64836,sell_contrast_m10_bb_pos,sell,2026-05-31 12:06:00,514.0,3.7384,1,leg_gt,0.1,60 -64837,sell_contrast_m10_bb_pos,sell,2026-05-31 12:09:00,513.0,3.5364,1,leg_gt,0.11,60 -64838,sell_contrast_m10_bb_pos,sell,2026-05-31 12:21:00,515.0,3.9404,1,leg_gt,0.11,60 -64839,sell_contrast_m10_bb_pos,sell,2026-05-31 12:24:00,515.0,3.9404,1,leg_gt,0.12,60 -64840,sell_contrast_m10_bb_pos,sell,2026-05-31 12:27:00,514.0,3.7384,1,leg_gt,0.12,60 -64841,sell_contrast_m10_bb_pos,sell,2026-05-31 12:30:00,514.0,3.7384,1,leg_gt,0.12,60 -64842,sell_contrast_m10_bb_pos,sell,2026-05-31 12:33:00,516.0,4.1424,1,leg_gt,0.12,60 -64843,sell_contrast_m10_bb_pos,sell,2026-05-31 12:36:00,514.0,3.7384,1,leg_gt,0.12,60 -64844,sell_contrast_m10_bb_pos,sell,2026-05-31 12:39:00,513.0,3.5364,1,leg_gt,0.13,60 -64845,sell_contrast_m10_bb_pos,sell,2026-05-31 12:51:00,512.0,3.3343,1,leg_gt,0.14,60 -64846,sell_contrast_m10_bb_pos,sell,2026-05-31 12:54:00,516.0,4.1424,1,leg_gt,0.14,60 -64847,sell_contrast_m10_bb_pos,sell,2026-05-31 12:57:00,516.0,4.1424,1,leg_gt,0.14,60 -64848,sell_contrast_m10_bb_pos,sell,2026-06-01 07:12:00,516.0,6.9539,1,leg_gt,0.49,60 -64849,sell_contrast_m10_bb_pos,sell,2026-06-01 07:15:00,516.0,6.9539,1,leg_gt,0.49,60 -64850,sell_contrast_m10_bb_pos,sell,2026-06-01 07:18:00,517.0,7.1614,1,leg_gt,0.49,60 -64851,sell_contrast_m10_bb_pos,sell,2026-06-01 09:30:00,531.0,10.066,1,leg_gt,0.58,60 -64852,sell_contrast_m10_bb_pos,sell,2026-06-01 09:33:00,532.0,10.2734,1,leg_gt,0.58,60 -64853,sell_contrast_m10_bb_pos,sell,2026-06-01 09:36:00,531.0,10.066,1,leg_gt,0.59,60 -64854,sell_contrast_m10_bb_pos,sell,2026-06-01 09:39:00,527.0,9.2361,1,leg_gt,0.59,60 -64855,sell_contrast_m10_bb_pos,sell,2026-06-01 09:42:00,527.0,9.2361,1,leg_gt,0.59,60 -64856,sell_contrast_m10_bb_pos,sell,2026-06-01 09:45:00,528.0,9.4436,1,leg_gt,0.59,60 -64857,sell_contrast_m10_bb_pos,sell,2026-06-01 09:48:00,530.0,9.8585,1,leg_gt,0.59,60 -64858,sell_contrast_m10_bb_pos,sell,2026-06-01 10:21:00,532.0,10.2734,1,leg_gt,0.62,60 -64859,sell_contrast_m10_bb_pos,sell,2026-06-01 10:24:00,531.0,10.066,1,leg_gt,0.62,60 -64860,sell_contrast_m10_bb_pos,sell,2026-06-01 10:27:00,534.0,10.6884,1,leg_gt,0.62,60 -64861,sell_contrast_m10_bb_pos,sell,2026-06-01 11:12:00,548.0,13.5929,1,leg_gt,0.65,60 -64862,sell_contrast_m10_bb_pos,sell,2026-06-01 11:15:00,550.0,14.0079,1,leg_gt,0.65,60 -64863,sell_contrast_m10_bb_pos,sell,2026-06-01 11:18:00,549.0,13.8004,1,leg_gt,0.66,60 -64864,sell_contrast_m10_bb_pos,sell,2026-06-01 11:21:00,549.0,13.8004,1,leg_gt,0.66,60 -64865,sell_contrast_m10_bb_pos,sell,2026-06-01 11:24:00,553.0,14.6303,1,leg_gt,0.66,60 -64866,sell_contrast_m10_bb_pos,sell,2026-06-01 11:27:00,553.0,14.6303,1,leg_gt,0.66,60 -64867,sell_contrast_m10_bb_pos,sell,2026-06-01 11:30:00,552.0,14.4228,1,leg_gt,0.66,60 -64868,sell_contrast_m10_bb_pos,sell,2026-06-01 11:33:00,556.0,15.2527,1,leg_gt,0.67,60 -64869,sell_contrast_m10_bb_pos,sell,2026-06-01 11:36:00,553.0,14.6303,1,leg_gt,0.67,60 -64870,sell_contrast_m10_bb_pos,sell,2026-06-01 11:39:00,557.0,15.4602,1,leg_gt,0.67,60 -64871,sell_contrast_m10_bb_pos,sell,2026-06-01 11:51:00,569.0,17.9498,1,leg_gt,0.68,60 -64872,sell_contrast_m10_bb_pos,sell,2026-06-01 11:54:00,564.0,16.9124,1,leg_gt,0.68,60 -64873,sell_contrast_m10_bb_pos,sell,2026-06-01 11:57:00,560.0,16.0826,1,leg_gt,0.68,60 -64874,sell_contrast_m10_bb_pos,sell,2026-06-01 12:00:00,565.0,17.1199,1,leg_gt,0.69,60 -64875,sell_contrast_m10_bb_pos,sell,2026-06-01 12:03:00,568.0,17.7423,1,leg_gt,0.69,60 -64876,sell_contrast_m10_bb_pos,sell,2026-06-01 12:06:00,573.0,18.7797,1,leg_gt,0.69,60 -64877,sell_contrast_m10_bb_pos,sell,2026-06-01 12:09:00,562.0,16.4975,1,leg_gt,0.69,60 -64878,sell_contrast_m10_bb_pos,sell,2026-06-01 12:30:00,585.0,21.2693,1,leg_gt,0.71,60 -64879,sell_contrast_m10_bb_pos,sell,2026-06-01 12:33:00,583.0,20.8544,1,leg_gt,0.71,60 -64880,sell_contrast_m10_bb_pos,sell,2026-06-01 12:36:00,577.0,19.6095,1,leg_gt,0.71,60 -64881,sell_contrast_m10_bb_pos,sell,2026-06-01 12:39:00,575.0,19.1946,1,leg_gt,0.71,60 -64882,sell_contrast_m10_bb_pos,sell,2026-06-01 12:51:00,574.0,18.9871,1,leg_gt,0.72,60 -64883,sell_contrast_m10_bb_pos,sell,2026-06-01 12:54:00,575.0,19.1946,1,leg_gt,0.72,60 -64884,sell_contrast_m10_bb_pos,sell,2026-06-01 12:57:00,580.0,20.232,1,leg_gt,0.72,60 -64885,sell_contrast_m10_bb_pos,sell,2026-06-01 20:12:00,560.0,1.3493,1,leg_gt,0.2,60 -64886,sell_contrast_m10_bb_pos,sell,2026-06-01 20:15:00,560.0,1.3493,1,leg_gt,0.2,60 -64887,sell_contrast_m10_bb_pos,sell,2026-06-01 20:18:00,562.0,1.7116,1,leg_gt,0.2,60 -64888,sell_contrast_m10_bb_pos,sell,2026-06-02 01:12:00,570.0,4.8724,1,leg_gt,0.17,60 -64889,sell_contrast_m10_bb_pos,sell,2026-06-02 01:15:00,576.0,5.9773,1,leg_gt,0.17,60 -64890,sell_contrast_m10_bb_pos,sell,2026-06-02 01:18:00,579.0,6.5298,1,leg_gt,0.18,60 -64891,sell_contrast_m10_bb_pos,sell,2026-06-02 02:00:00,593.0,9.1081,1,leg_gt,0.2,60 -64892,sell_contrast_m10_bb_pos,sell,2026-06-02 02:03:00,594.0,9.2923,1,leg_gt,0.21,60 -64893,sell_contrast_m10_bb_pos,sell,2026-06-02 02:06:00,594.0,9.2923,1,leg_gt,0.21,60 -64894,sell_contrast_m10_bb_pos,sell,2026-06-02 02:09:00,597.0,9.8448,1,leg_gt,0.21,60 -64895,sell_contrast_m10_bb_pos,sell,2026-06-02 02:12:00,603.0,10.9497,1,leg_gt,0.21,60 -64896,sell_contrast_m10_bb_pos,sell,2026-06-02 02:15:00,592.0,8.9239,1,leg_gt,0.21,60 -64897,sell_contrast_m10_bb_pos,sell,2026-06-02 02:18:00,585.0,7.6348,1,leg_gt,0.22,60 -64898,sell_contrast_m10_bb_pos,sell,2026-06-02 03:21:00,617.0,13.528,1,leg_gt,0.26,60 -64899,sell_contrast_m10_bb_pos,sell,2026-06-02 03:24:00,617.0,13.528,1,leg_gt,0.26,60 -64900,sell_contrast_m10_bb_pos,sell,2026-06-02 03:27:00,614.0,12.9755,1,leg_gt,0.26,60 -64901,sell_contrast_m10_bb_pos,sell,2026-06-02 03:30:00,609.0,12.0547,1,leg_gt,0.27,60 -64902,sell_contrast_m10_bb_pos,sell,2026-06-02 03:33:00,617.0,13.528,1,leg_gt,0.27,60 -64903,sell_contrast_m10_bb_pos,sell,2026-06-02 03:36:00,625.0,15.0013,1,leg_gt,0.27,60 -64904,sell_contrast_m10_bb_pos,sell,2026-06-02 03:39:00,627.0,15.3696,1,leg_gt,0.27,60 -64905,sell_contrast_m10_bb_pos,sell,2026-06-02 04:30:00,612.0,3.4533,1,leg_gt,0.02,60 -64906,sell_contrast_m10_bb_pos,sell,2026-06-02 04:33:00,624.0,5.4838,1,leg_gt,0.02,60 -64907,sell_contrast_m10_bb_pos,sell,2026-06-02 04:36:00,627.0,5.9914,1,leg_gt,0.02,60 -64908,sell_contrast_m10_bb_pos,sell,2026-06-02 04:39:00,627.0,5.9914,1,leg_gt,0.03,60 -64909,sell_contrast_m10_bb_pos,sell,2026-06-02 05:00:00,634.0,7.1758,1,leg_gt,0.04,60 -64910,sell_contrast_m10_bb_pos,sell,2026-06-02 05:03:00,632.0,6.8374,1,leg_gt,0.04,60 -64911,sell_contrast_m10_bb_pos,sell,2026-06-02 05:06:00,637.0,7.6834,1,leg_gt,0.05,60 -64912,sell_contrast_m10_bb_pos,sell,2026-06-02 05:09:00,631.0,6.6682,1,leg_gt,0.05,60 -64913,sell_contrast_m10_bb_pos,sell,2026-06-02 05:12:00,628.0,6.1606,1,leg_gt,0.05,60 -64914,sell_contrast_m10_bb_pos,sell,2026-06-02 05:15:00,632.0,6.8374,1,leg_gt,0.05,60 -64915,sell_contrast_m10_bb_pos,sell,2026-06-02 05:18:00,631.0,6.6682,1,leg_gt,0.05,60 -64916,sell_contrast_m10_bb_pos,sell,2026-06-02 05:21:00,633.0,7.0066,1,leg_gt,0.06,60 -64917,sell_contrast_m10_bb_pos,sell,2026-06-02 05:24:00,635.0,7.345,1,leg_gt,0.06,60 -64918,sell_contrast_m10_bb_pos,sell,2026-06-02 05:27:00,628.0,6.1606,1,leg_gt,0.06,60 -64919,sell_contrast_m10_bb_pos,sell,2026-06-02 06:30:00,642.0,4.1208,1,leg_gt,0.03,60 -64920,sell_contrast_m10_bb_pos,sell,2026-06-02 06:33:00,641.0,3.9584,1,leg_gt,0.03,60 -64921,sell_contrast_m10_bb_pos,sell,2026-06-02 06:36:00,647.0,4.9325,1,leg_gt,0.04,60 -64922,sell_contrast_m10_bb_pos,sell,2026-06-02 06:39:00,642.0,4.1208,1,leg_gt,0.04,60 -64923,sell_contrast_m10_bb_pos,sell,2026-06-02 12:00:00,640.0,2.9596,1,leg_gt,0.18,60 -64924,sell_contrast_m10_bb_pos,sell,2026-06-02 12:03:00,641.0,3.1206,1,leg_gt,0.18,60 -64925,sell_contrast_m10_bb_pos,sell,2026-06-02 12:06:00,652.0,4.8919,1,leg_gt,0.19,60 -64926,sell_contrast_m10_bb_pos,sell,2026-06-02 12:09:00,648.0,4.2478,1,leg_gt,0.19,60 -64927,sell_contrast_m10_bb_pos,sell,2026-06-02 12:42:00,662.0,6.5023,1,leg_gt,0.21,60 -64928,sell_contrast_m10_bb_pos,sell,2026-06-02 12:45:00,658.0,5.8581,1,leg_gt,0.21,60 -64929,sell_contrast_m10_bb_pos,sell,2026-06-02 12:48:00,666.0,7.1464,1,leg_gt,0.21,60 -64930,sell_contrast_m10_bb_pos,sell,2026-06-02 13:12:00,660.0,6.1802,1,leg_gt,0.23,60 -64931,sell_contrast_m10_bb_pos,sell,2026-06-02 13:15:00,664.0,6.8243,1,leg_gt,0.23,60 -64932,sell_contrast_m10_bb_pos,sell,2026-06-02 13:18:00,664.0,6.8243,1,leg_gt,0.24,60 -64933,sell_contrast_m10_bb_pos,sell,2026-06-02 13:21:00,673.0,8.2736,1,leg_gt,0.24,60 -64934,sell_contrast_m10_bb_pos,sell,2026-06-02 13:24:00,674.0,8.4346,1,leg_gt,0.24,60 -64935,sell_contrast_m10_bb_pos,sell,2026-06-02 13:27:00,672.0,8.1126,1,leg_gt,0.24,60 -64936,sell_contrast_m10_bb_pos,sell,2026-06-02 13:30:00,675.0,8.5957,1,leg_gt,0.24,60 -64937,sell_contrast_m10_bb_pos,sell,2026-06-02 13:33:00,677.0,8.9177,1,leg_gt,0.25,60 -64938,sell_contrast_m10_bb_pos,sell,2026-06-02 13:36:00,682.0,9.7229,1,leg_gt,0.25,60 -64939,sell_contrast_m10_bb_pos,sell,2026-06-02 13:39:00,682.0,9.7229,1,leg_gt,0.25,60 -64940,sell_contrast_m10_bb_pos,sell,2026-06-02 13:42:00,680.0,9.4008,1,leg_gt,0.25,60 -64941,sell_contrast_m10_bb_pos,sell,2026-06-02 13:45:00,684.0,10.0449,1,leg_gt,0.25,60 -64942,sell_contrast_m10_bb_pos,sell,2026-06-02 13:48:00,672.0,8.1126,1,leg_gt,0.26,60 -64943,sell_contrast_m10_bb_pos,sell,2026-06-02 14:00:00,692.0,11.3332,1,leg_gt,0.26,60 -64944,sell_contrast_m10_bb_pos,sell,2026-06-02 14:03:00,684.0,10.0449,1,leg_gt,0.27,60 -64945,sell_contrast_m10_bb_pos,sell,2026-06-02 14:06:00,686.0,10.367,1,leg_gt,0.27,60 -64946,sell_contrast_m10_bb_pos,sell,2026-06-02 14:09:00,692.0,11.3332,1,leg_gt,0.27,60 -64947,sell_contrast_m10_bb_pos,sell,2026-06-02 14:12:00,684.0,10.0449,1,leg_gt,0.27,60 -64948,sell_contrast_m10_bb_pos,sell,2026-06-02 14:15:00,693.0,11.4942,1,leg_gt,0.28,60 -64949,sell_contrast_m10_bb_pos,sell,2026-06-02 14:18:00,697.0,12.1383,1,leg_gt,0.28,60 -64950,sell_contrast_m10_bb_pos,sell,2026-06-02 14:21:00,699.0,12.4604,1,leg_gt,0.28,60 -64951,sell_contrast_m10_bb_pos,sell,2026-06-02 14:24:00,692.0,11.3332,1,leg_gt,0.28,60 -64952,sell_contrast_m10_bb_pos,sell,2026-06-02 14:27:00,681.0,9.5618,1,leg_gt,0.28,60 -64953,sell_contrast_m10_bb_pos,sell,2026-06-02 20:12:00,617.0,3.2501,1,leg_gt,0.05,60 -64954,sell_contrast_m10_bb_pos,sell,2026-06-02 20:15:00,619.0,3.5851,1,leg_gt,0.05,60 -64955,sell_contrast_m10_bb_pos,sell,2026-06-02 20:18:00,619.0,3.5851,1,leg_gt,0.05,60 -64956,sell_contrast_m10_bb_pos,sell,2026-06-03 02:00:00,605.0,3.3188,1,leg_gt,0.06,60 -64957,sell_contrast_m10_bb_pos,sell,2026-06-03 02:03:00,611.0,4.3444,1,leg_gt,0.06,60 -64958,sell_contrast_m10_bb_pos,sell,2026-06-03 02:06:00,618.0,5.541,1,leg_gt,0.07,60 -64959,sell_contrast_m10_bb_pos,sell,2026-06-03 02:09:00,620.0,5.8829,1,leg_gt,0.07,60 -64960,sell_contrast_m10_bb_pos,sell,2026-06-03 02:12:00,619.0,5.712,1,leg_gt,0.07,60 -64961,sell_contrast_m10_bb_pos,sell,2026-06-03 02:15:00,619.0,5.712,1,leg_gt,0.07,60 -64962,sell_contrast_m10_bb_pos,sell,2026-06-03 02:18:00,617.0,5.3701,1,leg_gt,0.08,60 -64963,sell_contrast_m10_bb_pos,sell,2026-06-03 06:30:00,604.0,4.7611,1,leg_gt,0.04,60 -64964,sell_contrast_m10_bb_pos,sell,2026-06-03 06:33:00,603.0,4.5875,1,leg_gt,0.05,60 -64965,sell_contrast_m10_bb_pos,sell,2026-06-03 06:36:00,604.0,4.7611,1,leg_gt,0.05,60 -64966,sell_contrast_m10_bb_pos,sell,2026-06-03 06:39:00,608.0,5.4556,1,leg_gt,0.05,60 -64967,sell_contrast_m10_bb_pos,sell,2026-06-03 06:42:00,600.0,4.0667,1,leg_gt,0.05,60 -64968,sell_contrast_m10_bb_pos,sell,2026-06-03 06:45:00,603.0,4.5875,1,leg_gt,0.05,60 -64969,sell_contrast_m10_bb_pos,sell,2026-06-03 06:48:00,600.0,4.0667,1,leg_gt,0.06,60 -64970,sell_contrast_m10_bb_pos,sell,2026-06-03 09:42:00,587.0,4.9089,1,leg_gt,0.05,60 -64971,sell_contrast_m10_bb_pos,sell,2026-06-03 09:45:00,591.0,5.6245,1,leg_gt,0.06,60 -64972,sell_contrast_m10_bb_pos,sell,2026-06-03 09:48:00,592.0,5.8034,1,leg_gt,0.06,60 -64973,sell_contrast_m10_bb_pos,sell,2026-06-03 10:12:00,591.0,5.6245,1,leg_gt,0.08,60 -64974,sell_contrast_m10_bb_pos,sell,2026-06-03 10:15:00,589.0,5.2667,1,leg_gt,0.08,60 -64975,sell_contrast_m10_bb_pos,sell,2026-06-03 10:18:00,593.0,5.9823,1,leg_gt,0.08,60 -64976,sell_contrast_m10_bb_pos,sell,2026-06-03 13:21:00,593.0,4.3014,1,leg_gt,0.02,60 -64977,sell_contrast_m10_bb_pos,sell,2026-06-03 13:24:00,592.0,4.1254,1,leg_gt,0.02,60 -64978,sell_contrast_m10_bb_pos,sell,2026-06-03 13:27:00,597.0,5.0056,1,leg_gt,0.02,60 -64979,sell_contrast_m10_bb_pos,sell,2026-06-03 13:42:00,591.0,3.9493,1,leg_gt,0.03,60 -64980,sell_contrast_m10_bb_pos,sell,2026-06-03 13:45:00,593.0,4.3014,1,leg_gt,0.03,60 -64981,sell_contrast_m10_bb_pos,sell,2026-06-03 13:48:00,596.0,4.8296,1,leg_gt,0.04,60 -64982,sell_contrast_m10_bb_pos,sell,2026-06-03 13:51:00,596.0,4.8296,1,leg_gt,0.04,60 -64983,sell_contrast_m10_bb_pos,sell,2026-06-03 13:54:00,592.0,4.1254,1,leg_gt,0.04,60 -64984,sell_contrast_m10_bb_pos,sell,2026-06-03 13:57:00,600.0,5.5338,1,leg_gt,0.04,60 -64985,sell_contrast_m10_bb_pos,sell,2026-06-03 14:00:00,603.0,6.062,1,leg_gt,0.04,60 -64986,sell_contrast_m10_bb_pos,sell,2026-06-03 14:03:00,606.0,6.5901,1,leg_gt,0.05,60 -64987,sell_contrast_m10_bb_pos,sell,2026-06-03 14:06:00,605.0,6.4141,1,leg_gt,0.05,60 -64988,sell_contrast_m10_bb_pos,sell,2026-06-03 14:09:00,608.0,6.9423,1,leg_gt,0.05,60 -64989,sell_contrast_m10_bb_pos,sell,2026-06-03 14:12:00,608.0,6.9423,1,leg_gt,0.05,60 -64990,sell_contrast_m10_bb_pos,sell,2026-06-03 14:15:00,606.0,6.5901,1,leg_gt,0.05,60 -64991,sell_contrast_m10_bb_pos,sell,2026-06-03 14:18:00,611.0,7.4704,1,leg_gt,0.06,60 -64992,sell_contrast_m10_bb_pos,sell,2026-06-03 14:21:00,611.0,7.4704,1,leg_gt,0.06,60 -64993,sell_contrast_m10_bb_pos,sell,2026-06-03 14:24:00,611.0,7.4704,1,leg_gt,0.06,60 -64994,sell_contrast_m10_bb_pos,sell,2026-06-03 14:27:00,607.0,6.7662,1,leg_gt,0.06,60 -64995,sell_contrast_m10_bb_pos,sell,2026-06-03 14:42:00,623.0,9.5831,1,leg_gt,0.07,60 -64996,sell_contrast_m10_bb_pos,sell,2026-06-03 14:45:00,621.0,9.231,1,leg_gt,0.08,60 -64997,sell_contrast_m10_bb_pos,sell,2026-06-03 14:48:00,613.0,7.8225,1,leg_gt,0.08,60 -64998,sell_contrast_m10_bb_pos,sell,2026-06-03 15:21:00,641.0,12.7521,1,leg_gt,0.1,60 -64999,sell_contrast_m10_bb_pos,sell,2026-06-03 15:24:00,645.0,13.4563,1,leg_gt,0.1,60 -65000,sell_contrast_m10_bb_pos,sell,2026-06-03 15:27:00,644.0,13.2803,1,leg_gt,0.1,60 -65001,sell_contrast_m10_bb_pos,sell,2026-06-03 15:30:00,644.0,13.2803,1,leg_gt,0.11,60 -65002,sell_contrast_m10_bb_pos,sell,2026-06-03 15:33:00,647.0,13.8085,1,leg_gt,0.11,60 -65003,sell_contrast_m10_bb_pos,sell,2026-06-03 15:36:00,654.0,15.0408,1,leg_gt,0.11,60 -65004,sell_contrast_m10_bb_pos,sell,2026-06-03 15:39:00,656.0,15.393,1,leg_gt,0.11,60 -65005,sell_contrast_m10_bb_pos,sell,2026-06-03 15:42:00,654.0,15.0408,1,leg_gt,0.11,60 -65006,sell_contrast_m10_bb_pos,sell,2026-06-03 15:45:00,659.0,15.9211,1,leg_gt,0.12,60 -65007,sell_contrast_m10_bb_pos,sell,2026-06-03 15:48:00,657.0,15.569,1,leg_gt,0.12,60 -65008,sell_contrast_m10_bb_pos,sell,2026-06-03 15:51:00,649.0,14.1606,1,leg_gt,0.12,60 -65009,sell_contrast_m10_bb_pos,sell,2026-06-03 15:54:00,647.0,13.8085,1,leg_gt,0.12,60 -65010,sell_contrast_m10_bb_pos,sell,2026-06-03 15:57:00,647.0,13.8085,1,leg_gt,0.12,60 -65011,sell_contrast_m10_bb_pos,sell,2026-06-03 17:51:00,687.0,20.8507,1,leg_gt,0.2,60 -65012,sell_contrast_m10_bb_pos,sell,2026-06-03 17:54:00,684.0,20.3225,1,leg_gt,0.21,60 -65013,sell_contrast_m10_bb_pos,sell,2026-06-03 17:57:00,685.0,20.4986,1,leg_gt,0.21,60 -65014,sell_contrast_m10_bb_pos,sell,2026-06-03 18:21:00,674.0,18.562,1,leg_gt,0.22,60 -65015,sell_contrast_m10_bb_pos,sell,2026-06-03 18:24:00,682.0,19.9704,1,leg_gt,0.23,60 -65016,sell_contrast_m10_bb_pos,sell,2026-06-03 18:27:00,685.0,20.4986,1,leg_gt,0.23,60 -65017,sell_contrast_m10_bb_pos,sell,2026-06-03 18:30:00,688.0,21.0268,1,leg_gt,0.23,60 -65018,sell_contrast_m10_bb_pos,sell,2026-06-03 18:33:00,693.0,21.907,1,leg_gt,0.23,60 -65019,sell_contrast_m10_bb_pos,sell,2026-06-03 18:36:00,690.0,21.3789,1,leg_gt,0.24,60 -65020,sell_contrast_m10_bb_pos,sell,2026-06-03 18:39:00,695.0,22.2592,1,leg_gt,0.24,60 -65021,sell_contrast_m10_bb_pos,sell,2026-06-03 19:12:00,704.0,23.8437,1,leg_gt,0.26,60 -65022,sell_contrast_m10_bb_pos,sell,2026-06-03 19:15:00,700.0,23.1394,1,leg_gt,0.26,60 -65023,sell_contrast_m10_bb_pos,sell,2026-06-03 19:18:00,697.0,22.6113,1,leg_gt,0.26,60 -65024,sell_contrast_m10_bb_pos,sell,2026-06-03 19:42:00,740.0,30.1817,1,leg_gt,0.28,60 -65025,sell_contrast_m10_bb_pos,sell,2026-06-03 19:45:00,733.0,28.9493,1,leg_gt,0.28,60 -65026,sell_contrast_m10_bb_pos,sell,2026-06-03 19:48:00,745.0,31.062,1,leg_gt,0.29,60 -65027,sell_contrast_m10_bb_pos,sell,2026-06-03 19:51:00,750.0,31.9423,1,leg_gt,0.29,60 -65028,sell_contrast_m10_bb_pos,sell,2026-06-03 19:54:00,745.0,31.062,1,leg_gt,0.29,60 -65029,sell_contrast_m10_bb_pos,sell,2026-06-03 19:57:00,755.0,32.8225,1,leg_gt,0.29,60 -65030,sell_contrast_m10_bb_pos,sell,2026-06-03 20:00:00,751.0,32.1183,1,leg_gt,0.29,60 -65031,sell_contrast_m10_bb_pos,sell,2026-06-03 20:03:00,760.0,33.7028,1,leg_gt,0.3,60 -65032,sell_contrast_m10_bb_pos,sell,2026-06-03 20:06:00,761.0,33.8789,1,leg_gt,0.3,60 -65033,sell_contrast_m10_bb_pos,sell,2026-06-03 20:09:00,765.0,34.5831,1,leg_gt,0.3,60 -65034,sell_contrast_m10_bb_pos,sell,2026-06-03 22:21:00,777.0,7.667,1,leg_gt,0.05,60 -65035,sell_contrast_m10_bb_pos,sell,2026-06-03 22:24:00,773.0,7.1122,1,leg_gt,0.06,60 -65036,sell_contrast_m10_bb_pos,sell,2026-06-03 22:27:00,773.0,7.1122,1,leg_gt,0.06,60 -65037,sell_contrast_m10_bb_pos,sell,2026-06-03 23:42:00,775.0,1.3398,1,leg_gt,0.01,60 -65038,sell_contrast_m10_bb_pos,sell,2026-06-03 23:42:00,775.0,1.3398,1,leg_gt,0.01,60 -65039,sell_contrast_m10_bb_pos,sell,2026-06-03 23:45:00,780.0,1.9942,1,leg_gt,0.02,60 -65040,sell_contrast_m10_bb_pos,sell,2026-06-03 23:45:00,780.0,1.9942,1,leg_gt,0.02,60 -65041,sell_contrast_m10_bb_pos,sell,2026-06-03 23:48:00,770.0,0.6853,1,leg_gt,0.02,60 -65042,sell_contrast_m10_bb_pos,sell,2026-06-03 23:48:00,770.0,0.6853,1,leg_gt,0.02,60 -65043,sell_contrast_m10_bb_pos,sell,2026-06-04 00:51:00,789.0,3.1723,1,leg_gt,0.06,60 -65044,sell_contrast_m10_bb_pos,sell,2026-06-04 00:51:00,789.0,3.1723,1,leg_gt,0.06,60 -65045,sell_contrast_m10_bb_pos,sell,2026-06-04 00:54:00,784.0,2.5178,1,leg_gt,0.06,60 -65046,sell_contrast_m10_bb_pos,sell,2026-06-04 00:54:00,784.0,2.5178,1,leg_gt,0.06,60 -65047,sell_contrast_m10_bb_pos,sell,2026-06-04 00:57:00,784.0,2.5178,1,leg_gt,0.07,60 -65048,sell_contrast_m10_bb_pos,sell,2026-06-04 00:57:00,784.0,2.5178,1,leg_gt,0.07,60 -65049,sell_contrast_m10_bb_pos,sell,2026-06-04 02:00:00,800.0,5.8603,1,leg_gt,0.04,60 -65050,sell_contrast_m10_bb_pos,sell,2026-06-04 02:00:00,800.0,5.8603,1,leg_gt,0.04,60 -65051,sell_contrast_m10_bb_pos,sell,2026-06-04 02:03:00,797.0,5.4629,1,leg_gt,0.04,60 -65052,sell_contrast_m10_bb_pos,sell,2026-06-04 02:03:00,797.0,5.4629,1,leg_gt,0.04,60 -65053,sell_contrast_m10_bb_pos,sell,2026-06-04 02:06:00,780.0,3.2113,1,leg_gt,0.04,60 -65054,sell_contrast_m10_bb_pos,sell,2026-06-04 02:06:00,780.0,3.2113,1,leg_gt,0.04,60 -65055,sell_contrast_m10_bb_pos,sell,2026-06-04 02:09:00,780.0,3.2113,1,leg_gt,0.04,60 -65056,sell_contrast_m10_bb_pos,sell,2026-06-04 02:09:00,780.0,3.2113,1,leg_gt,0.04,60 -65057,sell_contrast_m10_bb_pos,sell,2026-06-04 03:51:00,771.0,2.1546,1,leg_gt,0.02,60 -65058,sell_contrast_m10_bb_pos,sell,2026-06-04 03:51:00,771.0,2.1546,1,leg_gt,0.02,60 -65059,sell_contrast_m10_bb_pos,sell,2026-06-04 03:54:00,773.0,2.4199,1,leg_gt,0.02,60 -65060,sell_contrast_m10_bb_pos,sell,2026-06-04 03:54:00,773.0,2.4199,1,leg_gt,0.02,60 -65061,sell_contrast_m10_bb_pos,sell,2026-06-04 03:57:00,777.0,2.9504,1,leg_gt,0.03,60 -65062,sell_contrast_m10_bb_pos,sell,2026-06-04 03:57:00,777.0,2.9504,1,leg_gt,0.03,60 -65063,sell_contrast_m10_bb_pos,sell,2026-06-04 04:30:00,772.0,2.2873,1,leg_gt,0.05,60 -65064,sell_contrast_m10_bb_pos,sell,2026-06-04 04:30:00,772.0,2.2873,1,leg_gt,0.05,60 -65065,sell_contrast_m10_bb_pos,sell,2026-06-04 04:33:00,768.0,1.7568,1,leg_gt,0.05,60 -65066,sell_contrast_m10_bb_pos,sell,2026-06-04 04:33:00,768.0,1.7568,1,leg_gt,0.05,60 -65067,sell_contrast_m10_bb_pos,sell,2026-06-04 04:36:00,768.0,0.4236,1,leg_gt,0.0,60 -65068,sell_contrast_m10_bb_pos,sell,2026-06-04 04:36:00,768.0,0.4236,1,leg_gt,0.0,60 -65069,sell_contrast_m10_bb_pos,sell,2026-06-04 04:39:00,783.0,2.3869,1,leg_gt,0.0,60 -65070,sell_contrast_m10_bb_pos,sell,2026-06-04 04:39:00,783.0,2.3869,1,leg_gt,0.0,60 -65071,sell_contrast_m10_bb_pos,sell,2026-06-04 04:42:00,787.0,2.9105,1,leg_gt,0.01,60 -65072,sell_contrast_m10_bb_pos,sell,2026-06-04 04:42:00,787.0,2.9105,1,leg_gt,0.01,60 -65073,sell_contrast_m10_bb_pos,sell,2026-06-04 04:45:00,788.0,3.0414,1,leg_gt,0.01,60 -65074,sell_contrast_m10_bb_pos,sell,2026-06-04 04:45:00,788.0,3.0414,1,leg_gt,0.01,60 -65075,sell_contrast_m10_bb_pos,sell,2026-06-04 04:48:00,788.0,3.0414,1,leg_gt,0.01,60 -65076,sell_contrast_m10_bb_pos,sell,2026-06-04 04:48:00,788.0,3.0414,1,leg_gt,0.01,60 -65077,sell_contrast_m10_bb_pos,sell,2026-06-04 04:51:00,779.0,1.8634,1,leg_gt,0.01,60 -65078,sell_contrast_m10_bb_pos,sell,2026-06-04 04:51:00,779.0,1.8634,1,leg_gt,0.01,60 -65079,sell_contrast_m10_bb_pos,sell,2026-06-04 04:54:00,779.0,1.8634,1,leg_gt,0.01,60 -65080,sell_contrast_m10_bb_pos,sell,2026-06-04 04:54:00,779.0,1.8634,1,leg_gt,0.01,60 -65081,sell_contrast_m10_bb_pos,sell,2026-06-04 04:57:00,779.0,1.8634,1,leg_gt,0.02,60 -65082,sell_contrast_m10_bb_pos,sell,2026-06-04 04:57:00,779.0,1.8634,1,leg_gt,0.02,60 -65083,sell_contrast_m10_bb_pos,sell,2026-06-04 05:12:00,794.0,3.8267,1,leg_gt,0.03,60 -65084,sell_contrast_m10_bb_pos,sell,2026-06-04 05:12:00,794.0,3.8267,1,leg_gt,0.03,60 -65085,sell_contrast_m10_bb_pos,sell,2026-06-04 05:15:00,785.0,2.6487,1,leg_gt,0.03,60 -65086,sell_contrast_m10_bb_pos,sell,2026-06-04 05:15:00,785.0,2.6487,1,leg_gt,0.03,60 -65087,sell_contrast_m10_bb_pos,sell,2026-06-04 05:18:00,780.0,1.9942,1,leg_gt,0.03,60 -65088,sell_contrast_m10_bb_pos,sell,2026-06-04 05:18:00,780.0,1.9942,1,leg_gt,0.03,60 -65089,sell_contrast_m10_bb_pos,sell,2026-06-04 05:30:00,789.0,3.1723,1,leg_gt,0.04,60 -65090,sell_contrast_m10_bb_pos,sell,2026-06-04 05:30:00,789.0,3.1723,1,leg_gt,0.04,60 -65091,sell_contrast_m10_bb_pos,sell,2026-06-04 05:33:00,782.0,2.256,1,leg_gt,0.04,60 -65092,sell_contrast_m10_bb_pos,sell,2026-06-04 05:33:00,782.0,2.256,1,leg_gt,0.04,60 -65093,sell_contrast_m10_bb_pos,sell,2026-06-04 05:36:00,775.0,1.3398,1,leg_gt,0.04,60 -65094,sell_contrast_m10_bb_pos,sell,2026-06-04 05:36:00,775.0,1.3398,1,leg_gt,0.04,60 -65095,sell_contrast_m10_bb_pos,sell,2026-06-04 05:39:00,779.0,1.8634,1,leg_gt,0.05,60 -65096,sell_contrast_m10_bb_pos,sell,2026-06-04 05:39:00,779.0,1.8634,1,leg_gt,0.05,60 -65097,sell_mtf_cross_all_tf,sell,2025-06-08 04:30:00,1555.0,9.33,1,leg_gt,1.93,60 -65098,sell_mtf_cross_all_tf,sell,2025-06-08 04:33:00,1552.0,9.1189,1,leg_gt,1.93,60 -65099,sell_mtf_cross_all_tf,sell,2025-06-08 04:36:00,1552.0,9.1189,1,leg_gt,1.93,60 -65100,sell_mtf_cross_all_tf,sell,2025-06-08 04:39:00,1553.0,9.1892,1,leg_gt,1.94,60 -65101,sell_mtf_cross_all_tf,sell,2025-06-08 06:30:00,1558.0,9.5411,1,leg_gt,2.01,60 -65102,sell_mtf_cross_all_tf,sell,2025-06-08 06:33:00,1557.0,9.4707,1,leg_gt,2.01,60 -65103,sell_mtf_cross_all_tf,sell,2025-06-08 06:36:00,1561.0,9.7522,1,leg_gt,2.02,60 -65104,sell_mtf_cross_all_tf,sell,2025-06-08 06:39:00,1559.0,9.6115,1,leg_gt,2.02,60 -65105,sell_mtf_cross_all_tf,sell,2025-06-08 07:30:00,1564.0,9.9633,1,leg_gt,2.05,60 -65106,sell_mtf_cross_all_tf,sell,2025-06-08 07:42:00,1565.0,10.0337,1,leg_gt,2.06,60 -65107,sell_mtf_cross_all_tf,sell,2025-06-10 06:36:00,1578.0,4.9599,1,leg_gt,0.31,60 -65108,sell_mtf_cross_all_tf,sell,2025-06-10 06:39:00,1577.0,4.8933,1,leg_gt,0.31,60 -65109,sell_mtf_cross_all_tf,sell,2025-06-10 06:42:00,1570.0,4.4273,1,leg_gt,0.32,60 -65110,sell_mtf_cross_all_tf,sell,2025-06-10 07:06:00,1577.0,4.8933,1,leg_gt,0.33,60 -65111,sell_mtf_cross_all_tf,sell,2025-06-10 07:36:00,1590.0,5.7589,1,leg_gt,0.35,60 -65112,sell_mtf_cross_all_tf,sell,2025-06-10 07:39:00,1585.0,5.426,1,leg_gt,0.36,60 -65113,sell_mtf_cross_all_tf,sell,2025-06-10 07:45:00,1586.0,5.4925,1,leg_gt,0.36,60 -65114,sell_mtf_cross_all_tf,sell,2025-06-10 08:00:00,1592.0,5.892,1,leg_gt,0.37,60 -65115,sell_mtf_cross_all_tf,sell,2025-06-10 08:03:00,1595.0,6.0917,1,leg_gt,0.37,60 -65116,sell_mtf_cross_all_tf,sell,2025-06-10 08:06:00,1594.0,6.0252,1,leg_gt,0.38,60 -65117,sell_mtf_cross_all_tf,sell,2025-06-10 08:12:00,1593.0,5.9586,1,leg_gt,0.38,60 -65118,sell_mtf_cross_all_tf,sell,2025-06-10 09:36:00,1598.0,6.2915,1,leg_gt,0.44,60 -65119,sell_mtf_cross_all_tf,sell,2025-06-10 09:39:00,1598.0,6.2915,1,leg_gt,0.44,60 -65120,sell_mtf_cross_all_tf,sell,2025-06-10 16:36:00,1571.0,2.1786,1,leg_gt,0.06,60 -65121,sell_mtf_cross_all_tf,sell,2025-06-10 16:39:00,1568.0,1.9833,1,leg_gt,0.06,60 -65122,sell_mtf_cross_all_tf,sell,2025-06-10 16:42:00,1570.0,2.1135,1,leg_gt,0.06,60 -65123,sell_mtf_cross_all_tf,sell,2025-06-10 16:45:00,1568.0,1.9833,1,leg_gt,0.06,60 -65124,sell_mtf_cross_all_tf,sell,2025-06-10 19:06:00,1573.0,2.3089,1,leg_gt,0.16,60 -65125,sell_mtf_cross_all_tf,sell,2025-06-10 19:09:00,1573.0,2.3089,1,leg_gt,0.16,60 -65126,sell_mtf_cross_all_tf,sell,2025-06-10 20:51:00,1598.0,3.9365,1,leg_gt,0.24,60 -65127,sell_mtf_cross_all_tf,sell,2025-06-10 20:54:00,1609.0,4.6526,1,leg_gt,0.24,60 -65128,sell_mtf_cross_all_tf,sell,2025-06-10 21:00:00,1614.0,4.9781,1,leg_gt,0.24,60 -65129,sell_mtf_cross_all_tf,sell,2025-06-10 21:03:00,1620.0,5.3688,1,leg_gt,0.24,60 -65130,sell_mtf_cross_all_tf,sell,2025-06-10 21:06:00,1612.0,4.8479,1,leg_gt,0.25,60 -65131,sell_mtf_cross_all_tf,sell,2025-06-10 21:21:00,1622.0,5.499,1,leg_gt,0.26,60 -65132,sell_mtf_cross_all_tf,sell,2025-06-10 21:24:00,1619.0,5.3036,1,leg_gt,0.26,60 -65133,sell_mtf_cross_all_tf,sell,2025-06-10 21:27:00,1616.0,5.1083,1,leg_gt,0.26,60 -65134,sell_mtf_cross_all_tf,sell,2025-06-10 21:30:00,1619.0,5.3036,1,leg_gt,0.26,60 -65135,sell_mtf_cross_all_tf,sell,2025-06-10 21:33:00,1617.0,5.1734,1,leg_gt,0.26,60 -65136,sell_mtf_cross_all_tf,sell,2025-06-10 21:36:00,1620.0,5.3688,1,leg_gt,0.27,60 -65137,sell_mtf_cross_all_tf,sell,2025-06-10 21:45:00,1626.0,5.7594,1,leg_gt,0.27,60 -65138,sell_mtf_cross_all_tf,sell,2025-06-10 21:48:00,1627.0,5.8245,1,leg_gt,0.28,60 -65139,sell_mtf_cross_all_tf,sell,2025-06-10 21:54:00,1627.0,5.8245,1,leg_gt,0.28,60 -65140,sell_mtf_cross_all_tf,sell,2025-06-10 21:57:00,1628.0,5.8896,1,leg_gt,0.28,60 -65141,sell_mtf_cross_all_tf,sell,2025-06-10 22:00:00,1630.0,6.0198,1,leg_gt,0.28,60 -65142,sell_mtf_cross_all_tf,sell,2025-06-10 22:15:00,1632.0,6.15,1,leg_gt,0.29,60 -65143,sell_mtf_cross_all_tf,sell,2025-06-11 04:15:00,1593.0,2.3437,1,leg_gt,0.07,60 -65144,sell_mtf_cross_all_tf,sell,2025-06-11 04:18:00,1593.0,2.3437,1,leg_gt,0.07,60 -65145,sell_mtf_cross_all_tf,sell,2025-06-11 04:21:00,1595.0,2.4723,1,leg_gt,0.07,60 -65146,sell_mtf_cross_all_tf,sell,2025-06-11 04:24:00,1597.0,2.601,1,leg_gt,0.08,60 -65147,sell_mtf_cross_all_tf,sell,2025-06-11 04:27:00,1597.0,2.601,1,leg_gt,0.08,60 -65148,sell_mtf_cross_all_tf,sell,2025-06-11 04:30:00,1598.0,2.6653,1,leg_gt,0.08,60 -65149,sell_mtf_cross_all_tf,sell,2025-06-11 04:33:00,1601.0,2.8582,1,leg_gt,0.08,60 -65150,sell_mtf_cross_all_tf,sell,2025-06-11 04:36:00,1606.0,3.1797,1,leg_gt,0.08,60 -65151,sell_mtf_cross_all_tf,sell,2025-06-11 04:39:00,1608.0,3.3084,1,leg_gt,0.09,60 -65152,sell_mtf_cross_all_tf,sell,2025-06-11 04:42:00,1604.0,3.0511,1,leg_gt,0.09,60 -65153,sell_mtf_cross_all_tf,sell,2025-06-11 07:27:00,1606.0,3.1797,1,leg_gt,0.2,60 -65154,sell_mtf_cross_all_tf,sell,2025-06-11 07:30:00,1607.0,3.2441,1,leg_gt,0.2,60 -65155,sell_mtf_cross_all_tf,sell,2025-06-11 07:33:00,1608.0,3.3084,1,leg_gt,0.21,60 -65156,sell_mtf_cross_all_tf,sell,2025-06-11 07:36:00,1605.0,3.1154,1,leg_gt,0.21,60 -65157,sell_mtf_cross_all_tf,sell,2025-06-11 08:00:00,1607.0,3.2441,1,leg_gt,0.22,60 -65158,sell_mtf_cross_all_tf,sell,2025-06-11 08:03:00,1609.0,3.3727,1,leg_gt,0.23,60 -65159,sell_mtf_cross_all_tf,sell,2025-06-11 08:06:00,1611.0,3.5013,1,leg_gt,0.23,60 -65160,sell_mtf_cross_all_tf,sell,2025-06-11 08:45:00,1613.0,3.6299,1,leg_gt,0.26,60 -65161,sell_mtf_cross_all_tf,sell,2025-06-11 08:48:00,1610.0,3.437,1,leg_gt,0.26,60 -65162,sell_mtf_cross_all_tf,sell,2025-06-11 09:00:00,1611.0,3.5013,1,leg_gt,0.27,60 -65163,sell_mtf_cross_all_tf,sell,2025-06-11 09:12:00,1612.0,3.5656,1,leg_gt,0.28,60 -65164,sell_mtf_cross_all_tf,sell,2025-06-11 12:27:00,1610.0,3.437,1,leg_gt,0.41,60 -65165,sell_mtf_cross_all_tf,sell,2025-06-11 21:51:00,1604.0,3.0511,1,leg_gt,0.8,60 -65166,sell_mtf_cross_all_tf,sell,2025-06-11 21:54:00,1604.0,3.0511,1,leg_gt,0.8,60 -65167,sell_mtf_cross_all_tf,sell,2025-06-11 21:57:00,1606.0,3.1797,1,leg_gt,0.81,60 -65168,sell_mtf_cross_all_tf,sell,2025-06-11 22:00:00,1608.0,3.3084,1,leg_gt,0.81,60 -65169,sell_mtf_cross_all_tf,sell,2025-06-11 22:03:00,1605.0,3.1154,1,leg_gt,0.81,60 -65170,sell_mtf_cross_all_tf,sell,2025-06-11 22:06:00,1610.0,3.437,1,leg_gt,0.81,60 -65171,sell_mtf_cross_all_tf,sell,2025-06-11 22:09:00,1612.0,3.5656,1,leg_gt,0.81,60 -65172,sell_mtf_cross_all_tf,sell,2025-06-11 22:12:00,1610.0,3.437,1,leg_gt,0.82,60 -65173,sell_mtf_cross_all_tf,sell,2025-06-11 22:21:00,1616.0,3.8228,1,leg_gt,0.82,60 -65174,sell_mtf_cross_all_tf,sell,2025-06-11 22:24:00,1614.0,3.6942,1,leg_gt,0.82,60 -65175,sell_mtf_cross_all_tf,sell,2025-06-11 22:27:00,1622.0,4.2087,1,leg_gt,0.83,60 -65176,sell_mtf_cross_all_tf,sell,2025-06-11 22:42:00,1619.0,4.0158,1,leg_gt,0.84,60 -65177,sell_mtf_cross_all_tf,sell,2025-06-11 23:45:00,1644.0,5.6235,1,leg_gt,0.88,60 -65178,sell_mtf_cross_all_tf,sell,2025-06-11 23:48:00,1643.0,5.5592,1,leg_gt,0.88,60 -65179,sell_mtf_cross_all_tf,sell,2025-06-11 23:57:00,1648.0,5.8807,1,leg_gt,0.89,60 -65180,sell_mtf_cross_all_tf,sell,2025-06-24 05:36:00,1222.0,8.6189,1,leg_gt,0.17,60 -65181,sell_mtf_cross_all_tf,sell,2025-06-24 05:39:00,1219.0,8.352,1,leg_gt,0.17,60 -65182,sell_mtf_cross_all_tf,sell,2025-06-24 05:42:00,1228.0,9.1527,1,leg_gt,0.17,60 -65183,sell_mtf_cross_all_tf,sell,2025-06-24 05:45:00,1228.0,9.1527,1,leg_gt,0.18,60 -65184,sell_mtf_cross_all_tf,sell,2025-06-24 05:48:00,1224.0,8.7968,1,leg_gt,0.18,60 -65185,sell_mtf_cross_all_tf,sell,2025-06-24 05:51:00,1223.0,8.7078,1,leg_gt,0.18,60 -65186,sell_mtf_cross_all_tf,sell,2025-06-24 05:54:00,1225.0,8.8858,1,leg_gt,0.18,60 -65187,sell_mtf_cross_all_tf,sell,2025-06-24 05:57:00,1225.0,8.8858,1,leg_gt,0.18,60 -65188,sell_mtf_cross_all_tf,sell,2025-06-24 06:00:00,1229.0,9.2416,1,leg_gt,0.19,60 -65189,sell_mtf_cross_all_tf,sell,2025-06-24 06:03:00,1231.0,9.4196,1,leg_gt,0.19,60 -65190,sell_mtf_cross_all_tf,sell,2025-06-24 07:36:00,1264.0,12.3555,1,leg_gt,0.25,60 -65191,sell_mtf_cross_all_tf,sell,2025-06-24 07:39:00,1264.0,12.3555,1,leg_gt,0.25,60 -65192,sell_mtf_cross_all_tf,sell,2025-06-24 07:42:00,1259.0,11.9107,1,leg_gt,0.26,60 -65193,sell_mtf_cross_all_tf,sell,2025-06-24 07:45:00,1259.0,11.9107,1,leg_gt,0.26,60 -65194,sell_mtf_cross_all_tf,sell,2025-06-24 08:00:00,1271.0,12.9783,1,leg_gt,0.27,60 -65195,sell_mtf_cross_all_tf,sell,2025-06-24 08:03:00,1272.0,13.0673,1,leg_gt,0.27,60 -65196,sell_mtf_cross_all_tf,sell,2025-06-24 08:06:00,1269.0,12.8004,1,leg_gt,0.27,60 -65197,sell_mtf_cross_all_tf,sell,2025-06-24 08:09:00,1271.0,12.9783,1,leg_gt,0.28,60 -65198,sell_mtf_cross_all_tf,sell,2025-06-24 08:15:00,1275.0,13.3342,1,leg_gt,0.28,60 -65199,sell_mtf_cross_all_tf,sell,2025-06-24 08:18:00,1273.0,13.1562,1,leg_gt,0.28,60 -65200,sell_mtf_cross_all_tf,sell,2025-06-24 08:39:00,1282.0,13.9569,1,leg_gt,0.3,60 -65201,sell_mtf_cross_all_tf,sell,2025-06-24 08:42:00,1283.0,14.0459,1,leg_gt,0.3,60 -65202,sell_mtf_cross_all_tf,sell,2025-06-24 08:57:00,1287.0,14.4018,1,leg_gt,0.31,60 -65203,sell_mtf_cross_all_tf,sell,2025-06-24 09:06:00,1289.0,14.5797,1,leg_gt,0.31,60 -65204,sell_mtf_cross_all_tf,sell,2025-06-24 09:09:00,1288.0,14.4907,1,leg_gt,0.32,60 -65205,sell_mtf_cross_all_tf,sell,2025-06-24 12:15:00,1289.0,14.5797,1,leg_gt,0.45,60 -65206,sell_mtf_cross_all_tf,sell,2025-06-24 12:30:00,1289.0,14.5797,1,leg_gt,0.46,60 -65207,sell_mtf_cross_all_tf,sell,2025-06-24 12:33:00,1291.0,14.7577,1,leg_gt,0.46,60 -65208,sell_mtf_cross_all_tf,sell,2025-06-24 12:51:00,1294.0,15.0246,1,leg_gt,0.47,60 -65209,sell_mtf_cross_all_tf,sell,2025-06-24 12:54:00,1295.0,15.1135,1,leg_gt,0.47,60 -65210,sell_mtf_cross_all_tf,sell,2025-06-24 12:57:00,1293.0,14.9356,1,leg_gt,0.48,60 -65211,sell_mtf_cross_all_tf,sell,2025-06-24 13:12:00,1296.0,15.2025,1,leg_gt,0.49,60 -65212,sell_mtf_cross_all_tf,sell,2025-06-24 13:30:00,1297.0,15.2915,1,leg_gt,0.5,60 -65213,sell_mtf_cross_all_tf,sell,2025-06-24 14:57:00,1321.0,17.4267,1,leg_gt,0.56,60 -65214,sell_mtf_cross_all_tf,sell,2025-06-24 15:00:00,1319.0,17.2488,1,leg_gt,0.56,60 -65215,sell_mtf_cross_all_tf,sell,2025-06-24 15:03:00,1321.0,17.4267,1,leg_gt,0.56,60 -65216,sell_mtf_cross_all_tf,sell,2025-06-24 15:09:00,1319.0,17.2488,1,leg_gt,0.57,60 -65217,sell_mtf_cross_all_tf,sell,2025-06-25 09:06:00,1276.0,13.4231,1,leg_gt,1.31,60 -65218,sell_mtf_cross_all_tf,sell,2025-06-25 09:09:00,1277.0,13.5121,1,leg_gt,1.32,60 -65219,sell_mtf_cross_all_tf,sell,2025-06-25 09:12:00,1278.0,13.6011,1,leg_gt,1.32,60 -65220,sell_mtf_cross_all_tf,sell,2025-06-25 09:15:00,1279.0,13.69,1,leg_gt,1.32,60 -65221,sell_mtf_cross_all_tf,sell,2025-06-25 09:18:00,1281.0,13.868,1,leg_gt,1.32,60 -65222,sell_mtf_cross_all_tf,sell,2025-06-25 09:21:00,1280.0,13.779,1,leg_gt,1.32,60 -65223,sell_mtf_cross_all_tf,sell,2025-06-25 09:24:00,1280.0,13.779,1,leg_gt,1.33,60 -65224,sell_mtf_cross_all_tf,sell,2025-06-25 09:27:00,1281.0,13.868,1,leg_gt,1.33,60 -65225,sell_mtf_cross_all_tf,sell,2025-06-25 09:30:00,1280.0,13.779,1,leg_gt,1.33,60 -65226,sell_mtf_cross_all_tf,sell,2025-06-25 10:00:00,1283.0,14.0459,1,leg_gt,1.35,60 -65227,sell_mtf_cross_all_tf,sell,2025-06-25 11:18:00,1284.0,14.1349,1,leg_gt,1.41,60 -65228,sell_mtf_cross_all_tf,sell,2025-06-25 11:21:00,1283.0,14.0459,1,leg_gt,1.41,60 -65229,sell_mtf_cross_all_tf,sell,2025-06-25 11:24:00,1283.0,14.0459,1,leg_gt,1.41,60 -65230,sell_mtf_cross_all_tf,sell,2025-06-29 01:21:00,1210.0,3.2305,1,leg_gt,1.64,60 -65231,sell_mtf_cross_all_tf,sell,2025-06-29 01:24:00,1210.0,3.2305,1,leg_gt,1.64,60 -65232,sell_mtf_cross_all_tf,sell,2025-06-29 01:30:00,1211.0,3.3159,1,leg_gt,1.64,60 -65233,sell_mtf_cross_all_tf,sell,2025-06-29 01:33:00,1214.0,3.5721,1,leg_gt,1.64,60 -65234,sell_mtf_cross_all_tf,sell,2025-06-29 01:36:00,1215.0,3.6575,1,leg_gt,1.65,60 -65235,sell_mtf_cross_all_tf,sell,2025-06-29 01:39:00,1214.0,3.5721,1,leg_gt,1.65,60 -65236,sell_mtf_cross_all_tf,sell,2025-06-29 03:06:00,1214.0,3.5721,1,leg_gt,1.71,60 -65237,sell_mtf_cross_all_tf,sell,2025-06-29 03:09:00,1214.0,3.5721,1,leg_gt,1.71,60 -65238,sell_mtf_cross_all_tf,sell,2025-06-29 03:15:00,1215.0,3.6575,1,leg_gt,1.71,60 -65239,sell_mtf_cross_all_tf,sell,2025-06-29 04:27:00,1220.0,4.0845,1,leg_gt,1.76,60 -65240,sell_mtf_cross_all_tf,sell,2025-06-29 07:06:00,1226.0,4.5968,1,leg_gt,1.88,60 -65241,sell_mtf_cross_all_tf,sell,2025-06-29 07:21:00,1234.0,5.28,1,leg_gt,1.89,60 -65242,sell_mtf_cross_all_tf,sell,2025-06-29 07:30:00,1236.0,5.4508,1,leg_gt,1.89,60 -65243,sell_mtf_cross_all_tf,sell,2025-06-29 07:33:00,1237.0,5.5362,1,leg_gt,1.89,60 -65244,sell_mtf_cross_all_tf,sell,2025-06-29 07:57:00,1236.0,5.4508,1,leg_gt,1.91,60 -65245,sell_mtf_cross_all_tf,sell,2025-06-29 08:06:00,1237.0,5.5362,1,leg_gt,1.92,60 -65246,sell_mtf_cross_all_tf,sell,2025-06-29 16:21:00,1230.0,4.9384,1,leg_gt,2.26,60 -65247,sell_mtf_cross_all_tf,sell,2025-06-29 16:24:00,1228.0,4.7676,1,leg_gt,2.26,60 -65248,sell_mtf_cross_all_tf,sell,2025-06-29 16:27:00,1229.0,4.853,1,leg_gt,2.26,60 -65249,sell_mtf_cross_all_tf,sell,2025-06-29 17:03:00,1232.0,5.1092,1,leg_gt,2.29,60 -65250,sell_mtf_cross_all_tf,sell,2025-06-29 17:12:00,1234.0,5.28,1,leg_gt,2.3,60 -65251,sell_mtf_cross_all_tf,sell,2025-06-29 17:30:00,1234.0,5.28,1,leg_gt,2.31,60 -65252,sell_mtf_cross_all_tf,sell,2025-06-29 17:36:00,1236.0,5.4508,1,leg_gt,2.31,60 -65253,sell_mtf_cross_all_tf,sell,2025-06-29 17:39:00,1237.0,5.5362,1,leg_gt,2.31,60 -65254,sell_mtf_cross_all_tf,sell,2025-06-29 17:45:00,1236.0,5.4508,1,leg_gt,2.32,60 -65255,sell_mtf_cross_all_tf,sell,2025-06-29 17:48:00,1236.0,5.4508,1,leg_gt,2.32,60 -65256,sell_mtf_cross_all_tf,sell,2025-06-29 17:51:00,1238.0,5.6216,1,leg_gt,2.32,60 -65257,sell_mtf_cross_all_tf,sell,2025-06-29 17:54:00,1237.0,5.5362,1,leg_gt,2.33,60 -65258,sell_mtf_cross_all_tf,sell,2025-06-29 17:57:00,1237.0,5.5362,1,leg_gt,2.33,60 -65259,sell_mtf_cross_all_tf,sell,2025-06-29 18:00:00,1237.0,5.5362,1,leg_gt,2.33,60 -65260,sell_mtf_cross_all_tf,sell,2025-06-29 18:24:00,1239.0,5.707,1,leg_gt,2.35,60 -65261,sell_mtf_cross_all_tf,sell,2025-06-29 18:30:00,1240.0,5.7924,1,leg_gt,2.35,60 -65262,sell_mtf_cross_all_tf,sell,2025-06-29 18:33:00,1240.0,5.7924,1,leg_gt,2.35,60 -65263,sell_mtf_cross_all_tf,sell,2025-06-29 18:42:00,1241.0,5.8778,1,leg_gt,2.36,60 -65264,sell_mtf_cross_all_tf,sell,2025-06-29 18:45:00,1242.0,5.9632,1,leg_gt,2.36,60 -65265,sell_mtf_cross_all_tf,sell,2025-06-29 18:48:00,1241.0,5.8778,1,leg_gt,2.36,60 -65266,sell_mtf_cross_all_tf,sell,2025-06-30 04:06:00,1233.0,5.1946,1,leg_gt,2.75,60 -65267,sell_mtf_cross_all_tf,sell,2025-06-30 04:09:00,1234.0,5.28,1,leg_gt,2.75,60 -65268,sell_mtf_cross_all_tf,sell,2025-06-30 04:12:00,1235.0,5.3654,1,leg_gt,2.75,60 -65269,sell_mtf_cross_all_tf,sell,2025-06-30 04:15:00,1233.0,5.1946,1,leg_gt,2.76,60 -65270,sell_mtf_cross_all_tf,sell,2025-06-30 04:21:00,1233.0,5.1946,1,leg_gt,2.76,60 -65271,sell_mtf_cross_all_tf,sell,2025-06-30 04:24:00,1233.0,5.1946,1,leg_gt,2.76,60 -65272,sell_mtf_cross_all_tf,sell,2025-06-30 04:30:00,1235.0,5.3654,1,leg_gt,2.77,60 -65273,sell_mtf_cross_all_tf,sell,2025-06-30 04:33:00,1236.0,5.4508,1,leg_gt,2.77,60 -65274,sell_mtf_cross_all_tf,sell,2025-06-30 04:36:00,1237.0,5.5362,1,leg_gt,2.77,60 -65275,sell_mtf_cross_all_tf,sell,2025-06-30 04:39:00,1237.0,5.5362,1,leg_gt,2.77,60 -65276,sell_mtf_cross_all_tf,sell,2025-06-30 04:51:00,1237.0,5.5362,1,leg_gt,2.78,60 -65277,sell_mtf_cross_all_tf,sell,2025-06-30 04:54:00,1237.0,5.5362,1,leg_gt,2.78,60 -65278,sell_mtf_cross_all_tf,sell,2025-06-30 04:57:00,1238.0,5.6216,1,leg_gt,2.79,60 -65279,sell_mtf_cross_all_tf,sell,2025-06-30 05:00:00,1238.0,5.6216,1,leg_gt,2.79,60 -65280,sell_mtf_cross_all_tf,sell,2025-06-30 05:03:00,1237.0,5.5362,1,leg_gt,2.79,60 -65281,sell_mtf_cross_all_tf,sell,2025-06-30 05:21:00,1238.0,5.6216,1,leg_gt,2.8,60 -65282,sell_mtf_cross_all_tf,sell,2025-06-30 05:24:00,1239.0,5.707,1,leg_gt,2.8,60 -65283,sell_mtf_cross_all_tf,sell,2025-06-30 05:27:00,1239.0,5.707,1,leg_gt,2.81,60 -65284,sell_mtf_cross_all_tf,sell,2025-06-30 05:36:00,1240.0,5.7924,1,leg_gt,2.81,60 -65285,sell_mtf_cross_all_tf,sell,2025-06-30 05:39:00,1239.0,5.707,1,leg_gt,2.81,60 -65286,sell_mtf_cross_all_tf,sell,2025-06-30 05:42:00,1240.0,5.7924,1,leg_gt,2.82,60 -65287,sell_mtf_cross_all_tf,sell,2025-06-30 06:30:00,1241.0,5.8778,1,leg_gt,2.85,60 -65288,sell_mtf_cross_all_tf,sell,2025-06-30 07:36:00,1299.0,10.8308,1,leg_gt,2.9,60 -65289,sell_mtf_cross_all_tf,sell,2025-06-30 07:39:00,1298.0,10.7454,1,leg_gt,2.9,60 -65290,sell_mtf_cross_all_tf,sell,2025-06-30 07:42:00,1299.0,10.8308,1,leg_gt,2.9,60 -65291,sell_mtf_cross_all_tf,sell,2025-06-30 07:45:00,1301.0,11.0016,1,leg_gt,2.9,60 -65292,sell_mtf_cross_all_tf,sell,2025-06-30 07:48:00,1307.0,11.514,1,leg_gt,2.9,60 -65293,sell_mtf_cross_all_tf,sell,2025-06-30 07:51:00,1309.0,11.6848,1,leg_gt,2.91,60 -65294,sell_mtf_cross_all_tf,sell,2025-06-30 07:54:00,1309.0,11.6848,1,leg_gt,2.91,60 -65295,sell_mtf_cross_all_tf,sell,2025-06-30 07:57:00,1308.0,11.5994,1,leg_gt,2.91,60 -65296,sell_mtf_cross_all_tf,sell,2025-06-30 08:00:00,1305.0,11.3432,1,leg_gt,2.91,60 -65297,sell_mtf_cross_all_tf,sell,2025-06-30 08:03:00,1307.0,11.514,1,leg_gt,2.91,60 -65298,sell_mtf_cross_all_tf,sell,2025-07-02 12:00:00,1175.0,1.1059,1,leg_gt,0.07,60 -65299,sell_mtf_cross_all_tf,sell,2025-07-02 12:06:00,1176.0,1.192,1,leg_gt,0.08,60 -65300,sell_mtf_cross_all_tf,sell,2025-07-02 12:30:00,1181.0,1.6227,1,leg_gt,0.09,60 -65301,sell_mtf_cross_all_tf,sell,2025-07-02 12:33:00,1182.0,1.7088,1,leg_gt,0.1,60 -65302,sell_mtf_cross_all_tf,sell,2025-07-02 13:48:00,1183.0,1.7949,1,leg_gt,0.15,60 -65303,sell_mtf_cross_all_tf,sell,2025-07-02 14:06:00,1187.0,2.1394,1,leg_gt,0.16,60 -65304,sell_mtf_cross_all_tf,sell,2025-07-02 14:09:00,1189.0,2.3117,1,leg_gt,0.16,60 -65305,sell_mtf_cross_all_tf,sell,2025-07-02 14:12:00,1190.0,2.3978,1,leg_gt,0.16,60 -65306,sell_mtf_cross_all_tf,sell,2025-07-02 14:15:00,1190.0,2.3978,1,leg_gt,0.17,60 -65307,sell_mtf_cross_all_tf,sell,2025-07-02 14:18:00,1194.0,2.7424,1,leg_gt,0.17,60 -65308,sell_mtf_cross_all_tf,sell,2025-07-02 14:21:00,1191.0,2.484,1,leg_gt,0.17,60 -65309,sell_mtf_cross_all_tf,sell,2025-07-02 14:24:00,1194.0,2.7424,1,leg_gt,0.17,60 -65310,sell_mtf_cross_all_tf,sell,2025-07-02 14:27:00,1192.0,2.5701,1,leg_gt,0.18,60 -65311,sell_mtf_cross_all_tf,sell,2025-07-02 14:30:00,1192.0,2.5701,1,leg_gt,0.18,60 -65312,sell_mtf_cross_all_tf,sell,2025-07-02 14:33:00,1191.0,2.484,1,leg_gt,0.18,60 -65313,sell_mtf_cross_all_tf,sell,2025-07-02 14:42:00,1193.0,2.6562,1,leg_gt,0.19,60 -65314,sell_mtf_cross_all_tf,sell,2025-07-02 15:51:00,1199.0,3.173,1,leg_gt,0.23,60 -65315,sell_mtf_cross_all_tf,sell,2025-07-02 15:54:00,1199.0,3.173,1,leg_gt,0.24,60 -65316,sell_mtf_cross_all_tf,sell,2025-07-02 20:18:00,1220.0,4.9818,1,leg_gt,0.42,60 -65317,sell_mtf_cross_all_tf,sell,2025-07-02 22:12:00,1225.0,5.4125,1,leg_gt,0.5,60 -65318,sell_mtf_cross_all_tf,sell,2025-07-02 22:21:00,1226.0,5.4986,1,leg_gt,0.5,60 -65319,sell_mtf_cross_all_tf,sell,2025-07-02 22:24:00,1225.0,5.4125,1,leg_gt,0.51,60 -65320,sell_mtf_cross_all_tf,sell,2025-07-02 22:30:00,1225.0,5.4125,1,leg_gt,0.51,60 -65321,sell_mtf_cross_all_tf,sell,2025-07-02 22:51:00,1231.0,5.9293,1,leg_gt,0.52,60 -65322,sell_mtf_cross_all_tf,sell,2025-07-02 23:42:00,1232.0,6.0154,1,leg_gt,0.56,60 -65323,sell_mtf_cross_all_tf,sell,2025-07-03 00:00:00,1235.0,6.2738,1,leg_gt,0.57,60 -65324,sell_mtf_cross_all_tf,sell,2025-07-03 00:03:00,1234.0,6.1877,1,leg_gt,0.57,60 -65325,sell_mtf_cross_all_tf,sell,2025-07-03 00:06:00,1239.0,6.6183,1,leg_gt,0.58,60 -65326,sell_mtf_cross_all_tf,sell,2025-07-03 00:09:00,1239.0,6.6183,1,leg_gt,0.58,60 -65327,sell_mtf_cross_all_tf,sell,2025-07-03 00:15:00,1241.0,6.7906,1,leg_gt,0.58,60 -65328,sell_mtf_cross_all_tf,sell,2025-07-03 00:18:00,1245.0,7.1351,1,leg_gt,0.59,60 -65329,sell_mtf_cross_all_tf,sell,2025-07-03 00:36:00,1245.0,7.1351,1,leg_gt,0.6,60 -65330,sell_mtf_cross_all_tf,sell,2025-07-03 00:39:00,1243.0,6.9629,1,leg_gt,0.6,60 -65331,sell_mtf_cross_all_tf,sell,2025-07-03 00:45:00,1244.0,7.049,1,leg_gt,0.6,60 -65332,sell_mtf_cross_all_tf,sell,2025-07-03 00:48:00,1245.0,7.1351,1,leg_gt,0.61,60 -65333,sell_mtf_cross_all_tf,sell,2025-07-03 00:57:00,1246.0,7.2213,1,leg_gt,0.61,60 -65334,sell_mtf_cross_all_tf,sell,2025-07-03 01:00:00,1247.0,7.3074,1,leg_gt,0.61,60 -65335,sell_mtf_cross_all_tf,sell,2025-07-03 01:03:00,1249.0,7.4797,1,leg_gt,0.62,60 -65336,sell_mtf_cross_all_tf,sell,2025-07-03 01:30:00,1272.0,9.4607,1,leg_gt,0.64,60 -65337,sell_mtf_cross_all_tf,sell,2025-07-03 01:33:00,1273.0,9.5469,1,leg_gt,0.64,60 -65338,sell_mtf_cross_all_tf,sell,2025-07-03 01:36:00,1279.0,10.0637,1,leg_gt,0.64,60 -65339,sell_mtf_cross_all_tf,sell,2025-07-03 01:39:00,1279.0,10.0637,1,leg_gt,0.64,60 -65340,sell_mtf_cross_all_tf,sell,2025-07-03 01:42:00,1284.0,10.4943,1,leg_gt,0.64,60 -65341,sell_mtf_cross_all_tf,sell,2025-07-03 01:45:00,1286.0,10.6666,1,leg_gt,0.65,60 -65342,sell_mtf_cross_all_tf,sell,2025-07-03 01:48:00,1286.0,10.6666,1,leg_gt,0.65,60 -65343,sell_mtf_cross_all_tf,sell,2025-07-03 01:51:00,1285.0,10.5804,1,leg_gt,0.65,60 -65344,sell_mtf_cross_all_tf,sell,2025-07-03 01:54:00,1286.0,10.6666,1,leg_gt,0.65,60 -65345,sell_mtf_cross_all_tf,sell,2025-07-03 02:00:00,1284.0,10.4943,1,leg_gt,0.66,60 -65346,sell_mtf_cross_all_tf,sell,2025-07-03 02:03:00,1292.0,11.1834,1,leg_gt,0.66,60 -65347,sell_mtf_cross_all_tf,sell,2025-07-03 02:06:00,1290.0,11.0111,1,leg_gt,0.66,60 -65348,sell_mtf_cross_all_tf,sell,2025-07-03 03:12:00,1296.0,1.6268,1,leg_gt,0.02,60 -65349,sell_mtf_cross_all_tf,sell,2025-07-03 03:27:00,1297.0,1.7053,1,leg_gt,0.03,60 -65350,sell_mtf_cross_all_tf,sell,2025-07-03 03:30:00,1302.0,2.0978,1,leg_gt,0.03,60 -65351,sell_mtf_cross_all_tf,sell,2025-07-03 03:33:00,1300.0,1.9408,1,leg_gt,0.03,60 -65352,sell_mtf_cross_all_tf,sell,2025-07-03 03:36:00,1298.0,1.7838,1,leg_gt,0.04,60 -65353,sell_mtf_cross_all_tf,sell,2025-07-03 04:00:00,1301.0,2.0193,1,leg_gt,0.05,60 -65354,sell_mtf_cross_all_tf,sell,2025-07-03 05:36:00,1306.0,2.4118,1,leg_gt,0.12,60 -65355,sell_mtf_cross_all_tf,sell,2025-07-03 05:39:00,1306.0,2.4118,1,leg_gt,0.12,60 -65356,sell_mtf_cross_all_tf,sell,2025-07-03 05:42:00,1305.0,2.3333,1,leg_gt,0.12,60 -65357,sell_mtf_cross_all_tf,sell,2025-07-03 10:45:00,1305.0,2.3333,1,leg_gt,0.33,60 -65358,sell_mtf_cross_all_tf,sell,2025-07-03 10:48:00,1306.0,2.4118,1,leg_gt,0.34,60 -65359,sell_mtf_cross_all_tf,sell,2025-07-03 10:51:00,1308.0,2.5688,1,leg_gt,0.34,60 -65360,sell_mtf_cross_all_tf,sell,2025-07-03 10:54:00,1308.0,2.5688,1,leg_gt,0.34,60 -65361,sell_mtf_cross_all_tf,sell,2025-07-03 11:00:00,1312.0,2.8827,1,leg_gt,0.34,60 -65362,sell_mtf_cross_all_tf,sell,2025-07-03 11:03:00,1310.0,2.7257,1,leg_gt,0.35,60 -65363,sell_mtf_cross_all_tf,sell,2025-07-03 11:06:00,1312.0,2.8827,1,leg_gt,0.35,60 -65364,sell_mtf_cross_all_tf,sell,2025-07-03 14:30:00,1324.0,3.8246,1,leg_gt,0.49,60 -65365,sell_mtf_cross_all_tf,sell,2025-07-03 14:33:00,1327.0,4.0601,1,leg_gt,0.49,60 -65366,sell_mtf_cross_all_tf,sell,2025-07-03 14:42:00,1333.0,4.5311,1,leg_gt,0.5,60 -65367,sell_mtf_cross_all_tf,sell,2025-07-03 14:45:00,1329.0,4.2171,1,leg_gt,0.5,60 -65368,sell_mtf_cross_all_tf,sell,2025-07-03 14:48:00,1329.0,4.2171,1,leg_gt,0.5,60 -65369,sell_mtf_cross_all_tf,sell,2025-07-03 14:51:00,1329.0,4.2171,1,leg_gt,0.5,60 -65370,sell_mtf_cross_all_tf,sell,2025-07-03 14:54:00,1332.0,4.4526,1,leg_gt,0.51,60 -65371,sell_mtf_cross_all_tf,sell,2025-07-03 14:57:00,1331.0,4.3741,1,leg_gt,0.51,60 -65372,sell_mtf_cross_all_tf,sell,2025-07-03 15:45:00,1333.0,4.5311,1,leg_gt,0.54,60 -65373,sell_mtf_cross_all_tf,sell,2025-07-10 03:21:00,1206.0,3.0651,1,leg_gt,1.12,60 -65374,sell_mtf_cross_all_tf,sell,2025-07-10 03:24:00,1207.0,3.1506,1,leg_gt,1.12,60 -65375,sell_mtf_cross_all_tf,sell,2025-07-10 03:30:00,1206.0,3.0651,1,leg_gt,1.13,60 -65376,sell_mtf_cross_all_tf,sell,2025-07-10 03:33:00,1204.0,2.894,1,leg_gt,1.13,60 -65377,sell_mtf_cross_all_tf,sell,2025-07-10 03:36:00,1207.0,3.1506,1,leg_gt,1.13,60 -65378,sell_mtf_cross_all_tf,sell,2025-07-10 03:39:00,1206.0,3.0651,1,leg_gt,1.14,60 -65379,sell_mtf_cross_all_tf,sell,2025-07-10 05:00:00,1230.0,5.1181,1,leg_gt,1.19,60 -65380,sell_mtf_cross_all_tf,sell,2025-07-10 05:06:00,1234.0,5.4603,1,leg_gt,1.2,60 -65381,sell_mtf_cross_all_tf,sell,2025-07-10 06:21:00,1242.0,6.1447,1,leg_gt,1.25,60 -65382,sell_mtf_cross_all_tf,sell,2025-07-10 06:27:00,1242.0,6.1447,1,leg_gt,1.25,60 -65383,sell_mtf_cross_all_tf,sell,2025-07-10 06:30:00,1244.0,6.3157,1,leg_gt,1.25,60 -65384,sell_mtf_cross_all_tf,sell,2025-07-10 06:33:00,1244.0,6.3157,1,leg_gt,1.26,60 -65385,sell_mtf_cross_all_tf,sell,2025-07-10 06:42:00,1242.0,6.1447,1,leg_gt,1.26,60 -65386,sell_mtf_cross_all_tf,sell,2025-07-10 06:45:00,1243.0,6.2302,1,leg_gt,1.26,60 -65387,sell_mtf_cross_all_tf,sell,2025-07-10 06:48:00,1245.0,6.4013,1,leg_gt,1.27,60 -65388,sell_mtf_cross_all_tf,sell,2025-07-10 12:54:00,1249.0,6.7435,1,leg_gt,1.52,60 -65389,sell_mtf_cross_all_tf,sell,2025-07-10 13:30:00,1250.0,6.829,1,leg_gt,1.55,60 -65390,sell_mtf_cross_all_tf,sell,2025-07-10 13:33:00,1252.0,7.0001,1,leg_gt,1.55,60 -65391,sell_mtf_cross_all_tf,sell,2025-07-10 13:36:00,1252.0,7.0001,1,leg_gt,1.55,60 -65392,sell_mtf_cross_all_tf,sell,2025-07-10 13:39:00,1252.0,7.0001,1,leg_gt,1.55,60 -65393,sell_mtf_cross_all_tf,sell,2025-07-10 13:42:00,1254.0,7.1712,1,leg_gt,1.55,60 -65394,sell_mtf_cross_all_tf,sell,2025-07-10 13:45:00,1254.0,7.1712,1,leg_gt,1.56,60 -65395,sell_mtf_cross_all_tf,sell,2025-07-10 13:48:00,1254.0,7.1712,1,leg_gt,1.56,60 -65396,sell_mtf_cross_all_tf,sell,2025-07-10 13:51:00,1253.0,7.0856,1,leg_gt,1.56,60 -65397,sell_mtf_cross_all_tf,sell,2025-07-10 13:54:00,1253.0,7.0856,1,leg_gt,1.56,60 -65398,sell_mtf_cross_all_tf,sell,2025-07-10 13:57:00,1255.0,7.2567,1,leg_gt,1.56,60 -65399,sell_mtf_cross_all_tf,sell,2025-07-10 14:00:00,1256.0,7.3423,1,leg_gt,1.57,60 -65400,sell_mtf_cross_all_tf,sell,2025-07-10 14:03:00,1255.0,7.2567,1,leg_gt,1.57,60 -65401,sell_mtf_cross_all_tf,sell,2025-07-10 14:06:00,1254.0,7.1712,1,leg_gt,1.57,60 -65402,sell_mtf_cross_all_tf,sell,2025-07-10 14:09:00,1255.0,7.2567,1,leg_gt,1.57,60 -65403,sell_mtf_cross_all_tf,sell,2025-07-10 16:21:00,1260.0,7.6844,1,leg_gt,1.66,60 -65404,sell_mtf_cross_all_tf,sell,2025-07-10 16:30:00,1259.0,7.5989,1,leg_gt,1.67,60 -65405,sell_mtf_cross_all_tf,sell,2025-07-10 17:54:00,1267.0,8.2832,1,leg_gt,1.73,60 -65406,sell_mtf_cross_all_tf,sell,2025-07-10 18:06:00,1265.0,8.1121,1,leg_gt,1.74,60 -65407,sell_mtf_cross_all_tf,sell,2025-07-10 18:09:00,1266.0,8.1977,1,leg_gt,1.74,60 -65408,sell_mtf_cross_all_tf,sell,2025-07-10 18:21:00,1267.0,8.2832,1,leg_gt,1.75,60 -65409,sell_mtf_cross_all_tf,sell,2025-07-10 18:33:00,1269.0,8.4543,1,leg_gt,1.76,60 -65410,sell_mtf_cross_all_tf,sell,2025-07-10 18:39:00,1269.0,8.4543,1,leg_gt,1.76,60 -65411,sell_mtf_cross_all_tf,sell,2025-07-10 19:45:00,1270.0,8.5399,1,leg_gt,1.81,60 -65412,sell_mtf_cross_all_tf,sell,2025-07-10 19:48:00,1269.0,8.4543,1,leg_gt,1.81,60 -65413,sell_mtf_cross_all_tf,sell,2025-07-10 19:51:00,1272.0,8.7109,1,leg_gt,1.81,60 -65414,sell_mtf_cross_all_tf,sell,2025-07-10 19:54:00,1272.0,8.7109,1,leg_gt,1.81,60 -65415,sell_mtf_cross_all_tf,sell,2025-07-10 19:57:00,1270.0,8.5399,1,leg_gt,1.81,60 -65416,sell_mtf_cross_all_tf,sell,2025-07-10 20:51:00,1272.0,8.7109,1,leg_gt,1.85,60 -65417,sell_mtf_cross_all_tf,sell,2025-07-10 22:42:00,1284.0,9.7375,1,leg_gt,1.93,60 -65418,sell_mtf_cross_all_tf,sell,2025-07-11 01:57:00,1299.0,11.0206,1,leg_gt,2.06,60 -65419,sell_mtf_cross_all_tf,sell,2025-07-11 02:00:00,1300.0,11.1062,1,leg_gt,2.07,60 -65420,sell_mtf_cross_all_tf,sell,2025-07-11 02:06:00,1299.0,11.0206,1,leg_gt,2.07,60 -65421,sell_mtf_cross_all_tf,sell,2025-07-11 02:09:00,1306.0,11.6194,1,leg_gt,2.07,60 -65422,sell_mtf_cross_all_tf,sell,2025-07-11 02:12:00,1309.0,11.876,1,leg_gt,2.08,60 -65423,sell_mtf_cross_all_tf,sell,2025-07-11 02:15:00,1314.0,12.3038,1,leg_gt,2.08,60 -65424,sell_mtf_cross_all_tf,sell,2025-07-11 02:18:00,1309.0,11.876,1,leg_gt,2.08,60 -65425,sell_mtf_cross_all_tf,sell,2025-07-11 02:21:00,1309.0,11.876,1,leg_gt,2.08,60 -65426,sell_mtf_cross_all_tf,sell,2025-07-11 02:24:00,1308.0,11.7905,1,leg_gt,2.08,60 -65427,sell_mtf_cross_all_tf,sell,2025-07-11 02:27:00,1312.0,12.1327,1,leg_gt,2.09,60 -65428,sell_mtf_cross_all_tf,sell,2025-07-11 02:30:00,1315.0,12.3893,1,leg_gt,2.09,60 -65429,sell_mtf_cross_all_tf,sell,2025-07-11 02:33:00,1318.0,12.6459,1,leg_gt,2.09,60 -65430,sell_mtf_cross_all_tf,sell,2025-07-11 02:36:00,1316.0,12.4749,1,leg_gt,2.09,60 -65431,sell_mtf_cross_all_tf,sell,2025-07-11 02:39:00,1318.0,12.6459,1,leg_gt,2.09,60 -65432,sell_mtf_cross_all_tf,sell,2025-07-11 02:45:00,1323.0,13.0737,1,leg_gt,2.1,60 -65433,sell_mtf_cross_all_tf,sell,2025-07-11 02:48:00,1322.0,12.9881,1,leg_gt,2.1,60 -65434,sell_mtf_cross_all_tf,sell,2025-07-11 02:51:00,1324.0,13.1592,1,leg_gt,2.1,60 -65435,sell_mtf_cross_all_tf,sell,2025-07-11 02:54:00,1329.0,13.5869,1,leg_gt,2.1,60 -65436,sell_mtf_cross_all_tf,sell,2025-07-11 02:57:00,1330.0,13.6725,1,leg_gt,2.11,60 -65437,sell_mtf_cross_all_tf,sell,2025-07-11 03:00:00,1330.0,13.6725,1,leg_gt,2.11,60 -65438,sell_mtf_cross_all_tf,sell,2025-07-11 03:03:00,1330.0,13.6725,1,leg_gt,2.11,60 -65439,sell_mtf_cross_all_tf,sell,2025-07-11 03:06:00,1329.0,13.5869,1,leg_gt,2.11,60 -65440,sell_mtf_cross_all_tf,sell,2025-07-11 03:09:00,1330.0,13.6725,1,leg_gt,2.11,60 -65441,sell_mtf_cross_all_tf,sell,2025-07-11 03:12:00,1328.0,13.5014,1,leg_gt,2.12,60 -65442,sell_mtf_cross_all_tf,sell,2025-07-11 03:15:00,1331.0,13.758,1,leg_gt,2.12,60 -65443,sell_mtf_cross_all_tf,sell,2025-07-11 03:18:00,1331.0,13.758,1,leg_gt,2.12,60 -65444,sell_mtf_cross_all_tf,sell,2025-07-11 03:21:00,1334.0,14.0146,1,leg_gt,2.12,60 -65445,sell_mtf_cross_all_tf,sell,2025-07-11 03:24:00,1336.0,14.1857,1,leg_gt,2.12,60 -65446,sell_mtf_cross_all_tf,sell,2025-07-11 04:12:00,1342.0,14.699,1,leg_gt,2.16,60 -65447,sell_mtf_cross_all_tf,sell,2025-07-11 04:15:00,1340.0,14.5279,1,leg_gt,2.16,60 -65448,sell_mtf_cross_all_tf,sell,2025-07-11 04:18:00,1347.0,15.1267,1,leg_gt,2.16,60 -65449,sell_mtf_cross_all_tf,sell,2025-07-11 06:00:00,1350.0,15.3833,1,leg_gt,2.23,60 -65450,sell_mtf_cross_all_tf,sell,2025-07-11 06:57:00,1411.0,20.6015,1,leg_gt,2.27,60 -65451,sell_mtf_cross_all_tf,sell,2025-07-11 07:00:00,1418.0,21.2003,1,leg_gt,2.28,60 -65452,sell_mtf_cross_all_tf,sell,2025-07-11 07:03:00,1424.0,21.7135,1,leg_gt,2.28,60 -65453,sell_mtf_cross_all_tf,sell,2025-07-11 07:12:00,1432.0,22.3979,1,leg_gt,2.28,60 -65454,sell_mtf_cross_all_tf,sell,2025-07-11 07:15:00,1432.0,22.3979,1,leg_gt,2.29,60 -65455,sell_mtf_cross_all_tf,sell,2025-07-11 07:18:00,1432.0,22.3979,1,leg_gt,2.29,60 -65456,sell_mtf_cross_all_tf,sell,2025-07-11 07:21:00,1432.0,22.3979,1,leg_gt,2.29,60 -65457,sell_mtf_cross_all_tf,sell,2025-07-11 08:06:00,1437.0,22.8256,1,leg_gt,2.32,60 -65458,sell_mtf_cross_all_tf,sell,2025-07-11 08:09:00,1436.0,22.74,1,leg_gt,2.32,60 -65459,sell_mtf_cross_all_tf,sell,2025-07-11 11:33:00,1460.0,24.7931,1,leg_gt,2.46,60 -65460,sell_mtf_cross_all_tf,sell,2025-07-11 11:57:00,1479.0,26.4184,1,leg_gt,2.48,60 -65461,sell_mtf_cross_all_tf,sell,2025-07-11 12:00:00,1475.0,26.0762,1,leg_gt,2.48,60 -65462,sell_mtf_cross_all_tf,sell,2025-07-11 12:03:00,1474.0,25.9907,1,leg_gt,2.49,60 -65463,sell_mtf_cross_all_tf,sell,2025-07-11 12:54:00,1482.0,26.675,1,leg_gt,2.52,60 -65464,sell_mtf_cross_all_tf,sell,2025-07-11 12:57:00,1485.0,26.9317,1,leg_gt,2.52,60 -65465,sell_mtf_cross_all_tf,sell,2025-07-11 13:00:00,1484.0,26.8461,1,leg_gt,2.52,60 -65466,sell_mtf_cross_all_tf,sell,2025-07-11 13:03:00,1483.0,26.7606,1,leg_gt,2.53,60 -65467,sell_mtf_cross_all_tf,sell,2025-07-11 13:06:00,1483.0,26.7606,1,leg_gt,2.53,60 -65468,sell_mtf_cross_all_tf,sell,2025-07-11 13:09:00,1483.0,26.7606,1,leg_gt,2.53,60 -65469,sell_mtf_cross_all_tf,sell,2025-07-11 13:42:00,1485.0,26.9317,1,leg_gt,2.55,60 -65470,sell_mtf_cross_all_tf,sell,2025-07-11 14:21:00,1512.0,29.2413,1,leg_gt,2.58,60 -65471,sell_mtf_cross_all_tf,sell,2025-07-11 14:24:00,1523.0,30.1823,1,leg_gt,2.58,60 -65472,sell_mtf_cross_all_tf,sell,2025-07-11 14:30:00,1516.0,29.5835,1,leg_gt,2.59,60 -65473,sell_mtf_cross_all_tf,sell,2025-07-11 14:33:00,1517.0,29.669,1,leg_gt,2.59,60 -65474,sell_mtf_cross_all_tf,sell,2025-07-11 14:36:00,1525.0,30.3534,1,leg_gt,2.59,60 -65475,sell_mtf_cross_all_tf,sell,2025-07-11 14:39:00,1522.0,30.0967,1,leg_gt,2.59,60 -65476,sell_mtf_cross_all_tf,sell,2025-07-11 14:42:00,1527.0,30.5245,1,leg_gt,2.6,60 -65477,sell_mtf_cross_all_tf,sell,2025-07-11 14:45:00,1526.0,30.4389,1,leg_gt,2.6,60 -65478,sell_mtf_cross_all_tf,sell,2025-07-11 14:48:00,1528.0,30.61,1,leg_gt,2.6,60 -65479,sell_mtf_cross_all_tf,sell,2025-07-11 14:51:00,1531.0,30.8666,1,leg_gt,2.6,60 -65480,sell_mtf_cross_all_tf,sell,2025-07-11 14:57:00,1527.0,30.5245,1,leg_gt,2.61,60 -65481,sell_mtf_cross_all_tf,sell,2025-07-11 23:42:00,1486.0,27.0172,1,leg_gt,2.97,60 -65482,sell_mtf_cross_all_tf,sell,2025-07-13 09:00:00,1399.0,3.1472,1,leg_gt,0.35,60 -65483,sell_mtf_cross_all_tf,sell,2025-07-13 09:06:00,1399.0,3.1472,1,leg_gt,0.35,60 -65484,sell_mtf_cross_all_tf,sell,2025-07-13 09:09:00,1397.0,2.9996,1,leg_gt,0.35,60 -65485,sell_mtf_cross_all_tf,sell,2025-07-13 09:21:00,1403.0,3.4424,1,leg_gt,0.36,60 -65486,sell_mtf_cross_all_tf,sell,2025-07-13 09:24:00,1404.0,3.5162,1,leg_gt,0.36,60 -65487,sell_mtf_cross_all_tf,sell,2025-07-13 09:30:00,1403.0,3.4424,1,leg_gt,0.37,60 -65488,sell_mtf_cross_all_tf,sell,2025-07-13 09:48:00,1406.0,3.6638,1,leg_gt,0.38,60 -65489,sell_mtf_cross_all_tf,sell,2025-07-13 09:54:00,1405.0,3.59,1,leg_gt,0.38,60 -65490,sell_mtf_cross_all_tf,sell,2025-07-13 10:00:00,1406.0,3.6638,1,leg_gt,0.39,60 -65491,sell_mtf_cross_all_tf,sell,2025-07-13 10:09:00,1407.0,3.7376,1,leg_gt,0.39,60 -65492,sell_mtf_cross_all_tf,sell,2025-07-13 14:06:00,1415.0,4.328,1,leg_gt,0.56,60 -65493,sell_mtf_cross_all_tf,sell,2025-07-13 14:09:00,1417.0,4.4756,1,leg_gt,0.56,60 -65494,sell_mtf_cross_all_tf,sell,2025-07-13 14:15:00,1415.0,4.328,1,leg_gt,0.56,60 -65495,sell_mtf_cross_all_tf,sell,2025-07-13 14:36:00,1418.0,4.5494,1,leg_gt,0.58,60 -65496,sell_mtf_cross_all_tf,sell,2025-07-13 14:42:00,1417.0,4.4756,1,leg_gt,0.58,60 -65497,sell_mtf_cross_all_tf,sell,2025-07-13 16:45:00,1421.0,4.7708,1,leg_gt,0.67,60 -65498,sell_mtf_cross_all_tf,sell,2025-07-13 16:48:00,1420.0,4.697,1,leg_gt,0.67,60 -65499,sell_mtf_cross_all_tf,sell,2025-07-13 20:27:00,1418.0,4.5494,1,leg_gt,0.82,60 -65500,sell_mtf_cross_all_tf,sell,2025-07-13 20:30:00,1419.0,4.6232,1,leg_gt,0.82,60 -65501,sell_mtf_cross_all_tf,sell,2025-07-13 20:33:00,1419.0,4.6232,1,leg_gt,0.83,60 -65502,sell_mtf_cross_all_tf,sell,2025-07-13 20:36:00,1418.0,4.5494,1,leg_gt,0.83,60 -65503,sell_mtf_cross_all_tf,sell,2025-07-13 20:39:00,1418.0,4.5494,1,leg_gt,0.83,60 -65504,sell_mtf_cross_all_tf,sell,2025-07-13 20:42:00,1420.0,4.697,1,leg_gt,0.83,60 -65505,sell_mtf_cross_all_tf,sell,2025-07-13 20:45:00,1419.0,4.6232,1,leg_gt,0.84,60 -65506,sell_mtf_cross_all_tf,sell,2025-07-13 21:03:00,1422.0,4.8446,1,leg_gt,0.85,60 -65507,sell_mtf_cross_all_tf,sell,2025-07-13 21:30:00,1425.0,5.0661,1,leg_gt,0.87,60 -65508,sell_mtf_cross_all_tf,sell,2025-07-13 21:33:00,1424.0,4.9923,1,leg_gt,0.87,60 -65509,sell_mtf_cross_all_tf,sell,2025-07-13 21:39:00,1424.0,4.9923,1,leg_gt,0.87,60 -65510,sell_mtf_cross_all_tf,sell,2025-07-13 21:45:00,1426.0,5.1399,1,leg_gt,0.88,60 -65511,sell_mtf_cross_all_tf,sell,2025-07-13 21:48:00,1428.0,5.2875,1,leg_gt,0.88,60 -65512,sell_mtf_cross_all_tf,sell,2025-07-13 22:00:00,1430.0,5.4351,1,leg_gt,0.89,60 -65513,sell_mtf_cross_all_tf,sell,2025-07-13 22:03:00,1432.0,5.5827,1,leg_gt,0.89,60 -65514,sell_mtf_cross_all_tf,sell,2025-07-13 22:21:00,1431.0,5.5089,1,leg_gt,0.9,60 -65515,sell_mtf_cross_all_tf,sell,2025-07-13 22:24:00,1432.0,5.5827,1,leg_gt,0.9,60 -65516,sell_mtf_cross_all_tf,sell,2025-07-13 22:45:00,1434.0,5.7303,1,leg_gt,0.92,60 -65517,sell_mtf_cross_all_tf,sell,2025-07-13 22:48:00,1436.0,5.8779,1,leg_gt,0.92,60 -65518,sell_mtf_cross_all_tf,sell,2025-07-13 22:51:00,1435.0,5.8041,1,leg_gt,0.92,60 -65519,sell_mtf_cross_all_tf,sell,2025-07-13 23:36:00,1441.0,6.2469,1,leg_gt,0.95,60 -65520,sell_mtf_cross_all_tf,sell,2025-07-13 23:39:00,1440.0,6.1731,1,leg_gt,0.96,60 -65521,sell_mtf_cross_all_tf,sell,2025-07-14 00:21:00,1444.0,6.4683,1,leg_gt,0.99,60 -65522,sell_mtf_cross_all_tf,sell,2025-07-14 01:15:00,1443.0,6.3945,1,leg_gt,1.02,60 -65523,sell_mtf_cross_all_tf,sell,2025-07-14 01:18:00,1445.0,6.5421,1,leg_gt,1.02,60 -65524,sell_mtf_cross_all_tf,sell,2025-07-14 01:21:00,1445.0,6.5421,1,leg_gt,1.03,60 -65525,sell_mtf_cross_all_tf,sell,2025-07-14 01:24:00,1444.0,6.4683,1,leg_gt,1.03,60 -65526,sell_mtf_cross_all_tf,sell,2025-07-14 01:27:00,1442.0,6.3207,1,leg_gt,1.03,60 -65527,sell_mtf_cross_all_tf,sell,2025-07-14 01:42:00,1443.0,6.3945,1,leg_gt,1.04,60 -65528,sell_mtf_cross_all_tf,sell,2025-07-14 03:36:00,1447.0,6.6897,1,leg_gt,1.12,60 -65529,sell_mtf_cross_all_tf,sell,2025-07-14 03:39:00,1447.0,6.6897,1,leg_gt,1.12,60 -65530,sell_mtf_cross_all_tf,sell,2025-07-14 10:51:00,1438.0,1.9582,1,leg_gt,0.14,60 -65531,sell_mtf_cross_all_tf,sell,2025-07-14 11:15:00,1450.0,2.8099,1,leg_gt,0.16,60 -65532,sell_mtf_cross_all_tf,sell,2025-07-14 11:18:00,1451.0,2.8808,1,leg_gt,0.16,60 -65533,sell_mtf_cross_all_tf,sell,2025-07-14 11:21:00,1448.0,2.6679,1,leg_gt,0.16,60 -65534,sell_mtf_cross_all_tf,sell,2025-07-14 11:24:00,1456.0,3.2357,1,leg_gt,0.16,60 -65535,sell_mtf_cross_all_tf,sell,2025-07-14 11:36:00,1461.0,3.5906,1,leg_gt,0.17,60 -65536,sell_mtf_cross_all_tf,sell,2025-07-14 11:39:00,1466.0,3.9454,1,leg_gt,0.18,60 -65537,sell_mtf_cross_all_tf,sell,2025-07-14 11:42:00,1470.0,4.2293,1,leg_gt,0.18,60 -65538,sell_mtf_cross_all_tf,sell,2025-07-14 11:45:00,1469.0,4.1583,1,leg_gt,0.18,60 -65539,sell_mtf_cross_all_tf,sell,2025-07-14 11:48:00,1471.0,4.3003,1,leg_gt,0.18,60 -65540,sell_mtf_cross_all_tf,sell,2025-07-14 12:30:00,1467.0,4.0164,1,leg_gt,0.21,60 -65541,sell_mtf_cross_all_tf,sell,2025-07-14 12:42:00,1472.0,4.3713,1,leg_gt,0.22,60 -65542,sell_mtf_cross_all_tf,sell,2025-07-14 12:51:00,1471.0,4.3003,1,leg_gt,0.22,60 -65543,sell_mtf_cross_all_tf,sell,2025-07-14 12:54:00,1473.0,4.4422,1,leg_gt,0.23,60 -65544,sell_mtf_cross_all_tf,sell,2025-07-14 12:57:00,1473.0,4.4422,1,leg_gt,0.23,60 -65545,sell_mtf_cross_all_tf,sell,2025-07-14 13:00:00,1474.0,4.5132,1,leg_gt,0.23,60 -65546,sell_mtf_cross_all_tf,sell,2025-07-14 13:03:00,1473.0,4.4422,1,leg_gt,0.23,60 -65547,sell_mtf_cross_all_tf,sell,2025-07-14 13:15:00,1478.0,4.7971,1,leg_gt,0.24,60 -65548,sell_mtf_cross_all_tf,sell,2025-07-14 13:36:00,1491.0,5.7197,1,leg_gt,0.26,60 -65549,sell_mtf_cross_all_tf,sell,2025-07-14 13:39:00,1494.0,5.9326,1,leg_gt,0.26,60 -65550,sell_mtf_cross_all_tf,sell,2025-07-14 13:42:00,1494.0,5.9326,1,leg_gt,0.26,60 -65551,sell_mtf_cross_all_tf,sell,2025-07-14 14:06:00,1507.0,6.8553,1,leg_gt,0.28,60 -65552,sell_mtf_cross_all_tf,sell,2025-07-14 14:09:00,1510.0,7.0682,1,leg_gt,0.28,60 -65553,sell_mtf_cross_all_tf,sell,2025-07-14 14:18:00,1516.0,7.494,1,leg_gt,0.29,60 -65554,sell_mtf_cross_all_tf,sell,2025-07-14 14:21:00,1519.0,7.707,1,leg_gt,0.29,60 -65555,sell_mtf_cross_all_tf,sell,2025-07-16 01:15:00,1425.0,4.2956,1,leg_gt,0.06,60 -65556,sell_mtf_cross_all_tf,sell,2025-07-16 01:18:00,1427.0,4.4421,1,leg_gt,0.06,60 -65557,sell_mtf_cross_all_tf,sell,2025-07-16 01:21:00,1429.0,4.5886,1,leg_gt,0.06,60 -65558,sell_mtf_cross_all_tf,sell,2025-07-16 01:24:00,1429.0,4.5886,1,leg_gt,0.06,60 -65559,sell_mtf_cross_all_tf,sell,2025-07-16 01:27:00,1424.0,4.2223,1,leg_gt,0.06,60 -65560,sell_mtf_cross_all_tf,sell,2025-07-16 01:45:00,1432.0,4.8084,1,leg_gt,0.08,60 -65561,sell_mtf_cross_all_tf,sell,2025-07-16 03:00:00,1464.0,7.1527,1,leg_gt,0.13,60 -65562,sell_mtf_cross_all_tf,sell,2025-07-16 03:03:00,1463.0,7.0795,1,leg_gt,0.13,60 -65563,sell_mtf_cross_all_tf,sell,2025-07-16 03:06:00,1465.0,7.226,1,leg_gt,0.13,60 -65564,sell_mtf_cross_all_tf,sell,2025-07-16 03:09:00,1462.0,7.0062,1,leg_gt,0.14,60 -65565,sell_mtf_cross_all_tf,sell,2025-07-16 03:12:00,1463.0,7.0795,1,leg_gt,0.14,60 -65566,sell_mtf_cross_all_tf,sell,2025-07-16 03:15:00,1464.0,7.1527,1,leg_gt,0.14,60 -65567,sell_mtf_cross_all_tf,sell,2025-07-16 03:18:00,1465.0,7.226,1,leg_gt,0.14,60 -65568,sell_mtf_cross_all_tf,sell,2025-07-16 03:21:00,1466.0,7.2993,1,leg_gt,0.14,60 -65569,sell_mtf_cross_all_tf,sell,2025-07-16 03:24:00,1467.0,7.3725,1,leg_gt,0.15,60 -65570,sell_mtf_cross_all_tf,sell,2025-07-16 08:21:00,1470.0,3.7136,1,leg_gt,0.15,60 -65571,sell_mtf_cross_all_tf,sell,2025-07-16 08:30:00,1472.0,3.8548,1,leg_gt,0.16,60 -65572,sell_mtf_cross_all_tf,sell,2025-07-16 08:33:00,1473.0,3.9254,1,leg_gt,0.16,60 -65573,sell_mtf_cross_all_tf,sell,2025-07-16 08:36:00,1474.0,3.996,1,leg_gt,0.16,60 -65574,sell_mtf_cross_all_tf,sell,2025-07-16 08:39:00,1477.0,4.2079,1,leg_gt,0.16,60 -65575,sell_mtf_cross_all_tf,sell,2025-07-16 08:42:00,1481.0,4.4904,1,leg_gt,0.16,60 -65576,sell_mtf_cross_all_tf,sell,2025-07-16 08:45:00,1482.0,4.561,1,leg_gt,0.17,60 -65577,sell_mtf_cross_all_tf,sell,2025-07-16 08:48:00,1480.0,4.4198,1,leg_gt,0.17,60 -65578,sell_mtf_cross_all_tf,sell,2025-07-16 08:51:00,1481.0,4.4904,1,leg_gt,0.17,60 -65579,sell_mtf_cross_all_tf,sell,2025-07-16 09:45:00,1485.0,4.7729,1,leg_gt,0.21,60 -65580,sell_mtf_cross_all_tf,sell,2025-07-16 09:51:00,1485.0,4.7729,1,leg_gt,0.21,60 -65581,sell_mtf_cross_all_tf,sell,2025-07-16 16:00:00,1465.0,1.7068,1,leg_gt,0.18,60 -65582,sell_mtf_cross_all_tf,sell,2025-07-16 16:03:00,1466.0,1.7763,1,leg_gt,0.18,60 -65583,sell_mtf_cross_all_tf,sell,2025-07-16 16:33:00,1468.0,1.9153,1,leg_gt,0.2,60 -65584,sell_mtf_cross_all_tf,sell,2025-07-16 16:39:00,1471.0,2.1238,1,leg_gt,0.21,60 -65585,sell_mtf_cross_all_tf,sell,2025-07-16 16:45:00,1474.0,2.3322,1,leg_gt,0.21,60 -65586,sell_mtf_cross_all_tf,sell,2025-07-16 16:48:00,1475.0,2.4017,1,leg_gt,0.21,60 -65587,sell_mtf_cross_all_tf,sell,2025-07-16 16:57:00,1475.0,2.4017,1,leg_gt,0.22,60 -65588,sell_mtf_cross_all_tf,sell,2025-07-16 17:00:00,1474.0,2.3322,1,leg_gt,0.22,60 -65589,sell_mtf_cross_all_tf,sell,2025-07-16 21:15:00,1483.0,2.9577,1,leg_gt,0.4,60 -65590,sell_mtf_cross_all_tf,sell,2025-07-16 21:18:00,1484.0,3.0272,1,leg_gt,0.4,60 -65591,sell_mtf_cross_all_tf,sell,2025-07-16 21:21:00,1482.0,2.8882,1,leg_gt,0.4,60 -65592,sell_mtf_cross_all_tf,sell,2025-07-16 21:24:00,1483.0,2.9577,1,leg_gt,0.41,60 -65593,sell_mtf_cross_all_tf,sell,2025-07-16 21:30:00,1486.0,3.1662,1,leg_gt,0.41,60 -65594,sell_mtf_cross_all_tf,sell,2025-07-16 21:33:00,1486.0,3.1662,1,leg_gt,0.41,60 -65595,sell_mtf_cross_all_tf,sell,2025-07-16 21:36:00,1492.0,3.5831,1,leg_gt,0.41,60 -65596,sell_mtf_cross_all_tf,sell,2025-07-16 21:39:00,1492.0,3.5831,1,leg_gt,0.42,60 -65597,sell_mtf_cross_all_tf,sell,2025-07-16 21:42:00,1491.0,3.5136,1,leg_gt,0.42,60 -65598,sell_mtf_cross_all_tf,sell,2025-07-16 21:45:00,1492.0,3.5831,1,leg_gt,0.42,60 -65599,sell_mtf_cross_all_tf,sell,2025-07-16 21:48:00,1491.0,3.5136,1,leg_gt,0.42,60 -65600,sell_mtf_cross_all_tf,sell,2025-07-16 23:57:00,1492.0,3.5831,1,leg_gt,0.51,60 -65601,sell_mtf_cross_all_tf,sell,2025-07-17 00:00:00,1490.0,3.4441,1,leg_gt,0.51,60 -65602,sell_mtf_cross_all_tf,sell,2025-07-17 00:03:00,1494.0,3.7221,1,leg_gt,0.52,60 -65603,sell_mtf_cross_all_tf,sell,2025-07-17 00:06:00,1493.0,3.6526,1,leg_gt,0.52,60 -65604,sell_mtf_cross_all_tf,sell,2025-07-17 00:09:00,1496.0,3.8611,1,leg_gt,0.52,60 -65605,sell_mtf_cross_all_tf,sell,2025-07-17 01:06:00,1503.0,4.3475,1,leg_gt,0.56,60 -65606,sell_mtf_cross_all_tf,sell,2025-07-17 01:09:00,1501.0,4.2085,1,leg_gt,0.56,60 -65607,sell_mtf_cross_all_tf,sell,2025-07-17 01:12:00,1505.0,4.4865,1,leg_gt,0.56,60 -65608,sell_mtf_cross_all_tf,sell,2025-07-17 01:15:00,1508.0,4.695,1,leg_gt,0.57,60 -65609,sell_mtf_cross_all_tf,sell,2025-07-17 01:18:00,1512.0,4.973,1,leg_gt,0.57,60 -65610,sell_mtf_cross_all_tf,sell,2025-07-17 01:36:00,1524.0,5.8069,1,leg_gt,0.58,60 -65611,sell_mtf_cross_all_tf,sell,2025-07-17 01:39:00,1523.0,5.7374,1,leg_gt,0.58,60 -65612,sell_mtf_cross_all_tf,sell,2025-07-17 01:42:00,1528.0,6.0849,1,leg_gt,0.59,60 -65613,sell_mtf_cross_all_tf,sell,2025-07-17 01:45:00,1532.0,6.3628,1,leg_gt,0.59,60 -65614,sell_mtf_cross_all_tf,sell,2025-07-17 01:48:00,1526.0,5.9459,1,leg_gt,0.59,60 -65615,sell_mtf_cross_all_tf,sell,2025-07-17 01:51:00,1526.0,5.9459,1,leg_gt,0.59,60 -65616,sell_mtf_cross_all_tf,sell,2025-07-17 01:54:00,1529.0,6.1543,1,leg_gt,0.59,60 -65617,sell_mtf_cross_all_tf,sell,2025-07-17 01:57:00,1532.0,6.3628,1,leg_gt,0.6,60 -65618,sell_mtf_cross_all_tf,sell,2025-07-17 02:00:00,1532.0,6.3628,1,leg_gt,0.6,60 -65619,sell_mtf_cross_all_tf,sell,2025-07-17 02:03:00,1534.0,6.5018,1,leg_gt,0.6,60 -65620,sell_mtf_cross_all_tf,sell,2025-07-17 02:12:00,1531.0,6.2933,1,leg_gt,0.61,60 -65621,sell_mtf_cross_all_tf,sell,2025-07-17 05:36:00,1545.0,7.2662,1,leg_gt,0.75,60 -65622,sell_mtf_cross_all_tf,sell,2025-07-17 05:39:00,1546.0,7.3357,1,leg_gt,0.75,60 -65623,sell_mtf_cross_all_tf,sell,2025-07-17 05:42:00,1540.0,6.9188,1,leg_gt,0.75,60 -65624,sell_mtf_cross_all_tf,sell,2025-07-17 05:45:00,1545.0,7.2662,1,leg_gt,0.75,60 -65625,sell_mtf_cross_all_tf,sell,2025-07-17 06:33:00,1556.0,8.0306,1,leg_gt,0.79,60 -65626,sell_mtf_cross_all_tf,sell,2025-07-17 15:36:00,1517.0,2.1237,1,leg_gt,0.12,60 -65627,sell_mtf_cross_all_tf,sell,2025-07-17 15:39:00,1518.0,2.1911,1,leg_gt,0.12,60 -65628,sell_mtf_cross_all_tf,sell,2025-07-17 16:00:00,1525.0,2.6628,1,leg_gt,0.14,60 -65629,sell_mtf_cross_all_tf,sell,2025-07-17 16:45:00,1528.0,2.865,1,leg_gt,0.17,60 -65630,sell_mtf_cross_all_tf,sell,2025-07-17 16:48:00,1529.0,2.9323,1,leg_gt,0.17,60 -65631,sell_mtf_cross_all_tf,sell,2025-07-17 16:51:00,1529.0,2.9323,1,leg_gt,0.18,60 -65632,sell_mtf_cross_all_tf,sell,2025-07-17 16:54:00,1529.0,2.9323,1,leg_gt,0.18,60 -65633,sell_mtf_cross_all_tf,sell,2025-07-17 16:57:00,1528.0,2.865,1,leg_gt,0.18,60 -65634,sell_mtf_cross_all_tf,sell,2025-07-17 17:12:00,1535.0,3.3367,1,leg_gt,0.19,60 -65635,sell_mtf_cross_all_tf,sell,2025-07-17 17:15:00,1531.0,3.0671,1,leg_gt,0.19,60 -65636,sell_mtf_cross_all_tf,sell,2025-07-17 17:18:00,1531.0,3.0671,1,leg_gt,0.19,60 -65637,sell_mtf_cross_all_tf,sell,2025-07-17 18:36:00,1536.0,3.404,1,leg_gt,0.25,60 -65638,sell_mtf_cross_all_tf,sell,2025-07-17 18:39:00,1538.0,3.5388,1,leg_gt,0.25,60 -65639,sell_mtf_cross_all_tf,sell,2025-07-17 18:42:00,1539.0,3.6062,1,leg_gt,0.25,60 -65640,sell_mtf_cross_all_tf,sell,2025-07-17 18:45:00,1539.0,3.6062,1,leg_gt,0.25,60 -65641,sell_mtf_cross_all_tf,sell,2025-07-17 18:48:00,1537.0,3.4714,1,leg_gt,0.26,60 -65642,sell_mtf_cross_all_tf,sell,2025-07-17 18:51:00,1540.0,3.6736,1,leg_gt,0.26,60 -65643,sell_mtf_cross_all_tf,sell,2025-07-17 18:54:00,1542.0,3.8084,1,leg_gt,0.26,60 -65644,sell_mtf_cross_all_tf,sell,2025-07-17 18:57:00,1541.0,3.741,1,leg_gt,0.26,60 -65645,sell_mtf_cross_all_tf,sell,2025-07-18 08:09:00,1526.0,5.5787,1,leg_gt,0.13,60 -65646,sell_mtf_cross_all_tf,sell,2025-07-18 08:12:00,1526.0,5.5787,1,leg_gt,0.13,60 -65647,sell_mtf_cross_all_tf,sell,2025-07-18 08:15:00,1526.0,5.5787,1,leg_gt,0.13,60 -65648,sell_mtf_cross_all_tf,sell,2025-07-18 08:27:00,1530.0,5.8557,1,leg_gt,0.14,60 -65649,sell_mtf_cross_all_tf,sell,2025-07-18 10:27:00,1556.0,7.6562,1,leg_gt,0.22,60 -65650,sell_mtf_cross_all_tf,sell,2025-07-18 10:30:00,1560.0,7.9332,1,leg_gt,0.23,60 -65651,sell_mtf_cross_all_tf,sell,2025-07-18 10:33:00,1563.0,8.141,1,leg_gt,0.23,60 -65652,sell_mtf_cross_all_tf,sell,2025-07-18 10:42:00,1570.0,8.6258,1,leg_gt,0.24,60 -65653,sell_mtf_cross_all_tf,sell,2025-07-18 10:45:00,1569.0,8.5565,1,leg_gt,0.24,60 -65654,sell_mtf_cross_all_tf,sell,2025-07-18 10:48:00,1570.0,8.6258,1,leg_gt,0.24,60 -65655,sell_mtf_cross_all_tf,sell,2025-07-18 10:51:00,1572.0,8.7643,1,leg_gt,0.24,60 -65656,sell_mtf_cross_all_tf,sell,2025-07-18 10:54:00,1579.0,9.249,1,leg_gt,0.24,60 -65657,sell_mtf_cross_all_tf,sell,2025-07-18 10:57:00,1572.0,8.7643,1,leg_gt,0.25,60 -65658,sell_mtf_cross_all_tf,sell,2025-07-18 11:00:00,1572.0,8.7643,1,leg_gt,0.25,60 -65659,sell_mtf_cross_all_tf,sell,2025-07-18 13:54:00,1587.0,9.803,1,leg_gt,0.37,60 -65660,sell_mtf_cross_all_tf,sell,2025-07-18 13:57:00,1588.0,9.8723,1,leg_gt,0.37,60 -65661,sell_mtf_cross_all_tf,sell,2025-07-18 14:30:00,1637.0,13.2657,1,leg_gt,0.39,60 -65662,sell_mtf_cross_all_tf,sell,2025-07-18 14:33:00,1640.0,13.4734,1,leg_gt,0.4,60 -65663,sell_mtf_cross_all_tf,sell,2025-07-18 14:36:00,1633.0,12.9886,1,leg_gt,0.4,60 -65664,sell_mtf_cross_all_tf,sell,2025-07-18 14:39:00,1642.0,13.6119,1,leg_gt,0.4,60 -65665,sell_mtf_cross_all_tf,sell,2025-07-18 14:42:00,1636.0,13.1964,1,leg_gt,0.4,60 -65666,sell_mtf_cross_all_tf,sell,2025-07-18 14:45:00,1635.0,13.1271,1,leg_gt,0.4,60 -65667,sell_mtf_cross_all_tf,sell,2025-07-18 22:00:00,1623.0,3.9385,1,leg_gt,0.07,60 -65668,sell_mtf_cross_all_tf,sell,2025-07-18 22:03:00,1616.0,3.4897,1,leg_gt,0.07,60 -65669,sell_mtf_cross_all_tf,sell,2025-07-18 22:36:00,1622.0,3.8744,1,leg_gt,0.09,60 -65670,sell_mtf_cross_all_tf,sell,2025-07-19 12:21:00,1582.0,4.9465,1,leg_gt,0.1,60 -65671,sell_mtf_cross_all_tf,sell,2025-07-19 12:24:00,1579.0,4.7473,1,leg_gt,0.1,60 -65672,sell_mtf_cross_all_tf,sell,2025-07-19 12:27:00,1577.0,4.6145,1,leg_gt,0.1,60 -65673,sell_mtf_cross_all_tf,sell,2025-07-19 12:30:00,1576.0,4.5481,1,leg_gt,0.1,60 -65674,sell_mtf_cross_all_tf,sell,2025-07-19 12:36:00,1576.0,4.5481,1,leg_gt,0.11,60 -65675,sell_mtf_cross_all_tf,sell,2025-07-19 12:39:00,1584.0,5.0793,1,leg_gt,0.11,60 -65676,sell_mtf_cross_all_tf,sell,2025-07-19 12:42:00,1585.0,5.1457,1,leg_gt,0.11,60 -65677,sell_mtf_cross_all_tf,sell,2025-07-19 12:45:00,1581.0,4.8801,1,leg_gt,0.11,60 -65678,sell_mtf_cross_all_tf,sell,2025-07-19 12:48:00,1583.0,5.0129,1,leg_gt,0.11,60 -65679,sell_mtf_cross_all_tf,sell,2025-07-19 13:12:00,1603.0,6.3409,1,leg_gt,0.13,60 -65680,sell_mtf_cross_all_tf,sell,2025-07-19 13:15:00,1607.0,6.6065,1,leg_gt,0.13,60 -65681,sell_mtf_cross_all_tf,sell,2025-07-19 13:18:00,1603.0,6.3409,1,leg_gt,0.14,60 -65682,sell_mtf_cross_all_tf,sell,2025-07-20 04:57:00,1579.0,3.3731,1,leg_gt,0.21,60 -65683,sell_mtf_cross_all_tf,sell,2025-07-20 05:00:00,1579.0,3.3731,1,leg_gt,0.21,60 -65684,sell_mtf_cross_all_tf,sell,2025-07-20 05:06:00,1574.0,3.0455,1,leg_gt,0.21,60 -65685,sell_mtf_cross_all_tf,sell,2025-07-20 05:09:00,1577.0,3.2421,1,leg_gt,0.22,60 -65686,sell_mtf_cross_all_tf,sell,2025-07-20 05:12:00,1580.0,3.4387,1,leg_gt,0.22,60 -65687,sell_mtf_cross_all_tf,sell,2025-07-20 05:42:00,1582.0,3.5697,1,leg_gt,0.24,60 -65688,sell_mtf_cross_all_tf,sell,2025-07-20 05:57:00,1587.0,3.8974,1,leg_gt,0.25,60 -65689,sell_mtf_cross_all_tf,sell,2025-07-20 07:18:00,1590.0,4.094,1,leg_gt,0.31,60 -65690,sell_mtf_cross_all_tf,sell,2025-07-20 07:21:00,1591.0,4.1595,1,leg_gt,0.31,60 -65691,sell_mtf_cross_all_tf,sell,2025-07-20 07:24:00,1585.0,3.7663,1,leg_gt,0.31,60 -65692,sell_mtf_cross_all_tf,sell,2025-07-20 10:15:00,1583.0,3.6353,1,leg_gt,0.43,60 -65693,sell_mtf_cross_all_tf,sell,2025-07-20 10:18:00,1584.0,3.7008,1,leg_gt,0.43,60 -65694,sell_mtf_cross_all_tf,sell,2025-07-20 10:21:00,1584.0,3.7008,1,leg_gt,0.43,60 -65695,sell_mtf_cross_all_tf,sell,2025-07-20 10:24:00,1590.0,4.094,1,leg_gt,0.44,60 -65696,sell_mtf_cross_all_tf,sell,2025-07-20 12:45:00,1594.0,4.3561,1,leg_gt,0.53,60 -65697,sell_mtf_cross_all_tf,sell,2025-07-20 13:30:00,1600.0,4.7493,1,leg_gt,0.56,60 -65698,sell_mtf_cross_all_tf,sell,2025-07-20 13:33:00,1603.0,4.9459,1,leg_gt,0.57,60 -65699,sell_mtf_cross_all_tf,sell,2025-07-20 13:36:00,1597.0,4.5527,1,leg_gt,0.57,60 -65700,sell_mtf_cross_all_tf,sell,2025-07-20 15:06:00,1618.0,5.9288,1,leg_gt,0.63,60 -65701,sell_mtf_cross_all_tf,sell,2025-07-20 15:09:00,1618.0,5.9288,1,leg_gt,0.63,60 -65702,sell_mtf_cross_all_tf,sell,2025-07-20 15:12:00,1619.0,5.9944,1,leg_gt,0.64,60 -65703,sell_mtf_cross_all_tf,sell,2025-07-20 15:15:00,1619.0,5.9944,1,leg_gt,0.64,60 -65704,sell_mtf_cross_all_tf,sell,2025-07-20 15:18:00,1620.0,6.0599,1,leg_gt,0.64,60 -65705,sell_mtf_cross_all_tf,sell,2025-07-20 15:21:00,1620.0,6.0599,1,leg_gt,0.64,60 -65706,sell_mtf_cross_all_tf,sell,2025-07-20 15:24:00,1618.0,5.9288,1,leg_gt,0.64,60 -65707,sell_mtf_cross_all_tf,sell,2025-07-20 15:27:00,1623.0,6.2565,1,leg_gt,0.65,60 -65708,sell_mtf_cross_all_tf,sell,2025-07-20 15:30:00,1630.0,6.7152,1,leg_gt,0.65,60 -65709,sell_mtf_cross_all_tf,sell,2025-07-20 15:33:00,1630.0,6.7152,1,leg_gt,0.65,60 -65710,sell_mtf_cross_all_tf,sell,2025-07-20 15:36:00,1626.0,6.4531,1,leg_gt,0.65,60 -65711,sell_mtf_cross_all_tf,sell,2025-07-20 15:39:00,1625.0,6.3875,1,leg_gt,0.65,60 -65712,sell_mtf_cross_all_tf,sell,2025-07-20 15:42:00,1632.0,6.8463,1,leg_gt,0.66,60 -65713,sell_mtf_cross_all_tf,sell,2025-07-20 15:45:00,1633.0,6.9118,1,leg_gt,0.66,60 -65714,sell_mtf_cross_all_tf,sell,2025-07-20 15:48:00,1630.0,6.7152,1,leg_gt,0.66,60 -65715,sell_mtf_cross_all_tf,sell,2025-07-20 16:21:00,1632.0,6.8463,1,leg_gt,0.68,60 -65716,sell_mtf_cross_all_tf,sell,2025-07-20 16:27:00,1634.0,6.9773,1,leg_gt,0.69,60 -65717,sell_mtf_cross_all_tf,sell,2025-07-20 19:30:00,1637.0,7.1739,1,leg_gt,0.81,60 -65718,sell_mtf_cross_all_tf,sell,2025-07-20 19:33:00,1636.0,7.1084,1,leg_gt,0.82,60 -65719,sell_mtf_cross_all_tf,sell,2025-07-20 20:57:00,1678.0,9.8607,1,leg_gt,0.88,60 -65720,sell_mtf_cross_all_tf,sell,2025-07-20 21:00:00,1677.0,9.7952,1,leg_gt,0.88,60 -65721,sell_mtf_cross_all_tf,sell,2025-07-21 01:06:00,1726.0,13.0062,1,leg_gt,1.05,60 -65722,sell_mtf_cross_all_tf,sell,2025-07-21 01:09:00,1726.0,13.0062,1,leg_gt,1.05,60 -65723,sell_mtf_cross_all_tf,sell,2025-07-21 01:12:00,1728.0,13.1372,1,leg_gt,1.05,60 -65724,sell_mtf_cross_all_tf,sell,2025-07-21 01:15:00,1731.0,13.3338,1,leg_gt,1.05,60 -65725,sell_mtf_cross_all_tf,sell,2025-07-21 12:15:00,1679.0,2.3405,1,leg_gt,0.07,60 -65726,sell_mtf_cross_all_tf,sell,2025-07-21 12:18:00,1683.0,2.5846,1,leg_gt,0.07,60 -65727,sell_mtf_cross_all_tf,sell,2025-07-21 12:27:00,1683.0,2.5846,1,leg_gt,0.08,60 -65728,sell_mtf_cross_all_tf,sell,2025-07-21 12:30:00,1685.0,2.7066,1,leg_gt,0.08,60 -65729,sell_mtf_cross_all_tf,sell,2025-07-21 12:33:00,1685.0,2.7066,1,leg_gt,0.08,60 -65730,sell_mtf_cross_all_tf,sell,2025-07-21 12:36:00,1686.0,2.7676,1,leg_gt,0.08,60 -65731,sell_mtf_cross_all_tf,sell,2025-07-21 13:00:00,1686.0,2.7676,1,leg_gt,0.1,60 -65732,sell_mtf_cross_all_tf,sell,2025-07-21 13:03:00,1685.0,2.7066,1,leg_gt,0.1,60 -65733,sell_mtf_cross_all_tf,sell,2025-07-21 15:18:00,1692.0,3.1337,1,leg_gt,0.2,60 -65734,sell_mtf_cross_all_tf,sell,2025-07-21 15:21:00,1694.0,3.2557,1,leg_gt,0.2,60 -65735,sell_mtf_cross_all_tf,sell,2025-07-21 15:24:00,1697.0,3.4387,1,leg_gt,0.2,60 -65736,sell_mtf_cross_all_tf,sell,2025-07-21 15:27:00,1697.0,3.4387,1,leg_gt,0.2,60 -65737,sell_mtf_cross_all_tf,sell,2025-07-21 15:30:00,1696.0,3.3777,1,leg_gt,0.2,60 -65738,sell_mtf_cross_all_tf,sell,2025-07-21 15:33:00,1694.0,3.2557,1,leg_gt,0.21,60 -65739,sell_mtf_cross_all_tf,sell,2025-07-21 15:36:00,1698.0,3.4998,1,leg_gt,0.21,60 -65740,sell_mtf_cross_all_tf,sell,2025-07-21 16:15:00,1700.0,3.6218,1,leg_gt,0.24,60 -65741,sell_mtf_cross_all_tf,sell,2025-07-21 16:18:00,1698.0,3.4998,1,leg_gt,0.24,60 -65742,sell_mtf_cross_all_tf,sell,2025-07-21 16:30:00,1700.0,3.6218,1,leg_gt,0.25,60 -65743,sell_mtf_cross_all_tf,sell,2025-07-21 20:00:00,1698.0,3.4998,1,leg_gt,0.39,60 -65744,sell_mtf_cross_all_tf,sell,2025-07-21 20:03:00,1699.0,3.5608,1,leg_gt,0.39,60 -65745,sell_mtf_cross_all_tf,sell,2025-07-21 20:06:00,1695.0,3.3167,1,leg_gt,0.4,60 -65746,sell_mtf_cross_all_tf,sell,2025-07-21 20:09:00,1698.0,3.4998,1,leg_gt,0.4,60 -65747,sell_mtf_cross_all_tf,sell,2025-07-21 20:12:00,1701.0,3.6828,1,leg_gt,0.4,60 -65748,sell_mtf_cross_all_tf,sell,2025-07-21 20:15:00,1702.0,3.7438,1,leg_gt,0.4,60 -65749,sell_mtf_cross_all_tf,sell,2025-07-21 20:18:00,1701.0,3.6828,1,leg_gt,0.4,60 -65750,sell_mtf_cross_all_tf,sell,2025-07-21 20:21:00,1704.0,3.8658,1,leg_gt,0.41,60 -65751,sell_mtf_cross_all_tf,sell,2025-07-21 20:24:00,1706.0,3.9879,1,leg_gt,0.41,60 -65752,sell_mtf_cross_all_tf,sell,2025-07-21 20:30:00,1708.0,4.1099,1,leg_gt,0.41,60 -65753,sell_mtf_cross_all_tf,sell,2025-07-21 20:33:00,1706.0,3.9879,1,leg_gt,0.41,60 -65754,sell_mtf_cross_all_tf,sell,2025-07-21 22:45:00,1704.0,3.8658,1,leg_gt,0.51,60 -65755,sell_mtf_cross_all_tf,sell,2025-07-21 22:48:00,1706.0,3.9879,1,leg_gt,0.51,60 -65756,sell_mtf_cross_all_tf,sell,2025-07-21 23:27:00,1723.0,5.0251,1,leg_gt,0.54,60 -65757,sell_mtf_cross_all_tf,sell,2025-07-21 23:30:00,1731.0,5.5132,1,leg_gt,0.54,60 -65758,sell_mtf_cross_all_tf,sell,2025-07-21 23:33:00,1738.0,5.9403,1,leg_gt,0.54,60 -65759,sell_mtf_cross_all_tf,sell,2025-07-21 23:42:00,1736.0,5.8182,1,leg_gt,0.55,60 -65760,sell_mtf_cross_all_tf,sell,2025-07-21 23:45:00,1736.0,5.8182,1,leg_gt,0.55,60 -65761,sell_mtf_cross_all_tf,sell,2025-07-22 20:00:00,1650.0,3.1541,1,leg_gt,0.11,60 -65762,sell_mtf_cross_all_tf,sell,2025-07-22 20:06:00,1648.0,3.0289,1,leg_gt,0.11,60 -65763,sell_mtf_cross_all_tf,sell,2025-07-22 20:09:00,1649.0,3.0915,1,leg_gt,0.11,60 -65764,sell_mtf_cross_all_tf,sell,2025-07-22 21:27:00,1683.0,5.2191,1,leg_gt,0.17,60 -65765,sell_mtf_cross_all_tf,sell,2025-07-22 21:30:00,1689.0,5.5946,1,leg_gt,0.17,60 -65766,sell_mtf_cross_all_tf,sell,2025-07-22 21:33:00,1686.0,5.4069,1,leg_gt,0.17,60 -65767,sell_mtf_cross_all_tf,sell,2025-07-22 21:36:00,1686.0,5.4069,1,leg_gt,0.18,60 -65768,sell_mtf_cross_all_tf,sell,2025-07-22 21:39:00,1692.0,5.7824,1,leg_gt,0.18,60 -65769,sell_mtf_cross_all_tf,sell,2025-07-22 21:57:00,1703.0,6.4707,1,leg_gt,0.19,60 -65770,sell_mtf_cross_all_tf,sell,2025-07-22 22:00:00,1700.0,6.283,1,leg_gt,0.19,60 -65771,sell_mtf_cross_all_tf,sell,2025-07-23 04:21:00,1680.0,2.7152,1,leg_gt,0.08,60 -65772,sell_mtf_cross_all_tf,sell,2025-07-23 04:24:00,1684.0,2.96,1,leg_gt,0.08,60 -65773,sell_mtf_cross_all_tf,sell,2025-07-23 04:42:00,1696.0,3.6944,1,leg_gt,0.1,60 -65774,sell_mtf_cross_all_tf,sell,2025-07-23 04:45:00,1697.0,3.7556,1,leg_gt,0.1,60 -65775,sell_mtf_cross_all_tf,sell,2025-07-23 04:48:00,1692.0,3.4496,1,leg_gt,0.1,60 -65776,sell_mtf_cross_all_tf,sell,2025-07-23 05:00:00,1699.0,3.878,1,leg_gt,0.11,60 -65777,sell_mtf_cross_all_tf,sell,2025-07-23 05:30:00,1731.0,5.8364,1,leg_gt,0.13,60 -65778,sell_mtf_cross_all_tf,sell,2025-07-23 05:33:00,1737.0,6.2035,1,leg_gt,0.13,60 -65779,sell_mtf_cross_all_tf,sell,2025-07-23 05:36:00,1732.0,5.8976,1,leg_gt,0.13,60 -65780,sell_mtf_cross_all_tf,sell,2025-07-23 05:39:00,1736.0,6.1424,1,leg_gt,0.14,60 -65781,sell_mtf_cross_all_tf,sell,2025-07-23 05:42:00,1732.0,5.8976,1,leg_gt,0.14,60 -65782,sell_mtf_cross_all_tf,sell,2025-07-23 05:45:00,1739.0,6.3259,1,leg_gt,0.14,60 -65783,sell_mtf_cross_all_tf,sell,2025-07-23 05:48:00,1739.0,6.3259,1,leg_gt,0.14,60 -65784,sell_mtf_cross_all_tf,sell,2025-07-23 05:51:00,1740.0,6.3871,1,leg_gt,0.14,60 -65785,sell_mtf_cross_all_tf,sell,2025-07-23 05:54:00,1739.0,6.3259,1,leg_gt,0.15,60 -65786,sell_mtf_cross_all_tf,sell,2025-07-23 06:36:00,1768.0,8.1007,1,leg_gt,0.18,60 -65787,sell_mtf_cross_all_tf,sell,2025-07-23 07:00:00,1816.0,11.0383,1,leg_gt,0.19,60 -65788,sell_mtf_cross_all_tf,sell,2025-07-23 07:03:00,1812.0,10.7935,1,leg_gt,0.19,60 -65789,sell_mtf_cross_all_tf,sell,2025-07-23 07:06:00,1818.0,11.1607,1,leg_gt,0.2,60 -65790,sell_mtf_cross_all_tf,sell,2025-07-23 07:09:00,1815.0,10.9771,1,leg_gt,0.2,60 -65791,sell_mtf_cross_all_tf,sell,2025-07-23 07:12:00,1821.0,11.3443,1,leg_gt,0.2,60 -65792,sell_mtf_cross_all_tf,sell,2025-07-23 07:21:00,1828.0,11.7727,1,leg_gt,0.21,60 -65793,sell_mtf_cross_all_tf,sell,2025-07-23 07:24:00,1830.0,11.8951,1,leg_gt,0.21,60 -65794,sell_mtf_cross_all_tf,sell,2025-07-23 07:27:00,1826.0,11.6503,1,leg_gt,0.21,60 -65795,sell_mtf_cross_all_tf,sell,2025-07-23 07:45:00,1844.0,12.7519,1,leg_gt,0.22,60 -65796,sell_mtf_cross_all_tf,sell,2025-07-23 07:48:00,1838.0,12.3847,1,leg_gt,0.22,60 -65797,sell_mtf_cross_all_tf,sell,2025-07-23 08:21:00,1871.0,14.4043,1,leg_gt,0.25,60 -65798,sell_mtf_cross_all_tf,sell,2025-07-23 08:24:00,1871.0,14.4043,1,leg_gt,0.25,60 -65799,sell_mtf_cross_all_tf,sell,2025-07-23 08:30:00,1873.0,14.5267,1,leg_gt,0.25,60 -65800,sell_mtf_cross_all_tf,sell,2025-07-23 08:33:00,1882.0,15.0775,1,leg_gt,0.26,60 -65801,sell_mtf_cross_all_tf,sell,2025-07-23 08:36:00,1888.0,15.4447,1,leg_gt,0.26,60 -65802,sell_mtf_cross_all_tf,sell,2025-07-23 08:39:00,1878.0,14.8327,1,leg_gt,0.26,60 -65803,sell_mtf_cross_all_tf,sell,2025-07-23 08:57:00,1896.0,15.9343,1,leg_gt,0.27,60 -65804,sell_mtf_cross_all_tf,sell,2025-07-23 09:00:00,1892.0,15.6895,1,leg_gt,0.28,60 -65805,sell_mtf_cross_all_tf,sell,2025-07-27 01:00:00,1597.0,5.9425,1,leg_gt,1.01,60 -65806,sell_mtf_cross_all_tf,sell,2025-07-27 01:30:00,1602.0,6.2745,1,leg_gt,1.04,60 -65807,sell_mtf_cross_all_tf,sell,2025-07-27 01:33:00,1601.0,6.2081,1,leg_gt,1.04,60 -65808,sell_mtf_cross_all_tf,sell,2025-07-27 04:12:00,1603.0,6.3409,1,leg_gt,1.15,60 -65809,sell_mtf_cross_all_tf,sell,2025-07-27 04:15:00,1603.0,6.3409,1,leg_gt,1.15,60 -65810,sell_mtf_cross_all_tf,sell,2025-07-27 04:18:00,1605.0,6.4737,1,leg_gt,1.15,60 -65811,sell_mtf_cross_all_tf,sell,2025-07-27 05:00:00,1606.0,6.5401,1,leg_gt,1.18,60 -65812,sell_mtf_cross_all_tf,sell,2025-07-27 13:36:00,1600.0,6.1417,1,leg_gt,1.54,60 -65813,sell_mtf_cross_all_tf,sell,2025-07-27 13:39:00,1601.0,6.2081,1,leg_gt,1.54,60 -65814,sell_mtf_cross_all_tf,sell,2025-07-27 13:45:00,1600.0,6.1417,1,leg_gt,1.55,60 -65815,sell_mtf_cross_all_tf,sell,2025-07-27 13:48:00,1602.0,6.2745,1,leg_gt,1.55,60 -65816,sell_mtf_cross_all_tf,sell,2025-07-27 13:51:00,1602.0,6.2745,1,leg_gt,1.55,60 -65817,sell_mtf_cross_all_tf,sell,2025-07-27 13:54:00,1605.0,6.4737,1,leg_gt,1.55,60 -65818,sell_mtf_cross_all_tf,sell,2025-07-27 13:57:00,1605.0,6.4737,1,leg_gt,1.55,60 -65819,sell_mtf_cross_all_tf,sell,2025-07-27 14:06:00,1606.0,6.5401,1,leg_gt,1.56,60 -65820,sell_mtf_cross_all_tf,sell,2025-07-27 14:09:00,1604.0,6.4073,1,leg_gt,1.56,60 -65821,sell_mtf_cross_all_tf,sell,2025-07-27 14:33:00,1611.0,6.8721,1,leg_gt,1.58,60 -65822,sell_mtf_cross_all_tf,sell,2025-07-27 14:39:00,1609.0,6.7393,1,leg_gt,1.58,60 -65823,sell_mtf_cross_all_tf,sell,2025-07-27 14:42:00,1610.0,6.8057,1,leg_gt,1.59,60 -65824,sell_mtf_cross_all_tf,sell,2025-07-27 19:45:00,1605.0,6.4737,1,leg_gt,1.8,60 -65825,sell_mtf_cross_all_tf,sell,2025-07-27 19:48:00,1603.0,6.3409,1,leg_gt,1.8,60 -65826,sell_mtf_cross_all_tf,sell,2025-07-27 19:57:00,1607.0,6.6065,1,leg_gt,1.8,60 -65827,sell_mtf_cross_all_tf,sell,2025-07-27 20:00:00,1607.0,6.6065,1,leg_gt,1.81,60 -65828,sell_mtf_cross_all_tf,sell,2025-07-27 20:03:00,1609.0,6.7393,1,leg_gt,1.81,60 -65829,sell_mtf_cross_all_tf,sell,2025-07-27 20:06:00,1607.0,6.6065,1,leg_gt,1.81,60 -65830,sell_mtf_cross_all_tf,sell,2025-07-27 20:09:00,1608.0,6.6729,1,leg_gt,1.81,60 -65831,sell_mtf_cross_all_tf,sell,2025-07-27 22:00:00,1610.0,6.8057,1,leg_gt,1.89,60 -65832,sell_mtf_cross_all_tf,sell,2025-07-27 22:03:00,1612.0,6.9385,1,leg_gt,1.89,60 -65833,sell_mtf_cross_all_tf,sell,2025-07-27 22:12:00,1610.0,6.8057,1,leg_gt,1.9,60 -65834,sell_mtf_cross_all_tf,sell,2025-07-27 23:21:00,1616.0,7.2041,1,leg_gt,1.95,60 -65835,sell_mtf_cross_all_tf,sell,2025-07-27 23:24:00,1613.0,7.0049,1,leg_gt,1.95,60 -65836,sell_mtf_cross_all_tf,sell,2025-07-27 23:30:00,1614.0,7.0713,1,leg_gt,1.95,60 -65837,sell_mtf_cross_all_tf,sell,2025-07-27 23:33:00,1613.0,7.0049,1,leg_gt,1.95,60 -65838,sell_mtf_cross_all_tf,sell,2025-07-28 01:30:00,1640.0,8.7977,1,leg_gt,2.04,60 -65839,sell_mtf_cross_all_tf,sell,2025-07-28 01:33:00,1638.0,8.6649,1,leg_gt,2.04,60 -65840,sell_mtf_cross_all_tf,sell,2025-07-28 01:36:00,1638.0,8.6649,1,leg_gt,2.04,60 -65841,sell_mtf_cross_all_tf,sell,2025-07-28 01:39:00,1644.0,9.0633,1,leg_gt,2.04,60 -65842,sell_mtf_cross_all_tf,sell,2025-07-28 01:42:00,1642.0,8.9305,1,leg_gt,2.04,60 -65843,sell_mtf_cross_all_tf,sell,2025-07-28 02:30:00,1644.0,9.0633,1,leg_gt,2.08,60 -65844,sell_mtf_cross_all_tf,sell,2025-07-28 02:39:00,1640.0,8.7977,1,leg_gt,2.08,60 -65845,sell_mtf_cross_all_tf,sell,2025-07-28 02:45:00,1646.0,9.1961,1,leg_gt,2.09,60 -65846,sell_mtf_cross_all_tf,sell,2025-07-28 02:51:00,1647.0,9.2625,1,leg_gt,2.09,60 -65847,sell_mtf_cross_all_tf,sell,2025-07-28 03:06:00,1647.0,9.2625,1,leg_gt,2.1,60 -65848,sell_mtf_cross_all_tf,sell,2025-07-28 07:27:00,1657.0,9.9266,1,leg_gt,2.28,60 -65849,sell_mtf_cross_all_tf,sell,2025-07-28 07:30:00,1657.0,9.9266,1,leg_gt,2.29,60 -65850,sell_mtf_cross_all_tf,sell,2025-07-28 07:33:00,1657.0,9.9266,1,leg_gt,2.29,60 -65851,sell_mtf_cross_all_tf,sell,2025-07-28 07:42:00,1661.0,10.1922,1,leg_gt,2.29,60 -65852,sell_mtf_cross_all_tf,sell,2025-07-28 07:45:00,1662.0,10.2586,1,leg_gt,2.3,60 -65853,sell_mtf_cross_all_tf,sell,2025-07-28 07:48:00,1660.0,10.1258,1,leg_gt,2.3,60 -65854,sell_mtf_cross_all_tf,sell,2025-07-28 07:51:00,1660.0,10.1258,1,leg_gt,2.3,60 -65855,sell_mtf_cross_all_tf,sell,2025-07-28 09:27:00,1669.0,10.7234,1,leg_gt,2.37,60 -65856,sell_mtf_cross_all_tf,sell,2025-07-28 09:30:00,1670.0,10.7898,1,leg_gt,2.37,60 -65857,sell_mtf_cross_all_tf,sell,2025-07-28 09:33:00,1667.0,10.5906,1,leg_gt,2.37,60 -65858,sell_mtf_cross_all_tf,sell,2025-07-28 09:36:00,1667.0,10.5906,1,leg_gt,2.37,60 -65859,sell_mtf_cross_all_tf,sell,2025-07-28 13:36:00,1662.0,10.2586,1,leg_gt,2.54,60 -65860,sell_mtf_cross_all_tf,sell,2025-07-28 13:39:00,1662.0,10.2586,1,leg_gt,2.54,60 -65861,sell_mtf_cross_all_tf,sell,2025-07-28 13:51:00,1664.0,10.3914,1,leg_gt,2.55,60 -65862,sell_mtf_cross_all_tf,sell,2025-07-28 13:54:00,1669.0,10.7234,1,leg_gt,2.55,60 -65863,sell_mtf_cross_all_tf,sell,2025-07-28 13:57:00,1668.0,10.657,1,leg_gt,2.55,60 -65864,sell_mtf_cross_all_tf,sell,2025-07-28 14:00:00,1669.0,10.7234,1,leg_gt,2.56,60 -65865,sell_mtf_cross_all_tf,sell,2025-07-28 14:03:00,1672.0,10.9226,1,leg_gt,2.56,60 -65866,sell_mtf_cross_all_tf,sell,2025-07-28 14:06:00,1670.0,10.7898,1,leg_gt,2.56,60 -65867,sell_mtf_cross_all_tf,sell,2025-07-28 14:09:00,1672.0,10.9226,1,leg_gt,2.56,60 -65868,sell_mtf_cross_all_tf,sell,2025-07-28 14:12:00,1672.0,10.9226,1,leg_gt,2.56,60 -65869,sell_mtf_cross_all_tf,sell,2025-07-28 14:15:00,1673.0,10.989,1,leg_gt,2.57,60 -65870,sell_mtf_cross_all_tf,sell,2025-07-28 14:18:00,1677.0,11.2546,1,leg_gt,2.57,60 -65871,sell_mtf_cross_all_tf,sell,2025-07-28 14:21:00,1677.0,11.2546,1,leg_gt,2.57,60 -65872,sell_mtf_cross_all_tf,sell,2025-07-28 14:24:00,1673.0,10.989,1,leg_gt,2.57,60 -65873,sell_mtf_cross_all_tf,sell,2025-07-28 14:27:00,1673.0,10.989,1,leg_gt,2.58,60 -65874,sell_mtf_cross_all_tf,sell,2025-07-28 15:15:00,1676.0,11.1882,1,leg_gt,2.61,60 -65875,sell_mtf_cross_all_tf,sell,2025-07-28 17:00:00,1681.0,11.5202,1,leg_gt,2.68,60 -65876,sell_mtf_cross_all_tf,sell,2025-07-28 17:03:00,1681.0,11.5202,1,leg_gt,2.68,60 -65877,sell_mtf_cross_all_tf,sell,2025-07-28 17:06:00,1683.0,11.653,1,leg_gt,2.69,60 -65878,sell_mtf_cross_all_tf,sell,2025-07-28 17:09:00,1686.0,11.8522,1,leg_gt,2.69,60 -65879,sell_mtf_cross_all_tf,sell,2025-07-28 17:15:00,1680.0,11.4538,1,leg_gt,2.69,60 -65880,sell_mtf_cross_all_tf,sell,2025-07-28 18:21:00,1681.0,11.5202,1,leg_gt,2.74,60 -65881,sell_mtf_cross_all_tf,sell,2025-07-28 18:24:00,1677.0,11.2546,1,leg_gt,2.74,60 -65882,sell_mtf_cross_all_tf,sell,2025-08-04 03:00:00,1360.0,5.5721,1,leg_gt,0.97,60 -65883,sell_mtf_cross_all_tf,sell,2025-08-04 03:30:00,1361.0,5.6498,1,leg_gt,0.99,60 -65884,sell_mtf_cross_all_tf,sell,2025-08-04 04:42:00,1364.0,5.8829,1,leg_gt,1.04,60 -65885,sell_mtf_cross_all_tf,sell,2025-08-04 06:18:00,1365.0,5.9606,1,leg_gt,1.1,60 -65886,sell_mtf_cross_all_tf,sell,2025-08-04 06:24:00,1368.0,6.1937,1,leg_gt,1.11,60 -65887,sell_mtf_cross_all_tf,sell,2025-08-04 06:27:00,1367.0,6.116,1,leg_gt,1.11,60 -65888,sell_mtf_cross_all_tf,sell,2025-08-04 06:36:00,1367.0,6.116,1,leg_gt,1.12,60 -65889,sell_mtf_cross_all_tf,sell,2025-08-04 06:45:00,1367.0,6.116,1,leg_gt,1.12,60 -65890,sell_mtf_cross_all_tf,sell,2025-08-04 06:57:00,1369.0,6.2714,1,leg_gt,1.13,60 -65891,sell_mtf_cross_all_tf,sell,2025-08-04 07:00:00,1368.0,6.1937,1,leg_gt,1.13,60 -65892,sell_mtf_cross_all_tf,sell,2025-08-04 08:00:00,1369.0,6.2714,1,leg_gt,1.18,60 -65893,sell_mtf_cross_all_tf,sell,2025-08-04 08:06:00,1371.0,6.4268,1,leg_gt,1.18,60 -65894,sell_mtf_cross_all_tf,sell,2025-08-04 08:15:00,1373.0,6.5822,1,leg_gt,1.19,60 -65895,sell_mtf_cross_all_tf,sell,2025-08-04 08:18:00,1372.0,6.5045,1,leg_gt,1.19,60 -65896,sell_mtf_cross_all_tf,sell,2025-08-04 08:27:00,1373.0,6.5822,1,leg_gt,1.19,60 -65897,sell_mtf_cross_all_tf,sell,2025-08-04 08:30:00,1373.0,6.5822,1,leg_gt,1.2,60 -65898,sell_mtf_cross_all_tf,sell,2025-08-04 09:33:00,1375.0,6.7376,1,leg_gt,1.24,60 -65899,sell_mtf_cross_all_tf,sell,2025-08-04 10:12:00,1394.0,8.2139,1,leg_gt,1.27,60 -65900,sell_mtf_cross_all_tf,sell,2025-08-04 10:15:00,1392.0,8.0585,1,leg_gt,1.27,60 -65901,sell_mtf_cross_all_tf,sell,2025-08-04 22:57:00,1385.0,7.5146,1,leg_gt,1.8,60 -65902,sell_mtf_cross_all_tf,sell,2025-08-04 23:21:00,1397.0,8.447,1,leg_gt,1.81,60 -65903,sell_mtf_cross_all_tf,sell,2025-08-04 23:24:00,1398.0,8.5247,1,leg_gt,1.82,60 -65904,sell_mtf_cross_all_tf,sell,2025-08-04 23:27:00,1399.0,8.6024,1,leg_gt,1.82,60 -65905,sell_mtf_cross_all_tf,sell,2025-08-04 23:30:00,1402.0,8.8355,1,leg_gt,1.82,60 -65906,sell_mtf_cross_all_tf,sell,2025-08-04 23:33:00,1398.0,8.5247,1,leg_gt,1.82,60 -65907,sell_mtf_cross_all_tf,sell,2025-08-07 00:06:00,1322.0,2.6195,1,leg_gt,0.45,60 -65908,sell_mtf_cross_all_tf,sell,2025-08-07 00:09:00,1322.0,2.6195,1,leg_gt,0.45,60 -65909,sell_mtf_cross_all_tf,sell,2025-08-07 00:12:00,1322.0,2.6195,1,leg_gt,0.46,60 -65910,sell_mtf_cross_all_tf,sell,2025-08-07 00:15:00,1323.0,2.6972,1,leg_gt,0.46,60 -65911,sell_mtf_cross_all_tf,sell,2025-08-07 00:18:00,1327.0,3.008,1,leg_gt,0.46,60 -65912,sell_mtf_cross_all_tf,sell,2025-08-07 00:21:00,1327.0,3.008,1,leg_gt,0.46,60 -65913,sell_mtf_cross_all_tf,sell,2025-08-07 00:24:00,1324.0,2.7749,1,leg_gt,0.46,60 -65914,sell_mtf_cross_all_tf,sell,2025-08-07 00:36:00,1329.0,3.1634,1,leg_gt,0.47,60 -65915,sell_mtf_cross_all_tf,sell,2025-08-07 00:39:00,1330.0,3.2411,1,leg_gt,0.48,60 -65916,sell_mtf_cross_all_tf,sell,2025-08-07 00:42:00,1328.0,3.0857,1,leg_gt,0.48,60 -65917,sell_mtf_cross_all_tf,sell,2025-08-07 01:12:00,1336.0,3.7073,1,leg_gt,0.5,60 -65918,sell_mtf_cross_all_tf,sell,2025-08-07 02:57:00,1341.0,4.0958,1,leg_gt,0.57,60 -65919,sell_mtf_cross_all_tf,sell,2025-08-07 03:12:00,1349.0,4.7174,1,leg_gt,0.58,60 -65920,sell_mtf_cross_all_tf,sell,2025-08-07 03:21:00,1347.0,4.562,1,leg_gt,0.59,60 -65921,sell_mtf_cross_all_tf,sell,2025-08-07 07:36:00,1344.0,4.3289,1,leg_gt,0.76,60 -65922,sell_mtf_cross_all_tf,sell,2025-08-07 07:39:00,1345.0,4.4066,1,leg_gt,0.77,60 -65923,sell_mtf_cross_all_tf,sell,2025-08-07 07:42:00,1344.0,4.3289,1,leg_gt,0.77,60 -65924,sell_mtf_cross_all_tf,sell,2025-08-07 07:45:00,1346.0,4.4843,1,leg_gt,0.77,60 -65925,sell_mtf_cross_all_tf,sell,2025-08-07 07:51:00,1347.0,4.562,1,leg_gt,0.78,60 -65926,sell_mtf_cross_all_tf,sell,2025-08-07 07:54:00,1348.0,4.6397,1,leg_gt,0.78,60 -65927,sell_mtf_cross_all_tf,sell,2025-08-07 10:42:00,1353.0,5.0282,1,leg_gt,0.89,60 -65928,sell_mtf_cross_all_tf,sell,2025-08-07 15:21:00,1349.0,4.7174,1,leg_gt,1.09,60 -65929,sell_mtf_cross_all_tf,sell,2025-08-07 15:45:00,1351.0,4.8728,1,leg_gt,1.1,60 -65930,sell_mtf_cross_all_tf,sell,2025-08-07 16:06:00,1352.0,4.9505,1,leg_gt,1.12,60 -65931,sell_mtf_cross_all_tf,sell,2025-08-07 16:09:00,1354.0,5.1059,1,leg_gt,1.12,60 -65932,sell_mtf_cross_all_tf,sell,2025-08-07 16:12:00,1353.0,5.0282,1,leg_gt,1.12,60 -65933,sell_mtf_cross_all_tf,sell,2025-08-07 16:15:00,1355.0,5.1836,1,leg_gt,1.12,60 -65934,sell_mtf_cross_all_tf,sell,2025-08-07 16:18:00,1355.0,5.1836,1,leg_gt,1.13,60 -65935,sell_mtf_cross_all_tf,sell,2025-08-07 16:21:00,1356.0,5.2613,1,leg_gt,1.13,60 -65936,sell_mtf_cross_all_tf,sell,2025-08-07 16:24:00,1356.0,5.2613,1,leg_gt,1.13,60 -65937,sell_mtf_cross_all_tf,sell,2025-08-07 19:00:00,1356.0,5.2613,1,leg_gt,1.24,60 -65938,sell_mtf_cross_all_tf,sell,2025-08-07 19:45:00,1386.0,7.5923,1,leg_gt,1.27,60 -65939,sell_mtf_cross_all_tf,sell,2025-08-07 19:48:00,1385.0,7.5146,1,leg_gt,1.27,60 -65940,sell_mtf_cross_all_tf,sell,2025-08-07 19:51:00,1385.0,7.5146,1,leg_gt,1.27,60 -65941,sell_mtf_cross_all_tf,sell,2025-08-07 19:54:00,1385.0,7.5146,1,leg_gt,1.28,60 -65942,sell_mtf_cross_all_tf,sell,2025-08-07 19:57:00,1382.0,7.2815,1,leg_gt,1.28,60 -65943,sell_mtf_cross_all_tf,sell,2025-08-07 20:00:00,1386.0,7.5923,1,leg_gt,1.28,60 -65944,sell_mtf_cross_all_tf,sell,2025-08-07 20:03:00,1386.0,7.5923,1,leg_gt,1.28,60 -65945,sell_mtf_cross_all_tf,sell,2025-08-07 20:06:00,1384.0,7.4369,1,leg_gt,1.29,60 -65946,sell_mtf_cross_all_tf,sell,2025-08-07 20:09:00,1386.0,7.5923,1,leg_gt,1.29,60 -65947,sell_mtf_cross_all_tf,sell,2025-08-07 20:12:00,1387.0,7.67,1,leg_gt,1.29,60 -65948,sell_mtf_cross_all_tf,sell,2025-08-07 20:51:00,1395.0,8.2916,1,leg_gt,1.32,60 -65949,sell_mtf_cross_all_tf,sell,2025-08-07 20:54:00,1394.0,8.2139,1,leg_gt,1.32,60 -65950,sell_mtf_cross_all_tf,sell,2025-08-07 21:00:00,1394.0,8.2139,1,leg_gt,1.32,60 -65951,sell_mtf_cross_all_tf,sell,2025-08-07 21:12:00,1398.0,8.5247,1,leg_gt,1.33,60 -65952,sell_mtf_cross_all_tf,sell,2025-08-07 21:15:00,1398.0,8.5247,1,leg_gt,1.33,60 -65953,sell_mtf_cross_all_tf,sell,2025-08-07 21:18:00,1401.0,8.7578,1,leg_gt,1.34,60 -65954,sell_mtf_cross_all_tf,sell,2025-08-07 21:21:00,1399.0,8.6024,1,leg_gt,1.34,60 -65955,sell_mtf_cross_all_tf,sell,2025-08-08 06:30:00,1394.0,8.2139,1,leg_gt,1.72,60 -65956,sell_mtf_cross_all_tf,sell,2025-08-08 06:33:00,1396.0,8.3693,1,leg_gt,1.72,60 -65957,sell_mtf_cross_all_tf,sell,2025-08-08 06:36:00,1394.0,8.2139,1,leg_gt,1.72,60 -65958,sell_mtf_cross_all_tf,sell,2025-08-08 07:42:00,1401.0,8.7578,1,leg_gt,1.77,60 -65959,sell_mtf_cross_all_tf,sell,2025-08-08 07:45:00,1401.0,8.7578,1,leg_gt,1.77,60 -65960,sell_mtf_cross_all_tf,sell,2025-08-08 08:06:00,1408.0,9.3017,1,leg_gt,1.79,60 -65961,sell_mtf_cross_all_tf,sell,2025-08-08 08:09:00,1408.0,9.3017,1,leg_gt,1.79,60 -65962,sell_mtf_cross_all_tf,sell,2025-08-08 08:12:00,1408.0,9.3017,1,leg_gt,1.79,60 -65963,sell_mtf_cross_all_tf,sell,2025-08-08 08:51:00,1410.0,9.4571,1,leg_gt,1.82,60 -65964,sell_mtf_cross_all_tf,sell,2025-08-08 08:54:00,1412.0,9.6125,1,leg_gt,1.82,60 -65965,sell_mtf_cross_all_tf,sell,2025-08-08 08:57:00,1411.0,9.5348,1,leg_gt,1.82,60 -65966,sell_mtf_cross_all_tf,sell,2025-08-08 09:00:00,1412.0,9.6125,1,leg_gt,1.82,60 -65967,sell_mtf_cross_all_tf,sell,2025-08-08 12:36:00,1410.0,9.4571,1,leg_gt,1.97,60 -65968,sell_mtf_cross_all_tf,sell,2025-08-08 12:39:00,1410.0,9.4571,1,leg_gt,1.98,60 -65969,sell_mtf_cross_all_tf,sell,2025-08-08 17:00:00,1412.0,9.6125,1,leg_gt,2.16,60 -65970,sell_mtf_cross_all_tf,sell,2025-08-08 17:03:00,1411.0,9.5348,1,leg_gt,2.16,60 -65971,sell_mtf_cross_all_tf,sell,2025-08-08 17:06:00,1413.0,9.6902,1,leg_gt,2.16,60 -65972,sell_mtf_cross_all_tf,sell,2025-08-08 17:09:00,1415.0,9.8456,1,leg_gt,2.16,60 -65973,sell_mtf_cross_all_tf,sell,2025-08-08 17:21:00,1416.0,9.9233,1,leg_gt,2.17,60 -65974,sell_mtf_cross_all_tf,sell,2025-08-08 23:12:00,1417.0,10.001,1,leg_gt,2.41,60 -65975,sell_mtf_cross_all_tf,sell,2025-08-09 02:45:00,1421.0,10.3118,1,leg_gt,2.56,60 -65976,sell_mtf_cross_all_tf,sell,2025-08-09 02:48:00,1420.0,10.2341,1,leg_gt,2.56,60 -65977,sell_mtf_cross_all_tf,sell,2025-08-09 02:51:00,1423.0,10.4672,1,leg_gt,2.57,60 -65978,sell_mtf_cross_all_tf,sell,2025-08-09 02:54:00,1421.0,10.3118,1,leg_gt,2.57,60 -65979,sell_mtf_cross_all_tf,sell,2025-08-09 02:57:00,1423.0,10.4672,1,leg_gt,2.57,60 -65980,sell_mtf_cross_all_tf,sell,2025-08-09 03:00:00,1425.0,10.6226,1,leg_gt,2.57,60 -65981,sell_mtf_cross_all_tf,sell,2025-08-09 03:03:00,1430.0,11.0111,1,leg_gt,2.58,60 -65982,sell_mtf_cross_all_tf,sell,2025-08-09 03:09:00,1433.0,11.2442,1,leg_gt,2.58,60 -65983,sell_mtf_cross_all_tf,sell,2025-08-09 03:12:00,1432.0,11.1665,1,leg_gt,2.58,60 -65984,sell_mtf_cross_all_tf,sell,2025-08-09 03:15:00,1428.0,10.8557,1,leg_gt,2.58,60 -65985,sell_mtf_cross_all_tf,sell,2025-08-09 03:18:00,1427.0,10.778,1,leg_gt,2.59,60 -65986,sell_mtf_cross_all_tf,sell,2025-08-09 03:21:00,1432.0,11.1665,1,leg_gt,2.59,60 -65987,sell_mtf_cross_all_tf,sell,2025-08-09 03:24:00,1431.0,11.0888,1,leg_gt,2.59,60 -65988,sell_mtf_cross_all_tf,sell,2025-08-09 11:00:00,1430.0,11.0111,1,leg_gt,2.91,60 -65989,sell_mtf_cross_all_tf,sell,2025-08-09 11:03:00,1431.0,11.0888,1,leg_gt,2.91,60 -65990,sell_mtf_cross_all_tf,sell,2025-08-09 11:06:00,1430.0,11.0111,1,leg_gt,2.91,60 -65991,sell_mtf_cross_all_tf,sell,2025-08-09 11:09:00,1430.0,11.0111,1,leg_gt,2.91,60 -65992,sell_mtf_cross_all_tf,sell,2025-08-09 13:45:00,1440.0,11.7881,1,leg_gt,3.02,60 -65993,sell_mtf_cross_all_tf,sell,2025-08-09 13:48:00,1440.0,11.7881,1,leg_gt,3.02,60 -65994,sell_mtf_cross_all_tf,sell,2025-08-09 13:51:00,1441.0,11.8658,1,leg_gt,3.02,60 -65995,sell_mtf_cross_all_tf,sell,2025-08-09 13:54:00,1444.0,12.0989,1,leg_gt,3.03,60 -65996,sell_mtf_cross_all_tf,sell,2025-08-09 13:57:00,1447.0,12.332,1,leg_gt,3.03,60 -65997,sell_mtf_cross_all_tf,sell,2025-08-09 14:00:00,1445.0,12.1766,1,leg_gt,3.03,60 -65998,sell_mtf_cross_all_tf,sell,2025-08-09 14:03:00,1446.0,12.2543,1,leg_gt,3.03,60 -65999,sell_mtf_cross_all_tf,sell,2025-08-09 14:15:00,1458.0,13.1867,1,leg_gt,3.04,60 -66000,sell_mtf_cross_all_tf,sell,2025-08-09 14:18:00,1461.0,13.4198,1,leg_gt,3.04,60 -66001,sell_mtf_cross_all_tf,sell,2025-08-09 14:21:00,1466.0,13.8083,1,leg_gt,3.05,60 -66002,sell_mtf_cross_all_tf,sell,2025-08-09 14:42:00,1484.0,15.2069,1,leg_gt,3.06,60 -66003,sell_mtf_cross_all_tf,sell,2025-08-09 14:45:00,1487.0,15.44,1,leg_gt,3.06,60 -66004,sell_mtf_cross_all_tf,sell,2025-08-09 14:48:00,1489.0,15.5954,1,leg_gt,3.06,60 -66005,sell_mtf_cross_all_tf,sell,2025-08-09 14:51:00,1489.0,15.5954,1,leg_gt,3.07,60 -66006,sell_mtf_cross_all_tf,sell,2025-08-09 14:54:00,1490.0,15.6731,1,leg_gt,3.07,60 -66007,sell_mtf_cross_all_tf,sell,2025-08-09 15:00:00,1490.0,15.6731,1,leg_gt,3.07,60 -66008,sell_mtf_cross_all_tf,sell,2025-08-09 15:03:00,1487.0,15.44,1,leg_gt,3.08,60 -66009,sell_mtf_cross_all_tf,sell,2025-08-09 19:21:00,1483.0,15.1292,1,leg_gt,3.25,60 -66010,sell_mtf_cross_all_tf,sell,2025-08-09 19:24:00,1484.0,15.2069,1,leg_gt,3.26,60 -66011,sell_mtf_cross_all_tf,sell,2025-08-09 21:45:00,1491.0,15.7508,1,leg_gt,3.35,60 -66012,sell_mtf_cross_all_tf,sell,2025-08-09 21:48:00,1491.0,15.7508,1,leg_gt,3.36,60 -66013,sell_mtf_cross_all_tf,sell,2025-08-09 21:51:00,1497.0,16.217,1,leg_gt,3.36,60 -66014,sell_mtf_cross_all_tf,sell,2025-08-09 21:54:00,1499.0,16.3724,1,leg_gt,3.36,60 -66015,sell_mtf_cross_all_tf,sell,2025-08-09 22:00:00,1498.0,16.2947,1,leg_gt,3.36,60 -66016,sell_mtf_cross_all_tf,sell,2025-08-09 22:03:00,1497.0,16.217,1,leg_gt,3.37,60 -66017,sell_mtf_cross_all_tf,sell,2025-08-09 22:06:00,1499.0,16.3724,1,leg_gt,3.37,60 -66018,sell_mtf_cross_all_tf,sell,2025-08-10 03:45:00,1481.0,14.9738,1,leg_gt,3.6,60 -66019,sell_mtf_cross_all_tf,sell,2025-08-10 03:48:00,1481.0,14.9738,1,leg_gt,3.61,60 -66020,sell_mtf_cross_all_tf,sell,2025-08-10 03:51:00,1481.0,14.9738,1,leg_gt,3.61,60 -66021,sell_mtf_cross_all_tf,sell,2025-08-10 04:00:00,1484.0,15.2069,1,leg_gt,3.61,60 -66022,sell_mtf_cross_all_tf,sell,2025-08-10 04:03:00,1485.0,15.2846,1,leg_gt,3.62,60 -66023,sell_mtf_cross_all_tf,sell,2025-08-10 04:21:00,1491.0,15.7508,1,leg_gt,3.63,60 -66024,sell_mtf_cross_all_tf,sell,2025-08-10 04:24:00,1489.0,15.5954,1,leg_gt,3.63,60 -66025,sell_mtf_cross_all_tf,sell,2025-08-10 04:30:00,1490.0,15.6731,1,leg_gt,3.64,60 -66026,sell_mtf_cross_all_tf,sell,2025-08-10 04:33:00,1490.0,15.6731,1,leg_gt,3.64,60 -66027,sell_mtf_cross_all_tf,sell,2025-08-10 04:39:00,1490.0,15.6731,1,leg_gt,3.64,60 -66028,sell_mtf_cross_all_tf,sell,2025-08-10 05:51:00,1499.0,16.3724,1,leg_gt,3.69,60 -66029,sell_mtf_cross_all_tf,sell,2025-08-10 05:54:00,1500.0,16.4501,1,leg_gt,3.69,60 -66030,sell_mtf_cross_all_tf,sell,2025-08-10 05:57:00,1502.0,16.6055,1,leg_gt,3.7,60 -66031,sell_mtf_cross_all_tf,sell,2025-08-10 07:30:00,1504.0,16.7609,1,leg_gt,3.76,60 -66032,sell_mtf_cross_all_tf,sell,2025-08-11 00:00:00,1457.0,2.7229,1,leg_gt,0.29,60 -66033,sell_mtf_cross_all_tf,sell,2025-08-11 00:15:00,1462.0,3.0757,1,leg_gt,0.3,60 -66034,sell_mtf_cross_all_tf,sell,2025-08-11 00:18:00,1463.0,3.1463,1,leg_gt,0.3,60 -66035,sell_mtf_cross_all_tf,sell,2025-08-11 00:21:00,1464.0,3.2169,1,leg_gt,0.3,60 -66036,sell_mtf_cross_all_tf,sell,2025-08-11 00:24:00,1466.0,3.358,1,leg_gt,0.3,60 -66037,sell_mtf_cross_all_tf,sell,2025-08-11 00:30:00,1468.0,3.4992,1,leg_gt,0.31,60 -66038,sell_mtf_cross_all_tf,sell,2025-08-11 00:33:00,1465.0,3.2874,1,leg_gt,0.31,60 -66039,sell_mtf_cross_all_tf,sell,2025-08-11 01:21:00,1467.0,3.4286,1,leg_gt,0.34,60 -66040,sell_mtf_cross_all_tf,sell,2025-08-11 02:12:00,1477.0,4.1343,1,leg_gt,0.38,60 -66041,sell_mtf_cross_all_tf,sell,2025-08-11 02:15:00,1476.0,4.0637,1,leg_gt,0.38,60 -66042,sell_mtf_cross_all_tf,sell,2025-08-11 02:18:00,1474.0,3.9226,1,leg_gt,0.38,60 -66043,sell_mtf_cross_all_tf,sell,2025-08-11 02:21:00,1475.0,3.9932,1,leg_gt,0.39,60 -66044,sell_mtf_cross_all_tf,sell,2025-08-11 03:21:00,1483.0,4.5577,1,leg_gt,0.43,60 -66045,sell_mtf_cross_all_tf,sell,2025-08-11 03:24:00,1485.0,4.6989,1,leg_gt,0.43,60 -66046,sell_mtf_cross_all_tf,sell,2025-08-11 03:27:00,1487.0,4.84,1,leg_gt,0.43,60 -66047,sell_mtf_cross_all_tf,sell,2025-08-11 04:57:00,1491.0,5.1223,1,leg_gt,0.49,60 -66048,sell_mtf_cross_all_tf,sell,2025-08-11 10:45:00,1496.0,5.4752,1,leg_gt,0.74,60 -66049,sell_mtf_cross_all_tf,sell,2025-08-11 10:48:00,1493.0,5.2634,1,leg_gt,0.74,60 -66050,sell_mtf_cross_all_tf,sell,2025-08-11 10:51:00,1495.0,5.4046,1,leg_gt,0.74,60 -66051,sell_mtf_cross_all_tf,sell,2025-08-11 10:54:00,1493.0,5.2634,1,leg_gt,0.74,60 -66052,sell_mtf_cross_all_tf,sell,2025-08-11 10:57:00,1493.0,5.2634,1,leg_gt,0.74,60 -66053,sell_mtf_cross_all_tf,sell,2025-08-11 11:06:00,1504.0,6.0397,1,leg_gt,0.75,60 -66054,sell_mtf_cross_all_tf,sell,2025-08-11 11:09:00,1503.0,5.9692,1,leg_gt,0.75,60 -66055,sell_mtf_cross_all_tf,sell,2025-08-11 11:12:00,1502.0,5.8986,1,leg_gt,0.75,60 -66056,sell_mtf_cross_all_tf,sell,2025-08-11 11:15:00,1501.0,5.828,1,leg_gt,0.76,60 -66057,sell_mtf_cross_all_tf,sell,2025-08-11 11:18:00,1507.0,6.2514,1,leg_gt,0.76,60 -66058,sell_mtf_cross_all_tf,sell,2025-08-11 11:21:00,1508.0,6.322,1,leg_gt,0.76,60 -66059,sell_mtf_cross_all_tf,sell,2025-08-11 11:24:00,1505.0,6.1103,1,leg_gt,0.76,60 -66060,sell_mtf_cross_all_tf,sell,2025-08-11 11:30:00,1508.0,6.322,1,leg_gt,0.77,60 -66061,sell_mtf_cross_all_tf,sell,2025-08-11 11:33:00,1510.0,6.4632,1,leg_gt,0.77,60 -66062,sell_mtf_cross_all_tf,sell,2025-08-11 11:36:00,1511.0,6.5337,1,leg_gt,0.77,60 -66063,sell_mtf_cross_all_tf,sell,2025-08-11 11:39:00,1511.0,6.5337,1,leg_gt,0.77,60 -66064,sell_mtf_cross_all_tf,sell,2025-08-11 11:42:00,1513.0,6.6749,1,leg_gt,0.78,60 -66065,sell_mtf_cross_all_tf,sell,2025-08-11 11:45:00,1515.0,6.816,1,leg_gt,0.78,60 -66066,sell_mtf_cross_all_tf,sell,2025-08-11 11:51:00,1517.0,6.9572,1,leg_gt,0.78,60 -66067,sell_mtf_cross_all_tf,sell,2025-08-11 11:54:00,1516.0,6.8866,1,leg_gt,0.78,60 -66068,sell_mtf_cross_all_tf,sell,2025-08-13 00:00:00,1405.0,5.0647,1,leg_gt,0.16,60 -66069,sell_mtf_cross_all_tf,sell,2025-08-13 00:12:00,1410.0,5.4389,1,leg_gt,0.17,60 -66070,sell_mtf_cross_all_tf,sell,2025-08-13 00:15:00,1410.0,5.4389,1,leg_gt,0.17,60 -66071,sell_mtf_cross_all_tf,sell,2025-08-13 00:18:00,1410.0,5.4389,1,leg_gt,0.17,60 -66072,sell_mtf_cross_all_tf,sell,2025-08-13 00:27:00,1416.0,5.888,1,leg_gt,0.18,60 -66073,sell_mtf_cross_all_tf,sell,2025-08-13 00:30:00,1417.0,5.9629,1,leg_gt,0.18,60 -66074,sell_mtf_cross_all_tf,sell,2025-08-13 00:33:00,1419.0,6.1126,1,leg_gt,0.18,60 -66075,sell_mtf_cross_all_tf,sell,2025-08-13 00:36:00,1421.0,6.2623,1,leg_gt,0.19,60 -66076,sell_mtf_cross_all_tf,sell,2025-08-13 00:39:00,1418.0,6.0377,1,leg_gt,0.19,60 -66077,sell_mtf_cross_all_tf,sell,2025-08-13 00:45:00,1416.0,5.888,1,leg_gt,0.19,60 -66078,sell_mtf_cross_all_tf,sell,2025-08-13 00:48:00,1418.0,6.0377,1,leg_gt,0.19,60 -66079,sell_mtf_cross_all_tf,sell,2025-08-13 00:51:00,1423.0,6.412,1,leg_gt,0.2,60 -66080,sell_mtf_cross_all_tf,sell,2025-08-13 00:54:00,1423.0,6.412,1,leg_gt,0.2,60 -66081,sell_mtf_cross_all_tf,sell,2025-08-13 01:00:00,1427.0,6.7114,1,leg_gt,0.2,60 -66082,sell_mtf_cross_all_tf,sell,2025-08-13 01:03:00,1428.0,6.7862,1,leg_gt,0.2,60 -66083,sell_mtf_cross_all_tf,sell,2025-08-13 01:06:00,1429.0,6.8611,1,leg_gt,0.21,60 -66084,sell_mtf_cross_all_tf,sell,2025-08-13 01:09:00,1428.0,6.7862,1,leg_gt,0.21,60 -66085,sell_mtf_cross_all_tf,sell,2025-08-13 01:30:00,1433.0,7.1605,1,leg_gt,0.22,60 -66086,sell_mtf_cross_all_tf,sell,2025-08-13 01:33:00,1432.0,7.0856,1,leg_gt,0.22,60 -66087,sell_mtf_cross_all_tf,sell,2025-08-13 01:36:00,1429.0,6.8611,1,leg_gt,0.23,60 -66088,sell_mtf_cross_all_tf,sell,2025-08-13 01:45:00,1431.0,7.0108,1,leg_gt,0.23,60 -66089,sell_mtf_cross_all_tf,sell,2025-08-13 01:48:00,1434.0,7.2353,1,leg_gt,0.24,60 -66090,sell_mtf_cross_all_tf,sell,2025-08-13 01:57:00,1435.0,7.3102,1,leg_gt,0.24,60 -66091,sell_mtf_cross_all_tf,sell,2025-08-13 02:00:00,1436.0,7.385,1,leg_gt,0.24,60 -66092,sell_mtf_cross_all_tf,sell,2025-08-13 02:15:00,1439.0,7.6096,1,leg_gt,0.25,60 -66093,sell_mtf_cross_all_tf,sell,2025-08-13 02:30:00,1447.0,8.2084,1,leg_gt,0.26,60 -66094,sell_mtf_cross_all_tf,sell,2025-08-13 02:33:00,1446.0,8.1335,1,leg_gt,0.27,60 -66095,sell_mtf_cross_all_tf,sell,2025-08-13 02:36:00,1449.0,8.3581,1,leg_gt,0.27,60 -66096,sell_mtf_cross_all_tf,sell,2025-08-13 02:45:00,1450.0,8.4329,1,leg_gt,0.28,60 -66097,sell_mtf_cross_all_tf,sell,2025-08-13 03:24:00,1457.0,8.9569,1,leg_gt,0.3,60 -66098,sell_mtf_cross_all_tf,sell,2025-08-13 03:27:00,1454.0,8.7323,1,leg_gt,0.3,60 -66099,sell_mtf_cross_all_tf,sell,2025-08-13 05:36:00,1466.0,9.6305,1,leg_gt,0.39,60 -66100,sell_mtf_cross_all_tf,sell,2025-08-13 12:45:00,1469.0,9.8551,1,leg_gt,0.69,60 -66101,sell_mtf_cross_all_tf,sell,2025-08-13 12:48:00,1466.0,9.6305,1,leg_gt,0.69,60 -66102,sell_mtf_cross_all_tf,sell,2025-08-13 12:51:00,1469.0,9.8551,1,leg_gt,0.7,60 -66103,sell_mtf_cross_all_tf,sell,2025-08-13 12:54:00,1467.0,9.7054,1,leg_gt,0.7,60 -66104,sell_mtf_cross_all_tf,sell,2025-08-13 13:15:00,1469.0,9.8551,1,leg_gt,0.71,60 -66105,sell_mtf_cross_all_tf,sell,2025-08-13 13:18:00,1470.0,9.9299,1,leg_gt,0.71,60 -66106,sell_mtf_cross_all_tf,sell,2025-08-13 13:21:00,1473.0,10.1545,1,leg_gt,0.72,60 -66107,sell_mtf_cross_all_tf,sell,2025-08-13 17:06:00,1477.0,10.4539,1,leg_gt,0.87,60 -66108,sell_mtf_cross_all_tf,sell,2025-08-13 17:09:00,1476.0,10.379,1,leg_gt,0.88,60 -66109,sell_mtf_cross_all_tf,sell,2025-08-13 17:12:00,1479.0,10.6036,1,leg_gt,0.88,60 -66110,sell_mtf_cross_all_tf,sell,2025-08-13 17:36:00,1491.0,11.5018,1,leg_gt,0.89,60 -66111,sell_mtf_cross_all_tf,sell,2025-08-13 17:39:00,1492.0,11.5766,1,leg_gt,0.9,60 -66112,sell_mtf_cross_all_tf,sell,2025-08-13 18:12:00,1493.0,11.6515,1,leg_gt,0.92,60 -66113,sell_mtf_cross_all_tf,sell,2025-08-13 19:30:00,1496.0,11.876,1,leg_gt,0.97,60 -66114,sell_mtf_cross_all_tf,sell,2025-08-13 19:33:00,1493.0,11.6515,1,leg_gt,0.98,60 -66115,sell_mtf_cross_all_tf,sell,2025-08-14 02:57:00,1515.0,13.2982,1,leg_gt,1.28,60 -66116,sell_mtf_cross_all_tf,sell,2025-08-14 03:00:00,1514.0,13.2234,1,leg_gt,1.29,60 -66117,sell_mtf_cross_all_tf,sell,2025-08-14 03:03:00,1518.0,13.5228,1,leg_gt,1.29,60 -66118,sell_mtf_cross_all_tf,sell,2025-08-14 03:06:00,1519.0,13.5976,1,leg_gt,1.29,60 -66119,sell_mtf_cross_all_tf,sell,2025-08-14 03:09:00,1522.0,13.8222,1,leg_gt,1.29,60 -66120,sell_mtf_cross_all_tf,sell,2025-08-14 03:12:00,1527.0,14.1964,1,leg_gt,1.29,60 -66121,sell_mtf_cross_all_tf,sell,2025-08-14 08:00:00,1536.0,14.8701,1,leg_gt,1.49,60 -66122,sell_mtf_cross_all_tf,sell,2025-08-14 08:15:00,1550.0,15.918,1,leg_gt,1.5,60 -66123,sell_mtf_cross_all_tf,sell,2025-08-14 08:18:00,1549.0,15.8431,1,leg_gt,1.51,60 -66124,sell_mtf_cross_all_tf,sell,2025-08-22 04:00:00,1311.0,3.1283,1,leg_gt,1.2,60 -66125,sell_mtf_cross_all_tf,sell,2025-08-22 04:06:00,1312.0,3.2071,1,leg_gt,1.21,60 -66126,sell_mtf_cross_all_tf,sell,2025-08-22 04:09:00,1314.0,3.3646,1,leg_gt,1.21,60 -66127,sell_mtf_cross_all_tf,sell,2025-08-22 06:30:00,1312.0,3.2071,1,leg_gt,1.31,60 -66128,sell_mtf_cross_all_tf,sell,2025-08-22 06:33:00,1311.0,3.1283,1,leg_gt,1.31,60 -66129,sell_mtf_cross_all_tf,sell,2025-08-22 06:36:00,1314.0,3.3646,1,leg_gt,1.31,60 -66130,sell_mtf_cross_all_tf,sell,2025-08-22 06:39:00,1312.0,3.2071,1,leg_gt,1.31,60 -66131,sell_mtf_cross_all_tf,sell,2025-08-22 06:42:00,1313.0,3.2858,1,leg_gt,1.31,60 -66132,sell_mtf_cross_all_tf,sell,2025-08-22 07:30:00,1318.0,3.6795,1,leg_gt,1.35,60 -66133,sell_mtf_cross_all_tf,sell,2025-08-22 07:51:00,1318.0,3.6795,1,leg_gt,1.36,60 -66134,sell_mtf_cross_all_tf,sell,2025-08-22 07:57:00,1320.0,3.837,1,leg_gt,1.37,60 -66135,sell_mtf_cross_all_tf,sell,2025-08-22 11:30:00,1320.0,3.837,1,leg_gt,1.51,60 -66136,sell_mtf_cross_all_tf,sell,2025-08-22 11:33:00,1318.0,3.6795,1,leg_gt,1.52,60 -66137,sell_mtf_cross_all_tf,sell,2025-08-22 23:21:00,1338.0,6.3439,1,leg_gt,0.07,60 -66138,sell_mtf_cross_all_tf,sell,2025-08-22 23:24:00,1332.0,5.8666,1,leg_gt,0.08,60 -66139,sell_mtf_cross_all_tf,sell,2025-08-22 23:27:00,1341.0,6.5826,1,leg_gt,0.08,60 -66140,sell_mtf_cross_all_tf,sell,2025-08-22 23:30:00,1340.0,6.503,1,leg_gt,0.08,60 -66141,sell_mtf_cross_all_tf,sell,2025-08-22 23:33:00,1348.0,7.1395,1,leg_gt,0.08,60 -66142,sell_mtf_cross_all_tf,sell,2025-08-22 23:36:00,1354.0,7.6168,1,leg_gt,0.08,60 -66143,sell_mtf_cross_all_tf,sell,2025-08-22 23:39:00,1353.0,7.5372,1,leg_gt,0.09,60 -66144,sell_mtf_cross_all_tf,sell,2025-08-22 23:42:00,1357.0,7.8554,1,leg_gt,0.09,60 -66145,sell_mtf_cross_all_tf,sell,2025-08-22 23:45:00,1354.0,7.6168,1,leg_gt,0.09,60 -66146,sell_mtf_cross_all_tf,sell,2025-08-22 23:48:00,1362.0,8.2532,1,leg_gt,0.09,60 -66147,sell_mtf_cross_all_tf,sell,2025-08-22 23:51:00,1362.0,8.2532,1,leg_gt,0.09,60 -66148,sell_mtf_cross_all_tf,sell,2025-08-22 23:54:00,1364.0,8.4123,1,leg_gt,0.1,60 -66149,sell_mtf_cross_all_tf,sell,2025-08-22 23:57:00,1358.0,7.935,1,leg_gt,0.1,60 -66150,sell_mtf_cross_all_tf,sell,2025-08-23 00:06:00,1369.0,8.8101,1,leg_gt,0.1,60 -66151,sell_mtf_cross_all_tf,sell,2025-08-23 00:09:00,1361.0,8.1737,1,leg_gt,0.11,60 -66152,sell_mtf_cross_all_tf,sell,2025-08-23 00:42:00,1371.0,8.9692,1,leg_gt,0.13,60 -66153,sell_mtf_cross_all_tf,sell,2025-08-23 00:45:00,1372.0,9.0488,1,leg_gt,0.13,60 -66154,sell_mtf_cross_all_tf,sell,2025-08-23 00:48:00,1371.0,8.9692,1,leg_gt,0.13,60 -66155,sell_mtf_cross_all_tf,sell,2025-08-23 02:21:00,1402.0,11.4354,1,leg_gt,0.2,60 -66156,sell_mtf_cross_all_tf,sell,2025-08-23 02:24:00,1405.0,11.6741,1,leg_gt,0.2,60 -66157,sell_mtf_cross_all_tf,sell,2025-08-23 02:27:00,1403.0,11.515,1,leg_gt,0.2,60 -66158,sell_mtf_cross_all_tf,sell,2025-08-23 02:30:00,1406.0,11.7536,1,leg_gt,0.2,60 -66159,sell_mtf_cross_all_tf,sell,2025-08-23 02:33:00,1402.0,11.4354,1,leg_gt,0.21,60 -66160,sell_mtf_cross_all_tf,sell,2025-08-23 04:15:00,1413.0,12.3105,1,leg_gt,0.28,60 -66161,sell_mtf_cross_all_tf,sell,2025-08-23 04:18:00,1413.0,12.3105,1,leg_gt,0.28,60 -66162,sell_mtf_cross_all_tf,sell,2025-08-23 04:21:00,1412.0,12.2309,1,leg_gt,0.28,60 -66163,sell_mtf_cross_all_tf,sell,2025-08-23 06:51:00,1416.0,12.5492,1,leg_gt,0.39,60 -66164,sell_mtf_cross_all_tf,sell,2025-08-23 14:30:00,1411.0,3.4977,1,leg_gt,0.12,60 -66165,sell_mtf_cross_all_tf,sell,2025-08-23 14:33:00,1414.0,3.7179,1,leg_gt,0.12,60 -66166,sell_mtf_cross_all_tf,sell,2025-08-23 14:36:00,1414.0,3.7179,1,leg_gt,0.12,60 -66167,sell_mtf_cross_all_tf,sell,2025-08-23 14:39:00,1413.0,3.6445,1,leg_gt,0.13,60 -66168,sell_mtf_cross_all_tf,sell,2025-08-23 14:42:00,1410.0,3.4242,1,leg_gt,0.13,60 -66169,sell_mtf_cross_all_tf,sell,2025-08-23 15:06:00,1417.0,3.9382,1,leg_gt,0.15,60 -66170,sell_mtf_cross_all_tf,sell,2025-08-23 15:09:00,1416.0,3.8648,1,leg_gt,0.15,60 -66171,sell_mtf_cross_all_tf,sell,2025-08-23 21:27:00,1405.0,3.0571,1,leg_gt,0.41,60 -66172,sell_mtf_cross_all_tf,sell,2025-08-23 22:33:00,1405.0,3.0571,1,leg_gt,0.46,60 -66173,sell_mtf_cross_all_tf,sell,2025-08-23 22:36:00,1404.0,2.9837,1,leg_gt,0.46,60 -66174,sell_mtf_cross_all_tf,sell,2025-08-24 00:45:00,1407.0,3.204,1,leg_gt,0.55,60 -66175,sell_mtf_cross_all_tf,sell,2025-08-24 00:48:00,1407.0,3.204,1,leg_gt,0.55,60 -66176,sell_mtf_cross_all_tf,sell,2025-08-24 00:51:00,1408.0,3.2774,1,leg_gt,0.55,60 -66177,sell_mtf_cross_all_tf,sell,2025-08-24 00:54:00,1406.0,3.1305,1,leg_gt,0.55,60 -66178,sell_mtf_cross_all_tf,sell,2025-08-24 05:06:00,1412.0,3.5711,1,leg_gt,0.73,60 -66179,sell_mtf_cross_all_tf,sell,2025-08-24 05:09:00,1409.0,3.3508,1,leg_gt,0.73,60 -66180,sell_mtf_cross_all_tf,sell,2025-08-28 13:45:00,1319.0,1.832,1,leg_gt,0.18,60 -66181,sell_mtf_cross_all_tf,sell,2025-08-28 14:00:00,1323.0,2.1411,1,leg_gt,0.19,60 -66182,sell_mtf_cross_all_tf,sell,2025-08-28 17:15:00,1328.0,2.5275,1,leg_gt,0.32,60 -66183,sell_mtf_cross_all_tf,sell,2025-08-28 17:18:00,1326.0,2.373,1,leg_gt,0.32,60 -66184,sell_mtf_cross_all_tf,sell,2025-08-28 23:09:00,1324.0,2.2184,1,leg_gt,0.57,60 -66185,sell_mtf_cross_all_tf,sell,2025-08-28 23:12:00,1327.0,2.4502,1,leg_gt,0.57,60 -66186,sell_mtf_cross_all_tf,sell,2025-08-28 23:45:00,1330.0,2.6821,1,leg_gt,0.59,60 -66187,sell_mtf_cross_all_tf,sell,2025-08-28 23:48:00,1332.0,2.8366,1,leg_gt,0.59,60 -66188,sell_mtf_cross_all_tf,sell,2025-08-28 23:54:00,1333.0,2.9139,1,leg_gt,0.6,60 -66189,sell_mtf_cross_all_tf,sell,2025-08-28 23:57:00,1334.0,2.9912,1,leg_gt,0.6,60 -66190,sell_mtf_cross_all_tf,sell,2025-09-03 05:30:00,1231.0,5.1137,1,leg_gt,0.95,60 -66191,sell_mtf_cross_all_tf,sell,2025-09-03 05:33:00,1229.0,4.9427,1,leg_gt,0.95,60 -66192,sell_mtf_cross_all_tf,sell,2025-09-03 05:36:00,1232.0,5.1991,1,leg_gt,0.96,60 -66193,sell_mtf_cross_all_tf,sell,2025-09-03 05:39:00,1234.0,5.3701,1,leg_gt,0.96,60 -66194,sell_mtf_cross_all_tf,sell,2025-09-03 05:45:00,1235.0,5.4556,1,leg_gt,0.96,60 -66195,sell_mtf_cross_all_tf,sell,2025-09-03 05:48:00,1236.0,5.541,1,leg_gt,0.96,60 -66196,sell_mtf_cross_all_tf,sell,2025-09-03 05:51:00,1236.0,5.541,1,leg_gt,0.97,60 -66197,sell_mtf_cross_all_tf,sell,2025-09-03 05:54:00,1235.0,5.4556,1,leg_gt,0.97,60 -66198,sell_mtf_cross_all_tf,sell,2025-09-03 05:57:00,1237.0,5.6265,1,leg_gt,0.97,60 -66199,sell_mtf_cross_all_tf,sell,2025-09-03 06:00:00,1236.0,5.541,1,leg_gt,0.97,60 -66200,sell_mtf_cross_all_tf,sell,2025-09-03 06:03:00,1238.0,5.712,1,leg_gt,0.98,60 -66201,sell_mtf_cross_all_tf,sell,2025-09-03 06:06:00,1238.0,5.712,1,leg_gt,0.98,60 -66202,sell_mtf_cross_all_tf,sell,2025-09-03 06:09:00,1238.0,5.712,1,leg_gt,0.98,60 -66203,sell_mtf_cross_all_tf,sell,2025-09-03 06:12:00,1240.0,5.8829,1,leg_gt,0.98,60 -66204,sell_mtf_cross_all_tf,sell,2025-09-03 06:15:00,1238.0,5.712,1,leg_gt,0.98,60 -66205,sell_mtf_cross_all_tf,sell,2025-09-03 06:36:00,1239.0,5.7974,1,leg_gt,1.0,60 -66206,sell_mtf_cross_all_tf,sell,2025-09-03 06:42:00,1240.0,5.8829,1,leg_gt,1.0,60 -66207,sell_mtf_cross_all_tf,sell,2025-09-03 06:45:00,1241.0,5.9684,1,leg_gt,1.0,60 -66208,sell_mtf_cross_all_tf,sell,2025-09-03 11:06:00,1240.0,5.8829,1,leg_gt,1.19,60 -66209,sell_mtf_cross_all_tf,sell,2025-09-03 11:09:00,1238.0,5.712,1,leg_gt,1.19,60 -66210,sell_mtf_cross_all_tf,sell,2025-09-03 11:30:00,1245.0,6.3103,1,leg_gt,1.2,60 -66211,sell_mtf_cross_all_tf,sell,2025-09-03 11:33:00,1243.0,6.1393,1,leg_gt,1.2,60 -66212,sell_mtf_cross_all_tf,sell,2025-09-03 11:36:00,1243.0,6.1393,1,leg_gt,1.21,60 -66213,sell_mtf_cross_all_tf,sell,2025-09-03 21:00:00,1236.0,5.541,1,leg_gt,1.6,60 -66214,sell_mtf_cross_all_tf,sell,2025-09-03 21:27:00,1239.0,5.7974,1,leg_gt,1.62,60 -66215,sell_mtf_cross_all_tf,sell,2025-09-03 22:57:00,1242.0,6.0538,1,leg_gt,1.68,60 -66216,sell_mtf_cross_all_tf,sell,2025-09-03 23:06:00,1245.0,6.3103,1,leg_gt,1.69,60 -66217,sell_mtf_cross_all_tf,sell,2025-09-03 23:09:00,1245.0,6.3103,1,leg_gt,1.69,60 -66218,sell_mtf_cross_all_tf,sell,2025-09-03 23:12:00,1244.0,6.2248,1,leg_gt,1.69,60 -66219,sell_mtf_cross_all_tf,sell,2025-09-03 23:36:00,1245.0,6.3103,1,leg_gt,1.71,60 -66220,sell_mtf_cross_all_tf,sell,2025-09-03 23:39:00,1246.0,6.3957,1,leg_gt,1.71,60 -66221,sell_mtf_cross_all_tf,sell,2025-09-03 23:54:00,1247.0,6.4812,1,leg_gt,1.72,60 -66222,sell_mtf_cross_all_tf,sell,2025-09-04 00:00:00,1251.0,6.8231,1,leg_gt,1.72,60 -66223,sell_mtf_cross_all_tf,sell,2025-09-04 00:06:00,1250.0,6.7376,1,leg_gt,1.73,60 -66224,sell_mtf_cross_all_tf,sell,2025-09-04 00:09:00,1250.0,6.7376,1,leg_gt,1.73,60 -66225,sell_mtf_cross_all_tf,sell,2025-09-04 00:12:00,1251.0,6.8231,1,leg_gt,1.73,60 -66226,sell_mtf_cross_all_tf,sell,2025-09-04 05:15:00,1258.0,7.4214,1,leg_gt,1.94,60 -66227,sell_mtf_cross_all_tf,sell,2025-09-04 05:18:00,1257.0,7.3359,1,leg_gt,1.94,60 -66228,sell_mtf_cross_all_tf,sell,2025-09-05 10:51:00,1225.0,1.3913,1,leg_gt,0.43,60 -66229,sell_mtf_cross_all_tf,sell,2025-09-05 10:54:00,1225.0,1.3913,1,leg_gt,0.43,60 -66230,sell_mtf_cross_all_tf,sell,2025-09-05 10:57:00,1225.0,1.3913,1,leg_gt,0.44,60 -66231,sell_mtf_cross_all_tf,sell,2025-09-05 14:21:00,1225.0,1.3913,1,leg_gt,0.58,60 -66232,sell_mtf_cross_all_tf,sell,2025-09-05 15:00:00,1227.0,1.557,1,leg_gt,0.6,60 -66233,sell_mtf_cross_all_tf,sell,2025-09-05 15:03:00,1228.0,1.6399,1,leg_gt,0.61,60 -66234,sell_mtf_cross_all_tf,sell,2025-09-05 17:00:00,1258.0,4.1254,1,leg_gt,0.69,60 -66235,sell_mtf_cross_all_tf,sell,2025-09-05 21:15:00,1253.0,3.7111,1,leg_gt,0.86,60 -66236,sell_mtf_cross_all_tf,sell,2025-09-05 21:18:00,1253.0,3.7111,1,leg_gt,0.87,60 -66237,sell_mtf_cross_all_tf,sell,2025-09-05 21:24:00,1254.0,3.794,1,leg_gt,0.87,60 -66238,sell_mtf_cross_all_tf,sell,2025-09-05 21:45:00,1262.0,4.4568,1,leg_gt,0.89,60 -66239,sell_mtf_cross_all_tf,sell,2025-09-05 21:48:00,1261.0,4.3739,1,leg_gt,0.89,60 -66240,sell_mtf_cross_all_tf,sell,2025-09-06 03:57:00,1255.0,1.9325,1,leg_gt,0.18,60 -66241,sell_mtf_cross_all_tf,sell,2025-09-06 04:30:00,1256.0,2.0138,1,leg_gt,0.2,60 -66242,sell_mtf_cross_all_tf,sell,2025-09-06 04:33:00,1254.0,1.8512,1,leg_gt,0.2,60 -66243,sell_mtf_cross_all_tf,sell,2025-09-06 04:36:00,1258.0,2.1764,1,leg_gt,0.2,60 -66244,sell_mtf_cross_all_tf,sell,2025-09-06 04:39:00,1256.0,2.0138,1,leg_gt,0.2,60 -66245,sell_mtf_cross_all_tf,sell,2025-09-06 04:51:00,1257.0,2.0951,1,leg_gt,0.21,60 -66246,sell_mtf_cross_all_tf,sell,2025-09-06 04:54:00,1257.0,2.0951,1,leg_gt,0.21,60 -66247,sell_mtf_cross_all_tf,sell,2025-09-06 04:57:00,1258.0,2.1764,1,leg_gt,0.22,60 -66248,sell_mtf_cross_all_tf,sell,2025-09-06 05:00:00,1260.0,2.339,1,leg_gt,0.22,60 -66249,sell_mtf_cross_all_tf,sell,2025-09-06 05:06:00,1260.0,2.339,1,leg_gt,0.22,60 -66250,sell_mtf_cross_all_tf,sell,2025-09-06 05:09:00,1259.0,2.2577,1,leg_gt,0.22,60 -66251,sell_mtf_cross_all_tf,sell,2025-09-06 05:27:00,1262.0,2.5016,1,leg_gt,0.24,60 -66252,sell_mtf_cross_all_tf,sell,2025-09-06 05:30:00,1262.0,2.5016,1,leg_gt,0.24,60 -66253,sell_mtf_cross_all_tf,sell,2025-09-06 05:33:00,1262.0,2.5016,1,leg_gt,0.24,60 -66254,sell_mtf_cross_all_tf,sell,2025-09-06 05:42:00,1265.0,2.7455,1,leg_gt,0.25,60 -66255,sell_mtf_cross_all_tf,sell,2025-09-06 06:00:00,1266.0,2.8268,1,leg_gt,0.26,60 -66256,sell_mtf_cross_all_tf,sell,2025-09-06 06:03:00,1266.0,2.8268,1,leg_gt,0.26,60 -66257,sell_mtf_cross_all_tf,sell,2025-09-06 06:06:00,1265.0,2.7455,1,leg_gt,0.26,60 -66258,sell_mtf_cross_all_tf,sell,2025-09-06 06:09:00,1265.0,2.7455,1,leg_gt,0.27,60 -66259,sell_mtf_cross_all_tf,sell,2025-09-06 06:12:00,1266.0,2.8268,1,leg_gt,0.27,60 -66260,sell_mtf_cross_all_tf,sell,2025-09-06 06:15:00,1267.0,2.9081,1,leg_gt,0.27,60 -66261,sell_mtf_cross_all_tf,sell,2025-09-06 06:21:00,1266.0,2.8268,1,leg_gt,0.28,60 -66262,sell_mtf_cross_all_tf,sell,2025-09-06 06:30:00,1267.0,2.9081,1,leg_gt,0.28,60 -66263,sell_mtf_cross_all_tf,sell,2025-09-06 06:33:00,1268.0,2.9894,1,leg_gt,0.28,60 -66264,sell_mtf_cross_all_tf,sell,2025-09-06 08:42:00,1278.0,3.8024,1,leg_gt,0.37,60 -66265,sell_mtf_cross_all_tf,sell,2025-09-06 08:45:00,1280.0,3.965,1,leg_gt,0.38,60 -66266,sell_mtf_cross_all_tf,sell,2025-09-06 08:48:00,1281.0,4.0463,1,leg_gt,0.38,60 -66267,sell_mtf_cross_all_tf,sell,2025-09-06 08:51:00,1283.0,4.2089,1,leg_gt,0.38,60 -66268,sell_mtf_cross_all_tf,sell,2025-09-06 08:54:00,1283.0,4.2089,1,leg_gt,0.38,60 -66269,sell_mtf_cross_all_tf,sell,2025-09-06 08:57:00,1282.0,4.1276,1,leg_gt,0.38,60 -66270,sell_mtf_cross_all_tf,sell,2025-09-06 23:15:00,1278.0,3.8024,1,leg_gt,0.98,60 -66271,sell_mtf_cross_all_tf,sell,2025-09-06 23:18:00,1278.0,3.8024,1,leg_gt,0.98,60 -66272,sell_mtf_cross_all_tf,sell,2025-09-06 23:21:00,1280.0,3.965,1,leg_gt,0.98,60 -66273,sell_mtf_cross_all_tf,sell,2025-09-06 23:24:00,1280.0,3.965,1,leg_gt,0.99,60 -66274,sell_mtf_cross_all_tf,sell,2025-09-06 23:36:00,1281.0,4.0463,1,leg_gt,0.99,60 -66275,sell_mtf_cross_all_tf,sell,2025-09-06 23:39:00,1283.0,4.2089,1,leg_gt,1.0,60 -66276,sell_mtf_cross_all_tf,sell,2025-09-06 23:42:00,1283.0,4.2089,1,leg_gt,1.0,60 -66277,sell_mtf_cross_all_tf,sell,2025-09-06 23:45:00,1282.0,4.1276,1,leg_gt,1.0,60 -66278,sell_mtf_cross_all_tf,sell,2025-09-06 23:51:00,1283.0,4.2089,1,leg_gt,1.0,60 -66279,sell_mtf_cross_all_tf,sell,2025-09-07 00:42:00,1282.0,4.1276,1,leg_gt,1.04,60 -66280,sell_mtf_cross_all_tf,sell,2025-09-07 02:15:00,1289.0,4.6967,1,leg_gt,1.1,60 -66281,sell_mtf_cross_all_tf,sell,2025-09-07 02:18:00,1289.0,4.6967,1,leg_gt,1.11,60 -66282,sell_mtf_cross_all_tf,sell,2025-09-07 03:06:00,1293.0,5.022,1,leg_gt,1.14,60 -66283,sell_mtf_cross_all_tf,sell,2025-09-07 03:09:00,1292.0,4.9407,1,leg_gt,1.14,60 -66284,sell_mtf_cross_all_tf,sell,2025-09-07 03:36:00,1308.0,6.2415,1,leg_gt,1.16,60 -66285,sell_mtf_cross_all_tf,sell,2025-09-07 03:39:00,1309.0,6.3228,1,leg_gt,1.16,60 -66286,sell_mtf_cross_all_tf,sell,2025-09-07 03:42:00,1311.0,6.4854,1,leg_gt,1.16,60 -66287,sell_mtf_cross_all_tf,sell,2025-09-07 03:45:00,1308.0,6.2415,1,leg_gt,1.17,60 -66288,sell_mtf_cross_all_tf,sell,2025-09-07 03:51:00,1314.0,6.7293,1,leg_gt,1.17,60 -66289,sell_mtf_cross_all_tf,sell,2025-09-07 03:54:00,1320.0,7.2171,1,leg_gt,1.17,60 -66290,sell_mtf_cross_all_tf,sell,2025-09-07 04:00:00,1316.0,6.8919,1,leg_gt,1.18,60 -66291,sell_mtf_cross_all_tf,sell,2025-09-07 06:00:00,1320.0,7.2171,1,leg_gt,1.26,60 -66292,sell_mtf_cross_all_tf,sell,2025-09-07 06:03:00,1318.0,7.0545,1,leg_gt,1.26,60 -66293,sell_mtf_cross_all_tf,sell,2025-09-07 06:06:00,1317.0,6.9732,1,leg_gt,1.26,60 -66294,sell_mtf_cross_all_tf,sell,2025-09-07 06:09:00,1318.0,7.0545,1,leg_gt,1.27,60 -66295,sell_mtf_cross_all_tf,sell,2025-09-07 06:12:00,1323.0,7.461,1,leg_gt,1.27,60 -66296,sell_mtf_cross_all_tf,sell,2025-09-07 06:15:00,1321.0,7.2984,1,leg_gt,1.27,60 -66297,sell_mtf_cross_all_tf,sell,2025-09-07 06:18:00,1321.0,7.2984,1,leg_gt,1.27,60 -66298,sell_mtf_cross_all_tf,sell,2025-09-07 06:21:00,1321.0,7.2984,1,leg_gt,1.27,60 -66299,sell_mtf_cross_all_tf,sell,2025-09-07 06:24:00,1323.0,7.461,1,leg_gt,1.28,60 -66300,sell_mtf_cross_all_tf,sell,2025-09-07 06:27:00,1329.0,7.9488,1,leg_gt,1.28,60 -66301,sell_mtf_cross_all_tf,sell,2025-09-07 06:30:00,1327.0,7.7862,1,leg_gt,1.28,60 -66302,sell_mtf_cross_all_tf,sell,2025-09-07 06:33:00,1329.0,7.9488,1,leg_gt,1.28,60 -66303,sell_mtf_cross_all_tf,sell,2025-09-07 06:48:00,1337.0,8.5992,1,leg_gt,1.29,60 -66304,sell_mtf_cross_all_tf,sell,2025-09-07 06:57:00,1344.0,9.1683,1,leg_gt,1.3,60 -66305,sell_mtf_cross_all_tf,sell,2025-09-07 07:00:00,1347.0,9.4122,1,leg_gt,1.3,60 -66306,sell_mtf_cross_all_tf,sell,2025-09-07 07:03:00,1347.0,9.4122,1,leg_gt,1.3,60 -66307,sell_mtf_cross_all_tf,sell,2025-09-07 07:15:00,1346.0,9.3309,1,leg_gt,1.31,60 -66308,sell_mtf_cross_all_tf,sell,2025-09-07 07:18:00,1345.0,9.2496,1,leg_gt,1.31,60 -66309,sell_mtf_cross_all_tf,sell,2025-09-07 07:21:00,1353.0,9.9,1,leg_gt,1.32,60 -66310,sell_mtf_cross_all_tf,sell,2025-09-07 07:24:00,1346.0,9.3309,1,leg_gt,1.32,60 -66311,sell_mtf_cross_all_tf,sell,2025-09-07 08:36:00,1351.0,9.7374,1,leg_gt,1.37,60 -66312,sell_mtf_cross_all_tf,sell,2025-09-07 08:39:00,1355.0,10.0626,1,leg_gt,1.37,60 -66313,sell_mtf_cross_all_tf,sell,2025-09-07 08:42:00,1351.0,9.7374,1,leg_gt,1.37,60 -66314,sell_mtf_cross_all_tf,sell,2025-09-07 11:00:00,1382.0,12.2577,1,leg_gt,1.47,60 -66315,sell_mtf_cross_all_tf,sell,2025-09-07 11:03:00,1383.0,12.339,1,leg_gt,1.47,60 -66316,sell_mtf_cross_all_tf,sell,2025-09-07 11:06:00,1387.0,12.6642,1,leg_gt,1.47,60 -66317,sell_mtf_cross_all_tf,sell,2025-09-07 11:09:00,1385.0,12.5016,1,leg_gt,1.48,60 -66318,sell_mtf_cross_all_tf,sell,2025-09-07 11:12:00,1385.0,12.5016,1,leg_gt,1.48,60 -66319,sell_mtf_cross_all_tf,sell,2025-09-07 11:15:00,1390.0,12.9081,1,leg_gt,1.48,60 -66320,sell_mtf_cross_all_tf,sell,2025-09-07 11:18:00,1386.0,12.5829,1,leg_gt,1.48,60 -66321,sell_mtf_cross_all_tf,sell,2025-09-07 11:21:00,1388.0,12.7455,1,leg_gt,1.48,60 -66322,sell_mtf_cross_all_tf,sell,2025-09-07 11:24:00,1390.0,12.9081,1,leg_gt,1.49,60 -66323,sell_mtf_cross_all_tf,sell,2025-09-07 11:27:00,1390.0,12.9081,1,leg_gt,1.49,60 -66324,sell_mtf_cross_all_tf,sell,2025-09-07 11:30:00,1392.0,13.0707,1,leg_gt,1.49,60 -66325,sell_mtf_cross_all_tf,sell,2025-09-07 11:33:00,1393.0,13.152,1,leg_gt,1.49,60 -66326,sell_mtf_cross_all_tf,sell,2025-09-07 11:36:00,1393.0,13.152,1,leg_gt,1.49,60 -66327,sell_mtf_cross_all_tf,sell,2025-09-07 11:39:00,1395.0,13.3146,1,leg_gt,1.5,60 -66328,sell_mtf_cross_all_tf,sell,2025-09-07 11:42:00,1394.0,13.2333,1,leg_gt,1.5,60 -66329,sell_mtf_cross_all_tf,sell,2025-09-07 13:36:00,1428.0,15.9976,1,leg_gt,1.58,60 -66330,sell_mtf_cross_all_tf,sell,2025-09-07 13:39:00,1425.0,15.7537,1,leg_gt,1.58,60 -66331,sell_mtf_cross_all_tf,sell,2025-09-07 13:42:00,1423.0,15.5911,1,leg_gt,1.58,60 -66332,sell_mtf_cross_all_tf,sell,2025-09-07 13:45:00,1425.0,15.7537,1,leg_gt,1.58,60 -66333,sell_mtf_cross_all_tf,sell,2025-09-07 13:48:00,1422.0,15.5098,1,leg_gt,1.59,60 -66334,sell_mtf_cross_all_tf,sell,2025-09-07 15:00:00,1466.0,19.087,1,leg_gt,1.64,60 -66335,sell_mtf_cross_all_tf,sell,2025-09-07 15:03:00,1470.0,19.4122,1,leg_gt,1.64,60 -66336,sell_mtf_cross_all_tf,sell,2025-09-07 15:06:00,1470.0,19.4122,1,leg_gt,1.64,60 -66337,sell_mtf_cross_all_tf,sell,2025-09-07 15:09:00,1470.0,19.4122,1,leg_gt,1.64,60 -66338,sell_mtf_cross_all_tf,sell,2025-09-07 20:15:00,1433.0,1.5312,1,leg_gt,0.06,60 -66339,sell_mtf_cross_all_tf,sell,2025-09-07 20:18:00,1431.0,1.3894,1,leg_gt,0.07,60 -66340,sell_mtf_cross_all_tf,sell,2025-09-07 20:27:00,1435.0,1.673,1,leg_gt,0.07,60 -66341,sell_mtf_cross_all_tf,sell,2025-09-07 20:30:00,1437.0,1.8149,1,leg_gt,0.08,60 -66342,sell_mtf_cross_all_tf,sell,2025-09-07 20:33:00,1435.0,1.673,1,leg_gt,0.08,60 -66343,sell_mtf_cross_all_tf,sell,2025-09-07 20:36:00,1436.0,1.744,1,leg_gt,0.08,60 -66344,sell_mtf_cross_all_tf,sell,2025-09-07 20:39:00,1438.0,1.8858,1,leg_gt,0.08,60 -66345,sell_mtf_cross_all_tf,sell,2025-09-07 21:06:00,1448.0,2.595,1,leg_gt,0.1,60 -66346,sell_mtf_cross_all_tf,sell,2025-09-07 21:15:00,1450.0,2.7369,1,leg_gt,0.11,60 -66347,sell_mtf_cross_all_tf,sell,2025-09-07 21:18:00,1450.0,2.7369,1,leg_gt,0.11,60 -66348,sell_mtf_cross_all_tf,sell,2025-09-07 21:21:00,1454.0,3.0206,1,leg_gt,0.11,60 -66349,sell_mtf_cross_all_tf,sell,2025-09-07 21:24:00,1454.0,3.0206,1,leg_gt,0.11,60 -66350,sell_mtf_cross_all_tf,sell,2025-09-07 21:27:00,1454.0,3.0206,1,leg_gt,0.11,60 -66351,sell_mtf_cross_all_tf,sell,2025-09-07 21:30:00,1458.0,3.3043,1,leg_gt,0.12,60 -66352,sell_mtf_cross_all_tf,sell,2025-09-07 21:33:00,1452.0,2.8787,1,leg_gt,0.12,60 -66353,sell_mtf_cross_all_tf,sell,2025-09-07 22:15:00,1463.0,3.6589,1,leg_gt,0.15,60 -66354,sell_mtf_cross_all_tf,sell,2025-09-07 22:30:00,1464.0,3.7298,1,leg_gt,0.16,60 -66355,sell_mtf_cross_all_tf,sell,2025-09-07 22:33:00,1472.0,4.2972,1,leg_gt,0.16,60 -66356,sell_mtf_cross_all_tf,sell,2025-09-07 22:36:00,1474.0,4.439,1,leg_gt,0.16,60 -66357,sell_mtf_cross_all_tf,sell,2025-09-07 22:39:00,1475.0,4.5099,1,leg_gt,0.16,60 -66358,sell_mtf_cross_all_tf,sell,2025-09-07 22:45:00,1473.0,4.3681,1,leg_gt,0.17,60 -66359,sell_mtf_cross_all_tf,sell,2025-09-07 22:54:00,1478.0,4.7227,1,leg_gt,0.18,60 -66360,sell_mtf_cross_all_tf,sell,2025-09-07 23:06:00,1483.0,5.0773,1,leg_gt,0.18,60 -66361,sell_mtf_cross_all_tf,sell,2025-09-07 23:09:00,1480.0,4.8645,1,leg_gt,0.19,60 -66362,sell_mtf_cross_all_tf,sell,2025-09-08 00:00:00,1483.0,5.0773,1,leg_gt,0.22,60 -66363,sell_mtf_cross_all_tf,sell,2025-09-08 00:24:00,1494.0,5.8574,1,leg_gt,0.24,60 -66364,sell_mtf_cross_all_tf,sell,2025-09-08 10:36:00,1507.0,5.1374,1,leg_gt,0.12,60 -66365,sell_mtf_cross_all_tf,sell,2025-09-08 10:39:00,1516.0,5.7659,1,leg_gt,0.12,60 -66366,sell_mtf_cross_all_tf,sell,2025-09-08 11:00:00,1538.0,7.3022,1,leg_gt,0.14,60 -66367,sell_mtf_cross_all_tf,sell,2025-09-08 11:03:00,1545.0,7.7911,1,leg_gt,0.14,60 -66368,sell_mtf_cross_all_tf,sell,2025-09-08 11:06:00,1546.0,7.8609,1,leg_gt,0.14,60 -66369,sell_mtf_cross_all_tf,sell,2025-09-08 11:21:00,1572.0,9.6765,1,leg_gt,0.15,60 -66370,sell_mtf_cross_all_tf,sell,2025-09-08 11:24:00,1593.0,11.143,1,leg_gt,0.15,60 -66371,sell_mtf_cross_all_tf,sell,2025-09-08 11:42:00,1584.0,10.5145,1,leg_gt,0.17,60 -66372,sell_mtf_cross_all_tf,sell,2025-09-08 11:45:00,1594.0,11.2128,1,leg_gt,0.17,60 -66373,sell_mtf_cross_all_tf,sell,2025-09-08 11:48:00,1606.0,12.0508,1,leg_gt,0.17,60 -66374,sell_mtf_cross_all_tf,sell,2025-09-08 11:57:00,1625.0,13.3777,1,leg_gt,0.18,60 -66375,sell_mtf_cross_all_tf,sell,2025-09-08 12:00:00,1633.0,13.9363,1,leg_gt,0.18,60 -66376,sell_mtf_cross_all_tf,sell,2025-09-08 12:03:00,1635.0,14.076,1,leg_gt,0.18,60 -66377,sell_mtf_cross_all_tf,sell,2025-09-08 12:06:00,1634.0,14.0061,1,leg_gt,0.18,60 -66378,sell_mtf_cross_all_tf,sell,2025-09-08 12:09:00,1643.0,14.6346,1,leg_gt,0.19,60 -66379,sell_mtf_cross_all_tf,sell,2025-09-08 12:15:00,1662.0,15.9615,1,leg_gt,0.19,60 -66380,sell_mtf_cross_all_tf,sell,2025-09-08 12:18:00,1659.0,15.752,1,leg_gt,0.19,60 -66381,sell_mtf_cross_all_tf,sell,2025-09-08 12:21:00,1670.0,16.5201,1,leg_gt,0.19,60 -66382,sell_mtf_cross_all_tf,sell,2025-09-08 12:24:00,1668.0,16.3804,1,leg_gt,0.2,60 -66383,sell_mtf_cross_all_tf,sell,2025-09-08 12:27:00,1658.0,15.6821,1,leg_gt,0.2,60 -66384,sell_mtf_cross_all_tf,sell,2025-09-08 12:30:00,1656.0,15.5425,1,leg_gt,0.2,60 -66385,sell_mtf_cross_all_tf,sell,2025-09-08 12:33:00,1658.0,15.6821,1,leg_gt,0.2,60 -66386,sell_mtf_cross_all_tf,sell,2025-09-08 12:36:00,1662.0,15.9615,1,leg_gt,0.2,60 -66387,sell_mtf_cross_all_tf,sell,2025-09-08 12:45:00,1697.0,18.4056,1,leg_gt,0.21,60 -66388,sell_mtf_cross_all_tf,sell,2025-09-08 13:21:00,1702.0,18.7547,1,leg_gt,0.24,60 -66389,sell_mtf_cross_all_tf,sell,2025-09-08 13:36:00,1722.0,20.1514,1,leg_gt,0.25,60 -66390,sell_mtf_cross_all_tf,sell,2025-09-08 13:39:00,1723.0,20.2212,1,leg_gt,0.25,60 -66391,sell_mtf_cross_all_tf,sell,2025-09-08 13:42:00,1724.0,20.2911,1,leg_gt,0.25,60 -66392,sell_mtf_cross_all_tf,sell,2025-09-08 13:45:00,1732.0,20.8497,1,leg_gt,0.25,60 -66393,sell_mtf_cross_all_tf,sell,2025-09-08 13:48:00,1721.0,20.0816,1,leg_gt,0.25,60 -66394,sell_mtf_cross_all_tf,sell,2025-09-08 13:51:00,1725.0,20.3609,1,leg_gt,0.26,60 -66395,sell_mtf_cross_all_tf,sell,2025-09-08 13:54:00,1728.0,20.5704,1,leg_gt,0.26,60 -66396,sell_mtf_cross_all_tf,sell,2025-09-08 13:57:00,1746.0,21.8274,1,leg_gt,0.26,60 -66397,sell_mtf_cross_all_tf,sell,2025-09-08 14:15:00,1801.0,25.6682,1,leg_gt,0.27,60 -66398,sell_mtf_cross_all_tf,sell,2025-09-08 14:18:00,1784.0,24.481,1,leg_gt,0.28,60 -66399,sell_mtf_cross_all_tf,sell,2025-09-08 14:30:00,1791.0,24.9698,1,leg_gt,0.28,60 -66400,sell_mtf_cross_all_tf,sell,2025-09-08 22:30:00,1779.0,7.1979,1,leg_gt,0.09,60 -66401,sell_mtf_cross_all_tf,sell,2025-09-08 22:45:00,1804.0,8.7058,1,leg_gt,0.1,60 -66402,sell_mtf_cross_all_tf,sell,2025-09-08 22:48:00,1805.0,8.7661,1,leg_gt,0.11,60 -66403,sell_mtf_cross_all_tf,sell,2025-09-08 22:51:00,1808.0,8.947,1,leg_gt,0.11,60 -66404,sell_mtf_cross_all_tf,sell,2025-09-08 22:54:00,1809.0,9.0074,1,leg_gt,0.11,60 -66405,sell_mtf_cross_all_tf,sell,2025-09-08 22:57:00,1809.0,9.0074,1,leg_gt,0.11,60 -66406,sell_mtf_cross_all_tf,sell,2025-09-08 23:00:00,1809.0,9.0074,1,leg_gt,0.11,60 -66407,sell_mtf_cross_all_tf,sell,2025-09-08 23:27:00,1934.0,16.5466,1,leg_gt,0.13,60 -66408,sell_mtf_cross_all_tf,sell,2025-09-08 23:36:00,1970.0,18.7179,1,leg_gt,0.14,60 -66409,sell_mtf_cross_all_tf,sell,2025-09-08 23:39:00,2000.0,20.5273,1,leg_gt,0.14,60 -66410,sell_mtf_cross_all_tf,sell,2025-09-08 23:45:00,2037.0,22.7589,1,leg_gt,0.15,60 -66411,sell_mtf_cross_all_tf,sell,2025-09-08 23:48:00,2024.0,21.9748,1,leg_gt,0.15,60 -66412,sell_mtf_cross_all_tf,sell,2025-09-08 23:51:00,2020.0,21.7335,1,leg_gt,0.15,60 -66413,sell_mtf_cross_all_tf,sell,2025-09-08 23:54:00,2034.0,22.5779,1,leg_gt,0.15,60 -66414,sell_mtf_cross_all_tf,sell,2025-09-08 23:57:00,2026.0,22.0954,1,leg_gt,0.15,60 -66415,sell_mtf_cross_all_tf,sell,2025-09-09 00:00:00,2073.0,24.9302,1,leg_gt,0.16,60 -66416,sell_mtf_cross_all_tf,sell,2025-09-09 00:12:00,2105.0,26.8602,1,leg_gt,0.16,60 -66417,sell_mtf_cross_all_tf,sell,2025-09-09 00:15:00,2135.0,28.6696,1,leg_gt,0.17,60 -66418,sell_mtf_cross_all_tf,sell,2025-09-09 00:18:00,2110.0,27.1618,1,leg_gt,0.17,60 -66419,sell_mtf_cross_all_tf,sell,2025-09-09 00:30:00,2127.0,28.1871,1,leg_gt,0.18,60 -66420,sell_mtf_cross_all_tf,sell,2025-09-09 06:45:00,2127.0,6.7844,1,leg_gt,0.15,60 -66421,sell_mtf_cross_all_tf,sell,2025-09-09 06:48:00,2136.0,7.2367,1,leg_gt,0.15,60 -66422,sell_mtf_cross_all_tf,sell,2025-09-09 06:51:00,2130.0,6.9352,1,leg_gt,0.15,60 -66423,sell_mtf_cross_all_tf,sell,2025-09-09 06:54:00,2139.0,7.3874,1,leg_gt,0.16,60 -66424,sell_mtf_cross_all_tf,sell,2025-09-09 06:57:00,2143.0,7.5884,1,leg_gt,0.16,60 -66425,sell_mtf_cross_all_tf,sell,2025-09-09 07:00:00,2145.0,7.6889,1,leg_gt,0.16,60 -66426,sell_mtf_cross_all_tf,sell,2025-09-09 07:03:00,2144.0,7.6387,1,leg_gt,0.16,60 -66427,sell_mtf_cross_all_tf,sell,2025-09-09 07:06:00,2147.0,7.7894,1,leg_gt,0.16,60 -66428,sell_mtf_cross_all_tf,sell,2025-09-09 07:09:00,2146.0,7.7392,1,leg_gt,0.17,60 -66429,sell_mtf_cross_all_tf,sell,2025-09-09 08:57:00,2182.0,9.5482,1,leg_gt,0.24,60 -66430,sell_mtf_cross_all_tf,sell,2025-09-09 09:30:00,2494.0,25.2266,1,leg_gt,0.26,60 -66431,sell_mtf_cross_all_tf,sell,2025-09-09 09:33:00,2445.0,22.7643,1,leg_gt,0.27,60 -66432,sell_mtf_cross_all_tf,sell,2025-09-09 09:36:00,2439.0,22.4628,1,leg_gt,0.27,60 -66433,sell_mtf_cross_all_tf,sell,2025-09-09 12:51:00,2541.0,8.7689,1,leg_gt,0.05,60 -66434,sell_mtf_cross_all_tf,sell,2025-09-09 12:54:00,2552.0,9.2402,1,leg_gt,0.05,60 -66435,sell_mtf_cross_all_tf,sell,2025-09-09 13:03:00,2591.0,10.9111,1,leg_gt,0.05,60 -66436,sell_mtf_cross_all_tf,sell,2025-09-09 13:06:00,2601.0,11.3396,1,leg_gt,0.06,60 -66437,sell_mtf_cross_all_tf,sell,2025-09-09 13:09:00,2616.0,11.9823,1,leg_gt,0.06,60 -66438,sell_mtf_cross_all_tf,sell,2025-09-09 13:12:00,2591.0,10.9111,1,leg_gt,0.06,60 -66439,sell_mtf_cross_all_tf,sell,2025-09-09 16:21:00,2734.0,8.9112,1,leg_gt,0.1,60 -66440,sell_mtf_cross_all_tf,sell,2025-09-09 19:42:00,2940.0,11.9427,1,leg_gt,0.12,60 -66441,sell_mtf_cross_all_tf,sell,2025-09-09 19:45:00,2938.0,11.8665,1,leg_gt,0.12,60 -66442,sell_mtf_cross_all_tf,sell,2025-09-09 19:48:00,2917.0,11.0662,1,leg_gt,0.12,60 -66443,sell_mtf_cross_all_tf,sell,2025-09-10 08:21:00,2650.0,7.7551,1,leg_gt,0.08,60 -66444,sell_mtf_cross_all_tf,sell,2025-09-10 08:24:00,2653.0,7.8772,1,leg_gt,0.09,60 -66445,sell_mtf_cross_all_tf,sell,2025-09-10 08:27:00,2668.0,8.4877,1,leg_gt,0.09,60 -66446,sell_mtf_cross_all_tf,sell,2025-09-10 08:30:00,2666.0,8.4063,1,leg_gt,0.09,60 -66447,sell_mtf_cross_all_tf,sell,2025-09-10 08:33:00,2657.0,8.04,1,leg_gt,0.09,60 -66448,sell_mtf_cross_all_tf,sell,2025-09-10 08:45:00,2675.0,8.7726,1,leg_gt,0.1,60 -66449,sell_mtf_cross_all_tf,sell,2025-09-10 08:48:00,2688.0,9.3017,1,leg_gt,0.1,60 -66450,sell_mtf_cross_all_tf,sell,2025-09-10 08:51:00,2694.0,9.5459,1,leg_gt,0.1,60 -66451,sell_mtf_cross_all_tf,sell,2025-09-10 08:54:00,2703.0,9.9122,1,leg_gt,0.11,60 -66452,sell_mtf_cross_all_tf,sell,2025-09-10 08:57:00,2691.0,9.4238,1,leg_gt,0.11,60 -66453,sell_mtf_cross_all_tf,sell,2025-09-10 10:42:00,2844.0,10.0045,1,leg_gt,0.05,60 -66454,sell_mtf_cross_all_tf,sell,2025-09-10 10:45:00,2844.0,10.0045,1,leg_gt,0.06,60 -66455,sell_mtf_cross_all_tf,sell,2025-09-18 00:51:00,2112.0,2.4741,1,leg_gt,0.44,60 -66456,sell_mtf_cross_all_tf,sell,2025-09-18 01:45:00,2145.0,4.0768,1,leg_gt,0.48,60 -66457,sell_mtf_cross_all_tf,sell,2025-09-18 01:48:00,2143.0,3.9797,1,leg_gt,0.48,60 -66458,sell_mtf_cross_all_tf,sell,2025-09-18 01:51:00,2163.0,4.951,1,leg_gt,0.48,60 -66459,sell_mtf_cross_all_tf,sell,2025-09-18 02:00:00,2176.0,5.5824,1,leg_gt,0.49,60 -66460,sell_mtf_cross_all_tf,sell,2025-09-18 02:03:00,2157.0,4.6596,1,leg_gt,0.49,60 -66461,sell_mtf_cross_all_tf,sell,2025-09-18 04:15:00,2218.0,7.6222,1,leg_gt,0.58,60 -66462,sell_mtf_cross_all_tf,sell,2025-09-18 04:21:00,2218.0,7.6222,1,leg_gt,0.58,60 -66463,sell_mtf_cross_all_tf,sell,2025-09-18 04:24:00,2209.0,7.1851,1,leg_gt,0.59,60 -66464,sell_mtf_cross_all_tf,sell,2025-09-18 04:27:00,2208.0,7.1365,1,leg_gt,0.59,60 -66465,sell_mtf_cross_all_tf,sell,2025-09-18 07:15:00,2226.0,8.0107,1,leg_gt,0.7,60 -66466,sell_mtf_cross_all_tf,sell,2025-09-18 07:18:00,2220.0,7.7193,1,leg_gt,0.71,60 -66467,sell_mtf_cross_all_tf,sell,2025-09-18 07:21:00,2223.0,7.865,1,leg_gt,0.71,60 -66468,sell_mtf_cross_all_tf,sell,2025-09-18 07:24:00,2222.0,7.8165,1,leg_gt,0.71,60 -66469,sell_mtf_cross_all_tf,sell,2025-09-18 12:36:00,2240.0,8.6907,1,leg_gt,0.93,60 -66470,sell_mtf_cross_all_tf,sell,2025-09-27 02:36:00,1837.0,3.5097,1,leg_gt,0.27,60 -66471,sell_mtf_cross_all_tf,sell,2025-09-27 02:39:00,1839.0,3.6225,1,leg_gt,0.27,60 -66472,sell_mtf_cross_all_tf,sell,2025-09-27 02:42:00,1835.0,3.3969,1,leg_gt,0.28,60 -66473,sell_mtf_cross_all_tf,sell,2025-09-27 02:51:00,1839.0,3.6225,1,leg_gt,0.28,60 -66474,sell_mtf_cross_all_tf,sell,2025-09-27 02:54:00,1839.0,3.6225,1,leg_gt,0.28,60 -66475,sell_mtf_cross_all_tf,sell,2025-09-27 03:00:00,1839.0,3.6225,1,leg_gt,0.29,60 -66476,sell_mtf_cross_all_tf,sell,2025-09-27 03:03:00,1841.0,3.7353,1,leg_gt,0.29,60 -66477,sell_mtf_cross_all_tf,sell,2025-09-27 03:09:00,1839.0,3.6225,1,leg_gt,0.29,60 -66478,sell_mtf_cross_all_tf,sell,2025-09-27 05:27:00,1853.0,4.4121,1,leg_gt,0.39,60 -66479,sell_mtf_cross_all_tf,sell,2025-09-27 09:00:00,1853.0,4.4121,1,leg_gt,0.54,60 -66480,sell_mtf_cross_all_tf,sell,2025-09-27 09:03:00,1854.0,4.4685,1,leg_gt,0.54,60 -66481,sell_mtf_cross_all_tf,sell,2025-09-27 09:09:00,1853.0,4.4121,1,leg_gt,0.54,60 -66482,sell_mtf_cross_all_tf,sell,2025-09-27 11:57:00,1870.0,5.371,1,leg_gt,0.66,60 -66483,sell_mtf_cross_all_tf,sell,2025-09-27 12:00:00,1869.0,5.3146,1,leg_gt,0.66,60 -66484,sell_mtf_cross_all_tf,sell,2025-09-27 12:36:00,1884.0,6.1606,1,leg_gt,0.69,60 -66485,sell_mtf_cross_all_tf,sell,2025-09-27 12:39:00,1885.0,6.217,1,leg_gt,0.69,60 -66486,sell_mtf_cross_all_tf,sell,2025-09-27 13:21:00,1897.0,6.8938,1,leg_gt,0.72,60 -66487,sell_mtf_cross_all_tf,sell,2025-09-27 13:24:00,1899.0,7.0066,1,leg_gt,0.72,60 -66488,sell_mtf_cross_all_tf,sell,2025-09-27 15:00:00,1951.0,9.9395,1,leg_gt,0.79,60 -66489,sell_mtf_cross_all_tf,sell,2025-09-27 15:03:00,1957.0,10.2779,1,leg_gt,0.79,60 -66490,sell_mtf_cross_all_tf,sell,2025-09-29 00:51:00,1817.0,1.2951,1,leg_gt,0.24,60 -66491,sell_mtf_cross_all_tf,sell,2025-09-29 00:54:00,1817.0,1.2951,1,leg_gt,0.24,60 -66492,sell_mtf_cross_all_tf,sell,2025-09-29 01:00:00,1819.0,1.4067,1,leg_gt,0.25,60 -66493,sell_mtf_cross_all_tf,sell,2025-09-29 01:15:00,1823.0,1.6299,1,leg_gt,0.26,60 -66494,sell_mtf_cross_all_tf,sell,2025-09-29 02:18:00,1827.0,1.8531,1,leg_gt,0.3,60 -66495,sell_mtf_cross_all_tf,sell,2025-09-29 02:21:00,1828.0,1.9089,1,leg_gt,0.3,60 -66496,sell_mtf_cross_all_tf,sell,2025-09-29 02:24:00,1828.0,1.9089,1,leg_gt,0.31,60 -66497,sell_mtf_cross_all_tf,sell,2025-09-29 02:30:00,1826.0,1.7973,1,leg_gt,0.31,60 -66498,sell_mtf_cross_all_tf,sell,2025-09-29 02:33:00,1830.0,2.0205,1,leg_gt,0.31,60 -66499,sell_mtf_cross_all_tf,sell,2025-09-29 02:39:00,1833.0,2.1879,1,leg_gt,0.32,60 -66500,sell_mtf_cross_all_tf,sell,2025-09-29 02:51:00,1836.0,2.3554,1,leg_gt,0.32,60 -66501,sell_mtf_cross_all_tf,sell,2025-09-29 02:54:00,1834.0,2.2438,1,leg_gt,0.33,60 -66502,sell_mtf_cross_all_tf,sell,2025-09-29 03:00:00,1835.0,2.2996,1,leg_gt,0.33,60 -66503,sell_mtf_cross_all_tf,sell,2025-09-29 03:03:00,1836.0,2.3554,1,leg_gt,0.33,60 -66504,sell_mtf_cross_all_tf,sell,2025-09-29 03:06:00,1838.0,2.467,1,leg_gt,0.34,60 -66505,sell_mtf_cross_all_tf,sell,2025-09-29 03:12:00,1836.0,2.3554,1,leg_gt,0.34,60 -66506,sell_mtf_cross_all_tf,sell,2025-09-29 04:06:00,1854.0,3.3598,1,leg_gt,0.38,60 -66507,sell_mtf_cross_all_tf,sell,2025-09-29 05:30:00,1856.0,3.4714,1,leg_gt,0.44,60 -66508,sell_mtf_cross_all_tf,sell,2025-09-29 05:39:00,1862.0,3.8062,1,leg_gt,0.44,60 -66509,sell_mtf_cross_all_tf,sell,2025-09-29 06:15:00,1860.0,3.6946,1,leg_gt,0.47,60 -66510,sell_mtf_cross_all_tf,sell,2025-09-29 07:30:00,1873.0,4.4201,1,leg_gt,0.52,60 -66511,sell_mtf_cross_all_tf,sell,2025-09-29 07:33:00,1884.0,5.0339,1,leg_gt,0.52,60 -66512,sell_mtf_cross_all_tf,sell,2025-09-29 07:45:00,1887.0,5.2013,1,leg_gt,0.53,60 -66513,sell_mtf_cross_all_tf,sell,2025-10-02 00:45:00,1865.0,5.9865,1,leg_gt,0.88,60 -66514,sell_mtf_cross_all_tf,sell,2025-10-02 00:48:00,1866.0,6.0433,1,leg_gt,0.88,60 -66515,sell_mtf_cross_all_tf,sell,2025-10-02 01:00:00,1866.0,6.0433,1,leg_gt,0.89,60 -66516,sell_mtf_cross_all_tf,sell,2025-10-02 01:12:00,1865.0,5.9865,1,leg_gt,0.89,60 -66517,sell_mtf_cross_all_tf,sell,2025-10-02 01:15:00,1867.0,6.1002,1,leg_gt,0.9,60 -66518,sell_mtf_cross_all_tf,sell,2025-10-02 03:30:00,1871.0,6.3278,1,leg_gt,0.99,60 -66519,sell_mtf_cross_all_tf,sell,2025-10-02 03:33:00,1875.0,6.5553,1,leg_gt,0.99,60 -66520,sell_mtf_cross_all_tf,sell,2025-10-02 03:42:00,1876.0,6.6122,1,leg_gt,1.0,60 -66521,sell_mtf_cross_all_tf,sell,2025-10-02 03:45:00,1876.0,6.6122,1,leg_gt,1.0,60 -66522,sell_mtf_cross_all_tf,sell,2025-10-02 03:48:00,1877.0,6.6691,1,leg_gt,1.0,60 -66523,sell_mtf_cross_all_tf,sell,2025-10-02 03:51:00,1877.0,6.6691,1,leg_gt,1.0,60 -66524,sell_mtf_cross_all_tf,sell,2025-10-02 03:54:00,1876.0,6.6122,1,leg_gt,1.01,60 -66525,sell_mtf_cross_all_tf,sell,2025-10-02 09:00:00,1873.0,6.4415,1,leg_gt,1.22,60 -66526,sell_mtf_cross_all_tf,sell,2025-10-02 09:09:00,1876.0,6.6122,1,leg_gt,1.23,60 -66527,sell_mtf_cross_all_tf,sell,2025-10-02 09:12:00,1874.0,6.4984,1,leg_gt,1.23,60 -66528,sell_mtf_cross_all_tf,sell,2025-10-02 09:15:00,1876.0,6.6122,1,leg_gt,1.23,60 -66529,sell_mtf_cross_all_tf,sell,2025-10-02 09:18:00,1876.0,6.6122,1,leg_gt,1.23,60 -66530,sell_mtf_cross_all_tf,sell,2025-10-02 09:21:00,1878.0,6.7259,1,leg_gt,1.23,60 -66531,sell_mtf_cross_all_tf,sell,2025-10-02 11:06:00,1902.0,8.0911,1,leg_gt,1.31,60 -66532,sell_mtf_cross_all_tf,sell,2025-10-02 11:09:00,1899.0,7.9205,1,leg_gt,1.31,60 -66533,sell_mtf_cross_all_tf,sell,2025-10-02 11:12:00,1899.0,7.9205,1,leg_gt,1.31,60 -66534,sell_mtf_cross_all_tf,sell,2025-10-02 11:15:00,1901.0,8.0342,1,leg_gt,1.31,60 -66535,sell_mtf_cross_all_tf,sell,2025-10-02 11:18:00,1900.0,7.9774,1,leg_gt,1.31,60 -66536,sell_mtf_cross_all_tf,sell,2025-10-02 11:24:00,1899.0,7.9205,1,leg_gt,1.32,60 -66537,sell_mtf_cross_all_tf,sell,2025-10-02 11:27:00,1905.0,8.2618,1,leg_gt,1.32,60 -66538,sell_mtf_cross_all_tf,sell,2025-10-02 11:30:00,1908.0,8.4324,1,leg_gt,1.32,60 -66539,sell_mtf_cross_all_tf,sell,2025-10-02 11:33:00,1910.0,8.5462,1,leg_gt,1.32,60 -66540,sell_mtf_cross_all_tf,sell,2025-10-02 11:39:00,1915.0,8.8306,1,leg_gt,1.33,60 -66541,sell_mtf_cross_all_tf,sell,2025-10-02 11:42:00,1917.0,8.9444,1,leg_gt,1.33,60 -66542,sell_mtf_cross_all_tf,sell,2025-10-02 11:45:00,1918.0,9.0013,1,leg_gt,1.33,60 -66543,sell_mtf_cross_all_tf,sell,2025-10-02 11:48:00,1920.0,9.115,1,leg_gt,1.34,60 -66544,sell_mtf_cross_all_tf,sell,2025-10-02 11:51:00,1917.0,8.9444,1,leg_gt,1.34,60 -66545,sell_mtf_cross_all_tf,sell,2025-10-02 11:54:00,1914.0,8.7737,1,leg_gt,1.34,60 -66546,sell_mtf_cross_all_tf,sell,2025-10-02 12:00:00,1919.0,9.0581,1,leg_gt,1.34,60 -66547,sell_mtf_cross_all_tf,sell,2025-10-03 04:00:00,1910.0,3.1991,1,leg_gt,0.16,60 -66548,sell_mtf_cross_all_tf,sell,2025-10-03 04:03:00,1910.0,3.1991,1,leg_gt,0.17,60 -66549,sell_mtf_cross_all_tf,sell,2025-10-03 04:21:00,1918.0,3.6317,1,leg_gt,0.18,60 -66550,sell_mtf_cross_all_tf,sell,2025-10-03 04:30:00,1917.0,3.5777,1,leg_gt,0.19,60 -66551,sell_mtf_cross_all_tf,sell,2025-10-03 05:12:00,1922.0,3.8481,1,leg_gt,0.21,60 -66552,sell_mtf_cross_all_tf,sell,2025-10-03 05:15:00,1924.0,3.9562,1,leg_gt,0.22,60 -66553,sell_mtf_cross_all_tf,sell,2025-10-03 05:18:00,1924.0,3.9562,1,leg_gt,0.22,60 -66554,sell_mtf_cross_all_tf,sell,2025-10-03 05:30:00,1924.0,3.9562,1,leg_gt,0.23,60 -66555,sell_mtf_cross_all_tf,sell,2025-10-03 07:15:00,1928.0,4.1726,1,leg_gt,0.3,60 -66556,sell_mtf_cross_all_tf,sell,2025-10-03 13:30:00,1916.0,3.5236,1,leg_gt,0.56,60 -66557,sell_mtf_cross_all_tf,sell,2025-10-03 13:33:00,1914.0,3.4154,1,leg_gt,0.56,60 -66558,sell_mtf_cross_all_tf,sell,2025-10-03 14:06:00,1917.0,3.5777,1,leg_gt,0.59,60 -66559,sell_mtf_cross_all_tf,sell,2025-10-04 01:12:00,1927.0,2.8931,1,leg_gt,0.08,60 -66560,sell_mtf_cross_all_tf,sell,2025-10-04 01:15:00,1930.0,3.0534,1,leg_gt,0.08,60 -66561,sell_mtf_cross_all_tf,sell,2025-10-04 01:18:00,1921.0,2.5724,1,leg_gt,0.08,60 -66562,sell_mtf_cross_all_tf,sell,2025-10-04 01:24:00,1922.0,2.6258,1,leg_gt,0.09,60 -66563,sell_mtf_cross_all_tf,sell,2025-10-04 01:27:00,1928.0,2.9465,1,leg_gt,0.09,60 -66564,sell_mtf_cross_all_tf,sell,2025-10-04 01:30:00,1930.0,3.0534,1,leg_gt,0.09,60 -66565,sell_mtf_cross_all_tf,sell,2025-10-04 01:51:00,1958.0,4.5499,1,leg_gt,0.11,60 -66566,sell_mtf_cross_all_tf,sell,2025-10-04 01:54:00,1950.0,4.1223,1,leg_gt,0.11,60 -66567,sell_mtf_cross_all_tf,sell,2025-10-04 01:57:00,1955.0,4.3896,1,leg_gt,0.11,60 -66568,sell_mtf_cross_all_tf,sell,2025-10-10 09:57:00,1767.0,2.1569,1,leg_gt,0.43,60 -66569,sell_mtf_cross_all_tf,sell,2025-10-10 10:00:00,1769.0,2.2727,1,leg_gt,0.44,60 -66570,sell_mtf_cross_all_tf,sell,2025-10-10 10:03:00,1770.0,2.3306,1,leg_gt,0.44,60 -66571,sell_mtf_cross_all_tf,sell,2025-10-10 10:21:00,1786.0,3.2565,1,leg_gt,0.45,60 -66572,sell_mtf_cross_all_tf,sell,2025-10-10 10:24:00,1782.0,3.025,1,leg_gt,0.45,60 -66573,sell_mtf_cross_all_tf,sell,2025-10-10 10:30:00,1782.0,3.025,1,leg_gt,0.46,60 -66574,sell_mtf_cross_all_tf,sell,2025-10-10 10:33:00,1783.0,3.0829,1,leg_gt,0.46,60 -66575,sell_mtf_cross_all_tf,sell,2025-10-10 11:30:00,1799.0,4.0088,1,leg_gt,0.5,60 -66576,sell_mtf_cross_all_tf,sell,2025-10-10 11:33:00,1798.0,3.9509,1,leg_gt,0.5,60 -66577,sell_mtf_cross_all_tf,sell,2025-10-10 20:30:00,1818.0,1.6917,1,leg_gt,0.16,60 -66578,sell_mtf_cross_all_tf,sell,2025-10-10 20:33:00,1819.0,1.7477,1,leg_gt,0.16,60 -66579,sell_mtf_cross_all_tf,sell,2025-10-10 20:36:00,1820.0,1.8037,1,leg_gt,0.17,60 -66580,sell_mtf_cross_all_tf,sell,2025-10-10 21:06:00,1848.0,3.3714,1,leg_gt,0.19,60 -66581,sell_mtf_cross_all_tf,sell,2025-10-10 21:09:00,1857.0,3.8754,1,leg_gt,0.19,60 -66582,sell_mtf_cross_all_tf,sell,2025-10-10 21:12:00,1848.0,3.3714,1,leg_gt,0.19,60 -66583,sell_mtf_cross_all_tf,sell,2025-10-10 21:15:00,1848.0,3.3714,1,leg_gt,0.19,60 -66584,sell_mtf_cross_all_tf,sell,2025-10-10 21:18:00,1846.0,3.2595,1,leg_gt,0.2,60 -66585,sell_mtf_cross_all_tf,sell,2025-10-10 21:36:00,1853.0,3.6514,1,leg_gt,0.21,60 -66586,sell_mtf_cross_all_tf,sell,2025-10-10 21:45:00,1856.0,3.8194,1,leg_gt,0.21,60 -66587,sell_mtf_cross_all_tf,sell,2025-10-10 21:48:00,1856.0,3.8194,1,leg_gt,0.22,60 -66588,sell_mtf_cross_all_tf,sell,2025-10-10 22:15:00,1879.0,5.1072,1,leg_gt,0.24,60 -66589,sell_mtf_cross_all_tf,sell,2025-10-10 22:18:00,1877.0,4.9952,1,leg_gt,0.24,60 -66590,sell_mtf_cross_all_tf,sell,2025-10-10 22:21:00,1892.0,5.8351,1,leg_gt,0.24,60 -66591,sell_mtf_cross_all_tf,sell,2025-10-10 22:24:00,1891.0,5.7791,1,leg_gt,0.24,60 -66592,sell_mtf_cross_all_tf,sell,2025-10-10 22:27:00,1890.0,5.7231,1,leg_gt,0.24,60 -66593,sell_mtf_cross_all_tf,sell,2025-10-10 22:30:00,1885.0,5.4431,1,leg_gt,0.25,60 -66594,sell_mtf_cross_all_tf,sell,2025-10-10 22:33:00,1886.0,5.4991,1,leg_gt,0.25,60 -66595,sell_mtf_cross_all_tf,sell,2025-10-10 22:36:00,1891.0,5.7791,1,leg_gt,0.25,60 -66596,sell_mtf_cross_all_tf,sell,2025-10-19 05:36:00,1364.0,7.9824,1,leg_gt,1.51,60 -66597,sell_mtf_cross_all_tf,sell,2025-10-19 19:00:00,1347.0,1.7911,1,leg_gt,0.02,60 -66598,sell_mtf_cross_all_tf,sell,2025-10-19 19:03:00,1349.0,1.9424,1,leg_gt,0.02,60 -66599,sell_mtf_cross_all_tf,sell,2025-10-19 19:21:00,1351.0,2.0936,1,leg_gt,0.04,60 -66600,sell_mtf_cross_all_tf,sell,2025-10-19 19:24:00,1357.0,2.5475,1,leg_gt,0.04,60 -66601,sell_mtf_cross_all_tf,sell,2025-10-19 19:36:00,1361.0,2.8501,1,leg_gt,0.05,60 -66602,sell_mtf_cross_all_tf,sell,2025-10-19 19:39:00,1362.0,2.9257,1,leg_gt,0.05,60 -66603,sell_mtf_cross_all_tf,sell,2025-10-19 19:42:00,1365.0,3.1526,1,leg_gt,0.05,60 -66604,sell_mtf_cross_all_tf,sell,2025-10-19 19:45:00,1365.0,3.1526,1,leg_gt,0.05,60 -66605,sell_mtf_cross_all_tf,sell,2025-10-19 19:48:00,1362.0,2.9257,1,leg_gt,0.06,60 -66606,sell_mtf_cross_all_tf,sell,2025-10-19 20:06:00,1368.0,3.3796,1,leg_gt,0.07,60 -66607,sell_mtf_cross_all_tf,sell,2025-10-19 20:09:00,1372.0,3.6821,1,leg_gt,0.07,60 -66608,sell_mtf_cross_all_tf,sell,2025-10-19 20:21:00,1371.0,3.6065,1,leg_gt,0.08,60 -66609,sell_mtf_cross_all_tf,sell,2025-10-19 23:12:00,1382.0,4.4386,1,leg_gt,0.2,60 -66610,sell_mtf_cross_all_tf,sell,2025-10-19 23:30:00,1393.0,5.2707,1,leg_gt,0.21,60 -66611,sell_mtf_cross_all_tf,sell,2025-10-19 23:33:00,1394.0,5.3463,1,leg_gt,0.21,60 -66612,sell_mtf_cross_all_tf,sell,2025-10-19 23:36:00,1390.0,5.0437,1,leg_gt,0.21,60 -66613,sell_mtf_cross_all_tf,sell,2025-10-19 23:39:00,1390.0,5.0437,1,leg_gt,0.22,60 -66614,sell_mtf_cross_all_tf,sell,2025-10-19 23:45:00,1397.0,5.5732,1,leg_gt,0.22,60 -66615,sell_mtf_cross_all_tf,sell,2025-10-19 23:48:00,1397.0,5.5732,1,leg_gt,0.22,60 -66616,sell_mtf_cross_all_tf,sell,2025-10-19 23:51:00,1400.0,5.8002,1,leg_gt,0.22,60 -66617,sell_mtf_cross_all_tf,sell,2025-10-19 23:54:00,1403.0,6.0271,1,leg_gt,0.23,60 -66618,sell_mtf_cross_all_tf,sell,2025-10-19 23:57:00,1402.0,5.9514,1,leg_gt,0.23,60 -66619,sell_mtf_cross_all_tf,sell,2025-10-20 00:00:00,1403.0,6.0271,1,leg_gt,0.23,60 -66620,sell_mtf_cross_all_tf,sell,2025-10-20 00:03:00,1400.0,5.8002,1,leg_gt,0.23,60 -66621,sell_mtf_cross_all_tf,sell,2025-10-20 00:06:00,1399.0,5.7245,1,leg_gt,0.24,60 -66622,sell_mtf_cross_all_tf,sell,2025-10-20 00:12:00,1401.0,5.8758,1,leg_gt,0.24,60 -66623,sell_mtf_cross_all_tf,sell,2025-10-20 00:21:00,1401.0,5.8758,1,leg_gt,0.25,60 -66624,sell_mtf_cross_all_tf,sell,2025-10-20 13:12:00,1395.0,2.7761,1,leg_gt,0.15,60 -66625,sell_mtf_cross_all_tf,sell,2025-10-20 13:15:00,1400.0,3.1448,1,leg_gt,0.16,60 -66626,sell_mtf_cross_all_tf,sell,2025-10-20 13:18:00,1395.0,2.7761,1,leg_gt,0.16,60 -66627,sell_mtf_cross_all_tf,sell,2025-10-20 15:12:00,1403.0,3.3661,1,leg_gt,0.24,60 -66628,sell_mtf_cross_all_tf,sell,2025-10-20 15:42:00,1408.0,3.7348,1,leg_gt,0.26,60 -66629,sell_mtf_cross_all_tf,sell,2025-10-20 15:48:00,1408.0,3.7348,1,leg_gt,0.26,60 -66630,sell_mtf_cross_all_tf,sell,2025-10-20 15:51:00,1406.0,3.5873,1,leg_gt,0.26,60 -66631,sell_mtf_cross_all_tf,sell,2025-10-20 15:54:00,1407.0,3.6611,1,leg_gt,0.27,60 -66632,sell_mtf_cross_all_tf,sell,2025-10-20 15:57:00,1409.0,3.8086,1,leg_gt,0.27,60 -66633,sell_mtf_cross_all_tf,sell,2025-10-20 23:00:00,1407.0,3.6611,1,leg_gt,0.56,60 -66634,sell_mtf_cross_all_tf,sell,2025-10-20 23:06:00,1403.0,3.3661,1,leg_gt,0.57,60 -66635,sell_mtf_cross_all_tf,sell,2025-10-21 20:06:00,1343.0,0.9534,1,leg_gt,0.26,60 -66636,sell_mtf_cross_all_tf,sell,2025-10-21 20:09:00,1342.0,0.8782,1,leg_gt,0.27,60 -66637,sell_mtf_cross_all_tf,sell,2025-10-21 20:15:00,1343.0,0.9534,1,leg_gt,0.27,60 -66638,sell_mtf_cross_all_tf,sell,2025-10-21 20:18:00,1346.0,1.1792,1,leg_gt,0.27,60 -66639,sell_mtf_cross_all_tf,sell,2025-10-21 20:30:00,1348.0,1.3296,1,leg_gt,0.28,60 -66640,sell_mtf_cross_all_tf,sell,2025-10-21 20:36:00,1347.0,1.2544,1,leg_gt,0.29,60 -66641,sell_mtf_cross_all_tf,sell,2025-10-21 20:39:00,1347.0,1.2544,1,leg_gt,0.29,60 -66642,sell_mtf_cross_all_tf,sell,2025-10-21 20:42:00,1348.0,1.3296,1,leg_gt,0.29,60 -66643,sell_mtf_cross_all_tf,sell,2025-10-21 21:30:00,1355.0,1.8564,1,leg_gt,0.32,60 -66644,sell_mtf_cross_all_tf,sell,2025-10-21 21:33:00,1356.0,1.9316,1,leg_gt,0.32,60 -66645,sell_mtf_cross_all_tf,sell,2025-10-21 21:36:00,1353.0,1.7059,1,leg_gt,0.33,60 -66646,sell_mtf_cross_all_tf,sell,2025-10-21 21:39:00,1356.0,1.9316,1,leg_gt,0.33,60 -66647,sell_mtf_cross_all_tf,sell,2025-10-21 21:42:00,1359.0,2.1573,1,leg_gt,0.33,60 -66648,sell_mtf_cross_all_tf,sell,2025-10-21 21:45:00,1358.0,2.0821,1,leg_gt,0.33,60 -66649,sell_mtf_cross_all_tf,sell,2025-10-21 21:48:00,1357.0,2.0068,1,leg_gt,0.34,60 -66650,sell_mtf_cross_all_tf,sell,2025-10-21 23:36:00,1385.0,4.1137,1,leg_gt,0.41,60 -66651,sell_mtf_cross_all_tf,sell,2025-10-21 23:39:00,1385.0,4.1137,1,leg_gt,0.41,60 -66652,sell_mtf_cross_all_tf,sell,2025-10-21 23:42:00,1386.0,4.1889,1,leg_gt,0.41,60 -66653,sell_mtf_cross_all_tf,sell,2025-10-21 23:48:00,1386.0,4.1889,1,leg_gt,0.42,60 -66654,sell_mtf_cross_all_tf,sell,2025-10-21 23:51:00,1395.0,4.8661,1,leg_gt,0.42,60 -66655,sell_mtf_cross_all_tf,sell,2025-10-21 23:54:00,1400.0,5.2424,1,leg_gt,0.42,60 -66656,sell_mtf_cross_all_tf,sell,2025-10-26 00:06:00,1313.0,0.8224,1,leg_gt,0.34,60 -66657,sell_mtf_cross_all_tf,sell,2025-10-26 01:06:00,1315.0,0.9761,1,leg_gt,0.38,60 -66658,sell_mtf_cross_all_tf,sell,2025-10-26 01:30:00,1317.0,1.1298,1,leg_gt,0.4,60 -66659,sell_mtf_cross_all_tf,sell,2025-10-26 01:33:00,1319.0,1.2836,1,leg_gt,0.4,60 -66660,sell_mtf_cross_all_tf,sell,2025-10-26 01:36:00,1319.0,1.2836,1,leg_gt,0.4,60 -66661,sell_mtf_cross_all_tf,sell,2025-10-26 02:21:00,1322.0,1.5141,1,leg_gt,0.43,60 -66662,sell_mtf_cross_all_tf,sell,2025-10-26 03:45:00,1328.0,1.9753,1,leg_gt,0.49,60 -66663,sell_mtf_cross_all_tf,sell,2025-10-26 03:48:00,1326.0,1.8216,1,leg_gt,0.49,60 -66664,sell_mtf_cross_all_tf,sell,2025-10-26 05:12:00,1329.0,2.0522,1,leg_gt,0.55,60 -66665,sell_mtf_cross_all_tf,sell,2025-10-26 05:15:00,1329.0,2.0522,1,leg_gt,0.55,60 -66666,sell_mtf_cross_all_tf,sell,2025-10-26 05:18:00,1329.0,2.0522,1,leg_gt,0.55,60 -66667,sell_mtf_cross_all_tf,sell,2025-10-26 05:21:00,1329.0,2.0522,1,leg_gt,0.56,60 -66668,sell_mtf_cross_all_tf,sell,2025-10-26 05:42:00,1333.0,2.3596,1,leg_gt,0.57,60 -66669,sell_mtf_cross_all_tf,sell,2025-10-26 05:45:00,1334.0,2.4365,1,leg_gt,0.57,60 -66670,sell_mtf_cross_all_tf,sell,2025-10-26 05:48:00,1335.0,2.5134,1,leg_gt,0.57,60 -66671,sell_mtf_cross_all_tf,sell,2025-10-26 05:57:00,1338.0,2.744,1,leg_gt,0.58,60 -66672,sell_mtf_cross_all_tf,sell,2025-10-26 06:00:00,1335.0,2.5134,1,leg_gt,0.58,60 -66673,sell_mtf_cross_all_tf,sell,2025-10-26 06:12:00,1336.0,2.5902,1,leg_gt,0.59,60 -66674,sell_mtf_cross_all_tf,sell,2025-10-26 08:00:00,1336.0,2.5902,1,leg_gt,0.67,60 -66675,sell_mtf_cross_all_tf,sell,2025-10-26 08:03:00,1334.0,2.4365,1,leg_gt,0.67,60 -66676,sell_mtf_cross_all_tf,sell,2025-10-26 08:06:00,1337.0,2.6671,1,leg_gt,0.67,60 -66677,sell_mtf_cross_all_tf,sell,2025-10-26 08:09:00,1336.0,2.5902,1,leg_gt,0.67,60 -66678,sell_mtf_cross_all_tf,sell,2025-10-26 08:12:00,1337.0,2.6671,1,leg_gt,0.68,60 -66679,sell_mtf_cross_all_tf,sell,2025-10-26 08:15:00,1336.0,2.5902,1,leg_gt,0.68,60 -66680,sell_mtf_cross_all_tf,sell,2025-10-26 15:06:00,1332.0,2.2828,1,leg_gt,0.96,60 -66681,sell_mtf_cross_all_tf,sell,2025-10-26 15:09:00,1331.0,2.2059,1,leg_gt,0.96,60 -66682,sell_mtf_cross_all_tf,sell,2025-10-26 15:21:00,1333.0,2.3596,1,leg_gt,0.97,60 -66683,sell_mtf_cross_all_tf,sell,2025-10-26 15:24:00,1335.0,2.5134,1,leg_gt,0.98,60 -66684,sell_mtf_cross_all_tf,sell,2025-10-26 15:45:00,1336.0,2.5902,1,leg_gt,0.99,60 -66685,sell_mtf_cross_all_tf,sell,2025-10-26 15:51:00,1337.0,2.6671,1,leg_gt,0.99,60 -66686,sell_mtf_cross_all_tf,sell,2025-10-26 17:15:00,1338.0,2.744,1,leg_gt,1.05,60 -66687,sell_mtf_cross_all_tf,sell,2025-10-26 18:06:00,1347.0,3.4357,1,leg_gt,1.09,60 -66688,sell_mtf_cross_all_tf,sell,2025-10-26 18:09:00,1346.0,3.3589,1,leg_gt,1.09,60 -66689,sell_mtf_cross_all_tf,sell,2025-10-26 18:36:00,1359.0,4.3581,1,leg_gt,1.11,60 -66690,sell_mtf_cross_all_tf,sell,2025-10-26 19:00:00,1361.0,4.5118,1,leg_gt,1.12,60 -66691,sell_mtf_cross_all_tf,sell,2025-10-26 19:15:00,1363.0,4.6656,1,leg_gt,1.14,60 -66692,sell_mtf_cross_all_tf,sell,2025-10-26 21:12:00,1391.0,6.8178,1,leg_gt,1.22,60 -66693,sell_mtf_cross_all_tf,sell,2025-10-26 21:15:00,1392.0,6.8946,1,leg_gt,1.22,60 -66694,sell_mtf_cross_all_tf,sell,2025-10-26 21:18:00,1400.0,7.5095,1,leg_gt,1.22,60 -66695,sell_mtf_cross_all_tf,sell,2025-10-26 21:21:00,1391.0,6.8178,1,leg_gt,1.22,60 -66696,sell_mtf_cross_all_tf,sell,2025-10-27 01:51:00,1402.0,7.6633,1,leg_gt,1.41,60 -66697,sell_mtf_cross_all_tf,sell,2025-10-27 01:54:00,1399.0,7.4327,1,leg_gt,1.41,60 -66698,sell_mtf_cross_all_tf,sell,2025-10-27 01:57:00,1398.0,7.3558,1,leg_gt,1.41,60 -66699,sell_mtf_cross_all_tf,sell,2025-10-27 03:21:00,1403.0,7.7401,1,leg_gt,1.47,60 -66700,sell_mtf_cross_all_tf,sell,2025-10-27 03:24:00,1402.0,7.6633,1,leg_gt,1.48,60 -66701,sell_mtf_cross_all_tf,sell,2025-10-27 04:03:00,1408.0,8.1244,1,leg_gt,1.5,60 -66702,sell_mtf_cross_all_tf,sell,2025-10-27 07:21:00,1412.0,8.4319,1,leg_gt,1.64,60 -66703,sell_mtf_cross_all_tf,sell,2025-10-27 07:24:00,1410.0,8.2782,1,leg_gt,1.64,60 -66704,sell_mtf_cross_all_tf,sell,2025-10-27 07:27:00,1412.0,8.4319,1,leg_gt,1.64,60 -66705,sell_mtf_cross_all_tf,sell,2025-10-27 07:30:00,1413.0,8.5088,1,leg_gt,1.65,60 -66706,sell_mtf_cross_all_tf,sell,2025-10-27 07:45:00,1413.0,8.5088,1,leg_gt,1.66,60 -66707,sell_mtf_cross_all_tf,sell,2025-10-27 07:48:00,1416.0,8.7394,1,leg_gt,1.66,60 -66708,sell_mtf_cross_all_tf,sell,2025-10-27 07:51:00,1416.0,8.7394,1,leg_gt,1.66,60 -66709,sell_mtf_cross_all_tf,sell,2025-11-02 01:12:00,1308.0,3.2175,1,leg_gt,0.28,60 -66710,sell_mtf_cross_all_tf,sell,2025-11-02 03:51:00,1313.0,3.6125,1,leg_gt,0.39,60 -66711,sell_mtf_cross_all_tf,sell,2025-11-08 00:06:00,1139.0,5.9521,1,leg_gt,0.1,60 -66712,sell_mtf_cross_all_tf,sell,2025-11-08 00:09:00,1138.0,5.859,1,leg_gt,0.1,60 -66713,sell_mtf_cross_all_tf,sell,2025-11-08 00:27:00,1175.0,9.3041,1,leg_gt,0.11,60 -66714,sell_mtf_cross_all_tf,sell,2025-11-08 00:42:00,1181.0,9.8628,1,leg_gt,0.12,60 -66715,sell_mtf_cross_all_tf,sell,2025-11-08 00:45:00,1183.0,10.049,1,leg_gt,0.12,60 -66716,sell_mtf_cross_all_tf,sell,2025-11-08 00:48:00,1188.0,10.5145,1,leg_gt,0.12,60 -66717,sell_mtf_cross_all_tf,sell,2025-11-08 00:51:00,1191.0,10.7939,1,leg_gt,0.13,60 -66718,sell_mtf_cross_all_tf,sell,2025-11-08 00:54:00,1194.0,11.0732,1,leg_gt,0.13,60 -66719,sell_mtf_cross_all_tf,sell,2025-11-08 00:57:00,1194.0,11.0732,1,leg_gt,0.13,60 -66720,sell_mtf_cross_all_tf,sell,2025-11-08 01:00:00,1198.0,11.4456,1,leg_gt,0.13,60 -66721,sell_mtf_cross_all_tf,sell,2025-11-08 01:03:00,1205.0,12.0974,1,leg_gt,0.14,60 -66722,sell_mtf_cross_all_tf,sell,2025-11-08 01:06:00,1205.0,12.0974,1,leg_gt,0.14,60 -66723,sell_mtf_cross_all_tf,sell,2025-11-08 01:09:00,1195.0,11.1663,1,leg_gt,0.14,60 -66724,sell_mtf_cross_all_tf,sell,2025-11-08 01:12:00,1195.0,11.1663,1,leg_gt,0.14,60 -66725,sell_mtf_cross_all_tf,sell,2025-11-08 01:21:00,1210.0,12.5629,1,leg_gt,0.15,60 -66726,sell_mtf_cross_all_tf,sell,2025-11-08 01:27:00,1213.0,12.8423,1,leg_gt,0.15,60 -66727,sell_mtf_cross_all_tf,sell,2025-11-08 01:30:00,1216.0,13.1216,1,leg_gt,0.15,60 -66728,sell_mtf_cross_all_tf,sell,2025-11-08 01:33:00,1210.0,12.5629,1,leg_gt,0.16,60 -66729,sell_mtf_cross_all_tf,sell,2025-11-08 01:57:00,1213.0,12.8423,1,leg_gt,0.17,60 -66730,sell_mtf_cross_all_tf,sell,2025-11-08 02:51:00,1265.0,17.684,1,leg_gt,0.21,60 -66731,sell_mtf_cross_all_tf,sell,2025-11-08 02:54:00,1258.0,17.0322,1,leg_gt,0.21,60 -66732,sell_mtf_cross_all_tf,sell,2025-11-08 02:57:00,1262.0,17.4047,1,leg_gt,0.21,60 -66733,sell_mtf_cross_all_tf,sell,2025-11-08 03:00:00,1266.0,17.7771,1,leg_gt,0.22,60 -66734,sell_mtf_cross_all_tf,sell,2025-11-08 03:03:00,1272.0,18.3358,1,leg_gt,0.22,60 -66735,sell_mtf_cross_all_tf,sell,2025-11-08 03:06:00,1272.0,18.3358,1,leg_gt,0.22,60 -66736,sell_mtf_cross_all_tf,sell,2025-11-08 03:09:00,1276.0,18.7082,1,leg_gt,0.22,60 -66737,sell_mtf_cross_all_tf,sell,2025-11-08 03:12:00,1273.0,18.4289,1,leg_gt,0.22,60 -66738,sell_mtf_cross_all_tf,sell,2025-11-08 03:15:00,1276.0,18.7082,1,leg_gt,0.23,60 -66739,sell_mtf_cross_all_tf,sell,2025-11-08 03:18:00,1272.0,18.3358,1,leg_gt,0.23,60 -66740,sell_mtf_cross_all_tf,sell,2025-11-08 03:30:00,1281.0,19.1737,1,leg_gt,0.24,60 -66741,sell_mtf_cross_all_tf,sell,2025-11-08 03:33:00,1276.0,18.7082,1,leg_gt,0.24,60 -66742,sell_mtf_cross_all_tf,sell,2025-11-09 20:21:00,1196.0,2.5609,1,leg_gt,0.33,60 -66743,sell_mtf_cross_all_tf,sell,2025-11-09 20:24:00,1191.0,2.1318,1,leg_gt,0.33,60 -66744,sell_mtf_cross_all_tf,sell,2025-11-09 20:27:00,1194.0,2.3893,1,leg_gt,0.34,60 -66745,sell_mtf_cross_all_tf,sell,2025-11-09 20:30:00,1193.0,2.3034,1,leg_gt,0.34,60 -66746,sell_mtf_cross_all_tf,sell,2025-11-09 22:42:00,1200.0,2.9043,1,leg_gt,0.43,60 -66747,sell_mtf_cross_all_tf,sell,2025-11-09 23:42:00,1220.0,4.621,1,leg_gt,0.47,60 -66748,sell_mtf_cross_all_tf,sell,2025-11-09 23:45:00,1215.0,4.1918,1,leg_gt,0.47,60 -66749,sell_mtf_cross_all_tf,sell,2025-11-10 00:21:00,1221.0,4.7069,1,leg_gt,0.5,60 -66750,sell_mtf_cross_all_tf,sell,2025-11-10 05:03:00,1223.0,4.8785,1,leg_gt,0.69,60 -66751,sell_mtf_cross_all_tf,sell,2025-11-10 05:06:00,1221.0,4.7069,1,leg_gt,0.7,60 -66752,sell_mtf_cross_all_tf,sell,2025-11-10 09:30:00,1220.0,4.621,1,leg_gt,0.88,60 -66753,sell_mtf_cross_all_tf,sell,2025-11-10 09:33:00,1222.0,4.7927,1,leg_gt,0.88,60 -66754,sell_mtf_cross_all_tf,sell,2025-11-10 10:00:00,1231.0,5.5652,1,leg_gt,0.9,60 -66755,sell_mtf_cross_all_tf,sell,2025-11-10 10:03:00,1235.0,5.9086,1,leg_gt,0.9,60 -66756,sell_mtf_cross_all_tf,sell,2025-11-10 10:06:00,1232.0,5.6511,1,leg_gt,0.9,60 -66757,sell_mtf_cross_all_tf,sell,2025-11-10 14:12:00,1238.0,6.1661,1,leg_gt,1.08,60 -66758,sell_mtf_cross_all_tf,sell,2025-11-10 14:15:00,1239.0,6.2519,1,leg_gt,1.08,60 -66759,sell_mtf_cross_all_tf,sell,2025-11-10 18:45:00,1249.0,7.1103,1,leg_gt,1.26,60 -66760,sell_mtf_cross_all_tf,sell,2025-11-10 18:48:00,1251.0,7.282,1,leg_gt,1.27,60 -66761,sell_mtf_cross_all_tf,sell,2025-11-10 18:51:00,1252.0,7.3678,1,leg_gt,1.27,60 -66762,sell_mtf_cross_all_tf,sell,2025-11-10 18:54:00,1255.0,7.6253,1,leg_gt,1.27,60 -66763,sell_mtf_cross_all_tf,sell,2025-11-10 18:57:00,1252.0,7.3678,1,leg_gt,1.27,60 -66764,sell_mtf_cross_all_tf,sell,2025-11-10 19:00:00,1250.0,7.1961,1,leg_gt,1.27,60 -66765,sell_mtf_cross_all_tf,sell,2025-11-10 19:03:00,1250.0,7.1961,1,leg_gt,1.28,60 -66766,sell_mtf_cross_all_tf,sell,2025-11-11 08:00:00,1239.0,3.064,1,leg_gt,0.25,60 -66767,sell_mtf_cross_all_tf,sell,2025-11-11 08:03:00,1235.0,2.731,1,leg_gt,0.25,60 -66768,sell_mtf_cross_all_tf,sell,2025-11-11 08:15:00,1237.0,2.8975,1,leg_gt,0.26,60 -66769,sell_mtf_cross_all_tf,sell,2025-11-11 11:45:00,1244.0,3.4803,1,leg_gt,0.41,60 -66770,sell_mtf_cross_all_tf,sell,2025-11-11 11:48:00,1242.0,3.3138,1,leg_gt,0.41,60 -66771,sell_mtf_cross_all_tf,sell,2025-11-20 08:21:00,997.0,4.8474,1,leg_gt,0.16,60 -66772,sell_mtf_cross_all_tf,sell,2025-11-20 08:24:00,998.0,4.9526,1,leg_gt,0.17,60 -66773,sell_mtf_cross_all_tf,sell,2025-11-20 08:27:00,997.0,4.8474,1,leg_gt,0.17,60 -66774,sell_mtf_cross_all_tf,sell,2025-11-20 08:30:00,996.0,4.7421,1,leg_gt,0.17,60 -66775,sell_mtf_cross_all_tf,sell,2025-11-20 08:33:00,995.0,4.6368,1,leg_gt,0.17,60 -66776,sell_mtf_cross_all_tf,sell,2025-11-20 09:36:00,1002.0,5.3737,1,leg_gt,0.22,60 -66777,sell_mtf_cross_all_tf,sell,2025-11-20 09:39:00,1001.0,5.2684,1,leg_gt,0.22,60 -66778,sell_mtf_cross_all_tf,sell,2025-11-20 09:42:00,1000.0,5.1632,1,leg_gt,0.22,60 -66779,sell_mtf_cross_all_tf,sell,2025-11-20 10:45:00,1003.0,5.4789,1,leg_gt,0.26,60 -66780,sell_mtf_cross_all_tf,sell,2025-11-20 10:48:00,1002.0,5.3737,1,leg_gt,0.27,60 -66781,sell_mtf_cross_all_tf,sell,2025-11-20 11:00:00,1005.0,5.6895,1,leg_gt,0.28,60 -66782,sell_mtf_cross_all_tf,sell,2025-11-20 11:03:00,1005.0,5.6895,1,leg_gt,0.28,60 -66783,sell_mtf_cross_all_tf,sell,2025-11-20 11:15:00,1007.0,5.9,1,leg_gt,0.29,60 -66784,sell_mtf_cross_all_tf,sell,2025-11-20 11:18:00,1007.0,5.9,1,leg_gt,0.29,60 -66785,sell_mtf_cross_all_tf,sell,2025-11-20 11:21:00,1006.0,5.7947,1,leg_gt,0.29,60 -66786,sell_mtf_cross_all_tf,sell,2025-11-20 11:24:00,1006.0,5.7947,1,leg_gt,0.29,60 -66787,sell_mtf_cross_all_tf,sell,2025-11-20 11:27:00,1007.0,5.9,1,leg_gt,0.29,60 -66788,sell_mtf_cross_all_tf,sell,2025-11-20 11:30:00,1007.0,5.9,1,leg_gt,0.3,60 -66789,sell_mtf_cross_all_tf,sell,2025-11-20 11:33:00,1007.0,5.9,1,leg_gt,0.3,60 -66790,sell_mtf_cross_all_tf,sell,2025-11-20 11:36:00,1008.0,6.0053,1,leg_gt,0.3,60 -66791,sell_mtf_cross_all_tf,sell,2025-11-20 11:42:00,1007.0,5.9,1,leg_gt,0.3,60 -66792,sell_mtf_cross_all_tf,sell,2025-11-20 14:12:00,1007.0,5.9,1,leg_gt,0.41,60 -66793,sell_mtf_cross_all_tf,sell,2025-11-20 14:51:00,1010.0,6.2158,1,leg_gt,0.44,60 -66794,sell_mtf_cross_all_tf,sell,2025-11-20 15:15:00,1011.0,6.3211,1,leg_gt,0.45,60 -66795,sell_mtf_cross_all_tf,sell,2025-11-20 15:30:00,1013.0,6.5316,1,leg_gt,0.46,60 -66796,sell_mtf_cross_all_tf,sell,2025-11-20 15:36:00,1013.0,6.5316,1,leg_gt,0.47,60 -66797,sell_mtf_cross_all_tf,sell,2025-11-20 17:00:00,1021.0,7.3737,1,leg_gt,0.52,60 -66798,sell_mtf_cross_all_tf,sell,2025-11-20 17:03:00,1023.0,7.5842,1,leg_gt,0.53,60 -66799,sell_mtf_cross_all_tf,sell,2025-11-20 17:06:00,1022.0,7.4789,1,leg_gt,0.53,60 -66800,sell_mtf_cross_all_tf,sell,2025-11-20 17:09:00,1022.0,7.4789,1,leg_gt,0.53,60 -66801,sell_mtf_cross_all_tf,sell,2025-11-20 17:12:00,1024.0,7.6895,1,leg_gt,0.53,60 -66802,sell_mtf_cross_all_tf,sell,2025-11-20 17:15:00,1024.0,7.6895,1,leg_gt,0.54,60 -66803,sell_mtf_cross_all_tf,sell,2025-11-20 17:18:00,1024.0,7.6895,1,leg_gt,0.54,60 -66804,sell_mtf_cross_all_tf,sell,2025-11-20 17:21:00,1026.0,7.9,1,leg_gt,0.54,60 -66805,sell_mtf_cross_all_tf,sell,2025-11-20 17:24:00,1023.0,7.5842,1,leg_gt,0.54,60 -66806,sell_mtf_cross_all_tf,sell,2025-11-20 17:30:00,1024.0,7.6895,1,leg_gt,0.55,60 -66807,sell_mtf_cross_all_tf,sell,2025-11-20 17:36:00,1026.0,7.9,1,leg_gt,0.55,60 -66808,sell_mtf_cross_all_tf,sell,2025-11-20 17:39:00,1025.0,7.7947,1,leg_gt,0.55,60 -66809,sell_mtf_cross_all_tf,sell,2025-11-20 18:06:00,1028.0,8.1105,1,leg_gt,0.57,60 -66810,sell_mtf_cross_all_tf,sell,2025-11-20 18:12:00,1028.0,8.1105,1,leg_gt,0.57,60 -66811,sell_mtf_cross_all_tf,sell,2025-11-20 18:27:00,1035.0,8.8474,1,leg_gt,0.59,60 -66812,sell_mtf_cross_all_tf,sell,2025-11-20 18:30:00,1034.0,8.7421,1,leg_gt,0.59,60 -66813,sell_mtf_cross_all_tf,sell,2025-11-20 21:00:00,1040.0,9.3737,1,leg_gt,0.69,60 -66814,sell_mtf_cross_all_tf,sell,2025-11-20 21:03:00,1039.0,9.2684,1,leg_gt,0.69,60 -66815,sell_mtf_cross_all_tf,sell,2025-11-20 21:06:00,1039.0,9.2684,1,leg_gt,0.7,60 -66816,sell_mtf_cross_all_tf,sell,2025-11-20 21:15:00,1044.0,9.7947,1,leg_gt,0.7,60 -66817,sell_mtf_cross_all_tf,sell,2025-11-20 21:18:00,1042.0,9.5842,1,leg_gt,0.7,60 -66818,sell_mtf_cross_all_tf,sell,2025-11-20 21:21:00,1043.0,9.6895,1,leg_gt,0.71,60 -66819,sell_mtf_cross_all_tf,sell,2025-11-20 21:24:00,1045.0,9.9,1,leg_gt,0.71,60 -66820,sell_mtf_cross_all_tf,sell,2025-11-20 21:27:00,1045.0,9.9,1,leg_gt,0.71,60 -66821,sell_mtf_cross_all_tf,sell,2025-11-20 21:30:00,1045.0,9.9,1,leg_gt,0.71,60 -66822,sell_mtf_cross_all_tf,sell,2025-11-20 21:36:00,1046.0,10.0053,1,leg_gt,0.72,60 -66823,sell_mtf_cross_all_tf,sell,2025-11-20 21:51:00,1049.0,10.3211,1,leg_gt,0.73,60 -66824,sell_mtf_cross_all_tf,sell,2025-11-20 22:12:00,1053.0,10.7421,1,leg_gt,0.74,60 -66825,sell_mtf_cross_all_tf,sell,2025-11-20 22:15:00,1058.0,11.2684,1,leg_gt,0.74,60 -66826,sell_mtf_cross_all_tf,sell,2025-11-20 22:18:00,1056.0,11.0579,1,leg_gt,0.75,60 -66827,sell_mtf_cross_all_tf,sell,2025-11-24 00:45:00,927.0,5.2409,1,leg_gt,1.42,60 -66828,sell_mtf_cross_all_tf,sell,2025-11-24 00:48:00,928.0,5.3545,1,leg_gt,1.42,60 -66829,sell_mtf_cross_all_tf,sell,2025-11-24 00:51:00,927.0,5.2409,1,leg_gt,1.42,60 -66830,sell_mtf_cross_all_tf,sell,2025-11-24 00:54:00,927.0,5.2409,1,leg_gt,1.43,60 -66831,sell_mtf_cross_all_tf,sell,2025-11-24 00:57:00,929.0,5.4682,1,leg_gt,1.43,60 -66832,sell_mtf_cross_all_tf,sell,2025-11-24 01:00:00,927.0,5.2409,1,leg_gt,1.43,60 -66833,sell_mtf_cross_all_tf,sell,2025-11-24 05:51:00,928.0,5.3545,1,leg_gt,1.63,60 -66834,sell_mtf_cross_all_tf,sell,2025-11-24 07:30:00,929.0,5.4682,1,leg_gt,1.7,60 -66835,sell_mtf_cross_all_tf,sell,2025-11-24 07:45:00,940.0,6.7182,1,leg_gt,1.71,60 -66836,sell_mtf_cross_all_tf,sell,2025-11-24 07:48:00,939.0,6.6045,1,leg_gt,1.71,60 -66837,sell_mtf_cross_all_tf,sell,2025-11-24 07:51:00,938.0,6.4909,1,leg_gt,1.72,60 -66838,sell_mtf_cross_all_tf,sell,2025-11-24 07:54:00,938.0,6.4909,1,leg_gt,1.72,60 -66839,sell_mtf_cross_all_tf,sell,2025-11-24 07:57:00,938.0,6.4909,1,leg_gt,1.72,60 -66840,sell_mtf_cross_all_tf,sell,2025-11-24 08:00:00,939.0,6.6045,1,leg_gt,1.72,60 -66841,sell_mtf_cross_all_tf,sell,2025-11-24 11:30:00,939.0,2.9735,1,leg_gt,0.09,60 -66842,sell_mtf_cross_all_tf,sell,2025-11-24 14:30:00,942.0,3.3029,1,leg_gt,0.22,60 -66843,sell_mtf_cross_all_tf,sell,2025-11-25 00:06:00,923.0,2.3417,1,leg_gt,0.03,60 -66844,sell_mtf_cross_all_tf,sell,2025-11-25 00:09:00,921.0,2.1198,1,leg_gt,0.03,60 -66845,sell_mtf_cross_all_tf,sell,2025-11-25 00:12:00,921.0,2.1198,1,leg_gt,0.03,60 -66846,sell_mtf_cross_all_tf,sell,2025-11-25 00:15:00,920.0,2.0088,1,leg_gt,0.03,60 -66847,sell_mtf_cross_all_tf,sell,2025-11-25 00:18:00,919.0,1.8978,1,leg_gt,0.04,60 -66848,sell_mtf_cross_all_tf,sell,2025-11-25 00:45:00,925.0,2.5637,1,leg_gt,0.05,60 -66849,sell_mtf_cross_all_tf,sell,2025-11-25 00:51:00,928.0,2.8967,1,leg_gt,0.06,60 -66850,sell_mtf_cross_all_tf,sell,2025-11-25 00:54:00,925.0,2.5637,1,leg_gt,0.06,60 -66851,sell_mtf_cross_all_tf,sell,2025-11-25 01:06:00,927.0,2.7857,1,leg_gt,0.07,60 -66852,sell_mtf_cross_all_tf,sell,2025-11-25 01:09:00,927.0,2.7857,1,leg_gt,0.07,60 -66853,sell_mtf_cross_all_tf,sell,2025-11-25 01:12:00,929.0,3.0077,1,leg_gt,0.07,60 -66854,sell_mtf_cross_all_tf,sell,2025-11-25 01:15:00,930.0,3.1186,1,leg_gt,0.08,60 -66855,sell_mtf_cross_all_tf,sell,2025-11-25 01:18:00,932.0,3.3406,1,leg_gt,0.08,60 -66856,sell_mtf_cross_all_tf,sell,2025-11-25 01:21:00,935.0,3.6736,1,leg_gt,0.08,60 -66857,sell_mtf_cross_all_tf,sell,2025-11-25 01:24:00,936.0,3.7846,1,leg_gt,0.08,60 -66858,sell_mtf_cross_all_tf,sell,2025-11-25 01:30:00,934.0,3.5626,1,leg_gt,0.09,60 -66859,sell_mtf_cross_all_tf,sell,2025-11-25 01:33:00,933.0,3.4516,1,leg_gt,0.09,60 -66860,sell_mtf_cross_all_tf,sell,2025-11-25 01:36:00,935.0,3.6736,1,leg_gt,0.09,60 -66861,sell_mtf_cross_all_tf,sell,2025-11-25 01:39:00,935.0,3.6736,1,leg_gt,0.09,60 -66862,sell_mtf_cross_all_tf,sell,2025-11-25 01:42:00,934.0,3.5626,1,leg_gt,0.09,60 -66863,sell_mtf_cross_all_tf,sell,2025-11-25 01:45:00,936.0,3.7846,1,leg_gt,0.1,60 -66864,sell_mtf_cross_all_tf,sell,2025-11-25 01:48:00,937.0,3.8956,1,leg_gt,0.1,60 -66865,sell_mtf_cross_all_tf,sell,2025-11-25 02:45:00,948.0,5.1164,1,leg_gt,0.14,60 -66866,sell_mtf_cross_all_tf,sell,2025-11-25 02:48:00,950.0,5.3384,1,leg_gt,0.14,60 -66867,sell_mtf_cross_all_tf,sell,2025-11-25 02:51:00,952.0,5.5604,1,leg_gt,0.14,60 -66868,sell_mtf_cross_all_tf,sell,2025-11-25 02:54:00,954.0,5.7824,1,leg_gt,0.14,60 -66869,sell_mtf_cross_all_tf,sell,2025-11-25 03:06:00,959.0,6.3373,1,leg_gt,0.15,60 -66870,sell_mtf_cross_all_tf,sell,2025-11-25 03:09:00,963.0,6.7812,1,leg_gt,0.15,60 -66871,sell_mtf_cross_all_tf,sell,2025-11-25 03:12:00,959.0,6.3373,1,leg_gt,0.16,60 -66872,sell_mtf_cross_all_tf,sell,2025-11-25 03:15:00,960.0,6.4483,1,leg_gt,0.16,60 -66873,sell_mtf_cross_all_tf,sell,2025-11-25 03:18:00,962.0,6.6703,1,leg_gt,0.16,60 -66874,sell_mtf_cross_all_tf,sell,2025-11-25 03:21:00,960.0,6.4483,1,leg_gt,0.16,60 -66875,sell_mtf_cross_all_tf,sell,2025-11-26 05:30:00,950.0,2.6027,1,leg_gt,0.24,60 -66876,sell_mtf_cross_all_tf,sell,2025-11-26 05:36:00,952.0,2.8189,1,leg_gt,0.24,60 -66877,sell_mtf_cross_all_tf,sell,2025-11-26 05:39:00,950.0,2.6027,1,leg_gt,0.24,60 -66878,sell_mtf_cross_all_tf,sell,2025-11-26 05:42:00,950.0,2.6027,1,leg_gt,0.25,60 -66879,sell_mtf_cross_all_tf,sell,2025-11-26 05:45:00,951.0,2.7108,1,leg_gt,0.25,60 -66880,sell_mtf_cross_all_tf,sell,2025-11-26 05:48:00,951.0,2.7108,1,leg_gt,0.25,60 -66881,sell_mtf_cross_all_tf,sell,2025-11-26 05:51:00,951.0,2.7108,1,leg_gt,0.25,60 -66882,sell_mtf_cross_all_tf,sell,2025-11-26 05:54:00,951.0,2.7108,1,leg_gt,0.25,60 -66883,sell_mtf_cross_all_tf,sell,2025-11-26 05:57:00,952.0,2.8189,1,leg_gt,0.26,60 -66884,sell_mtf_cross_all_tf,sell,2025-11-26 07:45:00,953.0,2.927,1,leg_gt,0.33,60 -66885,sell_mtf_cross_all_tf,sell,2025-11-26 07:48:00,951.0,2.7108,1,leg_gt,0.33,60 -66886,sell_mtf_cross_all_tf,sell,2025-11-26 08:06:00,955.0,3.1432,1,leg_gt,0.35,60 -66887,sell_mtf_cross_all_tf,sell,2025-11-26 08:09:00,958.0,3.4676,1,leg_gt,0.35,60 -66888,sell_mtf_cross_all_tf,sell,2025-11-26 08:21:00,964.0,4.1162,1,leg_gt,0.36,60 -66889,sell_mtf_cross_all_tf,sell,2025-11-26 08:24:00,960.0,3.6838,1,leg_gt,0.36,60 -66890,sell_mtf_cross_all_tf,sell,2025-11-26 08:27:00,960.0,3.6838,1,leg_gt,0.36,60 -66891,sell_mtf_cross_all_tf,sell,2025-11-26 08:30:00,960.0,3.6838,1,leg_gt,0.36,60 -66892,sell_mtf_cross_all_tf,sell,2025-11-26 08:33:00,961.0,3.7919,1,leg_gt,0.36,60 -66893,sell_mtf_cross_all_tf,sell,2025-11-27 01:51:00,943.0,1.8459,1,leg_gt,0.05,60 -66894,sell_mtf_cross_all_tf,sell,2025-11-27 02:00:00,944.0,1.9541,1,leg_gt,0.05,60 -66895,sell_mtf_cross_all_tf,sell,2025-11-27 02:57:00,968.0,4.5486,1,leg_gt,0.09,60 -66896,sell_mtf_cross_all_tf,sell,2025-11-27 03:00:00,969.0,4.6568,1,leg_gt,0.09,60 -66897,sell_mtf_cross_all_tf,sell,2025-11-27 03:03:00,969.0,4.6568,1,leg_gt,0.1,60 -66898,sell_mtf_cross_all_tf,sell,2025-11-27 03:06:00,968.0,4.5486,1,leg_gt,0.1,60 -66899,sell_mtf_cross_all_tf,sell,2025-11-27 03:09:00,972.0,4.9811,1,leg_gt,0.1,60 -66900,sell_mtf_cross_all_tf,sell,2025-11-27 03:12:00,970.0,4.7649,1,leg_gt,0.1,60 -66901,sell_mtf_cross_all_tf,sell,2025-11-27 03:15:00,973.0,5.0892,1,leg_gt,0.1,60 -66902,sell_mtf_cross_all_tf,sell,2025-11-27 03:18:00,974.0,5.1973,1,leg_gt,0.11,60 -66903,sell_mtf_cross_all_tf,sell,2025-11-27 03:21:00,973.0,5.0892,1,leg_gt,0.11,60 -66904,sell_mtf_cross_all_tf,sell,2025-11-27 03:24:00,975.0,5.3054,1,leg_gt,0.11,60 -66905,sell_mtf_cross_all_tf,sell,2025-11-27 03:33:00,978.0,5.6297,1,leg_gt,0.12,60 -66906,sell_mtf_cross_all_tf,sell,2025-11-27 03:36:00,978.0,5.6297,1,leg_gt,0.12,60 -66907,sell_mtf_cross_all_tf,sell,2025-11-27 04:00:00,981.0,5.9541,1,leg_gt,0.14,60 -66908,sell_mtf_cross_all_tf,sell,2025-11-27 04:03:00,978.0,5.6297,1,leg_gt,0.14,60 -66909,sell_mtf_cross_all_tf,sell,2025-11-27 08:00:00,978.0,5.6297,1,leg_gt,0.3,60 -66910,sell_mtf_cross_all_tf,sell,2025-11-27 08:03:00,977.0,5.5216,1,leg_gt,0.3,60 -66911,sell_mtf_cross_all_tf,sell,2025-11-27 08:09:00,979.0,5.7378,1,leg_gt,0.31,60 -66912,sell_mtf_cross_all_tf,sell,2025-11-27 08:21:00,979.0,5.7378,1,leg_gt,0.32,60 -66913,sell_mtf_cross_all_tf,sell,2025-11-27 08:24:00,981.0,5.9541,1,leg_gt,0.32,60 -66914,sell_mtf_cross_all_tf,sell,2025-11-27 08:27:00,980.0,5.8459,1,leg_gt,0.32,60 -66915,sell_mtf_cross_all_tf,sell,2025-11-27 09:00:00,981.0,5.9541,1,leg_gt,0.34,60 -66916,sell_mtf_cross_all_tf,sell,2025-11-27 11:15:00,986.0,6.4946,1,leg_gt,0.44,60 -66917,sell_mtf_cross_all_tf,sell,2025-11-27 11:18:00,986.0,6.4946,1,leg_gt,0.44,60 -66918,sell_mtf_cross_all_tf,sell,2025-11-27 11:24:00,987.0,6.6027,1,leg_gt,0.44,60 -66919,sell_mtf_cross_all_tf,sell,2025-11-27 11:27:00,989.0,6.8189,1,leg_gt,0.45,60 -66920,sell_mtf_cross_all_tf,sell,2025-11-27 11:36:00,988.0,6.7108,1,leg_gt,0.45,60 -66921,sell_mtf_cross_all_tf,sell,2025-11-27 11:39:00,988.0,6.7108,1,leg_gt,0.45,60 -66922,sell_mtf_cross_all_tf,sell,2025-11-27 11:45:00,989.0,6.8189,1,leg_gt,0.46,60 -66923,sell_mtf_cross_all_tf,sell,2025-11-27 23:39:00,976.0,5.4135,1,leg_gt,0.95,60 -66924,sell_mtf_cross_all_tf,sell,2025-11-27 23:45:00,977.0,5.5216,1,leg_gt,0.96,60 -66925,sell_mtf_cross_all_tf,sell,2025-11-27 23:48:00,977.0,5.5216,1,leg_gt,0.96,60 -66926,sell_mtf_cross_all_tf,sell,2025-11-27 23:51:00,977.0,5.5216,1,leg_gt,0.96,60 -66927,sell_mtf_cross_all_tf,sell,2025-11-28 00:00:00,979.0,5.7378,1,leg_gt,0.97,60 -66928,sell_mtf_cross_all_tf,sell,2025-11-28 00:03:00,978.0,5.6297,1,leg_gt,0.97,60 -66929,sell_mtf_cross_all_tf,sell,2025-11-28 00:06:00,979.0,5.7378,1,leg_gt,0.97,60 -66930,sell_mtf_cross_all_tf,sell,2025-11-28 00:45:00,979.0,5.7378,1,leg_gt,1.0,60 -66931,sell_mtf_cross_all_tf,sell,2025-11-28 00:48:00,980.0,5.8459,1,leg_gt,1.0,60 -66932,sell_mtf_cross_all_tf,sell,2025-11-28 01:00:00,983.0,6.1703,1,leg_gt,1.01,60 -66933,sell_mtf_cross_all_tf,sell,2025-11-28 01:03:00,985.0,6.3865,1,leg_gt,1.01,60 -66934,sell_mtf_cross_all_tf,sell,2025-11-28 01:06:00,982.0,6.0622,1,leg_gt,1.01,60 -66935,sell_mtf_cross_all_tf,sell,2025-11-28 01:09:00,982.0,6.0622,1,leg_gt,1.02,60 -66936,sell_mtf_cross_all_tf,sell,2025-11-28 01:21:00,986.0,6.4946,1,leg_gt,1.02,60 -66937,sell_mtf_cross_all_tf,sell,2025-11-28 01:24:00,986.0,6.4946,1,leg_gt,1.03,60 -66938,sell_mtf_cross_all_tf,sell,2025-11-28 01:27:00,986.0,6.4946,1,leg_gt,1.03,60 -66939,sell_mtf_cross_all_tf,sell,2025-11-28 01:30:00,987.0,6.6027,1,leg_gt,1.03,60 -66940,sell_mtf_cross_all_tf,sell,2025-11-28 01:33:00,989.0,6.8189,1,leg_gt,1.03,60 -66941,sell_mtf_cross_all_tf,sell,2025-11-28 01:36:00,990.0,6.927,1,leg_gt,1.04,60 -66942,sell_mtf_cross_all_tf,sell,2025-11-28 01:45:00,992.0,7.1432,1,leg_gt,1.04,60 -66943,sell_mtf_cross_all_tf,sell,2025-11-28 01:48:00,991.0,7.0351,1,leg_gt,1.04,60 -66944,sell_mtf_cross_all_tf,sell,2025-11-28 01:57:00,994.0,7.3595,1,leg_gt,1.05,60 -66945,sell_mtf_cross_all_tf,sell,2025-11-28 03:57:00,996.0,7.5757,1,leg_gt,1.13,60 -66946,sell_mtf_cross_all_tf,sell,2025-11-28 04:00:00,995.0,7.4676,1,leg_gt,1.14,60 -66947,sell_mtf_cross_all_tf,sell,2025-11-28 04:03:00,997.0,7.6838,1,leg_gt,1.14,60 -66948,sell_mtf_cross_all_tf,sell,2025-11-28 04:06:00,997.0,7.6838,1,leg_gt,1.14,60 -66949,sell_mtf_cross_all_tf,sell,2025-11-28 04:09:00,998.0,7.7919,1,leg_gt,1.14,60 -66950,sell_mtf_cross_all_tf,sell,2025-11-28 04:12:00,997.0,7.6838,1,leg_gt,1.14,60 -66951,sell_mtf_cross_all_tf,sell,2025-11-28 04:15:00,998.0,7.7919,1,leg_gt,1.15,60 -66952,sell_mtf_cross_all_tf,sell,2025-11-28 04:18:00,998.0,7.7919,1,leg_gt,1.15,60 -66953,sell_mtf_cross_all_tf,sell,2025-11-28 04:21:00,998.0,7.7919,1,leg_gt,1.15,60 -66954,sell_mtf_cross_all_tf,sell,2025-11-28 17:42:00,976.0,2.3134,1,leg_gt,0.26,60 -66955,sell_mtf_cross_all_tf,sell,2025-11-28 17:45:00,975.0,2.2085,1,leg_gt,0.26,60 -66956,sell_mtf_cross_all_tf,sell,2025-11-28 17:48:00,975.0,2.2085,1,leg_gt,0.26,60 -66957,sell_mtf_cross_all_tf,sell,2025-11-28 17:51:00,979.0,2.6282,1,leg_gt,0.27,60 -66958,sell_mtf_cross_all_tf,sell,2025-11-28 18:06:00,990.0,3.7825,1,leg_gt,0.28,60 -66959,sell_mtf_cross_all_tf,sell,2025-11-28 18:09:00,988.0,3.5726,1,leg_gt,0.28,60 -66960,sell_mtf_cross_all_tf,sell,2025-11-28 18:12:00,989.0,3.6775,1,leg_gt,0.28,60 -66961,sell_mtf_cross_all_tf,sell,2025-11-28 18:15:00,989.0,3.6775,1,leg_gt,0.28,60 -66962,sell_mtf_cross_all_tf,sell,2025-11-28 18:18:00,987.0,3.4677,1,leg_gt,0.29,60 -66963,sell_mtf_cross_all_tf,sell,2025-11-28 23:30:00,985.0,3.2578,1,leg_gt,0.5,60 -66964,sell_mtf_cross_all_tf,sell,2025-11-28 23:33:00,984.0,3.1529,1,leg_gt,0.5,60 -66965,sell_mtf_cross_all_tf,sell,2025-12-03 00:30:00,942.0,12.5794,1,leg_gt,0.92,60 -66966,sell_mtf_cross_all_tf,sell,2025-12-03 00:33:00,952.0,13.7756,1,leg_gt,0.92,60 -66967,sell_mtf_cross_all_tf,sell,2025-12-03 00:36:00,954.0,14.0148,1,leg_gt,0.92,60 -66968,sell_mtf_cross_all_tf,sell,2025-12-03 00:39:00,962.0,14.9718,1,leg_gt,0.92,60 -66969,sell_mtf_cross_all_tf,sell,2025-12-03 00:42:00,963.0,15.0914,1,leg_gt,0.92,60 -66970,sell_mtf_cross_all_tf,sell,2025-12-03 00:45:00,972.0,16.1679,1,leg_gt,0.93,60 -66971,sell_mtf_cross_all_tf,sell,2025-12-03 00:48:00,979.0,17.0053,1,leg_gt,0.93,60 -66972,sell_mtf_cross_all_tf,sell,2025-12-03 00:51:00,975.0,16.5268,1,leg_gt,0.93,60 -66973,sell_mtf_cross_all_tf,sell,2025-12-03 00:54:00,978.0,16.8856,1,leg_gt,0.93,60 -66974,sell_mtf_cross_all_tf,sell,2025-12-03 00:57:00,976.0,16.6464,1,leg_gt,0.94,60 -66975,sell_mtf_cross_all_tf,sell,2025-12-03 01:00:00,982.0,17.3641,1,leg_gt,0.94,60 -66976,sell_mtf_cross_all_tf,sell,2025-12-03 01:03:00,984.0,17.6033,1,leg_gt,0.94,60 -66977,sell_mtf_cross_all_tf,sell,2025-12-03 01:06:00,981.0,17.2445,1,leg_gt,0.94,60 -66978,sell_mtf_cross_all_tf,sell,2025-12-03 01:09:00,983.0,17.4837,1,leg_gt,0.94,60 -66979,sell_mtf_cross_all_tf,sell,2025-12-03 01:12:00,979.0,17.0053,1,leg_gt,0.95,60 -66980,sell_mtf_cross_all_tf,sell,2025-12-03 11:21:00,941.0,12.4598,1,leg_gt,1.37,60 -66981,sell_mtf_cross_all_tf,sell,2025-12-03 11:24:00,942.0,12.5794,1,leg_gt,1.37,60 -66982,sell_mtf_cross_all_tf,sell,2025-12-03 11:27:00,943.0,12.699,1,leg_gt,1.37,60 -66983,sell_mtf_cross_all_tf,sell,2025-12-03 11:30:00,944.0,12.8187,1,leg_gt,1.38,60 -66984,sell_mtf_cross_all_tf,sell,2025-12-03 11:33:00,942.0,12.5794,1,leg_gt,1.38,60 -66985,sell_mtf_cross_all_tf,sell,2025-12-03 12:30:00,945.0,12.9383,1,leg_gt,1.42,60 -66986,sell_mtf_cross_all_tf,sell,2025-12-03 14:15:00,952.0,13.7756,1,leg_gt,1.49,60 -66987,sell_mtf_cross_all_tf,sell,2025-12-03 14:18:00,951.0,13.656,1,leg_gt,1.49,60 -66988,sell_mtf_cross_all_tf,sell,2025-12-03 14:21:00,950.0,13.5364,1,leg_gt,1.49,60 -66989,sell_mtf_cross_all_tf,sell,2025-12-03 14:24:00,951.0,13.656,1,leg_gt,1.5,60 -66990,sell_mtf_cross_all_tf,sell,2025-12-03 14:30:00,951.0,13.656,1,leg_gt,1.5,60 -66991,sell_mtf_cross_all_tf,sell,2025-12-04 07:06:00,943.0,2.0668,1,leg_gt,0.34,60 -66992,sell_mtf_cross_all_tf,sell,2025-12-04 07:09:00,942.0,1.9585,1,leg_gt,0.34,60 -66993,sell_mtf_cross_all_tf,sell,2025-12-04 07:12:00,943.0,2.0668,1,leg_gt,0.34,60 -66994,sell_mtf_cross_all_tf,sell,2025-12-04 07:21:00,945.0,2.2835,1,leg_gt,0.35,60 -66995,sell_mtf_cross_all_tf,sell,2025-12-04 07:24:00,946.0,2.3919,1,leg_gt,0.35,60 -66996,sell_mtf_cross_all_tf,sell,2025-12-04 08:00:00,949.0,2.7169,1,leg_gt,0.37,60 -66997,sell_mtf_cross_all_tf,sell,2025-12-04 08:06:00,950.0,2.8252,1,leg_gt,0.38,60 -66998,sell_mtf_cross_all_tf,sell,2025-12-04 08:09:00,950.0,2.8252,1,leg_gt,0.38,60 -66999,sell_mtf_cross_all_tf,sell,2025-12-04 08:12:00,949.0,2.7169,1,leg_gt,0.38,60 -67000,sell_mtf_cross_all_tf,sell,2025-12-04 08:15:00,949.0,2.7169,1,leg_gt,0.38,60 -67001,sell_mtf_cross_all_tf,sell,2025-12-04 08:18:00,951.0,2.9336,1,leg_gt,0.39,60 -67002,sell_mtf_cross_all_tf,sell,2025-12-04 10:21:00,949.0,2.7169,1,leg_gt,0.47,60 -67003,sell_mtf_cross_all_tf,sell,2025-12-04 10:24:00,949.0,2.7169,1,leg_gt,0.47,60 -67004,sell_mtf_cross_all_tf,sell,2025-12-04 10:27:00,951.0,2.9336,1,leg_gt,0.48,60 -67005,sell_mtf_cross_all_tf,sell,2025-12-04 10:30:00,950.0,2.8252,1,leg_gt,0.48,60 -67006,sell_mtf_cross_all_tf,sell,2025-12-04 10:33:00,951.0,2.9336,1,leg_gt,0.48,60 -67007,sell_mtf_cross_all_tf,sell,2025-12-04 10:36:00,951.0,2.9336,1,leg_gt,0.48,60 -67008,sell_mtf_cross_all_tf,sell,2025-12-04 10:39:00,951.0,2.9336,1,leg_gt,0.48,60 -67009,sell_mtf_cross_all_tf,sell,2025-12-04 10:42:00,951.0,2.9336,1,leg_gt,0.49,60 -67010,sell_mtf_cross_all_tf,sell,2025-12-04 10:45:00,951.0,2.9336,1,leg_gt,0.49,60 -67011,sell_mtf_cross_all_tf,sell,2025-12-04 11:45:00,953.0,3.1503,1,leg_gt,0.53,60 -67012,sell_mtf_cross_all_tf,sell,2025-12-04 11:48:00,952.0,3.0419,1,leg_gt,0.53,60 -67013,sell_mtf_cross_all_tf,sell,2025-12-04 11:51:00,953.0,3.1503,1,leg_gt,0.53,60 -67014,sell_mtf_cross_all_tf,sell,2025-12-04 11:54:00,952.0,3.0419,1,leg_gt,0.54,60 -67015,sell_mtf_cross_all_tf,sell,2025-12-08 02:45:00,876.0,4.8102,1,leg_gt,0.12,60 -67016,sell_mtf_cross_all_tf,sell,2025-12-08 02:48:00,878.0,5.0497,1,leg_gt,0.12,60 -67017,sell_mtf_cross_all_tf,sell,2025-12-08 02:51:00,878.0,5.0497,1,leg_gt,0.12,60 -67018,sell_mtf_cross_all_tf,sell,2025-12-08 02:54:00,878.0,5.0497,1,leg_gt,0.12,60 -67019,sell_mtf_cross_all_tf,sell,2025-12-08 02:57:00,877.0,4.9299,1,leg_gt,0.13,60 -67020,sell_mtf_cross_all_tf,sell,2025-12-08 03:00:00,877.0,4.9299,1,leg_gt,0.13,60 -67021,sell_mtf_cross_all_tf,sell,2025-12-08 03:03:00,880.0,5.2892,1,leg_gt,0.13,60 -67022,sell_mtf_cross_all_tf,sell,2025-12-08 03:06:00,879.0,5.1695,1,leg_gt,0.13,60 -67023,sell_mtf_cross_all_tf,sell,2025-12-08 03:09:00,880.0,5.2892,1,leg_gt,0.14,60 -67024,sell_mtf_cross_all_tf,sell,2025-12-08 03:12:00,881.0,5.409,1,leg_gt,0.14,60 -67025,sell_mtf_cross_all_tf,sell,2025-12-08 03:15:00,880.0,5.2892,1,leg_gt,0.14,60 -67026,sell_mtf_cross_all_tf,sell,2025-12-08 03:18:00,882.0,5.5287,1,leg_gt,0.14,60 -67027,sell_mtf_cross_all_tf,sell,2025-12-08 03:27:00,884.0,5.7683,1,leg_gt,0.15,60 -67028,sell_mtf_cross_all_tf,sell,2025-12-08 03:30:00,884.0,5.7683,1,leg_gt,0.15,60 -67029,sell_mtf_cross_all_tf,sell,2025-12-08 03:33:00,885.0,5.888,1,leg_gt,0.15,60 -67030,sell_mtf_cross_all_tf,sell,2025-12-08 03:39:00,886.0,6.0078,1,leg_gt,0.16,60 -67031,sell_mtf_cross_all_tf,sell,2025-12-08 14:45:00,866.0,2.9952,1,leg_gt,0.28,60 -67032,sell_mtf_cross_all_tf,sell,2025-12-08 14:48:00,867.0,3.1143,1,leg_gt,0.28,60 -67033,sell_mtf_cross_all_tf,sell,2025-12-08 14:51:00,867.0,3.1143,1,leg_gt,0.28,60 -67034,sell_mtf_cross_all_tf,sell,2025-12-08 15:42:00,869.0,3.3524,1,leg_gt,0.32,60 -67035,sell_mtf_cross_all_tf,sell,2025-12-08 15:45:00,869.0,3.3524,1,leg_gt,0.32,60 -67036,sell_mtf_cross_all_tf,sell,2025-12-08 16:00:00,871.0,3.5905,1,leg_gt,0.33,60 -67037,sell_mtf_cross_all_tf,sell,2025-12-08 16:36:00,874.0,3.9476,1,leg_gt,0.36,60 -67038,sell_mtf_cross_all_tf,sell,2025-12-08 16:39:00,873.0,3.8286,1,leg_gt,0.36,60 -67039,sell_mtf_cross_all_tf,sell,2025-12-08 17:21:00,873.0,3.8286,1,leg_gt,0.39,60 -67040,sell_mtf_cross_all_tf,sell,2025-12-08 17:24:00,873.0,3.8286,1,leg_gt,0.39,60 -67041,sell_mtf_cross_all_tf,sell,2025-12-08 17:30:00,874.0,3.9476,1,leg_gt,0.39,60 -67042,sell_mtf_cross_all_tf,sell,2025-12-08 17:33:00,873.0,3.8286,1,leg_gt,0.4,60 -67043,sell_mtf_cross_all_tf,sell,2025-12-08 18:15:00,877.0,4.3048,1,leg_gt,0.42,60 -67044,sell_mtf_cross_all_tf,sell,2025-12-08 18:18:00,877.0,4.3048,1,leg_gt,0.43,60 -67045,sell_mtf_cross_all_tf,sell,2025-12-08 18:21:00,878.0,4.4238,1,leg_gt,0.43,60 -67046,sell_mtf_cross_all_tf,sell,2025-12-08 18:24:00,878.0,4.4238,1,leg_gt,0.43,60 -67047,sell_mtf_cross_all_tf,sell,2025-12-08 18:27:00,878.0,4.4238,1,leg_gt,0.43,60 -67048,sell_mtf_cross_all_tf,sell,2025-12-08 18:30:00,879.0,4.5429,1,leg_gt,0.44,60 -67049,sell_mtf_cross_all_tf,sell,2025-12-08 18:33:00,880.0,4.6619,1,leg_gt,0.44,60 -67050,sell_mtf_cross_all_tf,sell,2025-12-08 18:36:00,879.0,4.5429,1,leg_gt,0.44,60 -67051,sell_mtf_cross_all_tf,sell,2025-12-08 18:39:00,880.0,4.6619,1,leg_gt,0.44,60 -67052,sell_mtf_cross_all_tf,sell,2025-12-08 18:42:00,881.0,4.781,1,leg_gt,0.44,60 -67053,sell_mtf_cross_all_tf,sell,2025-12-08 18:45:00,880.0,4.6619,1,leg_gt,0.45,60 -67054,sell_mtf_cross_all_tf,sell,2025-12-08 19:54:00,881.0,4.781,1,leg_gt,0.49,60 -67055,sell_mtf_cross_all_tf,sell,2025-12-08 20:00:00,882.0,4.9,1,leg_gt,0.5,60 -67056,sell_mtf_cross_all_tf,sell,2025-12-08 20:03:00,882.0,4.9,1,leg_gt,0.5,60 -67057,sell_mtf_cross_all_tf,sell,2025-12-08 22:00:00,882.0,4.9,1,leg_gt,0.58,60 -67058,sell_mtf_cross_all_tf,sell,2025-12-08 22:03:00,882.0,4.9,1,leg_gt,0.58,60 -67059,sell_mtf_cross_all_tf,sell,2025-12-08 22:06:00,882.0,4.9,1,leg_gt,0.59,60 -67060,sell_mtf_cross_all_tf,sell,2025-12-08 22:09:00,883.0,5.019,1,leg_gt,0.59,60 -67061,sell_mtf_cross_all_tf,sell,2025-12-09 01:30:00,888.0,5.6143,1,leg_gt,0.73,60 -67062,sell_mtf_cross_all_tf,sell,2025-12-09 06:30:00,890.0,2.4346,1,leg_gt,0.09,60 -67063,sell_mtf_cross_all_tf,sell,2025-12-09 06:33:00,893.0,2.7802,1,leg_gt,0.1,60 -67064,sell_mtf_cross_all_tf,sell,2025-12-09 06:36:00,892.0,2.665,1,leg_gt,0.1,60 -67065,sell_mtf_cross_all_tf,sell,2025-12-09 06:39:00,893.0,2.7802,1,leg_gt,0.1,60 -67066,sell_mtf_cross_all_tf,sell,2025-12-09 06:42:00,894.0,2.8954,1,leg_gt,0.1,60 -67067,sell_mtf_cross_all_tf,sell,2025-12-09 06:45:00,895.0,3.0106,1,leg_gt,0.1,60 -67068,sell_mtf_cross_all_tf,sell,2025-12-09 06:48:00,895.0,3.0106,1,leg_gt,0.11,60 -67069,sell_mtf_cross_all_tf,sell,2025-12-09 06:51:00,897.0,3.241,1,leg_gt,0.11,60 -67070,sell_mtf_cross_all_tf,sell,2025-12-09 06:54:00,899.0,3.4714,1,leg_gt,0.11,60 -67071,sell_mtf_cross_all_tf,sell,2025-12-09 06:57:00,899.0,3.4714,1,leg_gt,0.11,60 -67072,sell_mtf_cross_all_tf,sell,2025-12-09 07:00:00,899.0,3.4714,1,leg_gt,0.11,60 -67073,sell_mtf_cross_all_tf,sell,2025-12-09 07:03:00,900.0,3.5866,1,leg_gt,0.12,60 -67074,sell_mtf_cross_all_tf,sell,2025-12-09 07:06:00,902.0,3.8171,1,leg_gt,0.12,60 -67075,sell_mtf_cross_all_tf,sell,2025-12-09 07:12:00,903.0,3.9323,1,leg_gt,0.12,60 -67076,sell_mtf_cross_all_tf,sell,2025-12-09 07:15:00,904.0,4.0475,1,leg_gt,0.12,60 -67077,sell_mtf_cross_all_tf,sell,2025-12-09 07:18:00,907.0,4.3931,1,leg_gt,0.13,60 -67078,sell_mtf_cross_all_tf,sell,2025-12-09 07:21:00,905.0,4.1627,1,leg_gt,0.13,60 -67079,sell_mtf_cross_all_tf,sell,2025-12-09 07:24:00,902.0,3.8171,1,leg_gt,0.13,60 -67080,sell_mtf_cross_all_tf,sell,2025-12-09 08:12:00,910.0,4.7387,1,leg_gt,0.16,60 -67081,sell_mtf_cross_all_tf,sell,2025-12-09 08:15:00,912.0,4.9691,1,leg_gt,0.17,60 -67082,sell_mtf_cross_all_tf,sell,2025-12-09 08:18:00,915.0,5.3147,1,leg_gt,0.17,60 -67083,sell_mtf_cross_all_tf,sell,2025-12-09 08:42:00,913.0,5.0843,1,leg_gt,0.19,60 -67084,sell_mtf_cross_all_tf,sell,2025-12-09 08:51:00,913.0,5.0843,1,leg_gt,0.19,60 -67085,sell_mtf_cross_all_tf,sell,2025-12-09 08:54:00,913.0,5.0843,1,leg_gt,0.19,60 -67086,sell_mtf_cross_all_tf,sell,2025-12-09 09:21:00,916.0,5.43,1,leg_gt,0.21,60 -67087,sell_mtf_cross_all_tf,sell,2025-12-09 13:15:00,915.0,5.3147,1,leg_gt,0.38,60 -67088,sell_mtf_cross_all_tf,sell,2025-12-09 13:18:00,921.0,6.006,1,leg_gt,0.38,60 -67089,sell_mtf_cross_all_tf,sell,2025-12-09 13:21:00,919.0,5.7756,1,leg_gt,0.38,60 -67090,sell_mtf_cross_all_tf,sell,2025-12-09 13:24:00,918.0,5.6604,1,leg_gt,0.38,60 -67091,sell_mtf_cross_all_tf,sell,2025-12-09 21:45:00,905.0,3.2105,1,leg_gt,0.13,60 -67092,sell_mtf_cross_all_tf,sell,2025-12-09 21:48:00,902.0,2.868,1,leg_gt,0.13,60 -67093,sell_mtf_cross_all_tf,sell,2025-12-09 21:51:00,903.0,2.9822,1,leg_gt,0.13,60 -67094,sell_mtf_cross_all_tf,sell,2025-12-09 21:54:00,903.0,2.9822,1,leg_gt,0.14,60 -67095,sell_mtf_cross_all_tf,sell,2025-12-09 22:06:00,904.0,3.0963,1,leg_gt,0.14,60 -67096,sell_mtf_cross_all_tf,sell,2025-12-10 00:21:00,910.0,3.7813,1,leg_gt,0.24,60 -67097,sell_mtf_cross_all_tf,sell,2025-12-10 00:24:00,907.0,3.4388,1,leg_gt,0.24,60 -67098,sell_mtf_cross_all_tf,sell,2025-12-10 00:27:00,909.0,3.6671,1,leg_gt,0.24,60 -67099,sell_mtf_cross_all_tf,sell,2025-12-10 00:36:00,910.0,3.7813,1,leg_gt,0.25,60 -67100,sell_mtf_cross_all_tf,sell,2025-12-10 00:39:00,914.0,4.2379,1,leg_gt,0.25,60 -67101,sell_mtf_cross_all_tf,sell,2025-12-10 00:51:00,920.0,4.9228,1,leg_gt,0.26,60 -67102,sell_mtf_cross_all_tf,sell,2025-12-10 01:00:00,924.0,5.3795,1,leg_gt,0.26,60 -67103,sell_mtf_cross_all_tf,sell,2025-12-10 01:12:00,931.0,6.1785,1,leg_gt,0.27,60 -67104,sell_mtf_cross_all_tf,sell,2025-12-10 01:15:00,929.0,5.9502,1,leg_gt,0.28,60 -67105,sell_mtf_cross_all_tf,sell,2025-12-10 01:18:00,927.0,5.7219,1,leg_gt,0.28,60 -67106,sell_mtf_cross_all_tf,sell,2025-12-10 01:21:00,927.0,5.7219,1,leg_gt,0.28,60 -67107,sell_mtf_cross_all_tf,sell,2025-12-10 01:24:00,932.0,6.2927,1,leg_gt,0.28,60 -67108,sell_mtf_cross_all_tf,sell,2025-12-10 01:27:00,932.0,6.2927,1,leg_gt,0.28,60 -67109,sell_mtf_cross_all_tf,sell,2025-12-10 01:30:00,933.0,6.4068,1,leg_gt,0.29,60 -67110,sell_mtf_cross_all_tf,sell,2025-12-10 01:33:00,933.0,6.4068,1,leg_gt,0.29,60 -67111,sell_mtf_cross_all_tf,sell,2025-12-10 01:39:00,938.0,6.9776,1,leg_gt,0.29,60 -67112,sell_mtf_cross_all_tf,sell,2025-12-10 01:45:00,938.0,6.9776,1,leg_gt,0.3,60 -67113,sell_mtf_cross_all_tf,sell,2025-12-10 01:48:00,941.0,7.3201,1,leg_gt,0.3,60 -67114,sell_mtf_cross_all_tf,sell,2025-12-10 01:51:00,941.0,7.3201,1,leg_gt,0.3,60 -67115,sell_mtf_cross_all_tf,sell,2025-12-10 01:54:00,940.0,7.2059,1,leg_gt,0.3,60 -67116,sell_mtf_cross_all_tf,sell,2025-12-10 01:57:00,941.0,7.3201,1,leg_gt,0.3,60 -67117,sell_mtf_cross_all_tf,sell,2025-12-10 02:00:00,941.0,7.3201,1,leg_gt,0.31,60 -67118,sell_mtf_cross_all_tf,sell,2025-12-10 02:03:00,940.0,7.2059,1,leg_gt,0.31,60 -67119,sell_mtf_cross_all_tf,sell,2025-12-10 02:06:00,945.0,7.7767,1,leg_gt,0.31,60 -67120,sell_mtf_cross_all_tf,sell,2025-12-10 02:09:00,946.0,7.8909,1,leg_gt,0.31,60 -67121,sell_mtf_cross_all_tf,sell,2025-12-10 02:12:00,945.0,7.7767,1,leg_gt,0.31,60 -67122,sell_mtf_cross_all_tf,sell,2025-12-10 02:15:00,945.0,7.7767,1,leg_gt,0.32,60 -67123,sell_mtf_cross_all_tf,sell,2025-12-10 08:51:00,944.0,7.6626,1,leg_gt,0.59,60 -67124,sell_mtf_cross_all_tf,sell,2025-12-10 15:36:00,936.0,6.7493,1,leg_gt,0.87,60 -67125,sell_mtf_cross_all_tf,sell,2025-12-10 15:39:00,938.0,6.9776,1,leg_gt,0.88,60 -67126,sell_mtf_cross_all_tf,sell,2025-12-10 15:42:00,938.0,6.9776,1,leg_gt,0.88,60 -67127,sell_mtf_cross_all_tf,sell,2025-12-10 15:51:00,938.0,6.9776,1,leg_gt,0.88,60 -67128,sell_mtf_cross_all_tf,sell,2025-12-10 21:42:00,932.0,6.2927,1,leg_gt,1.13,60 -67129,sell_mtf_cross_all_tf,sell,2025-12-10 21:45:00,931.0,6.1785,1,leg_gt,1.13,60 -67130,sell_mtf_cross_all_tf,sell,2025-12-10 21:48:00,931.0,6.1785,1,leg_gt,1.13,60 -67131,sell_mtf_cross_all_tf,sell,2025-12-10 21:57:00,932.0,6.2927,1,leg_gt,1.14,60 -67132,sell_mtf_cross_all_tf,sell,2025-12-10 22:00:00,933.0,6.4068,1,leg_gt,1.14,60 -67133,sell_mtf_cross_all_tf,sell,2025-12-10 22:27:00,934.0,6.521,1,leg_gt,1.16,60 -67134,sell_mtf_cross_all_tf,sell,2025-12-10 22:45:00,935.0,6.6352,1,leg_gt,1.17,60 -67135,sell_mtf_cross_all_tf,sell,2025-12-10 23:00:00,935.0,6.6352,1,leg_gt,1.18,60 -67136,sell_mtf_cross_all_tf,sell,2025-12-10 23:03:00,935.0,6.6352,1,leg_gt,1.18,60 -67137,sell_mtf_cross_all_tf,sell,2025-12-10 23:06:00,935.0,6.6352,1,leg_gt,1.19,60 -67138,sell_mtf_cross_all_tf,sell,2025-12-10 23:09:00,937.0,6.8635,1,leg_gt,1.19,60 -67139,sell_mtf_cross_all_tf,sell,2025-12-10 23:15:00,937.0,6.8635,1,leg_gt,1.19,60 -67140,sell_mtf_cross_all_tf,sell,2025-12-10 23:21:00,938.0,6.9776,1,leg_gt,1.2,60 -67141,sell_mtf_cross_all_tf,sell,2025-12-10 23:39:00,938.0,6.9776,1,leg_gt,1.21,60 -67142,sell_mtf_cross_all_tf,sell,2025-12-10 23:42:00,940.0,7.2059,1,leg_gt,1.21,60 -67143,sell_mtf_cross_all_tf,sell,2025-12-20 00:00:00,762.0,7.5271,1,leg_gt,0.55,60 -67144,sell_mtf_cross_all_tf,sell,2025-12-20 00:06:00,761.0,7.3859,1,leg_gt,0.55,60 -67145,sell_mtf_cross_all_tf,sell,2025-12-20 00:09:00,762.0,7.5271,1,leg_gt,0.56,60 -67146,sell_mtf_cross_all_tf,sell,2025-12-20 00:12:00,763.0,7.6684,1,leg_gt,0.56,60 -67147,sell_mtf_cross_all_tf,sell,2025-12-20 00:15:00,765.0,7.9508,1,leg_gt,0.56,60 -67148,sell_mtf_cross_all_tf,sell,2025-12-20 00:24:00,765.0,7.9508,1,leg_gt,0.57,60 -67149,sell_mtf_cross_all_tf,sell,2025-12-20 00:36:00,768.0,8.3746,1,leg_gt,0.57,60 -67150,sell_mtf_cross_all_tf,sell,2025-12-20 00:39:00,767.0,8.2333,1,leg_gt,0.58,60 -67151,sell_mtf_cross_all_tf,sell,2025-12-20 00:42:00,767.0,8.2333,1,leg_gt,0.58,60 -67152,sell_mtf_cross_all_tf,sell,2025-12-20 01:21:00,772.0,8.9395,1,leg_gt,0.61,60 -67153,sell_mtf_cross_all_tf,sell,2025-12-20 01:24:00,771.0,8.7983,1,leg_gt,0.61,60 -67154,sell_mtf_cross_all_tf,sell,2025-12-20 01:27:00,771.0,8.7983,1,leg_gt,0.61,60 -67155,sell_mtf_cross_all_tf,sell,2025-12-20 01:33:00,777.0,9.6458,1,leg_gt,0.61,60 -67156,sell_mtf_cross_all_tf,sell,2025-12-20 01:45:00,776.0,9.5045,1,leg_gt,0.62,60 -67157,sell_mtf_cross_all_tf,sell,2025-12-20 04:45:00,781.0,10.2107,1,leg_gt,0.75,60 -67158,sell_mtf_cross_all_tf,sell,2025-12-20 04:48:00,782.0,10.352,1,leg_gt,0.75,60 -67159,sell_mtf_cross_all_tf,sell,2025-12-20 04:51:00,781.0,10.2107,1,leg_gt,0.75,60 -67160,sell_mtf_cross_all_tf,sell,2025-12-20 04:54:00,780.0,10.0695,1,leg_gt,0.75,60 -67161,sell_mtf_cross_all_tf,sell,2025-12-20 05:06:00,782.0,10.352,1,leg_gt,0.76,60 -67162,sell_mtf_cross_all_tf,sell,2025-12-20 05:27:00,784.0,10.6345,1,leg_gt,0.78,60 -67163,sell_mtf_cross_all_tf,sell,2025-12-20 05:39:00,783.0,10.4932,1,leg_gt,0.79,60 -67164,sell_mtf_cross_all_tf,sell,2025-12-20 05:51:00,786.0,10.9169,1,leg_gt,0.79,60 -67165,sell_mtf_cross_all_tf,sell,2025-12-20 05:54:00,784.0,10.6345,1,leg_gt,0.8,60 -67166,sell_mtf_cross_all_tf,sell,2025-12-20 16:57:00,778.0,9.787,1,leg_gt,1.26,60 -67167,sell_mtf_cross_all_tf,sell,2025-12-20 17:00:00,779.0,9.9282,1,leg_gt,1.26,60 -67168,sell_mtf_cross_all_tf,sell,2025-12-20 17:03:00,779.0,9.9282,1,leg_gt,1.26,60 -67169,sell_mtf_cross_all_tf,sell,2025-12-20 17:06:00,779.0,9.9282,1,leg_gt,1.26,60 -67170,sell_mtf_cross_all_tf,sell,2025-12-20 17:09:00,779.0,9.9282,1,leg_gt,1.26,60 -67171,sell_mtf_cross_all_tf,sell,2025-12-20 17:12:00,779.0,9.9282,1,leg_gt,1.27,60 -67172,sell_mtf_cross_all_tf,sell,2025-12-20 17:27:00,781.0,10.2107,1,leg_gt,1.28,60 -67173,sell_mtf_cross_all_tf,sell,2025-12-20 17:30:00,781.0,10.2107,1,leg_gt,1.28,60 -67174,sell_mtf_cross_all_tf,sell,2025-12-20 17:39:00,782.0,10.352,1,leg_gt,1.29,60 -67175,sell_mtf_cross_all_tf,sell,2025-12-28 00:06:00,726.0,2.0097,1,leg_gt,0.92,60 -67176,sell_mtf_cross_all_tf,sell,2025-12-28 00:45:00,728.0,2.291,1,leg_gt,0.95,60 -67177,sell_mtf_cross_all_tf,sell,2025-12-28 00:48:00,728.0,2.291,1,leg_gt,0.95,60 -67178,sell_mtf_cross_all_tf,sell,2025-12-28 00:54:00,729.0,2.4316,1,leg_gt,0.96,60 -67179,sell_mtf_cross_all_tf,sell,2025-12-28 01:15:00,732.0,2.8536,1,leg_gt,0.97,60 -67180,sell_mtf_cross_all_tf,sell,2025-12-28 01:18:00,733.0,2.9942,1,leg_gt,0.98,60 -67181,sell_mtf_cross_all_tf,sell,2025-12-28 01:27:00,732.0,2.8536,1,leg_gt,0.98,60 -67182,sell_mtf_cross_all_tf,sell,2025-12-28 06:33:00,734.0,3.1349,1,leg_gt,1.19,60 -67183,sell_mtf_cross_all_tf,sell,2025-12-28 06:45:00,735.0,3.2755,1,leg_gt,1.2,60 -67184,sell_mtf_cross_all_tf,sell,2025-12-28 06:48:00,736.0,3.4162,1,leg_gt,1.2,60 -67185,sell_mtf_cross_all_tf,sell,2025-12-28 06:57:00,737.0,3.5568,1,leg_gt,1.21,60 -67186,sell_mtf_cross_all_tf,sell,2025-12-28 07:00:00,737.0,3.5568,1,leg_gt,1.21,60 -67187,sell_mtf_cross_all_tf,sell,2025-12-28 07:03:00,737.0,3.5568,1,leg_gt,1.21,60 -67188,sell_mtf_cross_all_tf,sell,2025-12-28 07:09:00,737.0,3.5568,1,leg_gt,1.22,60 -67189,sell_mtf_cross_all_tf,sell,2025-12-28 07:21:00,739.0,3.8381,1,leg_gt,1.23,60 -67190,sell_mtf_cross_all_tf,sell,2025-12-28 08:15:00,740.0,3.9788,1,leg_gt,1.26,60 -67191,sell_mtf_cross_all_tf,sell,2025-12-28 08:27:00,741.0,4.1194,1,leg_gt,1.27,60 -67192,sell_mtf_cross_all_tf,sell,2025-12-28 08:30:00,741.0,4.1194,1,leg_gt,1.27,60 -67193,sell_mtf_cross_all_tf,sell,2025-12-28 08:33:00,741.0,4.1194,1,leg_gt,1.28,60 -67194,sell_mtf_cross_all_tf,sell,2025-12-28 08:42:00,742.0,4.2601,1,leg_gt,1.28,60 -67195,sell_mtf_cross_all_tf,sell,2025-12-28 08:45:00,742.0,4.2601,1,leg_gt,1.29,60 -67196,sell_mtf_cross_all_tf,sell,2025-12-28 09:06:00,747.0,4.9633,1,leg_gt,1.3,60 -67197,sell_mtf_cross_all_tf,sell,2025-12-28 17:42:00,747.0,4.9633,1,leg_gt,1.66,60 -67198,sell_mtf_cross_all_tf,sell,2025-12-28 17:45:00,747.0,4.9633,1,leg_gt,1.66,60 -67199,sell_mtf_cross_all_tf,sell,2025-12-28 17:48:00,747.0,4.9633,1,leg_gt,1.66,60 -67200,sell_mtf_cross_all_tf,sell,2025-12-29 09:00:00,735.0,3.2755,1,leg_gt,2.3,60 -67201,sell_mtf_cross_all_tf,sell,2025-12-29 09:42:00,739.0,3.8381,1,leg_gt,2.33,60 -67202,sell_mtf_cross_all_tf,sell,2025-12-29 09:45:00,739.0,3.8381,1,leg_gt,2.33,60 -67203,sell_mtf_cross_all_tf,sell,2025-12-29 09:48:00,741.0,4.1194,1,leg_gt,2.33,60 -67204,sell_mtf_cross_all_tf,sell,2025-12-29 09:54:00,739.0,3.8381,1,leg_gt,2.33,60 -67205,sell_mtf_cross_all_tf,sell,2025-12-29 10:45:00,741.0,4.1194,1,leg_gt,2.37,60 -67206,sell_mtf_cross_all_tf,sell,2025-12-29 10:48:00,740.0,3.9788,1,leg_gt,2.37,60 -67207,sell_mtf_cross_all_tf,sell,2025-12-29 10:51:00,741.0,4.1194,1,leg_gt,2.37,60 -67208,sell_mtf_cross_all_tf,sell,2025-12-29 10:54:00,740.0,3.9788,1,leg_gt,2.38,60 -67209,sell_mtf_cross_all_tf,sell,2025-12-29 11:00:00,741.0,4.1194,1,leg_gt,2.38,60 -67210,sell_mtf_cross_all_tf,sell,2025-12-29 11:03:00,742.0,4.2601,1,leg_gt,2.38,60 -67211,sell_mtf_cross_all_tf,sell,2025-12-29 11:06:00,744.0,4.5414,1,leg_gt,2.38,60 -67212,sell_mtf_cross_all_tf,sell,2025-12-29 11:09:00,745.0,4.682,1,leg_gt,2.39,60 -67213,sell_mtf_cross_all_tf,sell,2025-12-29 11:15:00,746.0,4.8226,1,leg_gt,2.39,60 -67214,sell_mtf_cross_all_tf,sell,2025-12-29 11:18:00,744.0,4.5414,1,leg_gt,2.39,60 -67215,sell_mtf_cross_all_tf,sell,2025-12-29 12:21:00,746.0,4.8226,1,leg_gt,2.44,60 -67216,sell_mtf_cross_all_tf,sell,2025-12-29 12:24:00,745.0,4.682,1,leg_gt,2.44,60 -67217,sell_mtf_cross_all_tf,sell,2025-12-29 12:27:00,745.0,4.682,1,leg_gt,2.44,60 -67218,sell_mtf_cross_all_tf,sell,2025-12-29 12:33:00,747.0,4.9633,1,leg_gt,2.44,60 -67219,sell_mtf_cross_all_tf,sell,2025-12-29 12:57:00,752.0,5.6665,1,leg_gt,2.46,60 -67220,sell_mtf_cross_all_tf,sell,2025-12-29 13:00:00,752.0,5.6665,1,leg_gt,2.46,60 -67221,sell_mtf_cross_all_tf,sell,2025-12-29 13:09:00,751.0,5.5259,1,leg_gt,2.47,60 -67222,sell_mtf_cross_all_tf,sell,2026-01-02 00:00:00,728.0,5.5604,1,leg_gt,0.88,60 -67223,sell_mtf_cross_all_tf,sell,2026-01-02 00:03:00,728.0,5.5604,1,leg_gt,0.88,60 -67224,sell_mtf_cross_all_tf,sell,2026-01-02 00:06:00,728.0,5.5604,1,leg_gt,0.88,60 -67225,sell_mtf_cross_all_tf,sell,2026-01-02 00:09:00,729.0,5.7055,1,leg_gt,0.89,60 -67226,sell_mtf_cross_all_tf,sell,2026-01-02 00:12:00,728.0,5.5604,1,leg_gt,0.89,60 -67227,sell_mtf_cross_all_tf,sell,2026-01-02 00:15:00,728.0,5.5604,1,leg_gt,0.89,60 -67228,sell_mtf_cross_all_tf,sell,2026-01-02 00:18:00,730.0,5.8507,1,leg_gt,0.89,60 -67229,sell_mtf_cross_all_tf,sell,2026-01-02 00:21:00,729.0,5.7055,1,leg_gt,0.89,60 -67230,sell_mtf_cross_all_tf,sell,2026-01-02 01:03:00,735.0,6.5763,1,leg_gt,0.92,60 -67231,sell_mtf_cross_all_tf,sell,2026-01-02 01:06:00,735.0,6.5763,1,leg_gt,0.92,60 -67232,sell_mtf_cross_all_tf,sell,2026-01-02 01:09:00,734.0,6.4312,1,leg_gt,0.93,60 -67233,sell_mtf_cross_all_tf,sell,2026-01-02 01:30:00,735.0,6.5763,1,leg_gt,0.94,60 -67234,sell_mtf_cross_all_tf,sell,2026-01-02 01:33:00,736.0,6.7215,1,leg_gt,0.94,60 -67235,sell_mtf_cross_all_tf,sell,2026-01-02 01:36:00,735.0,6.5763,1,leg_gt,0.95,60 -67236,sell_mtf_cross_all_tf,sell,2026-01-02 01:39:00,736.0,6.7215,1,leg_gt,0.95,60 -67237,sell_mtf_cross_all_tf,sell,2026-01-02 01:51:00,736.0,6.7215,1,leg_gt,0.96,60 -67238,sell_mtf_cross_all_tf,sell,2026-01-02 02:15:00,740.0,7.302,1,leg_gt,0.97,60 -67239,sell_mtf_cross_all_tf,sell,2026-01-02 02:18:00,739.0,7.1569,1,leg_gt,0.98,60 -67240,sell_mtf_cross_all_tf,sell,2026-01-02 02:21:00,741.0,7.4472,1,leg_gt,0.98,60 -67241,sell_mtf_cross_all_tf,sell,2026-01-02 02:30:00,742.0,7.5923,1,leg_gt,0.98,60 -67242,sell_mtf_cross_all_tf,sell,2026-01-02 02:33:00,743.0,7.7374,1,leg_gt,0.99,60 -67243,sell_mtf_cross_all_tf,sell,2026-01-02 02:36:00,744.0,7.8826,1,leg_gt,0.99,60 -67244,sell_mtf_cross_all_tf,sell,2026-01-02 02:39:00,745.0,8.0277,1,leg_gt,0.99,60 -67245,sell_mtf_cross_all_tf,sell,2026-01-02 02:45:00,743.0,7.7374,1,leg_gt,0.99,60 -67246,sell_mtf_cross_all_tf,sell,2026-01-02 02:51:00,743.0,7.7374,1,leg_gt,1.0,60 -67247,sell_mtf_cross_all_tf,sell,2026-01-02 03:00:00,745.0,8.0277,1,leg_gt,1.0,60 -67248,sell_mtf_cross_all_tf,sell,2026-01-02 03:03:00,745.0,8.0277,1,leg_gt,1.01,60 -67249,sell_mtf_cross_all_tf,sell,2026-01-02 03:06:00,745.0,8.0277,1,leg_gt,1.01,60 -67250,sell_mtf_cross_all_tf,sell,2026-01-02 03:09:00,745.0,8.0277,1,leg_gt,1.01,60 -67251,sell_mtf_cross_all_tf,sell,2026-01-02 04:00:00,745.0,8.0277,1,leg_gt,1.05,60 -67252,sell_mtf_cross_all_tf,sell,2026-01-02 04:03:00,745.0,8.0277,1,leg_gt,1.05,60 -67253,sell_mtf_cross_all_tf,sell,2026-01-02 05:12:00,750.0,8.7534,1,leg_gt,1.1,60 -67254,sell_mtf_cross_all_tf,sell,2026-01-02 05:15:00,749.0,8.6083,1,leg_gt,1.1,60 -67255,sell_mtf_cross_all_tf,sell,2026-01-02 05:21:00,750.0,8.7534,1,leg_gt,1.1,60 -67256,sell_mtf_cross_all_tf,sell,2026-01-02 05:24:00,750.0,8.7534,1,leg_gt,1.1,60 -67257,sell_mtf_cross_all_tf,sell,2026-01-02 07:15:00,750.0,8.7534,1,leg_gt,1.18,60 -67258,sell_mtf_cross_all_tf,sell,2026-01-02 07:18:00,750.0,8.7534,1,leg_gt,1.18,60 -67259,sell_mtf_cross_all_tf,sell,2026-01-02 07:36:00,753.0,9.1888,1,leg_gt,1.2,60 -67260,sell_mtf_cross_all_tf,sell,2026-01-02 08:06:00,756.0,9.6242,1,leg_gt,1.22,60 -67261,sell_mtf_cross_all_tf,sell,2026-01-02 08:09:00,757.0,9.7694,1,leg_gt,1.22,60 -67262,sell_mtf_cross_all_tf,sell,2026-01-02 08:21:00,757.0,9.7694,1,leg_gt,1.23,60 -67263,sell_mtf_cross_all_tf,sell,2026-01-02 12:45:00,760.0,10.2048,1,leg_gt,1.41,60 -67264,sell_mtf_cross_all_tf,sell,2026-01-02 12:51:00,762.0,10.4951,1,leg_gt,1.41,60 -67265,sell_mtf_cross_all_tf,sell,2026-01-02 12:54:00,761.0,10.3499,1,leg_gt,1.42,60 -67266,sell_mtf_cross_all_tf,sell,2026-01-02 12:57:00,762.0,10.4951,1,leg_gt,1.42,60 -67267,sell_mtf_cross_all_tf,sell,2026-01-02 13:00:00,764.0,10.7853,1,leg_gt,1.42,60 -67268,sell_mtf_cross_all_tf,sell,2026-01-02 13:03:00,765.0,10.9305,1,leg_gt,1.42,60 -67269,sell_mtf_cross_all_tf,sell,2026-01-02 13:06:00,763.0,10.6402,1,leg_gt,1.42,60 -67270,sell_mtf_cross_all_tf,sell,2026-01-02 15:15:00,765.0,10.9305,1,leg_gt,1.51,60 -67271,sell_mtf_cross_all_tf,sell,2026-01-02 15:18:00,766.0,11.0756,1,leg_gt,1.52,60 -67272,sell_mtf_cross_all_tf,sell,2026-01-02 15:21:00,765.0,10.9305,1,leg_gt,1.52,60 -67273,sell_mtf_cross_all_tf,sell,2026-01-02 15:30:00,765.0,10.9305,1,leg_gt,1.52,60 -67274,sell_mtf_cross_all_tf,sell,2026-01-02 19:00:00,769.0,11.511,1,leg_gt,1.67,60 -67275,sell_mtf_cross_all_tf,sell,2026-01-02 19:03:00,768.0,11.3659,1,leg_gt,1.67,60 -67276,sell_mtf_cross_all_tf,sell,2026-01-02 19:06:00,769.0,11.511,1,leg_gt,1.68,60 -67277,sell_mtf_cross_all_tf,sell,2026-01-02 19:09:00,769.0,11.511,1,leg_gt,1.68,60 -67278,sell_mtf_cross_all_tf,sell,2026-01-02 19:12:00,770.0,11.6562,1,leg_gt,1.68,60 -67279,sell_mtf_cross_all_tf,sell,2026-01-02 19:15:00,770.0,11.6562,1,leg_gt,1.68,60 -67280,sell_mtf_cross_all_tf,sell,2026-01-02 19:18:00,769.0,11.511,1,leg_gt,1.68,60 -67281,sell_mtf_cross_all_tf,sell,2026-01-02 22:00:00,776.0,12.527,1,leg_gt,1.8,60 -67282,sell_mtf_cross_all_tf,sell,2026-01-02 22:06:00,774.0,12.2367,1,leg_gt,1.8,60 -67283,sell_mtf_cross_all_tf,sell,2026-01-02 22:09:00,775.0,12.3819,1,leg_gt,1.8,60 -67284,sell_mtf_cross_all_tf,sell,2026-01-02 22:12:00,775.0,12.3819,1,leg_gt,1.8,60 -67285,sell_mtf_cross_all_tf,sell,2026-01-02 22:15:00,776.0,12.527,1,leg_gt,1.81,60 -67286,sell_mtf_cross_all_tf,sell,2026-01-02 22:18:00,779.0,12.9624,1,leg_gt,1.81,60 -67287,sell_mtf_cross_all_tf,sell,2026-01-02 22:30:00,779.0,12.9624,1,leg_gt,1.82,60 -67288,sell_mtf_cross_all_tf,sell,2026-01-02 22:33:00,782.0,13.3978,1,leg_gt,1.82,60 -67289,sell_mtf_cross_all_tf,sell,2026-01-02 22:36:00,781.0,13.2527,1,leg_gt,1.82,60 -67290,sell_mtf_cross_all_tf,sell,2026-01-02 22:39:00,781.0,13.2527,1,leg_gt,1.82,60 -67291,sell_mtf_cross_all_tf,sell,2026-01-02 22:42:00,780.0,13.1075,1,leg_gt,1.82,60 -67292,sell_mtf_cross_all_tf,sell,2026-01-03 01:42:00,788.0,14.2687,1,leg_gt,1.95,60 -67293,sell_mtf_cross_all_tf,sell,2026-01-03 01:45:00,787.0,14.1235,1,leg_gt,1.95,60 -67294,sell_mtf_cross_all_tf,sell,2026-01-03 01:54:00,792.0,14.8492,1,leg_gt,1.96,60 -67295,sell_mtf_cross_all_tf,sell,2026-01-03 01:57:00,792.0,14.8492,1,leg_gt,1.96,60 -67296,sell_mtf_cross_all_tf,sell,2026-01-03 02:00:00,795.0,15.2846,1,leg_gt,1.96,60 -67297,sell_mtf_cross_all_tf,sell,2026-01-03 02:06:00,798.0,15.72,1,leg_gt,1.97,60 -67298,sell_mtf_cross_all_tf,sell,2026-01-03 02:09:00,798.0,15.72,1,leg_gt,1.97,60 -67299,sell_mtf_cross_all_tf,sell,2026-01-03 02:12:00,799.0,15.8652,1,leg_gt,1.97,60 -67300,sell_mtf_cross_all_tf,sell,2026-01-03 02:15:00,796.0,15.4298,1,leg_gt,1.97,60 -67301,sell_mtf_cross_all_tf,sell,2026-01-03 02:18:00,798.0,15.72,1,leg_gt,1.98,60 -67302,sell_mtf_cross_all_tf,sell,2026-01-03 02:21:00,799.0,15.8652,1,leg_gt,1.98,60 -67303,sell_mtf_cross_all_tf,sell,2026-01-03 02:24:00,797.0,15.5749,1,leg_gt,1.98,60 -67304,sell_mtf_cross_all_tf,sell,2026-01-03 07:15:00,797.0,15.5749,1,leg_gt,2.18,60 -67305,sell_mtf_cross_all_tf,sell,2026-01-03 07:18:00,797.0,15.5749,1,leg_gt,2.18,60 -67306,sell_mtf_cross_all_tf,sell,2026-01-03 07:21:00,797.0,15.5749,1,leg_gt,2.19,60 -67307,sell_mtf_cross_all_tf,sell,2026-01-03 07:30:00,798.0,15.72,1,leg_gt,2.19,60 -67308,sell_mtf_cross_all_tf,sell,2026-01-03 07:33:00,799.0,15.8652,1,leg_gt,2.19,60 -67309,sell_mtf_cross_all_tf,sell,2026-01-03 07:36:00,798.0,15.72,1,leg_gt,2.2,60 -67310,sell_mtf_cross_all_tf,sell,2026-01-03 07:39:00,799.0,15.8652,1,leg_gt,2.2,60 -67311,sell_mtf_cross_all_tf,sell,2026-01-03 07:42:00,801.0,16.1554,1,leg_gt,2.2,60 -67312,sell_mtf_cross_all_tf,sell,2026-01-03 07:45:00,802.0,16.3006,1,leg_gt,2.2,60 -67313,sell_mtf_cross_all_tf,sell,2026-01-03 07:51:00,803.0,16.4457,1,leg_gt,2.21,60 -67314,sell_mtf_cross_all_tf,sell,2026-01-03 07:57:00,803.0,16.4457,1,leg_gt,2.21,60 -67315,sell_mtf_cross_all_tf,sell,2026-01-03 08:00:00,802.0,16.3006,1,leg_gt,2.21,60 -67316,sell_mtf_cross_all_tf,sell,2026-01-03 08:06:00,802.0,16.3006,1,leg_gt,2.22,60 -67317,sell_mtf_cross_all_tf,sell,2026-01-03 08:21:00,805.0,16.736,1,leg_gt,2.23,60 -67318,sell_mtf_cross_all_tf,sell,2026-01-03 08:24:00,804.0,16.5909,1,leg_gt,2.23,60 -67319,sell_mtf_cross_all_tf,sell,2026-01-03 08:30:00,804.0,16.5909,1,leg_gt,2.23,60 -67320,sell_mtf_cross_all_tf,sell,2026-01-03 08:33:00,805.0,16.736,1,leg_gt,2.24,60 -67321,sell_mtf_cross_all_tf,sell,2026-01-03 09:45:00,810.0,17.4617,1,leg_gt,2.29,60 -67322,sell_mtf_cross_all_tf,sell,2026-01-03 12:00:00,812.0,17.752,1,leg_gt,2.38,60 -67323,sell_mtf_cross_all_tf,sell,2026-01-03 12:03:00,812.0,17.752,1,leg_gt,2.38,60 -67324,sell_mtf_cross_all_tf,sell,2026-01-03 12:06:00,812.0,17.752,1,leg_gt,2.38,60 -67325,sell_mtf_cross_all_tf,sell,2026-01-03 12:09:00,812.0,17.752,1,leg_gt,2.39,60 -67326,sell_mtf_cross_all_tf,sell,2026-01-03 12:12:00,812.0,17.752,1,leg_gt,2.39,60 -67327,sell_mtf_cross_all_tf,sell,2026-01-03 12:45:00,816.0,18.3325,1,leg_gt,2.41,60 -67328,sell_mtf_cross_all_tf,sell,2026-01-03 12:48:00,816.0,18.3325,1,leg_gt,2.41,60 -67329,sell_mtf_cross_all_tf,sell,2026-01-03 12:51:00,816.0,18.3325,1,leg_gt,2.41,60 -67330,sell_mtf_cross_all_tf,sell,2026-01-03 12:54:00,817.0,18.4776,1,leg_gt,2.42,60 -67331,sell_mtf_cross_all_tf,sell,2026-01-03 13:06:00,818.0,18.6228,1,leg_gt,2.42,60 -67332,sell_mtf_cross_all_tf,sell,2026-01-03 14:00:00,825.0,19.6388,1,leg_gt,2.46,60 -67333,sell_mtf_cross_all_tf,sell,2026-01-03 14:03:00,826.0,19.7839,1,leg_gt,2.46,60 -67334,sell_mtf_cross_all_tf,sell,2026-01-03 14:15:00,828.0,20.0742,1,leg_gt,2.47,60 -67335,sell_mtf_cross_all_tf,sell,2026-01-03 14:18:00,828.0,20.0742,1,leg_gt,2.48,60 -67336,sell_mtf_cross_all_tf,sell,2026-01-03 14:27:00,829.0,20.2193,1,leg_gt,2.48,60 -67337,sell_mtf_cross_all_tf,sell,2026-01-03 14:30:00,830.0,20.3644,1,leg_gt,2.48,60 -67338,sell_mtf_cross_all_tf,sell,2026-01-03 14:33:00,832.0,20.6547,1,leg_gt,2.49,60 -67339,sell_mtf_cross_all_tf,sell,2026-01-03 15:30:00,852.0,23.5575,1,leg_gt,2.52,60 -67340,sell_mtf_cross_all_tf,sell,2026-01-03 15:33:00,856.0,24.138,1,leg_gt,2.53,60 -67341,sell_mtf_cross_all_tf,sell,2026-01-03 15:36:00,859.0,24.5734,1,leg_gt,2.53,60 -67342,sell_mtf_cross_all_tf,sell,2026-01-03 21:15:00,825.0,2.2573,1,leg_gt,0.18,60 -67343,sell_mtf_cross_all_tf,sell,2026-01-03 21:45:00,833.0,3.2499,1,leg_gt,0.2,60 -67344,sell_mtf_cross_all_tf,sell,2026-01-03 21:48:00,834.0,3.3739,1,leg_gt,0.2,60 -67345,sell_mtf_cross_all_tf,sell,2026-01-03 21:51:00,836.0,3.6221,1,leg_gt,0.2,60 -67346,sell_mtf_cross_all_tf,sell,2026-01-03 21:54:00,834.0,3.3739,1,leg_gt,0.2,60 -67347,sell_mtf_cross_all_tf,sell,2026-01-03 22:00:00,835.0,3.498,1,leg_gt,0.21,60 -67348,sell_mtf_cross_all_tf,sell,2026-01-03 22:06:00,835.0,3.498,1,leg_gt,0.21,60 -67349,sell_mtf_cross_all_tf,sell,2026-01-03 22:09:00,835.0,3.498,1,leg_gt,0.21,60 -67350,sell_mtf_cross_all_tf,sell,2026-01-03 22:12:00,835.0,3.498,1,leg_gt,0.21,60 -67351,sell_mtf_cross_all_tf,sell,2026-01-03 22:21:00,836.0,3.6221,1,leg_gt,0.22,60 -67352,sell_mtf_cross_all_tf,sell,2026-01-03 22:24:00,836.0,3.6221,1,leg_gt,0.22,60 -67353,sell_mtf_cross_all_tf,sell,2026-01-04 01:30:00,835.0,3.498,1,leg_gt,0.35,60 -67354,sell_mtf_cross_all_tf,sell,2026-01-04 01:33:00,834.0,3.3739,1,leg_gt,0.35,60 -67355,sell_mtf_cross_all_tf,sell,2026-01-04 01:36:00,835.0,3.498,1,leg_gt,0.36,60 -67356,sell_mtf_cross_all_tf,sell,2026-01-04 02:00:00,856.0,6.1035,1,leg_gt,0.37,60 -67357,sell_mtf_cross_all_tf,sell,2026-01-04 02:03:00,854.0,5.8553,1,leg_gt,0.38,60 -67358,sell_mtf_cross_all_tf,sell,2026-01-04 02:06:00,855.0,5.9794,1,leg_gt,0.38,60 -67359,sell_mtf_cross_all_tf,sell,2026-01-04 02:09:00,852.0,5.6072,1,leg_gt,0.38,60 -67360,sell_mtf_cross_all_tf,sell,2026-01-04 02:42:00,860.0,6.5998,1,leg_gt,0.4,60 -67361,sell_mtf_cross_all_tf,sell,2026-01-04 08:00:00,850.0,2.557,1,leg_gt,0.12,60 -67362,sell_mtf_cross_all_tf,sell,2026-01-04 08:06:00,848.0,2.3155,1,leg_gt,0.13,60 -67363,sell_mtf_cross_all_tf,sell,2026-01-04 11:30:00,851.0,2.6778,1,leg_gt,0.27,60 -67364,sell_mtf_cross_all_tf,sell,2026-01-04 11:33:00,850.0,2.557,1,leg_gt,0.27,60 -67365,sell_mtf_cross_all_tf,sell,2026-01-04 11:36:00,851.0,2.6778,1,leg_gt,0.27,60 -67366,sell_mtf_cross_all_tf,sell,2026-01-04 12:15:00,854.0,3.0401,1,leg_gt,0.3,60 -67367,sell_mtf_cross_all_tf,sell,2026-01-04 12:27:00,854.0,3.0401,1,leg_gt,0.31,60 -67368,sell_mtf_cross_all_tf,sell,2026-01-04 12:42:00,856.0,3.2816,1,leg_gt,0.32,60 -67369,sell_mtf_cross_all_tf,sell,2026-01-04 12:45:00,855.0,3.1609,1,leg_gt,0.32,60 -67370,sell_mtf_cross_all_tf,sell,2026-01-04 12:48:00,856.0,3.2816,1,leg_gt,0.32,60 -67371,sell_mtf_cross_all_tf,sell,2026-01-04 15:06:00,859.0,3.644,1,leg_gt,0.42,60 -67372,sell_mtf_cross_all_tf,sell,2026-01-04 15:09:00,858.0,3.5232,1,leg_gt,0.42,60 -67373,sell_mtf_cross_all_tf,sell,2026-01-04 15:12:00,858.0,3.5232,1,leg_gt,0.42,60 -67374,sell_mtf_cross_all_tf,sell,2026-01-04 15:15:00,859.0,3.644,1,leg_gt,0.42,60 -67375,sell_mtf_cross_all_tf,sell,2026-01-04 15:18:00,858.0,3.5232,1,leg_gt,0.43,60 -67376,sell_mtf_cross_all_tf,sell,2026-01-04 15:21:00,860.0,3.7647,1,leg_gt,0.43,60 -67377,sell_mtf_cross_all_tf,sell,2026-01-04 21:39:00,857.0,3.4024,1,leg_gt,0.69,60 -67378,sell_mtf_cross_all_tf,sell,2026-01-04 23:21:00,862.0,4.0063,1,leg_gt,0.76,60 -67379,sell_mtf_cross_all_tf,sell,2026-01-04 23:24:00,862.0,4.0063,1,leg_gt,0.76,60 -67380,sell_mtf_cross_all_tf,sell,2026-01-04 23:45:00,864.0,4.2478,1,leg_gt,0.78,60 -67381,sell_mtf_cross_all_tf,sell,2026-01-04 23:48:00,864.0,4.2478,1,leg_gt,0.78,60 -67382,sell_mtf_cross_all_tf,sell,2026-01-04 23:51:00,866.0,4.4894,1,leg_gt,0.78,60 -67383,sell_mtf_cross_all_tf,sell,2026-01-04 23:54:00,866.0,4.4894,1,leg_gt,0.79,60 -67384,sell_mtf_cross_all_tf,sell,2026-01-05 00:12:00,866.0,4.4894,1,leg_gt,0.8,60 -67385,sell_mtf_cross_all_tf,sell,2026-01-05 01:00:00,870.0,4.9725,1,leg_gt,0.83,60 -67386,sell_mtf_cross_all_tf,sell,2026-01-05 01:12:00,876.0,5.6971,1,leg_gt,0.84,60 -67387,sell_mtf_cross_all_tf,sell,2026-01-05 01:15:00,875.0,5.5763,1,leg_gt,0.84,60 -67388,sell_mtf_cross_all_tf,sell,2026-01-05 01:18:00,876.0,5.6971,1,leg_gt,0.84,60 -67389,sell_mtf_cross_all_tf,sell,2026-01-05 01:21:00,875.0,5.5763,1,leg_gt,0.85,60 -67390,sell_mtf_cross_all_tf,sell,2026-01-05 01:24:00,878.0,5.9386,1,leg_gt,0.85,60 -67391,sell_mtf_cross_all_tf,sell,2026-01-05 01:27:00,879.0,6.0594,1,leg_gt,0.85,60 -67392,sell_mtf_cross_all_tf,sell,2026-01-05 01:36:00,877.0,5.8179,1,leg_gt,0.86,60 -67393,sell_mtf_cross_all_tf,sell,2026-01-05 01:39:00,880.0,6.1802,1,leg_gt,0.86,60 -67394,sell_mtf_cross_all_tf,sell,2026-01-05 01:51:00,878.0,5.9386,1,leg_gt,0.87,60 -67395,sell_mtf_cross_all_tf,sell,2026-01-05 01:54:00,879.0,6.0594,1,leg_gt,0.87,60 -67396,sell_mtf_cross_all_tf,sell,2026-01-05 02:00:00,880.0,6.1802,1,leg_gt,0.87,60 -67397,sell_mtf_cross_all_tf,sell,2026-01-05 02:03:00,880.0,6.1802,1,leg_gt,0.88,60 -67398,sell_mtf_cross_all_tf,sell,2026-01-05 10:15:00,873.0,5.3348,1,leg_gt,1.22,60 -67399,sell_mtf_cross_all_tf,sell,2026-01-05 10:18:00,873.0,5.3348,1,leg_gt,1.22,60 -67400,sell_mtf_cross_all_tf,sell,2026-01-05 10:45:00,880.0,6.1802,1,leg_gt,1.24,60 -67401,sell_mtf_cross_all_tf,sell,2026-01-05 10:54:00,882.0,6.4217,1,leg_gt,1.24,60 -67402,sell_mtf_cross_all_tf,sell,2026-01-05 10:57:00,882.0,6.4217,1,leg_gt,1.25,60 -67403,sell_mtf_cross_all_tf,sell,2026-01-05 11:00:00,881.0,6.301,1,leg_gt,1.25,60 -67404,sell_mtf_cross_all_tf,sell,2026-01-05 11:03:00,885.0,6.7841,1,leg_gt,1.25,60 -67405,sell_mtf_cross_all_tf,sell,2026-01-05 23:30:00,864.0,0.9526,1,leg_gt,0.41,60 -67406,sell_mtf_cross_all_tf,sell,2026-01-05 23:33:00,864.0,0.9526,1,leg_gt,0.42,60 -67407,sell_mtf_cross_all_tf,sell,2026-01-06 00:45:00,876.0,2.3561,1,leg_gt,0.47,60 -67408,sell_mtf_cross_all_tf,sell,2026-01-06 00:51:00,876.0,2.3561,1,leg_gt,0.47,60 -67409,sell_mtf_cross_all_tf,sell,2026-01-06 00:54:00,876.0,2.3561,1,leg_gt,0.47,60 -67410,sell_mtf_cross_all_tf,sell,2026-01-06 00:57:00,876.0,2.3561,1,leg_gt,0.48,60 -67411,sell_mtf_cross_all_tf,sell,2026-01-06 01:00:00,878.0,2.5901,1,leg_gt,0.48,60 -67412,sell_mtf_cross_all_tf,sell,2026-01-06 01:03:00,880.0,2.824,1,leg_gt,0.48,60 -67413,sell_mtf_cross_all_tf,sell,2026-01-06 01:06:00,877.0,2.4731,1,leg_gt,0.48,60 -67414,sell_mtf_cross_all_tf,sell,2026-01-06 01:15:00,879.0,2.707,1,leg_gt,0.49,60 -67415,sell_mtf_cross_all_tf,sell,2026-01-06 01:21:00,878.0,2.5901,1,leg_gt,0.49,60 -67416,sell_mtf_cross_all_tf,sell,2026-01-06 01:36:00,879.0,2.707,1,leg_gt,0.5,60 -67417,sell_mtf_cross_all_tf,sell,2026-01-06 01:54:00,881.0,2.9409,1,leg_gt,0.51,60 -67418,sell_mtf_cross_all_tf,sell,2026-01-06 01:57:00,881.0,2.9409,1,leg_gt,0.52,60 -67419,sell_mtf_cross_all_tf,sell,2026-01-06 02:12:00,884.0,3.2918,1,leg_gt,0.53,60 -67420,sell_mtf_cross_all_tf,sell,2026-01-06 02:15:00,883.0,3.1749,1,leg_gt,0.53,60 -67421,sell_mtf_cross_all_tf,sell,2026-01-06 02:18:00,884.0,3.2918,1,leg_gt,0.53,60 -67422,sell_mtf_cross_all_tf,sell,2026-01-06 03:36:00,926.0,8.2041,1,leg_gt,0.59,60 -67423,sell_mtf_cross_all_tf,sell,2026-01-06 03:39:00,924.0,7.9702,1,leg_gt,0.59,60 -67424,sell_mtf_cross_all_tf,sell,2026-01-06 03:42:00,925.0,8.0871,1,leg_gt,0.59,60 -67425,sell_mtf_cross_all_tf,sell,2026-01-06 03:45:00,929.0,8.555,1,leg_gt,0.59,60 -67426,sell_mtf_cross_all_tf,sell,2026-01-06 03:48:00,928.0,8.438,1,leg_gt,0.59,60 -67427,sell_mtf_cross_all_tf,sell,2026-01-06 03:51:00,929.0,8.555,1,leg_gt,0.6,60 -67428,sell_mtf_cross_all_tf,sell,2026-01-06 03:54:00,930.0,8.6719,1,leg_gt,0.6,60 -67429,sell_mtf_cross_all_tf,sell,2026-01-06 03:57:00,931.0,8.7889,1,leg_gt,0.6,60 -67430,sell_mtf_cross_all_tf,sell,2026-01-06 04:00:00,938.0,9.6076,1,leg_gt,0.6,60 -67431,sell_mtf_cross_all_tf,sell,2026-01-06 04:03:00,938.0,9.6076,1,leg_gt,0.6,60 -67432,sell_mtf_cross_all_tf,sell,2026-01-06 04:06:00,941.0,9.9585,1,leg_gt,0.61,60 -67433,sell_mtf_cross_all_tf,sell,2026-01-06 04:09:00,944.0,10.3094,1,leg_gt,0.61,60 -67434,sell_mtf_cross_all_tf,sell,2026-01-06 04:18:00,939.0,9.7246,1,leg_gt,0.61,60 -67435,sell_mtf_cross_all_tf,sell,2026-01-06 20:21:00,919.0,2.3526,1,leg_gt,0.15,60 -67436,sell_mtf_cross_all_tf,sell,2026-01-06 20:24:00,919.0,2.3526,1,leg_gt,0.15,60 -67437,sell_mtf_cross_all_tf,sell,2026-01-06 20:27:00,920.0,2.4641,1,leg_gt,0.15,60 -67438,sell_mtf_cross_all_tf,sell,2026-01-06 20:36:00,923.0,2.7986,1,leg_gt,0.16,60 -67439,sell_mtf_cross_all_tf,sell,2026-01-06 20:39:00,923.0,2.7986,1,leg_gt,0.16,60 -67440,sell_mtf_cross_all_tf,sell,2026-01-06 20:42:00,921.0,2.5756,1,leg_gt,0.16,60 -67441,sell_mtf_cross_all_tf,sell,2026-01-06 20:45:00,921.0,2.5756,1,leg_gt,0.16,60 -67442,sell_mtf_cross_all_tf,sell,2026-01-06 21:21:00,923.0,2.7986,1,leg_gt,0.19,60 -67443,sell_mtf_cross_all_tf,sell,2026-01-06 21:24:00,923.0,2.7986,1,leg_gt,0.19,60 -67444,sell_mtf_cross_all_tf,sell,2026-01-06 21:27:00,924.0,2.91,1,leg_gt,0.19,60 -67445,sell_mtf_cross_all_tf,sell,2026-01-06 21:36:00,925.0,3.0215,1,leg_gt,0.2,60 -67446,sell_mtf_cross_all_tf,sell,2026-01-06 21:39:00,925.0,3.0215,1,leg_gt,0.2,60 -67447,sell_mtf_cross_all_tf,sell,2026-01-06 22:30:00,927.0,3.2445,1,leg_gt,0.24,60 -67448,sell_mtf_cross_all_tf,sell,2026-01-06 22:45:00,928.0,3.356,1,leg_gt,0.25,60 -67449,sell_mtf_cross_all_tf,sell,2026-01-06 23:30:00,939.0,4.5823,1,leg_gt,0.28,60 -67450,sell_mtf_cross_all_tf,sell,2026-01-10 00:45:00,863.0,3.8759,1,leg_gt,1.04,60 -67451,sell_mtf_cross_all_tf,sell,2026-01-10 00:48:00,869.0,4.5988,1,leg_gt,1.05,60 -67452,sell_mtf_cross_all_tf,sell,2026-01-10 00:51:00,866.0,4.2373,1,leg_gt,1.05,60 -67453,sell_mtf_cross_all_tf,sell,2026-01-10 00:54:00,865.0,4.1169,1,leg_gt,1.05,60 -67454,sell_mtf_cross_all_tf,sell,2026-01-10 01:06:00,871.0,4.8398,1,leg_gt,1.06,60 -67455,sell_mtf_cross_all_tf,sell,2026-01-10 01:09:00,871.0,4.8398,1,leg_gt,1.06,60 -67456,sell_mtf_cross_all_tf,sell,2026-01-10 01:12:00,871.0,4.8398,1,leg_gt,1.06,60 -67457,sell_mtf_cross_all_tf,sell,2026-01-10 01:15:00,876.0,5.4422,1,leg_gt,1.06,60 -67458,sell_mtf_cross_all_tf,sell,2026-01-10 01:18:00,876.0,5.4422,1,leg_gt,1.07,60 -67459,sell_mtf_cross_all_tf,sell,2026-01-10 01:21:00,877.0,5.5627,1,leg_gt,1.07,60 -67460,sell_mtf_cross_all_tf,sell,2026-01-10 01:24:00,875.0,5.3217,1,leg_gt,1.07,60 -67461,sell_mtf_cross_all_tf,sell,2026-01-10 16:27:00,848.0,1.0933,1,leg_gt,0.05,60 -67462,sell_mtf_cross_all_tf,sell,2026-01-10 16:30:00,849.0,1.2126,1,leg_gt,0.05,60 -67463,sell_mtf_cross_all_tf,sell,2026-01-10 16:33:00,849.0,1.2126,1,leg_gt,0.05,60 -67464,sell_mtf_cross_all_tf,sell,2026-01-10 16:36:00,850.0,1.332,1,leg_gt,0.05,60 -67465,sell_mtf_cross_all_tf,sell,2026-01-10 16:39:00,850.0,1.332,1,leg_gt,0.06,60 -67466,sell_mtf_cross_all_tf,sell,2026-01-10 16:51:00,851.0,1.4513,1,leg_gt,0.06,60 -67467,sell_mtf_cross_all_tf,sell,2026-01-10 16:54:00,850.0,1.332,1,leg_gt,0.07,60 -67468,sell_mtf_cross_all_tf,sell,2026-01-10 16:57:00,850.0,1.332,1,leg_gt,0.07,60 -67469,sell_mtf_cross_all_tf,sell,2026-01-10 17:06:00,852.0,1.5706,1,leg_gt,0.08,60 -67470,sell_mtf_cross_all_tf,sell,2026-01-10 17:12:00,851.0,1.4513,1,leg_gt,0.08,60 -67471,sell_mtf_cross_all_tf,sell,2026-01-10 18:42:00,853.0,1.69,1,leg_gt,0.14,60 -67472,sell_mtf_cross_all_tf,sell,2026-01-10 18:45:00,853.0,1.69,1,leg_gt,0.14,60 -67473,sell_mtf_cross_all_tf,sell,2026-01-10 18:48:00,854.0,1.8093,1,leg_gt,0.15,60 -67474,sell_mtf_cross_all_tf,sell,2026-01-10 18:57:00,854.0,1.8093,1,leg_gt,0.15,60 -67475,sell_mtf_cross_all_tf,sell,2026-01-10 19:00:00,854.0,1.8093,1,leg_gt,0.15,60 -67476,sell_mtf_cross_all_tf,sell,2026-01-10 19:57:00,856.0,2.048,1,leg_gt,0.19,60 -67477,sell_mtf_cross_all_tf,sell,2026-01-10 20:00:00,856.0,2.048,1,leg_gt,0.2,60 -67478,sell_mtf_cross_all_tf,sell,2026-01-10 20:03:00,857.0,2.1673,1,leg_gt,0.2,60 -67479,sell_mtf_cross_all_tf,sell,2026-01-10 20:06:00,856.0,2.048,1,leg_gt,0.2,60 -67480,sell_mtf_cross_all_tf,sell,2026-01-10 20:09:00,856.0,2.048,1,leg_gt,0.2,60 -67481,sell_mtf_cross_all_tf,sell,2026-01-10 20:12:00,857.0,2.1673,1,leg_gt,0.2,60 -67482,sell_mtf_cross_all_tf,sell,2026-01-10 20:15:00,856.0,2.048,1,leg_gt,0.21,60 -67483,sell_mtf_cross_all_tf,sell,2026-01-10 20:18:00,857.0,2.1673,1,leg_gt,0.21,60 -67484,sell_mtf_cross_all_tf,sell,2026-01-10 21:06:00,862.0,2.764,1,leg_gt,0.24,60 -67485,sell_mtf_cross_all_tf,sell,2026-01-10 21:09:00,862.0,2.764,1,leg_gt,0.24,60 -67486,sell_mtf_cross_all_tf,sell,2026-01-10 21:12:00,862.0,2.764,1,leg_gt,0.25,60 -67487,sell_mtf_cross_all_tf,sell,2026-01-10 21:15:00,862.0,2.764,1,leg_gt,0.25,60 -67488,sell_mtf_cross_all_tf,sell,2026-01-10 21:18:00,864.0,3.0026,1,leg_gt,0.25,60 -67489,sell_mtf_cross_all_tf,sell,2026-01-10 21:21:00,864.0,3.0026,1,leg_gt,0.25,60 -67490,sell_mtf_cross_all_tf,sell,2026-01-10 21:24:00,863.0,2.8833,1,leg_gt,0.25,60 -67491,sell_mtf_cross_all_tf,sell,2026-01-10 21:27:00,863.0,2.8833,1,leg_gt,0.26,60 -67492,sell_mtf_cross_all_tf,sell,2026-01-10 22:21:00,867.0,3.3606,1,leg_gt,0.29,60 -67493,sell_mtf_cross_all_tf,sell,2026-01-10 22:24:00,866.0,3.2413,1,leg_gt,0.3,60 -67494,sell_mtf_cross_all_tf,sell,2026-01-13 14:00:00,828.0,1.1225,1,leg_gt,0.25,60 -67495,sell_mtf_cross_all_tf,sell,2026-01-13 16:00:00,836.0,2.1005,1,leg_gt,0.33,60 -67496,sell_mtf_cross_all_tf,sell,2026-01-13 16:03:00,835.0,1.9782,1,leg_gt,0.33,60 -67497,sell_mtf_cross_all_tf,sell,2026-01-13 18:00:00,837.0,2.2227,1,leg_gt,0.41,60 -67498,sell_mtf_cross_all_tf,sell,2026-01-13 18:03:00,837.0,2.2227,1,leg_gt,0.42,60 -67499,sell_mtf_cross_all_tf,sell,2026-01-13 18:15:00,838.0,2.345,1,leg_gt,0.42,60 -67500,sell_mtf_cross_all_tf,sell,2026-01-13 18:27:00,838.0,2.345,1,leg_gt,0.43,60 -67501,sell_mtf_cross_all_tf,sell,2026-01-13 18:30:00,838.0,2.345,1,leg_gt,0.44,60 -67502,sell_mtf_cross_all_tf,sell,2026-01-13 18:33:00,840.0,2.5895,1,leg_gt,0.44,60 -67503,sell_mtf_cross_all_tf,sell,2026-01-13 19:12:00,840.0,2.5895,1,leg_gt,0.46,60 -67504,sell_mtf_cross_all_tf,sell,2026-01-13 20:00:00,841.0,2.7117,1,leg_gt,0.5,60 -67505,sell_mtf_cross_all_tf,sell,2026-01-13 20:36:00,845.0,3.2007,1,leg_gt,0.52,60 -67506,sell_mtf_cross_all_tf,sell,2026-01-13 20:45:00,845.0,3.2007,1,leg_gt,0.53,60 -67507,sell_mtf_cross_all_tf,sell,2026-01-13 20:48:00,845.0,3.2007,1,leg_gt,0.53,60 -67508,sell_mtf_cross_all_tf,sell,2026-01-13 22:12:00,847.0,3.4452,1,leg_gt,0.59,60 -67509,sell_mtf_cross_all_tf,sell,2026-01-13 22:15:00,847.0,3.4452,1,leg_gt,0.59,60 -67510,sell_mtf_cross_all_tf,sell,2026-01-13 22:18:00,847.0,3.4452,1,leg_gt,0.59,60 -67511,sell_mtf_cross_all_tf,sell,2026-01-13 22:21:00,849.0,3.6897,1,leg_gt,0.6,60 -67512,sell_mtf_cross_all_tf,sell,2026-01-13 22:24:00,849.0,3.6897,1,leg_gt,0.6,60 -67513,sell_mtf_cross_all_tf,sell,2026-01-13 23:00:00,858.0,4.79,1,leg_gt,0.62,60 -67514,sell_mtf_cross_all_tf,sell,2026-01-13 23:03:00,857.0,4.6677,1,leg_gt,0.62,60 -67515,sell_mtf_cross_all_tf,sell,2026-01-13 23:15:00,859.0,4.9122,1,leg_gt,0.63,60 -67516,sell_mtf_cross_all_tf,sell,2026-01-13 23:18:00,861.0,5.1567,1,leg_gt,0.64,60 -67517,sell_mtf_cross_all_tf,sell,2026-01-13 23:21:00,861.0,5.1567,1,leg_gt,0.64,60 -67518,sell_mtf_cross_all_tf,sell,2026-01-13 23:45:00,878.0,7.235,1,leg_gt,0.65,60 -67519,sell_mtf_cross_all_tf,sell,2026-01-13 23:48:00,877.0,7.1127,1,leg_gt,0.66,60 -67520,sell_mtf_cross_all_tf,sell,2026-01-13 23:51:00,874.0,6.746,1,leg_gt,0.66,60 -67521,sell_mtf_cross_all_tf,sell,2026-01-14 00:36:00,878.0,7.235,1,leg_gt,0.69,60 -67522,sell_mtf_cross_all_tf,sell,2026-01-14 01:12:00,890.0,8.702,1,leg_gt,0.71,60 -67523,sell_mtf_cross_all_tf,sell,2026-01-14 01:36:00,894.0,9.191,1,leg_gt,0.73,60 -67524,sell_mtf_cross_all_tf,sell,2026-01-14 01:39:00,893.0,9.0687,1,leg_gt,0.73,60 -67525,sell_mtf_cross_all_tf,sell,2026-01-14 01:51:00,899.0,9.8022,1,leg_gt,0.74,60 -67526,sell_mtf_cross_all_tf,sell,2026-01-14 01:57:00,897.0,9.5577,1,leg_gt,0.75,60 -67527,sell_mtf_cross_all_tf,sell,2026-01-14 07:30:00,911.0,11.2692,1,leg_gt,0.98,60 -67528,sell_mtf_cross_all_tf,sell,2026-01-14 07:33:00,912.0,11.3914,1,leg_gt,0.98,60 -67529,sell_mtf_cross_all_tf,sell,2026-01-14 07:36:00,913.0,11.5137,1,leg_gt,0.98,60 -67530,sell_mtf_cross_all_tf,sell,2026-01-14 07:39:00,916.0,11.8804,1,leg_gt,0.98,60 -67531,sell_mtf_cross_all_tf,sell,2026-01-14 07:42:00,917.0,12.0027,1,leg_gt,0.99,60 -67532,sell_mtf_cross_all_tf,sell,2026-01-14 07:45:00,917.0,12.0027,1,leg_gt,0.99,60 -67533,sell_mtf_cross_all_tf,sell,2026-01-14 07:48:00,918.0,12.1249,1,leg_gt,0.99,60 -67534,sell_mtf_cross_all_tf,sell,2026-01-14 07:51:00,917.0,12.0027,1,leg_gt,0.99,60 -67535,sell_mtf_cross_all_tf,sell,2026-01-14 07:54:00,917.0,12.0027,1,leg_gt,0.99,60 -67536,sell_mtf_cross_all_tf,sell,2026-01-14 07:57:00,916.0,11.8804,1,leg_gt,1.0,60 -67537,sell_mtf_cross_all_tf,sell,2026-01-29 06:21:00,734.0,11.7902,1,leg_gt,1.15,60 -67538,sell_mtf_cross_all_tf,sell,2026-01-29 06:24:00,732.0,11.4854,1,leg_gt,1.15,60 -67539,sell_mtf_cross_all_tf,sell,2026-01-29 06:27:00,739.0,12.5524,1,leg_gt,1.15,60 -67540,sell_mtf_cross_all_tf,sell,2026-01-29 06:30:00,754.0,14.839,1,leg_gt,1.15,60 -67541,sell_mtf_cross_all_tf,sell,2026-01-29 06:33:00,754.0,14.839,1,leg_gt,1.16,60 -67542,sell_mtf_cross_all_tf,sell,2026-01-29 06:36:00,763.0,16.211,1,leg_gt,1.16,60 -67543,sell_mtf_cross_all_tf,sell,2026-01-29 06:39:00,779.0,18.65,1,leg_gt,1.16,60 -67544,sell_mtf_cross_all_tf,sell,2026-01-29 06:42:00,787.0,19.8695,1,leg_gt,1.16,60 -67545,sell_mtf_cross_all_tf,sell,2026-01-29 06:45:00,779.0,18.65,1,leg_gt,1.16,60 -67546,sell_mtf_cross_all_tf,sell,2026-01-29 06:48:00,798.0,21.5463,1,leg_gt,1.17,60 -67547,sell_mtf_cross_all_tf,sell,2026-01-29 06:51:00,806.0,22.7659,1,leg_gt,1.17,60 -67548,sell_mtf_cross_all_tf,sell,2026-01-29 06:54:00,806.0,22.7659,1,leg_gt,1.17,60 -67549,sell_mtf_cross_all_tf,sell,2026-01-29 06:57:00,782.0,19.1073,1,leg_gt,1.17,60 -67550,sell_mtf_cross_all_tf,sell,2026-01-29 07:00:00,793.0,20.7841,1,leg_gt,1.18,60 -67551,sell_mtf_cross_all_tf,sell,2026-01-29 07:57:00,907.0,38.1622,1,leg_gt,1.21,60 -67552,sell_mtf_cross_all_tf,sell,2026-01-29 08:00:00,912.0,38.9244,1,leg_gt,1.22,60 -67553,sell_mtf_cross_all_tf,sell,2026-01-29 08:03:00,923.0,40.6012,1,leg_gt,1.22,60 -67554,sell_mtf_cross_all_tf,sell,2026-01-29 08:15:00,915.0,39.3817,1,leg_gt,1.23,60 -67555,sell_mtf_cross_all_tf,sell,2026-01-29 08:18:00,930.0,41.6683,1,leg_gt,1.23,60 -67556,sell_mtf_cross_all_tf,sell,2026-02-03 00:33:00,603.0,5.3196,1,leg_gt,0.37,60 -67557,sell_mtf_cross_all_tf,sell,2026-02-03 00:57:00,605.0,5.6692,1,leg_gt,0.39,60 -67558,sell_mtf_cross_all_tf,sell,2026-02-03 01:00:00,607.0,6.0189,1,leg_gt,0.39,60 -67559,sell_mtf_cross_all_tf,sell,2026-02-03 01:12:00,607.0,6.0189,1,leg_gt,0.4,60 -67560,sell_mtf_cross_all_tf,sell,2026-02-03 08:30:00,602.0,5.1448,1,leg_gt,0.7,60 -67561,sell_mtf_cross_all_tf,sell,2026-02-03 08:33:00,603.0,5.3196,1,leg_gt,0.71,60 -67562,sell_mtf_cross_all_tf,sell,2026-02-03 08:51:00,610.0,6.5434,1,leg_gt,0.72,60 -67563,sell_mtf_cross_all_tf,sell,2026-02-03 08:54:00,608.0,6.1937,1,leg_gt,0.72,60 -67564,sell_mtf_cross_all_tf,sell,2026-02-03 08:57:00,609.0,6.3685,1,leg_gt,0.72,60 -67565,sell_mtf_cross_all_tf,sell,2026-02-03 09:00:00,609.0,6.3685,1,leg_gt,0.72,60 -67566,sell_mtf_cross_all_tf,sell,2026-02-03 09:30:00,610.0,6.5434,1,leg_gt,0.75,60 -67567,sell_mtf_cross_all_tf,sell,2026-02-03 21:21:00,602.0,1.9339,1,leg_gt,0.39,60 -67568,sell_mtf_cross_all_tf,sell,2026-02-03 21:33:00,602.0,1.9339,1,leg_gt,0.4,60 -67569,sell_mtf_cross_all_tf,sell,2026-02-03 21:45:00,603.0,2.1034,1,leg_gt,0.41,60 -67570,sell_mtf_cross_all_tf,sell,2026-02-03 21:48:00,605.0,2.4424,1,leg_gt,0.41,60 -67571,sell_mtf_cross_all_tf,sell,2026-02-03 22:00:00,606.0,2.6119,1,leg_gt,0.42,60 -67572,sell_mtf_cross_all_tf,sell,2026-02-03 22:03:00,605.0,2.4424,1,leg_gt,0.42,60 -67573,sell_mtf_cross_all_tf,sell,2026-02-03 22:21:00,607.0,2.7814,1,leg_gt,0.43,60 -67574,sell_mtf_cross_all_tf,sell,2026-02-03 22:24:00,606.0,2.6119,1,leg_gt,0.43,60 -67575,sell_mtf_cross_all_tf,sell,2026-02-03 22:27:00,608.0,2.9508,1,leg_gt,0.44,60 -67576,sell_mtf_cross_all_tf,sell,2026-02-04 00:51:00,616.0,4.3068,1,leg_gt,0.54,60 -67577,sell_mtf_cross_all_tf,sell,2026-02-04 00:54:00,614.0,3.9678,1,leg_gt,0.54,60 -67578,sell_mtf_cross_all_tf,sell,2026-02-04 00:57:00,614.0,3.9678,1,leg_gt,0.54,60 -67579,sell_mtf_cross_all_tf,sell,2026-02-04 01:00:00,614.0,3.9678,1,leg_gt,0.54,60 -67580,sell_mtf_cross_all_tf,sell,2026-02-04 04:36:00,628.0,6.3407,1,leg_gt,0.05,60 -67581,sell_mtf_cross_all_tf,sell,2026-02-04 04:39:00,626.0,6.0017,1,leg_gt,0.05,60 -67582,sell_mtf_cross_all_tf,sell,2026-02-04 04:42:00,625.0,5.8322,1,leg_gt,0.06,60 -67583,sell_mtf_cross_all_tf,sell,2026-02-04 06:06:00,630.0,6.6797,1,leg_gt,0.11,60 -67584,sell_mtf_cross_all_tf,sell,2026-02-04 06:09:00,626.0,6.0017,1,leg_gt,0.12,60 -67585,sell_mtf_cross_all_tf,sell,2026-02-04 12:51:00,615.0,4.1373,1,leg_gt,0.4,60 -67586,sell_mtf_cross_all_tf,sell,2026-02-04 12:54:00,615.0,4.1373,1,leg_gt,0.4,60 -67587,sell_mtf_cross_all_tf,sell,2026-02-04 12:57:00,615.0,4.1373,1,leg_gt,0.4,60 -67588,sell_mtf_cross_all_tf,sell,2026-02-07 00:00:00,591.0,16.01,1,leg_gt,0.32,60 -67589,sell_mtf_cross_all_tf,sell,2026-02-07 00:03:00,592.0,16.2065,1,leg_gt,0.32,60 -67590,sell_mtf_cross_all_tf,sell,2026-02-07 00:12:00,592.0,16.2065,1,leg_gt,0.33,60 -67591,sell_mtf_cross_all_tf,sell,2026-02-07 01:15:00,596.0,16.9923,1,leg_gt,0.38,60 -67592,sell_mtf_cross_all_tf,sell,2026-02-07 01:27:00,597.0,17.1888,1,leg_gt,0.38,60 -67593,sell_mtf_cross_all_tf,sell,2026-02-07 01:30:00,597.0,17.1888,1,leg_gt,0.39,60 -67594,sell_mtf_cross_all_tf,sell,2026-02-07 01:33:00,596.0,16.9923,1,leg_gt,0.39,60 -67595,sell_mtf_cross_all_tf,sell,2026-02-07 01:39:00,599.0,17.5817,1,leg_gt,0.39,60 -67596,sell_mtf_cross_all_tf,sell,2026-02-07 01:42:00,597.0,17.1888,1,leg_gt,0.39,60 -67597,sell_mtf_cross_all_tf,sell,2026-02-07 01:45:00,599.0,17.5817,1,leg_gt,0.4,60 -67598,sell_mtf_cross_all_tf,sell,2026-02-07 01:48:00,598.0,17.3853,1,leg_gt,0.4,60 -67599,sell_mtf_cross_all_tf,sell,2026-02-07 02:15:00,603.0,18.3676,1,leg_gt,0.42,60 -67600,sell_mtf_cross_all_tf,sell,2026-02-07 02:18:00,604.0,18.564,1,leg_gt,0.42,60 -67601,sell_mtf_cross_all_tf,sell,2026-02-07 02:27:00,606.0,18.957,1,leg_gt,0.42,60 -67602,sell_mtf_cross_all_tf,sell,2026-02-07 02:45:00,611.0,19.9393,1,leg_gt,0.44,60 -67603,sell_mtf_cross_all_tf,sell,2026-02-07 02:48:00,611.0,19.9393,1,leg_gt,0.44,60 -67604,sell_mtf_cross_all_tf,sell,2026-02-07 02:51:00,609.0,19.5464,1,leg_gt,0.44,60 -67605,sell_mtf_cross_all_tf,sell,2026-02-07 02:54:00,609.0,19.5464,1,leg_gt,0.44,60 -67606,sell_mtf_cross_all_tf,sell,2026-02-07 07:45:00,603.0,18.3676,1,leg_gt,0.65,60 -67607,sell_mtf_cross_all_tf,sell,2026-02-07 07:51:00,604.0,18.564,1,leg_gt,0.65,60 -67608,sell_mtf_cross_all_tf,sell,2026-02-07 07:54:00,605.0,18.7605,1,leg_gt,0.65,60 -67609,sell_mtf_cross_all_tf,sell,2026-02-07 07:57:00,605.0,18.7605,1,leg_gt,0.65,60 -67610,sell_mtf_cross_all_tf,sell,2026-02-07 08:00:00,605.0,18.7605,1,leg_gt,0.66,60 -67611,sell_mtf_cross_all_tf,sell,2026-02-07 08:03:00,607.0,19.1534,1,leg_gt,0.66,60 -67612,sell_mtf_cross_all_tf,sell,2026-02-07 08:06:00,607.0,19.1534,1,leg_gt,0.66,60 -67613,sell_mtf_cross_all_tf,sell,2026-02-07 08:09:00,608.0,19.3499,1,leg_gt,0.66,60 -67614,sell_mtf_cross_all_tf,sell,2026-02-07 08:12:00,606.0,18.957,1,leg_gt,0.66,60 -67615,sell_mtf_cross_all_tf,sell,2026-02-07 11:48:00,605.0,2.9664,1,leg_gt,0.06,60 -67616,sell_mtf_cross_all_tf,sell,2026-02-07 11:51:00,605.0,2.9664,1,leg_gt,0.06,60 -67617,sell_mtf_cross_all_tf,sell,2026-02-07 11:54:00,605.0,2.9664,1,leg_gt,0.06,60 -67618,sell_mtf_cross_all_tf,sell,2026-02-07 12:27:00,612.0,4.1589,1,leg_gt,0.09,60 -67619,sell_mtf_cross_all_tf,sell,2026-02-07 12:30:00,611.0,3.9886,1,leg_gt,0.09,60 -67620,sell_mtf_cross_all_tf,sell,2026-02-08 03:45:00,595.0,3.3783,1,leg_gt,0.31,60 -67621,sell_mtf_cross_all_tf,sell,2026-02-08 03:48:00,594.0,3.2043,1,leg_gt,0.31,60 -67622,sell_mtf_cross_all_tf,sell,2026-02-08 03:51:00,595.0,3.3783,1,leg_gt,0.31,60 -67623,sell_mtf_cross_all_tf,sell,2026-02-08 03:54:00,595.0,3.3783,1,leg_gt,0.31,60 -67624,sell_mtf_cross_all_tf,sell,2026-02-08 17:15:00,589.0,2.3348,1,leg_gt,0.87,60 -67625,sell_mtf_cross_all_tf,sell,2026-02-08 17:42:00,596.0,3.5522,1,leg_gt,0.89,60 -67626,sell_mtf_cross_all_tf,sell,2026-02-08 17:45:00,596.0,3.5522,1,leg_gt,0.89,60 -67627,sell_mtf_cross_all_tf,sell,2026-02-08 17:48:00,597.0,3.7261,1,leg_gt,0.89,60 -67628,sell_mtf_cross_all_tf,sell,2026-02-08 17:57:00,597.0,3.7261,1,leg_gt,0.9,60 -67629,sell_mtf_cross_all_tf,sell,2026-02-08 18:00:00,598.0,3.9,1,leg_gt,0.9,60 -67630,sell_mtf_cross_all_tf,sell,2026-02-08 18:03:00,597.0,3.7261,1,leg_gt,0.9,60 -67631,sell_mtf_cross_all_tf,sell,2026-02-08 22:00:00,597.0,3.7261,1,leg_gt,1.07,60 -67632,sell_mtf_cross_all_tf,sell,2026-02-08 23:00:00,599.0,4.0739,1,leg_gt,1.11,60 -67633,sell_mtf_cross_all_tf,sell,2026-02-08 23:03:00,599.0,4.0739,1,leg_gt,1.11,60 -67634,sell_mtf_cross_all_tf,sell,2026-02-13 16:12:00,561.0,2.0858,1,leg_gt,0.43,60 -67635,sell_mtf_cross_all_tf,sell,2026-02-13 16:27:00,561.0,2.0858,1,leg_gt,0.44,60 -67636,sell_mtf_cross_all_tf,sell,2026-02-13 16:30:00,561.0,2.0858,1,leg_gt,0.44,60 -67637,sell_mtf_cross_all_tf,sell,2026-02-13 16:33:00,561.0,2.0858,1,leg_gt,0.45,60 -67638,sell_mtf_cross_all_tf,sell,2026-02-13 17:12:00,562.0,2.2679,1,leg_gt,0.47,60 -67639,sell_mtf_cross_all_tf,sell,2026-02-13 17:57:00,568.0,3.3608,1,leg_gt,0.5,60 -67640,sell_mtf_cross_all_tf,sell,2026-02-13 18:00:00,567.0,3.1787,1,leg_gt,0.51,60 -67641,sell_mtf_cross_all_tf,sell,2026-02-13 22:39:00,566.0,2.9965,1,leg_gt,0.7,60 -67642,sell_mtf_cross_all_tf,sell,2026-02-13 23:30:00,567.0,3.1787,1,leg_gt,0.74,60 -67643,sell_mtf_cross_all_tf,sell,2026-02-13 23:45:00,569.0,3.543,1,leg_gt,0.75,60 -67644,sell_mtf_cross_all_tf,sell,2026-02-13 23:57:00,571.0,3.9073,1,leg_gt,0.75,60 -67645,sell_mtf_cross_all_tf,sell,2026-02-14 00:00:00,571.0,3.9073,1,leg_gt,0.76,60 -67646,sell_mtf_cross_all_tf,sell,2026-02-14 00:03:00,573.0,4.2716,1,leg_gt,0.76,60 -67647,sell_mtf_cross_all_tf,sell,2026-02-14 00:09:00,573.0,4.2716,1,leg_gt,0.76,60 -67648,sell_mtf_cross_all_tf,sell,2026-02-14 00:21:00,577.0,5.0002,1,leg_gt,0.77,60 -67649,sell_mtf_cross_all_tf,sell,2026-02-14 00:24:00,577.0,5.0002,1,leg_gt,0.77,60 -67650,sell_mtf_cross_all_tf,sell,2026-02-14 00:27:00,579.0,5.3645,1,leg_gt,0.78,60 -67651,sell_mtf_cross_all_tf,sell,2026-02-14 06:15:00,582.0,5.9109,1,leg_gt,1.02,60 -67652,sell_mtf_cross_all_tf,sell,2026-02-14 06:27:00,582.0,5.9109,1,leg_gt,1.02,60 -67653,sell_mtf_cross_all_tf,sell,2026-02-14 06:30:00,582.0,5.9109,1,leg_gt,1.03,60 -67654,sell_mtf_cross_all_tf,sell,2026-02-14 10:00:00,584.0,6.2752,1,leg_gt,1.17,60 -67655,sell_mtf_cross_all_tf,sell,2026-02-14 10:15:00,584.0,6.2752,1,leg_gt,1.18,60 -67656,sell_mtf_cross_all_tf,sell,2026-02-14 10:18:00,584.0,6.2752,1,leg_gt,1.19,60 -67657,sell_mtf_cross_all_tf,sell,2026-02-14 10:21:00,585.0,6.4574,1,leg_gt,1.19,60 -67658,sell_mtf_cross_all_tf,sell,2026-02-14 10:30:00,585.0,6.4574,1,leg_gt,1.19,60 -67659,sell_mtf_cross_all_tf,sell,2026-02-14 10:33:00,586.0,6.6395,1,leg_gt,1.2,60 -67660,sell_mtf_cross_all_tf,sell,2026-02-14 10:45:00,587.0,6.8217,1,leg_gt,1.2,60 -67661,sell_mtf_cross_all_tf,sell,2026-02-14 10:51:00,588.0,7.0038,1,leg_gt,1.21,60 -67662,sell_mtf_cross_all_tf,sell,2026-02-14 10:54:00,587.0,6.8217,1,leg_gt,1.21,60 -67663,sell_mtf_cross_all_tf,sell,2026-02-14 10:57:00,587.0,6.8217,1,leg_gt,1.21,60 -67664,sell_mtf_cross_all_tf,sell,2026-02-14 11:00:00,588.0,7.0038,1,leg_gt,1.21,60 -67665,sell_mtf_cross_all_tf,sell,2026-02-14 11:03:00,588.0,7.0038,1,leg_gt,1.22,60 -67666,sell_mtf_cross_all_tf,sell,2026-02-14 11:18:00,591.0,7.5503,1,leg_gt,1.23,60 -67667,sell_mtf_cross_all_tf,sell,2026-02-14 11:21:00,590.0,7.3681,1,leg_gt,1.23,60 -67668,sell_mtf_cross_all_tf,sell,2026-02-14 11:42:00,591.0,7.5503,1,leg_gt,1.24,60 -67669,sell_mtf_cross_all_tf,sell,2026-02-14 12:30:00,591.0,7.5503,1,leg_gt,1.28,60 -67670,sell_mtf_cross_all_tf,sell,2026-02-14 12:33:00,591.0,7.5503,1,leg_gt,1.28,60 -67671,sell_mtf_cross_all_tf,sell,2026-02-14 12:39:00,592.0,7.7324,1,leg_gt,1.28,60 -67672,sell_mtf_cross_all_tf,sell,2026-02-14 12:42:00,592.0,7.7324,1,leg_gt,1.29,60 -67673,sell_mtf_cross_all_tf,sell,2026-02-14 17:27:00,596.0,8.461,1,leg_gt,1.48,60 -67674,sell_mtf_cross_all_tf,sell,2026-02-14 17:30:00,595.0,8.2789,1,leg_gt,1.49,60 -67675,sell_mtf_cross_all_tf,sell,2026-02-14 17:33:00,596.0,8.461,1,leg_gt,1.49,60 -67676,sell_mtf_cross_all_tf,sell,2026-02-14 17:36:00,597.0,8.6432,1,leg_gt,1.49,60 -67677,sell_mtf_cross_all_tf,sell,2026-02-14 17:39:00,598.0,8.8253,1,leg_gt,1.49,60 -67678,sell_mtf_cross_all_tf,sell,2026-02-14 17:45:00,598.0,8.8253,1,leg_gt,1.5,60 -67679,sell_mtf_cross_all_tf,sell,2026-02-14 17:48:00,598.0,8.8253,1,leg_gt,1.5,60 -67680,sell_mtf_cross_all_tf,sell,2026-02-14 17:51:00,598.0,8.8253,1,leg_gt,1.5,60 -67681,sell_mtf_cross_all_tf,sell,2026-02-14 17:54:00,598.0,8.8253,1,leg_gt,1.5,60 -67682,sell_mtf_cross_all_tf,sell,2026-02-14 17:57:00,598.0,8.8253,1,leg_gt,1.5,60 -67683,sell_mtf_cross_all_tf,sell,2026-02-14 18:00:00,598.0,8.8253,1,leg_gt,1.51,60 -67684,sell_mtf_cross_all_tf,sell,2026-02-14 18:03:00,599.0,9.0075,1,leg_gt,1.51,60 -67685,sell_mtf_cross_all_tf,sell,2026-02-14 18:15:00,601.0,9.3718,1,leg_gt,1.52,60 -67686,sell_mtf_cross_all_tf,sell,2026-02-14 18:21:00,602.0,9.5539,1,leg_gt,1.52,60 -67687,sell_mtf_cross_all_tf,sell,2026-02-14 18:36:00,602.0,9.5539,1,leg_gt,1.53,60 -67688,sell_mtf_cross_all_tf,sell,2026-02-14 18:39:00,602.0,9.5539,1,leg_gt,1.53,60 -67689,sell_mtf_cross_all_tf,sell,2026-02-14 18:42:00,602.0,9.5539,1,leg_gt,1.54,60 -67690,sell_mtf_cross_all_tf,sell,2026-02-14 18:45:00,603.0,9.7361,1,leg_gt,1.54,60 -67691,sell_mtf_cross_all_tf,sell,2026-02-14 18:48:00,602.0,9.5539,1,leg_gt,1.54,60 -67692,sell_mtf_cross_all_tf,sell,2026-02-14 18:57:00,604.0,9.9182,1,leg_gt,1.55,60 -67693,sell_mtf_cross_all_tf,sell,2026-02-14 20:30:00,605.0,10.1004,1,leg_gt,1.61,60 -67694,sell_mtf_cross_all_tf,sell,2026-02-14 20:33:00,604.0,9.9182,1,leg_gt,1.61,60 -67695,sell_mtf_cross_all_tf,sell,2026-02-14 20:36:00,604.0,9.9182,1,leg_gt,1.61,60 -67696,sell_mtf_cross_all_tf,sell,2026-02-14 20:39:00,605.0,10.1004,1,leg_gt,1.62,60 -67697,sell_mtf_cross_all_tf,sell,2026-02-14 21:00:00,605.0,10.1004,1,leg_gt,1.63,60 -67698,sell_mtf_cross_all_tf,sell,2026-02-14 21:21:00,607.0,10.4647,1,leg_gt,1.65,60 -67699,sell_mtf_cross_all_tf,sell,2026-02-14 21:24:00,607.0,10.4647,1,leg_gt,1.65,60 -67700,sell_mtf_cross_all_tf,sell,2026-02-15 00:06:00,611.0,11.1933,1,leg_gt,1.76,60 -67701,sell_mtf_cross_all_tf,sell,2026-02-15 00:09:00,611.0,11.1933,1,leg_gt,1.76,60 -67702,sell_mtf_cross_all_tf,sell,2026-02-15 00:12:00,611.0,11.1933,1,leg_gt,1.76,60 -67703,sell_mtf_cross_all_tf,sell,2026-02-15 00:21:00,612.0,11.3754,1,leg_gt,1.77,60 -67704,sell_mtf_cross_all_tf,sell,2026-02-15 00:24:00,613.0,11.5576,1,leg_gt,1.77,60 -67705,sell_mtf_cross_all_tf,sell,2026-02-15 00:27:00,613.0,11.5576,1,leg_gt,1.78,60 -67706,sell_mtf_cross_all_tf,sell,2026-02-15 00:30:00,613.0,11.5576,1,leg_gt,1.78,60 -67707,sell_mtf_cross_all_tf,sell,2026-02-15 00:33:00,613.0,11.5576,1,leg_gt,1.78,60 -67708,sell_mtf_cross_all_tf,sell,2026-02-15 00:36:00,614.0,11.7397,1,leg_gt,1.78,60 -67709,sell_mtf_cross_all_tf,sell,2026-02-15 00:39:00,614.0,11.7397,1,leg_gt,1.78,60 -67710,sell_mtf_cross_all_tf,sell,2026-02-15 00:42:00,614.0,11.7397,1,leg_gt,1.79,60 -67711,sell_mtf_cross_all_tf,sell,2026-02-15 01:12:00,622.0,13.1969,1,leg_gt,1.81,60 -67712,sell_mtf_cross_all_tf,sell,2026-02-15 01:18:00,625.0,13.7434,1,leg_gt,1.81,60 -67713,sell_mtf_cross_all_tf,sell,2026-02-15 01:45:00,625.0,13.7434,1,leg_gt,1.83,60 -67714,sell_mtf_cross_all_tf,sell,2026-02-15 01:48:00,627.0,14.1077,1,leg_gt,1.83,60 -67715,sell_mtf_cross_all_tf,sell,2026-02-15 01:51:00,626.0,13.9255,1,leg_gt,1.83,60 -67716,sell_mtf_cross_all_tf,sell,2026-02-15 01:57:00,629.0,14.4719,1,leg_gt,1.84,60 -67717,sell_mtf_cross_all_tf,sell,2026-02-15 02:00:00,630.0,14.6541,1,leg_gt,1.84,60 -67718,sell_mtf_cross_all_tf,sell,2026-02-15 02:03:00,628.0,14.2898,1,leg_gt,1.84,60 -67719,sell_mtf_cross_all_tf,sell,2026-02-15 02:15:00,631.0,14.8362,1,leg_gt,1.85,60 -67720,sell_mtf_cross_all_tf,sell,2026-02-15 02:18:00,629.0,14.4719,1,leg_gt,1.85,60 -67721,sell_mtf_cross_all_tf,sell,2026-02-15 02:21:00,633.0,15.2005,1,leg_gt,1.85,60 -67722,sell_mtf_cross_all_tf,sell,2026-02-15 02:30:00,635.0,15.5648,1,leg_gt,1.86,60 -67723,sell_mtf_cross_all_tf,sell,2026-02-15 02:33:00,635.0,15.5648,1,leg_gt,1.86,60 -67724,sell_mtf_cross_all_tf,sell,2026-02-15 03:21:00,635.0,15.5648,1,leg_gt,1.9,60 -67725,sell_mtf_cross_all_tf,sell,2026-02-15 03:24:00,635.0,15.5648,1,leg_gt,1.9,60 -67726,sell_mtf_cross_all_tf,sell,2026-02-15 04:51:00,639.0,16.2934,1,leg_gt,1.96,60 -67727,sell_mtf_cross_all_tf,sell,2026-02-15 06:15:00,641.0,16.6577,1,leg_gt,2.02,60 -67728,sell_mtf_cross_all_tf,sell,2026-02-15 06:18:00,641.0,16.6577,1,leg_gt,2.02,60 -67729,sell_mtf_cross_all_tf,sell,2026-02-15 14:54:00,629.0,14.4719,1,leg_gt,2.38,60 -67730,sell_mtf_cross_all_tf,sell,2026-02-15 14:57:00,629.0,14.4719,1,leg_gt,2.38,60 -67731,sell_mtf_cross_all_tf,sell,2026-02-15 15:00:00,629.0,14.4719,1,leg_gt,2.38,60 -67732,sell_mtf_cross_all_tf,sell,2026-02-15 15:03:00,630.0,14.6541,1,leg_gt,2.38,60 -67733,sell_mtf_cross_all_tf,sell,2026-02-15 15:06:00,630.0,14.6541,1,leg_gt,2.39,60 -67734,sell_mtf_cross_all_tf,sell,2026-02-15 15:15:00,631.0,14.8362,1,leg_gt,2.39,60 -67735,sell_mtf_cross_all_tf,sell,2026-02-15 15:24:00,633.0,15.2005,1,leg_gt,2.4,60 -67736,sell_mtf_cross_all_tf,sell,2026-02-15 15:36:00,635.0,15.5648,1,leg_gt,2.41,60 -67737,sell_mtf_cross_all_tf,sell,2026-02-15 15:39:00,633.0,15.2005,1,leg_gt,2.41,60 -67738,sell_mtf_cross_all_tf,sell,2026-02-21 00:30:00,575.0,4.0667,1,leg_gt,0.08,60 -67739,sell_mtf_cross_all_tf,sell,2026-02-21 00:33:00,573.0,3.7043,1,leg_gt,0.08,60 -67740,sell_mtf_cross_all_tf,sell,2026-02-21 00:39:00,571.0,3.342,1,leg_gt,0.09,60 -67741,sell_mtf_cross_all_tf,sell,2026-02-21 01:00:00,574.0,3.8855,1,leg_gt,0.1,60 -67742,sell_mtf_cross_all_tf,sell,2026-02-21 01:15:00,581.0,5.1536,1,leg_gt,0.11,60 -67743,sell_mtf_cross_all_tf,sell,2026-02-21 01:18:00,578.0,4.6101,1,leg_gt,0.11,60 -67744,sell_mtf_cross_all_tf,sell,2026-02-21 01:27:00,581.0,5.1536,1,leg_gt,0.12,60 -67745,sell_mtf_cross_all_tf,sell,2026-02-21 09:06:00,576.0,4.2478,1,leg_gt,0.44,60 -67746,sell_mtf_cross_all_tf,sell,2026-02-21 11:00:00,576.0,4.2478,1,leg_gt,0.52,60 -67747,sell_mtf_cross_all_tf,sell,2026-02-21 11:03:00,576.0,4.2478,1,leg_gt,0.52,60 -67748,sell_mtf_cross_all_tf,sell,2026-02-21 11:12:00,576.0,4.2478,1,leg_gt,0.52,60 -67749,sell_mtf_cross_all_tf,sell,2026-02-21 11:21:00,577.0,4.429,1,leg_gt,0.53,60 -67750,sell_mtf_cross_all_tf,sell,2026-02-21 11:24:00,578.0,4.6101,1,leg_gt,0.53,60 -67751,sell_mtf_cross_all_tf,sell,2026-02-21 11:30:00,578.0,4.6101,1,leg_gt,0.54,60 -67752,sell_mtf_cross_all_tf,sell,2026-02-21 11:42:00,578.0,4.6101,1,leg_gt,0.55,60 -67753,sell_mtf_cross_all_tf,sell,2026-02-21 13:33:00,577.0,4.429,1,leg_gt,0.62,60 -67754,sell_mtf_cross_all_tf,sell,2026-02-21 14:21:00,579.0,4.7913,1,leg_gt,0.66,60 -67755,sell_mtf_cross_all_tf,sell,2026-02-21 14:27:00,579.0,4.7913,1,leg_gt,0.66,60 -67756,sell_mtf_cross_all_tf,sell,2026-02-21 14:30:00,579.0,4.7913,1,leg_gt,0.66,60 -67757,sell_mtf_cross_all_tf,sell,2026-02-21 14:36:00,579.0,4.7913,1,leg_gt,0.67,60 -67758,sell_mtf_cross_all_tf,sell,2026-02-21 14:39:00,579.0,4.7913,1,leg_gt,0.67,60 -67759,sell_mtf_cross_all_tf,sell,2026-02-21 14:42:00,580.0,4.9725,1,leg_gt,0.67,60 -67760,sell_mtf_cross_all_tf,sell,2026-02-21 15:09:00,581.0,5.1536,1,leg_gt,0.69,60 -67761,sell_mtf_cross_all_tf,sell,2026-02-21 15:12:00,582.0,5.3348,1,leg_gt,0.69,60 -67762,sell_mtf_cross_all_tf,sell,2026-02-21 15:24:00,582.0,5.3348,1,leg_gt,0.7,60 -67763,sell_mtf_cross_all_tf,sell,2026-02-21 18:06:00,582.0,5.3348,1,leg_gt,0.81,60 -67764,sell_mtf_cross_all_tf,sell,2026-02-21 18:42:00,585.0,5.8783,1,leg_gt,0.84,60 -67765,sell_mtf_cross_all_tf,sell,2026-02-21 18:48:00,585.0,5.8783,1,leg_gt,0.84,60 -67766,sell_mtf_cross_all_tf,sell,2026-02-25 00:00:00,552.0,2.8851,1,leg_gt,0.45,60 -67767,sell_mtf_cross_all_tf,sell,2026-02-25 00:03:00,551.0,2.6985,1,leg_gt,0.45,60 -67768,sell_mtf_cross_all_tf,sell,2026-02-25 00:09:00,553.0,3.0716,1,leg_gt,0.45,60 -67769,sell_mtf_cross_all_tf,sell,2026-02-25 00:36:00,565.0,5.3104,1,leg_gt,0.47,60 -67770,sell_mtf_cross_all_tf,sell,2026-02-25 10:36:00,572.0,4.2796,1,leg_gt,0.18,60 -67771,sell_mtf_cross_all_tf,sell,2026-02-25 10:39:00,571.0,4.0971,1,leg_gt,0.18,60 -67772,sell_mtf_cross_all_tf,sell,2026-02-25 10:42:00,570.0,3.9146,1,leg_gt,0.19,60 -67773,sell_mtf_cross_all_tf,sell,2026-02-25 10:45:00,569.0,3.7321,1,leg_gt,0.19,60 -67774,sell_mtf_cross_all_tf,sell,2026-02-25 10:48:00,569.0,3.7321,1,leg_gt,0.19,60 -67775,sell_mtf_cross_all_tf,sell,2026-02-25 17:06:00,569.0,3.7321,1,leg_gt,0.45,60 -67776,sell_mtf_cross_all_tf,sell,2026-02-25 17:09:00,569.0,3.7321,1,leg_gt,0.45,60 -67777,sell_mtf_cross_all_tf,sell,2026-02-25 17:21:00,570.0,3.9146,1,leg_gt,0.46,60 -67778,sell_mtf_cross_all_tf,sell,2026-02-25 17:24:00,570.0,3.9146,1,leg_gt,0.46,60 -67779,sell_mtf_cross_all_tf,sell,2026-02-25 17:27:00,571.0,4.0971,1,leg_gt,0.47,60 -67780,sell_mtf_cross_all_tf,sell,2026-02-25 17:30:00,571.0,4.0971,1,leg_gt,0.47,60 -67781,sell_mtf_cross_all_tf,sell,2026-02-25 17:33:00,570.0,3.9146,1,leg_gt,0.47,60 -67782,sell_mtf_cross_all_tf,sell,2026-02-25 17:36:00,571.0,4.0971,1,leg_gt,0.47,60 -67783,sell_mtf_cross_all_tf,sell,2026-02-25 17:39:00,571.0,4.0971,1,leg_gt,0.48,60 -67784,sell_mtf_cross_all_tf,sell,2026-02-25 17:42:00,571.0,4.0971,1,leg_gt,0.48,60 -67785,sell_mtf_cross_all_tf,sell,2026-02-25 18:30:00,583.0,6.2869,1,leg_gt,0.51,60 -67786,sell_mtf_cross_all_tf,sell,2026-02-25 18:33:00,585.0,6.6518,1,leg_gt,0.51,60 -67787,sell_mtf_cross_all_tf,sell,2026-02-25 18:36:00,584.0,6.4693,1,leg_gt,0.51,60 -67788,sell_mtf_cross_all_tf,sell,2026-02-25 18:39:00,583.0,6.2869,1,leg_gt,0.52,60 -67789,sell_mtf_cross_all_tf,sell,2026-02-25 18:42:00,583.0,6.2869,1,leg_gt,0.52,60 -67790,sell_mtf_cross_all_tf,sell,2026-02-25 18:45:00,583.0,6.2869,1,leg_gt,0.52,60 -67791,sell_mtf_cross_all_tf,sell,2026-02-25 18:48:00,584.0,6.4693,1,leg_gt,0.52,60 -67792,sell_mtf_cross_all_tf,sell,2026-02-25 18:51:00,586.0,6.8343,1,leg_gt,0.52,60 -67793,sell_mtf_cross_all_tf,sell,2026-02-25 18:54:00,585.0,6.6518,1,leg_gt,0.53,60 -67794,sell_mtf_cross_all_tf,sell,2026-02-25 18:57:00,586.0,6.8343,1,leg_gt,0.53,60 -67795,sell_mtf_cross_all_tf,sell,2026-02-25 19:00:00,586.0,6.8343,1,leg_gt,0.53,60 -67796,sell_mtf_cross_all_tf,sell,2026-02-25 19:03:00,588.0,7.1993,1,leg_gt,0.53,60 -67797,sell_mtf_cross_all_tf,sell,2026-02-25 19:06:00,586.0,6.8343,1,leg_gt,0.54,60 -67798,sell_mtf_cross_all_tf,sell,2026-02-25 19:12:00,587.0,7.0168,1,leg_gt,0.54,60 -67799,sell_mtf_cross_all_tf,sell,2026-02-25 19:18:00,589.0,7.3818,1,leg_gt,0.54,60 -67800,sell_mtf_cross_all_tf,sell,2026-02-25 19:21:00,589.0,7.3818,1,leg_gt,0.55,60 -67801,sell_mtf_cross_all_tf,sell,2026-02-25 19:54:00,591.0,7.7467,1,leg_gt,0.57,60 -67802,sell_mtf_cross_all_tf,sell,2026-02-26 00:57:00,590.0,7.5642,1,leg_gt,0.78,60 -67803,sell_mtf_cross_all_tf,sell,2026-02-26 01:00:00,591.0,7.7467,1,leg_gt,0.78,60 -67804,sell_mtf_cross_all_tf,sell,2026-02-26 01:06:00,594.0,8.2942,1,leg_gt,0.79,60 -67805,sell_mtf_cross_all_tf,sell,2026-02-26 01:09:00,595.0,8.4766,1,leg_gt,0.79,60 -67806,sell_mtf_cross_all_tf,sell,2026-02-26 02:15:00,604.0,10.119,1,leg_gt,0.83,60 -67807,sell_mtf_cross_all_tf,sell,2026-02-26 02:18:00,606.0,10.4839,1,leg_gt,0.84,60 -67808,sell_mtf_cross_all_tf,sell,2026-02-26 03:12:00,606.0,10.4839,1,leg_gt,0.87,60 -67809,sell_mtf_cross_all_tf,sell,2026-02-26 03:15:00,605.0,10.3015,1,leg_gt,0.88,60 -67810,sell_mtf_cross_all_tf,sell,2026-02-26 03:18:00,605.0,10.3015,1,leg_gt,0.88,60 -67811,sell_mtf_cross_all_tf,sell,2026-02-26 03:39:00,608.0,10.8489,1,leg_gt,0.89,60 -67812,sell_mtf_cross_all_tf,sell,2026-02-26 03:42:00,608.0,10.8489,1,leg_gt,0.89,60 -67813,sell_mtf_cross_all_tf,sell,2026-02-26 03:45:00,608.0,10.8489,1,leg_gt,0.9,60 -67814,sell_mtf_cross_all_tf,sell,2026-02-26 03:48:00,608.0,10.8489,1,leg_gt,0.9,60 -67815,sell_mtf_cross_all_tf,sell,2026-02-26 03:54:00,608.0,10.8489,1,leg_gt,0.9,60 -67816,sell_mtf_cross_all_tf,sell,2026-02-26 03:57:00,609.0,11.0314,1,leg_gt,0.9,60 -67817,sell_mtf_cross_all_tf,sell,2026-02-26 04:18:00,616.0,12.3088,1,leg_gt,0.92,60 -67818,sell_mtf_cross_all_tf,sell,2026-02-26 04:21:00,617.0,12.4912,1,leg_gt,0.92,60 -67819,sell_mtf_cross_all_tf,sell,2026-02-26 04:30:00,620.0,13.0387,1,leg_gt,0.93,60 -67820,sell_mtf_cross_all_tf,sell,2026-02-26 04:33:00,621.0,13.2212,1,leg_gt,0.93,60 -67821,sell_mtf_cross_all_tf,sell,2026-02-26 04:36:00,624.0,13.7686,1,leg_gt,0.93,60 -67822,sell_mtf_cross_all_tf,sell,2026-02-26 04:39:00,624.0,13.7686,1,leg_gt,0.93,60 -67823,sell_mtf_cross_all_tf,sell,2026-02-26 04:42:00,622.0,13.4036,1,leg_gt,0.94,60 -67824,sell_mtf_cross_all_tf,sell,2026-02-26 04:45:00,624.0,13.7686,1,leg_gt,0.94,60 -67825,sell_mtf_cross_all_tf,sell,2026-02-26 04:57:00,622.0,13.4036,1,leg_gt,0.95,60 -67826,sell_mtf_cross_all_tf,sell,2026-03-01 04:00:00,564.0,5.915,1,leg_gt,0.41,60 -67827,sell_mtf_cross_all_tf,sell,2026-03-01 04:45:00,567.0,6.4789,1,leg_gt,0.44,60 -67828,sell_mtf_cross_all_tf,sell,2026-03-01 04:48:00,568.0,6.6669,1,leg_gt,0.45,60 -67829,sell_mtf_cross_all_tf,sell,2026-03-01 04:54:00,569.0,6.8549,1,leg_gt,0.45,60 -67830,sell_mtf_cross_all_tf,sell,2026-03-01 05:06:00,569.0,6.8549,1,leg_gt,0.46,60 -67831,sell_mtf_cross_all_tf,sell,2026-03-01 05:09:00,569.0,6.8549,1,leg_gt,0.46,60 -67832,sell_mtf_cross_all_tf,sell,2026-03-01 05:12:00,571.0,7.2308,1,leg_gt,0.46,60 -67833,sell_mtf_cross_all_tf,sell,2026-03-01 05:15:00,571.0,7.2308,1,leg_gt,0.46,60 -67834,sell_mtf_cross_all_tf,sell,2026-03-01 05:18:00,571.0,7.2308,1,leg_gt,0.47,60 -67835,sell_mtf_cross_all_tf,sell,2026-03-01 05:36:00,576.0,8.1707,1,leg_gt,0.48,60 -67836,sell_mtf_cross_all_tf,sell,2026-03-01 05:42:00,576.0,8.1707,1,leg_gt,0.48,60 -67837,sell_mtf_cross_all_tf,sell,2026-03-01 05:51:00,578.0,8.5466,1,leg_gt,0.49,60 -67838,sell_mtf_cross_all_tf,sell,2026-03-01 05:54:00,579.0,8.7346,1,leg_gt,0.49,60 -67839,sell_mtf_cross_all_tf,sell,2026-03-01 05:57:00,577.0,8.3586,1,leg_gt,0.49,60 -67840,sell_mtf_cross_all_tf,sell,2026-03-01 06:00:00,578.0,8.5466,1,leg_gt,0.5,60 -67841,sell_mtf_cross_all_tf,sell,2026-03-01 07:45:00,581.0,9.1105,1,leg_gt,0.57,60 -67842,sell_mtf_cross_all_tf,sell,2026-03-01 07:48:00,582.0,9.2985,1,leg_gt,0.57,60 -67843,sell_mtf_cross_all_tf,sell,2026-03-01 08:00:00,583.0,9.4865,1,leg_gt,0.58,60 -67844,sell_mtf_cross_all_tf,sell,2026-03-01 08:03:00,583.0,9.4865,1,leg_gt,0.58,60 -67845,sell_mtf_cross_all_tf,sell,2026-03-01 08:06:00,583.0,9.4865,1,leg_gt,0.58,60 -67846,sell_mtf_cross_all_tf,sell,2026-03-01 08:12:00,584.0,9.6744,1,leg_gt,0.59,60 -67847,sell_mtf_cross_all_tf,sell,2026-03-01 11:21:00,589.0,10.6143,1,leg_gt,0.72,60 -67848,sell_mtf_cross_all_tf,sell,2026-03-01 11:24:00,587.0,10.2383,1,leg_gt,0.72,60 -67849,sell_mtf_cross_all_tf,sell,2026-03-01 11:30:00,588.0,10.4263,1,leg_gt,0.72,60 -67850,sell_mtf_cross_all_tf,sell,2026-03-01 11:36:00,590.0,10.8023,1,leg_gt,0.73,60 -67851,sell_mtf_cross_all_tf,sell,2026-03-01 11:39:00,590.0,10.8023,1,leg_gt,0.73,60 -67852,sell_mtf_cross_all_tf,sell,2026-03-01 11:42:00,591.0,10.9902,1,leg_gt,0.73,60 -67853,sell_mtf_cross_all_tf,sell,2026-03-01 11:45:00,591.0,10.9902,1,leg_gt,0.74,60 -67854,sell_mtf_cross_all_tf,sell,2026-03-01 11:48:00,592.0,11.1782,1,leg_gt,0.74,60 -67855,sell_mtf_cross_all_tf,sell,2026-03-02 09:42:00,564.0,2.6322,1,leg_gt,0.17,60 -67856,sell_mtf_cross_all_tf,sell,2026-03-02 09:57:00,568.0,3.3608,1,leg_gt,0.18,60 -67857,sell_mtf_cross_all_tf,sell,2026-03-02 10:00:00,567.0,3.1787,1,leg_gt,0.18,60 -67858,sell_mtf_cross_all_tf,sell,2026-03-02 10:09:00,569.0,3.543,1,leg_gt,0.19,60 -67859,sell_mtf_cross_all_tf,sell,2026-03-02 10:21:00,569.0,3.543,1,leg_gt,0.2,60 -67860,sell_mtf_cross_all_tf,sell,2026-03-02 10:24:00,569.0,3.543,1,leg_gt,0.2,60 -67861,sell_mtf_cross_all_tf,sell,2026-03-02 23:30:00,565.0,2.8144,1,leg_gt,0.74,60 -67862,sell_mtf_cross_all_tf,sell,2026-03-03 00:21:00,589.0,7.186,1,leg_gt,0.78,60 -67863,sell_mtf_cross_all_tf,sell,2026-03-03 00:24:00,587.0,6.8217,1,leg_gt,0.78,60 -67864,sell_mtf_cross_all_tf,sell,2026-03-03 00:27:00,588.0,7.0038,1,leg_gt,0.78,60 -67865,sell_mtf_cross_all_tf,sell,2026-03-03 00:30:00,587.0,6.8217,1,leg_gt,0.79,60 -67866,sell_mtf_cross_all_tf,sell,2026-03-03 00:36:00,587.0,6.8217,1,leg_gt,0.79,60 -67867,sell_mtf_cross_all_tf,sell,2026-03-03 00:39:00,589.0,7.186,1,leg_gt,0.79,60 -67868,sell_mtf_cross_all_tf,sell,2026-03-03 00:42:00,590.0,7.3681,1,leg_gt,0.79,60 -67869,sell_mtf_cross_all_tf,sell,2026-03-03 00:45:00,592.0,7.7324,1,leg_gt,0.8,60 -67870,sell_mtf_cross_all_tf,sell,2026-03-03 00:48:00,591.0,7.5503,1,leg_gt,0.8,60 -67871,sell_mtf_cross_all_tf,sell,2026-03-03 00:51:00,592.0,7.7324,1,leg_gt,0.8,60 -67872,sell_mtf_cross_all_tf,sell,2026-03-03 01:18:00,595.0,8.2789,1,leg_gt,0.82,60 -67873,sell_mtf_cross_all_tf,sell,2026-03-03 01:57:00,600.0,9.1896,1,leg_gt,0.85,60 -67874,sell_mtf_cross_all_tf,sell,2026-03-03 03:00:00,604.0,9.9182,1,leg_gt,0.89,60 -67875,sell_mtf_cross_all_tf,sell,2026-03-03 03:03:00,605.0,10.1004,1,leg_gt,0.89,60 -67876,sell_mtf_cross_all_tf,sell,2026-03-03 03:09:00,607.0,10.4647,1,leg_gt,0.9,60 -67877,sell_mtf_cross_all_tf,sell,2026-03-03 03:12:00,605.0,10.1004,1,leg_gt,0.9,60 -67878,sell_mtf_cross_all_tf,sell,2026-03-04 17:06:00,576.0,1.4873,1,leg_gt,0.19,60 -67879,sell_mtf_cross_all_tf,sell,2026-03-04 17:09:00,577.0,1.6637,1,leg_gt,0.19,60 -67880,sell_mtf_cross_all_tf,sell,2026-03-04 17:15:00,578.0,1.84,1,leg_gt,0.2,60 -67881,sell_mtf_cross_all_tf,sell,2026-03-04 17:18:00,577.0,1.6637,1,leg_gt,0.2,60 -67882,sell_mtf_cross_all_tf,sell,2026-03-04 17:21:00,576.0,1.4873,1,leg_gt,0.2,60 -67883,sell_mtf_cross_all_tf,sell,2026-03-04 17:24:00,576.0,1.4873,1,leg_gt,0.2,60 -67884,sell_mtf_cross_all_tf,sell,2026-03-04 17:30:00,577.0,1.6637,1,leg_gt,0.21,60 -67885,sell_mtf_cross_all_tf,sell,2026-03-04 17:33:00,579.0,2.0164,1,leg_gt,0.21,60 -67886,sell_mtf_cross_all_tf,sell,2026-03-04 18:06:00,591.0,4.1328,1,leg_gt,0.23,60 -67887,sell_mtf_cross_all_tf,sell,2026-03-04 18:09:00,591.0,4.1328,1,leg_gt,0.23,60 -67888,sell_mtf_cross_all_tf,sell,2026-03-04 18:12:00,592.0,4.3092,1,leg_gt,0.24,60 -67889,sell_mtf_cross_all_tf,sell,2026-03-04 18:21:00,597.0,5.191,1,leg_gt,0.24,60 -67890,sell_mtf_cross_all_tf,sell,2026-03-04 18:24:00,595.0,4.8383,1,leg_gt,0.24,60 -67891,sell_mtf_cross_all_tf,sell,2026-03-04 18:27:00,596.0,5.0146,1,leg_gt,0.25,60 -67892,sell_mtf_cross_all_tf,sell,2026-03-04 18:30:00,596.0,5.0146,1,leg_gt,0.25,60 -67893,sell_mtf_cross_all_tf,sell,2026-03-04 18:33:00,595.0,4.8383,1,leg_gt,0.25,60 -67894,sell_mtf_cross_all_tf,sell,2026-03-04 18:36:00,597.0,5.191,1,leg_gt,0.25,60 -67895,sell_mtf_cross_all_tf,sell,2026-03-04 18:39:00,600.0,5.7201,1,leg_gt,0.25,60 -67896,sell_mtf_cross_all_tf,sell,2026-03-04 18:45:00,599.0,5.5437,1,leg_gt,0.26,60 -67897,sell_mtf_cross_all_tf,sell,2026-03-04 18:48:00,599.0,5.5437,1,leg_gt,0.26,60 -67898,sell_mtf_cross_all_tf,sell,2026-03-04 18:51:00,600.0,5.7201,1,leg_gt,0.26,60 -67899,sell_mtf_cross_all_tf,sell,2026-03-04 23:06:00,596.0,5.0146,1,leg_gt,0.44,60 -67900,sell_mtf_cross_all_tf,sell,2026-03-04 23:09:00,597.0,5.191,1,leg_gt,0.44,60 -67901,sell_mtf_cross_all_tf,sell,2026-03-04 23:15:00,598.0,5.3674,1,leg_gt,0.45,60 -67902,sell_mtf_cross_all_tf,sell,2026-03-04 23:18:00,599.0,5.5437,1,leg_gt,0.45,60 -67903,sell_mtf_cross_all_tf,sell,2026-03-04 23:27:00,601.0,5.8965,1,leg_gt,0.45,60 -67904,sell_mtf_cross_all_tf,sell,2026-03-05 00:00:00,604.0,6.4256,1,leg_gt,0.48,60 -67905,sell_mtf_cross_all_tf,sell,2026-03-05 00:03:00,608.0,7.131,1,leg_gt,0.48,60 -67906,sell_mtf_cross_all_tf,sell,2026-03-05 00:06:00,607.0,6.9547,1,leg_gt,0.48,60 -67907,sell_mtf_cross_all_tf,sell,2026-03-05 00:36:00,626.0,10.3056,1,leg_gt,0.5,60 -67908,sell_mtf_cross_all_tf,sell,2026-03-05 00:39:00,627.0,10.482,1,leg_gt,0.5,60 -67909,sell_mtf_cross_all_tf,sell,2026-03-05 00:42:00,630.0,11.0111,1,leg_gt,0.51,60 -67910,sell_mtf_cross_all_tf,sell,2026-03-05 00:45:00,630.0,11.0111,1,leg_gt,0.51,60 -67911,sell_mtf_cross_all_tf,sell,2026-03-05 00:48:00,629.0,10.8347,1,leg_gt,0.51,60 -67912,sell_mtf_cross_all_tf,sell,2026-03-05 00:51:00,631.0,11.1875,1,leg_gt,0.51,60 -67913,sell_mtf_cross_all_tf,sell,2026-03-05 00:54:00,639.0,12.5984,1,leg_gt,0.51,60 -67914,sell_mtf_cross_all_tf,sell,2026-03-05 01:00:00,638.0,12.422,1,leg_gt,0.52,60 -67915,sell_mtf_cross_all_tf,sell,2026-03-05 01:03:00,640.0,12.7748,1,leg_gt,0.52,60 -67916,sell_mtf_cross_all_tf,sell,2026-03-05 01:06:00,639.0,12.5984,1,leg_gt,0.52,60 -67917,sell_mtf_cross_all_tf,sell,2026-03-05 01:09:00,641.0,12.9511,1,leg_gt,0.52,60 -67918,sell_mtf_cross_all_tf,sell,2026-03-05 01:12:00,638.0,12.422,1,leg_gt,0.53,60 -67919,sell_mtf_cross_all_tf,sell,2026-03-05 01:15:00,637.0,12.2457,1,leg_gt,0.53,60 -67920,sell_mtf_cross_all_tf,sell,2026-03-05 01:18:00,638.0,12.422,1,leg_gt,0.53,60 -67921,sell_mtf_cross_all_tf,sell,2026-03-05 19:45:00,611.0,7.6601,1,leg_gt,1.3,60 -67922,sell_mtf_cross_all_tf,sell,2026-03-05 19:48:00,612.0,7.8365,1,leg_gt,1.3,60 -67923,sell_mtf_cross_all_tf,sell,2026-03-05 20:00:00,614.0,8.1892,1,leg_gt,1.31,60 -67924,sell_mtf_cross_all_tf,sell,2026-03-05 20:03:00,613.0,8.0129,1,leg_gt,1.31,60 -67925,sell_mtf_cross_all_tf,sell,2026-03-05 20:06:00,613.0,8.0129,1,leg_gt,1.31,60 -67926,sell_mtf_cross_all_tf,sell,2026-03-05 20:09:00,614.0,8.1892,1,leg_gt,1.32,60 -67927,sell_mtf_cross_all_tf,sell,2026-03-05 20:15:00,614.0,8.1892,1,leg_gt,1.32,60 -67928,sell_mtf_cross_all_tf,sell,2026-03-13 04:00:00,524.0,2.6451,1,leg_gt,0.18,60 -67929,sell_mtf_cross_all_tf,sell,2026-03-13 04:03:00,523.0,2.449,1,leg_gt,0.18,60 -67930,sell_mtf_cross_all_tf,sell,2026-03-13 04:36:00,529.0,3.6255,1,leg_gt,0.21,60 -67931,sell_mtf_cross_all_tf,sell,2026-03-13 04:39:00,530.0,3.8216,1,leg_gt,0.21,60 -67932,sell_mtf_cross_all_tf,sell,2026-03-13 04:42:00,530.0,3.8216,1,leg_gt,0.21,60 -67933,sell_mtf_cross_all_tf,sell,2026-03-13 04:45:00,530.0,3.8216,1,leg_gt,0.21,60 -67934,sell_mtf_cross_all_tf,sell,2026-03-13 07:15:00,529.0,3.6255,1,leg_gt,0.32,60 -67935,sell_mtf_cross_all_tf,sell,2026-03-13 07:18:00,529.0,3.6255,1,leg_gt,0.32,60 -67936,sell_mtf_cross_all_tf,sell,2026-03-13 07:21:00,529.0,3.6255,1,leg_gt,0.32,60 -67937,sell_mtf_cross_all_tf,sell,2026-03-13 07:27:00,529.0,3.6255,1,leg_gt,0.32,60 -67938,sell_mtf_cross_all_tf,sell,2026-03-13 10:00:00,533.0,4.4098,1,leg_gt,0.43,60 -67939,sell_mtf_cross_all_tf,sell,2026-03-13 10:03:00,534.0,4.6059,1,leg_gt,0.43,60 -67940,sell_mtf_cross_all_tf,sell,2026-03-13 10:06:00,535.0,4.802,1,leg_gt,0.44,60 -67941,sell_mtf_cross_all_tf,sell,2026-03-13 10:09:00,534.0,4.6059,1,leg_gt,0.44,60 -67942,sell_mtf_cross_all_tf,sell,2026-03-13 10:12:00,535.0,4.802,1,leg_gt,0.44,60 -67943,sell_mtf_cross_all_tf,sell,2026-03-13 10:15:00,536.0,4.998,1,leg_gt,0.44,60 -67944,sell_mtf_cross_all_tf,sell,2026-03-13 10:18:00,536.0,4.998,1,leg_gt,0.44,60 -67945,sell_mtf_cross_all_tf,sell,2026-03-13 10:21:00,536.0,4.998,1,leg_gt,0.45,60 -67946,sell_mtf_cross_all_tf,sell,2026-03-13 10:24:00,535.0,4.802,1,leg_gt,0.45,60 -67947,sell_mtf_cross_all_tf,sell,2026-03-13 10:51:00,537.0,5.1941,1,leg_gt,0.47,60 -67948,sell_mtf_cross_all_tf,sell,2026-03-13 10:54:00,536.0,4.998,1,leg_gt,0.47,60 -67949,sell_mtf_cross_all_tf,sell,2026-03-13 11:00:00,538.0,5.3902,1,leg_gt,0.47,60 -67950,sell_mtf_cross_all_tf,sell,2026-03-13 11:03:00,537.0,5.1941,1,leg_gt,0.48,60 -67951,sell_mtf_cross_all_tf,sell,2026-03-13 11:12:00,538.0,5.3902,1,leg_gt,0.48,60 -67952,sell_mtf_cross_all_tf,sell,2026-03-13 13:12:00,540.0,5.7824,1,leg_gt,0.56,60 -67953,sell_mtf_cross_all_tf,sell,2026-03-13 13:15:00,539.0,5.5863,1,leg_gt,0.57,60 -67954,sell_mtf_cross_all_tf,sell,2026-03-13 13:18:00,539.0,5.5863,1,leg_gt,0.57,60 -67955,sell_mtf_cross_all_tf,sell,2026-03-13 13:21:00,539.0,5.5863,1,leg_gt,0.57,60 -67956,sell_mtf_cross_all_tf,sell,2026-03-13 19:00:00,542.0,6.1745,1,leg_gt,0.81,60 -67957,sell_mtf_cross_all_tf,sell,2026-03-13 19:03:00,544.0,6.5667,1,leg_gt,0.81,60 -67958,sell_mtf_cross_all_tf,sell,2026-03-13 19:12:00,542.0,6.1745,1,leg_gt,0.81,60 -67959,sell_mtf_cross_all_tf,sell,2026-03-13 22:06:00,547.0,7.1549,1,leg_gt,0.94,60 -67960,sell_mtf_cross_all_tf,sell,2026-03-13 22:09:00,548.0,7.351,1,leg_gt,0.94,60 -67961,sell_mtf_cross_all_tf,sell,2026-03-13 22:15:00,547.0,7.1549,1,leg_gt,0.94,60 -67962,sell_mtf_cross_all_tf,sell,2026-03-13 22:18:00,550.0,7.7431,1,leg_gt,0.94,60 -67963,sell_mtf_cross_all_tf,sell,2026-03-13 22:27:00,549.0,7.5471,1,leg_gt,0.95,60 -67964,sell_mtf_cross_all_tf,sell,2026-03-13 22:30:00,550.0,7.7431,1,leg_gt,0.95,60 -67965,sell_mtf_cross_all_tf,sell,2026-03-13 22:33:00,550.0,7.7431,1,leg_gt,0.95,60 -67966,sell_mtf_cross_all_tf,sell,2026-03-13 22:45:00,550.0,7.7431,1,leg_gt,0.96,60 -67967,sell_mtf_cross_all_tf,sell,2026-03-13 22:48:00,550.0,7.7431,1,leg_gt,0.96,60 -67968,sell_mtf_cross_all_tf,sell,2026-03-16 01:21:00,529.0,2.4194,1,leg_gt,1.14,60 -67969,sell_mtf_cross_all_tf,sell,2026-03-16 01:24:00,530.0,2.6132,1,leg_gt,1.14,60 -67970,sell_mtf_cross_all_tf,sell,2026-03-16 03:06:00,533.0,3.1946,1,leg_gt,1.21,60 -67971,sell_mtf_cross_all_tf,sell,2026-03-16 03:09:00,533.0,3.1946,1,leg_gt,1.22,60 -67972,sell_mtf_cross_all_tf,sell,2026-03-16 03:12:00,534.0,3.3884,1,leg_gt,1.22,60 -67973,sell_mtf_cross_all_tf,sell,2026-03-16 05:45:00,533.0,3.1946,1,leg_gt,1.32,60 -67974,sell_mtf_cross_all_tf,sell,2026-03-16 06:45:00,535.0,3.5822,1,leg_gt,1.37,60 -67975,sell_mtf_cross_all_tf,sell,2026-03-16 06:48:00,535.0,3.5822,1,leg_gt,1.37,60 -67976,sell_mtf_cross_all_tf,sell,2026-03-16 06:51:00,535.0,3.5822,1,leg_gt,1.37,60 -67977,sell_mtf_cross_all_tf,sell,2026-03-16 06:54:00,535.0,3.5822,1,leg_gt,1.37,60 -67978,sell_mtf_cross_all_tf,sell,2026-03-16 06:57:00,535.0,3.5822,1,leg_gt,1.38,60 -67979,sell_mtf_cross_all_tf,sell,2026-03-16 07:00:00,535.0,3.5822,1,leg_gt,1.38,60 -67980,sell_mtf_cross_all_tf,sell,2026-03-16 07:03:00,536.0,3.776,1,leg_gt,1.38,60 -67981,sell_mtf_cross_all_tf,sell,2026-03-16 07:51:00,536.0,3.776,1,leg_gt,1.41,60 -67982,sell_mtf_cross_all_tf,sell,2026-03-16 07:54:00,536.0,3.776,1,leg_gt,1.41,60 -67983,sell_mtf_cross_all_tf,sell,2026-03-16 08:00:00,536.0,3.776,1,leg_gt,1.42,60 -67984,sell_mtf_cross_all_tf,sell,2026-03-16 08:03:00,537.0,3.9698,1,leg_gt,1.42,60 -67985,sell_mtf_cross_all_tf,sell,2026-03-16 08:06:00,537.0,3.9698,1,leg_gt,1.42,60 -67986,sell_mtf_cross_all_tf,sell,2026-03-16 08:09:00,538.0,4.1636,1,leg_gt,1.42,60 -67987,sell_mtf_cross_all_tf,sell,2026-03-16 08:15:00,538.0,4.1636,1,leg_gt,1.43,60 -67988,sell_mtf_cross_all_tf,sell,2026-03-16 09:00:00,537.0,3.9698,1,leg_gt,1.46,60 -67989,sell_mtf_cross_all_tf,sell,2026-03-16 09:03:00,538.0,4.1636,1,leg_gt,1.46,60 -67990,sell_mtf_cross_all_tf,sell,2026-03-16 09:12:00,537.0,3.9698,1,leg_gt,1.47,60 -67991,sell_mtf_cross_all_tf,sell,2026-03-16 11:06:00,537.0,3.9698,1,leg_gt,1.55,60 -67992,sell_mtf_cross_all_tf,sell,2026-03-16 11:09:00,538.0,4.1636,1,leg_gt,1.55,60 -67993,sell_mtf_cross_all_tf,sell,2026-03-16 11:15:00,538.0,4.1636,1,leg_gt,1.55,60 -67994,sell_mtf_cross_all_tf,sell,2026-03-16 12:15:00,539.0,4.3574,1,leg_gt,1.6,60 -67995,sell_mtf_cross_all_tf,sell,2026-03-16 12:18:00,538.0,4.1636,1,leg_gt,1.6,60 -67996,sell_mtf_cross_all_tf,sell,2026-03-16 12:45:00,544.0,5.3264,1,leg_gt,1.62,60 -67997,sell_mtf_cross_all_tf,sell,2026-03-16 12:51:00,545.0,5.5202,1,leg_gt,1.62,60 -67998,sell_mtf_cross_all_tf,sell,2026-03-16 12:54:00,545.0,5.5202,1,leg_gt,1.62,60 -67999,sell_mtf_cross_all_tf,sell,2026-03-16 12:57:00,545.0,5.5202,1,leg_gt,1.62,60 -68000,sell_mtf_cross_all_tf,sell,2026-03-16 13:00:00,546.0,5.714,1,leg_gt,1.63,60 -68001,sell_mtf_cross_all_tf,sell,2026-03-16 13:03:00,547.0,5.9078,1,leg_gt,1.63,60 -68002,sell_mtf_cross_all_tf,sell,2026-03-16 13:06:00,548.0,6.1016,1,leg_gt,1.63,60 -68003,sell_mtf_cross_all_tf,sell,2026-03-16 13:09:00,548.0,6.1016,1,leg_gt,1.63,60 -68004,sell_mtf_cross_all_tf,sell,2026-03-16 13:21:00,548.0,6.1016,1,leg_gt,1.64,60 -68005,sell_mtf_cross_all_tf,sell,2026-03-16 14:03:00,552.0,6.8767,1,leg_gt,1.67,60 -68006,sell_mtf_cross_all_tf,sell,2026-03-16 14:15:00,553.0,7.0705,1,leg_gt,1.68,60 -68007,sell_mtf_cross_all_tf,sell,2026-03-16 14:18:00,554.0,7.2643,1,leg_gt,1.68,60 -68008,sell_mtf_cross_all_tf,sell,2026-03-16 14:27:00,555.0,7.4581,1,leg_gt,1.69,60 -68009,sell_mtf_cross_all_tf,sell,2026-03-16 14:30:00,555.0,7.4581,1,leg_gt,1.69,60 -68010,sell_mtf_cross_all_tf,sell,2026-03-16 14:33:00,554.0,7.2643,1,leg_gt,1.69,60 -68011,sell_mtf_cross_all_tf,sell,2026-03-16 14:39:00,556.0,7.6519,1,leg_gt,1.7,60 -68012,sell_mtf_cross_all_tf,sell,2026-03-16 14:42:00,556.0,7.6519,1,leg_gt,1.7,60 -68013,sell_mtf_cross_all_tf,sell,2026-03-16 14:45:00,557.0,7.8457,1,leg_gt,1.7,60 -68014,sell_mtf_cross_all_tf,sell,2026-03-16 14:48:00,556.0,7.6519,1,leg_gt,1.7,60 -68015,sell_mtf_cross_all_tf,sell,2026-03-16 14:51:00,557.0,7.8457,1,leg_gt,1.7,60 -68016,sell_mtf_cross_all_tf,sell,2026-03-16 14:54:00,557.0,7.8457,1,leg_gt,1.71,60 -68017,sell_mtf_cross_all_tf,sell,2026-03-16 15:00:00,558.0,8.0395,1,leg_gt,1.71,60 -68018,sell_mtf_cross_all_tf,sell,2026-03-16 15:30:00,559.0,8.2333,1,leg_gt,1.73,60 -68019,sell_mtf_cross_all_tf,sell,2026-03-16 15:33:00,558.0,8.0395,1,leg_gt,1.73,60 -68020,sell_mtf_cross_all_tf,sell,2026-03-16 15:36:00,559.0,8.2333,1,leg_gt,1.74,60 -68021,sell_mtf_cross_all_tf,sell,2026-03-16 15:39:00,559.0,8.2333,1,leg_gt,1.74,60 -68022,sell_mtf_cross_all_tf,sell,2026-03-16 15:42:00,560.0,8.4271,1,leg_gt,1.74,60 -68023,sell_mtf_cross_all_tf,sell,2026-03-16 16:15:00,562.0,8.8147,1,leg_gt,1.76,60 -68024,sell_mtf_cross_all_tf,sell,2026-03-16 16:18:00,562.0,8.8147,1,leg_gt,1.76,60 -68025,sell_mtf_cross_all_tf,sell,2026-03-16 16:21:00,561.0,8.6209,1,leg_gt,1.77,60 -68026,sell_mtf_cross_all_tf,sell,2026-03-16 16:24:00,563.0,9.0085,1,leg_gt,1.77,60 -68027,sell_mtf_cross_all_tf,sell,2026-03-16 16:27:00,563.0,9.0085,1,leg_gt,1.77,60 -68028,sell_mtf_cross_all_tf,sell,2026-03-16 16:42:00,565.0,9.3961,1,leg_gt,1.78,60 -68029,sell_mtf_cross_all_tf,sell,2026-03-16 16:45:00,566.0,9.5899,1,leg_gt,1.78,60 -68030,sell_mtf_cross_all_tf,sell,2026-03-16 16:48:00,567.0,9.7837,1,leg_gt,1.79,60 -68031,sell_mtf_cross_all_tf,sell,2026-03-16 23:00:00,564.0,9.2023,1,leg_gt,2.04,60 -68032,sell_mtf_cross_all_tf,sell,2026-03-16 23:03:00,565.0,9.3961,1,leg_gt,2.05,60 -68033,sell_mtf_cross_all_tf,sell,2026-03-16 23:09:00,566.0,9.5899,1,leg_gt,2.05,60 -68034,sell_mtf_cross_all_tf,sell,2026-03-16 23:15:00,565.0,9.3961,1,leg_gt,2.05,60 -68035,sell_mtf_cross_all_tf,sell,2026-03-16 23:18:00,565.0,9.3961,1,leg_gt,2.06,60 -68036,sell_mtf_cross_all_tf,sell,2026-03-17 00:00:00,565.0,9.3961,1,leg_gt,2.09,60 -68037,sell_mtf_cross_all_tf,sell,2026-03-17 00:03:00,566.0,9.5899,1,leg_gt,2.09,60 -68038,sell_mtf_cross_all_tf,sell,2026-03-17 00:21:00,565.0,9.3961,1,leg_gt,2.1,60 -68039,sell_mtf_cross_all_tf,sell,2026-03-17 00:24:00,566.0,9.5899,1,leg_gt,2.1,60 -68040,sell_mtf_cross_all_tf,sell,2026-03-17 00:27:00,566.0,9.5899,1,leg_gt,2.1,60 -68041,sell_mtf_cross_all_tf,sell,2026-03-17 01:42:00,580.0,12.3031,1,leg_gt,2.16,60 -68042,sell_mtf_cross_all_tf,sell,2026-03-17 01:45:00,581.0,12.4969,1,leg_gt,2.16,60 -68043,sell_mtf_cross_all_tf,sell,2026-03-17 01:48:00,580.0,12.3031,1,leg_gt,2.16,60 -68044,sell_mtf_cross_all_tf,sell,2026-03-17 01:51:00,581.0,12.4969,1,leg_gt,2.16,60 -68045,sell_mtf_cross_all_tf,sell,2026-03-17 01:54:00,583.0,12.8845,1,leg_gt,2.16,60 -68046,sell_mtf_cross_all_tf,sell,2026-03-17 01:57:00,583.0,12.8845,1,leg_gt,2.17,60 -68047,sell_mtf_cross_all_tf,sell,2026-03-17 02:00:00,582.0,12.6907,1,leg_gt,2.17,60 -68048,sell_mtf_cross_all_tf,sell,2026-03-17 02:03:00,585.0,13.2721,1,leg_gt,2.17,60 -68049,sell_mtf_cross_all_tf,sell,2026-03-17 02:12:00,588.0,13.8535,1,leg_gt,2.18,60 -68050,sell_mtf_cross_all_tf,sell,2026-03-17 06:15:00,584.0,13.0783,1,leg_gt,2.35,60 -68051,sell_mtf_cross_all_tf,sell,2026-03-17 06:24:00,585.0,13.2721,1,leg_gt,2.35,60 -68052,sell_mtf_cross_all_tf,sell,2026-03-17 07:15:00,592.0,14.6287,1,leg_gt,2.39,60 -68053,sell_mtf_cross_all_tf,sell,2026-03-17 07:18:00,593.0,14.8225,1,leg_gt,2.39,60 -68054,sell_mtf_cross_all_tf,sell,2026-03-17 07:21:00,592.0,14.6287,1,leg_gt,2.39,60 -68055,sell_mtf_cross_all_tf,sell,2026-03-17 07:30:00,591.0,14.4349,1,leg_gt,2.4,60 -68056,sell_mtf_cross_all_tf,sell,2026-03-17 07:42:00,592.0,14.6287,1,leg_gt,2.41,60 -68057,sell_mtf_cross_all_tf,sell,2026-03-17 07:45:00,593.0,14.8225,1,leg_gt,2.41,60 -68058,sell_mtf_cross_all_tf,sell,2026-03-17 07:48:00,594.0,15.0163,1,leg_gt,2.41,60 -68059,sell_mtf_cross_all_tf,sell,2026-03-17 07:54:00,595.0,15.2101,1,leg_gt,2.41,60 -68060,sell_mtf_cross_all_tf,sell,2026-03-24 00:45:00,474.0,3.6199,1,leg_gt,0.26,60 -68061,sell_mtf_cross_all_tf,sell,2026-03-24 00:48:00,474.0,3.6199,1,leg_gt,0.26,60 -68062,sell_mtf_cross_all_tf,sell,2026-03-24 01:21:00,474.0,3.6199,1,leg_gt,0.28,60 -68063,sell_mtf_cross_all_tf,sell,2026-03-24 02:06:00,479.0,4.714,1,leg_gt,0.31,60 -68064,sell_mtf_cross_all_tf,sell,2026-03-24 02:09:00,480.0,4.9328,1,leg_gt,0.32,60 -68065,sell_mtf_cross_all_tf,sell,2026-03-24 02:12:00,480.0,4.9328,1,leg_gt,0.32,60 -68066,sell_mtf_cross_all_tf,sell,2026-03-24 02:15:00,479.0,4.714,1,leg_gt,0.32,60 -68067,sell_mtf_cross_all_tf,sell,2026-03-24 02:18:00,479.0,4.714,1,leg_gt,0.32,60 -68068,sell_mtf_cross_all_tf,sell,2026-03-24 02:54:00,480.0,4.9328,1,leg_gt,0.35,60 -68069,sell_mtf_cross_all_tf,sell,2026-03-24 03:09:00,483.0,5.5893,1,leg_gt,0.36,60 -68070,sell_mtf_cross_all_tf,sell,2026-03-24 03:12:00,483.0,5.5893,1,leg_gt,0.36,60 -68071,sell_mtf_cross_all_tf,sell,2026-03-24 03:21:00,484.0,5.8081,1,leg_gt,0.37,60 -68072,sell_mtf_cross_all_tf,sell,2026-03-24 03:24:00,484.0,5.8081,1,leg_gt,0.37,60 -68073,sell_mtf_cross_all_tf,sell,2026-03-24 03:30:00,483.0,5.5893,1,leg_gt,0.37,60 -68074,sell_mtf_cross_all_tf,sell,2026-03-24 03:48:00,484.0,5.8081,1,leg_gt,0.39,60 -68075,sell_mtf_cross_all_tf,sell,2026-03-24 03:51:00,485.0,6.0269,1,leg_gt,0.39,60 -68076,sell_mtf_cross_all_tf,sell,2026-03-24 03:57:00,485.0,6.0269,1,leg_gt,0.39,60 -68077,sell_mtf_cross_all_tf,sell,2026-03-24 04:00:00,485.0,6.0269,1,leg_gt,0.39,60 -68078,sell_mtf_cross_all_tf,sell,2026-03-24 04:21:00,488.0,6.6834,1,leg_gt,0.41,60 -68079,sell_mtf_cross_all_tf,sell,2026-03-24 12:57:00,482.0,5.3705,1,leg_gt,0.77,60 -68080,sell_mtf_cross_all_tf,sell,2026-03-24 16:15:00,484.0,5.8081,1,leg_gt,0.9,60 -68081,sell_mtf_cross_all_tf,sell,2026-03-25 05:45:00,480.0,2.2454,1,leg_gt,0.25,60 -68082,sell_mtf_cross_all_tf,sell,2026-03-25 05:51:00,480.0,2.2454,1,leg_gt,0.25,60 -68083,sell_mtf_cross_all_tf,sell,2026-03-25 05:54:00,480.0,2.2454,1,leg_gt,0.25,60 -68084,sell_mtf_cross_all_tf,sell,2026-03-25 05:57:00,481.0,2.4586,1,leg_gt,0.26,60 -68085,sell_mtf_cross_all_tf,sell,2026-03-25 06:00:00,481.0,2.4586,1,leg_gt,0.26,60 -68086,sell_mtf_cross_all_tf,sell,2026-03-25 06:03:00,481.0,2.4586,1,leg_gt,0.26,60 -68087,sell_mtf_cross_all_tf,sell,2026-03-25 06:06:00,481.0,2.4586,1,leg_gt,0.26,60 -68088,sell_mtf_cross_all_tf,sell,2026-03-25 10:51:00,481.0,2.4586,1,leg_gt,0.46,60 -68089,sell_mtf_cross_all_tf,sell,2026-03-25 18:51:00,479.0,2.0322,1,leg_gt,0.79,60 -68090,sell_mtf_cross_all_tf,sell,2026-03-25 18:54:00,479.0,2.0322,1,leg_gt,0.8,60 -68091,sell_mtf_cross_all_tf,sell,2026-03-25 19:00:00,480.0,2.2454,1,leg_gt,0.8,60 -68092,sell_mtf_cross_all_tf,sell,2026-03-25 19:06:00,480.0,2.2454,1,leg_gt,0.8,60 -68093,sell_mtf_cross_all_tf,sell,2026-03-25 20:42:00,483.0,2.8851,1,leg_gt,0.87,60 -68094,sell_mtf_cross_all_tf,sell,2026-03-25 20:45:00,483.0,2.8851,1,leg_gt,0.87,60 -68095,sell_mtf_cross_all_tf,sell,2026-03-25 21:00:00,485.0,3.3115,1,leg_gt,0.88,60 -68096,sell_mtf_cross_all_tf,sell,2026-03-25 21:03:00,485.0,3.3115,1,leg_gt,0.89,60 -68097,sell_mtf_cross_all_tf,sell,2026-03-25 22:21:00,487.0,3.738,1,leg_gt,0.94,60 -68098,sell_mtf_cross_all_tf,sell,2026-03-25 22:24:00,486.0,3.5247,1,leg_gt,0.94,60 -68099,sell_mtf_cross_all_tf,sell,2026-03-30 09:30:00,418.0,3.8801,1,leg_gt,1.61,60 -68100,sell_mtf_cross_all_tf,sell,2026-03-30 09:33:00,419.0,4.1289,1,leg_gt,1.61,60 -68101,sell_mtf_cross_all_tf,sell,2026-03-30 09:36:00,417.0,3.6313,1,leg_gt,1.62,60 -68102,sell_mtf_cross_all_tf,sell,2026-03-30 10:30:00,419.0,4.1289,1,leg_gt,1.65,60 -68103,sell_mtf_cross_all_tf,sell,2026-03-30 10:33:00,419.0,4.1289,1,leg_gt,1.66,60 -68104,sell_mtf_cross_all_tf,sell,2026-03-30 10:36:00,418.0,3.8801,1,leg_gt,1.66,60 -68105,sell_mtf_cross_all_tf,sell,2026-03-30 10:39:00,418.0,3.8801,1,leg_gt,1.66,60 -68106,sell_mtf_cross_all_tf,sell,2026-03-30 10:45:00,420.0,4.3776,1,leg_gt,1.66,60 -68107,sell_mtf_cross_all_tf,sell,2026-03-30 11:00:00,423.0,5.1239,1,leg_gt,1.68,60 -68108,sell_mtf_cross_all_tf,sell,2026-03-30 11:03:00,424.0,5.3726,1,leg_gt,1.68,60 -68109,sell_mtf_cross_all_tf,sell,2026-03-30 11:09:00,425.0,5.6214,1,leg_gt,1.68,60 -68110,sell_mtf_cross_all_tf,sell,2026-03-30 11:12:00,424.0,5.3726,1,leg_gt,1.68,60 -68111,sell_mtf_cross_all_tf,sell,2026-03-30 11:15:00,425.0,5.6214,1,leg_gt,1.69,60 -68112,sell_mtf_cross_all_tf,sell,2026-03-30 11:18:00,424.0,5.3726,1,leg_gt,1.69,60 -68113,sell_mtf_cross_all_tf,sell,2026-03-30 11:21:00,424.0,5.3726,1,leg_gt,1.69,60 -68114,sell_mtf_cross_all_tf,sell,2026-03-30 11:24:00,424.0,5.3726,1,leg_gt,1.69,60 -68115,sell_mtf_cross_all_tf,sell,2026-03-30 11:36:00,425.0,5.6214,1,leg_gt,1.7,60 -68116,sell_mtf_cross_all_tf,sell,2026-03-30 11:39:00,427.0,6.1189,1,leg_gt,1.7,60 -68117,sell_mtf_cross_all_tf,sell,2026-03-30 11:42:00,426.0,5.8701,1,leg_gt,1.7,60 -68118,sell_mtf_cross_all_tf,sell,2026-03-30 12:06:00,430.0,6.8652,1,leg_gt,1.72,60 -68119,sell_mtf_cross_all_tf,sell,2026-03-30 12:27:00,432.0,7.3627,1,leg_gt,1.74,60 -68120,sell_mtf_cross_all_tf,sell,2026-03-30 17:15:00,431.0,7.1139,1,leg_gt,1.94,60 -68121,sell_mtf_cross_all_tf,sell,2026-03-30 17:18:00,430.0,6.8652,1,leg_gt,1.94,60 -68122,sell_mtf_cross_all_tf,sell,2026-03-30 17:21:00,430.0,6.8652,1,leg_gt,1.94,60 -68123,sell_mtf_cross_all_tf,sell,2026-03-30 19:54:00,433.0,7.6114,1,leg_gt,2.05,60 -68124,sell_mtf_cross_all_tf,sell,2026-03-30 19:57:00,434.0,7.8602,1,leg_gt,2.05,60 -68125,sell_mtf_cross_all_tf,sell,2026-04-01 09:48:00,419.0,1.599,1,leg_gt,0.29,60 -68126,sell_mtf_cross_all_tf,sell,2026-04-01 10:06:00,422.0,2.3272,1,leg_gt,0.3,60 -68127,sell_mtf_cross_all_tf,sell,2026-04-01 10:09:00,422.0,2.3272,1,leg_gt,0.3,60 -68128,sell_mtf_cross_all_tf,sell,2026-04-01 10:12:00,423.0,2.5699,1,leg_gt,0.3,60 -68129,sell_mtf_cross_all_tf,sell,2026-04-01 10:15:00,423.0,2.5699,1,leg_gt,0.31,60 -68130,sell_mtf_cross_all_tf,sell,2026-04-01 10:18:00,423.0,2.5699,1,leg_gt,0.31,60 -68131,sell_mtf_cross_all_tf,sell,2026-04-01 10:21:00,423.0,2.5699,1,leg_gt,0.31,60 -68132,sell_mtf_cross_all_tf,sell,2026-04-01 10:24:00,423.0,2.5699,1,leg_gt,0.31,60 -68133,sell_mtf_cross_all_tf,sell,2026-04-01 10:27:00,423.0,2.5699,1,leg_gt,0.31,60 -68134,sell_mtf_cross_all_tf,sell,2026-04-01 14:36:00,423.0,2.5699,1,leg_gt,0.49,60 -68135,sell_mtf_cross_all_tf,sell,2026-04-01 14:42:00,423.0,2.5699,1,leg_gt,0.49,60 -68136,sell_mtf_cross_all_tf,sell,2026-04-01 15:30:00,425.0,3.0553,1,leg_gt,0.52,60 -68137,sell_mtf_cross_all_tf,sell,2026-04-01 19:48:00,425.0,3.0553,1,leg_gt,0.7,60 -68138,sell_mtf_cross_all_tf,sell,2026-04-01 19:51:00,425.0,3.0553,1,leg_gt,0.71,60 -68139,sell_mtf_cross_all_tf,sell,2026-04-01 20:21:00,425.0,3.0553,1,leg_gt,0.73,60 -68140,sell_mtf_cross_all_tf,sell,2026-04-01 20:27:00,426.0,3.2981,1,leg_gt,0.73,60 -68141,sell_mtf_cross_all_tf,sell,2026-04-01 20:45:00,426.0,3.2981,1,leg_gt,0.74,60 -68142,sell_mtf_cross_all_tf,sell,2026-04-01 20:48:00,425.0,3.0553,1,leg_gt,0.75,60 -68143,sell_mtf_cross_all_tf,sell,2026-04-01 20:51:00,426.0,3.2981,1,leg_gt,0.75,60 -68144,sell_mtf_cross_all_tf,sell,2026-04-08 03:06:00,379.0,4.0209,1,leg_gt,0.67,60 -68145,sell_mtf_cross_all_tf,sell,2026-04-08 03:09:00,378.0,3.7462,1,leg_gt,0.67,60 -68146,sell_mtf_cross_all_tf,sell,2026-04-08 03:12:00,380.0,4.2956,1,leg_gt,0.67,60 -68147,sell_mtf_cross_all_tf,sell,2026-04-08 03:15:00,379.0,4.0209,1,leg_gt,0.68,60 -68148,sell_mtf_cross_all_tf,sell,2026-04-08 03:18:00,380.0,4.2956,1,leg_gt,0.68,60 -68149,sell_mtf_cross_all_tf,sell,2026-04-08 03:21:00,379.0,4.0209,1,leg_gt,0.68,60 -68150,sell_mtf_cross_all_tf,sell,2026-04-08 03:24:00,382.0,4.8451,1,leg_gt,0.68,60 -68151,sell_mtf_cross_all_tf,sell,2026-04-08 03:33:00,384.0,5.3945,1,leg_gt,0.69,60 -68152,sell_mtf_cross_all_tf,sell,2026-04-08 03:42:00,382.0,4.8451,1,leg_gt,0.69,60 -68153,sell_mtf_cross_all_tf,sell,2026-04-08 05:15:00,386.0,5.944,1,leg_gt,0.76,60 -68154,sell_mtf_cross_all_tf,sell,2026-04-08 05:18:00,386.0,5.944,1,leg_gt,0.76,60 -68155,sell_mtf_cross_all_tf,sell,2026-04-08 06:15:00,390.0,7.0429,1,leg_gt,0.8,60 -68156,sell_mtf_cross_all_tf,sell,2026-04-08 06:18:00,390.0,7.0429,1,leg_gt,0.8,60 -68157,sell_mtf_cross_all_tf,sell,2026-04-08 06:21:00,390.0,7.0429,1,leg_gt,0.8,60 -68158,sell_mtf_cross_all_tf,sell,2026-04-08 06:24:00,390.0,7.0429,1,leg_gt,0.81,60 -68159,sell_mtf_cross_all_tf,sell,2026-04-08 06:30:00,391.0,7.3176,1,leg_gt,0.81,60 -68160,sell_mtf_cross_all_tf,sell,2026-04-08 06:33:00,393.0,7.867,1,leg_gt,0.81,60 -68161,sell_mtf_cross_all_tf,sell,2026-04-08 06:57:00,398.0,9.2407,1,leg_gt,0.83,60 -68162,sell_mtf_cross_all_tf,sell,2026-04-08 07:00:00,399.0,9.5154,1,leg_gt,0.83,60 -68163,sell_mtf_cross_all_tf,sell,2026-04-08 08:27:00,406.0,11.4385,1,leg_gt,0.89,60 -68164,sell_mtf_cross_all_tf,sell,2026-04-08 08:30:00,406.0,11.4385,1,leg_gt,0.89,60 -68165,sell_mtf_cross_all_tf,sell,2026-04-08 08:33:00,406.0,11.4385,1,leg_gt,0.9,60 -68166,sell_mtf_cross_all_tf,sell,2026-04-08 08:36:00,407.0,11.7132,1,leg_gt,0.9,60 -68167,sell_mtf_cross_all_tf,sell,2026-04-08 08:39:00,407.0,11.7132,1,leg_gt,0.9,60 -68168,sell_mtf_cross_all_tf,sell,2026-04-08 08:45:00,408.0,11.9879,1,leg_gt,0.9,60 -68169,sell_mtf_cross_all_tf,sell,2026-04-08 08:51:00,408.0,11.9879,1,leg_gt,0.91,60 -68170,sell_mtf_cross_all_tf,sell,2026-04-08 14:51:00,393.0,7.867,1,leg_gt,1.16,60 -68171,sell_mtf_cross_all_tf,sell,2026-04-08 14:54:00,394.0,8.1418,1,leg_gt,1.16,60 -68172,sell_mtf_cross_all_tf,sell,2026-04-09 16:00:00,383.0,1.4915,1,leg_gt,0.25,60 -68173,sell_mtf_cross_all_tf,sell,2026-04-09 16:06:00,383.0,1.4915,1,leg_gt,0.25,60 -68174,sell_mtf_cross_all_tf,sell,2026-04-09 16:09:00,383.0,1.4915,1,leg_gt,0.25,60 -68175,sell_mtf_cross_all_tf,sell,2026-04-09 19:12:00,389.0,3.083,1,leg_gt,0.38,60 -68176,sell_mtf_cross_all_tf,sell,2026-04-09 19:15:00,388.0,2.8178,1,leg_gt,0.38,60 -68177,sell_mtf_cross_all_tf,sell,2026-04-09 19:18:00,389.0,3.083,1,leg_gt,0.38,60 -68178,sell_mtf_cross_all_tf,sell,2026-04-09 19:21:00,388.0,2.8178,1,leg_gt,0.39,60 -68179,sell_mtf_cross_all_tf,sell,2026-04-09 19:24:00,388.0,2.8178,1,leg_gt,0.39,60 -68180,sell_mtf_cross_all_tf,sell,2026-04-09 19:27:00,390.0,3.3483,1,leg_gt,0.39,60 -68181,sell_mtf_cross_all_tf,sell,2026-04-09 19:30:00,390.0,3.3483,1,leg_gt,0.39,60 -68182,sell_mtf_cross_all_tf,sell,2026-04-09 19:45:00,390.0,3.3483,1,leg_gt,0.4,60 -68183,sell_mtf_cross_all_tf,sell,2026-04-09 19:48:00,390.0,3.3483,1,leg_gt,0.4,60 -68184,sell_mtf_cross_all_tf,sell,2026-04-09 19:51:00,390.0,3.3483,1,leg_gt,0.41,60 -68185,sell_mtf_cross_all_tf,sell,2026-04-09 19:54:00,390.0,3.3483,1,leg_gt,0.41,60 -68186,sell_mtf_cross_all_tf,sell,2026-04-09 20:06:00,391.0,3.6135,1,leg_gt,0.42,60 -68187,sell_mtf_cross_all_tf,sell,2026-04-09 20:21:00,391.0,3.6135,1,leg_gt,0.43,60 -68188,sell_mtf_cross_all_tf,sell,2026-04-09 20:24:00,391.0,3.6135,1,leg_gt,0.43,60 -68189,sell_mtf_cross_all_tf,sell,2026-04-10 00:21:00,395.0,4.6745,1,leg_gt,0.59,60 -68190,sell_mtf_cross_all_tf,sell,2026-04-10 00:24:00,394.0,4.4093,1,leg_gt,0.6,60 -68191,sell_mtf_cross_all_tf,sell,2026-04-10 00:39:00,395.0,4.6745,1,leg_gt,0.61,60 -68192,sell_mtf_cross_all_tf,sell,2026-04-10 00:45:00,397.0,5.205,1,leg_gt,0.61,60 -68193,sell_mtf_cross_all_tf,sell,2026-04-10 00:51:00,398.0,5.4703,1,leg_gt,0.61,60 -68194,sell_mtf_cross_all_tf,sell,2026-04-10 01:00:00,397.0,5.205,1,leg_gt,0.62,60 -68195,sell_mtf_cross_all_tf,sell,2026-04-10 01:03:00,399.0,5.7355,1,leg_gt,0.62,60 -68196,sell_mtf_cross_all_tf,sell,2026-04-10 01:09:00,398.0,5.4703,1,leg_gt,0.63,60 -68197,sell_mtf_cross_all_tf,sell,2026-04-10 01:12:00,398.0,5.4703,1,leg_gt,0.63,60 -68198,sell_mtf_cross_all_tf,sell,2026-04-10 01:15:00,398.0,5.4703,1,leg_gt,0.63,60 -68199,sell_mtf_cross_all_tf,sell,2026-04-10 01:18:00,399.0,5.7355,1,leg_gt,0.63,60 -68200,sell_mtf_cross_all_tf,sell,2026-04-10 04:57:00,400.0,6.0008,1,leg_gt,0.79,60 -68201,sell_mtf_cross_all_tf,sell,2026-04-10 05:12:00,400.0,6.0008,1,leg_gt,0.8,60 -68202,sell_mtf_cross_all_tf,sell,2026-04-10 05:15:00,400.0,6.0008,1,leg_gt,0.8,60 -68203,sell_mtf_cross_all_tf,sell,2026-04-10 05:21:00,401.0,6.266,1,leg_gt,0.8,60 -68204,sell_mtf_cross_all_tf,sell,2026-04-10 05:27:00,401.0,6.266,1,leg_gt,0.81,60 -68205,sell_mtf_cross_all_tf,sell,2026-04-10 05:45:00,403.0,6.7966,1,leg_gt,0.82,60 -68206,sell_mtf_cross_all_tf,sell,2026-04-10 06:51:00,403.0,6.7966,1,leg_gt,0.86,60 -68207,sell_mtf_cross_all_tf,sell,2026-04-10 07:00:00,403.0,6.7966,1,leg_gt,0.87,60 -68208,sell_mtf_cross_all_tf,sell,2026-04-10 14:00:00,401.0,1.419,1,leg_gt,0.2,60 -68209,sell_mtf_cross_all_tf,sell,2026-04-10 14:06:00,401.0,1.419,1,leg_gt,0.2,60 -68210,sell_mtf_cross_all_tf,sell,2026-04-10 15:00:00,402.0,1.6722,1,leg_gt,0.24,60 -68211,sell_mtf_cross_all_tf,sell,2026-04-10 15:12:00,404.0,2.1785,1,leg_gt,0.25,60 -68212,sell_mtf_cross_all_tf,sell,2026-04-10 15:15:00,403.0,1.9253,1,leg_gt,0.25,60 -68213,sell_mtf_cross_all_tf,sell,2026-04-10 15:18:00,404.0,2.1785,1,leg_gt,0.25,60 -68214,sell_mtf_cross_all_tf,sell,2026-04-10 15:21:00,403.0,1.9253,1,leg_gt,0.25,60 -68215,sell_mtf_cross_all_tf,sell,2026-04-11 00:15:00,408.0,3.1911,1,leg_gt,0.62,60 -68216,sell_mtf_cross_all_tf,sell,2026-04-11 00:18:00,408.0,3.1911,1,leg_gt,0.62,60 -68217,sell_mtf_cross_all_tf,sell,2026-04-11 00:21:00,411.0,3.9506,1,leg_gt,0.63,60 -68218,sell_mtf_cross_all_tf,sell,2026-04-11 01:00:00,413.0,4.457,1,leg_gt,0.65,60 -68219,sell_mtf_cross_all_tf,sell,2026-04-11 01:03:00,414.0,4.7101,1,leg_gt,0.66,60 -68220,sell_mtf_cross_all_tf,sell,2026-04-11 01:21:00,413.0,4.457,1,leg_gt,0.67,60 -68221,sell_mtf_cross_all_tf,sell,2026-04-11 04:06:00,413.0,4.457,1,leg_gt,0.78,60 -68222,sell_mtf_cross_all_tf,sell,2026-04-11 04:09:00,412.0,4.2038,1,leg_gt,0.79,60 -68223,sell_mtf_cross_all_tf,sell,2026-04-11 04:24:00,414.0,4.7101,1,leg_gt,0.8,60 -68224,sell_mtf_cross_all_tf,sell,2026-04-11 04:27:00,413.0,4.457,1,leg_gt,0.8,60 -68225,sell_mtf_cross_all_tf,sell,2026-04-11 05:15:00,418.0,5.7228,1,leg_gt,0.83,60 -68226,sell_mtf_cross_all_tf,sell,2026-04-11 05:21:00,419.0,5.9759,1,leg_gt,0.84,60 -68227,sell_mtf_cross_all_tf,sell,2026-04-11 05:24:00,419.0,5.9759,1,leg_gt,0.84,60 -68228,sell_mtf_cross_all_tf,sell,2026-04-11 05:27:00,419.0,5.9759,1,leg_gt,0.84,60 -68229,sell_mtf_cross_all_tf,sell,2026-04-11 05:30:00,419.0,5.9759,1,leg_gt,0.84,60 -68230,sell_mtf_cross_all_tf,sell,2026-04-11 05:33:00,419.0,5.9759,1,leg_gt,0.84,60 -68231,sell_mtf_cross_all_tf,sell,2026-04-11 05:36:00,419.0,5.9759,1,leg_gt,0.85,60 -68232,sell_mtf_cross_all_tf,sell,2026-04-11 05:51:00,420.0,6.2291,1,leg_gt,0.86,60 -68233,sell_mtf_cross_all_tf,sell,2026-04-11 06:06:00,421.0,6.4823,1,leg_gt,0.87,60 -68234,sell_mtf_cross_all_tf,sell,2026-04-11 11:36:00,422.0,6.7354,1,leg_gt,1.1,60 -68235,sell_mtf_cross_all_tf,sell,2026-04-11 11:39:00,423.0,6.9886,1,leg_gt,1.1,60 -68236,sell_mtf_cross_all_tf,sell,2026-04-11 11:42:00,424.0,7.2418,1,leg_gt,1.1,60 -68237,sell_mtf_cross_all_tf,sell,2026-04-11 18:30:00,424.0,7.2418,1,leg_gt,1.38,60 -68238,sell_mtf_cross_all_tf,sell,2026-04-11 18:33:00,423.0,6.9886,1,leg_gt,1.39,60 -68239,sell_mtf_cross_all_tf,sell,2026-04-11 19:06:00,425.0,7.4949,1,leg_gt,1.41,60 -68240,sell_mtf_cross_all_tf,sell,2026-04-11 19:09:00,425.0,7.4949,1,leg_gt,1.41,60 -68241,sell_mtf_cross_all_tf,sell,2026-04-11 19:15:00,425.0,7.4949,1,leg_gt,1.41,60 -68242,sell_mtf_cross_all_tf,sell,2026-04-12 00:51:00,433.0,5.2528,1,leg_gt,0.12,60 -68243,sell_mtf_cross_all_tf,sell,2026-04-12 00:54:00,436.0,5.9827,1,leg_gt,0.12,60 -68244,sell_mtf_cross_all_tf,sell,2026-04-12 00:57:00,437.0,6.226,1,leg_gt,0.12,60 -68245,sell_mtf_cross_all_tf,sell,2026-04-12 01:00:00,437.0,6.226,1,leg_gt,0.12,60 -68246,sell_mtf_cross_all_tf,sell,2026-04-12 01:03:00,437.0,6.226,1,leg_gt,0.13,60 -68247,sell_mtf_cross_all_tf,sell,2026-04-12 01:21:00,436.0,5.9827,1,leg_gt,0.14,60 -68248,sell_mtf_cross_all_tf,sell,2026-04-12 04:15:00,442.0,7.4426,1,leg_gt,0.26,60 -68249,sell_mtf_cross_all_tf,sell,2026-04-12 04:18:00,446.0,8.4158,1,leg_gt,0.26,60 -68250,sell_mtf_cross_all_tf,sell,2026-04-12 04:27:00,447.0,8.6591,1,leg_gt,0.27,60 -68251,sell_mtf_cross_all_tf,sell,2026-04-12 04:30:00,444.0,7.9292,1,leg_gt,0.27,60 -68252,sell_mtf_cross_all_tf,sell,2026-04-12 04:33:00,444.0,7.9292,1,leg_gt,0.27,60 -68253,sell_mtf_cross_all_tf,sell,2026-04-12 05:57:00,447.0,8.6591,1,leg_gt,0.33,60 -68254,sell_mtf_cross_all_tf,sell,2026-04-12 17:30:00,432.0,2.0277,1,leg_gt,0.28,60 -68255,sell_mtf_cross_all_tf,sell,2026-04-12 17:39:00,432.0,2.0277,1,leg_gt,0.28,60 -68256,sell_mtf_cross_all_tf,sell,2026-04-12 17:42:00,433.0,2.2641,1,leg_gt,0.29,60 -68257,sell_mtf_cross_all_tf,sell,2026-04-12 17:45:00,433.0,2.2641,1,leg_gt,0.29,60 -68258,sell_mtf_cross_all_tf,sell,2026-04-12 17:48:00,432.0,2.0277,1,leg_gt,0.29,60 -68259,sell_mtf_cross_all_tf,sell,2026-04-12 17:51:00,432.0,2.0277,1,leg_gt,0.29,60 -68260,sell_mtf_cross_all_tf,sell,2026-04-12 18:30:00,435.0,2.7369,1,leg_gt,0.32,60 -68261,sell_mtf_cross_all_tf,sell,2026-04-12 18:33:00,434.0,2.5005,1,leg_gt,0.32,60 -68262,sell_mtf_cross_all_tf,sell,2026-04-12 18:45:00,435.0,2.7369,1,leg_gt,0.33,60 -68263,sell_mtf_cross_all_tf,sell,2026-04-12 18:57:00,436.0,2.9733,1,leg_gt,0.34,60 -68264,sell_mtf_cross_all_tf,sell,2026-04-12 19:00:00,435.0,2.7369,1,leg_gt,0.34,60 -68265,sell_mtf_cross_all_tf,sell,2026-04-12 19:30:00,439.0,3.6825,1,leg_gt,0.36,60 -68266,sell_mtf_cross_all_tf,sell,2026-04-12 19:33:00,439.0,3.6825,1,leg_gt,0.36,60 -68267,sell_mtf_cross_all_tf,sell,2026-04-12 19:48:00,439.0,3.6825,1,leg_gt,0.37,60 -68268,sell_mtf_cross_all_tf,sell,2026-04-12 19:51:00,439.0,3.6825,1,leg_gt,0.38,60 -68269,sell_mtf_cross_all_tf,sell,2026-04-13 04:15:00,440.0,3.9189,1,leg_gt,0.17,60 -68270,sell_mtf_cross_all_tf,sell,2026-04-13 04:18:00,440.0,3.9189,1,leg_gt,0.17,60 -68271,sell_mtf_cross_all_tf,sell,2026-04-13 09:36:00,438.0,3.4461,1,leg_gt,0.39,60 -68272,sell_mtf_cross_all_tf,sell,2026-04-13 09:39:00,438.0,3.4461,1,leg_gt,0.39,60 -68273,sell_mtf_cross_all_tf,sell,2026-04-13 10:15:00,441.0,4.1553,1,leg_gt,0.42,60 -68274,sell_mtf_cross_all_tf,sell,2026-04-13 10:18:00,441.0,4.1553,1,leg_gt,0.42,60 -68275,sell_mtf_cross_all_tf,sell,2026-04-13 10:24:00,442.0,4.3917,1,leg_gt,0.42,60 -68276,sell_mtf_cross_all_tf,sell,2026-04-13 10:27:00,442.0,4.3917,1,leg_gt,0.42,60 -68277,sell_mtf_cross_all_tf,sell,2026-04-13 10:30:00,443.0,4.6281,1,leg_gt,0.43,60 -68278,sell_mtf_cross_all_tf,sell,2026-04-13 10:33:00,443.0,4.6281,1,leg_gt,0.43,60 -68279,sell_mtf_cross_all_tf,sell,2026-04-13 10:42:00,445.0,5.1009,1,leg_gt,0.44,60 -68280,sell_mtf_cross_all_tf,sell,2026-04-13 11:00:00,447.0,5.5738,1,leg_gt,0.45,60 -68281,sell_mtf_cross_all_tf,sell,2026-04-13 11:30:00,450.0,6.283,1,leg_gt,0.47,60 -68282,sell_mtf_cross_all_tf,sell,2026-04-13 11:33:00,451.0,6.5194,1,leg_gt,0.47,60 -68283,sell_mtf_cross_all_tf,sell,2026-04-13 20:21:00,440.0,1.9882,1,leg_gt,0.1,60 -68284,sell_mtf_cross_all_tf,sell,2026-04-13 20:24:00,440.0,1.9882,1,leg_gt,0.11,60 -68285,sell_mtf_cross_all_tf,sell,2026-04-13 20:27:00,441.0,2.2202,1,leg_gt,0.11,60 -68286,sell_mtf_cross_all_tf,sell,2026-04-13 20:42:00,442.0,2.4522,1,leg_gt,0.12,60 -68287,sell_mtf_cross_all_tf,sell,2026-04-13 21:00:00,446.0,3.3803,1,leg_gt,0.13,60 -68288,sell_mtf_cross_all_tf,sell,2026-04-13 21:03:00,446.0,3.3803,1,leg_gt,0.13,60 -68289,sell_mtf_cross_all_tf,sell,2026-04-13 21:06:00,446.0,3.3803,1,leg_gt,0.14,60 -68290,sell_mtf_cross_all_tf,sell,2026-04-13 21:09:00,447.0,3.6123,1,leg_gt,0.14,60 -68291,sell_mtf_cross_all_tf,sell,2026-04-13 21:12:00,447.0,3.6123,1,leg_gt,0.14,60 -68292,sell_mtf_cross_all_tf,sell,2026-04-13 21:15:00,447.0,3.6123,1,leg_gt,0.14,60 -68293,sell_mtf_cross_all_tf,sell,2026-04-13 21:18:00,447.0,3.6123,1,leg_gt,0.14,60 -68294,sell_mtf_cross_all_tf,sell,2026-04-13 21:21:00,449.0,4.0763,1,leg_gt,0.15,60 -68295,sell_mtf_cross_all_tf,sell,2026-04-13 21:24:00,449.0,4.0763,1,leg_gt,0.15,60 -68296,sell_mtf_cross_all_tf,sell,2026-04-13 21:27:00,448.0,3.8443,1,leg_gt,0.15,60 -68297,sell_mtf_cross_all_tf,sell,2026-04-13 21:36:00,448.0,3.8443,1,leg_gt,0.16,60 -68298,sell_mtf_cross_all_tf,sell,2026-04-13 21:39:00,448.0,3.8443,1,leg_gt,0.16,60 -68299,sell_mtf_cross_all_tf,sell,2026-04-13 21:51:00,450.0,4.3084,1,leg_gt,0.17,60 -68300,sell_mtf_cross_all_tf,sell,2026-04-13 22:03:00,452.0,4.7724,1,leg_gt,0.18,60 -68301,sell_mtf_cross_all_tf,sell,2026-04-13 22:09:00,452.0,4.7724,1,leg_gt,0.18,60 -68302,sell_mtf_cross_all_tf,sell,2026-04-13 23:06:00,463.0,7.3246,1,leg_gt,0.22,60 -68303,sell_mtf_cross_all_tf,sell,2026-04-14 06:45:00,448.0,2.4172,1,leg_gt,0.15,60 -68304,sell_mtf_cross_all_tf,sell,2026-04-14 06:51:00,448.0,2.4172,1,leg_gt,0.15,60 -68305,sell_mtf_cross_all_tf,sell,2026-04-14 06:54:00,448.0,2.4172,1,leg_gt,0.15,60 -68306,sell_mtf_cross_all_tf,sell,2026-04-14 06:57:00,449.0,2.646,1,leg_gt,0.15,60 -68307,sell_mtf_cross_all_tf,sell,2026-04-14 07:00:00,448.0,2.4172,1,leg_gt,0.16,60 -68308,sell_mtf_cross_all_tf,sell,2026-04-14 07:03:00,449.0,2.646,1,leg_gt,0.16,60 -68309,sell_mtf_cross_all_tf,sell,2026-04-14 07:06:00,449.0,2.646,1,leg_gt,0.16,60 -68310,sell_mtf_cross_all_tf,sell,2026-04-14 07:09:00,449.0,2.646,1,leg_gt,0.16,60 -68311,sell_mtf_cross_all_tf,sell,2026-04-14 07:12:00,449.0,2.646,1,leg_gt,0.16,60 -68312,sell_mtf_cross_all_tf,sell,2026-04-14 07:42:00,457.0,4.4767,1,leg_gt,0.19,60 -68313,sell_mtf_cross_all_tf,sell,2026-04-14 07:51:00,458.0,4.7055,1,leg_gt,0.19,60 -68314,sell_mtf_cross_all_tf,sell,2026-04-14 07:54:00,460.0,5.1632,1,leg_gt,0.19,60 -68315,sell_mtf_cross_all_tf,sell,2026-04-14 08:00:00,459.0,4.9343,1,leg_gt,0.2,60 -68316,sell_mtf_cross_all_tf,sell,2026-04-14 08:57:00,458.0,4.7055,1,leg_gt,0.24,60 -68317,sell_mtf_cross_all_tf,sell,2026-04-14 09:12:00,459.0,4.9343,1,leg_gt,0.25,60 -68318,sell_mtf_cross_all_tf,sell,2026-04-14 12:39:00,467.0,6.765,1,leg_gt,0.39,60 -68319,sell_mtf_cross_all_tf,sell,2026-04-14 12:51:00,468.0,6.9938,1,leg_gt,0.4,60 -68320,sell_mtf_cross_all_tf,sell,2026-04-14 12:54:00,468.0,6.9938,1,leg_gt,0.4,60 -68321,sell_mtf_cross_all_tf,sell,2026-04-14 13:00:00,469.0,7.2227,1,leg_gt,0.41,60 -68322,sell_mtf_cross_all_tf,sell,2026-04-14 13:03:00,469.0,7.2227,1,leg_gt,0.41,60 -68323,sell_mtf_cross_all_tf,sell,2026-04-14 13:06:00,469.0,7.2227,1,leg_gt,0.41,60 -68324,sell_mtf_cross_all_tf,sell,2026-04-14 15:27:00,472.0,7.9092,1,leg_gt,0.51,60 -68325,sell_mtf_cross_all_tf,sell,2026-04-14 15:30:00,471.0,7.6803,1,leg_gt,0.51,60 -68326,sell_mtf_cross_all_tf,sell,2026-04-14 15:33:00,471.0,7.6803,1,leg_gt,0.51,60 -68327,sell_mtf_cross_all_tf,sell,2026-04-14 16:00:00,472.0,7.9092,1,leg_gt,0.53,60 -68328,sell_mtf_cross_all_tf,sell,2026-04-14 16:15:00,475.0,8.5957,1,leg_gt,0.54,60 -68329,sell_mtf_cross_all_tf,sell,2026-04-14 16:18:00,476.0,8.8245,1,leg_gt,0.54,60 -68330,sell_mtf_cross_all_tf,sell,2026-04-14 16:21:00,477.0,9.0533,1,leg_gt,0.55,60 -68331,sell_mtf_cross_all_tf,sell,2026-04-14 16:24:00,477.0,9.0533,1,leg_gt,0.55,60 -68332,sell_mtf_cross_all_tf,sell,2026-04-14 16:27:00,478.0,9.2822,1,leg_gt,0.55,60 -68333,sell_mtf_cross_all_tf,sell,2026-04-14 16:45:00,480.0,9.7398,1,leg_gt,0.56,60 -68334,sell_mtf_cross_all_tf,sell,2026-04-14 16:48:00,482.0,10.1975,1,leg_gt,0.56,60 -68335,sell_mtf_cross_all_tf,sell,2026-04-14 16:51:00,483.0,10.4263,1,leg_gt,0.57,60 -68336,sell_mtf_cross_all_tf,sell,2026-04-14 16:54:00,482.0,10.1975,1,leg_gt,0.57,60 -68337,sell_mtf_cross_all_tf,sell,2026-04-16 01:45:00,444.0,2.4404,1,leg_gt,0.66,60 -68338,sell_mtf_cross_all_tf,sell,2026-04-16 01:57:00,444.0,2.4404,1,leg_gt,0.67,60 -68339,sell_mtf_cross_all_tf,sell,2026-04-16 02:00:00,446.0,2.9023,1,leg_gt,0.67,60 -68340,sell_mtf_cross_all_tf,sell,2026-04-16 02:03:00,446.0,2.9023,1,leg_gt,0.67,60 -68341,sell_mtf_cross_all_tf,sell,2026-04-16 02:06:00,447.0,3.1333,1,leg_gt,0.67,60 -68342,sell_mtf_cross_all_tf,sell,2026-04-16 02:09:00,448.0,3.3642,1,leg_gt,0.68,60 -68343,sell_mtf_cross_all_tf,sell,2026-04-16 02:12:00,446.0,2.9023,1,leg_gt,0.68,60 -68344,sell_mtf_cross_all_tf,sell,2026-04-16 04:45:00,447.0,3.1333,1,leg_gt,0.78,60 -68345,sell_mtf_cross_all_tf,sell,2026-04-16 04:51:00,447.0,3.1333,1,leg_gt,0.79,60 -68346,sell_mtf_cross_all_tf,sell,2026-04-16 06:12:00,449.0,3.5952,1,leg_gt,0.84,60 -68347,sell_mtf_cross_all_tf,sell,2026-04-16 06:15:00,449.0,3.5952,1,leg_gt,0.85,60 -68348,sell_mtf_cross_all_tf,sell,2026-04-16 06:18:00,448.0,3.3642,1,leg_gt,0.85,60 -68349,sell_mtf_cross_all_tf,sell,2026-04-16 06:45:00,449.0,3.5952,1,leg_gt,0.87,60 -68350,sell_mtf_cross_all_tf,sell,2026-04-16 07:12:00,451.0,4.057,1,leg_gt,0.89,60 -68351,sell_mtf_cross_all_tf,sell,2026-04-16 07:51:00,454.0,4.7499,1,leg_gt,0.91,60 -68352,sell_mtf_cross_all_tf,sell,2026-04-16 07:54:00,454.0,4.7499,1,leg_gt,0.91,60 -68353,sell_mtf_cross_all_tf,sell,2026-04-16 11:00:00,456.0,5.2118,1,leg_gt,1.04,60 -68354,sell_mtf_cross_all_tf,sell,2026-04-16 11:03:00,456.0,5.2118,1,leg_gt,1.05,60 -68355,sell_mtf_cross_all_tf,sell,2026-04-16 11:09:00,456.0,5.2118,1,leg_gt,1.05,60 -68356,sell_mtf_cross_all_tf,sell,2026-04-16 11:12:00,457.0,5.4427,1,leg_gt,1.05,60 -68357,sell_mtf_cross_all_tf,sell,2026-04-16 11:15:00,456.0,5.2118,1,leg_gt,1.05,60 -68358,sell_mtf_cross_all_tf,sell,2026-04-16 11:18:00,457.0,5.4427,1,leg_gt,1.06,60 -68359,sell_mtf_cross_all_tf,sell,2026-04-16 11:21:00,456.0,5.2118,1,leg_gt,1.06,60 -68360,sell_mtf_cross_all_tf,sell,2026-04-16 11:30:00,457.0,5.4427,1,leg_gt,1.06,60 -68361,sell_mtf_cross_all_tf,sell,2026-04-16 11:42:00,459.0,5.9046,1,leg_gt,1.07,60 -68362,sell_mtf_cross_all_tf,sell,2026-04-16 11:45:00,458.0,5.6737,1,leg_gt,1.08,60 -68363,sell_mtf_cross_all_tf,sell,2026-04-16 12:42:00,460.0,6.1356,1,leg_gt,1.11,60 -68364,sell_mtf_cross_all_tf,sell,2026-04-16 12:45:00,460.0,6.1356,1,leg_gt,1.12,60 -68365,sell_mtf_cross_all_tf,sell,2026-04-16 12:48:00,460.0,6.1356,1,leg_gt,1.12,60 -68366,sell_mtf_cross_all_tf,sell,2026-04-16 12:51:00,461.0,6.3665,1,leg_gt,1.12,60 -68367,sell_mtf_cross_all_tf,sell,2026-04-16 21:15:00,459.0,5.9046,1,leg_gt,1.47,60 -68368,sell_mtf_cross_all_tf,sell,2026-04-16 21:21:00,459.0,5.9046,1,leg_gt,1.48,60 -68369,sell_mtf_cross_all_tf,sell,2026-04-16 21:24:00,459.0,5.9046,1,leg_gt,1.48,60 -68370,sell_mtf_cross_all_tf,sell,2026-04-16 21:27:00,460.0,6.1356,1,leg_gt,1.48,60 -68371,sell_mtf_cross_all_tf,sell,2026-04-16 21:51:00,461.0,6.3665,1,leg_gt,1.5,60 -68372,sell_mtf_cross_all_tf,sell,2026-04-16 22:27:00,468.0,7.9831,1,leg_gt,1.52,60 -68373,sell_mtf_cross_all_tf,sell,2026-04-17 00:15:00,467.0,7.7522,1,leg_gt,1.6,60 -68374,sell_mtf_cross_all_tf,sell,2026-04-17 00:18:00,467.0,7.7522,1,leg_gt,1.6,60 -68375,sell_mtf_cross_all_tf,sell,2026-04-17 00:30:00,469.0,8.2141,1,leg_gt,1.61,60 -68376,sell_mtf_cross_all_tf,sell,2026-04-17 00:33:00,470.0,8.445,1,leg_gt,1.61,60 -68377,sell_mtf_cross_all_tf,sell,2026-04-17 00:36:00,471.0,8.676,1,leg_gt,1.61,60 -68378,sell_mtf_cross_all_tf,sell,2026-04-17 00:45:00,475.0,9.5998,1,leg_gt,1.62,60 -68379,sell_mtf_cross_all_tf,sell,2026-04-17 00:51:00,475.0,9.5998,1,leg_gt,1.62,60 -68380,sell_mtf_cross_all_tf,sell,2026-04-17 00:54:00,475.0,9.5998,1,leg_gt,1.62,60 -68381,sell_mtf_cross_all_tf,sell,2026-04-17 00:57:00,474.0,9.3688,1,leg_gt,1.62,60 -68382,sell_mtf_cross_all_tf,sell,2026-04-17 01:00:00,474.0,9.3688,1,leg_gt,1.63,60 -68383,sell_mtf_cross_all_tf,sell,2026-04-17 07:15:00,478.0,4.0394,1,leg_gt,0.19,60 -68384,sell_mtf_cross_all_tf,sell,2026-04-17 07:18:00,478.0,4.0394,1,leg_gt,0.2,60 -68385,sell_mtf_cross_all_tf,sell,2026-04-17 07:21:00,478.0,4.0394,1,leg_gt,0.2,60 -68386,sell_mtf_cross_all_tf,sell,2026-04-17 07:30:00,479.0,4.2573,1,leg_gt,0.2,60 -68387,sell_mtf_cross_all_tf,sell,2026-04-17 07:33:00,479.0,4.2573,1,leg_gt,0.21,60 -68388,sell_mtf_cross_all_tf,sell,2026-04-17 07:51:00,483.0,5.1288,1,leg_gt,0.22,60 -68389,sell_mtf_cross_all_tf,sell,2026-04-17 07:54:00,483.0,5.1288,1,leg_gt,0.22,60 -68390,sell_mtf_cross_all_tf,sell,2026-04-17 07:57:00,483.0,5.1288,1,leg_gt,0.22,60 -68391,sell_mtf_cross_all_tf,sell,2026-04-17 08:06:00,483.0,5.1288,1,leg_gt,0.23,60 -68392,sell_mtf_cross_all_tf,sell,2026-04-22 12:00:00,391.0,1.4584,1,leg_gt,0.31,60 -68393,sell_mtf_cross_all_tf,sell,2026-04-22 14:42:00,395.0,2.4974,1,leg_gt,0.42,60 -68394,sell_mtf_cross_all_tf,sell,2026-04-22 14:45:00,395.0,2.4974,1,leg_gt,0.42,60 -68395,sell_mtf_cross_all_tf,sell,2026-04-22 14:48:00,396.0,2.7571,1,leg_gt,0.42,60 -68396,sell_mtf_cross_all_tf,sell,2026-04-22 14:51:00,395.0,2.4974,1,leg_gt,0.42,60 -68397,sell_mtf_cross_all_tf,sell,2026-04-22 16:57:00,395.0,2.4974,1,leg_gt,0.51,60 -68398,sell_mtf_cross_all_tf,sell,2026-04-22 17:00:00,395.0,2.4974,1,leg_gt,0.51,60 -68399,sell_mtf_cross_all_tf,sell,2026-04-22 17:03:00,394.0,2.2377,1,leg_gt,0.52,60 -68400,sell_mtf_cross_all_tf,sell,2026-04-22 17:06:00,395.0,2.4974,1,leg_gt,0.52,60 -68401,sell_mtf_cross_all_tf,sell,2026-04-22 17:09:00,395.0,2.4974,1,leg_gt,0.52,60 -68402,sell_mtf_cross_all_tf,sell,2026-04-22 17:27:00,397.0,3.0169,1,leg_gt,0.53,60 -68403,sell_mtf_cross_all_tf,sell,2026-04-22 17:30:00,397.0,3.0169,1,leg_gt,0.54,60 -68404,sell_mtf_cross_all_tf,sell,2026-04-22 17:33:00,398.0,3.2766,1,leg_gt,0.54,60 -68405,sell_mtf_cross_all_tf,sell,2026-04-22 17:39:00,399.0,3.5364,1,leg_gt,0.54,60 -68406,sell_mtf_cross_all_tf,sell,2026-04-22 17:42:00,398.0,3.2766,1,leg_gt,0.54,60 -68407,sell_mtf_cross_all_tf,sell,2026-04-22 17:48:00,398.0,3.2766,1,leg_gt,0.55,60 -68408,sell_mtf_cross_all_tf,sell,2026-04-23 02:00:00,399.0,3.5364,1,leg_gt,0.89,60 -68409,sell_mtf_cross_all_tf,sell,2026-04-23 02:03:00,400.0,3.7961,1,leg_gt,0.89,60 -68410,sell_mtf_cross_all_tf,sell,2026-04-23 02:06:00,400.0,3.7961,1,leg_gt,0.89,60 -68411,sell_mtf_cross_all_tf,sell,2026-04-23 03:00:00,400.0,3.7961,1,leg_gt,0.93,60 -68412,sell_mtf_cross_all_tf,sell,2026-04-23 03:06:00,400.0,3.7961,1,leg_gt,0.94,60 -68413,sell_mtf_cross_all_tf,sell,2026-04-23 03:09:00,400.0,3.7961,1,leg_gt,0.94,60 -68414,sell_mtf_cross_all_tf,sell,2026-04-23 03:12:00,400.0,3.7961,1,leg_gt,0.94,60 -68415,sell_mtf_cross_all_tf,sell,2026-04-23 03:27:00,402.0,4.3156,1,leg_gt,0.95,60 -68416,sell_mtf_cross_all_tf,sell,2026-04-23 03:30:00,403.0,4.5753,1,leg_gt,0.95,60 -68417,sell_mtf_cross_all_tf,sell,2026-04-23 03:33:00,403.0,4.5753,1,leg_gt,0.95,60 -68418,sell_mtf_cross_all_tf,sell,2026-04-23 03:36:00,403.0,4.5753,1,leg_gt,0.96,60 -68419,sell_mtf_cross_all_tf,sell,2026-04-23 03:39:00,404.0,4.8351,1,leg_gt,0.96,60 -68420,sell_mtf_cross_all_tf,sell,2026-04-23 03:42:00,403.0,4.5753,1,leg_gt,0.96,60 -68421,sell_mtf_cross_all_tf,sell,2026-05-03 00:21:00,356.0,3.0884,1,leg_gt,0.42,60 -68422,sell_mtf_cross_all_tf,sell,2026-05-03 00:24:00,357.0,3.3783,1,leg_gt,0.42,60 -68423,sell_mtf_cross_all_tf,sell,2026-05-03 00:27:00,358.0,3.6681,1,leg_gt,0.42,60 -68424,sell_mtf_cross_all_tf,sell,2026-05-03 00:30:00,357.0,3.3783,1,leg_gt,0.42,60 -68425,sell_mtf_cross_all_tf,sell,2026-05-03 00:33:00,358.0,3.6681,1,leg_gt,0.42,60 -68426,sell_mtf_cross_all_tf,sell,2026-05-03 00:36:00,358.0,3.6681,1,leg_gt,0.43,60 -68427,sell_mtf_cross_all_tf,sell,2026-05-03 00:42:00,358.0,3.6681,1,leg_gt,0.43,60 -68428,sell_mtf_cross_all_tf,sell,2026-05-03 00:45:00,358.0,3.6681,1,leg_gt,0.43,60 -68429,sell_mtf_cross_all_tf,sell,2026-05-03 00:48:00,359.0,3.958,1,leg_gt,0.44,60 -68430,sell_mtf_cross_all_tf,sell,2026-05-03 00:51:00,358.0,3.6681,1,leg_gt,0.44,60 -68431,sell_mtf_cross_all_tf,sell,2026-05-03 00:54:00,358.0,3.6681,1,leg_gt,0.44,60 -68432,sell_mtf_cross_all_tf,sell,2026-05-03 01:06:00,359.0,3.958,1,leg_gt,0.45,60 -68433,sell_mtf_cross_all_tf,sell,2026-05-03 01:12:00,359.0,3.958,1,leg_gt,0.45,60 -68434,sell_mtf_cross_all_tf,sell,2026-05-03 02:00:00,360.0,4.2478,1,leg_gt,0.49,60 -68435,sell_mtf_cross_all_tf,sell,2026-05-03 02:03:00,360.0,4.2478,1,leg_gt,0.49,60 -68436,sell_mtf_cross_all_tf,sell,2026-05-03 02:06:00,360.0,4.2478,1,leg_gt,0.49,60 -68437,sell_mtf_cross_all_tf,sell,2026-05-03 02:09:00,361.0,4.5377,1,leg_gt,0.49,60 -68438,sell_mtf_cross_all_tf,sell,2026-05-03 02:15:00,361.0,4.5377,1,leg_gt,0.5,60 -68439,sell_mtf_cross_all_tf,sell,2026-05-03 02:18:00,361.0,4.5377,1,leg_gt,0.5,60 -68440,sell_mtf_cross_all_tf,sell,2026-05-03 02:21:00,362.0,4.8275,1,leg_gt,0.5,60 -68441,sell_mtf_cross_all_tf,sell,2026-05-03 02:24:00,361.0,4.5377,1,leg_gt,0.5,60 -68442,sell_mtf_cross_all_tf,sell,2026-05-03 02:30:00,362.0,4.8275,1,leg_gt,0.51,60 -68443,sell_mtf_cross_all_tf,sell,2026-05-03 02:33:00,362.0,4.8275,1,leg_gt,0.51,60 -68444,sell_mtf_cross_all_tf,sell,2026-05-03 02:39:00,362.0,4.8275,1,leg_gt,0.51,60 -68445,sell_mtf_cross_all_tf,sell,2026-05-03 03:51:00,363.0,5.1174,1,leg_gt,0.56,60 -68446,sell_mtf_cross_all_tf,sell,2026-05-03 04:15:00,363.0,5.1174,1,leg_gt,0.58,60 -68447,sell_mtf_cross_all_tf,sell,2026-05-05 00:00:00,353.0,1.3368,1,leg_gt,0.61,60 -68448,sell_mtf_cross_all_tf,sell,2026-05-05 00:03:00,354.0,1.6241,1,leg_gt,0.61,60 -68449,sell_mtf_cross_all_tf,sell,2026-05-05 00:06:00,354.0,1.6241,1,leg_gt,0.61,60 -68450,sell_mtf_cross_all_tf,sell,2026-05-05 00:09:00,353.0,1.3368,1,leg_gt,0.62,60 -68451,sell_mtf_cross_all_tf,sell,2026-05-05 00:12:00,353.0,1.3368,1,leg_gt,0.62,60 -68452,sell_mtf_cross_all_tf,sell,2026-05-05 00:15:00,354.0,1.6241,1,leg_gt,0.62,60 -68453,sell_mtf_cross_all_tf,sell,2026-05-05 00:18:00,354.0,1.6241,1,leg_gt,0.62,60 -68454,sell_mtf_cross_all_tf,sell,2026-05-05 02:21:00,354.0,1.6241,1,leg_gt,0.71,60 -68455,sell_mtf_cross_all_tf,sell,2026-05-05 02:30:00,354.0,1.6241,1,leg_gt,0.71,60 -68456,sell_mtf_cross_all_tf,sell,2026-05-05 02:33:00,354.0,1.6241,1,leg_gt,0.72,60 -68457,sell_mtf_cross_all_tf,sell,2026-05-05 02:51:00,355.0,1.9115,1,leg_gt,0.73,60 -68458,sell_mtf_cross_all_tf,sell,2026-05-05 02:54:00,355.0,1.9115,1,leg_gt,0.73,60 -68459,sell_mtf_cross_all_tf,sell,2026-05-05 03:00:00,355.0,1.9115,1,leg_gt,0.74,60 -68460,sell_mtf_cross_all_tf,sell,2026-05-05 03:39:00,356.0,2.1989,1,leg_gt,0.76,60 -68461,sell_mtf_cross_all_tf,sell,2026-05-05 03:42:00,356.0,2.1989,1,leg_gt,0.76,60 -68462,sell_mtf_cross_all_tf,sell,2026-05-05 03:45:00,356.0,2.1989,1,leg_gt,0.77,60 -68463,sell_mtf_cross_all_tf,sell,2026-05-05 04:00:00,356.0,2.1989,1,leg_gt,0.78,60 -68464,sell_mtf_cross_all_tf,sell,2026-05-05 06:45:00,356.0,2.1989,1,leg_gt,0.89,60 -68465,sell_mtf_cross_all_tf,sell,2026-05-05 06:48:00,355.0,1.9115,1,leg_gt,0.89,60 -68466,sell_mtf_cross_all_tf,sell,2026-05-05 13:30:00,357.0,2.4862,1,leg_gt,1.17,60 -68467,sell_mtf_cross_all_tf,sell,2026-05-05 15:12:00,361.0,3.6356,1,leg_gt,1.24,60 -68468,sell_mtf_cross_all_tf,sell,2026-05-05 15:21:00,361.0,3.6356,1,leg_gt,1.25,60 -68469,sell_mtf_cross_all_tf,sell,2026-05-05 15:24:00,361.0,3.6356,1,leg_gt,1.25,60 -68470,sell_mtf_cross_all_tf,sell,2026-05-05 15:51:00,362.0,3.923,1,leg_gt,1.27,60 -68471,sell_mtf_cross_all_tf,sell,2026-05-05 15:54:00,362.0,3.923,1,leg_gt,1.27,60 -68472,sell_mtf_cross_all_tf,sell,2026-05-05 15:57:00,362.0,3.923,1,leg_gt,1.27,60 -68473,sell_mtf_cross_all_tf,sell,2026-05-05 16:21:00,363.0,4.2103,1,leg_gt,1.29,60 -68474,sell_mtf_cross_all_tf,sell,2026-05-05 21:15:00,362.0,3.923,1,leg_gt,1.5,60 -68475,sell_mtf_cross_all_tf,sell,2026-05-05 21:21:00,362.0,3.923,1,leg_gt,1.5,60 -68476,sell_mtf_cross_all_tf,sell,2026-05-05 21:30:00,362.0,3.923,1,leg_gt,1.51,60 -68477,sell_mtf_cross_all_tf,sell,2026-05-05 21:36:00,362.0,3.923,1,leg_gt,1.51,60 -68478,sell_mtf_cross_all_tf,sell,2026-05-05 21:39:00,362.0,3.923,1,leg_gt,1.51,60 -68479,sell_mtf_cross_all_tf,sell,2026-05-06 04:45:00,362.0,3.923,1,leg_gt,1.81,60 -68480,sell_mtf_cross_all_tf,sell,2026-05-06 04:48:00,362.0,3.923,1,leg_gt,1.81,60 -68481,sell_mtf_cross_all_tf,sell,2026-05-06 05:00:00,362.0,3.923,1,leg_gt,1.82,60 -68482,sell_mtf_cross_all_tf,sell,2026-05-06 05:03:00,362.0,3.923,1,leg_gt,1.82,60 -68483,sell_mtf_cross_all_tf,sell,2026-05-06 05:09:00,362.0,3.923,1,leg_gt,1.82,60 -68484,sell_mtf_cross_all_tf,sell,2026-05-06 05:12:00,362.0,3.923,1,leg_gt,1.83,60 -68485,sell_mtf_cross_all_tf,sell,2026-05-06 05:15:00,363.0,4.2103,1,leg_gt,1.83,60 -68486,sell_mtf_cross_all_tf,sell,2026-05-06 05:18:00,363.0,4.2103,1,leg_gt,1.83,60 -68487,sell_mtf_cross_all_tf,sell,2026-05-06 05:21:00,363.0,4.2103,1,leg_gt,1.83,60 -68488,sell_mtf_cross_all_tf,sell,2026-05-06 05:30:00,364.0,4.4977,1,leg_gt,1.84,60 -68489,sell_mtf_cross_all_tf,sell,2026-05-06 05:42:00,364.0,4.4977,1,leg_gt,1.85,60 -68490,sell_mtf_cross_all_tf,sell,2026-05-06 05:45:00,365.0,4.7851,1,leg_gt,1.85,60 -68491,sell_mtf_cross_all_tf,sell,2026-05-06 05:51:00,366.0,5.0724,1,leg_gt,1.85,60 -68492,sell_mtf_cross_all_tf,sell,2026-05-06 05:54:00,366.0,5.0724,1,leg_gt,1.86,60 -68493,sell_mtf_cross_all_tf,sell,2026-05-06 05:57:00,366.0,5.0724,1,leg_gt,1.86,60 -68494,sell_mtf_cross_all_tf,sell,2026-05-06 06:15:00,369.0,5.9345,1,leg_gt,1.87,60 -68495,sell_mtf_cross_all_tf,sell,2026-05-06 06:18:00,369.0,5.9345,1,leg_gt,1.87,60 -68496,sell_mtf_cross_all_tf,sell,2026-05-06 06:21:00,369.0,5.9345,1,leg_gt,1.88,60 -68497,sell_mtf_cross_all_tf,sell,2026-05-06 06:24:00,369.0,5.9345,1,leg_gt,1.88,60 -68498,sell_mtf_cross_all_tf,sell,2026-05-06 12:45:00,371.0,6.5092,1,leg_gt,2.14,60 -68499,sell_mtf_cross_all_tf,sell,2026-05-06 12:48:00,371.0,6.5092,1,leg_gt,2.14,60 -68500,sell_mtf_cross_all_tf,sell,2026-05-06 12:51:00,370.0,6.2218,1,leg_gt,2.15,60 -68501,sell_mtf_cross_all_tf,sell,2026-05-06 12:54:00,371.0,6.5092,1,leg_gt,2.15,60 -68502,sell_mtf_cross_all_tf,sell,2026-05-06 12:57:00,372.0,6.7966,1,leg_gt,2.15,60 -68503,sell_mtf_cross_all_tf,sell,2026-05-06 13:00:00,371.0,6.5092,1,leg_gt,2.15,60 -68504,sell_mtf_cross_all_tf,sell,2026-05-06 13:03:00,371.0,6.5092,1,leg_gt,2.15,60 -68505,sell_mtf_cross_all_tf,sell,2026-05-06 13:06:00,372.0,6.7966,1,leg_gt,2.16,60 -68506,sell_mtf_cross_all_tf,sell,2026-05-06 13:09:00,372.0,6.7966,1,leg_gt,2.16,60 -68507,sell_mtf_cross_all_tf,sell,2026-05-06 13:12:00,372.0,6.7966,1,leg_gt,2.16,60 -68508,sell_mtf_cross_all_tf,sell,2026-05-06 13:15:00,372.0,6.7966,1,leg_gt,2.16,60 -68509,sell_mtf_cross_all_tf,sell,2026-05-06 13:18:00,372.0,6.7966,1,leg_gt,2.16,60 -68510,sell_mtf_cross_all_tf,sell,2026-05-06 13:27:00,372.0,6.7966,1,leg_gt,2.17,60 -68511,sell_mtf_cross_all_tf,sell,2026-05-06 16:15:00,372.0,6.7966,1,leg_gt,2.29,60 -68512,sell_mtf_cross_all_tf,sell,2026-05-06 16:18:00,372.0,6.7966,1,leg_gt,2.29,60 -68513,sell_mtf_cross_all_tf,sell,2026-05-06 16:21:00,373.0,7.0839,1,leg_gt,2.29,60 -68514,sell_mtf_cross_all_tf,sell,2026-05-06 16:30:00,374.0,7.3713,1,leg_gt,2.3,60 -68515,sell_mtf_cross_all_tf,sell,2026-05-06 16:33:00,374.0,7.3713,1,leg_gt,2.3,60 -68516,sell_mtf_cross_all_tf,sell,2026-05-06 16:36:00,374.0,7.3713,1,leg_gt,2.3,60 -68517,sell_mtf_cross_all_tf,sell,2026-05-06 16:39:00,374.0,7.3713,1,leg_gt,2.3,60 -68518,sell_mtf_cross_all_tf,sell,2026-05-06 16:42:00,374.0,7.3713,1,leg_gt,2.31,60 -68519,sell_mtf_cross_all_tf,sell,2026-05-06 16:45:00,374.0,7.3713,1,leg_gt,2.31,60 -68520,sell_mtf_cross_all_tf,sell,2026-05-06 16:48:00,374.0,7.3713,1,leg_gt,2.31,60 -68521,sell_mtf_cross_all_tf,sell,2026-05-06 16:51:00,375.0,7.6586,1,leg_gt,2.31,60 -68522,sell_mtf_cross_all_tf,sell,2026-05-06 17:30:00,375.0,7.6586,1,leg_gt,2.34,60 -68523,sell_mtf_cross_all_tf,sell,2026-05-06 17:33:00,375.0,7.6586,1,leg_gt,2.34,60 -68524,sell_mtf_cross_all_tf,sell,2026-05-06 17:42:00,376.0,7.946,1,leg_gt,2.35,60 -68525,sell_mtf_cross_all_tf,sell,2026-05-06 18:06:00,378.0,8.5207,1,leg_gt,2.36,60 -68526,sell_mtf_cross_all_tf,sell,2026-05-06 18:09:00,379.0,8.808,1,leg_gt,2.37,60 -68527,sell_mtf_cross_all_tf,sell,2026-05-06 18:12:00,379.0,8.808,1,leg_gt,2.37,60 -68528,sell_mtf_cross_all_tf,sell,2026-05-06 18:15:00,378.0,8.5207,1,leg_gt,2.37,60 -68529,sell_mtf_cross_all_tf,sell,2026-05-06 18:18:00,379.0,8.808,1,leg_gt,2.37,60 -68530,sell_mtf_cross_all_tf,sell,2026-05-06 18:21:00,380.0,9.0954,1,leg_gt,2.38,60 -68531,sell_mtf_cross_all_tf,sell,2026-05-06 18:24:00,379.0,8.808,1,leg_gt,2.38,60 -68532,sell_mtf_cross_all_tf,sell,2026-05-06 18:27:00,379.0,8.808,1,leg_gt,2.38,60 -68533,sell_mtf_cross_all_tf,sell,2026-05-06 18:30:00,379.0,8.808,1,leg_gt,2.38,60 -68534,sell_mtf_cross_all_tf,sell,2026-05-06 18:36:00,380.0,9.0954,1,leg_gt,2.39,60 -68535,sell_mtf_cross_all_tf,sell,2026-05-06 19:00:00,380.0,9.0954,1,leg_gt,2.4,60 -68536,sell_mtf_cross_all_tf,sell,2026-05-06 19:03:00,380.0,9.0954,1,leg_gt,2.4,60 -68537,sell_mtf_cross_all_tf,sell,2026-05-06 19:09:00,380.0,9.0954,1,leg_gt,2.41,60 -68538,sell_mtf_cross_all_tf,sell,2026-05-06 19:21:00,381.0,9.3828,1,leg_gt,2.42,60 -68539,sell_mtf_cross_all_tf,sell,2026-05-06 19:24:00,381.0,9.3828,1,leg_gt,2.42,60 -68540,sell_mtf_cross_all_tf,sell,2026-05-06 19:30:00,381.0,9.3828,1,leg_gt,2.42,60 -68541,sell_mtf_cross_all_tf,sell,2026-05-06 19:45:00,383.0,9.9575,1,leg_gt,2.43,60 -68542,sell_mtf_cross_all_tf,sell,2026-05-06 19:48:00,383.0,9.9575,1,leg_gt,2.44,60 -68543,sell_mtf_cross_all_tf,sell,2026-05-07 06:36:00,378.0,8.5207,1,leg_gt,2.89,60 -68544,sell_mtf_cross_all_tf,sell,2026-05-07 06:51:00,380.0,9.0954,1,leg_gt,2.9,60 -68545,sell_mtf_cross_all_tf,sell,2026-05-07 06:54:00,381.0,9.3828,1,leg_gt,2.9,60 -68546,sell_mtf_cross_all_tf,sell,2026-05-07 06:57:00,380.0,9.0954,1,leg_gt,2.9,60 -68547,sell_mtf_cross_all_tf,sell,2026-05-07 14:15:00,373.0,2.0918,1,leg_gt,0.13,60 -68548,sell_mtf_cross_all_tf,sell,2026-05-07 14:18:00,373.0,2.0918,1,leg_gt,0.13,60 -68549,sell_mtf_cross_all_tf,sell,2026-05-07 14:24:00,373.0,2.0918,1,leg_gt,0.13,60 -68550,sell_mtf_cross_all_tf,sell,2026-05-07 14:30:00,374.0,2.3658,1,leg_gt,0.14,60 -68551,sell_mtf_cross_all_tf,sell,2026-05-07 16:06:00,381.0,4.2836,1,leg_gt,0.2,60 -68552,sell_mtf_cross_all_tf,sell,2026-05-07 16:09:00,381.0,4.2836,1,leg_gt,0.21,60 -68553,sell_mtf_cross_all_tf,sell,2026-05-07 16:12:00,381.0,4.2836,1,leg_gt,0.21,60 -68554,sell_mtf_cross_all_tf,sell,2026-05-07 16:15:00,381.0,4.2836,1,leg_gt,0.21,60 -68555,sell_mtf_cross_all_tf,sell,2026-05-07 16:18:00,381.0,4.2836,1,leg_gt,0.21,60 -68556,sell_mtf_cross_all_tf,sell,2026-05-07 16:21:00,382.0,4.5575,1,leg_gt,0.21,60 -68557,sell_mtf_cross_all_tf,sell,2026-05-07 16:24:00,381.0,4.2836,1,leg_gt,0.22,60 -68558,sell_mtf_cross_all_tf,sell,2026-05-07 16:27:00,381.0,4.2836,1,leg_gt,0.22,60 -68559,sell_mtf_cross_all_tf,sell,2026-05-08 10:36:00,374.0,1.5304,1,leg_gt,0.42,60 -68560,sell_mtf_cross_all_tf,sell,2026-05-08 11:45:00,375.0,1.8022,1,leg_gt,0.47,60 -68561,sell_mtf_cross_all_tf,sell,2026-05-08 11:48:00,375.0,1.8022,1,leg_gt,0.47,60 -68562,sell_mtf_cross_all_tf,sell,2026-05-08 11:51:00,376.0,2.0739,1,leg_gt,0.48,60 -68563,sell_mtf_cross_all_tf,sell,2026-05-08 11:54:00,375.0,1.8022,1,leg_gt,0.48,60 -68564,sell_mtf_cross_all_tf,sell,2026-05-08 13:51:00,377.0,2.3457,1,leg_gt,0.56,60 -68565,sell_mtf_cross_all_tf,sell,2026-05-08 13:54:00,377.0,2.3457,1,leg_gt,0.56,60 -68566,sell_mtf_cross_all_tf,sell,2026-05-08 13:57:00,377.0,2.3457,1,leg_gt,0.56,60 -68567,sell_mtf_cross_all_tf,sell,2026-05-08 14:00:00,377.0,2.3457,1,leg_gt,0.56,60 -68568,sell_mtf_cross_all_tf,sell,2026-05-08 14:12:00,378.0,2.6174,1,leg_gt,0.57,60 -68569,sell_mtf_cross_all_tf,sell,2026-05-08 14:15:00,378.0,2.6174,1,leg_gt,0.57,60 -68570,sell_mtf_cross_all_tf,sell,2026-05-08 14:18:00,378.0,2.6174,1,leg_gt,0.58,60 -68571,sell_mtf_cross_all_tf,sell,2026-05-08 14:21:00,378.0,2.6174,1,leg_gt,0.58,60 -68572,sell_mtf_cross_all_tf,sell,2026-05-08 14:24:00,378.0,2.6174,1,leg_gt,0.58,60 -68573,sell_mtf_cross_all_tf,sell,2026-05-08 15:42:00,379.0,2.8891,1,leg_gt,0.64,60 -68574,sell_mtf_cross_all_tf,sell,2026-05-08 17:00:00,382.0,3.7043,1,leg_gt,0.69,60 -68575,sell_mtf_cross_all_tf,sell,2026-05-08 17:03:00,382.0,3.7043,1,leg_gt,0.69,60 -68576,sell_mtf_cross_all_tf,sell,2026-05-08 17:06:00,382.0,3.7043,1,leg_gt,0.69,60 -68577,sell_mtf_cross_all_tf,sell,2026-05-08 17:09:00,382.0,3.7043,1,leg_gt,0.7,60 -68578,sell_mtf_cross_all_tf,sell,2026-05-08 17:15:00,383.0,3.9761,1,leg_gt,0.7,60 -68579,sell_mtf_cross_all_tf,sell,2026-05-08 17:30:00,383.0,3.9761,1,leg_gt,0.71,60 -68580,sell_mtf_cross_all_tf,sell,2026-05-08 17:36:00,383.0,3.9761,1,leg_gt,0.71,60 -68581,sell_mtf_cross_all_tf,sell,2026-05-08 17:39:00,383.0,3.9761,1,leg_gt,0.72,60 -68582,sell_mtf_cross_all_tf,sell,2026-05-08 20:30:00,383.0,3.9761,1,leg_gt,0.84,60 -68583,sell_mtf_cross_all_tf,sell,2026-05-08 20:33:00,382.0,3.7043,1,leg_gt,0.84,60 -68584,sell_mtf_cross_all_tf,sell,2026-05-08 20:42:00,383.0,3.9761,1,leg_gt,0.84,60 -68585,sell_mtf_cross_all_tf,sell,2026-05-08 23:51:00,386.0,4.7913,1,leg_gt,0.98,60 -68586,sell_mtf_cross_all_tf,sell,2026-05-08 23:54:00,385.0,4.5196,1,leg_gt,0.98,60 -68587,sell_mtf_cross_all_tf,sell,2026-05-08 23:57:00,385.0,4.5196,1,leg_gt,0.98,60 -68588,sell_mtf_cross_all_tf,sell,2026-05-09 00:00:00,385.0,4.5196,1,leg_gt,0.98,60 -68589,sell_mtf_cross_all_tf,sell,2026-05-09 00:03:00,386.0,4.7913,1,leg_gt,0.98,60 -68590,sell_mtf_cross_all_tf,sell,2026-05-09 00:06:00,386.0,4.7913,1,leg_gt,0.99,60 -68591,sell_mtf_cross_all_tf,sell,2026-05-09 00:09:00,387.0,5.063,1,leg_gt,0.99,60 -68592,sell_mtf_cross_all_tf,sell,2026-05-09 00:12:00,386.0,4.7913,1,leg_gt,0.99,60 -68593,sell_mtf_cross_all_tf,sell,2026-05-09 00:15:00,387.0,5.063,1,leg_gt,0.99,60 -68594,sell_mtf_cross_all_tf,sell,2026-05-09 00:18:00,386.0,4.7913,1,leg_gt,0.99,60 -68595,sell_mtf_cross_all_tf,sell,2026-05-09 00:30:00,387.0,5.063,1,leg_gt,1.0,60 -68596,sell_mtf_cross_all_tf,sell,2026-05-09 00:36:00,387.0,5.063,1,leg_gt,1.01,60 -68597,sell_mtf_cross_all_tf,sell,2026-05-09 01:06:00,396.0,7.5087,1,leg_gt,1.03,60 -68598,sell_mtf_cross_all_tf,sell,2026-05-09 01:09:00,397.0,7.7804,1,leg_gt,1.03,60 -68599,sell_mtf_cross_all_tf,sell,2026-05-09 01:12:00,396.0,7.5087,1,leg_gt,1.03,60 -68600,sell_mtf_cross_all_tf,sell,2026-05-09 01:15:00,396.0,7.5087,1,leg_gt,1.03,60 -68601,sell_mtf_cross_all_tf,sell,2026-05-09 02:39:00,397.0,7.7804,1,leg_gt,1.09,60 -68602,sell_mtf_cross_all_tf,sell,2026-05-09 02:42:00,395.0,7.237,1,leg_gt,1.09,60 -68603,sell_mtf_cross_all_tf,sell,2026-05-09 02:45:00,397.0,7.7804,1,leg_gt,1.1,60 -68604,sell_mtf_cross_all_tf,sell,2026-05-09 02:48:00,398.0,8.0522,1,leg_gt,1.1,60 -68605,sell_mtf_cross_all_tf,sell,2026-05-09 02:51:00,396.0,7.5087,1,leg_gt,1.1,60 -68606,sell_mtf_cross_all_tf,sell,2026-05-09 03:42:00,402.0,9.1391,1,leg_gt,1.14,60 -68607,sell_mtf_cross_all_tf,sell,2026-05-09 03:45:00,401.0,8.8674,1,leg_gt,1.14,60 -68608,sell_mtf_cross_all_tf,sell,2026-05-09 03:48:00,403.0,9.4109,1,leg_gt,1.14,60 -68609,sell_mtf_cross_all_tf,sell,2026-05-09 03:51:00,403.0,9.4109,1,leg_gt,1.14,60 -68610,sell_mtf_cross_all_tf,sell,2026-05-09 03:54:00,402.0,9.1391,1,leg_gt,1.14,60 -68611,sell_mtf_cross_all_tf,sell,2026-05-09 04:18:00,405.0,9.9543,1,leg_gt,1.16,60 -68612,sell_mtf_cross_all_tf,sell,2026-05-09 04:21:00,404.0,9.6826,1,leg_gt,1.16,60 -68613,sell_mtf_cross_all_tf,sell,2026-05-09 04:24:00,404.0,9.6826,1,leg_gt,1.16,60 -68614,sell_mtf_cross_all_tf,sell,2026-05-09 04:36:00,408.0,10.7696,1,leg_gt,1.17,60 -68615,sell_mtf_cross_all_tf,sell,2026-05-09 09:36:00,404.0,9.6826,1,leg_gt,1.38,60 -68616,sell_mtf_cross_all_tf,sell,2026-05-09 09:39:00,404.0,9.6826,1,leg_gt,1.38,60 -68617,sell_mtf_cross_all_tf,sell,2026-05-09 09:42:00,405.0,9.9543,1,leg_gt,1.39,60 -68618,sell_mtf_cross_all_tf,sell,2026-05-10 16:15:00,396.0,1.1788,1,leg_gt,0.24,60 -68619,sell_mtf_cross_all_tf,sell,2026-05-10 16:18:00,396.0,1.1788,1,leg_gt,0.24,60 -68620,sell_mtf_cross_all_tf,sell,2026-05-10 16:36:00,398.0,1.6903,1,leg_gt,0.26,60 -68621,sell_mtf_cross_all_tf,sell,2026-05-10 16:39:00,398.0,1.6903,1,leg_gt,0.26,60 -68622,sell_mtf_cross_all_tf,sell,2026-05-10 16:45:00,398.0,1.6903,1,leg_gt,0.26,60 -68623,sell_mtf_cross_all_tf,sell,2026-05-10 16:51:00,398.0,1.6903,1,leg_gt,0.27,60 -68624,sell_mtf_cross_all_tf,sell,2026-05-10 17:15:00,399.0,1.946,1,leg_gt,0.28,60 -68625,sell_mtf_cross_all_tf,sell,2026-05-10 17:33:00,400.0,2.2018,1,leg_gt,0.3,60 -68626,sell_mtf_cross_all_tf,sell,2026-05-10 17:36:00,400.0,2.2018,1,leg_gt,0.3,60 -68627,sell_mtf_cross_all_tf,sell,2026-05-10 17:42:00,401.0,2.4575,1,leg_gt,0.3,60 -68628,sell_mtf_cross_all_tf,sell,2026-05-10 17:45:00,401.0,2.4575,1,leg_gt,0.3,60 -68629,sell_mtf_cross_all_tf,sell,2026-05-10 17:48:00,401.0,2.4575,1,leg_gt,0.31,60 -68630,sell_mtf_cross_all_tf,sell,2026-05-10 17:51:00,401.0,2.4575,1,leg_gt,0.31,60 -68631,sell_mtf_cross_all_tf,sell,2026-05-10 17:54:00,401.0,2.4575,1,leg_gt,0.31,60 -68632,sell_mtf_cross_all_tf,sell,2026-05-10 17:57:00,401.0,2.4575,1,leg_gt,0.31,60 -68633,sell_mtf_cross_all_tf,sell,2026-05-10 18:06:00,402.0,2.7133,1,leg_gt,0.32,60 -68634,sell_mtf_cross_all_tf,sell,2026-05-10 18:09:00,402.0,2.7133,1,leg_gt,0.32,60 -68635,sell_mtf_cross_all_tf,sell,2026-05-10 18:15:00,402.0,2.7133,1,leg_gt,0.32,60 -68636,sell_mtf_cross_all_tf,sell,2026-05-10 18:18:00,402.0,2.7133,1,leg_gt,0.33,60 -68637,sell_mtf_cross_all_tf,sell,2026-05-11 00:45:00,402.0,2.7133,1,leg_gt,0.6,60 -68638,sell_mtf_cross_all_tf,sell,2026-05-11 01:30:00,423.0,8.0841,1,leg_gt,0.63,60 -68639,sell_mtf_cross_all_tf,sell,2026-05-11 01:33:00,423.0,8.0841,1,leg_gt,0.63,60 -68640,sell_mtf_cross_all_tf,sell,2026-05-19 04:30:00,352.0,3.4294,1,leg_gt,0.83,60 -68641,sell_mtf_cross_all_tf,sell,2026-05-19 04:33:00,352.0,3.4294,1,leg_gt,0.83,60 -68642,sell_mtf_cross_all_tf,sell,2026-05-19 04:36:00,352.0,3.4294,1,leg_gt,0.83,60 -68643,sell_mtf_cross_all_tf,sell,2026-05-19 04:39:00,352.0,3.4294,1,leg_gt,0.83,60 -68644,sell_mtf_cross_all_tf,sell,2026-05-19 04:42:00,352.0,3.4294,1,leg_gt,0.84,60 -68645,sell_mtf_cross_all_tf,sell,2026-05-19 04:45:00,353.0,3.7235,1,leg_gt,0.84,60 -68646,sell_mtf_cross_all_tf,sell,2026-05-19 04:48:00,354.0,4.0176,1,leg_gt,0.84,60 -68647,sell_mtf_cross_all_tf,sell,2026-05-19 04:51:00,354.0,4.0176,1,leg_gt,0.84,60 -68648,sell_mtf_cross_all_tf,sell,2026-05-19 04:54:00,355.0,4.3118,1,leg_gt,0.84,60 -68649,sell_mtf_cross_all_tf,sell,2026-05-19 04:57:00,354.0,4.0176,1,leg_gt,0.85,60 -68650,sell_mtf_cross_all_tf,sell,2026-05-19 05:03:00,355.0,4.3118,1,leg_gt,0.85,60 -68651,sell_mtf_cross_all_tf,sell,2026-05-19 05:06:00,354.0,4.0176,1,leg_gt,0.85,60 -68652,sell_mtf_cross_all_tf,sell,2026-05-19 05:09:00,355.0,4.3118,1,leg_gt,0.85,60 -68653,sell_mtf_cross_all_tf,sell,2026-05-19 05:18:00,356.0,4.6059,1,leg_gt,0.86,60 -68654,sell_mtf_cross_all_tf,sell,2026-05-19 05:24:00,357.0,4.9,1,leg_gt,0.86,60 -68655,sell_mtf_cross_all_tf,sell,2026-05-19 05:27:00,358.0,5.1941,1,leg_gt,0.87,60 -68656,sell_mtf_cross_all_tf,sell,2026-05-19 05:30:00,358.0,5.1941,1,leg_gt,0.87,60 -68657,sell_mtf_cross_all_tf,sell,2026-05-19 05:33:00,358.0,5.1941,1,leg_gt,0.87,60 -68658,sell_mtf_cross_all_tf,sell,2026-05-19 09:15:00,360.0,5.7824,1,leg_gt,1.02,60 -68659,sell_mtf_cross_all_tf,sell,2026-05-19 09:27:00,360.0,5.7824,1,leg_gt,1.03,60 -68660,sell_mtf_cross_all_tf,sell,2026-05-19 09:51:00,361.0,6.0765,1,leg_gt,1.05,60 -68661,sell_mtf_cross_all_tf,sell,2026-05-19 09:54:00,361.0,6.0765,1,leg_gt,1.05,60 -68662,sell_mtf_cross_all_tf,sell,2026-05-19 09:57:00,361.0,6.0765,1,leg_gt,1.05,60 -68663,sell_mtf_cross_all_tf,sell,2026-05-19 13:15:00,362.0,6.3706,1,leg_gt,1.19,60 -68664,sell_mtf_cross_all_tf,sell,2026-05-19 13:18:00,362.0,6.3706,1,leg_gt,1.19,60 -68665,sell_mtf_cross_all_tf,sell,2026-05-19 13:21:00,362.0,6.3706,1,leg_gt,1.2,60 -68666,sell_mtf_cross_all_tf,sell,2026-05-19 13:24:00,362.0,6.3706,1,leg_gt,1.2,60 -68667,sell_mtf_cross_all_tf,sell,2026-05-19 13:27:00,362.0,6.3706,1,leg_gt,1.2,60 -68668,sell_mtf_cross_all_tf,sell,2026-05-19 13:45:00,365.0,7.2529,1,leg_gt,1.21,60 -68669,sell_mtf_cross_all_tf,sell,2026-05-19 13:48:00,365.0,7.2529,1,leg_gt,1.21,60 -68670,sell_mtf_cross_all_tf,sell,2026-05-19 13:51:00,364.0,6.9588,1,leg_gt,1.22,60 -68671,sell_mtf_cross_all_tf,sell,2026-05-19 13:54:00,366.0,7.5471,1,leg_gt,1.22,60 -68672,sell_mtf_cross_all_tf,sell,2026-05-19 14:12:00,366.0,7.5471,1,leg_gt,1.23,60 -68673,sell_mtf_cross_all_tf,sell,2026-05-19 14:42:00,367.0,7.8412,1,leg_gt,1.25,60 -68674,sell_mtf_cross_all_tf,sell,2026-05-19 14:45:00,367.0,7.8412,1,leg_gt,1.25,60 -68675,sell_mtf_cross_all_tf,sell,2026-05-19 14:48:00,367.0,7.8412,1,leg_gt,1.26,60 -68676,sell_mtf_cross_all_tf,sell,2026-05-19 14:51:00,368.0,8.1353,1,leg_gt,1.26,60 -68677,sell_mtf_cross_all_tf,sell,2026-05-19 14:54:00,367.0,7.8412,1,leg_gt,1.26,60 -68678,sell_mtf_cross_all_tf,sell,2026-05-19 14:57:00,368.0,8.1353,1,leg_gt,1.26,60 -68679,sell_mtf_cross_all_tf,sell,2026-05-19 15:00:00,367.0,7.8412,1,leg_gt,1.26,60 -68680,sell_mtf_cross_all_tf,sell,2026-05-19 15:03:00,368.0,8.1353,1,leg_gt,1.27,60 -68681,sell_mtf_cross_all_tf,sell,2026-05-19 15:21:00,369.0,8.4294,1,leg_gt,1.28,60 -68682,sell_mtf_cross_all_tf,sell,2026-05-19 15:24:00,369.0,8.4294,1,leg_gt,1.28,60 -68683,sell_mtf_cross_all_tf,sell,2026-05-19 15:27:00,370.0,8.7235,1,leg_gt,1.28,60 -68684,sell_mtf_cross_all_tf,sell,2026-05-19 15:30:00,370.0,8.7235,1,leg_gt,1.29,60 -68685,sell_mtf_cross_all_tf,sell,2026-05-19 15:33:00,370.0,8.7235,1,leg_gt,1.29,60 -68686,sell_mtf_cross_all_tf,sell,2026-05-19 15:36:00,370.0,8.7235,1,leg_gt,1.29,60 -68687,sell_mtf_cross_all_tf,sell,2026-05-19 15:45:00,371.0,9.0176,1,leg_gt,1.3,60 -68688,sell_mtf_cross_all_tf,sell,2026-05-19 15:48:00,371.0,9.0176,1,leg_gt,1.3,60 -68689,sell_mtf_cross_all_tf,sell,2026-05-20 18:36:00,358.0,5.1941,1,leg_gt,2.41,60 -68690,sell_mtf_cross_all_tf,sell,2026-05-20 18:39:00,358.0,5.1941,1,leg_gt,2.42,60 -68691,sell_mtf_cross_all_tf,sell,2026-05-20 18:42:00,358.0,5.1941,1,leg_gt,2.42,60 -68692,sell_mtf_cross_all_tf,sell,2026-05-20 19:21:00,358.0,5.1941,1,leg_gt,2.45,60 -68693,sell_mtf_cross_all_tf,sell,2026-05-20 19:24:00,358.0,5.1941,1,leg_gt,2.45,60 -68694,sell_mtf_cross_all_tf,sell,2026-05-20 19:30:00,358.0,5.1941,1,leg_gt,2.45,60 -68695,sell_mtf_cross_all_tf,sell,2026-05-20 19:33:00,358.0,5.1941,1,leg_gt,2.45,60 -68696,sell_mtf_cross_all_tf,sell,2026-05-20 23:30:00,358.0,1.6045,1,leg_gt,0.09,60 -68697,sell_mtf_cross_all_tf,sell,2026-05-20 23:33:00,358.0,1.6045,1,leg_gt,0.09,60 -68698,sell_mtf_cross_all_tf,sell,2026-05-21 00:06:00,360.0,2.1727,1,leg_gt,0.11,60 -68699,sell_mtf_cross_all_tf,sell,2026-05-21 00:15:00,360.0,2.1727,1,leg_gt,0.12,60 -68700,sell_mtf_cross_all_tf,sell,2026-05-21 00:30:00,362.0,2.7409,1,leg_gt,0.13,60 -68701,sell_mtf_cross_all_tf,sell,2026-05-21 00:33:00,362.0,2.7409,1,leg_gt,0.13,60 -68702,sell_mtf_cross_all_tf,sell,2026-05-21 00:36:00,363.0,3.025,1,leg_gt,0.13,60 -68703,sell_mtf_cross_all_tf,sell,2026-05-21 00:39:00,364.0,3.3091,1,leg_gt,0.14,60 -68704,sell_mtf_cross_all_tf,sell,2026-05-21 00:42:00,363.0,3.025,1,leg_gt,0.14,60 -68705,sell_mtf_cross_all_tf,sell,2026-05-21 00:45:00,363.0,3.025,1,leg_gt,0.14,60 -68706,sell_mtf_cross_all_tf,sell,2026-05-21 00:48:00,364.0,3.3091,1,leg_gt,0.14,60 -68707,sell_mtf_cross_all_tf,sell,2026-05-21 00:51:00,364.0,3.3091,1,leg_gt,0.14,60 -68708,sell_mtf_cross_all_tf,sell,2026-05-21 00:54:00,364.0,3.3091,1,leg_gt,0.15,60 -68709,sell_mtf_cross_all_tf,sell,2026-05-21 01:00:00,365.0,3.5932,1,leg_gt,0.15,60 -68710,sell_mtf_cross_all_tf,sell,2026-05-21 01:03:00,365.0,3.5932,1,leg_gt,0.15,60 -68711,sell_mtf_cross_all_tf,sell,2026-05-21 01:06:00,366.0,3.8773,1,leg_gt,0.15,60 -68712,sell_mtf_cross_all_tf,sell,2026-05-21 01:12:00,366.0,3.8773,1,leg_gt,0.16,60 -68713,sell_mtf_cross_all_tf,sell,2026-05-21 01:30:00,366.0,3.8773,1,leg_gt,0.17,60 -68714,sell_mtf_cross_all_tf,sell,2026-05-21 01:33:00,368.0,4.4455,1,leg_gt,0.17,60 -68715,sell_mtf_cross_all_tf,sell,2026-05-21 01:57:00,374.0,6.15,1,leg_gt,0.19,60 -68716,sell_mtf_cross_all_tf,sell,2026-05-21 02:00:00,375.0,6.4341,1,leg_gt,0.19,60 -68717,sell_mtf_cross_all_tf,sell,2026-05-21 02:03:00,378.0,7.2864,1,leg_gt,0.19,60 -68718,sell_mtf_cross_all_tf,sell,2026-05-21 02:06:00,375.0,6.4341,1,leg_gt,0.2,60 -68719,sell_mtf_cross_all_tf,sell,2026-05-21 10:15:00,376.0,6.7182,1,leg_gt,0.54,60 -68720,sell_mtf_cross_all_tf,sell,2026-05-21 10:18:00,375.0,6.4341,1,leg_gt,0.54,60 -68721,sell_mtf_cross_all_tf,sell,2026-05-21 11:45:00,378.0,7.2864,1,leg_gt,0.6,60 -68722,sell_mtf_cross_all_tf,sell,2026-05-21 11:48:00,378.0,7.2864,1,leg_gt,0.6,60 -68723,sell_mtf_cross_all_tf,sell,2026-05-21 12:12:00,379.0,7.5705,1,leg_gt,0.62,60 -68724,sell_mtf_cross_all_tf,sell,2026-05-21 12:30:00,380.0,7.8545,1,leg_gt,0.63,60 -68725,sell_mtf_cross_all_tf,sell,2026-05-21 12:33:00,380.0,7.8545,1,leg_gt,0.63,60 -68726,sell_mtf_cross_all_tf,sell,2026-05-21 15:21:00,380.0,7.8545,1,leg_gt,0.75,60 -68727,sell_mtf_cross_all_tf,sell,2026-05-21 15:24:00,380.0,7.8545,1,leg_gt,0.75,60 -68728,sell_mtf_cross_all_tf,sell,2026-05-21 15:30:00,380.0,7.8545,1,leg_gt,0.75,60 -68729,sell_mtf_cross_all_tf,sell,2026-05-21 15:33:00,380.0,7.8545,1,leg_gt,0.76,60 -68730,sell_mtf_cross_all_tf,sell,2026-05-21 16:15:00,381.0,8.1386,1,leg_gt,0.79,60 -68731,sell_mtf_cross_all_tf,sell,2026-05-21 16:42:00,383.0,8.7068,1,leg_gt,0.8,60 -68732,sell_mtf_cross_all_tf,sell,2026-05-21 16:45:00,383.0,8.7068,1,leg_gt,0.81,60 -68733,sell_mtf_cross_all_tf,sell,2026-05-21 17:00:00,385.0,9.275,1,leg_gt,0.82,60 -68734,sell_mtf_cross_all_tf,sell,2026-05-21 17:03:00,386.0,9.5591,1,leg_gt,0.82,60 -68735,sell_mtf_cross_all_tf,sell,2026-05-21 17:21:00,389.0,10.4114,1,leg_gt,0.83,60 -68736,sell_mtf_cross_all_tf,sell,2026-05-21 17:24:00,390.0,10.6955,1,leg_gt,0.83,60 -68737,sell_mtf_cross_all_tf,sell,2026-05-21 17:27:00,390.0,10.6955,1,leg_gt,0.84,60 -68738,sell_mtf_cross_all_tf,sell,2026-05-21 17:30:00,391.0,10.9795,1,leg_gt,0.84,60 -68739,sell_mtf_cross_all_tf,sell,2026-05-21 17:33:00,391.0,10.9795,1,leg_gt,0.84,60 -68740,sell_mtf_cross_all_tf,sell,2026-05-21 17:36:00,391.0,10.9795,1,leg_gt,0.84,60 -68741,sell_mtf_cross_all_tf,sell,2026-05-21 17:39:00,391.0,10.9795,1,leg_gt,0.84,60 -68742,sell_mtf_cross_all_tf,sell,2026-05-21 17:42:00,393.0,11.5477,1,leg_gt,0.85,60 -68743,sell_mtf_cross_all_tf,sell,2026-05-21 17:45:00,393.0,11.5477,1,leg_gt,0.85,60 -68744,sell_mtf_cross_all_tf,sell,2026-05-21 17:48:00,392.0,11.2636,1,leg_gt,0.85,60 -68745,sell_mtf_cross_all_tf,sell,2026-05-21 17:51:00,392.0,11.2636,1,leg_gt,0.85,60 -68746,sell_mtf_cross_all_tf,sell,2026-05-21 17:54:00,393.0,11.5477,1,leg_gt,0.85,60 -68747,sell_mtf_cross_all_tf,sell,2026-05-21 17:57:00,393.0,11.5477,1,leg_gt,0.86,60 -68748,sell_mtf_cross_all_tf,sell,2026-05-21 18:00:00,393.0,11.5477,1,leg_gt,0.86,60 -68749,sell_mtf_cross_all_tf,sell,2026-05-21 18:09:00,396.0,12.4,1,leg_gt,0.86,60 -68750,sell_mtf_cross_all_tf,sell,2026-05-21 18:12:00,396.0,12.4,1,leg_gt,0.87,60 -68751,sell_mtf_cross_all_tf,sell,2026-05-21 18:15:00,395.0,12.1159,1,leg_gt,0.87,60 -68752,sell_mtf_cross_all_tf,sell,2026-05-21 18:18:00,396.0,12.4,1,leg_gt,0.87,60 -68753,sell_mtf_cross_all_tf,sell,2026-05-21 23:12:00,390.0,3.0746,1,leg_gt,0.1,60 -68754,sell_mtf_cross_all_tf,sell,2026-05-22 00:30:00,393.0,3.8683,1,leg_gt,0.16,60 -68755,sell_mtf_cross_all_tf,sell,2026-05-22 00:33:00,391.0,3.3392,1,leg_gt,0.16,60 -68756,sell_mtf_cross_all_tf,sell,2026-05-22 02:42:00,395.0,4.3974,1,leg_gt,0.25,60 -68757,sell_mtf_cross_all_tf,sell,2026-05-22 02:45:00,395.0,4.3974,1,leg_gt,0.25,60 -68758,sell_mtf_cross_all_tf,sell,2026-05-22 02:48:00,394.0,4.1328,1,leg_gt,0.25,60 -68759,sell_mtf_cross_all_tf,sell,2026-05-22 02:51:00,395.0,4.3974,1,leg_gt,0.26,60 -68760,sell_mtf_cross_all_tf,sell,2026-05-22 02:54:00,397.0,4.9265,1,leg_gt,0.26,60 -68761,sell_mtf_cross_all_tf,sell,2026-05-22 02:57:00,396.0,4.6619,1,leg_gt,0.26,60 -68762,sell_mtf_cross_all_tf,sell,2026-05-22 03:00:00,397.0,4.9265,1,leg_gt,0.26,60 -68763,sell_mtf_cross_all_tf,sell,2026-05-22 03:03:00,397.0,4.9265,1,leg_gt,0.26,60 -68764,sell_mtf_cross_all_tf,sell,2026-05-22 03:12:00,400.0,5.7201,1,leg_gt,0.27,60 -68765,sell_mtf_cross_all_tf,sell,2026-05-22 03:15:00,400.0,5.7201,1,leg_gt,0.27,60 -68766,sell_mtf_cross_all_tf,sell,2026-05-22 03:18:00,400.0,5.7201,1,leg_gt,0.28,60 -68767,sell_mtf_cross_all_tf,sell,2026-05-22 03:21:00,400.0,5.7201,1,leg_gt,0.28,60 -68768,sell_mtf_cross_all_tf,sell,2026-05-22 03:24:00,401.0,5.9847,1,leg_gt,0.28,60 -68769,sell_mtf_cross_all_tf,sell,2026-05-22 03:27:00,402.0,6.2492,1,leg_gt,0.28,60 -68770,sell_mtf_cross_all_tf,sell,2026-05-22 03:30:00,401.0,5.9847,1,leg_gt,0.28,60 -68771,sell_mtf_cross_all_tf,sell,2026-05-22 03:33:00,401.0,5.9847,1,leg_gt,0.29,60 -68772,sell_mtf_cross_all_tf,sell,2026-05-22 04:51:00,403.0,6.5138,1,leg_gt,0.34,60 -68773,sell_mtf_cross_all_tf,sell,2026-05-22 05:15:00,411.0,8.6302,1,leg_gt,0.36,60 -68774,sell_mtf_cross_all_tf,sell,2026-05-22 05:18:00,410.0,8.3656,1,leg_gt,0.36,60 -68775,sell_mtf_cross_all_tf,sell,2026-05-22 05:21:00,410.0,8.3656,1,leg_gt,0.36,60 -68776,sell_mtf_cross_all_tf,sell,2026-05-22 05:24:00,409.0,8.1011,1,leg_gt,0.36,60 -68777,sell_mtf_cross_all_tf,sell,2026-05-22 05:27:00,410.0,8.3656,1,leg_gt,0.36,60 -68778,sell_mtf_cross_all_tf,sell,2026-05-22 10:30:00,405.0,1.9151,1,leg_gt,0.16,60 -68779,sell_mtf_cross_all_tf,sell,2026-05-22 10:45:00,405.0,1.9151,1,leg_gt,0.17,60 -68780,sell_mtf_cross_all_tf,sell,2026-05-22 10:51:00,405.0,1.9151,1,leg_gt,0.17,60 -68781,sell_mtf_cross_all_tf,sell,2026-05-22 10:54:00,405.0,1.9151,1,leg_gt,0.17,60 -68782,sell_mtf_cross_all_tf,sell,2026-05-22 11:00:00,406.0,2.167,1,leg_gt,0.18,60 -68783,sell_mtf_cross_all_tf,sell,2026-05-22 11:12:00,407.0,2.4189,1,leg_gt,0.19,60 -68784,sell_mtf_cross_all_tf,sell,2026-05-22 12:00:00,408.0,2.6708,1,leg_gt,0.22,60 -68785,sell_mtf_cross_all_tf,sell,2026-05-22 12:15:00,411.0,3.4264,1,leg_gt,0.23,60 -68786,sell_mtf_cross_all_tf,sell,2026-05-22 12:36:00,414.0,4.1821,1,leg_gt,0.24,60 -68787,sell_mtf_cross_all_tf,sell,2026-05-22 12:39:00,414.0,4.1821,1,leg_gt,0.25,60 -68788,sell_mtf_cross_all_tf,sell,2026-05-22 12:42:00,414.0,4.1821,1,leg_gt,0.25,60 -68789,sell_mtf_cross_all_tf,sell,2026-05-22 13:21:00,416.0,4.6859,1,leg_gt,0.28,60 -68790,sell_mtf_cross_all_tf,sell,2026-05-22 13:27:00,417.0,4.9378,1,leg_gt,0.28,60 -68791,sell_mtf_cross_all_tf,sell,2026-05-22 13:30:00,417.0,4.9378,1,leg_gt,0.28,60 -68792,sell_mtf_cross_all_tf,sell,2026-05-22 13:33:00,417.0,4.9378,1,leg_gt,0.28,60 -68793,sell_mtf_cross_all_tf,sell,2026-05-22 13:36:00,417.0,4.9378,1,leg_gt,0.29,60 -68794,sell_mtf_cross_all_tf,sell,2026-05-22 13:39:00,417.0,4.9378,1,leg_gt,0.29,60 -68795,sell_mtf_cross_all_tf,sell,2026-05-22 14:21:00,419.0,5.4416,1,leg_gt,0.32,60 -68796,sell_mtf_cross_all_tf,sell,2026-05-22 14:27:00,418.0,5.1897,1,leg_gt,0.32,60 -68797,sell_mtf_cross_all_tf,sell,2026-05-22 14:30:00,419.0,5.4416,1,leg_gt,0.32,60 -68798,sell_mtf_cross_all_tf,sell,2026-05-22 14:33:00,420.0,5.6935,1,leg_gt,0.32,60 -68799,sell_mtf_cross_all_tf,sell,2026-05-22 14:36:00,418.0,5.1897,1,leg_gt,0.33,60 -68800,sell_mtf_cross_all_tf,sell,2026-05-22 15:00:00,420.0,5.6935,1,leg_gt,0.34,60 -68801,sell_mtf_cross_all_tf,sell,2026-05-22 15:03:00,421.0,5.9453,1,leg_gt,0.35,60 -68802,sell_mtf_cross_all_tf,sell,2026-05-22 15:06:00,421.0,5.9453,1,leg_gt,0.35,60 -68803,sell_mtf_cross_all_tf,sell,2026-05-22 16:30:00,422.0,6.1972,1,leg_gt,0.41,60 -68804,sell_mtf_cross_all_tf,sell,2026-05-22 16:57:00,429.0,7.9605,1,leg_gt,0.42,60 -68805,sell_mtf_cross_all_tf,sell,2026-05-22 17:00:00,428.0,7.7086,1,leg_gt,0.43,60 -68806,sell_mtf_cross_all_tf,sell,2026-05-22 17:03:00,430.0,8.2123,1,leg_gt,0.43,60 -68807,sell_mtf_cross_all_tf,sell,2026-05-22 17:06:00,428.0,7.7086,1,leg_gt,0.43,60 -68808,sell_mtf_cross_all_tf,sell,2026-05-22 17:15:00,429.0,7.9605,1,leg_gt,0.44,60 -68809,sell_mtf_cross_all_tf,sell,2026-05-22 17:18:00,430.0,8.2123,1,leg_gt,0.44,60 -68810,sell_mtf_cross_all_tf,sell,2026-05-22 17:21:00,431.0,8.4642,1,leg_gt,0.44,60 -68811,sell_mtf_cross_all_tf,sell,2026-05-22 17:24:00,433.0,8.968,1,leg_gt,0.44,60 -68812,sell_mtf_cross_all_tf,sell,2026-05-22 17:27:00,433.0,8.968,1,leg_gt,0.45,60 -68813,sell_mtf_cross_all_tf,sell,2026-05-22 17:33:00,434.0,9.2199,1,leg_gt,0.45,60 -68814,sell_mtf_cross_all_tf,sell,2026-05-22 20:45:00,434.0,3.9767,1,leg_gt,0.09,60 -68815,sell_mtf_cross_all_tf,sell,2026-05-22 20:48:00,436.0,4.4564,1,leg_gt,0.09,60 -68816,sell_mtf_cross_all_tf,sell,2026-05-22 20:51:00,436.0,4.4564,1,leg_gt,0.1,60 -68817,sell_mtf_cross_all_tf,sell,2026-05-22 20:54:00,436.0,4.4564,1,leg_gt,0.1,60 -68818,sell_mtf_cross_all_tf,sell,2026-05-22 23:00:00,441.0,5.6554,1,leg_gt,0.19,60 -68819,sell_mtf_cross_all_tf,sell,2026-05-22 23:03:00,441.0,5.6554,1,leg_gt,0.19,60 -68820,sell_mtf_cross_all_tf,sell,2026-05-23 21:54:00,405.0,3.2163,1,leg_gt,0.21,60 -68821,sell_mtf_cross_all_tf,sell,2026-05-23 21:57:00,406.0,3.4714,1,leg_gt,0.21,60 -68822,sell_mtf_cross_all_tf,sell,2026-05-23 22:00:00,407.0,3.7265,1,leg_gt,0.22,60 -68823,sell_mtf_cross_all_tf,sell,2026-05-23 22:03:00,407.0,3.7265,1,leg_gt,0.22,60 -68824,sell_mtf_cross_all_tf,sell,2026-05-23 22:06:00,409.0,4.2367,1,leg_gt,0.22,60 -68825,sell_mtf_cross_all_tf,sell,2026-05-23 22:09:00,410.0,4.4918,1,leg_gt,0.22,60 -68826,sell_mtf_cross_all_tf,sell,2026-05-23 22:12:00,408.0,3.9816,1,leg_gt,0.22,60 -68827,sell_mtf_cross_all_tf,sell,2026-05-23 22:15:00,409.0,4.2367,1,leg_gt,0.23,60 -68828,sell_mtf_cross_all_tf,sell,2026-05-23 22:18:00,408.0,3.9816,1,leg_gt,0.23,60 -68829,sell_mtf_cross_all_tf,sell,2026-05-23 22:21:00,409.0,4.2367,1,leg_gt,0.23,60 -68830,sell_mtf_cross_all_tf,sell,2026-05-23 22:24:00,410.0,4.4918,1,leg_gt,0.23,60 -68831,sell_mtf_cross_all_tf,sell,2026-05-23 22:27:00,412.0,5.002,1,leg_gt,0.24,60 -68832,sell_mtf_cross_all_tf,sell,2026-05-23 22:36:00,412.0,5.002,1,leg_gt,0.24,60 -68833,sell_mtf_cross_all_tf,sell,2026-05-23 22:39:00,412.0,5.002,1,leg_gt,0.24,60 -68834,sell_mtf_cross_all_tf,sell,2026-05-23 22:45:00,412.0,5.002,1,leg_gt,0.25,60 -68835,sell_mtf_cross_all_tf,sell,2026-05-23 22:48:00,413.0,5.2571,1,leg_gt,0.25,60 -68836,sell_mtf_cross_all_tf,sell,2026-05-23 22:51:00,415.0,5.7673,1,leg_gt,0.25,60 -68837,sell_mtf_cross_all_tf,sell,2026-05-23 22:54:00,414.0,5.5122,1,leg_gt,0.25,60 -68838,sell_mtf_cross_all_tf,sell,2026-05-23 23:00:00,416.0,6.0224,1,leg_gt,0.26,60 -68839,sell_mtf_cross_all_tf,sell,2026-05-23 23:15:00,419.0,6.7878,1,leg_gt,0.27,60 -68840,sell_mtf_cross_all_tf,sell,2026-05-23 23:18:00,417.0,6.2776,1,leg_gt,0.27,60 -68841,sell_mtf_cross_all_tf,sell,2026-05-23 23:51:00,420.0,7.0429,1,leg_gt,0.29,60 -68842,sell_mtf_cross_all_tf,sell,2026-05-23 23:54:00,419.0,6.7878,1,leg_gt,0.3,60 -68843,sell_mtf_cross_all_tf,sell,2026-05-24 00:00:00,419.0,6.7878,1,leg_gt,0.3,60 -68844,sell_mtf_cross_all_tf,sell,2026-05-24 00:06:00,420.0,7.0429,1,leg_gt,0.3,60 -68845,sell_mtf_cross_all_tf,sell,2026-05-24 00:09:00,422.0,7.5531,1,leg_gt,0.31,60 -68846,sell_mtf_cross_all_tf,sell,2026-05-24 00:12:00,423.0,7.8082,1,leg_gt,0.31,60 -68847,sell_mtf_cross_all_tf,sell,2026-05-24 00:21:00,423.0,7.8082,1,leg_gt,0.31,60 -68848,sell_mtf_cross_all_tf,sell,2026-05-24 00:24:00,423.0,7.8082,1,leg_gt,0.32,60 -68849,sell_mtf_cross_all_tf,sell,2026-05-24 00:27:00,423.0,7.8082,1,leg_gt,0.32,60 -68850,sell_mtf_cross_all_tf,sell,2026-05-24 01:00:00,424.0,8.0633,1,leg_gt,0.34,60 -68851,sell_mtf_cross_all_tf,sell,2026-05-24 01:06:00,424.0,8.0633,1,leg_gt,0.35,60 -68852,sell_mtf_cross_all_tf,sell,2026-05-24 01:09:00,424.0,8.0633,1,leg_gt,0.35,60 -68853,sell_mtf_cross_all_tf,sell,2026-05-24 01:12:00,425.0,8.3184,1,leg_gt,0.35,60 -68854,sell_mtf_cross_all_tf,sell,2026-05-24 01:21:00,426.0,8.5735,1,leg_gt,0.36,60 -68855,sell_mtf_cross_all_tf,sell,2026-05-24 01:27:00,425.0,8.3184,1,leg_gt,0.36,60 -68856,sell_mtf_cross_all_tf,sell,2026-05-24 01:30:00,425.0,8.3184,1,leg_gt,0.36,60 -68857,sell_mtf_cross_all_tf,sell,2026-05-24 01:33:00,426.0,8.5735,1,leg_gt,0.36,60 -68858,sell_mtf_cross_all_tf,sell,2026-05-24 01:36:00,426.0,8.5735,1,leg_gt,0.37,60 -68859,sell_mtf_cross_all_tf,sell,2026-05-24 01:45:00,427.0,8.8286,1,leg_gt,0.37,60 -68860,sell_mtf_cross_all_tf,sell,2026-05-24 02:27:00,436.0,11.1245,1,leg_gt,0.4,60 -68861,sell_mtf_cross_all_tf,sell,2026-05-24 02:36:00,440.0,12.1449,1,leg_gt,0.41,60 -68862,sell_mtf_cross_all_tf,sell,2026-05-24 02:39:00,441.0,12.4,1,leg_gt,0.41,60 -68863,sell_mtf_cross_all_tf,sell,2026-05-24 02:42:00,443.0,12.9102,1,leg_gt,0.41,60 -68864,sell_mtf_cross_all_tf,sell,2026-05-24 02:45:00,439.0,11.8898,1,leg_gt,0.41,60 -68865,sell_mtf_cross_all_tf,sell,2026-05-24 02:57:00,441.0,12.4,1,leg_gt,0.42,60 -68866,sell_mtf_cross_all_tf,sell,2026-05-24 03:21:00,450.0,14.6959,1,leg_gt,0.44,60 -68867,sell_mtf_cross_all_tf,sell,2026-05-24 03:24:00,449.0,14.4408,1,leg_gt,0.44,60 -68868,sell_mtf_cross_all_tf,sell,2026-05-24 03:27:00,448.0,14.1857,1,leg_gt,0.44,60 -68869,sell_mtf_cross_all_tf,sell,2026-05-24 03:30:00,450.0,14.6959,1,leg_gt,0.45,60 -68870,sell_mtf_cross_all_tf,sell,2026-05-24 03:42:00,454.0,15.7163,1,leg_gt,0.45,60 -68871,sell_mtf_cross_all_tf,sell,2026-05-24 03:45:00,454.0,15.7163,1,leg_gt,0.46,60 -68872,sell_mtf_cross_all_tf,sell,2026-05-24 03:48:00,456.0,16.2265,1,leg_gt,0.46,60 -68873,sell_mtf_cross_all_tf,sell,2026-05-24 03:51:00,457.0,16.4816,1,leg_gt,0.46,60 -68874,sell_mtf_cross_all_tf,sell,2026-05-24 03:54:00,459.0,16.9918,1,leg_gt,0.46,60 -68875,sell_mtf_cross_all_tf,sell,2026-05-24 03:57:00,458.0,16.7367,1,leg_gt,0.46,60 -68876,sell_mtf_cross_all_tf,sell,2026-05-24 13:51:00,452.0,1.7018,1,leg_gt,0.21,60 -68877,sell_mtf_cross_all_tf,sell,2026-05-24 13:54:00,453.0,1.927,1,leg_gt,0.22,60 -68878,sell_mtf_cross_all_tf,sell,2026-05-24 15:15:00,453.0,1.927,1,leg_gt,0.27,60 -68879,sell_mtf_cross_all_tf,sell,2026-05-24 15:18:00,453.0,1.927,1,leg_gt,0.28,60 -68880,sell_mtf_cross_all_tf,sell,2026-05-24 15:21:00,452.0,1.7018,1,leg_gt,0.28,60 -68881,sell_mtf_cross_all_tf,sell,2026-05-24 15:24:00,453.0,1.927,1,leg_gt,0.28,60 -68882,sell_mtf_cross_all_tf,sell,2026-05-24 15:45:00,454.0,2.1523,1,leg_gt,0.29,60 -68883,sell_mtf_cross_all_tf,sell,2026-05-24 15:48:00,455.0,2.3775,1,leg_gt,0.3,60 -68884,sell_mtf_cross_all_tf,sell,2026-05-24 16:00:00,455.0,2.3775,1,leg_gt,0.3,60 -68885,sell_mtf_cross_all_tf,sell,2026-05-24 16:03:00,454.0,2.1523,1,leg_gt,0.31,60 -68886,sell_mtf_cross_all_tf,sell,2026-05-24 16:12:00,456.0,2.6027,1,leg_gt,0.31,60 -68887,sell_mtf_cross_all_tf,sell,2026-05-24 16:15:00,456.0,2.6027,1,leg_gt,0.31,60 -68888,sell_mtf_cross_all_tf,sell,2026-05-24 16:18:00,456.0,2.6027,1,leg_gt,0.32,60 -68889,sell_mtf_cross_all_tf,sell,2026-05-25 16:30:00,440.0,2.9445,1,leg_gt,0.41,60 -68890,sell_mtf_cross_all_tf,sell,2026-05-25 16:57:00,443.0,3.6471,1,leg_gt,0.43,60 -68891,sell_mtf_cross_all_tf,sell,2026-05-25 17:00:00,443.0,3.6471,1,leg_gt,0.43,60 -68892,sell_mtf_cross_all_tf,sell,2026-05-25 17:03:00,443.0,3.6471,1,leg_gt,0.43,60 -68893,sell_mtf_cross_all_tf,sell,2026-05-25 17:06:00,444.0,3.8813,1,leg_gt,0.43,60 -68894,sell_mtf_cross_all_tf,sell,2026-05-25 17:09:00,443.0,3.6471,1,leg_gt,0.44,60 -68895,sell_mtf_cross_all_tf,sell,2026-05-25 17:12:00,443.0,3.6471,1,leg_gt,0.44,60 -68896,sell_mtf_cross_all_tf,sell,2026-05-25 17:30:00,446.0,4.3496,1,leg_gt,0.45,60 -68897,sell_mtf_cross_all_tf,sell,2026-05-25 17:36:00,445.0,4.1155,1,leg_gt,0.45,60 -68898,sell_mtf_cross_all_tf,sell,2026-05-25 17:39:00,446.0,4.3496,1,leg_gt,0.46,60 -68899,sell_mtf_cross_all_tf,sell,2026-05-25 18:06:00,453.0,5.989,1,leg_gt,0.48,60 -68900,sell_mtf_cross_all_tf,sell,2026-05-25 18:09:00,455.0,6.4574,1,leg_gt,0.48,60 -68901,sell_mtf_cross_all_tf,sell,2026-05-25 18:12:00,455.0,6.4574,1,leg_gt,0.48,60 -68902,sell_mtf_cross_all_tf,sell,2026-05-25 18:15:00,453.0,5.989,1,leg_gt,0.48,60 -68903,sell_mtf_cross_all_tf,sell,2026-05-25 18:18:00,456.0,6.6916,1,leg_gt,0.48,60 -68904,sell_mtf_cross_all_tf,sell,2026-05-25 18:21:00,455.0,6.4574,1,leg_gt,0.49,60 -68905,sell_mtf_cross_all_tf,sell,2026-05-25 18:24:00,454.0,6.2232,1,leg_gt,0.49,60 -68906,sell_mtf_cross_all_tf,sell,2026-05-25 18:45:00,455.0,6.4574,1,leg_gt,0.5,60 -68907,sell_mtf_cross_all_tf,sell,2026-05-25 18:48:00,455.0,6.4574,1,leg_gt,0.5,60 -68908,sell_mtf_cross_all_tf,sell,2026-05-26 03:00:00,465.0,8.7993,1,leg_gt,0.85,60 -68909,sell_mtf_cross_all_tf,sell,2026-05-26 03:03:00,468.0,9.5019,1,leg_gt,0.85,60 -68910,sell_mtf_cross_all_tf,sell,2026-05-26 03:12:00,467.0,9.2677,1,leg_gt,0.85,60 -68911,sell_mtf_cross_all_tf,sell,2026-05-26 03:15:00,468.0,9.5019,1,leg_gt,0.86,60 -68912,sell_mtf_cross_all_tf,sell,2026-05-26 03:27:00,473.0,10.6728,1,leg_gt,0.86,60 -68913,sell_mtf_cross_all_tf,sell,2026-05-26 03:36:00,477.0,11.6096,1,leg_gt,0.87,60 -68914,sell_mtf_cross_all_tf,sell,2026-05-26 03:39:00,477.0,11.6096,1,leg_gt,0.87,60 -68915,sell_mtf_cross_all_tf,sell,2026-05-26 03:48:00,481.0,12.5464,1,leg_gt,0.88,60 -68916,sell_mtf_cross_all_tf,sell,2026-05-26 03:51:00,481.0,12.5464,1,leg_gt,0.88,60 -68917,sell_mtf_cross_all_tf,sell,2026-05-26 03:54:00,483.0,13.0148,1,leg_gt,0.88,60 -68918,sell_mtf_cross_all_tf,sell,2026-05-26 03:57:00,485.0,13.4831,1,leg_gt,0.89,60 -68919,sell_mtf_cross_all_tf,sell,2026-05-26 04:00:00,484.0,13.2489,1,leg_gt,0.89,60 -68920,sell_mtf_cross_all_tf,sell,2026-05-26 04:03:00,482.0,12.7806,1,leg_gt,0.89,60 -68921,sell_mtf_cross_all_tf,sell,2026-05-26 04:06:00,488.0,14.1857,1,leg_gt,0.89,60 -68922,sell_mtf_cross_all_tf,sell,2026-05-26 04:09:00,489.0,14.4199,1,leg_gt,0.89,60 -68923,sell_mtf_cross_all_tf,sell,2026-05-26 04:15:00,491.0,14.8883,1,leg_gt,0.9,60 -68924,sell_mtf_cross_all_tf,sell,2026-05-26 04:18:00,491.0,14.8883,1,leg_gt,0.9,60 -68925,sell_mtf_cross_all_tf,sell,2026-05-26 04:21:00,491.0,14.8883,1,leg_gt,0.9,60 -68926,sell_mtf_cross_all_tf,sell,2026-05-26 04:24:00,495.0,15.8251,1,leg_gt,0.9,60 -68927,sell_mtf_cross_all_tf,sell,2026-05-26 04:27:00,495.0,15.8251,1,leg_gt,0.91,60 -68928,sell_mtf_cross_all_tf,sell,2026-05-26 04:30:00,497.0,16.2934,1,leg_gt,0.91,60 -68929,sell_mtf_cross_all_tf,sell,2026-05-26 04:33:00,499.0,16.7618,1,leg_gt,0.91,60 -68930,sell_mtf_cross_all_tf,sell,2026-05-26 04:36:00,495.0,15.8251,1,leg_gt,0.91,60 -68931,sell_mtf_cross_all_tf,sell,2026-05-26 04:39:00,495.0,15.8251,1,leg_gt,0.91,60 -68932,sell_mtf_cross_all_tf,sell,2026-05-26 13:00:00,493.0,2.1822,1,leg_gt,0.13,60 -68933,sell_mtf_cross_all_tf,sell,2026-05-26 13:03:00,494.0,2.3896,1,leg_gt,0.13,60 -68934,sell_mtf_cross_all_tf,sell,2026-05-26 13:51:00,502.0,4.0494,1,leg_gt,0.17,60 -68935,sell_mtf_cross_all_tf,sell,2026-05-26 13:54:00,504.0,4.4643,1,leg_gt,0.17,60 -68936,sell_mtf_cross_all_tf,sell,2026-05-26 13:57:00,506.0,4.8793,1,leg_gt,0.17,60 -68937,sell_mtf_cross_all_tf,sell,2026-05-26 14:00:00,505.0,4.6718,1,leg_gt,0.17,60 -68938,sell_mtf_cross_all_tf,sell,2026-05-26 14:03:00,503.0,4.2568,1,leg_gt,0.18,60 -68939,sell_mtf_cross_all_tf,sell,2026-05-26 14:06:00,505.0,4.6718,1,leg_gt,0.18,60 -68940,sell_mtf_cross_all_tf,sell,2026-05-26 14:09:00,505.0,4.6718,1,leg_gt,0.18,60 -68941,sell_mtf_cross_all_tf,sell,2026-05-26 14:12:00,505.0,4.6718,1,leg_gt,0.18,60 -68942,sell_mtf_cross_all_tf,sell,2026-05-26 14:15:00,508.0,5.2942,1,leg_gt,0.18,60 -68943,sell_mtf_cross_all_tf,sell,2026-05-26 14:18:00,509.0,5.5017,1,leg_gt,0.19,60 -68944,sell_mtf_cross_all_tf,sell,2026-05-26 14:42:00,516.0,6.9539,1,leg_gt,0.2,60 -68945,sell_mtf_cross_all_tf,sell,2026-05-26 15:42:00,521.0,7.9913,1,leg_gt,0.24,60 -68946,sell_mtf_cross_all_tf,sell,2026-05-26 16:51:00,535.0,10.8959,1,leg_gt,0.29,60 -68947,sell_mtf_cross_all_tf,sell,2026-05-26 16:54:00,539.0,11.7257,1,leg_gt,0.29,60 -68948,sell_mtf_cross_all_tf,sell,2026-05-26 16:57:00,536.0,11.1033,1,leg_gt,0.3,60 -68949,sell_mtf_cross_all_tf,sell,2026-05-26 17:00:00,539.0,11.7257,1,leg_gt,0.3,60 -68950,sell_mtf_cross_all_tf,sell,2026-05-26 17:12:00,542.0,12.3481,1,leg_gt,0.31,60 -68951,sell_mtf_cross_all_tf,sell,2026-05-26 17:15:00,539.0,11.7257,1,leg_gt,0.31,60 -68952,sell_mtf_cross_all_tf,sell,2026-05-26 17:18:00,542.0,12.3481,1,leg_gt,0.31,60 -68953,sell_mtf_cross_all_tf,sell,2026-05-26 17:21:00,543.0,12.5556,1,leg_gt,0.31,60 -68954,sell_mtf_cross_all_tf,sell,2026-05-26 17:24:00,542.0,12.3481,1,leg_gt,0.31,60 -68955,sell_mtf_cross_all_tf,sell,2026-05-26 17:27:00,541.0,12.1407,1,leg_gt,0.32,60 -68956,sell_mtf_cross_all_tf,sell,2026-05-26 17:45:00,546.0,13.178,1,leg_gt,0.33,60 -68957,sell_mtf_cross_all_tf,sell,2026-05-26 17:48:00,545.0,12.9705,1,leg_gt,0.33,60 -68958,sell_mtf_cross_all_tf,sell,2026-05-26 18:00:00,549.0,13.8004,1,leg_gt,0.34,60 -68959,sell_mtf_cross_all_tf,sell,2026-05-26 18:06:00,552.0,14.4228,1,leg_gt,0.34,60 -68960,sell_mtf_cross_all_tf,sell,2026-05-26 18:09:00,550.0,14.0079,1,leg_gt,0.35,60 -68961,sell_mtf_cross_all_tf,sell,2026-05-26 18:12:00,553.0,14.6303,1,leg_gt,0.35,60 -68962,sell_mtf_cross_all_tf,sell,2026-05-26 18:15:00,551.0,14.2154,1,leg_gt,0.35,60 -68963,sell_mtf_cross_all_tf,sell,2026-05-26 18:18:00,554.0,14.8378,1,leg_gt,0.35,60 -68964,sell_mtf_cross_all_tf,sell,2026-05-26 18:21:00,556.0,15.2527,1,leg_gt,0.35,60 -68965,sell_mtf_cross_all_tf,sell,2026-05-26 18:24:00,555.0,15.0452,1,leg_gt,0.36,60 -68966,sell_mtf_cross_all_tf,sell,2026-05-26 18:33:00,554.0,14.8378,1,leg_gt,0.36,60 -68967,sell_mtf_cross_all_tf,sell,2026-05-26 18:45:00,557.0,15.4602,1,leg_gt,0.37,60 -68968,sell_mtf_cross_all_tf,sell,2026-05-26 18:48:00,555.0,15.0452,1,leg_gt,0.37,60 -68969,sell_mtf_cross_all_tf,sell,2026-05-26 19:03:00,558.0,15.6676,1,leg_gt,0.38,60 -68970,sell_mtf_cross_all_tf,sell,2026-05-26 19:27:00,573.0,18.7797,1,leg_gt,0.4,60 -68971,sell_mtf_cross_all_tf,sell,2026-05-26 19:51:00,579.0,20.0245,1,leg_gt,0.42,60 -68972,sell_mtf_cross_all_tf,sell,2026-05-26 19:54:00,579.0,20.0245,1,leg_gt,0.42,60 -68973,sell_mtf_cross_all_tf,sell,2026-05-26 19:57:00,583.0,20.8544,1,leg_gt,0.42,60 -68974,sell_mtf_cross_all_tf,sell,2026-05-26 20:00:00,584.0,21.0618,1,leg_gt,0.42,60 -68975,sell_mtf_cross_all_tf,sell,2026-05-26 20:03:00,587.0,21.6842,1,leg_gt,0.42,60 -68976,sell_mtf_cross_all_tf,sell,2026-05-26 20:06:00,580.0,20.232,1,leg_gt,0.43,60 -68977,sell_mtf_cross_all_tf,sell,2026-05-26 20:09:00,583.0,20.8544,1,leg_gt,0.43,60 -68978,sell_mtf_cross_all_tf,sell,2026-05-26 20:12:00,588.0,21.8917,1,leg_gt,0.43,60 -68979,sell_mtf_cross_all_tf,sell,2026-05-26 20:15:00,582.0,20.6469,1,leg_gt,0.43,60 -68980,sell_mtf_cross_all_tf,sell,2026-05-26 21:00:00,590.0,22.3066,1,leg_gt,0.46,60 -68981,sell_mtf_cross_all_tf,sell,2026-05-26 21:21:00,593.0,22.929,1,leg_gt,0.48,60 -68982,sell_mtf_cross_all_tf,sell,2026-05-26 21:24:00,598.0,23.9664,1,leg_gt,0.48,60 -68983,sell_mtf_cross_all_tf,sell,2026-05-26 21:27:00,599.0,24.1739,1,leg_gt,0.48,60 -68984,sell_mtf_cross_all_tf,sell,2026-05-26 21:36:00,599.0,24.1739,1,leg_gt,0.49,60 -68985,sell_mtf_cross_all_tf,sell,2026-05-27 01:09:00,598.0,5.9284,1,leg_gt,0.09,60 -68986,sell_mtf_cross_all_tf,sell,2026-05-31 00:00:00,490.0,15.466,1,leg_gt,0.44,60 -68987,sell_mtf_cross_all_tf,sell,2026-05-31 00:03:00,493.0,16.1736,1,leg_gt,0.44,60 -68988,sell_mtf_cross_all_tf,sell,2026-05-31 00:09:00,490.0,15.466,1,leg_gt,0.44,60 -68989,sell_mtf_cross_all_tf,sell,2026-05-31 00:18:00,503.0,18.5321,1,leg_gt,0.45,60 -68990,sell_mtf_cross_all_tf,sell,2026-05-31 00:21:00,502.0,18.2962,1,leg_gt,0.45,60 -68991,sell_mtf_cross_all_tf,sell,2026-05-31 00:30:00,511.0,20.4189,1,leg_gt,0.46,60 -68992,sell_mtf_cross_all_tf,sell,2026-05-31 00:33:00,506.0,19.2396,1,leg_gt,0.46,60 -68993,sell_mtf_cross_all_tf,sell,2026-05-31 00:36:00,511.0,20.4189,1,leg_gt,0.46,60 -68994,sell_mtf_cross_all_tf,sell,2026-05-31 00:39:00,511.0,20.4189,1,leg_gt,0.46,60 -68995,sell_mtf_cross_all_tf,sell,2026-05-31 00:51:00,515.0,21.3623,1,leg_gt,0.47,60 -68996,sell_mtf_cross_all_tf,sell,2026-05-31 00:54:00,520.0,22.5415,1,leg_gt,0.48,60 -68997,sell_mtf_cross_all_tf,sell,2026-05-31 00:57:00,517.0,21.834,1,leg_gt,0.48,60 -68998,sell_mtf_cross_all_tf,sell,2026-05-31 01:00:00,517.0,21.834,1,leg_gt,0.48,60 -68999,sell_mtf_cross_all_tf,sell,2026-05-31 01:03:00,521.0,22.7774,1,leg_gt,0.48,60 -69000,sell_mtf_cross_all_tf,sell,2026-05-31 01:06:00,525.0,23.7208,1,leg_gt,0.48,60 -69001,sell_mtf_cross_all_tf,sell,2026-05-31 01:12:00,526.0,23.9566,1,leg_gt,0.49,60 -69002,sell_mtf_cross_all_tf,sell,2026-05-31 05:12:00,546.0,28.6736,1,leg_gt,0.65,60 -69003,sell_mtf_cross_all_tf,sell,2026-05-31 05:27:00,553.0,30.3245,1,leg_gt,0.66,60 -69004,sell_mtf_cross_all_tf,sell,2026-05-31 05:30:00,553.0,30.3245,1,leg_gt,0.67,60 -69005,sell_mtf_cross_all_tf,sell,2026-05-31 05:33:00,556.0,31.0321,1,leg_gt,0.67,60 -69006,sell_mtf_cross_all_tf,sell,2026-05-31 05:42:00,560.0,31.9755,1,leg_gt,0.68,60 -69007,sell_mtf_cross_all_tf,sell,2026-05-31 05:45:00,560.0,31.9755,1,leg_gt,0.68,60 -69008,sell_mtf_cross_all_tf,sell,2026-05-31 05:48:00,561.0,32.2113,1,leg_gt,0.68,60 -69009,sell_mtf_cross_all_tf,sell,2026-06-01 06:51:00,517.0,7.1614,1,leg_gt,0.47,60 -69010,sell_mtf_cross_all_tf,sell,2026-06-01 06:54:00,518.0,7.3689,1,leg_gt,0.47,60 -69011,sell_mtf_cross_all_tf,sell,2026-06-01 06:57:00,520.0,7.7838,1,leg_gt,0.48,60 -69012,sell_mtf_cross_all_tf,sell,2026-06-01 09:15:00,530.0,9.8585,1,leg_gt,0.57,60 -69013,sell_mtf_cross_all_tf,sell,2026-06-01 09:18:00,527.0,9.2361,1,leg_gt,0.57,60 -69014,sell_mtf_cross_all_tf,sell,2026-06-01 09:27:00,534.0,10.6884,1,leg_gt,0.58,60 -69015,sell_mtf_cross_all_tf,sell,2026-06-01 09:30:00,531.0,10.066,1,leg_gt,0.58,60 -69016,sell_mtf_cross_all_tf,sell,2026-06-01 09:33:00,532.0,10.2734,1,leg_gt,0.58,60 -69017,sell_mtf_cross_all_tf,sell,2026-06-01 10:30:00,534.0,10.6884,1,leg_gt,0.62,60 -69018,sell_mtf_cross_all_tf,sell,2026-06-01 10:42:00,540.0,11.9332,1,leg_gt,0.63,60 -69019,sell_mtf_cross_all_tf,sell,2026-06-01 11:00:00,542.0,12.3481,1,leg_gt,0.64,60 -69020,sell_mtf_cross_all_tf,sell,2026-06-01 11:03:00,548.0,13.5929,1,leg_gt,0.65,60 -69021,sell_mtf_cross_all_tf,sell,2026-06-01 11:12:00,548.0,13.5929,1,leg_gt,0.65,60 -69022,sell_mtf_cross_all_tf,sell,2026-06-01 11:15:00,550.0,14.0079,1,leg_gt,0.65,60 -69023,sell_mtf_cross_all_tf,sell,2026-06-01 11:18:00,549.0,13.8004,1,leg_gt,0.66,60 -69024,sell_mtf_cross_all_tf,sell,2026-06-01 11:21:00,549.0,13.8004,1,leg_gt,0.66,60 -69025,sell_mtf_cross_all_tf,sell,2026-06-01 11:24:00,553.0,14.6303,1,leg_gt,0.66,60 -69026,sell_mtf_cross_all_tf,sell,2026-06-01 11:27:00,553.0,14.6303,1,leg_gt,0.66,60 -69027,sell_mtf_cross_all_tf,sell,2026-06-01 11:30:00,552.0,14.4228,1,leg_gt,0.66,60 -69028,sell_mtf_cross_all_tf,sell,2026-06-01 11:33:00,556.0,15.2527,1,leg_gt,0.67,60 -69029,sell_mtf_cross_all_tf,sell,2026-06-01 11:36:00,553.0,14.6303,1,leg_gt,0.67,60 -69030,sell_mtf_cross_all_tf,sell,2026-06-01 11:39:00,557.0,15.4602,1,leg_gt,0.67,60 -69031,sell_mtf_cross_all_tf,sell,2026-06-01 11:45:00,561.0,16.29,1,leg_gt,0.68,60 -69032,sell_mtf_cross_all_tf,sell,2026-06-01 11:54:00,564.0,16.9124,1,leg_gt,0.68,60 -69033,sell_mtf_cross_all_tf,sell,2026-06-01 12:00:00,565.0,17.1199,1,leg_gt,0.69,60 -69034,sell_mtf_cross_all_tf,sell,2026-06-01 12:03:00,568.0,17.7423,1,leg_gt,0.69,60 -69035,sell_mtf_cross_all_tf,sell,2026-06-01 12:15:00,570.0,18.1573,1,leg_gt,0.7,60 -69036,sell_mtf_cross_all_tf,sell,2026-06-01 12:18:00,574.0,18.9871,1,leg_gt,0.7,60 -69037,sell_mtf_cross_all_tf,sell,2026-06-01 12:21:00,576.0,19.4021,1,leg_gt,0.7,60 -69038,sell_mtf_cross_all_tf,sell,2026-06-01 12:24:00,574.0,18.9871,1,leg_gt,0.7,60 -69039,sell_mtf_cross_all_tf,sell,2026-06-01 12:27:00,579.0,20.0245,1,leg_gt,0.7,60 -69040,sell_mtf_cross_all_tf,sell,2026-06-01 12:33:00,583.0,20.8544,1,leg_gt,0.71,60 -69041,sell_mtf_cross_all_tf,sell,2026-06-01 12:36:00,577.0,19.6095,1,leg_gt,0.71,60 -69042,sell_mtf_cross_all_tf,sell,2026-06-01 12:57:00,580.0,20.232,1,leg_gt,0.72,60 -69043,sell_mtf_cross_all_tf,sell,2026-06-01 13:00:00,586.0,21.4768,1,leg_gt,0.73,60 -69044,sell_mtf_cross_all_tf,sell,2026-06-01 13:03:00,583.0,20.8544,1,leg_gt,0.73,60 -69045,sell_mtf_cross_all_tf,sell,2026-06-01 13:33:00,584.0,21.0618,1,leg_gt,0.75,60 -69046,sell_mtf_cross_all_tf,sell,2026-06-02 00:57:00,567.0,4.3199,1,leg_gt,0.16,60 -69047,sell_mtf_cross_all_tf,sell,2026-06-02 01:00:00,570.0,4.8724,1,leg_gt,0.16,60 -69048,sell_mtf_cross_all_tf,sell,2026-06-02 01:03:00,573.0,5.4249,1,leg_gt,0.16,60 -69049,sell_mtf_cross_all_tf,sell,2026-06-02 01:06:00,574.0,5.609,1,leg_gt,0.17,60 -69050,sell_mtf_cross_all_tf,sell,2026-06-02 01:12:00,570.0,4.8724,1,leg_gt,0.17,60 -69051,sell_mtf_cross_all_tf,sell,2026-06-02 01:15:00,576.0,5.9773,1,leg_gt,0.17,60 -69052,sell_mtf_cross_all_tf,sell,2026-06-02 01:18:00,579.0,6.5298,1,leg_gt,0.18,60 -69053,sell_mtf_cross_all_tf,sell,2026-06-02 01:21:00,577.0,6.1615,1,leg_gt,0.18,60 -69054,sell_mtf_cross_all_tf,sell,2026-06-02 01:24:00,582.0,7.0823,1,leg_gt,0.18,60 -69055,sell_mtf_cross_all_tf,sell,2026-06-02 01:27:00,583.0,7.2665,1,leg_gt,0.18,60 -69056,sell_mtf_cross_all_tf,sell,2026-06-02 01:45:00,593.0,9.1081,1,leg_gt,0.19,60 -69057,sell_mtf_cross_all_tf,sell,2026-06-02 01:48:00,598.0,10.0289,1,leg_gt,0.2,60 -69058,sell_mtf_cross_all_tf,sell,2026-06-02 01:51:00,600.0,10.3972,1,leg_gt,0.2,60 -69059,sell_mtf_cross_all_tf,sell,2026-06-02 01:54:00,600.0,10.3972,1,leg_gt,0.2,60 -69060,sell_mtf_cross_all_tf,sell,2026-06-02 01:57:00,595.0,9.4764,1,leg_gt,0.2,60 -69061,sell_mtf_cross_all_tf,sell,2026-06-02 02:12:00,603.0,10.9497,1,leg_gt,0.21,60 -69062,sell_mtf_cross_all_tf,sell,2026-06-02 03:30:00,609.0,12.0547,1,leg_gt,0.27,60 -69063,sell_mtf_cross_all_tf,sell,2026-06-02 03:33:00,617.0,13.528,1,leg_gt,0.27,60 -69064,sell_mtf_cross_all_tf,sell,2026-06-02 03:45:00,622.0,14.4488,1,leg_gt,0.28,60 -69065,sell_mtf_cross_all_tf,sell,2026-06-02 04:36:00,627.0,5.9914,1,leg_gt,0.02,60 -69066,sell_mtf_cross_all_tf,sell,2026-06-02 04:39:00,627.0,5.9914,1,leg_gt,0.03,60 -69067,sell_mtf_cross_all_tf,sell,2026-06-02 04:42:00,628.0,6.1606,1,leg_gt,0.03,60 -69068,sell_mtf_cross_all_tf,sell,2026-06-02 04:57:00,642.0,8.5294,1,leg_gt,0.04,60 -69069,sell_mtf_cross_all_tf,sell,2026-06-02 05:00:00,634.0,7.1758,1,leg_gt,0.04,60 -69070,sell_mtf_cross_all_tf,sell,2026-06-02 06:30:00,642.0,4.1208,1,leg_gt,0.03,60 -69071,sell_mtf_cross_all_tf,sell,2026-06-02 06:33:00,641.0,3.9584,1,leg_gt,0.03,60 -69072,sell_mtf_cross_all_tf,sell,2026-06-02 06:39:00,642.0,4.1208,1,leg_gt,0.04,60 -69073,sell_mtf_cross_all_tf,sell,2026-06-02 06:42:00,643.0,4.2831,1,leg_gt,0.04,60 -69074,sell_mtf_cross_all_tf,sell,2026-06-02 12:27:00,661.0,6.3412,1,leg_gt,0.2,60 -69075,sell_mtf_cross_all_tf,sell,2026-06-02 12:42:00,662.0,6.5023,1,leg_gt,0.21,60 -69076,sell_mtf_cross_all_tf,sell,2026-06-02 13:00:00,671.0,7.9515,1,leg_gt,0.22,60 -69077,sell_mtf_cross_all_tf,sell,2026-06-02 13:30:00,675.0,8.5957,1,leg_gt,0.24,60 -69078,sell_mtf_cross_all_tf,sell,2026-06-02 13:33:00,677.0,8.9177,1,leg_gt,0.25,60 -69079,sell_mtf_cross_all_tf,sell,2026-06-02 13:42:00,680.0,9.4008,1,leg_gt,0.25,60 -69080,sell_mtf_cross_all_tf,sell,2026-06-02 13:45:00,684.0,10.0449,1,leg_gt,0.25,60 -69081,sell_mtf_cross_all_tf,sell,2026-06-03 13:24:00,592.0,4.1254,1,leg_gt,0.02,60 -69082,sell_mtf_cross_all_tf,sell,2026-06-03 13:45:00,593.0,4.3014,1,leg_gt,0.03,60 -69083,sell_mtf_cross_all_tf,sell,2026-06-03 13:48:00,596.0,4.8296,1,leg_gt,0.04,60 -69084,sell_mtf_cross_all_tf,sell,2026-06-03 13:51:00,596.0,4.8296,1,leg_gt,0.04,60 -69085,sell_mtf_cross_all_tf,sell,2026-06-03 13:57:00,600.0,5.5338,1,leg_gt,0.04,60 -69086,sell_mtf_cross_all_tf,sell,2026-06-03 14:06:00,605.0,6.4141,1,leg_gt,0.05,60 -69087,sell_mtf_cross_all_tf,sell,2026-06-03 14:12:00,608.0,6.9423,1,leg_gt,0.05,60 -69088,sell_mtf_cross_all_tf,sell,2026-06-03 14:15:00,606.0,6.5901,1,leg_gt,0.05,60 -69089,sell_mtf_cross_all_tf,sell,2026-06-03 14:18:00,611.0,7.4704,1,leg_gt,0.06,60 -69090,sell_mtf_cross_all_tf,sell,2026-06-03 14:21:00,611.0,7.4704,1,leg_gt,0.06,60 -69091,sell_mtf_cross_all_tf,sell,2026-06-03 14:24:00,611.0,7.4704,1,leg_gt,0.06,60 -69092,sell_mtf_cross_all_tf,sell,2026-06-03 14:27:00,607.0,6.7662,1,leg_gt,0.06,60 -69093,sell_mtf_cross_all_tf,sell,2026-06-03 14:30:00,614.0,7.9986,1,leg_gt,0.06,60 -69094,sell_mtf_cross_all_tf,sell,2026-06-03 14:33:00,608.0,6.9423,1,leg_gt,0.07,60 -69095,sell_mtf_cross_all_tf,sell,2026-06-03 14:36:00,616.0,8.3507,1,leg_gt,0.07,60 -69096,sell_mtf_cross_all_tf,sell,2026-06-03 14:39:00,618.0,8.7028,1,leg_gt,0.07,60 -69097,sell_mtf_cross_all_tf,sell,2026-06-03 14:45:00,621.0,9.231,1,leg_gt,0.08,60 -69098,sell_mtf_cross_all_tf,sell,2026-06-03 15:51:00,649.0,14.1606,1,leg_gt,0.12,60 -69099,sell_mtf_cross_all_tf,sell,2026-06-03 16:24:00,668.0,17.5056,1,leg_gt,0.14,60 -69100,sell_mtf_cross_all_tf,sell,2026-06-03 16:42:00,673.0,18.3859,1,leg_gt,0.16,60 -69101,sell_mtf_cross_all_tf,sell,2026-06-03 18:36:00,690.0,21.3789,1,leg_gt,0.24,60 -69102,sell_mtf_cross_all_tf,sell,2026-06-03 18:39:00,695.0,22.2592,1,leg_gt,0.24,60 -69103,sell_mtf_cross_all_tf,sell,2026-06-03 19:06:00,707.0,24.3718,1,leg_gt,0.26,60 -69104,sell_mtf_cross_all_tf,sell,2026-06-03 19:09:00,700.0,23.1394,1,leg_gt,0.26,60 -69105,sell_mtf_cross_all_tf,sell,2026-06-03 19:51:00,750.0,31.9423,1,leg_gt,0.29,60 -69106,sell_mtf_cross_all_tf,sell,2026-06-03 19:54:00,745.0,31.062,1,leg_gt,0.29,60 -69107,sell_mtf_cross_all_tf,sell,2026-06-03 20:12:00,764.0,34.407,1,leg_gt,0.3,60 -69108,sell_mtf_cross_all_tf,sell,2026-06-03 20:15:00,772.0,35.8155,1,leg_gt,0.3,60 -69109,sell_mtf_cross_all_tf,sell,2026-06-03 20:18:00,770.0,35.4634,1,leg_gt,0.31,60 -69110,sell_mtf_cross_all_tf,sell,2026-06-03 20:21:00,766.0,34.7592,1,leg_gt,0.31,60 -69111,sell_mtf_cross_all_tf,sell,2026-06-03 20:24:00,773.0,35.9915,1,leg_gt,0.31,60 -69112,sell_mtf_cross_all_tf,sell,2026-06-03 22:18:00,779.0,7.9444,1,leg_gt,0.05,60 -69113,sell_mtf_cross_all_tf,sell,2026-06-04 06:51:00,808.0,6.2158,1,leg_gt,0.04,60 -69114,sell_mtf_cross_all_tf,sell,2026-06-04 06:54:00,819.0,7.6632,1,leg_gt,0.04,60 -69115,sell_mtf_cross_all_tf,sell,2026-06-04 06:57:00,818.0,7.5316,1,leg_gt,0.04,60 -69116,gt_model_buy_zigzag_bb,buy,2025-06-05 06:21:00,1585.0,-0.5416,0,leg_gt,2.57,60 -69117,gt_model_buy_zigzag_bb,buy,2025-06-05 10:24:00,1574.0,0.1541,1,leg_gt,2.4,60 -69118,gt_model_buy_zigzag_bb,buy,2025-06-06 04:12:00,1506.0,4.6809,1,leg_gt,1.66,60 -69119,gt_model_buy_zigzag_bb,buy,2025-06-18 01:21:00,1263.0,5.9966,1,leg_gt,1.35,60 -69120,gt_model_buy_zigzag_bb,buy,2025-06-22 01:36:00,1188.0,-0.3525,0,leg_gt,1.9,60 -69121,gt_model_buy_zigzag_bb,buy,2025-11-04 15:54:00,1061.0,4.7068,1,leg_gt,1.67,60 -69122,gt_model_buy_zigzag_bb,buy,2025-11-04 18:15:00,1052.0,5.6034,1,leg_gt,1.57,60 -69123,gt_model_buy_zigzag_bb,buy,2025-11-05 03:15:00,1042.0,6.6179,1,leg_gt,1.2,60 -69124,gt_model_buy_zigzag_bb,buy,2025-11-05 04:33:00,1036.0,7.2359,1,leg_gt,1.14,60 -69125,gt_model_buy_zigzag_bb,buy,2025-11-18 06:39:00,965.0,9.3301,1,leg_gt,2.65,60 -69126,gt_model_buy_zigzag_bb,buy,2025-12-01 22:48:00,849.0,15.5655,1,leg_gt,1.09,60 -69127,gt_model_buy_zigzag_bb,buy,2025-12-17 18:30:00,764.0,2.5178,1,leg_gt,2.47,60 -69128,gt_model_buy_zigzag_bb,buy,2025-12-19 05:57:00,709.0,10.4783,1,leg_gt,0.99,60 -69129,gt_model_buy_zigzag_bb,buy,2026-01-01 03:54:00,689.0,24.7186,1,leg_gt,2.48,60 -69130,gt_model_buy_zigzag_bb,buy,2026-01-26 02:33:00,668.0,36.876,1,leg_gt,3.22,60 -69131,gt_model_buy_zigzag_bb,buy,2026-02-01 03:09:00,586.0,6.0433,1,leg_gt,0.28,60 -69132,gt_model_buy_zigzag_bb,buy,2026-02-01 04:42:00,580.0,7.1414,1,leg_gt,0.22,60 -69133,gt_model_buy_zigzag_bb,buy,2026-02-05 21:27:00,572.0,8.9909,1,leg_gt,1.66,60 -69134,gt_model_buy_zigzag_bb,buy,2026-02-06 03:18:00,537.0,16.1011,1,leg_gt,1.42,60 -69135,gt_model_buy_zigzag_bb,buy,2026-02-06 04:30:00,534.0,16.7539,1,leg_gt,1.37,60 -69136,gt_model_buy_zigzag_bb,buy,2026-03-27 02:00:00,442.0,-2.1362,0,leg_gt,3.74,60 -69137,gt_model_buy_zigzag_bb,buy,2026-03-27 06:03:00,441.0,-1.9141,0,leg_gt,3.58,60 -69138,gt_model_buy_zigzag_bb,buy,2026-03-28 09:06:00,381.0,13.5483,1,leg_gt,2.45,60 -69139,gt_model_buy_zigzag_bb,buy,2026-04-06 05:39:00,370.0,9.9,1,leg_gt,2.13,60 -69140,gt_model_buy_zigzag_bb,buy,2026-05-02 07:06:00,350.0,9.0429,1,leg_gt,4.52,60 -69141,gt_model_buy_trough_local,buy,2025-06-04 12:51:00,1666.0,-5.3821,0,leg_gt,3.3,60 -69142,gt_model_buy_trough_local,buy,2025-06-04 12:54:00,1667.0,-5.4389,0,leg_gt,3.29,60 -69143,gt_model_buy_trough_local,buy,2025-06-05 06:21:00,1585.0,-0.5416,0,leg_gt,2.57,60 -69144,gt_model_buy_trough_local,buy,2025-06-05 10:24:00,1574.0,0.1541,1,leg_gt,2.4,60 -69145,gt_model_buy_trough_local,buy,2025-06-06 04:12:00,1506.0,4.6809,1,leg_gt,1.66,60 -69146,gt_model_buy_trough_local,buy,2025-06-07 01:39:00,1500.0,5.1,1,leg_gt,0.76,60 -69147,gt_model_buy_trough_local,buy,2025-06-07 23:03:00,1564.0,-14.4223,0,leg_gt,11.44,60 -69148,gt_model_buy_trough_local,buy,2025-06-07 23:06:00,1565.0,-14.477,0,leg_gt,11.44,60 -69149,gt_model_buy_trough_local,buy,2025-06-08 08:15:00,1559.0,-14.1475,0,leg_gt,11.06,60 -69150,gt_model_buy_trough_local,buy,2025-06-09 17:27:00,1485.0,-9.8643,0,leg_gt,9.68,60 -69151,gt_model_buy_trough_local,buy,2025-06-09 22:12:00,1552.0,-13.7598,0,leg_gt,9.48,60 -69152,gt_model_buy_trough_local,buy,2025-06-11 06:15:00,1580.0,-15.2899,0,leg_gt,8.14,60 -69153,gt_model_buy_trough_local,buy,2025-06-11 12:48:00,1601.0,-16.4023,0,leg_gt,7.87,60 -69154,gt_model_buy_trough_local,buy,2025-06-11 14:48:00,1594.0,-16.0348,0,leg_gt,7.79,60 -69155,gt_model_buy_trough_local,buy,2025-06-12 10:33:00,1526.0,-12.2887,0,leg_gt,6.96,60 -69156,gt_model_buy_trough_local,buy,2025-06-12 16:24:00,1524.0,-12.1735,0,leg_gt,6.72,60 -69157,gt_model_buy_trough_local,buy,2025-06-14 17:18:00,1364.0,-1.8595,0,leg_gt,4.68,60 -69158,gt_model_buy_trough_local,buy,2025-06-14 18:30:00,1368.0,-2.1468,0,leg_gt,4.63,60 -69159,gt_model_buy_trough_local,buy,2025-06-14 18:33:00,1369.0,-2.2183,0,leg_gt,4.63,60 -69160,gt_model_buy_trough_local,buy,2025-06-15 13:54:00,1359.0,-1.4981,0,leg_gt,3.82,60 -69161,gt_model_buy_trough_local,buy,2025-06-15 15:18:00,1361.0,-1.643,0,leg_gt,3.77,60 -69162,gt_model_buy_trough_local,buy,2025-06-15 15:24:00,1359.0,-1.4981,0,leg_gt,3.76,60 -69163,gt_model_buy_trough_local,buy,2025-06-15 17:30:00,1349.0,-0.7672,0,leg_gt,3.68,60 -69164,gt_model_buy_trough_local,buy,2025-06-16 09:12:00,1353.0,-1.0608,0,leg_gt,3.02,60 -69165,gt_model_buy_trough_local,buy,2025-06-16 09:15:00,1351.0,-0.9142,0,leg_gt,3.02,60 -69166,gt_model_buy_trough_local,buy,2025-06-16 16:24:00,1394.0,-3.9737,0,leg_gt,2.72,60 -69167,gt_model_buy_trough_local,buy,2025-06-16 21:27:00,1382.0,-3.1391,0,leg_gt,2.51,60 -69168,gt_model_buy_trough_local,buy,2025-06-16 22:30:00,1387.0,-3.4886,0,leg_gt,2.47,60 -69169,gt_model_buy_trough_local,buy,2025-06-17 02:00:00,1389.0,-3.6277,0,leg_gt,2.32,60 -69170,gt_model_buy_trough_local,buy,2025-06-17 12:45:00,1315.0,1.8011,1,leg_gt,1.87,60 -69171,gt_model_buy_trough_local,buy,2025-06-17 18:51:00,1289.0,3.8566,1,leg_gt,1.62,60 -69172,gt_model_buy_trough_local,buy,2025-06-17 22:18:00,1281.0,4.5058,1,leg_gt,1.48,60 -69173,gt_model_buy_trough_local,buy,2025-06-18 01:21:00,1263.0,5.9966,1,leg_gt,1.35,60 -69174,gt_model_buy_trough_local,buy,2025-06-18 07:21:00,1274.0,5.0805,1,leg_gt,1.1,60 -69175,gt_model_buy_trough_local,buy,2025-06-18 07:24:00,1271.0,5.3288,1,leg_gt,1.1,60 -69176,gt_model_buy_trough_local,buy,2025-06-18 08:57:00,1269.0,5.495,1,leg_gt,1.03,60 -69177,gt_model_buy_trough_local,buy,2025-06-18 10:30:00,1274.0,5.0805,1,leg_gt,0.97,60 -69178,gt_model_buy_trough_local,buy,2025-06-19 01:15:00,1257.0,6.503,1,leg_gt,0.35,60 -69179,gt_model_buy_trough_local,buy,2025-06-19 12:54:00,1308.0,-9.5037,0,leg_gt,4.43,60 -69180,gt_model_buy_trough_local,buy,2025-06-19 12:57:00,1307.0,-9.4344,0,leg_gt,4.43,60 -69181,gt_model_buy_trough_local,buy,2025-06-19 17:45:00,1299.0,-8.876,0,leg_gt,4.23,60 -69182,gt_model_buy_trough_local,buy,2025-06-19 21:39:00,1281.0,-7.5941,0,leg_gt,4.07,60 -69183,gt_model_buy_trough_local,buy,2025-06-19 22:42:00,1284.0,-7.8103,0,leg_gt,4.03,60 -69184,gt_model_buy_trough_local,buy,2025-06-20 04:39:00,1291.0,-8.3107,0,leg_gt,3.78,60 -69185,gt_model_buy_trough_local,buy,2025-06-20 09:27:00,1290.0,-8.2395,0,leg_gt,3.58,60 -69186,gt_model_buy_trough_local,buy,2025-06-20 09:30:00,1290.0,-8.2395,0,leg_gt,3.58,60 -69187,gt_model_buy_trough_local,buy,2025-06-21 11:18:00,1235.0,-4.1486,0,leg_gt,2.5,60 -69188,gt_model_buy_trough_local,buy,2025-06-21 18:21:00,1235.0,-4.1486,0,leg_gt,2.21,60 -69189,gt_model_buy_trough_local,buy,2025-06-22 01:36:00,1188.0,-0.3525,0,leg_gt,1.9,60 -69190,gt_model_buy_trough_local,buy,2025-06-22 12:30:00,1187.0,-0.2685,0,leg_gt,1.45,60 -69191,gt_model_buy_trough_local,buy,2025-06-23 11:18:00,1160.0,2.0552,1,leg_gt,0.5,60 -69192,gt_model_buy_trough_local,buy,2025-06-23 11:24:00,1159.0,2.1433,1,leg_gt,0.5,60 -69193,gt_model_buy_trough_local,buy,2025-06-23 11:30:00,1159.0,2.1433,1,leg_gt,0.49,60 -69194,gt_model_buy_trough_local,buy,2025-06-23 13:45:00,1148.0,3.123,1,leg_gt,0.4,60 -69195,gt_model_buy_trough_local,buy,2025-06-23 21:21:00,1145.0,3.3934,1,leg_gt,0.08,60 -69196,gt_model_buy_trough_local,buy,2025-06-24 18:09:00,1285.0,1.4564,1,leg_gt,5.57,60 -69197,gt_model_buy_trough_local,buy,2025-06-24 19:15:00,1283.0,1.6147,1,leg_gt,5.52,60 -69198,gt_model_buy_trough_local,buy,2025-06-24 21:21:00,1275.0,2.2529,1,leg_gt,5.44,60 -69199,gt_model_buy_trough_local,buy,2025-06-25 12:54:00,1279.0,1.9328,1,leg_gt,4.79,60 -69200,gt_model_buy_trough_local,buy,2025-06-25 16:03:00,1263.0,3.2254,1,leg_gt,4.66,60 -69201,gt_model_buy_trough_local,buy,2025-06-25 16:06:00,1261.0,3.3893,1,leg_gt,4.66,60 -69202,gt_model_buy_trough_local,buy,2025-06-25 19:42:00,1246.0,4.6352,1,leg_gt,4.51,60 -69203,gt_model_buy_trough_local,buy,2025-06-25 21:18:00,1250.0,4.3,1,leg_gt,4.44,60 -69204,gt_model_buy_trough_local,buy,2025-06-26 03:06:00,1230.0,5.9976,1,leg_gt,4.2,60 -69205,gt_model_buy_trough_local,buy,2025-06-26 04:57:00,1224.0,6.5176,1,leg_gt,4.12,60 -69206,gt_model_buy_trough_local,buy,2025-06-26 20:00:00,1209.0,7.8404,1,leg_gt,3.49,60 -69207,gt_model_buy_trough_local,buy,2025-06-27 07:33:00,1195.0,9.105,1,leg_gt,3.01,60 -69208,gt_model_buy_trough_local,buy,2025-06-28 04:42:00,1177.0,10.7751,1,leg_gt,2.13,60 -69209,gt_model_buy_trough_local,buy,2025-06-28 11:36:00,1200.0,8.65,1,leg_gt,1.84,60 -69210,gt_model_buy_trough_local,buy,2025-06-28 14:57:00,1202.0,8.4691,1,leg_gt,1.7,60 -69211,gt_model_buy_trough_local,buy,2025-06-28 19:06:00,1198.0,8.8316,1,leg_gt,1.53,60 -69212,gt_model_buy_trough_local,buy,2025-06-28 20:51:00,1194.0,9.1965,1,leg_gt,1.46,60 -69213,gt_model_buy_trough_local,buy,2025-06-28 20:54:00,1194.0,9.1965,1,leg_gt,1.46,60 -69214,gt_model_buy_trough_local,buy,2025-06-29 04:54:00,1218.0,7.0429,1,leg_gt,1.12,60 -69215,gt_model_buy_trough_local,buy,2025-06-29 14:03:00,1224.0,6.5176,1,leg_gt,0.74,60 -69216,gt_model_buy_trough_local,buy,2025-06-29 16:48:00,1224.0,6.5176,1,leg_gt,0.63,60 -69217,gt_model_buy_trough_local,buy,2025-06-29 20:45:00,1234.0,5.6536,1,leg_gt,0.46,60 -69218,gt_model_buy_trough_local,buy,2025-06-30 01:48:00,1219.0,6.955,1,leg_gt,0.25,60 -69219,gt_model_buy_trough_local,buy,2025-07-01 13:09:00,1208.0,26.8868,1,leg_gt,10.08,60 -69220,gt_model_buy_trough_local,buy,2025-07-01 17:21:00,1194.0,28.3757,1,leg_gt,9.91,60 -69221,gt_model_buy_trough_local,buy,2025-07-02 02:03:00,1180.0,29.9,1,leg_gt,9.54,60 -69222,gt_model_buy_trough_local,buy,2025-07-02 03:06:00,1180.0,29.9,1,leg_gt,9.5,60 -69223,gt_model_buy_trough_local,buy,2025-07-02 03:12:00,1180.0,29.9,1,leg_gt,9.5,60 -69224,gt_model_buy_trough_local,buy,2025-07-02 06:12:00,1168.0,31.2356,1,leg_gt,9.37,60 -69225,gt_model_buy_trough_local,buy,2025-07-02 07:12:00,1168.0,31.2356,1,leg_gt,9.33,60 -69226,gt_model_buy_trough_local,buy,2025-07-02 11:18:00,1169.0,31.1233,1,leg_gt,9.16,60 -69227,gt_model_buy_trough_local,buy,2025-07-03 03:45:00,1286.0,19.1846,1,leg_gt,8.47,60 -69228,gt_model_buy_trough_local,buy,2025-07-03 07:27:00,1295.0,18.3556,1,leg_gt,8.32,60 -69229,gt_model_buy_trough_local,buy,2025-07-03 19:09:00,1314.0,16.6428,1,leg_gt,7.83,60 -69230,gt_model_buy_trough_local,buy,2025-07-03 19:12:00,1314.0,16.6428,1,leg_gt,7.83,60 -69231,gt_model_buy_trough_local,buy,2025-07-04 04:18:00,1278.0,19.9313,1,leg_gt,7.45,60 -69232,gt_model_buy_trough_local,buy,2025-07-04 14:54:00,1262.0,21.4531,1,leg_gt,7.01,60 -69233,gt_model_buy_trough_local,buy,2025-07-04 21:00:00,1222.0,25.4319,1,leg_gt,6.75,60 -69234,gt_model_buy_trough_local,buy,2025-07-04 21:03:00,1222.0,25.4319,1,leg_gt,6.75,60 -69235,gt_model_buy_trough_local,buy,2025-07-05 02:27:00,1186.0,29.2423,1,leg_gt,6.53,60 -69236,gt_model_buy_trough_local,buy,2025-07-05 02:30:00,1185.0,29.3515,1,leg_gt,6.52,60 -69237,gt_model_buy_trough_local,buy,2025-07-05 04:24:00,1186.0,29.2423,1,leg_gt,6.45,60 -69238,gt_model_buy_trough_local,buy,2025-07-05 19:15:00,1201.0,27.6269,1,leg_gt,5.83,60 -69239,gt_model_buy_trough_local,buy,2025-07-05 19:18:00,1200.0,27.7333,1,leg_gt,5.82,60 -69240,gt_model_buy_trough_local,buy,2025-07-05 20:57:00,1200.0,27.7333,1,leg_gt,5.76,60 -69241,gt_model_buy_trough_local,buy,2025-07-05 22:36:00,1191.0,28.6993,1,leg_gt,5.69,60 -69242,gt_model_buy_trough_local,buy,2025-07-05 22:39:00,1191.0,28.6993,1,leg_gt,5.69,60 -69243,gt_model_buy_trough_local,buy,2025-07-06 01:48:00,1189.0,28.916,1,leg_gt,5.55,60 -69244,gt_model_buy_trough_local,buy,2025-07-06 13:39:00,1180.0,29.9,1,leg_gt,5.06,60 -69245,gt_model_buy_trough_local,buy,2025-07-06 15:06:00,1178.0,30.1207,1,leg_gt,5.0,60 -69246,gt_model_buy_trough_local,buy,2025-07-06 18:27:00,1189.0,28.916,1,leg_gt,4.86,60 -69247,gt_model_buy_trough_local,buy,2025-07-07 00:51:00,1198.0,27.9467,1,leg_gt,4.59,60 -69248,gt_model_buy_trough_local,buy,2025-07-07 00:54:00,1199.0,27.8399,1,leg_gt,4.59,60 -69249,gt_model_buy_trough_local,buy,2025-07-07 04:51:00,1204.0,27.3086,1,leg_gt,4.43,60 -69250,gt_model_buy_trough_local,buy,2025-07-07 09:33:00,1211.0,26.5722,1,leg_gt,4.23,60 -69251,gt_model_buy_trough_local,buy,2025-07-07 13:45:00,1223.0,25.3293,1,leg_gt,4.06,60 -69252,gt_model_buy_trough_local,buy,2025-07-07 21:18:00,1197.0,28.0537,1,leg_gt,3.74,60 -69253,gt_model_buy_trough_local,buy,2025-07-07 22:18:00,1197.0,28.0537,1,leg_gt,3.7,60 -69254,gt_model_buy_trough_local,buy,2025-07-08 07:27:00,1181.0,29.7899,1,leg_gt,3.32,60 -69255,gt_model_buy_trough_local,buy,2025-07-08 12:09:00,1181.0,29.7899,1,leg_gt,3.12,60 -69256,gt_model_buy_trough_local,buy,2025-07-08 22:30:00,1186.0,29.2423,1,leg_gt,2.69,60 -69257,gt_model_buy_trough_local,buy,2025-07-09 07:18:00,1192.0,28.5913,1,leg_gt,2.33,60 -69258,gt_model_buy_trough_local,buy,2025-07-09 07:21:00,1191.0,28.6993,1,leg_gt,2.32,60 -69259,gt_model_buy_trough_local,buy,2025-07-09 07:24:00,1192.0,28.5913,1,leg_gt,2.32,60 -69260,gt_model_buy_trough_local,buy,2025-07-09 14:12:00,1179.0,30.0103,1,leg_gt,2.04,60 -69261,gt_model_buy_trough_local,buy,2025-07-09 20:57:00,1192.0,28.5913,1,leg_gt,1.76,60 -69262,gt_model_buy_trough_local,buy,2025-07-10 08:51:00,1239.0,23.7095,1,leg_gt,1.26,60 -69263,gt_model_buy_trough_local,buy,2025-07-11 22:39:00,1459.0,3.9439,1,leg_gt,2.65,60 -69264,gt_model_buy_trough_local,buy,2025-07-12 17:39:00,1402.0,8.1739,1,leg_gt,1.86,60 -69265,gt_model_buy_trough_local,buy,2025-07-12 20:12:00,1405.0,7.9427,1,leg_gt,1.75,60 -69266,gt_model_buy_trough_local,buy,2025-07-13 15:57:00,1409.0,7.636,1,leg_gt,0.93,60 -69267,gt_model_buy_trough_local,buy,2025-07-13 17:03:00,1415.0,7.1792,1,leg_gt,0.88,60 -69268,gt_model_buy_trough_local,buy,2025-07-14 06:03:00,1447.0,4.8067,1,leg_gt,0.34,60 -69269,gt_model_buy_trough_local,buy,2025-07-14 08:27:00,1415.0,7.1792,1,leg_gt,0.24,60 -69270,gt_model_buy_trough_local,buy,2025-07-14 18:21:00,1461.0,6.4024,1,leg_gt,2.5,60 -69271,gt_model_buy_trough_local,buy,2025-07-14 22:21:00,1452.0,7.0625,1,leg_gt,2.34,60 -69272,gt_model_buy_trough_local,buy,2025-07-15 00:36:00,1429.0,8.7873,1,leg_gt,2.24,60 -69273,gt_model_buy_trough_local,buy,2025-07-15 11:21:00,1405.0,10.6473,1,leg_gt,1.8,60 -69274,gt_model_buy_trough_local,buy,2025-07-16 04:36:00,1437.0,8.1811,1,leg_gt,1.08,60 -69275,gt_model_buy_trough_local,buy,2025-07-16 04:39:00,1432.0,8.5592,1,leg_gt,1.08,60 -69276,gt_model_buy_trough_local,buy,2025-07-16 19:42:00,1462.0,6.3295,1,leg_gt,0.45,60 -69277,gt_model_buy_trough_local,buy,2025-07-17 11:48:00,1505.0,8.5379,1,leg_gt,1.12,60 -69278,gt_model_buy_trough_local,buy,2025-07-18 16:18:00,1619.0,7.4355,1,leg_gt,2.36,60 -69279,gt_model_buy_trough_local,buy,2025-07-19 02:06:00,1568.0,10.9332,1,leg_gt,1.95,60 -69280,gt_model_buy_trough_local,buy,2025-07-19 22:12:00,1547.0,12.4404,1,leg_gt,1.12,60 -69281,gt_model_buy_trough_local,buy,2025-07-20 02:12:00,1540.0,12.9519,1,leg_gt,0.95,60 -69282,gt_model_buy_trough_local,buy,2025-07-21 00:09:00,1658.0,4.906,1,leg_gt,0.04,60 -69283,gt_model_buy_trough_local,buy,2025-07-21 08:15:00,1668.0,13.2094,1,leg_gt,2.03,60 -69284,gt_model_buy_trough_local,buy,2025-07-21 10:21:00,1656.0,14.0304,1,leg_gt,1.94,60 -69285,gt_model_buy_trough_local,buy,2025-07-22 03:42:00,1659.0,13.8241,1,leg_gt,1.22,60 -69286,gt_model_buy_trough_local,buy,2025-07-22 18:24:00,1608.0,17.4373,1,leg_gt,0.61,60 -69287,gt_model_buy_trough_local,buy,2025-07-23 11:12:00,1813.0,-10.966,0,leg_gt,1.54,60 -69288,gt_model_buy_trough_local,buy,2025-07-23 20:12:00,1727.0,-6.5273,0,leg_gt,1.17,60 -69289,gt_model_buy_trough_local,buy,2025-07-23 23:48:00,1669.0,-3.2756,0,leg_gt,1.02,60 -69290,gt_model_buy_trough_local,buy,2025-07-25 04:33:00,1588.0,5.8824,1,leg_gt,3.52,60 -69291,gt_model_buy_trough_local,buy,2025-07-25 16:06:00,1528.0,10.044,1,leg_gt,3.04,60 -69292,gt_model_buy_trough_local,buy,2025-07-25 17:54:00,1535.0,9.5417,1,leg_gt,2.97,60 -69293,gt_model_buy_trough_local,buy,2025-07-26 01:39:00,1515.0,10.9891,1,leg_gt,2.64,60 -69294,gt_model_buy_trough_local,buy,2025-07-26 09:09:00,1583.0,6.2171,1,leg_gt,2.33,60 -69295,gt_model_buy_trough_local,buy,2025-07-26 13:27:00,1583.0,6.2171,1,leg_gt,2.15,60 -69296,gt_model_buy_trough_local,buy,2025-07-26 15:09:00,1582.0,6.2843,1,leg_gt,2.08,60 -69297,gt_model_buy_trough_local,buy,2025-07-27 22:33:00,1601.0,5.0218,1,leg_gt,0.77,60 -69298,gt_model_buy_trough_local,buy,2025-07-28 19:39:00,1667.0,-15.5769,0,leg_gt,7.28,60 -69299,gt_model_buy_trough_local,buy,2025-07-29 04:33:00,1556.0,-9.5473,0,leg_gt,6.9,60 -69300,gt_model_buy_trough_local,buy,2025-07-29 04:36:00,1551.0,-9.2554,0,leg_gt,6.9,60 -69301,gt_model_buy_trough_local,buy,2025-07-29 07:24:00,1542.0,-8.7252,0,leg_gt,6.79,60 -69302,gt_model_buy_trough_local,buy,2025-07-29 08:45:00,1537.0,-8.4279,0,leg_gt,6.73,60 -69303,gt_model_buy_trough_local,buy,2025-07-29 20:54:00,1519.0,-7.3416,0,leg_gt,6.22,60 -69304,gt_model_buy_trough_local,buy,2025-07-29 20:57:00,1518.0,-7.2805,0,leg_gt,6.22,60 -69305,gt_model_buy_trough_local,buy,2025-07-30 18:12:00,1468.0,-4.1191,0,leg_gt,5.34,60 -69306,gt_model_buy_trough_local,buy,2025-07-31 16:12:00,1490.0,-5.5362,0,leg_gt,4.42,60 -69307,gt_model_buy_trough_local,buy,2025-08-01 16:42:00,1365.0,3.1234,1,leg_gt,3.4,60 -69308,gt_model_buy_trough_local,buy,2025-08-02 21:09:00,1329.0,5.9196,1,leg_gt,2.21,60 -69309,gt_model_buy_trough_local,buy,2025-08-02 21:12:00,1330.0,5.8398,1,leg_gt,2.21,60 -69310,gt_model_buy_trough_local,buy,2025-08-03 00:36:00,1321.0,6.5616,1,leg_gt,2.07,60 -69311,gt_model_buy_trough_local,buy,2025-08-03 04:54:00,1301.0,8.2013,1,leg_gt,1.89,60 -69312,gt_model_buy_trough_local,buy,2025-08-03 05:00:00,1301.0,8.2013,1,leg_gt,1.89,60 -69313,gt_model_buy_trough_local,buy,2025-08-03 09:27:00,1305.0,7.8693,1,leg_gt,1.7,60 -69314,gt_model_buy_trough_local,buy,2025-08-03 14:03:00,1343.0,4.8144,1,leg_gt,1.51,60 -69315,gt_model_buy_trough_local,buy,2025-08-03 18:45:00,1349.0,4.3477,1,leg_gt,1.31,60 -69316,gt_model_buy_trough_local,buy,2025-08-04 02:24:00,1354.0,3.962,1,leg_gt,0.99,60 -69317,gt_model_buy_trough_local,buy,2025-08-04 15:45:00,1371.0,2.6717,1,leg_gt,0.44,60 -69318,gt_model_buy_trough_local,buy,2025-08-04 20:00:00,1370.0,2.7467,1,leg_gt,0.26,60 -69319,gt_model_buy_trough_local,buy,2025-08-04 21:30:00,1366.0,3.0479,1,leg_gt,0.2,60 -69320,gt_model_buy_trough_local,buy,2025-08-04 21:45:00,1364.0,3.1991,1,leg_gt,0.19,60 -69321,gt_model_buy_trough_local,buy,2025-08-05 14:39:00,1349.0,11.983,1,leg_gt,4.95,60 -69322,gt_model_buy_trough_local,buy,2025-08-06 05:51:00,1314.0,14.9685,1,leg_gt,4.32,60 -69323,gt_model_buy_trough_local,buy,2025-08-06 11:27:00,1307.0,15.5848,1,leg_gt,4.08,60 -69324,gt_model_buy_trough_local,buy,2025-08-06 12:09:00,1305.0,15.7621,1,leg_gt,4.05,60 -69325,gt_model_buy_trough_local,buy,2025-08-06 18:45:00,1315.0,14.881,1,leg_gt,3.78,60 -69326,gt_model_buy_trough_local,buy,2025-08-07 12:24:00,1337.0,12.989,1,leg_gt,3.04,60 -69327,gt_model_buy_trough_local,buy,2025-08-08 11:03:00,1399.0,7.9772,1,leg_gt,2.1,60 -69328,gt_model_buy_trough_local,buy,2025-08-09 09:57:00,1424.0,6.0798,1,leg_gt,1.15,60 -69329,gt_model_buy_trough_local,buy,2025-08-09 16:51:00,1465.0,3.1082,1,leg_gt,0.86,60 -69330,gt_model_buy_trough_local,buy,2025-08-10 13:09:00,1494.0,1.1048,1,leg_gt,0.01,60 -69331,gt_model_buy_trough_local,buy,2025-08-12 06:21:00,1393.0,11.1706,1,leg_gt,2.08,60 -69332,gt_model_buy_trough_local,buy,2025-08-12 21:09:00,1345.0,15.1416,1,leg_gt,1.46,60 -69333,gt_model_buy_trough_local,buy,2025-08-13 14:39:00,1462.0,5.9192,1,leg_gt,0.73,60 -69334,gt_model_buy_trough_local,buy,2025-08-14 16:21:00,1518.0,-6.8194,0,leg_gt,8.6,60 -69335,gt_model_buy_trough_local,buy,2025-08-14 20:42:00,1488.0,-4.9387,0,leg_gt,8.42,60 -69336,gt_model_buy_trough_local,buy,2025-08-15 03:09:00,1396.0,1.3327,1,leg_gt,8.15,60 -69337,gt_model_buy_trough_local,buy,2025-08-15 06:06:00,1394.0,1.4782,1,leg_gt,8.02,60 -69338,gt_model_buy_trough_local,buy,2025-08-15 13:00:00,1407.0,0.5397,1,leg_gt,7.74,60 -69339,gt_model_buy_trough_local,buy,2025-08-15 19:54:00,1393.0,1.5511,1,leg_gt,7.45,60 -69340,gt_model_buy_trough_local,buy,2025-08-16 12:03:00,1381.0,2.4344,1,leg_gt,6.78,60 -69341,gt_model_buy_trough_local,buy,2025-08-16 14:21:00,1371.0,3.1823,1,leg_gt,6.68,60 -69342,gt_model_buy_trough_local,buy,2025-08-16 15:42:00,1368.0,3.4088,1,leg_gt,6.62,60 -69343,gt_model_buy_trough_local,buy,2025-08-16 20:45:00,1358.0,4.171,1,leg_gt,6.41,60 -69344,gt_model_buy_trough_local,buy,2025-08-17 21:33:00,1400.0,1.0429,1,leg_gt,5.38,60 -69345,gt_model_buy_trough_local,buy,2025-08-17 21:45:00,1400.0,1.0429,1,leg_gt,5.37,60 -69346,gt_model_buy_trough_local,buy,2025-08-18 04:54:00,1393.0,1.5511,1,leg_gt,5.08,60 -69347,gt_model_buy_trough_local,buy,2025-08-18 21:30:00,1331.0,6.2862,1,leg_gt,4.38,60 -69348,gt_model_buy_trough_local,buy,2025-08-19 01:30:00,1327.0,6.6069,1,leg_gt,4.22,60 -69349,gt_model_buy_trough_local,buy,2025-08-19 01:33:00,1325.0,6.7679,1,leg_gt,4.21,60 -69350,gt_model_buy_trough_local,buy,2025-08-19 10:30:00,1327.0,6.6069,1,leg_gt,3.84,60 -69351,gt_model_buy_trough_local,buy,2025-08-19 17:21:00,1290.0,9.6674,1,leg_gt,3.56,60 -69352,gt_model_buy_trough_local,buy,2025-08-19 21:42:00,1313.0,7.7446,1,leg_gt,3.38,60 -69353,gt_model_buy_trough_local,buy,2025-08-20 03:06:00,1277.0,10.7849,1,leg_gt,3.15,60 -69354,gt_model_buy_trough_local,buy,2025-08-20 05:00:00,1266.0,11.7483,1,leg_gt,3.07,60 -69355,gt_model_buy_trough_local,buy,2025-08-20 15:18:00,1283.0,10.2663,1,leg_gt,2.64,60 -69356,gt_model_buy_trough_local,buy,2025-08-21 11:18:00,1331.0,6.2862,1,leg_gt,1.81,60 -69357,gt_model_buy_trough_local,buy,2025-08-21 14:12:00,1329.0,6.4463,1,leg_gt,1.69,60 -69358,gt_model_buy_trough_local,buy,2025-08-21 14:21:00,1330.0,6.3662,1,leg_gt,1.68,60 -69359,gt_model_buy_trough_local,buy,2025-08-22 13:42:00,1303.0,8.5723,1,leg_gt,0.71,60 -69360,gt_model_buy_trough_local,buy,2025-08-22 13:45:00,1303.0,8.5723,1,leg_gt,0.71,60 -69361,gt_model_buy_trough_local,buy,2025-08-23 06:15:00,1408.0,0.4682,1,leg_gt,0.02,60 -69362,gt_model_buy_trough_local,buy,2025-08-23 06:18:00,1407.0,0.5397,1,leg_gt,0.02,60 -69363,gt_model_buy_trough_local,buy,2025-08-23 07:12:00,1411.0,-4.8484,0,leg_gt,4.25,60 -69364,gt_model_buy_trough_local,buy,2025-08-23 23:06:00,1399.0,-4.0314,0,leg_gt,3.59,60 -69365,gt_model_buy_trough_local,buy,2025-08-24 01:06:00,1402.0,-4.2369,0,leg_gt,3.5,60 -69366,gt_model_buy_trough_local,buy,2025-08-24 02:48:00,1400.0,-4.1,0,leg_gt,3.43,60 -69367,gt_model_buy_trough_local,buy,2025-08-24 11:21:00,1390.0,-3.4094,0,leg_gt,3.08,60 -69368,gt_model_buy_trough_local,buy,2025-08-24 11:24:00,1390.0,-3.4094,0,leg_gt,3.08,60 -69369,gt_model_buy_trough_local,buy,2025-08-24 17:00:00,1348.0,-0.3967,0,leg_gt,2.84,60 -69370,gt_model_buy_trough_local,buy,2025-08-25 06:06:00,1354.0,-0.8386,0,leg_gt,2.3,60 -69371,gt_model_buy_trough_local,buy,2025-08-25 18:06:00,1297.0,3.5237,1,leg_gt,1.8,60 -69372,gt_model_buy_trough_local,buy,2025-08-26 11:33:00,1263.0,6.3133,1,leg_gt,1.07,60 -69373,gt_model_buy_trough_local,buy,2025-08-26 13:03:00,1257.0,6.8212,1,leg_gt,1.01,60 -69374,gt_model_buy_trough_local,buy,2025-08-26 16:00:00,1257.0,6.8212,1,leg_gt,0.88,60 -69375,gt_model_buy_trough_local,buy,2025-08-26 16:03:00,1256.0,6.9064,1,leg_gt,0.88,60 -69376,gt_model_buy_trough_local,buy,2025-08-26 17:21:00,1259.0,6.6514,1,leg_gt,0.83,60 -69377,gt_model_buy_trough_local,buy,2025-08-26 17:24:00,1259.0,6.6514,1,leg_gt,0.82,60 -69378,gt_model_buy_trough_local,buy,2025-08-27 09:27:00,1327.0,1.1811,1,leg_gt,0.16,60 -69379,gt_model_buy_trough_local,buy,2025-08-27 18:42:00,1314.0,11.696,1,leg_gt,10.85,60 -69380,gt_model_buy_trough_local,buy,2025-08-27 22:39:00,1311.0,11.9519,1,leg_gt,10.68,60 -69381,gt_model_buy_trough_local,buy,2025-08-30 19:42:00,1267.0,15.8432,1,leg_gt,7.81,60 -69382,gt_model_buy_trough_local,buy,2025-08-30 23:12:00,1257.0,16.7656,1,leg_gt,7.66,60 -69383,gt_model_buy_trough_local,buy,2025-08-31 06:33:00,1254.0,17.0451,1,leg_gt,7.35,60 -69384,gt_model_buy_trough_local,buy,2025-08-31 22:36:00,1250.0,17.42,1,leg_gt,6.69,60 -69385,gt_model_buy_trough_local,buy,2025-08-31 22:39:00,1249.0,17.5141,1,leg_gt,6.68,60 -69386,gt_model_buy_trough_local,buy,2025-08-31 22:42:00,1248.0,17.6083,1,leg_gt,6.68,60 -69387,gt_model_buy_trough_local,buy,2025-09-01 06:06:00,1251.0,17.3261,1,leg_gt,6.37,60 -69388,gt_model_buy_trough_local,buy,2025-09-01 12:51:00,1205.0,21.8087,1,leg_gt,6.09,60 -69389,gt_model_buy_trough_local,buy,2025-09-02 18:09:00,1214.0,20.9049,1,leg_gt,4.87,60 -69390,gt_model_buy_trough_local,buy,2025-09-02 20:21:00,1218.0,20.5076,1,leg_gt,4.78,60 -69391,gt_model_buy_trough_local,buy,2025-09-03 04:48:00,1219.0,20.4086,1,leg_gt,4.43,60 -69392,gt_model_buy_trough_local,buy,2025-09-03 16:03:00,1230.0,19.3309,1,leg_gt,3.96,60 -69393,gt_model_buy_trough_local,buy,2025-09-03 17:30:00,1229.0,19.4281,1,leg_gt,3.9,60 -69394,gt_model_buy_trough_local,buy,2025-09-03 19:12:00,1227.0,19.6229,1,leg_gt,3.83,60 -69395,gt_model_buy_trough_local,buy,2025-09-04 07:45:00,1252.0,17.2323,1,leg_gt,3.3,60 -69396,gt_model_buy_trough_local,buy,2025-09-04 09:39:00,1247.0,17.7027,1,leg_gt,3.22,60 -69397,gt_model_buy_trough_local,buy,2025-09-04 11:21:00,1248.0,17.6083,1,leg_gt,3.15,60 -69398,gt_model_buy_trough_local,buy,2025-09-04 16:51:00,1228.0,19.5254,1,leg_gt,2.92,60 -69399,gt_model_buy_trough_local,buy,2025-09-04 17:48:00,1230.0,19.3309,1,leg_gt,2.89,60 -69400,gt_model_buy_trough_local,buy,2025-09-05 01:30:00,1210.0,21.305,1,leg_gt,2.56,60 -69401,gt_model_buy_trough_local,buy,2025-09-05 12:18:00,1222.0,20.1128,1,leg_gt,2.11,60 -69402,gt_model_buy_trough_local,buy,2025-09-05 13:27:00,1221.0,20.2112,1,leg_gt,2.07,60 -69403,gt_model_buy_trough_local,buy,2025-09-05 13:36:00,1221.0,20.2112,1,leg_gt,2.06,60 -69404,gt_model_buy_trough_local,buy,2025-09-06 16:33:00,1274.0,15.2061,1,leg_gt,0.94,60 -69405,gt_model_buy_trough_local,buy,2025-09-06 19:12:00,1262.0,16.3025,1,leg_gt,0.83,60 -69406,gt_model_buy_trough_local,buy,2025-09-06 22:33:00,1272.0,15.3874,1,leg_gt,0.69,60 -69407,gt_model_buy_trough_local,buy,2025-09-06 22:39:00,1273.0,15.2967,1,leg_gt,0.68,60 -69408,gt_model_buy_trough_local,buy,2025-09-08 00:39:00,1478.0,21.6862,1,leg_gt,0.56,60 -69409,gt_model_buy_trough_local,buy,2025-09-08 06:30:00,1446.0,24.3813,1,leg_gt,0.32,60 -69410,gt_model_buy_trough_local,buy,2025-09-08 16:09:00,1753.0,22.4328,1,leg_gt,0.33,60 -69411,gt_model_buy_trough_local,buy,2025-09-08 19:03:00,1751.0,22.5728,1,leg_gt,0.21,60 -69412,gt_model_buy_trough_local,buy,2025-09-09 22:39:00,2603.0,9.3122,1,leg_gt,0.5,60 -69413,gt_model_buy_trough_local,buy,2025-09-10 01:18:00,2453.0,16.0027,1,leg_gt,0.39,60 -69414,gt_model_buy_trough_local,buy,2025-09-11 04:09:00,2508.0,-3.9676,0,leg_gt,1.48,60 -69415,gt_model_buy_trough_local,buy,2025-09-11 13:30:00,2486.0,-3.1169,0,leg_gt,1.09,60 -69416,gt_model_buy_trough_local,buy,2025-09-11 17:12:00,2434.0,-1.0449,0,leg_gt,0.93,60 -69417,gt_model_buy_trough_local,buy,2025-09-11 17:15:00,2436.0,-1.1263,0,leg_gt,0.93,60 -69418,gt_model_buy_trough_local,buy,2025-09-12 05:03:00,2267.0,6.252,1,leg_gt,0.44,60 -69419,gt_model_buy_trough_local,buy,2025-09-13 15:03:00,2290.0,4.4415,1,leg_gt,1.06,60 -69420,gt_model_buy_trough_local,buy,2025-09-13 20:15:00,2241.0,6.7273,1,leg_gt,0.85,60 -69421,gt_model_buy_trough_local,buy,2025-09-14 21:42:00,2256.0,-1.8287,0,leg_gt,2.04,60 -69422,gt_model_buy_trough_local,buy,2025-09-15 03:21:00,2233.0,-0.8165,0,leg_gt,1.8,60 -69423,gt_model_buy_trough_local,buy,2025-09-15 07:06:00,2235.0,-0.9054,0,leg_gt,1.64,60 -69424,gt_model_buy_trough_local,buy,2025-09-15 09:48:00,2201.0,0.6269,1,leg_gt,1.53,60 -69425,gt_model_buy_trough_local,buy,2025-09-16 02:00:00,2065.0,7.2608,1,leg_gt,0.86,60 -69426,gt_model_buy_trough_local,buy,2025-09-16 08:33:00,2103.0,5.3208,1,leg_gt,0.58,60 -69427,gt_model_buy_trough_local,buy,2025-09-16 08:36:00,2103.0,5.3208,1,leg_gt,0.58,60 -69428,gt_model_buy_trough_local,buy,2025-09-16 11:54:00,2082.0,6.3841,1,leg_gt,0.44,60 -69429,gt_model_buy_trough_local,buy,2025-09-16 14:03:00,2089.0,6.0273,1,leg_gt,0.35,60 -69430,gt_model_buy_trough_local,buy,2025-09-16 16:30:00,2090.0,5.9766,1,leg_gt,0.25,60 -69431,gt_model_buy_trough_local,buy,2025-09-16 16:36:00,2088.0,6.0782,1,leg_gt,0.25,60 -69432,gt_model_buy_trough_local,buy,2025-09-17 00:15:00,2121.0,9.6124,1,leg_gt,1.96,60 -69433,gt_model_buy_trough_local,buy,2025-09-17 02:51:00,2103.0,10.5515,1,leg_gt,1.86,60 -69434,gt_model_buy_trough_local,buy,2025-09-17 02:54:00,2105.0,10.4463,1,leg_gt,1.85,60 -69435,gt_model_buy_trough_local,buy,2025-09-17 18:12:00,2080.0,11.775,1,leg_gt,1.22,60 -69436,gt_model_buy_trough_local,buy,2025-09-17 23:39:00,2102.0,10.6041,1,leg_gt,0.99,60 -69437,gt_model_buy_trough_local,buy,2025-09-18 03:57:00,2163.0,7.4821,1,leg_gt,0.81,60 -69438,gt_model_buy_trough_local,buy,2025-09-18 10:54:00,2203.0,5.5287,1,leg_gt,0.52,60 -69439,gt_model_buy_trough_local,buy,2025-09-18 18:06:00,2179.0,6.6921,1,leg_gt,0.22,60 -69440,gt_model_buy_trough_local,buy,2025-09-18 20:27:00,2171.0,7.0856,1,leg_gt,0.12,60 -69441,gt_model_buy_trough_local,buy,2025-09-18 22:09:00,2174.0,6.9377,1,leg_gt,0.05,60 -69442,gt_model_buy_trough_local,buy,2025-09-19 14:09:00,2171.0,-9.1281,0,leg_gt,8.03,60 -69443,gt_model_buy_trough_local,buy,2025-09-19 15:27:00,2165.0,-8.876,0,leg_gt,7.98,60 -69444,gt_model_buy_trough_local,buy,2025-09-19 16:57:00,2162.0,-8.7494,0,leg_gt,7.91,60 -69445,gt_model_buy_trough_local,buy,2025-09-19 17:00:00,2162.0,-8.7494,0,leg_gt,7.91,60 -69446,gt_model_buy_trough_local,buy,2025-09-20 09:27:00,2111.0,-6.5424,0,leg_gt,7.22,60 -69447,gt_model_buy_trough_local,buy,2025-09-20 12:15:00,2091.0,-5.6476,0,leg_gt,7.11,60 -69448,gt_model_buy_trough_local,buy,2025-09-20 13:33:00,2090.0,-5.6024,0,leg_gt,7.05,60 -69449,gt_model_buy_trough_local,buy,2025-09-20 15:03:00,2095.0,-5.8279,0,leg_gt,6.99,60 -69450,gt_model_buy_trough_local,buy,2025-09-22 05:18:00,2070.0,-4.6894,0,leg_gt,5.4,60 -69451,gt_model_buy_trough_local,buy,2025-09-22 12:36:00,2003.0,-1.4979,0,leg_gt,5.09,60 -69452,gt_model_buy_trough_local,buy,2025-09-22 20:36:00,1866.0,5.7414,1,leg_gt,4.76,60 -69453,gt_model_buy_trough_local,buy,2025-09-22 21:48:00,1863.0,5.9118,1,leg_gt,4.71,60 -69454,gt_model_buy_trough_local,buy,2025-09-23 00:51:00,1864.0,5.8549,1,leg_gt,4.58,60 -69455,gt_model_buy_trough_local,buy,2025-09-23 00:54:00,1864.0,5.8549,1,leg_gt,4.58,60 -69456,gt_model_buy_trough_local,buy,2025-09-23 16:03:00,1896.0,4.0667,1,leg_gt,3.95,60 -69457,gt_model_buy_trough_local,buy,2025-09-25 02:09:00,1915.0,3.0332,1,leg_gt,2.53,60 -69458,gt_model_buy_trough_local,buy,2025-09-25 18:48:00,1835.0,7.5294,1,leg_gt,1.84,60 -69459,gt_model_buy_trough_local,buy,2025-09-25 19:57:00,1820.0,8.4165,1,leg_gt,1.79,60 -69460,gt_model_buy_trough_local,buy,2025-09-26 12:09:00,1829.0,7.8825,1,leg_gt,1.11,60 -69461,gt_model_buy_trough_local,buy,2025-09-26 15:00:00,1806.0,9.2577,1,leg_gt,0.99,60 -69462,gt_model_buy_trough_local,buy,2025-09-26 21:06:00,1787.0,10.4204,1,leg_gt,0.74,60 -69463,gt_model_buy_trough_local,buy,2025-09-27 05:45:00,1842.0,7.1204,1,leg_gt,0.38,60 -69464,gt_model_buy_trough_local,buy,2025-09-27 17:36:00,1888.0,3.9254,1,leg_gt,6.34,60 -69465,gt_model_buy_trough_local,buy,2025-09-28 12:48:00,1818.0,7.9308,1,leg_gt,5.54,60 -69466,gt_model_buy_trough_local,buy,2025-09-28 18:21:00,1797.0,9.1933,1,leg_gt,5.31,60 -69467,gt_model_buy_trough_local,buy,2025-09-29 13:03:00,1901.0,3.214,1,leg_gt,4.53,60 -69468,gt_model_buy_trough_local,buy,2025-09-29 19:42:00,1857.0,5.662,1,leg_gt,4.25,60 -69469,gt_model_buy_trough_local,buy,2025-09-29 21:06:00,1841.0,6.5812,1,leg_gt,4.19,60 -69470,gt_model_buy_trough_local,buy,2025-09-30 14:00:00,1803.0,8.8296,1,leg_gt,3.49,60 -69471,gt_model_buy_trough_local,buy,2025-09-30 15:57:00,1800.0,9.0111,1,leg_gt,3.41,60 -69472,gt_model_buy_trough_local,buy,2025-09-30 16:18:00,1800.0,9.0111,1,leg_gt,3.39,60 -69473,gt_model_buy_trough_local,buy,2025-09-30 17:45:00,1793.0,9.4371,1,leg_gt,3.33,60 -69474,gt_model_buy_trough_local,buy,2025-09-30 22:33:00,1787.0,9.8049,1,leg_gt,3.13,60 -69475,gt_model_buy_trough_local,buy,2025-10-01 13:54:00,1785.0,9.928,1,leg_gt,2.49,60 -69476,gt_model_buy_trough_local,buy,2025-10-01 23:48:00,1853.0,5.8903,1,leg_gt,2.08,60 -69477,gt_model_buy_trough_local,buy,2025-10-01 23:51:00,1850.0,6.0622,1,leg_gt,2.08,60 -69478,gt_model_buy_trough_local,buy,2025-10-02 17:54:00,1882.0,4.2571,1,leg_gt,1.33,60 -69479,gt_model_buy_trough_local,buy,2025-10-03 07:39:00,1914.0,2.5123,1,leg_gt,0.75,60 -69480,gt_model_buy_trough_local,buy,2025-10-03 19:36:00,1899.0,3.3229,1,leg_gt,0.26,60 -69481,gt_model_buy_trough_local,buy,2025-10-03 19:39:00,1897.0,3.4319,1,leg_gt,0.25,60 -69482,gt_model_buy_trough_local,buy,2025-10-03 23:03:00,1876.0,4.5908,1,leg_gt,0.11,60 -69483,gt_model_buy_trough_local,buy,2025-10-03 23:06:00,1878.0,4.4793,1,leg_gt,0.11,60 -69484,gt_model_buy_trough_local,buy,2025-10-04 15:45:00,1867.0,-1.3855,0,leg_gt,4.58,60 -69485,gt_model_buy_trough_local,buy,2025-10-04 18:39:00,1846.0,-0.2625,0,leg_gt,4.46,60 -69486,gt_model_buy_trough_local,buy,2025-10-05 21:18:00,1825.0,0.8863,1,leg_gt,3.35,60 -69487,gt_model_buy_trough_local,buy,2025-10-06 15:18:00,1802.0,2.1752,1,leg_gt,2.6,60 -69488,gt_model_buy_trough_local,buy,2025-10-07 05:39:00,1862.0,-1.1204,0,leg_gt,2.0,60 -69489,gt_model_buy_trough_local,buy,2025-10-07 05:42:00,1863.0,-1.1735,0,leg_gt,2.0,60 -69490,gt_model_buy_trough_local,buy,2025-10-07 12:39:00,1863.0,-1.1735,0,leg_gt,1.71,60 -69491,gt_model_buy_trough_local,buy,2025-10-07 12:42:00,1861.0,-1.0672,0,leg_gt,1.71,60 -69492,gt_model_buy_trough_local,buy,2025-10-08 12:06:00,1742.0,5.6979,1,leg_gt,0.73,60 -69493,gt_model_buy_trough_local,buy,2025-10-10 04:48:00,1751.0,7.7241,1,leg_gt,0.72,60 -69494,gt_model_buy_trough_local,buy,2025-10-10 14:33:00,1815.0,3.922,1,leg_gt,0.32,60 -69495,gt_model_buy_trough_local,buy,2025-10-12 09:30:00,1407.0,11.2006,1,leg_gt,0.69,60 -69496,gt_model_buy_trough_local,buy,2025-10-14 03:54:00,1484.0,-5.2887,0,leg_gt,6.49,60 -69497,gt_model_buy_trough_local,buy,2025-10-14 16:45:00,1394.0,0.8326,1,leg_gt,5.96,60 -69498,gt_model_buy_trough_local,buy,2025-10-15 08:48:00,1441.0,-2.4595,0,leg_gt,5.29,60 -69499,gt_model_buy_trough_local,buy,2025-10-15 20:00:00,1439.0,-2.3238,0,leg_gt,4.82,60 -69500,gt_model_buy_trough_local,buy,2025-10-15 22:27:00,1440.0,-2.3917,0,leg_gt,4.72,60 -69501,gt_model_buy_trough_local,buy,2025-10-16 12:39:00,1427.0,-1.5015,0,leg_gt,4.13,60 -69502,gt_model_buy_trough_local,buy,2025-10-16 17:24:00,1418.0,-0.8757,0,leg_gt,3.93,60 -69503,gt_model_buy_trough_local,buy,2025-10-17 08:57:00,1370.0,2.6007,1,leg_gt,3.28,60 -69504,gt_model_buy_trough_local,buy,2025-10-18 01:36:00,1327.0,5.9286,1,leg_gt,2.59,60 -69505,gt_model_buy_trough_local,buy,2025-10-18 12:51:00,1350.0,4.1222,1,leg_gt,2.12,60 -69506,gt_model_buy_trough_local,buy,2025-10-18 15:33:00,1345.0,4.5097,1,leg_gt,2.01,60 -69507,gt_model_buy_trough_local,buy,2025-10-19 13:03:00,1347.0,4.3543,1,leg_gt,1.11,60 -69508,gt_model_buy_trough_local,buy,2025-10-19 22:12:00,1361.0,3.2799,1,leg_gt,0.73,60 -69509,gt_model_buy_trough_local,buy,2025-10-20 04:00:00,1397.0,0.6158,1,leg_gt,0.49,60 -69510,gt_model_buy_trough_local,buy,2025-10-20 12:09:00,1365.0,2.9769,1,leg_gt,0.15,60 -69511,gt_model_buy_trough_local,buy,2025-10-20 18:21:00,1389.0,1.8438,1,leg_gt,6.41,60 -69512,gt_model_buy_trough_local,buy,2025-10-20 18:24:00,1389.0,1.8438,1,leg_gt,6.41,60 -69513,gt_model_buy_trough_local,buy,2025-10-21 02:36:00,1373.0,3.0318,1,leg_gt,6.07,60 -69514,gt_model_buy_trough_local,buy,2025-10-21 02:45:00,1375.0,2.8818,1,leg_gt,6.06,60 -69515,gt_model_buy_trough_local,buy,2025-10-21 05:21:00,1377.0,2.7322,1,leg_gt,5.95,60 -69516,gt_model_buy_trough_local,buy,2025-10-21 06:39:00,1380.0,2.5087,1,leg_gt,5.9,60 -69517,gt_model_buy_trough_local,buy,2025-10-21 08:03:00,1380.0,2.5087,1,leg_gt,5.84,60 -69518,gt_model_buy_trough_local,buy,2025-10-21 18:42:00,1331.0,6.2862,1,leg_gt,5.4,60 -69519,gt_model_buy_trough_local,buy,2025-10-22 04:12:00,1388.0,1.9173,1,leg_gt,5.0,60 -69520,gt_model_buy_trough_local,buy,2025-10-22 04:18:00,1390.0,1.7705,1,leg_gt,5.0,60 -69521,gt_model_buy_trough_local,buy,2025-10-22 07:24:00,1360.0,4.0176,1,leg_gt,4.87,60 -69522,gt_model_buy_trough_local,buy,2025-10-22 10:33:00,1335.0,5.9674,1,leg_gt,4.74,60 -69523,gt_model_buy_trough_local,buy,2025-10-22 17:06:00,1327.0,6.6069,1,leg_gt,4.46,60 -69524,gt_model_buy_trough_local,buy,2025-10-22 17:09:00,1327.0,6.6069,1,leg_gt,4.46,60 -69525,gt_model_buy_trough_local,buy,2025-10-22 17:12:00,1328.0,6.5265,1,leg_gt,4.46,60 -69526,gt_model_buy_trough_local,buy,2025-10-23 00:21:00,1317.0,7.4171,1,leg_gt,4.16,60 -69527,gt_model_buy_trough_local,buy,2025-10-23 04:48:00,1292.0,9.4975,1,leg_gt,3.98,60 -69528,gt_model_buy_trough_local,buy,2025-10-23 04:54:00,1293.0,9.4128,1,leg_gt,3.97,60 -69529,gt_model_buy_trough_local,buy,2025-10-23 04:57:00,1292.0,9.4975,1,leg_gt,3.97,60 -69530,gt_model_buy_trough_local,buy,2025-10-23 07:09:00,1257.0,12.5492,1,leg_gt,3.88,60 -69531,gt_model_buy_trough_local,buy,2025-10-23 12:48:00,1273.0,11.1333,1,leg_gt,3.64,60 -69532,gt_model_buy_trough_local,buy,2025-10-23 13:03:00,1274.0,11.046,1,leg_gt,3.63,60 -69533,gt_model_buy_trough_local,buy,2025-10-23 19:45:00,1295.0,9.2436,1,leg_gt,3.35,60 -69534,gt_model_buy_trough_local,buy,2025-10-25 11:36:00,1324.0,6.8486,1,leg_gt,1.69,60 -69535,gt_model_buy_trough_local,buy,2025-10-25 13:09:00,1316.0,7.4988,1,leg_gt,1.63,60 -69536,gt_model_buy_trough_local,buy,2025-10-25 17:00:00,1303.0,8.5723,1,leg_gt,1.47,60 -69537,gt_model_buy_trough_local,buy,2025-10-26 23:24:00,1379.0,2.5831,1,leg_gt,0.2,60 -69538,gt_model_buy_trough_local,buy,2025-10-27 04:48:00,1399.0,1.0437,1,leg_gt,0.12,60 -69539,gt_model_buy_trough_local,buy,2025-10-27 13:42:00,1402.0,-5.5922,0,leg_gt,5.15,60 -69540,gt_model_buy_trough_local,buy,2025-10-27 16:09:00,1396.0,-5.186,0,leg_gt,5.04,60 -69541,gt_model_buy_trough_local,buy,2025-10-27 16:12:00,1396.0,-5.186,0,leg_gt,5.04,60 -69542,gt_model_buy_trough_local,buy,2025-10-27 20:54:00,1371.0,-3.4552,0,leg_gt,4.85,60 -69543,gt_model_buy_trough_local,buy,2025-10-29 00:45:00,1327.0,-0.2507,0,leg_gt,3.69,60 -69544,gt_model_buy_trough_local,buy,2025-10-29 09:27:00,1296.0,2.1377,1,leg_gt,3.32,60 -69545,gt_model_buy_trough_local,buy,2025-10-29 13:06:00,1291.0,2.5336,1,leg_gt,3.17,60 -69546,gt_model_buy_trough_local,buy,2025-10-29 14:57:00,1288.0,2.7727,1,leg_gt,3.09,60 -69547,gt_model_buy_trough_local,buy,2025-10-29 15:06:00,1289.0,2.6929,1,leg_gt,3.09,60 -69548,gt_model_buy_trough_local,buy,2025-10-30 14:30:00,1254.0,5.5619,1,leg_gt,2.11,60 -69549,gt_model_buy_trough_local,buy,2025-10-30 20:42:00,1247.0,6.155,1,leg_gt,1.85,60 -69550,gt_model_buy_trough_local,buy,2025-10-30 23:36:00,1210.0,9.4041,1,leg_gt,1.73,60 -69551,gt_model_buy_trough_local,buy,2025-10-31 03:33:00,1178.0,12.3788,1,leg_gt,1.57,60 -69552,gt_model_buy_trough_local,buy,2025-10-31 04:39:00,1171.0,13.0512,1,leg_gt,1.52,60 -69553,gt_model_buy_trough_local,buy,2025-10-31 19:27:00,1201.0,10.2247,1,leg_gt,0.91,60 -69554,gt_model_buy_trough_local,buy,2025-10-31 23:30:00,1204.0,9.9498,1,leg_gt,0.74,60 -69555,gt_model_buy_trough_local,buy,2025-11-01 07:45:00,1195.0,10.7787,1,leg_gt,0.39,60 -69556,gt_model_buy_trough_local,buy,2025-11-01 07:48:00,1197.0,10.5934,1,leg_gt,0.39,60 -69557,gt_model_buy_trough_local,buy,2025-11-01 08:48:00,1198.0,10.501,1,leg_gt,0.35,60 -69558,gt_model_buy_trough_local,buy,2025-11-02 12:00:00,1267.0,-12.3336,0,leg_gt,3.83,60 -69559,gt_model_buy_trough_local,buy,2025-11-02 12:18:00,1266.0,-12.2643,0,leg_gt,3.82,60 -69560,gt_model_buy_trough_local,buy,2025-11-02 15:36:00,1277.0,-13.0209,0,leg_gt,3.68,60 -69561,gt_model_buy_trough_local,buy,2025-11-02 15:39:00,1274.0,-12.8159,0,leg_gt,3.68,60 -69562,gt_model_buy_trough_local,buy,2025-11-03 03:51:00,1237.0,-10.2051,0,leg_gt,3.17,60 -69563,gt_model_buy_trough_local,buy,2025-11-03 20:57:00,1174.0,-5.3811,0,leg_gt,2.46,60 -69564,gt_model_buy_trough_local,buy,2025-11-04 02:06:00,1104.0,0.6246,1,leg_gt,2.24,60 -69565,gt_model_buy_trough_local,buy,2025-11-04 09:00:00,1084.0,2.483,1,leg_gt,1.96,60 -69566,gt_model_buy_trough_local,buy,2025-11-04 09:03:00,1084.0,2.483,1,leg_gt,1.95,60 -69567,gt_model_buy_trough_local,buy,2025-11-04 15:54:00,1061.0,4.7068,1,leg_gt,1.67,60 -69568,gt_model_buy_trough_local,buy,2025-11-04 18:15:00,1052.0,5.6034,1,leg_gt,1.57,60 -69569,gt_model_buy_trough_local,buy,2025-11-05 03:15:00,1042.0,6.6179,1,leg_gt,1.2,60 -69570,gt_model_buy_trough_local,buy,2025-11-05 04:33:00,1036.0,7.2359,1,leg_gt,1.14,60 -69571,gt_model_buy_trough_local,buy,2025-11-05 16:21:00,1067.0,4.1174,1,leg_gt,0.65,60 -69572,gt_model_buy_trough_local,buy,2025-11-06 11:24:00,1083.0,5.2555,1,leg_gt,1.23,60 -69573,gt_model_buy_trough_local,buy,2025-11-06 11:27:00,1080.0,5.5481,1,leg_gt,1.23,60 -69574,gt_model_buy_trough_local,buy,2025-11-06 15:48:00,1072.0,6.3366,1,leg_gt,1.05,60 -69575,gt_model_buy_trough_local,buy,2025-11-06 15:57:00,1072.0,6.3366,1,leg_gt,1.04,60 -69576,gt_model_buy_trough_local,buy,2025-11-06 17:15:00,1072.0,6.3366,1,leg_gt,0.99,60 -69577,gt_model_buy_trough_local,buy,2025-11-06 18:48:00,1070.0,6.5355,1,leg_gt,0.92,60 -69578,gt_model_buy_trough_local,buy,2025-11-06 20:06:00,1066.0,6.9356,1,leg_gt,0.87,60 -69579,gt_model_buy_trough_local,buy,2025-11-07 21:24:00,1091.0,17.9568,1,leg_gt,0.44,60 -69580,gt_model_buy_trough_local,buy,2025-11-08 05:21:00,1260.0,2.1222,1,leg_gt,0.11,60 -69581,gt_model_buy_trough_local,buy,2025-11-08 09:51:00,1244.0,1.6685,1,leg_gt,0.08,60 -69582,gt_model_buy_trough_local,buy,2025-11-08 16:12:00,1211.0,-12.8993,0,leg_gt,12.25,60 -69583,gt_model_buy_trough_local,buy,2025-11-08 16:27:00,1215.0,-13.1864,0,leg_gt,12.24,60 -69584,gt_model_buy_trough_local,buy,2025-11-09 00:15:00,1209.0,-12.7551,0,leg_gt,11.92,60 -69585,gt_model_buy_trough_local,buy,2025-11-09 05:24:00,1201.0,-12.1733,0,leg_gt,11.7,60 -69586,gt_model_buy_trough_local,buy,2025-11-11 00:51:00,1225.0,-13.8959,0,leg_gt,9.89,60 -69587,gt_model_buy_trough_local,buy,2025-11-11 05:33:00,1212.0,-12.9713,0,leg_gt,9.7,60 -69588,gt_model_buy_trough_local,buy,2025-11-11 20:33:00,1190.0,-11.3605,0,leg_gt,9.07,60 -69589,gt_model_buy_trough_local,buy,2025-11-12 06:39:00,1161.0,-9.1439,0,leg_gt,8.65,60 -69590,gt_model_buy_trough_local,buy,2025-11-13 13:12:00,1173.0,-10.0744,0,leg_gt,7.38,60 -69591,gt_model_buy_trough_local,buy,2025-11-13 19:36:00,1175.0,-10.2277,0,leg_gt,7.11,60 -69592,gt_model_buy_trough_local,buy,2025-11-13 19:39:00,1174.0,-10.1511,0,leg_gt,7.11,60 -69593,gt_model_buy_trough_local,buy,2025-11-13 20:54:00,1170.0,-9.8436,0,leg_gt,7.06,60 -69594,gt_model_buy_trough_local,buy,2025-11-13 23:36:00,1172.0,-9.9976,0,leg_gt,6.94,60 -69595,gt_model_buy_trough_local,buy,2025-11-14 00:42:00,1173.0,-10.0744,0,leg_gt,6.9,60 -69596,gt_model_buy_trough_local,buy,2025-11-14 06:21:00,1108.0,-4.7931,0,leg_gt,6.66,60 -69597,gt_model_buy_trough_local,buy,2025-11-14 06:24:00,1109.0,-4.8791,0,leg_gt,6.66,60 -69598,gt_model_buy_trough_local,buy,2025-11-14 19:51:00,1098.0,-3.9251,0,leg_gt,6.1,60 -69599,gt_model_buy_trough_local,buy,2025-11-14 22:39:00,1076.0,-1.9587,0,leg_gt,5.98,60 -69600,gt_model_buy_trough_local,buy,2025-11-15 03:48:00,1092.0,-3.3967,0,leg_gt,5.77,60 -69601,gt_model_buy_trough_local,buy,2025-11-15 03:51:00,1094.0,-3.5735,0,leg_gt,5.77,60 -69602,gt_model_buy_trough_local,buy,2025-11-15 03:57:00,1093.0,-3.4852,0,leg_gt,5.76,60 -69603,gt_model_buy_trough_local,buy,2025-11-15 04:00:00,1094.0,-3.5735,0,leg_gt,5.76,60 -69604,gt_model_buy_trough_local,buy,2025-11-15 19:00:00,1062.0,-0.665,0,leg_gt,5.14,60 -69605,gt_model_buy_trough_local,buy,2025-11-16 14:36:00,1049.0,0.5673,1,leg_gt,4.32,60 -69606,gt_model_buy_trough_local,buy,2025-11-16 14:42:00,1047.0,0.7596,1,leg_gt,4.31,60 -69607,gt_model_buy_trough_local,buy,2025-11-16 15:57:00,1047.0,0.7596,1,leg_gt,4.26,60 -69608,gt_model_buy_trough_local,buy,2025-11-16 17:12:00,1047.0,0.7596,1,leg_gt,4.21,60 -69609,gt_model_buy_trough_local,buy,2025-11-17 00:15:00,1022.0,3.2268,1,leg_gt,3.92,60 -69610,gt_model_buy_trough_local,buy,2025-11-17 03:54:00,997.0,5.8178,1,leg_gt,3.76,60 -69611,gt_model_buy_trough_local,buy,2025-11-17 06:00:00,999.0,5.6057,1,leg_gt,3.68,60 -69612,gt_model_buy_trough_local,buy,2025-11-17 10:21:00,1007.0,4.7659,1,leg_gt,3.5,60 -69613,gt_model_buy_trough_local,buy,2025-11-18 06:39:00,965.0,9.3301,1,leg_gt,2.65,60 -69614,gt_model_buy_trough_local,buy,2025-11-18 09:30:00,968.0,8.9909,1,leg_gt,2.53,60 -69615,gt_model_buy_trough_local,buy,2025-11-18 12:15:00,979.0,7.7652,1,leg_gt,2.42,60 -69616,gt_model_buy_trough_local,buy,2025-11-18 14:42:00,990.0,6.5667,1,leg_gt,2.31,60 -69617,gt_model_buy_trough_local,buy,2025-11-19 11:48:00,1015.0,3.9394,1,leg_gt,1.44,60 -69618,gt_model_buy_trough_local,buy,2025-11-19 21:00:00,992.0,6.3516,1,leg_gt,1.05,60 -69619,gt_model_buy_trough_local,buy,2025-11-20 00:27:00,991.0,6.459,1,leg_gt,0.91,60 -69620,gt_model_buy_trough_local,buy,2025-11-20 10:06:00,997.0,5.8178,1,leg_gt,0.51,60 -69621,gt_model_buy_trough_local,buy,2025-11-21 00:06:00,1043.0,-5.9485,0,leg_gt,12.04,60 -69622,gt_model_buy_trough_local,buy,2025-11-21 12:57:00,971.0,1.0329,1,leg_gt,11.5,60 -69623,gt_model_buy_trough_local,buy,2025-11-22 04:15:00,909.0,7.9308,1,leg_gt,10.86,60 -69624,gt_model_buy_trough_local,buy,2025-11-22 04:18:00,909.0,7.9308,1,leg_gt,10.86,60 -69625,gt_model_buy_trough_local,buy,2025-11-22 18:30:00,883.0,11.1118,1,leg_gt,10.27,60 -69626,gt_model_buy_trough_local,buy,2025-11-22 22:24:00,888.0,10.4856,1,leg_gt,10.11,60 -69627,gt_model_buy_trough_local,buy,2025-11-22 22:27:00,887.0,10.6103,1,leg_gt,10.11,60 -69628,gt_model_buy_trough_local,buy,2025-11-24 10:18:00,918.0,6.8717,1,leg_gt,8.61,60 -69629,gt_model_buy_trough_local,buy,2025-11-24 18:03:00,927.0,5.8331,1,leg_gt,8.29,60 -69630,gt_model_buy_trough_local,buy,2025-11-24 20:33:00,910.0,7.8121,1,leg_gt,8.19,60 -69631,gt_model_buy_trough_local,buy,2025-11-25 07:45:00,960.0,2.1917,1,leg_gt,7.72,60 -69632,gt_model_buy_trough_local,buy,2025-11-25 10:30:00,954.0,2.835,1,leg_gt,7.6,60 -69633,gt_model_buy_trough_local,buy,2025-11-25 22:06:00,947.0,3.5959,1,leg_gt,7.12,60 -69634,gt_model_buy_trough_local,buy,2025-11-26 13:48:00,950.0,3.2684,1,leg_gt,6.47,60 -69635,gt_model_buy_trough_local,buy,2025-11-26 22:15:00,933.0,5.1519,1,leg_gt,6.11,60 -69636,gt_model_buy_trough_local,buy,2025-11-27 06:06:00,970.0,1.1371,1,leg_gt,5.79,60 -69637,gt_model_buy_trough_local,buy,2025-11-27 10:33:00,978.0,0.309,1,leg_gt,5.6,60 -69638,gt_model_buy_trough_local,buy,2025-11-27 13:42:00,982.0,-0.1,0,leg_gt,5.47,60 -69639,gt_model_buy_trough_local,buy,2025-11-27 16:21:00,972.0,0.9288,1,leg_gt,5.36,60 -69640,gt_model_buy_trough_local,buy,2025-11-27 21:24:00,967.0,1.4512,1,leg_gt,5.15,60 -69641,gt_model_buy_trough_local,buy,2025-11-27 21:42:00,967.0,1.4512,1,leg_gt,5.14,60 -69642,gt_model_buy_trough_local,buy,2025-11-28 09:33:00,977.0,0.4118,1,leg_gt,4.64,60 -69643,gt_model_buy_trough_local,buy,2025-11-29 14:42:00,969.0,1.2416,1,leg_gt,3.43,60 -69644,gt_model_buy_trough_local,buy,2025-11-29 16:33:00,962.0,1.979,1,leg_gt,3.35,60 -69645,gt_model_buy_trough_local,buy,2025-11-29 16:36:00,962.0,1.979,1,leg_gt,3.35,60 -69646,gt_model_buy_trough_local,buy,2025-11-29 16:39:00,961.0,2.0852,1,leg_gt,3.35,60 -69647,gt_model_buy_trough_local,buy,2025-11-30 10:51:00,945.0,3.8153,1,leg_gt,2.59,60 -69648,gt_model_buy_trough_local,buy,2025-11-30 10:57:00,946.0,3.7055,1,leg_gt,2.59,60 -69649,gt_model_buy_trough_local,buy,2025-11-30 11:00:00,945.0,3.8153,1,leg_gt,2.58,60 -69650,gt_model_buy_trough_local,buy,2025-11-30 18:03:00,942.0,4.1463,1,leg_gt,2.29,60 -69651,gt_model_buy_trough_local,buy,2025-12-01 05:51:00,954.0,2.835,1,leg_gt,1.8,60 -69652,gt_model_buy_trough_local,buy,2025-12-01 10:54:00,874.0,12.257,1,leg_gt,1.59,60 -69653,gt_model_buy_trough_local,buy,2025-12-01 10:57:00,871.0,12.644,1,leg_gt,1.59,60 -69654,gt_model_buy_trough_local,buy,2025-12-01 11:00:00,870.0,12.7736,1,leg_gt,1.58,60 -69655,gt_model_buy_trough_local,buy,2025-12-01 19:48:00,865.0,13.426,1,leg_gt,1.22,60 -69656,gt_model_buy_trough_local,buy,2025-12-01 22:48:00,849.0,15.5655,1,leg_gt,1.09,60 -69657,gt_model_buy_trough_local,buy,2025-12-02 04:42:00,837.0,17.2238,1,leg_gt,0.85,60 -69658,gt_model_buy_trough_local,buy,2025-12-02 15:03:00,858.0,14.3522,1,leg_gt,0.41,60 -69659,gt_model_buy_trough_local,buy,2025-12-02 18:27:00,851.0,15.2937,1,leg_gt,0.27,60 -69660,gt_model_buy_trough_local,buy,2025-12-02 19:30:00,852.0,15.1582,1,leg_gt,0.23,60 -69661,gt_model_buy_trough_local,buy,2025-12-03 10:33:00,933.0,-1.6005,0,leg_gt,6.1,60 -69662,gt_model_buy_trough_local,buy,2025-12-03 19:33:00,943.0,-2.6451,0,leg_gt,5.73,60 -69663,gt_model_buy_trough_local,buy,2025-12-03 22:57:00,939.0,-2.2299,0,leg_gt,5.59,60 -69664,gt_model_buy_trough_local,buy,2025-12-04 14:18:00,949.0,-3.2612,0,leg_gt,4.95,60 -69665,gt_model_buy_trough_local,buy,2025-12-04 14:24:00,949.0,-3.2612,0,leg_gt,4.94,60 -69666,gt_model_buy_trough_local,buy,2025-12-04 14:51:00,951.0,-3.4649,0,leg_gt,4.92,60 -69667,gt_model_buy_trough_local,buy,2025-12-04 16:03:00,950.0,-3.3632,0,leg_gt,4.88,60 -69668,gt_model_buy_trough_local,buy,2025-12-04 16:06:00,951.0,-3.4649,0,leg_gt,4.87,60 -69669,gt_model_buy_trough_local,buy,2025-12-05 10:15:00,925.0,-0.7486,0,leg_gt,4.12,60 -69670,gt_model_buy_trough_local,buy,2025-12-05 12:09:00,924.0,-0.6411,0,leg_gt,4.04,60 -69671,gt_model_buy_trough_local,buy,2025-12-05 14:48:00,911.0,0.7782,1,leg_gt,3.93,60 -69672,gt_model_buy_trough_local,buy,2025-12-06 00:57:00,882.0,4.095,1,leg_gt,3.5,60 -69673,gt_model_buy_trough_local,buy,2025-12-06 05:00:00,852.0,7.7638,1,leg_gt,3.34,60 -69674,gt_model_buy_trough_local,buy,2025-12-06 18:54:00,861.0,6.6364,1,leg_gt,2.76,60 -69675,gt_model_buy_trough_local,buy,2025-12-06 18:57:00,861.0,6.6364,1,leg_gt,2.75,60 -69676,gt_model_buy_trough_local,buy,2025-12-07 01:33:00,863.0,6.389,1,leg_gt,2.48,60 -69677,gt_model_buy_trough_local,buy,2025-12-07 01:36:00,863.0,6.389,1,leg_gt,2.48,60 -69678,gt_model_buy_trough_local,buy,2025-12-07 18:12:00,866.0,6.0201,1,leg_gt,1.79,60 -69679,gt_model_buy_trough_local,buy,2025-12-08 22:42:00,879.0,4.4506,1,leg_gt,0.6,60 -69680,gt_model_buy_trough_local,buy,2025-12-10 19:27:00,923.0,4.017,1,leg_gt,0.41,60 -69681,gt_model_buy_trough_local,buy,2025-12-10 20:39:00,924.0,3.9043,1,leg_gt,0.36,60 -69682,gt_model_buy_trough_local,buy,2025-12-11 02:00:00,929.0,3.3446,1,leg_gt,0.14,60 -69683,gt_model_buy_trough_local,buy,2025-12-11 16:27:00,879.0,-10.9077,0,leg_gt,8.56,60 -69684,gt_model_buy_trough_local,buy,2025-12-12 14:27:00,885.0,-11.5124,0,leg_gt,7.64,60 -69685,gt_model_buy_trough_local,buy,2025-12-12 21:15:00,896.0,-12.6,0,leg_gt,7.36,60 -69686,gt_model_buy_trough_local,buy,2025-12-12 22:42:00,899.0,-12.892,0,leg_gt,7.3,60 -69687,gt_model_buy_trough_local,buy,2025-12-13 09:48:00,867.0,-9.6732,0,leg_gt,6.83,60 -69688,gt_model_buy_trough_local,buy,2025-12-13 22:42:00,877.0,-10.7043,0,leg_gt,6.3,60 -69689,gt_model_buy_trough_local,buy,2025-12-13 22:45:00,877.0,-10.7043,0,leg_gt,6.29,60 -69690,gt_model_buy_trough_local,buy,2025-12-14 04:00:00,889.0,-11.911,0,leg_gt,6.08,60 -69691,gt_model_buy_trough_local,buy,2025-12-14 05:36:00,887.0,-11.7122,0,leg_gt,6.01,60 -69692,gt_model_buy_trough_local,buy,2025-12-14 10:21:00,883.0,-11.3118,0,leg_gt,5.81,60 -69693,gt_model_buy_trough_local,buy,2025-12-14 11:48:00,881.0,-11.1102,0,leg_gt,5.75,60 -69694,gt_model_buy_trough_local,buy,2025-12-14 11:51:00,881.0,-11.1102,0,leg_gt,5.75,60 -69695,gt_model_buy_trough_local,buy,2025-12-14 19:03:00,870.0,-9.9851,0,leg_gt,5.45,60 -69696,gt_model_buy_trough_local,buy,2025-12-15 03:45:00,847.0,-7.538,0,leg_gt,5.09,60 -69697,gt_model_buy_trough_local,buy,2025-12-15 17:48:00,861.0,-9.0431,0,leg_gt,4.5,60 -69698,gt_model_buy_trough_local,buy,2025-12-15 17:51:00,860.0,-8.9372,0,leg_gt,4.5,60 -69699,gt_model_buy_trough_local,buy,2025-12-15 19:21:00,861.0,-9.0431,0,leg_gt,4.44,60 -69700,gt_model_buy_trough_local,buy,2025-12-16 12:15:00,792.0,-1.1101,0,leg_gt,3.73,60 -69701,gt_model_buy_trough_local,buy,2025-12-16 13:30:00,793.0,-1.2349,0,leg_gt,3.68,60 -69702,gt_model_buy_trough_local,buy,2025-12-17 10:51:00,782.0,0.1558,1,leg_gt,2.79,60 -69703,gt_model_buy_trough_local,buy,2025-12-17 12:33:00,783.0,0.0277,1,leg_gt,2.72,60 -69704,gt_model_buy_trough_local,buy,2025-12-17 12:36:00,782.0,0.1558,1,leg_gt,2.72,60 -69705,gt_model_buy_trough_local,buy,2025-12-17 17:03:00,766.0,2.2499,1,leg_gt,2.53,60 -69706,gt_model_buy_trough_local,buy,2025-12-17 17:09:00,766.0,2.2499,1,leg_gt,2.53,60 -69707,gt_model_buy_trough_local,buy,2025-12-17 17:12:00,767.0,2.1164,1,leg_gt,2.52,60 -69708,gt_model_buy_trough_local,buy,2025-12-17 18:30:00,764.0,2.5178,1,leg_gt,2.47,60 -69709,gt_model_buy_trough_local,buy,2025-12-18 00:45:00,784.0,-0.1,0,leg_gt,2.21,60 -69710,gt_model_buy_trough_local,buy,2025-12-18 02:39:00,750.0,4.4333,1,leg_gt,2.13,60 -69711,gt_model_buy_trough_local,buy,2025-12-18 08:18:00,738.0,6.1331,1,leg_gt,1.9,60 -69712,gt_model_buy_trough_local,buy,2025-12-18 09:21:00,740.0,5.8459,1,leg_gt,1.85,60 -69713,gt_model_buy_trough_local,buy,2025-12-19 01:15:00,765.0,2.3837,1,leg_gt,1.19,60 -69714,gt_model_buy_trough_local,buy,2025-12-19 05:57:00,709.0,10.4783,1,leg_gt,0.99,60 -69715,gt_model_buy_trough_local,buy,2025-12-19 15:06:00,740.0,5.8459,1,leg_gt,0.61,60 -69716,gt_model_buy_trough_local,buy,2025-12-19 18:30:00,750.0,4.4333,1,leg_gt,0.47,60 -69717,gt_model_buy_trough_local,buy,2025-12-20 18:57:00,777.0,10.5821,1,leg_gt,13.85,60 -69718,gt_model_buy_trough_local,buy,2025-12-21 17:12:00,768.0,11.8792,1,leg_gt,12.92,60 -69719,gt_model_buy_trough_local,buy,2025-12-21 23:54:00,745.0,15.3362,1,leg_gt,12.64,60 -69720,gt_model_buy_trough_local,buy,2025-12-22 07:00:00,750.0,14.5667,1,leg_gt,12.35,60 -69721,gt_model_buy_trough_local,buy,2025-12-22 14:15:00,767.0,12.0252,1,leg_gt,12.05,60 -69722,gt_model_buy_trough_local,buy,2025-12-22 23:36:00,767.0,12.0252,1,leg_gt,11.66,60 -69723,gt_model_buy_trough_local,buy,2025-12-22 23:39:00,766.0,12.1715,1,leg_gt,11.65,60 -69724,gt_model_buy_trough_local,buy,2025-12-22 23:42:00,766.0,12.1715,1,leg_gt,11.65,60 -69725,gt_model_buy_trough_local,buy,2025-12-22 23:45:00,768.0,11.8792,1,leg_gt,11.65,60 -69726,gt_model_buy_trough_local,buy,2025-12-23 01:36:00,764.0,12.4654,1,leg_gt,11.57,60 -69727,gt_model_buy_trough_local,buy,2025-12-23 11:33:00,753.0,14.1098,1,leg_gt,11.16,60 -69728,gt_model_buy_trough_local,buy,2025-12-23 13:06:00,743.0,15.647,1,leg_gt,11.09,60 -69729,gt_model_buy_trough_local,buy,2025-12-23 15:33:00,742.0,15.803,1,leg_gt,10.99,60 -69730,gt_model_buy_trough_local,buy,2025-12-24 00:54:00,730.0,17.7082,1,leg_gt,10.6,60 -69731,gt_model_buy_trough_local,buy,2025-12-24 18:33:00,713.0,20.5171,1,leg_gt,9.87,60 -69732,gt_model_buy_trough_local,buy,2025-12-25 15:15:00,728.0,18.0319,1,leg_gt,9.0,60 -69733,gt_model_buy_trough_local,buy,2025-12-26 05:24:00,735.0,16.9068,1,leg_gt,8.41,60 -69734,gt_model_buy_trough_local,buy,2025-12-26 20:27:00,724.0,18.6845,1,leg_gt,7.79,60 -69735,gt_model_buy_trough_local,buy,2025-12-27 17:00:00,721.0,19.1788,1,leg_gt,6.93,60 -69736,gt_model_buy_trough_local,buy,2025-12-27 23:27:00,723.0,18.8488,1,leg_gt,6.66,60 -69737,gt_model_buy_trough_local,buy,2025-12-28 15:27:00,741.0,15.9594,1,leg_gt,6.0,60 -69738,gt_model_buy_trough_local,buy,2025-12-28 17:33:00,745.0,15.3362,1,leg_gt,5.91,60 -69739,gt_model_buy_trough_local,buy,2025-12-28 22:54:00,737.0,16.5893,1,leg_gt,5.69,60 -69740,gt_model_buy_trough_local,buy,2025-12-29 02:42:00,741.0,15.9594,1,leg_gt,5.53,60 -69741,gt_model_buy_trough_local,buy,2025-12-29 06:03:00,730.0,17.7082,1,leg_gt,5.39,60 -69742,gt_model_buy_trough_local,buy,2025-12-29 07:42:00,730.0,17.7082,1,leg_gt,5.32,60 -69743,gt_model_buy_trough_local,buy,2025-12-30 03:39:00,722.0,19.0136,1,leg_gt,4.49,60 -69744,gt_model_buy_trough_local,buy,2025-12-30 05:00:00,719.0,19.5106,1,leg_gt,4.43,60 -69745,gt_model_buy_trough_local,buy,2025-12-30 10:36:00,716.0,20.0117,1,leg_gt,4.2,60 -69746,gt_model_buy_trough_local,buy,2025-12-30 20:30:00,724.0,18.6845,1,leg_gt,3.79,60 -69747,gt_model_buy_trough_local,buy,2025-12-30 21:42:00,724.0,18.6845,1,leg_gt,3.74,60 -69748,gt_model_buy_trough_local,buy,2025-12-31 01:12:00,719.0,19.5106,1,leg_gt,3.59,60 -69749,gt_model_buy_trough_local,buy,2025-12-31 01:15:00,719.0,19.5106,1,leg_gt,3.59,60 -69750,gt_model_buy_trough_local,buy,2025-12-31 04:00:00,713.0,20.5171,1,leg_gt,3.47,60 -69751,gt_model_buy_trough_local,buy,2025-12-31 07:39:00,712.0,20.6865,1,leg_gt,3.32,60 -69752,gt_model_buy_trough_local,buy,2025-12-31 14:54:00,712.0,20.6865,1,leg_gt,3.02,60 -69753,gt_model_buy_trough_local,buy,2025-12-31 15:06:00,712.0,20.6865,1,leg_gt,3.01,60 -69754,gt_model_buy_trough_local,buy,2025-12-31 15:18:00,712.0,20.6865,1,leg_gt,3.0,60 -69755,gt_model_buy_trough_local,buy,2025-12-31 16:36:00,711.0,20.8564,1,leg_gt,2.95,60 -69756,gt_model_buy_trough_local,buy,2025-12-31 17:33:00,711.0,20.8564,1,leg_gt,2.91,60 -69757,gt_model_buy_trough_local,buy,2025-12-31 23:36:00,712.0,20.6865,1,leg_gt,2.66,60 -69758,gt_model_buy_trough_local,buy,2025-12-31 23:39:00,711.0,20.8564,1,leg_gt,2.65,60 -69759,gt_model_buy_trough_local,buy,2026-01-01 03:54:00,689.0,24.7186,1,leg_gt,2.48,60 -69760,gt_model_buy_trough_local,buy,2026-01-01 04:00:00,689.0,24.7186,1,leg_gt,2.47,60 -69761,gt_model_buy_trough_local,buy,2026-01-01 04:03:00,690.0,24.5377,1,leg_gt,2.47,60 -69762,gt_model_buy_trough_local,buy,2026-01-01 09:00:00,702.0,22.4071,1,leg_gt,2.26,60 -69763,gt_model_buy_trough_local,buy,2026-01-01 09:06:00,703.0,22.2329,1,leg_gt,2.26,60 -69764,gt_model_buy_trough_local,buy,2026-01-01 09:57:00,704.0,22.0591,1,leg_gt,2.22,60 -69765,gt_model_buy_trough_local,buy,2026-01-01 16:54:00,704.0,22.0591,1,leg_gt,1.94,60 -69766,gt_model_buy_trough_local,buy,2026-01-01 16:57:00,704.0,22.0591,1,leg_gt,1.93,60 -69767,gt_model_buy_trough_local,buy,2026-01-01 17:03:00,704.0,22.0591,1,leg_gt,1.93,60 -69768,gt_model_buy_trough_local,buy,2026-01-01 21:24:00,710.0,21.0268,1,leg_gt,1.75,60 -69769,gt_model_buy_trough_local,buy,2026-01-02 04:30:00,744.0,15.4914,1,leg_gt,1.45,60 -69770,gt_model_buy_trough_local,buy,2026-01-02 05:33:00,746.0,15.1815,1,leg_gt,1.41,60 -69771,gt_model_buy_trough_local,buy,2026-01-02 05:36:00,747.0,15.0272,1,leg_gt,1.41,60 -69772,gt_model_buy_trough_local,buy,2026-01-02 17:39:00,757.0,13.5063,1,leg_gt,0.9,60 -69773,gt_model_buy_trough_local,buy,2026-01-04 06:03:00,831.0,14.0998,1,leg_gt,1.92,60 -69774,gt_model_buy_trough_local,buy,2026-01-04 06:09:00,830.0,14.2373,1,leg_gt,1.92,60 -69775,gt_model_buy_trough_local,buy,2026-01-04 06:15:00,831.0,14.0998,1,leg_gt,1.91,60 -69776,gt_model_buy_trough_local,buy,2026-01-04 17:24:00,849.0,11.6786,1,leg_gt,1.45,60 -69777,gt_model_buy_trough_local,buy,2026-01-04 22:06:00,853.0,11.1544,1,leg_gt,1.25,60 -69778,gt_model_buy_trough_local,buy,2026-01-05 07:42:00,864.0,9.738,1,leg_gt,0.85,60 -69779,gt_model_buy_trough_local,buy,2026-01-05 08:54:00,868.0,9.2318,1,leg_gt,0.8,60 -69780,gt_model_buy_trough_local,buy,2026-01-05 20:39:00,858.0,10.5061,1,leg_gt,0.31,60 -69781,gt_model_buy_trough_local,buy,2026-01-05 20:42:00,858.0,10.5061,1,leg_gt,0.31,60 -69782,gt_model_buy_trough_local,buy,2026-01-06 16:21:00,914.0,0.2282,1,leg_gt,7.64,60 -69783,gt_model_buy_trough_local,buy,2026-01-06 17:48:00,897.0,2.1297,1,leg_gt,7.58,60 -69784,gt_model_buy_trough_local,buy,2026-01-06 23:45:00,930.0,-1.4978,0,leg_gt,7.34,60 -69785,gt_model_buy_trough_local,buy,2026-01-07 19:45:00,903.0,1.4504,1,leg_gt,6.5,60 -69786,gt_model_buy_trough_local,buy,2026-01-07 21:00:00,905.0,1.226,1,leg_gt,6.45,60 -69787,gt_model_buy_trough_local,buy,2026-01-08 03:57:00,869.0,5.4236,1,leg_gt,6.16,60 -69788,gt_model_buy_trough_local,buy,2026-01-08 05:24:00,865.0,5.9116,1,leg_gt,6.1,60 -69789,gt_model_buy_trough_local,buy,2026-01-08 08:00:00,864.0,6.0343,1,leg_gt,5.99,60 -69790,gt_model_buy_trough_local,buy,2026-01-08 20:00:00,846.0,8.2924,1,leg_gt,5.49,60 -69791,gt_model_buy_trough_local,buy,2026-01-08 22:51:00,835.0,9.7204,1,leg_gt,5.37,60 -69792,gt_model_buy_trough_local,buy,2026-01-08 22:54:00,835.0,9.7204,1,leg_gt,5.37,60 -69793,gt_model_buy_trough_local,buy,2026-01-09 02:36:00,855.0,7.1515,1,leg_gt,5.22,60 -69794,gt_model_buy_trough_local,buy,2026-01-09 02:39:00,854.0,7.277,1,leg_gt,5.21,60 -69795,gt_model_buy_trough_local,buy,2026-01-09 04:39:00,854.0,7.277,1,leg_gt,5.13,60 -69796,gt_model_buy_trough_local,buy,2026-01-09 08:39:00,855.0,7.1515,1,leg_gt,4.96,60 -69797,gt_model_buy_trough_local,buy,2026-01-09 11:51:00,846.0,8.2924,1,leg_gt,4.83,60 -69798,gt_model_buy_trough_local,buy,2026-01-09 12:00:00,845.0,8.4207,1,leg_gt,4.82,60 -69799,gt_model_buy_trough_local,buy,2026-01-09 18:51:00,853.0,7.4029,1,leg_gt,4.54,60 -69800,gt_model_buy_trough_local,buy,2026-01-10 08:24:00,856.0,7.0262,1,leg_gt,3.98,60 -69801,gt_model_buy_trough_local,buy,2026-01-10 10:54:00,850.0,7.7824,1,leg_gt,3.87,60 -69802,gt_model_buy_trough_local,buy,2026-01-10 13:09:00,843.0,8.6782,1,leg_gt,3.78,60 -69803,gt_model_buy_trough_local,buy,2026-01-10 15:06:00,843.0,8.6782,1,leg_gt,3.7,60 -69804,gt_model_buy_trough_local,buy,2026-01-11 14:24:00,843.0,8.6782,1,leg_gt,2.72,60 -69805,gt_model_buy_trough_local,buy,2026-01-11 14:30:00,843.0,8.6782,1,leg_gt,2.72,60 -69806,gt_model_buy_trough_local,buy,2026-01-11 19:42:00,849.0,7.9094,1,leg_gt,2.5,60 -69807,gt_model_buy_trough_local,buy,2026-01-11 23:48:00,852.0,7.5291,1,leg_gt,2.33,60 -69808,gt_model_buy_trough_local,buy,2026-01-12 00:15:00,851.0,7.6556,1,leg_gt,2.31,60 -69809,gt_model_buy_trough_local,buy,2026-01-12 03:42:00,847.0,8.1645,1,leg_gt,2.17,60 -69810,gt_model_buy_trough_local,buy,2026-01-12 07:03:00,835.0,9.7204,1,leg_gt,2.03,60 -69811,gt_model_buy_trough_local,buy,2026-01-12 18:45:00,834.0,9.852,1,leg_gt,1.54,60 -69812,gt_model_buy_trough_local,buy,2026-01-13 03:36:00,829.0,10.5152,1,leg_gt,1.18,60 -69813,gt_model_buy_trough_local,buy,2026-01-13 07:57:00,822.0,11.4572,1,leg_gt,0.99,60 -69814,gt_model_buy_trough_local,buy,2026-01-13 11:45:00,825.0,11.0515,1,leg_gt,0.84,60 -69815,gt_model_buy_trough_local,buy,2026-01-13 11:48:00,825.0,11.0515,1,leg_gt,0.83,60 -69816,gt_model_buy_trough_local,buy,2026-01-13 11:54:00,826.0,10.9169,1,leg_gt,0.83,60 -69817,gt_model_buy_trough_local,buy,2026-01-14 03:09:00,887.0,3.2822,1,leg_gt,0.19,60 -69818,gt_model_buy_trough_local,buy,2026-01-14 13:09:00,904.0,1.1168,1,leg_gt,14.78,60 -69819,gt_model_buy_trough_local,buy,2026-01-14 16:30:00,896.0,2.0205,1,leg_gt,14.64,60 -69820,gt_model_buy_trough_local,buy,2026-01-14 16:33:00,897.0,1.9067,1,leg_gt,14.64,60 -69821,gt_model_buy_trough_local,buy,2026-01-14 16:36:00,898.0,1.7931,1,leg_gt,14.63,60 -69822,gt_model_buy_trough_local,buy,2026-01-15 06:48:00,881.0,3.7593,1,leg_gt,14.04,60 -69823,gt_model_buy_trough_local,buy,2026-01-15 06:51:00,883.0,3.524,1,leg_gt,14.04,60 -69824,gt_model_buy_trough_local,buy,2026-01-15 10:45:00,875.0,4.4714,1,leg_gt,13.88,60 -69825,gt_model_buy_trough_local,buy,2026-01-15 10:54:00,873.0,4.711,1,leg_gt,13.87,60 -69826,gt_model_buy_trough_local,buy,2026-01-15 19:30:00,867.0,5.4363,1,leg_gt,13.51,60 -69827,gt_model_buy_trough_local,buy,2026-01-16 05:39:00,823.0,11.0786,1,leg_gt,13.09,60 -69828,gt_model_buy_trough_local,buy,2026-01-16 12:18:00,827.0,10.5409,1,leg_gt,12.81,60 -69829,gt_model_buy_trough_local,buy,2026-01-16 12:21:00,826.0,10.6748,1,leg_gt,12.81,60 -69830,gt_model_buy_trough_local,buy,2026-01-16 21:15:00,831.0,10.0083,1,leg_gt,12.44,60 -69831,gt_model_buy_trough_local,buy,2026-01-17 08:36:00,820.0,11.4854,1,leg_gt,11.97,60 -69832,gt_model_buy_trough_local,buy,2026-01-17 10:39:00,821.0,11.3495,1,leg_gt,11.88,60 -69833,gt_model_buy_trough_local,buy,2026-01-17 18:33:00,821.0,11.3495,1,leg_gt,11.55,60 -69834,gt_model_buy_trough_local,buy,2026-01-18 02:33:00,821.0,11.3495,1,leg_gt,11.22,60 -69835,gt_model_buy_trough_local,buy,2026-01-18 05:54:00,820.0,11.4854,1,leg_gt,11.08,60 -69836,gt_model_buy_trough_local,buy,2026-01-18 05:57:00,820.0,11.4854,1,leg_gt,11.08,60 -69837,gt_model_buy_trough_local,buy,2026-01-18 07:09:00,818.0,11.7582,1,leg_gt,11.03,60 -69838,gt_model_buy_trough_local,buy,2026-01-18 07:21:00,818.0,11.7582,1,leg_gt,11.02,60 -69839,gt_model_buy_trough_local,buy,2026-01-18 07:24:00,818.0,11.7582,1,leg_gt,11.02,60 -69840,gt_model_buy_trough_local,buy,2026-01-18 18:03:00,803.0,13.8477,1,leg_gt,10.57,60 -69841,gt_model_buy_trough_local,buy,2026-01-19 10:00:00,723.0,26.456,1,leg_gt,9.91,60 -69842,gt_model_buy_trough_local,buy,2026-01-19 16:45:00,729.0,25.4144,1,leg_gt,9.63,60 -69843,gt_model_buy_trough_local,buy,2026-01-19 18:33:00,731.0,25.071,1,leg_gt,9.55,60 -69844,gt_model_buy_trough_local,buy,2026-01-19 20:33:00,733.0,24.7295,1,leg_gt,9.47,60 -69845,gt_model_buy_trough_local,buy,2026-01-20 00:12:00,736.0,24.2207,1,leg_gt,9.32,60 -69846,gt_model_buy_trough_local,buy,2026-01-20 11:09:00,741.0,23.3818,1,leg_gt,8.86,60 -69847,gt_model_buy_trough_local,buy,2026-01-20 18:45:00,720.0,26.9833,1,leg_gt,8.54,60 -69848,gt_model_buy_trough_local,buy,2026-01-21 04:45:00,700.0,30.6143,1,leg_gt,8.13,60 -69849,gt_model_buy_trough_local,buy,2026-01-21 04:51:00,700.0,30.6143,1,leg_gt,8.12,60 -69850,gt_model_buy_trough_local,buy,2026-01-21 18:45:00,715.0,27.872,1,leg_gt,7.54,60 -69851,gt_model_buy_trough_local,buy,2026-01-21 18:48:00,715.0,27.872,1,leg_gt,7.54,60 -69852,gt_model_buy_trough_local,buy,2026-01-21 18:51:00,715.0,27.872,1,leg_gt,7.54,60 -69853,gt_model_buy_trough_local,buy,2026-01-21 18:54:00,715.0,27.872,1,leg_gt,7.54,60 -69854,gt_model_buy_trough_local,buy,2026-01-21 22:27:00,704.0,29.8716,1,leg_gt,7.39,60 -69855,gt_model_buy_trough_local,buy,2026-01-21 22:30:00,702.0,30.2419,1,leg_gt,7.39,60 -69856,gt_model_buy_trough_local,buy,2026-01-22 03:30:00,692.0,32.1254,1,leg_gt,7.18,60 -69857,gt_model_buy_trough_local,buy,2026-01-22 16:24:00,712.0,28.4112,1,leg_gt,6.64,60 -69858,gt_model_buy_trough_local,buy,2026-01-22 16:27:00,712.0,28.4112,1,leg_gt,6.64,60 -69859,gt_model_buy_trough_local,buy,2026-01-22 22:39:00,710.0,28.7732,1,leg_gt,6.38,60 -69860,gt_model_buy_trough_local,buy,2026-01-23 03:48:00,703.0,30.0565,1,leg_gt,6.17,60 -69861,gt_model_buy_trough_local,buy,2026-01-23 06:42:00,699.0,30.8013,1,leg_gt,6.05,60 -69862,gt_model_buy_trough_local,buy,2026-01-23 06:45:00,699.0,30.8013,1,leg_gt,6.04,60 -69863,gt_model_buy_trough_local,buy,2026-01-23 16:54:00,708.0,29.1373,1,leg_gt,5.62,60 -69864,gt_model_buy_trough_local,buy,2026-01-23 16:57:00,708.0,29.1373,1,leg_gt,5.62,60 -69865,gt_model_buy_trough_local,buy,2026-01-23 17:09:00,708.0,29.1373,1,leg_gt,5.61,60 -69866,gt_model_buy_trough_local,buy,2026-01-23 17:15:00,707.0,29.3201,1,leg_gt,5.61,60 -69867,gt_model_buy_trough_local,buy,2026-01-23 18:51:00,702.0,30.2419,1,leg_gt,5.54,60 -69868,gt_model_buy_trough_local,buy,2026-01-23 19:33:00,700.0,30.6143,1,leg_gt,5.51,60 -69869,gt_model_buy_trough_local,buy,2026-01-23 23:03:00,702.0,30.2419,1,leg_gt,5.36,60 -69870,gt_model_buy_trough_local,buy,2026-01-24 09:45:00,690.0,32.5087,1,leg_gt,4.92,60 -69871,gt_model_buy_trough_local,buy,2026-01-24 09:48:00,690.0,32.5087,1,leg_gt,4.92,60 -69872,gt_model_buy_trough_local,buy,2026-01-24 11:33:00,691.0,32.3168,1,leg_gt,4.84,60 -69873,gt_model_buy_trough_local,buy,2026-01-24 18:18:00,697.0,31.1769,1,leg_gt,4.56,60 -69874,gt_model_buy_trough_local,buy,2026-01-25 07:30:00,693.0,31.9346,1,leg_gt,4.01,60 -69875,gt_model_buy_trough_local,buy,2026-01-25 07:36:00,693.0,31.9346,1,leg_gt,4.01,60 -69876,gt_model_buy_trough_local,buy,2026-01-25 11:54:00,692.0,32.1254,1,leg_gt,3.83,60 -69877,gt_model_buy_trough_local,buy,2026-01-26 02:33:00,668.0,36.876,1,leg_gt,3.22,60 -69878,gt_model_buy_trough_local,buy,2026-01-26 12:09:00,666.0,37.2874,1,leg_gt,2.82,60 -69879,gt_model_buy_trough_local,buy,2026-01-26 12:12:00,666.0,37.2874,1,leg_gt,2.82,60 -69880,gt_model_buy_trough_local,buy,2026-01-26 17:45:00,668.0,36.876,1,leg_gt,2.59,60 -69881,gt_model_buy_trough_local,buy,2026-01-27 01:39:00,676.0,35.255,1,leg_gt,2.26,60 -69882,gt_model_buy_trough_local,buy,2026-01-27 01:42:00,675.0,35.4556,1,leg_gt,2.25,60 -69883,gt_model_buy_trough_local,buy,2026-01-27 09:00:00,673.0,35.8584,1,leg_gt,1.95,60 -69884,gt_model_buy_trough_local,buy,2026-01-27 09:06:00,672.0,36.0607,1,leg_gt,1.95,60 -69885,gt_model_buy_trough_local,buy,2026-01-27 11:12:00,673.0,35.8584,1,leg_gt,1.86,60 -69886,gt_model_buy_trough_local,buy,2026-01-27 11:15:00,673.0,35.8584,1,leg_gt,1.86,60 -69887,gt_model_buy_trough_local,buy,2026-01-27 13:51:00,668.0,36.876,1,leg_gt,1.75,60 -69888,gt_model_buy_trough_local,buy,2026-01-27 23:45:00,665.0,37.494,1,leg_gt,1.34,60 -69889,gt_model_buy_trough_local,buy,2026-01-27 23:48:00,664.0,37.7012,1,leg_gt,1.33,60 -69890,gt_model_buy_trough_local,buy,2026-01-27 23:51:00,664.0,37.7012,1,leg_gt,1.33,60 -69891,gt_model_buy_trough_local,buy,2026-01-27 23:57:00,665.0,37.494,1,leg_gt,1.33,60 -69892,gt_model_buy_trough_local,buy,2026-01-28 00:00:00,663.0,37.909,1,leg_gt,1.32,60 -69893,gt_model_buy_trough_local,buy,2026-01-28 10:39:00,671.0,36.2636,1,leg_gt,0.88,60 -69894,gt_model_buy_trough_local,buy,2026-01-28 14:27:00,664.0,37.7012,1,leg_gt,0.72,60 -69895,gt_model_buy_trough_local,buy,2026-01-28 14:33:00,664.0,37.7012,1,leg_gt,0.72,60 -69896,gt_model_buy_trough_local,buy,2026-01-28 19:24:00,671.0,36.2636,1,leg_gt,0.52,60 -69897,gt_model_buy_trough_local,buy,2026-01-28 22:57:00,670.0,36.4672,1,leg_gt,0.37,60 -69898,gt_model_buy_trough_local,buy,2026-01-29 01:15:00,662.0,38.1175,1,leg_gt,0.27,60 -69899,gt_model_buy_trough_local,buy,2026-01-29 03:30:00,664.0,37.7012,1,leg_gt,0.18,60 -69900,gt_model_buy_trough_local,buy,2026-01-29 05:42:00,665.0,37.494,1,leg_gt,0.09,60 -69901,gt_model_buy_trough_local,buy,2026-01-29 10:36:00,805.0,-22.8329,0,leg_gt,2.97,60 -69902,gt_model_buy_trough_local,buy,2026-01-30 02:42:00,704.0,-11.7477,0,leg_gt,2.3,60 -69903,gt_model_buy_trough_local,buy,2026-01-30 05:09:00,697.0,-10.8604,0,leg_gt,2.2,60 -69904,gt_model_buy_trough_local,buy,2026-01-30 16:42:00,675.0,-7.9519,0,leg_gt,1.72,60 -69905,gt_model_buy_trough_local,buy,2026-01-30 16:45:00,675.0,-7.9519,0,leg_gt,1.71,60 -69906,gt_model_buy_trough_local,buy,2026-01-30 17:03:00,675.0,-7.9519,0,leg_gt,1.7,60 -69907,gt_model_buy_trough_local,buy,2026-01-31 01:24:00,684.0,-9.1643,0,leg_gt,1.35,60 -69908,gt_model_buy_trough_local,buy,2026-01-31 21:09:00,653.0,-4.8473,0,leg_gt,0.53,60 -69909,gt_model_buy_trough_local,buy,2026-01-31 21:12:00,653.0,-4.8473,0,leg_gt,0.53,60 -69910,gt_model_buy_trough_local,buy,2026-01-31 21:15:00,651.0,-4.5547,0,leg_gt,0.53,60 -69911,gt_model_buy_trough_local,buy,2026-02-01 00:42:00,620.0,0.2226,1,leg_gt,0.38,60 -69912,gt_model_buy_trough_local,buy,2026-02-01 03:09:00,586.0,6.0433,1,leg_gt,0.28,60 -69913,gt_model_buy_trough_local,buy,2026-02-01 04:42:00,580.0,7.1414,1,leg_gt,0.22,60 -69914,gt_model_buy_trough_local,buy,2026-02-01 12:51:00,611.0,2.355,1,leg_gt,2.65,60 -69915,gt_model_buy_trough_local,buy,2026-02-01 15:45:00,610.0,2.523,1,leg_gt,2.53,60 -69916,gt_model_buy_trough_local,buy,2026-02-01 17:21:00,607.0,3.0301,1,leg_gt,2.47,60 -69917,gt_model_buy_trough_local,buy,2026-02-01 17:27:00,606.0,3.2003,1,leg_gt,2.46,60 -69918,gt_model_buy_trough_local,buy,2026-02-01 21:15:00,600.0,4.2333,1,leg_gt,2.3,60 -69919,gt_model_buy_trough_local,buy,2026-02-02 02:48:00,578.0,8.2045,1,leg_gt,2.07,60 -69920,gt_model_buy_trough_local,buy,2026-02-02 02:51:00,579.0,8.0174,1,leg_gt,2.07,60 -69921,gt_model_buy_trough_local,buy,2026-02-02 03:48:00,585.0,6.9085,1,leg_gt,2.03,60 -69922,gt_model_buy_trough_local,buy,2026-02-02 06:27:00,578.0,8.2045,1,leg_gt,1.92,60 -69923,gt_model_buy_trough_local,buy,2026-02-02 11:12:00,592.0,5.6432,1,leg_gt,1.72,60 -69924,gt_model_buy_trough_local,buy,2026-02-03 04:24:00,593.0,5.4649,1,leg_gt,1.01,60 -69925,gt_model_buy_trough_local,buy,2026-02-03 16:15:00,601.0,4.0597,1,leg_gt,0.51,60 -69926,gt_model_buy_trough_local,buy,2026-02-04 17:03:00,609.0,2.3631,1,leg_gt,2.84,60 -69927,gt_model_buy_trough_local,buy,2026-02-05 01:33:00,590.0,5.6627,1,leg_gt,2.49,60 -69928,gt_model_buy_trough_local,buy,2026-02-05 08:06:00,596.0,4.598,1,leg_gt,2.22,60 -69929,gt_model_buy_trough_local,buy,2026-02-05 14:06:00,592.0,5.3054,1,leg_gt,1.97,60 -69930,gt_model_buy_trough_local,buy,2026-02-05 15:21:00,587.0,6.2032,1,leg_gt,1.91,60 -69931,gt_model_buy_trough_local,buy,2026-02-05 16:45:00,589.0,5.8423,1,leg_gt,1.86,60 -69932,gt_model_buy_trough_local,buy,2026-02-05 21:27:00,572.0,8.9909,1,leg_gt,1.66,60 -69933,gt_model_buy_trough_local,buy,2026-02-06 03:18:00,537.0,16.1011,1,leg_gt,1.42,60 -69934,gt_model_buy_trough_local,buy,2026-02-06 04:30:00,534.0,16.7539,1,leg_gt,1.37,60 -69935,gt_model_buy_trough_local,buy,2026-02-07 05:27:00,595.0,4.7739,1,leg_gt,0.33,60 -69936,gt_model_buy_trough_local,buy,2026-02-07 15:27:00,601.0,6.5556,1,leg_gt,7.55,60 -69937,gt_model_buy_trough_local,buy,2026-02-08 06:21:00,591.0,8.3602,1,leg_gt,6.93,60 -69938,gt_model_buy_trough_local,buy,2026-02-08 06:24:00,591.0,8.3602,1,leg_gt,6.93,60 -69939,gt_model_buy_trough_local,buy,2026-02-08 09:09:00,587.0,9.0993,1,leg_gt,6.81,60 -69940,gt_model_buy_trough_local,buy,2026-02-08 10:51:00,585.0,9.4726,1,leg_gt,6.74,60 -69941,gt_model_buy_trough_local,buy,2026-02-08 11:48:00,586.0,9.2857,1,leg_gt,6.7,60 -69942,gt_model_buy_trough_local,buy,2026-02-08 14:03:00,585.0,9.4726,1,leg_gt,6.61,60 -69943,gt_model_buy_trough_local,buy,2026-02-08 14:18:00,586.0,9.2857,1,leg_gt,6.6,60 -69944,gt_model_buy_trough_local,buy,2026-02-08 15:57:00,586.0,9.2857,1,leg_gt,6.53,60 -69945,gt_model_buy_trough_local,buy,2026-02-09 09:33:00,576.0,11.1847,1,leg_gt,5.8,60 -69946,gt_model_buy_trough_local,buy,2026-02-09 10:36:00,575.0,11.3783,1,leg_gt,5.75,60 -69947,gt_model_buy_trough_local,buy,2026-02-09 10:42:00,573.0,11.7674,1,leg_gt,5.75,60 -69948,gt_model_buy_trough_local,buy,2026-02-09 15:03:00,581.0,10.227,1,leg_gt,5.57,60 -69949,gt_model_buy_trough_local,buy,2026-02-09 15:09:00,581.0,10.227,1,leg_gt,5.56,60 -69950,gt_model_buy_trough_local,buy,2026-02-10 06:15:00,574.0,11.5725,1,leg_gt,4.93,60 -69951,gt_model_buy_trough_local,buy,2026-02-10 16:51:00,564.0,13.5525,1,leg_gt,4.49,60 -69952,gt_model_buy_trough_local,buy,2026-02-10 19:39:00,570.0,12.3561,1,leg_gt,4.38,60 -69953,gt_model_buy_trough_local,buy,2026-02-11 02:03:00,563.0,13.7544,1,leg_gt,4.11,60 -69954,gt_model_buy_trough_local,buy,2026-02-11 09:45:00,562.0,13.9569,1,leg_gt,3.79,60 -69955,gt_model_buy_trough_local,buy,2026-02-11 13:18:00,557.0,14.9808,1,leg_gt,3.64,60 -69956,gt_model_buy_trough_local,buy,2026-02-11 17:09:00,544.0,17.7309,1,leg_gt,3.48,60 -69957,gt_model_buy_trough_local,buy,2026-02-12 03:03:00,544.0,17.7309,1,leg_gt,3.07,60 -69958,gt_model_buy_trough_local,buy,2026-02-12 13:30:00,552.0,16.0232,1,leg_gt,2.63,60 -69959,gt_model_buy_trough_local,buy,2026-02-12 23:06:00,568.0,12.7521,1,leg_gt,2.23,60 -69960,gt_model_buy_trough_local,buy,2026-02-12 23:24:00,567.0,12.9511,1,leg_gt,2.22,60 -69961,gt_model_buy_trough_local,buy,2026-02-13 02:51:00,553.0,15.8132,1,leg_gt,2.08,60 -69962,gt_model_buy_trough_local,buy,2026-02-13 14:09:00,554.0,15.604,1,leg_gt,1.6,60 -69963,gt_model_buy_trough_local,buy,2026-02-13 15:15:00,556.0,15.1878,1,leg_gt,1.56,60 -69964,gt_model_buy_trough_local,buy,2026-02-13 22:48:00,565.0,13.3513,1,leg_gt,1.24,60 -69965,gt_model_buy_trough_local,buy,2026-02-14 03:03:00,577.0,10.9919,1,leg_gt,1.07,60 -69966,gt_model_buy_trough_local,buy,2026-02-14 03:06:00,578.0,10.7997,1,leg_gt,1.06,60 -69967,gt_model_buy_trough_local,buy,2026-02-14 04:18:00,578.0,10.7997,1,leg_gt,1.01,60 -69968,gt_model_buy_trough_local,buy,2026-02-14 05:39:00,579.0,10.6081,1,leg_gt,0.96,60 -69969,gt_model_buy_trough_local,buy,2026-02-15 10:48:00,626.0,-0.4195,0,leg_gt,10.74,60 -69970,gt_model_buy_trough_local,buy,2026-02-15 11:27:00,625.0,-0.26,0,leg_gt,10.71,60 -69971,gt_model_buy_trough_local,buy,2026-02-15 20:15:00,622.0,0.2215,1,leg_gt,10.35,60 -69972,gt_model_buy_trough_local,buy,2026-02-15 20:36:00,622.0,0.2215,1,leg_gt,10.33,60 -69973,gt_model_buy_trough_local,buy,2026-02-16 01:39:00,605.0,3.0405,1,leg_gt,10.12,60 -69974,gt_model_buy_trough_local,buy,2026-02-16 03:48:00,592.0,5.3054,1,leg_gt,10.03,60 -69975,gt_model_buy_trough_local,buy,2026-02-16 05:06:00,594.0,4.9505,1,leg_gt,9.98,60 -69976,gt_model_buy_trough_local,buy,2026-02-16 11:45:00,598.0,4.2478,1,leg_gt,9.7,60 -69977,gt_model_buy_trough_local,buy,2026-02-16 13:45:00,597.0,4.4226,1,leg_gt,9.62,60 -69978,gt_model_buy_trough_local,buy,2026-02-17 00:27:00,595.0,4.7739,1,leg_gt,9.17,60 -69979,gt_model_buy_trough_local,buy,2026-02-17 01:36:00,592.0,5.3054,1,leg_gt,9.12,60 -69980,gt_model_buy_trough_local,buy,2026-02-18 08:51:00,588.0,6.0224,1,leg_gt,7.82,60 -69981,gt_model_buy_trough_local,buy,2026-02-18 09:00:00,588.0,6.0224,1,leg_gt,7.82,60 -69982,gt_model_buy_trough_local,buy,2026-02-18 11:42:00,584.0,6.7493,1,leg_gt,7.7,60 -69983,gt_model_buy_trough_local,buy,2026-02-18 21:06:00,575.0,8.4217,1,leg_gt,7.31,60 -69984,gt_model_buy_trough_local,buy,2026-02-18 21:09:00,575.0,8.4217,1,leg_gt,7.31,60 -69985,gt_model_buy_trough_local,buy,2026-02-18 23:45:00,570.0,9.3737,1,leg_gt,7.2,60 -69986,gt_model_buy_trough_local,buy,2026-02-19 09:27:00,560.0,11.3286,1,leg_gt,6.8,60 -69987,gt_model_buy_trough_local,buy,2026-02-19 12:54:00,566.0,10.1473,1,leg_gt,6.65,60 -69988,gt_model_buy_trough_local,buy,2026-02-19 17:09:00,562.0,10.932,1,leg_gt,6.48,60 -69989,gt_model_buy_trough_local,buy,2026-02-20 05:39:00,547.0,13.9768,1,leg_gt,5.96,60 -69990,gt_model_buy_trough_local,buy,2026-02-20 06:09:00,547.0,13.9768,1,leg_gt,5.94,60 -69991,gt_model_buy_trough_local,buy,2026-02-20 15:24:00,556.0,12.1302,1,leg_gt,5.55,60 -69992,gt_model_buy_trough_local,buy,2026-02-20 21:42:00,562.0,10.932,1,leg_gt,5.29,60 -69993,gt_model_buy_trough_local,buy,2026-02-21 16:30:00,577.0,8.0456,1,leg_gt,4.5,60 -69994,gt_model_buy_trough_local,buy,2026-02-21 20:45:00,580.0,7.4862,1,leg_gt,4.33,60 -69995,gt_model_buy_trough_local,buy,2026-02-21 20:48:00,580.0,7.4862,1,leg_gt,4.32,60 -69996,gt_model_buy_trough_local,buy,2026-02-21 20:57:00,581.0,7.301,1,leg_gt,4.32,60 -69997,gt_model_buy_trough_local,buy,2026-02-21 21:00:00,581.0,7.301,1,leg_gt,4.32,60 -69998,gt_model_buy_trough_local,buy,2026-02-21 22:36:00,577.0,8.0456,1,leg_gt,4.25,60 -69999,gt_model_buy_trough_local,buy,2026-02-22 02:30:00,571.0,9.182,1,leg_gt,4.09,60 -70000,gt_model_buy_trough_local,buy,2026-02-22 03:45:00,572.0,8.9909,1,leg_gt,4.04,60 -70001,gt_model_buy_trough_local,buy,2026-02-22 13:27:00,562.0,10.932,1,leg_gt,3.63,60 -70002,gt_model_buy_trough_local,buy,2026-02-22 15:33:00,562.0,10.932,1,leg_gt,3.54,60 -70003,gt_model_buy_trough_local,buy,2026-02-22 17:00:00,563.0,10.7348,1,leg_gt,3.48,60 -70004,gt_model_buy_trough_local,buy,2026-02-22 20:24:00,561.0,11.1299,1,leg_gt,3.34,60 -70005,gt_model_buy_trough_local,buy,2026-02-22 20:27:00,561.0,11.1299,1,leg_gt,3.34,60 -70006,gt_model_buy_trough_local,buy,2026-02-22 20:30:00,561.0,11.1299,1,leg_gt,3.34,60 -70007,gt_model_buy_trough_local,buy,2026-02-22 20:33:00,561.0,11.1299,1,leg_gt,3.34,60 -70008,gt_model_buy_trough_local,buy,2026-02-22 22:12:00,554.0,12.5354,1,leg_gt,3.27,60 -70009,gt_model_buy_trough_local,buy,2026-02-22 23:42:00,553.0,12.7391,1,leg_gt,3.2,60 -70010,gt_model_buy_trough_local,buy,2026-02-23 05:30:00,561.0,11.1299,1,leg_gt,2.96,60 -70011,gt_model_buy_trough_local,buy,2026-02-23 11:51:00,540.0,15.4556,1,leg_gt,2.7,60 -70012,gt_model_buy_trough_local,buy,2026-02-23 11:57:00,539.0,15.6699,1,leg_gt,2.69,60 -70013,gt_model_buy_trough_local,buy,2026-02-23 12:00:00,540.0,15.4556,1,leg_gt,2.69,60 -70014,gt_model_buy_trough_local,buy,2026-02-24 09:54:00,550.0,13.3545,1,leg_gt,1.78,60 -70015,gt_model_buy_trough_local,buy,2026-02-24 11:15:00,546.0,14.1857,1,leg_gt,1.72,60 -70016,gt_model_buy_trough_local,buy,2026-02-24 16:51:00,538.0,15.8851,1,leg_gt,1.49,60 -70017,gt_model_buy_trough_local,buy,2026-02-24 16:54:00,537.0,16.1011,1,leg_gt,1.49,60 -70018,gt_model_buy_trough_local,buy,2026-02-24 19:33:00,538.0,15.8851,1,leg_gt,1.38,60 -70019,gt_model_buy_trough_local,buy,2026-02-25 02:36:00,557.0,11.9287,1,leg_gt,1.08,60 -70020,gt_model_buy_trough_local,buy,2026-02-25 05:24:00,553.0,12.7391,1,leg_gt,0.97,60 -70021,gt_model_buy_trough_local,buy,2026-02-25 05:27:00,553.0,12.7391,1,leg_gt,0.96,60 -70022,gt_model_buy_trough_local,buy,2026-02-25 08:48:00,551.0,13.1486,1,leg_gt,0.82,60 -70023,gt_model_buy_trough_local,buy,2026-02-25 08:51:00,551.0,13.1486,1,leg_gt,0.82,60 -70024,gt_model_buy_trough_local,buy,2026-02-26 07:24:00,608.0,-2.8961,0,leg_gt,3.18,60 -70025,gt_model_buy_trough_local,buy,2026-02-26 07:27:00,608.0,-2.8961,0,leg_gt,3.18,60 -70026,gt_model_buy_trough_local,buy,2026-02-26 09:42:00,590.0,0.0695,1,leg_gt,3.09,60 -70027,gt_model_buy_trough_local,buy,2026-02-26 10:45:00,591.0,-0.1,0,leg_gt,3.04,60 -70028,gt_model_buy_trough_local,buy,2026-02-26 16:54:00,585.0,0.9256,1,leg_gt,2.79,60 -70029,gt_model_buy_trough_local,buy,2026-02-26 23:21:00,583.0,1.2722,1,leg_gt,2.52,60 -70030,gt_model_buy_trough_local,buy,2026-02-27 02:51:00,566.0,4.317,1,leg_gt,2.37,60 -70031,gt_model_buy_trough_local,buy,2026-02-27 02:54:00,567.0,4.1328,1,leg_gt,2.37,60 -70032,gt_model_buy_trough_local,buy,2026-02-27 03:00:00,567.0,4.1328,1,leg_gt,2.36,60 -70033,gt_model_buy_trough_local,buy,2026-02-27 09:54:00,578.0,2.1491,1,leg_gt,2.08,60 -70034,gt_model_buy_trough_local,buy,2026-02-27 15:21:00,585.0,0.9256,1,leg_gt,1.85,60 -70035,gt_model_buy_trough_local,buy,2026-02-27 15:27:00,585.0,0.9256,1,leg_gt,1.85,60 -70036,gt_model_buy_trough_local,buy,2026-02-27 17:36:00,586.0,0.7532,1,leg_gt,1.76,60 -70037,gt_model_buy_trough_local,buy,2026-02-28 12:00:00,567.0,4.1328,1,leg_gt,0.99,60 -70038,gt_model_buy_trough_local,buy,2026-02-28 13:03:00,567.0,4.1328,1,leg_gt,0.95,60 -70039,gt_model_buy_trough_local,buy,2026-02-28 17:21:00,539.0,9.5475,1,leg_gt,0.77,60 -70040,gt_model_buy_trough_local,buy,2026-02-28 17:24:00,538.0,9.7513,1,leg_gt,0.76,60 -70041,gt_model_buy_trough_local,buy,2026-02-28 19:06:00,536.0,10.1612,1,leg_gt,0.69,60 -70042,gt_model_buy_trough_local,buy,2026-03-01 01:12:00,553.0,6.7716,1,leg_gt,0.44,60 -70043,gt_model_buy_trough_local,buy,2026-03-01 18:51:00,566.0,6.9671,1,leg_gt,1.34,60 -70044,gt_model_buy_trough_local,buy,2026-03-01 23:39:00,567.0,6.7783,1,leg_gt,1.14,60 -70045,gt_model_buy_trough_local,buy,2026-03-01 23:42:00,566.0,6.9671,1,leg_gt,1.14,60 -70046,gt_model_buy_trough_local,buy,2026-03-02 12:09:00,565.0,7.1566,1,leg_gt,0.62,60 -70047,gt_model_buy_trough_local,buy,2026-03-02 13:06:00,567.0,6.7783,1,leg_gt,0.58,60 -70048,gt_model_buy_trough_local,buy,2026-03-02 15:03:00,565.0,7.1566,1,leg_gt,0.5,60 -70049,gt_model_buy_trough_local,buy,2026-03-02 15:06:00,565.0,7.1566,1,leg_gt,0.5,60 -70050,gt_model_buy_trough_local,buy,2026-03-02 23:03:00,561.0,7.9214,1,leg_gt,0.17,60 -70051,gt_model_buy_trough_local,buy,2026-03-03 03:42:00,602.0,5.8801,1,leg_gt,1.88,60 -70052,gt_model_buy_trough_local,buy,2026-03-03 07:24:00,592.0,7.6703,1,leg_gt,1.73,60 -70053,gt_model_buy_trough_local,buy,2026-03-03 09:33:00,590.0,8.0356,1,leg_gt,1.64,60 -70054,gt_model_buy_trough_local,buy,2026-03-03 14:39:00,586.0,8.7737,1,leg_gt,1.43,60 -70055,gt_model_buy_trough_local,buy,2026-03-03 23:45:00,571.0,11.6338,1,leg_gt,1.05,60 -70056,gt_model_buy_trough_local,buy,2026-03-04 12:06:00,573.0,11.2438,1,leg_gt,0.53,60 -70057,gt_model_buy_trough_local,buy,2026-03-04 14:36:00,567.0,12.422,1,leg_gt,0.43,60 -70058,gt_model_buy_trough_local,buy,2026-03-04 15:27:00,567.0,12.422,1,leg_gt,0.39,60 -70059,gt_model_buy_trough_local,buy,2026-03-04 15:33:00,568.0,12.2239,1,leg_gt,0.39,60 -70060,gt_model_buy_trough_local,buy,2026-03-04 16:15:00,567.0,12.422,1,leg_gt,0.36,60 -70061,gt_model_buy_trough_local,buy,2026-03-04 21:36:00,585.0,8.9598,1,leg_gt,0.14,60 -70062,gt_model_buy_trough_local,buy,2026-03-05 06:06:00,616.0,-3.9961,0,leg_gt,12.07,60 -70063,gt_model_buy_trough_local,buy,2026-03-05 09:30:00,605.0,-2.2488,0,leg_gt,11.92,60 -70064,gt_model_buy_trough_local,buy,2026-03-05 09:33:00,605.0,-2.2488,0,leg_gt,11.92,60 -70065,gt_model_buy_trough_local,buy,2026-03-05 10:24:00,605.0,-2.2488,0,leg_gt,11.89,60 -70066,gt_model_buy_trough_local,buy,2026-03-05 11:42:00,602.0,-1.7611,0,leg_gt,11.83,60 -70067,gt_model_buy_trough_local,buy,2026-03-05 12:30:00,603.0,-1.9242,0,leg_gt,11.8,60 -70068,gt_model_buy_trough_local,buy,2026-03-05 12:36:00,602.0,-1.7611,0,leg_gt,11.8,60 -70069,gt_model_buy_trough_local,buy,2026-03-05 12:39:00,602.0,-1.7611,0,leg_gt,11.79,60 -70070,gt_model_buy_trough_local,buy,2026-03-05 12:42:00,603.0,-1.9242,0,leg_gt,11.79,60 -70071,gt_model_buy_trough_local,buy,2026-03-05 22:15:00,608.0,-2.7316,0,leg_gt,11.39,60 -70072,gt_model_buy_trough_local,buy,2026-03-06 02:12:00,596.0,-0.7711,0,leg_gt,11.23,60 -70073,gt_model_buy_trough_local,buy,2026-03-06 08:12:00,602.0,-1.7611,0,leg_gt,10.98,60 -70074,gt_model_buy_trough_local,buy,2026-03-06 08:21:00,602.0,-1.7611,0,leg_gt,10.97,60 -70075,gt_model_buy_trough_local,buy,2026-03-06 08:24:00,601.0,-1.5975,0,leg_gt,10.97,60 -70076,gt_model_buy_trough_local,buy,2026-03-06 09:57:00,598.0,-1.1033,0,leg_gt,10.91,60 -70077,gt_model_buy_trough_local,buy,2026-03-06 13:15:00,597.0,-0.9375,0,leg_gt,10.77,60 -70078,gt_model_buy_trough_local,buy,2026-03-06 15:39:00,594.0,-0.4367,0,leg_gt,10.67,60 -70079,gt_model_buy_trough_local,buy,2026-03-06 17:09:00,595.0,-0.6042,0,leg_gt,10.61,60 -70080,gt_model_buy_trough_local,buy,2026-03-07 09:51:00,575.0,2.8565,1,leg_gt,9.91,60 -70081,gt_model_buy_trough_local,buy,2026-03-07 11:27:00,573.0,3.2159,1,leg_gt,9.84,60 -70082,gt_model_buy_trough_local,buy,2026-03-07 12:51:00,573.0,3.2159,1,leg_gt,9.79,60 -70083,gt_model_buy_trough_local,buy,2026-03-07 12:57:00,573.0,3.2159,1,leg_gt,9.78,60 -70084,gt_model_buy_trough_local,buy,2026-03-07 19:45:00,571.0,3.5778,1,leg_gt,9.5,60 -70085,gt_model_buy_trough_local,buy,2026-03-07 19:48:00,571.0,3.5778,1,leg_gt,9.5,60 -70086,gt_model_buy_trough_local,buy,2026-03-07 19:54:00,571.0,3.5778,1,leg_gt,9.49,60 -70087,gt_model_buy_trough_local,buy,2026-03-07 20:57:00,571.0,3.5778,1,leg_gt,9.45,60 -70088,gt_model_buy_trough_local,buy,2026-03-07 21:00:00,570.0,3.7596,1,leg_gt,9.45,60 -70089,gt_model_buy_trough_local,buy,2026-03-07 21:06:00,571.0,3.5778,1,leg_gt,9.44,60 -70090,gt_model_buy_trough_local,buy,2026-03-08 00:03:00,567.0,4.3092,1,leg_gt,9.32,60 -70091,gt_model_buy_trough_local,buy,2026-03-08 03:06:00,565.0,4.6788,1,leg_gt,9.19,60 -70092,gt_model_buy_trough_local,buy,2026-03-08 11:09:00,556.0,6.3748,1,leg_gt,8.86,60 -70093,gt_model_buy_trough_local,buy,2026-03-08 13:00:00,552.0,7.1464,1,leg_gt,8.78,60 -70094,gt_model_buy_trough_local,buy,2026-03-08 13:03:00,552.0,7.1464,1,leg_gt,8.78,60 -70095,gt_model_buy_trough_local,buy,2026-03-08 13:09:00,552.0,7.1464,1,leg_gt,8.77,60 -70096,gt_model_buy_trough_local,buy,2026-03-08 13:12:00,551.0,7.341,1,leg_gt,8.77,60 -70097,gt_model_buy_trough_local,buy,2026-03-09 06:15:00,541.0,9.327,1,leg_gt,8.06,60 -70098,gt_model_buy_trough_local,buy,2026-03-09 06:18:00,541.0,9.327,1,leg_gt,8.06,60 -70099,gt_model_buy_trough_local,buy,2026-03-09 13:48:00,540.0,9.5296,1,leg_gt,7.75,60 -70100,gt_model_buy_trough_local,buy,2026-03-09 17:15:00,538.0,9.9372,1,leg_gt,7.6,60 -70101,gt_model_buy_trough_local,buy,2026-03-09 19:09:00,539.0,9.733,1,leg_gt,7.52,60 -70102,gt_model_buy_trough_local,buy,2026-03-09 20:51:00,537.0,10.1421,1,leg_gt,7.45,60 -70103,gt_model_buy_trough_local,buy,2026-03-10 05:12:00,536.0,10.3478,1,leg_gt,7.1,60 -70104,gt_model_buy_trough_local,buy,2026-03-10 05:15:00,535.0,10.5542,1,leg_gt,7.1,60 -70105,gt_model_buy_trough_local,buy,2026-03-10 08:51:00,533.0,10.9694,1,leg_gt,6.95,60 -70106,gt_model_buy_trough_local,buy,2026-03-11 00:18:00,534.0,10.7614,1,leg_gt,6.31,60 -70107,gt_model_buy_trough_local,buy,2026-03-11 11:18:00,522.0,13.31,1,leg_gt,5.85,60 -70108,gt_model_buy_trough_local,buy,2026-03-11 14:18:00,521.0,13.5276,1,leg_gt,5.72,60 -70109,gt_model_buy_trough_local,buy,2026-03-11 19:09:00,517.0,14.4068,1,leg_gt,5.52,60 -70110,gt_model_buy_trough_local,buy,2026-03-11 23:51:00,528.0,12.0212,1,leg_gt,5.33,60 -70111,gt_model_buy_trough_local,buy,2026-03-11 23:54:00,528.0,12.0212,1,leg_gt,5.32,60 -70112,gt_model_buy_trough_local,buy,2026-03-12 08:33:00,520.0,13.7462,1,leg_gt,4.96,60 -70113,gt_model_buy_trough_local,buy,2026-03-12 09:57:00,520.0,13.7462,1,leg_gt,4.91,60 -70114,gt_model_buy_trough_local,buy,2026-03-12 11:33:00,516.0,14.6287,1,leg_gt,4.84,60 -70115,gt_model_buy_trough_local,buy,2026-03-12 17:18:00,516.0,14.6287,1,leg_gt,4.6,60 -70116,gt_model_buy_trough_local,buy,2026-03-12 17:24:00,515.0,14.8515,1,leg_gt,4.6,60 -70117,gt_model_buy_trough_local,buy,2026-03-13 15:12:00,537.0,10.1421,1,leg_gt,3.69,60 -70118,gt_model_buy_trough_local,buy,2026-03-14 00:54:00,538.0,9.9372,1,leg_gt,3.28,60 -70119,gt_model_buy_trough_local,buy,2026-03-14 02:24:00,536.0,10.3478,1,leg_gt,3.22,60 -70120,gt_model_buy_trough_local,buy,2026-03-14 10:00:00,525.0,12.6619,1,leg_gt,2.9,60 -70121,gt_model_buy_trough_local,buy,2026-03-14 10:06:00,525.0,12.6619,1,leg_gt,2.9,60 -70122,gt_model_buy_trough_local,buy,2026-03-14 14:15:00,529.0,11.8093,1,leg_gt,2.73,60 -70123,gt_model_buy_trough_local,buy,2026-03-14 14:21:00,529.0,11.8093,1,leg_gt,2.72,60 -70124,gt_model_buy_trough_local,buy,2026-03-14 16:36:00,522.0,13.31,1,leg_gt,2.63,60 -70125,gt_model_buy_trough_local,buy,2026-03-14 16:39:00,521.0,13.5276,1,leg_gt,2.63,60 -70126,gt_model_buy_trough_local,buy,2026-03-14 16:42:00,521.0,13.5276,1,leg_gt,2.62,60 -70127,gt_model_buy_trough_local,buy,2026-03-14 17:57:00,521.0,13.5276,1,leg_gt,2.57,60 -70128,gt_model_buy_trough_local,buy,2026-03-14 18:00:00,521.0,13.5276,1,leg_gt,2.57,60 -70129,gt_model_buy_trough_local,buy,2026-03-14 19:48:00,519.0,13.9655,1,leg_gt,2.5,60 -70130,gt_model_buy_trough_local,buy,2026-03-15 04:36:00,522.0,13.31,1,leg_gt,2.13,60 -70131,gt_model_buy_trough_local,buy,2026-03-15 06:42:00,520.0,13.7462,1,leg_gt,2.04,60 -70132,gt_model_buy_trough_local,buy,2026-03-15 15:06:00,528.0,12.0212,1,leg_gt,1.69,60 -70133,gt_model_buy_trough_local,buy,2026-03-15 19:42:00,529.0,11.8093,1,leg_gt,1.5,60 -70134,gt_model_buy_trough_local,buy,2026-03-15 19:45:00,529.0,11.8093,1,leg_gt,1.5,60 -70135,gt_model_buy_trough_local,buy,2026-03-15 19:48:00,528.0,12.0212,1,leg_gt,1.5,60 -70136,gt_model_buy_trough_local,buy,2026-03-15 20:54:00,528.0,12.0212,1,leg_gt,1.45,60 -70137,gt_model_buy_trough_local,buy,2026-03-15 21:09:00,528.0,12.0212,1,leg_gt,1.44,60 -70138,gt_model_buy_trough_local,buy,2026-03-15 22:03:00,530.0,11.5981,1,leg_gt,1.4,60 -70139,gt_model_buy_trough_local,buy,2026-03-16 00:30:00,527.0,12.234,1,leg_gt,1.3,60 -70140,gt_model_buy_trough_local,buy,2026-03-16 00:36:00,526.0,12.4475,1,leg_gt,1.3,60 -70141,gt_model_buy_trough_local,buy,2026-03-16 05:12:00,531.0,11.3878,1,leg_gt,1.1,60 -70142,gt_model_buy_trough_local,buy,2026-03-16 05:21:00,531.0,11.3878,1,leg_gt,1.1,60 -70143,gt_model_buy_trough_local,buy,2026-03-16 06:24:00,531.0,11.3878,1,leg_gt,1.05,60 -70144,gt_model_buy_trough_local,buy,2026-03-16 09:30:00,535.0,10.5542,1,leg_gt,0.92,60 -70145,gt_model_buy_trough_local,buy,2026-03-17 09:51:00,586.0,-26.2092,0,leg_gt,13.42,60 -70146,gt_model_buy_trough_local,buy,2026-03-17 10:54:00,586.0,-26.2092,0,leg_gt,13.37,60 -70147,gt_model_buy_trough_local,buy,2026-03-17 11:21:00,587.0,-26.3351,0,leg_gt,13.35,60 -70148,gt_model_buy_trough_local,buy,2026-03-17 18:09:00,578.0,-25.1865,0,leg_gt,13.07,60 -70149,gt_model_buy_trough_local,buy,2026-03-17 18:15:00,577.0,-25.0567,0,leg_gt,13.07,60 -70150,gt_model_buy_trough_local,buy,2026-03-17 18:21:00,578.0,-25.1865,0,leg_gt,13.06,60 -70151,gt_model_buy_trough_local,buy,2026-03-17 20:36:00,576.0,-24.9264,0,leg_gt,12.97,60 -70152,gt_model_buy_trough_local,buy,2026-03-17 20:48:00,577.0,-25.0567,0,leg_gt,12.96,60 -70153,gt_model_buy_trough_local,buy,2026-03-18 08:36:00,583.0,-25.829,0,leg_gt,12.47,60 -70154,gt_model_buy_trough_local,buy,2026-03-18 14:39:00,587.0,-26.3351,0,leg_gt,12.22,60 -70155,gt_model_buy_trough_local,buy,2026-03-18 14:42:00,587.0,-26.3351,0,leg_gt,12.21,60 -70156,gt_model_buy_trough_local,buy,2026-03-18 15:57:00,584.0,-25.9562,0,leg_gt,12.16,60 -70157,gt_model_buy_trough_local,buy,2026-03-18 17:42:00,580.0,-25.4448,0,leg_gt,12.09,60 -70158,gt_model_buy_trough_local,buy,2026-03-18 18:57:00,580.0,-25.4448,0,leg_gt,12.04,60 -70159,gt_model_buy_trough_local,buy,2026-03-18 19:03:00,581.0,-25.5733,0,leg_gt,12.03,60 -70160,gt_model_buy_trough_local,buy,2026-03-18 23:00:00,551.0,-21.5156,0,leg_gt,11.87,60 -70161,gt_model_buy_trough_local,buy,2026-03-19 12:45:00,539.0,-19.766,0,leg_gt,11.3,60 -70162,gt_model_buy_trough_local,buy,2026-03-19 12:51:00,539.0,-19.766,0,leg_gt,11.29,60 -70163,gt_model_buy_trough_local,buy,2026-03-19 12:54:00,539.0,-19.766,0,leg_gt,11.29,60 -70164,gt_model_buy_trough_local,buy,2026-03-19 14:06:00,536.0,-19.3164,0,leg_gt,11.24,60 -70165,gt_model_buy_trough_local,buy,2026-03-19 17:21:00,513.0,-15.6945,0,leg_gt,11.1,60 -70166,gt_model_buy_trough_local,buy,2026-03-19 23:12:00,497.0,-12.9773,0,leg_gt,10.86,60 -70167,gt_model_buy_trough_local,buy,2026-03-20 08:36:00,493.0,-12.2704,0,leg_gt,10.47,60 -70168,gt_model_buy_trough_local,buy,2026-03-20 08:39:00,493.0,-12.2704,0,leg_gt,10.47,60 -70169,gt_model_buy_trough_local,buy,2026-03-20 10:27:00,492.0,-12.0919,0,leg_gt,10.39,60 -70170,gt_model_buy_trough_local,buy,2026-03-20 13:42:00,491.0,-11.9126,0,leg_gt,10.26,60 -70171,gt_model_buy_trough_local,buy,2026-03-21 05:33:00,488.0,-11.3705,0,leg_gt,9.6,60 -70172,gt_model_buy_trough_local,buy,2026-03-21 07:15:00,490.0,-11.7327,0,leg_gt,9.52,60 -70173,gt_model_buy_trough_local,buy,2026-03-21 15:57:00,480.0,-9.8917,0,leg_gt,9.16,60 -70174,gt_model_buy_trough_local,buy,2026-03-21 21:27:00,470.0,-7.9723,0,leg_gt,8.93,60 -70175,gt_model_buy_trough_local,buy,2026-03-21 22:30:00,470.0,-7.9723,0,leg_gt,8.89,60 -70176,gt_model_buy_trough_local,buy,2026-03-22 08:24:00,486.0,-11.0053,0,leg_gt,8.48,60 -70177,gt_model_buy_trough_local,buy,2026-03-22 08:27:00,485.0,-10.8216,0,leg_gt,8.48,60 -70178,gt_model_buy_trough_local,buy,2026-03-22 08:30:00,485.0,-10.8216,0,leg_gt,8.47,60 -70179,gt_model_buy_trough_local,buy,2026-03-22 10:00:00,474.0,-8.7498,0,leg_gt,8.41,60 -70180,gt_model_buy_trough_local,buy,2026-03-22 14:21:00,478.0,-9.5142,0,leg_gt,8.23,60 -70181,gt_model_buy_trough_local,buy,2026-03-22 20:45:00,470.0,-7.9723,0,leg_gt,7.96,60 -70182,gt_model_buy_trough_local,buy,2026-03-22 21:54:00,471.0,-8.1679,0,leg_gt,7.91,60 -70183,gt_model_buy_trough_local,buy,2026-03-22 22:00:00,471.0,-8.1679,0,leg_gt,7.91,60 -70184,gt_model_buy_trough_local,buy,2026-03-22 23:45:00,470.0,-7.9723,0,leg_gt,7.84,60 -70185,gt_model_buy_trough_local,buy,2026-03-23 17:24:00,464.0,-6.781,0,leg_gt,7.1,60 -70186,gt_model_buy_trough_local,buy,2026-03-23 22:06:00,465.0,-6.9817,0,leg_gt,6.91,60 -70187,gt_model_buy_trough_local,buy,2026-03-24 06:03:00,484.0,-10.6372,0,leg_gt,6.58,60 -70188,gt_model_buy_trough_local,buy,2026-03-24 09:15:00,481.0,-10.0792,0,leg_gt,6.44,60 -70189,gt_model_buy_trough_local,buy,2026-03-24 16:36:00,481.0,-10.0792,0,leg_gt,6.14,60 -70190,gt_model_buy_trough_local,buy,2026-03-24 16:42:00,481.0,-10.0792,0,leg_gt,6.13,60 -70191,gt_model_buy_trough_local,buy,2026-03-24 20:24:00,476.0,-9.1336,0,leg_gt,5.98,60 -70192,gt_model_buy_trough_local,buy,2026-03-25 11:57:00,480.0,-9.8917,0,leg_gt,5.33,60 -70193,gt_model_buy_trough_local,buy,2026-03-25 12:00:00,480.0,-9.8917,0,leg_gt,5.33,60 -70194,gt_model_buy_trough_local,buy,2026-03-25 12:06:00,480.0,-9.8917,0,leg_gt,5.32,60 -70195,gt_model_buy_trough_local,buy,2026-03-25 12:09:00,480.0,-9.8917,0,leg_gt,5.32,60 -70196,gt_model_buy_trough_local,buy,2026-03-25 13:15:00,479.0,-9.7033,0,leg_gt,5.28,60 -70197,gt_model_buy_trough_local,buy,2026-03-25 19:30:00,479.0,-9.7033,0,leg_gt,5.01,60 -70198,gt_model_buy_trough_local,buy,2026-03-26 00:12:00,480.0,-9.8917,0,leg_gt,4.82,60 -70199,gt_model_buy_trough_local,buy,2026-03-26 10:54:00,478.0,-9.5142,0,leg_gt,4.37,60 -70200,gt_model_buy_trough_local,buy,2026-03-26 16:24:00,461.0,-6.1738,0,leg_gt,4.14,60 -70201,gt_model_buy_trough_local,buy,2026-03-26 23:24:00,459.0,-5.7645,0,leg_gt,3.85,60 -70202,gt_model_buy_trough_local,buy,2026-03-27 02:00:00,442.0,-2.1362,0,leg_gt,3.74,60 -70203,gt_model_buy_trough_local,buy,2026-03-27 02:15:00,442.0,-2.1362,0,leg_gt,3.73,60 -70204,gt_model_buy_trough_local,buy,2026-03-27 06:03:00,441.0,-1.9141,0,leg_gt,3.58,60 -70205,gt_model_buy_trough_local,buy,2026-03-27 06:06:00,441.0,-1.9141,0,leg_gt,3.57,60 -70206,gt_model_buy_trough_local,buy,2026-03-27 07:09:00,440.0,-1.6909,0,leg_gt,3.53,60 -70207,gt_model_buy_trough_local,buy,2026-03-27 09:39:00,440.0,-1.6909,0,leg_gt,3.42,60 -70208,gt_model_buy_trough_local,buy,2026-03-27 21:03:00,417.0,3.7369,1,leg_gt,2.95,60 -70209,gt_model_buy_trough_local,buy,2026-03-28 09:06:00,381.0,13.5483,1,leg_gt,2.45,60 -70210,gt_model_buy_trough_local,buy,2026-03-28 15:45:00,383.0,12.9548,1,leg_gt,2.17,60 -70211,gt_model_buy_trough_local,buy,2026-03-29 07:57:00,411.0,5.2528,1,leg_gt,1.5,60 -70212,gt_model_buy_trough_local,buy,2026-03-29 09:09:00,406.0,6.5502,1,leg_gt,1.45,60 -70213,gt_model_buy_trough_local,buy,2026-03-29 09:15:00,407.0,6.2882,1,leg_gt,1.44,60 -70214,gt_model_buy_trough_local,buy,2026-03-29 12:03:00,412.0,4.9971,1,leg_gt,1.32,60 -70215,gt_model_buy_trough_local,buy,2026-03-29 18:03:00,416.0,3.9865,1,leg_gt,1.08,60 -70216,gt_model_buy_trough_local,buy,2026-03-29 18:06:00,416.0,3.9865,1,leg_gt,1.07,60 -70217,gt_model_buy_trough_local,buy,2026-03-29 18:09:00,416.0,3.9865,1,leg_gt,1.07,60 -70218,gt_model_buy_trough_local,buy,2026-03-29 18:15:00,416.0,3.9865,1,leg_gt,1.07,60 -70219,gt_model_buy_trough_local,buy,2026-03-30 09:42:00,414.0,4.4894,1,leg_gt,0.42,60 -70220,gt_model_buy_trough_local,buy,2026-03-30 14:30:00,429.0,0.8324,1,leg_gt,0.22,60 -70221,gt_model_buy_trough_local,buy,2026-03-30 14:33:00,428.0,1.0682,1,leg_gt,0.22,60 -70222,gt_model_buy_trough_local,buy,2026-03-30 15:48:00,426.0,1.5432,1,leg_gt,0.17,60 -70223,gt_model_buy_trough_local,buy,2026-03-30 22:18:00,428.0,-5.0065,0,leg_gt,8.44,60 -70224,gt_model_buy_trough_local,buy,2026-03-30 22:27:00,428.0,-5.0065,0,leg_gt,8.43,60 -70225,gt_model_buy_trough_local,buy,2026-03-31 01:48:00,423.0,-3.8825,0,leg_gt,8.29,60 -70226,gt_model_buy_trough_local,buy,2026-03-31 07:03:00,418.0,-2.7316,0,leg_gt,8.07,60 -70227,gt_model_buy_trough_local,buy,2026-03-31 13:36:00,419.0,-2.964,0,leg_gt,7.8,60 -70228,gt_model_buy_trough_local,buy,2026-03-31 13:42:00,419.0,-2.964,0,leg_gt,7.79,60 -70229,gt_model_buy_trough_local,buy,2026-03-31 15:36:00,420.0,-3.1952,0,leg_gt,7.71,60 -70230,gt_model_buy_trough_local,buy,2026-03-31 15:39:00,420.0,-3.1952,0,leg_gt,7.71,60 -70231,gt_model_buy_trough_local,buy,2026-03-31 16:30:00,421.0,-3.4254,0,leg_gt,7.68,60 -70232,gt_model_buy_trough_local,buy,2026-03-31 16:33:00,420.0,-3.1952,0,leg_gt,7.68,60 -70233,gt_model_buy_trough_local,buy,2026-03-31 16:36:00,420.0,-3.1952,0,leg_gt,7.67,60 -70234,gt_model_buy_trough_local,buy,2026-03-31 16:39:00,421.0,-3.4254,0,leg_gt,7.67,60 -70235,gt_model_buy_trough_local,buy,2026-03-31 16:42:00,421.0,-3.4254,0,leg_gt,7.67,60 -70236,gt_model_buy_trough_local,buy,2026-03-31 19:33:00,417.0,-2.4981,0,leg_gt,7.55,60 -70237,gt_model_buy_trough_local,buy,2026-03-31 23:06:00,419.0,-2.964,0,leg_gt,7.4,60 -70238,gt_model_buy_trough_local,buy,2026-04-01 06:03:00,416.0,-2.2635,0,leg_gt,7.11,60 -70239,gt_model_buy_trough_local,buy,2026-04-01 07:09:00,417.0,-2.4981,0,leg_gt,7.07,60 -70240,gt_model_buy_trough_local,buy,2026-04-01 12:27:00,418.0,-2.7316,0,leg_gt,6.85,60 -70241,gt_model_buy_trough_local,buy,2026-04-01 18:09:00,420.0,-3.1952,0,leg_gt,6.61,60 -70242,gt_model_buy_trough_local,buy,2026-04-02 04:03:00,418.0,-2.7316,0,leg_gt,6.2,60 -70243,gt_model_buy_trough_local,buy,2026-04-02 04:06:00,419.0,-2.964,0,leg_gt,6.19,60 -70244,gt_model_buy_trough_local,buy,2026-04-02 05:18:00,420.0,-3.1952,0,leg_gt,6.14,60 -70245,gt_model_buy_trough_local,buy,2026-04-02 13:48:00,408.0,-0.3451,0,leg_gt,5.79,60 -70246,gt_model_buy_trough_local,buy,2026-04-02 13:54:00,408.0,-0.3451,0,leg_gt,5.79,60 -70247,gt_model_buy_trough_local,buy,2026-04-02 19:12:00,408.0,-0.3451,0,leg_gt,5.56,60 -70248,gt_model_buy_trough_local,buy,2026-04-02 19:24:00,408.0,-0.3451,0,leg_gt,5.56,60 -70249,gt_model_buy_trough_local,buy,2026-04-02 19:27:00,408.0,-0.3451,0,leg_gt,5.55,60 -70250,gt_model_buy_trough_local,buy,2026-04-02 21:00:00,407.0,-0.1,0,leg_gt,5.49,60 -70251,gt_model_buy_trough_local,buy,2026-04-03 19:21:00,412.0,-1.3136,0,leg_gt,4.56,60 -70252,gt_model_buy_trough_local,buy,2026-04-04 05:33:00,406.0,0.1463,1,leg_gt,4.13,60 -70253,gt_model_buy_trough_local,buy,2026-04-04 05:39:00,406.0,0.1463,1,leg_gt,4.13,60 -70254,gt_model_buy_trough_local,buy,2026-04-04 09:27:00,403.0,0.8926,1,leg_gt,3.97,60 -70255,gt_model_buy_trough_local,buy,2026-04-04 11:42:00,402.0,1.1438,1,leg_gt,3.88,60 -70256,gt_model_buy_trough_local,buy,2026-04-04 17:21:00,401.0,1.3963,1,leg_gt,3.64,60 -70257,gt_model_buy_trough_local,buy,2026-04-04 17:30:00,401.0,1.3963,1,leg_gt,3.64,60 -70258,gt_model_buy_trough_local,buy,2026-04-05 04:42:00,398.0,2.1613,1,leg_gt,3.17,60 -70259,gt_model_buy_trough_local,buy,2026-04-05 04:45:00,399.0,1.905,1,leg_gt,3.17,60 -70260,gt_model_buy_trough_local,buy,2026-04-05 04:48:00,398.0,2.1613,1,leg_gt,3.16,60 -70261,gt_model_buy_trough_local,buy,2026-04-05 06:51:00,398.0,2.1613,1,leg_gt,3.08,60 -70262,gt_model_buy_trough_local,buy,2026-04-05 10:09:00,391.0,3.9921,1,leg_gt,2.94,60 -70263,gt_model_buy_trough_local,buy,2026-04-05 10:18:00,391.0,3.9921,1,leg_gt,2.94,60 -70264,gt_model_buy_trough_local,buy,2026-04-05 12:18:00,389.0,4.5272,1,leg_gt,2.85,60 -70265,gt_model_buy_trough_local,buy,2026-04-05 12:21:00,389.0,4.5272,1,leg_gt,2.85,60 -70266,gt_model_buy_trough_local,buy,2026-04-05 14:42:00,386.0,5.3404,1,leg_gt,2.75,60 -70267,gt_model_buy_trough_local,buy,2026-04-05 16:12:00,383.0,6.1663,1,leg_gt,2.69,60 -70268,gt_model_buy_trough_local,buy,2026-04-05 16:15:00,383.0,6.1663,1,leg_gt,2.69,60 -70269,gt_model_buy_trough_local,buy,2026-04-05 16:21:00,382.0,6.4445,1,leg_gt,2.68,60 -70270,gt_model_buy_trough_local,buy,2026-04-05 17:33:00,379.0,7.2879,1,leg_gt,2.63,60 -70271,gt_model_buy_trough_local,buy,2026-04-05 22:42:00,375.0,8.4333,1,leg_gt,2.42,60 -70272,gt_model_buy_trough_local,buy,2026-04-06 03:21:00,377.0,7.8576,1,leg_gt,2.22,60 -70273,gt_model_buy_trough_local,buy,2026-04-06 03:24:00,377.0,7.8576,1,leg_gt,2.22,60 -70274,gt_model_buy_trough_local,buy,2026-04-06 05:39:00,370.0,9.9,1,leg_gt,2.13,60 -70275,gt_model_buy_trough_local,buy,2026-04-07 06:03:00,376.0,8.1447,1,leg_gt,1.11,60 -70276,gt_model_buy_trough_local,buy,2026-04-07 06:12:00,377.0,7.8576,1,leg_gt,1.11,60 -70277,gt_model_buy_trough_local,buy,2026-04-07 09:27:00,367.0,10.7992,1,leg_gt,0.97,60 -70278,gt_model_buy_trough_local,buy,2026-04-07 10:39:00,367.0,10.7992,1,leg_gt,0.92,60 -70279,gt_model_buy_trough_local,buy,2026-04-07 20:36:00,370.0,9.9,1,leg_gt,0.51,60 -70280,gt_model_buy_trough_local,buy,2026-04-08 00:06:00,367.0,10.7992,1,leg_gt,0.36,60 -70281,gt_model_buy_trough_local,buy,2026-04-08 13:15:00,389.0,15.0671,1,leg_gt,3.75,60 -70282,gt_model_buy_trough_local,buy,2026-04-08 13:18:00,389.0,15.0671,1,leg_gt,3.75,60 -70283,gt_model_buy_trough_local,buy,2026-04-08 13:24:00,389.0,15.0671,1,leg_gt,3.75,60 -70284,gt_model_buy_trough_local,buy,2026-04-08 18:18:00,389.0,15.0671,1,leg_gt,3.54,60 -70285,gt_model_buy_trough_local,buy,2026-04-08 18:27:00,389.0,15.0671,1,leg_gt,3.54,60 -70286,gt_model_buy_trough_local,buy,2026-04-08 19:45:00,390.0,14.7718,1,leg_gt,3.48,60 -70287,gt_model_buy_trough_local,buy,2026-04-08 19:48:00,390.0,14.7718,1,leg_gt,3.48,60 -70288,gt_model_buy_trough_local,buy,2026-04-08 20:00:00,389.0,15.0671,1,leg_gt,3.47,60 -70289,gt_model_buy_trough_local,buy,2026-04-09 05:39:00,385.0,16.2636,1,leg_gt,3.07,60 -70290,gt_model_buy_trough_local,buy,2026-04-09 09:00:00,382.0,17.1775,1,leg_gt,2.93,60 -70291,gt_model_buy_trough_local,buy,2026-04-09 15:30:00,381.0,17.4853,1,leg_gt,2.66,60 -70292,gt_model_buy_trough_local,buy,2026-04-09 17:21:00,382.0,17.1775,1,leg_gt,2.58,60 -70293,gt_model_buy_trough_local,buy,2026-04-09 17:30:00,382.0,17.1775,1,leg_gt,2.58,60 -70294,gt_model_buy_trough_local,buy,2026-04-09 17:54:00,381.0,17.4853,1,leg_gt,2.56,60 -70295,gt_model_buy_trough_local,buy,2026-04-10 11:00:00,397.0,12.7463,1,leg_gt,1.85,60 -70296,gt_model_buy_trough_local,buy,2026-04-10 16:54:00,400.0,11.9,1,leg_gt,1.6,60 -70297,gt_model_buy_trough_local,buy,2026-04-10 17:03:00,400.0,11.9,1,leg_gt,1.6,60 -70298,gt_model_buy_trough_local,buy,2026-04-10 18:51:00,400.0,11.9,1,leg_gt,1.52,60 -70299,gt_model_buy_trough_local,buy,2026-04-10 18:54:00,400.0,11.9,1,leg_gt,1.52,60 -70300,gt_model_buy_trough_local,buy,2026-04-10 20:54:00,399.0,12.1807,1,leg_gt,1.44,60 -70301,gt_model_buy_trough_local,buy,2026-04-10 20:57:00,399.0,12.1807,1,leg_gt,1.43,60 -70302,gt_model_buy_trough_local,buy,2026-04-11 07:39:00,415.0,7.8518,1,leg_gt,0.99,60 -70303,gt_model_buy_trough_local,buy,2026-04-11 10:24:00,412.0,8.6379,1,leg_gt,0.87,60 -70304,gt_model_buy_trough_local,buy,2026-04-11 14:21:00,418.0,7.077,1,leg_gt,0.71,60 -70305,gt_model_buy_trough_local,buy,2026-04-11 16:03:00,419.0,6.8212,1,leg_gt,0.64,60 -70306,gt_model_buy_trough_local,buy,2026-04-11 19:12:00,423.0,5.8102,1,leg_gt,0.51,60 -70307,gt_model_buy_trough_local,buy,2026-04-12 03:15:00,426.0,5.0643,1,leg_gt,0.17,60 -70308,gt_model_buy_trough_local,buy,2026-04-12 20:51:00,437.0,10.1975,1,leg_gt,1.83,60 -70309,gt_model_buy_trough_local,buy,2026-04-12 20:54:00,436.0,10.4505,1,leg_gt,1.83,60 -70310,gt_model_buy_trough_local,buy,2026-04-12 23:54:00,425.0,13.3118,1,leg_gt,1.71,60 -70311,gt_model_buy_trough_local,buy,2026-04-13 00:00:00,424.0,13.5792,1,leg_gt,1.7,60 -70312,gt_model_buy_trough_local,buy,2026-04-13 00:03:00,424.0,13.5792,1,leg_gt,1.7,60 -70313,gt_model_buy_trough_local,buy,2026-04-13 00:06:00,424.0,13.5792,1,leg_gt,1.7,60 -70314,gt_model_buy_trough_local,buy,2026-04-13 14:12:00,436.0,10.4505,1,leg_gt,1.11,60 -70315,gt_model_buy_trough_local,buy,2026-04-13 14:15:00,437.0,10.1975,1,leg_gt,1.11,60 -70316,gt_model_buy_trough_local,buy,2026-04-14 02:03:00,441.0,9.1971,1,leg_gt,0.62,60 -70317,gt_model_buy_trough_local,buy,2026-04-15 05:36:00,437.0,10.6551,1,leg_gt,2.09,60 -70318,gt_model_buy_trough_local,buy,2026-04-15 05:48:00,437.0,10.6551,1,leg_gt,2.08,60 -70319,gt_model_buy_trough_local,buy,2026-04-15 06:36:00,438.0,10.4023,1,leg_gt,2.05,60 -70320,gt_model_buy_trough_local,buy,2026-04-15 07:45:00,436.0,10.9092,1,leg_gt,2.0,60 -70321,gt_model_buy_trough_local,buy,2026-04-15 07:48:00,436.0,10.9092,1,leg_gt,2.0,60 -70322,gt_model_buy_trough_local,buy,2026-04-15 15:36:00,442.0,9.4023,1,leg_gt,1.67,60 -70323,gt_model_buy_trough_local,buy,2026-04-15 15:39:00,442.0,9.4023,1,leg_gt,1.67,60 -70324,gt_model_buy_trough_local,buy,2026-04-15 15:42:00,441.0,9.6506,1,leg_gt,1.67,60 -70325,gt_model_buy_trough_local,buy,2026-04-16 06:36:00,447.0,8.1774,1,leg_gt,1.05,60 -70326,gt_model_buy_trough_local,buy,2026-04-16 13:00:00,458.0,5.5769,1,leg_gt,0.78,60 -70327,gt_model_buy_trough_local,buy,2026-04-16 15:06:00,454.0,6.5079,1,leg_gt,0.69,60 -70328,gt_model_buy_trough_local,buy,2026-04-16 15:09:00,455.0,6.2736,1,leg_gt,0.69,60 -70329,gt_model_buy_trough_local,buy,2026-04-17 10:12:00,477.0,-20.0161,0,leg_gt,19.39,60 -70330,gt_model_buy_trough_local,buy,2026-04-17 10:15:00,477.0,-20.0161,0,leg_gt,19.39,60 -70331,gt_model_buy_trough_local,buy,2026-04-17 19:00:00,469.0,-18.6501,0,leg_gt,19.02,60 -70332,gt_model_buy_trough_local,buy,2026-04-18 11:51:00,416.0,-8.2731,0,leg_gt,18.32,60 -70333,gt_model_buy_trough_local,buy,2026-04-18 11:54:00,416.0,-8.2731,0,leg_gt,18.32,60 -70334,gt_model_buy_trough_local,buy,2026-04-18 12:06:00,416.0,-8.2731,0,leg_gt,18.31,60 -70335,gt_model_buy_trough_local,buy,2026-04-18 18:42:00,419.0,-8.9305,0,leg_gt,18.04,60 -70336,gt_model_buy_trough_local,buy,2026-04-19 03:21:00,399.0,-4.3607,0,leg_gt,17.68,60 -70337,gt_model_buy_trough_local,buy,2026-04-19 05:42:00,392.0,-2.651,0,leg_gt,17.58,60 -70338,gt_model_buy_trough_local,buy,2026-04-19 10:39:00,389.0,-1.8995,0,leg_gt,17.37,60 -70339,gt_model_buy_trough_local,buy,2026-04-19 13:03:00,388.0,-1.6464,0,leg_gt,17.27,60 -70340,gt_model_buy_trough_local,buy,2026-04-19 14:39:00,387.0,-1.392,0,leg_gt,17.2,60 -70341,gt_model_buy_trough_local,buy,2026-04-19 14:42:00,387.0,-1.392,0,leg_gt,17.2,60 -70342,gt_model_buy_trough_local,buy,2026-04-19 16:12:00,388.0,-1.6464,0,leg_gt,17.14,60 -70343,gt_model_buy_trough_local,buy,2026-04-19 17:33:00,388.0,-1.6464,0,leg_gt,17.08,60 -70344,gt_model_buy_trough_local,buy,2026-04-20 08:24:00,385.0,-0.8792,0,leg_gt,16.46,60 -70345,gt_model_buy_trough_local,buy,2026-04-20 12:12:00,390.0,-2.1513,0,leg_gt,16.31,60 -70346,gt_model_buy_trough_local,buy,2026-04-20 12:18:00,389.0,-1.8995,0,leg_gt,16.3,60 -70347,gt_model_buy_trough_local,buy,2026-04-20 12:21:00,390.0,-2.1513,0,leg_gt,16.3,60 -70348,gt_model_buy_trough_local,buy,2026-04-20 13:18:00,390.0,-2.1513,0,leg_gt,16.26,60 -70349,gt_model_buy_trough_local,buy,2026-04-20 16:54:00,390.0,-2.1513,0,leg_gt,16.11,60 -70350,gt_model_buy_trough_local,buy,2026-04-20 19:00:00,390.0,-2.1513,0,leg_gt,16.02,60 -70351,gt_model_buy_trough_local,buy,2026-04-20 20:36:00,391.0,-2.4018,0,leg_gt,15.96,60 -70352,gt_model_buy_trough_local,buy,2026-04-20 21:06:00,391.0,-2.4018,0,leg_gt,15.94,60 -70353,gt_model_buy_trough_local,buy,2026-04-20 23:48:00,391.0,-2.4018,0,leg_gt,15.82,60 -70354,gt_model_buy_trough_local,buy,2026-04-21 00:54:00,388.0,-1.6464,0,leg_gt,15.78,60 -70355,gt_model_buy_trough_local,buy,2026-04-21 01:03:00,388.0,-1.6464,0,leg_gt,15.77,60 -70356,gt_model_buy_trough_local,buy,2026-04-21 01:06:00,389.0,-1.8995,0,leg_gt,15.77,60 -70357,gt_model_buy_trough_local,buy,2026-04-21 01:54:00,390.0,-2.1513,0,leg_gt,15.74,60 -70358,gt_model_buy_trough_local,buy,2026-04-21 07:18:00,394.0,-3.1457,0,leg_gt,15.51,60 -70359,gt_model_buy_trough_local,buy,2026-04-21 09:12:00,391.0,-2.4018,0,leg_gt,15.43,60 -70360,gt_model_buy_trough_local,buy,2026-04-21 09:30:00,391.0,-2.4018,0,leg_gt,15.42,60 -70361,gt_model_buy_trough_local,buy,2026-04-21 12:00:00,391.0,-2.4018,0,leg_gt,15.31,60 -70362,gt_model_buy_trough_local,buy,2026-04-21 14:42:00,390.0,-2.1513,0,leg_gt,15.2,60 -70363,gt_model_buy_trough_local,buy,2026-04-21 19:33:00,391.0,-2.4018,0,leg_gt,15.0,60 -70364,gt_model_buy_trough_local,buy,2026-04-21 19:36:00,391.0,-2.4018,0,leg_gt,15.0,60 -70365,gt_model_buy_trough_local,buy,2026-04-21 21:00:00,392.0,-2.651,0,leg_gt,14.94,60 -70366,gt_model_buy_trough_local,buy,2026-04-21 21:09:00,392.0,-2.651,0,leg_gt,14.93,60 -70367,gt_model_buy_trough_local,buy,2026-04-21 22:39:00,388.0,-1.6464,0,leg_gt,14.87,60 -70368,gt_model_buy_trough_local,buy,2026-04-22 01:33:00,389.0,-1.8995,0,leg_gt,14.75,60 -70369,gt_model_buy_trough_local,buy,2026-04-22 03:27:00,387.0,-1.392,0,leg_gt,14.67,60 -70370,gt_model_buy_trough_local,buy,2026-04-22 03:33:00,388.0,-1.6464,0,leg_gt,14.67,60 -70371,gt_model_buy_trough_local,buy,2026-04-22 07:09:00,388.0,-1.6464,0,leg_gt,14.52,60 -70372,gt_model_buy_trough_local,buy,2026-04-22 07:12:00,388.0,-1.6464,0,leg_gt,14.51,60 -70373,gt_model_buy_trough_local,buy,2026-04-22 07:15:00,388.0,-1.6464,0,leg_gt,14.51,60 -70374,gt_model_buy_trough_local,buy,2026-04-22 23:00:00,397.0,-3.8783,0,leg_gt,13.86,60 -70375,gt_model_buy_trough_local,buy,2026-04-23 05:36:00,398.0,-4.1201,0,leg_gt,13.58,60 -70376,gt_model_buy_trough_local,buy,2026-04-23 10:12:00,390.0,-2.1513,0,leg_gt,13.39,60 -70377,gt_model_buy_trough_local,buy,2026-04-23 12:33:00,387.0,-1.392,0,leg_gt,13.29,60 -70378,gt_model_buy_trough_local,buy,2026-04-23 12:36:00,387.0,-1.392,0,leg_gt,13.29,60 -70379,gt_model_buy_trough_local,buy,2026-04-23 14:57:00,390.0,-2.1513,0,leg_gt,13.19,60 -70380,gt_model_buy_trough_local,buy,2026-04-23 16:03:00,391.0,-2.4018,0,leg_gt,13.15,60 -70381,gt_model_buy_trough_local,buy,2026-04-23 17:51:00,389.0,-1.8995,0,leg_gt,13.07,60 -70382,gt_model_buy_trough_local,buy,2026-04-23 18:06:00,389.0,-1.8995,0,leg_gt,13.06,60 -70383,gt_model_buy_trough_local,buy,2026-04-23 18:09:00,389.0,-1.8995,0,leg_gt,13.06,60 -70384,gt_model_buy_trough_local,buy,2026-04-23 22:51:00,388.0,-1.6464,0,leg_gt,12.86,60 -70385,gt_model_buy_trough_local,buy,2026-04-23 22:54:00,388.0,-1.6464,0,leg_gt,12.86,60 -70386,gt_model_buy_trough_local,buy,2026-04-23 23:21:00,388.0,-1.6464,0,leg_gt,12.84,60 -70387,gt_model_buy_trough_local,buy,2026-04-24 00:06:00,388.0,-1.6464,0,leg_gt,12.81,60 -70388,gt_model_buy_trough_local,buy,2026-04-24 01:09:00,388.0,-1.6464,0,leg_gt,12.77,60 -70389,gt_model_buy_trough_local,buy,2026-04-24 01:15:00,388.0,-1.6464,0,leg_gt,12.76,60 -70390,gt_model_buy_trough_local,buy,2026-04-24 11:30:00,394.0,-3.1457,0,leg_gt,12.34,60 -70391,gt_model_buy_trough_local,buy,2026-04-24 11:36:00,394.0,-3.1457,0,leg_gt,12.33,60 -70392,gt_model_buy_trough_local,buy,2026-04-24 14:15:00,390.0,-2.1513,0,leg_gt,12.22,60 -70393,gt_model_buy_trough_local,buy,2026-04-24 14:39:00,390.0,-2.1513,0,leg_gt,12.2,60 -70394,gt_model_buy_trough_local,buy,2026-04-24 19:06:00,388.0,-1.6464,0,leg_gt,12.02,60 -70395,gt_model_buy_trough_local,buy,2026-04-24 21:51:00,391.0,-2.4018,0,leg_gt,11.9,60 -70396,gt_model_buy_trough_local,buy,2026-04-24 22:54:00,391.0,-2.4018,0,leg_gt,11.86,60 -70397,gt_model_buy_trough_local,buy,2026-04-24 23:57:00,391.0,-2.4018,0,leg_gt,11.82,60 -70398,gt_model_buy_trough_local,buy,2026-04-25 02:48:00,390.0,-2.1513,0,leg_gt,11.7,60 -70399,gt_model_buy_trough_local,buy,2026-04-25 02:51:00,390.0,-2.1513,0,leg_gt,11.7,60 -70400,gt_model_buy_trough_local,buy,2026-04-25 02:54:00,390.0,-2.1513,0,leg_gt,11.69,60 -70401,gt_model_buy_trough_local,buy,2026-04-25 04:21:00,389.0,-1.8995,0,leg_gt,11.63,60 -70402,gt_model_buy_trough_local,buy,2026-04-25 04:27:00,389.0,-1.8995,0,leg_gt,11.63,60 -70403,gt_model_buy_trough_local,buy,2026-04-25 06:24:00,389.0,-1.8995,0,leg_gt,11.55,60 -70404,gt_model_buy_trough_local,buy,2026-04-25 09:09:00,389.0,-1.8995,0,leg_gt,11.43,60 -70405,gt_model_buy_trough_local,buy,2026-04-25 17:57:00,389.0,-1.8995,0,leg_gt,11.07,60 -70406,gt_model_buy_trough_local,buy,2026-04-25 22:33:00,388.0,-1.6464,0,leg_gt,10.88,60 -70407,gt_model_buy_trough_local,buy,2026-04-25 22:39:00,388.0,-1.6464,0,leg_gt,10.87,60 -70408,gt_model_buy_trough_local,buy,2026-04-26 07:57:00,384.0,-0.6208,0,leg_gt,10.48,60 -70409,gt_model_buy_trough_local,buy,2026-04-26 08:00:00,384.0,-0.6208,0,leg_gt,10.48,60 -70410,gt_model_buy_trough_local,buy,2026-04-26 08:03:00,384.0,-0.6208,0,leg_gt,10.48,60 -70411,gt_model_buy_trough_local,buy,2026-04-26 09:30:00,385.0,-0.8792,0,leg_gt,10.42,60 -70412,gt_model_buy_trough_local,buy,2026-04-26 09:33:00,385.0,-0.8792,0,leg_gt,10.42,60 -70413,gt_model_buy_trough_local,buy,2026-04-26 18:15:00,386.0,-1.1363,0,leg_gt,10.05,60 -70414,gt_model_buy_trough_local,buy,2026-04-26 18:21:00,386.0,-1.1363,0,leg_gt,10.05,60 -70415,gt_model_buy_trough_local,buy,2026-04-26 18:24:00,386.0,-1.1363,0,leg_gt,10.05,60 -70416,gt_model_buy_trough_local,buy,2026-04-26 19:12:00,387.0,-1.392,0,leg_gt,10.01,60 -70417,gt_model_buy_trough_local,buy,2026-04-26 23:03:00,384.0,-0.6208,0,leg_gt,9.85,60 -70418,gt_model_buy_trough_local,buy,2026-04-26 23:09:00,384.0,-0.6208,0,leg_gt,9.85,60 -70419,gt_model_buy_trough_local,buy,2026-04-27 00:00:00,385.0,-0.8792,0,leg_gt,9.81,60 -70420,gt_model_buy_trough_local,buy,2026-04-27 00:06:00,385.0,-0.8792,0,leg_gt,9.81,60 -70421,gt_model_buy_trough_local,buy,2026-04-27 05:45:00,385.0,-0.8792,0,leg_gt,9.57,60 -70422,gt_model_buy_trough_local,buy,2026-04-27 07:45:00,385.0,-0.8792,0,leg_gt,9.49,60 -70423,gt_model_buy_trough_local,buy,2026-04-27 09:30:00,385.0,-0.8792,0,leg_gt,9.42,60 -70424,gt_model_buy_trough_local,buy,2026-04-27 09:33:00,386.0,-1.1363,0,leg_gt,9.42,60 -70425,gt_model_buy_trough_local,buy,2026-04-27 15:21:00,382.0,-0.1,0,leg_gt,9.18,60 -70426,gt_model_buy_trough_local,buy,2026-04-28 01:24:00,372.0,2.5882,1,leg_gt,8.76,60 -70427,gt_model_buy_trough_local,buy,2026-04-28 09:48:00,377.0,1.2263,1,leg_gt,8.41,60 -70428,gt_model_buy_trough_local,buy,2026-04-28 10:30:00,377.0,1.2263,1,leg_gt,8.38,60 -70429,gt_model_buy_trough_local,buy,2026-04-28 10:36:00,377.0,1.2263,1,leg_gt,8.37,60 -70430,gt_model_buy_trough_local,buy,2026-04-28 10:48:00,377.0,1.2263,1,leg_gt,8.36,60 -70431,gt_model_buy_trough_local,buy,2026-04-28 12:42:00,375.0,1.7667,1,leg_gt,8.29,60 -70432,gt_model_buy_trough_local,buy,2026-04-28 14:36:00,374.0,2.039,1,leg_gt,8.21,60 -70433,gt_model_buy_trough_local,buy,2026-04-28 18:54:00,371.0,2.865,1,leg_gt,8.03,60 -70434,gt_model_buy_trough_local,buy,2026-04-28 20:15:00,371.0,2.865,1,leg_gt,7.97,60 -70435,gt_model_buy_trough_local,buy,2026-04-28 23:21:00,373.0,2.3129,1,leg_gt,7.84,60 -70436,gt_model_buy_trough_local,buy,2026-04-29 00:33:00,373.0,2.3129,1,leg_gt,7.79,60 -70437,gt_model_buy_trough_local,buy,2026-04-29 06:18:00,374.0,2.039,1,leg_gt,7.55,60 -70438,gt_model_buy_trough_local,buy,2026-04-29 07:45:00,373.0,2.3129,1,leg_gt,7.49,60 -70439,gt_model_buy_trough_local,buy,2026-04-29 09:12:00,373.0,2.3129,1,leg_gt,7.43,60 -70440,gt_model_buy_trough_local,buy,2026-04-29 09:27:00,373.0,2.3129,1,leg_gt,7.42,60 -70441,gt_model_buy_trough_local,buy,2026-04-29 11:36:00,373.0,2.3129,1,leg_gt,7.33,60 -70442,gt_model_buy_trough_local,buy,2026-04-29 11:48:00,373.0,2.3129,1,leg_gt,7.32,60 -70443,gt_model_buy_trough_local,buy,2026-04-29 11:51:00,373.0,2.3129,1,leg_gt,7.32,60 -70444,gt_model_buy_trough_local,buy,2026-04-29 16:21:00,373.0,2.3129,1,leg_gt,7.13,60 -70445,gt_model_buy_trough_local,buy,2026-04-29 17:15:00,374.0,2.039,1,leg_gt,7.1,60 -70446,gt_model_buy_trough_local,buy,2026-04-29 17:21:00,374.0,2.039,1,leg_gt,7.09,60 -70447,gt_model_buy_trough_local,buy,2026-04-29 22:33:00,373.0,2.3129,1,leg_gt,6.88,60 -70448,gt_model_buy_trough_local,buy,2026-04-29 23:54:00,372.0,2.5882,1,leg_gt,6.82,60 -70449,gt_model_buy_trough_local,buy,2026-04-30 01:45:00,367.0,3.9872,1,leg_gt,6.74,60 -70450,gt_model_buy_trough_local,buy,2026-04-30 01:54:00,367.0,3.9872,1,leg_gt,6.74,60 -70451,gt_model_buy_trough_local,buy,2026-04-30 01:57:00,367.0,3.9872,1,leg_gt,6.73,60 -70452,gt_model_buy_trough_local,buy,2026-04-30 02:24:00,367.0,3.9872,1,leg_gt,6.71,60 -70453,gt_model_buy_trough_local,buy,2026-04-30 08:30:00,369.0,3.423,1,leg_gt,6.46,60 -70454,gt_model_buy_trough_local,buy,2026-04-30 13:15:00,371.0,2.865,1,leg_gt,6.26,60 -70455,gt_model_buy_trough_local,buy,2026-04-30 14:57:00,368.0,3.7043,1,leg_gt,6.19,60 -70456,gt_model_buy_trough_local,buy,2026-04-30 17:12:00,366.0,4.2716,1,leg_gt,6.1,60 -70457,gt_model_buy_trough_local,buy,2026-04-30 17:18:00,366.0,4.2716,1,leg_gt,6.09,60 -70458,gt_model_buy_trough_local,buy,2026-04-30 18:51:00,365.0,4.5575,1,leg_gt,6.03,60 -70459,gt_model_buy_trough_local,buy,2026-04-30 20:45:00,362.0,5.4249,1,leg_gt,5.95,60 -70460,gt_model_buy_trough_local,buy,2026-04-30 20:48:00,361.0,5.7172,1,leg_gt,5.95,60 -70461,gt_model_buy_trough_local,buy,2026-04-30 21:51:00,362.0,5.4249,1,leg_gt,5.9,60 -70462,gt_model_buy_trough_local,buy,2026-05-01 12:54:00,363.0,5.1342,1,leg_gt,5.28,60 -70463,gt_model_buy_trough_local,buy,2026-05-01 13:00:00,363.0,5.1342,1,leg_gt,5.27,60 -70464,gt_model_buy_trough_local,buy,2026-05-01 16:48:00,356.0,7.2034,1,leg_gt,5.11,60 -70465,gt_model_buy_trough_local,buy,2026-05-01 17:03:00,356.0,7.2034,1,leg_gt,5.1,60 -70466,gt_model_buy_trough_local,buy,2026-05-01 18:36:00,357.0,6.9028,1,leg_gt,5.04,60 -70467,gt_model_buy_trough_local,buy,2026-05-01 18:45:00,357.0,6.9028,1,leg_gt,5.03,60 -70468,gt_model_buy_trough_local,buy,2026-05-01 20:36:00,353.0,8.1153,1,leg_gt,4.96,60 -70469,gt_model_buy_trough_local,buy,2026-05-01 21:45:00,354.0,7.8096,1,leg_gt,4.91,60 -70470,gt_model_buy_trough_local,buy,2026-05-02 01:09:00,354.0,7.8096,1,leg_gt,4.77,60 -70471,gt_model_buy_trough_local,buy,2026-05-02 07:06:00,350.0,9.0429,1,leg_gt,4.52,60 -70472,gt_model_buy_trough_local,buy,2026-05-02 08:09:00,349.0,9.3556,1,leg_gt,4.47,60 -70473,gt_model_buy_trough_local,buy,2026-05-02 14:18:00,346.0,10.3046,1,leg_gt,4.22,60 -70474,gt_model_buy_trough_local,buy,2026-05-02 15:24:00,346.0,10.3046,1,leg_gt,4.17,60 -70475,gt_model_buy_trough_local,buy,2026-05-03 09:12:00,359.0,6.3067,1,leg_gt,3.43,60 -70476,gt_model_buy_trough_local,buy,2026-05-03 12:27:00,354.0,7.8096,1,leg_gt,3.3,60 -70477,gt_model_buy_trough_local,buy,2026-05-03 13:03:00,354.0,7.8096,1,leg_gt,3.27,60 -70478,gt_model_buy_trough_local,buy,2026-05-03 13:09:00,354.0,7.8096,1,leg_gt,3.27,60 -70479,gt_model_buy_trough_local,buy,2026-05-03 17:57:00,355.0,7.5056,1,leg_gt,3.07,60 -70480,gt_model_buy_trough_local,buy,2026-05-03 19:06:00,353.0,8.1153,1,leg_gt,3.02,60 -70481,gt_model_buy_trough_local,buy,2026-05-03 19:27:00,353.0,8.1153,1,leg_gt,3.0,60 -70482,gt_model_buy_trough_local,buy,2026-05-03 19:30:00,353.0,8.1153,1,leg_gt,3.0,60 -70483,gt_model_buy_trough_local,buy,2026-05-03 19:33:00,353.0,8.1153,1,leg_gt,3.0,60 -70484,gt_model_buy_trough_local,buy,2026-05-03 19:36:00,353.0,8.1153,1,leg_gt,3.0,60 -70485,gt_model_buy_trough_local,buy,2026-05-03 20:00:00,353.0,8.1153,1,leg_gt,2.98,60 -70486,gt_model_buy_trough_local,buy,2026-05-03 20:06:00,353.0,8.1153,1,leg_gt,2.98,60 -70487,gt_model_buy_trough_local,buy,2026-05-03 20:09:00,353.0,8.1153,1,leg_gt,2.98,60 -70488,gt_model_buy_trough_local,buy,2026-05-03 20:12:00,353.0,8.1153,1,leg_gt,2.97,60 -70489,gt_model_buy_trough_local,buy,2026-05-03 20:24:00,353.0,8.1153,1,leg_gt,2.96,60 -70490,gt_model_buy_trough_local,buy,2026-05-03 20:27:00,353.0,8.1153,1,leg_gt,2.96,60 -70491,gt_model_buy_trough_local,buy,2026-05-03 21:57:00,354.0,7.8096,1,leg_gt,2.9,60 -70492,gt_model_buy_trough_local,buy,2026-05-03 23:42:00,353.0,8.1153,1,leg_gt,2.83,60 -70493,gt_model_buy_trough_local,buy,2026-05-04 04:09:00,355.0,7.5056,1,leg_gt,2.64,60 -70494,gt_model_buy_trough_local,buy,2026-05-04 05:30:00,356.0,7.2034,1,leg_gt,2.59,60 -70495,gt_model_buy_trough_local,buy,2026-05-04 10:21:00,349.0,9.3556,1,leg_gt,2.38,60 -70496,gt_model_buy_trough_local,buy,2026-05-04 15:15:00,357.0,6.9028,1,leg_gt,2.18,60 -70497,gt_model_buy_trough_local,buy,2026-05-04 16:30:00,355.0,7.5056,1,leg_gt,2.13,60 -70498,gt_model_buy_trough_local,buy,2026-05-04 16:36:00,355.0,7.5056,1,leg_gt,2.12,60 -70499,gt_model_buy_trough_local,buy,2026-05-04 16:48:00,356.0,7.2034,1,leg_gt,2.11,60 -70500,gt_model_buy_trough_local,buy,2026-05-04 18:03:00,355.0,7.5056,1,leg_gt,2.06,60 -70501,gt_model_buy_trough_local,buy,2026-05-04 21:33:00,351.0,8.7319,1,leg_gt,1.92,60 -70502,gt_model_buy_trough_local,buy,2026-05-04 21:42:00,351.0,8.7319,1,leg_gt,1.91,60 -70503,gt_model_buy_trough_local,buy,2026-05-04 21:54:00,351.0,8.7319,1,leg_gt,1.9,60 -70504,gt_model_buy_trough_local,buy,2026-05-04 23:03:00,349.0,9.3556,1,leg_gt,1.85,60 -70505,gt_model_buy_trough_local,buy,2026-05-04 23:06:00,349.0,9.3556,1,leg_gt,1.85,60 -70506,gt_model_buy_trough_local,buy,2026-05-05 09:09:00,350.0,9.0429,1,leg_gt,1.43,60 -70507,gt_model_buy_trough_local,buy,2026-05-05 14:12:00,356.0,7.2034,1,leg_gt,1.22,60 -70508,gt_model_buy_trough_local,buy,2026-05-05 23:39:00,359.0,6.3067,1,leg_gt,0.83,60 -70509,gt_model_buy_trough_local,buy,2026-05-06 01:12:00,359.0,6.3067,1,leg_gt,0.76,60 -70510,gt_model_buy_trough_local,buy,2026-05-06 01:27:00,359.0,6.3067,1,leg_gt,0.75,60 -70511,gt_model_buy_trough_local,buy,2026-05-06 01:33:00,359.0,6.3067,1,leg_gt,0.75,60 -70512,gt_model_buy_trough_local,buy,2026-05-06 02:45:00,357.0,6.9028,1,leg_gt,0.7,60 -70513,gt_model_buy_trough_local,buy,2026-05-06 21:39:00,379.0,7.8156,1,leg_gt,2.29,60 -70514,gt_model_buy_trough_local,buy,2026-05-07 00:15:00,371.0,10.1426,1,leg_gt,2.18,60 -70515,gt_model_buy_trough_local,buy,2026-05-07 03:27:00,375.0,8.9667,1,leg_gt,2.04,60 -70516,gt_model_buy_trough_local,buy,2026-05-07 04:39:00,374.0,9.2583,1,leg_gt,1.99,60 -70517,gt_model_buy_trough_local,buy,2026-05-07 05:33:00,375.0,8.9667,1,leg_gt,1.96,60 -70518,gt_model_buy_trough_local,buy,2026-05-07 05:36:00,374.0,9.2583,1,leg_gt,1.95,60 -70519,gt_model_buy_trough_local,buy,2026-05-07 05:39:00,374.0,9.2583,1,leg_gt,1.95,60 -70520,gt_model_buy_trough_local,buy,2026-05-07 05:48:00,374.0,9.2583,1,leg_gt,1.95,60 -70521,gt_model_buy_trough_local,buy,2026-05-07 18:09:00,380.0,7.5316,1,leg_gt,1.43,60 -70522,gt_model_buy_trough_local,buy,2026-05-08 05:27:00,373.0,9.5515,1,leg_gt,0.96,60 -70523,gt_model_buy_trough_local,buy,2026-05-08 07:06:00,368.0,11.0413,1,leg_gt,0.89,60 -70524,gt_model_buy_trough_local,buy,2026-05-08 07:09:00,369.0,10.7401,1,leg_gt,0.89,60 -70525,gt_model_buy_trough_local,buy,2026-05-08 11:12:00,373.0,9.5515,1,leg_gt,0.72,60 -70526,gt_model_buy_trough_local,buy,2026-05-08 13:06:00,374.0,9.2583,1,leg_gt,0.64,60 -70527,gt_model_buy_trough_local,buy,2026-05-08 21:12:00,382.0,6.9681,1,leg_gt,0.3,60 -70528,gt_model_buy_trough_local,buy,2026-05-09 07:24:00,402.0,6.1189,1,leg_gt,1.74,60 -70529,gt_model_buy_trough_local,buy,2026-05-09 08:39:00,401.0,6.3838,1,leg_gt,1.69,60 -70530,gt_model_buy_trough_local,buy,2026-05-09 09:03:00,402.0,6.1189,1,leg_gt,1.67,60 -70531,gt_model_buy_trough_local,buy,2026-05-09 12:45:00,404.0,5.5931,1,leg_gt,1.52,60 -70532,gt_model_buy_trough_local,buy,2026-05-09 13:36:00,405.0,5.3321,1,leg_gt,1.48,60 -70533,gt_model_buy_trough_local,buy,2026-05-09 17:45:00,400.0,6.65,1,leg_gt,1.31,60 -70534,gt_model_buy_trough_local,buy,2026-05-09 17:48:00,400.0,6.65,1,leg_gt,1.31,60 -70535,gt_model_buy_trough_local,buy,2026-05-10 00:27:00,398.0,7.1864,1,leg_gt,1.03,60 -70536,gt_model_buy_trough_local,buy,2026-05-10 01:09:00,397.0,7.4567,1,leg_gt,1.0,60 -70537,gt_model_buy_trough_local,buy,2026-05-10 05:27:00,401.0,6.3838,1,leg_gt,0.82,60 -70538,gt_model_buy_trough_local,buy,2026-05-10 06:21:00,400.0,6.65,1,leg_gt,0.79,60 -70539,gt_model_buy_trough_local,buy,2026-05-10 08:12:00,400.0,6.65,1,leg_gt,0.71,60 -70540,gt_model_buy_trough_local,buy,2026-05-10 12:00:00,392.0,8.8286,1,leg_gt,0.55,60 -70541,gt_model_buy_trough_local,buy,2026-05-11 11:09:00,411.0,2.8197,1,leg_gt,2.32,60 -70542,gt_model_buy_trough_local,buy,2026-05-11 21:09:00,413.0,2.3213,1,leg_gt,1.9,60 -70543,gt_model_buy_trough_local,buy,2026-05-12 17:03:00,408.0,3.5765,1,leg_gt,1.07,60 -70544,gt_model_buy_trough_local,buy,2026-05-12 17:06:00,408.0,3.5765,1,leg_gt,1.07,60 -70545,gt_model_buy_trough_local,buy,2026-05-12 19:15:00,404.0,4.603,1,leg_gt,0.98,60 -70546,gt_model_buy_trough_local,buy,2026-05-12 22:30:00,399.0,5.915,1,leg_gt,0.84,60 -70547,gt_model_buy_trough_local,buy,2026-05-13 01:27:00,390.0,8.3615,1,leg_gt,0.72,60 -70548,gt_model_buy_trough_local,buy,2026-05-13 22:36:00,396.0,-6.6657,0,leg_gt,5.7,60 -70549,gt_model_buy_trough_local,buy,2026-05-14 11:42:00,386.0,-4.2451,0,leg_gt,5.16,60 -70550,gt_model_buy_trough_local,buy,2026-05-14 18:00:00,381.0,-2.9871,0,leg_gt,4.89,60 -70551,gt_model_buy_trough_local,buy,2026-05-14 20:39:00,379.0,-2.4747,0,leg_gt,4.78,60 -70552,gt_model_buy_trough_local,buy,2026-05-15 06:21:00,392.0,-5.7122,0,leg_gt,4.38,60 -70553,gt_model_buy_trough_local,buy,2026-05-15 08:00:00,391.0,-5.4708,0,leg_gt,4.31,60 -70554,gt_model_buy_trough_local,buy,2026-05-15 12:33:00,387.0,-4.4928,0,leg_gt,4.12,60 -70555,gt_model_buy_trough_local,buy,2026-05-15 19:21:00,373.0,-0.9043,0,leg_gt,3.84,60 -70556,gt_model_buy_trough_local,buy,2026-05-16 00:00:00,359.0,2.9641,1,leg_gt,3.64,60 -70557,gt_model_buy_trough_local,buy,2026-05-16 00:45:00,358.0,3.252,1,leg_gt,3.61,60 -70558,gt_model_buy_trough_local,buy,2026-05-16 04:39:00,367.0,0.7174,1,leg_gt,3.45,60 -70559,gt_model_buy_trough_local,buy,2026-05-16 07:39:00,364.0,1.5484,1,leg_gt,3.32,60 -70560,gt_model_buy_trough_local,buy,2026-05-16 14:33:00,364.0,1.5484,1,leg_gt,3.04,60 -70561,gt_model_buy_trough_local,buy,2026-05-17 04:27:00,359.0,2.9641,1,leg_gt,2.46,60 -70562,gt_model_buy_trough_local,buy,2026-05-17 04:30:00,359.0,2.9641,1,leg_gt,2.46,60 -70563,gt_model_buy_trough_local,buy,2026-05-17 05:42:00,359.0,2.9641,1,leg_gt,2.41,60 -70564,gt_model_buy_trough_local,buy,2026-05-17 06:48:00,359.0,2.9641,1,leg_gt,2.36,60 -70565,gt_model_buy_trough_local,buy,2026-05-17 06:51:00,359.0,2.9641,1,leg_gt,2.36,60 -70566,gt_model_buy_trough_local,buy,2026-05-17 09:00:00,358.0,3.252,1,leg_gt,2.27,60 -70567,gt_model_buy_trough_local,buy,2026-05-17 09:45:00,358.0,3.252,1,leg_gt,2.24,60 -70568,gt_model_buy_trough_local,buy,2026-05-17 19:00:00,363.0,1.8284,1,leg_gt,1.85,60 -70569,gt_model_buy_trough_local,buy,2026-05-18 00:15:00,360.0,2.6778,1,leg_gt,1.63,60 -70570,gt_model_buy_trough_local,buy,2026-05-18 00:18:00,360.0,2.6778,1,leg_gt,1.63,60 -70571,gt_model_buy_trough_local,buy,2026-05-18 00:21:00,360.0,2.6778,1,leg_gt,1.63,60 -70572,gt_model_buy_trough_local,buy,2026-05-18 00:24:00,360.0,2.6778,1,leg_gt,1.63,60 -70573,gt_model_buy_trough_local,buy,2026-05-18 00:30:00,360.0,2.6778,1,leg_gt,1.62,60 -70574,gt_model_buy_trough_local,buy,2026-05-18 00:39:00,360.0,2.6778,1,leg_gt,1.62,60 -70575,gt_model_buy_trough_local,buy,2026-05-18 01:03:00,360.0,2.6778,1,leg_gt,1.6,60 -70576,gt_model_buy_trough_local,buy,2026-05-18 01:15:00,360.0,2.6778,1,leg_gt,1.59,60 -70577,gt_model_buy_trough_local,buy,2026-05-18 01:18:00,360.0,2.6778,1,leg_gt,1.59,60 -70578,gt_model_buy_trough_local,buy,2026-05-18 01:21:00,360.0,2.6778,1,leg_gt,1.59,60 -70579,gt_model_buy_trough_local,buy,2026-05-18 01:24:00,360.0,2.6778,1,leg_gt,1.59,60 -70580,gt_model_buy_trough_local,buy,2026-05-18 01:30:00,360.0,2.6778,1,leg_gt,1.58,60 -70581,gt_model_buy_trough_local,buy,2026-05-18 07:03:00,360.0,2.6778,1,leg_gt,1.35,60 -70582,gt_model_buy_trough_local,buy,2026-05-18 07:09:00,360.0,2.6778,1,leg_gt,1.35,60 -70583,gt_model_buy_trough_local,buy,2026-05-18 14:30:00,351.0,5.3131,1,leg_gt,1.04,60 -70584,gt_model_buy_trough_local,buy,2026-05-18 17:42:00,346.0,6.8364,1,leg_gt,0.91,60 -70585,gt_model_buy_trough_local,buy,2026-05-18 20:03:00,344.0,7.4581,1,leg_gt,0.81,60 -70586,gt_model_buy_trough_local,buy,2026-05-18 20:24:00,344.0,7.4581,1,leg_gt,0.79,60 -70587,gt_model_buy_trough_local,buy,2026-05-19 12:03:00,356.0,3.8326,1,leg_gt,0.14,60 -70588,gt_model_buy_trough_local,buy,2026-05-19 19:30:00,363.0,8.7154,1,leg_gt,1.94,60 -70589,gt_model_buy_trough_local,buy,2026-05-19 22:00:00,361.0,9.3183,1,leg_gt,1.84,60 -70590,gt_model_buy_trough_local,buy,2026-05-19 22:09:00,361.0,9.3183,1,leg_gt,1.83,60 -70591,gt_model_buy_trough_local,buy,2026-05-19 22:12:00,361.0,9.3183,1,leg_gt,1.83,60 -70592,gt_model_buy_trough_local,buy,2026-05-20 00:51:00,357.0,10.5443,1,leg_gt,1.72,60 -70593,gt_model_buy_trough_local,buy,2026-05-20 01:48:00,358.0,10.2352,1,leg_gt,1.68,60 -70594,gt_model_buy_trough_local,buy,2026-05-20 02:09:00,358.0,10.2352,1,leg_gt,1.66,60 -70595,gt_model_buy_trough_local,buy,2026-05-20 02:12:00,358.0,10.2352,1,leg_gt,1.66,60 -70596,gt_model_buy_trough_local,buy,2026-05-20 05:15:00,358.0,10.2352,1,leg_gt,1.53,60 -70597,gt_model_buy_trough_local,buy,2026-05-20 12:57:00,356.0,10.8551,1,leg_gt,1.21,60 -70598,gt_model_buy_trough_local,buy,2026-05-20 18:06:00,356.0,10.8551,1,leg_gt,1.0,60 -70599,gt_model_buy_trough_local,buy,2026-05-20 18:18:00,356.0,10.8551,1,leg_gt,0.99,60 -70600,gt_model_buy_trough_local,buy,2026-05-20 19:12:00,357.0,10.5443,1,leg_gt,0.95,60 -70601,gt_model_buy_trough_local,buy,2026-05-20 19:27:00,357.0,10.5443,1,leg_gt,0.94,60 -70602,gt_model_buy_trough_local,buy,2026-05-20 22:27:00,355.0,11.1676,1,leg_gt,0.82,60 -70603,gt_model_buy_trough_local,buy,2026-05-21 05:03:00,371.0,6.369,1,leg_gt,0.54,60 -70604,gt_model_buy_trough_local,buy,2026-05-21 06:21:00,373.0,5.7981,1,leg_gt,0.49,60 -70605,gt_model_buy_trough_local,buy,2026-05-21 08:21:00,367.0,7.5294,1,leg_gt,0.4,60 -70606,gt_model_buy_trough_local,buy,2026-05-21 23:42:00,384.0,15.7854,1,leg_gt,1.03,60 -70607,gt_model_buy_trough_local,buy,2026-05-22 07:51:00,398.0,11.709,1,leg_gt,0.69,60 -70608,gt_model_buy_trough_local,buy,2026-05-22 07:54:00,398.0,11.709,1,leg_gt,0.69,60 -70609,gt_model_buy_trough_local,buy,2026-05-22 08:03:00,398.0,11.709,1,leg_gt,0.69,60 -70610,gt_model_buy_trough_local,buy,2026-05-23 08:39:00,421.0,10.1138,1,leg_gt,1.59,60 -70611,gt_model_buy_trough_local,buy,2026-05-23 08:42:00,421.0,10.1138,1,leg_gt,1.59,60 -70612,gt_model_buy_trough_local,buy,2026-05-24 21:24:00,450.0,3.0111,1,leg_gt,0.06,60 -70613,gt_model_buy_trough_local,buy,2026-05-24 21:27:00,449.0,3.2408,1,leg_gt,0.05,60 -70614,gt_model_buy_trough_local,buy,2026-05-24 21:33:00,450.0,3.0111,1,leg_gt,0.05,60 -70615,gt_model_buy_trough_local,buy,2026-05-24 21:36:00,450.0,3.0111,1,leg_gt,0.05,60 -70616,gt_model_buy_trough_local,buy,2026-05-25 00:15:00,448.0,34.4982,1,leg_gt,1.89,60 -70617,gt_model_buy_trough_local,buy,2026-05-25 03:27:00,442.0,36.3253,1,leg_gt,1.75,60 -70618,gt_model_buy_trough_local,buy,2026-05-25 10:45:00,438.0,37.5712,1,leg_gt,1.45,60 -70619,gt_model_buy_trough_local,buy,2026-05-25 22:00:00,447.0,34.7993,1,leg_gt,0.98,60 -70620,gt_model_buy_trough_local,buy,2026-05-26 10:51:00,485.0,24.2299,1,leg_gt,0.44,60 -70621,gt_model_buy_trough_local,buy,2026-05-27 04:42:00,564.0,-18.3624,0,leg_gt,2.49,60 -70622,gt_model_buy_trough_local,buy,2026-05-27 10:15:00,548.0,-15.9759,0,leg_gt,2.26,60 -70623,gt_model_buy_trough_local,buy,2026-05-27 12:39:00,533.0,-13.6084,0,leg_gt,2.16,60 -70624,gt_model_buy_trough_local,buy,2026-05-27 17:45:00,535.0,-13.9318,0,leg_gt,1.95,60 -70625,gt_model_buy_trough_local,buy,2026-05-27 17:48:00,535.0,-13.9318,0,leg_gt,1.94,60 -70626,gt_model_buy_trough_local,buy,2026-05-27 17:51:00,535.0,-13.9318,0,leg_gt,1.94,60 -70627,gt_model_buy_trough_local,buy,2026-05-28 11:15:00,488.0,-5.6328,0,leg_gt,1.22,60 -70628,gt_model_buy_trough_local,buy,2026-05-28 22:15:00,433.0,6.3665,1,leg_gt,0.76,60 -70629,gt_model_buy_trough_local,buy,2026-05-29 06:06:00,419.0,9.9239,1,leg_gt,0.43,60 -70630,gt_model_buy_trough_local,buy,2026-05-29 08:27:00,410.0,12.339,1,leg_gt,0.33,60 -70631,gt_model_buy_trough_local,buy,2026-05-29 12:21:00,428.0,7.6103,1,leg_gt,0.17,60 -70632,gt_model_buy_trough_local,buy,2026-05-29 22:33:00,431.0,30.5265,1,leg_gt,1.3,60 -70633,gt_model_buy_trough_local,buy,2026-05-30 16:06:00,438.0,28.4388,1,leg_gt,0.57,60 -70634,gt_model_buy_trough_local,buy,2026-05-30 19:57:00,440.0,27.8545,1,leg_gt,0.41,60 -70635,gt_model_buy_trough_local,buy,2026-05-31 14:45:00,509.0,16.7959,1,leg_gt,1.0,60 -70636,gt_model_buy_trough_local,buy,2026-05-31 17:09:00,501.0,18.6625,1,leg_gt,0.9,60 -70637,gt_model_buy_trough_local,buy,2026-05-31 17:12:00,501.0,18.6625,1,leg_gt,0.9,60 -70638,gt_model_buy_trough_local,buy,2026-05-31 19:06:00,498.0,19.3779,1,leg_gt,0.82,60 -70639,gt_model_buy_trough_local,buy,2026-05-31 19:12:00,498.0,19.3779,1,leg_gt,0.82,60 -70640,gt_model_buy_trough_local,buy,2026-05-31 19:15:00,497.0,19.6183,1,leg_gt,0.82,60 -70641,gt_model_buy_trough_local,buy,2026-06-01 18:00:00,560.0,11.6857,1,leg_gt,0.4,60 -70642,gt_model_buy_trough_local,buy,2026-06-01 22:06:00,547.0,14.3424,1,leg_gt,0.23,60 -70643,gt_model_buy_trough_local,buy,2026-06-02 10:36:00,632.0,10.0266,1,leg_gt,0.15,60 -70644,gt_model_buy_trough_local,buy,2026-06-02 10:39:00,631.0,10.2011,1,leg_gt,0.15,60 -70645,gt_model_buy_trough_local,buy,2026-06-02 18:45:00,605.0,27.5033,1,leg_gt,1.16,60 -70646,gt_model_buy_trough_local,buy,2026-06-03 12:21:00,580.0,33.0034,1,leg_gt,0.42,60 -70647,gt_model_buy_trough_local,buy,2026-06-04 05:03:00,784.0,1.5582,1,leg_gt,0.08,60 -70648,gt_model_buy_trough_local,buy,2026-06-04 06:24:00,775.0,2.7387,1,leg_gt,0.02,60 -70650,gt_model_sell_zigzag_peak,sell,2025-07-20 21:48:00,1660.0,8.6811,1,leg_gt,0.91,60 -70651,gt_model_sell_zigzag_peak,sell,2025-07-21 02:00:00,1715.0,12.2853,1,leg_gt,1.09,60 -70652,gt_model_sell_zigzag_peak,sell,2025-07-23 09:57:00,1807.0,10.4875,1,leg_gt,0.31,60 -70653,gt_model_sell_zigzag_peak,sell,2025-09-09 01:03:00,2090.0,25.9555,1,leg_gt,0.2,60 -70654,gt_model_sell_zigzag_peak,sell,2025-09-09 10:27:00,2487.0,24.8749,1,leg_gt,0.3,60 -70655,gt_model_sell_zigzag_peak,sell,2025-09-09 14:06:00,2538.0,1.0962,1,leg_gt,0.0,60 -70656,gt_model_sell_zigzag_peak,sell,2025-09-09 17:12:00,2671.0,1.6912,1,leg_gt,0.01,60 -70657,gt_model_sell_zigzag_peak,sell,2025-09-09 20:33:00,2892.0,10.1134,1,leg_gt,0.15,60 -70680,gt_model_sell_peak_local,sell,2025-06-06 07:57:00,1446.0,1.6593,1,leg_gt,0.07,60 -70681,gt_model_sell_peak_local,sell,2025-06-06 09:09:00,1444.0,1.5186,1,leg_gt,0.12,60 -70682,gt_model_sell_peak_local,sell,2025-06-06 09:12:00,1444.0,1.5186,1,leg_gt,0.12,60 -70683,gt_model_sell_peak_local,sell,2025-06-06 11:09:00,1455.0,2.2927,1,leg_gt,0.21,60 -70684,gt_model_sell_peak_local,sell,2025-06-06 11:12:00,1452.0,2.0816,1,leg_gt,0.21,60 -70685,gt_model_sell_peak_local,sell,2025-06-06 17:03:00,1471.0,3.4186,1,leg_gt,0.45,60 -70686,gt_model_sell_peak_local,sell,2025-06-06 17:06:00,1474.0,3.6298,1,leg_gt,0.45,60 -70687,gt_model_sell_peak_local,sell,2025-06-06 18:45:00,1475.0,3.7001,1,leg_gt,0.52,60 -70688,gt_model_sell_peak_local,sell,2025-06-06 18:48:00,1472.0,3.489,1,leg_gt,0.52,60 -70689,gt_model_sell_peak_local,sell,2025-06-06 22:33:00,1477.0,3.8409,1,leg_gt,0.68,60 -70690,gt_model_sell_peak_local,sell,2025-06-07 01:15:00,1501.0,5.5298,1,leg_gt,0.79,60 -70691,gt_model_sell_peak_local,sell,2025-06-07 02:24:00,1499.0,5.3891,1,leg_gt,0.84,60 -70692,gt_model_sell_peak_local,sell,2025-06-07 06:30:00,1478.0,3.9113,1,leg_gt,1.01,60 -70693,gt_model_sell_peak_local,sell,2025-06-07 07:45:00,1472.0,3.489,1,leg_gt,1.06,60 -70694,gt_model_sell_peak_local,sell,2025-06-07 11:12:00,1495.0,5.1076,1,leg_gt,1.21,60 -70695,gt_model_sell_peak_local,sell,2025-06-07 13:51:00,1535.0,7.9225,1,leg_gt,1.32,60 -70696,gt_model_sell_peak_local,sell,2025-06-07 18:06:00,1557.0,9.4707,1,leg_gt,1.5,60 -70697,gt_model_sell_peak_local,sell,2025-06-07 20:57:00,1564.0,9.9633,1,leg_gt,1.61,60 -70698,gt_model_sell_peak_local,sell,2025-06-07 22:42:00,1567.0,10.1745,1,leg_gt,1.69,60 -70699,gt_model_sell_peak_local,sell,2025-06-08 02:03:00,1534.0,7.8521,1,leg_gt,1.83,60 -70700,gt_model_sell_peak_local,sell,2025-06-08 06:15:00,1555.0,9.33,1,leg_gt,2.0,60 -70701,gt_model_sell_peak_local,sell,2025-06-08 08:33:00,1558.0,9.5411,1,leg_gt,2.1,60 -70702,gt_model_sell_peak_local,sell,2025-06-08 11:45:00,1550.0,8.9781,1,leg_gt,2.23,60 -70703,gt_model_sell_peak_local,sell,2025-06-08 14:33:00,1534.0,7.8521,1,leg_gt,2.35,60 -70704,gt_model_sell_peak_local,sell,2025-06-08 14:36:00,1534.0,7.8521,1,leg_gt,2.35,60 -70705,gt_model_sell_peak_local,sell,2025-06-08 14:39:00,1533.0,7.7818,1,leg_gt,2.35,60 -70706,gt_model_sell_peak_local,sell,2025-06-08 14:42:00,1533.0,7.7818,1,leg_gt,2.35,60 -70707,gt_model_sell_peak_local,sell,2025-06-08 18:21:00,1520.0,6.8669,1,leg_gt,2.51,60 -70708,gt_model_sell_peak_local,sell,2025-06-08 22:12:00,1523.0,0.8278,1,leg_gt,0.11,60 -70709,gt_model_sell_peak_local,sell,2025-06-08 23:48:00,1528.0,1.1591,1,leg_gt,0.18,60 -70710,gt_model_sell_peak_local,sell,2025-06-09 01:09:00,1531.0,1.3579,1,leg_gt,0.24,60 -70711,gt_model_sell_peak_local,sell,2025-06-09 01:12:00,1533.0,1.4905,1,leg_gt,0.24,60 -70712,gt_model_sell_peak_local,sell,2025-06-09 03:06:00,1532.0,1.4242,1,leg_gt,0.32,60 -70713,gt_model_sell_peak_local,sell,2025-06-09 07:57:00,1534.0,1.5567,1,leg_gt,0.52,60 -70714,gt_model_sell_peak_local,sell,2025-06-09 10:36:00,1530.0,1.2917,1,leg_gt,0.63,60 -70715,gt_model_sell_peak_local,sell,2025-06-09 14:06:00,1493.0,-1.1603,0,leg_gt,0.78,60 -70716,gt_model_sell_peak_local,sell,2025-06-09 14:09:00,1494.0,-1.094,0,leg_gt,0.78,60 -70717,gt_model_sell_peak_local,sell,2025-06-09 16:54:00,1488.0,0.987,1,leg_gt,0.07,60 -70718,gt_model_sell_peak_local,sell,2025-06-09 20:30:00,1560.0,5.8783,1,leg_gt,0.22,60 -70719,gt_model_sell_peak_local,sell,2025-06-09 22:42:00,1534.0,4.112,1,leg_gt,0.31,60 -70720,gt_model_sell_peak_local,sell,2025-06-10 02:42:00,1532.0,1.8973,1,leg_gt,0.15,60 -70721,gt_model_sell_peak_local,sell,2025-06-10 05:06:00,1531.0,1.8308,1,leg_gt,0.25,60 -70722,gt_model_sell_peak_local,sell,2025-06-10 09:00:00,1588.0,5.6257,1,leg_gt,0.41,60 -70723,gt_model_sell_peak_local,sell,2025-06-10 10:24:00,1584.0,5.3594,1,leg_gt,0.47,60 -70724,gt_model_sell_peak_local,sell,2025-06-10 15:18:00,1540.0,0.1604,1,leg_gt,0.0,60 -70725,gt_model_sell_peak_local,sell,2025-06-10 18:09:00,1552.0,0.9417,1,leg_gt,0.12,60 -70726,gt_model_sell_peak_local,sell,2025-06-10 19:57:00,1570.0,2.1135,1,leg_gt,0.2,60 -70727,gt_model_sell_peak_local,sell,2025-06-10 20:03:00,1566.0,1.8531,1,leg_gt,0.2,60 -70728,gt_model_sell_peak_local,sell,2025-06-10 22:57:00,1597.0,3.8714,1,leg_gt,0.32,60 -70729,gt_model_sell_peak_local,sell,2025-06-10 23:12:00,1597.0,3.8714,1,leg_gt,0.33,60 -70730,gt_model_sell_peak_local,sell,2025-06-11 05:36:00,1582.0,1.6363,1,leg_gt,0.12,60 -70731,gt_model_sell_peak_local,sell,2025-06-11 06:57:00,1582.0,1.6363,1,leg_gt,0.18,60 -70732,gt_model_sell_peak_local,sell,2025-06-11 08:30:00,1604.0,3.0511,1,leg_gt,0.25,60 -70733,gt_model_sell_peak_local,sell,2025-06-11 08:33:00,1605.0,3.1154,1,leg_gt,0.25,60 -70734,gt_model_sell_peak_local,sell,2025-06-11 09:45:00,1603.0,2.9868,1,leg_gt,0.3,60 -70735,gt_model_sell_peak_local,sell,2025-06-11 09:57:00,1601.0,2.8582,1,leg_gt,0.31,60 -70736,gt_model_sell_peak_local,sell,2025-06-11 10:09:00,1586.0,1.8936,1,leg_gt,0.31,60 -70737,gt_model_sell_peak_local,sell,2025-06-11 13:33:00,1604.0,3.0511,1,leg_gt,0.46,60 -70738,gt_model_sell_peak_local,sell,2025-06-11 17:30:00,1599.0,2.7296,1,leg_gt,0.62,60 -70739,gt_model_sell_peak_local,sell,2025-06-11 20:48:00,1563.0,0.4145,1,leg_gt,0.76,60 -70740,gt_model_sell_peak_local,sell,2025-06-11 20:51:00,1564.0,0.4788,1,leg_gt,0.76,60 -70741,gt_model_sell_peak_local,sell,2025-06-11 20:57:00,1573.0,1.0576,1,leg_gt,0.76,60 -70742,gt_model_sell_peak_local,sell,2025-06-12 01:00:00,1644.0,5.6235,1,leg_gt,0.93,60 -70743,gt_model_sell_peak_local,sell,2025-06-12 02:27:00,1640.0,5.3662,1,leg_gt,0.99,60 -70744,gt_model_sell_peak_local,sell,2025-06-12 07:12:00,1540.0,-1.0646,0,leg_gt,1.19,60 -70745,gt_model_sell_peak_local,sell,2025-06-12 07:21:00,1527.0,-1.9006,0,leg_gt,1.2,60 -70746,gt_model_sell_peak_local,sell,2025-06-12 09:30:00,1526.0,-1.965,0,leg_gt,1.29,60 -70747,gt_model_sell_peak_local,sell,2025-06-12 12:03:00,1527.0,-1.9006,0,leg_gt,1.39,60 -70748,gt_model_sell_peak_local,sell,2025-06-12 15:33:00,1525.0,-2.0293,0,leg_gt,1.54,60 -70749,gt_model_sell_peak_local,sell,2025-06-12 16:42:00,1512.0,-2.8653,0,leg_gt,1.59,60 -70750,gt_model_sell_peak_local,sell,2025-06-13 00:48:00,1473.0,-5.3733,0,leg_gt,1.92,60 -70751,gt_model_sell_peak_local,sell,2025-06-13 00:51:00,1468.0,-5.6949,0,leg_gt,1.93,60 -70752,gt_model_sell_peak_local,sell,2025-06-13 03:45:00,1469.0,-5.6305,0,leg_gt,2.05,60 -70753,gt_model_sell_peak_local,sell,2025-06-13 03:48:00,1462.0,-6.0807,0,leg_gt,2.05,60 -70754,gt_model_sell_peak_local,sell,2025-06-13 03:51:00,1466.0,-5.8235,0,leg_gt,2.05,60 -70755,gt_model_sell_peak_local,sell,2025-06-13 09:24:00,1370.0,-11.9971,0,leg_gt,2.28,60 -70756,gt_model_sell_peak_local,sell,2025-06-13 09:42:00,1350.0,-13.2833,0,leg_gt,2.3,60 -70757,gt_model_sell_peak_local,sell,2025-06-13 09:48:00,1360.0,-12.6402,0,leg_gt,2.3,60 -70758,gt_model_sell_peak_local,sell,2025-06-13 13:57:00,1352.0,3.343,1,leg_gt,0.11,60 -70759,gt_model_sell_peak_local,sell,2025-06-13 14:36:00,1345.0,2.8074,1,leg_gt,0.14,60 -70760,gt_model_sell_peak_local,sell,2025-06-13 18:33:00,1357.0,3.7256,1,leg_gt,0.31,60 -70761,gt_model_sell_peak_local,sell,2025-06-13 22:09:00,1342.0,2.5779,1,leg_gt,0.46,60 -70762,gt_model_sell_peak_local,sell,2025-06-13 23:42:00,1343.0,0.8774,1,leg_gt,0.01,60 -70763,gt_model_sell_peak_local,sell,2025-06-14 02:15:00,1370.0,2.9075,1,leg_gt,0.12,60 -70764,gt_model_sell_peak_local,sell,2025-06-14 08:03:00,1382.0,3.8098,1,leg_gt,0.36,60 -70765,gt_model_sell_peak_local,sell,2025-06-14 08:06:00,1386.0,4.1105,1,leg_gt,0.36,60 -70766,gt_model_sell_peak_local,sell,2025-06-14 09:57:00,1385.0,4.0353,1,leg_gt,0.44,60 -70767,gt_model_sell_peak_local,sell,2025-06-14 10:00:00,1385.0,4.0353,1,leg_gt,0.44,60 -70768,gt_model_sell_peak_local,sell,2025-06-14 14:36:00,1378.0,3.509,1,leg_gt,0.63,60 -70769,gt_model_sell_peak_local,sell,2025-06-14 15:48:00,1372.0,3.0579,1,leg_gt,0.68,60 -70770,gt_model_sell_peak_local,sell,2025-06-14 17:45:00,1373.0,3.1331,1,leg_gt,0.76,60 -70771,gt_model_sell_peak_local,sell,2025-06-14 19:21:00,1362.0,2.306,1,leg_gt,0.83,60 -70772,gt_model_sell_peak_local,sell,2025-06-14 21:21:00,1362.0,2.306,1,leg_gt,0.91,60 -70773,gt_model_sell_peak_local,sell,2025-06-14 23:12:00,1370.0,2.9075,1,leg_gt,0.99,60 -70774,gt_model_sell_peak_local,sell,2025-06-15 04:06:00,1343.0,0.8774,1,leg_gt,1.19,60 -70775,gt_model_sell_peak_local,sell,2025-06-15 05:39:00,1338.0,0.653,1,leg_gt,0.02,60 -70776,gt_model_sell_peak_local,sell,2025-06-15 08:03:00,1361.0,2.3849,1,leg_gt,0.12,60 -70777,gt_model_sell_peak_local,sell,2025-06-15 10:51:00,1359.0,2.2343,1,leg_gt,0.24,60 -70778,gt_model_sell_peak_local,sell,2025-06-15 15:48:00,1356.0,2.0084,1,leg_gt,0.44,60 -70779,gt_model_sell_peak_local,sell,2025-06-15 17:57:00,1348.0,1.406,1,leg_gt,0.53,60 -70780,gt_model_sell_peak_local,sell,2025-06-15 20:54:00,1357.0,2.0837,1,leg_gt,0.65,60 -70781,gt_model_sell_peak_local,sell,2025-06-15 20:57:00,1355.0,1.9331,1,leg_gt,0.66,60 -70782,gt_model_sell_peak_local,sell,2025-06-15 21:03:00,1353.0,1.7825,1,leg_gt,0.66,60 -70783,gt_model_sell_peak_local,sell,2025-06-15 21:06:00,1353.0,1.7825,1,leg_gt,0.66,60 -70784,gt_model_sell_peak_local,sell,2025-06-16 00:54:00,1361.0,2.3849,1,leg_gt,0.82,60 -70785,gt_model_sell_peak_local,sell,2025-06-16 03:48:00,1349.0,1.4813,1,leg_gt,0.94,60 -70786,gt_model_sell_peak_local,sell,2025-06-16 05:12:00,1343.0,1.0295,1,leg_gt,1.0,60 -70787,gt_model_sell_peak_local,sell,2025-06-16 08:21:00,1357.0,2.3151,1,leg_gt,0.09,60 -70788,gt_model_sell_peak_local,sell,2025-06-16 08:24:00,1353.0,2.0132,1,leg_gt,0.09,60 -70789,gt_model_sell_peak_local,sell,2025-06-16 09:36:00,1347.0,1.5604,1,leg_gt,0.14,60 -70790,gt_model_sell_peak_local,sell,2025-06-16 12:12:00,1362.0,2.6925,1,leg_gt,0.25,60 -70791,gt_model_sell_peak_local,sell,2025-06-16 12:15:00,1363.0,2.7679,1,leg_gt,0.25,60 -70792,gt_model_sell_peak_local,sell,2025-06-16 12:18:00,1363.0,2.7679,1,leg_gt,0.25,60 -70793,gt_model_sell_peak_local,sell,2025-06-16 17:45:00,1398.0,5.4094,1,leg_gt,0.48,60 -70794,gt_model_sell_peak_local,sell,2025-06-16 17:48:00,1399.0,5.4849,1,leg_gt,0.48,60 -70795,gt_model_sell_peak_local,sell,2025-06-16 19:24:00,1402.0,5.7113,1,leg_gt,0.55,60 -70796,gt_model_sell_peak_local,sell,2025-06-16 19:48:00,1388.0,4.6547,1,leg_gt,0.57,60 -70797,gt_model_sell_peak_local,sell,2025-06-16 21:45:00,1388.0,4.6547,1,leg_gt,0.65,60 -70798,gt_model_sell_peak_local,sell,2025-06-16 22:48:00,1390.0,4.8057,1,leg_gt,0.69,60 -70799,gt_model_sell_peak_local,sell,2025-06-17 00:36:00,1389.0,4.7302,1,leg_gt,0.77,60 -70800,gt_model_sell_peak_local,sell,2025-06-17 02:21:00,1391.0,4.8811,1,leg_gt,0.84,60 -70801,gt_model_sell_peak_local,sell,2025-06-17 05:27:00,1394.0,5.1075,1,leg_gt,0.97,60 -70802,gt_model_sell_peak_local,sell,2025-06-17 06:42:00,1389.0,4.7302,1,leg_gt,1.02,60 -70803,gt_model_sell_peak_local,sell,2025-06-17 11:06:00,1301.0,2.0193,1,leg_gt,0.08,60 -70804,gt_model_sell_peak_local,sell,2025-06-17 13:09:00,1322.0,3.6677,1,leg_gt,0.17,60 -70805,gt_model_sell_peak_local,sell,2025-06-17 13:12:00,1322.0,3.6677,1,leg_gt,0.17,60 -70806,gt_model_sell_peak_local,sell,2025-06-17 17:36:00,1291.0,1.2344,1,leg_gt,0.35,60 -70807,gt_model_sell_peak_local,sell,2025-06-17 22:12:00,1283.0,0.6064,1,leg_gt,0.54,60 -70808,gt_model_sell_peak_local,sell,2025-06-18 00:12:00,1273.0,-0.1785,0,leg_gt,0.63,60 -70809,gt_model_sell_peak_local,sell,2025-06-18 05:51:00,1283.0,3.2011,1,leg_gt,0.15,60 -70810,gt_model_sell_peak_local,sell,2025-06-18 11:21:00,1268.0,1.9934,1,leg_gt,0.38,60 -70811,gt_model_sell_peak_local,sell,2025-06-18 12:27:00,1275.0,2.557,1,leg_gt,0.43,60 -70812,gt_model_sell_peak_local,sell,2025-06-18 15:27:00,1277.0,2.718,1,leg_gt,0.55,60 -70813,gt_model_sell_peak_local,sell,2025-06-18 18:03:00,1265.0,1.7519,1,leg_gt,0.66,60 -70814,gt_model_sell_peak_local,sell,2025-06-18 22:00:00,1233.0,-0.8246,0,leg_gt,0.82,60 -70815,gt_model_sell_peak_local,sell,2025-06-18 22:09:00,1228.0,-1.2272,0,leg_gt,0.83,60 -70816,gt_model_sell_peak_local,sell,2025-06-18 22:12:00,1227.0,-1.3077,0,leg_gt,0.83,60 -70817,gt_model_sell_peak_local,sell,2025-06-19 01:48:00,1246.0,3.0457,1,leg_gt,0.14,60 -70818,gt_model_sell_peak_local,sell,2025-06-19 05:21:00,1265.0,4.6185,1,leg_gt,0.29,60 -70819,gt_model_sell_peak_local,sell,2025-06-19 07:54:00,1314.0,8.6748,1,leg_gt,0.4,60 -70820,gt_model_sell_peak_local,sell,2025-06-19 10:42:00,1310.0,8.3437,1,leg_gt,0.51,60 -70821,gt_model_sell_peak_local,sell,2025-06-19 13:27:00,1306.0,8.0126,1,leg_gt,0.63,60 -70822,gt_model_sell_peak_local,sell,2025-06-19 15:21:00,1306.0,8.0126,1,leg_gt,0.71,60 -70823,gt_model_sell_peak_local,sell,2025-06-19 17:06:00,1300.0,7.5159,1,leg_gt,0.78,60 -70824,gt_model_sell_peak_local,sell,2025-06-19 19:48:00,1288.0,6.5225,1,leg_gt,0.89,60 -70825,gt_model_sell_peak_local,sell,2025-06-20 00:27:00,1292.0,6.8536,1,leg_gt,1.09,60 -70826,gt_model_sell_peak_local,sell,2025-06-20 02:27:00,1285.0,6.2742,1,leg_gt,1.17,60 -70827,gt_model_sell_peak_local,sell,2025-06-20 04:06:00,1297.0,7.2675,1,leg_gt,1.24,60 -70828,gt_model_sell_peak_local,sell,2025-06-20 04:09:00,1294.0,7.0192,1,leg_gt,1.24,60 -70829,gt_model_sell_peak_local,sell,2025-06-20 08:36:00,1288.0,6.5225,1,leg_gt,1.42,60 -70830,gt_model_sell_peak_local,sell,2025-06-20 10:12:00,1285.0,6.2742,1,leg_gt,1.49,60 -70831,gt_model_sell_peak_local,sell,2025-06-20 12:09:00,1279.0,5.7775,1,leg_gt,1.57,60 -70832,gt_model_sell_peak_local,sell,2025-06-20 18:12:00,1295.0,2.8412,1,leg_gt,0.16,60 -70833,gt_model_sell_peak_local,sell,2025-06-20 18:15:00,1299.0,3.1591,1,leg_gt,0.16,60 -70834,gt_model_sell_peak_local,sell,2025-06-20 20:39:00,1289.0,2.3642,1,leg_gt,0.26,60 -70835,gt_model_sell_peak_local,sell,2025-06-20 20:42:00,1289.0,2.3642,1,leg_gt,0.26,60 -70836,gt_model_sell_peak_local,sell,2025-06-20 22:45:00,1291.0,2.5232,1,leg_gt,0.35,60 -70837,gt_model_sell_peak_local,sell,2025-06-20 22:48:00,1285.0,2.0463,1,leg_gt,0.35,60 -70838,gt_model_sell_peak_local,sell,2025-06-20 23:06:00,1285.0,2.0463,1,leg_gt,0.36,60 -70839,gt_model_sell_peak_local,sell,2025-06-21 01:54:00,1252.0,-0.0201,0,leg_gt,0.08,60 -70840,gt_model_sell_peak_local,sell,2025-06-21 04:12:00,1240.0,-0.9793,0,leg_gt,0.18,60 -70841,gt_model_sell_peak_local,sell,2025-06-21 04:15:00,1238.0,-1.1392,0,leg_gt,0.18,60 -70842,gt_model_sell_peak_local,sell,2025-06-21 06:36:00,1244.0,-0.6596,0,leg_gt,0.28,60 -70843,gt_model_sell_peak_local,sell,2025-06-21 06:39:00,1240.0,-0.9793,0,leg_gt,0.28,60 -70844,gt_model_sell_peak_local,sell,2025-06-21 06:42:00,1240.0,-0.9793,0,leg_gt,0.28,60 -70845,gt_model_sell_peak_local,sell,2025-06-21 10:27:00,1236.0,-1.299,0,leg_gt,0.44,60 -70846,gt_model_sell_peak_local,sell,2025-06-21 11:42:00,1239.0,-1.0592,0,leg_gt,0.49,60 -70847,gt_model_sell_peak_local,sell,2025-06-21 11:45:00,1238.0,-1.1392,0,leg_gt,0.49,60 -70848,gt_model_sell_peak_local,sell,2025-06-21 13:33:00,1234.0,-1.4589,0,leg_gt,0.57,60 -70849,gt_model_sell_peak_local,sell,2025-06-21 15:33:00,1235.0,-1.379,0,leg_gt,0.65,60 -70850,gt_model_sell_peak_local,sell,2025-06-21 17:45:00,1238.0,-1.1392,0,leg_gt,0.74,60 -70851,gt_model_sell_peak_local,sell,2025-06-21 19:00:00,1236.0,-1.299,0,leg_gt,0.8,60 -70852,gt_model_sell_peak_local,sell,2025-06-22 02:24:00,1183.0,-5.5357,0,leg_gt,1.1,60 -70853,gt_model_sell_peak_local,sell,2025-06-22 06:54:00,1152.0,1.0414,1,leg_gt,0.02,60 -70854,gt_model_sell_peak_local,sell,2025-06-22 06:57:00,1145.0,0.4268,1,leg_gt,0.02,60 -70855,gt_model_sell_peak_local,sell,2025-06-22 10:21:00,1212.0,6.3091,1,leg_gt,0.16,60 -70856,gt_model_sell_peak_local,sell,2025-06-22 10:39:00,1200.0,5.2556,1,leg_gt,0.17,60 -70857,gt_model_sell_peak_local,sell,2025-06-22 14:09:00,1186.0,4.0264,1,leg_gt,0.32,60 -70858,gt_model_sell_peak_local,sell,2025-06-22 16:54:00,1185.0,3.9386,1,leg_gt,0.43,60 -70859,gt_model_sell_peak_local,sell,2025-06-22 17:03:00,1188.0,4.202,1,leg_gt,0.44,60 -70860,gt_model_sell_peak_local,sell,2025-06-22 21:18:00,1162.0,1.9193,1,leg_gt,0.62,60 -70861,gt_model_sell_peak_local,sell,2025-06-23 01:06:00,1114.0,-2.2949,0,leg_gt,0.78,60 -70862,gt_model_sell_peak_local,sell,2025-06-23 01:09:00,1113.0,-2.3827,0,leg_gt,0.78,60 -70863,gt_model_sell_peak_local,sell,2025-06-23 01:15:00,1108.0,-2.8217,0,leg_gt,0.78,60 -70864,gt_model_sell_peak_local,sell,2025-06-23 01:18:00,1108.0,-2.8217,0,leg_gt,0.78,60 -70865,gt_model_sell_peak_local,sell,2025-06-23 04:42:00,1101.0,-3.4363,0,leg_gt,0.92,60 -70866,gt_model_sell_peak_local,sell,2025-06-23 07:03:00,1122.0,3.5011,1,leg_gt,0.07,60 -70867,gt_model_sell_peak_local,sell,2025-06-23 10:45:00,1162.0,7.1946,1,leg_gt,0.23,60 -70868,gt_model_sell_peak_local,sell,2025-06-23 11:54:00,1154.0,6.4559,1,leg_gt,0.28,60 -70869,gt_model_sell_peak_local,sell,2025-06-23 17:06:00,1158.0,6.8252,1,leg_gt,0.49,60 -70870,gt_model_sell_peak_local,sell,2025-06-23 19:18:00,1156.0,6.6405,1,leg_gt,0.58,60 -70871,gt_model_sell_peak_local,sell,2025-06-24 00:18:00,1173.0,8.2102,1,leg_gt,0.79,60 -70872,gt_model_sell_peak_local,sell,2025-06-24 04:36:00,1190.0,5.7719,1,leg_gt,0.13,60 -70873,gt_model_sell_peak_local,sell,2025-06-24 07:00:00,1217.0,8.174,1,leg_gt,0.23,60 -70874,gt_model_sell_peak_local,sell,2025-06-24 07:03:00,1225.0,8.8858,1,leg_gt,0.23,60 -70875,gt_model_sell_peak_local,sell,2025-06-24 09:48:00,1266.0,12.5335,1,leg_gt,0.34,60 -70876,gt_model_sell_peak_local,sell,2025-06-24 11:57:00,1282.0,13.9569,1,leg_gt,0.43,60 -70877,gt_model_sell_peak_local,sell,2025-06-24 14:09:00,1290.0,14.6687,1,leg_gt,0.52,60 -70878,gt_model_sell_peak_local,sell,2025-06-24 15:57:00,1316.0,16.9819,1,leg_gt,0.6,60 -70879,gt_model_sell_peak_local,sell,2025-06-24 19:27:00,1280.0,13.779,1,leg_gt,0.75,60 -70880,gt_model_sell_peak_local,sell,2025-06-24 19:30:00,1281.0,13.868,1,leg_gt,0.75,60 -70881,gt_model_sell_peak_local,sell,2025-06-24 22:12:00,1271.0,12.9783,1,leg_gt,0.86,60 -70882,gt_model_sell_peak_local,sell,2025-06-25 00:45:00,1266.0,12.5335,1,leg_gt,0.97,60 -70883,gt_model_sell_peak_local,sell,2025-06-25 03:00:00,1268.0,12.7114,1,leg_gt,1.06,60 -70884,gt_model_sell_peak_local,sell,2025-06-25 03:03:00,1268.0,12.7114,1,leg_gt,1.06,60 -70885,gt_model_sell_peak_local,sell,2025-06-25 05:33:00,1257.0,11.7327,1,leg_gt,1.17,60 -70886,gt_model_sell_peak_local,sell,2025-06-25 07:54:00,1270.0,12.8893,1,leg_gt,1.26,60 -70887,gt_model_sell_peak_local,sell,2025-06-25 07:57:00,1271.0,12.9783,1,leg_gt,1.27,60 -70888,gt_model_sell_peak_local,sell,2025-06-25 10:57:00,1278.0,13.6011,1,leg_gt,1.39,60 -70889,gt_model_sell_peak_local,sell,2025-06-25 11:00:00,1279.0,13.69,1,leg_gt,1.39,60 -70890,gt_model_sell_peak_local,sell,2025-06-25 12:12:00,1280.0,13.779,1,leg_gt,1.44,60 -70891,gt_model_sell_peak_local,sell,2025-06-25 13:36:00,1272.0,13.0673,1,leg_gt,1.5,60 -70892,gt_model_sell_peak_local,sell,2025-06-25 13:39:00,1270.0,12.8893,1,leg_gt,1.5,60 -70893,gt_model_sell_peak_local,sell,2025-06-25 13:42:00,1272.0,13.0673,1,leg_gt,1.51,60 -70894,gt_model_sell_peak_local,sell,2025-06-25 13:45:00,1269.0,12.8004,1,leg_gt,1.51,60 -70895,gt_model_sell_peak_local,sell,2025-06-25 17:27:00,1258.0,11.8217,1,leg_gt,1.66,60 -70896,gt_model_sell_peak_local,sell,2025-06-25 19:21:00,1248.0,10.932,1,leg_gt,1.74,60 -70897,gt_model_sell_peak_local,sell,2025-06-25 19:27:00,1252.0,11.2879,1,leg_gt,1.75,60 -70898,gt_model_sell_peak_local,sell,2025-06-25 21:57:00,1250.0,11.11,1,leg_gt,1.85,60 -70899,gt_model_sell_peak_local,sell,2025-06-25 23:21:00,1240.0,10.2203,1,leg_gt,1.91,60 -70900,gt_model_sell_peak_local,sell,2025-06-26 03:21:00,1227.0,9.0637,1,leg_gt,2.08,60 -70901,gt_model_sell_peak_local,sell,2025-06-26 05:27:00,1228.0,9.1527,1,leg_gt,2.16,60 -70902,gt_model_sell_peak_local,sell,2025-06-26 07:03:00,1216.0,8.0851,1,leg_gt,2.23,60 -70903,gt_model_sell_peak_local,sell,2025-06-26 13:06:00,1222.0,1.3108,1,leg_gt,0.23,60 -70904,gt_model_sell_peak_local,sell,2025-06-26 17:18:00,1228.0,1.8087,1,leg_gt,0.4,60 -70905,gt_model_sell_peak_local,sell,2025-06-26 17:21:00,1226.0,1.6427,1,leg_gt,0.4,60 -70906,gt_model_sell_peak_local,sell,2025-06-26 17:24:00,1225.0,1.5598,1,leg_gt,0.41,60 -70907,gt_model_sell_peak_local,sell,2025-06-26 17:39:00,1228.0,1.8087,1,leg_gt,0.42,60 -70908,gt_model_sell_peak_local,sell,2025-06-26 17:42:00,1224.0,1.4768,1,leg_gt,0.42,60 -70909,gt_model_sell_peak_local,sell,2025-06-26 17:45:00,1222.0,1.3108,1,leg_gt,0.42,60 -70910,gt_model_sell_peak_local,sell,2025-06-26 20:27:00,1208.0,0.149,1,leg_gt,0.53,60 -70911,gt_model_sell_peak_local,sell,2025-06-26 20:36:00,1208.0,0.149,1,leg_gt,0.54,60 -70912,gt_model_sell_peak_local,sell,2025-06-27 01:24:00,1186.0,1.0945,1,leg_gt,0.09,60 -70913,gt_model_sell_peak_local,sell,2025-06-27 03:06:00,1188.0,1.2652,1,leg_gt,0.16,60 -70914,gt_model_sell_peak_local,sell,2025-06-27 06:39:00,1197.0,2.0331,1,leg_gt,0.31,60 -70915,gt_model_sell_peak_local,sell,2025-06-27 06:42:00,1197.0,2.0331,1,leg_gt,0.31,60 -70916,gt_model_sell_peak_local,sell,2025-06-27 10:36:00,1187.0,1.2664,1,leg_gt,0.02,60 -70917,gt_model_sell_peak_local,sell,2025-06-27 10:39:00,1188.0,1.3518,1,leg_gt,0.02,60 -70918,gt_model_sell_peak_local,sell,2025-06-27 12:48:00,1193.0,1.7787,1,leg_gt,0.11,60 -70919,gt_model_sell_peak_local,sell,2025-06-27 15:12:00,1185.0,1.0956,1,leg_gt,0.21,60 -70920,gt_model_sell_peak_local,sell,2025-06-27 17:18:00,1182.0,0.8394,1,leg_gt,0.3,60 -70921,gt_model_sell_peak_local,sell,2025-06-27 18:51:00,1193.0,1.7787,1,leg_gt,0.36,60 -70922,gt_model_sell_peak_local,sell,2025-06-27 22:27:00,1180.0,0.6686,1,leg_gt,0.51,60 -70923,gt_model_sell_peak_local,sell,2025-06-28 00:06:00,1184.0,1.0102,1,leg_gt,0.58,60 -70924,gt_model_sell_peak_local,sell,2025-06-28 02:33:00,1188.0,1.3518,1,leg_gt,0.69,60 -70925,gt_model_sell_peak_local,sell,2025-06-28 02:36:00,1189.0,1.4371,1,leg_gt,0.69,60 -70926,gt_model_sell_peak_local,sell,2025-06-28 08:57:00,1198.0,2.2057,1,leg_gt,0.95,60 -70927,gt_model_sell_peak_local,sell,2025-06-28 12:09:00,1200.0,2.3765,1,leg_gt,1.09,60 -70928,gt_model_sell_peak_local,sell,2025-06-28 12:12:00,1201.0,2.4619,1,leg_gt,1.09,60 -70929,gt_model_sell_peak_local,sell,2025-06-28 13:48:00,1198.0,2.2057,1,leg_gt,1.15,60 -70930,gt_model_sell_peak_local,sell,2025-06-28 13:54:00,1197.0,2.1203,1,leg_gt,1.16,60 -70931,gt_model_sell_peak_local,sell,2025-06-28 15:21:00,1202.0,2.5473,1,leg_gt,1.22,60 -70932,gt_model_sell_peak_local,sell,2025-06-28 17:57:00,1198.0,2.2057,1,leg_gt,1.33,60 -70933,gt_model_sell_peak_local,sell,2025-06-28 18:00:00,1199.0,2.2911,1,leg_gt,1.33,60 -70934,gt_model_sell_peak_local,sell,2025-06-28 19:36:00,1196.0,2.0349,1,leg_gt,1.4,60 -70935,gt_model_sell_peak_local,sell,2025-06-28 19:39:00,1197.0,2.1203,1,leg_gt,1.4,60 -70936,gt_model_sell_peak_local,sell,2025-06-28 19:48:00,1195.0,1.9495,1,leg_gt,1.4,60 -70937,gt_model_sell_peak_local,sell,2025-06-28 19:51:00,1194.0,1.8641,1,leg_gt,1.41,60 -70938,gt_model_sell_peak_local,sell,2025-06-28 19:54:00,1193.0,1.7787,1,leg_gt,1.41,60 -70939,gt_model_sell_peak_local,sell,2025-06-28 21:21:00,1193.0,1.7787,1,leg_gt,1.47,60 -70940,gt_model_sell_peak_local,sell,2025-06-28 21:24:00,1193.0,1.7787,1,leg_gt,1.47,60 -70941,gt_model_sell_peak_local,sell,2025-06-28 23:06:00,1196.0,2.0349,1,leg_gt,1.54,60 -70942,gt_model_sell_peak_local,sell,2025-06-29 00:21:00,1200.0,2.3765,1,leg_gt,1.59,60 -70943,gt_model_sell_peak_local,sell,2025-06-29 00:24:00,1197.0,2.1203,1,leg_gt,1.6,60 -70944,gt_model_sell_peak_local,sell,2025-06-29 00:27:00,1197.0,2.1203,1,leg_gt,1.6,60 -70945,gt_model_sell_peak_local,sell,2025-06-29 02:06:00,1208.0,3.0597,1,leg_gt,1.67,60 -70946,gt_model_sell_peak_local,sell,2025-06-29 02:33:00,1204.0,2.7181,1,leg_gt,1.69,60 -70947,gt_model_sell_peak_local,sell,2025-06-29 02:36:00,1201.0,2.4619,1,leg_gt,1.69,60 -70948,gt_model_sell_peak_local,sell,2025-06-29 03:54:00,1213.0,3.4867,1,leg_gt,1.74,60 -70949,gt_model_sell_peak_local,sell,2025-06-29 03:57:00,1218.0,3.9137,1,leg_gt,1.74,60 -70950,gt_model_sell_peak_local,sell,2025-06-29 05:21:00,1217.0,3.8283,1,leg_gt,1.8,60 -70951,gt_model_sell_peak_local,sell,2025-06-29 05:24:00,1219.0,3.9991,1,leg_gt,1.8,60 -70952,gt_model_sell_peak_local,sell,2025-06-29 08:24:00,1230.0,4.9384,1,leg_gt,1.93,60 -70953,gt_model_sell_peak_local,sell,2025-06-29 08:51:00,1226.0,4.5968,1,leg_gt,1.95,60 -70954,gt_model_sell_peak_local,sell,2025-06-29 10:48:00,1222.0,4.2553,1,leg_gt,2.03,60 -70955,gt_model_sell_peak_local,sell,2025-06-29 10:51:00,1221.0,4.1699,1,leg_gt,2.03,60 -70956,gt_model_sell_peak_local,sell,2025-06-29 10:54:00,1220.0,4.0845,1,leg_gt,2.03,60 -70957,gt_model_sell_peak_local,sell,2025-06-29 13:27:00,1226.0,4.5968,1,leg_gt,2.14,60 -70958,gt_model_sell_peak_local,sell,2025-06-29 13:30:00,1226.0,4.5968,1,leg_gt,2.14,60 -70959,gt_model_sell_peak_local,sell,2025-06-29 14:33:00,1219.0,3.9991,1,leg_gt,2.19,60 -70960,gt_model_sell_peak_local,sell,2025-06-29 19:36:00,1237.0,5.5362,1,leg_gt,2.4,60 -70961,gt_model_sell_peak_local,sell,2025-06-29 23:03:00,1233.0,5.1946,1,leg_gt,2.54,60 -70962,gt_model_sell_peak_local,sell,2025-06-30 03:09:00,1223.0,4.3406,1,leg_gt,2.71,60 -70963,gt_model_sell_peak_local,sell,2025-06-30 08:51:00,1288.0,9.8915,1,leg_gt,2.95,60 -70964,gt_model_sell_peak_local,sell,2025-06-30 08:54:00,1290.0,10.0623,1,leg_gt,2.95,60 -70965,gt_model_sell_peak_local,sell,2025-06-30 13:42:00,1251.0,6.7318,1,leg_gt,3.15,60 -70966,gt_model_sell_peak_local,sell,2025-06-30 15:48:00,1244.0,6.134,1,leg_gt,3.24,60 -70967,gt_model_sell_peak_local,sell,2025-06-30 17:48:00,1252.0,6.8172,1,leg_gt,3.32,60 -70968,gt_model_sell_peak_local,sell,2025-06-30 23:27:00,1220.0,0.5601,1,leg_gt,0.01,60 -70969,gt_model_sell_peak_local,sell,2025-07-01 01:48:00,1236.0,1.8802,1,leg_gt,0.11,60 -70970,gt_model_sell_peak_local,sell,2025-07-01 03:24:00,1228.0,1.2201,1,leg_gt,0.18,60 -70971,gt_model_sell_peak_local,sell,2025-07-01 06:18:00,1237.0,1.9627,1,leg_gt,0.3,60 -70972,gt_model_sell_peak_local,sell,2025-07-01 11:24:00,1213.0,-0.0175,0,leg_gt,0.51,60 -70973,gt_model_sell_peak_local,sell,2025-07-01 11:36:00,1211.0,-0.1825,0,leg_gt,0.52,60 -70974,gt_model_sell_peak_local,sell,2025-07-01 16:45:00,1198.0,-1.2551,0,leg_gt,0.74,60 -70975,gt_model_sell_peak_local,sell,2025-07-01 17:57:00,1193.0,-1.6677,0,leg_gt,0.79,60 -70976,gt_model_sell_peak_local,sell,2025-07-01 20:21:00,1189.0,-1.9977,0,leg_gt,0.89,60 -70977,gt_model_sell_peak_local,sell,2025-07-02 00:15:00,1186.0,-2.2452,0,leg_gt,1.05,60 -70978,gt_model_sell_peak_local,sell,2025-07-02 03:21:00,1174.0,-3.2353,0,leg_gt,1.18,60 -70979,gt_model_sell_peak_local,sell,2025-07-02 03:39:00,1172.0,-3.4003,0,leg_gt,1.19,60 -70980,gt_model_sell_peak_local,sell,2025-07-02 03:42:00,1172.0,-3.4003,0,leg_gt,1.19,60 -70981,gt_model_sell_peak_local,sell,2025-07-02 06:39:00,1170.0,-3.5653,0,leg_gt,1.31,60 -70982,gt_model_sell_peak_local,sell,2025-07-02 06:54:00,1172.0,-3.4003,0,leg_gt,1.32,60 -70983,gt_model_sell_peak_local,sell,2025-07-02 07:24:00,1169.0,-3.6479,0,leg_gt,1.35,60 -70984,gt_model_sell_peak_local,sell,2025-07-02 08:45:00,1172.0,-3.4003,0,leg_gt,1.4,60 -70985,gt_model_sell_peak_local,sell,2025-07-02 10:39:00,1173.0,0.9336,1,leg_gt,0.02,60 -70986,gt_model_sell_peak_local,sell,2025-07-02 11:48:00,1174.0,1.0197,1,leg_gt,0.06,60 -70987,gt_model_sell_peak_local,sell,2025-07-02 11:51:00,1173.0,0.9336,1,leg_gt,0.07,60 -70988,gt_model_sell_peak_local,sell,2025-07-02 13:15:00,1172.0,0.8475,1,leg_gt,0.12,60 -70989,gt_model_sell_peak_local,sell,2025-07-02 13:18:00,1174.0,1.0197,1,leg_gt,0.13,60 -70990,gt_model_sell_peak_local,sell,2025-07-02 13:21:00,1173.0,0.9336,1,leg_gt,0.13,60 -70991,gt_model_sell_peak_local,sell,2025-07-02 13:24:00,1177.0,1.2781,1,leg_gt,0.13,60 -70992,gt_model_sell_peak_local,sell,2025-07-02 13:27:00,1179.0,1.4504,1,leg_gt,0.13,60 -70993,gt_model_sell_peak_local,sell,2025-07-02 17:09:00,1217.0,4.7234,1,leg_gt,0.29,60 -70994,gt_model_sell_peak_local,sell,2025-07-02 18:39:00,1212.0,4.2928,1,leg_gt,0.35,60 -70995,gt_model_sell_peak_local,sell,2025-07-02 21:12:00,1215.0,4.5512,1,leg_gt,0.46,60 -70996,gt_model_sell_peak_local,sell,2025-07-03 04:18:00,1297.0,1.7053,1,leg_gt,0.06,60 -70997,gt_model_sell_peak_local,sell,2025-07-03 06:33:00,1294.0,1.4699,1,leg_gt,0.16,60 -70998,gt_model_sell_peak_local,sell,2025-07-03 06:36:00,1297.0,1.7053,1,leg_gt,0.16,60 -70999,gt_model_sell_peak_local,sell,2025-07-03 06:42:00,1294.0,1.4699,1,leg_gt,0.16,60 -71000,gt_model_sell_peak_local,sell,2025-07-03 06:45:00,1293.0,1.3914,1,leg_gt,0.17,60 -71001,gt_model_sell_peak_local,sell,2025-07-03 06:48:00,1294.0,1.4699,1,leg_gt,0.17,60 -71002,gt_model_sell_peak_local,sell,2025-07-03 08:36:00,1280.0,0.371,1,leg_gt,0.24,60 -71003,gt_model_sell_peak_local,sell,2025-07-03 11:57:00,1308.0,2.5688,1,leg_gt,0.38,60 -71004,gt_model_sell_peak_local,sell,2025-07-03 13:03:00,1293.0,1.3914,1,leg_gt,0.43,60 -71005,gt_model_sell_peak_local,sell,2025-07-03 15:54:00,1330.0,4.2956,1,leg_gt,0.55,60 -71006,gt_model_sell_peak_local,sell,2025-07-03 17:03:00,1316.0,3.1967,1,leg_gt,0.6,60 -71007,gt_model_sell_peak_local,sell,2025-07-03 17:06:00,1318.0,3.3537,1,leg_gt,0.6,60 -71008,gt_model_sell_peak_local,sell,2025-07-03 19:42:00,1301.0,2.0193,1,leg_gt,0.71,60 -71009,gt_model_sell_peak_local,sell,2025-07-03 22:27:00,1292.0,1.3129,1,leg_gt,0.82,60 -71010,gt_model_sell_peak_local,sell,2025-07-03 23:54:00,1286.0,0.8419,1,leg_gt,0.88,60 -71011,gt_model_sell_peak_local,sell,2025-07-04 07:03:00,1292.0,1.3129,1,leg_gt,1.18,60 -71012,gt_model_sell_peak_local,sell,2025-07-04 08:09:00,1287.0,0.9204,1,leg_gt,1.23,60 -71013,gt_model_sell_peak_local,sell,2025-07-04 11:18:00,1273.0,-0.1785,0,leg_gt,1.36,60 -71014,gt_model_sell_peak_local,sell,2025-07-04 13:27:00,1272.0,-0.257,0,leg_gt,1.45,60 -71015,gt_model_sell_peak_local,sell,2025-07-04 14:09:00,1262.0,-1.0419,0,leg_gt,1.48,60 -71016,gt_model_sell_peak_local,sell,2025-07-04 15:36:00,1250.0,-1.9838,0,leg_gt,1.54,60 -71017,gt_model_sell_peak_local,sell,2025-07-04 15:42:00,1247.0,-2.2193,0,leg_gt,1.54,60 -71018,gt_model_sell_peak_local,sell,2025-07-04 19:12:00,1229.0,-3.6322,0,leg_gt,1.69,60 -71019,gt_model_sell_peak_local,sell,2025-07-04 21:30:00,1225.0,-3.9462,0,leg_gt,1.78,60 -71020,gt_model_sell_peak_local,sell,2025-07-04 22:27:00,1216.0,-4.6526,0,leg_gt,1.82,60 -71021,gt_model_sell_peak_local,sell,2025-07-05 03:51:00,1187.0,-6.9289,0,leg_gt,2.05,60 -71022,gt_model_sell_peak_local,sell,2025-07-05 05:15:00,1192.0,-6.5364,0,leg_gt,2.1,60 -71023,gt_model_sell_peak_local,sell,2025-07-05 06:48:00,1192.0,-6.5364,0,leg_gt,2.17,60 -71024,gt_model_sell_peak_local,sell,2025-07-05 06:51:00,1193.0,-6.4579,0,leg_gt,2.17,60 -71025,gt_model_sell_peak_local,sell,2025-07-05 08:54:00,1197.0,-6.144,0,leg_gt,2.26,60 -71026,gt_model_sell_peak_local,sell,2025-07-05 10:27:00,1196.0,-6.2224,0,leg_gt,2.32,60 -71027,gt_model_sell_peak_local,sell,2025-07-05 13:30:00,1204.0,-5.5945,0,leg_gt,2.45,60 -71028,gt_model_sell_peak_local,sell,2025-07-05 16:33:00,1207.0,-5.359,0,leg_gt,2.58,60 -71029,gt_model_sell_peak_local,sell,2025-07-05 16:54:00,1204.0,-5.5945,0,leg_gt,2.59,60 -71030,gt_model_sell_peak_local,sell,2025-07-05 16:57:00,1204.0,-5.5945,0,leg_gt,2.59,60 -71031,gt_model_sell_peak_local,sell,2025-07-05 17:00:00,1205.0,-5.516,0,leg_gt,2.59,60 -71032,gt_model_sell_peak_local,sell,2025-07-05 17:06:00,1206.0,-5.4375,0,leg_gt,2.6,60 -71033,gt_model_sell_peak_local,sell,2025-07-05 18:24:00,1197.0,-6.144,0,leg_gt,2.65,60 -71034,gt_model_sell_peak_local,sell,2025-07-05 19:57:00,1199.0,-5.987,0,leg_gt,2.72,60 -71035,gt_model_sell_peak_local,sell,2025-07-05 21:36:00,1191.0,-6.6149,0,leg_gt,2.79,60 -71036,gt_model_sell_peak_local,sell,2025-07-05 21:42:00,1190.0,-6.6934,0,leg_gt,2.79,60 -71037,gt_model_sell_peak_local,sell,2025-07-05 21:45:00,1191.0,-6.6149,0,leg_gt,2.79,60 -71038,gt_model_sell_peak_local,sell,2025-07-05 21:48:00,1193.0,-6.4579,0,leg_gt,2.79,60 -71039,gt_model_sell_peak_local,sell,2025-07-05 23:27:00,1193.0,-6.4579,0,leg_gt,2.86,60 -71040,gt_model_sell_peak_local,sell,2025-07-06 00:36:00,1194.0,-6.3794,0,leg_gt,2.91,60 -71041,gt_model_sell_peak_local,sell,2025-07-06 00:57:00,1192.0,-6.5364,0,leg_gt,2.92,60 -71042,gt_model_sell_peak_local,sell,2025-07-06 01:06:00,1193.0,-6.4579,0,leg_gt,2.93,60 -71043,gt_model_sell_peak_local,sell,2025-07-06 01:09:00,1194.0,-6.3794,0,leg_gt,2.93,60 -71044,gt_model_sell_peak_local,sell,2025-07-06 03:00:00,1190.0,-6.6934,0,leg_gt,3.01,60 -71045,gt_model_sell_peak_local,sell,2025-07-06 03:06:00,1189.0,-6.7719,0,leg_gt,3.01,60 -71046,gt_model_sell_peak_local,sell,2025-07-06 06:54:00,1186.0,0.9221,1,leg_gt,0.13,60 -71047,gt_model_sell_peak_local,sell,2025-07-06 06:57:00,1186.0,0.9221,1,leg_gt,0.13,60 -71048,gt_model_sell_peak_local,sell,2025-07-06 07:03:00,1187.0,1.0073,1,leg_gt,0.14,60 -71049,gt_model_sell_peak_local,sell,2025-07-06 09:06:00,1188.0,1.0925,1,leg_gt,0.22,60 -71050,gt_model_sell_peak_local,sell,2025-07-06 09:15:00,1188.0,1.0925,1,leg_gt,0.23,60 -71051,gt_model_sell_peak_local,sell,2025-07-06 10:24:00,1182.0,0.5814,1,leg_gt,0.28,60 -71052,gt_model_sell_peak_local,sell,2025-07-06 12:09:00,1182.0,0.5814,1,leg_gt,0.35,60 -71053,gt_model_sell_peak_local,sell,2025-07-06 14:12:00,1178.0,0.2407,1,leg_gt,0.43,60 -71054,gt_model_sell_peak_local,sell,2025-07-06 17:24:00,1187.0,1.0073,1,leg_gt,0.57,60 -71055,gt_model_sell_peak_local,sell,2025-07-06 17:30:00,1185.0,0.837,1,leg_gt,0.57,60 -71056,gt_model_sell_peak_local,sell,2025-07-06 18:48:00,1191.0,1.348,1,leg_gt,0.62,60 -71057,gt_model_sell_peak_local,sell,2025-07-06 18:51:00,1188.0,1.0925,1,leg_gt,0.63,60 -71058,gt_model_sell_peak_local,sell,2025-07-06 23:51:00,1200.0,2.1147,1,leg_gt,0.84,60 -71059,gt_model_sell_peak_local,sell,2025-07-06 23:54:00,1197.0,1.8591,1,leg_gt,0.84,60 -71060,gt_model_sell_peak_local,sell,2025-07-07 00:03:00,1201.0,2.1998,1,leg_gt,0.84,60 -71061,gt_model_sell_peak_local,sell,2025-07-07 02:57:00,1205.0,2.5405,1,leg_gt,0.96,60 -71062,gt_model_sell_peak_local,sell,2025-07-07 03:00:00,1206.0,2.6257,1,leg_gt,0.97,60 -71063,gt_model_sell_peak_local,sell,2025-07-07 08:03:00,1217.0,3.5627,1,leg_gt,1.18,60 -71064,gt_model_sell_peak_local,sell,2025-07-07 08:06:00,1217.0,3.5627,1,leg_gt,1.18,60 -71065,gt_model_sell_peak_local,sell,2025-07-07 08:09:00,1218.0,3.6479,1,leg_gt,1.18,60 -71066,gt_model_sell_peak_local,sell,2025-07-07 08:18:00,1214.0,3.3072,1,leg_gt,1.19,60 -71067,gt_model_sell_peak_local,sell,2025-07-07 12:42:00,1226.0,4.3293,1,leg_gt,1.37,60 -71068,gt_model_sell_peak_local,sell,2025-07-07 12:45:00,1226.0,4.3293,1,leg_gt,1.37,60 -71069,gt_model_sell_peak_local,sell,2025-07-07 18:00:00,1214.0,3.3072,1,leg_gt,1.59,60 -71070,gt_model_sell_peak_local,sell,2025-07-07 21:33:00,1198.0,1.9443,1,leg_gt,1.74,60 -71071,gt_model_sell_peak_local,sell,2025-07-07 23:27:00,1196.0,1.7739,1,leg_gt,1.82,60 -71072,gt_model_sell_peak_local,sell,2025-07-08 01:30:00,1190.0,1.2629,1,leg_gt,1.9,60 -71073,gt_model_sell_peak_local,sell,2025-07-08 01:33:00,1190.0,1.2629,1,leg_gt,1.91,60 -71074,gt_model_sell_peak_local,sell,2025-07-08 02:42:00,1190.0,1.2629,1,leg_gt,1.95,60 -71075,gt_model_sell_peak_local,sell,2025-07-08 04:09:00,1191.0,1.348,1,leg_gt,2.01,60 -71076,gt_model_sell_peak_local,sell,2025-07-08 05:27:00,1184.0,0.7518,1,leg_gt,2.07,60 -71077,gt_model_sell_peak_local,sell,2025-07-08 07:51:00,1184.0,0.7518,1,leg_gt,2.17,60 -71078,gt_model_sell_peak_local,sell,2025-07-08 09:39:00,1193.0,1.5184,1,leg_gt,2.24,60 -71079,gt_model_sell_peak_local,sell,2025-07-08 10:42:00,1179.0,0.3259,1,leg_gt,2.29,60 -71080,gt_model_sell_peak_local,sell,2025-07-08 12:21:00,1184.0,0.7518,1,leg_gt,2.36,60 -71081,gt_model_sell_peak_local,sell,2025-07-08 12:24:00,1182.0,0.5814,1,leg_gt,2.36,60 -71082,gt_model_sell_peak_local,sell,2025-07-08 16:12:00,1177.0,0.1555,1,leg_gt,2.52,60 -71083,gt_model_sell_peak_local,sell,2025-07-08 17:54:00,1174.0,-0.1,0,leg_gt,2.59,60 -71084,gt_model_sell_peak_local,sell,2025-07-08 17:57:00,1174.0,-0.1,0,leg_gt,2.59,60 -71085,gt_model_sell_peak_local,sell,2025-07-08 21:21:00,1184.0,0.7518,1,leg_gt,2.73,60 -71086,gt_model_sell_peak_local,sell,2025-07-08 23:00:00,1189.0,1.1777,1,leg_gt,2.8,60 -71087,gt_model_sell_peak_local,sell,2025-07-08 23:03:00,1185.0,0.837,1,leg_gt,2.8,60 -71088,gt_model_sell_peak_local,sell,2025-07-08 23:06:00,1185.0,0.837,1,leg_gt,2.8,60 -71089,gt_model_sell_peak_local,sell,2025-07-08 23:54:00,1172.0,-0.2704,0,leg_gt,2.84,60 -71090,gt_model_sell_peak_local,sell,2025-07-08 23:57:00,1171.0,-0.3555,0,leg_gt,2.84,60 -71091,gt_model_sell_peak_local,sell,2025-07-09 05:18:00,1197.0,2.2952,1,leg_gt,0.2,60 -71092,gt_model_sell_peak_local,sell,2025-07-09 05:21:00,1198.0,2.3808,1,leg_gt,0.21,60 -71093,gt_model_sell_peak_local,sell,2025-07-09 08:00:00,1194.0,2.0386,1,leg_gt,0.32,60 -71094,gt_model_sell_peak_local,sell,2025-07-09 13:03:00,1179.0,0.7554,1,leg_gt,0.53,60 -71095,gt_model_sell_peak_local,sell,2025-07-09 13:06:00,1176.0,0.4988,1,leg_gt,0.53,60 -71096,gt_model_sell_peak_local,sell,2025-07-09 15:39:00,1185.0,1.2687,1,leg_gt,0.64,60 -71097,gt_model_sell_peak_local,sell,2025-07-09 15:42:00,1184.0,1.1831,1,leg_gt,0.64,60 -71098,gt_model_sell_peak_local,sell,2025-07-09 17:21:00,1189.0,1.6109,1,leg_gt,0.71,60 -71099,gt_model_sell_peak_local,sell,2025-07-09 17:24:00,1187.0,1.4398,1,leg_gt,0.71,60 -71100,gt_model_sell_peak_local,sell,2025-07-09 17:30:00,1189.0,1.6109,1,leg_gt,0.71,60 -71101,gt_model_sell_peak_local,sell,2025-07-09 18:51:00,1187.0,1.4398,1,leg_gt,0.77,60 -71102,gt_model_sell_peak_local,sell,2025-07-09 22:33:00,1201.0,2.6374,1,leg_gt,0.92,60 -71103,gt_model_sell_peak_local,sell,2025-07-09 22:36:00,1198.0,2.3808,1,leg_gt,0.92,60 -71104,gt_model_sell_peak_local,sell,2025-07-09 22:42:00,1198.0,2.3808,1,leg_gt,0.93,60 -71105,gt_model_sell_peak_local,sell,2025-07-10 02:30:00,1187.0,1.4398,1,leg_gt,1.09,60 -71106,gt_model_sell_peak_local,sell,2025-07-10 02:33:00,1186.0,1.3542,1,leg_gt,1.09,60 -71107,gt_model_sell_peak_local,sell,2025-07-10 06:03:00,1231.0,5.2037,1,leg_gt,1.24,60 -71108,gt_model_sell_peak_local,sell,2025-07-10 07:30:00,1239.0,5.888,1,leg_gt,1.3,60 -71109,gt_model_sell_peak_local,sell,2025-07-10 09:36:00,1227.0,4.8615,1,leg_gt,1.38,60 -71110,gt_model_sell_peak_local,sell,2025-07-10 14:42:00,1250.0,6.829,1,leg_gt,1.6,60 -71111,gt_model_sell_peak_local,sell,2025-07-10 14:48:00,1247.0,6.5724,1,leg_gt,1.6,60 -71112,gt_model_sell_peak_local,sell,2025-07-10 15:03:00,1248.0,6.6579,1,leg_gt,1.61,60 -71113,gt_model_sell_peak_local,sell,2025-07-10 15:06:00,1246.0,6.4868,1,leg_gt,1.61,60 -71114,gt_model_sell_peak_local,sell,2025-07-10 17:15:00,1252.0,7.0001,1,leg_gt,1.7,60 -71115,gt_model_sell_peak_local,sell,2025-07-10 19:36:00,1269.0,8.4543,1,leg_gt,1.8,60 -71116,gt_model_sell_peak_local,sell,2025-07-10 20:51:00,1272.0,8.7109,1,leg_gt,1.85,60 -71117,gt_model_sell_peak_local,sell,2025-07-10 23:27:00,1272.0,8.7109,1,leg_gt,1.96,60 -71118,gt_model_sell_peak_local,sell,2025-07-11 05:18:00,1335.0,14.1002,1,leg_gt,2.2,60 -71119,gt_model_sell_peak_local,sell,2025-07-11 11:03:00,1452.0,24.1087,1,leg_gt,2.44,60 -71120,gt_model_sell_peak_local,sell,2025-07-11 12:42:00,1477.0,26.2473,1,leg_gt,2.51,60 -71121,gt_model_sell_peak_local,sell,2025-07-11 16:06:00,1476.0,26.1618,1,leg_gt,2.65,60 -71122,gt_model_sell_peak_local,sell,2025-07-11 19:27:00,1484.0,26.8461,1,leg_gt,2.79,60 -71123,gt_model_sell_peak_local,sell,2025-07-11 23:00:00,1473.0,25.9051,1,leg_gt,2.94,60 -71124,gt_model_sell_peak_local,sell,2025-07-12 00:30:00,1470.0,25.6485,1,leg_gt,3.0,60 -71125,gt_model_sell_peak_local,sell,2025-07-12 00:33:00,1470.0,25.6485,1,leg_gt,3.01,60 -71126,gt_model_sell_peak_local,sell,2025-07-12 00:36:00,1477.0,26.2473,1,leg_gt,3.01,60 -71127,gt_model_sell_peak_local,sell,2025-07-12 04:15:00,1467.0,25.3919,1,leg_gt,3.16,60 -71128,gt_model_sell_peak_local,sell,2025-07-12 06:15:00,1440.0,23.0822,1,leg_gt,3.24,60 -71129,gt_model_sell_peak_local,sell,2025-07-12 06:18:00,1441.0,23.1678,1,leg_gt,3.25,60 -71130,gt_model_sell_peak_local,sell,2025-07-12 09:24:00,1387.0,1.5117,1,leg_gt,0.08,60 -71131,gt_model_sell_peak_local,sell,2025-07-12 12:30:00,1422.0,4.0758,1,leg_gt,0.21,60 -71132,gt_model_sell_peak_local,sell,2025-07-12 12:42:00,1419.0,3.856,1,leg_gt,0.22,60 -71133,gt_model_sell_peak_local,sell,2025-07-12 17:15:00,1409.0,3.1234,1,leg_gt,0.41,60 -71134,gt_model_sell_peak_local,sell,2025-07-12 19:18:00,1401.0,2.5374,1,leg_gt,0.49,60 -71135,gt_model_sell_peak_local,sell,2025-07-12 21:00:00,1399.0,2.3908,1,leg_gt,0.56,60 -71136,gt_model_sell_peak_local,sell,2025-07-13 00:27:00,1364.0,-0.1733,0,leg_gt,0.71,60 -71137,gt_model_sell_peak_local,sell,2025-07-13 05:42:00,1385.0,2.114,1,leg_gt,0.21,60 -71138,gt_model_sell_peak_local,sell,2025-07-13 07:57:00,1393.0,2.7044,1,leg_gt,0.3,60 -71139,gt_model_sell_peak_local,sell,2025-07-13 11:03:00,1402.0,3.3686,1,leg_gt,0.43,60 -71140,gt_model_sell_peak_local,sell,2025-07-13 13:36:00,1403.0,3.4424,1,leg_gt,0.54,60 -71141,gt_model_sell_peak_local,sell,2025-07-13 14:57:00,1408.0,3.8114,1,leg_gt,0.59,60 -71142,gt_model_sell_peak_local,sell,2025-07-13 17:39:00,1407.0,3.7376,1,leg_gt,0.71,60 -71143,gt_model_sell_peak_local,sell,2025-07-14 00:30:00,1438.0,6.0255,1,leg_gt,0.99,60 -71144,gt_model_sell_peak_local,sell,2025-07-14 02:18:00,1429.0,5.3613,1,leg_gt,1.07,60 -71145,gt_model_sell_peak_local,sell,2025-07-14 02:21:00,1433.0,5.6565,1,leg_gt,1.07,60 -71146,gt_model_sell_peak_local,sell,2025-07-14 05:27:00,1451.0,6.9849,1,leg_gt,1.2,60 -71147,gt_model_sell_peak_local,sell,2025-07-14 05:30:00,1451.0,6.9849,1,leg_gt,1.2,60 -71148,gt_model_sell_peak_local,sell,2025-07-14 06:36:00,1431.0,5.5089,1,leg_gt,1.25,60 -71149,gt_model_sell_peak_local,sell,2025-07-14 15:12:00,1471.0,4.3003,1,leg_gt,0.32,60 -71150,gt_model_sell_peak_local,sell,2025-07-14 17:57:00,1466.0,3.9454,1,leg_gt,0.44,60 -71151,gt_model_sell_peak_local,sell,2025-07-14 19:51:00,1467.0,4.0164,1,leg_gt,0.52,60 -71152,gt_model_sell_peak_local,sell,2025-07-14 23:06:00,1465.0,3.8744,1,leg_gt,0.65,60 -71153,gt_model_sell_peak_local,sell,2025-07-14 23:54:00,1439.0,2.0292,1,leg_gt,0.69,60 -71154,gt_model_sell_peak_local,sell,2025-07-15 00:06:00,1430.0,1.3904,1,leg_gt,0.69,60 -71155,gt_model_sell_peak_local,sell,2025-07-15 02:24:00,1431.0,1.4614,1,leg_gt,0.79,60 -71156,gt_model_sell_peak_local,sell,2025-07-15 02:54:00,1433.0,1.6033,1,leg_gt,0.81,60 -71157,gt_model_sell_peak_local,sell,2025-07-15 02:57:00,1434.0,1.6743,1,leg_gt,0.81,60 -71158,gt_model_sell_peak_local,sell,2025-07-15 10:27:00,1401.0,0.1146,1,leg_gt,0.22,60 -71159,gt_model_sell_peak_local,sell,2025-07-15 16:09:00,1397.0,2.0199,1,leg_gt,0.16,60 -71160,gt_model_sell_peak_local,sell,2025-07-15 19:36:00,1385.0,1.1427,1,leg_gt,0.3,60 -71161,gt_model_sell_peak_local,sell,2025-07-15 19:39:00,1383.0,0.9965,1,leg_gt,0.31,60 -71162,gt_model_sell_peak_local,sell,2025-07-15 21:03:00,1384.0,1.0696,1,leg_gt,0.36,60 -71163,gt_model_sell_peak_local,sell,2025-07-15 21:06:00,1383.0,0.9965,1,leg_gt,0.37,60 -71164,gt_model_sell_peak_local,sell,2025-07-16 00:12:00,1381.0,1.0722,1,leg_gt,0.01,60 -71165,gt_model_sell_peak_local,sell,2025-07-16 04:21:00,1445.0,5.7608,1,leg_gt,0.19,60 -71166,gt_model_sell_peak_local,sell,2025-07-16 07:42:00,1455.0,2.6542,1,leg_gt,0.12,60 -71167,gt_model_sell_peak_local,sell,2025-07-16 10:36:00,1482.0,4.561,1,leg_gt,0.24,60 -71168,gt_model_sell_peak_local,sell,2025-07-16 13:33:00,1456.0,1.0814,1,leg_gt,0.08,60 -71169,gt_model_sell_peak_local,sell,2025-07-16 13:36:00,1454.0,0.9424,1,leg_gt,0.08,60 -71170,gt_model_sell_peak_local,sell,2025-07-16 15:12:00,1452.0,0.8034,1,leg_gt,0.15,60 -71171,gt_model_sell_peak_local,sell,2025-07-16 17:51:00,1465.0,1.7068,1,leg_gt,0.26,60 -71172,gt_model_sell_peak_local,sell,2025-07-16 19:12:00,1466.0,1.7763,1,leg_gt,0.31,60 -71173,gt_model_sell_peak_local,sell,2025-07-16 19:18:00,1466.0,1.7763,1,leg_gt,0.32,60 -71174,gt_model_sell_peak_local,sell,2025-07-16 22:42:00,1470.0,2.0543,1,leg_gt,0.46,60 -71175,gt_model_sell_peak_local,sell,2025-07-17 04:06:00,1521.0,5.5984,1,leg_gt,0.69,60 -71176,gt_model_sell_peak_local,sell,2025-07-17 07:27:00,1538.0,6.7798,1,leg_gt,0.82,60 -71177,gt_model_sell_peak_local,sell,2025-07-17 10:42:00,1506.0,4.556,1,leg_gt,0.96,60 -71178,gt_model_sell_peak_local,sell,2025-07-17 12:33:00,1487.0,3.2356,1,leg_gt,1.04,60 -71179,gt_model_sell_peak_local,sell,2025-07-17 12:54:00,1491.0,0.3717,1,leg_gt,0.01,60 -71180,gt_model_sell_peak_local,sell,2025-07-17 16:27:00,1512.0,1.7868,1,leg_gt,0.16,60 -71181,gt_model_sell_peak_local,sell,2025-07-17 18:15:00,1529.0,2.9323,1,leg_gt,0.23,60 -71182,gt_model_sell_peak_local,sell,2025-07-17 19:51:00,1525.0,2.6628,1,leg_gt,0.3,60 -71183,gt_model_sell_peak_local,sell,2025-07-17 19:54:00,1525.0,2.6628,1,leg_gt,0.3,60 -71184,gt_model_sell_peak_local,sell,2025-07-17 23:24:00,1514.0,1.9216,1,leg_gt,0.45,60 -71185,gt_model_sell_peak_local,sell,2025-07-18 00:48:00,1511.0,1.7194,1,leg_gt,0.51,60 -71186,gt_model_sell_peak_local,sell,2025-07-18 00:51:00,1511.0,1.7194,1,leg_gt,0.51,60 -71187,gt_model_sell_peak_local,sell,2025-07-18 00:54:00,1518.0,2.1911,1,leg_gt,0.51,60 -71188,gt_model_sell_peak_local,sell,2025-07-18 01:00:00,1514.0,1.9216,1,leg_gt,0.51,60 -71189,gt_model_sell_peak_local,sell,2025-07-18 05:18:00,1457.0,0.8003,1,leg_gt,0.01,60 -71190,gt_model_sell_peak_local,sell,2025-07-18 07:21:00,1507.0,4.2629,1,leg_gt,0.1,60 -71191,gt_model_sell_peak_local,sell,2025-07-18 09:21:00,1503.0,3.9859,1,leg_gt,0.18,60 -71192,gt_model_sell_peak_local,sell,2025-07-18 11:57:00,1557.0,7.7255,1,leg_gt,0.29,60 -71193,gt_model_sell_peak_local,sell,2025-07-18 15:42:00,1630.0,12.7809,1,leg_gt,0.44,60 -71194,gt_model_sell_peak_local,sell,2025-07-18 16:51:00,1606.0,11.1188,1,leg_gt,0.49,60 -71195,gt_model_sell_peak_local,sell,2025-07-18 19:57:00,1588.0,9.8723,1,leg_gt,0.62,60 -71196,gt_model_sell_peak_local,sell,2025-07-18 22:51:00,1620.0,3.7462,1,leg_gt,0.1,60 -71197,gt_model_sell_peak_local,sell,2025-07-19 00:12:00,1593.0,2.0154,1,leg_gt,0.16,60 -71198,gt_model_sell_peak_local,sell,2025-07-19 02:42:00,1576.0,0.9256,1,leg_gt,0.26,60 -71199,gt_model_sell_peak_local,sell,2025-07-19 03:33:00,1560.0,-0.1,0,leg_gt,0.3,60 -71200,gt_model_sell_peak_local,sell,2025-07-19 03:39:00,1563.0,0.0923,1,leg_gt,0.3,60 -71201,gt_model_sell_peak_local,sell,2025-07-19 08:33:00,1553.0,2.4083,1,leg_gt,0.12,60 -71202,gt_model_sell_peak_local,sell,2025-07-19 10:30:00,1532.0,1.6264,1,leg_gt,0.02,60 -71203,gt_model_sell_peak_local,sell,2025-07-19 14:06:00,1590.0,5.4777,1,leg_gt,0.17,60 -71204,gt_model_sell_peak_local,sell,2025-07-19 15:42:00,1573.0,4.3489,1,leg_gt,0.24,60 -71205,gt_model_sell_peak_local,sell,2025-07-19 15:45:00,1574.0,4.4153,1,leg_gt,0.24,60 -71206,gt_model_sell_peak_local,sell,2025-07-19 20:36:00,1559.0,3.4193,1,leg_gt,0.44,60 -71207,gt_model_sell_peak_local,sell,2025-07-19 20:39:00,1561.0,3.5521,1,leg_gt,0.44,60 -71208,gt_model_sell_peak_local,sell,2025-07-19 20:42:00,1561.0,3.5521,1,leg_gt,0.44,60 -71209,gt_model_sell_peak_local,sell,2025-07-19 22:54:00,1542.0,2.2904,1,leg_gt,0.54,60 -71210,gt_model_sell_peak_local,sell,2025-07-20 01:21:00,1539.0,0.7519,1,leg_gt,0.06,60 -71211,gt_model_sell_peak_local,sell,2025-07-20 02:30:00,1538.0,0.6864,1,leg_gt,0.11,60 -71212,gt_model_sell_peak_local,sell,2025-07-20 06:51:00,1573.0,2.9799,1,leg_gt,0.29,60 -71213,gt_model_sell_peak_local,sell,2025-07-20 08:18:00,1572.0,2.9144,1,leg_gt,0.35,60 -71214,gt_model_sell_peak_local,sell,2025-07-20 09:36:00,1565.0,2.4557,1,leg_gt,0.4,60 -71215,gt_model_sell_peak_local,sell,2025-07-20 09:39:00,1568.0,2.6523,1,leg_gt,0.4,60 -71216,gt_model_sell_peak_local,sell,2025-07-20 11:24:00,1572.0,2.9144,1,leg_gt,0.48,60 -71217,gt_model_sell_peak_local,sell,2025-07-20 13:36:00,1597.0,4.5527,1,leg_gt,0.57,60 -71218,gt_model_sell_peak_local,sell,2025-07-20 13:39:00,1592.0,4.225,1,leg_gt,0.57,60 -71219,gt_model_sell_peak_local,sell,2025-07-20 17:24:00,1623.0,6.2565,1,leg_gt,0.73,60 -71220,gt_model_sell_peak_local,sell,2025-07-20 19:51:00,1637.0,7.1739,1,leg_gt,0.83,60 -71221,gt_model_sell_peak_local,sell,2025-07-20 21:48:00,1660.0,8.6811,1,leg_gt,0.91,60 -71222,gt_model_sell_peak_local,sell,2025-07-21 02:00:00,1715.0,12.2853,1,leg_gt,1.09,60 -71223,gt_model_sell_peak_local,sell,2025-07-21 04:54:00,1714.0,12.2198,1,leg_gt,1.21,60 -71224,gt_model_sell_peak_local,sell,2025-07-21 09:42:00,1658.0,8.5501,1,leg_gt,1.41,60 -71225,gt_model_sell_peak_local,sell,2025-07-21 11:06:00,1657.0,0.9982,1,leg_gt,0.02,60 -71226,gt_model_sell_peak_local,sell,2025-07-21 13:33:00,1680.0,2.4015,1,leg_gt,0.12,60 -71227,gt_model_sell_peak_local,sell,2025-07-21 14:48:00,1683.0,2.5846,1,leg_gt,0.18,60 -71228,gt_model_sell_peak_local,sell,2025-07-21 17:15:00,1694.0,3.2557,1,leg_gt,0.28,60 -71229,gt_model_sell_peak_local,sell,2025-07-21 18:24:00,1678.0,2.2795,1,leg_gt,0.32,60 -71230,gt_model_sell_peak_local,sell,2025-07-21 18:33:00,1688.0,2.8896,1,leg_gt,0.33,60 -71231,gt_model_sell_peak_local,sell,2025-07-21 18:36:00,1693.0,3.1947,1,leg_gt,0.33,60 -71232,gt_model_sell_peak_local,sell,2025-07-21 21:27:00,1701.0,3.6828,1,leg_gt,0.45,60 -71233,gt_model_sell_peak_local,sell,2025-07-22 00:33:00,1709.0,4.1709,1,leg_gt,0.58,60 -71234,gt_model_sell_peak_local,sell,2025-07-22 00:36:00,1700.0,3.6218,1,leg_gt,0.58,60 -71235,gt_model_sell_peak_local,sell,2025-07-22 04:15:00,1660.0,1.1813,1,leg_gt,0.74,60 -71236,gt_model_sell_peak_local,sell,2025-07-22 09:36:00,1686.0,3.1456,1,leg_gt,0.21,60 -71237,gt_model_sell_peak_local,sell,2025-07-22 12:39:00,1658.0,1.3067,1,leg_gt,0.1,60 -71238,gt_model_sell_peak_local,sell,2025-07-22 17:27:00,1598.0,-0.1,0,leg_gt,0.0,60 -71239,gt_model_sell_peak_local,sell,2025-07-22 22:15:00,1693.0,5.8449,1,leg_gt,0.2,60 -71240,gt_model_sell_peak_local,sell,2025-07-23 01:00:00,1661.0,3.8424,1,leg_gt,0.32,60 -71241,gt_model_sell_peak_local,sell,2025-07-23 01:03:00,1655.0,3.467,1,leg_gt,0.32,60 -71242,gt_model_sell_peak_local,sell,2025-07-23 09:57:00,1807.0,10.4875,1,leg_gt,0.31,60 -71243,gt_model_sell_peak_local,sell,2025-07-23 11:36:00,1825.0,11.5891,1,leg_gt,0.38,60 -71244,gt_model_sell_peak_local,sell,2025-07-23 13:27:00,1826.0,11.6503,1,leg_gt,0.46,60 -71245,gt_model_sell_peak_local,sell,2025-07-23 14:39:00,1824.0,11.5279,1,leg_gt,0.51,60 -71246,gt_model_sell_peak_local,sell,2025-07-23 17:18:00,1773.0,8.4067,1,leg_gt,0.62,60 -71247,gt_model_sell_peak_local,sell,2025-07-23 17:21:00,1773.0,8.4067,1,leg_gt,0.62,60 -71248,gt_model_sell_peak_local,sell,2025-07-23 19:00:00,1738.0,6.2647,1,leg_gt,0.69,60 -71249,gt_model_sell_peak_local,sell,2025-07-23 22:21:00,1687.0,3.1436,1,leg_gt,0.83,60 -71250,gt_model_sell_peak_local,sell,2025-07-24 01:30:00,1681.0,2.6506,1,leg_gt,0.11,60 -71251,gt_model_sell_peak_local,sell,2025-07-24 04:57:00,1633.0,-0.2834,0,leg_gt,0.26,60 -71252,gt_model_sell_peak_local,sell,2025-07-24 09:12:00,1595.0,3.6736,1,leg_gt,0.12,60 -71253,gt_model_sell_peak_local,sell,2025-07-24 09:21:00,1618.0,5.17,1,leg_gt,0.12,60 -71254,gt_model_sell_peak_local,sell,2025-07-24 10:39:00,1619.0,5.2351,1,leg_gt,0.18,60 -71255,gt_model_sell_peak_local,sell,2025-07-24 10:42:00,1614.0,4.9098,1,leg_gt,0.18,60 -71256,gt_model_sell_peak_local,sell,2025-07-24 11:57:00,1618.0,5.17,1,leg_gt,0.23,60 -71257,gt_model_sell_peak_local,sell,2025-07-24 12:00:00,1616.0,5.0399,1,leg_gt,0.23,60 -71258,gt_model_sell_peak_local,sell,2025-07-24 13:27:00,1606.0,4.3893,1,leg_gt,0.29,60 -71259,gt_model_sell_peak_local,sell,2025-07-24 18:48:00,1534.0,4.8248,1,leg_gt,0.12,60 -71260,gt_model_sell_peak_local,sell,2025-07-24 19:03:00,1531.0,4.6196,1,leg_gt,0.13,60 -71261,gt_model_sell_peak_local,sell,2025-07-24 19:06:00,1537.0,5.03,1,leg_gt,0.14,60 -71262,gt_model_sell_peak_local,sell,2025-07-24 21:51:00,1548.0,5.7824,1,leg_gt,0.25,60 -71263,gt_model_sell_peak_local,sell,2025-07-24 23:18:00,1541.0,5.3036,1,leg_gt,0.31,60 -71264,gt_model_sell_peak_local,sell,2025-07-24 23:27:00,1554.0,6.1927,1,leg_gt,0.32,60 -71265,gt_model_sell_peak_local,sell,2025-07-25 01:15:00,1596.0,9.0655,1,leg_gt,0.39,60 -71266,gt_model_sell_peak_local,sell,2025-07-25 03:51:00,1602.0,9.4759,1,leg_gt,0.5,60 -71267,gt_model_sell_peak_local,sell,2025-07-25 05:03:00,1582.0,8.1079,1,leg_gt,0.55,60 -71268,gt_model_sell_peak_local,sell,2025-07-25 05:21:00,1577.0,7.7659,1,leg_gt,0.56,60 -71269,gt_model_sell_peak_local,sell,2025-07-25 06:54:00,1578.0,7.8343,1,leg_gt,0.63,60 -71270,gt_model_sell_peak_local,sell,2025-07-25 06:57:00,1578.0,7.8343,1,leg_gt,0.63,60 -71271,gt_model_sell_peak_local,sell,2025-07-25 12:09:00,1539.0,5.1668,1,leg_gt,0.85,60 -71272,gt_model_sell_peak_local,sell,2025-07-25 15:03:00,1525.0,1.4313,1,leg_gt,0.1,60 -71273,gt_model_sell_peak_local,sell,2025-07-25 18:24:00,1549.0,3.0292,1,leg_gt,0.24,60 -71274,gt_model_sell_peak_local,sell,2025-07-25 21:27:00,1560.0,3.7615,1,leg_gt,0.37,60 -71275,gt_model_sell_peak_local,sell,2025-07-25 23:24:00,1547.0,2.896,1,leg_gt,0.45,60 -71276,gt_model_sell_peak_local,sell,2025-07-26 03:12:00,1541.0,2.224,1,leg_gt,0.11,60 -71277,gt_model_sell_peak_local,sell,2025-07-26 07:21:00,1584.0,5.0793,1,leg_gt,0.28,60 -71278,gt_model_sell_peak_local,sell,2025-07-26 09:36:00,1587.0,5.2785,1,leg_gt,0.37,60 -71279,gt_model_sell_peak_local,sell,2025-07-26 09:39:00,1588.0,5.3449,1,leg_gt,0.38,60 -71280,gt_model_sell_peak_local,sell,2025-07-26 10:57:00,1573.0,4.3489,1,leg_gt,0.43,60 -71281,gt_model_sell_peak_local,sell,2025-07-26 11:12:00,1576.0,4.5481,1,leg_gt,0.44,60 -71282,gt_model_sell_peak_local,sell,2025-07-26 11:15:00,1579.0,4.7473,1,leg_gt,0.44,60 -71283,gt_model_sell_peak_local,sell,2025-07-26 12:33:00,1584.0,5.0793,1,leg_gt,0.5,60 -71284,gt_model_sell_peak_local,sell,2025-07-26 13:51:00,1583.0,5.0129,1,leg_gt,0.55,60 -71285,gt_model_sell_peak_local,sell,2025-07-26 13:54:00,1583.0,5.0129,1,leg_gt,0.55,60 -71286,gt_model_sell_peak_local,sell,2025-07-26 13:57:00,1582.0,4.9465,1,leg_gt,0.55,60 -71287,gt_model_sell_peak_local,sell,2025-07-26 15:42:00,1584.0,5.0793,1,leg_gt,0.63,60 -71288,gt_model_sell_peak_local,sell,2025-07-26 18:24:00,1576.0,4.5481,1,leg_gt,0.74,60 -71289,gt_model_sell_peak_local,sell,2025-07-26 18:27:00,1578.0,4.6809,1,leg_gt,0.74,60 -71290,gt_model_sell_peak_local,sell,2025-07-26 18:30:00,1577.0,4.6145,1,leg_gt,0.74,60 -71291,gt_model_sell_peak_local,sell,2025-07-26 21:15:00,1578.0,4.6809,1,leg_gt,0.86,60 -71292,gt_model_sell_peak_local,sell,2025-07-27 00:21:00,1585.0,5.1457,1,leg_gt,0.99,60 -71293,gt_model_sell_peak_local,sell,2025-07-27 02:24:00,1595.0,5.8097,1,leg_gt,1.07,60 -71294,gt_model_sell_peak_local,sell,2025-07-27 05:09:00,1600.0,6.1417,1,leg_gt,1.19,60 -71295,gt_model_sell_peak_local,sell,2025-07-27 08:21:00,1592.0,5.6105,1,leg_gt,1.32,60 -71296,gt_model_sell_peak_local,sell,2025-07-27 11:18:00,1597.0,5.9425,1,leg_gt,1.44,60 -71297,gt_model_sell_peak_local,sell,2025-07-27 11:21:00,1597.0,5.9425,1,leg_gt,1.45,60 -71298,gt_model_sell_peak_local,sell,2025-07-27 12:54:00,1592.0,5.6105,1,leg_gt,1.51,60 -71299,gt_model_sell_peak_local,sell,2025-07-27 15:27:00,1599.0,6.0753,1,leg_gt,1.62,60 -71300,gt_model_sell_peak_local,sell,2025-07-27 17:09:00,1593.0,5.6769,1,leg_gt,1.69,60 -71301,gt_model_sell_peak_local,sell,2025-07-27 20:51:00,1597.0,5.9425,1,leg_gt,1.84,60 -71302,gt_model_sell_peak_local,sell,2025-07-27 21:03:00,1601.0,6.2081,1,leg_gt,1.85,60 -71303,gt_model_sell_peak_local,sell,2025-07-27 22:57:00,1603.0,6.3409,1,leg_gt,1.93,60 -71304,gt_model_sell_peak_local,sell,2025-07-27 23:03:00,1609.0,6.7393,1,leg_gt,1.93,60 -71305,gt_model_sell_peak_local,sell,2025-07-27 23:06:00,1607.0,6.6065,1,leg_gt,1.94,60 -71306,gt_model_sell_peak_local,sell,2025-07-27 23:09:00,1609.0,6.7393,1,leg_gt,1.94,60 -71307,gt_model_sell_peak_local,sell,2025-07-28 00:18:00,1606.0,6.5401,1,leg_gt,1.99,60 -71308,gt_model_sell_peak_local,sell,2025-07-28 02:39:00,1640.0,8.7977,1,leg_gt,2.08,60 -71309,gt_model_sell_peak_local,sell,2025-07-28 03:45:00,1640.0,8.7977,1,leg_gt,2.13,60 -71310,gt_model_sell_peak_local,sell,2025-07-28 04:12:00,1632.0,8.2665,1,leg_gt,2.15,60 -71311,gt_model_sell_peak_local,sell,2025-07-28 06:03:00,1639.0,8.7313,1,leg_gt,2.22,60 -71312,gt_model_sell_peak_local,sell,2025-07-28 08:42:00,1646.0,9.1961,1,leg_gt,2.34,60 -71313,gt_model_sell_peak_local,sell,2025-07-28 08:45:00,1649.0,9.3954,1,leg_gt,2.34,60 -71314,gt_model_sell_peak_local,sell,2025-07-28 08:48:00,1651.0,9.5282,1,leg_gt,2.34,60 -71315,gt_model_sell_peak_local,sell,2025-07-28 10:18:00,1641.0,8.8641,1,leg_gt,2.4,60 -71316,gt_model_sell_peak_local,sell,2025-07-28 12:33:00,1655.0,9.7938,1,leg_gt,2.5,60 -71317,gt_model_sell_peak_local,sell,2025-07-28 15:18:00,1672.0,10.9226,1,leg_gt,2.61,60 -71318,gt_model_sell_peak_local,sell,2025-07-28 18:06:00,1674.0,11.0554,1,leg_gt,2.73,60 -71319,gt_model_sell_peak_local,sell,2025-07-28 19:54:00,1672.0,10.9226,1,leg_gt,2.8,60 -71320,gt_model_sell_peak_local,sell,2025-07-28 22:21:00,1635.0,8.4657,1,leg_gt,2.9,60 -71321,gt_model_sell_peak_local,sell,2025-07-29 02:48:00,1571.0,4.2161,1,leg_gt,3.09,60 -71322,gt_model_sell_peak_local,sell,2025-07-29 05:24:00,1545.0,2.4896,1,leg_gt,3.2,60 -71323,gt_model_sell_peak_local,sell,2025-07-29 07:42:00,1535.0,1.8256,1,leg_gt,3.29,60 -71324,gt_model_sell_peak_local,sell,2025-07-29 07:45:00,1537.0,1.9584,1,leg_gt,3.3,60 -71325,gt_model_sell_peak_local,sell,2025-07-29 10:24:00,1545.0,2.4896,1,leg_gt,3.41,60 -71326,gt_model_sell_peak_local,sell,2025-07-29 14:09:00,1529.0,1.4272,1,leg_gt,0.09,60 -71327,gt_model_sell_peak_local,sell,2025-07-29 17:51:00,1545.0,2.4896,1,leg_gt,0.25,60 -71328,gt_model_sell_peak_local,sell,2025-07-29 17:54:00,1546.0,2.556,1,leg_gt,0.25,60 -71329,gt_model_sell_peak_local,sell,2025-07-29 23:27:00,1509.0,0.0992,1,leg_gt,0.48,60 -71330,gt_model_sell_peak_local,sell,2025-07-30 01:48:00,1485.0,-1.4944,0,leg_gt,0.58,60 -71331,gt_model_sell_peak_local,sell,2025-07-30 03:30:00,1486.0,-1.428,0,leg_gt,0.65,60 -71332,gt_model_sell_peak_local,sell,2025-07-30 04:36:00,1474.0,-2.2248,0,leg_gt,0.7,60 -71333,gt_model_sell_peak_local,sell,2025-07-30 04:39:00,1472.0,-2.3576,0,leg_gt,0.7,60 -71334,gt_model_sell_peak_local,sell,2025-07-30 05:18:00,1464.0,-2.8888,0,leg_gt,0.72,60 -71335,gt_model_sell_peak_local,sell,2025-07-30 06:21:00,1468.0,-2.6232,0,leg_gt,0.77,60 -71336,gt_model_sell_peak_local,sell,2025-07-30 06:24:00,1471.0,-2.424,0,leg_gt,0.77,60 -71337,gt_model_sell_peak_local,sell,2025-07-30 09:36:00,1482.0,-1.6936,0,leg_gt,0.9,60 -71338,gt_model_sell_peak_local,sell,2025-07-30 12:51:00,1491.0,-1.096,0,leg_gt,1.04,60 -71339,gt_model_sell_peak_local,sell,2025-07-30 13:42:00,1478.0,-1.9592,0,leg_gt,1.08,60 -71340,gt_model_sell_peak_local,sell,2025-07-30 17:06:00,1466.0,-2.756,0,leg_gt,1.22,60 -71341,gt_model_sell_peak_local,sell,2025-07-30 18:39:00,1458.0,-3.2873,0,leg_gt,1.28,60 -71342,gt_model_sell_peak_local,sell,2025-07-30 20:36:00,1434.0,-4.8809,0,leg_gt,1.36,60 -71343,gt_model_sell_peak_local,sell,2025-07-30 20:39:00,1432.0,-5.0137,0,leg_gt,1.36,60 -71344,gt_model_sell_peak_local,sell,2025-07-30 22:57:00,1437.0,1.0972,1,leg_gt,0.09,60 -71345,gt_model_sell_peak_local,sell,2025-07-31 02:21:00,1476.0,3.8437,1,leg_gt,0.23,60 -71346,gt_model_sell_peak_local,sell,2025-07-31 04:12:00,1425.0,0.6779,1,leg_gt,0.0,60 -71347,gt_model_sell_peak_local,sell,2025-07-31 04:27:00,1443.0,1.9509,1,leg_gt,0.01,60 -71348,gt_model_sell_peak_local,sell,2025-07-31 06:12:00,1480.0,4.5676,1,leg_gt,0.09,60 -71349,gt_model_sell_peak_local,sell,2025-07-31 10:42:00,1482.0,4.7091,1,leg_gt,0.28,60 -71350,gt_model_sell_peak_local,sell,2025-07-31 10:45:00,1484.0,4.8505,1,leg_gt,0.28,60 -71351,gt_model_sell_peak_local,sell,2025-07-31 13:48:00,1494.0,5.5577,1,leg_gt,0.4,60 -71352,gt_model_sell_peak_local,sell,2025-07-31 13:51:00,1494.0,5.5577,1,leg_gt,0.41,60 -71353,gt_model_sell_peak_local,sell,2025-07-31 14:54:00,1488.0,5.1334,1,leg_gt,0.45,60 -71354,gt_model_sell_peak_local,sell,2025-07-31 14:57:00,1487.0,5.0627,1,leg_gt,0.45,60 -71355,gt_model_sell_peak_local,sell,2025-07-31 15:18:00,1485.0,4.9212,1,leg_gt,0.47,60 -71356,gt_model_sell_peak_local,sell,2025-07-31 16:54:00,1494.0,5.5577,1,leg_gt,0.53,60 -71357,gt_model_sell_peak_local,sell,2025-07-31 19:54:00,1504.0,6.2649,1,leg_gt,0.66,60 -71358,gt_model_sell_peak_local,sell,2025-07-31 19:57:00,1503.0,6.1942,1,leg_gt,0.66,60 -71359,gt_model_sell_peak_local,sell,2025-08-01 02:36:00,1473.0,4.0726,1,leg_gt,0.94,60 -71360,gt_model_sell_peak_local,sell,2025-08-01 09:12:00,1385.0,-2.1509,0,leg_gt,1.21,60 -71361,gt_model_sell_peak_local,sell,2025-08-01 12:18:00,1394.0,2.6266,1,leg_gt,0.1,60 -71362,gt_model_sell_peak_local,sell,2025-08-01 12:21:00,1399.0,2.9951,1,leg_gt,0.1,60 -71363,gt_model_sell_peak_local,sell,2025-08-01 12:24:00,1398.0,2.9214,1,leg_gt,0.11,60 -71364,gt_model_sell_peak_local,sell,2025-08-01 13:27:00,1379.0,1.5212,1,leg_gt,0.15,60 -71365,gt_model_sell_peak_local,sell,2025-08-01 17:00:00,1368.0,0.7106,1,leg_gt,0.3,60 -71366,gt_model_sell_peak_local,sell,2025-08-01 19:18:00,1357.0,-0.1,0,leg_gt,0.39,60 -71367,gt_model_sell_peak_local,sell,2025-08-01 19:21:00,1355.0,-0.2474,0,leg_gt,0.4,60 -71368,gt_model_sell_peak_local,sell,2025-08-01 20:42:00,1356.0,-0.1737,0,leg_gt,0.45,60 -71369,gt_model_sell_peak_local,sell,2025-08-01 22:33:00,1359.0,0.0474,1,leg_gt,0.53,60 -71370,gt_model_sell_peak_local,sell,2025-08-01 22:42:00,1357.0,-0.1,0,leg_gt,0.54,60 -71371,gt_model_sell_peak_local,sell,2025-08-01 23:12:00,1356.0,1.397,1,leg_gt,0.01,60 -71372,gt_model_sell_peak_local,sell,2025-08-01 23:15:00,1357.0,1.4719,1,leg_gt,0.02,60 -71373,gt_model_sell_peak_local,sell,2025-08-02 00:36:00,1356.0,1.397,1,leg_gt,0.07,60 -71374,gt_model_sell_peak_local,sell,2025-08-02 02:21:00,1354.0,1.2473,1,leg_gt,0.15,60 -71375,gt_model_sell_peak_local,sell,2025-08-02 06:00:00,1362.0,1.8461,1,leg_gt,0.3,60 -71376,gt_model_sell_peak_local,sell,2025-08-02 07:06:00,1351.0,1.0228,1,leg_gt,0.34,60 -71377,gt_model_sell_peak_local,sell,2025-08-02 11:00:00,1355.0,2.6293,1,leg_gt,0.14,60 -71378,gt_model_sell_peak_local,sell,2025-08-02 11:03:00,1355.0,2.6293,1,leg_gt,0.14,60 -71379,gt_model_sell_peak_local,sell,2025-08-02 13:33:00,1355.0,2.6293,1,leg_gt,0.25,60 -71380,gt_model_sell_peak_local,sell,2025-08-02 13:36:00,1359.0,2.9326,1,leg_gt,0.25,60 -71381,gt_model_sell_peak_local,sell,2025-08-02 14:45:00,1348.0,2.0986,1,leg_gt,0.3,60 -71382,gt_model_sell_peak_local,sell,2025-08-02 14:48:00,1349.0,2.1745,1,leg_gt,0.3,60 -71383,gt_model_sell_peak_local,sell,2025-08-02 17:57:00,1335.0,1.113,1,leg_gt,0.43,60 -71384,gt_model_sell_peak_local,sell,2025-08-02 20:27:00,1335.0,1.113,1,leg_gt,0.53,60 -71385,gt_model_sell_peak_local,sell,2025-08-02 21:30:00,1328.0,0.5823,1,leg_gt,0.58,60 -71386,gt_model_sell_peak_local,sell,2025-08-02 23:57:00,1318.0,-0.1758,0,leg_gt,0.68,60 -71387,gt_model_sell_peak_local,sell,2025-08-03 01:24:00,1313.0,-0.5549,0,leg_gt,0.74,60 -71388,gt_model_sell_peak_local,sell,2025-08-03 03:27:00,1297.0,-1.7679,0,leg_gt,0.82,60 -71389,gt_model_sell_peak_local,sell,2025-08-03 05:33:00,1308.0,1.5317,1,leg_gt,0.07,60 -71390,gt_model_sell_peak_local,sell,2025-08-03 07:00:00,1309.0,1.6094,1,leg_gt,0.13,60 -71391,gt_model_sell_peak_local,sell,2025-08-03 07:03:00,1312.0,1.8425,1,leg_gt,0.14,60 -71392,gt_model_sell_peak_local,sell,2025-08-03 08:51:00,1310.0,1.6871,1,leg_gt,0.21,60 -71393,gt_model_sell_peak_local,sell,2025-08-03 08:54:00,1308.0,1.5317,1,leg_gt,0.21,60 -71394,gt_model_sell_peak_local,sell,2025-08-03 08:57:00,1309.0,1.6094,1,leg_gt,0.21,60 -71395,gt_model_sell_peak_local,sell,2025-08-03 13:42:00,1342.0,4.1735,1,leg_gt,0.41,60 -71396,gt_model_sell_peak_local,sell,2025-08-03 13:45:00,1343.0,4.2512,1,leg_gt,0.41,60 -71397,gt_model_sell_peak_local,sell,2025-08-03 13:48:00,1342.0,4.1735,1,leg_gt,0.42,60 -71398,gt_model_sell_peak_local,sell,2025-08-03 15:27:00,1342.0,4.1735,1,leg_gt,0.49,60 -71399,gt_model_sell_peak_local,sell,2025-08-03 15:36:00,1339.0,3.9404,1,leg_gt,0.49,60 -71400,gt_model_sell_peak_local,sell,2025-08-03 16:00:00,1340.0,4.0181,1,leg_gt,0.51,60 -71401,gt_model_sell_peak_local,sell,2025-08-03 18:15:00,1348.0,4.6397,1,leg_gt,0.6,60 -71402,gt_model_sell_peak_local,sell,2025-08-03 21:18:00,1348.0,4.6397,1,leg_gt,0.73,60 -71403,gt_model_sell_peak_local,sell,2025-08-04 01:45:00,1356.0,5.2613,1,leg_gt,0.91,60 -71404,gt_model_sell_peak_local,sell,2025-08-04 02:54:00,1359.0,5.4944,1,leg_gt,0.96,60 -71405,gt_model_sell_peak_local,sell,2025-08-04 03:00:00,1360.0,5.5721,1,leg_gt,0.97,60 -71406,gt_model_sell_peak_local,sell,2025-08-04 05:45:00,1362.0,5.7275,1,leg_gt,1.08,60 -71407,gt_model_sell_peak_local,sell,2025-08-04 07:57:00,1369.0,6.2714,1,leg_gt,1.17,60 -71408,gt_model_sell_peak_local,sell,2025-08-04 08:00:00,1369.0,6.2714,1,leg_gt,1.18,60 -71409,gt_model_sell_peak_local,sell,2025-08-04 09:12:00,1365.0,5.9606,1,leg_gt,1.23,60 -71410,gt_model_sell_peak_local,sell,2025-08-04 09:21:00,1374.0,6.6599,1,leg_gt,1.23,60 -71411,gt_model_sell_peak_local,sell,2025-08-04 11:03:00,1375.0,6.7376,1,leg_gt,1.3,60 -71412,gt_model_sell_peak_local,sell,2025-08-04 11:06:00,1374.0,6.6599,1,leg_gt,1.3,60 -71413,gt_model_sell_peak_local,sell,2025-08-04 12:33:00,1377.0,6.893,1,leg_gt,1.36,60 -71414,gt_model_sell_peak_local,sell,2025-08-04 14:27:00,1372.0,6.5045,1,leg_gt,1.44,60 -71415,gt_model_sell_peak_local,sell,2025-08-04 16:06:00,1376.0,6.8153,1,leg_gt,1.51,60 -71416,gt_model_sell_peak_local,sell,2025-08-04 17:48:00,1377.0,6.893,1,leg_gt,1.58,60 -71417,gt_model_sell_peak_local,sell,2025-08-04 19:27:00,1372.0,6.5045,1,leg_gt,1.65,60 -71418,gt_model_sell_peak_local,sell,2025-08-04 19:30:00,1374.0,6.6599,1,leg_gt,1.65,60 -71419,gt_model_sell_peak_local,sell,2025-08-04 22:18:00,1368.0,6.1937,1,leg_gt,1.77,60 -71420,gt_model_sell_peak_local,sell,2025-08-04 22:21:00,1364.0,5.8829,1,leg_gt,1.77,60 -71421,gt_model_sell_peak_local,sell,2025-08-05 00:27:00,1389.0,7.8254,1,leg_gt,1.86,60 -71422,gt_model_sell_peak_local,sell,2025-08-05 03:15:00,1389.0,7.8254,1,leg_gt,1.98,60 -71423,gt_model_sell_peak_local,sell,2025-08-05 07:45:00,1396.0,8.3693,1,leg_gt,2.16,60 -71424,gt_model_sell_peak_local,sell,2025-08-05 08:54:00,1392.0,8.0585,1,leg_gt,2.21,60 -71425,gt_model_sell_peak_local,sell,2025-08-05 08:57:00,1392.0,8.0585,1,leg_gt,2.21,60 -71426,gt_model_sell_peak_local,sell,2025-08-05 09:00:00,1393.0,8.1362,1,leg_gt,2.22,60 -71427,gt_model_sell_peak_local,sell,2025-08-05 09:12:00,1389.0,7.8254,1,leg_gt,2.22,60 -71428,gt_model_sell_peak_local,sell,2025-08-05 10:36:00,1382.0,7.2815,1,leg_gt,2.28,60 -71429,gt_model_sell_peak_local,sell,2025-08-05 16:24:00,1340.0,4.0181,1,leg_gt,2.52,60 -71430,gt_model_sell_peak_local,sell,2025-08-05 19:09:00,1334.0,1.1908,1,leg_gt,0.09,60 -71431,gt_model_sell_peak_local,sell,2025-08-05 21:42:00,1337.0,1.4186,1,leg_gt,0.19,60 -71432,gt_model_sell_peak_local,sell,2025-08-05 23:51:00,1322.0,0.2797,1,leg_gt,0.28,60 -71433,gt_model_sell_peak_local,sell,2025-08-06 01:18:00,1320.0,0.1278,1,leg_gt,0.34,60 -71434,gt_model_sell_peak_local,sell,2025-08-06 02:27:00,1322.0,0.2797,1,leg_gt,0.39,60 -71435,gt_model_sell_peak_local,sell,2025-08-06 04:00:00,1317.0,-0.1,0,leg_gt,0.45,60 -71436,gt_model_sell_peak_local,sell,2025-08-06 05:09:00,1316.0,-0.1759,0,leg_gt,0.5,60 -71437,gt_model_sell_peak_local,sell,2025-08-06 06:30:00,1315.0,-0.2519,0,leg_gt,0.56,60 -71438,gt_model_sell_peak_local,sell,2025-08-06 10:06:00,1307.0,-0.8593,0,leg_gt,0.71,60 -71439,gt_model_sell_peak_local,sell,2025-08-06 10:09:00,1308.0,-0.7834,0,leg_gt,0.71,60 -71440,gt_model_sell_peak_local,sell,2025-08-06 15:42:00,1322.0,2.6195,1,leg_gt,0.1,60 -71441,gt_model_sell_peak_local,sell,2025-08-06 18:03:00,1313.0,1.9202,1,leg_gt,0.2,60 -71442,gt_model_sell_peak_local,sell,2025-08-06 21:21:00,1307.0,1.454,1,leg_gt,0.34,60 -71443,gt_model_sell_peak_local,sell,2025-08-07 02:03:00,1324.0,2.7749,1,leg_gt,0.53,60 -71444,gt_model_sell_peak_local,sell,2025-08-07 04:15:00,1338.0,3.8627,1,leg_gt,0.62,60 -71445,gt_model_sell_peak_local,sell,2025-08-07 07:06:00,1338.0,3.8627,1,leg_gt,0.74,60 -71446,gt_model_sell_peak_local,sell,2025-08-07 08:57:00,1345.0,4.4066,1,leg_gt,0.82,60 -71447,gt_model_sell_peak_local,sell,2025-08-07 09:00:00,1345.0,4.4066,1,leg_gt,0.82,60 -71448,gt_model_sell_peak_local,sell,2025-08-07 11:27:00,1337.0,3.785,1,leg_gt,0.92,60 -71449,gt_model_sell_peak_local,sell,2025-08-07 13:45:00,1343.0,4.2512,1,leg_gt,1.02,60 -71450,gt_model_sell_peak_local,sell,2025-08-07 14:24:00,1341.0,4.0958,1,leg_gt,1.05,60 -71451,gt_model_sell_peak_local,sell,2025-08-07 14:27:00,1340.0,4.0181,1,leg_gt,1.05,60 -71452,gt_model_sell_peak_local,sell,2025-08-07 14:30:00,1343.0,4.2512,1,leg_gt,1.05,60 -71453,gt_model_sell_peak_local,sell,2025-08-07 17:18:00,1355.0,5.1836,1,leg_gt,1.17,60 -71454,gt_model_sell_peak_local,sell,2025-08-07 18:24:00,1348.0,4.6397,1,leg_gt,1.21,60 -71455,gt_model_sell_peak_local,sell,2025-08-07 18:27:00,1349.0,4.7174,1,leg_gt,1.22,60 -71456,gt_model_sell_peak_local,sell,2025-08-07 22:03:00,1395.0,8.2916,1,leg_gt,1.37,60 -71457,gt_model_sell_peak_local,sell,2025-08-08 02:03:00,1381.0,7.2038,1,leg_gt,1.53,60 -71458,gt_model_sell_peak_local,sell,2025-08-08 02:33:00,1381.0,7.2038,1,leg_gt,1.55,60 -71459,gt_model_sell_peak_local,sell,2025-08-08 08:57:00,1411.0,9.5348,1,leg_gt,1.82,60 -71460,gt_model_sell_peak_local,sell,2025-08-08 10:39:00,1402.0,8.8355,1,leg_gt,1.89,60 -71461,gt_model_sell_peak_local,sell,2025-08-08 10:42:00,1400.0,8.6801,1,leg_gt,1.89,60 -71462,gt_model_sell_peak_local,sell,2025-08-08 13:27:00,1406.0,9.1463,1,leg_gt,2.01,60 -71463,gt_model_sell_peak_local,sell,2025-08-08 18:12:00,1403.0,8.9132,1,leg_gt,2.21,60 -71464,gt_model_sell_peak_local,sell,2025-08-08 18:15:00,1401.0,8.7578,1,leg_gt,2.21,60 -71465,gt_model_sell_peak_local,sell,2025-08-08 20:36:00,1410.0,9.4571,1,leg_gt,2.31,60 -71466,gt_model_sell_peak_local,sell,2025-08-08 21:57:00,1395.0,8.2916,1,leg_gt,2.36,60 -71467,gt_model_sell_peak_local,sell,2025-08-09 00:03:00,1401.0,8.7578,1,leg_gt,2.45,60 -71468,gt_model_sell_peak_local,sell,2025-08-09 04:03:00,1424.0,10.5449,1,leg_gt,2.62,60 -71469,gt_model_sell_peak_local,sell,2025-08-09 04:06:00,1419.0,10.1564,1,leg_gt,2.62,60 -71470,gt_model_sell_peak_local,sell,2025-08-09 04:09:00,1422.0,10.3895,1,leg_gt,2.62,60 -71471,gt_model_sell_peak_local,sell,2025-08-09 04:21:00,1425.0,10.6226,1,leg_gt,2.63,60 -71472,gt_model_sell_peak_local,sell,2025-08-09 07:03:00,1423.0,10.4672,1,leg_gt,2.74,60 -71473,gt_model_sell_peak_local,sell,2025-08-09 08:27:00,1425.0,10.6226,1,leg_gt,2.8,60 -71474,gt_model_sell_peak_local,sell,2025-08-09 10:09:00,1427.0,10.778,1,leg_gt,2.87,60 -71475,gt_model_sell_peak_local,sell,2025-08-09 10:36:00,1425.0,10.6226,1,leg_gt,2.89,60 -71476,gt_model_sell_peak_local,sell,2025-08-09 11:51:00,1426.0,10.7003,1,leg_gt,2.94,60 -71477,gt_model_sell_peak_local,sell,2025-08-09 11:54:00,1425.0,10.6226,1,leg_gt,2.94,60 -71478,gt_model_sell_peak_local,sell,2025-08-09 15:48:00,1462.0,13.4975,1,leg_gt,3.11,60 -71479,gt_model_sell_peak_local,sell,2025-08-09 15:51:00,1464.0,13.6529,1,leg_gt,3.11,60 -71480,gt_model_sell_peak_local,sell,2025-08-09 18:06:00,1467.0,13.886,1,leg_gt,3.2,60 -71481,gt_model_sell_peak_local,sell,2025-08-09 20:48:00,1477.0,14.663,1,leg_gt,3.31,60 -71482,gt_model_sell_peak_local,sell,2025-08-09 22:54:00,1472.0,14.2745,1,leg_gt,3.4,60 -71483,gt_model_sell_peak_local,sell,2025-08-09 22:57:00,1473.0,14.3522,1,leg_gt,3.4,60 -71484,gt_model_sell_peak_local,sell,2025-08-10 00:57:00,1474.0,14.4299,1,leg_gt,3.49,60 -71485,gt_model_sell_peak_local,sell,2025-08-10 01:00:00,1474.0,14.4299,1,leg_gt,3.49,60 -71486,gt_model_sell_peak_local,sell,2025-08-10 01:03:00,1477.0,14.663,1,leg_gt,3.49,60 -71487,gt_model_sell_peak_local,sell,2025-08-10 02:12:00,1473.0,14.3522,1,leg_gt,3.54,60 -71488,gt_model_sell_peak_local,sell,2025-08-10 02:15:00,1471.0,14.1968,1,leg_gt,3.54,60 -71489,gt_model_sell_peak_local,sell,2025-08-10 03:36:00,1478.0,14.7407,1,leg_gt,3.6,60 -71490,gt_model_sell_peak_local,sell,2025-08-10 05:15:00,1488.0,15.5177,1,leg_gt,3.67,60 -71491,gt_model_sell_peak_local,sell,2025-08-10 05:18:00,1489.0,15.5954,1,leg_gt,3.67,60 -71492,gt_model_sell_peak_local,sell,2025-08-10 06:42:00,1485.0,15.2846,1,leg_gt,3.73,60 -71493,gt_model_sell_peak_local,sell,2025-08-10 06:45:00,1484.0,15.2069,1,leg_gt,3.73,60 -71494,gt_model_sell_peak_local,sell,2025-08-10 08:27:00,1484.0,15.2069,1,leg_gt,3.8,60 -71495,gt_model_sell_peak_local,sell,2025-08-10 12:18:00,1488.0,15.5177,1,leg_gt,3.96,60 -71496,gt_model_sell_peak_local,sell,2025-08-10 14:27:00,1490.0,15.6731,1,leg_gt,4.05,60 -71497,gt_model_sell_peak_local,sell,2025-08-10 17:21:00,1428.0,0.6763,1,leg_gt,0.01,60 -71498,gt_model_sell_peak_local,sell,2025-08-10 19:42:00,1436.0,1.2409,1,leg_gt,0.11,60 -71499,gt_model_sell_peak_local,sell,2025-08-10 19:45:00,1442.0,1.6643,1,leg_gt,0.11,60 -71500,gt_model_sell_peak_local,sell,2025-08-10 19:48:00,1443.0,1.7349,1,leg_gt,0.11,60 -71501,gt_model_sell_peak_local,sell,2025-08-10 21:24:00,1434.0,1.0997,1,leg_gt,0.18,60 -71502,gt_model_sell_peak_local,sell,2025-08-10 21:27:00,1433.0,1.0291,1,leg_gt,0.18,60 -71503,gt_model_sell_peak_local,sell,2025-08-10 21:33:00,1435.0,1.1703,1,leg_gt,0.19,60 -71504,gt_model_sell_peak_local,sell,2025-08-10 21:42:00,1440.0,1.5231,1,leg_gt,0.19,60 -71505,gt_model_sell_peak_local,sell,2025-08-10 21:45:00,1441.0,1.5937,1,leg_gt,0.19,60 -71506,gt_model_sell_peak_local,sell,2025-08-10 23:09:00,1436.0,1.2409,1,leg_gt,0.25,60 -71507,gt_model_sell_peak_local,sell,2025-08-11 01:27:00,1465.0,3.2874,1,leg_gt,0.35,60 -71508,gt_model_sell_peak_local,sell,2025-08-11 04:15:00,1486.0,4.7694,1,leg_gt,0.46,60 -71509,gt_model_sell_peak_local,sell,2025-08-11 04:36:00,1485.0,4.6989,1,leg_gt,0.48,60 -71510,gt_model_sell_peak_local,sell,2025-08-11 05:54:00,1485.0,4.6989,1,leg_gt,0.53,60 -71511,gt_model_sell_peak_local,sell,2025-08-11 06:06:00,1469.0,3.5697,1,leg_gt,0.54,60 -71512,gt_model_sell_peak_local,sell,2025-08-11 10:27:00,1485.0,4.6989,1,leg_gt,0.72,60 -71513,gt_model_sell_peak_local,sell,2025-08-11 10:30:00,1485.0,4.6989,1,leg_gt,0.72,60 -71514,gt_model_sell_peak_local,sell,2025-08-11 12:51:00,1503.0,5.9692,1,leg_gt,0.82,60 -71515,gt_model_sell_peak_local,sell,2025-08-11 14:15:00,1497.0,5.5457,1,leg_gt,0.88,60 -71516,gt_model_sell_peak_local,sell,2025-08-11 14:18:00,1497.0,5.5457,1,leg_gt,0.88,60 -71517,gt_model_sell_peak_local,sell,2025-08-11 16:24:00,1478.0,4.2049,1,leg_gt,0.97,60 -71518,gt_model_sell_peak_local,sell,2025-08-11 19:30:00,1462.0,3.0757,1,leg_gt,1.1,60 -71519,gt_model_sell_peak_local,sell,2025-08-11 23:48:00,1417.0,1.1866,1,leg_gt,0.07,60 -71520,gt_model_sell_peak_local,sell,2025-08-12 00:36:00,1424.0,1.687,1,leg_gt,0.1,60 -71521,gt_model_sell_peak_local,sell,2025-08-12 02:06:00,1425.0,1.7585,1,leg_gt,0.17,60 -71522,gt_model_sell_peak_local,sell,2025-08-12 04:33:00,1408.0,0.5433,1,leg_gt,0.27,60 -71523,gt_model_sell_peak_local,sell,2025-08-12 12:36:00,1373.0,-1.9585,0,leg_gt,0.6,60 -71524,gt_model_sell_peak_local,sell,2025-08-12 14:42:00,1354.0,-3.3166,0,leg_gt,0.69,60 -71525,gt_model_sell_peak_local,sell,2025-08-12 17:33:00,1357.0,-3.1021,0,leg_gt,0.81,60 -71526,gt_model_sell_peak_local,sell,2025-08-12 17:36:00,1357.0,-3.1021,0,leg_gt,0.81,60 -71527,gt_model_sell_peak_local,sell,2025-08-12 17:51:00,1364.0,-2.6018,0,leg_gt,0.82,60 -71528,gt_model_sell_peak_local,sell,2025-08-12 17:54:00,1360.0,-2.8877,0,leg_gt,0.82,60 -71529,gt_model_sell_peak_local,sell,2025-08-12 17:57:00,1360.0,-2.8877,0,leg_gt,0.83,60 -71530,gt_model_sell_peak_local,sell,2025-08-13 04:18:00,1453.0,8.6575,1,leg_gt,0.34,60 -71531,gt_model_sell_peak_local,sell,2025-08-13 04:21:00,1455.0,8.8072,1,leg_gt,0.34,60 -71532,gt_model_sell_peak_local,sell,2025-08-13 06:18:00,1463.0,9.406,1,leg_gt,0.42,60 -71533,gt_model_sell_peak_local,sell,2025-08-13 06:33:00,1458.0,9.0317,1,leg_gt,0.43,60 -71534,gt_model_sell_peak_local,sell,2025-08-13 10:15:00,1438.0,7.5347,1,leg_gt,0.59,60 -71535,gt_model_sell_peak_local,sell,2025-08-13 10:48:00,1435.0,7.3102,1,leg_gt,0.61,60 -71536,gt_model_sell_peak_local,sell,2025-08-13 10:57:00,1438.0,7.5347,1,leg_gt,0.62,60 -71537,gt_model_sell_peak_local,sell,2025-08-13 14:18:00,1466.0,9.6305,1,leg_gt,0.76,60 -71538,gt_model_sell_peak_local,sell,2025-08-13 15:45:00,1455.0,8.8072,1,leg_gt,0.82,60 -71539,gt_model_sell_peak_local,sell,2025-08-13 18:30:00,1482.0,10.8281,1,leg_gt,0.93,60 -71540,gt_model_sell_peak_local,sell,2025-08-13 20:42:00,1484.0,10.9778,1,leg_gt,1.02,60 -71541,gt_model_sell_peak_local,sell,2025-08-13 22:03:00,1479.0,10.6036,1,leg_gt,1.08,60 -71542,gt_model_sell_peak_local,sell,2025-08-13 23:33:00,1484.0,10.9778,1,leg_gt,1.14,60 -71543,gt_model_sell_peak_local,sell,2025-08-14 04:12:00,1494.0,11.7263,1,leg_gt,1.34,60 -71544,gt_model_sell_peak_local,sell,2025-08-14 05:33:00,1500.0,12.1754,1,leg_gt,1.39,60 -71545,gt_model_sell_peak_local,sell,2025-08-14 09:12:00,1541.0,15.2443,1,leg_gt,1.54,60 -71546,gt_model_sell_peak_local,sell,2025-08-14 12:54:00,1537.0,14.9449,1,leg_gt,1.7,60 -71547,gt_model_sell_peak_local,sell,2025-08-14 12:57:00,1538.0,15.0198,1,leg_gt,1.7,60 -71548,gt_model_sell_peak_local,sell,2025-08-14 13:18:00,1536.0,14.8701,1,leg_gt,1.71,60 -71549,gt_model_sell_peak_local,sell,2025-08-14 13:21:00,1541.0,15.2443,1,leg_gt,1.72,60 -71550,gt_model_sell_peak_local,sell,2025-08-14 19:57:00,1491.0,11.5018,1,leg_gt,1.99,60 -71551,gt_model_sell_peak_local,sell,2025-08-14 22:27:00,1400.0,1.3493,1,leg_gt,0.02,60 -71552,gt_model_sell_peak_local,sell,2025-08-15 00:30:00,1419.0,2.7261,1,leg_gt,0.1,60 -71553,gt_model_sell_peak_local,sell,2025-08-15 03:33:00,1397.0,1.1319,1,leg_gt,0.23,60 -71554,gt_model_sell_peak_local,sell,2025-08-15 05:42:00,1396.0,1.0594,1,leg_gt,0.32,60 -71555,gt_model_sell_peak_local,sell,2025-08-15 09:09:00,1396.0,1.7235,1,leg_gt,0.11,60 -71556,gt_model_sell_peak_local,sell,2025-08-15 10:12:00,1399.0,1.9423,1,leg_gt,0.15,60 -71557,gt_model_sell_peak_local,sell,2025-08-15 11:54:00,1404.0,2.307,1,leg_gt,0.22,60 -71558,gt_model_sell_peak_local,sell,2025-08-15 11:57:00,1405.0,2.3799,1,leg_gt,0.22,60 -71559,gt_model_sell_peak_local,sell,2025-08-15 12:09:00,1407.0,2.5258,1,leg_gt,0.23,60 -71560,gt_model_sell_peak_local,sell,2025-08-15 13:36:00,1404.0,2.307,1,leg_gt,0.29,60 -71561,gt_model_sell_peak_local,sell,2025-08-15 16:42:00,1408.0,2.5988,1,leg_gt,0.42,60 -71562,gt_model_sell_peak_local,sell,2025-08-15 18:42:00,1393.0,1.5047,1,leg_gt,0.51,60 -71563,gt_model_sell_peak_local,sell,2025-08-15 22:48:00,1384.0,0.8482,1,leg_gt,0.68,60 -71564,gt_model_sell_peak_local,sell,2025-08-16 03:42:00,1350.0,1.2514,1,leg_gt,0.11,60 -71565,gt_model_sell_peak_local,sell,2025-08-16 03:57:00,1354.0,1.5517,1,leg_gt,0.12,60 -71566,gt_model_sell_peak_local,sell,2025-08-16 04:00:00,1347.0,1.0261,1,leg_gt,0.12,60 -71567,gt_model_sell_peak_local,sell,2025-08-16 05:15:00,1352.0,1.4015,1,leg_gt,0.17,60 -71568,gt_model_sell_peak_local,sell,2025-08-16 09:00:00,1380.0,3.5036,1,leg_gt,0.33,60 -71569,gt_model_sell_peak_local,sell,2025-08-16 10:48:00,1384.0,3.8039,1,leg_gt,0.4,60 -71570,gt_model_sell_peak_local,sell,2025-08-16 12:12:00,1381.0,3.5787,1,leg_gt,0.46,60 -71571,gt_model_sell_peak_local,sell,2025-08-16 12:18:00,1381.0,3.5787,1,leg_gt,0.46,60 -71572,gt_model_sell_peak_local,sell,2025-08-16 12:33:00,1378.0,3.3535,1,leg_gt,0.48,60 -71573,gt_model_sell_peak_local,sell,2025-08-16 14:30:00,1370.0,2.7529,1,leg_gt,0.56,60 -71574,gt_model_sell_peak_local,sell,2025-08-16 14:57:00,1368.0,2.6027,1,leg_gt,0.57,60 -71575,gt_model_sell_peak_local,sell,2025-08-16 17:36:00,1369.0,2.6778,1,leg_gt,0.69,60 -71576,gt_model_sell_peak_local,sell,2025-08-16 19:36:00,1360.0,2.0021,1,leg_gt,0.77,60 -71577,gt_model_sell_peak_local,sell,2025-08-16 19:39:00,1356.0,1.7018,1,leg_gt,0.77,60 -71578,gt_model_sell_peak_local,sell,2025-08-16 19:42:00,1358.0,1.852,1,leg_gt,0.77,60 -71579,gt_model_sell_peak_local,sell,2025-08-16 21:15:00,1353.0,1.4766,1,leg_gt,0.84,60 -71580,gt_model_sell_peak_local,sell,2025-08-16 23:27:00,1362.0,0.7889,1,leg_gt,0.09,60 -71581,gt_model_sell_peak_local,sell,2025-08-17 08:57:00,1394.0,3.1593,1,leg_gt,0.48,60 -71582,gt_model_sell_peak_local,sell,2025-08-17 15:12:00,1392.0,3.0111,1,leg_gt,0.74,60 -71583,gt_model_sell_peak_local,sell,2025-08-17 18:57:00,1400.0,3.6037,1,leg_gt,0.9,60 -71584,gt_model_sell_peak_local,sell,2025-08-17 20:57:00,1402.0,3.7519,1,leg_gt,0.98,60 -71585,gt_model_sell_peak_local,sell,2025-08-17 21:00:00,1404.0,3.9,1,leg_gt,0.98,60 -71586,gt_model_sell_peak_local,sell,2025-08-17 22:09:00,1392.0,3.0111,1,leg_gt,1.03,60 -71587,gt_model_sell_peak_local,sell,2025-08-18 02:09:00,1412.0,4.4926,1,leg_gt,1.2,60 -71588,gt_model_sell_peak_local,sell,2025-08-18 04:15:00,1402.0,3.7519,1,leg_gt,1.29,60 -71589,gt_model_sell_peak_local,sell,2025-08-18 04:18:00,1403.0,3.8259,1,leg_gt,1.29,60 -71590,gt_model_sell_peak_local,sell,2025-08-18 06:39:00,1393.0,3.0852,1,leg_gt,1.39,60 -71591,gt_model_sell_peak_local,sell,2025-08-18 08:33:00,1394.0,3.1593,1,leg_gt,1.46,60 -71592,gt_model_sell_peak_local,sell,2025-08-18 08:48:00,1393.0,3.0852,1,leg_gt,1.48,60 -71593,gt_model_sell_peak_local,sell,2025-08-18 15:09:00,1342.0,-0.6926,0,leg_gt,1.74,60 -71594,gt_model_sell_peak_local,sell,2025-08-18 15:12:00,1340.0,-0.8407,0,leg_gt,1.74,60 -71595,gt_model_sell_peak_local,sell,2025-08-18 17:36:00,1331.0,-1.5074,0,leg_gt,1.84,60 -71596,gt_model_sell_peak_local,sell,2025-08-18 18:30:00,1319.0,-2.3963,0,leg_gt,1.88,60 -71597,gt_model_sell_peak_local,sell,2025-08-18 19:51:00,1336.0,-1.137,0,leg_gt,1.94,60 -71598,gt_model_sell_peak_local,sell,2025-08-18 22:57:00,1329.0,-1.6556,0,leg_gt,2.06,60 -71599,gt_model_sell_peak_local,sell,2025-08-18 23:03:00,1323.0,-2.1,0,leg_gt,2.07,60 -71600,gt_model_sell_peak_local,sell,2025-08-19 02:06:00,1329.0,-1.6556,0,leg_gt,2.2,60 -71601,gt_model_sell_peak_local,sell,2025-08-19 03:33:00,1338.0,-0.9889,0,leg_gt,2.26,60 -71602,gt_model_sell_peak_local,sell,2025-08-19 04:54:00,1330.0,-1.5815,0,leg_gt,2.31,60 -71603,gt_model_sell_peak_local,sell,2025-08-19 05:00:00,1330.0,-1.5815,0,leg_gt,2.32,60 -71604,gt_model_sell_peak_local,sell,2025-08-19 05:03:00,1331.0,-1.5074,0,leg_gt,2.32,60 -71605,gt_model_sell_peak_local,sell,2025-08-19 05:06:00,1330.0,-1.5815,0,leg_gt,2.32,60 -71606,gt_model_sell_peak_local,sell,2025-08-19 08:15:00,1334.0,-1.2852,0,leg_gt,2.45,60 -71607,gt_model_sell_peak_local,sell,2025-08-19 11:03:00,1319.0,-2.3963,0,leg_gt,2.57,60 -71608,gt_model_sell_peak_local,sell,2025-08-19 15:00:00,1295.0,-4.1741,0,leg_gt,2.73,60 -71609,gt_model_sell_peak_local,sell,2025-08-19 21:24:00,1318.0,-2.4704,0,leg_gt,3.0,60 -71610,gt_model_sell_peak_local,sell,2025-08-20 01:27:00,1286.0,-4.8407,0,leg_gt,3.17,60 -71611,gt_model_sell_peak_local,sell,2025-08-20 06:54:00,1274.0,-5.7296,0,leg_gt,3.4,60 -71612,gt_model_sell_peak_local,sell,2025-08-20 06:57:00,1275.0,-5.6556,0,leg_gt,3.4,60 -71613,gt_model_sell_peak_local,sell,2025-08-20 07:39:00,1270.0,-6.0259,0,leg_gt,3.43,60 -71614,gt_model_sell_peak_local,sell,2025-08-20 07:42:00,1272.0,-5.8778,0,leg_gt,3.43,60 -71615,gt_model_sell_peak_local,sell,2025-08-20 11:06:00,1270.0,1.4188,1,leg_gt,0.09,60 -71616,gt_model_sell_peak_local,sell,2025-08-20 12:15:00,1270.0,1.4188,1,leg_gt,0.14,60 -71617,gt_model_sell_peak_local,sell,2025-08-20 12:24:00,1273.0,1.6586,1,leg_gt,0.15,60 -71618,gt_model_sell_peak_local,sell,2025-08-20 14:33:00,1285.0,2.6178,1,leg_gt,0.24,60 -71619,gt_model_sell_peak_local,sell,2025-08-20 16:03:00,1291.0,3.0974,1,leg_gt,0.3,60 -71620,gt_model_sell_peak_local,sell,2025-08-20 19:45:00,1309.0,4.5363,1,leg_gt,0.45,60 -71621,gt_model_sell_peak_local,sell,2025-08-20 22:03:00,1293.0,3.2573,1,leg_gt,0.55,60 -71622,gt_model_sell_peak_local,sell,2025-08-21 02:21:00,1321.0,3.9157,1,leg_gt,0.13,60 -71623,gt_model_sell_peak_local,sell,2025-08-21 02:24:00,1318.0,3.6795,1,leg_gt,0.14,60 -71624,gt_model_sell_peak_local,sell,2025-08-21 02:27:00,1317.0,3.6008,1,leg_gt,0.14,60 -71625,gt_model_sell_peak_local,sell,2025-08-21 04:00:00,1319.0,3.7583,1,leg_gt,0.2,60 -71626,gt_model_sell_peak_local,sell,2025-08-21 06:06:00,1329.0,4.5457,1,leg_gt,0.29,60 -71627,gt_model_sell_peak_local,sell,2025-08-21 09:09:00,1337.0,5.1756,1,leg_gt,0.42,60 -71628,gt_model_sell_peak_local,sell,2025-08-21 10:39:00,1335.0,5.0181,1,leg_gt,0.48,60 -71629,gt_model_sell_peak_local,sell,2025-08-21 12:00:00,1333.0,4.8606,1,leg_gt,0.54,60 -71630,gt_model_sell_peak_local,sell,2025-08-21 13:09:00,1330.0,4.6244,1,leg_gt,0.58,60 -71631,gt_model_sell_peak_local,sell,2025-08-21 14:48:00,1333.0,4.8606,1,leg_gt,0.65,60 -71632,gt_model_sell_peak_local,sell,2025-08-21 15:51:00,1326.0,4.3094,1,leg_gt,0.7,60 -71633,gt_model_sell_peak_local,sell,2025-08-21 17:54:00,1319.0,3.7583,1,leg_gt,0.78,60 -71634,gt_model_sell_peak_local,sell,2025-08-21 17:57:00,1319.0,3.7583,1,leg_gt,0.78,60 -71635,gt_model_sell_peak_local,sell,2025-08-21 21:09:00,1307.0,2.8134,1,leg_gt,0.92,60 -71636,gt_model_sell_peak_local,sell,2025-08-21 21:12:00,1304.0,2.5772,1,leg_gt,0.92,60 -71637,gt_model_sell_peak_local,sell,2025-08-21 21:18:00,1301.0,2.3409,1,leg_gt,0.92,60 -71638,gt_model_sell_peak_local,sell,2025-08-22 00:18:00,1300.0,2.2622,1,leg_gt,1.05,60 -71639,gt_model_sell_peak_local,sell,2025-08-22 01:39:00,1299.0,2.1835,1,leg_gt,1.1,60 -71640,gt_model_sell_peak_local,sell,2025-08-22 05:03:00,1300.0,2.2622,1,leg_gt,1.25,60 -71641,gt_model_sell_peak_local,sell,2025-08-22 08:30:00,1308.0,2.8921,1,leg_gt,1.39,60 -71642,gt_model_sell_peak_local,sell,2025-08-22 08:51:00,1306.0,2.7346,1,leg_gt,1.4,60 -71643,gt_model_sell_peak_local,sell,2025-08-22 08:57:00,1309.0,2.9709,1,leg_gt,1.41,60 -71644,gt_model_sell_peak_local,sell,2025-08-22 10:36:00,1308.0,2.8921,1,leg_gt,1.48,60 -71645,gt_model_sell_peak_local,sell,2025-08-22 12:51:00,1300.0,2.2622,1,leg_gt,1.57,60 -71646,gt_model_sell_peak_local,sell,2025-08-22 16:21:00,1304.0,2.5772,1,leg_gt,1.72,60 -71647,gt_model_sell_peak_local,sell,2025-08-22 18:18:00,1302.0,2.4197,1,leg_gt,1.8,60 -71648,gt_model_sell_peak_local,sell,2025-08-22 18:21:00,1300.0,2.2622,1,leg_gt,1.8,60 -71649,gt_model_sell_peak_local,sell,2025-08-22 19:51:00,1294.0,1.7898,1,leg_gt,1.86,60 -71650,gt_model_sell_peak_local,sell,2025-08-23 05:57:00,1409.0,11.9923,1,leg_gt,0.35,60 -71651,gt_model_sell_peak_local,sell,2025-08-23 07:42:00,1404.0,11.5945,1,leg_gt,0.42,60 -71652,gt_model_sell_peak_local,sell,2025-08-23 07:48:00,1408.0,11.9127,1,leg_gt,0.42,60 -71653,gt_model_sell_peak_local,sell,2025-08-23 10:03:00,1404.0,11.5945,1,leg_gt,0.52,60 -71654,gt_model_sell_peak_local,sell,2025-08-23 16:06:00,1403.0,2.9103,1,leg_gt,0.19,60 -71655,gt_model_sell_peak_local,sell,2025-08-23 19:51:00,1394.0,2.2495,1,leg_gt,0.34,60 -71656,gt_model_sell_peak_local,sell,2025-08-23 20:00:00,1392.0,2.1026,1,leg_gt,0.35,60 -71657,gt_model_sell_peak_local,sell,2025-08-23 22:18:00,1402.0,2.8369,1,leg_gt,0.45,60 -71658,gt_model_sell_peak_local,sell,2025-08-23 22:21:00,1404.0,2.9837,1,leg_gt,0.45,60 -71659,gt_model_sell_peak_local,sell,2025-08-23 23:48:00,1402.0,2.8369,1,leg_gt,0.51,60 -71660,gt_model_sell_peak_local,sell,2025-08-24 00:24:00,1402.0,2.8369,1,leg_gt,0.53,60 -71661,gt_model_sell_peak_local,sell,2025-08-24 01:48:00,1397.0,2.4698,1,leg_gt,0.59,60 -71662,gt_model_sell_peak_local,sell,2025-08-24 03:12:00,1399.0,2.6166,1,leg_gt,0.65,60 -71663,gt_model_sell_peak_local,sell,2025-08-24 03:15:00,1400.0,2.69,1,leg_gt,0.65,60 -71664,gt_model_sell_peak_local,sell,2025-08-24 05:57:00,1402.0,2.8369,1,leg_gt,0.76,60 -71665,gt_model_sell_peak_local,sell,2025-08-24 06:00:00,1401.0,2.7634,1,leg_gt,0.77,60 -71666,gt_model_sell_peak_local,sell,2025-08-24 06:03:00,1399.0,2.6166,1,leg_gt,0.77,60 -71667,gt_model_sell_peak_local,sell,2025-08-24 09:18:00,1399.0,2.6166,1,leg_gt,0.9,60 -71668,gt_model_sell_peak_local,sell,2025-08-24 10:42:00,1393.0,2.1761,1,leg_gt,0.96,60 -71669,gt_model_sell_peak_local,sell,2025-08-24 14:03:00,1372.0,0.6342,1,leg_gt,1.1,60 -71670,gt_model_sell_peak_local,sell,2025-08-24 14:06:00,1370.0,0.4874,1,leg_gt,1.1,60 -71671,gt_model_sell_peak_local,sell,2025-08-24 18:12:00,1350.0,-0.9811,0,leg_gt,1.27,60 -71672,gt_model_sell_peak_local,sell,2025-08-24 19:42:00,1331.0,0.0505,1,leg_gt,0.0,60 -71673,gt_model_sell_peak_local,sell,2025-08-24 19:45:00,1330.0,-0.0248,0,leg_gt,0.01,60 -71674,gt_model_sell_peak_local,sell,2025-08-24 19:48:00,1333.0,0.201,1,leg_gt,0.01,60 -71675,gt_model_sell_peak_local,sell,2025-08-24 21:30:00,1334.0,0.2762,1,leg_gt,0.08,60 -71676,gt_model_sell_peak_local,sell,2025-08-24 23:27:00,1339.0,0.6524,1,leg_gt,0.16,60 -71677,gt_model_sell_peak_local,sell,2025-08-24 23:33:00,1338.0,0.5772,1,leg_gt,0.16,60 -71678,gt_model_sell_peak_local,sell,2025-08-24 23:36:00,1339.0,0.6524,1,leg_gt,0.17,60 -71679,gt_model_sell_peak_local,sell,2025-08-25 01:21:00,1347.0,1.2544,1,leg_gt,0.24,60 -71680,gt_model_sell_peak_local,sell,2025-08-25 05:21:00,1360.0,2.2326,1,leg_gt,0.41,60 -71681,gt_model_sell_peak_local,sell,2025-08-25 06:42:00,1364.0,2.5336,1,leg_gt,0.46,60 -71682,gt_model_sell_peak_local,sell,2025-08-25 06:45:00,1362.0,2.3831,1,leg_gt,0.46,60 -71683,gt_model_sell_peak_local,sell,2025-08-25 09:24:00,1346.0,1.1792,1,leg_gt,0.57,60 -71684,gt_model_sell_peak_local,sell,2025-08-25 12:54:00,1354.0,1.7811,1,leg_gt,0.72,60 -71685,gt_model_sell_peak_local,sell,2025-08-25 22:24:00,1285.0,0.4477,1,leg_gt,0.12,60 -71686,gt_model_sell_peak_local,sell,2025-08-26 00:51:00,1302.0,1.7779,1,leg_gt,0.22,60 -71687,gt_model_sell_peak_local,sell,2025-08-26 02:21:00,1286.0,0.526,1,leg_gt,0.28,60 -71688,gt_model_sell_peak_local,sell,2025-08-26 08:42:00,1244.0,1.1205,1,leg_gt,0.06,60 -71689,gt_model_sell_peak_local,sell,2025-08-26 10:42:00,1261.0,2.5037,1,leg_gt,0.14,60 -71690,gt_model_sell_peak_local,sell,2025-08-26 12:12:00,1260.0,2.4224,1,leg_gt,0.21,60 -71691,gt_model_sell_peak_local,sell,2025-08-26 15:09:00,1257.0,2.1783,1,leg_gt,0.33,60 -71692,gt_model_sell_peak_local,sell,2025-08-26 15:12:00,1259.0,2.341,1,leg_gt,0.33,60 -71693,gt_model_sell_peak_local,sell,2025-08-26 15:15:00,1260.0,2.4224,1,leg_gt,0.33,60 -71694,gt_model_sell_peak_local,sell,2025-08-26 17:51:00,1258.0,2.2596,1,leg_gt,0.44,60 -71695,gt_model_sell_peak_local,sell,2025-08-26 20:42:00,1252.0,1.7714,1,leg_gt,0.56,60 -71696,gt_model_sell_peak_local,sell,2025-08-26 20:45:00,1256.0,2.0969,1,leg_gt,0.56,60 -71697,gt_model_sell_peak_local,sell,2025-08-26 22:48:00,1273.0,3.4801,1,leg_gt,0.65,60 -71698,gt_model_sell_peak_local,sell,2025-08-27 01:03:00,1284.0,4.3752,1,leg_gt,0.74,60 -71699,gt_model_sell_peak_local,sell,2025-08-27 06:54:00,1325.0,7.7112,1,leg_gt,0.99,60 -71700,gt_model_sell_peak_local,sell,2025-08-27 09:54:00,1333.0,8.3622,1,leg_gt,1.11,60 -71701,gt_model_sell_peak_local,sell,2025-08-27 10:00:00,1327.0,7.874,1,leg_gt,1.11,60 -71702,gt_model_sell_peak_local,sell,2025-08-27 12:42:00,1330.0,8.1181,1,leg_gt,1.23,60 -71703,gt_model_sell_peak_local,sell,2025-08-27 14:12:00,1341.0,9.0131,1,leg_gt,1.29,60 -71704,gt_model_sell_peak_local,sell,2025-08-27 14:18:00,1337.0,8.6876,1,leg_gt,1.29,60 -71705,gt_model_sell_peak_local,sell,2025-08-27 16:33:00,1323.0,7.5485,1,leg_gt,1.39,60 -71706,gt_model_sell_peak_local,sell,2025-08-27 19:21:00,1318.0,7.1417,1,leg_gt,1.5,60 -71707,gt_model_sell_peak_local,sell,2025-08-27 19:24:00,1315.0,6.8976,1,leg_gt,1.51,60 -71708,gt_model_sell_peak_local,sell,2025-08-27 19:27:00,1316.0,6.9789,1,leg_gt,1.51,60 -71709,gt_model_sell_peak_local,sell,2025-08-27 21:21:00,1312.0,6.6535,1,leg_gt,1.59,60 -71710,gt_model_sell_peak_local,sell,2025-08-28 00:36:00,1315.0,6.8976,1,leg_gt,1.72,60 -71711,gt_model_sell_peak_local,sell,2025-08-28 02:00:00,1317.0,7.0603,1,leg_gt,1.78,60 -71712,gt_model_sell_peak_local,sell,2025-08-28 02:21:00,1316.0,6.9789,1,leg_gt,1.8,60 -71713,gt_model_sell_peak_local,sell,2025-08-28 04:12:00,1321.0,7.3858,1,leg_gt,1.87,60 -71714,gt_model_sell_peak_local,sell,2025-08-28 07:06:00,1307.0,6.2466,1,leg_gt,1.99,60 -71715,gt_model_sell_peak_local,sell,2025-08-28 08:42:00,1308.0,6.328,1,leg_gt,2.06,60 -71716,gt_model_sell_peak_local,sell,2025-08-28 12:30:00,1310.0,1.1365,1,leg_gt,0.12,60 -71717,gt_model_sell_peak_local,sell,2025-08-28 12:39:00,1314.0,1.4456,1,leg_gt,0.13,60 -71718,gt_model_sell_peak_local,sell,2025-08-28 15:03:00,1318.0,1.7547,1,leg_gt,0.23,60 -71719,gt_model_sell_peak_local,sell,2025-08-28 18:06:00,1316.0,1.6002,1,leg_gt,0.36,60 -71720,gt_model_sell_peak_local,sell,2025-08-28 21:33:00,1324.0,2.2184,1,leg_gt,0.5,60 -71721,gt_model_sell_peak_local,sell,2025-08-28 22:42:00,1319.0,1.832,1,leg_gt,0.55,60 -71722,gt_model_sell_peak_local,sell,2025-08-29 01:33:00,1325.0,2.2957,1,leg_gt,0.67,60 -71723,gt_model_sell_peak_local,sell,2025-08-29 01:36:00,1324.0,2.2184,1,leg_gt,0.67,60 -71724,gt_model_sell_peak_local,sell,2025-08-29 04:39:00,1312.0,1.291,1,leg_gt,0.8,60 -71725,gt_model_sell_peak_local,sell,2025-08-29 08:33:00,1336.0,3.1457,1,leg_gt,0.96,60 -71726,gt_model_sell_peak_local,sell,2025-08-29 10:27:00,1321.0,1.9866,1,leg_gt,1.04,60 -71727,gt_model_sell_peak_local,sell,2025-08-29 12:24:00,1329.0,2.6048,1,leg_gt,1.12,60 -71728,gt_model_sell_peak_local,sell,2025-08-29 14:27:00,1323.0,2.1411,1,leg_gt,1.2,60 -71729,gt_model_sell_peak_local,sell,2025-08-29 21:12:00,1285.0,-0.7955,0,leg_gt,1.49,60 -71730,gt_model_sell_peak_local,sell,2025-08-29 22:48:00,1275.0,-1.5683,0,leg_gt,1.55,60 -71731,gt_model_sell_peak_local,sell,2025-08-30 01:18:00,1273.0,-1.7229,0,leg_gt,1.66,60 -71732,gt_model_sell_peak_local,sell,2025-08-30 01:21:00,1273.0,-1.7229,0,leg_gt,1.66,60 -71733,gt_model_sell_peak_local,sell,2025-08-30 01:24:00,1273.0,-1.7229,0,leg_gt,1.66,60 -71734,gt_model_sell_peak_local,sell,2025-08-30 05:48:00,1262.0,-2.573,0,leg_gt,1.84,60 -71735,gt_model_sell_peak_local,sell,2025-08-30 07:45:00,1273.0,-1.7229,0,leg_gt,1.92,60 -71736,gt_model_sell_peak_local,sell,2025-08-30 09:00:00,1272.0,-1.8002,0,leg_gt,1.98,60 -71737,gt_model_sell_peak_local,sell,2025-08-30 10:24:00,1261.0,-2.6502,0,leg_gt,2.04,60 -71738,gt_model_sell_peak_local,sell,2025-08-30 13:24:00,1276.0,2.8863,1,leg_gt,0.1,60 -71739,gt_model_sell_peak_local,sell,2025-08-30 13:27:00,1276.0,2.8863,1,leg_gt,0.1,60 -71740,gt_model_sell_peak_local,sell,2025-08-30 13:33:00,1276.0,2.8863,1,leg_gt,0.11,60 -71741,gt_model_sell_peak_local,sell,2025-08-30 13:36:00,1273.0,2.6441,1,leg_gt,0.11,60 -71742,gt_model_sell_peak_local,sell,2025-08-30 15:45:00,1280.0,3.2091,1,leg_gt,0.2,60 -71743,gt_model_sell_peak_local,sell,2025-08-30 15:51:00,1277.0,2.967,1,leg_gt,0.2,60 -71744,gt_model_sell_peak_local,sell,2025-08-30 17:48:00,1273.0,2.6441,1,leg_gt,0.29,60 -71745,gt_model_sell_peak_local,sell,2025-08-30 17:51:00,1274.0,2.7249,1,leg_gt,0.29,60 -71746,gt_model_sell_peak_local,sell,2025-08-30 17:54:00,1274.0,2.7249,1,leg_gt,0.29,60 -71747,gt_model_sell_peak_local,sell,2025-08-30 17:57:00,1273.0,2.6441,1,leg_gt,0.29,60 -71748,gt_model_sell_peak_local,sell,2025-08-30 18:00:00,1273.0,2.6441,1,leg_gt,0.29,60 -71749,gt_model_sell_peak_local,sell,2025-08-30 18:03:00,1272.0,2.5634,1,leg_gt,0.3,60 -71750,gt_model_sell_peak_local,sell,2025-08-30 20:18:00,1271.0,2.4827,1,leg_gt,0.39,60 -71751,gt_model_sell_peak_local,sell,2025-08-30 21:57:00,1266.0,2.0792,1,leg_gt,0.46,60 -71752,gt_model_sell_peak_local,sell,2025-08-30 22:00:00,1265.0,1.9985,1,leg_gt,0.46,60 -71753,gt_model_sell_peak_local,sell,2025-08-30 22:12:00,1252.0,0.9492,1,leg_gt,0.47,60 -71754,gt_model_sell_peak_local,sell,2025-08-31 01:42:00,1260.0,1.5949,1,leg_gt,0.61,60 -71755,gt_model_sell_peak_local,sell,2025-08-31 01:45:00,1259.0,1.5142,1,leg_gt,0.62,60 -71756,gt_model_sell_peak_local,sell,2025-08-31 05:45:00,1255.0,1.1914,1,leg_gt,0.78,60 -71757,gt_model_sell_peak_local,sell,2025-08-31 05:48:00,1255.0,1.1914,1,leg_gt,0.79,60 -71758,gt_model_sell_peak_local,sell,2025-08-31 06:00:00,1254.0,1.1107,1,leg_gt,0.79,60 -71759,gt_model_sell_peak_local,sell,2025-08-31 06:03:00,1255.0,1.1914,1,leg_gt,0.8,60 -71760,gt_model_sell_peak_local,sell,2025-08-31 12:00:00,1275.0,2.8056,1,leg_gt,1.04,60 -71761,gt_model_sell_peak_local,sell,2025-08-31 13:54:00,1265.0,1.9985,1,leg_gt,1.12,60 -71762,gt_model_sell_peak_local,sell,2025-08-31 14:00:00,1266.0,2.0792,1,leg_gt,1.13,60 -71763,gt_model_sell_peak_local,sell,2025-08-31 17:09:00,1258.0,1.4335,1,leg_gt,1.26,60 -71764,gt_model_sell_peak_local,sell,2025-08-31 18:54:00,1259.0,1.5142,1,leg_gt,1.33,60 -71765,gt_model_sell_peak_local,sell,2025-08-31 18:57:00,1258.0,1.4335,1,leg_gt,1.33,60 -71766,gt_model_sell_peak_local,sell,2025-08-31 21:33:00,1250.0,0.7878,1,leg_gt,1.44,60 -71767,gt_model_sell_peak_local,sell,2025-08-31 23:18:00,1248.0,0.6264,1,leg_gt,1.51,60 -71768,gt_model_sell_peak_local,sell,2025-08-31 23:21:00,1247.0,0.5457,1,leg_gt,1.52,60 -71769,gt_model_sell_peak_local,sell,2025-08-31 23:24:00,1246.0,0.465,1,leg_gt,1.52,60 -71770,gt_model_sell_peak_local,sell,2025-08-31 23:27:00,1248.0,0.6264,1,leg_gt,1.52,60 -71771,gt_model_sell_peak_local,sell,2025-09-01 01:45:00,1251.0,0.8685,1,leg_gt,1.62,60 -71772,gt_model_sell_peak_local,sell,2025-09-01 01:48:00,1250.0,0.7878,1,leg_gt,1.62,60 -71773,gt_model_sell_peak_local,sell,2025-09-01 01:51:00,1250.0,0.7878,1,leg_gt,1.62,60 -71774,gt_model_sell_peak_local,sell,2025-09-01 01:54:00,1252.0,0.9492,1,leg_gt,1.62,60 -71775,gt_model_sell_peak_local,sell,2025-09-01 01:57:00,1250.0,0.7878,1,leg_gt,1.62,60 -71776,gt_model_sell_peak_local,sell,2025-09-01 05:06:00,1252.0,0.9492,1,leg_gt,1.76,60 -71777,gt_model_sell_peak_local,sell,2025-09-01 06:36:00,1251.0,0.8685,1,leg_gt,1.82,60 -71778,gt_model_sell_peak_local,sell,2025-09-01 07:51:00,1245.0,0.3843,1,leg_gt,1.87,60 -71779,gt_model_sell_peak_local,sell,2025-09-01 11:42:00,1209.0,-2.5213,0,leg_gt,2.03,60 -71780,gt_model_sell_peak_local,sell,2025-09-01 11:45:00,1210.0,-2.4406,0,leg_gt,2.03,60 -71781,gt_model_sell_peak_local,sell,2025-09-01 19:09:00,1237.0,3.4146,1,leg_gt,0.22,60 -71782,gt_model_sell_peak_local,sell,2025-09-01 23:27:00,1221.0,2.0757,1,leg_gt,0.4,60 -71783,gt_model_sell_peak_local,sell,2025-09-02 00:54:00,1208.0,0.9879,1,leg_gt,0.46,60 -71784,gt_model_sell_peak_local,sell,2025-09-02 00:57:00,1209.0,1.0715,1,leg_gt,0.47,60 -71785,gt_model_sell_peak_local,sell,2025-09-02 04:48:00,1209.0,1.0715,1,leg_gt,0.63,60 -71786,gt_model_sell_peak_local,sell,2025-09-02 05:09:00,1210.0,1.1552,1,leg_gt,0.64,60 -71787,gt_model_sell_peak_local,sell,2025-09-02 06:03:00,1185.0,-0.9368,0,leg_gt,0.68,60 -71788,gt_model_sell_peak_local,sell,2025-09-02 10:33:00,1195.0,2.0368,1,leg_gt,0.16,60 -71789,gt_model_sell_peak_local,sell,2025-09-02 10:39:00,1195.0,2.0368,1,leg_gt,0.17,60 -71790,gt_model_sell_peak_local,sell,2025-09-02 13:09:00,1215.0,3.7462,1,leg_gt,0.27,60 -71791,gt_model_sell_peak_local,sell,2025-09-02 13:12:00,1214.0,3.6607,1,leg_gt,0.27,60 -71792,gt_model_sell_peak_local,sell,2025-09-02 13:15:00,1218.0,4.0026,1,leg_gt,0.28,60 -71793,gt_model_sell_peak_local,sell,2025-09-02 14:45:00,1217.0,3.9171,1,leg_gt,0.34,60 -71794,gt_model_sell_peak_local,sell,2025-09-02 16:42:00,1216.0,3.8316,1,leg_gt,0.42,60 -71795,gt_model_sell_peak_local,sell,2025-09-02 18:51:00,1219.0,4.088,1,leg_gt,0.51,60 -71796,gt_model_sell_peak_local,sell,2025-09-02 21:00:00,1213.0,3.5752,1,leg_gt,0.6,60 -71797,gt_model_sell_peak_local,sell,2025-09-03 01:24:00,1209.0,3.2333,1,leg_gt,0.78,60 -71798,gt_model_sell_peak_local,sell,2025-09-03 01:27:00,1211.0,3.4043,1,leg_gt,0.78,60 -71799,gt_model_sell_peak_local,sell,2025-09-03 03:30:00,1218.0,4.0026,1,leg_gt,0.87,60 -71800,gt_model_sell_peak_local,sell,2025-09-03 03:33:00,1216.0,3.8316,1,leg_gt,0.87,60 -71801,gt_model_sell_peak_local,sell,2025-09-03 05:09:00,1225.0,4.6009,1,leg_gt,0.94,60 -71802,gt_model_sell_peak_local,sell,2025-09-03 07:42:00,1238.0,5.712,1,leg_gt,1.04,60 -71803,gt_model_sell_peak_local,sell,2025-09-03 07:45:00,1238.0,5.712,1,leg_gt,1.05,60 -71804,gt_model_sell_peak_local,sell,2025-09-03 09:15:00,1236.0,5.541,1,leg_gt,1.11,60 -71805,gt_model_sell_peak_local,sell,2025-09-03 10:27:00,1233.0,5.2846,1,leg_gt,1.16,60 -71806,gt_model_sell_peak_local,sell,2025-09-03 12:27:00,1237.0,5.6265,1,leg_gt,1.24,60 -71807,gt_model_sell_peak_local,sell,2025-09-03 16:27:00,1227.0,4.7718,1,leg_gt,1.41,60 -71808,gt_model_sell_peak_local,sell,2025-09-03 16:30:00,1228.0,4.8573,1,leg_gt,1.41,60 -71809,gt_model_sell_peak_local,sell,2025-09-03 18:15:00,1222.0,4.3444,1,leg_gt,1.48,60 -71810,gt_model_sell_peak_local,sell,2025-09-03 18:18:00,1223.0,4.4299,1,leg_gt,1.49,60 -71811,gt_model_sell_peak_local,sell,2025-09-03 20:30:00,1232.0,5.1991,1,leg_gt,1.58,60 -71812,gt_model_sell_peak_local,sell,2025-09-03 22:21:00,1239.0,5.7974,1,leg_gt,1.65,60 -71813,gt_model_sell_peak_local,sell,2025-09-04 01:09:00,1249.0,6.6521,1,leg_gt,1.77,60 -71814,gt_model_sell_peak_local,sell,2025-09-04 02:03:00,1246.0,6.3957,1,leg_gt,1.81,60 -71815,gt_model_sell_peak_local,sell,2025-09-04 02:06:00,1246.0,6.3957,1,leg_gt,1.81,60 -71816,gt_model_sell_peak_local,sell,2025-09-04 03:36:00,1249.0,6.6521,1,leg_gt,1.87,60 -71817,gt_model_sell_peak_local,sell,2025-09-04 06:00:00,1256.0,7.2504,1,leg_gt,1.97,60 -71818,gt_model_sell_peak_local,sell,2025-09-04 06:03:00,1253.0,6.994,1,leg_gt,1.98,60 -71819,gt_model_sell_peak_local,sell,2025-09-04 06:06:00,1255.0,7.165,1,leg_gt,1.98,60 -71820,gt_model_sell_peak_local,sell,2025-09-04 06:09:00,1255.0,7.165,1,leg_gt,1.98,60 -71821,gt_model_sell_peak_local,sell,2025-09-04 06:12:00,1255.0,7.165,1,leg_gt,1.98,60 -71822,gt_model_sell_peak_local,sell,2025-09-04 06:15:00,1253.0,6.994,1,leg_gt,1.98,60 -71823,gt_model_sell_peak_local,sell,2025-09-04 06:36:00,1252.0,6.9085,1,leg_gt,2.0,60 -71824,gt_model_sell_peak_local,sell,2025-09-04 08:06:00,1252.0,6.9085,1,leg_gt,2.06,60 -71825,gt_model_sell_peak_local,sell,2025-09-04 08:09:00,1254.0,7.0795,1,leg_gt,2.06,60 -71826,gt_model_sell_peak_local,sell,2025-09-04 08:18:00,1251.0,6.8231,1,leg_gt,2.07,60 -71827,gt_model_sell_peak_local,sell,2025-09-04 10:21:00,1248.0,6.5667,1,leg_gt,2.15,60 -71828,gt_model_sell_peak_local,sell,2025-09-04 10:27:00,1247.0,6.4812,1,leg_gt,2.16,60 -71829,gt_model_sell_peak_local,sell,2025-09-04 10:54:00,1249.0,6.6521,1,leg_gt,2.18,60 -71830,gt_model_sell_peak_local,sell,2025-09-04 11:00:00,1252.0,6.9085,1,leg_gt,2.18,60 -71831,gt_model_sell_peak_local,sell,2025-09-04 12:42:00,1244.0,6.2248,1,leg_gt,2.25,60 -71832,gt_model_sell_peak_local,sell,2025-09-04 14:42:00,1234.0,5.3701,1,leg_gt,2.34,60 -71833,gt_model_sell_peak_local,sell,2025-09-04 14:45:00,1233.0,5.2846,1,leg_gt,2.34,60 -71834,gt_model_sell_peak_local,sell,2025-09-04 18:09:00,1228.0,4.8573,1,leg_gt,2.48,60 -71835,gt_model_sell_peak_local,sell,2025-09-04 22:15:00,1226.0,4.6863,1,leg_gt,2.65,60 -71836,gt_model_sell_peak_local,sell,2025-09-05 03:18:00,1220.0,0.9771,1,leg_gt,0.12,60 -71837,gt_model_sell_peak_local,sell,2025-09-05 03:24:00,1219.0,0.8942,1,leg_gt,0.12,60 -71838,gt_model_sell_peak_local,sell,2025-09-05 06:24:00,1220.0,0.9771,1,leg_gt,0.25,60 -71839,gt_model_sell_peak_local,sell,2025-09-05 06:27:00,1219.0,0.8942,1,leg_gt,0.25,60 -71840,gt_model_sell_peak_local,sell,2025-09-05 09:03:00,1220.0,0.9771,1,leg_gt,0.36,60 -71841,gt_model_sell_peak_local,sell,2025-09-05 12:06:00,1225.0,1.3913,1,leg_gt,0.48,60 -71842,gt_model_sell_peak_local,sell,2025-09-05 12:36:00,1220.0,0.9771,1,leg_gt,0.5,60 -71843,gt_model_sell_peak_local,sell,2025-09-05 13:51:00,1222.0,1.1428,1,leg_gt,0.56,60 -71844,gt_model_sell_peak_local,sell,2025-09-05 14:03:00,1223.0,1.2256,1,leg_gt,0.56,60 -71845,gt_model_sell_peak_local,sell,2025-09-05 15:54:00,1224.0,1.3085,1,leg_gt,0.64,60 -71846,gt_model_sell_peak_local,sell,2025-09-05 15:57:00,1224.0,1.3085,1,leg_gt,0.64,60 -71847,gt_model_sell_peak_local,sell,2025-09-05 17:54:00,1248.0,3.2969,1,leg_gt,0.72,60 -71848,gt_model_sell_peak_local,sell,2025-09-05 17:57:00,1246.0,3.1312,1,leg_gt,0.73,60 -71849,gt_model_sell_peak_local,sell,2025-09-05 20:09:00,1245.0,3.0483,1,leg_gt,0.82,60 -71850,gt_model_sell_peak_local,sell,2025-09-05 23:03:00,1261.0,4.3739,1,leg_gt,0.94,60 -71851,gt_model_sell_peak_local,sell,2025-09-06 01:39:00,1244.0,1.0382,1,leg_gt,0.08,60 -71852,gt_model_sell_peak_local,sell,2025-09-06 02:57:00,1242.0,0.8756,1,leg_gt,0.13,60 -71853,gt_model_sell_peak_local,sell,2025-09-06 03:00:00,1245.0,1.1195,1,leg_gt,0.14,60 -71854,gt_model_sell_peak_local,sell,2025-09-06 10:42:00,1273.0,3.3959,1,leg_gt,0.46,60 -71855,gt_model_sell_peak_local,sell,2025-09-06 10:45:00,1273.0,3.3959,1,leg_gt,0.46,60 -71856,gt_model_sell_peak_local,sell,2025-09-06 13:54:00,1274.0,3.4772,1,leg_gt,0.59,60 -71857,gt_model_sell_peak_local,sell,2025-09-06 18:03:00,1265.0,2.7455,1,leg_gt,0.76,60 -71858,gt_model_sell_peak_local,sell,2025-09-06 18:06:00,1263.0,2.5829,1,leg_gt,0.76,60 -71859,gt_model_sell_peak_local,sell,2025-09-06 20:54:00,1270.0,3.152,1,leg_gt,0.88,60 -71860,gt_model_sell_peak_local,sell,2025-09-06 20:57:00,1273.0,3.3959,1,leg_gt,0.88,60 -71861,gt_model_sell_peak_local,sell,2025-09-06 22:51:00,1275.0,3.5585,1,leg_gt,0.96,60 -71862,gt_model_sell_peak_local,sell,2025-09-07 00:42:00,1282.0,4.1276,1,leg_gt,1.04,60 -71863,gt_model_sell_peak_local,sell,2025-09-07 01:36:00,1277.0,3.7211,1,leg_gt,1.08,60 -71864,gt_model_sell_peak_local,sell,2025-09-07 04:54:00,1289.0,4.6967,1,leg_gt,1.21,60 -71865,gt_model_sell_peak_local,sell,2025-09-07 08:00:00,1343.0,9.087,1,leg_gt,1.34,60 -71866,gt_model_sell_peak_local,sell,2025-09-07 09:51:00,1339.0,8.7618,1,leg_gt,1.42,60 -71867,gt_model_sell_peak_local,sell,2025-09-07 12:39:00,1378.0,11.9325,1,leg_gt,1.54,60 -71868,gt_model_sell_peak_local,sell,2025-09-07 14:33:00,1422.0,15.5098,1,leg_gt,1.62,60 -71869,gt_model_sell_peak_local,sell,2025-09-07 16:03:00,1423.0,15.5911,1,leg_gt,1.68,60 -71870,gt_model_sell_peak_local,sell,2025-09-07 18:45:00,1410.0,-0.1,0,leg_gt,0.0,60 -71871,gt_model_sell_peak_local,sell,2025-09-07 23:57:00,1485.0,5.2191,1,leg_gt,0.22,60 -71872,gt_model_sell_peak_local,sell,2025-09-08 01:24:00,1457.0,3.2333,1,leg_gt,0.28,60 -71873,gt_model_sell_peak_local,sell,2025-09-08 05:51:00,1448.0,2.595,1,leg_gt,0.46,60 -71874,gt_model_sell_peak_local,sell,2025-09-08 05:54:00,1447.0,2.5241,1,leg_gt,0.47,60 -71875,gt_model_sell_peak_local,sell,2025-09-08 05:57:00,1448.0,2.595,1,leg_gt,0.47,60 -71876,gt_model_sell_peak_local,sell,2025-09-08 09:27:00,1440.0,0.4587,1,leg_gt,0.07,60 -71877,gt_model_sell_peak_local,sell,2025-09-08 09:30:00,1448.0,1.0173,1,leg_gt,0.08,60 -71878,gt_model_sell_peak_local,sell,2025-09-08 09:33:00,1445.0,0.8078,1,leg_gt,0.08,60 -71879,gt_model_sell_peak_local,sell,2025-09-08 15:12:00,1746.0,21.8274,1,leg_gt,0.31,60 -71880,gt_model_sell_peak_local,sell,2025-09-08 16:42:00,1755.0,22.4559,1,leg_gt,0.38,60 -71881,gt_model_sell_peak_local,sell,2025-09-08 19:33:00,1741.0,1.2388,1,leg_gt,0.11,60 -71882,gt_model_sell_peak_local,sell,2025-09-08 20:54:00,1702.0,2.5538,1,leg_gt,0.03,60 -71883,gt_model_sell_peak_local,sell,2025-09-09 01:03:00,2090.0,25.9555,1,leg_gt,0.2,60 -71884,gt_model_sell_peak_local,sell,2025-09-09 03:36:00,2036.0,2.2116,1,leg_gt,0.02,60 -71885,gt_model_sell_peak_local,sell,2025-09-09 05:30:00,2099.0,5.3774,1,leg_gt,0.1,60 -71886,gt_model_sell_peak_local,sell,2025-09-09 08:09:00,2136.0,7.2367,1,leg_gt,0.21,60 -71887,gt_model_sell_peak_local,sell,2025-09-09 10:27:00,2487.0,24.8749,1,leg_gt,0.3,60 -71888,gt_model_sell_peak_local,sell,2025-09-09 14:06:00,2538.0,1.0962,1,leg_gt,0.0,60 -71889,gt_model_sell_peak_local,sell,2025-09-09 17:12:00,2671.0,1.6912,1,leg_gt,0.01,60 -71890,gt_model_sell_peak_local,sell,2025-09-09 20:33:00,2892.0,10.1134,1,leg_gt,0.15,60 -71891,gt_model_sell_peak_local,sell,2025-09-10 03:57:00,2504.0,4.4511,1,leg_gt,0.1,60 -71892,gt_model_sell_peak_local,sell,2025-09-10 05:39:00,2502.0,4.3676,1,leg_gt,0.17,60 -71893,gt_model_sell_peak_local,sell,2025-09-10 09:51:00,2642.0,2.1842,1,leg_gt,0.02,60 -71894,gt_model_sell_peak_local,sell,2025-09-10 11:36:00,2769.0,7.1009,1,leg_gt,0.09,60 -71895,gt_model_sell_peak_local,sell,2025-09-10 15:00:00,2677.0,3.5392,1,leg_gt,0.23,60 -71896,gt_model_sell_peak_local,sell,2025-09-10 16:21:00,2623.0,1.4486,1,leg_gt,0.29,60 -71897,gt_model_sell_peak_local,sell,2025-09-10 19:03:00,2617.0,2.5275,1,leg_gt,0.09,60 -71898,gt_model_sell_peak_local,sell,2025-09-10 22:33:00,2602.0,1.9392,1,leg_gt,0.23,60 -71899,gt_model_sell_peak_local,sell,2025-09-11 01:09:00,2541.0,-0.4529,0,leg_gt,0.34,60 -71900,gt_model_sell_peak_local,sell,2025-09-11 03:18:00,2502.0,1.6073,1,leg_gt,0.08,60 -71901,gt_model_sell_peak_local,sell,2025-09-11 07:09:00,2562.0,4.0463,1,leg_gt,0.24,60 -71902,gt_model_sell_peak_local,sell,2025-09-11 09:12:00,2607.0,5.8756,1,leg_gt,0.32,60 -71903,gt_model_sell_peak_local,sell,2025-09-11 13:51:00,2490.0,1.1195,1,leg_gt,0.51,60 -71904,gt_model_sell_peak_local,sell,2025-09-11 16:21:00,2434.0,-1.1569,0,leg_gt,0.62,60 -71905,gt_model_sell_peak_local,sell,2025-09-11 19:57:00,2409.0,-2.1732,0,leg_gt,0.77,60 -71906,gt_model_sell_peak_local,sell,2025-09-12 04:12:00,2264.0,2.02,1,leg_gt,0.1,60 -71907,gt_model_sell_peak_local,sell,2025-09-12 08:18:00,2306.0,3.9144,1,leg_gt,0.27,60 -71908,gt_model_sell_peak_local,sell,2025-09-12 09:39:00,2312.0,4.1851,1,leg_gt,0.32,60 -71909,gt_model_sell_peak_local,sell,2025-09-12 16:36:00,2356.0,5.3139,1,leg_gt,0.19,60 -71910,gt_model_sell_peak_local,sell,2025-09-12 20:54:00,2260.0,1.0186,1,leg_gt,0.36,60 -71911,gt_model_sell_peak_local,sell,2025-09-12 22:30:00,2251.0,0.6159,1,leg_gt,0.43,60 -71912,gt_model_sell_peak_local,sell,2025-09-12 23:57:00,2237.0,-0.0105,0,leg_gt,0.49,60 -71913,gt_model_sell_peak_local,sell,2025-09-13 03:09:00,2230.0,2.8548,1,leg_gt,0.11,60 -71914,gt_model_sell_peak_local,sell,2025-09-13 05:57:00,2271.0,4.7476,1,leg_gt,0.22,60 -71915,gt_model_sell_peak_local,sell,2025-09-13 07:42:00,2292.0,5.7172,1,leg_gt,0.3,60 -71916,gt_model_sell_peak_local,sell,2025-09-13 10:27:00,2285.0,5.394,1,leg_gt,0.41,60 -71917,gt_model_sell_peak_local,sell,2025-09-13 13:18:00,2309.0,6.502,1,leg_gt,0.53,60 -71918,gt_model_sell_peak_local,sell,2025-09-13 13:24:00,2308.0,6.4559,1,leg_gt,0.53,60 -71919,gt_model_sell_peak_local,sell,2025-09-13 15:39:00,2277.0,5.0247,1,leg_gt,0.63,60 -71920,gt_model_sell_peak_local,sell,2025-09-13 15:45:00,2275.0,4.9323,1,leg_gt,0.63,60 -71921,gt_model_sell_peak_local,sell,2025-09-13 15:48:00,2275.0,4.9323,1,leg_gt,0.63,60 -71922,gt_model_sell_peak_local,sell,2025-09-13 20:39:00,2246.0,3.5934,1,leg_gt,0.84,60 -71923,gt_model_sell_peak_local,sell,2025-09-13 22:51:00,2220.0,2.3931,1,leg_gt,0.93,60 -71924,gt_model_sell_peak_local,sell,2025-09-13 22:54:00,2225.0,2.6239,1,leg_gt,0.93,60 -71925,gt_model_sell_peak_local,sell,2025-09-14 01:03:00,2216.0,0.3989,1,leg_gt,0.02,60 -71926,gt_model_sell_peak_local,sell,2025-09-14 07:27:00,2264.0,2.8091,1,leg_gt,0.22,60 -71927,gt_model_sell_peak_local,sell,2025-09-14 09:54:00,2236.0,1.5364,1,leg_gt,0.32,60 -71928,gt_model_sell_peak_local,sell,2025-09-14 13:24:00,2272.0,3.1727,1,leg_gt,0.47,60 -71929,gt_model_sell_peak_local,sell,2025-09-14 17:36:00,2319.0,5.3091,1,leg_gt,0.64,60 -71930,gt_model_sell_peak_local,sell,2025-09-14 21:06:00,2261.0,2.6727,1,leg_gt,0.79,60 -71931,gt_model_sell_peak_local,sell,2025-09-15 00:12:00,2219.0,0.7636,1,leg_gt,0.92,60 -71932,gt_model_sell_peak_local,sell,2025-09-15 03:48:00,2230.0,1.2636,1,leg_gt,1.07,60 -71933,gt_model_sell_peak_local,sell,2025-09-15 05:33:00,2233.0,1.4,1,leg_gt,1.14,60 -71934,gt_model_sell_peak_local,sell,2025-09-15 07:57:00,2237.0,1.5818,1,leg_gt,1.24,60 -71935,gt_model_sell_peak_local,sell,2025-09-15 10:27:00,2184.0,-0.8273,0,leg_gt,1.34,60 -71936,gt_model_sell_peak_local,sell,2025-09-15 12:15:00,2211.0,0.4,1,leg_gt,1.42,60 -71937,gt_model_sell_peak_local,sell,2025-09-15 12:18:00,2209.0,0.3091,1,leg_gt,1.42,60 -71938,gt_model_sell_peak_local,sell,2025-09-15 15:21:00,2222.0,0.9,1,leg_gt,1.55,60 -71939,gt_model_sell_peak_local,sell,2025-09-15 19:54:00,2205.0,2.6493,1,leg_gt,0.12,60 -71940,gt_model_sell_peak_local,sell,2025-09-15 23:12:00,2158.0,0.4592,1,leg_gt,0.26,60 -71941,gt_model_sell_peak_local,sell,2025-09-16 02:45:00,2079.0,1.4633,1,leg_gt,0.07,60 -71942,gt_model_sell_peak_local,sell,2025-09-16 06:51:00,2105.0,2.7334,1,leg_gt,0.24,60 -71943,gt_model_sell_peak_local,sell,2025-09-16 08:18:00,2108.0,2.88,1,leg_gt,0.3,60 -71944,gt_model_sell_peak_local,sell,2025-09-16 08:21:00,2106.0,2.7823,1,leg_gt,0.31,60 -71945,gt_model_sell_peak_local,sell,2025-09-16 09:57:00,2083.0,1.6587,1,leg_gt,0.37,60 -71946,gt_model_sell_peak_local,sell,2025-09-16 11:21:00,2087.0,1.8541,1,leg_gt,0.43,60 -71947,gt_model_sell_peak_local,sell,2025-09-16 11:24:00,2088.0,1.9029,1,leg_gt,0.43,60 -71948,gt_model_sell_peak_local,sell,2025-09-16 14:27:00,2088.0,1.9029,1,leg_gt,0.56,60 -71949,gt_model_sell_peak_local,sell,2025-09-16 16:15:00,2090.0,2.0006,1,leg_gt,0.64,60 -71950,gt_model_sell_peak_local,sell,2025-09-16 16:18:00,2092.0,2.0983,1,leg_gt,0.64,60 -71951,gt_model_sell_peak_local,sell,2025-09-16 18:12:00,2092.0,2.0983,1,leg_gt,0.72,60 -71952,gt_model_sell_peak_local,sell,2025-09-16 23:33:00,2130.0,3.9547,1,leg_gt,0.94,60 -71953,gt_model_sell_peak_local,sell,2025-09-17 03:21:00,2107.0,2.8311,1,leg_gt,1.1,60 -71954,gt_model_sell_peak_local,sell,2025-09-17 03:24:00,2104.0,2.6846,1,leg_gt,1.1,60 -71955,gt_model_sell_peak_local,sell,2025-09-17 08:27:00,2105.0,2.7334,1,leg_gt,1.31,60 -71956,gt_model_sell_peak_local,sell,2025-09-17 10:42:00,2104.0,2.6846,1,leg_gt,1.4,60 -71957,gt_model_sell_peak_local,sell,2025-09-17 10:45:00,2101.0,2.538,1,leg_gt,1.41,60 -71958,gt_model_sell_peak_local,sell,2025-09-17 12:36:00,2084.0,1.7075,1,leg_gt,1.48,60 -71959,gt_model_sell_peak_local,sell,2025-09-17 12:51:00,2078.0,1.4144,1,leg_gt,1.49,60 -71960,gt_model_sell_peak_local,sell,2025-09-17 14:39:00,2064.0,0.1428,1,leg_gt,0.01,60 -71961,gt_model_sell_peak_local,sell,2025-09-17 16:51:00,2093.0,1.5513,1,leg_gt,0.1,60 -71962,gt_model_sell_peak_local,sell,2025-09-17 19:39:00,2071.0,0.4828,1,leg_gt,0.22,60 -71963,gt_model_sell_peak_local,sell,2025-09-18 00:06:00,2099.0,1.8427,1,leg_gt,0.41,60 -71964,gt_model_sell_peak_local,sell,2025-09-18 02:54:00,2168.0,5.1938,1,leg_gt,0.52,60 -71965,gt_model_sell_peak_local,sell,2025-09-18 05:15:00,2209.0,7.1851,1,leg_gt,0.62,60 -71966,gt_model_sell_peak_local,sell,2025-09-18 09:00:00,2218.0,7.6222,1,leg_gt,0.78,60 -71967,gt_model_sell_peak_local,sell,2025-09-18 09:03:00,2214.0,7.4279,1,leg_gt,0.78,60 -71968,gt_model_sell_peak_local,sell,2025-09-18 11:21:00,2216.0,7.5251,1,leg_gt,0.88,60 -71969,gt_model_sell_peak_local,sell,2025-09-18 13:36:00,2230.0,8.205,1,leg_gt,0.97,60 -71970,gt_model_sell_peak_local,sell,2025-09-18 15:21:00,2202.0,6.8451,1,leg_gt,1.04,60 -71971,gt_model_sell_peak_local,sell,2025-09-18 18:39:00,2182.0,5.8738,1,leg_gt,1.18,60 -71972,gt_model_sell_peak_local,sell,2025-09-18 19:45:00,2180.0,0.5928,1,leg_gt,0.01,60 -71973,gt_model_sell_peak_local,sell,2025-09-18 21:06:00,2176.0,0.4081,1,leg_gt,0.07,60 -71974,gt_model_sell_peak_local,sell,2025-09-18 21:09:00,2173.0,0.2695,1,leg_gt,0.07,60 -71975,gt_model_sell_peak_local,sell,2025-09-18 22:27:00,2179.0,0.5467,1,leg_gt,0.12,60 -71976,gt_model_sell_peak_local,sell,2025-09-19 00:24:00,2232.0,2.9947,1,leg_gt,0.21,60 -71977,gt_model_sell_peak_local,sell,2025-09-19 03:21:00,2207.0,1.84,1,leg_gt,0.33,60 -71978,gt_model_sell_peak_local,sell,2025-09-19 05:24:00,2218.0,2.348,1,leg_gt,0.41,60 -71979,gt_model_sell_peak_local,sell,2025-09-19 07:51:00,2223.0,2.579,1,leg_gt,0.52,60 -71980,gt_model_sell_peak_local,sell,2025-09-19 11:12:00,2215.0,2.2095,1,leg_gt,0.66,60 -71981,gt_model_sell_peak_local,sell,2025-09-19 11:15:00,2215.0,2.2095,1,leg_gt,0.66,60 -71982,gt_model_sell_peak_local,sell,2025-09-19 14:36:00,2170.0,0.1309,1,leg_gt,0.8,60 -71983,gt_model_sell_peak_local,sell,2025-09-19 17:15:00,2169.0,0.0848,1,leg_gt,0.91,60 -71984,gt_model_sell_peak_local,sell,2025-09-19 18:24:00,2172.0,0.2233,1,leg_gt,0.96,60 -71985,gt_model_sell_peak_local,sell,2025-09-19 22:03:00,2126.0,-1.9014,0,leg_gt,1.11,60 -71986,gt_model_sell_peak_local,sell,2025-09-19 23:51:00,2125.0,-1.9476,0,leg_gt,1.18,60 -71987,gt_model_sell_peak_local,sell,2025-09-20 05:36:00,2116.0,-2.3633,0,leg_gt,1.42,60 -71988,gt_model_sell_peak_local,sell,2025-09-20 07:36:00,2123.0,-2.04,0,leg_gt,1.51,60 -71989,gt_model_sell_peak_local,sell,2025-09-20 08:48:00,2118.0,-2.2709,0,leg_gt,1.56,60 -71990,gt_model_sell_peak_local,sell,2025-09-20 08:51:00,2119.0,-2.2247,0,leg_gt,1.56,60 -71991,gt_model_sell_peak_local,sell,2025-09-20 08:54:00,2119.0,-2.2247,0,leg_gt,1.56,60 -71992,gt_model_sell_peak_local,sell,2025-09-20 08:57:00,2119.0,-2.2247,0,leg_gt,1.56,60 -71993,gt_model_sell_peak_local,sell,2025-09-20 10:51:00,2115.0,-2.4095,0,leg_gt,1.64,60 -71994,gt_model_sell_peak_local,sell,2025-09-20 14:09:00,2094.0,-3.3794,0,leg_gt,1.78,60 -71995,gt_model_sell_peak_local,sell,2025-09-20 15:48:00,2090.0,-3.5642,0,leg_gt,1.85,60 -71996,gt_model_sell_peak_local,sell,2025-09-20 15:57:00,2098.0,-3.1947,0,leg_gt,1.85,60 -71997,gt_model_sell_peak_local,sell,2025-09-20 18:03:00,2107.0,-2.779,0,leg_gt,1.94,60 -71998,gt_model_sell_peak_local,sell,2025-09-20 20:24:00,2118.0,-2.2709,0,leg_gt,2.04,60 -71999,gt_model_sell_peak_local,sell,2025-09-20 22:57:00,2132.0,-1.6242,0,leg_gt,2.15,60 -72000,gt_model_sell_peak_local,sell,2025-09-21 01:18:00,2128.0,-1.809,0,leg_gt,2.24,60 -72001,gt_model_sell_peak_local,sell,2025-09-21 07:39:00,2127.0,-1.8552,0,leg_gt,2.51,60 -72002,gt_model_sell_peak_local,sell,2025-09-21 07:42:00,2124.0,-1.9938,0,leg_gt,2.51,60 -72003,gt_model_sell_peak_local,sell,2025-09-21 08:48:00,2110.0,-2.6404,0,leg_gt,2.56,60 -72004,gt_model_sell_peak_local,sell,2025-09-21 14:00:00,2101.0,-3.0561,0,leg_gt,2.77,60 -72005,gt_model_sell_peak_local,sell,2025-09-21 16:12:00,2115.0,-2.4095,0,leg_gt,2.86,60 -72006,gt_model_sell_peak_local,sell,2025-09-21 20:36:00,2055.0,-5.1808,0,leg_gt,3.05,60 -72007,gt_model_sell_peak_local,sell,2025-09-21 22:24:00,2070.0,-4.488,0,leg_gt,3.12,60 -72008,gt_model_sell_peak_local,sell,2025-09-21 22:27:00,2071.0,-4.4418,0,leg_gt,3.12,60 -72009,gt_model_sell_peak_local,sell,2025-09-21 22:30:00,2074.0,-4.3032,0,leg_gt,3.13,60 -72010,gt_model_sell_peak_local,sell,2025-09-22 00:00:00,2075.0,-4.257,0,leg_gt,3.19,60 -72011,gt_model_sell_peak_local,sell,2025-09-22 04:48:00,2074.0,-4.3032,0,leg_gt,3.39,60 -72012,gt_model_sell_peak_local,sell,2025-09-22 06:27:00,2071.0,-4.4418,0,leg_gt,3.46,60 -72013,gt_model_sell_peak_local,sell,2025-09-22 07:42:00,2073.0,-4.3494,0,leg_gt,3.51,60 -72014,gt_model_sell_peak_local,sell,2025-09-22 07:45:00,2072.0,-4.3956,0,leg_gt,3.51,60 -72015,gt_model_sell_peak_local,sell,2025-09-22 11:39:00,1989.0,-8.2293,0,leg_gt,3.68,60 -72016,gt_model_sell_peak_local,sell,2025-09-22 11:42:00,1996.0,-7.906,0,leg_gt,3.68,60 -72017,gt_model_sell_peak_local,sell,2025-09-22 13:15:00,1957.0,-9.7074,0,leg_gt,3.74,60 -72018,gt_model_sell_peak_local,sell,2025-09-22 19:09:00,1876.0,1.2506,1,leg_gt,0.17,60 -72019,gt_model_sell_peak_local,sell,2025-09-22 21:09:00,1868.0,0.8184,1,leg_gt,0.26,60 -72020,gt_model_sell_peak_local,sell,2025-09-23 00:03:00,1867.0,0.7644,1,leg_gt,0.38,60 -72021,gt_model_sell_peak_local,sell,2025-09-23 02:18:00,1904.0,2.7633,1,leg_gt,0.47,60 -72022,gt_model_sell_peak_local,sell,2025-09-23 06:06:00,1943.0,4.8703,1,leg_gt,0.63,60 -72023,gt_model_sell_peak_local,sell,2025-09-23 08:33:00,1967.0,6.1669,1,leg_gt,0.73,60 -72024,gt_model_sell_peak_local,sell,2025-09-23 09:45:00,1950.0,5.2485,1,leg_gt,0.78,60 -72025,gt_model_sell_peak_local,sell,2025-09-23 13:39:00,1908.0,2.9794,1,leg_gt,0.94,60 -72026,gt_model_sell_peak_local,sell,2025-09-23 16:36:00,1902.0,2.6553,1,leg_gt,1.07,60 -72027,gt_model_sell_peak_local,sell,2025-09-23 19:12:00,1882.0,1.5748,1,leg_gt,1.18,60 -72028,gt_model_sell_peak_local,sell,2025-09-23 22:18:00,1882.0,0.2733,1,leg_gt,0.08,60 -72029,gt_model_sell_peak_local,sell,2025-09-23 22:48:00,1888.0,0.5933,1,leg_gt,0.1,60 -72030,gt_model_sell_peak_local,sell,2025-09-24 00:24:00,1929.0,2.78,1,leg_gt,0.17,60 -72031,gt_model_sell_peak_local,sell,2025-09-24 00:27:00,1932.0,2.94,1,leg_gt,0.17,60 -72032,gt_model_sell_peak_local,sell,2025-09-24 03:06:00,1913.0,1.9267,1,leg_gt,0.28,60 -72033,gt_model_sell_peak_local,sell,2025-09-24 05:18:00,1867.0,-0.5267,0,leg_gt,0.37,60 -72034,gt_model_sell_peak_local,sell,2025-09-24 08:12:00,1876.0,-0.0467,0,leg_gt,0.49,60 -72035,gt_model_sell_peak_local,sell,2025-09-24 10:24:00,1866.0,-0.58,0,leg_gt,0.59,60 -72036,gt_model_sell_peak_local,sell,2025-09-24 10:27:00,1866.0,-0.58,0,leg_gt,0.59,60 -72037,gt_model_sell_peak_local,sell,2025-09-24 12:00:00,1860.0,-0.9,0,leg_gt,0.65,60 -72038,gt_model_sell_peak_local,sell,2025-09-24 12:03:00,1858.0,-1.0067,0,leg_gt,0.65,60 -72039,gt_model_sell_peak_local,sell,2025-09-24 16:36:00,1866.0,3.9134,1,leg_gt,0.15,60 -72040,gt_model_sell_peak_local,sell,2025-09-24 16:48:00,1871.0,4.1921,1,leg_gt,0.15,60 -72041,gt_model_sell_peak_local,sell,2025-09-24 16:51:00,1867.0,3.9691,1,leg_gt,0.16,60 -72042,gt_model_sell_peak_local,sell,2025-09-24 16:54:00,1868.0,4.0249,1,leg_gt,0.16,60 -72043,gt_model_sell_peak_local,sell,2025-09-24 17:03:00,1872.0,4.2478,1,leg_gt,0.16,60 -72044,gt_model_sell_peak_local,sell,2025-09-24 20:09:00,1884.0,4.9167,1,leg_gt,0.29,60 -72045,gt_model_sell_peak_local,sell,2025-09-24 22:15:00,1905.0,6.0873,1,leg_gt,0.38,60 -72046,gt_model_sell_peak_local,sell,2025-09-24 23:21:00,1900.0,5.8086,1,leg_gt,0.43,60 -72047,gt_model_sell_peak_local,sell,2025-09-25 01:12:00,1905.0,6.0873,1,leg_gt,0.5,60 -72048,gt_model_sell_peak_local,sell,2025-09-25 01:15:00,1910.0,6.366,1,leg_gt,0.51,60 -72049,gt_model_sell_peak_local,sell,2025-09-25 02:54:00,1918.0,6.8119,1,leg_gt,0.57,60 -72050,gt_model_sell_peak_local,sell,2025-09-25 07:33:00,1918.0,6.8119,1,leg_gt,0.77,60 -72051,gt_model_sell_peak_local,sell,2025-09-25 08:12:00,1907.0,6.1988,1,leg_gt,0.8,60 -72052,gt_model_sell_peak_local,sell,2025-09-25 10:09:00,1887.0,5.0839,1,leg_gt,0.88,60 -72053,gt_model_sell_peak_local,sell,2025-09-25 12:57:00,1865.0,3.8576,1,leg_gt,0.99,60 -72054,gt_model_sell_peak_local,sell,2025-09-25 17:42:00,1841.0,2.5198,1,leg_gt,1.19,60 -72055,gt_model_sell_peak_local,sell,2025-09-25 19:15:00,1829.0,1.8509,1,leg_gt,1.26,60 -72056,gt_model_sell_peak_local,sell,2025-09-26 00:15:00,1802.0,0.3459,1,leg_gt,1.46,60 -72057,gt_model_sell_peak_local,sell,2025-09-26 05:27:00,1860.0,4.6887,1,leg_gt,0.14,60 -72058,gt_model_sell_peak_local,sell,2025-09-26 10:57:00,1830.0,2.9986,1,leg_gt,0.36,60 -72059,gt_model_sell_peak_local,sell,2025-09-26 13:15:00,1828.0,2.8859,1,leg_gt,0.46,60 -72060,gt_model_sell_peak_local,sell,2025-09-26 14:18:00,1807.0,1.7028,1,leg_gt,0.5,60 -72061,gt_model_sell_peak_local,sell,2025-09-26 14:21:00,1814.0,2.0972,1,leg_gt,0.51,60 -72062,gt_model_sell_peak_local,sell,2025-09-26 17:12:00,1808.0,1.7592,1,leg_gt,0.62,60 -72063,gt_model_sell_peak_local,sell,2025-09-26 22:42:00,1805.0,1.7049,1,leg_gt,0.11,60 -72064,gt_model_sell_peak_local,sell,2025-09-26 23:57:00,1813.0,2.1561,1,leg_gt,0.16,60 -72065,gt_model_sell_peak_local,sell,2025-09-27 02:21:00,1830.0,3.1149,1,leg_gt,0.26,60 -72066,gt_model_sell_peak_local,sell,2025-09-27 04:18:00,1851.0,4.2993,1,leg_gt,0.34,60 -72067,gt_model_sell_peak_local,sell,2025-09-27 06:15:00,1848.0,4.1301,1,leg_gt,0.42,60 -72068,gt_model_sell_peak_local,sell,2025-09-27 09:51:00,1851.0,4.2993,1,leg_gt,0.57,60 -72069,gt_model_sell_peak_local,sell,2025-09-27 09:57:00,1851.0,4.2993,1,leg_gt,0.58,60 -72070,gt_model_sell_peak_local,sell,2025-09-27 10:00:00,1852.0,4.3557,1,leg_gt,0.58,60 -72071,gt_model_sell_peak_local,sell,2025-09-27 11:06:00,1848.0,4.1301,1,leg_gt,0.62,60 -72072,gt_model_sell_peak_local,sell,2025-09-27 14:21:00,1881.0,5.9914,1,leg_gt,0.76,60 -72073,gt_model_sell_peak_local,sell,2025-09-27 15:51:00,1922.0,8.3038,1,leg_gt,0.82,60 -72074,gt_model_sell_peak_local,sell,2025-09-27 18:27:00,1855.0,4.5249,1,leg_gt,0.93,60 -72075,gt_model_sell_peak_local,sell,2025-09-27 23:18:00,1876.0,5.7094,1,leg_gt,1.13,60 -72076,gt_model_sell_peak_local,sell,2025-09-28 01:57:00,1835.0,3.3969,1,leg_gt,1.24,60 -72077,gt_model_sell_peak_local,sell,2025-09-28 04:03:00,1837.0,3.5097,1,leg_gt,1.33,60 -72078,gt_model_sell_peak_local,sell,2025-09-28 06:03:00,1831.0,3.1713,1,leg_gt,1.41,60 -72079,gt_model_sell_peak_local,sell,2025-09-28 08:27:00,1838.0,3.5661,1,leg_gt,1.51,60 -72080,gt_model_sell_peak_local,sell,2025-09-28 13:06:00,1822.0,2.6637,1,leg_gt,1.71,60 -72081,gt_model_sell_peak_local,sell,2025-09-28 13:12:00,1822.0,2.6637,1,leg_gt,1.71,60 -72082,gt_model_sell_peak_local,sell,2025-09-28 13:15:00,1821.0,2.6073,1,leg_gt,1.71,60 -72083,gt_model_sell_peak_local,sell,2025-09-28 13:27:00,1820.0,2.5509,1,leg_gt,1.72,60 -72084,gt_model_sell_peak_local,sell,2025-09-28 14:42:00,1817.0,2.3817,1,leg_gt,1.78,60 -72085,gt_model_sell_peak_local,sell,2025-09-28 16:03:00,1805.0,1.7049,1,leg_gt,1.83,60 -72086,gt_model_sell_peak_local,sell,2025-09-28 17:33:00,1798.0,1.31,1,leg_gt,1.89,60 -72087,gt_model_sell_peak_local,sell,2025-09-28 18:48:00,1799.0,1.3664,1,leg_gt,1.95,60 -72088,gt_model_sell_peak_local,sell,2025-09-28 20:39:00,1800.0,0.3464,1,leg_gt,0.07,60 -72089,gt_model_sell_peak_local,sell,2025-09-28 23:57:00,1809.0,0.8487,1,leg_gt,0.2,60 -72090,gt_model_sell_peak_local,sell,2025-09-29 02:06:00,1818.0,1.3509,1,leg_gt,0.29,60 -72091,gt_model_sell_peak_local,sell,2025-09-29 05:03:00,1848.0,3.025,1,leg_gt,0.42,60 -72092,gt_model_sell_peak_local,sell,2025-09-29 06:36:00,1852.0,3.2482,1,leg_gt,0.48,60 -72093,gt_model_sell_peak_local,sell,2025-09-29 09:00:00,1906.0,6.2616,1,leg_gt,0.58,60 -72094,gt_model_sell_peak_local,sell,2025-09-29 09:03:00,1903.0,6.0942,1,leg_gt,0.58,60 -72095,gt_model_sell_peak_local,sell,2025-09-29 10:57:00,1899.0,5.871,1,leg_gt,0.66,60 -72096,gt_model_sell_peak_local,sell,2025-09-29 12:24:00,1905.0,6.2058,1,leg_gt,0.72,60 -72097,gt_model_sell_peak_local,sell,2025-09-29 12:27:00,1904.0,6.15,1,leg_gt,0.72,60 -72098,gt_model_sell_peak_local,sell,2025-09-29 13:48:00,1884.0,5.0339,1,leg_gt,0.78,60 -72099,gt_model_sell_peak_local,sell,2025-09-29 16:54:00,1879.0,4.7549,1,leg_gt,0.91,60 -72100,gt_model_sell_peak_local,sell,2025-09-30 01:03:00,1835.0,2.2996,1,leg_gt,1.25,60 -72101,gt_model_sell_peak_local,sell,2025-09-30 03:45:00,1815.0,1.0142,1,leg_gt,0.07,60 -72102,gt_model_sell_peak_local,sell,2025-09-30 03:48:00,1818.0,1.1813,1,leg_gt,0.08,60 -72103,gt_model_sell_peak_local,sell,2025-09-30 03:54:00,1816.0,1.0699,1,leg_gt,0.08,60 -72104,gt_model_sell_peak_local,sell,2025-09-30 06:51:00,1867.0,3.9111,1,leg_gt,0.2,60 -72105,gt_model_sell_peak_local,sell,2025-09-30 12:24:00,1814.0,0.9585,1,leg_gt,0.43,60 -72106,gt_model_sell_peak_local,sell,2025-09-30 14:27:00,1801.0,0.2343,1,leg_gt,0.52,60 -72107,gt_model_sell_peak_local,sell,2025-09-30 16:42:00,1793.0,-0.2114,0,leg_gt,0.61,60 -72108,gt_model_sell_peak_local,sell,2025-09-30 20:18:00,1788.0,-0.49,0,leg_gt,0.76,60 -72109,gt_model_sell_peak_local,sell,2025-09-30 21:42:00,1786.0,-0.6014,0,leg_gt,0.82,60 -72110,gt_model_sell_peak_local,sell,2025-09-30 21:48:00,1787.0,-0.5457,0,leg_gt,0.82,60 -72111,gt_model_sell_peak_local,sell,2025-09-30 21:51:00,1788.0,-0.49,0,leg_gt,0.83,60 -72112,gt_model_sell_peak_local,sell,2025-09-30 21:54:00,1787.0,-0.5457,0,leg_gt,0.83,60 -72113,gt_model_sell_peak_local,sell,2025-09-30 23:45:00,1786.0,-0.6014,0,leg_gt,0.91,60 -72114,gt_model_sell_peak_local,sell,2025-10-01 02:24:00,1767.0,-1.6599,0,leg_gt,1.02,60 -72115,gt_model_sell_peak_local,sell,2025-10-01 04:27:00,1761.0,0.0706,1,leg_gt,0.03,60 -72116,gt_model_sell_peak_local,sell,2025-10-01 07:09:00,1792.0,1.834,1,leg_gt,0.14,60 -72117,gt_model_sell_peak_local,sell,2025-10-01 08:18:00,1776.0,0.9239,1,leg_gt,0.19,60 -72118,gt_model_sell_peak_local,sell,2025-10-01 10:03:00,1768.0,0.4688,1,leg_gt,0.26,60 -72119,gt_model_sell_peak_local,sell,2025-10-01 12:00:00,1786.0,1.4927,1,leg_gt,0.34,60 -72120,gt_model_sell_peak_local,sell,2025-10-01 15:36:00,1779.0,1.0945,1,leg_gt,0.49,60 -72121,gt_model_sell_peak_local,sell,2025-10-01 19:15:00,1842.0,4.6782,1,leg_gt,0.65,60 -72122,gt_model_sell_peak_local,sell,2025-10-01 21:15:00,1861.0,5.7589,1,leg_gt,0.73,60 -72123,gt_model_sell_peak_local,sell,2025-10-01 21:21:00,1861.0,5.7589,1,leg_gt,0.73,60 -72124,gt_model_sell_peak_local,sell,2025-10-01 22:36:00,1854.0,5.3608,1,leg_gt,0.79,60 -72125,gt_model_sell_peak_local,sell,2025-10-02 00:18:00,1859.0,5.6452,1,leg_gt,0.86,60 -72126,gt_model_sell_peak_local,sell,2025-10-02 04:36:00,1872.0,6.3846,1,leg_gt,1.04,60 -72127,gt_model_sell_peak_local,sell,2025-10-02 04:48:00,1871.0,6.3278,1,leg_gt,1.04,60 -72128,gt_model_sell_peak_local,sell,2025-10-02 10:06:00,1855.0,5.4176,1,leg_gt,1.26,60 -72129,gt_model_sell_peak_local,sell,2025-10-02 12:57:00,1900.0,7.9774,1,leg_gt,1.38,60 -72130,gt_model_sell_peak_local,sell,2025-10-02 15:33:00,1901.0,8.0342,1,leg_gt,1.49,60 -72131,gt_model_sell_peak_local,sell,2025-10-02 16:39:00,1886.0,7.181,1,leg_gt,1.54,60 -72132,gt_model_sell_peak_local,sell,2025-10-02 21:51:00,1886.0,7.181,1,leg_gt,1.75,60 -72133,gt_model_sell_peak_local,sell,2025-10-03 02:15:00,1881.0,1.6307,1,leg_gt,0.09,60 -72134,gt_model_sell_peak_local,sell,2025-10-03 05:12:00,1922.0,3.8481,1,leg_gt,0.21,60 -72135,gt_model_sell_peak_local,sell,2025-10-03 06:15:00,1921.0,3.794,1,leg_gt,0.26,60 -72136,gt_model_sell_peak_local,sell,2025-10-03 08:09:00,1916.0,3.5236,1,leg_gt,0.34,60 -72137,gt_model_sell_peak_local,sell,2025-10-03 09:57:00,1900.0,2.6582,1,leg_gt,0.41,60 -72138,gt_model_sell_peak_local,sell,2025-10-03 13:21:00,1917.0,3.5777,1,leg_gt,0.55,60 -72139,gt_model_sell_peak_local,sell,2025-10-03 14:24:00,1907.0,3.0368,1,leg_gt,0.6,60 -72140,gt_model_sell_peak_local,sell,2025-10-03 14:27:00,1907.0,3.0368,1,leg_gt,0.6,60 -72141,gt_model_sell_peak_local,sell,2025-10-03 15:00:00,1898.0,2.5501,1,leg_gt,0.62,60 -72142,gt_model_sell_peak_local,sell,2025-10-03 15:03:00,1901.0,2.7123,1,leg_gt,0.62,60 -72143,gt_model_sell_peak_local,sell,2025-10-03 16:42:00,1895.0,2.3878,1,leg_gt,0.69,60 -72144,gt_model_sell_peak_local,sell,2025-10-03 18:45:00,1901.0,2.7123,1,leg_gt,0.78,60 -72145,gt_model_sell_peak_local,sell,2025-10-03 22:18:00,1876.0,1.3602,1,leg_gt,0.93,60 -72146,gt_model_sell_peak_local,sell,2025-10-03 22:21:00,1885.0,1.847,1,leg_gt,0.93,60 -72147,gt_model_sell_peak_local,sell,2025-10-03 23:33:00,1876.0,0.1672,1,leg_gt,0.01,60 -72148,gt_model_sell_peak_local,sell,2025-10-04 02:45:00,1902.0,1.5569,1,leg_gt,0.14,60 -72149,gt_model_sell_peak_local,sell,2025-10-04 05:33:00,1906.0,1.7707,1,leg_gt,0.26,60 -72150,gt_model_sell_peak_local,sell,2025-10-04 07:06:00,1905.0,1.7172,1,leg_gt,0.32,60 -72151,gt_model_sell_peak_local,sell,2025-10-04 08:27:00,1903.0,1.6103,1,leg_gt,0.38,60 -72152,gt_model_sell_peak_local,sell,2025-10-04 14:09:00,1873.0,0.0069,1,leg_gt,0.62,60 -72153,gt_model_sell_peak_local,sell,2025-10-04 15:24:00,1879.0,0.3276,1,leg_gt,0.67,60 -72154,gt_model_sell_peak_local,sell,2025-10-04 16:24:00,1864.0,-0.4741,0,leg_gt,0.71,60 -72155,gt_model_sell_peak_local,sell,2025-10-04 23:09:00,1833.0,-2.131,0,leg_gt,0.99,60 -72156,gt_model_sell_peak_local,sell,2025-10-05 08:48:00,1820.0,-2.8258,0,leg_gt,1.4,60 -72157,gt_model_sell_peak_local,sell,2025-10-05 09:36:00,1815.0,-3.0931,0,leg_gt,1.43,60 -72158,gt_model_sell_peak_local,sell,2025-10-05 13:06:00,1830.0,1.8499,1,leg_gt,0.13,60 -72159,gt_model_sell_peak_local,sell,2025-10-05 15:27:00,1849.0,2.9084,1,leg_gt,0.23,60 -72160,gt_model_sell_peak_local,sell,2025-10-05 18:00:00,1859.0,3.4655,1,leg_gt,0.34,60 -72161,gt_model_sell_peak_local,sell,2025-10-05 21:54:00,1825.0,1.5713,1,leg_gt,0.5,60 -72162,gt_model_sell_peak_local,sell,2025-10-05 21:57:00,1825.0,1.5713,1,leg_gt,0.5,60 -72163,gt_model_sell_peak_local,sell,2025-10-06 00:09:00,1828.0,1.7384,1,leg_gt,0.59,60 -72164,gt_model_sell_peak_local,sell,2025-10-06 01:57:00,1832.0,1.9613,1,leg_gt,0.67,60 -72165,gt_model_sell_peak_local,sell,2025-10-06 04:36:00,1808.0,0.6242,1,leg_gt,0.78,60 -72166,gt_model_sell_peak_local,sell,2025-10-06 04:39:00,1804.0,0.4014,1,leg_gt,0.78,60 -72167,gt_model_sell_peak_local,sell,2025-10-06 06:36:00,1801.0,0.2343,1,leg_gt,0.86,60 -72168,gt_model_sell_peak_local,sell,2025-10-06 06:39:00,1802.0,0.29,1,leg_gt,0.86,60 -72169,gt_model_sell_peak_local,sell,2025-10-06 10:18:00,1802.0,0.458,1,leg_gt,0.01,60 -72170,gt_model_sell_peak_local,sell,2025-10-06 11:33:00,1804.0,0.5696,1,leg_gt,0.06,60 -72171,gt_model_sell_peak_local,sell,2025-10-06 12:48:00,1805.0,0.6254,1,leg_gt,0.12,60 -72172,gt_model_sell_peak_local,sell,2025-10-06 16:36:00,1801.0,0.4022,1,leg_gt,0.28,60 -72173,gt_model_sell_peak_local,sell,2025-10-06 19:54:00,1801.0,0.4022,1,leg_gt,0.41,60 -72174,gt_model_sell_peak_local,sell,2025-10-07 01:27:00,1836.0,2.3554,1,leg_gt,0.64,60 -72175,gt_model_sell_peak_local,sell,2025-10-07 01:36:00,1832.0,2.1321,1,leg_gt,0.65,60 -72176,gt_model_sell_peak_local,sell,2025-10-07 04:54:00,1866.0,4.0295,1,leg_gt,0.79,60 -72177,gt_model_sell_peak_local,sell,2025-10-07 05:00:00,1867.0,4.0853,1,leg_gt,0.79,60 -72178,gt_model_sell_peak_local,sell,2025-10-07 06:09:00,1866.0,4.0295,1,leg_gt,0.84,60 -72179,gt_model_sell_peak_local,sell,2025-10-07 08:03:00,1865.0,3.9737,1,leg_gt,0.92,60 -72180,gt_model_sell_peak_local,sell,2025-10-07 08:06:00,1863.0,3.8621,1,leg_gt,0.92,60 -72181,gt_model_sell_peak_local,sell,2025-10-07 10:03:00,1862.0,3.8062,1,leg_gt,1.0,60 -72182,gt_model_sell_peak_local,sell,2025-10-07 11:42:00,1857.0,3.5272,1,leg_gt,1.07,60 -72183,gt_model_sell_peak_local,sell,2025-10-07 13:18:00,1867.0,4.0853,1,leg_gt,1.14,60 -72184,gt_model_sell_peak_local,sell,2025-10-07 14:51:00,1883.0,4.9781,1,leg_gt,1.2,60 -72185,gt_model_sell_peak_local,sell,2025-10-07 16:03:00,1870.0,4.2527,1,leg_gt,1.25,60 -72186,gt_model_sell_peak_local,sell,2025-10-07 19:15:00,1822.0,1.5741,1,leg_gt,1.39,60 -72187,gt_model_sell_peak_local,sell,2025-10-07 21:06:00,1823.0,1.6299,1,leg_gt,1.46,60 -72188,gt_model_sell_peak_local,sell,2025-10-07 23:03:00,1801.0,0.4022,1,leg_gt,1.54,60 -72189,gt_model_sell_peak_local,sell,2025-10-07 23:09:00,1793.0,-0.0442,0,leg_gt,1.55,60 -72190,gt_model_sell_peak_local,sell,2025-10-08 02:39:00,1750.0,-2.4438,0,leg_gt,1.69,60 -72191,gt_model_sell_peak_local,sell,2025-10-08 02:48:00,1751.0,-2.3879,0,leg_gt,1.7,60 -72192,gt_model_sell_peak_local,sell,2025-10-08 02:51:00,1747.0,-2.6112,0,leg_gt,1.7,60 -72193,gt_model_sell_peak_local,sell,2025-10-08 06:54:00,1751.0,-2.3879,0,leg_gt,1.87,60 -72194,gt_model_sell_peak_local,sell,2025-10-08 07:18:00,1756.0,-2.1089,0,leg_gt,1.89,60 -72195,gt_model_sell_peak_local,sell,2025-10-08 12:27:00,1714.0,-4.4527,0,leg_gt,2.1,60 -72196,gt_model_sell_peak_local,sell,2025-10-08 18:42:00,1721.0,-4.0621,0,leg_gt,2.36,60 -72197,gt_model_sell_peak_local,sell,2025-10-08 21:09:00,1704.0,-0.1,0,leg_gt,0.0,60 -72198,gt_model_sell_peak_local,sell,2025-10-08 21:12:00,1710.0,0.2521,1,leg_gt,0.0,60 -72199,gt_model_sell_peak_local,sell,2025-10-09 00:06:00,1722.0,0.9563,1,leg_gt,0.12,60 -72200,gt_model_sell_peak_local,sell,2025-10-09 04:54:00,1814.0,6.3554,1,leg_gt,0.32,60 -72201,gt_model_sell_peak_local,sell,2025-10-09 04:57:00,1811.0,6.1793,1,leg_gt,0.33,60 -72202,gt_model_sell_peak_local,sell,2025-10-09 06:39:00,1840.0,7.8812,1,leg_gt,0.4,60 -72203,gt_model_sell_peak_local,sell,2025-10-09 07:42:00,1826.0,7.0596,1,leg_gt,0.44,60 -72204,gt_model_sell_peak_local,sell,2025-10-09 09:54:00,1817.0,6.5315,1,leg_gt,0.53,60 -72205,gt_model_sell_peak_local,sell,2025-10-09 11:57:00,1786.0,4.7122,1,leg_gt,0.62,60 -72206,gt_model_sell_peak_local,sell,2025-10-09 13:39:00,1797.0,5.3577,1,leg_gt,0.69,60 -72207,gt_model_sell_peak_local,sell,2025-10-09 13:42:00,1799.0,5.4751,1,leg_gt,0.69,60 -72208,gt_model_sell_peak_local,sell,2025-10-09 15:03:00,1800.0,5.5338,1,leg_gt,0.75,60 -72209,gt_model_sell_peak_local,sell,2025-10-09 19:36:00,1754.0,2.8343,1,leg_gt,0.94,60 -72210,gt_model_sell_peak_local,sell,2025-10-09 22:39:00,1750.0,2.5995,1,leg_gt,1.06,60 -72211,gt_model_sell_peak_local,sell,2025-10-10 01:18:00,1755.0,1.4625,1,leg_gt,0.07,60 -72212,gt_model_sell_peak_local,sell,2025-10-10 01:21:00,1748.0,1.0574,1,leg_gt,0.08,60 -72213,gt_model_sell_peak_local,sell,2025-10-10 04:03:00,1753.0,1.3468,1,leg_gt,0.19,60 -72214,gt_model_sell_peak_local,sell,2025-10-10 05:27:00,1752.0,1.2889,1,leg_gt,0.25,60 -72215,gt_model_sell_peak_local,sell,2025-10-10 07:21:00,1758.0,1.6361,1,leg_gt,0.32,60 -72216,gt_model_sell_peak_local,sell,2025-10-10 07:45:00,1757.0,1.5782,1,leg_gt,0.34,60 -72217,gt_model_sell_peak_local,sell,2025-10-10 08:48:00,1750.0,1.1731,1,leg_gt,0.39,60 -72218,gt_model_sell_peak_local,sell,2025-10-10 12:18:00,1790.0,3.488,1,leg_gt,0.53,60 -72219,gt_model_sell_peak_local,sell,2025-10-10 13:33:00,1819.0,5.1662,1,leg_gt,0.58,60 -72220,gt_model_sell_peak_local,sell,2025-10-10 14:51:00,1830.0,5.8028,1,leg_gt,0.64,60 -72221,gt_model_sell_peak_local,sell,2025-10-10 19:00:00,1802.0,0.7959,1,leg_gt,0.1,60 -72222,gt_model_sell_peak_local,sell,2025-10-10 23:09:00,1867.0,4.4353,1,leg_gt,0.27,60 -72223,gt_model_sell_peak_local,sell,2025-10-11 06:45:00,1405.0,22.1802,1,leg_gt,0.02,60 -72224,gt_model_sell_peak_local,sell,2025-10-11 08:15:00,1387.0,20.6137,1,leg_gt,0.08,60 -72225,gt_model_sell_peak_local,sell,2025-10-11 09:45:00,1400.0,21.7451,1,leg_gt,0.14,60 -72226,gt_model_sell_peak_local,sell,2025-10-11 12:33:00,1434.0,9.1988,1,leg_gt,0.07,60 -72227,gt_model_sell_peak_local,sell,2025-10-11 13:45:00,1436.0,9.3512,1,leg_gt,0.12,60 -72228,gt_model_sell_peak_local,sell,2025-10-11 15:54:00,1432.0,9.0463,1,leg_gt,0.21,60 -72229,gt_model_sell_peak_local,sell,2025-10-11 19:03:00,1475.0,12.3238,1,leg_gt,0.34,60 -72230,gt_model_sell_peak_local,sell,2025-10-11 22:15:00,1452.0,10.5707,1,leg_gt,0.48,60 -72231,gt_model_sell_peak_local,sell,2025-10-12 01:21:00,1446.0,10.1134,1,leg_gt,0.6,60 -72232,gt_model_sell_peak_local,sell,2025-10-12 07:24:00,1410.0,2.4455,1,leg_gt,0.11,60 -72233,gt_model_sell_peak_local,sell,2025-10-12 08:39:00,1408.0,2.3,1,leg_gt,0.16,60 -72234,gt_model_sell_peak_local,sell,2025-10-12 10:15:00,1397.0,1.5,1,leg_gt,0.22,60 -72235,gt_model_sell_peak_local,sell,2025-10-12 14:33:00,1400.0,2.0898,1,leg_gt,0.14,60 -72236,gt_model_sell_peak_local,sell,2025-10-12 16:27:00,1405.0,2.4547,1,leg_gt,0.22,60 -72237,gt_model_sell_peak_local,sell,2025-10-12 16:45:00,1400.0,2.0898,1,leg_gt,0.23,60 -72238,gt_model_sell_peak_local,sell,2025-10-12 18:15:00,1387.0,1.1409,1,leg_gt,0.3,60 -72239,gt_model_sell_peak_local,sell,2025-10-12 19:33:00,1393.0,1.5788,1,leg_gt,0.35,60 -72240,gt_model_sell_peak_local,sell,2025-10-12 23:12:00,1399.0,2.0168,1,leg_gt,0.5,60 -72241,gt_model_sell_peak_local,sell,2025-10-13 03:03:00,1535.0,11.9438,1,leg_gt,0.66,60 -72242,gt_model_sell_peak_local,sell,2025-10-13 06:03:00,1549.0,2.0094,1,leg_gt,0.1,60 -72243,gt_model_sell_peak_local,sell,2025-10-13 13:06:00,1508.0,-0.6933,0,leg_gt,0.39,60 -72244,gt_model_sell_peak_local,sell,2025-10-13 16:54:00,1499.0,-1.2866,0,leg_gt,0.55,60 -72245,gt_model_sell_peak_local,sell,2025-10-13 18:51:00,1507.0,-0.7592,0,leg_gt,0.63,60 -72246,gt_model_sell_peak_local,sell,2025-10-13 19:57:00,1506.0,-0.8251,0,leg_gt,0.68,60 -72247,gt_model_sell_peak_local,sell,2025-10-13 20:06:00,1496.0,-1.4843,0,leg_gt,0.69,60 -72248,gt_model_sell_peak_local,sell,2025-10-13 23:57:00,1478.0,0.8563,1,leg_gt,0.12,60 -72249,gt_model_sell_peak_local,sell,2025-10-14 01:48:00,1496.0,2.0858,1,leg_gt,0.2,60 -72250,gt_model_sell_peak_local,sell,2025-10-14 04:27:00,1481.0,1.0612,1,leg_gt,0.31,60 -72251,gt_model_sell_peak_local,sell,2025-10-14 07:18:00,1503.0,2.5639,1,leg_gt,0.43,60 -72252,gt_model_sell_peak_local,sell,2025-10-14 07:45:00,1509.0,2.9738,1,leg_gt,0.45,60 -72253,gt_model_sell_peak_local,sell,2025-10-14 07:48:00,1503.0,2.5639,1,leg_gt,0.45,60 -72254,gt_model_sell_peak_local,sell,2025-10-14 10:18:00,1494.0,1.9492,1,leg_gt,0.55,60 -72255,gt_model_sell_peak_local,sell,2025-10-14 10:21:00,1496.0,2.0858,1,leg_gt,0.56,60 -72256,gt_model_sell_peak_local,sell,2025-10-14 10:27:00,1495.0,2.0175,1,leg_gt,0.56,60 -72257,gt_model_sell_peak_local,sell,2025-10-14 19:15:00,1401.0,2.3872,1,leg_gt,0.15,60 -72258,gt_model_sell_peak_local,sell,2025-10-14 19:18:00,1398.0,2.1677,1,leg_gt,0.15,60 -72259,gt_model_sell_peak_local,sell,2025-10-14 19:36:00,1391.0,1.6557,1,leg_gt,0.16,60 -72260,gt_model_sell_peak_local,sell,2025-10-14 19:42:00,1405.0,2.6798,1,leg_gt,0.16,60 -72261,gt_model_sell_peak_local,sell,2025-10-14 19:45:00,1403.0,2.5335,1,leg_gt,0.17,60 -72262,gt_model_sell_peak_local,sell,2025-10-14 19:57:00,1411.0,3.1187,1,leg_gt,0.18,60 -72263,gt_model_sell_peak_local,sell,2025-10-14 21:21:00,1410.0,3.0456,1,leg_gt,0.23,60 -72264,gt_model_sell_peak_local,sell,2025-10-14 21:36:00,1402.0,2.4604,1,leg_gt,0.24,60 -72265,gt_model_sell_peak_local,sell,2025-10-15 02:48:00,1454.0,6.2643,1,leg_gt,0.46,60 -72266,gt_model_sell_peak_local,sell,2025-10-15 05:21:00,1444.0,5.5328,1,leg_gt,0.57,60 -72267,gt_model_sell_peak_local,sell,2025-10-15 08:03:00,1445.0,5.6059,1,leg_gt,0.68,60 -72268,gt_model_sell_peak_local,sell,2025-10-15 08:06:00,1448.0,5.8254,1,leg_gt,0.68,60 -72269,gt_model_sell_peak_local,sell,2025-10-15 10:57:00,1449.0,5.8985,1,leg_gt,0.8,60 -72270,gt_model_sell_peak_local,sell,2025-10-15 12:27:00,1451.0,6.0448,1,leg_gt,0.86,60 -72271,gt_model_sell_peak_local,sell,2025-10-15 15:18:00,1444.0,5.5328,1,leg_gt,0.98,60 -72272,gt_model_sell_peak_local,sell,2025-10-15 18:36:00,1443.0,5.4596,1,leg_gt,1.12,60 -72273,gt_model_sell_peak_local,sell,2025-10-15 20:21:00,1440.0,5.2402,1,leg_gt,1.19,60 -72274,gt_model_sell_peak_local,sell,2025-10-15 21:42:00,1444.0,5.5328,1,leg_gt,1.25,60 -72275,gt_model_sell_peak_local,sell,2025-10-15 22:51:00,1432.0,4.6549,1,leg_gt,1.3,60 -72276,gt_model_sell_peak_local,sell,2025-10-16 00:09:00,1445.0,5.6059,1,leg_gt,1.35,60 -72277,gt_model_sell_peak_local,sell,2025-10-16 02:51:00,1438.0,5.0939,1,leg_gt,1.46,60 -72278,gt_model_sell_peak_local,sell,2025-10-16 04:57:00,1423.0,3.9966,1,leg_gt,1.55,60 -72279,gt_model_sell_peak_local,sell,2025-10-16 07:36:00,1421.0,3.8503,1,leg_gt,1.66,60 -72280,gt_model_sell_peak_local,sell,2025-10-16 09:42:00,1416.0,3.4845,1,leg_gt,1.75,60 -72281,gt_model_sell_peak_local,sell,2025-10-16 11:57:00,1432.0,4.6549,1,leg_gt,1.84,60 -72282,gt_model_sell_peak_local,sell,2025-10-16 13:27:00,1423.0,3.9966,1,leg_gt,1.9,60 -72283,gt_model_sell_peak_local,sell,2025-10-16 16:30:00,1415.0,3.4113,1,leg_gt,2.03,60 -72284,gt_model_sell_peak_local,sell,2025-10-16 17:48:00,1411.0,3.1187,1,leg_gt,2.09,60 -72285,gt_model_sell_peak_local,sell,2025-10-16 21:00:00,1440.0,3.1258,1,leg_gt,0.1,60 -72286,gt_model_sell_peak_local,sell,2025-10-16 22:39:00,1433.0,2.624,1,leg_gt,0.17,60 -72287,gt_model_sell_peak_local,sell,2025-10-17 00:42:00,1403.0,0.4735,1,leg_gt,0.26,60 -72288,gt_model_sell_peak_local,sell,2025-10-17 02:57:00,1390.0,-0.4584,0,leg_gt,0.35,60 -72289,gt_model_sell_peak_local,sell,2025-10-17 04:45:00,1380.0,-1.1753,0,leg_gt,0.42,60 -72290,gt_model_sell_peak_local,sell,2025-10-17 07:36:00,1372.0,-1.7487,0,leg_gt,0.54,60 -72291,gt_model_sell_peak_local,sell,2025-10-17 07:51:00,1368.0,-2.0355,0,leg_gt,0.55,60 -72292,gt_model_sell_peak_local,sell,2025-10-17 07:54:00,1370.0,-1.8921,0,leg_gt,0.56,60 -72293,gt_model_sell_peak_local,sell,2025-10-17 07:57:00,1366.0,-2.1789,0,leg_gt,0.56,60 -72294,gt_model_sell_peak_local,sell,2025-10-17 11:06:00,1372.0,-1.7487,0,leg_gt,0.69,60 -72295,gt_model_sell_peak_local,sell,2025-10-17 11:09:00,1372.0,-1.7487,0,leg_gt,0.69,60 -72296,gt_model_sell_peak_local,sell,2025-10-17 13:33:00,1367.0,-2.1072,0,leg_gt,0.79,60 -72297,gt_model_sell_peak_local,sell,2025-10-17 13:57:00,1363.0,-2.3939,0,leg_gt,0.81,60 -72298,gt_model_sell_peak_local,sell,2025-10-17 19:36:00,1299.0,2.8319,1,leg_gt,0.1,60 -72299,gt_model_sell_peak_local,sell,2025-10-17 22:21:00,1325.0,4.8921,1,leg_gt,0.21,60 -72300,gt_model_sell_peak_local,sell,2025-10-17 23:54:00,1320.0,4.4959,1,leg_gt,0.28,60 -72301,gt_model_sell_peak_local,sell,2025-10-18 02:03:00,1334.0,5.6052,1,leg_gt,0.36,60 -72302,gt_model_sell_peak_local,sell,2025-10-18 03:51:00,1346.0,6.5561,1,leg_gt,0.44,60 -72303,gt_model_sell_peak_local,sell,2025-10-18 04:21:00,1342.0,6.2391,1,leg_gt,0.46,60 -72304,gt_model_sell_peak_local,sell,2025-10-18 07:15:00,1348.0,6.7146,1,leg_gt,0.58,60 -72305,gt_model_sell_peak_local,sell,2025-10-18 11:30:00,1351.0,6.9523,1,leg_gt,0.76,60 -72306,gt_model_sell_peak_local,sell,2025-10-18 11:33:00,1350.0,6.8731,1,leg_gt,0.76,60 -72307,gt_model_sell_peak_local,sell,2025-10-18 11:36:00,1348.0,6.7146,1,leg_gt,0.76,60 -72308,gt_model_sell_peak_local,sell,2025-10-18 11:39:00,1347.0,6.6353,1,leg_gt,0.76,60 -72309,gt_model_sell_peak_local,sell,2025-10-18 11:57:00,1348.0,6.7146,1,leg_gt,0.78,60 -72310,gt_model_sell_peak_local,sell,2025-10-18 12:00:00,1350.0,6.8731,1,leg_gt,0.78,60 -72311,gt_model_sell_peak_local,sell,2025-10-18 12:03:00,1349.0,6.7938,1,leg_gt,0.78,60 -72312,gt_model_sell_peak_local,sell,2025-10-18 13:18:00,1345.0,6.4769,1,leg_gt,0.83,60 -72313,gt_model_sell_peak_local,sell,2025-10-18 13:30:00,1349.0,6.7938,1,leg_gt,0.84,60 -72314,gt_model_sell_peak_local,sell,2025-10-18 13:33:00,1347.0,6.6353,1,leg_gt,0.84,60 -72315,gt_model_sell_peak_local,sell,2025-10-18 17:42:00,1355.0,7.2693,1,leg_gt,1.02,60 -72316,gt_model_sell_peak_local,sell,2025-10-18 17:51:00,1359.0,7.5862,1,leg_gt,1.02,60 -72317,gt_model_sell_peak_local,sell,2025-10-18 18:18:00,1356.0,7.3485,1,leg_gt,1.04,60 -72318,gt_model_sell_peak_local,sell,2025-10-18 18:21:00,1359.0,7.5862,1,leg_gt,1.04,60 -72319,gt_model_sell_peak_local,sell,2025-10-18 20:03:00,1367.0,8.2201,1,leg_gt,1.11,60 -72320,gt_model_sell_peak_local,sell,2025-10-19 01:06:00,1352.0,7.0315,1,leg_gt,1.32,60 -72321,gt_model_sell_peak_local,sell,2025-10-19 01:09:00,1352.0,7.0315,1,leg_gt,1.33,60 -72322,gt_model_sell_peak_local,sell,2025-10-19 01:21:00,1349.0,6.7938,1,leg_gt,1.34,60 -72323,gt_model_sell_peak_local,sell,2025-10-19 04:39:00,1354.0,7.19,1,leg_gt,1.47,60 -72324,gt_model_sell_peak_local,sell,2025-10-19 06:09:00,1350.0,6.8731,1,leg_gt,1.54,60 -72325,gt_model_sell_peak_local,sell,2025-10-19 06:30:00,1359.0,7.5862,1,leg_gt,1.55,60 -72326,gt_model_sell_peak_local,sell,2025-10-19 08:27:00,1352.0,7.0315,1,leg_gt,1.63,60 -72327,gt_model_sell_peak_local,sell,2025-10-19 12:24:00,1348.0,6.7146,1,leg_gt,1.8,60 -72328,gt_model_sell_peak_local,sell,2025-10-19 13:33:00,1344.0,6.3976,1,leg_gt,1.84,60 -72329,gt_model_sell_peak_local,sell,2025-10-19 13:36:00,1344.0,6.3976,1,leg_gt,1.85,60 -72330,gt_model_sell_peak_local,sell,2025-10-19 15:21:00,1335.0,5.6845,1,leg_gt,1.92,60 -72331,gt_model_sell_peak_local,sell,2025-10-19 18:06:00,1329.0,5.209,1,leg_gt,2.03,60 -72332,gt_model_sell_peak_local,sell,2025-10-19 21:12:00,1361.0,2.8501,1,leg_gt,0.11,60 -72333,gt_model_sell_peak_local,sell,2025-10-20 00:54:00,1395.0,5.4219,1,leg_gt,0.27,60 -72334,gt_model_sell_peak_local,sell,2025-10-20 01:00:00,1395.0,5.4219,1,leg_gt,0.27,60 -72335,gt_model_sell_peak_local,sell,2025-10-20 01:45:00,1401.0,5.8758,1,leg_gt,0.3,60 -72336,gt_model_sell_peak_local,sell,2025-10-20 03:24:00,1398.0,5.6489,1,leg_gt,0.37,60 -72337,gt_model_sell_peak_local,sell,2025-10-20 04:45:00,1402.0,5.9514,1,leg_gt,0.43,60 -72338,gt_model_sell_peak_local,sell,2025-10-20 04:48:00,1399.0,5.7245,1,leg_gt,0.43,60 -72339,gt_model_sell_peak_local,sell,2025-10-20 06:57:00,1391.0,5.1194,1,leg_gt,0.52,60 -72340,gt_model_sell_peak_local,sell,2025-10-20 07:00:00,1395.0,5.4219,1,leg_gt,0.52,60 -72341,gt_model_sell_peak_local,sell,2025-10-20 08:42:00,1384.0,4.5899,1,leg_gt,0.59,60 -72342,gt_model_sell_peak_local,sell,2025-10-20 13:57:00,1392.0,2.5549,1,leg_gt,0.19,60 -72343,gt_model_sell_peak_local,sell,2025-10-20 16:42:00,1394.0,2.7024,1,leg_gt,0.3,60 -72344,gt_model_sell_peak_local,sell,2025-10-20 16:54:00,1390.0,2.4074,1,leg_gt,0.31,60 -72345,gt_model_sell_peak_local,sell,2025-10-20 20:21:00,1390.0,2.4074,1,leg_gt,0.45,60 -72346,gt_model_sell_peak_local,sell,2025-10-20 20:27:00,1394.0,2.7024,1,leg_gt,0.46,60 -72347,gt_model_sell_peak_local,sell,2025-10-20 20:30:00,1392.0,2.5549,1,leg_gt,0.46,60 -72348,gt_model_sell_peak_local,sell,2025-10-20 20:33:00,1390.0,2.4074,1,leg_gt,0.46,60 -72349,gt_model_sell_peak_local,sell,2025-10-20 20:36:00,1389.0,2.3336,1,leg_gt,0.46,60 -72350,gt_model_sell_peak_local,sell,2025-10-20 23:54:00,1401.0,3.2186,1,leg_gt,0.6,60 -72351,gt_model_sell_peak_local,sell,2025-10-20 23:57:00,1400.0,3.1448,1,leg_gt,0.6,60 -72352,gt_model_sell_peak_local,sell,2025-10-21 03:03:00,1380.0,1.6699,1,leg_gt,0.73,60 -72353,gt_model_sell_peak_local,sell,2025-10-21 05:48:00,1377.0,1.4487,1,leg_gt,0.85,60 -72354,gt_model_sell_peak_local,sell,2025-10-21 07:12:00,1379.0,1.5962,1,leg_gt,0.9,60 -72355,gt_model_sell_peak_local,sell,2025-10-21 08:42:00,1378.0,1.5224,1,leg_gt,0.97,60 -72356,gt_model_sell_peak_local,sell,2025-10-21 13:24:00,1341.0,-1.2062,0,leg_gt,1.16,60 -72357,gt_model_sell_peak_local,sell,2025-10-21 17:30:00,1334.0,0.2762,1,leg_gt,0.16,60 -72358,gt_model_sell_peak_local,sell,2025-10-21 17:33:00,1331.0,0.0505,1,leg_gt,0.16,60 -72359,gt_model_sell_peak_local,sell,2025-10-21 17:57:00,1337.0,0.502,1,leg_gt,0.18,60 -72360,gt_model_sell_peak_local,sell,2025-10-22 01:12:00,1425.0,7.1235,1,leg_gt,0.48,60 -72361,gt_model_sell_peak_local,sell,2025-10-22 01:21:00,1423.0,6.973,1,leg_gt,0.48,60 -72362,gt_model_sell_peak_local,sell,2025-10-22 11:09:00,1337.0,0.502,1,leg_gt,0.89,60 -72363,gt_model_sell_peak_local,sell,2025-10-22 11:12:00,1338.0,0.5772,1,leg_gt,0.89,60 -72364,gt_model_sell_peak_local,sell,2025-10-22 14:33:00,1335.0,0.3515,1,leg_gt,1.03,60 -72365,gt_model_sell_peak_local,sell,2025-10-22 14:39:00,1332.0,0.1257,1,leg_gt,1.04,60 -72366,gt_model_sell_peak_local,sell,2025-10-22 17:39:00,1327.0,-0.2505,0,leg_gt,1.16,60 -72367,gt_model_sell_peak_local,sell,2025-10-22 21:12:00,1318.0,-0.9277,0,leg_gt,1.31,60 -72368,gt_model_sell_peak_local,sell,2025-10-23 00:00:00,1332.0,0.1257,1,leg_gt,1.43,60 -72369,gt_model_sell_peak_local,sell,2025-10-23 01:00:00,1319.0,-0.8524,0,leg_gt,1.47,60 -72370,gt_model_sell_peak_local,sell,2025-10-23 05:06:00,1290.0,-3.0345,0,leg_gt,1.64,60 -72371,gt_model_sell_peak_local,sell,2025-10-23 05:09:00,1290.0,-3.0345,0,leg_gt,1.64,60 -72372,gt_model_sell_peak_local,sell,2025-10-23 10:51:00,1279.0,2.22,1,leg_gt,0.2,60 -72373,gt_model_sell_peak_local,sell,2025-10-23 14:42:00,1270.0,1.5,1,leg_gt,0.36,60 -72374,gt_model_sell_peak_local,sell,2025-10-23 16:57:00,1286.0,2.78,1,leg_gt,0.45,60 -72375,gt_model_sell_peak_local,sell,2025-10-23 18:51:00,1291.0,3.18,1,leg_gt,0.53,60 -72376,gt_model_sell_peak_local,sell,2025-10-23 20:21:00,1291.0,3.18,1,leg_gt,0.59,60 -72377,gt_model_sell_peak_local,sell,2025-10-23 20:27:00,1293.0,3.34,1,leg_gt,0.6,60 -72378,gt_model_sell_peak_local,sell,2025-10-23 23:36:00,1287.0,2.86,1,leg_gt,0.73,60 -72379,gt_model_sell_peak_local,sell,2025-10-24 01:12:00,1286.0,2.78,1,leg_gt,0.79,60 -72380,gt_model_sell_peak_local,sell,2025-10-24 03:36:00,1278.0,2.14,1,leg_gt,0.89,60 -72381,gt_model_sell_peak_local,sell,2025-10-24 03:39:00,1278.0,2.14,1,leg_gt,0.9,60 -72382,gt_model_sell_peak_local,sell,2025-10-24 03:48:00,1277.0,2.06,1,leg_gt,0.9,60 -72383,gt_model_sell_peak_local,sell,2025-10-24 03:57:00,1278.0,2.14,1,leg_gt,0.91,60 -72384,gt_model_sell_peak_local,sell,2025-10-24 05:57:00,1282.0,2.46,1,leg_gt,0.99,60 -72385,gt_model_sell_peak_local,sell,2025-10-24 10:54:00,1298.0,3.74,1,leg_gt,1.2,60 -72386,gt_model_sell_peak_local,sell,2025-10-24 12:54:00,1293.0,3.34,1,leg_gt,1.28,60 -72387,gt_model_sell_peak_local,sell,2025-10-24 16:21:00,1322.0,5.66,1,leg_gt,1.42,60 -72388,gt_model_sell_peak_local,sell,2025-10-24 17:30:00,1316.0,5.18,1,leg_gt,1.47,60 -72389,gt_model_sell_peak_local,sell,2025-10-24 17:39:00,1323.0,5.74,1,leg_gt,1.48,60 -72390,gt_model_sell_peak_local,sell,2025-10-24 18:45:00,1326.0,5.98,1,leg_gt,1.52,60 -72391,gt_model_sell_peak_local,sell,2025-10-24 19:48:00,1313.0,4.94,1,leg_gt,1.57,60 -72392,gt_model_sell_peak_local,sell,2025-10-24 22:42:00,1319.0,5.42,1,leg_gt,1.69,60 -72393,gt_model_sell_peak_local,sell,2025-10-25 01:21:00,1302.0,4.06,1,leg_gt,1.8,60 -72394,gt_model_sell_peak_local,sell,2025-10-25 03:33:00,1301.0,1.0664,1,leg_gt,0.08,60 -72395,gt_model_sell_peak_local,sell,2025-10-25 06:42:00,1325.0,2.9327,1,leg_gt,0.21,60 -72396,gt_model_sell_peak_local,sell,2025-10-25 08:33:00,1350.0,4.8767,1,leg_gt,0.29,60 -72397,gt_model_sell_peak_local,sell,2025-10-25 12:54:00,1319.0,2.4661,1,leg_gt,0.47,60 -72398,gt_model_sell_peak_local,sell,2025-10-25 18:51:00,1308.0,0.438,1,leg_gt,0.12,60 -72399,gt_model_sell_peak_local,sell,2025-10-25 18:54:00,1309.0,0.5149,1,leg_gt,0.12,60 -72400,gt_model_sell_peak_local,sell,2025-10-25 18:57:00,1307.0,0.3612,1,leg_gt,0.12,60 -72401,gt_model_sell_peak_local,sell,2025-10-25 19:00:00,1307.0,0.3612,1,leg_gt,0.12,60 -72402,gt_model_sell_peak_local,sell,2025-10-25 19:06:00,1307.0,0.3612,1,leg_gt,0.13,60 -72403,gt_model_sell_peak_local,sell,2025-10-25 19:09:00,1306.0,0.2843,1,leg_gt,0.13,60 -72404,gt_model_sell_peak_local,sell,2025-10-25 19:12:00,1305.0,0.2075,1,leg_gt,0.13,60 -72405,gt_model_sell_peak_local,sell,2025-10-25 19:18:00,1307.0,0.3612,1,leg_gt,0.14,60 -72406,gt_model_sell_peak_local,sell,2025-10-25 22:27:00,1305.0,0.2075,1,leg_gt,0.27,60 -72407,gt_model_sell_peak_local,sell,2025-10-26 03:12:00,1318.0,1.2067,1,leg_gt,0.47,60 -72408,gt_model_sell_peak_local,sell,2025-10-26 03:15:00,1319.0,1.2836,1,leg_gt,0.47,60 -72409,gt_model_sell_peak_local,sell,2025-10-26 03:18:00,1321.0,1.4373,1,leg_gt,0.47,60 -72410,gt_model_sell_peak_local,sell,2025-10-26 04:39:00,1324.0,1.6679,1,leg_gt,0.53,60 -72411,gt_model_sell_peak_local,sell,2025-10-26 06:54:00,1328.0,1.9753,1,leg_gt,0.62,60 -72412,gt_model_sell_peak_local,sell,2025-10-26 08:54:00,1332.0,2.2828,1,leg_gt,0.7,60 -72413,gt_model_sell_peak_local,sell,2025-10-26 10:54:00,1328.0,1.9753,1,leg_gt,0.79,60 -72414,gt_model_sell_peak_local,sell,2025-10-26 14:21:00,1322.0,1.5141,1,leg_gt,0.93,60 -72415,gt_model_sell_peak_local,sell,2025-10-26 14:24:00,1322.0,1.5141,1,leg_gt,0.93,60 -72416,gt_model_sell_peak_local,sell,2025-10-26 16:27:00,1335.0,2.5134,1,leg_gt,1.02,60 -72417,gt_model_sell_peak_local,sell,2025-10-26 19:27:00,1361.0,4.5118,1,leg_gt,1.14,60 -72418,gt_model_sell_peak_local,sell,2025-10-26 22:00:00,1387.0,6.5103,1,leg_gt,1.25,60 -72419,gt_model_sell_peak_local,sell,2025-10-26 22:03:00,1387.0,6.5103,1,leg_gt,1.25,60 -72420,gt_model_sell_peak_local,sell,2025-10-26 23:39:00,1382.0,6.126,1,leg_gt,1.32,60 -72421,gt_model_sell_peak_local,sell,2025-10-27 02:45:00,1384.0,6.2797,1,leg_gt,1.45,60 -72422,gt_model_sell_peak_local,sell,2025-10-27 05:12:00,1390.0,6.7409,1,leg_gt,1.55,60 -72423,gt_model_sell_peak_local,sell,2025-10-27 08:48:00,1404.0,7.817,1,leg_gt,1.7,60 -72424,gt_model_sell_peak_local,sell,2025-10-27 12:00:00,1406.0,7.9707,1,leg_gt,1.83,60 -72425,gt_model_sell_peak_local,sell,2025-10-27 12:24:00,1404.0,7.817,1,leg_gt,1.85,60 -72426,gt_model_sell_peak_local,sell,2025-10-27 13:09:00,1400.0,7.5095,1,leg_gt,1.88,60 -72427,gt_model_sell_peak_local,sell,2025-10-27 15:27:00,1395.0,7.1252,1,leg_gt,1.98,60 -72428,gt_model_sell_peak_local,sell,2025-10-27 16:51:00,1389.0,6.664,1,leg_gt,2.04,60 -72429,gt_model_sell_peak_local,sell,2025-10-27 21:15:00,1371.0,5.2805,1,leg_gt,2.22,60 -72430,gt_model_sell_peak_local,sell,2025-10-28 02:57:00,1370.0,5.2036,1,leg_gt,2.46,60 -72431,gt_model_sell_peak_local,sell,2025-10-28 04:06:00,1365.0,4.8193,1,leg_gt,2.5,60 -72432,gt_model_sell_peak_local,sell,2025-10-28 04:09:00,1366.0,4.8962,1,leg_gt,2.51,60 -72433,gt_model_sell_peak_local,sell,2025-10-28 04:12:00,1366.0,4.8962,1,leg_gt,2.51,60 -72434,gt_model_sell_peak_local,sell,2025-10-28 07:48:00,1342.0,3.0514,1,leg_gt,2.66,60 -72435,gt_model_sell_peak_local,sell,2025-10-28 11:51:00,1329.0,2.0522,1,leg_gt,2.83,60 -72436,gt_model_sell_peak_local,sell,2025-10-28 14:54:00,1320.0,1.3604,1,leg_gt,2.95,60 -72437,gt_model_sell_peak_local,sell,2025-10-28 17:00:00,1327.0,1.8985,1,leg_gt,3.04,60 -72438,gt_model_sell_peak_local,sell,2025-10-28 17:03:00,1326.0,1.8216,1,leg_gt,3.04,60 -72439,gt_model_sell_peak_local,sell,2025-10-28 18:36:00,1325.0,1.7447,1,leg_gt,3.11,60 -72440,gt_model_sell_peak_local,sell,2025-10-28 18:42:00,1326.0,1.8216,1,leg_gt,3.11,60 -72441,gt_model_sell_peak_local,sell,2025-10-28 19:06:00,1325.0,1.7447,1,leg_gt,3.13,60 -72442,gt_model_sell_peak_local,sell,2025-10-28 21:33:00,1330.0,2.1291,1,leg_gt,3.23,60 -72443,gt_model_sell_peak_local,sell,2025-10-28 21:36:00,1329.0,2.0522,1,leg_gt,3.23,60 -72444,gt_model_sell_peak_local,sell,2025-10-28 23:45:00,1330.0,2.1291,1,leg_gt,3.32,60 -72445,gt_model_sell_peak_local,sell,2025-10-29 02:51:00,1335.0,2.5134,1,leg_gt,3.45,60 -72446,gt_model_sell_peak_local,sell,2025-10-29 08:51:00,1296.0,-0.4843,0,leg_gt,3.7,60 -72447,gt_model_sell_peak_local,sell,2025-10-29 08:54:00,1298.0,-0.3306,0,leg_gt,3.7,60 -72448,gt_model_sell_peak_local,sell,2025-10-29 08:57:00,1297.0,-0.4075,0,leg_gt,3.71,60 -72449,gt_model_sell_peak_local,sell,2025-10-29 11:57:00,1292.0,-0.7918,0,leg_gt,3.83,60 -72450,gt_model_sell_peak_local,sell,2025-10-29 13:48:00,1290.0,-0.9455,0,leg_gt,3.91,60 -72451,gt_model_sell_peak_local,sell,2025-10-29 13:51:00,1289.0,-1.0224,0,leg_gt,3.91,60 -72452,gt_model_sell_peak_local,sell,2025-10-29 14:09:00,1288.0,-1.0992,0,leg_gt,3.92,60 -72453,gt_model_sell_peak_local,sell,2025-10-29 15:27:00,1288.0,-1.0992,0,leg_gt,3.98,60 -72454,gt_model_sell_peak_local,sell,2025-10-29 17:57:00,1288.0,-1.0992,0,leg_gt,4.08,60 -72455,gt_model_sell_peak_local,sell,2025-10-29 21:39:00,1299.0,-0.2537,0,leg_gt,4.24,60 -72456,gt_model_sell_peak_local,sell,2025-10-29 21:45:00,1302.0,-0.0231,0,leg_gt,4.24,60 -72457,gt_model_sell_peak_local,sell,2025-10-29 21:51:00,1302.0,-0.0231,0,leg_gt,4.24,60 -72458,gt_model_sell_peak_local,sell,2025-10-29 21:54:00,1304.0,0.1306,1,leg_gt,4.25,60 -72459,gt_model_sell_peak_local,sell,2025-10-29 23:30:00,1300.0,-0.1769,0,leg_gt,4.31,60 -72460,gt_model_sell_peak_local,sell,2025-10-30 01:06:00,1283.0,-1.4836,0,leg_gt,4.38,60 -72461,gt_model_sell_peak_local,sell,2025-10-30 03:51:00,1305.0,3.2254,1,leg_gt,0.01,60 -72462,gt_model_sell_peak_local,sell,2025-10-30 04:00:00,1308.0,3.4629,1,leg_gt,0.01,60 -72463,gt_model_sell_peak_local,sell,2025-10-30 04:06:00,1309.0,3.5421,1,leg_gt,0.02,60 -72464,gt_model_sell_peak_local,sell,2025-10-30 06:30:00,1318.0,4.2547,1,leg_gt,0.12,60 -72465,gt_model_sell_peak_local,sell,2025-10-30 10:54:00,1292.0,2.1961,1,leg_gt,0.3,60 -72466,gt_model_sell_peak_local,sell,2025-10-30 10:57:00,1296.0,2.5128,1,leg_gt,0.3,60 -72467,gt_model_sell_peak_local,sell,2025-10-30 12:24:00,1290.0,2.0378,1,leg_gt,0.36,60 -72468,gt_model_sell_peak_local,sell,2025-10-30 12:27:00,1289.0,1.9586,1,leg_gt,0.37,60 -72469,gt_model_sell_peak_local,sell,2025-10-30 12:30:00,1291.0,2.1169,1,leg_gt,0.37,60 -72470,gt_model_sell_peak_local,sell,2025-10-30 15:51:00,1268.0,0.2959,1,leg_gt,0.51,60 -72471,gt_model_sell_peak_local,sell,2025-10-30 15:54:00,1268.0,0.2959,1,leg_gt,0.51,60 -72472,gt_model_sell_peak_local,sell,2025-10-30 17:45:00,1263.0,-0.1,0,leg_gt,0.59,60 -72473,gt_model_sell_peak_local,sell,2025-10-31 11:54:00,1217.0,3.9171,1,leg_gt,0.39,60 -72474,gt_model_sell_peak_local,sell,2025-10-31 11:57:00,1217.0,3.9171,1,leg_gt,0.39,60 -72475,gt_model_sell_peak_local,sell,2025-10-31 13:27:00,1221.0,4.259,1,leg_gt,0.45,60 -72476,gt_model_sell_peak_local,sell,2025-10-31 14:42:00,1213.0,3.5752,1,leg_gt,0.51,60 -72477,gt_model_sell_peak_local,sell,2025-10-31 14:51:00,1213.0,3.5752,1,leg_gt,0.51,60 -72478,gt_model_sell_peak_local,sell,2025-10-31 19:45:00,1203.0,2.7205,1,leg_gt,0.72,60 -72479,gt_model_sell_peak_local,sell,2025-10-31 22:18:00,1202.0,2.635,1,leg_gt,0.82,60 -72480,gt_model_sell_peak_local,sell,2025-10-31 22:21:00,1205.0,2.8915,1,leg_gt,0.82,60 -72481,gt_model_sell_peak_local,sell,2025-11-01 01:15:00,1203.0,2.7205,1,leg_gt,0.95,60 -72482,gt_model_sell_peak_local,sell,2025-11-01 01:18:00,1199.0,2.3786,1,leg_gt,0.95,60 -72483,gt_model_sell_peak_local,sell,2025-11-01 05:54:00,1197.0,1.6857,1,leg_gt,0.15,60 -72484,gt_model_sell_peak_local,sell,2025-11-01 06:18:00,1198.0,1.7707,1,leg_gt,0.16,60 -72485,gt_model_sell_peak_local,sell,2025-11-01 08:06:00,1198.0,1.7707,1,leg_gt,0.24,60 -72486,gt_model_sell_peak_local,sell,2025-11-01 08:09:00,1197.0,1.6857,1,leg_gt,0.24,60 -72487,gt_model_sell_peak_local,sell,2025-11-01 09:36:00,1191.0,1.1755,1,leg_gt,0.3,60 -72488,gt_model_sell_peak_local,sell,2025-11-01 11:15:00,1188.0,0.9204,1,leg_gt,0.37,60 -72489,gt_model_sell_peak_local,sell,2025-11-01 11:30:00,1195.0,1.5156,1,leg_gt,0.38,60 -72490,gt_model_sell_peak_local,sell,2025-11-01 14:06:00,1206.0,2.451,1,leg_gt,0.49,60 -72491,gt_model_sell_peak_local,sell,2025-11-01 15:42:00,1205.0,2.366,1,leg_gt,0.56,60 -72492,gt_model_sell_peak_local,sell,2025-11-01 18:12:00,1278.0,8.5735,1,leg_gt,0.66,60 -72493,gt_model_sell_peak_local,sell,2025-11-01 20:42:00,1291.0,1.8747,1,leg_gt,0.1,60 -72494,gt_model_sell_peak_local,sell,2025-11-01 22:42:00,1300.0,2.5856,1,leg_gt,0.18,60 -72495,gt_model_sell_peak_local,sell,2025-11-02 02:06:00,1301.0,2.6646,1,leg_gt,0.32,60 -72496,gt_model_sell_peak_local,sell,2025-11-02 04:42:00,1306.0,3.0596,1,leg_gt,0.43,60 -72497,gt_model_sell_peak_local,sell,2025-11-02 04:45:00,1307.0,3.1385,1,leg_gt,0.43,60 -72498,gt_model_sell_peak_local,sell,2025-11-02 04:48:00,1306.0,3.0596,1,leg_gt,0.43,60 -72499,gt_model_sell_peak_local,sell,2025-11-02 07:15:00,1298.0,2.4276,1,leg_gt,0.54,60 -72500,gt_model_sell_peak_local,sell,2025-11-02 07:24:00,1296.0,2.2697,1,leg_gt,0.54,60 -72501,gt_model_sell_peak_local,sell,2025-11-02 07:27:00,1296.0,2.2697,1,leg_gt,0.54,60 -72502,gt_model_sell_peak_local,sell,2025-11-02 09:15:00,1294.0,2.1117,1,leg_gt,0.62,60 -72503,gt_model_sell_peak_local,sell,2025-11-02 12:36:00,1267.0,-0.021,0,leg_gt,0.76,60 -72504,gt_model_sell_peak_local,sell,2025-11-02 12:39:00,1263.0,-0.337,0,leg_gt,0.76,60 -72505,gt_model_sell_peak_local,sell,2025-11-02 15:15:00,1280.0,1.0058,1,leg_gt,0.87,60 -72506,gt_model_sell_peak_local,sell,2025-11-02 17:00:00,1277.0,0.7689,1,leg_gt,0.94,60 -72507,gt_model_sell_peak_local,sell,2025-11-02 19:24:00,1260.0,-0.5739,0,leg_gt,1.04,60 -72508,gt_model_sell_peak_local,sell,2025-11-02 19:27:00,1262.0,-0.416,0,leg_gt,1.04,60 -72509,gt_model_sell_peak_local,sell,2025-11-02 21:57:00,1262.0,-0.416,0,leg_gt,1.15,60 -72510,gt_model_sell_peak_local,sell,2025-11-02 22:00:00,1261.0,-0.4949,0,leg_gt,1.15,60 -72511,gt_model_sell_peak_local,sell,2025-11-03 01:33:00,1239.0,-2.2327,0,leg_gt,1.3,60 -72512,gt_model_sell_peak_local,sell,2025-11-03 03:18:00,1236.0,-2.4697,0,leg_gt,1.37,60 -72513,gt_model_sell_peak_local,sell,2025-11-03 04:33:00,1229.0,-3.0226,0,leg_gt,1.42,60 -72514,gt_model_sell_peak_local,sell,2025-11-03 09:54:00,1233.0,-2.7066,0,leg_gt,1.65,60 -72515,gt_model_sell_peak_local,sell,2025-11-03 15:09:00,1186.0,-6.4191,0,leg_gt,1.86,60 -72516,gt_model_sell_peak_local,sell,2025-11-03 17:39:00,1168.0,-7.8409,0,leg_gt,1.97,60 -72517,gt_model_sell_peak_local,sell,2025-11-03 19:12:00,1173.0,-7.446,0,leg_gt,2.03,60 -72518,gt_model_sell_peak_local,sell,2025-11-03 19:15:00,1172.0,-7.525,0,leg_gt,2.04,60 -72519,gt_model_sell_peak_local,sell,2025-11-03 21:15:00,1178.0,-7.051,0,leg_gt,2.12,60 -72520,gt_model_sell_peak_local,sell,2025-11-03 22:21:00,1165.0,-8.0779,0,leg_gt,2.16,60 -72521,gt_model_sell_peak_local,sell,2025-11-04 00:06:00,1167.0,-7.9199,0,leg_gt,2.24,60 -72522,gt_model_sell_peak_local,sell,2025-11-04 03:57:00,1103.0,-12.9752,0,leg_gt,2.4,60 -72523,gt_model_sell_peak_local,sell,2025-11-04 08:48:00,1084.0,-14.476,0,leg_gt,2.6,60 -72524,gt_model_sell_peak_local,sell,2025-11-04 10:45:00,1099.0,-13.2912,0,leg_gt,2.68,60 -72525,gt_model_sell_peak_local,sell,2025-11-04 11:57:00,1092.0,-13.8441,0,leg_gt,2.73,60 -72526,gt_model_sell_peak_local,sell,2025-11-04 13:39:00,1098.0,-13.3701,0,leg_gt,2.8,60 -72527,gt_model_sell_peak_local,sell,2025-11-04 21:18:00,1060.0,2.1179,1,leg_gt,0.17,60 -72528,gt_model_sell_peak_local,sell,2025-11-05 01:24:00,1052.0,1.2487,1,leg_gt,0.1,60 -72529,gt_model_sell_peak_local,sell,2025-11-05 03:36:00,1018.0,-0.2961,0,leg_gt,0.06,60 -72530,gt_model_sell_peak_local,sell,2025-11-05 05:03:00,1025.0,0.3902,1,leg_gt,0.12,60 -72531,gt_model_sell_peak_local,sell,2025-11-05 06:42:00,993.0,0.9173,1,leg_gt,0.01,60 -72532,gt_model_sell_peak_local,sell,2025-11-05 08:39:00,1054.0,7.1228,1,leg_gt,0.09,60 -72533,gt_model_sell_peak_local,sell,2025-11-05 09:51:00,1029.0,4.5796,1,leg_gt,0.14,60 -72534,gt_model_sell_peak_local,sell,2025-11-05 09:54:00,1028.0,4.4778,1,leg_gt,0.14,60 -72535,gt_model_sell_peak_local,sell,2025-11-05 13:51:00,1064.0,6.6202,1,leg_gt,0.14,60 -72536,gt_model_sell_peak_local,sell,2025-11-05 15:57:00,1068.0,7.0214,1,leg_gt,0.23,60 -72537,gt_model_sell_peak_local,sell,2025-11-05 16:00:00,1068.0,7.0214,1,leg_gt,0.23,60 -72538,gt_model_sell_peak_local,sell,2025-11-05 17:54:00,1053.0,5.5169,1,leg_gt,0.31,60 -72539,gt_model_sell_peak_local,sell,2025-11-05 17:57:00,1054.0,5.6172,1,leg_gt,0.31,60 -72540,gt_model_sell_peak_local,sell,2025-11-05 19:39:00,1060.0,6.219,1,leg_gt,0.39,60 -72541,gt_model_sell_peak_local,sell,2025-11-05 19:51:00,1053.0,5.5169,1,leg_gt,0.39,60 -72542,gt_model_sell_peak_local,sell,2025-11-05 19:54:00,1053.0,5.5169,1,leg_gt,0.4,60 -72543,gt_model_sell_peak_local,sell,2025-11-05 19:57:00,1053.0,5.5169,1,leg_gt,0.4,60 -72544,gt_model_sell_peak_local,sell,2025-11-05 23:54:00,1086.0,8.8268,1,leg_gt,0.56,60 -72545,gt_model_sell_peak_local,sell,2025-11-06 02:57:00,1093.0,9.5289,1,leg_gt,0.69,60 -72546,gt_model_sell_peak_local,sell,2025-11-06 04:57:00,1102.0,10.4316,1,leg_gt,0.77,60 -72547,gt_model_sell_peak_local,sell,2025-11-06 06:12:00,1096.0,9.8298,1,leg_gt,0.82,60 -72548,gt_model_sell_peak_local,sell,2025-11-06 08:57:00,1109.0,11.1337,1,leg_gt,0.94,60 -72549,gt_model_sell_peak_local,sell,2025-11-06 12:57:00,1089.0,9.1277,1,leg_gt,1.11,60 -72550,gt_model_sell_peak_local,sell,2025-11-06 15:03:00,1071.0,7.3223,1,leg_gt,1.19,60 -72551,gt_model_sell_peak_local,sell,2025-11-06 16:30:00,1076.0,7.8238,1,leg_gt,1.25,60 -72552,gt_model_sell_peak_local,sell,2025-11-06 17:27:00,1071.0,7.3223,1,leg_gt,1.29,60 -72553,gt_model_sell_peak_local,sell,2025-11-06 19:39:00,1070.0,7.222,1,leg_gt,1.39,60 -72554,gt_model_sell_peak_local,sell,2025-11-06 21:45:00,1062.0,6.4196,1,leg_gt,1.47,60 -72555,gt_model_sell_peak_local,sell,2025-11-06 23:51:00,1077.0,7.9241,1,leg_gt,1.56,60 -72556,gt_model_sell_peak_local,sell,2025-11-07 04:51:00,1056.0,1.6341,1,leg_gt,0.13,60 -72557,gt_model_sell_peak_local,sell,2025-11-07 06:03:00,1052.0,1.2487,1,leg_gt,0.18,60 -72558,gt_model_sell_peak_local,sell,2025-11-07 08:21:00,1049.0,0.9597,1,leg_gt,0.28,60 -72559,gt_model_sell_peak_local,sell,2025-11-07 11:27:00,1066.0,2.5975,1,leg_gt,0.41,60 -72560,gt_model_sell_peak_local,sell,2025-11-07 13:12:00,1073.0,3.2719,1,leg_gt,0.48,60 -72561,gt_model_sell_peak_local,sell,2025-11-07 17:57:00,1118.0,7.6071,1,leg_gt,0.68,60 -72562,gt_model_sell_peak_local,sell,2025-11-07 22:06:00,1082.0,0.6449,1,leg_gt,0.01,60 -72563,gt_model_sell_peak_local,sell,2025-11-08 04:45:00,1277.0,18.8013,1,leg_gt,0.29,60 -72564,gt_model_sell_peak_local,sell,2025-11-08 08:57:00,1240.0,15.3562,1,leg_gt,0.46,60 -72565,gt_model_sell_peak_local,sell,2025-11-08 09:00:00,1240.0,15.3562,1,leg_gt,0.47,60 -72566,gt_model_sell_peak_local,sell,2025-11-08 10:15:00,1233.0,14.7045,1,leg_gt,0.52,60 -72567,gt_model_sell_peak_local,sell,2025-11-08 12:42:00,1249.0,16.1942,1,leg_gt,0.62,60 -72568,gt_model_sell_peak_local,sell,2025-11-08 14:48:00,1223.0,13.7734,1,leg_gt,0.71,60 -72569,gt_model_sell_peak_local,sell,2025-11-08 16:45:00,1223.0,13.7734,1,leg_gt,0.79,60 -72570,gt_model_sell_peak_local,sell,2025-11-08 18:42:00,1223.0,13.7734,1,leg_gt,0.87,60 -72571,gt_model_sell_peak_local,sell,2025-11-08 18:57:00,1213.0,12.8423,1,leg_gt,0.88,60 -72572,gt_model_sell_peak_local,sell,2025-11-08 21:27:00,1241.0,15.4493,1,leg_gt,0.99,60 -72573,gt_model_sell_peak_local,sell,2025-11-09 03:24:00,1200.0,11.6318,1,leg_gt,1.23,60 -72574,gt_model_sell_peak_local,sell,2025-11-09 05:09:00,1205.0,12.0974,1,leg_gt,1.31,60 -72575,gt_model_sell_peak_local,sell,2025-11-09 08:51:00,1216.0,13.1216,1,leg_gt,1.46,60 -72576,gt_model_sell_peak_local,sell,2025-11-09 09:57:00,1199.0,11.5387,1,leg_gt,1.51,60 -72577,gt_model_sell_peak_local,sell,2025-11-09 10:00:00,1201.0,11.725,1,leg_gt,1.51,60 -72578,gt_model_sell_peak_local,sell,2025-11-09 14:24:00,1178.0,1.0159,1,leg_gt,0.08,60 -72579,gt_model_sell_peak_local,sell,2025-11-09 14:30:00,1180.0,1.1876,1,leg_gt,0.09,60 -72580,gt_model_sell_peak_local,sell,2025-11-09 16:27:00,1184.0,1.5309,1,leg_gt,0.17,60 -72581,gt_model_sell_peak_local,sell,2025-11-09 16:30:00,1184.0,1.5309,1,leg_gt,0.17,60 -72582,gt_model_sell_peak_local,sell,2025-11-09 17:48:00,1178.0,1.0159,1,leg_gt,0.22,60 -72583,gt_model_sell_peak_local,sell,2025-11-09 19:24:00,1169.0,0.2433,1,leg_gt,0.29,60 -72584,gt_model_sell_peak_local,sell,2025-11-09 21:12:00,1193.0,2.3034,1,leg_gt,0.37,60 -72585,gt_model_sell_peak_local,sell,2025-11-09 21:15:00,1192.0,2.2176,1,leg_gt,0.37,60 -72586,gt_model_sell_peak_local,sell,2025-11-09 22:21:00,1193.0,2.3034,1,leg_gt,0.41,60 -72587,gt_model_sell_peak_local,sell,2025-11-10 00:30:00,1220.0,4.621,1,leg_gt,0.5,60 -72588,gt_model_sell_peak_local,sell,2025-11-10 00:33:00,1221.0,4.7069,1,leg_gt,0.51,60 -72589,gt_model_sell_peak_local,sell,2025-11-10 01:36:00,1212.0,3.9343,1,leg_gt,0.55,60 -72590,gt_model_sell_peak_local,sell,2025-11-10 03:06:00,1205.0,3.3335,1,leg_gt,0.61,60 -72591,gt_model_sell_peak_local,sell,2025-11-10 05:51:00,1214.0,4.106,1,leg_gt,0.73,60 -72592,gt_model_sell_peak_local,sell,2025-11-10 06:00:00,1213.0,4.0202,1,leg_gt,0.73,60 -72593,gt_model_sell_peak_local,sell,2025-11-10 09:06:00,1204.0,3.2476,1,leg_gt,0.86,60 -72594,gt_model_sell_peak_local,sell,2025-11-10 09:15:00,1214.0,4.106,1,leg_gt,0.87,60 -72595,gt_model_sell_peak_local,sell,2025-11-10 10:54:00,1226.0,5.1361,1,leg_gt,0.94,60 -72596,gt_model_sell_peak_local,sell,2025-11-10 13:36:00,1224.0,4.9644,1,leg_gt,1.05,60 -72597,gt_model_sell_peak_local,sell,2025-11-10 13:42:00,1228.0,5.3077,1,leg_gt,1.05,60 -72598,gt_model_sell_peak_local,sell,2025-11-10 15:03:00,1234.0,5.8227,1,leg_gt,1.11,60 -72599,gt_model_sell_peak_local,sell,2025-11-10 15:06:00,1236.0,5.9944,1,leg_gt,1.11,60 -72600,gt_model_sell_peak_local,sell,2025-11-10 15:12:00,1233.0,5.7369,1,leg_gt,1.12,60 -72601,gt_model_sell_peak_local,sell,2025-11-10 15:54:00,1228.0,5.3077,1,leg_gt,1.15,60 -72602,gt_model_sell_peak_local,sell,2025-11-10 17:09:00,1229.0,5.3936,1,leg_gt,1.2,60 -72603,gt_model_sell_peak_local,sell,2025-11-10 19:51:00,1237.0,6.0803,1,leg_gt,1.31,60 -72604,gt_model_sell_peak_local,sell,2025-11-10 21:45:00,1237.0,6.0803,1,leg_gt,1.39,60 -72605,gt_model_sell_peak_local,sell,2025-11-10 21:48:00,1235.0,5.9086,1,leg_gt,1.39,60 -72606,gt_model_sell_peak_local,sell,2025-11-10 23:36:00,1233.0,5.7369,1,leg_gt,1.47,60 -72607,gt_model_sell_peak_local,sell,2025-11-11 01:33:00,1216.0,4.2777,1,leg_gt,1.55,60 -72608,gt_model_sell_peak_local,sell,2025-11-11 01:42:00,1205.0,3.3335,1,leg_gt,1.55,60 -72609,gt_model_sell_peak_local,sell,2025-11-11 03:39:00,1217.0,1.2322,1,leg_gt,0.07,60 -72610,gt_model_sell_peak_local,sell,2025-11-11 03:42:00,1215.0,1.0657,1,leg_gt,0.07,60 -72611,gt_model_sell_peak_local,sell,2025-11-11 03:45:00,1216.0,1.149,1,leg_gt,0.07,60 -72612,gt_model_sell_peak_local,sell,2025-11-11 03:48:00,1215.0,1.0657,1,leg_gt,0.08,60 -72613,gt_model_sell_peak_local,sell,2025-11-11 06:12:00,1211.0,0.7326,1,leg_gt,0.18,60 -72614,gt_model_sell_peak_local,sell,2025-11-11 06:45:00,1211.0,0.7326,1,leg_gt,0.2,60 -72615,gt_model_sell_peak_local,sell,2025-11-11 08:51:00,1230.0,2.3147,1,leg_gt,0.29,60 -72616,gt_model_sell_peak_local,sell,2025-11-11 08:54:00,1228.0,2.1481,1,leg_gt,0.29,60 -72617,gt_model_sell_peak_local,sell,2025-11-11 11:21:00,1227.0,2.0649,1,leg_gt,0.39,60 -72618,gt_model_sell_peak_local,sell,2025-11-11 13:09:00,1243.0,3.3971,1,leg_gt,0.46,60 -72619,gt_model_sell_peak_local,sell,2025-11-11 19:30:00,1189.0,-1.0992,0,leg_gt,0.73,60 -72620,gt_model_sell_peak_local,sell,2025-11-11 19:33:00,1189.0,-1.0992,0,leg_gt,0.73,60 -72621,gt_model_sell_peak_local,sell,2025-11-11 19:36:00,1187.0,-1.2657,0,leg_gt,0.73,60 -72622,gt_model_sell_peak_local,sell,2025-11-11 22:09:00,1196.0,-0.5163,0,leg_gt,0.84,60 -72623,gt_model_sell_peak_local,sell,2025-11-11 23:24:00,1187.0,-1.2657,0,leg_gt,0.89,60 -72624,gt_model_sell_peak_local,sell,2025-11-11 23:30:00,1186.0,-1.349,0,leg_gt,0.9,60 -72625,gt_model_sell_peak_local,sell,2025-11-12 01:00:00,1189.0,-1.0992,0,leg_gt,0.96,60 -72626,gt_model_sell_peak_local,sell,2025-11-12 02:48:00,1189.0,-1.0992,0,leg_gt,1.03,60 -72627,gt_model_sell_peak_local,sell,2025-11-12 08:54:00,1152.0,-4.1799,0,leg_gt,1.29,60 -72628,gt_model_sell_peak_local,sell,2025-11-12 13:42:00,1170.0,1.9052,1,leg_gt,0.16,60 -72629,gt_model_sell_peak_local,sell,2025-11-12 13:45:00,1168.0,1.7309,1,leg_gt,0.16,60 -72630,gt_model_sell_peak_local,sell,2025-11-12 13:48:00,1167.0,1.6437,1,leg_gt,0.16,60 -72631,gt_model_sell_peak_local,sell,2025-11-12 13:54:00,1170.0,1.9052,1,leg_gt,0.16,60 -72632,gt_model_sell_peak_local,sell,2025-11-12 16:48:00,1180.0,2.7771,1,leg_gt,0.29,60 -72633,gt_model_sell_peak_local,sell,2025-11-12 16:51:00,1179.0,2.6899,1,leg_gt,0.29,60 -72634,gt_model_sell_peak_local,sell,2025-11-12 18:51:00,1195.0,4.0848,1,leg_gt,0.37,60 -72635,gt_model_sell_peak_local,sell,2025-11-12 20:33:00,1203.0,4.7823,1,leg_gt,0.44,60 -72636,gt_model_sell_peak_local,sell,2025-11-12 22:21:00,1198.0,4.3464,1,leg_gt,0.52,60 -72637,gt_model_sell_peak_local,sell,2025-11-12 22:24:00,1199.0,4.4336,1,leg_gt,0.52,60 -72638,gt_model_sell_peak_local,sell,2025-11-12 22:27:00,1199.0,4.4336,1,leg_gt,0.52,60 -72639,gt_model_sell_peak_local,sell,2025-11-12 23:48:00,1189.0,3.5617,1,leg_gt,0.58,60 -72640,gt_model_sell_peak_local,sell,2025-11-13 04:21:00,1130.0,0.613,1,leg_gt,0.08,60 -72641,gt_model_sell_peak_local,sell,2025-11-13 07:57:00,1154.0,2.752,1,leg_gt,0.23,60 -72642,gt_model_sell_peak_local,sell,2025-11-13 11:42:00,1171.0,4.2672,1,leg_gt,0.39,60 -72643,gt_model_sell_peak_local,sell,2025-11-13 13:48:00,1176.0,4.7128,1,leg_gt,0.48,60 -72644,gt_model_sell_peak_local,sell,2025-11-13 15:54:00,1201.0,6.941,1,leg_gt,0.56,60 -72645,gt_model_sell_peak_local,sell,2025-11-13 17:03:00,1183.0,5.3367,1,leg_gt,0.61,60 -72646,gt_model_sell_peak_local,sell,2025-11-13 20:18:00,1173.0,4.4455,1,leg_gt,0.75,60 -72647,gt_model_sell_peak_local,sell,2025-11-13 20:21:00,1172.0,4.3563,1,leg_gt,0.75,60 -72648,gt_model_sell_peak_local,sell,2025-11-13 23:15:00,1170.0,4.1781,1,leg_gt,0.87,60 -72649,gt_model_sell_peak_local,sell,2025-11-13 23:18:00,1172.0,4.3563,1,leg_gt,0.87,60 -72650,gt_model_sell_peak_local,sell,2025-11-14 01:15:00,1172.0,4.3563,1,leg_gt,0.95,60 -72651,gt_model_sell_peak_local,sell,2025-11-14 05:27:00,1106.0,0.3541,1,leg_gt,0.08,60 -72652,gt_model_sell_peak_local,sell,2025-11-14 06:36:00,1102.0,-0.0092,0,leg_gt,0.13,60 -72653,gt_model_sell_peak_local,sell,2025-11-14 09:36:00,1129.0,2.4431,1,leg_gt,0.25,60 -72654,gt_model_sell_peak_local,sell,2025-11-14 12:30:00,1113.0,0.9899,1,leg_gt,0.37,60 -72655,gt_model_sell_peak_local,sell,2025-11-14 15:51:00,1103.0,2.9841,1,leg_gt,0.09,60 -72656,gt_model_sell_peak_local,sell,2025-11-14 17:18:00,1116.0,4.1991,1,leg_gt,0.15,60 -72657,gt_model_sell_peak_local,sell,2025-11-14 17:21:00,1116.0,4.1991,1,leg_gt,0.15,60 -72658,gt_model_sell_peak_local,sell,2025-11-14 20:39:00,1084.0,1.2084,1,leg_gt,0.29,60 -72659,gt_model_sell_peak_local,sell,2025-11-14 23:03:00,1084.0,1.7797,1,leg_gt,0.06,60 -72660,gt_model_sell_peak_local,sell,2025-11-15 01:48:00,1109.0,4.1293,1,leg_gt,0.17,60 -72661,gt_model_sell_peak_local,sell,2025-11-15 05:21:00,1099.0,3.1895,1,leg_gt,0.32,60 -72662,gt_model_sell_peak_local,sell,2025-11-15 05:24:00,1094.0,2.7195,1,leg_gt,0.32,60 -72663,gt_model_sell_peak_local,sell,2025-11-15 08:45:00,1072.0,1.2233,1,leg_gt,0.03,60 -72664,gt_model_sell_peak_local,sell,2025-11-15 13:00:00,1095.0,3.3972,1,leg_gt,0.2,60 -72665,gt_model_sell_peak_local,sell,2025-11-15 14:18:00,1090.0,2.9246,1,leg_gt,0.26,60 -72666,gt_model_sell_peak_local,sell,2025-11-15 16:36:00,1080.0,1.9794,1,leg_gt,0.35,60 -72667,gt_model_sell_peak_local,sell,2025-11-15 20:45:00,1061.0,0.1836,1,leg_gt,0.53,60 -72668,gt_model_sell_peak_local,sell,2025-11-15 20:48:00,1061.0,0.1836,1,leg_gt,0.53,60 -72669,gt_model_sell_peak_local,sell,2025-11-15 20:51:00,1058.0,-0.1,0,leg_gt,0.53,60 -72670,gt_model_sell_peak_local,sell,2025-11-15 20:54:00,1059.0,-0.0055,0,leg_gt,0.53,60 -72671,gt_model_sell_peak_local,sell,2025-11-15 20:57:00,1062.0,0.2781,1,leg_gt,0.54,60 -72672,gt_model_sell_peak_local,sell,2025-11-15 21:00:00,1062.0,0.2781,1,leg_gt,0.54,60 -72673,gt_model_sell_peak_local,sell,2025-11-15 21:12:00,1063.0,0.3726,1,leg_gt,0.55,60 -72674,gt_model_sell_peak_local,sell,2025-11-15 23:18:00,1071.0,1.1287,1,leg_gt,0.63,60 -72675,gt_model_sell_peak_local,sell,2025-11-15 23:21:00,1069.0,0.9397,1,leg_gt,0.64,60 -72676,gt_model_sell_peak_local,sell,2025-11-16 01:54:00,1060.0,0.089,1,leg_gt,0.74,60 -72677,gt_model_sell_peak_local,sell,2025-11-16 04:21:00,1060.0,0.089,1,leg_gt,0.84,60 -72678,gt_model_sell_peak_local,sell,2025-11-16 07:12:00,1049.0,-0.9507,0,leg_gt,0.96,60 -72679,gt_model_sell_peak_local,sell,2025-11-16 07:27:00,1052.0,-0.6671,0,leg_gt,0.97,60 -72680,gt_model_sell_peak_local,sell,2025-11-16 09:33:00,1047.0,-1.1397,0,leg_gt,1.06,60 -72681,gt_model_sell_peak_local,sell,2025-11-16 09:36:00,1050.0,-0.8561,0,leg_gt,1.06,60 -72682,gt_model_sell_peak_local,sell,2025-11-16 10:03:00,1050.0,-0.8561,0,leg_gt,1.08,60 -72683,gt_model_sell_peak_local,sell,2025-11-16 12:48:00,1052.0,-0.6671,0,leg_gt,1.2,60 -72684,gt_model_sell_peak_local,sell,2025-11-16 12:54:00,1052.0,-0.6671,0,leg_gt,1.2,60 -72685,gt_model_sell_peak_local,sell,2025-11-16 12:57:00,1052.0,-0.6671,0,leg_gt,1.2,60 -72686,gt_model_sell_peak_local,sell,2025-11-16 13:00:00,1053.0,-0.5726,0,leg_gt,1.2,60 -72687,gt_model_sell_peak_local,sell,2025-11-16 15:12:00,1049.0,-0.9507,0,leg_gt,1.3,60 -72688,gt_model_sell_peak_local,sell,2025-11-16 15:15:00,1048.0,-1.0452,0,leg_gt,1.3,60 -72689,gt_model_sell_peak_local,sell,2025-11-16 17:48:00,1045.0,-1.3287,0,leg_gt,1.4,60 -72690,gt_model_sell_peak_local,sell,2025-11-16 17:51:00,1045.0,-1.3287,0,leg_gt,1.41,60 -72691,gt_model_sell_peak_local,sell,2025-11-16 17:57:00,1048.0,-1.0452,0,leg_gt,1.41,60 -72692,gt_model_sell_peak_local,sell,2025-11-16 19:54:00,1052.0,-0.6671,0,leg_gt,1.49,60 -72693,gt_model_sell_peak_local,sell,2025-11-16 19:57:00,1052.0,-0.6671,0,leg_gt,1.49,60 -72694,gt_model_sell_peak_local,sell,2025-11-16 20:00:00,1051.0,-0.7616,0,leg_gt,1.5,60 -72695,gt_model_sell_peak_local,sell,2025-11-16 20:18:00,1043.0,-1.5178,0,leg_gt,1.51,60 -72696,gt_model_sell_peak_local,sell,2025-11-16 20:21:00,1043.0,-1.5178,0,leg_gt,1.51,60 -72697,gt_model_sell_peak_local,sell,2025-11-16 20:42:00,1025.0,-3.2191,0,leg_gt,1.52,60 -72698,gt_model_sell_peak_local,sell,2025-11-16 23:18:00,1016.0,-4.0698,0,leg_gt,1.63,60 -72699,gt_model_sell_peak_local,sell,2025-11-17 00:51:00,1021.0,-3.5972,0,leg_gt,1.7,60 -72700,gt_model_sell_peak_local,sell,2025-11-17 00:54:00,1017.0,-3.9752,0,leg_gt,1.7,60 -72701,gt_model_sell_peak_local,sell,2025-11-17 00:57:00,1015.0,-4.1643,0,leg_gt,1.7,60 -72702,gt_model_sell_peak_local,sell,2025-11-17 04:12:00,1005.0,1.6206,1,leg_gt,0.05,60 -72703,gt_model_sell_peak_local,sell,2025-11-17 04:15:00,1009.0,2.0255,1,leg_gt,0.06,60 -72704,gt_model_sell_peak_local,sell,2025-11-17 06:27:00,990.0,0.1024,1,leg_gt,0.15,60 -72705,gt_model_sell_peak_local,sell,2025-11-17 09:27:00,1005.0,1.6206,1,leg_gt,0.27,60 -72706,gt_model_sell_peak_local,sell,2025-11-17 10:42:00,1009.0,2.0255,1,leg_gt,0.32,60 -72707,gt_model_sell_peak_local,sell,2025-11-17 11:12:00,1011.0,2.2279,1,leg_gt,0.35,60 -72708,gt_model_sell_peak_local,sell,2025-11-17 14:27:00,1014.0,2.5316,1,leg_gt,0.48,60 -72709,gt_model_sell_peak_local,sell,2025-11-17 14:39:00,1013.0,2.4304,1,leg_gt,0.49,60 -72710,gt_model_sell_peak_local,sell,2025-11-17 14:42:00,1015.0,2.6328,1,leg_gt,0.49,60 -72711,gt_model_sell_peak_local,sell,2025-11-17 14:45:00,1016.0,2.734,1,leg_gt,0.49,60 -72712,gt_model_sell_peak_local,sell,2025-11-17 17:45:00,1016.0,2.734,1,leg_gt,0.62,60 -72713,gt_model_sell_peak_local,sell,2025-11-17 17:48:00,1015.0,2.6328,1,leg_gt,0.62,60 -72714,gt_model_sell_peak_local,sell,2025-11-17 17:51:00,1016.0,2.734,1,leg_gt,0.62,60 -72715,gt_model_sell_peak_local,sell,2025-11-17 18:24:00,1019.0,3.0377,1,leg_gt,0.65,60 -72716,gt_model_sell_peak_local,sell,2025-11-17 20:15:00,1017.0,2.8352,1,leg_gt,0.72,60 -72717,gt_model_sell_peak_local,sell,2025-11-17 21:33:00,1016.0,2.734,1,leg_gt,0.78,60 -72718,gt_model_sell_peak_local,sell,2025-11-17 21:36:00,1014.0,2.5316,1,leg_gt,0.78,60 -72719,gt_model_sell_peak_local,sell,2025-11-18 00:48:00,1004.0,1.8289,1,leg_gt,0.08,60 -72720,gt_model_sell_peak_local,sell,2025-11-18 02:57:00,989.0,0.3061,1,leg_gt,0.17,60 -72721,gt_model_sell_peak_local,sell,2025-11-18 07:06:00,966.0,-2.0289,0,leg_gt,0.34,60 -72722,gt_model_sell_peak_local,sell,2025-11-18 08:33:00,963.0,-2.3335,0,leg_gt,0.4,60 -72723,gt_model_sell_peak_local,sell,2025-11-18 11:09:00,975.0,1.4625,1,leg_gt,0.06,60 -72724,gt_model_sell_peak_local,sell,2025-11-18 11:18:00,970.0,0.9417,1,leg_gt,0.07,60 -72725,gt_model_sell_peak_local,sell,2025-11-18 11:21:00,981.0,2.0875,1,leg_gt,0.07,60 -72726,gt_model_sell_peak_local,sell,2025-11-18 12:30:00,977.0,1.6708,1,leg_gt,0.12,60 -72727,gt_model_sell_peak_local,sell,2025-11-18 13:42:00,984.0,2.4,1,leg_gt,0.17,60 -72728,gt_model_sell_peak_local,sell,2025-11-18 15:18:00,988.0,2.8167,1,leg_gt,0.23,60 -72729,gt_model_sell_peak_local,sell,2025-11-18 15:21:00,988.0,2.8167,1,leg_gt,0.24,60 -72730,gt_model_sell_peak_local,sell,2025-11-18 18:39:00,993.0,3.3375,1,leg_gt,0.37,60 -72731,gt_model_sell_peak_local,sell,2025-11-18 18:42:00,992.0,3.2333,1,leg_gt,0.38,60 -72732,gt_model_sell_peak_local,sell,2025-11-18 18:45:00,996.0,3.65,1,leg_gt,0.38,60 -72733,gt_model_sell_peak_local,sell,2025-11-18 20:45:00,993.0,3.3375,1,leg_gt,0.46,60 -72734,gt_model_sell_peak_local,sell,2025-11-18 20:51:00,994.0,3.4417,1,leg_gt,0.46,60 -72735,gt_model_sell_peak_local,sell,2025-11-18 20:54:00,993.0,3.3375,1,leg_gt,0.47,60 -72736,gt_model_sell_peak_local,sell,2025-11-18 20:57:00,993.0,3.3375,1,leg_gt,0.47,60 -72737,gt_model_sell_peak_local,sell,2025-11-18 23:00:00,990.0,3.025,1,leg_gt,0.55,60 -72738,gt_model_sell_peak_local,sell,2025-11-19 02:36:00,1018.0,5.9417,1,leg_gt,0.7,60 -72739,gt_model_sell_peak_local,sell,2025-11-19 05:27:00,1020.0,6.15,1,leg_gt,0.82,60 -72740,gt_model_sell_peak_local,sell,2025-11-19 07:12:00,1016.0,5.7333,1,leg_gt,0.9,60 -72741,gt_model_sell_peak_local,sell,2025-11-19 09:00:00,1017.0,5.8375,1,leg_gt,0.97,60 -72742,gt_model_sell_peak_local,sell,2025-11-19 10:54:00,1015.0,5.6292,1,leg_gt,1.05,60 -72743,gt_model_sell_peak_local,sell,2025-11-19 11:30:00,1015.0,5.6292,1,leg_gt,1.08,60 -72744,gt_model_sell_peak_local,sell,2025-11-19 12:15:00,1014.0,5.525,1,leg_gt,1.11,60 -72745,gt_model_sell_peak_local,sell,2025-11-19 17:51:00,991.0,3.1292,1,leg_gt,1.34,60 -72746,gt_model_sell_peak_local,sell,2025-11-19 20:09:00,992.0,3.2333,1,leg_gt,1.44,60 -72747,gt_model_sell_peak_local,sell,2025-11-19 22:15:00,997.0,3.7542,1,leg_gt,1.52,60 -72748,gt_model_sell_peak_local,sell,2025-11-19 23:18:00,988.0,2.8167,1,leg_gt,1.57,60 -72749,gt_model_sell_peak_local,sell,2025-11-20 01:15:00,980.0,1.9833,1,leg_gt,1.65,60 -72750,gt_model_sell_peak_local,sell,2025-11-20 04:12:00,953.0,-0.8292,0,leg_gt,1.77,60 -72751,gt_model_sell_peak_local,sell,2025-11-20 07:57:00,984.0,3.4789,1,leg_gt,0.15,60 -72752,gt_model_sell_peak_local,sell,2025-11-20 09:15:00,995.0,4.6368,1,leg_gt,0.2,60 -72753,gt_model_sell_peak_local,sell,2025-11-20 10:30:00,999.0,5.0579,1,leg_gt,0.25,60 -72754,gt_model_sell_peak_local,sell,2025-11-20 10:33:00,1000.0,5.1632,1,leg_gt,0.26,60 -72755,gt_model_sell_peak_local,sell,2025-11-20 10:36:00,1001.0,5.2684,1,leg_gt,0.26,60 -72756,gt_model_sell_peak_local,sell,2025-11-20 12:33:00,1005.0,5.6895,1,leg_gt,0.34,60 -72757,gt_model_sell_peak_local,sell,2025-11-20 12:36:00,1007.0,5.9,1,leg_gt,0.34,60 -72758,gt_model_sell_peak_local,sell,2025-11-20 12:39:00,1006.0,5.7947,1,leg_gt,0.34,60 -72759,gt_model_sell_peak_local,sell,2025-11-20 16:18:00,1011.0,6.3211,1,leg_gt,0.5,60 -72760,gt_model_sell_peak_local,sell,2025-11-20 16:30:00,1013.0,6.5316,1,leg_gt,0.5,60 -72761,gt_model_sell_peak_local,sell,2025-11-20 16:33:00,1012.0,6.4263,1,leg_gt,0.51,60 -72762,gt_model_sell_peak_local,sell,2025-11-20 19:36:00,1023.0,7.5842,1,leg_gt,0.63,60 -72763,gt_model_sell_peak_local,sell,2025-11-20 19:42:00,1020.0,7.2684,1,leg_gt,0.64,60 -72764,gt_model_sell_peak_local,sell,2025-11-20 23:15:00,1036.0,8.9526,1,leg_gt,0.79,60 -72765,gt_model_sell_peak_local,sell,2025-11-21 00:36:00,1037.0,9.0579,1,leg_gt,0.84,60 -72766,gt_model_sell_peak_local,sell,2025-11-21 04:09:00,965.0,0.4208,1,leg_gt,0.01,60 -72767,gt_model_sell_peak_local,sell,2025-11-21 08:27:00,995.0,3.5458,1,leg_gt,0.19,60 -72768,gt_model_sell_peak_local,sell,2025-11-21 11:06:00,984.0,2.4,1,leg_gt,0.3,60 -72769,gt_model_sell_peak_local,sell,2025-11-21 11:27:00,979.0,1.8792,1,leg_gt,0.31,60 -72770,gt_model_sell_peak_local,sell,2025-11-21 13:42:00,961.0,0.0042,1,leg_gt,0.4,60 -72771,gt_model_sell_peak_local,sell,2025-11-21 14:57:00,962.0,0.1083,1,leg_gt,0.46,60 -72772,gt_model_sell_peak_local,sell,2025-11-21 15:30:00,959.0,-0.2042,0,leg_gt,0.48,60 -72773,gt_model_sell_peak_local,sell,2025-11-21 15:33:00,960.0,-0.1,0,leg_gt,0.48,60 -72774,gt_model_sell_peak_local,sell,2025-11-21 16:51:00,927.0,-3.5375,0,leg_gt,0.54,60 -72775,gt_model_sell_peak_local,sell,2025-11-21 20:45:00,893.0,-7.0792,0,leg_gt,0.7,60 -72776,gt_model_sell_peak_local,sell,2025-11-22 00:54:00,895.0,2.6555,1,leg_gt,0.14,60 -72777,gt_model_sell_peak_local,sell,2025-11-22 00:57:00,901.0,3.3443,1,leg_gt,0.15,60 -72778,gt_model_sell_peak_local,sell,2025-11-22 03:33:00,913.0,2.3691,1,leg_gt,0.1,60 -72779,gt_model_sell_peak_local,sell,2025-11-22 08:15:00,874.0,0.9405,1,leg_gt,0.01,60 -72780,gt_model_sell_peak_local,sell,2025-11-22 12:03:00,912.0,5.3335,1,leg_gt,0.17,60 -72781,gt_model_sell_peak_local,sell,2025-11-22 12:09:00,915.0,5.6803,1,leg_gt,0.17,60 -72782,gt_model_sell_peak_local,sell,2025-11-22 16:36:00,896.0,1.7182,1,leg_gt,0.08,60 -72783,gt_model_sell_peak_local,sell,2025-11-22 17:57:00,886.0,0.5818,1,leg_gt,0.14,60 -72784,gt_model_sell_peak_local,sell,2025-11-22 19:36:00,885.0,0.4682,1,leg_gt,0.21,60 -72785,gt_model_sell_peak_local,sell,2025-11-22 19:39:00,886.0,0.5818,1,leg_gt,0.21,60 -72786,gt_model_sell_peak_local,sell,2025-11-22 19:42:00,885.0,0.4682,1,leg_gt,0.21,60 -72787,gt_model_sell_peak_local,sell,2025-11-22 21:27:00,887.0,0.6955,1,leg_gt,0.28,60 -72788,gt_model_sell_peak_local,sell,2025-11-22 21:33:00,889.0,0.9227,1,leg_gt,0.29,60 -72789,gt_model_sell_peak_local,sell,2025-11-23 00:27:00,900.0,2.1727,1,leg_gt,0.41,60 -72790,gt_model_sell_peak_local,sell,2025-11-23 02:42:00,903.0,2.5136,1,leg_gt,0.5,60 -72791,gt_model_sell_peak_local,sell,2025-11-23 04:21:00,902.0,2.4,1,leg_gt,0.57,60 -72792,gt_model_sell_peak_local,sell,2025-11-23 06:15:00,895.0,1.6045,1,leg_gt,0.65,60 -72793,gt_model_sell_peak_local,sell,2025-11-23 06:18:00,898.0,1.9455,1,leg_gt,0.65,60 -72794,gt_model_sell_peak_local,sell,2025-11-23 08:57:00,910.0,3.3091,1,leg_gt,0.76,60 -72795,gt_model_sell_peak_local,sell,2025-11-23 10:03:00,906.0,2.8545,1,leg_gt,0.81,60 -72796,gt_model_sell_peak_local,sell,2025-11-23 12:33:00,916.0,3.9909,1,leg_gt,0.91,60 -72797,gt_model_sell_peak_local,sell,2025-11-23 12:42:00,915.0,3.8773,1,leg_gt,0.92,60 -72798,gt_model_sell_peak_local,sell,2025-11-23 12:45:00,917.0,4.1045,1,leg_gt,0.92,60 -72799,gt_model_sell_peak_local,sell,2025-11-23 12:48:00,917.0,4.1045,1,leg_gt,0.92,60 -72800,gt_model_sell_peak_local,sell,2025-11-23 14:51:00,930.0,5.5818,1,leg_gt,1.01,60 -72801,gt_model_sell_peak_local,sell,2025-11-23 14:54:00,929.0,5.4682,1,leg_gt,1.01,60 -72802,gt_model_sell_peak_local,sell,2025-11-23 16:06:00,915.0,3.8773,1,leg_gt,1.06,60 -72803,gt_model_sell_peak_local,sell,2025-11-23 19:18:00,919.0,4.3318,1,leg_gt,1.19,60 -72804,gt_model_sell_peak_local,sell,2025-11-23 19:42:00,918.0,4.2182,1,leg_gt,1.21,60 -72805,gt_model_sell_peak_local,sell,2025-11-23 22:33:00,921.0,4.5591,1,leg_gt,1.33,60 -72806,gt_model_sell_peak_local,sell,2025-11-24 00:03:00,919.0,4.3318,1,leg_gt,1.39,60 -72807,gt_model_sell_peak_local,sell,2025-11-24 08:36:00,925.0,5.0136,1,leg_gt,1.75,60 -72808,gt_model_sell_peak_local,sell,2025-11-24 10:51:00,917.0,0.5586,1,leg_gt,0.06,60 -72809,gt_model_sell_peak_local,sell,2025-11-24 12:18:00,938.0,2.8638,1,leg_gt,0.12,60 -72810,gt_model_sell_peak_local,sell,2025-11-24 13:21:00,926.0,1.5465,1,leg_gt,0.17,60 -72811,gt_model_sell_peak_local,sell,2025-11-24 15:24:00,926.0,1.5465,1,leg_gt,0.25,60 -72812,gt_model_sell_peak_local,sell,2025-11-24 17:45:00,926.0,1.5465,1,leg_gt,0.35,60 -72813,gt_model_sell_peak_local,sell,2025-11-24 21:45:00,907.0,-0.5391,0,leg_gt,0.52,60 -72814,gt_model_sell_peak_local,sell,2025-11-24 21:48:00,906.0,-0.6488,0,leg_gt,0.52,60 -72815,gt_model_sell_peak_local,sell,2025-11-24 21:54:00,904.0,-0.8684,0,leg_gt,0.52,60 -72816,gt_model_sell_peak_local,sell,2025-11-24 21:57:00,906.0,-0.6488,0,leg_gt,0.53,60 -72817,gt_model_sell_peak_local,sell,2025-11-25 04:00:00,958.0,6.2263,1,leg_gt,0.19,60 -72818,gt_model_sell_peak_local,sell,2025-11-25 05:06:00,954.0,5.7824,1,leg_gt,0.24,60 -72819,gt_model_sell_peak_local,sell,2025-11-25 06:54:00,959.0,6.3373,1,leg_gt,0.31,60 -72820,gt_model_sell_peak_local,sell,2025-11-25 07:12:00,963.0,6.7812,1,leg_gt,0.32,60 -72821,gt_model_sell_peak_local,sell,2025-11-25 08:36:00,955.0,5.8933,1,leg_gt,0.38,60 -72822,gt_model_sell_peak_local,sell,2025-11-25 11:12:00,951.0,5.4494,1,leg_gt,0.49,60 -72823,gt_model_sell_peak_local,sell,2025-11-25 13:24:00,943.0,4.5615,1,leg_gt,0.58,60 -72824,gt_model_sell_peak_local,sell,2025-11-25 13:27:00,943.0,4.5615,1,leg_gt,0.58,60 -72825,gt_model_sell_peak_local,sell,2025-11-25 15:21:00,944.0,4.6725,1,leg_gt,0.66,60 -72826,gt_model_sell_peak_local,sell,2025-11-25 17:39:00,941.0,4.3395,1,leg_gt,0.76,60 -72827,gt_model_sell_peak_local,sell,2025-11-25 17:42:00,943.0,4.5615,1,leg_gt,0.76,60 -72828,gt_model_sell_peak_local,sell,2025-11-25 20:27:00,942.0,4.4505,1,leg_gt,0.88,60 -72829,gt_model_sell_peak_local,sell,2025-11-25 20:57:00,941.0,4.3395,1,leg_gt,0.9,60 -72830,gt_model_sell_peak_local,sell,2025-11-25 21:00:00,942.0,4.4505,1,leg_gt,0.9,60 -72831,gt_model_sell_peak_local,sell,2025-11-25 21:06:00,943.0,4.5615,1,leg_gt,0.9,60 -72832,gt_model_sell_peak_local,sell,2025-11-25 21:09:00,941.0,4.3395,1,leg_gt,0.9,60 -72833,gt_model_sell_peak_local,sell,2025-11-25 21:12:00,942.0,4.4505,1,leg_gt,0.91,60 -72834,gt_model_sell_peak_local,sell,2025-11-25 23:27:00,944.0,4.6725,1,leg_gt,1.0,60 -72835,gt_model_sell_peak_local,sell,2025-11-25 23:30:00,944.0,4.6725,1,leg_gt,1.0,60 -72836,gt_model_sell_peak_local,sell,2025-11-26 02:30:00,943.0,1.8459,1,leg_gt,0.11,60 -72837,gt_model_sell_peak_local,sell,2025-11-26 04:21:00,928.0,0.2243,1,leg_gt,0.19,60 -72838,gt_model_sell_peak_local,sell,2025-11-26 06:48:00,948.0,2.3865,1,leg_gt,0.29,60 -72839,gt_model_sell_peak_local,sell,2025-11-26 06:51:00,951.0,2.7108,1,leg_gt,0.29,60 -72840,gt_model_sell_peak_local,sell,2025-11-26 07:27:00,946.0,2.1703,1,leg_gt,0.32,60 -72841,gt_model_sell_peak_local,sell,2025-11-26 09:18:00,956.0,3.2514,1,leg_gt,0.4,60 -72842,gt_model_sell_peak_local,sell,2025-11-26 11:42:00,955.0,3.1432,1,leg_gt,0.5,60 -72843,gt_model_sell_peak_local,sell,2025-11-26 13:21:00,950.0,2.6027,1,leg_gt,0.56,60 -72844,gt_model_sell_peak_local,sell,2025-11-26 13:24:00,951.0,2.7108,1,leg_gt,0.57,60 -72845,gt_model_sell_peak_local,sell,2025-11-26 14:03:00,948.0,2.3865,1,leg_gt,0.59,60 -72846,gt_model_sell_peak_local,sell,2025-11-26 15:36:00,952.0,2.8189,1,leg_gt,0.66,60 -72847,gt_model_sell_peak_local,sell,2025-11-26 15:39:00,954.0,3.0351,1,leg_gt,0.66,60 -72848,gt_model_sell_peak_local,sell,2025-11-26 15:42:00,953.0,2.927,1,leg_gt,0.66,60 -72849,gt_model_sell_peak_local,sell,2025-11-26 15:45:00,954.0,3.0351,1,leg_gt,0.66,60 -72850,gt_model_sell_peak_local,sell,2025-11-26 17:15:00,956.0,3.2514,1,leg_gt,0.73,60 -72851,gt_model_sell_peak_local,sell,2025-11-26 17:57:00,949.0,2.4946,1,leg_gt,0.76,60 -72852,gt_model_sell_peak_local,sell,2025-11-26 18:00:00,948.0,2.3865,1,leg_gt,0.76,60 -72853,gt_model_sell_peak_local,sell,2025-11-27 00:15:00,932.0,0.6568,1,leg_gt,1.02,60 -72854,gt_model_sell_peak_local,sell,2025-11-27 00:48:00,926.0,0.0081,1,leg_gt,0.0,60 -72855,gt_model_sell_peak_local,sell,2025-11-27 04:57:00,975.0,5.3054,1,leg_gt,0.18,60 -72856,gt_model_sell_peak_local,sell,2025-11-27 07:48:00,976.0,5.4135,1,leg_gt,0.29,60 -72857,gt_model_sell_peak_local,sell,2025-11-27 09:15:00,978.0,5.6297,1,leg_gt,0.35,60 -72858,gt_model_sell_peak_local,sell,2025-11-27 11:06:00,983.0,6.1703,1,leg_gt,0.43,60 -72859,gt_model_sell_peak_local,sell,2025-11-27 12:30:00,983.0,6.1703,1,leg_gt,0.49,60 -72860,gt_model_sell_peak_local,sell,2025-11-27 14:12:00,978.0,5.6297,1,leg_gt,0.56,60 -72861,gt_model_sell_peak_local,sell,2025-11-27 16:42:00,971.0,4.873,1,leg_gt,0.66,60 -72862,gt_model_sell_peak_local,sell,2025-11-27 19:33:00,968.0,4.5486,1,leg_gt,0.78,60 -72863,gt_model_sell_peak_local,sell,2025-11-27 19:36:00,968.0,4.5486,1,leg_gt,0.79,60 -72864,gt_model_sell_peak_local,sell,2025-11-27 19:39:00,969.0,4.6568,1,leg_gt,0.79,60 -72865,gt_model_sell_peak_local,sell,2025-11-27 19:42:00,970.0,4.7649,1,leg_gt,0.79,60 -72866,gt_model_sell_peak_local,sell,2025-11-27 22:15:00,969.0,4.6568,1,leg_gt,0.9,60 -72867,gt_model_sell_peak_local,sell,2025-11-28 02:45:00,987.0,6.6027,1,leg_gt,1.08,60 -72868,gt_model_sell_peak_local,sell,2025-11-28 02:57:00,991.0,7.0351,1,leg_gt,1.09,60 -72869,gt_model_sell_peak_local,sell,2025-11-28 03:00:00,989.0,6.8189,1,leg_gt,1.09,60 -72870,gt_model_sell_peak_local,sell,2025-11-28 05:15:00,996.0,7.5757,1,leg_gt,1.19,60 -72871,gt_model_sell_peak_local,sell,2025-11-28 05:18:00,995.0,7.4676,1,leg_gt,1.19,60 -72872,gt_model_sell_peak_local,sell,2025-11-28 07:21:00,986.0,6.4946,1,leg_gt,1.27,60 -72873,gt_model_sell_peak_local,sell,2025-11-28 10:12:00,968.0,4.5486,1,leg_gt,1.39,60 -72874,gt_model_sell_peak_local,sell,2025-11-28 10:21:00,966.0,4.3324,1,leg_gt,1.4,60 -72875,gt_model_sell_peak_local,sell,2025-11-28 13:45:00,959.0,0.5296,1,leg_gt,0.1,60 -72876,gt_model_sell_peak_local,sell,2025-11-28 13:48:00,960.0,0.6345,1,leg_gt,0.1,60 -72877,gt_model_sell_peak_local,sell,2025-11-28 13:54:00,959.0,0.5296,1,leg_gt,0.1,60 -72878,gt_model_sell_peak_local,sell,2025-11-28 15:51:00,957.0,0.3197,1,leg_gt,0.18,60 -72879,gt_model_sell_peak_local,sell,2025-11-28 15:54:00,958.0,0.4247,1,leg_gt,0.19,60 -72880,gt_model_sell_peak_local,sell,2025-11-28 15:57:00,957.0,0.3197,1,leg_gt,0.19,60 -72881,gt_model_sell_peak_local,sell,2025-11-28 19:00:00,984.0,3.1529,1,leg_gt,0.31,60 -72882,gt_model_sell_peak_local,sell,2025-11-28 19:03:00,983.0,3.048,1,leg_gt,0.32,60 -72883,gt_model_sell_peak_local,sell,2025-11-28 19:09:00,982.0,2.943,1,leg_gt,0.32,60 -72884,gt_model_sell_peak_local,sell,2025-11-28 19:12:00,982.0,2.943,1,leg_gt,0.32,60 -72885,gt_model_sell_peak_local,sell,2025-11-29 01:33:00,972.0,1.8937,1,leg_gt,0.59,60 -72886,gt_model_sell_peak_local,sell,2025-11-29 05:48:00,971.0,1.7888,1,leg_gt,0.76,60 -72887,gt_model_sell_peak_local,sell,2025-11-29 09:03:00,970.0,1.6838,1,leg_gt,0.9,60 -72888,gt_model_sell_peak_local,sell,2025-11-29 09:12:00,967.0,1.369,1,leg_gt,0.91,60 -72889,gt_model_sell_peak_local,sell,2025-11-29 09:18:00,967.0,1.369,1,leg_gt,0.91,60 -72890,gt_model_sell_peak_local,sell,2025-11-29 09:21:00,967.0,1.369,1,leg_gt,0.91,60 -72891,gt_model_sell_peak_local,sell,2025-11-29 09:24:00,968.0,1.474,1,leg_gt,0.91,60 -72892,gt_model_sell_peak_local,sell,2025-11-29 11:18:00,973.0,1.9986,1,leg_gt,0.99,60 -72893,gt_model_sell_peak_local,sell,2025-11-29 13:06:00,968.0,1.474,1,leg_gt,1.07,60 -72894,gt_model_sell_peak_local,sell,2025-11-29 15:15:00,969.0,1.5789,1,leg_gt,1.16,60 -72895,gt_model_sell_peak_local,sell,2025-11-29 22:03:00,957.0,0.3197,1,leg_gt,1.44,60 -72896,gt_model_sell_peak_local,sell,2025-11-29 22:06:00,959.0,0.5296,1,leg_gt,1.44,60 -72897,gt_model_sell_peak_local,sell,2025-11-29 23:30:00,954.0,0.0049,1,leg_gt,1.5,60 -72898,gt_model_sell_peak_local,sell,2025-11-30 01:21:00,958.0,0.4247,1,leg_gt,1.58,60 -72899,gt_model_sell_peak_local,sell,2025-11-30 05:21:00,945.0,-0.9395,0,leg_gt,1.75,60 -72900,gt_model_sell_peak_local,sell,2025-11-30 07:42:00,949.0,-0.5197,0,leg_gt,1.84,60 -72901,gt_model_sell_peak_local,sell,2025-11-30 07:57:00,948.0,-0.6247,0,leg_gt,1.85,60 -72902,gt_model_sell_peak_local,sell,2025-11-30 10:15:00,949.0,-0.5197,0,leg_gt,1.95,60 -72903,gt_model_sell_peak_local,sell,2025-11-30 10:18:00,950.0,-0.4148,0,leg_gt,1.95,60 -72904,gt_model_sell_peak_local,sell,2025-11-30 11:06:00,948.0,-0.6247,0,leg_gt,1.99,60 -72905,gt_model_sell_peak_local,sell,2025-11-30 11:09:00,946.0,-0.8345,0,leg_gt,1.99,60 -72906,gt_model_sell_peak_local,sell,2025-11-30 11:12:00,948.0,-0.6247,0,leg_gt,1.99,60 -72907,gt_model_sell_peak_local,sell,2025-11-30 12:12:00,939.0,-1.569,0,leg_gt,2.03,60 -72908,gt_model_sell_peak_local,sell,2025-11-30 13:57:00,940.0,-1.4641,0,leg_gt,2.1,60 -72909,gt_model_sell_peak_local,sell,2025-11-30 14:00:00,942.0,-1.2542,0,leg_gt,2.11,60 -72910,gt_model_sell_peak_local,sell,2025-11-30 14:03:00,942.0,-1.2542,0,leg_gt,2.11,60 -72911,gt_model_sell_peak_local,sell,2025-11-30 14:06:00,940.0,-1.4641,0,leg_gt,2.11,60 -72912,gt_model_sell_peak_local,sell,2025-11-30 14:09:00,940.0,-1.4641,0,leg_gt,2.11,60 -72913,gt_model_sell_peak_local,sell,2025-11-30 14:12:00,939.0,-1.569,0,leg_gt,2.11,60 -72914,gt_model_sell_peak_local,sell,2025-11-30 14:15:00,939.0,-1.569,0,leg_gt,2.12,60 -72915,gt_model_sell_peak_local,sell,2025-11-30 14:18:00,937.0,-1.7789,0,leg_gt,2.12,60 -72916,gt_model_sell_peak_local,sell,2025-11-30 16:33:00,941.0,-1.3592,0,leg_gt,2.21,60 -72917,gt_model_sell_peak_local,sell,2025-11-30 18:24:00,944.0,-1.0444,0,leg_gt,2.29,60 -72918,gt_model_sell_peak_local,sell,2025-11-30 20:30:00,942.0,-1.2542,0,leg_gt,2.38,60 -72919,gt_model_sell_peak_local,sell,2025-11-30 23:24:00,948.0,-0.6247,0,leg_gt,2.5,60 -72920,gt_model_sell_peak_local,sell,2025-11-30 23:27:00,950.0,-0.4148,0,leg_gt,2.5,60 -72921,gt_model_sell_peak_local,sell,2025-12-01 02:21:00,945.0,-0.9395,0,leg_gt,2.62,60 -72922,gt_model_sell_peak_local,sell,2025-12-01 02:24:00,944.0,-1.0444,0,leg_gt,2.62,60 -72923,gt_model_sell_peak_local,sell,2025-12-01 02:27:00,943.0,-1.1493,0,leg_gt,2.62,60 -72924,gt_model_sell_peak_local,sell,2025-12-01 02:30:00,943.0,-1.1493,0,leg_gt,2.63,60 -72925,gt_model_sell_peak_local,sell,2025-12-01 02:48:00,950.0,-0.4148,0,leg_gt,2.64,60 -72926,gt_model_sell_peak_local,sell,2025-12-01 02:51:00,950.0,-0.4148,0,leg_gt,2.64,60 -72927,gt_model_sell_peak_local,sell,2025-12-01 06:09:00,954.0,0.0049,1,leg_gt,2.78,60 -72928,gt_model_sell_peak_local,sell,2025-12-01 06:12:00,953.0,-0.1,0,leg_gt,2.78,60 -72929,gt_model_sell_peak_local,sell,2025-12-01 08:12:00,947.0,-0.7296,0,leg_gt,2.86,60 -72930,gt_model_sell_peak_local,sell,2025-12-01 08:15:00,945.0,-0.9395,0,leg_gt,2.87,60 -72931,gt_model_sell_peak_local,sell,2025-12-01 11:36:00,874.0,-8.3896,0,leg_gt,3.01,60 -72932,gt_model_sell_peak_local,sell,2025-12-01 16:09:00,868.0,-9.0192,0,leg_gt,3.2,60 -72933,gt_model_sell_peak_local,sell,2025-12-01 16:12:00,868.0,-9.0192,0,leg_gt,3.2,60 -72934,gt_model_sell_peak_local,sell,2025-12-01 16:15:00,867.0,-9.1241,0,leg_gt,3.2,60 -72935,gt_model_sell_peak_local,sell,2025-12-01 18:36:00,866.0,-9.2291,0,leg_gt,3.3,60 -72936,gt_model_sell_peak_local,sell,2025-12-01 18:39:00,866.0,-9.2291,0,leg_gt,3.3,60 -72937,gt_model_sell_peak_local,sell,2025-12-01 18:45:00,868.0,-9.0192,0,leg_gt,3.3,60 -72938,gt_model_sell_peak_local,sell,2025-12-01 19:03:00,867.0,-9.1241,0,leg_gt,3.32,60 -72939,gt_model_sell_peak_local,sell,2025-12-01 19:06:00,866.0,-9.2291,0,leg_gt,3.32,60 -72940,gt_model_sell_peak_local,sell,2025-12-01 19:21:00,866.0,-9.2291,0,leg_gt,3.33,60 -72941,gt_model_sell_peak_local,sell,2025-12-01 20:33:00,857.0,-10.1735,0,leg_gt,3.38,60 -72942,gt_model_sell_peak_local,sell,2025-12-01 23:03:00,854.0,-10.4882,0,leg_gt,3.48,60 -72943,gt_model_sell_peak_local,sell,2025-12-02 00:36:00,841.0,-11.8524,0,leg_gt,3.55,60 -72944,gt_model_sell_peak_local,sell,2025-12-02 04:15:00,840.0,0.3785,1,leg_gt,0.07,60 -72945,gt_model_sell_peak_local,sell,2025-12-02 08:06:00,865.0,3.3689,1,leg_gt,0.23,60 -72946,gt_model_sell_peak_local,sell,2025-12-02 08:09:00,863.0,3.1297,1,leg_gt,0.24,60 -72947,gt_model_sell_peak_local,sell,2025-12-02 09:03:00,862.0,3.01,1,leg_gt,0.27,60 -72948,gt_model_sell_peak_local,sell,2025-12-02 09:30:00,860.0,2.7708,1,leg_gt,0.29,60 -72949,gt_model_sell_peak_local,sell,2025-12-02 11:09:00,859.0,2.6512,1,leg_gt,0.36,60 -72950,gt_model_sell_peak_local,sell,2025-12-02 12:45:00,859.0,2.6512,1,leg_gt,0.43,60 -72951,gt_model_sell_peak_local,sell,2025-12-02 14:00:00,857.0,2.412,1,leg_gt,0.48,60 -72952,gt_model_sell_peak_local,sell,2025-12-02 14:03:00,857.0,2.412,1,leg_gt,0.48,60 -72953,gt_model_sell_peak_local,sell,2025-12-02 14:18:00,857.0,2.412,1,leg_gt,0.49,60 -72954,gt_model_sell_peak_local,sell,2025-12-02 16:30:00,860.0,2.7708,1,leg_gt,0.58,60 -72955,gt_model_sell_peak_local,sell,2025-12-02 17:21:00,852.0,1.8139,1,leg_gt,0.62,60 -72956,gt_model_sell_peak_local,sell,2025-12-02 22:06:00,864.0,3.2493,1,leg_gt,0.82,60 -72957,gt_model_sell_peak_local,sell,2025-12-02 22:09:00,864.0,3.2493,1,leg_gt,0.82,60 -72958,gt_model_sell_peak_local,sell,2025-12-02 22:12:00,867.0,3.6081,1,leg_gt,0.82,60 -72959,gt_model_sell_peak_local,sell,2025-12-03 02:00:00,977.0,16.766,1,leg_gt,0.98,60 -72960,gt_model_sell_peak_local,sell,2025-12-03 09:00:00,933.0,11.5029,1,leg_gt,1.27,60 -72961,gt_model_sell_peak_local,sell,2025-12-03 13:27:00,944.0,12.8187,1,leg_gt,1.46,60 -72962,gt_model_sell_peak_local,sell,2025-12-03 15:09:00,953.0,13.8952,1,leg_gt,1.53,60 -72963,gt_model_sell_peak_local,sell,2025-12-03 16:33:00,942.0,12.5794,1,leg_gt,1.59,60 -72964,gt_model_sell_peak_local,sell,2025-12-03 18:45:00,943.0,12.699,1,leg_gt,1.68,60 -72965,gt_model_sell_peak_local,sell,2025-12-03 18:48:00,943.0,12.699,1,leg_gt,1.68,60 -72966,gt_model_sell_peak_local,sell,2025-12-03 18:51:00,943.0,12.699,1,leg_gt,1.68,60 -72967,gt_model_sell_peak_local,sell,2025-12-03 20:18:00,936.0,11.8617,1,leg_gt,1.74,60 -72968,gt_model_sell_peak_local,sell,2025-12-03 20:24:00,939.0,12.2206,1,leg_gt,1.75,60 -72969,gt_model_sell_peak_local,sell,2025-12-03 20:27:00,938.0,12.101,1,leg_gt,1.75,60 -72970,gt_model_sell_peak_local,sell,2025-12-03 22:03:00,938.0,12.101,1,leg_gt,1.81,60 -72971,gt_model_sell_peak_local,sell,2025-12-03 22:24:00,942.0,12.5794,1,leg_gt,1.83,60 -72972,gt_model_sell_peak_local,sell,2025-12-04 01:42:00,932.0,0.8751,1,leg_gt,0.11,60 -72973,gt_model_sell_peak_local,sell,2025-12-04 04:03:00,938.0,1.5251,1,leg_gt,0.21,60 -72974,gt_model_sell_peak_local,sell,2025-12-04 04:12:00,938.0,1.5251,1,leg_gt,0.21,60 -72975,gt_model_sell_peak_local,sell,2025-12-04 06:15:00,938.0,1.5251,1,leg_gt,0.3,60 -72976,gt_model_sell_peak_local,sell,2025-12-04 09:06:00,943.0,2.0668,1,leg_gt,0.42,60 -72977,gt_model_sell_peak_local,sell,2025-12-04 11:12:00,948.0,2.6086,1,leg_gt,0.51,60 -72978,gt_model_sell_peak_local,sell,2025-12-04 12:27:00,950.0,2.8252,1,leg_gt,0.56,60 -72979,gt_model_sell_peak_local,sell,2025-12-04 12:39:00,948.0,2.6086,1,leg_gt,0.57,60 -72980,gt_model_sell_peak_local,sell,2025-12-04 13:06:00,951.0,2.9336,1,leg_gt,0.59,60 -72981,gt_model_sell_peak_local,sell,2025-12-04 15:30:00,952.0,3.0419,1,leg_gt,0.69,60 -72982,gt_model_sell_peak_local,sell,2025-12-04 16:36:00,947.0,2.5002,1,leg_gt,0.73,60 -72983,gt_model_sell_peak_local,sell,2025-12-04 19:09:00,951.0,2.9336,1,leg_gt,0.84,60 -72984,gt_model_sell_peak_local,sell,2025-12-04 22:06:00,941.0,1.8502,1,leg_gt,0.96,60 -72985,gt_model_sell_peak_local,sell,2025-12-04 22:09:00,940.0,1.7418,1,leg_gt,0.96,60 -72986,gt_model_sell_peak_local,sell,2025-12-04 23:18:00,939.0,1.6335,1,leg_gt,1.01,60 -72987,gt_model_sell_peak_local,sell,2025-12-04 23:27:00,940.0,1.7418,1,leg_gt,1.02,60 -72988,gt_model_sell_peak_local,sell,2025-12-05 02:24:00,942.0,1.9585,1,leg_gt,1.14,60 -72989,gt_model_sell_peak_local,sell,2025-12-05 04:33:00,935.0,1.2001,1,leg_gt,1.23,60 -72990,gt_model_sell_peak_local,sell,2025-12-05 06:51:00,931.0,0.7667,1,leg_gt,1.32,60 -72991,gt_model_sell_peak_local,sell,2025-12-05 08:54:00,924.0,0.0083,1,leg_gt,1.41,60 -72992,gt_model_sell_peak_local,sell,2025-12-05 10:09:00,927.0,0.3334,1,leg_gt,1.46,60 -72993,gt_model_sell_peak_local,sell,2025-12-05 10:24:00,926.0,0.225,1,leg_gt,1.47,60 -72994,gt_model_sell_peak_local,sell,2025-12-05 10:42:00,924.0,0.0083,1,leg_gt,1.49,60 -72995,gt_model_sell_peak_local,sell,2025-12-05 10:45:00,924.0,0.0083,1,leg_gt,1.49,60 -72996,gt_model_sell_peak_local,sell,2025-12-05 12:27:00,920.0,-0.425,0,leg_gt,1.56,60 -72997,gt_model_sell_peak_local,sell,2025-12-05 12:36:00,919.0,-0.5334,0,leg_gt,1.56,60 -72998,gt_model_sell_peak_local,sell,2025-12-05 12:39:00,918.0,-0.6417,0,leg_gt,1.57,60 -72999,gt_model_sell_peak_local,sell,2025-12-05 12:42:00,918.0,-0.6417,0,leg_gt,1.57,60 -73000,gt_model_sell_peak_local,sell,2025-12-05 17:54:00,914.0,-1.0751,0,leg_gt,1.79,60 -73001,gt_model_sell_peak_local,sell,2025-12-05 17:57:00,914.0,-1.0751,0,leg_gt,1.79,60 -73002,gt_model_sell_peak_local,sell,2025-12-05 20:24:00,904.0,-2.1585,0,leg_gt,1.89,60 -73003,gt_model_sell_peak_local,sell,2025-12-05 22:36:00,897.0,-2.9169,0,leg_gt,1.98,60 -73004,gt_model_sell_peak_local,sell,2025-12-05 22:39:00,897.0,-2.9169,0,leg_gt,1.98,60 -73005,gt_model_sell_peak_local,sell,2025-12-05 22:51:00,889.0,-3.7836,0,leg_gt,1.99,60 -73006,gt_model_sell_peak_local,sell,2025-12-06 01:33:00,869.0,-5.9505,0,leg_gt,2.1,60 -73007,gt_model_sell_peak_local,sell,2025-12-06 03:48:00,852.0,-7.7923,0,leg_gt,2.2,60 -73008,gt_model_sell_peak_local,sell,2025-12-06 03:51:00,855.0,-7.4673,0,leg_gt,2.2,60 -73009,gt_model_sell_peak_local,sell,2025-12-06 03:54:00,852.0,-7.7923,0,leg_gt,2.2,60 -73010,gt_model_sell_peak_local,sell,2025-12-06 04:09:00,850.0,-8.009,0,leg_gt,2.21,60 -73011,gt_model_sell_peak_local,sell,2025-12-06 05:39:00,850.0,-8.009,0,leg_gt,2.28,60 -73012,gt_model_sell_peak_local,sell,2025-12-06 08:51:00,861.0,1.673,1,leg_gt,0.13,60 -73013,gt_model_sell_peak_local,sell,2025-12-06 11:18:00,861.0,1.673,1,leg_gt,0.23,60 -73014,gt_model_sell_peak_local,sell,2025-12-06 11:21:00,860.0,1.5548,1,leg_gt,0.23,60 -73015,gt_model_sell_peak_local,sell,2025-12-06 11:24:00,860.0,1.5548,1,leg_gt,0.24,60 -73016,gt_model_sell_peak_local,sell,2025-12-06 13:39:00,864.0,2.0277,1,leg_gt,0.33,60 -73017,gt_model_sell_peak_local,sell,2025-12-06 13:45:00,863.0,1.9095,1,leg_gt,0.33,60 -73018,gt_model_sell_peak_local,sell,2025-12-06 13:48:00,864.0,2.0277,1,leg_gt,0.34,60 -73019,gt_model_sell_peak_local,sell,2025-12-06 14:00:00,861.0,1.673,1,leg_gt,0.34,60 -73020,gt_model_sell_peak_local,sell,2025-12-06 17:00:00,867.0,2.3823,1,leg_gt,0.47,60 -73021,gt_model_sell_peak_local,sell,2025-12-06 17:03:00,864.0,2.0277,1,leg_gt,0.47,60 -73022,gt_model_sell_peak_local,sell,2025-12-06 17:06:00,865.0,2.1459,1,leg_gt,0.47,60 -73023,gt_model_sell_peak_local,sell,2025-12-06 17:09:00,865.0,2.1459,1,leg_gt,0.48,60 -73024,gt_model_sell_peak_local,sell,2025-12-06 17:12:00,865.0,2.1459,1,leg_gt,0.48,60 -73025,gt_model_sell_peak_local,sell,2025-12-06 17:24:00,863.0,1.9095,1,leg_gt,0.49,60 -73026,gt_model_sell_peak_local,sell,2025-12-06 17:42:00,862.0,1.7913,1,leg_gt,0.5,60 -73027,gt_model_sell_peak_local,sell,2025-12-06 17:45:00,863.0,1.9095,1,leg_gt,0.5,60 -73028,gt_model_sell_peak_local,sell,2025-12-06 17:48:00,863.0,1.9095,1,leg_gt,0.5,60 -73029,gt_model_sell_peak_local,sell,2025-12-06 17:57:00,860.0,1.5548,1,leg_gt,0.51,60 -73030,gt_model_sell_peak_local,sell,2025-12-06 19:12:00,858.0,1.3184,1,leg_gt,0.56,60 -73031,gt_model_sell_peak_local,sell,2025-12-06 22:33:00,861.0,1.673,1,leg_gt,0.7,60 -73032,gt_model_sell_peak_local,sell,2025-12-06 22:39:00,863.0,1.9095,1,leg_gt,0.7,60 -73033,gt_model_sell_peak_local,sell,2025-12-06 22:42:00,863.0,1.9095,1,leg_gt,0.71,60 -73034,gt_model_sell_peak_local,sell,2025-12-07 00:48:00,865.0,2.1459,1,leg_gt,0.79,60 -73035,gt_model_sell_peak_local,sell,2025-12-07 02:06:00,864.0,2.0277,1,leg_gt,0.85,60 -73036,gt_model_sell_peak_local,sell,2025-12-07 02:09:00,864.0,2.0277,1,leg_gt,0.85,60 -73037,gt_model_sell_peak_local,sell,2025-12-07 02:12:00,863.0,1.9095,1,leg_gt,0.85,60 -73038,gt_model_sell_peak_local,sell,2025-12-07 04:24:00,863.0,1.9095,1,leg_gt,0.94,60 -73039,gt_model_sell_peak_local,sell,2025-12-07 07:06:00,866.0,2.2641,1,leg_gt,1.06,60 -73040,gt_model_sell_peak_local,sell,2025-12-07 08:18:00,862.0,1.7913,1,leg_gt,1.11,60 -73041,gt_model_sell_peak_local,sell,2025-12-07 08:21:00,862.0,1.7913,1,leg_gt,1.11,60 -73042,gt_model_sell_peak_local,sell,2025-12-07 08:24:00,861.0,1.673,1,leg_gt,1.11,60 -73043,gt_model_sell_peak_local,sell,2025-12-07 10:42:00,868.0,2.5005,1,leg_gt,1.21,60 -73044,gt_model_sell_peak_local,sell,2025-12-07 13:54:00,865.0,2.1459,1,leg_gt,1.34,60 -73045,gt_model_sell_peak_local,sell,2025-12-07 13:57:00,866.0,2.2641,1,leg_gt,1.34,60 -73046,gt_model_sell_peak_local,sell,2025-12-07 16:27:00,867.0,2.3823,1,leg_gt,1.45,60 -73047,gt_model_sell_peak_local,sell,2025-12-07 17:00:00,867.0,2.3823,1,leg_gt,1.47,60 -73048,gt_model_sell_peak_local,sell,2025-12-07 18:42:00,862.0,1.7913,1,leg_gt,1.54,60 -73049,gt_model_sell_peak_local,sell,2025-12-07 21:45:00,862.0,1.7913,1,leg_gt,1.67,60 -73050,gt_model_sell_peak_local,sell,2025-12-08 02:00:00,856.0,2.415,1,leg_gt,0.09,60 -73051,gt_model_sell_peak_local,sell,2025-12-08 04:33:00,876.0,4.8102,1,leg_gt,0.19,60 -73052,gt_model_sell_peak_local,sell,2025-12-08 04:36:00,875.0,4.6904,1,leg_gt,0.2,60 -73053,gt_model_sell_peak_local,sell,2025-12-08 06:00:00,880.0,5.2892,1,leg_gt,0.25,60 -73054,gt_model_sell_peak_local,sell,2025-12-08 06:27:00,874.0,4.5707,1,leg_gt,0.27,60 -73055,gt_model_sell_peak_local,sell,2025-12-08 11:39:00,854.0,1.5667,1,leg_gt,0.15,60 -73056,gt_model_sell_peak_local,sell,2025-12-08 13:24:00,859.0,2.1619,1,leg_gt,0.22,60 -73057,gt_model_sell_peak_local,sell,2025-12-08 17:36:00,872.0,3.7095,1,leg_gt,0.4,60 -73058,gt_model_sell_peak_local,sell,2025-12-08 19:06:00,878.0,4.4238,1,leg_gt,0.46,60 -73059,gt_model_sell_peak_local,sell,2025-12-08 20:57:00,881.0,4.781,1,leg_gt,0.54,60 -73060,gt_model_sell_peak_local,sell,2025-12-08 21:00:00,879.0,4.5429,1,leg_gt,0.54,60 -73061,gt_model_sell_peak_local,sell,2025-12-08 23:06:00,881.0,4.781,1,leg_gt,0.63,60 -73062,gt_model_sell_peak_local,sell,2025-12-08 23:09:00,881.0,4.781,1,leg_gt,0.63,60 -73063,gt_model_sell_peak_local,sell,2025-12-08 23:12:00,880.0,4.6619,1,leg_gt,0.63,60 -73064,gt_model_sell_peak_local,sell,2025-12-08 23:15:00,881.0,4.781,1,leg_gt,0.63,60 -73065,gt_model_sell_peak_local,sell,2025-12-08 23:21:00,882.0,4.9,1,leg_gt,0.64,60 -73066,gt_model_sell_peak_local,sell,2025-12-09 00:51:00,877.0,4.3048,1,leg_gt,0.7,60 -73067,gt_model_sell_peak_local,sell,2025-12-09 02:45:00,882.0,4.9,1,leg_gt,0.78,60 -73068,gt_model_sell_peak_local,sell,2025-12-09 10:00:00,905.0,4.1627,1,leg_gt,0.24,60 -73069,gt_model_sell_peak_local,sell,2025-12-09 10:18:00,904.0,4.0475,1,leg_gt,0.25,60 -73070,gt_model_sell_peak_local,sell,2025-12-09 14:03:00,904.0,4.0475,1,leg_gt,0.41,60 -73071,gt_model_sell_peak_local,sell,2025-12-09 17:39:00,887.0,2.0889,1,leg_gt,0.56,60 -73072,gt_model_sell_peak_local,sell,2025-12-09 17:42:00,887.0,2.0889,1,leg_gt,0.56,60 -73073,gt_model_sell_peak_local,sell,2025-12-09 23:03:00,903.0,2.9822,1,leg_gt,0.18,60 -73074,gt_model_sell_peak_local,sell,2025-12-10 03:12:00,939.0,7.0918,1,leg_gt,0.36,60 -73075,gt_model_sell_peak_local,sell,2025-12-10 04:24:00,934.0,6.521,1,leg_gt,0.41,60 -73076,gt_model_sell_peak_local,sell,2025-12-10 04:27:00,933.0,6.4068,1,leg_gt,0.41,60 -73077,gt_model_sell_peak_local,sell,2025-12-10 05:54:00,939.0,7.0918,1,leg_gt,0.47,60 -73078,gt_model_sell_peak_local,sell,2025-12-10 05:57:00,938.0,6.9776,1,leg_gt,0.47,60 -73079,gt_model_sell_peak_local,sell,2025-12-10 06:09:00,937.0,6.8635,1,leg_gt,0.48,60 -73080,gt_model_sell_peak_local,sell,2025-12-10 09:39:00,938.0,6.9776,1,leg_gt,0.62,60 -73081,gt_model_sell_peak_local,sell,2025-12-10 09:42:00,936.0,6.7493,1,leg_gt,0.63,60 -73082,gt_model_sell_peak_local,sell,2025-12-10 09:45:00,937.0,6.8635,1,leg_gt,0.63,60 -73083,gt_model_sell_peak_local,sell,2025-12-10 11:57:00,933.0,6.4068,1,leg_gt,0.72,60 -73084,gt_model_sell_peak_local,sell,2025-12-10 15:18:00,934.0,6.521,1,leg_gt,0.86,60 -73085,gt_model_sell_peak_local,sell,2025-12-10 16:42:00,930.0,6.0644,1,leg_gt,0.92,60 -73086,gt_model_sell_peak_local,sell,2025-12-10 16:48:00,932.0,6.2927,1,leg_gt,0.92,60 -73087,gt_model_sell_peak_local,sell,2025-12-10 20:03:00,926.0,5.6078,1,leg_gt,1.06,60 -73088,gt_model_sell_peak_local,sell,2025-12-10 20:12:00,925.0,5.4936,1,leg_gt,1.06,60 -73089,gt_model_sell_peak_local,sell,2025-12-11 00:33:00,937.0,6.8635,1,leg_gt,1.25,60 -73090,gt_model_sell_peak_local,sell,2025-12-11 01:21:00,933.0,6.4068,1,leg_gt,1.28,60 -73091,gt_model_sell_peak_local,sell,2025-12-11 03:27:00,931.0,6.1785,1,leg_gt,1.37,60 -73092,gt_model_sell_peak_local,sell,2025-12-11 06:15:00,937.0,6.8635,1,leg_gt,1.48,60 -73093,gt_model_sell_peak_local,sell,2025-12-11 08:57:00,918.0,4.6945,1,leg_gt,1.6,60 -73094,gt_model_sell_peak_local,sell,2025-12-11 15:36:00,882.0,1.7476,1,leg_gt,0.11,60 -73095,gt_model_sell_peak_local,sell,2025-12-11 18:21:00,880.0,1.5166,1,leg_gt,0.22,60 -73096,gt_model_sell_peak_local,sell,2025-12-11 18:24:00,879.0,1.4012,1,leg_gt,0.22,60 -73097,gt_model_sell_peak_local,sell,2025-12-11 19:39:00,877.0,1.1702,1,leg_gt,0.28,60 -73098,gt_model_sell_peak_local,sell,2025-12-11 21:36:00,882.0,1.7476,1,leg_gt,0.36,60 -73099,gt_model_sell_peak_local,sell,2025-12-11 22:48:00,878.0,1.2857,1,leg_gt,0.41,60 -73100,gt_model_sell_peak_local,sell,2025-12-11 23:09:00,880.0,1.5166,1,leg_gt,0.42,60 -73101,gt_model_sell_peak_local,sell,2025-12-12 00:18:00,874.0,0.8238,1,leg_gt,0.47,60 -73102,gt_model_sell_peak_local,sell,2025-12-12 03:24:00,880.0,1.5166,1,leg_gt,0.6,60 -73103,gt_model_sell_peak_local,sell,2025-12-12 04:45:00,896.0,3.3642,1,leg_gt,0.66,60 -73104,gt_model_sell_peak_local,sell,2025-12-12 07:30:00,887.0,2.3249,1,leg_gt,0.77,60 -73105,gt_model_sell_peak_local,sell,2025-12-12 07:33:00,886.0,2.2095,1,leg_gt,0.77,60 -73106,gt_model_sell_peak_local,sell,2025-12-12 10:21:00,882.0,1.7476,1,leg_gt,0.89,60 -73107,gt_model_sell_peak_local,sell,2025-12-12 12:54:00,889.0,2.5559,1,leg_gt,1.0,60 -73108,gt_model_sell_peak_local,sell,2025-12-12 16:12:00,892.0,2.9023,1,leg_gt,1.13,60 -73109,gt_model_sell_peak_local,sell,2025-12-12 16:15:00,892.0,2.9023,1,leg_gt,1.14,60 -73110,gt_model_sell_peak_local,sell,2025-12-12 16:18:00,892.0,2.9023,1,leg_gt,1.14,60 -73111,gt_model_sell_peak_local,sell,2025-12-12 16:21:00,893.0,3.0178,1,leg_gt,1.14,60 -73112,gt_model_sell_peak_local,sell,2025-12-12 16:24:00,892.0,2.9023,1,leg_gt,1.14,60 -73113,gt_model_sell_peak_local,sell,2025-12-12 20:09:00,896.0,3.3642,1,leg_gt,1.3,60 -73114,gt_model_sell_peak_local,sell,2025-12-12 23:18:00,899.0,3.7106,1,leg_gt,1.43,60 -73115,gt_model_sell_peak_local,sell,2025-12-13 00:36:00,874.0,0.8238,1,leg_gt,1.48,60 -73116,gt_model_sell_peak_local,sell,2025-12-13 03:15:00,861.0,1.433,1,leg_gt,0.07,60 -73117,gt_model_sell_peak_local,sell,2025-12-13 04:51:00,856.0,0.8434,1,leg_gt,0.14,60 -73118,gt_model_sell_peak_local,sell,2025-12-13 08:39:00,867.0,2.1406,1,leg_gt,0.29,60 -73119,gt_model_sell_peak_local,sell,2025-12-13 09:03:00,868.0,2.2585,1,leg_gt,0.31,60 -73120,gt_model_sell_peak_local,sell,2025-12-13 10:12:00,868.0,2.2585,1,leg_gt,0.36,60 -73121,gt_model_sell_peak_local,sell,2025-12-13 14:27:00,874.0,2.966,1,leg_gt,0.54,60 -73122,gt_model_sell_peak_local,sell,2025-12-13 14:36:00,871.0,2.6123,1,leg_gt,0.54,60 -73123,gt_model_sell_peak_local,sell,2025-12-13 18:21:00,876.0,3.2019,1,leg_gt,0.7,60 -73124,gt_model_sell_peak_local,sell,2025-12-13 18:24:00,876.0,3.2019,1,leg_gt,0.7,60 -73125,gt_model_sell_peak_local,sell,2025-12-13 18:51:00,876.0,3.2019,1,leg_gt,0.72,60 -73126,gt_model_sell_peak_local,sell,2025-12-13 19:06:00,876.0,3.2019,1,leg_gt,0.73,60 -73127,gt_model_sell_peak_local,sell,2025-12-13 19:09:00,875.0,3.084,1,leg_gt,0.73,60 -73128,gt_model_sell_peak_local,sell,2025-12-13 20:45:00,876.0,3.2019,1,leg_gt,0.8,60 -73129,gt_model_sell_peak_local,sell,2025-12-13 22:18:00,879.0,3.5557,1,leg_gt,0.86,60 -73130,gt_model_sell_peak_local,sell,2025-12-13 23:36:00,879.0,3.5557,1,leg_gt,0.92,60 -73131,gt_model_sell_peak_local,sell,2025-12-14 02:12:00,891.0,4.9708,1,leg_gt,1.02,60 -73132,gt_model_sell_peak_local,sell,2025-12-14 04:27:00,889.0,4.7349,1,leg_gt,1.12,60 -73133,gt_model_sell_peak_local,sell,2025-12-14 06:06:00,886.0,4.3811,1,leg_gt,1.19,60 -73134,gt_model_sell_peak_local,sell,2025-12-14 08:03:00,885.0,4.2632,1,leg_gt,1.27,60 -73135,gt_model_sell_peak_local,sell,2025-12-14 08:12:00,884.0,4.1453,1,leg_gt,1.27,60 -73136,gt_model_sell_peak_local,sell,2025-12-14 09:42:00,884.0,4.1453,1,leg_gt,1.34,60 -73137,gt_model_sell_peak_local,sell,2025-12-14 09:45:00,885.0,4.2632,1,leg_gt,1.34,60 -73138,gt_model_sell_peak_local,sell,2025-12-14 10:15:00,883.0,4.0274,1,leg_gt,1.36,60 -73139,gt_model_sell_peak_local,sell,2025-12-14 12:30:00,880.0,3.6736,1,leg_gt,1.45,60 -73140,gt_model_sell_peak_local,sell,2025-12-14 12:33:00,880.0,3.6736,1,leg_gt,1.46,60 -73141,gt_model_sell_peak_local,sell,2025-12-14 17:03:00,873.0,2.8481,1,leg_gt,1.64,60 -73142,gt_model_sell_peak_local,sell,2025-12-14 18:12:00,871.0,2.6123,1,leg_gt,1.69,60 -73143,gt_model_sell_peak_local,sell,2025-12-14 19:57:00,867.0,2.1406,1,leg_gt,1.76,60 -73144,gt_model_sell_peak_local,sell,2025-12-14 20:06:00,868.0,2.2585,1,leg_gt,1.77,60 -73145,gt_model_sell_peak_local,sell,2025-12-14 20:09:00,867.0,2.1406,1,leg_gt,1.77,60 -73146,gt_model_sell_peak_local,sell,2025-12-14 22:54:00,862.0,1.5509,1,leg_gt,1.89,60 -73147,gt_model_sell_peak_local,sell,2025-12-15 00:03:00,854.0,0.6075,1,leg_gt,1.94,60 -73148,gt_model_sell_peak_local,sell,2025-12-15 00:06:00,853.0,0.4896,1,leg_gt,1.94,60 -73149,gt_model_sell_peak_local,sell,2025-12-15 00:12:00,853.0,0.4896,1,leg_gt,1.94,60 -73150,gt_model_sell_peak_local,sell,2025-12-15 00:18:00,854.0,0.6075,1,leg_gt,1.95,60 -73151,gt_model_sell_peak_local,sell,2025-12-15 02:30:00,848.0,-0.1,0,leg_gt,2.04,60 -73152,gt_model_sell_peak_local,sell,2025-12-15 04:54:00,845.0,-0.4538,0,leg_gt,2.14,60 -73153,gt_model_sell_peak_local,sell,2025-12-15 04:57:00,845.0,-0.4538,0,leg_gt,2.14,60 -73154,gt_model_sell_peak_local,sell,2025-12-15 06:15:00,841.0,-0.9255,0,leg_gt,2.19,60 -73155,gt_model_sell_peak_local,sell,2025-12-15 06:33:00,843.0,-0.6896,0,leg_gt,2.21,60 -73156,gt_model_sell_peak_local,sell,2025-12-15 06:42:00,841.0,-0.9255,0,leg_gt,2.21,60 -73157,gt_model_sell_peak_local,sell,2025-12-15 12:18:00,860.0,2.894,1,leg_gt,0.16,60 -73158,gt_model_sell_peak_local,sell,2025-12-15 14:09:00,862.0,3.1335,1,leg_gt,0.24,60 -73159,gt_model_sell_peak_local,sell,2025-12-15 16:00:00,865.0,3.4928,1,leg_gt,0.31,60 -73160,gt_model_sell_peak_local,sell,2025-12-15 16:03:00,865.0,3.4928,1,leg_gt,0.31,60 -73161,gt_model_sell_peak_local,sell,2025-12-15 18:27:00,861.0,3.0138,1,leg_gt,0.41,60 -73162,gt_model_sell_peak_local,sell,2025-12-15 20:33:00,861.0,3.0138,1,leg_gt,0.5,60 -73163,gt_model_sell_peak_local,sell,2025-12-15 20:36:00,862.0,3.1335,1,leg_gt,0.5,60 -73164,gt_model_sell_peak_local,sell,2025-12-15 21:00:00,861.0,3.0138,1,leg_gt,0.52,60 -73165,gt_model_sell_peak_local,sell,2025-12-15 21:06:00,859.0,2.7743,1,leg_gt,0.52,60 -73166,gt_model_sell_peak_local,sell,2025-12-15 21:09:00,858.0,2.6545,1,leg_gt,0.53,60 -73167,gt_model_sell_peak_local,sell,2025-12-15 22:51:00,854.0,2.1754,1,leg_gt,0.6,60 -73168,gt_model_sell_peak_local,sell,2025-12-16 00:15:00,832.0,-0.4593,0,leg_gt,0.66,60 -73169,gt_model_sell_peak_local,sell,2025-12-16 00:18:00,823.0,-1.5371,0,leg_gt,0.66,60 -73170,gt_model_sell_peak_local,sell,2025-12-16 05:24:00,790.0,-5.4892,0,leg_gt,0.87,60 -73171,gt_model_sell_peak_local,sell,2025-12-16 05:27:00,790.0,-5.4892,0,leg_gt,0.87,60 -73172,gt_model_sell_peak_local,sell,2025-12-16 07:36:00,799.0,-4.4114,0,leg_gt,0.96,60 -73173,gt_model_sell_peak_local,sell,2025-12-16 09:57:00,793.0,-5.1299,0,leg_gt,1.06,60 -73174,gt_model_sell_peak_local,sell,2025-12-16 10:24:00,795.0,-4.8904,0,leg_gt,1.08,60 -73175,gt_model_sell_peak_local,sell,2025-12-16 12:30:00,793.0,-5.1299,0,leg_gt,1.17,60 -73176,gt_model_sell_peak_local,sell,2025-12-16 13:42:00,790.0,-5.4892,0,leg_gt,1.22,60 -73177,gt_model_sell_peak_local,sell,2025-12-16 13:57:00,789.0,-5.609,0,leg_gt,1.23,60 -73178,gt_model_sell_peak_local,sell,2025-12-16 16:51:00,778.0,-6.9263,0,leg_gt,1.35,60 -73179,gt_model_sell_peak_local,sell,2025-12-16 16:54:00,777.0,0.0289,1,leg_gt,0.0,60 -73180,gt_model_sell_peak_local,sell,2025-12-16 21:30:00,799.0,2.8639,1,leg_gt,0.19,60 -73181,gt_model_sell_peak_local,sell,2025-12-16 21:33:00,799.0,2.8639,1,leg_gt,0.2,60 -73182,gt_model_sell_peak_local,sell,2025-12-17 01:54:00,787.0,1.3175,1,leg_gt,0.38,60 -73183,gt_model_sell_peak_local,sell,2025-12-17 04:48:00,786.0,1.1887,1,leg_gt,0.5,60 -73184,gt_model_sell_peak_local,sell,2025-12-17 04:51:00,788.0,1.4464,1,leg_gt,0.5,60 -73185,gt_model_sell_peak_local,sell,2025-12-17 06:36:00,787.0,1.3175,1,leg_gt,0.57,60 -73186,gt_model_sell_peak_local,sell,2025-12-17 06:39:00,788.0,1.4464,1,leg_gt,0.57,60 -73187,gt_model_sell_peak_local,sell,2025-12-17 06:42:00,787.0,1.3175,1,leg_gt,0.58,60 -73188,gt_model_sell_peak_local,sell,2025-12-17 06:45:00,788.0,1.4464,1,leg_gt,0.58,60 -73189,gt_model_sell_peak_local,sell,2025-12-17 08:24:00,786.0,1.1887,1,leg_gt,0.65,60 -73190,gt_model_sell_peak_local,sell,2025-12-17 08:51:00,784.0,0.9309,1,leg_gt,0.67,60 -73191,gt_model_sell_peak_local,sell,2025-12-17 11:18:00,781.0,0.5443,1,leg_gt,0.77,60 -73192,gt_model_sell_peak_local,sell,2025-12-17 13:06:00,781.0,0.5443,1,leg_gt,0.84,60 -73193,gt_model_sell_peak_local,sell,2025-12-17 16:12:00,766.0,-1.3887,0,leg_gt,0.97,60 -73194,gt_model_sell_peak_local,sell,2025-12-17 16:15:00,765.0,-1.5175,0,leg_gt,0.98,60 -73195,gt_model_sell_peak_local,sell,2025-12-17 16:18:00,766.0,-1.3887,0,leg_gt,0.98,60 -73196,gt_model_sell_peak_local,sell,2025-12-17 16:24:00,767.0,-1.2598,0,leg_gt,0.98,60 -73197,gt_model_sell_peak_local,sell,2025-12-17 17:45:00,764.0,0.0311,1,leg_gt,0.01,60 -73198,gt_model_sell_peak_local,sell,2025-12-17 17:48:00,765.0,0.1621,1,leg_gt,0.01,60 -73199,gt_model_sell_peak_local,sell,2025-12-17 19:51:00,766.0,0.2932,1,leg_gt,0.1,60 -73200,gt_model_sell_peak_local,sell,2025-12-17 19:57:00,766.0,0.2932,1,leg_gt,0.1,60 -73201,gt_model_sell_peak_local,sell,2025-12-17 22:03:00,772.0,1.0796,1,leg_gt,0.19,60 -73202,gt_model_sell_peak_local,sell,2025-12-17 22:06:00,774.0,1.3417,1,leg_gt,0.19,60 -73203,gt_model_sell_peak_local,sell,2025-12-17 22:12:00,773.0,1.2106,1,leg_gt,0.2,60 -73204,gt_model_sell_peak_local,sell,2025-12-18 01:06:00,775.0,1.4727,1,leg_gt,0.32,60 -73205,gt_model_sell_peak_local,sell,2025-12-18 06:27:00,745.0,-2.4591,0,leg_gt,0.54,60 -73206,gt_model_sell_peak_local,sell,2025-12-18 08:51:00,742.0,-2.8523,0,leg_gt,0.64,60 -73207,gt_model_sell_peak_local,sell,2025-12-18 08:54:00,741.0,-2.9834,0,leg_gt,0.64,60 -73208,gt_model_sell_peak_local,sell,2025-12-18 08:57:00,741.0,-2.9834,0,leg_gt,0.64,60 -73209,gt_model_sell_peak_local,sell,2025-12-18 10:54:00,737.0,-3.5076,0,leg_gt,0.72,60 -73210,gt_model_sell_peak_local,sell,2025-12-18 10:57:00,738.0,-3.3765,0,leg_gt,0.73,60 -73211,gt_model_sell_peak_local,sell,2025-12-18 12:45:00,739.0,-3.2455,0,leg_gt,0.8,60 -73212,gt_model_sell_peak_local,sell,2025-12-18 12:48:00,739.0,-3.2455,0,leg_gt,0.8,60 -73213,gt_model_sell_peak_local,sell,2025-12-18 13:03:00,742.0,-2.8523,0,leg_gt,0.81,60 -73214,gt_model_sell_peak_local,sell,2025-12-18 13:09:00,740.0,-3.1144,0,leg_gt,0.82,60 -73215,gt_model_sell_peak_local,sell,2025-12-18 13:12:00,739.0,-3.2455,0,leg_gt,0.82,60 -73216,gt_model_sell_peak_local,sell,2025-12-18 18:24:00,740.0,1.1312,1,leg_gt,0.14,60 -73217,gt_model_sell_peak_local,sell,2025-12-18 18:33:00,741.0,1.268,1,leg_gt,0.15,60 -73218,gt_model_sell_peak_local,sell,2025-12-18 18:36:00,742.0,1.4048,1,leg_gt,0.15,60 -73219,gt_model_sell_peak_local,sell,2025-12-19 00:03:00,760.0,3.8672,1,leg_gt,0.38,60 -73220,gt_model_sell_peak_local,sell,2025-12-19 01:39:00,764.0,4.4144,1,leg_gt,0.44,60 -73221,gt_model_sell_peak_local,sell,2025-12-19 01:42:00,764.0,4.4144,1,leg_gt,0.45,60 -73222,gt_model_sell_peak_local,sell,2025-12-19 08:09:00,718.0,-1.8784,0,leg_gt,0.71,60 -73223,gt_model_sell_peak_local,sell,2025-12-19 10:24:00,711.0,-2.836,0,leg_gt,0.81,60 -73224,gt_model_sell_peak_local,sell,2025-12-19 10:54:00,712.0,0.465,1,leg_gt,0.0,60 -73225,gt_model_sell_peak_local,sell,2025-12-19 10:57:00,711.0,0.3237,1,leg_gt,0.01,60 -73226,gt_model_sell_peak_local,sell,2025-12-19 13:30:00,743.0,4.8435,1,leg_gt,0.11,60 -73227,gt_model_sell_peak_local,sell,2025-12-19 14:33:00,739.0,4.2785,1,leg_gt,0.16,60 -73228,gt_model_sell_peak_local,sell,2025-12-19 14:48:00,742.0,4.7023,1,leg_gt,0.17,60 -73229,gt_model_sell_peak_local,sell,2025-12-19 14:51:00,742.0,4.7023,1,leg_gt,0.17,60 -73230,gt_model_sell_peak_local,sell,2025-12-19 14:54:00,742.0,4.7023,1,leg_gt,0.17,60 -73231,gt_model_sell_peak_local,sell,2025-12-19 14:57:00,741.0,4.561,1,leg_gt,0.17,60 -73232,gt_model_sell_peak_local,sell,2025-12-19 17:12:00,754.0,6.3972,1,leg_gt,0.27,60 -73233,gt_model_sell_peak_local,sell,2025-12-19 20:03:00,749.0,5.691,1,leg_gt,0.39,60 -73234,gt_model_sell_peak_local,sell,2025-12-19 20:18:00,751.0,5.9734,1,leg_gt,0.4,60 -73235,gt_model_sell_peak_local,sell,2025-12-19 20:21:00,751.0,5.9734,1,leg_gt,0.4,60 -73236,gt_model_sell_peak_local,sell,2025-12-19 22:15:00,755.0,6.5384,1,leg_gt,0.48,60 -73237,gt_model_sell_peak_local,sell,2025-12-19 22:27:00,755.0,6.5384,1,leg_gt,0.49,60 -73238,gt_model_sell_peak_local,sell,2025-12-20 02:33:00,766.0,8.0921,1,leg_gt,0.66,60 -73239,gt_model_sell_peak_local,sell,2025-12-20 02:36:00,763.0,7.6684,1,leg_gt,0.66,60 -73240,gt_model_sell_peak_local,sell,2025-12-20 02:39:00,767.0,8.2333,1,leg_gt,0.66,60 -73241,gt_model_sell_peak_local,sell,2025-12-20 02:42:00,762.0,7.5271,1,leg_gt,0.66,60 -73242,gt_model_sell_peak_local,sell,2025-12-20 06:48:00,778.0,9.787,1,leg_gt,0.83,60 -73243,gt_model_sell_peak_local,sell,2025-12-20 06:51:00,777.0,9.6458,1,leg_gt,0.84,60 -73244,gt_model_sell_peak_local,sell,2025-12-20 08:45:00,779.0,9.9282,1,leg_gt,0.91,60 -73245,gt_model_sell_peak_local,sell,2025-12-20 11:30:00,773.0,9.0808,1,leg_gt,1.03,60 -73246,gt_model_sell_peak_local,sell,2025-12-20 13:42:00,768.0,8.3746,1,leg_gt,1.12,60 -73247,gt_model_sell_peak_local,sell,2025-12-20 16:18:00,772.0,8.9395,1,leg_gt,1.23,60 -73248,gt_model_sell_peak_local,sell,2025-12-20 16:21:00,772.0,8.9395,1,leg_gt,1.23,60 -73249,gt_model_sell_peak_local,sell,2025-12-20 18:33:00,777.0,9.6458,1,leg_gt,1.32,60 -73250,gt_model_sell_peak_local,sell,2025-12-20 18:36:00,778.0,9.787,1,leg_gt,1.32,60 -73251,gt_model_sell_peak_local,sell,2025-12-20 21:42:00,774.0,9.222,1,leg_gt,1.45,60 -73252,gt_model_sell_peak_local,sell,2025-12-20 21:48:00,773.0,9.0808,1,leg_gt,1.46,60 -73253,gt_model_sell_peak_local,sell,2025-12-20 21:51:00,773.0,9.0808,1,leg_gt,1.46,60 -73254,gt_model_sell_peak_local,sell,2025-12-20 21:54:00,774.0,9.222,1,leg_gt,1.46,60 -73255,gt_model_sell_peak_local,sell,2025-12-20 21:57:00,774.0,9.222,1,leg_gt,1.46,60 -73256,gt_model_sell_peak_local,sell,2025-12-20 22:00:00,776.0,9.5045,1,leg_gt,1.47,60 -73257,gt_model_sell_peak_local,sell,2025-12-21 00:54:00,775.0,9.3633,1,leg_gt,1.59,60 -73258,gt_model_sell_peak_local,sell,2025-12-21 00:57:00,775.0,9.3633,1,leg_gt,1.59,60 -73259,gt_model_sell_peak_local,sell,2025-12-21 01:00:00,774.0,9.222,1,leg_gt,1.59,60 -73260,gt_model_sell_peak_local,sell,2025-12-21 01:45:00,773.0,9.0808,1,leg_gt,1.62,60 -73261,gt_model_sell_peak_local,sell,2025-12-21 03:24:00,775.0,9.3633,1,leg_gt,1.69,60 -73262,gt_model_sell_peak_local,sell,2025-12-21 05:21:00,776.0,9.5045,1,leg_gt,1.77,60 -73263,gt_model_sell_peak_local,sell,2025-12-21 05:33:00,777.0,9.6458,1,leg_gt,1.78,60 -73264,gt_model_sell_peak_local,sell,2025-12-21 05:57:00,777.0,9.6458,1,leg_gt,1.8,60 -73265,gt_model_sell_peak_local,sell,2025-12-21 07:21:00,778.0,9.787,1,leg_gt,1.86,60 -73266,gt_model_sell_peak_local,sell,2025-12-21 07:36:00,781.0,10.2107,1,leg_gt,1.87,60 -73267,gt_model_sell_peak_local,sell,2025-12-21 07:39:00,780.0,10.0695,1,leg_gt,1.87,60 -73268,gt_model_sell_peak_local,sell,2025-12-21 08:45:00,779.0,9.9282,1,leg_gt,1.91,60 -73269,gt_model_sell_peak_local,sell,2025-12-21 08:48:00,779.0,9.9282,1,leg_gt,1.92,60 -73270,gt_model_sell_peak_local,sell,2025-12-21 08:51:00,780.0,10.0695,1,leg_gt,1.92,60 -73271,gt_model_sell_peak_local,sell,2025-12-21 08:54:00,780.0,10.0695,1,leg_gt,1.92,60 -73272,gt_model_sell_peak_local,sell,2025-12-21 08:57:00,779.0,9.9282,1,leg_gt,1.92,60 -73273,gt_model_sell_peak_local,sell,2025-12-21 09:00:00,779.0,9.9282,1,leg_gt,1.92,60 -73274,gt_model_sell_peak_local,sell,2025-12-21 09:03:00,779.0,9.9282,1,leg_gt,1.93,60 -73275,gt_model_sell_peak_local,sell,2025-12-21 09:06:00,780.0,10.0695,1,leg_gt,1.93,60 -73276,gt_model_sell_peak_local,sell,2025-12-21 09:09:00,780.0,10.0695,1,leg_gt,1.93,60 -73277,gt_model_sell_peak_local,sell,2025-12-21 09:12:00,779.0,9.9282,1,leg_gt,1.93,60 -73278,gt_model_sell_peak_local,sell,2025-12-21 09:15:00,779.0,9.9282,1,leg_gt,1.94,60 -73279,gt_model_sell_peak_local,sell,2025-12-21 09:18:00,779.0,9.9282,1,leg_gt,1.94,60 -73280,gt_model_sell_peak_local,sell,2025-12-21 09:21:00,780.0,10.0695,1,leg_gt,1.94,60 -73281,gt_model_sell_peak_local,sell,2025-12-21 10:27:00,774.0,9.222,1,leg_gt,1.99,60 -73282,gt_model_sell_peak_local,sell,2025-12-21 13:30:00,766.0,8.0921,1,leg_gt,2.11,60 -73283,gt_model_sell_peak_local,sell,2025-12-21 14:00:00,765.0,7.9508,1,leg_gt,2.13,60 -73284,gt_model_sell_peak_local,sell,2025-12-21 14:03:00,766.0,8.0921,1,leg_gt,2.14,60 -73285,gt_model_sell_peak_local,sell,2025-12-21 14:09:00,767.0,8.2333,1,leg_gt,2.14,60 -73286,gt_model_sell_peak_local,sell,2025-12-21 15:33:00,769.0,8.5158,1,leg_gt,2.2,60 -73287,gt_model_sell_peak_local,sell,2025-12-21 16:45:00,768.0,8.3746,1,leg_gt,2.25,60 -73288,gt_model_sell_peak_local,sell,2025-12-21 16:51:00,769.0,8.5158,1,leg_gt,2.25,60 -73289,gt_model_sell_peak_local,sell,2025-12-21 16:57:00,769.0,8.5158,1,leg_gt,2.26,60 -73290,gt_model_sell_peak_local,sell,2025-12-21 19:54:00,770.0,8.6571,1,leg_gt,2.38,60 -73291,gt_model_sell_peak_local,sell,2025-12-21 19:57:00,770.0,8.6571,1,leg_gt,2.38,60 -73292,gt_model_sell_peak_local,sell,2025-12-21 20:00:00,769.0,8.5158,1,leg_gt,2.38,60 -73293,gt_model_sell_peak_local,sell,2025-12-21 20:03:00,769.0,8.5158,1,leg_gt,2.39,60 -73294,gt_model_sell_peak_local,sell,2025-12-21 20:12:00,767.0,8.2333,1,leg_gt,2.39,60 -73295,gt_model_sell_peak_local,sell,2025-12-22 03:15:00,744.0,0.3049,1,leg_gt,0.18,60 -73296,gt_model_sell_peak_local,sell,2025-12-22 03:18:00,745.0,0.4398,1,leg_gt,0.18,60 -73297,gt_model_sell_peak_local,sell,2025-12-22 03:21:00,746.0,0.5748,1,leg_gt,0.19,60 -73298,gt_model_sell_peak_local,sell,2025-12-22 03:24:00,746.0,0.5748,1,leg_gt,0.19,60 -73299,gt_model_sell_peak_local,sell,2025-12-22 06:00:00,749.0,0.9796,1,leg_gt,0.3,60 -73300,gt_model_sell_peak_local,sell,2025-12-22 07:27:00,753.0,1.5194,1,leg_gt,0.36,60 -73301,gt_model_sell_peak_local,sell,2025-12-22 07:33:00,753.0,1.5194,1,leg_gt,0.36,60 -73302,gt_model_sell_peak_local,sell,2025-12-22 09:03:00,762.0,2.734,1,leg_gt,0.42,60 -73303,gt_model_sell_peak_local,sell,2025-12-22 10:15:00,767.0,3.4088,1,leg_gt,0.47,60 -73304,gt_model_sell_peak_local,sell,2025-12-22 11:33:00,758.0,2.1942,1,leg_gt,0.53,60 -73305,gt_model_sell_peak_local,sell,2025-12-22 11:36:00,759.0,2.3291,1,leg_gt,0.53,60 -73306,gt_model_sell_peak_local,sell,2025-12-22 11:39:00,762.0,2.734,1,leg_gt,0.53,60 -73307,gt_model_sell_peak_local,sell,2025-12-22 14:42:00,766.0,3.2738,1,leg_gt,0.66,60 -73308,gt_model_sell_peak_local,sell,2025-12-22 14:48:00,767.0,3.4088,1,leg_gt,0.66,60 -73309,gt_model_sell_peak_local,sell,2025-12-22 14:51:00,766.0,3.2738,1,leg_gt,0.66,60 -73310,gt_model_sell_peak_local,sell,2025-12-22 18:27:00,768.0,3.5437,1,leg_gt,0.81,60 -73311,gt_model_sell_peak_local,sell,2025-12-22 20:39:00,766.0,3.2738,1,leg_gt,0.91,60 -73312,gt_model_sell_peak_local,sell,2025-12-22 20:42:00,766.0,3.2738,1,leg_gt,0.91,60 -73313,gt_model_sell_peak_local,sell,2025-12-22 20:48:00,768.0,3.5437,1,leg_gt,0.91,60 -73314,gt_model_sell_peak_local,sell,2025-12-22 23:00:00,768.0,3.5437,1,leg_gt,1.0,60 -73315,gt_model_sell_peak_local,sell,2025-12-22 23:03:00,769.0,3.6787,1,leg_gt,1.01,60 -73316,gt_model_sell_peak_local,sell,2025-12-23 00:18:00,768.0,3.5437,1,leg_gt,1.06,60 -73317,gt_model_sell_peak_local,sell,2025-12-23 02:12:00,763.0,2.869,1,leg_gt,1.14,60 -73318,gt_model_sell_peak_local,sell,2025-12-23 02:15:00,762.0,2.734,1,leg_gt,1.14,60 -73319,gt_model_sell_peak_local,sell,2025-12-23 02:18:00,763.0,2.869,1,leg_gt,1.14,60 -73320,gt_model_sell_peak_local,sell,2025-12-23 02:27:00,762.0,2.734,1,leg_gt,1.15,60 -73321,gt_model_sell_peak_local,sell,2025-12-23 04:39:00,751.0,1.2495,1,leg_gt,1.24,60 -73322,gt_model_sell_peak_local,sell,2025-12-23 04:42:00,750.0,1.1146,1,leg_gt,1.24,60 -73323,gt_model_sell_peak_local,sell,2025-12-23 07:42:00,750.0,1.1146,1,leg_gt,1.37,60 -73324,gt_model_sell_peak_local,sell,2025-12-23 08:54:00,752.0,1.3845,1,leg_gt,1.42,60 -73325,gt_model_sell_peak_local,sell,2025-12-23 10:51:00,753.0,1.5194,1,leg_gt,1.5,60 -73326,gt_model_sell_peak_local,sell,2025-12-23 10:54:00,753.0,1.5194,1,leg_gt,1.5,60 -73327,gt_model_sell_peak_local,sell,2025-12-23 11:06:00,753.0,1.5194,1,leg_gt,1.51,60 -73328,gt_model_sell_peak_local,sell,2025-12-23 11:09:00,755.0,1.7893,1,leg_gt,1.51,60 -73329,gt_model_sell_peak_local,sell,2025-12-23 11:12:00,754.0,1.6544,1,leg_gt,1.51,60 -73330,gt_model_sell_peak_local,sell,2025-12-23 15:21:00,743.0,0.1699,1,leg_gt,1.69,60 -73331,gt_model_sell_peak_local,sell,2025-12-23 15:24:00,742.0,0.035,1,leg_gt,1.69,60 -73332,gt_model_sell_peak_local,sell,2025-12-23 15:27:00,742.0,0.035,1,leg_gt,1.69,60 -73333,gt_model_sell_peak_local,sell,2025-12-23 16:06:00,744.0,0.3049,1,leg_gt,1.72,60 -73334,gt_model_sell_peak_local,sell,2025-12-23 18:18:00,740.0,-0.235,0,leg_gt,1.81,60 -73335,gt_model_sell_peak_local,sell,2025-12-23 18:21:00,739.0,-0.3699,0,leg_gt,1.81,60 -73336,gt_model_sell_peak_local,sell,2025-12-23 20:30:00,744.0,0.3049,1,leg_gt,1.9,60 -73337,gt_model_sell_peak_local,sell,2025-12-23 20:51:00,742.0,0.035,1,leg_gt,1.91,60 -73338,gt_model_sell_peak_local,sell,2025-12-23 20:54:00,743.0,0.1699,1,leg_gt,1.92,60 -73339,gt_model_sell_peak_local,sell,2025-12-23 21:03:00,740.0,-0.235,0,leg_gt,1.92,60 -73340,gt_model_sell_peak_local,sell,2025-12-23 21:21:00,737.0,-0.6398,0,leg_gt,1.94,60 -73341,gt_model_sell_peak_local,sell,2025-12-23 21:24:00,738.0,-0.5049,0,leg_gt,1.94,60 -73342,gt_model_sell_peak_local,sell,2025-12-23 21:42:00,739.0,-0.3699,0,leg_gt,1.95,60 -73343,gt_model_sell_peak_local,sell,2025-12-23 21:45:00,740.0,-0.235,0,leg_gt,1.95,60 -73344,gt_model_sell_peak_local,sell,2025-12-23 23:12:00,736.0,-0.7748,0,leg_gt,2.01,60 -73345,gt_model_sell_peak_local,sell,2025-12-23 23:18:00,731.0,-1.4495,0,leg_gt,2.02,60 -73346,gt_model_sell_peak_local,sell,2025-12-24 03:18:00,733.0,-1.1796,0,leg_gt,2.18,60 -73347,gt_model_sell_peak_local,sell,2025-12-24 04:51:00,738.0,-0.5049,0,leg_gt,2.25,60 -73348,gt_model_sell_peak_local,sell,2025-12-24 04:54:00,738.0,-0.5049,0,leg_gt,2.25,60 -73349,gt_model_sell_peak_local,sell,2025-12-24 05:03:00,739.0,-0.3699,0,leg_gt,2.26,60 -73350,gt_model_sell_peak_local,sell,2025-12-24 05:06:00,738.0,-0.5049,0,leg_gt,2.26,60 -73351,gt_model_sell_peak_local,sell,2025-12-24 06:42:00,738.0,-0.5049,0,leg_gt,2.33,60 -73352,gt_model_sell_peak_local,sell,2025-12-24 08:06:00,734.0,-1.0447,0,leg_gt,2.38,60 -73353,gt_model_sell_peak_local,sell,2025-12-24 09:51:00,733.0,-1.1796,0,leg_gt,2.46,60 -73354,gt_model_sell_peak_local,sell,2025-12-24 13:51:00,716.0,-3.4738,0,leg_gt,2.62,60 -73355,gt_model_sell_peak_local,sell,2025-12-24 13:57:00,716.0,-3.4738,0,leg_gt,2.63,60 -73356,gt_model_sell_peak_local,sell,2025-12-24 14:03:00,717.0,-3.3389,0,leg_gt,2.63,60 -73357,gt_model_sell_peak_local,sell,2025-12-24 14:06:00,718.0,-3.2039,0,leg_gt,2.63,60 -73358,gt_model_sell_peak_local,sell,2025-12-24 14:12:00,716.0,-3.4738,0,leg_gt,2.64,60 -73359,gt_model_sell_peak_local,sell,2025-12-24 17:33:00,715.0,-3.6088,0,leg_gt,2.78,60 -73360,gt_model_sell_peak_local,sell,2025-12-24 17:36:00,713.0,-3.8787,0,leg_gt,2.78,60 -73361,gt_model_sell_peak_local,sell,2025-12-24 17:39:00,714.0,-3.7437,0,leg_gt,2.78,60 -73362,gt_model_sell_peak_local,sell,2025-12-24 17:48:00,714.0,-3.7437,0,leg_gt,2.79,60 -73363,gt_model_sell_peak_local,sell,2025-12-24 19:03:00,711.0,-4.1486,0,leg_gt,2.84,60 -73364,gt_model_sell_peak_local,sell,2025-12-24 21:06:00,712.0,-4.0136,0,leg_gt,2.92,60 -73365,gt_model_sell_peak_local,sell,2025-12-24 21:09:00,713.0,-3.8787,0,leg_gt,2.93,60 -73366,gt_model_sell_peak_local,sell,2025-12-24 22:33:00,712.0,-4.0136,0,leg_gt,2.99,60 -73367,gt_model_sell_peak_local,sell,2025-12-24 22:36:00,711.0,-4.1486,0,leg_gt,2.99,60 -73368,gt_model_sell_peak_local,sell,2025-12-24 22:39:00,712.0,-4.0136,0,leg_gt,2.99,60 -73369,gt_model_sell_peak_local,sell,2025-12-24 22:57:00,712.0,-4.0136,0,leg_gt,3.0,60 -73370,gt_model_sell_peak_local,sell,2025-12-25 00:09:00,714.0,0.7475,1,leg_gt,0.02,60 -73371,gt_model_sell_peak_local,sell,2025-12-25 02:03:00,716.0,1.0299,1,leg_gt,0.1,60 -73372,gt_model_sell_peak_local,sell,2025-12-25 03:12:00,710.0,0.1825,1,leg_gt,0.15,60 -73373,gt_model_sell_peak_local,sell,2025-12-25 03:36:00,712.0,0.465,1,leg_gt,0.17,60 -73374,gt_model_sell_peak_local,sell,2025-12-25 03:39:00,711.0,0.3237,1,leg_gt,0.17,60 -73375,gt_model_sell_peak_local,sell,2025-12-25 06:33:00,717.0,1.1712,1,leg_gt,0.29,60 -73376,gt_model_sell_peak_local,sell,2025-12-25 07:09:00,720.0,1.5949,1,leg_gt,0.31,60 -73377,gt_model_sell_peak_local,sell,2025-12-25 08:39:00,721.0,1.7362,1,leg_gt,0.38,60 -73378,gt_model_sell_peak_local,sell,2025-12-25 13:00:00,733.0,3.4311,1,leg_gt,0.56,60 -73379,gt_model_sell_peak_local,sell,2025-12-25 13:21:00,732.0,3.2898,1,leg_gt,0.57,60 -73380,gt_model_sell_peak_local,sell,2025-12-25 13:54:00,731.0,3.1486,1,leg_gt,0.6,60 -73381,gt_model_sell_peak_local,sell,2025-12-25 16:51:00,734.0,3.5723,1,leg_gt,0.72,60 -73382,gt_model_sell_peak_local,sell,2025-12-25 18:09:00,738.0,4.1373,1,leg_gt,0.77,60 -73383,gt_model_sell_peak_local,sell,2025-12-25 23:06:00,728.0,2.7249,1,leg_gt,0.98,60 -73384,gt_model_sell_peak_local,sell,2025-12-26 02:15:00,729.0,2.8661,1,leg_gt,1.11,60 -73385,gt_model_sell_peak_local,sell,2025-12-26 02:27:00,730.0,3.0073,1,leg_gt,1.12,60 -73386,gt_model_sell_peak_local,sell,2025-12-26 04:48:00,736.0,3.8548,1,leg_gt,1.22,60 -73387,gt_model_sell_peak_local,sell,2025-12-26 04:54:00,736.0,3.8548,1,leg_gt,1.22,60 -73388,gt_model_sell_peak_local,sell,2025-12-26 06:00:00,735.0,3.7136,1,leg_gt,1.27,60 -73389,gt_model_sell_peak_local,sell,2025-12-26 06:03:00,735.0,3.7136,1,leg_gt,1.27,60 -73390,gt_model_sell_peak_local,sell,2025-12-26 06:12:00,736.0,3.8548,1,leg_gt,1.27,60 -73391,gt_model_sell_peak_local,sell,2025-12-26 06:15:00,737.0,3.996,1,leg_gt,1.28,60 -73392,gt_model_sell_peak_local,sell,2025-12-26 06:18:00,736.0,3.8548,1,leg_gt,1.28,60 -73393,gt_model_sell_peak_local,sell,2025-12-26 06:24:00,736.0,3.8548,1,leg_gt,1.28,60 -73394,gt_model_sell_peak_local,sell,2025-12-26 07:48:00,720.0,1.5949,1,leg_gt,1.34,60 -73395,gt_model_sell_peak_local,sell,2025-12-26 07:51:00,714.0,0.7475,1,leg_gt,1.34,60 -73396,gt_model_sell_peak_local,sell,2025-12-26 07:57:00,712.0,0.465,1,leg_gt,1.35,60 -73397,gt_model_sell_peak_local,sell,2025-12-26 08:00:00,712.0,0.465,1,leg_gt,1.35,60 -73398,gt_model_sell_peak_local,sell,2025-12-26 12:24:00,721.0,2.3148,1,leg_gt,0.16,60 -73399,gt_model_sell_peak_local,sell,2025-12-26 14:45:00,728.0,3.3091,1,leg_gt,0.26,60 -73400,gt_model_sell_peak_local,sell,2025-12-26 16:18:00,732.0,3.8773,1,leg_gt,0.32,60 -73401,gt_model_sell_peak_local,sell,2025-12-26 18:57:00,727.0,3.167,1,leg_gt,0.43,60 -73402,gt_model_sell_peak_local,sell,2025-12-26 19:03:00,726.0,3.025,1,leg_gt,0.44,60 -73403,gt_model_sell_peak_local,sell,2025-12-26 19:33:00,725.0,2.883,1,leg_gt,0.46,60 -73404,gt_model_sell_peak_local,sell,2025-12-26 20:45:00,724.0,2.7409,1,leg_gt,0.51,60 -73405,gt_model_sell_peak_local,sell,2025-12-26 20:51:00,724.0,2.7409,1,leg_gt,0.51,60 -73406,gt_model_sell_peak_local,sell,2025-12-26 22:48:00,726.0,3.025,1,leg_gt,0.59,60 -73407,gt_model_sell_peak_local,sell,2025-12-26 23:51:00,714.0,1.3205,1,leg_gt,0.64,60 -73408,gt_model_sell_peak_local,sell,2025-12-27 00:24:00,717.0,1.7466,1,leg_gt,0.66,60 -73409,gt_model_sell_peak_local,sell,2025-12-27 02:03:00,712.0,0.0406,1,leg_gt,0.01,60 -73410,gt_model_sell_peak_local,sell,2025-12-27 02:09:00,712.0,0.0406,1,leg_gt,0.01,60 -73411,gt_model_sell_peak_local,sell,2025-12-27 05:48:00,724.0,1.7284,1,leg_gt,0.16,60 -73412,gt_model_sell_peak_local,sell,2025-12-27 06:06:00,725.0,1.8691,1,leg_gt,0.18,60 -73413,gt_model_sell_peak_local,sell,2025-12-27 06:09:00,723.0,1.5878,1,leg_gt,0.18,60 -73414,gt_model_sell_peak_local,sell,2025-12-27 07:21:00,719.0,1.0252,1,leg_gt,0.23,60 -73415,gt_model_sell_peak_local,sell,2025-12-27 07:24:00,718.0,0.8845,1,leg_gt,0.23,60 -73416,gt_model_sell_peak_local,sell,2025-12-27 10:18:00,719.0,1.0252,1,leg_gt,0.35,60 -73417,gt_model_sell_peak_local,sell,2025-12-27 10:39:00,721.0,1.3065,1,leg_gt,0.36,60 -73418,gt_model_sell_peak_local,sell,2025-12-27 10:42:00,721.0,1.3065,1,leg_gt,0.37,60 -73419,gt_model_sell_peak_local,sell,2025-12-27 12:09:00,723.0,1.5878,1,leg_gt,0.43,60 -73420,gt_model_sell_peak_local,sell,2025-12-27 13:36:00,726.0,2.0097,1,leg_gt,0.49,60 -73421,gt_model_sell_peak_local,sell,2025-12-27 17:27:00,721.0,1.3065,1,leg_gt,0.65,60 -73422,gt_model_sell_peak_local,sell,2025-12-27 20:06:00,723.0,1.5878,1,leg_gt,0.76,60 -73423,gt_model_sell_peak_local,sell,2025-12-27 20:15:00,723.0,1.5878,1,leg_gt,0.76,60 -73424,gt_model_sell_peak_local,sell,2025-12-27 20:18:00,723.0,1.5878,1,leg_gt,0.77,60 -73425,gt_model_sell_peak_local,sell,2025-12-27 22:36:00,723.0,1.5878,1,leg_gt,0.86,60 -73426,gt_model_sell_peak_local,sell,2025-12-27 22:42:00,724.0,1.7284,1,leg_gt,0.87,60 -73427,gt_model_sell_peak_local,sell,2025-12-28 02:27:00,731.0,2.7129,1,leg_gt,1.02,60 -73428,gt_model_sell_peak_local,sell,2025-12-28 03:54:00,730.0,2.5723,1,leg_gt,1.08,60 -73429,gt_model_sell_peak_local,sell,2025-12-28 04:09:00,730.0,2.5723,1,leg_gt,1.09,60 -73430,gt_model_sell_peak_local,sell,2025-12-28 04:15:00,731.0,2.7129,1,leg_gt,1.1,60 -73431,gt_model_sell_peak_local,sell,2025-12-28 06:09:00,731.0,2.7129,1,leg_gt,1.18,60 -73432,gt_model_sell_peak_local,sell,2025-12-28 08:15:00,740.0,3.9788,1,leg_gt,1.26,60 -73433,gt_model_sell_peak_local,sell,2025-12-28 09:57:00,742.0,4.2601,1,leg_gt,1.34,60 -73434,gt_model_sell_peak_local,sell,2025-12-28 10:00:00,743.0,4.4007,1,leg_gt,1.34,60 -73435,gt_model_sell_peak_local,sell,2025-12-28 12:33:00,744.0,4.5414,1,leg_gt,1.44,60 -73436,gt_model_sell_peak_local,sell,2025-12-28 12:36:00,744.0,4.5414,1,leg_gt,1.45,60 -73437,gt_model_sell_peak_local,sell,2025-12-28 12:39:00,744.0,4.5414,1,leg_gt,1.45,60 -73438,gt_model_sell_peak_local,sell,2025-12-28 12:42:00,744.0,4.5414,1,leg_gt,1.45,60 -73439,gt_model_sell_peak_local,sell,2025-12-28 12:45:00,744.0,4.5414,1,leg_gt,1.45,60 -73440,gt_model_sell_peak_local,sell,2025-12-28 12:54:00,745.0,4.682,1,leg_gt,1.46,60 -73441,gt_model_sell_peak_local,sell,2025-12-28 12:57:00,743.0,4.4007,1,leg_gt,1.46,60 -73442,gt_model_sell_peak_local,sell,2025-12-28 13:00:00,743.0,4.4007,1,leg_gt,1.46,60 -73443,gt_model_sell_peak_local,sell,2025-12-28 17:03:00,745.0,4.682,1,leg_gt,1.63,60 -73444,gt_model_sell_peak_local,sell,2025-12-28 17:06:00,745.0,4.682,1,leg_gt,1.63,60 -73445,gt_model_sell_peak_local,sell,2025-12-28 17:09:00,746.0,4.8226,1,leg_gt,1.64,60 -73446,gt_model_sell_peak_local,sell,2025-12-28 18:42:00,742.0,4.2601,1,leg_gt,1.7,60 -73447,gt_model_sell_peak_local,sell,2025-12-28 20:09:00,744.0,4.5414,1,leg_gt,1.76,60 -73448,gt_model_sell_peak_local,sell,2025-12-28 20:12:00,745.0,4.682,1,leg_gt,1.76,60 -73449,gt_model_sell_peak_local,sell,2025-12-28 20:15:00,744.0,4.5414,1,leg_gt,1.76,60 -73450,gt_model_sell_peak_local,sell,2025-12-28 20:18:00,744.0,4.5414,1,leg_gt,1.77,60 -73451,gt_model_sell_peak_local,sell,2025-12-29 00:48:00,740.0,3.9788,1,leg_gt,1.95,60 -73452,gt_model_sell_peak_local,sell,2025-12-29 03:12:00,740.0,3.9788,1,leg_gt,2.05,60 -73453,gt_model_sell_peak_local,sell,2025-12-29 03:15:00,739.0,3.8381,1,leg_gt,2.06,60 -73454,gt_model_sell_peak_local,sell,2025-12-29 03:18:00,736.0,3.4162,1,leg_gt,2.06,60 -73455,gt_model_sell_peak_local,sell,2025-12-29 03:21:00,736.0,3.4162,1,leg_gt,2.06,60 -73456,gt_model_sell_peak_local,sell,2025-12-29 03:24:00,736.0,3.4162,1,leg_gt,2.06,60 -73457,gt_model_sell_peak_local,sell,2025-12-29 06:54:00,730.0,2.5723,1,leg_gt,2.21,60 -73458,gt_model_sell_peak_local,sell,2025-12-29 10:33:00,734.0,3.1349,1,leg_gt,2.36,60 -73459,gt_model_sell_peak_local,sell,2025-12-29 12:15:00,745.0,4.682,1,leg_gt,2.43,60 -73460,gt_model_sell_peak_local,sell,2025-12-29 13:45:00,750.0,5.3852,1,leg_gt,2.49,60 -73461,gt_model_sell_peak_local,sell,2025-12-29 13:51:00,749.0,5.2446,1,leg_gt,2.5,60 -73462,gt_model_sell_peak_local,sell,2025-12-29 13:57:00,750.0,5.3852,1,leg_gt,2.5,60 -73463,gt_model_sell_peak_local,sell,2025-12-29 14:39:00,747.0,4.9633,1,leg_gt,2.53,60 -73464,gt_model_sell_peak_local,sell,2025-12-29 16:18:00,741.0,4.1194,1,leg_gt,2.6,60 -73465,gt_model_sell_peak_local,sell,2025-12-29 18:21:00,743.0,4.4007,1,leg_gt,2.69,60 -73466,gt_model_sell_peak_local,sell,2025-12-29 18:24:00,743.0,4.4007,1,leg_gt,2.69,60 -73467,gt_model_sell_peak_local,sell,2025-12-29 18:30:00,743.0,4.4007,1,leg_gt,2.69,60 -73468,gt_model_sell_peak_local,sell,2025-12-29 20:33:00,737.0,3.5568,1,leg_gt,2.78,60 -73469,gt_model_sell_peak_local,sell,2025-12-29 20:42:00,735.0,3.2755,1,leg_gt,2.78,60 -73470,gt_model_sell_peak_local,sell,2025-12-29 20:45:00,734.0,3.1349,1,leg_gt,2.79,60 -73471,gt_model_sell_peak_local,sell,2025-12-29 20:48:00,734.0,3.1349,1,leg_gt,2.79,60 -73472,gt_model_sell_peak_local,sell,2025-12-30 01:12:00,728.0,2.291,1,leg_gt,2.97,60 -73473,gt_model_sell_peak_local,sell,2025-12-30 01:15:00,728.0,2.291,1,leg_gt,2.97,60 -73474,gt_model_sell_peak_local,sell,2025-12-30 04:12:00,721.0,1.3065,1,leg_gt,3.1,60 -73475,gt_model_sell_peak_local,sell,2025-12-30 07:15:00,720.0,1.1658,1,leg_gt,3.22,60 -73476,gt_model_sell_peak_local,sell,2025-12-30 07:18:00,721.0,1.3065,1,leg_gt,3.22,60 -73477,gt_model_sell_peak_local,sell,2025-12-30 07:42:00,721.0,1.3065,1,leg_gt,3.24,60 -73478,gt_model_sell_peak_local,sell,2025-12-30 07:51:00,720.0,1.1658,1,leg_gt,3.25,60 -73479,gt_model_sell_peak_local,sell,2025-12-30 07:54:00,721.0,1.3065,1,leg_gt,3.25,60 -73480,gt_model_sell_peak_local,sell,2025-12-30 07:57:00,721.0,1.3065,1,leg_gt,3.25,60 -73481,gt_model_sell_peak_local,sell,2025-12-30 08:18:00,720.0,1.1658,1,leg_gt,3.27,60 -73482,gt_model_sell_peak_local,sell,2025-12-30 08:21:00,720.0,1.1658,1,leg_gt,3.27,60 -73483,gt_model_sell_peak_local,sell,2025-12-30 08:30:00,718.0,0.8845,1,leg_gt,3.28,60 -73484,gt_model_sell_peak_local,sell,2025-12-30 08:36:00,719.0,1.0252,1,leg_gt,3.28,60 -73485,gt_model_sell_peak_local,sell,2025-12-30 08:42:00,719.0,1.0252,1,leg_gt,3.28,60 -73486,gt_model_sell_peak_local,sell,2025-12-30 08:45:00,719.0,1.0252,1,leg_gt,3.29,60 -73487,gt_model_sell_peak_local,sell,2025-12-30 09:12:00,720.0,1.1658,1,leg_gt,3.3,60 -73488,gt_model_sell_peak_local,sell,2025-12-30 09:24:00,719.0,1.0252,1,leg_gt,3.31,60 -73489,gt_model_sell_peak_local,sell,2025-12-30 11:45:00,716.0,0.6032,1,leg_gt,3.41,60 -73490,gt_model_sell_peak_local,sell,2025-12-30 11:48:00,717.0,0.7439,1,leg_gt,3.41,60 -73491,gt_model_sell_peak_local,sell,2025-12-30 11:51:00,716.0,0.6032,1,leg_gt,3.41,60 -73492,gt_model_sell_peak_local,sell,2025-12-30 14:30:00,715.0,0.4626,1,leg_gt,3.52,60 -73493,gt_model_sell_peak_local,sell,2025-12-30 14:36:00,713.0,0.1813,1,leg_gt,3.53,60 -73494,gt_model_sell_peak_local,sell,2025-12-30 16:42:00,720.0,1.1658,1,leg_gt,3.62,60 -73495,gt_model_sell_peak_local,sell,2025-12-30 18:12:00,725.0,1.8691,1,leg_gt,3.68,60 -73496,gt_model_sell_peak_local,sell,2025-12-30 18:15:00,724.0,1.7284,1,leg_gt,3.68,60 -73497,gt_model_sell_peak_local,sell,2025-12-30 19:54:00,724.0,1.7284,1,leg_gt,3.75,60 -73498,gt_model_sell_peak_local,sell,2025-12-30 20:00:00,726.0,2.0097,1,leg_gt,3.75,60 -73499,gt_model_sell_peak_local,sell,2025-12-30 20:06:00,724.0,1.7284,1,leg_gt,3.76,60 -73500,gt_model_sell_peak_local,sell,2025-12-30 22:12:00,724.0,1.7284,1,leg_gt,3.85,60 -73501,gt_model_sell_peak_local,sell,2025-12-30 23:27:00,719.0,1.0252,1,leg_gt,3.9,60 -73502,gt_model_sell_peak_local,sell,2025-12-30 23:45:00,720.0,1.1658,1,leg_gt,3.91,60 -73503,gt_model_sell_peak_local,sell,2025-12-31 02:21:00,715.0,0.4626,1,leg_gt,4.02,60 -73504,gt_model_sell_peak_local,sell,2025-12-31 02:24:00,716.0,0.6032,1,leg_gt,4.02,60 -73505,gt_model_sell_peak_local,sell,2025-12-31 04:42:00,713.0,0.1813,1,leg_gt,4.12,60 -73506,gt_model_sell_peak_local,sell,2025-12-31 05:57:00,711.0,-0.1,0,leg_gt,4.17,60 -73507,gt_model_sell_peak_local,sell,2025-12-31 08:18:00,714.0,0.3219,1,leg_gt,4.27,60 -73508,gt_model_sell_peak_local,sell,2025-12-31 08:24:00,713.0,0.1813,1,leg_gt,4.27,60 -73509,gt_model_sell_peak_local,sell,2025-12-31 09:30:00,713.0,0.1813,1,leg_gt,4.32,60 -73510,gt_model_sell_peak_local,sell,2025-12-31 09:33:00,713.0,0.1813,1,leg_gt,4.32,60 -73511,gt_model_sell_peak_local,sell,2025-12-31 09:36:00,713.0,0.1813,1,leg_gt,4.32,60 -73512,gt_model_sell_peak_local,sell,2025-12-31 09:39:00,713.0,0.1813,1,leg_gt,4.32,60 -73513,gt_model_sell_peak_local,sell,2025-12-31 09:42:00,714.0,0.3219,1,leg_gt,4.32,60 -73514,gt_model_sell_peak_local,sell,2025-12-31 09:45:00,714.0,0.3219,1,leg_gt,4.33,60 -73515,gt_model_sell_peak_local,sell,2025-12-31 09:48:00,713.0,0.1813,1,leg_gt,4.33,60 -73516,gt_model_sell_peak_local,sell,2025-12-31 09:51:00,713.0,0.1813,1,leg_gt,4.33,60 -73517,gt_model_sell_peak_local,sell,2025-12-31 11:27:00,716.0,0.6032,1,leg_gt,4.4,60 -73518,gt_model_sell_peak_local,sell,2025-12-31 11:45:00,715.0,0.4626,1,leg_gt,4.41,60 -73519,gt_model_sell_peak_local,sell,2025-12-31 13:06:00,713.0,0.1813,1,leg_gt,4.47,60 -73520,gt_model_sell_peak_local,sell,2025-12-31 13:09:00,713.0,0.1813,1,leg_gt,4.47,60 -73521,gt_model_sell_peak_local,sell,2025-12-31 14:36:00,713.0,0.1813,1,leg_gt,4.53,60 -73522,gt_model_sell_peak_local,sell,2025-12-31 15:57:00,713.0,0.1813,1,leg_gt,4.59,60 -73523,gt_model_sell_peak_local,sell,2025-12-31 16:09:00,712.0,0.0406,1,leg_gt,4.59,60 -73524,gt_model_sell_peak_local,sell,2025-12-31 16:12:00,712.0,0.0406,1,leg_gt,4.6,60 -73525,gt_model_sell_peak_local,sell,2025-12-31 16:57:00,712.0,0.0406,1,leg_gt,4.63,60 -73526,gt_model_sell_peak_local,sell,2025-12-31 18:09:00,708.0,-0.5219,0,leg_gt,4.68,60 -73527,gt_model_sell_peak_local,sell,2025-12-31 18:12:00,708.0,-0.5219,0,leg_gt,4.68,60 -73528,gt_model_sell_peak_local,sell,2025-12-31 19:57:00,711.0,-0.1,0,leg_gt,4.75,60 -73529,gt_model_sell_peak_local,sell,2025-12-31 20:00:00,711.0,-0.1,0,leg_gt,4.75,60 -73530,gt_model_sell_peak_local,sell,2025-12-31 20:09:00,712.0,0.0406,1,leg_gt,4.76,60 -73531,gt_model_sell_peak_local,sell,2025-12-31 20:12:00,713.0,0.1813,1,leg_gt,4.76,60 -73532,gt_model_sell_peak_local,sell,2025-12-31 20:15:00,712.0,0.0406,1,leg_gt,4.76,60 -73533,gt_model_sell_peak_local,sell,2025-12-31 20:18:00,713.0,0.1813,1,leg_gt,4.77,60 -73534,gt_model_sell_peak_local,sell,2025-12-31 20:24:00,713.0,0.1813,1,leg_gt,4.77,60 -73535,gt_model_sell_peak_local,sell,2025-12-31 20:27:00,711.0,-0.1,0,leg_gt,4.77,60 -73536,gt_model_sell_peak_local,sell,2025-12-31 21:39:00,712.0,0.0406,1,leg_gt,4.82,60 -73537,gt_model_sell_peak_local,sell,2025-12-31 21:42:00,712.0,0.0406,1,leg_gt,4.82,60 -73538,gt_model_sell_peak_local,sell,2025-12-31 21:45:00,710.0,-0.2406,0,leg_gt,4.83,60 -73539,gt_model_sell_peak_local,sell,2025-12-31 21:48:00,709.0,-0.3813,0,leg_gt,4.83,60 -73540,gt_model_sell_peak_local,sell,2025-12-31 21:51:00,710.0,-0.2406,0,leg_gt,4.83,60 -73541,gt_model_sell_peak_local,sell,2025-12-31 21:57:00,710.0,-0.2406,0,leg_gt,4.84,60 -73542,gt_model_sell_peak_local,sell,2025-12-31 22:00:00,709.0,-0.3813,0,leg_gt,4.84,60 -73543,gt_model_sell_peak_local,sell,2026-01-01 00:12:00,710.0,-0.2406,0,leg_gt,4.93,60 -73544,gt_model_sell_peak_local,sell,2026-01-01 05:39:00,696.0,0.916,1,leg_gt,0.11,60 -73545,gt_model_sell_peak_local,sell,2026-01-01 10:27:00,702.0,1.7868,1,leg_gt,0.31,60 -73546,gt_model_sell_peak_local,sell,2026-01-01 12:21:00,703.0,1.9319,1,leg_gt,0.39,60 -73547,gt_model_sell_peak_local,sell,2026-01-01 12:36:00,701.0,1.6417,1,leg_gt,0.4,60 -73548,gt_model_sell_peak_local,sell,2026-01-01 12:48:00,701.0,1.6417,1,leg_gt,0.41,60 -73549,gt_model_sell_peak_local,sell,2026-01-01 12:54:00,700.0,1.4965,1,leg_gt,0.42,60 -73550,gt_model_sell_peak_local,sell,2026-01-01 12:57:00,700.0,1.4965,1,leg_gt,0.42,60 -73551,gt_model_sell_peak_local,sell,2026-01-01 13:21:00,698.0,1.2062,1,leg_gt,0.44,60 -73552,gt_model_sell_peak_local,sell,2026-01-01 16:06:00,705.0,2.2222,1,leg_gt,0.55,60 -73553,gt_model_sell_peak_local,sell,2026-01-01 17:30:00,703.0,1.9319,1,leg_gt,0.61,60 -73554,gt_model_sell_peak_local,sell,2026-01-01 17:33:00,705.0,2.2222,1,leg_gt,0.61,60 -73555,gt_model_sell_peak_local,sell,2026-01-01 17:36:00,703.0,1.9319,1,leg_gt,0.61,60 -73556,gt_model_sell_peak_local,sell,2026-01-01 17:39:00,704.0,2.0771,1,leg_gt,0.61,60 -73557,gt_model_sell_peak_local,sell,2026-01-01 17:42:00,704.0,2.0771,1,leg_gt,0.62,60 -73558,gt_model_sell_peak_local,sell,2026-01-01 19:45:00,711.0,3.093,1,leg_gt,0.7,60 -73559,gt_model_sell_peak_local,sell,2026-01-01 21:03:00,714.0,3.5284,1,leg_gt,0.76,60 -73560,gt_model_sell_peak_local,sell,2026-01-01 21:15:00,712.0,3.2382,1,leg_gt,0.76,60 -73561,gt_model_sell_peak_local,sell,2026-01-01 21:21:00,710.0,2.9479,1,leg_gt,0.77,60 -73562,gt_model_sell_peak_local,sell,2026-01-01 21:57:00,710.0,2.9479,1,leg_gt,0.79,60 -73563,gt_model_sell_peak_local,sell,2026-01-01 22:00:00,711.0,3.093,1,leg_gt,0.8,60 -73564,gt_model_sell_peak_local,sell,2026-01-01 22:03:00,712.0,3.2382,1,leg_gt,0.8,60 -73565,gt_model_sell_peak_local,sell,2026-01-01 22:06:00,712.0,3.2382,1,leg_gt,0.8,60 -73566,gt_model_sell_peak_local,sell,2026-01-01 22:09:00,714.0,3.5284,1,leg_gt,0.8,60 -73567,gt_model_sell_peak_local,sell,2026-01-01 22:12:00,713.0,3.3833,1,leg_gt,0.8,60 -73568,gt_model_sell_peak_local,sell,2026-01-02 02:00:00,736.0,6.7215,1,leg_gt,0.96,60 -73569,gt_model_sell_peak_local,sell,2026-01-02 04:00:00,745.0,8.0277,1,leg_gt,1.05,60 -73570,gt_model_sell_peak_local,sell,2026-01-02 04:03:00,745.0,8.0277,1,leg_gt,1.05,60 -73571,gt_model_sell_peak_local,sell,2026-01-02 06:03:00,749.0,8.6083,1,leg_gt,1.13,60 -73572,gt_model_sell_peak_local,sell,2026-01-02 09:00:00,756.0,9.6242,1,leg_gt,1.25,60 -73573,gt_model_sell_peak_local,sell,2026-01-02 12:18:00,758.0,9.9145,1,leg_gt,1.39,60 -73574,gt_model_sell_peak_local,sell,2026-01-02 14:00:00,762.0,10.4951,1,leg_gt,1.46,60 -73575,gt_model_sell_peak_local,sell,2026-01-02 16:09:00,763.0,10.6402,1,leg_gt,1.55,60 -73576,gt_model_sell_peak_local,sell,2026-01-02 16:12:00,762.0,10.4951,1,leg_gt,1.55,60 -73577,gt_model_sell_peak_local,sell,2026-01-02 16:15:00,763.0,10.6402,1,leg_gt,1.56,60 -73578,gt_model_sell_peak_local,sell,2026-01-02 16:18:00,762.0,10.4951,1,leg_gt,1.56,60 -73579,gt_model_sell_peak_local,sell,2026-01-02 20:06:00,767.0,11.2208,1,leg_gt,1.72,60 -73580,gt_model_sell_peak_local,sell,2026-01-02 20:12:00,767.0,11.2208,1,leg_gt,1.72,60 -73581,gt_model_sell_peak_local,sell,2026-01-02 20:15:00,767.0,11.2208,1,leg_gt,1.72,60 -73582,gt_model_sell_peak_local,sell,2026-01-02 20:51:00,761.0,10.3499,1,leg_gt,1.75,60 -73583,gt_model_sell_peak_local,sell,2026-01-02 23:33:00,765.0,10.9305,1,leg_gt,1.86,60 -73584,gt_model_sell_peak_local,sell,2026-01-03 03:03:00,791.0,14.7041,1,leg_gt,2.01,60 -73585,gt_model_sell_peak_local,sell,2026-01-03 03:06:00,790.0,14.5589,1,leg_gt,2.01,60 -73586,gt_model_sell_peak_local,sell,2026-01-03 03:09:00,791.0,14.7041,1,leg_gt,2.01,60 -73587,gt_model_sell_peak_local,sell,2026-01-03 03:18:00,792.0,14.8492,1,leg_gt,2.02,60 -73588,gt_model_sell_peak_local,sell,2026-01-03 03:21:00,793.0,14.9943,1,leg_gt,2.02,60 -73589,gt_model_sell_peak_local,sell,2026-01-03 05:18:00,792.0,14.8492,1,leg_gt,2.1,60 -73590,gt_model_sell_peak_local,sell,2026-01-03 06:00:00,788.0,14.2687,1,leg_gt,2.13,60 -73591,gt_model_sell_peak_local,sell,2026-01-03 06:03:00,789.0,14.4138,1,leg_gt,2.13,60 -73592,gt_model_sell_peak_local,sell,2026-01-03 08:54:00,803.0,16.4457,1,leg_gt,2.25,60 -73593,gt_model_sell_peak_local,sell,2026-01-03 10:45:00,809.0,17.3165,1,leg_gt,2.33,60 -73594,gt_model_sell_peak_local,sell,2026-01-03 16:21:00,821.0,19.0582,1,leg_gt,2.56,60 -73595,gt_model_sell_peak_local,sell,2026-01-03 20:51:00,822.0,1.8851,1,leg_gt,0.16,60 -73596,gt_model_sell_peak_local,sell,2026-01-03 20:54:00,823.0,2.0092,1,leg_gt,0.16,60 -73597,gt_model_sell_peak_local,sell,2026-01-03 23:36:00,825.0,2.2573,1,leg_gt,0.27,60 -73598,gt_model_sell_peak_local,sell,2026-01-04 03:39:00,832.0,3.1258,1,leg_gt,0.44,60 -73599,gt_model_sell_peak_local,sell,2026-01-04 05:45:00,834.0,0.6246,1,leg_gt,0.03,60 -73600,gt_model_sell_peak_local,sell,2026-01-04 08:54:00,844.0,1.8324,1,leg_gt,0.16,60 -73601,gt_model_sell_peak_local,sell,2026-01-04 08:57:00,846.0,2.0739,1,leg_gt,0.16,60 -73602,gt_model_sell_peak_local,sell,2026-01-04 10:06:00,846.0,2.0739,1,leg_gt,0.21,60 -73603,gt_model_sell_peak_local,sell,2026-01-04 13:42:00,854.0,3.0401,1,leg_gt,0.36,60 -73604,gt_model_sell_peak_local,sell,2026-01-04 13:45:00,854.0,3.0401,1,leg_gt,0.36,60 -73605,gt_model_sell_peak_local,sell,2026-01-04 16:24:00,849.0,2.4362,1,leg_gt,0.47,60 -73606,gt_model_sell_peak_local,sell,2026-01-04 17:54:00,853.0,2.9193,1,leg_gt,0.54,60 -73607,gt_model_sell_peak_local,sell,2026-01-04 20:09:00,852.0,2.7986,1,leg_gt,0.63,60 -73608,gt_model_sell_peak_local,sell,2026-01-04 22:48:00,857.0,3.4024,1,leg_gt,0.74,60 -73609,gt_model_sell_peak_local,sell,2026-01-04 22:51:00,858.0,3.5232,1,leg_gt,0.74,60 -73610,gt_model_sell_peak_local,sell,2026-01-05 02:57:00,880.0,6.1802,1,leg_gt,0.91,60 -73611,gt_model_sell_peak_local,sell,2026-01-05 04:03:00,867.0,4.6101,1,leg_gt,0.96,60 -73612,gt_model_sell_peak_local,sell,2026-01-05 06:51:00,861.0,3.8855,1,leg_gt,1.08,60 -73613,gt_model_sell_peak_local,sell,2026-01-05 08:09:00,871.0,5.0932,1,leg_gt,1.13,60 -73614,gt_model_sell_peak_local,sell,2026-01-05 09:24:00,864.0,4.2478,1,leg_gt,1.18,60 -73615,gt_model_sell_peak_local,sell,2026-01-05 11:48:00,880.0,6.1802,1,leg_gt,1.28,60 -73616,gt_model_sell_peak_local,sell,2026-01-05 11:51:00,880.0,6.1802,1,leg_gt,1.28,60 -73617,gt_model_sell_peak_local,sell,2026-01-05 13:00:00,873.0,5.3348,1,leg_gt,1.33,60 -73618,gt_model_sell_peak_local,sell,2026-01-05 15:24:00,858.0,0.2509,1,leg_gt,0.08,60 -73619,gt_model_sell_peak_local,sell,2026-01-05 17:42:00,864.0,0.9526,1,leg_gt,0.17,60 -73620,gt_model_sell_peak_local,sell,2026-01-05 20:03:00,859.0,0.3678,1,leg_gt,0.27,60 -73621,gt_model_sell_peak_local,sell,2026-01-05 20:06:00,858.0,0.2509,1,leg_gt,0.27,60 -73622,gt_model_sell_peak_local,sell,2026-01-05 20:09:00,860.0,0.4848,1,leg_gt,0.28,60 -73623,gt_model_sell_peak_local,sell,2026-01-05 20:12:00,860.0,0.4848,1,leg_gt,0.28,60 -73624,gt_model_sell_peak_local,sell,2026-01-05 22:48:00,860.0,0.4848,1,leg_gt,0.39,60 -73625,gt_model_sell_peak_local,sell,2026-01-05 22:51:00,859.0,0.3678,1,leg_gt,0.39,60 -73626,gt_model_sell_peak_local,sell,2026-01-05 23:00:00,863.0,0.8357,1,leg_gt,0.39,60 -73627,gt_model_sell_peak_local,sell,2026-01-06 05:12:00,918.0,7.2684,1,leg_gt,0.65,60 -73628,gt_model_sell_peak_local,sell,2026-01-06 08:57:00,922.0,7.7363,1,leg_gt,0.81,60 -73629,gt_model_sell_peak_local,sell,2026-01-06 09:00:00,923.0,7.8532,1,leg_gt,0.81,60 -73630,gt_model_sell_peak_local,sell,2026-01-06 09:15:00,921.0,7.6193,1,leg_gt,0.82,60 -73631,gt_model_sell_peak_local,sell,2026-01-06 09:18:00,921.0,7.6193,1,leg_gt,0.82,60 -73632,gt_model_sell_peak_local,sell,2026-01-06 09:21:00,919.0,7.3854,1,leg_gt,0.82,60 -73633,gt_model_sell_peak_local,sell,2026-01-06 09:24:00,921.0,7.6193,1,leg_gt,0.83,60 -73634,gt_model_sell_peak_local,sell,2026-01-06 09:27:00,917.0,7.1515,1,leg_gt,0.83,60 -73635,gt_model_sell_peak_local,sell,2026-01-06 09:30:00,916.0,7.0345,1,leg_gt,0.83,60 -73636,gt_model_sell_peak_local,sell,2026-01-06 09:33:00,915.0,6.9175,1,leg_gt,0.83,60 -73637,gt_model_sell_peak_local,sell,2026-01-06 11:24:00,918.0,7.2684,1,leg_gt,0.91,60 -73638,gt_model_sell_peak_local,sell,2026-01-06 11:27:00,919.0,7.3854,1,leg_gt,0.91,60 -73639,gt_model_sell_peak_local,sell,2026-01-06 13:33:00,923.0,7.8532,1,leg_gt,1.0,60 -73640,gt_model_sell_peak_local,sell,2026-01-06 14:51:00,920.0,7.5023,1,leg_gt,1.05,60 -73641,gt_model_sell_peak_local,sell,2026-01-07 00:21:00,929.0,3.4674,1,leg_gt,0.31,60 -73642,gt_model_sell_peak_local,sell,2026-01-07 00:27:00,933.0,3.9134,1,leg_gt,0.32,60 -73643,gt_model_sell_peak_local,sell,2026-01-07 03:33:00,899.0,1.2529,1,leg_gt,0.02,60 -73644,gt_model_sell_peak_local,sell,2026-01-07 05:12:00,900.0,1.3656,1,leg_gt,0.09,60 -73645,gt_model_sell_peak_local,sell,2026-01-07 08:00:00,918.0,3.3949,1,leg_gt,0.21,60 -73646,gt_model_sell_peak_local,sell,2026-01-07 08:03:00,918.0,3.3949,1,leg_gt,0.21,60 -73647,gt_model_sell_peak_local,sell,2026-01-07 09:36:00,914.0,2.944,1,leg_gt,0.28,60 -73648,gt_model_sell_peak_local,sell,2026-01-07 13:18:00,901.0,1.0223,1,leg_gt,0.1,60 -73649,gt_model_sell_peak_local,sell,2026-01-07 13:21:00,900.0,0.9101,1,leg_gt,0.1,60 -73650,gt_model_sell_peak_local,sell,2026-01-07 13:24:00,900.0,0.9101,1,leg_gt,0.1,60 -73651,gt_model_sell_peak_local,sell,2026-01-07 13:27:00,900.0,0.9101,1,leg_gt,0.1,60 -73652,gt_model_sell_peak_local,sell,2026-01-07 15:39:00,896.0,0.4612,1,leg_gt,0.19,60 -73653,gt_model_sell_peak_local,sell,2026-01-07 15:42:00,896.0,0.4612,1,leg_gt,0.2,60 -73654,gt_model_sell_peak_local,sell,2026-01-07 19:03:00,903.0,1.2468,1,leg_gt,0.34,60 -73655,gt_model_sell_peak_local,sell,2026-01-07 21:06:00,902.0,1.1346,1,leg_gt,0.42,60 -73656,gt_model_sell_peak_local,sell,2026-01-07 21:21:00,902.0,1.1346,1,leg_gt,0.43,60 -73657,gt_model_sell_peak_local,sell,2026-01-07 21:24:00,901.0,1.0223,1,leg_gt,0.43,60 -73658,gt_model_sell_peak_local,sell,2026-01-07 21:42:00,897.0,0.5734,1,leg_gt,0.45,60 -73659,gt_model_sell_peak_local,sell,2026-01-08 04:33:00,871.0,-2.3447,0,leg_gt,0.73,60 -73660,gt_model_sell_peak_local,sell,2026-01-08 05:51:00,867.0,-2.7936,0,leg_gt,0.79,60 -73661,gt_model_sell_peak_local,sell,2026-01-08 05:54:00,866.0,-2.9058,0,leg_gt,0.79,60 -73662,gt_model_sell_peak_local,sell,2026-01-08 07:27:00,867.0,-2.7936,0,leg_gt,0.85,60 -73663,gt_model_sell_peak_local,sell,2026-01-08 07:30:00,866.0,-2.9058,0,leg_gt,0.85,60 -73664,gt_model_sell_peak_local,sell,2026-01-08 07:33:00,870.0,-2.4569,0,leg_gt,0.86,60 -73665,gt_model_sell_peak_local,sell,2026-01-08 07:42:00,866.0,-2.9058,0,leg_gt,0.86,60 -73666,gt_model_sell_peak_local,sell,2026-01-08 07:48:00,866.0,-2.9058,0,leg_gt,0.87,60 -73667,gt_model_sell_peak_local,sell,2026-01-08 09:24:00,861.0,-3.467,0,leg_gt,0.93,60 -73668,gt_model_sell_peak_local,sell,2026-01-08 09:27:00,863.0,-3.2425,0,leg_gt,0.94,60 -73669,gt_model_sell_peak_local,sell,2026-01-08 09:30:00,862.0,-3.3548,0,leg_gt,0.94,60 -73670,gt_model_sell_peak_local,sell,2026-01-08 12:18:00,870.0,-2.4569,0,leg_gt,1.05,60 -73671,gt_model_sell_peak_local,sell,2026-01-08 15:39:00,861.0,-3.467,0,leg_gt,1.19,60 -73672,gt_model_sell_peak_local,sell,2026-01-08 18:27:00,851.0,-4.5893,0,leg_gt,1.31,60 -73673,gt_model_sell_peak_local,sell,2026-01-08 23:27:00,832.0,-6.7218,0,leg_gt,1.52,60 -73674,gt_model_sell_peak_local,sell,2026-01-09 02:00:00,860.0,3.5145,1,leg_gt,0.1,60 -73675,gt_model_sell_peak_local,sell,2026-01-09 03:03:00,858.0,3.2735,1,leg_gt,0.14,60 -73676,gt_model_sell_peak_local,sell,2026-01-09 03:06:00,859.0,3.394,1,leg_gt,0.14,60 -73677,gt_model_sell_peak_local,sell,2026-01-09 03:12:00,856.0,3.0325,1,leg_gt,0.15,60 -73678,gt_model_sell_peak_local,sell,2026-01-09 05:06:00,844.0,1.5867,1,leg_gt,0.22,60 -73679,gt_model_sell_peak_local,sell,2026-01-09 05:09:00,842.0,1.3458,1,leg_gt,0.23,60 -73680,gt_model_sell_peak_local,sell,2026-01-09 08:00:00,854.0,2.7916,1,leg_gt,0.35,60 -73681,gt_model_sell_peak_local,sell,2026-01-09 08:03:00,855.0,2.912,1,leg_gt,0.35,60 -73682,gt_model_sell_peak_local,sell,2026-01-09 08:15:00,856.0,3.0325,1,leg_gt,0.36,60 -73683,gt_model_sell_peak_local,sell,2026-01-09 08:18:00,857.0,3.153,1,leg_gt,0.36,60 -73684,gt_model_sell_peak_local,sell,2026-01-09 08:21:00,857.0,3.153,1,leg_gt,0.36,60 -73685,gt_model_sell_peak_local,sell,2026-01-09 12:12:00,851.0,2.4301,1,leg_gt,0.52,60 -73686,gt_model_sell_peak_local,sell,2026-01-09 13:57:00,849.0,2.1892,1,leg_gt,0.59,60 -73687,gt_model_sell_peak_local,sell,2026-01-09 14:00:00,849.0,2.1892,1,leg_gt,0.6,60 -73688,gt_model_sell_peak_local,sell,2026-01-09 17:27:00,862.0,3.7554,1,leg_gt,0.74,60 -73689,gt_model_sell_peak_local,sell,2026-01-09 17:30:00,859.0,3.394,1,leg_gt,0.74,60 -73690,gt_model_sell_peak_local,sell,2026-01-09 17:39:00,855.0,2.912,1,leg_gt,0.75,60 -73691,gt_model_sell_peak_local,sell,2026-01-09 17:42:00,853.0,2.6711,1,leg_gt,0.75,60 -73692,gt_model_sell_peak_local,sell,2026-01-09 18:09:00,860.0,3.5145,1,leg_gt,0.77,60 -73693,gt_model_sell_peak_local,sell,2026-01-09 18:12:00,854.0,2.7916,1,leg_gt,0.77,60 -73694,gt_model_sell_peak_local,sell,2026-01-09 21:33:00,846.0,1.8277,1,leg_gt,0.91,60 -73695,gt_model_sell_peak_local,sell,2026-01-09 23:54:00,851.0,2.4301,1,leg_gt,1.01,60 -73696,gt_model_sell_peak_local,sell,2026-01-09 23:57:00,848.0,2.0687,1,leg_gt,1.01,60 -73697,gt_model_sell_peak_local,sell,2026-01-10 02:18:00,862.0,3.7554,1,leg_gt,1.11,60 -73698,gt_model_sell_peak_local,sell,2026-01-10 07:33:00,855.0,2.912,1,leg_gt,1.33,60 -73699,gt_model_sell_peak_local,sell,2026-01-10 08:54:00,853.0,2.6711,1,leg_gt,1.38,60 -73700,gt_model_sell_peak_local,sell,2026-01-10 08:57:00,853.0,2.6711,1,leg_gt,1.39,60 -73701,gt_model_sell_peak_local,sell,2026-01-10 11:21:00,851.0,2.4301,1,leg_gt,1.49,60 -73702,gt_model_sell_peak_local,sell,2026-01-10 11:45:00,848.0,2.0687,1,leg_gt,1.5,60 -73703,gt_model_sell_peak_local,sell,2026-01-10 15:12:00,843.0,1.4663,1,leg_gt,1.65,60 -73704,gt_model_sell_peak_local,sell,2026-01-10 15:15:00,843.0,1.4663,1,leg_gt,1.65,60 -73705,gt_model_sell_peak_local,sell,2026-01-10 18:03:00,851.0,1.4513,1,leg_gt,0.11,60 -73706,gt_model_sell_peak_local,sell,2026-01-10 23:00:00,862.0,2.764,1,leg_gt,0.32,60 -73707,gt_model_sell_peak_local,sell,2026-01-10 23:06:00,862.0,2.764,1,leg_gt,0.32,60 -73708,gt_model_sell_peak_local,sell,2026-01-10 23:18:00,859.0,2.406,1,leg_gt,0.33,60 -73709,gt_model_sell_peak_local,sell,2026-01-10 23:39:00,857.0,2.1673,1,leg_gt,0.35,60 -73710,gt_model_sell_peak_local,sell,2026-01-11 03:36:00,850.0,1.332,1,leg_gt,0.51,60 -73711,gt_model_sell_peak_local,sell,2026-01-11 06:03:00,851.0,1.4513,1,leg_gt,0.61,60 -73712,gt_model_sell_peak_local,sell,2026-01-11 06:15:00,850.0,1.332,1,leg_gt,0.62,60 -73713,gt_model_sell_peak_local,sell,2026-01-11 06:18:00,849.0,1.2126,1,leg_gt,0.62,60 -73714,gt_model_sell_peak_local,sell,2026-01-11 06:27:00,849.0,1.2126,1,leg_gt,0.63,60 -73715,gt_model_sell_peak_local,sell,2026-01-11 09:45:00,843.0,0.4967,1,leg_gt,0.77,60 -73716,gt_model_sell_peak_local,sell,2026-01-11 12:12:00,845.0,0.7353,1,leg_gt,0.87,60 -73717,gt_model_sell_peak_local,sell,2026-01-11 12:15:00,844.0,0.616,1,leg_gt,0.87,60 -73718,gt_model_sell_peak_local,sell,2026-01-11 12:27:00,845.0,0.7353,1,leg_gt,0.88,60 -73719,gt_model_sell_peak_local,sell,2026-01-11 12:30:00,844.0,0.616,1,leg_gt,0.88,60 -73720,gt_model_sell_peak_local,sell,2026-01-11 12:33:00,845.0,0.7353,1,leg_gt,0.89,60 -73721,gt_model_sell_peak_local,sell,2026-01-11 12:36:00,845.0,0.7353,1,leg_gt,0.89,60 -73722,gt_model_sell_peak_local,sell,2026-01-11 12:42:00,845.0,0.7353,1,leg_gt,0.89,60 -73723,gt_model_sell_peak_local,sell,2026-01-11 15:12:00,844.0,0.616,1,leg_gt,1.0,60 -73724,gt_model_sell_peak_local,sell,2026-01-11 15:15:00,845.0,0.7353,1,leg_gt,1.0,60 -73725,gt_model_sell_peak_local,sell,2026-01-11 15:45:00,842.0,0.3773,1,leg_gt,1.02,60 -73726,gt_model_sell_peak_local,sell,2026-01-11 17:15:00,846.0,0.8547,1,leg_gt,1.08,60 -73727,gt_model_sell_peak_local,sell,2026-01-11 17:21:00,846.0,0.8547,1,leg_gt,1.09,60 -73728,gt_model_sell_peak_local,sell,2026-01-11 19:18:00,852.0,1.5706,1,leg_gt,1.17,60 -73729,gt_model_sell_peak_local,sell,2026-01-11 19:21:00,852.0,1.5706,1,leg_gt,1.17,60 -73730,gt_model_sell_peak_local,sell,2026-01-11 19:24:00,851.0,1.4513,1,leg_gt,1.17,60 -73731,gt_model_sell_peak_local,sell,2026-01-11 19:27:00,851.0,1.4513,1,leg_gt,1.17,60 -73732,gt_model_sell_peak_local,sell,2026-01-11 22:57:00,852.0,1.5706,1,leg_gt,1.32,60 -73733,gt_model_sell_peak_local,sell,2026-01-12 00:57:00,842.0,0.3773,1,leg_gt,1.4,60 -73734,gt_model_sell_peak_local,sell,2026-01-12 03:12:00,849.0,1.2126,1,leg_gt,1.5,60 -73735,gt_model_sell_peak_local,sell,2026-01-12 05:27:00,838.0,-0.1,0,leg_gt,1.59,60 -73736,gt_model_sell_peak_local,sell,2026-01-12 05:36:00,838.0,-0.1,0,leg_gt,1.6,60 -73737,gt_model_sell_peak_local,sell,2026-01-12 07:57:00,832.0,-0.816,0,leg_gt,1.69,60 -73738,gt_model_sell_peak_local,sell,2026-01-12 13:27:00,855.0,3.7882,1,leg_gt,0.22,60 -73739,gt_model_sell_peak_local,sell,2026-01-12 13:30:00,856.0,3.9097,1,leg_gt,0.23,60 -73740,gt_model_sell_peak_local,sell,2026-01-12 15:21:00,857.0,4.0312,1,leg_gt,0.3,60 -73741,gt_model_sell_peak_local,sell,2026-01-12 15:24:00,855.0,3.7882,1,leg_gt,0.31,60 -73742,gt_model_sell_peak_local,sell,2026-01-12 15:30:00,855.0,3.7882,1,leg_gt,0.31,60 -73743,gt_model_sell_peak_local,sell,2026-01-12 21:36:00,835.0,1.3581,1,leg_gt,0.56,60 -73744,gt_model_sell_peak_local,sell,2026-01-12 22:06:00,832.0,0.9936,1,leg_gt,0.59,60 -73745,gt_model_sell_peak_local,sell,2026-01-13 02:30:00,834.0,1.4834,1,leg_gt,0.13,60 -73746,gt_model_sell_peak_local,sell,2026-01-13 04:27:00,830.0,0.9962,1,leg_gt,0.21,60 -73747,gt_model_sell_peak_local,sell,2026-01-13 06:06:00,823.0,0.1436,1,leg_gt,0.28,60 -73748,gt_model_sell_peak_local,sell,2026-01-13 06:09:00,825.0,0.3872,1,leg_gt,0.28,60 -73749,gt_model_sell_peak_local,sell,2026-01-13 08:15:00,819.0,0.0222,1,leg_gt,0.01,60 -73750,gt_model_sell_peak_local,sell,2026-01-13 08:45:00,820.0,0.1445,1,leg_gt,0.03,60 -73751,gt_model_sell_peak_local,sell,2026-01-13 12:15:00,824.0,0.6335,1,leg_gt,0.18,60 -73752,gt_model_sell_peak_local,sell,2026-01-13 15:27:00,832.0,1.6115,1,leg_gt,0.31,60 -73753,gt_model_sell_peak_local,sell,2026-01-13 16:54:00,834.0,1.856,1,leg_gt,0.37,60 -73754,gt_model_sell_peak_local,sell,2026-01-13 20:06:00,839.0,2.4672,1,leg_gt,0.5,60 -73755,gt_model_sell_peak_local,sell,2026-01-13 20:09:00,839.0,2.4672,1,leg_gt,0.5,60 -73756,gt_model_sell_peak_local,sell,2026-01-13 21:39:00,842.0,2.834,1,leg_gt,0.57,60 -73757,gt_model_sell_peak_local,sell,2026-01-14 02:51:00,888.0,8.4575,1,leg_gt,0.78,60 -73758,gt_model_sell_peak_local,sell,2026-01-14 05:51:00,878.0,7.235,1,leg_gt,0.91,60 -73759,gt_model_sell_peak_local,sell,2026-01-14 05:54:00,878.0,7.235,1,leg_gt,0.91,60 -73760,gt_model_sell_peak_local,sell,2026-01-14 05:57:00,878.0,7.235,1,leg_gt,0.91,60 -73761,gt_model_sell_peak_local,sell,2026-01-14 06:03:00,880.0,7.4795,1,leg_gt,0.92,60 -73762,gt_model_sell_peak_local,sell,2026-01-14 08:48:00,900.0,9.9244,1,leg_gt,1.03,60 -73763,gt_model_sell_peak_local,sell,2026-01-14 10:57:00,908.0,10.9024,1,leg_gt,1.12,60 -73764,gt_model_sell_peak_local,sell,2026-01-14 11:15:00,909.0,11.0247,1,leg_gt,1.13,60 -73765,gt_model_sell_peak_local,sell,2026-01-14 11:33:00,906.0,10.6579,1,leg_gt,1.15,60 -73766,gt_model_sell_peak_local,sell,2026-01-14 13:45:00,904.0,10.4134,1,leg_gt,1.24,60 -73767,gt_model_sell_peak_local,sell,2026-01-14 13:51:00,903.0,10.2912,1,leg_gt,1.24,60 -73768,gt_model_sell_peak_local,sell,2026-01-14 13:54:00,904.0,10.4134,1,leg_gt,1.24,60 -73769,gt_model_sell_peak_local,sell,2026-01-14 13:57:00,904.0,10.4134,1,leg_gt,1.25,60 -73770,gt_model_sell_peak_local,sell,2026-01-14 14:00:00,904.0,10.4134,1,leg_gt,1.25,60 -73771,gt_model_sell_peak_local,sell,2026-01-14 14:27:00,898.0,9.68,1,leg_gt,1.27,60 -73772,gt_model_sell_peak_local,sell,2026-01-14 17:12:00,897.0,9.5577,1,leg_gt,1.38,60 -73773,gt_model_sell_peak_local,sell,2026-01-14 20:12:00,893.0,9.0687,1,leg_gt,1.51,60 -73774,gt_model_sell_peak_local,sell,2026-01-14 22:12:00,889.0,8.5797,1,leg_gt,1.59,60 -73775,gt_model_sell_peak_local,sell,2026-01-14 22:15:00,889.0,8.5797,1,leg_gt,1.59,60 -73776,gt_model_sell_peak_local,sell,2026-01-15 02:09:00,903.0,10.2912,1,leg_gt,1.75,60 -73777,gt_model_sell_peak_local,sell,2026-01-15 02:12:00,904.0,10.4134,1,leg_gt,1.76,60 -73778,gt_model_sell_peak_local,sell,2026-01-15 02:15:00,904.0,10.4134,1,leg_gt,1.76,60 -73779,gt_model_sell_peak_local,sell,2026-01-15 02:30:00,900.0,9.9244,1,leg_gt,1.77,60 -73780,gt_model_sell_peak_local,sell,2026-01-15 02:48:00,897.0,9.5577,1,leg_gt,1.78,60 -73781,gt_model_sell_peak_local,sell,2026-01-15 06:09:00,887.0,8.3352,1,leg_gt,1.92,60 -73782,gt_model_sell_peak_local,sell,2026-01-15 11:06:00,872.0,6.5015,1,leg_gt,2.13,60 -73783,gt_model_sell_peak_local,sell,2026-01-15 17:45:00,867.0,2.1406,1,leg_gt,0.2,60 -73784,gt_model_sell_peak_local,sell,2026-01-15 17:48:00,867.0,2.1406,1,leg_gt,0.2,60 -73785,gt_model_sell_peak_local,sell,2026-01-15 17:51:00,867.0,2.1406,1,leg_gt,0.21,60 -73786,gt_model_sell_peak_local,sell,2026-01-15 17:54:00,867.0,2.1406,1,leg_gt,0.21,60 -73787,gt_model_sell_peak_local,sell,2026-01-15 20:00:00,869.0,2.3764,1,leg_gt,0.3,60 -73788,gt_model_sell_peak_local,sell,2026-01-15 20:03:00,871.0,2.6123,1,leg_gt,0.3,60 -73789,gt_model_sell_peak_local,sell,2026-01-15 23:54:00,864.0,1.7868,1,leg_gt,0.46,60 -73790,gt_model_sell_peak_local,sell,2026-01-16 02:45:00,848.0,-0.1,0,leg_gt,0.58,60 -73791,gt_model_sell_peak_local,sell,2026-01-16 02:51:00,843.0,-0.6896,0,leg_gt,0.58,60 -73792,gt_model_sell_peak_local,sell,2026-01-16 03:00:00,836.0,-1.5151,0,leg_gt,0.59,60 -73793,gt_model_sell_peak_local,sell,2026-01-16 06:03:00,823.0,-3.0481,0,leg_gt,0.71,60 -73794,gt_model_sell_peak_local,sell,2026-01-16 06:09:00,823.0,-3.0481,0,leg_gt,0.72,60 -73795,gt_model_sell_peak_local,sell,2026-01-16 06:12:00,823.0,-3.0481,0,leg_gt,0.72,60 -73796,gt_model_sell_peak_local,sell,2026-01-16 08:30:00,828.0,-2.4585,0,leg_gt,0.82,60 -73797,gt_model_sell_peak_local,sell,2026-01-16 08:33:00,828.0,-2.4585,0,leg_gt,0.82,60 -73798,gt_model_sell_peak_local,sell,2026-01-16 10:21:00,827.0,-2.5764,0,leg_gt,0.89,60 -73799,gt_model_sell_peak_local,sell,2026-01-16 10:36:00,828.0,-2.4585,0,leg_gt,0.9,60 -73800,gt_model_sell_peak_local,sell,2026-01-16 10:39:00,827.0,-2.5764,0,leg_gt,0.91,60 -73801,gt_model_sell_peak_local,sell,2026-01-16 13:00:00,826.0,-2.6943,0,leg_gt,1.0,60 -73802,gt_model_sell_peak_local,sell,2026-01-16 14:15:00,824.0,-2.9302,0,leg_gt,1.06,60 -73803,gt_model_sell_peak_local,sell,2026-01-16 19:12:00,836.0,-1.5151,0,leg_gt,1.26,60 -73804,gt_model_sell_peak_local,sell,2026-01-16 19:39:00,832.0,-1.9868,0,leg_gt,1.28,60 -73805,gt_model_sell_peak_local,sell,2026-01-16 19:42:00,830.0,-2.2226,0,leg_gt,1.28,60 -73806,gt_model_sell_peak_local,sell,2026-01-16 21:33:00,831.0,-2.1047,0,leg_gt,1.36,60 -73807,gt_model_sell_peak_local,sell,2026-01-17 01:09:00,809.0,0.8988,1,leg_gt,0.02,60 -73808,gt_model_sell_peak_local,sell,2026-01-17 01:12:00,807.0,0.6491,1,leg_gt,0.02,60 -73809,gt_model_sell_peak_local,sell,2026-01-17 02:51:00,813.0,1.3981,1,leg_gt,0.09,60 -73810,gt_model_sell_peak_local,sell,2026-01-17 04:06:00,810.0,1.0236,1,leg_gt,0.14,60 -73811,gt_model_sell_peak_local,sell,2026-01-17 04:24:00,808.0,0.7739,1,leg_gt,0.15,60 -73812,gt_model_sell_peak_local,sell,2026-01-17 04:33:00,811.0,1.1484,1,leg_gt,0.16,60 -73813,gt_model_sell_peak_local,sell,2026-01-17 07:06:00,818.0,2.0223,1,leg_gt,0.26,60 -73814,gt_model_sell_peak_local,sell,2026-01-17 07:09:00,820.0,2.272,1,leg_gt,0.27,60 -73815,gt_model_sell_peak_local,sell,2026-01-17 07:24:00,819.0,2.1472,1,leg_gt,0.28,60 -73816,gt_model_sell_peak_local,sell,2026-01-17 07:27:00,821.0,2.3969,1,leg_gt,0.28,60 -73817,gt_model_sell_peak_local,sell,2026-01-17 09:15:00,820.0,2.272,1,leg_gt,0.35,60 -73818,gt_model_sell_peak_local,sell,2026-01-17 09:30:00,821.0,2.3969,1,leg_gt,0.36,60 -73819,gt_model_sell_peak_local,sell,2026-01-17 11:18:00,823.0,2.6466,1,leg_gt,0.44,60 -73820,gt_model_sell_peak_local,sell,2026-01-17 11:21:00,821.0,2.3969,1,leg_gt,0.44,60 -73821,gt_model_sell_peak_local,sell,2026-01-17 11:24:00,821.0,2.3969,1,leg_gt,0.44,60 -73822,gt_model_sell_peak_local,sell,2026-01-17 11:27:00,820.0,2.272,1,leg_gt,0.45,60 -73823,gt_model_sell_peak_local,sell,2026-01-17 15:06:00,820.0,2.272,1,leg_gt,0.6,60 -73824,gt_model_sell_peak_local,sell,2026-01-17 15:09:00,818.0,2.0223,1,leg_gt,0.6,60 -73825,gt_model_sell_peak_local,sell,2026-01-17 15:15:00,820.0,2.272,1,leg_gt,0.6,60 -73826,gt_model_sell_peak_local,sell,2026-01-17 15:18:00,819.0,2.1472,1,leg_gt,0.61,60 -73827,gt_model_sell_peak_local,sell,2026-01-17 15:21:00,818.0,2.0223,1,leg_gt,0.61,60 -73828,gt_model_sell_peak_local,sell,2026-01-17 15:24:00,819.0,2.1472,1,leg_gt,0.61,60 -73829,gt_model_sell_peak_local,sell,2026-01-17 15:27:00,819.0,2.1472,1,leg_gt,0.61,60 -73830,gt_model_sell_peak_local,sell,2026-01-17 15:51:00,818.0,2.0223,1,leg_gt,0.63,60 -73831,gt_model_sell_peak_local,sell,2026-01-17 17:36:00,822.0,2.5217,1,leg_gt,0.7,60 -73832,gt_model_sell_peak_local,sell,2026-01-17 17:45:00,823.0,2.6466,1,leg_gt,0.71,60 -73833,gt_model_sell_peak_local,sell,2026-01-17 18:06:00,824.0,2.7714,1,leg_gt,0.72,60 -73834,gt_model_sell_peak_local,sell,2026-01-17 18:09:00,824.0,2.7714,1,leg_gt,0.72,60 -73835,gt_model_sell_peak_local,sell,2026-01-17 18:18:00,821.0,2.3969,1,leg_gt,0.73,60 -73836,gt_model_sell_peak_local,sell,2026-01-17 18:48:00,822.0,2.5217,1,leg_gt,0.75,60 -73837,gt_model_sell_peak_local,sell,2026-01-17 18:51:00,822.0,2.5217,1,leg_gt,0.75,60 -73838,gt_model_sell_peak_local,sell,2026-01-17 19:00:00,821.0,2.3969,1,leg_gt,0.76,60 -73839,gt_model_sell_peak_local,sell,2026-01-17 19:03:00,820.0,2.272,1,leg_gt,0.76,60 -73840,gt_model_sell_peak_local,sell,2026-01-17 20:24:00,820.0,2.272,1,leg_gt,0.82,60 -73841,gt_model_sell_peak_local,sell,2026-01-17 20:27:00,820.0,2.272,1,leg_gt,0.82,60 -73842,gt_model_sell_peak_local,sell,2026-01-17 23:00:00,821.0,2.3969,1,leg_gt,0.93,60 -73843,gt_model_sell_peak_local,sell,2026-01-18 01:06:00,832.0,3.7702,1,leg_gt,1.01,60 -73844,gt_model_sell_peak_local,sell,2026-01-18 01:09:00,831.0,3.6453,1,leg_gt,1.02,60 -73845,gt_model_sell_peak_local,sell,2026-01-18 04:48:00,821.0,2.3969,1,leg_gt,1.17,60 -73846,gt_model_sell_peak_local,sell,2026-01-18 05:06:00,822.0,2.5217,1,leg_gt,1.18,60 -73847,gt_model_sell_peak_local,sell,2026-01-18 05:18:00,823.0,2.6466,1,leg_gt,1.19,60 -73848,gt_model_sell_peak_local,sell,2026-01-18 05:21:00,823.0,2.6466,1,leg_gt,1.19,60 -73849,gt_model_sell_peak_local,sell,2026-01-18 05:30:00,822.0,2.5217,1,leg_gt,1.2,60 -73850,gt_model_sell_peak_local,sell,2026-01-18 05:33:00,821.0,2.3969,1,leg_gt,1.2,60 -73851,gt_model_sell_peak_local,sell,2026-01-18 06:18:00,818.0,2.0223,1,leg_gt,1.23,60 -73852,gt_model_sell_peak_local,sell,2026-01-18 06:21:00,818.0,2.0223,1,leg_gt,1.23,60 -73853,gt_model_sell_peak_local,sell,2026-01-18 06:24:00,819.0,2.1472,1,leg_gt,1.24,60 -73854,gt_model_sell_peak_local,sell,2026-01-18 08:00:00,812.0,1.2733,1,leg_gt,1.3,60 -73855,gt_model_sell_peak_local,sell,2026-01-18 10:15:00,807.0,0.6491,1,leg_gt,1.4,60 -73856,gt_model_sell_peak_local,sell,2026-01-18 10:18:00,807.0,0.6491,1,leg_gt,1.4,60 -73857,gt_model_sell_peak_local,sell,2026-01-18 10:24:00,809.0,0.8988,1,leg_gt,1.4,60 -73858,gt_model_sell_peak_local,sell,2026-01-18 10:27:00,809.0,0.8988,1,leg_gt,1.4,60 -73859,gt_model_sell_peak_local,sell,2026-01-18 10:30:00,808.0,0.7739,1,leg_gt,1.41,60 -73860,gt_model_sell_peak_local,sell,2026-01-18 10:33:00,809.0,0.8988,1,leg_gt,1.41,60 -73861,gt_model_sell_peak_local,sell,2026-01-18 10:36:00,807.0,0.6491,1,leg_gt,1.41,60 -73862,gt_model_sell_peak_local,sell,2026-01-18 12:09:00,807.0,0.6491,1,leg_gt,1.48,60 -73863,gt_model_sell_peak_local,sell,2026-01-18 12:12:00,808.0,0.7739,1,leg_gt,1.48,60 -73864,gt_model_sell_peak_local,sell,2026-01-18 12:15:00,806.0,0.5242,1,leg_gt,1.48,60 -73865,gt_model_sell_peak_local,sell,2026-01-18 13:33:00,807.0,0.6491,1,leg_gt,1.53,60 -73866,gt_model_sell_peak_local,sell,2026-01-18 13:36:00,806.0,0.5242,1,leg_gt,1.54,60 -73867,gt_model_sell_peak_local,sell,2026-01-18 13:39:00,806.0,0.5242,1,leg_gt,1.54,60 -73868,gt_model_sell_peak_local,sell,2026-01-18 13:42:00,808.0,0.7739,1,leg_gt,1.54,60 -73869,gt_model_sell_peak_local,sell,2026-01-18 16:03:00,807.0,0.6491,1,leg_gt,1.64,60 -73870,gt_model_sell_peak_local,sell,2026-01-18 16:06:00,806.0,0.5242,1,leg_gt,1.64,60 -73871,gt_model_sell_peak_local,sell,2026-01-18 16:09:00,805.0,0.3994,1,leg_gt,1.64,60 -73872,gt_model_sell_peak_local,sell,2026-01-18 16:12:00,805.0,0.3994,1,leg_gt,1.64,60 -73873,gt_model_sell_peak_local,sell,2026-01-18 18:24:00,803.0,0.1497,1,leg_gt,1.74,60 -73874,gt_model_sell_peak_local,sell,2026-01-18 20:21:00,804.0,0.2745,1,leg_gt,1.82,60 -73875,gt_model_sell_peak_local,sell,2026-01-18 21:12:00,801.0,-0.1,0,leg_gt,1.85,60 -73876,gt_model_sell_peak_local,sell,2026-01-18 21:15:00,801.0,-0.1,0,leg_gt,1.85,60 -73877,gt_model_sell_peak_local,sell,2026-01-18 21:18:00,802.0,0.0248,1,leg_gt,1.86,60 -73878,gt_model_sell_peak_local,sell,2026-01-18 21:36:00,801.0,-0.1,0,leg_gt,1.87,60 -73879,gt_model_sell_peak_local,sell,2026-01-18 21:48:00,802.0,0.0248,1,leg_gt,1.88,60 -73880,gt_model_sell_peak_local,sell,2026-01-19 00:18:00,800.0,-0.2248,0,leg_gt,1.98,60 -73881,gt_model_sell_peak_local,sell,2026-01-19 00:21:00,801.0,-0.1,0,leg_gt,1.98,60 -73882,gt_model_sell_peak_local,sell,2026-01-19 00:33:00,800.0,-0.2248,0,leg_gt,1.99,60 -73883,gt_model_sell_peak_local,sell,2026-01-19 02:12:00,802.0,0.0248,1,leg_gt,2.06,60 -73884,gt_model_sell_peak_local,sell,2026-01-19 02:21:00,800.0,-0.2248,0,leg_gt,2.07,60 -73885,gt_model_sell_peak_local,sell,2026-01-19 02:27:00,800.0,-0.2248,0,leg_gt,2.07,60 -73886,gt_model_sell_peak_local,sell,2026-01-19 02:30:00,800.0,-0.2248,0,leg_gt,2.07,60 -73887,gt_model_sell_peak_local,sell,2026-01-19 02:45:00,799.0,-0.3497,0,leg_gt,2.08,60 -73888,gt_model_sell_peak_local,sell,2026-01-19 04:39:00,800.0,-0.2248,0,leg_gt,2.16,60 -73889,gt_model_sell_peak_local,sell,2026-01-19 04:51:00,797.0,-0.5994,0,leg_gt,2.17,60 -73890,gt_model_sell_peak_local,sell,2026-01-19 04:54:00,797.0,-0.5994,0,leg_gt,2.17,60 -73891,gt_model_sell_peak_local,sell,2026-01-19 06:33:00,803.0,0.1497,1,leg_gt,2.24,60 -73892,gt_model_sell_peak_local,sell,2026-01-19 06:36:00,803.0,0.1497,1,leg_gt,2.24,60 -73893,gt_model_sell_peak_local,sell,2026-01-19 07:03:00,804.0,0.2745,1,leg_gt,2.26,60 -73894,gt_model_sell_peak_local,sell,2026-01-19 07:15:00,805.0,0.3994,1,leg_gt,2.27,60 -73895,gt_model_sell_peak_local,sell,2026-01-19 07:18:00,804.0,0.2745,1,leg_gt,2.27,60 -73896,gt_model_sell_peak_local,sell,2026-01-19 07:27:00,803.0,0.1497,1,leg_gt,2.28,60 -73897,gt_model_sell_peak_local,sell,2026-01-19 08:51:00,769.0,-4.095,0,leg_gt,2.34,60 -73898,gt_model_sell_peak_local,sell,2026-01-19 08:54:00,766.0,-4.4695,0,leg_gt,2.34,60 -73899,gt_model_sell_peak_local,sell,2026-01-19 08:57:00,764.0,-4.7192,0,leg_gt,2.34,60 -73900,gt_model_sell_peak_local,sell,2026-01-19 12:33:00,727.0,2.0067,1,leg_gt,0.15,60 -73901,gt_model_sell_peak_local,sell,2026-01-19 12:36:00,727.0,2.0067,1,leg_gt,0.15,60 -73902,gt_model_sell_peak_local,sell,2026-01-19 12:39:00,727.0,2.0067,1,leg_gt,0.15,60 -73903,gt_model_sell_peak_local,sell,2026-01-19 14:03:00,727.0,2.0067,1,leg_gt,0.21,60 -73904,gt_model_sell_peak_local,sell,2026-01-19 15:54:00,727.0,2.0067,1,leg_gt,0.29,60 -73905,gt_model_sell_peak_local,sell,2026-01-19 15:57:00,728.0,2.1472,1,leg_gt,0.29,60 -73906,gt_model_sell_peak_local,sell,2026-01-19 17:24:00,734.0,2.9899,1,leg_gt,0.35,60 -73907,gt_model_sell_peak_local,sell,2026-01-19 18:48:00,733.0,2.8494,1,leg_gt,0.41,60 -73908,gt_model_sell_peak_local,sell,2026-01-19 18:51:00,731.0,2.5685,1,leg_gt,0.41,60 -73909,gt_model_sell_peak_local,sell,2026-01-19 18:54:00,730.0,2.4281,1,leg_gt,0.41,60 -73910,gt_model_sell_peak_local,sell,2026-01-19 18:57:00,731.0,2.5685,1,leg_gt,0.41,60 -73911,gt_model_sell_peak_local,sell,2026-01-19 21:00:00,735.0,3.1303,1,leg_gt,0.5,60 -73912,gt_model_sell_peak_local,sell,2026-01-19 21:03:00,733.0,2.8494,1,leg_gt,0.5,60 -73913,gt_model_sell_peak_local,sell,2026-01-19 21:06:00,732.0,2.709,1,leg_gt,0.5,60 -73914,gt_model_sell_peak_local,sell,2026-01-19 23:09:00,734.0,2.9899,1,leg_gt,0.59,60 -73915,gt_model_sell_peak_local,sell,2026-01-19 23:12:00,734.0,2.9899,1,leg_gt,0.59,60 -73916,gt_model_sell_peak_local,sell,2026-01-19 23:15:00,733.0,2.8494,1,leg_gt,0.59,60 -73917,gt_model_sell_peak_local,sell,2026-01-20 00:48:00,731.0,2.5685,1,leg_gt,0.66,60 -73918,gt_model_sell_peak_local,sell,2026-01-20 03:30:00,746.0,4.6753,1,leg_gt,0.77,60 -73919,gt_model_sell_peak_local,sell,2026-01-20 05:21:00,750.0,5.2371,1,leg_gt,0.85,60 -73920,gt_model_sell_peak_local,sell,2026-01-20 07:00:00,746.0,4.6753,1,leg_gt,0.92,60 -73921,gt_model_sell_peak_local,sell,2026-01-20 09:33:00,744.0,4.3944,1,leg_gt,1.02,60 -73922,gt_model_sell_peak_local,sell,2026-01-20 09:36:00,745.0,4.5348,1,leg_gt,1.02,60 -73923,gt_model_sell_peak_local,sell,2026-01-20 09:48:00,744.0,4.3944,1,leg_gt,1.03,60 -73924,gt_model_sell_peak_local,sell,2026-01-20 09:51:00,742.0,4.1135,1,leg_gt,1.04,60 -73925,gt_model_sell_peak_local,sell,2026-01-20 09:57:00,742.0,4.1135,1,leg_gt,1.04,60 -73926,gt_model_sell_peak_local,sell,2026-01-20 11:27:00,740.0,3.8326,1,leg_gt,1.1,60 -73927,gt_model_sell_peak_local,sell,2026-01-20 13:48:00,743.0,4.2539,1,leg_gt,1.2,60 -73928,gt_model_sell_peak_local,sell,2026-01-20 15:06:00,739.0,3.6921,1,leg_gt,1.25,60 -73929,gt_model_sell_peak_local,sell,2026-01-20 20:15:00,725.0,1.7258,1,leg_gt,1.47,60 -73930,gt_model_sell_peak_local,sell,2026-01-20 21:06:00,723.0,1.4449,1,leg_gt,1.5,60 -73931,gt_model_sell_peak_local,sell,2026-01-20 21:09:00,724.0,1.5854,1,leg_gt,1.51,60 -73932,gt_model_sell_peak_local,sell,2026-01-20 22:45:00,718.0,0.7427,1,leg_gt,1.57,60 -73933,gt_model_sell_peak_local,sell,2026-01-21 00:39:00,712.0,-0.1,0,leg_gt,1.65,60 -73934,gt_model_sell_peak_local,sell,2026-01-21 00:42:00,711.0,-0.2404,0,leg_gt,1.65,60 -73935,gt_model_sell_peak_local,sell,2026-01-21 02:18:00,713.0,0.0404,1,leg_gt,1.72,60 -73936,gt_model_sell_peak_local,sell,2026-01-21 05:03:00,700.0,-1.7854,0,leg_gt,1.84,60 -73937,gt_model_sell_peak_local,sell,2026-01-21 05:06:00,700.0,-1.7854,0,leg_gt,1.84,60 -73938,gt_model_sell_peak_local,sell,2026-01-21 06:27:00,702.0,-1.5045,0,leg_gt,1.89,60 -73939,gt_model_sell_peak_local,sell,2026-01-21 06:51:00,700.0,-1.7854,0,leg_gt,1.91,60 -73940,gt_model_sell_peak_local,sell,2026-01-21 06:54:00,700.0,-1.7854,0,leg_gt,1.91,60 -73941,gt_model_sell_peak_local,sell,2026-01-21 06:57:00,700.0,-1.7854,0,leg_gt,1.91,60 -73942,gt_model_sell_peak_local,sell,2026-01-21 11:18:00,715.0,2.9259,1,leg_gt,0.12,60 -73943,gt_model_sell_peak_local,sell,2026-01-21 13:00:00,717.0,3.2141,1,leg_gt,0.19,60 -73944,gt_model_sell_peak_local,sell,2026-01-21 13:03:00,718.0,3.3582,1,leg_gt,0.19,60 -73945,gt_model_sell_peak_local,sell,2026-01-21 13:06:00,717.0,3.2141,1,leg_gt,0.2,60 -73946,gt_model_sell_peak_local,sell,2026-01-21 13:15:00,716.0,3.07,1,leg_gt,0.2,60 -73947,gt_model_sell_peak_local,sell,2026-01-21 14:45:00,720.0,3.6464,1,leg_gt,0.26,60 -73948,gt_model_sell_peak_local,sell,2026-01-21 14:57:00,721.0,3.7905,1,leg_gt,0.27,60 -73949,gt_model_sell_peak_local,sell,2026-01-21 15:06:00,721.0,3.7905,1,leg_gt,0.28,60 -73950,gt_model_sell_peak_local,sell,2026-01-21 15:12:00,719.0,3.5023,1,leg_gt,0.28,60 -73951,gt_model_sell_peak_local,sell,2026-01-21 15:48:00,719.0,3.5023,1,leg_gt,0.31,60 -73952,gt_model_sell_peak_local,sell,2026-01-21 15:51:00,720.0,3.6464,1,leg_gt,0.31,60 -73953,gt_model_sell_peak_local,sell,2026-01-21 15:54:00,718.0,3.3582,1,leg_gt,0.31,60 -73954,gt_model_sell_peak_local,sell,2026-01-21 17:27:00,718.0,3.3582,1,leg_gt,0.38,60 -73955,gt_model_sell_peak_local,sell,2026-01-21 20:09:00,712.0,2.4937,1,leg_gt,0.49,60 -73956,gt_model_sell_peak_local,sell,2026-01-21 23:09:00,708.0,1.1876,1,leg_gt,0.02,60 -73957,gt_model_sell_peak_local,sell,2026-01-22 01:18:00,716.0,2.332,1,leg_gt,0.11,60 -73958,gt_model_sell_peak_local,sell,2026-01-22 01:24:00,709.0,1.3306,1,leg_gt,0.12,60 -73959,gt_model_sell_peak_local,sell,2026-01-22 05:45:00,711.0,2.9435,1,leg_gt,0.14,60 -73960,gt_model_sell_peak_local,sell,2026-01-22 07:06:00,719.0,4.1029,1,leg_gt,0.19,60 -73961,gt_model_sell_peak_local,sell,2026-01-22 07:18:00,718.0,3.958,1,leg_gt,0.2,60 -73962,gt_model_sell_peak_local,sell,2026-01-22 07:21:00,718.0,3.958,1,leg_gt,0.2,60 -73963,gt_model_sell_peak_local,sell,2026-01-22 07:45:00,717.0,3.813,1,leg_gt,0.22,60 -73964,gt_model_sell_peak_local,sell,2026-01-22 12:03:00,716.0,3.6681,1,leg_gt,0.4,60 -73965,gt_model_sell_peak_local,sell,2026-01-22 14:45:00,713.0,3.2333,1,leg_gt,0.51,60 -73966,gt_model_sell_peak_local,sell,2026-01-22 15:06:00,715.0,3.5232,1,leg_gt,0.52,60 -73967,gt_model_sell_peak_local,sell,2026-01-22 17:00:00,712.0,3.0884,1,leg_gt,0.6,60 -73968,gt_model_sell_peak_local,sell,2026-01-22 19:42:00,715.0,3.5232,1,leg_gt,0.72,60 -73969,gt_model_sell_peak_local,sell,2026-01-22 19:45:00,715.0,3.5232,1,leg_gt,0.72,60 -73970,gt_model_sell_peak_local,sell,2026-01-22 20:57:00,713.0,3.2333,1,leg_gt,0.77,60 -73971,gt_model_sell_peak_local,sell,2026-01-22 23:27:00,703.0,1.7841,1,leg_gt,0.87,60 -73972,gt_model_sell_peak_local,sell,2026-01-22 23:30:00,702.0,1.6391,1,leg_gt,0.88,60 -73973,gt_model_sell_peak_local,sell,2026-01-23 03:12:00,705.0,1.485,1,leg_gt,0.11,60 -73974,gt_model_sell_peak_local,sell,2026-01-23 05:39:00,697.0,0.3323,1,leg_gt,0.22,60 -73975,gt_model_sell_peak_local,sell,2026-01-23 05:42:00,697.0,0.3323,1,leg_gt,0.22,60 -73976,gt_model_sell_peak_local,sell,2026-01-23 07:21:00,700.0,0.7646,1,leg_gt,0.29,60 -73977,gt_model_sell_peak_local,sell,2026-01-23 07:24:00,700.0,0.7646,1,leg_gt,0.29,60 -73978,gt_model_sell_peak_local,sell,2026-01-23 08:54:00,701.0,0.9086,1,leg_gt,0.35,60 -73979,gt_model_sell_peak_local,sell,2026-01-23 10:18:00,705.0,1.485,1,leg_gt,0.41,60 -73980,gt_model_sell_peak_local,sell,2026-01-23 10:27:00,705.0,1.485,1,leg_gt,0.42,60 -73981,gt_model_sell_peak_local,sell,2026-01-23 12:03:00,706.0,1.6291,1,leg_gt,0.48,60 -73982,gt_model_sell_peak_local,sell,2026-01-23 12:12:00,706.0,1.6291,1,leg_gt,0.49,60 -73983,gt_model_sell_peak_local,sell,2026-01-23 14:48:00,711.0,2.3496,1,leg_gt,0.6,60 -73984,gt_model_sell_peak_local,sell,2026-01-23 19:42:00,701.0,0.9086,1,leg_gt,0.8,60 -73985,gt_model_sell_peak_local,sell,2026-01-23 21:33:00,703.0,1.1968,1,leg_gt,0.88,60 -73986,gt_model_sell_peak_local,sell,2026-01-23 21:36:00,701.0,0.9086,1,leg_gt,0.88,60 -73987,gt_model_sell_peak_local,sell,2026-01-23 21:39:00,702.0,1.0527,1,leg_gt,0.88,60 -73988,gt_model_sell_peak_local,sell,2026-01-23 21:42:00,702.0,1.0527,1,leg_gt,0.89,60 -73989,gt_model_sell_peak_local,sell,2026-01-23 21:51:00,704.0,1.3409,1,leg_gt,0.89,60 -73990,gt_model_sell_peak_local,sell,2026-01-23 21:54:00,703.0,1.1968,1,leg_gt,0.89,60 -73991,gt_model_sell_peak_local,sell,2026-01-23 21:57:00,704.0,1.3409,1,leg_gt,0.9,60 -73992,gt_model_sell_peak_local,sell,2026-01-23 22:03:00,702.0,1.0527,1,leg_gt,0.9,60 -73993,gt_model_sell_peak_local,sell,2026-01-23 22:09:00,701.0,0.9086,1,leg_gt,0.9,60 -73994,gt_model_sell_peak_local,sell,2026-01-23 23:18:00,701.0,0.9086,1,leg_gt,0.95,60 -73995,gt_model_sell_peak_local,sell,2026-01-23 23:27:00,702.0,1.0527,1,leg_gt,0.96,60 -73996,gt_model_sell_peak_local,sell,2026-01-24 03:36:00,710.0,3.0977,1,leg_gt,0.15,60 -73997,gt_model_sell_peak_local,sell,2026-01-24 03:39:00,708.0,2.807,1,leg_gt,0.15,60 -73998,gt_model_sell_peak_local,sell,2026-01-24 07:24:00,692.0,0.4814,1,leg_gt,0.31,60 -73999,gt_model_sell_peak_local,sell,2026-01-24 07:27:00,692.0,0.4814,1,leg_gt,0.31,60 -74000,gt_model_sell_peak_local,sell,2026-01-24 08:30:00,690.0,0.1907,1,leg_gt,0.35,60 -74001,gt_model_sell_peak_local,sell,2026-01-24 08:57:00,690.0,0.1907,1,leg_gt,0.37,60 -74002,gt_model_sell_peak_local,sell,2026-01-24 10:03:00,689.0,0.0453,1,leg_gt,0.42,60 -74003,gt_model_sell_peak_local,sell,2026-01-24 10:15:00,690.0,0.1907,1,leg_gt,0.43,60 -74004,gt_model_sell_peak_local,sell,2026-01-24 10:18:00,689.0,0.0453,1,leg_gt,0.43,60 -74005,gt_model_sell_peak_local,sell,2026-01-24 10:24:00,689.0,0.0453,1,leg_gt,0.43,60 -74006,gt_model_sell_peak_local,sell,2026-01-24 13:42:00,695.0,0.9174,1,leg_gt,0.57,60 -74007,gt_model_sell_peak_local,sell,2026-01-24 16:00:00,696.0,1.0628,1,leg_gt,0.67,60 -74008,gt_model_sell_peak_local,sell,2026-01-24 16:03:00,695.0,0.9174,1,leg_gt,0.67,60 -74009,gt_model_sell_peak_local,sell,2026-01-24 16:12:00,697.0,1.2081,1,leg_gt,0.68,60 -74010,gt_model_sell_peak_local,sell,2026-01-24 16:15:00,697.0,1.2081,1,leg_gt,0.68,60 -74011,gt_model_sell_peak_local,sell,2026-01-24 16:18:00,696.0,1.0628,1,leg_gt,0.68,60 -74012,gt_model_sell_peak_local,sell,2026-01-24 16:27:00,696.0,1.0628,1,leg_gt,0.69,60 -74013,gt_model_sell_peak_local,sell,2026-01-24 16:45:00,695.0,0.9174,1,leg_gt,0.7,60 -74014,gt_model_sell_peak_local,sell,2026-01-24 16:48:00,695.0,0.9174,1,leg_gt,0.7,60 -74015,gt_model_sell_peak_local,sell,2026-01-24 16:51:00,696.0,1.0628,1,leg_gt,0.7,60 -74016,gt_model_sell_peak_local,sell,2026-01-24 16:54:00,696.0,1.0628,1,leg_gt,0.7,60 -74017,gt_model_sell_peak_local,sell,2026-01-24 16:57:00,695.0,0.9174,1,leg_gt,0.71,60 -74018,gt_model_sell_peak_local,sell,2026-01-24 17:06:00,694.0,0.7721,1,leg_gt,0.71,60 -74019,gt_model_sell_peak_local,sell,2026-01-24 17:09:00,694.0,0.7721,1,leg_gt,0.71,60 -74020,gt_model_sell_peak_local,sell,2026-01-24 17:12:00,694.0,0.7721,1,leg_gt,0.72,60 -74021,gt_model_sell_peak_local,sell,2026-01-24 17:15:00,695.0,0.9174,1,leg_gt,0.72,60 -74022,gt_model_sell_peak_local,sell,2026-01-24 17:18:00,694.0,0.7721,1,leg_gt,0.72,60 -74023,gt_model_sell_peak_local,sell,2026-01-24 17:21:00,695.0,0.9174,1,leg_gt,0.72,60 -74024,gt_model_sell_peak_local,sell,2026-01-24 17:24:00,696.0,1.0628,1,leg_gt,0.72,60 -74025,gt_model_sell_peak_local,sell,2026-01-24 17:27:00,696.0,1.0628,1,leg_gt,0.73,60 -74026,gt_model_sell_peak_local,sell,2026-01-24 17:30:00,696.0,1.0628,1,leg_gt,0.73,60 -74027,gt_model_sell_peak_local,sell,2026-01-24 17:33:00,697.0,1.2081,1,leg_gt,0.73,60 -74028,gt_model_sell_peak_local,sell,2026-01-24 17:36:00,697.0,1.2081,1,leg_gt,0.73,60 -74029,gt_model_sell_peak_local,sell,2026-01-24 18:48:00,697.0,1.2081,1,leg_gt,0.78,60 -74030,gt_model_sell_peak_local,sell,2026-01-24 18:51:00,697.0,1.2081,1,leg_gt,0.79,60 -74031,gt_model_sell_peak_local,sell,2026-01-24 18:54:00,697.0,1.2081,1,leg_gt,0.79,60 -74032,gt_model_sell_peak_local,sell,2026-01-24 18:57:00,697.0,1.2081,1,leg_gt,0.79,60 -74033,gt_model_sell_peak_local,sell,2026-01-24 19:00:00,697.0,1.2081,1,leg_gt,0.79,60 -74034,gt_model_sell_peak_local,sell,2026-01-24 22:18:00,700.0,1.6442,1,leg_gt,0.93,60 -74035,gt_model_sell_peak_local,sell,2026-01-24 22:33:00,700.0,1.6442,1,leg_gt,0.94,60 -74036,gt_model_sell_peak_local,sell,2026-01-24 23:00:00,697.0,1.2081,1,leg_gt,0.96,60 -74037,gt_model_sell_peak_local,sell,2026-01-24 23:03:00,698.0,1.3535,1,leg_gt,0.96,60 -74038,gt_model_sell_peak_local,sell,2026-01-25 00:42:00,696.0,1.0628,1,leg_gt,1.03,60 -74039,gt_model_sell_peak_local,sell,2026-01-25 00:45:00,695.0,0.9174,1,leg_gt,1.03,60 -74040,gt_model_sell_peak_local,sell,2026-01-25 00:48:00,697.0,1.2081,1,leg_gt,1.03,60 -74041,gt_model_sell_peak_local,sell,2026-01-25 00:51:00,697.0,1.2081,1,leg_gt,1.04,60 -74042,gt_model_sell_peak_local,sell,2026-01-25 04:42:00,695.0,0.9174,1,leg_gt,1.2,60 -74043,gt_model_sell_peak_local,sell,2026-01-25 04:48:00,696.0,1.0628,1,leg_gt,1.2,60 -74044,gt_model_sell_peak_local,sell,2026-01-25 04:51:00,695.0,0.9174,1,leg_gt,1.2,60 -74045,gt_model_sell_peak_local,sell,2026-01-25 06:18:00,695.0,0.9174,1,leg_gt,1.26,60 -74046,gt_model_sell_peak_local,sell,2026-01-25 08:15:00,694.0,0.7721,1,leg_gt,1.34,60 -74047,gt_model_sell_peak_local,sell,2026-01-25 08:18:00,694.0,0.7721,1,leg_gt,1.35,60 -74048,gt_model_sell_peak_local,sell,2026-01-25 08:21:00,694.0,0.7721,1,leg_gt,1.35,60 -74049,gt_model_sell_peak_local,sell,2026-01-25 08:48:00,695.0,0.9174,1,leg_gt,1.37,60 -74050,gt_model_sell_peak_local,sell,2026-01-25 08:51:00,694.0,0.7721,1,leg_gt,1.37,60 -74051,gt_model_sell_peak_local,sell,2026-01-25 10:57:00,690.0,0.1907,1,leg_gt,1.46,60 -74052,gt_model_sell_peak_local,sell,2026-01-25 11:00:00,691.0,0.336,1,leg_gt,1.46,60 -74053,gt_model_sell_peak_local,sell,2026-01-25 12:15:00,691.0,0.336,1,leg_gt,1.51,60 -74054,gt_model_sell_peak_local,sell,2026-01-25 12:33:00,686.0,-0.3907,0,leg_gt,1.52,60 -74055,gt_model_sell_peak_local,sell,2026-01-25 13:03:00,690.0,0.1907,1,leg_gt,1.54,60 -74056,gt_model_sell_peak_local,sell,2026-01-25 14:42:00,691.0,0.336,1,leg_gt,1.61,60 -74057,gt_model_sell_peak_local,sell,2026-01-25 16:24:00,690.0,0.1907,1,leg_gt,1.68,60 -74058,gt_model_sell_peak_local,sell,2026-01-25 16:27:00,690.0,0.1907,1,leg_gt,1.69,60 -74059,gt_model_sell_peak_local,sell,2026-01-25 16:30:00,690.0,0.1907,1,leg_gt,1.69,60 -74060,gt_model_sell_peak_local,sell,2026-01-25 16:33:00,690.0,0.1907,1,leg_gt,1.69,60 -74061,gt_model_sell_peak_local,sell,2026-01-25 16:36:00,690.0,0.1907,1,leg_gt,1.69,60 -74062,gt_model_sell_peak_local,sell,2026-01-25 16:45:00,691.0,0.336,1,leg_gt,1.7,60 -74063,gt_model_sell_peak_local,sell,2026-01-25 18:06:00,687.0,-0.2453,0,leg_gt,1.75,60 -74064,gt_model_sell_peak_local,sell,2026-01-25 18:09:00,688.0,-0.1,0,leg_gt,1.76,60 -74065,gt_model_sell_peak_local,sell,2026-01-25 18:12:00,688.0,-0.1,0,leg_gt,1.76,60 -74066,gt_model_sell_peak_local,sell,2026-01-25 18:15:00,688.0,-0.1,0,leg_gt,1.76,60 -74067,gt_model_sell_peak_local,sell,2026-01-25 18:24:00,688.0,-0.1,0,leg_gt,1.77,60 -74068,gt_model_sell_peak_local,sell,2026-01-25 20:30:00,697.0,1.2081,1,leg_gt,1.85,60 -74069,gt_model_sell_peak_local,sell,2026-01-25 20:36:00,697.0,1.2081,1,leg_gt,1.86,60 -74070,gt_model_sell_peak_local,sell,2026-01-25 20:39:00,696.0,1.0628,1,leg_gt,1.86,60 -74071,gt_model_sell_peak_local,sell,2026-01-25 20:45:00,694.0,0.7721,1,leg_gt,1.86,60 -74072,gt_model_sell_peak_local,sell,2026-01-25 21:30:00,689.0,0.0453,1,leg_gt,1.9,60 -74073,gt_model_sell_peak_local,sell,2026-01-25 21:33:00,689.0,0.0453,1,leg_gt,1.9,60 -74074,gt_model_sell_peak_local,sell,2026-01-25 23:51:00,686.0,-0.3907,0,leg_gt,1.99,60 -74075,gt_model_sell_peak_local,sell,2026-01-26 01:27:00,667.0,-3.1523,0,leg_gt,2.06,60 -74076,gt_model_sell_peak_local,sell,2026-01-26 01:33:00,667.0,-3.1523,0,leg_gt,2.06,60 -74077,gt_model_sell_peak_local,sell,2026-01-26 03:48:00,660.0,-4.1698,0,leg_gt,2.16,60 -74078,gt_model_sell_peak_local,sell,2026-01-26 07:15:00,653.0,1.1403,1,leg_gt,0.07,60 -74079,gt_model_sell_peak_local,sell,2026-01-26 07:18:00,652.0,0.9853,1,leg_gt,0.07,60 -74080,gt_model_sell_peak_local,sell,2026-01-26 07:21:00,650.0,0.6752,1,leg_gt,0.08,60 -74081,gt_model_sell_peak_local,sell,2026-01-26 07:24:00,649.0,0.5202,1,leg_gt,0.08,60 -74082,gt_model_sell_peak_local,sell,2026-01-26 07:27:00,649.0,0.5202,1,leg_gt,0.08,60 -74083,gt_model_sell_peak_local,sell,2026-01-26 11:45:00,667.0,3.3109,1,leg_gt,0.26,60 -74084,gt_model_sell_peak_local,sell,2026-01-26 11:48:00,667.0,3.3109,1,leg_gt,0.26,60 -74085,gt_model_sell_peak_local,sell,2026-01-26 14:30:00,664.0,2.8457,1,leg_gt,0.37,60 -74086,gt_model_sell_peak_local,sell,2026-01-26 17:00:00,668.0,3.4659,1,leg_gt,0.48,60 -74087,gt_model_sell_peak_local,sell,2026-01-26 17:15:00,667.0,3.3109,1,leg_gt,0.49,60 -74088,gt_model_sell_peak_local,sell,2026-01-26 17:18:00,668.0,3.4659,1,leg_gt,0.49,60 -74089,gt_model_sell_peak_local,sell,2026-01-26 18:30:00,663.0,2.6907,1,leg_gt,0.54,60 -74090,gt_model_sell_peak_local,sell,2026-01-26 21:06:00,669.0,3.6209,1,leg_gt,0.65,60 -74091,gt_model_sell_peak_local,sell,2026-01-26 23:33:00,668.0,3.4659,1,leg_gt,0.75,60 -74092,gt_model_sell_peak_local,sell,2026-01-27 01:15:00,675.0,4.5512,1,leg_gt,0.82,60 -74093,gt_model_sell_peak_local,sell,2026-01-27 02:54:00,678.0,5.0163,1,leg_gt,0.89,60 -74094,gt_model_sell_peak_local,sell,2026-01-27 04:45:00,676.0,4.7062,1,leg_gt,0.97,60 -74095,gt_model_sell_peak_local,sell,2026-01-27 07:54:00,675.0,4.5512,1,leg_gt,1.1,60 -74096,gt_model_sell_peak_local,sell,2026-01-27 08:12:00,674.0,4.3961,1,leg_gt,1.11,60 -74097,gt_model_sell_peak_local,sell,2026-01-27 09:39:00,672.0,4.086,1,leg_gt,1.17,60 -74098,gt_model_sell_peak_local,sell,2026-01-27 12:03:00,672.0,4.086,1,leg_gt,1.27,60 -74099,gt_model_sell_peak_local,sell,2026-01-27 12:06:00,672.0,4.086,1,leg_gt,1.27,60 -74100,gt_model_sell_peak_local,sell,2026-01-27 14:12:00,667.0,3.3109,1,leg_gt,1.36,60 -74101,gt_model_sell_peak_local,sell,2026-01-27 14:15:00,667.0,3.3109,1,leg_gt,1.36,60 -74102,gt_model_sell_peak_local,sell,2026-01-27 14:18:00,666.0,3.1558,1,leg_gt,1.36,60 -74103,gt_model_sell_peak_local,sell,2026-01-27 14:21:00,667.0,3.3109,1,leg_gt,1.37,60 -74104,gt_model_sell_peak_local,sell,2026-01-27 16:21:00,664.0,2.8457,1,leg_gt,1.45,60 -74105,gt_model_sell_peak_local,sell,2026-01-27 17:42:00,666.0,3.1558,1,leg_gt,1.51,60 -74106,gt_model_sell_peak_local,sell,2026-01-27 17:45:00,666.0,3.1558,1,leg_gt,1.51,60 -74107,gt_model_sell_peak_local,sell,2026-01-27 18:03:00,666.0,3.1558,1,leg_gt,1.52,60 -74108,gt_model_sell_peak_local,sell,2026-01-27 18:06:00,666.0,3.1558,1,leg_gt,1.52,60 -74109,gt_model_sell_peak_local,sell,2026-01-27 18:30:00,663.0,2.6907,1,leg_gt,1.54,60 -74110,gt_model_sell_peak_local,sell,2026-01-27 18:51:00,664.0,2.8457,1,leg_gt,1.55,60 -74111,gt_model_sell_peak_local,sell,2026-01-27 18:54:00,663.0,2.6907,1,leg_gt,1.56,60 -74112,gt_model_sell_peak_local,sell,2026-01-27 18:57:00,663.0,2.6907,1,leg_gt,1.56,60 -74113,gt_model_sell_peak_local,sell,2026-01-27 21:39:00,666.0,3.1558,1,leg_gt,1.67,60 -74114,gt_model_sell_peak_local,sell,2026-01-27 23:06:00,665.0,3.0008,1,leg_gt,1.73,60 -74115,gt_model_sell_peak_local,sell,2026-01-28 00:21:00,665.0,3.0008,1,leg_gt,1.78,60 -74116,gt_model_sell_peak_local,sell,2026-01-28 00:24:00,664.0,2.8457,1,leg_gt,1.79,60 -74117,gt_model_sell_peak_local,sell,2026-01-28 02:39:00,664.0,2.8457,1,leg_gt,1.88,60 -74118,gt_model_sell_peak_local,sell,2026-01-28 02:45:00,659.0,2.0705,1,leg_gt,1.88,60 -74119,gt_model_sell_peak_local,sell,2026-01-28 06:21:00,679.0,3.4061,1,leg_gt,0.15,60 -74120,gt_model_sell_peak_local,sell,2026-01-28 06:27:00,678.0,3.2537,1,leg_gt,0.15,60 -74121,gt_model_sell_peak_local,sell,2026-01-28 08:42:00,676.0,2.9488,1,leg_gt,0.25,60 -74122,gt_model_sell_peak_local,sell,2026-01-28 09:48:00,670.0,2.0341,1,leg_gt,0.29,60 -74123,gt_model_sell_peak_local,sell,2026-01-28 11:03:00,674.0,2.6439,1,leg_gt,0.34,60 -74124,gt_model_sell_peak_local,sell,2026-01-28 12:30:00,670.0,2.0341,1,leg_gt,0.4,60 -74125,gt_model_sell_peak_local,sell,2026-01-28 16:57:00,666.0,1.4244,1,leg_gt,0.59,60 -74126,gt_model_sell_peak_local,sell,2026-01-28 18:21:00,666.0,1.4244,1,leg_gt,0.65,60 -74127,gt_model_sell_peak_local,sell,2026-01-28 19:39:00,671.0,2.1866,1,leg_gt,0.7,60 -74128,gt_model_sell_peak_local,sell,2026-01-28 19:42:00,671.0,2.1866,1,leg_gt,0.7,60 -74129,gt_model_sell_peak_local,sell,2026-01-28 19:45:00,671.0,2.1866,1,leg_gt,0.71,60 -74130,gt_model_sell_peak_local,sell,2026-01-28 19:51:00,671.0,2.1866,1,leg_gt,0.71,60 -74131,gt_model_sell_peak_local,sell,2026-01-28 19:54:00,670.0,2.0341,1,leg_gt,0.71,60 -74132,gt_model_sell_peak_local,sell,2026-01-28 19:57:00,670.0,2.0341,1,leg_gt,0.71,60 -74133,gt_model_sell_peak_local,sell,2026-01-28 21:57:00,670.0,2.0341,1,leg_gt,0.8,60 -74134,gt_model_sell_peak_local,sell,2026-01-28 23:42:00,667.0,1.5768,1,leg_gt,0.87,60 -74135,gt_model_sell_peak_local,sell,2026-01-29 01:39:00,664.0,1.1195,1,leg_gt,0.95,60 -74136,gt_model_sell_peak_local,sell,2026-01-29 01:42:00,662.0,0.8146,1,leg_gt,0.95,60 -74137,gt_model_sell_peak_local,sell,2026-01-29 03:57:00,662.0,0.8146,1,leg_gt,1.05,60 -74138,gt_model_sell_peak_local,sell,2026-01-29 08:48:00,867.0,32.0646,1,leg_gt,1.25,60 -74139,gt_model_sell_peak_local,sell,2026-01-29 15:21:00,747.0,13.772,1,leg_gt,1.52,60 -74140,gt_model_sell_peak_local,sell,2026-01-29 18:27:00,726.0,10.5707,1,leg_gt,1.65,60 -74141,gt_model_sell_peak_local,sell,2026-01-29 20:57:00,709.0,7.9793,1,leg_gt,1.76,60 -74142,gt_model_sell_peak_local,sell,2026-01-29 23:27:00,703.0,7.0646,1,leg_gt,1.86,60 -74143,gt_model_sell_peak_local,sell,2026-01-30 02:12:00,705.0,1.6316,1,leg_gt,0.08,60 -74144,gt_model_sell_peak_local,sell,2026-01-30 04:12:00,697.0,0.4772,1,leg_gt,0.17,60 -74145,gt_model_sell_peak_local,sell,2026-01-30 09:21:00,692.0,-0.2443,0,leg_gt,0.38,60 -74146,gt_model_sell_peak_local,sell,2026-01-30 11:27:00,663.0,0.0511,1,leg_gt,0.0,60 -74147,gt_model_sell_peak_local,sell,2026-01-30 11:30:00,663.0,0.0511,1,leg_gt,0.0,60 -74148,gt_model_sell_peak_local,sell,2026-01-30 14:45:00,688.0,3.8275,1,leg_gt,0.14,60 -74149,gt_model_sell_peak_local,sell,2026-01-30 17:54:00,671.0,1.2595,1,leg_gt,0.27,60 -74150,gt_model_sell_peak_local,sell,2026-01-30 21:51:00,683.0,1.9927,1,leg_gt,0.15,60 -74151,gt_model_sell_peak_local,sell,2026-01-30 22:00:00,685.0,2.2916,1,leg_gt,0.15,60 -74152,gt_model_sell_peak_local,sell,2026-01-30 23:15:00,687.0,2.5906,1,leg_gt,0.2,60 -74153,gt_model_sell_peak_local,sell,2026-01-31 00:42:00,687.0,2.5906,1,leg_gt,0.26,60 -74154,gt_model_sell_peak_local,sell,2026-01-31 03:24:00,680.0,1.5442,1,leg_gt,0.38,60 -74155,gt_model_sell_peak_local,sell,2026-01-31 05:36:00,706.0,5.4306,1,leg_gt,0.47,60 -74156,gt_model_sell_peak_local,sell,2026-01-31 07:33:00,703.0,4.9822,1,leg_gt,0.55,60 -74157,gt_model_sell_peak_local,sell,2026-01-31 12:36:00,680.0,1.5442,1,leg_gt,0.76,60 -74158,gt_model_sell_peak_local,sell,2026-01-31 12:39:00,678.0,1.2453,1,leg_gt,0.76,60 -74159,gt_model_sell_peak_local,sell,2026-01-31 12:42:00,679.0,1.3948,1,leg_gt,0.76,60 -74160,gt_model_sell_peak_local,sell,2026-01-31 12:45:00,679.0,1.3948,1,leg_gt,0.77,60 -74161,gt_model_sell_peak_local,sell,2026-01-31 12:48:00,678.0,1.2453,1,leg_gt,0.77,60 -74162,gt_model_sell_peak_local,sell,2026-01-31 15:27:00,671.0,0.199,1,leg_gt,0.88,60 -74163,gt_model_sell_peak_local,sell,2026-01-31 15:30:00,672.0,0.3484,1,leg_gt,0.88,60 -74164,gt_model_sell_peak_local,sell,2026-01-31 15:33:00,671.0,0.199,1,leg_gt,0.88,60 -74165,gt_model_sell_peak_local,sell,2026-01-31 15:48:00,671.0,0.199,1,leg_gt,0.89,60 -74166,gt_model_sell_peak_local,sell,2026-01-31 15:57:00,671.0,0.199,1,leg_gt,0.9,60 -74167,gt_model_sell_peak_local,sell,2026-01-31 16:09:00,671.0,0.199,1,leg_gt,0.91,60 -74168,gt_model_sell_peak_local,sell,2026-01-31 19:33:00,661.0,-1.2958,0,leg_gt,1.05,60 -74169,gt_model_sell_peak_local,sell,2026-01-31 22:24:00,652.0,-2.6411,0,leg_gt,1.17,60 -74170,gt_model_sell_peak_local,sell,2026-01-31 23:06:00,653.0,-2.4916,0,leg_gt,1.2,60 -74171,gt_model_sell_peak_local,sell,2026-02-01 05:18:00,584.0,1.9979,1,leg_gt,0.07,60 -74172,gt_model_sell_peak_local,sell,2026-02-01 07:51:00,610.0,6.5434,1,leg_gt,0.17,60 -74173,gt_model_sell_peak_local,sell,2026-02-01 10:54:00,613.0,7.0678,1,leg_gt,0.3,60 -74174,gt_model_sell_peak_local,sell,2026-02-01 12:12:00,614.0,7.2427,1,leg_gt,0.35,60 -74175,gt_model_sell_peak_local,sell,2026-02-01 12:15:00,614.0,7.2427,1,leg_gt,0.36,60 -74176,gt_model_sell_peak_local,sell,2026-02-01 14:18:00,610.0,6.5434,1,leg_gt,0.44,60 -74177,gt_model_sell_peak_local,sell,2026-02-01 14:21:00,610.0,6.5434,1,leg_gt,0.44,60 -74178,gt_model_sell_peak_local,sell,2026-02-01 15:27:00,612.0,6.893,1,leg_gt,0.49,60 -74179,gt_model_sell_peak_local,sell,2026-02-01 16:33:00,607.0,6.0189,1,leg_gt,0.54,60 -74180,gt_model_sell_peak_local,sell,2026-02-01 17:42:00,610.0,6.5434,1,leg_gt,0.58,60 -74181,gt_model_sell_peak_local,sell,2026-02-01 20:12:00,599.0,4.6203,1,leg_gt,0.69,60 -74182,gt_model_sell_peak_local,sell,2026-02-01 21:42:00,600.0,4.7951,1,leg_gt,0.75,60 -74183,gt_model_sell_peak_local,sell,2026-02-01 23:03:00,592.0,3.3965,1,leg_gt,0.81,60 -74184,gt_model_sell_peak_local,sell,2026-02-01 23:06:00,593.0,3.5713,1,leg_gt,0.81,60 -74185,gt_model_sell_peak_local,sell,2026-02-01 23:09:00,594.0,3.7462,1,leg_gt,0.81,60 -74186,gt_model_sell_peak_local,sell,2026-02-01 23:12:00,593.0,3.5713,1,leg_gt,0.81,60 -74187,gt_model_sell_peak_local,sell,2026-02-02 00:51:00,583.0,1.8231,1,leg_gt,0.88,60 -74188,gt_model_sell_peak_local,sell,2026-02-02 02:27:00,580.0,1.2986,1,leg_gt,0.95,60 -74189,gt_model_sell_peak_local,sell,2026-02-02 04:21:00,581.0,1.4734,1,leg_gt,1.03,60 -74190,gt_model_sell_peak_local,sell,2026-02-02 04:27:00,583.0,1.8231,1,leg_gt,1.03,60 -74191,gt_model_sell_peak_local,sell,2026-02-02 06:39:00,581.0,1.4734,1,leg_gt,1.12,60 -74192,gt_model_sell_peak_local,sell,2026-02-02 08:39:00,583.0,2.1807,1,leg_gt,0.02,60 -74193,gt_model_sell_peak_local,sell,2026-02-02 11:27:00,597.0,4.6368,1,leg_gt,0.14,60 -74194,gt_model_sell_peak_local,sell,2026-02-02 14:27:00,574.0,-0.1,0,leg_gt,0.08,60 -74195,gt_model_sell_peak_local,sell,2026-02-02 14:33:00,578.0,0.5969,1,leg_gt,0.08,60 -74196,gt_model_sell_peak_local,sell,2026-02-02 14:36:00,577.0,0.4226,1,leg_gt,0.08,60 -74197,gt_model_sell_peak_local,sell,2026-02-02 14:39:00,575.0,0.0742,1,leg_gt,0.09,60 -74198,gt_model_sell_peak_local,sell,2026-02-02 14:42:00,577.0,0.4226,1,leg_gt,0.09,60 -74199,gt_model_sell_peak_local,sell,2026-02-02 17:09:00,588.0,2.6972,1,leg_gt,0.06,60 -74200,gt_model_sell_peak_local,sell,2026-02-02 19:48:00,588.0,2.6972,1,leg_gt,0.18,60 -74201,gt_model_sell_peak_local,sell,2026-02-02 20:12:00,590.0,3.0469,1,leg_gt,0.19,60 -74202,gt_model_sell_peak_local,sell,2026-02-03 01:48:00,600.0,4.7951,1,leg_gt,0.42,60 -74203,gt_model_sell_peak_local,sell,2026-02-03 02:09:00,600.0,4.7951,1,leg_gt,0.44,60 -74204,gt_model_sell_peak_local,sell,2026-02-03 09:39:00,604.0,5.4944,1,leg_gt,0.75,60 -74205,gt_model_sell_peak_local,sell,2026-02-03 10:27:00,603.0,5.3196,1,leg_gt,0.79,60 -74206,gt_model_sell_peak_local,sell,2026-02-03 14:45:00,601.0,1.7644,1,leg_gt,0.11,60 -74207,gt_model_sell_peak_local,sell,2026-02-03 14:48:00,603.0,2.1034,1,leg_gt,0.12,60 -74208,gt_model_sell_peak_local,sell,2026-02-03 14:51:00,601.0,1.7644,1,leg_gt,0.12,60 -74209,gt_model_sell_peak_local,sell,2026-02-03 16:30:00,601.0,1.7644,1,leg_gt,0.19,60 -74210,gt_model_sell_peak_local,sell,2026-02-03 16:33:00,601.0,1.7644,1,leg_gt,0.19,60 -74211,gt_model_sell_peak_local,sell,2026-02-03 16:36:00,603.0,2.1034,1,leg_gt,0.19,60 -74212,gt_model_sell_peak_local,sell,2026-02-03 18:24:00,592.0,0.239,1,leg_gt,0.27,60 -74213,gt_model_sell_peak_local,sell,2026-02-03 18:27:00,592.0,0.239,1,leg_gt,0.27,60 -74214,gt_model_sell_peak_local,sell,2026-02-03 18:30:00,592.0,0.239,1,leg_gt,0.27,60 -74215,gt_model_sell_peak_local,sell,2026-02-03 18:33:00,594.0,0.578,1,leg_gt,0.27,60 -74216,gt_model_sell_peak_local,sell,2026-02-03 18:36:00,596.0,0.9169,1,leg_gt,0.28,60 -74217,gt_model_sell_peak_local,sell,2026-02-03 20:27:00,597.0,1.0864,1,leg_gt,0.35,60 -74218,gt_model_sell_peak_local,sell,2026-02-03 23:27:00,607.0,2.7814,1,leg_gt,0.48,60 -74219,gt_model_sell_peak_local,sell,2026-02-04 00:00:00,597.0,1.0864,1,leg_gt,0.5,60 -74220,gt_model_sell_peak_local,sell,2026-02-04 00:03:00,596.0,0.9169,1,leg_gt,0.5,60 -74221,gt_model_sell_peak_local,sell,2026-02-04 00:06:00,603.0,2.1034,1,leg_gt,0.5,60 -74222,gt_model_sell_peak_local,sell,2026-02-04 00:09:00,608.0,2.9508,1,leg_gt,0.51,60 -74223,gt_model_sell_peak_local,sell,2026-02-04 00:12:00,604.0,2.2729,1,leg_gt,0.51,60 -74224,gt_model_sell_peak_local,sell,2026-02-04 01:39:00,610.0,3.2898,1,leg_gt,0.57,60 -74225,gt_model_sell_peak_local,sell,2026-02-04 01:48:00,609.0,3.1203,1,leg_gt,0.57,60 -74226,gt_model_sell_peak_local,sell,2026-02-04 01:54:00,608.0,2.9508,1,leg_gt,0.58,60 -74227,gt_model_sell_peak_local,sell,2026-02-04 01:57:00,610.0,3.2898,1,leg_gt,0.58,60 -74228,gt_model_sell_peak_local,sell,2026-02-04 05:33:00,625.0,5.8322,1,leg_gt,0.09,60 -74229,gt_model_sell_peak_local,sell,2026-02-04 07:03:00,615.0,4.1373,1,leg_gt,0.15,60 -74230,gt_model_sell_peak_local,sell,2026-02-04 07:09:00,612.0,3.6288,1,leg_gt,0.16,60 -74231,gt_model_sell_peak_local,sell,2026-02-04 11:12:00,611.0,3.4593,1,leg_gt,0.33,60 -74232,gt_model_sell_peak_local,sell,2026-02-04 13:45:00,614.0,3.9678,1,leg_gt,0.43,60 -74233,gt_model_sell_peak_local,sell,2026-02-04 13:48:00,614.0,3.9678,1,leg_gt,0.44,60 -74234,gt_model_sell_peak_local,sell,2026-02-04 13:51:00,615.0,4.1373,1,leg_gt,0.44,60 -74235,gt_model_sell_peak_local,sell,2026-02-04 15:06:00,609.0,3.1203,1,leg_gt,0.49,60 -74236,gt_model_sell_peak_local,sell,2026-02-04 15:09:00,608.0,2.9508,1,leg_gt,0.49,60 -74237,gt_model_sell_peak_local,sell,2026-02-04 15:12:00,611.0,3.4593,1,leg_gt,0.49,60 -74238,gt_model_sell_peak_local,sell,2026-02-04 16:39:00,612.0,3.6288,1,leg_gt,0.55,60 -74239,gt_model_sell_peak_local,sell,2026-02-04 16:42:00,613.0,3.7983,1,leg_gt,0.56,60 -74240,gt_model_sell_peak_local,sell,2026-02-04 16:45:00,613.0,3.7983,1,leg_gt,0.56,60 -74241,gt_model_sell_peak_local,sell,2026-02-04 16:48:00,611.0,3.4593,1,leg_gt,0.56,60 -74242,gt_model_sell_peak_local,sell,2026-02-04 16:51:00,611.0,3.4593,1,leg_gt,0.56,60 -74243,gt_model_sell_peak_local,sell,2026-02-04 17:33:00,610.0,3.2898,1,leg_gt,0.59,60 -74244,gt_model_sell_peak_local,sell,2026-02-04 17:39:00,611.0,3.4593,1,leg_gt,0.6,60 -74245,gt_model_sell_peak_local,sell,2026-02-04 17:42:00,611.0,3.4593,1,leg_gt,0.6,60 -74246,gt_model_sell_peak_local,sell,2026-02-04 18:45:00,610.0,3.2898,1,leg_gt,0.64,60 -74247,gt_model_sell_peak_local,sell,2026-02-04 18:48:00,609.0,3.1203,1,leg_gt,0.64,60 -74248,gt_model_sell_peak_local,sell,2026-02-04 20:21:00,605.0,2.4424,1,leg_gt,0.71,60 -74249,gt_model_sell_peak_local,sell,2026-02-04 20:24:00,604.0,2.2729,1,leg_gt,0.71,60 -74250,gt_model_sell_peak_local,sell,2026-02-04 20:27:00,606.0,2.6119,1,leg_gt,0.71,60 -74251,gt_model_sell_peak_local,sell,2026-02-04 20:30:00,605.0,2.4424,1,leg_gt,0.71,60 -74252,gt_model_sell_peak_local,sell,2026-02-04 20:33:00,607.0,2.7814,1,leg_gt,0.72,60 -74253,gt_model_sell_peak_local,sell,2026-02-04 20:36:00,607.0,2.7814,1,leg_gt,0.72,60 -74254,gt_model_sell_peak_local,sell,2026-02-04 22:18:00,601.0,1.7644,1,leg_gt,0.79,60 -74255,gt_model_sell_peak_local,sell,2026-02-04 22:21:00,601.0,1.7644,1,leg_gt,0.79,60 -74256,gt_model_sell_peak_local,sell,2026-02-05 00:48:00,594.0,0.578,1,leg_gt,0.89,60 -74257,gt_model_sell_peak_local,sell,2026-02-05 04:42:00,606.0,2.9612,1,leg_gt,0.13,60 -74258,gt_model_sell_peak_local,sell,2026-02-05 05:57:00,606.0,2.9612,1,leg_gt,0.18,60 -74259,gt_model_sell_peak_local,sell,2026-02-05 06:18:00,605.0,2.7912,1,leg_gt,0.2,60 -74260,gt_model_sell_peak_local,sell,2026-02-05 08:27:00,603.0,2.451,1,leg_gt,0.29,60 -74261,gt_model_sell_peak_local,sell,2026-02-05 09:36:00,603.0,2.451,1,leg_gt,0.33,60 -74262,gt_model_sell_peak_local,sell,2026-02-05 11:09:00,601.0,2.1109,1,leg_gt,0.4,60 -74263,gt_model_sell_peak_local,sell,2026-02-05 11:30:00,602.0,2.281,1,leg_gt,0.41,60 -74264,gt_model_sell_peak_local,sell,2026-02-05 12:39:00,594.0,0.9204,1,leg_gt,0.46,60 -74265,gt_model_sell_peak_local,sell,2026-02-05 12:42:00,595.0,1.0905,1,leg_gt,0.46,60 -74266,gt_model_sell_peak_local,sell,2026-02-05 14:48:00,591.0,0.4102,1,leg_gt,0.55,60 -74267,gt_model_sell_peak_local,sell,2026-02-05 15:42:00,590.0,0.2401,1,leg_gt,0.59,60 -74268,gt_model_sell_peak_local,sell,2026-02-05 19:09:00,590.0,0.2401,1,leg_gt,0.73,60 -74269,gt_model_sell_peak_local,sell,2026-02-05 23:06:00,575.0,-2.3109,0,leg_gt,0.9,60 -74270,gt_model_sell_peak_local,sell,2026-02-05 23:09:00,573.0,-2.651,0,leg_gt,0.9,60 -74271,gt_model_sell_peak_local,sell,2026-02-06 00:42:00,550.0,-6.5626,0,leg_gt,0.96,60 -74272,gt_model_sell_peak_local,sell,2026-02-06 02:54:00,540.0,-8.2633,0,leg_gt,1.05,60 -74273,gt_model_sell_peak_local,sell,2026-02-06 02:57:00,539.0,-8.4333,0,leg_gt,1.06,60 -74274,gt_model_sell_peak_local,sell,2026-02-06 04:57:00,531.0,-9.7939,0,leg_gt,1.14,60 -74275,gt_model_sell_peak_local,sell,2026-02-06 09:12:00,495.0,-1.6905,0,leg_gt,0.08,60 -74276,gt_model_sell_peak_local,sell,2026-02-06 12:03:00,508.0,10.0952,1,leg_gt,0.11,60 -74277,gt_model_sell_peak_local,sell,2026-02-06 16:03:00,513.0,1.6857,1,leg_gt,0.15,60 -74278,gt_model_sell_peak_local,sell,2026-02-07 03:45:00,601.0,17.9747,1,leg_gt,0.48,60 -74279,gt_model_sell_peak_local,sell,2026-02-07 05:51:00,600.0,17.7782,1,leg_gt,0.57,60 -74280,gt_model_sell_peak_local,sell,2026-02-07 07:21:00,600.0,17.7782,1,leg_gt,0.63,60 -74281,gt_model_sell_peak_local,sell,2026-02-07 09:03:00,598.0,17.3853,1,leg_gt,0.7,60 -74282,gt_model_sell_peak_local,sell,2026-02-07 09:06:00,599.0,17.5817,1,leg_gt,0.7,60 -74283,gt_model_sell_peak_local,sell,2026-02-07 09:09:00,598.0,17.3853,1,leg_gt,0.7,60 -74284,gt_model_sell_peak_local,sell,2026-02-07 14:18:00,604.0,2.7961,1,leg_gt,0.16,60 -74285,gt_model_sell_peak_local,sell,2026-02-07 14:21:00,604.0,2.7961,1,leg_gt,0.17,60 -74286,gt_model_sell_peak_local,sell,2026-02-07 18:57:00,586.0,-0.2704,0,leg_gt,0.36,60 -74287,gt_model_sell_peak_local,sell,2026-02-07 19:09:00,586.0,-0.2704,0,leg_gt,0.37,60 -74288,gt_model_sell_peak_local,sell,2026-02-07 22:33:00,582.0,1.1174,1,leg_gt,0.09,60 -74289,gt_model_sell_peak_local,sell,2026-02-07 23:57:00,581.0,0.9435,1,leg_gt,0.15,60 -74290,gt_model_sell_peak_local,sell,2026-02-08 01:33:00,589.0,2.3348,1,leg_gt,0.21,60 -74291,gt_model_sell_peak_local,sell,2026-02-08 02:15:00,586.0,1.813,1,leg_gt,0.24,60 -74292,gt_model_sell_peak_local,sell,2026-02-08 04:42:00,590.0,2.5087,1,leg_gt,0.35,60 -74293,gt_model_sell_peak_local,sell,2026-02-08 04:51:00,590.0,2.5087,1,leg_gt,0.35,60 -74294,gt_model_sell_peak_local,sell,2026-02-08 06:36:00,592.0,2.8565,1,leg_gt,0.42,60 -74295,gt_model_sell_peak_local,sell,2026-02-08 06:39:00,592.0,2.8565,1,leg_gt,0.43,60 -74296,gt_model_sell_peak_local,sell,2026-02-08 06:57:00,590.0,2.5087,1,leg_gt,0.44,60 -74297,gt_model_sell_peak_local,sell,2026-02-08 07:00:00,590.0,2.5087,1,leg_gt,0.44,60 -74298,gt_model_sell_peak_local,sell,2026-02-08 07:15:00,590.0,2.5087,1,leg_gt,0.45,60 -74299,gt_model_sell_peak_local,sell,2026-02-08 07:39:00,590.0,2.5087,1,leg_gt,0.47,60 -74300,gt_model_sell_peak_local,sell,2026-02-08 09:48:00,584.0,1.4652,1,leg_gt,0.56,60 -74301,gt_model_sell_peak_local,sell,2026-02-08 09:51:00,586.0,1.813,1,leg_gt,0.56,60 -74302,gt_model_sell_peak_local,sell,2026-02-08 11:06:00,587.0,1.987,1,leg_gt,0.61,60 -74303,gt_model_sell_peak_local,sell,2026-02-08 11:12:00,586.0,1.813,1,leg_gt,0.62,60 -74304,gt_model_sell_peak_local,sell,2026-02-08 12:18:00,585.0,1.6391,1,leg_gt,0.66,60 -74305,gt_model_sell_peak_local,sell,2026-02-08 12:21:00,585.0,1.6391,1,leg_gt,0.66,60 -74306,gt_model_sell_peak_local,sell,2026-02-08 12:24:00,585.0,1.6391,1,leg_gt,0.67,60 -74307,gt_model_sell_peak_local,sell,2026-02-08 12:39:00,587.0,1.987,1,leg_gt,0.68,60 -74308,gt_model_sell_peak_local,sell,2026-02-08 12:42:00,586.0,1.813,1,leg_gt,0.68,60 -74309,gt_model_sell_peak_local,sell,2026-02-08 13:00:00,585.0,1.6391,1,leg_gt,0.69,60 -74310,gt_model_sell_peak_local,sell,2026-02-08 13:03:00,586.0,1.813,1,leg_gt,0.69,60 -74311,gt_model_sell_peak_local,sell,2026-02-08 13:36:00,586.0,1.813,1,leg_gt,0.72,60 -74312,gt_model_sell_peak_local,sell,2026-02-08 13:39:00,587.0,1.987,1,leg_gt,0.72,60 -74313,gt_model_sell_peak_local,sell,2026-02-08 13:42:00,586.0,1.813,1,leg_gt,0.72,60 -74314,gt_model_sell_peak_local,sell,2026-02-08 14:33:00,586.0,1.813,1,leg_gt,0.76,60 -74315,gt_model_sell_peak_local,sell,2026-02-08 14:48:00,585.0,1.6391,1,leg_gt,0.77,60 -74316,gt_model_sell_peak_local,sell,2026-02-08 15:15:00,587.0,1.987,1,leg_gt,0.79,60 -74317,gt_model_sell_peak_local,sell,2026-02-08 15:24:00,586.0,1.813,1,leg_gt,0.79,60 -74318,gt_model_sell_peak_local,sell,2026-02-08 15:42:00,587.0,1.987,1,leg_gt,0.8,60 -74319,gt_model_sell_peak_local,sell,2026-02-08 16:36:00,587.0,1.987,1,leg_gt,0.84,60 -74320,gt_model_sell_peak_local,sell,2026-02-08 16:45:00,587.0,1.987,1,leg_gt,0.85,60 -74321,gt_model_sell_peak_local,sell,2026-02-08 16:54:00,588.0,2.1609,1,leg_gt,0.85,60 -74322,gt_model_sell_peak_local,sell,2026-02-08 18:48:00,592.0,2.8565,1,leg_gt,0.93,60 -74323,gt_model_sell_peak_local,sell,2026-02-08 18:57:00,592.0,2.8565,1,leg_gt,0.94,60 -74324,gt_model_sell_peak_local,sell,2026-02-08 19:00:00,591.0,2.6826,1,leg_gt,0.94,60 -74325,gt_model_sell_peak_local,sell,2026-02-08 19:06:00,593.0,3.0304,1,leg_gt,0.95,60 -74326,gt_model_sell_peak_local,sell,2026-02-08 19:09:00,592.0,2.8565,1,leg_gt,0.95,60 -74327,gt_model_sell_peak_local,sell,2026-02-08 21:48:00,597.0,3.7261,1,leg_gt,1.06,60 -74328,gt_model_sell_peak_local,sell,2026-02-08 21:54:00,596.0,3.5522,1,leg_gt,1.06,60 -74329,gt_model_sell_peak_local,sell,2026-02-08 22:03:00,596.0,3.5522,1,leg_gt,1.07,60 -74330,gt_model_sell_peak_local,sell,2026-02-08 23:24:00,595.0,3.3783,1,leg_gt,1.12,60 -74331,gt_model_sell_peak_local,sell,2026-02-08 23:45:00,595.0,3.3783,1,leg_gt,1.14,60 -74332,gt_model_sell_peak_local,sell,2026-02-08 23:54:00,595.0,3.3783,1,leg_gt,1.15,60 -74333,gt_model_sell_peak_local,sell,2026-02-08 23:57:00,596.0,3.5522,1,leg_gt,1.15,60 -74334,gt_model_sell_peak_local,sell,2026-02-09 00:00:00,596.0,3.5522,1,leg_gt,1.15,60 -74335,gt_model_sell_peak_local,sell,2026-02-09 04:48:00,585.0,1.6391,1,leg_gt,1.35,60 -74336,gt_model_sell_peak_local,sell,2026-02-09 05:54:00,580.0,0.7696,1,leg_gt,1.4,60 -74337,gt_model_sell_peak_local,sell,2026-02-09 09:06:00,579.0,0.5957,1,leg_gt,1.53,60 -74338,gt_model_sell_peak_local,sell,2026-02-09 11:24:00,577.0,0.2478,1,leg_gt,1.62,60 -74339,gt_model_sell_peak_local,sell,2026-02-09 13:57:00,582.0,1.1174,1,leg_gt,1.73,60 -74340,gt_model_sell_peak_local,sell,2026-02-09 14:00:00,581.0,0.9435,1,leg_gt,1.73,60 -74341,gt_model_sell_peak_local,sell,2026-02-09 15:36:00,578.0,0.4217,1,leg_gt,1.8,60 -74342,gt_model_sell_peak_local,sell,2026-02-09 15:48:00,577.0,0.2478,1,leg_gt,1.81,60 -74343,gt_model_sell_peak_local,sell,2026-02-09 15:54:00,578.0,0.4217,1,leg_gt,1.81,60 -74344,gt_model_sell_peak_local,sell,2026-02-09 17:18:00,574.0,-0.2739,0,leg_gt,1.87,60 -74345,gt_model_sell_peak_local,sell,2026-02-09 22:39:00,563.0,1.159,1,leg_gt,0.13,60 -74346,gt_model_sell_peak_local,sell,2026-02-09 22:42:00,563.0,1.159,1,leg_gt,0.13,60 -74347,gt_model_sell_peak_local,sell,2026-02-10 01:06:00,567.0,1.8784,1,leg_gt,0.23,60 -74348,gt_model_sell_peak_local,sell,2026-02-10 03:54:00,576.0,3.4971,1,leg_gt,0.35,60 -74349,gt_model_sell_peak_local,sell,2026-02-10 03:57:00,576.0,3.4971,1,leg_gt,0.35,60 -74350,gt_model_sell_peak_local,sell,2026-02-10 04:03:00,577.0,3.677,1,leg_gt,0.36,60 -74351,gt_model_sell_peak_local,sell,2026-02-10 05:30:00,574.0,3.1374,1,leg_gt,0.42,60 -74352,gt_model_sell_peak_local,sell,2026-02-10 05:33:00,575.0,3.3173,1,leg_gt,0.42,60 -74353,gt_model_sell_peak_local,sell,2026-02-10 08:09:00,578.0,3.8568,1,leg_gt,0.53,60 -74354,gt_model_sell_peak_local,sell,2026-02-10 11:27:00,577.0,3.677,1,leg_gt,0.66,60 -74355,gt_model_sell_peak_local,sell,2026-02-10 11:39:00,576.0,3.4971,1,leg_gt,0.67,60 -74356,gt_model_sell_peak_local,sell,2026-02-10 11:42:00,575.0,3.3173,1,leg_gt,0.68,60 -74357,gt_model_sell_peak_local,sell,2026-02-10 11:45:00,576.0,3.4971,1,leg_gt,0.68,60 -74358,gt_model_sell_peak_local,sell,2026-02-10 11:48:00,576.0,3.4971,1,leg_gt,0.68,60 -74359,gt_model_sell_peak_local,sell,2026-02-10 14:15:00,573.0,2.9576,1,leg_gt,0.78,60 -74360,gt_model_sell_peak_local,sell,2026-02-10 14:48:00,566.0,1.6986,1,leg_gt,0.8,60 -74361,gt_model_sell_peak_local,sell,2026-02-10 14:57:00,566.0,1.6986,1,leg_gt,0.81,60 -74362,gt_model_sell_peak_local,sell,2026-02-10 15:00:00,567.0,1.8784,1,leg_gt,0.81,60 -74363,gt_model_sell_peak_local,sell,2026-02-10 15:03:00,566.0,1.6986,1,leg_gt,0.81,60 -74364,gt_model_sell_peak_local,sell,2026-02-10 18:24:00,571.0,1.6825,1,leg_gt,0.11,60 -74365,gt_model_sell_peak_local,sell,2026-02-10 20:21:00,576.0,2.5738,1,leg_gt,0.19,60 -74366,gt_model_sell_peak_local,sell,2026-02-10 20:24:00,577.0,2.752,1,leg_gt,0.19,60 -74367,gt_model_sell_peak_local,sell,2026-02-10 20:27:00,577.0,2.752,1,leg_gt,0.2,60 -74368,gt_model_sell_peak_local,sell,2026-02-10 21:39:00,566.0,0.7913,1,leg_gt,0.25,60 -74369,gt_model_sell_peak_local,sell,2026-02-10 23:33:00,566.0,0.7913,1,leg_gt,0.32,60 -74370,gt_model_sell_peak_local,sell,2026-02-11 01:39:00,564.0,0.4348,1,leg_gt,0.41,60 -74371,gt_model_sell_peak_local,sell,2026-02-11 05:39:00,562.0,0.0783,1,leg_gt,0.58,60 -74372,gt_model_sell_peak_local,sell,2026-02-11 06:03:00,563.0,0.2565,1,leg_gt,0.6,60 -74373,gt_model_sell_peak_local,sell,2026-02-11 06:45:00,561.0,-0.1,0,leg_gt,0.62,60 -74374,gt_model_sell_peak_local,sell,2026-02-11 06:48:00,562.0,0.0783,1,leg_gt,0.63,60 -74375,gt_model_sell_peak_local,sell,2026-02-11 08:24:00,562.0,0.0783,1,leg_gt,0.69,60 -74376,gt_model_sell_peak_local,sell,2026-02-11 08:27:00,561.0,-0.1,0,leg_gt,0.7,60 -74377,gt_model_sell_peak_local,sell,2026-02-11 08:36:00,561.0,-0.1,0,leg_gt,0.7,60 -74378,gt_model_sell_peak_local,sell,2026-02-11 08:39:00,561.0,-0.1,0,leg_gt,0.7,60 -74379,gt_model_sell_peak_local,sell,2026-02-11 08:42:00,561.0,-0.1,0,leg_gt,0.71,60 -74380,gt_model_sell_peak_local,sell,2026-02-11 09:12:00,563.0,0.2565,1,leg_gt,0.73,60 -74381,gt_model_sell_peak_local,sell,2026-02-11 12:18:00,556.0,-0.9913,0,leg_gt,0.86,60 -74382,gt_model_sell_peak_local,sell,2026-02-11 17:45:00,543.0,-3.3086,0,leg_gt,1.08,60 -74383,gt_model_sell_peak_local,sell,2026-02-11 17:51:00,542.0,-3.4868,0,leg_gt,1.09,60 -74384,gt_model_sell_peak_local,sell,2026-02-11 22:24:00,542.0,1.0194,1,leg_gt,0.13,60 -74385,gt_model_sell_peak_local,sell,2026-02-11 22:27:00,542.0,1.0194,1,leg_gt,0.13,60 -74386,gt_model_sell_peak_local,sell,2026-02-11 22:30:00,543.0,1.206,1,leg_gt,0.14,60 -74387,gt_model_sell_peak_local,sell,2026-02-12 00:12:00,537.0,0.0866,1,leg_gt,0.0,60 -74388,gt_model_sell_peak_local,sell,2026-02-12 02:15:00,541.0,0.8328,1,leg_gt,0.09,60 -74389,gt_model_sell_peak_local,sell,2026-02-12 02:18:00,542.0,1.0194,1,leg_gt,0.09,60 -74390,gt_model_sell_peak_local,sell,2026-02-12 02:21:00,545.0,1.5791,1,leg_gt,0.09,60 -74391,gt_model_sell_peak_local,sell,2026-02-12 02:24:00,547.0,1.9522,1,leg_gt,0.1,60 -74392,gt_model_sell_peak_local,sell,2026-02-12 03:27:00,548.0,2.1388,1,leg_gt,0.14,60 -74393,gt_model_sell_peak_local,sell,2026-02-12 03:33:00,545.0,1.5791,1,leg_gt,0.14,60 -74394,gt_model_sell_peak_local,sell,2026-02-12 03:36:00,546.0,1.7657,1,leg_gt,0.15,60 -74395,gt_model_sell_peak_local,sell,2026-02-12 04:51:00,543.0,1.206,1,leg_gt,0.2,60 -74396,gt_model_sell_peak_local,sell,2026-02-12 04:54:00,543.0,1.206,1,leg_gt,0.2,60 -74397,gt_model_sell_peak_local,sell,2026-02-12 08:09:00,545.0,1.5791,1,leg_gt,0.34,60 -74398,gt_model_sell_peak_local,sell,2026-02-12 08:15:00,543.0,1.206,1,leg_gt,0.34,60 -74399,gt_model_sell_peak_local,sell,2026-02-12 11:27:00,548.0,2.1388,1,leg_gt,0.47,60 -74400,gt_model_sell_peak_local,sell,2026-02-12 13:03:00,553.0,3.0716,1,leg_gt,0.54,60 -74401,gt_model_sell_peak_local,sell,2026-02-12 14:36:00,554.0,3.2582,1,leg_gt,0.6,60 -74402,gt_model_sell_peak_local,sell,2026-02-12 14:39:00,554.0,3.2582,1,leg_gt,0.61,60 -74403,gt_model_sell_peak_local,sell,2026-02-12 17:42:00,562.0,4.7507,1,leg_gt,0.73,60 -74404,gt_model_sell_peak_local,sell,2026-02-12 21:30:00,569.0,6.0567,1,leg_gt,0.89,60 -74405,gt_model_sell_peak_local,sell,2026-02-12 23:54:00,567.0,5.6836,1,leg_gt,0.99,60 -74406,gt_model_sell_peak_local,sell,2026-02-12 23:57:00,568.0,5.8701,1,leg_gt,0.99,60 -74407,gt_model_sell_peak_local,sell,2026-02-13 01:24:00,554.0,3.2582,1,leg_gt,1.05,60 -74408,gt_model_sell_peak_local,sell,2026-02-13 01:27:00,552.0,2.8851,1,leg_gt,1.06,60 -74409,gt_model_sell_peak_local,sell,2026-02-13 03:24:00,553.0,3.0716,1,leg_gt,1.14,60 -74410,gt_model_sell_peak_local,sell,2026-02-13 05:33:00,552.0,2.8851,1,leg_gt,1.23,60 -74411,gt_model_sell_peak_local,sell,2026-02-13 05:36:00,554.0,3.2582,1,leg_gt,1.23,60 -74412,gt_model_sell_peak_local,sell,2026-02-13 09:27:00,559.0,1.7215,1,leg_gt,0.15,60 -74413,gt_model_sell_peak_local,sell,2026-02-13 11:48:00,559.0,1.7215,1,leg_gt,0.25,60 -74414,gt_model_sell_peak_local,sell,2026-02-13 11:51:00,559.0,1.7215,1,leg_gt,0.25,60 -74415,gt_model_sell_peak_local,sell,2026-02-13 12:54:00,554.0,0.8107,1,leg_gt,0.29,60 -74416,gt_model_sell_peak_local,sell,2026-02-13 12:57:00,555.0,0.9929,1,leg_gt,0.3,60 -74417,gt_model_sell_peak_local,sell,2026-02-13 13:30:00,555.0,0.9929,1,leg_gt,0.32,60 -74418,gt_model_sell_peak_local,sell,2026-02-13 15:30:00,554.0,0.8107,1,leg_gt,0.4,60 -74419,gt_model_sell_peak_local,sell,2026-02-13 15:36:00,555.0,0.9929,1,leg_gt,0.41,60 -74420,gt_model_sell_peak_local,sell,2026-02-13 15:45:00,556.0,1.175,1,leg_gt,0.41,60 -74421,gt_model_sell_peak_local,sell,2026-02-13 15:48:00,556.0,1.175,1,leg_gt,0.41,60 -74422,gt_model_sell_peak_local,sell,2026-02-13 17:15:00,560.0,1.9036,1,leg_gt,0.48,60 -74423,gt_model_sell_peak_local,sell,2026-02-13 17:18:00,561.0,2.0858,1,leg_gt,0.48,60 -74424,gt_model_sell_peak_local,sell,2026-02-13 18:48:00,565.0,2.8144,1,leg_gt,0.54,60 -74425,gt_model_sell_peak_local,sell,2026-02-13 20:45:00,565.0,2.8144,1,leg_gt,0.62,60 -74426,gt_model_sell_peak_local,sell,2026-02-13 20:48:00,565.0,2.8144,1,leg_gt,0.62,60 -74427,gt_model_sell_peak_local,sell,2026-02-13 20:51:00,566.0,2.9965,1,leg_gt,0.62,60 -74428,gt_model_sell_peak_local,sell,2026-02-13 21:54:00,566.0,2.9965,1,leg_gt,0.67,60 -74429,gt_model_sell_peak_local,sell,2026-02-13 21:57:00,565.0,2.8144,1,leg_gt,0.67,60 -74430,gt_model_sell_peak_local,sell,2026-02-14 01:30:00,580.0,5.5466,1,leg_gt,0.82,60 -74431,gt_model_sell_peak_local,sell,2026-02-14 01:33:00,582.0,5.9109,1,leg_gt,0.82,60 -74432,gt_model_sell_peak_local,sell,2026-02-14 03:27:00,578.0,5.1823,1,leg_gt,0.9,60 -74433,gt_model_sell_peak_local,sell,2026-02-14 03:30:00,578.0,5.1823,1,leg_gt,0.9,60 -74434,gt_model_sell_peak_local,sell,2026-02-14 03:33:00,579.0,5.3645,1,leg_gt,0.9,60 -74435,gt_model_sell_peak_local,sell,2026-02-14 05:21:00,579.0,5.3645,1,leg_gt,0.98,60 -74436,gt_model_sell_peak_local,sell,2026-02-14 05:36:00,579.0,5.3645,1,leg_gt,0.99,60 -74437,gt_model_sell_peak_local,sell,2026-02-14 05:51:00,579.0,5.3645,1,leg_gt,1.0,60 -74438,gt_model_sell_peak_local,sell,2026-02-14 05:54:00,579.0,5.3645,1,leg_gt,1.0,60 -74439,gt_model_sell_peak_local,sell,2026-02-14 05:57:00,579.0,5.3645,1,leg_gt,1.0,60 -74440,gt_model_sell_peak_local,sell,2026-02-14 07:06:00,582.0,5.9109,1,leg_gt,1.05,60 -74441,gt_model_sell_peak_local,sell,2026-02-14 07:09:00,582.0,5.9109,1,leg_gt,1.05,60 -74442,gt_model_sell_peak_local,sell,2026-02-14 07:12:00,582.0,5.9109,1,leg_gt,1.06,60 -74443,gt_model_sell_peak_local,sell,2026-02-14 07:15:00,580.0,5.5466,1,leg_gt,1.06,60 -74444,gt_model_sell_peak_local,sell,2026-02-14 08:09:00,577.0,5.0002,1,leg_gt,1.1,60 -74445,gt_model_sell_peak_local,sell,2026-02-14 12:12:00,590.0,7.3681,1,leg_gt,1.26,60 -74446,gt_model_sell_peak_local,sell,2026-02-14 13:39:00,589.0,7.186,1,leg_gt,1.32,60 -74447,gt_model_sell_peak_local,sell,2026-02-14 13:54:00,588.0,7.0038,1,leg_gt,1.34,60 -74448,gt_model_sell_peak_local,sell,2026-02-14 15:12:00,584.0,6.2752,1,leg_gt,1.39,60 -74449,gt_model_sell_peak_local,sell,2026-02-14 15:15:00,585.0,6.4574,1,leg_gt,1.39,60 -74450,gt_model_sell_peak_local,sell,2026-02-14 15:18:00,585.0,6.4574,1,leg_gt,1.39,60 -74451,gt_model_sell_peak_local,sell,2026-02-14 15:21:00,584.0,6.2752,1,leg_gt,1.4,60 -74452,gt_model_sell_peak_local,sell,2026-02-14 15:24:00,584.0,6.2752,1,leg_gt,1.4,60 -74453,gt_model_sell_peak_local,sell,2026-02-14 15:27:00,586.0,6.6395,1,leg_gt,1.4,60 -74454,gt_model_sell_peak_local,sell,2026-02-14 19:51:00,599.0,9.0075,1,leg_gt,1.58,60 -74455,gt_model_sell_peak_local,sell,2026-02-14 22:12:00,601.0,9.3718,1,leg_gt,1.68,60 -74456,gt_model_sell_peak_local,sell,2026-02-14 22:15:00,602.0,9.5539,1,leg_gt,1.68,60 -74457,gt_model_sell_peak_local,sell,2026-02-14 22:18:00,602.0,9.5539,1,leg_gt,1.69,60 -74458,gt_model_sell_peak_local,sell,2026-02-15 04:21:00,633.0,15.2005,1,leg_gt,1.94,60 -74459,gt_model_sell_peak_local,sell,2026-02-15 05:39:00,635.0,15.5648,1,leg_gt,1.99,60 -74460,gt_model_sell_peak_local,sell,2026-02-15 07:18:00,632.0,15.0184,1,leg_gt,2.06,60 -74461,gt_model_sell_peak_local,sell,2026-02-15 08:45:00,631.0,14.8362,1,leg_gt,2.12,60 -74462,gt_model_sell_peak_local,sell,2026-02-15 08:48:00,632.0,15.0184,1,leg_gt,2.12,60 -74463,gt_model_sell_peak_local,sell,2026-02-15 12:03:00,625.0,13.7434,1,leg_gt,2.26,60 -74464,gt_model_sell_peak_local,sell,2026-02-15 14:09:00,627.0,14.1077,1,leg_gt,2.35,60 -74465,gt_model_sell_peak_local,sell,2026-02-15 14:12:00,627.0,14.1077,1,leg_gt,2.35,60 -74466,gt_model_sell_peak_local,sell,2026-02-15 16:24:00,632.0,15.0184,1,leg_gt,2.44,60 -74467,gt_model_sell_peak_local,sell,2026-02-15 16:27:00,632.0,15.0184,1,leg_gt,2.44,60 -74468,gt_model_sell_peak_local,sell,2026-02-15 16:30:00,632.0,15.0184,1,leg_gt,2.44,60 -74469,gt_model_sell_peak_local,sell,2026-02-15 16:33:00,634.0,15.3827,1,leg_gt,2.45,60 -74470,gt_model_sell_peak_local,sell,2026-02-15 17:36:00,622.0,13.1969,1,leg_gt,2.49,60 -74471,gt_model_sell_peak_local,sell,2026-02-15 19:30:00,621.0,13.0148,1,leg_gt,2.57,60 -74472,gt_model_sell_peak_local,sell,2026-02-15 19:33:00,622.0,13.1969,1,leg_gt,2.57,60 -74473,gt_model_sell_peak_local,sell,2026-02-16 01:12:00,606.0,10.2825,1,leg_gt,2.81,60 -74474,gt_model_sell_peak_local,sell,2026-02-16 02:18:00,602.0,9.5539,1,leg_gt,2.85,60 -74475,gt_model_sell_peak_local,sell,2026-02-16 05:27:00,595.0,8.2789,1,leg_gt,2.98,60 -74476,gt_model_sell_peak_local,sell,2026-02-16 05:30:00,595.0,8.2789,1,leg_gt,2.99,60 -74477,gt_model_sell_peak_local,sell,2026-02-16 07:03:00,597.0,8.6432,1,leg_gt,3.05,60 -74478,gt_model_sell_peak_local,sell,2026-02-16 07:09:00,599.0,9.0075,1,leg_gt,3.05,60 -74479,gt_model_sell_peak_local,sell,2026-02-16 07:12:00,598.0,8.8253,1,leg_gt,3.06,60 -74480,gt_model_sell_peak_local,sell,2026-02-16 07:18:00,598.0,8.8253,1,leg_gt,3.06,60 -74481,gt_model_sell_peak_local,sell,2026-02-16 07:21:00,596.0,8.461,1,leg_gt,3.06,60 -74482,gt_model_sell_peak_local,sell,2026-02-16 07:24:00,598.0,8.8253,1,leg_gt,3.06,60 -74483,gt_model_sell_peak_local,sell,2026-02-16 08:33:00,599.0,9.0075,1,leg_gt,3.11,60 -74484,gt_model_sell_peak_local,sell,2026-02-16 08:36:00,599.0,9.0075,1,leg_gt,3.11,60 -74485,gt_model_sell_peak_local,sell,2026-02-16 08:48:00,600.0,9.1896,1,leg_gt,3.12,60 -74486,gt_model_sell_peak_local,sell,2026-02-16 08:51:00,600.0,9.1896,1,leg_gt,3.12,60 -74487,gt_model_sell_peak_local,sell,2026-02-16 08:54:00,599.0,9.0075,1,leg_gt,3.13,60 -74488,gt_model_sell_peak_local,sell,2026-02-16 08:57:00,600.0,9.1896,1,leg_gt,3.13,60 -74489,gt_model_sell_peak_local,sell,2026-02-16 10:18:00,602.0,9.5539,1,leg_gt,3.19,60 -74490,gt_model_sell_peak_local,sell,2026-02-16 14:30:00,597.0,8.6432,1,leg_gt,3.36,60 -74491,gt_model_sell_peak_local,sell,2026-02-16 15:00:00,597.0,8.6432,1,leg_gt,3.38,60 -74492,gt_model_sell_peak_local,sell,2026-02-16 15:03:00,599.0,9.0075,1,leg_gt,3.38,60 -74493,gt_model_sell_peak_local,sell,2026-02-16 16:36:00,599.0,9.0075,1,leg_gt,3.45,60 -74494,gt_model_sell_peak_local,sell,2026-02-16 19:57:00,594.0,8.0967,1,leg_gt,3.59,60 -74495,gt_model_sell_peak_local,sell,2026-02-16 20:06:00,595.0,8.2789,1,leg_gt,3.59,60 -74496,gt_model_sell_peak_local,sell,2026-02-16 23:03:00,593.0,7.9146,1,leg_gt,3.72,60 -74497,gt_model_sell_peak_local,sell,2026-02-17 01:03:00,591.0,7.5503,1,leg_gt,3.8,60 -74498,gt_model_sell_peak_local,sell,2026-02-17 02:45:00,594.0,8.0967,1,leg_gt,3.87,60 -74499,gt_model_sell_peak_local,sell,2026-02-17 04:27:00,595.0,8.2789,1,leg_gt,3.94,60 -74500,gt_model_sell_peak_local,sell,2026-02-17 04:30:00,594.0,8.0967,1,leg_gt,3.94,60 -74501,gt_model_sell_peak_local,sell,2026-02-17 08:00:00,600.0,9.1896,1,leg_gt,4.09,60 -74502,gt_model_sell_peak_local,sell,2026-02-17 12:33:00,594.0,8.0967,1,leg_gt,4.28,60 -74503,gt_model_sell_peak_local,sell,2026-02-17 12:36:00,593.0,7.9146,1,leg_gt,4.28,60 -74504,gt_model_sell_peak_local,sell,2026-02-17 12:42:00,595.0,8.2789,1,leg_gt,4.29,60 -74505,gt_model_sell_peak_local,sell,2026-02-17 14:21:00,590.0,7.3681,1,leg_gt,4.35,60 -74506,gt_model_sell_peak_local,sell,2026-02-17 14:57:00,591.0,7.5503,1,leg_gt,4.38,60 -74507,gt_model_sell_peak_local,sell,2026-02-17 16:51:00,591.0,7.5503,1,leg_gt,4.46,60 -74508,gt_model_sell_peak_local,sell,2026-02-17 18:12:00,586.0,6.6395,1,leg_gt,4.51,60 -74509,gt_model_sell_peak_local,sell,2026-02-17 19:45:00,585.0,6.4574,1,leg_gt,4.58,60 -74510,gt_model_sell_peak_local,sell,2026-02-17 19:51:00,584.0,6.2752,1,leg_gt,4.58,60 -74511,gt_model_sell_peak_local,sell,2026-02-17 19:54:00,584.0,6.2752,1,leg_gt,4.59,60 -74512,gt_model_sell_peak_local,sell,2026-02-17 20:09:00,586.0,6.6395,1,leg_gt,4.6,60 -74513,gt_model_sell_peak_local,sell,2026-02-17 21:21:00,587.0,6.8217,1,leg_gt,4.65,60 -74514,gt_model_sell_peak_local,sell,2026-02-17 21:27:00,587.0,6.8217,1,leg_gt,4.65,60 -74515,gt_model_sell_peak_local,sell,2026-02-17 22:39:00,587.0,6.8217,1,leg_gt,4.7,60 -74516,gt_model_sell_peak_local,sell,2026-02-17 23:27:00,589.0,7.186,1,leg_gt,4.73,60 -74517,gt_model_sell_peak_local,sell,2026-02-17 23:51:00,574.0,-0.1,0,leg_gt,0.0,60 -74518,gt_model_sell_peak_local,sell,2026-02-17 23:54:00,575.0,0.0742,1,leg_gt,0.01,60 -74519,gt_model_sell_peak_local,sell,2026-02-17 23:57:00,577.0,0.4226,1,leg_gt,0.01,60 -74520,gt_model_sell_peak_local,sell,2026-02-18 00:33:00,579.0,0.7711,1,leg_gt,0.03,60 -74521,gt_model_sell_peak_local,sell,2026-02-18 02:36:00,582.0,1.2937,1,leg_gt,0.12,60 -74522,gt_model_sell_peak_local,sell,2026-02-18 04:51:00,587.0,2.1648,1,leg_gt,0.21,60 -74523,gt_model_sell_peak_local,sell,2026-02-18 04:54:00,588.0,2.339,1,leg_gt,0.21,60 -74524,gt_model_sell_peak_local,sell,2026-02-18 07:21:00,589.0,2.5132,1,leg_gt,0.32,60 -74525,gt_model_sell_peak_local,sell,2026-02-18 08:36:00,589.0,2.5132,1,leg_gt,0.37,60 -74526,gt_model_sell_peak_local,sell,2026-02-18 10:03:00,585.0,1.8164,1,leg_gt,0.43,60 -74527,gt_model_sell_peak_local,sell,2026-02-18 10:06:00,585.0,1.8164,1,leg_gt,0.43,60 -74528,gt_model_sell_peak_local,sell,2026-02-18 12:03:00,584.0,1.6422,1,leg_gt,0.51,60 -74529,gt_model_sell_peak_local,sell,2026-02-18 12:06:00,584.0,1.6422,1,leg_gt,0.51,60 -74530,gt_model_sell_peak_local,sell,2026-02-18 12:09:00,583.0,1.4679,1,leg_gt,0.52,60 -74531,gt_model_sell_peak_local,sell,2026-02-18 13:00:00,584.0,1.6422,1,leg_gt,0.55,60 -74532,gt_model_sell_peak_local,sell,2026-02-18 13:15:00,582.0,1.2937,1,leg_gt,0.56,60 -74533,gt_model_sell_peak_local,sell,2026-02-18 13:18:00,581.0,1.1195,1,leg_gt,0.56,60 -74534,gt_model_sell_peak_local,sell,2026-02-18 13:24:00,581.0,1.1195,1,leg_gt,0.57,60 -74535,gt_model_sell_peak_local,sell,2026-02-18 13:27:00,581.0,1.1195,1,leg_gt,0.57,60 -74536,gt_model_sell_peak_local,sell,2026-02-18 13:30:00,581.0,1.1195,1,leg_gt,0.57,60 -74537,gt_model_sell_peak_local,sell,2026-02-18 13:36:00,581.0,1.1195,1,leg_gt,0.58,60 -74538,gt_model_sell_peak_local,sell,2026-02-18 15:24:00,579.0,0.7711,1,leg_gt,0.65,60 -74539,gt_model_sell_peak_local,sell,2026-02-18 16:36:00,578.0,0.5969,1,leg_gt,0.7,60 -74540,gt_model_sell_peak_local,sell,2026-02-18 18:27:00,579.0,0.7711,1,leg_gt,0.78,60 -74541,gt_model_sell_peak_local,sell,2026-02-18 18:30:00,579.0,0.7711,1,leg_gt,0.78,60 -74542,gt_model_sell_peak_local,sell,2026-02-18 18:33:00,581.0,1.1195,1,leg_gt,0.78,60 -74543,gt_model_sell_peak_local,sell,2026-02-18 20:12:00,573.0,-0.2742,0,leg_gt,0.85,60 -74544,gt_model_sell_peak_local,sell,2026-02-18 22:48:00,569.0,-0.9711,0,leg_gt,0.96,60 -74545,gt_model_sell_peak_local,sell,2026-02-19 01:39:00,573.0,-0.2742,0,leg_gt,1.08,60 -74546,gt_model_sell_peak_local,sell,2026-02-19 06:48:00,564.0,-1.8422,0,leg_gt,1.29,60 -74547,gt_model_sell_peak_local,sell,2026-02-19 09:54:00,558.0,-2.8875,0,leg_gt,1.42,60 -74548,gt_model_sell_peak_local,sell,2026-02-19 09:57:00,558.0,-2.8875,0,leg_gt,1.42,60 -74549,gt_model_sell_peak_local,sell,2026-02-19 10:03:00,561.0,-2.3648,0,leg_gt,1.43,60 -74550,gt_model_sell_peak_local,sell,2026-02-19 10:12:00,561.0,-2.3648,0,leg_gt,1.44,60 -74551,gt_model_sell_peak_local,sell,2026-02-19 12:09:00,566.0,-1.4937,0,leg_gt,1.52,60 -74552,gt_model_sell_peak_local,sell,2026-02-19 12:21:00,567.0,-1.3195,0,leg_gt,1.52,60 -74553,gt_model_sell_peak_local,sell,2026-02-19 12:24:00,567.0,-1.3195,0,leg_gt,1.53,60 -74554,gt_model_sell_peak_local,sell,2026-02-19 12:27:00,567.0,-1.3195,0,leg_gt,1.53,60 -74555,gt_model_sell_peak_local,sell,2026-02-19 13:24:00,564.0,-1.8422,0,leg_gt,1.57,60 -74556,gt_model_sell_peak_local,sell,2026-02-19 13:27:00,566.0,-1.4937,0,leg_gt,1.57,60 -74557,gt_model_sell_peak_local,sell,2026-02-19 13:30:00,565.0,-1.6679,0,leg_gt,1.57,60 -74558,gt_model_sell_peak_local,sell,2026-02-19 13:36:00,566.0,-1.4937,0,leg_gt,1.58,60 -74559,gt_model_sell_peak_local,sell,2026-02-19 14:06:00,563.0,-2.0164,0,leg_gt,1.6,60 -74560,gt_model_sell_peak_local,sell,2026-02-19 16:21:00,563.0,-2.0164,0,leg_gt,1.69,60 -74561,gt_model_sell_peak_local,sell,2026-02-19 17:54:00,557.0,-3.0617,0,leg_gt,1.76,60 -74562,gt_model_sell_peak_local,sell,2026-02-19 17:57:00,556.0,-3.2359,0,leg_gt,1.76,60 -74563,gt_model_sell_peak_local,sell,2026-02-19 19:42:00,555.0,-3.4101,0,leg_gt,1.83,60 -74564,gt_model_sell_peak_local,sell,2026-02-19 21:18:00,555.0,-3.4101,0,leg_gt,1.9,60 -74565,gt_model_sell_peak_local,sell,2026-02-19 21:42:00,554.0,-3.5843,0,leg_gt,1.91,60 -74566,gt_model_sell_peak_local,sell,2026-02-19 21:45:00,554.0,-3.5843,0,leg_gt,1.92,60 -74567,gt_model_sell_peak_local,sell,2026-02-20 01:03:00,546.0,0.0835,1,leg_gt,0.1,60 -74568,gt_model_sell_peak_local,sell,2026-02-20 03:18:00,549.0,0.6339,1,leg_gt,0.19,60 -74569,gt_model_sell_peak_local,sell,2026-02-20 03:21:00,549.0,0.6339,1,leg_gt,0.19,60 -74570,gt_model_sell_peak_local,sell,2026-02-20 04:27:00,550.0,0.8174,1,leg_gt,0.24,60 -74571,gt_model_sell_peak_local,sell,2026-02-20 04:30:00,550.0,0.8174,1,leg_gt,0.24,60 -74572,gt_model_sell_peak_local,sell,2026-02-20 04:42:00,547.0,0.267,1,leg_gt,0.25,60 -74573,gt_model_sell_peak_local,sell,2026-02-20 04:45:00,548.0,0.4505,1,leg_gt,0.25,60 -74574,gt_model_sell_peak_local,sell,2026-02-20 04:48:00,547.0,0.267,1,leg_gt,0.25,60 -74575,gt_model_sell_peak_local,sell,2026-02-20 07:33:00,547.0,0.267,1,leg_gt,0.37,60 -74576,gt_model_sell_peak_local,sell,2026-02-20 07:39:00,546.0,0.0835,1,leg_gt,0.37,60 -74577,gt_model_sell_peak_local,sell,2026-02-20 07:42:00,547.0,0.267,1,leg_gt,0.38,60 -74578,gt_model_sell_peak_local,sell,2026-02-20 07:45:00,547.0,0.267,1,leg_gt,0.38,60 -74579,gt_model_sell_peak_local,sell,2026-02-20 10:30:00,556.0,1.9183,1,leg_gt,0.49,60 -74580,gt_model_sell_peak_local,sell,2026-02-20 12:06:00,558.0,2.2853,1,leg_gt,0.56,60 -74581,gt_model_sell_peak_local,sell,2026-02-20 12:09:00,558.0,2.2853,1,leg_gt,0.56,60 -74582,gt_model_sell_peak_local,sell,2026-02-20 12:42:00,559.0,2.4688,1,leg_gt,0.58,60 -74583,gt_model_sell_peak_local,sell,2026-02-20 12:45:00,559.0,2.4688,1,leg_gt,0.59,60 -74584,gt_model_sell_peak_local,sell,2026-02-20 12:48:00,560.0,2.6523,1,leg_gt,0.59,60 -74585,gt_model_sell_peak_local,sell,2026-02-20 15:48:00,558.0,2.2853,1,leg_gt,0.71,60 -74586,gt_model_sell_peak_local,sell,2026-02-20 15:51:00,559.0,2.4688,1,leg_gt,0.71,60 -74587,gt_model_sell_peak_local,sell,2026-02-20 20:30:00,564.0,3.3862,1,leg_gt,0.91,60 -74588,gt_model_sell_peak_local,sell,2026-02-20 22:45:00,552.0,-0.1,0,leg_gt,0.01,60 -74589,gt_model_sell_peak_local,sell,2026-02-20 22:51:00,554.0,0.2623,1,leg_gt,0.01,60 -74590,gt_model_sell_peak_local,sell,2026-02-21 02:12:00,573.0,3.7043,1,leg_gt,0.15,60 -74591,gt_model_sell_peak_local,sell,2026-02-21 04:00:00,579.0,4.7913,1,leg_gt,0.22,60 -74592,gt_model_sell_peak_local,sell,2026-02-21 04:03:00,577.0,4.429,1,leg_gt,0.23,60 -74593,gt_model_sell_peak_local,sell,2026-02-21 07:03:00,571.0,3.342,1,leg_gt,0.35,60 -74594,gt_model_sell_peak_local,sell,2026-02-21 07:12:00,571.0,3.342,1,leg_gt,0.36,60 -74595,gt_model_sell_peak_local,sell,2026-02-21 09:54:00,574.0,3.8855,1,leg_gt,0.47,60 -74596,gt_model_sell_peak_local,sell,2026-02-21 12:33:00,577.0,4.429,1,leg_gt,0.58,60 -74597,gt_model_sell_peak_local,sell,2026-02-21 16:18:00,578.0,4.6101,1,leg_gt,0.74,60 -74598,gt_model_sell_peak_local,sell,2026-02-21 16:21:00,579.0,4.7913,1,leg_gt,0.74,60 -74599,gt_model_sell_peak_local,sell,2026-02-21 17:39:00,579.0,4.7913,1,leg_gt,0.79,60 -74600,gt_model_sell_peak_local,sell,2026-02-21 17:42:00,579.0,4.7913,1,leg_gt,0.8,60 -74601,gt_model_sell_peak_local,sell,2026-02-21 19:27:00,583.0,5.5159,1,leg_gt,0.87,60 -74602,gt_model_sell_peak_local,sell,2026-02-21 21:21:00,581.0,5.1536,1,leg_gt,0.95,60 -74603,gt_model_sell_peak_local,sell,2026-02-22 00:24:00,577.0,4.429,1,leg_gt,1.08,60 -74604,gt_model_sell_peak_local,sell,2026-02-22 05:12:00,572.0,3.5232,1,leg_gt,1.27,60 -74605,gt_model_sell_peak_local,sell,2026-02-22 06:42:00,573.0,3.7043,1,leg_gt,1.34,60 -74606,gt_model_sell_peak_local,sell,2026-02-22 08:06:00,571.0,3.342,1,leg_gt,1.4,60 -74607,gt_model_sell_peak_local,sell,2026-02-22 11:00:00,565.0,2.2551,1,leg_gt,1.52,60 -74608,gt_model_sell_peak_local,sell,2026-02-22 11:03:00,565.0,2.2551,1,leg_gt,1.52,60 -74609,gt_model_sell_peak_local,sell,2026-02-22 11:06:00,565.0,2.2551,1,leg_gt,1.52,60 -74610,gt_model_sell_peak_local,sell,2026-02-22 11:36:00,563.0,1.8928,1,leg_gt,1.54,60 -74611,gt_model_sell_peak_local,sell,2026-02-22 13:33:00,563.0,1.8928,1,leg_gt,1.62,60 -74612,gt_model_sell_peak_local,sell,2026-02-22 13:36:00,564.0,2.0739,1,leg_gt,1.62,60 -74613,gt_model_sell_peak_local,sell,2026-02-22 14:12:00,562.0,1.7116,1,leg_gt,1.65,60 -74614,gt_model_sell_peak_local,sell,2026-02-22 14:21:00,563.0,1.8928,1,leg_gt,1.66,60 -74615,gt_model_sell_peak_local,sell,2026-02-22 15:30:00,563.0,1.8928,1,leg_gt,1.7,60 -74616,gt_model_sell_peak_local,sell,2026-02-22 15:36:00,563.0,1.8928,1,leg_gt,1.71,60 -74617,gt_model_sell_peak_local,sell,2026-02-22 15:42:00,563.0,1.8928,1,leg_gt,1.71,60 -74618,gt_model_sell_peak_local,sell,2026-02-22 15:45:00,563.0,1.8928,1,leg_gt,1.71,60 -74619,gt_model_sell_peak_local,sell,2026-02-22 15:48:00,562.0,1.7116,1,leg_gt,1.72,60 -74620,gt_model_sell_peak_local,sell,2026-02-22 15:51:00,563.0,1.8928,1,leg_gt,1.72,60 -74621,gt_model_sell_peak_local,sell,2026-02-22 16:06:00,562.0,1.7116,1,leg_gt,1.73,60 -74622,gt_model_sell_peak_local,sell,2026-02-22 16:09:00,563.0,1.8928,1,leg_gt,1.73,60 -74623,gt_model_sell_peak_local,sell,2026-02-22 16:12:00,563.0,1.8928,1,leg_gt,1.73,60 -74624,gt_model_sell_peak_local,sell,2026-02-22 17:39:00,561.0,1.5304,1,leg_gt,1.79,60 -74625,gt_model_sell_peak_local,sell,2026-02-22 17:42:00,562.0,1.7116,1,leg_gt,1.8,60 -74626,gt_model_sell_peak_local,sell,2026-02-22 19:33:00,561.0,1.5304,1,leg_gt,1.87,60 -74627,gt_model_sell_peak_local,sell,2026-02-22 19:36:00,561.0,1.5304,1,leg_gt,1.88,60 -74628,gt_model_sell_peak_local,sell,2026-02-22 19:45:00,561.0,1.5304,1,leg_gt,1.88,60 -74629,gt_model_sell_peak_local,sell,2026-02-22 19:54:00,562.0,1.7116,1,leg_gt,1.89,60 -74630,gt_model_sell_peak_local,sell,2026-02-22 19:57:00,561.0,1.5304,1,leg_gt,1.89,60 -74631,gt_model_sell_peak_local,sell,2026-02-22 20:51:00,561.0,1.5304,1,leg_gt,1.93,60 -74632,gt_model_sell_peak_local,sell,2026-02-22 20:54:00,561.0,1.5304,1,leg_gt,1.93,60 -74633,gt_model_sell_peak_local,sell,2026-02-22 21:15:00,554.0,0.2623,1,leg_gt,1.94,60 -74634,gt_model_sell_peak_local,sell,2026-02-22 21:18:00,555.0,0.4435,1,leg_gt,1.95,60 -74635,gt_model_sell_peak_local,sell,2026-02-22 23:30:00,553.0,0.0812,1,leg_gt,2.04,60 -74636,gt_model_sell_peak_local,sell,2026-02-23 03:09:00,560.0,1.3493,1,leg_gt,2.19,60 -74637,gt_model_sell_peak_local,sell,2026-02-23 03:12:00,561.0,1.5304,1,leg_gt,2.19,60 -74638,gt_model_sell_peak_local,sell,2026-02-23 05:06:00,564.0,2.0739,1,leg_gt,2.27,60 -74639,gt_model_sell_peak_local,sell,2026-02-23 05:57:00,563.0,1.8928,1,leg_gt,2.31,60 -74640,gt_model_sell_peak_local,sell,2026-02-23 06:09:00,562.0,1.7116,1,leg_gt,2.31,60 -74641,gt_model_sell_peak_local,sell,2026-02-23 06:54:00,562.0,1.7116,1,leg_gt,2.35,60 -74642,gt_model_sell_peak_local,sell,2026-02-23 06:57:00,562.0,1.7116,1,leg_gt,2.35,60 -74643,gt_model_sell_peak_local,sell,2026-02-23 09:06:00,566.0,2.4362,1,leg_gt,2.44,60 -74644,gt_model_sell_peak_local,sell,2026-02-23 13:06:00,542.0,0.8311,1,leg_gt,0.09,60 -74645,gt_model_sell_peak_local,sell,2026-02-23 13:54:00,539.0,0.2724,1,leg_gt,0.13,60 -74646,gt_model_sell_peak_local,sell,2026-02-23 16:12:00,551.0,2.5071,1,leg_gt,0.22,60 -74647,gt_model_sell_peak_local,sell,2026-02-23 16:54:00,553.0,2.8795,1,leg_gt,0.25,60 -74648,gt_model_sell_peak_local,sell,2026-02-23 16:57:00,552.0,2.6933,1,leg_gt,0.25,60 -74649,gt_model_sell_peak_local,sell,2026-02-23 18:15:00,551.0,2.5071,1,leg_gt,0.31,60 -74650,gt_model_sell_peak_local,sell,2026-02-23 18:18:00,552.0,2.6933,1,leg_gt,0.31,60 -74651,gt_model_sell_peak_local,sell,2026-02-23 19:54:00,565.0,5.1142,1,leg_gt,0.38,60 -74652,gt_model_sell_peak_local,sell,2026-02-23 21:27:00,570.0,6.0453,1,leg_gt,0.44,60 -74653,gt_model_sell_peak_local,sell,2026-02-23 23:30:00,564.0,4.9279,1,leg_gt,0.53,60 -74654,gt_model_sell_peak_local,sell,2026-02-24 04:42:00,547.0,1.7622,1,leg_gt,0.74,60 -74655,gt_model_sell_peak_local,sell,2026-02-24 04:45:00,547.0,1.7622,1,leg_gt,0.75,60 -74656,gt_model_sell_peak_local,sell,2026-02-24 08:15:00,551.0,2.5071,1,leg_gt,0.89,60 -74657,gt_model_sell_peak_local,sell,2026-02-24 08:21:00,551.0,2.5071,1,leg_gt,0.9,60 -74658,gt_model_sell_peak_local,sell,2026-02-24 08:24:00,551.0,2.5071,1,leg_gt,0.9,60 -74659,gt_model_sell_peak_local,sell,2026-02-24 08:27:00,550.0,2.3209,1,leg_gt,0.9,60 -74660,gt_model_sell_peak_local,sell,2026-02-24 10:21:00,549.0,2.1346,1,leg_gt,0.98,60 -74661,gt_model_sell_peak_local,sell,2026-02-24 11:33:00,548.0,1.9484,1,leg_gt,1.03,60 -74662,gt_model_sell_peak_local,sell,2026-02-24 14:03:00,540.0,0.6463,1,leg_gt,0.03,60 -74663,gt_model_sell_peak_local,sell,2026-02-24 15:06:00,537.0,0.0866,1,leg_gt,0.08,60 -74664,gt_model_sell_peak_local,sell,2026-02-24 15:09:00,538.0,0.2731,1,leg_gt,0.08,60 -74665,gt_model_sell_peak_local,sell,2026-02-24 15:12:00,539.0,0.4597,1,leg_gt,0.08,60 -74666,gt_model_sell_peak_local,sell,2026-02-24 17:30:00,541.0,0.8328,1,leg_gt,0.18,60 -74667,gt_model_sell_peak_local,sell,2026-02-24 18:45:00,540.0,0.6463,1,leg_gt,0.23,60 -74668,gt_model_sell_peak_local,sell,2026-02-24 18:54:00,539.0,0.4597,1,leg_gt,0.24,60 -74669,gt_model_sell_peak_local,sell,2026-02-24 18:57:00,539.0,0.4597,1,leg_gt,0.24,60 -74670,gt_model_sell_peak_local,sell,2026-02-25 01:30:00,557.0,3.8179,1,leg_gt,0.51,60 -74671,gt_model_sell_peak_local,sell,2026-02-25 04:48:00,554.0,3.2582,1,leg_gt,0.65,60 -74672,gt_model_sell_peak_local,sell,2026-02-25 05:00:00,555.0,3.4448,1,leg_gt,0.66,60 -74673,gt_model_sell_peak_local,sell,2026-02-25 08:06:00,550.0,0.265,1,leg_gt,0.08,60 -74674,gt_model_sell_peak_local,sell,2026-02-25 08:09:00,550.0,0.265,1,leg_gt,0.08,60 -74675,gt_model_sell_peak_local,sell,2026-02-25 08:12:00,551.0,0.4474,1,leg_gt,0.08,60 -74676,gt_model_sell_peak_local,sell,2026-02-25 08:15:00,553.0,0.8124,1,leg_gt,0.08,60 -74677,gt_model_sell_peak_local,sell,2026-02-25 09:21:00,549.0,0.0825,1,leg_gt,0.13,60 -74678,gt_model_sell_peak_local,sell,2026-02-25 09:24:00,549.0,0.0825,1,leg_gt,0.13,60 -74679,gt_model_sell_peak_local,sell,2026-02-25 09:27:00,548.0,-0.1,0,leg_gt,0.13,60 -74680,gt_model_sell_peak_local,sell,2026-02-25 09:30:00,549.0,0.0825,1,leg_gt,0.14,60 -74681,gt_model_sell_peak_local,sell,2026-02-25 11:36:00,569.0,3.7321,1,leg_gt,0.22,60 -74682,gt_model_sell_peak_local,sell,2026-02-25 13:06:00,564.0,2.8197,1,leg_gt,0.29,60 -74683,gt_model_sell_peak_local,sell,2026-02-25 13:09:00,563.0,2.6372,1,leg_gt,0.29,60 -74684,gt_model_sell_peak_local,sell,2026-02-25 13:12:00,564.0,2.8197,1,leg_gt,0.29,60 -74685,gt_model_sell_peak_local,sell,2026-02-25 14:48:00,562.0,2.4547,1,leg_gt,0.36,60 -74686,gt_model_sell_peak_local,sell,2026-02-25 16:03:00,563.0,2.6372,1,leg_gt,0.41,60 -74687,gt_model_sell_peak_local,sell,2026-02-25 16:06:00,562.0,2.4547,1,leg_gt,0.41,60 -74688,gt_model_sell_peak_local,sell,2026-02-25 20:57:00,582.0,6.1044,1,leg_gt,0.61,60 -74689,gt_model_sell_peak_local,sell,2026-02-25 21:00:00,582.0,6.1044,1,leg_gt,0.61,60 -74690,gt_model_sell_peak_local,sell,2026-02-26 02:21:00,603.0,9.9365,1,leg_gt,0.84,60 -74691,gt_model_sell_peak_local,sell,2026-02-26 05:36:00,608.0,10.8489,1,leg_gt,0.97,60 -74692,gt_model_sell_peak_local,sell,2026-02-26 08:12:00,606.0,10.4839,1,leg_gt,1.08,60 -74693,gt_model_sell_peak_local,sell,2026-02-26 12:57:00,591.0,7.7467,1,leg_gt,1.28,60 -74694,gt_model_sell_peak_local,sell,2026-02-26 14:33:00,586.0,6.8343,1,leg_gt,1.35,60 -74695,gt_model_sell_peak_local,sell,2026-02-26 14:36:00,586.0,6.8343,1,leg_gt,1.35,60 -74696,gt_model_sell_peak_local,sell,2026-02-26 14:39:00,586.0,6.8343,1,leg_gt,1.35,60 -74697,gt_model_sell_peak_local,sell,2026-02-26 14:42:00,588.0,7.1993,1,leg_gt,1.35,60 -74698,gt_model_sell_peak_local,sell,2026-02-26 16:06:00,587.0,7.0168,1,leg_gt,1.41,60 -74699,gt_model_sell_peak_local,sell,2026-02-26 16:09:00,588.0,7.1993,1,leg_gt,1.41,60 -74700,gt_model_sell_peak_local,sell,2026-02-26 19:36:00,587.0,7.0168,1,leg_gt,1.56,60 -74701,gt_model_sell_peak_local,sell,2026-02-26 22:54:00,583.0,6.2869,1,leg_gt,1.69,60 -74702,gt_model_sell_peak_local,sell,2026-02-26 22:57:00,583.0,6.2869,1,leg_gt,1.7,60 -74703,gt_model_sell_peak_local,sell,2026-02-26 23:00:00,583.0,6.2869,1,leg_gt,1.7,60 -74704,gt_model_sell_peak_local,sell,2026-02-27 00:27:00,579.0,5.5569,1,leg_gt,1.76,60 -74705,gt_model_sell_peak_local,sell,2026-02-27 00:36:00,574.0,4.6445,1,leg_gt,1.76,60 -74706,gt_model_sell_peak_local,sell,2026-02-27 05:30:00,576.0,1.8469,1,leg_gt,0.15,60 -74707,gt_model_sell_peak_local,sell,2026-02-27 05:33:00,576.0,1.8469,1,leg_gt,0.16,60 -74708,gt_model_sell_peak_local,sell,2026-02-27 05:36:00,575.0,1.6699,1,leg_gt,0.16,60 -74709,gt_model_sell_peak_local,sell,2026-02-27 06:18:00,576.0,1.8469,1,leg_gt,0.19,60 -74710,gt_model_sell_peak_local,sell,2026-02-27 09:21:00,579.0,2.3779,1,leg_gt,0.31,60 -74711,gt_model_sell_peak_local,sell,2026-02-27 09:27:00,579.0,2.3779,1,leg_gt,0.32,60 -74712,gt_model_sell_peak_local,sell,2026-02-27 09:30:00,580.0,2.5549,1,leg_gt,0.32,60 -74713,gt_model_sell_peak_local,sell,2026-02-27 10:33:00,577.0,2.0239,1,leg_gt,0.36,60 -74714,gt_model_sell_peak_local,sell,2026-02-27 10:51:00,577.0,2.0239,1,leg_gt,0.38,60 -74715,gt_model_sell_peak_local,sell,2026-02-27 12:21:00,578.0,2.2009,1,leg_gt,0.44,60 -74716,gt_model_sell_peak_local,sell,2026-02-27 12:24:00,578.0,2.2009,1,leg_gt,0.44,60 -74717,gt_model_sell_peak_local,sell,2026-02-27 12:27:00,577.0,2.0239,1,leg_gt,0.44,60 -74718,gt_model_sell_peak_local,sell,2026-02-27 12:30:00,578.0,2.2009,1,leg_gt,0.45,60 -74719,gt_model_sell_peak_local,sell,2026-02-27 12:33:00,578.0,2.2009,1,leg_gt,0.45,60 -74720,gt_model_sell_peak_local,sell,2026-02-27 12:36:00,578.0,2.2009,1,leg_gt,0.45,60 -74721,gt_model_sell_peak_local,sell,2026-02-27 12:39:00,579.0,2.3779,1,leg_gt,0.45,60 -74722,gt_model_sell_peak_local,sell,2026-02-27 12:51:00,579.0,2.3779,1,leg_gt,0.46,60 -74723,gt_model_sell_peak_local,sell,2026-02-27 14:12:00,586.0,3.6168,1,leg_gt,0.52,60 -74724,gt_model_sell_peak_local,sell,2026-02-27 14:15:00,587.0,3.7938,1,leg_gt,0.52,60 -74725,gt_model_sell_peak_local,sell,2026-02-27 14:18:00,587.0,3.7938,1,leg_gt,0.52,60 -74726,gt_model_sell_peak_local,sell,2026-02-27 14:21:00,586.0,3.6168,1,leg_gt,0.52,60 -74727,gt_model_sell_peak_local,sell,2026-02-27 14:24:00,585.0,3.4398,1,leg_gt,0.52,60 -74728,gt_model_sell_peak_local,sell,2026-02-27 15:06:00,588.0,3.9708,1,leg_gt,0.55,60 -74729,gt_model_sell_peak_local,sell,2026-02-27 16:48:00,586.0,3.6168,1,leg_gt,0.62,60 -74730,gt_model_sell_peak_local,sell,2026-02-27 16:51:00,587.0,3.7938,1,leg_gt,0.63,60 -74731,gt_model_sell_peak_local,sell,2026-02-27 16:54:00,588.0,3.9708,1,leg_gt,0.63,60 -74732,gt_model_sell_peak_local,sell,2026-02-27 17:57:00,589.0,4.1478,1,leg_gt,0.67,60 -74733,gt_model_sell_peak_local,sell,2026-02-27 18:00:00,589.0,4.1478,1,leg_gt,0.68,60 -74734,gt_model_sell_peak_local,sell,2026-02-27 18:09:00,590.0,4.3248,1,leg_gt,0.68,60 -74735,gt_model_sell_peak_local,sell,2026-02-27 19:18:00,583.0,3.0858,1,leg_gt,0.73,60 -74736,gt_model_sell_peak_local,sell,2026-02-27 19:21:00,582.0,2.9088,1,leg_gt,0.73,60 -74737,gt_model_sell_peak_local,sell,2026-02-27 19:24:00,583.0,3.0858,1,leg_gt,0.73,60 -74738,gt_model_sell_peak_local,sell,2026-02-27 19:30:00,582.0,2.9088,1,leg_gt,0.74,60 -74739,gt_model_sell_peak_local,sell,2026-02-27 19:33:00,584.0,3.2628,1,leg_gt,0.74,60 -74740,gt_model_sell_peak_local,sell,2026-02-27 19:39:00,583.0,3.0858,1,leg_gt,0.74,60 -74741,gt_model_sell_peak_local,sell,2026-02-27 19:42:00,583.0,3.0858,1,leg_gt,0.75,60 -74742,gt_model_sell_peak_local,sell,2026-02-27 23:09:00,578.0,2.2009,1,leg_gt,0.89,60 -74743,gt_model_sell_peak_local,sell,2026-02-27 23:12:00,578.0,2.2009,1,leg_gt,0.89,60 -74744,gt_model_sell_peak_local,sell,2026-02-27 23:15:00,578.0,2.2009,1,leg_gt,0.89,60 -74745,gt_model_sell_peak_local,sell,2026-02-27 23:18:00,576.0,1.8469,1,leg_gt,0.9,60 -74746,gt_model_sell_peak_local,sell,2026-02-28 00:00:00,576.0,1.8469,1,leg_gt,0.92,60 -74747,gt_model_sell_peak_local,sell,2026-02-28 01:09:00,572.0,1.1389,1,leg_gt,0.97,60 -74748,gt_model_sell_peak_local,sell,2026-02-28 02:27:00,568.0,0.431,1,leg_gt,1.03,60 -74749,gt_model_sell_peak_local,sell,2026-02-28 02:30:00,567.0,0.254,1,leg_gt,1.03,60 -74750,gt_model_sell_peak_local,sell,2026-02-28 04:03:00,571.0,0.9619,1,leg_gt,1.09,60 -74751,gt_model_sell_peak_local,sell,2026-02-28 04:06:00,571.0,0.9619,1,leg_gt,1.1,60 -74752,gt_model_sell_peak_local,sell,2026-02-28 04:33:00,568.0,0.431,1,leg_gt,1.11,60 -74753,gt_model_sell_peak_local,sell,2026-02-28 04:36:00,569.0,0.608,1,leg_gt,1.12,60 -74754,gt_model_sell_peak_local,sell,2026-02-28 04:39:00,568.0,0.431,1,leg_gt,1.12,60 -74755,gt_model_sell_peak_local,sell,2026-02-28 07:09:00,567.0,0.254,1,leg_gt,1.22,60 -74756,gt_model_sell_peak_local,sell,2026-02-28 07:18:00,567.0,0.254,1,leg_gt,1.23,60 -74757,gt_model_sell_peak_local,sell,2026-02-28 10:15:00,571.0,0.9619,1,leg_gt,1.35,60 -74758,gt_model_sell_peak_local,sell,2026-02-28 11:21:00,568.0,0.431,1,leg_gt,1.4,60 -74759,gt_model_sell_peak_local,sell,2026-02-28 12:30:00,567.0,0.254,1,leg_gt,1.45,60 -74760,gt_model_sell_peak_local,sell,2026-02-28 12:33:00,567.0,0.254,1,leg_gt,1.45,60 -74761,gt_model_sell_peak_local,sell,2026-02-28 13:15:00,565.0,-0.1,0,leg_gt,1.48,60 -74762,gt_model_sell_peak_local,sell,2026-02-28 13:18:00,565.0,-0.1,0,leg_gt,1.48,60 -74763,gt_model_sell_peak_local,sell,2026-02-28 15:12:00,560.0,-0.985,0,leg_gt,1.56,60 -74764,gt_model_sell_peak_local,sell,2026-02-28 17:39:00,538.0,-4.8788,0,leg_gt,1.66,60 -74765,gt_model_sell_peak_local,sell,2026-02-28 17:42:00,538.0,-4.8788,0,leg_gt,1.66,60 -74766,gt_model_sell_peak_local,sell,2026-02-28 21:36:00,545.0,2.3436,1,leg_gt,0.15,60 -74767,gt_model_sell_peak_local,sell,2026-03-01 00:39:00,555.0,4.2233,1,leg_gt,0.27,60 -74768,gt_model_sell_peak_local,sell,2026-03-01 00:42:00,556.0,4.4113,1,leg_gt,0.28,60 -74769,gt_model_sell_peak_local,sell,2026-03-01 02:48:00,555.0,4.2233,1,leg_gt,0.36,60 -74770,gt_model_sell_peak_local,sell,2026-03-01 03:00:00,556.0,4.4113,1,leg_gt,0.37,60 -74771,gt_model_sell_peak_local,sell,2026-03-01 03:03:00,556.0,4.4113,1,leg_gt,0.37,60 -74772,gt_model_sell_peak_local,sell,2026-03-01 06:48:00,576.0,8.1707,1,leg_gt,0.53,60 -74773,gt_model_sell_peak_local,sell,2026-03-01 06:54:00,575.0,7.9827,1,leg_gt,0.53,60 -74774,gt_model_sell_peak_local,sell,2026-03-01 06:57:00,575.0,7.9827,1,leg_gt,0.54,60 -74775,gt_model_sell_peak_local,sell,2026-03-01 08:54:00,583.0,9.4865,1,leg_gt,0.62,60 -74776,gt_model_sell_peak_local,sell,2026-03-01 08:57:00,580.0,8.9226,1,leg_gt,0.62,60 -74777,gt_model_sell_peak_local,sell,2026-03-01 12:45:00,583.0,9.4865,1,leg_gt,0.78,60 -74778,gt_model_sell_peak_local,sell,2026-03-01 15:12:00,575.0,7.9827,1,leg_gt,0.88,60 -74779,gt_model_sell_peak_local,sell,2026-03-01 15:18:00,574.0,7.7947,1,leg_gt,0.88,60 -74780,gt_model_sell_peak_local,sell,2026-03-01 15:21:00,576.0,8.1707,1,leg_gt,0.89,60 -74781,gt_model_sell_peak_local,sell,2026-03-01 15:24:00,576.0,8.1707,1,leg_gt,0.89,60 -74782,gt_model_sell_peak_local,sell,2026-03-01 15:39:00,574.0,7.7947,1,leg_gt,0.9,60 -74783,gt_model_sell_peak_local,sell,2026-03-01 15:54:00,574.0,7.7947,1,leg_gt,0.91,60 -74784,gt_model_sell_peak_local,sell,2026-03-01 17:39:00,571.0,7.2308,1,leg_gt,0.98,60 -74785,gt_model_sell_peak_local,sell,2026-03-01 17:45:00,571.0,7.2308,1,leg_gt,0.99,60 -74786,gt_model_sell_peak_local,sell,2026-03-01 18:00:00,567.0,6.4789,1,leg_gt,1.0,60 -74787,gt_model_sell_peak_local,sell,2026-03-01 20:36:00,567.0,6.4789,1,leg_gt,1.1,60 -74788,gt_model_sell_peak_local,sell,2026-03-01 20:48:00,567.0,6.4789,1,leg_gt,1.11,60 -74789,gt_model_sell_peak_local,sell,2026-03-01 20:51:00,566.0,6.291,1,leg_gt,1.11,60 -74790,gt_model_sell_peak_local,sell,2026-03-01 20:54:00,566.0,6.291,1,leg_gt,1.12,60 -74791,gt_model_sell_peak_local,sell,2026-03-01 20:57:00,565.0,6.103,1,leg_gt,1.12,60 -74792,gt_model_sell_peak_local,sell,2026-03-01 21:00:00,565.0,6.103,1,leg_gt,1.12,60 -74793,gt_model_sell_peak_local,sell,2026-03-01 21:15:00,565.0,6.103,1,leg_gt,1.13,60 -74794,gt_model_sell_peak_local,sell,2026-03-01 21:18:00,566.0,6.291,1,leg_gt,1.13,60 -74795,gt_model_sell_peak_local,sell,2026-03-01 21:24:00,567.0,6.4789,1,leg_gt,1.14,60 -74796,gt_model_sell_peak_local,sell,2026-03-01 21:27:00,566.0,6.291,1,leg_gt,1.14,60 -74797,gt_model_sell_peak_local,sell,2026-03-01 21:48:00,563.0,5.7271,1,leg_gt,1.15,60 -74798,gt_model_sell_peak_local,sell,2026-03-01 23:57:00,565.0,6.103,1,leg_gt,1.24,60 -74799,gt_model_sell_peak_local,sell,2026-03-02 00:06:00,568.0,6.6669,1,leg_gt,1.25,60 -74800,gt_model_sell_peak_local,sell,2026-03-02 00:15:00,569.0,6.8549,1,leg_gt,1.26,60 -74801,gt_model_sell_peak_local,sell,2026-03-02 00:18:00,569.0,6.8549,1,leg_gt,1.26,60 -74802,gt_model_sell_peak_local,sell,2026-03-02 00:21:00,569.0,6.8549,1,leg_gt,1.26,60 -74803,gt_model_sell_peak_local,sell,2026-03-02 01:30:00,569.0,6.8549,1,leg_gt,1.31,60 -74804,gt_model_sell_peak_local,sell,2026-03-02 02:33:00,561.0,5.3511,1,leg_gt,1.35,60 -74805,gt_model_sell_peak_local,sell,2026-03-02 02:36:00,561.0,5.3511,1,leg_gt,1.35,60 -74806,gt_model_sell_peak_local,sell,2026-03-02 04:21:00,560.0,5.1632,1,leg_gt,1.43,60 -74807,gt_model_sell_peak_local,sell,2026-03-02 04:27:00,559.0,4.9752,1,leg_gt,1.43,60 -74808,gt_model_sell_peak_local,sell,2026-03-02 08:18:00,562.0,2.2679,1,leg_gt,0.11,60 -74809,gt_model_sell_peak_local,sell,2026-03-02 11:15:00,564.0,2.6322,1,leg_gt,0.23,60 -74810,gt_model_sell_peak_local,sell,2026-03-02 12:36:00,569.0,3.543,1,leg_gt,0.29,60 -74811,gt_model_sell_peak_local,sell,2026-03-02 13:42:00,570.0,3.7251,1,leg_gt,0.34,60 -74812,gt_model_sell_peak_local,sell,2026-03-02 13:51:00,568.0,3.3608,1,leg_gt,0.34,60 -74813,gt_model_sell_peak_local,sell,2026-03-02 13:54:00,567.0,3.1787,1,leg_gt,0.34,60 -74814,gt_model_sell_peak_local,sell,2026-03-02 14:39:00,568.0,3.3608,1,leg_gt,0.38,60 -74815,gt_model_sell_peak_local,sell,2026-03-02 17:39:00,560.0,1.9036,1,leg_gt,0.5,60 -74816,gt_model_sell_peak_local,sell,2026-03-02 17:45:00,562.0,2.2679,1,leg_gt,0.5,60 -74817,gt_model_sell_peak_local,sell,2026-03-02 17:48:00,561.0,2.0858,1,leg_gt,0.51,60 -74818,gt_model_sell_peak_local,sell,2026-03-02 19:12:00,562.0,2.2679,1,leg_gt,0.56,60 -74819,gt_model_sell_peak_local,sell,2026-03-02 19:15:00,563.0,2.4501,1,leg_gt,0.57,60 -74820,gt_model_sell_peak_local,sell,2026-03-02 19:18:00,562.0,2.2679,1,leg_gt,0.57,60 -74821,gt_model_sell_peak_local,sell,2026-03-02 21:48:00,562.0,2.2679,1,leg_gt,0.67,60 -74822,gt_model_sell_peak_local,sell,2026-03-02 21:51:00,562.0,2.2679,1,leg_gt,0.68,60 -74823,gt_model_sell_peak_local,sell,2026-03-02 21:57:00,563.0,2.4501,1,leg_gt,0.68,60 -74824,gt_model_sell_peak_local,sell,2026-03-02 22:09:00,561.0,2.0858,1,leg_gt,0.69,60 -74825,gt_model_sell_peak_local,sell,2026-03-02 22:12:00,562.0,2.2679,1,leg_gt,0.69,60 -74826,gt_model_sell_peak_local,sell,2026-03-02 22:15:00,562.0,2.2679,1,leg_gt,0.69,60 -74827,gt_model_sell_peak_local,sell,2026-03-02 23:24:00,564.0,2.6322,1,leg_gt,0.74,60 -74828,gt_model_sell_peak_local,sell,2026-03-03 02:45:00,590.0,7.3681,1,leg_gt,0.88,60 -74829,gt_model_sell_peak_local,sell,2026-03-03 02:48:00,595.0,8.2789,1,leg_gt,0.88,60 -74830,gt_model_sell_peak_local,sell,2026-03-03 02:51:00,597.0,8.6432,1,leg_gt,0.88,60 -74831,gt_model_sell_peak_local,sell,2026-03-03 04:06:00,604.0,9.9182,1,leg_gt,0.94,60 -74832,gt_model_sell_peak_local,sell,2026-03-03 04:15:00,604.0,9.9182,1,leg_gt,0.94,60 -74833,gt_model_sell_peak_local,sell,2026-03-03 05:18:00,598.0,8.8253,1,leg_gt,0.99,60 -74834,gt_model_sell_peak_local,sell,2026-03-03 05:21:00,597.0,8.6432,1,leg_gt,0.99,60 -74835,gt_model_sell_peak_local,sell,2026-03-03 06:03:00,591.0,7.5503,1,leg_gt,1.02,60 -74836,gt_model_sell_peak_local,sell,2026-03-03 08:36:00,589.0,7.186,1,leg_gt,1.12,60 -74837,gt_model_sell_peak_local,sell,2026-03-03 08:39:00,590.0,7.3681,1,leg_gt,1.12,60 -74838,gt_model_sell_peak_local,sell,2026-03-03 11:06:00,585.0,6.4574,1,leg_gt,1.23,60 -74839,gt_model_sell_peak_local,sell,2026-03-03 11:09:00,586.0,6.6395,1,leg_gt,1.23,60 -74840,gt_model_sell_peak_local,sell,2026-03-03 11:12:00,585.0,6.4574,1,leg_gt,1.23,60 -74841,gt_model_sell_peak_local,sell,2026-03-03 13:39:00,585.0,6.4574,1,leg_gt,1.33,60 -74842,gt_model_sell_peak_local,sell,2026-03-03 13:42:00,586.0,6.6395,1,leg_gt,1.34,60 -74843,gt_model_sell_peak_local,sell,2026-03-03 15:24:00,585.0,6.4574,1,leg_gt,1.41,60 -74844,gt_model_sell_peak_local,sell,2026-03-03 15:27:00,584.0,6.2752,1,leg_gt,1.41,60 -74845,gt_model_sell_peak_local,sell,2026-03-03 17:18:00,585.0,6.4574,1,leg_gt,1.49,60 -74846,gt_model_sell_peak_local,sell,2026-03-03 17:21:00,583.0,6.0931,1,leg_gt,1.49,60 -74847,gt_model_sell_peak_local,sell,2026-03-03 17:24:00,584.0,6.2752,1,leg_gt,1.49,60 -74848,gt_model_sell_peak_local,sell,2026-03-03 17:27:00,584.0,6.2752,1,leg_gt,1.49,60 -74849,gt_model_sell_peak_local,sell,2026-03-03 17:30:00,585.0,6.4574,1,leg_gt,1.49,60 -74850,gt_model_sell_peak_local,sell,2026-03-03 17:33:00,584.0,6.2752,1,leg_gt,1.5,60 -74851,gt_model_sell_peak_local,sell,2026-03-03 17:36:00,584.0,6.2752,1,leg_gt,1.5,60 -74852,gt_model_sell_peak_local,sell,2026-03-03 17:39:00,583.0,6.0931,1,leg_gt,1.5,60 -74853,gt_model_sell_peak_local,sell,2026-03-03 18:09:00,583.0,6.0931,1,leg_gt,1.52,60 -74854,gt_model_sell_peak_local,sell,2026-03-03 22:12:00,574.0,4.4537,1,leg_gt,1.69,60 -74855,gt_model_sell_peak_local,sell,2026-03-04 00:24:00,576.0,4.818,1,leg_gt,1.78,60 -74856,gt_model_sell_peak_local,sell,2026-03-04 00:27:00,575.0,4.6359,1,leg_gt,1.78,60 -74857,gt_model_sell_peak_local,sell,2026-03-04 00:30:00,574.0,4.4537,1,leg_gt,1.79,60 -74858,gt_model_sell_peak_local,sell,2026-03-04 02:24:00,580.0,5.5466,1,leg_gt,1.86,60 -74859,gt_model_sell_peak_local,sell,2026-03-04 02:27:00,578.0,5.1823,1,leg_gt,1.87,60 -74860,gt_model_sell_peak_local,sell,2026-03-04 04:42:00,581.0,5.7288,1,leg_gt,1.96,60 -74861,gt_model_sell_peak_local,sell,2026-03-04 08:42:00,578.0,5.1823,1,leg_gt,2.13,60 -74862,gt_model_sell_peak_local,sell,2026-03-04 09:21:00,576.0,4.818,1,leg_gt,2.15,60 -74863,gt_model_sell_peak_local,sell,2026-03-04 11:36:00,572.0,4.0894,1,leg_gt,2.25,60 -74864,gt_model_sell_peak_local,sell,2026-03-04 12:51:00,569.0,0.2527,1,leg_gt,0.01,60 -74865,gt_model_sell_peak_local,sell,2026-03-04 15:45:00,571.0,0.6055,1,leg_gt,0.13,60 -74866,gt_model_sell_peak_local,sell,2026-03-04 19:39:00,588.0,3.6037,1,leg_gt,0.3,60 -74867,gt_model_sell_peak_local,sell,2026-03-04 19:42:00,586.0,3.251,1,leg_gt,0.3,60 -74868,gt_model_sell_peak_local,sell,2026-03-04 19:45:00,587.0,3.4273,1,leg_gt,0.3,60 -74869,gt_model_sell_peak_local,sell,2026-03-04 21:21:00,587.0,3.4273,1,leg_gt,0.37,60 -74870,gt_model_sell_peak_local,sell,2026-03-04 21:24:00,587.0,3.4273,1,leg_gt,0.37,60 -74871,gt_model_sell_peak_local,sell,2026-03-04 21:27:00,587.0,3.4273,1,leg_gt,0.37,60 -74872,gt_model_sell_peak_local,sell,2026-03-04 21:30:00,585.0,3.0746,1,leg_gt,0.37,60 -74873,gt_model_sell_peak_local,sell,2026-03-05 01:54:00,624.0,9.9529,1,leg_gt,0.56,60 -74874,gt_model_sell_peak_local,sell,2026-03-05 01:57:00,620.0,9.2474,1,leg_gt,0.56,60 -74875,gt_model_sell_peak_local,sell,2026-03-05 02:00:00,623.0,9.7765,1,leg_gt,0.56,60 -74876,gt_model_sell_peak_local,sell,2026-03-05 05:06:00,616.0,8.542,1,leg_gt,0.69,60 -74877,gt_model_sell_peak_local,sell,2026-03-05 08:12:00,611.0,7.6601,1,leg_gt,0.82,60 -74878,gt_model_sell_peak_local,sell,2026-03-05 11:09:00,605.0,6.6019,1,leg_gt,0.94,60 -74879,gt_model_sell_peak_local,sell,2026-03-05 11:12:00,606.0,6.7783,1,leg_gt,0.94,60 -74880,gt_model_sell_peak_local,sell,2026-03-05 13:00:00,604.0,6.4256,1,leg_gt,1.02,60 -74881,gt_model_sell_peak_local,sell,2026-03-05 13:06:00,606.0,6.7783,1,leg_gt,1.02,60 -74882,gt_model_sell_peak_local,sell,2026-03-05 14:48:00,606.0,6.7783,1,leg_gt,1.09,60 -74883,gt_model_sell_peak_local,sell,2026-03-05 14:57:00,606.0,6.7783,1,leg_gt,1.1,60 -74884,gt_model_sell_peak_local,sell,2026-03-05 15:03:00,605.0,6.6019,1,leg_gt,1.1,60 -74885,gt_model_sell_peak_local,sell,2026-03-05 15:09:00,603.0,6.2492,1,leg_gt,1.11,60 -74886,gt_model_sell_peak_local,sell,2026-03-05 15:12:00,603.0,6.2492,1,leg_gt,1.11,60 -74887,gt_model_sell_peak_local,sell,2026-03-05 15:15:00,604.0,6.4256,1,leg_gt,1.11,60 -74888,gt_model_sell_peak_local,sell,2026-03-05 16:54:00,601.0,5.8965,1,leg_gt,1.18,60 -74889,gt_model_sell_peak_local,sell,2026-03-05 16:57:00,601.0,5.8965,1,leg_gt,1.18,60 -74890,gt_model_sell_peak_local,sell,2026-03-05 20:51:00,609.0,7.3074,1,leg_gt,1.35,60 -74891,gt_model_sell_peak_local,sell,2026-03-05 20:54:00,608.0,7.131,1,leg_gt,1.35,60 -74892,gt_model_sell_peak_local,sell,2026-03-05 20:57:00,609.0,7.3074,1,leg_gt,1.35,60 -74893,gt_model_sell_peak_local,sell,2026-03-05 21:00:00,609.0,7.3074,1,leg_gt,1.35,60 -74894,gt_model_sell_peak_local,sell,2026-03-05 21:03:00,608.0,7.131,1,leg_gt,1.35,60 -74895,gt_model_sell_peak_local,sell,2026-03-05 21:06:00,608.0,7.131,1,leg_gt,1.36,60 -74896,gt_model_sell_peak_local,sell,2026-03-05 21:09:00,609.0,7.3074,1,leg_gt,1.36,60 -74897,gt_model_sell_peak_local,sell,2026-03-05 21:12:00,609.0,7.3074,1,leg_gt,1.36,60 -74898,gt_model_sell_peak_local,sell,2026-03-05 21:15:00,608.0,7.131,1,leg_gt,1.36,60 -74899,gt_model_sell_peak_local,sell,2026-03-05 22:45:00,606.0,6.7783,1,leg_gt,1.42,60 -74900,gt_model_sell_peak_local,sell,2026-03-05 22:48:00,606.0,6.7783,1,leg_gt,1.43,60 -74901,gt_model_sell_peak_local,sell,2026-03-06 00:54:00,605.0,6.6019,1,leg_gt,1.51,60 -74902,gt_model_sell_peak_local,sell,2026-03-06 01:00:00,603.0,6.2492,1,leg_gt,1.52,60 -74903,gt_model_sell_peak_local,sell,2026-03-06 07:18:00,602.0,1.7613,1,leg_gt,0.18,60 -74904,gt_model_sell_peak_local,sell,2026-03-06 08:42:00,599.0,1.2536,1,leg_gt,0.24,60 -74905,gt_model_sell_peak_local,sell,2026-03-06 08:48:00,598.0,1.0844,1,leg_gt,0.24,60 -74906,gt_model_sell_peak_local,sell,2026-03-06 08:54:00,598.0,1.0844,1,leg_gt,0.25,60 -74907,gt_model_sell_peak_local,sell,2026-03-06 10:48:00,599.0,1.2536,1,leg_gt,0.32,60 -74908,gt_model_sell_peak_local,sell,2026-03-06 10:54:00,600.0,1.4228,1,leg_gt,0.33,60 -74909,gt_model_sell_peak_local,sell,2026-03-06 12:15:00,595.0,0.5768,1,leg_gt,0.39,60 -74910,gt_model_sell_peak_local,sell,2026-03-06 14:00:00,594.0,0.4076,1,leg_gt,0.46,60 -74911,gt_model_sell_peak_local,sell,2026-03-06 14:03:00,594.0,0.4076,1,leg_gt,0.46,60 -74912,gt_model_sell_peak_local,sell,2026-03-06 17:51:00,593.0,0.2384,1,leg_gt,0.62,60 -74913,gt_model_sell_peak_local,sell,2026-03-06 17:54:00,593.0,0.2384,1,leg_gt,0.62,60 -74914,gt_model_sell_peak_local,sell,2026-03-06 20:24:00,590.0,-0.2692,0,leg_gt,0.72,60 -74915,gt_model_sell_peak_local,sell,2026-03-06 20:30:00,590.0,-0.2692,0,leg_gt,0.73,60 -74916,gt_model_sell_peak_local,sell,2026-03-06 20:42:00,589.0,-0.4384,0,leg_gt,0.74,60 -74917,gt_model_sell_peak_local,sell,2026-03-06 23:36:00,573.0,-3.1457,0,leg_gt,0.86,60 -74918,gt_model_sell_peak_local,sell,2026-03-07 01:36:00,568.0,-3.9917,0,leg_gt,0.94,60 -74919,gt_model_sell_peak_local,sell,2026-03-07 03:21:00,571.0,-3.4841,0,leg_gt,1.01,60 -74920,gt_model_sell_peak_local,sell,2026-03-07 05:15:00,571.0,-3.4841,0,leg_gt,1.09,60 -74921,gt_model_sell_peak_local,sell,2026-03-07 05:18:00,572.0,-3.3149,0,leg_gt,1.1,60 -74922,gt_model_sell_peak_local,sell,2026-03-07 05:42:00,572.0,-3.3149,0,leg_gt,1.11,60 -74923,gt_model_sell_peak_local,sell,2026-03-07 05:51:00,573.0,-3.1457,0,leg_gt,1.12,60 -74924,gt_model_sell_peak_local,sell,2026-03-07 05:54:00,573.0,-3.1457,0,leg_gt,1.12,60 -74925,gt_model_sell_peak_local,sell,2026-03-07 06:57:00,574.0,-2.9765,0,leg_gt,1.16,60 -74926,gt_model_sell_peak_local,sell,2026-03-07 07:00:00,574.0,-2.9765,0,leg_gt,1.17,60 -74927,gt_model_sell_peak_local,sell,2026-03-07 07:03:00,574.0,-2.9765,0,leg_gt,1.17,60 -74928,gt_model_sell_peak_local,sell,2026-03-07 07:12:00,574.0,-2.9765,0,leg_gt,1.18,60 -74929,gt_model_sell_peak_local,sell,2026-03-07 07:15:00,574.0,-2.9765,0,leg_gt,1.18,60 -74930,gt_model_sell_peak_local,sell,2026-03-07 08:48:00,575.0,-2.8073,0,leg_gt,1.24,60 -74931,gt_model_sell_peak_local,sell,2026-03-07 08:54:00,574.0,-2.9765,0,leg_gt,1.25,60 -74932,gt_model_sell_peak_local,sell,2026-03-07 08:57:00,575.0,-2.8073,0,leg_gt,1.25,60 -74933,gt_model_sell_peak_local,sell,2026-03-07 09:00:00,575.0,-2.8073,0,leg_gt,1.25,60 -74934,gt_model_sell_peak_local,sell,2026-03-07 10:12:00,574.0,-2.9765,0,leg_gt,1.3,60 -74935,gt_model_sell_peak_local,sell,2026-03-07 11:45:00,572.0,-3.3149,0,leg_gt,1.36,60 -74936,gt_model_sell_peak_local,sell,2026-03-07 13:15:00,571.0,-3.4841,0,leg_gt,1.43,60 -74937,gt_model_sell_peak_local,sell,2026-03-07 14:48:00,574.0,-2.9765,0,leg_gt,1.49,60 -74938,gt_model_sell_peak_local,sell,2026-03-07 15:18:00,572.0,-3.3149,0,leg_gt,1.51,60 -74939,gt_model_sell_peak_local,sell,2026-03-07 15:57:00,569.0,-3.8225,0,leg_gt,1.54,60 -74940,gt_model_sell_peak_local,sell,2026-03-07 18:33:00,570.0,-3.6533,0,leg_gt,1.65,60 -74941,gt_model_sell_peak_local,sell,2026-03-07 18:48:00,571.0,-3.4841,0,leg_gt,1.66,60 -74942,gt_model_sell_peak_local,sell,2026-03-07 20:09:00,570.0,-3.6533,0,leg_gt,1.71,60 -74943,gt_model_sell_peak_local,sell,2026-03-07 21:18:00,572.0,-3.3149,0,leg_gt,1.76,60 -74944,gt_model_sell_peak_local,sell,2026-03-07 21:27:00,572.0,-3.3149,0,leg_gt,1.77,60 -74945,gt_model_sell_peak_local,sell,2026-03-07 22:33:00,569.0,-3.8225,0,leg_gt,1.81,60 -74946,gt_model_sell_peak_local,sell,2026-03-07 23:45:00,570.0,-3.6533,0,leg_gt,1.86,60 -74947,gt_model_sell_peak_local,sell,2026-03-07 23:51:00,569.0,-3.8225,0,leg_gt,1.87,60 -74948,gt_model_sell_peak_local,sell,2026-03-07 23:57:00,570.0,-3.6533,0,leg_gt,1.87,60 -74949,gt_model_sell_peak_local,sell,2026-03-08 00:42:00,563.0,-4.8377,0,leg_gt,1.9,60 -74950,gt_model_sell_peak_local,sell,2026-03-08 00:45:00,563.0,-4.8377,0,leg_gt,1.91,60 -74951,gt_model_sell_peak_local,sell,2026-03-08 00:54:00,564.0,-4.6685,0,leg_gt,1.91,60 -74952,gt_model_sell_peak_local,sell,2026-03-08 03:42:00,564.0,-4.6685,0,leg_gt,2.03,60 -74953,gt_model_sell_peak_local,sell,2026-03-08 03:45:00,564.0,-4.6685,0,leg_gt,2.03,60 -74954,gt_model_sell_peak_local,sell,2026-03-08 03:51:00,563.0,-4.8377,0,leg_gt,2.04,60 -74955,gt_model_sell_peak_local,sell,2026-03-08 04:00:00,563.0,-4.8377,0,leg_gt,2.04,60 -74956,gt_model_sell_peak_local,sell,2026-03-08 06:48:00,560.0,-5.3453,0,leg_gt,2.16,60 -74957,gt_model_sell_peak_local,sell,2026-03-08 06:54:00,561.0,-5.1761,0,leg_gt,2.16,60 -74958,gt_model_sell_peak_local,sell,2026-03-08 06:57:00,561.0,-5.1761,0,leg_gt,2.16,60 -74959,gt_model_sell_peak_local,sell,2026-03-08 07:12:00,559.0,-5.5146,0,leg_gt,2.17,60 -74960,gt_model_sell_peak_local,sell,2026-03-08 07:15:00,560.0,-5.3453,0,leg_gt,2.18,60 -74961,gt_model_sell_peak_local,sell,2026-03-08 07:27:00,557.0,-5.853,0,leg_gt,2.19,60 -74962,gt_model_sell_peak_local,sell,2026-03-08 10:12:00,556.0,-6.0222,0,leg_gt,2.3,60 -74963,gt_model_sell_peak_local,sell,2026-03-08 10:15:00,557.0,-5.853,0,leg_gt,2.3,60 -74964,gt_model_sell_peak_local,sell,2026-03-08 10:18:00,558.0,-5.6838,0,leg_gt,2.3,60 -74965,gt_model_sell_peak_local,sell,2026-03-08 10:21:00,557.0,-5.853,0,leg_gt,2.31,60 -74966,gt_model_sell_peak_local,sell,2026-03-08 11:45:00,558.0,-5.6838,0,leg_gt,2.36,60 -74967,gt_model_sell_peak_local,sell,2026-03-08 11:48:00,555.0,-6.1914,0,leg_gt,2.37,60 -74968,gt_model_sell_peak_local,sell,2026-03-08 11:51:00,551.0,-6.8682,0,leg_gt,2.37,60 -74969,gt_model_sell_peak_local,sell,2026-03-08 11:54:00,553.0,-6.5298,0,leg_gt,2.37,60 -74970,gt_model_sell_peak_local,sell,2026-03-08 11:57:00,551.0,-6.8682,0,leg_gt,2.37,60 -74971,gt_model_sell_peak_local,sell,2026-03-08 15:24:00,550.0,-7.0374,0,leg_gt,2.52,60 -74972,gt_model_sell_peak_local,sell,2026-03-08 15:27:00,549.0,-7.2066,0,leg_gt,2.52,60 -74973,gt_model_sell_peak_local,sell,2026-03-08 15:30:00,550.0,-7.0374,0,leg_gt,2.52,60 -74974,gt_model_sell_peak_local,sell,2026-03-08 15:33:00,551.0,-6.8682,0,leg_gt,2.52,60 -74975,gt_model_sell_peak_local,sell,2026-03-08 15:36:00,550.0,-7.0374,0,leg_gt,2.52,60 -74976,gt_model_sell_peak_local,sell,2026-03-08 17:12:00,552.0,-6.699,0,leg_gt,2.59,60 -74977,gt_model_sell_peak_local,sell,2026-03-08 20:24:00,557.0,-5.853,0,leg_gt,2.72,60 -74978,gt_model_sell_peak_local,sell,2026-03-08 20:30:00,557.0,-5.853,0,leg_gt,2.73,60 -74979,gt_model_sell_peak_local,sell,2026-03-08 22:42:00,548.0,-7.3758,0,leg_gt,2.82,60 -74980,gt_model_sell_peak_local,sell,2026-03-09 00:12:00,547.0,-7.545,0,leg_gt,2.88,60 -74981,gt_model_sell_peak_local,sell,2026-03-09 00:15:00,546.0,-7.7142,0,leg_gt,2.89,60 -74982,gt_model_sell_peak_local,sell,2026-03-09 00:18:00,546.0,-7.7142,0,leg_gt,2.89,60 -74983,gt_model_sell_peak_local,sell,2026-03-09 02:27:00,536.0,-9.4063,0,leg_gt,2.98,60 -74984,gt_model_sell_peak_local,sell,2026-03-09 03:06:00,535.0,-9.5755,0,leg_gt,3.0,60 -74985,gt_model_sell_peak_local,sell,2026-03-09 05:39:00,543.0,-8.2218,0,leg_gt,3.11,60 -74986,gt_model_sell_peak_local,sell,2026-03-09 06:45:00,542.0,-8.391,0,leg_gt,3.16,60 -74987,gt_model_sell_peak_local,sell,2026-03-09 09:03:00,535.0,-9.5755,0,leg_gt,3.25,60 -74988,gt_model_sell_peak_local,sell,2026-03-09 10:36:00,541.0,-8.5602,0,leg_gt,3.32,60 -74989,gt_model_sell_peak_local,sell,2026-03-09 13:12:00,541.0,-8.5602,0,leg_gt,3.42,60 -74990,gt_model_sell_peak_local,sell,2026-03-09 15:57:00,541.0,-8.5602,0,leg_gt,3.54,60 -74991,gt_model_sell_peak_local,sell,2026-03-09 16:00:00,539.0,-8.8986,0,leg_gt,3.54,60 -74992,gt_model_sell_peak_local,sell,2026-03-09 17:57:00,539.0,-8.8986,0,leg_gt,3.62,60 -74993,gt_model_sell_peak_local,sell,2026-03-09 18:00:00,538.0,-9.0679,0,leg_gt,3.62,60 -74994,gt_model_sell_peak_local,sell,2026-03-09 18:03:00,537.0,-9.2371,0,leg_gt,3.63,60 -74995,gt_model_sell_peak_local,sell,2026-03-09 18:06:00,538.0,-9.0679,0,leg_gt,3.63,60 -74996,gt_model_sell_peak_local,sell,2026-03-09 19:33:00,539.0,-8.8986,0,leg_gt,3.69,60 -74997,gt_model_sell_peak_local,sell,2026-03-09 21:12:00,539.0,-8.8986,0,leg_gt,3.76,60 -74998,gt_model_sell_peak_local,sell,2026-03-09 23:48:00,546.0,-7.7142,0,leg_gt,3.87,60 -74999,gt_model_sell_peak_local,sell,2026-03-10 00:18:00,538.0,-9.0679,0,leg_gt,3.89,60 -75000,gt_model_sell_peak_local,sell,2026-03-10 02:30:00,537.0,-9.2371,0,leg_gt,3.98,60 -75001,gt_model_sell_peak_local,sell,2026-03-10 02:36:00,535.0,-9.5755,0,leg_gt,3.98,60 -75002,gt_model_sell_peak_local,sell,2026-03-10 03:06:00,533.0,-9.9139,0,leg_gt,4.0,60 -75003,gt_model_sell_peak_local,sell,2026-03-10 05:27:00,535.0,0.8434,1,leg_gt,0.05,60 -75004,gt_model_sell_peak_local,sell,2026-03-10 07:42:00,534.0,0.6547,1,leg_gt,0.15,60 -75005,gt_model_sell_peak_local,sell,2026-03-10 07:45:00,534.0,0.6547,1,leg_gt,0.15,60 -75006,gt_model_sell_peak_local,sell,2026-03-10 08:00:00,532.0,0.2774,1,leg_gt,0.16,60 -75007,gt_model_sell_peak_local,sell,2026-03-10 10:36:00,533.0,0.466,1,leg_gt,0.27,60 -75008,gt_model_sell_peak_local,sell,2026-03-10 10:39:00,533.0,0.466,1,leg_gt,0.27,60 -75009,gt_model_sell_peak_local,sell,2026-03-10 10:48:00,534.0,0.6547,1,leg_gt,0.28,60 -75010,gt_model_sell_peak_local,sell,2026-03-10 13:27:00,539.0,1.5981,1,leg_gt,0.39,60 -75011,gt_model_sell_peak_local,sell,2026-03-10 15:03:00,538.0,1.4094,1,leg_gt,0.45,60 -75012,gt_model_sell_peak_local,sell,2026-03-10 15:06:00,537.0,1.2208,1,leg_gt,0.45,60 -75013,gt_model_sell_peak_local,sell,2026-03-10 19:45:00,551.0,3.8623,1,leg_gt,0.65,60 -75014,gt_model_sell_peak_local,sell,2026-03-10 21:24:00,549.0,3.4849,1,leg_gt,0.72,60 -75015,gt_model_sell_peak_local,sell,2026-03-10 21:27:00,549.0,3.4849,1,leg_gt,0.72,60 -75016,gt_model_sell_peak_local,sell,2026-03-11 00:57:00,535.0,0.8434,1,leg_gt,0.86,60 -75017,gt_model_sell_peak_local,sell,2026-03-11 03:30:00,531.0,0.0887,1,leg_gt,0.97,60 -75018,gt_model_sell_peak_local,sell,2026-03-11 06:06:00,527.0,-0.666,0,leg_gt,1.08,60 -75019,gt_model_sell_peak_local,sell,2026-03-11 07:03:00,518.0,-2.3642,0,leg_gt,1.12,60 -75020,gt_model_sell_peak_local,sell,2026-03-11 09:39:00,521.0,-1.7981,0,leg_gt,1.23,60 -75021,gt_model_sell_peak_local,sell,2026-03-11 10:54:00,522.0,-1.6094,0,leg_gt,1.28,60 -75022,gt_model_sell_peak_local,sell,2026-03-11 10:57:00,523.0,-1.4208,0,leg_gt,1.28,60 -75023,gt_model_sell_peak_local,sell,2026-03-11 11:00:00,522.0,-1.6094,0,leg_gt,1.28,60 -75024,gt_model_sell_peak_local,sell,2026-03-11 11:06:00,523.0,-1.4208,0,leg_gt,1.29,60 -75025,gt_model_sell_peak_local,sell,2026-03-11 11:45:00,521.0,-1.7981,0,leg_gt,1.31,60 -75026,gt_model_sell_peak_local,sell,2026-03-11 13:09:00,520.0,-1.9868,0,leg_gt,1.37,60 -75027,gt_model_sell_peak_local,sell,2026-03-11 15:00:00,518.0,-2.3642,0,leg_gt,1.45,60 -75028,gt_model_sell_peak_local,sell,2026-03-11 15:06:00,519.0,-2.1755,0,leg_gt,1.45,60 -75029,gt_model_sell_peak_local,sell,2026-03-11 16:54:00,517.0,0.2883,1,leg_gt,0.01,60 -75030,gt_model_sell_peak_local,sell,2026-03-11 16:57:00,516.0,0.0942,1,leg_gt,0.01,60 -75031,gt_model_sell_peak_local,sell,2026-03-11 17:00:00,516.0,0.0942,1,leg_gt,0.01,60 -75032,gt_model_sell_peak_local,sell,2026-03-11 17:03:00,516.0,0.0942,1,leg_gt,0.01,60 -75033,gt_model_sell_peak_local,sell,2026-03-11 17:18:00,518.0,0.4825,1,leg_gt,0.02,60 -75034,gt_model_sell_peak_local,sell,2026-03-11 17:21:00,516.0,0.0942,1,leg_gt,0.03,60 -75035,gt_model_sell_peak_local,sell,2026-03-11 17:24:00,517.0,0.2883,1,leg_gt,0.03,60 -75036,gt_model_sell_peak_local,sell,2026-03-11 21:15:00,521.0,1.065,1,leg_gt,0.19,60 -75037,gt_model_sell_peak_local,sell,2026-03-11 23:36:00,530.0,2.8126,1,leg_gt,0.29,60 -75038,gt_model_sell_peak_local,sell,2026-03-11 23:39:00,531.0,3.0068,1,leg_gt,0.29,60 -75039,gt_model_sell_peak_local,sell,2026-03-12 00:42:00,523.0,1.4534,1,leg_gt,0.33,60 -75040,gt_model_sell_peak_local,sell,2026-03-12 02:42:00,523.0,1.4534,1,leg_gt,0.42,60 -75041,gt_model_sell_peak_local,sell,2026-03-12 03:06:00,523.0,1.4534,1,leg_gt,0.43,60 -75042,gt_model_sell_peak_local,sell,2026-03-12 03:09:00,523.0,1.4534,1,leg_gt,0.44,60 -75043,gt_model_sell_peak_local,sell,2026-03-12 03:24:00,523.0,1.4534,1,leg_gt,0.45,60 -75044,gt_model_sell_peak_local,sell,2026-03-12 03:27:00,524.0,1.6476,1,leg_gt,0.45,60 -75045,gt_model_sell_peak_local,sell,2026-03-12 04:30:00,523.0,1.4534,1,leg_gt,0.49,60 -75046,gt_model_sell_peak_local,sell,2026-03-12 05:45:00,522.0,1.2592,1,leg_gt,0.54,60 -75047,gt_model_sell_peak_local,sell,2026-03-12 07:57:00,521.0,1.065,1,leg_gt,0.64,60 -75048,gt_model_sell_peak_local,sell,2026-03-12 09:36:00,521.0,1.065,1,leg_gt,0.7,60 -75049,gt_model_sell_peak_local,sell,2026-03-12 09:39:00,520.0,0.8709,1,leg_gt,0.71,60 -75050,gt_model_sell_peak_local,sell,2026-03-12 10:48:00,518.0,0.4825,1,leg_gt,0.75,60 -75051,gt_model_sell_peak_local,sell,2026-03-12 13:18:00,513.0,0.0953,1,leg_gt,0.02,60 -75052,gt_model_sell_peak_local,sell,2026-03-12 13:21:00,513.0,0.0953,1,leg_gt,0.02,60 -75053,gt_model_sell_peak_local,sell,2026-03-12 13:24:00,513.0,0.0953,1,leg_gt,0.03,60 -75054,gt_model_sell_peak_local,sell,2026-03-12 13:42:00,514.0,0.2906,1,leg_gt,0.04,60 -75055,gt_model_sell_peak_local,sell,2026-03-12 15:48:00,516.0,0.6812,1,leg_gt,0.13,60 -75056,gt_model_sell_peak_local,sell,2026-03-12 17:42:00,515.0,0.4859,1,leg_gt,0.21,60 -75057,gt_model_sell_peak_local,sell,2026-03-12 20:42:00,519.0,1.2672,1,leg_gt,0.33,60 -75058,gt_model_sell_peak_local,sell,2026-03-12 20:45:00,520.0,1.4625,1,leg_gt,0.33,60 -75059,gt_model_sell_peak_local,sell,2026-03-12 21:00:00,519.0,1.2672,1,leg_gt,0.34,60 -75060,gt_model_sell_peak_local,sell,2026-03-12 22:27:00,524.0,2.2438,1,leg_gt,0.4,60 -75061,gt_model_sell_peak_local,sell,2026-03-13 01:33:00,516.0,1.0765,1,leg_gt,0.08,60 -75062,gt_model_sell_peak_local,sell,2026-03-13 02:42:00,519.0,1.6647,1,leg_gt,0.13,60 -75063,gt_model_sell_peak_local,sell,2026-03-13 05:30:00,522.0,2.2529,1,leg_gt,0.24,60 -75064,gt_model_sell_peak_local,sell,2026-03-13 08:09:00,528.0,3.4294,1,leg_gt,0.35,60 -75065,gt_model_sell_peak_local,sell,2026-03-13 08:12:00,528.0,3.4294,1,leg_gt,0.36,60 -75066,gt_model_sell_peak_local,sell,2026-03-13 12:03:00,535.0,4.802,1,leg_gt,0.52,60 -75067,gt_model_sell_peak_local,sell,2026-03-13 12:09:00,536.0,4.998,1,leg_gt,0.52,60 -75068,gt_model_sell_peak_local,sell,2026-03-13 13:57:00,537.0,5.1941,1,leg_gt,0.6,60 -75069,gt_model_sell_peak_local,sell,2026-03-13 14:06:00,534.0,4.6059,1,leg_gt,0.6,60 -75070,gt_model_sell_peak_local,sell,2026-03-13 14:09:00,537.0,5.1941,1,leg_gt,0.6,60 -75071,gt_model_sell_peak_local,sell,2026-03-13 14:12:00,535.0,4.802,1,leg_gt,0.61,60 -75072,gt_model_sell_peak_local,sell,2026-03-13 14:18:00,536.0,4.998,1,leg_gt,0.61,60 -75073,gt_model_sell_peak_local,sell,2026-03-13 14:21:00,537.0,5.1941,1,leg_gt,0.61,60 -75074,gt_model_sell_peak_local,sell,2026-03-13 15:36:00,538.0,5.3902,1,leg_gt,0.66,60 -75075,gt_model_sell_peak_local,sell,2026-03-13 17:27:00,536.0,4.998,1,leg_gt,0.74,60 -75076,gt_model_sell_peak_local,sell,2026-03-13 17:36:00,538.0,5.3902,1,leg_gt,0.75,60 -75077,gt_model_sell_peak_local,sell,2026-03-13 17:42:00,535.0,4.802,1,leg_gt,0.75,60 -75078,gt_model_sell_peak_local,sell,2026-03-13 17:45:00,535.0,4.802,1,leg_gt,0.75,60 -75079,gt_model_sell_peak_local,sell,2026-03-13 17:48:00,533.0,4.4098,1,leg_gt,0.76,60 -75080,gt_model_sell_peak_local,sell,2026-03-13 17:57:00,535.0,4.802,1,leg_gt,0.76,60 -75081,gt_model_sell_peak_local,sell,2026-03-13 20:03:00,542.0,6.1745,1,leg_gt,0.85,60 -75082,gt_model_sell_peak_local,sell,2026-03-13 21:06:00,542.0,6.1745,1,leg_gt,0.89,60 -75083,gt_model_sell_peak_local,sell,2026-03-13 21:09:00,541.0,5.9784,1,leg_gt,0.9,60 -75084,gt_model_sell_peak_local,sell,2026-03-13 23:18:00,549.0,7.5471,1,leg_gt,0.99,60 -75085,gt_model_sell_peak_local,sell,2026-03-13 23:24:00,549.0,7.5471,1,leg_gt,0.99,60 -75086,gt_model_sell_peak_local,sell,2026-03-13 23:27:00,549.0,7.5471,1,leg_gt,0.99,60 -75087,gt_model_sell_peak_local,sell,2026-03-13 23:45:00,540.0,5.7824,1,leg_gt,1.0,60 -75088,gt_model_sell_peak_local,sell,2026-03-13 23:54:00,537.0,5.1941,1,leg_gt,1.01,60 -75089,gt_model_sell_peak_local,sell,2026-03-13 23:57:00,537.0,5.1941,1,leg_gt,1.01,60 -75090,gt_model_sell_peak_local,sell,2026-03-14 00:12:00,542.0,6.1745,1,leg_gt,1.02,60 -75091,gt_model_sell_peak_local,sell,2026-03-14 00:15:00,543.0,6.3706,1,leg_gt,1.02,60 -75092,gt_model_sell_peak_local,sell,2026-03-14 02:51:00,528.0,3.4294,1,leg_gt,1.13,60 -75093,gt_model_sell_peak_local,sell,2026-03-14 02:54:00,530.0,3.8216,1,leg_gt,1.14,60 -75094,gt_model_sell_peak_local,sell,2026-03-14 04:39:00,529.0,3.6255,1,leg_gt,1.21,60 -75095,gt_model_sell_peak_local,sell,2026-03-14 04:48:00,529.0,3.6255,1,leg_gt,1.21,60 -75096,gt_model_sell_peak_local,sell,2026-03-14 07:09:00,526.0,3.0373,1,leg_gt,1.31,60 -75097,gt_model_sell_peak_local,sell,2026-03-14 07:12:00,527.0,3.2333,1,leg_gt,1.31,60 -75098,gt_model_sell_peak_local,sell,2026-03-14 09:24:00,527.0,3.2333,1,leg_gt,1.41,60 -75099,gt_model_sell_peak_local,sell,2026-03-14 10:30:00,525.0,2.8412,1,leg_gt,1.45,60 -75100,gt_model_sell_peak_local,sell,2026-03-14 13:18:00,527.0,3.2333,1,leg_gt,1.57,60 -75101,gt_model_sell_peak_local,sell,2026-03-14 13:33:00,530.0,3.8216,1,leg_gt,1.58,60 -75102,gt_model_sell_peak_local,sell,2026-03-14 14:42:00,526.0,3.0373,1,leg_gt,1.63,60 -75103,gt_model_sell_peak_local,sell,2026-03-14 14:48:00,527.0,3.2333,1,leg_gt,1.63,60 -75104,gt_model_sell_peak_local,sell,2026-03-14 17:27:00,522.0,2.2529,1,leg_gt,1.74,60 -75105,gt_model_sell_peak_local,sell,2026-03-14 18:36:00,521.0,2.0569,1,leg_gt,1.79,60 -75106,gt_model_sell_peak_local,sell,2026-03-14 19:03:00,520.0,1.8608,1,leg_gt,1.81,60 -75107,gt_model_sell_peak_local,sell,2026-03-14 19:12:00,521.0,2.0569,1,leg_gt,1.81,60 -75108,gt_model_sell_peak_local,sell,2026-03-14 19:15:00,521.0,2.0569,1,leg_gt,1.82,60 -75109,gt_model_sell_peak_local,sell,2026-03-14 21:30:00,519.0,1.6647,1,leg_gt,1.91,60 -75110,gt_model_sell_peak_local,sell,2026-03-14 21:39:00,519.0,1.6647,1,leg_gt,1.92,60 -75111,gt_model_sell_peak_local,sell,2026-03-14 21:42:00,518.0,1.4686,1,leg_gt,1.92,60 -75112,gt_model_sell_peak_local,sell,2026-03-14 21:48:00,517.0,1.2725,1,leg_gt,1.92,60 -75113,gt_model_sell_peak_local,sell,2026-03-14 21:54:00,518.0,1.4686,1,leg_gt,1.93,60 -75114,gt_model_sell_peak_local,sell,2026-03-14 21:57:00,518.0,1.4686,1,leg_gt,1.93,60 -75115,gt_model_sell_peak_local,sell,2026-03-15 00:27:00,521.0,0.869,1,leg_gt,0.1,60 -75116,gt_model_sell_peak_local,sell,2026-03-15 00:30:00,521.0,0.869,1,leg_gt,0.11,60 -75117,gt_model_sell_peak_local,sell,2026-03-15 00:33:00,520.0,0.6752,1,leg_gt,0.11,60 -75118,gt_model_sell_peak_local,sell,2026-03-15 00:36:00,519.0,0.4814,1,leg_gt,0.11,60 -75119,gt_model_sell_peak_local,sell,2026-03-15 00:39:00,520.0,0.6752,1,leg_gt,0.11,60 -75120,gt_model_sell_peak_local,sell,2026-03-15 00:45:00,520.0,0.6752,1,leg_gt,0.12,60 -75121,gt_model_sell_peak_local,sell,2026-03-15 02:54:00,523.0,1.2566,1,leg_gt,0.21,60 -75122,gt_model_sell_peak_local,sell,2026-03-15 03:12:00,523.0,1.2566,1,leg_gt,0.22,60 -75123,gt_model_sell_peak_local,sell,2026-03-15 03:21:00,522.0,1.0628,1,leg_gt,0.22,60 -75124,gt_model_sell_peak_local,sell,2026-03-15 03:48:00,523.0,1.2566,1,leg_gt,0.24,60 -75125,gt_model_sell_peak_local,sell,2026-03-15 03:51:00,522.0,1.0628,1,leg_gt,0.25,60 -75126,gt_model_sell_peak_local,sell,2026-03-15 05:15:00,520.0,0.6752,1,leg_gt,0.3,60 -75127,gt_model_sell_peak_local,sell,2026-03-15 05:21:00,520.0,0.6752,1,leg_gt,0.31,60 -75128,gt_model_sell_peak_local,sell,2026-03-15 05:24:00,520.0,0.6752,1,leg_gt,0.31,60 -75129,gt_model_sell_peak_local,sell,2026-03-15 05:27:00,520.0,0.6752,1,leg_gt,0.31,60 -75130,gt_model_sell_peak_local,sell,2026-03-15 09:36:00,523.0,1.2566,1,leg_gt,0.49,60 -75131,gt_model_sell_peak_local,sell,2026-03-15 09:39:00,523.0,1.2566,1,leg_gt,0.49,60 -75132,gt_model_sell_peak_local,sell,2026-03-15 09:42:00,524.0,1.4504,1,leg_gt,0.49,60 -75133,gt_model_sell_peak_local,sell,2026-03-15 09:45:00,524.0,1.4504,1,leg_gt,0.49,60 -75134,gt_model_sell_peak_local,sell,2026-03-15 12:48:00,528.0,2.2256,1,leg_gt,0.62,60 -75135,gt_model_sell_peak_local,sell,2026-03-15 13:15:00,532.0,3.0008,1,leg_gt,0.64,60 -75136,gt_model_sell_peak_local,sell,2026-03-15 15:18:00,528.0,2.2256,1,leg_gt,0.72,60 -75137,gt_model_sell_peak_local,sell,2026-03-15 15:21:00,528.0,2.2256,1,leg_gt,0.72,60 -75138,gt_model_sell_peak_local,sell,2026-03-15 17:54:00,530.0,2.6132,1,leg_gt,0.83,60 -75139,gt_model_sell_peak_local,sell,2026-03-15 18:03:00,531.0,2.807,1,leg_gt,0.84,60 -75140,gt_model_sell_peak_local,sell,2026-03-15 19:06:00,528.0,2.2256,1,leg_gt,0.88,60 -75141,gt_model_sell_peak_local,sell,2026-03-15 19:15:00,530.0,2.6132,1,leg_gt,0.89,60 -75142,gt_model_sell_peak_local,sell,2026-03-15 20:18:00,529.0,2.4194,1,leg_gt,0.93,60 -75143,gt_model_sell_peak_local,sell,2026-03-15 20:24:00,529.0,2.4194,1,leg_gt,0.94,60 -75144,gt_model_sell_peak_local,sell,2026-03-15 22:30:00,527.0,2.0318,1,leg_gt,1.02,60 -75145,gt_model_sell_peak_local,sell,2026-03-15 22:33:00,527.0,2.0318,1,leg_gt,1.02,60 -75146,gt_model_sell_peak_local,sell,2026-03-15 22:36:00,526.0,1.838,1,leg_gt,1.03,60 -75147,gt_model_sell_peak_local,sell,2026-03-15 22:39:00,526.0,1.838,1,leg_gt,1.03,60 -75148,gt_model_sell_peak_local,sell,2026-03-15 22:42:00,526.0,1.838,1,leg_gt,1.03,60 -75149,gt_model_sell_peak_local,sell,2026-03-15 22:45:00,527.0,2.0318,1,leg_gt,1.03,60 -75150,gt_model_sell_peak_local,sell,2026-03-16 00:06:00,529.0,2.4194,1,leg_gt,1.09,60 -75151,gt_model_sell_peak_local,sell,2026-03-16 00:09:00,528.0,2.2256,1,leg_gt,1.09,60 -75152,gt_model_sell_peak_local,sell,2026-03-16 00:12:00,527.0,2.0318,1,leg_gt,1.09,60 -75153,gt_model_sell_peak_local,sell,2026-03-16 01:00:00,528.0,2.2256,1,leg_gt,1.13,60 -75154,gt_model_sell_peak_local,sell,2026-03-16 01:03:00,529.0,2.4194,1,leg_gt,1.13,60 -75155,gt_model_sell_peak_local,sell,2026-03-16 04:42:00,531.0,2.807,1,leg_gt,1.28,60 -75156,gt_model_sell_peak_local,sell,2026-03-16 04:51:00,531.0,2.807,1,leg_gt,1.29,60 -75157,gt_model_sell_peak_local,sell,2026-03-16 06:09:00,531.0,2.807,1,leg_gt,1.34,60 -75158,gt_model_sell_peak_local,sell,2026-03-16 08:03:00,537.0,3.9698,1,leg_gt,1.42,60 -75159,gt_model_sell_peak_local,sell,2026-03-16 10:03:00,537.0,3.9698,1,leg_gt,1.5,60 -75160,gt_model_sell_peak_local,sell,2026-03-16 10:06:00,535.0,3.5822,1,leg_gt,1.51,60 -75161,gt_model_sell_peak_local,sell,2026-03-16 11:57:00,539.0,4.3574,1,leg_gt,1.58,60 -75162,gt_model_sell_peak_local,sell,2026-03-16 18:09:00,560.0,8.4271,1,leg_gt,1.84,60 -75163,gt_model_sell_peak_local,sell,2026-03-17 00:09:00,566.0,9.5899,1,leg_gt,2.09,60 -75164,gt_model_sell_peak_local,sell,2026-03-17 03:06:00,576.0,11.5279,1,leg_gt,2.21,60 -75165,gt_model_sell_peak_local,sell,2026-03-17 05:15:00,580.0,12.3031,1,leg_gt,2.3,60 -75166,gt_model_sell_peak_local,sell,2026-03-17 08:42:00,589.0,14.0473,1,leg_gt,2.45,60 -75167,gt_model_sell_peak_local,sell,2026-03-17 08:45:00,589.0,14.0473,1,leg_gt,2.45,60 -75168,gt_model_sell_peak_local,sell,2026-03-17 08:48:00,588.0,13.8535,1,leg_gt,2.45,60 -75169,gt_model_sell_peak_local,sell,2026-03-17 08:51:00,588.0,13.8535,1,leg_gt,2.45,60 -75170,gt_model_sell_peak_local,sell,2026-03-17 08:54:00,586.0,13.4659,1,leg_gt,2.46,60 -75171,gt_model_sell_peak_local,sell,2026-03-17 08:57:00,588.0,13.8535,1,leg_gt,2.46,60 -75172,gt_model_sell_peak_local,sell,2026-03-17 10:33:00,587.0,13.6597,1,leg_gt,2.52,60 -75173,gt_model_sell_peak_local,sell,2026-03-17 10:36:00,588.0,13.8535,1,leg_gt,2.53,60 -75174,gt_model_sell_peak_local,sell,2026-03-17 11:00:00,587.0,13.6597,1,leg_gt,2.54,60 -75175,gt_model_sell_peak_local,sell,2026-03-17 11:09:00,586.0,13.4659,1,leg_gt,2.55,60 -75176,gt_model_sell_peak_local,sell,2026-03-17 11:12:00,587.0,13.6597,1,leg_gt,2.55,60 -75177,gt_model_sell_peak_local,sell,2026-03-17 12:39:00,578.0,11.9155,1,leg_gt,2.61,60 -75178,gt_model_sell_peak_local,sell,2026-03-17 17:51:00,579.0,12.1093,1,leg_gt,2.83,60 -75179,gt_model_sell_peak_local,sell,2026-03-17 19:24:00,576.0,11.5279,1,leg_gt,2.89,60 -75180,gt_model_sell_peak_local,sell,2026-03-17 19:39:00,575.0,11.3341,1,leg_gt,2.9,60 -75181,gt_model_sell_peak_local,sell,2026-03-17 21:24:00,574.0,11.1403,1,leg_gt,2.98,60 -75182,gt_model_sell_peak_local,sell,2026-03-17 23:33:00,572.0,0.7818,1,leg_gt,0.02,60 -75183,gt_model_sell_peak_local,sell,2026-03-18 02:24:00,582.0,2.5455,1,leg_gt,0.14,60 -75184,gt_model_sell_peak_local,sell,2026-03-18 04:12:00,583.0,2.7219,1,leg_gt,0.22,60 -75185,gt_model_sell_peak_local,sell,2026-03-18 07:18:00,587.0,3.4273,1,leg_gt,0.35,60 -75186,gt_model_sell_peak_local,sell,2026-03-18 07:21:00,588.0,3.6037,1,leg_gt,0.35,60 -75187,gt_model_sell_peak_local,sell,2026-03-18 07:45:00,584.0,2.8982,1,leg_gt,0.36,60 -75188,gt_model_sell_peak_local,sell,2026-03-18 07:48:00,585.0,3.0746,1,leg_gt,0.37,60 -75189,gt_model_sell_peak_local,sell,2026-03-18 08:03:00,585.0,3.0746,1,leg_gt,0.38,60 -75190,gt_model_sell_peak_local,sell,2026-03-18 13:27:00,586.0,3.251,1,leg_gt,0.6,60 -75191,gt_model_sell_peak_local,sell,2026-03-18 13:33:00,585.0,3.0746,1,leg_gt,0.61,60 -75192,gt_model_sell_peak_local,sell,2026-03-18 13:36:00,585.0,3.0746,1,leg_gt,0.61,60 -75193,gt_model_sell_peak_local,sell,2026-03-18 15:12:00,584.0,2.8982,1,leg_gt,0.68,60 -75194,gt_model_sell_peak_local,sell,2026-03-18 15:15:00,585.0,3.0746,1,leg_gt,0.68,60 -75195,gt_model_sell_peak_local,sell,2026-03-18 18:00:00,581.0,2.3691,1,leg_gt,0.79,60 -75196,gt_model_sell_peak_local,sell,2026-03-18 18:03:00,580.0,2.1928,1,leg_gt,0.79,60 -75197,gt_model_sell_peak_local,sell,2026-03-18 19:30:00,581.0,2.3691,1,leg_gt,0.85,60 -75198,gt_model_sell_peak_local,sell,2026-03-18 19:33:00,578.0,1.84,1,leg_gt,0.86,60 -75199,gt_model_sell_peak_local,sell,2026-03-18 19:36:00,576.0,1.4873,1,leg_gt,0.86,60 -75200,gt_model_sell_peak_local,sell,2026-03-18 19:39:00,575.0,1.3109,1,leg_gt,0.86,60 -75201,gt_model_sell_peak_local,sell,2026-03-18 19:42:00,574.0,1.1346,1,leg_gt,0.86,60 -75202,gt_model_sell_peak_local,sell,2026-03-18 23:36:00,544.0,-4.1564,0,leg_gt,1.02,60 -75203,gt_model_sell_peak_local,sell,2026-03-18 23:39:00,544.0,-4.1564,0,leg_gt,1.03,60 -75204,gt_model_sell_peak_local,sell,2026-03-18 23:42:00,543.0,-4.3328,0,leg_gt,1.03,60 -75205,gt_model_sell_peak_local,sell,2026-03-19 04:39:00,543.0,1.9677,1,leg_gt,0.13,60 -75206,gt_model_sell_peak_local,sell,2026-03-19 07:42:00,546.0,2.5316,1,leg_gt,0.26,60 -75207,gt_model_sell_peak_local,sell,2026-03-19 09:48:00,546.0,2.5316,1,leg_gt,0.34,60 -75208,gt_model_sell_peak_local,sell,2026-03-19 09:54:00,546.0,2.5316,1,leg_gt,0.35,60 -75209,gt_model_sell_peak_local,sell,2026-03-19 09:57:00,546.0,2.5316,1,leg_gt,0.35,60 -75210,gt_model_sell_peak_local,sell,2026-03-19 10:12:00,544.0,2.1556,1,leg_gt,0.36,60 -75211,gt_model_sell_peak_local,sell,2026-03-19 10:15:00,545.0,2.3436,1,leg_gt,0.36,60 -75212,gt_model_sell_peak_local,sell,2026-03-19 10:30:00,543.0,1.9677,1,leg_gt,0.37,60 -75213,gt_model_sell_peak_local,sell,2026-03-19 13:21:00,538.0,1.0278,1,leg_gt,0.49,60 -75214,gt_model_sell_peak_local,sell,2026-03-19 13:27:00,538.0,1.0278,1,leg_gt,0.5,60 -75215,gt_model_sell_peak_local,sell,2026-03-19 13:30:00,539.0,1.2158,1,leg_gt,0.5,60 -75216,gt_model_sell_peak_local,sell,2026-03-19 19:24:00,510.0,-4.2353,0,leg_gt,0.74,60 -75217,gt_model_sell_peak_local,sell,2026-03-19 19:27:00,510.0,-4.2353,0,leg_gt,0.75,60 -75218,gt_model_sell_peak_local,sell,2026-03-19 19:30:00,510.0,-4.2353,0,leg_gt,0.75,60 -75219,gt_model_sell_peak_local,sell,2026-03-19 21:54:00,499.0,-6.303,0,leg_gt,0.85,60 -75220,gt_model_sell_peak_local,sell,2026-03-19 21:57:00,500.0,-6.115,0,leg_gt,0.85,60 -75221,gt_model_sell_peak_local,sell,2026-03-20 03:30:00,488.0,-8.3707,0,leg_gt,1.08,60 -75222,gt_model_sell_peak_local,sell,2026-03-20 05:06:00,488.0,-8.3707,0,leg_gt,1.15,60 -75223,gt_model_sell_peak_local,sell,2026-03-20 05:09:00,489.0,-8.1827,0,leg_gt,1.15,60 -75224,gt_model_sell_peak_local,sell,2026-03-20 07:21:00,496.0,-6.8669,0,leg_gt,1.24,60 -75225,gt_model_sell_peak_local,sell,2026-03-20 11:03:00,493.0,-7.4308,0,leg_gt,1.4,60 -75226,gt_model_sell_peak_local,sell,2026-03-20 11:06:00,494.0,-7.2429,0,leg_gt,1.4,60 -75227,gt_model_sell_peak_local,sell,2026-03-20 14:03:00,492.0,-7.6188,0,leg_gt,1.52,60 -75228,gt_model_sell_peak_local,sell,2026-03-20 15:42:00,495.0,-7.0549,0,leg_gt,1.59,60 -75229,gt_model_sell_peak_local,sell,2026-03-20 15:45:00,495.0,-7.0549,0,leg_gt,1.59,60 -75230,gt_model_sell_peak_local,sell,2026-03-20 18:12:00,490.0,-7.9947,0,leg_gt,1.69,60 -75231,gt_model_sell_peak_local,sell,2026-03-20 18:15:00,490.0,-7.9947,0,leg_gt,1.7,60 -75232,gt_model_sell_peak_local,sell,2026-03-20 21:06:00,483.0,-9.3105,0,leg_gt,1.81,60 -75233,gt_model_sell_peak_local,sell,2026-03-20 21:09:00,483.0,-9.3105,0,leg_gt,1.82,60 -75234,gt_model_sell_peak_local,sell,2026-03-20 21:12:00,483.0,-9.3105,0,leg_gt,1.82,60 -75235,gt_model_sell_peak_local,sell,2026-03-20 23:24:00,480.0,-9.8744,0,leg_gt,1.91,60 -75236,gt_model_sell_peak_local,sell,2026-03-21 00:33:00,481.0,0.9504,1,leg_gt,0.02,60 -75237,gt_model_sell_peak_local,sell,2026-03-21 00:36:00,482.0,1.1605,1,leg_gt,0.02,60 -75238,gt_model_sell_peak_local,sell,2026-03-21 00:39:00,481.0,0.9504,1,leg_gt,0.03,60 -75239,gt_model_sell_peak_local,sell,2026-03-21 03:18:00,503.0,5.5723,1,leg_gt,0.14,60 -75240,gt_model_sell_peak_local,sell,2026-03-21 06:12:00,487.0,2.2109,1,leg_gt,0.26,60 -75241,gt_model_sell_peak_local,sell,2026-03-21 07:36:00,490.0,2.8412,1,leg_gt,0.32,60 -75242,gt_model_sell_peak_local,sell,2026-03-21 10:57:00,479.0,0.5303,1,leg_gt,0.46,60 -75243,gt_model_sell_peak_local,sell,2026-03-21 11:00:00,479.0,0.5303,1,leg_gt,0.46,60 -75244,gt_model_sell_peak_local,sell,2026-03-21 13:42:00,479.0,0.5303,1,leg_gt,0.57,60 -75245,gt_model_sell_peak_local,sell,2026-03-21 13:48:00,481.0,0.9504,1,leg_gt,0.57,60 -75246,gt_model_sell_peak_local,sell,2026-03-21 16:15:00,480.0,0.7403,1,leg_gt,0.68,60 -75247,gt_model_sell_peak_local,sell,2026-03-21 19:03:00,472.0,-0.9403,0,leg_gt,0.79,60 -75248,gt_model_sell_peak_local,sell,2026-03-21 21:00:00,472.0,-0.9403,0,leg_gt,0.88,60 -75249,gt_model_sell_peak_local,sell,2026-03-21 21:03:00,471.0,-1.1504,0,leg_gt,0.88,60 -75250,gt_model_sell_peak_local,sell,2026-03-21 21:06:00,471.0,-1.1504,0,leg_gt,0.88,60 -75251,gt_model_sell_peak_local,sell,2026-03-21 22:51:00,469.0,-0.1,0,leg_gt,0.01,60 -75252,gt_model_sell_peak_local,sell,2026-03-21 22:54:00,470.0,0.1132,1,leg_gt,0.01,60 -75253,gt_model_sell_peak_local,sell,2026-03-21 22:57:00,470.0,0.1132,1,leg_gt,0.02,60 -75254,gt_model_sell_peak_local,sell,2026-03-21 23:00:00,471.0,0.3264,1,leg_gt,0.02,60 -75255,gt_model_sell_peak_local,sell,2026-03-21 23:03:00,470.0,0.1132,1,leg_gt,0.02,60 -75256,gt_model_sell_peak_local,sell,2026-03-21 23:09:00,469.0,-0.1,0,leg_gt,0.02,60 -75257,gt_model_sell_peak_local,sell,2026-03-21 23:15:00,472.0,0.5397,1,leg_gt,0.03,60 -75258,gt_model_sell_peak_local,sell,2026-03-22 00:18:00,472.0,0.5397,1,leg_gt,0.07,60 -75259,gt_model_sell_peak_local,sell,2026-03-22 02:00:00,473.0,0.7529,1,leg_gt,0.14,60 -75260,gt_model_sell_peak_local,sell,2026-03-22 02:03:00,472.0,0.5397,1,leg_gt,0.15,60 -75261,gt_model_sell_peak_local,sell,2026-03-22 02:06:00,472.0,0.5397,1,leg_gt,0.15,60 -75262,gt_model_sell_peak_local,sell,2026-03-22 02:18:00,472.0,0.5397,1,leg_gt,0.16,60 -75263,gt_model_sell_peak_local,sell,2026-03-22 02:39:00,476.0,1.3925,1,leg_gt,0.17,60 -75264,gt_model_sell_peak_local,sell,2026-03-22 04:51:00,482.0,2.6719,1,leg_gt,0.26,60 -75265,gt_model_sell_peak_local,sell,2026-03-22 07:09:00,485.0,3.3115,1,leg_gt,0.36,60 -75266,gt_model_sell_peak_local,sell,2026-03-22 07:15:00,487.0,3.738,1,leg_gt,0.36,60 -75267,gt_model_sell_peak_local,sell,2026-03-22 07:18:00,487.0,3.738,1,leg_gt,0.36,60 -75268,gt_model_sell_peak_local,sell,2026-03-22 08:36:00,485.0,3.3115,1,leg_gt,0.42,60 -75269,gt_model_sell_peak_local,sell,2026-03-22 08:45:00,486.0,3.5247,1,leg_gt,0.42,60 -75270,gt_model_sell_peak_local,sell,2026-03-22 08:48:00,483.0,2.8851,1,leg_gt,0.43,60 -75271,gt_model_sell_peak_local,sell,2026-03-22 08:57:00,475.0,1.1793,1,leg_gt,0.43,60 -75272,gt_model_sell_peak_local,sell,2026-03-22 13:36:00,478.0,1.819,1,leg_gt,0.63,60 -75273,gt_model_sell_peak_local,sell,2026-03-22 14:03:00,479.0,2.0322,1,leg_gt,0.65,60 -75274,gt_model_sell_peak_local,sell,2026-03-22 14:06:00,481.0,2.4586,1,leg_gt,0.65,60 -75275,gt_model_sell_peak_local,sell,2026-03-22 17:03:00,474.0,0.9661,1,leg_gt,0.77,60 -75276,gt_model_sell_peak_local,sell,2026-03-22 17:06:00,475.0,1.1793,1,leg_gt,0.77,60 -75277,gt_model_sell_peak_local,sell,2026-03-22 19:09:00,473.0,0.7529,1,leg_gt,0.86,60 -75278,gt_model_sell_peak_local,sell,2026-03-22 19:12:00,473.0,0.7529,1,leg_gt,0.86,60 -75279,gt_model_sell_peak_local,sell,2026-03-22 22:33:00,471.0,0.3264,1,leg_gt,1.0,60 -75280,gt_model_sell_peak_local,sell,2026-03-22 22:36:00,471.0,0.3264,1,leg_gt,1.0,60 -75281,gt_model_sell_peak_local,sell,2026-03-23 00:09:00,470.0,0.1132,1,leg_gt,1.07,60 -75282,gt_model_sell_peak_local,sell,2026-03-23 00:24:00,470.0,0.1132,1,leg_gt,1.08,60 -75283,gt_model_sell_peak_local,sell,2026-03-23 00:27:00,470.0,0.1132,1,leg_gt,1.08,60 -75284,gt_model_sell_peak_local,sell,2026-03-23 02:18:00,469.0,-0.1,0,leg_gt,1.16,60 -75285,gt_model_sell_peak_local,sell,2026-03-23 06:21:00,456.0,-2.8719,0,leg_gt,1.32,60 -75286,gt_model_sell_peak_local,sell,2026-03-23 09:12:00,463.0,1.6582,1,leg_gt,0.1,60 -75287,gt_model_sell_peak_local,sell,2026-03-23 09:15:00,463.0,1.6582,1,leg_gt,0.1,60 -75288,gt_model_sell_peak_local,sell,2026-03-23 09:18:00,462.0,1.4385,1,leg_gt,0.11,60 -75289,gt_model_sell_peak_local,sell,2026-03-23 09:21:00,462.0,1.4385,1,leg_gt,0.11,60 -75290,gt_model_sell_peak_local,sell,2026-03-23 09:24:00,463.0,1.6582,1,leg_gt,0.11,60 -75291,gt_model_sell_peak_local,sell,2026-03-23 13:03:00,469.0,2.9769,1,leg_gt,0.26,60 -75292,gt_model_sell_peak_local,sell,2026-03-23 13:06:00,469.0,2.9769,1,leg_gt,0.26,60 -75293,gt_model_sell_peak_local,sell,2026-03-23 15:03:00,465.0,2.0978,1,leg_gt,0.35,60 -75294,gt_model_sell_peak_local,sell,2026-03-23 15:06:00,466.0,2.3176,1,leg_gt,0.35,60 -75295,gt_model_sell_peak_local,sell,2026-03-23 15:09:00,465.0,2.0978,1,leg_gt,0.35,60 -75296,gt_model_sell_peak_local,sell,2026-03-23 15:12:00,466.0,2.3176,1,leg_gt,0.35,60 -75297,gt_model_sell_peak_local,sell,2026-03-23 15:15:00,466.0,2.3176,1,leg_gt,0.35,60 -75298,gt_model_sell_peak_local,sell,2026-03-23 15:18:00,466.0,2.3176,1,leg_gt,0.36,60 -75299,gt_model_sell_peak_local,sell,2026-03-23 15:21:00,466.0,2.3176,1,leg_gt,0.36,60 -75300,gt_model_sell_peak_local,sell,2026-03-23 15:24:00,468.0,2.7571,1,leg_gt,0.36,60 -75301,gt_model_sell_peak_local,sell,2026-03-23 16:27:00,461.0,1.2187,1,leg_gt,0.4,60 -75302,gt_model_sell_peak_local,sell,2026-03-23 16:33:00,463.0,1.6582,1,leg_gt,0.41,60 -75303,gt_model_sell_peak_local,sell,2026-03-23 18:03:00,461.0,1.2187,1,leg_gt,0.47,60 -75304,gt_model_sell_peak_local,sell,2026-03-23 18:06:00,461.0,1.2187,1,leg_gt,0.47,60 -75305,gt_model_sell_peak_local,sell,2026-03-23 18:12:00,461.0,1.2187,1,leg_gt,0.48,60 -75306,gt_model_sell_peak_local,sell,2026-03-23 18:15:00,460.0,0.9989,1,leg_gt,0.48,60 -75307,gt_model_sell_peak_local,sell,2026-03-23 18:18:00,460.0,0.9989,1,leg_gt,0.48,60 -75308,gt_model_sell_peak_local,sell,2026-03-23 18:21:00,461.0,1.2187,1,leg_gt,0.48,60 -75309,gt_model_sell_peak_local,sell,2026-03-23 18:27:00,459.0,0.7791,1,leg_gt,0.49,60 -75310,gt_model_sell_peak_local,sell,2026-03-23 18:30:00,460.0,0.9989,1,leg_gt,0.49,60 -75311,gt_model_sell_peak_local,sell,2026-03-23 21:09:00,464.0,1.4317,1,leg_gt,0.11,60 -75312,gt_model_sell_peak_local,sell,2026-03-23 21:12:00,465.0,1.6505,1,leg_gt,0.11,60 -75313,gt_model_sell_peak_local,sell,2026-03-23 21:15:00,465.0,1.6505,1,leg_gt,0.11,60 -75314,gt_model_sell_peak_local,sell,2026-03-24 00:09:00,473.0,3.4011,1,leg_gt,0.23,60 -75315,gt_model_sell_peak_local,sell,2026-03-24 05:12:00,485.0,6.0269,1,leg_gt,0.44,60 -75316,gt_model_sell_peak_local,sell,2026-03-24 05:18:00,486.0,6.2457,1,leg_gt,0.45,60 -75317,gt_model_sell_peak_local,sell,2026-03-24 06:21:00,484.0,5.8081,1,leg_gt,0.49,60 -75318,gt_model_sell_peak_local,sell,2026-03-24 06:36:00,485.0,6.0269,1,leg_gt,0.5,60 -75319,gt_model_sell_peak_local,sell,2026-03-24 07:39:00,482.0,5.3705,1,leg_gt,0.55,60 -75320,gt_model_sell_peak_local,sell,2026-03-24 07:48:00,481.0,5.1516,1,leg_gt,0.55,60 -75321,gt_model_sell_peak_local,sell,2026-03-24 07:51:00,480.0,4.9328,1,leg_gt,0.55,60 -75322,gt_model_sell_peak_local,sell,2026-03-24 09:51:00,479.0,4.714,1,leg_gt,0.64,60 -75323,gt_model_sell_peak_local,sell,2026-03-24 09:54:00,481.0,5.1516,1,leg_gt,0.64,60 -75324,gt_model_sell_peak_local,sell,2026-03-24 09:57:00,481.0,5.1516,1,leg_gt,0.64,60 -75325,gt_model_sell_peak_local,sell,2026-03-24 12:06:00,481.0,5.1516,1,leg_gt,0.73,60 -75326,gt_model_sell_peak_local,sell,2026-03-24 12:12:00,480.0,4.9328,1,leg_gt,0.74,60 -75327,gt_model_sell_peak_local,sell,2026-03-24 12:18:00,480.0,4.9328,1,leg_gt,0.74,60 -75328,gt_model_sell_peak_local,sell,2026-03-24 12:24:00,481.0,5.1516,1,leg_gt,0.74,60 -75329,gt_model_sell_peak_local,sell,2026-03-24 13:27:00,481.0,5.1516,1,leg_gt,0.79,60 -75330,gt_model_sell_peak_local,sell,2026-03-24 13:30:00,480.0,4.9328,1,leg_gt,0.79,60 -75331,gt_model_sell_peak_local,sell,2026-03-24 13:33:00,478.0,4.4952,1,leg_gt,0.79,60 -75332,gt_model_sell_peak_local,sell,2026-03-24 13:39:00,478.0,4.4952,1,leg_gt,0.8,60 -75333,gt_model_sell_peak_local,sell,2026-03-24 13:42:00,478.0,4.4952,1,leg_gt,0.8,60 -75334,gt_model_sell_peak_local,sell,2026-03-24 13:45:00,479.0,4.714,1,leg_gt,0.8,60 -75335,gt_model_sell_peak_local,sell,2026-03-24 13:48:00,479.0,4.714,1,leg_gt,0.8,60 -75336,gt_model_sell_peak_local,sell,2026-03-24 13:54:00,479.0,4.714,1,leg_gt,0.81,60 -75337,gt_model_sell_peak_local,sell,2026-03-24 13:57:00,480.0,4.9328,1,leg_gt,0.81,60 -75338,gt_model_sell_peak_local,sell,2026-03-24 14:00:00,479.0,4.714,1,leg_gt,0.81,60 -75339,gt_model_sell_peak_local,sell,2026-03-24 14:03:00,479.0,4.714,1,leg_gt,0.81,60 -75340,gt_model_sell_peak_local,sell,2026-03-24 17:09:00,482.0,5.3705,1,leg_gt,0.94,60 -75341,gt_model_sell_peak_local,sell,2026-03-24 20:57:00,474.0,3.6199,1,leg_gt,1.1,60 -75342,gt_model_sell_peak_local,sell,2026-03-24 22:42:00,475.0,3.8387,1,leg_gt,1.17,60 -75343,gt_model_sell_peak_local,sell,2026-03-24 22:51:00,476.0,4.0575,1,leg_gt,1.18,60 -75344,gt_model_sell_peak_local,sell,2026-03-24 23:33:00,472.0,3.1823,1,leg_gt,1.21,60 -75345,gt_model_sell_peak_local,sell,2026-03-25 01:24:00,473.0,0.7529,1,leg_gt,0.07,60 -75346,gt_model_sell_peak_local,sell,2026-03-25 02:51:00,470.0,0.1132,1,leg_gt,0.13,60 -75347,gt_model_sell_peak_local,sell,2026-03-25 02:54:00,470.0,0.1132,1,leg_gt,0.13,60 -75348,gt_model_sell_peak_local,sell,2026-03-25 02:57:00,472.0,0.5397,1,leg_gt,0.13,60 -75349,gt_model_sell_peak_local,sell,2026-03-25 04:48:00,472.0,0.5397,1,leg_gt,0.21,60 -75350,gt_model_sell_peak_local,sell,2026-03-25 07:00:00,478.0,1.819,1,leg_gt,0.3,60 -75351,gt_model_sell_peak_local,sell,2026-03-25 09:30:00,479.0,2.0322,1,leg_gt,0.4,60 -75352,gt_model_sell_peak_local,sell,2026-03-25 10:42:00,480.0,2.2454,1,leg_gt,0.45,60 -75353,gt_model_sell_peak_local,sell,2026-03-25 11:45:00,481.0,2.4586,1,leg_gt,0.5,60 -75354,gt_model_sell_peak_local,sell,2026-03-25 12:36:00,480.0,2.2454,1,leg_gt,0.53,60 -75355,gt_model_sell_peak_local,sell,2026-03-25 12:45:00,480.0,2.2454,1,leg_gt,0.54,60 -75356,gt_model_sell_peak_local,sell,2026-03-25 13:48:00,477.0,1.6058,1,leg_gt,0.58,60 -75357,gt_model_sell_peak_local,sell,2026-03-25 18:18:00,477.0,1.6058,1,leg_gt,0.77,60 -75358,gt_model_sell_peak_local,sell,2026-03-25 19:57:00,479.0,2.0322,1,leg_gt,0.84,60 -75359,gt_model_sell_peak_local,sell,2026-03-25 20:00:00,479.0,2.0322,1,leg_gt,0.84,60 -75360,gt_model_sell_peak_local,sell,2026-03-25 22:09:00,485.0,3.3115,1,leg_gt,0.93,60 -75361,gt_model_sell_peak_local,sell,2026-03-25 23:21:00,480.0,2.2454,1,leg_gt,0.98,60 -75362,gt_model_sell_peak_local,sell,2026-03-25 23:30:00,481.0,2.4586,1,leg_gt,0.99,60 -75363,gt_model_sell_peak_local,sell,2026-03-26 00:45:00,475.0,1.1793,1,leg_gt,1.04,60 -75364,gt_model_sell_peak_local,sell,2026-03-26 02:27:00,476.0,1.3925,1,leg_gt,1.11,60 -75365,gt_model_sell_peak_local,sell,2026-03-26 02:30:00,475.0,1.1793,1,leg_gt,1.11,60 -75366,gt_model_sell_peak_local,sell,2026-03-26 02:33:00,475.0,1.1793,1,leg_gt,1.11,60 -75367,gt_model_sell_peak_local,sell,2026-03-26 02:36:00,475.0,1.1793,1,leg_gt,1.12,60 -75368,gt_model_sell_peak_local,sell,2026-03-26 02:39:00,474.0,0.9661,1,leg_gt,1.12,60 -75369,gt_model_sell_peak_local,sell,2026-03-26 02:42:00,474.0,0.9661,1,leg_gt,1.12,60 -75370,gt_model_sell_peak_local,sell,2026-03-26 02:45:00,474.0,0.9661,1,leg_gt,1.12,60 -75371,gt_model_sell_peak_local,sell,2026-03-26 05:42:00,476.0,1.3925,1,leg_gt,1.25,60 -75372,gt_model_sell_peak_local,sell,2026-03-26 05:48:00,475.0,1.1793,1,leg_gt,1.25,60 -75373,gt_model_sell_peak_local,sell,2026-03-26 08:33:00,485.0,3.3115,1,leg_gt,1.36,60 -75374,gt_model_sell_peak_local,sell,2026-03-26 08:36:00,484.0,3.0983,1,leg_gt,1.37,60 -75375,gt_model_sell_peak_local,sell,2026-03-26 08:39:00,483.0,2.8851,1,leg_gt,1.37,60 -75376,gt_model_sell_peak_local,sell,2026-03-26 09:57:00,479.0,2.0322,1,leg_gt,1.42,60 -75377,gt_model_sell_peak_local,sell,2026-03-26 10:00:00,481.0,2.4586,1,leg_gt,1.42,60 -75378,gt_model_sell_peak_local,sell,2026-03-26 17:00:00,461.0,-1.8058,0,leg_gt,1.72,60 -75379,gt_model_sell_peak_local,sell,2026-03-26 17:03:00,461.0,-1.8058,0,leg_gt,1.72,60 -75380,gt_model_sell_peak_local,sell,2026-03-26 19:27:00,458.0,-2.4454,0,leg_gt,1.82,60 -75381,gt_model_sell_peak_local,sell,2026-03-26 20:51:00,458.0,-2.4454,0,leg_gt,1.88,60 -75382,gt_model_sell_peak_local,sell,2026-03-26 20:54:00,458.0,-2.4454,0,leg_gt,1.88,60 -75383,gt_model_sell_peak_local,sell,2026-03-26 20:57:00,459.0,-2.2322,0,leg_gt,1.88,60 -75384,gt_model_sell_peak_local,sell,2026-03-26 21:00:00,458.0,-2.4454,0,leg_gt,1.88,60 -75385,gt_model_sell_peak_local,sell,2026-03-26 21:03:00,458.0,-2.4454,0,leg_gt,1.89,60 -75386,gt_model_sell_peak_local,sell,2026-03-26 21:06:00,457.0,-2.6586,0,leg_gt,1.89,60 -75387,gt_model_sell_peak_local,sell,2026-03-26 21:15:00,458.0,-2.4454,0,leg_gt,1.89,60 -75388,gt_model_sell_peak_local,sell,2026-03-26 22:27:00,459.0,-2.2322,0,leg_gt,1.94,60 -75389,gt_model_sell_peak_local,sell,2026-03-26 22:30:00,458.0,-2.4454,0,leg_gt,1.95,60 -75390,gt_model_sell_peak_local,sell,2026-03-26 23:51:00,456.0,-2.8719,0,leg_gt,2.0,60 -75391,gt_model_sell_peak_local,sell,2026-03-26 23:54:00,451.0,-3.938,0,leg_gt,2.0,60 -75392,gt_model_sell_peak_local,sell,2026-03-26 23:57:00,453.0,-3.5115,0,leg_gt,2.01,60 -75393,gt_model_sell_peak_local,sell,2026-03-27 00:00:00,453.0,-3.5115,0,leg_gt,2.01,60 -75394,gt_model_sell_peak_local,sell,2026-03-27 02:39:00,444.0,-5.4305,0,leg_gt,2.12,60 -75395,gt_model_sell_peak_local,sell,2026-03-27 02:42:00,445.0,-5.2173,0,leg_gt,2.12,60 -75396,gt_model_sell_peak_local,sell,2026-03-27 02:45:00,445.0,-5.2173,0,leg_gt,2.12,60 -75397,gt_model_sell_peak_local,sell,2026-03-27 02:48:00,445.0,-5.2173,0,leg_gt,2.12,60 -75398,gt_model_sell_peak_local,sell,2026-03-27 02:51:00,444.0,-5.4305,0,leg_gt,2.13,60 -75399,gt_model_sell_peak_local,sell,2026-03-27 03:06:00,443.0,-5.6437,0,leg_gt,2.14,60 -75400,gt_model_sell_peak_local,sell,2026-03-27 03:33:00,445.0,-5.2173,0,leg_gt,2.16,60 -75401,gt_model_sell_peak_local,sell,2026-03-27 03:36:00,445.0,-5.2173,0,leg_gt,2.16,60 -75402,gt_model_sell_peak_local,sell,2026-03-27 03:39:00,444.0,-5.4305,0,leg_gt,2.16,60 -75403,gt_model_sell_peak_local,sell,2026-03-27 03:42:00,443.0,-5.6437,0,leg_gt,2.16,60 -75404,gt_model_sell_peak_local,sell,2026-03-27 03:45:00,444.0,-5.4305,0,leg_gt,2.16,60 -75405,gt_model_sell_peak_local,sell,2026-03-27 04:30:00,442.0,-5.8569,0,leg_gt,2.2,60 -75406,gt_model_sell_peak_local,sell,2026-03-27 04:33:00,442.0,-5.8569,0,leg_gt,2.2,60 -75407,gt_model_sell_peak_local,sell,2026-03-27 04:36:00,443.0,-5.6437,0,leg_gt,2.2,60 -75408,gt_model_sell_peak_local,sell,2026-03-27 04:39:00,442.0,-5.8569,0,leg_gt,2.2,60 -75409,gt_model_sell_peak_local,sell,2026-03-27 04:45:00,442.0,-5.8569,0,leg_gt,2.21,60 -75410,gt_model_sell_peak_local,sell,2026-03-27 05:00:00,439.0,-6.4966,0,leg_gt,2.22,60 -75411,gt_model_sell_peak_local,sell,2026-03-27 06:12:00,440.0,-6.2834,0,leg_gt,2.27,60 -75412,gt_model_sell_peak_local,sell,2026-03-27 06:15:00,440.0,-6.2834,0,leg_gt,2.27,60 -75413,gt_model_sell_peak_local,sell,2026-03-27 06:18:00,441.0,-6.0701,0,leg_gt,2.27,60 -75414,gt_model_sell_peak_local,sell,2026-03-27 06:21:00,441.0,-6.0701,0,leg_gt,2.27,60 -75415,gt_model_sell_peak_local,sell,2026-03-27 06:30:00,442.0,-5.8569,0,leg_gt,2.28,60 -75416,gt_model_sell_peak_local,sell,2026-03-27 06:39:00,441.0,-6.0701,0,leg_gt,2.29,60 -75417,gt_model_sell_peak_local,sell,2026-03-27 06:42:00,441.0,-6.0701,0,leg_gt,2.29,60 -75418,gt_model_sell_peak_local,sell,2026-03-27 07:57:00,440.0,-6.2834,0,leg_gt,2.34,60 -75419,gt_model_sell_peak_local,sell,2026-03-27 09:54:00,439.0,-6.4966,0,leg_gt,2.42,60 -75420,gt_model_sell_peak_local,sell,2026-03-27 10:06:00,439.0,-6.4966,0,leg_gt,2.43,60 -75421,gt_model_sell_peak_local,sell,2026-03-27 10:15:00,440.0,-6.2834,0,leg_gt,2.44,60 -75422,gt_model_sell_peak_local,sell,2026-03-27 10:18:00,439.0,-6.4966,0,leg_gt,2.44,60 -75423,gt_model_sell_peak_local,sell,2026-03-27 10:21:00,439.0,-6.4966,0,leg_gt,2.44,60 -75424,gt_model_sell_peak_local,sell,2026-03-27 10:24:00,438.0,-6.7098,0,leg_gt,2.44,60 -75425,gt_model_sell_peak_local,sell,2026-03-27 12:33:00,439.0,-6.4966,0,leg_gt,2.53,60 -75426,gt_model_sell_peak_local,sell,2026-03-27 17:54:00,427.0,-9.0552,0,leg_gt,2.75,60 -75427,gt_model_sell_peak_local,sell,2026-03-27 20:24:00,416.0,-11.4006,0,leg_gt,2.86,60 -75428,gt_model_sell_peak_local,sell,2026-03-27 21:54:00,416.0,-11.4006,0,leg_gt,2.92,60 -75429,gt_model_sell_peak_local,sell,2026-03-27 22:03:00,416.0,-11.4006,0,leg_gt,2.93,60 -75430,gt_model_sell_peak_local,sell,2026-03-27 23:39:00,416.0,-11.4006,0,leg_gt,2.99,60 -75431,gt_model_sell_peak_local,sell,2026-03-28 03:09:00,402.0,-14.3857,0,leg_gt,3.14,60 -75432,gt_model_sell_peak_local,sell,2026-03-28 03:15:00,402.0,-14.3857,0,leg_gt,3.14,60 -75433,gt_model_sell_peak_local,sell,2026-03-28 06:15:00,396.0,-15.665,0,leg_gt,3.27,60 -75434,gt_model_sell_peak_local,sell,2026-03-28 10:39:00,373.0,0.1688,1,leg_gt,0.0,60 -75435,gt_model_sell_peak_local,sell,2026-03-28 12:03:00,374.0,0.4376,1,leg_gt,0.06,60 -75436,gt_model_sell_peak_local,sell,2026-03-28 14:24:00,381.0,2.3194,1,leg_gt,0.16,60 -75437,gt_model_sell_peak_local,sell,2026-03-28 19:21:00,410.0,1.89,1,leg_gt,0.02,60 -75438,gt_model_sell_peak_local,sell,2026-03-28 20:57:00,409.0,1.6413,1,leg_gt,0.09,60 -75439,gt_model_sell_peak_local,sell,2026-03-28 22:18:00,411.0,2.1388,1,leg_gt,0.15,60 -75440,gt_model_sell_peak_local,sell,2026-03-29 00:24:00,414.0,2.8851,1,leg_gt,0.23,60 -75441,gt_model_sell_peak_local,sell,2026-03-29 04:36:00,415.0,3.1338,1,leg_gt,0.41,60 -75442,gt_model_sell_peak_local,sell,2026-03-29 04:39:00,415.0,3.1338,1,leg_gt,0.41,60 -75443,gt_model_sell_peak_local,sell,2026-03-29 05:00:00,416.0,3.3826,1,leg_gt,0.42,60 -75444,gt_model_sell_peak_local,sell,2026-03-29 06:06:00,416.0,3.3826,1,leg_gt,0.47,60 -75445,gt_model_sell_peak_local,sell,2026-03-29 11:18:00,411.0,2.1388,1,leg_gt,0.69,60 -75446,gt_model_sell_peak_local,sell,2026-03-29 13:18:00,412.0,2.3876,1,leg_gt,0.77,60 -75447,gt_model_sell_peak_local,sell,2026-03-29 13:21:00,412.0,2.3876,1,leg_gt,0.77,60 -75448,gt_model_sell_peak_local,sell,2026-03-29 13:24:00,411.0,2.1388,1,leg_gt,0.78,60 -75449,gt_model_sell_peak_local,sell,2026-03-29 13:27:00,411.0,2.1388,1,leg_gt,0.78,60 -75450,gt_model_sell_peak_local,sell,2026-03-29 13:30:00,412.0,2.3876,1,leg_gt,0.78,60 -75451,gt_model_sell_peak_local,sell,2026-03-29 16:54:00,416.0,3.3826,1,leg_gt,0.92,60 -75452,gt_model_sell_peak_local,sell,2026-03-29 18:30:00,415.0,3.1338,1,leg_gt,0.99,60 -75453,gt_model_sell_peak_local,sell,2026-03-29 18:33:00,416.0,3.3826,1,leg_gt,0.99,60 -75454,gt_model_sell_peak_local,sell,2026-03-29 19:51:00,412.0,2.3876,1,leg_gt,1.04,60 -75455,gt_model_sell_peak_local,sell,2026-03-29 19:54:00,412.0,2.3876,1,leg_gt,1.05,60 -75456,gt_model_sell_peak_local,sell,2026-03-29 21:45:00,412.0,2.3876,1,leg_gt,1.12,60 -75457,gt_model_sell_peak_local,sell,2026-03-29 23:21:00,413.0,2.6363,1,leg_gt,1.19,60 -75458,gt_model_sell_peak_local,sell,2026-03-29 23:24:00,414.0,2.8851,1,leg_gt,1.19,60 -75459,gt_model_sell_peak_local,sell,2026-03-29 23:30:00,414.0,2.8851,1,leg_gt,1.2,60 -75460,gt_model_sell_peak_local,sell,2026-03-29 23:33:00,413.0,2.6363,1,leg_gt,1.2,60 -75461,gt_model_sell_peak_local,sell,2026-03-29 23:39:00,413.0,2.6363,1,leg_gt,1.2,60 -75462,gt_model_sell_peak_local,sell,2026-03-29 23:42:00,413.0,2.6363,1,leg_gt,1.2,60 -75463,gt_model_sell_peak_local,sell,2026-03-29 23:45:00,413.0,2.6363,1,leg_gt,1.21,60 -75464,gt_model_sell_peak_local,sell,2026-03-30 08:51:00,412.0,2.3876,1,leg_gt,1.59,60 -75465,gt_model_sell_peak_local,sell,2026-03-30 08:54:00,412.0,2.3876,1,leg_gt,1.59,60 -75466,gt_model_sell_peak_local,sell,2026-03-30 08:57:00,413.0,2.6363,1,leg_gt,1.59,60 -75467,gt_model_sell_peak_local,sell,2026-03-30 10:27:00,418.0,3.8801,1,leg_gt,1.65,60 -75468,gt_model_sell_peak_local,sell,2026-03-30 12:51:00,430.0,6.8652,1,leg_gt,1.75,60 -75469,gt_model_sell_peak_local,sell,2026-03-30 12:54:00,429.0,6.6164,1,leg_gt,1.75,60 -75470,gt_model_sell_peak_local,sell,2026-03-30 14:09:00,430.0,6.8652,1,leg_gt,1.81,60 -75471,gt_model_sell_peak_local,sell,2026-03-30 14:12:00,431.0,7.1139,1,leg_gt,1.81,60 -75472,gt_model_sell_peak_local,sell,2026-03-30 14:15:00,432.0,7.3627,1,leg_gt,1.81,60 -75473,gt_model_sell_peak_local,sell,2026-03-30 14:18:00,430.0,6.8652,1,leg_gt,1.81,60 -75474,gt_model_sell_peak_local,sell,2026-03-30 14:54:00,427.0,6.1189,1,leg_gt,1.84,60 -75475,gt_model_sell_peak_local,sell,2026-03-30 14:57:00,426.0,5.8701,1,leg_gt,1.84,60 -75476,gt_model_sell_peak_local,sell,2026-03-30 15:06:00,426.0,5.8701,1,leg_gt,1.85,60 -75477,gt_model_sell_peak_local,sell,2026-03-30 15:09:00,425.0,5.6214,1,leg_gt,1.85,60 -75478,gt_model_sell_peak_local,sell,2026-03-30 15:12:00,427.0,6.1189,1,leg_gt,1.85,60 -75479,gt_model_sell_peak_local,sell,2026-03-30 18:15:00,428.0,6.3677,1,leg_gt,1.98,60 -75480,gt_model_sell_peak_local,sell,2026-03-30 18:51:00,428.0,6.3677,1,leg_gt,2.0,60 -75481,gt_model_sell_peak_local,sell,2026-03-30 20:51:00,431.0,7.1139,1,leg_gt,2.09,60 -75482,gt_model_sell_peak_local,sell,2026-03-30 20:54:00,429.0,6.6164,1,leg_gt,2.09,60 -75483,gt_model_sell_peak_local,sell,2026-03-30 22:57:00,421.0,4.6264,1,leg_gt,2.17,60 -75484,gt_model_sell_peak_local,sell,2026-03-31 00:57:00,423.0,5.1239,1,leg_gt,2.26,60 -75485,gt_model_sell_peak_local,sell,2026-03-31 02:39:00,418.0,3.8801,1,leg_gt,2.33,60 -75486,gt_model_sell_peak_local,sell,2026-03-31 06:06:00,415.0,0.8732,1,leg_gt,0.08,60 -75487,gt_model_sell_peak_local,sell,2026-03-31 06:09:00,416.0,1.1165,1,leg_gt,0.08,60 -75488,gt_model_sell_peak_local,sell,2026-03-31 07:21:00,418.0,1.6032,1,leg_gt,0.13,60 -75489,gt_model_sell_peak_local,sell,2026-03-31 07:36:00,417.0,1.3599,1,leg_gt,0.14,60 -75490,gt_model_sell_peak_local,sell,2026-03-31 12:30:00,419.0,1.8465,1,leg_gt,0.35,60 -75491,gt_model_sell_peak_local,sell,2026-03-31 12:36:00,418.0,1.6032,1,leg_gt,0.35,60 -75492,gt_model_sell_peak_local,sell,2026-03-31 12:39:00,418.0,1.6032,1,leg_gt,0.35,60 -75493,gt_model_sell_peak_local,sell,2026-03-31 12:42:00,419.0,1.8465,1,leg_gt,0.36,60 -75494,gt_model_sell_peak_local,sell,2026-03-31 15:09:00,421.0,2.3331,1,leg_gt,0.46,60 -75495,gt_model_sell_peak_local,sell,2026-03-31 16:54:00,422.0,2.5764,1,leg_gt,0.53,60 -75496,gt_model_sell_peak_local,sell,2026-03-31 16:57:00,422.0,2.5764,1,leg_gt,0.53,60 -75497,gt_model_sell_peak_local,sell,2026-03-31 17:00:00,422.0,2.5764,1,leg_gt,0.54,60 -75498,gt_model_sell_peak_local,sell,2026-03-31 17:03:00,422.0,2.5764,1,leg_gt,0.54,60 -75499,gt_model_sell_peak_local,sell,2026-03-31 18:24:00,417.0,1.3599,1,leg_gt,0.59,60 -75500,gt_model_sell_peak_local,sell,2026-03-31 20:27:00,414.0,0.6299,1,leg_gt,0.68,60 -75501,gt_model_sell_peak_local,sell,2026-03-31 20:45:00,416.0,1.1165,1,leg_gt,0.69,60 -75502,gt_model_sell_peak_local,sell,2026-03-31 22:06:00,417.0,1.3599,1,leg_gt,0.75,60 -75503,gt_model_sell_peak_local,sell,2026-04-01 00:18:00,417.0,1.3599,1,leg_gt,0.84,60 -75504,gt_model_sell_peak_local,sell,2026-04-01 02:42:00,416.0,1.1165,1,leg_gt,0.94,60 -75505,gt_model_sell_peak_local,sell,2026-04-01 06:15:00,418.0,1.3563,1,leg_gt,0.14,60 -75506,gt_model_sell_peak_local,sell,2026-04-01 06:27:00,418.0,1.3563,1,leg_gt,0.15,60 -75507,gt_model_sell_peak_local,sell,2026-04-01 06:42:00,418.0,1.3563,1,leg_gt,0.16,60 -75508,gt_model_sell_peak_local,sell,2026-04-01 06:57:00,417.0,1.1136,1,leg_gt,0.17,60 -75509,gt_model_sell_peak_local,sell,2026-04-01 07:06:00,417.0,1.1136,1,leg_gt,0.18,60 -75510,gt_model_sell_peak_local,sell,2026-04-01 07:30:00,416.0,0.8709,1,leg_gt,0.19,60 -75511,gt_model_sell_peak_local,sell,2026-04-01 07:33:00,414.0,0.3854,1,leg_gt,0.19,60 -75512,gt_model_sell_peak_local,sell,2026-04-01 07:36:00,414.0,0.3854,1,leg_gt,0.2,60 -75513,gt_model_sell_peak_local,sell,2026-04-01 07:42:00,415.0,0.6282,1,leg_gt,0.2,60 -75514,gt_model_sell_peak_local,sell,2026-04-01 07:48:00,415.0,0.6282,1,leg_gt,0.2,60 -75515,gt_model_sell_peak_local,sell,2026-04-01 07:51:00,416.0,0.8709,1,leg_gt,0.21,60 -75516,gt_model_sell_peak_local,sell,2026-04-01 11:12:00,418.0,1.3563,1,leg_gt,0.35,60 -75517,gt_model_sell_peak_local,sell,2026-04-01 11:15:00,418.0,1.3563,1,leg_gt,0.35,60 -75518,gt_model_sell_peak_local,sell,2026-04-01 11:21:00,418.0,1.3563,1,leg_gt,0.35,60 -75519,gt_model_sell_peak_local,sell,2026-04-01 11:24:00,417.0,1.1136,1,leg_gt,0.35,60 -75520,gt_model_sell_peak_local,sell,2026-04-01 14:03:00,419.0,1.599,1,leg_gt,0.46,60 -75521,gt_model_sell_peak_local,sell,2026-04-01 16:09:00,423.0,2.5699,1,leg_gt,0.55,60 -75522,gt_model_sell_peak_local,sell,2026-04-01 17:36:00,424.0,2.8126,1,leg_gt,0.61,60 -75523,gt_model_sell_peak_local,sell,2026-04-01 17:39:00,424.0,2.8126,1,leg_gt,0.61,60 -75524,gt_model_sell_peak_local,sell,2026-04-01 18:39:00,422.0,2.3272,1,leg_gt,0.66,60 -75525,gt_model_sell_peak_local,sell,2026-04-01 20:42:00,424.0,2.8126,1,leg_gt,0.74,60 -75526,gt_model_sell_peak_local,sell,2026-04-01 20:48:00,425.0,3.0553,1,leg_gt,0.75,60 -75527,gt_model_sell_peak_local,sell,2026-04-01 22:45:00,422.0,2.3272,1,leg_gt,0.83,60 -75528,gt_model_sell_peak_local,sell,2026-04-01 22:48:00,421.0,2.0845,1,leg_gt,0.83,60 -75529,gt_model_sell_peak_local,sell,2026-04-01 22:51:00,422.0,2.3272,1,leg_gt,0.83,60 -75530,gt_model_sell_peak_local,sell,2026-04-01 22:54:00,422.0,2.3272,1,leg_gt,0.83,60 -75531,gt_model_sell_peak_local,sell,2026-04-01 23:18:00,423.0,2.5699,1,leg_gt,0.85,60 -75532,gt_model_sell_peak_local,sell,2026-04-02 02:00:00,423.0,2.5699,1,leg_gt,0.96,60 -75533,gt_model_sell_peak_local,sell,2026-04-02 04:39:00,420.0,1.8417,1,leg_gt,1.07,60 -75534,gt_model_sell_peak_local,sell,2026-04-02 05:30:00,418.0,1.3563,1,leg_gt,1.11,60 -75535,gt_model_sell_peak_local,sell,2026-04-02 05:48:00,420.0,1.8417,1,leg_gt,1.12,60 -75536,gt_model_sell_peak_local,sell,2026-04-02 05:51:00,420.0,1.8417,1,leg_gt,1.12,60 -75537,gt_model_sell_peak_local,sell,2026-04-02 05:54:00,421.0,2.0845,1,leg_gt,1.12,60 -75538,gt_model_sell_peak_local,sell,2026-04-02 06:00:00,421.0,2.0845,1,leg_gt,1.13,60 -75539,gt_model_sell_peak_local,sell,2026-04-02 07:33:00,419.0,1.599,1,leg_gt,1.19,60 -75540,gt_model_sell_peak_local,sell,2026-04-02 10:42:00,412.0,-0.1,0,leg_gt,1.32,60 -75541,gt_model_sell_peak_local,sell,2026-04-02 13:27:00,410.0,-0.5854,0,leg_gt,1.44,60 -75542,gt_model_sell_peak_local,sell,2026-04-02 16:18:00,413.0,0.1427,1,leg_gt,1.56,60 -75543,gt_model_sell_peak_local,sell,2026-04-02 16:36:00,410.0,-0.5854,0,leg_gt,1.57,60 -75544,gt_model_sell_peak_local,sell,2026-04-02 17:18:00,411.0,-0.3427,0,leg_gt,1.6,60 -75545,gt_model_sell_peak_local,sell,2026-04-02 17:21:00,411.0,-0.3427,0,leg_gt,1.6,60 -75546,gt_model_sell_peak_local,sell,2026-04-02 17:24:00,411.0,-0.3427,0,leg_gt,1.6,60 -75547,gt_model_sell_peak_local,sell,2026-04-02 19:39:00,407.0,-1.3136,0,leg_gt,1.7,60 -75548,gt_model_sell_peak_local,sell,2026-04-02 19:42:00,408.0,-1.0709,0,leg_gt,1.7,60 -75549,gt_model_sell_peak_local,sell,2026-04-02 19:45:00,409.0,-0.8282,0,leg_gt,1.7,60 -75550,gt_model_sell_peak_local,sell,2026-04-02 19:48:00,409.0,-0.8282,0,leg_gt,1.7,60 -75551,gt_model_sell_peak_local,sell,2026-04-02 19:51:00,408.0,-1.0709,0,leg_gt,1.71,60 -75552,gt_model_sell_peak_local,sell,2026-04-02 19:54:00,408.0,-1.0709,0,leg_gt,1.71,60 -75553,gt_model_sell_peak_local,sell,2026-04-02 19:57:00,409.0,-0.8282,0,leg_gt,1.71,60 -75554,gt_model_sell_peak_local,sell,2026-04-02 20:00:00,408.0,-1.0709,0,leg_gt,1.71,60 -75555,gt_model_sell_peak_local,sell,2026-04-02 20:03:00,408.0,-1.0709,0,leg_gt,1.71,60 -75556,gt_model_sell_peak_local,sell,2026-04-02 21:21:00,407.0,-1.3136,0,leg_gt,1.77,60 -75557,gt_model_sell_peak_local,sell,2026-04-02 23:30:00,401.0,0.15,1,leg_gt,0.04,60 -75558,gt_model_sell_peak_local,sell,2026-04-03 00:45:00,407.0,1.65,1,leg_gt,0.09,60 -75559,gt_model_sell_peak_local,sell,2026-04-03 00:54:00,405.0,1.15,1,leg_gt,0.09,60 -75560,gt_model_sell_peak_local,sell,2026-04-03 00:57:00,405.0,1.15,1,leg_gt,0.1,60 -75561,gt_model_sell_peak_local,sell,2026-04-03 01:03:00,405.0,1.15,1,leg_gt,0.1,60 -75562,gt_model_sell_peak_local,sell,2026-04-03 01:06:00,405.0,1.15,1,leg_gt,0.1,60 -75563,gt_model_sell_peak_local,sell,2026-04-03 01:09:00,405.0,1.15,1,leg_gt,0.1,60 -75564,gt_model_sell_peak_local,sell,2026-04-03 01:12:00,405.0,1.15,1,leg_gt,0.11,60 -75565,gt_model_sell_peak_local,sell,2026-04-03 03:24:00,404.0,0.9,1,leg_gt,0.2,60 -75566,gt_model_sell_peak_local,sell,2026-04-03 03:30:00,403.0,0.65,1,leg_gt,0.2,60 -75567,gt_model_sell_peak_local,sell,2026-04-03 04:54:00,406.0,1.4,1,leg_gt,0.26,60 -75568,gt_model_sell_peak_local,sell,2026-04-03 04:57:00,406.0,1.4,1,leg_gt,0.26,60 -75569,gt_model_sell_peak_local,sell,2026-04-03 05:00:00,406.0,1.4,1,leg_gt,0.26,60 -75570,gt_model_sell_peak_local,sell,2026-04-03 06:39:00,404.0,0.9,1,leg_gt,0.33,60 -75571,gt_model_sell_peak_local,sell,2026-04-03 06:42:00,404.0,0.9,1,leg_gt,0.34,60 -75572,gt_model_sell_peak_local,sell,2026-04-03 08:06:00,406.0,1.4,1,leg_gt,0.39,60 -75573,gt_model_sell_peak_local,sell,2026-04-03 08:09:00,405.0,1.15,1,leg_gt,0.4,60 -75574,gt_model_sell_peak_local,sell,2026-04-03 10:03:00,402.0,0.4,1,leg_gt,0.48,60 -75575,gt_model_sell_peak_local,sell,2026-04-03 12:57:00,405.0,1.15,1,leg_gt,0.6,60 -75576,gt_model_sell_peak_local,sell,2026-04-03 13:15:00,405.0,1.15,1,leg_gt,0.61,60 -75577,gt_model_sell_peak_local,sell,2026-04-03 13:18:00,404.0,0.9,1,leg_gt,0.61,60 -75578,gt_model_sell_peak_local,sell,2026-04-03 13:24:00,404.0,0.9,1,leg_gt,0.61,60 -75579,gt_model_sell_peak_local,sell,2026-04-03 13:27:00,404.0,0.9,1,leg_gt,0.62,60 -75580,gt_model_sell_peak_local,sell,2026-04-03 13:51:00,406.0,1.4,1,leg_gt,0.63,60 -75581,gt_model_sell_peak_local,sell,2026-04-03 15:36:00,410.0,2.4,1,leg_gt,0.71,60 -75582,gt_model_sell_peak_local,sell,2026-04-03 16:51:00,409.0,2.15,1,leg_gt,0.76,60 -75583,gt_model_sell_peak_local,sell,2026-04-03 18:33:00,413.0,3.15,1,leg_gt,0.83,60 -75584,gt_model_sell_peak_local,sell,2026-04-03 18:36:00,414.0,3.4,1,leg_gt,0.83,60 -75585,gt_model_sell_peak_local,sell,2026-04-03 18:45:00,413.0,3.15,1,leg_gt,0.84,60 -75586,gt_model_sell_peak_local,sell,2026-04-03 19:03:00,413.0,3.15,1,leg_gt,0.85,60 -75587,gt_model_sell_peak_local,sell,2026-04-03 19:15:00,412.0,2.9,1,leg_gt,0.86,60 -75588,gt_model_sell_peak_local,sell,2026-04-03 19:33:00,411.0,2.65,1,leg_gt,0.87,60 -75589,gt_model_sell_peak_local,sell,2026-04-03 19:36:00,412.0,2.9,1,leg_gt,0.87,60 -75590,gt_model_sell_peak_local,sell,2026-04-03 19:39:00,412.0,2.9,1,leg_gt,0.88,60 -75591,gt_model_sell_peak_local,sell,2026-04-03 19:45:00,412.0,2.9,1,leg_gt,0.88,60 -75592,gt_model_sell_peak_local,sell,2026-04-03 19:51:00,412.0,2.9,1,leg_gt,0.88,60 -75593,gt_model_sell_peak_local,sell,2026-04-03 19:54:00,412.0,2.9,1,leg_gt,0.89,60 -75594,gt_model_sell_peak_local,sell,2026-04-03 20:06:00,412.0,2.9,1,leg_gt,0.89,60 -75595,gt_model_sell_peak_local,sell,2026-04-03 22:15:00,412.0,2.9,1,leg_gt,0.98,60 -75596,gt_model_sell_peak_local,sell,2026-04-04 00:30:00,412.0,2.9,1,leg_gt,1.08,60 -75597,gt_model_sell_peak_local,sell,2026-04-04 00:57:00,409.0,2.15,1,leg_gt,1.1,60 -75598,gt_model_sell_peak_local,sell,2026-04-04 01:03:00,410.0,2.4,1,leg_gt,1.1,60 -75599,gt_model_sell_peak_local,sell,2026-04-04 01:15:00,410.0,2.4,1,leg_gt,1.11,60 -75600,gt_model_sell_peak_local,sell,2026-04-04 01:18:00,410.0,2.4,1,leg_gt,1.11,60 -75601,gt_model_sell_peak_local,sell,2026-04-04 03:06:00,410.0,2.4,1,leg_gt,1.19,60 -75602,gt_model_sell_peak_local,sell,2026-04-04 03:21:00,410.0,2.4,1,leg_gt,1.2,60 -75603,gt_model_sell_peak_local,sell,2026-04-04 03:24:00,411.0,2.65,1,leg_gt,1.2,60 -75604,gt_model_sell_peak_local,sell,2026-04-04 06:21:00,407.0,1.65,1,leg_gt,1.32,60 -75605,gt_model_sell_peak_local,sell,2026-04-04 06:24:00,407.0,1.65,1,leg_gt,1.32,60 -75606,gt_model_sell_peak_local,sell,2026-04-04 06:27:00,407.0,1.65,1,leg_gt,1.32,60 -75607,gt_model_sell_peak_local,sell,2026-04-04 06:30:00,406.0,1.4,1,leg_gt,1.33,60 -75608,gt_model_sell_peak_local,sell,2026-04-04 06:33:00,406.0,1.4,1,leg_gt,1.33,60 -75609,gt_model_sell_peak_local,sell,2026-04-04 06:36:00,406.0,1.4,1,leg_gt,1.33,60 -75610,gt_model_sell_peak_local,sell,2026-04-04 06:48:00,404.0,0.9,1,leg_gt,1.34,60 -75611,gt_model_sell_peak_local,sell,2026-04-04 06:51:00,405.0,1.15,1,leg_gt,1.34,60 -75612,gt_model_sell_peak_local,sell,2026-04-04 07:09:00,405.0,1.15,1,leg_gt,1.35,60 -75613,gt_model_sell_peak_local,sell,2026-04-04 07:15:00,405.0,1.15,1,leg_gt,1.36,60 -75614,gt_model_sell_peak_local,sell,2026-04-04 07:18:00,405.0,1.15,1,leg_gt,1.36,60 -75615,gt_model_sell_peak_local,sell,2026-04-04 07:21:00,405.0,1.15,1,leg_gt,1.36,60 -75616,gt_model_sell_peak_local,sell,2026-04-04 07:24:00,405.0,1.15,1,leg_gt,1.36,60 -75617,gt_model_sell_peak_local,sell,2026-04-04 07:27:00,405.0,1.15,1,leg_gt,1.37,60 -75618,gt_model_sell_peak_local,sell,2026-04-04 09:48:00,403.0,0.65,1,leg_gt,1.46,60 -75619,gt_model_sell_peak_local,sell,2026-04-04 11:06:00,404.0,0.9,1,leg_gt,1.52,60 -75620,gt_model_sell_peak_local,sell,2026-04-04 11:12:00,403.0,0.65,1,leg_gt,1.52,60 -75621,gt_model_sell_peak_local,sell,2026-04-04 12:03:00,401.0,0.15,1,leg_gt,1.56,60 -75622,gt_model_sell_peak_local,sell,2026-04-04 12:18:00,402.0,0.4,1,leg_gt,1.57,60 -75623,gt_model_sell_peak_local,sell,2026-04-04 14:48:00,402.0,0.4,1,leg_gt,1.67,60 -75624,gt_model_sell_peak_local,sell,2026-04-04 16:51:00,402.0,0.4,1,leg_gt,1.76,60 -75625,gt_model_sell_peak_local,sell,2026-04-04 20:03:00,397.0,-0.85,0,leg_gt,1.89,60 -75626,gt_model_sell_peak_local,sell,2026-04-04 20:09:00,398.0,-0.6,0,leg_gt,1.9,60 -75627,gt_model_sell_peak_local,sell,2026-04-04 20:12:00,397.0,-0.85,0,leg_gt,1.9,60 -75628,gt_model_sell_peak_local,sell,2026-04-04 20:15:00,397.0,-0.85,0,leg_gt,1.9,60 -75629,gt_model_sell_peak_local,sell,2026-04-04 23:21:00,398.0,-0.6,0,leg_gt,2.03,60 -75630,gt_model_sell_peak_local,sell,2026-04-04 23:39:00,397.0,-0.85,0,leg_gt,2.04,60 -75631,gt_model_sell_peak_local,sell,2026-04-04 23:42:00,396.0,-1.1,0,leg_gt,2.04,60 -75632,gt_model_sell_peak_local,sell,2026-04-05 01:09:00,399.0,-0.35,0,leg_gt,2.1,60 -75633,gt_model_sell_peak_local,sell,2026-04-05 03:45:00,398.0,-0.6,0,leg_gt,2.21,60 -75634,gt_model_sell_peak_local,sell,2026-04-05 03:51:00,398.0,-0.6,0,leg_gt,2.22,60 -75635,gt_model_sell_peak_local,sell,2026-04-05 03:54:00,399.0,-0.35,0,leg_gt,2.22,60 -75636,gt_model_sell_peak_local,sell,2026-04-05 03:57:00,398.0,-0.6,0,leg_gt,2.22,60 -75637,gt_model_sell_peak_local,sell,2026-04-05 04:00:00,399.0,-0.35,0,leg_gt,2.22,60 -75638,gt_model_sell_peak_local,sell,2026-04-05 04:03:00,400.0,-0.1,0,leg_gt,2.22,60 -75639,gt_model_sell_peak_local,sell,2026-04-05 04:06:00,400.0,-0.1,0,leg_gt,2.23,60 -75640,gt_model_sell_peak_local,sell,2026-04-05 04:15:00,402.0,0.4,1,leg_gt,2.23,60 -75641,gt_model_sell_peak_local,sell,2026-04-05 05:27:00,398.0,-0.6,0,leg_gt,2.28,60 -75642,gt_model_sell_peak_local,sell,2026-04-05 07:15:00,398.0,-0.6,0,leg_gt,2.36,60 -75643,gt_model_sell_peak_local,sell,2026-04-05 07:24:00,398.0,-0.6,0,leg_gt,2.36,60 -75644,gt_model_sell_peak_local,sell,2026-04-05 11:00:00,390.0,-2.6,0,leg_gt,2.51,60 -75645,gt_model_sell_peak_local,sell,2026-04-05 12:45:00,391.0,-2.35,0,leg_gt,2.59,60 -75646,gt_model_sell_peak_local,sell,2026-04-05 13:51:00,386.0,-3.6,0,leg_gt,2.63,60 -75647,gt_model_sell_peak_local,sell,2026-04-05 15:06:00,384.0,-4.1,0,leg_gt,2.69,60 -75648,gt_model_sell_peak_local,sell,2026-04-05 15:09:00,384.0,-4.1,0,leg_gt,2.69,60 -75649,gt_model_sell_peak_local,sell,2026-04-05 19:42:00,377.0,-5.85,0,leg_gt,2.88,60 -75650,gt_model_sell_peak_local,sell,2026-04-05 21:54:00,376.0,-6.1,0,leg_gt,2.97,60 -75651,gt_model_sell_peak_local,sell,2026-04-05 22:03:00,377.0,-5.85,0,leg_gt,2.98,60 -75652,gt_model_sell_peak_local,sell,2026-04-06 02:18:00,377.0,-5.85,0,leg_gt,3.15,60 -75653,gt_model_sell_peak_local,sell,2026-04-06 02:21:00,377.0,-5.85,0,leg_gt,3.15,60 -75654,gt_model_sell_peak_local,sell,2026-04-06 04:00:00,376.0,-6.1,0,leg_gt,3.22,60 -75655,gt_model_sell_peak_local,sell,2026-04-06 04:09:00,375.0,-6.35,0,leg_gt,3.23,60 -75656,gt_model_sell_peak_local,sell,2026-04-06 10:06:00,377.0,3.1877,1,leg_gt,0.16,60 -75657,gt_model_sell_peak_local,sell,2026-04-06 12:57:00,380.0,4.0096,1,leg_gt,0.28,60 -75658,gt_model_sell_peak_local,sell,2026-04-06 14:00:00,378.0,3.4616,1,leg_gt,0.32,60 -75659,gt_model_sell_peak_local,sell,2026-04-06 14:03:00,377.0,3.1877,1,leg_gt,0.33,60 -75660,gt_model_sell_peak_local,sell,2026-04-06 14:39:00,375.0,2.6397,1,leg_gt,0.35,60 -75661,gt_model_sell_peak_local,sell,2026-04-06 18:39:00,376.0,2.9137,1,leg_gt,0.52,60 -75662,gt_model_sell_peak_local,sell,2026-04-06 21:18:00,380.0,4.0096,1,leg_gt,0.63,60 -75663,gt_model_sell_peak_local,sell,2026-04-06 23:33:00,381.0,4.2836,1,leg_gt,0.72,60 -75664,gt_model_sell_peak_local,sell,2026-04-06 23:42:00,377.0,3.1877,1,leg_gt,0.73,60 -75665,gt_model_sell_peak_local,sell,2026-04-06 23:45:00,377.0,3.1877,1,leg_gt,0.73,60 -75666,gt_model_sell_peak_local,sell,2026-04-06 23:48:00,378.0,3.4616,1,leg_gt,0.73,60 -75667,gt_model_sell_peak_local,sell,2026-04-06 23:51:00,379.0,3.7356,1,leg_gt,0.74,60 -75668,gt_model_sell_peak_local,sell,2026-04-07 00:15:00,379.0,3.7356,1,leg_gt,0.75,60 -75669,gt_model_sell_peak_local,sell,2026-04-07 01:54:00,381.0,4.2836,1,leg_gt,0.82,60 -75670,gt_model_sell_peak_local,sell,2026-04-07 05:06:00,377.0,3.1877,1,leg_gt,0.95,60 -75671,gt_model_sell_peak_local,sell,2026-04-07 05:09:00,377.0,3.1877,1,leg_gt,0.96,60 -75672,gt_model_sell_peak_local,sell,2026-04-07 05:24:00,378.0,3.4616,1,leg_gt,0.97,60 -75673,gt_model_sell_peak_local,sell,2026-04-07 05:33:00,379.0,3.7356,1,leg_gt,0.97,60 -75674,gt_model_sell_peak_local,sell,2026-04-07 06:39:00,375.0,2.6397,1,leg_gt,1.02,60 -75675,gt_model_sell_peak_local,sell,2026-04-07 10:09:00,367.0,0.4479,1,leg_gt,1.16,60 -75676,gt_model_sell_peak_local,sell,2026-04-07 11:27:00,367.0,0.7242,1,leg_gt,0.02,60 -75677,gt_model_sell_peak_local,sell,2026-04-07 11:33:00,367.0,0.7242,1,leg_gt,0.02,60 -75678,gt_model_sell_peak_local,sell,2026-04-07 13:33:00,367.0,0.7242,1,leg_gt,0.1,60 -75679,gt_model_sell_peak_local,sell,2026-04-07 13:42:00,368.0,0.9989,1,leg_gt,0.11,60 -75680,gt_model_sell_peak_local,sell,2026-04-07 14:45:00,367.0,0.7242,1,leg_gt,0.15,60 -75681,gt_model_sell_peak_local,sell,2026-04-07 14:51:00,369.0,1.2736,1,leg_gt,0.16,60 -75682,gt_model_sell_peak_local,sell,2026-04-07 15:03:00,368.0,0.9989,1,leg_gt,0.17,60 -75683,gt_model_sell_peak_local,sell,2026-04-07 15:18:00,367.0,0.7242,1,leg_gt,0.18,60 -75684,gt_model_sell_peak_local,sell,2026-04-07 15:21:00,366.0,0.4495,1,leg_gt,0.18,60 -75685,gt_model_sell_peak_local,sell,2026-04-07 15:24:00,365.0,0.1747,1,leg_gt,0.18,60 -75686,gt_model_sell_peak_local,sell,2026-04-07 17:00:00,368.0,0.9989,1,leg_gt,0.25,60 -75687,gt_model_sell_peak_local,sell,2026-04-07 17:03:00,370.0,1.5484,1,leg_gt,0.25,60 -75688,gt_model_sell_peak_local,sell,2026-04-07 17:06:00,370.0,1.5484,1,leg_gt,0.25,60 -75689,gt_model_sell_peak_local,sell,2026-04-07 18:15:00,373.0,2.3725,1,leg_gt,0.3,60 -75690,gt_model_sell_peak_local,sell,2026-04-07 19:48:00,371.0,1.8231,1,leg_gt,0.36,60 -75691,gt_model_sell_peak_local,sell,2026-04-07 20:00:00,371.0,1.8231,1,leg_gt,0.37,60 -75692,gt_model_sell_peak_local,sell,2026-04-07 20:03:00,370.0,1.5484,1,leg_gt,0.38,60 -75693,gt_model_sell_peak_local,sell,2026-04-07 20:06:00,371.0,1.8231,1,leg_gt,0.38,60 -75694,gt_model_sell_peak_local,sell,2026-04-07 21:30:00,368.0,0.9989,1,leg_gt,0.44,60 -75695,gt_model_sell_peak_local,sell,2026-04-07 23:06:00,368.0,0.9989,1,leg_gt,0.5,60 -75696,gt_model_sell_peak_local,sell,2026-04-08 00:24:00,367.0,0.7242,1,leg_gt,0.56,60 -75697,gt_model_sell_peak_local,sell,2026-04-08 00:33:00,368.0,0.9989,1,leg_gt,0.56,60 -75698,gt_model_sell_peak_local,sell,2026-04-08 04:30:00,380.0,4.2956,1,leg_gt,0.73,60 -75699,gt_model_sell_peak_local,sell,2026-04-08 06:03:00,384.0,5.3945,1,leg_gt,0.79,60 -75700,gt_model_sell_peak_local,sell,2026-04-08 07:48:00,400.0,9.7901,1,leg_gt,0.86,60 -75701,gt_model_sell_peak_local,sell,2026-04-08 09:45:00,398.0,9.2407,1,leg_gt,0.95,60 -75702,gt_model_sell_peak_local,sell,2026-04-08 09:48:00,396.0,8.6912,1,leg_gt,0.95,60 -75703,gt_model_sell_peak_local,sell,2026-04-08 09:51:00,397.0,8.9659,1,leg_gt,0.95,60 -75704,gt_model_sell_peak_local,sell,2026-04-08 12:09:00,390.0,7.0429,1,leg_gt,1.05,60 -75705,gt_model_sell_peak_local,sell,2026-04-08 12:12:00,389.0,6.7681,1,leg_gt,1.05,60 -75706,gt_model_sell_peak_local,sell,2026-04-08 13:57:00,390.0,7.0429,1,leg_gt,1.12,60 -75707,gt_model_sell_peak_local,sell,2026-04-08 14:00:00,389.0,6.7681,1,leg_gt,1.12,60 -75708,gt_model_sell_peak_local,sell,2026-04-08 14:03:00,390.0,7.0429,1,leg_gt,1.12,60 -75709,gt_model_sell_peak_local,sell,2026-04-08 15:42:00,392.0,7.5923,1,leg_gt,1.19,60 -75710,gt_model_sell_peak_local,sell,2026-04-08 15:48:00,390.0,7.0429,1,leg_gt,1.2,60 -75711,gt_model_sell_peak_local,sell,2026-04-08 15:57:00,390.0,7.0429,1,leg_gt,1.2,60 -75712,gt_model_sell_peak_local,sell,2026-04-08 16:21:00,391.0,7.3176,1,leg_gt,1.22,60 -75713,gt_model_sell_peak_local,sell,2026-04-08 16:27:00,392.0,7.5923,1,leg_gt,1.23,60 -75714,gt_model_sell_peak_local,sell,2026-04-08 18:36:00,390.0,7.0429,1,leg_gt,1.31,60 -75715,gt_model_sell_peak_local,sell,2026-04-08 18:39:00,390.0,7.0429,1,leg_gt,1.32,60 -75716,gt_model_sell_peak_local,sell,2026-04-08 18:51:00,390.0,7.0429,1,leg_gt,1.32,60 -75717,gt_model_sell_peak_local,sell,2026-04-08 18:54:00,390.0,7.0429,1,leg_gt,1.33,60 -75718,gt_model_sell_peak_local,sell,2026-04-08 19:00:00,389.0,6.7681,1,leg_gt,1.33,60 -75719,gt_model_sell_peak_local,sell,2026-04-08 19:03:00,391.0,7.3176,1,leg_gt,1.33,60 -75720,gt_model_sell_peak_local,sell,2026-04-08 19:06:00,391.0,7.3176,1,leg_gt,1.34,60 -75721,gt_model_sell_peak_local,sell,2026-04-08 19:09:00,390.0,7.0429,1,leg_gt,1.34,60 -75722,gt_model_sell_peak_local,sell,2026-04-08 19:12:00,390.0,7.0429,1,leg_gt,1.34,60 -75723,gt_model_sell_peak_local,sell,2026-04-08 19:30:00,391.0,7.3176,1,leg_gt,1.35,60 -75724,gt_model_sell_peak_local,sell,2026-04-08 19:33:00,390.0,7.0429,1,leg_gt,1.35,60 -75725,gt_model_sell_peak_local,sell,2026-04-08 19:36:00,390.0,7.0429,1,leg_gt,1.36,60 -75726,gt_model_sell_peak_local,sell,2026-04-08 19:39:00,390.0,7.0429,1,leg_gt,1.36,60 -75727,gt_model_sell_peak_local,sell,2026-04-08 20:51:00,388.0,6.4934,1,leg_gt,1.41,60 -75728,gt_model_sell_peak_local,sell,2026-04-08 21:18:00,388.0,6.4934,1,leg_gt,1.43,60 -75729,gt_model_sell_peak_local,sell,2026-04-08 21:21:00,387.0,6.2187,1,leg_gt,1.43,60 -75730,gt_model_sell_peak_local,sell,2026-04-08 21:24:00,387.0,6.2187,1,leg_gt,1.43,60 -75731,gt_model_sell_peak_local,sell,2026-04-08 21:27:00,387.0,6.2187,1,leg_gt,1.43,60 -75732,gt_model_sell_peak_local,sell,2026-04-08 23:18:00,390.0,7.0429,1,leg_gt,1.51,60 -75733,gt_model_sell_peak_local,sell,2026-04-08 23:27:00,389.0,6.7681,1,leg_gt,1.52,60 -75734,gt_model_sell_peak_local,sell,2026-04-09 03:12:00,395.0,2.7646,1,leg_gt,0.15,60 -75735,gt_model_sell_peak_local,sell,2026-04-09 07:15:00,386.0,0.4208,1,leg_gt,0.32,60 -75736,gt_model_sell_peak_local,sell,2026-04-09 12:48:00,379.0,0.4305,1,leg_gt,0.11,60 -75737,gt_model_sell_peak_local,sell,2026-04-09 12:51:00,380.0,0.6958,1,leg_gt,0.11,60 -75738,gt_model_sell_peak_local,sell,2026-04-09 12:57:00,379.0,0.4305,1,leg_gt,0.12,60 -75739,gt_model_sell_peak_local,sell,2026-04-09 13:24:00,380.0,0.6958,1,leg_gt,0.14,60 -75740,gt_model_sell_peak_local,sell,2026-04-09 16:21:00,382.0,1.2263,1,leg_gt,0.26,60 -75741,gt_model_sell_peak_local,sell,2026-04-09 16:36:00,383.0,1.4915,1,leg_gt,0.27,60 -75742,gt_model_sell_peak_local,sell,2026-04-09 16:39:00,383.0,1.4915,1,leg_gt,0.27,60 -75743,gt_model_sell_peak_local,sell,2026-04-09 16:42:00,382.0,1.2263,1,leg_gt,0.28,60 -75744,gt_model_sell_peak_local,sell,2026-04-09 16:54:00,381.0,0.961,1,leg_gt,0.28,60 -75745,gt_model_sell_peak_local,sell,2026-04-09 16:57:00,382.0,1.2263,1,leg_gt,0.29,60 -75746,gt_model_sell_peak_local,sell,2026-04-09 17:09:00,383.0,1.4915,1,leg_gt,0.29,60 -75747,gt_model_sell_peak_local,sell,2026-04-09 17:15:00,383.0,1.4915,1,leg_gt,0.3,60 -75748,gt_model_sell_peak_local,sell,2026-04-09 18:12:00,382.0,1.2263,1,leg_gt,0.34,60 -75749,gt_model_sell_peak_local,sell,2026-04-09 18:18:00,383.0,1.4915,1,leg_gt,0.34,60 -75750,gt_model_sell_peak_local,sell,2026-04-09 18:27:00,383.0,1.4915,1,leg_gt,0.35,60 -75751,gt_model_sell_peak_local,sell,2026-04-09 18:42:00,382.0,1.2263,1,leg_gt,0.36,60 -75752,gt_model_sell_peak_local,sell,2026-04-09 21:03:00,388.0,2.8178,1,leg_gt,0.46,60 -75753,gt_model_sell_peak_local,sell,2026-04-09 21:06:00,386.0,2.2873,1,leg_gt,0.46,60 -75754,gt_model_sell_peak_local,sell,2026-04-09 21:09:00,387.0,2.5525,1,leg_gt,0.46,60 -75755,gt_model_sell_peak_local,sell,2026-04-09 21:12:00,387.0,2.5525,1,leg_gt,0.46,60 -75756,gt_model_sell_peak_local,sell,2026-04-09 21:15:00,387.0,2.5525,1,leg_gt,0.46,60 -75757,gt_model_sell_peak_local,sell,2026-04-09 21:18:00,388.0,2.8178,1,leg_gt,0.47,60 -75758,gt_model_sell_peak_local,sell,2026-04-09 21:21:00,386.0,2.2873,1,leg_gt,0.47,60 -75759,gt_model_sell_peak_local,sell,2026-04-09 21:24:00,386.0,2.2873,1,leg_gt,0.47,60 -75760,gt_model_sell_peak_local,sell,2026-04-09 21:27:00,387.0,2.5525,1,leg_gt,0.47,60 -75761,gt_model_sell_peak_local,sell,2026-04-09 21:30:00,387.0,2.5525,1,leg_gt,0.48,60 -75762,gt_model_sell_peak_local,sell,2026-04-09 21:36:00,386.0,2.2873,1,leg_gt,0.48,60 -75763,gt_model_sell_peak_local,sell,2026-04-10 02:18:00,398.0,5.4703,1,leg_gt,0.68,60 -75764,gt_model_sell_peak_local,sell,2026-04-10 03:57:00,397.0,5.205,1,leg_gt,0.74,60 -75765,gt_model_sell_peak_local,sell,2026-04-10 06:39:00,402.0,6.5313,1,leg_gt,0.86,60 -75766,gt_model_sell_peak_local,sell,2026-04-10 08:27:00,399.0,5.7355,1,leg_gt,0.93,60 -75767,gt_model_sell_peak_local,sell,2026-04-10 12:33:00,398.0,0.6595,1,leg_gt,0.14,60 -75768,gt_model_sell_peak_local,sell,2026-04-10 14:54:00,401.0,1.419,1,leg_gt,0.23,60 -75769,gt_model_sell_peak_local,sell,2026-04-10 14:57:00,402.0,1.6722,1,leg_gt,0.24,60 -75770,gt_model_sell_peak_local,sell,2026-04-10 16:03:00,400.0,1.1658,1,leg_gt,0.28,60 -75771,gt_model_sell_peak_local,sell,2026-04-10 16:06:00,401.0,1.419,1,leg_gt,0.28,60 -75772,gt_model_sell_peak_local,sell,2026-04-10 16:09:00,402.0,1.6722,1,leg_gt,0.29,60 -75773,gt_model_sell_peak_local,sell,2026-04-10 16:21:00,401.0,1.419,1,leg_gt,0.29,60 -75774,gt_model_sell_peak_local,sell,2026-04-10 16:36:00,401.0,1.419,1,leg_gt,0.3,60 -75775,gt_model_sell_peak_local,sell,2026-04-10 19:24:00,402.0,1.6722,1,leg_gt,0.42,60 -75776,gt_model_sell_peak_local,sell,2026-04-10 21:30:00,401.0,1.419,1,leg_gt,0.51,60 -75777,gt_model_sell_peak_local,sell,2026-04-10 23:09:00,398.0,0.6595,1,leg_gt,0.58,60 -75778,gt_model_sell_peak_local,sell,2026-04-11 02:00:00,410.0,3.6975,1,leg_gt,0.7,60 -75779,gt_model_sell_peak_local,sell,2026-04-11 02:15:00,411.0,3.9506,1,leg_gt,0.71,60 -75780,gt_model_sell_peak_local,sell,2026-04-11 02:18:00,412.0,4.2038,1,leg_gt,0.71,60 -75781,gt_model_sell_peak_local,sell,2026-04-11 03:24:00,409.0,3.4443,1,leg_gt,0.75,60 -75782,gt_model_sell_peak_local,sell,2026-04-11 03:27:00,408.0,3.1911,1,leg_gt,0.76,60 -75783,gt_model_sell_peak_local,sell,2026-04-11 07:00:00,416.0,5.2165,1,leg_gt,0.9,60 -75784,gt_model_sell_peak_local,sell,2026-04-11 07:03:00,416.0,5.2165,1,leg_gt,0.91,60 -75785,gt_model_sell_peak_local,sell,2026-04-11 09:21:00,412.0,4.2038,1,leg_gt,1.0,60 -75786,gt_model_sell_peak_local,sell,2026-04-11 09:39:00,412.0,4.2038,1,leg_gt,1.01,60 -75787,gt_model_sell_peak_local,sell,2026-04-11 09:42:00,412.0,4.2038,1,leg_gt,1.02,60 -75788,gt_model_sell_peak_local,sell,2026-04-11 09:45:00,413.0,4.457,1,leg_gt,1.02,60 -75789,gt_model_sell_peak_local,sell,2026-04-11 09:51:00,413.0,4.457,1,leg_gt,1.02,60 -75790,gt_model_sell_peak_local,sell,2026-04-11 12:21:00,422.0,6.7354,1,leg_gt,1.13,60 -75791,gt_model_sell_peak_local,sell,2026-04-11 12:24:00,422.0,6.7354,1,leg_gt,1.13,60 -75792,gt_model_sell_peak_local,sell,2026-04-11 12:27:00,422.0,6.7354,1,leg_gt,1.13,60 -75793,gt_model_sell_peak_local,sell,2026-04-11 12:30:00,421.0,6.4823,1,leg_gt,1.13,60 -75794,gt_model_sell_peak_local,sell,2026-04-11 12:33:00,421.0,6.4823,1,leg_gt,1.14,60 -75795,gt_model_sell_peak_local,sell,2026-04-11 12:36:00,420.0,6.2291,1,leg_gt,1.14,60 -75796,gt_model_sell_peak_local,sell,2026-04-11 12:39:00,419.0,5.9759,1,leg_gt,1.14,60 -75797,gt_model_sell_peak_local,sell,2026-04-11 13:03:00,419.0,5.9759,1,leg_gt,1.16,60 -75798,gt_model_sell_peak_local,sell,2026-04-11 13:06:00,419.0,5.9759,1,leg_gt,1.16,60 -75799,gt_model_sell_peak_local,sell,2026-04-11 13:15:00,418.0,5.7228,1,leg_gt,1.16,60 -75800,gt_model_sell_peak_local,sell,2026-04-11 14:54:00,420.0,6.2291,1,leg_gt,1.23,60 -75801,gt_model_sell_peak_local,sell,2026-04-11 14:57:00,420.0,6.2291,1,leg_gt,1.24,60 -75802,gt_model_sell_peak_local,sell,2026-04-11 15:00:00,419.0,5.9759,1,leg_gt,1.24,60 -75803,gt_model_sell_peak_local,sell,2026-04-11 15:03:00,418.0,5.7228,1,leg_gt,1.24,60 -75804,gt_model_sell_peak_local,sell,2026-04-11 15:42:00,420.0,6.2291,1,leg_gt,1.27,60 -75805,gt_model_sell_peak_local,sell,2026-04-11 15:45:00,421.0,6.4823,1,leg_gt,1.27,60 -75806,gt_model_sell_peak_local,sell,2026-04-11 15:48:00,420.0,6.2291,1,leg_gt,1.27,60 -75807,gt_model_sell_peak_local,sell,2026-04-11 16:54:00,419.0,5.9759,1,leg_gt,1.32,60 -75808,gt_model_sell_peak_local,sell,2026-04-11 17:24:00,419.0,5.9759,1,leg_gt,1.34,60 -75809,gt_model_sell_peak_local,sell,2026-04-11 17:27:00,419.0,5.9759,1,leg_gt,1.34,60 -75810,gt_model_sell_peak_local,sell,2026-04-11 17:30:00,419.0,5.9759,1,leg_gt,1.34,60 -75811,gt_model_sell_peak_local,sell,2026-04-11 17:33:00,419.0,5.9759,1,leg_gt,1.34,60 -75812,gt_model_sell_peak_local,sell,2026-04-11 17:36:00,419.0,5.9759,1,leg_gt,1.35,60 -75813,gt_model_sell_peak_local,sell,2026-04-11 18:03:00,420.0,6.2291,1,leg_gt,1.36,60 -75814,gt_model_sell_peak_local,sell,2026-04-11 18:06:00,420.0,6.2291,1,leg_gt,1.37,60 -75815,gt_model_sell_peak_local,sell,2026-04-11 18:09:00,420.0,6.2291,1,leg_gt,1.37,60 -75816,gt_model_sell_peak_local,sell,2026-04-11 20:06:00,421.0,6.4823,1,leg_gt,1.45,60 -75817,gt_model_sell_peak_local,sell,2026-04-11 21:39:00,418.0,5.7228,1,leg_gt,1.51,60 -75818,gt_model_sell_peak_local,sell,2026-04-12 02:00:00,431.0,4.7662,1,leg_gt,0.17,60 -75819,gt_model_sell_peak_local,sell,2026-04-12 05:18:00,446.0,8.4158,1,leg_gt,0.3,60 -75820,gt_model_sell_peak_local,sell,2026-04-12 05:21:00,444.0,7.9292,1,leg_gt,0.31,60 -75821,gt_model_sell_peak_local,sell,2026-04-12 05:24:00,442.0,7.4426,1,leg_gt,0.31,60 -75822,gt_model_sell_peak_local,sell,2026-04-12 06:54:00,445.0,8.1725,1,leg_gt,0.37,60 -75823,gt_model_sell_peak_local,sell,2026-04-12 08:21:00,443.0,7.6859,1,leg_gt,0.43,60 -75824,gt_model_sell_peak_local,sell,2026-04-12 11:30:00,426.0,0.6092,1,leg_gt,0.03,60 -75825,gt_model_sell_peak_local,sell,2026-04-12 13:30:00,431.0,1.7913,1,leg_gt,0.11,60 -75826,gt_model_sell_peak_local,sell,2026-04-12 14:48:00,429.0,1.3184,1,leg_gt,0.16,60 -75827,gt_model_sell_peak_local,sell,2026-04-12 14:51:00,428.0,1.082,1,leg_gt,0.17,60 -75828,gt_model_sell_peak_local,sell,2026-04-12 16:09:00,428.0,1.082,1,leg_gt,0.22,60 -75829,gt_model_sell_peak_local,sell,2026-04-12 16:12:00,429.0,1.3184,1,leg_gt,0.22,60 -75830,gt_model_sell_peak_local,sell,2026-04-12 16:15:00,428.0,1.082,1,leg_gt,0.22,60 -75831,gt_model_sell_peak_local,sell,2026-04-12 16:18:00,428.0,1.082,1,leg_gt,0.23,60 -75832,gt_model_sell_peak_local,sell,2026-04-12 16:21:00,428.0,1.082,1,leg_gt,0.23,60 -75833,gt_model_sell_peak_local,sell,2026-04-12 16:24:00,427.0,0.8456,1,leg_gt,0.23,60 -75834,gt_model_sell_peak_local,sell,2026-04-12 21:33:00,433.0,2.2641,1,leg_gt,0.45,60 -75835,gt_model_sell_peak_local,sell,2026-04-13 00:36:00,426.0,0.6092,1,leg_gt,0.01,60 -75836,gt_model_sell_peak_local,sell,2026-04-13 04:24:00,439.0,3.6825,1,leg_gt,0.17,60 -75837,gt_model_sell_peak_local,sell,2026-04-13 05:12:00,435.0,2.7369,1,leg_gt,0.21,60 -75838,gt_model_sell_peak_local,sell,2026-04-13 05:15:00,434.0,2.5005,1,leg_gt,0.21,60 -75839,gt_model_sell_peak_local,sell,2026-04-13 06:42:00,433.0,2.2641,1,leg_gt,0.27,60 -75840,gt_model_sell_peak_local,sell,2026-04-13 12:30:00,439.0,3.6825,1,leg_gt,0.51,60 -75841,gt_model_sell_peak_local,sell,2026-04-13 14:45:00,434.0,2.5005,1,leg_gt,0.6,60 -75842,gt_model_sell_peak_local,sell,2026-04-13 16:21:00,435.0,2.7369,1,leg_gt,0.67,60 -75843,gt_model_sell_peak_local,sell,2026-04-13 16:24:00,436.0,2.9733,1,leg_gt,0.67,60 -75844,gt_model_sell_peak_local,sell,2026-04-13 23:57:00,451.0,4.5404,1,leg_gt,0.25,60 -75845,gt_model_sell_peak_local,sell,2026-04-14 02:33:00,444.0,2.9162,1,leg_gt,0.36,60 -75846,gt_model_sell_peak_local,sell,2026-04-14 05:21:00,444.0,1.5018,1,leg_gt,0.09,60 -75847,gt_model_sell_peak_local,sell,2026-04-14 05:39:00,445.0,1.7307,1,leg_gt,0.1,60 -75848,gt_model_sell_peak_local,sell,2026-04-14 05:42:00,445.0,1.7307,1,leg_gt,0.1,60 -75849,gt_model_sell_peak_local,sell,2026-04-14 05:51:00,444.0,1.5018,1,leg_gt,0.11,60 -75850,gt_model_sell_peak_local,sell,2026-04-14 06:03:00,444.0,1.5018,1,leg_gt,0.12,60 -75851,gt_model_sell_peak_local,sell,2026-04-14 06:06:00,445.0,1.7307,1,leg_gt,0.12,60 -75852,gt_model_sell_peak_local,sell,2026-04-14 06:09:00,446.0,1.9595,1,leg_gt,0.12,60 -75853,gt_model_sell_peak_local,sell,2026-04-14 08:54:00,459.0,4.9343,1,leg_gt,0.24,60 -75854,gt_model_sell_peak_local,sell,2026-04-14 10:09:00,456.0,4.2478,1,leg_gt,0.29,60 -75855,gt_model_sell_peak_local,sell,2026-04-14 12:18:00,464.0,6.0785,1,leg_gt,0.38,60 -75856,gt_model_sell_peak_local,sell,2026-04-14 13:57:00,466.0,6.5362,1,leg_gt,0.45,60 -75857,gt_model_sell_peak_local,sell,2026-04-14 17:51:00,470.0,7.4515,1,leg_gt,0.61,60 -75858,gt_model_sell_peak_local,sell,2026-04-14 20:09:00,468.0,6.9938,1,leg_gt,0.7,60 -75859,gt_model_sell_peak_local,sell,2026-04-14 23:51:00,459.0,4.9343,1,leg_gt,0.86,60 -75860,gt_model_sell_peak_local,sell,2026-04-14 23:57:00,460.0,5.1632,1,leg_gt,0.86,60 -75861,gt_model_sell_peak_local,sell,2026-04-15 01:39:00,456.0,4.2478,1,leg_gt,0.93,60 -75862,gt_model_sell_peak_local,sell,2026-04-15 03:15:00,450.0,2.8748,1,leg_gt,1.0,60 -75863,gt_model_sell_peak_local,sell,2026-04-15 03:18:00,449.0,2.646,1,leg_gt,1.0,60 -75864,gt_model_sell_peak_local,sell,2026-04-15 03:21:00,449.0,2.646,1,leg_gt,1.0,60 -75865,gt_model_sell_peak_local,sell,2026-04-15 03:24:00,447.0,2.1883,1,leg_gt,1.01,60 -75866,gt_model_sell_peak_local,sell,2026-04-15 07:03:00,438.0,0.1288,1,leg_gt,1.16,60 -75867,gt_model_sell_peak_local,sell,2026-04-15 07:06:00,438.0,0.1288,1,leg_gt,1.16,60 -75868,gt_model_sell_peak_local,sell,2026-04-15 07:24:00,437.0,-0.1,0,leg_gt,1.17,60 -75869,gt_model_sell_peak_local,sell,2026-04-15 07:30:00,436.0,-0.3288,0,leg_gt,1.18,60 -75870,gt_model_sell_peak_local,sell,2026-04-15 08:12:00,438.0,0.1288,1,leg_gt,1.21,60 -75871,gt_model_sell_peak_local,sell,2026-04-15 08:15:00,439.0,0.3577,1,leg_gt,1.21,60 -75872,gt_model_sell_peak_local,sell,2026-04-15 10:06:00,435.0,0.3619,1,leg_gt,0.01,60 -75873,gt_model_sell_peak_local,sell,2026-04-15 12:15:00,440.0,1.5166,1,leg_gt,0.1,60 -75874,gt_model_sell_peak_local,sell,2026-04-15 14:57:00,443.0,2.2095,1,leg_gt,0.21,60 -75875,gt_model_sell_peak_local,sell,2026-04-15 16:18:00,438.0,1.0547,1,leg_gt,0.26,60 -75876,gt_model_sell_peak_local,sell,2026-04-15 16:21:00,438.0,1.0547,1,leg_gt,0.27,60 -75877,gt_model_sell_peak_local,sell,2026-04-15 18:15:00,438.0,1.0547,1,leg_gt,0.35,60 -75878,gt_model_sell_peak_local,sell,2026-04-15 18:21:00,437.0,0.8238,1,leg_gt,0.35,60 -75879,gt_model_sell_peak_local,sell,2026-04-15 18:24:00,439.0,1.2857,1,leg_gt,0.35,60 -75880,gt_model_sell_peak_local,sell,2026-04-15 18:27:00,437.0,0.8238,1,leg_gt,0.35,60 -75881,gt_model_sell_peak_local,sell,2026-04-15 18:33:00,439.0,1.2857,1,leg_gt,0.36,60 -75882,gt_model_sell_peak_local,sell,2026-04-15 18:36:00,438.0,1.0547,1,leg_gt,0.36,60 -75883,gt_model_sell_peak_local,sell,2026-04-15 18:39:00,438.0,1.0547,1,leg_gt,0.36,60 -75884,gt_model_sell_peak_local,sell,2026-04-15 18:42:00,437.0,0.8238,1,leg_gt,0.36,60 -75885,gt_model_sell_peak_local,sell,2026-04-15 18:45:00,437.0,0.8238,1,leg_gt,0.37,60 -75886,gt_model_sell_peak_local,sell,2026-04-15 18:48:00,437.0,0.8238,1,leg_gt,0.37,60 -75887,gt_model_sell_peak_local,sell,2026-04-15 19:00:00,437.0,0.8238,1,leg_gt,0.38,60 -75888,gt_model_sell_peak_local,sell,2026-04-15 19:03:00,438.0,1.0547,1,leg_gt,0.38,60 -75889,gt_model_sell_peak_local,sell,2026-04-15 21:48:00,442.0,1.9785,1,leg_gt,0.49,60 -75890,gt_model_sell_peak_local,sell,2026-04-16 03:06:00,445.0,2.6714,1,leg_gt,0.71,60 -75891,gt_model_sell_peak_local,sell,2026-04-16 05:39:00,445.0,2.6714,1,leg_gt,0.82,60 -75892,gt_model_sell_peak_local,sell,2026-04-16 08:42:00,450.0,3.8261,1,leg_gt,0.95,60 -75893,gt_model_sell_peak_local,sell,2026-04-16 09:57:00,450.0,3.8261,1,leg_gt,1.0,60 -75894,gt_model_sell_peak_local,sell,2026-04-16 12:33:00,458.0,5.6737,1,leg_gt,1.11,60 -75895,gt_model_sell_peak_local,sell,2026-04-16 12:39:00,459.0,5.9046,1,leg_gt,1.11,60 -75896,gt_model_sell_peak_local,sell,2026-04-16 13:45:00,457.0,5.4427,1,leg_gt,1.16,60 -75897,gt_model_sell_peak_local,sell,2026-04-16 17:51:00,455.0,4.9808,1,leg_gt,1.33,60 -75898,gt_model_sell_peak_local,sell,2026-04-16 17:57:00,453.0,4.5189,1,leg_gt,1.33,60 -75899,gt_model_sell_peak_local,sell,2026-04-16 18:00:00,453.0,4.5189,1,leg_gt,1.34,60 -75900,gt_model_sell_peak_local,sell,2026-04-16 19:24:00,454.0,4.7499,1,leg_gt,1.39,60 -75901,gt_model_sell_peak_local,sell,2026-04-16 23:21:00,456.0,5.2118,1,leg_gt,1.56,60 -75902,gt_model_sell_peak_local,sell,2026-04-17 01:45:00,471.0,8.676,1,leg_gt,1.66,60 -75903,gt_model_sell_peak_local,sell,2026-04-17 01:51:00,468.0,7.9831,1,leg_gt,1.66,60 -75904,gt_model_sell_peak_local,sell,2026-04-17 01:54:00,464.0,7.0594,1,leg_gt,1.66,60 -75905,gt_model_sell_peak_local,sell,2026-04-17 06:12:00,472.0,2.7322,1,leg_gt,0.15,60 -75906,gt_model_sell_peak_local,sell,2026-04-17 08:45:00,483.0,5.1288,1,leg_gt,0.26,60 -75907,gt_model_sell_peak_local,sell,2026-04-17 08:48:00,481.0,4.693,1,leg_gt,0.26,60 -75908,gt_model_sell_peak_local,sell,2026-04-17 13:48:00,469.0,2.0786,1,leg_gt,0.47,60 -75909,gt_model_sell_peak_local,sell,2026-04-17 14:09:00,467.0,1.6429,1,leg_gt,0.48,60 -75910,gt_model_sell_peak_local,sell,2026-04-17 17:30:00,471.0,2.5144,1,leg_gt,0.62,60 -75911,gt_model_sell_peak_local,sell,2026-04-17 18:15:00,470.0,2.2965,1,leg_gt,0.65,60 -75912,gt_model_sell_peak_local,sell,2026-04-17 23:54:00,460.0,0.1179,1,leg_gt,0.89,60 -75913,gt_model_sell_peak_local,sell,2026-04-18 03:18:00,427.0,-7.0717,0,leg_gt,1.03,60 -75914,gt_model_sell_peak_local,sell,2026-04-18 05:57:00,421.0,-8.3789,0,leg_gt,1.14,60 -75915,gt_model_sell_peak_local,sell,2026-04-18 06:00:00,420.0,-8.5967,0,leg_gt,1.14,60 -75916,gt_model_sell_peak_local,sell,2026-04-18 06:03:00,420.0,-8.5967,0,leg_gt,1.14,60 -75917,gt_model_sell_peak_local,sell,2026-04-18 06:09:00,420.0,-8.5967,0,leg_gt,1.15,60 -75918,gt_model_sell_peak_local,sell,2026-04-18 06:12:00,421.0,-8.3789,0,leg_gt,1.15,60 -75919,gt_model_sell_peak_local,sell,2026-04-18 07:27:00,417.0,-9.2503,0,leg_gt,1.2,60 -75920,gt_model_sell_peak_local,sell,2026-04-18 10:54:00,416.0,-9.4682,0,leg_gt,1.35,60 -75921,gt_model_sell_peak_local,sell,2026-04-18 11:03:00,414.0,-9.9039,0,leg_gt,1.35,60 -75922,gt_model_sell_peak_local,sell,2026-04-18 11:06:00,414.0,-9.9039,0,leg_gt,1.35,60 -75923,gt_model_sell_peak_local,sell,2026-04-18 11:09:00,416.0,-9.4682,0,leg_gt,1.36,60 -75924,gt_model_sell_peak_local,sell,2026-04-18 11:15:00,417.0,-9.2503,0,leg_gt,1.36,60 -75925,gt_model_sell_peak_local,sell,2026-04-18 11:18:00,416.0,-9.4682,0,leg_gt,1.36,60 -75926,gt_model_sell_peak_local,sell,2026-04-18 12:27:00,418.0,-9.0325,0,leg_gt,1.41,60 -75927,gt_model_sell_peak_local,sell,2026-04-18 14:18:00,418.0,-9.0325,0,leg_gt,1.49,60 -75928,gt_model_sell_peak_local,sell,2026-04-18 14:21:00,419.0,-8.8146,0,leg_gt,1.49,60 -75929,gt_model_sell_peak_local,sell,2026-04-18 14:24:00,420.0,-8.5967,0,leg_gt,1.49,60 -75930,gt_model_sell_peak_local,sell,2026-04-18 16:45:00,421.0,-8.3789,0,leg_gt,1.59,60 -75931,gt_model_sell_peak_local,sell,2026-04-18 17:03:00,422.0,-8.161,0,leg_gt,1.6,60 -75932,gt_model_sell_peak_local,sell,2026-04-18 19:30:00,414.0,-9.9039,0,leg_gt,1.7,60 -75933,gt_model_sell_peak_local,sell,2026-04-18 22:57:00,409.0,-10.9932,0,leg_gt,1.85,60 -75934,gt_model_sell_peak_local,sell,2026-04-18 23:00:00,409.0,-10.9932,0,leg_gt,1.85,60 -75935,gt_model_sell_peak_local,sell,2026-04-18 23:06:00,408.0,-11.2111,0,leg_gt,1.85,60 -75936,gt_model_sell_peak_local,sell,2026-04-18 23:09:00,410.0,-10.7754,0,leg_gt,1.86,60 -75937,gt_model_sell_peak_local,sell,2026-04-19 00:18:00,408.0,-11.2111,0,leg_gt,1.9,60 -75938,gt_model_sell_peak_local,sell,2026-04-19 00:33:00,408.0,-11.2111,0,leg_gt,1.91,60 -75939,gt_model_sell_peak_local,sell,2026-04-19 00:36:00,407.0,-11.429,0,leg_gt,1.92,60 -75940,gt_model_sell_peak_local,sell,2026-04-19 00:39:00,406.0,-11.6468,0,leg_gt,1.92,60 -75941,gt_model_sell_peak_local,sell,2026-04-19 00:57:00,405.0,-11.8647,0,leg_gt,1.93,60 -75942,gt_model_sell_peak_local,sell,2026-04-19 03:39:00,396.0,-13.8255,0,leg_gt,2.04,60 -75943,gt_model_sell_peak_local,sell,2026-04-19 03:42:00,396.0,-13.8255,0,leg_gt,2.05,60 -75944,gt_model_sell_peak_local,sell,2026-04-19 03:45:00,398.0,-13.3898,0,leg_gt,2.05,60 -75945,gt_model_sell_peak_local,sell,2026-04-19 03:48:00,398.0,-13.3898,0,leg_gt,2.05,60 -75946,gt_model_sell_peak_local,sell,2026-04-19 03:51:00,397.0,-13.6076,0,leg_gt,2.05,60 -75947,gt_model_sell_peak_local,sell,2026-04-19 03:54:00,396.0,-13.8255,0,leg_gt,2.05,60 -75948,gt_model_sell_peak_local,sell,2026-04-19 03:57:00,396.0,-13.8255,0,leg_gt,2.06,60 -75949,gt_model_sell_peak_local,sell,2026-04-19 04:03:00,397.0,-13.6076,0,leg_gt,2.06,60 -75950,gt_model_sell_peak_local,sell,2026-04-19 04:09:00,396.0,-13.8255,0,leg_gt,2.06,60 -75951,gt_model_sell_peak_local,sell,2026-04-19 07:39:00,396.0,-13.8255,0,leg_gt,2.21,60 -75952,gt_model_sell_peak_local,sell,2026-04-19 07:42:00,396.0,-13.8255,0,leg_gt,2.21,60 -75953,gt_model_sell_peak_local,sell,2026-04-19 08:54:00,391.0,-14.9148,0,leg_gt,2.26,60 -75954,gt_model_sell_peak_local,sell,2026-04-19 11:03:00,389.0,-15.3505,0,leg_gt,2.35,60 -75955,gt_model_sell_peak_local,sell,2026-04-19 11:06:00,391.0,-14.9148,0,leg_gt,2.35,60 -75956,gt_model_sell_peak_local,sell,2026-04-19 11:09:00,391.0,-14.9148,0,leg_gt,2.36,60 -75957,gt_model_sell_peak_local,sell,2026-04-19 11:12:00,390.0,-15.1327,0,leg_gt,2.36,60 -75958,gt_model_sell_peak_local,sell,2026-04-19 11:15:00,391.0,-14.9148,0,leg_gt,2.36,60 -75959,gt_model_sell_peak_local,sell,2026-04-19 13:15:00,389.0,-15.3505,0,leg_gt,2.44,60 -75960,gt_model_sell_peak_local,sell,2026-04-19 13:18:00,388.0,-15.5684,0,leg_gt,2.45,60 -75961,gt_model_sell_peak_local,sell,2026-04-19 13:21:00,387.0,-15.7863,0,leg_gt,2.45,60 -75962,gt_model_sell_peak_local,sell,2026-04-19 13:24:00,387.0,-15.7863,0,leg_gt,2.45,60 -75963,gt_model_sell_peak_local,sell,2026-04-19 13:27:00,388.0,-15.5684,0,leg_gt,2.45,60 -75964,gt_model_sell_peak_local,sell,2026-04-19 13:30:00,388.0,-15.5684,0,leg_gt,2.45,60 -75965,gt_model_sell_peak_local,sell,2026-04-19 13:33:00,387.0,-15.7863,0,leg_gt,2.46,60 -75966,gt_model_sell_peak_local,sell,2026-04-19 13:36:00,388.0,-15.5684,0,leg_gt,2.46,60 -75967,gt_model_sell_peak_local,sell,2026-04-19 13:39:00,388.0,-15.5684,0,leg_gt,2.46,60 -75968,gt_model_sell_peak_local,sell,2026-04-19 13:42:00,386.0,-0.1,0,leg_gt,0.0,60 -75969,gt_model_sell_peak_local,sell,2026-04-19 13:45:00,387.0,0.1591,1,leg_gt,0.0,60 -75970,gt_model_sell_peak_local,sell,2026-04-19 13:48:00,387.0,0.1591,1,leg_gt,0.01,60 -75971,gt_model_sell_peak_local,sell,2026-04-19 13:51:00,387.0,0.1591,1,leg_gt,0.01,60 -75972,gt_model_sell_peak_local,sell,2026-04-19 13:54:00,388.0,0.4181,1,leg_gt,0.01,60 -75973,gt_model_sell_peak_local,sell,2026-04-19 13:57:00,387.0,0.1591,1,leg_gt,0.01,60 -75974,gt_model_sell_peak_local,sell,2026-04-19 14:12:00,388.0,0.4181,1,leg_gt,0.02,60 -75975,gt_model_sell_peak_local,sell,2026-04-19 16:57:00,388.0,0.4181,1,leg_gt,0.14,60 -75976,gt_model_sell_peak_local,sell,2026-04-19 17:00:00,388.0,0.4181,1,leg_gt,0.14,60 -75977,gt_model_sell_peak_local,sell,2026-04-19 17:03:00,389.0,0.6772,1,leg_gt,0.14,60 -75978,gt_model_sell_peak_local,sell,2026-04-19 17:06:00,389.0,0.6772,1,leg_gt,0.14,60 -75979,gt_model_sell_peak_local,sell,2026-04-19 18:12:00,389.0,0.6772,1,leg_gt,0.19,60 -75980,gt_model_sell_peak_local,sell,2026-04-19 19:33:00,390.0,0.9363,1,leg_gt,0.25,60 -75981,gt_model_sell_peak_local,sell,2026-04-19 19:51:00,391.0,1.1953,1,leg_gt,0.26,60 -75982,gt_model_sell_peak_local,sell,2026-04-19 23:21:00,400.0,3.5269,1,leg_gt,0.4,60 -75983,gt_model_sell_peak_local,sell,2026-04-20 00:48:00,395.0,2.2316,1,leg_gt,0.46,60 -75984,gt_model_sell_peak_local,sell,2026-04-20 00:57:00,394.0,1.9725,1,leg_gt,0.47,60 -75985,gt_model_sell_peak_local,sell,2026-04-20 02:33:00,391.0,1.1953,1,leg_gt,0.54,60 -75986,gt_model_sell_peak_local,sell,2026-04-20 02:36:00,390.0,0.9363,1,leg_gt,0.54,60 -75987,gt_model_sell_peak_local,sell,2026-04-20 02:57:00,390.0,0.9363,1,leg_gt,0.55,60 -75988,gt_model_sell_peak_local,sell,2026-04-20 05:21:00,389.0,0.6772,1,leg_gt,0.65,60 -75989,gt_model_sell_peak_local,sell,2026-04-20 05:24:00,389.0,0.6772,1,leg_gt,0.66,60 -75990,gt_model_sell_peak_local,sell,2026-04-20 06:57:00,388.0,0.4181,1,leg_gt,0.72,60 -75991,gt_model_sell_peak_local,sell,2026-04-20 07:15:00,386.0,-0.1,0,leg_gt,0.73,60 -75992,gt_model_sell_peak_local,sell,2026-04-20 07:42:00,386.0,0.6833,1,leg_gt,0.01,60 -75993,gt_model_sell_peak_local,sell,2026-04-20 10:21:00,391.0,1.9888,1,leg_gt,0.12,60 -75994,gt_model_sell_peak_local,sell,2026-04-20 10:27:00,390.0,1.7277,1,leg_gt,0.13,60 -75995,gt_model_sell_peak_local,sell,2026-04-20 11:36:00,391.0,1.9888,1,leg_gt,0.18,60 -75996,gt_model_sell_peak_local,sell,2026-04-20 11:39:00,391.0,1.9888,1,leg_gt,0.18,60 -75997,gt_model_sell_peak_local,sell,2026-04-20 11:42:00,392.0,2.2499,1,leg_gt,0.18,60 -75998,gt_model_sell_peak_local,sell,2026-04-20 11:45:00,392.0,2.2499,1,leg_gt,0.18,60 -75999,gt_model_sell_peak_local,sell,2026-04-20 11:48:00,391.0,1.9888,1,leg_gt,0.19,60 -76000,gt_model_sell_peak_local,sell,2026-04-20 11:51:00,391.0,1.9888,1,leg_gt,0.19,60 -76001,gt_model_sell_peak_local,sell,2026-04-20 12:54:00,390.0,1.7277,1,leg_gt,0.23,60 -76002,gt_model_sell_peak_local,sell,2026-04-20 12:57:00,391.0,1.9888,1,leg_gt,0.23,60 -76003,gt_model_sell_peak_local,sell,2026-04-20 13:00:00,390.0,1.7277,1,leg_gt,0.24,60 -76004,gt_model_sell_peak_local,sell,2026-04-20 13:39:00,391.0,1.9888,1,leg_gt,0.26,60 -76005,gt_model_sell_peak_local,sell,2026-04-20 13:57:00,391.0,1.9888,1,leg_gt,0.28,60 -76006,gt_model_sell_peak_local,sell,2026-04-20 14:12:00,387.0,0.9444,1,leg_gt,0.29,60 -76007,gt_model_sell_peak_local,sell,2026-04-20 14:15:00,388.0,1.2055,1,leg_gt,0.29,60 -76008,gt_model_sell_peak_local,sell,2026-04-20 14:24:00,388.0,1.2055,1,leg_gt,0.29,60 -76009,gt_model_sell_peak_local,sell,2026-04-20 14:36:00,386.0,0.6833,1,leg_gt,0.3,60 -76010,gt_model_sell_peak_local,sell,2026-04-20 14:48:00,387.0,0.9444,1,leg_gt,0.31,60 -76011,gt_model_sell_peak_local,sell,2026-04-20 14:51:00,387.0,0.9444,1,leg_gt,0.31,60 -76012,gt_model_sell_peak_local,sell,2026-04-20 14:54:00,388.0,1.2055,1,leg_gt,0.31,60 -76013,gt_model_sell_peak_local,sell,2026-04-20 16:03:00,388.0,1.2055,1,leg_gt,0.36,60 -76014,gt_model_sell_peak_local,sell,2026-04-20 17:24:00,390.0,1.7277,1,leg_gt,0.42,60 -76015,gt_model_sell_peak_local,sell,2026-04-20 17:27:00,390.0,1.7277,1,leg_gt,0.42,60 -76016,gt_model_sell_peak_local,sell,2026-04-20 19:24:00,392.0,2.2499,1,leg_gt,0.5,60 -76017,gt_model_sell_peak_local,sell,2026-04-20 20:12:00,391.0,1.9888,1,leg_gt,0.54,60 -76018,gt_model_sell_peak_local,sell,2026-04-20 20:15:00,392.0,2.2499,1,leg_gt,0.54,60 -76019,gt_model_sell_peak_local,sell,2026-04-20 20:18:00,392.0,2.2499,1,leg_gt,0.54,60 -76020,gt_model_sell_peak_local,sell,2026-04-20 20:27:00,393.0,2.511,1,leg_gt,0.55,60 -76021,gt_model_sell_peak_local,sell,2026-04-20 21:18:00,393.0,2.511,1,leg_gt,0.58,60 -76022,gt_model_sell_peak_local,sell,2026-04-20 23:12:00,392.0,2.2499,1,leg_gt,0.66,60 -76023,gt_model_sell_peak_local,sell,2026-04-21 00:24:00,392.0,2.2499,1,leg_gt,0.71,60 -76024,gt_model_sell_peak_local,sell,2026-04-21 04:24:00,393.0,2.511,1,leg_gt,0.88,60 -76025,gt_model_sell_peak_local,sell,2026-04-21 04:54:00,395.0,3.0332,1,leg_gt,0.9,60 -76026,gt_model_sell_peak_local,sell,2026-04-21 06:24:00,393.0,2.511,1,leg_gt,0.96,60 -76027,gt_model_sell_peak_local,sell,2026-04-21 06:45:00,395.0,3.0332,1,leg_gt,0.98,60 -76028,gt_model_sell_peak_local,sell,2026-04-21 06:48:00,395.0,3.0332,1,leg_gt,0.98,60 -76029,gt_model_sell_peak_local,sell,2026-04-21 06:54:00,394.0,2.7721,1,leg_gt,0.98,60 -76030,gt_model_sell_peak_local,sell,2026-04-21 08:09:00,391.0,1.9888,1,leg_gt,1.03,60 -76031,gt_model_sell_peak_local,sell,2026-04-21 08:12:00,391.0,1.9888,1,leg_gt,1.04,60 -76032,gt_model_sell_peak_local,sell,2026-04-21 11:12:00,392.0,2.2499,1,leg_gt,1.16,60 -76033,gt_model_sell_peak_local,sell,2026-04-21 11:42:00,391.0,1.9888,1,leg_gt,1.18,60 -76034,gt_model_sell_peak_local,sell,2026-04-21 15:09:00,389.0,1.4666,1,leg_gt,1.32,60 -76035,gt_model_sell_peak_local,sell,2026-04-21 15:24:00,389.0,1.4666,1,leg_gt,1.34,60 -76036,gt_model_sell_peak_local,sell,2026-04-21 15:39:00,390.0,1.7277,1,leg_gt,1.35,60 -76037,gt_model_sell_peak_local,sell,2026-04-21 15:48:00,390.0,1.7277,1,leg_gt,1.35,60 -76038,gt_model_sell_peak_local,sell,2026-04-21 15:51:00,390.0,1.7277,1,leg_gt,1.35,60 -76039,gt_model_sell_peak_local,sell,2026-04-21 18:21:00,391.0,1.9888,1,leg_gt,1.46,60 -76040,gt_model_sell_peak_local,sell,2026-04-21 18:24:00,392.0,2.2499,1,leg_gt,1.46,60 -76041,gt_model_sell_peak_local,sell,2026-04-21 18:42:00,391.0,1.9888,1,leg_gt,1.47,60 -76042,gt_model_sell_peak_local,sell,2026-04-21 18:48:00,392.0,2.2499,1,leg_gt,1.48,60 -76043,gt_model_sell_peak_local,sell,2026-04-21 19:54:00,392.0,2.2499,1,leg_gt,1.52,60 -76044,gt_model_sell_peak_local,sell,2026-04-21 19:57:00,392.0,2.2499,1,leg_gt,1.52,60 -76045,gt_model_sell_peak_local,sell,2026-04-21 20:00:00,392.0,2.2499,1,leg_gt,1.53,60 -76046,gt_model_sell_peak_local,sell,2026-04-21 20:03:00,391.0,1.9888,1,leg_gt,1.53,60 -76047,gt_model_sell_peak_local,sell,2026-04-21 20:06:00,392.0,2.2499,1,leg_gt,1.53,60 -76048,gt_model_sell_peak_local,sell,2026-04-21 20:09:00,392.0,2.2499,1,leg_gt,1.53,60 -76049,gt_model_sell_peak_local,sell,2026-04-21 20:12:00,391.0,1.9888,1,leg_gt,1.54,60 -76050,gt_model_sell_peak_local,sell,2026-04-21 20:15:00,392.0,2.2499,1,leg_gt,1.54,60 -76051,gt_model_sell_peak_local,sell,2026-04-21 21:33:00,391.0,1.9888,1,leg_gt,1.59,60 -76052,gt_model_sell_peak_local,sell,2026-04-21 21:39:00,390.0,1.7277,1,leg_gt,1.6,60 -76053,gt_model_sell_peak_local,sell,2026-04-22 00:33:00,389.0,1.4666,1,leg_gt,1.72,60 -76054,gt_model_sell_peak_local,sell,2026-04-22 00:36:00,388.0,1.2055,1,leg_gt,1.72,60 -76055,gt_model_sell_peak_local,sell,2026-04-22 00:39:00,389.0,1.4666,1,leg_gt,1.72,60 -76056,gt_model_sell_peak_local,sell,2026-04-22 01:57:00,389.0,1.4666,1,leg_gt,1.78,60 -76057,gt_model_sell_peak_local,sell,2026-04-22 02:00:00,389.0,1.4666,1,leg_gt,1.78,60 -76058,gt_model_sell_peak_local,sell,2026-04-22 03:42:00,388.0,1.2055,1,leg_gt,1.85,60 -76059,gt_model_sell_peak_local,sell,2026-04-22 03:45:00,387.0,0.9444,1,leg_gt,1.85,60 -76060,gt_model_sell_peak_local,sell,2026-04-22 05:03:00,387.0,0.4195,1,leg_gt,0.02,60 -76061,gt_model_sell_peak_local,sell,2026-04-22 06:27:00,388.0,0.6792,1,leg_gt,0.08,60 -76062,gt_model_sell_peak_local,sell,2026-04-22 06:30:00,388.0,0.6792,1,leg_gt,0.08,60 -76063,gt_model_sell_peak_local,sell,2026-04-22 06:33:00,388.0,0.6792,1,leg_gt,0.08,60 -76064,gt_model_sell_peak_local,sell,2026-04-22 08:03:00,388.0,0.6792,1,leg_gt,0.14,60 -76065,gt_model_sell_peak_local,sell,2026-04-22 08:12:00,388.0,0.6792,1,leg_gt,0.15,60 -76066,gt_model_sell_peak_local,sell,2026-04-22 09:45:00,388.0,0.6792,1,leg_gt,0.21,60 -76067,gt_model_sell_peak_local,sell,2026-04-22 09:48:00,388.0,0.6792,1,leg_gt,0.21,60 -76068,gt_model_sell_peak_local,sell,2026-04-22 09:51:00,387.0,0.4195,1,leg_gt,0.22,60 -76069,gt_model_sell_peak_local,sell,2026-04-22 09:57:00,387.0,0.4195,1,leg_gt,0.22,60 -76070,gt_model_sell_peak_local,sell,2026-04-22 10:06:00,387.0,0.4195,1,leg_gt,0.23,60 -76071,gt_model_sell_peak_local,sell,2026-04-22 10:12:00,387.0,0.4195,1,leg_gt,0.23,60 -76072,gt_model_sell_peak_local,sell,2026-04-22 12:30:00,390.0,1.1987,1,leg_gt,0.33,60 -76073,gt_model_sell_peak_local,sell,2026-04-22 12:42:00,389.0,0.939,1,leg_gt,0.34,60 -76074,gt_model_sell_peak_local,sell,2026-04-22 12:45:00,389.0,0.939,1,leg_gt,0.34,60 -76075,gt_model_sell_peak_local,sell,2026-04-22 12:54:00,390.0,1.1987,1,leg_gt,0.34,60 -76076,gt_model_sell_peak_local,sell,2026-04-22 13:00:00,390.0,1.1987,1,leg_gt,0.35,60 -76077,gt_model_sell_peak_local,sell,2026-04-22 13:03:00,390.0,1.1987,1,leg_gt,0.35,60 -76078,gt_model_sell_peak_local,sell,2026-04-22 13:06:00,390.0,1.1987,1,leg_gt,0.35,60 -76079,gt_model_sell_peak_local,sell,2026-04-22 13:09:00,390.0,1.1987,1,leg_gt,0.35,60 -76080,gt_model_sell_peak_local,sell,2026-04-22 13:12:00,389.0,0.939,1,leg_gt,0.36,60 -76081,gt_model_sell_peak_local,sell,2026-04-22 13:15:00,390.0,1.1987,1,leg_gt,0.36,60 -76082,gt_model_sell_peak_local,sell,2026-04-22 13:18:00,390.0,1.1987,1,leg_gt,0.36,60 -76083,gt_model_sell_peak_local,sell,2026-04-22 13:27:00,389.0,0.939,1,leg_gt,0.37,60 -76084,gt_model_sell_peak_local,sell,2026-04-22 15:33:00,393.0,1.9779,1,leg_gt,0.45,60 -76085,gt_model_sell_peak_local,sell,2026-04-22 15:36:00,393.0,1.9779,1,leg_gt,0.46,60 -76086,gt_model_sell_peak_local,sell,2026-04-22 15:42:00,393.0,1.9779,1,leg_gt,0.46,60 -76087,gt_model_sell_peak_local,sell,2026-04-22 15:48:00,393.0,1.9779,1,leg_gt,0.46,60 -76088,gt_model_sell_peak_local,sell,2026-04-22 18:36:00,398.0,3.2766,1,leg_gt,0.58,60 -76089,gt_model_sell_peak_local,sell,2026-04-22 18:42:00,398.0,3.2766,1,leg_gt,0.59,60 -76090,gt_model_sell_peak_local,sell,2026-04-22 18:45:00,399.0,3.5364,1,leg_gt,0.59,60 -76091,gt_model_sell_peak_local,sell,2026-04-22 19:36:00,397.0,3.0169,1,leg_gt,0.62,60 -76092,gt_model_sell_peak_local,sell,2026-04-22 19:39:00,397.0,3.0169,1,leg_gt,0.62,60 -76093,gt_model_sell_peak_local,sell,2026-04-22 19:42:00,397.0,3.0169,1,leg_gt,0.63,60 -76094,gt_model_sell_peak_local,sell,2026-04-22 19:45:00,396.0,2.7571,1,leg_gt,0.63,60 -76095,gt_model_sell_peak_local,sell,2026-04-22 19:48:00,397.0,3.0169,1,leg_gt,0.63,60 -76096,gt_model_sell_peak_local,sell,2026-04-22 22:00:00,395.0,2.4974,1,leg_gt,0.72,60 -76097,gt_model_sell_peak_local,sell,2026-04-22 23:15:00,397.0,3.0169,1,leg_gt,0.78,60 -76098,gt_model_sell_peak_local,sell,2026-04-22 23:18:00,398.0,3.2766,1,leg_gt,0.78,60 -76099,gt_model_sell_peak_local,sell,2026-04-22 23:21:00,397.0,3.0169,1,leg_gt,0.78,60 -76100,gt_model_sell_peak_local,sell,2026-04-22 23:27:00,399.0,3.5364,1,leg_gt,0.78,60 -76101,gt_model_sell_peak_local,sell,2026-04-22 23:30:00,397.0,3.0169,1,leg_gt,0.79,60 -76102,gt_model_sell_peak_local,sell,2026-04-22 23:33:00,398.0,3.2766,1,leg_gt,0.79,60 -76103,gt_model_sell_peak_local,sell,2026-04-23 01:15:00,398.0,3.2766,1,leg_gt,0.86,60 -76104,gt_model_sell_peak_local,sell,2026-04-23 02:51:00,399.0,3.5364,1,leg_gt,0.92,60 -76105,gt_model_sell_peak_local,sell,2026-04-23 02:54:00,400.0,3.7961,1,leg_gt,0.93,60 -76106,gt_model_sell_peak_local,sell,2026-04-23 04:36:00,397.0,3.0169,1,leg_gt,1.0,60 -76107,gt_model_sell_peak_local,sell,2026-04-23 04:39:00,399.0,3.5364,1,leg_gt,1.0,60 -76108,gt_model_sell_peak_local,sell,2026-04-23 04:51:00,402.0,4.3156,1,leg_gt,1.01,60 -76109,gt_model_sell_peak_local,sell,2026-04-23 05:24:00,399.0,3.5364,1,leg_gt,1.03,60 -76110,gt_model_sell_peak_local,sell,2026-04-23 07:27:00,397.0,3.0169,1,leg_gt,1.12,60 -76111,gt_model_sell_peak_local,sell,2026-04-23 07:30:00,398.0,3.2766,1,leg_gt,1.12,60 -76112,gt_model_sell_peak_local,sell,2026-04-23 07:36:00,397.0,3.0169,1,leg_gt,1.12,60 -76113,gt_model_sell_peak_local,sell,2026-04-23 07:45:00,396.0,2.7571,1,leg_gt,1.13,60 -76114,gt_model_sell_peak_local,sell,2026-04-23 07:48:00,396.0,2.7571,1,leg_gt,1.13,60 -76115,gt_model_sell_peak_local,sell,2026-04-23 07:51:00,396.0,2.7571,1,leg_gt,1.13,60 -76116,gt_model_sell_peak_local,sell,2026-04-23 07:54:00,395.0,2.4974,1,leg_gt,1.14,60 -76117,gt_model_sell_peak_local,sell,2026-04-23 07:57:00,395.0,2.4974,1,leg_gt,1.14,60 -76118,gt_model_sell_peak_local,sell,2026-04-23 08:00:00,396.0,2.7571,1,leg_gt,1.14,60 -76119,gt_model_sell_peak_local,sell,2026-04-23 08:03:00,394.0,2.2377,1,leg_gt,1.14,60 -76120,gt_model_sell_peak_local,sell,2026-04-23 08:06:00,394.0,2.2377,1,leg_gt,1.14,60 -76121,gt_model_sell_peak_local,sell,2026-04-23 08:09:00,393.0,1.9779,1,leg_gt,1.15,60 -76122,gt_model_sell_peak_local,sell,2026-04-23 08:12:00,395.0,2.4974,1,leg_gt,1.15,60 -76123,gt_model_sell_peak_local,sell,2026-04-23 11:27:00,389.0,0.939,1,leg_gt,1.28,60 -76124,gt_model_sell_peak_local,sell,2026-04-23 11:51:00,389.0,0.939,1,leg_gt,1.3,60 -76125,gt_model_sell_peak_local,sell,2026-04-23 11:54:00,390.0,1.1987,1,leg_gt,1.3,60 -76126,gt_model_sell_peak_local,sell,2026-04-23 11:57:00,389.0,0.939,1,leg_gt,1.3,60 -76127,gt_model_sell_peak_local,sell,2026-04-23 12:00:00,389.0,0.939,1,leg_gt,1.31,60 -76128,gt_model_sell_peak_local,sell,2026-04-23 12:03:00,390.0,1.1987,1,leg_gt,1.31,60 -76129,gt_model_sell_peak_local,sell,2026-04-23 14:36:00,390.0,1.1987,1,leg_gt,1.41,60 -76130,gt_model_sell_peak_local,sell,2026-04-23 15:03:00,391.0,1.4584,1,leg_gt,1.43,60 -76131,gt_model_sell_peak_local,sell,2026-04-23 16:21:00,390.0,1.1987,1,leg_gt,1.49,60 -76132,gt_model_sell_peak_local,sell,2026-04-23 18:18:00,389.0,0.939,1,leg_gt,1.57,60 -76133,gt_model_sell_peak_local,sell,2026-04-23 18:21:00,389.0,0.939,1,leg_gt,1.57,60 -76134,gt_model_sell_peak_local,sell,2026-04-23 18:24:00,389.0,0.939,1,leg_gt,1.57,60 -76135,gt_model_sell_peak_local,sell,2026-04-23 18:27:00,388.0,0.6792,1,leg_gt,1.58,60 -76136,gt_model_sell_peak_local,sell,2026-04-23 18:30:00,389.0,0.939,1,leg_gt,1.58,60 -76137,gt_model_sell_peak_local,sell,2026-04-23 18:57:00,389.0,0.939,1,leg_gt,1.6,60 -76138,gt_model_sell_peak_local,sell,2026-04-23 19:00:00,388.0,0.6792,1,leg_gt,1.6,60 -76139,gt_model_sell_peak_local,sell,2026-04-23 21:51:00,387.0,0.4195,1,leg_gt,1.72,60 -76140,gt_model_sell_peak_local,sell,2026-04-23 21:54:00,387.0,0.4195,1,leg_gt,1.72,60 -76141,gt_model_sell_peak_local,sell,2026-04-23 23:03:00,388.0,0.6792,1,leg_gt,1.77,60 -76142,gt_model_sell_peak_local,sell,2026-04-23 23:06:00,388.0,0.6792,1,leg_gt,1.77,60 -76143,gt_model_sell_peak_local,sell,2026-04-24 00:12:00,387.0,0.4195,1,leg_gt,1.81,60 -76144,gt_model_sell_peak_local,sell,2026-04-24 00:15:00,387.0,0.4195,1,leg_gt,1.82,60 -76145,gt_model_sell_peak_local,sell,2026-04-24 01:24:00,389.0,0.939,1,leg_gt,1.86,60 -76146,gt_model_sell_peak_local,sell,2026-04-24 01:27:00,389.0,0.939,1,leg_gt,1.87,60 -76147,gt_model_sell_peak_local,sell,2026-04-24 02:51:00,383.0,0.4249,1,leg_gt,0.01,60 -76148,gt_model_sell_peak_local,sell,2026-04-24 07:48:00,390.0,2.2622,1,leg_gt,0.21,60 -76149,gt_model_sell_peak_local,sell,2026-04-24 08:39:00,391.0,2.5247,1,leg_gt,0.25,60 -76150,gt_model_sell_peak_local,sell,2026-04-24 08:42:00,392.0,2.7871,1,leg_gt,0.25,60 -76151,gt_model_sell_peak_local,sell,2026-04-24 11:54:00,393.0,3.0496,1,leg_gt,0.39,60 -76152,gt_model_sell_peak_local,sell,2026-04-24 14:21:00,390.0,2.2622,1,leg_gt,0.49,60 -76153,gt_model_sell_peak_local,sell,2026-04-24 14:24:00,390.0,2.2622,1,leg_gt,0.49,60 -76154,gt_model_sell_peak_local,sell,2026-04-24 14:30:00,390.0,2.2622,1,leg_gt,0.49,60 -76155,gt_model_sell_peak_local,sell,2026-04-24 14:33:00,390.0,2.2622,1,leg_gt,0.5,60 -76156,gt_model_sell_peak_local,sell,2026-04-24 14:36:00,390.0,2.2622,1,leg_gt,0.5,60 -76157,gt_model_sell_peak_local,sell,2026-04-24 14:45:00,390.0,2.2622,1,leg_gt,0.5,60 -76158,gt_model_sell_peak_local,sell,2026-04-24 16:18:00,392.0,2.7871,1,leg_gt,0.57,60 -76159,gt_model_sell_peak_local,sell,2026-04-24 16:39:00,389.0,1.9997,1,leg_gt,0.58,60 -76160,gt_model_sell_peak_local,sell,2026-04-24 17:09:00,388.0,1.7373,1,leg_gt,0.6,60 -76161,gt_model_sell_peak_local,sell,2026-04-24 17:15:00,390.0,2.2622,1,leg_gt,0.61,60 -76162,gt_model_sell_peak_local,sell,2026-04-24 18:21:00,389.0,1.9997,1,leg_gt,0.65,60 -76163,gt_model_sell_peak_local,sell,2026-04-24 18:24:00,388.0,1.7373,1,leg_gt,0.66,60 -76164,gt_model_sell_peak_local,sell,2026-04-24 18:42:00,390.0,2.2622,1,leg_gt,0.67,60 -76165,gt_model_sell_peak_local,sell,2026-04-24 18:51:00,389.0,1.9997,1,leg_gt,0.68,60 -76166,gt_model_sell_peak_local,sell,2026-04-24 18:54:00,389.0,1.9997,1,leg_gt,0.68,60 -76167,gt_model_sell_peak_local,sell,2026-04-24 19:42:00,389.0,1.9997,1,leg_gt,0.71,60 -76168,gt_model_sell_peak_local,sell,2026-04-24 21:06:00,391.0,2.5247,1,leg_gt,0.77,60 -76169,gt_model_sell_peak_local,sell,2026-04-24 22:15:00,393.0,3.0496,1,leg_gt,0.82,60 -76170,gt_model_sell_peak_local,sell,2026-04-24 23:12:00,392.0,2.7871,1,leg_gt,0.86,60 -76171,gt_model_sell_peak_local,sell,2026-04-24 23:15:00,391.0,2.5247,1,leg_gt,0.86,60 -76172,gt_model_sell_peak_local,sell,2026-04-25 00:36:00,391.0,2.5247,1,leg_gt,0.91,60 -76173,gt_model_sell_peak_local,sell,2026-04-25 00:39:00,391.0,2.5247,1,leg_gt,0.92,60 -76174,gt_model_sell_peak_local,sell,2026-04-25 00:42:00,391.0,2.5247,1,leg_gt,0.92,60 -76175,gt_model_sell_peak_local,sell,2026-04-25 00:45:00,392.0,2.7871,1,leg_gt,0.92,60 -76176,gt_model_sell_peak_local,sell,2026-04-25 01:48:00,389.0,1.9997,1,leg_gt,0.96,60 -76177,gt_model_sell_peak_local,sell,2026-04-25 02:00:00,391.0,2.5247,1,leg_gt,0.97,60 -76178,gt_model_sell_peak_local,sell,2026-04-25 02:06:00,391.0,2.5247,1,leg_gt,0.98,60 -76179,gt_model_sell_peak_local,sell,2026-04-25 03:21:00,388.0,1.7373,1,leg_gt,1.03,60 -76180,gt_model_sell_peak_local,sell,2026-04-25 03:24:00,389.0,1.9997,1,leg_gt,1.03,60 -76181,gt_model_sell_peak_local,sell,2026-04-25 03:33:00,390.0,2.2622,1,leg_gt,1.04,60 -76182,gt_model_sell_peak_local,sell,2026-04-25 03:36:00,390.0,2.2622,1,leg_gt,1.04,60 -76183,gt_model_sell_peak_local,sell,2026-04-25 04:57:00,390.0,2.2622,1,leg_gt,1.1,60 -76184,gt_model_sell_peak_local,sell,2026-04-25 05:00:00,390.0,2.2622,1,leg_gt,1.1,60 -76185,gt_model_sell_peak_local,sell,2026-04-25 05:09:00,390.0,2.2622,1,leg_gt,1.1,60 -76186,gt_model_sell_peak_local,sell,2026-04-25 05:12:00,391.0,2.5247,1,leg_gt,1.11,60 -76187,gt_model_sell_peak_local,sell,2026-04-25 05:15:00,390.0,2.2622,1,leg_gt,1.11,60 -76188,gt_model_sell_peak_local,sell,2026-04-25 07:06:00,388.0,1.7373,1,leg_gt,1.19,60 -76189,gt_model_sell_peak_local,sell,2026-04-25 07:09:00,389.0,1.9997,1,leg_gt,1.19,60 -76190,gt_model_sell_peak_local,sell,2026-04-25 09:27:00,389.0,1.9997,1,leg_gt,1.28,60 -76191,gt_model_sell_peak_local,sell,2026-04-25 09:30:00,389.0,1.9997,1,leg_gt,1.29,60 -76192,gt_model_sell_peak_local,sell,2026-04-25 09:33:00,387.0,1.4748,1,leg_gt,1.29,60 -76193,gt_model_sell_peak_local,sell,2026-04-25 09:36:00,388.0,1.7373,1,leg_gt,1.29,60 -76194,gt_model_sell_peak_local,sell,2026-04-25 09:39:00,387.0,1.4748,1,leg_gt,1.29,60 -76195,gt_model_sell_peak_local,sell,2026-04-25 09:42:00,389.0,1.9997,1,leg_gt,1.29,60 -76196,gt_model_sell_peak_local,sell,2026-04-25 09:45:00,387.0,1.4748,1,leg_gt,1.3,60 -76197,gt_model_sell_peak_local,sell,2026-04-25 09:48:00,388.0,1.7373,1,leg_gt,1.3,60 -76198,gt_model_sell_peak_local,sell,2026-04-25 09:51:00,388.0,1.7373,1,leg_gt,1.3,60 -76199,gt_model_sell_peak_local,sell,2026-04-25 09:54:00,389.0,1.9997,1,leg_gt,1.3,60 -76200,gt_model_sell_peak_local,sell,2026-04-25 09:57:00,389.0,1.9997,1,leg_gt,1.3,60 -76201,gt_model_sell_peak_local,sell,2026-04-25 10:00:00,389.0,1.9997,1,leg_gt,1.31,60 -76202,gt_model_sell_peak_local,sell,2026-04-25 10:03:00,389.0,1.9997,1,leg_gt,1.31,60 -76203,gt_model_sell_peak_local,sell,2026-04-25 10:06:00,388.0,1.7373,1,leg_gt,1.31,60 -76204,gt_model_sell_peak_local,sell,2026-04-25 10:21:00,388.0,1.7373,1,leg_gt,1.32,60 -76205,gt_model_sell_peak_local,sell,2026-04-25 11:03:00,389.0,1.9997,1,leg_gt,1.35,60 -76206,gt_model_sell_peak_local,sell,2026-04-25 11:18:00,389.0,1.9997,1,leg_gt,1.36,60 -76207,gt_model_sell_peak_local,sell,2026-04-25 11:30:00,389.0,1.9997,1,leg_gt,1.37,60 -76208,gt_model_sell_peak_local,sell,2026-04-25 12:45:00,391.0,2.5247,1,leg_gt,1.42,60 -76209,gt_model_sell_peak_local,sell,2026-04-25 13:51:00,390.0,2.2622,1,leg_gt,1.47,60 -76210,gt_model_sell_peak_local,sell,2026-04-25 13:54:00,390.0,2.2622,1,leg_gt,1.47,60 -76211,gt_model_sell_peak_local,sell,2026-04-25 14:06:00,389.0,1.9997,1,leg_gt,1.48,60 -76212,gt_model_sell_peak_local,sell,2026-04-25 14:09:00,389.0,1.9997,1,leg_gt,1.48,60 -76213,gt_model_sell_peak_local,sell,2026-04-25 14:12:00,389.0,1.9997,1,leg_gt,1.48,60 -76214,gt_model_sell_peak_local,sell,2026-04-25 14:18:00,389.0,1.9997,1,leg_gt,1.49,60 -76215,gt_model_sell_peak_local,sell,2026-04-25 14:21:00,390.0,2.2622,1,leg_gt,1.49,60 -76216,gt_model_sell_peak_local,sell,2026-04-25 16:48:00,389.0,1.9997,1,leg_gt,1.59,60 -76217,gt_model_sell_peak_local,sell,2026-04-25 19:09:00,391.0,2.5247,1,leg_gt,1.69,60 -76218,gt_model_sell_peak_local,sell,2026-04-25 19:51:00,391.0,2.5247,1,leg_gt,1.72,60 -76219,gt_model_sell_peak_local,sell,2026-04-25 19:54:00,391.0,2.5247,1,leg_gt,1.72,60 -76220,gt_model_sell_peak_local,sell,2026-04-25 20:09:00,390.0,2.2622,1,leg_gt,1.73,60 -76221,gt_model_sell_peak_local,sell,2026-04-25 22:12:00,389.0,1.9997,1,leg_gt,1.81,60 -76222,gt_model_sell_peak_local,sell,2026-04-25 22:15:00,389.0,1.9997,1,leg_gt,1.82,60 -76223,gt_model_sell_peak_local,sell,2026-04-25 22:18:00,388.0,1.7373,1,leg_gt,1.82,60 -76224,gt_model_sell_peak_local,sell,2026-04-25 22:21:00,388.0,1.7373,1,leg_gt,1.82,60 -76225,gt_model_sell_peak_local,sell,2026-04-25 22:24:00,389.0,1.9997,1,leg_gt,1.82,60 -76226,gt_model_sell_peak_local,sell,2026-04-25 23:51:00,388.0,1.7373,1,leg_gt,1.88,60 -76227,gt_model_sell_peak_local,sell,2026-04-26 02:54:00,383.0,0.4249,1,leg_gt,2.01,60 -76228,gt_model_sell_peak_local,sell,2026-04-26 02:57:00,383.0,0.4249,1,leg_gt,2.01,60 -76229,gt_model_sell_peak_local,sell,2026-04-26 04:42:00,382.0,0.1625,1,leg_gt,2.09,60 -76230,gt_model_sell_peak_local,sell,2026-04-26 07:03:00,384.0,0.6874,1,leg_gt,2.18,60 -76231,gt_model_sell_peak_local,sell,2026-04-26 07:21:00,384.0,0.6874,1,leg_gt,2.2,60 -76232,gt_model_sell_peak_local,sell,2026-04-26 07:24:00,384.0,0.6874,1,leg_gt,2.2,60 -76233,gt_model_sell_peak_local,sell,2026-04-26 08:36:00,385.0,0.9499,1,leg_gt,2.25,60 -76234,gt_model_sell_peak_local,sell,2026-04-26 08:39:00,384.0,0.6874,1,leg_gt,2.25,60 -76235,gt_model_sell_peak_local,sell,2026-04-26 10:00:00,384.0,0.6874,1,leg_gt,2.31,60 -76236,gt_model_sell_peak_local,sell,2026-04-26 12:48:00,383.0,0.4249,1,leg_gt,2.42,60 -76237,gt_model_sell_peak_local,sell,2026-04-26 13:06:00,384.0,0.6874,1,leg_gt,2.44,60 -76238,gt_model_sell_peak_local,sell,2026-04-26 13:09:00,384.0,0.6874,1,leg_gt,2.44,60 -76239,gt_model_sell_peak_local,sell,2026-04-26 13:15:00,384.0,0.6874,1,leg_gt,2.44,60 -76240,gt_model_sell_peak_local,sell,2026-04-26 13:18:00,384.0,0.6874,1,leg_gt,2.44,60 -76241,gt_model_sell_peak_local,sell,2026-04-26 13:24:00,384.0,0.6874,1,leg_gt,2.45,60 -76242,gt_model_sell_peak_local,sell,2026-04-26 15:27:00,386.0,1.2123,1,leg_gt,2.53,60 -76243,gt_model_sell_peak_local,sell,2026-04-26 16:48:00,388.0,1.7373,1,leg_gt,2.59,60 -76244,gt_model_sell_peak_local,sell,2026-04-26 17:24:00,387.0,1.4748,1,leg_gt,2.61,60 -76245,gt_model_sell_peak_local,sell,2026-04-26 17:51:00,387.0,1.4748,1,leg_gt,2.63,60 -76246,gt_model_sell_peak_local,sell,2026-04-26 17:54:00,387.0,1.4748,1,leg_gt,2.64,60 -76247,gt_model_sell_peak_local,sell,2026-04-26 18:00:00,387.0,1.4748,1,leg_gt,2.64,60 -76248,gt_model_sell_peak_local,sell,2026-04-26 18:06:00,387.0,1.4748,1,leg_gt,2.64,60 -76249,gt_model_sell_peak_local,sell,2026-04-26 19:36:00,388.0,1.7373,1,leg_gt,2.71,60 -76250,gt_model_sell_peak_local,sell,2026-04-26 19:51:00,387.0,1.4748,1,leg_gt,2.72,60 -76251,gt_model_sell_peak_local,sell,2026-04-26 19:57:00,387.0,1.4748,1,leg_gt,2.72,60 -76252,gt_model_sell_peak_local,sell,2026-04-26 20:09:00,386.0,1.2123,1,leg_gt,2.73,60 -76253,gt_model_sell_peak_local,sell,2026-04-26 20:36:00,387.0,1.4748,1,leg_gt,2.75,60 -76254,gt_model_sell_peak_local,sell,2026-04-26 21:42:00,386.0,1.2123,1,leg_gt,2.79,60 -76255,gt_model_sell_peak_local,sell,2026-04-26 21:45:00,385.0,0.9499,1,leg_gt,2.8,60 -76256,gt_model_sell_peak_local,sell,2026-04-26 21:57:00,385.0,0.9499,1,leg_gt,2.8,60 -76257,gt_model_sell_peak_local,sell,2026-04-26 22:00:00,385.0,0.9499,1,leg_gt,2.81,60 -76258,gt_model_sell_peak_local,sell,2026-04-26 22:06:00,384.0,0.6874,1,leg_gt,2.81,60 -76259,gt_model_sell_peak_local,sell,2026-04-26 22:09:00,384.0,0.6874,1,leg_gt,2.81,60 -76260,gt_model_sell_peak_local,sell,2026-04-26 22:24:00,386.0,1.2123,1,leg_gt,2.82,60 -76261,gt_model_sell_peak_local,sell,2026-04-26 23:42:00,386.0,1.2123,1,leg_gt,2.88,60 -76262,gt_model_sell_peak_local,sell,2026-04-27 00:54:00,386.0,1.2123,1,leg_gt,2.93,60 -76263,gt_model_sell_peak_local,sell,2026-04-27 06:06:00,386.0,1.2123,1,leg_gt,3.14,60 -76264,gt_model_sell_peak_local,sell,2026-04-27 06:12:00,386.0,1.2123,1,leg_gt,3.15,60 -76265,gt_model_sell_peak_local,sell,2026-04-27 06:30:00,387.0,1.4748,1,leg_gt,3.16,60 -76266,gt_model_sell_peak_local,sell,2026-04-27 07:18:00,387.0,1.4748,1,leg_gt,3.19,60 -76267,gt_model_sell_peak_local,sell,2026-04-27 07:24:00,386.0,1.2123,1,leg_gt,3.2,60 -76268,gt_model_sell_peak_local,sell,2026-04-27 08:15:00,385.0,0.9499,1,leg_gt,3.23,60 -76269,gt_model_sell_peak_local,sell,2026-04-27 08:21:00,384.0,0.6874,1,leg_gt,3.24,60 -76270,gt_model_sell_peak_local,sell,2026-04-27 12:00:00,390.0,2.2622,1,leg_gt,3.39,60 -76271,gt_model_sell_peak_local,sell,2026-04-27 13:36:00,389.0,1.9997,1,leg_gt,3.46,60 -76272,gt_model_sell_peak_local,sell,2026-04-27 18:57:00,376.0,-1.4123,0,leg_gt,3.68,60 -76273,gt_model_sell_peak_local,sell,2026-04-27 19:03:00,377.0,-1.1499,0,leg_gt,3.68,60 -76274,gt_model_sell_peak_local,sell,2026-04-27 20:00:00,377.0,-1.1499,0,leg_gt,3.72,60 -76275,gt_model_sell_peak_local,sell,2026-04-27 20:09:00,377.0,-1.1499,0,leg_gt,3.73,60 -76276,gt_model_sell_peak_local,sell,2026-04-27 20:21:00,378.0,-0.8874,0,leg_gt,3.74,60 -76277,gt_model_sell_peak_local,sell,2026-04-27 20:30:00,377.0,-1.1499,0,leg_gt,3.74,60 -76278,gt_model_sell_peak_local,sell,2026-04-27 20:39:00,376.0,-1.4123,0,leg_gt,3.75,60 -76279,gt_model_sell_peak_local,sell,2026-04-27 20:48:00,377.0,-1.1499,0,leg_gt,3.76,60 -76280,gt_model_sell_peak_local,sell,2026-04-27 20:51:00,377.0,-1.1499,0,leg_gt,3.76,60 -76281,gt_model_sell_peak_local,sell,2026-04-27 21:09:00,376.0,-1.4123,0,leg_gt,3.77,60 -76282,gt_model_sell_peak_local,sell,2026-04-27 21:18:00,378.0,-0.8874,0,leg_gt,3.78,60 -76283,gt_model_sell_peak_local,sell,2026-04-27 21:21:00,378.0,-0.8874,0,leg_gt,3.78,60 -76284,gt_model_sell_peak_local,sell,2026-04-27 21:24:00,378.0,-0.8874,0,leg_gt,3.78,60 -76285,gt_model_sell_peak_local,sell,2026-04-27 21:27:00,378.0,-0.8874,0,leg_gt,3.78,60 -76286,gt_model_sell_peak_local,sell,2026-04-27 21:30:00,377.0,-1.1499,0,leg_gt,3.79,60 -76287,gt_model_sell_peak_local,sell,2026-04-27 22:51:00,375.0,-1.6748,0,leg_gt,3.84,60 -76288,gt_model_sell_peak_local,sell,2026-04-28 00:39:00,372.0,-2.4622,0,leg_gt,3.92,60 -76289,gt_model_sell_peak_local,sell,2026-04-28 03:27:00,373.0,-2.1997,0,leg_gt,4.03,60 -76290,gt_model_sell_peak_local,sell,2026-04-28 03:30:00,373.0,-2.1997,0,leg_gt,4.04,60 -76291,gt_model_sell_peak_local,sell,2026-04-28 03:51:00,374.0,-1.9373,0,leg_gt,4.05,60 -76292,gt_model_sell_peak_local,sell,2026-04-28 04:00:00,374.0,-1.9373,0,leg_gt,4.06,60 -76293,gt_model_sell_peak_local,sell,2026-04-28 04:06:00,372.0,-2.4622,0,leg_gt,4.06,60 -76294,gt_model_sell_peak_local,sell,2026-04-28 04:21:00,373.0,-2.1997,0,leg_gt,4.07,60 -76295,gt_model_sell_peak_local,sell,2026-04-28 04:57:00,373.0,-2.1997,0,leg_gt,4.1,60 -76296,gt_model_sell_peak_local,sell,2026-04-28 05:00:00,373.0,-2.1997,0,leg_gt,4.1,60 -76297,gt_model_sell_peak_local,sell,2026-04-28 05:06:00,374.0,-1.9373,0,leg_gt,4.1,60 -76298,gt_model_sell_peak_local,sell,2026-04-28 06:21:00,374.0,-1.9373,0,leg_gt,4.15,60 -76299,gt_model_sell_peak_local,sell,2026-04-28 07:39:00,376.0,-1.4123,0,leg_gt,4.21,60 -76300,gt_model_sell_peak_local,sell,2026-04-28 09:30:00,377.0,-1.1499,0,leg_gt,4.29,60 -76301,gt_model_sell_peak_local,sell,2026-04-28 09:57:00,378.0,-0.8874,0,leg_gt,4.3,60 -76302,gt_model_sell_peak_local,sell,2026-04-28 11:15:00,377.0,-1.1499,0,leg_gt,4.36,60 -76303,gt_model_sell_peak_local,sell,2026-04-28 11:18:00,376.0,-1.4123,0,leg_gt,4.36,60 -76304,gt_model_sell_peak_local,sell,2026-04-28 11:42:00,375.0,-1.6748,0,leg_gt,4.38,60 -76305,gt_model_sell_peak_local,sell,2026-04-28 13:36:00,374.0,-1.9373,0,leg_gt,4.46,60 -76306,gt_model_sell_peak_local,sell,2026-04-28 15:06:00,375.0,-1.6748,0,leg_gt,4.52,60 -76307,gt_model_sell_peak_local,sell,2026-04-28 16:33:00,371.0,-2.7247,0,leg_gt,4.58,60 -76308,gt_model_sell_peak_local,sell,2026-04-28 18:21:00,372.0,-2.4622,0,leg_gt,4.65,60 -76309,gt_model_sell_peak_local,sell,2026-04-28 18:27:00,373.0,-2.1997,0,leg_gt,4.66,60 -76310,gt_model_sell_peak_local,sell,2026-04-28 18:33:00,372.0,-2.4622,0,leg_gt,4.66,60 -76311,gt_model_sell_peak_local,sell,2026-04-28 18:36:00,371.0,-2.7247,0,leg_gt,4.66,60 -76312,gt_model_sell_peak_local,sell,2026-04-28 18:39:00,372.0,-2.4622,0,leg_gt,4.67,60 -76313,gt_model_sell_peak_local,sell,2026-04-28 19:27:00,371.0,-2.7247,0,leg_gt,4.7,60 -76314,gt_model_sell_peak_local,sell,2026-04-28 20:45:00,372.0,-2.4622,0,leg_gt,4.75,60 -76315,gt_model_sell_peak_local,sell,2026-04-28 20:48:00,371.0,-2.7247,0,leg_gt,4.76,60 -76316,gt_model_sell_peak_local,sell,2026-04-28 20:51:00,371.0,-2.7247,0,leg_gt,4.76,60 -76317,gt_model_sell_peak_local,sell,2026-04-28 20:54:00,371.0,-2.7247,0,leg_gt,4.76,60 -76318,gt_model_sell_peak_local,sell,2026-04-28 20:57:00,371.0,-2.7247,0,leg_gt,4.76,60 -76319,gt_model_sell_peak_local,sell,2026-04-28 21:00:00,371.0,-2.7247,0,leg_gt,4.76,60 -76320,gt_model_sell_peak_local,sell,2026-04-28 23:45:00,373.0,-2.1997,0,leg_gt,4.88,60 -76321,gt_model_sell_peak_local,sell,2026-04-28 23:48:00,373.0,-2.1997,0,leg_gt,4.88,60 -76322,gt_model_sell_peak_local,sell,2026-04-29 00:09:00,374.0,-1.9373,0,leg_gt,4.9,60 -76323,gt_model_sell_peak_local,sell,2026-04-29 00:12:00,374.0,-1.9373,0,leg_gt,4.9,60 -76324,gt_model_sell_peak_local,sell,2026-04-29 01:00:00,373.0,-2.1997,0,leg_gt,4.93,60 -76325,gt_model_sell_peak_local,sell,2026-04-29 01:03:00,373.0,-2.1997,0,leg_gt,4.93,60 -76326,gt_model_sell_peak_local,sell,2026-04-29 01:06:00,373.0,-2.1997,0,leg_gt,4.94,60 -76327,gt_model_sell_peak_local,sell,2026-04-29 01:12:00,373.0,-2.1997,0,leg_gt,4.94,60 -76328,gt_model_sell_peak_local,sell,2026-04-29 01:18:00,374.0,-1.9373,0,leg_gt,4.94,60 -76329,gt_model_sell_peak_local,sell,2026-04-29 02:30:00,373.0,-2.1997,0,leg_gt,4.99,60 -76330,gt_model_sell_peak_local,sell,2026-04-29 02:33:00,373.0,-2.1997,0,leg_gt,5.0,60 -76331,gt_model_sell_peak_local,sell,2026-04-29 02:36:00,374.0,-1.9373,0,leg_gt,5.0,60 -76332,gt_model_sell_peak_local,sell,2026-04-29 03:00:00,374.0,-1.9373,0,leg_gt,5.01,60 -76333,gt_model_sell_peak_local,sell,2026-04-29 05:18:00,374.0,-1.9373,0,leg_gt,5.11,60 -76334,gt_model_sell_peak_local,sell,2026-04-29 07:03:00,374.0,-1.9373,0,leg_gt,5.18,60 -76335,gt_model_sell_peak_local,sell,2026-04-29 08:06:00,373.0,-2.1997,0,leg_gt,5.23,60 -76336,gt_model_sell_peak_local,sell,2026-04-29 08:09:00,373.0,-2.1997,0,leg_gt,5.23,60 -76337,gt_model_sell_peak_local,sell,2026-04-29 08:21:00,372.0,-2.4622,0,leg_gt,5.24,60 -76338,gt_model_sell_peak_local,sell,2026-04-29 08:24:00,373.0,-2.1997,0,leg_gt,5.24,60 -76339,gt_model_sell_peak_local,sell,2026-04-29 08:30:00,373.0,-2.1997,0,leg_gt,5.24,60 -76340,gt_model_sell_peak_local,sell,2026-04-29 08:36:00,374.0,-1.9373,0,leg_gt,5.25,60 -76341,gt_model_sell_peak_local,sell,2026-04-29 09:39:00,373.0,-2.1997,0,leg_gt,5.29,60 -76342,gt_model_sell_peak_local,sell,2026-04-29 09:54:00,373.0,-2.1997,0,leg_gt,5.3,60 -76343,gt_model_sell_peak_local,sell,2026-04-29 10:30:00,373.0,-2.1997,0,leg_gt,5.33,60 -76344,gt_model_sell_peak_local,sell,2026-04-29 12:00:00,373.0,-2.1997,0,leg_gt,5.39,60 -76345,gt_model_sell_peak_local,sell,2026-04-29 12:06:00,372.0,-2.4622,0,leg_gt,5.39,60 -76346,gt_model_sell_peak_local,sell,2026-04-29 12:09:00,373.0,-2.1997,0,leg_gt,5.4,60 -76347,gt_model_sell_peak_local,sell,2026-04-29 12:24:00,375.0,-1.6748,0,leg_gt,5.41,60 -76348,gt_model_sell_peak_local,sell,2026-04-29 12:27:00,375.0,-1.6748,0,leg_gt,5.41,60 -76349,gt_model_sell_peak_local,sell,2026-04-29 14:54:00,376.0,-1.4123,0,leg_gt,5.51,60 -76350,gt_model_sell_peak_local,sell,2026-04-29 15:06:00,375.0,-1.6748,0,leg_gt,5.52,60 -76351,gt_model_sell_peak_local,sell,2026-04-29 15:09:00,375.0,-1.6748,0,leg_gt,5.52,60 -76352,gt_model_sell_peak_local,sell,2026-04-29 15:21:00,374.0,-1.9373,0,leg_gt,5.53,60 -76353,gt_model_sell_peak_local,sell,2026-04-29 17:36:00,374.0,-1.9373,0,leg_gt,5.62,60 -76354,gt_model_sell_peak_local,sell,2026-04-29 17:39:00,374.0,-1.9373,0,leg_gt,5.62,60 -76355,gt_model_sell_peak_local,sell,2026-04-29 17:42:00,374.0,-1.9373,0,leg_gt,5.63,60 -76356,gt_model_sell_peak_local,sell,2026-04-29 17:48:00,374.0,-1.9373,0,leg_gt,5.63,60 -76357,gt_model_sell_peak_local,sell,2026-04-29 17:51:00,374.0,-1.9373,0,leg_gt,5.63,60 -76358,gt_model_sell_peak_local,sell,2026-04-29 18:06:00,375.0,-1.6748,0,leg_gt,5.64,60 -76359,gt_model_sell_peak_local,sell,2026-04-29 18:18:00,375.0,-1.6748,0,leg_gt,5.65,60 -76360,gt_model_sell_peak_local,sell,2026-04-29 20:06:00,377.0,-1.1499,0,leg_gt,5.73,60 -76361,gt_model_sell_peak_local,sell,2026-04-29 20:18:00,378.0,-0.8874,0,leg_gt,5.74,60 -76362,gt_model_sell_peak_local,sell,2026-04-29 20:36:00,377.0,-1.1499,0,leg_gt,5.75,60 -76363,gt_model_sell_peak_local,sell,2026-04-29 23:09:00,372.0,-2.4622,0,leg_gt,5.85,60 -76364,gt_model_sell_peak_local,sell,2026-04-29 23:15:00,372.0,-2.4622,0,leg_gt,5.86,60 -76365,gt_model_sell_peak_local,sell,2026-04-29 23:18:00,373.0,-2.1997,0,leg_gt,5.86,60 -76366,gt_model_sell_peak_local,sell,2026-04-30 00:36:00,369.0,-3.2496,0,leg_gt,5.91,60 -76367,gt_model_sell_peak_local,sell,2026-04-30 03:45:00,360.0,0.1786,1,leg_gt,0.01,60 -76368,gt_model_sell_peak_local,sell,2026-04-30 03:48:00,362.0,0.7357,1,leg_gt,0.01,60 -76369,gt_model_sell_peak_local,sell,2026-04-30 03:51:00,363.0,1.0142,1,leg_gt,0.01,60 -76370,gt_model_sell_peak_local,sell,2026-04-30 03:54:00,363.0,1.0142,1,leg_gt,0.02,60 -76371,gt_model_sell_peak_local,sell,2026-04-30 04:00:00,363.0,1.0142,1,leg_gt,0.02,60 -76372,gt_model_sell_peak_local,sell,2026-04-30 07:42:00,370.0,2.9641,1,leg_gt,0.18,60 -76373,gt_model_sell_peak_local,sell,2026-04-30 08:45:00,371.0,3.2426,1,leg_gt,0.22,60 -76374,gt_model_sell_peak_local,sell,2026-04-30 09:48:00,372.0,3.5212,1,leg_gt,0.26,60 -76375,gt_model_sell_peak_local,sell,2026-04-30 09:54:00,372.0,3.5212,1,leg_gt,0.27,60 -76376,gt_model_sell_peak_local,sell,2026-04-30 11:57:00,370.0,2.9641,1,leg_gt,0.35,60 -76377,gt_model_sell_peak_local,sell,2026-04-30 12:00:00,370.0,2.9641,1,leg_gt,0.35,60 -76378,gt_model_sell_peak_local,sell,2026-04-30 12:03:00,370.0,2.9641,1,leg_gt,0.36,60 -76379,gt_model_sell_peak_local,sell,2026-04-30 12:06:00,369.0,2.6855,1,leg_gt,0.36,60 -76380,gt_model_sell_peak_local,sell,2026-04-30 13:54:00,367.0,2.1284,1,leg_gt,0.43,60 -76381,gt_model_sell_peak_local,sell,2026-04-30 15:36:00,366.0,1.8499,1,leg_gt,0.5,60 -76382,gt_model_sell_peak_local,sell,2026-04-30 15:39:00,367.0,2.1284,1,leg_gt,0.51,60 -76383,gt_model_sell_peak_local,sell,2026-04-30 17:45:00,366.0,1.8499,1,leg_gt,0.59,60 -76384,gt_model_sell_peak_local,sell,2026-04-30 18:03:00,365.0,1.5713,1,leg_gt,0.61,60 -76385,gt_model_sell_peak_local,sell,2026-04-30 19:30:00,361.0,0.4571,1,leg_gt,0.67,60 -76386,gt_model_sell_peak_local,sell,2026-04-30 21:18:00,363.0,1.0142,1,leg_gt,0.74,60 -76387,gt_model_sell_peak_local,sell,2026-04-30 22:09:00,362.0,0.7357,1,leg_gt,0.78,60 -76388,gt_model_sell_peak_local,sell,2026-04-30 22:18:00,363.0,1.0142,1,leg_gt,0.78,60 -76389,gt_model_sell_peak_local,sell,2026-04-30 22:21:00,362.0,0.7357,1,leg_gt,0.79,60 -76390,gt_model_sell_peak_local,sell,2026-04-30 22:24:00,362.0,0.7357,1,leg_gt,0.79,60 -76391,gt_model_sell_peak_local,sell,2026-04-30 22:27:00,362.0,0.7357,1,leg_gt,0.79,60 -76392,gt_model_sell_peak_local,sell,2026-04-30 22:30:00,361.0,0.4571,1,leg_gt,0.79,60 -76393,gt_model_sell_peak_local,sell,2026-04-30 22:33:00,360.0,0.1786,1,leg_gt,0.79,60 -76394,gt_model_sell_peak_local,sell,2026-04-30 22:36:00,360.0,0.1786,1,leg_gt,0.8,60 -76395,gt_model_sell_peak_local,sell,2026-04-30 22:39:00,359.0,-0.1,0,leg_gt,0.8,60 -76396,gt_model_sell_peak_local,sell,2026-04-30 22:42:00,360.0,0.1786,1,leg_gt,0.8,60 -76397,gt_model_sell_peak_local,sell,2026-04-30 22:45:00,361.0,0.4571,1,leg_gt,0.8,60 -76398,gt_model_sell_peak_local,sell,2026-04-30 23:12:00,360.0,0.1786,1,leg_gt,0.82,60 -76399,gt_model_sell_peak_local,sell,2026-04-30 23:15:00,361.0,0.4571,1,leg_gt,0.82,60 -76400,gt_model_sell_peak_local,sell,2026-05-01 00:33:00,361.0,0.4571,1,leg_gt,0.88,60 -76401,gt_model_sell_peak_local,sell,2026-05-01 02:39:00,364.0,1.2928,1,leg_gt,0.96,60 -76402,gt_model_sell_peak_local,sell,2026-05-01 02:42:00,364.0,1.2928,1,leg_gt,0.97,60 -76403,gt_model_sell_peak_local,sell,2026-05-01 04:09:00,365.0,1.5713,1,leg_gt,1.03,60 -76404,gt_model_sell_peak_local,sell,2026-05-01 05:36:00,364.0,1.2928,1,leg_gt,1.09,60 -76405,gt_model_sell_peak_local,sell,2026-05-01 05:39:00,364.0,1.2928,1,leg_gt,1.09,60 -76406,gt_model_sell_peak_local,sell,2026-05-01 05:42:00,365.0,1.5713,1,leg_gt,1.09,60 -76407,gt_model_sell_peak_local,sell,2026-05-01 07:51:00,363.0,1.0142,1,leg_gt,1.18,60 -76408,gt_model_sell_peak_local,sell,2026-05-01 09:39:00,363.0,1.0142,1,leg_gt,1.26,60 -76409,gt_model_sell_peak_local,sell,2026-05-01 10:48:00,363.0,1.0142,1,leg_gt,1.3,60 -76410,gt_model_sell_peak_local,sell,2026-05-01 11:12:00,363.0,1.0142,1,leg_gt,1.32,60 -76411,gt_model_sell_peak_local,sell,2026-05-01 12:00:00,361.0,0.4571,1,leg_gt,1.35,60 -76412,gt_model_sell_peak_local,sell,2026-05-01 13:21:00,364.0,1.2928,1,leg_gt,1.41,60 -76413,gt_model_sell_peak_local,sell,2026-05-01 13:36:00,361.0,0.4571,1,leg_gt,1.42,60 -76414,gt_model_sell_peak_local,sell,2026-05-01 17:51:00,357.0,-0.6571,0,leg_gt,1.6,60 -76415,gt_model_sell_peak_local,sell,2026-05-01 17:54:00,357.0,-0.6571,0,leg_gt,1.6,60 -76416,gt_model_sell_peak_local,sell,2026-05-01 19:06:00,356.0,-0.9357,0,leg_gt,1.65,60 -76417,gt_model_sell_peak_local,sell,2026-05-01 19:09:00,355.0,-1.2142,0,leg_gt,1.65,60 -76418,gt_model_sell_peak_local,sell,2026-05-01 19:12:00,353.0,-1.7713,0,leg_gt,1.65,60 -76419,gt_model_sell_peak_local,sell,2026-05-01 19:15:00,355.0,-1.2142,0,leg_gt,1.66,60 -76420,gt_model_sell_peak_local,sell,2026-05-01 19:18:00,355.0,-1.2142,0,leg_gt,1.66,60 -76421,gt_model_sell_peak_local,sell,2026-05-01 19:27:00,355.0,-1.2142,0,leg_gt,1.66,60 -76422,gt_model_sell_peak_local,sell,2026-05-01 21:27:00,355.0,-1.2142,0,leg_gt,1.75,60 -76423,gt_model_sell_peak_local,sell,2026-05-01 21:30:00,354.0,-1.4928,0,leg_gt,1.75,60 -76424,gt_model_sell_peak_local,sell,2026-05-01 21:33:00,355.0,-1.2142,0,leg_gt,1.75,60 -76425,gt_model_sell_peak_local,sell,2026-05-01 21:57:00,355.0,-1.2142,0,leg_gt,1.77,60 -76426,gt_model_sell_peak_local,sell,2026-05-01 22:03:00,355.0,-1.2142,0,leg_gt,1.77,60 -76427,gt_model_sell_peak_local,sell,2026-05-01 22:06:00,355.0,-1.2142,0,leg_gt,1.78,60 -76428,gt_model_sell_peak_local,sell,2026-05-01 23:33:00,355.0,-1.2142,0,leg_gt,1.84,60 -76429,gt_model_sell_peak_local,sell,2026-05-01 23:54:00,357.0,-0.6571,0,leg_gt,1.85,60 -76430,gt_model_sell_peak_local,sell,2026-05-01 23:57:00,356.0,-0.9357,0,leg_gt,1.85,60 -76431,gt_model_sell_peak_local,sell,2026-05-02 02:03:00,353.0,-1.7713,0,leg_gt,1.94,60 -76432,gt_model_sell_peak_local,sell,2026-05-02 02:06:00,351.0,-2.3284,0,leg_gt,1.94,60 -76433,gt_model_sell_peak_local,sell,2026-05-02 03:30:00,353.0,-1.7713,0,leg_gt,2.0,60 -76434,gt_model_sell_peak_local,sell,2026-05-02 03:42:00,355.0,-1.2142,0,leg_gt,2.01,60 -76435,gt_model_sell_peak_local,sell,2026-05-02 03:45:00,355.0,-1.2142,0,leg_gt,2.01,60 -76436,gt_model_sell_peak_local,sell,2026-05-02 03:48:00,355.0,-1.2142,0,leg_gt,2.01,60 -76437,gt_model_sell_peak_local,sell,2026-05-02 05:09:00,355.0,-1.2142,0,leg_gt,2.07,60 -76438,gt_model_sell_peak_local,sell,2026-05-02 05:24:00,354.0,-1.4928,0,leg_gt,2.08,60 -76439,gt_model_sell_peak_local,sell,2026-05-02 05:27:00,354.0,-1.4928,0,leg_gt,2.08,60 -76440,gt_model_sell_peak_local,sell,2026-05-02 05:36:00,354.0,-1.4928,0,leg_gt,2.09,60 -76441,gt_model_sell_peak_local,sell,2026-05-02 05:39:00,353.0,-1.7713,0,leg_gt,2.09,60 -76442,gt_model_sell_peak_local,sell,2026-05-02 05:51:00,353.0,-1.7713,0,leg_gt,2.1,60 -76443,gt_model_sell_peak_local,sell,2026-05-02 05:54:00,352.0,-2.0499,0,leg_gt,2.1,60 -76444,gt_model_sell_peak_local,sell,2026-05-02 05:57:00,352.0,-2.0499,0,leg_gt,2.1,60 -76445,gt_model_sell_peak_local,sell,2026-05-02 06:03:00,352.0,-2.0499,0,leg_gt,2.11,60 -76446,gt_model_sell_peak_local,sell,2026-05-02 06:15:00,350.0,-2.607,0,leg_gt,2.11,60 -76447,gt_model_sell_peak_local,sell,2026-05-02 06:18:00,351.0,-2.3284,0,leg_gt,2.12,60 -76448,gt_model_sell_peak_local,sell,2026-05-02 10:48:00,350.0,-2.607,0,leg_gt,2.3,60 -76449,gt_model_sell_peak_local,sell,2026-05-02 10:51:00,350.0,-2.607,0,leg_gt,2.31,60 -76450,gt_model_sell_peak_local,sell,2026-05-02 10:54:00,350.0,-2.607,0,leg_gt,2.31,60 -76451,gt_model_sell_peak_local,sell,2026-05-02 11:00:00,349.0,-2.8855,0,leg_gt,2.31,60 -76452,gt_model_sell_peak_local,sell,2026-05-02 11:06:00,349.0,-2.8855,0,leg_gt,2.32,60 -76453,gt_model_sell_peak_local,sell,2026-05-02 11:09:00,349.0,-2.8855,0,leg_gt,2.32,60 -76454,gt_model_sell_peak_local,sell,2026-05-02 11:12:00,348.0,-3.1641,0,leg_gt,2.32,60 -76455,gt_model_sell_peak_local,sell,2026-05-02 11:33:00,349.0,-2.8855,0,leg_gt,2.34,60 -76456,gt_model_sell_peak_local,sell,2026-05-02 11:54:00,349.0,-2.8855,0,leg_gt,2.35,60 -76457,gt_model_sell_peak_local,sell,2026-05-02 14:00:00,347.0,-3.4426,0,leg_gt,2.44,60 -76458,gt_model_sell_peak_local,sell,2026-05-02 14:03:00,347.0,-3.4426,0,leg_gt,2.44,60 -76459,gt_model_sell_peak_local,sell,2026-05-02 14:06:00,347.0,-3.4426,0,leg_gt,2.44,60 -76460,gt_model_sell_peak_local,sell,2026-05-02 14:12:00,347.0,-3.4426,0,leg_gt,2.45,60 -76461,gt_model_sell_peak_local,sell,2026-05-02 14:15:00,346.0,-3.7212,0,leg_gt,2.45,60 -76462,gt_model_sell_peak_local,sell,2026-05-02 14:27:00,345.0,-0.1,0,leg_gt,0.0,60 -76463,gt_model_sell_peak_local,sell,2026-05-02 14:36:00,347.0,0.4797,1,leg_gt,0.01,60 -76464,gt_model_sell_peak_local,sell,2026-05-02 14:39:00,346.0,0.1899,1,leg_gt,0.01,60 -76465,gt_model_sell_peak_local,sell,2026-05-02 14:42:00,347.0,0.4797,1,leg_gt,0.01,60 -76466,gt_model_sell_peak_local,sell,2026-05-02 14:48:00,346.0,0.1899,1,leg_gt,0.02,60 -76467,gt_model_sell_peak_local,sell,2026-05-02 14:54:00,347.0,0.4797,1,leg_gt,0.02,60 -76468,gt_model_sell_peak_local,sell,2026-05-02 15:00:00,346.0,0.1899,1,leg_gt,0.03,60 -76469,gt_model_sell_peak_local,sell,2026-05-02 15:03:00,347.0,0.4797,1,leg_gt,0.03,60 -76470,gt_model_sell_peak_local,sell,2026-05-02 15:06:00,347.0,0.4797,1,leg_gt,0.03,60 -76471,gt_model_sell_peak_local,sell,2026-05-02 15:42:00,348.0,0.7696,1,leg_gt,0.06,60 -76472,gt_model_sell_peak_local,sell,2026-05-02 17:00:00,350.0,1.3493,1,leg_gt,0.11,60 -76473,gt_model_sell_peak_local,sell,2026-05-02 17:15:00,348.0,0.7696,1,leg_gt,0.12,60 -76474,gt_model_sell_peak_local,sell,2026-05-02 17:24:00,349.0,1.0594,1,leg_gt,0.13,60 -76475,gt_model_sell_peak_local,sell,2026-05-02 17:30:00,349.0,1.0594,1,leg_gt,0.13,60 -76476,gt_model_sell_peak_local,sell,2026-05-02 17:33:00,350.0,1.3493,1,leg_gt,0.13,60 -76477,gt_model_sell_peak_local,sell,2026-05-02 17:45:00,349.0,1.0594,1,leg_gt,0.14,60 -76478,gt_model_sell_peak_local,sell,2026-05-02 19:57:00,350.0,1.3493,1,leg_gt,0.23,60 -76479,gt_model_sell_peak_local,sell,2026-05-02 20:42:00,350.0,1.3493,1,leg_gt,0.26,60 -76480,gt_model_sell_peak_local,sell,2026-05-02 20:45:00,350.0,1.3493,1,leg_gt,0.27,60 -76481,gt_model_sell_peak_local,sell,2026-05-02 20:48:00,350.0,1.3493,1,leg_gt,0.27,60 -76482,gt_model_sell_peak_local,sell,2026-05-02 22:42:00,351.0,1.6391,1,leg_gt,0.35,60 -76483,gt_model_sell_peak_local,sell,2026-05-03 01:48:00,359.0,3.958,1,leg_gt,0.48,60 -76484,gt_model_sell_peak_local,sell,2026-05-03 03:30:00,360.0,4.2478,1,leg_gt,0.55,60 -76485,gt_model_sell_peak_local,sell,2026-05-03 03:36:00,362.0,4.8275,1,leg_gt,0.55,60 -76486,gt_model_sell_peak_local,sell,2026-05-03 05:12:00,362.0,4.8275,1,leg_gt,0.62,60 -76487,gt_model_sell_peak_local,sell,2026-05-03 05:15:00,362.0,4.8275,1,leg_gt,0.62,60 -76488,gt_model_sell_peak_local,sell,2026-05-03 05:18:00,362.0,4.8275,1,leg_gt,0.62,60 -76489,gt_model_sell_peak_local,sell,2026-05-03 07:51:00,359.0,3.958,1,leg_gt,0.73,60 -76490,gt_model_sell_peak_local,sell,2026-05-03 09:39:00,358.0,3.6681,1,leg_gt,0.8,60 -76491,gt_model_sell_peak_local,sell,2026-05-03 10:03:00,357.0,3.3783,1,leg_gt,0.82,60 -76492,gt_model_sell_peak_local,sell,2026-05-03 12:51:00,355.0,2.7986,1,leg_gt,0.94,60 -76493,gt_model_sell_peak_local,sell,2026-05-03 13:57:00,354.0,2.5087,1,leg_gt,0.98,60 -76494,gt_model_sell_peak_local,sell,2026-05-03 14:06:00,354.0,2.5087,1,leg_gt,0.99,60 -76495,gt_model_sell_peak_local,sell,2026-05-03 14:33:00,355.0,2.7986,1,leg_gt,1.01,60 -76496,gt_model_sell_peak_local,sell,2026-05-03 14:36:00,355.0,2.7986,1,leg_gt,1.01,60 -76497,gt_model_sell_peak_local,sell,2026-05-03 14:39:00,355.0,2.7986,1,leg_gt,1.01,60 -76498,gt_model_sell_peak_local,sell,2026-05-03 14:45:00,354.0,2.5087,1,leg_gt,1.02,60 -76499,gt_model_sell_peak_local,sell,2026-05-03 15:00:00,354.0,2.5087,1,leg_gt,1.03,60 -76500,gt_model_sell_peak_local,sell,2026-05-03 15:15:00,353.0,2.2188,1,leg_gt,1.04,60 -76501,gt_model_sell_peak_local,sell,2026-05-03 15:18:00,354.0,2.5087,1,leg_gt,1.04,60 -76502,gt_model_sell_peak_local,sell,2026-05-03 15:30:00,353.0,2.2188,1,leg_gt,1.05,60 -76503,gt_model_sell_peak_local,sell,2026-05-03 15:36:00,353.0,2.2188,1,leg_gt,1.05,60 -76504,gt_model_sell_peak_local,sell,2026-05-03 15:39:00,354.0,2.5087,1,leg_gt,1.05,60 -76505,gt_model_sell_peak_local,sell,2026-05-03 15:48:00,355.0,2.7986,1,leg_gt,1.06,60 -76506,gt_model_sell_peak_local,sell,2026-05-03 17:06:00,355.0,2.7986,1,leg_gt,1.11,60 -76507,gt_model_sell_peak_local,sell,2026-05-03 17:24:00,355.0,2.7986,1,leg_gt,1.13,60 -76508,gt_model_sell_peak_local,sell,2026-05-03 17:45:00,356.0,3.0884,1,leg_gt,1.14,60 -76509,gt_model_sell_peak_local,sell,2026-05-03 18:18:00,353.0,2.2188,1,leg_gt,1.16,60 -76510,gt_model_sell_peak_local,sell,2026-05-03 18:33:00,353.0,2.2188,1,leg_gt,1.18,60 -76511,gt_model_sell_peak_local,sell,2026-05-03 18:45:00,354.0,2.5087,1,leg_gt,1.18,60 -76512,gt_model_sell_peak_local,sell,2026-05-03 21:45:00,355.0,2.7986,1,leg_gt,1.31,60 -76513,gt_model_sell_peak_local,sell,2026-05-03 22:06:00,354.0,2.5087,1,leg_gt,1.32,60 -76514,gt_model_sell_peak_local,sell,2026-05-03 22:12:00,353.0,2.2188,1,leg_gt,1.33,60 -76515,gt_model_sell_peak_local,sell,2026-05-03 22:33:00,353.0,2.2188,1,leg_gt,1.34,60 -76516,gt_model_sell_peak_local,sell,2026-05-03 22:42:00,353.0,2.2188,1,leg_gt,1.35,60 -76517,gt_model_sell_peak_local,sell,2026-05-03 22:45:00,353.0,2.2188,1,leg_gt,1.35,60 -76518,gt_model_sell_peak_local,sell,2026-05-04 00:48:00,354.0,2.5087,1,leg_gt,1.44,60 -76519,gt_model_sell_peak_local,sell,2026-05-04 01:03:00,355.0,2.7986,1,leg_gt,1.45,60 -76520,gt_model_sell_peak_local,sell,2026-05-04 01:27:00,355.0,2.7986,1,leg_gt,1.46,60 -76521,gt_model_sell_peak_local,sell,2026-05-04 01:30:00,354.0,2.5087,1,leg_gt,1.46,60 -76522,gt_model_sell_peak_local,sell,2026-05-04 01:33:00,355.0,2.7986,1,leg_gt,1.47,60 -76523,gt_model_sell_peak_local,sell,2026-05-04 03:12:00,356.0,3.0884,1,leg_gt,1.54,60 -76524,gt_model_sell_peak_local,sell,2026-05-04 05:39:00,357.0,3.3783,1,leg_gt,1.64,60 -76525,gt_model_sell_peak_local,sell,2026-05-04 05:42:00,356.0,3.0884,1,leg_gt,1.64,60 -76526,gt_model_sell_peak_local,sell,2026-05-04 06:15:00,356.0,3.0884,1,leg_gt,1.66,60 -76527,gt_model_sell_peak_local,sell,2026-05-04 06:24:00,355.0,2.7986,1,leg_gt,1.67,60 -76528,gt_model_sell_peak_local,sell,2026-05-04 06:27:00,355.0,2.7986,1,leg_gt,1.67,60 -76529,gt_model_sell_peak_local,sell,2026-05-04 06:36:00,355.0,2.7986,1,leg_gt,1.68,60 -76530,gt_model_sell_peak_local,sell,2026-05-04 06:42:00,354.0,2.5087,1,leg_gt,1.68,60 -76531,gt_model_sell_peak_local,sell,2026-05-04 08:15:00,354.0,2.5087,1,leg_gt,1.75,60 -76532,gt_model_sell_peak_local,sell,2026-05-04 08:45:00,352.0,1.929,1,leg_gt,1.77,60 -76533,gt_model_sell_peak_local,sell,2026-05-04 12:39:00,354.0,1.6241,1,leg_gt,0.14,60 -76534,gt_model_sell_peak_local,sell,2026-05-04 12:42:00,355.0,1.9115,1,leg_gt,0.14,60 -76535,gt_model_sell_peak_local,sell,2026-05-04 12:45:00,356.0,2.1989,1,leg_gt,0.14,60 -76536,gt_model_sell_peak_local,sell,2026-05-04 12:54:00,357.0,2.4862,1,leg_gt,0.15,60 -76537,gt_model_sell_peak_local,sell,2026-05-04 12:57:00,356.0,2.1989,1,leg_gt,0.15,60 -76538,gt_model_sell_peak_local,sell,2026-05-04 13:09:00,358.0,2.7736,1,leg_gt,0.16,60 -76539,gt_model_sell_peak_local,sell,2026-05-04 14:21:00,357.0,2.4862,1,leg_gt,0.21,60 -76540,gt_model_sell_peak_local,sell,2026-05-04 15:39:00,355.0,1.9115,1,leg_gt,0.26,60 -76541,gt_model_sell_peak_local,sell,2026-05-04 15:42:00,356.0,2.1989,1,leg_gt,0.26,60 -76542,gt_model_sell_peak_local,sell,2026-05-04 15:45:00,355.0,1.9115,1,leg_gt,0.27,60 -76543,gt_model_sell_peak_local,sell,2026-05-04 15:48:00,355.0,1.9115,1,leg_gt,0.27,60 -76544,gt_model_sell_peak_local,sell,2026-05-04 15:54:00,357.0,2.4862,1,leg_gt,0.27,60 -76545,gt_model_sell_peak_local,sell,2026-05-04 15:57:00,357.0,2.4862,1,leg_gt,0.28,60 -76546,gt_model_sell_peak_local,sell,2026-05-04 16:00:00,357.0,2.4862,1,leg_gt,0.28,60 -76547,gt_model_sell_peak_local,sell,2026-05-04 16:03:00,357.0,2.4862,1,leg_gt,0.28,60 -76548,gt_model_sell_peak_local,sell,2026-05-04 17:09:00,354.0,1.6241,1,leg_gt,0.32,60 -76549,gt_model_sell_peak_local,sell,2026-05-04 17:21:00,355.0,1.9115,1,leg_gt,0.33,60 -76550,gt_model_sell_peak_local,sell,2026-05-04 19:48:00,351.0,0.7621,1,leg_gt,0.44,60 -76551,gt_model_sell_peak_local,sell,2026-05-04 19:51:00,352.0,1.0494,1,leg_gt,0.44,60 -76552,gt_model_sell_peak_local,sell,2026-05-04 19:54:00,351.0,0.7621,1,leg_gt,0.44,60 -76553,gt_model_sell_peak_local,sell,2026-05-04 19:57:00,350.0,0.4747,1,leg_gt,0.44,60 -76554,gt_model_sell_peak_local,sell,2026-05-04 21:06:00,352.0,1.0494,1,leg_gt,0.49,60 -76555,gt_model_sell_peak_local,sell,2026-05-04 22:15:00,349.0,0.1874,1,leg_gt,0.54,60 -76556,gt_model_sell_peak_local,sell,2026-05-04 22:21:00,350.0,0.4747,1,leg_gt,0.54,60 -76557,gt_model_sell_peak_local,sell,2026-05-04 22:24:00,350.0,0.4747,1,leg_gt,0.54,60 -76558,gt_model_sell_peak_local,sell,2026-05-04 22:33:00,350.0,0.4747,1,leg_gt,0.55,60 -76559,gt_model_sell_peak_local,sell,2026-05-05 00:51:00,350.0,0.4747,1,leg_gt,0.65,60 -76560,gt_model_sell_peak_local,sell,2026-05-05 00:54:00,350.0,0.4747,1,leg_gt,0.65,60 -76561,gt_model_sell_peak_local,sell,2026-05-05 01:00:00,350.0,0.4747,1,leg_gt,0.65,60 -76562,gt_model_sell_peak_local,sell,2026-05-05 01:03:00,351.0,0.7621,1,leg_gt,0.65,60 -76563,gt_model_sell_peak_local,sell,2026-05-05 01:06:00,351.0,0.7621,1,leg_gt,0.66,60 -76564,gt_model_sell_peak_local,sell,2026-05-05 01:09:00,349.0,0.1874,1,leg_gt,0.66,60 -76565,gt_model_sell_peak_local,sell,2026-05-05 01:15:00,350.0,0.4747,1,leg_gt,0.66,60 -76566,gt_model_sell_peak_local,sell,2026-05-05 04:15:00,355.0,1.9115,1,leg_gt,0.79,60 -76567,gt_model_sell_peak_local,sell,2026-05-05 04:18:00,355.0,1.9115,1,leg_gt,0.79,60 -76568,gt_model_sell_peak_local,sell,2026-05-05 04:27:00,354.0,1.6241,1,leg_gt,0.8,60 -76569,gt_model_sell_peak_local,sell,2026-05-05 04:51:00,353.0,1.3368,1,leg_gt,0.81,60 -76570,gt_model_sell_peak_local,sell,2026-05-05 04:54:00,353.0,1.3368,1,leg_gt,0.81,60 -76571,gt_model_sell_peak_local,sell,2026-05-05 04:57:00,353.0,1.3368,1,leg_gt,0.82,60 -76572,gt_model_sell_peak_local,sell,2026-05-05 07:45:00,351.0,0.7621,1,leg_gt,0.93,60 -76573,gt_model_sell_peak_local,sell,2026-05-05 07:48:00,352.0,1.0494,1,leg_gt,0.94,60 -76574,gt_model_sell_peak_local,sell,2026-05-05 07:54:00,352.0,1.0494,1,leg_gt,0.94,60 -76575,gt_model_sell_peak_local,sell,2026-05-05 07:57:00,352.0,1.0494,1,leg_gt,0.94,60 -76576,gt_model_sell_peak_local,sell,2026-05-05 08:06:00,351.0,0.7621,1,leg_gt,0.95,60 -76577,gt_model_sell_peak_local,sell,2026-05-05 08:09:00,351.0,0.7621,1,leg_gt,0.95,60 -76578,gt_model_sell_peak_local,sell,2026-05-05 12:36:00,356.0,2.1989,1,leg_gt,1.14,60 -76579,gt_model_sell_peak_local,sell,2026-05-05 14:24:00,356.0,2.1989,1,leg_gt,1.21,60 -76580,gt_model_sell_peak_local,sell,2026-05-05 14:27:00,356.0,2.1989,1,leg_gt,1.21,60 -76581,gt_model_sell_peak_local,sell,2026-05-05 16:51:00,360.0,3.3483,1,leg_gt,1.31,60 -76582,gt_model_sell_peak_local,sell,2026-05-05 17:21:00,360.0,3.3483,1,leg_gt,1.33,60 -76583,gt_model_sell_peak_local,sell,2026-05-05 18:57:00,359.0,3.0609,1,leg_gt,1.4,60 -76584,gt_model_sell_peak_local,sell,2026-05-05 19:00:00,360.0,3.3483,1,leg_gt,1.4,60 -76585,gt_model_sell_peak_local,sell,2026-05-05 19:03:00,359.0,3.0609,1,leg_gt,1.4,60 -76586,gt_model_sell_peak_local,sell,2026-05-05 19:06:00,359.0,3.0609,1,leg_gt,1.41,60 -76587,gt_model_sell_peak_local,sell,2026-05-05 20:42:00,361.0,3.6356,1,leg_gt,1.47,60 -76588,gt_model_sell_peak_local,sell,2026-05-05 22:30:00,361.0,3.6356,1,leg_gt,1.55,60 -76589,gt_model_sell_peak_local,sell,2026-05-05 22:36:00,359.0,3.0609,1,leg_gt,1.55,60 -76590,gt_model_sell_peak_local,sell,2026-05-05 22:48:00,361.0,3.6356,1,leg_gt,1.56,60 -76591,gt_model_sell_peak_local,sell,2026-05-05 23:06:00,361.0,3.6356,1,leg_gt,1.57,60 -76592,gt_model_sell_peak_local,sell,2026-05-05 23:09:00,362.0,3.923,1,leg_gt,1.58,60 -76593,gt_model_sell_peak_local,sell,2026-05-06 00:09:00,358.0,2.7736,1,leg_gt,1.62,60 -76594,gt_model_sell_peak_local,sell,2026-05-06 00:24:00,359.0,3.0609,1,leg_gt,1.63,60 -76595,gt_model_sell_peak_local,sell,2026-05-06 00:30:00,359.0,3.0609,1,leg_gt,1.63,60 -76596,gt_model_sell_peak_local,sell,2026-05-06 01:39:00,357.0,2.4862,1,leg_gt,1.68,60 -76597,gt_model_sell_peak_local,sell,2026-05-06 01:48:00,358.0,2.7736,1,leg_gt,1.69,60 -76598,gt_model_sell_peak_local,sell,2026-05-06 02:27:00,359.0,3.0609,1,leg_gt,1.71,60 -76599,gt_model_sell_peak_local,sell,2026-05-06 07:09:00,366.0,5.0724,1,leg_gt,1.91,60 -76600,gt_model_sell_peak_local,sell,2026-05-06 11:51:00,367.0,5.3598,1,leg_gt,2.1,60 -76601,gt_model_sell_peak_local,sell,2026-05-06 14:12:00,368.0,5.6471,1,leg_gt,2.2,60 -76602,gt_model_sell_peak_local,sell,2026-05-06 15:30:00,369.0,5.9345,1,leg_gt,2.26,60 -76603,gt_model_sell_peak_local,sell,2026-05-06 17:24:00,375.0,7.6586,1,leg_gt,2.34,60 -76604,gt_model_sell_peak_local,sell,2026-05-06 17:27:00,374.0,7.3713,1,leg_gt,2.34,60 -76605,gt_model_sell_peak_local,sell,2026-05-06 20:33:00,379.0,8.808,1,leg_gt,2.47,60 -76606,gt_model_sell_peak_local,sell,2026-05-06 20:36:00,380.0,9.0954,1,leg_gt,2.47,60 -76607,gt_model_sell_peak_local,sell,2026-05-06 20:39:00,380.0,9.0954,1,leg_gt,2.47,60 -76608,gt_model_sell_peak_local,sell,2026-05-06 20:42:00,379.0,8.808,1,leg_gt,2.47,60 -76609,gt_model_sell_peak_local,sell,2026-05-06 20:45:00,379.0,8.808,1,leg_gt,2.48,60 -76610,gt_model_sell_peak_local,sell,2026-05-06 20:48:00,380.0,9.0954,1,leg_gt,2.48,60 -76611,gt_model_sell_peak_local,sell,2026-05-06 20:54:00,380.0,9.0954,1,leg_gt,2.48,60 -76612,gt_model_sell_peak_local,sell,2026-05-06 22:48:00,374.0,7.3713,1,leg_gt,2.56,60 -76613,gt_model_sell_peak_local,sell,2026-05-06 22:51:00,374.0,7.3713,1,leg_gt,2.56,60 -76614,gt_model_sell_peak_local,sell,2026-05-07 02:09:00,378.0,8.5207,1,leg_gt,2.7,60 -76615,gt_model_sell_peak_local,sell,2026-05-07 02:12:00,378.0,8.5207,1,leg_gt,2.7,60 -76616,gt_model_sell_peak_local,sell,2026-05-07 03:06:00,375.0,7.6586,1,leg_gt,2.74,60 -76617,gt_model_sell_peak_local,sell,2026-05-07 03:15:00,376.0,7.946,1,leg_gt,2.75,60 -76618,gt_model_sell_peak_local,sell,2026-05-07 05:03:00,376.0,7.946,1,leg_gt,2.82,60 -76619,gt_model_sell_peak_local,sell,2026-05-07 06:12:00,376.0,7.946,1,leg_gt,2.87,60 -76620,gt_model_sell_peak_local,sell,2026-05-07 06:15:00,376.0,7.946,1,leg_gt,2.87,60 -76621,gt_model_sell_peak_local,sell,2026-05-07 06:18:00,376.0,7.946,1,leg_gt,2.87,60 -76622,gt_model_sell_peak_local,sell,2026-05-07 06:21:00,376.0,7.946,1,leg_gt,2.88,60 -76623,gt_model_sell_peak_local,sell,2026-05-07 06:27:00,377.0,8.2333,1,leg_gt,2.88,60 -76624,gt_model_sell_peak_local,sell,2026-05-07 07:39:00,375.0,7.6586,1,leg_gt,2.93,60 -76625,gt_model_sell_peak_local,sell,2026-05-07 07:42:00,375.0,7.6586,1,leg_gt,2.93,60 -76626,gt_model_sell_peak_local,sell,2026-05-07 07:51:00,374.0,7.3713,1,leg_gt,2.94,60 -76627,gt_model_sell_peak_local,sell,2026-05-07 07:54:00,376.0,7.946,1,leg_gt,2.94,60 -76628,gt_model_sell_peak_local,sell,2026-05-07 09:57:00,373.0,7.0839,1,leg_gt,3.02,60 -76629,gt_model_sell_peak_local,sell,2026-05-07 10:00:00,373.0,7.0839,1,leg_gt,3.03,60 -76630,gt_model_sell_peak_local,sell,2026-05-07 12:57:00,366.0,0.174,1,leg_gt,0.07,60 -76631,gt_model_sell_peak_local,sell,2026-05-07 15:00:00,373.0,2.0918,1,leg_gt,0.16,60 -76632,gt_model_sell_peak_local,sell,2026-05-07 15:03:00,372.0,1.8178,1,leg_gt,0.16,60 -76633,gt_model_sell_peak_local,sell,2026-05-07 15:09:00,372.0,1.8178,1,leg_gt,0.16,60 -76634,gt_model_sell_peak_local,sell,2026-05-07 15:12:00,371.0,1.5438,1,leg_gt,0.17,60 -76635,gt_model_sell_peak_local,sell,2026-05-07 15:15:00,371.0,1.5438,1,leg_gt,0.17,60 -76636,gt_model_sell_peak_local,sell,2026-05-07 15:18:00,371.0,1.5438,1,leg_gt,0.17,60 -76637,gt_model_sell_peak_local,sell,2026-05-07 15:24:00,372.0,1.8178,1,leg_gt,0.18,60 -76638,gt_model_sell_peak_local,sell,2026-05-07 15:27:00,371.0,1.5438,1,leg_gt,0.18,60 -76639,gt_model_sell_peak_local,sell,2026-05-07 17:06:00,382.0,4.5575,1,leg_gt,0.25,60 -76640,gt_model_sell_peak_local,sell,2026-05-07 17:21:00,381.0,4.2836,1,leg_gt,0.26,60 -76641,gt_model_sell_peak_local,sell,2026-05-07 17:24:00,381.0,4.2836,1,leg_gt,0.26,60 -76642,gt_model_sell_peak_local,sell,2026-05-07 17:27:00,381.0,4.2836,1,leg_gt,0.26,60 -76643,gt_model_sell_peak_local,sell,2026-05-07 18:30:00,380.0,4.0096,1,leg_gt,0.3,60 -76644,gt_model_sell_peak_local,sell,2026-05-07 18:33:00,380.0,4.0096,1,leg_gt,0.31,60 -76645,gt_model_sell_peak_local,sell,2026-05-07 18:39:00,379.0,3.7356,1,leg_gt,0.31,60 -76646,gt_model_sell_peak_local,sell,2026-05-07 18:42:00,379.0,3.7356,1,leg_gt,0.31,60 -76647,gt_model_sell_peak_local,sell,2026-05-07 18:51:00,380.0,4.0096,1,leg_gt,0.32,60 -76648,gt_model_sell_peak_local,sell,2026-05-07 18:54:00,379.0,3.7356,1,leg_gt,0.32,60 -76649,gt_model_sell_peak_local,sell,2026-05-07 19:00:00,379.0,3.7356,1,leg_gt,0.32,60 -76650,gt_model_sell_peak_local,sell,2026-05-07 21:12:00,380.0,4.0096,1,leg_gt,0.42,60 -76651,gt_model_sell_peak_local,sell,2026-05-07 21:27:00,380.0,4.0096,1,leg_gt,0.43,60 -76652,gt_model_sell_peak_local,sell,2026-05-07 21:30:00,380.0,4.0096,1,leg_gt,0.43,60 -76653,gt_model_sell_peak_local,sell,2026-05-07 21:39:00,380.0,4.0096,1,leg_gt,0.44,60 -76654,gt_model_sell_peak_local,sell,2026-05-07 22:12:00,379.0,3.7356,1,leg_gt,0.46,60 -76655,gt_model_sell_peak_local,sell,2026-05-07 22:27:00,380.0,4.0096,1,leg_gt,0.47,60 -76656,gt_model_sell_peak_local,sell,2026-05-07 22:36:00,377.0,3.1877,1,leg_gt,0.48,60 -76657,gt_model_sell_peak_local,sell,2026-05-07 22:39:00,377.0,3.1877,1,leg_gt,0.48,60 -76658,gt_model_sell_peak_local,sell,2026-05-07 22:42:00,376.0,2.9137,1,leg_gt,0.48,60 -76659,gt_model_sell_peak_local,sell,2026-05-07 22:45:00,376.0,2.9137,1,leg_gt,0.48,60 -76660,gt_model_sell_peak_local,sell,2026-05-07 22:51:00,373.0,2.0918,1,leg_gt,0.49,60 -76661,gt_model_sell_peak_local,sell,2026-05-07 22:54:00,375.0,2.6397,1,leg_gt,0.49,60 -76662,gt_model_sell_peak_local,sell,2026-05-07 22:57:00,375.0,2.6397,1,leg_gt,0.49,60 -76663,gt_model_sell_peak_local,sell,2026-05-07 23:00:00,375.0,2.6397,1,leg_gt,0.49,60 -76664,gt_model_sell_peak_local,sell,2026-05-07 23:03:00,375.0,2.6397,1,leg_gt,0.49,60 -76665,gt_model_sell_peak_local,sell,2026-05-07 23:06:00,375.0,2.6397,1,leg_gt,0.5,60 -76666,gt_model_sell_peak_local,sell,2026-05-07 23:21:00,376.0,2.9137,1,leg_gt,0.51,60 -76667,gt_model_sell_peak_local,sell,2026-05-07 23:24:00,376.0,2.9137,1,leg_gt,0.51,60 -76668,gt_model_sell_peak_local,sell,2026-05-08 02:24:00,373.0,1.2587,1,leg_gt,0.08,60 -76669,gt_model_sell_peak_local,sell,2026-05-08 02:27:00,370.0,0.4435,1,leg_gt,0.08,60 -76670,gt_model_sell_peak_local,sell,2026-05-08 02:30:00,370.0,0.4435,1,leg_gt,0.09,60 -76671,gt_model_sell_peak_local,sell,2026-05-08 02:48:00,370.0,0.4435,1,leg_gt,0.1,60 -76672,gt_model_sell_peak_local,sell,2026-05-08 02:54:00,371.0,0.7152,1,leg_gt,0.1,60 -76673,gt_model_sell_peak_local,sell,2026-05-08 04:45:00,374.0,1.5304,1,leg_gt,0.18,60 -76674,gt_model_sell_peak_local,sell,2026-05-08 04:48:00,373.0,1.2587,1,leg_gt,0.18,60 -76675,gt_model_sell_peak_local,sell,2026-05-08 04:51:00,374.0,1.5304,1,leg_gt,0.18,60 -76676,gt_model_sell_peak_local,sell,2026-05-08 06:03:00,370.0,0.4435,1,leg_gt,0.23,60 -76677,gt_model_sell_peak_local,sell,2026-05-08 08:21:00,371.0,0.7152,1,leg_gt,0.33,60 -76678,gt_model_sell_peak_local,sell,2026-05-08 10:12:00,371.0,0.7152,1,leg_gt,0.41,60 -76679,gt_model_sell_peak_local,sell,2026-05-08 10:21:00,372.0,0.987,1,leg_gt,0.41,60 -76680,gt_model_sell_peak_local,sell,2026-05-08 10:24:00,374.0,1.5304,1,leg_gt,0.41,60 -76681,gt_model_sell_peak_local,sell,2026-05-08 11:42:00,374.0,1.5304,1,leg_gt,0.47,60 -76682,gt_model_sell_peak_local,sell,2026-05-08 11:45:00,375.0,1.8022,1,leg_gt,0.47,60 -76683,gt_model_sell_peak_local,sell,2026-05-08 11:57:00,375.0,1.8022,1,leg_gt,0.48,60 -76684,gt_model_sell_peak_local,sell,2026-05-08 12:33:00,376.0,2.0739,1,leg_gt,0.5,60 -76685,gt_model_sell_peak_local,sell,2026-05-08 12:36:00,375.0,1.8022,1,leg_gt,0.51,60 -76686,gt_model_sell_peak_local,sell,2026-05-08 12:45:00,375.0,1.8022,1,leg_gt,0.51,60 -76687,gt_model_sell_peak_local,sell,2026-05-08 12:48:00,374.0,1.5304,1,leg_gt,0.51,60 -76688,gt_model_sell_peak_local,sell,2026-05-08 12:51:00,375.0,1.8022,1,leg_gt,0.52,60 -76689,gt_model_sell_peak_local,sell,2026-05-08 15:12:00,378.0,2.6174,1,leg_gt,0.61,60 -76690,gt_model_sell_peak_local,sell,2026-05-08 15:15:00,378.0,2.6174,1,leg_gt,0.62,60 -76691,gt_model_sell_peak_local,sell,2026-05-08 16:18:00,379.0,2.8891,1,leg_gt,0.66,60 -76692,gt_model_sell_peak_local,sell,2026-05-08 16:21:00,379.0,2.8891,1,leg_gt,0.66,60 -76693,gt_model_sell_peak_local,sell,2026-05-08 18:30:00,381.0,3.4326,1,leg_gt,0.75,60 -76694,gt_model_sell_peak_local,sell,2026-05-08 18:36:00,382.0,3.7043,1,leg_gt,0.76,60 -76695,gt_model_sell_peak_local,sell,2026-05-08 21:30:00,382.0,3.7043,1,leg_gt,0.88,60 -76696,gt_model_sell_peak_local,sell,2026-05-08 21:51:00,380.0,3.1609,1,leg_gt,0.89,60 -76697,gt_model_sell_peak_local,sell,2026-05-08 21:54:00,380.0,3.1609,1,leg_gt,0.89,60 -76698,gt_model_sell_peak_local,sell,2026-05-08 21:57:00,381.0,3.4326,1,leg_gt,0.9,60 -76699,gt_model_sell_peak_local,sell,2026-05-08 22:00:00,380.0,3.1609,1,leg_gt,0.9,60 -76700,gt_model_sell_peak_local,sell,2026-05-08 22:03:00,380.0,3.1609,1,leg_gt,0.9,60 -76701,gt_model_sell_peak_local,sell,2026-05-09 01:57:00,391.0,6.15,1,leg_gt,1.06,60 -76702,gt_model_sell_peak_local,sell,2026-05-09 05:30:00,401.0,8.8674,1,leg_gt,1.21,60 -76703,gt_model_sell_peak_local,sell,2026-05-09 07:51:00,402.0,9.1391,1,leg_gt,1.31,60 -76704,gt_model_sell_peak_local,sell,2026-05-09 10:45:00,405.0,9.9543,1,leg_gt,1.43,60 -76705,gt_model_sell_peak_local,sell,2026-05-09 10:48:00,406.0,10.2261,1,leg_gt,1.43,60 -76706,gt_model_sell_peak_local,sell,2026-05-09 10:51:00,407.0,10.4978,1,leg_gt,1.43,60 -76707,gt_model_sell_peak_local,sell,2026-05-09 11:33:00,405.0,9.9543,1,leg_gt,1.46,60 -76708,gt_model_sell_peak_local,sell,2026-05-09 11:36:00,406.0,10.2261,1,leg_gt,1.46,60 -76709,gt_model_sell_peak_local,sell,2026-05-09 11:39:00,406.0,10.2261,1,leg_gt,1.47,60 -76710,gt_model_sell_peak_local,sell,2026-05-09 11:48:00,405.0,9.9543,1,leg_gt,1.47,60 -76711,gt_model_sell_peak_local,sell,2026-05-09 11:51:00,404.0,9.6826,1,leg_gt,1.48,60 -76712,gt_model_sell_peak_local,sell,2026-05-09 11:54:00,404.0,9.6826,1,leg_gt,1.48,60 -76713,gt_model_sell_peak_local,sell,2026-05-09 11:57:00,405.0,9.9543,1,leg_gt,1.48,60 -76714,gt_model_sell_peak_local,sell,2026-05-09 12:15:00,406.0,10.2261,1,leg_gt,1.49,60 -76715,gt_model_sell_peak_local,sell,2026-05-09 13:09:00,407.0,10.4978,1,leg_gt,1.53,60 -76716,gt_model_sell_peak_local,sell,2026-05-09 13:12:00,406.0,10.2261,1,leg_gt,1.53,60 -76717,gt_model_sell_peak_local,sell,2026-05-09 13:15:00,406.0,10.2261,1,leg_gt,1.53,60 -76718,gt_model_sell_peak_local,sell,2026-05-09 13:18:00,405.0,9.9543,1,leg_gt,1.54,60 -76719,gt_model_sell_peak_local,sell,2026-05-09 13:21:00,405.0,9.9543,1,leg_gt,1.54,60 -76720,gt_model_sell_peak_local,sell,2026-05-09 13:24:00,404.0,9.6826,1,leg_gt,1.54,60 -76721,gt_model_sell_peak_local,sell,2026-05-09 14:06:00,401.0,8.8674,1,leg_gt,1.57,60 -76722,gt_model_sell_peak_local,sell,2026-05-09 14:09:00,402.0,9.1391,1,leg_gt,1.57,60 -76723,gt_model_sell_peak_local,sell,2026-05-09 16:06:00,403.0,9.4109,1,leg_gt,1.65,60 -76724,gt_model_sell_peak_local,sell,2026-05-09 16:12:00,402.0,9.1391,1,leg_gt,1.66,60 -76725,gt_model_sell_peak_local,sell,2026-05-09 16:33:00,401.0,8.8674,1,leg_gt,1.67,60 -76726,gt_model_sell_peak_local,sell,2026-05-09 19:03:00,396.0,7.5087,1,leg_gt,1.78,60 -76727,gt_model_sell_peak_local,sell,2026-05-09 22:27:00,403.0,9.4109,1,leg_gt,1.92,60 -76728,gt_model_sell_peak_local,sell,2026-05-09 23:27:00,397.0,7.7804,1,leg_gt,1.96,60 -76729,gt_model_sell_peak_local,sell,2026-05-10 01:36:00,397.0,7.7804,1,leg_gt,2.05,60 -76730,gt_model_sell_peak_local,sell,2026-05-10 03:39:00,402.0,9.1391,1,leg_gt,2.13,60 -76731,gt_model_sell_peak_local,sell,2026-05-10 04:06:00,401.0,8.8674,1,leg_gt,2.15,60 -76732,gt_model_sell_peak_local,sell,2026-05-10 04:09:00,401.0,8.8674,1,leg_gt,2.15,60 -76733,gt_model_sell_peak_local,sell,2026-05-10 04:12:00,401.0,8.8674,1,leg_gt,2.16,60 -76734,gt_model_sell_peak_local,sell,2026-05-10 04:24:00,401.0,8.8674,1,leg_gt,2.16,60 -76735,gt_model_sell_peak_local,sell,2026-05-10 04:36:00,402.0,9.1391,1,leg_gt,2.17,60 -76736,gt_model_sell_peak_local,sell,2026-05-10 04:42:00,401.0,8.8674,1,leg_gt,2.18,60 -76737,gt_model_sell_peak_local,sell,2026-05-10 04:45:00,401.0,8.8674,1,leg_gt,2.18,60 -76738,gt_model_sell_peak_local,sell,2026-05-10 04:57:00,401.0,8.8674,1,leg_gt,2.19,60 -76739,gt_model_sell_peak_local,sell,2026-05-10 06:00:00,401.0,8.8674,1,leg_gt,2.23,60 -76740,gt_model_sell_peak_local,sell,2026-05-10 06:03:00,400.0,8.5957,1,leg_gt,2.23,60 -76741,gt_model_sell_peak_local,sell,2026-05-10 06:06:00,401.0,8.8674,1,leg_gt,2.24,60 -76742,gt_model_sell_peak_local,sell,2026-05-10 07:21:00,400.0,8.5957,1,leg_gt,2.29,60 -76743,gt_model_sell_peak_local,sell,2026-05-10 08:27:00,398.0,8.0522,1,leg_gt,2.33,60 -76744,gt_model_sell_peak_local,sell,2026-05-10 08:42:00,398.0,8.0522,1,leg_gt,2.34,60 -76745,gt_model_sell_peak_local,sell,2026-05-10 08:45:00,398.0,8.0522,1,leg_gt,2.35,60 -76746,gt_model_sell_peak_local,sell,2026-05-10 08:48:00,398.0,8.0522,1,leg_gt,2.35,60 -76747,gt_model_sell_peak_local,sell,2026-05-10 08:51:00,398.0,8.0522,1,leg_gt,2.35,60 -76748,gt_model_sell_peak_local,sell,2026-05-10 10:27:00,392.0,6.4217,1,leg_gt,2.42,60 -76749,gt_model_sell_peak_local,sell,2026-05-10 10:33:00,393.0,0.4115,1,leg_gt,0.0,60 -76750,gt_model_sell_peak_local,sell,2026-05-10 12:30:00,394.0,0.6673,1,leg_gt,0.09,60 -76751,gt_model_sell_peak_local,sell,2026-05-10 13:12:00,394.0,0.6673,1,leg_gt,0.11,60 -76752,gt_model_sell_peak_local,sell,2026-05-10 13:42:00,394.0,0.6673,1,leg_gt,0.14,60 -76753,gt_model_sell_peak_local,sell,2026-05-10 13:45:00,393.0,0.4115,1,leg_gt,0.14,60 -76754,gt_model_sell_peak_local,sell,2026-05-10 14:00:00,393.0,0.4115,1,leg_gt,0.15,60 -76755,gt_model_sell_peak_local,sell,2026-05-10 16:06:00,396.0,1.1788,1,leg_gt,0.24,60 -76756,gt_model_sell_peak_local,sell,2026-05-10 19:03:00,400.0,2.2018,1,leg_gt,0.36,60 -76757,gt_model_sell_peak_local,sell,2026-05-10 19:18:00,400.0,2.2018,1,leg_gt,0.37,60 -76758,gt_model_sell_peak_local,sell,2026-05-10 19:27:00,402.0,2.7133,1,leg_gt,0.38,60 -76759,gt_model_sell_peak_local,sell,2026-05-10 19:30:00,401.0,2.4575,1,leg_gt,0.38,60 -76760,gt_model_sell_peak_local,sell,2026-05-10 19:48:00,402.0,2.7133,1,leg_gt,0.39,60 -76761,gt_model_sell_peak_local,sell,2026-05-10 19:51:00,402.0,2.7133,1,leg_gt,0.39,60 -76762,gt_model_sell_peak_local,sell,2026-05-10 20:24:00,399.0,1.946,1,leg_gt,0.41,60 -76763,gt_model_sell_peak_local,sell,2026-05-10 20:27:00,401.0,2.4575,1,leg_gt,0.42,60 -76764,gt_model_sell_peak_local,sell,2026-05-10 20:39:00,400.0,2.2018,1,leg_gt,0.42,60 -76765,gt_model_sell_peak_local,sell,2026-05-10 20:48:00,399.0,1.946,1,leg_gt,0.43,60 -76766,gt_model_sell_peak_local,sell,2026-05-10 20:51:00,398.0,1.6903,1,leg_gt,0.43,60 -76767,gt_model_sell_peak_local,sell,2026-05-10 20:54:00,398.0,1.6903,1,leg_gt,0.44,60 -76768,gt_model_sell_peak_local,sell,2026-05-10 23:24:00,400.0,2.2018,1,leg_gt,0.54,60 -76769,gt_model_sell_peak_local,sell,2026-05-10 23:54:00,402.0,2.7133,1,leg_gt,0.56,60 -76770,gt_model_sell_peak_local,sell,2026-05-11 02:12:00,414.0,5.7824,1,leg_gt,0.66,60 -76771,gt_model_sell_peak_local,sell,2026-05-11 02:15:00,415.0,6.0381,1,leg_gt,0.66,60 -76772,gt_model_sell_peak_local,sell,2026-05-11 05:36:00,413.0,5.5266,1,leg_gt,0.8,60 -76773,gt_model_sell_peak_local,sell,2026-05-11 05:48:00,404.0,3.2248,1,leg_gt,0.81,60 -76774,gt_model_sell_peak_local,sell,2026-05-11 06:09:00,403.0,2.9691,1,leg_gt,0.82,60 -76775,gt_model_sell_peak_local,sell,2026-05-11 09:24:00,414.0,3.6594,1,leg_gt,0.13,60 -76776,gt_model_sell_peak_local,sell,2026-05-11 11:24:00,410.0,2.6569,1,leg_gt,0.22,60 -76777,gt_model_sell_peak_local,sell,2026-05-11 15:30:00,418.0,3.8801,1,leg_gt,0.12,60 -76778,gt_model_sell_peak_local,sell,2026-05-11 15:33:00,418.0,3.8801,1,leg_gt,0.12,60 -76779,gt_model_sell_peak_local,sell,2026-05-11 20:18:00,413.0,2.6363,1,leg_gt,0.32,60 -76780,gt_model_sell_peak_local,sell,2026-05-11 21:39:00,413.0,2.6363,1,leg_gt,0.38,60 -76781,gt_model_sell_peak_local,sell,2026-05-12 00:09:00,409.0,1.6413,1,leg_gt,0.48,60 -76782,gt_model_sell_peak_local,sell,2026-05-12 02:12:00,414.0,2.8851,1,leg_gt,0.57,60 -76783,gt_model_sell_peak_local,sell,2026-05-12 04:06:00,415.0,3.1338,1,leg_gt,0.65,60 -76784,gt_model_sell_peak_local,sell,2026-05-12 05:42:00,414.0,2.8851,1,leg_gt,0.71,60 -76785,gt_model_sell_peak_local,sell,2026-05-12 07:09:00,415.0,3.1338,1,leg_gt,0.77,60 -76786,gt_model_sell_peak_local,sell,2026-05-12 07:12:00,413.0,2.6363,1,leg_gt,0.78,60 -76787,gt_model_sell_peak_local,sell,2026-05-12 07:15:00,413.0,2.6363,1,leg_gt,0.78,60 -76788,gt_model_sell_peak_local,sell,2026-05-12 07:36:00,409.0,1.6413,1,leg_gt,0.79,60 -76789,gt_model_sell_peak_local,sell,2026-05-12 10:57:00,407.0,1.1438,1,leg_gt,0.93,60 -76790,gt_model_sell_peak_local,sell,2026-05-12 11:00:00,406.0,0.895,1,leg_gt,0.93,60 -76791,gt_model_sell_peak_local,sell,2026-05-12 13:00:00,408.0,1.3925,1,leg_gt,1.02,60 -76792,gt_model_sell_peak_local,sell,2026-05-12 15:57:00,409.0,1.6413,1,leg_gt,1.14,60 -76793,gt_model_sell_peak_local,sell,2026-05-12 16:18:00,408.0,1.3925,1,leg_gt,1.15,60 -76794,gt_model_sell_peak_local,sell,2026-05-12 16:21:00,408.0,1.3925,1,leg_gt,1.16,60 -76795,gt_model_sell_peak_local,sell,2026-05-12 17:51:00,407.0,1.1438,1,leg_gt,1.22,60 -76796,gt_model_sell_peak_local,sell,2026-05-12 19:42:00,400.0,-0.5975,0,leg_gt,1.3,60 -76797,gt_model_sell_peak_local,sell,2026-05-12 23:06:00,398.0,-1.095,0,leg_gt,1.44,60 -76798,gt_model_sell_peak_local,sell,2026-05-13 03:21:00,393.0,1.1887,1,leg_gt,0.06,60 -76799,gt_model_sell_peak_local,sell,2026-05-13 07:12:00,400.0,2.9928,1,leg_gt,0.22,60 -76800,gt_model_sell_peak_local,sell,2026-05-13 07:15:00,400.0,2.9928,1,leg_gt,0.23,60 -76801,gt_model_sell_peak_local,sell,2026-05-13 08:18:00,398.0,2.4773,1,leg_gt,0.27,60 -76802,gt_model_sell_peak_local,sell,2026-05-13 09:24:00,398.0,2.4773,1,leg_gt,0.32,60 -76803,gt_model_sell_peak_local,sell,2026-05-13 12:24:00,407.0,4.7969,1,leg_gt,0.44,60 -76804,gt_model_sell_peak_local,sell,2026-05-13 12:30:00,408.0,5.0546,1,leg_gt,0.45,60 -76805,gt_model_sell_peak_local,sell,2026-05-13 12:33:00,408.0,5.0546,1,leg_gt,0.45,60 -76806,gt_model_sell_peak_local,sell,2026-05-13 13:57:00,411.0,5.8278,1,leg_gt,0.51,60 -76807,gt_model_sell_peak_local,sell,2026-05-13 14:00:00,411.0,5.8278,1,leg_gt,0.51,60 -76808,gt_model_sell_peak_local,sell,2026-05-13 14:03:00,410.0,5.5701,1,leg_gt,0.51,60 -76809,gt_model_sell_peak_local,sell,2026-05-13 14:09:00,410.0,5.5701,1,leg_gt,0.51,60 -76810,gt_model_sell_peak_local,sell,2026-05-13 14:21:00,408.0,5.0546,1,leg_gt,0.52,60 -76811,gt_model_sell_peak_local,sell,2026-05-13 14:48:00,406.0,4.5392,1,leg_gt,0.54,60 -76812,gt_model_sell_peak_local,sell,2026-05-13 14:54:00,408.0,5.0546,1,leg_gt,0.55,60 -76813,gt_model_sell_peak_local,sell,2026-05-13 17:09:00,410.0,5.5701,1,leg_gt,0.64,60 -76814,gt_model_sell_peak_local,sell,2026-05-13 19:45:00,414.0,6.601,1,leg_gt,0.75,60 -76815,gt_model_sell_peak_local,sell,2026-05-14 04:03:00,386.0,-0.6155,0,leg_gt,1.09,60 -76816,gt_model_sell_peak_local,sell,2026-05-14 04:06:00,385.0,-0.8732,0,leg_gt,1.1,60 -76817,gt_model_sell_peak_local,sell,2026-05-14 04:15:00,385.0,-0.8732,0,leg_gt,1.1,60 -76818,gt_model_sell_peak_local,sell,2026-05-14 04:27:00,384.0,-1.1309,0,leg_gt,1.11,60 -76819,gt_model_sell_peak_local,sell,2026-05-14 04:33:00,384.0,-1.1309,0,leg_gt,1.11,60 -76820,gt_model_sell_peak_local,sell,2026-05-14 06:39:00,384.0,-1.1309,0,leg_gt,1.2,60 -76821,gt_model_sell_peak_local,sell,2026-05-14 06:51:00,384.0,-1.1309,0,leg_gt,1.21,60 -76822,gt_model_sell_peak_local,sell,2026-05-14 08:42:00,386.0,-0.6155,0,leg_gt,1.29,60 -76823,gt_model_sell_peak_local,sell,2026-05-14 09:00:00,386.0,-0.6155,0,leg_gt,1.3,60 -76824,gt_model_sell_peak_local,sell,2026-05-14 09:06:00,386.0,-0.6155,0,leg_gt,1.3,60 -76825,gt_model_sell_peak_local,sell,2026-05-14 09:09:00,387.0,-0.3577,0,leg_gt,1.31,60 -76826,gt_model_sell_peak_local,sell,2026-05-14 09:12:00,388.0,-0.1,0,leg_gt,1.31,60 -76827,gt_model_sell_peak_local,sell,2026-05-14 10:36:00,387.0,-0.3577,0,leg_gt,1.37,60 -76828,gt_model_sell_peak_local,sell,2026-05-14 12:15:00,383.0,-1.3887,0,leg_gt,1.44,60 -76829,gt_model_sell_peak_local,sell,2026-05-14 12:18:00,381.0,-1.9041,0,leg_gt,1.44,60 -76830,gt_model_sell_peak_local,sell,2026-05-14 12:21:00,379.0,-2.4196,0,leg_gt,1.44,60 -76831,gt_model_sell_peak_local,sell,2026-05-14 12:30:00,383.0,-1.3887,0,leg_gt,1.45,60 -76832,gt_model_sell_peak_local,sell,2026-05-14 12:33:00,383.0,-1.3887,0,leg_gt,1.45,60 -76833,gt_model_sell_peak_local,sell,2026-05-14 16:06:00,382.0,1.2263,1,leg_gt,0.14,60 -76834,gt_model_sell_peak_local,sell,2026-05-14 16:09:00,383.0,1.4915,1,leg_gt,0.14,60 -76835,gt_model_sell_peak_local,sell,2026-05-14 16:12:00,382.0,1.2263,1,leg_gt,0.14,60 -76836,gt_model_sell_peak_local,sell,2026-05-14 16:15:00,381.0,0.961,1,leg_gt,0.14,60 -76837,gt_model_sell_peak_local,sell,2026-05-14 16:18:00,381.0,0.961,1,leg_gt,0.15,60 -76838,gt_model_sell_peak_local,sell,2026-05-14 16:21:00,381.0,0.961,1,leg_gt,0.15,60 -76839,gt_model_sell_peak_local,sell,2026-05-14 16:24:00,382.0,1.2263,1,leg_gt,0.15,60 -76840,gt_model_sell_peak_local,sell,2026-05-14 18:39:00,379.0,0.4305,1,leg_gt,0.24,60 -76841,gt_model_sell_peak_local,sell,2026-05-14 20:57:00,379.0,0.4305,1,leg_gt,0.34,60 -76842,gt_model_sell_peak_local,sell,2026-05-15 02:12:00,393.0,4.144,1,leg_gt,0.56,60 -76843,gt_model_sell_peak_local,sell,2026-05-15 02:15:00,390.0,3.3483,1,leg_gt,0.56,60 -76844,gt_model_sell_peak_local,sell,2026-05-15 03:09:00,391.0,3.6135,1,leg_gt,0.6,60 -76845,gt_model_sell_peak_local,sell,2026-05-15 03:12:00,392.0,3.8788,1,leg_gt,0.6,60 -76846,gt_model_sell_peak_local,sell,2026-05-15 05:06:00,393.0,4.144,1,leg_gt,0.68,60 -76847,gt_model_sell_peak_local,sell,2026-05-15 07:03:00,391.0,3.6135,1,leg_gt,0.76,60 -76848,gt_model_sell_peak_local,sell,2026-05-15 07:09:00,393.0,4.144,1,leg_gt,0.76,60 -76849,gt_model_sell_peak_local,sell,2026-05-15 07:36:00,392.0,3.8788,1,leg_gt,0.78,60 -76850,gt_model_sell_peak_local,sell,2026-05-15 07:39:00,393.0,4.144,1,leg_gt,0.79,60 -76851,gt_model_sell_peak_local,sell,2026-05-15 07:42:00,393.0,4.144,1,leg_gt,0.79,60 -76852,gt_model_sell_peak_local,sell,2026-05-15 07:45:00,393.0,4.144,1,leg_gt,0.79,60 -76853,gt_model_sell_peak_local,sell,2026-05-15 07:48:00,393.0,4.144,1,leg_gt,0.79,60 -76854,gt_model_sell_peak_local,sell,2026-05-15 07:51:00,392.0,3.8788,1,leg_gt,0.79,60 -76855,gt_model_sell_peak_local,sell,2026-05-15 08:09:00,389.0,3.083,1,leg_gt,0.81,60 -76856,gt_model_sell_peak_local,sell,2026-05-15 08:12:00,389.0,3.083,1,leg_gt,0.81,60 -76857,gt_model_sell_peak_local,sell,2026-05-15 08:24:00,388.0,2.8178,1,leg_gt,0.82,60 -76858,gt_model_sell_peak_local,sell,2026-05-15 08:30:00,390.0,3.3483,1,leg_gt,0.82,60 -76859,gt_model_sell_peak_local,sell,2026-05-15 08:36:00,390.0,3.3483,1,leg_gt,0.82,60 -76860,gt_model_sell_peak_local,sell,2026-05-15 08:42:00,388.0,2.8178,1,leg_gt,0.83,60 -76861,gt_model_sell_peak_local,sell,2026-05-15 10:33:00,387.0,2.5525,1,leg_gt,0.91,60 -76862,gt_model_sell_peak_local,sell,2026-05-15 10:36:00,388.0,2.8178,1,leg_gt,0.91,60 -76863,gt_model_sell_peak_local,sell,2026-05-15 10:54:00,387.0,2.5525,1,leg_gt,0.92,60 -76864,gt_model_sell_peak_local,sell,2026-05-15 10:57:00,387.0,2.5525,1,leg_gt,0.92,60 -76865,gt_model_sell_peak_local,sell,2026-05-15 11:00:00,386.0,2.2873,1,leg_gt,0.92,60 -76866,gt_model_sell_peak_local,sell,2026-05-15 11:03:00,386.0,2.2873,1,leg_gt,0.93,60 -76867,gt_model_sell_peak_local,sell,2026-05-15 11:06:00,387.0,2.5525,1,leg_gt,0.93,60 -76868,gt_model_sell_peak_local,sell,2026-05-15 11:15:00,385.0,2.022,1,leg_gt,0.94,60 -76869,gt_model_sell_peak_local,sell,2026-05-15 13:00:00,386.0,2.2873,1,leg_gt,1.01,60 -76870,gt_model_sell_peak_local,sell,2026-05-15 13:03:00,385.0,2.022,1,leg_gt,1.01,60 -76871,gt_model_sell_peak_local,sell,2026-05-15 13:06:00,386.0,2.2873,1,leg_gt,1.01,60 -76872,gt_model_sell_peak_local,sell,2026-05-15 13:09:00,386.0,2.2873,1,leg_gt,1.01,60 -76873,gt_model_sell_peak_local,sell,2026-05-15 13:12:00,386.0,2.2873,1,leg_gt,1.02,60 -76874,gt_model_sell_peak_local,sell,2026-05-15 13:18:00,385.0,2.022,1,leg_gt,1.02,60 -76875,gt_model_sell_peak_local,sell,2026-05-15 13:21:00,385.0,2.022,1,leg_gt,1.02,60 -76876,gt_model_sell_peak_local,sell,2026-05-15 13:24:00,384.0,1.7568,1,leg_gt,1.02,60 -76877,gt_model_sell_peak_local,sell,2026-05-15 13:27:00,384.0,1.7568,1,leg_gt,1.03,60 -76878,gt_model_sell_peak_local,sell,2026-05-15 17:24:00,374.0,-0.8958,0,leg_gt,1.19,60 -76879,gt_model_sell_peak_local,sell,2026-05-15 17:57:00,375.0,-0.6305,0,leg_gt,1.21,60 -76880,gt_model_sell_peak_local,sell,2026-05-15 20:54:00,376.0,-0.3653,0,leg_gt,1.34,60 -76881,gt_model_sell_peak_local,sell,2026-05-15 20:57:00,375.0,-0.6305,0,leg_gt,1.34,60 -76882,gt_model_sell_peak_local,sell,2026-05-15 21:18:00,376.0,-0.3653,0,leg_gt,1.35,60 -76883,gt_model_sell_peak_local,sell,2026-05-15 21:27:00,375.0,-0.6305,0,leg_gt,1.36,60 -76884,gt_model_sell_peak_local,sell,2026-05-15 21:30:00,375.0,-0.6305,0,leg_gt,1.36,60 -76885,gt_model_sell_peak_local,sell,2026-05-15 22:33:00,368.0,-2.4873,0,leg_gt,1.41,60 -76886,gt_model_sell_peak_local,sell,2026-05-16 04:18:00,367.0,-2.7525,0,leg_gt,1.65,60 -76887,gt_model_sell_peak_local,sell,2026-05-16 04:36:00,366.0,-3.0178,0,leg_gt,1.66,60 -76888,gt_model_sell_peak_local,sell,2026-05-16 04:54:00,366.0,-3.0178,0,leg_gt,1.67,60 -76889,gt_model_sell_peak_local,sell,2026-05-16 04:57:00,366.0,-3.0178,0,leg_gt,1.67,60 -76890,gt_model_sell_peak_local,sell,2026-05-16 05:00:00,366.0,-3.0178,0,leg_gt,1.68,60 -76891,gt_model_sell_peak_local,sell,2026-05-16 05:03:00,365.0,-3.283,0,leg_gt,1.68,60 -76892,gt_model_sell_peak_local,sell,2026-05-16 05:30:00,365.0,-3.283,0,leg_gt,1.7,60 -76893,gt_model_sell_peak_local,sell,2026-05-16 07:27:00,364.0,-3.5483,0,leg_gt,1.78,60 -76894,gt_model_sell_peak_local,sell,2026-05-16 08:12:00,365.0,-3.283,0,leg_gt,1.81,60 -76895,gt_model_sell_peak_local,sell,2026-05-16 08:21:00,365.0,-3.283,0,leg_gt,1.81,60 -76896,gt_model_sell_peak_local,sell,2026-05-16 08:57:00,366.0,-3.0178,0,leg_gt,1.84,60 -76897,gt_model_sell_peak_local,sell,2026-05-16 09:00:00,365.0,-3.283,0,leg_gt,1.84,60 -76898,gt_model_sell_peak_local,sell,2026-05-16 09:06:00,366.0,-3.0178,0,leg_gt,1.85,60 -76899,gt_model_sell_peak_local,sell,2026-05-16 09:15:00,366.0,-3.0178,0,leg_gt,1.85,60 -76900,gt_model_sell_peak_local,sell,2026-05-16 09:18:00,366.0,-3.0178,0,leg_gt,1.85,60 -76901,gt_model_sell_peak_local,sell,2026-05-16 09:21:00,366.0,-3.0178,0,leg_gt,1.86,60 -76902,gt_model_sell_peak_local,sell,2026-05-16 09:24:00,366.0,-3.0178,0,leg_gt,1.86,60 -76903,gt_model_sell_peak_local,sell,2026-05-16 10:33:00,366.0,-3.0178,0,leg_gt,1.91,60 -76904,gt_model_sell_peak_local,sell,2026-05-16 12:12:00,368.0,-2.4873,0,leg_gt,1.98,60 -76905,gt_model_sell_peak_local,sell,2026-05-16 12:15:00,367.0,-2.7525,0,leg_gt,1.98,60 -76906,gt_model_sell_peak_local,sell,2026-05-16 12:24:00,369.0,-2.222,0,leg_gt,1.98,60 -76907,gt_model_sell_peak_local,sell,2026-05-16 12:54:00,367.0,-2.7525,0,leg_gt,2.0,60 -76908,gt_model_sell_peak_local,sell,2026-05-16 13:06:00,367.0,-2.7525,0,leg_gt,2.01,60 -76909,gt_model_sell_peak_local,sell,2026-05-16 13:12:00,366.0,-3.0178,0,leg_gt,2.02,60 -76910,gt_model_sell_peak_local,sell,2026-05-16 13:24:00,367.0,-2.7525,0,leg_gt,2.02,60 -76911,gt_model_sell_peak_local,sell,2026-05-16 13:27:00,366.0,-3.0178,0,leg_gt,2.03,60 -76912,gt_model_sell_peak_local,sell,2026-05-16 13:30:00,366.0,-3.0178,0,leg_gt,2.03,60 -76913,gt_model_sell_peak_local,sell,2026-05-16 13:39:00,364.0,-3.5483,0,leg_gt,2.04,60 -76914,gt_model_sell_peak_local,sell,2026-05-16 13:57:00,365.0,-3.283,0,leg_gt,2.05,60 -76915,gt_model_sell_peak_local,sell,2026-05-16 15:30:00,361.0,-4.344,0,leg_gt,2.11,60 -76916,gt_model_sell_peak_local,sell,2026-05-16 15:36:00,362.0,-4.0788,0,leg_gt,2.12,60 -76917,gt_model_sell_peak_local,sell,2026-05-16 15:39:00,362.0,-4.0788,0,leg_gt,2.12,60 -76918,gt_model_sell_peak_local,sell,2026-05-16 15:42:00,361.0,-4.344,0,leg_gt,2.12,60 -76919,gt_model_sell_peak_local,sell,2026-05-16 15:48:00,360.0,-4.6093,0,leg_gt,2.12,60 -76920,gt_model_sell_peak_local,sell,2026-05-16 15:51:00,360.0,-4.6093,0,leg_gt,2.13,60 -76921,gt_model_sell_peak_local,sell,2026-05-16 17:45:00,359.0,-4.8745,0,leg_gt,2.21,60 -76922,gt_model_sell_peak_local,sell,2026-05-16 18:00:00,358.0,-5.1398,0,leg_gt,2.22,60 -76923,gt_model_sell_peak_local,sell,2026-05-16 18:30:00,354.0,-6.2008,0,leg_gt,2.24,60 -76924,gt_model_sell_peak_local,sell,2026-05-16 21:27:00,356.0,1.0364,1,leg_gt,0.1,60 -76925,gt_model_sell_peak_local,sell,2026-05-16 21:30:00,356.0,1.0364,1,leg_gt,0.1,60 -76926,gt_model_sell_peak_local,sell,2026-05-16 22:51:00,358.0,1.6045,1,leg_gt,0.16,60 -76927,gt_model_sell_peak_local,sell,2026-05-16 23:30:00,357.0,1.3205,1,leg_gt,0.19,60 -76928,gt_model_sell_peak_local,sell,2026-05-16 23:33:00,358.0,1.6045,1,leg_gt,0.19,60 -76929,gt_model_sell_peak_local,sell,2026-05-17 01:36:00,360.0,2.1727,1,leg_gt,0.27,60 -76930,gt_model_sell_peak_local,sell,2026-05-17 01:39:00,360.0,2.1727,1,leg_gt,0.28,60 -76931,gt_model_sell_peak_local,sell,2026-05-17 01:42:00,359.0,1.8886,1,leg_gt,0.28,60 -76932,gt_model_sell_peak_local,sell,2026-05-17 01:48:00,359.0,1.8886,1,leg_gt,0.28,60 -76933,gt_model_sell_peak_local,sell,2026-05-17 01:51:00,359.0,1.8886,1,leg_gt,0.28,60 -76934,gt_model_sell_peak_local,sell,2026-05-17 02:12:00,361.0,2.4568,1,leg_gt,0.3,60 -76935,gt_model_sell_peak_local,sell,2026-05-17 02:21:00,361.0,2.4568,1,leg_gt,0.3,60 -76936,gt_model_sell_peak_local,sell,2026-05-17 02:24:00,361.0,2.4568,1,leg_gt,0.31,60 -76937,gt_model_sell_peak_local,sell,2026-05-17 03:36:00,360.0,2.1727,1,leg_gt,0.36,60 -76938,gt_model_sell_peak_local,sell,2026-05-17 03:39:00,359.0,1.8886,1,leg_gt,0.36,60 -76939,gt_model_sell_peak_local,sell,2026-05-17 03:48:00,360.0,2.1727,1,leg_gt,0.36,60 -76940,gt_model_sell_peak_local,sell,2026-05-17 03:51:00,360.0,2.1727,1,leg_gt,0.37,60 -76941,gt_model_sell_peak_local,sell,2026-05-17 03:54:00,361.0,2.4568,1,leg_gt,0.37,60 -76942,gt_model_sell_peak_local,sell,2026-05-17 03:57:00,360.0,2.1727,1,leg_gt,0.37,60 -76943,gt_model_sell_peak_local,sell,2026-05-17 04:06:00,361.0,2.4568,1,leg_gt,0.38,60 -76944,gt_model_sell_peak_local,sell,2026-05-17 05:27:00,359.0,1.8886,1,leg_gt,0.43,60 -76945,gt_model_sell_peak_local,sell,2026-05-17 06:39:00,360.0,2.1727,1,leg_gt,0.48,60 -76946,gt_model_sell_peak_local,sell,2026-05-17 07:03:00,358.0,1.6045,1,leg_gt,0.5,60 -76947,gt_model_sell_peak_local,sell,2026-05-17 07:06:00,359.0,1.8886,1,leg_gt,0.5,60 -76948,gt_model_sell_peak_local,sell,2026-05-17 07:12:00,358.0,1.6045,1,leg_gt,0.51,60 -76949,gt_model_sell_peak_local,sell,2026-05-17 07:15:00,359.0,1.8886,1,leg_gt,0.51,60 -76950,gt_model_sell_peak_local,sell,2026-05-17 07:18:00,359.0,1.8886,1,leg_gt,0.51,60 -76951,gt_model_sell_peak_local,sell,2026-05-17 07:21:00,359.0,1.8886,1,leg_gt,0.51,60 -76952,gt_model_sell_peak_local,sell,2026-05-17 07:27:00,358.0,1.6045,1,leg_gt,0.52,60 -76953,gt_model_sell_peak_local,sell,2026-05-17 07:33:00,359.0,1.8886,1,leg_gt,0.52,60 -76954,gt_model_sell_peak_local,sell,2026-05-17 07:36:00,359.0,1.8886,1,leg_gt,0.52,60 -76955,gt_model_sell_peak_local,sell,2026-05-17 07:39:00,359.0,1.8886,1,leg_gt,0.52,60 -76956,gt_model_sell_peak_local,sell,2026-05-17 07:42:00,359.0,1.8886,1,leg_gt,0.53,60 -76957,gt_model_sell_peak_local,sell,2026-05-17 08:54:00,358.0,1.6045,1,leg_gt,0.58,60 -76958,gt_model_sell_peak_local,sell,2026-05-17 10:09:00,358.0,1.6045,1,leg_gt,0.63,60 -76959,gt_model_sell_peak_local,sell,2026-05-17 10:30:00,356.0,1.0364,1,leg_gt,0.64,60 -76960,gt_model_sell_peak_local,sell,2026-05-17 12:30:00,358.0,1.6045,1,leg_gt,0.73,60 -76961,gt_model_sell_peak_local,sell,2026-05-17 15:15:00,363.0,3.025,1,leg_gt,0.84,60 -76962,gt_model_sell_peak_local,sell,2026-05-17 16:00:00,362.0,2.7409,1,leg_gt,0.87,60 -76963,gt_model_sell_peak_local,sell,2026-05-17 17:42:00,363.0,3.025,1,leg_gt,0.94,60 -76964,gt_model_sell_peak_local,sell,2026-05-17 20:21:00,362.0,2.7409,1,leg_gt,1.05,60 -76965,gt_model_sell_peak_local,sell,2026-05-17 20:45:00,363.0,3.025,1,leg_gt,1.07,60 -76966,gt_model_sell_peak_local,sell,2026-05-17 22:18:00,361.0,2.4568,1,leg_gt,1.14,60 -76967,gt_model_sell_peak_local,sell,2026-05-17 22:39:00,361.0,2.4568,1,leg_gt,1.15,60 -76968,gt_model_sell_peak_local,sell,2026-05-17 22:42:00,362.0,2.7409,1,leg_gt,1.15,60 -76969,gt_model_sell_peak_local,sell,2026-05-18 02:03:00,358.0,1.6045,1,leg_gt,1.29,60 -76970,gt_model_sell_peak_local,sell,2026-05-18 05:24:00,360.0,2.1727,1,leg_gt,1.43,60 -76971,gt_model_sell_peak_local,sell,2026-05-18 05:27:00,360.0,2.1727,1,leg_gt,1.43,60 -76972,gt_model_sell_peak_local,sell,2026-05-18 05:51:00,360.0,2.1727,1,leg_gt,1.45,60 -76973,gt_model_sell_peak_local,sell,2026-05-18 05:54:00,360.0,2.1727,1,leg_gt,1.45,60 -76974,gt_model_sell_peak_local,sell,2026-05-18 05:57:00,359.0,1.8886,1,leg_gt,1.45,60 -76975,gt_model_sell_peak_local,sell,2026-05-18 06:00:00,360.0,2.1727,1,leg_gt,1.46,60 -76976,gt_model_sell_peak_local,sell,2026-05-18 06:03:00,359.0,1.8886,1,leg_gt,1.46,60 -76977,gt_model_sell_peak_local,sell,2026-05-18 06:06:00,359.0,1.8886,1,leg_gt,1.46,60 -76978,gt_model_sell_peak_local,sell,2026-05-18 06:09:00,360.0,2.1727,1,leg_gt,1.46,60 -76979,gt_model_sell_peak_local,sell,2026-05-18 06:12:00,359.0,1.8886,1,leg_gt,1.46,60 -76980,gt_model_sell_peak_local,sell,2026-05-18 06:15:00,360.0,2.1727,1,leg_gt,1.47,60 -76981,gt_model_sell_peak_local,sell,2026-05-18 06:18:00,360.0,2.1727,1,leg_gt,1.47,60 -76982,gt_model_sell_peak_local,sell,2026-05-18 06:21:00,360.0,2.1727,1,leg_gt,1.47,60 -76983,gt_model_sell_peak_local,sell,2026-05-18 07:27:00,357.0,1.3205,1,leg_gt,1.52,60 -76984,gt_model_sell_peak_local,sell,2026-05-18 07:33:00,358.0,1.6045,1,leg_gt,1.52,60 -76985,gt_model_sell_peak_local,sell,2026-05-18 07:36:00,359.0,1.8886,1,leg_gt,1.52,60 -76986,gt_model_sell_peak_local,sell,2026-05-18 07:42:00,358.0,1.6045,1,leg_gt,1.53,60 -76987,gt_model_sell_peak_local,sell,2026-05-18 07:51:00,357.0,1.3205,1,leg_gt,1.53,60 -76988,gt_model_sell_peak_local,sell,2026-05-18 07:54:00,357.0,1.3205,1,leg_gt,1.54,60 -76989,gt_model_sell_peak_local,sell,2026-05-18 10:57:00,352.0,3.4294,1,leg_gt,0.1,60 -76990,gt_model_sell_peak_local,sell,2026-05-18 11:00:00,351.0,3.1353,1,leg_gt,0.1,60 -76991,gt_model_sell_peak_local,sell,2026-05-18 11:03:00,351.0,3.1353,1,leg_gt,0.1,60 -76992,gt_model_sell_peak_local,sell,2026-05-18 11:06:00,352.0,3.4294,1,leg_gt,0.1,60 -76993,gt_model_sell_peak_local,sell,2026-05-18 11:09:00,352.0,3.4294,1,leg_gt,0.1,60 -76994,gt_model_sell_peak_local,sell,2026-05-18 13:06:00,352.0,3.4294,1,leg_gt,0.19,60 -76995,gt_model_sell_peak_local,sell,2026-05-18 13:09:00,352.0,3.4294,1,leg_gt,0.19,60 -76996,gt_model_sell_peak_local,sell,2026-05-18 13:21:00,353.0,3.7235,1,leg_gt,0.2,60 -76997,gt_model_sell_peak_local,sell,2026-05-18 13:27:00,352.0,3.4294,1,leg_gt,0.2,60 -76998,gt_model_sell_peak_local,sell,2026-05-18 13:30:00,351.0,3.1353,1,leg_gt,0.2,60 -76999,gt_model_sell_peak_local,sell,2026-05-18 13:36:00,352.0,3.4294,1,leg_gt,0.21,60 -77000,gt_model_sell_peak_local,sell,2026-05-18 13:42:00,352.0,3.4294,1,leg_gt,0.21,60 -77001,gt_model_sell_peak_local,sell,2026-05-18 13:45:00,353.0,3.7235,1,leg_gt,0.21,60 -77002,gt_model_sell_peak_local,sell,2026-05-18 13:51:00,353.0,3.7235,1,leg_gt,0.22,60 -77003,gt_model_sell_peak_local,sell,2026-05-18 13:54:00,353.0,3.7235,1,leg_gt,0.22,60 -77004,gt_model_sell_peak_local,sell,2026-05-18 14:18:00,352.0,3.4294,1,leg_gt,0.24,60 -77005,gt_model_sell_peak_local,sell,2026-05-18 14:45:00,350.0,2.8412,1,leg_gt,0.25,60 -77006,gt_model_sell_peak_local,sell,2026-05-18 14:54:00,351.0,3.1353,1,leg_gt,0.26,60 -77007,gt_model_sell_peak_local,sell,2026-05-18 15:00:00,350.0,2.8412,1,leg_gt,0.26,60 -77008,gt_model_sell_peak_local,sell,2026-05-18 15:12:00,349.0,2.5471,1,leg_gt,0.27,60 -77009,gt_model_sell_peak_local,sell,2026-05-18 18:03:00,347.0,1.9588,1,leg_gt,0.39,60 -77010,gt_model_sell_peak_local,sell,2026-05-18 18:06:00,346.0,1.6647,1,leg_gt,0.39,60 -77011,gt_model_sell_peak_local,sell,2026-05-18 22:45:00,349.0,2.5471,1,leg_gt,0.59,60 -77012,gt_model_sell_peak_local,sell,2026-05-19 03:39:00,347.0,1.9588,1,leg_gt,0.79,60 -77013,gt_model_sell_peak_local,sell,2026-05-19 03:42:00,346.0,1.6647,1,leg_gt,0.79,60 -77014,gt_model_sell_peak_local,sell,2026-05-19 03:54:00,347.0,1.9588,1,leg_gt,0.8,60 -77015,gt_model_sell_peak_local,sell,2026-05-19 03:57:00,345.0,1.3706,1,leg_gt,0.8,60 -77016,gt_model_sell_peak_local,sell,2026-05-19 04:00:00,345.0,1.3706,1,leg_gt,0.81,60 -77017,gt_model_sell_peak_local,sell,2026-05-19 06:27:00,356.0,4.6059,1,leg_gt,0.91,60 -77018,gt_model_sell_peak_local,sell,2026-05-19 07:54:00,357.0,4.9,1,leg_gt,0.97,60 -77019,gt_model_sell_peak_local,sell,2026-05-19 09:09:00,359.0,5.4882,1,leg_gt,1.02,60 -77020,gt_model_sell_peak_local,sell,2026-05-19 10:21:00,359.0,5.4882,1,leg_gt,1.07,60 -77021,gt_model_sell_peak_local,sell,2026-05-19 10:30:00,358.0,5.1941,1,leg_gt,1.08,60 -77022,gt_model_sell_peak_local,sell,2026-05-19 10:54:00,358.0,5.1941,1,leg_gt,1.09,60 -77023,gt_model_sell_peak_local,sell,2026-05-19 16:27:00,365.0,7.2529,1,leg_gt,1.32,60 -77024,gt_model_sell_peak_local,sell,2026-05-19 16:30:00,366.0,7.5471,1,leg_gt,1.33,60 -77025,gt_model_sell_peak_local,sell,2026-05-19 16:33:00,367.0,7.8412,1,leg_gt,1.33,60 -77026,gt_model_sell_peak_local,sell,2026-05-19 16:36:00,366.0,7.5471,1,leg_gt,1.33,60 -77027,gt_model_sell_peak_local,sell,2026-05-19 16:45:00,365.0,7.2529,1,leg_gt,1.34,60 -77028,gt_model_sell_peak_local,sell,2026-05-19 19:06:00,364.0,6.9588,1,leg_gt,1.44,60 -77029,gt_model_sell_peak_local,sell,2026-05-19 19:09:00,364.0,6.9588,1,leg_gt,1.44,60 -77030,gt_model_sell_peak_local,sell,2026-05-19 19:12:00,364.0,6.9588,1,leg_gt,1.44,60 -77031,gt_model_sell_peak_local,sell,2026-05-19 20:33:00,362.0,6.3706,1,leg_gt,1.5,60 -77032,gt_model_sell_peak_local,sell,2026-05-19 23:36:00,358.0,5.1941,1,leg_gt,1.62,60 -77033,gt_model_sell_peak_local,sell,2026-05-19 23:51:00,357.0,4.9,1,leg_gt,1.63,60 -77034,gt_model_sell_peak_local,sell,2026-05-20 02:24:00,358.0,5.1941,1,leg_gt,1.74,60 -77035,gt_model_sell_peak_local,sell,2026-05-20 02:36:00,358.0,5.1941,1,leg_gt,1.75,60 -77036,gt_model_sell_peak_local,sell,2026-05-20 04:30:00,358.0,5.1941,1,leg_gt,1.83,60 -77037,gt_model_sell_peak_local,sell,2026-05-20 05:48:00,359.0,5.4882,1,leg_gt,1.88,60 -77038,gt_model_sell_peak_local,sell,2026-05-20 06:39:00,359.0,5.4882,1,leg_gt,1.92,60 -77039,gt_model_sell_peak_local,sell,2026-05-20 07:00:00,358.0,5.1941,1,leg_gt,1.93,60 -77040,gt_model_sell_peak_local,sell,2026-05-20 07:03:00,358.0,5.1941,1,leg_gt,1.93,60 -77041,gt_model_sell_peak_local,sell,2026-05-20 07:06:00,358.0,5.1941,1,leg_gt,1.94,60 -77042,gt_model_sell_peak_local,sell,2026-05-20 07:21:00,356.0,4.6059,1,leg_gt,1.95,60 -77043,gt_model_sell_peak_local,sell,2026-05-20 07:24:00,356.0,4.6059,1,leg_gt,1.95,60 -77044,gt_model_sell_peak_local,sell,2026-05-20 07:30:00,355.0,4.3118,1,leg_gt,1.95,60 -77045,gt_model_sell_peak_local,sell,2026-05-20 07:33:00,355.0,4.3118,1,leg_gt,1.95,60 -77046,gt_model_sell_peak_local,sell,2026-05-20 07:42:00,355.0,4.3118,1,leg_gt,1.96,60 -77047,gt_model_sell_peak_local,sell,2026-05-20 07:54:00,354.0,4.0176,1,leg_gt,1.97,60 -77048,gt_model_sell_peak_local,sell,2026-05-20 09:27:00,355.0,4.3118,1,leg_gt,2.03,60 -77049,gt_model_sell_peak_local,sell,2026-05-20 09:30:00,356.0,4.6059,1,leg_gt,2.04,60 -77050,gt_model_sell_peak_local,sell,2026-05-20 09:33:00,357.0,4.9,1,leg_gt,2.04,60 -77051,gt_model_sell_peak_local,sell,2026-05-20 09:36:00,356.0,4.6059,1,leg_gt,2.04,60 -77052,gt_model_sell_peak_local,sell,2026-05-20 09:39:00,356.0,4.6059,1,leg_gt,2.04,60 -77053,gt_model_sell_peak_local,sell,2026-05-20 09:42:00,356.0,4.6059,1,leg_gt,2.04,60 -77054,gt_model_sell_peak_local,sell,2026-05-20 09:48:00,357.0,4.9,1,leg_gt,2.05,60 -77055,gt_model_sell_peak_local,sell,2026-05-20 11:09:00,357.0,4.9,1,leg_gt,2.1,60 -77056,gt_model_sell_peak_local,sell,2026-05-20 11:12:00,357.0,4.9,1,leg_gt,2.11,60 -77057,gt_model_sell_peak_local,sell,2026-05-20 11:15:00,357.0,4.9,1,leg_gt,2.11,60 -77058,gt_model_sell_peak_local,sell,2026-05-20 11:18:00,357.0,4.9,1,leg_gt,2.11,60 -77059,gt_model_sell_peak_local,sell,2026-05-20 11:21:00,358.0,5.1941,1,leg_gt,2.11,60 -77060,gt_model_sell_peak_local,sell,2026-05-20 11:51:00,356.0,4.6059,1,leg_gt,2.13,60 -77061,gt_model_sell_peak_local,sell,2026-05-20 11:54:00,356.0,4.6059,1,leg_gt,2.14,60 -77062,gt_model_sell_peak_local,sell,2026-05-20 11:57:00,356.0,4.6059,1,leg_gt,2.14,60 -77063,gt_model_sell_peak_local,sell,2026-05-20 12:00:00,355.0,4.3118,1,leg_gt,2.14,60 -77064,gt_model_sell_peak_local,sell,2026-05-20 12:03:00,355.0,4.3118,1,leg_gt,2.14,60 -77065,gt_model_sell_peak_local,sell,2026-05-20 12:06:00,355.0,4.3118,1,leg_gt,2.14,60 -77066,gt_model_sell_peak_local,sell,2026-05-20 12:09:00,356.0,4.6059,1,leg_gt,2.15,60 -77067,gt_model_sell_peak_local,sell,2026-05-20 12:15:00,356.0,4.6059,1,leg_gt,2.15,60 -77068,gt_model_sell_peak_local,sell,2026-05-20 12:18:00,357.0,4.9,1,leg_gt,2.15,60 -77069,gt_model_sell_peak_local,sell,2026-05-20 12:21:00,357.0,4.9,1,leg_gt,2.15,60 -77070,gt_model_sell_peak_local,sell,2026-05-20 12:24:00,357.0,4.9,1,leg_gt,2.16,60 -77071,gt_model_sell_peak_local,sell,2026-05-20 12:33:00,357.0,4.9,1,leg_gt,2.16,60 -77072,gt_model_sell_peak_local,sell,2026-05-20 12:42:00,357.0,4.9,1,leg_gt,2.17,60 -77073,gt_model_sell_peak_local,sell,2026-05-20 14:09:00,358.0,5.1941,1,leg_gt,2.23,60 -77074,gt_model_sell_peak_local,sell,2026-05-20 15:06:00,357.0,4.9,1,leg_gt,2.27,60 -77075,gt_model_sell_peak_local,sell,2026-05-20 16:24:00,358.0,5.1941,1,leg_gt,2.32,60 -77076,gt_model_sell_peak_local,sell,2026-05-20 16:27:00,358.0,5.1941,1,leg_gt,2.33,60 -77077,gt_model_sell_peak_local,sell,2026-05-20 17:39:00,357.0,4.9,1,leg_gt,2.38,60 -77078,gt_model_sell_peak_local,sell,2026-05-20 19:39:00,358.0,5.1941,1,leg_gt,2.46,60 -77079,gt_model_sell_peak_local,sell,2026-05-20 20:27:00,357.0,4.9,1,leg_gt,2.49,60 -77080,gt_model_sell_peak_local,sell,2026-05-20 20:30:00,357.0,4.9,1,leg_gt,2.49,60 -77081,gt_model_sell_peak_local,sell,2026-05-20 20:33:00,356.0,4.6059,1,leg_gt,2.5,60 -77082,gt_model_sell_peak_local,sell,2026-05-20 20:48:00,357.0,4.9,1,leg_gt,2.51,60 -77083,gt_model_sell_peak_local,sell,2026-05-20 21:00:00,355.0,4.3118,1,leg_gt,2.51,60 -77084,gt_model_sell_peak_local,sell,2026-05-20 21:09:00,354.0,4.0176,1,leg_gt,2.52,60 -77085,gt_model_sell_peak_local,sell,2026-05-20 21:18:00,354.0,4.0176,1,leg_gt,2.53,60 -77086,gt_model_sell_peak_local,sell,2026-05-20 23:03:00,355.0,0.7523,1,leg_gt,0.07,60 -77087,gt_model_sell_peak_local,sell,2026-05-20 23:21:00,358.0,1.6045,1,leg_gt,0.08,60 -77088,gt_model_sell_peak_local,sell,2026-05-21 02:48:00,372.0,5.5818,1,leg_gt,0.22,60 -77089,gt_model_sell_peak_local,sell,2026-05-21 02:51:00,371.0,5.2977,1,leg_gt,0.23,60 -77090,gt_model_sell_peak_local,sell,2026-05-21 05:27:00,371.0,5.2977,1,leg_gt,0.34,60 -77091,gt_model_sell_peak_local,sell,2026-05-21 05:30:00,374.0,6.15,1,leg_gt,0.34,60 -77092,gt_model_sell_peak_local,sell,2026-05-21 05:39:00,373.0,5.8659,1,leg_gt,0.34,60 -77093,gt_model_sell_peak_local,sell,2026-05-21 05:42:00,372.0,5.5818,1,leg_gt,0.35,60 -77094,gt_model_sell_peak_local,sell,2026-05-21 05:45:00,374.0,6.15,1,leg_gt,0.35,60 -77095,gt_model_sell_peak_local,sell,2026-05-21 06:57:00,372.0,5.5818,1,leg_gt,0.4,60 -77096,gt_model_sell_peak_local,sell,2026-05-21 13:24:00,376.0,6.7182,1,leg_gt,0.67,60 -77097,gt_model_sell_peak_local,sell,2026-05-21 15:30:00,380.0,7.8545,1,leg_gt,0.75,60 -77098,gt_model_sell_peak_local,sell,2026-05-21 19:03:00,385.0,9.275,1,leg_gt,0.9,60 -77099,gt_model_sell_peak_local,sell,2026-05-21 19:06:00,384.0,8.9909,1,leg_gt,0.9,60 -77100,gt_model_sell_peak_local,sell,2026-05-21 19:09:00,385.0,9.275,1,leg_gt,0.91,60 -77101,gt_model_sell_peak_local,sell,2026-05-21 19:18:00,385.0,9.275,1,leg_gt,0.91,60 -77102,gt_model_sell_peak_local,sell,2026-05-21 19:21:00,386.0,9.5591,1,leg_gt,0.91,60 -77103,gt_model_sell_peak_local,sell,2026-05-21 21:24:00,379.0,0.1646,1,leg_gt,0.03,60 -77104,gt_model_sell_peak_local,sell,2026-05-22 00:00:00,383.0,1.2228,1,leg_gt,0.14,60 -77105,gt_model_sell_peak_local,sell,2026-05-22 00:03:00,385.0,1.7519,1,leg_gt,0.14,60 -77106,gt_model_sell_peak_local,sell,2026-05-22 01:24:00,383.0,1.2228,1,leg_gt,0.2,60 -77107,gt_model_sell_peak_local,sell,2026-05-22 01:27:00,384.0,1.4873,1,leg_gt,0.2,60 -77108,gt_model_sell_peak_local,sell,2026-05-22 04:24:00,400.0,5.7201,1,leg_gt,0.32,60 -77109,gt_model_sell_peak_local,sell,2026-05-22 04:27:00,400.0,5.7201,1,leg_gt,0.32,60 -77110,gt_model_sell_peak_local,sell,2026-05-22 04:30:00,400.0,5.7201,1,leg_gt,0.32,60 -77111,gt_model_sell_peak_local,sell,2026-05-22 04:33:00,401.0,5.9847,1,leg_gt,0.33,60 -77112,gt_model_sell_peak_local,sell,2026-05-22 06:12:00,402.0,6.2492,1,leg_gt,0.4,60 -77113,gt_model_sell_peak_local,sell,2026-05-22 08:30:00,398.0,0.1519,1,leg_gt,0.07,60 -77114,gt_model_sell_peak_local,sell,2026-05-22 13:21:00,416.0,4.6859,1,leg_gt,0.28,60 -77115,gt_model_sell_peak_local,sell,2026-05-22 15:51:00,419.0,5.4416,1,leg_gt,0.38,60 -77116,gt_model_sell_peak_local,sell,2026-05-22 16:00:00,415.0,4.434,1,leg_gt,0.39,60 -77117,gt_model_sell_peak_local,sell,2026-05-22 16:03:00,412.0,3.6783,1,leg_gt,0.39,60 -77118,gt_model_sell_peak_local,sell,2026-05-22 18:30:00,424.0,6.701,1,leg_gt,0.49,60 -77119,gt_model_sell_peak_local,sell,2026-05-22 21:48:00,431.0,3.2573,1,leg_gt,0.14,60 -77120,gt_model_sell_peak_local,sell,2026-05-22 21:51:00,431.0,3.2573,1,leg_gt,0.14,60 -77121,gt_model_sell_peak_local,sell,2026-05-22 23:18:00,430.0,3.0175,1,leg_gt,0.2,60 -77122,gt_model_sell_peak_local,sell,2026-05-22 23:24:00,425.0,-0.1,0,leg_gt,0.0,60 -77123,gt_model_sell_peak_local,sell,2026-05-23 00:00:00,432.0,1.5471,1,leg_gt,0.03,60 -77124,gt_model_sell_peak_local,sell,2026-05-23 01:30:00,437.0,2.7235,1,leg_gt,0.09,60 -77125,gt_model_sell_peak_local,sell,2026-05-23 03:06:00,429.0,0.8412,1,leg_gt,0.16,60 -77126,gt_model_sell_peak_local,sell,2026-05-23 03:12:00,430.0,1.0765,1,leg_gt,0.16,60 -77127,gt_model_sell_peak_local,sell,2026-05-23 08:15:00,423.0,3.8312,1,leg_gt,0.15,60 -77128,gt_model_sell_peak_local,sell,2026-05-23 14:30:00,408.0,0.1457,1,leg_gt,0.41,60 -77129,gt_model_sell_peak_local,sell,2026-05-23 14:33:00,409.0,0.3914,1,leg_gt,0.42,60 -77130,gt_model_sell_peak_local,sell,2026-05-23 16:15:00,409.0,0.3914,1,leg_gt,0.49,60 -77131,gt_model_sell_peak_local,sell,2026-05-23 20:15:00,402.0,2.451,1,leg_gt,0.14,60 -77132,gt_model_sell_peak_local,sell,2026-05-23 21:30:00,399.0,1.6857,1,leg_gt,0.2,60 -77133,gt_model_sell_peak_local,sell,2026-05-23 21:42:00,404.0,2.9612,1,leg_gt,0.2,60 -77134,gt_model_sell_peak_local,sell,2026-05-24 04:54:00,450.0,14.6959,1,leg_gt,0.5,60 -77135,gt_model_sell_peak_local,sell,2026-05-24 06:57:00,454.0,15.7163,1,leg_gt,0.59,60 -77136,gt_model_sell_peak_local,sell,2026-05-24 11:06:00,450.0,1.2514,1,leg_gt,0.1,60 -77137,gt_model_sell_peak_local,sell,2026-05-24 13:27:00,451.0,1.4766,1,leg_gt,0.2,60 -77138,gt_model_sell_peak_local,sell,2026-05-24 14:39:00,447.0,0.5757,1,leg_gt,0.25,60 -77139,gt_model_sell_peak_local,sell,2026-05-24 14:42:00,446.0,0.3505,1,leg_gt,0.25,60 -77140,gt_model_sell_peak_local,sell,2026-05-24 14:45:00,444.0,-0.1,0,leg_gt,0.25,60 -77141,gt_model_sell_peak_local,sell,2026-05-24 14:48:00,445.0,0.1252,1,leg_gt,0.25,60 -77142,gt_model_sell_peak_local,sell,2026-05-24 17:15:00,449.0,1.0261,1,leg_gt,0.36,60 -77143,gt_model_sell_peak_local,sell,2026-05-24 17:18:00,447.0,0.5757,1,leg_gt,0.36,60 -77144,gt_model_sell_peak_local,sell,2026-05-24 19:57:00,452.0,1.7018,1,leg_gt,0.47,60 -77145,gt_model_sell_peak_local,sell,2026-05-24 20:00:00,454.0,2.1523,1,leg_gt,0.47,60 -77146,gt_model_sell_peak_local,sell,2026-05-24 21:03:00,451.0,1.4766,1,leg_gt,0.51,60 -77147,gt_model_sell_peak_local,sell,2026-05-24 21:06:00,450.0,1.2514,1,leg_gt,0.52,60 -77148,gt_model_sell_peak_local,sell,2026-05-24 21:12:00,450.0,1.2514,1,leg_gt,0.52,60 -77149,gt_model_sell_peak_local,sell,2026-05-24 23:45:00,453.0,1.927,1,leg_gt,0.63,60 -77150,gt_model_sell_peak_local,sell,2026-05-25 01:54:00,445.0,0.1252,1,leg_gt,0.72,60 -77151,gt_model_sell_peak_local,sell,2026-05-25 04:12:00,441.0,-0.7757,0,leg_gt,0.81,60 -77152,gt_model_sell_peak_local,sell,2026-05-25 07:18:00,435.0,1.7735,1,leg_gt,0.02,60 -77153,gt_model_sell_peak_local,sell,2026-05-25 07:21:00,435.0,1.7735,1,leg_gt,0.03,60 -77154,gt_model_sell_peak_local,sell,2026-05-25 10:09:00,440.0,2.9445,1,leg_gt,0.14,60 -77155,gt_model_sell_peak_local,sell,2026-05-25 11:24:00,438.0,2.4761,1,leg_gt,0.2,60 -77156,gt_model_sell_peak_local,sell,2026-05-25 11:33:00,438.0,2.4761,1,leg_gt,0.2,60 -77157,gt_model_sell_peak_local,sell,2026-05-25 15:42:00,436.0,2.0077,1,leg_gt,0.38,60 -77158,gt_model_sell_peak_local,sell,2026-05-25 15:45:00,437.0,2.2419,1,leg_gt,0.38,60 -77159,gt_model_sell_peak_local,sell,2026-05-25 15:51:00,438.0,2.4761,1,leg_gt,0.38,60 -77160,gt_model_sell_peak_local,sell,2026-05-25 15:54:00,437.0,2.2419,1,leg_gt,0.38,60 -77161,gt_model_sell_peak_local,sell,2026-05-25 16:00:00,438.0,2.4761,1,leg_gt,0.39,60 -77162,gt_model_sell_peak_local,sell,2026-05-25 16:03:00,438.0,2.4761,1,leg_gt,0.39,60 -77163,gt_model_sell_peak_local,sell,2026-05-25 19:09:00,452.0,5.7548,1,leg_gt,0.52,60 -77164,gt_model_sell_peak_local,sell,2026-05-25 21:00:00,451.0,5.5206,1,leg_gt,0.6,60 -77165,gt_model_sell_peak_local,sell,2026-05-26 00:09:00,449.0,5.0522,1,leg_gt,0.73,60 -77166,gt_model_sell_peak_local,sell,2026-05-26 06:18:00,490.0,1.5598,1,leg_gt,0.02,60 -77167,gt_model_sell_peak_local,sell,2026-05-26 07:54:00,489.0,1.3523,1,leg_gt,0.09,60 -77168,gt_model_sell_peak_local,sell,2026-05-26 10:18:00,490.0,1.5598,1,leg_gt,0.02,60 -77169,gt_model_sell_peak_local,sell,2026-05-26 11:30:00,489.0,1.3523,1,leg_gt,0.07,60 -77170,gt_model_sell_peak_local,sell,2026-05-26 12:48:00,489.0,1.3523,1,leg_gt,0.12,60 -77171,gt_model_sell_peak_local,sell,2026-05-26 15:27:00,514.0,6.539,1,leg_gt,0.23,60 -77172,gt_model_sell_peak_local,sell,2026-05-26 15:30:00,514.0,6.539,1,leg_gt,0.24,60 -77173,gt_model_sell_peak_local,sell,2026-05-26 15:33:00,516.0,6.9539,1,leg_gt,0.24,60 -77174,gt_model_sell_peak_local,sell,2026-05-26 22:30:00,584.0,21.0618,1,leg_gt,0.53,60 -77175,gt_model_sell_peak_local,sell,2026-05-27 02:00:00,591.0,4.6872,1,leg_gt,0.12,60 -77176,gt_model_sell_peak_local,sell,2026-05-27 02:09:00,596.0,5.5738,1,leg_gt,0.13,60 -77177,gt_model_sell_peak_local,sell,2026-05-27 04:06:00,569.0,0.7865,1,leg_gt,0.21,60 -77178,gt_model_sell_peak_local,sell,2026-05-27 06:48:00,564.0,-0.1,0,leg_gt,0.32,60 -77179,gt_model_sell_peak_local,sell,2026-05-27 06:57:00,559.0,-0.9865,0,leg_gt,0.33,60 -77180,gt_model_sell_peak_local,sell,2026-05-27 09:12:00,554.0,-1.873,0,leg_gt,0.42,60 -77181,gt_model_sell_peak_local,sell,2026-05-27 13:21:00,521.0,-0.2916,0,leg_gt,0.0,60 -77182,gt_model_sell_peak_local,sell,2026-05-27 15:51:00,542.0,3.7314,1,leg_gt,0.11,60 -77183,gt_model_sell_peak_local,sell,2026-05-27 17:00:00,535.0,2.3904,1,leg_gt,0.15,60 -77184,gt_model_sell_peak_local,sell,2026-05-27 18:21:00,525.0,0.8615,1,leg_gt,0.0,60 -77185,gt_model_sell_peak_local,sell,2026-05-27 22:21:00,532.0,2.2077,1,leg_gt,0.17,60 -77186,gt_model_sell_peak_local,sell,2026-05-28 01:36:00,524.0,0.6692,1,leg_gt,0.31,60 -77187,gt_model_sell_peak_local,sell,2026-05-28 05:27:00,518.0,-0.4846,0,leg_gt,0.47,60 -77188,gt_model_sell_peak_local,sell,2026-05-28 05:36:00,516.0,-0.8692,0,leg_gt,0.47,60 -77189,gt_model_sell_peak_local,sell,2026-05-28 06:39:00,507.0,-2.6,0,leg_gt,0.52,60 -77190,gt_model_sell_peak_local,sell,2026-05-28 06:42:00,507.0,-2.6,0,leg_gt,0.52,60 -77191,gt_model_sell_peak_local,sell,2026-05-28 06:48:00,504.0,-3.1769,0,leg_gt,0.52,60 -77192,gt_model_sell_peak_local,sell,2026-05-28 09:51:00,490.0,-5.8692,0,leg_gt,0.65,60 -77193,gt_model_sell_peak_local,sell,2026-05-28 11:48:00,486.0,-6.6385,0,leg_gt,0.73,60 -77194,gt_model_sell_peak_local,sell,2026-05-28 13:27:00,473.0,-9.1385,0,leg_gt,0.8,60 -77195,gt_model_sell_peak_local,sell,2026-05-28 14:48:00,456.0,-12.4077,0,leg_gt,0.86,60 -77196,gt_model_sell_peak_local,sell,2026-05-28 18:06:00,454.0,-12.7923,0,leg_gt,0.99,60 -77197,gt_model_sell_peak_local,sell,2026-05-28 19:51:00,442.0,-15.1,0,leg_gt,1.07,60 -77198,gt_model_sell_peak_local,sell,2026-05-28 20:06:00,436.0,-16.2538,0,leg_gt,1.08,60 -77199,gt_model_sell_peak_local,sell,2026-05-28 22:39:00,430.0,-17.4077,0,leg_gt,1.18,60 -77200,gt_model_sell_peak_local,sell,2026-05-28 22:42:00,432.0,-17.0231,0,leg_gt,1.19,60 -77201,gt_model_sell_peak_local,sell,2026-05-28 22:45:00,431.0,-17.2154,0,leg_gt,1.19,60 -77202,gt_model_sell_peak_local,sell,2026-05-28 22:48:00,429.0,-17.6,0,leg_gt,1.19,60 -77203,gt_model_sell_peak_local,sell,2026-05-29 00:18:00,424.0,-18.5615,0,leg_gt,1.25,60 -77204,gt_model_sell_peak_local,sell,2026-05-29 04:51:00,422.0,2.3272,1,leg_gt,0.09,60 -77205,gt_model_sell_peak_local,sell,2026-05-29 04:54:00,420.0,1.8417,1,leg_gt,0.09,60 -77206,gt_model_sell_peak_local,sell,2026-05-29 04:57:00,418.0,1.3563,1,leg_gt,0.09,60 -77207,gt_model_sell_peak_local,sell,2026-05-29 05:06:00,416.0,0.8709,1,leg_gt,0.1,60 -77208,gt_model_sell_peak_local,sell,2026-05-29 07:27:00,415.0,0.6282,1,leg_gt,0.2,60 -77209,gt_model_sell_peak_local,sell,2026-05-29 11:15:00,431.0,5.5373,1,leg_gt,0.16,60 -77210,gt_model_sell_peak_local,sell,2026-05-29 16:09:00,453.0,8.5331,1,leg_gt,0.12,60 -77211,gt_model_sell_peak_local,sell,2026-05-29 17:27:00,453.0,8.5331,1,leg_gt,0.18,60 -77212,gt_model_sell_peak_local,sell,2026-05-30 01:30:00,441.0,0.3556,1,leg_gt,0.0,60 -77213,gt_model_sell_peak_local,sell,2026-05-30 01:33:00,445.0,1.2667,1,leg_gt,0.01,60 -77214,gt_model_sell_peak_local,sell,2026-05-30 03:39:00,447.0,1.7223,1,leg_gt,0.09,60 -77215,gt_model_sell_peak_local,sell,2026-05-30 03:42:00,447.0,1.7223,1,leg_gt,0.1,60 -77216,gt_model_sell_peak_local,sell,2026-05-30 03:51:00,444.0,1.039,1,leg_gt,0.1,60 -77217,gt_model_sell_peak_local,sell,2026-05-30 06:06:00,444.0,1.039,1,leg_gt,0.2,60 -77218,gt_model_sell_peak_local,sell,2026-05-30 06:09:00,442.0,0.5834,1,leg_gt,0.2,60 -77219,gt_model_sell_peak_local,sell,2026-05-30 06:12:00,442.0,0.5834,1,leg_gt,0.2,60 -77220,gt_model_sell_peak_local,sell,2026-05-30 06:30:00,439.0,-0.1,0,leg_gt,0.21,60 -77221,gt_model_sell_peak_local,sell,2026-05-30 10:12:00,426.0,0.3717,1,leg_gt,0.01,60 -77222,gt_model_sell_peak_local,sell,2026-05-30 12:42:00,433.0,2.0226,1,leg_gt,0.11,60 -77223,gt_model_sell_peak_local,sell,2026-05-30 15:30:00,442.0,4.1453,1,leg_gt,0.08,60 -77224,gt_model_sell_peak_local,sell,2026-05-30 18:51:00,440.0,3.6736,1,leg_gt,0.22,60 -77225,gt_model_sell_peak_local,sell,2026-05-30 19:30:00,442.0,4.1453,1,leg_gt,0.25,60 -77226,gt_model_sell_peak_local,sell,2026-05-31 06:45:00,538.0,26.7868,1,leg_gt,0.72,60 -77227,gt_model_sell_peak_local,sell,2026-05-31 06:48:00,540.0,27.2585,1,leg_gt,0.72,60 -77228,gt_model_sell_peak_local,sell,2026-05-31 06:51:00,548.0,29.1453,1,leg_gt,0.72,60 -77229,gt_model_sell_peak_local,sell,2026-05-31 11:30:00,507.0,2.3242,1,leg_gt,0.08,60 -77230,gt_model_sell_peak_local,sell,2026-05-31 11:33:00,507.0,2.3242,1,leg_gt,0.08,60 -77231,gt_model_sell_peak_local,sell,2026-05-31 13:57:00,515.0,3.9404,1,leg_gt,0.18,60 -77232,gt_model_sell_peak_local,sell,2026-05-31 14:00:00,513.0,3.5364,1,leg_gt,0.18,60 -77233,gt_model_sell_peak_local,sell,2026-05-31 14:03:00,512.0,3.3343,1,leg_gt,0.19,60 -77234,gt_model_sell_peak_local,sell,2026-05-31 19:48:00,491.0,1.7672,1,leg_gt,0.01,60 -77235,gt_model_sell_peak_local,sell,2026-05-31 22:42:00,490.0,1.5598,1,leg_gt,0.13,60 -77236,gt_model_sell_peak_local,sell,2026-06-01 07:42:00,515.0,6.7465,1,leg_gt,0.51,60 -77237,gt_model_sell_peak_local,sell,2026-06-01 10:30:00,534.0,10.6884,1,leg_gt,0.62,60 -77238,gt_model_sell_peak_local,sell,2026-06-01 14:03:00,573.0,0.7803,1,leg_gt,0.01,60 -77239,gt_model_sell_peak_local,sell,2026-06-01 15:51:00,570.0,3.1609,1,leg_gt,0.02,60 -77240,gt_model_sell_peak_local,sell,2026-06-01 17:24:00,564.0,2.0739,1,leg_gt,0.08,60 -77241,gt_model_sell_peak_local,sell,2026-06-01 17:27:00,567.0,2.6174,1,leg_gt,0.08,60 -77242,gt_model_sell_peak_local,sell,2026-06-01 21:06:00,548.0,-0.8246,0,leg_gt,0.24,60 -77243,gt_model_sell_peak_local,sell,2026-06-01 23:45:00,548.0,0.8208,1,leg_gt,0.11,60 -77244,gt_model_sell_peak_local,sell,2026-06-02 02:51:00,592.0,8.9239,1,leg_gt,0.24,60 -77245,gt_model_sell_peak_local,sell,2026-06-02 04:39:00,627.0,5.9914,1,leg_gt,0.03,60 -77246,gt_model_sell_peak_local,sell,2026-06-02 05:51:00,619.0,0.387,1,leg_gt,0.0,60 -77247,gt_model_sell_peak_local,sell,2026-06-02 07:45:00,627.0,0.8662,1,leg_gt,0.0,60 -77248,gt_model_sell_peak_local,sell,2026-06-02 07:48:00,633.0,1.8324,1,leg_gt,0.01,60 -77249,gt_model_sell_peak_local,sell,2026-06-02 09:48:00,629.0,1.1882,1,leg_gt,0.09,60 -77250,gt_model_sell_peak_local,sell,2026-06-02 11:00:00,636.0,2.3155,1,leg_gt,0.14,60 -77251,gt_model_sell_peak_local,sell,2026-06-02 11:24:00,641.0,3.1206,1,leg_gt,0.16,60 -77252,gt_model_sell_peak_local,sell,2026-06-02 11:27:00,640.0,2.9596,1,leg_gt,0.16,60 -77253,gt_model_sell_peak_local,sell,2026-06-02 15:18:00,672.0,8.1126,1,leg_gt,0.32,60 -77254,gt_model_sell_peak_local,sell,2026-06-02 19:00:00,604.0,-2.8375,0,leg_gt,0.47,60 -77255,gt_model_sell_peak_local,sell,2026-06-02 19:03:00,600.0,-3.4816,0,leg_gt,0.48,60 -77256,gt_model_sell_peak_local,sell,2026-06-02 20:24:00,618.0,3.4176,1,leg_gt,0.06,60 -77257,gt_model_sell_peak_local,sell,2026-06-02 20:27:00,617.0,3.2501,1,leg_gt,0.06,60 -77258,gt_model_sell_peak_local,sell,2026-06-02 20:39:00,612.0,2.4126,1,leg_gt,0.07,60 -77259,gt_model_sell_peak_local,sell,2026-06-02 21:03:00,610.0,2.0776,1,leg_gt,0.08,60 -77260,gt_model_sell_peak_local,sell,2026-06-02 21:06:00,603.0,0.905,1,leg_gt,0.09,60 -77261,gt_model_sell_peak_local,sell,2026-06-02 23:24:00,610.0,2.0776,1,leg_gt,0.18,60 -77262,gt_model_sell_peak_local,sell,2026-06-03 03:06:00,610.0,4.1735,1,leg_gt,0.11,60 -77263,gt_model_sell_peak_local,sell,2026-06-03 03:09:00,613.0,4.6863,1,leg_gt,0.11,60 -77264,gt_model_sell_peak_local,sell,2026-06-03 07:36:00,596.0,3.3722,1,leg_gt,0.09,60 -77265,gt_model_sell_peak_local,sell,2026-06-03 11:27:00,582.0,4.0145,1,leg_gt,0.13,60 -77266,gt_model_sell_peak_local,sell,2026-06-03 13:06:00,585.0,2.893,1,leg_gt,0.01,60 -77267,gt_model_sell_peak_local,sell,2026-06-03 17:48:00,670.0,17.8577,1,leg_gt,0.2,60 -77268,gt_model_sell_peak_local,sell,2026-06-03 21:24:00,741.0,2.6739,1,leg_gt,0.01,60 -77269,gt_model_sell_peak_local,sell,2026-06-03 21:30:00,741.0,2.6739,1,leg_gt,0.02,60 -77270,gt_model_sell_peak_local,sell,2026-06-03 23:09:00,764.0,5.8639,1,leg_gt,0.09,60 -77271,gt_model_sell_peak_local,sell,2026-06-03 23:12:00,768.0,6.4187,1,leg_gt,0.09,60 -77272,gt_model_sell_peak_local,sell,2026-06-04 00:15:00,772.0,0.9471,1,leg_gt,0.04,60 -77273,gt_model_sell_peak_local,sell,2026-06-04 01:12:00,761.0,0.6947,1,leg_gt,0.0,60 -77274,gt_model_sell_peak_local,sell,2026-06-04 02:24:00,763.0,0.6926,1,leg_gt,0.0,60 -77275,gt_model_sell_peak_local,sell,2026-06-04 03:18:00,754.0,-0.4963,0,leg_gt,0.04,60 -77276,gt_model_sell_peak_local,sell,2026-06-04 04:30:00,772.0,2.2873,1,leg_gt,0.05,60 -77277,gt_model_sell_peak_local,sell,2026-06-04 05:42:00,779.0,1.8634,1,leg_gt,0.05,60 -77278,gt_model_sell_peak_local,sell,2026-06-04 07:21:00,802.0,5.4263,1,leg_gt,0.06,60 -77279,gt_model_sell_peak_local,sell,2026-06-04 08:27:00,782.0,0.1564,1,leg_gt,0.0,60 diff --git a/docs/04_matching/hybrid_dd_calibration.json b/docs/04_matching/hybrid_dd_calibration.json deleted file mode 100644 index 5e4d75d..0000000 --- a/docs/04_matching/hybrid_dd_calibration.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "best_params": { - "dd_large_pct": 5.0, - "dd_medium_pct": 2.0 - }, - "best_metrics": { - "dd_large_pct": 5.0, - "dd_medium_pct": 2.0, - "train_pnl_pct": 681.36, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1120.97, - "max_drawdown_pct": 19.22, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1598 - }, - "grid_size": 18, - "top5": [ - { - "dd_large_pct": 5.0, - "dd_medium_pct": 2.0, - "train_pnl_pct": 681.36, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1120.97, - "max_drawdown_pct": 19.22, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1598 - }, - { - "dd_large_pct": 5.0, - "dd_medium_pct": 3.0, - "train_pnl_pct": 681.36, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1120.97, - "max_drawdown_pct": 19.22, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1598 - }, - { - "dd_large_pct": 5.0, - "dd_medium_pct": 4.0, - "train_pnl_pct": 681.36, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1120.97, - "max_drawdown_pct": 19.22, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1598 - }, - { - "dd_large_pct": 12.0, - "dd_medium_pct": 2.0, - "train_pnl_pct": 671.91, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1106.19, - "max_drawdown_pct": 15.64, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1531 - }, - { - "dd_large_pct": 12.0, - "dd_medium_pct": 3.0, - "train_pnl_pct": 671.91, - "holdout_pnl_pct": 62.36, - "full_pnl_pct": 1106.19, - "max_drawdown_pct": 15.64, - "wf_positive_months": 11, - "wf_months": 12, - "large_tier_buys": 1531 - } - ], - "holdout_start": "2026-04-11 05:33:00" -} \ No newline at end of file diff --git a/docs/04_matching/matched_rules.json b/docs/04_matching/matched_rules.json deleted file mode 100644 index 77ad7de..0000000 --- a/docs/04_matching/matched_rules.json +++ /dev/null @@ -1,2501 +0,0 @@ -{ - "method": "gt_profile_plus_full_bar_ev_filter", - "label_mode": "leg_gt", - "train_ratio": 0.7, - "holdout_ratio": 0.15, - "criteria": { - "min_fires_valid": 10, - "min_fires_holdout": 5, - "min_ev_valid_pct": 0.0, - "min_profit_factor_valid": 1.0, - "max_valid_fire_rate": 0.35 - }, - "selected": [ - { - "rule_id": "gt_model_buy_zigzag_bb", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_buy_signal", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0002, - "metrics": { - "all": { - "count": 25, - "ev_pct": 8.6824, - "win_rate": 0.84, - "profit_factor": 44.9 - }, - "train": { - "count": 14, - "ev_pct": 6.908, - "win_rate": 0.8571, - "profit_factor": 109.1666 - }, - "valid": { - "count": 10, - "ev_pct": 11.1305, - "win_rate": 0.8, - "profit_factor": 28.4806 - }, - "holdout": { - "count": 1, - "ev_pct": 9.0429, - "win_rate": 1.0, - "profit_factor": 9.0429 - } - }, - "pass_valid": true, - "pass_holdout": false - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_trough_local", - "op": "eq_int", - "value": 1 - }, - { - "col": "bb_pos", - "op": "lte", - "value": 0.45 - } - ], - "valid_fire_rate": 0.0115, - "metrics": { - "all": { - "count": 1508, - "ev_pct": 6.2193, - "win_rate": 0.7394, - "profit_factor": 4.8607 - }, - "train": { - "count": 666, - "ev_pct": 6.3405, - "win_rate": 0.7658, - "profit_factor": 5.3187 - }, - "valid": { - "count": 510, - "ev_pct": 7.4617, - "win_rate": 0.7549, - "profit_factor": 4.5739 - }, - "holdout": { - "count": 332, - "ev_pct": 4.0675, - "win_rate": 0.6627, - "profit_factor": 4.4925 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_mtf_cross_all_tf", - "side": "buy", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.0217975704436916, - "hi": 0.2431494170206665 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2485098739243929 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 0 - } - ], - "valid_fire_rate": 0.0323, - "metrics": { - "all": { - "count": 5244, - "ev_pct": 5.4262, - "win_rate": 0.7079, - "profit_factor": 3.9067 - }, - "train": { - "count": 3273, - "ev_pct": 5.0332, - "win_rate": 0.7207, - "profit_factor": 4.1345 - }, - "valid": { - "count": 1433, - "ev_pct": 7.203, - "win_rate": 0.7341, - "profit_factor": 4.0184 - }, - "holdout": { - "count": 538, - "ev_pct": 3.0841, - "win_rate": 0.5595, - "profit_factor": 2.4893 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_compound_top3", - "side": "buy", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -188.40579710144863, - "hi": -113.65120836054932 - } - ], - "valid_fire_rate": 0.0545, - "metrics": { - "all": { - "count": 9989, - "ev_pct": 5.4657, - "win_rate": 0.7181, - "profit_factor": 3.6911 - }, - "train": { - "count": 6342, - "ev_pct": 4.9429, - "win_rate": 0.7211, - "profit_factor": 3.6206 - }, - "valid": { - "count": 2418, - "ev_pct": 6.9135, - "win_rate": 0.7452, - "profit_factor": 3.9387 - }, - "holdout": { - "count": 1229, - "ev_pct": 5.315, - "win_rate": 0.6493, - "profit_factor": 3.4771 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_contrast_m10_bb_pos", - "side": "buy", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m10_bb_pos", - "op": "lte", - "value": 0.8561892083441174 - } - ], - "valid_fire_rate": 0.1138, - "metrics": { - "all": { - "count": 19029, - "ev_pct": 5.4862, - "win_rate": 0.7174, - "profit_factor": 3.702 - }, - "train": { - "count": 11601, - "ev_pct": 5.0821, - "win_rate": 0.7175, - "profit_factor": 3.7549 - }, - "valid": { - "count": 5043, - "ev_pct": 6.6694, - "win_rate": 0.7434, - "profit_factor": 3.697 - }, - "holdout": { - "count": 2385, - "ev_pct": 4.9499, - "win_rate": 0.6621, - "profit_factor": 3.4775 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_tight", - "side": "sell", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.8247158558563334, - "hi": 0.9337055148500956 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 107.30920624132844, - "hi": 148.54421175101805 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": 118.85113382022408, - "hi": 158.3923823574028 - } - ], - "valid_fire_rate": 0.0069, - "metrics": { - "all": { - "count": 1394, - "ev_pct": 5.1381, - "win_rate": 0.9505, - "profit_factor": 51.7723 - }, - "train": { - "count": 795, - "ev_pct": 4.6835, - "win_rate": 0.9535, - "profit_factor": 50.8294 - }, - "valid": { - "count": 308, - "ev_pct": 4.7949, - "win_rate": 0.9416, - "profit_factor": 34.8027 - }, - "holdout": { - "count": 291, - "ev_pct": 6.7434, - "win_rate": 0.9519, - "profit_factor": 87.5998 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_top3", - "side": "sell", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 93.20386715706546, - "hi": 168.50552522505774 - } - ], - "valid_fire_rate": 0.0612, - "metrics": { - "all": { - "count": 11480, - "ev_pct": 4.7861, - "win_rate": 0.945, - "profit_factor": 32.2052 - }, - "train": { - "count": 6949, - "ev_pct": 4.8062, - "win_rate": 0.9489, - "profit_factor": 38.6539 - }, - "valid": { - "count": 2713, - "ev_pct": 4.3635, - "win_rate": 0.9403, - "profit_factor": 20.0674 - }, - "holdout": { - "count": 1818, - "ev_pct": 5.3399, - "win_rate": 0.9373, - "profit_factor": 39.3855 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_contrast_m10_bb_pos", - "side": "sell", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m10_bb_pos", - "op": "gte", - "value": 0.14607994670516883 - } - ], - "valid_fire_rate": 0.0919, - "metrics": { - "all": { - "count": 16859, - "ev_pct": 4.606, - "win_rate": 0.9369, - "profit_factor": 28.2017 - }, - "train": { - "count": 10141, - "ev_pct": 4.7242, - "win_rate": 0.938, - "profit_factor": 33.8839 - }, - "valid": { - "count": 4076, - "ev_pct": 4.1378, - "win_rate": 0.9401, - "profit_factor": 18.6955 - }, - "holdout": { - "count": 2642, - "ev_pct": 4.8742, - "win_rate": 0.9281, - "profit_factor": 29.9605 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_peak_local", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0478, - "metrics": { - "all": { - "count": 6600, - "ev_pct": 2.4127, - "win_rate": 0.8288, - "profit_factor": 5.1153 - }, - "train": { - "count": 3052, - "ev_pct": 2.999, - "win_rate": 0.8398, - "profit_factor": 8.0085 - }, - "valid": { - "count": 2119, - "ev_pct": 2.1815, - "win_rate": 0.8386, - "profit_factor": 4.6 - }, - "holdout": { - "count": 1429, - "ev_pct": 1.5034, - "win_rate": 0.7908, - "profit_factor": 2.6792 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "selected_best_effort": [], - "holdout_passed": [ - { - "rule_id": "buy_compound_top3", - "side": "buy", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -188.40579710144863, - "hi": -113.65120836054932 - } - ], - "valid_fire_rate": 0.0545, - "metrics": { - "all": { - "count": 9989, - "ev_pct": 5.4657, - "win_rate": 0.7181, - "profit_factor": 3.6911 - }, - "train": { - "count": 6342, - "ev_pct": 4.9429, - "win_rate": 0.7211, - "profit_factor": 3.6206 - }, - "valid": { - "count": 2418, - "ev_pct": 6.9135, - "win_rate": 0.7452, - "profit_factor": 3.9387 - }, - "holdout": { - "count": 1229, - "ev_pct": 5.315, - "win_rate": 0.6493, - "profit_factor": 3.4771 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_compound_tight", - "side": "buy", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.050986874829589954, - "hi": 0.17673357601131273 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -169.2052113398648, - "hi": -124.73123841544977 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": -175.7862791639258, - "hi": -132.6451584428887 - } - ], - "valid_fire_rate": 0.0055, - "metrics": { - "all": { - "count": 1029, - "ev_pct": 5.5293, - "win_rate": 0.688, - "profit_factor": 3.4292 - }, - "train": { - "count": 686, - "ev_pct": 4.4243, - "win_rate": 0.6706, - "profit_factor": 3.0189 - }, - "valid": { - "count": 243, - "ev_pct": 6.448, - "win_rate": 0.7119, - "profit_factor": 3.187 - }, - "holdout": { - "count": 100, - "ev_pct": 10.8775, - "win_rate": 0.75, - "profit_factor": 9.8832 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_contrast_m10_bb_pos", - "side": "buy", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m10_bb_pos", - "op": "lte", - "value": 0.8561892083441174 - } - ], - "valid_fire_rate": 0.1138, - "metrics": { - "all": { - "count": 19029, - "ev_pct": 5.4862, - "win_rate": 0.7174, - "profit_factor": 3.702 - }, - "train": { - "count": 11601, - "ev_pct": 5.0821, - "win_rate": 0.7175, - "profit_factor": 3.7549 - }, - "valid": { - "count": 5043, - "ev_pct": 6.6694, - "win_rate": 0.7434, - "profit_factor": 3.697 - }, - "holdout": { - "count": 2385, - "ev_pct": 4.9499, - "win_rate": 0.6621, - "profit_factor": 3.4775 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_mtf_cross_all_tf", - "side": "buy", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.0217975704436916, - "hi": 0.2431494170206665 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2485098739243929 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 0 - } - ], - "valid_fire_rate": 0.0323, - "metrics": { - "all": { - "count": 5244, - "ev_pct": 5.4262, - "win_rate": 0.7079, - "profit_factor": 3.9067 - }, - "train": { - "count": 3273, - "ev_pct": 5.0332, - "win_rate": 0.7207, - "profit_factor": 4.1345 - }, - "valid": { - "count": 1433, - "ev_pct": 7.203, - "win_rate": 0.7341, - "profit_factor": 4.0184 - }, - "holdout": { - "count": 538, - "ev_pct": 3.0841, - "win_rate": 0.5595, - "profit_factor": 2.4893 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_top3", - "side": "sell", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 93.20386715706546, - "hi": 168.50552522505774 - } - ], - "valid_fire_rate": 0.0612, - "metrics": { - "all": { - "count": 11480, - "ev_pct": 4.7861, - "win_rate": 0.945, - "profit_factor": 32.2052 - }, - "train": { - "count": 6949, - "ev_pct": 4.8062, - "win_rate": 0.9489, - "profit_factor": 38.6539 - }, - "valid": { - "count": 2713, - "ev_pct": 4.3635, - "win_rate": 0.9403, - "profit_factor": 20.0674 - }, - "holdout": { - "count": 1818, - "ev_pct": 5.3399, - "win_rate": 0.9373, - "profit_factor": 39.3855 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_tight", - "side": "sell", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.8247158558563334, - "hi": 0.9337055148500956 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 107.30920624132844, - "hi": 148.54421175101805 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": 118.85113382022408, - "hi": 158.3923823574028 - } - ], - "valid_fire_rate": 0.0069, - "metrics": { - "all": { - "count": 1394, - "ev_pct": 5.1381, - "win_rate": 0.9505, - "profit_factor": 51.7723 - }, - "train": { - "count": 795, - "ev_pct": 4.6835, - "win_rate": 0.9535, - "profit_factor": 50.8294 - }, - "valid": { - "count": 308, - "ev_pct": 4.7949, - "win_rate": 0.9416, - "profit_factor": 34.8027 - }, - "holdout": { - "count": 291, - "ev_pct": 6.7434, - "win_rate": 0.9519, - "profit_factor": 87.5998 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_contrast_m10_bb_pos", - "side": "sell", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m10_bb_pos", - "op": "gte", - "value": 0.14607994670516883 - } - ], - "valid_fire_rate": 0.0919, - "metrics": { - "all": { - "count": 16859, - "ev_pct": 4.606, - "win_rate": 0.9369, - "profit_factor": 28.2017 - }, - "train": { - "count": 10141, - "ev_pct": 4.7242, - "win_rate": 0.938, - "profit_factor": 33.8839 - }, - "valid": { - "count": 4076, - "ev_pct": 4.1378, - "win_rate": 0.9401, - "profit_factor": 18.6955 - }, - "holdout": { - "count": 2642, - "ev_pct": 4.8742, - "win_rate": 0.9281, - "profit_factor": 29.9605 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_trough_local", - "op": "eq_int", - "value": 1 - }, - { - "col": "bb_pos", - "op": "lte", - "value": 0.45 - } - ], - "valid_fire_rate": 0.0115, - "metrics": { - "all": { - "count": 1508, - "ev_pct": 6.2193, - "win_rate": 0.7394, - "profit_factor": 4.8607 - }, - "train": { - "count": 666, - "ev_pct": 6.3405, - "win_rate": 0.7658, - "profit_factor": 5.3187 - }, - "valid": { - "count": 510, - "ev_pct": 7.4617, - "win_rate": 0.7549, - "profit_factor": 4.5739 - }, - "holdout": { - "count": 332, - "ev_pct": 4.0675, - "win_rate": 0.6627, - "profit_factor": 4.4925 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_peak_local", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0478, - "metrics": { - "all": { - "count": 6600, - "ev_pct": 2.4127, - "win_rate": 0.8288, - "profit_factor": 5.1153 - }, - "train": { - "count": 3052, - "ev_pct": 2.999, - "win_rate": 0.8398, - "profit_factor": 8.0085 - }, - "valid": { - "count": 2119, - "ev_pct": 2.1815, - "win_rate": 0.8386, - "profit_factor": 4.6 - }, - "holdout": { - "count": 1429, - "ev_pct": 1.5034, - "win_rate": 0.7908, - "profit_factor": 2.6792 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "monitor_rules": [ - { - "rule_id": "buy_compound_tight", - "side": "buy", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.050986874829589954, - "hi": 0.17673357601131273 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -169.2052113398648, - "hi": -124.73123841544977 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": -175.7862791639258, - "hi": -132.6451584428887 - } - ], - "valid_fire_rate": 0.0055, - "metrics": { - "all": { - "count": 1029, - "ev_pct": 5.5293, - "win_rate": 0.688, - "profit_factor": 3.4292 - }, - "train": { - "count": 686, - "ev_pct": 4.4243, - "win_rate": 0.6706, - "profit_factor": 3.0189 - }, - "valid": { - "count": 243, - "ev_pct": 6.448, - "win_rate": 0.7119, - "profit_factor": 3.187 - }, - "holdout": { - "count": 100, - "ev_pct": 10.8775, - "win_rate": 0.75, - "profit_factor": 9.8832 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "active_rules": [ - { - "rule_id": "gt_model_buy_zigzag_bb", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_buy_signal", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0002, - "metrics": { - "all": { - "count": 25, - "ev_pct": 8.6824, - "win_rate": 0.84, - "profit_factor": 44.9 - }, - "train": { - "count": 14, - "ev_pct": 6.908, - "win_rate": 0.8571, - "profit_factor": 109.1666 - }, - "valid": { - "count": 10, - "ev_pct": 11.1305, - "win_rate": 0.8, - "profit_factor": 28.4806 - }, - "holdout": { - "count": 1, - "ev_pct": 9.0429, - "win_rate": 1.0, - "profit_factor": 9.0429 - } - }, - "pass_valid": true, - "pass_holdout": false - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_trough_local", - "op": "eq_int", - "value": 1 - }, - { - "col": "bb_pos", - "op": "lte", - "value": 0.45 - } - ], - "valid_fire_rate": 0.0115, - "metrics": { - "all": { - "count": 1508, - "ev_pct": 6.2193, - "win_rate": 0.7394, - "profit_factor": 4.8607 - }, - "train": { - "count": 666, - "ev_pct": 6.3405, - "win_rate": 0.7658, - "profit_factor": 5.3187 - }, - "valid": { - "count": 510, - "ev_pct": 7.4617, - "win_rate": 0.7549, - "profit_factor": 4.5739 - }, - "holdout": { - "count": 332, - "ev_pct": 4.0675, - "win_rate": 0.6627, - "profit_factor": 4.4925 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_mtf_cross_all_tf", - "side": "buy", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.0217975704436916, - "hi": 0.2431494170206665 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2485098739243929 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 0 - } - ], - "valid_fire_rate": 0.0323, - "metrics": { - "all": { - "count": 5244, - "ev_pct": 5.4262, - "win_rate": 0.7079, - "profit_factor": 3.9067 - }, - "train": { - "count": 3273, - "ev_pct": 5.0332, - "win_rate": 0.7207, - "profit_factor": 4.1345 - }, - "valid": { - "count": 1433, - "ev_pct": 7.203, - "win_rate": 0.7341, - "profit_factor": 4.0184 - }, - "holdout": { - "count": 538, - "ev_pct": 3.0841, - "win_rate": 0.5595, - "profit_factor": 2.4893 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_compound_top3", - "side": "buy", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -188.40579710144863, - "hi": -113.65120836054932 - } - ], - "valid_fire_rate": 0.0545, - "metrics": { - "all": { - "count": 9989, - "ev_pct": 5.4657, - "win_rate": 0.7181, - "profit_factor": 3.6911 - }, - "train": { - "count": 6342, - "ev_pct": 4.9429, - "win_rate": 0.7211, - "profit_factor": 3.6206 - }, - "valid": { - "count": 2418, - "ev_pct": 6.9135, - "win_rate": 0.7452, - "profit_factor": 3.9387 - }, - "holdout": { - "count": 1229, - "ev_pct": 5.315, - "win_rate": 0.6493, - "profit_factor": 3.4771 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_contrast_m10_bb_pos", - "side": "buy", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m10_bb_pos", - "op": "lte", - "value": 0.8561892083441174 - } - ], - "valid_fire_rate": 0.1138, - "metrics": { - "all": { - "count": 19029, - "ev_pct": 5.4862, - "win_rate": 0.7174, - "profit_factor": 3.702 - }, - "train": { - "count": 11601, - "ev_pct": 5.0821, - "win_rate": 0.7175, - "profit_factor": 3.7549 - }, - "valid": { - "count": 5043, - "ev_pct": 6.6694, - "win_rate": 0.7434, - "profit_factor": 3.697 - }, - "holdout": { - "count": 2385, - "ev_pct": 4.9499, - "win_rate": 0.6621, - "profit_factor": 3.4775 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_tight", - "side": "sell", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.8247158558563334, - "hi": 0.9337055148500956 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 107.30920624132844, - "hi": 148.54421175101805 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": 118.85113382022408, - "hi": 158.3923823574028 - } - ], - "valid_fire_rate": 0.0069, - "metrics": { - "all": { - "count": 1394, - "ev_pct": 5.1381, - "win_rate": 0.9505, - "profit_factor": 51.7723 - }, - "train": { - "count": 795, - "ev_pct": 4.6835, - "win_rate": 0.9535, - "profit_factor": 50.8294 - }, - "valid": { - "count": 308, - "ev_pct": 4.7949, - "win_rate": 0.9416, - "profit_factor": 34.8027 - }, - "holdout": { - "count": 291, - "ev_pct": 6.7434, - "win_rate": 0.9519, - "profit_factor": 87.5998 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_top3", - "side": "sell", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 93.20386715706546, - "hi": 168.50552522505774 - } - ], - "valid_fire_rate": 0.0612, - "metrics": { - "all": { - "count": 11480, - "ev_pct": 4.7861, - "win_rate": 0.945, - "profit_factor": 32.2052 - }, - "train": { - "count": 6949, - "ev_pct": 4.8062, - "win_rate": 0.9489, - "profit_factor": 38.6539 - }, - "valid": { - "count": 2713, - "ev_pct": 4.3635, - "win_rate": 0.9403, - "profit_factor": 20.0674 - }, - "holdout": { - "count": 1818, - "ev_pct": 5.3399, - "win_rate": 0.9373, - "profit_factor": 39.3855 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_contrast_m10_bb_pos", - "side": "sell", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m10_bb_pos", - "op": "gte", - "value": 0.14607994670516883 - } - ], - "valid_fire_rate": 0.0919, - "metrics": { - "all": { - "count": 16859, - "ev_pct": 4.606, - "win_rate": 0.9369, - "profit_factor": 28.2017 - }, - "train": { - "count": 10141, - "ev_pct": 4.7242, - "win_rate": 0.938, - "profit_factor": 33.8839 - }, - "valid": { - "count": 4076, - "ev_pct": 4.1378, - "win_rate": 0.9401, - "profit_factor": 18.6955 - }, - "holdout": { - "count": 2642, - "ev_pct": 4.8742, - "win_rate": 0.9281, - "profit_factor": 29.9605 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_peak_local", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0478, - "metrics": { - "all": { - "count": 6600, - "ev_pct": 2.4127, - "win_rate": 0.8288, - "profit_factor": 5.1153 - }, - "train": { - "count": 3052, - "ev_pct": 2.999, - "win_rate": 0.8398, - "profit_factor": 8.0085 - }, - "valid": { - "count": 2119, - "ev_pct": 2.1815, - "win_rate": 0.8386, - "profit_factor": 4.6 - }, - "holdout": { - "count": 1429, - "ev_pct": 1.5034, - "win_rate": 0.7908, - "profit_factor": 2.6792 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "strict_pass": true, - "holdout_pass": true, - "rejected_count": 2, - "gt_overlap": { - "buy": { - "gt_count": 325, - "matched": 274, - "recall": 0.8431 - }, - "sell": { - "gt_count": 160, - "matched": 141, - "recall": 0.8812 - } - }, - "valid_bars_approx": 44330, - "all_rule_summaries": [ - { - "rule_id": "buy_compound_top3", - "side": "buy", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -188.40579710144863, - "hi": -113.65120836054932 - } - ], - "valid_fire_rate": 0.0545, - "metrics": { - "all": { - "count": 9989, - "ev_pct": 5.4657, - "win_rate": 0.7181, - "profit_factor": 3.6911 - }, - "train": { - "count": 6342, - "ev_pct": 4.9429, - "win_rate": 0.7211, - "profit_factor": 3.6206 - }, - "valid": { - "count": 2418, - "ev_pct": 6.9135, - "win_rate": 0.7452, - "profit_factor": 3.9387 - }, - "holdout": { - "count": 1229, - "ev_pct": 5.315, - "win_rate": 0.6493, - "profit_factor": 3.4771 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_compound_tight", - "side": "buy", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.050986874829589954, - "hi": 0.17673357601131273 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -169.2052113398648, - "hi": -124.73123841544977 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": -175.7862791639258, - "hi": -132.6451584428887 - } - ], - "valid_fire_rate": 0.0055, - "metrics": { - "all": { - "count": 1029, - "ev_pct": 5.5293, - "win_rate": 0.688, - "profit_factor": 3.4292 - }, - "train": { - "count": 686, - "ev_pct": 4.4243, - "win_rate": 0.6706, - "profit_factor": 3.0189 - }, - "valid": { - "count": 243, - "ev_pct": 6.448, - "win_rate": 0.7119, - "profit_factor": 3.187 - }, - "holdout": { - "count": 100, - "ev_pct": 10.8775, - "win_rate": 0.75, - "profit_factor": 9.8832 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_contrast_m10_bb_pos", - "side": "buy", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m10_bb_pos", - "op": "lte", - "value": 0.8561892083441174 - } - ], - "valid_fire_rate": 0.1138, - "metrics": { - "all": { - "count": 19029, - "ev_pct": 5.4862, - "win_rate": 0.7174, - "profit_factor": 3.702 - }, - "train": { - "count": 11601, - "ev_pct": 5.0821, - "win_rate": 0.7175, - "profit_factor": 3.7549 - }, - "valid": { - "count": 5043, - "ev_pct": 6.6694, - "win_rate": 0.7434, - "profit_factor": 3.697 - }, - "holdout": { - "count": 2385, - "ev_pct": 4.9499, - "win_rate": 0.6621, - "profit_factor": 3.4775 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "buy_mtf_cross_all_tf", - "side": "buy", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.0217975704436916, - "hi": 0.2431494170206665 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2485098739243929 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 0 - } - ], - "valid_fire_rate": 0.0323, - "metrics": { - "all": { - "count": 5244, - "ev_pct": 5.4262, - "win_rate": 0.7079, - "profit_factor": 3.9067 - }, - "train": { - "count": 3273, - "ev_pct": 5.0332, - "win_rate": 0.7207, - "profit_factor": 4.1345 - }, - "valid": { - "count": 1433, - "ev_pct": 7.203, - "win_rate": 0.7341, - "profit_factor": 4.0184 - }, - "holdout": { - "count": 538, - "ev_pct": 3.0841, - "win_rate": 0.5595, - "profit_factor": 2.4893 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_top3", - "side": "sell", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 93.20386715706546, - "hi": 168.50552522505774 - } - ], - "valid_fire_rate": 0.0612, - "metrics": { - "all": { - "count": 11480, - "ev_pct": 4.7861, - "win_rate": 0.945, - "profit_factor": 32.2052 - }, - "train": { - "count": 6949, - "ev_pct": 4.8062, - "win_rate": 0.9489, - "profit_factor": 38.6539 - }, - "valid": { - "count": 2713, - "ev_pct": 4.3635, - "win_rate": 0.9403, - "profit_factor": 20.0674 - }, - "holdout": { - "count": 1818, - "ev_pct": 5.3399, - "win_rate": 0.9373, - "profit_factor": 39.3855 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_compound_tight", - "side": "sell", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.8247158558563334, - "hi": 0.9337055148500956 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 107.30920624132844, - "hi": 148.54421175101805 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": 118.85113382022408, - "hi": 158.3923823574028 - } - ], - "valid_fire_rate": 0.0069, - "metrics": { - "all": { - "count": 1394, - "ev_pct": 5.1381, - "win_rate": 0.9505, - "profit_factor": 51.7723 - }, - "train": { - "count": 795, - "ev_pct": 4.6835, - "win_rate": 0.9535, - "profit_factor": 50.8294 - }, - "valid": { - "count": 308, - "ev_pct": 4.7949, - "win_rate": 0.9416, - "profit_factor": 34.8027 - }, - "holdout": { - "count": 291, - "ev_pct": 6.7434, - "win_rate": 0.9519, - "profit_factor": 87.5998 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_contrast_m10_bb_pos", - "side": "sell", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m10_bb_pos", - "op": "gte", - "value": 0.14607994670516883 - } - ], - "valid_fire_rate": 0.0919, - "metrics": { - "all": { - "count": 16859, - "ev_pct": 4.606, - "win_rate": 0.9369, - "profit_factor": 28.2017 - }, - "train": { - "count": 10141, - "ev_pct": 4.7242, - "win_rate": 0.938, - "profit_factor": 33.8839 - }, - "valid": { - "count": 4076, - "ev_pct": 4.1378, - "win_rate": 0.9401, - "profit_factor": 18.6955 - }, - "holdout": { - "count": 2642, - "ev_pct": 4.8742, - "win_rate": 0.9281, - "profit_factor": 29.9605 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_buy_zigzag_bb", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_buy_signal", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0002, - "metrics": { - "all": { - "count": 25, - "ev_pct": 8.6824, - "win_rate": 0.84, - "profit_factor": 44.9 - }, - "train": { - "count": 14, - "ev_pct": 6.908, - "win_rate": 0.8571, - "profit_factor": 109.1666 - }, - "valid": { - "count": 10, - "ev_pct": 11.1305, - "win_rate": 0.8, - "profit_factor": 28.4806 - }, - "holdout": { - "count": 1, - "ev_pct": 9.0429, - "win_rate": 1.0, - "profit_factor": 9.0429 - } - }, - "pass_valid": true, - "pass_holdout": false - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_trough_local", - "op": "eq_int", - "value": 1 - }, - { - "col": "bb_pos", - "op": "lte", - "value": 0.45 - } - ], - "valid_fire_rate": 0.0115, - "metrics": { - "all": { - "count": 1508, - "ev_pct": 6.2193, - "win_rate": 0.7394, - "profit_factor": 4.8607 - }, - "train": { - "count": 666, - "ev_pct": 6.3405, - "win_rate": 0.7658, - "profit_factor": 5.3187 - }, - "valid": { - "count": 510, - "ev_pct": 7.4617, - "win_rate": 0.7549, - "profit_factor": 4.5739 - }, - "holdout": { - "count": 332, - "ev_pct": 4.0675, - "win_rate": 0.6627, - "profit_factor": 4.4925 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "gt_model_sell_zigzag_peak", - "side": "sell", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_sell_signal", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0, - "metrics": { - "all": { - "count": 8, - "ev_pct": 11.8981, - "win_rate": 1.0, - "profit_factor": 95.1851 - }, - "train": { - "count": 8, - "ev_pct": 11.8981, - "win_rate": 1.0, - "profit_factor": 95.1851 - }, - "valid": { - "count": 0, - "ev_pct": 0.0, - "win_rate": 0.0, - "profit_factor": 0.0 - }, - "holdout": { - "count": 0, - "ev_pct": 0.0, - "win_rate": 0.0, - "profit_factor": 0.0 - } - }, - "pass_valid": false, - "pass_holdout": false - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "conditions": [ - { - "col": "gt_peak_local", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0478, - "metrics": { - "all": { - "count": 6600, - "ev_pct": 2.4127, - "win_rate": 0.8288, - "profit_factor": 5.1153 - }, - "train": { - "count": 3052, - "ev_pct": 2.999, - "win_rate": 0.8398, - "profit_factor": 8.0085 - }, - "valid": { - "count": 2119, - "ev_pct": 2.1815, - "win_rate": 0.8386, - "profit_factor": 4.6 - }, - "holdout": { - "count": 1429, - "ev_pct": 1.5034, - "win_rate": 0.7908, - "profit_factor": 2.6792 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "note": "" -} \ No newline at end of file diff --git a/docs/04_matching/rule_candidates.json b/docs/04_matching/rule_candidates.json deleted file mode 100644 index df006f7..0000000 --- a/docs/04_matching/rule_candidates.json +++ /dev/null @@ -1,435 +0,0 @@ -{ - "source": "/Users/xavis/workspace/ncue/DeepCoin/docs/03_analysis/general_analysis_trades.csv", - "profile_json": "/Users/xavis/workspace/ncue/DeepCoin/docs/03_analysis/gt_mtf_profile.json", - "calibration_json": "/Users/xavis/workspace/ncue/DeepCoin/docs/03_analysis/gt_calibration_report.json", - "buy_profile_features": [ - "m3_bb_pos", - "m3_ga_cci_20", - "m3_ga_keltner_pos", - "m3_ga_mfi_14", - "m3_ga_donchian_pos", - "m3_RSI", - "m5_bb_pos", - "m5_ga_cci_20", - "m5_ga_keltner_pos", - "m5_ga_mfi_14", - "m5_ga_donchian_pos", - "m5_ga_cci_oversold", - "m10_bb_pos", - "m10_ga_cci_20", - "m10_ga_ha_bull", - "m10_ga_donchian_pos", - "m10_ga_keltner_pos", - "m10_stoch_k", - "m15_bb_pos", - "m15_ga_ha_bull", - "m15_ga_cci_20", - "m15_ga_keltner_pos", - "m15_ga_donchian_pos", - "m15_stoch_k", - "m30_ga_ha_bull", - "m30_bb_pos", - "m30_ga_cci_20", - "m30_ga_cci_overbought", - "m30_ga_donchian_pos", - "m30_ga_keltner_pos", - "m60_ga_ha_bull", - "m60_ga_cci_20", - "m60_bb_pos", - "m60_ga_williams_overbought", - "m60_ga_cci_overbought", - "m60_ga_keltner_pos", - "m240_ga_ha_bull", - "m240_ga_ha_trend_up", - "m240_ga_chart_ha_trend", - "m240_ga_cci_20", - "m240_bb_pos", - "m240_ga_keltner_pos", - "d1_ga_ha_bull", - "d1_ga_cci_oversold", - "d1_ga_cci_20", - "d1_ga_hammer", - "d1_bb_pos", - "d1_ga_chart_ha_trend", - "m10_ga_williams_r", - "m10_ga_mfi_14" - ], - "sell_profile_features": [ - "m3_bb_pos", - "m3_ga_cci_20", - "m3_ga_keltner_pos", - "m3_ga_mfi_14", - "m3_ga_donchian_pos", - "m3_RSI", - "m5_bb_pos", - "m5_ga_cci_20", - "m5_ga_keltner_pos", - "m5_ga_mfi_14", - "m5_ga_donchian_pos", - "m5_ga_cci_oversold", - "m10_bb_pos", - "m10_ga_cci_20", - "m10_ga_ha_bull", - "m10_ga_donchian_pos", - "m10_ga_keltner_pos", - "m10_stoch_k", - "m15_bb_pos", - "m15_ga_ha_bull", - "m15_ga_cci_20", - "m15_ga_keltner_pos", - "m15_ga_donchian_pos", - "m15_stoch_k", - "m30_ga_ha_bull", - "m30_bb_pos", - "m30_ga_cci_20", - "m30_ga_cci_overbought", - "m30_ga_donchian_pos", - "m30_ga_keltner_pos", - "m60_ga_ha_bull", - "m60_ga_cci_20", - "m60_bb_pos", - "m60_ga_williams_overbought", - "m60_ga_cci_overbought", - "m60_ga_keltner_pos", - "m240_ga_ha_bull", - "m240_ga_ha_trend_up", - "m240_ga_chart_ha_trend", - "m240_ga_cci_20", - "m240_bb_pos", - "m240_ga_keltner_pos", - "d1_ga_ha_bull", - "d1_ga_cci_oversold", - "d1_ga_cci_20", - "d1_ga_hammer", - "d1_bb_pos", - "d1_ga_chart_ha_trend", - "m10_ga_williams_r", - "m10_ga_mfi_14" - ], - "buy_gt_count": 325, - "sell_gt_count": 160, - "rule_count": 12, - "rules": [ - { - "rule_id": "buy_compound_top3", - "side": "buy", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -188.40579710144863, - "hi": -113.65120836054932 - } - ], - "profile_cols": [ - "m10_bb_pos", - "m5_bb_pos", - "m5_ga_cci_20" - ] - }, - { - "rule_id": "buy_compound_tight", - "side": "buy", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.050986874829589954, - "hi": 0.17673357601131273 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -169.2052113398648, - "hi": -124.73123841544977 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": -175.7862791639258, - "hi": -132.6451584428887 - } - ] - }, - { - "rule_id": "buy_contrast_m10_bb_pos", - "side": "buy", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m10_bb_pos", - "op": "lte", - "value": 0.8561892083441174 - } - ] - }, - { - "rule_id": "buy_mtf_cross_all_tf", - "side": "buy", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.0217975704436916, - "hi": 0.2431494170206665 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.0010558937498797, - "hi": 0.2085149451832707 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2135380413505097 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.0, - "hi": 0.2485098739243929 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 0 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 0 - } - ] - }, - { - "rule_id": "sell_compound_top3", - "side": "sell", - "kind": "compound", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 93.20386715706546, - "hi": 168.50552522505774 - } - ], - "profile_cols": [ - "m10_bb_pos", - "m5_bb_pos", - "m5_ga_cci_20" - ] - }, - { - "rule_id": "sell_compound_tight", - "side": "sell", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.8247158558563334, - "hi": 0.9337055148500956 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": 107.30920624132844, - "hi": 148.54421175101805 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": 118.85113382022408, - "hi": 158.3923823574028 - } - ] - }, - { - "rule_id": "sell_contrast_m10_bb_pos", - "side": "sell", - "kind": "contrast", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.8328462659060121, - "hi": 0.9770682040908933 - }, - { - "col": "m10_bb_pos", - "op": "gte", - "value": 0.14607994670516883 - } - ] - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ] - }, - { - "rule_id": "gt_model_buy_zigzag_bb", - "side": "buy", - "kind": "gt_model", - "logic": "and", - "conditions": [ - { - "col": "gt_buy_signal", - "op": "eq_int", - "value": 1 - } - ], - "gt_spec": "trough_zigzag + bb_pos <= GT_BUY_BB_MAX" - }, - { - "rule_id": "gt_model_buy_trough_local", - "side": "buy", - "kind": "gt_model", - "logic": "and", - "conditions": [ - { - "col": "gt_trough_local", - "op": "eq_int", - "value": 1 - }, - { - "col": "bb_pos", - "op": "lte", - "value": 0.45 - } - ], - "gt_spec": "local trough + bb filter" - }, - { - "rule_id": "gt_model_sell_zigzag_peak", - "side": "sell", - "kind": "gt_model", - "logic": "and", - "conditions": [ - { - "col": "gt_sell_signal", - "op": "eq_int", - "value": 1 - } - ], - "gt_spec": "major swing peak (ZigZag)" - }, - { - "rule_id": "gt_model_sell_peak_local", - "side": "sell", - "kind": "gt_model", - "logic": "and", - "conditions": [ - { - "col": "gt_peak_local", - "op": "eq_int", - "value": 1 - } - ], - "gt_spec": "local high extremum" - } - ] -} \ No newline at end of file diff --git a/docs/04_matching/rule_fires.csv b/docs/04_matching/rule_fires.csv deleted file mode 100644 index 71174d3..0000000 --- a/docs/04_matching/rule_fires.csv +++ /dev/null @@ -1,77281 +0,0 @@ -fire_id,rule_id,side,dt,close -0,buy_compound_top3,buy,2025-06-04 13:21:00,1661.0 -1,buy_compound_top3,buy,2025-06-04 13:24:00,1661.0 -2,buy_compound_top3,buy,2025-06-04 13:30:00,1660.0 -3,buy_compound_top3,buy,2025-06-04 13:33:00,1653.0 -4,buy_compound_top3,buy,2025-06-04 13:36:00,1656.0 -5,buy_compound_top3,buy,2025-06-04 13:39:00,1654.0 -6,buy_compound_top3,buy,2025-06-04 13:42:00,1657.0 -7,buy_compound_top3,buy,2025-06-04 14:27:00,1655.0 -8,buy_compound_top3,buy,2025-06-04 14:30:00,1652.0 -9,buy_compound_top3,buy,2025-06-04 14:33:00,1653.0 -10,buy_compound_top3,buy,2025-06-04 14:36:00,1650.0 -11,buy_compound_top3,buy,2025-06-04 14:39:00,1653.0 -12,buy_compound_top3,buy,2025-06-04 15:27:00,1651.0 -13,buy_compound_top3,buy,2025-06-04 16:21:00,1643.0 -14,buy_compound_top3,buy,2025-06-04 16:24:00,1644.0 -15,buy_compound_top3,buy,2025-06-04 16:30:00,1644.0 -16,buy_compound_top3,buy,2025-06-04 16:33:00,1641.0 -17,buy_compound_top3,buy,2025-06-04 16:36:00,1639.0 -18,buy_compound_top3,buy,2025-06-04 16:39:00,1640.0 -19,buy_compound_top3,buy,2025-06-04 18:15:00,1635.0 -20,buy_compound_top3,buy,2025-06-04 18:18:00,1635.0 -21,buy_compound_top3,buy,2025-06-04 18:27:00,1634.0 -22,buy_compound_top3,buy,2025-06-04 19:51:00,1628.0 -23,buy_compound_top3,buy,2025-06-04 19:54:00,1628.0 -24,buy_compound_top3,buy,2025-06-04 19:57:00,1626.0 -25,buy_compound_top3,buy,2025-06-04 20:06:00,1619.0 -26,buy_compound_top3,buy,2025-06-04 20:09:00,1623.0 -27,buy_compound_top3,buy,2025-06-04 20:21:00,1619.0 -28,buy_compound_top3,buy,2025-06-04 20:24:00,1615.0 -29,buy_compound_top3,buy,2025-06-04 20:27:00,1613.0 -30,buy_compound_top3,buy,2025-06-04 20:30:00,1613.0 -31,buy_compound_top3,buy,2025-06-04 20:33:00,1613.0 -32,buy_compound_top3,buy,2025-06-04 20:45:00,1611.0 -33,buy_compound_top3,buy,2025-06-04 20:48:00,1611.0 -34,buy_compound_top3,buy,2025-06-04 21:00:00,1609.0 -35,buy_compound_top3,buy,2025-06-04 21:03:00,1599.0 -36,buy_compound_top3,buy,2025-06-04 21:21:00,1601.0 -37,buy_compound_top3,buy,2025-06-04 21:24:00,1598.0 -38,buy_compound_top3,buy,2025-06-04 21:27:00,1602.0 -39,buy_compound_top3,buy,2025-06-04 21:30:00,1601.0 -40,buy_compound_top3,buy,2025-06-04 21:33:00,1598.0 -41,buy_compound_top3,buy,2025-06-05 02:45:00,1606.0 -42,buy_compound_top3,buy,2025-06-05 02:48:00,1601.0 -43,buy_compound_top3,buy,2025-06-05 08:12:00,1586.0 -44,buy_compound_top3,buy,2025-06-05 08:15:00,1585.0 -45,buy_compound_top3,buy,2025-06-05 08:18:00,1583.0 -46,buy_compound_top3,buy,2025-06-05 08:21:00,1580.0 -47,buy_compound_top3,buy,2025-06-05 08:24:00,1585.0 -48,buy_compound_top3,buy,2025-06-05 09:12:00,1570.0 -49,buy_compound_top3,buy,2025-06-05 09:15:00,1571.0 -50,buy_compound_top3,buy,2025-06-05 09:18:00,1572.0 -51,buy_compound_top3,buy,2025-06-05 10:51:00,1561.0 -52,buy_compound_top3,buy,2025-06-05 10:54:00,1562.0 -53,buy_compound_top3,buy,2025-06-05 14:42:00,1541.0 -54,buy_compound_top3,buy,2025-06-05 14:45:00,1543.0 -55,buy_compound_top3,buy,2025-06-05 14:48:00,1546.0 -56,buy_compound_top3,buy,2025-06-05 18:30:00,1548.0 -57,buy_compound_top3,buy,2025-06-05 18:33:00,1548.0 -58,buy_compound_top3,buy,2025-06-05 19:45:00,1538.0 -59,buy_compound_top3,buy,2025-06-05 19:48:00,1537.0 -60,buy_compound_top3,buy,2025-06-05 23:06:00,1527.0 -61,buy_compound_top3,buy,2025-06-05 23:09:00,1526.0 -62,buy_compound_top3,buy,2025-06-05 23:12:00,1525.0 -63,buy_compound_top3,buy,2025-06-05 23:15:00,1526.0 -64,buy_compound_top3,buy,2025-06-05 23:18:00,1523.0 -65,buy_compound_top3,buy,2025-06-06 01:27:00,1517.0 -66,buy_compound_top3,buy,2025-06-06 01:36:00,1511.0 -67,buy_compound_top3,buy,2025-06-06 01:39:00,1511.0 -68,buy_compound_top3,buy,2025-06-06 01:42:00,1512.0 -69,buy_compound_top3,buy,2025-06-06 01:45:00,1510.0 -70,buy_compound_top3,buy,2025-06-06 01:48:00,1506.0 -71,buy_compound_top3,buy,2025-06-06 05:12:00,1463.0 -72,buy_compound_top3,buy,2025-06-06 05:15:00,1461.0 -73,buy_compound_top3,buy,2025-06-06 05:18:00,1455.0 -74,buy_compound_top3,buy,2025-06-06 05:21:00,1440.0 -75,buy_compound_top3,buy,2025-06-06 05:24:00,1451.0 -76,buy_compound_top3,buy,2025-06-06 05:27:00,1453.0 -77,buy_compound_top3,buy,2025-06-06 05:30:00,1455.0 -78,buy_compound_top3,buy,2025-06-06 05:33:00,1448.0 -79,buy_compound_top3,buy,2025-06-06 05:36:00,1445.0 -80,buy_compound_top3,buy,2025-06-06 05:39:00,1437.0 -81,buy_compound_top3,buy,2025-06-06 05:42:00,1429.0 -82,buy_compound_top3,buy,2025-06-06 05:51:00,1434.0 -83,buy_compound_top3,buy,2025-06-06 05:54:00,1427.0 -84,buy_compound_top3,buy,2025-06-06 05:57:00,1429.0 -85,buy_compound_top3,buy,2025-06-06 11:30:00,1443.0 -86,buy_compound_top3,buy,2025-06-06 11:33:00,1442.0 -87,buy_compound_top3,buy,2025-06-06 16:51:00,1468.0 -88,buy_compound_top3,buy,2025-06-06 16:54:00,1468.0 -89,buy_compound_top3,buy,2025-06-06 19:45:00,1465.0 -90,buy_compound_top3,buy,2025-06-06 19:48:00,1464.0 -91,buy_compound_top3,buy,2025-06-06 19:51:00,1465.0 -92,buy_compound_top3,buy,2025-06-06 19:54:00,1461.0 -93,buy_compound_top3,buy,2025-06-06 19:57:00,1464.0 -94,buy_compound_top3,buy,2025-06-06 20:00:00,1462.0 -95,buy_compound_top3,buy,2025-06-06 20:03:00,1460.0 -96,buy_compound_top3,buy,2025-06-06 20:36:00,1460.0 -97,buy_compound_top3,buy,2025-06-06 20:39:00,1460.0 -98,buy_compound_top3,buy,2025-06-07 02:51:00,1489.0 -99,buy_compound_top3,buy,2025-06-07 02:54:00,1490.0 -100,buy_compound_top3,buy,2025-06-07 03:12:00,1485.0 -101,buy_compound_top3,buy,2025-06-07 03:15:00,1487.0 -102,buy_compound_top3,buy,2025-06-07 03:18:00,1487.0 -103,buy_compound_top3,buy,2025-06-07 03:21:00,1488.0 -104,buy_compound_top3,buy,2025-06-07 03:24:00,1485.0 -105,buy_compound_top3,buy,2025-06-07 03:27:00,1483.0 -106,buy_compound_top3,buy,2025-06-07 03:36:00,1481.0 -107,buy_compound_top3,buy,2025-06-07 03:39:00,1481.0 -108,buy_compound_top3,buy,2025-06-07 03:45:00,1482.0 -109,buy_compound_top3,buy,2025-06-07 03:48:00,1483.0 -110,buy_compound_top3,buy,2025-06-07 03:51:00,1479.0 -111,buy_compound_top3,buy,2025-06-07 03:54:00,1480.0 -112,buy_compound_top3,buy,2025-06-07 04:21:00,1479.0 -113,buy_compound_top3,buy,2025-06-07 04:24:00,1475.0 -114,buy_compound_top3,buy,2025-06-07 04:27:00,1473.0 -115,buy_compound_top3,buy,2025-06-07 04:30:00,1471.0 -116,buy_compound_top3,buy,2025-06-07 04:33:00,1470.0 -117,buy_compound_top3,buy,2025-06-07 04:36:00,1468.0 -118,buy_compound_top3,buy,2025-06-07 04:39:00,1474.0 -119,buy_compound_top3,buy,2025-06-07 18:51:00,1548.0 -120,buy_compound_top3,buy,2025-06-07 18:54:00,1545.0 -121,buy_compound_top3,buy,2025-06-07 18:57:00,1549.0 -122,buy_compound_top3,buy,2025-06-07 23:21:00,1560.0 -123,buy_compound_top3,buy,2025-06-07 23:24:00,1555.0 -124,buy_compound_top3,buy,2025-06-07 23:30:00,1557.0 -125,buy_compound_top3,buy,2025-06-07 23:33:00,1561.0 -126,buy_compound_top3,buy,2025-06-07 23:51:00,1554.0 -127,buy_compound_top3,buy,2025-06-07 23:54:00,1552.0 -128,buy_compound_top3,buy,2025-06-07 23:57:00,1551.0 -129,buy_compound_top3,buy,2025-06-08 00:00:00,1552.0 -130,buy_compound_top3,buy,2025-06-08 00:03:00,1552.0 -131,buy_compound_top3,buy,2025-06-08 00:06:00,1552.0 -132,buy_compound_top3,buy,2025-06-08 00:09:00,1550.0 -133,buy_compound_top3,buy,2025-06-08 00:12:00,1547.0 -134,buy_compound_top3,buy,2025-06-08 00:15:00,1549.0 -135,buy_compound_top3,buy,2025-06-08 00:18:00,1550.0 -136,buy_compound_top3,buy,2025-06-08 00:30:00,1549.0 -137,buy_compound_top3,buy,2025-06-08 00:33:00,1548.0 -138,buy_compound_top3,buy,2025-06-08 00:36:00,1546.0 -139,buy_compound_top3,buy,2025-06-08 00:39:00,1545.0 -140,buy_compound_top3,buy,2025-06-08 00:42:00,1545.0 -141,buy_compound_top3,buy,2025-06-08 01:21:00,1544.0 -142,buy_compound_top3,buy,2025-06-08 01:24:00,1542.0 -143,buy_compound_top3,buy,2025-06-08 01:27:00,1543.0 -144,buy_compound_top3,buy,2025-06-08 01:51:00,1536.0 -145,buy_compound_top3,buy,2025-06-08 01:54:00,1536.0 -146,buy_compound_top3,buy,2025-06-08 01:57:00,1535.0 -147,buy_compound_top3,buy,2025-06-08 02:00:00,1535.0 -148,buy_compound_top3,buy,2025-06-08 02:03:00,1534.0 -149,buy_compound_top3,buy,2025-06-08 02:06:00,1533.0 -150,buy_compound_top3,buy,2025-06-08 02:09:00,1536.0 -151,buy_compound_top3,buy,2025-06-08 02:45:00,1531.0 -152,buy_compound_top3,buy,2025-06-08 02:48:00,1529.0 -153,buy_compound_top3,buy,2025-06-08 02:57:00,1527.0 -154,buy_compound_top3,buy,2025-06-08 09:21:00,1546.0 -155,buy_compound_top3,buy,2025-06-08 09:24:00,1545.0 -156,buy_compound_top3,buy,2025-06-08 09:27:00,1544.0 -157,buy_compound_top3,buy,2025-06-08 12:00:00,1543.0 -158,buy_compound_top3,buy,2025-06-08 12:03:00,1541.0 -159,buy_compound_top3,buy,2025-06-08 12:06:00,1541.0 -160,buy_compound_top3,buy,2025-06-08 12:09:00,1541.0 -161,buy_compound_top3,buy,2025-06-08 12:12:00,1543.0 -162,buy_compound_top3,buy,2025-06-08 12:15:00,1542.0 -163,buy_compound_top3,buy,2025-06-08 12:18:00,1542.0 -164,buy_compound_top3,buy,2025-06-08 14:15:00,1535.0 -165,buy_compound_top3,buy,2025-06-08 14:18:00,1537.0 -166,buy_compound_top3,buy,2025-06-08 14:42:00,1533.0 -167,buy_compound_top3,buy,2025-06-08 14:45:00,1532.0 -168,buy_compound_top3,buy,2025-06-08 14:48:00,1530.0 -169,buy_compound_top3,buy,2025-06-08 14:51:00,1530.0 -170,buy_compound_top3,buy,2025-06-08 14:54:00,1530.0 -171,buy_compound_top3,buy,2025-06-08 14:57:00,1529.0 -172,buy_compound_top3,buy,2025-06-08 15:00:00,1528.0 -173,buy_compound_top3,buy,2025-06-08 15:03:00,1527.0 -174,buy_compound_top3,buy,2025-06-08 15:06:00,1527.0 -175,buy_compound_top3,buy,2025-06-08 15:09:00,1527.0 -176,buy_compound_top3,buy,2025-06-08 15:36:00,1527.0 -177,buy_compound_top3,buy,2025-06-08 15:39:00,1527.0 -178,buy_compound_top3,buy,2025-06-08 15:51:00,1525.0 -179,buy_compound_top3,buy,2025-06-08 15:54:00,1525.0 -180,buy_compound_top3,buy,2025-06-08 15:57:00,1525.0 -181,buy_compound_top3,buy,2025-06-08 16:00:00,1524.0 -182,buy_compound_top3,buy,2025-06-08 16:03:00,1524.0 -183,buy_compound_top3,buy,2025-06-08 16:06:00,1523.0 -184,buy_compound_top3,buy,2025-06-08 16:09:00,1524.0 -185,buy_compound_top3,buy,2025-06-08 16:12:00,1522.0 -186,buy_compound_top3,buy,2025-06-08 16:42:00,1517.0 -187,buy_compound_top3,buy,2025-06-08 16:45:00,1516.0 -188,buy_compound_top3,buy,2025-06-08 16:48:00,1515.0 -189,buy_compound_top3,buy,2025-06-08 16:51:00,1518.0 -190,buy_compound_top3,buy,2025-06-08 16:54:00,1518.0 -191,buy_compound_top3,buy,2025-06-08 16:57:00,1514.0 -192,buy_compound_top3,buy,2025-06-08 18:30:00,1516.0 -193,buy_compound_top3,buy,2025-06-08 18:33:00,1513.0 -194,buy_compound_top3,buy,2025-06-08 18:36:00,1518.0 -195,buy_compound_top3,buy,2025-06-08 18:39:00,1517.0 -196,buy_compound_top3,buy,2025-06-09 08:00:00,1535.0 -197,buy_compound_top3,buy,2025-06-09 08:03:00,1532.0 -198,buy_compound_top3,buy,2025-06-09 08:06:00,1532.0 -199,buy_compound_top3,buy,2025-06-09 08:09:00,1530.0 -200,buy_compound_top3,buy,2025-06-09 08:12:00,1529.0 -201,buy_compound_top3,buy,2025-06-09 08:15:00,1529.0 -202,buy_compound_top3,buy,2025-06-09 08:18:00,1525.0 -203,buy_compound_top3,buy,2025-06-09 08:21:00,1529.0 -204,buy_compound_top3,buy,2025-06-09 08:24:00,1525.0 -205,buy_compound_top3,buy,2025-06-09 08:27:00,1522.0 -206,buy_compound_top3,buy,2025-06-09 10:51:00,1521.0 -207,buy_compound_top3,buy,2025-06-09 10:54:00,1521.0 -208,buy_compound_top3,buy,2025-06-09 10:57:00,1520.0 -209,buy_compound_top3,buy,2025-06-09 11:00:00,1522.0 -210,buy_compound_top3,buy,2025-06-09 11:03:00,1520.0 -211,buy_compound_top3,buy,2025-06-09 11:06:00,1519.0 -212,buy_compound_top3,buy,2025-06-09 11:09:00,1513.0 -213,buy_compound_top3,buy,2025-06-09 11:30:00,1517.0 -214,buy_compound_top3,buy,2025-06-09 11:33:00,1516.0 -215,buy_compound_top3,buy,2025-06-09 11:36:00,1513.0 -216,buy_compound_top3,buy,2025-06-09 11:39:00,1511.0 -217,buy_compound_top3,buy,2025-06-09 11:42:00,1510.0 -218,buy_compound_top3,buy,2025-06-09 11:45:00,1511.0 -219,buy_compound_top3,buy,2025-06-09 11:48:00,1511.0 -220,buy_compound_top3,buy,2025-06-09 12:12:00,1508.0 -221,buy_compound_top3,buy,2025-06-09 12:15:00,1507.0 -222,buy_compound_top3,buy,2025-06-09 12:18:00,1507.0 -223,buy_compound_top3,buy,2025-06-09 12:21:00,1503.0 -224,buy_compound_top3,buy,2025-06-09 12:24:00,1502.0 -225,buy_compound_top3,buy,2025-06-09 12:27:00,1502.0 -226,buy_compound_top3,buy,2025-06-09 12:30:00,1503.0 -227,buy_compound_top3,buy,2025-06-09 12:33:00,1505.0 -228,buy_compound_top3,buy,2025-06-09 12:42:00,1502.0 -229,buy_compound_top3,buy,2025-06-09 13:45:00,1499.0 -230,buy_compound_top3,buy,2025-06-09 13:48:00,1498.0 -231,buy_compound_top3,buy,2025-06-09 13:57:00,1495.0 -232,buy_compound_top3,buy,2025-06-09 14:00:00,1497.0 -233,buy_compound_top3,buy,2025-06-09 14:03:00,1493.0 -234,buy_compound_top3,buy,2025-06-09 14:06:00,1493.0 -235,buy_compound_top3,buy,2025-06-09 14:09:00,1494.0 -236,buy_compound_top3,buy,2025-06-09 14:27:00,1489.0 -237,buy_compound_top3,buy,2025-06-09 14:30:00,1488.0 -238,buy_compound_top3,buy,2025-06-09 14:33:00,1488.0 -239,buy_compound_top3,buy,2025-06-09 14:36:00,1485.0 -240,buy_compound_top3,buy,2025-06-09 14:39:00,1486.0 -241,buy_compound_top3,buy,2025-06-09 14:42:00,1484.0 -242,buy_compound_top3,buy,2025-06-09 14:45:00,1481.0 -243,buy_compound_top3,buy,2025-06-09 14:48:00,1483.0 -244,buy_compound_top3,buy,2025-06-09 15:00:00,1480.0 -245,buy_compound_top3,buy,2025-06-09 15:03:00,1480.0 -246,buy_compound_top3,buy,2025-06-09 15:06:00,1480.0 -247,buy_compound_top3,buy,2025-06-09 15:09:00,1479.0 -248,buy_compound_top3,buy,2025-06-09 15:12:00,1474.0 -249,buy_compound_top3,buy,2025-06-09 22:27:00,1549.0 -250,buy_compound_top3,buy,2025-06-09 22:30:00,1544.0 -251,buy_compound_top3,buy,2025-06-09 22:33:00,1546.0 -252,buy_compound_top3,buy,2025-06-10 04:51:00,1527.0 -253,buy_compound_top3,buy,2025-06-10 04:54:00,1525.0 -254,buy_compound_top3,buy,2025-06-10 04:57:00,1526.0 -255,buy_compound_top3,buy,2025-06-10 12:06:00,1559.0 -256,buy_compound_top3,buy,2025-06-10 12:09:00,1556.0 -257,buy_compound_top3,buy,2025-06-10 12:12:00,1559.0 -258,buy_compound_top3,buy,2025-06-10 12:15:00,1558.0 -259,buy_compound_top3,buy,2025-06-10 12:18:00,1555.0 -260,buy_compound_top3,buy,2025-06-10 12:21:00,1556.0 -261,buy_compound_top3,buy,2025-06-10 12:24:00,1559.0 -262,buy_compound_top3,buy,2025-06-10 12:27:00,1558.0 -263,buy_compound_top3,buy,2025-06-10 12:36:00,1554.0 -264,buy_compound_top3,buy,2025-06-10 12:39:00,1556.0 -265,buy_compound_top3,buy,2025-06-10 13:21:00,1552.0 -266,buy_compound_top3,buy,2025-06-10 13:24:00,1551.0 -267,buy_compound_top3,buy,2025-06-10 13:27:00,1550.0 -268,buy_compound_top3,buy,2025-06-10 13:30:00,1551.0 -269,buy_compound_top3,buy,2025-06-10 13:33:00,1549.0 -270,buy_compound_top3,buy,2025-06-10 13:36:00,1551.0 -271,buy_compound_top3,buy,2025-06-10 13:39:00,1551.0 -272,buy_compound_top3,buy,2025-06-10 14:42:00,1542.0 -273,buy_compound_top3,buy,2025-06-10 14:45:00,1542.0 -274,buy_compound_top3,buy,2025-06-10 14:48:00,1541.0 -275,buy_compound_top3,buy,2025-06-10 14:51:00,1541.0 -276,buy_compound_top3,buy,2025-06-10 14:54:00,1541.0 -277,buy_compound_top3,buy,2025-06-10 14:57:00,1540.0 -278,buy_compound_top3,buy,2025-06-10 15:06:00,1538.0 -279,buy_compound_top3,buy,2025-06-10 15:09:00,1538.0 -280,buy_compound_top3,buy,2025-06-10 23:42:00,1575.0 -281,buy_compound_top3,buy,2025-06-10 23:45:00,1568.0 -282,buy_compound_top3,buy,2025-06-10 23:48:00,1565.0 -283,buy_compound_top3,buy,2025-06-10 23:51:00,1570.0 -284,buy_compound_top3,buy,2025-06-10 23:54:00,1570.0 -285,buy_compound_top3,buy,2025-06-10 23:57:00,1570.0 -286,buy_compound_top3,buy,2025-06-11 00:00:00,1569.0 -287,buy_compound_top3,buy,2025-06-11 00:03:00,1565.0 -288,buy_compound_top3,buy,2025-06-11 02:42:00,1560.0 -289,buy_compound_top3,buy,2025-06-11 02:45:00,1559.0 -290,buy_compound_top3,buy,2025-06-11 02:48:00,1557.0 -291,buy_compound_top3,buy,2025-06-11 02:51:00,1558.0 -292,buy_compound_top3,buy,2025-06-11 02:54:00,1560.0 -293,buy_compound_top3,buy,2025-06-11 10:15:00,1594.0 -294,buy_compound_top3,buy,2025-06-11 10:18:00,1587.0 -295,buy_compound_top3,buy,2025-06-11 10:21:00,1588.0 -296,buy_compound_top3,buy,2025-06-11 10:24:00,1593.0 -297,buy_compound_top3,buy,2025-06-11 17:51:00,1591.0 -298,buy_compound_top3,buy,2025-06-11 17:54:00,1594.0 -299,buy_compound_top3,buy,2025-06-11 18:00:00,1594.0 -300,buy_compound_top3,buy,2025-06-11 18:03:00,1590.0 -301,buy_compound_top3,buy,2025-06-11 18:06:00,1587.0 -302,buy_compound_top3,buy,2025-06-11 18:09:00,1587.0 -303,buy_compound_top3,buy,2025-06-11 18:42:00,1585.0 -304,buy_compound_top3,buy,2025-06-11 18:45:00,1585.0 -305,buy_compound_top3,buy,2025-06-11 18:48:00,1581.0 -306,buy_compound_top3,buy,2025-06-11 18:51:00,1583.0 -307,buy_compound_top3,buy,2025-06-11 18:54:00,1580.0 -308,buy_compound_top3,buy,2025-06-11 19:12:00,1571.0 -309,buy_compound_top3,buy,2025-06-11 19:15:00,1571.0 -310,buy_compound_top3,buy,2025-06-11 19:18:00,1574.0 -311,buy_compound_top3,buy,2025-06-11 20:36:00,1567.0 -312,buy_compound_top3,buy,2025-06-11 20:39:00,1566.0 -313,buy_compound_top3,buy,2025-06-11 20:42:00,1563.0 -314,buy_compound_top3,buy,2025-06-11 20:45:00,1566.0 -315,buy_compound_top3,buy,2025-06-11 20:48:00,1563.0 -316,buy_compound_top3,buy,2025-06-12 02:42:00,1635.0 -317,buy_compound_top3,buy,2025-06-12 03:12:00,1610.0 -318,buy_compound_top3,buy,2025-06-12 03:15:00,1604.0 -319,buy_compound_top3,buy,2025-06-12 03:18:00,1598.0 -320,buy_compound_top3,buy,2025-06-12 04:00:00,1599.0 -321,buy_compound_top3,buy,2025-06-12 04:03:00,1594.0 -322,buy_compound_top3,buy,2025-06-12 04:06:00,1592.0 -323,buy_compound_top3,buy,2025-06-12 04:09:00,1589.0 -324,buy_compound_top3,buy,2025-06-12 04:12:00,1598.0 -325,buy_compound_top3,buy,2025-06-12 04:15:00,1590.0 -326,buy_compound_top3,buy,2025-06-12 04:18:00,1588.0 -327,buy_compound_top3,buy,2025-06-12 04:21:00,1590.0 -328,buy_compound_top3,buy,2025-06-12 04:24:00,1591.0 -329,buy_compound_top3,buy,2025-06-12 04:42:00,1581.0 -330,buy_compound_top3,buy,2025-06-12 04:45:00,1580.0 -331,buy_compound_top3,buy,2025-06-12 04:48:00,1576.0 -332,buy_compound_top3,buy,2025-06-12 04:51:00,1576.0 -333,buy_compound_top3,buy,2025-06-12 04:54:00,1576.0 -334,buy_compound_top3,buy,2025-06-12 04:57:00,1576.0 -335,buy_compound_top3,buy,2025-06-12 05:00:00,1574.0 -336,buy_compound_top3,buy,2025-06-12 05:03:00,1570.0 -337,buy_compound_top3,buy,2025-06-12 05:06:00,1566.0 -338,buy_compound_top3,buy,2025-06-12 05:09:00,1567.0 -339,buy_compound_top3,buy,2025-06-12 06:57:00,1540.0 -340,buy_compound_top3,buy,2025-06-12 07:21:00,1527.0 -341,buy_compound_top3,buy,2025-06-12 07:24:00,1522.0 -342,buy_compound_top3,buy,2025-06-12 12:00:00,1525.0 -343,buy_compound_top3,buy,2025-06-12 12:03:00,1527.0 -344,buy_compound_top3,buy,2025-06-12 12:06:00,1523.0 -345,buy_compound_top3,buy,2025-06-12 12:09:00,1524.0 -346,buy_compound_top3,buy,2025-06-12 12:15:00,1522.0 -347,buy_compound_top3,buy,2025-06-12 12:18:00,1521.0 -348,buy_compound_top3,buy,2025-06-12 12:30:00,1516.0 -349,buy_compound_top3,buy,2025-06-12 12:33:00,1519.0 -350,buy_compound_top3,buy,2025-06-12 17:00:00,1515.0 -351,buy_compound_top3,buy,2025-06-12 17:03:00,1508.0 -352,buy_compound_top3,buy,2025-06-12 17:06:00,1506.0 -353,buy_compound_top3,buy,2025-06-12 17:09:00,1501.0 -354,buy_compound_top3,buy,2025-06-12 17:15:00,1510.0 -355,buy_compound_top3,buy,2025-06-12 17:18:00,1508.0 -356,buy_compound_top3,buy,2025-06-12 18:12:00,1500.0 -357,buy_compound_top3,buy,2025-06-12 18:15:00,1499.0 -358,buy_compound_top3,buy,2025-06-12 18:18:00,1499.0 -359,buy_compound_top3,buy,2025-06-12 18:21:00,1498.0 -360,buy_compound_top3,buy,2025-06-12 18:24:00,1499.0 -361,buy_compound_top3,buy,2025-06-12 18:27:00,1501.0 -362,buy_compound_top3,buy,2025-06-12 19:00:00,1498.0 -363,buy_compound_top3,buy,2025-06-12 19:03:00,1496.0 -364,buy_compound_top3,buy,2025-06-12 19:12:00,1491.0 -365,buy_compound_top3,buy,2025-06-12 19:15:00,1492.0 -366,buy_compound_top3,buy,2025-06-12 19:18:00,1490.0 -367,buy_compound_top3,buy,2025-06-12 19:21:00,1489.0 -368,buy_compound_top3,buy,2025-06-12 19:24:00,1488.0 -369,buy_compound_top3,buy,2025-06-12 19:30:00,1489.0 -370,buy_compound_top3,buy,2025-06-12 19:33:00,1490.0 -371,buy_compound_top3,buy,2025-06-12 19:36:00,1485.0 -372,buy_compound_top3,buy,2025-06-12 19:39:00,1488.0 -373,buy_compound_top3,buy,2025-06-12 19:51:00,1484.0 -374,buy_compound_top3,buy,2025-06-12 19:54:00,1484.0 -375,buy_compound_top3,buy,2025-06-12 20:21:00,1483.0 -376,buy_compound_top3,buy,2025-06-12 20:24:00,1480.0 -377,buy_compound_top3,buy,2025-06-12 20:27:00,1483.0 -378,buy_compound_top3,buy,2025-06-12 20:30:00,1479.0 -379,buy_compound_top3,buy,2025-06-12 20:33:00,1483.0 -380,buy_compound_top3,buy,2025-06-12 20:36:00,1478.0 -381,buy_compound_top3,buy,2025-06-12 20:39:00,1483.0 -382,buy_compound_top3,buy,2025-06-12 21:15:00,1478.0 -383,buy_compound_top3,buy,2025-06-12 21:18:00,1479.0 -384,buy_compound_top3,buy,2025-06-13 00:42:00,1486.0 -385,buy_compound_top3,buy,2025-06-13 00:45:00,1486.0 -386,buy_compound_top3,buy,2025-06-13 00:48:00,1473.0 -387,buy_compound_top3,buy,2025-06-13 01:00:00,1464.0 -388,buy_compound_top3,buy,2025-06-13 01:03:00,1468.0 -389,buy_compound_top3,buy,2025-06-13 04:36:00,1463.0 -390,buy_compound_top3,buy,2025-06-13 04:39:00,1458.0 -391,buy_compound_top3,buy,2025-06-13 05:00:00,1443.0 -392,buy_compound_top3,buy,2025-06-13 05:03:00,1445.0 -393,buy_compound_top3,buy,2025-06-13 05:06:00,1443.0 -394,buy_compound_top3,buy,2025-06-13 05:09:00,1446.0 -395,buy_compound_top3,buy,2025-06-13 05:36:00,1435.0 -396,buy_compound_top3,buy,2025-06-13 05:39:00,1431.0 -397,buy_compound_top3,buy,2025-06-13 05:42:00,1427.0 -398,buy_compound_top3,buy,2025-06-13 05:45:00,1425.0 -399,buy_compound_top3,buy,2025-06-13 05:48:00,1418.0 -400,buy_compound_top3,buy,2025-06-13 06:00:00,1411.0 -401,buy_compound_top3,buy,2025-06-13 06:03:00,1413.0 -402,buy_compound_top3,buy,2025-06-13 06:06:00,1416.0 -403,buy_compound_top3,buy,2025-06-13 06:09:00,1411.0 -404,buy_compound_top3,buy,2025-06-13 09:42:00,1350.0 -405,buy_compound_top3,buy,2025-06-13 10:36:00,1318.0 -406,buy_compound_top3,buy,2025-06-13 10:39:00,1324.0 -407,buy_compound_top3,buy,2025-06-13 11:12:00,1308.0 -408,buy_compound_top3,buy,2025-06-13 15:27:00,1331.0 -409,buy_compound_top3,buy,2025-06-13 15:30:00,1329.0 -410,buy_compound_top3,buy,2025-06-13 15:33:00,1336.0 -411,buy_compound_top3,buy,2025-06-13 19:51:00,1346.0 -412,buy_compound_top3,buy,2025-06-13 19:54:00,1345.0 -413,buy_compound_top3,buy,2025-06-13 20:36:00,1347.0 -414,buy_compound_top3,buy,2025-06-13 20:39:00,1349.0 -415,buy_compound_top3,buy,2025-06-13 22:00:00,1348.0 -416,buy_compound_top3,buy,2025-06-13 22:03:00,1343.0 -417,buy_compound_top3,buy,2025-06-13 22:06:00,1342.0 -418,buy_compound_top3,buy,2025-06-13 22:09:00,1342.0 -419,buy_compound_top3,buy,2025-06-13 22:12:00,1342.0 -420,buy_compound_top3,buy,2025-06-13 22:15:00,1344.0 -421,buy_compound_top3,buy,2025-06-13 22:18:00,1340.0 -422,buy_compound_top3,buy,2025-06-13 22:21:00,1342.0 -423,buy_compound_top3,buy,2025-06-13 22:24:00,1343.0 -424,buy_compound_top3,buy,2025-06-13 23:15:00,1340.0 -425,buy_compound_top3,buy,2025-06-13 23:18:00,1335.0 -426,buy_compound_top3,buy,2025-06-13 23:21:00,1332.0 -427,buy_compound_top3,buy,2025-06-13 23:24:00,1333.0 -428,buy_compound_top3,buy,2025-06-13 23:27:00,1335.0 -429,buy_compound_top3,buy,2025-06-13 23:30:00,1331.0 -430,buy_compound_top3,buy,2025-06-13 23:33:00,1334.0 -431,buy_compound_top3,buy,2025-06-14 03:21:00,1359.0 -432,buy_compound_top3,buy,2025-06-14 03:24:00,1366.0 -433,buy_compound_top3,buy,2025-06-14 03:45:00,1350.0 -434,buy_compound_top3,buy,2025-06-14 03:48:00,1354.0 -435,buy_compound_top3,buy,2025-06-14 10:30:00,1377.0 -436,buy_compound_top3,buy,2025-06-14 10:33:00,1379.0 -437,buy_compound_top3,buy,2025-06-14 10:51:00,1376.0 -438,buy_compound_top3,buy,2025-06-14 10:54:00,1372.0 -439,buy_compound_top3,buy,2025-06-14 10:57:00,1371.0 -440,buy_compound_top3,buy,2025-06-14 11:30:00,1373.0 -441,buy_compound_top3,buy,2025-06-14 11:33:00,1374.0 -442,buy_compound_top3,buy,2025-06-14 11:36:00,1370.0 -443,buy_compound_top3,buy,2025-06-14 11:39:00,1371.0 -444,buy_compound_top3,buy,2025-06-14 15:21:00,1376.0 -445,buy_compound_top3,buy,2025-06-14 15:24:00,1376.0 -446,buy_compound_top3,buy,2025-06-14 15:27:00,1375.0 -447,buy_compound_top3,buy,2025-06-14 15:30:00,1375.0 -448,buy_compound_top3,buy,2025-06-14 15:33:00,1372.0 -449,buy_compound_top3,buy,2025-06-14 15:36:00,1376.0 -450,buy_compound_top3,buy,2025-06-14 15:39:00,1373.0 -451,buy_compound_top3,buy,2025-06-14 15:42:00,1371.0 -452,buy_compound_top3,buy,2025-06-14 15:45:00,1373.0 -453,buy_compound_top3,buy,2025-06-14 15:48:00,1372.0 -454,buy_compound_top3,buy,2025-06-14 15:51:00,1371.0 -455,buy_compound_top3,buy,2025-06-14 15:54:00,1371.0 -456,buy_compound_top3,buy,2025-06-14 15:57:00,1371.0 -457,buy_compound_top3,buy,2025-06-14 16:00:00,1371.0 -458,buy_compound_top3,buy,2025-06-14 16:03:00,1370.0 -459,buy_compound_top3,buy,2025-06-14 16:06:00,1369.0 -460,buy_compound_top3,buy,2025-06-14 16:09:00,1366.0 -461,buy_compound_top3,buy,2025-06-14 16:21:00,1363.0 -462,buy_compound_top3,buy,2025-06-14 16:24:00,1369.0 -463,buy_compound_top3,buy,2025-06-14 18:57:00,1367.0 -464,buy_compound_top3,buy,2025-06-14 19:06:00,1366.0 -465,buy_compound_top3,buy,2025-06-14 19:09:00,1367.0 -466,buy_compound_top3,buy,2025-06-14 19:21:00,1362.0 -467,buy_compound_top3,buy,2025-06-14 19:24:00,1363.0 -468,buy_compound_top3,buy,2025-06-14 21:21:00,1362.0 -469,buy_compound_top3,buy,2025-06-14 21:24:00,1362.0 -470,buy_compound_top3,buy,2025-06-14 21:27:00,1362.0 -471,buy_compound_top3,buy,2025-06-15 00:21:00,1362.0 -472,buy_compound_top3,buy,2025-06-15 00:24:00,1361.0 -473,buy_compound_top3,buy,2025-06-15 00:51:00,1349.0 -474,buy_compound_top3,buy,2025-06-15 00:54:00,1349.0 -475,buy_compound_top3,buy,2025-06-15 01:30:00,1344.0 -476,buy_compound_top3,buy,2025-06-15 01:33:00,1338.0 -477,buy_compound_top3,buy,2025-06-15 01:36:00,1342.0 -478,buy_compound_top3,buy,2025-06-15 01:39:00,1339.0 -479,buy_compound_top3,buy,2025-06-15 01:42:00,1339.0 -480,buy_compound_top3,buy,2025-06-15 01:45:00,1339.0 -481,buy_compound_top3,buy,2025-06-15 01:48:00,1334.0 -482,buy_compound_top3,buy,2025-06-15 01:57:00,1334.0 -483,buy_compound_top3,buy,2025-06-15 05:12:00,1329.0 -484,buy_compound_top3,buy,2025-06-15 05:15:00,1329.0 -485,buy_compound_top3,buy,2025-06-15 05:18:00,1329.0 -486,buy_compound_top3,buy,2025-06-15 14:21:00,1359.0 -487,buy_compound_top3,buy,2025-06-15 14:24:00,1358.0 -488,buy_compound_top3,buy,2025-06-15 16:00:00,1354.0 -489,buy_compound_top3,buy,2025-06-15 16:03:00,1352.0 -490,buy_compound_top3,buy,2025-06-15 16:06:00,1351.0 -491,buy_compound_top3,buy,2025-06-15 16:09:00,1349.0 -492,buy_compound_top3,buy,2025-06-15 16:15:00,1351.0 -493,buy_compound_top3,buy,2025-06-15 16:18:00,1350.0 -494,buy_compound_top3,buy,2025-06-15 16:21:00,1350.0 -495,buy_compound_top3,buy,2025-06-15 16:24:00,1349.0 -496,buy_compound_top3,buy,2025-06-15 16:30:00,1348.0 -497,buy_compound_top3,buy,2025-06-15 16:33:00,1347.0 -498,buy_compound_top3,buy,2025-06-15 18:27:00,1342.0 -499,buy_compound_top3,buy,2025-06-15 18:30:00,1342.0 -500,buy_compound_top3,buy,2025-06-15 18:33:00,1340.0 -501,buy_compound_top3,buy,2025-06-15 18:36:00,1340.0 -502,buy_compound_top3,buy,2025-06-15 18:39:00,1343.0 -503,buy_compound_top3,buy,2025-06-16 01:30:00,1356.0 -504,buy_compound_top3,buy,2025-06-16 01:33:00,1354.0 -505,buy_compound_top3,buy,2025-06-16 02:12:00,1351.0 -506,buy_compound_top3,buy,2025-06-16 02:15:00,1348.0 -507,buy_compound_top3,buy,2025-06-16 02:18:00,1348.0 -508,buy_compound_top3,buy,2025-06-16 02:21:00,1351.0 -509,buy_compound_top3,buy,2025-06-16 02:24:00,1351.0 -510,buy_compound_top3,buy,2025-06-16 02:27:00,1348.0 -511,buy_compound_top3,buy,2025-06-16 03:15:00,1346.0 -512,buy_compound_top3,buy,2025-06-16 03:18:00,1345.0 -513,buy_compound_top3,buy,2025-06-16 03:27:00,1347.0 -514,buy_compound_top3,buy,2025-06-16 05:06:00,1344.0 -515,buy_compound_top3,buy,2025-06-16 05:09:00,1344.0 -516,buy_compound_top3,buy,2025-06-16 05:12:00,1343.0 -517,buy_compound_top3,buy,2025-06-16 05:15:00,1341.0 -518,buy_compound_top3,buy,2025-06-16 05:18:00,1339.0 -519,buy_compound_top3,buy,2025-06-16 05:27:00,1337.0 -520,buy_compound_top3,buy,2025-06-16 05:30:00,1335.0 -521,buy_compound_top3,buy,2025-06-16 05:33:00,1336.0 -522,buy_compound_top3,buy,2025-06-16 05:36:00,1336.0 -523,buy_compound_top3,buy,2025-06-16 05:39:00,1330.0 -524,buy_compound_top3,buy,2025-06-16 06:12:00,1328.0 -525,buy_compound_top3,buy,2025-06-16 10:12:00,1343.0 -526,buy_compound_top3,buy,2025-06-16 10:21:00,1337.0 -527,buy_compound_top3,buy,2025-06-16 10:24:00,1338.0 -528,buy_compound_top3,buy,2025-06-16 10:27:00,1339.0 -529,buy_compound_top3,buy,2025-06-16 10:30:00,1336.0 -530,buy_compound_top3,buy,2025-06-16 10:33:00,1333.0 -531,buy_compound_top3,buy,2025-06-16 20:00:00,1389.0 -532,buy_compound_top3,buy,2025-06-16 20:03:00,1387.0 -533,buy_compound_top3,buy,2025-06-16 20:06:00,1387.0 -534,buy_compound_top3,buy,2025-06-16 20:09:00,1386.0 -535,buy_compound_top3,buy,2025-06-16 20:12:00,1386.0 -536,buy_compound_top3,buy,2025-06-16 20:15:00,1384.0 -537,buy_compound_top3,buy,2025-06-16 20:18:00,1383.0 -538,buy_compound_top3,buy,2025-06-16 20:21:00,1385.0 -539,buy_compound_top3,buy,2025-06-16 20:24:00,1380.0 -540,buy_compound_top3,buy,2025-06-16 20:27:00,1380.0 -541,buy_compound_top3,buy,2025-06-16 21:21:00,1380.0 -542,buy_compound_top3,buy,2025-06-16 21:24:00,1384.0 -543,buy_compound_top3,buy,2025-06-17 01:00:00,1385.0 -544,buy_compound_top3,buy,2025-06-17 01:03:00,1386.0 -545,buy_compound_top3,buy,2025-06-17 03:00:00,1384.0 -546,buy_compound_top3,buy,2025-06-17 03:03:00,1387.0 -547,buy_compound_top3,buy,2025-06-17 06:42:00,1389.0 -548,buy_compound_top3,buy,2025-06-17 07:57:00,1348.0 -549,buy_compound_top3,buy,2025-06-17 08:00:00,1349.0 -550,buy_compound_top3,buy,2025-06-17 08:03:00,1340.0 -551,buy_compound_top3,buy,2025-06-17 08:51:00,1325.0 -552,buy_compound_top3,buy,2025-06-17 08:54:00,1324.0 -553,buy_compound_top3,buy,2025-06-17 08:57:00,1318.0 -554,buy_compound_top3,buy,2025-06-17 09:21:00,1286.0 -555,buy_compound_top3,buy,2025-06-17 09:24:00,1292.0 -556,buy_compound_top3,buy,2025-06-17 14:57:00,1304.0 -557,buy_compound_top3,buy,2025-06-17 15:00:00,1302.0 -558,buy_compound_top3,buy,2025-06-17 15:03:00,1302.0 -559,buy_compound_top3,buy,2025-06-17 15:21:00,1300.0 -560,buy_compound_top3,buy,2025-06-17 15:24:00,1300.0 -561,buy_compound_top3,buy,2025-06-17 15:42:00,1297.0 -562,buy_compound_top3,buy,2025-06-17 15:45:00,1294.0 -563,buy_compound_top3,buy,2025-06-17 15:48:00,1296.0 -564,buy_compound_top3,buy,2025-06-17 17:21:00,1295.0 -565,buy_compound_top3,buy,2025-06-17 17:24:00,1295.0 -566,buy_compound_top3,buy,2025-06-17 17:30:00,1296.0 -567,buy_compound_top3,buy,2025-06-17 17:33:00,1297.0 -568,buy_compound_top3,buy,2025-06-17 17:45:00,1290.0 -569,buy_compound_top3,buy,2025-06-17 17:48:00,1289.0 -570,buy_compound_top3,buy,2025-06-17 17:51:00,1287.0 -571,buy_compound_top3,buy,2025-06-17 17:54:00,1286.0 -572,buy_compound_top3,buy,2025-06-17 17:57:00,1288.0 -573,buy_compound_top3,buy,2025-06-17 19:12:00,1287.0 -574,buy_compound_top3,buy,2025-06-17 19:42:00,1283.0 -575,buy_compound_top3,buy,2025-06-17 19:45:00,1282.0 -576,buy_compound_top3,buy,2025-06-17 19:48:00,1286.0 -577,buy_compound_top3,buy,2025-06-17 20:12:00,1282.0 -578,buy_compound_top3,buy,2025-06-17 20:15:00,1280.0 -579,buy_compound_top3,buy,2025-06-17 20:18:00,1280.0 -580,buy_compound_top3,buy,2025-06-17 20:21:00,1281.0 -581,buy_compound_top3,buy,2025-06-17 20:24:00,1280.0 -582,buy_compound_top3,buy,2025-06-17 20:27:00,1280.0 -583,buy_compound_top3,buy,2025-06-18 00:12:00,1273.0 -584,buy_compound_top3,buy,2025-06-18 00:15:00,1274.0 -585,buy_compound_top3,buy,2025-06-18 00:18:00,1266.0 -586,buy_compound_top3,buy,2025-06-18 00:21:00,1268.0 -587,buy_compound_top3,buy,2025-06-18 00:24:00,1260.0 -588,buy_compound_top3,buy,2025-06-18 00:30:00,1263.0 -589,buy_compound_top3,buy,2025-06-18 00:33:00,1265.0 -590,buy_compound_top3,buy,2025-06-18 01:27:00,1260.0 -591,buy_compound_top3,buy,2025-06-18 01:30:00,1261.0 -592,buy_compound_top3,buy,2025-06-18 01:33:00,1258.0 -593,buy_compound_top3,buy,2025-06-18 01:45:00,1257.0 -594,buy_compound_top3,buy,2025-06-18 01:48:00,1254.0 -595,buy_compound_top3,buy,2025-06-18 02:06:00,1246.0 -596,buy_compound_top3,buy,2025-06-18 02:09:00,1249.0 -597,buy_compound_top3,buy,2025-06-18 07:42:00,1266.0 -598,buy_compound_top3,buy,2025-06-18 07:57:00,1263.0 -599,buy_compound_top3,buy,2025-06-18 08:00:00,1262.0 -600,buy_compound_top3,buy,2025-06-18 08:03:00,1263.0 -601,buy_compound_top3,buy,2025-06-18 15:51:00,1274.0 -602,buy_compound_top3,buy,2025-06-18 15:54:00,1274.0 -603,buy_compound_top3,buy,2025-06-18 15:57:00,1276.0 -604,buy_compound_top3,buy,2025-06-18 16:06:00,1274.0 -605,buy_compound_top3,buy,2025-06-18 16:09:00,1272.0 -606,buy_compound_top3,buy,2025-06-18 16:12:00,1274.0 -607,buy_compound_top3,buy,2025-06-18 16:15:00,1274.0 -608,buy_compound_top3,buy,2025-06-18 16:18:00,1272.0 -609,buy_compound_top3,buy,2025-06-18 17:51:00,1262.0 -610,buy_compound_top3,buy,2025-06-18 17:54:00,1260.0 -611,buy_compound_top3,buy,2025-06-18 17:57:00,1262.0 -612,buy_compound_top3,buy,2025-06-18 18:30:00,1257.0 -613,buy_compound_top3,buy,2025-06-18 18:33:00,1254.0 -614,buy_compound_top3,buy,2025-06-18 18:36:00,1253.0 -615,buy_compound_top3,buy,2025-06-18 18:39:00,1252.0 -616,buy_compound_top3,buy,2025-06-18 18:42:00,1253.0 -617,buy_compound_top3,buy,2025-06-18 18:45:00,1253.0 -618,buy_compound_top3,buy,2025-06-18 18:48:00,1248.0 -619,buy_compound_top3,buy,2025-06-18 18:51:00,1250.0 -620,buy_compound_top3,buy,2025-06-18 18:54:00,1251.0 -621,buy_compound_top3,buy,2025-06-18 19:27:00,1244.0 -622,buy_compound_top3,buy,2025-06-18 19:30:00,1243.0 -623,buy_compound_top3,buy,2025-06-18 19:33:00,1241.0 -624,buy_compound_top3,buy,2025-06-18 19:45:00,1234.0 -625,buy_compound_top3,buy,2025-06-18 19:48:00,1234.0 -626,buy_compound_top3,buy,2025-06-18 19:51:00,1233.0 -627,buy_compound_top3,buy,2025-06-18 19:54:00,1228.0 -628,buy_compound_top3,buy,2025-06-18 20:06:00,1224.0 -629,buy_compound_top3,buy,2025-06-18 20:09:00,1229.0 -630,buy_compound_top3,buy,2025-06-18 22:30:00,1210.0 -631,buy_compound_top3,buy,2025-06-18 22:33:00,1214.0 -632,buy_compound_top3,buy,2025-06-19 04:00:00,1246.0 -633,buy_compound_top3,buy,2025-06-19 04:03:00,1252.0 -634,buy_compound_top3,buy,2025-06-19 11:51:00,1304.0 -635,buy_compound_top3,buy,2025-06-19 11:54:00,1305.0 -636,buy_compound_top3,buy,2025-06-19 11:57:00,1304.0 -637,buy_compound_top3,buy,2025-06-19 13:36:00,1304.0 -638,buy_compound_top3,buy,2025-06-19 13:39:00,1305.0 -639,buy_compound_top3,buy,2025-06-19 16:51:00,1298.0 -640,buy_compound_top3,buy,2025-06-19 16:54:00,1298.0 -641,buy_compound_top3,buy,2025-06-19 16:57:00,1297.0 -642,buy_compound_top3,buy,2025-06-19 20:00:00,1291.0 -643,buy_compound_top3,buy,2025-06-19 20:03:00,1287.0 -644,buy_compound_top3,buy,2025-06-19 20:06:00,1287.0 -645,buy_compound_top3,buy,2025-06-19 20:09:00,1286.0 -646,buy_compound_top3,buy,2025-06-19 20:12:00,1285.0 -647,buy_compound_top3,buy,2025-06-19 20:36:00,1282.0 -648,buy_compound_top3,buy,2025-06-19 20:39:00,1283.0 -649,buy_compound_top3,buy,2025-06-19 20:42:00,1281.0 -650,buy_compound_top3,buy,2025-06-19 21:42:00,1280.0 -651,buy_compound_top3,buy,2025-06-19 21:45:00,1278.0 -652,buy_compound_top3,buy,2025-06-19 21:48:00,1281.0 -653,buy_compound_top3,buy,2025-06-20 05:51:00,1285.0 -654,buy_compound_top3,buy,2025-06-20 05:54:00,1286.0 -655,buy_compound_top3,buy,2025-06-20 10:12:00,1285.0 -656,buy_compound_top3,buy,2025-06-20 10:15:00,1287.0 -657,buy_compound_top3,buy,2025-06-20 10:18:00,1286.0 -658,buy_compound_top3,buy,2025-06-20 10:27:00,1284.0 -659,buy_compound_top3,buy,2025-06-20 12:00:00,1282.0 -660,buy_compound_top3,buy,2025-06-20 12:03:00,1281.0 -661,buy_compound_top3,buy,2025-06-20 12:06:00,1280.0 -662,buy_compound_top3,buy,2025-06-20 12:09:00,1279.0 -663,buy_compound_top3,buy,2025-06-20 12:12:00,1280.0 -664,buy_compound_top3,buy,2025-06-20 12:45:00,1279.0 -665,buy_compound_top3,buy,2025-06-20 12:48:00,1278.0 -666,buy_compound_top3,buy,2025-06-20 13:12:00,1275.0 -667,buy_compound_top3,buy,2025-06-20 13:36:00,1270.0 -668,buy_compound_top3,buy,2025-06-20 13:39:00,1268.0 -669,buy_compound_top3,buy,2025-06-20 13:42:00,1268.0 -670,buy_compound_top3,buy,2025-06-20 13:45:00,1266.0 -671,buy_compound_top3,buy,2025-06-20 13:48:00,1263.0 -672,buy_compound_top3,buy,2025-06-20 13:51:00,1263.0 -673,buy_compound_top3,buy,2025-06-20 13:54:00,1261.0 -674,buy_compound_top3,buy,2025-06-20 13:57:00,1263.0 -675,buy_compound_top3,buy,2025-06-20 14:21:00,1263.0 -676,buy_compound_top3,buy,2025-06-20 14:24:00,1259.0 -677,buy_compound_top3,buy,2025-06-20 23:12:00,1278.0 -678,buy_compound_top3,buy,2025-06-20 23:21:00,1281.0 -679,buy_compound_top3,buy,2025-06-20 23:24:00,1274.0 -680,buy_compound_top3,buy,2025-06-20 23:42:00,1265.0 -681,buy_compound_top3,buy,2025-06-20 23:45:00,1264.0 -682,buy_compound_top3,buy,2025-06-20 23:48:00,1266.0 -683,buy_compound_top3,buy,2025-06-20 23:51:00,1256.0 -684,buy_compound_top3,buy,2025-06-20 23:54:00,1254.0 -685,buy_compound_top3,buy,2025-06-21 02:27:00,1227.0 -686,buy_compound_top3,buy,2025-06-21 02:30:00,1235.0 -687,buy_compound_top3,buy,2025-06-21 02:33:00,1231.0 -688,buy_compound_top3,buy,2025-06-21 02:36:00,1229.0 -689,buy_compound_top3,buy,2025-06-21 02:39:00,1221.0 -690,buy_compound_top3,buy,2025-06-21 04:30:00,1236.0 -691,buy_compound_top3,buy,2025-06-21 04:33:00,1238.0 -692,buy_compound_top3,buy,2025-06-21 04:36:00,1236.0 -693,buy_compound_top3,buy,2025-06-21 04:39:00,1233.0 -694,buy_compound_top3,buy,2025-06-21 06:21:00,1238.0 -695,buy_compound_top3,buy,2025-06-21 06:24:00,1236.0 -696,buy_compound_top3,buy,2025-06-21 07:00:00,1232.0 -697,buy_compound_top3,buy,2025-06-21 07:03:00,1232.0 -698,buy_compound_top3,buy,2025-06-21 07:06:00,1230.0 -699,buy_compound_top3,buy,2025-06-21 07:09:00,1227.0 -700,buy_compound_top3,buy,2025-06-21 07:15:00,1226.0 -701,buy_compound_top3,buy,2025-06-21 07:18:00,1222.0 -702,buy_compound_top3,buy,2025-06-21 07:27:00,1223.0 -703,buy_compound_top3,buy,2025-06-21 07:30:00,1221.0 -704,buy_compound_top3,buy,2025-06-21 07:33:00,1223.0 -705,buy_compound_top3,buy,2025-06-21 07:42:00,1219.0 -706,buy_compound_top3,buy,2025-06-21 07:45:00,1219.0 -707,buy_compound_top3,buy,2025-06-21 07:48:00,1217.0 -708,buy_compound_top3,buy,2025-06-21 13:30:00,1234.0 -709,buy_compound_top3,buy,2025-06-21 13:33:00,1234.0 -710,buy_compound_top3,buy,2025-06-21 15:15:00,1235.0 -711,buy_compound_top3,buy,2025-06-21 15:18:00,1234.0 -712,buy_compound_top3,buy,2025-06-21 20:00:00,1225.0 -713,buy_compound_top3,buy,2025-06-21 20:03:00,1224.0 -714,buy_compound_top3,buy,2025-06-21 20:06:00,1223.0 -715,buy_compound_top3,buy,2025-06-21 20:09:00,1226.0 -716,buy_compound_top3,buy,2025-06-21 21:42:00,1215.0 -717,buy_compound_top3,buy,2025-06-21 22:12:00,1207.0 -718,buy_compound_top3,buy,2025-06-21 22:36:00,1203.0 -719,buy_compound_top3,buy,2025-06-21 22:39:00,1203.0 -720,buy_compound_top3,buy,2025-06-21 22:42:00,1201.0 -721,buy_compound_top3,buy,2025-06-21 22:57:00,1197.0 -722,buy_compound_top3,buy,2025-06-21 23:15:00,1194.0 -723,buy_compound_top3,buy,2025-06-21 23:18:00,1191.0 -724,buy_compound_top3,buy,2025-06-21 23:21:00,1198.0 -725,buy_compound_top3,buy,2025-06-21 23:24:00,1192.0 -726,buy_compound_top3,buy,2025-06-21 23:51:00,1187.0 -727,buy_compound_top3,buy,2025-06-21 23:54:00,1190.0 -728,buy_compound_top3,buy,2025-06-22 00:42:00,1182.0 -729,buy_compound_top3,buy,2025-06-22 00:45:00,1185.0 -730,buy_compound_top3,buy,2025-06-22 00:48:00,1181.0 -731,buy_compound_top3,buy,2025-06-22 02:45:00,1172.0 -732,buy_compound_top3,buy,2025-06-22 02:48:00,1172.0 -733,buy_compound_top3,buy,2025-06-22 02:51:00,1173.0 -734,buy_compound_top3,buy,2025-06-22 02:54:00,1173.0 -735,buy_compound_top3,buy,2025-06-22 02:57:00,1171.0 -736,buy_compound_top3,buy,2025-06-22 04:00:00,1167.0 -737,buy_compound_top3,buy,2025-06-22 04:03:00,1167.0 -738,buy_compound_top3,buy,2025-06-22 04:12:00,1164.0 -739,buy_compound_top3,buy,2025-06-22 04:15:00,1167.0 -740,buy_compound_top3,buy,2025-06-22 04:18:00,1165.0 -741,buy_compound_top3,buy,2025-06-22 04:30:00,1166.0 -742,buy_compound_top3,buy,2025-06-22 04:33:00,1166.0 -743,buy_compound_top3,buy,2025-06-22 04:36:00,1162.0 -744,buy_compound_top3,buy,2025-06-22 04:39:00,1164.0 -745,buy_compound_top3,buy,2025-06-22 13:51:00,1185.0 -746,buy_compound_top3,buy,2025-06-22 13:54:00,1185.0 -747,buy_compound_top3,buy,2025-06-22 18:42:00,1170.0 -748,buy_compound_top3,buy,2025-06-22 18:51:00,1169.0 -749,buy_compound_top3,buy,2025-06-22 18:54:00,1163.0 -750,buy_compound_top3,buy,2025-06-22 18:57:00,1165.0 -751,buy_compound_top3,buy,2025-06-22 20:57:00,1166.0 -752,buy_compound_top3,buy,2025-06-22 21:21:00,1163.0 -753,buy_compound_top3,buy,2025-06-22 21:24:00,1164.0 -754,buy_compound_top3,buy,2025-06-22 21:30:00,1164.0 -755,buy_compound_top3,buy,2025-06-22 21:33:00,1156.0 -756,buy_compound_top3,buy,2025-06-22 21:45:00,1153.0 -757,buy_compound_top3,buy,2025-06-22 21:48:00,1155.0 -758,buy_compound_top3,buy,2025-06-23 01:45:00,1096.0 -759,buy_compound_top3,buy,2025-06-23 01:48:00,1100.0 -760,buy_compound_top3,buy,2025-06-23 02:06:00,1097.0 -761,buy_compound_top3,buy,2025-06-23 02:09:00,1102.0 -762,buy_compound_top3,buy,2025-06-23 02:21:00,1099.0 -763,buy_compound_top3,buy,2025-06-23 02:24:00,1097.0 -764,buy_compound_top3,buy,2025-06-23 02:27:00,1088.0 -765,buy_compound_top3,buy,2025-06-23 05:27:00,1091.0 -766,buy_compound_top3,buy,2025-06-23 11:51:00,1154.0 -767,buy_compound_top3,buy,2025-06-23 11:54:00,1154.0 -768,buy_compound_top3,buy,2025-06-23 11:57:00,1154.0 -769,buy_compound_top3,buy,2025-06-23 12:30:00,1150.0 -770,buy_compound_top3,buy,2025-06-23 12:33:00,1152.0 -771,buy_compound_top3,buy,2025-06-23 12:36:00,1150.0 -772,buy_compound_top3,buy,2025-06-23 12:39:00,1149.0 -773,buy_compound_top3,buy,2025-06-23 12:42:00,1147.0 -774,buy_compound_top3,buy,2025-06-23 12:45:00,1147.0 -775,buy_compound_top3,buy,2025-06-23 12:48:00,1148.0 -776,buy_compound_top3,buy,2025-06-23 12:51:00,1148.0 -777,buy_compound_top3,buy,2025-06-23 12:54:00,1150.0 -778,buy_compound_top3,buy,2025-06-23 17:45:00,1154.0 -779,buy_compound_top3,buy,2025-06-23 17:48:00,1154.0 -780,buy_compound_top3,buy,2025-06-23 19:30:00,1153.0 -781,buy_compound_top3,buy,2025-06-23 19:33:00,1153.0 -782,buy_compound_top3,buy,2025-06-23 19:36:00,1154.0 -783,buy_compound_top3,buy,2025-06-23 19:39:00,1153.0 -784,buy_compound_top3,buy,2025-06-23 19:51:00,1148.0 -785,buy_compound_top3,buy,2025-06-23 19:54:00,1149.0 -786,buy_compound_top3,buy,2025-06-23 19:57:00,1149.0 -787,buy_compound_top3,buy,2025-06-23 20:15:00,1147.0 -788,buy_compound_top3,buy,2025-06-23 20:18:00,1146.0 -789,buy_compound_top3,buy,2025-06-23 20:21:00,1145.0 -790,buy_compound_top3,buy,2025-06-23 20:24:00,1142.0 -791,buy_compound_top3,buy,2025-06-23 20:27:00,1144.0 -792,buy_compound_top3,buy,2025-06-23 21:15:00,1144.0 -793,buy_compound_top3,buy,2025-06-23 21:18:00,1144.0 -794,buy_compound_top3,buy,2025-06-24 00:57:00,1155.0 -795,buy_compound_top3,buy,2025-06-24 01:00:00,1152.0 -796,buy_compound_top3,buy,2025-06-24 01:03:00,1150.0 -797,buy_compound_top3,buy,2025-06-24 01:06:00,1145.0 -798,buy_compound_top3,buy,2025-06-24 01:09:00,1143.0 -799,buy_compound_top3,buy,2025-06-24 01:21:00,1139.0 -800,buy_compound_top3,buy,2025-06-24 01:24:00,1133.0 -801,buy_compound_top3,buy,2025-06-24 01:27:00,1132.0 -802,buy_compound_top3,buy,2025-06-24 01:30:00,1128.0 -803,buy_compound_top3,buy,2025-06-24 01:33:00,1126.0 -804,buy_compound_top3,buy,2025-06-24 01:36:00,1124.0 -805,buy_compound_top3,buy,2025-06-24 01:39:00,1127.0 -806,buy_compound_top3,buy,2025-06-24 17:00:00,1291.0 -807,buy_compound_top3,buy,2025-06-24 17:03:00,1288.0 -808,buy_compound_top3,buy,2025-06-24 17:06:00,1288.0 -809,buy_compound_top3,buy,2025-06-24 17:09:00,1282.0 -810,buy_compound_top3,buy,2025-06-24 17:12:00,1280.0 -811,buy_compound_top3,buy,2025-06-24 17:15:00,1283.0 -812,buy_compound_top3,buy,2025-06-24 17:18:00,1282.0 -813,buy_compound_top3,buy,2025-06-24 19:51:00,1275.0 -814,buy_compound_top3,buy,2025-06-24 19:54:00,1275.0 -815,buy_compound_top3,buy,2025-06-24 19:57:00,1276.0 -816,buy_compound_top3,buy,2025-06-24 20:12:00,1274.0 -817,buy_compound_top3,buy,2025-06-24 20:15:00,1273.0 -818,buy_compound_top3,buy,2025-06-24 20:18:00,1272.0 -819,buy_compound_top3,buy,2025-06-25 00:42:00,1263.0 -820,buy_compound_top3,buy,2025-06-25 00:45:00,1266.0 -821,buy_compound_top3,buy,2025-06-25 00:48:00,1267.0 -822,buy_compound_top3,buy,2025-06-25 02:30:00,1262.0 -823,buy_compound_top3,buy,2025-06-25 02:33:00,1264.0 -824,buy_compound_top3,buy,2025-06-25 02:36:00,1263.0 -825,buy_compound_top3,buy,2025-06-25 02:39:00,1266.0 -826,buy_compound_top3,buy,2025-06-25 03:45:00,1256.0 -827,buy_compound_top3,buy,2025-06-25 03:48:00,1256.0 -828,buy_compound_top3,buy,2025-06-25 03:57:00,1255.0 -829,buy_compound_top3,buy,2025-06-25 04:42:00,1257.0 -830,buy_compound_top3,buy,2025-06-25 13:12:00,1272.0 -831,buy_compound_top3,buy,2025-06-25 13:15:00,1272.0 -832,buy_compound_top3,buy,2025-06-25 13:18:00,1272.0 -833,buy_compound_top3,buy,2025-06-25 13:42:00,1272.0 -834,buy_compound_top3,buy,2025-06-25 13:45:00,1269.0 -835,buy_compound_top3,buy,2025-06-25 13:48:00,1272.0 -836,buy_compound_top3,buy,2025-06-25 14:00:00,1267.0 -837,buy_compound_top3,buy,2025-06-25 14:03:00,1267.0 -838,buy_compound_top3,buy,2025-06-25 14:06:00,1266.0 -839,buy_compound_top3,buy,2025-06-25 14:09:00,1263.0 -840,buy_compound_top3,buy,2025-06-25 14:12:00,1262.0 -841,buy_compound_top3,buy,2025-06-25 14:15:00,1264.0 -842,buy_compound_top3,buy,2025-06-25 14:18:00,1263.0 -843,buy_compound_top3,buy,2025-06-25 14:21:00,1263.0 -844,buy_compound_top3,buy,2025-06-25 14:24:00,1261.0 -845,buy_compound_top3,buy,2025-06-25 14:27:00,1262.0 -846,buy_compound_top3,buy,2025-06-25 14:30:00,1261.0 -847,buy_compound_top3,buy,2025-06-25 14:33:00,1261.0 -848,buy_compound_top3,buy,2025-06-25 17:42:00,1251.0 -849,buy_compound_top3,buy,2025-06-25 17:45:00,1251.0 -850,buy_compound_top3,buy,2025-06-25 17:48:00,1250.0 -851,buy_compound_top3,buy,2025-06-25 17:51:00,1250.0 -852,buy_compound_top3,buy,2025-06-25 17:54:00,1248.0 -853,buy_compound_top3,buy,2025-06-25 18:42:00,1246.0 -854,buy_compound_top3,buy,2025-06-26 00:15:00,1245.0 -855,buy_compound_top3,buy,2025-06-26 00:18:00,1240.0 -856,buy_compound_top3,buy,2025-06-26 00:21:00,1237.0 -857,buy_compound_top3,buy,2025-06-26 00:24:00,1240.0 -858,buy_compound_top3,buy,2025-06-26 00:30:00,1237.0 -859,buy_compound_top3,buy,2025-06-26 00:33:00,1236.0 -860,buy_compound_top3,buy,2025-06-26 00:36:00,1232.0 -861,buy_compound_top3,buy,2025-06-26 00:39:00,1238.0 -862,buy_compound_top3,buy,2025-06-26 01:42:00,1227.0 -863,buy_compound_top3,buy,2025-06-26 01:57:00,1224.0 -864,buy_compound_top3,buy,2025-06-26 02:06:00,1221.0 -865,buy_compound_top3,buy,2025-06-26 02:09:00,1222.0 -866,buy_compound_top3,buy,2025-06-26 06:30:00,1223.0 -867,buy_compound_top3,buy,2025-06-26 06:33:00,1221.0 -868,buy_compound_top3,buy,2025-06-26 06:36:00,1226.0 -869,buy_compound_top3,buy,2025-06-26 06:39:00,1224.0 -870,buy_compound_top3,buy,2025-06-26 06:42:00,1221.0 -871,buy_compound_top3,buy,2025-06-26 06:45:00,1221.0 -872,buy_compound_top3,buy,2025-06-26 06:48:00,1223.0 -873,buy_compound_top3,buy,2025-06-26 06:51:00,1222.0 -874,buy_compound_top3,buy,2025-06-26 06:54:00,1218.0 -875,buy_compound_top3,buy,2025-06-26 07:00:00,1218.0 -876,buy_compound_top3,buy,2025-06-26 07:03:00,1216.0 -877,buy_compound_top3,buy,2025-06-26 07:06:00,1215.0 -878,buy_compound_top3,buy,2025-06-26 07:09:00,1217.0 -879,buy_compound_top3,buy,2025-06-26 07:27:00,1214.0 -880,buy_compound_top3,buy,2025-06-26 07:30:00,1211.0 -881,buy_compound_top3,buy,2025-06-26 07:33:00,1210.0 -882,buy_compound_top3,buy,2025-06-26 07:36:00,1207.0 -883,buy_compound_top3,buy,2025-06-26 07:39:00,1207.0 -884,buy_compound_top3,buy,2025-06-26 07:42:00,1205.0 -885,buy_compound_top3,buy,2025-06-26 07:45:00,1206.0 -886,buy_compound_top3,buy,2025-06-26 07:48:00,1209.0 -887,buy_compound_top3,buy,2025-06-26 13:45:00,1215.0 -888,buy_compound_top3,buy,2025-06-26 13:48:00,1213.0 -889,buy_compound_top3,buy,2025-06-26 13:51:00,1212.0 -890,buy_compound_top3,buy,2025-06-26 13:54:00,1212.0 -891,buy_compound_top3,buy,2025-06-26 14:30:00,1211.0 -892,buy_compound_top3,buy,2025-06-26 14:33:00,1211.0 -893,buy_compound_top3,buy,2025-06-26 18:21:00,1212.0 -894,buy_compound_top3,buy,2025-06-26 18:24:00,1212.0 -895,buy_compound_top3,buy,2025-06-26 21:30:00,1197.0 -896,buy_compound_top3,buy,2025-06-26 21:33:00,1196.0 -897,buy_compound_top3,buy,2025-06-26 21:36:00,1196.0 -898,buy_compound_top3,buy,2025-06-26 21:39:00,1196.0 -899,buy_compound_top3,buy,2025-06-26 21:51:00,1191.0 -900,buy_compound_top3,buy,2025-06-26 21:54:00,1186.0 -901,buy_compound_top3,buy,2025-06-26 22:00:00,1188.0 -902,buy_compound_top3,buy,2025-06-26 22:03:00,1187.0 -903,buy_compound_top3,buy,2025-06-26 22:06:00,1188.0 -904,buy_compound_top3,buy,2025-06-26 22:09:00,1184.0 -905,buy_compound_top3,buy,2025-06-26 22:12:00,1183.0 -906,buy_compound_top3,buy,2025-06-26 22:21:00,1181.0 -907,buy_compound_top3,buy,2025-06-26 22:24:00,1179.0 -908,buy_compound_top3,buy,2025-06-26 22:51:00,1176.0 -909,buy_compound_top3,buy,2025-06-26 22:54:00,1176.0 -910,buy_compound_top3,buy,2025-06-26 22:57:00,1174.0 -911,buy_compound_top3,buy,2025-06-27 07:36:00,1193.0 -912,buy_compound_top3,buy,2025-06-27 07:39:00,1193.0 -913,buy_compound_top3,buy,2025-06-27 07:42:00,1194.0 -914,buy_compound_top3,buy,2025-06-27 07:45:00,1192.0 -915,buy_compound_top3,buy,2025-06-27 07:48:00,1195.0 -916,buy_compound_top3,buy,2025-06-27 07:51:00,1194.0 -917,buy_compound_top3,buy,2025-06-27 07:54:00,1191.0 -918,buy_compound_top3,buy,2025-06-27 07:57:00,1191.0 -919,buy_compound_top3,buy,2025-06-27 08:00:00,1191.0 -920,buy_compound_top3,buy,2025-06-27 08:03:00,1189.0 -921,buy_compound_top3,buy,2025-06-27 08:06:00,1188.0 -922,buy_compound_top3,buy,2025-06-27 08:09:00,1188.0 -923,buy_compound_top3,buy,2025-06-27 08:12:00,1190.0 -924,buy_compound_top3,buy,2025-06-27 08:51:00,1188.0 -925,buy_compound_top3,buy,2025-06-27 08:54:00,1186.0 -926,buy_compound_top3,buy,2025-06-27 09:06:00,1186.0 -927,buy_compound_top3,buy,2025-06-27 09:09:00,1187.0 -928,buy_compound_top3,buy,2025-06-27 09:15:00,1184.0 -929,buy_compound_top3,buy,2025-06-27 09:18:00,1188.0 -930,buy_compound_top3,buy,2025-06-28 03:21:00,1179.0 -931,buy_compound_top3,buy,2025-06-28 03:24:00,1183.0 -932,buy_compound_top3,buy,2025-06-28 03:27:00,1183.0 -933,buy_compound_top3,buy,2025-06-28 03:30:00,1179.0 -934,buy_compound_top3,buy,2025-06-28 03:33:00,1181.0 -935,buy_compound_top3,buy,2025-06-28 03:36:00,1178.0 -936,buy_compound_top3,buy,2025-06-28 03:39:00,1176.0 -937,buy_compound_top3,buy,2025-06-28 03:42:00,1175.0 -938,buy_compound_top3,buy,2025-06-28 03:45:00,1174.0 -939,buy_compound_top3,buy,2025-06-28 03:48:00,1173.0 -940,buy_compound_top3,buy,2025-06-28 03:51:00,1176.0 -941,buy_compound_top3,buy,2025-06-28 03:54:00,1176.0 -942,buy_compound_top3,buy,2025-06-28 13:51:00,1196.0 -943,buy_compound_top3,buy,2025-06-28 13:54:00,1197.0 -944,buy_compound_top3,buy,2025-06-28 17:51:00,1198.0 -945,buy_compound_top3,buy,2025-06-28 17:54:00,1199.0 -946,buy_compound_top3,buy,2025-06-28 17:57:00,1198.0 -947,buy_compound_top3,buy,2025-06-28 18:06:00,1199.0 -948,buy_compound_top3,buy,2025-06-28 18:09:00,1196.0 -949,buy_compound_top3,buy,2025-06-28 18:12:00,1197.0 -950,buy_compound_top3,buy,2025-06-28 18:15:00,1196.0 -951,buy_compound_top3,buy,2025-06-28 18:18:00,1196.0 -952,buy_compound_top3,buy,2025-06-28 19:12:00,1195.0 -953,buy_compound_top3,buy,2025-06-28 19:15:00,1195.0 -954,buy_compound_top3,buy,2025-06-28 19:18:00,1194.0 -955,buy_compound_top3,buy,2025-06-28 19:42:00,1196.0 -956,buy_compound_top3,buy,2025-06-28 19:57:00,1193.0 -957,buy_compound_top3,buy,2025-06-28 20:57:00,1194.0 -958,buy_compound_top3,buy,2025-06-28 21:00:00,1193.0 -959,buy_compound_top3,buy,2025-06-28 21:03:00,1193.0 -960,buy_compound_top3,buy,2025-06-28 21:06:00,1193.0 -961,buy_compound_top3,buy,2025-06-28 21:09:00,1193.0 -962,buy_compound_top3,buy,2025-06-29 10:42:00,1222.0 -963,buy_compound_top3,buy,2025-06-29 10:57:00,1220.0 -964,buy_compound_top3,buy,2025-06-29 11:00:00,1219.0 -965,buy_compound_top3,buy,2025-06-29 11:03:00,1219.0 -966,buy_compound_top3,buy,2025-06-29 11:06:00,1218.0 -967,buy_compound_top3,buy,2025-06-29 11:09:00,1218.0 -968,buy_compound_top3,buy,2025-06-29 14:45:00,1219.0 -969,buy_compound_top3,buy,2025-06-29 14:48:00,1220.0 -970,buy_compound_top3,buy,2025-06-29 23:57:00,1224.0 -971,buy_compound_top3,buy,2025-06-30 00:00:00,1223.0 -972,buy_compound_top3,buy,2025-06-30 00:03:00,1219.0 -973,buy_compound_top3,buy,2025-06-30 00:15:00,1222.0 -974,buy_compound_top3,buy,2025-06-30 00:18:00,1219.0 -975,buy_compound_top3,buy,2025-06-30 00:21:00,1217.0 -976,buy_compound_top3,buy,2025-06-30 00:24:00,1218.0 -977,buy_compound_top3,buy,2025-06-30 10:27:00,1262.0 -978,buy_compound_top3,buy,2025-06-30 10:30:00,1262.0 -979,buy_compound_top3,buy,2025-06-30 10:33:00,1262.0 -980,buy_compound_top3,buy,2025-06-30 11:42:00,1257.0 -981,buy_compound_top3,buy,2025-06-30 11:45:00,1257.0 -982,buy_compound_top3,buy,2025-06-30 11:48:00,1257.0 -983,buy_compound_top3,buy,2025-06-30 12:12:00,1251.0 -984,buy_compound_top3,buy,2025-06-30 18:51:00,1243.0 -985,buy_compound_top3,buy,2025-06-30 18:54:00,1243.0 -986,buy_compound_top3,buy,2025-06-30 18:57:00,1242.0 -987,buy_compound_top3,buy,2025-06-30 19:06:00,1240.0 -988,buy_compound_top3,buy,2025-06-30 19:09:00,1238.0 -989,buy_compound_top3,buy,2025-06-30 19:12:00,1238.0 -990,buy_compound_top3,buy,2025-06-30 20:30:00,1236.0 -991,buy_compound_top3,buy,2025-06-30 20:33:00,1236.0 -992,buy_compound_top3,buy,2025-06-30 20:42:00,1235.0 -993,buy_compound_top3,buy,2025-06-30 21:42:00,1227.0 -994,buy_compound_top3,buy,2025-06-30 21:57:00,1223.0 -995,buy_compound_top3,buy,2025-06-30 22:51:00,1216.0 -996,buy_compound_top3,buy,2025-06-30 22:54:00,1218.0 -997,buy_compound_top3,buy,2025-06-30 22:57:00,1216.0 -998,buy_compound_top3,buy,2025-06-30 23:00:00,1218.0 -999,buy_compound_top3,buy,2025-06-30 23:03:00,1218.0 -1000,buy_compound_top3,buy,2025-06-30 23:06:00,1215.0 -1001,buy_compound_top3,buy,2025-06-30 23:09:00,1212.0 -1002,buy_compound_top3,buy,2025-07-01 00:21:00,1213.0 -1003,buy_compound_top3,buy,2025-07-01 00:24:00,1215.0 -1004,buy_compound_top3,buy,2025-07-01 03:42:00,1225.0 -1005,buy_compound_top3,buy,2025-07-01 07:51:00,1227.0 -1006,buy_compound_top3,buy,2025-07-01 07:54:00,1225.0 -1007,buy_compound_top3,buy,2025-07-01 07:57:00,1225.0 -1008,buy_compound_top3,buy,2025-07-01 08:00:00,1226.0 -1009,buy_compound_top3,buy,2025-07-01 08:03:00,1223.0 -1010,buy_compound_top3,buy,2025-07-01 08:06:00,1224.0 -1011,buy_compound_top3,buy,2025-07-01 08:09:00,1224.0 -1012,buy_compound_top3,buy,2025-07-01 08:27:00,1222.0 -1013,buy_compound_top3,buy,2025-07-01 08:30:00,1221.0 -1014,buy_compound_top3,buy,2025-07-01 08:33:00,1219.0 -1015,buy_compound_top3,buy,2025-07-01 09:42:00,1218.0 -1016,buy_compound_top3,buy,2025-07-01 11:06:00,1212.0 -1017,buy_compound_top3,buy,2025-07-01 11:09:00,1211.0 -1018,buy_compound_top3,buy,2025-07-01 11:12:00,1210.0 -1019,buy_compound_top3,buy,2025-07-01 11:15:00,1208.0 -1020,buy_compound_top3,buy,2025-07-01 11:18:00,1210.0 -1021,buy_compound_top3,buy,2025-07-01 13:12:00,1206.0 -1022,buy_compound_top3,buy,2025-07-01 13:15:00,1207.0 -1023,buy_compound_top3,buy,2025-07-01 13:18:00,1206.0 -1024,buy_compound_top3,buy,2025-07-01 13:21:00,1206.0 -1025,buy_compound_top3,buy,2025-07-01 13:24:00,1207.0 -1026,buy_compound_top3,buy,2025-07-01 13:45:00,1200.0 -1027,buy_compound_top3,buy,2025-07-01 13:48:00,1199.0 -1028,buy_compound_top3,buy,2025-07-01 13:51:00,1198.0 -1029,buy_compound_top3,buy,2025-07-01 13:54:00,1198.0 -1030,buy_compound_top3,buy,2025-07-01 13:57:00,1197.0 -1031,buy_compound_top3,buy,2025-07-01 14:00:00,1196.0 -1032,buy_compound_top3,buy,2025-07-01 14:03:00,1196.0 -1033,buy_compound_top3,buy,2025-07-01 14:06:00,1196.0 -1034,buy_compound_top3,buy,2025-07-01 14:09:00,1194.0 -1035,buy_compound_top3,buy,2025-07-01 14:12:00,1192.0 -1036,buy_compound_top3,buy,2025-07-01 14:15:00,1192.0 -1037,buy_compound_top3,buy,2025-07-01 14:18:00,1189.0 -1038,buy_compound_top3,buy,2025-07-01 14:21:00,1190.0 -1039,buy_compound_top3,buy,2025-07-01 14:24:00,1190.0 -1040,buy_compound_top3,buy,2025-07-01 14:27:00,1190.0 -1041,buy_compound_top3,buy,2025-07-01 14:30:00,1189.0 -1042,buy_compound_top3,buy,2025-07-01 14:33:00,1192.0 -1043,buy_compound_top3,buy,2025-07-01 17:42:00,1189.0 -1044,buy_compound_top3,buy,2025-07-01 20:21:00,1189.0 -1045,buy_compound_top3,buy,2025-07-01 20:24:00,1191.0 -1046,buy_compound_top3,buy,2025-07-01 20:27:00,1189.0 -1047,buy_compound_top3,buy,2025-07-01 20:42:00,1187.0 -1048,buy_compound_top3,buy,2025-07-01 20:51:00,1187.0 -1049,buy_compound_top3,buy,2025-07-01 20:54:00,1187.0 -1050,buy_compound_top3,buy,2025-07-01 21:21:00,1186.0 -1051,buy_compound_top3,buy,2025-07-01 21:24:00,1183.0 -1052,buy_compound_top3,buy,2025-07-01 21:45:00,1182.0 -1053,buy_compound_top3,buy,2025-07-01 21:48:00,1181.0 -1054,buy_compound_top3,buy,2025-07-01 22:00:00,1181.0 -1055,buy_compound_top3,buy,2025-07-01 22:03:00,1181.0 -1056,buy_compound_top3,buy,2025-07-01 22:12:00,1180.0 -1057,buy_compound_top3,buy,2025-07-01 22:15:00,1178.0 -1058,buy_compound_top3,buy,2025-07-01 22:18:00,1181.0 -1059,buy_compound_top3,buy,2025-07-02 00:51:00,1181.0 -1060,buy_compound_top3,buy,2025-07-02 00:54:00,1181.0 -1061,buy_compound_top3,buy,2025-07-02 03:30:00,1174.0 -1062,buy_compound_top3,buy,2025-07-02 03:33:00,1173.0 -1063,buy_compound_top3,buy,2025-07-02 03:36:00,1171.0 -1064,buy_compound_top3,buy,2025-07-02 03:39:00,1172.0 -1065,buy_compound_top3,buy,2025-07-02 03:42:00,1172.0 -1066,buy_compound_top3,buy,2025-07-02 03:45:00,1172.0 -1067,buy_compound_top3,buy,2025-07-02 03:48:00,1171.0 -1068,buy_compound_top3,buy,2025-07-02 04:45:00,1168.0 -1069,buy_compound_top3,buy,2025-07-02 04:48:00,1169.0 -1070,buy_compound_top3,buy,2025-07-02 04:51:00,1169.0 -1071,buy_compound_top3,buy,2025-07-02 04:54:00,1169.0 -1072,buy_compound_top3,buy,2025-07-02 05:06:00,1167.0 -1073,buy_compound_top3,buy,2025-07-02 05:09:00,1166.0 -1074,buy_compound_top3,buy,2025-07-02 08:12:00,1166.0 -1075,buy_compound_top3,buy,2025-07-02 09:51:00,1167.0 -1076,buy_compound_top3,buy,2025-07-02 09:54:00,1166.0 -1077,buy_compound_top3,buy,2025-07-02 10:00:00,1166.0 -1078,buy_compound_top3,buy,2025-07-02 10:03:00,1167.0 -1079,buy_compound_top3,buy,2025-07-02 10:06:00,1168.0 -1080,buy_compound_top3,buy,2025-07-02 10:09:00,1166.0 -1081,buy_compound_top3,buy,2025-07-02 10:15:00,1166.0 -1082,buy_compound_top3,buy,2025-07-02 10:18:00,1160.0 -1083,buy_compound_top3,buy,2025-07-02 19:12:00,1203.0 -1084,buy_compound_top3,buy,2025-07-03 08:12:00,1289.0 -1085,buy_compound_top3,buy,2025-07-03 08:30:00,1283.0 -1086,buy_compound_top3,buy,2025-07-03 08:33:00,1282.0 -1087,buy_compound_top3,buy,2025-07-03 08:36:00,1280.0 -1088,buy_compound_top3,buy,2025-07-03 08:39:00,1279.0 -1089,buy_compound_top3,buy,2025-07-03 13:00:00,1294.0 -1090,buy_compound_top3,buy,2025-07-03 13:03:00,1293.0 -1091,buy_compound_top3,buy,2025-07-03 17:00:00,1314.0 -1092,buy_compound_top3,buy,2025-07-03 17:03:00,1316.0 -1093,buy_compound_top3,buy,2025-07-03 18:12:00,1310.0 -1094,buy_compound_top3,buy,2025-07-03 19:36:00,1300.0 -1095,buy_compound_top3,buy,2025-07-03 19:39:00,1299.0 -1096,buy_compound_top3,buy,2025-07-03 19:42:00,1301.0 -1097,buy_compound_top3,buy,2025-07-03 19:45:00,1299.0 -1098,buy_compound_top3,buy,2025-07-03 19:48:00,1297.0 -1099,buy_compound_top3,buy,2025-07-03 20:30:00,1294.0 -1100,buy_compound_top3,buy,2025-07-03 20:33:00,1292.0 -1101,buy_compound_top3,buy,2025-07-03 20:36:00,1292.0 -1102,buy_compound_top3,buy,2025-07-03 20:39:00,1295.0 -1103,buy_compound_top3,buy,2025-07-03 21:51:00,1290.0 -1104,buy_compound_top3,buy,2025-07-03 21:54:00,1293.0 -1105,buy_compound_top3,buy,2025-07-03 23:51:00,1288.0 -1106,buy_compound_top3,buy,2025-07-03 23:54:00,1286.0 -1107,buy_compound_top3,buy,2025-07-03 23:57:00,1284.0 -1108,buy_compound_top3,buy,2025-07-04 00:00:00,1284.0 -1109,buy_compound_top3,buy,2025-07-04 00:03:00,1286.0 -1110,buy_compound_top3,buy,2025-07-04 00:06:00,1277.0 -1111,buy_compound_top3,buy,2025-07-04 00:09:00,1277.0 -1112,buy_compound_top3,buy,2025-07-04 00:12:00,1277.0 -1113,buy_compound_top3,buy,2025-07-04 00:30:00,1275.0 -1114,buy_compound_top3,buy,2025-07-04 00:33:00,1270.0 -1115,buy_compound_top3,buy,2025-07-04 00:36:00,1263.0 -1116,buy_compound_top3,buy,2025-07-04 00:39:00,1268.0 -1117,buy_compound_top3,buy,2025-07-04 00:42:00,1266.0 -1118,buy_compound_top3,buy,2025-07-04 00:45:00,1265.0 -1119,buy_compound_top3,buy,2025-07-04 00:48:00,1264.0 -1120,buy_compound_top3,buy,2025-07-04 00:51:00,1264.0 -1121,buy_compound_top3,buy,2025-07-04 00:54:00,1261.0 -1122,buy_compound_top3,buy,2025-07-04 00:57:00,1258.0 -1123,buy_compound_top3,buy,2025-07-04 01:00:00,1259.0 -1124,buy_compound_top3,buy,2025-07-04 01:03:00,1267.0 -1125,buy_compound_top3,buy,2025-07-04 08:27:00,1282.0 -1126,buy_compound_top3,buy,2025-07-04 08:30:00,1280.0 -1127,buy_compound_top3,buy,2025-07-04 08:33:00,1282.0 -1128,buy_compound_top3,buy,2025-07-04 08:36:00,1280.0 -1129,buy_compound_top3,buy,2025-07-04 08:39:00,1280.0 -1130,buy_compound_top3,buy,2025-07-04 08:42:00,1280.0 -1131,buy_compound_top3,buy,2025-07-04 08:45:00,1279.0 -1132,buy_compound_top3,buy,2025-07-04 08:48:00,1278.0 -1133,buy_compound_top3,buy,2025-07-04 08:51:00,1278.0 -1134,buy_compound_top3,buy,2025-07-04 08:54:00,1278.0 -1135,buy_compound_top3,buy,2025-07-04 11:27:00,1276.0 -1136,buy_compound_top3,buy,2025-07-04 11:30:00,1276.0 -1137,buy_compound_top3,buy,2025-07-04 11:33:00,1274.0 -1138,buy_compound_top3,buy,2025-07-04 11:36:00,1268.0 -1139,buy_compound_top3,buy,2025-07-04 11:39:00,1269.0 -1140,buy_compound_top3,buy,2025-07-04 11:42:00,1269.0 -1141,buy_compound_top3,buy,2025-07-04 11:45:00,1266.0 -1142,buy_compound_top3,buy,2025-07-04 11:48:00,1268.0 -1143,buy_compound_top3,buy,2025-07-04 13:42:00,1268.0 -1144,buy_compound_top3,buy,2025-07-04 14:00:00,1261.0 -1145,buy_compound_top3,buy,2025-07-04 14:03:00,1259.0 -1146,buy_compound_top3,buy,2025-07-04 15:30:00,1246.0 -1147,buy_compound_top3,buy,2025-07-04 15:33:00,1248.0 -1148,buy_compound_top3,buy,2025-07-04 16:15:00,1240.0 -1149,buy_compound_top3,buy,2025-07-04 16:18:00,1241.0 -1150,buy_compound_top3,buy,2025-07-04 16:27:00,1237.0 -1151,buy_compound_top3,buy,2025-07-04 16:30:00,1236.0 -1152,buy_compound_top3,buy,2025-07-04 16:33:00,1234.0 -1153,buy_compound_top3,buy,2025-07-04 16:36:00,1232.0 -1154,buy_compound_top3,buy,2025-07-04 16:39:00,1236.0 -1155,buy_compound_top3,buy,2025-07-04 17:06:00,1229.0 -1156,buy_compound_top3,buy,2025-07-04 17:09:00,1226.0 -1157,buy_compound_top3,buy,2025-07-04 17:12:00,1224.0 -1158,buy_compound_top3,buy,2025-07-04 17:15:00,1223.0 -1159,buy_compound_top3,buy,2025-07-04 17:18:00,1226.0 -1160,buy_compound_top3,buy,2025-07-04 19:57:00,1221.0 -1161,buy_compound_top3,buy,2025-07-04 20:00:00,1222.0 -1162,buy_compound_top3,buy,2025-07-04 20:03:00,1222.0 -1163,buy_compound_top3,buy,2025-07-04 20:06:00,1220.0 -1164,buy_compound_top3,buy,2025-07-04 20:09:00,1221.0 -1165,buy_compound_top3,buy,2025-07-04 21:42:00,1221.0 -1166,buy_compound_top3,buy,2025-07-04 22:42:00,1212.0 -1167,buy_compound_top3,buy,2025-07-04 22:45:00,1212.0 -1168,buy_compound_top3,buy,2025-07-04 22:48:00,1212.0 -1169,buy_compound_top3,buy,2025-07-04 23:06:00,1211.0 -1170,buy_compound_top3,buy,2025-07-04 23:09:00,1208.0 -1171,buy_compound_top3,buy,2025-07-05 00:12:00,1198.0 -1172,buy_compound_top3,buy,2025-07-05 00:15:00,1198.0 -1173,buy_compound_top3,buy,2025-07-05 00:18:00,1196.0 -1174,buy_compound_top3,buy,2025-07-05 00:27:00,1198.0 -1175,buy_compound_top3,buy,2025-07-05 00:30:00,1195.0 -1176,buy_compound_top3,buy,2025-07-05 00:33:00,1194.0 -1177,buy_compound_top3,buy,2025-07-05 00:36:00,1194.0 -1178,buy_compound_top3,buy,2025-07-05 00:39:00,1195.0 -1179,buy_compound_top3,buy,2025-07-05 01:00:00,1192.0 -1180,buy_compound_top3,buy,2025-07-05 01:03:00,1193.0 -1181,buy_compound_top3,buy,2025-07-05 01:06:00,1188.0 -1182,buy_compound_top3,buy,2025-07-05 01:09:00,1187.0 -1183,buy_compound_top3,buy,2025-07-05 01:12:00,1186.0 -1184,buy_compound_top3,buy,2025-07-05 01:15:00,1187.0 -1185,buy_compound_top3,buy,2025-07-05 01:18:00,1186.0 -1186,buy_compound_top3,buy,2025-07-05 01:21:00,1181.0 -1187,buy_compound_top3,buy,2025-07-05 01:24:00,1182.0 -1188,buy_compound_top3,buy,2025-07-05 01:27:00,1182.0 -1189,buy_compound_top3,buy,2025-07-05 01:30:00,1182.0 -1190,buy_compound_top3,buy,2025-07-05 01:33:00,1181.0 -1191,buy_compound_top3,buy,2025-07-05 10:42:00,1193.0 -1192,buy_compound_top3,buy,2025-07-05 10:45:00,1195.0 -1193,buy_compound_top3,buy,2025-07-05 10:48:00,1193.0 -1194,buy_compound_top3,buy,2025-07-05 10:51:00,1192.0 -1195,buy_compound_top3,buy,2025-07-05 10:54:00,1191.0 -1196,buy_compound_top3,buy,2025-07-05 17:45:00,1202.0 -1197,buy_compound_top3,buy,2025-07-05 17:48:00,1202.0 -1198,buy_compound_top3,buy,2025-07-05 18:12:00,1200.0 -1199,buy_compound_top3,buy,2025-07-05 18:21:00,1199.0 -1200,buy_compound_top3,buy,2025-07-05 18:24:00,1197.0 -1201,buy_compound_top3,buy,2025-07-05 18:27:00,1197.0 -1202,buy_compound_top3,buy,2025-07-05 21:12:00,1196.0 -1203,buy_compound_top3,buy,2025-07-05 21:36:00,1191.0 -1204,buy_compound_top3,buy,2025-07-05 21:39:00,1188.0 -1205,buy_compound_top3,buy,2025-07-05 22:57:00,1190.0 -1206,buy_compound_top3,buy,2025-07-05 23:12:00,1190.0 -1207,buy_compound_top3,buy,2025-07-06 01:42:00,1190.0 -1208,buy_compound_top3,buy,2025-07-06 01:45:00,1189.0 -1209,buy_compound_top3,buy,2025-07-06 01:48:00,1189.0 -1210,buy_compound_top3,buy,2025-07-06 02:27:00,1188.0 -1211,buy_compound_top3,buy,2025-07-06 02:30:00,1188.0 -1212,buy_compound_top3,buy,2025-07-06 02:33:00,1186.0 -1213,buy_compound_top3,buy,2025-07-06 03:12:00,1184.0 -1214,buy_compound_top3,buy,2025-07-06 03:15:00,1184.0 -1215,buy_compound_top3,buy,2025-07-06 03:18:00,1186.0 -1216,buy_compound_top3,buy,2025-07-06 03:36:00,1175.0 -1217,buy_compound_top3,buy,2025-07-06 03:39:00,1175.0 -1218,buy_compound_top3,buy,2025-07-06 03:42:00,1175.0 -1219,buy_compound_top3,buy,2025-07-06 03:45:00,1178.0 -1220,buy_compound_top3,buy,2025-07-06 03:48:00,1178.0 -1221,buy_compound_top3,buy,2025-07-06 10:36:00,1183.0 -1222,buy_compound_top3,buy,2025-07-06 10:39:00,1185.0 -1223,buy_compound_top3,buy,2025-07-06 12:00:00,1181.0 -1224,buy_compound_top3,buy,2025-07-06 12:03:00,1182.0 -1225,buy_compound_top3,buy,2025-07-06 12:15:00,1181.0 -1226,buy_compound_top3,buy,2025-07-06 12:18:00,1180.0 -1227,buy_compound_top3,buy,2025-07-06 12:21:00,1180.0 -1228,buy_compound_top3,buy,2025-07-06 12:24:00,1180.0 -1229,buy_compound_top3,buy,2025-07-06 12:27:00,1180.0 -1230,buy_compound_top3,buy,2025-07-06 12:30:00,1180.0 -1231,buy_compound_top3,buy,2025-07-06 12:33:00,1179.0 -1232,buy_compound_top3,buy,2025-07-06 12:36:00,1179.0 -1233,buy_compound_top3,buy,2025-07-06 12:39:00,1179.0 -1234,buy_compound_top3,buy,2025-07-06 12:42:00,1177.0 -1235,buy_compound_top3,buy,2025-07-06 19:00:00,1185.0 -1236,buy_compound_top3,buy,2025-07-06 19:03:00,1184.0 -1237,buy_compound_top3,buy,2025-07-06 19:06:00,1186.0 -1238,buy_compound_top3,buy,2025-07-06 19:09:00,1186.0 -1239,buy_compound_top3,buy,2025-07-06 19:21:00,1182.0 -1240,buy_compound_top3,buy,2025-07-06 19:24:00,1183.0 -1241,buy_compound_top3,buy,2025-07-07 03:42:00,1200.0 -1242,buy_compound_top3,buy,2025-07-07 08:30:00,1211.0 -1243,buy_compound_top3,buy,2025-07-07 08:33:00,1211.0 -1244,buy_compound_top3,buy,2025-07-07 08:36:00,1207.0 -1245,buy_compound_top3,buy,2025-07-07 08:39:00,1212.0 -1246,buy_compound_top3,buy,2025-07-07 14:21:00,1221.0 -1247,buy_compound_top3,buy,2025-07-07 14:24:00,1222.0 -1248,buy_compound_top3,buy,2025-07-07 14:27:00,1223.0 -1249,buy_compound_top3,buy,2025-07-07 14:42:00,1223.0 -1250,buy_compound_top3,buy,2025-07-07 15:15:00,1217.0 -1251,buy_compound_top3,buy,2025-07-07 15:18:00,1218.0 -1252,buy_compound_top3,buy,2025-07-07 15:30:00,1217.0 -1253,buy_compound_top3,buy,2025-07-07 15:33:00,1215.0 -1254,buy_compound_top3,buy,2025-07-07 15:36:00,1214.0 -1255,buy_compound_top3,buy,2025-07-07 15:39:00,1214.0 -1256,buy_compound_top3,buy,2025-07-07 15:42:00,1213.0 -1257,buy_compound_top3,buy,2025-07-07 15:51:00,1211.0 -1258,buy_compound_top3,buy,2025-07-07 15:54:00,1210.0 -1259,buy_compound_top3,buy,2025-07-07 16:00:00,1211.0 -1260,buy_compound_top3,buy,2025-07-07 16:03:00,1210.0 -1261,buy_compound_top3,buy,2025-07-07 16:06:00,1210.0 -1262,buy_compound_top3,buy,2025-07-07 16:09:00,1211.0 -1263,buy_compound_top3,buy,2025-07-07 18:12:00,1209.0 -1264,buy_compound_top3,buy,2025-07-07 18:27:00,1207.0 -1265,buy_compound_top3,buy,2025-07-07 18:36:00,1208.0 -1266,buy_compound_top3,buy,2025-07-07 18:39:00,1207.0 -1267,buy_compound_top3,buy,2025-07-07 18:45:00,1207.0 -1268,buy_compound_top3,buy,2025-07-07 18:48:00,1206.0 -1269,buy_compound_top3,buy,2025-07-07 18:51:00,1206.0 -1270,buy_compound_top3,buy,2025-07-07 18:54:00,1205.0 -1271,buy_compound_top3,buy,2025-07-07 19:06:00,1202.0 -1272,buy_compound_top3,buy,2025-07-07 19:09:00,1201.0 -1273,buy_compound_top3,buy,2025-07-07 19:45:00,1201.0 -1274,buy_compound_top3,buy,2025-07-07 19:48:00,1201.0 -1275,buy_compound_top3,buy,2025-07-07 19:51:00,1200.0 -1276,buy_compound_top3,buy,2025-07-07 19:54:00,1200.0 -1277,buy_compound_top3,buy,2025-07-07 19:57:00,1200.0 -1278,buy_compound_top3,buy,2025-07-07 20:15:00,1197.0 -1279,buy_compound_top3,buy,2025-07-07 20:18:00,1197.0 -1280,buy_compound_top3,buy,2025-07-08 03:21:00,1185.0 -1281,buy_compound_top3,buy,2025-07-08 03:24:00,1185.0 -1282,buy_compound_top3,buy,2025-07-08 10:30:00,1181.0 -1283,buy_compound_top3,buy,2025-07-08 10:33:00,1180.0 -1284,buy_compound_top3,buy,2025-07-08 10:42:00,1179.0 -1285,buy_compound_top3,buy,2025-07-08 11:12:00,1177.0 -1286,buy_compound_top3,buy,2025-07-08 13:15:00,1178.0 -1287,buy_compound_top3,buy,2025-07-08 13:18:00,1178.0 -1288,buy_compound_top3,buy,2025-07-08 13:21:00,1177.0 -1289,buy_compound_top3,buy,2025-07-08 13:24:00,1178.0 -1290,buy_compound_top3,buy,2025-07-08 16:12:00,1177.0 -1291,buy_compound_top3,buy,2025-07-08 16:15:00,1177.0 -1292,buy_compound_top3,buy,2025-07-08 16:18:00,1176.0 -1293,buy_compound_top3,buy,2025-07-08 16:21:00,1177.0 -1294,buy_compound_top3,buy,2025-07-08 16:24:00,1178.0 -1295,buy_compound_top3,buy,2025-07-08 17:30:00,1176.0 -1296,buy_compound_top3,buy,2025-07-08 17:33:00,1177.0 -1297,buy_compound_top3,buy,2025-07-08 18:00:00,1174.0 -1298,buy_compound_top3,buy,2025-07-08 18:03:00,1172.0 -1299,buy_compound_top3,buy,2025-07-08 23:30:00,1175.0 -1300,buy_compound_top3,buy,2025-07-08 23:33:00,1177.0 -1301,buy_compound_top3,buy,2025-07-08 23:51:00,1175.0 -1302,buy_compound_top3,buy,2025-07-08 23:54:00,1172.0 -1303,buy_compound_top3,buy,2025-07-08 23:57:00,1171.0 -1304,buy_compound_top3,buy,2025-07-09 00:00:00,1172.0 -1305,buy_compound_top3,buy,2025-07-09 00:03:00,1172.0 -1306,buy_compound_top3,buy,2025-07-09 07:21:00,1191.0 -1307,buy_compound_top3,buy,2025-07-09 07:24:00,1192.0 -1308,buy_compound_top3,buy,2025-07-09 08:21:00,1191.0 -1309,buy_compound_top3,buy,2025-07-09 08:24:00,1190.0 -1310,buy_compound_top3,buy,2025-07-09 09:30:00,1187.0 -1311,buy_compound_top3,buy,2025-07-09 09:33:00,1187.0 -1312,buy_compound_top3,buy,2025-07-09 10:45:00,1176.0 -1313,buy_compound_top3,buy,2025-07-09 10:48:00,1175.0 -1314,buy_compound_top3,buy,2025-07-09 23:30:00,1192.0 -1315,buy_compound_top3,buy,2025-07-09 23:33:00,1187.0 -1316,buy_compound_top3,buy,2025-07-09 23:45:00,1185.0 -1317,buy_compound_top3,buy,2025-07-09 23:48:00,1183.0 -1318,buy_compound_top3,buy,2025-07-10 09:51:00,1223.0 -1319,buy_compound_top3,buy,2025-07-10 09:54:00,1222.0 -1320,buy_compound_top3,buy,2025-07-10 21:42:00,1262.0 -1321,buy_compound_top3,buy,2025-07-10 21:45:00,1261.0 -1322,buy_compound_top3,buy,2025-07-10 21:48:00,1263.0 -1323,buy_compound_top3,buy,2025-07-11 20:21:00,1473.0 -1324,buy_compound_top3,buy,2025-07-11 20:24:00,1471.0 -1325,buy_compound_top3,buy,2025-07-11 21:27:00,1459.0 -1326,buy_compound_top3,buy,2025-07-11 21:30:00,1459.0 -1327,buy_compound_top3,buy,2025-07-11 21:33:00,1460.0 -1328,buy_compound_top3,buy,2025-07-11 21:36:00,1461.0 -1329,buy_compound_top3,buy,2025-07-11 21:39:00,1459.0 -1330,buy_compound_top3,buy,2025-07-11 21:42:00,1456.0 -1331,buy_compound_top3,buy,2025-07-12 01:12:00,1446.0 -1332,buy_compound_top3,buy,2025-07-12 01:15:00,1447.0 -1333,buy_compound_top3,buy,2025-07-12 01:18:00,1449.0 -1334,buy_compound_top3,buy,2025-07-12 06:36:00,1440.0 -1335,buy_compound_top3,buy,2025-07-12 06:39:00,1429.0 -1336,buy_compound_top3,buy,2025-07-12 06:51:00,1422.0 -1337,buy_compound_top3,buy,2025-07-12 06:54:00,1416.0 -1338,buy_compound_top3,buy,2025-07-12 06:57:00,1417.0 -1339,buy_compound_top3,buy,2025-07-12 07:12:00,1410.0 -1340,buy_compound_top3,buy,2025-07-12 07:15:00,1404.0 -1341,buy_compound_top3,buy,2025-07-12 07:18:00,1394.0 -1342,buy_compound_top3,buy,2025-07-12 07:21:00,1390.0 -1343,buy_compound_top3,buy,2025-07-12 07:24:00,1384.0 -1344,buy_compound_top3,buy,2025-07-12 07:36:00,1378.0 -1345,buy_compound_top3,buy,2025-07-12 07:39:00,1376.0 -1346,buy_compound_top3,buy,2025-07-12 07:42:00,1368.0 -1347,buy_compound_top3,buy,2025-07-12 13:30:00,1406.0 -1348,buy_compound_top3,buy,2025-07-12 13:33:00,1402.0 -1349,buy_compound_top3,buy,2025-07-12 13:57:00,1389.0 -1350,buy_compound_top3,buy,2025-07-12 14:00:00,1390.0 -1351,buy_compound_top3,buy,2025-07-12 14:03:00,1388.0 -1352,buy_compound_top3,buy,2025-07-12 14:06:00,1383.0 -1353,buy_compound_top3,buy,2025-07-12 14:09:00,1379.0 -1354,buy_compound_top3,buy,2025-07-12 18:06:00,1399.0 -1355,buy_compound_top3,buy,2025-07-12 18:09:00,1398.0 -1356,buy_compound_top3,buy,2025-07-12 21:36:00,1394.0 -1357,buy_compound_top3,buy,2025-07-12 21:39:00,1389.0 -1358,buy_compound_top3,buy,2025-07-12 21:57:00,1381.0 -1359,buy_compound_top3,buy,2025-07-12 22:06:00,1383.0 -1360,buy_compound_top3,buy,2025-07-12 22:09:00,1381.0 -1361,buy_compound_top3,buy,2025-07-12 22:21:00,1372.0 -1362,buy_compound_top3,buy,2025-07-12 22:24:00,1377.0 -1363,buy_compound_top3,buy,2025-07-13 00:12:00,1369.0 -1364,buy_compound_top3,buy,2025-07-13 00:30:00,1370.0 -1365,buy_compound_top3,buy,2025-07-13 00:33:00,1361.0 -1366,buy_compound_top3,buy,2025-07-13 00:36:00,1363.0 -1367,buy_compound_top3,buy,2025-07-13 00:39:00,1358.0 -1368,buy_compound_top3,buy,2025-07-13 17:42:00,1405.0 -1369,buy_compound_top3,buy,2025-07-13 17:45:00,1403.0 -1370,buy_compound_top3,buy,2025-07-13 17:48:00,1399.0 -1371,buy_compound_top3,buy,2025-07-14 06:21:00,1438.0 -1372,buy_compound_top3,buy,2025-07-14 06:24:00,1435.0 -1373,buy_compound_top3,buy,2025-07-14 06:27:00,1438.0 -1374,buy_compound_top3,buy,2025-07-14 06:30:00,1436.0 -1375,buy_compound_top3,buy,2025-07-14 06:33:00,1436.0 -1376,buy_compound_top3,buy,2025-07-14 06:51:00,1426.0 -1377,buy_compound_top3,buy,2025-07-14 06:54:00,1424.0 -1378,buy_compound_top3,buy,2025-07-14 06:57:00,1425.0 -1379,buy_compound_top3,buy,2025-07-14 07:00:00,1419.0 -1380,buy_compound_top3,buy,2025-07-14 07:03:00,1415.0 -1381,buy_compound_top3,buy,2025-07-14 07:06:00,1419.0 -1382,buy_compound_top3,buy,2025-07-14 07:09:00,1418.0 -1383,buy_compound_top3,buy,2025-07-14 17:30:00,1460.0 -1384,buy_compound_top3,buy,2025-07-14 17:33:00,1462.0 -1385,buy_compound_top3,buy,2025-07-14 19:15:00,1457.0 -1386,buy_compound_top3,buy,2025-07-14 19:18:00,1455.0 -1387,buy_compound_top3,buy,2025-07-14 20:36:00,1449.0 -1388,buy_compound_top3,buy,2025-07-14 20:39:00,1456.0 -1389,buy_compound_top3,buy,2025-07-14 23:45:00,1430.0 -1390,buy_compound_top3,buy,2025-07-14 23:48:00,1431.0 -1391,buy_compound_top3,buy,2025-07-15 00:51:00,1422.0 -1392,buy_compound_top3,buy,2025-07-15 00:54:00,1417.0 -1393,buy_compound_top3,buy,2025-07-15 01:06:00,1420.0 -1394,buy_compound_top3,buy,2025-07-15 01:09:00,1422.0 -1395,buy_compound_top3,buy,2025-07-15 01:12:00,1420.0 -1396,buy_compound_top3,buy,2025-07-15 03:15:00,1424.0 -1397,buy_compound_top3,buy,2025-07-15 03:18:00,1419.0 -1398,buy_compound_top3,buy,2025-07-15 04:06:00,1416.0 -1399,buy_compound_top3,buy,2025-07-15 04:09:00,1415.0 -1400,buy_compound_top3,buy,2025-07-15 04:12:00,1411.0 -1401,buy_compound_top3,buy,2025-07-15 04:21:00,1412.0 -1402,buy_compound_top3,buy,2025-07-15 04:24:00,1412.0 -1403,buy_compound_top3,buy,2025-07-15 05:12:00,1405.0 -1404,buy_compound_top3,buy,2025-07-15 05:21:00,1404.0 -1405,buy_compound_top3,buy,2025-07-15 05:24:00,1405.0 -1406,buy_compound_top3,buy,2025-07-15 09:57:00,1421.0 -1407,buy_compound_top3,buy,2025-07-15 10:21:00,1406.0 -1408,buy_compound_top3,buy,2025-07-15 10:24:00,1402.0 -1409,buy_compound_top3,buy,2025-07-15 11:21:00,1405.0 -1410,buy_compound_top3,buy,2025-07-15 11:24:00,1403.0 -1411,buy_compound_top3,buy,2025-07-15 11:27:00,1398.0 -1412,buy_compound_top3,buy,2025-07-15 11:30:00,1400.0 -1413,buy_compound_top3,buy,2025-07-15 11:33:00,1404.0 -1414,buy_compound_top3,buy,2025-07-15 12:00:00,1399.0 -1415,buy_compound_top3,buy,2025-07-15 12:03:00,1394.0 -1416,buy_compound_top3,buy,2025-07-15 17:00:00,1387.0 -1417,buy_compound_top3,buy,2025-07-15 17:03:00,1384.0 -1418,buy_compound_top3,buy,2025-07-15 17:15:00,1385.0 -1419,buy_compound_top3,buy,2025-07-15 17:18:00,1381.0 -1420,buy_compound_top3,buy,2025-07-15 20:36:00,1377.0 -1421,buy_compound_top3,buy,2025-07-15 20:39:00,1377.0 -1422,buy_compound_top3,buy,2025-07-16 04:51:00,1419.0 -1423,buy_compound_top3,buy,2025-07-16 04:54:00,1421.0 -1424,buy_compound_top3,buy,2025-07-16 04:57:00,1424.0 -1425,buy_compound_top3,buy,2025-07-16 11:42:00,1439.0 -1426,buy_compound_top3,buy,2025-07-16 11:45:00,1441.0 -1427,buy_compound_top3,buy,2025-07-16 11:48:00,1444.0 -1428,buy_compound_top3,buy,2025-07-16 19:30:00,1463.0 -1429,buy_compound_top3,buy,2025-07-16 19:33:00,1464.0 -1430,buy_compound_top3,buy,2025-07-16 20:00:00,1458.0 -1431,buy_compound_top3,buy,2025-07-16 20:03:00,1461.0 -1432,buy_compound_top3,buy,2025-07-17 04:30:00,1519.0 -1433,buy_compound_top3,buy,2025-07-17 04:33:00,1513.0 -1434,buy_compound_top3,buy,2025-07-17 04:36:00,1510.0 -1435,buy_compound_top3,buy,2025-07-17 04:39:00,1516.0 -1436,buy_compound_top3,buy,2025-07-17 08:00:00,1523.0 -1437,buy_compound_top3,buy,2025-07-17 08:03:00,1522.0 -1438,buy_compound_top3,buy,2025-07-17 08:12:00,1511.0 -1439,buy_compound_top3,buy,2025-07-17 08:15:00,1513.0 -1440,buy_compound_top3,buy,2025-07-17 08:18:00,1503.0 -1441,buy_compound_top3,buy,2025-07-17 10:57:00,1498.0 -1442,buy_compound_top3,buy,2025-07-17 12:36:00,1492.0 -1443,buy_compound_top3,buy,2025-07-17 12:39:00,1485.0 -1444,buy_compound_top3,buy,2025-07-17 20:42:00,1523.0 -1445,buy_compound_top3,buy,2025-07-17 20:57:00,1519.0 -1446,buy_compound_top3,buy,2025-07-17 21:00:00,1517.0 -1447,buy_compound_top3,buy,2025-07-17 21:03:00,1517.0 -1448,buy_compound_top3,buy,2025-07-17 21:15:00,1511.0 -1449,buy_compound_top3,buy,2025-07-17 21:18:00,1515.0 -1450,buy_compound_top3,buy,2025-07-17 21:21:00,1508.0 -1451,buy_compound_top3,buy,2025-07-17 21:24:00,1507.0 -1452,buy_compound_top3,buy,2025-07-17 21:27:00,1509.0 -1453,buy_compound_top3,buy,2025-07-17 21:30:00,1506.0 -1454,buy_compound_top3,buy,2025-07-17 21:33:00,1508.0 -1455,buy_compound_top3,buy,2025-07-18 01:12:00,1499.0 -1456,buy_compound_top3,buy,2025-07-18 01:42:00,1488.0 -1457,buy_compound_top3,buy,2025-07-18 05:15:00,1453.0 -1458,buy_compound_top3,buy,2025-07-18 05:18:00,1457.0 -1459,buy_compound_top3,buy,2025-07-18 05:21:00,1446.0 -1460,buy_compound_top3,buy,2025-07-18 05:24:00,1450.0 -1461,buy_compound_top3,buy,2025-07-18 17:06:00,1586.0 -1462,buy_compound_top3,buy,2025-07-18 17:09:00,1596.0 -1463,buy_compound_top3,buy,2025-07-18 17:42:00,1569.0 -1464,buy_compound_top3,buy,2025-07-18 20:21:00,1565.0 -1465,buy_compound_top3,buy,2025-07-18 20:24:00,1560.0 -1466,buy_compound_top3,buy,2025-07-18 20:30:00,1567.0 -1467,buy_compound_top3,buy,2025-07-18 20:33:00,1568.0 -1468,buy_compound_top3,buy,2025-07-19 00:21:00,1578.0 -1469,buy_compound_top3,buy,2025-07-19 00:24:00,1576.0 -1470,buy_compound_top3,buy,2025-07-19 00:27:00,1573.0 -1471,buy_compound_top3,buy,2025-07-19 00:30:00,1572.0 -1472,buy_compound_top3,buy,2025-07-19 00:33:00,1570.0 -1473,buy_compound_top3,buy,2025-07-19 00:36:00,1570.0 -1474,buy_compound_top3,buy,2025-07-19 00:39:00,1571.0 -1475,buy_compound_top3,buy,2025-07-19 00:42:00,1565.0 -1476,buy_compound_top3,buy,2025-07-19 00:45:00,1562.0 -1477,buy_compound_top3,buy,2025-07-19 00:48:00,1569.0 -1478,buy_compound_top3,buy,2025-07-19 03:21:00,1558.0 -1479,buy_compound_top3,buy,2025-07-19 03:24:00,1559.0 -1480,buy_compound_top3,buy,2025-07-19 04:00:00,1552.0 -1481,buy_compound_top3,buy,2025-07-19 04:03:00,1544.0 -1482,buy_compound_top3,buy,2025-07-19 04:15:00,1539.0 -1483,buy_compound_top3,buy,2025-07-19 04:18:00,1546.0 -1484,buy_compound_top3,buy,2025-07-19 05:42:00,1515.0 -1485,buy_compound_top3,buy,2025-07-19 09:42:00,1544.0 -1486,buy_compound_top3,buy,2025-07-19 10:12:00,1514.0 -1487,buy_compound_top3,buy,2025-07-19 16:45:00,1568.0 -1488,buy_compound_top3,buy,2025-07-19 16:48:00,1571.0 -1489,buy_compound_top3,buy,2025-07-19 16:51:00,1572.0 -1490,buy_compound_top3,buy,2025-07-19 16:54:00,1570.0 -1491,buy_compound_top3,buy,2025-07-19 16:57:00,1570.0 -1492,buy_compound_top3,buy,2025-07-19 17:12:00,1560.0 -1493,buy_compound_top3,buy,2025-07-19 17:27:00,1560.0 -1494,buy_compound_top3,buy,2025-07-19 17:30:00,1557.0 -1495,buy_compound_top3,buy,2025-07-19 17:33:00,1556.0 -1496,buy_compound_top3,buy,2025-07-19 17:36:00,1553.0 -1497,buy_compound_top3,buy,2025-07-19 17:39:00,1552.0 -1498,buy_compound_top3,buy,2025-07-19 20:21:00,1554.0 -1499,buy_compound_top3,buy,2025-07-19 20:24:00,1556.0 -1500,buy_compound_top3,buy,2025-07-19 20:51:00,1550.0 -1501,buy_compound_top3,buy,2025-07-19 20:54:00,1549.0 -1502,buy_compound_top3,buy,2025-07-19 20:57:00,1550.0 -1503,buy_compound_top3,buy,2025-07-19 21:00:00,1548.0 -1504,buy_compound_top3,buy,2025-07-19 21:03:00,1548.0 -1505,buy_compound_top3,buy,2025-07-19 21:06:00,1548.0 -1506,buy_compound_top3,buy,2025-07-19 21:09:00,1544.0 -1507,buy_compound_top3,buy,2025-07-19 21:12:00,1546.0 -1508,buy_compound_top3,buy,2025-07-19 21:15:00,1541.0 -1509,buy_compound_top3,buy,2025-07-19 21:18:00,1543.0 -1510,buy_compound_top3,buy,2025-07-19 22:57:00,1540.0 -1511,buy_compound_top3,buy,2025-07-19 23:27:00,1535.0 -1512,buy_compound_top3,buy,2025-07-19 23:36:00,1534.0 -1513,buy_compound_top3,buy,2025-07-19 23:39:00,1535.0 -1514,buy_compound_top3,buy,2025-07-19 23:57:00,1530.0 -1515,buy_compound_top3,buy,2025-07-20 02:42:00,1527.0 -1516,buy_compound_top3,buy,2025-07-20 02:45:00,1531.0 -1517,buy_compound_top3,buy,2025-07-20 02:48:00,1536.0 -1518,buy_compound_top3,buy,2025-07-21 05:12:00,1699.0 -1519,buy_compound_top3,buy,2025-07-21 05:15:00,1699.0 -1520,buy_compound_top3,buy,2025-07-21 05:18:00,1709.0 -1521,buy_compound_top3,buy,2025-07-21 07:12:00,1677.0 -1522,buy_compound_top3,buy,2025-07-21 09:36:00,1649.0 -1523,buy_compound_top3,buy,2025-07-21 09:39:00,1652.0 -1524,buy_compound_top3,buy,2025-07-21 18:00:00,1686.0 -1525,buy_compound_top3,buy,2025-07-21 18:03:00,1684.0 -1526,buy_compound_top3,buy,2025-07-21 18:21:00,1677.0 -1527,buy_compound_top3,buy,2025-07-21 18:24:00,1678.0 -1528,buy_compound_top3,buy,2025-07-22 01:12:00,1681.0 -1529,buy_compound_top3,buy,2025-07-22 01:15:00,1680.0 -1530,buy_compound_top3,buy,2025-07-22 01:18:00,1669.0 -1531,buy_compound_top3,buy,2025-07-22 03:51:00,1656.0 -1532,buy_compound_top3,buy,2025-07-22 03:54:00,1660.0 -1533,buy_compound_top3,buy,2025-07-22 03:57:00,1652.0 -1534,buy_compound_top3,buy,2025-07-22 04:00:00,1651.0 -1535,buy_compound_top3,buy,2025-07-22 04:03:00,1655.0 -1536,buy_compound_top3,buy,2025-07-22 04:27:00,1650.0 -1537,buy_compound_top3,buy,2025-07-22 04:51:00,1640.0 -1538,buy_compound_top3,buy,2025-07-22 04:54:00,1640.0 -1539,buy_compound_top3,buy,2025-07-22 04:57:00,1641.0 -1540,buy_compound_top3,buy,2025-07-22 12:42:00,1654.0 -1541,buy_compound_top3,buy,2025-07-22 12:45:00,1653.0 -1542,buy_compound_top3,buy,2025-07-22 12:48:00,1646.0 -1543,buy_compound_top3,buy,2025-07-22 13:21:00,1653.0 -1544,buy_compound_top3,buy,2025-07-22 13:24:00,1649.0 -1545,buy_compound_top3,buy,2025-07-22 13:45:00,1642.0 -1546,buy_compound_top3,buy,2025-07-22 13:48:00,1636.0 -1547,buy_compound_top3,buy,2025-07-22 17:21:00,1613.0 -1548,buy_compound_top3,buy,2025-07-22 17:24:00,1605.0 -1549,buy_compound_top3,buy,2025-07-22 17:30:00,1599.0 -1550,buy_compound_top3,buy,2025-07-22 17:33:00,1612.0 -1551,buy_compound_top3,buy,2025-07-23 01:42:00,1652.0 -1552,buy_compound_top3,buy,2025-07-23 01:45:00,1655.0 -1553,buy_compound_top3,buy,2025-07-23 01:48:00,1653.0 -1554,buy_compound_top3,buy,2025-07-23 01:51:00,1653.0 -1555,buy_compound_top3,buy,2025-07-23 01:54:00,1655.0 -1556,buy_compound_top3,buy,2025-07-23 02:21:00,1637.0 -1557,buy_compound_top3,buy,2025-07-23 02:24:00,1638.0 -1558,buy_compound_top3,buy,2025-07-23 02:27:00,1634.0 -1559,buy_compound_top3,buy,2025-07-23 02:30:00,1638.0 -1560,buy_compound_top3,buy,2025-07-23 02:33:00,1636.0 -1561,buy_compound_top3,buy,2025-07-23 10:00:00,1805.0 -1562,buy_compound_top3,buy,2025-07-23 10:03:00,1802.0 -1563,buy_compound_top3,buy,2025-07-23 10:06:00,1802.0 -1564,buy_compound_top3,buy,2025-07-23 10:09:00,1802.0 -1565,buy_compound_top3,buy,2025-07-23 10:12:00,1803.0 -1566,buy_compound_top3,buy,2025-07-23 15:30:00,1796.0 -1567,buy_compound_top3,buy,2025-07-23 15:33:00,1792.0 -1568,buy_compound_top3,buy,2025-07-23 15:45:00,1780.0 -1569,buy_compound_top3,buy,2025-07-23 15:48:00,1779.0 -1570,buy_compound_top3,buy,2025-07-23 15:51:00,1779.0 -1571,buy_compound_top3,buy,2025-07-23 15:54:00,1785.0 -1572,buy_compound_top3,buy,2025-07-23 16:45:00,1770.0 -1573,buy_compound_top3,buy,2025-07-23 16:48:00,1775.0 -1574,buy_compound_top3,buy,2025-07-23 16:51:00,1774.0 -1575,buy_compound_top3,buy,2025-07-23 16:54:00,1774.0 -1576,buy_compound_top3,buy,2025-07-23 17:42:00,1761.0 -1577,buy_compound_top3,buy,2025-07-23 18:21:00,1762.0 -1578,buy_compound_top3,buy,2025-07-23 18:24:00,1759.0 -1579,buy_compound_top3,buy,2025-07-23 18:27:00,1762.0 -1580,buy_compound_top3,buy,2025-07-23 18:42:00,1744.0 -1581,buy_compound_top3,buy,2025-07-23 18:45:00,1748.0 -1582,buy_compound_top3,buy,2025-07-23 18:48:00,1749.0 -1583,buy_compound_top3,buy,2025-07-23 18:51:00,1744.0 -1584,buy_compound_top3,buy,2025-07-23 18:54:00,1748.0 -1585,buy_compound_top3,buy,2025-07-23 18:57:00,1746.0 -1586,buy_compound_top3,buy,2025-07-23 19:00:00,1738.0 -1587,buy_compound_top3,buy,2025-07-23 19:03:00,1730.0 -1588,buy_compound_top3,buy,2025-07-23 19:12:00,1724.0 -1589,buy_compound_top3,buy,2025-07-23 22:15:00,1700.0 -1590,buy_compound_top3,buy,2025-07-23 22:18:00,1692.0 -1591,buy_compound_top3,buy,2025-07-23 22:42:00,1668.0 -1592,buy_compound_top3,buy,2025-07-23 22:51:00,1635.0 -1593,buy_compound_top3,buy,2025-07-23 22:54:00,1654.0 -1594,buy_compound_top3,buy,2025-07-24 02:00:00,1653.0 -1595,buy_compound_top3,buy,2025-07-24 02:03:00,1656.0 -1596,buy_compound_top3,buy,2025-07-24 02:06:00,1650.0 -1597,buy_compound_top3,buy,2025-07-24 02:09:00,1635.0 -1598,buy_compound_top3,buy,2025-07-24 02:30:00,1614.0 -1599,buy_compound_top3,buy,2025-07-24 02:33:00,1616.0 -1600,buy_compound_top3,buy,2025-07-24 05:00:00,1620.0 -1601,buy_compound_top3,buy,2025-07-24 05:03:00,1632.0 -1602,buy_compound_top3,buy,2025-07-24 05:06:00,1622.0 -1603,buy_compound_top3,buy,2025-07-24 05:09:00,1618.0 -1604,buy_compound_top3,buy,2025-07-24 05:12:00,1617.0 -1605,buy_compound_top3,buy,2025-07-24 05:15:00,1618.0 -1606,buy_compound_top3,buy,2025-07-24 05:18:00,1617.0 -1607,buy_compound_top3,buy,2025-07-24 05:21:00,1612.0 -1608,buy_compound_top3,buy,2025-07-24 05:24:00,1616.0 -1609,buy_compound_top3,buy,2025-07-24 05:27:00,1603.0 -1610,buy_compound_top3,buy,2025-07-24 05:45:00,1575.0 -1611,buy_compound_top3,buy,2025-07-24 05:48:00,1566.0 -1612,buy_compound_top3,buy,2025-07-24 05:51:00,1566.0 -1613,buy_compound_top3,buy,2025-07-24 05:54:00,1577.0 -1614,buy_compound_top3,buy,2025-07-24 06:21:00,1560.0 -1615,buy_compound_top3,buy,2025-07-24 06:24:00,1556.0 -1616,buy_compound_top3,buy,2025-07-24 06:27:00,1537.0 -1617,buy_compound_top3,buy,2025-07-24 12:51:00,1613.0 -1618,buy_compound_top3,buy,2025-07-24 12:54:00,1609.0 -1619,buy_compound_top3,buy,2025-07-24 12:57:00,1605.0 -1620,buy_compound_top3,buy,2025-07-24 13:00:00,1609.0 -1621,buy_compound_top3,buy,2025-07-24 13:03:00,1604.0 -1622,buy_compound_top3,buy,2025-07-24 13:06:00,1611.0 -1623,buy_compound_top3,buy,2025-07-24 13:09:00,1608.0 -1624,buy_compound_top3,buy,2025-07-24 13:30:00,1603.0 -1625,buy_compound_top3,buy,2025-07-24 13:33:00,1595.0 -1626,buy_compound_top3,buy,2025-07-24 14:00:00,1572.0 -1627,buy_compound_top3,buy,2025-07-24 14:03:00,1571.0 -1628,buy_compound_top3,buy,2025-07-24 14:06:00,1560.0 -1629,buy_compound_top3,buy,2025-07-24 14:09:00,1549.0 -1630,buy_compound_top3,buy,2025-07-24 14:15:00,1548.0 -1631,buy_compound_top3,buy,2025-07-24 14:18:00,1560.0 -1632,buy_compound_top3,buy,2025-07-24 14:51:00,1535.0 -1633,buy_compound_top3,buy,2025-07-24 14:54:00,1531.0 -1634,buy_compound_top3,buy,2025-07-24 14:57:00,1520.0 -1635,buy_compound_top3,buy,2025-07-24 15:06:00,1521.0 -1636,buy_compound_top3,buy,2025-07-24 15:09:00,1523.0 -1637,buy_compound_top3,buy,2025-07-24 15:42:00,1489.0 -1638,buy_compound_top3,buy,2025-07-24 16:00:00,1484.0 -1639,buy_compound_top3,buy,2025-07-24 16:03:00,1475.0 -1640,buy_compound_top3,buy,2025-07-24 19:42:00,1516.0 -1641,buy_compound_top3,buy,2025-07-24 23:12:00,1545.0 -1642,buy_compound_top3,buy,2025-07-24 23:15:00,1539.0 -1643,buy_compound_top3,buy,2025-07-24 23:18:00,1541.0 -1644,buy_compound_top3,buy,2025-07-25 07:12:00,1569.0 -1645,buy_compound_top3,buy,2025-07-25 07:15:00,1562.0 -1646,buy_compound_top3,buy,2025-07-25 07:18:00,1561.0 -1647,buy_compound_top3,buy,2025-07-25 07:51:00,1563.0 -1648,buy_compound_top3,buy,2025-07-25 07:54:00,1565.0 -1649,buy_compound_top3,buy,2025-07-25 08:21:00,1549.0 -1650,buy_compound_top3,buy,2025-07-25 08:24:00,1549.0 -1651,buy_compound_top3,buy,2025-07-25 08:27:00,1547.0 -1652,buy_compound_top3,buy,2025-07-25 08:30:00,1545.0 -1653,buy_compound_top3,buy,2025-07-25 08:33:00,1543.0 -1654,buy_compound_top3,buy,2025-07-25 08:36:00,1545.0 -1655,buy_compound_top3,buy,2025-07-25 08:39:00,1546.0 -1656,buy_compound_top3,buy,2025-07-25 09:06:00,1540.0 -1657,buy_compound_top3,buy,2025-07-25 09:09:00,1525.0 -1658,buy_compound_top3,buy,2025-07-25 09:15:00,1535.0 -1659,buy_compound_top3,buy,2025-07-25 09:18:00,1533.0 -1660,buy_compound_top3,buy,2025-07-25 09:21:00,1535.0 -1661,buy_compound_top3,buy,2025-07-25 09:24:00,1538.0 -1662,buy_compound_top3,buy,2025-07-25 09:36:00,1518.0 -1663,buy_compound_top3,buy,2025-07-25 09:39:00,1524.0 -1664,buy_compound_top3,buy,2025-07-25 12:42:00,1509.0 -1665,buy_compound_top3,buy,2025-07-25 13:12:00,1512.0 -1666,buy_compound_top3,buy,2025-07-25 13:15:00,1505.0 -1667,buy_compound_top3,buy,2025-07-25 13:18:00,1507.0 -1668,buy_compound_top3,buy,2025-07-25 22:42:00,1554.0 -1669,buy_compound_top3,buy,2025-07-25 22:45:00,1555.0 -1670,buy_compound_top3,buy,2025-07-25 22:48:00,1557.0 -1671,buy_compound_top3,buy,2025-07-25 23:51:00,1531.0 -1672,buy_compound_top3,buy,2025-07-25 23:54:00,1530.0 -1673,buy_compound_top3,buy,2025-07-25 23:57:00,1526.0 -1674,buy_compound_top3,buy,2025-07-26 00:00:00,1520.0 -1675,buy_compound_top3,buy,2025-07-26 00:03:00,1529.0 -1676,buy_compound_top3,buy,2025-07-26 00:42:00,1506.0 -1677,buy_compound_top3,buy,2025-07-26 00:45:00,1510.0 -1678,buy_compound_top3,buy,2025-07-26 00:48:00,1511.0 -1679,buy_compound_top3,buy,2025-07-26 15:30:00,1580.0 -1680,buy_compound_top3,buy,2025-07-26 15:33:00,1580.0 -1681,buy_compound_top3,buy,2025-07-26 15:51:00,1579.0 -1682,buy_compound_top3,buy,2025-07-26 15:54:00,1579.0 -1683,buy_compound_top3,buy,2025-07-26 15:57:00,1578.0 -1684,buy_compound_top3,buy,2025-07-27 02:42:00,1585.0 -1685,buy_compound_top3,buy,2025-07-27 02:45:00,1584.0 -1686,buy_compound_top3,buy,2025-07-27 02:48:00,1583.0 -1687,buy_compound_top3,buy,2025-07-27 02:51:00,1584.0 -1688,buy_compound_top3,buy,2025-07-27 02:54:00,1584.0 -1689,buy_compound_top3,buy,2025-07-27 08:42:00,1589.0 -1690,buy_compound_top3,buy,2025-07-27 08:57:00,1583.0 -1691,buy_compound_top3,buy,2025-07-27 09:00:00,1583.0 -1692,buy_compound_top3,buy,2025-07-27 09:03:00,1581.0 -1693,buy_compound_top3,buy,2025-07-27 17:06:00,1594.0 -1694,buy_compound_top3,buy,2025-07-27 17:09:00,1593.0 -1695,buy_compound_top3,buy,2025-07-27 17:12:00,1594.0 -1696,buy_compound_top3,buy,2025-07-27 17:27:00,1590.0 -1697,buy_compound_top3,buy,2025-07-27 17:42:00,1588.0 -1698,buy_compound_top3,buy,2025-07-27 18:51:00,1585.0 -1699,buy_compound_top3,buy,2025-07-27 18:54:00,1584.0 -1700,buy_compound_top3,buy,2025-07-27 18:57:00,1584.0 -1701,buy_compound_top3,buy,2025-07-28 04:21:00,1629.0 -1702,buy_compound_top3,buy,2025-07-28 04:24:00,1631.0 -1703,buy_compound_top3,buy,2025-07-28 10:12:00,1641.0 -1704,buy_compound_top3,buy,2025-07-28 10:15:00,1638.0 -1705,buy_compound_top3,buy,2025-07-28 10:18:00,1641.0 -1706,buy_compound_top3,buy,2025-07-28 10:21:00,1642.0 -1707,buy_compound_top3,buy,2025-07-28 10:24:00,1640.0 -1708,buy_compound_top3,buy,2025-07-28 10:27:00,1635.0 -1709,buy_compound_top3,buy,2025-07-28 10:30:00,1638.0 -1710,buy_compound_top3,buy,2025-07-28 10:33:00,1636.0 -1711,buy_compound_top3,buy,2025-07-28 19:42:00,1668.0 -1712,buy_compound_top3,buy,2025-07-28 20:27:00,1664.0 -1713,buy_compound_top3,buy,2025-07-28 20:30:00,1663.0 -1714,buy_compound_top3,buy,2025-07-28 20:33:00,1660.0 -1715,buy_compound_top3,buy,2025-07-28 21:57:00,1654.0 -1716,buy_compound_top3,buy,2025-07-28 23:36:00,1590.0 -1717,buy_compound_top3,buy,2025-07-28 23:39:00,1593.0 -1718,buy_compound_top3,buy,2025-07-28 23:57:00,1581.0 -1719,buy_compound_top3,buy,2025-07-29 00:57:00,1583.0 -1720,buy_compound_top3,buy,2025-07-29 01:15:00,1568.0 -1721,buy_compound_top3,buy,2025-07-29 01:18:00,1571.0 -1722,buy_compound_top3,buy,2025-07-29 01:21:00,1567.0 -1723,buy_compound_top3,buy,2025-07-29 01:24:00,1570.0 -1724,buy_compound_top3,buy,2025-07-29 03:27:00,1555.0 -1725,buy_compound_top3,buy,2025-07-29 03:30:00,1553.0 -1726,buy_compound_top3,buy,2025-07-29 03:33:00,1547.0 -1727,buy_compound_top3,buy,2025-07-29 04:45:00,1547.0 -1728,buy_compound_top3,buy,2025-07-29 04:48:00,1545.0 -1729,buy_compound_top3,buy,2025-07-29 05:45:00,1540.0 -1730,buy_compound_top3,buy,2025-07-29 05:48:00,1535.0 -1731,buy_compound_top3,buy,2025-07-29 06:27:00,1533.0 -1732,buy_compound_top3,buy,2025-07-29 10:57:00,1532.0 -1733,buy_compound_top3,buy,2025-07-29 11:00:00,1525.0 -1734,buy_compound_top3,buy,2025-07-29 11:03:00,1526.0 -1735,buy_compound_top3,buy,2025-07-29 11:06:00,1525.0 -1736,buy_compound_top3,buy,2025-07-29 11:09:00,1527.0 -1737,buy_compound_top3,buy,2025-07-29 11:12:00,1523.0 -1738,buy_compound_top3,buy,2025-07-29 11:15:00,1525.0 -1739,buy_compound_top3,buy,2025-07-29 11:18:00,1516.0 -1740,buy_compound_top3,buy,2025-07-29 11:27:00,1519.0 -1741,buy_compound_top3,buy,2025-07-29 11:42:00,1510.0 -1742,buy_compound_top3,buy,2025-07-29 11:57:00,1506.0 -1743,buy_compound_top3,buy,2025-07-29 19:21:00,1531.0 -1744,buy_compound_top3,buy,2025-07-29 19:24:00,1529.0 -1745,buy_compound_top3,buy,2025-07-29 19:27:00,1530.0 -1746,buy_compound_top3,buy,2025-07-29 19:36:00,1529.0 -1747,buy_compound_top3,buy,2025-07-29 19:39:00,1527.0 -1748,buy_compound_top3,buy,2025-07-29 19:42:00,1526.0 -1749,buy_compound_top3,buy,2025-07-29 19:45:00,1522.0 -1750,buy_compound_top3,buy,2025-07-29 19:48:00,1517.0 -1751,buy_compound_top3,buy,2025-07-29 19:51:00,1517.0 -1752,buy_compound_top3,buy,2025-07-29 19:54:00,1518.0 -1753,buy_compound_top3,buy,2025-07-29 19:57:00,1515.0 -1754,buy_compound_top3,buy,2025-07-29 20:00:00,1514.0 -1755,buy_compound_top3,buy,2025-07-29 20:03:00,1517.0 -1756,buy_compound_top3,buy,2025-07-29 23:15:00,1503.0 -1757,buy_compound_top3,buy,2025-07-29 23:18:00,1510.0 -1758,buy_compound_top3,buy,2025-07-29 23:51:00,1495.0 -1759,buy_compound_top3,buy,2025-07-29 23:54:00,1481.0 -1760,buy_compound_top3,buy,2025-07-29 23:57:00,1491.0 -1761,buy_compound_top3,buy,2025-07-30 01:27:00,1483.0 -1762,buy_compound_top3,buy,2025-07-30 04:30:00,1474.0 -1763,buy_compound_top3,buy,2025-07-30 04:33:00,1477.0 -1764,buy_compound_top3,buy,2025-07-30 04:36:00,1474.0 -1765,buy_compound_top3,buy,2025-07-30 04:39:00,1472.0 -1766,buy_compound_top3,buy,2025-07-30 04:42:00,1473.0 -1767,buy_compound_top3,buy,2025-07-30 05:06:00,1469.0 -1768,buy_compound_top3,buy,2025-07-30 05:09:00,1465.0 -1769,buy_compound_top3,buy,2025-07-30 05:15:00,1461.0 -1770,buy_compound_top3,buy,2025-07-30 05:18:00,1464.0 -1771,buy_compound_top3,buy,2025-07-30 09:45:00,1479.0 -1772,buy_compound_top3,buy,2025-07-30 09:48:00,1475.0 -1773,buy_compound_top3,buy,2025-07-30 10:21:00,1466.0 -1774,buy_compound_top3,buy,2025-07-30 10:24:00,1475.0 -1775,buy_compound_top3,buy,2025-07-30 13:45:00,1481.0 -1776,buy_compound_top3,buy,2025-07-30 13:48:00,1476.0 -1777,buy_compound_top3,buy,2025-07-30 14:00:00,1474.0 -1778,buy_compound_top3,buy,2025-07-30 14:03:00,1472.0 -1779,buy_compound_top3,buy,2025-07-30 14:06:00,1478.0 -1780,buy_compound_top3,buy,2025-07-30 14:09:00,1472.0 -1781,buy_compound_top3,buy,2025-07-30 14:12:00,1468.0 -1782,buy_compound_top3,buy,2025-07-30 16:21:00,1470.0 -1783,buy_compound_top3,buy,2025-07-30 16:24:00,1470.0 -1784,buy_compound_top3,buy,2025-07-30 16:45:00,1469.0 -1785,buy_compound_top3,buy,2025-07-30 16:48:00,1467.0 -1786,buy_compound_top3,buy,2025-07-30 16:51:00,1468.0 -1787,buy_compound_top3,buy,2025-07-30 16:54:00,1465.0 -1788,buy_compound_top3,buy,2025-07-30 16:57:00,1465.0 -1789,buy_compound_top3,buy,2025-07-30 17:15:00,1461.0 -1790,buy_compound_top3,buy,2025-07-30 17:18:00,1465.0 -1791,buy_compound_top3,buy,2025-07-30 18:30:00,1461.0 -1792,buy_compound_top3,buy,2025-07-30 18:33:00,1457.0 -1793,buy_compound_top3,buy,2025-07-30 18:36:00,1462.0 -1794,buy_compound_top3,buy,2025-07-30 18:39:00,1458.0 -1795,buy_compound_top3,buy,2025-07-30 18:42:00,1459.0 -1796,buy_compound_top3,buy,2025-07-30 20:36:00,1434.0 -1797,buy_compound_top3,buy,2025-07-30 20:39:00,1432.0 -1798,buy_compound_top3,buy,2025-07-30 20:42:00,1430.0 -1799,buy_compound_top3,buy,2025-07-30 20:45:00,1426.0 -1800,buy_compound_top3,buy,2025-07-30 20:48:00,1427.0 -1801,buy_compound_top3,buy,2025-07-30 20:51:00,1423.0 -1802,buy_compound_top3,buy,2025-07-30 20:54:00,1423.0 -1803,buy_compound_top3,buy,2025-07-31 14:51:00,1487.0 -1804,buy_compound_top3,buy,2025-07-31 14:54:00,1488.0 -1805,buy_compound_top3,buy,2025-07-31 21:15:00,1489.0 -1806,buy_compound_top3,buy,2025-07-31 21:18:00,1487.0 -1807,buy_compound_top3,buy,2025-07-31 21:27:00,1486.0 -1808,buy_compound_top3,buy,2025-07-31 21:42:00,1481.0 -1809,buy_compound_top3,buy,2025-07-31 21:45:00,1478.0 -1810,buy_compound_top3,buy,2025-07-31 21:48:00,1476.0 -1811,buy_compound_top3,buy,2025-07-31 22:06:00,1472.0 -1812,buy_compound_top3,buy,2025-07-31 22:09:00,1468.0 -1813,buy_compound_top3,buy,2025-07-31 22:21:00,1473.0 -1814,buy_compound_top3,buy,2025-07-31 22:24:00,1467.0 -1815,buy_compound_top3,buy,2025-07-31 22:27:00,1464.0 -1816,buy_compound_top3,buy,2025-07-31 22:30:00,1465.0 -1817,buy_compound_top3,buy,2025-07-31 22:33:00,1463.0 -1818,buy_compound_top3,buy,2025-07-31 23:21:00,1452.0 -1819,buy_compound_top3,buy,2025-07-31 23:24:00,1452.0 -1820,buy_compound_top3,buy,2025-07-31 23:36:00,1458.0 -1821,buy_compound_top3,buy,2025-07-31 23:39:00,1453.0 -1822,buy_compound_top3,buy,2025-07-31 23:42:00,1452.0 -1823,buy_compound_top3,buy,2025-08-01 03:12:00,1452.0 -1824,buy_compound_top3,buy,2025-08-01 03:15:00,1454.0 -1825,buy_compound_top3,buy,2025-08-01 04:12:00,1451.0 -1826,buy_compound_top3,buy,2025-08-01 04:15:00,1447.0 -1827,buy_compound_top3,buy,2025-08-01 04:18:00,1450.0 -1828,buy_compound_top3,buy,2025-08-01 05:12:00,1446.0 -1829,buy_compound_top3,buy,2025-08-01 06:12:00,1445.0 -1830,buy_compound_top3,buy,2025-08-01 06:15:00,1443.0 -1831,buy_compound_top3,buy,2025-08-01 06:18:00,1442.0 -1832,buy_compound_top3,buy,2025-08-01 07:21:00,1420.0 -1833,buy_compound_top3,buy,2025-08-01 07:24:00,1418.0 -1834,buy_compound_top3,buy,2025-08-01 07:27:00,1411.0 -1835,buy_compound_top3,buy,2025-08-01 07:30:00,1416.0 -1836,buy_compound_top3,buy,2025-08-01 07:33:00,1411.0 -1837,buy_compound_top3,buy,2025-08-01 07:36:00,1410.0 -1838,buy_compound_top3,buy,2025-08-01 07:39:00,1407.0 -1839,buy_compound_top3,buy,2025-08-01 07:42:00,1406.0 -1840,buy_compound_top3,buy,2025-08-01 08:42:00,1398.0 -1841,buy_compound_top3,buy,2025-08-01 09:21:00,1391.0 -1842,buy_compound_top3,buy,2025-08-01 09:24:00,1388.0 -1843,buy_compound_top3,buy,2025-08-01 09:27:00,1383.0 -1844,buy_compound_top3,buy,2025-08-01 09:30:00,1383.0 -1845,buy_compound_top3,buy,2025-08-01 09:33:00,1382.0 -1846,buy_compound_top3,buy,2025-08-01 09:42:00,1377.0 -1847,buy_compound_top3,buy,2025-08-01 09:45:00,1373.0 -1848,buy_compound_top3,buy,2025-08-01 09:48:00,1364.0 -1849,buy_compound_top3,buy,2025-08-01 14:21:00,1376.0 -1850,buy_compound_top3,buy,2025-08-01 14:24:00,1375.0 -1851,buy_compound_top3,buy,2025-08-01 14:27:00,1377.0 -1852,buy_compound_top3,buy,2025-08-01 14:30:00,1376.0 -1853,buy_compound_top3,buy,2025-08-01 14:33:00,1374.0 -1854,buy_compound_top3,buy,2025-08-01 15:00:00,1367.0 -1855,buy_compound_top3,buy,2025-08-01 15:03:00,1364.0 -1856,buy_compound_top3,buy,2025-08-01 15:06:00,1360.0 -1857,buy_compound_top3,buy,2025-08-01 15:09:00,1371.0 -1858,buy_compound_top3,buy,2025-08-01 15:42:00,1359.0 -1859,buy_compound_top3,buy,2025-08-01 15:45:00,1355.0 -1860,buy_compound_top3,buy,2025-08-01 15:48:00,1362.0 -1861,buy_compound_top3,buy,2025-08-01 17:21:00,1345.0 -1862,buy_compound_top3,buy,2025-08-01 17:24:00,1346.0 -1863,buy_compound_top3,buy,2025-08-01 17:30:00,1345.0 -1864,buy_compound_top3,buy,2025-08-01 17:33:00,1348.0 -1865,buy_compound_top3,buy,2025-08-01 23:00:00,1341.0 -1866,buy_compound_top3,buy,2025-08-01 23:03:00,1337.0 -1867,buy_compound_top3,buy,2025-08-02 02:12:00,1348.0 -1868,buy_compound_top3,buy,2025-08-02 02:15:00,1350.0 -1869,buy_compound_top3,buy,2025-08-02 02:18:00,1350.0 -1870,buy_compound_top3,buy,2025-08-02 05:42:00,1340.0 -1871,buy_compound_top3,buy,2025-08-02 07:42:00,1318.0 -1872,buy_compound_top3,buy,2025-08-02 14:27:00,1352.0 -1873,buy_compound_top3,buy,2025-08-02 14:42:00,1350.0 -1874,buy_compound_top3,buy,2025-08-02 15:12:00,1346.0 -1875,buy_compound_top3,buy,2025-08-02 15:15:00,1346.0 -1876,buy_compound_top3,buy,2025-08-02 15:18:00,1342.0 -1877,buy_compound_top3,buy,2025-08-02 15:45:00,1322.0 -1878,buy_compound_top3,buy,2025-08-02 15:48:00,1328.0 -1879,buy_compound_top3,buy,2025-08-02 23:45:00,1320.0 -1880,buy_compound_top3,buy,2025-08-02 23:48:00,1324.0 -1881,buy_compound_top3,buy,2025-08-03 00:57:00,1312.0 -1882,buy_compound_top3,buy,2025-08-03 01:00:00,1313.0 -1883,buy_compound_top3,buy,2025-08-03 01:03:00,1315.0 -1884,buy_compound_top3,buy,2025-08-03 03:00:00,1301.0 -1885,buy_compound_top3,buy,2025-08-03 03:03:00,1303.0 -1886,buy_compound_top3,buy,2025-08-03 08:21:00,1302.0 -1887,buy_compound_top3,buy,2025-08-03 08:24:00,1301.0 -1888,buy_compound_top3,buy,2025-08-03 08:27:00,1300.0 -1889,buy_compound_top3,buy,2025-08-03 08:30:00,1298.0 -1890,buy_compound_top3,buy,2025-08-03 08:33:00,1298.0 -1891,buy_compound_top3,buy,2025-08-03 15:12:00,1340.0 -1892,buy_compound_top3,buy,2025-08-03 15:51:00,1339.0 -1893,buy_compound_top3,buy,2025-08-03 15:54:00,1340.0 -1894,buy_compound_top3,buy,2025-08-03 21:21:00,1347.0 -1895,buy_compound_top3,buy,2025-08-03 21:24:00,1349.0 -1896,buy_compound_top3,buy,2025-08-03 21:27:00,1348.0 -1897,buy_compound_top3,buy,2025-08-04 05:12:00,1356.0 -1898,buy_compound_top3,buy,2025-08-04 14:06:00,1375.0 -1899,buy_compound_top3,buy,2025-08-04 14:09:00,1374.0 -1900,buy_compound_top3,buy,2025-08-04 14:12:00,1373.0 -1901,buy_compound_top3,buy,2025-08-04 14:21:00,1371.0 -1902,buy_compound_top3,buy,2025-08-04 14:24:00,1375.0 -1903,buy_compound_top3,buy,2025-08-04 14:42:00,1370.0 -1904,buy_compound_top3,buy,2025-08-04 14:45:00,1369.0 -1905,buy_compound_top3,buy,2025-08-04 14:48:00,1368.0 -1906,buy_compound_top3,buy,2025-08-04 18:51:00,1372.0 -1907,buy_compound_top3,buy,2025-08-04 18:54:00,1371.0 -1908,buy_compound_top3,buy,2025-08-04 18:57:00,1370.0 -1909,buy_compound_top3,buy,2025-08-04 19:00:00,1370.0 -1910,buy_compound_top3,buy,2025-08-04 19:03:00,1368.0 -1911,buy_compound_top3,buy,2025-08-04 19:06:00,1369.0 -1912,buy_compound_top3,buy,2025-08-04 19:09:00,1369.0 -1913,buy_compound_top3,buy,2025-08-04 20:27:00,1366.0 -1914,buy_compound_top3,buy,2025-08-04 20:30:00,1365.0 -1915,buy_compound_top3,buy,2025-08-04 20:33:00,1364.0 -1916,buy_compound_top3,buy,2025-08-04 20:36:00,1364.0 -1917,buy_compound_top3,buy,2025-08-04 20:39:00,1364.0 -1918,buy_compound_top3,buy,2025-08-05 03:42:00,1386.0 -1919,buy_compound_top3,buy,2025-08-05 03:51:00,1385.0 -1920,buy_compound_top3,buy,2025-08-05 03:54:00,1386.0 -1921,buy_compound_top3,buy,2025-08-05 03:57:00,1384.0 -1922,buy_compound_top3,buy,2025-08-05 04:30:00,1372.0 -1923,buy_compound_top3,buy,2025-08-05 04:33:00,1372.0 -1924,buy_compound_top3,buy,2025-08-05 04:36:00,1371.0 -1925,buy_compound_top3,buy,2025-08-05 04:39:00,1372.0 -1926,buy_compound_top3,buy,2025-08-05 04:42:00,1371.0 -1927,buy_compound_top3,buy,2025-08-05 10:00:00,1389.0 -1928,buy_compound_top3,buy,2025-08-05 10:03:00,1387.0 -1929,buy_compound_top3,buy,2025-08-05 10:27:00,1384.0 -1930,buy_compound_top3,buy,2025-08-05 10:42:00,1381.0 -1931,buy_compound_top3,buy,2025-08-05 10:45:00,1383.0 -1932,buy_compound_top3,buy,2025-08-05 10:48:00,1380.0 -1933,buy_compound_top3,buy,2025-08-05 10:51:00,1378.0 -1934,buy_compound_top3,buy,2025-08-05 10:54:00,1377.0 -1935,buy_compound_top3,buy,2025-08-05 11:12:00,1378.0 -1936,buy_compound_top3,buy,2025-08-05 11:15:00,1375.0 -1937,buy_compound_top3,buy,2025-08-05 11:18:00,1375.0 -1938,buy_compound_top3,buy,2025-08-05 11:21:00,1375.0 -1939,buy_compound_top3,buy,2025-08-05 11:24:00,1374.0 -1940,buy_compound_top3,buy,2025-08-05 11:27:00,1374.0 -1941,buy_compound_top3,buy,2025-08-05 11:30:00,1371.0 -1942,buy_compound_top3,buy,2025-08-05 11:33:00,1373.0 -1943,buy_compound_top3,buy,2025-08-05 12:36:00,1355.0 -1944,buy_compound_top3,buy,2025-08-05 12:39:00,1352.0 -1945,buy_compound_top3,buy,2025-08-05 13:42:00,1349.0 -1946,buy_compound_top3,buy,2025-08-05 13:45:00,1350.0 -1947,buy_compound_top3,buy,2025-08-05 13:48:00,1349.0 -1948,buy_compound_top3,buy,2025-08-05 13:51:00,1352.0 -1949,buy_compound_top3,buy,2025-08-05 13:54:00,1350.0 -1950,buy_compound_top3,buy,2025-08-05 15:42:00,1347.0 -1951,buy_compound_top3,buy,2025-08-05 16:06:00,1336.0 -1952,buy_compound_top3,buy,2025-08-05 16:09:00,1335.0 -1953,buy_compound_top3,buy,2025-08-05 16:12:00,1335.0 -1954,buy_compound_top3,buy,2025-08-05 16:15:00,1335.0 -1955,buy_compound_top3,buy,2025-08-05 16:18:00,1333.0 -1956,buy_compound_top3,buy,2025-08-05 16:30:00,1333.0 -1957,buy_compound_top3,buy,2025-08-05 16:33:00,1331.0 -1958,buy_compound_top3,buy,2025-08-05 16:36:00,1328.0 -1959,buy_compound_top3,buy,2025-08-05 16:39:00,1323.0 -1960,buy_compound_top3,buy,2025-08-05 16:45:00,1322.0 -1961,buy_compound_top3,buy,2025-08-05 16:48:00,1325.0 -1962,buy_compound_top3,buy,2025-08-05 16:51:00,1326.0 -1963,buy_compound_top3,buy,2025-08-05 16:54:00,1321.0 -1964,buy_compound_top3,buy,2025-08-05 16:57:00,1324.0 -1965,buy_compound_top3,buy,2025-08-05 17:00:00,1321.0 -1966,buy_compound_top3,buy,2025-08-05 17:03:00,1319.0 -1967,buy_compound_top3,buy,2025-08-05 17:06:00,1323.0 -1968,buy_compound_top3,buy,2025-08-05 17:09:00,1317.0 -1969,buy_compound_top3,buy,2025-08-05 21:45:00,1338.0 -1970,buy_compound_top3,buy,2025-08-05 21:48:00,1337.0 -1971,buy_compound_top3,buy,2025-08-05 23:36:00,1318.0 -1972,buy_compound_top3,buy,2025-08-05 23:39:00,1317.0 -1973,buy_compound_top3,buy,2025-08-06 00:36:00,1310.0 -1974,buy_compound_top3,buy,2025-08-06 00:39:00,1308.0 -1975,buy_compound_top3,buy,2025-08-06 00:42:00,1312.0 -1976,buy_compound_top3,buy,2025-08-06 00:45:00,1314.0 -1977,buy_compound_top3,buy,2025-08-06 00:48:00,1310.0 -1978,buy_compound_top3,buy,2025-08-06 00:51:00,1312.0 -1979,buy_compound_top3,buy,2025-08-06 00:54:00,1310.0 -1980,buy_compound_top3,buy,2025-08-06 04:45:00,1311.0 -1981,buy_compound_top3,buy,2025-08-06 04:48:00,1312.0 -1982,buy_compound_top3,buy,2025-08-06 04:51:00,1311.0 -1983,buy_compound_top3,buy,2025-08-06 04:54:00,1310.0 -1984,buy_compound_top3,buy,2025-08-06 13:27:00,1291.0 -1985,buy_compound_top3,buy,2025-08-06 19:21:00,1308.0 -1986,buy_compound_top3,buy,2025-08-06 19:24:00,1309.0 -1987,buy_compound_top3,buy,2025-08-06 19:27:00,1309.0 -1988,buy_compound_top3,buy,2025-08-06 20:51:00,1308.0 -1989,buy_compound_top3,buy,2025-08-06 20:54:00,1307.0 -1990,buy_compound_top3,buy,2025-08-06 20:57:00,1309.0 -1991,buy_compound_top3,buy,2025-08-06 21:21:00,1307.0 -1992,buy_compound_top3,buy,2025-08-06 21:24:00,1305.0 -1993,buy_compound_top3,buy,2025-08-06 21:27:00,1305.0 -1994,buy_compound_top3,buy,2025-08-07 11:00:00,1340.0 -1995,buy_compound_top3,buy,2025-08-07 11:03:00,1340.0 -1996,buy_compound_top3,buy,2025-08-07 11:06:00,1340.0 -1997,buy_compound_top3,buy,2025-08-07 11:09:00,1343.0 -1998,buy_compound_top3,buy,2025-08-07 11:12:00,1340.0 -1999,buy_compound_top3,buy,2025-08-07 11:15:00,1340.0 -2000,buy_compound_top3,buy,2025-08-07 11:18:00,1339.0 -2001,buy_compound_top3,buy,2025-08-07 11:21:00,1338.0 -2002,buy_compound_top3,buy,2025-08-07 11:24:00,1337.0 -2003,buy_compound_top3,buy,2025-08-07 11:27:00,1337.0 -2004,buy_compound_top3,buy,2025-08-07 14:00:00,1337.0 -2005,buy_compound_top3,buy,2025-08-07 14:03:00,1339.0 -2006,buy_compound_top3,buy,2025-08-07 14:06:00,1337.0 -2007,buy_compound_top3,buy,2025-08-07 14:09:00,1336.0 -2008,buy_compound_top3,buy,2025-08-07 18:00:00,1346.0 -2009,buy_compound_top3,buy,2025-08-07 18:03:00,1344.0 -2010,buy_compound_top3,buy,2025-08-07 18:06:00,1345.0 -2011,buy_compound_top3,buy,2025-08-07 18:09:00,1346.0 -2012,buy_compound_top3,buy,2025-08-07 23:12:00,1388.0 -2013,buy_compound_top3,buy,2025-08-07 23:15:00,1387.0 -2014,buy_compound_top3,buy,2025-08-07 23:18:00,1391.0 -2015,buy_compound_top3,buy,2025-08-07 23:36:00,1382.0 -2016,buy_compound_top3,buy,2025-08-07 23:39:00,1383.0 -2017,buy_compound_top3,buy,2025-08-08 01:57:00,1383.0 -2018,buy_compound_top3,buy,2025-08-08 02:00:00,1378.0 -2019,buy_compound_top3,buy,2025-08-08 02:03:00,1381.0 -2020,buy_compound_top3,buy,2025-08-08 03:27:00,1376.0 -2021,buy_compound_top3,buy,2025-08-08 03:36:00,1371.0 -2022,buy_compound_top3,buy,2025-08-08 03:39:00,1372.0 -2023,buy_compound_top3,buy,2025-08-08 03:42:00,1371.0 -2024,buy_compound_top3,buy,2025-08-08 03:51:00,1368.0 -2025,buy_compound_top3,buy,2025-08-08 03:54:00,1370.0 -2026,buy_compound_top3,buy,2025-08-08 11:21:00,1397.0 -2027,buy_compound_top3,buy,2025-08-08 11:24:00,1400.0 -2028,buy_compound_top3,buy,2025-08-08 14:30:00,1396.0 -2029,buy_compound_top3,buy,2025-08-08 14:33:00,1394.0 -2030,buy_compound_top3,buy,2025-08-08 14:42:00,1395.0 -2031,buy_compound_top3,buy,2025-08-08 21:21:00,1399.0 -2032,buy_compound_top3,buy,2025-08-08 21:24:00,1400.0 -2033,buy_compound_top3,buy,2025-08-08 21:27:00,1400.0 -2034,buy_compound_top3,buy,2025-08-08 21:42:00,1399.0 -2035,buy_compound_top3,buy,2025-08-08 21:45:00,1399.0 -2036,buy_compound_top3,buy,2025-08-08 21:48:00,1396.0 -2037,buy_compound_top3,buy,2025-08-08 21:51:00,1397.0 -2038,buy_compound_top3,buy,2025-08-08 21:54:00,1395.0 -2039,buy_compound_top3,buy,2025-08-08 22:00:00,1394.0 -2040,buy_compound_top3,buy,2025-08-08 22:03:00,1397.0 -2041,buy_compound_top3,buy,2025-08-09 00:15:00,1390.0 -2042,buy_compound_top3,buy,2025-08-09 00:18:00,1387.0 -2043,buy_compound_top3,buy,2025-08-09 08:57:00,1420.0 -2044,buy_compound_top3,buy,2025-08-09 23:00:00,1473.0 -2045,buy_compound_top3,buy,2025-08-09 23:03:00,1465.0 -2046,buy_compound_top3,buy,2025-08-10 01:51:00,1467.0 -2047,buy_compound_top3,buy,2025-08-10 01:54:00,1467.0 -2048,buy_compound_top3,buy,2025-08-10 08:12:00,1483.0 -2049,buy_compound_top3,buy,2025-08-10 08:15:00,1481.0 -2050,buy_compound_top3,buy,2025-08-10 08:18:00,1486.0 -2051,buy_compound_top3,buy,2025-08-10 12:00:00,1483.0 -2052,buy_compound_top3,buy,2025-08-10 12:03:00,1482.0 -2053,buy_compound_top3,buy,2025-08-10 12:06:00,1486.0 -2054,buy_compound_top3,buy,2025-08-10 12:09:00,1483.0 -2055,buy_compound_top3,buy,2025-08-10 12:12:00,1479.0 -2056,buy_compound_top3,buy,2025-08-10 14:36:00,1488.0 -2057,buy_compound_top3,buy,2025-08-10 14:39:00,1488.0 -2058,buy_compound_top3,buy,2025-08-10 14:51:00,1484.0 -2059,buy_compound_top3,buy,2025-08-10 14:54:00,1481.0 -2060,buy_compound_top3,buy,2025-08-10 14:57:00,1480.0 -2061,buy_compound_top3,buy,2025-08-10 15:00:00,1478.0 -2062,buy_compound_top3,buy,2025-08-10 15:03:00,1475.0 -2063,buy_compound_top3,buy,2025-08-10 15:06:00,1477.0 -2064,buy_compound_top3,buy,2025-08-10 15:09:00,1477.0 -2065,buy_compound_top3,buy,2025-08-10 15:15:00,1475.0 -2066,buy_compound_top3,buy,2025-08-10 15:18:00,1465.0 -2067,buy_compound_top3,buy,2025-08-10 15:27:00,1463.0 -2068,buy_compound_top3,buy,2025-08-10 15:30:00,1462.0 -2069,buy_compound_top3,buy,2025-08-10 15:33:00,1463.0 -2070,buy_compound_top3,buy,2025-08-10 17:00:00,1433.0 -2071,buy_compound_top3,buy,2025-08-10 17:03:00,1421.0 -2072,buy_compound_top3,buy,2025-08-10 22:42:00,1429.0 -2073,buy_compound_top3,buy,2025-08-10 22:45:00,1430.0 -2074,buy_compound_top3,buy,2025-08-10 22:48:00,1428.0 -2075,buy_compound_top3,buy,2025-08-10 22:57:00,1428.0 -2076,buy_compound_top3,buy,2025-08-11 06:30:00,1466.0 -2077,buy_compound_top3,buy,2025-08-11 06:33:00,1466.0 -2078,buy_compound_top3,buy,2025-08-11 06:36:00,1462.0 -2079,buy_compound_top3,buy,2025-08-11 06:39:00,1460.0 -2080,buy_compound_top3,buy,2025-08-11 06:42:00,1464.0 -2081,buy_compound_top3,buy,2025-08-11 15:51:00,1489.0 -2082,buy_compound_top3,buy,2025-08-11 15:54:00,1492.0 -2083,buy_compound_top3,buy,2025-08-11 15:57:00,1490.0 -2084,buy_compound_top3,buy,2025-08-11 16:45:00,1471.0 -2085,buy_compound_top3,buy,2025-08-11 16:48:00,1466.0 -2086,buy_compound_top3,buy,2025-08-11 16:57:00,1461.0 -2087,buy_compound_top3,buy,2025-08-11 17:00:00,1459.0 -2088,buy_compound_top3,buy,2025-08-11 17:03:00,1454.0 -2089,buy_compound_top3,buy,2025-08-11 17:06:00,1453.0 -2090,buy_compound_top3,buy,2025-08-11 17:09:00,1450.0 -2091,buy_compound_top3,buy,2025-08-11 19:15:00,1459.0 -2092,buy_compound_top3,buy,2025-08-11 19:18:00,1459.0 -2093,buy_compound_top3,buy,2025-08-11 20:00:00,1454.0 -2094,buy_compound_top3,buy,2025-08-11 20:03:00,1453.0 -2095,buy_compound_top3,buy,2025-08-11 20:06:00,1448.0 -2096,buy_compound_top3,buy,2025-08-11 20:09:00,1447.0 -2097,buy_compound_top3,buy,2025-08-11 20:36:00,1434.0 -2098,buy_compound_top3,buy,2025-08-11 20:39:00,1433.0 -2099,buy_compound_top3,buy,2025-08-11 20:45:00,1433.0 -2100,buy_compound_top3,buy,2025-08-11 20:48:00,1425.0 -2101,buy_compound_top3,buy,2025-08-11 20:57:00,1417.0 -2102,buy_compound_top3,buy,2025-08-11 21:00:00,1415.0 -2103,buy_compound_top3,buy,2025-08-11 21:03:00,1408.0 -2104,buy_compound_top3,buy,2025-08-11 22:06:00,1403.0 -2105,buy_compound_top3,buy,2025-08-11 22:09:00,1399.0 -2106,buy_compound_top3,buy,2025-08-11 22:12:00,1401.0 -2107,buy_compound_top3,buy,2025-08-12 02:42:00,1411.0 -2108,buy_compound_top3,buy,2025-08-12 02:45:00,1410.0 -2109,buy_compound_top3,buy,2025-08-12 02:48:00,1405.0 -2110,buy_compound_top3,buy,2025-08-12 02:51:00,1408.0 -2111,buy_compound_top3,buy,2025-08-12 02:54:00,1408.0 -2112,buy_compound_top3,buy,2025-08-12 03:00:00,1407.0 -2113,buy_compound_top3,buy,2025-08-12 03:03:00,1405.0 -2114,buy_compound_top3,buy,2025-08-12 05:06:00,1400.0 -2115,buy_compound_top3,buy,2025-08-12 05:09:00,1399.0 -2116,buy_compound_top3,buy,2025-08-12 05:12:00,1395.0 -2117,buy_compound_top3,buy,2025-08-12 05:15:00,1396.0 -2118,buy_compound_top3,buy,2025-08-12 05:18:00,1394.0 -2119,buy_compound_top3,buy,2025-08-12 06:21:00,1393.0 -2120,buy_compound_top3,buy,2025-08-12 06:24:00,1393.0 -2121,buy_compound_top3,buy,2025-08-12 07:21:00,1358.0 -2122,buy_compound_top3,buy,2025-08-12 07:24:00,1358.0 -2123,buy_compound_top3,buy,2025-08-12 13:21:00,1368.0 -2124,buy_compound_top3,buy,2025-08-12 13:24:00,1366.0 -2125,buy_compound_top3,buy,2025-08-12 14:12:00,1365.0 -2126,buy_compound_top3,buy,2025-08-12 14:42:00,1354.0 -2127,buy_compound_top3,buy,2025-08-12 18:12:00,1351.0 -2128,buy_compound_top3,buy,2025-08-12 18:57:00,1351.0 -2129,buy_compound_top3,buy,2025-08-12 19:12:00,1348.0 -2130,buy_compound_top3,buy,2025-08-12 19:15:00,1347.0 -2131,buy_compound_top3,buy,2025-08-12 19:18:00,1347.0 -2132,buy_compound_top3,buy,2025-08-12 20:21:00,1344.0 -2133,buy_compound_top3,buy,2025-08-12 20:24:00,1343.0 -2134,buy_compound_top3,buy,2025-08-13 10:21:00,1443.0 -2135,buy_compound_top3,buy,2025-08-13 10:24:00,1445.0 -2136,buy_compound_top3,buy,2025-08-13 15:12:00,1454.0 -2137,buy_compound_top3,buy,2025-08-13 15:27:00,1450.0 -2138,buy_compound_top3,buy,2025-08-13 20:27:00,1485.0 -2139,buy_compound_top3,buy,2025-08-13 21:51:00,1481.0 -2140,buy_compound_top3,buy,2025-08-13 21:54:00,1479.0 -2141,buy_compound_top3,buy,2025-08-13 23:21:00,1480.0 -2142,buy_compound_top3,buy,2025-08-13 23:24:00,1477.0 -2143,buy_compound_top3,buy,2025-08-14 00:00:00,1474.0 -2144,buy_compound_top3,buy,2025-08-14 00:03:00,1477.0 -2145,buy_compound_top3,buy,2025-08-14 00:06:00,1472.0 -2146,buy_compound_top3,buy,2025-08-14 00:09:00,1466.0 -2147,buy_compound_top3,buy,2025-08-14 10:12:00,1516.0 -2148,buy_compound_top3,buy,2025-08-14 18:00:00,1494.0 -2149,buy_compound_top3,buy,2025-08-14 18:03:00,1490.0 -2150,buy_compound_top3,buy,2025-08-14 19:51:00,1491.0 -2151,buy_compound_top3,buy,2025-08-14 19:54:00,1491.0 -2152,buy_compound_top3,buy,2025-08-14 20:45:00,1483.0 -2153,buy_compound_top3,buy,2025-08-14 20:48:00,1483.0 -2154,buy_compound_top3,buy,2025-08-14 21:45:00,1426.0 -2155,buy_compound_top3,buy,2025-08-14 21:48:00,1422.0 -2156,buy_compound_top3,buy,2025-08-14 21:51:00,1416.0 -2157,buy_compound_top3,buy,2025-08-14 21:54:00,1410.0 -2158,buy_compound_top3,buy,2025-08-14 21:57:00,1396.0 -2159,buy_compound_top3,buy,2025-08-14 22:00:00,1398.0 -2160,buy_compound_top3,buy,2025-08-14 22:03:00,1388.0 -2161,buy_compound_top3,buy,2025-08-15 01:21:00,1398.0 -2162,buy_compound_top3,buy,2025-08-15 01:24:00,1396.0 -2163,buy_compound_top3,buy,2025-08-15 01:27:00,1391.0 -2164,buy_compound_top3,buy,2025-08-15 01:30:00,1393.0 -2165,buy_compound_top3,buy,2025-08-15 01:33:00,1394.0 -2166,buy_compound_top3,buy,2025-08-15 13:36:00,1404.0 -2167,buy_compound_top3,buy,2025-08-15 13:39:00,1404.0 -2168,buy_compound_top3,buy,2025-08-15 13:42:00,1405.0 -2169,buy_compound_top3,buy,2025-08-15 13:57:00,1400.0 -2170,buy_compound_top3,buy,2025-08-15 14:00:00,1397.0 -2171,buy_compound_top3,buy,2025-08-15 14:03:00,1398.0 -2172,buy_compound_top3,buy,2025-08-15 14:12:00,1399.0 -2173,buy_compound_top3,buy,2025-08-15 14:15:00,1394.0 -2174,buy_compound_top3,buy,2025-08-15 14:18:00,1396.0 -2175,buy_compound_top3,buy,2025-08-15 14:21:00,1394.0 -2176,buy_compound_top3,buy,2025-08-15 14:24:00,1394.0 -2177,buy_compound_top3,buy,2025-08-15 18:36:00,1398.0 -2178,buy_compound_top3,buy,2025-08-15 18:39:00,1397.0 -2179,buy_compound_top3,buy,2025-08-15 18:42:00,1393.0 -2180,buy_compound_top3,buy,2025-08-15 18:45:00,1396.0 -2181,buy_compound_top3,buy,2025-08-15 18:48:00,1395.0 -2182,buy_compound_top3,buy,2025-08-15 18:51:00,1395.0 -2183,buy_compound_top3,buy,2025-08-15 18:54:00,1394.0 -2184,buy_compound_top3,buy,2025-08-15 18:57:00,1389.0 -2185,buy_compound_top3,buy,2025-08-15 19:51:00,1392.0 -2186,buy_compound_top3,buy,2025-08-15 19:54:00,1393.0 -2187,buy_compound_top3,buy,2025-08-15 19:57:00,1393.0 -2188,buy_compound_top3,buy,2025-08-15 20:15:00,1391.0 -2189,buy_compound_top3,buy,2025-08-15 20:18:00,1386.0 -2190,buy_compound_top3,buy,2025-08-15 20:30:00,1386.0 -2191,buy_compound_top3,buy,2025-08-15 20:33:00,1387.0 -2192,buy_compound_top3,buy,2025-08-15 22:51:00,1385.0 -2193,buy_compound_top3,buy,2025-08-15 22:54:00,1381.0 -2194,buy_compound_top3,buy,2025-08-15 23:27:00,1377.0 -2195,buy_compound_top3,buy,2025-08-15 23:30:00,1375.0 -2196,buy_compound_top3,buy,2025-08-15 23:33:00,1373.0 -2197,buy_compound_top3,buy,2025-08-15 23:45:00,1373.0 -2198,buy_compound_top3,buy,2025-08-15 23:48:00,1365.0 -2199,buy_compound_top3,buy,2025-08-15 23:51:00,1369.0 -2200,buy_compound_top3,buy,2025-08-15 23:54:00,1366.0 -2201,buy_compound_top3,buy,2025-08-15 23:57:00,1362.0 -2202,buy_compound_top3,buy,2025-08-16 00:00:00,1366.0 -2203,buy_compound_top3,buy,2025-08-16 00:03:00,1361.0 -2204,buy_compound_top3,buy,2025-08-16 00:06:00,1361.0 -2205,buy_compound_top3,buy,2025-08-16 00:09:00,1357.0 -2206,buy_compound_top3,buy,2025-08-16 00:12:00,1363.0 -2207,buy_compound_top3,buy,2025-08-16 00:21:00,1360.0 -2208,buy_compound_top3,buy,2025-08-16 00:24:00,1355.0 -2209,buy_compound_top3,buy,2025-08-16 00:27:00,1354.0 -2210,buy_compound_top3,buy,2025-08-16 00:36:00,1349.0 -2211,buy_compound_top3,buy,2025-08-16 00:39:00,1348.0 -2212,buy_compound_top3,buy,2025-08-16 00:42:00,1344.0 -2213,buy_compound_top3,buy,2025-08-16 00:51:00,1339.0 -2214,buy_compound_top3,buy,2025-08-16 00:54:00,1347.0 -2215,buy_compound_top3,buy,2025-08-16 01:06:00,1337.0 -2216,buy_compound_top3,buy,2025-08-16 01:09:00,1334.0 -2217,buy_compound_top3,buy,2025-08-16 12:57:00,1374.0 -2218,buy_compound_top3,buy,2025-08-16 13:06:00,1373.0 -2219,buy_compound_top3,buy,2025-08-16 13:09:00,1371.0 -2220,buy_compound_top3,buy,2025-08-16 13:15:00,1371.0 -2221,buy_compound_top3,buy,2025-08-16 13:18:00,1371.0 -2222,buy_compound_top3,buy,2025-08-16 13:21:00,1370.0 -2223,buy_compound_top3,buy,2025-08-16 13:24:00,1370.0 -2224,buy_compound_top3,buy,2025-08-16 14:36:00,1370.0 -2225,buy_compound_top3,buy,2025-08-16 14:39:00,1367.0 -2226,buy_compound_top3,buy,2025-08-16 14:42:00,1366.0 -2227,buy_compound_top3,buy,2025-08-16 14:45:00,1368.0 -2228,buy_compound_top3,buy,2025-08-16 14:48:00,1370.0 -2229,buy_compound_top3,buy,2025-08-16 15:00:00,1368.0 -2230,buy_compound_top3,buy,2025-08-16 15:03:00,1368.0 -2231,buy_compound_top3,buy,2025-08-16 15:06:00,1367.0 -2232,buy_compound_top3,buy,2025-08-16 15:09:00,1367.0 -2233,buy_compound_top3,buy,2025-08-16 19:30:00,1363.0 -2234,buy_compound_top3,buy,2025-08-16 19:33:00,1360.0 -2235,buy_compound_top3,buy,2025-08-16 19:36:00,1360.0 -2236,buy_compound_top3,buy,2025-08-16 19:39:00,1356.0 -2237,buy_compound_top3,buy,2025-08-16 19:45:00,1356.0 -2238,buy_compound_top3,buy,2025-08-16 19:48:00,1356.0 -2239,buy_compound_top3,buy,2025-08-16 20:57:00,1356.0 -2240,buy_compound_top3,buy,2025-08-16 21:00:00,1353.0 -2241,buy_compound_top3,buy,2025-08-16 21:03:00,1351.0 -2242,buy_compound_top3,buy,2025-08-16 21:06:00,1354.0 -2243,buy_compound_top3,buy,2025-08-16 21:09:00,1353.0 -2244,buy_compound_top3,buy,2025-08-16 21:12:00,1353.0 -2245,buy_compound_top3,buy,2025-08-17 10:21:00,1384.0 -2246,buy_compound_top3,buy,2025-08-17 10:24:00,1384.0 -2247,buy_compound_top3,buy,2025-08-17 11:12:00,1380.0 -2248,buy_compound_top3,buy,2025-08-17 15:36:00,1387.0 -2249,buy_compound_top3,buy,2025-08-17 15:39:00,1386.0 -2250,buy_compound_top3,buy,2025-08-17 15:45:00,1386.0 -2251,buy_compound_top3,buy,2025-08-17 15:48:00,1385.0 -2252,buy_compound_top3,buy,2025-08-17 15:51:00,1383.0 -2253,buy_compound_top3,buy,2025-08-17 15:54:00,1383.0 -2254,buy_compound_top3,buy,2025-08-17 15:57:00,1384.0 -2255,buy_compound_top3,buy,2025-08-17 22:15:00,1393.0 -2256,buy_compound_top3,buy,2025-08-17 22:18:00,1395.0 -2257,buy_compound_top3,buy,2025-08-18 03:45:00,1406.0 -2258,buy_compound_top3,buy,2025-08-18 03:48:00,1405.0 -2259,buy_compound_top3,buy,2025-08-18 04:00:00,1400.0 -2260,buy_compound_top3,buy,2025-08-18 04:03:00,1401.0 -2261,buy_compound_top3,buy,2025-08-18 04:06:00,1399.0 -2262,buy_compound_top3,buy,2025-08-18 04:09:00,1401.0 -2263,buy_compound_top3,buy,2025-08-18 04:36:00,1395.0 -2264,buy_compound_top3,buy,2025-08-18 04:39:00,1396.0 -2265,buy_compound_top3,buy,2025-08-18 04:42:00,1395.0 -2266,buy_compound_top3,buy,2025-08-18 04:45:00,1394.0 -2267,buy_compound_top3,buy,2025-08-18 04:48:00,1394.0 -2268,buy_compound_top3,buy,2025-08-18 04:57:00,1392.0 -2269,buy_compound_top3,buy,2025-08-18 09:21:00,1388.0 -2270,buy_compound_top3,buy,2025-08-18 09:24:00,1387.0 -2271,buy_compound_top3,buy,2025-08-18 09:27:00,1387.0 -2272,buy_compound_top3,buy,2025-08-18 09:30:00,1383.0 -2273,buy_compound_top3,buy,2025-08-18 09:33:00,1381.0 -2274,buy_compound_top3,buy,2025-08-18 09:36:00,1385.0 -2275,buy_compound_top3,buy,2025-08-18 09:39:00,1385.0 -2276,buy_compound_top3,buy,2025-08-18 10:15:00,1384.0 -2277,buy_compound_top3,buy,2025-08-18 10:18:00,1386.0 -2278,buy_compound_top3,buy,2025-08-18 10:21:00,1380.0 -2279,buy_compound_top3,buy,2025-08-18 10:24:00,1380.0 -2280,buy_compound_top3,buy,2025-08-18 10:42:00,1371.0 -2281,buy_compound_top3,buy,2025-08-18 10:45:00,1372.0 -2282,buy_compound_top3,buy,2025-08-18 10:48:00,1373.0 -2283,buy_compound_top3,buy,2025-08-18 10:51:00,1370.0 -2284,buy_compound_top3,buy,2025-08-18 10:54:00,1369.0 -2285,buy_compound_top3,buy,2025-08-18 10:57:00,1369.0 -2286,buy_compound_top3,buy,2025-08-18 11:00:00,1368.0 -2287,buy_compound_top3,buy,2025-08-18 11:03:00,1365.0 -2288,buy_compound_top3,buy,2025-08-18 11:06:00,1363.0 -2289,buy_compound_top3,buy,2025-08-18 11:09:00,1364.0 -2290,buy_compound_top3,buy,2025-08-18 11:15:00,1360.0 -2291,buy_compound_top3,buy,2025-08-18 11:18:00,1356.0 -2292,buy_compound_top3,buy,2025-08-18 11:21:00,1355.0 -2293,buy_compound_top3,buy,2025-08-18 11:24:00,1354.0 -2294,buy_compound_top3,buy,2025-08-18 11:27:00,1352.0 -2295,buy_compound_top3,buy,2025-08-18 11:30:00,1351.0 -2296,buy_compound_top3,buy,2025-08-18 11:33:00,1350.0 -2297,buy_compound_top3,buy,2025-08-18 11:51:00,1343.0 -2298,buy_compound_top3,buy,2025-08-18 11:54:00,1341.0 -2299,buy_compound_top3,buy,2025-08-18 11:57:00,1341.0 -2300,buy_compound_top3,buy,2025-08-18 12:00:00,1341.0 -2301,buy_compound_top3,buy,2025-08-18 12:03:00,1338.0 -2302,buy_compound_top3,buy,2025-08-18 12:06:00,1341.0 -2303,buy_compound_top3,buy,2025-08-18 12:09:00,1341.0 -2304,buy_compound_top3,buy,2025-08-18 12:12:00,1341.0 -2305,buy_compound_top3,buy,2025-08-18 12:15:00,1337.0 -2306,buy_compound_top3,buy,2025-08-18 12:18:00,1336.0 -2307,buy_compound_top3,buy,2025-08-18 12:21:00,1334.0 -2308,buy_compound_top3,buy,2025-08-18 12:24:00,1333.0 -2309,buy_compound_top3,buy,2025-08-18 12:27:00,1331.0 -2310,buy_compound_top3,buy,2025-08-18 12:30:00,1330.0 -2311,buy_compound_top3,buy,2025-08-18 12:33:00,1330.0 -2312,buy_compound_top3,buy,2025-08-18 12:36:00,1329.0 -2313,buy_compound_top3,buy,2025-08-18 12:39:00,1329.0 -2314,buy_compound_top3,buy,2025-08-18 15:30:00,1328.0 -2315,buy_compound_top3,buy,2025-08-18 15:33:00,1328.0 -2316,buy_compound_top3,buy,2025-08-18 15:42:00,1328.0 -2317,buy_compound_top3,buy,2025-08-18 15:45:00,1326.0 -2318,buy_compound_top3,buy,2025-08-18 15:48:00,1324.0 -2319,buy_compound_top3,buy,2025-08-18 18:21:00,1322.0 -2320,buy_compound_top3,buy,2025-08-18 18:24:00,1321.0 -2321,buy_compound_top3,buy,2025-08-18 18:27:00,1322.0 -2322,buy_compound_top3,buy,2025-08-18 18:30:00,1319.0 -2323,buy_compound_top3,buy,2025-08-18 18:33:00,1320.0 -2324,buy_compound_top3,buy,2025-08-18 23:06:00,1326.0 -2325,buy_compound_top3,buy,2025-08-18 23:09:00,1323.0 -2326,buy_compound_top3,buy,2025-08-18 23:12:00,1321.0 -2327,buy_compound_top3,buy,2025-08-19 05:42:00,1327.0 -2328,buy_compound_top3,buy,2025-08-19 08:42:00,1328.0 -2329,buy_compound_top3,buy,2025-08-19 08:45:00,1326.0 -2330,buy_compound_top3,buy,2025-08-19 08:48:00,1325.0 -2331,buy_compound_top3,buy,2025-08-19 08:51:00,1325.0 -2332,buy_compound_top3,buy,2025-08-19 08:54:00,1326.0 -2333,buy_compound_top3,buy,2025-08-19 08:57:00,1326.0 -2334,buy_compound_top3,buy,2025-08-19 12:06:00,1312.0 -2335,buy_compound_top3,buy,2025-08-19 12:09:00,1314.0 -2336,buy_compound_top3,buy,2025-08-19 12:12:00,1314.0 -2337,buy_compound_top3,buy,2025-08-19 13:00:00,1293.0 -2338,buy_compound_top3,buy,2025-08-19 13:03:00,1293.0 -2339,buy_compound_top3,buy,2025-08-19 13:06:00,1291.0 -2340,buy_compound_top3,buy,2025-08-19 13:09:00,1286.0 -2341,buy_compound_top3,buy,2025-08-19 13:12:00,1289.0 -2342,buy_compound_top3,buy,2025-08-19 21:51:00,1310.0 -2343,buy_compound_top3,buy,2025-08-19 21:54:00,1312.0 -2344,buy_compound_top3,buy,2025-08-19 22:12:00,1311.0 -2345,buy_compound_top3,buy,2025-08-19 22:15:00,1310.0 -2346,buy_compound_top3,buy,2025-08-19 22:18:00,1311.0 -2347,buy_compound_top3,buy,2025-08-19 22:51:00,1300.0 -2348,buy_compound_top3,buy,2025-08-19 22:54:00,1311.0 -2349,buy_compound_top3,buy,2025-08-19 23:12:00,1301.0 -2350,buy_compound_top3,buy,2025-08-19 23:36:00,1290.0 -2351,buy_compound_top3,buy,2025-08-19 23:39:00,1288.0 -2352,buy_compound_top3,buy,2025-08-19 23:42:00,1282.0 -2353,buy_compound_top3,buy,2025-08-19 23:45:00,1286.0 -2354,buy_compound_top3,buy,2025-08-19 23:48:00,1285.0 -2355,buy_compound_top3,buy,2025-08-20 01:30:00,1282.0 -2356,buy_compound_top3,buy,2025-08-20 01:33:00,1283.0 -2357,buy_compound_top3,buy,2025-08-20 01:45:00,1278.0 -2358,buy_compound_top3,buy,2025-08-20 01:48:00,1274.0 -2359,buy_compound_top3,buy,2025-08-20 01:57:00,1278.0 -2360,buy_compound_top3,buy,2025-08-20 02:00:00,1276.0 -2361,buy_compound_top3,buy,2025-08-20 02:03:00,1277.0 -2362,buy_compound_top3,buy,2025-08-20 02:06:00,1269.0 -2363,buy_compound_top3,buy,2025-08-20 02:09:00,1270.0 -2364,buy_compound_top3,buy,2025-08-20 03:57:00,1265.0 -2365,buy_compound_top3,buy,2025-08-20 04:12:00,1262.0 -2366,buy_compound_top3,buy,2025-08-20 07:51:00,1269.0 -2367,buy_compound_top3,buy,2025-08-20 07:54:00,1270.0 -2368,buy_compound_top3,buy,2025-08-20 08:12:00,1263.0 -2369,buy_compound_top3,buy,2025-08-20 08:15:00,1264.0 -2370,buy_compound_top3,buy,2025-08-20 08:18:00,1265.0 -2371,buy_compound_top3,buy,2025-08-20 08:21:00,1262.0 -2372,buy_compound_top3,buy,2025-08-20 08:24:00,1264.0 -2373,buy_compound_top3,buy,2025-08-20 08:27:00,1261.0 -2374,buy_compound_top3,buy,2025-08-20 08:30:00,1260.0 -2375,buy_compound_top3,buy,2025-08-20 08:33:00,1258.0 -2376,buy_compound_top3,buy,2025-08-20 08:36:00,1263.0 -2377,buy_compound_top3,buy,2025-08-20 08:39:00,1257.0 -2378,buy_compound_top3,buy,2025-08-20 08:42:00,1255.0 -2379,buy_compound_top3,buy,2025-08-20 08:45:00,1258.0 -2380,buy_compound_top3,buy,2025-08-20 08:48:00,1255.0 -2381,buy_compound_top3,buy,2025-08-20 20:30:00,1295.0 -2382,buy_compound_top3,buy,2025-08-20 20:33:00,1288.0 -2383,buy_compound_top3,buy,2025-08-20 22:15:00,1285.0 -2384,buy_compound_top3,buy,2025-08-20 22:18:00,1287.0 -2385,buy_compound_top3,buy,2025-08-20 23:00:00,1279.0 -2386,buy_compound_top3,buy,2025-08-20 23:03:00,1281.0 -2387,buy_compound_top3,buy,2025-08-20 23:06:00,1272.0 -2388,buy_compound_top3,buy,2025-08-20 23:09:00,1271.0 -2389,buy_compound_top3,buy,2025-08-21 03:30:00,1310.0 -2390,buy_compound_top3,buy,2025-08-21 03:33:00,1308.0 -2391,buy_compound_top3,buy,2025-08-21 03:36:00,1310.0 -2392,buy_compound_top3,buy,2025-08-21 03:39:00,1312.0 -2393,buy_compound_top3,buy,2025-08-21 11:21:00,1330.0 -2394,buy_compound_top3,buy,2025-08-21 11:24:00,1330.0 -2395,buy_compound_top3,buy,2025-08-21 11:42:00,1327.0 -2396,buy_compound_top3,buy,2025-08-21 15:12:00,1327.0 -2397,buy_compound_top3,buy,2025-08-21 15:15:00,1327.0 -2398,buy_compound_top3,buy,2025-08-21 15:18:00,1328.0 -2399,buy_compound_top3,buy,2025-08-21 15:21:00,1328.0 -2400,buy_compound_top3,buy,2025-08-21 15:24:00,1326.0 -2401,buy_compound_top3,buy,2025-08-21 16:21:00,1322.0 -2402,buy_compound_top3,buy,2025-08-21 16:24:00,1325.0 -2403,buy_compound_top3,buy,2025-08-21 16:30:00,1322.0 -2404,buy_compound_top3,buy,2025-08-21 16:33:00,1324.0 -2405,buy_compound_top3,buy,2025-08-21 17:27:00,1321.0 -2406,buy_compound_top3,buy,2025-08-21 17:30:00,1320.0 -2407,buy_compound_top3,buy,2025-08-21 17:33:00,1319.0 -2408,buy_compound_top3,buy,2025-08-21 17:36:00,1319.0 -2409,buy_compound_top3,buy,2025-08-21 17:39:00,1319.0 -2410,buy_compound_top3,buy,2025-08-21 18:12:00,1313.0 -2411,buy_compound_top3,buy,2025-08-21 18:15:00,1312.0 -2412,buy_compound_top3,buy,2025-08-21 18:18:00,1311.0 -2413,buy_compound_top3,buy,2025-08-21 18:21:00,1310.0 -2414,buy_compound_top3,buy,2025-08-21 18:24:00,1312.0 -2415,buy_compound_top3,buy,2025-08-21 19:00:00,1311.0 -2416,buy_compound_top3,buy,2025-08-21 19:03:00,1309.0 -2417,buy_compound_top3,buy,2025-08-21 20:57:00,1308.0 -2418,buy_compound_top3,buy,2025-08-21 21:12:00,1304.0 -2419,buy_compound_top3,buy,2025-08-21 21:45:00,1301.0 -2420,buy_compound_top3,buy,2025-08-21 21:48:00,1298.0 -2421,buy_compound_top3,buy,2025-08-21 21:51:00,1293.0 -2422,buy_compound_top3,buy,2025-08-21 21:54:00,1295.0 -2423,buy_compound_top3,buy,2025-08-21 21:57:00,1297.0 -2424,buy_compound_top3,buy,2025-08-22 01:00:00,1294.0 -2425,buy_compound_top3,buy,2025-08-22 01:03:00,1296.0 -2426,buy_compound_top3,buy,2025-08-22 19:45:00,1293.0 -2427,buy_compound_top3,buy,2025-08-22 19:48:00,1292.0 -2428,buy_compound_top3,buy,2025-08-22 19:51:00,1294.0 -2429,buy_compound_top3,buy,2025-08-22 19:54:00,1293.0 -2430,buy_compound_top3,buy,2025-08-22 20:06:00,1292.0 -2431,buy_compound_top3,buy,2025-08-22 20:09:00,1287.0 -2432,buy_compound_top3,buy,2025-08-22 20:15:00,1286.0 -2433,buy_compound_top3,buy,2025-08-22 20:18:00,1286.0 -2434,buy_compound_top3,buy,2025-08-22 20:36:00,1286.0 -2435,buy_compound_top3,buy,2025-08-22 20:39:00,1284.0 -2436,buy_compound_top3,buy,2025-08-22 20:42:00,1283.0 -2437,buy_compound_top3,buy,2025-08-22 21:00:00,1282.0 -2438,buy_compound_top3,buy,2025-08-22 21:03:00,1281.0 -2439,buy_compound_top3,buy,2025-08-22 21:15:00,1275.0 -2440,buy_compound_top3,buy,2025-08-22 21:18:00,1274.0 -2441,buy_compound_top3,buy,2025-08-22 21:21:00,1273.0 -2442,buy_compound_top3,buy,2025-08-22 21:24:00,1270.0 -2443,buy_compound_top3,buy,2025-08-23 07:45:00,1405.0 -2444,buy_compound_top3,buy,2025-08-23 07:48:00,1408.0 -2445,buy_compound_top3,buy,2025-08-23 07:51:00,1406.0 -2446,buy_compound_top3,buy,2025-08-23 07:54:00,1406.0 -2447,buy_compound_top3,buy,2025-08-23 07:57:00,1403.0 -2448,buy_compound_top3,buy,2025-08-23 10:12:00,1401.0 -2449,buy_compound_top3,buy,2025-08-23 10:45:00,1372.0 -2450,buy_compound_top3,buy,2025-08-23 10:48:00,1388.0 -2451,buy_compound_top3,buy,2025-08-23 11:30:00,1372.0 -2452,buy_compound_top3,buy,2025-08-23 11:33:00,1366.0 -2453,buy_compound_top3,buy,2025-08-23 11:42:00,1365.0 -2454,buy_compound_top3,buy,2025-08-23 16:57:00,1396.0 -2455,buy_compound_top3,buy,2025-08-23 19:42:00,1394.0 -2456,buy_compound_top3,buy,2025-08-23 19:51:00,1394.0 -2457,buy_compound_top3,buy,2025-08-23 19:54:00,1390.0 -2458,buy_compound_top3,buy,2025-08-24 00:12:00,1400.0 -2459,buy_compound_top3,buy,2025-08-24 01:42:00,1398.0 -2460,buy_compound_top3,buy,2025-08-24 01:45:00,1398.0 -2461,buy_compound_top3,buy,2025-08-24 01:48:00,1397.0 -2462,buy_compound_top3,buy,2025-08-24 01:51:00,1397.0 -2463,buy_compound_top3,buy,2025-08-24 01:54:00,1397.0 -2464,buy_compound_top3,buy,2025-08-24 10:15:00,1396.0 -2465,buy_compound_top3,buy,2025-08-24 10:18:00,1397.0 -2466,buy_compound_top3,buy,2025-08-24 10:36:00,1391.0 -2467,buy_compound_top3,buy,2025-08-24 10:39:00,1393.0 -2468,buy_compound_top3,buy,2025-08-24 12:21:00,1379.0 -2469,buy_compound_top3,buy,2025-08-24 12:24:00,1380.0 -2470,buy_compound_top3,buy,2025-08-24 12:27:00,1379.0 -2471,buy_compound_top3,buy,2025-08-24 14:15:00,1369.0 -2472,buy_compound_top3,buy,2025-08-24 14:18:00,1370.0 -2473,buy_compound_top3,buy,2025-08-24 14:30:00,1370.0 -2474,buy_compound_top3,buy,2025-08-24 14:33:00,1367.0 -2475,buy_compound_top3,buy,2025-08-24 14:36:00,1365.0 -2476,buy_compound_top3,buy,2025-08-24 14:39:00,1363.0 -2477,buy_compound_top3,buy,2025-08-24 14:42:00,1365.0 -2478,buy_compound_top3,buy,2025-08-24 14:45:00,1365.0 -2479,buy_compound_top3,buy,2025-08-24 14:48:00,1362.0 -2480,buy_compound_top3,buy,2025-08-24 14:57:00,1361.0 -2481,buy_compound_top3,buy,2025-08-24 15:00:00,1361.0 -2482,buy_compound_top3,buy,2025-08-24 15:03:00,1357.0 -2483,buy_compound_top3,buy,2025-08-24 15:12:00,1356.0 -2484,buy_compound_top3,buy,2025-08-24 15:15:00,1357.0 -2485,buy_compound_top3,buy,2025-08-24 15:18:00,1353.0 -2486,buy_compound_top3,buy,2025-08-24 15:30:00,1351.0 -2487,buy_compound_top3,buy,2025-08-24 15:33:00,1348.0 -2488,buy_compound_top3,buy,2025-08-24 15:36:00,1346.0 -2489,buy_compound_top3,buy,2025-08-24 15:39:00,1346.0 -2490,buy_compound_top3,buy,2025-08-24 15:42:00,1348.0 -2491,buy_compound_top3,buy,2025-08-25 07:36:00,1340.0 -2492,buy_compound_top3,buy,2025-08-25 07:39:00,1343.0 -2493,buy_compound_top3,buy,2025-08-25 14:21:00,1328.0 -2494,buy_compound_top3,buy,2025-08-25 14:24:00,1324.0 -2495,buy_compound_top3,buy,2025-08-25 14:27:00,1326.0 -2496,buy_compound_top3,buy,2025-08-25 14:30:00,1326.0 -2497,buy_compound_top3,buy,2025-08-25 14:33:00,1325.0 -2498,buy_compound_top3,buy,2025-08-25 15:36:00,1311.0 -2499,buy_compound_top3,buy,2025-08-25 15:39:00,1311.0 -2500,buy_compound_top3,buy,2025-08-25 15:45:00,1311.0 -2501,buy_compound_top3,buy,2025-08-25 15:48:00,1305.0 -2502,buy_compound_top3,buy,2025-08-25 15:57:00,1305.0 -2503,buy_compound_top3,buy,2025-08-25 16:00:00,1303.0 -2504,buy_compound_top3,buy,2025-08-25 16:03:00,1310.0 -2505,buy_compound_top3,buy,2025-08-25 16:30:00,1302.0 -2506,buy_compound_top3,buy,2025-08-25 16:33:00,1300.0 -2507,buy_compound_top3,buy,2025-08-25 16:51:00,1296.0 -2508,buy_compound_top3,buy,2025-08-25 16:54:00,1292.0 -2509,buy_compound_top3,buy,2025-08-25 17:00:00,1297.0 -2510,buy_compound_top3,buy,2025-08-25 17:03:00,1292.0 -2511,buy_compound_top3,buy,2025-08-25 17:12:00,1296.0 -2512,buy_compound_top3,buy,2025-08-25 19:12:00,1290.0 -2513,buy_compound_top3,buy,2025-08-25 19:36:00,1278.0 -2514,buy_compound_top3,buy,2025-08-25 19:39:00,1278.0 -2515,buy_compound_top3,buy,2025-08-25 19:42:00,1280.0 -2516,buy_compound_top3,buy,2025-08-26 02:12:00,1290.0 -2517,buy_compound_top3,buy,2025-08-26 02:15:00,1287.0 -2518,buy_compound_top3,buy,2025-08-26 02:18:00,1286.0 -2519,buy_compound_top3,buy,2025-08-26 04:45:00,1278.0 -2520,buy_compound_top3,buy,2025-08-26 04:48:00,1277.0 -2521,buy_compound_top3,buy,2025-08-26 04:51:00,1276.0 -2522,buy_compound_top3,buy,2025-08-26 04:54:00,1276.0 -2523,buy_compound_top3,buy,2025-08-26 04:57:00,1274.0 -2524,buy_compound_top3,buy,2025-08-26 05:06:00,1273.0 -2525,buy_compound_top3,buy,2025-08-26 05:09:00,1269.0 -2526,buy_compound_top3,buy,2025-08-26 05:21:00,1261.0 -2527,buy_compound_top3,buy,2025-08-26 05:24:00,1261.0 -2528,buy_compound_top3,buy,2025-08-26 05:27:00,1265.0 -2529,buy_compound_top3,buy,2025-08-26 05:30:00,1263.0 -2530,buy_compound_top3,buy,2025-08-26 05:33:00,1256.0 -2531,buy_compound_top3,buy,2025-08-26 05:45:00,1250.0 -2532,buy_compound_top3,buy,2025-08-26 05:48:00,1246.0 -2533,buy_compound_top3,buy,2025-08-26 05:57:00,1245.0 -2534,buy_compound_top3,buy,2025-08-26 06:00:00,1240.0 -2535,buy_compound_top3,buy,2025-08-26 06:03:00,1241.0 -2536,buy_compound_top3,buy,2025-08-26 20:42:00,1252.0 -2537,buy_compound_top3,buy,2025-08-27 10:12:00,1321.0 -2538,buy_compound_top3,buy,2025-08-27 16:15:00,1328.0 -2539,buy_compound_top3,buy,2025-08-27 16:18:00,1327.0 -2540,buy_compound_top3,buy,2025-08-27 16:21:00,1330.0 -2541,buy_compound_top3,buy,2025-08-27 16:24:00,1329.0 -2542,buy_compound_top3,buy,2025-08-27 16:27:00,1326.0 -2543,buy_compound_top3,buy,2025-08-27 16:30:00,1326.0 -2544,buy_compound_top3,buy,2025-08-27 16:33:00,1323.0 -2545,buy_compound_top3,buy,2025-08-27 16:42:00,1321.0 -2546,buy_compound_top3,buy,2025-08-27 16:45:00,1322.0 -2547,buy_compound_top3,buy,2025-08-27 16:48:00,1323.0 -2548,buy_compound_top3,buy,2025-08-27 17:15:00,1318.0 -2549,buy_compound_top3,buy,2025-08-27 17:18:00,1315.0 -2550,buy_compound_top3,buy,2025-08-27 17:21:00,1315.0 -2551,buy_compound_top3,buy,2025-08-27 17:24:00,1317.0 -2552,buy_compound_top3,buy,2025-08-27 17:27:00,1316.0 -2553,buy_compound_top3,buy,2025-08-27 17:30:00,1315.0 -2554,buy_compound_top3,buy,2025-08-27 17:33:00,1315.0 -2555,buy_compound_top3,buy,2025-08-27 17:42:00,1314.0 -2556,buy_compound_top3,buy,2025-08-27 17:45:00,1311.0 -2557,buy_compound_top3,buy,2025-08-27 17:48:00,1313.0 -2558,buy_compound_top3,buy,2025-08-27 19:42:00,1315.0 -2559,buy_compound_top3,buy,2025-08-27 21:36:00,1309.0 -2560,buy_compound_top3,buy,2025-08-27 21:39:00,1308.0 -2561,buy_compound_top3,buy,2025-08-27 21:42:00,1307.0 -2562,buy_compound_top3,buy,2025-08-28 01:42:00,1314.0 -2563,buy_compound_top3,buy,2025-08-28 02:12:00,1313.0 -2564,buy_compound_top3,buy,2025-08-28 05:12:00,1317.0 -2565,buy_compound_top3,buy,2025-08-28 06:51:00,1318.0 -2566,buy_compound_top3,buy,2025-08-28 06:54:00,1313.0 -2567,buy_compound_top3,buy,2025-08-28 07:00:00,1313.0 -2568,buy_compound_top3,buy,2025-08-28 07:03:00,1310.0 -2569,buy_compound_top3,buy,2025-08-28 07:15:00,1307.0 -2570,buy_compound_top3,buy,2025-08-28 07:18:00,1309.0 -2571,buy_compound_top3,buy,2025-08-28 08:51:00,1304.0 -2572,buy_compound_top3,buy,2025-08-28 08:54:00,1304.0 -2573,buy_compound_top3,buy,2025-08-28 08:57:00,1303.0 -2574,buy_compound_top3,buy,2025-08-28 09:00:00,1302.0 -2575,buy_compound_top3,buy,2025-08-28 09:03:00,1302.0 -2576,buy_compound_top3,buy,2025-08-28 18:21:00,1315.0 -2577,buy_compound_top3,buy,2025-08-28 18:24:00,1316.0 -2578,buy_compound_top3,buy,2025-08-28 18:42:00,1313.0 -2579,buy_compound_top3,buy,2025-08-28 18:45:00,1310.0 -2580,buy_compound_top3,buy,2025-08-28 18:48:00,1310.0 -2581,buy_compound_top3,buy,2025-08-29 01:51:00,1322.0 -2582,buy_compound_top3,buy,2025-08-29 01:54:00,1318.0 -2583,buy_compound_top3,buy,2025-08-29 02:12:00,1313.0 -2584,buy_compound_top3,buy,2025-08-29 04:51:00,1309.0 -2585,buy_compound_top3,buy,2025-08-29 04:54:00,1310.0 -2586,buy_compound_top3,buy,2025-08-29 04:57:00,1308.0 -2587,buy_compound_top3,buy,2025-08-29 05:00:00,1306.0 -2588,buy_compound_top3,buy,2025-08-29 05:03:00,1308.0 -2589,buy_compound_top3,buy,2025-08-29 10:30:00,1320.0 -2590,buy_compound_top3,buy,2025-08-29 10:33:00,1322.0 -2591,buy_compound_top3,buy,2025-08-29 14:51:00,1324.0 -2592,buy_compound_top3,buy,2025-08-29 14:54:00,1322.0 -2593,buy_compound_top3,buy,2025-08-29 14:57:00,1322.0 -2594,buy_compound_top3,buy,2025-08-29 15:30:00,1316.0 -2595,buy_compound_top3,buy,2025-08-29 15:33:00,1316.0 -2596,buy_compound_top3,buy,2025-08-29 15:36:00,1316.0 -2597,buy_compound_top3,buy,2025-08-29 15:39:00,1315.0 -2598,buy_compound_top3,buy,2025-08-29 15:42:00,1314.0 -2599,buy_compound_top3,buy,2025-08-29 17:45:00,1281.0 -2600,buy_compound_top3,buy,2025-08-29 17:48:00,1280.0 -2601,buy_compound_top3,buy,2025-08-29 17:51:00,1280.0 -2602,buy_compound_top3,buy,2025-08-29 17:54:00,1279.0 -2603,buy_compound_top3,buy,2025-08-29 17:57:00,1276.0 -2604,buy_compound_top3,buy,2025-08-29 22:42:00,1280.0 -2605,buy_compound_top3,buy,2025-08-29 22:45:00,1281.0 -2606,buy_compound_top3,buy,2025-08-29 22:48:00,1275.0 -2607,buy_compound_top3,buy,2025-08-29 22:51:00,1281.0 -2608,buy_compound_top3,buy,2025-08-29 22:54:00,1279.0 -2609,buy_compound_top3,buy,2025-08-29 23:12:00,1270.0 -2610,buy_compound_top3,buy,2025-08-30 02:00:00,1266.0 -2611,buy_compound_top3,buy,2025-08-30 02:03:00,1264.0 -2612,buy_compound_top3,buy,2025-08-30 02:06:00,1260.0 -2613,buy_compound_top3,buy,2025-08-30 02:09:00,1260.0 -2614,buy_compound_top3,buy,2025-08-30 02:12:00,1260.0 -2615,buy_compound_top3,buy,2025-08-30 02:15:00,1258.0 -2616,buy_compound_top3,buy,2025-08-30 02:18:00,1256.0 -2617,buy_compound_top3,buy,2025-08-30 03:30:00,1256.0 -2618,buy_compound_top3,buy,2025-08-30 03:33:00,1255.0 -2619,buy_compound_top3,buy,2025-08-30 09:51:00,1267.0 -2620,buy_compound_top3,buy,2025-08-30 09:54:00,1265.0 -2621,buy_compound_top3,buy,2025-08-30 09:57:00,1265.0 -2622,buy_compound_top3,buy,2025-08-30 10:00:00,1265.0 -2623,buy_compound_top3,buy,2025-08-30 10:03:00,1264.0 -2624,buy_compound_top3,buy,2025-08-30 10:21:00,1262.0 -2625,buy_compound_top3,buy,2025-08-30 10:24:00,1261.0 -2626,buy_compound_top3,buy,2025-08-30 10:27:00,1259.0 -2627,buy_compound_top3,buy,2025-08-30 10:36:00,1257.0 -2628,buy_compound_top3,buy,2025-08-30 10:39:00,1254.0 -2629,buy_compound_top3,buy,2025-08-30 10:42:00,1253.0 -2630,buy_compound_top3,buy,2025-08-30 10:45:00,1252.0 -2631,buy_compound_top3,buy,2025-08-30 10:48:00,1251.0 -2632,buy_compound_top3,buy,2025-08-30 10:51:00,1250.0 -2633,buy_compound_top3,buy,2025-08-30 10:54:00,1247.0 -2634,buy_compound_top3,buy,2025-08-30 17:57:00,1273.0 -2635,buy_compound_top3,buy,2025-08-30 18:00:00,1273.0 -2636,buy_compound_top3,buy,2025-08-30 18:03:00,1272.0 -2637,buy_compound_top3,buy,2025-08-30 18:06:00,1273.0 -2638,buy_compound_top3,buy,2025-08-30 18:09:00,1272.0 -2639,buy_compound_top3,buy,2025-08-30 18:12:00,1271.0 -2640,buy_compound_top3,buy,2025-08-30 18:15:00,1270.0 -2641,buy_compound_top3,buy,2025-08-30 18:18:00,1271.0 -2642,buy_compound_top3,buy,2025-08-30 18:30:00,1269.0 -2643,buy_compound_top3,buy,2025-08-30 18:33:00,1266.0 -2644,buy_compound_top3,buy,2025-08-30 18:36:00,1267.0 -2645,buy_compound_top3,buy,2025-08-30 18:39:00,1267.0 -2646,buy_compound_top3,buy,2025-08-30 18:42:00,1266.0 -2647,buy_compound_top3,buy,2025-08-30 21:51:00,1265.0 -2648,buy_compound_top3,buy,2025-08-30 21:54:00,1264.0 -2649,buy_compound_top3,buy,2025-08-30 22:00:00,1265.0 -2650,buy_compound_top3,buy,2025-08-30 22:03:00,1264.0 -2651,buy_compound_top3,buy,2025-08-30 22:06:00,1261.0 -2652,buy_compound_top3,buy,2025-08-30 22:09:00,1256.0 -2653,buy_compound_top3,buy,2025-08-31 06:27:00,1253.0 -2654,buy_compound_top3,buy,2025-08-31 06:30:00,1253.0 -2655,buy_compound_top3,buy,2025-08-31 06:33:00,1254.0 -2656,buy_compound_top3,buy,2025-08-31 13:36:00,1270.0 -2657,buy_compound_top3,buy,2025-08-31 13:39:00,1268.0 -2658,buy_compound_top3,buy,2025-08-31 13:51:00,1266.0 -2659,buy_compound_top3,buy,2025-08-31 13:54:00,1265.0 -2660,buy_compound_top3,buy,2025-08-31 14:00:00,1266.0 -2661,buy_compound_top3,buy,2025-08-31 14:03:00,1264.0 -2662,buy_compound_top3,buy,2025-08-31 14:06:00,1263.0 -2663,buy_compound_top3,buy,2025-08-31 14:09:00,1265.0 -2664,buy_compound_top3,buy,2025-08-31 14:12:00,1263.0 -2665,buy_compound_top3,buy,2025-08-31 14:15:00,1262.0 -2666,buy_compound_top3,buy,2025-08-31 14:18:00,1263.0 -2667,buy_compound_top3,buy,2025-08-31 14:21:00,1263.0 -2668,buy_compound_top3,buy,2025-08-31 14:24:00,1262.0 -2669,buy_compound_top3,buy,2025-08-31 14:27:00,1261.0 -2670,buy_compound_top3,buy,2025-08-31 14:30:00,1261.0 -2671,buy_compound_top3,buy,2025-08-31 14:33:00,1261.0 -2672,buy_compound_top3,buy,2025-08-31 14:36:00,1259.0 -2673,buy_compound_top3,buy,2025-08-31 14:39:00,1258.0 -2674,buy_compound_top3,buy,2025-08-31 15:30:00,1256.0 -2675,buy_compound_top3,buy,2025-08-31 15:33:00,1256.0 -2676,buy_compound_top3,buy,2025-08-31 15:36:00,1255.0 -2677,buy_compound_top3,buy,2025-08-31 15:39:00,1255.0 -2678,buy_compound_top3,buy,2025-08-31 15:42:00,1255.0 -2679,buy_compound_top3,buy,2025-08-31 15:45:00,1255.0 -2680,buy_compound_top3,buy,2025-08-31 15:48:00,1255.0 -2681,buy_compound_top3,buy,2025-08-31 15:51:00,1253.0 -2682,buy_compound_top3,buy,2025-08-31 15:54:00,1254.0 -2683,buy_compound_top3,buy,2025-08-31 15:57:00,1252.0 -2684,buy_compound_top3,buy,2025-08-31 19:21:00,1250.0 -2685,buy_compound_top3,buy,2025-08-31 19:24:00,1250.0 -2686,buy_compound_top3,buy,2025-08-31 19:27:00,1251.0 -2687,buy_compound_top3,buy,2025-08-31 21:30:00,1249.0 -2688,buy_compound_top3,buy,2025-08-31 21:33:00,1250.0 -2689,buy_compound_top3,buy,2025-08-31 21:42:00,1248.0 -2690,buy_compound_top3,buy,2025-08-31 23:12:00,1245.0 -2691,buy_compound_top3,buy,2025-09-01 07:57:00,1244.0 -2692,buy_compound_top3,buy,2025-09-01 08:00:00,1243.0 -2693,buy_compound_top3,buy,2025-09-01 08:03:00,1241.0 -2694,buy_compound_top3,buy,2025-09-01 08:15:00,1241.0 -2695,buy_compound_top3,buy,2025-09-01 08:18:00,1237.0 -2696,buy_compound_top3,buy,2025-09-01 08:21:00,1238.0 -2697,buy_compound_top3,buy,2025-09-01 08:24:00,1236.0 -2698,buy_compound_top3,buy,2025-09-01 08:27:00,1236.0 -2699,buy_compound_top3,buy,2025-09-01 08:30:00,1235.0 -2700,buy_compound_top3,buy,2025-09-01 08:33:00,1232.0 -2701,buy_compound_top3,buy,2025-09-01 08:36:00,1233.0 -2702,buy_compound_top3,buy,2025-09-01 08:39:00,1230.0 -2703,buy_compound_top3,buy,2025-09-01 08:42:00,1230.0 -2704,buy_compound_top3,buy,2025-09-01 08:45:00,1230.0 -2705,buy_compound_top3,buy,2025-09-01 08:48:00,1231.0 -2706,buy_compound_top3,buy,2025-09-01 09:06:00,1226.0 -2707,buy_compound_top3,buy,2025-09-01 09:09:00,1229.0 -2708,buy_compound_top3,buy,2025-09-01 09:15:00,1224.0 -2709,buy_compound_top3,buy,2025-09-01 09:18:00,1227.0 -2710,buy_compound_top3,buy,2025-09-01 09:21:00,1225.0 -2711,buy_compound_top3,buy,2025-09-01 09:24:00,1224.0 -2712,buy_compound_top3,buy,2025-09-01 09:27:00,1219.0 -2713,buy_compound_top3,buy,2025-09-01 09:30:00,1220.0 -2714,buy_compound_top3,buy,2025-09-01 09:33:00,1218.0 -2715,buy_compound_top3,buy,2025-09-01 09:36:00,1215.0 -2716,buy_compound_top3,buy,2025-09-01 09:39:00,1216.0 -2717,buy_compound_top3,buy,2025-09-01 11:45:00,1210.0 -2718,buy_compound_top3,buy,2025-09-01 11:48:00,1207.0 -2719,buy_compound_top3,buy,2025-09-01 13:27:00,1202.0 -2720,buy_compound_top3,buy,2025-09-01 13:42:00,1200.0 -2721,buy_compound_top3,buy,2025-09-01 19:42:00,1225.0 -2722,buy_compound_top3,buy,2025-09-01 19:45:00,1226.0 -2723,buy_compound_top3,buy,2025-09-01 19:48:00,1223.0 -2724,buy_compound_top3,buy,2025-09-01 19:51:00,1223.0 -2725,buy_compound_top3,buy,2025-09-01 19:54:00,1224.0 -2726,buy_compound_top3,buy,2025-09-01 20:36:00,1221.0 -2727,buy_compound_top3,buy,2025-09-01 20:39:00,1220.0 -2728,buy_compound_top3,buy,2025-09-01 20:42:00,1219.0 -2729,buy_compound_top3,buy,2025-09-01 20:45:00,1217.0 -2730,buy_compound_top3,buy,2025-09-01 20:48:00,1218.0 -2731,buy_compound_top3,buy,2025-09-02 00:30:00,1214.0 -2732,buy_compound_top3,buy,2025-09-02 00:33:00,1213.0 -2733,buy_compound_top3,buy,2025-09-02 00:42:00,1212.0 -2734,buy_compound_top3,buy,2025-09-02 00:45:00,1212.0 -2735,buy_compound_top3,buy,2025-09-02 00:48:00,1211.0 -2736,buy_compound_top3,buy,2025-09-02 01:00:00,1208.0 -2737,buy_compound_top3,buy,2025-09-02 01:03:00,1205.0 -2738,buy_compound_top3,buy,2025-09-02 01:06:00,1206.0 -2739,buy_compound_top3,buy,2025-09-02 01:09:00,1208.0 -2740,buy_compound_top3,buy,2025-09-02 02:00:00,1205.0 -2741,buy_compound_top3,buy,2025-09-02 02:03:00,1203.0 -2742,buy_compound_top3,buy,2025-09-02 02:12:00,1202.0 -2743,buy_compound_top3,buy,2025-09-02 02:15:00,1204.0 -2744,buy_compound_top3,buy,2025-09-02 02:18:00,1206.0 -2745,buy_compound_top3,buy,2025-09-02 02:21:00,1204.0 -2746,buy_compound_top3,buy,2025-09-02 02:24:00,1202.0 -2747,buy_compound_top3,buy,2025-09-02 02:27:00,1200.0 -2748,buy_compound_top3,buy,2025-09-02 02:30:00,1201.0 -2749,buy_compound_top3,buy,2025-09-02 02:33:00,1199.0 -2750,buy_compound_top3,buy,2025-09-02 02:36:00,1203.0 -2751,buy_compound_top3,buy,2025-09-02 02:39:00,1201.0 -2752,buy_compound_top3,buy,2025-09-02 02:42:00,1201.0 -2753,buy_compound_top3,buy,2025-09-02 05:57:00,1190.0 -2754,buy_compound_top3,buy,2025-09-02 06:00:00,1188.0 -2755,buy_compound_top3,buy,2025-09-02 06:03:00,1185.0 -2756,buy_compound_top3,buy,2025-09-02 06:06:00,1181.0 -2757,buy_compound_top3,buy,2025-09-02 06:09:00,1182.0 -2758,buy_compound_top3,buy,2025-09-02 16:36:00,1217.0 -2759,buy_compound_top3,buy,2025-09-02 16:39:00,1217.0 -2760,buy_compound_top3,buy,2025-09-02 16:51:00,1213.0 -2761,buy_compound_top3,buy,2025-09-02 16:54:00,1212.0 -2762,buy_compound_top3,buy,2025-09-02 16:57:00,1213.0 -2763,buy_compound_top3,buy,2025-09-02 21:21:00,1207.0 -2764,buy_compound_top3,buy,2025-09-02 21:24:00,1208.0 -2765,buy_compound_top3,buy,2025-09-02 21:42:00,1203.0 -2766,buy_compound_top3,buy,2025-09-03 10:27:00,1233.0 -2767,buy_compound_top3,buy,2025-09-03 10:30:00,1231.0 -2768,buy_compound_top3,buy,2025-09-03 10:33:00,1231.0 -2769,buy_compound_top3,buy,2025-09-03 10:36:00,1231.0 -2770,buy_compound_top3,buy,2025-09-03 10:39:00,1230.0 -2771,buy_compound_top3,buy,2025-09-03 10:42:00,1231.0 -2772,buy_compound_top3,buy,2025-09-03 14:00:00,1234.0 -2773,buy_compound_top3,buy,2025-09-03 14:03:00,1234.0 -2774,buy_compound_top3,buy,2025-09-03 14:06:00,1233.0 -2775,buy_compound_top3,buy,2025-09-03 14:09:00,1233.0 -2776,buy_compound_top3,buy,2025-09-03 14:12:00,1233.0 -2777,buy_compound_top3,buy,2025-09-03 14:21:00,1234.0 -2778,buy_compound_top3,buy,2025-09-03 14:24:00,1231.0 -2779,buy_compound_top3,buy,2025-09-03 14:27:00,1231.0 -2780,buy_compound_top3,buy,2025-09-03 14:30:00,1231.0 -2781,buy_compound_top3,buy,2025-09-03 14:33:00,1231.0 -2782,buy_compound_top3,buy,2025-09-03 14:36:00,1232.0 -2783,buy_compound_top3,buy,2025-09-03 14:39:00,1231.0 -2784,buy_compound_top3,buy,2025-09-03 16:21:00,1228.0 -2785,buy_compound_top3,buy,2025-09-03 16:24:00,1229.0 -2786,buy_compound_top3,buy,2025-09-03 18:06:00,1226.0 -2787,buy_compound_top3,buy,2025-09-03 18:09:00,1225.0 -2788,buy_compound_top3,buy,2025-09-03 18:12:00,1224.0 -2789,buy_compound_top3,buy,2025-09-04 08:36:00,1247.0 -2790,buy_compound_top3,buy,2025-09-04 08:39:00,1247.0 -2791,buy_compound_top3,buy,2025-09-04 08:51:00,1246.0 -2792,buy_compound_top3,buy,2025-09-04 08:54:00,1246.0 -2793,buy_compound_top3,buy,2025-09-04 08:57:00,1245.0 -2794,buy_compound_top3,buy,2025-09-04 11:30:00,1246.0 -2795,buy_compound_top3,buy,2025-09-04 11:33:00,1246.0 -2796,buy_compound_top3,buy,2025-09-04 12:12:00,1246.0 -2797,buy_compound_top3,buy,2025-09-04 12:30:00,1244.0 -2798,buy_compound_top3,buy,2025-09-04 12:33:00,1244.0 -2799,buy_compound_top3,buy,2025-09-04 12:36:00,1243.0 -2800,buy_compound_top3,buy,2025-09-04 12:39:00,1243.0 -2801,buy_compound_top3,buy,2025-09-04 12:42:00,1244.0 -2802,buy_compound_top3,buy,2025-09-04 12:45:00,1243.0 -2803,buy_compound_top3,buy,2025-09-04 12:48:00,1241.0 -2804,buy_compound_top3,buy,2025-09-04 12:57:00,1240.0 -2805,buy_compound_top3,buy,2025-09-04 14:15:00,1236.0 -2806,buy_compound_top3,buy,2025-09-04 14:18:00,1238.0 -2807,buy_compound_top3,buy,2025-09-04 14:21:00,1234.0 -2808,buy_compound_top3,buy,2025-09-04 14:24:00,1232.0 -2809,buy_compound_top3,buy,2025-09-04 14:27:00,1235.0 -2810,buy_compound_top3,buy,2025-09-04 14:30:00,1235.0 -2811,buy_compound_top3,buy,2025-09-04 14:33:00,1235.0 -2812,buy_compound_top3,buy,2025-09-04 15:21:00,1231.0 -2813,buy_compound_top3,buy,2025-09-04 15:24:00,1229.0 -2814,buy_compound_top3,buy,2025-09-04 15:27:00,1230.0 -2815,buy_compound_top3,buy,2025-09-04 18:21:00,1226.0 -2816,buy_compound_top3,buy,2025-09-04 18:24:00,1226.0 -2817,buy_compound_top3,buy,2025-09-04 18:30:00,1225.0 -2818,buy_compound_top3,buy,2025-09-04 18:33:00,1223.0 -2819,buy_compound_top3,buy,2025-09-04 20:00:00,1221.0 -2820,buy_compound_top3,buy,2025-09-04 20:03:00,1223.0 -2821,buy_compound_top3,buy,2025-09-05 00:00:00,1215.0 -2822,buy_compound_top3,buy,2025-09-05 00:03:00,1215.0 -2823,buy_compound_top3,buy,2025-09-05 00:06:00,1214.0 -2824,buy_compound_top3,buy,2025-09-05 00:09:00,1214.0 -2825,buy_compound_top3,buy,2025-09-05 00:12:00,1209.0 -2826,buy_compound_top3,buy,2025-09-05 00:27:00,1210.0 -2827,buy_compound_top3,buy,2025-09-05 00:30:00,1211.0 -2828,buy_compound_top3,buy,2025-09-05 00:33:00,1208.0 -2829,buy_compound_top3,buy,2025-09-05 00:36:00,1208.0 -2830,buy_compound_top3,buy,2025-09-05 00:39:00,1209.0 -2831,buy_compound_top3,buy,2025-09-05 23:36:00,1231.0 -2832,buy_compound_top3,buy,2025-09-05 23:39:00,1233.0 -2833,buy_compound_top3,buy,2025-09-05 23:42:00,1235.0 -2834,buy_compound_top3,buy,2025-09-05 23:45:00,1234.0 -2835,buy_compound_top3,buy,2025-09-05 23:48:00,1230.0 -2836,buy_compound_top3,buy,2025-09-06 13:21:00,1273.0 -2837,buy_compound_top3,buy,2025-09-06 13:24:00,1273.0 -2838,buy_compound_top3,buy,2025-09-06 13:27:00,1274.0 -2839,buy_compound_top3,buy,2025-09-06 14:21:00,1270.0 -2840,buy_compound_top3,buy,2025-09-06 14:24:00,1269.0 -2841,buy_compound_top3,buy,2025-09-06 14:27:00,1271.0 -2842,buy_compound_top3,buy,2025-09-06 17:42:00,1270.0 -2843,buy_compound_top3,buy,2025-09-06 17:51:00,1268.0 -2844,buy_compound_top3,buy,2025-09-06 17:54:00,1268.0 -2845,buy_compound_top3,buy,2025-09-06 17:57:00,1270.0 -2846,buy_compound_top3,buy,2025-09-06 18:00:00,1268.0 -2847,buy_compound_top3,buy,2025-09-06 18:03:00,1265.0 -2848,buy_compound_top3,buy,2025-09-06 18:12:00,1261.0 -2849,buy_compound_top3,buy,2025-09-06 18:15:00,1262.0 -2850,buy_compound_top3,buy,2025-09-06 18:18:00,1264.0 -2851,buy_compound_top3,buy,2025-09-06 18:21:00,1263.0 -2852,buy_compound_top3,buy,2025-09-06 18:24:00,1263.0 -2853,buy_compound_top3,buy,2025-09-06 18:27:00,1263.0 -2854,buy_compound_top3,buy,2025-09-07 17:00:00,1411.0 -2855,buy_compound_top3,buy,2025-09-07 17:03:00,1417.0 -2856,buy_compound_top3,buy,2025-09-08 01:30:00,1453.0 -2857,buy_compound_top3,buy,2025-09-08 01:33:00,1452.0 -2858,buy_compound_top3,buy,2025-09-08 01:36:00,1450.0 -2859,buy_compound_top3,buy,2025-09-08 01:39:00,1451.0 -2860,buy_compound_top3,buy,2025-09-08 07:06:00,1441.0 -2861,buy_compound_top3,buy,2025-09-08 07:09:00,1444.0 -2862,buy_compound_top3,buy,2025-09-08 19:12:00,1729.0 -2863,buy_compound_top3,buy,2025-09-08 19:15:00,1728.0 -2864,buy_compound_top3,buy,2025-09-08 19:18:00,1720.0 -2865,buy_compound_top3,buy,2025-09-08 20:21:00,1667.0 -2866,buy_compound_top3,buy,2025-09-08 20:24:00,1666.0 -2867,buy_compound_top3,buy,2025-09-09 03:00:00,2053.0 -2868,buy_compound_top3,buy,2025-09-09 03:03:00,2075.0 -2869,buy_compound_top3,buy,2025-09-09 03:15:00,2007.0 -2870,buy_compound_top3,buy,2025-09-09 03:18:00,2022.0 -2871,buy_compound_top3,buy,2025-09-09 21:57:00,2587.0 -2872,buy_compound_top3,buy,2025-09-10 00:27:00,2506.0 -2873,buy_compound_top3,buy,2025-09-10 01:15:00,2467.0 -2874,buy_compound_top3,buy,2025-09-10 01:18:00,2453.0 -2875,buy_compound_top3,buy,2025-09-10 01:21:00,2453.0 -2876,buy_compound_top3,buy,2025-09-10 01:24:00,2453.0 -2877,buy_compound_top3,buy,2025-09-10 01:27:00,2414.0 -2878,buy_compound_top3,buy,2025-09-10 01:30:00,2403.0 -2879,buy_compound_top3,buy,2025-09-10 01:33:00,2408.0 -2880,buy_compound_top3,buy,2025-09-10 01:36:00,2397.0 -2881,buy_compound_top3,buy,2025-09-10 01:39:00,2395.0 -2882,buy_compound_top3,buy,2025-09-10 01:42:00,2397.0 -2883,buy_compound_top3,buy,2025-09-10 01:45:00,2403.0 -2884,buy_compound_top3,buy,2025-09-10 01:48:00,2396.0 -2885,buy_compound_top3,buy,2025-09-10 14:30:00,2657.0 -2886,buy_compound_top3,buy,2025-09-10 14:33:00,2654.0 -2887,buy_compound_top3,buy,2025-09-10 16:12:00,2657.0 -2888,buy_compound_top3,buy,2025-09-10 16:27:00,2642.0 -2889,buy_compound_top3,buy,2025-09-10 16:45:00,2615.0 -2890,buy_compound_top3,buy,2025-09-10 16:48:00,2607.0 -2891,buy_compound_top3,buy,2025-09-10 16:51:00,2592.0 -2892,buy_compound_top3,buy,2025-09-10 16:54:00,2578.0 -2893,buy_compound_top3,buy,2025-09-10 23:06:00,2568.0 -2894,buy_compound_top3,buy,2025-09-10 23:09:00,2570.0 -2895,buy_compound_top3,buy,2025-09-10 23:15:00,2544.0 -2896,buy_compound_top3,buy,2025-09-10 23:18:00,2553.0 -2897,buy_compound_top3,buy,2025-09-11 01:30:00,2473.0 -2898,buy_compound_top3,buy,2025-09-11 01:33:00,2461.0 -2899,buy_compound_top3,buy,2025-09-11 01:36:00,2461.0 -2900,buy_compound_top3,buy,2025-09-11 01:39:00,2476.0 -2901,buy_compound_top3,buy,2025-09-11 10:30:00,2550.0 -2902,buy_compound_top3,buy,2025-09-11 10:33:00,2542.0 -2903,buy_compound_top3,buy,2025-09-11 10:36:00,2541.0 -2904,buy_compound_top3,buy,2025-09-11 10:39:00,2531.0 -2905,buy_compound_top3,buy,2025-09-11 10:42:00,2534.0 -2906,buy_compound_top3,buy,2025-09-11 10:45:00,2534.0 -2907,buy_compound_top3,buy,2025-09-11 10:48:00,2536.0 -2908,buy_compound_top3,buy,2025-09-11 11:15:00,2522.0 -2909,buy_compound_top3,buy,2025-09-11 11:18:00,2512.0 -2910,buy_compound_top3,buy,2025-09-11 11:36:00,2515.0 -2911,buy_compound_top3,buy,2025-09-11 11:39:00,2509.0 -2912,buy_compound_top3,buy,2025-09-11 11:42:00,2504.0 -2913,buy_compound_top3,buy,2025-09-11 11:45:00,2501.0 -2914,buy_compound_top3,buy,2025-09-11 11:48:00,2495.0 -2915,buy_compound_top3,buy,2025-09-11 11:51:00,2487.0 -2916,buy_compound_top3,buy,2025-09-11 11:54:00,2487.0 -2917,buy_compound_top3,buy,2025-09-11 11:57:00,2490.0 -2918,buy_compound_top3,buy,2025-09-11 12:00:00,2482.0 -2919,buy_compound_top3,buy,2025-09-11 12:03:00,2492.0 -2920,buy_compound_top3,buy,2025-09-11 14:30:00,2470.0 -2921,buy_compound_top3,buy,2025-09-11 14:33:00,2465.0 -2922,buy_compound_top3,buy,2025-09-11 14:36:00,2462.0 -2923,buy_compound_top3,buy,2025-09-11 14:39:00,2463.0 -2924,buy_compound_top3,buy,2025-09-11 14:42:00,2453.0 -2925,buy_compound_top3,buy,2025-09-11 16:00:00,2443.0 -2926,buy_compound_top3,buy,2025-09-11 16:03:00,2436.0 -2927,buy_compound_top3,buy,2025-09-11 16:12:00,2438.0 -2928,buy_compound_top3,buy,2025-09-11 16:15:00,2430.0 -2929,buy_compound_top3,buy,2025-09-11 16:18:00,2430.0 -2930,buy_compound_top3,buy,2025-09-11 20:06:00,2393.0 -2931,buy_compound_top3,buy,2025-09-11 20:09:00,2392.0 -2932,buy_compound_top3,buy,2025-09-11 20:12:00,2402.0 -2933,buy_compound_top3,buy,2025-09-11 20:45:00,2380.0 -2934,buy_compound_top3,buy,2025-09-11 20:48:00,2383.0 -2935,buy_compound_top3,buy,2025-09-11 20:51:00,2377.0 -2936,buy_compound_top3,buy,2025-09-11 20:54:00,2379.0 -2937,buy_compound_top3,buy,2025-09-11 22:00:00,2318.0 -2938,buy_compound_top3,buy,2025-09-11 22:03:00,2317.0 -2939,buy_compound_top3,buy,2025-09-11 23:12:00,2302.0 -2940,buy_compound_top3,buy,2025-09-11 23:36:00,2284.0 -2941,buy_compound_top3,buy,2025-09-11 23:39:00,2276.0 -2942,buy_compound_top3,buy,2025-09-11 23:42:00,2270.0 -2943,buy_compound_top3,buy,2025-09-11 23:45:00,2267.0 -2944,buy_compound_top3,buy,2025-09-11 23:48:00,2274.0 -2945,buy_compound_top3,buy,2025-09-11 23:51:00,2266.0 -2946,buy_compound_top3,buy,2025-09-11 23:54:00,2261.0 -2947,buy_compound_top3,buy,2025-09-11 23:57:00,2256.0 -2948,buy_compound_top3,buy,2025-09-12 01:51:00,2228.0 -2949,buy_compound_top3,buy,2025-09-12 01:54:00,2217.0 -2950,buy_compound_top3,buy,2025-09-12 10:15:00,2278.0 -2951,buy_compound_top3,buy,2025-09-12 10:18:00,2278.0 -2952,buy_compound_top3,buy,2025-09-12 10:57:00,2263.0 -2953,buy_compound_top3,buy,2025-09-12 11:00:00,2254.0 -2954,buy_compound_top3,buy,2025-09-12 11:03:00,2263.0 -2955,buy_compound_top3,buy,2025-09-12 11:06:00,2257.0 -2956,buy_compound_top3,buy,2025-09-12 11:09:00,2252.0 -2957,buy_compound_top3,buy,2025-09-12 11:12:00,2259.0 -2958,buy_compound_top3,buy,2025-09-12 11:15:00,2250.0 -2959,buy_compound_top3,buy,2025-09-12 11:18:00,2258.0 -2960,buy_compound_top3,buy,2025-09-12 12:06:00,2240.0 -2961,buy_compound_top3,buy,2025-09-12 12:09:00,2242.0 -2962,buy_compound_top3,buy,2025-09-12 12:12:00,2236.0 -2963,buy_compound_top3,buy,2025-09-12 12:15:00,2235.0 -2964,buy_compound_top3,buy,2025-09-12 12:18:00,2239.0 -2965,buy_compound_top3,buy,2025-09-12 17:42:00,2294.0 -2966,buy_compound_top3,buy,2025-09-12 18:42:00,2273.0 -2967,buy_compound_top3,buy,2025-09-12 18:45:00,2284.0 -2968,buy_compound_top3,buy,2025-09-12 18:48:00,2284.0 -2969,buy_compound_top3,buy,2025-09-12 18:51:00,2282.0 -2970,buy_compound_top3,buy,2025-09-12 18:54:00,2275.0 -2971,buy_compound_top3,buy,2025-09-12 18:57:00,2275.0 -2972,buy_compound_top3,buy,2025-09-12 19:00:00,2278.0 -2973,buy_compound_top3,buy,2025-09-12 19:03:00,2277.0 -2974,buy_compound_top3,buy,2025-09-12 19:06:00,2268.0 -2975,buy_compound_top3,buy,2025-09-12 19:09:00,2273.0 -2976,buy_compound_top3,buy,2025-09-12 20:45:00,2264.0 -2977,buy_compound_top3,buy,2025-09-12 20:48:00,2259.0 -2978,buy_compound_top3,buy,2025-09-12 20:57:00,2257.0 -2979,buy_compound_top3,buy,2025-09-12 22:12:00,2257.0 -2980,buy_compound_top3,buy,2025-09-12 23:42:00,2242.0 -2981,buy_compound_top3,buy,2025-09-12 23:45:00,2239.0 -2982,buy_compound_top3,buy,2025-09-12 23:48:00,2250.0 -2983,buy_compound_top3,buy,2025-09-12 23:57:00,2237.0 -2984,buy_compound_top3,buy,2025-09-13 00:30:00,2180.0 -2985,buy_compound_top3,buy,2025-09-13 00:33:00,2167.0 -2986,buy_compound_top3,buy,2025-09-13 00:42:00,2165.0 -2987,buy_compound_top3,buy,2025-09-13 15:42:00,2276.0 -2988,buy_compound_top3,buy,2025-09-13 15:45:00,2275.0 -2989,buy_compound_top3,buy,2025-09-13 15:48:00,2275.0 -2990,buy_compound_top3,buy,2025-09-13 15:51:00,2274.0 -2991,buy_compound_top3,buy,2025-09-13 15:54:00,2270.0 -2992,buy_compound_top3,buy,2025-09-13 15:57:00,2270.0 -2993,buy_compound_top3,buy,2025-09-13 16:57:00,2266.0 -2994,buy_compound_top3,buy,2025-09-13 17:00:00,2263.0 -2995,buy_compound_top3,buy,2025-09-13 17:03:00,2265.0 -2996,buy_compound_top3,buy,2025-09-13 17:06:00,2261.0 -2997,buy_compound_top3,buy,2025-09-13 17:09:00,2259.0 -2998,buy_compound_top3,buy,2025-09-13 17:27:00,2259.0 -2999,buy_compound_top3,buy,2025-09-13 17:51:00,2255.0 -3000,buy_compound_top3,buy,2025-09-13 17:54:00,2254.0 -3001,buy_compound_top3,buy,2025-09-13 17:57:00,2257.0 -3002,buy_compound_top3,buy,2025-09-13 18:00:00,2255.0 -3003,buy_compound_top3,buy,2025-09-13 18:03:00,2259.0 -3004,buy_compound_top3,buy,2025-09-13 18:15:00,2251.0 -3005,buy_compound_top3,buy,2025-09-13 18:18:00,2251.0 -3006,buy_compound_top3,buy,2025-09-13 18:21:00,2250.0 -3007,buy_compound_top3,buy,2025-09-13 18:24:00,2252.0 -3008,buy_compound_top3,buy,2025-09-13 18:27:00,2249.0 -3009,buy_compound_top3,buy,2025-09-13 18:36:00,2248.0 -3010,buy_compound_top3,buy,2025-09-13 18:39:00,2241.0 -3011,buy_compound_top3,buy,2025-09-13 18:45:00,2245.0 -3012,buy_compound_top3,buy,2025-09-13 18:48:00,2239.0 -3013,buy_compound_top3,buy,2025-09-13 18:57:00,2237.0 -3014,buy_compound_top3,buy,2025-09-13 19:00:00,2236.0 -3015,buy_compound_top3,buy,2025-09-13 19:03:00,2229.0 -3016,buy_compound_top3,buy,2025-09-13 19:06:00,2235.0 -3017,buy_compound_top3,buy,2025-09-13 19:09:00,2233.0 -3018,buy_compound_top3,buy,2025-09-13 19:12:00,2227.0 -3019,buy_compound_top3,buy,2025-09-13 19:15:00,2228.0 -3020,buy_compound_top3,buy,2025-09-13 19:18:00,2226.0 -3021,buy_compound_top3,buy,2025-09-13 22:57:00,2237.0 -3022,buy_compound_top3,buy,2025-09-13 23:36:00,2232.0 -3023,buy_compound_top3,buy,2025-09-13 23:39:00,2228.0 -3024,buy_compound_top3,buy,2025-09-14 00:15:00,2225.0 -3025,buy_compound_top3,buy,2025-09-14 00:18:00,2227.0 -3026,buy_compound_top3,buy,2025-09-14 00:27:00,2221.0 -3027,buy_compound_top3,buy,2025-09-14 00:45:00,2213.0 -3028,buy_compound_top3,buy,2025-09-14 00:48:00,2212.0 -3029,buy_compound_top3,buy,2025-09-14 00:51:00,2211.0 -3030,buy_compound_top3,buy,2025-09-14 00:54:00,2210.0 -3031,buy_compound_top3,buy,2025-09-14 00:57:00,2209.0 -3032,buy_compound_top3,buy,2025-09-14 09:51:00,2250.0 -3033,buy_compound_top3,buy,2025-09-14 09:54:00,2236.0 -3034,buy_compound_top3,buy,2025-09-14 09:57:00,2247.0 -3035,buy_compound_top3,buy,2025-09-14 10:12:00,2234.0 -3036,buy_compound_top3,buy,2025-09-14 10:21:00,2237.0 -3037,buy_compound_top3,buy,2025-09-14 10:24:00,2230.0 -3038,buy_compound_top3,buy,2025-09-14 10:27:00,2226.0 -3039,buy_compound_top3,buy,2025-09-14 17:36:00,2319.0 -3040,buy_compound_top3,buy,2025-09-14 17:39:00,2314.0 -3041,buy_compound_top3,buy,2025-09-14 17:42:00,2303.0 -3042,buy_compound_top3,buy,2025-09-14 17:45:00,2308.0 -3043,buy_compound_top3,buy,2025-09-14 17:48:00,2307.0 -3044,buy_compound_top3,buy,2025-09-14 18:51:00,2300.0 -3045,buy_compound_top3,buy,2025-09-14 18:54:00,2287.0 -3046,buy_compound_top3,buy,2025-09-14 19:12:00,2288.0 -3047,buy_compound_top3,buy,2025-09-14 20:51:00,2253.0 -3048,buy_compound_top3,buy,2025-09-14 20:54:00,2254.0 -3049,buy_compound_top3,buy,2025-09-14 20:57:00,2248.0 -3050,buy_compound_top3,buy,2025-09-15 00:06:00,2214.0 -3051,buy_compound_top3,buy,2025-09-15 00:09:00,2211.0 -3052,buy_compound_top3,buy,2025-09-15 00:12:00,2219.0 -3053,buy_compound_top3,buy,2025-09-15 03:36:00,2229.0 -3054,buy_compound_top3,buy,2025-09-15 03:39:00,2223.0 -3055,buy_compound_top3,buy,2025-09-15 08:30:00,2198.0 -3056,buy_compound_top3,buy,2025-09-15 08:33:00,2187.0 -3057,buy_compound_top3,buy,2025-09-15 08:42:00,2187.0 -3058,buy_compound_top3,buy,2025-09-15 08:45:00,2187.0 -3059,buy_compound_top3,buy,2025-09-15 08:48:00,2183.0 -3060,buy_compound_top3,buy,2025-09-15 10:12:00,2178.0 -3061,buy_compound_top3,buy,2025-09-15 10:15:00,2177.0 -3062,buy_compound_top3,buy,2025-09-15 10:18:00,2179.0 -3063,buy_compound_top3,buy,2025-09-15 10:21:00,2178.0 -3064,buy_compound_top3,buy,2025-09-15 10:24:00,2177.0 -3065,buy_compound_top3,buy,2025-09-15 16:30:00,2183.0 -3066,buy_compound_top3,buy,2025-09-15 16:33:00,2177.0 -3067,buy_compound_top3,buy,2025-09-15 16:45:00,2162.0 -3068,buy_compound_top3,buy,2025-09-15 16:48:00,2163.0 -3069,buy_compound_top3,buy,2025-09-15 16:51:00,2166.0 -3070,buy_compound_top3,buy,2025-09-15 16:54:00,2163.0 -3071,buy_compound_top3,buy,2025-09-15 16:57:00,2163.0 -3072,buy_compound_top3,buy,2025-09-15 17:00:00,2158.0 -3073,buy_compound_top3,buy,2025-09-15 17:03:00,2146.0 -3074,buy_compound_top3,buy,2025-09-15 21:36:00,2175.0 -3075,buy_compound_top3,buy,2025-09-15 21:39:00,2175.0 -3076,buy_compound_top3,buy,2025-09-15 23:15:00,2161.0 -3077,buy_compound_top3,buy,2025-09-15 23:18:00,2158.0 -3078,buy_compound_top3,buy,2025-09-15 23:42:00,2153.0 -3079,buy_compound_top3,buy,2025-09-15 23:45:00,2150.0 -3080,buy_compound_top3,buy,2025-09-15 23:48:00,2145.0 -3081,buy_compound_top3,buy,2025-09-16 00:06:00,2124.0 -3082,buy_compound_top3,buy,2025-09-16 00:09:00,2094.0 -3083,buy_compound_top3,buy,2025-09-16 00:21:00,2088.0 -3084,buy_compound_top3,buy,2025-09-16 00:24:00,2085.0 -3085,buy_compound_top3,buy,2025-09-16 00:27:00,2100.0 -3086,buy_compound_top3,buy,2025-09-16 00:36:00,2083.0 -3087,buy_compound_top3,buy,2025-09-16 00:39:00,2079.0 -3088,buy_compound_top3,buy,2025-09-16 00:42:00,2071.0 -3089,buy_compound_top3,buy,2025-09-16 00:45:00,2067.0 -3090,buy_compound_top3,buy,2025-09-16 00:48:00,2052.0 -3091,buy_compound_top3,buy,2025-09-16 00:51:00,2054.0 -3092,buy_compound_top3,buy,2025-09-16 00:54:00,2060.0 -3093,buy_compound_top3,buy,2025-09-16 09:36:00,2092.0 -3094,buy_compound_top3,buy,2025-09-16 09:39:00,2089.0 -3095,buy_compound_top3,buy,2025-09-16 09:51:00,2084.0 -3096,buy_compound_top3,buy,2025-09-16 09:54:00,2083.0 -3097,buy_compound_top3,buy,2025-09-16 10:42:00,2081.0 -3098,buy_compound_top3,buy,2025-09-16 10:57:00,2080.0 -3099,buy_compound_top3,buy,2025-09-17 01:42:00,2097.0 -3100,buy_compound_top3,buy,2025-09-17 01:45:00,2097.0 -3101,buy_compound_top3,buy,2025-09-17 01:48:00,2095.0 -3102,buy_compound_top3,buy,2025-09-17 01:51:00,2093.0 -3103,buy_compound_top3,buy,2025-09-17 01:54:00,2094.0 -3104,buy_compound_top3,buy,2025-09-17 01:57:00,2092.0 -3105,buy_compound_top3,buy,2025-09-17 04:00:00,2092.0 -3106,buy_compound_top3,buy,2025-09-17 04:03:00,2090.0 -3107,buy_compound_top3,buy,2025-09-17 04:06:00,2088.0 -3108,buy_compound_top3,buy,2025-09-17 04:09:00,2087.0 -3109,buy_compound_top3,buy,2025-09-17 04:12:00,2085.0 -3110,buy_compound_top3,buy,2025-09-17 04:15:00,2087.0 -3111,buy_compound_top3,buy,2025-09-17 04:18:00,2084.0 -3112,buy_compound_top3,buy,2025-09-17 04:21:00,2088.0 -3113,buy_compound_top3,buy,2025-09-17 04:24:00,2090.0 -3114,buy_compound_top3,buy,2025-09-17 05:15:00,2078.0 -3115,buy_compound_top3,buy,2025-09-17 05:18:00,2080.0 -3116,buy_compound_top3,buy,2025-09-17 05:21:00,2078.0 -3117,buy_compound_top3,buy,2025-09-17 05:24:00,2083.0 -3118,buy_compound_top3,buy,2025-09-17 05:30:00,2080.0 -3119,buy_compound_top3,buy,2025-09-17 05:33:00,2082.0 -3120,buy_compound_top3,buy,2025-09-17 12:00:00,2095.0 -3121,buy_compound_top3,buy,2025-09-17 12:03:00,2094.0 -3122,buy_compound_top3,buy,2025-09-17 12:15:00,2093.0 -3123,buy_compound_top3,buy,2025-09-17 12:18:00,2095.0 -3124,buy_compound_top3,buy,2025-09-17 12:21:00,2092.0 -3125,buy_compound_top3,buy,2025-09-17 12:24:00,2091.0 -3126,buy_compound_top3,buy,2025-09-17 12:27:00,2092.0 -3127,buy_compound_top3,buy,2025-09-17 12:51:00,2078.0 -3128,buy_compound_top3,buy,2025-09-17 12:54:00,2073.0 -3129,buy_compound_top3,buy,2025-09-17 12:57:00,2074.0 -3130,buy_compound_top3,buy,2025-09-17 13:27:00,2068.0 -3131,buy_compound_top3,buy,2025-09-17 18:21:00,2073.0 -3132,buy_compound_top3,buy,2025-09-17 18:24:00,2073.0 -3133,buy_compound_top3,buy,2025-09-17 19:36:00,2071.0 -3134,buy_compound_top3,buy,2025-09-17 19:39:00,2071.0 -3135,buy_compound_top3,buy,2025-09-18 09:30:00,2193.0 -3136,buy_compound_top3,buy,2025-09-18 09:33:00,2191.0 -3137,buy_compound_top3,buy,2025-09-18 09:45:00,2189.0 -3138,buy_compound_top3,buy,2025-09-18 09:48:00,2194.0 -3139,buy_compound_top3,buy,2025-09-18 09:51:00,2191.0 -3140,buy_compound_top3,buy,2025-09-18 09:54:00,2186.0 -3141,buy_compound_top3,buy,2025-09-18 09:57:00,2182.0 -3142,buy_compound_top3,buy,2025-09-18 16:21:00,2186.0 -3143,buy_compound_top3,buy,2025-09-18 16:24:00,2179.0 -3144,buy_compound_top3,buy,2025-09-18 16:30:00,2180.0 -3145,buy_compound_top3,buy,2025-09-18 16:33:00,2183.0 -3146,buy_compound_top3,buy,2025-09-18 16:36:00,2178.0 -3147,buy_compound_top3,buy,2025-09-18 16:39:00,2179.0 -3148,buy_compound_top3,buy,2025-09-18 16:57:00,2173.0 -3149,buy_compound_top3,buy,2025-09-18 17:06:00,2173.0 -3150,buy_compound_top3,buy,2025-09-18 17:09:00,2169.0 -3151,buy_compound_top3,buy,2025-09-19 02:00:00,2185.0 -3152,buy_compound_top3,buy,2025-09-19 02:03:00,2186.0 -3153,buy_compound_top3,buy,2025-09-19 12:51:00,2185.0 -3154,buy_compound_top3,buy,2025-09-19 12:54:00,2189.0 -3155,buy_compound_top3,buy,2025-09-19 12:57:00,2185.0 -3156,buy_compound_top3,buy,2025-09-19 13:00:00,2188.0 -3157,buy_compound_top3,buy,2025-09-19 13:03:00,2183.0 -3158,buy_compound_top3,buy,2025-09-19 18:57:00,2152.0 -3159,buy_compound_top3,buy,2025-09-19 19:00:00,2151.0 -3160,buy_compound_top3,buy,2025-09-19 19:03:00,2148.0 -3161,buy_compound_top3,buy,2025-09-19 19:06:00,2146.0 -3162,buy_compound_top3,buy,2025-09-19 19:09:00,2147.0 -3163,buy_compound_top3,buy,2025-09-19 19:27:00,2134.0 -3164,buy_compound_top3,buy,2025-09-19 19:30:00,2135.0 -3165,buy_compound_top3,buy,2025-09-19 19:33:00,2133.0 -3166,buy_compound_top3,buy,2025-09-19 20:15:00,2129.0 -3167,buy_compound_top3,buy,2025-09-19 20:18:00,2132.0 -3168,buy_compound_top3,buy,2025-09-19 20:21:00,2128.0 -3169,buy_compound_top3,buy,2025-09-19 20:24:00,2121.0 -3170,buy_compound_top3,buy,2025-09-19 20:36:00,2115.0 -3171,buy_compound_top3,buy,2025-09-19 20:39:00,2115.0 -3172,buy_compound_top3,buy,2025-09-19 20:42:00,2115.0 -3173,buy_compound_top3,buy,2025-09-19 20:45:00,2115.0 -3174,buy_compound_top3,buy,2025-09-19 20:48:00,2115.0 -3175,buy_compound_top3,buy,2025-09-20 00:21:00,2127.0 -3176,buy_compound_top3,buy,2025-09-20 00:24:00,2121.0 -3177,buy_compound_top3,buy,2025-09-20 00:30:00,2124.0 -3178,buy_compound_top3,buy,2025-09-20 00:33:00,2114.0 -3179,buy_compound_top3,buy,2025-09-20 02:21:00,2113.0 -3180,buy_compound_top3,buy,2025-09-20 02:24:00,2117.0 -3181,buy_compound_top3,buy,2025-09-20 02:42:00,2110.0 -3182,buy_compound_top3,buy,2025-09-20 03:06:00,2106.0 -3183,buy_compound_top3,buy,2025-09-20 03:09:00,2101.0 -3184,buy_compound_top3,buy,2025-09-20 08:36:00,2108.0 -3185,buy_compound_top3,buy,2025-09-20 08:39:00,2111.0 -3186,buy_compound_top3,buy,2025-09-20 10:42:00,2110.0 -3187,buy_compound_top3,buy,2025-09-20 11:00:00,2109.0 -3188,buy_compound_top3,buy,2025-09-20 11:03:00,2110.0 -3189,buy_compound_top3,buy,2025-09-20 12:30:00,2087.0 -3190,buy_compound_top3,buy,2025-09-20 12:33:00,2088.0 -3191,buy_compound_top3,buy,2025-09-21 01:21:00,2128.0 -3192,buy_compound_top3,buy,2025-09-21 01:24:00,2126.0 -3193,buy_compound_top3,buy,2025-09-21 01:27:00,2125.0 -3194,buy_compound_top3,buy,2025-09-21 01:30:00,2125.0 -3195,buy_compound_top3,buy,2025-09-21 01:33:00,2126.0 -3196,buy_compound_top3,buy,2025-09-21 02:30:00,2122.0 -3197,buy_compound_top3,buy,2025-09-21 02:33:00,2122.0 -3198,buy_compound_top3,buy,2025-09-21 02:45:00,2121.0 -3199,buy_compound_top3,buy,2025-09-21 02:48:00,2120.0 -3200,buy_compound_top3,buy,2025-09-21 03:12:00,2121.0 -3201,buy_compound_top3,buy,2025-09-21 04:00:00,2111.0 -3202,buy_compound_top3,buy,2025-09-21 04:03:00,2106.0 -3203,buy_compound_top3,buy,2025-09-21 08:42:00,2110.0 -3204,buy_compound_top3,buy,2025-09-21 09:42:00,2097.0 -3205,buy_compound_top3,buy,2025-09-21 09:45:00,2094.0 -3206,buy_compound_top3,buy,2025-09-21 09:48:00,2093.0 -3207,buy_compound_top3,buy,2025-09-21 10:42:00,2089.0 -3208,buy_compound_top3,buy,2025-09-21 17:21:00,2101.0 -3209,buy_compound_top3,buy,2025-09-21 17:24:00,2098.0 -3210,buy_compound_top3,buy,2025-09-21 17:27:00,2101.0 -3211,buy_compound_top3,buy,2025-09-21 17:30:00,2098.0 -3212,buy_compound_top3,buy,2025-09-21 17:33:00,2097.0 -3213,buy_compound_top3,buy,2025-09-21 17:36:00,2097.0 -3214,buy_compound_top3,buy,2025-09-21 17:39:00,2096.0 -3215,buy_compound_top3,buy,2025-09-21 18:15:00,2089.0 -3216,buy_compound_top3,buy,2025-09-21 18:18:00,2091.0 -3217,buy_compound_top3,buy,2025-09-21 18:21:00,2090.0 -3218,buy_compound_top3,buy,2025-09-21 18:24:00,2092.0 -3219,buy_compound_top3,buy,2025-09-21 18:51:00,2061.0 -3220,buy_compound_top3,buy,2025-09-21 18:54:00,2061.0 -3221,buy_compound_top3,buy,2025-09-21 20:00:00,2050.0 -3222,buy_compound_top3,buy,2025-09-21 20:03:00,2053.0 -3223,buy_compound_top3,buy,2025-09-22 01:30:00,2066.0 -3224,buy_compound_top3,buy,2025-09-22 01:33:00,2061.0 -3225,buy_compound_top3,buy,2025-09-22 02:06:00,2057.0 -3226,buy_compound_top3,buy,2025-09-22 02:09:00,2055.0 -3227,buy_compound_top3,buy,2025-09-22 09:27:00,2050.0 -3228,buy_compound_top3,buy,2025-09-22 13:27:00,1977.0 -3229,buy_compound_top3,buy,2025-09-22 13:30:00,1977.0 -3230,buy_compound_top3,buy,2025-09-22 13:33:00,1971.0 -3231,buy_compound_top3,buy,2025-09-22 15:21:00,1900.0 -3232,buy_compound_top3,buy,2025-09-22 15:24:00,1901.0 -3233,buy_compound_top3,buy,2025-09-22 16:51:00,1879.0 -3234,buy_compound_top3,buy,2025-09-22 16:54:00,1873.0 -3235,buy_compound_top3,buy,2025-09-22 16:57:00,1869.0 -3236,buy_compound_top3,buy,2025-09-22 19:06:00,1874.0 -3237,buy_compound_top3,buy,2025-09-22 19:09:00,1876.0 -3238,buy_compound_top3,buy,2025-09-22 20:51:00,1862.0 -3239,buy_compound_top3,buy,2025-09-22 20:54:00,1867.0 -3240,buy_compound_top3,buy,2025-09-22 23:51:00,1861.0 -3241,buy_compound_top3,buy,2025-09-22 23:54:00,1856.0 -3242,buy_compound_top3,buy,2025-09-22 23:57:00,1856.0 -3243,buy_compound_top3,buy,2025-09-23 09:51:00,1951.0 -3244,buy_compound_top3,buy,2025-09-23 09:54:00,1951.0 -3245,buy_compound_top3,buy,2025-09-23 09:57:00,1946.0 -3246,buy_compound_top3,buy,2025-09-23 10:00:00,1945.0 -3247,buy_compound_top3,buy,2025-09-23 10:03:00,1942.0 -3248,buy_compound_top3,buy,2025-09-23 10:06:00,1942.0 -3249,buy_compound_top3,buy,2025-09-23 10:09:00,1936.0 -3250,buy_compound_top3,buy,2025-09-23 10:12:00,1933.0 -3251,buy_compound_top3,buy,2025-09-23 10:57:00,1922.0 -3252,buy_compound_top3,buy,2025-09-23 11:00:00,1923.0 -3253,buy_compound_top3,buy,2025-09-23 11:03:00,1925.0 -3254,buy_compound_top3,buy,2025-09-23 11:06:00,1921.0 -3255,buy_compound_top3,buy,2025-09-23 11:09:00,1924.0 -3256,buy_compound_top3,buy,2025-09-23 13:45:00,1908.0 -3257,buy_compound_top3,buy,2025-09-23 13:48:00,1902.0 -3258,buy_compound_top3,buy,2025-09-23 13:51:00,1907.0 -3259,buy_compound_top3,buy,2025-09-23 13:54:00,1903.0 -3260,buy_compound_top3,buy,2025-09-23 13:57:00,1901.0 -3261,buy_compound_top3,buy,2025-09-23 15:00:00,1894.0 -3262,buy_compound_top3,buy,2025-09-23 15:03:00,1897.0 -3263,buy_compound_top3,buy,2025-09-23 15:06:00,1892.0 -3264,buy_compound_top3,buy,2025-09-23 15:09:00,1898.0 -3265,buy_compound_top3,buy,2025-09-23 18:36:00,1891.0 -3266,buy_compound_top3,buy,2025-09-23 18:39:00,1893.0 -3267,buy_compound_top3,buy,2025-09-23 18:42:00,1890.0 -3268,buy_compound_top3,buy,2025-09-23 19:00:00,1884.0 -3269,buy_compound_top3,buy,2025-09-23 19:03:00,1882.0 -3270,buy_compound_top3,buy,2025-09-23 19:12:00,1882.0 -3271,buy_compound_top3,buy,2025-09-23 19:15:00,1882.0 -3272,buy_compound_top3,buy,2025-09-23 19:18:00,1884.0 -3273,buy_compound_top3,buy,2025-09-23 19:21:00,1878.0 -3274,buy_compound_top3,buy,2025-09-23 19:24:00,1881.0 -3275,buy_compound_top3,buy,2025-09-24 02:45:00,1900.0 -3276,buy_compound_top3,buy,2025-09-24 02:48:00,1904.0 -3277,buy_compound_top3,buy,2025-09-24 03:27:00,1885.0 -3278,buy_compound_top3,buy,2025-09-24 03:45:00,1880.0 -3279,buy_compound_top3,buy,2025-09-24 03:48:00,1876.0 -3280,buy_compound_top3,buy,2025-09-24 03:51:00,1872.0 -3281,buy_compound_top3,buy,2025-09-24 03:54:00,1873.0 -3282,buy_compound_top3,buy,2025-09-24 04:57:00,1853.0 -3283,buy_compound_top3,buy,2025-09-24 08:36:00,1865.0 -3284,buy_compound_top3,buy,2025-09-24 08:39:00,1868.0 -3285,buy_compound_top3,buy,2025-09-24 10:00:00,1858.0 -3286,buy_compound_top3,buy,2025-09-24 10:03:00,1851.0 -3287,buy_compound_top3,buy,2025-09-24 11:51:00,1861.0 -3288,buy_compound_top3,buy,2025-09-24 11:54:00,1858.0 -3289,buy_compound_top3,buy,2025-09-24 11:57:00,1861.0 -3290,buy_compound_top3,buy,2025-09-24 12:06:00,1853.0 -3291,buy_compound_top3,buy,2025-09-24 12:09:00,1847.0 -3292,buy_compound_top3,buy,2025-09-24 12:36:00,1822.0 -3293,buy_compound_top3,buy,2025-09-24 12:39:00,1819.0 -3294,buy_compound_top3,buy,2025-09-24 13:06:00,1805.0 -3295,buy_compound_top3,buy,2025-09-24 13:09:00,1794.0 -3296,buy_compound_top3,buy,2025-09-25 03:27:00,1901.0 -3297,buy_compound_top3,buy,2025-09-25 03:30:00,1904.0 -3298,buy_compound_top3,buy,2025-09-25 03:33:00,1902.0 -3299,buy_compound_top3,buy,2025-09-25 03:36:00,1902.0 -3300,buy_compound_top3,buy,2025-09-25 03:39:00,1901.0 -3301,buy_compound_top3,buy,2025-09-25 03:42:00,1897.0 -3302,buy_compound_top3,buy,2025-09-25 03:45:00,1895.0 -3303,buy_compound_top3,buy,2025-09-25 03:48:00,1894.0 -3304,buy_compound_top3,buy,2025-09-25 09:36:00,1903.0 -3305,buy_compound_top3,buy,2025-09-25 09:39:00,1900.0 -3306,buy_compound_top3,buy,2025-09-25 09:42:00,1904.0 -3307,buy_compound_top3,buy,2025-09-25 09:45:00,1899.0 -3308,buy_compound_top3,buy,2025-09-25 09:48:00,1893.0 -3309,buy_compound_top3,buy,2025-09-25 09:51:00,1894.0 -3310,buy_compound_top3,buy,2025-09-25 09:54:00,1895.0 -3311,buy_compound_top3,buy,2025-09-25 09:57:00,1892.0 -3312,buy_compound_top3,buy,2025-09-25 10:00:00,1890.0 -3313,buy_compound_top3,buy,2025-09-25 10:03:00,1889.0 -3314,buy_compound_top3,buy,2025-09-25 10:06:00,1892.0 -3315,buy_compound_top3,buy,2025-09-25 10:09:00,1887.0 -3316,buy_compound_top3,buy,2025-09-25 10:42:00,1878.0 -3317,buy_compound_top3,buy,2025-09-25 10:45:00,1876.0 -3318,buy_compound_top3,buy,2025-09-25 10:48:00,1877.0 -3319,buy_compound_top3,buy,2025-09-25 10:51:00,1876.0 -3320,buy_compound_top3,buy,2025-09-25 10:54:00,1878.0 -3321,buy_compound_top3,buy,2025-09-25 10:57:00,1879.0 -3322,buy_compound_top3,buy,2025-09-25 11:15:00,1875.0 -3323,buy_compound_top3,buy,2025-09-25 11:18:00,1872.0 -3324,buy_compound_top3,buy,2025-09-25 12:21:00,1864.0 -3325,buy_compound_top3,buy,2025-09-25 12:24:00,1862.0 -3326,buy_compound_top3,buy,2025-09-25 13:21:00,1855.0 -3327,buy_compound_top3,buy,2025-09-25 13:24:00,1853.0 -3328,buy_compound_top3,buy,2025-09-25 13:36:00,1854.0 -3329,buy_compound_top3,buy,2025-09-25 13:39:00,1841.0 -3330,buy_compound_top3,buy,2025-09-25 13:42:00,1843.0 -3331,buy_compound_top3,buy,2025-09-25 13:45:00,1850.0 -3332,buy_compound_top3,buy,2025-09-25 13:48:00,1850.0 -3333,buy_compound_top3,buy,2025-09-25 14:06:00,1825.0 -3334,buy_compound_top3,buy,2025-09-25 14:09:00,1825.0 -3335,buy_compound_top3,buy,2025-09-25 15:12:00,1823.0 -3336,buy_compound_top3,buy,2025-09-25 15:15:00,1818.0 -3337,buy_compound_top3,buy,2025-09-25 15:18:00,1818.0 -3338,buy_compound_top3,buy,2025-09-25 20:57:00,1810.0 -3339,buy_compound_top3,buy,2025-09-25 22:00:00,1797.0 -3340,buy_compound_top3,buy,2025-09-25 22:03:00,1793.0 -3341,buy_compound_top3,buy,2025-09-25 22:06:00,1790.0 -3342,buy_compound_top3,buy,2025-09-25 22:09:00,1788.0 -3343,buy_compound_top3,buy,2025-09-26 01:27:00,1789.0 -3344,buy_compound_top3,buy,2025-09-26 01:36:00,1787.0 -3345,buy_compound_top3,buy,2025-09-26 01:39:00,1789.0 -3346,buy_compound_top3,buy,2025-09-26 01:51:00,1787.0 -3347,buy_compound_top3,buy,2025-09-26 01:54:00,1781.0 -3348,buy_compound_top3,buy,2025-09-26 02:00:00,1782.0 -3349,buy_compound_top3,buy,2025-09-26 02:03:00,1789.0 -3350,buy_compound_top3,buy,2025-09-26 02:12:00,1786.0 -3351,buy_compound_top3,buy,2025-09-26 06:36:00,1830.0 -3352,buy_compound_top3,buy,2025-09-26 06:39:00,1831.0 -3353,buy_compound_top3,buy,2025-09-26 06:42:00,1829.0 -3354,buy_compound_top3,buy,2025-09-26 07:45:00,1824.0 -3355,buy_compound_top3,buy,2025-09-26 07:48:00,1819.0 -3356,buy_compound_top3,buy,2025-09-26 08:30:00,1823.0 -3357,buy_compound_top3,buy,2025-09-26 08:33:00,1822.0 -3358,buy_compound_top3,buy,2025-09-26 08:36:00,1820.0 -3359,buy_compound_top3,buy,2025-09-26 08:39:00,1823.0 -3360,buy_compound_top3,buy,2025-09-26 12:00:00,1826.0 -3361,buy_compound_top3,buy,2025-09-26 12:03:00,1823.0 -3362,buy_compound_top3,buy,2025-09-26 14:06:00,1803.0 -3363,buy_compound_top3,buy,2025-09-26 14:09:00,1804.0 -3364,buy_compound_top3,buy,2025-09-26 18:21:00,1800.0 -3365,buy_compound_top3,buy,2025-09-26 18:24:00,1798.0 -3366,buy_compound_top3,buy,2025-09-26 18:27:00,1796.0 -3367,buy_compound_top3,buy,2025-09-26 18:51:00,1789.0 -3368,buy_compound_top3,buy,2025-09-26 18:54:00,1791.0 -3369,buy_compound_top3,buy,2025-09-26 19:15:00,1782.0 -3370,buy_compound_top3,buy,2025-09-26 19:18:00,1780.0 -3371,buy_compound_top3,buy,2025-09-26 19:27:00,1779.0 -3372,buy_compound_top3,buy,2025-09-27 18:21:00,1859.0 -3373,buy_compound_top3,buy,2025-09-27 18:24:00,1857.0 -3374,buy_compound_top3,buy,2025-09-28 00:12:00,1838.0 -3375,buy_compound_top3,buy,2025-09-28 02:21:00,1826.0 -3376,buy_compound_top3,buy,2025-09-28 02:24:00,1829.0 -3377,buy_compound_top3,buy,2025-09-28 05:51:00,1835.0 -3378,buy_compound_top3,buy,2025-09-28 05:54:00,1836.0 -3379,buy_compound_top3,buy,2025-09-28 05:57:00,1834.0 -3380,buy_compound_top3,buy,2025-09-28 09:51:00,1828.0 -3381,buy_compound_top3,buy,2025-09-28 09:54:00,1829.0 -3382,buy_compound_top3,buy,2025-09-28 10:06:00,1825.0 -3383,buy_compound_top3,buy,2025-09-28 10:09:00,1822.0 -3384,buy_compound_top3,buy,2025-09-28 10:12:00,1823.0 -3385,buy_compound_top3,buy,2025-09-28 10:36:00,1821.0 -3386,buy_compound_top3,buy,2025-09-28 10:39:00,1815.0 -3387,buy_compound_top3,buy,2025-09-28 10:45:00,1816.0 -3388,buy_compound_top3,buy,2025-09-28 10:48:00,1814.0 -3389,buy_compound_top3,buy,2025-09-28 10:51:00,1817.0 -3390,buy_compound_top3,buy,2025-09-28 10:54:00,1818.0 -3391,buy_compound_top3,buy,2025-09-28 14:12:00,1815.0 -3392,buy_compound_top3,buy,2025-09-28 15:45:00,1803.0 -3393,buy_compound_top3,buy,2025-09-28 15:48:00,1801.0 -3394,buy_compound_top3,buy,2025-09-28 21:12:00,1800.0 -3395,buy_compound_top3,buy,2025-09-28 21:30:00,1795.0 -3396,buy_compound_top3,buy,2025-09-28 21:33:00,1793.0 -3397,buy_compound_top3,buy,2025-09-28 21:36:00,1794.0 -3398,buy_compound_top3,buy,2025-09-28 21:39:00,1794.0 -3399,buy_compound_top3,buy,2025-09-28 21:42:00,1791.0 -3400,buy_compound_top3,buy,2025-09-28 21:45:00,1792.0 -3401,buy_compound_top3,buy,2025-09-28 21:48:00,1793.0 -3402,buy_compound_top3,buy,2025-09-29 13:21:00,1896.0 -3403,buy_compound_top3,buy,2025-09-29 13:24:00,1894.0 -3404,buy_compound_top3,buy,2025-09-29 13:30:00,1895.0 -3405,buy_compound_top3,buy,2025-09-29 13:33:00,1890.0 -3406,buy_compound_top3,buy,2025-09-29 13:42:00,1888.0 -3407,buy_compound_top3,buy,2025-09-29 13:45:00,1889.0 -3408,buy_compound_top3,buy,2025-09-29 13:48:00,1884.0 -3409,buy_compound_top3,buy,2025-09-29 13:51:00,1885.0 -3410,buy_compound_top3,buy,2025-09-29 13:54:00,1888.0 -3411,buy_compound_top3,buy,2025-09-29 14:06:00,1883.0 -3412,buy_compound_top3,buy,2025-09-29 14:09:00,1878.0 -3413,buy_compound_top3,buy,2025-09-29 14:15:00,1878.0 -3414,buy_compound_top3,buy,2025-09-29 14:18:00,1876.0 -3415,buy_compound_top3,buy,2025-09-29 14:21:00,1875.0 -3416,buy_compound_top3,buy,2025-09-29 14:24:00,1873.0 -3417,buy_compound_top3,buy,2025-09-29 14:30:00,1869.0 -3418,buy_compound_top3,buy,2025-09-29 14:33:00,1873.0 -3419,buy_compound_top3,buy,2025-09-29 15:12:00,1866.0 -3420,buy_compound_top3,buy,2025-09-29 15:15:00,1866.0 -3421,buy_compound_top3,buy,2025-09-29 15:18:00,1865.0 -3422,buy_compound_top3,buy,2025-09-29 18:15:00,1863.0 -3423,buy_compound_top3,buy,2025-09-29 18:18:00,1863.0 -3424,buy_compound_top3,buy,2025-09-29 18:21:00,1864.0 -3425,buy_compound_top3,buy,2025-09-29 18:24:00,1864.0 -3426,buy_compound_top3,buy,2025-09-29 18:42:00,1859.0 -3427,buy_compound_top3,buy,2025-09-29 18:51:00,1856.0 -3428,buy_compound_top3,buy,2025-09-29 18:54:00,1857.0 -3429,buy_compound_top3,buy,2025-09-29 18:57:00,1858.0 -3430,buy_compound_top3,buy,2025-09-29 22:06:00,1828.0 -3431,buy_compound_top3,buy,2025-09-29 22:09:00,1829.0 -3432,buy_compound_top3,buy,2025-09-30 01:21:00,1829.0 -3433,buy_compound_top3,buy,2025-09-30 01:24:00,1824.0 -3434,buy_compound_top3,buy,2025-09-30 01:27:00,1824.0 -3435,buy_compound_top3,buy,2025-09-30 01:45:00,1820.0 -3436,buy_compound_top3,buy,2025-09-30 01:48:00,1815.0 -3437,buy_compound_top3,buy,2025-09-30 02:00:00,1801.0 -3438,buy_compound_top3,buy,2025-09-30 02:03:00,1795.0 -3439,buy_compound_top3,buy,2025-09-30 02:06:00,1804.0 -3440,buy_compound_top3,buy,2025-09-30 02:09:00,1806.0 -3441,buy_compound_top3,buy,2025-09-30 07:45:00,1838.0 -3442,buy_compound_top3,buy,2025-09-30 07:48:00,1842.0 -3443,buy_compound_top3,buy,2025-09-30 08:12:00,1828.0 -3444,buy_compound_top3,buy,2025-09-30 08:15:00,1826.0 -3445,buy_compound_top3,buy,2025-09-30 08:18:00,1826.0 -3446,buy_compound_top3,buy,2025-09-30 09:36:00,1814.0 -3447,buy_compound_top3,buy,2025-09-30 09:39:00,1813.0 -3448,buy_compound_top3,buy,2025-09-30 12:00:00,1801.0 -3449,buy_compound_top3,buy,2025-09-30 12:03:00,1808.0 -3450,buy_compound_top3,buy,2025-09-30 15:15:00,1797.0 -3451,buy_compound_top3,buy,2025-09-30 15:18:00,1797.0 -3452,buy_compound_top3,buy,2025-09-30 16:42:00,1793.0 -3453,buy_compound_top3,buy,2025-09-30 16:45:00,1792.0 -3454,buy_compound_top3,buy,2025-09-30 16:48:00,1793.0 -3455,buy_compound_top3,buy,2025-09-30 16:51:00,1793.0 -3456,buy_compound_top3,buy,2025-09-30 16:54:00,1793.0 -3457,buy_compound_top3,buy,2025-09-30 18:06:00,1790.0 -3458,buy_compound_top3,buy,2025-09-30 18:09:00,1789.0 -3459,buy_compound_top3,buy,2025-09-30 18:51:00,1787.0 -3460,buy_compound_top3,buy,2025-09-30 18:54:00,1786.0 -3461,buy_compound_top3,buy,2025-09-30 21:12:00,1784.0 -3462,buy_compound_top3,buy,2025-10-01 00:27:00,1774.0 -3463,buy_compound_top3,buy,2025-10-01 01:51:00,1770.0 -3464,buy_compound_top3,buy,2025-10-01 01:54:00,1770.0 -3465,buy_compound_top3,buy,2025-10-01 02:00:00,1771.0 -3466,buy_compound_top3,buy,2025-10-01 02:03:00,1769.0 -3467,buy_compound_top3,buy,2025-10-01 02:12:00,1767.0 -3468,buy_compound_top3,buy,2025-10-01 02:15:00,1768.0 -3469,buy_compound_top3,buy,2025-10-01 02:18:00,1765.0 -3470,buy_compound_top3,buy,2025-10-01 03:42:00,1760.0 -3471,buy_compound_top3,buy,2025-10-01 03:45:00,1760.0 -3472,buy_compound_top3,buy,2025-10-01 03:48:00,1758.0 -3473,buy_compound_top3,buy,2025-10-01 09:21:00,1772.0 -3474,buy_compound_top3,buy,2025-10-01 09:24:00,1771.0 -3475,buy_compound_top3,buy,2025-10-01 09:42:00,1766.0 -3476,buy_compound_top3,buy,2025-10-01 16:06:00,1773.0 -3477,buy_compound_top3,buy,2025-10-01 16:09:00,1772.0 -3478,buy_compound_top3,buy,2025-10-01 22:51:00,1849.0 -3479,buy_compound_top3,buy,2025-10-01 22:54:00,1849.0 -3480,buy_compound_top3,buy,2025-10-02 05:30:00,1858.0 -3481,buy_compound_top3,buy,2025-10-02 05:33:00,1856.0 -3482,buy_compound_top3,buy,2025-10-02 06:21:00,1849.0 -3483,buy_compound_top3,buy,2025-10-02 06:24:00,1846.0 -3484,buy_compound_top3,buy,2025-10-02 06:27:00,1847.0 -3485,buy_compound_top3,buy,2025-10-02 06:30:00,1847.0 -3486,buy_compound_top3,buy,2025-10-02 06:33:00,1844.0 -3487,buy_compound_top3,buy,2025-10-02 06:36:00,1845.0 -3488,buy_compound_top3,buy,2025-10-02 06:39:00,1843.0 -3489,buy_compound_top3,buy,2025-10-02 06:42:00,1843.0 -3490,buy_compound_top3,buy,2025-10-02 13:51:00,1890.0 -3491,buy_compound_top3,buy,2025-10-02 13:54:00,1892.0 -3492,buy_compound_top3,buy,2025-10-02 16:06:00,1886.0 -3493,buy_compound_top3,buy,2025-10-02 16:09:00,1887.0 -3494,buy_compound_top3,buy,2025-10-02 16:12:00,1889.0 -3495,buy_compound_top3,buy,2025-10-02 16:45:00,1885.0 -3496,buy_compound_top3,buy,2025-10-02 16:48:00,1882.0 -3497,buy_compound_top3,buy,2025-10-02 16:51:00,1882.0 -3498,buy_compound_top3,buy,2025-10-02 16:54:00,1881.0 -3499,buy_compound_top3,buy,2025-10-02 16:57:00,1881.0 -3500,buy_compound_top3,buy,2025-10-02 18:12:00,1882.0 -3501,buy_compound_top3,buy,2025-10-02 18:15:00,1880.0 -3502,buy_compound_top3,buy,2025-10-02 18:18:00,1883.0 -3503,buy_compound_top3,buy,2025-10-02 22:27:00,1878.0 -3504,buy_compound_top3,buy,2025-10-02 23:15:00,1873.0 -3505,buy_compound_top3,buy,2025-10-02 23:18:00,1875.0 -3506,buy_compound_top3,buy,2025-10-02 23:21:00,1870.0 -3507,buy_compound_top3,buy,2025-10-02 23:24:00,1873.0 -3508,buy_compound_top3,buy,2025-10-03 00:00:00,1855.0 -3509,buy_compound_top3,buy,2025-10-03 00:03:00,1851.0 -3510,buy_compound_top3,buy,2025-10-03 07:42:00,1914.0 -3511,buy_compound_top3,buy,2025-10-03 08:21:00,1913.0 -3512,buy_compound_top3,buy,2025-10-03 08:24:00,1912.0 -3513,buy_compound_top3,buy,2025-10-03 08:30:00,1909.0 -3514,buy_compound_top3,buy,2025-10-03 08:33:00,1907.0 -3515,buy_compound_top3,buy,2025-10-03 08:36:00,1907.0 -3516,buy_compound_top3,buy,2025-10-03 08:39:00,1908.0 -3517,buy_compound_top3,buy,2025-10-03 09:51:00,1903.0 -3518,buy_compound_top3,buy,2025-10-03 09:54:00,1904.0 -3519,buy_compound_top3,buy,2025-10-03 10:00:00,1897.0 -3520,buy_compound_top3,buy,2025-10-03 10:03:00,1899.0 -3521,buy_compound_top3,buy,2025-10-03 10:12:00,1894.0 -3522,buy_compound_top3,buy,2025-10-03 10:15:00,1894.0 -3523,buy_compound_top3,buy,2025-10-03 10:18:00,1894.0 -3524,buy_compound_top3,buy,2025-10-03 10:21:00,1893.0 -3525,buy_compound_top3,buy,2025-10-03 10:24:00,1886.0 -3526,buy_compound_top3,buy,2025-10-03 10:30:00,1884.0 -3527,buy_compound_top3,buy,2025-10-03 10:33:00,1887.0 -3528,buy_compound_top3,buy,2025-10-03 10:42:00,1885.0 -3529,buy_compound_top3,buy,2025-10-03 10:45:00,1885.0 -3530,buy_compound_top3,buy,2025-10-03 10:48:00,1886.0 -3531,buy_compound_top3,buy,2025-10-03 10:51:00,1883.0 -3532,buy_compound_top3,buy,2025-10-03 10:54:00,1879.0 -3533,buy_compound_top3,buy,2025-10-03 10:57:00,1880.0 -3534,buy_compound_top3,buy,2025-10-03 14:57:00,1896.0 -3535,buy_compound_top3,buy,2025-10-03 16:30:00,1886.0 -3536,buy_compound_top3,buy,2025-10-03 16:33:00,1894.0 -3537,buy_compound_top3,buy,2025-10-03 20:30:00,1885.0 -3538,buy_compound_top3,buy,2025-10-03 20:33:00,1884.0 -3539,buy_compound_top3,buy,2025-10-03 20:36:00,1887.0 -3540,buy_compound_top3,buy,2025-10-03 20:39:00,1884.0 -3541,buy_compound_top3,buy,2025-10-03 21:51:00,1880.0 -3542,buy_compound_top3,buy,2025-10-03 21:54:00,1884.0 -3543,buy_compound_top3,buy,2025-10-03 22:15:00,1874.0 -3544,buy_compound_top3,buy,2025-10-03 22:18:00,1876.0 -3545,buy_compound_top3,buy,2025-10-04 09:45:00,1890.0 -3546,buy_compound_top3,buy,2025-10-04 09:48:00,1888.0 -3547,buy_compound_top3,buy,2025-10-04 09:51:00,1887.0 -3548,buy_compound_top3,buy,2025-10-04 09:54:00,1888.0 -3549,buy_compound_top3,buy,2025-10-04 10:12:00,1886.0 -3550,buy_compound_top3,buy,2025-10-04 10:15:00,1881.0 -3551,buy_compound_top3,buy,2025-10-04 10:18:00,1883.0 -3552,buy_compound_top3,buy,2025-10-04 10:51:00,1877.0 -3553,buy_compound_top3,buy,2025-10-04 10:54:00,1874.0 -3554,buy_compound_top3,buy,2025-10-04 11:00:00,1875.0 -3555,buy_compound_top3,buy,2025-10-04 11:03:00,1880.0 -3556,buy_compound_top3,buy,2025-10-04 11:12:00,1873.0 -3557,buy_compound_top3,buy,2025-10-04 11:27:00,1867.0 -3558,buy_compound_top3,buy,2025-10-04 12:15:00,1866.0 -3559,buy_compound_top3,buy,2025-10-04 12:18:00,1862.0 -3560,buy_compound_top3,buy,2025-10-04 12:21:00,1865.0 -3561,buy_compound_top3,buy,2025-10-04 12:24:00,1865.0 -3562,buy_compound_top3,buy,2025-10-04 16:51:00,1860.0 -3563,buy_compound_top3,buy,2025-10-04 16:54:00,1860.0 -3564,buy_compound_top3,buy,2025-10-04 16:57:00,1861.0 -3565,buy_compound_top3,buy,2025-10-04 17:27:00,1853.0 -3566,buy_compound_top3,buy,2025-10-04 17:36:00,1851.0 -3567,buy_compound_top3,buy,2025-10-04 17:39:00,1850.0 -3568,buy_compound_top3,buy,2025-10-04 19:15:00,1839.0 -3569,buy_compound_top3,buy,2025-10-04 19:18:00,1839.0 -3570,buy_compound_top3,buy,2025-10-04 19:36:00,1836.0 -3571,buy_compound_top3,buy,2025-10-04 19:39:00,1829.0 -3572,buy_compound_top3,buy,2025-10-04 19:42:00,1829.0 -3573,buy_compound_top3,buy,2025-10-04 19:45:00,1830.0 -3574,buy_compound_top3,buy,2025-10-04 19:48:00,1830.0 -3575,buy_compound_top3,buy,2025-10-04 23:57:00,1824.0 -3576,buy_compound_top3,buy,2025-10-05 00:36:00,1801.0 -3577,buy_compound_top3,buy,2025-10-05 00:39:00,1798.0 -3578,buy_compound_top3,buy,2025-10-05 18:30:00,1852.0 -3579,buy_compound_top3,buy,2025-10-05 18:33:00,1849.0 -3580,buy_compound_top3,buy,2025-10-05 18:36:00,1851.0 -3581,buy_compound_top3,buy,2025-10-05 18:39:00,1846.0 -3582,buy_compound_top3,buy,2025-10-05 18:51:00,1848.0 -3583,buy_compound_top3,buy,2025-10-05 18:54:00,1843.0 -3584,buy_compound_top3,buy,2025-10-05 18:57:00,1843.0 -3585,buy_compound_top3,buy,2025-10-05 20:12:00,1823.0 -3586,buy_compound_top3,buy,2025-10-05 20:15:00,1821.0 -3587,buy_compound_top3,buy,2025-10-05 20:18:00,1823.0 -3588,buy_compound_top3,buy,2025-10-05 20:21:00,1820.0 -3589,buy_compound_top3,buy,2025-10-05 20:24:00,1822.0 -3590,buy_compound_top3,buy,2025-10-05 23:45:00,1823.0 -3591,buy_compound_top3,buy,2025-10-05 23:48:00,1824.0 -3592,buy_compound_top3,buy,2025-10-05 23:51:00,1822.0 -3593,buy_compound_top3,buy,2025-10-05 23:54:00,1822.0 -3594,buy_compound_top3,buy,2025-10-06 02:30:00,1824.0 -3595,buy_compound_top3,buy,2025-10-06 02:33:00,1820.0 -3596,buy_compound_top3,buy,2025-10-06 02:36:00,1818.0 -3597,buy_compound_top3,buy,2025-10-06 02:39:00,1820.0 -3598,buy_compound_top3,buy,2025-10-06 02:45:00,1821.0 -3599,buy_compound_top3,buy,2025-10-06 02:48:00,1819.0 -3600,buy_compound_top3,buy,2025-10-06 02:51:00,1814.0 -3601,buy_compound_top3,buy,2025-10-06 02:54:00,1811.0 -3602,buy_compound_top3,buy,2025-10-06 03:06:00,1816.0 -3603,buy_compound_top3,buy,2025-10-06 03:09:00,1811.0 -3604,buy_compound_top3,buy,2025-10-06 03:12:00,1807.0 -3605,buy_compound_top3,buy,2025-10-06 03:15:00,1811.0 -3606,buy_compound_top3,buy,2025-10-06 03:18:00,1808.0 -3607,buy_compound_top3,buy,2025-10-06 04:12:00,1805.0 -3608,buy_compound_top3,buy,2025-10-06 04:15:00,1806.0 -3609,buy_compound_top3,buy,2025-10-06 04:18:00,1805.0 -3610,buy_compound_top3,buy,2025-10-06 04:42:00,1806.0 -3611,buy_compound_top3,buy,2025-10-06 04:45:00,1802.0 -3612,buy_compound_top3,buy,2025-10-06 04:48:00,1805.0 -3613,buy_compound_top3,buy,2025-10-06 04:51:00,1802.0 -3614,buy_compound_top3,buy,2025-10-06 04:54:00,1802.0 -3615,buy_compound_top3,buy,2025-10-06 04:57:00,1800.0 -3616,buy_compound_top3,buy,2025-10-06 13:12:00,1800.0 -3617,buy_compound_top3,buy,2025-10-06 13:15:00,1803.0 -3618,buy_compound_top3,buy,2025-10-06 13:18:00,1803.0 -3619,buy_compound_top3,buy,2025-10-06 13:21:00,1803.0 -3620,buy_compound_top3,buy,2025-10-06 13:24:00,1805.0 -3621,buy_compound_top3,buy,2025-10-06 13:42:00,1800.0 -3622,buy_compound_top3,buy,2025-10-06 16:51:00,1798.0 -3623,buy_compound_top3,buy,2025-10-06 16:54:00,1798.0 -3624,buy_compound_top3,buy,2025-10-06 19:45:00,1798.0 -3625,buy_compound_top3,buy,2025-10-06 19:48:00,1801.0 -3626,buy_compound_top3,buy,2025-10-06 20:06:00,1799.0 -3627,buy_compound_top3,buy,2025-10-06 20:09:00,1800.0 -3628,buy_compound_top3,buy,2025-10-07 09:21:00,1859.0 -3629,buy_compound_top3,buy,2025-10-07 09:24:00,1857.0 -3630,buy_compound_top3,buy,2025-10-07 09:27:00,1856.0 -3631,buy_compound_top3,buy,2025-10-07 09:42:00,1853.0 -3632,buy_compound_top3,buy,2025-10-07 16:27:00,1851.0 -3633,buy_compound_top3,buy,2025-10-07 16:30:00,1854.0 -3634,buy_compound_top3,buy,2025-10-07 16:33:00,1850.0 -3635,buy_compound_top3,buy,2025-10-07 16:36:00,1843.0 -3636,buy_compound_top3,buy,2025-10-07 16:39:00,1838.0 -3637,buy_compound_top3,buy,2025-10-07 16:45:00,1841.0 -3638,buy_compound_top3,buy,2025-10-07 16:48:00,1842.0 -3639,buy_compound_top3,buy,2025-10-07 17:06:00,1835.0 -3640,buy_compound_top3,buy,2025-10-07 17:09:00,1827.0 -3641,buy_compound_top3,buy,2025-10-07 17:12:00,1827.0 -3642,buy_compound_top3,buy,2025-10-07 17:15:00,1824.0 -3643,buy_compound_top3,buy,2025-10-07 17:18:00,1824.0 -3644,buy_compound_top3,buy,2025-10-07 17:21:00,1820.0 -3645,buy_compound_top3,buy,2025-10-07 17:24:00,1810.0 -3646,buy_compound_top3,buy,2025-10-07 17:36:00,1800.0 -3647,buy_compound_top3,buy,2025-10-07 17:39:00,1807.0 -3648,buy_compound_top3,buy,2025-10-07 22:51:00,1810.0 -3649,buy_compound_top3,buy,2025-10-07 22:54:00,1804.0 -3650,buy_compound_top3,buy,2025-10-07 23:00:00,1804.0 -3651,buy_compound_top3,buy,2025-10-07 23:03:00,1801.0 -3652,buy_compound_top3,buy,2025-10-07 23:06:00,1797.0 -3653,buy_compound_top3,buy,2025-10-07 23:09:00,1793.0 -3654,buy_compound_top3,buy,2025-10-07 23:21:00,1790.0 -3655,buy_compound_top3,buy,2025-10-07 23:24:00,1788.0 -3656,buy_compound_top3,buy,2025-10-07 23:27:00,1784.0 -3657,buy_compound_top3,buy,2025-10-07 23:42:00,1767.0 -3658,buy_compound_top3,buy,2025-10-07 23:57:00,1761.0 -3659,buy_compound_top3,buy,2025-10-08 00:06:00,1761.0 -3660,buy_compound_top3,buy,2025-10-08 00:09:00,1756.0 -3661,buy_compound_top3,buy,2025-10-08 00:12:00,1750.0 -3662,buy_compound_top3,buy,2025-10-08 03:00:00,1743.0 -3663,buy_compound_top3,buy,2025-10-08 03:03:00,1740.0 -3664,buy_compound_top3,buy,2025-10-08 03:06:00,1742.0 -3665,buy_compound_top3,buy,2025-10-08 03:09:00,1743.0 -3666,buy_compound_top3,buy,2025-10-08 03:12:00,1741.0 -3667,buy_compound_top3,buy,2025-10-08 03:15:00,1742.0 -3668,buy_compound_top3,buy,2025-10-08 03:18:00,1741.0 -3669,buy_compound_top3,buy,2025-10-08 08:12:00,1749.0 -3670,buy_compound_top3,buy,2025-10-08 08:15:00,1749.0 -3671,buy_compound_top3,buy,2025-10-08 08:18:00,1749.0 -3672,buy_compound_top3,buy,2025-10-08 08:27:00,1745.0 -3673,buy_compound_top3,buy,2025-10-08 12:42:00,1724.0 -3674,buy_compound_top3,buy,2025-10-08 14:30:00,1715.0 -3675,buy_compound_top3,buy,2025-10-08 14:33:00,1717.0 -3676,buy_compound_top3,buy,2025-10-08 14:42:00,1713.0 -3677,buy_compound_top3,buy,2025-10-08 14:45:00,1710.0 -3678,buy_compound_top3,buy,2025-10-08 14:48:00,1712.0 -3679,buy_compound_top3,buy,2025-10-08 14:51:00,1713.0 -3680,buy_compound_top3,buy,2025-10-08 14:54:00,1709.0 -3681,buy_compound_top3,buy,2025-10-08 21:00:00,1707.0 -3682,buy_compound_top3,buy,2025-10-08 21:03:00,1708.0 -3683,buy_compound_top3,buy,2025-10-08 21:06:00,1705.0 -3684,buy_compound_top3,buy,2025-10-08 21:09:00,1704.0 -3685,buy_compound_top3,buy,2025-10-09 09:42:00,1827.0 -3686,buy_compound_top3,buy,2025-10-09 10:06:00,1817.0 -3687,buy_compound_top3,buy,2025-10-09 10:09:00,1815.0 -3688,buy_compound_top3,buy,2025-10-09 11:27:00,1812.0 -3689,buy_compound_top3,buy,2025-10-09 11:51:00,1798.0 -3690,buy_compound_top3,buy,2025-10-09 11:54:00,1790.0 -3691,buy_compound_top3,buy,2025-10-09 11:57:00,1786.0 -3692,buy_compound_top3,buy,2025-10-09 15:27:00,1787.0 -3693,buy_compound_top3,buy,2025-10-09 15:42:00,1780.0 -3694,buy_compound_top3,buy,2025-10-09 15:45:00,1777.0 -3695,buy_compound_top3,buy,2025-10-09 15:48:00,1792.0 -3696,buy_compound_top3,buy,2025-10-09 16:42:00,1772.0 -3697,buy_compound_top3,buy,2025-10-09 17:21:00,1762.0 -3698,buy_compound_top3,buy,2025-10-09 17:24:00,1765.0 -3699,buy_compound_top3,buy,2025-10-09 17:42:00,1758.0 -3700,buy_compound_top3,buy,2025-10-09 17:51:00,1753.0 -3701,buy_compound_top3,buy,2025-10-09 17:54:00,1747.0 -3702,buy_compound_top3,buy,2025-10-09 18:00:00,1744.0 -3703,buy_compound_top3,buy,2025-10-09 18:03:00,1754.0 -3704,buy_compound_top3,buy,2025-10-09 22:51:00,1747.0 -3705,buy_compound_top3,buy,2025-10-09 22:54:00,1743.0 -3706,buy_compound_top3,buy,2025-10-09 23:06:00,1737.0 -3707,buy_compound_top3,buy,2025-10-09 23:09:00,1733.0 -3708,buy_compound_top3,buy,2025-10-09 23:30:00,1731.0 -3709,buy_compound_top3,buy,2025-10-09 23:33:00,1729.0 -3710,buy_compound_top3,buy,2025-10-09 23:36:00,1727.0 -3711,buy_compound_top3,buy,2025-10-09 23:39:00,1729.0 -3712,buy_compound_top3,buy,2025-10-10 05:36:00,1747.0 -3713,buy_compound_top3,buy,2025-10-10 05:39:00,1747.0 -3714,buy_compound_top3,buy,2025-10-10 05:42:00,1750.0 -3715,buy_compound_top3,buy,2025-10-10 15:42:00,1817.0 -3716,buy_compound_top3,buy,2025-10-10 15:45:00,1810.0 -3717,buy_compound_top3,buy,2025-10-10 15:48:00,1810.0 -3718,buy_compound_top3,buy,2025-10-10 16:12:00,1796.0 -3719,buy_compound_top3,buy,2025-10-10 16:15:00,1795.0 -3720,buy_compound_top3,buy,2025-10-10 16:18:00,1787.0 -3721,buy_compound_top3,buy,2025-10-10 16:21:00,1793.0 -3722,buy_compound_top3,buy,2025-10-10 16:24:00,1789.0 -3723,buy_compound_top3,buy,2025-10-11 00:12:00,1821.0 -3724,buy_compound_top3,buy,2025-10-11 00:21:00,1812.0 -3725,buy_compound_top3,buy,2025-10-11 00:24:00,1803.0 -3726,buy_compound_top3,buy,2025-10-11 00:27:00,1790.0 -3727,buy_compound_top3,buy,2025-10-11 00:42:00,1776.0 -3728,buy_compound_top3,buy,2025-10-11 01:51:00,1754.0 -3729,buy_compound_top3,buy,2025-10-11 01:54:00,1751.0 -3730,buy_compound_top3,buy,2025-10-11 01:57:00,1749.0 -3731,buy_compound_top3,buy,2025-10-11 02:00:00,1749.0 -3732,buy_compound_top3,buy,2025-10-11 02:03:00,1746.0 -3733,buy_compound_top3,buy,2025-10-11 02:06:00,1742.0 -3734,buy_compound_top3,buy,2025-10-11 02:09:00,1749.0 -3735,buy_compound_top3,buy,2025-10-11 02:12:00,1754.0 -3736,buy_compound_top3,buy,2025-10-11 02:42:00,1741.0 -3737,buy_compound_top3,buy,2025-10-11 02:57:00,1725.0 -3738,buy_compound_top3,buy,2025-10-11 03:00:00,1729.0 -3739,buy_compound_top3,buy,2025-10-11 03:03:00,1733.0 -3740,buy_compound_top3,buy,2025-10-11 04:12:00,1709.0 -3741,buy_compound_top3,buy,2025-10-11 04:21:00,1707.0 -3742,buy_compound_top3,buy,2025-10-11 04:24:00,1705.0 -3743,buy_compound_top3,buy,2025-10-11 04:27:00,1714.0 -3744,buy_compound_top3,buy,2025-10-11 04:36:00,1706.0 -3745,buy_compound_top3,buy,2025-10-11 04:39:00,1704.0 -3746,buy_compound_top3,buy,2025-10-11 04:57:00,1698.0 -3747,buy_compound_top3,buy,2025-10-11 05:06:00,1694.0 -3748,buy_compound_top3,buy,2025-10-11 05:09:00,1692.0 -3749,buy_compound_top3,buy,2025-10-11 05:12:00,1691.0 -3750,buy_compound_top3,buy,2025-10-11 06:30:00,1311.0 -3751,buy_compound_top3,buy,2025-10-11 06:33:00,1411.0 -3752,buy_compound_top3,buy,2025-10-11 10:30:00,1347.0 -3753,buy_compound_top3,buy,2025-10-11 10:33:00,1350.0 -3754,buy_compound_top3,buy,2025-10-11 10:45:00,1337.0 -3755,buy_compound_top3,buy,2025-10-11 10:48:00,1343.0 -3756,buy_compound_top3,buy,2025-10-11 10:51:00,1330.0 -3757,buy_compound_top3,buy,2025-10-11 10:54:00,1312.0 -3758,buy_compound_top3,buy,2025-10-11 10:57:00,1327.0 -3759,buy_compound_top3,buy,2025-10-11 22:06:00,1447.0 -3760,buy_compound_top3,buy,2025-10-11 22:09:00,1446.0 -3761,buy_compound_top3,buy,2025-10-11 22:21:00,1445.0 -3762,buy_compound_top3,buy,2025-10-11 22:24:00,1441.0 -3763,buy_compound_top3,buy,2025-10-11 22:30:00,1438.0 -3764,buy_compound_top3,buy,2025-10-11 22:33:00,1424.0 -3765,buy_compound_top3,buy,2025-10-11 22:36:00,1428.0 -3766,buy_compound_top3,buy,2025-10-11 22:39:00,1435.0 -3767,buy_compound_top3,buy,2025-10-12 01:51:00,1428.0 -3768,buy_compound_top3,buy,2025-10-12 01:54:00,1426.0 -3769,buy_compound_top3,buy,2025-10-12 01:57:00,1427.0 -3770,buy_compound_top3,buy,2025-10-12 03:15:00,1416.0 -3771,buy_compound_top3,buy,2025-10-12 03:18:00,1415.0 -3772,buy_compound_top3,buy,2025-10-12 03:30:00,1414.0 -3773,buy_compound_top3,buy,2025-10-12 03:33:00,1411.0 -3774,buy_compound_top3,buy,2025-10-12 03:36:00,1411.0 -3775,buy_compound_top3,buy,2025-10-12 03:39:00,1417.0 -3776,buy_compound_top3,buy,2025-10-12 04:30:00,1399.0 -3777,buy_compound_top3,buy,2025-10-12 04:33:00,1400.0 -3778,buy_compound_top3,buy,2025-10-12 04:36:00,1394.0 -3779,buy_compound_top3,buy,2025-10-12 04:39:00,1389.0 -3780,buy_compound_top3,buy,2025-10-12 04:51:00,1388.0 -3781,buy_compound_top3,buy,2025-10-12 04:54:00,1375.0 -3782,buy_compound_top3,buy,2025-10-12 10:06:00,1398.0 -3783,buy_compound_top3,buy,2025-10-12 10:09:00,1391.0 -3784,buy_compound_top3,buy,2025-10-12 10:12:00,1394.0 -3785,buy_compound_top3,buy,2025-10-12 10:21:00,1392.0 -3786,buy_compound_top3,buy,2025-10-12 10:24:00,1388.0 -3787,buy_compound_top3,buy,2025-10-12 10:57:00,1381.0 -3788,buy_compound_top3,buy,2025-10-12 11:00:00,1377.0 -3789,buy_compound_top3,buy,2025-10-12 11:03:00,1375.0 -3790,buy_compound_top3,buy,2025-10-12 11:06:00,1372.0 -3791,buy_compound_top3,buy,2025-10-12 11:09:00,1373.0 -3792,buy_compound_top3,buy,2025-10-12 11:12:00,1369.0 -3793,buy_compound_top3,buy,2025-10-12 11:15:00,1371.0 -3794,buy_compound_top3,buy,2025-10-12 11:18:00,1379.0 -3795,buy_compound_top3,buy,2025-10-12 16:42:00,1397.0 -3796,buy_compound_top3,buy,2025-10-12 17:57:00,1392.0 -3797,buy_compound_top3,buy,2025-10-12 18:00:00,1388.0 -3798,buy_compound_top3,buy,2025-10-12 18:03:00,1383.0 -3799,buy_compound_top3,buy,2025-10-13 06:45:00,1530.0 -3800,buy_compound_top3,buy,2025-10-13 06:48:00,1535.0 -3801,buy_compound_top3,buy,2025-10-13 07:45:00,1518.0 -3802,buy_compound_top3,buy,2025-10-13 07:48:00,1520.0 -3803,buy_compound_top3,buy,2025-10-13 07:51:00,1514.0 -3804,buy_compound_top3,buy,2025-10-13 07:54:00,1520.0 -3805,buy_compound_top3,buy,2025-10-13 07:57:00,1519.0 -3806,buy_compound_top3,buy,2025-10-13 08:00:00,1515.0 -3807,buy_compound_top3,buy,2025-10-13 08:03:00,1513.0 -3808,buy_compound_top3,buy,2025-10-13 08:12:00,1508.0 -3809,buy_compound_top3,buy,2025-10-13 08:15:00,1510.0 -3810,buy_compound_top3,buy,2025-10-13 08:18:00,1502.0 -3811,buy_compound_top3,buy,2025-10-13 09:12:00,1495.0 -3812,buy_compound_top3,buy,2025-10-13 14:12:00,1492.0 -3813,buy_compound_top3,buy,2025-10-13 20:21:00,1498.0 -3814,buy_compound_top3,buy,2025-10-13 20:24:00,1496.0 -3815,buy_compound_top3,buy,2025-10-13 20:45:00,1479.0 -3816,buy_compound_top3,buy,2025-10-13 20:48:00,1477.0 -3817,buy_compound_top3,buy,2025-10-13 20:51:00,1474.0 -3818,buy_compound_top3,buy,2025-10-13 20:54:00,1475.0 -3819,buy_compound_top3,buy,2025-10-13 21:00:00,1471.0 -3820,buy_compound_top3,buy,2025-10-13 21:03:00,1465.0 -3821,buy_compound_top3,buy,2025-10-14 02:30:00,1486.0 -3822,buy_compound_top3,buy,2025-10-14 02:33:00,1486.0 -3823,buy_compound_top3,buy,2025-10-14 02:51:00,1477.0 -3824,buy_compound_top3,buy,2025-10-14 02:54:00,1479.0 -3825,buy_compound_top3,buy,2025-10-14 04:30:00,1478.0 -3826,buy_compound_top3,buy,2025-10-14 04:33:00,1480.0 -3827,buy_compound_top3,buy,2025-10-14 10:00:00,1496.0 -3828,buy_compound_top3,buy,2025-10-14 10:03:00,1498.0 -3829,buy_compound_top3,buy,2025-10-14 10:06:00,1488.0 -3830,buy_compound_top3,buy,2025-10-14 10:09:00,1488.0 -3831,buy_compound_top3,buy,2025-10-14 11:06:00,1486.0 -3832,buy_compound_top3,buy,2025-10-14 11:09:00,1484.0 -3833,buy_compound_top3,buy,2025-10-14 11:15:00,1484.0 -3834,buy_compound_top3,buy,2025-10-14 11:18:00,1481.0 -3835,buy_compound_top3,buy,2025-10-14 11:36:00,1480.0 -3836,buy_compound_top3,buy,2025-10-14 11:39:00,1474.0 -3837,buy_compound_top3,buy,2025-10-14 11:42:00,1478.0 -3838,buy_compound_top3,buy,2025-10-14 11:45:00,1475.0 -3839,buy_compound_top3,buy,2025-10-14 11:48:00,1472.0 -3840,buy_compound_top3,buy,2025-10-14 11:51:00,1470.0 -3841,buy_compound_top3,buy,2025-10-14 11:54:00,1468.0 -3842,buy_compound_top3,buy,2025-10-14 11:57:00,1467.0 -3843,buy_compound_top3,buy,2025-10-14 12:00:00,1468.0 -3844,buy_compound_top3,buy,2025-10-14 12:03:00,1463.0 -3845,buy_compound_top3,buy,2025-10-14 12:21:00,1461.0 -3846,buy_compound_top3,buy,2025-10-14 12:24:00,1459.0 -3847,buy_compound_top3,buy,2025-10-14 12:27:00,1457.0 -3848,buy_compound_top3,buy,2025-10-14 13:12:00,1450.0 -3849,buy_compound_top3,buy,2025-10-14 13:15:00,1451.0 -3850,buy_compound_top3,buy,2025-10-14 13:18:00,1449.0 -3851,buy_compound_top3,buy,2025-10-14 13:21:00,1447.0 -3852,buy_compound_top3,buy,2025-10-14 13:24:00,1451.0 -3853,buy_compound_top3,buy,2025-10-14 13:27:00,1453.0 -3854,buy_compound_top3,buy,2025-10-14 14:42:00,1417.0 -3855,buy_compound_top3,buy,2025-10-14 14:45:00,1419.0 -3856,buy_compound_top3,buy,2025-10-14 14:48:00,1423.0 -3857,buy_compound_top3,buy,2025-10-14 15:21:00,1418.0 -3858,buy_compound_top3,buy,2025-10-14 15:24:00,1411.0 -3859,buy_compound_top3,buy,2025-10-14 15:27:00,1415.0 -3860,buy_compound_top3,buy,2025-10-14 21:51:00,1400.0 -3861,buy_compound_top3,buy,2025-10-14 21:54:00,1407.0 -3862,buy_compound_top3,buy,2025-10-15 06:15:00,1433.0 -3863,buy_compound_top3,buy,2025-10-15 06:18:00,1436.0 -3864,buy_compound_top3,buy,2025-10-15 06:21:00,1432.0 -3865,buy_compound_top3,buy,2025-10-15 06:24:00,1432.0 -3866,buy_compound_top3,buy,2025-10-15 09:27:00,1436.0 -3867,buy_compound_top3,buy,2025-10-15 12:51:00,1445.0 -3868,buy_compound_top3,buy,2025-10-15 12:54:00,1446.0 -3869,buy_compound_top3,buy,2025-10-15 18:36:00,1443.0 -3870,buy_compound_top3,buy,2025-10-15 18:39:00,1441.0 -3871,buy_compound_top3,buy,2025-10-15 18:42:00,1442.0 -3872,buy_compound_top3,buy,2025-10-15 18:57:00,1439.0 -3873,buy_compound_top3,buy,2025-10-15 19:00:00,1437.0 -3874,buy_compound_top3,buy,2025-10-15 19:03:00,1436.0 -3875,buy_compound_top3,buy,2025-10-16 00:45:00,1424.0 -3876,buy_compound_top3,buy,2025-10-16 00:48:00,1424.0 -3877,buy_compound_top3,buy,2025-10-16 03:12:00,1430.0 -3878,buy_compound_top3,buy,2025-10-16 03:15:00,1430.0 -3879,buy_compound_top3,buy,2025-10-16 03:18:00,1429.0 -3880,buy_compound_top3,buy,2025-10-16 03:30:00,1426.0 -3881,buy_compound_top3,buy,2025-10-16 03:33:00,1429.0 -3882,buy_compound_top3,buy,2025-10-16 06:12:00,1409.0 -3883,buy_compound_top3,buy,2025-10-16 07:51:00,1410.0 -3884,buy_compound_top3,buy,2025-10-16 07:54:00,1411.0 -3885,buy_compound_top3,buy,2025-10-16 07:57:00,1412.0 -3886,buy_compound_top3,buy,2025-10-16 14:06:00,1402.0 -3887,buy_compound_top3,buy,2025-10-16 14:09:00,1402.0 -3888,buy_compound_top3,buy,2025-10-16 22:21:00,1429.0 -3889,buy_compound_top3,buy,2025-10-16 22:24:00,1431.0 -3890,buy_compound_top3,buy,2025-10-16 22:27:00,1432.0 -3891,buy_compound_top3,buy,2025-10-16 22:42:00,1430.0 -3892,buy_compound_top3,buy,2025-10-16 22:51:00,1427.0 -3893,buy_compound_top3,buy,2025-10-16 22:54:00,1425.0 -3894,buy_compound_top3,buy,2025-10-16 22:57:00,1426.0 -3895,buy_compound_top3,buy,2025-10-16 23:00:00,1428.0 -3896,buy_compound_top3,buy,2025-10-16 23:03:00,1426.0 -3897,buy_compound_top3,buy,2025-10-16 23:06:00,1427.0 -3898,buy_compound_top3,buy,2025-10-16 23:09:00,1420.0 -3899,buy_compound_top3,buy,2025-10-16 23:27:00,1412.0 -3900,buy_compound_top3,buy,2025-10-17 00:00:00,1416.0 -3901,buy_compound_top3,buy,2025-10-17 00:03:00,1416.0 -3902,buy_compound_top3,buy,2025-10-17 00:27:00,1408.0 -3903,buy_compound_top3,buy,2025-10-17 00:36:00,1404.0 -3904,buy_compound_top3,buy,2025-10-17 00:39:00,1405.0 -3905,buy_compound_top3,buy,2025-10-17 00:42:00,1403.0 -3906,buy_compound_top3,buy,2025-10-17 00:45:00,1403.0 -3907,buy_compound_top3,buy,2025-10-17 00:48:00,1399.0 -3908,buy_compound_top3,buy,2025-10-17 00:51:00,1402.0 -3909,buy_compound_top3,buy,2025-10-17 00:54:00,1398.0 -3910,buy_compound_top3,buy,2025-10-17 00:57:00,1387.0 -3911,buy_compound_top3,buy,2025-10-17 01:15:00,1391.0 -3912,buy_compound_top3,buy,2025-10-17 01:18:00,1384.0 -3913,buy_compound_top3,buy,2025-10-17 03:12:00,1381.0 -3914,buy_compound_top3,buy,2025-10-17 05:42:00,1368.0 -3915,buy_compound_top3,buy,2025-10-17 05:45:00,1372.0 -3916,buy_compound_top3,buy,2025-10-17 05:48:00,1377.0 -3917,buy_compound_top3,buy,2025-10-17 05:51:00,1371.0 -3918,buy_compound_top3,buy,2025-10-17 05:54:00,1367.0 -3919,buy_compound_top3,buy,2025-10-17 07:57:00,1366.0 -3920,buy_compound_top3,buy,2025-10-17 11:36:00,1365.0 -3921,buy_compound_top3,buy,2025-10-17 11:39:00,1364.0 -3922,buy_compound_top3,buy,2025-10-17 13:30:00,1363.0 -3923,buy_compound_top3,buy,2025-10-17 13:33:00,1367.0 -3924,buy_compound_top3,buy,2025-10-17 13:42:00,1366.0 -3925,buy_compound_top3,buy,2025-10-17 14:12:00,1359.0 -3926,buy_compound_top3,buy,2025-10-17 14:15:00,1359.0 -3927,buy_compound_top3,buy,2025-10-17 14:18:00,1357.0 -3928,buy_compound_top3,buy,2025-10-17 14:21:00,1357.0 -3929,buy_compound_top3,buy,2025-10-17 14:24:00,1359.0 -3930,buy_compound_top3,buy,2025-10-17 15:57:00,1320.0 -3931,buy_compound_top3,buy,2025-10-17 16:00:00,1315.0 -3932,buy_compound_top3,buy,2025-10-17 16:03:00,1314.0 -3933,buy_compound_top3,buy,2025-10-17 16:06:00,1311.0 -3934,buy_compound_top3,buy,2025-10-17 16:09:00,1297.0 -3935,buy_compound_top3,buy,2025-10-17 16:27:00,1294.0 -3936,buy_compound_top3,buy,2025-10-17 16:30:00,1290.0 -3937,buy_compound_top3,buy,2025-10-17 16:33:00,1283.0 -3938,buy_compound_top3,buy,2025-10-17 16:36:00,1280.0 -3939,buy_compound_top3,buy,2025-10-17 16:39:00,1279.0 -3940,buy_compound_top3,buy,2025-10-17 16:42:00,1277.0 -3941,buy_compound_top3,buy,2025-10-17 17:15:00,1273.0 -3942,buy_compound_top3,buy,2025-10-17 17:18:00,1268.0 -3943,buy_compound_top3,buy,2025-10-17 17:21:00,1263.0 -3944,buy_compound_top3,buy,2025-10-17 17:24:00,1264.0 -3945,buy_compound_top3,buy,2025-10-18 04:42:00,1341.0 -3946,buy_compound_top3,buy,2025-10-18 08:30:00,1344.0 -3947,buy_compound_top3,buy,2025-10-18 08:33:00,1341.0 -3948,buy_compound_top3,buy,2025-10-18 08:42:00,1340.0 -3949,buy_compound_top3,buy,2025-10-18 08:57:00,1339.0 -3950,buy_compound_top3,buy,2025-10-18 09:00:00,1340.0 -3951,buy_compound_top3,buy,2025-10-18 09:03:00,1340.0 -3952,buy_compound_top3,buy,2025-10-18 09:06:00,1337.0 -3953,buy_compound_top3,buy,2025-10-18 09:09:00,1337.0 -3954,buy_compound_top3,buy,2025-10-18 13:21:00,1346.0 -3955,buy_compound_top3,buy,2025-10-18 13:24:00,1346.0 -3956,buy_compound_top3,buy,2025-10-18 21:30:00,1357.0 -3957,buy_compound_top3,buy,2025-10-18 21:33:00,1355.0 -3958,buy_compound_top3,buy,2025-10-18 21:36:00,1353.0 -3959,buy_compound_top3,buy,2025-10-18 21:39:00,1351.0 -3960,buy_compound_top3,buy,2025-10-18 21:45:00,1354.0 -3961,buy_compound_top3,buy,2025-10-18 21:48:00,1351.0 -3962,buy_compound_top3,buy,2025-10-18 21:51:00,1352.0 -3963,buy_compound_top3,buy,2025-10-18 21:54:00,1351.0 -3964,buy_compound_top3,buy,2025-10-18 22:15:00,1347.0 -3965,buy_compound_top3,buy,2025-10-18 22:18:00,1346.0 -3966,buy_compound_top3,buy,2025-10-18 23:12:00,1342.0 -3967,buy_compound_top3,buy,2025-10-19 08:00:00,1352.0 -3968,buy_compound_top3,buy,2025-10-19 08:03:00,1355.0 -3969,buy_compound_top3,buy,2025-10-19 08:21:00,1350.0 -3970,buy_compound_top3,buy,2025-10-19 08:24:00,1351.0 -3971,buy_compound_top3,buy,2025-10-19 09:27:00,1350.0 -3972,buy_compound_top3,buy,2025-10-19 09:30:00,1345.0 -3973,buy_compound_top3,buy,2025-10-19 09:33:00,1344.0 -3974,buy_compound_top3,buy,2025-10-19 09:42:00,1342.0 -3975,buy_compound_top3,buy,2025-10-19 09:45:00,1341.0 -3976,buy_compound_top3,buy,2025-10-19 09:48:00,1340.0 -3977,buy_compound_top3,buy,2025-10-19 10:06:00,1339.0 -3978,buy_compound_top3,buy,2025-10-19 10:09:00,1337.0 -3979,buy_compound_top3,buy,2025-10-19 15:06:00,1338.0 -3980,buy_compound_top3,buy,2025-10-19 15:09:00,1337.0 -3981,buy_compound_top3,buy,2025-10-19 15:12:00,1335.0 -3982,buy_compound_top3,buy,2025-10-19 15:15:00,1336.0 -3983,buy_compound_top3,buy,2025-10-19 15:18:00,1334.0 -3984,buy_compound_top3,buy,2025-10-19 15:36:00,1333.0 -3985,buy_compound_top3,buy,2025-10-19 15:39:00,1333.0 -3986,buy_compound_top3,buy,2025-10-19 15:42:00,1335.0 -3987,buy_compound_top3,buy,2025-10-19 18:15:00,1331.0 -3988,buy_compound_top3,buy,2025-10-19 18:18:00,1333.0 -3989,buy_compound_top3,buy,2025-10-19 18:21:00,1331.0 -3990,buy_compound_top3,buy,2025-10-19 18:24:00,1329.0 -3991,buy_compound_top3,buy,2025-10-19 18:27:00,1326.0 -3992,buy_compound_top3,buy,2025-10-20 06:36:00,1391.0 -3993,buy_compound_top3,buy,2025-10-20 06:39:00,1392.0 -3994,buy_compound_top3,buy,2025-10-20 06:42:00,1392.0 -3995,buy_compound_top3,buy,2025-10-20 08:21:00,1389.0 -3996,buy_compound_top3,buy,2025-10-20 08:24:00,1388.0 -3997,buy_compound_top3,buy,2025-10-20 08:27:00,1389.0 -3998,buy_compound_top3,buy,2025-10-20 08:36:00,1387.0 -3999,buy_compound_top3,buy,2025-10-20 08:39:00,1387.0 -4000,buy_compound_top3,buy,2025-10-20 08:42:00,1384.0 -4001,buy_compound_top3,buy,2025-10-20 08:45:00,1383.0 -4002,buy_compound_top3,buy,2025-10-20 08:48:00,1383.0 -4003,buy_compound_top3,buy,2025-10-20 08:51:00,1382.0 -4004,buy_compound_top3,buy,2025-10-20 08:54:00,1383.0 -4005,buy_compound_top3,buy,2025-10-20 08:57:00,1382.0 -4006,buy_compound_top3,buy,2025-10-20 09:00:00,1382.0 -4007,buy_compound_top3,buy,2025-10-20 09:03:00,1380.0 -4008,buy_compound_top3,buy,2025-10-20 09:06:00,1379.0 -4009,buy_compound_top3,buy,2025-10-20 09:09:00,1377.0 -4010,buy_compound_top3,buy,2025-10-20 09:12:00,1374.0 -4011,buy_compound_top3,buy,2025-10-20 21:12:00,1388.0 -4012,buy_compound_top3,buy,2025-10-21 01:12:00,1381.0 -4013,buy_compound_top3,buy,2025-10-21 01:15:00,1381.0 -4014,buy_compound_top3,buy,2025-10-21 01:18:00,1380.0 -4015,buy_compound_top3,buy,2025-10-21 01:30:00,1380.0 -4016,buy_compound_top3,buy,2025-10-21 01:33:00,1374.0 -4017,buy_compound_top3,buy,2025-10-21 01:36:00,1375.0 -4018,buy_compound_top3,buy,2025-10-21 01:39:00,1372.0 -4019,buy_compound_top3,buy,2025-10-21 04:15:00,1375.0 -4020,buy_compound_top3,buy,2025-10-21 04:18:00,1374.0 -4021,buy_compound_top3,buy,2025-10-21 09:12:00,1374.0 -4022,buy_compound_top3,buy,2025-10-21 09:15:00,1374.0 -4023,buy_compound_top3,buy,2025-10-21 09:18:00,1374.0 -4024,buy_compound_top3,buy,2025-10-21 09:21:00,1374.0 -4025,buy_compound_top3,buy,2025-10-21 09:24:00,1373.0 -4026,buy_compound_top3,buy,2025-10-21 10:45:00,1365.0 -4027,buy_compound_top3,buy,2025-10-21 10:48:00,1363.0 -4028,buy_compound_top3,buy,2025-10-21 10:51:00,1363.0 -4029,buy_compound_top3,buy,2025-10-21 10:54:00,1363.0 -4030,buy_compound_top3,buy,2025-10-21 10:57:00,1362.0 -4031,buy_compound_top3,buy,2025-10-21 11:00:00,1361.0 -4032,buy_compound_top3,buy,2025-10-21 11:03:00,1357.0 -4033,buy_compound_top3,buy,2025-10-21 11:15:00,1355.0 -4034,buy_compound_top3,buy,2025-10-21 11:18:00,1354.0 -4035,buy_compound_top3,buy,2025-10-21 11:21:00,1354.0 -4036,buy_compound_top3,buy,2025-10-21 11:24:00,1353.0 -4037,buy_compound_top3,buy,2025-10-21 11:27:00,1352.0 -4038,buy_compound_top3,buy,2025-10-21 13:30:00,1342.0 -4039,buy_compound_top3,buy,2025-10-21 13:33:00,1337.0 -4040,buy_compound_top3,buy,2025-10-21 13:36:00,1337.0 -4041,buy_compound_top3,buy,2025-10-21 13:39:00,1333.0 -4042,buy_compound_top3,buy,2025-10-21 13:45:00,1332.0 -4043,buy_compound_top3,buy,2025-10-21 13:48:00,1329.0 -4044,buy_compound_top3,buy,2025-10-22 05:00:00,1380.0 -4045,buy_compound_top3,buy,2025-10-22 05:03:00,1382.0 -4046,buy_compound_top3,buy,2025-10-22 05:06:00,1381.0 -4047,buy_compound_top3,buy,2025-10-22 05:09:00,1378.0 -4048,buy_compound_top3,buy,2025-10-22 05:12:00,1375.0 -4049,buy_compound_top3,buy,2025-10-22 05:15:00,1379.0 -4050,buy_compound_top3,buy,2025-10-22 05:18:00,1370.0 -4051,buy_compound_top3,buy,2025-10-22 05:27:00,1372.0 -4052,buy_compound_top3,buy,2025-10-22 05:30:00,1373.0 -4053,buy_compound_top3,buy,2025-10-22 05:33:00,1369.0 -4054,buy_compound_top3,buy,2025-10-22 07:30:00,1358.0 -4055,buy_compound_top3,buy,2025-10-22 07:33:00,1357.0 -4056,buy_compound_top3,buy,2025-10-22 07:36:00,1354.0 -4057,buy_compound_top3,buy,2025-10-22 07:39:00,1350.0 -4058,buy_compound_top3,buy,2025-10-22 08:30:00,1345.0 -4059,buy_compound_top3,buy,2025-10-22 08:33:00,1342.0 -4060,buy_compound_top3,buy,2025-10-22 08:45:00,1341.0 -4061,buy_compound_top3,buy,2025-10-22 08:48:00,1338.0 -4062,buy_compound_top3,buy,2025-10-22 08:51:00,1339.0 -4063,buy_compound_top3,buy,2025-10-22 08:54:00,1340.0 -4064,buy_compound_top3,buy,2025-10-22 08:57:00,1338.0 -4065,buy_compound_top3,buy,2025-10-22 09:36:00,1334.0 -4066,buy_compound_top3,buy,2025-10-22 09:39:00,1334.0 -4067,buy_compound_top3,buy,2025-10-22 14:36:00,1333.0 -4068,buy_compound_top3,buy,2025-10-22 14:39:00,1332.0 -4069,buy_compound_top3,buy,2025-10-22 14:42:00,1333.0 -4070,buy_compound_top3,buy,2025-10-22 16:00:00,1329.0 -4071,buy_compound_top3,buy,2025-10-22 16:03:00,1327.0 -4072,buy_compound_top3,buy,2025-10-22 16:15:00,1324.0 -4073,buy_compound_top3,buy,2025-10-22 16:18:00,1327.0 -4074,buy_compound_top3,buy,2025-10-22 18:12:00,1323.0 -4075,buy_compound_top3,buy,2025-10-22 18:51:00,1321.0 -4076,buy_compound_top3,buy,2025-10-22 18:54:00,1322.0 -4077,buy_compound_top3,buy,2025-10-22 19:21:00,1319.0 -4078,buy_compound_top3,buy,2025-10-22 19:24:00,1318.0 -4079,buy_compound_top3,buy,2025-10-22 19:27:00,1317.0 -4080,buy_compound_top3,buy,2025-10-22 19:30:00,1317.0 -4081,buy_compound_top3,buy,2025-10-22 19:33:00,1316.0 -4082,buy_compound_top3,buy,2025-10-22 19:36:00,1316.0 -4083,buy_compound_top3,buy,2025-10-22 19:39:00,1315.0 -4084,buy_compound_top3,buy,2025-10-22 19:42:00,1315.0 -4085,buy_compound_top3,buy,2025-10-22 19:45:00,1315.0 -4086,buy_compound_top3,buy,2025-10-22 19:48:00,1315.0 -4087,buy_compound_top3,buy,2025-10-22 19:51:00,1314.0 -4088,buy_compound_top3,buy,2025-10-22 19:54:00,1317.0 -4089,buy_compound_top3,buy,2025-10-22 20:00:00,1314.0 -4090,buy_compound_top3,buy,2025-10-22 20:03:00,1315.0 -4091,buy_compound_top3,buy,2025-10-22 23:30:00,1314.0 -4092,buy_compound_top3,buy,2025-10-22 23:33:00,1315.0 -4093,buy_compound_top3,buy,2025-10-23 02:06:00,1311.0 -4094,buy_compound_top3,buy,2025-10-23 02:09:00,1312.0 -4095,buy_compound_top3,buy,2025-10-23 02:12:00,1313.0 -4096,buy_compound_top3,buy,2025-10-23 02:15:00,1310.0 -4097,buy_compound_top3,buy,2025-10-23 02:18:00,1308.0 -4098,buy_compound_top3,buy,2025-10-23 02:27:00,1305.0 -4099,buy_compound_top3,buy,2025-10-23 02:30:00,1305.0 -4100,buy_compound_top3,buy,2025-10-23 02:33:00,1307.0 -4101,buy_compound_top3,buy,2025-10-23 02:42:00,1304.0 -4102,buy_compound_top3,buy,2025-10-23 02:45:00,1302.0 -4103,buy_compound_top3,buy,2025-10-23 02:48:00,1304.0 -4104,buy_compound_top3,buy,2025-10-23 02:51:00,1304.0 -4105,buy_compound_top3,buy,2025-10-23 02:54:00,1300.0 -4106,buy_compound_top3,buy,2025-10-23 03:00:00,1299.0 -4107,buy_compound_top3,buy,2025-10-23 03:03:00,1300.0 -4108,buy_compound_top3,buy,2025-10-23 03:12:00,1302.0 -4109,buy_compound_top3,buy,2025-10-23 03:15:00,1296.0 -4110,buy_compound_top3,buy,2025-10-23 03:18:00,1295.0 -4111,buy_compound_top3,buy,2025-10-23 03:45:00,1291.0 -4112,buy_compound_top3,buy,2025-10-23 03:48:00,1292.0 -4113,buy_compound_top3,buy,2025-10-23 03:57:00,1290.0 -4114,buy_compound_top3,buy,2025-10-23 05:36:00,1279.0 -4115,buy_compound_top3,buy,2025-10-23 05:39:00,1280.0 -4116,buy_compound_top3,buy,2025-10-23 05:51:00,1278.0 -4117,buy_compound_top3,buy,2025-10-23 05:54:00,1273.0 -4118,buy_compound_top3,buy,2025-10-23 05:57:00,1275.0 -4119,buy_compound_top3,buy,2025-10-23 06:00:00,1273.0 -4120,buy_compound_top3,buy,2025-10-23 06:03:00,1270.0 -4121,buy_compound_top3,buy,2025-10-23 06:21:00,1263.0 -4122,buy_compound_top3,buy,2025-10-23 06:24:00,1260.0 -4123,buy_compound_top3,buy,2025-10-23 06:27:00,1258.0 -4124,buy_compound_top3,buy,2025-10-23 06:30:00,1257.0 -4125,buy_compound_top3,buy,2025-10-23 06:33:00,1258.0 -4126,buy_compound_top3,buy,2025-10-23 06:36:00,1257.0 -4127,buy_compound_top3,buy,2025-10-23 06:39:00,1256.0 -4128,buy_compound_top3,buy,2025-10-23 07:30:00,1250.0 -4129,buy_compound_top3,buy,2025-10-23 07:33:00,1253.0 -4130,buy_compound_top3,buy,2025-10-23 12:15:00,1272.0 -4131,buy_compound_top3,buy,2025-10-23 12:18:00,1274.0 -4132,buy_compound_top3,buy,2025-10-23 14:30:00,1273.0 -4133,buy_compound_top3,buy,2025-10-23 14:33:00,1272.0 -4134,buy_compound_top3,buy,2025-10-23 14:36:00,1272.0 -4135,buy_compound_top3,buy,2025-10-23 14:39:00,1270.0 -4136,buy_compound_top3,buy,2025-10-23 14:51:00,1267.0 -4137,buy_compound_top3,buy,2025-10-23 14:54:00,1270.0 -4138,buy_compound_top3,buy,2025-10-23 15:06:00,1268.0 -4139,buy_compound_top3,buy,2025-10-23 15:09:00,1269.0 -4140,buy_compound_top3,buy,2025-10-23 20:42:00,1286.0 -4141,buy_compound_top3,buy,2025-10-23 20:45:00,1285.0 -4142,buy_compound_top3,buy,2025-10-23 20:48:00,1282.0 -4143,buy_compound_top3,buy,2025-10-23 20:51:00,1283.0 -4144,buy_compound_top3,buy,2025-10-23 20:54:00,1282.0 -4145,buy_compound_top3,buy,2025-10-23 20:57:00,1282.0 -4146,buy_compound_top3,buy,2025-10-23 21:00:00,1282.0 -4147,buy_compound_top3,buy,2025-10-23 21:03:00,1274.0 -4148,buy_compound_top3,buy,2025-10-23 21:12:00,1277.0 -4149,buy_compound_top3,buy,2025-10-24 01:45:00,1276.0 -4150,buy_compound_top3,buy,2025-10-24 01:48:00,1279.0 -4151,buy_compound_top3,buy,2025-10-24 11:21:00,1293.0 -4152,buy_compound_top3,buy,2025-10-24 11:24:00,1292.0 -4153,buy_compound_top3,buy,2025-10-24 19:30:00,1316.0 -4154,buy_compound_top3,buy,2025-10-24 19:33:00,1313.0 -4155,buy_compound_top3,buy,2025-10-24 19:36:00,1318.0 -4156,buy_compound_top3,buy,2025-10-24 19:39:00,1316.0 -4157,buy_compound_top3,buy,2025-10-24 19:42:00,1314.0 -4158,buy_compound_top3,buy,2025-10-24 19:45:00,1314.0 -4159,buy_compound_top3,buy,2025-10-24 19:48:00,1313.0 -4160,buy_compound_top3,buy,2025-10-24 19:51:00,1311.0 -4161,buy_compound_top3,buy,2025-10-24 19:54:00,1311.0 -4162,buy_compound_top3,buy,2025-10-24 19:57:00,1309.0 -4163,buy_compound_top3,buy,2025-10-24 23:36:00,1307.0 -4164,buy_compound_top3,buy,2025-10-24 23:39:00,1307.0 -4165,buy_compound_top3,buy,2025-10-25 00:42:00,1303.0 -4166,buy_compound_top3,buy,2025-10-25 01:00:00,1299.0 -4167,buy_compound_top3,buy,2025-10-25 01:03:00,1297.0 -4168,buy_compound_top3,buy,2025-10-25 01:12:00,1297.0 -4169,buy_compound_top3,buy,2025-10-25 10:42:00,1322.0 -4170,buy_compound_top3,buy,2025-10-25 12:15:00,1320.0 -4171,buy_compound_top3,buy,2025-10-25 12:18:00,1321.0 -4172,buy_compound_top3,buy,2025-10-25 12:51:00,1318.0 -4173,buy_compound_top3,buy,2025-10-25 12:54:00,1319.0 -4174,buy_compound_top3,buy,2025-10-25 12:57:00,1318.0 -4175,buy_compound_top3,buy,2025-10-25 13:00:00,1317.0 -4176,buy_compound_top3,buy,2025-10-25 13:03:00,1317.0 -4177,buy_compound_top3,buy,2025-10-25 13:30:00,1316.0 -4178,buy_compound_top3,buy,2025-10-25 13:33:00,1316.0 -4179,buy_compound_top3,buy,2025-10-25 13:36:00,1315.0 -4180,buy_compound_top3,buy,2025-10-25 13:39:00,1315.0 -4181,buy_compound_top3,buy,2025-10-25 13:42:00,1316.0 -4182,buy_compound_top3,buy,2025-10-25 14:00:00,1315.0 -4183,buy_compound_top3,buy,2025-10-25 14:03:00,1314.0 -4184,buy_compound_top3,buy,2025-10-25 14:06:00,1315.0 -4185,buy_compound_top3,buy,2025-10-25 14:09:00,1315.0 -4186,buy_compound_top3,buy,2025-10-25 14:12:00,1313.0 -4187,buy_compound_top3,buy,2025-10-25 14:27:00,1312.0 -4188,buy_compound_top3,buy,2025-10-25 14:30:00,1311.0 -4189,buy_compound_top3,buy,2025-10-25 14:33:00,1309.0 -4190,buy_compound_top3,buy,2025-10-25 15:06:00,1308.0 -4191,buy_compound_top3,buy,2025-10-25 15:09:00,1309.0 -4192,buy_compound_top3,buy,2025-10-25 15:21:00,1308.0 -4193,buy_compound_top3,buy,2025-10-25 15:24:00,1307.0 -4194,buy_compound_top3,buy,2025-10-25 15:27:00,1305.0 -4195,buy_compound_top3,buy,2025-10-25 15:30:00,1306.0 -4196,buy_compound_top3,buy,2025-10-25 15:33:00,1306.0 -4197,buy_compound_top3,buy,2025-10-25 15:36:00,1307.0 -4198,buy_compound_top3,buy,2025-10-25 15:39:00,1305.0 -4199,buy_compound_top3,buy,2025-10-25 15:42:00,1305.0 -4200,buy_compound_top3,buy,2025-10-25 16:06:00,1303.0 -4201,buy_compound_top3,buy,2025-10-25 16:09:00,1304.0 -4202,buy_compound_top3,buy,2025-10-26 09:12:00,1328.0 -4203,buy_compound_top3,buy,2025-10-26 11:12:00,1323.0 -4204,buy_compound_top3,buy,2025-10-26 11:51:00,1318.0 -4205,buy_compound_top3,buy,2025-10-26 11:54:00,1318.0 -4206,buy_compound_top3,buy,2025-10-26 11:57:00,1320.0 -4207,buy_compound_top3,buy,2025-10-26 12:00:00,1319.0 -4208,buy_compound_top3,buy,2025-10-26 12:03:00,1316.0 -4209,buy_compound_top3,buy,2025-10-26 12:06:00,1318.0 -4210,buy_compound_top3,buy,2025-10-26 12:09:00,1318.0 -4211,buy_compound_top3,buy,2025-10-26 12:12:00,1318.0 -4212,buy_compound_top3,buy,2025-10-27 05:12:00,1390.0 -4213,buy_compound_top3,buy,2025-10-27 05:21:00,1386.0 -4214,buy_compound_top3,buy,2025-10-27 05:24:00,1383.0 -4215,buy_compound_top3,buy,2025-10-27 05:30:00,1382.0 -4216,buy_compound_top3,buy,2025-10-27 05:33:00,1392.0 -4217,buy_compound_top3,buy,2025-10-27 15:12:00,1392.0 -4218,buy_compound_top3,buy,2025-10-27 15:15:00,1393.0 -4219,buy_compound_top3,buy,2025-10-27 15:18:00,1394.0 -4220,buy_compound_top3,buy,2025-10-27 16:51:00,1389.0 -4221,buy_compound_top3,buy,2025-10-27 16:54:00,1389.0 -4222,buy_compound_top3,buy,2025-10-27 16:57:00,1390.0 -4223,buy_compound_top3,buy,2025-10-27 17:27:00,1383.0 -4224,buy_compound_top3,buy,2025-10-27 17:36:00,1383.0 -4225,buy_compound_top3,buy,2025-10-27 17:39:00,1381.0 -4226,buy_compound_top3,buy,2025-10-27 17:45:00,1382.0 -4227,buy_compound_top3,buy,2025-10-27 17:48:00,1383.0 -4228,buy_compound_top3,buy,2025-10-27 17:51:00,1376.0 -4229,buy_compound_top3,buy,2025-10-27 17:54:00,1375.0 -4230,buy_compound_top3,buy,2025-10-27 18:00:00,1374.0 -4231,buy_compound_top3,buy,2025-10-27 18:03:00,1369.0 -4232,buy_compound_top3,buy,2025-10-27 18:15:00,1368.0 -4233,buy_compound_top3,buy,2025-10-27 18:18:00,1365.0 -4234,buy_compound_top3,buy,2025-10-27 18:21:00,1369.0 -4235,buy_compound_top3,buy,2025-10-27 18:24:00,1365.0 -4236,buy_compound_top3,buy,2025-10-27 21:42:00,1362.0 -4237,buy_compound_top3,buy,2025-10-27 21:45:00,1365.0 -4238,buy_compound_top3,buy,2025-10-27 21:48:00,1365.0 -4239,buy_compound_top3,buy,2025-10-27 21:57:00,1362.0 -4240,buy_compound_top3,buy,2025-10-27 22:00:00,1361.0 -4241,buy_compound_top3,buy,2025-10-27 22:03:00,1364.0 -4242,buy_compound_top3,buy,2025-10-27 22:45:00,1358.0 -4243,buy_compound_top3,buy,2025-10-27 22:48:00,1357.0 -4244,buy_compound_top3,buy,2025-10-27 23:12:00,1353.0 -4245,buy_compound_top3,buy,2025-10-28 04:42:00,1360.0 -4246,buy_compound_top3,buy,2025-10-28 04:51:00,1360.0 -4247,buy_compound_top3,buy,2025-10-28 04:54:00,1357.0 -4248,buy_compound_top3,buy,2025-10-28 05:00:00,1358.0 -4249,buy_compound_top3,buy,2025-10-28 05:03:00,1351.0 -4250,buy_compound_top3,buy,2025-10-28 05:06:00,1355.0 -4251,buy_compound_top3,buy,2025-10-28 05:09:00,1352.0 -4252,buy_compound_top3,buy,2025-10-28 05:12:00,1352.0 -4253,buy_compound_top3,buy,2025-10-28 05:15:00,1350.0 -4254,buy_compound_top3,buy,2025-10-28 05:18:00,1352.0 -4255,buy_compound_top3,buy,2025-10-28 05:21:00,1354.0 -4256,buy_compound_top3,buy,2025-10-28 05:24:00,1354.0 -4257,buy_compound_top3,buy,2025-10-28 05:27:00,1348.0 -4258,buy_compound_top3,buy,2025-10-28 05:30:00,1348.0 -4259,buy_compound_top3,buy,2025-10-28 05:33:00,1341.0 -4260,buy_compound_top3,buy,2025-10-28 05:42:00,1346.0 -4261,buy_compound_top3,buy,2025-10-28 08:00:00,1339.0 -4262,buy_compound_top3,buy,2025-10-28 08:03:00,1334.0 -4263,buy_compound_top3,buy,2025-10-28 08:12:00,1337.0 -4264,buy_compound_top3,buy,2025-10-28 08:15:00,1337.0 -4265,buy_compound_top3,buy,2025-10-28 08:18:00,1336.0 -4266,buy_compound_top3,buy,2025-10-28 09:45:00,1332.0 -4267,buy_compound_top3,buy,2025-10-28 09:48:00,1329.0 -4268,buy_compound_top3,buy,2025-10-28 09:51:00,1331.0 -4269,buy_compound_top3,buy,2025-10-28 09:54:00,1335.0 -4270,buy_compound_top3,buy,2025-10-28 12:15:00,1325.0 -4271,buy_compound_top3,buy,2025-10-28 12:18:00,1327.0 -4272,buy_compound_top3,buy,2025-10-28 15:06:00,1322.0 -4273,buy_compound_top3,buy,2025-10-28 15:09:00,1321.0 -4274,buy_compound_top3,buy,2025-10-29 00:30:00,1330.0 -4275,buy_compound_top3,buy,2025-10-29 00:33:00,1328.0 -4276,buy_compound_top3,buy,2025-10-29 04:36:00,1315.0 -4277,buy_compound_top3,buy,2025-10-29 04:39:00,1316.0 -4278,buy_compound_top3,buy,2025-10-29 04:45:00,1313.0 -4279,buy_compound_top3,buy,2025-10-29 04:48:00,1309.0 -4280,buy_compound_top3,buy,2025-10-29 04:57:00,1303.0 -4281,buy_compound_top3,buy,2025-10-29 05:00:00,1304.0 -4282,buy_compound_top3,buy,2025-10-29 05:03:00,1303.0 -4283,buy_compound_top3,buy,2025-10-29 05:06:00,1302.0 -4284,buy_compound_top3,buy,2025-10-29 05:09:00,1299.0 -4285,buy_compound_top3,buy,2025-10-29 05:12:00,1298.0 -4286,buy_compound_top3,buy,2025-10-29 05:15:00,1296.0 -4287,buy_compound_top3,buy,2025-10-29 05:18:00,1298.0 -4288,buy_compound_top3,buy,2025-10-29 05:27:00,1292.0 -4289,buy_compound_top3,buy,2025-10-29 05:30:00,1287.0 -4290,buy_compound_top3,buy,2025-10-29 05:33:00,1287.0 -4291,buy_compound_top3,buy,2025-10-29 06:27:00,1285.0 -4292,buy_compound_top3,buy,2025-10-29 09:57:00,1289.0 -4293,buy_compound_top3,buy,2025-10-29 10:00:00,1291.0 -4294,buy_compound_top3,buy,2025-10-29 10:03:00,1292.0 -4295,buy_compound_top3,buy,2025-10-29 12:12:00,1292.0 -4296,buy_compound_top3,buy,2025-10-29 12:15:00,1290.0 -4297,buy_compound_top3,buy,2025-10-29 12:18:00,1289.0 -4298,buy_compound_top3,buy,2025-10-29 12:21:00,1292.0 -4299,buy_compound_top3,buy,2025-10-29 12:24:00,1291.0 -4300,buy_compound_top3,buy,2025-10-29 13:27:00,1289.0 -4301,buy_compound_top3,buy,2025-10-30 01:00:00,1289.0 -4302,buy_compound_top3,buy,2025-10-30 01:03:00,1286.0 -4303,buy_compound_top3,buy,2025-10-30 01:06:00,1283.0 -4304,buy_compound_top3,buy,2025-10-30 01:09:00,1283.0 -4305,buy_compound_top3,buy,2025-10-30 07:42:00,1307.0 -4306,buy_compound_top3,buy,2025-10-30 07:45:00,1305.0 -4307,buy_compound_top3,buy,2025-10-30 07:48:00,1304.0 -4308,buy_compound_top3,buy,2025-10-30 08:06:00,1300.0 -4309,buy_compound_top3,buy,2025-10-30 08:09:00,1298.0 -4310,buy_compound_top3,buy,2025-10-30 08:12:00,1296.0 -4311,buy_compound_top3,buy,2025-10-30 08:15:00,1294.0 -4312,buy_compound_top3,buy,2025-10-30 08:18:00,1297.0 -4313,buy_compound_top3,buy,2025-10-30 08:30:00,1294.0 -4314,buy_compound_top3,buy,2025-10-30 08:33:00,1292.0 -4315,buy_compound_top3,buy,2025-10-30 08:36:00,1290.0 -4316,buy_compound_top3,buy,2025-10-30 08:39:00,1285.0 -4317,buy_compound_top3,buy,2025-10-30 08:45:00,1285.0 -4318,buy_compound_top3,buy,2025-10-30 08:48:00,1289.0 -4319,buy_compound_top3,buy,2025-10-30 09:06:00,1286.0 -4320,buy_compound_top3,buy,2025-10-30 09:09:00,1275.0 -4321,buy_compound_top3,buy,2025-10-30 12:51:00,1286.0 -4322,buy_compound_top3,buy,2025-10-30 12:54:00,1284.0 -4323,buy_compound_top3,buy,2025-10-30 18:21:00,1251.0 -4324,buy_compound_top3,buy,2025-10-30 18:24:00,1252.0 -4325,buy_compound_top3,buy,2025-10-30 18:27:00,1254.0 -4326,buy_compound_top3,buy,2025-10-30 18:42:00,1252.0 -4327,buy_compound_top3,buy,2025-10-30 18:45:00,1250.0 -4328,buy_compound_top3,buy,2025-10-30 18:48:00,1251.0 -4329,buy_compound_top3,buy,2025-10-30 19:51:00,1248.0 -4330,buy_compound_top3,buy,2025-10-30 19:54:00,1248.0 -4331,buy_compound_top3,buy,2025-10-30 19:57:00,1246.0 -4332,buy_compound_top3,buy,2025-10-30 20:00:00,1247.0 -4333,buy_compound_top3,buy,2025-10-30 20:03:00,1245.0 -4334,buy_compound_top3,buy,2025-10-30 20:06:00,1248.0 -4335,buy_compound_top3,buy,2025-10-30 20:09:00,1248.0 -4336,buy_compound_top3,buy,2025-10-30 21:57:00,1228.0 -4337,buy_compound_top3,buy,2025-10-30 22:36:00,1216.0 -4338,buy_compound_top3,buy,2025-10-30 22:39:00,1205.0 -4339,buy_compound_top3,buy,2025-10-30 22:42:00,1209.0 -4340,buy_compound_top3,buy,2025-10-30 23:00:00,1209.0 -4341,buy_compound_top3,buy,2025-10-30 23:03:00,1209.0 -4342,buy_compound_top3,buy,2025-10-31 00:42:00,1195.0 -4343,buy_compound_top3,buy,2025-10-31 00:45:00,1198.0 -4344,buy_compound_top3,buy,2025-10-31 00:48:00,1194.0 -4345,buy_compound_top3,buy,2025-10-31 00:51:00,1198.0 -4346,buy_compound_top3,buy,2025-10-31 00:54:00,1196.0 -4347,buy_compound_top3,buy,2025-10-31 00:57:00,1195.0 -4348,buy_compound_top3,buy,2025-10-31 01:00:00,1195.0 -4349,buy_compound_top3,buy,2025-10-31 01:03:00,1191.0 -4350,buy_compound_top3,buy,2025-10-31 01:51:00,1191.0 -4351,buy_compound_top3,buy,2025-10-31 01:54:00,1191.0 -4352,buy_compound_top3,buy,2025-10-31 02:15:00,1184.0 -4353,buy_compound_top3,buy,2025-10-31 02:18:00,1181.0 -4354,buy_compound_top3,buy,2025-10-31 02:27:00,1181.0 -4355,buy_compound_top3,buy,2025-10-31 02:30:00,1177.0 -4356,buy_compound_top3,buy,2025-10-31 02:33:00,1176.0 -4357,buy_compound_top3,buy,2025-10-31 14:21:00,1214.0 -4358,buy_compound_top3,buy,2025-10-31 14:24:00,1215.0 -4359,buy_compound_top3,buy,2025-10-31 14:27:00,1214.0 -4360,buy_compound_top3,buy,2025-10-31 14:30:00,1214.0 -4361,buy_compound_top3,buy,2025-10-31 14:33:00,1216.0 -4362,buy_compound_top3,buy,2025-10-31 14:42:00,1213.0 -4363,buy_compound_top3,buy,2025-10-31 14:51:00,1213.0 -4364,buy_compound_top3,buy,2025-10-31 14:54:00,1211.0 -4365,buy_compound_top3,buy,2025-10-31 15:21:00,1208.0 -4366,buy_compound_top3,buy,2025-10-31 15:24:00,1207.0 -4367,buy_compound_top3,buy,2025-10-31 15:27:00,1207.0 -4368,buy_compound_top3,buy,2025-10-31 15:30:00,1207.0 -4369,buy_compound_top3,buy,2025-10-31 15:33:00,1206.0 -4370,buy_compound_top3,buy,2025-10-31 15:42:00,1208.0 -4371,buy_compound_top3,buy,2025-10-31 15:45:00,1207.0 -4372,buy_compound_top3,buy,2025-10-31 15:48:00,1206.0 -4373,buy_compound_top3,buy,2025-10-31 15:51:00,1202.0 -4374,buy_compound_top3,buy,2025-10-31 15:54:00,1203.0 -4375,buy_compound_top3,buy,2025-10-31 16:36:00,1202.0 -4376,buy_compound_top3,buy,2025-10-31 16:39:00,1198.0 -4377,buy_compound_top3,buy,2025-10-31 17:15:00,1193.0 -4378,buy_compound_top3,buy,2025-10-31 17:18:00,1197.0 -4379,buy_compound_top3,buy,2025-10-31 20:00:00,1196.0 -4380,buy_compound_top3,buy,2025-10-31 20:03:00,1196.0 -4381,buy_compound_top3,buy,2025-10-31 20:06:00,1196.0 -4382,buy_compound_top3,buy,2025-10-31 20:09:00,1196.0 -4383,buy_compound_top3,buy,2025-11-01 01:21:00,1199.0 -4384,buy_compound_top3,buy,2025-11-01 01:24:00,1198.0 -4385,buy_compound_top3,buy,2025-11-01 02:06:00,1185.0 -4386,buy_compound_top3,buy,2025-11-01 02:09:00,1185.0 -4387,buy_compound_top3,buy,2025-11-01 02:12:00,1182.0 -4388,buy_compound_top3,buy,2025-11-01 02:15:00,1183.0 -4389,buy_compound_top3,buy,2025-11-01 02:18:00,1185.0 -4390,buy_compound_top3,buy,2025-11-01 02:21:00,1179.0 -4391,buy_compound_top3,buy,2025-11-01 02:24:00,1178.0 -4392,buy_compound_top3,buy,2025-11-01 09:15:00,1193.0 -4393,buy_compound_top3,buy,2025-11-01 09:18:00,1195.0 -4394,buy_compound_top3,buy,2025-11-01 09:21:00,1193.0 -4395,buy_compound_top3,buy,2025-11-01 09:24:00,1192.0 -4396,buy_compound_top3,buy,2025-11-01 09:27:00,1191.0 -4397,buy_compound_top3,buy,2025-11-01 09:30:00,1193.0 -4398,buy_compound_top3,buy,2025-11-01 09:33:00,1190.0 -4399,buy_compound_top3,buy,2025-11-01 11:06:00,1188.0 -4400,buy_compound_top3,buy,2025-11-01 11:09:00,1188.0 -4401,buy_compound_top3,buy,2025-11-01 11:15:00,1188.0 -4402,buy_compound_top3,buy,2025-11-01 11:18:00,1193.0 -4403,buy_compound_top3,buy,2025-11-01 23:21:00,1285.0 -4404,buy_compound_top3,buy,2025-11-01 23:24:00,1287.0 -4405,buy_compound_top3,buy,2025-11-01 23:57:00,1278.0 -4406,buy_compound_top3,buy,2025-11-02 07:12:00,1300.0 -4407,buy_compound_top3,buy,2025-11-02 07:15:00,1298.0 -4408,buy_compound_top3,buy,2025-11-02 07:18:00,1298.0 -4409,buy_compound_top3,buy,2025-11-02 07:21:00,1295.0 -4410,buy_compound_top3,buy,2025-11-02 07:24:00,1296.0 -4411,buy_compound_top3,buy,2025-11-02 07:27:00,1296.0 -4412,buy_compound_top3,buy,2025-11-02 10:15:00,1281.0 -4413,buy_compound_top3,buy,2025-11-02 10:18:00,1280.0 -4414,buy_compound_top3,buy,2025-11-02 10:27:00,1276.0 -4415,buy_compound_top3,buy,2025-11-02 10:30:00,1277.0 -4416,buy_compound_top3,buy,2025-11-02 10:33:00,1271.0 -4417,buy_compound_top3,buy,2025-11-02 10:42:00,1272.0 -4418,buy_compound_top3,buy,2025-11-02 10:45:00,1271.0 -4419,buy_compound_top3,buy,2025-11-02 10:48:00,1264.0 -4420,buy_compound_top3,buy,2025-11-02 10:51:00,1267.0 -4421,buy_compound_top3,buy,2025-11-02 10:54:00,1266.0 -4422,buy_compound_top3,buy,2025-11-02 17:12:00,1272.0 -4423,buy_compound_top3,buy,2025-11-02 17:15:00,1274.0 -4424,buy_compound_top3,buy,2025-11-02 17:18:00,1275.0 -4425,buy_compound_top3,buy,2025-11-02 17:57:00,1269.0 -4426,buy_compound_top3,buy,2025-11-02 18:45:00,1268.0 -4427,buy_compound_top3,buy,2025-11-02 18:48:00,1268.0 -4428,buy_compound_top3,buy,2025-11-02 19:36:00,1259.0 -4429,buy_compound_top3,buy,2025-11-02 19:39:00,1259.0 -4430,buy_compound_top3,buy,2025-11-02 22:30:00,1256.0 -4431,buy_compound_top3,buy,2025-11-02 22:33:00,1256.0 -4432,buy_compound_top3,buy,2025-11-02 22:42:00,1254.0 -4433,buy_compound_top3,buy,2025-11-02 22:45:00,1255.0 -4434,buy_compound_top3,buy,2025-11-02 22:48:00,1250.0 -4435,buy_compound_top3,buy,2025-11-02 23:15:00,1252.0 -4436,buy_compound_top3,buy,2025-11-02 23:18:00,1248.0 -4437,buy_compound_top3,buy,2025-11-02 23:36:00,1245.0 -4438,buy_compound_top3,buy,2025-11-02 23:39:00,1242.0 -4439,buy_compound_top3,buy,2025-11-03 04:15:00,1231.0 -4440,buy_compound_top3,buy,2025-11-03 04:18:00,1230.0 -4441,buy_compound_top3,buy,2025-11-03 04:27:00,1228.0 -4442,buy_compound_top3,buy,2025-11-03 04:30:00,1227.0 -4443,buy_compound_top3,buy,2025-11-03 04:33:00,1229.0 -4444,buy_compound_top3,buy,2025-11-03 09:51:00,1235.0 -4445,buy_compound_top3,buy,2025-11-03 09:54:00,1233.0 -4446,buy_compound_top3,buy,2025-11-03 10:06:00,1227.0 -4447,buy_compound_top3,buy,2025-11-03 10:09:00,1229.0 -4448,buy_compound_top3,buy,2025-11-03 10:12:00,1230.0 -4449,buy_compound_top3,buy,2025-11-03 10:51:00,1221.0 -4450,buy_compound_top3,buy,2025-11-03 10:54:00,1221.0 -4451,buy_compound_top3,buy,2025-11-03 11:00:00,1222.0 -4452,buy_compound_top3,buy,2025-11-03 11:03:00,1222.0 -4453,buy_compound_top3,buy,2025-11-03 11:06:00,1218.0 -4454,buy_compound_top3,buy,2025-11-03 11:09:00,1217.0 -4455,buy_compound_top3,buy,2025-11-03 11:12:00,1215.0 -4456,buy_compound_top3,buy,2025-11-03 11:27:00,1215.0 -4457,buy_compound_top3,buy,2025-11-03 11:36:00,1213.0 -4458,buy_compound_top3,buy,2025-11-03 11:39:00,1211.0 -4459,buy_compound_top3,buy,2025-11-03 11:42:00,1211.0 -4460,buy_compound_top3,buy,2025-11-03 11:45:00,1210.0 -4461,buy_compound_top3,buy,2025-11-03 11:48:00,1212.0 -4462,buy_compound_top3,buy,2025-11-03 12:21:00,1201.0 -4463,buy_compound_top3,buy,2025-11-03 12:24:00,1198.0 -4464,buy_compound_top3,buy,2025-11-03 12:27:00,1199.0 -4465,buy_compound_top3,buy,2025-11-03 12:42:00,1186.0 -4466,buy_compound_top3,buy,2025-11-03 12:45:00,1186.0 -4467,buy_compound_top3,buy,2025-11-03 12:48:00,1184.0 -4468,buy_compound_top3,buy,2025-11-03 12:51:00,1182.0 -4469,buy_compound_top3,buy,2025-11-03 12:54:00,1179.0 -4470,buy_compound_top3,buy,2025-11-03 12:57:00,1178.0 -4471,buy_compound_top3,buy,2025-11-03 13:00:00,1179.0 -4472,buy_compound_top3,buy,2025-11-03 13:03:00,1176.0 -4473,buy_compound_top3,buy,2025-11-03 13:06:00,1175.0 -4474,buy_compound_top3,buy,2025-11-03 13:09:00,1173.0 -4475,buy_compound_top3,buy,2025-11-03 15:51:00,1173.0 -4476,buy_compound_top3,buy,2025-11-03 15:54:00,1176.0 -4477,buy_compound_top3,buy,2025-11-03 17:27:00,1170.0 -4478,buy_compound_top3,buy,2025-11-03 17:30:00,1169.0 -4479,buy_compound_top3,buy,2025-11-03 17:33:00,1170.0 -4480,buy_compound_top3,buy,2025-11-03 17:36:00,1171.0 -4481,buy_compound_top3,buy,2025-11-03 17:39:00,1168.0 -4482,buy_compound_top3,buy,2025-11-03 17:42:00,1171.0 -4483,buy_compound_top3,buy,2025-11-03 17:45:00,1169.0 -4484,buy_compound_top3,buy,2025-11-03 17:48:00,1169.0 -4485,buy_compound_top3,buy,2025-11-03 22:21:00,1165.0 -4486,buy_compound_top3,buy,2025-11-03 22:24:00,1165.0 -4487,buy_compound_top3,buy,2025-11-04 00:42:00,1119.0 -4488,buy_compound_top3,buy,2025-11-04 00:57:00,1100.0 -4489,buy_compound_top3,buy,2025-11-04 01:00:00,1100.0 -4490,buy_compound_top3,buy,2025-11-04 01:03:00,1092.0 -4491,buy_compound_top3,buy,2025-11-04 04:21:00,1100.0 -4492,buy_compound_top3,buy,2025-11-04 04:24:00,1094.0 -4493,buy_compound_top3,buy,2025-11-04 04:27:00,1098.0 -4494,buy_compound_top3,buy,2025-11-04 04:57:00,1095.0 -4495,buy_compound_top3,buy,2025-11-04 05:00:00,1091.0 -4496,buy_compound_top3,buy,2025-11-04 05:03:00,1094.0 -4497,buy_compound_top3,buy,2025-11-04 05:06:00,1088.0 -4498,buy_compound_top3,buy,2025-11-04 05:09:00,1085.0 -4499,buy_compound_top3,buy,2025-11-04 05:12:00,1085.0 -4500,buy_compound_top3,buy,2025-11-04 05:15:00,1086.0 -4501,buy_compound_top3,buy,2025-11-04 05:18:00,1084.0 -4502,buy_compound_top3,buy,2025-11-04 05:21:00,1085.0 -4503,buy_compound_top3,buy,2025-11-04 05:24:00,1083.0 -4504,buy_compound_top3,buy,2025-11-04 05:30:00,1082.0 -4505,buy_compound_top3,buy,2025-11-04 05:33:00,1081.0 -4506,buy_compound_top3,buy,2025-11-04 05:51:00,1075.0 -4507,buy_compound_top3,buy,2025-11-04 05:54:00,1070.0 -4508,buy_compound_top3,buy,2025-11-04 14:06:00,1092.0 -4509,buy_compound_top3,buy,2025-11-04 14:09:00,1093.0 -4510,buy_compound_top3,buy,2025-11-04 14:42:00,1066.0 -4511,buy_compound_top3,buy,2025-11-04 14:45:00,1063.0 -4512,buy_compound_top3,buy,2025-11-04 14:48:00,1063.0 -4513,buy_compound_top3,buy,2025-11-04 15:00:00,1048.0 -4514,buy_compound_top3,buy,2025-11-04 15:03:00,1053.0 -4515,buy_compound_top3,buy,2025-11-04 16:21:00,1049.0 -4516,buy_compound_top3,buy,2025-11-04 16:24:00,1047.0 -4517,buy_compound_top3,buy,2025-11-04 16:27:00,1049.0 -4518,buy_compound_top3,buy,2025-11-04 16:30:00,1044.0 -4519,buy_compound_top3,buy,2025-11-04 16:33:00,1043.0 -4520,buy_compound_top3,buy,2025-11-04 17:15:00,1039.0 -4521,buy_compound_top3,buy,2025-11-04 17:18:00,1037.0 -4522,buy_compound_top3,buy,2025-11-04 21:30:00,1060.0 -4523,buy_compound_top3,buy,2025-11-04 21:33:00,1058.0 -4524,buy_compound_top3,buy,2025-11-04 21:36:00,1054.0 -4525,buy_compound_top3,buy,2025-11-04 21:39:00,1053.0 -4526,buy_compound_top3,buy,2025-11-04 21:45:00,1053.0 -4527,buy_compound_top3,buy,2025-11-04 21:48:00,1054.0 -4528,buy_compound_top3,buy,2025-11-04 22:21:00,1051.0 -4529,buy_compound_top3,buy,2025-11-04 22:24:00,1048.0 -4530,buy_compound_top3,buy,2025-11-04 22:27:00,1045.0 -4531,buy_compound_top3,buy,2025-11-04 22:51:00,1046.0 -4532,buy_compound_top3,buy,2025-11-04 22:54:00,1048.0 -4533,buy_compound_top3,buy,2025-11-04 23:00:00,1045.0 -4534,buy_compound_top3,buy,2025-11-04 23:03:00,1039.0 -4535,buy_compound_top3,buy,2025-11-04 23:06:00,1041.0 -4536,buy_compound_top3,buy,2025-11-04 23:09:00,1045.0 -4537,buy_compound_top3,buy,2025-11-04 23:12:00,1041.0 -4538,buy_compound_top3,buy,2025-11-04 23:15:00,1040.0 -4539,buy_compound_top3,buy,2025-11-04 23:18:00,1042.0 -4540,buy_compound_top3,buy,2025-11-05 03:30:00,1031.0 -4541,buy_compound_top3,buy,2025-11-05 03:33:00,1024.0 -4542,buy_compound_top3,buy,2025-11-05 03:36:00,1018.0 -4543,buy_compound_top3,buy,2025-11-05 03:39:00,1023.0 -4544,buy_compound_top3,buy,2025-11-05 05:12:00,1017.0 -4545,buy_compound_top3,buy,2025-11-05 06:30:00,1008.0 -4546,buy_compound_top3,buy,2025-11-05 06:33:00,1000.0 -4547,buy_compound_top3,buy,2025-11-05 06:42:00,993.0 -4548,buy_compound_top3,buy,2025-11-05 10:12:00,1024.0 -4549,buy_compound_top3,buy,2025-11-05 10:15:00,1024.0 -4550,buy_compound_top3,buy,2025-11-05 10:18:00,1015.0 -4551,buy_compound_top3,buy,2025-11-05 10:27:00,997.0 -4552,buy_compound_top3,buy,2025-11-05 10:30:00,1000.0 -4553,buy_compound_top3,buy,2025-11-05 10:33:00,1007.0 -4554,buy_compound_top3,buy,2025-11-05 10:36:00,1002.0 -4555,buy_compound_top3,buy,2025-11-05 10:39:00,999.0 -4556,buy_compound_top3,buy,2025-11-05 10:42:00,1002.0 -4557,buy_compound_top3,buy,2025-11-05 17:36:00,1059.0 -4558,buy_compound_top3,buy,2025-11-05 17:39:00,1055.0 -4559,buy_compound_top3,buy,2025-11-05 17:42:00,1054.0 -4560,buy_compound_top3,buy,2025-11-05 17:45:00,1051.0 -4561,buy_compound_top3,buy,2025-11-05 17:48:00,1049.0 -4562,buy_compound_top3,buy,2025-11-06 06:15:00,1096.0 -4563,buy_compound_top3,buy,2025-11-06 06:18:00,1095.0 -4564,buy_compound_top3,buy,2025-11-06 09:42:00,1099.0 -4565,buy_compound_top3,buy,2025-11-06 09:45:00,1098.0 -4566,buy_compound_top3,buy,2025-11-06 09:48:00,1094.0 -4567,buy_compound_top3,buy,2025-11-06 09:51:00,1094.0 -4568,buy_compound_top3,buy,2025-11-06 09:54:00,1097.0 -4569,buy_compound_top3,buy,2025-11-06 10:00:00,1096.0 -4570,buy_compound_top3,buy,2025-11-06 10:03:00,1093.0 -4571,buy_compound_top3,buy,2025-11-06 10:06:00,1091.0 -4572,buy_compound_top3,buy,2025-11-06 10:09:00,1087.0 -4573,buy_compound_top3,buy,2025-11-06 10:15:00,1088.0 -4574,buy_compound_top3,buy,2025-11-06 10:18:00,1086.0 -4575,buy_compound_top3,buy,2025-11-06 14:36:00,1074.0 -4576,buy_compound_top3,buy,2025-11-06 14:39:00,1069.0 -4577,buy_compound_top3,buy,2025-11-06 14:45:00,1070.0 -4578,buy_compound_top3,buy,2025-11-06 14:48:00,1069.0 -4579,buy_compound_top3,buy,2025-11-06 14:51:00,1069.0 -4580,buy_compound_top3,buy,2025-11-06 14:54:00,1068.0 -4581,buy_compound_top3,buy,2025-11-06 18:51:00,1068.0 -4582,buy_compound_top3,buy,2025-11-06 18:54:00,1069.0 -4583,buy_compound_top3,buy,2025-11-06 21:30:00,1066.0 -4584,buy_compound_top3,buy,2025-11-06 21:33:00,1068.0 -4585,buy_compound_top3,buy,2025-11-06 21:42:00,1063.0 -4586,buy_compound_top3,buy,2025-11-06 21:51:00,1064.0 -4587,buy_compound_top3,buy,2025-11-06 21:54:00,1064.0 -4588,buy_compound_top3,buy,2025-11-06 21:57:00,1063.0 -4589,buy_compound_top3,buy,2025-11-06 22:00:00,1062.0 -4590,buy_compound_top3,buy,2025-11-06 22:03:00,1064.0 -4591,buy_compound_top3,buy,2025-11-07 00:57:00,1050.0 -4592,buy_compound_top3,buy,2025-11-07 01:00:00,1049.0 -4593,buy_compound_top3,buy,2025-11-07 01:03:00,1050.0 -4594,buy_compound_top3,buy,2025-11-07 01:42:00,1039.0 -4595,buy_compound_top3,buy,2025-11-07 05:51:00,1049.0 -4596,buy_compound_top3,buy,2025-11-07 05:54:00,1051.0 -4597,buy_compound_top3,buy,2025-11-07 07:42:00,1051.0 -4598,buy_compound_top3,buy,2025-11-07 07:45:00,1051.0 -4599,buy_compound_top3,buy,2025-11-07 07:48:00,1051.0 -4600,buy_compound_top3,buy,2025-11-07 08:21:00,1049.0 -4601,buy_compound_top3,buy,2025-11-07 08:24:00,1050.0 -4602,buy_compound_top3,buy,2025-11-07 18:30:00,1103.0 -4603,buy_compound_top3,buy,2025-11-07 18:33:00,1106.0 -4604,buy_compound_top3,buy,2025-11-07 18:36:00,1101.0 -4605,buy_compound_top3,buy,2025-11-07 18:39:00,1102.0 -4606,buy_compound_top3,buy,2025-11-07 18:42:00,1098.0 -4607,buy_compound_top3,buy,2025-11-07 20:06:00,1097.0 -4608,buy_compound_top3,buy,2025-11-07 20:09:00,1099.0 -4609,buy_compound_top3,buy,2025-11-07 20:12:00,1095.0 -4610,buy_compound_top3,buy,2025-11-07 20:21:00,1091.0 -4611,buy_compound_top3,buy,2025-11-07 20:24:00,1089.0 -4612,buy_compound_top3,buy,2025-11-07 20:27:00,1086.0 -4613,buy_compound_top3,buy,2025-11-07 20:30:00,1087.0 -4614,buy_compound_top3,buy,2025-11-07 20:33:00,1088.0 -4615,buy_compound_top3,buy,2025-11-07 20:36:00,1086.0 -4616,buy_compound_top3,buy,2025-11-07 20:39:00,1086.0 -4617,buy_compound_top3,buy,2025-11-07 21:30:00,1085.0 -4618,buy_compound_top3,buy,2025-11-07 21:33:00,1083.0 -4619,buy_compound_top3,buy,2025-11-07 21:36:00,1080.0 -4620,buy_compound_top3,buy,2025-11-07 21:39:00,1082.0 -4621,buy_compound_top3,buy,2025-11-07 21:42:00,1079.0 -4622,buy_compound_top3,buy,2025-11-08 08:42:00,1251.0 -4623,buy_compound_top3,buy,2025-11-08 08:45:00,1249.0 -4624,buy_compound_top3,buy,2025-11-08 08:48:00,1245.0 -4625,buy_compound_top3,buy,2025-11-08 08:51:00,1246.0 -4626,buy_compound_top3,buy,2025-11-08 08:54:00,1235.0 -4627,buy_compound_top3,buy,2025-11-08 08:57:00,1240.0 -4628,buy_compound_top3,buy,2025-11-08 14:27:00,1238.0 -4629,buy_compound_top3,buy,2025-11-08 14:30:00,1236.0 -4630,buy_compound_top3,buy,2025-11-08 14:33:00,1236.0 -4631,buy_compound_top3,buy,2025-11-08 14:51:00,1223.0 -4632,buy_compound_top3,buy,2025-11-08 14:54:00,1221.0 -4633,buy_compound_top3,buy,2025-11-08 14:57:00,1224.0 -4634,buy_compound_top3,buy,2025-11-08 15:00:00,1221.0 -4635,buy_compound_top3,buy,2025-11-08 15:03:00,1217.0 -4636,buy_compound_top3,buy,2025-11-08 15:06:00,1212.0 -4637,buy_compound_top3,buy,2025-11-08 15:09:00,1209.0 -4638,buy_compound_top3,buy,2025-11-08 15:12:00,1212.0 -4639,buy_compound_top3,buy,2025-11-08 15:15:00,1208.0 -4640,buy_compound_top3,buy,2025-11-08 15:18:00,1215.0 -4641,buy_compound_top3,buy,2025-11-08 22:45:00,1226.0 -4642,buy_compound_top3,buy,2025-11-08 22:48:00,1224.0 -4643,buy_compound_top3,buy,2025-11-08 22:51:00,1226.0 -4644,buy_compound_top3,buy,2025-11-08 22:54:00,1221.0 -4645,buy_compound_top3,buy,2025-11-08 23:06:00,1218.0 -4646,buy_compound_top3,buy,2025-11-08 23:09:00,1214.0 -4647,buy_compound_top3,buy,2025-11-08 23:12:00,1210.0 -4648,buy_compound_top3,buy,2025-11-09 00:42:00,1189.0 -4649,buy_compound_top3,buy,2025-11-09 09:30:00,1205.0 -4650,buy_compound_top3,buy,2025-11-09 09:33:00,1210.0 -4651,buy_compound_top3,buy,2025-11-09 09:51:00,1204.0 -4652,buy_compound_top3,buy,2025-11-09 09:54:00,1204.0 -4653,buy_compound_top3,buy,2025-11-09 09:57:00,1199.0 -4654,buy_compound_top3,buy,2025-11-09 10:36:00,1198.0 -4655,buy_compound_top3,buy,2025-11-09 10:39:00,1200.0 -4656,buy_compound_top3,buy,2025-11-09 11:51:00,1185.0 -4657,buy_compound_top3,buy,2025-11-09 11:54:00,1179.0 -4658,buy_compound_top3,buy,2025-11-09 12:00:00,1177.0 -4659,buy_compound_top3,buy,2025-11-09 12:03:00,1178.0 -4660,buy_compound_top3,buy,2025-11-09 12:21:00,1176.0 -4661,buy_compound_top3,buy,2025-11-09 12:24:00,1170.0 -4662,buy_compound_top3,buy,2025-11-09 12:27:00,1166.0 -4663,buy_compound_top3,buy,2025-11-09 17:51:00,1177.0 -4664,buy_compound_top3,buy,2025-11-09 17:54:00,1178.0 -4665,buy_compound_top3,buy,2025-11-09 19:00:00,1173.0 -4666,buy_compound_top3,buy,2025-11-09 19:03:00,1171.0 -4667,buy_compound_top3,buy,2025-11-09 19:06:00,1170.0 -4668,buy_compound_top3,buy,2025-11-09 19:09:00,1170.0 -4669,buy_compound_top3,buy,2025-11-10 02:42:00,1204.0 -4670,buy_compound_top3,buy,2025-11-10 03:06:00,1205.0 -4671,buy_compound_top3,buy,2025-11-10 03:09:00,1201.0 -4672,buy_compound_top3,buy,2025-11-10 03:12:00,1201.0 -4673,buy_compound_top3,buy,2025-11-10 03:15:00,1202.0 -4674,buy_compound_top3,buy,2025-11-10 03:18:00,1201.0 -4675,buy_compound_top3,buy,2025-11-10 07:00:00,1212.0 -4676,buy_compound_top3,buy,2025-11-10 07:03:00,1212.0 -4677,buy_compound_top3,buy,2025-11-10 07:42:00,1203.0 -4678,buy_compound_top3,buy,2025-11-10 15:30:00,1226.0 -4679,buy_compound_top3,buy,2025-11-10 15:33:00,1226.0 -4680,buy_compound_top3,buy,2025-11-10 23:36:00,1233.0 -4681,buy_compound_top3,buy,2025-11-10 23:39:00,1233.0 -4682,buy_compound_top3,buy,2025-11-11 00:00:00,1221.0 -4683,buy_compound_top3,buy,2025-11-11 00:03:00,1221.0 -4684,buy_compound_top3,buy,2025-11-11 01:27:00,1218.0 -4685,buy_compound_top3,buy,2025-11-11 01:30:00,1216.0 -4686,buy_compound_top3,buy,2025-11-11 01:33:00,1216.0 -4687,buy_compound_top3,buy,2025-11-11 01:51:00,1207.0 -4688,buy_compound_top3,buy,2025-11-11 01:54:00,1203.0 -4689,buy_compound_top3,buy,2025-11-11 01:57:00,1205.0 -4690,buy_compound_top3,buy,2025-11-11 02:00:00,1203.0 -4691,buy_compound_top3,buy,2025-11-11 02:03:00,1202.0 -4692,buy_compound_top3,buy,2025-11-11 06:12:00,1211.0 -4693,buy_compound_top3,buy,2025-11-11 06:15:00,1209.0 -4694,buy_compound_top3,buy,2025-11-11 06:18:00,1209.0 -4695,buy_compound_top3,buy,2025-11-11 06:21:00,1208.0 -4696,buy_compound_top3,buy,2025-11-11 06:24:00,1206.0 -4697,buy_compound_top3,buy,2025-11-11 06:27:00,1205.0 -4698,buy_compound_top3,buy,2025-11-11 06:30:00,1205.0 -4699,buy_compound_top3,buy,2025-11-11 06:33:00,1205.0 -4700,buy_compound_top3,buy,2025-11-11 06:36:00,1206.0 -4701,buy_compound_top3,buy,2025-11-11 06:39:00,1206.0 -4702,buy_compound_top3,buy,2025-11-11 14:00:00,1226.0 -4703,buy_compound_top3,buy,2025-11-11 14:03:00,1221.0 -4704,buy_compound_top3,buy,2025-11-11 14:12:00,1214.0 -4705,buy_compound_top3,buy,2025-11-11 14:21:00,1213.0 -4706,buy_compound_top3,buy,2025-11-11 14:24:00,1212.0 -4707,buy_compound_top3,buy,2025-11-11 14:27:00,1212.0 -4708,buy_compound_top3,buy,2025-11-11 15:06:00,1202.0 -4709,buy_compound_top3,buy,2025-11-11 15:09:00,1197.0 -4710,buy_compound_top3,buy,2025-11-11 15:12:00,1201.0 -4711,buy_compound_top3,buy,2025-11-11 15:15:00,1199.0 -4712,buy_compound_top3,buy,2025-11-11 15:18:00,1202.0 -4713,buy_compound_top3,buy,2025-11-11 15:21:00,1201.0 -4714,buy_compound_top3,buy,2025-11-11 15:24:00,1198.0 -4715,buy_compound_top3,buy,2025-11-11 16:21:00,1193.0 -4716,buy_compound_top3,buy,2025-11-11 16:24:00,1195.0 -4717,buy_compound_top3,buy,2025-11-11 16:27:00,1194.0 -4718,buy_compound_top3,buy,2025-11-11 16:57:00,1186.0 -4719,buy_compound_top3,buy,2025-11-11 17:00:00,1183.0 -4720,buy_compound_top3,buy,2025-11-11 17:03:00,1185.0 -4721,buy_compound_top3,buy,2025-11-11 21:51:00,1186.0 -4722,buy_compound_top3,buy,2025-11-11 21:54:00,1190.0 -4723,buy_compound_top3,buy,2025-11-11 23:00:00,1186.0 -4724,buy_compound_top3,buy,2025-11-11 23:03:00,1180.0 -4725,buy_compound_top3,buy,2025-11-11 23:12:00,1181.0 -4726,buy_compound_top3,buy,2025-11-11 23:51:00,1181.0 -4727,buy_compound_top3,buy,2025-11-11 23:54:00,1178.0 -4728,buy_compound_top3,buy,2025-11-12 03:27:00,1178.0 -4729,buy_compound_top3,buy,2025-11-12 03:42:00,1183.0 -4730,buy_compound_top3,buy,2025-11-12 04:00:00,1180.0 -4731,buy_compound_top3,buy,2025-11-12 04:03:00,1176.0 -4732,buy_compound_top3,buy,2025-11-12 04:45:00,1175.0 -4733,buy_compound_top3,buy,2025-11-12 04:48:00,1174.0 -4734,buy_compound_top3,buy,2025-11-12 04:57:00,1172.0 -4735,buy_compound_top3,buy,2025-11-12 05:00:00,1171.0 -4736,buy_compound_top3,buy,2025-11-12 05:03:00,1172.0 -4737,buy_compound_top3,buy,2025-11-12 05:06:00,1171.0 -4738,buy_compound_top3,buy,2025-11-12 05:09:00,1168.0 -4739,buy_compound_top3,buy,2025-11-12 05:12:00,1171.0 -4740,buy_compound_top3,buy,2025-11-12 05:45:00,1161.0 -4741,buy_compound_top3,buy,2025-11-12 05:48:00,1161.0 -4742,buy_compound_top3,buy,2025-11-12 05:57:00,1161.0 -4743,buy_compound_top3,buy,2025-11-12 06:42:00,1158.0 -4744,buy_compound_top3,buy,2025-11-12 06:45:00,1158.0 -4745,buy_compound_top3,buy,2025-11-12 06:48:00,1158.0 -4746,buy_compound_top3,buy,2025-11-12 06:51:00,1155.0 -4747,buy_compound_top3,buy,2025-11-12 06:54:00,1156.0 -4748,buy_compound_top3,buy,2025-11-12 06:57:00,1158.0 -4749,buy_compound_top3,buy,2025-11-12 09:12:00,1151.0 -4750,buy_compound_top3,buy,2025-11-12 10:00:00,1149.0 -4751,buy_compound_top3,buy,2025-11-12 10:03:00,1152.0 -4752,buy_compound_top3,buy,2025-11-12 22:15:00,1198.0 -4753,buy_compound_top3,buy,2025-11-12 22:18:00,1197.0 -4754,buy_compound_top3,buy,2025-11-12 22:21:00,1198.0 -4755,buy_compound_top3,buy,2025-11-12 22:24:00,1199.0 -4756,buy_compound_top3,buy,2025-11-12 23:57:00,1183.0 -4757,buy_compound_top3,buy,2025-11-13 00:00:00,1184.0 -4758,buy_compound_top3,buy,2025-11-13 00:03:00,1180.0 -4759,buy_compound_top3,buy,2025-11-13 00:15:00,1182.0 -4760,buy_compound_top3,buy,2025-11-13 00:18:00,1183.0 -4761,buy_compound_top3,buy,2025-11-13 00:42:00,1173.0 -4762,buy_compound_top3,buy,2025-11-13 00:45:00,1172.0 -4763,buy_compound_top3,buy,2025-11-13 00:48:00,1167.0 -4764,buy_compound_top3,buy,2025-11-13 00:51:00,1167.0 -4765,buy_compound_top3,buy,2025-11-13 00:54:00,1156.0 -4766,buy_compound_top3,buy,2025-11-13 01:06:00,1153.0 -4767,buy_compound_top3,buy,2025-11-13 01:09:00,1145.0 -4768,buy_compound_top3,buy,2025-11-13 01:21:00,1140.0 -4769,buy_compound_top3,buy,2025-11-13 01:24:00,1135.0 -4770,buy_compound_top3,buy,2025-11-13 01:27:00,1131.0 -4771,buy_compound_top3,buy,2025-11-13 08:42:00,1145.0 -4772,buy_compound_top3,buy,2025-11-13 08:45:00,1146.0 -4773,buy_compound_top3,buy,2025-11-13 08:48:00,1146.0 -4774,buy_compound_top3,buy,2025-11-13 18:21:00,1178.0 -4775,buy_compound_top3,buy,2025-11-13 18:24:00,1177.0 -4776,buy_compound_top3,buy,2025-11-13 18:27:00,1176.0 -4777,buy_compound_top3,buy,2025-11-13 18:36:00,1174.0 -4778,buy_compound_top3,buy,2025-11-13 18:39:00,1173.0 -4779,buy_compound_top3,buy,2025-11-13 20:30:00,1171.0 -4780,buy_compound_top3,buy,2025-11-13 20:33:00,1172.0 -4781,buy_compound_top3,buy,2025-11-13 23:21:00,1171.0 -4782,buy_compound_top3,buy,2025-11-13 23:24:00,1174.0 -4783,buy_compound_top3,buy,2025-11-14 01:21:00,1162.0 -4784,buy_compound_top3,buy,2025-11-14 01:24:00,1158.0 -4785,buy_compound_top3,buy,2025-11-14 01:27:00,1159.0 -4786,buy_compound_top3,buy,2025-11-14 01:51:00,1157.0 -4787,buy_compound_top3,buy,2025-11-14 01:54:00,1149.0 -4788,buy_compound_top3,buy,2025-11-14 01:57:00,1148.0 -4789,buy_compound_top3,buy,2025-11-14 02:00:00,1147.0 -4790,buy_compound_top3,buy,2025-11-14 02:03:00,1143.0 -4791,buy_compound_top3,buy,2025-11-14 02:06:00,1140.0 -4792,buy_compound_top3,buy,2025-11-14 02:09:00,1144.0 -4793,buy_compound_top3,buy,2025-11-14 02:15:00,1140.0 -4794,buy_compound_top3,buy,2025-11-14 02:18:00,1142.0 -4795,buy_compound_top3,buy,2025-11-14 02:21:00,1139.0 -4796,buy_compound_top3,buy,2025-11-14 02:24:00,1141.0 -4797,buy_compound_top3,buy,2025-11-14 02:42:00,1125.0 -4798,buy_compound_top3,buy,2025-11-14 02:45:00,1126.0 -4799,buy_compound_top3,buy,2025-11-14 02:48:00,1126.0 -4800,buy_compound_top3,buy,2025-11-14 02:51:00,1121.0 -4801,buy_compound_top3,buy,2025-11-14 02:54:00,1121.0 -4802,buy_compound_top3,buy,2025-11-14 02:57:00,1117.0 -4803,buy_compound_top3,buy,2025-11-14 03:00:00,1118.0 -4804,buy_compound_top3,buy,2025-11-14 03:03:00,1121.0 -4805,buy_compound_top3,buy,2025-11-14 03:06:00,1117.0 -4806,buy_compound_top3,buy,2025-11-14 03:09:00,1117.0 -4807,buy_compound_top3,buy,2025-11-14 03:12:00,1114.0 -4808,buy_compound_top3,buy,2025-11-14 03:36:00,1101.0 -4809,buy_compound_top3,buy,2025-11-14 03:39:00,1101.0 -4810,buy_compound_top3,buy,2025-11-14 05:21:00,1105.0 -4811,buy_compound_top3,buy,2025-11-14 05:24:00,1106.0 -4812,buy_compound_top3,buy,2025-11-14 06:30:00,1102.0 -4813,buy_compound_top3,buy,2025-11-14 06:33:00,1104.0 -4814,buy_compound_top3,buy,2025-11-14 06:36:00,1102.0 -4815,buy_compound_top3,buy,2025-11-14 06:39:00,1102.0 -4816,buy_compound_top3,buy,2025-11-14 11:51:00,1118.0 -4817,buy_compound_top3,buy,2025-11-14 11:54:00,1116.0 -4818,buy_compound_top3,buy,2025-11-14 12:12:00,1115.0 -4819,buy_compound_top3,buy,2025-11-14 12:21:00,1112.0 -4820,buy_compound_top3,buy,2025-11-14 12:24:00,1111.0 -4821,buy_compound_top3,buy,2025-11-14 12:27:00,1111.0 -4822,buy_compound_top3,buy,2025-11-14 12:30:00,1113.0 -4823,buy_compound_top3,buy,2025-11-14 12:33:00,1111.0 -4824,buy_compound_top3,buy,2025-11-14 12:42:00,1107.0 -4825,buy_compound_top3,buy,2025-11-14 12:45:00,1108.0 -4826,buy_compound_top3,buy,2025-11-14 12:48:00,1108.0 -4827,buy_compound_top3,buy,2025-11-14 12:51:00,1106.0 -4828,buy_compound_top3,buy,2025-11-14 12:54:00,1106.0 -4829,buy_compound_top3,buy,2025-11-14 13:06:00,1102.0 -4830,buy_compound_top3,buy,2025-11-14 13:09:00,1103.0 -4831,buy_compound_top3,buy,2025-11-14 13:21:00,1102.0 -4832,buy_compound_top3,buy,2025-11-14 13:24:00,1101.0 -4833,buy_compound_top3,buy,2025-11-14 13:27:00,1104.0 -4834,buy_compound_top3,buy,2025-11-14 13:45:00,1085.0 -4835,buy_compound_top3,buy,2025-11-14 13:48:00,1088.0 -4836,buy_compound_top3,buy,2025-11-14 18:45:00,1100.0 -4837,buy_compound_top3,buy,2025-11-14 18:48:00,1100.0 -4838,buy_compound_top3,buy,2025-11-14 18:51:00,1099.0 -4839,buy_compound_top3,buy,2025-11-14 18:54:00,1097.0 -4840,buy_compound_top3,buy,2025-11-14 18:57:00,1097.0 -4841,buy_compound_top3,buy,2025-11-14 20:30:00,1090.0 -4842,buy_compound_top3,buy,2025-11-14 20:33:00,1088.0 -4843,buy_compound_top3,buy,2025-11-14 20:36:00,1087.0 -4844,buy_compound_top3,buy,2025-11-14 20:39:00,1084.0 -4845,buy_compound_top3,buy,2025-11-14 20:45:00,1085.0 -4846,buy_compound_top3,buy,2025-11-14 20:48:00,1086.0 -4847,buy_compound_top3,buy,2025-11-14 21:00:00,1086.0 -4848,buy_compound_top3,buy,2025-11-14 21:03:00,1081.0 -4849,buy_compound_top3,buy,2025-11-14 21:06:00,1081.0 -4850,buy_compound_top3,buy,2025-11-14 21:09:00,1080.0 -4851,buy_compound_top3,buy,2025-11-14 21:12:00,1078.0 -4852,buy_compound_top3,buy,2025-11-14 21:15:00,1078.0 -4853,buy_compound_top3,buy,2025-11-14 21:18:00,1080.0 -4854,buy_compound_top3,buy,2025-11-14 21:21:00,1076.0 -4855,buy_compound_top3,buy,2025-11-14 21:24:00,1076.0 -4856,buy_compound_top3,buy,2025-11-14 21:36:00,1074.0 -4857,buy_compound_top3,buy,2025-11-14 21:39:00,1069.0 -4858,buy_compound_top3,buy,2025-11-15 03:00:00,1089.0 -4859,buy_compound_top3,buy,2025-11-15 03:03:00,1088.0 -4860,buy_compound_top3,buy,2025-11-15 05:30:00,1091.0 -4861,buy_compound_top3,buy,2025-11-15 05:33:00,1090.0 -4862,buy_compound_top3,buy,2025-11-15 05:57:00,1081.0 -4863,buy_compound_top3,buy,2025-11-15 08:15:00,1070.0 -4864,buy_compound_top3,buy,2025-11-15 08:18:00,1069.0 -4865,buy_compound_top3,buy,2025-11-15 14:21:00,1089.0 -4866,buy_compound_top3,buy,2025-11-15 14:24:00,1090.0 -4867,buy_compound_top3,buy,2025-11-15 14:27:00,1085.0 -4868,buy_compound_top3,buy,2025-11-15 14:30:00,1087.0 -4869,buy_compound_top3,buy,2025-11-15 14:33:00,1086.0 -4870,buy_compound_top3,buy,2025-11-15 14:36:00,1084.0 -4871,buy_compound_top3,buy,2025-11-15 14:39:00,1084.0 -4872,buy_compound_top3,buy,2025-11-15 16:12:00,1082.0 -4873,buy_compound_top3,buy,2025-11-15 16:15:00,1084.0 -4874,buy_compound_top3,buy,2025-11-15 16:18:00,1083.0 -4875,buy_compound_top3,buy,2025-11-15 16:21:00,1082.0 -4876,buy_compound_top3,buy,2025-11-15 16:24:00,1082.0 -4877,buy_compound_top3,buy,2025-11-15 16:36:00,1080.0 -4878,buy_compound_top3,buy,2025-11-15 16:39:00,1078.0 -4879,buy_compound_top3,buy,2025-11-15 16:42:00,1077.0 -4880,buy_compound_top3,buy,2025-11-15 16:45:00,1078.0 -4881,buy_compound_top3,buy,2025-11-15 16:48:00,1079.0 -4882,buy_compound_top3,buy,2025-11-15 17:06:00,1074.0 -4883,buy_compound_top3,buy,2025-11-15 17:09:00,1075.0 -4884,buy_compound_top3,buy,2025-11-15 17:12:00,1074.0 -4885,buy_compound_top3,buy,2025-11-15 17:15:00,1074.0 -4886,buy_compound_top3,buy,2025-11-15 17:18:00,1074.0 -4887,buy_compound_top3,buy,2025-11-15 17:21:00,1072.0 -4888,buy_compound_top3,buy,2025-11-15 17:24:00,1069.0 -4889,buy_compound_top3,buy,2025-11-15 17:30:00,1068.0 -4890,buy_compound_top3,buy,2025-11-15 17:33:00,1067.0 -4891,buy_compound_top3,buy,2025-11-15 17:42:00,1070.0 -4892,buy_compound_top3,buy,2025-11-15 17:45:00,1065.0 -4893,buy_compound_top3,buy,2025-11-15 17:48:00,1061.0 -4894,buy_compound_top3,buy,2025-11-15 17:57:00,1061.0 -4895,buy_compound_top3,buy,2025-11-15 18:00:00,1061.0 -4896,buy_compound_top3,buy,2025-11-15 18:03:00,1059.0 -4897,buy_compound_top3,buy,2025-11-15 20:51:00,1058.0 -4898,buy_compound_top3,buy,2025-11-15 20:54:00,1059.0 -4899,buy_compound_top3,buy,2025-11-15 23:51:00,1061.0 -4900,buy_compound_top3,buy,2025-11-15 23:54:00,1065.0 -4901,buy_compound_top3,buy,2025-11-16 00:00:00,1062.0 -4902,buy_compound_top3,buy,2025-11-16 00:03:00,1060.0 -4903,buy_compound_top3,buy,2025-11-16 01:27:00,1053.0 -4904,buy_compound_top3,buy,2025-11-16 01:36:00,1050.0 -4905,buy_compound_top3,buy,2025-11-16 01:39:00,1052.0 -4906,buy_compound_top3,buy,2025-11-16 05:30:00,1053.0 -4907,buy_compound_top3,buy,2025-11-16 05:33:00,1054.0 -4908,buy_compound_top3,buy,2025-11-16 05:36:00,1054.0 -4909,buy_compound_top3,buy,2025-11-16 05:39:00,1052.0 -4910,buy_compound_top3,buy,2025-11-16 05:42:00,1051.0 -4911,buy_compound_top3,buy,2025-11-16 05:45:00,1051.0 -4912,buy_compound_top3,buy,2025-11-16 05:48:00,1052.0 -4913,buy_compound_top3,buy,2025-11-16 05:51:00,1055.0 -4914,buy_compound_top3,buy,2025-11-16 05:54:00,1051.0 -4915,buy_compound_top3,buy,2025-11-16 06:57:00,1048.0 -4916,buy_compound_top3,buy,2025-11-16 07:00:00,1047.0 -4917,buy_compound_top3,buy,2025-11-16 07:03:00,1049.0 -4918,buy_compound_top3,buy,2025-11-16 14:45:00,1046.0 -4919,buy_compound_top3,buy,2025-11-16 14:48:00,1046.0 -4920,buy_compound_top3,buy,2025-11-16 17:30:00,1044.0 -4921,buy_compound_top3,buy,2025-11-16 17:33:00,1044.0 -4922,buy_compound_top3,buy,2025-11-16 17:36:00,1043.0 -4923,buy_compound_top3,buy,2025-11-16 17:39:00,1043.0 -4924,buy_compound_top3,buy,2025-11-16 17:42:00,1043.0 -4925,buy_compound_top3,buy,2025-11-16 20:45:00,1027.0 -4926,buy_compound_top3,buy,2025-11-16 20:48:00,1029.0 -4927,buy_compound_top3,buy,2025-11-17 01:06:00,1019.0 -4928,buy_compound_top3,buy,2025-11-17 01:09:00,1015.0 -4929,buy_compound_top3,buy,2025-11-17 01:12:00,1012.0 -4930,buy_compound_top3,buy,2025-11-17 01:15:00,1013.0 -4931,buy_compound_top3,buy,2025-11-17 01:18:00,1012.0 -4932,buy_compound_top3,buy,2025-11-17 01:30:00,1011.0 -4933,buy_compound_top3,buy,2025-11-17 01:33:00,1010.0 -4934,buy_compound_top3,buy,2025-11-17 01:45:00,1009.0 -4935,buy_compound_top3,buy,2025-11-17 01:48:00,1002.0 -4936,buy_compound_top3,buy,2025-11-17 01:51:00,1004.0 -4937,buy_compound_top3,buy,2025-11-17 01:54:00,1004.0 -4938,buy_compound_top3,buy,2025-11-17 01:57:00,1003.0 -4939,buy_compound_top3,buy,2025-11-17 02:00:00,1002.0 -4940,buy_compound_top3,buy,2025-11-17 02:03:00,1000.0 -4941,buy_compound_top3,buy,2025-11-17 02:06:00,999.0 -4942,buy_compound_top3,buy,2025-11-17 02:09:00,999.0 -4943,buy_compound_top3,buy,2025-11-17 02:12:00,999.0 -4944,buy_compound_top3,buy,2025-11-17 02:15:00,998.0 -4945,buy_compound_top3,buy,2025-11-17 02:18:00,995.0 -4946,buy_compound_top3,buy,2025-11-17 02:21:00,991.0 -4947,buy_compound_top3,buy,2025-11-17 02:24:00,1000.0 -4948,buy_compound_top3,buy,2025-11-17 02:30:00,998.0 -4949,buy_compound_top3,buy,2025-11-17 02:33:00,994.0 -4950,buy_compound_top3,buy,2025-11-17 15:42:00,1011.0 -4951,buy_compound_top3,buy,2025-11-17 15:45:00,1010.0 -4952,buy_compound_top3,buy,2025-11-17 15:48:00,1010.0 -4953,buy_compound_top3,buy,2025-11-17 21:42:00,1015.0 -4954,buy_compound_top3,buy,2025-11-17 21:45:00,1015.0 -4955,buy_compound_top3,buy,2025-11-17 21:48:00,1014.0 -4956,buy_compound_top3,buy,2025-11-17 21:51:00,1015.0 -4957,buy_compound_top3,buy,2025-11-17 21:54:00,1014.0 -4958,buy_compound_top3,buy,2025-11-17 21:57:00,1015.0 -4959,buy_compound_top3,buy,2025-11-17 22:06:00,1012.0 -4960,buy_compound_top3,buy,2025-11-17 22:09:00,1012.0 -4961,buy_compound_top3,buy,2025-11-18 01:12:00,993.0 -4962,buy_compound_top3,buy,2025-11-18 01:15:00,989.0 -4963,buy_compound_top3,buy,2025-11-18 01:18:00,989.0 -4964,buy_compound_top3,buy,2025-11-18 02:45:00,988.0 -4965,buy_compound_top3,buy,2025-11-18 02:48:00,985.0 -4966,buy_compound_top3,buy,2025-11-18 02:51:00,988.0 -4967,buy_compound_top3,buy,2025-11-18 02:54:00,987.0 -4968,buy_compound_top3,buy,2025-11-18 03:27:00,981.0 -4969,buy_compound_top3,buy,2025-11-18 03:30:00,980.0 -4970,buy_compound_top3,buy,2025-11-18 03:33:00,980.0 -4971,buy_compound_top3,buy,2025-11-18 03:36:00,978.0 -4972,buy_compound_top3,buy,2025-11-18 03:39:00,975.0 -4973,buy_compound_top3,buy,2025-11-18 04:15:00,976.0 -4974,buy_compound_top3,buy,2025-11-18 04:18:00,978.0 -4975,buy_compound_top3,buy,2025-11-18 04:21:00,976.0 -4976,buy_compound_top3,buy,2025-11-18 04:24:00,977.0 -4977,buy_compound_top3,buy,2025-11-18 04:45:00,973.0 -4978,buy_compound_top3,buy,2025-11-18 04:48:00,966.0 -4979,buy_compound_top3,buy,2025-11-18 04:51:00,972.0 -4980,buy_compound_top3,buy,2025-11-18 04:54:00,971.0 -4981,buy_compound_top3,buy,2025-11-18 04:57:00,971.0 -4982,buy_compound_top3,buy,2025-11-18 05:00:00,969.0 -4983,buy_compound_top3,buy,2025-11-18 05:03:00,967.0 -4984,buy_compound_top3,buy,2025-11-18 05:45:00,963.0 -4985,buy_compound_top3,buy,2025-11-18 05:48:00,966.0 -4986,buy_compound_top3,buy,2025-11-18 06:45:00,963.0 -4987,buy_compound_top3,buy,2025-11-18 06:48:00,963.0 -4988,buy_compound_top3,buy,2025-11-18 15:42:00,982.0 -4989,buy_compound_top3,buy,2025-11-18 15:45:00,982.0 -4990,buy_compound_top3,buy,2025-11-18 15:48:00,983.0 -4991,buy_compound_top3,buy,2025-11-18 15:51:00,981.0 -4992,buy_compound_top3,buy,2025-11-18 15:54:00,981.0 -4993,buy_compound_top3,buy,2025-11-18 16:00:00,980.0 -4994,buy_compound_top3,buy,2025-11-18 16:03:00,978.0 -4995,buy_compound_top3,buy,2025-11-18 22:30:00,990.0 -4996,buy_compound_top3,buy,2025-11-18 22:33:00,990.0 -4997,buy_compound_top3,buy,2025-11-19 05:51:00,1018.0 -4998,buy_compound_top3,buy,2025-11-19 05:54:00,1019.0 -4999,buy_compound_top3,buy,2025-11-19 06:57:00,1010.0 -5000,buy_compound_top3,buy,2025-11-19 09:27:00,1012.0 -5001,buy_compound_top3,buy,2025-11-19 12:57:00,1004.0 -5002,buy_compound_top3,buy,2025-11-19 13:00:00,1003.0 -5003,buy_compound_top3,buy,2025-11-19 13:03:00,1003.0 -5004,buy_compound_top3,buy,2025-11-19 13:06:00,1003.0 -5005,buy_compound_top3,buy,2025-11-19 13:09:00,1001.0 -5006,buy_compound_top3,buy,2025-11-19 13:12:00,1001.0 -5007,buy_compound_top3,buy,2025-11-19 13:45:00,997.0 -5008,buy_compound_top3,buy,2025-11-19 13:48:00,998.0 -5009,buy_compound_top3,buy,2025-11-19 14:21:00,995.0 -5010,buy_compound_top3,buy,2025-11-19 14:24:00,993.0 -5011,buy_compound_top3,buy,2025-11-19 14:27:00,990.0 -5012,buy_compound_top3,buy,2025-11-19 18:15:00,989.0 -5013,buy_compound_top3,buy,2025-11-19 18:18:00,986.0 -5014,buy_compound_top3,buy,2025-11-19 18:21:00,986.0 -5015,buy_compound_top3,buy,2025-11-19 18:24:00,983.0 -5016,buy_compound_top3,buy,2025-11-19 23:27:00,981.0 -5017,buy_compound_top3,buy,2025-11-20 00:51:00,980.0 -5018,buy_compound_top3,buy,2025-11-20 00:54:00,979.0 -5019,buy_compound_top3,buy,2025-11-20 00:57:00,978.0 -5020,buy_compound_top3,buy,2025-11-20 01:00:00,977.0 -5021,buy_compound_top3,buy,2025-11-20 01:03:00,983.0 -5022,buy_compound_top3,buy,2025-11-20 01:21:00,973.0 -5023,buy_compound_top3,buy,2025-11-20 01:24:00,971.0 -5024,buy_compound_top3,buy,2025-11-20 01:27:00,972.0 -5025,buy_compound_top3,buy,2025-11-20 01:30:00,971.0 -5026,buy_compound_top3,buy,2025-11-20 01:33:00,972.0 -5027,buy_compound_top3,buy,2025-11-20 01:45:00,968.0 -5028,buy_compound_top3,buy,2025-11-20 01:48:00,969.0 -5029,buy_compound_top3,buy,2025-11-20 01:51:00,967.0 -5030,buy_compound_top3,buy,2025-11-20 01:54:00,966.0 -5031,buy_compound_top3,buy,2025-11-20 02:06:00,962.0 -5032,buy_compound_top3,buy,2025-11-20 02:09:00,963.0 -5033,buy_compound_top3,buy,2025-11-20 02:15:00,962.0 -5034,buy_compound_top3,buy,2025-11-20 02:18:00,962.0 -5035,buy_compound_top3,buy,2025-11-20 03:36:00,955.0 -5036,buy_compound_top3,buy,2025-11-20 03:39:00,956.0 -5037,buy_compound_top3,buy,2025-11-20 03:42:00,953.0 -5038,buy_compound_top3,buy,2025-11-20 03:45:00,952.0 -5039,buy_compound_top3,buy,2025-11-20 03:48:00,953.0 -5040,buy_compound_top3,buy,2025-11-20 03:51:00,952.0 -5041,buy_compound_top3,buy,2025-11-20 03:54:00,951.0 -5042,buy_compound_top3,buy,2025-11-20 13:30:00,1000.0 -5043,buy_compound_top3,buy,2025-11-20 13:33:00,1002.0 -5044,buy_compound_top3,buy,2025-11-20 13:36:00,999.0 -5045,buy_compound_top3,buy,2025-11-20 13:39:00,1000.0 -5046,buy_compound_top3,buy,2025-11-20 13:42:00,1001.0 -5047,buy_compound_top3,buy,2025-11-21 00:15:00,1039.0 -5048,buy_compound_top3,buy,2025-11-21 00:18:00,1038.0 -5049,buy_compound_top3,buy,2025-11-21 00:51:00,1028.0 -5050,buy_compound_top3,buy,2025-11-21 00:54:00,1031.0 -5051,buy_compound_top3,buy,2025-11-21 00:57:00,1029.0 -5052,buy_compound_top3,buy,2025-11-21 01:21:00,1001.0 -5053,buy_compound_top3,buy,2025-11-21 01:24:00,1001.0 -5054,buy_compound_top3,buy,2025-11-21 01:27:00,1006.0 -5055,buy_compound_top3,buy,2025-11-21 01:30:00,1000.0 -5056,buy_compound_top3,buy,2025-11-21 01:33:00,999.0 -5057,buy_compound_top3,buy,2025-11-21 01:36:00,994.0 -5058,buy_compound_top3,buy,2025-11-21 01:39:00,992.0 -5059,buy_compound_top3,buy,2025-11-21 01:42:00,990.0 -5060,buy_compound_top3,buy,2025-11-21 01:45:00,982.0 -5061,buy_compound_top3,buy,2025-11-21 01:48:00,985.0 -5062,buy_compound_top3,buy,2025-11-21 01:51:00,983.0 -5063,buy_compound_top3,buy,2025-11-21 01:54:00,983.0 -5064,buy_compound_top3,buy,2025-11-21 04:00:00,964.0 -5065,buy_compound_top3,buy,2025-11-21 04:03:00,960.0 -5066,buy_compound_top3,buy,2025-11-21 11:30:00,978.0 -5067,buy_compound_top3,buy,2025-11-21 11:33:00,975.0 -5068,buy_compound_top3,buy,2025-11-21 11:42:00,977.0 -5069,buy_compound_top3,buy,2025-11-21 11:51:00,974.0 -5070,buy_compound_top3,buy,2025-11-21 11:54:00,970.0 -5071,buy_compound_top3,buy,2025-11-21 11:57:00,967.0 -5072,buy_compound_top3,buy,2025-11-21 13:27:00,966.0 -5073,buy_compound_top3,buy,2025-11-21 15:21:00,959.0 -5074,buy_compound_top3,buy,2025-11-21 15:24:00,960.0 -5075,buy_compound_top3,buy,2025-11-21 16:27:00,955.0 -5076,buy_compound_top3,buy,2025-11-21 16:45:00,931.0 -5077,buy_compound_top3,buy,2025-11-21 16:48:00,925.0 -5078,buy_compound_top3,buy,2025-11-21 16:57:00,924.0 -5079,buy_compound_top3,buy,2025-11-21 17:45:00,908.0 -5080,buy_compound_top3,buy,2025-11-21 17:48:00,910.0 -5081,buy_compound_top3,buy,2025-11-21 17:51:00,907.0 -5082,buy_compound_top3,buy,2025-11-21 17:54:00,912.0 -5083,buy_compound_top3,buy,2025-11-21 18:30:00,905.0 -5084,buy_compound_top3,buy,2025-11-21 18:33:00,902.0 -5085,buy_compound_top3,buy,2025-11-21 18:36:00,903.0 -5086,buy_compound_top3,buy,2025-11-21 18:39:00,902.0 -5087,buy_compound_top3,buy,2025-11-21 18:42:00,899.0 -5088,buy_compound_top3,buy,2025-11-21 18:45:00,901.0 -5089,buy_compound_top3,buy,2025-11-21 18:48:00,902.0 -5090,buy_compound_top3,buy,2025-11-21 18:51:00,901.0 -5091,buy_compound_top3,buy,2025-11-21 18:54:00,899.0 -5092,buy_compound_top3,buy,2025-11-21 18:57:00,900.0 -5093,buy_compound_top3,buy,2025-11-21 19:00:00,896.0 -5094,buy_compound_top3,buy,2025-11-21 19:03:00,893.0 -5095,buy_compound_top3,buy,2025-11-21 20:42:00,893.0 -5096,buy_compound_top3,buy,2025-11-21 20:45:00,893.0 -5097,buy_compound_top3,buy,2025-11-21 20:48:00,892.0 -5098,buy_compound_top3,buy,2025-11-21 21:00:00,889.0 -5099,buy_compound_top3,buy,2025-11-21 21:03:00,892.0 -5100,buy_compound_top3,buy,2025-11-21 21:21:00,886.0 -5101,buy_compound_top3,buy,2025-11-21 21:24:00,876.0 -5102,buy_compound_top3,buy,2025-11-22 01:00:00,899.0 -5103,buy_compound_top3,buy,2025-11-22 01:03:00,897.0 -5104,buy_compound_top3,buy,2025-11-22 01:06:00,891.0 -5105,buy_compound_top3,buy,2025-11-22 01:09:00,896.0 -5106,buy_compound_top3,buy,2025-11-22 01:12:00,894.0 -5107,buy_compound_top3,buy,2025-11-22 01:15:00,894.0 -5108,buy_compound_top3,buy,2025-11-22 01:18:00,891.0 -5109,buy_compound_top3,buy,2025-11-22 05:00:00,903.0 -5110,buy_compound_top3,buy,2025-11-22 05:03:00,902.0 -5111,buy_compound_top3,buy,2025-11-22 05:15:00,898.0 -5112,buy_compound_top3,buy,2025-11-22 05:18:00,893.0 -5113,buy_compound_top3,buy,2025-11-22 05:27:00,890.0 -5114,buy_compound_top3,buy,2025-11-22 06:06:00,885.0 -5115,buy_compound_top3,buy,2025-11-22 06:09:00,882.0 -5116,buy_compound_top3,buy,2025-11-22 07:42:00,881.0 -5117,buy_compound_top3,buy,2025-11-22 07:45:00,880.0 -5118,buy_compound_top3,buy,2025-11-22 07:48:00,873.0 -5119,buy_compound_top3,buy,2025-11-22 08:06:00,867.0 -5120,buy_compound_top3,buy,2025-11-22 08:09:00,865.0 -5121,buy_compound_top3,buy,2025-11-22 12:42:00,905.0 -5122,buy_compound_top3,buy,2025-11-22 12:45:00,902.0 -5123,buy_compound_top3,buy,2025-11-22 12:48:00,901.0 -5124,buy_compound_top3,buy,2025-11-22 12:51:00,900.0 -5125,buy_compound_top3,buy,2025-11-22 12:54:00,901.0 -5126,buy_compound_top3,buy,2025-11-22 13:27:00,890.0 -5127,buy_compound_top3,buy,2025-11-22 13:42:00,886.0 -5128,buy_compound_top3,buy,2025-11-22 14:42:00,880.0 -5129,buy_compound_top3,buy,2025-11-22 17:42:00,887.0 -5130,buy_compound_top3,buy,2025-11-23 06:12:00,894.0 -5131,buy_compound_top3,buy,2025-11-23 16:12:00,917.0 -5132,buy_compound_top3,buy,2025-11-23 16:15:00,918.0 -5133,buy_compound_top3,buy,2025-11-23 16:18:00,913.0 -5134,buy_compound_top3,buy,2025-11-23 16:27:00,913.0 -5135,buy_compound_top3,buy,2025-11-23 16:30:00,910.0 -5136,buy_compound_top3,buy,2025-11-23 16:33:00,912.0 -5137,buy_compound_top3,buy,2025-11-23 20:15:00,913.0 -5138,buy_compound_top3,buy,2025-11-23 20:18:00,911.0 -5139,buy_compound_top3,buy,2025-11-24 00:00:00,917.0 -5140,buy_compound_top3,buy,2025-11-24 00:03:00,919.0 -5141,buy_compound_top3,buy,2025-11-24 00:06:00,916.0 -5142,buy_compound_top3,buy,2025-11-24 00:09:00,917.0 -5143,buy_compound_top3,buy,2025-11-24 09:12:00,915.0 -5144,buy_compound_top3,buy,2025-11-24 09:15:00,915.0 -5145,buy_compound_top3,buy,2025-11-24 09:18:00,913.0 -5146,buy_compound_top3,buy,2025-11-24 09:21:00,910.0 -5147,buy_compound_top3,buy,2025-11-24 09:24:00,914.0 -5148,buy_compound_top3,buy,2025-11-24 15:12:00,924.0 -5149,buy_compound_top3,buy,2025-11-24 18:42:00,912.0 -5150,buy_compound_top3,buy,2025-11-24 18:45:00,911.0 -5151,buy_compound_top3,buy,2025-11-24 18:48:00,913.0 -5152,buy_compound_top3,buy,2025-11-24 19:36:00,908.0 -5153,buy_compound_top3,buy,2025-11-24 19:39:00,910.0 -5154,buy_compound_top3,buy,2025-11-24 19:45:00,908.0 -5155,buy_compound_top3,buy,2025-11-24 19:48:00,910.0 -5156,buy_compound_top3,buy,2025-11-24 22:00:00,905.0 -5157,buy_compound_top3,buy,2025-11-24 22:03:00,906.0 -5158,buy_compound_top3,buy,2025-11-24 23:27:00,906.0 -5159,buy_compound_top3,buy,2025-11-25 08:45:00,956.0 -5160,buy_compound_top3,buy,2025-11-25 08:48:00,955.0 -5161,buy_compound_top3,buy,2025-11-25 11:00:00,951.0 -5162,buy_compound_top3,buy,2025-11-25 11:03:00,952.0 -5163,buy_compound_top3,buy,2025-11-25 11:12:00,951.0 -5164,buy_compound_top3,buy,2025-11-25 11:21:00,951.0 -5165,buy_compound_top3,buy,2025-11-25 11:24:00,947.0 -5166,buy_compound_top3,buy,2025-11-25 11:42:00,945.0 -5167,buy_compound_top3,buy,2025-11-25 15:21:00,944.0 -5168,buy_compound_top3,buy,2025-11-25 15:24:00,943.0 -5169,buy_compound_top3,buy,2025-11-25 15:36:00,940.0 -5170,buy_compound_top3,buy,2025-11-25 15:39:00,941.0 -5171,buy_compound_top3,buy,2025-11-25 15:42:00,939.0 -5172,buy_compound_top3,buy,2025-11-25 15:45:00,940.0 -5173,buy_compound_top3,buy,2025-11-25 15:48:00,940.0 -5174,buy_compound_top3,buy,2025-11-25 17:00:00,938.0 -5175,buy_compound_top3,buy,2025-11-25 17:03:00,938.0 -5176,buy_compound_top3,buy,2025-11-25 18:06:00,934.0 -5177,buy_compound_top3,buy,2025-11-25 18:09:00,934.0 -5178,buy_compound_top3,buy,2025-11-25 18:12:00,934.0 -5179,buy_compound_top3,buy,2025-11-25 18:27:00,931.0 -5180,buy_compound_top3,buy,2025-11-25 23:57:00,931.0 -5181,buy_compound_top3,buy,2025-11-26 00:06:00,928.0 -5182,buy_compound_top3,buy,2025-11-26 00:09:00,932.0 -5183,buy_compound_top3,buy,2025-11-26 04:27:00,927.0 -5184,buy_compound_top3,buy,2025-11-26 04:30:00,928.0 -5185,buy_compound_top3,buy,2025-11-26 04:33:00,929.0 -5186,buy_compound_top3,buy,2025-11-26 12:42:00,950.0 -5187,buy_compound_top3,buy,2025-11-26 12:51:00,948.0 -5188,buy_compound_top3,buy,2025-11-26 12:54:00,948.0 -5189,buy_compound_top3,buy,2025-11-26 18:06:00,948.0 -5190,buy_compound_top3,buy,2025-11-26 18:09:00,949.0 -5191,buy_compound_top3,buy,2025-11-26 18:15:00,949.0 -5192,buy_compound_top3,buy,2025-11-26 18:18:00,946.0 -5193,buy_compound_top3,buy,2025-11-26 18:21:00,945.0 -5194,buy_compound_top3,buy,2025-11-26 18:24:00,945.0 -5195,buy_compound_top3,buy,2025-11-26 18:27:00,946.0 -5196,buy_compound_top3,buy,2025-11-26 18:30:00,945.0 -5197,buy_compound_top3,buy,2025-11-26 18:33:00,944.0 -5198,buy_compound_top3,buy,2025-11-26 18:36:00,944.0 -5199,buy_compound_top3,buy,2025-11-26 18:39:00,943.0 -5200,buy_compound_top3,buy,2025-11-26 18:45:00,945.0 -5201,buy_compound_top3,buy,2025-11-26 18:48:00,943.0 -5202,buy_compound_top3,buy,2025-11-26 18:51:00,943.0 -5203,buy_compound_top3,buy,2025-11-26 18:54:00,943.0 -5204,buy_compound_top3,buy,2025-11-26 19:42:00,942.0 -5205,buy_compound_top3,buy,2025-11-26 20:21:00,941.0 -5206,buy_compound_top3,buy,2025-11-26 20:24:00,940.0 -5207,buy_compound_top3,buy,2025-11-26 20:27:00,940.0 -5208,buy_compound_top3,buy,2025-11-26 20:42:00,940.0 -5209,buy_compound_top3,buy,2025-11-26 20:51:00,938.0 -5210,buy_compound_top3,buy,2025-11-26 20:54:00,938.0 -5211,buy_compound_top3,buy,2025-11-26 21:15:00,935.0 -5212,buy_compound_top3,buy,2025-11-26 21:18:00,935.0 -5213,buy_compound_top3,buy,2025-11-26 21:30:00,934.0 -5214,buy_compound_top3,buy,2025-11-26 21:33:00,933.0 -5215,buy_compound_top3,buy,2025-11-27 00:21:00,930.0 -5216,buy_compound_top3,buy,2025-11-27 00:24:00,930.0 -5217,buy_compound_top3,buy,2025-11-27 06:21:00,969.0 -5218,buy_compound_top3,buy,2025-11-27 06:24:00,970.0 -5219,buy_compound_top3,buy,2025-11-27 14:12:00,978.0 -5220,buy_compound_top3,buy,2025-11-27 14:27:00,978.0 -5221,buy_compound_top3,buy,2025-11-27 14:30:00,977.0 -5222,buy_compound_top3,buy,2025-11-27 14:33:00,975.0 -5223,buy_compound_top3,buy,2025-11-27 14:45:00,974.0 -5224,buy_compound_top3,buy,2025-11-27 14:48:00,973.0 -5225,buy_compound_top3,buy,2025-11-27 14:51:00,974.0 -5226,buy_compound_top3,buy,2025-11-27 14:54:00,973.0 -5227,buy_compound_top3,buy,2025-11-27 15:00:00,972.0 -5228,buy_compound_top3,buy,2025-11-27 15:03:00,971.0 -5229,buy_compound_top3,buy,2025-11-27 17:00:00,970.0 -5230,buy_compound_top3,buy,2025-11-27 17:03:00,970.0 -5231,buy_compound_top3,buy,2025-11-27 17:15:00,968.0 -5232,buy_compound_top3,buy,2025-11-27 17:18:00,966.0 -5233,buy_compound_top3,buy,2025-11-28 07:15:00,988.0 -5234,buy_compound_top3,buy,2025-11-28 07:18:00,987.0 -5235,buy_compound_top3,buy,2025-11-28 07:30:00,984.0 -5236,buy_compound_top3,buy,2025-11-28 07:33:00,983.0 -5237,buy_compound_top3,buy,2025-11-28 07:36:00,983.0 -5238,buy_compound_top3,buy,2025-11-28 07:39:00,982.0 -5239,buy_compound_top3,buy,2025-11-28 07:42:00,978.0 -5240,buy_compound_top3,buy,2025-11-28 07:45:00,979.0 -5241,buy_compound_top3,buy,2025-11-28 07:48:00,979.0 -5242,buy_compound_top3,buy,2025-11-28 07:51:00,977.0 -5243,buy_compound_top3,buy,2025-11-28 07:54:00,976.0 -5244,buy_compound_top3,buy,2025-11-28 07:57:00,976.0 -5245,buy_compound_top3,buy,2025-11-28 10:00:00,973.0 -5246,buy_compound_top3,buy,2025-11-28 10:03:00,973.0 -5247,buy_compound_top3,buy,2025-11-28 10:06:00,973.0 -5248,buy_compound_top3,buy,2025-11-28 10:09:00,971.0 -5249,buy_compound_top3,buy,2025-11-28 10:30:00,967.0 -5250,buy_compound_top3,buy,2025-11-28 10:33:00,964.0 -5251,buy_compound_top3,buy,2025-11-28 10:36:00,966.0 -5252,buy_compound_top3,buy,2025-11-28 10:39:00,967.0 -5253,buy_compound_top3,buy,2025-11-28 10:42:00,964.0 -5254,buy_compound_top3,buy,2025-11-28 10:45:00,964.0 -5255,buy_compound_top3,buy,2025-11-28 10:48:00,963.0 -5256,buy_compound_top3,buy,2025-11-28 10:51:00,962.0 -5257,buy_compound_top3,buy,2025-11-28 10:54:00,959.0 -5258,buy_compound_top3,buy,2025-11-28 11:00:00,960.0 -5259,buy_compound_top3,buy,2025-11-28 11:03:00,959.0 -5260,buy_compound_top3,buy,2025-11-28 11:06:00,959.0 -5261,buy_compound_top3,buy,2025-11-28 11:09:00,954.0 -5262,buy_compound_top3,buy,2025-11-28 11:12:00,955.0 -5263,buy_compound_top3,buy,2025-11-28 11:15:00,956.0 -5264,buy_compound_top3,buy,2025-11-28 11:18:00,957.0 -5265,buy_compound_top3,buy,2025-11-28 11:21:00,955.0 -5266,buy_compound_top3,buy,2025-11-28 11:24:00,955.0 -5267,buy_compound_top3,buy,2025-11-28 15:30:00,955.0 -5268,buy_compound_top3,buy,2025-11-28 15:33:00,956.0 -5269,buy_compound_top3,buy,2025-11-28 20:27:00,965.0 -5270,buy_compound_top3,buy,2025-11-28 20:30:00,966.0 -5271,buy_compound_top3,buy,2025-11-28 20:33:00,965.0 -5272,buy_compound_top3,buy,2025-11-29 01:36:00,972.0 -5273,buy_compound_top3,buy,2025-11-29 01:39:00,971.0 -5274,buy_compound_top3,buy,2025-11-29 01:42:00,971.0 -5275,buy_compound_top3,buy,2025-11-29 02:15:00,963.0 -5276,buy_compound_top3,buy,2025-11-29 02:18:00,965.0 -5277,buy_compound_top3,buy,2025-11-29 02:21:00,963.0 -5278,buy_compound_top3,buy,2025-11-29 02:24:00,963.0 -5279,buy_compound_top3,buy,2025-11-29 02:27:00,962.0 -5280,buy_compound_top3,buy,2025-11-29 02:30:00,961.0 -5281,buy_compound_top3,buy,2025-11-29 02:33:00,959.0 -5282,buy_compound_top3,buy,2025-11-29 02:36:00,960.0 -5283,buy_compound_top3,buy,2025-11-29 02:39:00,956.0 -5284,buy_compound_top3,buy,2025-11-29 02:42:00,957.0 -5285,buy_compound_top3,buy,2025-11-29 02:45:00,957.0 -5286,buy_compound_top3,buy,2025-11-29 02:48:00,959.0 -5287,buy_compound_top3,buy,2025-11-29 03:06:00,955.0 -5288,buy_compound_top3,buy,2025-11-29 03:09:00,954.0 -5289,buy_compound_top3,buy,2025-11-29 09:27:00,967.0 -5290,buy_compound_top3,buy,2025-11-29 12:42:00,969.0 -5291,buy_compound_top3,buy,2025-11-29 12:45:00,968.0 -5292,buy_compound_top3,buy,2025-11-29 12:48:00,968.0 -5293,buy_compound_top3,buy,2025-11-29 12:57:00,967.0 -5294,buy_compound_top3,buy,2025-11-29 13:00:00,967.0 -5295,buy_compound_top3,buy,2025-11-29 13:03:00,968.0 -5296,buy_compound_top3,buy,2025-11-29 15:45:00,963.0 -5297,buy_compound_top3,buy,2025-11-29 15:48:00,961.0 -5298,buy_compound_top3,buy,2025-11-29 15:51:00,962.0 -5299,buy_compound_top3,buy,2025-11-29 15:54:00,962.0 -5300,buy_compound_top3,buy,2025-11-29 15:57:00,962.0 -5301,buy_compound_top3,buy,2025-11-29 17:42:00,959.0 -5302,buy_compound_top3,buy,2025-11-29 17:51:00,958.0 -5303,buy_compound_top3,buy,2025-11-29 17:54:00,957.0 -5304,buy_compound_top3,buy,2025-11-29 17:57:00,959.0 -5305,buy_compound_top3,buy,2025-11-29 18:12:00,959.0 -5306,buy_compound_top3,buy,2025-11-29 18:30:00,956.0 -5307,buy_compound_top3,buy,2025-11-29 18:33:00,956.0 -5308,buy_compound_top3,buy,2025-11-29 18:36:00,955.0 -5309,buy_compound_top3,buy,2025-11-29 18:39:00,956.0 -5310,buy_compound_top3,buy,2025-11-29 18:42:00,955.0 -5311,buy_compound_top3,buy,2025-11-29 19:06:00,955.0 -5312,buy_compound_top3,buy,2025-11-29 19:09:00,954.0 -5313,buy_compound_top3,buy,2025-11-29 23:30:00,954.0 -5314,buy_compound_top3,buy,2025-11-29 23:33:00,955.0 -5315,buy_compound_top3,buy,2025-11-29 23:36:00,955.0 -5316,buy_compound_top3,buy,2025-11-29 23:39:00,954.0 -5317,buy_compound_top3,buy,2025-11-30 02:12:00,953.0 -5318,buy_compound_top3,buy,2025-11-30 02:15:00,953.0 -5319,buy_compound_top3,buy,2025-11-30 02:18:00,953.0 -5320,buy_compound_top3,buy,2025-11-30 02:21:00,952.0 -5321,buy_compound_top3,buy,2025-11-30 02:24:00,952.0 -5322,buy_compound_top3,buy,2025-11-30 02:27:00,952.0 -5323,buy_compound_top3,buy,2025-11-30 02:42:00,951.0 -5324,buy_compound_top3,buy,2025-11-30 02:45:00,951.0 -5325,buy_compound_top3,buy,2025-11-30 02:48:00,949.0 -5326,buy_compound_top3,buy,2025-11-30 02:57:00,949.0 -5327,buy_compound_top3,buy,2025-11-30 03:00:00,949.0 -5328,buy_compound_top3,buy,2025-11-30 03:03:00,948.0 -5329,buy_compound_top3,buy,2025-11-30 03:06:00,948.0 -5330,buy_compound_top3,buy,2025-11-30 03:09:00,948.0 -5331,buy_compound_top3,buy,2025-11-30 03:12:00,947.0 -5332,buy_compound_top3,buy,2025-11-30 03:15:00,946.0 -5333,buy_compound_top3,buy,2025-11-30 03:18:00,945.0 -5334,buy_compound_top3,buy,2025-11-30 03:30:00,945.0 -5335,buy_compound_top3,buy,2025-11-30 03:33:00,943.0 -5336,buy_compound_top3,buy,2025-11-30 05:12:00,945.0 -5337,buy_compound_top3,buy,2025-11-30 05:21:00,945.0 -5338,buy_compound_top3,buy,2025-11-30 05:24:00,945.0 -5339,buy_compound_top3,buy,2025-11-30 12:06:00,942.0 -5340,buy_compound_top3,buy,2025-11-30 12:09:00,940.0 -5341,buy_compound_top3,buy,2025-11-30 12:27:00,938.0 -5342,buy_compound_top3,buy,2025-11-30 14:21:00,939.0 -5343,buy_compound_top3,buy,2025-11-30 14:24:00,939.0 -5344,buy_compound_top3,buy,2025-11-30 14:30:00,936.0 -5345,buy_compound_top3,buy,2025-11-30 14:33:00,937.0 -5346,buy_compound_top3,buy,2025-11-30 20:51:00,939.0 -5347,buy_compound_top3,buy,2025-11-30 20:54:00,940.0 -5348,buy_compound_top3,buy,2025-11-30 21:00:00,940.0 -5349,buy_compound_top3,buy,2025-11-30 21:03:00,937.0 -5350,buy_compound_top3,buy,2025-12-01 00:12:00,939.0 -5351,buy_compound_top3,buy,2025-12-01 00:15:00,937.0 -5352,buy_compound_top3,buy,2025-12-01 00:18:00,937.0 -5353,buy_compound_top3,buy,2025-12-01 07:42:00,952.0 -5354,buy_compound_top3,buy,2025-12-01 07:45:00,950.0 -5355,buy_compound_top3,buy,2025-12-01 07:48:00,949.0 -5356,buy_compound_top3,buy,2025-12-01 08:12:00,947.0 -5357,buy_compound_top3,buy,2025-12-01 08:15:00,945.0 -5358,buy_compound_top3,buy,2025-12-01 08:18:00,944.0 -5359,buy_compound_top3,buy,2025-12-01 08:27:00,940.0 -5360,buy_compound_top3,buy,2025-12-01 08:42:00,939.0 -5361,buy_compound_top3,buy,2025-12-01 08:57:00,936.0 -5362,buy_compound_top3,buy,2025-12-01 09:30:00,888.0 -5363,buy_compound_top3,buy,2025-12-01 09:33:00,882.0 -5364,buy_compound_top3,buy,2025-12-01 09:36:00,882.0 -5365,buy_compound_top3,buy,2025-12-01 09:39:00,877.0 -5366,buy_compound_top3,buy,2025-12-01 09:42:00,883.0 -5367,buy_compound_top3,buy,2025-12-01 12:30:00,865.0 -5368,buy_compound_top3,buy,2025-12-01 12:33:00,864.0 -5369,buy_compound_top3,buy,2025-12-01 12:36:00,864.0 -5370,buy_compound_top3,buy,2025-12-01 12:39:00,861.0 -5371,buy_compound_top3,buy,2025-12-01 18:57:00,864.0 -5372,buy_compound_top3,buy,2025-12-01 19:00:00,864.0 -5373,buy_compound_top3,buy,2025-12-01 19:03:00,867.0 -5374,buy_compound_top3,buy,2025-12-01 20:27:00,858.0 -5375,buy_compound_top3,buy,2025-12-01 20:30:00,858.0 -5376,buy_compound_top3,buy,2025-12-01 20:33:00,857.0 -5377,buy_compound_top3,buy,2025-12-01 20:36:00,857.0 -5378,buy_compound_top3,buy,2025-12-01 20:39:00,855.0 -5379,buy_compound_top3,buy,2025-12-02 00:42:00,843.0 -5380,buy_compound_top3,buy,2025-12-02 02:15:00,839.0 -5381,buy_compound_top3,buy,2025-12-02 02:18:00,839.0 -5382,buy_compound_top3,buy,2025-12-02 10:51:00,859.0 -5383,buy_compound_top3,buy,2025-12-02 10:54:00,860.0 -5384,buy_compound_top3,buy,2025-12-02 11:00:00,859.0 -5385,buy_compound_top3,buy,2025-12-02 11:03:00,859.0 -5386,buy_compound_top3,buy,2025-12-02 11:06:00,858.0 -5387,buy_compound_top3,buy,2025-12-02 11:09:00,859.0 -5388,buy_compound_top3,buy,2025-12-02 11:12:00,859.0 -5389,buy_compound_top3,buy,2025-12-02 12:00:00,857.0 -5390,buy_compound_top3,buy,2025-12-02 12:03:00,857.0 -5391,buy_compound_top3,buy,2025-12-02 12:06:00,857.0 -5392,buy_compound_top3,buy,2025-12-02 12:09:00,858.0 -5393,buy_compound_top3,buy,2025-12-02 17:27:00,853.0 -5394,buy_compound_top3,buy,2025-12-02 17:36:00,851.0 -5395,buy_compound_top3,buy,2025-12-02 17:39:00,852.0 -5396,buy_compound_top3,buy,2025-12-03 04:15:00,957.0 -5397,buy_compound_top3,buy,2025-12-03 04:18:00,955.0 -5398,buy_compound_top3,buy,2025-12-03 04:21:00,955.0 -5399,buy_compound_top3,buy,2025-12-03 04:24:00,955.0 -5400,buy_compound_top3,buy,2025-12-03 04:27:00,953.0 -5401,buy_compound_top3,buy,2025-12-03 05:00:00,947.0 -5402,buy_compound_top3,buy,2025-12-03 05:03:00,944.0 -5403,buy_compound_top3,buy,2025-12-03 05:06:00,945.0 -5404,buy_compound_top3,buy,2025-12-03 05:09:00,945.0 -5405,buy_compound_top3,buy,2025-12-03 05:12:00,945.0 -5406,buy_compound_top3,buy,2025-12-03 05:36:00,941.0 -5407,buy_compound_top3,buy,2025-12-03 05:39:00,941.0 -5408,buy_compound_top3,buy,2025-12-03 05:42:00,940.0 -5409,buy_compound_top3,buy,2025-12-03 05:51:00,938.0 -5410,buy_compound_top3,buy,2025-12-03 05:54:00,937.0 -5411,buy_compound_top3,buy,2025-12-03 05:57:00,937.0 -5412,buy_compound_top3,buy,2025-12-03 06:27:00,935.0 -5413,buy_compound_top3,buy,2025-12-03 06:30:00,935.0 -5414,buy_compound_top3,buy,2025-12-03 06:33:00,935.0 -5415,buy_compound_top3,buy,2025-12-03 06:36:00,935.0 -5416,buy_compound_top3,buy,2025-12-03 06:39:00,936.0 -5417,buy_compound_top3,buy,2025-12-03 08:51:00,934.0 -5418,buy_compound_top3,buy,2025-12-03 08:54:00,933.0 -5419,buy_compound_top3,buy,2025-12-03 09:30:00,931.0 -5420,buy_compound_top3,buy,2025-12-03 09:33:00,928.0 -5421,buy_compound_top3,buy,2025-12-03 09:36:00,928.0 -5422,buy_compound_top3,buy,2025-12-03 09:39:00,930.0 -5423,buy_compound_top3,buy,2025-12-03 18:30:00,941.0 -5424,buy_compound_top3,buy,2025-12-03 18:33:00,939.0 -5425,buy_compound_top3,buy,2025-12-03 19:42:00,939.0 -5426,buy_compound_top3,buy,2025-12-03 19:57:00,940.0 -5427,buy_compound_top3,buy,2025-12-03 20:06:00,937.0 -5428,buy_compound_top3,buy,2025-12-03 20:09:00,938.0 -5429,buy_compound_top3,buy,2025-12-03 20:15:00,936.0 -5430,buy_compound_top3,buy,2025-12-03 20:18:00,936.0 -5431,buy_compound_top3,buy,2025-12-03 23:15:00,929.0 -5432,buy_compound_top3,buy,2025-12-03 23:18:00,932.0 -5433,buy_compound_top3,buy,2025-12-04 01:12:00,927.0 -5434,buy_compound_top3,buy,2025-12-04 16:15:00,948.0 -5435,buy_compound_top3,buy,2025-12-04 16:18:00,947.0 -5436,buy_compound_top3,buy,2025-12-04 16:21:00,948.0 -5437,buy_compound_top3,buy,2025-12-04 16:24:00,948.0 -5438,buy_compound_top3,buy,2025-12-04 16:27:00,948.0 -5439,buy_compound_top3,buy,2025-12-04 16:30:00,947.0 -5440,buy_compound_top3,buy,2025-12-04 16:33:00,948.0 -5441,buy_compound_top3,buy,2025-12-04 20:00:00,946.0 -5442,buy_compound_top3,buy,2025-12-04 20:03:00,945.0 -5443,buy_compound_top3,buy,2025-12-04 20:21:00,944.0 -5444,buy_compound_top3,buy,2025-12-04 20:24:00,943.0 -5445,buy_compound_top3,buy,2025-12-04 20:27:00,943.0 -5446,buy_compound_top3,buy,2025-12-04 20:42:00,943.0 -5447,buy_compound_top3,buy,2025-12-04 21:30:00,942.0 -5448,buy_compound_top3,buy,2025-12-04 21:33:00,941.0 -5449,buy_compound_top3,buy,2025-12-04 21:36:00,942.0 -5450,buy_compound_top3,buy,2025-12-04 21:39:00,942.0 -5451,buy_compound_top3,buy,2025-12-05 07:06:00,929.0 -5452,buy_compound_top3,buy,2025-12-05 07:09:00,929.0 -5453,buy_compound_top3,buy,2025-12-05 07:12:00,929.0 -5454,buy_compound_top3,buy,2025-12-05 07:15:00,928.0 -5455,buy_compound_top3,buy,2025-12-05 07:18:00,927.0 -5456,buy_compound_top3,buy,2025-12-05 07:21:00,928.0 -5457,buy_compound_top3,buy,2025-12-05 07:24:00,927.0 -5458,buy_compound_top3,buy,2025-12-05 08:51:00,925.0 -5459,buy_compound_top3,buy,2025-12-05 08:54:00,924.0 -5460,buy_compound_top3,buy,2025-12-05 08:57:00,924.0 -5461,buy_compound_top3,buy,2025-12-05 11:00:00,923.0 -5462,buy_compound_top3,buy,2025-12-05 11:03:00,922.0 -5463,buy_compound_top3,buy,2025-12-05 11:06:00,923.0 -5464,buy_compound_top3,buy,2025-12-05 11:09:00,921.0 -5465,buy_compound_top3,buy,2025-12-05 12:45:00,917.0 -5466,buy_compound_top3,buy,2025-12-05 12:48:00,917.0 -5467,buy_compound_top3,buy,2025-12-05 13:30:00,914.0 -5468,buy_compound_top3,buy,2025-12-05 13:33:00,912.0 -5469,buy_compound_top3,buy,2025-12-05 18:42:00,906.0 -5470,buy_compound_top3,buy,2025-12-05 18:45:00,905.0 -5471,buy_compound_top3,buy,2025-12-05 18:48:00,903.0 -5472,buy_compound_top3,buy,2025-12-05 20:45:00,898.0 -5473,buy_compound_top3,buy,2025-12-05 20:48:00,899.0 -5474,buy_compound_top3,buy,2025-12-05 22:57:00,890.0 -5475,buy_compound_top3,buy,2025-12-05 23:00:00,889.0 -5476,buy_compound_top3,buy,2025-12-05 23:03:00,890.0 -5477,buy_compound_top3,buy,2025-12-05 23:06:00,888.0 -5478,buy_compound_top3,buy,2025-12-05 23:09:00,889.0 -5479,buy_compound_top3,buy,2025-12-05 23:12:00,889.0 -5480,buy_compound_top3,buy,2025-12-05 23:15:00,887.0 -5481,buy_compound_top3,buy,2025-12-05 23:18:00,888.0 -5482,buy_compound_top3,buy,2025-12-05 23:51:00,880.0 -5483,buy_compound_top3,buy,2025-12-05 23:54:00,882.0 -5484,buy_compound_top3,buy,2025-12-05 23:57:00,881.0 -5485,buy_compound_top3,buy,2025-12-06 01:00:00,881.0 -5486,buy_compound_top3,buy,2025-12-06 01:03:00,878.0 -5487,buy_compound_top3,buy,2025-12-06 01:15:00,870.0 -5488,buy_compound_top3,buy,2025-12-06 01:18:00,871.0 -5489,buy_compound_top3,buy,2025-12-06 01:27:00,871.0 -5490,buy_compound_top3,buy,2025-12-06 01:30:00,870.0 -5491,buy_compound_top3,buy,2025-12-06 01:33:00,869.0 -5492,buy_compound_top3,buy,2025-12-06 01:36:00,866.0 -5493,buy_compound_top3,buy,2025-12-06 01:39:00,861.0 -5494,buy_compound_top3,buy,2025-12-06 01:42:00,856.0 -5495,buy_compound_top3,buy,2025-12-06 01:45:00,859.0 -5496,buy_compound_top3,buy,2025-12-06 01:48:00,857.0 -5497,buy_compound_top3,buy,2025-12-06 01:51:00,856.0 -5498,buy_compound_top3,buy,2025-12-06 01:54:00,858.0 -5499,buy_compound_top3,buy,2025-12-06 04:00:00,850.0 -5500,buy_compound_top3,buy,2025-12-06 04:03:00,847.0 -5501,buy_compound_top3,buy,2025-12-06 05:57:00,846.0 -5502,buy_compound_top3,buy,2025-12-06 15:00:00,860.0 -5503,buy_compound_top3,buy,2025-12-06 15:03:00,861.0 -5504,buy_compound_top3,buy,2025-12-06 18:00:00,861.0 -5505,buy_compound_top3,buy,2025-12-06 18:03:00,862.0 -5506,buy_compound_top3,buy,2025-12-06 18:57:00,861.0 -5507,buy_compound_top3,buy,2025-12-06 19:00:00,860.0 -5508,buy_compound_top3,buy,2025-12-06 19:03:00,860.0 -5509,buy_compound_top3,buy,2025-12-06 19:27:00,858.0 -5510,buy_compound_top3,buy,2025-12-06 19:36:00,857.0 -5511,buy_compound_top3,buy,2025-12-06 19:39:00,857.0 -5512,buy_compound_top3,buy,2025-12-06 19:42:00,856.0 -5513,buy_compound_top3,buy,2025-12-06 19:45:00,857.0 -5514,buy_compound_top3,buy,2025-12-06 19:48:00,855.0 -5515,buy_compound_top3,buy,2025-12-06 19:51:00,856.0 -5516,buy_compound_top3,buy,2025-12-06 19:54:00,856.0 -5517,buy_compound_top3,buy,2025-12-06 19:57:00,856.0 -5518,buy_compound_top3,buy,2025-12-07 04:42:00,861.0 -5519,buy_compound_top3,buy,2025-12-07 08:12:00,861.0 -5520,buy_compound_top3,buy,2025-12-07 08:30:00,860.0 -5521,buy_compound_top3,buy,2025-12-07 08:33:00,860.0 -5522,buy_compound_top3,buy,2025-12-07 18:42:00,862.0 -5523,buy_compound_top3,buy,2025-12-07 18:45:00,861.0 -5524,buy_compound_top3,buy,2025-12-07 18:48:00,861.0 -5525,buy_compound_top3,buy,2025-12-07 18:51:00,860.0 -5526,buy_compound_top3,buy,2025-12-07 18:54:00,860.0 -5527,buy_compound_top3,buy,2025-12-07 18:57:00,861.0 -5528,buy_compound_top3,buy,2025-12-07 19:00:00,860.0 -5529,buy_compound_top3,buy,2025-12-07 19:03:00,860.0 -5530,buy_compound_top3,buy,2025-12-07 22:30:00,859.0 -5531,buy_compound_top3,buy,2025-12-07 22:33:00,860.0 -5532,buy_compound_top3,buy,2025-12-07 22:51:00,857.0 -5533,buy_compound_top3,buy,2025-12-07 22:54:00,856.0 -5534,buy_compound_top3,buy,2025-12-07 22:57:00,858.0 -5535,buy_compound_top3,buy,2025-12-07 23:00:00,856.0 -5536,buy_compound_top3,buy,2025-12-07 23:03:00,857.0 -5537,buy_compound_top3,buy,2025-12-07 23:06:00,855.0 -5538,buy_compound_top3,buy,2025-12-07 23:09:00,853.0 -5539,buy_compound_top3,buy,2025-12-07 23:12:00,854.0 -5540,buy_compound_top3,buy,2025-12-07 23:15:00,853.0 -5541,buy_compound_top3,buy,2025-12-07 23:18:00,851.0 -5542,buy_compound_top3,buy,2025-12-07 23:42:00,842.0 -5543,buy_compound_top3,buy,2025-12-07 23:45:00,841.0 -5544,buy_compound_top3,buy,2025-12-07 23:48:00,839.0 -5545,buy_compound_top3,buy,2025-12-07 23:57:00,836.0 -5546,buy_compound_top3,buy,2025-12-08 07:00:00,856.0 -5547,buy_compound_top3,buy,2025-12-08 07:03:00,851.0 -5548,buy_compound_top3,buy,2025-12-08 07:15:00,847.0 -5549,buy_compound_top3,buy,2025-12-08 07:18:00,848.0 -5550,buy_compound_top3,buy,2025-12-08 07:21:00,844.0 -5551,buy_compound_top3,buy,2025-12-08 07:24:00,844.0 -5552,buy_compound_top3,buy,2025-12-08 21:45:00,877.0 -5553,buy_compound_top3,buy,2025-12-08 21:48:00,877.0 -5554,buy_compound_top3,buy,2025-12-09 03:36:00,878.0 -5555,buy_compound_top3,buy,2025-12-09 03:39:00,878.0 -5556,buy_compound_top3,buy,2025-12-09 03:42:00,878.0 -5557,buy_compound_top3,buy,2025-12-09 04:12:00,872.0 -5558,buy_compound_top3,buy,2025-12-09 04:15:00,871.0 -5559,buy_compound_top3,buy,2025-12-09 04:18:00,869.0 -5560,buy_compound_top3,buy,2025-12-09 04:21:00,871.0 -5561,buy_compound_top3,buy,2025-12-09 04:24:00,869.0 -5562,buy_compound_top3,buy,2025-12-09 10:51:00,895.0 -5563,buy_compound_top3,buy,2025-12-09 10:54:00,893.0 -5564,buy_compound_top3,buy,2025-12-09 10:57:00,895.0 -5565,buy_compound_top3,buy,2025-12-09 11:00:00,895.0 -5566,buy_compound_top3,buy,2025-12-09 11:03:00,895.0 -5567,buy_compound_top3,buy,2025-12-09 11:15:00,893.0 -5568,buy_compound_top3,buy,2025-12-09 11:18:00,893.0 -5569,buy_compound_top3,buy,2025-12-09 15:12:00,887.0 -5570,buy_compound_top3,buy,2025-12-09 15:15:00,889.0 -5571,buy_compound_top3,buy,2025-12-09 15:18:00,889.0 -5572,buy_compound_top3,buy,2025-12-09 15:21:00,889.0 -5573,buy_compound_top3,buy,2025-12-09 15:24:00,887.0 -5574,buy_compound_top3,buy,2025-12-09 15:27:00,886.0 -5575,buy_compound_top3,buy,2025-12-09 15:30:00,887.0 -5576,buy_compound_top3,buy,2025-12-09 15:33:00,886.0 -5577,buy_compound_top3,buy,2025-12-09 15:36:00,885.0 -5578,buy_compound_top3,buy,2025-12-09 15:39:00,887.0 -5579,buy_compound_top3,buy,2025-12-09 17:42:00,887.0 -5580,buy_compound_top3,buy,2025-12-09 17:45:00,887.0 -5581,buy_compound_top3,buy,2025-12-09 17:48:00,887.0 -5582,buy_compound_top3,buy,2025-12-09 17:51:00,885.0 -5583,buy_compound_top3,buy,2025-12-09 17:54:00,887.0 -5584,buy_compound_top3,buy,2025-12-09 18:12:00,880.0 -5585,buy_compound_top3,buy,2025-12-09 18:15:00,880.0 -5586,buy_compound_top3,buy,2025-12-09 18:18:00,881.0 -5587,buy_compound_top3,buy,2025-12-09 18:21:00,881.0 -5588,buy_compound_top3,buy,2025-12-09 18:24:00,881.0 -5589,buy_compound_top3,buy,2025-12-09 18:27:00,879.0 -5590,buy_compound_top3,buy,2025-12-09 18:36:00,879.0 -5591,buy_compound_top3,buy,2025-12-09 18:39:00,877.0 -5592,buy_compound_top3,buy,2025-12-09 18:42:00,876.0 -5593,buy_compound_top3,buy,2025-12-10 12:30:00,929.0 -5594,buy_compound_top3,buy,2025-12-10 12:33:00,930.0 -5595,buy_compound_top3,buy,2025-12-10 12:36:00,929.0 -5596,buy_compound_top3,buy,2025-12-10 12:39:00,929.0 -5597,buy_compound_top3,buy,2025-12-10 12:57:00,930.0 -5598,buy_compound_top3,buy,2025-12-10 13:15:00,927.0 -5599,buy_compound_top3,buy,2025-12-10 13:18:00,928.0 -5600,buy_compound_top3,buy,2025-12-10 13:27:00,925.0 -5601,buy_compound_top3,buy,2025-12-10 13:30:00,925.0 -5602,buy_compound_top3,buy,2025-12-10 13:33:00,926.0 -5603,buy_compound_top3,buy,2025-12-10 17:30:00,928.0 -5604,buy_compound_top3,buy,2025-12-10 17:33:00,927.0 -5605,buy_compound_top3,buy,2025-12-10 17:36:00,926.0 -5606,buy_compound_top3,buy,2025-12-10 17:39:00,927.0 -5607,buy_compound_top3,buy,2025-12-10 17:42:00,927.0 -5608,buy_compound_top3,buy,2025-12-10 17:45:00,926.0 -5609,buy_compound_top3,buy,2025-12-10 17:48:00,928.0 -5610,buy_compound_top3,buy,2025-12-10 17:57:00,926.0 -5611,buy_compound_top3,buy,2025-12-10 18:00:00,925.0 -5612,buy_compound_top3,buy,2025-12-10 18:03:00,923.0 -5613,buy_compound_top3,buy,2025-12-10 18:12:00,924.0 -5614,buy_compound_top3,buy,2025-12-10 18:27:00,920.0 -5615,buy_compound_top3,buy,2025-12-11 01:42:00,928.0 -5616,buy_compound_top3,buy,2025-12-11 02:00:00,929.0 -5617,buy_compound_top3,buy,2025-12-11 02:03:00,928.0 -5618,buy_compound_top3,buy,2025-12-11 06:30:00,933.0 -5619,buy_compound_top3,buy,2025-12-11 06:33:00,928.0 -5620,buy_compound_top3,buy,2025-12-11 07:00:00,924.0 -5621,buy_compound_top3,buy,2025-12-11 07:03:00,924.0 -5622,buy_compound_top3,buy,2025-12-11 07:15:00,919.0 -5623,buy_compound_top3,buy,2025-12-11 07:18:00,916.0 -5624,buy_compound_top3,buy,2025-12-11 08:57:00,918.0 -5625,buy_compound_top3,buy,2025-12-11 09:00:00,915.0 -5626,buy_compound_top3,buy,2025-12-11 09:03:00,916.0 -5627,buy_compound_top3,buy,2025-12-11 09:06:00,916.0 -5628,buy_compound_top3,buy,2025-12-11 09:09:00,913.0 -5629,buy_compound_top3,buy,2025-12-11 09:12:00,914.0 -5630,buy_compound_top3,buy,2025-12-11 09:15:00,913.0 -5631,buy_compound_top3,buy,2025-12-11 09:18:00,913.0 -5632,buy_compound_top3,buy,2025-12-11 09:21:00,910.0 -5633,buy_compound_top3,buy,2025-12-11 09:24:00,910.0 -5634,buy_compound_top3,buy,2025-12-11 09:27:00,910.0 -5635,buy_compound_top3,buy,2025-12-11 09:30:00,909.0 -5636,buy_compound_top3,buy,2025-12-11 09:33:00,908.0 -5637,buy_compound_top3,buy,2025-12-11 09:36:00,908.0 -5638,buy_compound_top3,buy,2025-12-11 09:39:00,902.0 -5639,buy_compound_top3,buy,2025-12-11 09:57:00,898.0 -5640,buy_compound_top3,buy,2025-12-11 10:00:00,897.0 -5641,buy_compound_top3,buy,2025-12-11 10:03:00,895.0 -5642,buy_compound_top3,buy,2025-12-11 10:06:00,893.0 -5643,buy_compound_top3,buy,2025-12-11 10:09:00,895.0 -5644,buy_compound_top3,buy,2025-12-11 10:12:00,893.0 -5645,buy_compound_top3,buy,2025-12-11 10:15:00,892.0 -5646,buy_compound_top3,buy,2025-12-11 10:18:00,892.0 -5647,buy_compound_top3,buy,2025-12-11 11:00:00,891.0 -5648,buy_compound_top3,buy,2025-12-11 11:03:00,888.0 -5649,buy_compound_top3,buy,2025-12-11 11:06:00,889.0 -5650,buy_compound_top3,buy,2025-12-11 11:09:00,888.0 -5651,buy_compound_top3,buy,2025-12-11 11:12:00,885.0 -5652,buy_compound_top3,buy,2025-12-11 11:21:00,880.0 -5653,buy_compound_top3,buy,2025-12-11 11:24:00,886.0 -5654,buy_compound_top3,buy,2025-12-11 11:27:00,885.0 -5655,buy_compound_top3,buy,2025-12-11 11:30:00,882.0 -5656,buy_compound_top3,buy,2025-12-11 11:33:00,881.0 -5657,buy_compound_top3,buy,2025-12-11 11:36:00,882.0 -5658,buy_compound_top3,buy,2025-12-11 11:39:00,882.0 -5659,buy_compound_top3,buy,2025-12-11 12:12:00,869.0 -5660,buy_compound_top3,buy,2025-12-11 12:15:00,870.0 -5661,buy_compound_top3,buy,2025-12-11 12:18:00,870.0 -5662,buy_compound_top3,buy,2025-12-11 12:21:00,873.0 -5663,buy_compound_top3,buy,2025-12-11 12:24:00,876.0 -5664,buy_compound_top3,buy,2025-12-11 12:30:00,871.0 -5665,buy_compound_top3,buy,2025-12-11 12:33:00,868.0 -5666,buy_compound_top3,buy,2025-12-11 17:15:00,877.0 -5667,buy_compound_top3,buy,2025-12-11 17:18:00,881.0 -5668,buy_compound_top3,buy,2025-12-11 19:30:00,877.0 -5669,buy_compound_top3,buy,2025-12-11 19:33:00,876.0 -5670,buy_compound_top3,buy,2025-12-11 19:42:00,876.0 -5671,buy_compound_top3,buy,2025-12-11 23:42:00,878.0 -5672,buy_compound_top3,buy,2025-12-12 00:00:00,871.0 -5673,buy_compound_top3,buy,2025-12-12 00:03:00,869.0 -5674,buy_compound_top3,buy,2025-12-12 07:51:00,885.0 -5675,buy_compound_top3,buy,2025-12-12 07:54:00,884.0 -5676,buy_compound_top3,buy,2025-12-12 08:12:00,882.0 -5677,buy_compound_top3,buy,2025-12-12 08:15:00,881.0 -5678,buy_compound_top3,buy,2025-12-12 08:18:00,880.0 -5679,buy_compound_top3,buy,2025-12-12 08:21:00,880.0 -5680,buy_compound_top3,buy,2025-12-12 08:24:00,882.0 -5681,buy_compound_top3,buy,2025-12-12 10:12:00,878.0 -5682,buy_compound_top3,buy,2025-12-12 17:42:00,886.0 -5683,buy_compound_top3,buy,2025-12-13 00:42:00,872.0 -5684,buy_compound_top3,buy,2025-12-13 00:45:00,874.0 -5685,buy_compound_top3,buy,2025-12-13 00:48:00,875.0 -5686,buy_compound_top3,buy,2025-12-13 00:51:00,873.0 -5687,buy_compound_top3,buy,2025-12-13 00:54:00,869.0 -5688,buy_compound_top3,buy,2025-12-13 00:57:00,868.0 -5689,buy_compound_top3,buy,2025-12-13 01:12:00,857.0 -5690,buy_compound_top3,buy,2025-12-13 01:15:00,858.0 -5691,buy_compound_top3,buy,2025-12-13 01:18:00,856.0 -5692,buy_compound_top3,buy,2025-12-13 01:21:00,856.0 -5693,buy_compound_top3,buy,2025-12-13 01:24:00,853.0 -5694,buy_compound_top3,buy,2025-12-13 10:45:00,864.0 -5695,buy_compound_top3,buy,2025-12-13 10:48:00,865.0 -5696,buy_compound_top3,buy,2025-12-13 10:51:00,864.0 -5697,buy_compound_top3,buy,2025-12-13 10:54:00,865.0 -5698,buy_compound_top3,buy,2025-12-13 15:12:00,869.0 -5699,buy_compound_top3,buy,2025-12-13 15:15:00,868.0 -5700,buy_compound_top3,buy,2025-12-13 15:18:00,867.0 -5701,buy_compound_top3,buy,2025-12-13 15:21:00,867.0 -5702,buy_compound_top3,buy,2025-12-13 15:24:00,867.0 -5703,buy_compound_top3,buy,2025-12-13 15:27:00,867.0 -5704,buy_compound_top3,buy,2025-12-13 15:30:00,867.0 -5705,buy_compound_top3,buy,2025-12-13 15:33:00,868.0 -5706,buy_compound_top3,buy,2025-12-14 06:15:00,885.0 -5707,buy_compound_top3,buy,2025-12-14 06:18:00,884.0 -5708,buy_compound_top3,buy,2025-12-14 06:21:00,885.0 -5709,buy_compound_top3,buy,2025-12-14 06:27:00,884.0 -5710,buy_compound_top3,buy,2025-12-14 06:36:00,885.0 -5711,buy_compound_top3,buy,2025-12-14 06:39:00,883.0 -5712,buy_compound_top3,buy,2025-12-14 10:30:00,882.0 -5713,buy_compound_top3,buy,2025-12-14 10:33:00,882.0 -5714,buy_compound_top3,buy,2025-12-14 10:51:00,879.0 -5715,buy_compound_top3,buy,2025-12-14 10:54:00,879.0 -5716,buy_compound_top3,buy,2025-12-14 12:42:00,878.0 -5717,buy_compound_top3,buy,2025-12-14 12:45:00,878.0 -5718,buy_compound_top3,buy,2025-12-14 12:48:00,878.0 -5719,buy_compound_top3,buy,2025-12-14 12:57:00,878.0 -5720,buy_compound_top3,buy,2025-12-14 13:27:00,878.0 -5721,buy_compound_top3,buy,2025-12-14 14:06:00,873.0 -5722,buy_compound_top3,buy,2025-12-14 14:09:00,871.0 -5723,buy_compound_top3,buy,2025-12-14 14:12:00,870.0 -5724,buy_compound_top3,buy,2025-12-14 14:15:00,871.0 -5725,buy_compound_top3,buy,2025-12-14 14:18:00,870.0 -5726,buy_compound_top3,buy,2025-12-14 14:21:00,868.0 -5727,buy_compound_top3,buy,2025-12-14 14:24:00,869.0 -5728,buy_compound_top3,buy,2025-12-14 19:36:00,868.0 -5729,buy_compound_top3,buy,2025-12-14 19:39:00,867.0 -5730,buy_compound_top3,buy,2025-12-14 19:42:00,868.0 -5731,buy_compound_top3,buy,2025-12-14 20:00:00,867.0 -5732,buy_compound_top3,buy,2025-12-14 20:03:00,867.0 -5733,buy_compound_top3,buy,2025-12-14 20:21:00,866.0 -5734,buy_compound_top3,buy,2025-12-14 20:24:00,864.0 -5735,buy_compound_top3,buy,2025-12-14 20:27:00,865.0 -5736,buy_compound_top3,buy,2025-12-14 23:51:00,852.0 -5737,buy_compound_top3,buy,2025-12-14 23:54:00,853.0 -5738,buy_compound_top3,buy,2025-12-15 00:00:00,854.0 -5739,buy_compound_top3,buy,2025-12-15 00:03:00,854.0 -5740,buy_compound_top3,buy,2025-12-15 00:06:00,853.0 -5741,buy_compound_top3,buy,2025-12-15 00:09:00,855.0 -5742,buy_compound_top3,buy,2025-12-15 02:27:00,848.0 -5743,buy_compound_top3,buy,2025-12-15 02:30:00,848.0 -5744,buy_compound_top3,buy,2025-12-15 02:33:00,847.0 -5745,buy_compound_top3,buy,2025-12-15 06:00:00,843.0 -5746,buy_compound_top3,buy,2025-12-15 06:03:00,843.0 -5747,buy_compound_top3,buy,2025-12-15 06:42:00,841.0 -5748,buy_compound_top3,buy,2025-12-15 06:45:00,840.0 -5749,buy_compound_top3,buy,2025-12-15 06:48:00,839.0 -5750,buy_compound_top3,buy,2025-12-15 06:57:00,838.0 -5751,buy_compound_top3,buy,2025-12-15 07:36:00,838.0 -5752,buy_compound_top3,buy,2025-12-15 07:39:00,839.0 -5753,buy_compound_top3,buy,2025-12-15 16:42:00,859.0 -5754,buy_compound_top3,buy,2025-12-15 16:45:00,860.0 -5755,buy_compound_top3,buy,2025-12-15 16:48:00,860.0 -5756,buy_compound_top3,buy,2025-12-15 16:51:00,858.0 -5757,buy_compound_top3,buy,2025-12-15 16:54:00,859.0 -5758,buy_compound_top3,buy,2025-12-15 21:15:00,859.0 -5759,buy_compound_top3,buy,2025-12-15 21:18:00,858.0 -5760,buy_compound_top3,buy,2025-12-15 22:15:00,857.0 -5761,buy_compound_top3,buy,2025-12-15 22:18:00,858.0 -5762,buy_compound_top3,buy,2025-12-15 22:21:00,857.0 -5763,buy_compound_top3,buy,2025-12-15 22:24:00,855.0 -5764,buy_compound_top3,buy,2025-12-15 22:27:00,856.0 -5765,buy_compound_top3,buy,2025-12-15 22:30:00,855.0 -5766,buy_compound_top3,buy,2025-12-15 22:33:00,855.0 -5767,buy_compound_top3,buy,2025-12-15 22:36:00,852.0 -5768,buy_compound_top3,buy,2025-12-15 22:39:00,852.0 -5769,buy_compound_top3,buy,2025-12-15 22:42:00,854.0 -5770,buy_compound_top3,buy,2025-12-16 00:12:00,835.0 -5771,buy_compound_top3,buy,2025-12-16 00:36:00,811.0 -5772,buy_compound_top3,buy,2025-12-16 00:39:00,813.0 -5773,buy_compound_top3,buy,2025-12-16 00:42:00,809.0 -5774,buy_compound_top3,buy,2025-12-16 01:42:00,799.0 -5775,buy_compound_top3,buy,2025-12-16 01:57:00,794.0 -5776,buy_compound_top3,buy,2025-12-16 02:00:00,796.0 -5777,buy_compound_top3,buy,2025-12-16 02:03:00,796.0 -5778,buy_compound_top3,buy,2025-12-16 10:06:00,794.0 -5779,buy_compound_top3,buy,2025-12-16 10:09:00,794.0 -5780,buy_compound_top3,buy,2025-12-16 13:57:00,789.0 -5781,buy_compound_top3,buy,2025-12-16 16:30:00,786.0 -5782,buy_compound_top3,buy,2025-12-16 16:33:00,787.0 -5783,buy_compound_top3,buy,2025-12-16 16:36:00,785.0 -5784,buy_compound_top3,buy,2025-12-16 16:39:00,784.0 -5785,buy_compound_top3,buy,2025-12-16 16:51:00,778.0 -5786,buy_compound_top3,buy,2025-12-16 16:54:00,777.0 -5787,buy_compound_top3,buy,2025-12-16 22:42:00,794.0 -5788,buy_compound_top3,buy,2025-12-16 22:57:00,791.0 -5789,buy_compound_top3,buy,2025-12-17 01:42:00,786.0 -5790,buy_compound_top3,buy,2025-12-17 02:42:00,782.0 -5791,buy_compound_top3,buy,2025-12-17 02:45:00,782.0 -5792,buy_compound_top3,buy,2025-12-17 02:48:00,781.0 -5793,buy_compound_top3,buy,2025-12-17 02:51:00,780.0 -5794,buy_compound_top3,buy,2025-12-17 02:54:00,782.0 -5795,buy_compound_top3,buy,2025-12-17 08:30:00,785.0 -5796,buy_compound_top3,buy,2025-12-17 08:33:00,784.0 -5797,buy_compound_top3,buy,2025-12-17 08:42:00,785.0 -5798,buy_compound_top3,buy,2025-12-17 09:12:00,783.0 -5799,buy_compound_top3,buy,2025-12-17 09:30:00,782.0 -5800,buy_compound_top3,buy,2025-12-17 09:33:00,781.0 -5801,buy_compound_top3,buy,2025-12-17 13:27:00,780.0 -5802,buy_compound_top3,buy,2025-12-17 13:36:00,777.0 -5803,buy_compound_top3,buy,2025-12-17 13:39:00,777.0 -5804,buy_compound_top3,buy,2025-12-17 14:00:00,769.0 -5805,buy_compound_top3,buy,2025-12-17 14:03:00,766.0 -5806,buy_compound_top3,buy,2025-12-17 14:06:00,770.0 -5807,buy_compound_top3,buy,2025-12-17 14:09:00,769.0 -5808,buy_compound_top3,buy,2025-12-17 16:00:00,767.0 -5809,buy_compound_top3,buy,2025-12-17 16:03:00,765.0 -5810,buy_compound_top3,buy,2025-12-17 17:30:00,763.0 -5811,buy_compound_top3,buy,2025-12-17 17:33:00,763.0 -5812,buy_compound_top3,buy,2025-12-17 17:36:00,763.0 -5813,buy_compound_top3,buy,2025-12-17 17:39:00,764.0 -5814,buy_compound_top3,buy,2025-12-18 01:21:00,760.0 -5815,buy_compound_top3,buy,2025-12-18 01:24:00,756.0 -5816,buy_compound_top3,buy,2025-12-18 01:27:00,754.0 -5817,buy_compound_top3,buy,2025-12-18 01:30:00,752.0 -5818,buy_compound_top3,buy,2025-12-18 01:33:00,749.0 -5819,buy_compound_top3,buy,2025-12-18 01:36:00,752.0 -5820,buy_compound_top3,buy,2025-12-18 01:39:00,752.0 -5821,buy_compound_top3,buy,2025-12-18 02:45:00,746.0 -5822,buy_compound_top3,buy,2025-12-18 02:48:00,748.0 -5823,buy_compound_top3,buy,2025-12-18 03:51:00,742.0 -5824,buy_compound_top3,buy,2025-12-18 03:54:00,743.0 -5825,buy_compound_top3,buy,2025-12-18 03:57:00,741.0 -5826,buy_compound_top3,buy,2025-12-18 04:00:00,742.0 -5827,buy_compound_top3,buy,2025-12-18 04:03:00,738.0 -5828,buy_compound_top3,buy,2025-12-18 04:06:00,742.0 -5829,buy_compound_top3,buy,2025-12-18 04:09:00,740.0 -5830,buy_compound_top3,buy,2025-12-18 04:12:00,740.0 -5831,buy_compound_top3,buy,2025-12-18 06:42:00,741.0 -5832,buy_compound_top3,buy,2025-12-18 06:45:00,741.0 -5833,buy_compound_top3,buy,2025-12-18 06:48:00,741.0 -5834,buy_compound_top3,buy,2025-12-18 06:51:00,738.0 -5835,buy_compound_top3,buy,2025-12-18 06:54:00,739.0 -5836,buy_compound_top3,buy,2025-12-18 08:12:00,739.0 -5837,buy_compound_top3,buy,2025-12-18 08:15:00,738.0 -5838,buy_compound_top3,buy,2025-12-18 08:18:00,738.0 -5839,buy_compound_top3,buy,2025-12-18 08:21:00,739.0 -5840,buy_compound_top3,buy,2025-12-18 08:24:00,739.0 -5841,buy_compound_top3,buy,2025-12-18 10:27:00,738.0 -5842,buy_compound_top3,buy,2025-12-18 10:30:00,738.0 -5843,buy_compound_top3,buy,2025-12-18 10:33:00,738.0 -5844,buy_compound_top3,buy,2025-12-18 14:27:00,735.0 -5845,buy_compound_top3,buy,2025-12-19 03:51:00,732.0 -5846,buy_compound_top3,buy,2025-12-19 03:54:00,729.0 -5847,buy_compound_top3,buy,2025-12-19 03:57:00,730.0 -5848,buy_compound_top3,buy,2025-12-19 04:00:00,729.0 -5849,buy_compound_top3,buy,2025-12-19 04:03:00,726.0 -5850,buy_compound_top3,buy,2025-12-19 04:36:00,725.0 -5851,buy_compound_top3,buy,2025-12-19 04:39:00,719.0 -5852,buy_compound_top3,buy,2025-12-19 04:42:00,720.0 -5853,buy_compound_top3,buy,2025-12-19 04:51:00,712.0 -5854,buy_compound_top3,buy,2025-12-19 04:54:00,712.0 -5855,buy_compound_top3,buy,2025-12-19 04:57:00,709.0 -5856,buy_compound_top3,buy,2025-12-19 05:00:00,709.0 -5857,buy_compound_top3,buy,2025-12-19 05:03:00,716.0 -5858,buy_compound_top3,buy,2025-12-19 09:45:00,712.0 -5859,buy_compound_top3,buy,2025-12-19 09:48:00,713.0 -5860,buy_compound_top3,buy,2025-12-19 10:27:00,709.0 -5861,buy_compound_top3,buy,2025-12-19 10:30:00,710.0 -5862,buy_compound_top3,buy,2025-12-19 10:33:00,710.0 -5863,buy_compound_top3,buy,2025-12-19 10:36:00,711.0 -5864,buy_compound_top3,buy,2025-12-19 10:39:00,709.0 -5865,buy_compound_top3,buy,2025-12-19 10:42:00,710.0 -5866,buy_compound_top3,buy,2025-12-19 10:45:00,710.0 -5867,buy_compound_top3,buy,2025-12-19 10:48:00,710.0 -5868,buy_compound_top3,buy,2025-12-20 03:06:00,759.0 -5869,buy_compound_top3,buy,2025-12-20 03:09:00,759.0 -5870,buy_compound_top3,buy,2025-12-20 09:15:00,776.0 -5871,buy_compound_top3,buy,2025-12-20 09:18:00,776.0 -5872,buy_compound_top3,buy,2025-12-20 09:21:00,776.0 -5873,buy_compound_top3,buy,2025-12-20 09:24:00,775.0 -5874,buy_compound_top3,buy,2025-12-20 09:27:00,775.0 -5875,buy_compound_top3,buy,2025-12-20 09:30:00,776.0 -5876,buy_compound_top3,buy,2025-12-20 09:33:00,775.0 -5877,buy_compound_top3,buy,2025-12-20 09:42:00,775.0 -5878,buy_compound_top3,buy,2025-12-20 11:36:00,774.0 -5879,buy_compound_top3,buy,2025-12-20 11:39:00,772.0 -5880,buy_compound_top3,buy,2025-12-20 13:15:00,770.0 -5881,buy_compound_top3,buy,2025-12-20 13:18:00,770.0 -5882,buy_compound_top3,buy,2025-12-20 13:30:00,769.0 -5883,buy_compound_top3,buy,2025-12-20 13:33:00,769.0 -5884,buy_compound_top3,buy,2025-12-20 13:57:00,767.0 -5885,buy_compound_top3,buy,2025-12-20 19:45:00,773.0 -5886,buy_compound_top3,buy,2025-12-20 19:48:00,771.0 -5887,buy_compound_top3,buy,2025-12-20 22:21:00,772.0 -5888,buy_compound_top3,buy,2025-12-20 22:24:00,772.0 -5889,buy_compound_top3,buy,2025-12-21 09:51:00,777.0 -5890,buy_compound_top3,buy,2025-12-21 09:54:00,777.0 -5891,buy_compound_top3,buy,2025-12-21 09:57:00,776.0 -5892,buy_compound_top3,buy,2025-12-21 10:12:00,775.0 -5893,buy_compound_top3,buy,2025-12-21 10:21:00,775.0 -5894,buy_compound_top3,buy,2025-12-21 10:24:00,775.0 -5895,buy_compound_top3,buy,2025-12-21 10:27:00,774.0 -5896,buy_compound_top3,buy,2025-12-21 10:30:00,773.0 -5897,buy_compound_top3,buy,2025-12-21 10:33:00,774.0 -5898,buy_compound_top3,buy,2025-12-21 10:57:00,769.0 -5899,buy_compound_top3,buy,2025-12-21 11:00:00,769.0 -5900,buy_compound_top3,buy,2025-12-21 11:03:00,768.0 -5901,buy_compound_top3,buy,2025-12-21 11:15:00,767.0 -5902,buy_compound_top3,buy,2025-12-21 11:18:00,765.0 -5903,buy_compound_top3,buy,2025-12-21 11:21:00,765.0 -5904,buy_compound_top3,buy,2025-12-21 11:24:00,763.0 -5905,buy_compound_top3,buy,2025-12-21 11:36:00,764.0 -5906,buy_compound_top3,buy,2025-12-21 11:39:00,763.0 -5907,buy_compound_top3,buy,2025-12-21 11:42:00,762.0 -5908,buy_compound_top3,buy,2025-12-21 11:45:00,762.0 -5909,buy_compound_top3,buy,2025-12-21 11:48:00,761.0 -5910,buy_compound_top3,buy,2025-12-21 11:51:00,761.0 -5911,buy_compound_top3,buy,2025-12-21 11:54:00,761.0 -5912,buy_compound_top3,buy,2025-12-21 20:00:00,769.0 -5913,buy_compound_top3,buy,2025-12-21 20:03:00,769.0 -5914,buy_compound_top3,buy,2025-12-21 20:06:00,769.0 -5915,buy_compound_top3,buy,2025-12-21 20:09:00,769.0 -5916,buy_compound_top3,buy,2025-12-21 20:12:00,767.0 -5917,buy_compound_top3,buy,2025-12-21 21:00:00,767.0 -5918,buy_compound_top3,buy,2025-12-21 21:03:00,767.0 -5919,buy_compound_top3,buy,2025-12-21 21:06:00,766.0 -5920,buy_compound_top3,buy,2025-12-21 21:09:00,767.0 -5921,buy_compound_top3,buy,2025-12-21 21:12:00,767.0 -5922,buy_compound_top3,buy,2025-12-21 21:15:00,766.0 -5923,buy_compound_top3,buy,2025-12-21 21:18:00,766.0 -5924,buy_compound_top3,buy,2025-12-21 21:51:00,763.0 -5925,buy_compound_top3,buy,2025-12-21 21:54:00,762.0 -5926,buy_compound_top3,buy,2025-12-21 21:57:00,759.0 -5927,buy_compound_top3,buy,2025-12-21 22:15:00,755.0 -5928,buy_compound_top3,buy,2025-12-21 22:18:00,754.0 -5929,buy_compound_top3,buy,2025-12-21 22:21:00,755.0 -5930,buy_compound_top3,buy,2025-12-21 22:24:00,753.0 -5931,buy_compound_top3,buy,2025-12-21 22:27:00,753.0 -5932,buy_compound_top3,buy,2025-12-21 22:30:00,750.0 -5933,buy_compound_top3,buy,2025-12-21 22:33:00,744.0 -5934,buy_compound_top3,buy,2025-12-21 22:45:00,743.0 -5935,buy_compound_top3,buy,2025-12-21 22:48:00,742.0 -5936,buy_compound_top3,buy,2025-12-21 22:51:00,742.0 -5937,buy_compound_top3,buy,2025-12-21 22:54:00,742.0 -5938,buy_compound_top3,buy,2025-12-21 22:57:00,741.0 -5939,buy_compound_top3,buy,2025-12-22 11:21:00,756.0 -5940,buy_compound_top3,buy,2025-12-22 11:24:00,759.0 -5941,buy_compound_top3,buy,2025-12-22 20:30:00,765.0 -5942,buy_compound_top3,buy,2025-12-22 20:33:00,766.0 -5943,buy_compound_top3,buy,2025-12-23 00:30:00,766.0 -5944,buy_compound_top3,buy,2025-12-23 00:33:00,766.0 -5945,buy_compound_top3,buy,2025-12-23 00:45:00,764.0 -5946,buy_compound_top3,buy,2025-12-23 00:48:00,765.0 -5947,buy_compound_top3,buy,2025-12-23 04:21:00,757.0 -5948,buy_compound_top3,buy,2025-12-23 04:24:00,756.0 -5949,buy_compound_top3,buy,2025-12-23 04:27:00,752.0 -5950,buy_compound_top3,buy,2025-12-23 04:42:00,750.0 -5951,buy_compound_top3,buy,2025-12-23 04:45:00,751.0 -5952,buy_compound_top3,buy,2025-12-23 04:48:00,748.0 -5953,buy_compound_top3,buy,2025-12-23 04:51:00,747.0 -5954,buy_compound_top3,buy,2025-12-23 04:54:00,746.0 -5955,buy_compound_top3,buy,2025-12-23 04:57:00,744.0 -5956,buy_compound_top3,buy,2025-12-23 05:00:00,745.0 -5957,buy_compound_top3,buy,2025-12-23 05:03:00,746.0 -5958,buy_compound_top3,buy,2025-12-23 11:45:00,748.0 -5959,buy_compound_top3,buy,2025-12-23 11:48:00,747.0 -5960,buy_compound_top3,buy,2025-12-23 11:51:00,748.0 -5961,buy_compound_top3,buy,2025-12-23 11:54:00,747.0 -5962,buy_compound_top3,buy,2025-12-23 11:57:00,746.0 -5963,buy_compound_top3,buy,2025-12-23 12:12:00,745.0 -5964,buy_compound_top3,buy,2025-12-23 13:45:00,742.0 -5965,buy_compound_top3,buy,2025-12-23 13:48:00,742.0 -5966,buy_compound_top3,buy,2025-12-23 13:51:00,742.0 -5967,buy_compound_top3,buy,2025-12-23 13:54:00,741.0 -5968,buy_compound_top3,buy,2025-12-23 13:57:00,742.0 -5969,buy_compound_top3,buy,2025-12-23 14:00:00,741.0 -5970,buy_compound_top3,buy,2025-12-23 14:03:00,741.0 -5971,buy_compound_top3,buy,2025-12-23 14:06:00,741.0 -5972,buy_compound_top3,buy,2025-12-23 14:09:00,741.0 -5973,buy_compound_top3,buy,2025-12-23 18:21:00,739.0 -5974,buy_compound_top3,buy,2025-12-23 18:24:00,740.0 -5975,buy_compound_top3,buy,2025-12-23 21:27:00,738.0 -5976,buy_compound_top3,buy,2025-12-23 22:45:00,737.0 -5977,buy_compound_top3,buy,2025-12-23 22:48:00,735.0 -5978,buy_compound_top3,buy,2025-12-23 23:51:00,733.0 -5979,buy_compound_top3,buy,2025-12-23 23:54:00,730.0 -5980,buy_compound_top3,buy,2025-12-24 07:21:00,735.0 -5981,buy_compound_top3,buy,2025-12-24 07:24:00,736.0 -5982,buy_compound_top3,buy,2025-12-24 08:06:00,734.0 -5983,buy_compound_top3,buy,2025-12-24 08:09:00,733.0 -5984,buy_compound_top3,buy,2025-12-24 10:27:00,732.0 -5985,buy_compound_top3,buy,2025-12-24 10:57:00,723.0 -5986,buy_compound_top3,buy,2025-12-24 11:00:00,722.0 -5987,buy_compound_top3,buy,2025-12-24 11:03:00,722.0 -5988,buy_compound_top3,buy,2025-12-24 11:06:00,720.0 -5989,buy_compound_top3,buy,2025-12-24 11:09:00,719.0 -5990,buy_compound_top3,buy,2025-12-24 11:12:00,719.0 -5991,buy_compound_top3,buy,2025-12-24 12:06:00,716.0 -5992,buy_compound_top3,buy,2025-12-24 12:09:00,715.0 -5993,buy_compound_top3,buy,2025-12-24 14:36:00,713.0 -5994,buy_compound_top3,buy,2025-12-24 14:39:00,713.0 -5995,buy_compound_top3,buy,2025-12-24 14:42:00,714.0 -5996,buy_compound_top3,buy,2025-12-24 14:51:00,713.0 -5997,buy_compound_top3,buy,2025-12-24 14:54:00,713.0 -5998,buy_compound_top3,buy,2025-12-24 14:57:00,712.0 -5999,buy_compound_top3,buy,2025-12-24 15:00:00,711.0 -6000,buy_compound_top3,buy,2025-12-24 15:03:00,712.0 -6001,buy_compound_top3,buy,2025-12-24 18:42:00,712.0 -6002,buy_compound_top3,buy,2025-12-24 19:00:00,711.0 -6003,buy_compound_top3,buy,2025-12-24 19:03:00,711.0 -6004,buy_compound_top3,buy,2025-12-24 19:06:00,710.0 -6005,buy_compound_top3,buy,2025-12-24 19:09:00,711.0 -6006,buy_compound_top3,buy,2025-12-24 23:36:00,710.0 -6007,buy_compound_top3,buy,2025-12-24 23:39:00,709.0 -6008,buy_compound_top3,buy,2025-12-25 03:12:00,710.0 -6009,buy_compound_top3,buy,2025-12-25 04:24:00,712.0 -6010,buy_compound_top3,buy,2025-12-25 15:00:00,728.0 -6011,buy_compound_top3,buy,2025-12-25 15:03:00,728.0 -6012,buy_compound_top3,buy,2025-12-25 19:21:00,729.0 -6013,buy_compound_top3,buy,2025-12-25 19:24:00,729.0 -6014,buy_compound_top3,buy,2025-12-25 19:27:00,728.0 -6015,buy_compound_top3,buy,2025-12-25 19:30:00,728.0 -6016,buy_compound_top3,buy,2025-12-25 19:33:00,726.0 -6017,buy_compound_top3,buy,2025-12-25 19:36:00,724.0 -6018,buy_compound_top3,buy,2025-12-25 19:39:00,724.0 -6019,buy_compound_top3,buy,2025-12-25 23:27:00,724.0 -6020,buy_compound_top3,buy,2025-12-25 23:30:00,724.0 -6021,buy_compound_top3,buy,2025-12-25 23:33:00,724.0 -6022,buy_compound_top3,buy,2025-12-25 23:36:00,724.0 -6023,buy_compound_top3,buy,2025-12-25 23:39:00,724.0 -6024,buy_compound_top3,buy,2025-12-25 23:42:00,724.0 -6025,buy_compound_top3,buy,2025-12-26 08:06:00,713.0 -6026,buy_compound_top3,buy,2025-12-26 08:09:00,712.0 -6027,buy_compound_top3,buy,2025-12-26 17:00:00,723.0 -6028,buy_compound_top3,buy,2025-12-26 17:03:00,727.0 -6029,buy_compound_top3,buy,2025-12-27 00:06:00,717.0 -6030,buy_compound_top3,buy,2025-12-27 00:09:00,715.0 -6031,buy_compound_top3,buy,2025-12-27 00:12:00,715.0 -6032,buy_compound_top3,buy,2025-12-27 02:15:00,712.0 -6033,buy_compound_top3,buy,2025-12-27 02:18:00,713.0 -6034,buy_compound_top3,buy,2025-12-27 06:48:00,721.0 -6035,buy_compound_top3,buy,2025-12-27 06:54:00,721.0 -6036,buy_compound_top3,buy,2025-12-27 07:06:00,720.0 -6037,buy_compound_top3,buy,2025-12-27 07:09:00,719.0 -6038,buy_compound_top3,buy,2025-12-27 07:12:00,719.0 -6039,buy_compound_top3,buy,2025-12-27 07:15:00,718.0 -6040,buy_compound_top3,buy,2025-12-27 07:18:00,718.0 -6041,buy_compound_top3,buy,2025-12-27 07:27:00,718.0 -6042,buy_compound_top3,buy,2025-12-27 14:42:00,723.0 -6043,buy_compound_top3,buy,2025-12-27 14:45:00,722.0 -6044,buy_compound_top3,buy,2025-12-27 14:48:00,722.0 -6045,buy_compound_top3,buy,2025-12-27 15:36:00,721.0 -6046,buy_compound_top3,buy,2025-12-27 15:39:00,722.0 -6047,buy_compound_top3,buy,2025-12-27 15:57:00,722.0 -6048,buy_compound_top3,buy,2025-12-27 17:42:00,720.0 -6049,buy_compound_top3,buy,2025-12-27 17:45:00,720.0 -6050,buy_compound_top3,buy,2025-12-27 17:48:00,720.0 -6051,buy_compound_top3,buy,2025-12-27 19:42:00,719.0 -6052,buy_compound_top3,buy,2025-12-28 05:42:00,729.0 -6053,buy_compound_top3,buy,2025-12-28 13:51:00,741.0 -6054,buy_compound_top3,buy,2025-12-28 13:54:00,742.0 -6055,buy_compound_top3,buy,2025-12-28 18:51:00,742.0 -6056,buy_compound_top3,buy,2025-12-28 18:54:00,742.0 -6057,buy_compound_top3,buy,2025-12-28 18:57:00,744.0 -6058,buy_compound_top3,buy,2025-12-28 21:12:00,740.0 -6059,buy_compound_top3,buy,2025-12-28 21:36:00,738.0 -6060,buy_compound_top3,buy,2025-12-28 21:39:00,738.0 -6061,buy_compound_top3,buy,2025-12-28 21:45:00,736.0 -6062,buy_compound_top3,buy,2025-12-28 21:48:00,736.0 -6063,buy_compound_top3,buy,2025-12-28 21:57:00,736.0 -6064,buy_compound_top3,buy,2025-12-29 03:30:00,736.0 -6065,buy_compound_top3,buy,2025-12-29 03:36:00,736.0 -6066,buy_compound_top3,buy,2025-12-29 03:39:00,736.0 -6067,buy_compound_top3,buy,2025-12-29 03:45:00,735.0 -6068,buy_compound_top3,buy,2025-12-29 03:48:00,733.0 -6069,buy_compound_top3,buy,2025-12-29 03:51:00,734.0 -6070,buy_compound_top3,buy,2025-12-29 03:54:00,733.0 -6071,buy_compound_top3,buy,2025-12-29 03:57:00,734.0 -6072,buy_compound_top3,buy,2025-12-29 04:06:00,733.0 -6073,buy_compound_top3,buy,2025-12-29 04:09:00,734.0 -6074,buy_compound_top3,buy,2025-12-29 04:30:00,731.0 -6075,buy_compound_top3,buy,2025-12-29 04:33:00,732.0 -6076,buy_compound_top3,buy,2025-12-29 04:42:00,731.0 -6077,buy_compound_top3,buy,2025-12-29 04:45:00,730.0 -6078,buy_compound_top3,buy,2025-12-29 04:48:00,731.0 -6079,buy_compound_top3,buy,2025-12-29 05:06:00,729.0 -6080,buy_compound_top3,buy,2025-12-29 05:09:00,731.0 -6081,buy_compound_top3,buy,2025-12-29 06:42:00,729.0 -6082,buy_compound_top3,buy,2025-12-29 16:15:00,741.0 -6083,buy_compound_top3,buy,2025-12-29 16:18:00,741.0 -6084,buy_compound_top3,buy,2025-12-29 16:21:00,740.0 -6085,buy_compound_top3,buy,2025-12-29 16:24:00,739.0 -6086,buy_compound_top3,buy,2025-12-29 16:27:00,740.0 -6087,buy_compound_top3,buy,2025-12-29 18:57:00,735.0 -6088,buy_compound_top3,buy,2025-12-29 20:51:00,735.0 -6089,buy_compound_top3,buy,2025-12-29 20:54:00,734.0 -6090,buy_compound_top3,buy,2025-12-29 20:57:00,734.0 -6091,buy_compound_top3,buy,2025-12-29 22:30:00,723.0 -6092,buy_compound_top3,buy,2025-12-29 22:33:00,723.0 -6093,buy_compound_top3,buy,2025-12-29 22:42:00,723.0 -6094,buy_compound_top3,buy,2025-12-29 22:51:00,721.0 -6095,buy_compound_top3,buy,2025-12-29 22:54:00,723.0 -6096,buy_compound_top3,buy,2025-12-30 03:51:00,720.0 -6097,buy_compound_top3,buy,2025-12-30 03:54:00,719.0 -6098,buy_compound_top3,buy,2025-12-30 03:57:00,718.0 -6099,buy_compound_top3,buy,2025-12-30 04:00:00,719.0 -6100,buy_compound_top3,buy,2025-12-30 04:03:00,716.0 -6101,buy_compound_top3,buy,2025-12-30 05:30:00,718.0 -6102,buy_compound_top3,buy,2025-12-30 05:33:00,717.0 -6103,buy_compound_top3,buy,2025-12-30 09:45:00,716.0 -6104,buy_compound_top3,buy,2025-12-30 09:48:00,717.0 -6105,buy_compound_top3,buy,2025-12-30 11:30:00,715.0 -6106,buy_compound_top3,buy,2025-12-30 11:33:00,715.0 -6107,buy_compound_top3,buy,2025-12-30 11:36:00,716.0 -6108,buy_compound_top3,buy,2025-12-30 11:39:00,715.0 -6109,buy_compound_top3,buy,2025-12-30 14:45:00,712.0 -6110,buy_compound_top3,buy,2025-12-30 14:48:00,712.0 -6111,buy_compound_top3,buy,2025-12-30 23:15:00,719.0 -6112,buy_compound_top3,buy,2025-12-30 23:18:00,720.0 -6113,buy_compound_top3,buy,2025-12-30 23:30:00,718.0 -6114,buy_compound_top3,buy,2025-12-30 23:33:00,719.0 -6115,buy_compound_top3,buy,2025-12-31 01:42:00,717.0 -6116,buy_compound_top3,buy,2025-12-31 01:45:00,716.0 -6117,buy_compound_top3,buy,2025-12-31 01:48:00,716.0 -6118,buy_compound_top3,buy,2025-12-31 01:51:00,715.0 -6119,buy_compound_top3,buy,2025-12-31 01:54:00,717.0 -6120,buy_compound_top3,buy,2025-12-31 02:21:00,715.0 -6121,buy_compound_top3,buy,2025-12-31 02:24:00,716.0 -6122,buy_compound_top3,buy,2025-12-31 02:30:00,715.0 -6123,buy_compound_top3,buy,2025-12-31 02:33:00,715.0 -6124,buy_compound_top3,buy,2025-12-31 02:45:00,714.0 -6125,buy_compound_top3,buy,2025-12-31 02:48:00,713.0 -6126,buy_compound_top3,buy,2025-12-31 02:51:00,713.0 -6127,buy_compound_top3,buy,2025-12-31 02:54:00,713.0 -6128,buy_compound_top3,buy,2025-12-31 02:57:00,713.0 -6129,buy_compound_top3,buy,2025-12-31 03:00:00,713.0 -6130,buy_compound_top3,buy,2025-12-31 03:03:00,713.0 -6131,buy_compound_top3,buy,2025-12-31 04:15:00,711.0 -6132,buy_compound_top3,buy,2025-12-31 04:18:00,711.0 -6133,buy_compound_top3,buy,2025-12-31 09:15:00,711.0 -6134,buy_compound_top3,buy,2025-12-31 09:18:00,712.0 -6135,buy_compound_top3,buy,2025-12-31 12:45:00,713.0 -6136,buy_compound_top3,buy,2025-12-31 12:48:00,713.0 -6137,buy_compound_top3,buy,2025-12-31 15:42:00,711.0 -6138,buy_compound_top3,buy,2025-12-31 16:36:00,711.0 -6139,buy_compound_top3,buy,2025-12-31 16:39:00,711.0 -6140,buy_compound_top3,buy,2025-12-31 17:45:00,710.0 -6141,buy_compound_top3,buy,2025-12-31 17:48:00,709.0 -6142,buy_compound_top3,buy,2026-01-01 01:06:00,707.0 -6143,buy_compound_top3,buy,2026-01-01 01:09:00,709.0 -6144,buy_compound_top3,buy,2026-01-01 01:57:00,694.0 -6145,buy_compound_top3,buy,2026-01-01 02:00:00,692.0 -6146,buy_compound_top3,buy,2026-01-01 02:03:00,691.0 -6147,buy_compound_top3,buy,2026-01-01 10:30:00,701.0 -6148,buy_compound_top3,buy,2026-01-01 10:33:00,703.0 -6149,buy_compound_top3,buy,2026-01-01 10:36:00,703.0 -6150,buy_compound_top3,buy,2026-01-01 10:39:00,702.0 -6151,buy_compound_top3,buy,2026-01-01 12:57:00,700.0 -6152,buy_compound_top3,buy,2026-01-01 13:15:00,699.0 -6153,buy_compound_top3,buy,2026-01-01 13:18:00,698.0 -6154,buy_compound_top3,buy,2026-01-01 21:42:00,710.0 -6155,buy_compound_top3,buy,2026-01-02 16:45:00,756.0 -6156,buy_compound_top3,buy,2026-01-02 16:48:00,757.0 -6157,buy_compound_top3,buy,2026-01-03 05:57:00,786.0 -6158,buy_compound_top3,buy,2026-01-03 16:30:00,815.0 -6159,buy_compound_top3,buy,2026-01-03 16:33:00,816.0 -6160,buy_compound_top3,buy,2026-01-03 16:36:00,817.0 -6161,buy_compound_top3,buy,2026-01-03 16:39:00,818.0 -6162,buy_compound_top3,buy,2026-01-04 00:21:00,824.0 -6163,buy_compound_top3,buy,2026-01-04 00:24:00,822.0 -6164,buy_compound_top3,buy,2026-01-04 10:30:00,841.0 -6165,buy_compound_top3,buy,2026-01-04 10:33:00,838.0 -6166,buy_compound_top3,buy,2026-01-04 10:36:00,839.0 -6167,buy_compound_top3,buy,2026-01-04 10:39:00,839.0 -6168,buy_compound_top3,buy,2026-01-04 16:30:00,847.0 -6169,buy_compound_top3,buy,2026-01-04 16:33:00,848.0 -6170,buy_compound_top3,buy,2026-01-04 22:21:00,850.0 -6171,buy_compound_top3,buy,2026-01-04 22:24:00,850.0 -6172,buy_compound_top3,buy,2026-01-05 03:45:00,870.0 -6173,buy_compound_top3,buy,2026-01-05 03:48:00,867.0 -6174,buy_compound_top3,buy,2026-01-05 03:51:00,868.0 -6175,buy_compound_top3,buy,2026-01-05 03:54:00,869.0 -6176,buy_compound_top3,buy,2026-01-05 04:21:00,857.0 -6177,buy_compound_top3,buy,2026-01-05 04:24:00,859.0 -6178,buy_compound_top3,buy,2026-01-05 04:27:00,858.0 -6179,buy_compound_top3,buy,2026-01-05 13:12:00,869.0 -6180,buy_compound_top3,buy,2026-01-05 13:42:00,856.0 -6181,buy_compound_top3,buy,2026-01-05 15:30:00,856.0 -6182,buy_compound_top3,buy,2026-01-05 15:33:00,857.0 -6183,buy_compound_top3,buy,2026-01-05 18:15:00,858.0 -6184,buy_compound_top3,buy,2026-01-05 18:18:00,860.0 -6185,buy_compound_top3,buy,2026-01-06 06:30:00,912.0 -6186,buy_compound_top3,buy,2026-01-06 06:33:00,911.0 -6187,buy_compound_top3,buy,2026-01-06 06:36:00,908.0 -6188,buy_compound_top3,buy,2026-01-06 06:39:00,910.0 -6189,buy_compound_top3,buy,2026-01-06 15:00:00,915.0 -6190,buy_compound_top3,buy,2026-01-06 15:03:00,916.0 -6191,buy_compound_top3,buy,2026-01-06 15:06:00,917.0 -6192,buy_compound_top3,buy,2026-01-06 15:09:00,917.0 -6193,buy_compound_top3,buy,2026-01-06 15:21:00,914.0 -6194,buy_compound_top3,buy,2026-01-06 15:24:00,912.0 -6195,buy_compound_top3,buy,2026-01-06 15:27:00,913.0 -6196,buy_compound_top3,buy,2026-01-06 16:57:00,899.0 -6197,buy_compound_top3,buy,2026-01-07 00:42:00,917.0 -6198,buy_compound_top3,buy,2026-01-07 00:51:00,918.0 -6199,buy_compound_top3,buy,2026-01-07 00:54:00,915.0 -6200,buy_compound_top3,buy,2026-01-07 00:57:00,914.0 -6201,buy_compound_top3,buy,2026-01-07 01:27:00,909.0 -6202,buy_compound_top3,buy,2026-01-07 01:36:00,907.0 -6203,buy_compound_top3,buy,2026-01-07 01:39:00,905.0 -6204,buy_compound_top3,buy,2026-01-07 01:42:00,904.0 -6205,buy_compound_top3,buy,2026-01-07 01:45:00,906.0 -6206,buy_compound_top3,buy,2026-01-07 01:48:00,903.0 -6207,buy_compound_top3,buy,2026-01-07 09:57:00,906.0 -6208,buy_compound_top3,buy,2026-01-07 10:00:00,905.0 -6209,buy_compound_top3,buy,2026-01-07 10:03:00,907.0 -6210,buy_compound_top3,buy,2026-01-07 10:15:00,905.0 -6211,buy_compound_top3,buy,2026-01-07 10:18:00,900.0 -6212,buy_compound_top3,buy,2026-01-07 10:21:00,897.0 -6213,buy_compound_top3,buy,2026-01-07 10:24:00,902.0 -6214,buy_compound_top3,buy,2026-01-07 10:51:00,894.0 -6215,buy_compound_top3,buy,2026-01-07 10:54:00,894.0 -6216,buy_compound_top3,buy,2026-01-07 10:57:00,894.0 -6217,buy_compound_top3,buy,2026-01-07 11:00:00,894.0 -6218,buy_compound_top3,buy,2026-01-07 11:03:00,893.0 -6219,buy_compound_top3,buy,2026-01-07 13:45:00,898.0 -6220,buy_compound_top3,buy,2026-01-07 13:48:00,898.0 -6221,buy_compound_top3,buy,2026-01-07 13:51:00,896.0 -6222,buy_compound_top3,buy,2026-01-07 13:54:00,895.0 -6223,buy_compound_top3,buy,2026-01-07 13:57:00,896.0 -6224,buy_compound_top3,buy,2026-01-07 15:00:00,894.0 -6225,buy_compound_top3,buy,2026-01-07 15:03:00,895.0 -6226,buy_compound_top3,buy,2026-01-07 21:45:00,896.0 -6227,buy_compound_top3,buy,2026-01-07 21:48:00,897.0 -6228,buy_compound_top3,buy,2026-01-07 21:51:00,896.0 -6229,buy_compound_top3,buy,2026-01-07 21:54:00,895.0 -6230,buy_compound_top3,buy,2026-01-07 21:57:00,894.0 -6231,buy_compound_top3,buy,2026-01-07 22:06:00,894.0 -6232,buy_compound_top3,buy,2026-01-07 22:09:00,891.0 -6233,buy_compound_top3,buy,2026-01-07 22:12:00,891.0 -6234,buy_compound_top3,buy,2026-01-07 22:51:00,888.0 -6235,buy_compound_top3,buy,2026-01-07 22:54:00,888.0 -6236,buy_compound_top3,buy,2026-01-07 22:57:00,888.0 -6237,buy_compound_top3,buy,2026-01-07 23:27:00,874.0 -6238,buy_compound_top3,buy,2026-01-07 23:30:00,873.0 -6239,buy_compound_top3,buy,2026-01-07 23:33:00,874.0 -6240,buy_compound_top3,buy,2026-01-08 00:15:00,872.0 -6241,buy_compound_top3,buy,2026-01-08 00:18:00,869.0 -6242,buy_compound_top3,buy,2026-01-08 00:21:00,865.0 -6243,buy_compound_top3,buy,2026-01-08 00:24:00,868.0 -6244,buy_compound_top3,buy,2026-01-08 00:36:00,869.0 -6245,buy_compound_top3,buy,2026-01-08 00:39:00,867.0 -6246,buy_compound_top3,buy,2026-01-08 00:42:00,868.0 -6247,buy_compound_top3,buy,2026-01-08 04:21:00,865.0 -6248,buy_compound_top3,buy,2026-01-08 04:24:00,865.0 -6249,buy_compound_top3,buy,2026-01-08 05:27:00,865.0 -6250,buy_compound_top3,buy,2026-01-08 12:51:00,864.0 -6251,buy_compound_top3,buy,2026-01-08 12:54:00,863.0 -6252,buy_compound_top3,buy,2026-01-08 13:15:00,856.0 -6253,buy_compound_top3,buy,2026-01-08 13:18:00,858.0 -6254,buy_compound_top3,buy,2026-01-08 15:27:00,856.0 -6255,buy_compound_top3,buy,2026-01-08 15:57:00,850.0 -6256,buy_compound_top3,buy,2026-01-08 18:27:00,851.0 -6257,buy_compound_top3,buy,2026-01-08 18:42:00,847.0 -6258,buy_compound_top3,buy,2026-01-08 19:00:00,847.0 -6259,buy_compound_top3,buy,2026-01-08 19:03:00,841.0 -6260,buy_compound_top3,buy,2026-01-08 19:12:00,845.0 -6261,buy_compound_top3,buy,2026-01-08 20:12:00,842.0 -6262,buy_compound_top3,buy,2026-01-08 20:15:00,843.0 -6263,buy_compound_top3,buy,2026-01-08 20:18:00,843.0 -6264,buy_compound_top3,buy,2026-01-08 20:21:00,840.0 -6265,buy_compound_top3,buy,2026-01-08 20:24:00,840.0 -6266,buy_compound_top3,buy,2026-01-08 20:27:00,840.0 -6267,buy_compound_top3,buy,2026-01-08 20:30:00,841.0 -6268,buy_compound_top3,buy,2026-01-08 20:33:00,841.0 -6269,buy_compound_top3,buy,2026-01-08 20:36:00,839.0 -6270,buy_compound_top3,buy,2026-01-08 20:39:00,839.0 -6271,buy_compound_top3,buy,2026-01-08 20:42:00,842.0 -6272,buy_compound_top3,buy,2026-01-08 21:12:00,836.0 -6273,buy_compound_top3,buy,2026-01-08 21:15:00,837.0 -6274,buy_compound_top3,buy,2026-01-08 21:18:00,836.0 -6275,buy_compound_top3,buy,2026-01-08 21:42:00,837.0 -6276,buy_compound_top3,buy,2026-01-08 21:51:00,836.0 -6277,buy_compound_top3,buy,2026-01-08 21:54:00,834.0 -6278,buy_compound_top3,buy,2026-01-08 23:30:00,831.0 -6279,buy_compound_top3,buy,2026-01-08 23:33:00,832.0 -6280,buy_compound_top3,buy,2026-01-09 05:15:00,845.0 -6281,buy_compound_top3,buy,2026-01-09 05:18:00,844.0 -6282,buy_compound_top3,buy,2026-01-09 05:21:00,844.0 -6283,buy_compound_top3,buy,2026-01-09 05:24:00,842.0 -6284,buy_compound_top3,buy,2026-01-09 05:27:00,842.0 -6285,buy_compound_top3,buy,2026-01-09 10:51:00,845.0 -6286,buy_compound_top3,buy,2026-01-09 10:54:00,845.0 -6287,buy_compound_top3,buy,2026-01-09 10:57:00,845.0 -6288,buy_compound_top3,buy,2026-01-09 11:00:00,845.0 -6289,buy_compound_top3,buy,2026-01-09 11:03:00,844.0 -6290,buy_compound_top3,buy,2026-01-09 19:30:00,848.0 -6291,buy_compound_top3,buy,2026-01-09 19:33:00,846.0 -6292,buy_compound_top3,buy,2026-01-09 21:27:00,847.0 -6293,buy_compound_top3,buy,2026-01-09 21:30:00,848.0 -6294,buy_compound_top3,buy,2026-01-09 21:33:00,846.0 -6295,buy_compound_top3,buy,2026-01-09 21:42:00,846.0 -6296,buy_compound_top3,buy,2026-01-10 03:36:00,857.0 -6297,buy_compound_top3,buy,2026-01-10 03:39:00,856.0 -6298,buy_compound_top3,buy,2026-01-10 04:15:00,851.0 -6299,buy_compound_top3,buy,2026-01-10 04:18:00,848.0 -6300,buy_compound_top3,buy,2026-01-10 04:21:00,847.0 -6301,buy_compound_top3,buy,2026-01-10 04:24:00,849.0 -6302,buy_compound_top3,buy,2026-01-10 04:30:00,849.0 -6303,buy_compound_top3,buy,2026-01-10 04:33:00,848.0 -6304,buy_compound_top3,buy,2026-01-10 09:21:00,850.0 -6305,buy_compound_top3,buy,2026-01-10 09:24:00,850.0 -6306,buy_compound_top3,buy,2026-01-10 09:42:00,851.0 -6307,buy_compound_top3,buy,2026-01-10 09:45:00,849.0 -6308,buy_compound_top3,buy,2026-01-10 09:48:00,848.0 -6309,buy_compound_top3,buy,2026-01-10 09:51:00,847.0 -6310,buy_compound_top3,buy,2026-01-10 09:54:00,847.0 -6311,buy_compound_top3,buy,2026-01-10 12:15:00,845.0 -6312,buy_compound_top3,buy,2026-01-10 12:18:00,845.0 -6313,buy_compound_top3,buy,2026-01-10 12:42:00,845.0 -6314,buy_compound_top3,buy,2026-01-10 13:42:00,844.0 -6315,buy_compound_top3,buy,2026-01-10 14:30:00,842.0 -6316,buy_compound_top3,buy,2026-01-10 14:33:00,843.0 -6317,buy_compound_top3,buy,2026-01-10 15:00:00,842.0 -6318,buy_compound_top3,buy,2026-01-10 15:03:00,842.0 -6319,buy_compound_top3,buy,2026-01-10 15:27:00,840.0 -6320,buy_compound_top3,buy,2026-01-10 23:42:00,856.0 -6321,buy_compound_top3,buy,2026-01-10 23:45:00,857.0 -6322,buy_compound_top3,buy,2026-01-10 23:48:00,856.0 -6323,buy_compound_top3,buy,2026-01-10 23:51:00,856.0 -6324,buy_compound_top3,buy,2026-01-10 23:54:00,856.0 -6325,buy_compound_top3,buy,2026-01-11 01:27:00,854.0 -6326,buy_compound_top3,buy,2026-01-11 03:15:00,845.0 -6327,buy_compound_top3,buy,2026-01-11 03:18:00,846.0 -6328,buy_compound_top3,buy,2026-01-11 06:30:00,848.0 -6329,buy_compound_top3,buy,2026-01-11 06:33:00,847.0 -6330,buy_compound_top3,buy,2026-01-11 06:36:00,847.0 -6331,buy_compound_top3,buy,2026-01-11 06:39:00,846.0 -6332,buy_compound_top3,buy,2026-01-11 06:42:00,847.0 -6333,buy_compound_top3,buy,2026-01-11 06:51:00,846.0 -6334,buy_compound_top3,buy,2026-01-11 06:54:00,846.0 -6335,buy_compound_top3,buy,2026-01-11 07:42:00,845.0 -6336,buy_compound_top3,buy,2026-01-11 08:06:00,842.0 -6337,buy_compound_top3,buy,2026-01-11 08:09:00,843.0 -6338,buy_compound_top3,buy,2026-01-11 08:15:00,841.0 -6339,buy_compound_top3,buy,2026-01-11 08:18:00,841.0 -6340,buy_compound_top3,buy,2026-01-11 15:36:00,841.0 -6341,buy_compound_top3,buy,2026-01-11 15:39:00,841.0 -6342,buy_compound_top3,buy,2026-01-12 00:30:00,850.0 -6343,buy_compound_top3,buy,2026-01-12 00:33:00,849.0 -6344,buy_compound_top3,buy,2026-01-12 05:27:00,838.0 -6345,buy_compound_top3,buy,2026-01-12 05:30:00,837.0 -6346,buy_compound_top3,buy,2026-01-12 05:33:00,837.0 -6347,buy_compound_top3,buy,2026-01-12 06:00:00,835.0 -6348,buy_compound_top3,buy,2026-01-12 06:03:00,835.0 -6349,buy_compound_top3,buy,2026-01-12 06:06:00,830.0 -6350,buy_compound_top3,buy,2026-01-12 06:09:00,831.0 -6351,buy_compound_top3,buy,2026-01-12 07:15:00,830.0 -6352,buy_compound_top3,buy,2026-01-12 07:18:00,830.0 -6353,buy_compound_top3,buy,2026-01-12 08:06:00,824.0 -6354,buy_compound_top3,buy,2026-01-12 08:09:00,826.0 -6355,buy_compound_top3,buy,2026-01-12 15:30:00,855.0 -6356,buy_compound_top3,buy,2026-01-12 15:33:00,854.0 -6357,buy_compound_top3,buy,2026-01-12 15:36:00,852.0 -6358,buy_compound_top3,buy,2026-01-12 15:39:00,852.0 -6359,buy_compound_top3,buy,2026-01-12 15:45:00,852.0 -6360,buy_compound_top3,buy,2026-01-12 15:48:00,851.0 -6361,buy_compound_top3,buy,2026-01-12 15:51:00,850.0 -6362,buy_compound_top3,buy,2026-01-12 15:54:00,850.0 -6363,buy_compound_top3,buy,2026-01-12 15:57:00,851.0 -6364,buy_compound_top3,buy,2026-01-12 16:21:00,848.0 -6365,buy_compound_top3,buy,2026-01-12 16:24:00,849.0 -6366,buy_compound_top3,buy,2026-01-12 16:30:00,849.0 -6367,buy_compound_top3,buy,2026-01-12 16:33:00,845.0 -6368,buy_compound_top3,buy,2026-01-12 16:51:00,840.0 -6369,buy_compound_top3,buy,2026-01-12 16:54:00,839.0 -6370,buy_compound_top3,buy,2026-01-12 16:57:00,842.0 -6371,buy_compound_top3,buy,2026-01-12 17:42:00,833.0 -6372,buy_compound_top3,buy,2026-01-12 17:51:00,833.0 -6373,buy_compound_top3,buy,2026-01-12 17:54:00,835.0 -6374,buy_compound_top3,buy,2026-01-12 19:57:00,831.0 -6375,buy_compound_top3,buy,2026-01-12 22:06:00,832.0 -6376,buy_compound_top3,buy,2026-01-12 22:09:00,831.0 -6377,buy_compound_top3,buy,2026-01-12 22:12:00,831.0 -6378,buy_compound_top3,buy,2026-01-12 22:21:00,829.0 -6379,buy_compound_top3,buy,2026-01-12 22:24:00,829.0 -6380,buy_compound_top3,buy,2026-01-12 22:27:00,828.0 -6381,buy_compound_top3,buy,2026-01-12 22:30:00,828.0 -6382,buy_compound_top3,buy,2026-01-12 22:33:00,827.0 -6383,buy_compound_top3,buy,2026-01-12 22:42:00,826.0 -6384,buy_compound_top3,buy,2026-01-12 22:57:00,823.0 -6385,buy_compound_top3,buy,2026-01-12 23:00:00,822.0 -6386,buy_compound_top3,buy,2026-01-12 23:03:00,823.0 -6387,buy_compound_top3,buy,2026-01-13 03:42:00,827.0 -6388,buy_compound_top3,buy,2026-01-13 05:42:00,824.0 -6389,buy_compound_top3,buy,2026-01-13 05:57:00,824.0 -6390,buy_compound_top3,buy,2026-01-13 06:00:00,824.0 -6391,buy_compound_top3,buy,2026-01-13 06:03:00,822.0 -6392,buy_compound_top3,buy,2026-01-13 08:12:00,818.0 -6393,buy_compound_top3,buy,2026-01-13 08:21:00,818.0 -6394,buy_compound_top3,buy,2026-01-13 08:24:00,818.0 -6395,buy_compound_top3,buy,2026-01-13 17:30:00,831.0 -6396,buy_compound_top3,buy,2026-01-13 17:33:00,831.0 -6397,buy_compound_top3,buy,2026-01-14 04:12:00,880.0 -6398,buy_compound_top3,buy,2026-01-14 04:15:00,880.0 -6399,buy_compound_top3,buy,2026-01-14 04:18:00,882.0 -6400,buy_compound_top3,buy,2026-01-14 05:42:00,878.0 -6401,buy_compound_top3,buy,2026-01-14 05:51:00,878.0 -6402,buy_compound_top3,buy,2026-01-14 05:54:00,878.0 -6403,buy_compound_top3,buy,2026-01-14 05:57:00,878.0 -6404,buy_compound_top3,buy,2026-01-14 12:00:00,904.0 -6405,buy_compound_top3,buy,2026-01-14 12:03:00,905.0 -6406,buy_compound_top3,buy,2026-01-14 12:12:00,903.0 -6407,buy_compound_top3,buy,2026-01-14 12:15:00,903.0 -6408,buy_compound_top3,buy,2026-01-14 12:18:00,905.0 -6409,buy_compound_top3,buy,2026-01-14 14:15:00,900.0 -6410,buy_compound_top3,buy,2026-01-14 14:18:00,900.0 -6411,buy_compound_top3,buy,2026-01-14 14:21:00,901.0 -6412,buy_compound_top3,buy,2026-01-14 14:24:00,898.0 -6413,buy_compound_top3,buy,2026-01-14 14:30:00,897.0 -6414,buy_compound_top3,buy,2026-01-14 14:33:00,898.0 -6415,buy_compound_top3,buy,2026-01-14 15:27:00,897.0 -6416,buy_compound_top3,buy,2026-01-14 17:45:00,893.0 -6417,buy_compound_top3,buy,2026-01-14 17:48:00,893.0 -6418,buy_compound_top3,buy,2026-01-14 17:51:00,892.0 -6419,buy_compound_top3,buy,2026-01-14 17:54:00,892.0 -6420,buy_compound_top3,buy,2026-01-14 17:57:00,893.0 -6421,buy_compound_top3,buy,2026-01-14 18:00:00,892.0 -6422,buy_compound_top3,buy,2026-01-14 18:03:00,893.0 -6423,buy_compound_top3,buy,2026-01-14 20:27:00,890.0 -6424,buy_compound_top3,buy,2026-01-14 20:30:00,890.0 -6425,buy_compound_top3,buy,2026-01-14 20:33:00,891.0 -6426,buy_compound_top3,buy,2026-01-14 20:42:00,888.0 -6427,buy_compound_top3,buy,2026-01-15 02:45:00,895.0 -6428,buy_compound_top3,buy,2026-01-15 02:48:00,897.0 -6429,buy_compound_top3,buy,2026-01-15 03:00:00,889.0 -6430,buy_compound_top3,buy,2026-01-15 03:03:00,891.0 -6431,buy_compound_top3,buy,2026-01-15 03:12:00,891.0 -6432,buy_compound_top3,buy,2026-01-15 03:15:00,887.0 -6433,buy_compound_top3,buy,2026-01-15 03:18:00,888.0 -6434,buy_compound_top3,buy,2026-01-15 03:51:00,875.0 -6435,buy_compound_top3,buy,2026-01-15 03:54:00,879.0 -6436,buy_compound_top3,buy,2026-01-15 07:30:00,877.0 -6437,buy_compound_top3,buy,2026-01-15 07:33:00,877.0 -6438,buy_compound_top3,buy,2026-01-15 07:51:00,875.0 -6439,buy_compound_top3,buy,2026-01-15 07:54:00,874.0 -6440,buy_compound_top3,buy,2026-01-15 07:57:00,872.0 -6441,buy_compound_top3,buy,2026-01-15 09:51:00,872.0 -6442,buy_compound_top3,buy,2026-01-15 09:54:00,873.0 -6443,buy_compound_top3,buy,2026-01-15 09:57:00,873.0 -6444,buy_compound_top3,buy,2026-01-15 11:36:00,866.0 -6445,buy_compound_top3,buy,2026-01-15 11:39:00,867.0 -6446,buy_compound_top3,buy,2026-01-15 11:42:00,869.0 -6447,buy_compound_top3,buy,2026-01-15 12:00:00,866.0 -6448,buy_compound_top3,buy,2026-01-15 12:03:00,865.0 -6449,buy_compound_top3,buy,2026-01-15 12:06:00,866.0 -6450,buy_compound_top3,buy,2026-01-15 12:09:00,865.0 -6451,buy_compound_top3,buy,2026-01-15 12:15:00,865.0 -6452,buy_compound_top3,buy,2026-01-15 12:18:00,865.0 -6453,buy_compound_top3,buy,2026-01-15 12:45:00,851.0 -6454,buy_compound_top3,buy,2026-01-15 12:48:00,852.0 -6455,buy_compound_top3,buy,2026-01-15 20:57:00,863.0 -6456,buy_compound_top3,buy,2026-01-15 23:57:00,861.0 -6457,buy_compound_top3,buy,2026-01-16 00:27:00,853.0 -6458,buy_compound_top3,buy,2026-01-16 03:06:00,838.0 -6459,buy_compound_top3,buy,2026-01-16 03:09:00,837.0 -6460,buy_compound_top3,buy,2026-01-16 03:21:00,832.0 -6461,buy_compound_top3,buy,2026-01-16 03:24:00,831.0 -6462,buy_compound_top3,buy,2026-01-16 04:00:00,825.0 -6463,buy_compound_top3,buy,2026-01-16 04:03:00,821.0 -6464,buy_compound_top3,buy,2026-01-16 04:42:00,821.0 -6465,buy_compound_top3,buy,2026-01-16 10:21:00,827.0 -6466,buy_compound_top3,buy,2026-01-16 10:24:00,826.0 -6467,buy_compound_top3,buy,2026-01-16 10:27:00,825.0 -6468,buy_compound_top3,buy,2026-01-16 11:12:00,823.0 -6469,buy_compound_top3,buy,2026-01-16 11:15:00,824.0 -6470,buy_compound_top3,buy,2026-01-16 11:18:00,823.0 -6471,buy_compound_top3,buy,2026-01-16 11:21:00,822.0 -6472,buy_compound_top3,buy,2026-01-16 11:24:00,823.0 -6473,buy_compound_top3,buy,2026-01-16 14:00:00,821.0 -6474,buy_compound_top3,buy,2026-01-16 14:03:00,822.0 -6475,buy_compound_top3,buy,2026-01-16 20:15:00,828.0 -6476,buy_compound_top3,buy,2026-01-16 20:18:00,830.0 -6477,buy_compound_top3,buy,2026-01-16 22:30:00,828.0 -6478,buy_compound_top3,buy,2026-01-16 22:33:00,827.0 -6479,buy_compound_top3,buy,2026-01-17 04:15:00,808.0 -6480,buy_compound_top3,buy,2026-01-17 04:18:00,807.0 -6481,buy_compound_top3,buy,2026-01-17 04:21:00,807.0 -6482,buy_compound_top3,buy,2026-01-17 04:24:00,808.0 -6483,buy_compound_top3,buy,2026-01-17 04:27:00,809.0 -6484,buy_compound_top3,buy,2026-01-17 12:30:00,818.0 -6485,buy_compound_top3,buy,2026-01-17 12:33:00,816.0 -6486,buy_compound_top3,buy,2026-01-17 12:42:00,816.0 -6487,buy_compound_top3,buy,2026-01-17 16:12:00,816.0 -6488,buy_compound_top3,buy,2026-01-17 19:51:00,820.0 -6489,buy_compound_top3,buy,2026-01-17 19:54:00,819.0 -6490,buy_compound_top3,buy,2026-01-17 20:00:00,819.0 -6491,buy_compound_top3,buy,2026-01-17 20:03:00,819.0 -6492,buy_compound_top3,buy,2026-01-17 20:12:00,819.0 -6493,buy_compound_top3,buy,2026-01-17 20:45:00,818.0 -6494,buy_compound_top3,buy,2026-01-17 20:48:00,817.0 -6495,buy_compound_top3,buy,2026-01-17 20:51:00,817.0 -6496,buy_compound_top3,buy,2026-01-17 20:54:00,817.0 -6497,buy_compound_top3,buy,2026-01-17 21:00:00,816.0 -6498,buy_compound_top3,buy,2026-01-17 21:03:00,816.0 -6499,buy_compound_top3,buy,2026-01-18 01:51:00,819.0 -6500,buy_compound_top3,buy,2026-01-18 01:54:00,822.0 -6501,buy_compound_top3,buy,2026-01-18 02:51:00,819.0 -6502,buy_compound_top3,buy,2026-01-18 02:54:00,819.0 -6503,buy_compound_top3,buy,2026-01-18 03:06:00,819.0 -6504,buy_compound_top3,buy,2026-01-18 06:21:00,818.0 -6505,buy_compound_top3,buy,2026-01-18 06:24:00,819.0 -6506,buy_compound_top3,buy,2026-01-18 10:15:00,807.0 -6507,buy_compound_top3,buy,2026-01-18 10:18:00,807.0 -6508,buy_compound_top3,buy,2026-01-18 10:30:00,808.0 -6509,buy_compound_top3,buy,2026-01-18 10:33:00,809.0 -6510,buy_compound_top3,buy,2026-01-18 10:45:00,807.0 -6511,buy_compound_top3,buy,2026-01-18 10:48:00,804.0 -6512,buy_compound_top3,buy,2026-01-18 10:51:00,805.0 -6513,buy_compound_top3,buy,2026-01-18 10:54:00,804.0 -6514,buy_compound_top3,buy,2026-01-18 16:21:00,804.0 -6515,buy_compound_top3,buy,2026-01-18 16:24:00,805.0 -6516,buy_compound_top3,buy,2026-01-18 16:36:00,803.0 -6517,buy_compound_top3,buy,2026-01-18 16:39:00,805.0 -6518,buy_compound_top3,buy,2026-01-18 18:30:00,802.0 -6519,buy_compound_top3,buy,2026-01-18 18:33:00,802.0 -6520,buy_compound_top3,buy,2026-01-18 18:42:00,801.0 -6521,buy_compound_top3,buy,2026-01-18 21:15:00,801.0 -6522,buy_compound_top3,buy,2026-01-18 21:18:00,802.0 -6523,buy_compound_top3,buy,2026-01-18 21:21:00,801.0 -6524,buy_compound_top3,buy,2026-01-18 21:24:00,802.0 -6525,buy_compound_top3,buy,2026-01-18 21:51:00,801.0 -6526,buy_compound_top3,buy,2026-01-18 21:54:00,801.0 -6527,buy_compound_top3,buy,2026-01-18 22:06:00,800.0 -6528,buy_compound_top3,buy,2026-01-18 22:09:00,800.0 -6529,buy_compound_top3,buy,2026-01-18 22:12:00,800.0 -6530,buy_compound_top3,buy,2026-01-19 00:00:00,798.0 -6531,buy_compound_top3,buy,2026-01-19 00:03:00,797.0 -6532,buy_compound_top3,buy,2026-01-19 04:51:00,797.0 -6533,buy_compound_top3,buy,2026-01-19 04:54:00,797.0 -6534,buy_compound_top3,buy,2026-01-19 04:57:00,797.0 -6535,buy_compound_top3,buy,2026-01-19 05:00:00,798.0 -6536,buy_compound_top3,buy,2026-01-19 05:03:00,797.0 -6537,buy_compound_top3,buy,2026-01-19 08:45:00,777.0 -6538,buy_compound_top3,buy,2026-01-19 08:48:00,768.0 -6539,buy_compound_top3,buy,2026-01-19 08:57:00,764.0 -6540,buy_compound_top3,buy,2026-01-19 09:15:00,732.0 -6541,buy_compound_top3,buy,2026-01-19 09:18:00,733.0 -6542,buy_compound_top3,buy,2026-01-19 09:21:00,734.0 -6543,buy_compound_top3,buy,2026-01-19 09:24:00,727.0 -6544,buy_compound_top3,buy,2026-01-19 09:27:00,721.0 -6545,buy_compound_top3,buy,2026-01-19 09:30:00,722.0 -6546,buy_compound_top3,buy,2026-01-19 09:33:00,719.0 -6547,buy_compound_top3,buy,2026-01-19 14:21:00,726.0 -6548,buy_compound_top3,buy,2026-01-19 14:24:00,725.0 -6549,buy_compound_top3,buy,2026-01-19 14:27:00,724.0 -6550,buy_compound_top3,buy,2026-01-20 00:21:00,733.0 -6551,buy_compound_top3,buy,2026-01-20 00:24:00,732.0 -6552,buy_compound_top3,buy,2026-01-20 00:30:00,732.0 -6553,buy_compound_top3,buy,2026-01-20 00:33:00,731.0 -6554,buy_compound_top3,buy,2026-01-20 00:42:00,732.0 -6555,buy_compound_top3,buy,2026-01-20 06:42:00,745.0 -6556,buy_compound_top3,buy,2026-01-20 07:45:00,742.0 -6557,buy_compound_top3,buy,2026-01-20 07:48:00,741.0 -6558,buy_compound_top3,buy,2026-01-20 07:57:00,741.0 -6559,buy_compound_top3,buy,2026-01-20 10:00:00,742.0 -6560,buy_compound_top3,buy,2026-01-20 10:03:00,740.0 -6561,buy_compound_top3,buy,2026-01-20 10:06:00,743.0 -6562,buy_compound_top3,buy,2026-01-20 10:09:00,742.0 -6563,buy_compound_top3,buy,2026-01-20 10:12:00,739.0 -6564,buy_compound_top3,buy,2026-01-20 14:00:00,741.0 -6565,buy_compound_top3,buy,2026-01-20 14:03:00,744.0 -6566,buy_compound_top3,buy,2026-01-20 14:12:00,740.0 -6567,buy_compound_top3,buy,2026-01-20 14:27:00,739.0 -6568,buy_compound_top3,buy,2026-01-20 14:30:00,739.0 -6569,buy_compound_top3,buy,2026-01-20 14:33:00,739.0 -6570,buy_compound_top3,buy,2026-01-20 15:27:00,736.0 -6571,buy_compound_top3,buy,2026-01-20 15:51:00,732.0 -6572,buy_compound_top3,buy,2026-01-20 15:54:00,732.0 -6573,buy_compound_top3,buy,2026-01-20 15:57:00,733.0 -6574,buy_compound_top3,buy,2026-01-20 17:06:00,729.0 -6575,buy_compound_top3,buy,2026-01-20 17:09:00,729.0 -6576,buy_compound_top3,buy,2026-01-20 17:30:00,727.0 -6577,buy_compound_top3,buy,2026-01-20 17:33:00,725.0 -6578,buy_compound_top3,buy,2026-01-20 17:45:00,721.0 -6579,buy_compound_top3,buy,2026-01-20 17:48:00,722.0 -6580,buy_compound_top3,buy,2026-01-20 17:51:00,722.0 -6581,buy_compound_top3,buy,2026-01-20 17:54:00,722.0 -6582,buy_compound_top3,buy,2026-01-20 22:30:00,719.0 -6583,buy_compound_top3,buy,2026-01-20 22:33:00,719.0 -6584,buy_compound_top3,buy,2026-01-20 22:51:00,715.0 -6585,buy_compound_top3,buy,2026-01-20 22:54:00,716.0 -6586,buy_compound_top3,buy,2026-01-21 01:51:00,710.0 -6587,buy_compound_top3,buy,2026-01-21 01:54:00,710.0 -6588,buy_compound_top3,buy,2026-01-21 01:57:00,709.0 -6589,buy_compound_top3,buy,2026-01-21 02:42:00,705.0 -6590,buy_compound_top3,buy,2026-01-21 02:45:00,705.0 -6591,buy_compound_top3,buy,2026-01-21 02:48:00,702.0 -6592,buy_compound_top3,buy,2026-01-21 02:51:00,704.0 -6593,buy_compound_top3,buy,2026-01-21 02:54:00,704.0 -6594,buy_compound_top3,buy,2026-01-21 03:21:00,701.0 -6595,buy_compound_top3,buy,2026-01-21 03:24:00,700.0 -6596,buy_compound_top3,buy,2026-01-21 03:27:00,702.0 -6597,buy_compound_top3,buy,2026-01-21 03:42:00,699.0 -6598,buy_compound_top3,buy,2026-01-21 03:45:00,698.0 -6599,buy_compound_top3,buy,2026-01-21 03:48:00,699.0 -6600,buy_compound_top3,buy,2026-01-21 03:51:00,700.0 -6601,buy_compound_top3,buy,2026-01-21 03:54:00,698.0 -6602,buy_compound_top3,buy,2026-01-21 03:57:00,699.0 -6603,buy_compound_top3,buy,2026-01-21 06:51:00,700.0 -6604,buy_compound_top3,buy,2026-01-21 06:54:00,700.0 -6605,buy_compound_top3,buy,2026-01-21 16:42:00,717.0 -6606,buy_compound_top3,buy,2026-01-21 16:45:00,717.0 -6607,buy_compound_top3,buy,2026-01-21 16:48:00,716.0 -6608,buy_compound_top3,buy,2026-01-21 16:51:00,716.0 -6609,buy_compound_top3,buy,2026-01-21 16:54:00,716.0 -6610,buy_compound_top3,buy,2026-01-21 16:57:00,716.0 -6611,buy_compound_top3,buy,2026-01-21 17:42:00,715.0 -6612,buy_compound_top3,buy,2026-01-21 17:45:00,714.0 -6613,buy_compound_top3,buy,2026-01-21 17:48:00,715.0 -6614,buy_compound_top3,buy,2026-01-21 17:51:00,714.0 -6615,buy_compound_top3,buy,2026-01-21 17:54:00,714.0 -6616,buy_compound_top3,buy,2026-01-21 20:00:00,714.0 -6617,buy_compound_top3,buy,2026-01-21 20:03:00,714.0 -6618,buy_compound_top3,buy,2026-01-21 20:12:00,713.0 -6619,buy_compound_top3,buy,2026-01-21 20:36:00,713.0 -6620,buy_compound_top3,buy,2026-01-21 20:39:00,711.0 -6621,buy_compound_top3,buy,2026-01-21 20:42:00,711.0 -6622,buy_compound_top3,buy,2026-01-21 20:45:00,711.0 -6623,buy_compound_top3,buy,2026-01-21 20:48:00,710.0 -6624,buy_compound_top3,buy,2026-01-21 20:51:00,709.0 -6625,buy_compound_top3,buy,2026-01-21 20:54:00,709.0 -6626,buy_compound_top3,buy,2026-01-21 20:57:00,708.0 -6627,buy_compound_top3,buy,2026-01-21 21:27:00,699.0 -6628,buy_compound_top3,buy,2026-01-21 21:30:00,699.0 -6629,buy_compound_top3,buy,2026-01-21 21:33:00,701.0 -6630,buy_compound_top3,buy,2026-01-22 01:51:00,700.0 -6631,buy_compound_top3,buy,2026-01-22 01:54:00,701.0 -6632,buy_compound_top3,buy,2026-01-22 01:57:00,696.0 -6633,buy_compound_top3,buy,2026-01-22 02:12:00,696.0 -6634,buy_compound_top3,buy,2026-01-22 02:15:00,691.0 -6635,buy_compound_top3,buy,2026-01-22 02:18:00,692.0 -6636,buy_compound_top3,buy,2026-01-22 08:15:00,714.0 -6637,buy_compound_top3,buy,2026-01-22 08:18:00,714.0 -6638,buy_compound_top3,buy,2026-01-22 08:21:00,713.0 -6639,buy_compound_top3,buy,2026-01-22 08:24:00,710.0 -6640,buy_compound_top3,buy,2026-01-22 08:30:00,712.0 -6641,buy_compound_top3,buy,2026-01-22 08:33:00,710.0 -6642,buy_compound_top3,buy,2026-01-22 08:36:00,711.0 -6643,buy_compound_top3,buy,2026-01-22 08:39:00,710.0 -6644,buy_compound_top3,buy,2026-01-22 17:21:00,711.0 -6645,buy_compound_top3,buy,2026-01-22 17:24:00,711.0 -6646,buy_compound_top3,buy,2026-01-22 17:45:00,709.0 -6647,buy_compound_top3,buy,2026-01-22 17:48:00,709.0 -6648,buy_compound_top3,buy,2026-01-22 21:21:00,710.0 -6649,buy_compound_top3,buy,2026-01-22 21:24:00,712.0 -6650,buy_compound_top3,buy,2026-01-22 21:27:00,711.0 -6651,buy_compound_top3,buy,2026-01-22 21:42:00,709.0 -6652,buy_compound_top3,buy,2026-01-22 21:45:00,711.0 -6653,buy_compound_top3,buy,2026-01-22 21:48:00,711.0 -6654,buy_compound_top3,buy,2026-01-22 22:57:00,709.0 -6655,buy_compound_top3,buy,2026-01-22 23:15:00,706.0 -6656,buy_compound_top3,buy,2026-01-22 23:18:00,705.0 -6657,buy_compound_top3,buy,2026-01-22 23:21:00,704.0 -6658,buy_compound_top3,buy,2026-01-22 23:24:00,702.0 -6659,buy_compound_top3,buy,2026-01-23 05:36:00,699.0 -6660,buy_compound_top3,buy,2026-01-23 05:39:00,697.0 -6661,buy_compound_top3,buy,2026-01-23 05:45:00,697.0 -6662,buy_compound_top3,buy,2026-01-23 05:48:00,697.0 -6663,buy_compound_top3,buy,2026-01-23 07:42:00,698.0 -6664,buy_compound_top3,buy,2026-01-23 15:30:00,710.0 -6665,buy_compound_top3,buy,2026-01-23 15:33:00,710.0 -6666,buy_compound_top3,buy,2026-01-23 15:36:00,709.0 -6667,buy_compound_top3,buy,2026-01-23 15:39:00,709.0 -6668,buy_compound_top3,buy,2026-01-23 15:51:00,709.0 -6669,buy_compound_top3,buy,2026-01-23 15:54:00,709.0 -6670,buy_compound_top3,buy,2026-01-23 15:57:00,707.0 -6671,buy_compound_top3,buy,2026-01-23 16:06:00,709.0 -6672,buy_compound_top3,buy,2026-01-23 16:09:00,708.0 -6673,buy_compound_top3,buy,2026-01-23 17:00:00,707.0 -6674,buy_compound_top3,buy,2026-01-23 17:03:00,708.0 -6675,buy_compound_top3,buy,2026-01-23 19:12:00,701.0 -6676,buy_compound_top3,buy,2026-01-23 23:00:00,701.0 -6677,buy_compound_top3,buy,2026-01-23 23:03:00,702.0 -6678,buy_compound_top3,buy,2026-01-24 00:00:00,690.0 -6679,buy_compound_top3,buy,2026-01-24 00:03:00,688.0 -6680,buy_compound_top3,buy,2026-01-24 04:27:00,699.0 -6681,buy_compound_top3,buy,2026-01-24 04:45:00,695.0 -6682,buy_compound_top3,buy,2026-01-24 04:48:00,693.0 -6683,buy_compound_top3,buy,2026-01-24 05:30:00,691.0 -6684,buy_compound_top3,buy,2026-01-24 05:33:00,687.0 -6685,buy_compound_top3,buy,2026-01-24 05:42:00,687.0 -6686,buy_compound_top3,buy,2026-01-24 05:45:00,687.0 -6687,buy_compound_top3,buy,2026-01-24 05:48:00,687.0 -6688,buy_compound_top3,buy,2026-01-24 05:51:00,687.0 -6689,buy_compound_top3,buy,2026-01-24 05:54:00,686.0 -6690,buy_compound_top3,buy,2026-01-24 19:12:00,695.0 -6691,buy_compound_top3,buy,2026-01-25 00:36:00,698.0 -6692,buy_compound_top3,buy,2026-01-25 00:39:00,696.0 -6693,buy_compound_top3,buy,2026-01-25 00:51:00,697.0 -6694,buy_compound_top3,buy,2026-01-25 00:54:00,694.0 -6695,buy_compound_top3,buy,2026-01-25 00:57:00,696.0 -6696,buy_compound_top3,buy,2026-01-25 01:00:00,695.0 -6697,buy_compound_top3,buy,2026-01-25 01:03:00,695.0 -6698,buy_compound_top3,buy,2026-01-25 01:15:00,694.0 -6699,buy_compound_top3,buy,2026-01-25 01:18:00,693.0 -6700,buy_compound_top3,buy,2026-01-25 01:21:00,693.0 -6701,buy_compound_top3,buy,2026-01-25 01:24:00,693.0 -6702,buy_compound_top3,buy,2026-01-25 06:21:00,693.0 -6703,buy_compound_top3,buy,2026-01-25 06:24:00,693.0 -6704,buy_compound_top3,buy,2026-01-25 06:27:00,694.0 -6705,buy_compound_top3,buy,2026-01-25 06:30:00,693.0 -6706,buy_compound_top3,buy,2026-01-25 06:33:00,694.0 -6707,buy_compound_top3,buy,2026-01-25 06:36:00,692.0 -6708,buy_compound_top3,buy,2026-01-25 06:39:00,692.0 -6709,buy_compound_top3,buy,2026-01-25 10:45:00,690.0 -6710,buy_compound_top3,buy,2026-01-25 10:48:00,691.0 -6711,buy_compound_top3,buy,2026-01-25 10:51:00,691.0 -6712,buy_compound_top3,buy,2026-01-25 10:54:00,690.0 -6713,buy_compound_top3,buy,2026-01-25 12:21:00,689.0 -6714,buy_compound_top3,buy,2026-01-25 12:24:00,690.0 -6715,buy_compound_top3,buy,2026-01-25 12:27:00,690.0 -6716,buy_compound_top3,buy,2026-01-25 12:42:00,688.0 -6717,buy_compound_top3,buy,2026-01-25 17:57:00,687.0 -6718,buy_compound_top3,buy,2026-01-25 21:15:00,690.0 -6719,buy_compound_top3,buy,2026-01-25 21:18:00,691.0 -6720,buy_compound_top3,buy,2026-01-25 21:27:00,689.0 -6721,buy_compound_top3,buy,2026-01-25 23:42:00,685.0 -6722,buy_compound_top3,buy,2026-01-25 23:45:00,685.0 -6723,buy_compound_top3,buy,2026-01-25 23:48:00,685.0 -6724,buy_compound_top3,buy,2026-01-26 01:30:00,670.0 -6725,buy_compound_top3,buy,2026-01-26 01:33:00,667.0 -6726,buy_compound_top3,buy,2026-01-26 03:51:00,659.0 -6727,buy_compound_top3,buy,2026-01-26 03:54:00,659.0 -6728,buy_compound_top3,buy,2026-01-26 04:27:00,652.0 -6729,buy_compound_top3,buy,2026-01-26 04:36:00,651.0 -6730,buy_compound_top3,buy,2026-01-26 04:39:00,653.0 -6731,buy_compound_top3,buy,2026-01-26 04:51:00,650.0 -6732,buy_compound_top3,buy,2026-01-26 04:54:00,647.0 -6733,buy_compound_top3,buy,2026-01-26 04:57:00,648.0 -6734,buy_compound_top3,buy,2026-01-26 05:36:00,645.0 -6735,buy_compound_top3,buy,2026-01-26 05:39:00,647.0 -6736,buy_compound_top3,buy,2026-01-26 18:21:00,663.0 -6737,buy_compound_top3,buy,2026-01-26 18:24:00,663.0 -6738,buy_compound_top3,buy,2026-01-26 18:27:00,663.0 -6739,buy_compound_top3,buy,2026-01-26 18:30:00,663.0 -6740,buy_compound_top3,buy,2026-01-26 18:33:00,662.0 -6741,buy_compound_top3,buy,2026-01-26 18:36:00,662.0 -6742,buy_compound_top3,buy,2026-01-26 18:39:00,661.0 -6743,buy_compound_top3,buy,2026-01-27 05:00:00,673.0 -6744,buy_compound_top3,buy,2026-01-27 05:03:00,674.0 -6745,buy_compound_top3,buy,2026-01-27 05:06:00,674.0 -6746,buy_compound_top3,buy,2026-01-27 05:09:00,673.0 -6747,buy_compound_top3,buy,2026-01-27 05:12:00,672.0 -6748,buy_compound_top3,buy,2026-01-27 05:15:00,672.0 -6749,buy_compound_top3,buy,2026-01-27 05:18:00,672.0 -6750,buy_compound_top3,buy,2026-01-27 05:21:00,672.0 -6751,buy_compound_top3,buy,2026-01-27 05:24:00,670.0 -6752,buy_compound_top3,buy,2026-01-27 05:27:00,671.0 -6753,buy_compound_top3,buy,2026-01-27 05:30:00,671.0 -6754,buy_compound_top3,buy,2026-01-27 05:36:00,669.0 -6755,buy_compound_top3,buy,2026-01-27 05:39:00,670.0 -6756,buy_compound_top3,buy,2026-01-27 05:57:00,667.0 -6757,buy_compound_top3,buy,2026-01-27 10:12:00,670.0 -6758,buy_compound_top3,buy,2026-01-27 10:15:00,670.0 -6759,buy_compound_top3,buy,2026-01-27 10:18:00,671.0 -6760,buy_compound_top3,buy,2026-01-27 12:12:00,670.0 -6761,buy_compound_top3,buy,2026-01-27 12:21:00,669.0 -6762,buy_compound_top3,buy,2026-01-27 12:24:00,671.0 -6763,buy_compound_top3,buy,2026-01-27 12:27:00,670.0 -6764,buy_compound_top3,buy,2026-01-27 12:57:00,668.0 -6765,buy_compound_top3,buy,2026-01-27 13:42:00,668.0 -6766,buy_compound_top3,buy,2026-01-27 13:45:00,668.0 -6767,buy_compound_top3,buy,2026-01-27 13:48:00,668.0 -6768,buy_compound_top3,buy,2026-01-27 13:51:00,668.0 -6769,buy_compound_top3,buy,2026-01-27 13:54:00,669.0 -6770,buy_compound_top3,buy,2026-01-27 14:15:00,667.0 -6771,buy_compound_top3,buy,2026-01-27 14:18:00,666.0 -6772,buy_compound_top3,buy,2026-01-27 14:27:00,667.0 -6773,buy_compound_top3,buy,2026-01-27 14:30:00,666.0 -6774,buy_compound_top3,buy,2026-01-27 14:33:00,667.0 -6775,buy_compound_top3,buy,2026-01-27 15:57:00,665.0 -6776,buy_compound_top3,buy,2026-01-27 16:00:00,665.0 -6777,buy_compound_top3,buy,2026-01-27 16:03:00,665.0 -6778,buy_compound_top3,buy,2026-01-27 18:27:00,664.0 -6779,buy_compound_top3,buy,2026-01-27 22:57:00,665.0 -6780,buy_compound_top3,buy,2026-01-28 00:30:00,662.0 -6781,buy_compound_top3,buy,2026-01-28 00:33:00,663.0 -6782,buy_compound_top3,buy,2026-01-28 02:51:00,659.0 -6783,buy_compound_top3,buy,2026-01-28 02:54:00,657.0 -6784,buy_compound_top3,buy,2026-01-28 09:30:00,672.0 -6785,buy_compound_top3,buy,2026-01-28 09:33:00,671.0 -6786,buy_compound_top3,buy,2026-01-28 09:36:00,670.0 -6787,buy_compound_top3,buy,2026-01-28 09:39:00,670.0 -6788,buy_compound_top3,buy,2026-01-28 11:42:00,672.0 -6789,buy_compound_top3,buy,2026-01-28 12:00:00,670.0 -6790,buy_compound_top3,buy,2026-01-28 12:03:00,669.0 -6791,buy_compound_top3,buy,2026-01-28 12:15:00,669.0 -6792,buy_compound_top3,buy,2026-01-28 12:18:00,670.0 -6793,buy_compound_top3,buy,2026-01-28 12:21:00,669.0 -6794,buy_compound_top3,buy,2026-01-28 12:24:00,669.0 -6795,buy_compound_top3,buy,2026-01-28 13:30:00,664.0 -6796,buy_compound_top3,buy,2026-01-28 13:33:00,665.0 -6797,buy_compound_top3,buy,2026-01-28 13:36:00,664.0 -6798,buy_compound_top3,buy,2026-01-28 13:39:00,665.0 -6799,buy_compound_top3,buy,2026-01-29 00:15:00,663.0 -6800,buy_compound_top3,buy,2026-01-29 00:18:00,663.0 -6801,buy_compound_top3,buy,2026-01-29 04:42:00,661.0 -6802,buy_compound_top3,buy,2026-01-29 11:42:00,776.0 -6803,buy_compound_top3,buy,2026-01-29 11:45:00,776.0 -6804,buy_compound_top3,buy,2026-01-29 11:48:00,773.0 -6805,buy_compound_top3,buy,2026-01-29 11:51:00,773.0 -6806,buy_compound_top3,buy,2026-01-29 11:54:00,771.0 -6807,buy_compound_top3,buy,2026-01-29 11:57:00,774.0 -6808,buy_compound_top3,buy,2026-01-29 12:21:00,767.0 -6809,buy_compound_top3,buy,2026-01-29 12:24:00,766.0 -6810,buy_compound_top3,buy,2026-01-29 12:27:00,762.0 -6811,buy_compound_top3,buy,2026-01-29 12:30:00,763.0 -6812,buy_compound_top3,buy,2026-01-29 12:33:00,768.0 -6813,buy_compound_top3,buy,2026-01-29 14:51:00,748.0 -6814,buy_compound_top3,buy,2026-01-29 14:54:00,748.0 -6815,buy_compound_top3,buy,2026-01-29 14:57:00,746.0 -6816,buy_compound_top3,buy,2026-01-29 15:00:00,747.0 -6817,buy_compound_top3,buy,2026-01-29 15:03:00,747.0 -6818,buy_compound_top3,buy,2026-01-29 15:42:00,737.0 -6819,buy_compound_top3,buy,2026-01-29 15:51:00,740.0 -6820,buy_compound_top3,buy,2026-01-29 15:54:00,737.0 -6821,buy_compound_top3,buy,2026-01-29 15:57:00,738.0 -6822,buy_compound_top3,buy,2026-01-29 16:00:00,736.0 -6823,buy_compound_top3,buy,2026-01-29 16:03:00,740.0 -6824,buy_compound_top3,buy,2026-01-29 16:57:00,735.0 -6825,buy_compound_top3,buy,2026-01-29 18:27:00,726.0 -6826,buy_compound_top3,buy,2026-01-29 18:36:00,722.0 -6827,buy_compound_top3,buy,2026-01-29 18:39:00,721.0 -6828,buy_compound_top3,buy,2026-01-29 19:06:00,713.0 -6829,buy_compound_top3,buy,2026-01-29 19:09:00,714.0 -6830,buy_compound_top3,buy,2026-01-29 19:12:00,711.0 -6831,buy_compound_top3,buy,2026-01-29 20:21:00,708.0 -6832,buy_compound_top3,buy,2026-01-29 20:24:00,709.0 -6833,buy_compound_top3,buy,2026-01-29 21:51:00,699.0 -6834,buy_compound_top3,buy,2026-01-29 21:54:00,700.0 -6835,buy_compound_top3,buy,2026-01-30 04:00:00,702.0 -6836,buy_compound_top3,buy,2026-01-30 04:03:00,705.0 -6837,buy_compound_top3,buy,2026-01-30 04:21:00,701.0 -6838,buy_compound_top3,buy,2026-01-30 04:24:00,697.0 -6839,buy_compound_top3,buy,2026-01-30 04:27:00,699.0 -6840,buy_compound_top3,buy,2026-01-30 05:15:00,696.0 -6841,buy_compound_top3,buy,2026-01-30 05:18:00,694.0 -6842,buy_compound_top3,buy,2026-01-30 05:21:00,694.0 -6843,buy_compound_top3,buy,2026-01-30 05:24:00,695.0 -6844,buy_compound_top3,buy,2026-01-30 05:27:00,695.0 -6845,buy_compound_top3,buy,2026-01-30 05:42:00,694.0 -6846,buy_compound_top3,buy,2026-01-30 05:51:00,693.0 -6847,buy_compound_top3,buy,2026-01-30 05:54:00,691.0 -6848,buy_compound_top3,buy,2026-01-30 09:42:00,689.0 -6849,buy_compound_top3,buy,2026-01-30 09:45:00,686.0 -6850,buy_compound_top3,buy,2026-01-30 09:48:00,689.0 -6851,buy_compound_top3,buy,2026-01-30 10:57:00,679.0 -6852,buy_compound_top3,buy,2026-01-30 11:00:00,676.0 -6853,buy_compound_top3,buy,2026-01-30 11:03:00,675.0 -6854,buy_compound_top3,buy,2026-01-30 11:06:00,672.0 -6855,buy_compound_top3,buy,2026-01-30 11:09:00,671.0 -6856,buy_compound_top3,buy,2026-01-30 11:15:00,671.0 -6857,buy_compound_top3,buy,2026-01-30 11:18:00,670.0 -6858,buy_compound_top3,buy,2026-01-30 11:21:00,666.0 -6859,buy_compound_top3,buy,2026-01-30 11:24:00,667.0 -6860,buy_compound_top3,buy,2026-01-30 11:27:00,663.0 -6861,buy_compound_top3,buy,2026-01-30 17:30:00,673.0 -6862,buy_compound_top3,buy,2026-01-30 17:33:00,670.0 -6863,buy_compound_top3,buy,2026-01-30 17:36:00,671.0 -6864,buy_compound_top3,buy,2026-01-30 17:39:00,672.0 -6865,buy_compound_top3,buy,2026-01-30 17:51:00,670.0 -6866,buy_compound_top3,buy,2026-01-30 17:54:00,671.0 -6867,buy_compound_top3,buy,2026-01-30 18:21:00,669.0 -6868,buy_compound_top3,buy,2026-01-30 18:24:00,668.0 -6869,buy_compound_top3,buy,2026-01-30 18:27:00,669.0 -6870,buy_compound_top3,buy,2026-01-31 08:15:00,700.0 -6871,buy_compound_top3,buy,2026-01-31 08:18:00,701.0 -6872,buy_compound_top3,buy,2026-01-31 08:21:00,698.0 -6873,buy_compound_top3,buy,2026-01-31 08:24:00,695.0 -6874,buy_compound_top3,buy,2026-01-31 08:36:00,696.0 -6875,buy_compound_top3,buy,2026-01-31 08:39:00,696.0 -6876,buy_compound_top3,buy,2026-01-31 08:42:00,695.0 -6877,buy_compound_top3,buy,2026-01-31 09:21:00,694.0 -6878,buy_compound_top3,buy,2026-01-31 09:24:00,691.0 -6879,buy_compound_top3,buy,2026-01-31 09:27:00,690.0 -6880,buy_compound_top3,buy,2026-01-31 09:30:00,690.0 -6881,buy_compound_top3,buy,2026-01-31 09:33:00,690.0 -6882,buy_compound_top3,buy,2026-01-31 09:36:00,690.0 -6883,buy_compound_top3,buy,2026-01-31 09:39:00,691.0 -6884,buy_compound_top3,buy,2026-01-31 09:45:00,690.0 -6885,buy_compound_top3,buy,2026-01-31 09:48:00,689.0 -6886,buy_compound_top3,buy,2026-01-31 09:57:00,687.0 -6887,buy_compound_top3,buy,2026-01-31 10:00:00,687.0 -6888,buy_compound_top3,buy,2026-01-31 10:03:00,685.0 -6889,buy_compound_top3,buy,2026-01-31 10:30:00,686.0 -6890,buy_compound_top3,buy,2026-01-31 10:33:00,685.0 -6891,buy_compound_top3,buy,2026-01-31 10:36:00,683.0 -6892,buy_compound_top3,buy,2026-01-31 10:39:00,683.0 -6893,buy_compound_top3,buy,2026-01-31 12:12:00,683.0 -6894,buy_compound_top3,buy,2026-01-31 12:27:00,680.0 -6895,buy_compound_top3,buy,2026-01-31 12:36:00,680.0 -6896,buy_compound_top3,buy,2026-01-31 12:39:00,678.0 -6897,buy_compound_top3,buy,2026-01-31 12:51:00,678.0 -6898,buy_compound_top3,buy,2026-01-31 12:54:00,677.0 -6899,buy_compound_top3,buy,2026-01-31 12:57:00,676.0 -6900,buy_compound_top3,buy,2026-01-31 13:00:00,676.0 -6901,buy_compound_top3,buy,2026-01-31 13:03:00,675.0 -6902,buy_compound_top3,buy,2026-01-31 13:51:00,675.0 -6903,buy_compound_top3,buy,2026-01-31 13:54:00,674.0 -6904,buy_compound_top3,buy,2026-01-31 14:06:00,673.0 -6905,buy_compound_top3,buy,2026-01-31 14:09:00,674.0 -6906,buy_compound_top3,buy,2026-01-31 15:45:00,671.0 -6907,buy_compound_top3,buy,2026-01-31 15:48:00,671.0 -6908,buy_compound_top3,buy,2026-01-31 15:51:00,670.0 -6909,buy_compound_top3,buy,2026-01-31 15:54:00,671.0 -6910,buy_compound_top3,buy,2026-01-31 16:30:00,669.0 -6911,buy_compound_top3,buy,2026-01-31 16:33:00,666.0 -6912,buy_compound_top3,buy,2026-01-31 16:45:00,665.0 -6913,buy_compound_top3,buy,2026-01-31 16:48:00,666.0 -6914,buy_compound_top3,buy,2026-01-31 16:51:00,665.0 -6915,buy_compound_top3,buy,2026-01-31 16:54:00,666.0 -6916,buy_compound_top3,buy,2026-01-31 17:27:00,661.0 -6917,buy_compound_top3,buy,2026-01-31 17:42:00,658.0 -6918,buy_compound_top3,buy,2026-01-31 17:45:00,657.0 -6919,buy_compound_top3,buy,2026-01-31 17:48:00,658.0 -6920,buy_compound_top3,buy,2026-01-31 20:21:00,653.0 -6921,buy_compound_top3,buy,2026-01-31 20:24:00,653.0 -6922,buy_compound_top3,buy,2026-01-31 23:00:00,651.0 -6923,buy_compound_top3,buy,2026-01-31 23:03:00,652.0 -6924,buy_compound_top3,buy,2026-02-01 02:30:00,594.0 -6925,buy_compound_top3,buy,2026-02-01 02:33:00,591.0 -6926,buy_compound_top3,buy,2026-02-01 03:36:00,580.0 -6927,buy_compound_top3,buy,2026-02-01 03:39:00,580.0 -6928,buy_compound_top3,buy,2026-02-01 14:42:00,611.0 -6929,buy_compound_top3,buy,2026-02-01 16:15:00,607.0 -6930,buy_compound_top3,buy,2026-02-01 16:18:00,608.0 -6931,buy_compound_top3,buy,2026-02-01 16:21:00,607.0 -6932,buy_compound_top3,buy,2026-02-01 16:24:00,607.0 -6933,buy_compound_top3,buy,2026-02-01 16:27:00,606.0 -6934,buy_compound_top3,buy,2026-02-01 18:00:00,606.0 -6935,buy_compound_top3,buy,2026-02-01 18:03:00,604.0 -6936,buy_compound_top3,buy,2026-02-01 18:36:00,604.0 -6937,buy_compound_top3,buy,2026-02-01 18:39:00,602.0 -6938,buy_compound_top3,buy,2026-02-01 20:06:00,598.0 -6939,buy_compound_top3,buy,2026-02-01 20:09:00,599.0 -6940,buy_compound_top3,buy,2026-02-01 22:45:00,596.0 -6941,buy_compound_top3,buy,2026-02-01 22:48:00,597.0 -6942,buy_compound_top3,buy,2026-02-01 23:00:00,594.0 -6943,buy_compound_top3,buy,2026-02-01 23:03:00,592.0 -6944,buy_compound_top3,buy,2026-02-01 23:12:00,593.0 -6945,buy_compound_top3,buy,2026-02-01 23:30:00,592.0 -6946,buy_compound_top3,buy,2026-02-01 23:33:00,595.0 -6947,buy_compound_top3,buy,2026-02-01 23:36:00,590.0 -6948,buy_compound_top3,buy,2026-02-01 23:39:00,590.0 -6949,buy_compound_top3,buy,2026-02-02 00:12:00,588.0 -6950,buy_compound_top3,buy,2026-02-02 00:42:00,580.0 -6951,buy_compound_top3,buy,2026-02-02 14:21:00,577.0 -6952,buy_compound_top3,buy,2026-02-02 14:24:00,578.0 -6953,buy_compound_top3,buy,2026-02-02 14:27:00,574.0 -6954,buy_compound_top3,buy,2026-02-02 14:30:00,574.0 -6955,buy_compound_top3,buy,2026-02-02 14:33:00,578.0 -6956,buy_compound_top3,buy,2026-02-03 02:51:00,596.0 -6957,buy_compound_top3,buy,2026-02-03 02:54:00,595.0 -6958,buy_compound_top3,buy,2026-02-03 02:57:00,596.0 -6959,buy_compound_top3,buy,2026-02-03 03:00:00,596.0 -6960,buy_compound_top3,buy,2026-02-03 03:03:00,595.0 -6961,buy_compound_top3,buy,2026-02-03 03:09:00,595.0 -6962,buy_compound_top3,buy,2026-02-03 03:12:00,594.0 -6963,buy_compound_top3,buy,2026-02-03 03:15:00,594.0 -6964,buy_compound_top3,buy,2026-02-03 03:18:00,593.0 -6965,buy_compound_top3,buy,2026-02-03 03:27:00,593.0 -6966,buy_compound_top3,buy,2026-02-03 04:21:00,593.0 -6967,buy_compound_top3,buy,2026-02-03 04:24:00,593.0 -6968,buy_compound_top3,buy,2026-02-03 04:30:00,593.0 -6969,buy_compound_top3,buy,2026-02-03 04:33:00,593.0 -6970,buy_compound_top3,buy,2026-02-03 04:36:00,592.0 -6971,buy_compound_top3,buy,2026-02-03 04:39:00,592.0 -6972,buy_compound_top3,buy,2026-02-03 04:45:00,592.0 -6973,buy_compound_top3,buy,2026-02-03 04:48:00,592.0 -6974,buy_compound_top3,buy,2026-02-03 04:51:00,591.0 -6975,buy_compound_top3,buy,2026-02-03 04:54:00,590.0 -6976,buy_compound_top3,buy,2026-02-03 04:57:00,591.0 -6977,buy_compound_top3,buy,2026-02-03 05:00:00,590.0 -6978,buy_compound_top3,buy,2026-02-03 05:03:00,592.0 -6979,buy_compound_top3,buy,2026-02-03 05:42:00,590.0 -6980,buy_compound_top3,buy,2026-02-03 05:45:00,589.0 -6981,buy_compound_top3,buy,2026-02-03 05:48:00,589.0 -6982,buy_compound_top3,buy,2026-02-03 05:51:00,590.0 -6983,buy_compound_top3,buy,2026-02-03 05:54:00,589.0 -6984,buy_compound_top3,buy,2026-02-03 11:27:00,597.0 -6985,buy_compound_top3,buy,2026-02-03 11:30:00,597.0 -6986,buy_compound_top3,buy,2026-02-03 11:33:00,597.0 -6987,buy_compound_top3,buy,2026-02-03 11:36:00,596.0 -6988,buy_compound_top3,buy,2026-02-03 11:39:00,594.0 -6989,buy_compound_top3,buy,2026-02-03 11:45:00,594.0 -6990,buy_compound_top3,buy,2026-02-03 11:48:00,593.0 -6991,buy_compound_top3,buy,2026-02-03 11:57:00,591.0 -6992,buy_compound_top3,buy,2026-02-03 12:00:00,591.0 -6993,buy_compound_top3,buy,2026-02-03 12:03:00,590.0 -6994,buy_compound_top3,buy,2026-02-03 18:06:00,599.0 -6995,buy_compound_top3,buy,2026-02-03 18:09:00,599.0 -6996,buy_compound_top3,buy,2026-02-04 03:12:00,593.0 -6997,buy_compound_top3,buy,2026-02-04 03:15:00,591.0 -6998,buy_compound_top3,buy,2026-02-04 03:18:00,593.0 -6999,buy_compound_top3,buy,2026-02-04 07:51:00,608.0 -7000,buy_compound_top3,buy,2026-02-04 07:54:00,608.0 -7001,buy_compound_top3,buy,2026-02-04 08:00:00,608.0 -7002,buy_compound_top3,buy,2026-02-04 08:03:00,607.0 -7003,buy_compound_top3,buy,2026-02-04 08:30:00,604.0 -7004,buy_compound_top3,buy,2026-02-04 08:33:00,603.0 -7005,buy_compound_top3,buy,2026-02-04 09:12:00,603.0 -7006,buy_compound_top3,buy,2026-02-04 15:06:00,609.0 -7007,buy_compound_top3,buy,2026-02-04 15:09:00,608.0 -7008,buy_compound_top3,buy,2026-02-04 21:36:00,603.0 -7009,buy_compound_top3,buy,2026-02-04 21:39:00,603.0 -7010,buy_compound_top3,buy,2026-02-04 22:21:00,601.0 -7011,buy_compound_top3,buy,2026-02-04 22:24:00,601.0 -7012,buy_compound_top3,buy,2026-02-04 22:36:00,599.0 -7013,buy_compound_top3,buy,2026-02-04 22:39:00,599.0 -7014,buy_compound_top3,buy,2026-02-04 22:42:00,599.0 -7015,buy_compound_top3,buy,2026-02-04 22:45:00,600.0 -7016,buy_compound_top3,buy,2026-02-04 22:48:00,599.0 -7017,buy_compound_top3,buy,2026-02-04 22:51:00,598.0 -7018,buy_compound_top3,buy,2026-02-04 22:54:00,598.0 -7019,buy_compound_top3,buy,2026-02-04 23:06:00,599.0 -7020,buy_compound_top3,buy,2026-02-04 23:09:00,597.0 -7021,buy_compound_top3,buy,2026-02-05 01:21:00,591.0 -7022,buy_compound_top3,buy,2026-02-05 01:24:00,592.0 -7023,buy_compound_top3,buy,2026-02-05 01:45:00,588.0 -7024,buy_compound_top3,buy,2026-02-05 01:48:00,588.0 -7025,buy_compound_top3,buy,2026-02-05 07:15:00,596.0 -7026,buy_compound_top3,buy,2026-02-05 07:18:00,601.0 -7027,buy_compound_top3,buy,2026-02-05 08:00:00,596.0 -7028,buy_compound_top3,buy,2026-02-05 08:03:00,595.0 -7029,buy_compound_top3,buy,2026-02-05 11:57:00,599.0 -7030,buy_compound_top3,buy,2026-02-05 12:00:00,598.0 -7031,buy_compound_top3,buy,2026-02-05 12:03:00,599.0 -7032,buy_compound_top3,buy,2026-02-05 12:06:00,598.0 -7033,buy_compound_top3,buy,2026-02-05 12:09:00,598.0 -7034,buy_compound_top3,buy,2026-02-05 12:30:00,595.0 -7035,buy_compound_top3,buy,2026-02-05 12:33:00,595.0 -7036,buy_compound_top3,buy,2026-02-05 12:36:00,595.0 -7037,buy_compound_top3,buy,2026-02-05 12:39:00,594.0 -7038,buy_compound_top3,buy,2026-02-05 13:00:00,593.0 -7039,buy_compound_top3,buy,2026-02-05 13:03:00,593.0 -7040,buy_compound_top3,buy,2026-02-05 13:06:00,591.0 -7041,buy_compound_top3,buy,2026-02-05 13:09:00,590.0 -7042,buy_compound_top3,buy,2026-02-05 13:15:00,590.0 -7043,buy_compound_top3,buy,2026-02-05 13:18:00,591.0 -7044,buy_compound_top3,buy,2026-02-05 15:21:00,587.0 -7045,buy_compound_top3,buy,2026-02-05 15:24:00,588.0 -7046,buy_compound_top3,buy,2026-02-05 15:27:00,588.0 -7047,buy_compound_top3,buy,2026-02-05 20:06:00,580.0 -7048,buy_compound_top3,buy,2026-02-05 20:09:00,580.0 -7049,buy_compound_top3,buy,2026-02-05 20:12:00,578.0 -7050,buy_compound_top3,buy,2026-02-06 03:30:00,537.0 -7051,buy_compound_top3,buy,2026-02-06 03:33:00,532.0 -7052,buy_compound_top3,buy,2026-02-06 03:36:00,535.0 -7053,buy_compound_top3,buy,2026-02-06 03:39:00,534.0 -7054,buy_compound_top3,buy,2026-02-06 03:42:00,537.0 -7055,buy_compound_top3,buy,2026-02-06 04:42:00,534.0 -7056,buy_compound_top3,buy,2026-02-06 04:45:00,533.0 -7057,buy_compound_top3,buy,2026-02-06 04:48:00,532.0 -7058,buy_compound_top3,buy,2026-02-06 05:00:00,530.0 -7059,buy_compound_top3,buy,2026-02-06 05:03:00,532.0 -7060,buy_compound_top3,buy,2026-02-06 05:36:00,515.0 -7061,buy_compound_top3,buy,2026-02-06 05:39:00,518.0 -7062,buy_compound_top3,buy,2026-02-06 05:51:00,515.0 -7063,buy_compound_top3,buy,2026-02-06 05:54:00,512.0 -7064,buy_compound_top3,buy,2026-02-06 07:21:00,506.0 -7065,buy_compound_top3,buy,2026-02-06 07:24:00,504.0 -7066,buy_compound_top3,buy,2026-02-06 09:27:00,476.0 -7067,buy_compound_top3,buy,2026-02-07 04:30:00,593.0 -7068,buy_compound_top3,buy,2026-02-07 04:33:00,594.0 -7069,buy_compound_top3,buy,2026-02-07 04:36:00,595.0 -7070,buy_compound_top3,buy,2026-02-07 04:39:00,593.0 -7071,buy_compound_top3,buy,2026-02-07 10:15:00,588.0 -7072,buy_compound_top3,buy,2026-02-07 10:18:00,589.0 -7073,buy_compound_top3,buy,2026-02-07 10:21:00,588.0 -7074,buy_compound_top3,buy,2026-02-07 10:24:00,586.0 -7075,buy_compound_top3,buy,2026-02-07 16:06:00,591.0 -7076,buy_compound_top3,buy,2026-02-07 16:09:00,589.0 -7077,buy_compound_top3,buy,2026-02-07 16:12:00,591.0 -7078,buy_compound_top3,buy,2026-02-07 16:21:00,586.0 -7079,buy_compound_top3,buy,2026-02-07 16:24:00,590.0 -7080,buy_compound_top3,buy,2026-02-07 18:45:00,587.0 -7081,buy_compound_top3,buy,2026-02-07 18:48:00,585.0 -7082,buy_compound_top3,buy,2026-02-07 19:30:00,583.0 -7083,buy_compound_top3,buy,2026-02-07 19:33:00,581.0 -7084,buy_compound_top3,buy,2026-02-07 19:36:00,581.0 -7085,buy_compound_top3,buy,2026-02-07 19:39:00,579.0 -7086,buy_compound_top3,buy,2026-02-07 19:45:00,580.0 -7087,buy_compound_top3,buy,2026-02-07 19:48:00,580.0 -7088,buy_compound_top3,buy,2026-02-07 19:51:00,581.0 -7089,buy_compound_top3,buy,2026-02-07 19:54:00,580.0 -7090,buy_compound_top3,buy,2026-02-07 20:27:00,575.0 -7091,buy_compound_top3,buy,2026-02-08 07:21:00,590.0 -7092,buy_compound_top3,buy,2026-02-08 07:24:00,591.0 -7093,buy_compound_top3,buy,2026-02-08 07:30:00,589.0 -7094,buy_compound_top3,buy,2026-02-08 07:33:00,590.0 -7095,buy_compound_top3,buy,2026-02-08 15:00:00,585.0 -7096,buy_compound_top3,buy,2026-02-08 15:03:00,585.0 -7097,buy_compound_top3,buy,2026-02-08 19:36:00,588.0 -7098,buy_compound_top3,buy,2026-02-08 19:39:00,589.0 -7099,buy_compound_top3,buy,2026-02-09 00:36:00,588.0 -7100,buy_compound_top3,buy,2026-02-09 00:39:00,588.0 -7101,buy_compound_top3,buy,2026-02-09 00:45:00,589.0 -7102,buy_compound_top3,buy,2026-02-09 00:48:00,587.0 -7103,buy_compound_top3,buy,2026-02-09 00:51:00,585.0 -7104,buy_compound_top3,buy,2026-02-09 00:54:00,586.0 -7105,buy_compound_top3,buy,2026-02-09 02:00:00,578.0 -7106,buy_compound_top3,buy,2026-02-09 02:03:00,580.0 -7107,buy_compound_top3,buy,2026-02-09 05:30:00,581.0 -7108,buy_compound_top3,buy,2026-02-09 05:33:00,583.0 -7109,buy_compound_top3,buy,2026-02-09 05:51:00,580.0 -7110,buy_compound_top3,buy,2026-02-09 05:54:00,580.0 -7111,buy_compound_top3,buy,2026-02-09 05:57:00,580.0 -7112,buy_compound_top3,buy,2026-02-09 06:51:00,577.0 -7113,buy_compound_top3,buy,2026-02-09 06:54:00,576.0 -7114,buy_compound_top3,buy,2026-02-09 10:42:00,573.0 -7115,buy_compound_top3,buy,2026-02-09 10:45:00,574.0 -7116,buy_compound_top3,buy,2026-02-09 10:48:00,574.0 -7117,buy_compound_top3,buy,2026-02-09 15:36:00,578.0 -7118,buy_compound_top3,buy,2026-02-09 15:39:00,578.0 -7119,buy_compound_top3,buy,2026-02-09 16:42:00,575.0 -7120,buy_compound_top3,buy,2026-02-09 16:45:00,576.0 -7121,buy_compound_top3,buy,2026-02-09 16:48:00,576.0 -7122,buy_compound_top3,buy,2026-02-09 17:21:00,575.0 -7123,buy_compound_top3,buy,2026-02-09 17:24:00,574.0 -7124,buy_compound_top3,buy,2026-02-09 17:42:00,572.0 -7125,buy_compound_top3,buy,2026-02-09 17:45:00,571.0 -7126,buy_compound_top3,buy,2026-02-09 17:48:00,572.0 -7127,buy_compound_top3,buy,2026-02-09 17:51:00,571.0 -7128,buy_compound_top3,buy,2026-02-09 17:54:00,571.0 -7129,buy_compound_top3,buy,2026-02-09 17:57:00,571.0 -7130,buy_compound_top3,buy,2026-02-09 18:15:00,568.0 -7131,buy_compound_top3,buy,2026-02-09 18:18:00,567.0 -7132,buy_compound_top3,buy,2026-02-09 18:42:00,564.0 -7133,buy_compound_top3,buy,2026-02-09 18:45:00,564.0 -7134,buy_compound_top3,buy,2026-02-09 18:48:00,566.0 -7135,buy_compound_top3,buy,2026-02-09 18:51:00,565.0 -7136,buy_compound_top3,buy,2026-02-09 18:54:00,565.0 -7137,buy_compound_top3,buy,2026-02-09 19:15:00,563.0 -7138,buy_compound_top3,buy,2026-02-09 19:18:00,561.0 -7139,buy_compound_top3,buy,2026-02-09 19:21:00,561.0 -7140,buy_compound_top3,buy,2026-02-09 19:24:00,560.0 -7141,buy_compound_top3,buy,2026-02-09 19:30:00,560.0 -7142,buy_compound_top3,buy,2026-02-09 19:33:00,556.0 -7143,buy_compound_top3,buy,2026-02-09 19:42:00,557.0 -7144,buy_compound_top3,buy,2026-02-09 19:45:00,556.0 -7145,buy_compound_top3,buy,2026-02-09 19:48:00,557.0 -7146,buy_compound_top3,buy,2026-02-09 23:12:00,559.0 -7147,buy_compound_top3,buy,2026-02-10 06:45:00,572.0 -7148,buy_compound_top3,buy,2026-02-10 06:48:00,571.0 -7149,buy_compound_top3,buy,2026-02-10 09:00:00,573.0 -7150,buy_compound_top3,buy,2026-02-10 09:03:00,574.0 -7151,buy_compound_top3,buy,2026-02-10 09:06:00,574.0 -7152,buy_compound_top3,buy,2026-02-10 09:09:00,573.0 -7153,buy_compound_top3,buy,2026-02-10 12:42:00,567.0 -7154,buy_compound_top3,buy,2026-02-10 14:57:00,566.0 -7155,buy_compound_top3,buy,2026-02-10 15:27:00,564.0 -7156,buy_compound_top3,buy,2026-02-10 15:45:00,563.0 -7157,buy_compound_top3,buy,2026-02-10 15:48:00,561.0 -7158,buy_compound_top3,buy,2026-02-10 15:51:00,561.0 -7159,buy_compound_top3,buy,2026-02-10 15:54:00,561.0 -7160,buy_compound_top3,buy,2026-02-10 15:57:00,563.0 -7161,buy_compound_top3,buy,2026-02-10 21:42:00,566.0 -7162,buy_compound_top3,buy,2026-02-10 21:45:00,565.0 -7163,buy_compound_top3,buy,2026-02-10 21:48:00,566.0 -7164,buy_compound_top3,buy,2026-02-10 23:12:00,565.0 -7165,buy_compound_top3,buy,2026-02-10 23:45:00,564.0 -7166,buy_compound_top3,buy,2026-02-10 23:48:00,560.0 -7167,buy_compound_top3,buy,2026-02-11 03:42:00,558.0 -7168,buy_compound_top3,buy,2026-02-11 03:45:00,558.0 -7169,buy_compound_top3,buy,2026-02-11 03:48:00,556.0 -7170,buy_compound_top3,buy,2026-02-11 12:12:00,559.0 -7171,buy_compound_top3,buy,2026-02-11 13:21:00,557.0 -7172,buy_compound_top3,buy,2026-02-11 13:24:00,554.0 -7173,buy_compound_top3,buy,2026-02-11 13:27:00,556.0 -7174,buy_compound_top3,buy,2026-02-11 13:42:00,551.0 -7175,buy_compound_top3,buy,2026-02-11 13:45:00,552.0 -7176,buy_compound_top3,buy,2026-02-11 13:48:00,552.0 -7177,buy_compound_top3,buy,2026-02-11 13:57:00,552.0 -7178,buy_compound_top3,buy,2026-02-11 14:45:00,548.0 -7179,buy_compound_top3,buy,2026-02-11 14:48:00,547.0 -7180,buy_compound_top3,buy,2026-02-11 14:57:00,548.0 -7181,buy_compound_top3,buy,2026-02-11 15:06:00,548.0 -7182,buy_compound_top3,buy,2026-02-11 15:09:00,547.0 -7183,buy_compound_top3,buy,2026-02-11 15:12:00,546.0 -7184,buy_compound_top3,buy,2026-02-11 15:15:00,545.0 -7185,buy_compound_top3,buy,2026-02-11 15:18:00,546.0 -7186,buy_compound_top3,buy,2026-02-11 17:42:00,543.0 -7187,buy_compound_top3,buy,2026-02-11 17:45:00,543.0 -7188,buy_compound_top3,buy,2026-02-11 17:48:00,542.0 -7189,buy_compound_top3,buy,2026-02-11 17:51:00,542.0 -7190,buy_compound_top3,buy,2026-02-11 17:54:00,542.0 -7191,buy_compound_top3,buy,2026-02-11 18:12:00,541.0 -7192,buy_compound_top3,buy,2026-02-11 18:15:00,541.0 -7193,buy_compound_top3,buy,2026-02-11 18:18:00,540.0 -7194,buy_compound_top3,buy,2026-02-11 18:21:00,540.0 -7195,buy_compound_top3,buy,2026-02-11 18:24:00,540.0 -7196,buy_compound_top3,buy,2026-02-11 18:27:00,541.0 -7197,buy_compound_top3,buy,2026-02-11 18:30:00,541.0 -7198,buy_compound_top3,buy,2026-02-11 18:33:00,541.0 -7199,buy_compound_top3,buy,2026-02-11 18:42:00,539.0 -7200,buy_compound_top3,buy,2026-02-11 18:45:00,539.0 -7201,buy_compound_top3,buy,2026-02-11 18:48:00,539.0 -7202,buy_compound_top3,buy,2026-02-11 18:51:00,538.0 -7203,buy_compound_top3,buy,2026-02-11 18:54:00,539.0 -7204,buy_compound_top3,buy,2026-02-11 19:00:00,539.0 -7205,buy_compound_top3,buy,2026-02-11 19:03:00,538.0 -7206,buy_compound_top3,buy,2026-02-11 19:12:00,539.0 -7207,buy_compound_top3,buy,2026-02-11 19:15:00,537.0 -7208,buy_compound_top3,buy,2026-02-11 19:18:00,537.0 -7209,buy_compound_top3,buy,2026-02-11 19:21:00,537.0 -7210,buy_compound_top3,buy,2026-02-11 19:24:00,537.0 -7211,buy_compound_top3,buy,2026-02-11 19:36:00,535.0 -7212,buy_compound_top3,buy,2026-02-11 19:39:00,536.0 -7213,buy_compound_top3,buy,2026-02-12 01:51:00,541.0 -7214,buy_compound_top3,buy,2026-02-12 01:54:00,540.0 -7215,buy_compound_top3,buy,2026-02-12 01:57:00,541.0 -7216,buy_compound_top3,buy,2026-02-12 05:12:00,541.0 -7217,buy_compound_top3,buy,2026-02-12 05:30:00,539.0 -7218,buy_compound_top3,buy,2026-02-12 05:33:00,540.0 -7219,buy_compound_top3,buy,2026-02-12 08:30:00,541.0 -7220,buy_compound_top3,buy,2026-02-12 08:33:00,541.0 -7221,buy_compound_top3,buy,2026-02-12 08:36:00,540.0 -7222,buy_compound_top3,buy,2026-02-12 08:39:00,542.0 -7223,buy_compound_top3,buy,2026-02-12 21:42:00,568.0 -7224,buy_compound_top3,buy,2026-02-12 21:45:00,566.0 -7225,buy_compound_top3,buy,2026-02-12 21:48:00,567.0 -7226,buy_compound_top3,buy,2026-02-12 21:51:00,568.0 -7227,buy_compound_top3,buy,2026-02-12 21:54:00,565.0 -7228,buy_compound_top3,buy,2026-02-12 21:57:00,564.0 -7229,buy_compound_top3,buy,2026-02-13 00:45:00,563.0 -7230,buy_compound_top3,buy,2026-02-13 00:48:00,563.0 -7231,buy_compound_top3,buy,2026-02-13 01:00:00,560.0 -7232,buy_compound_top3,buy,2026-02-13 01:03:00,559.0 -7233,buy_compound_top3,buy,2026-02-13 01:06:00,557.0 -7234,buy_compound_top3,buy,2026-02-13 01:09:00,555.0 -7235,buy_compound_top3,buy,2026-02-13 01:21:00,553.0 -7236,buy_compound_top3,buy,2026-02-13 01:24:00,554.0 -7237,buy_compound_top3,buy,2026-02-13 01:27:00,552.0 -7238,buy_compound_top3,buy,2026-02-13 01:30:00,552.0 -7239,buy_compound_top3,buy,2026-02-13 01:33:00,551.0 -7240,buy_compound_top3,buy,2026-02-13 05:51:00,549.0 -7241,buy_compound_top3,buy,2026-02-13 05:54:00,550.0 -7242,buy_compound_top3,buy,2026-02-13 05:57:00,550.0 -7243,buy_compound_top3,buy,2026-02-13 06:00:00,549.0 -7244,buy_compound_top3,buy,2026-02-13 06:03:00,551.0 -7245,buy_compound_top3,buy,2026-02-13 12:57:00,555.0 -7246,buy_compound_top3,buy,2026-02-13 13:00:00,555.0 -7247,buy_compound_top3,buy,2026-02-13 13:03:00,555.0 -7248,buy_compound_top3,buy,2026-02-13 15:30:00,554.0 -7249,buy_compound_top3,buy,2026-02-13 15:33:00,553.0 -7250,buy_compound_top3,buy,2026-02-14 08:21:00,578.0 -7251,buy_compound_top3,buy,2026-02-14 08:24:00,578.0 -7252,buy_compound_top3,buy,2026-02-14 15:15:00,585.0 -7253,buy_compound_top3,buy,2026-02-14 15:18:00,585.0 -7254,buy_compound_top3,buy,2026-02-14 15:21:00,584.0 -7255,buy_compound_top3,buy,2026-02-14 15:24:00,584.0 -7256,buy_compound_top3,buy,2026-02-15 06:51:00,632.0 -7257,buy_compound_top3,buy,2026-02-15 06:54:00,634.0 -7258,buy_compound_top3,buy,2026-02-15 08:21:00,632.0 -7259,buy_compound_top3,buy,2026-02-15 08:24:00,630.0 -7260,buy_compound_top3,buy,2026-02-15 08:27:00,630.0 -7261,buy_compound_top3,buy,2026-02-15 08:30:00,630.0 -7262,buy_compound_top3,buy,2026-02-15 08:33:00,629.0 -7263,buy_compound_top3,buy,2026-02-15 09:36:00,627.0 -7264,buy_compound_top3,buy,2026-02-15 09:39:00,626.0 -7265,buy_compound_top3,buy,2026-02-15 09:42:00,627.0 -7266,buy_compound_top3,buy,2026-02-15 09:45:00,626.0 -7267,buy_compound_top3,buy,2026-02-15 09:48:00,625.0 -7268,buy_compound_top3,buy,2026-02-15 09:51:00,624.0 -7269,buy_compound_top3,buy,2026-02-15 09:54:00,625.0 -7270,buy_compound_top3,buy,2026-02-15 11:36:00,622.0 -7271,buy_compound_top3,buy,2026-02-15 11:39:00,624.0 -7272,buy_compound_top3,buy,2026-02-15 17:51:00,623.0 -7273,buy_compound_top3,buy,2026-02-15 17:54:00,624.0 -7274,buy_compound_top3,buy,2026-02-15 19:12:00,623.0 -7275,buy_compound_top3,buy,2026-02-15 19:30:00,621.0 -7276,buy_compound_top3,buy,2026-02-15 19:33:00,622.0 -7277,buy_compound_top3,buy,2026-02-15 19:36:00,621.0 -7278,buy_compound_top3,buy,2026-02-15 19:39:00,620.0 -7279,buy_compound_top3,buy,2026-02-15 21:00:00,621.0 -7280,buy_compound_top3,buy,2026-02-15 21:03:00,621.0 -7281,buy_compound_top3,buy,2026-02-15 21:21:00,617.0 -7282,buy_compound_top3,buy,2026-02-15 21:24:00,619.0 -7283,buy_compound_top3,buy,2026-02-15 21:27:00,618.0 -7284,buy_compound_top3,buy,2026-02-15 21:30:00,617.0 -7285,buy_compound_top3,buy,2026-02-15 21:33:00,616.0 -7286,buy_compound_top3,buy,2026-02-15 21:36:00,617.0 -7287,buy_compound_top3,buy,2026-02-15 21:39:00,613.0 -7288,buy_compound_top3,buy,2026-02-15 22:06:00,603.0 -7289,buy_compound_top3,buy,2026-02-15 22:09:00,605.0 -7290,buy_compound_top3,buy,2026-02-16 02:36:00,601.0 -7291,buy_compound_top3,buy,2026-02-16 02:39:00,602.0 -7292,buy_compound_top3,buy,2026-02-16 02:42:00,601.0 -7293,buy_compound_top3,buy,2026-02-16 02:57:00,595.0 -7294,buy_compound_top3,buy,2026-02-16 03:00:00,596.0 -7295,buy_compound_top3,buy,2026-02-16 03:03:00,594.0 -7296,buy_compound_top3,buy,2026-02-16 03:06:00,594.0 -7297,buy_compound_top3,buy,2026-02-16 03:09:00,597.0 -7298,buy_compound_top3,buy,2026-02-16 10:45:00,598.0 -7299,buy_compound_top3,buy,2026-02-16 10:48:00,599.0 -7300,buy_compound_top3,buy,2026-02-16 11:51:00,596.0 -7301,buy_compound_top3,buy,2026-02-16 11:54:00,596.0 -7302,buy_compound_top3,buy,2026-02-16 11:57:00,595.0 -7303,buy_compound_top3,buy,2026-02-16 12:15:00,596.0 -7304,buy_compound_top3,buy,2026-02-16 12:18:00,596.0 -7305,buy_compound_top3,buy,2026-02-16 12:27:00,594.0 -7306,buy_compound_top3,buy,2026-02-16 19:45:00,594.0 -7307,buy_compound_top3,buy,2026-02-16 19:48:00,595.0 -7308,buy_compound_top3,buy,2026-02-16 19:51:00,594.0 -7309,buy_compound_top3,buy,2026-02-16 19:54:00,594.0 -7310,buy_compound_top3,buy,2026-02-16 19:57:00,594.0 -7311,buy_compound_top3,buy,2026-02-16 20:12:00,588.0 -7312,buy_compound_top3,buy,2026-02-16 20:21:00,589.0 -7313,buy_compound_top3,buy,2026-02-16 20:24:00,588.0 -7314,buy_compound_top3,buy,2026-02-16 20:27:00,588.0 -7315,buy_compound_top3,buy,2026-02-17 00:42:00,589.0 -7316,buy_compound_top3,buy,2026-02-17 00:45:00,590.0 -7317,buy_compound_top3,buy,2026-02-17 00:48:00,591.0 -7318,buy_compound_top3,buy,2026-02-17 09:21:00,597.0 -7319,buy_compound_top3,buy,2026-02-17 09:24:00,597.0 -7320,buy_compound_top3,buy,2026-02-17 13:00:00,592.0 -7321,buy_compound_top3,buy,2026-02-17 13:03:00,593.0 -7322,buy_compound_top3,buy,2026-02-17 13:06:00,592.0 -7323,buy_compound_top3,buy,2026-02-17 13:09:00,591.0 -7324,buy_compound_top3,buy,2026-02-17 13:12:00,592.0 -7325,buy_compound_top3,buy,2026-02-17 16:12:00,590.0 -7326,buy_compound_top3,buy,2026-02-17 16:15:00,590.0 -7327,buy_compound_top3,buy,2026-02-17 16:18:00,591.0 -7328,buy_compound_top3,buy,2026-02-17 16:21:00,590.0 -7329,buy_compound_top3,buy,2026-02-17 16:24:00,591.0 -7330,buy_compound_top3,buy,2026-02-17 16:33:00,590.0 -7331,buy_compound_top3,buy,2026-02-17 17:57:00,588.0 -7332,buy_compound_top3,buy,2026-02-17 18:12:00,586.0 -7333,buy_compound_top3,buy,2026-02-17 19:30:00,584.0 -7334,buy_compound_top3,buy,2026-02-17 19:33:00,584.0 -7335,buy_compound_top3,buy,2026-02-17 19:36:00,584.0 -7336,buy_compound_top3,buy,2026-02-17 19:39:00,585.0 -7337,buy_compound_top3,buy,2026-02-18 00:00:00,577.0 -7338,buy_compound_top3,buy,2026-02-18 00:03:00,579.0 -7339,buy_compound_top3,buy,2026-02-18 02:51:00,580.0 -7340,buy_compound_top3,buy,2026-02-18 02:54:00,579.0 -7341,buy_compound_top3,buy,2026-02-18 02:57:00,580.0 -7342,buy_compound_top3,buy,2026-02-18 10:06:00,585.0 -7343,buy_compound_top3,buy,2026-02-18 10:09:00,585.0 -7344,buy_compound_top3,buy,2026-02-18 10:12:00,585.0 -7345,buy_compound_top3,buy,2026-02-18 10:15:00,584.0 -7346,buy_compound_top3,buy,2026-02-18 10:18:00,585.0 -7347,buy_compound_top3,buy,2026-02-18 10:27:00,585.0 -7348,buy_compound_top3,buy,2026-02-18 10:30:00,583.0 -7349,buy_compound_top3,buy,2026-02-18 10:33:00,583.0 -7350,buy_compound_top3,buy,2026-02-18 10:42:00,582.0 -7351,buy_compound_top3,buy,2026-02-18 13:21:00,583.0 -7352,buy_compound_top3,buy,2026-02-18 13:24:00,581.0 -7353,buy_compound_top3,buy,2026-02-18 13:30:00,581.0 -7354,buy_compound_top3,buy,2026-02-18 13:33:00,582.0 -7355,buy_compound_top3,buy,2026-02-18 14:42:00,579.0 -7356,buy_compound_top3,buy,2026-02-18 14:45:00,579.0 -7357,buy_compound_top3,buy,2026-02-18 14:48:00,579.0 -7358,buy_compound_top3,buy,2026-02-18 14:51:00,579.0 -7359,buy_compound_top3,buy,2026-02-18 14:54:00,578.0 -7360,buy_compound_top3,buy,2026-02-18 14:57:00,578.0 -7361,buy_compound_top3,buy,2026-02-18 22:42:00,572.0 -7362,buy_compound_top3,buy,2026-02-18 23:00:00,571.0 -7363,buy_compound_top3,buy,2026-02-18 23:03:00,571.0 -7364,buy_compound_top3,buy,2026-02-18 23:06:00,572.0 -7365,buy_compound_top3,buy,2026-02-18 23:09:00,571.0 -7366,buy_compound_top3,buy,2026-02-19 02:00:00,569.0 -7367,buy_compound_top3,buy,2026-02-19 02:03:00,571.0 -7368,buy_compound_top3,buy,2026-02-19 02:21:00,569.0 -7369,buy_compound_top3,buy,2026-02-19 02:24:00,568.0 -7370,buy_compound_top3,buy,2026-02-19 02:27:00,567.0 -7371,buy_compound_top3,buy,2026-02-19 02:30:00,567.0 -7372,buy_compound_top3,buy,2026-02-19 02:33:00,568.0 -7373,buy_compound_top3,buy,2026-02-19 03:21:00,566.0 -7374,buy_compound_top3,buy,2026-02-19 03:24:00,569.0 -7375,buy_compound_top3,buy,2026-02-19 04:42:00,565.0 -7376,buy_compound_top3,buy,2026-02-19 05:12:00,563.0 -7377,buy_compound_top3,buy,2026-02-19 06:00:00,563.0 -7378,buy_compound_top3,buy,2026-02-19 06:03:00,562.0 -7379,buy_compound_top3,buy,2026-02-19 06:06:00,563.0 -7380,buy_compound_top3,buy,2026-02-19 06:09:00,563.0 -7381,buy_compound_top3,buy,2026-02-19 07:06:00,560.0 -7382,buy_compound_top3,buy,2026-02-19 07:09:00,559.0 -7383,buy_compound_top3,buy,2026-02-19 07:21:00,558.0 -7384,buy_compound_top3,buy,2026-02-19 07:24:00,555.0 -7385,buy_compound_top3,buy,2026-02-19 16:21:00,563.0 -7386,buy_compound_top3,buy,2026-02-19 16:24:00,563.0 -7387,buy_compound_top3,buy,2026-02-19 17:45:00,557.0 -7388,buy_compound_top3,buy,2026-02-19 17:48:00,556.0 -7389,buy_compound_top3,buy,2026-02-19 19:15:00,554.0 -7390,buy_compound_top3,buy,2026-02-19 19:18:00,554.0 -7391,buy_compound_top3,buy,2026-02-19 19:30:00,553.0 -7392,buy_compound_top3,buy,2026-02-19 19:33:00,554.0 -7393,buy_compound_top3,buy,2026-02-19 22:15:00,550.0 -7394,buy_compound_top3,buy,2026-02-19 22:18:00,550.0 -7395,buy_compound_top3,buy,2026-02-19 22:27:00,549.0 -7396,buy_compound_top3,buy,2026-02-19 22:36:00,548.0 -7397,buy_compound_top3,buy,2026-02-19 22:39:00,547.0 -7398,buy_compound_top3,buy,2026-02-20 07:45:00,547.0 -7399,buy_compound_top3,buy,2026-02-20 07:48:00,548.0 -7400,buy_compound_top3,buy,2026-02-20 13:27:00,553.0 -7401,buy_compound_top3,buy,2026-02-20 13:30:00,554.0 -7402,buy_compound_top3,buy,2026-02-20 13:33:00,554.0 -7403,buy_compound_top3,buy,2026-02-20 14:21:00,551.0 -7404,buy_compound_top3,buy,2026-02-20 14:24:00,551.0 -7405,buy_compound_top3,buy,2026-02-20 22:15:00,559.0 -7406,buy_compound_top3,buy,2026-02-20 22:18:00,559.0 -7407,buy_compound_top3,buy,2026-02-20 22:30:00,558.0 -7408,buy_compound_top3,buy,2026-02-20 22:33:00,553.0 -7409,buy_compound_top3,buy,2026-02-20 22:45:00,552.0 -7410,buy_compound_top3,buy,2026-02-20 22:48:00,554.0 -7411,buy_compound_top3,buy,2026-02-21 05:30:00,569.0 -7412,buy_compound_top3,buy,2026-02-21 05:33:00,568.0 -7413,buy_compound_top3,buy,2026-02-21 21:27:00,580.0 -7414,buy_compound_top3,buy,2026-02-21 21:30:00,579.0 -7415,buy_compound_top3,buy,2026-02-21 21:33:00,578.0 -7416,buy_compound_top3,buy,2026-02-22 00:42:00,575.0 -7417,buy_compound_top3,buy,2026-02-22 01:12:00,573.0 -7418,buy_compound_top3,buy,2026-02-22 01:15:00,573.0 -7419,buy_compound_top3,buy,2026-02-22 01:18:00,572.0 -7420,buy_compound_top3,buy,2026-02-22 01:30:00,573.0 -7421,buy_compound_top3,buy,2026-02-22 01:33:00,570.0 -7422,buy_compound_top3,buy,2026-02-22 06:06:00,571.0 -7423,buy_compound_top3,buy,2026-02-22 06:09:00,570.0 -7424,buy_compound_top3,buy,2026-02-22 08:15:00,570.0 -7425,buy_compound_top3,buy,2026-02-22 08:18:00,571.0 -7426,buy_compound_top3,buy,2026-02-22 08:21:00,570.0 -7427,buy_compound_top3,buy,2026-02-22 08:24:00,570.0 -7428,buy_compound_top3,buy,2026-02-22 08:27:00,570.0 -7429,buy_compound_top3,buy,2026-02-22 08:30:00,570.0 -7430,buy_compound_top3,buy,2026-02-22 08:33:00,570.0 -7431,buy_compound_top3,buy,2026-02-22 08:36:00,569.0 -7432,buy_compound_top3,buy,2026-02-22 08:39:00,570.0 -7433,buy_compound_top3,buy,2026-02-22 08:42:00,570.0 -7434,buy_compound_top3,buy,2026-02-22 08:45:00,569.0 -7435,buy_compound_top3,buy,2026-02-22 08:48:00,569.0 -7436,buy_compound_top3,buy,2026-02-22 09:00:00,569.0 -7437,buy_compound_top3,buy,2026-02-22 09:03:00,568.0 -7438,buy_compound_top3,buy,2026-02-22 09:15:00,567.0 -7439,buy_compound_top3,buy,2026-02-22 09:18:00,567.0 -7440,buy_compound_top3,buy,2026-02-22 09:21:00,567.0 -7441,buy_compound_top3,buy,2026-02-22 09:24:00,567.0 -7442,buy_compound_top3,buy,2026-02-22 09:27:00,566.0 -7443,buy_compound_top3,buy,2026-02-22 09:30:00,566.0 -7444,buy_compound_top3,buy,2026-02-22 09:33:00,566.0 -7445,buy_compound_top3,buy,2026-02-22 09:42:00,565.0 -7446,buy_compound_top3,buy,2026-02-22 11:21:00,565.0 -7447,buy_compound_top3,buy,2026-02-22 11:24:00,564.0 -7448,buy_compound_top3,buy,2026-02-22 11:27:00,564.0 -7449,buy_compound_top3,buy,2026-02-22 11:45:00,562.0 -7450,buy_compound_top3,buy,2026-02-22 11:48:00,562.0 -7451,buy_compound_top3,buy,2026-02-22 11:51:00,561.0 -7452,buy_compound_top3,buy,2026-02-22 11:54:00,562.0 -7453,buy_compound_top3,buy,2026-02-22 11:57:00,562.0 -7454,buy_compound_top3,buy,2026-02-22 12:21:00,560.0 -7455,buy_compound_top3,buy,2026-02-22 12:24:00,561.0 -7456,buy_compound_top3,buy,2026-02-22 17:36:00,561.0 -7457,buy_compound_top3,buy,2026-02-22 17:39:00,561.0 -7458,buy_compound_top3,buy,2026-02-22 17:42:00,562.0 -7459,buy_compound_top3,buy,2026-02-22 17:45:00,561.0 -7460,buy_compound_top3,buy,2026-02-22 17:48:00,560.0 -7461,buy_compound_top3,buy,2026-02-22 17:51:00,560.0 -7462,buy_compound_top3,buy,2026-02-22 17:54:00,560.0 -7463,buy_compound_top3,buy,2026-02-22 20:42:00,561.0 -7464,buy_compound_top3,buy,2026-02-22 21:27:00,554.0 -7465,buy_compound_top3,buy,2026-02-22 22:51:00,553.0 -7466,buy_compound_top3,buy,2026-02-22 22:54:00,553.0 -7467,buy_compound_top3,buy,2026-02-23 09:51:00,561.0 -7468,buy_compound_top3,buy,2026-02-23 09:54:00,562.0 -7469,buy_compound_top3,buy,2026-02-23 10:30:00,538.0 -7470,buy_compound_top3,buy,2026-02-23 10:33:00,539.0 -7471,buy_compound_top3,buy,2026-02-23 13:45:00,538.0 -7472,buy_compound_top3,buy,2026-02-23 13:48:00,539.0 -7473,buy_compound_top3,buy,2026-02-23 23:36:00,568.0 -7474,buy_compound_top3,buy,2026-02-23 23:39:00,564.0 -7475,buy_compound_top3,buy,2026-02-23 23:42:00,562.0 -7476,buy_compound_top3,buy,2026-02-24 00:36:00,560.0 -7477,buy_compound_top3,buy,2026-02-24 00:39:00,561.0 -7478,buy_compound_top3,buy,2026-02-24 00:42:00,561.0 -7479,buy_compound_top3,buy,2026-02-24 01:12:00,551.0 -7480,buy_compound_top3,buy,2026-02-24 01:15:00,549.0 -7481,buy_compound_top3,buy,2026-02-24 01:18:00,550.0 -7482,buy_compound_top3,buy,2026-02-24 02:12:00,547.0 -7483,buy_compound_top3,buy,2026-02-24 02:15:00,546.0 -7484,buy_compound_top3,buy,2026-02-24 02:18:00,546.0 -7485,buy_compound_top3,buy,2026-02-24 02:21:00,544.0 -7486,buy_compound_top3,buy,2026-02-24 02:24:00,547.0 -7487,buy_compound_top3,buy,2026-02-24 02:36:00,543.0 -7488,buy_compound_top3,buy,2026-02-24 02:39:00,542.0 -7489,buy_compound_top3,buy,2026-02-24 11:00:00,546.0 -7490,buy_compound_top3,buy,2026-02-24 11:03:00,546.0 -7491,buy_compound_top3,buy,2026-02-24 11:06:00,546.0 -7492,buy_compound_top3,buy,2026-02-24 11:09:00,545.0 -7493,buy_compound_top3,buy,2026-02-24 11:51:00,545.0 -7494,buy_compound_top3,buy,2026-02-24 11:54:00,544.0 -7495,buy_compound_top3,buy,2026-02-24 12:12:00,542.0 -7496,buy_compound_top3,buy,2026-02-24 12:15:00,542.0 -7497,buy_compound_top3,buy,2026-02-24 12:18:00,543.0 -7498,buy_compound_top3,buy,2026-02-24 12:30:00,541.0 -7499,buy_compound_top3,buy,2026-02-24 12:33:00,542.0 -7500,buy_compound_top3,buy,2026-02-24 14:21:00,538.0 -7501,buy_compound_top3,buy,2026-02-24 14:24:00,538.0 -7502,buy_compound_top3,buy,2026-02-24 14:27:00,539.0 -7503,buy_compound_top3,buy,2026-02-25 09:12:00,550.0 -7504,buy_compound_top3,buy,2026-02-25 09:15:00,549.0 -7505,buy_compound_top3,buy,2026-02-25 09:18:00,548.0 -7506,buy_compound_top3,buy,2026-02-25 14:12:00,563.0 -7507,buy_compound_top3,buy,2026-02-25 14:21:00,562.0 -7508,buy_compound_top3,buy,2026-02-25 14:24:00,561.0 -7509,buy_compound_top3,buy,2026-02-25 14:27:00,561.0 -7510,buy_compound_top3,buy,2026-02-25 14:30:00,562.0 -7511,buy_compound_top3,buy,2026-02-25 14:33:00,561.0 -7512,buy_compound_top3,buy,2026-02-25 21:42:00,579.0 -7513,buy_compound_top3,buy,2026-02-25 21:45:00,580.0 -7514,buy_compound_top3,buy,2026-02-25 21:48:00,580.0 -7515,buy_compound_top3,buy,2026-02-25 22:12:00,580.0 -7516,buy_compound_top3,buy,2026-02-25 22:15:00,579.0 -7517,buy_compound_top3,buy,2026-02-25 22:18:00,579.0 -7518,buy_compound_top3,buy,2026-02-26 08:21:00,600.0 -7519,buy_compound_top3,buy,2026-02-26 08:24:00,598.0 -7520,buy_compound_top3,buy,2026-02-26 08:27:00,599.0 -7521,buy_compound_top3,buy,2026-02-26 08:51:00,591.0 -7522,buy_compound_top3,buy,2026-02-26 08:54:00,595.0 -7523,buy_compound_top3,buy,2026-02-26 09:51:00,589.0 -7524,buy_compound_top3,buy,2026-02-26 09:54:00,589.0 -7525,buy_compound_top3,buy,2026-02-26 11:00:00,589.0 -7526,buy_compound_top3,buy,2026-02-26 11:03:00,587.0 -7527,buy_compound_top3,buy,2026-02-26 14:27:00,588.0 -7528,buy_compound_top3,buy,2026-02-26 20:15:00,585.0 -7529,buy_compound_top3,buy,2026-02-26 20:18:00,583.0 -7530,buy_compound_top3,buy,2026-02-26 20:21:00,583.0 -7531,buy_compound_top3,buy,2026-02-26 20:24:00,584.0 -7532,buy_compound_top3,buy,2026-02-26 20:45:00,582.0 -7533,buy_compound_top3,buy,2026-02-26 20:48:00,581.0 -7534,buy_compound_top3,buy,2026-02-26 20:57:00,582.0 -7535,buy_compound_top3,buy,2026-02-27 01:12:00,576.0 -7536,buy_compound_top3,buy,2026-02-27 01:42:00,572.0 -7537,buy_compound_top3,buy,2026-02-27 01:45:00,570.0 -7538,buy_compound_top3,buy,2026-02-27 01:48:00,567.0 -7539,buy_compound_top3,buy,2026-02-27 19:30:00,582.0 -7540,buy_compound_top3,buy,2026-02-27 19:33:00,584.0 -7541,buy_compound_top3,buy,2026-02-27 19:57:00,579.0 -7542,buy_compound_top3,buy,2026-02-28 01:51:00,570.0 -7543,buy_compound_top3,buy,2026-02-28 01:54:00,570.0 -7544,buy_compound_top3,buy,2026-02-28 01:57:00,570.0 -7545,buy_compound_top3,buy,2026-02-28 02:00:00,570.0 -7546,buy_compound_top3,buy,2026-02-28 02:03:00,571.0 -7547,buy_compound_top3,buy,2026-02-28 02:12:00,569.0 -7548,buy_compound_top3,buy,2026-02-28 02:27:00,568.0 -7549,buy_compound_top3,buy,2026-02-28 02:30:00,567.0 -7550,buy_compound_top3,buy,2026-02-28 02:33:00,569.0 -7551,buy_compound_top3,buy,2026-02-28 04:21:00,569.0 -7552,buy_compound_top3,buy,2026-02-28 04:24:00,569.0 -7553,buy_compound_top3,buy,2026-02-28 04:27:00,569.0 -7554,buy_compound_top3,buy,2026-02-28 11:00:00,566.0 -7555,buy_compound_top3,buy,2026-02-28 11:03:00,566.0 -7556,buy_compound_top3,buy,2026-02-28 12:42:00,567.0 -7557,buy_compound_top3,buy,2026-02-28 13:06:00,566.0 -7558,buy_compound_top3,buy,2026-02-28 13:09:00,565.0 -7559,buy_compound_top3,buy,2026-02-28 13:12:00,565.0 -7560,buy_compound_top3,buy,2026-02-28 13:15:00,565.0 -7561,buy_compound_top3,buy,2026-02-28 13:18:00,565.0 -7562,buy_compound_top3,buy,2026-02-28 13:45:00,564.0 -7563,buy_compound_top3,buy,2026-02-28 13:48:00,563.0 -7564,buy_compound_top3,buy,2026-02-28 13:51:00,563.0 -7565,buy_compound_top3,buy,2026-02-28 13:54:00,563.0 -7566,buy_compound_top3,buy,2026-02-28 13:57:00,564.0 -7567,buy_compound_top3,buy,2026-02-28 14:30:00,563.0 -7568,buy_compound_top3,buy,2026-02-28 14:33:00,561.0 -7569,buy_compound_top3,buy,2026-02-28 14:42:00,561.0 -7570,buy_compound_top3,buy,2026-02-28 14:57:00,561.0 -7571,buy_compound_top3,buy,2026-02-28 15:06:00,559.0 -7572,buy_compound_top3,buy,2026-02-28 15:09:00,559.0 -7573,buy_compound_top3,buy,2026-02-28 15:12:00,560.0 -7574,buy_compound_top3,buy,2026-02-28 15:45:00,545.0 -7575,buy_compound_top3,buy,2026-02-28 15:48:00,542.0 -7576,buy_compound_top3,buy,2026-02-28 16:00:00,537.0 -7577,buy_compound_top3,buy,2026-02-28 16:03:00,540.0 -7578,buy_compound_top3,buy,2026-02-28 18:00:00,534.0 -7579,buy_compound_top3,buy,2026-02-28 18:03:00,535.0 -7580,buy_compound_top3,buy,2026-02-28 18:06:00,535.0 -7581,buy_compound_top3,buy,2026-02-28 18:09:00,532.0 -7582,buy_compound_top3,buy,2026-02-28 18:12:00,532.0 -7583,buy_compound_top3,buy,2026-03-01 09:51:00,576.0 -7584,buy_compound_top3,buy,2026-03-01 09:54:00,576.0 -7585,buy_compound_top3,buy,2026-03-01 10:21:00,568.0 -7586,buy_compound_top3,buy,2026-03-01 10:24:00,567.0 -7587,buy_compound_top3,buy,2026-03-01 15:21:00,576.0 -7588,buy_compound_top3,buy,2026-03-01 15:24:00,576.0 -7589,buy_compound_top3,buy,2026-03-01 15:42:00,573.0 -7590,buy_compound_top3,buy,2026-03-01 15:45:00,574.0 -7591,buy_compound_top3,buy,2026-03-01 15:48:00,572.0 -7592,buy_compound_top3,buy,2026-03-01 17:45:00,571.0 -7593,buy_compound_top3,buy,2026-03-01 17:48:00,569.0 -7594,buy_compound_top3,buy,2026-03-01 18:00:00,567.0 -7595,buy_compound_top3,buy,2026-03-01 18:03:00,568.0 -7596,buy_compound_top3,buy,2026-03-01 18:42:00,567.0 -7597,buy_compound_top3,buy,2026-03-01 18:57:00,566.0 -7598,buy_compound_top3,buy,2026-03-01 19:00:00,565.0 -7599,buy_compound_top3,buy,2026-03-01 19:03:00,565.0 -7600,buy_compound_top3,buy,2026-03-01 19:06:00,565.0 -7601,buy_compound_top3,buy,2026-03-01 19:09:00,565.0 -7602,buy_compound_top3,buy,2026-03-01 21:57:00,563.0 -7603,buy_compound_top3,buy,2026-03-01 22:00:00,563.0 -7604,buy_compound_top3,buy,2026-03-01 22:03:00,563.0 -7605,buy_compound_top3,buy,2026-03-01 22:27:00,562.0 -7606,buy_compound_top3,buy,2026-03-01 22:30:00,561.0 -7607,buy_compound_top3,buy,2026-03-01 22:33:00,561.0 -7608,buy_compound_top3,buy,2026-03-01 22:36:00,560.0 -7609,buy_compound_top3,buy,2026-03-01 22:39:00,560.0 -7610,buy_compound_top3,buy,2026-03-01 22:42:00,561.0 -7611,buy_compound_top3,buy,2026-03-02 02:00:00,563.0 -7612,buy_compound_top3,buy,2026-03-02 02:03:00,563.0 -7613,buy_compound_top3,buy,2026-03-02 02:15:00,562.0 -7614,buy_compound_top3,buy,2026-03-02 02:18:00,559.0 -7615,buy_compound_top3,buy,2026-03-02 05:27:00,554.0 -7616,buy_compound_top3,buy,2026-03-02 05:30:00,553.0 -7617,buy_compound_top3,buy,2026-03-02 05:33:00,552.0 -7618,buy_compound_top3,buy,2026-03-02 05:36:00,551.0 -7619,buy_compound_top3,buy,2026-03-02 05:39:00,552.0 -7620,buy_compound_top3,buy,2026-03-02 05:45:00,551.0 -7621,buy_compound_top3,buy,2026-03-02 05:48:00,551.0 -7622,buy_compound_top3,buy,2026-03-02 15:36:00,562.0 -7623,buy_compound_top3,buy,2026-03-02 15:39:00,562.0 -7624,buy_compound_top3,buy,2026-03-02 15:45:00,560.0 -7625,buy_compound_top3,buy,2026-03-02 15:48:00,560.0 -7626,buy_compound_top3,buy,2026-03-02 16:06:00,559.0 -7627,buy_compound_top3,buy,2026-03-02 16:09:00,557.0 -7628,buy_compound_top3,buy,2026-03-02 16:12:00,556.0 -7629,buy_compound_top3,buy,2026-03-02 16:15:00,556.0 -7630,buy_compound_top3,buy,2026-03-02 16:18:00,556.0 -7631,buy_compound_top3,buy,2026-03-03 05:42:00,595.0 -7632,buy_compound_top3,buy,2026-03-03 06:00:00,593.0 -7633,buy_compound_top3,buy,2026-03-03 06:03:00,591.0 -7634,buy_compound_top3,buy,2026-03-03 06:06:00,591.0 -7635,buy_compound_top3,buy,2026-03-03 06:09:00,591.0 -7636,buy_compound_top3,buy,2026-03-03 06:12:00,590.0 -7637,buy_compound_top3,buy,2026-03-03 06:15:00,590.0 -7638,buy_compound_top3,buy,2026-03-03 06:18:00,591.0 -7639,buy_compound_top3,buy,2026-03-03 08:30:00,591.0 -7640,buy_compound_top3,buy,2026-03-03 08:33:00,590.0 -7641,buy_compound_top3,buy,2026-03-03 08:42:00,590.0 -7642,buy_compound_top3,buy,2026-03-03 09:21:00,590.0 -7643,buy_compound_top3,buy,2026-03-03 09:24:00,589.0 -7644,buy_compound_top3,buy,2026-03-03 10:42:00,588.0 -7645,buy_compound_top3,buy,2026-03-03 10:51:00,586.0 -7646,buy_compound_top3,buy,2026-03-03 10:54:00,587.0 -7647,buy_compound_top3,buy,2026-03-03 11:00:00,587.0 -7648,buy_compound_top3,buy,2026-03-03 11:03:00,585.0 -7649,buy_compound_top3,buy,2026-03-03 11:15:00,585.0 -7650,buy_compound_top3,buy,2026-03-03 11:18:00,585.0 -7651,buy_compound_top3,buy,2026-03-03 11:21:00,583.0 -7652,buy_compound_top3,buy,2026-03-03 11:24:00,583.0 -7653,buy_compound_top3,buy,2026-03-03 11:27:00,585.0 -7654,buy_compound_top3,buy,2026-03-03 13:51:00,584.0 -7655,buy_compound_top3,buy,2026-03-03 13:54:00,584.0 -7656,buy_compound_top3,buy,2026-03-03 14:51:00,583.0 -7657,buy_compound_top3,buy,2026-03-03 14:54:00,584.0 -7658,buy_compound_top3,buy,2026-03-03 18:00:00,578.0 -7659,buy_compound_top3,buy,2026-03-03 18:03:00,580.0 -7660,buy_compound_top3,buy,2026-03-03 18:51:00,575.0 -7661,buy_compound_top3,buy,2026-03-03 18:54:00,575.0 -7662,buy_compound_top3,buy,2026-03-03 19:12:00,574.0 -7663,buy_compound_top3,buy,2026-03-04 05:51:00,576.0 -7664,buy_compound_top3,buy,2026-03-04 05:54:00,575.0 -7665,buy_compound_top3,buy,2026-03-04 06:12:00,574.0 -7666,buy_compound_top3,buy,2026-03-04 06:15:00,573.0 -7667,buy_compound_top3,buy,2026-03-04 06:18:00,572.0 -7668,buy_compound_top3,buy,2026-03-04 06:21:00,573.0 -7669,buy_compound_top3,buy,2026-03-04 06:24:00,573.0 -7670,buy_compound_top3,buy,2026-03-04 06:27:00,572.0 -7671,buy_compound_top3,buy,2026-03-04 06:30:00,572.0 -7672,buy_compound_top3,buy,2026-03-04 06:33:00,572.0 -7673,buy_compound_top3,buy,2026-03-04 09:45:00,571.0 -7674,buy_compound_top3,buy,2026-03-04 09:48:00,573.0 -7675,buy_compound_top3,buy,2026-03-04 11:15:00,572.0 -7676,buy_compound_top3,buy,2026-03-04 11:18:00,572.0 -7677,buy_compound_top3,buy,2026-03-04 11:21:00,573.0 -7678,buy_compound_top3,buy,2026-03-04 11:24:00,574.0 -7679,buy_compound_top3,buy,2026-03-04 11:27:00,572.0 -7680,buy_compound_top3,buy,2026-03-04 12:42:00,569.0 -7681,buy_compound_top3,buy,2026-03-04 12:45:00,568.0 -7682,buy_compound_top3,buy,2026-03-04 12:48:00,568.0 -7683,buy_compound_top3,buy,2026-03-04 12:51:00,569.0 -7684,buy_compound_top3,buy,2026-03-04 12:54:00,568.0 -7685,buy_compound_top3,buy,2026-03-04 21:30:00,585.0 -7686,buy_compound_top3,buy,2026-03-04 21:33:00,585.0 -7687,buy_compound_top3,buy,2026-03-05 07:51:00,613.0 -7688,buy_compound_top3,buy,2026-03-05 07:54:00,612.0 -7689,buy_compound_top3,buy,2026-03-05 08:00:00,610.0 -7690,buy_compound_top3,buy,2026-03-05 08:03:00,610.0 -7691,buy_compound_top3,buy,2026-03-05 08:06:00,610.0 -7692,buy_compound_top3,buy,2026-03-05 08:09:00,609.0 -7693,buy_compound_top3,buy,2026-03-05 08:12:00,611.0 -7694,buy_compound_top3,buy,2026-03-05 08:21:00,606.0 -7695,buy_compound_top3,buy,2026-03-05 08:24:00,605.0 -7696,buy_compound_top3,buy,2026-03-05 08:27:00,606.0 -7697,buy_compound_top3,buy,2026-03-05 09:12:00,607.0 -7698,buy_compound_top3,buy,2026-03-05 10:51:00,603.0 -7699,buy_compound_top3,buy,2026-03-05 10:54:00,603.0 -7700,buy_compound_top3,buy,2026-03-05 10:57:00,603.0 -7701,buy_compound_top3,buy,2026-03-05 11:42:00,602.0 -7702,buy_compound_top3,buy,2026-03-05 12:36:00,602.0 -7703,buy_compound_top3,buy,2026-03-05 12:39:00,602.0 -7704,buy_compound_top3,buy,2026-03-05 12:45:00,602.0 -7705,buy_compound_top3,buy,2026-03-05 12:48:00,602.0 -7706,buy_compound_top3,buy,2026-03-05 15:15:00,604.0 -7707,buy_compound_top3,buy,2026-03-05 15:18:00,603.0 -7708,buy_compound_top3,buy,2026-03-05 17:00:00,603.0 -7709,buy_compound_top3,buy,2026-03-05 17:03:00,603.0 -7710,buy_compound_top3,buy,2026-03-05 17:06:00,602.0 -7711,buy_compound_top3,buy,2026-03-05 17:09:00,603.0 -7712,buy_compound_top3,buy,2026-03-05 17:15:00,601.0 -7713,buy_compound_top3,buy,2026-03-05 17:18:00,602.0 -7714,buy_compound_top3,buy,2026-03-05 22:30:00,607.0 -7715,buy_compound_top3,buy,2026-03-05 22:33:00,605.0 -7716,buy_compound_top3,buy,2026-03-06 01:15:00,595.0 -7717,buy_compound_top3,buy,2026-03-06 01:18:00,597.0 -7718,buy_compound_top3,buy,2026-03-06 02:30:00,593.0 -7719,buy_compound_top3,buy,2026-03-06 02:33:00,592.0 -7720,buy_compound_top3,buy,2026-03-06 02:36:00,593.0 -7721,buy_compound_top3,buy,2026-03-06 02:39:00,593.0 -7722,buy_compound_top3,buy,2026-03-06 03:00:00,592.0 -7723,buy_compound_top3,buy,2026-03-06 03:03:00,592.0 -7724,buy_compound_top3,buy,2026-03-06 08:42:00,599.0 -7725,buy_compound_top3,buy,2026-03-06 08:45:00,599.0 -7726,buy_compound_top3,buy,2026-03-06 08:48:00,598.0 -7727,buy_compound_top3,buy,2026-03-06 08:57:00,598.0 -7728,buy_compound_top3,buy,2026-03-06 10:06:00,598.0 -7729,buy_compound_top3,buy,2026-03-06 10:09:00,598.0 -7730,buy_compound_top3,buy,2026-03-06 10:21:00,597.0 -7731,buy_compound_top3,buy,2026-03-06 10:24:00,597.0 -7732,buy_compound_top3,buy,2026-03-06 14:00:00,594.0 -7733,buy_compound_top3,buy,2026-03-06 14:03:00,594.0 -7734,buy_compound_top3,buy,2026-03-06 14:36:00,592.0 -7735,buy_compound_top3,buy,2026-03-06 14:39:00,593.0 -7736,buy_compound_top3,buy,2026-03-06 14:42:00,592.0 -7737,buy_compound_top3,buy,2026-03-06 18:12:00,592.0 -7738,buy_compound_top3,buy,2026-03-06 18:15:00,592.0 -7739,buy_compound_top3,buy,2026-03-06 18:18:00,591.0 -7740,buy_compound_top3,buy,2026-03-06 18:21:00,591.0 -7741,buy_compound_top3,buy,2026-03-06 18:24:00,591.0 -7742,buy_compound_top3,buy,2026-03-06 18:27:00,590.0 -7743,buy_compound_top3,buy,2026-03-06 18:30:00,590.0 -7744,buy_compound_top3,buy,2026-03-06 18:33:00,590.0 -7745,buy_compound_top3,buy,2026-03-06 20:42:00,589.0 -7746,buy_compound_top3,buy,2026-03-06 20:45:00,588.0 -7747,buy_compound_top3,buy,2026-03-06 20:48:00,587.0 -7748,buy_compound_top3,buy,2026-03-06 20:51:00,588.0 -7749,buy_compound_top3,buy,2026-03-06 20:54:00,588.0 -7750,buy_compound_top3,buy,2026-03-06 21:00:00,588.0 -7751,buy_compound_top3,buy,2026-03-06 21:03:00,588.0 -7752,buy_compound_top3,buy,2026-03-06 21:06:00,588.0 -7753,buy_compound_top3,buy,2026-03-06 21:09:00,586.0 -7754,buy_compound_top3,buy,2026-03-06 21:42:00,587.0 -7755,buy_compound_top3,buy,2026-03-06 23:30:00,578.0 -7756,buy_compound_top3,buy,2026-03-06 23:33:00,575.0 -7757,buy_compound_top3,buy,2026-03-06 23:36:00,573.0 -7758,buy_compound_top3,buy,2026-03-06 23:39:00,574.0 -7759,buy_compound_top3,buy,2026-03-06 23:42:00,574.0 -7760,buy_compound_top3,buy,2026-03-06 23:45:00,575.0 -7761,buy_compound_top3,buy,2026-03-06 23:48:00,572.0 -7762,buy_compound_top3,buy,2026-03-06 23:51:00,572.0 -7763,buy_compound_top3,buy,2026-03-06 23:54:00,573.0 -7764,buy_compound_top3,buy,2026-03-07 00:45:00,571.0 -7765,buy_compound_top3,buy,2026-03-07 00:48:00,568.0 -7766,buy_compound_top3,buy,2026-03-07 01:00:00,568.0 -7767,buy_compound_top3,buy,2026-03-07 01:03:00,566.0 -7768,buy_compound_top3,buy,2026-03-07 01:06:00,568.0 -7769,buy_compound_top3,buy,2026-03-07 01:09:00,568.0 -7770,buy_compound_top3,buy,2026-03-07 01:12:00,567.0 -7771,buy_compound_top3,buy,2026-03-07 02:45:00,565.0 -7772,buy_compound_top3,buy,2026-03-07 02:48:00,566.0 -7773,buy_compound_top3,buy,2026-03-07 10:30:00,573.0 -7774,buy_compound_top3,buy,2026-03-07 10:33:00,573.0 -7775,buy_compound_top3,buy,2026-03-07 11:30:00,573.0 -7776,buy_compound_top3,buy,2026-03-07 11:33:00,573.0 -7777,buy_compound_top3,buy,2026-03-07 11:36:00,572.0 -7778,buy_compound_top3,buy,2026-03-07 11:39:00,573.0 -7779,buy_compound_top3,buy,2026-03-07 11:42:00,573.0 -7780,buy_compound_top3,buy,2026-03-07 13:15:00,571.0 -7781,buy_compound_top3,buy,2026-03-07 15:36:00,571.0 -7782,buy_compound_top3,buy,2026-03-07 15:39:00,571.0 -7783,buy_compound_top3,buy,2026-03-07 15:42:00,571.0 -7784,buy_compound_top3,buy,2026-03-07 15:45:00,571.0 -7785,buy_compound_top3,buy,2026-03-07 15:48:00,571.0 -7786,buy_compound_top3,buy,2026-03-07 15:51:00,570.0 -7787,buy_compound_top3,buy,2026-03-07 15:54:00,569.0 -7788,buy_compound_top3,buy,2026-03-07 16:00:00,570.0 -7789,buy_compound_top3,buy,2026-03-07 16:03:00,569.0 -7790,buy_compound_top3,buy,2026-03-07 16:06:00,569.0 -7791,buy_compound_top3,buy,2026-03-07 16:09:00,568.0 -7792,buy_compound_top3,buy,2026-03-07 22:00:00,569.0 -7793,buy_compound_top3,buy,2026-03-07 22:03:00,569.0 -7794,buy_compound_top3,buy,2026-03-07 22:06:00,570.0 -7795,buy_compound_top3,buy,2026-03-07 22:09:00,569.0 -7796,buy_compound_top3,buy,2026-03-07 22:12:00,568.0 -7797,buy_compound_top3,buy,2026-03-07 22:27:00,568.0 -7798,buy_compound_top3,buy,2026-03-07 23:15:00,567.0 -7799,buy_compound_top3,buy,2026-03-07 23:18:00,567.0 -7800,buy_compound_top3,buy,2026-03-07 23:27:00,568.0 -7801,buy_compound_top3,buy,2026-03-08 00:51:00,564.0 -7802,buy_compound_top3,buy,2026-03-08 00:54:00,564.0 -7803,buy_compound_top3,buy,2026-03-08 04:30:00,561.0 -7804,buy_compound_top3,buy,2026-03-08 04:33:00,560.0 -7805,buy_compound_top3,buy,2026-03-08 04:36:00,561.0 -7806,buy_compound_top3,buy,2026-03-08 04:39:00,561.0 -7807,buy_compound_top3,buy,2026-03-08 07:45:00,556.0 -7808,buy_compound_top3,buy,2026-03-08 07:48:00,557.0 -7809,buy_compound_top3,buy,2026-03-08 11:15:00,556.0 -7810,buy_compound_top3,buy,2026-03-08 11:18:00,556.0 -7811,buy_compound_top3,buy,2026-03-08 11:27:00,556.0 -7812,buy_compound_top3,buy,2026-03-08 11:36:00,555.0 -7813,buy_compound_top3,buy,2026-03-08 11:39:00,556.0 -7814,buy_compound_top3,buy,2026-03-08 12:12:00,551.0 -7815,buy_compound_top3,buy,2026-03-08 13:42:00,551.0 -7816,buy_compound_top3,buy,2026-03-08 22:15:00,550.0 -7817,buy_compound_top3,buy,2026-03-08 22:18:00,550.0 -7818,buy_compound_top3,buy,2026-03-08 22:27:00,550.0 -7819,buy_compound_top3,buy,2026-03-08 22:30:00,550.0 -7820,buy_compound_top3,buy,2026-03-08 22:33:00,549.0 -7821,buy_compound_top3,buy,2026-03-08 23:42:00,547.0 -7822,buy_compound_top3,buy,2026-03-09 00:06:00,547.0 -7823,buy_compound_top3,buy,2026-03-09 00:09:00,547.0 -7824,buy_compound_top3,buy,2026-03-09 00:12:00,547.0 -7825,buy_compound_top3,buy,2026-03-09 00:15:00,546.0 -7826,buy_compound_top3,buy,2026-03-09 00:18:00,546.0 -7827,buy_compound_top3,buy,2026-03-09 00:21:00,546.0 -7828,buy_compound_top3,buy,2026-03-09 00:24:00,546.0 -7829,buy_compound_top3,buy,2026-03-09 00:27:00,545.0 -7830,buy_compound_top3,buy,2026-03-09 00:36:00,544.0 -7831,buy_compound_top3,buy,2026-03-09 00:39:00,545.0 -7832,buy_compound_top3,buy,2026-03-09 00:42:00,544.0 -7833,buy_compound_top3,buy,2026-03-09 00:45:00,543.0 -7834,buy_compound_top3,buy,2026-03-09 00:48:00,544.0 -7835,buy_compound_top3,buy,2026-03-09 00:51:00,542.0 -7836,buy_compound_top3,buy,2026-03-09 00:54:00,542.0 -7837,buy_compound_top3,buy,2026-03-09 00:57:00,544.0 -7838,buy_compound_top3,buy,2026-03-09 01:45:00,542.0 -7839,buy_compound_top3,buy,2026-03-09 01:48:00,542.0 -7840,buy_compound_top3,buy,2026-03-09 01:51:00,542.0 -7841,buy_compound_top3,buy,2026-03-09 01:54:00,542.0 -7842,buy_compound_top3,buy,2026-03-09 02:36:00,538.0 -7843,buy_compound_top3,buy,2026-03-09 02:39:00,537.0 -7844,buy_compound_top3,buy,2026-03-09 02:42:00,538.0 -7845,buy_compound_top3,buy,2026-03-09 02:45:00,537.0 -7846,buy_compound_top3,buy,2026-03-09 02:48:00,535.0 -7847,buy_compound_top3,buy,2026-03-09 07:12:00,536.0 -7848,buy_compound_top3,buy,2026-03-09 07:15:00,536.0 -7849,buy_compound_top3,buy,2026-03-09 07:18:00,536.0 -7850,buy_compound_top3,buy,2026-03-09 07:21:00,533.0 -7851,buy_compound_top3,buy,2026-03-09 07:24:00,532.0 -7852,buy_compound_top3,buy,2026-03-09 16:00:00,539.0 -7853,buy_compound_top3,buy,2026-03-09 16:03:00,538.0 -7854,buy_compound_top3,buy,2026-03-09 16:06:00,537.0 -7855,buy_compound_top3,buy,2026-03-09 16:09:00,538.0 -7856,buy_compound_top3,buy,2026-03-09 16:12:00,539.0 -7857,buy_compound_top3,buy,2026-03-09 16:15:00,537.0 -7858,buy_compound_top3,buy,2026-03-09 16:18:00,536.0 -7859,buy_compound_top3,buy,2026-03-09 16:21:00,537.0 -7860,buy_compound_top3,buy,2026-03-09 16:24:00,538.0 -7861,buy_compound_top3,buy,2026-03-09 19:51:00,537.0 -7862,buy_compound_top3,buy,2026-03-09 19:54:00,537.0 -7863,buy_compound_top3,buy,2026-03-09 20:21:00,537.0 -7864,buy_compound_top3,buy,2026-03-09 20:24:00,537.0 -7865,buy_compound_top3,buy,2026-03-09 20:27:00,535.0 -7866,buy_compound_top3,buy,2026-03-10 00:27:00,538.0 -7867,buy_compound_top3,buy,2026-03-10 00:30:00,538.0 -7868,buy_compound_top3,buy,2026-03-10 00:33:00,537.0 -7869,buy_compound_top3,buy,2026-03-10 03:15:00,533.0 -7870,buy_compound_top3,buy,2026-03-10 03:18:00,533.0 -7871,buy_compound_top3,buy,2026-03-10 03:36:00,532.0 -7872,buy_compound_top3,buy,2026-03-10 03:39:00,532.0 -7873,buy_compound_top3,buy,2026-03-10 03:51:00,532.0 -7874,buy_compound_top3,buy,2026-03-10 03:54:00,532.0 -7875,buy_compound_top3,buy,2026-03-10 04:15:00,530.0 -7876,buy_compound_top3,buy,2026-03-10 04:18:00,530.0 -7877,buy_compound_top3,buy,2026-03-10 07:45:00,534.0 -7878,buy_compound_top3,buy,2026-03-10 07:48:00,533.0 -7879,buy_compound_top3,buy,2026-03-10 07:51:00,533.0 -7880,buy_compound_top3,buy,2026-03-10 07:54:00,531.0 -7881,buy_compound_top3,buy,2026-03-10 08:00:00,532.0 -7882,buy_compound_top3,buy,2026-03-10 08:03:00,533.0 -7883,buy_compound_top3,buy,2026-03-10 21:30:00,548.0 -7884,buy_compound_top3,buy,2026-03-10 21:33:00,545.0 -7885,buy_compound_top3,buy,2026-03-10 21:51:00,545.0 -7886,buy_compound_top3,buy,2026-03-10 21:54:00,546.0 -7887,buy_compound_top3,buy,2026-03-10 22:45:00,541.0 -7888,buy_compound_top3,buy,2026-03-10 22:48:00,542.0 -7889,buy_compound_top3,buy,2026-03-10 23:00:00,540.0 -7890,buy_compound_top3,buy,2026-03-10 23:03:00,540.0 -7891,buy_compound_top3,buy,2026-03-10 23:06:00,541.0 -7892,buy_compound_top3,buy,2026-03-10 23:09:00,538.0 -7893,buy_compound_top3,buy,2026-03-10 23:27:00,536.0 -7894,buy_compound_top3,buy,2026-03-11 00:15:00,534.0 -7895,buy_compound_top3,buy,2026-03-11 00:18:00,534.0 -7896,buy_compound_top3,buy,2026-03-11 00:21:00,533.0 -7897,buy_compound_top3,buy,2026-03-11 00:24:00,532.0 -7898,buy_compound_top3,buy,2026-03-11 00:27:00,531.0 -7899,buy_compound_top3,buy,2026-03-11 00:30:00,532.0 -7900,buy_compound_top3,buy,2026-03-11 00:33:00,533.0 -7901,buy_compound_top3,buy,2026-03-11 03:36:00,531.0 -7902,buy_compound_top3,buy,2026-03-11 03:39:00,531.0 -7903,buy_compound_top3,buy,2026-03-11 03:42:00,530.0 -7904,buy_compound_top3,buy,2026-03-11 03:45:00,529.0 -7905,buy_compound_top3,buy,2026-03-11 03:48:00,530.0 -7906,buy_compound_top3,buy,2026-03-11 03:57:00,525.0 -7907,buy_compound_top3,buy,2026-03-11 04:06:00,525.0 -7908,buy_compound_top3,buy,2026-03-11 04:09:00,525.0 -7909,buy_compound_top3,buy,2026-03-11 04:12:00,523.0 -7910,buy_compound_top3,buy,2026-03-11 04:21:00,523.0 -7911,buy_compound_top3,buy,2026-03-11 04:24:00,524.0 -7912,buy_compound_top3,buy,2026-03-11 04:27:00,521.0 -7913,buy_compound_top3,buy,2026-03-11 04:30:00,521.0 -7914,buy_compound_top3,buy,2026-03-11 04:33:00,521.0 -7915,buy_compound_top3,buy,2026-03-11 07:00:00,518.0 -7916,buy_compound_top3,buy,2026-03-11 07:03:00,518.0 -7917,buy_compound_top3,buy,2026-03-11 13:06:00,521.0 -7918,buy_compound_top3,buy,2026-03-11 13:09:00,520.0 -7919,buy_compound_top3,buy,2026-03-11 13:12:00,518.0 -7920,buy_compound_top3,buy,2026-03-11 13:15:00,520.0 -7921,buy_compound_top3,buy,2026-03-11 13:18:00,519.0 -7922,buy_compound_top3,buy,2026-03-11 14:36:00,519.0 -7923,buy_compound_top3,buy,2026-03-11 14:39:00,519.0 -7924,buy_compound_top3,buy,2026-03-11 14:45:00,518.0 -7925,buy_compound_top3,buy,2026-03-11 14:48:00,518.0 -7926,buy_compound_top3,buy,2026-03-11 14:51:00,519.0 -7927,buy_compound_top3,buy,2026-03-11 14:54:00,519.0 -7928,buy_compound_top3,buy,2026-03-11 14:57:00,518.0 -7929,buy_compound_top3,buy,2026-03-11 16:57:00,516.0 -7930,buy_compound_top3,buy,2026-03-11 17:00:00,516.0 -7931,buy_compound_top3,buy,2026-03-11 17:03:00,516.0 -7932,buy_compound_top3,buy,2026-03-12 00:30:00,522.0 -7933,buy_compound_top3,buy,2026-03-12 00:33:00,519.0 -7934,buy_compound_top3,buy,2026-03-12 00:45:00,520.0 -7935,buy_compound_top3,buy,2026-03-12 00:48:00,521.0 -7936,buy_compound_top3,buy,2026-03-12 05:51:00,522.0 -7937,buy_compound_top3,buy,2026-03-12 05:54:00,522.0 -7938,buy_compound_top3,buy,2026-03-12 07:27:00,521.0 -7939,buy_compound_top3,buy,2026-03-12 07:45:00,520.0 -7940,buy_compound_top3,buy,2026-03-12 07:48:00,521.0 -7941,buy_compound_top3,buy,2026-03-12 10:15:00,519.0 -7942,buy_compound_top3,buy,2026-03-12 10:18:00,519.0 -7943,buy_compound_top3,buy,2026-03-12 10:21:00,520.0 -7944,buy_compound_top3,buy,2026-03-12 10:24:00,518.0 -7945,buy_compound_top3,buy,2026-03-12 10:27:00,518.0 -7946,buy_compound_top3,buy,2026-03-12 10:36:00,517.0 -7947,buy_compound_top3,buy,2026-03-12 10:39:00,518.0 -7948,buy_compound_top3,buy,2026-03-12 11:27:00,517.0 -7949,buy_compound_top3,buy,2026-03-12 11:51:00,516.0 -7950,buy_compound_top3,buy,2026-03-12 11:54:00,516.0 -7951,buy_compound_top3,buy,2026-03-12 11:57:00,516.0 -7952,buy_compound_top3,buy,2026-03-12 12:57:00,513.0 -7953,buy_compound_top3,buy,2026-03-12 13:00:00,513.0 -7954,buy_compound_top3,buy,2026-03-12 13:03:00,514.0 -7955,buy_compound_top3,buy,2026-03-12 23:21:00,518.0 -7956,buy_compound_top3,buy,2026-03-12 23:24:00,517.0 -7957,buy_compound_top3,buy,2026-03-12 23:27:00,516.0 -7958,buy_compound_top3,buy,2026-03-12 23:30:00,514.0 -7959,buy_compound_top3,buy,2026-03-12 23:33:00,513.0 -7960,buy_compound_top3,buy,2026-03-12 23:36:00,514.0 -7961,buy_compound_top3,buy,2026-03-12 23:39:00,511.0 -7962,buy_compound_top3,buy,2026-03-12 23:42:00,510.0 -7963,buy_compound_top3,buy,2026-03-12 23:45:00,513.0 -7964,buy_compound_top3,buy,2026-03-12 23:48:00,513.0 -7965,buy_compound_top3,buy,2026-03-12 23:51:00,512.0 -7966,buy_compound_top3,buy,2026-03-12 23:54:00,512.0 -7967,buy_compound_top3,buy,2026-03-14 00:00:00,538.0 -7968,buy_compound_top3,buy,2026-03-14 00:03:00,538.0 -7969,buy_compound_top3,buy,2026-03-14 02:57:00,531.0 -7970,buy_compound_top3,buy,2026-03-14 07:30:00,523.0 -7971,buy_compound_top3,buy,2026-03-14 07:33:00,522.0 -7972,buy_compound_top3,buy,2026-03-14 07:36:00,523.0 -7973,buy_compound_top3,buy,2026-03-14 07:39:00,523.0 -7974,buy_compound_top3,buy,2026-03-14 14:51:00,527.0 -7975,buy_compound_top3,buy,2026-03-14 14:54:00,527.0 -7976,buy_compound_top3,buy,2026-03-14 15:00:00,526.0 -7977,buy_compound_top3,buy,2026-03-14 15:03:00,527.0 -7978,buy_compound_top3,buy,2026-03-14 15:21:00,524.0 -7979,buy_compound_top3,buy,2026-03-14 15:24:00,524.0 -7980,buy_compound_top3,buy,2026-03-14 15:27:00,523.0 -7981,buy_compound_top3,buy,2026-03-14 15:36:00,523.0 -7982,buy_compound_top3,buy,2026-03-14 15:39:00,520.0 -7983,buy_compound_top3,buy,2026-03-14 15:42:00,521.0 -7984,buy_compound_top3,buy,2026-03-14 18:57:00,519.0 -7985,buy_compound_top3,buy,2026-03-14 19:00:00,520.0 -7986,buy_compound_top3,buy,2026-03-14 19:03:00,520.0 -7987,buy_compound_top3,buy,2026-03-14 21:57:00,518.0 -7988,buy_compound_top3,buy,2026-03-14 22:00:00,517.0 -7989,buy_compound_top3,buy,2026-03-14 22:03:00,517.0 -7990,buy_compound_top3,buy,2026-03-15 04:42:00,522.0 -7991,buy_compound_top3,buy,2026-03-15 05:00:00,521.0 -7992,buy_compound_top3,buy,2026-03-15 05:03:00,521.0 -7993,buy_compound_top3,buy,2026-03-15 05:06:00,520.0 -7994,buy_compound_top3,buy,2026-03-15 05:09:00,520.0 -7995,buy_compound_top3,buy,2026-03-15 05:15:00,520.0 -7996,buy_compound_top3,buy,2026-03-15 05:18:00,519.0 -7997,buy_compound_top3,buy,2026-03-15 05:27:00,520.0 -7998,buy_compound_top3,buy,2026-03-15 20:12:00,528.0 -7999,buy_compound_top3,buy,2026-03-16 19:45:00,558.0 -8000,buy_compound_top3,buy,2026-03-16 19:48:00,558.0 -8001,buy_compound_top3,buy,2026-03-16 20:12:00,557.0 -8002,buy_compound_top3,buy,2026-03-16 20:15:00,556.0 -8003,buy_compound_top3,buy,2026-03-16 20:18:00,556.0 -8004,buy_compound_top3,buy,2026-03-16 20:21:00,556.0 -8005,buy_compound_top3,buy,2026-03-16 20:24:00,555.0 -8006,buy_compound_top3,buy,2026-03-16 20:27:00,554.0 -8007,buy_compound_top3,buy,2026-03-16 20:30:00,554.0 -8008,buy_compound_top3,buy,2026-03-16 20:33:00,556.0 -8009,buy_compound_top3,buy,2026-03-17 11:12:00,587.0 -8010,buy_compound_top3,buy,2026-03-17 12:57:00,576.0 -8011,buy_compound_top3,buy,2026-03-17 13:30:00,574.0 -8012,buy_compound_top3,buy,2026-03-17 13:33:00,571.0 -8013,buy_compound_top3,buy,2026-03-17 13:36:00,570.0 -8014,buy_compound_top3,buy,2026-03-17 13:39:00,571.0 -8015,buy_compound_top3,buy,2026-03-17 13:42:00,569.0 -8016,buy_compound_top3,buy,2026-03-17 13:45:00,569.0 -8017,buy_compound_top3,buy,2026-03-17 13:48:00,570.0 -8018,buy_compound_top3,buy,2026-03-17 19:30:00,576.0 -8019,buy_compound_top3,buy,2026-03-17 19:33:00,575.0 -8020,buy_compound_top3,buy,2026-03-17 19:42:00,575.0 -8021,buy_compound_top3,buy,2026-03-17 19:45:00,575.0 -8022,buy_compound_top3,buy,2026-03-17 19:48:00,575.0 -8023,buy_compound_top3,buy,2026-03-17 21:00:00,575.0 -8024,buy_compound_top3,buy,2026-03-17 21:03:00,576.0 -8025,buy_compound_top3,buy,2026-03-17 21:42:00,572.0 -8026,buy_compound_top3,buy,2026-03-17 21:45:00,571.0 -8027,buy_compound_top3,buy,2026-03-17 21:48:00,571.0 -8028,buy_compound_top3,buy,2026-03-17 21:51:00,571.0 -8029,buy_compound_top3,buy,2026-03-17 21:54:00,570.0 -8030,buy_compound_top3,buy,2026-03-17 22:57:00,569.0 -8031,buy_compound_top3,buy,2026-03-17 23:00:00,568.0 -8032,buy_compound_top3,buy,2026-03-17 23:03:00,568.0 -8033,buy_compound_top3,buy,2026-03-18 07:45:00,584.0 -8034,buy_compound_top3,buy,2026-03-18 07:48:00,585.0 -8035,buy_compound_top3,buy,2026-03-18 08:30:00,582.0 -8036,buy_compound_top3,buy,2026-03-18 08:33:00,583.0 -8037,buy_compound_top3,buy,2026-03-18 08:36:00,583.0 -8038,buy_compound_top3,buy,2026-03-18 08:39:00,582.0 -8039,buy_compound_top3,buy,2026-03-18 08:42:00,581.0 -8040,buy_compound_top3,buy,2026-03-18 08:45:00,582.0 -8041,buy_compound_top3,buy,2026-03-18 08:48:00,580.0 -8042,buy_compound_top3,buy,2026-03-18 08:51:00,581.0 -8043,buy_compound_top3,buy,2026-03-18 08:54:00,581.0 -8044,buy_compound_top3,buy,2026-03-18 08:57:00,581.0 -8045,buy_compound_top3,buy,2026-03-18 09:21:00,579.0 -8046,buy_compound_top3,buy,2026-03-18 09:24:00,577.0 -8047,buy_compound_top3,buy,2026-03-18 09:36:00,575.0 -8048,buy_compound_top3,buy,2026-03-18 09:39:00,574.0 -8049,buy_compound_top3,buy,2026-03-18 16:00:00,583.0 -8050,buy_compound_top3,buy,2026-03-18 16:03:00,583.0 -8051,buy_compound_top3,buy,2026-03-18 16:15:00,581.0 -8052,buy_compound_top3,buy,2026-03-18 16:18:00,581.0 -8053,buy_compound_top3,buy,2026-03-18 16:21:00,581.0 -8054,buy_compound_top3,buy,2026-03-18 16:24:00,580.0 -8055,buy_compound_top3,buy,2026-03-18 16:27:00,579.0 -8056,buy_compound_top3,buy,2026-03-18 16:30:00,579.0 -8057,buy_compound_top3,buy,2026-03-18 16:33:00,580.0 -8058,buy_compound_top3,buy,2026-03-18 19:51:00,575.0 -8059,buy_compound_top3,buy,2026-03-18 19:54:00,574.0 -8060,buy_compound_top3,buy,2026-03-18 19:57:00,573.0 -8061,buy_compound_top3,buy,2026-03-18 20:00:00,575.0 -8062,buy_compound_top3,buy,2026-03-18 20:03:00,575.0 -8063,buy_compound_top3,buy,2026-03-18 20:06:00,572.0 -8064,buy_compound_top3,buy,2026-03-18 20:09:00,574.0 -8065,buy_compound_top3,buy,2026-03-18 20:27:00,571.0 -8066,buy_compound_top3,buy,2026-03-18 20:45:00,563.0 -8067,buy_compound_top3,buy,2026-03-18 20:48:00,561.0 -8068,buy_compound_top3,buy,2026-03-18 20:51:00,560.0 -8069,buy_compound_top3,buy,2026-03-18 20:54:00,560.0 -8070,buy_compound_top3,buy,2026-03-18 20:57:00,559.0 -8071,buy_compound_top3,buy,2026-03-18 21:36:00,552.0 -8072,buy_compound_top3,buy,2026-03-18 21:39:00,552.0 -8073,buy_compound_top3,buy,2026-03-18 23:42:00,543.0 -8074,buy_compound_top3,buy,2026-03-18 23:51:00,543.0 -8075,buy_compound_top3,buy,2026-03-18 23:54:00,541.0 -8076,buy_compound_top3,buy,2026-03-18 23:57:00,542.0 -8077,buy_compound_top3,buy,2026-03-19 00:00:00,541.0 -8078,buy_compound_top3,buy,2026-03-19 00:03:00,541.0 -8079,buy_compound_top3,buy,2026-03-19 00:57:00,538.0 -8080,buy_compound_top3,buy,2026-03-19 01:00:00,537.0 -8081,buy_compound_top3,buy,2026-03-19 01:03:00,539.0 -8082,buy_compound_top3,buy,2026-03-19 01:06:00,536.0 -8083,buy_compound_top3,buy,2026-03-19 01:09:00,537.0 -8084,buy_compound_top3,buy,2026-03-19 01:12:00,536.0 -8085,buy_compound_top3,buy,2026-03-19 01:15:00,536.0 -8086,buy_compound_top3,buy,2026-03-19 01:18:00,536.0 -8087,buy_compound_top3,buy,2026-03-19 01:30:00,535.0 -8088,buy_compound_top3,buy,2026-03-19 01:33:00,536.0 -8089,buy_compound_top3,buy,2026-03-19 01:42:00,534.0 -8090,buy_compound_top3,buy,2026-03-19 10:12:00,544.0 -8091,buy_compound_top3,buy,2026-03-19 10:21:00,544.0 -8092,buy_compound_top3,buy,2026-03-19 10:24:00,544.0 -8093,buy_compound_top3,buy,2026-03-19 10:27:00,544.0 -8094,buy_compound_top3,buy,2026-03-19 10:36:00,544.0 -8095,buy_compound_top3,buy,2026-03-19 10:39:00,544.0 -8096,buy_compound_top3,buy,2026-03-19 10:42:00,543.0 -8097,buy_compound_top3,buy,2026-03-19 10:45:00,543.0 -8098,buy_compound_top3,buy,2026-03-19 10:48:00,542.0 -8099,buy_compound_top3,buy,2026-03-19 14:00:00,536.0 -8100,buy_compound_top3,buy,2026-03-19 14:03:00,536.0 -8101,buy_compound_top3,buy,2026-03-19 14:51:00,527.0 -8102,buy_compound_top3,buy,2026-03-19 14:54:00,527.0 -8103,buy_compound_top3,buy,2026-03-19 16:30:00,514.0 -8104,buy_compound_top3,buy,2026-03-19 16:33:00,514.0 -8105,buy_compound_top3,buy,2026-03-19 19:57:00,505.0 -8106,buy_compound_top3,buy,2026-03-19 20:06:00,504.0 -8107,buy_compound_top3,buy,2026-03-19 20:09:00,504.0 -8108,buy_compound_top3,buy,2026-03-20 03:30:00,488.0 -8109,buy_compound_top3,buy,2026-03-20 03:33:00,488.0 -8110,buy_compound_top3,buy,2026-03-20 03:36:00,487.0 -8111,buy_compound_top3,buy,2026-03-20 03:39:00,487.0 -8112,buy_compound_top3,buy,2026-03-20 03:42:00,487.0 -8113,buy_compound_top3,buy,2026-03-20 09:30:00,491.0 -8114,buy_compound_top3,buy,2026-03-20 09:33:00,491.0 -8115,buy_compound_top3,buy,2026-03-20 09:36:00,491.0 -8116,buy_compound_top3,buy,2026-03-20 09:39:00,492.0 -8117,buy_compound_top3,buy,2026-03-20 18:06:00,490.0 -8118,buy_compound_top3,buy,2026-03-20 18:09:00,490.0 -8119,buy_compound_top3,buy,2026-03-20 18:12:00,490.0 -8120,buy_compound_top3,buy,2026-03-20 18:15:00,490.0 -8121,buy_compound_top3,buy,2026-03-20 18:18:00,489.0 -8122,buy_compound_top3,buy,2026-03-20 19:12:00,484.0 -8123,buy_compound_top3,buy,2026-03-20 19:15:00,483.0 -8124,buy_compound_top3,buy,2026-03-20 19:18:00,484.0 -8125,buy_compound_top3,buy,2026-03-20 19:27:00,483.0 -8126,buy_compound_top3,buy,2026-03-20 20:51:00,481.0 -8127,buy_compound_top3,buy,2026-03-20 20:54:00,482.0 -8128,buy_compound_top3,buy,2026-03-20 20:57:00,482.0 -8129,buy_compound_top3,buy,2026-03-21 00:00:00,478.0 -8130,buy_compound_top3,buy,2026-03-21 00:03:00,477.0 -8131,buy_compound_top3,buy,2026-03-21 00:06:00,476.0 -8132,buy_compound_top3,buy,2026-03-21 00:09:00,477.0 -8133,buy_compound_top3,buy,2026-03-21 08:21:00,481.0 -8134,buy_compound_top3,buy,2026-03-21 08:24:00,481.0 -8135,buy_compound_top3,buy,2026-03-21 09:42:00,479.0 -8136,buy_compound_top3,buy,2026-03-21 09:45:00,479.0 -8137,buy_compound_top3,buy,2026-03-21 09:48:00,479.0 -8138,buy_compound_top3,buy,2026-03-21 11:12:00,478.0 -8139,buy_compound_top3,buy,2026-03-21 11:21:00,478.0 -8140,buy_compound_top3,buy,2026-03-21 11:24:00,477.0 -8141,buy_compound_top3,buy,2026-03-21 22:42:00,469.0 -8142,buy_compound_top3,buy,2026-03-21 22:45:00,470.0 -8143,buy_compound_top3,buy,2026-03-21 22:48:00,470.0 -8144,buy_compound_top3,buy,2026-03-22 10:42:00,474.0 -8145,buy_compound_top3,buy,2026-03-22 14:30:00,476.0 -8146,buy_compound_top3,buy,2026-03-22 14:33:00,477.0 -8147,buy_compound_top3,buy,2026-03-22 14:42:00,476.0 -8148,buy_compound_top3,buy,2026-03-22 14:45:00,476.0 -8149,buy_compound_top3,buy,2026-03-22 14:48:00,475.0 -8150,buy_compound_top3,buy,2026-03-22 14:51:00,475.0 -8151,buy_compound_top3,buy,2026-03-22 14:54:00,476.0 -8152,buy_compound_top3,buy,2026-03-22 17:00:00,474.0 -8153,buy_compound_top3,buy,2026-03-22 17:03:00,474.0 -8154,buy_compound_top3,buy,2026-03-22 17:12:00,474.0 -8155,buy_compound_top3,buy,2026-03-22 17:15:00,474.0 -8156,buy_compound_top3,buy,2026-03-22 17:18:00,473.0 -8157,buy_compound_top3,buy,2026-03-22 19:12:00,473.0 -8158,buy_compound_top3,buy,2026-03-22 19:21:00,472.0 -8159,buy_compound_top3,buy,2026-03-22 19:24:00,473.0 -8160,buy_compound_top3,buy,2026-03-22 19:51:00,470.0 -8161,buy_compound_top3,buy,2026-03-22 19:54:00,471.0 -8162,buy_compound_top3,buy,2026-03-22 19:57:00,470.0 -8163,buy_compound_top3,buy,2026-03-22 20:00:00,470.0 -8164,buy_compound_top3,buy,2026-03-22 20:03:00,470.0 -8165,buy_compound_top3,buy,2026-03-22 21:51:00,471.0 -8166,buy_compound_top3,buy,2026-03-22 21:54:00,471.0 -8167,buy_compound_top3,buy,2026-03-22 22:42:00,469.0 -8168,buy_compound_top3,buy,2026-03-22 23:57:00,469.0 -8169,buy_compound_top3,buy,2026-03-23 02:21:00,470.0 -8170,buy_compound_top3,buy,2026-03-23 02:24:00,469.0 -8171,buy_compound_top3,buy,2026-03-23 02:27:00,469.0 -8172,buy_compound_top3,buy,2026-03-23 02:30:00,469.0 -8173,buy_compound_top3,buy,2026-03-23 02:33:00,469.0 -8174,buy_compound_top3,buy,2026-03-23 02:36:00,469.0 -8175,buy_compound_top3,buy,2026-03-23 02:39:00,468.0 -8176,buy_compound_top3,buy,2026-03-23 02:42:00,468.0 -8177,buy_compound_top3,buy,2026-03-23 02:45:00,468.0 -8178,buy_compound_top3,buy,2026-03-23 02:48:00,468.0 -8179,buy_compound_top3,buy,2026-03-23 02:51:00,468.0 -8180,buy_compound_top3,buy,2026-03-23 02:54:00,468.0 -8181,buy_compound_top3,buy,2026-03-23 03:12:00,467.0 -8182,buy_compound_top3,buy,2026-03-23 03:36:00,464.0 -8183,buy_compound_top3,buy,2026-03-23 03:39:00,465.0 -8184,buy_compound_top3,buy,2026-03-23 04:06:00,464.0 -8185,buy_compound_top3,buy,2026-03-23 04:09:00,464.0 -8186,buy_compound_top3,buy,2026-03-23 04:12:00,463.0 -8187,buy_compound_top3,buy,2026-03-23 04:15:00,463.0 -8188,buy_compound_top3,buy,2026-03-23 04:18:00,463.0 -8189,buy_compound_top3,buy,2026-03-23 04:27:00,461.0 -8190,buy_compound_top3,buy,2026-03-23 04:30:00,460.0 -8191,buy_compound_top3,buy,2026-03-23 04:33:00,461.0 -8192,buy_compound_top3,buy,2026-03-23 05:42:00,459.0 -8193,buy_compound_top3,buy,2026-03-23 05:45:00,460.0 -8194,buy_compound_top3,buy,2026-03-23 05:48:00,459.0 -8195,buy_compound_top3,buy,2026-03-23 06:00:00,458.0 -8196,buy_compound_top3,buy,2026-03-23 06:03:00,459.0 -8197,buy_compound_top3,buy,2026-03-23 14:51:00,466.0 -8198,buy_compound_top3,buy,2026-03-23 14:54:00,467.0 -8199,buy_compound_top3,buy,2026-03-23 15:06:00,466.0 -8200,buy_compound_top3,buy,2026-03-23 15:09:00,465.0 -8201,buy_compound_top3,buy,2026-03-23 15:12:00,466.0 -8202,buy_compound_top3,buy,2026-03-23 17:57:00,461.0 -8203,buy_compound_top3,buy,2026-03-23 18:12:00,461.0 -8204,buy_compound_top3,buy,2026-03-23 18:21:00,461.0 -8205,buy_compound_top3,buy,2026-03-23 18:24:00,461.0 -8206,buy_compound_top3,buy,2026-03-23 18:27:00,459.0 -8207,buy_compound_top3,buy,2026-03-23 18:30:00,460.0 -8208,buy_compound_top3,buy,2026-03-23 18:33:00,459.0 -8209,buy_compound_top3,buy,2026-03-23 18:36:00,457.0 -8210,buy_compound_top3,buy,2026-03-23 18:39:00,459.0 -8211,buy_compound_top3,buy,2026-03-24 07:12:00,483.0 -8212,buy_compound_top3,buy,2026-03-24 07:42:00,481.0 -8213,buy_compound_top3,buy,2026-03-24 07:45:00,480.0 -8214,buy_compound_top3,buy,2026-03-24 07:48:00,481.0 -8215,buy_compound_top3,buy,2026-03-24 07:51:00,480.0 -8216,buy_compound_top3,buy,2026-03-24 07:54:00,480.0 -8217,buy_compound_top3,buy,2026-03-24 07:57:00,479.0 -8218,buy_compound_top3,buy,2026-03-24 08:00:00,479.0 -8219,buy_compound_top3,buy,2026-03-24 08:03:00,478.0 -8220,buy_compound_top3,buy,2026-03-24 08:06:00,479.0 -8221,buy_compound_top3,buy,2026-03-24 08:09:00,477.0 -8222,buy_compound_top3,buy,2026-03-24 08:12:00,477.0 -8223,buy_compound_top3,buy,2026-03-24 08:15:00,477.0 -8224,buy_compound_top3,buy,2026-03-24 08:18:00,477.0 -8225,buy_compound_top3,buy,2026-03-24 09:36:00,478.0 -8226,buy_compound_top3,buy,2026-03-24 09:39:00,478.0 -8227,buy_compound_top3,buy,2026-03-24 10:15:00,477.0 -8228,buy_compound_top3,buy,2026-03-24 10:18:00,477.0 -8229,buy_compound_top3,buy,2026-03-24 10:42:00,477.0 -8230,buy_compound_top3,buy,2026-03-24 17:21:00,480.0 -8231,buy_compound_top3,buy,2026-03-24 17:24:00,481.0 -8232,buy_compound_top3,buy,2026-03-24 17:27:00,480.0 -8233,buy_compound_top3,buy,2026-03-24 17:30:00,479.0 -8234,buy_compound_top3,buy,2026-03-24 17:33:00,480.0 -8235,buy_compound_top3,buy,2026-03-24 18:30:00,478.0 -8236,buy_compound_top3,buy,2026-03-24 18:33:00,478.0 -8237,buy_compound_top3,buy,2026-03-24 18:51:00,478.0 -8238,buy_compound_top3,buy,2026-03-24 18:54:00,478.0 -8239,buy_compound_top3,buy,2026-03-24 18:57:00,477.0 -8240,buy_compound_top3,buy,2026-03-24 19:12:00,477.0 -8241,buy_compound_top3,buy,2026-03-24 19:27:00,477.0 -8242,buy_compound_top3,buy,2026-03-24 19:30:00,476.0 -8243,buy_compound_top3,buy,2026-03-24 19:33:00,475.0 -8244,buy_compound_top3,buy,2026-03-24 20:21:00,476.0 -8245,buy_compound_top3,buy,2026-03-24 20:24:00,476.0 -8246,buy_compound_top3,buy,2026-03-24 20:36:00,474.0 -8247,buy_compound_top3,buy,2026-03-24 20:39:00,474.0 -8248,buy_compound_top3,buy,2026-03-24 20:42:00,475.0 -8249,buy_compound_top3,buy,2026-03-24 20:45:00,475.0 -8250,buy_compound_top3,buy,2026-03-24 20:48:00,475.0 -8251,buy_compound_top3,buy,2026-03-24 20:57:00,474.0 -8252,buy_compound_top3,buy,2026-03-24 21:12:00,473.0 -8253,buy_compound_top3,buy,2026-03-24 21:30:00,473.0 -8254,buy_compound_top3,buy,2026-03-24 21:33:00,473.0 -8255,buy_compound_top3,buy,2026-03-24 23:21:00,473.0 -8256,buy_compound_top3,buy,2026-03-24 23:24:00,473.0 -8257,buy_compound_top3,buy,2026-03-24 23:27:00,473.0 -8258,buy_compound_top3,buy,2026-03-24 23:36:00,473.0 -8259,buy_compound_top3,buy,2026-03-24 23:39:00,472.0 -8260,buy_compound_top3,buy,2026-03-24 23:42:00,472.0 -8261,buy_compound_top3,buy,2026-03-25 02:51:00,470.0 -8262,buy_compound_top3,buy,2026-03-25 02:54:00,470.0 -8263,buy_compound_top3,buy,2026-03-25 12:21:00,479.0 -8264,buy_compound_top3,buy,2026-03-25 12:24:00,479.0 -8265,buy_compound_top3,buy,2026-03-25 13:30:00,478.0 -8266,buy_compound_top3,buy,2026-03-25 13:33:00,478.0 -8267,buy_compound_top3,buy,2026-03-25 13:42:00,477.0 -8268,buy_compound_top3,buy,2026-03-25 13:45:00,477.0 -8269,buy_compound_top3,buy,2026-03-25 13:48:00,477.0 -8270,buy_compound_top3,buy,2026-03-25 14:12:00,476.0 -8271,buy_compound_top3,buy,2026-03-25 15:00:00,475.0 -8272,buy_compound_top3,buy,2026-03-25 15:03:00,476.0 -8273,buy_compound_top3,buy,2026-03-25 23:06:00,478.0 -8274,buy_compound_top3,buy,2026-03-25 23:09:00,478.0 -8275,buy_compound_top3,buy,2026-03-25 23:12:00,477.0 -8276,buy_compound_top3,buy,2026-03-26 00:30:00,477.0 -8277,buy_compound_top3,buy,2026-03-26 00:33:00,476.0 -8278,buy_compound_top3,buy,2026-03-26 00:36:00,474.0 -8279,buy_compound_top3,buy,2026-03-26 00:39:00,474.0 -8280,buy_compound_top3,buy,2026-03-26 00:42:00,474.0 -8281,buy_compound_top3,buy,2026-03-26 10:27:00,479.0 -8282,buy_compound_top3,buy,2026-03-26 10:42:00,481.0 -8283,buy_compound_top3,buy,2026-03-26 10:51:00,478.0 -8284,buy_compound_top3,buy,2026-03-26 10:54:00,478.0 -8285,buy_compound_top3,buy,2026-03-26 11:12:00,477.0 -8286,buy_compound_top3,buy,2026-03-26 11:27:00,477.0 -8287,buy_compound_top3,buy,2026-03-26 11:30:00,476.0 -8288,buy_compound_top3,buy,2026-03-26 11:33:00,475.0 -8289,buy_compound_top3,buy,2026-03-26 11:36:00,476.0 -8290,buy_compound_top3,buy,2026-03-26 11:39:00,476.0 -8291,buy_compound_top3,buy,2026-03-26 11:42:00,476.0 -8292,buy_compound_top3,buy,2026-03-26 12:21:00,473.0 -8293,buy_compound_top3,buy,2026-03-26 12:24:00,473.0 -8294,buy_compound_top3,buy,2026-03-26 12:27:00,472.0 -8295,buy_compound_top3,buy,2026-03-26 12:36:00,472.0 -8296,buy_compound_top3,buy,2026-03-26 12:39:00,474.0 -8297,buy_compound_top3,buy,2026-03-26 13:12:00,472.0 -8298,buy_compound_top3,buy,2026-03-26 13:36:00,468.0 -8299,buy_compound_top3,buy,2026-03-26 13:39:00,467.0 -8300,buy_compound_top3,buy,2026-03-26 14:12:00,466.0 -8301,buy_compound_top3,buy,2026-03-26 14:15:00,464.0 -8302,buy_compound_top3,buy,2026-03-26 14:18:00,465.0 -8303,buy_compound_top3,buy,2026-03-26 14:42:00,467.0 -8304,buy_compound_top3,buy,2026-03-26 14:45:00,464.0 -8305,buy_compound_top3,buy,2026-03-26 14:48:00,465.0 -8306,buy_compound_top3,buy,2026-03-26 14:51:00,465.0 -8307,buy_compound_top3,buy,2026-03-26 14:54:00,464.0 -8308,buy_compound_top3,buy,2026-03-26 15:00:00,463.0 -8309,buy_compound_top3,buy,2026-03-26 15:03:00,463.0 -8310,buy_compound_top3,buy,2026-03-26 15:12:00,462.0 -8311,buy_compound_top3,buy,2026-03-26 15:15:00,462.0 -8312,buy_compound_top3,buy,2026-03-26 15:18:00,462.0 -8313,buy_compound_top3,buy,2026-03-26 15:27:00,461.0 -8314,buy_compound_top3,buy,2026-03-26 16:21:00,460.0 -8315,buy_compound_top3,buy,2026-03-26 16:24:00,461.0 -8316,buy_compound_top3,buy,2026-03-26 17:15:00,459.0 -8317,buy_compound_top3,buy,2026-03-26 17:18:00,460.0 -8318,buy_compound_top3,buy,2026-03-26 17:27:00,459.0 -8319,buy_compound_top3,buy,2026-03-26 19:00:00,458.0 -8320,buy_compound_top3,buy,2026-03-26 19:03:00,458.0 -8321,buy_compound_top3,buy,2026-03-26 19:15:00,457.0 -8322,buy_compound_top3,buy,2026-03-26 19:18:00,457.0 -8323,buy_compound_top3,buy,2026-03-26 19:21:00,458.0 -8324,buy_compound_top3,buy,2026-03-26 19:24:00,457.0 -8325,buy_compound_top3,buy,2026-03-27 00:21:00,450.0 -8326,buy_compound_top3,buy,2026-03-27 00:24:00,449.0 -8327,buy_compound_top3,buy,2026-03-27 00:27:00,448.0 -8328,buy_compound_top3,buy,2026-03-27 00:36:00,446.0 -8329,buy_compound_top3,buy,2026-03-27 00:39:00,444.0 -8330,buy_compound_top3,buy,2026-03-27 00:42:00,444.0 -8331,buy_compound_top3,buy,2026-03-27 00:45:00,446.0 -8332,buy_compound_top3,buy,2026-03-27 00:48:00,443.0 -8333,buy_compound_top3,buy,2026-03-27 00:51:00,443.0 -8334,buy_compound_top3,buy,2026-03-27 00:54:00,443.0 -8335,buy_compound_top3,buy,2026-03-27 00:57:00,444.0 -8336,buy_compound_top3,buy,2026-03-27 07:30:00,439.0 -8337,buy_compound_top3,buy,2026-03-27 07:33:00,440.0 -8338,buy_compound_top3,buy,2026-03-27 07:36:00,439.0 -8339,buy_compound_top3,buy,2026-03-27 07:39:00,439.0 -8340,buy_compound_top3,buy,2026-03-27 12:15:00,439.0 -8341,buy_compound_top3,buy,2026-03-27 12:18:00,440.0 -8342,buy_compound_top3,buy,2026-03-27 13:21:00,434.0 -8343,buy_compound_top3,buy,2026-03-27 13:24:00,434.0 -8344,buy_compound_top3,buy,2026-03-27 13:27:00,434.0 -8345,buy_compound_top3,buy,2026-03-27 13:45:00,433.0 -8346,buy_compound_top3,buy,2026-03-27 13:48:00,432.0 -8347,buy_compound_top3,buy,2026-03-27 13:51:00,432.0 -8348,buy_compound_top3,buy,2026-03-27 13:54:00,431.0 -8349,buy_compound_top3,buy,2026-03-27 13:57:00,431.0 -8350,buy_compound_top3,buy,2026-03-27 15:36:00,425.0 -8351,buy_compound_top3,buy,2026-03-27 15:39:00,427.0 -8352,buy_compound_top3,buy,2026-03-27 16:00:00,425.0 -8353,buy_compound_top3,buy,2026-03-27 16:03:00,424.0 -8354,buy_compound_top3,buy,2026-03-27 18:21:00,422.0 -8355,buy_compound_top3,buy,2026-03-27 18:24:00,421.0 -8356,buy_compound_top3,buy,2026-03-27 20:12:00,417.0 -8357,buy_compound_top3,buy,2026-03-27 21:12:00,415.0 -8358,buy_compound_top3,buy,2026-03-28 00:21:00,412.0 -8359,buy_compound_top3,buy,2026-03-28 00:24:00,414.0 -8360,buy_compound_top3,buy,2026-03-28 00:27:00,413.0 -8361,buy_compound_top3,buy,2026-03-28 00:42:00,411.0 -8362,buy_compound_top3,buy,2026-03-28 00:45:00,411.0 -8363,buy_compound_top3,buy,2026-03-28 00:48:00,412.0 -8364,buy_compound_top3,buy,2026-03-28 01:12:00,407.0 -8365,buy_compound_top3,buy,2026-03-28 01:15:00,406.0 -8366,buy_compound_top3,buy,2026-03-28 01:18:00,406.0 -8367,buy_compound_top3,buy,2026-03-28 01:21:00,406.0 -8368,buy_compound_top3,buy,2026-03-28 01:24:00,404.0 -8369,buy_compound_top3,buy,2026-03-28 01:27:00,403.0 -8370,buy_compound_top3,buy,2026-03-28 01:30:00,404.0 -8371,buy_compound_top3,buy,2026-03-28 01:33:00,404.0 -8372,buy_compound_top3,buy,2026-03-28 01:36:00,403.0 -8373,buy_compound_top3,buy,2026-03-28 01:39:00,402.0 -8374,buy_compound_top3,buy,2026-03-28 01:42:00,402.0 -8375,buy_compound_top3,buy,2026-03-28 02:51:00,402.0 -8376,buy_compound_top3,buy,2026-03-28 02:54:00,402.0 -8377,buy_compound_top3,buy,2026-03-28 03:57:00,400.0 -8378,buy_compound_top3,buy,2026-03-28 04:06:00,398.0 -8379,buy_compound_top3,buy,2026-03-28 04:09:00,398.0 -8380,buy_compound_top3,buy,2026-03-28 04:12:00,397.0 -8381,buy_compound_top3,buy,2026-03-28 04:27:00,398.0 -8382,buy_compound_top3,buy,2026-03-28 04:42:00,397.0 -8383,buy_compound_top3,buy,2026-03-28 04:51:00,397.0 -8384,buy_compound_top3,buy,2026-03-28 04:54:00,397.0 -8385,buy_compound_top3,buy,2026-03-28 05:42:00,396.0 -8386,buy_compound_top3,buy,2026-03-28 06:30:00,393.0 -8387,buy_compound_top3,buy,2026-03-28 06:33:00,393.0 -8388,buy_compound_top3,buy,2026-03-28 06:36:00,393.0 -8389,buy_compound_top3,buy,2026-03-28 06:39:00,392.0 -8390,buy_compound_top3,buy,2026-03-28 06:42:00,392.0 -8391,buy_compound_top3,buy,2026-03-28 06:45:00,392.0 -8392,buy_compound_top3,buy,2026-03-28 06:48:00,390.0 -8393,buy_compound_top3,buy,2026-03-28 07:00:00,389.0 -8394,buy_compound_top3,buy,2026-03-28 07:03:00,389.0 -8395,buy_compound_top3,buy,2026-03-28 08:15:00,382.0 -8396,buy_compound_top3,buy,2026-03-28 08:18:00,381.0 -8397,buy_compound_top3,buy,2026-03-28 08:21:00,382.0 -8398,buy_compound_top3,buy,2026-03-28 08:24:00,382.0 -8399,buy_compound_top3,buy,2026-03-28 08:57:00,382.0 -8400,buy_compound_top3,buy,2026-03-28 09:00:00,380.0 -8401,buy_compound_top3,buy,2026-03-28 09:03:00,381.0 -8402,buy_compound_top3,buy,2026-03-28 10:12:00,377.0 -8403,buy_compound_top3,buy,2026-03-28 10:21:00,377.0 -8404,buy_compound_top3,buy,2026-03-28 10:24:00,377.0 -8405,buy_compound_top3,buy,2026-03-28 10:42:00,373.0 -8406,buy_compound_top3,buy,2026-03-29 01:51:00,409.0 -8407,buy_compound_top3,buy,2026-03-29 01:54:00,408.0 -8408,buy_compound_top3,buy,2026-03-29 07:12:00,411.0 -8409,buy_compound_top3,buy,2026-03-29 08:27:00,409.0 -8410,buy_compound_top3,buy,2026-03-29 09:06:00,407.0 -8411,buy_compound_top3,buy,2026-03-29 09:09:00,406.0 -8412,buy_compound_top3,buy,2026-03-29 19:27:00,415.0 -8413,buy_compound_top3,buy,2026-03-29 19:36:00,413.0 -8414,buy_compound_top3,buy,2026-03-29 19:39:00,414.0 -8415,buy_compound_top3,buy,2026-03-29 19:42:00,414.0 -8416,buy_compound_top3,buy,2026-03-29 19:45:00,413.0 -8417,buy_compound_top3,buy,2026-03-29 19:48:00,413.0 -8418,buy_compound_top3,buy,2026-03-29 19:51:00,412.0 -8419,buy_compound_top3,buy,2026-03-29 19:54:00,412.0 -8420,buy_compound_top3,buy,2026-03-29 19:57:00,412.0 -8421,buy_compound_top3,buy,2026-03-29 21:42:00,412.0 -8422,buy_compound_top3,buy,2026-03-30 14:57:00,426.0 -8423,buy_compound_top3,buy,2026-03-30 15:00:00,426.0 -8424,buy_compound_top3,buy,2026-03-30 15:03:00,428.0 -8425,buy_compound_top3,buy,2026-03-30 15:06:00,426.0 -8426,buy_compound_top3,buy,2026-03-30 15:09:00,425.0 -8427,buy_compound_top3,buy,2026-03-31 02:42:00,417.0 -8428,buy_compound_top3,buy,2026-03-31 02:45:00,418.0 -8429,buy_compound_top3,buy,2026-03-31 02:51:00,417.0 -8430,buy_compound_top3,buy,2026-03-31 02:54:00,416.0 -8431,buy_compound_top3,buy,2026-03-31 03:27:00,413.0 -8432,buy_compound_top3,buy,2026-03-31 03:30:00,414.0 -8433,buy_compound_top3,buy,2026-03-31 03:33:00,414.0 -8434,buy_compound_top3,buy,2026-03-31 03:36:00,415.0 -8435,buy_compound_top3,buy,2026-03-31 03:39:00,415.0 -8436,buy_compound_top3,buy,2026-03-31 03:45:00,413.0 -8437,buy_compound_top3,buy,2026-03-31 03:48:00,414.0 -8438,buy_compound_top3,buy,2026-03-31 03:51:00,413.0 -8439,buy_compound_top3,buy,2026-03-31 03:54:00,414.0 -8440,buy_compound_top3,buy,2026-03-31 03:57:00,413.0 -8441,buy_compound_top3,buy,2026-03-31 04:06:00,412.0 -8442,buy_compound_top3,buy,2026-03-31 04:09:00,412.0 -8443,buy_compound_top3,buy,2026-03-31 04:12:00,411.0 -8444,buy_compound_top3,buy,2026-03-31 08:15:00,413.0 -8445,buy_compound_top3,buy,2026-03-31 08:18:00,413.0 -8446,buy_compound_top3,buy,2026-03-31 18:00:00,419.0 -8447,buy_compound_top3,buy,2026-03-31 18:03:00,419.0 -8448,buy_compound_top3,buy,2026-03-31 18:12:00,420.0 -8449,buy_compound_top3,buy,2026-03-31 18:21:00,419.0 -8450,buy_compound_top3,buy,2026-03-31 18:24:00,417.0 -8451,buy_compound_top3,buy,2026-03-31 18:27:00,417.0 -8452,buy_compound_top3,buy,2026-03-31 18:36:00,416.0 -8453,buy_compound_top3,buy,2026-03-31 18:39:00,417.0 -8454,buy_compound_top3,buy,2026-03-31 18:42:00,417.0 -8455,buy_compound_top3,buy,2026-03-31 20:00:00,416.0 -8456,buy_compound_top3,buy,2026-03-31 20:03:00,415.0 -8457,buy_compound_top3,buy,2026-03-31 20:30:00,415.0 -8458,buy_compound_top3,buy,2026-03-31 20:33:00,415.0 -8459,buy_compound_top3,buy,2026-04-01 00:06:00,414.0 -8460,buy_compound_top3,buy,2026-04-01 00:09:00,414.0 -8461,buy_compound_top3,buy,2026-04-01 03:21:00,415.0 -8462,buy_compound_top3,buy,2026-04-01 03:24:00,414.0 -8463,buy_compound_top3,buy,2026-04-01 07:42:00,415.0 -8464,buy_compound_top3,buy,2026-04-01 17:15:00,420.0 -8465,buy_compound_top3,buy,2026-04-01 17:18:00,420.0 -8466,buy_compound_top3,buy,2026-04-01 18:12:00,420.0 -8467,buy_compound_top3,buy,2026-04-01 18:21:00,419.0 -8468,buy_compound_top3,buy,2026-04-01 18:24:00,419.0 -8469,buy_compound_top3,buy,2026-04-01 18:27:00,420.0 -8470,buy_compound_top3,buy,2026-04-01 22:51:00,422.0 -8471,buy_compound_top3,buy,2026-04-01 22:54:00,422.0 -8472,buy_compound_top3,buy,2026-04-01 22:57:00,422.0 -8473,buy_compound_top3,buy,2026-04-01 23:00:00,421.0 -8474,buy_compound_top3,buy,2026-04-01 23:03:00,421.0 -8475,buy_compound_top3,buy,2026-04-02 02:30:00,422.0 -8476,buy_compound_top3,buy,2026-04-02 02:36:00,421.0 -8477,buy_compound_top3,buy,2026-04-02 02:39:00,422.0 -8478,buy_compound_top3,buy,2026-04-02 02:42:00,421.0 -8479,buy_compound_top3,buy,2026-04-02 02:51:00,421.0 -8480,buy_compound_top3,buy,2026-04-02 02:54:00,420.0 -8481,buy_compound_top3,buy,2026-04-02 02:57:00,419.0 -8482,buy_compound_top3,buy,2026-04-02 03:00:00,420.0 -8483,buy_compound_top3,buy,2026-04-02 03:03:00,419.0 -8484,buy_compound_top3,buy,2026-04-02 03:06:00,418.0 -8485,buy_compound_top3,buy,2026-04-02 03:09:00,419.0 -8486,buy_compound_top3,buy,2026-04-02 07:27:00,420.0 -8487,buy_compound_top3,buy,2026-04-02 07:30:00,419.0 -8488,buy_compound_top3,buy,2026-04-02 07:33:00,419.0 -8489,buy_compound_top3,buy,2026-04-02 17:45:00,408.0 -8490,buy_compound_top3,buy,2026-04-02 17:48:00,409.0 -8491,buy_compound_top3,buy,2026-04-02 18:06:00,408.0 -8492,buy_compound_top3,buy,2026-04-02 18:09:00,408.0 -8493,buy_compound_top3,buy,2026-04-02 18:12:00,407.0 -8494,buy_compound_top3,buy,2026-04-02 18:15:00,407.0 -8495,buy_compound_top3,buy,2026-04-02 18:18:00,407.0 -8496,buy_compound_top3,buy,2026-04-02 18:21:00,406.0 -8497,buy_compound_top3,buy,2026-04-02 18:24:00,407.0 -8498,buy_compound_top3,buy,2026-04-02 20:42:00,408.0 -8499,buy_compound_top3,buy,2026-04-02 21:00:00,407.0 -8500,buy_compound_top3,buy,2026-04-02 21:03:00,407.0 -8501,buy_compound_top3,buy,2026-04-02 21:06:00,408.0 -8502,buy_compound_top3,buy,2026-04-02 21:09:00,407.0 -8503,buy_compound_top3,buy,2026-04-02 21:12:00,406.0 -8504,buy_compound_top3,buy,2026-04-02 22:57:00,401.0 -8505,buy_compound_top3,buy,2026-04-03 02:51:00,403.0 -8506,buy_compound_top3,buy,2026-04-03 02:54:00,403.0 -8507,buy_compound_top3,buy,2026-04-03 02:57:00,403.0 -8508,buy_compound_top3,buy,2026-04-03 03:09:00,403.0 -8509,buy_compound_top3,buy,2026-04-03 06:51:00,403.0 -8510,buy_compound_top3,buy,2026-04-03 06:54:00,404.0 -8511,buy_compound_top3,buy,2026-04-03 10:00:00,403.0 -8512,buy_compound_top3,buy,2026-04-03 10:03:00,402.0 -8513,buy_compound_top3,buy,2026-04-03 10:15:00,402.0 -8514,buy_compound_top3,buy,2026-04-03 10:18:00,402.0 -8515,buy_compound_top3,buy,2026-04-03 22:12:00,411.0 -8516,buy_compound_top3,buy,2026-04-04 00:42:00,411.0 -8517,buy_compound_top3,buy,2026-04-04 00:57:00,409.0 -8518,buy_compound_top3,buy,2026-04-04 03:12:00,409.0 -8519,buy_compound_top3,buy,2026-04-04 03:30:00,409.0 -8520,buy_compound_top3,buy,2026-04-04 03:33:00,409.0 -8521,buy_compound_top3,buy,2026-04-04 03:57:00,407.0 -8522,buy_compound_top3,buy,2026-04-04 04:00:00,408.0 -8523,buy_compound_top3,buy,2026-04-04 04:03:00,408.0 -8524,buy_compound_top3,buy,2026-04-04 04:15:00,406.0 -8525,buy_compound_top3,buy,2026-04-04 04:18:00,405.0 -8526,buy_compound_top3,buy,2026-04-04 04:30:00,405.0 -8527,buy_compound_top3,buy,2026-04-04 04:33:00,406.0 -8528,buy_compound_top3,buy,2026-04-04 06:51:00,405.0 -8529,buy_compound_top3,buy,2026-04-04 06:54:00,405.0 -8530,buy_compound_top3,buy,2026-04-04 07:51:00,403.0 -8531,buy_compound_top3,buy,2026-04-04 07:54:00,403.0 -8532,buy_compound_top3,buy,2026-04-04 08:00:00,403.0 -8533,buy_compound_top3,buy,2026-04-04 08:03:00,404.0 -8534,buy_compound_top3,buy,2026-04-04 08:15:00,403.0 -8535,buy_compound_top3,buy,2026-04-04 08:18:00,403.0 -8536,buy_compound_top3,buy,2026-04-04 08:27:00,402.0 -8537,buy_compound_top3,buy,2026-04-04 11:57:00,401.0 -8538,buy_compound_top3,buy,2026-04-04 14:15:00,402.0 -8539,buy_compound_top3,buy,2026-04-04 14:18:00,402.0 -8540,buy_compound_top3,buy,2026-04-04 14:51:00,401.0 -8541,buy_compound_top3,buy,2026-04-04 14:54:00,402.0 -8542,buy_compound_top3,buy,2026-04-04 18:12:00,397.0 -8543,buy_compound_top3,buy,2026-04-04 18:15:00,396.0 -8544,buy_compound_top3,buy,2026-04-04 18:18:00,395.0 -8545,buy_compound_top3,buy,2026-04-04 23:15:00,397.0 -8546,buy_compound_top3,buy,2026-04-04 23:18:00,398.0 -8547,buy_compound_top3,buy,2026-04-05 08:30:00,392.0 -8548,buy_compound_top3,buy,2026-04-05 08:33:00,391.0 -8549,buy_compound_top3,buy,2026-04-05 11:21:00,389.0 -8550,buy_compound_top3,buy,2026-04-05 11:24:00,389.0 -8551,buy_compound_top3,buy,2026-04-05 13:21:00,388.0 -8552,buy_compound_top3,buy,2026-04-05 13:24:00,387.0 -8553,buy_compound_top3,buy,2026-04-05 13:27:00,388.0 -8554,buy_compound_top3,buy,2026-04-05 15:21:00,383.0 -8555,buy_compound_top3,buy,2026-04-05 15:24:00,383.0 -8556,buy_compound_top3,buy,2026-04-05 16:27:00,382.0 -8557,buy_compound_top3,buy,2026-04-05 16:45:00,379.0 -8558,buy_compound_top3,buy,2026-04-05 16:48:00,380.0 -8559,buy_compound_top3,buy,2026-04-05 16:51:00,379.0 -8560,buy_compound_top3,buy,2026-04-05 16:54:00,379.0 -8561,buy_compound_top3,buy,2026-04-05 19:57:00,376.0 -8562,buy_compound_top3,buy,2026-04-05 20:06:00,376.0 -8563,buy_compound_top3,buy,2026-04-05 20:09:00,376.0 -8564,buy_compound_top3,buy,2026-04-05 21:42:00,375.0 -8565,buy_compound_top3,buy,2026-04-05 21:51:00,375.0 -8566,buy_compound_top3,buy,2026-04-05 21:54:00,376.0 -8567,buy_compound_top3,buy,2026-04-06 00:12:00,376.0 -8568,buy_compound_top3,buy,2026-04-06 00:15:00,375.0 -8569,buy_compound_top3,buy,2026-04-06 00:18:00,376.0 -8570,buy_compound_top3,buy,2026-04-06 04:00:00,376.0 -8571,buy_compound_top3,buy,2026-04-06 04:03:00,376.0 -8572,buy_compound_top3,buy,2026-04-06 04:15:00,375.0 -8573,buy_compound_top3,buy,2026-04-06 04:18:00,375.0 -8574,buy_compound_top3,buy,2026-04-06 04:27:00,375.0 -8575,buy_compound_top3,buy,2026-04-06 04:30:00,374.0 -8576,buy_compound_top3,buy,2026-04-06 04:33:00,373.0 -8577,buy_compound_top3,buy,2026-04-06 04:51:00,370.0 -8578,buy_compound_top3,buy,2026-04-06 04:54:00,371.0 -8579,buy_compound_top3,buy,2026-04-06 05:30:00,369.0 -8580,buy_compound_top3,buy,2026-04-06 05:33:00,369.0 -8581,buy_compound_top3,buy,2026-04-06 06:06:00,369.0 -8582,buy_compound_top3,buy,2026-04-06 06:09:00,369.0 -8583,buy_compound_top3,buy,2026-04-06 06:21:00,366.0 -8584,buy_compound_top3,buy,2026-04-06 06:24:00,367.0 -8585,buy_compound_top3,buy,2026-04-06 06:27:00,364.0 -8586,buy_compound_top3,buy,2026-04-06 14:30:00,376.0 -8587,buy_compound_top3,buy,2026-04-06 14:33:00,376.0 -8588,buy_compound_top3,buy,2026-04-06 14:36:00,376.0 -8589,buy_compound_top3,buy,2026-04-06 14:39:00,375.0 -8590,buy_compound_top3,buy,2026-04-06 14:45:00,376.0 -8591,buy_compound_top3,buy,2026-04-06 14:48:00,375.0 -8592,buy_compound_top3,buy,2026-04-06 14:57:00,375.0 -8593,buy_compound_top3,buy,2026-04-06 15:00:00,374.0 -8594,buy_compound_top3,buy,2026-04-06 15:03:00,372.0 -8595,buy_compound_top3,buy,2026-04-06 15:12:00,373.0 -8596,buy_compound_top3,buy,2026-04-06 15:15:00,372.0 -8597,buy_compound_top3,buy,2026-04-06 15:18:00,372.0 -8598,buy_compound_top3,buy,2026-04-06 15:21:00,371.0 -8599,buy_compound_top3,buy,2026-04-06 15:24:00,371.0 -8600,buy_compound_top3,buy,2026-04-06 15:27:00,371.0 -8601,buy_compound_top3,buy,2026-04-06 15:30:00,371.0 -8602,buy_compound_top3,buy,2026-04-06 15:33:00,370.0 -8603,buy_compound_top3,buy,2026-04-06 23:51:00,379.0 -8604,buy_compound_top3,buy,2026-04-06 23:54:00,380.0 -8605,buy_compound_top3,buy,2026-04-07 02:21:00,376.0 -8606,buy_compound_top3,buy,2026-04-07 02:24:00,378.0 -8607,buy_compound_top3,buy,2026-04-07 04:57:00,378.0 -8608,buy_compound_top3,buy,2026-04-07 06:36:00,376.0 -8609,buy_compound_top3,buy,2026-04-07 06:39:00,375.0 -8610,buy_compound_top3,buy,2026-04-07 06:45:00,375.0 -8611,buy_compound_top3,buy,2026-04-07 06:48:00,374.0 -8612,buy_compound_top3,buy,2026-04-07 06:57:00,374.0 -8613,buy_compound_top3,buy,2026-04-07 07:27:00,372.0 -8614,buy_compound_top3,buy,2026-04-07 07:30:00,372.0 -8615,buy_compound_top3,buy,2026-04-07 07:33:00,372.0 -8616,buy_compound_top3,buy,2026-04-07 08:06:00,367.0 -8617,buy_compound_top3,buy,2026-04-07 08:09:00,366.0 -8618,buy_compound_top3,buy,2026-04-07 08:15:00,367.0 -8619,buy_compound_top3,buy,2026-04-07 08:18:00,366.0 -8620,buy_compound_top3,buy,2026-04-07 08:21:00,365.0 -8621,buy_compound_top3,buy,2026-04-07 08:24:00,366.0 -8622,buy_compound_top3,buy,2026-04-07 11:12:00,365.0 -8623,buy_compound_top3,buy,2026-04-07 15:21:00,366.0 -8624,buy_compound_top3,buy,2026-04-07 15:24:00,365.0 -8625,buy_compound_top3,buy,2026-04-07 21:15:00,368.0 -8626,buy_compound_top3,buy,2026-04-07 21:18:00,369.0 -8627,buy_compound_top3,buy,2026-04-07 21:21:00,368.0 -8628,buy_compound_top3,buy,2026-04-07 21:24:00,368.0 -8629,buy_compound_top3,buy,2026-04-07 21:30:00,368.0 -8630,buy_compound_top3,buy,2026-04-07 21:33:00,367.0 -8631,buy_compound_top3,buy,2026-04-07 21:36:00,366.0 -8632,buy_compound_top3,buy,2026-04-07 21:39:00,367.0 -8633,buy_compound_top3,buy,2026-04-08 00:51:00,366.0 -8634,buy_compound_top3,buy,2026-04-08 00:54:00,367.0 -8635,buy_compound_top3,buy,2026-04-08 09:51:00,397.0 -8636,buy_compound_top3,buy,2026-04-08 09:54:00,394.0 -8637,buy_compound_top3,buy,2026-04-08 10:00:00,394.0 -8638,buy_compound_top3,buy,2026-04-08 10:03:00,394.0 -8639,buy_compound_top3,buy,2026-04-08 10:06:00,394.0 -8640,buy_compound_top3,buy,2026-04-08 10:09:00,394.0 -8641,buy_compound_top3,buy,2026-04-08 10:12:00,392.0 -8642,buy_compound_top3,buy,2026-04-08 10:15:00,392.0 -8643,buy_compound_top3,buy,2026-04-08 10:18:00,392.0 -8644,buy_compound_top3,buy,2026-04-08 10:21:00,392.0 -8645,buy_compound_top3,buy,2026-04-08 10:24:00,392.0 -8646,buy_compound_top3,buy,2026-04-08 11:27:00,390.0 -8647,buy_compound_top3,buy,2026-04-08 11:42:00,389.0 -8648,buy_compound_top3,buy,2026-04-08 11:51:00,388.0 -8649,buy_compound_top3,buy,2026-04-08 11:54:00,388.0 -8650,buy_compound_top3,buy,2026-04-08 11:57:00,389.0 -8651,buy_compound_top3,buy,2026-04-08 12:21:00,387.0 -8652,buy_compound_top3,buy,2026-04-08 12:24:00,387.0 -8653,buy_compound_top3,buy,2026-04-08 17:00:00,389.0 -8654,buy_compound_top3,buy,2026-04-08 17:03:00,389.0 -8655,buy_compound_top3,buy,2026-04-08 17:06:00,389.0 -8656,buy_compound_top3,buy,2026-04-08 17:09:00,389.0 -8657,buy_compound_top3,buy,2026-04-08 17:21:00,389.0 -8658,buy_compound_top3,buy,2026-04-08 17:24:00,390.0 -8659,buy_compound_top3,buy,2026-04-08 20:45:00,388.0 -8660,buy_compound_top3,buy,2026-04-08 20:48:00,387.0 -8661,buy_compound_top3,buy,2026-04-09 03:42:00,388.0 -8662,buy_compound_top3,buy,2026-04-09 03:45:00,388.0 -8663,buy_compound_top3,buy,2026-04-09 03:48:00,387.0 -8664,buy_compound_top3,buy,2026-04-09 04:06:00,384.0 -8665,buy_compound_top3,buy,2026-04-09 04:09:00,385.0 -8666,buy_compound_top3,buy,2026-04-09 04:12:00,385.0 -8667,buy_compound_top3,buy,2026-04-09 07:21:00,384.0 -8668,buy_compound_top3,buy,2026-04-09 07:24:00,384.0 -8669,buy_compound_top3,buy,2026-04-09 07:27:00,385.0 -8670,buy_compound_top3,buy,2026-04-09 08:27:00,383.0 -8671,buy_compound_top3,buy,2026-04-09 09:36:00,380.0 -8672,buy_compound_top3,buy,2026-04-09 09:39:00,379.0 -8673,buy_compound_top3,buy,2026-04-09 09:45:00,379.0 -8674,buy_compound_top3,buy,2026-04-09 09:48:00,380.0 -8675,buy_compound_top3,buy,2026-04-09 09:51:00,380.0 -8676,buy_compound_top3,buy,2026-04-09 09:54:00,379.0 -8677,buy_compound_top3,buy,2026-04-09 10:21:00,378.0 -8678,buy_compound_top3,buy,2026-04-09 10:24:00,377.0 -8679,buy_compound_top3,buy,2026-04-10 08:30:00,399.0 -8680,buy_compound_top3,buy,2026-04-10 08:33:00,398.0 -8681,buy_compound_top3,buy,2026-04-10 08:36:00,398.0 -8682,buy_compound_top3,buy,2026-04-10 08:39:00,397.0 -8683,buy_compound_top3,buy,2026-04-10 17:12:00,399.0 -8684,buy_compound_top3,buy,2026-04-10 17:51:00,398.0 -8685,buy_compound_top3,buy,2026-04-10 17:54:00,398.0 -8686,buy_compound_top3,buy,2026-04-10 19:51:00,398.0 -8687,buy_compound_top3,buy,2026-04-10 19:54:00,398.0 -8688,buy_compound_top3,buy,2026-04-10 19:57:00,398.0 -8689,buy_compound_top3,buy,2026-04-10 23:12:00,399.0 -8690,buy_compound_top3,buy,2026-04-11 08:12:00,414.0 -8691,buy_compound_top3,buy,2026-04-11 09:27:00,412.0 -8692,buy_compound_top3,buy,2026-04-11 15:12:00,418.0 -8693,buy_compound_top3,buy,2026-04-11 15:15:00,417.0 -8694,buy_compound_top3,buy,2026-04-11 15:18:00,418.0 -8695,buy_compound_top3,buy,2026-04-11 19:57:00,418.0 -8696,buy_compound_top3,buy,2026-04-11 20:00:00,418.0 -8697,buy_compound_top3,buy,2026-04-11 20:03:00,420.0 -8698,buy_compound_top3,buy,2026-04-11 21:27:00,417.0 -8699,buy_compound_top3,buy,2026-04-11 21:36:00,418.0 -8700,buy_compound_top3,buy,2026-04-11 21:39:00,418.0 -8701,buy_compound_top3,buy,2026-04-11 21:51:00,417.0 -8702,buy_compound_top3,buy,2026-04-11 21:54:00,417.0 -8703,buy_compound_top3,buy,2026-04-11 21:57:00,417.0 -8704,buy_compound_top3,buy,2026-04-11 22:15:00,413.0 -8705,buy_compound_top3,buy,2026-04-11 22:18:00,412.0 -8706,buy_compound_top3,buy,2026-04-11 22:21:00,412.0 -8707,buy_compound_top3,buy,2026-04-11 22:24:00,411.0 -8708,buy_compound_top3,buy,2026-04-11 22:27:00,411.0 -8709,buy_compound_top3,buy,2026-04-12 11:00:00,423.0 -8710,buy_compound_top3,buy,2026-04-12 11:03:00,425.0 -8711,buy_compound_top3,buy,2026-04-12 11:06:00,423.0 -8712,buy_compound_top3,buy,2026-04-12 11:09:00,424.0 -8713,buy_compound_top3,buy,2026-04-12 14:27:00,425.0 -8714,buy_compound_top3,buy,2026-04-12 22:12:00,431.0 -8715,buy_compound_top3,buy,2026-04-12 22:15:00,430.0 -8716,buy_compound_top3,buy,2026-04-12 22:18:00,430.0 -8717,buy_compound_top3,buy,2026-04-12 22:21:00,430.0 -8718,buy_compound_top3,buy,2026-04-12 22:24:00,430.0 -8719,buy_compound_top3,buy,2026-04-12 22:27:00,431.0 -8720,buy_compound_top3,buy,2026-04-12 22:51:00,426.0 -8721,buy_compound_top3,buy,2026-04-12 22:54:00,427.0 -8722,buy_compound_top3,buy,2026-04-12 22:57:00,425.0 -8723,buy_compound_top3,buy,2026-04-12 23:00:00,425.0 -8724,buy_compound_top3,buy,2026-04-12 23:03:00,424.0 -8725,buy_compound_top3,buy,2026-04-12 23:06:00,424.0 -8726,buy_compound_top3,buy,2026-04-12 23:09:00,425.0 -8727,buy_compound_top3,buy,2026-04-13 06:42:00,433.0 -8728,buy_compound_top3,buy,2026-04-13 06:45:00,432.0 -8729,buy_compound_top3,buy,2026-04-13 06:48:00,432.0 -8730,buy_compound_top3,buy,2026-04-13 06:51:00,433.0 -8731,buy_compound_top3,buy,2026-04-13 06:54:00,433.0 -8732,buy_compound_top3,buy,2026-04-13 07:15:00,430.0 -8733,buy_compound_top3,buy,2026-04-13 07:18:00,429.0 -8734,buy_compound_top3,buy,2026-04-13 07:21:00,428.0 -8735,buy_compound_top3,buy,2026-04-13 07:24:00,428.0 -8736,buy_compound_top3,buy,2026-04-13 07:27:00,428.0 -8737,buy_compound_top3,buy,2026-04-13 07:30:00,427.0 -8738,buy_compound_top3,buy,2026-04-13 07:33:00,428.0 -8739,buy_compound_top3,buy,2026-04-13 13:15:00,435.0 -8740,buy_compound_top3,buy,2026-04-13 13:18:00,436.0 -8741,buy_compound_top3,buy,2026-04-13 14:30:00,434.0 -8742,buy_compound_top3,buy,2026-04-13 14:33:00,434.0 -8743,buy_compound_top3,buy,2026-04-13 14:45:00,434.0 -8744,buy_compound_top3,buy,2026-04-13 14:48:00,434.0 -8745,buy_compound_top3,buy,2026-04-13 17:30:00,434.0 -8746,buy_compound_top3,buy,2026-04-13 17:33:00,433.0 -8747,buy_compound_top3,buy,2026-04-13 17:51:00,432.0 -8748,buy_compound_top3,buy,2026-04-13 17:54:00,431.0 -8749,buy_compound_top3,buy,2026-04-13 17:57:00,431.0 -8750,buy_compound_top3,buy,2026-04-14 00:12:00,446.0 -8751,buy_compound_top3,buy,2026-04-14 00:15:00,444.0 -8752,buy_compound_top3,buy,2026-04-14 00:18:00,446.0 -8753,buy_compound_top3,buy,2026-04-14 00:42:00,440.0 -8754,buy_compound_top3,buy,2026-04-14 03:00:00,438.0 -8755,buy_compound_top3,buy,2026-04-14 03:03:00,438.0 -8756,buy_compound_top3,buy,2026-04-14 03:06:00,438.0 -8757,buy_compound_top3,buy,2026-04-14 03:09:00,439.0 -8758,buy_compound_top3,buy,2026-04-14 03:15:00,438.0 -8759,buy_compound_top3,buy,2026-04-14 03:18:00,438.0 -8760,buy_compound_top3,buy,2026-04-14 19:42:00,468.0 -8761,buy_compound_top3,buy,2026-04-14 19:45:00,468.0 -8762,buy_compound_top3,buy,2026-04-14 19:48:00,467.0 -8763,buy_compound_top3,buy,2026-04-14 20:45:00,464.0 -8764,buy_compound_top3,buy,2026-04-14 20:48:00,462.0 -8765,buy_compound_top3,buy,2026-04-14 20:51:00,463.0 -8766,buy_compound_top3,buy,2026-04-14 20:54:00,463.0 -8767,buy_compound_top3,buy,2026-04-14 20:57:00,462.0 -8768,buy_compound_top3,buy,2026-04-14 21:30:00,459.0 -8769,buy_compound_top3,buy,2026-04-14 21:33:00,459.0 -8770,buy_compound_top3,buy,2026-04-14 23:36:00,460.0 -8771,buy_compound_top3,buy,2026-04-14 23:39:00,458.0 -8772,buy_compound_top3,buy,2026-04-14 23:42:00,458.0 -8773,buy_compound_top3,buy,2026-04-14 23:45:00,458.0 -8774,buy_compound_top3,buy,2026-04-14 23:48:00,460.0 -8775,buy_compound_top3,buy,2026-04-15 01:00:00,457.0 -8776,buy_compound_top3,buy,2026-04-15 01:03:00,457.0 -8777,buy_compound_top3,buy,2026-04-15 01:06:00,456.0 -8778,buy_compound_top3,buy,2026-04-15 01:09:00,457.0 -8779,buy_compound_top3,buy,2026-04-15 01:12:00,457.0 -8780,buy_compound_top3,buy,2026-04-15 01:15:00,456.0 -8781,buy_compound_top3,buy,2026-04-15 01:18:00,456.0 -8782,buy_compound_top3,buy,2026-04-15 01:21:00,456.0 -8783,buy_compound_top3,buy,2026-04-15 01:24:00,455.0 -8784,buy_compound_top3,buy,2026-04-15 01:27:00,456.0 -8785,buy_compound_top3,buy,2026-04-15 01:51:00,455.0 -8786,buy_compound_top3,buy,2026-04-15 01:54:00,454.0 -8787,buy_compound_top3,buy,2026-04-15 02:51:00,450.0 -8788,buy_compound_top3,buy,2026-04-15 02:54:00,452.0 -8789,buy_compound_top3,buy,2026-04-15 03:21:00,449.0 -8790,buy_compound_top3,buy,2026-04-15 03:24:00,447.0 -8791,buy_compound_top3,buy,2026-04-15 03:36:00,445.0 -8792,buy_compound_top3,buy,2026-04-15 03:39:00,443.0 -8793,buy_compound_top3,buy,2026-04-15 03:42:00,444.0 -8794,buy_compound_top3,buy,2026-04-15 03:45:00,443.0 -8795,buy_compound_top3,buy,2026-04-15 03:48:00,441.0 -8796,buy_compound_top3,buy,2026-04-15 03:57:00,440.0 -8797,buy_compound_top3,buy,2026-04-15 04:00:00,440.0 -8798,buy_compound_top3,buy,2026-04-15 04:03:00,441.0 -8799,buy_compound_top3,buy,2026-04-15 15:42:00,441.0 -8800,buy_compound_top3,buy,2026-04-15 16:00:00,440.0 -8801,buy_compound_top3,buy,2026-04-15 16:03:00,439.0 -8802,buy_compound_top3,buy,2026-04-15 16:06:00,439.0 -8803,buy_compound_top3,buy,2026-04-15 16:09:00,440.0 -8804,buy_compound_top3,buy,2026-04-15 16:27:00,438.0 -8805,buy_compound_top3,buy,2026-04-15 16:30:00,438.0 -8806,buy_compound_top3,buy,2026-04-15 16:33:00,437.0 -8807,buy_compound_top3,buy,2026-04-15 16:36:00,437.0 -8808,buy_compound_top3,buy,2026-04-15 16:39:00,438.0 -8809,buy_compound_top3,buy,2026-04-15 16:42:00,436.0 -8810,buy_compound_top3,buy,2026-04-15 23:06:00,438.0 -8811,buy_compound_top3,buy,2026-04-15 23:09:00,438.0 -8812,buy_compound_top3,buy,2026-04-15 23:42:00,438.0 -8813,buy_compound_top3,buy,2026-04-16 00:21:00,438.0 -8814,buy_compound_top3,buy,2026-04-16 00:24:00,438.0 -8815,buy_compound_top3,buy,2026-04-16 00:27:00,436.0 -8816,buy_compound_top3,buy,2026-04-16 00:30:00,437.0 -8817,buy_compound_top3,buy,2026-04-16 00:33:00,436.0 -8818,buy_compound_top3,buy,2026-04-16 00:36:00,436.0 -8819,buy_compound_top3,buy,2026-04-16 00:39:00,437.0 -8820,buy_compound_top3,buy,2026-04-16 13:51:00,455.0 -8821,buy_compound_top3,buy,2026-04-16 13:54:00,455.0 -8822,buy_compound_top3,buy,2026-04-16 13:57:00,454.0 -8823,buy_compound_top3,buy,2026-04-16 14:06:00,455.0 -8824,buy_compound_top3,buy,2026-04-16 14:09:00,454.0 -8825,buy_compound_top3,buy,2026-04-16 17:30:00,454.0 -8826,buy_compound_top3,buy,2026-04-16 17:33:00,453.0 -8827,buy_compound_top3,buy,2026-04-16 17:36:00,453.0 -8828,buy_compound_top3,buy,2026-04-16 17:39:00,453.0 -8829,buy_compound_top3,buy,2026-04-16 17:42:00,453.0 -8830,buy_compound_top3,buy,2026-04-17 10:30:00,474.0 -8831,buy_compound_top3,buy,2026-04-17 10:33:00,474.0 -8832,buy_compound_top3,buy,2026-04-17 10:36:00,475.0 -8833,buy_compound_top3,buy,2026-04-17 10:39:00,475.0 -8834,buy_compound_top3,buy,2026-04-17 10:42:00,472.0 -8835,buy_compound_top3,buy,2026-04-17 11:00:00,471.0 -8836,buy_compound_top3,buy,2026-04-17 11:03:00,470.0 -8837,buy_compound_top3,buy,2026-04-17 11:27:00,468.0 -8838,buy_compound_top3,buy,2026-04-17 11:30:00,466.0 -8839,buy_compound_top3,buy,2026-04-17 11:33:00,467.0 -8840,buy_compound_top3,buy,2026-04-17 13:57:00,470.0 -8841,buy_compound_top3,buy,2026-04-17 14:21:00,466.0 -8842,buy_compound_top3,buy,2026-04-17 14:24:00,465.0 -8843,buy_compound_top3,buy,2026-04-17 14:27:00,465.0 -8844,buy_compound_top3,buy,2026-04-17 14:42:00,463.0 -8845,buy_compound_top3,buy,2026-04-17 19:21:00,467.0 -8846,buy_compound_top3,buy,2026-04-17 19:24:00,468.0 -8847,buy_compound_top3,buy,2026-04-17 19:36:00,466.0 -8848,buy_compound_top3,buy,2026-04-17 19:39:00,466.0 -8849,buy_compound_top3,buy,2026-04-17 19:42:00,464.0 -8850,buy_compound_top3,buy,2026-04-17 20:00:00,463.0 -8851,buy_compound_top3,buy,2026-04-17 20:03:00,462.0 -8852,buy_compound_top3,buy,2026-04-17 20:06:00,462.0 -8853,buy_compound_top3,buy,2026-04-17 20:09:00,459.0 -8854,buy_compound_top3,buy,2026-04-17 20:21:00,459.0 -8855,buy_compound_top3,buy,2026-04-17 20:24:00,458.0 -8856,buy_compound_top3,buy,2026-04-17 20:27:00,459.0 -8857,buy_compound_top3,buy,2026-04-17 20:42:00,458.0 -8858,buy_compound_top3,buy,2026-04-17 20:57:00,455.0 -8859,buy_compound_top3,buy,2026-04-17 21:00:00,454.0 -8860,buy_compound_top3,buy,2026-04-17 21:03:00,454.0 -8861,buy_compound_top3,buy,2026-04-17 21:06:00,456.0 -8862,buy_compound_top3,buy,2026-04-17 21:09:00,453.0 -8863,buy_compound_top3,buy,2026-04-18 00:21:00,452.0 -8864,buy_compound_top3,buy,2026-04-18 00:24:00,450.0 -8865,buy_compound_top3,buy,2026-04-18 00:42:00,443.0 -8866,buy_compound_top3,buy,2026-04-18 00:45:00,443.0 -8867,buy_compound_top3,buy,2026-04-18 00:48:00,441.0 -8868,buy_compound_top3,buy,2026-04-18 03:27:00,428.0 -8869,buy_compound_top3,buy,2026-04-18 03:30:00,423.0 -8870,buy_compound_top3,buy,2026-04-18 03:33:00,423.0 -8871,buy_compound_top3,buy,2026-04-18 03:36:00,421.0 -8872,buy_compound_top3,buy,2026-04-18 03:39:00,419.0 -8873,buy_compound_top3,buy,2026-04-18 06:45:00,419.0 -8874,buy_compound_top3,buy,2026-04-18 06:48:00,418.0 -8875,buy_compound_top3,buy,2026-04-18 06:51:00,419.0 -8876,buy_compound_top3,buy,2026-04-18 06:54:00,419.0 -8877,buy_compound_top3,buy,2026-04-18 07:12:00,417.0 -8878,buy_compound_top3,buy,2026-04-18 07:15:00,417.0 -8879,buy_compound_top3,buy,2026-04-18 07:18:00,416.0 -8880,buy_compound_top3,buy,2026-04-18 07:45:00,414.0 -8881,buy_compound_top3,buy,2026-04-18 07:48:00,414.0 -8882,buy_compound_top3,buy,2026-04-18 09:00:00,414.0 -8883,buy_compound_top3,buy,2026-04-18 09:03:00,414.0 -8884,buy_compound_top3,buy,2026-04-18 17:36:00,416.0 -8885,buy_compound_top3,buy,2026-04-18 17:39:00,416.0 -8886,buy_compound_top3,buy,2026-04-18 17:42:00,417.0 -8887,buy_compound_top3,buy,2026-04-18 19:21:00,414.0 -8888,buy_compound_top3,buy,2026-04-18 19:24:00,415.0 -8889,buy_compound_top3,buy,2026-04-18 19:27:00,415.0 -8890,buy_compound_top3,buy,2026-04-18 20:00:00,412.0 -8891,buy_compound_top3,buy,2026-04-18 20:03:00,411.0 -8892,buy_compound_top3,buy,2026-04-18 20:06:00,409.0 -8893,buy_compound_top3,buy,2026-04-18 20:09:00,408.0 -8894,buy_compound_top3,buy,2026-04-18 20:15:00,408.0 -8895,buy_compound_top3,buy,2026-04-18 20:18:00,406.0 -8896,buy_compound_top3,buy,2026-04-19 01:00:00,405.0 -8897,buy_compound_top3,buy,2026-04-19 01:03:00,404.0 -8898,buy_compound_top3,buy,2026-04-19 01:30:00,403.0 -8899,buy_compound_top3,buy,2026-04-19 01:33:00,402.0 -8900,buy_compound_top3,buy,2026-04-19 01:57:00,399.0 -8901,buy_compound_top3,buy,2026-04-19 02:00:00,398.0 -8902,buy_compound_top3,buy,2026-04-19 02:03:00,398.0 -8903,buy_compound_top3,buy,2026-04-19 04:00:00,396.0 -8904,buy_compound_top3,buy,2026-04-19 04:03:00,397.0 -8905,buy_compound_top3,buy,2026-04-19 04:30:00,395.0 -8906,buy_compound_top3,buy,2026-04-19 04:33:00,394.0 -8907,buy_compound_top3,buy,2026-04-19 04:42:00,393.0 -8908,buy_compound_top3,buy,2026-04-19 04:45:00,392.0 -8909,buy_compound_top3,buy,2026-04-19 04:48:00,393.0 -8910,buy_compound_top3,buy,2026-04-19 05:45:00,392.0 -8911,buy_compound_top3,buy,2026-04-19 05:48:00,392.0 -8912,buy_compound_top3,buy,2026-04-19 08:51:00,392.0 -8913,buy_compound_top3,buy,2026-04-19 08:54:00,391.0 -8914,buy_compound_top3,buy,2026-04-19 09:12:00,389.0 -8915,buy_compound_top3,buy,2026-04-19 09:15:00,389.0 -8916,buy_compound_top3,buy,2026-04-19 09:18:00,390.0 -8917,buy_compound_top3,buy,2026-04-19 09:27:00,390.0 -8918,buy_compound_top3,buy,2026-04-19 09:30:00,389.0 -8919,buy_compound_top3,buy,2026-04-19 09:33:00,388.0 -8920,buy_compound_top3,buy,2026-04-19 09:36:00,388.0 -8921,buy_compound_top3,buy,2026-04-19 09:39:00,386.0 -8922,buy_compound_top3,buy,2026-04-19 11:36:00,387.0 -8923,buy_compound_top3,buy,2026-04-19 11:39:00,388.0 -8924,buy_compound_top3,buy,2026-04-19 13:42:00,386.0 -8925,buy_compound_top3,buy,2026-04-19 14:30:00,386.0 -8926,buy_compound_top3,buy,2026-04-19 14:33:00,386.0 -8927,buy_compound_top3,buy,2026-04-19 15:12:00,387.0 -8928,buy_compound_top3,buy,2026-04-20 00:42:00,394.0 -8929,buy_compound_top3,buy,2026-04-20 00:45:00,394.0 -8930,buy_compound_top3,buy,2026-04-20 00:48:00,395.0 -8931,buy_compound_top3,buy,2026-04-20 02:12:00,393.0 -8932,buy_compound_top3,buy,2026-04-20 02:15:00,392.0 -8933,buy_compound_top3,buy,2026-04-20 02:18:00,392.0 -8934,buy_compound_top3,buy,2026-04-20 02:21:00,392.0 -8935,buy_compound_top3,buy,2026-04-20 02:24:00,391.0 -8936,buy_compound_top3,buy,2026-04-20 02:27:00,391.0 -8937,buy_compound_top3,buy,2026-04-20 02:42:00,390.0 -8938,buy_compound_top3,buy,2026-04-20 02:51:00,390.0 -8939,buy_compound_top3,buy,2026-04-20 02:54:00,389.0 -8940,buy_compound_top3,buy,2026-04-20 02:57:00,390.0 -8941,buy_compound_top3,buy,2026-04-20 05:21:00,389.0 -8942,buy_compound_top3,buy,2026-04-20 05:24:00,389.0 -8943,buy_compound_top3,buy,2026-04-20 05:27:00,389.0 -8944,buy_compound_top3,buy,2026-04-20 07:12:00,387.0 -8945,buy_compound_top3,buy,2026-04-20 07:15:00,386.0 -8946,buy_compound_top3,buy,2026-04-20 07:18:00,384.0 -8947,buy_compound_top3,buy,2026-04-20 14:15:00,388.0 -8948,buy_compound_top3,buy,2026-04-20 14:18:00,387.0 -8949,buy_compound_top3,buy,2026-04-20 14:21:00,387.0 -8950,buy_compound_top3,buy,2026-04-20 14:24:00,388.0 -8951,buy_compound_top3,buy,2026-04-20 14:36:00,386.0 -8952,buy_compound_top3,buy,2026-04-20 14:39:00,386.0 -8953,buy_compound_top3,buy,2026-04-20 14:42:00,386.0 -8954,buy_compound_top3,buy,2026-04-20 14:45:00,385.0 -8955,buy_compound_top3,buy,2026-04-20 14:48:00,387.0 -8956,buy_compound_top3,buy,2026-04-21 00:12:00,390.0 -8957,buy_compound_top3,buy,2026-04-21 07:57:00,393.0 -8958,buy_compound_top3,buy,2026-04-21 08:12:00,391.0 -8959,buy_compound_top3,buy,2026-04-21 09:27:00,390.0 -8960,buy_compound_top3,buy,2026-04-21 12:12:00,389.0 -8961,buy_compound_top3,buy,2026-04-21 12:15:00,389.0 -8962,buy_compound_top3,buy,2026-04-21 12:18:00,389.0 -8963,buy_compound_top3,buy,2026-04-21 12:21:00,389.0 -8964,buy_compound_top3,buy,2026-04-21 12:24:00,388.0 -8965,buy_compound_top3,buy,2026-04-21 12:27:00,388.0 -8966,buy_compound_top3,buy,2026-04-21 22:15:00,389.0 -8967,buy_compound_top3,buy,2026-04-21 22:18:00,389.0 -8968,buy_compound_top3,buy,2026-04-22 00:00:00,389.0 -8969,buy_compound_top3,buy,2026-04-22 00:03:00,388.0 -8970,buy_compound_top3,buy,2026-04-22 02:27:00,387.0 -8971,buy_compound_top3,buy,2026-04-22 02:30:00,387.0 -8972,buy_compound_top3,buy,2026-04-22 02:33:00,388.0 -8973,buy_compound_top3,buy,2026-04-22 04:51:00,386.0 -8974,buy_compound_top3,buy,2026-04-22 04:54:00,385.0 -8975,buy_compound_top3,buy,2026-04-22 04:57:00,386.0 -8976,buy_compound_top3,buy,2026-04-22 07:42:00,386.0 -8977,buy_compound_top3,buy,2026-04-22 10:27:00,386.0 -8978,buy_compound_top3,buy,2026-04-23 01:27:00,395.0 -8979,buy_compound_top3,buy,2026-04-23 05:42:00,398.0 -8980,buy_compound_top3,buy,2026-04-23 05:45:00,398.0 -8981,buy_compound_top3,buy,2026-04-23 05:48:00,398.0 -8982,buy_compound_top3,buy,2026-04-23 05:51:00,398.0 -8983,buy_compound_top3,buy,2026-04-23 05:54:00,398.0 -8984,buy_compound_top3,buy,2026-04-23 05:57:00,396.0 -8985,buy_compound_top3,buy,2026-04-23 07:42:00,397.0 -8986,buy_compound_top3,buy,2026-04-23 07:57:00,395.0 -8987,buy_compound_top3,buy,2026-04-23 08:00:00,396.0 -8988,buy_compound_top3,buy,2026-04-23 08:03:00,394.0 -8989,buy_compound_top3,buy,2026-04-23 08:21:00,394.0 -8990,buy_compound_top3,buy,2026-04-23 08:24:00,394.0 -8991,buy_compound_top3,buy,2026-04-23 08:27:00,392.0 -8992,buy_compound_top3,buy,2026-04-23 08:42:00,391.0 -8993,buy_compound_top3,buy,2026-04-23 08:45:00,392.0 -8994,buy_compound_top3,buy,2026-04-23 08:48:00,392.0 -8995,buy_compound_top3,buy,2026-04-23 08:51:00,391.0 -8996,buy_compound_top3,buy,2026-04-23 08:54:00,391.0 -8997,buy_compound_top3,buy,2026-04-23 08:57:00,391.0 -8998,buy_compound_top3,buy,2026-04-23 09:00:00,390.0 -8999,buy_compound_top3,buy,2026-04-23 09:03:00,391.0 -9000,buy_compound_top3,buy,2026-04-23 09:06:00,390.0 -9001,buy_compound_top3,buy,2026-04-23 09:09:00,390.0 -9002,buy_compound_top3,buy,2026-04-23 09:12:00,389.0 -9003,buy_compound_top3,buy,2026-04-23 11:45:00,387.0 -9004,buy_compound_top3,buy,2026-04-23 11:48:00,387.0 -9005,buy_compound_top3,buy,2026-04-23 17:06:00,389.0 -9006,buy_compound_top3,buy,2026-04-23 17:09:00,389.0 -9007,buy_compound_top3,buy,2026-04-23 17:42:00,389.0 -9008,buy_compound_top3,buy,2026-04-23 18:45:00,388.0 -9009,buy_compound_top3,buy,2026-04-23 18:48:00,388.0 -9010,buy_compound_top3,buy,2026-04-23 18:51:00,388.0 -9011,buy_compound_top3,buy,2026-04-23 18:54:00,388.0 -9012,buy_compound_top3,buy,2026-04-23 19:21:00,386.0 -9013,buy_compound_top3,buy,2026-04-23 19:24:00,387.0 -9014,buy_compound_top3,buy,2026-04-23 19:27:00,387.0 -9015,buy_compound_top3,buy,2026-04-24 02:12:00,387.0 -9016,buy_compound_top3,buy,2026-04-24 02:27:00,386.0 -9017,buy_compound_top3,buy,2026-04-24 02:51:00,383.0 -9018,buy_compound_top3,buy,2026-04-24 02:54:00,384.0 -9019,buy_compound_top3,buy,2026-04-24 12:00:00,393.0 -9020,buy_compound_top3,buy,2026-04-24 12:03:00,392.0 -9021,buy_compound_top3,buy,2026-04-24 12:06:00,392.0 -9022,buy_compound_top3,buy,2026-04-24 12:09:00,392.0 -9023,buy_compound_top3,buy,2026-04-24 12:15:00,392.0 -9024,buy_compound_top3,buy,2026-04-24 12:18:00,392.0 -9025,buy_compound_top3,buy,2026-04-24 12:21:00,392.0 -9026,buy_compound_top3,buy,2026-04-24 12:24:00,390.0 -9027,buy_compound_top3,buy,2026-04-24 12:27:00,391.0 -9028,buy_compound_top3,buy,2026-04-24 12:30:00,391.0 -9029,buy_compound_top3,buy,2026-04-24 12:33:00,390.0 -9030,buy_compound_top3,buy,2026-04-24 14:00:00,389.0 -9031,buy_compound_top3,buy,2026-04-24 14:03:00,390.0 -9032,buy_compound_top3,buy,2026-04-24 16:51:00,389.0 -9033,buy_compound_top3,buy,2026-04-24 16:54:00,389.0 -9034,buy_compound_top3,buy,2026-04-24 16:57:00,388.0 -9035,buy_compound_top3,buy,2026-04-25 00:12:00,389.0 -9036,buy_compound_top3,buy,2026-04-25 04:36:00,388.0 -9037,buy_compound_top3,buy,2026-04-25 04:39:00,389.0 -9038,buy_compound_top3,buy,2026-04-25 08:00:00,387.0 -9039,buy_compound_top3,buy,2026-04-25 08:03:00,387.0 -9040,buy_compound_top3,buy,2026-04-25 09:42:00,389.0 -9041,buy_compound_top3,buy,2026-04-25 09:45:00,387.0 -9042,buy_compound_top3,buy,2026-04-25 09:48:00,388.0 -9043,buy_compound_top3,buy,2026-04-25 16:51:00,389.0 -9044,buy_compound_top3,buy,2026-04-25 16:54:00,389.0 -9045,buy_compound_top3,buy,2026-04-25 16:57:00,390.0 -9046,buy_compound_top3,buy,2026-04-25 17:00:00,388.0 -9047,buy_compound_top3,buy,2026-04-25 17:03:00,389.0 -9048,buy_compound_top3,buy,2026-04-25 17:21:00,389.0 -9049,buy_compound_top3,buy,2026-04-25 17:24:00,388.0 -9050,buy_compound_top3,buy,2026-04-25 20:36:00,389.0 -9051,buy_compound_top3,buy,2026-04-25 20:39:00,388.0 -9052,buy_compound_top3,buy,2026-04-25 20:42:00,389.0 -9053,buy_compound_top3,buy,2026-04-25 23:27:00,387.0 -9054,buy_compound_top3,buy,2026-04-26 00:15:00,386.0 -9055,buy_compound_top3,buy,2026-04-26 00:18:00,386.0 -9056,buy_compound_top3,buy,2026-04-26 02:42:00,383.0 -9057,buy_compound_top3,buy,2026-04-26 02:45:00,383.0 -9058,buy_compound_top3,buy,2026-04-26 02:48:00,383.0 -9059,buy_compound_top3,buy,2026-04-26 10:27:00,383.0 -9060,buy_compound_top3,buy,2026-04-26 10:30:00,383.0 -9061,buy_compound_top3,buy,2026-04-26 10:33:00,383.0 -9062,buy_compound_top3,buy,2026-04-26 10:36:00,383.0 -9063,buy_compound_top3,buy,2026-04-26 10:39:00,384.0 -9064,buy_compound_top3,buy,2026-04-26 10:45:00,382.0 -9065,buy_compound_top3,buy,2026-04-26 10:48:00,382.0 -9066,buy_compound_top3,buy,2026-04-26 10:51:00,382.0 -9067,buy_compound_top3,buy,2026-04-26 10:54:00,382.0 -9068,buy_compound_top3,buy,2026-04-26 10:57:00,382.0 -9069,buy_compound_top3,buy,2026-04-26 11:00:00,382.0 -9070,buy_compound_top3,buy,2026-04-26 11:03:00,382.0 -9071,buy_compound_top3,buy,2026-04-26 12:42:00,383.0 -9072,buy_compound_top3,buy,2026-04-26 18:12:00,387.0 -9073,buy_compound_top3,buy,2026-04-26 20:12:00,387.0 -9074,buy_compound_top3,buy,2026-04-26 21:30:00,386.0 -9075,buy_compound_top3,buy,2026-04-26 21:33:00,386.0 -9076,buy_compound_top3,buy,2026-04-26 21:57:00,385.0 -9077,buy_compound_top3,buy,2026-04-26 22:00:00,385.0 -9078,buy_compound_top3,buy,2026-04-26 22:03:00,385.0 -9079,buy_compound_top3,buy,2026-04-27 13:00:00,388.0 -9080,buy_compound_top3,buy,2026-04-27 13:03:00,388.0 -9081,buy_compound_top3,buy,2026-04-27 13:12:00,389.0 -9082,buy_compound_top3,buy,2026-04-27 13:21:00,388.0 -9083,buy_compound_top3,buy,2026-04-27 13:24:00,388.0 -9084,buy_compound_top3,buy,2026-04-27 14:42:00,383.0 -9085,buy_compound_top3,buy,2026-04-27 15:42:00,378.0 -9086,buy_compound_top3,buy,2026-04-27 15:45:00,379.0 -9087,buy_compound_top3,buy,2026-04-27 15:48:00,379.0 -9088,buy_compound_top3,buy,2026-04-27 16:30:00,377.0 -9089,buy_compound_top3,buy,2026-04-27 16:33:00,377.0 -9090,buy_compound_top3,buy,2026-04-27 16:36:00,376.0 -9091,buy_compound_top3,buy,2026-04-27 16:39:00,377.0 -9092,buy_compound_top3,buy,2026-04-27 16:42:00,377.0 -9093,buy_compound_top3,buy,2026-04-27 17:30:00,375.0 -9094,buy_compound_top3,buy,2026-04-27 17:33:00,375.0 -9095,buy_compound_top3,buy,2026-04-27 18:21:00,375.0 -9096,buy_compound_top3,buy,2026-04-27 18:24:00,375.0 -9097,buy_compound_top3,buy,2026-04-27 18:27:00,375.0 -9098,buy_compound_top3,buy,2026-04-27 22:57:00,376.0 -9099,buy_compound_top3,buy,2026-04-28 00:30:00,374.0 -9100,buy_compound_top3,buy,2026-04-28 00:33:00,372.0 -9101,buy_compound_top3,buy,2026-04-28 00:42:00,373.0 -9102,buy_compound_top3,buy,2026-04-28 00:45:00,372.0 -9103,buy_compound_top3,buy,2026-04-28 00:48:00,372.0 -9104,buy_compound_top3,buy,2026-04-28 00:51:00,372.0 -9105,buy_compound_top3,buy,2026-04-28 00:54:00,372.0 -9106,buy_compound_top3,buy,2026-04-28 11:45:00,375.0 -9107,buy_compound_top3,buy,2026-04-28 11:48:00,376.0 -9108,buy_compound_top3,buy,2026-04-28 12:51:00,374.0 -9109,buy_compound_top3,buy,2026-04-28 12:54:00,375.0 -9110,buy_compound_top3,buy,2026-04-28 13:12:00,374.0 -9111,buy_compound_top3,buy,2026-04-28 13:21:00,374.0 -9112,buy_compound_top3,buy,2026-04-28 13:24:00,375.0 -9113,buy_compound_top3,buy,2026-04-28 14:42:00,373.0 -9114,buy_compound_top3,buy,2026-04-28 14:57:00,374.0 -9115,buy_compound_top3,buy,2026-04-28 15:51:00,372.0 -9116,buy_compound_top3,buy,2026-04-28 15:54:00,373.0 -9117,buy_compound_top3,buy,2026-04-28 16:15:00,372.0 -9118,buy_compound_top3,buy,2026-04-28 16:18:00,370.0 -9119,buy_compound_top3,buy,2026-04-28 16:27:00,370.0 -9120,buy_compound_top3,buy,2026-04-28 16:30:00,371.0 -9121,buy_compound_top3,buy,2026-04-28 16:33:00,371.0 -9122,buy_compound_top3,buy,2026-04-28 21:21:00,371.0 -9123,buy_compound_top3,buy,2026-04-28 21:24:00,371.0 -9124,buy_compound_top3,buy,2026-04-29 10:51:00,374.0 -9125,buy_compound_top3,buy,2026-04-29 10:54:00,373.0 -9126,buy_compound_top3,buy,2026-04-29 15:42:00,373.0 -9127,buy_compound_top3,buy,2026-04-29 22:36:00,372.0 -9128,buy_compound_top3,buy,2026-04-29 22:39:00,372.0 -9129,buy_compound_top3,buy,2026-04-29 22:42:00,373.0 -9130,buy_compound_top3,buy,2026-04-29 22:45:00,372.0 -9131,buy_compound_top3,buy,2026-04-29 22:48:00,372.0 -9132,buy_compound_top3,buy,2026-04-29 22:51:00,374.0 -9133,buy_compound_top3,buy,2026-04-29 22:54:00,373.0 -9134,buy_compound_top3,buy,2026-04-29 23:06:00,371.0 -9135,buy_compound_top3,buy,2026-04-29 23:09:00,372.0 -9136,buy_compound_top3,buy,2026-04-30 00:27:00,371.0 -9137,buy_compound_top3,buy,2026-04-30 00:42:00,368.0 -9138,buy_compound_top3,buy,2026-04-30 00:45:00,368.0 -9139,buy_compound_top3,buy,2026-04-30 00:48:00,368.0 -9140,buy_compound_top3,buy,2026-04-30 00:51:00,368.0 -9141,buy_compound_top3,buy,2026-04-30 00:54:00,367.0 -9142,buy_compound_top3,buy,2026-04-30 01:45:00,367.0 -9143,buy_compound_top3,buy,2026-04-30 03:27:00,362.0 -9144,buy_compound_top3,buy,2026-04-30 03:30:00,360.0 -9145,buy_compound_top3,buy,2026-04-30 03:33:00,360.0 -9146,buy_compound_top3,buy,2026-04-30 11:51:00,369.0 -9147,buy_compound_top3,buy,2026-04-30 11:54:00,369.0 -9148,buy_compound_top3,buy,2026-04-30 13:42:00,369.0 -9149,buy_compound_top3,buy,2026-04-30 13:57:00,368.0 -9150,buy_compound_top3,buy,2026-04-30 18:21:00,365.0 -9151,buy_compound_top3,buy,2026-04-30 18:24:00,366.0 -9152,buy_compound_top3,buy,2026-04-30 18:51:00,365.0 -9153,buy_compound_top3,buy,2026-04-30 18:54:00,365.0 -9154,buy_compound_top3,buy,2026-04-30 22:45:00,361.0 -9155,buy_compound_top3,buy,2026-04-30 22:48:00,361.0 -9156,buy_compound_top3,buy,2026-05-01 06:42:00,363.0 -9157,buy_compound_top3,buy,2026-05-01 13:51:00,361.0 -9158,buy_compound_top3,buy,2026-05-01 13:54:00,362.0 -9159,buy_compound_top3,buy,2026-05-01 14:00:00,361.0 -9160,buy_compound_top3,buy,2026-05-01 14:03:00,360.0 -9161,buy_compound_top3,buy,2026-05-01 14:36:00,360.0 -9162,buy_compound_top3,buy,2026-05-01 14:39:00,360.0 -9163,buy_compound_top3,buy,2026-05-01 14:45:00,359.0 -9164,buy_compound_top3,buy,2026-05-01 14:48:00,360.0 -9165,buy_compound_top3,buy,2026-05-01 14:57:00,359.0 -9166,buy_compound_top3,buy,2026-05-01 15:06:00,359.0 -9167,buy_compound_top3,buy,2026-05-01 15:09:00,359.0 -9168,buy_compound_top3,buy,2026-05-01 15:45:00,357.0 -9169,buy_compound_top3,buy,2026-05-01 15:48:00,357.0 -9170,buy_compound_top3,buy,2026-05-01 15:51:00,356.0 -9171,buy_compound_top3,buy,2026-05-01 15:54:00,356.0 -9172,buy_compound_top3,buy,2026-05-01 15:57:00,356.0 -9173,buy_compound_top3,buy,2026-05-01 16:00:00,356.0 -9174,buy_compound_top3,buy,2026-05-01 16:03:00,357.0 -9175,buy_compound_top3,buy,2026-05-01 19:12:00,353.0 -9176,buy_compound_top3,buy,2026-05-01 19:15:00,355.0 -9177,buy_compound_top3,buy,2026-05-01 19:18:00,355.0 -9178,buy_compound_top3,buy,2026-05-01 19:21:00,355.0 -9179,buy_compound_top3,buy,2026-05-01 19:24:00,355.0 -9180,buy_compound_top3,buy,2026-05-01 19:36:00,353.0 -9181,buy_compound_top3,buy,2026-05-01 19:39:00,353.0 -9182,buy_compound_top3,buy,2026-05-01 20:42:00,353.0 -9183,buy_compound_top3,buy,2026-05-02 01:30:00,352.0 -9184,buy_compound_top3,buy,2026-05-02 01:33:00,351.0 -9185,buy_compound_top3,buy,2026-05-02 01:36:00,352.0 -9186,buy_compound_top3,buy,2026-05-02 01:39:00,352.0 -9187,buy_compound_top3,buy,2026-05-02 05:51:00,353.0 -9188,buy_compound_top3,buy,2026-05-02 05:54:00,352.0 -9189,buy_compound_top3,buy,2026-05-02 06:15:00,350.0 -9190,buy_compound_top3,buy,2026-05-02 06:18:00,351.0 -9191,buy_compound_top3,buy,2026-05-02 08:36:00,348.0 -9192,buy_compound_top3,buy,2026-05-02 08:39:00,348.0 -9193,buy_compound_top3,buy,2026-05-02 12:21:00,347.0 -9194,buy_compound_top3,buy,2026-05-02 12:24:00,347.0 -9195,buy_compound_top3,buy,2026-05-02 14:27:00,345.0 -9196,buy_compound_top3,buy,2026-05-03 07:27:00,360.0 -9197,buy_compound_top3,buy,2026-05-03 07:30:00,359.0 -9198,buy_compound_top3,buy,2026-05-03 07:33:00,360.0 -9199,buy_compound_top3,buy,2026-05-03 08:15:00,358.0 -9200,buy_compound_top3,buy,2026-05-03 08:18:00,359.0 -9201,buy_compound_top3,buy,2026-05-03 09:21:00,358.0 -9202,buy_compound_top3,buy,2026-05-03 09:24:00,358.0 -9203,buy_compound_top3,buy,2026-05-03 09:27:00,358.0 -9204,buy_compound_top3,buy,2026-05-03 09:36:00,359.0 -9205,buy_compound_top3,buy,2026-05-03 09:39:00,358.0 -9206,buy_compound_top3,buy,2026-05-03 09:51:00,357.0 -9207,buy_compound_top3,buy,2026-05-03 09:54:00,358.0 -9208,buy_compound_top3,buy,2026-05-03 10:12:00,356.0 -9209,buy_compound_top3,buy,2026-05-03 10:21:00,355.0 -9210,buy_compound_top3,buy,2026-05-03 10:24:00,356.0 -9211,buy_compound_top3,buy,2026-05-03 10:42:00,356.0 -9212,buy_compound_top3,buy,2026-05-03 11:27:00,355.0 -9213,buy_compound_top3,buy,2026-05-03 15:30:00,353.0 -9214,buy_compound_top3,buy,2026-05-03 15:33:00,354.0 -9215,buy_compound_top3,buy,2026-05-03 22:57:00,353.0 -9216,buy_compound_top3,buy,2026-05-04 05:57:00,355.0 -9217,buy_compound_top3,buy,2026-05-04 08:21:00,353.0 -9218,buy_compound_top3,buy,2026-05-04 08:24:00,353.0 -9219,buy_compound_top3,buy,2026-05-04 08:27:00,353.0 -9220,buy_compound_top3,buy,2026-05-04 08:36:00,352.0 -9221,buy_compound_top3,buy,2026-05-04 08:39:00,352.0 -9222,buy_compound_top3,buy,2026-05-04 09:00:00,351.0 -9223,buy_compound_top3,buy,2026-05-04 09:03:00,350.0 -9224,buy_compound_top3,buy,2026-05-04 09:06:00,349.0 -9225,buy_compound_top3,buy,2026-05-04 09:09:00,349.0 -9226,buy_compound_top3,buy,2026-05-04 09:15:00,349.0 -9227,buy_compound_top3,buy,2026-05-04 09:18:00,348.0 -9228,buy_compound_top3,buy,2026-05-04 09:21:00,348.0 -9229,buy_compound_top3,buy,2026-05-04 09:24:00,348.0 -9230,buy_compound_top3,buy,2026-05-04 15:42:00,356.0 -9231,buy_compound_top3,buy,2026-05-04 16:30:00,355.0 -9232,buy_compound_top3,buy,2026-05-04 16:33:00,356.0 -9233,buy_compound_top3,buy,2026-05-04 17:06:00,354.0 -9234,buy_compound_top3,buy,2026-05-04 17:09:00,354.0 -9235,buy_compound_top3,buy,2026-05-04 19:27:00,350.0 -9236,buy_compound_top3,buy,2026-05-05 05:03:00,352.0 -9237,buy_compound_top3,buy,2026-05-05 05:30:00,352.0 -9238,buy_compound_top3,buy,2026-05-05 05:33:00,351.0 -9239,buy_compound_top3,buy,2026-05-05 05:42:00,351.0 -9240,buy_compound_top3,buy,2026-05-05 18:12:00,359.0 -9241,buy_compound_top3,buy,2026-05-05 18:51:00,358.0 -9242,buy_compound_top3,buy,2026-05-05 18:54:00,359.0 -9243,buy_compound_top3,buy,2026-05-05 22:45:00,360.0 -9244,buy_compound_top3,buy,2026-05-05 22:48:00,361.0 -9245,buy_compound_top3,buy,2026-05-05 23:42:00,359.0 -9246,buy_compound_top3,buy,2026-05-05 23:45:00,359.0 -9247,buy_compound_top3,buy,2026-05-05 23:48:00,359.0 -9248,buy_compound_top3,buy,2026-05-05 23:51:00,359.0 -9249,buy_compound_top3,buy,2026-05-05 23:54:00,360.0 -9250,buy_compound_top3,buy,2026-05-06 08:30:00,363.0 -9251,buy_compound_top3,buy,2026-05-06 08:33:00,363.0 -9252,buy_compound_top3,buy,2026-05-06 08:36:00,361.0 -9253,buy_compound_top3,buy,2026-05-06 08:39:00,362.0 -9254,buy_compound_top3,buy,2026-05-06 09:30:00,361.0 -9255,buy_compound_top3,buy,2026-05-06 09:33:00,363.0 -9256,buy_compound_top3,buy,2026-05-06 21:12:00,379.0 -9257,buy_compound_top3,buy,2026-05-06 22:27:00,375.0 -9258,buy_compound_top3,buy,2026-05-06 23:21:00,371.0 -9259,buy_compound_top3,buy,2026-05-06 23:24:00,371.0 -9260,buy_compound_top3,buy,2026-05-07 03:42:00,375.0 -9261,buy_compound_top3,buy,2026-05-07 04:15:00,374.0 -9262,buy_compound_top3,buy,2026-05-07 04:18:00,374.0 -9263,buy_compound_top3,buy,2026-05-07 04:21:00,374.0 -9264,buy_compound_top3,buy,2026-05-07 04:24:00,373.0 -9265,buy_compound_top3,buy,2026-05-07 10:00:00,373.0 -9266,buy_compound_top3,buy,2026-05-07 10:03:00,372.0 -9267,buy_compound_top3,buy,2026-05-07 10:12:00,371.0 -9268,buy_compound_top3,buy,2026-05-07 10:15:00,371.0 -9269,buy_compound_top3,buy,2026-05-07 10:18:00,369.0 -9270,buy_compound_top3,buy,2026-05-07 10:21:00,369.0 -9271,buy_compound_top3,buy,2026-05-07 10:24:00,369.0 -9272,buy_compound_top3,buy,2026-05-07 11:06:00,368.0 -9273,buy_compound_top3,buy,2026-05-07 11:09:00,367.0 -9274,buy_compound_top3,buy,2026-05-07 11:21:00,367.0 -9275,buy_compound_top3,buy,2026-05-07 11:24:00,368.0 -9276,buy_compound_top3,buy,2026-05-07 11:27:00,366.0 -9277,buy_compound_top3,buy,2026-05-07 13:00:00,366.0 -9278,buy_compound_top3,buy,2026-05-07 13:03:00,366.0 -9279,buy_compound_top3,buy,2026-05-07 19:21:00,378.0 -9280,buy_compound_top3,buy,2026-05-07 19:24:00,378.0 -9281,buy_compound_top3,buy,2026-05-07 19:36:00,377.0 -9282,buy_compound_top3,buy,2026-05-07 19:39:00,378.0 -9283,buy_compound_top3,buy,2026-05-07 22:57:00,375.0 -9284,buy_compound_top3,buy,2026-05-07 23:00:00,375.0 -9285,buy_compound_top3,buy,2026-05-07 23:03:00,375.0 -9286,buy_compound_top3,buy,2026-05-07 23:06:00,375.0 -9287,buy_compound_top3,buy,2026-05-07 23:09:00,375.0 -9288,buy_compound_top3,buy,2026-05-07 23:30:00,374.0 -9289,buy_compound_top3,buy,2026-05-07 23:33:00,372.0 -9290,buy_compound_top3,buy,2026-05-07 23:45:00,371.0 -9291,buy_compound_top3,buy,2026-05-07 23:48:00,371.0 -9292,buy_compound_top3,buy,2026-05-08 00:27:00,368.0 -9293,buy_compound_top3,buy,2026-05-08 00:30:00,369.0 -9294,buy_compound_top3,buy,2026-05-08 00:33:00,371.0 -9295,buy_compound_top3,buy,2026-05-08 02:30:00,370.0 -9296,buy_compound_top3,buy,2026-05-08 02:33:00,370.0 -9297,buy_compound_top3,buy,2026-05-08 05:42:00,371.0 -9298,buy_compound_top3,buy,2026-05-08 20:06:00,379.0 -9299,buy_compound_top3,buy,2026-05-08 20:09:00,380.0 -9300,buy_compound_top3,buy,2026-05-08 22:21:00,378.0 -9301,buy_compound_top3,buy,2026-05-08 22:24:00,378.0 -9302,buy_compound_top3,buy,2026-05-08 22:27:00,378.0 -9303,buy_compound_top3,buy,2026-05-08 22:42:00,375.0 -9304,buy_compound_top3,buy,2026-05-09 12:42:00,404.0 -9305,buy_compound_top3,buy,2026-05-09 13:45:00,403.0 -9306,buy_compound_top3,buy,2026-05-09 13:48:00,402.0 -9307,buy_compound_top3,buy,2026-05-09 13:57:00,401.0 -9308,buy_compound_top3,buy,2026-05-09 14:00:00,402.0 -9309,buy_compound_top3,buy,2026-05-09 14:03:00,401.0 -9310,buy_compound_top3,buy,2026-05-09 14:06:00,401.0 -9311,buy_compound_top3,buy,2026-05-09 14:09:00,402.0 -9312,buy_compound_top3,buy,2026-05-09 16:30:00,401.0 -9313,buy_compound_top3,buy,2026-05-09 16:33:00,401.0 -9314,buy_compound_top3,buy,2026-05-09 16:45:00,399.0 -9315,buy_compound_top3,buy,2026-05-09 16:48:00,400.0 -9316,buy_compound_top3,buy,2026-05-09 16:51:00,399.0 -9317,buy_compound_top3,buy,2026-05-09 16:54:00,399.0 -9318,buy_compound_top3,buy,2026-05-09 18:36:00,396.0 -9319,buy_compound_top3,buy,2026-05-09 18:39:00,396.0 -9320,buy_compound_top3,buy,2026-05-09 18:42:00,396.0 -9321,buy_compound_top3,buy,2026-05-09 18:45:00,396.0 -9322,buy_compound_top3,buy,2026-05-09 18:48:00,396.0 -9323,buy_compound_top3,buy,2026-05-09 18:51:00,395.0 -9324,buy_compound_top3,buy,2026-05-09 18:54:00,395.0 -9325,buy_compound_top3,buy,2026-05-10 01:00:00,397.0 -9326,buy_compound_top3,buy,2026-05-10 01:03:00,397.0 -9327,buy_compound_top3,buy,2026-05-10 01:42:00,396.0 -9328,buy_compound_top3,buy,2026-05-10 05:21:00,401.0 -9329,buy_compound_top3,buy,2026-05-10 05:24:00,401.0 -9330,buy_compound_top3,buy,2026-05-10 05:30:00,400.0 -9331,buy_compound_top3,buy,2026-05-10 05:33:00,400.0 -9332,buy_compound_top3,buy,2026-05-10 05:36:00,400.0 -9333,buy_compound_top3,buy,2026-05-10 05:39:00,400.0 -9334,buy_compound_top3,buy,2026-05-10 06:36:00,399.0 -9335,buy_compound_top3,buy,2026-05-10 06:39:00,400.0 -9336,buy_compound_top3,buy,2026-05-10 06:48:00,399.0 -9337,buy_compound_top3,buy,2026-05-10 07:12:00,399.0 -9338,buy_compound_top3,buy,2026-05-10 08:27:00,398.0 -9339,buy_compound_top3,buy,2026-05-10 08:36:00,398.0 -9340,buy_compound_top3,buy,2026-05-10 08:39:00,398.0 -9341,buy_compound_top3,buy,2026-05-10 08:45:00,398.0 -9342,buy_compound_top3,buy,2026-05-10 08:48:00,398.0 -9343,buy_compound_top3,buy,2026-05-10 08:51:00,398.0 -9344,buy_compound_top3,buy,2026-05-10 08:54:00,399.0 -9345,buy_compound_top3,buy,2026-05-10 09:15:00,397.0 -9346,buy_compound_top3,buy,2026-05-10 09:18:00,398.0 -9347,buy_compound_top3,buy,2026-05-10 09:42:00,397.0 -9348,buy_compound_top3,buy,2026-05-10 09:57:00,394.0 -9349,buy_compound_top3,buy,2026-05-10 10:15:00,393.0 -9350,buy_compound_top3,buy,2026-05-10 10:18:00,392.0 -9351,buy_compound_top3,buy,2026-05-10 10:21:00,393.0 -9352,buy_compound_top3,buy,2026-05-10 10:24:00,392.0 -9353,buy_compound_top3,buy,2026-05-10 20:51:00,398.0 -9354,buy_compound_top3,buy,2026-05-10 20:54:00,398.0 -9355,buy_compound_top3,buy,2026-05-10 20:57:00,399.0 -9356,buy_compound_top3,buy,2026-05-10 21:06:00,398.0 -9357,buy_compound_top3,buy,2026-05-10 21:09:00,397.0 -9358,buy_compound_top3,buy,2026-05-10 21:15:00,397.0 -9359,buy_compound_top3,buy,2026-05-10 21:18:00,397.0 -9360,buy_compound_top3,buy,2026-05-10 21:21:00,397.0 -9361,buy_compound_top3,buy,2026-05-10 21:24:00,398.0 -9362,buy_compound_top3,buy,2026-05-11 06:00:00,402.0 -9363,buy_compound_top3,buy,2026-05-11 06:03:00,402.0 -9364,buy_compound_top3,buy,2026-05-11 11:15:00,410.0 -9365,buy_compound_top3,buy,2026-05-11 11:18:00,410.0 -9366,buy_compound_top3,buy,2026-05-11 12:27:00,405.0 -9367,buy_compound_top3,buy,2026-05-11 17:12:00,409.0 -9368,buy_compound_top3,buy,2026-05-11 23:42:00,406.0 -9369,buy_compound_top3,buy,2026-05-11 23:45:00,407.0 -9370,buy_compound_top3,buy,2026-05-11 23:48:00,407.0 -9371,buy_compound_top3,buy,2026-05-12 07:42:00,410.0 -9372,buy_compound_top3,buy,2026-05-12 10:45:00,408.0 -9373,buy_compound_top3,buy,2026-05-12 10:48:00,407.0 -9374,buy_compound_top3,buy,2026-05-12 10:57:00,407.0 -9375,buy_compound_top3,buy,2026-05-12 16:12:00,408.0 -9376,buy_compound_top3,buy,2026-05-12 16:15:00,407.0 -9377,buy_compound_top3,buy,2026-05-12 16:18:00,408.0 -9378,buy_compound_top3,buy,2026-05-12 17:30:00,405.0 -9379,buy_compound_top3,buy,2026-05-12 17:33:00,404.0 -9380,buy_compound_top3,buy,2026-05-12 19:51:00,401.0 -9381,buy_compound_top3,buy,2026-05-12 19:54:00,402.0 -9382,buy_compound_top3,buy,2026-05-12 20:21:00,398.0 -9383,buy_compound_top3,buy,2026-05-12 20:24:00,398.0 -9384,buy_compound_top3,buy,2026-05-12 20:27:00,399.0 -9385,buy_compound_top3,buy,2026-05-12 23:45:00,394.0 -9386,buy_compound_top3,buy,2026-05-12 23:48:00,394.0 -9387,buy_compound_top3,buy,2026-05-12 23:57:00,392.0 -9388,buy_compound_top3,buy,2026-05-13 00:00:00,392.0 -9389,buy_compound_top3,buy,2026-05-13 00:03:00,393.0 -9390,buy_compound_top3,buy,2026-05-13 00:21:00,392.0 -9391,buy_compound_top3,buy,2026-05-13 00:24:00,390.0 -9392,buy_compound_top3,buy,2026-05-13 00:27:00,391.0 -9393,buy_compound_top3,buy,2026-05-13 00:30:00,389.0 -9394,buy_compound_top3,buy,2026-05-13 00:33:00,392.0 -9395,buy_compound_top3,buy,2026-05-13 01:00:00,390.0 -9396,buy_compound_top3,buy,2026-05-13 01:03:00,391.0 -9397,buy_compound_top3,buy,2026-05-13 08:42:00,396.0 -9398,buy_compound_top3,buy,2026-05-13 08:45:00,397.0 -9399,buy_compound_top3,buy,2026-05-13 08:48:00,397.0 -9400,buy_compound_top3,buy,2026-05-13 14:45:00,406.0 -9401,buy_compound_top3,buy,2026-05-13 14:48:00,406.0 -9402,buy_compound_top3,buy,2026-05-13 20:30:00,410.0 -9403,buy_compound_top3,buy,2026-05-13 20:33:00,411.0 -9404,buy_compound_top3,buy,2026-05-13 20:51:00,408.0 -9405,buy_compound_top3,buy,2026-05-13 20:54:00,407.0 -9406,buy_compound_top3,buy,2026-05-13 20:57:00,407.0 -9407,buy_compound_top3,buy,2026-05-13 21:00:00,408.0 -9408,buy_compound_top3,buy,2026-05-13 21:03:00,408.0 -9409,buy_compound_top3,buy,2026-05-13 21:15:00,408.0 -9410,buy_compound_top3,buy,2026-05-13 21:18:00,408.0 -9411,buy_compound_top3,buy,2026-05-13 21:21:00,407.0 -9412,buy_compound_top3,buy,2026-05-13 21:24:00,405.0 -9413,buy_compound_top3,buy,2026-05-13 21:30:00,407.0 -9414,buy_compound_top3,buy,2026-05-13 21:33:00,401.0 -9415,buy_compound_top3,buy,2026-05-13 21:51:00,400.0 -9416,buy_compound_top3,buy,2026-05-13 21:54:00,399.0 -9417,buy_compound_top3,buy,2026-05-13 21:57:00,399.0 -9418,buy_compound_top3,buy,2026-05-13 22:45:00,395.0 -9419,buy_compound_top3,buy,2026-05-13 22:48:00,392.0 -9420,buy_compound_top3,buy,2026-05-13 22:51:00,393.0 -9421,buy_compound_top3,buy,2026-05-13 22:54:00,395.0 -9422,buy_compound_top3,buy,2026-05-13 22:57:00,393.0 -9423,buy_compound_top3,buy,2026-05-13 23:00:00,394.0 -9424,buy_compound_top3,buy,2026-05-13 23:03:00,393.0 -9425,buy_compound_top3,buy,2026-05-14 00:42:00,384.0 -9426,buy_compound_top3,buy,2026-05-14 00:45:00,384.0 -9427,buy_compound_top3,buy,2026-05-14 00:48:00,385.0 -9428,buy_compound_top3,buy,2026-05-14 04:30:00,384.0 -9429,buy_compound_top3,buy,2026-05-14 04:33:00,384.0 -9430,buy_compound_top3,buy,2026-05-14 04:51:00,382.0 -9431,buy_compound_top3,buy,2026-05-14 04:54:00,383.0 -9432,buy_compound_top3,buy,2026-05-14 06:30:00,383.0 -9433,buy_compound_top3,buy,2026-05-14 06:33:00,383.0 -9434,buy_compound_top3,buy,2026-05-14 06:42:00,383.0 -9435,buy_compound_top3,buy,2026-05-14 11:57:00,385.0 -9436,buy_compound_top3,buy,2026-05-14 12:00:00,385.0 -9437,buy_compound_top3,buy,2026-05-14 12:03:00,386.0 -9438,buy_compound_top3,buy,2026-05-14 12:06:00,385.0 -9439,buy_compound_top3,buy,2026-05-14 12:09:00,383.0 -9440,buy_compound_top3,buy,2026-05-14 12:36:00,382.0 -9441,buy_compound_top3,buy,2026-05-14 12:39:00,380.0 -9442,buy_compound_top3,buy,2026-05-14 12:42:00,381.0 -9443,buy_compound_top3,buy,2026-05-14 12:45:00,380.0 -9444,buy_compound_top3,buy,2026-05-14 12:48:00,379.0 -9445,buy_compound_top3,buy,2026-05-14 18:42:00,380.0 -9446,buy_compound_top3,buy,2026-05-14 20:42:00,379.0 -9447,buy_compound_top3,buy,2026-05-14 20:45:00,379.0 -9448,buy_compound_top3,buy,2026-05-14 20:48:00,380.0 -9449,buy_compound_top3,buy,2026-05-14 20:51:00,379.0 -9450,buy_compound_top3,buy,2026-05-14 20:54:00,378.0 -9451,buy_compound_top3,buy,2026-05-14 21:00:00,378.0 -9452,buy_compound_top3,buy,2026-05-14 21:03:00,379.0 -9453,buy_compound_top3,buy,2026-05-15 08:21:00,389.0 -9454,buy_compound_top3,buy,2026-05-15 08:24:00,388.0 -9455,buy_compound_top3,buy,2026-05-15 08:27:00,389.0 -9456,buy_compound_top3,buy,2026-05-15 08:45:00,388.0 -9457,buy_compound_top3,buy,2026-05-15 08:48:00,388.0 -9458,buy_compound_top3,buy,2026-05-15 08:51:00,387.0 -9459,buy_compound_top3,buy,2026-05-15 08:54:00,386.0 -9460,buy_compound_top3,buy,2026-05-15 08:57:00,387.0 -9461,buy_compound_top3,buy,2026-05-15 09:00:00,386.0 -9462,buy_compound_top3,buy,2026-05-15 09:03:00,387.0 -9463,buy_compound_top3,buy,2026-05-15 11:21:00,384.0 -9464,buy_compound_top3,buy,2026-05-15 11:24:00,385.0 -9465,buy_compound_top3,buy,2026-05-15 11:27:00,384.0 -9466,buy_compound_top3,buy,2026-05-15 11:30:00,385.0 -9467,buy_compound_top3,buy,2026-05-15 11:33:00,383.0 -9468,buy_compound_top3,buy,2026-05-15 13:21:00,385.0 -9469,buy_compound_top3,buy,2026-05-15 13:24:00,384.0 -9470,buy_compound_top3,buy,2026-05-15 13:27:00,384.0 -9471,buy_compound_top3,buy,2026-05-15 13:36:00,384.0 -9472,buy_compound_top3,buy,2026-05-15 13:39:00,384.0 -9473,buy_compound_top3,buy,2026-05-15 13:45:00,383.0 -9474,buy_compound_top3,buy,2026-05-15 13:48:00,383.0 -9475,buy_compound_top3,buy,2026-05-15 13:51:00,383.0 -9476,buy_compound_top3,buy,2026-05-15 13:54:00,382.0 -9477,buy_compound_top3,buy,2026-05-15 13:57:00,382.0 -9478,buy_compound_top3,buy,2026-05-15 14:06:00,382.0 -9479,buy_compound_top3,buy,2026-05-15 14:09:00,381.0 -9480,buy_compound_top3,buy,2026-05-15 14:12:00,381.0 -9481,buy_compound_top3,buy,2026-05-15 14:57:00,373.0 -9482,buy_compound_top3,buy,2026-05-15 15:00:00,373.0 -9483,buy_compound_top3,buy,2026-05-15 15:03:00,373.0 -9484,buy_compound_top3,buy,2026-05-15 21:57:00,373.0 -9485,buy_compound_top3,buy,2026-05-15 22:12:00,373.0 -9486,buy_compound_top3,buy,2026-05-15 22:15:00,372.0 -9487,buy_compound_top3,buy,2026-05-15 22:18:00,372.0 -9488,buy_compound_top3,buy,2026-05-15 22:51:00,363.0 -9489,buy_compound_top3,buy,2026-05-15 22:54:00,364.0 -9490,buy_compound_top3,buy,2026-05-16 05:12:00,365.0 -9491,buy_compound_top3,buy,2026-05-16 05:21:00,365.0 -9492,buy_compound_top3,buy,2026-05-16 05:24:00,364.0 -9493,buy_compound_top3,buy,2026-05-16 05:45:00,364.0 -9494,buy_compound_top3,buy,2026-05-16 05:48:00,364.0 -9495,buy_compound_top3,buy,2026-05-16 05:57:00,363.0 -9496,buy_compound_top3,buy,2026-05-16 13:51:00,364.0 -9497,buy_compound_top3,buy,2026-05-16 13:54:00,364.0 -9498,buy_compound_top3,buy,2026-05-16 15:36:00,362.0 -9499,buy_compound_top3,buy,2026-05-16 15:39:00,362.0 -9500,buy_compound_top3,buy,2026-05-16 15:42:00,361.0 -9501,buy_compound_top3,buy,2026-05-16 15:45:00,361.0 -9502,buy_compound_top3,buy,2026-05-16 15:48:00,360.0 -9503,buy_compound_top3,buy,2026-05-16 16:21:00,357.0 -9504,buy_compound_top3,buy,2026-05-16 16:24:00,356.0 -9505,buy_compound_top3,buy,2026-05-16 19:06:00,353.0 -9506,buy_compound_top3,buy,2026-05-16 19:09:00,352.0 -9507,buy_compound_top3,buy,2026-05-16 19:12:00,352.0 -9508,buy_compound_top3,buy,2026-05-17 03:21:00,359.0 -9509,buy_compound_top3,buy,2026-05-17 03:24:00,359.0 -9510,buy_compound_top3,buy,2026-05-17 04:21:00,359.0 -9511,buy_compound_top3,buy,2026-05-17 04:24:00,359.0 -9512,buy_compound_top3,buy,2026-05-17 05:45:00,358.0 -9513,buy_compound_top3,buy,2026-05-17 05:48:00,359.0 -9514,buy_compound_top3,buy,2026-05-17 05:51:00,359.0 -9515,buy_compound_top3,buy,2026-05-17 05:54:00,359.0 -9516,buy_compound_top3,buy,2026-05-17 08:12:00,358.0 -9517,buy_compound_top3,buy,2026-05-17 10:06:00,357.0 -9518,buy_compound_top3,buy,2026-05-17 10:09:00,358.0 -9519,buy_compound_top3,buy,2026-05-17 10:30:00,356.0 -9520,buy_compound_top3,buy,2026-05-17 10:33:00,356.0 -9521,buy_compound_top3,buy,2026-05-17 10:57:00,356.0 -9522,buy_compound_top3,buy,2026-05-17 11:00:00,355.0 -9523,buy_compound_top3,buy,2026-05-17 11:03:00,355.0 -9524,buy_compound_top3,buy,2026-05-17 20:21:00,362.0 -9525,buy_compound_top3,buy,2026-05-17 20:24:00,362.0 -9526,buy_compound_top3,buy,2026-05-17 22:27:00,362.0 -9527,buy_compound_top3,buy,2026-05-17 23:27:00,361.0 -9528,buy_compound_top3,buy,2026-05-17 23:30:00,360.0 -9529,buy_compound_top3,buy,2026-05-17 23:33:00,361.0 -9530,buy_compound_top3,buy,2026-05-17 23:36:00,360.0 -9531,buy_compound_top3,buy,2026-05-17 23:39:00,360.0 -9532,buy_compound_top3,buy,2026-05-17 23:42:00,360.0 -9533,buy_compound_top3,buy,2026-05-18 02:06:00,359.0 -9534,buy_compound_top3,buy,2026-05-18 02:09:00,359.0 -9535,buy_compound_top3,buy,2026-05-18 02:12:00,357.0 -9536,buy_compound_top3,buy,2026-05-18 02:27:00,358.0 -9537,buy_compound_top3,buy,2026-05-18 07:30:00,358.0 -9538,buy_compound_top3,buy,2026-05-18 07:33:00,358.0 -9539,buy_compound_top3,buy,2026-05-18 07:36:00,359.0 -9540,buy_compound_top3,buy,2026-05-18 07:39:00,359.0 -9541,buy_compound_top3,buy,2026-05-18 07:51:00,357.0 -9542,buy_compound_top3,buy,2026-05-18 07:54:00,357.0 -9543,buy_compound_top3,buy,2026-05-18 08:06:00,356.0 -9544,buy_compound_top3,buy,2026-05-18 08:09:00,356.0 -9545,buy_compound_top3,buy,2026-05-18 08:15:00,356.0 -9546,buy_compound_top3,buy,2026-05-18 08:18:00,355.0 -9547,buy_compound_top3,buy,2026-05-18 08:21:00,356.0 -9548,buy_compound_top3,buy,2026-05-18 08:24:00,356.0 -9549,buy_compound_top3,buy,2026-05-18 08:27:00,354.0 -9550,buy_compound_top3,buy,2026-05-18 08:30:00,354.0 -9551,buy_compound_top3,buy,2026-05-18 08:33:00,355.0 -9552,buy_compound_top3,buy,2026-05-18 08:36:00,354.0 -9553,buy_compound_top3,buy,2026-05-18 08:39:00,354.0 -9554,buy_compound_top3,buy,2026-05-18 10:30:00,348.0 -9555,buy_compound_top3,buy,2026-05-18 10:33:00,350.0 -9556,buy_compound_top3,buy,2026-05-18 14:30:00,351.0 -9557,buy_compound_top3,buy,2026-05-18 14:33:00,350.0 -9558,buy_compound_top3,buy,2026-05-18 14:36:00,351.0 -9559,buy_compound_top3,buy,2026-05-18 14:39:00,350.0 -9560,buy_compound_top3,buy,2026-05-18 14:42:00,350.0 -9561,buy_compound_top3,buy,2026-05-18 15:15:00,350.0 -9562,buy_compound_top3,buy,2026-05-18 15:18:00,349.0 -9563,buy_compound_top3,buy,2026-05-18 15:27:00,348.0 -9564,buy_compound_top3,buy,2026-05-18 15:30:00,348.0 -9565,buy_compound_top3,buy,2026-05-18 15:33:00,349.0 -9566,buy_compound_top3,buy,2026-05-18 16:42:00,347.0 -9567,buy_compound_top3,buy,2026-05-18 18:12:00,346.0 -9568,buy_compound_top3,buy,2026-05-18 18:21:00,347.0 -9569,buy_compound_top3,buy,2026-05-18 18:24:00,347.0 -9570,buy_compound_top3,buy,2026-05-18 18:30:00,346.0 -9571,buy_compound_top3,buy,2026-05-18 18:33:00,346.0 -9572,buy_compound_top3,buy,2026-05-18 19:12:00,344.0 -9573,buy_compound_top3,buy,2026-05-18 19:15:00,344.0 -9574,buy_compound_top3,buy,2026-05-18 19:18:00,343.0 -9575,buy_compound_top3,buy,2026-05-18 19:21:00,343.0 -9576,buy_compound_top3,buy,2026-05-18 19:24:00,344.0 -9577,buy_compound_top3,buy,2026-05-18 23:36:00,345.0 -9578,buy_compound_top3,buy,2026-05-18 23:39:00,347.0 -9579,buy_compound_top3,buy,2026-05-18 23:42:00,347.0 -9580,buy_compound_top3,buy,2026-05-18 23:45:00,346.0 -9581,buy_compound_top3,buy,2026-05-18 23:48:00,345.0 -9582,buy_compound_top3,buy,2026-05-19 00:06:00,343.0 -9583,buy_compound_top3,buy,2026-05-19 00:09:00,345.0 -9584,buy_compound_top3,buy,2026-05-19 03:42:00,346.0 -9585,buy_compound_top3,buy,2026-05-19 11:00:00,357.0 -9586,buy_compound_top3,buy,2026-05-19 11:03:00,356.0 -9587,buy_compound_top3,buy,2026-05-19 17:12:00,363.0 -9588,buy_compound_top3,buy,2026-05-19 18:36:00,362.0 -9589,buy_compound_top3,buy,2026-05-19 18:39:00,361.0 -9590,buy_compound_top3,buy,2026-05-19 20:42:00,361.0 -9591,buy_compound_top3,buy,2026-05-19 20:51:00,361.0 -9592,buy_compound_top3,buy,2026-05-19 20:54:00,360.0 -9593,buy_compound_top3,buy,2026-05-19 20:57:00,360.0 -9594,buy_compound_top3,buy,2026-05-19 23:30:00,360.0 -9595,buy_compound_top3,buy,2026-05-19 23:33:00,359.0 -9596,buy_compound_top3,buy,2026-05-19 23:42:00,360.0 -9597,buy_compound_top3,buy,2026-05-19 23:45:00,358.0 -9598,buy_compound_top3,buy,2026-05-19 23:48:00,357.0 -9599,buy_compound_top3,buy,2026-05-20 03:30:00,357.0 -9600,buy_compound_top3,buy,2026-05-20 03:33:00,358.0 -9601,buy_compound_top3,buy,2026-05-20 07:36:00,356.0 -9602,buy_compound_top3,buy,2026-05-20 07:39:00,356.0 -9603,buy_compound_top3,buy,2026-05-20 07:42:00,355.0 -9604,buy_compound_top3,buy,2026-05-20 07:45:00,355.0 -9605,buy_compound_top3,buy,2026-05-20 07:48:00,355.0 -9606,buy_compound_top3,buy,2026-05-20 07:51:00,355.0 -9607,buy_compound_top3,buy,2026-05-20 07:54:00,354.0 -9608,buy_compound_top3,buy,2026-05-20 07:57:00,355.0 -9609,buy_compound_top3,buy,2026-05-20 08:00:00,354.0 -9610,buy_compound_top3,buy,2026-05-20 08:03:00,354.0 -9611,buy_compound_top3,buy,2026-05-20 17:15:00,356.0 -9612,buy_compound_top3,buy,2026-05-20 17:18:00,356.0 -9613,buy_compound_top3,buy,2026-05-20 17:21:00,356.0 -9614,buy_compound_top3,buy,2026-05-20 17:24:00,356.0 -9615,buy_compound_top3,buy,2026-05-20 21:06:00,355.0 -9616,buy_compound_top3,buy,2026-05-20 21:09:00,354.0 -9617,buy_compound_top3,buy,2026-05-20 21:15:00,355.0 -9618,buy_compound_top3,buy,2026-05-20 21:18:00,354.0 -9619,buy_compound_top3,buy,2026-05-20 21:21:00,353.0 -9620,buy_compound_top3,buy,2026-05-20 21:24:00,353.0 -9621,buy_compound_top3,buy,2026-05-21 07:15:00,368.0 -9622,buy_compound_top3,buy,2026-05-21 07:18:00,368.0 -9623,buy_compound_top3,buy,2026-05-21 07:21:00,367.0 -9624,buy_compound_top3,buy,2026-05-21 07:24:00,367.0 -9625,buy_compound_top3,buy,2026-05-21 08:15:00,366.0 -9626,buy_compound_top3,buy,2026-05-21 08:18:00,366.0 -9627,buy_compound_top3,buy,2026-05-21 08:21:00,367.0 -9628,buy_compound_top3,buy,2026-05-21 08:24:00,365.0 -9629,buy_compound_top3,buy,2026-05-21 08:27:00,364.0 -9630,buy_compound_top3,buy,2026-05-21 08:30:00,365.0 -9631,buy_compound_top3,buy,2026-05-21 08:33:00,366.0 -9632,buy_compound_top3,buy,2026-05-21 20:06:00,380.0 -9633,buy_compound_top3,buy,2026-05-21 20:09:00,380.0 -9634,buy_compound_top3,buy,2026-05-21 20:42:00,379.0 -9635,buy_compound_top3,buy,2026-05-21 20:45:00,378.0 -9636,buy_compound_top3,buy,2026-05-21 20:48:00,379.0 -9637,buy_compound_top3,buy,2026-05-22 06:51:00,398.0 -9638,buy_compound_top3,buy,2026-05-22 06:54:00,397.0 -9639,buy_compound_top3,buy,2026-05-22 06:57:00,397.0 -9640,buy_compound_top3,buy,2026-05-22 07:00:00,397.0 -9641,buy_compound_top3,buy,2026-05-22 07:03:00,398.0 -9642,buy_compound_top3,buy,2026-05-23 03:00:00,433.0 -9643,buy_compound_top3,buy,2026-05-23 03:03:00,433.0 -9644,buy_compound_top3,buy,2026-05-23 03:12:00,430.0 -9645,buy_compound_top3,buy,2026-05-23 03:21:00,429.0 -9646,buy_compound_top3,buy,2026-05-23 03:24:00,429.0 -9647,buy_compound_top3,buy,2026-05-23 03:27:00,429.0 -9648,buy_compound_top3,buy,2026-05-23 03:30:00,425.0 -9649,buy_compound_top3,buy,2026-05-23 03:33:00,424.0 -9650,buy_compound_top3,buy,2026-05-23 03:36:00,422.0 -9651,buy_compound_top3,buy,2026-05-23 03:39:00,422.0 -9652,buy_compound_top3,buy,2026-05-23 03:42:00,421.0 -9653,buy_compound_top3,buy,2026-05-23 03:45:00,420.0 -9654,buy_compound_top3,buy,2026-05-23 03:48:00,420.0 -9655,buy_compound_top3,buy,2026-05-23 04:06:00,419.0 -9656,buy_compound_top3,buy,2026-05-23 04:09:00,416.0 -9657,buy_compound_top3,buy,2026-05-23 04:27:00,415.0 -9658,buy_compound_top3,buy,2026-05-23 04:30:00,412.0 -9659,buy_compound_top3,buy,2026-05-23 04:33:00,409.0 -9660,buy_compound_top3,buy,2026-05-23 04:42:00,407.0 -9661,buy_compound_top3,buy,2026-05-23 04:45:00,408.0 -9662,buy_compound_top3,buy,2026-05-23 04:48:00,410.0 -9663,buy_compound_top3,buy,2026-05-23 17:06:00,395.0 -9664,buy_compound_top3,buy,2026-05-23 17:09:00,395.0 -9665,buy_compound_top3,buy,2026-05-24 08:12:00,447.0 -9666,buy_compound_top3,buy,2026-05-24 08:15:00,447.0 -9667,buy_compound_top3,buy,2026-05-24 08:18:00,447.0 -9668,buy_compound_top3,buy,2026-05-24 08:36:00,447.0 -9669,buy_compound_top3,buy,2026-05-24 08:39:00,446.0 -9670,buy_compound_top3,buy,2026-05-24 08:42:00,445.0 -9671,buy_compound_top3,buy,2026-05-24 11:36:00,446.0 -9672,buy_compound_top3,buy,2026-05-24 11:39:00,447.0 -9673,buy_compound_top3,buy,2026-05-24 23:27:00,445.0 -9674,buy_compound_top3,buy,2026-05-24 23:30:00,446.0 -9675,buy_compound_top3,buy,2026-05-24 23:33:00,449.0 -9676,buy_compound_top3,buy,2026-05-25 03:36:00,441.0 -9677,buy_compound_top3,buy,2026-05-25 03:39:00,442.0 -9678,buy_compound_top3,buy,2026-05-25 03:51:00,440.0 -9679,buy_compound_top3,buy,2026-05-25 03:54:00,440.0 -9680,buy_compound_top3,buy,2026-05-25 03:57:00,440.0 -9681,buy_compound_top3,buy,2026-05-25 04:00:00,440.0 -9682,buy_compound_top3,buy,2026-05-25 04:03:00,440.0 -9683,buy_compound_top3,buy,2026-05-25 04:06:00,440.0 -9684,buy_compound_top3,buy,2026-05-25 04:09:00,440.0 -9685,buy_compound_top3,buy,2026-05-25 04:27:00,438.0 -9686,buy_compound_top3,buy,2026-05-25 04:30:00,438.0 -9687,buy_compound_top3,buy,2026-05-25 04:33:00,439.0 -9688,buy_compound_top3,buy,2026-05-25 04:42:00,437.0 -9689,buy_compound_top3,buy,2026-05-25 04:45:00,437.0 -9690,buy_compound_top3,buy,2026-05-25 04:48:00,437.0 -9691,buy_compound_top3,buy,2026-05-25 04:51:00,436.0 -9692,buy_compound_top3,buy,2026-05-25 04:54:00,437.0 -9693,buy_compound_top3,buy,2026-05-25 04:57:00,438.0 -9694,buy_compound_top3,buy,2026-05-25 05:00:00,437.0 -9695,buy_compound_top3,buy,2026-05-25 05:03:00,435.0 -9696,buy_compound_top3,buy,2026-05-25 05:42:00,435.0 -9697,buy_compound_top3,buy,2026-05-25 05:45:00,435.0 -9698,buy_compound_top3,buy,2026-05-25 05:48:00,435.0 -9699,buy_compound_top3,buy,2026-05-25 05:57:00,436.0 -9700,buy_compound_top3,buy,2026-05-25 06:57:00,428.0 -9701,buy_compound_top3,buy,2026-05-25 11:51:00,435.0 -9702,buy_compound_top3,buy,2026-05-25 11:54:00,436.0 -9703,buy_compound_top3,buy,2026-05-25 11:57:00,436.0 -9704,buy_compound_top3,buy,2026-05-25 12:00:00,436.0 -9705,buy_compound_top3,buy,2026-05-25 12:03:00,433.0 -9706,buy_compound_top3,buy,2026-05-25 12:12:00,434.0 -9707,buy_compound_top3,buy,2026-05-25 21:21:00,451.0 -9708,buy_compound_top3,buy,2026-05-25 21:24:00,449.0 -9709,buy_compound_top3,buy,2026-05-25 21:30:00,450.0 -9710,buy_compound_top3,buy,2026-05-25 21:33:00,448.0 -9711,buy_compound_top3,buy,2026-05-25 22:15:00,447.0 -9712,buy_compound_top3,buy,2026-05-25 22:18:00,446.0 -9713,buy_compound_top3,buy,2026-05-26 01:27:00,447.0 -9714,buy_compound_top3,buy,2026-05-27 03:57:00,568.0 -9715,buy_compound_top3,buy,2026-05-27 04:00:00,567.0 -9716,buy_compound_top3,buy,2026-05-27 04:03:00,569.0 -9717,buy_compound_top3,buy,2026-05-27 06:51:00,560.0 -9718,buy_compound_top3,buy,2026-05-27 06:54:00,562.0 -9719,buy_compound_top3,buy,2026-05-27 08:42:00,561.0 -9720,buy_compound_top3,buy,2026-05-27 08:45:00,562.0 -9721,buy_compound_top3,buy,2026-05-27 08:48:00,562.0 -9722,buy_compound_top3,buy,2026-05-27 08:51:00,560.0 -9723,buy_compound_top3,buy,2026-05-27 08:54:00,560.0 -9724,buy_compound_top3,buy,2026-05-27 09:12:00,554.0 -9725,buy_compound_top3,buy,2026-05-27 09:51:00,548.0 -9726,buy_compound_top3,buy,2026-05-27 09:54:00,550.0 -9727,buy_compound_top3,buy,2026-05-27 10:27:00,544.0 -9728,buy_compound_top3,buy,2026-05-27 10:30:00,542.0 -9729,buy_compound_top3,buy,2026-05-27 10:33:00,541.0 -9730,buy_compound_top3,buy,2026-05-27 10:36:00,540.0 -9731,buy_compound_top3,buy,2026-05-27 10:39:00,543.0 -9732,buy_compound_top3,buy,2026-05-27 10:45:00,543.0 -9733,buy_compound_top3,buy,2026-05-27 10:48:00,545.0 -9734,buy_compound_top3,buy,2026-05-27 10:51:00,541.0 -9735,buy_compound_top3,buy,2026-05-27 10:54:00,543.0 -9736,buy_compound_top3,buy,2026-05-27 11:00:00,539.0 -9737,buy_compound_top3,buy,2026-05-27 11:03:00,539.0 -9738,buy_compound_top3,buy,2026-05-27 11:06:00,538.0 -9739,buy_compound_top3,buy,2026-05-27 11:09:00,535.0 -9740,buy_compound_top3,buy,2026-05-27 11:12:00,536.0 -9741,buy_compound_top3,buy,2026-05-27 11:15:00,535.0 -9742,buy_compound_top3,buy,2026-05-27 11:18:00,532.0 -9743,buy_compound_top3,buy,2026-05-27 11:27:00,534.0 -9744,buy_compound_top3,buy,2026-05-27 11:30:00,533.0 -9745,buy_compound_top3,buy,2026-05-27 11:33:00,532.0 -9746,buy_compound_top3,buy,2026-05-27 12:57:00,527.0 -9747,buy_compound_top3,buy,2026-05-27 13:00:00,528.0 -9748,buy_compound_top3,buy,2026-05-27 13:03:00,528.0 -9749,buy_compound_top3,buy,2026-05-27 13:06:00,528.0 -9750,buy_compound_top3,buy,2026-05-27 13:09:00,525.0 -9751,buy_compound_top3,buy,2026-05-27 13:15:00,524.0 -9752,buy_compound_top3,buy,2026-05-27 13:18:00,523.0 -9753,buy_compound_top3,buy,2026-05-27 13:27:00,524.0 -9754,buy_compound_top3,buy,2026-05-27 18:30:00,526.0 -9755,buy_compound_top3,buy,2026-05-27 18:33:00,525.0 -9756,buy_compound_top3,buy,2026-05-27 18:36:00,526.0 -9757,buy_compound_top3,buy,2026-05-27 18:39:00,526.0 -9758,buy_compound_top3,buy,2026-05-28 01:42:00,523.0 -9759,buy_compound_top3,buy,2026-05-28 01:45:00,523.0 -9760,buy_compound_top3,buy,2026-05-28 01:48:00,526.0 -9761,buy_compound_top3,buy,2026-05-28 02:15:00,519.0 -9762,buy_compound_top3,buy,2026-05-28 02:18:00,516.0 -9763,buy_compound_top3,buy,2026-05-28 02:21:00,516.0 -9764,buy_compound_top3,buy,2026-05-28 02:24:00,516.0 -9765,buy_compound_top3,buy,2026-05-28 02:27:00,509.0 -9766,buy_compound_top3,buy,2026-05-28 02:36:00,510.0 -9767,buy_compound_top3,buy,2026-05-28 02:39:00,509.0 -9768,buy_compound_top3,buy,2026-05-28 02:42:00,509.0 -9769,buy_compound_top3,buy,2026-05-28 06:57:00,504.0 -9770,buy_compound_top3,buy,2026-05-28 07:45:00,503.0 -9771,buy_compound_top3,buy,2026-05-28 07:48:00,502.0 -9772,buy_compound_top3,buy,2026-05-28 07:57:00,501.0 -9773,buy_compound_top3,buy,2026-05-28 08:00:00,500.0 -9774,buy_compound_top3,buy,2026-05-28 08:03:00,502.0 -9775,buy_compound_top3,buy,2026-05-28 08:06:00,500.0 -9776,buy_compound_top3,buy,2026-05-28 08:09:00,501.0 -9777,buy_compound_top3,buy,2026-05-28 08:15:00,501.0 -9778,buy_compound_top3,buy,2026-05-28 08:18:00,499.0 -9779,buy_compound_top3,buy,2026-05-28 08:21:00,499.0 -9780,buy_compound_top3,buy,2026-05-28 08:24:00,498.0 -9781,buy_compound_top3,buy,2026-05-28 08:30:00,497.0 -9782,buy_compound_top3,buy,2026-05-28 08:33:00,498.0 -9783,buy_compound_top3,buy,2026-05-28 09:12:00,498.0 -9784,buy_compound_top3,buy,2026-05-28 09:36:00,496.0 -9785,buy_compound_top3,buy,2026-05-28 09:39:00,493.0 -9786,buy_compound_top3,buy,2026-05-28 09:45:00,495.0 -9787,buy_compound_top3,buy,2026-05-28 09:48:00,494.0 -9788,buy_compound_top3,buy,2026-05-28 09:57:00,491.0 -9789,buy_compound_top3,buy,2026-05-28 10:00:00,492.0 -9790,buy_compound_top3,buy,2026-05-28 10:03:00,491.0 -9791,buy_compound_top3,buy,2026-05-28 10:06:00,489.0 -9792,buy_compound_top3,buy,2026-05-28 10:09:00,490.0 -9793,buy_compound_top3,buy,2026-05-28 10:12:00,488.0 -9794,buy_compound_top3,buy,2026-05-28 10:15:00,489.0 -9795,buy_compound_top3,buy,2026-05-28 10:18:00,487.0 -9796,buy_compound_top3,buy,2026-05-28 11:30:00,488.0 -9797,buy_compound_top3,buy,2026-05-28 11:33:00,486.0 -9798,buy_compound_top3,buy,2026-05-28 14:30:00,455.0 -9799,buy_compound_top3,buy,2026-05-28 14:33:00,456.0 -9800,buy_compound_top3,buy,2026-05-28 19:36:00,444.0 -9801,buy_compound_top3,buy,2026-05-28 19:39:00,442.0 -9802,buy_compound_top3,buy,2026-05-28 19:42:00,441.0 -9803,buy_compound_top3,buy,2026-05-28 19:57:00,441.0 -9804,buy_compound_top3,buy,2026-05-28 21:00:00,433.0 -9805,buy_compound_top3,buy,2026-05-28 21:03:00,432.0 -9806,buy_compound_top3,buy,2026-05-28 21:06:00,432.0 -9807,buy_compound_top3,buy,2026-05-28 21:09:00,432.0 -9808,buy_compound_top3,buy,2026-05-28 21:12:00,433.0 -9809,buy_compound_top3,buy,2026-05-28 21:15:00,433.0 -9810,buy_compound_top3,buy,2026-05-28 21:18:00,432.0 -9811,buy_compound_top3,buy,2026-05-28 21:21:00,431.0 -9812,buy_compound_top3,buy,2026-05-28 21:24:00,431.0 -9813,buy_compound_top3,buy,2026-05-28 23:30:00,425.0 -9814,buy_compound_top3,buy,2026-05-28 23:33:00,424.0 -9815,buy_compound_top3,buy,2026-05-28 23:45:00,421.0 -9816,buy_compound_top3,buy,2026-05-28 23:48:00,423.0 -9817,buy_compound_top3,buy,2026-05-29 01:00:00,419.0 -9818,buy_compound_top3,buy,2026-05-29 01:03:00,418.0 -9819,buy_compound_top3,buy,2026-05-29 02:00:00,416.0 -9820,buy_compound_top3,buy,2026-05-29 02:03:00,417.0 -9821,buy_compound_top3,buy,2026-05-29 02:51:00,414.0 -9822,buy_compound_top3,buy,2026-05-29 02:54:00,413.0 -9823,buy_compound_top3,buy,2026-05-29 07:42:00,409.0 -9824,buy_compound_top3,buy,2026-05-29 12:57:00,421.0 -9825,buy_compound_top3,buy,2026-05-29 13:00:00,420.0 -9826,buy_compound_top3,buy,2026-05-29 13:03:00,419.0 -9827,buy_compound_top3,buy,2026-05-29 13:06:00,421.0 -9828,buy_compound_top3,buy,2026-05-29 13:09:00,417.0 -9829,buy_compound_top3,buy,2026-05-29 13:12:00,417.0 -9830,buy_compound_top3,buy,2026-05-29 19:12:00,448.0 -9831,buy_compound_top3,buy,2026-05-29 19:30:00,446.0 -9832,buy_compound_top3,buy,2026-05-29 19:33:00,447.0 -9833,buy_compound_top3,buy,2026-05-29 19:36:00,445.0 -9834,buy_compound_top3,buy,2026-05-29 19:39:00,446.0 -9835,buy_compound_top3,buy,2026-05-29 19:51:00,445.0 -9836,buy_compound_top3,buy,2026-05-29 19:54:00,444.0 -9837,buy_compound_top3,buy,2026-05-29 19:57:00,444.0 -9838,buy_compound_top3,buy,2026-05-29 20:21:00,440.0 -9839,buy_compound_top3,buy,2026-05-29 20:24:00,442.0 -9840,buy_compound_top3,buy,2026-05-29 20:27:00,440.0 -9841,buy_compound_top3,buy,2026-05-29 20:30:00,439.0 -9842,buy_compound_top3,buy,2026-05-29 20:33:00,437.0 -9843,buy_compound_top3,buy,2026-05-29 20:36:00,437.0 -9844,buy_compound_top3,buy,2026-05-29 20:39:00,436.0 -9845,buy_compound_top3,buy,2026-05-29 20:45:00,437.0 -9846,buy_compound_top3,buy,2026-05-29 20:48:00,435.0 -9847,buy_compound_top3,buy,2026-05-29 20:57:00,433.0 -9848,buy_compound_top3,buy,2026-05-29 21:00:00,435.0 -9849,buy_compound_top3,buy,2026-05-29 21:03:00,435.0 -9850,buy_compound_top3,buy,2026-05-29 21:06:00,431.0 -9851,buy_compound_top3,buy,2026-05-29 21:09:00,432.0 -9852,buy_compound_top3,buy,2026-05-29 21:12:00,433.0 -9853,buy_compound_top3,buy,2026-05-30 04:00:00,443.0 -9854,buy_compound_top3,buy,2026-05-30 04:03:00,444.0 -9855,buy_compound_top3,buy,2026-05-30 04:06:00,444.0 -9856,buy_compound_top3,buy,2026-05-30 04:09:00,444.0 -9857,buy_compound_top3,buy,2026-05-30 06:42:00,439.0 -9858,buy_compound_top3,buy,2026-05-30 06:45:00,439.0 -9859,buy_compound_top3,buy,2026-05-30 06:48:00,439.0 -9860,buy_compound_top3,buy,2026-05-30 07:06:00,436.0 -9861,buy_compound_top3,buy,2026-05-30 07:09:00,434.0 -9862,buy_compound_top3,buy,2026-05-30 07:12:00,435.0 -9863,buy_compound_top3,buy,2026-05-30 08:00:00,433.0 -9864,buy_compound_top3,buy,2026-05-30 08:03:00,430.0 -9865,buy_compound_top3,buy,2026-05-30 08:06:00,432.0 -9866,buy_compound_top3,buy,2026-05-30 08:09:00,431.0 -9867,buy_compound_top3,buy,2026-05-30 08:12:00,432.0 -9868,buy_compound_top3,buy,2026-05-30 08:15:00,431.0 -9869,buy_compound_top3,buy,2026-05-30 08:18:00,431.0 -9870,buy_compound_top3,buy,2026-05-30 09:21:00,428.0 -9871,buy_compound_top3,buy,2026-05-30 09:24:00,428.0 -9872,buy_compound_top3,buy,2026-05-30 09:36:00,425.0 -9873,buy_compound_top3,buy,2026-05-30 09:39:00,426.0 -9874,buy_compound_top3,buy,2026-05-30 09:42:00,426.0 -9875,buy_compound_top3,buy,2026-05-30 10:00:00,424.0 -9876,buy_compound_top3,buy,2026-05-30 10:03:00,423.0 -9877,buy_compound_top3,buy,2026-05-30 13:30:00,428.0 -9878,buy_compound_top3,buy,2026-05-30 13:33:00,428.0 -9879,buy_compound_top3,buy,2026-05-31 07:06:00,523.0 -9880,buy_compound_top3,buy,2026-05-31 07:09:00,527.0 -9881,buy_compound_top3,buy,2026-05-31 07:12:00,528.0 -9882,buy_compound_top3,buy,2026-05-31 07:15:00,528.0 -9883,buy_compound_top3,buy,2026-05-31 07:18:00,527.0 -9884,buy_compound_top3,buy,2026-05-31 07:21:00,523.0 -9885,buy_compound_top3,buy,2026-05-31 07:24:00,523.0 -9886,buy_compound_top3,buy,2026-05-31 07:27:00,525.0 -9887,buy_compound_top3,buy,2026-05-31 07:30:00,524.0 -9888,buy_compound_top3,buy,2026-05-31 07:33:00,521.0 -9889,buy_compound_top3,buy,2026-05-31 07:42:00,515.0 -9890,buy_compound_top3,buy,2026-05-31 07:45:00,516.0 -9891,buy_compound_top3,buy,2026-05-31 07:48:00,515.0 -9892,buy_compound_top3,buy,2026-05-31 08:21:00,509.0 -9893,buy_compound_top3,buy,2026-05-31 08:24:00,510.0 -9894,buy_compound_top3,buy,2026-05-31 08:36:00,510.0 -9895,buy_compound_top3,buy,2026-05-31 08:39:00,506.0 -9896,buy_compound_top3,buy,2026-05-31 08:42:00,507.0 -9897,buy_compound_top3,buy,2026-05-31 09:36:00,500.0 -9898,buy_compound_top3,buy,2026-05-31 09:39:00,504.0 -9899,buy_compound_top3,buy,2026-05-31 15:12:00,506.0 -9900,buy_compound_top3,buy,2026-05-31 15:15:00,506.0 -9901,buy_compound_top3,buy,2026-05-31 15:18:00,507.0 -9902,buy_compound_top3,buy,2026-05-31 15:57:00,503.0 -9903,buy_compound_top3,buy,2026-05-31 16:12:00,501.0 -9904,buy_compound_top3,buy,2026-05-31 18:06:00,497.0 -9905,buy_compound_top3,buy,2026-05-31 18:09:00,496.0 -9906,buy_compound_top3,buy,2026-05-31 19:15:00,497.0 -9907,buy_compound_top3,buy,2026-05-31 19:18:00,496.0 -9908,buy_compound_top3,buy,2026-05-31 19:21:00,494.0 -9909,buy_compound_top3,buy,2026-05-31 19:24:00,494.0 -9910,buy_compound_top3,buy,2026-05-31 19:45:00,490.0 -9911,buy_compound_top3,buy,2026-05-31 19:48:00,491.0 -9912,buy_compound_top3,buy,2026-06-01 15:15:00,567.0 -9913,buy_compound_top3,buy,2026-06-01 15:18:00,563.0 -9914,buy_compound_top3,buy,2026-06-01 15:21:00,561.0 -9915,buy_compound_top3,buy,2026-06-01 15:24:00,557.0 -9916,buy_compound_top3,buy,2026-06-01 15:30:00,559.0 -9917,buy_compound_top3,buy,2026-06-01 15:33:00,558.0 -9918,buy_compound_top3,buy,2026-06-01 16:57:00,556.0 -9919,buy_compound_top3,buy,2026-06-01 17:00:00,555.0 -9920,buy_compound_top3,buy,2026-06-01 17:03:00,551.0 -9921,buy_compound_top3,buy,2026-06-01 18:30:00,555.0 -9922,buy_compound_top3,buy,2026-06-01 18:33:00,551.0 -9923,buy_compound_top3,buy,2026-06-01 20:51:00,547.0 -9924,buy_compound_top3,buy,2026-06-01 20:54:00,548.0 -9925,buy_compound_top3,buy,2026-06-01 20:57:00,549.0 -9926,buy_compound_top3,buy,2026-06-01 21:00:00,549.0 -9927,buy_compound_top3,buy,2026-06-01 21:03:00,548.0 -9928,buy_compound_top3,buy,2026-06-01 21:06:00,548.0 -9929,buy_compound_top3,buy,2026-06-01 21:09:00,543.0 -9930,buy_compound_top3,buy,2026-06-01 21:12:00,543.0 -9931,buy_compound_top3,buy,2026-06-01 23:30:00,546.0 -9932,buy_compound_top3,buy,2026-06-01 23:33:00,546.0 -9933,buy_compound_top3,buy,2026-06-02 16:15:00,664.0 -9934,buy_compound_top3,buy,2026-06-02 16:18:00,662.0 -9935,buy_compound_top3,buy,2026-06-02 16:45:00,648.0 -9936,buy_compound_top3,buy,2026-06-02 16:48:00,633.0 -9937,buy_compound_top3,buy,2026-06-02 17:00:00,620.0 -9938,buy_compound_top3,buy,2026-06-02 17:03:00,615.0 -9939,buy_compound_top3,buy,2026-06-02 17:12:00,614.0 -9940,buy_compound_top3,buy,2026-06-02 17:15:00,618.0 -9941,buy_compound_top3,buy,2026-06-02 17:18:00,608.0 -9942,buy_compound_top3,buy,2026-06-02 17:21:00,606.0 -9943,buy_compound_top3,buy,2026-06-02 17:24:00,603.0 -9944,buy_compound_top3,buy,2026-06-02 17:27:00,606.0 -9945,buy_compound_top3,buy,2026-06-02 21:15:00,607.0 -9946,buy_compound_top3,buy,2026-06-02 21:18:00,603.0 -9947,buy_compound_top3,buy,2026-06-03 00:12:00,601.0 -9948,buy_compound_top3,buy,2026-06-03 00:15:00,599.0 -9949,buy_compound_top3,buy,2026-06-03 00:18:00,602.0 -9950,buy_compound_top3,buy,2026-06-03 00:36:00,588.0 -9951,buy_compound_top3,buy,2026-06-03 00:39:00,585.0 -9952,buy_compound_top3,buy,2026-06-03 04:00:00,599.0 -9953,buy_compound_top3,buy,2026-06-03 04:03:00,596.0 -9954,buy_compound_top3,buy,2026-06-03 04:12:00,599.0 -9955,buy_compound_top3,buy,2026-06-03 04:15:00,596.0 -9956,buy_compound_top3,buy,2026-06-03 04:18:00,593.0 -9957,buy_compound_top3,buy,2026-06-03 04:21:00,590.0 -9958,buy_compound_top3,buy,2026-06-03 04:24:00,589.0 -9959,buy_compound_top3,buy,2026-06-03 04:27:00,593.0 -9960,buy_compound_top3,buy,2026-06-03 04:30:00,592.0 -9961,buy_compound_top3,buy,2026-06-03 04:33:00,588.0 -9962,buy_compound_top3,buy,2026-06-03 04:36:00,585.0 -9963,buy_compound_top3,buy,2026-06-03 04:39:00,586.0 -9964,buy_compound_top3,buy,2026-06-03 05:36:00,581.0 -9965,buy_compound_top3,buy,2026-06-03 05:39:00,580.0 -9966,buy_compound_top3,buy,2026-06-03 07:51:00,587.0 -9967,buy_compound_top3,buy,2026-06-03 07:54:00,588.0 -9968,buy_compound_top3,buy,2026-06-03 07:57:00,590.0 -9969,buy_compound_top3,buy,2026-06-03 08:06:00,586.0 -9970,buy_compound_top3,buy,2026-06-03 08:09:00,586.0 -9971,buy_compound_top3,buy,2026-06-03 08:12:00,586.0 -9972,buy_compound_top3,buy,2026-06-03 08:15:00,582.0 -9973,buy_compound_top3,buy,2026-06-03 08:18:00,581.0 -9974,buy_compound_top3,buy,2026-06-03 08:42:00,567.0 -9975,buy_compound_top3,buy,2026-06-03 11:15:00,579.0 -9976,buy_compound_top3,buy,2026-06-03 11:18:00,579.0 -9977,buy_compound_top3,buy,2026-06-03 11:21:00,578.0 -9978,buy_compound_top3,buy,2026-06-03 11:24:00,577.0 -9979,buy_compound_top3,buy,2026-06-04 08:12:00,789.0 -9980,buy_compound_top3,buy,2026-06-04 08:12:00,789.0 -9981,buy_compound_top3,buy,2026-06-04 08:15:00,785.0 -9982,buy_compound_top3,buy,2026-06-04 08:15:00,785.0 -9983,buy_compound_top3,buy,2026-06-04 08:18:00,790.0 -9984,buy_compound_top3,buy,2026-06-04 08:18:00,790.0 -9985,buy_compound_top3,buy,2026-06-04 08:21:00,780.0 -9986,buy_compound_top3,buy,2026-06-04 08:21:00,780.0 -9987,buy_compound_top3,buy,2026-06-04 08:24:00,786.0 -9988,buy_compound_top3,buy,2026-06-04 08:24:00,786.0 -9989,buy_compound_tight,buy,2025-06-04 13:21:00,1661.0 -9990,buy_compound_tight,buy,2025-06-04 13:24:00,1661.0 -9991,buy_compound_tight,buy,2025-06-04 13:30:00,1660.0 -9992,buy_compound_tight,buy,2025-06-04 13:33:00,1653.0 -9993,buy_compound_tight,buy,2025-06-04 16:21:00,1643.0 -9994,buy_compound_tight,buy,2025-06-04 16:24:00,1644.0 -9995,buy_compound_tight,buy,2025-06-04 16:30:00,1644.0 -9996,buy_compound_tight,buy,2025-06-04 16:33:00,1641.0 -9997,buy_compound_tight,buy,2025-06-04 18:15:00,1635.0 -9998,buy_compound_tight,buy,2025-06-04 18:18:00,1635.0 -9999,buy_compound_tight,buy,2025-06-04 21:00:00,1609.0 -10000,buy_compound_tight,buy,2025-06-04 21:03:00,1599.0 -10001,buy_compound_tight,buy,2025-06-05 23:15:00,1526.0 -10002,buy_compound_tight,buy,2025-06-05 23:18:00,1523.0 -10003,buy_compound_tight,buy,2025-06-06 05:36:00,1445.0 -10004,buy_compound_tight,buy,2025-06-06 05:39:00,1437.0 -10005,buy_compound_tight,buy,2025-06-06 05:57:00,1429.0 -10006,buy_compound_tight,buy,2025-06-06 19:51:00,1465.0 -10007,buy_compound_tight,buy,2025-06-06 19:54:00,1461.0 -10008,buy_compound_tight,buy,2025-06-07 03:12:00,1485.0 -10009,buy_compound_tight,buy,2025-06-07 03:21:00,1488.0 -10010,buy_compound_tight,buy,2025-06-07 03:24:00,1485.0 -10011,buy_compound_tight,buy,2025-06-07 03:27:00,1483.0 -10012,buy_compound_tight,buy,2025-06-07 03:51:00,1479.0 -10013,buy_compound_tight,buy,2025-06-07 03:54:00,1480.0 -10014,buy_compound_tight,buy,2025-06-08 00:12:00,1547.0 -10015,buy_compound_tight,buy,2025-06-08 00:15:00,1549.0 -10016,buy_compound_tight,buy,2025-06-08 00:18:00,1550.0 -10017,buy_compound_tight,buy,2025-06-08 00:30:00,1549.0 -10018,buy_compound_tight,buy,2025-06-08 00:33:00,1548.0 -10019,buy_compound_tight,buy,2025-06-08 01:51:00,1536.0 -10020,buy_compound_tight,buy,2025-06-08 01:54:00,1536.0 -10021,buy_compound_tight,buy,2025-06-08 01:57:00,1535.0 -10022,buy_compound_tight,buy,2025-06-08 16:51:00,1518.0 -10023,buy_compound_tight,buy,2025-06-08 16:54:00,1518.0 -10024,buy_compound_tight,buy,2025-06-08 16:57:00,1514.0 -10025,buy_compound_tight,buy,2025-06-09 08:00:00,1535.0 -10026,buy_compound_tight,buy,2025-06-09 08:03:00,1532.0 -10027,buy_compound_tight,buy,2025-06-09 10:57:00,1520.0 -10028,buy_compound_tight,buy,2025-06-09 12:21:00,1503.0 -10029,buy_compound_tight,buy,2025-06-09 12:24:00,1502.0 -10030,buy_compound_tight,buy,2025-06-09 14:00:00,1497.0 -10031,buy_compound_tight,buy,2025-06-09 14:03:00,1493.0 -10032,buy_compound_tight,buy,2025-06-09 14:06:00,1493.0 -10033,buy_compound_tight,buy,2025-06-09 14:09:00,1494.0 -10034,buy_compound_tight,buy,2025-06-10 04:51:00,1527.0 -10035,buy_compound_tight,buy,2025-06-10 04:54:00,1525.0 -10036,buy_compound_tight,buy,2025-06-10 04:57:00,1526.0 -10037,buy_compound_tight,buy,2025-06-10 12:12:00,1559.0 -10038,buy_compound_tight,buy,2025-06-10 12:15:00,1558.0 -10039,buy_compound_tight,buy,2025-06-10 12:18:00,1555.0 -10040,buy_compound_tight,buy,2025-06-10 23:45:00,1568.0 -10041,buy_compound_tight,buy,2025-06-10 23:48:00,1565.0 -10042,buy_compound_tight,buy,2025-06-10 23:57:00,1570.0 -10043,buy_compound_tight,buy,2025-06-11 18:45:00,1585.0 -10044,buy_compound_tight,buy,2025-06-11 18:48:00,1581.0 -10045,buy_compound_tight,buy,2025-06-11 20:45:00,1566.0 -10046,buy_compound_tight,buy,2025-06-11 20:48:00,1563.0 -10047,buy_compound_tight,buy,2025-06-12 05:00:00,1574.0 -10048,buy_compound_tight,buy,2025-06-12 05:03:00,1570.0 -10049,buy_compound_tight,buy,2025-06-12 19:12:00,1491.0 -10050,buy_compound_tight,buy,2025-06-12 19:21:00,1489.0 -10051,buy_compound_tight,buy,2025-06-12 19:24:00,1488.0 -10052,buy_compound_tight,buy,2025-06-12 19:30:00,1489.0 -10053,buy_compound_tight,buy,2025-06-12 19:33:00,1490.0 -10054,buy_compound_tight,buy,2025-06-12 19:36:00,1485.0 -10055,buy_compound_tight,buy,2025-06-12 19:39:00,1488.0 -10056,buy_compound_tight,buy,2025-06-15 01:30:00,1344.0 -10057,buy_compound_tight,buy,2025-06-15 01:33:00,1338.0 -10058,buy_compound_tight,buy,2025-06-15 01:36:00,1342.0 -10059,buy_compound_tight,buy,2025-06-15 01:39:00,1339.0 -10060,buy_compound_tight,buy,2025-06-15 01:42:00,1339.0 -10061,buy_compound_tight,buy,2025-06-15 01:45:00,1339.0 -10062,buy_compound_tight,buy,2025-06-15 01:48:00,1334.0 -10063,buy_compound_tight,buy,2025-06-15 05:12:00,1329.0 -10064,buy_compound_tight,buy,2025-06-15 16:30:00,1348.0 -10065,buy_compound_tight,buy,2025-06-15 16:33:00,1347.0 -10066,buy_compound_tight,buy,2025-06-15 18:27:00,1342.0 -10067,buy_compound_tight,buy,2025-06-15 18:30:00,1342.0 -10068,buy_compound_tight,buy,2025-06-15 18:33:00,1340.0 -10069,buy_compound_tight,buy,2025-06-16 02:12:00,1351.0 -10070,buy_compound_tight,buy,2025-06-16 20:00:00,1389.0 -10071,buy_compound_tight,buy,2025-06-16 20:03:00,1387.0 -10072,buy_compound_tight,buy,2025-06-17 08:57:00,1318.0 -10073,buy_compound_tight,buy,2025-06-17 15:42:00,1297.0 -10074,buy_compound_tight,buy,2025-06-17 20:12:00,1282.0 -10075,buy_compound_tight,buy,2025-06-18 16:06:00,1274.0 -10076,buy_compound_tight,buy,2025-06-18 16:09:00,1272.0 -10077,buy_compound_tight,buy,2025-06-20 12:06:00,1280.0 -10078,buy_compound_tight,buy,2025-06-20 12:09:00,1279.0 -10079,buy_compound_tight,buy,2025-06-20 13:12:00,1275.0 -10080,buy_compound_tight,buy,2025-06-20 13:42:00,1268.0 -10081,buy_compound_tight,buy,2025-06-21 07:06:00,1230.0 -10082,buy_compound_tight,buy,2025-06-21 07:09:00,1227.0 -10083,buy_compound_tight,buy,2025-06-21 22:12:00,1207.0 -10084,buy_compound_tight,buy,2025-06-21 22:36:00,1203.0 -10085,buy_compound_tight,buy,2025-06-21 22:39:00,1203.0 -10086,buy_compound_tight,buy,2025-06-21 23:15:00,1194.0 -10087,buy_compound_tight,buy,2025-06-21 23:18:00,1191.0 -10088,buy_compound_tight,buy,2025-06-22 13:51:00,1185.0 -10089,buy_compound_tight,buy,2025-06-22 13:54:00,1185.0 -10090,buy_compound_tight,buy,2025-06-23 01:45:00,1096.0 -10091,buy_compound_tight,buy,2025-06-23 01:48:00,1100.0 -10092,buy_compound_tight,buy,2025-06-23 02:21:00,1099.0 -10093,buy_compound_tight,buy,2025-06-23 02:24:00,1097.0 -10094,buy_compound_tight,buy,2025-06-23 02:27:00,1088.0 -10095,buy_compound_tight,buy,2025-06-23 17:45:00,1154.0 -10096,buy_compound_tight,buy,2025-06-23 17:48:00,1154.0 -10097,buy_compound_tight,buy,2025-06-24 01:21:00,1139.0 -10098,buy_compound_tight,buy,2025-06-24 01:24:00,1133.0 -10099,buy_compound_tight,buy,2025-06-26 00:30:00,1237.0 -10100,buy_compound_tight,buy,2025-06-26 00:33:00,1236.0 -10101,buy_compound_tight,buy,2025-06-26 06:30:00,1223.0 -10102,buy_compound_tight,buy,2025-06-26 06:33:00,1221.0 -10103,buy_compound_tight,buy,2025-06-26 06:36:00,1226.0 -10104,buy_compound_tight,buy,2025-06-26 06:39:00,1224.0 -10105,buy_compound_tight,buy,2025-06-28 03:30:00,1179.0 -10106,buy_compound_tight,buy,2025-06-28 03:33:00,1181.0 -10107,buy_compound_tight,buy,2025-06-28 03:36:00,1178.0 -10108,buy_compound_tight,buy,2025-06-28 03:39:00,1176.0 -10109,buy_compound_tight,buy,2025-06-28 18:12:00,1197.0 -10110,buy_compound_tight,buy,2025-06-28 19:15:00,1195.0 -10111,buy_compound_tight,buy,2025-06-28 19:18:00,1194.0 -10112,buy_compound_tight,buy,2025-06-28 21:00:00,1193.0 -10113,buy_compound_tight,buy,2025-06-28 21:03:00,1193.0 -10114,buy_compound_tight,buy,2025-06-28 21:06:00,1193.0 -10115,buy_compound_tight,buy,2025-06-28 21:09:00,1193.0 -10116,buy_compound_tight,buy,2025-06-30 23:00:00,1218.0 -10117,buy_compound_tight,buy,2025-06-30 23:03:00,1218.0 -10118,buy_compound_tight,buy,2025-07-01 17:42:00,1189.0 -10119,buy_compound_tight,buy,2025-07-01 21:21:00,1186.0 -10120,buy_compound_tight,buy,2025-07-01 21:24:00,1183.0 -10121,buy_compound_tight,buy,2025-07-03 19:42:00,1301.0 -10122,buy_compound_tight,buy,2025-07-03 19:45:00,1299.0 -10123,buy_compound_tight,buy,2025-07-03 19:48:00,1297.0 -10124,buy_compound_tight,buy,2025-07-03 23:51:00,1288.0 -10125,buy_compound_tight,buy,2025-07-03 23:54:00,1286.0 -10126,buy_compound_tight,buy,2025-07-04 16:15:00,1240.0 -10127,buy_compound_tight,buy,2025-07-04 16:18:00,1241.0 -10128,buy_compound_tight,buy,2025-07-04 20:00:00,1222.0 -10129,buy_compound_tight,buy,2025-07-04 20:03:00,1222.0 -10130,buy_compound_tight,buy,2025-07-04 20:06:00,1220.0 -10131,buy_compound_tight,buy,2025-07-04 20:09:00,1221.0 -10132,buy_compound_tight,buy,2025-07-05 00:12:00,1198.0 -10133,buy_compound_tight,buy,2025-07-05 00:30:00,1195.0 -10134,buy_compound_tight,buy,2025-07-05 00:33:00,1194.0 -10135,buy_compound_tight,buy,2025-07-05 01:06:00,1188.0 -10136,buy_compound_tight,buy,2025-07-05 01:09:00,1187.0 -10137,buy_compound_tight,buy,2025-07-05 01:27:00,1182.0 -10138,buy_compound_tight,buy,2025-07-06 02:30:00,1188.0 -10139,buy_compound_tight,buy,2025-07-06 02:33:00,1186.0 -10140,buy_compound_tight,buy,2025-07-06 12:21:00,1180.0 -10141,buy_compound_tight,buy,2025-07-06 12:24:00,1180.0 -10142,buy_compound_tight,buy,2025-07-06 19:00:00,1185.0 -10143,buy_compound_tight,buy,2025-07-06 19:03:00,1184.0 -10144,buy_compound_tight,buy,2025-07-06 19:06:00,1186.0 -10145,buy_compound_tight,buy,2025-07-06 19:09:00,1186.0 -10146,buy_compound_tight,buy,2025-07-07 15:15:00,1217.0 -10147,buy_compound_tight,buy,2025-07-07 15:18:00,1218.0 -10148,buy_compound_tight,buy,2025-07-07 15:30:00,1217.0 -10149,buy_compound_tight,buy,2025-07-07 15:33:00,1215.0 -10150,buy_compound_tight,buy,2025-07-07 15:36:00,1214.0 -10151,buy_compound_tight,buy,2025-07-07 15:39:00,1214.0 -10152,buy_compound_tight,buy,2025-07-08 13:21:00,1177.0 -10153,buy_compound_tight,buy,2025-07-08 13:24:00,1178.0 -10154,buy_compound_tight,buy,2025-07-09 23:30:00,1192.0 -10155,buy_compound_tight,buy,2025-07-09 23:33:00,1187.0 -10156,buy_compound_tight,buy,2025-07-17 12:36:00,1492.0 -10157,buy_compound_tight,buy,2025-07-17 12:39:00,1485.0 -10158,buy_compound_tight,buy,2025-07-17 20:42:00,1523.0 -10159,buy_compound_tight,buy,2025-07-17 20:57:00,1519.0 -10160,buy_compound_tight,buy,2025-07-18 17:42:00,1569.0 -10161,buy_compound_tight,buy,2025-07-19 00:21:00,1578.0 -10162,buy_compound_tight,buy,2025-07-19 00:24:00,1576.0 -10163,buy_compound_tight,buy,2025-07-19 00:42:00,1565.0 -10164,buy_compound_tight,buy,2025-07-19 00:45:00,1562.0 -10165,buy_compound_tight,buy,2025-07-19 00:48:00,1569.0 -10166,buy_compound_tight,buy,2025-07-19 17:30:00,1557.0 -10167,buy_compound_tight,buy,2025-07-19 17:33:00,1556.0 -10168,buy_compound_tight,buy,2025-07-19 17:36:00,1553.0 -10169,buy_compound_tight,buy,2025-07-19 17:39:00,1552.0 -10170,buy_compound_tight,buy,2025-07-19 20:51:00,1550.0 -10171,buy_compound_tight,buy,2025-07-19 20:54:00,1549.0 -10172,buy_compound_tight,buy,2025-07-19 20:57:00,1550.0 -10173,buy_compound_tight,buy,2025-07-19 21:12:00,1546.0 -10174,buy_compound_tight,buy,2025-07-19 23:57:00,1530.0 -10175,buy_compound_tight,buy,2025-07-23 01:42:00,1652.0 -10176,buy_compound_tight,buy,2025-07-23 01:45:00,1655.0 -10177,buy_compound_tight,buy,2025-07-23 01:48:00,1653.0 -10178,buy_compound_tight,buy,2025-07-23 02:30:00,1638.0 -10179,buy_compound_tight,buy,2025-07-23 02:33:00,1636.0 -10180,buy_compound_tight,buy,2025-07-23 18:51:00,1744.0 -10181,buy_compound_tight,buy,2025-07-23 18:54:00,1748.0 -10182,buy_compound_tight,buy,2025-07-23 18:57:00,1746.0 -10183,buy_compound_tight,buy,2025-07-24 02:06:00,1650.0 -10184,buy_compound_tight,buy,2025-07-24 02:09:00,1635.0 -10185,buy_compound_tight,buy,2025-07-24 05:27:00,1603.0 -10186,buy_compound_tight,buy,2025-07-24 06:27:00,1537.0 -10187,buy_compound_tight,buy,2025-07-24 12:51:00,1613.0 -10188,buy_compound_tight,buy,2025-07-24 12:54:00,1609.0 -10189,buy_compound_tight,buy,2025-07-27 02:42:00,1585.0 -10190,buy_compound_tight,buy,2025-07-27 02:45:00,1584.0 -10191,buy_compound_tight,buy,2025-07-27 02:48:00,1583.0 -10192,buy_compound_tight,buy,2025-07-27 02:51:00,1584.0 -10193,buy_compound_tight,buy,2025-07-27 02:54:00,1584.0 -10194,buy_compound_tight,buy,2025-07-30 16:51:00,1468.0 -10195,buy_compound_tight,buy,2025-07-30 16:54:00,1465.0 -10196,buy_compound_tight,buy,2025-07-30 18:30:00,1461.0 -10197,buy_compound_tight,buy,2025-07-30 18:33:00,1457.0 -10198,buy_compound_tight,buy,2025-07-30 18:36:00,1462.0 -10199,buy_compound_tight,buy,2025-07-30 18:39:00,1458.0 -10200,buy_compound_tight,buy,2025-07-31 14:51:00,1487.0 -10201,buy_compound_tight,buy,2025-07-31 14:54:00,1488.0 -10202,buy_compound_tight,buy,2025-08-01 09:27:00,1383.0 -10203,buy_compound_tight,buy,2025-08-01 09:30:00,1383.0 -10204,buy_compound_tight,buy,2025-08-01 09:33:00,1382.0 -10205,buy_compound_tight,buy,2025-08-04 18:57:00,1370.0 -10206,buy_compound_tight,buy,2025-08-04 19:00:00,1370.0 -10207,buy_compound_tight,buy,2025-08-04 19:03:00,1368.0 -10208,buy_compound_tight,buy,2025-08-06 04:51:00,1311.0 -10209,buy_compound_tight,buy,2025-08-06 04:54:00,1310.0 -10210,buy_compound_tight,buy,2025-08-06 20:57:00,1309.0 -10211,buy_compound_tight,buy,2025-08-06 21:27:00,1305.0 -10212,buy_compound_tight,buy,2025-08-07 18:00:00,1346.0 -10213,buy_compound_tight,buy,2025-08-07 18:03:00,1344.0 -10214,buy_compound_tight,buy,2025-08-09 00:15:00,1390.0 -10215,buy_compound_tight,buy,2025-08-09 00:18:00,1387.0 -10216,buy_compound_tight,buy,2025-08-09 08:57:00,1420.0 -10217,buy_compound_tight,buy,2025-08-10 15:00:00,1478.0 -10218,buy_compound_tight,buy,2025-08-10 15:03:00,1475.0 -10219,buy_compound_tight,buy,2025-08-10 15:15:00,1475.0 -10220,buy_compound_tight,buy,2025-08-10 15:18:00,1465.0 -10221,buy_compound_tight,buy,2025-08-11 20:06:00,1448.0 -10222,buy_compound_tight,buy,2025-08-11 20:09:00,1447.0 -10223,buy_compound_tight,buy,2025-08-12 02:42:00,1411.0 -10224,buy_compound_tight,buy,2025-08-12 02:45:00,1410.0 -10225,buy_compound_tight,buy,2025-08-12 02:48:00,1405.0 -10226,buy_compound_tight,buy,2025-08-12 03:00:00,1407.0 -10227,buy_compound_tight,buy,2025-08-12 03:03:00,1405.0 -10228,buy_compound_tight,buy,2025-08-12 14:42:00,1354.0 -10229,buy_compound_tight,buy,2025-08-13 21:51:00,1481.0 -10230,buy_compound_tight,buy,2025-08-13 21:54:00,1479.0 -10231,buy_compound_tight,buy,2025-08-15 22:51:00,1385.0 -10232,buy_compound_tight,buy,2025-08-15 22:54:00,1381.0 -10233,buy_compound_tight,buy,2025-08-15 23:45:00,1373.0 -10234,buy_compound_tight,buy,2025-08-15 23:48:00,1365.0 -10235,buy_compound_tight,buy,2025-08-16 14:36:00,1370.0 -10236,buy_compound_tight,buy,2025-08-16 14:39:00,1367.0 -10237,buy_compound_tight,buy,2025-08-18 09:27:00,1387.0 -10238,buy_compound_tight,buy,2025-08-18 10:21:00,1380.0 -10239,buy_compound_tight,buy,2025-08-18 10:24:00,1380.0 -10240,buy_compound_tight,buy,2025-08-18 10:42:00,1371.0 -10241,buy_compound_tight,buy,2025-08-18 10:45:00,1372.0 -10242,buy_compound_tight,buy,2025-08-18 10:48:00,1373.0 -10243,buy_compound_tight,buy,2025-08-18 11:51:00,1343.0 -10244,buy_compound_tight,buy,2025-08-18 11:54:00,1341.0 -10245,buy_compound_tight,buy,2025-08-18 12:00:00,1341.0 -10246,buy_compound_tight,buy,2025-08-18 12:03:00,1338.0 -10247,buy_compound_tight,buy,2025-08-18 12:15:00,1337.0 -10248,buy_compound_tight,buy,2025-08-18 12:18:00,1336.0 -10249,buy_compound_tight,buy,2025-08-18 12:21:00,1334.0 -10250,buy_compound_tight,buy,2025-08-18 12:24:00,1333.0 -10251,buy_compound_tight,buy,2025-08-18 12:27:00,1331.0 -10252,buy_compound_tight,buy,2025-08-18 15:42:00,1328.0 -10253,buy_compound_tight,buy,2025-08-18 15:45:00,1326.0 -10254,buy_compound_tight,buy,2025-08-18 15:48:00,1324.0 -10255,buy_compound_tight,buy,2025-08-19 08:42:00,1328.0 -10256,buy_compound_tight,buy,2025-08-19 08:45:00,1326.0 -10257,buy_compound_tight,buy,2025-08-19 08:48:00,1325.0 -10258,buy_compound_tight,buy,2025-08-19 08:51:00,1325.0 -10259,buy_compound_tight,buy,2025-08-19 08:54:00,1326.0 -10260,buy_compound_tight,buy,2025-08-20 02:06:00,1269.0 -10261,buy_compound_tight,buy,2025-08-20 02:09:00,1270.0 -10262,buy_compound_tight,buy,2025-08-20 08:15:00,1264.0 -10263,buy_compound_tight,buy,2025-08-20 08:18:00,1265.0 -10264,buy_compound_tight,buy,2025-08-20 08:27:00,1261.0 -10265,buy_compound_tight,buy,2025-08-21 21:45:00,1301.0 -10266,buy_compound_tight,buy,2025-08-21 21:48:00,1298.0 -10267,buy_compound_tight,buy,2025-08-22 20:36:00,1286.0 -10268,buy_compound_tight,buy,2025-08-22 20:39:00,1284.0 -10269,buy_compound_tight,buy,2025-08-22 21:00:00,1282.0 -10270,buy_compound_tight,buy,2025-08-22 21:03:00,1281.0 -10271,buy_compound_tight,buy,2025-08-22 21:21:00,1273.0 -10272,buy_compound_tight,buy,2025-08-22 21:24:00,1270.0 -10273,buy_compound_tight,buy,2025-08-23 19:51:00,1394.0 -10274,buy_compound_tight,buy,2025-08-23 19:54:00,1390.0 -10275,buy_compound_tight,buy,2025-08-24 01:42:00,1398.0 -10276,buy_compound_tight,buy,2025-08-24 01:45:00,1398.0 -10277,buy_compound_tight,buy,2025-08-24 01:48:00,1397.0 -10278,buy_compound_tight,buy,2025-08-25 14:21:00,1328.0 -10279,buy_compound_tight,buy,2025-08-25 14:24:00,1324.0 -10280,buy_compound_tight,buy,2025-08-25 17:00:00,1297.0 -10281,buy_compound_tight,buy,2025-08-25 17:03:00,1292.0 -10282,buy_compound_tight,buy,2025-08-26 02:12:00,1290.0 -10283,buy_compound_tight,buy,2025-08-26 02:15:00,1287.0 -10284,buy_compound_tight,buy,2025-08-26 02:18:00,1286.0 -10285,buy_compound_tight,buy,2025-08-27 16:15:00,1328.0 -10286,buy_compound_tight,buy,2025-08-27 16:18:00,1327.0 -10287,buy_compound_tight,buy,2025-08-27 16:27:00,1326.0 -10288,buy_compound_tight,buy,2025-08-27 17:30:00,1315.0 -10289,buy_compound_tight,buy,2025-08-27 17:33:00,1315.0 -10290,buy_compound_tight,buy,2025-08-27 17:42:00,1314.0 -10291,buy_compound_tight,buy,2025-08-28 18:42:00,1313.0 -10292,buy_compound_tight,buy,2025-08-28 18:45:00,1310.0 -10293,buy_compound_tight,buy,2025-08-28 18:48:00,1310.0 -10294,buy_compound_tight,buy,2025-08-29 04:57:00,1308.0 -10295,buy_compound_tight,buy,2025-08-29 15:42:00,1314.0 -10296,buy_compound_tight,buy,2025-08-30 02:06:00,1260.0 -10297,buy_compound_tight,buy,2025-08-30 02:09:00,1260.0 -10298,buy_compound_tight,buy,2025-08-30 18:00:00,1273.0 -10299,buy_compound_tight,buy,2025-08-30 18:03:00,1272.0 -10300,buy_compound_tight,buy,2025-08-30 18:06:00,1273.0 -10301,buy_compound_tight,buy,2025-08-30 18:09:00,1272.0 -10302,buy_compound_tight,buy,2025-08-30 18:12:00,1271.0 -10303,buy_compound_tight,buy,2025-08-30 18:30:00,1269.0 -10304,buy_compound_tight,buy,2025-08-30 18:33:00,1266.0 -10305,buy_compound_tight,buy,2025-08-30 21:51:00,1265.0 -10306,buy_compound_tight,buy,2025-08-30 21:54:00,1264.0 -10307,buy_compound_tight,buy,2025-09-01 09:21:00,1225.0 -10308,buy_compound_tight,buy,2025-09-01 09:24:00,1224.0 -10309,buy_compound_tight,buy,2025-09-02 00:42:00,1212.0 -10310,buy_compound_tight,buy,2025-09-02 00:45:00,1212.0 -10311,buy_compound_tight,buy,2025-09-02 00:48:00,1211.0 -10312,buy_compound_tight,buy,2025-09-03 18:06:00,1226.0 -10313,buy_compound_tight,buy,2025-09-03 18:09:00,1225.0 -10314,buy_compound_tight,buy,2025-09-04 15:27:00,1230.0 -10315,buy_compound_tight,buy,2025-09-04 18:21:00,1226.0 -10316,buy_compound_tight,buy,2025-09-04 18:24:00,1226.0 -10317,buy_compound_tight,buy,2025-09-05 00:30:00,1211.0 -10318,buy_compound_tight,buy,2025-09-05 00:33:00,1208.0 -10319,buy_compound_tight,buy,2025-09-06 17:42:00,1270.0 -10320,buy_compound_tight,buy,2025-09-08 01:30:00,1453.0 -10321,buy_compound_tight,buy,2025-09-08 01:33:00,1452.0 -10322,buy_compound_tight,buy,2025-09-10 00:27:00,2506.0 -10323,buy_compound_tight,buy,2025-09-10 16:45:00,2615.0 -10324,buy_compound_tight,buy,2025-09-10 16:48:00,2607.0 -10325,buy_compound_tight,buy,2025-09-11 11:15:00,2522.0 -10326,buy_compound_tight,buy,2025-09-11 11:18:00,2512.0 -10327,buy_compound_tight,buy,2025-09-11 11:42:00,2504.0 -10328,buy_compound_tight,buy,2025-09-11 11:45:00,2501.0 -10329,buy_compound_tight,buy,2025-09-11 11:48:00,2495.0 -10330,buy_compound_tight,buy,2025-09-11 23:51:00,2266.0 -10331,buy_compound_tight,buy,2025-09-11 23:54:00,2261.0 -10332,buy_compound_tight,buy,2025-09-11 23:57:00,2256.0 -10333,buy_compound_tight,buy,2025-09-13 15:45:00,2275.0 -10334,buy_compound_tight,buy,2025-09-13 15:48:00,2275.0 -10335,buy_compound_tight,buy,2025-09-13 18:15:00,2251.0 -10336,buy_compound_tight,buy,2025-09-13 18:18:00,2251.0 -10337,buy_compound_tight,buy,2025-09-13 19:00:00,2236.0 -10338,buy_compound_tight,buy,2025-09-13 19:03:00,2229.0 -10339,buy_compound_tight,buy,2025-09-13 19:12:00,2227.0 -10340,buy_compound_tight,buy,2025-09-14 00:51:00,2211.0 -10341,buy_compound_tight,buy,2025-09-14 00:54:00,2210.0 -10342,buy_compound_tight,buy,2025-09-14 09:51:00,2250.0 -10343,buy_compound_tight,buy,2025-09-14 09:54:00,2236.0 -10344,buy_compound_tight,buy,2025-09-14 17:42:00,2303.0 -10345,buy_compound_tight,buy,2025-09-15 17:00:00,2158.0 -10346,buy_compound_tight,buy,2025-09-15 17:03:00,2146.0 -10347,buy_compound_tight,buy,2025-09-17 12:15:00,2093.0 -10348,buy_compound_tight,buy,2025-09-17 12:18:00,2095.0 -10349,buy_compound_tight,buy,2025-09-19 20:21:00,2128.0 -10350,buy_compound_tight,buy,2025-09-19 20:24:00,2121.0 -10351,buy_compound_tight,buy,2025-09-19 20:42:00,2115.0 -10352,buy_compound_tight,buy,2025-09-20 00:30:00,2124.0 -10353,buy_compound_tight,buy,2025-09-20 00:33:00,2114.0 -10354,buy_compound_tight,buy,2025-09-21 17:21:00,2101.0 -10355,buy_compound_tight,buy,2025-09-21 17:24:00,2098.0 -10356,buy_compound_tight,buy,2025-09-21 17:27:00,2101.0 -10357,buy_compound_tight,buy,2025-09-21 17:30:00,2098.0 -10358,buy_compound_tight,buy,2025-09-21 17:33:00,2097.0 -10359,buy_compound_tight,buy,2025-09-21 18:21:00,2090.0 -10360,buy_compound_tight,buy,2025-09-21 18:24:00,2092.0 -10361,buy_compound_tight,buy,2025-09-22 01:30:00,2066.0 -10362,buy_compound_tight,buy,2025-09-22 01:33:00,2061.0 -10363,buy_compound_tight,buy,2025-09-23 09:57:00,1946.0 -10364,buy_compound_tight,buy,2025-09-23 10:57:00,1922.0 -10365,buy_compound_tight,buy,2025-09-23 11:00:00,1923.0 -10366,buy_compound_tight,buy,2025-09-23 11:03:00,1925.0 -10367,buy_compound_tight,buy,2025-09-24 03:45:00,1880.0 -10368,buy_compound_tight,buy,2025-09-24 03:48:00,1876.0 -10369,buy_compound_tight,buy,2025-09-25 03:30:00,1904.0 -10370,buy_compound_tight,buy,2025-09-25 03:33:00,1902.0 -10371,buy_compound_tight,buy,2025-09-25 03:45:00,1895.0 -10372,buy_compound_tight,buy,2025-09-25 03:48:00,1894.0 -10373,buy_compound_tight,buy,2025-09-25 11:15:00,1875.0 -10374,buy_compound_tight,buy,2025-09-25 11:18:00,1872.0 -10375,buy_compound_tight,buy,2025-09-25 22:00:00,1797.0 -10376,buy_compound_tight,buy,2025-09-25 22:03:00,1793.0 -10377,buy_compound_tight,buy,2025-09-25 22:06:00,1790.0 -10378,buy_compound_tight,buy,2025-09-25 22:09:00,1788.0 -10379,buy_compound_tight,buy,2025-09-28 10:45:00,1816.0 -10380,buy_compound_tight,buy,2025-09-28 10:48:00,1814.0 -10381,buy_compound_tight,buy,2025-09-28 10:51:00,1817.0 -10382,buy_compound_tight,buy,2025-09-28 10:54:00,1818.0 -10383,buy_compound_tight,buy,2025-09-28 21:30:00,1795.0 -10384,buy_compound_tight,buy,2025-09-28 21:33:00,1793.0 -10385,buy_compound_tight,buy,2025-09-28 21:36:00,1794.0 -10386,buy_compound_tight,buy,2025-09-28 21:39:00,1794.0 -10387,buy_compound_tight,buy,2025-09-30 01:45:00,1820.0 -10388,buy_compound_tight,buy,2025-09-30 01:48:00,1815.0 -10389,buy_compound_tight,buy,2025-10-01 09:21:00,1772.0 -10390,buy_compound_tight,buy,2025-10-01 09:24:00,1771.0 -10391,buy_compound_tight,buy,2025-10-02 05:30:00,1858.0 -10392,buy_compound_tight,buy,2025-10-02 05:33:00,1856.0 -10393,buy_compound_tight,buy,2025-10-02 06:27:00,1847.0 -10394,buy_compound_tight,buy,2025-10-02 06:30:00,1847.0 -10395,buy_compound_tight,buy,2025-10-02 06:33:00,1844.0 -10396,buy_compound_tight,buy,2025-10-02 06:36:00,1845.0 -10397,buy_compound_tight,buy,2025-10-02 06:39:00,1843.0 -10398,buy_compound_tight,buy,2025-10-03 10:51:00,1883.0 -10399,buy_compound_tight,buy,2025-10-03 10:54:00,1879.0 -10400,buy_compound_tight,buy,2025-10-03 20:30:00,1885.0 -10401,buy_compound_tight,buy,2025-10-03 20:33:00,1884.0 -10402,buy_compound_tight,buy,2025-10-04 10:51:00,1877.0 -10403,buy_compound_tight,buy,2025-10-04 10:54:00,1874.0 -10404,buy_compound_tight,buy,2025-10-05 18:57:00,1843.0 -10405,buy_compound_tight,buy,2025-10-06 04:57:00,1800.0 -10406,buy_compound_tight,buy,2025-10-07 17:06:00,1835.0 -10407,buy_compound_tight,buy,2025-10-07 17:09:00,1827.0 -10408,buy_compound_tight,buy,2025-10-09 17:51:00,1753.0 -10409,buy_compound_tight,buy,2025-10-09 17:54:00,1747.0 -10410,buy_compound_tight,buy,2025-10-11 22:30:00,1438.0 -10411,buy_compound_tight,buy,2025-10-11 22:33:00,1424.0 -10412,buy_compound_tight,buy,2025-10-11 22:36:00,1428.0 -10413,buy_compound_tight,buy,2025-10-11 22:39:00,1435.0 -10414,buy_compound_tight,buy,2025-10-12 01:51:00,1428.0 -10415,buy_compound_tight,buy,2025-10-12 01:54:00,1426.0 -10416,buy_compound_tight,buy,2025-10-12 01:57:00,1427.0 -10417,buy_compound_tight,buy,2025-10-12 10:57:00,1381.0 -10418,buy_compound_tight,buy,2025-10-13 08:12:00,1508.0 -10419,buy_compound_tight,buy,2025-10-13 08:15:00,1510.0 -10420,buy_compound_tight,buy,2025-10-13 08:18:00,1502.0 -10421,buy_compound_tight,buy,2025-10-14 11:15:00,1484.0 -10422,buy_compound_tight,buy,2025-10-14 11:18:00,1481.0 -10423,buy_compound_tight,buy,2025-10-14 11:45:00,1475.0 -10424,buy_compound_tight,buy,2025-10-14 11:48:00,1472.0 -10425,buy_compound_tight,buy,2025-10-16 00:45:00,1424.0 -10426,buy_compound_tight,buy,2025-10-16 00:48:00,1424.0 -10427,buy_compound_tight,buy,2025-10-16 22:21:00,1429.0 -10428,buy_compound_tight,buy,2025-10-16 22:24:00,1431.0 -10429,buy_compound_tight,buy,2025-10-17 07:57:00,1366.0 -10430,buy_compound_tight,buy,2025-10-17 14:15:00,1359.0 -10431,buy_compound_tight,buy,2025-10-17 14:18:00,1357.0 -10432,buy_compound_tight,buy,2025-10-21 09:12:00,1374.0 -10433,buy_compound_tight,buy,2025-10-21 09:15:00,1374.0 -10434,buy_compound_tight,buy,2025-10-21 09:18:00,1374.0 -10435,buy_compound_tight,buy,2025-10-22 14:36:00,1333.0 -10436,buy_compound_tight,buy,2025-10-22 14:39:00,1332.0 -10437,buy_compound_tight,buy,2025-10-22 18:12:00,1323.0 -10438,buy_compound_tight,buy,2025-10-22 19:21:00,1319.0 -10439,buy_compound_tight,buy,2025-10-22 19:24:00,1318.0 -10440,buy_compound_tight,buy,2025-10-22 20:00:00,1314.0 -10441,buy_compound_tight,buy,2025-10-22 20:03:00,1315.0 -10442,buy_compound_tight,buy,2025-10-23 02:42:00,1304.0 -10443,buy_compound_tight,buy,2025-10-23 03:15:00,1296.0 -10444,buy_compound_tight,buy,2025-10-23 03:18:00,1295.0 -10445,buy_compound_tight,buy,2025-10-24 11:21:00,1293.0 -10446,buy_compound_tight,buy,2025-10-24 11:24:00,1292.0 -10447,buy_compound_tight,buy,2025-10-24 19:45:00,1314.0 -10448,buy_compound_tight,buy,2025-10-24 19:48:00,1313.0 -10449,buy_compound_tight,buy,2025-10-25 00:42:00,1303.0 -10450,buy_compound_tight,buy,2025-10-25 13:30:00,1316.0 -10451,buy_compound_tight,buy,2025-10-25 13:33:00,1316.0 -10452,buy_compound_tight,buy,2025-10-25 13:36:00,1315.0 -10453,buy_compound_tight,buy,2025-10-25 13:39:00,1315.0 -10454,buy_compound_tight,buy,2025-10-25 14:12:00,1313.0 -10455,buy_compound_tight,buy,2025-10-25 15:21:00,1308.0 -10456,buy_compound_tight,buy,2025-10-25 15:24:00,1307.0 -10457,buy_compound_tight,buy,2025-10-25 15:36:00,1307.0 -10458,buy_compound_tight,buy,2025-10-25 15:39:00,1305.0 -10459,buy_compound_tight,buy,2025-10-26 12:00:00,1319.0 -10460,buy_compound_tight,buy,2025-10-26 12:03:00,1316.0 -10461,buy_compound_tight,buy,2025-10-26 12:06:00,1318.0 -10462,buy_compound_tight,buy,2025-10-26 12:09:00,1318.0 -10463,buy_compound_tight,buy,2025-10-27 17:51:00,1376.0 -10464,buy_compound_tight,buy,2025-10-27 17:54:00,1375.0 -10465,buy_compound_tight,buy,2025-10-27 21:45:00,1365.0 -10466,buy_compound_tight,buy,2025-10-27 21:48:00,1365.0 -10467,buy_compound_tight,buy,2025-10-29 04:45:00,1313.0 -10468,buy_compound_tight,buy,2025-10-29 04:48:00,1309.0 -10469,buy_compound_tight,buy,2025-10-29 13:27:00,1289.0 -10470,buy_compound_tight,buy,2025-10-30 07:45:00,1305.0 -10471,buy_compound_tight,buy,2025-10-30 07:48:00,1304.0 -10472,buy_compound_tight,buy,2025-10-30 08:06:00,1300.0 -10473,buy_compound_tight,buy,2025-10-30 08:09:00,1298.0 -10474,buy_compound_tight,buy,2025-10-30 08:30:00,1294.0 -10475,buy_compound_tight,buy,2025-10-30 08:33:00,1292.0 -10476,buy_compound_tight,buy,2025-10-30 12:51:00,1286.0 -10477,buy_compound_tight,buy,2025-10-30 12:54:00,1284.0 -10478,buy_compound_tight,buy,2025-10-30 18:42:00,1252.0 -10479,buy_compound_tight,buy,2025-10-31 15:45:00,1207.0 -10480,buy_compound_tight,buy,2025-10-31 15:48:00,1206.0 -10481,buy_compound_tight,buy,2025-10-31 20:06:00,1196.0 -10482,buy_compound_tight,buy,2025-10-31 20:09:00,1196.0 -10483,buy_compound_tight,buy,2025-11-03 11:00:00,1222.0 -10484,buy_compound_tight,buy,2025-11-03 11:03:00,1222.0 -10485,buy_compound_tight,buy,2025-11-04 04:21:00,1100.0 -10486,buy_compound_tight,buy,2025-11-04 04:24:00,1094.0 -10487,buy_compound_tight,buy,2025-11-04 04:57:00,1095.0 -10488,buy_compound_tight,buy,2025-11-04 05:00:00,1091.0 -10489,buy_compound_tight,buy,2025-11-04 05:03:00,1094.0 -10490,buy_compound_tight,buy,2025-11-04 05:51:00,1075.0 -10491,buy_compound_tight,buy,2025-11-04 05:54:00,1070.0 -10492,buy_compound_tight,buy,2025-11-04 22:21:00,1051.0 -10493,buy_compound_tight,buy,2025-11-04 22:24:00,1048.0 -10494,buy_compound_tight,buy,2025-11-06 18:51:00,1068.0 -10495,buy_compound_tight,buy,2025-11-06 18:54:00,1069.0 -10496,buy_compound_tight,buy,2025-11-06 21:51:00,1064.0 -10497,buy_compound_tight,buy,2025-11-06 21:54:00,1064.0 -10498,buy_compound_tight,buy,2025-11-07 20:21:00,1091.0 -10499,buy_compound_tight,buy,2025-11-07 20:24:00,1089.0 -10500,buy_compound_tight,buy,2025-11-07 21:30:00,1085.0 -10501,buy_compound_tight,buy,2025-11-07 21:33:00,1083.0 -10502,buy_compound_tight,buy,2025-11-08 22:45:00,1226.0 -10503,buy_compound_tight,buy,2025-11-08 22:48:00,1224.0 -10504,buy_compound_tight,buy,2025-11-10 03:06:00,1205.0 -10505,buy_compound_tight,buy,2025-11-10 03:09:00,1201.0 -10506,buy_compound_tight,buy,2025-11-11 01:30:00,1216.0 -10507,buy_compound_tight,buy,2025-11-11 01:33:00,1216.0 -10508,buy_compound_tight,buy,2025-11-11 01:51:00,1207.0 -10509,buy_compound_tight,buy,2025-11-11 01:54:00,1203.0 -10510,buy_compound_tight,buy,2025-11-11 15:06:00,1202.0 -10511,buy_compound_tight,buy,2025-11-11 15:09:00,1197.0 -10512,buy_compound_tight,buy,2025-11-11 17:00:00,1183.0 -10513,buy_compound_tight,buy,2025-11-11 17:03:00,1185.0 -10514,buy_compound_tight,buy,2025-11-12 22:15:00,1198.0 -10515,buy_compound_tight,buy,2025-11-12 22:18:00,1197.0 -10516,buy_compound_tight,buy,2025-11-13 08:42:00,1145.0 -10517,buy_compound_tight,buy,2025-11-13 08:45:00,1146.0 -10518,buy_compound_tight,buy,2025-11-13 08:48:00,1146.0 -10519,buy_compound_tight,buy,2025-11-14 02:42:00,1125.0 -10520,buy_compound_tight,buy,2025-11-14 02:45:00,1126.0 -10521,buy_compound_tight,buy,2025-11-14 02:48:00,1126.0 -10522,buy_compound_tight,buy,2025-11-14 02:51:00,1121.0 -10523,buy_compound_tight,buy,2025-11-14 02:54:00,1121.0 -10524,buy_compound_tight,buy,2025-11-14 02:57:00,1117.0 -10525,buy_compound_tight,buy,2025-11-14 03:00:00,1118.0 -10526,buy_compound_tight,buy,2025-11-14 03:03:00,1121.0 -10527,buy_compound_tight,buy,2025-11-14 03:06:00,1117.0 -10528,buy_compound_tight,buy,2025-11-14 03:09:00,1117.0 -10529,buy_compound_tight,buy,2025-11-14 13:21:00,1102.0 -10530,buy_compound_tight,buy,2025-11-14 13:24:00,1101.0 -10531,buy_compound_tight,buy,2025-11-14 20:30:00,1090.0 -10532,buy_compound_tight,buy,2025-11-14 20:33:00,1088.0 -10533,buy_compound_tight,buy,2025-11-14 20:36:00,1087.0 -10534,buy_compound_tight,buy,2025-11-14 20:39:00,1084.0 -10535,buy_compound_tight,buy,2025-11-14 21:06:00,1081.0 -10536,buy_compound_tight,buy,2025-11-14 21:09:00,1080.0 -10537,buy_compound_tight,buy,2025-11-14 21:12:00,1078.0 -10538,buy_compound_tight,buy,2025-11-14 21:36:00,1074.0 -10539,buy_compound_tight,buy,2025-11-14 21:39:00,1069.0 -10540,buy_compound_tight,buy,2025-11-15 14:21:00,1089.0 -10541,buy_compound_tight,buy,2025-11-15 14:24:00,1090.0 -10542,buy_compound_tight,buy,2025-11-15 14:27:00,1085.0 -10543,buy_compound_tight,buy,2025-11-15 16:12:00,1082.0 -10544,buy_compound_tight,buy,2025-11-15 16:21:00,1082.0 -10545,buy_compound_tight,buy,2025-11-15 16:24:00,1082.0 -10546,buy_compound_tight,buy,2025-11-15 16:36:00,1080.0 -10547,buy_compound_tight,buy,2025-11-15 16:39:00,1078.0 -10548,buy_compound_tight,buy,2025-11-15 17:06:00,1074.0 -10549,buy_compound_tight,buy,2025-11-15 17:09:00,1075.0 -10550,buy_compound_tight,buy,2025-11-16 05:36:00,1054.0 -10551,buy_compound_tight,buy,2025-11-16 05:39:00,1052.0 -10552,buy_compound_tight,buy,2025-11-16 05:42:00,1051.0 -10553,buy_compound_tight,buy,2025-11-16 17:30:00,1044.0 -10554,buy_compound_tight,buy,2025-11-16 17:33:00,1044.0 -10555,buy_compound_tight,buy,2025-11-16 17:36:00,1043.0 -10556,buy_compound_tight,buy,2025-11-16 17:39:00,1043.0 -10557,buy_compound_tight,buy,2025-11-18 15:45:00,982.0 -10558,buy_compound_tight,buy,2025-11-18 15:48:00,983.0 -10559,buy_compound_tight,buy,2025-11-18 16:00:00,980.0 -10560,buy_compound_tight,buy,2025-11-18 16:03:00,978.0 -10561,buy_compound_tight,buy,2025-11-20 01:21:00,973.0 -10562,buy_compound_tight,buy,2025-11-20 01:24:00,971.0 -10563,buy_compound_tight,buy,2025-11-20 13:36:00,999.0 -10564,buy_compound_tight,buy,2025-11-20 13:39:00,1000.0 -10565,buy_compound_tight,buy,2025-11-21 15:21:00,959.0 -10566,buy_compound_tight,buy,2025-11-21 15:24:00,960.0 -10567,buy_compound_tight,buy,2025-11-25 11:00:00,951.0 -10568,buy_compound_tight,buy,2025-11-25 11:03:00,952.0 -10569,buy_compound_tight,buy,2025-11-25 11:12:00,951.0 -10570,buy_compound_tight,buy,2025-11-29 02:15:00,963.0 -10571,buy_compound_tight,buy,2025-11-29 02:18:00,965.0 -10572,buy_compound_tight,buy,2025-11-29 18:30:00,956.0 -10573,buy_compound_tight,buy,2025-11-29 18:33:00,956.0 -10574,buy_compound_tight,buy,2025-11-29 18:36:00,955.0 -10575,buy_compound_tight,buy,2025-11-29 18:39:00,956.0 -10576,buy_compound_tight,buy,2025-11-29 18:42:00,955.0 -10577,buy_compound_tight,buy,2025-11-30 03:00:00,949.0 -10578,buy_compound_tight,buy,2025-11-30 03:03:00,948.0 -10579,buy_compound_tight,buy,2025-11-30 20:51:00,939.0 -10580,buy_compound_tight,buy,2025-11-30 20:54:00,940.0 -10581,buy_compound_tight,buy,2025-12-02 10:51:00,859.0 -10582,buy_compound_tight,buy,2025-12-02 10:54:00,860.0 -10583,buy_compound_tight,buy,2025-12-02 12:06:00,857.0 -10584,buy_compound_tight,buy,2025-12-02 12:09:00,858.0 -10585,buy_compound_tight,buy,2025-12-03 04:21:00,955.0 -10586,buy_compound_tight,buy,2025-12-03 04:24:00,955.0 -10587,buy_compound_tight,buy,2025-12-03 04:27:00,953.0 -10588,buy_compound_tight,buy,2025-12-03 05:00:00,947.0 -10589,buy_compound_tight,buy,2025-12-03 05:03:00,944.0 -10590,buy_compound_tight,buy,2025-12-03 19:42:00,939.0 -10591,buy_compound_tight,buy,2025-12-04 20:42:00,943.0 -10592,buy_compound_tight,buy,2025-12-04 21:30:00,942.0 -10593,buy_compound_tight,buy,2025-12-04 21:33:00,941.0 -10594,buy_compound_tight,buy,2025-12-05 07:06:00,929.0 -10595,buy_compound_tight,buy,2025-12-05 07:09:00,929.0 -10596,buy_compound_tight,buy,2025-12-07 04:42:00,861.0 -10597,buy_compound_tight,buy,2025-12-07 18:42:00,862.0 -10598,buy_compound_tight,buy,2025-12-09 04:15:00,871.0 -10599,buy_compound_tight,buy,2025-12-09 04:18:00,869.0 -10600,buy_compound_tight,buy,2025-12-09 18:42:00,876.0 -10601,buy_compound_tight,buy,2025-12-11 09:00:00,915.0 -10602,buy_compound_tight,buy,2025-12-11 09:03:00,916.0 -10603,buy_compound_tight,buy,2025-12-11 09:06:00,916.0 -10604,buy_compound_tight,buy,2025-12-11 09:09:00,913.0 -10605,buy_compound_tight,buy,2025-12-11 09:15:00,913.0 -10606,buy_compound_tight,buy,2025-12-11 09:18:00,913.0 -10607,buy_compound_tight,buy,2025-12-11 09:27:00,910.0 -10608,buy_compound_tight,buy,2025-12-11 12:21:00,873.0 -10609,buy_compound_tight,buy,2025-12-11 12:24:00,876.0 -10610,buy_compound_tight,buy,2025-12-13 15:15:00,868.0 -10611,buy_compound_tight,buy,2025-12-13 15:18:00,867.0 -10612,buy_compound_tight,buy,2025-12-14 12:45:00,878.0 -10613,buy_compound_tight,buy,2025-12-14 12:48:00,878.0 -10614,buy_compound_tight,buy,2025-12-14 14:06:00,873.0 -10615,buy_compound_tight,buy,2025-12-14 14:09:00,871.0 -10616,buy_compound_tight,buy,2025-12-14 19:36:00,868.0 -10617,buy_compound_tight,buy,2025-12-14 19:39:00,867.0 -10618,buy_compound_tight,buy,2025-12-14 20:00:00,867.0 -10619,buy_compound_tight,buy,2025-12-14 20:03:00,867.0 -10620,buy_compound_tight,buy,2025-12-15 06:00:00,843.0 -10621,buy_compound_tight,buy,2025-12-15 06:03:00,843.0 -10622,buy_compound_tight,buy,2025-12-15 22:21:00,857.0 -10623,buy_compound_tight,buy,2025-12-15 22:24:00,855.0 -10624,buy_compound_tight,buy,2025-12-16 16:30:00,786.0 -10625,buy_compound_tight,buy,2025-12-16 16:33:00,787.0 -10626,buy_compound_tight,buy,2025-12-16 16:36:00,785.0 -10627,buy_compound_tight,buy,2025-12-16 16:39:00,784.0 -10628,buy_compound_tight,buy,2025-12-17 02:42:00,782.0 -10629,buy_compound_tight,buy,2025-12-17 02:45:00,782.0 -10630,buy_compound_tight,buy,2025-12-17 02:48:00,781.0 -10631,buy_compound_tight,buy,2025-12-17 17:36:00,763.0 -10632,buy_compound_tight,buy,2025-12-17 17:39:00,764.0 -10633,buy_compound_tight,buy,2025-12-19 04:42:00,720.0 -10634,buy_compound_tight,buy,2025-12-19 10:42:00,710.0 -10635,buy_compound_tight,buy,2025-12-19 10:45:00,710.0 -10636,buy_compound_tight,buy,2025-12-19 10:48:00,710.0 -10637,buy_compound_tight,buy,2025-12-20 09:21:00,776.0 -10638,buy_compound_tight,buy,2025-12-20 09:24:00,775.0 -10639,buy_compound_tight,buy,2025-12-20 11:36:00,774.0 -10640,buy_compound_tight,buy,2025-12-20 11:39:00,772.0 -10641,buy_compound_tight,buy,2025-12-21 21:51:00,763.0 -10642,buy_compound_tight,buy,2025-12-21 21:54:00,762.0 -10643,buy_compound_tight,buy,2025-12-21 21:57:00,759.0 -10644,buy_compound_tight,buy,2025-12-22 20:30:00,765.0 -10645,buy_compound_tight,buy,2025-12-22 20:33:00,766.0 -10646,buy_compound_tight,buy,2025-12-23 23:51:00,733.0 -10647,buy_compound_tight,buy,2025-12-23 23:54:00,730.0 -10648,buy_compound_tight,buy,2025-12-24 14:36:00,713.0 -10649,buy_compound_tight,buy,2025-12-24 14:39:00,713.0 -10650,buy_compound_tight,buy,2025-12-25 15:00:00,728.0 -10651,buy_compound_tight,buy,2025-12-25 15:03:00,728.0 -10652,buy_compound_tight,buy,2025-12-25 19:21:00,729.0 -10653,buy_compound_tight,buy,2025-12-25 19:24:00,729.0 -10654,buy_compound_tight,buy,2025-12-25 19:27:00,728.0 -10655,buy_compound_tight,buy,2025-12-25 23:36:00,724.0 -10656,buy_compound_tight,buy,2025-12-25 23:39:00,724.0 -10657,buy_compound_tight,buy,2025-12-27 07:12:00,719.0 -10658,buy_compound_tight,buy,2025-12-28 21:36:00,738.0 -10659,buy_compound_tight,buy,2025-12-28 21:39:00,738.0 -10660,buy_compound_tight,buy,2025-12-31 09:15:00,711.0 -10661,buy_compound_tight,buy,2025-12-31 09:18:00,712.0 -10662,buy_compound_tight,buy,2026-01-01 01:06:00,707.0 -10663,buy_compound_tight,buy,2026-01-01 01:09:00,709.0 -10664,buy_compound_tight,buy,2026-01-03 05:57:00,786.0 -10665,buy_compound_tight,buy,2026-01-08 19:00:00,847.0 -10666,buy_compound_tight,buy,2026-01-08 19:03:00,841.0 -10667,buy_compound_tight,buy,2026-01-08 21:12:00,836.0 -10668,buy_compound_tight,buy,2026-01-09 21:27:00,847.0 -10669,buy_compound_tight,buy,2026-01-10 04:15:00,851.0 -10670,buy_compound_tight,buy,2026-01-10 04:18:00,848.0 -10671,buy_compound_tight,buy,2026-01-10 04:21:00,847.0 -10672,buy_compound_tight,buy,2026-01-10 04:24:00,849.0 -10673,buy_compound_tight,buy,2026-01-10 09:21:00,850.0 -10674,buy_compound_tight,buy,2026-01-10 09:24:00,850.0 -10675,buy_compound_tight,buy,2026-01-12 08:06:00,824.0 -10676,buy_compound_tight,buy,2026-01-12 08:09:00,826.0 -10677,buy_compound_tight,buy,2026-01-13 05:57:00,824.0 -10678,buy_compound_tight,buy,2026-01-14 12:00:00,904.0 -10679,buy_compound_tight,buy,2026-01-14 12:03:00,905.0 -10680,buy_compound_tight,buy,2026-01-16 10:21:00,827.0 -10681,buy_compound_tight,buy,2026-01-16 10:24:00,826.0 -10682,buy_compound_tight,buy,2026-01-17 21:00:00,816.0 -10683,buy_compound_tight,buy,2026-01-17 21:03:00,816.0 -10684,buy_compound_tight,buy,2026-01-18 10:30:00,808.0 -10685,buy_compound_tight,buy,2026-01-18 10:33:00,809.0 -10686,buy_compound_tight,buy,2026-01-18 18:30:00,802.0 -10687,buy_compound_tight,buy,2026-01-18 18:33:00,802.0 -10688,buy_compound_tight,buy,2026-01-19 00:00:00,798.0 -10689,buy_compound_tight,buy,2026-01-19 00:03:00,797.0 -10690,buy_compound_tight,buy,2026-01-20 07:57:00,741.0 -10691,buy_compound_tight,buy,2026-01-21 02:45:00,705.0 -10692,buy_compound_tight,buy,2026-01-21 02:48:00,702.0 -10693,buy_compound_tight,buy,2026-01-21 03:42:00,699.0 -10694,buy_compound_tight,buy,2026-01-21 03:45:00,698.0 -10695,buy_compound_tight,buy,2026-01-21 03:48:00,699.0 -10696,buy_compound_tight,buy,2026-01-21 20:12:00,713.0 -10697,buy_compound_tight,buy,2026-01-22 02:12:00,696.0 -10698,buy_compound_tight,buy,2026-01-22 08:30:00,712.0 -10699,buy_compound_tight,buy,2026-01-22 08:33:00,710.0 -10700,buy_compound_tight,buy,2026-01-22 08:36:00,711.0 -10701,buy_compound_tight,buy,2026-01-22 08:39:00,710.0 -10702,buy_compound_tight,buy,2026-01-23 15:51:00,709.0 -10703,buy_compound_tight,buy,2026-01-23 15:54:00,709.0 -10704,buy_compound_tight,buy,2026-01-25 12:42:00,688.0 -10705,buy_compound_tight,buy,2026-01-25 21:27:00,689.0 -10706,buy_compound_tight,buy,2026-01-26 04:27:00,652.0 -10707,buy_compound_tight,buy,2026-01-27 05:30:00,671.0 -10708,buy_compound_tight,buy,2026-01-27 05:36:00,669.0 -10709,buy_compound_tight,buy,2026-01-27 05:39:00,670.0 -10710,buy_compound_tight,buy,2026-01-27 10:12:00,670.0 -10711,buy_compound_tight,buy,2026-01-27 12:21:00,669.0 -10712,buy_compound_tight,buy,2026-01-27 12:24:00,671.0 -10713,buy_compound_tight,buy,2026-01-27 12:57:00,668.0 -10714,buy_compound_tight,buy,2026-01-27 14:30:00,666.0 -10715,buy_compound_tight,buy,2026-01-27 14:33:00,667.0 -10716,buy_compound_tight,buy,2026-01-29 12:27:00,762.0 -10717,buy_compound_tight,buy,2026-01-29 15:51:00,740.0 -10718,buy_compound_tight,buy,2026-01-29 15:54:00,737.0 -10719,buy_compound_tight,buy,2026-01-29 15:57:00,738.0 -10720,buy_compound_tight,buy,2026-01-29 21:51:00,699.0 -10721,buy_compound_tight,buy,2026-01-29 21:54:00,700.0 -10722,buy_compound_tight,buy,2026-01-30 04:21:00,701.0 -10723,buy_compound_tight,buy,2026-01-30 04:24:00,697.0 -10724,buy_compound_tight,buy,2026-01-30 05:21:00,694.0 -10725,buy_compound_tight,buy,2026-01-30 05:24:00,695.0 -10726,buy_compound_tight,buy,2026-01-30 11:00:00,676.0 -10727,buy_compound_tight,buy,2026-01-30 11:03:00,675.0 -10728,buy_compound_tight,buy,2026-01-30 11:06:00,672.0 -10729,buy_compound_tight,buy,2026-01-30 11:09:00,671.0 -10730,buy_compound_tight,buy,2026-01-30 18:27:00,669.0 -10731,buy_compound_tight,buy,2026-01-31 09:21:00,694.0 -10732,buy_compound_tight,buy,2026-01-31 09:24:00,691.0 -10733,buy_compound_tight,buy,2026-01-31 17:27:00,661.0 -10734,buy_compound_tight,buy,2026-02-02 14:21:00,577.0 -10735,buy_compound_tight,buy,2026-02-02 14:24:00,578.0 -10736,buy_compound_tight,buy,2026-02-02 14:27:00,574.0 -10737,buy_compound_tight,buy,2026-02-03 03:15:00,594.0 -10738,buy_compound_tight,buy,2026-02-03 03:18:00,593.0 -10739,buy_compound_tight,buy,2026-02-03 04:51:00,591.0 -10740,buy_compound_tight,buy,2026-02-03 04:54:00,590.0 -10741,buy_compound_tight,buy,2026-02-03 05:45:00,589.0 -10742,buy_compound_tight,buy,2026-02-03 05:48:00,589.0 -10743,buy_compound_tight,buy,2026-02-03 05:51:00,590.0 -10744,buy_compound_tight,buy,2026-02-03 05:54:00,589.0 -10745,buy_compound_tight,buy,2026-02-03 11:27:00,597.0 -10746,buy_compound_tight,buy,2026-02-03 11:30:00,597.0 -10747,buy_compound_tight,buy,2026-02-03 11:33:00,597.0 -10748,buy_compound_tight,buy,2026-02-03 11:36:00,596.0 -10749,buy_compound_tight,buy,2026-02-03 11:39:00,594.0 -10750,buy_compound_tight,buy,2026-02-04 03:12:00,593.0 -10751,buy_compound_tight,buy,2026-02-04 22:36:00,599.0 -10752,buy_compound_tight,buy,2026-02-04 22:39:00,599.0 -10753,buy_compound_tight,buy,2026-02-05 13:06:00,591.0 -10754,buy_compound_tight,buy,2026-02-05 13:09:00,590.0 -10755,buy_compound_tight,buy,2026-02-06 03:36:00,535.0 -10756,buy_compound_tight,buy,2026-02-06 03:39:00,534.0 -10757,buy_compound_tight,buy,2026-02-07 10:15:00,588.0 -10758,buy_compound_tight,buy,2026-02-07 10:18:00,589.0 -10759,buy_compound_tight,buy,2026-02-07 18:45:00,587.0 -10760,buy_compound_tight,buy,2026-02-07 18:48:00,585.0 -10761,buy_compound_tight,buy,2026-02-09 05:51:00,580.0 -10762,buy_compound_tight,buy,2026-02-09 05:54:00,580.0 -10763,buy_compound_tight,buy,2026-02-09 05:57:00,580.0 -10764,buy_compound_tight,buy,2026-02-09 18:15:00,568.0 -10765,buy_compound_tight,buy,2026-02-09 18:18:00,567.0 -10766,buy_compound_tight,buy,2026-02-09 19:21:00,561.0 -10767,buy_compound_tight,buy,2026-02-09 19:24:00,560.0 -10768,buy_compound_tight,buy,2026-02-11 18:12:00,541.0 -10769,buy_compound_tight,buy,2026-02-11 18:15:00,541.0 -10770,buy_compound_tight,buy,2026-02-11 18:18:00,540.0 -10771,buy_compound_tight,buy,2026-02-11 19:00:00,539.0 -10772,buy_compound_tight,buy,2026-02-11 19:03:00,538.0 -10773,buy_compound_tight,buy,2026-02-12 21:51:00,568.0 -10774,buy_compound_tight,buy,2026-02-12 21:54:00,565.0 -10775,buy_compound_tight,buy,2026-02-13 05:51:00,549.0 -10776,buy_compound_tight,buy,2026-02-13 05:54:00,550.0 -10777,buy_compound_tight,buy,2026-02-13 05:57:00,550.0 -10778,buy_compound_tight,buy,2026-02-15 09:36:00,627.0 -10779,buy_compound_tight,buy,2026-02-15 09:39:00,626.0 -10780,buy_compound_tight,buy,2026-02-15 17:51:00,623.0 -10781,buy_compound_tight,buy,2026-02-15 17:54:00,624.0 -10782,buy_compound_tight,buy,2026-02-16 11:57:00,595.0 -10783,buy_compound_tight,buy,2026-02-16 19:51:00,594.0 -10784,buy_compound_tight,buy,2026-02-16 19:54:00,594.0 -10785,buy_compound_tight,buy,2026-02-17 00:45:00,590.0 -10786,buy_compound_tight,buy,2026-02-17 00:48:00,591.0 -10787,buy_compound_tight,buy,2026-02-19 02:21:00,569.0 -10788,buy_compound_tight,buy,2026-02-19 02:24:00,568.0 -10789,buy_compound_tight,buy,2026-02-19 06:00:00,563.0 -10790,buy_compound_tight,buy,2026-02-19 06:03:00,562.0 -10791,buy_compound_tight,buy,2026-02-20 13:30:00,554.0 -10792,buy_compound_tight,buy,2026-02-20 13:33:00,554.0 -10793,buy_compound_tight,buy,2026-02-22 11:51:00,561.0 -10794,buy_compound_tight,buy,2026-02-22 11:54:00,562.0 -10795,buy_compound_tight,buy,2026-02-22 11:57:00,562.0 -10796,buy_compound_tight,buy,2026-02-24 12:12:00,542.0 -10797,buy_compound_tight,buy,2026-02-24 12:15:00,542.0 -10798,buy_compound_tight,buy,2026-02-24 12:18:00,543.0 -10799,buy_compound_tight,buy,2026-02-24 14:21:00,538.0 -10800,buy_compound_tight,buy,2026-02-24 14:24:00,538.0 -10801,buy_compound_tight,buy,2026-02-24 14:27:00,539.0 -10802,buy_compound_tight,buy,2026-02-28 02:12:00,569.0 -10803,buy_compound_tight,buy,2026-03-01 17:45:00,571.0 -10804,buy_compound_tight,buy,2026-03-01 17:48:00,569.0 -10805,buy_compound_tight,buy,2026-03-03 09:21:00,590.0 -10806,buy_compound_tight,buy,2026-03-03 09:24:00,589.0 -10807,buy_compound_tight,buy,2026-03-04 06:27:00,572.0 -10808,buy_compound_tight,buy,2026-03-04 11:15:00,572.0 -10809,buy_compound_tight,buy,2026-03-04 11:18:00,572.0 -10810,buy_compound_tight,buy,2026-03-05 10:51:00,603.0 -10811,buy_compound_tight,buy,2026-03-05 10:54:00,603.0 -10812,buy_compound_tight,buy,2026-03-05 10:57:00,603.0 -10813,buy_compound_tight,buy,2026-03-06 08:42:00,599.0 -10814,buy_compound_tight,buy,2026-03-06 21:06:00,588.0 -10815,buy_compound_tight,buy,2026-03-06 21:09:00,586.0 -10816,buy_compound_tight,buy,2026-03-07 11:30:00,573.0 -10817,buy_compound_tight,buy,2026-03-07 11:33:00,573.0 -10818,buy_compound_tight,buy,2026-03-07 11:36:00,572.0 -10819,buy_compound_tight,buy,2026-03-07 11:39:00,573.0 -10820,buy_compound_tight,buy,2026-03-08 04:30:00,561.0 -10821,buy_compound_tight,buy,2026-03-08 04:33:00,560.0 -10822,buy_compound_tight,buy,2026-03-08 11:27:00,556.0 -10823,buy_compound_tight,buy,2026-03-09 00:21:00,546.0 -10824,buy_compound_tight,buy,2026-03-09 00:24:00,546.0 -10825,buy_compound_tight,buy,2026-03-09 00:42:00,544.0 -10826,buy_compound_tight,buy,2026-03-10 03:51:00,532.0 -10827,buy_compound_tight,buy,2026-03-10 03:54:00,532.0 -10828,buy_compound_tight,buy,2026-03-10 07:45:00,534.0 -10829,buy_compound_tight,buy,2026-03-10 07:48:00,533.0 -10830,buy_compound_tight,buy,2026-03-11 04:27:00,521.0 -10831,buy_compound_tight,buy,2026-03-12 00:30:00,522.0 -10832,buy_compound_tight,buy,2026-03-12 00:33:00,519.0 -10833,buy_compound_tight,buy,2026-03-12 23:36:00,514.0 -10834,buy_compound_tight,buy,2026-03-12 23:39:00,511.0 -10835,buy_compound_tight,buy,2026-03-14 22:00:00,517.0 -10836,buy_compound_tight,buy,2026-03-14 22:03:00,517.0 -10837,buy_compound_tight,buy,2026-03-15 05:06:00,520.0 -10838,buy_compound_tight,buy,2026-03-15 05:09:00,520.0 -10839,buy_compound_tight,buy,2026-03-15 05:27:00,520.0 -10840,buy_compound_tight,buy,2026-03-16 19:45:00,558.0 -10841,buy_compound_tight,buy,2026-03-16 19:48:00,558.0 -10842,buy_compound_tight,buy,2026-03-16 20:12:00,557.0 -10843,buy_compound_tight,buy,2026-03-16 20:21:00,556.0 -10844,buy_compound_tight,buy,2026-03-16 20:24:00,555.0 -10845,buy_compound_tight,buy,2026-03-17 19:30:00,576.0 -10846,buy_compound_tight,buy,2026-03-17 19:33:00,575.0 -10847,buy_compound_tight,buy,2026-03-18 08:42:00,581.0 -10848,buy_compound_tight,buy,2026-03-18 09:21:00,579.0 -10849,buy_compound_tight,buy,2026-03-18 09:24:00,577.0 -10850,buy_compound_tight,buy,2026-03-18 16:21:00,581.0 -10851,buy_compound_tight,buy,2026-03-18 16:24:00,580.0 -10852,buy_compound_tight,buy,2026-03-18 16:27:00,579.0 -10853,buy_compound_tight,buy,2026-03-20 03:30:00,488.0 -10854,buy_compound_tight,buy,2026-03-20 03:33:00,488.0 -10855,buy_compound_tight,buy,2026-03-20 09:30:00,491.0 -10856,buy_compound_tight,buy,2026-03-20 09:33:00,491.0 -10857,buy_compound_tight,buy,2026-03-20 18:12:00,490.0 -10858,buy_compound_tight,buy,2026-03-20 18:15:00,490.0 -10859,buy_compound_tight,buy,2026-03-20 18:18:00,489.0 -10860,buy_compound_tight,buy,2026-03-20 20:51:00,481.0 -10861,buy_compound_tight,buy,2026-03-20 20:54:00,482.0 -10862,buy_compound_tight,buy,2026-03-22 14:42:00,476.0 -10863,buy_compound_tight,buy,2026-03-22 14:45:00,476.0 -10864,buy_compound_tight,buy,2026-03-22 14:48:00,475.0 -10865,buy_compound_tight,buy,2026-03-22 19:12:00,473.0 -10866,buy_compound_tight,buy,2026-03-22 23:57:00,469.0 -10867,buy_compound_tight,buy,2026-03-23 18:30:00,460.0 -10868,buy_compound_tight,buy,2026-03-23 18:33:00,459.0 -10869,buy_compound_tight,buy,2026-03-24 07:42:00,481.0 -10870,buy_compound_tight,buy,2026-03-24 07:45:00,480.0 -10871,buy_compound_tight,buy,2026-03-24 07:48:00,481.0 -10872,buy_compound_tight,buy,2026-03-24 07:57:00,479.0 -10873,buy_compound_tight,buy,2026-03-24 18:30:00,478.0 -10874,buy_compound_tight,buy,2026-03-24 18:33:00,478.0 -10875,buy_compound_tight,buy,2026-03-24 19:30:00,476.0 -10876,buy_compound_tight,buy,2026-03-24 19:33:00,475.0 -10877,buy_compound_tight,buy,2026-03-24 23:42:00,472.0 -10878,buy_compound_tight,buy,2026-03-26 10:42:00,481.0 -10879,buy_compound_tight,buy,2026-03-26 11:36:00,476.0 -10880,buy_compound_tight,buy,2026-03-26 11:39:00,476.0 -10881,buy_compound_tight,buy,2026-03-26 12:21:00,473.0 -10882,buy_compound_tight,buy,2026-03-26 12:24:00,473.0 -10883,buy_compound_tight,buy,2026-03-26 13:12:00,472.0 -10884,buy_compound_tight,buy,2026-03-28 04:06:00,398.0 -10885,buy_compound_tight,buy,2026-03-28 04:09:00,398.0 -10886,buy_compound_tight,buy,2026-03-28 04:12:00,397.0 -10887,buy_compound_tight,buy,2026-04-02 02:30:00,422.0 -10888,buy_compound_tight,buy,2026-04-02 02:51:00,421.0 -10889,buy_compound_tight,buy,2026-04-02 02:54:00,420.0 -10890,buy_compound_tight,buy,2026-04-02 02:57:00,419.0 -10891,buy_compound_tight,buy,2026-04-02 21:06:00,408.0 -10892,buy_compound_tight,buy,2026-04-02 21:09:00,407.0 -10893,buy_compound_tight,buy,2026-04-03 02:51:00,403.0 -10894,buy_compound_tight,buy,2026-04-03 02:54:00,403.0 -10895,buy_compound_tight,buy,2026-04-03 02:57:00,403.0 -10896,buy_compound_tight,buy,2026-04-04 08:27:00,402.0 -10897,buy_compound_tight,buy,2026-04-05 16:51:00,379.0 -10898,buy_compound_tight,buy,2026-04-05 16:54:00,379.0 -10899,buy_compound_tight,buy,2026-04-07 06:57:00,374.0 -10900,buy_compound_tight,buy,2026-04-07 07:27:00,372.0 -10901,buy_compound_tight,buy,2026-04-07 21:21:00,368.0 -10902,buy_compound_tight,buy,2026-04-07 21:24:00,368.0 -10903,buy_compound_tight,buy,2026-04-07 21:36:00,366.0 -10904,buy_compound_tight,buy,2026-04-07 21:39:00,367.0 -10905,buy_compound_tight,buy,2026-04-08 10:06:00,394.0 -10906,buy_compound_tight,buy,2026-04-08 10:09:00,394.0 -10907,buy_compound_tight,buy,2026-04-08 10:12:00,392.0 -10908,buy_compound_tight,buy,2026-04-08 10:15:00,392.0 -10909,buy_compound_tight,buy,2026-04-08 10:18:00,392.0 -10910,buy_compound_tight,buy,2026-04-10 08:30:00,399.0 -10911,buy_compound_tight,buy,2026-04-10 08:33:00,398.0 -10912,buy_compound_tight,buy,2026-04-10 08:36:00,398.0 -10913,buy_compound_tight,buy,2026-04-10 08:39:00,397.0 -10914,buy_compound_tight,buy,2026-04-10 19:51:00,398.0 -10915,buy_compound_tight,buy,2026-04-10 19:54:00,398.0 -10916,buy_compound_tight,buy,2026-04-12 23:00:00,425.0 -10917,buy_compound_tight,buy,2026-04-12 23:03:00,424.0 -10918,buy_compound_tight,buy,2026-04-14 20:45:00,464.0 -10919,buy_compound_tight,buy,2026-04-14 20:48:00,462.0 -10920,buy_compound_tight,buy,2026-04-15 16:06:00,439.0 -10921,buy_compound_tight,buy,2026-04-15 16:09:00,440.0 -10922,buy_compound_tight,buy,2026-04-15 16:30:00,438.0 -10923,buy_compound_tight,buy,2026-04-15 16:33:00,437.0 -10924,buy_compound_tight,buy,2026-04-15 16:42:00,436.0 -10925,buy_compound_tight,buy,2026-04-15 23:42:00,438.0 -10926,buy_compound_tight,buy,2026-04-16 00:27:00,436.0 -10927,buy_compound_tight,buy,2026-04-16 14:06:00,455.0 -10928,buy_compound_tight,buy,2026-04-16 14:09:00,454.0 -10929,buy_compound_tight,buy,2026-04-19 04:30:00,395.0 -10930,buy_compound_tight,buy,2026-04-19 04:33:00,394.0 -10931,buy_compound_tight,buy,2026-04-19 11:36:00,387.0 -10932,buy_compound_tight,buy,2026-04-19 11:39:00,388.0 -10933,buy_compound_tight,buy,2026-04-19 13:42:00,386.0 -10934,buy_compound_tight,buy,2026-04-22 04:51:00,386.0 -10935,buy_compound_tight,buy,2026-04-22 04:54:00,385.0 -10936,buy_compound_tight,buy,2026-04-23 18:45:00,388.0 -10937,buy_compound_tight,buy,2026-04-23 18:48:00,388.0 -10938,buy_compound_tight,buy,2026-04-23 19:21:00,386.0 -10939,buy_compound_tight,buy,2026-04-23 19:24:00,387.0 -10940,buy_compound_tight,buy,2026-05-01 14:45:00,359.0 -10941,buy_compound_tight,buy,2026-05-01 14:48:00,360.0 -10942,buy_compound_tight,buy,2026-05-01 15:51:00,356.0 -10943,buy_compound_tight,buy,2026-05-01 15:54:00,356.0 -10944,buy_compound_tight,buy,2026-05-03 09:27:00,358.0 -10945,buy_compound_tight,buy,2026-05-03 15:30:00,353.0 -10946,buy_compound_tight,buy,2026-05-03 15:33:00,354.0 -10947,buy_compound_tight,buy,2026-05-04 16:30:00,355.0 -10948,buy_compound_tight,buy,2026-05-04 16:33:00,356.0 -10949,buy_compound_tight,buy,2026-05-07 11:06:00,368.0 -10950,buy_compound_tight,buy,2026-05-07 11:09:00,367.0 -10951,buy_compound_tight,buy,2026-05-10 05:30:00,400.0 -10952,buy_compound_tight,buy,2026-05-10 05:33:00,400.0 -10953,buy_compound_tight,buy,2026-05-10 20:57:00,399.0 -10954,buy_compound_tight,buy,2026-05-12 17:30:00,405.0 -10955,buy_compound_tight,buy,2026-05-12 17:33:00,404.0 -10956,buy_compound_tight,buy,2026-05-13 00:27:00,391.0 -10957,buy_compound_tight,buy,2026-05-13 20:51:00,408.0 -10958,buy_compound_tight,buy,2026-05-13 20:54:00,407.0 -10959,buy_compound_tight,buy,2026-05-15 11:30:00,385.0 -10960,buy_compound_tight,buy,2026-05-15 11:33:00,383.0 -10961,buy_compound_tight,buy,2026-05-15 13:51:00,383.0 -10962,buy_compound_tight,buy,2026-05-15 13:54:00,382.0 -10963,buy_compound_tight,buy,2026-05-15 13:57:00,382.0 -10964,buy_compound_tight,buy,2026-05-18 14:42:00,350.0 -10965,buy_compound_tight,buy,2026-05-18 23:42:00,347.0 -10966,buy_compound_tight,buy,2026-05-18 23:45:00,346.0 -10967,buy_compound_tight,buy,2026-05-18 23:48:00,345.0 -10968,buy_compound_tight,buy,2026-05-19 20:51:00,361.0 -10969,buy_compound_tight,buy,2026-05-19 20:54:00,360.0 -10970,buy_compound_tight,buy,2026-05-19 20:57:00,360.0 -10971,buy_compound_tight,buy,2026-05-23 03:00:00,433.0 -10972,buy_compound_tight,buy,2026-05-23 03:03:00,433.0 -10973,buy_compound_tight,buy,2026-05-23 04:27:00,415.0 -10974,buy_compound_tight,buy,2026-05-23 04:42:00,407.0 -10975,buy_compound_tight,buy,2026-05-24 08:12:00,447.0 -10976,buy_compound_tight,buy,2026-05-25 04:30:00,438.0 -10977,buy_compound_tight,buy,2026-05-25 04:33:00,439.0 -10978,buy_compound_tight,buy,2026-05-25 04:45:00,437.0 -10979,buy_compound_tight,buy,2026-05-25 04:48:00,437.0 -10980,buy_compound_tight,buy,2026-05-25 11:51:00,435.0 -10981,buy_compound_tight,buy,2026-05-25 11:54:00,436.0 -10982,buy_compound_tight,buy,2026-05-25 11:57:00,436.0 -10983,buy_compound_tight,buy,2026-05-27 11:12:00,536.0 -10984,buy_compound_tight,buy,2026-05-27 11:15:00,535.0 -10985,buy_compound_tight,buy,2026-05-27 11:18:00,532.0 -10986,buy_compound_tight,buy,2026-05-28 09:45:00,495.0 -10987,buy_compound_tight,buy,2026-05-28 09:48:00,494.0 -10988,buy_compound_tight,buy,2026-05-28 10:00:00,492.0 -10989,buy_compound_tight,buy,2026-05-28 10:03:00,491.0 -10990,buy_compound_tight,buy,2026-05-29 20:21:00,440.0 -10991,buy_compound_tight,buy,2026-05-29 20:24:00,442.0 -10992,buy_compound_tight,buy,2026-05-29 20:27:00,440.0 -10993,buy_compound_tight,buy,2026-05-29 21:00:00,435.0 -10994,buy_compound_tight,buy,2026-05-29 21:03:00,435.0 -10995,buy_compound_tight,buy,2026-05-29 21:06:00,431.0 -10996,buy_compound_tight,buy,2026-05-29 21:09:00,432.0 -10997,buy_compound_tight,buy,2026-05-30 09:21:00,428.0 -10998,buy_compound_tight,buy,2026-05-30 09:24:00,428.0 -10999,buy_compound_tight,buy,2026-05-30 13:30:00,428.0 -11000,buy_compound_tight,buy,2026-05-30 13:33:00,428.0 -11001,buy_compound_tight,buy,2026-05-31 07:12:00,528.0 -11002,buy_compound_tight,buy,2026-05-31 07:21:00,523.0 -11003,buy_compound_tight,buy,2026-05-31 07:24:00,523.0 -11004,buy_compound_tight,buy,2026-05-31 07:42:00,515.0 -11005,buy_compound_tight,buy,2026-05-31 16:12:00,501.0 -11006,buy_compound_tight,buy,2026-05-31 18:06:00,497.0 -11007,buy_compound_tight,buy,2026-05-31 18:09:00,496.0 -11008,buy_compound_tight,buy,2026-06-01 15:15:00,567.0 -11009,buy_compound_tight,buy,2026-06-01 15:18:00,563.0 -11010,buy_compound_tight,buy,2026-06-01 17:00:00,555.0 -11011,buy_compound_tight,buy,2026-06-01 17:03:00,551.0 -11012,buy_compound_tight,buy,2026-06-02 16:15:00,664.0 -11013,buy_compound_tight,buy,2026-06-02 16:18:00,662.0 -11014,buy_compound_tight,buy,2026-06-03 00:15:00,599.0 -11015,buy_compound_tight,buy,2026-06-03 00:18:00,602.0 -11016,buy_compound_tight,buy,2026-06-03 08:06:00,586.0 -11017,buy_compound_tight,buy,2026-06-03 08:09:00,586.0 -11018,buy_contrast_m10_bb_pos,buy,2025-06-04 13:21:00,1661.0 -11019,buy_contrast_m10_bb_pos,buy,2025-06-04 13:24:00,1661.0 -11020,buy_contrast_m10_bb_pos,buy,2025-06-04 13:27:00,1661.0 -11021,buy_contrast_m10_bb_pos,buy,2025-06-04 13:30:00,1660.0 -11022,buy_contrast_m10_bb_pos,buy,2025-06-04 13:33:00,1653.0 -11023,buy_contrast_m10_bb_pos,buy,2025-06-04 13:36:00,1656.0 -11024,buy_contrast_m10_bb_pos,buy,2025-06-04 13:39:00,1654.0 -11025,buy_contrast_m10_bb_pos,buy,2025-06-04 13:51:00,1660.0 -11026,buy_contrast_m10_bb_pos,buy,2025-06-04 13:54:00,1658.0 -11027,buy_contrast_m10_bb_pos,buy,2025-06-04 13:57:00,1660.0 -11028,buy_contrast_m10_bb_pos,buy,2025-06-04 14:30:00,1652.0 -11029,buy_contrast_m10_bb_pos,buy,2025-06-04 14:33:00,1653.0 -11030,buy_contrast_m10_bb_pos,buy,2025-06-04 14:36:00,1650.0 -11031,buy_contrast_m10_bb_pos,buy,2025-06-04 14:39:00,1653.0 -11032,buy_contrast_m10_bb_pos,buy,2025-06-04 14:42:00,1654.0 -11033,buy_contrast_m10_bb_pos,buy,2025-06-04 14:45:00,1654.0 -11034,buy_contrast_m10_bb_pos,buy,2025-06-04 14:48:00,1659.0 -11035,buy_contrast_m10_bb_pos,buy,2025-06-04 15:21:00,1648.0 -11036,buy_contrast_m10_bb_pos,buy,2025-06-04 15:24:00,1648.0 -11037,buy_contrast_m10_bb_pos,buy,2025-06-04 15:27:00,1651.0 -11038,buy_contrast_m10_bb_pos,buy,2025-06-04 16:21:00,1643.0 -11039,buy_contrast_m10_bb_pos,buy,2025-06-04 16:24:00,1644.0 -11040,buy_contrast_m10_bb_pos,buy,2025-06-04 16:27:00,1642.0 -11041,buy_contrast_m10_bb_pos,buy,2025-06-04 16:30:00,1644.0 -11042,buy_contrast_m10_bb_pos,buy,2025-06-04 16:33:00,1641.0 -11043,buy_contrast_m10_bb_pos,buy,2025-06-04 16:36:00,1639.0 -11044,buy_contrast_m10_bb_pos,buy,2025-06-04 16:39:00,1640.0 -11045,buy_contrast_m10_bb_pos,buy,2025-06-04 16:51:00,1642.0 -11046,buy_contrast_m10_bb_pos,buy,2025-06-04 16:54:00,1640.0 -11047,buy_contrast_m10_bb_pos,buy,2025-06-04 16:57:00,1641.0 -11048,buy_contrast_m10_bb_pos,buy,2025-06-04 17:30:00,1641.0 -11049,buy_contrast_m10_bb_pos,buy,2025-06-04 17:33:00,1639.0 -11050,buy_contrast_m10_bb_pos,buy,2025-06-04 17:36:00,1640.0 -11051,buy_contrast_m10_bb_pos,buy,2025-06-04 17:39:00,1640.0 -11052,buy_contrast_m10_bb_pos,buy,2025-06-04 17:42:00,1642.0 -11053,buy_contrast_m10_bb_pos,buy,2025-06-04 17:45:00,1643.0 -11054,buy_contrast_m10_bb_pos,buy,2025-06-04 17:48:00,1645.0 -11055,buy_contrast_m10_bb_pos,buy,2025-06-04 18:12:00,1638.0 -11056,buy_contrast_m10_bb_pos,buy,2025-06-04 18:15:00,1635.0 -11057,buy_contrast_m10_bb_pos,buy,2025-06-04 18:18:00,1635.0 -11058,buy_contrast_m10_bb_pos,buy,2025-06-04 18:30:00,1637.0 -11059,buy_contrast_m10_bb_pos,buy,2025-06-04 18:33:00,1633.0 -11060,buy_contrast_m10_bb_pos,buy,2025-06-04 18:36:00,1633.0 -11061,buy_contrast_m10_bb_pos,buy,2025-06-04 18:39:00,1637.0 -11062,buy_contrast_m10_bb_pos,buy,2025-06-04 19:30:00,1635.0 -11063,buy_contrast_m10_bb_pos,buy,2025-06-04 19:33:00,1631.0 -11064,buy_contrast_m10_bb_pos,buy,2025-06-04 19:36:00,1633.0 -11065,buy_contrast_m10_bb_pos,buy,2025-06-04 19:39:00,1633.0 -11066,buy_contrast_m10_bb_pos,buy,2025-06-04 19:42:00,1631.0 -11067,buy_contrast_m10_bb_pos,buy,2025-06-04 19:45:00,1635.0 -11068,buy_contrast_m10_bb_pos,buy,2025-06-04 19:48:00,1633.0 -11069,buy_contrast_m10_bb_pos,buy,2025-06-04 20:12:00,1623.0 -11070,buy_contrast_m10_bb_pos,buy,2025-06-04 20:15:00,1626.0 -11071,buy_contrast_m10_bb_pos,buy,2025-06-04 20:18:00,1625.0 -11072,buy_contrast_m10_bb_pos,buy,2025-06-04 20:42:00,1616.0 -11073,buy_contrast_m10_bb_pos,buy,2025-06-04 20:45:00,1611.0 -11074,buy_contrast_m10_bb_pos,buy,2025-06-04 20:48:00,1611.0 -11075,buy_contrast_m10_bb_pos,buy,2025-06-04 21:00:00,1609.0 -11076,buy_contrast_m10_bb_pos,buy,2025-06-04 21:03:00,1599.0 -11077,buy_contrast_m10_bb_pos,buy,2025-06-04 21:06:00,1605.0 -11078,buy_contrast_m10_bb_pos,buy,2025-06-04 21:09:00,1607.0 -11079,buy_contrast_m10_bb_pos,buy,2025-06-04 21:12:00,1608.0 -11080,buy_contrast_m10_bb_pos,buy,2025-06-04 21:15:00,1611.0 -11081,buy_contrast_m10_bb_pos,buy,2025-06-04 21:18:00,1607.0 -11082,buy_contrast_m10_bb_pos,buy,2025-06-04 21:21:00,1601.0 -11083,buy_contrast_m10_bb_pos,buy,2025-06-04 21:24:00,1598.0 -11084,buy_contrast_m10_bb_pos,buy,2025-06-04 21:27:00,1602.0 -11085,buy_contrast_m10_bb_pos,buy,2025-06-04 21:30:00,1601.0 -11086,buy_contrast_m10_bb_pos,buy,2025-06-04 21:33:00,1598.0 -11087,buy_contrast_m10_bb_pos,buy,2025-06-04 21:36:00,1602.0 -11088,buy_contrast_m10_bb_pos,buy,2025-06-04 21:39:00,1604.0 -11089,buy_contrast_m10_bb_pos,buy,2025-06-04 21:42:00,1601.0 -11090,buy_contrast_m10_bb_pos,buy,2025-06-04 21:45:00,1601.0 -11091,buy_contrast_m10_bb_pos,buy,2025-06-04 21:48:00,1602.0 -11092,buy_contrast_m10_bb_pos,buy,2025-06-04 23:12:00,1593.0 -11093,buy_contrast_m10_bb_pos,buy,2025-06-04 23:15:00,1593.0 -11094,buy_contrast_m10_bb_pos,buy,2025-06-04 23:18:00,1594.0 -11095,buy_contrast_m10_bb_pos,buy,2025-06-04 23:30:00,1592.0 -11096,buy_contrast_m10_bb_pos,buy,2025-06-04 23:33:00,1595.0 -11097,buy_contrast_m10_bb_pos,buy,2025-06-04 23:36:00,1594.0 -11098,buy_contrast_m10_bb_pos,buy,2025-06-04 23:39:00,1595.0 -11099,buy_contrast_m10_bb_pos,buy,2025-06-05 02:42:00,1605.0 -11100,buy_contrast_m10_bb_pos,buy,2025-06-05 02:45:00,1606.0 -11101,buy_contrast_m10_bb_pos,buy,2025-06-05 02:48:00,1601.0 -11102,buy_contrast_m10_bb_pos,buy,2025-06-05 05:00:00,1602.0 -11103,buy_contrast_m10_bb_pos,buy,2025-06-05 05:03:00,1602.0 -11104,buy_contrast_m10_bb_pos,buy,2025-06-05 05:06:00,1595.0 -11105,buy_contrast_m10_bb_pos,buy,2025-06-05 05:09:00,1591.0 -11106,buy_contrast_m10_bb_pos,buy,2025-06-05 05:30:00,1593.0 -11107,buy_contrast_m10_bb_pos,buy,2025-06-05 05:33:00,1594.0 -11108,buy_contrast_m10_bb_pos,buy,2025-06-05 05:36:00,1592.0 -11109,buy_contrast_m10_bb_pos,buy,2025-06-05 05:39:00,1595.0 -11110,buy_contrast_m10_bb_pos,buy,2025-06-05 05:42:00,1593.0 -11111,buy_contrast_m10_bb_pos,buy,2025-06-05 05:45:00,1592.0 -11112,buy_contrast_m10_bb_pos,buy,2025-06-05 05:48:00,1593.0 -11113,buy_contrast_m10_bb_pos,buy,2025-06-05 05:51:00,1590.0 -11114,buy_contrast_m10_bb_pos,buy,2025-06-05 05:54:00,1594.0 -11115,buy_contrast_m10_bb_pos,buy,2025-06-05 05:57:00,1593.0 -11116,buy_contrast_m10_bb_pos,buy,2025-06-05 06:12:00,1586.0 -11117,buy_contrast_m10_bb_pos,buy,2025-06-05 06:15:00,1593.0 -11118,buy_contrast_m10_bb_pos,buy,2025-06-05 06:18:00,1590.0 -11119,buy_contrast_m10_bb_pos,buy,2025-06-05 06:21:00,1585.0 -11120,buy_contrast_m10_bb_pos,buy,2025-06-05 06:24:00,1589.0 -11121,buy_contrast_m10_bb_pos,buy,2025-06-05 06:27:00,1592.0 -11122,buy_contrast_m10_bb_pos,buy,2025-06-05 08:21:00,1580.0 -11123,buy_contrast_m10_bb_pos,buy,2025-06-05 08:24:00,1585.0 -11124,buy_contrast_m10_bb_pos,buy,2025-06-05 08:27:00,1585.0 -11125,buy_contrast_m10_bb_pos,buy,2025-06-05 08:30:00,1582.0 -11126,buy_contrast_m10_bb_pos,buy,2025-06-05 08:33:00,1584.0 -11127,buy_contrast_m10_bb_pos,buy,2025-06-05 08:36:00,1584.0 -11128,buy_contrast_m10_bb_pos,buy,2025-06-05 08:39:00,1587.0 -11129,buy_contrast_m10_bb_pos,buy,2025-06-05 09:12:00,1570.0 -11130,buy_contrast_m10_bb_pos,buy,2025-06-05 09:15:00,1571.0 -11131,buy_contrast_m10_bb_pos,buy,2025-06-05 09:18:00,1572.0 -11132,buy_contrast_m10_bb_pos,buy,2025-06-05 09:30:00,1570.0 -11133,buy_contrast_m10_bb_pos,buy,2025-06-05 09:33:00,1574.0 -11134,buy_contrast_m10_bb_pos,buy,2025-06-05 09:36:00,1576.0 -11135,buy_contrast_m10_bb_pos,buy,2025-06-05 09:39:00,1579.0 -11136,buy_contrast_m10_bb_pos,buy,2025-06-05 10:51:00,1561.0 -11137,buy_contrast_m10_bb_pos,buy,2025-06-05 10:54:00,1562.0 -11138,buy_contrast_m10_bb_pos,buy,2025-06-05 10:57:00,1564.0 -11139,buy_contrast_m10_bb_pos,buy,2025-06-05 11:00:00,1564.0 -11140,buy_contrast_m10_bb_pos,buy,2025-06-05 11:03:00,1570.0 -11141,buy_contrast_m10_bb_pos,buy,2025-06-05 11:06:00,1570.0 -11142,buy_contrast_m10_bb_pos,buy,2025-06-05 11:09:00,1572.0 -11143,buy_contrast_m10_bb_pos,buy,2025-06-05 14:21:00,1559.0 -11144,buy_contrast_m10_bb_pos,buy,2025-06-05 14:24:00,1551.0 -11145,buy_contrast_m10_bb_pos,buy,2025-06-05 14:27:00,1550.0 -11146,buy_contrast_m10_bb_pos,buy,2025-06-05 15:00:00,1548.0 -11147,buy_contrast_m10_bb_pos,buy,2025-06-05 15:03:00,1550.0 -11148,buy_contrast_m10_bb_pos,buy,2025-06-05 15:06:00,1547.0 -11149,buy_contrast_m10_bb_pos,buy,2025-06-05 15:09:00,1547.0 -11150,buy_contrast_m10_bb_pos,buy,2025-06-05 15:12:00,1549.0 -11151,buy_contrast_m10_bb_pos,buy,2025-06-05 15:15:00,1546.0 -11152,buy_contrast_m10_bb_pos,buy,2025-06-05 15:18:00,1549.0 -11153,buy_contrast_m10_bb_pos,buy,2025-06-05 15:21:00,1546.0 -11154,buy_contrast_m10_bb_pos,buy,2025-06-05 15:24:00,1550.0 -11155,buy_contrast_m10_bb_pos,buy,2025-06-05 15:27:00,1552.0 -11156,buy_contrast_m10_bb_pos,buy,2025-06-05 19:51:00,1540.0 -11157,buy_contrast_m10_bb_pos,buy,2025-06-05 19:54:00,1541.0 -11158,buy_contrast_m10_bb_pos,buy,2025-06-05 19:57:00,1539.0 -11159,buy_contrast_m10_bb_pos,buy,2025-06-05 20:00:00,1540.0 -11160,buy_contrast_m10_bb_pos,buy,2025-06-05 20:03:00,1541.0 -11161,buy_contrast_m10_bb_pos,buy,2025-06-05 20:06:00,1545.0 -11162,buy_contrast_m10_bb_pos,buy,2025-06-05 20:09:00,1539.0 -11163,buy_contrast_m10_bb_pos,buy,2025-06-05 20:12:00,1536.0 -11164,buy_contrast_m10_bb_pos,buy,2025-06-05 20:15:00,1536.0 -11165,buy_contrast_m10_bb_pos,buy,2025-06-05 20:18:00,1534.0 -11166,buy_contrast_m10_bb_pos,buy,2025-06-05 20:21:00,1538.0 -11167,buy_contrast_m10_bb_pos,buy,2025-06-05 20:24:00,1541.0 -11168,buy_contrast_m10_bb_pos,buy,2025-06-05 20:27:00,1538.0 -11169,buy_contrast_m10_bb_pos,buy,2025-06-05 20:42:00,1535.0 -11170,buy_contrast_m10_bb_pos,buy,2025-06-05 20:45:00,1533.0 -11171,buy_contrast_m10_bb_pos,buy,2025-06-05 20:48:00,1533.0 -11172,buy_contrast_m10_bb_pos,buy,2025-06-05 20:51:00,1534.0 -11173,buy_contrast_m10_bb_pos,buy,2025-06-05 20:54:00,1536.0 -11174,buy_contrast_m10_bb_pos,buy,2025-06-05 20:57:00,1539.0 -11175,buy_contrast_m10_bb_pos,buy,2025-06-05 23:00:00,1527.0 -11176,buy_contrast_m10_bb_pos,buy,2025-06-05 23:03:00,1524.0 -11177,buy_contrast_m10_bb_pos,buy,2025-06-05 23:06:00,1527.0 -11178,buy_contrast_m10_bb_pos,buy,2025-06-05 23:09:00,1526.0 -11179,buy_contrast_m10_bb_pos,buy,2025-06-05 23:12:00,1525.0 -11180,buy_contrast_m10_bb_pos,buy,2025-06-05 23:15:00,1526.0 -11181,buy_contrast_m10_bb_pos,buy,2025-06-05 23:18:00,1523.0 -11182,buy_contrast_m10_bb_pos,buy,2025-06-05 23:21:00,1512.0 -11183,buy_contrast_m10_bb_pos,buy,2025-06-05 23:24:00,1522.0 -11184,buy_contrast_m10_bb_pos,buy,2025-06-05 23:27:00,1523.0 -11185,buy_contrast_m10_bb_pos,buy,2025-06-06 01:21:00,1515.0 -11186,buy_contrast_m10_bb_pos,buy,2025-06-06 01:24:00,1519.0 -11187,buy_contrast_m10_bb_pos,buy,2025-06-06 01:27:00,1517.0 -11188,buy_contrast_m10_bb_pos,buy,2025-06-06 01:30:00,1514.0 -11189,buy_contrast_m10_bb_pos,buy,2025-06-06 01:33:00,1512.0 -11190,buy_contrast_m10_bb_pos,buy,2025-06-06 01:36:00,1511.0 -11191,buy_contrast_m10_bb_pos,buy,2025-06-06 01:39:00,1511.0 -11192,buy_contrast_m10_bb_pos,buy,2025-06-06 01:42:00,1512.0 -11193,buy_contrast_m10_bb_pos,buy,2025-06-06 01:45:00,1510.0 -11194,buy_contrast_m10_bb_pos,buy,2025-06-06 01:48:00,1506.0 -11195,buy_contrast_m10_bb_pos,buy,2025-06-06 01:51:00,1510.0 -11196,buy_contrast_m10_bb_pos,buy,2025-06-06 01:54:00,1508.0 -11197,buy_contrast_m10_bb_pos,buy,2025-06-06 01:57:00,1509.0 -11198,buy_contrast_m10_bb_pos,buy,2025-06-06 02:42:00,1509.0 -11199,buy_contrast_m10_bb_pos,buy,2025-06-06 02:45:00,1507.0 -11200,buy_contrast_m10_bb_pos,buy,2025-06-06 02:48:00,1505.0 -11201,buy_contrast_m10_bb_pos,buy,2025-06-06 04:30:00,1486.0 -11202,buy_contrast_m10_bb_pos,buy,2025-06-06 04:33:00,1487.0 -11203,buy_contrast_m10_bb_pos,buy,2025-06-06 04:36:00,1493.0 -11204,buy_contrast_m10_bb_pos,buy,2025-06-06 04:39:00,1492.0 -11205,buy_contrast_m10_bb_pos,buy,2025-06-06 04:51:00,1476.0 -11206,buy_contrast_m10_bb_pos,buy,2025-06-06 04:54:00,1477.0 -11207,buy_contrast_m10_bb_pos,buy,2025-06-06 04:57:00,1472.0 -11208,buy_contrast_m10_bb_pos,buy,2025-06-06 05:30:00,1455.0 -11209,buy_contrast_m10_bb_pos,buy,2025-06-06 05:33:00,1448.0 -11210,buy_contrast_m10_bb_pos,buy,2025-06-06 05:36:00,1445.0 -11211,buy_contrast_m10_bb_pos,buy,2025-06-06 05:39:00,1437.0 -11212,buy_contrast_m10_bb_pos,buy,2025-06-06 05:51:00,1434.0 -11213,buy_contrast_m10_bb_pos,buy,2025-06-06 05:54:00,1427.0 -11214,buy_contrast_m10_bb_pos,buy,2025-06-06 05:57:00,1429.0 -11215,buy_contrast_m10_bb_pos,buy,2025-06-06 06:12:00,1430.0 -11216,buy_contrast_m10_bb_pos,buy,2025-06-06 06:15:00,1421.0 -11217,buy_contrast_m10_bb_pos,buy,2025-06-06 06:18:00,1427.0 -11218,buy_contrast_m10_bb_pos,buy,2025-06-06 06:21:00,1423.0 -11219,buy_contrast_m10_bb_pos,buy,2025-06-06 06:24:00,1424.0 -11220,buy_contrast_m10_bb_pos,buy,2025-06-06 06:27:00,1425.0 -11221,buy_contrast_m10_bb_pos,buy,2025-06-06 11:21:00,1442.0 -11222,buy_contrast_m10_bb_pos,buy,2025-06-06 11:24:00,1442.0 -11223,buy_contrast_m10_bb_pos,buy,2025-06-06 11:27:00,1444.0 -11224,buy_contrast_m10_bb_pos,buy,2025-06-06 16:42:00,1469.0 -11225,buy_contrast_m10_bb_pos,buy,2025-06-06 16:45:00,1468.0 -11226,buy_contrast_m10_bb_pos,buy,2025-06-06 16:48:00,1467.0 -11227,buy_contrast_m10_bb_pos,buy,2025-06-06 16:51:00,1468.0 -11228,buy_contrast_m10_bb_pos,buy,2025-06-06 16:54:00,1468.0 -11229,buy_contrast_m10_bb_pos,buy,2025-06-06 16:57:00,1470.0 -11230,buy_contrast_m10_bb_pos,buy,2025-06-06 19:51:00,1465.0 -11231,buy_contrast_m10_bb_pos,buy,2025-06-06 19:54:00,1461.0 -11232,buy_contrast_m10_bb_pos,buy,2025-06-06 19:57:00,1464.0 -11233,buy_contrast_m10_bb_pos,buy,2025-06-07 02:42:00,1496.0 -11234,buy_contrast_m10_bb_pos,buy,2025-06-07 02:45:00,1490.0 -11235,buy_contrast_m10_bb_pos,buy,2025-06-07 02:48:00,1491.0 -11236,buy_contrast_m10_bb_pos,buy,2025-06-07 03:12:00,1485.0 -11237,buy_contrast_m10_bb_pos,buy,2025-06-07 03:15:00,1487.0 -11238,buy_contrast_m10_bb_pos,buy,2025-06-07 03:18:00,1487.0 -11239,buy_contrast_m10_bb_pos,buy,2025-06-07 03:21:00,1488.0 -11240,buy_contrast_m10_bb_pos,buy,2025-06-07 03:24:00,1485.0 -11241,buy_contrast_m10_bb_pos,buy,2025-06-07 03:27:00,1483.0 -11242,buy_contrast_m10_bb_pos,buy,2025-06-07 03:42:00,1482.0 -11243,buy_contrast_m10_bb_pos,buy,2025-06-07 03:45:00,1482.0 -11244,buy_contrast_m10_bb_pos,buy,2025-06-07 03:48:00,1483.0 -11245,buy_contrast_m10_bb_pos,buy,2025-06-07 03:51:00,1479.0 -11246,buy_contrast_m10_bb_pos,buy,2025-06-07 03:54:00,1480.0 -11247,buy_contrast_m10_bb_pos,buy,2025-06-07 03:57:00,1480.0 -11248,buy_contrast_m10_bb_pos,buy,2025-06-07 04:00:00,1480.0 -11249,buy_contrast_m10_bb_pos,buy,2025-06-07 04:03:00,1479.0 -11250,buy_contrast_m10_bb_pos,buy,2025-06-07 04:06:00,1482.0 -11251,buy_contrast_m10_bb_pos,buy,2025-06-07 04:09:00,1480.0 -11252,buy_contrast_m10_bb_pos,buy,2025-06-07 04:12:00,1480.0 -11253,buy_contrast_m10_bb_pos,buy,2025-06-07 04:15:00,1484.0 -11254,buy_contrast_m10_bb_pos,buy,2025-06-07 04:18:00,1479.0 -11255,buy_contrast_m10_bb_pos,buy,2025-06-07 04:21:00,1479.0 -11256,buy_contrast_m10_bb_pos,buy,2025-06-07 04:24:00,1475.0 -11257,buy_contrast_m10_bb_pos,buy,2025-06-07 04:27:00,1473.0 -11258,buy_contrast_m10_bb_pos,buy,2025-06-07 04:30:00,1471.0 -11259,buy_contrast_m10_bb_pos,buy,2025-06-07 04:33:00,1470.0 -11260,buy_contrast_m10_bb_pos,buy,2025-06-07 04:36:00,1468.0 -11261,buy_contrast_m10_bb_pos,buy,2025-06-07 04:39:00,1474.0 -11262,buy_contrast_m10_bb_pos,buy,2025-06-07 19:00:00,1551.0 -11263,buy_contrast_m10_bb_pos,buy,2025-06-07 19:03:00,1550.0 -11264,buy_contrast_m10_bb_pos,buy,2025-06-07 19:06:00,1557.0 -11265,buy_contrast_m10_bb_pos,buy,2025-06-07 19:09:00,1554.0 -11266,buy_contrast_m10_bb_pos,buy,2025-06-07 23:12:00,1562.0 -11267,buy_contrast_m10_bb_pos,buy,2025-06-07 23:15:00,1563.0 -11268,buy_contrast_m10_bb_pos,buy,2025-06-07 23:18:00,1561.0 -11269,buy_contrast_m10_bb_pos,buy,2025-06-08 00:12:00,1547.0 -11270,buy_contrast_m10_bb_pos,buy,2025-06-08 00:15:00,1549.0 -11271,buy_contrast_m10_bb_pos,buy,2025-06-08 00:18:00,1550.0 -11272,buy_contrast_m10_bb_pos,buy,2025-06-08 00:21:00,1552.0 -11273,buy_contrast_m10_bb_pos,buy,2025-06-08 00:24:00,1553.0 -11274,buy_contrast_m10_bb_pos,buy,2025-06-08 00:27:00,1550.0 -11275,buy_contrast_m10_bb_pos,buy,2025-06-08 00:30:00,1549.0 -11276,buy_contrast_m10_bb_pos,buy,2025-06-08 00:33:00,1548.0 -11277,buy_contrast_m10_bb_pos,buy,2025-06-08 00:36:00,1546.0 -11278,buy_contrast_m10_bb_pos,buy,2025-06-08 00:39:00,1545.0 -11279,buy_contrast_m10_bb_pos,buy,2025-06-08 00:51:00,1550.0 -11280,buy_contrast_m10_bb_pos,buy,2025-06-08 00:54:00,1552.0 -11281,buy_contrast_m10_bb_pos,buy,2025-06-08 00:57:00,1551.0 -11282,buy_contrast_m10_bb_pos,buy,2025-06-08 01:21:00,1544.0 -11283,buy_contrast_m10_bb_pos,buy,2025-06-08 01:24:00,1542.0 -11284,buy_contrast_m10_bb_pos,buy,2025-06-08 01:27:00,1543.0 -11285,buy_contrast_m10_bb_pos,buy,2025-06-08 01:30:00,1541.0 -11286,buy_contrast_m10_bb_pos,buy,2025-06-08 01:33:00,1537.0 -11287,buy_contrast_m10_bb_pos,buy,2025-06-08 01:36:00,1540.0 -11288,buy_contrast_m10_bb_pos,buy,2025-06-08 01:39:00,1537.0 -11289,buy_contrast_m10_bb_pos,buy,2025-06-08 01:51:00,1536.0 -11290,buy_contrast_m10_bb_pos,buy,2025-06-08 01:54:00,1536.0 -11291,buy_contrast_m10_bb_pos,buy,2025-06-08 01:57:00,1535.0 -11292,buy_contrast_m10_bb_pos,buy,2025-06-08 02:00:00,1535.0 -11293,buy_contrast_m10_bb_pos,buy,2025-06-08 02:03:00,1534.0 -11294,buy_contrast_m10_bb_pos,buy,2025-06-08 02:06:00,1533.0 -11295,buy_contrast_m10_bb_pos,buy,2025-06-08 02:09:00,1536.0 -11296,buy_contrast_m10_bb_pos,buy,2025-06-08 02:12:00,1537.0 -11297,buy_contrast_m10_bb_pos,buy,2025-06-08 02:15:00,1537.0 -11298,buy_contrast_m10_bb_pos,buy,2025-06-08 02:18:00,1535.0 -11299,buy_contrast_m10_bb_pos,buy,2025-06-08 02:42:00,1530.0 -11300,buy_contrast_m10_bb_pos,buy,2025-06-08 02:45:00,1531.0 -11301,buy_contrast_m10_bb_pos,buy,2025-06-08 02:48:00,1529.0 -11302,buy_contrast_m10_bb_pos,buy,2025-06-08 03:00:00,1527.0 -11303,buy_contrast_m10_bb_pos,buy,2025-06-08 03:03:00,1529.0 -11304,buy_contrast_m10_bb_pos,buy,2025-06-08 03:06:00,1535.0 -11305,buy_contrast_m10_bb_pos,buy,2025-06-08 03:09:00,1531.0 -11306,buy_contrast_m10_bb_pos,buy,2025-06-08 10:12:00,1544.0 -11307,buy_contrast_m10_bb_pos,buy,2025-06-08 10:15:00,1546.0 -11308,buy_contrast_m10_bb_pos,buy,2025-06-08 10:18:00,1544.0 -11309,buy_contrast_m10_bb_pos,buy,2025-06-08 12:12:00,1543.0 -11310,buy_contrast_m10_bb_pos,buy,2025-06-08 12:15:00,1542.0 -11311,buy_contrast_m10_bb_pos,buy,2025-06-08 12:18:00,1542.0 -11312,buy_contrast_m10_bb_pos,buy,2025-06-08 12:21:00,1541.0 -11313,buy_contrast_m10_bb_pos,buy,2025-06-08 12:24:00,1542.0 -11314,buy_contrast_m10_bb_pos,buy,2025-06-08 12:27:00,1540.0 -11315,buy_contrast_m10_bb_pos,buy,2025-06-08 12:30:00,1540.0 -11316,buy_contrast_m10_bb_pos,buy,2025-06-08 12:33:00,1542.0 -11317,buy_contrast_m10_bb_pos,buy,2025-06-08 12:36:00,1542.0 -11318,buy_contrast_m10_bb_pos,buy,2025-06-08 12:39:00,1543.0 -11319,buy_contrast_m10_bb_pos,buy,2025-06-08 14:12:00,1536.0 -11320,buy_contrast_m10_bb_pos,buy,2025-06-08 14:15:00,1535.0 -11321,buy_contrast_m10_bb_pos,buy,2025-06-08 14:18:00,1537.0 -11322,buy_contrast_m10_bb_pos,buy,2025-06-08 14:21:00,1537.0 -11323,buy_contrast_m10_bb_pos,buy,2025-06-08 14:24:00,1538.0 -11324,buy_contrast_m10_bb_pos,buy,2025-06-08 14:27:00,1540.0 -11325,buy_contrast_m10_bb_pos,buy,2025-06-08 15:12:00,1531.0 -11326,buy_contrast_m10_bb_pos,buy,2025-06-08 15:15:00,1531.0 -11327,buy_contrast_m10_bb_pos,buy,2025-06-08 15:18:00,1531.0 -11328,buy_contrast_m10_bb_pos,buy,2025-06-08 15:30:00,1530.0 -11329,buy_contrast_m10_bb_pos,buy,2025-06-08 15:33:00,1527.0 -11330,buy_contrast_m10_bb_pos,buy,2025-06-08 15:36:00,1527.0 -11331,buy_contrast_m10_bb_pos,buy,2025-06-08 15:39:00,1527.0 -11332,buy_contrast_m10_bb_pos,buy,2025-06-08 15:42:00,1528.0 -11333,buy_contrast_m10_bb_pos,buy,2025-06-08 15:45:00,1532.0 -11334,buy_contrast_m10_bb_pos,buy,2025-06-08 15:48:00,1528.0 -11335,buy_contrast_m10_bb_pos,buy,2025-06-08 15:51:00,1525.0 -11336,buy_contrast_m10_bb_pos,buy,2025-06-08 15:54:00,1525.0 -11337,buy_contrast_m10_bb_pos,buy,2025-06-08 15:57:00,1525.0 -11338,buy_contrast_m10_bb_pos,buy,2025-06-08 16:00:00,1524.0 -11339,buy_contrast_m10_bb_pos,buy,2025-06-08 16:03:00,1524.0 -11340,buy_contrast_m10_bb_pos,buy,2025-06-08 16:06:00,1523.0 -11341,buy_contrast_m10_bb_pos,buy,2025-06-08 16:09:00,1524.0 -11342,buy_contrast_m10_bb_pos,buy,2025-06-08 16:12:00,1522.0 -11343,buy_contrast_m10_bb_pos,buy,2025-06-08 16:15:00,1524.0 -11344,buy_contrast_m10_bb_pos,buy,2025-06-08 16:18:00,1526.0 -11345,buy_contrast_m10_bb_pos,buy,2025-06-08 16:30:00,1520.0 -11346,buy_contrast_m10_bb_pos,buy,2025-06-08 16:33:00,1518.0 -11347,buy_contrast_m10_bb_pos,buy,2025-06-08 16:36:00,1518.0 -11348,buy_contrast_m10_bb_pos,buy,2025-06-08 16:39:00,1518.0 -11349,buy_contrast_m10_bb_pos,buy,2025-06-08 16:42:00,1517.0 -11350,buy_contrast_m10_bb_pos,buy,2025-06-08 16:45:00,1516.0 -11351,buy_contrast_m10_bb_pos,buy,2025-06-08 16:48:00,1515.0 -11352,buy_contrast_m10_bb_pos,buy,2025-06-08 16:51:00,1518.0 -11353,buy_contrast_m10_bb_pos,buy,2025-06-08 16:54:00,1518.0 -11354,buy_contrast_m10_bb_pos,buy,2025-06-08 16:57:00,1514.0 -11355,buy_contrast_m10_bb_pos,buy,2025-06-08 17:00:00,1515.0 -11356,buy_contrast_m10_bb_pos,buy,2025-06-08 17:03:00,1519.0 -11357,buy_contrast_m10_bb_pos,buy,2025-06-08 17:06:00,1519.0 -11358,buy_contrast_m10_bb_pos,buy,2025-06-08 17:09:00,1520.0 -11359,buy_contrast_m10_bb_pos,buy,2025-06-09 07:51:00,1535.0 -11360,buy_contrast_m10_bb_pos,buy,2025-06-09 07:54:00,1534.0 -11361,buy_contrast_m10_bb_pos,buy,2025-06-09 07:57:00,1534.0 -11362,buy_contrast_m10_bb_pos,buy,2025-06-09 08:00:00,1535.0 -11363,buy_contrast_m10_bb_pos,buy,2025-06-09 08:03:00,1532.0 -11364,buy_contrast_m10_bb_pos,buy,2025-06-09 08:06:00,1532.0 -11365,buy_contrast_m10_bb_pos,buy,2025-06-09 08:09:00,1530.0 -11366,buy_contrast_m10_bb_pos,buy,2025-06-09 08:12:00,1529.0 -11367,buy_contrast_m10_bb_pos,buy,2025-06-09 08:15:00,1529.0 -11368,buy_contrast_m10_bb_pos,buy,2025-06-09 08:18:00,1525.0 -11369,buy_contrast_m10_bb_pos,buy,2025-06-09 08:21:00,1529.0 -11370,buy_contrast_m10_bb_pos,buy,2025-06-09 08:24:00,1525.0 -11371,buy_contrast_m10_bb_pos,buy,2025-06-09 08:27:00,1522.0 -11372,buy_contrast_m10_bb_pos,buy,2025-06-09 08:30:00,1525.0 -11373,buy_contrast_m10_bb_pos,buy,2025-06-09 08:33:00,1526.0 -11374,buy_contrast_m10_bb_pos,buy,2025-06-09 08:36:00,1524.0 -11375,buy_contrast_m10_bb_pos,buy,2025-06-09 08:39:00,1525.0 -11376,buy_contrast_m10_bb_pos,buy,2025-06-09 08:42:00,1524.0 -11377,buy_contrast_m10_bb_pos,buy,2025-06-09 08:45:00,1524.0 -11378,buy_contrast_m10_bb_pos,buy,2025-06-09 08:48:00,1523.0 -11379,buy_contrast_m10_bb_pos,buy,2025-06-09 08:51:00,1524.0 -11380,buy_contrast_m10_bb_pos,buy,2025-06-09 08:54:00,1526.0 -11381,buy_contrast_m10_bb_pos,buy,2025-06-09 08:57:00,1523.0 -11382,buy_contrast_m10_bb_pos,buy,2025-06-09 10:51:00,1521.0 -11383,buy_contrast_m10_bb_pos,buy,2025-06-09 10:54:00,1521.0 -11384,buy_contrast_m10_bb_pos,buy,2025-06-09 10:57:00,1520.0 -11385,buy_contrast_m10_bb_pos,buy,2025-06-09 11:00:00,1522.0 -11386,buy_contrast_m10_bb_pos,buy,2025-06-09 11:03:00,1520.0 -11387,buy_contrast_m10_bb_pos,buy,2025-06-09 11:06:00,1519.0 -11388,buy_contrast_m10_bb_pos,buy,2025-06-09 11:09:00,1513.0 -11389,buy_contrast_m10_bb_pos,buy,2025-06-09 11:30:00,1517.0 -11390,buy_contrast_m10_bb_pos,buy,2025-06-09 11:33:00,1516.0 -11391,buy_contrast_m10_bb_pos,buy,2025-06-09 11:36:00,1513.0 -11392,buy_contrast_m10_bb_pos,buy,2025-06-09 11:39:00,1511.0 -11393,buy_contrast_m10_bb_pos,buy,2025-06-09 11:51:00,1513.0 -11394,buy_contrast_m10_bb_pos,buy,2025-06-09 11:54:00,1513.0 -11395,buy_contrast_m10_bb_pos,buy,2025-06-09 11:57:00,1512.0 -11396,buy_contrast_m10_bb_pos,buy,2025-06-09 12:00:00,1512.0 -11397,buy_contrast_m10_bb_pos,buy,2025-06-09 12:03:00,1513.0 -11398,buy_contrast_m10_bb_pos,buy,2025-06-09 12:06:00,1510.0 -11399,buy_contrast_m10_bb_pos,buy,2025-06-09 12:09:00,1507.0 -11400,buy_contrast_m10_bb_pos,buy,2025-06-09 12:21:00,1503.0 -11401,buy_contrast_m10_bb_pos,buy,2025-06-09 12:24:00,1502.0 -11402,buy_contrast_m10_bb_pos,buy,2025-06-09 12:27:00,1502.0 -11403,buy_contrast_m10_bb_pos,buy,2025-06-09 12:30:00,1503.0 -11404,buy_contrast_m10_bb_pos,buy,2025-06-09 12:33:00,1505.0 -11405,buy_contrast_m10_bb_pos,buy,2025-06-09 12:36:00,1506.0 -11406,buy_contrast_m10_bb_pos,buy,2025-06-09 12:39:00,1504.0 -11407,buy_contrast_m10_bb_pos,buy,2025-06-09 12:42:00,1502.0 -11408,buy_contrast_m10_bb_pos,buy,2025-06-09 12:45:00,1501.0 -11409,buy_contrast_m10_bb_pos,buy,2025-06-09 12:48:00,1504.0 -11410,buy_contrast_m10_bb_pos,buy,2025-06-09 14:00:00,1497.0 -11411,buy_contrast_m10_bb_pos,buy,2025-06-09 14:03:00,1493.0 -11412,buy_contrast_m10_bb_pos,buy,2025-06-09 14:06:00,1493.0 -11413,buy_contrast_m10_bb_pos,buy,2025-06-09 14:09:00,1494.0 -11414,buy_contrast_m10_bb_pos,buy,2025-06-09 14:12:00,1495.0 -11415,buy_contrast_m10_bb_pos,buy,2025-06-09 14:15:00,1495.0 -11416,buy_contrast_m10_bb_pos,buy,2025-06-09 14:18:00,1495.0 -11417,buy_contrast_m10_bb_pos,buy,2025-06-09 14:51:00,1486.0 -11418,buy_contrast_m10_bb_pos,buy,2025-06-09 14:54:00,1484.0 -11419,buy_contrast_m10_bb_pos,buy,2025-06-09 14:57:00,1484.0 -11420,buy_contrast_m10_bb_pos,buy,2025-06-09 15:21:00,1478.0 -11421,buy_contrast_m10_bb_pos,buy,2025-06-09 15:24:00,1480.0 -11422,buy_contrast_m10_bb_pos,buy,2025-06-09 15:27:00,1479.0 -11423,buy_contrast_m10_bb_pos,buy,2025-06-09 22:21:00,1548.0 -11424,buy_contrast_m10_bb_pos,buy,2025-06-09 22:24:00,1551.0 -11425,buy_contrast_m10_bb_pos,buy,2025-06-09 22:27:00,1549.0 -11426,buy_contrast_m10_bb_pos,buy,2025-06-09 23:21:00,1516.0 -11427,buy_contrast_m10_bb_pos,buy,2025-06-09 23:24:00,1520.0 -11428,buy_contrast_m10_bb_pos,buy,2025-06-09 23:27:00,1517.0 -11429,buy_contrast_m10_bb_pos,buy,2025-06-09 23:30:00,1516.0 -11430,buy_contrast_m10_bb_pos,buy,2025-06-09 23:33:00,1519.0 -11431,buy_contrast_m10_bb_pos,buy,2025-06-09 23:36:00,1523.0 -11432,buy_contrast_m10_bb_pos,buy,2025-06-09 23:39:00,1521.0 -11433,buy_contrast_m10_bb_pos,buy,2025-06-10 04:42:00,1527.0 -11434,buy_contrast_m10_bb_pos,buy,2025-06-10 04:45:00,1525.0 -11435,buy_contrast_m10_bb_pos,buy,2025-06-10 04:48:00,1525.0 -11436,buy_contrast_m10_bb_pos,buy,2025-06-10 04:51:00,1527.0 -11437,buy_contrast_m10_bb_pos,buy,2025-06-10 04:54:00,1525.0 -11438,buy_contrast_m10_bb_pos,buy,2025-06-10 04:57:00,1526.0 -11439,buy_contrast_m10_bb_pos,buy,2025-06-10 05:00:00,1527.0 -11440,buy_contrast_m10_bb_pos,buy,2025-06-10 05:03:00,1528.0 -11441,buy_contrast_m10_bb_pos,buy,2025-06-10 05:06:00,1531.0 -11442,buy_contrast_m10_bb_pos,buy,2025-06-10 05:09:00,1531.0 -11443,buy_contrast_m10_bb_pos,buy,2025-06-10 11:30:00,1570.0 -11444,buy_contrast_m10_bb_pos,buy,2025-06-10 11:33:00,1568.0 -11445,buy_contrast_m10_bb_pos,buy,2025-06-10 11:36:00,1570.0 -11446,buy_contrast_m10_bb_pos,buy,2025-06-10 11:39:00,1569.0 -11447,buy_contrast_m10_bb_pos,buy,2025-06-10 11:42:00,1568.0 -11448,buy_contrast_m10_bb_pos,buy,2025-06-10 11:45:00,1570.0 -11449,buy_contrast_m10_bb_pos,buy,2025-06-10 11:48:00,1566.0 -11450,buy_contrast_m10_bb_pos,buy,2025-06-10 11:51:00,1568.0 -11451,buy_contrast_m10_bb_pos,buy,2025-06-10 11:54:00,1565.0 -11452,buy_contrast_m10_bb_pos,buy,2025-06-10 11:57:00,1565.0 -11453,buy_contrast_m10_bb_pos,buy,2025-06-10 12:12:00,1559.0 -11454,buy_contrast_m10_bb_pos,buy,2025-06-10 12:15:00,1558.0 -11455,buy_contrast_m10_bb_pos,buy,2025-06-10 12:18:00,1555.0 -11456,buy_contrast_m10_bb_pos,buy,2025-06-10 12:21:00,1556.0 -11457,buy_contrast_m10_bb_pos,buy,2025-06-10 12:24:00,1559.0 -11458,buy_contrast_m10_bb_pos,buy,2025-06-10 12:27:00,1558.0 -11459,buy_contrast_m10_bb_pos,buy,2025-06-10 13:21:00,1552.0 -11460,buy_contrast_m10_bb_pos,buy,2025-06-10 13:24:00,1551.0 -11461,buy_contrast_m10_bb_pos,buy,2025-06-10 13:27:00,1550.0 -11462,buy_contrast_m10_bb_pos,buy,2025-06-10 13:30:00,1551.0 -11463,buy_contrast_m10_bb_pos,buy,2025-06-10 13:33:00,1549.0 -11464,buy_contrast_m10_bb_pos,buy,2025-06-10 13:36:00,1551.0 -11465,buy_contrast_m10_bb_pos,buy,2025-06-10 13:39:00,1551.0 -11466,buy_contrast_m10_bb_pos,buy,2025-06-10 14:30:00,1550.0 -11467,buy_contrast_m10_bb_pos,buy,2025-06-10 14:33:00,1542.0 -11468,buy_contrast_m10_bb_pos,buy,2025-06-10 14:36:00,1540.0 -11469,buy_contrast_m10_bb_pos,buy,2025-06-10 14:39:00,1541.0 -11470,buy_contrast_m10_bb_pos,buy,2025-06-10 15:00:00,1542.0 -11471,buy_contrast_m10_bb_pos,buy,2025-06-10 15:03:00,1539.0 -11472,buy_contrast_m10_bb_pos,buy,2025-06-10 15:06:00,1538.0 -11473,buy_contrast_m10_bb_pos,buy,2025-06-10 15:09:00,1538.0 -11474,buy_contrast_m10_bb_pos,buy,2025-06-10 15:21:00,1545.0 -11475,buy_contrast_m10_bb_pos,buy,2025-06-10 15:24:00,1545.0 -11476,buy_contrast_m10_bb_pos,buy,2025-06-10 15:27:00,1550.0 -11477,buy_contrast_m10_bb_pos,buy,2025-06-10 23:42:00,1575.0 -11478,buy_contrast_m10_bb_pos,buy,2025-06-10 23:45:00,1568.0 -11479,buy_contrast_m10_bb_pos,buy,2025-06-10 23:48:00,1565.0 -11480,buy_contrast_m10_bb_pos,buy,2025-06-10 23:51:00,1570.0 -11481,buy_contrast_m10_bb_pos,buy,2025-06-10 23:54:00,1570.0 -11482,buy_contrast_m10_bb_pos,buy,2025-06-10 23:57:00,1570.0 -11483,buy_contrast_m10_bb_pos,buy,2025-06-11 00:00:00,1569.0 -11484,buy_contrast_m10_bb_pos,buy,2025-06-11 00:03:00,1565.0 -11485,buy_contrast_m10_bb_pos,buy,2025-06-11 00:06:00,1571.0 -11486,buy_contrast_m10_bb_pos,buy,2025-06-11 00:09:00,1579.0 -11487,buy_contrast_m10_bb_pos,buy,2025-06-11 00:42:00,1560.0 -11488,buy_contrast_m10_bb_pos,buy,2025-06-11 00:45:00,1566.0 -11489,buy_contrast_m10_bb_pos,buy,2025-06-11 00:48:00,1568.0 -11490,buy_contrast_m10_bb_pos,buy,2025-06-11 01:51:00,1563.0 -11491,buy_contrast_m10_bb_pos,buy,2025-06-11 01:54:00,1560.0 -11492,buy_contrast_m10_bb_pos,buy,2025-06-11 01:57:00,1560.0 -11493,buy_contrast_m10_bb_pos,buy,2025-06-11 02:00:00,1560.0 -11494,buy_contrast_m10_bb_pos,buy,2025-06-11 02:03:00,1561.0 -11495,buy_contrast_m10_bb_pos,buy,2025-06-11 02:06:00,1567.0 -11496,buy_contrast_m10_bb_pos,buy,2025-06-11 02:09:00,1568.0 -11497,buy_contrast_m10_bb_pos,buy,2025-06-11 02:51:00,1558.0 -11498,buy_contrast_m10_bb_pos,buy,2025-06-11 02:54:00,1560.0 -11499,buy_contrast_m10_bb_pos,buy,2025-06-11 02:57:00,1558.0 -11500,buy_contrast_m10_bb_pos,buy,2025-06-11 03:00:00,1556.0 -11501,buy_contrast_m10_bb_pos,buy,2025-06-11 03:03:00,1555.0 -11502,buy_contrast_m10_bb_pos,buy,2025-06-11 03:06:00,1556.0 -11503,buy_contrast_m10_bb_pos,buy,2025-06-11 03:09:00,1560.0 -11504,buy_contrast_m10_bb_pos,buy,2025-06-11 10:21:00,1588.0 -11505,buy_contrast_m10_bb_pos,buy,2025-06-11 10:24:00,1593.0 -11506,buy_contrast_m10_bb_pos,buy,2025-06-11 10:27:00,1591.0 -11507,buy_contrast_m10_bb_pos,buy,2025-06-11 10:42:00,1588.0 -11508,buy_contrast_m10_bb_pos,buy,2025-06-11 10:45:00,1588.0 -11509,buy_contrast_m10_bb_pos,buy,2025-06-11 10:48:00,1589.0 -11510,buy_contrast_m10_bb_pos,buy,2025-06-11 10:51:00,1589.0 -11511,buy_contrast_m10_bb_pos,buy,2025-06-11 10:54:00,1587.0 -11512,buy_contrast_m10_bb_pos,buy,2025-06-11 10:57:00,1583.0 -11513,buy_contrast_m10_bb_pos,buy,2025-06-11 11:00:00,1588.0 -11514,buy_contrast_m10_bb_pos,buy,2025-06-11 11:03:00,1591.0 -11515,buy_contrast_m10_bb_pos,buy,2025-06-11 11:06:00,1593.0 -11516,buy_contrast_m10_bb_pos,buy,2025-06-11 11:09:00,1601.0 -11517,buy_contrast_m10_bb_pos,buy,2025-06-11 11:21:00,1586.0 -11518,buy_contrast_m10_bb_pos,buy,2025-06-11 11:24:00,1586.0 -11519,buy_contrast_m10_bb_pos,buy,2025-06-11 11:27:00,1586.0 -11520,buy_contrast_m10_bb_pos,buy,2025-06-11 17:51:00,1591.0 -11521,buy_contrast_m10_bb_pos,buy,2025-06-11 17:54:00,1594.0 -11522,buy_contrast_m10_bb_pos,buy,2025-06-11 17:57:00,1595.0 -11523,buy_contrast_m10_bb_pos,buy,2025-06-11 18:12:00,1591.0 -11524,buy_contrast_m10_bb_pos,buy,2025-06-11 18:15:00,1590.0 -11525,buy_contrast_m10_bb_pos,buy,2025-06-11 18:18:00,1597.0 -11526,buy_contrast_m10_bb_pos,buy,2025-06-11 18:42:00,1585.0 -11527,buy_contrast_m10_bb_pos,buy,2025-06-11 18:45:00,1585.0 -11528,buy_contrast_m10_bb_pos,buy,2025-06-11 18:48:00,1581.0 -11529,buy_contrast_m10_bb_pos,buy,2025-06-11 18:51:00,1583.0 -11530,buy_contrast_m10_bb_pos,buy,2025-06-11 18:54:00,1580.0 -11531,buy_contrast_m10_bb_pos,buy,2025-06-11 18:57:00,1575.0 -11532,buy_contrast_m10_bb_pos,buy,2025-06-11 19:21:00,1574.0 -11533,buy_contrast_m10_bb_pos,buy,2025-06-11 19:24:00,1574.0 -11534,buy_contrast_m10_bb_pos,buy,2025-06-11 19:27:00,1571.0 -11535,buy_contrast_m10_bb_pos,buy,2025-06-11 19:30:00,1574.0 -11536,buy_contrast_m10_bb_pos,buy,2025-06-11 19:33:00,1578.0 -11537,buy_contrast_m10_bb_pos,buy,2025-06-11 19:36:00,1579.0 -11538,buy_contrast_m10_bb_pos,buy,2025-06-11 19:39:00,1578.0 -11539,buy_contrast_m10_bb_pos,buy,2025-06-11 20:42:00,1563.0 -11540,buy_contrast_m10_bb_pos,buy,2025-06-11 20:45:00,1566.0 -11541,buy_contrast_m10_bb_pos,buy,2025-06-11 20:48:00,1563.0 -11542,buy_contrast_m10_bb_pos,buy,2025-06-11 20:51:00,1564.0 -11543,buy_contrast_m10_bb_pos,buy,2025-06-11 20:54:00,1568.0 -11544,buy_contrast_m10_bb_pos,buy,2025-06-11 20:57:00,1573.0 -11545,buy_contrast_m10_bb_pos,buy,2025-06-12 03:30:00,1604.0 -11546,buy_contrast_m10_bb_pos,buy,2025-06-12 03:33:00,1605.0 -11547,buy_contrast_m10_bb_pos,buy,2025-06-12 03:36:00,1604.0 -11548,buy_contrast_m10_bb_pos,buy,2025-06-12 03:39:00,1613.0 -11549,buy_contrast_m10_bb_pos,buy,2025-06-12 03:51:00,1607.0 -11550,buy_contrast_m10_bb_pos,buy,2025-06-12 03:54:00,1606.0 -11551,buy_contrast_m10_bb_pos,buy,2025-06-12 03:57:00,1597.0 -11552,buy_contrast_m10_bb_pos,buy,2025-06-12 04:00:00,1599.0 -11553,buy_contrast_m10_bb_pos,buy,2025-06-12 04:03:00,1594.0 -11554,buy_contrast_m10_bb_pos,buy,2025-06-12 04:06:00,1592.0 -11555,buy_contrast_m10_bb_pos,buy,2025-06-12 04:09:00,1589.0 -11556,buy_contrast_m10_bb_pos,buy,2025-06-12 04:12:00,1598.0 -11557,buy_contrast_m10_bb_pos,buy,2025-06-12 04:15:00,1590.0 -11558,buy_contrast_m10_bb_pos,buy,2025-06-12 04:18:00,1588.0 -11559,buy_contrast_m10_bb_pos,buy,2025-06-12 04:21:00,1590.0 -11560,buy_contrast_m10_bb_pos,buy,2025-06-12 04:24:00,1591.0 -11561,buy_contrast_m10_bb_pos,buy,2025-06-12 04:27:00,1593.0 -11562,buy_contrast_m10_bb_pos,buy,2025-06-12 04:30:00,1592.0 -11563,buy_contrast_m10_bb_pos,buy,2025-06-12 04:33:00,1584.0 -11564,buy_contrast_m10_bb_pos,buy,2025-06-12 04:36:00,1581.0 -11565,buy_contrast_m10_bb_pos,buy,2025-06-12 04:39:00,1578.0 -11566,buy_contrast_m10_bb_pos,buy,2025-06-12 04:42:00,1581.0 -11567,buy_contrast_m10_bb_pos,buy,2025-06-12 04:45:00,1580.0 -11568,buy_contrast_m10_bb_pos,buy,2025-06-12 04:48:00,1576.0 -11569,buy_contrast_m10_bb_pos,buy,2025-06-12 04:51:00,1576.0 -11570,buy_contrast_m10_bb_pos,buy,2025-06-12 04:54:00,1576.0 -11571,buy_contrast_m10_bb_pos,buy,2025-06-12 04:57:00,1576.0 -11572,buy_contrast_m10_bb_pos,buy,2025-06-12 05:00:00,1574.0 -11573,buy_contrast_m10_bb_pos,buy,2025-06-12 05:03:00,1570.0 -11574,buy_contrast_m10_bb_pos,buy,2025-06-12 05:06:00,1566.0 -11575,buy_contrast_m10_bb_pos,buy,2025-06-12 05:09:00,1567.0 -11576,buy_contrast_m10_bb_pos,buy,2025-06-12 05:12:00,1575.0 -11577,buy_contrast_m10_bb_pos,buy,2025-06-12 05:15:00,1579.0 -11578,buy_contrast_m10_bb_pos,buy,2025-06-12 05:18:00,1584.0 -11579,buy_contrast_m10_bb_pos,buy,2025-06-12 07:51:00,1530.0 -11580,buy_contrast_m10_bb_pos,buy,2025-06-12 07:54:00,1527.0 -11581,buy_contrast_m10_bb_pos,buy,2025-06-12 07:57:00,1530.0 -11582,buy_contrast_m10_bb_pos,buy,2025-06-12 11:21:00,1528.0 -11583,buy_contrast_m10_bb_pos,buy,2025-06-12 11:24:00,1528.0 -11584,buy_contrast_m10_bb_pos,buy,2025-06-12 11:27:00,1528.0 -11585,buy_contrast_m10_bb_pos,buy,2025-06-12 12:00:00,1525.0 -11586,buy_contrast_m10_bb_pos,buy,2025-06-12 12:03:00,1527.0 -11587,buy_contrast_m10_bb_pos,buy,2025-06-12 12:06:00,1523.0 -11588,buy_contrast_m10_bb_pos,buy,2025-06-12 12:09:00,1524.0 -11589,buy_contrast_m10_bb_pos,buy,2025-06-12 12:42:00,1522.0 -11590,buy_contrast_m10_bb_pos,buy,2025-06-12 12:45:00,1523.0 -11591,buy_contrast_m10_bb_pos,buy,2025-06-12 12:48:00,1527.0 -11592,buy_contrast_m10_bb_pos,buy,2025-06-12 13:00:00,1516.0 -11593,buy_contrast_m10_bb_pos,buy,2025-06-12 13:03:00,1517.0 -11594,buy_contrast_m10_bb_pos,buy,2025-06-12 13:06:00,1516.0 -11595,buy_contrast_m10_bb_pos,buy,2025-06-12 13:09:00,1518.0 -11596,buy_contrast_m10_bb_pos,buy,2025-06-12 17:00:00,1515.0 -11597,buy_contrast_m10_bb_pos,buy,2025-06-12 17:03:00,1508.0 -11598,buy_contrast_m10_bb_pos,buy,2025-06-12 17:06:00,1506.0 -11599,buy_contrast_m10_bb_pos,buy,2025-06-12 17:09:00,1501.0 -11600,buy_contrast_m10_bb_pos,buy,2025-06-12 17:21:00,1505.0 -11601,buy_contrast_m10_bb_pos,buy,2025-06-12 17:24:00,1507.0 -11602,buy_contrast_m10_bb_pos,buy,2025-06-12 17:27:00,1508.0 -11603,buy_contrast_m10_bb_pos,buy,2025-06-12 17:30:00,1508.0 -11604,buy_contrast_m10_bb_pos,buy,2025-06-12 17:33:00,1506.0 -11605,buy_contrast_m10_bb_pos,buy,2025-06-12 17:36:00,1504.0 -11606,buy_contrast_m10_bb_pos,buy,2025-06-12 17:39:00,1505.0 -11607,buy_contrast_m10_bb_pos,buy,2025-06-12 17:42:00,1505.0 -11608,buy_contrast_m10_bb_pos,buy,2025-06-12 17:45:00,1509.0 -11609,buy_contrast_m10_bb_pos,buy,2025-06-12 17:48:00,1512.0 -11610,buy_contrast_m10_bb_pos,buy,2025-06-12 18:12:00,1500.0 -11611,buy_contrast_m10_bb_pos,buy,2025-06-12 18:15:00,1499.0 -11612,buy_contrast_m10_bb_pos,buy,2025-06-12 18:18:00,1499.0 -11613,buy_contrast_m10_bb_pos,buy,2025-06-12 18:21:00,1498.0 -11614,buy_contrast_m10_bb_pos,buy,2025-06-12 18:24:00,1499.0 -11615,buy_contrast_m10_bb_pos,buy,2025-06-12 18:27:00,1501.0 -11616,buy_contrast_m10_bb_pos,buy,2025-06-12 18:30:00,1500.0 -11617,buy_contrast_m10_bb_pos,buy,2025-06-12 18:33:00,1502.0 -11618,buy_contrast_m10_bb_pos,buy,2025-06-12 18:36:00,1505.0 -11619,buy_contrast_m10_bb_pos,buy,2025-06-12 18:39:00,1503.0 -11620,buy_contrast_m10_bb_pos,buy,2025-06-12 19:12:00,1491.0 -11621,buy_contrast_m10_bb_pos,buy,2025-06-12 19:15:00,1492.0 -11622,buy_contrast_m10_bb_pos,buy,2025-06-12 19:18:00,1490.0 -11623,buy_contrast_m10_bb_pos,buy,2025-06-12 19:21:00,1489.0 -11624,buy_contrast_m10_bb_pos,buy,2025-06-12 19:24:00,1488.0 -11625,buy_contrast_m10_bb_pos,buy,2025-06-12 19:27:00,1486.0 -11626,buy_contrast_m10_bb_pos,buy,2025-06-12 19:30:00,1489.0 -11627,buy_contrast_m10_bb_pos,buy,2025-06-12 19:33:00,1490.0 -11628,buy_contrast_m10_bb_pos,buy,2025-06-12 19:36:00,1485.0 -11629,buy_contrast_m10_bb_pos,buy,2025-06-12 19:39:00,1488.0 -11630,buy_contrast_m10_bb_pos,buy,2025-06-12 19:42:00,1489.0 -11631,buy_contrast_m10_bb_pos,buy,2025-06-12 19:45:00,1488.0 -11632,buy_contrast_m10_bb_pos,buy,2025-06-12 19:48:00,1489.0 -11633,buy_contrast_m10_bb_pos,buy,2025-06-12 19:51:00,1484.0 -11634,buy_contrast_m10_bb_pos,buy,2025-06-12 19:54:00,1484.0 -11635,buy_contrast_m10_bb_pos,buy,2025-06-12 19:57:00,1484.0 -11636,buy_contrast_m10_bb_pos,buy,2025-06-12 20:00:00,1487.0 -11637,buy_contrast_m10_bb_pos,buy,2025-06-12 20:03:00,1488.0 -11638,buy_contrast_m10_bb_pos,buy,2025-06-12 20:06:00,1487.0 -11639,buy_contrast_m10_bb_pos,buy,2025-06-12 20:09:00,1485.0 -11640,buy_contrast_m10_bb_pos,buy,2025-06-12 20:12:00,1485.0 -11641,buy_contrast_m10_bb_pos,buy,2025-06-12 20:15:00,1487.0 -11642,buy_contrast_m10_bb_pos,buy,2025-06-12 20:18:00,1484.0 -11643,buy_contrast_m10_bb_pos,buy,2025-06-12 20:21:00,1483.0 -11644,buy_contrast_m10_bb_pos,buy,2025-06-12 20:24:00,1480.0 -11645,buy_contrast_m10_bb_pos,buy,2025-06-12 20:27:00,1483.0 -11646,buy_contrast_m10_bb_pos,buy,2025-06-12 20:30:00,1479.0 -11647,buy_contrast_m10_bb_pos,buy,2025-06-12 20:33:00,1483.0 -11648,buy_contrast_m10_bb_pos,buy,2025-06-12 20:36:00,1478.0 -11649,buy_contrast_m10_bb_pos,buy,2025-06-12 20:39:00,1483.0 -11650,buy_contrast_m10_bb_pos,buy,2025-06-12 20:42:00,1484.0 -11651,buy_contrast_m10_bb_pos,buy,2025-06-12 20:45:00,1488.0 -11652,buy_contrast_m10_bb_pos,buy,2025-06-12 20:48:00,1488.0 -11653,buy_contrast_m10_bb_pos,buy,2025-06-12 21:12:00,1478.0 -11654,buy_contrast_m10_bb_pos,buy,2025-06-12 21:15:00,1478.0 -11655,buy_contrast_m10_bb_pos,buy,2025-06-12 21:18:00,1479.0 -11656,buy_contrast_m10_bb_pos,buy,2025-06-13 01:12:00,1473.0 -11657,buy_contrast_m10_bb_pos,buy,2025-06-13 01:15:00,1471.0 -11658,buy_contrast_m10_bb_pos,buy,2025-06-13 01:18:00,1475.0 -11659,buy_contrast_m10_bb_pos,buy,2025-06-13 01:21:00,1480.0 -11660,buy_contrast_m10_bb_pos,buy,2025-06-13 01:24:00,1478.0 -11661,buy_contrast_m10_bb_pos,buy,2025-06-13 01:27:00,1482.0 -11662,buy_contrast_m10_bb_pos,buy,2025-06-13 03:51:00,1466.0 -11663,buy_contrast_m10_bb_pos,buy,2025-06-13 03:54:00,1476.0 -11664,buy_contrast_m10_bb_pos,buy,2025-06-13 03:57:00,1474.0 -11665,buy_contrast_m10_bb_pos,buy,2025-06-13 04:21:00,1471.0 -11666,buy_contrast_m10_bb_pos,buy,2025-06-13 04:24:00,1469.0 -11667,buy_contrast_m10_bb_pos,buy,2025-06-13 04:27:00,1473.0 -11668,buy_contrast_m10_bb_pos,buy,2025-06-13 05:12:00,1443.0 -11669,buy_contrast_m10_bb_pos,buy,2025-06-13 05:15:00,1439.0 -11670,buy_contrast_m10_bb_pos,buy,2025-06-13 05:18:00,1445.0 -11671,buy_contrast_m10_bb_pos,buy,2025-06-13 05:21:00,1440.0 -11672,buy_contrast_m10_bb_pos,buy,2025-06-13 05:24:00,1440.0 -11673,buy_contrast_m10_bb_pos,buy,2025-06-13 05:27:00,1437.0 -11674,buy_contrast_m10_bb_pos,buy,2025-06-13 05:30:00,1441.0 -11675,buy_contrast_m10_bb_pos,buy,2025-06-13 05:33:00,1436.0 -11676,buy_contrast_m10_bb_pos,buy,2025-06-13 05:36:00,1435.0 -11677,buy_contrast_m10_bb_pos,buy,2025-06-13 05:39:00,1431.0 -11678,buy_contrast_m10_bb_pos,buy,2025-06-13 05:42:00,1427.0 -11679,buy_contrast_m10_bb_pos,buy,2025-06-13 05:45:00,1425.0 -11680,buy_contrast_m10_bb_pos,buy,2025-06-13 05:48:00,1418.0 -11681,buy_contrast_m10_bb_pos,buy,2025-06-13 06:12:00,1414.0 -11682,buy_contrast_m10_bb_pos,buy,2025-06-13 06:15:00,1408.0 -11683,buy_contrast_m10_bb_pos,buy,2025-06-13 06:18:00,1419.0 -11684,buy_contrast_m10_bb_pos,buy,2025-06-13 06:21:00,1419.0 -11685,buy_contrast_m10_bb_pos,buy,2025-06-13 06:24:00,1422.0 -11686,buy_contrast_m10_bb_pos,buy,2025-06-13 06:27:00,1425.0 -11687,buy_contrast_m10_bb_pos,buy,2025-06-13 10:00:00,1353.0 -11688,buy_contrast_m10_bb_pos,buy,2025-06-13 10:03:00,1345.0 -11689,buy_contrast_m10_bb_pos,buy,2025-06-13 10:06:00,1339.0 -11690,buy_contrast_m10_bb_pos,buy,2025-06-13 10:09:00,1339.0 -11691,buy_contrast_m10_bb_pos,buy,2025-06-13 10:21:00,1333.0 -11692,buy_contrast_m10_bb_pos,buy,2025-06-13 10:24:00,1332.0 -11693,buy_contrast_m10_bb_pos,buy,2025-06-13 10:27:00,1335.0 -11694,buy_contrast_m10_bb_pos,buy,2025-06-13 10:30:00,1327.0 -11695,buy_contrast_m10_bb_pos,buy,2025-06-13 10:33:00,1321.0 -11696,buy_contrast_m10_bb_pos,buy,2025-06-13 10:36:00,1318.0 -11697,buy_contrast_m10_bb_pos,buy,2025-06-13 10:39:00,1324.0 -11698,buy_contrast_m10_bb_pos,buy,2025-06-13 10:42:00,1312.0 -11699,buy_contrast_m10_bb_pos,buy,2025-06-13 10:45:00,1333.0 -11700,buy_contrast_m10_bb_pos,buy,2025-06-13 10:48:00,1331.0 -11701,buy_contrast_m10_bb_pos,buy,2025-06-13 10:51:00,1322.0 -11702,buy_contrast_m10_bb_pos,buy,2025-06-13 10:54:00,1323.0 -11703,buy_contrast_m10_bb_pos,buy,2025-06-13 10:57:00,1325.0 -11704,buy_contrast_m10_bb_pos,buy,2025-06-13 11:12:00,1308.0 -11705,buy_contrast_m10_bb_pos,buy,2025-06-13 11:15:00,1309.0 -11706,buy_contrast_m10_bb_pos,buy,2025-06-13 11:18:00,1309.0 -11707,buy_contrast_m10_bb_pos,buy,2025-06-13 15:42:00,1333.0 -11708,buy_contrast_m10_bb_pos,buy,2025-06-13 15:45:00,1334.0 -11709,buy_contrast_m10_bb_pos,buy,2025-06-13 15:48:00,1330.0 -11710,buy_contrast_m10_bb_pos,buy,2025-06-13 19:51:00,1346.0 -11711,buy_contrast_m10_bb_pos,buy,2025-06-13 19:54:00,1345.0 -11712,buy_contrast_m10_bb_pos,buy,2025-06-13 19:57:00,1353.0 -11713,buy_contrast_m10_bb_pos,buy,2025-06-13 20:30:00,1349.0 -11714,buy_contrast_m10_bb_pos,buy,2025-06-13 20:33:00,1349.0 -11715,buy_contrast_m10_bb_pos,buy,2025-06-13 20:36:00,1347.0 -11716,buy_contrast_m10_bb_pos,buy,2025-06-13 20:39:00,1349.0 -11717,buy_contrast_m10_bb_pos,buy,2025-06-13 22:00:00,1348.0 -11718,buy_contrast_m10_bb_pos,buy,2025-06-13 22:03:00,1343.0 -11719,buy_contrast_m10_bb_pos,buy,2025-06-13 22:06:00,1342.0 -11720,buy_contrast_m10_bb_pos,buy,2025-06-13 22:09:00,1342.0 -11721,buy_contrast_m10_bb_pos,buy,2025-06-13 22:21:00,1342.0 -11722,buy_contrast_m10_bb_pos,buy,2025-06-13 22:24:00,1343.0 -11723,buy_contrast_m10_bb_pos,buy,2025-06-13 22:27:00,1348.0 -11724,buy_contrast_m10_bb_pos,buy,2025-06-13 23:12:00,1339.0 -11725,buy_contrast_m10_bb_pos,buy,2025-06-13 23:15:00,1340.0 -11726,buy_contrast_m10_bb_pos,buy,2025-06-13 23:18:00,1335.0 -11727,buy_contrast_m10_bb_pos,buy,2025-06-13 23:21:00,1332.0 -11728,buy_contrast_m10_bb_pos,buy,2025-06-13 23:24:00,1333.0 -11729,buy_contrast_m10_bb_pos,buy,2025-06-13 23:27:00,1335.0 -11730,buy_contrast_m10_bb_pos,buy,2025-06-14 03:21:00,1359.0 -11731,buy_contrast_m10_bb_pos,buy,2025-06-14 03:24:00,1366.0 -11732,buy_contrast_m10_bb_pos,buy,2025-06-14 03:27:00,1359.0 -11733,buy_contrast_m10_bb_pos,buy,2025-06-14 03:30:00,1357.0 -11734,buy_contrast_m10_bb_pos,buy,2025-06-14 03:33:00,1353.0 -11735,buy_contrast_m10_bb_pos,buy,2025-06-14 03:36:00,1350.0 -11736,buy_contrast_m10_bb_pos,buy,2025-06-14 03:39:00,1347.0 -11737,buy_contrast_m10_bb_pos,buy,2025-06-14 03:51:00,1354.0 -11738,buy_contrast_m10_bb_pos,buy,2025-06-14 03:54:00,1360.0 -11739,buy_contrast_m10_bb_pos,buy,2025-06-14 03:57:00,1352.0 -11740,buy_contrast_m10_bb_pos,buy,2025-06-14 10:30:00,1377.0 -11741,buy_contrast_m10_bb_pos,buy,2025-06-14 10:33:00,1379.0 -11742,buy_contrast_m10_bb_pos,buy,2025-06-14 10:36:00,1378.0 -11743,buy_contrast_m10_bb_pos,buy,2025-06-14 10:39:00,1378.0 -11744,buy_contrast_m10_bb_pos,buy,2025-06-14 11:00:00,1374.0 -11745,buy_contrast_m10_bb_pos,buy,2025-06-14 11:03:00,1375.0 -11746,buy_contrast_m10_bb_pos,buy,2025-06-14 11:06:00,1374.0 -11747,buy_contrast_m10_bb_pos,buy,2025-06-14 11:09:00,1375.0 -11748,buy_contrast_m10_bb_pos,buy,2025-06-14 11:12:00,1376.0 -11749,buy_contrast_m10_bb_pos,buy,2025-06-14 11:15:00,1376.0 -11750,buy_contrast_m10_bb_pos,buy,2025-06-14 11:18:00,1375.0 -11751,buy_contrast_m10_bb_pos,buy,2025-06-14 11:30:00,1373.0 -11752,buy_contrast_m10_bb_pos,buy,2025-06-14 11:33:00,1374.0 -11753,buy_contrast_m10_bb_pos,buy,2025-06-14 11:36:00,1370.0 -11754,buy_contrast_m10_bb_pos,buy,2025-06-14 11:39:00,1371.0 -11755,buy_contrast_m10_bb_pos,buy,2025-06-14 11:42:00,1372.0 -11756,buy_contrast_m10_bb_pos,buy,2025-06-14 11:45:00,1371.0 -11757,buy_contrast_m10_bb_pos,buy,2025-06-14 11:48:00,1372.0 -11758,buy_contrast_m10_bb_pos,buy,2025-06-14 15:21:00,1376.0 -11759,buy_contrast_m10_bb_pos,buy,2025-06-14 15:24:00,1376.0 -11760,buy_contrast_m10_bb_pos,buy,2025-06-14 15:27:00,1375.0 -11761,buy_contrast_m10_bb_pos,buy,2025-06-14 15:30:00,1375.0 -11762,buy_contrast_m10_bb_pos,buy,2025-06-14 15:33:00,1372.0 -11763,buy_contrast_m10_bb_pos,buy,2025-06-14 15:36:00,1376.0 -11764,buy_contrast_m10_bb_pos,buy,2025-06-14 15:39:00,1373.0 -11765,buy_contrast_m10_bb_pos,buy,2025-06-14 15:42:00,1371.0 -11766,buy_contrast_m10_bb_pos,buy,2025-06-14 15:45:00,1373.0 -11767,buy_contrast_m10_bb_pos,buy,2025-06-14 15:48:00,1372.0 -11768,buy_contrast_m10_bb_pos,buy,2025-06-14 16:00:00,1371.0 -11769,buy_contrast_m10_bb_pos,buy,2025-06-14 16:03:00,1370.0 -11770,buy_contrast_m10_bb_pos,buy,2025-06-14 16:06:00,1369.0 -11771,buy_contrast_m10_bb_pos,buy,2025-06-14 16:09:00,1366.0 -11772,buy_contrast_m10_bb_pos,buy,2025-06-14 17:12:00,1367.0 -11773,buy_contrast_m10_bb_pos,buy,2025-06-14 17:15:00,1366.0 -11774,buy_contrast_m10_bb_pos,buy,2025-06-14 17:18:00,1364.0 -11775,buy_contrast_m10_bb_pos,buy,2025-06-14 17:21:00,1365.0 -11776,buy_contrast_m10_bb_pos,buy,2025-06-14 17:24:00,1367.0 -11777,buy_contrast_m10_bb_pos,buy,2025-06-14 17:27:00,1367.0 -11778,buy_contrast_m10_bb_pos,buy,2025-06-14 18:51:00,1366.0 -11779,buy_contrast_m10_bb_pos,buy,2025-06-14 18:54:00,1366.0 -11780,buy_contrast_m10_bb_pos,buy,2025-06-14 18:57:00,1367.0 -11781,buy_contrast_m10_bb_pos,buy,2025-06-14 19:12:00,1365.0 -11782,buy_contrast_m10_bb_pos,buy,2025-06-14 19:15:00,1365.0 -11783,buy_contrast_m10_bb_pos,buy,2025-06-14 19:18:00,1365.0 -11784,buy_contrast_m10_bb_pos,buy,2025-06-14 19:21:00,1362.0 -11785,buy_contrast_m10_bb_pos,buy,2025-06-14 19:24:00,1363.0 -11786,buy_contrast_m10_bb_pos,buy,2025-06-14 19:27:00,1364.0 -11787,buy_contrast_m10_bb_pos,buy,2025-06-14 21:21:00,1362.0 -11788,buy_contrast_m10_bb_pos,buy,2025-06-14 21:24:00,1362.0 -11789,buy_contrast_m10_bb_pos,buy,2025-06-14 21:27:00,1362.0 -11790,buy_contrast_m10_bb_pos,buy,2025-06-15 00:21:00,1362.0 -11791,buy_contrast_m10_bb_pos,buy,2025-06-15 00:24:00,1361.0 -11792,buy_contrast_m10_bb_pos,buy,2025-06-15 00:27:00,1355.0 -11793,buy_contrast_m10_bb_pos,buy,2025-06-15 01:00:00,1351.0 -11794,buy_contrast_m10_bb_pos,buy,2025-06-15 01:03:00,1352.0 -11795,buy_contrast_m10_bb_pos,buy,2025-06-15 01:06:00,1356.0 -11796,buy_contrast_m10_bb_pos,buy,2025-06-15 01:09:00,1355.0 -11797,buy_contrast_m10_bb_pos,buy,2025-06-15 01:12:00,1349.0 -11798,buy_contrast_m10_bb_pos,buy,2025-06-15 01:15:00,1350.0 -11799,buy_contrast_m10_bb_pos,buy,2025-06-15 01:18:00,1350.0 -11800,buy_contrast_m10_bb_pos,buy,2025-06-15 01:21:00,1349.0 -11801,buy_contrast_m10_bb_pos,buy,2025-06-15 01:24:00,1349.0 -11802,buy_contrast_m10_bb_pos,buy,2025-06-15 01:27:00,1344.0 -11803,buy_contrast_m10_bb_pos,buy,2025-06-15 01:30:00,1344.0 -11804,buy_contrast_m10_bb_pos,buy,2025-06-15 01:33:00,1338.0 -11805,buy_contrast_m10_bb_pos,buy,2025-06-15 01:36:00,1342.0 -11806,buy_contrast_m10_bb_pos,buy,2025-06-15 01:39:00,1339.0 -11807,buy_contrast_m10_bb_pos,buy,2025-06-15 01:42:00,1339.0 -11808,buy_contrast_m10_bb_pos,buy,2025-06-15 01:45:00,1339.0 -11809,buy_contrast_m10_bb_pos,buy,2025-06-15 01:48:00,1334.0 -11810,buy_contrast_m10_bb_pos,buy,2025-06-15 02:00:00,1334.0 -11811,buy_contrast_m10_bb_pos,buy,2025-06-15 02:03:00,1333.0 -11812,buy_contrast_m10_bb_pos,buy,2025-06-15 02:06:00,1342.0 -11813,buy_contrast_m10_bb_pos,buy,2025-06-15 02:09:00,1345.0 -11814,buy_contrast_m10_bb_pos,buy,2025-06-15 03:42:00,1332.0 -11815,buy_contrast_m10_bb_pos,buy,2025-06-15 03:45:00,1333.0 -11816,buy_contrast_m10_bb_pos,buy,2025-06-15 03:48:00,1334.0 -11817,buy_contrast_m10_bb_pos,buy,2025-06-15 03:51:00,1335.0 -11818,buy_contrast_m10_bb_pos,buy,2025-06-15 03:54:00,1337.0 -11819,buy_contrast_m10_bb_pos,buy,2025-06-15 03:57:00,1343.0 -11820,buy_contrast_m10_bb_pos,buy,2025-06-15 05:12:00,1329.0 -11821,buy_contrast_m10_bb_pos,buy,2025-06-15 05:15:00,1329.0 -11822,buy_contrast_m10_bb_pos,buy,2025-06-15 05:18:00,1329.0 -11823,buy_contrast_m10_bb_pos,buy,2025-06-15 16:30:00,1348.0 -11824,buy_contrast_m10_bb_pos,buy,2025-06-15 16:33:00,1347.0 -11825,buy_contrast_m10_bb_pos,buy,2025-06-15 16:36:00,1346.0 -11826,buy_contrast_m10_bb_pos,buy,2025-06-15 16:39:00,1348.0 -11827,buy_contrast_m10_bb_pos,buy,2025-06-15 16:42:00,1349.0 -11828,buy_contrast_m10_bb_pos,buy,2025-06-15 16:45:00,1351.0 -11829,buy_contrast_m10_bb_pos,buy,2025-06-15 16:48:00,1353.0 -11830,buy_contrast_m10_bb_pos,buy,2025-06-15 17:12:00,1348.0 -11831,buy_contrast_m10_bb_pos,buy,2025-06-15 17:15:00,1348.0 -11832,buy_contrast_m10_bb_pos,buy,2025-06-15 17:18:00,1351.0 -11833,buy_contrast_m10_bb_pos,buy,2025-06-15 18:21:00,1340.0 -11834,buy_contrast_m10_bb_pos,buy,2025-06-15 18:24:00,1342.0 -11835,buy_contrast_m10_bb_pos,buy,2025-06-15 18:27:00,1342.0 -11836,buy_contrast_m10_bb_pos,buy,2025-06-15 18:30:00,1342.0 -11837,buy_contrast_m10_bb_pos,buy,2025-06-15 18:33:00,1340.0 -11838,buy_contrast_m10_bb_pos,buy,2025-06-15 18:36:00,1340.0 -11839,buy_contrast_m10_bb_pos,buy,2025-06-15 18:39:00,1343.0 -11840,buy_contrast_m10_bb_pos,buy,2025-06-16 02:00:00,1353.0 -11841,buy_contrast_m10_bb_pos,buy,2025-06-16 02:03:00,1353.0 -11842,buy_contrast_m10_bb_pos,buy,2025-06-16 02:06:00,1351.0 -11843,buy_contrast_m10_bb_pos,buy,2025-06-16 02:09:00,1351.0 -11844,buy_contrast_m10_bb_pos,buy,2025-06-16 02:12:00,1351.0 -11845,buy_contrast_m10_bb_pos,buy,2025-06-16 02:15:00,1348.0 -11846,buy_contrast_m10_bb_pos,buy,2025-06-16 02:18:00,1348.0 -11847,buy_contrast_m10_bb_pos,buy,2025-06-16 02:21:00,1351.0 -11848,buy_contrast_m10_bb_pos,buy,2025-06-16 02:24:00,1351.0 -11849,buy_contrast_m10_bb_pos,buy,2025-06-16 02:27:00,1348.0 -11850,buy_contrast_m10_bb_pos,buy,2025-06-16 02:30:00,1348.0 -11851,buy_contrast_m10_bb_pos,buy,2025-06-16 02:33:00,1351.0 -11852,buy_contrast_m10_bb_pos,buy,2025-06-16 02:36:00,1352.0 -11853,buy_contrast_m10_bb_pos,buy,2025-06-16 02:39:00,1353.0 -11854,buy_contrast_m10_bb_pos,buy,2025-06-16 03:15:00,1346.0 -11855,buy_contrast_m10_bb_pos,buy,2025-06-16 03:18:00,1345.0 -11856,buy_contrast_m10_bb_pos,buy,2025-06-16 03:21:00,1343.0 -11857,buy_contrast_m10_bb_pos,buy,2025-06-16 03:24:00,1343.0 -11858,buy_contrast_m10_bb_pos,buy,2025-06-16 03:27:00,1347.0 -11859,buy_contrast_m10_bb_pos,buy,2025-06-16 05:12:00,1343.0 -11860,buy_contrast_m10_bb_pos,buy,2025-06-16 05:15:00,1341.0 -11861,buy_contrast_m10_bb_pos,buy,2025-06-16 05:18:00,1339.0 -11862,buy_contrast_m10_bb_pos,buy,2025-06-16 06:00:00,1334.0 -11863,buy_contrast_m10_bb_pos,buy,2025-06-16 06:03:00,1333.0 -11864,buy_contrast_m10_bb_pos,buy,2025-06-16 06:06:00,1334.0 -11865,buy_contrast_m10_bb_pos,buy,2025-06-16 06:09:00,1327.0 -11866,buy_contrast_m10_bb_pos,buy,2025-06-16 10:12:00,1343.0 -11867,buy_contrast_m10_bb_pos,buy,2025-06-16 10:15:00,1339.0 -11868,buy_contrast_m10_bb_pos,buy,2025-06-16 10:18:00,1337.0 -11869,buy_contrast_m10_bb_pos,buy,2025-06-16 20:00:00,1389.0 -11870,buy_contrast_m10_bb_pos,buy,2025-06-16 20:03:00,1387.0 -11871,buy_contrast_m10_bb_pos,buy,2025-06-16 20:06:00,1387.0 -11872,buy_contrast_m10_bb_pos,buy,2025-06-16 20:09:00,1386.0 -11873,buy_contrast_m10_bb_pos,buy,2025-06-16 21:21:00,1380.0 -11874,buy_contrast_m10_bb_pos,buy,2025-06-16 21:24:00,1384.0 -11875,buy_contrast_m10_bb_pos,buy,2025-06-16 21:27:00,1382.0 -11876,buy_contrast_m10_bb_pos,buy,2025-06-17 02:42:00,1386.0 -11877,buy_contrast_m10_bb_pos,buy,2025-06-17 02:45:00,1385.0 -11878,buy_contrast_m10_bb_pos,buy,2025-06-17 02:48:00,1388.0 -11879,buy_contrast_m10_bb_pos,buy,2025-06-17 03:00:00,1384.0 -11880,buy_contrast_m10_bb_pos,buy,2025-06-17 03:03:00,1387.0 -11881,buy_contrast_m10_bb_pos,buy,2025-06-17 03:06:00,1387.0 -11882,buy_contrast_m10_bb_pos,buy,2025-06-17 03:09:00,1387.0 -11883,buy_contrast_m10_bb_pos,buy,2025-06-17 08:12:00,1352.0 -11884,buy_contrast_m10_bb_pos,buy,2025-06-17 08:15:00,1354.0 -11885,buy_contrast_m10_bb_pos,buy,2025-06-17 08:18:00,1353.0 -11886,buy_contrast_m10_bb_pos,buy,2025-06-17 08:21:00,1348.0 -11887,buy_contrast_m10_bb_pos,buy,2025-06-17 08:24:00,1344.0 -11888,buy_contrast_m10_bb_pos,buy,2025-06-17 08:27:00,1349.0 -11889,buy_contrast_m10_bb_pos,buy,2025-06-17 08:30:00,1347.0 -11890,buy_contrast_m10_bb_pos,buy,2025-06-17 08:33:00,1347.0 -11891,buy_contrast_m10_bb_pos,buy,2025-06-17 08:36:00,1341.0 -11892,buy_contrast_m10_bb_pos,buy,2025-06-17 08:39:00,1344.0 -11893,buy_contrast_m10_bb_pos,buy,2025-06-17 08:42:00,1338.0 -11894,buy_contrast_m10_bb_pos,buy,2025-06-17 08:45:00,1334.0 -11895,buy_contrast_m10_bb_pos,buy,2025-06-17 08:48:00,1331.0 -11896,buy_contrast_m10_bb_pos,buy,2025-06-17 08:51:00,1325.0 -11897,buy_contrast_m10_bb_pos,buy,2025-06-17 08:54:00,1324.0 -11898,buy_contrast_m10_bb_pos,buy,2025-06-17 08:57:00,1318.0 -11899,buy_contrast_m10_bb_pos,buy,2025-06-17 09:00:00,1319.0 -11900,buy_contrast_m10_bb_pos,buy,2025-06-17 09:03:00,1312.0 -11901,buy_contrast_m10_bb_pos,buy,2025-06-17 09:06:00,1303.0 -11902,buy_contrast_m10_bb_pos,buy,2025-06-17 09:09:00,1298.0 -11903,buy_contrast_m10_bb_pos,buy,2025-06-17 09:30:00,1294.0 -11904,buy_contrast_m10_bb_pos,buy,2025-06-17 09:33:00,1290.0 -11905,buy_contrast_m10_bb_pos,buy,2025-06-17 09:36:00,1295.0 -11906,buy_contrast_m10_bb_pos,buy,2025-06-17 09:39:00,1291.0 -11907,buy_contrast_m10_bb_pos,buy,2025-06-17 09:42:00,1290.0 -11908,buy_contrast_m10_bb_pos,buy,2025-06-17 09:45:00,1283.0 -11909,buy_contrast_m10_bb_pos,buy,2025-06-17 09:48:00,1287.0 -11910,buy_contrast_m10_bb_pos,buy,2025-06-17 15:00:00,1302.0 -11911,buy_contrast_m10_bb_pos,buy,2025-06-17 15:03:00,1302.0 -11912,buy_contrast_m10_bb_pos,buy,2025-06-17 15:06:00,1301.0 -11913,buy_contrast_m10_bb_pos,buy,2025-06-17 15:09:00,1305.0 -11914,buy_contrast_m10_bb_pos,buy,2025-06-17 15:21:00,1300.0 -11915,buy_contrast_m10_bb_pos,buy,2025-06-17 15:24:00,1300.0 -11916,buy_contrast_m10_bb_pos,buy,2025-06-17 15:27:00,1299.0 -11917,buy_contrast_m10_bb_pos,buy,2025-06-17 15:30:00,1301.0 -11918,buy_contrast_m10_bb_pos,buy,2025-06-17 15:33:00,1300.0 -11919,buy_contrast_m10_bb_pos,buy,2025-06-17 15:36:00,1301.0 -11920,buy_contrast_m10_bb_pos,buy,2025-06-17 15:39:00,1296.0 -11921,buy_contrast_m10_bb_pos,buy,2025-06-17 15:42:00,1297.0 -11922,buy_contrast_m10_bb_pos,buy,2025-06-17 15:45:00,1294.0 -11923,buy_contrast_m10_bb_pos,buy,2025-06-17 15:48:00,1296.0 -11924,buy_contrast_m10_bb_pos,buy,2025-06-17 15:51:00,1296.0 -11925,buy_contrast_m10_bb_pos,buy,2025-06-17 15:54:00,1297.0 -11926,buy_contrast_m10_bb_pos,buy,2025-06-17 15:57:00,1298.0 -11927,buy_contrast_m10_bb_pos,buy,2025-06-17 17:21:00,1295.0 -11928,buy_contrast_m10_bb_pos,buy,2025-06-17 17:24:00,1295.0 -11929,buy_contrast_m10_bb_pos,buy,2025-06-17 17:27:00,1296.0 -11930,buy_contrast_m10_bb_pos,buy,2025-06-17 17:30:00,1296.0 -11931,buy_contrast_m10_bb_pos,buy,2025-06-17 17:33:00,1297.0 -11932,buy_contrast_m10_bb_pos,buy,2025-06-17 17:36:00,1291.0 -11933,buy_contrast_m10_bb_pos,buy,2025-06-17 17:39:00,1289.0 -11934,buy_contrast_m10_bb_pos,buy,2025-06-17 18:00:00,1287.0 -11935,buy_contrast_m10_bb_pos,buy,2025-06-17 18:03:00,1288.0 -11936,buy_contrast_m10_bb_pos,buy,2025-06-17 18:06:00,1290.0 -11937,buy_contrast_m10_bb_pos,buy,2025-06-17 18:09:00,1288.0 -11938,buy_contrast_m10_bb_pos,buy,2025-06-17 18:12:00,1291.0 -11939,buy_contrast_m10_bb_pos,buy,2025-06-17 18:15:00,1291.0 -11940,buy_contrast_m10_bb_pos,buy,2025-06-17 18:18:00,1294.0 -11941,buy_contrast_m10_bb_pos,buy,2025-06-17 18:42:00,1289.0 -11942,buy_contrast_m10_bb_pos,buy,2025-06-17 18:45:00,1289.0 -11943,buy_contrast_m10_bb_pos,buy,2025-06-17 18:48:00,1289.0 -11944,buy_contrast_m10_bb_pos,buy,2025-06-17 19:12:00,1287.0 -11945,buy_contrast_m10_bb_pos,buy,2025-06-17 19:15:00,1288.0 -11946,buy_contrast_m10_bb_pos,buy,2025-06-17 19:18:00,1286.0 -11947,buy_contrast_m10_bb_pos,buy,2025-06-17 20:12:00,1282.0 -11948,buy_contrast_m10_bb_pos,buy,2025-06-17 20:15:00,1280.0 -11949,buy_contrast_m10_bb_pos,buy,2025-06-17 20:18:00,1280.0 -11950,buy_contrast_m10_bb_pos,buy,2025-06-17 20:21:00,1281.0 -11951,buy_contrast_m10_bb_pos,buy,2025-06-17 20:24:00,1280.0 -11952,buy_contrast_m10_bb_pos,buy,2025-06-17 20:27:00,1280.0 -11953,buy_contrast_m10_bb_pos,buy,2025-06-17 20:30:00,1280.0 -11954,buy_contrast_m10_bb_pos,buy,2025-06-17 20:33:00,1284.0 -11955,buy_contrast_m10_bb_pos,buy,2025-06-17 20:36:00,1282.0 -11956,buy_contrast_m10_bb_pos,buy,2025-06-17 20:39:00,1281.0 -11957,buy_contrast_m10_bb_pos,buy,2025-06-17 20:51:00,1280.0 -11958,buy_contrast_m10_bb_pos,buy,2025-06-17 20:54:00,1282.0 -11959,buy_contrast_m10_bb_pos,buy,2025-06-17 20:57:00,1284.0 -11960,buy_contrast_m10_bb_pos,buy,2025-06-17 21:21:00,1277.0 -11961,buy_contrast_m10_bb_pos,buy,2025-06-17 21:24:00,1281.0 -11962,buy_contrast_m10_bb_pos,buy,2025-06-17 21:27:00,1281.0 -11963,buy_contrast_m10_bb_pos,buy,2025-06-17 22:12:00,1283.0 -11964,buy_contrast_m10_bb_pos,buy,2025-06-17 22:15:00,1281.0 -11965,buy_contrast_m10_bb_pos,buy,2025-06-17 22:18:00,1281.0 -11966,buy_contrast_m10_bb_pos,buy,2025-06-18 00:12:00,1273.0 -11967,buy_contrast_m10_bb_pos,buy,2025-06-18 00:15:00,1274.0 -11968,buy_contrast_m10_bb_pos,buy,2025-06-18 00:18:00,1266.0 -11969,buy_contrast_m10_bb_pos,buy,2025-06-18 00:51:00,1265.0 -11970,buy_contrast_m10_bb_pos,buy,2025-06-18 00:54:00,1270.0 -11971,buy_contrast_m10_bb_pos,buy,2025-06-18 00:57:00,1269.0 -11972,buy_contrast_m10_bb_pos,buy,2025-06-18 01:30:00,1261.0 -11973,buy_contrast_m10_bb_pos,buy,2025-06-18 01:33:00,1258.0 -11974,buy_contrast_m10_bb_pos,buy,2025-06-18 01:36:00,1259.0 -11975,buy_contrast_m10_bb_pos,buy,2025-06-18 01:39:00,1264.0 -11976,buy_contrast_m10_bb_pos,buy,2025-06-18 01:51:00,1249.0 -11977,buy_contrast_m10_bb_pos,buy,2025-06-18 01:54:00,1248.0 -11978,buy_contrast_m10_bb_pos,buy,2025-06-18 01:57:00,1246.0 -11979,buy_contrast_m10_bb_pos,buy,2025-06-18 02:12:00,1249.0 -11980,buy_contrast_m10_bb_pos,buy,2025-06-18 02:15:00,1241.0 -11981,buy_contrast_m10_bb_pos,buy,2025-06-18 02:18:00,1250.0 -11982,buy_contrast_m10_bb_pos,buy,2025-06-18 07:42:00,1266.0 -11983,buy_contrast_m10_bb_pos,buy,2025-06-18 07:45:00,1265.0 -11984,buy_contrast_m10_bb_pos,buy,2025-06-18 07:48:00,1266.0 -11985,buy_contrast_m10_bb_pos,buy,2025-06-18 08:00:00,1262.0 -11986,buy_contrast_m10_bb_pos,buy,2025-06-18 08:03:00,1263.0 -11987,buy_contrast_m10_bb_pos,buy,2025-06-18 08:06:00,1267.0 -11988,buy_contrast_m10_bb_pos,buy,2025-06-18 08:09:00,1268.0 -11989,buy_contrast_m10_bb_pos,buy,2025-06-18 11:21:00,1268.0 -11990,buy_contrast_m10_bb_pos,buy,2025-06-18 11:24:00,1271.0 -11991,buy_contrast_m10_bb_pos,buy,2025-06-18 11:27:00,1276.0 -11992,buy_contrast_m10_bb_pos,buy,2025-06-18 15:51:00,1274.0 -11993,buy_contrast_m10_bb_pos,buy,2025-06-18 15:54:00,1274.0 -11994,buy_contrast_m10_bb_pos,buy,2025-06-18 15:57:00,1276.0 -11995,buy_contrast_m10_bb_pos,buy,2025-06-18 16:00:00,1276.0 -11996,buy_contrast_m10_bb_pos,buy,2025-06-18 16:03:00,1275.0 -11997,buy_contrast_m10_bb_pos,buy,2025-06-18 16:06:00,1274.0 -11998,buy_contrast_m10_bb_pos,buy,2025-06-18 16:09:00,1272.0 -11999,buy_contrast_m10_bb_pos,buy,2025-06-18 16:21:00,1273.0 -12000,buy_contrast_m10_bb_pos,buy,2025-06-18 16:24:00,1273.0 -12001,buy_contrast_m10_bb_pos,buy,2025-06-18 16:27:00,1274.0 -12002,buy_contrast_m10_bb_pos,buy,2025-06-18 16:30:00,1274.0 -12003,buy_contrast_m10_bb_pos,buy,2025-06-18 16:33:00,1274.0 -12004,buy_contrast_m10_bb_pos,buy,2025-06-18 16:36:00,1274.0 -12005,buy_contrast_m10_bb_pos,buy,2025-06-18 16:39:00,1275.0 -12006,buy_contrast_m10_bb_pos,buy,2025-06-18 18:00:00,1262.0 -12007,buy_contrast_m10_bb_pos,buy,2025-06-18 18:03:00,1265.0 -12008,buy_contrast_m10_bb_pos,buy,2025-06-18 18:06:00,1266.0 -12009,buy_contrast_m10_bb_pos,buy,2025-06-18 18:09:00,1263.0 -12010,buy_contrast_m10_bb_pos,buy,2025-06-18 18:12:00,1263.0 -12011,buy_contrast_m10_bb_pos,buy,2025-06-18 18:15:00,1263.0 -12012,buy_contrast_m10_bb_pos,buy,2025-06-18 18:18:00,1263.0 -12013,buy_contrast_m10_bb_pos,buy,2025-06-18 19:00:00,1254.0 -12014,buy_contrast_m10_bb_pos,buy,2025-06-18 19:03:00,1251.0 -12015,buy_contrast_m10_bb_pos,buy,2025-06-18 19:06:00,1250.0 -12016,buy_contrast_m10_bb_pos,buy,2025-06-18 19:09:00,1250.0 -12017,buy_contrast_m10_bb_pos,buy,2025-06-18 19:12:00,1249.0 -12018,buy_contrast_m10_bb_pos,buy,2025-06-18 19:15:00,1248.0 -12019,buy_contrast_m10_bb_pos,buy,2025-06-18 19:18:00,1252.0 -12020,buy_contrast_m10_bb_pos,buy,2025-06-18 19:21:00,1251.0 -12021,buy_contrast_m10_bb_pos,buy,2025-06-18 19:24:00,1244.0 -12022,buy_contrast_m10_bb_pos,buy,2025-06-18 19:27:00,1244.0 -12023,buy_contrast_m10_bb_pos,buy,2025-06-18 20:12:00,1230.0 -12024,buy_contrast_m10_bb_pos,buy,2025-06-18 20:15:00,1232.0 -12025,buy_contrast_m10_bb_pos,buy,2025-06-18 20:18:00,1232.0 -12026,buy_contrast_m10_bb_pos,buy,2025-06-18 20:21:00,1228.0 -12027,buy_contrast_m10_bb_pos,buy,2025-06-18 20:24:00,1233.0 -12028,buy_contrast_m10_bb_pos,buy,2025-06-18 20:27:00,1234.0 -12029,buy_contrast_m10_bb_pos,buy,2025-06-19 04:00:00,1246.0 -12030,buy_contrast_m10_bb_pos,buy,2025-06-19 04:03:00,1252.0 -12031,buy_contrast_m10_bb_pos,buy,2025-06-19 04:06:00,1254.0 -12032,buy_contrast_m10_bb_pos,buy,2025-06-19 04:09:00,1256.0 -12033,buy_contrast_m10_bb_pos,buy,2025-06-19 11:51:00,1304.0 -12034,buy_contrast_m10_bb_pos,buy,2025-06-19 11:54:00,1305.0 -12035,buy_contrast_m10_bb_pos,buy,2025-06-19 11:57:00,1304.0 -12036,buy_contrast_m10_bb_pos,buy,2025-06-19 12:00:00,1303.0 -12037,buy_contrast_m10_bb_pos,buy,2025-06-19 12:03:00,1307.0 -12038,buy_contrast_m10_bb_pos,buy,2025-06-19 12:06:00,1310.0 -12039,buy_contrast_m10_bb_pos,buy,2025-06-19 12:09:00,1309.0 -12040,buy_contrast_m10_bb_pos,buy,2025-06-19 13:42:00,1305.0 -12041,buy_contrast_m10_bb_pos,buy,2025-06-19 13:45:00,1306.0 -12042,buy_contrast_m10_bb_pos,buy,2025-06-19 13:48:00,1308.0 -12043,buy_contrast_m10_bb_pos,buy,2025-06-19 16:51:00,1298.0 -12044,buy_contrast_m10_bb_pos,buy,2025-06-19 16:54:00,1298.0 -12045,buy_contrast_m10_bb_pos,buy,2025-06-19 16:57:00,1297.0 -12046,buy_contrast_m10_bb_pos,buy,2025-06-19 17:00:00,1296.0 -12047,buy_contrast_m10_bb_pos,buy,2025-06-19 17:03:00,1299.0 -12048,buy_contrast_m10_bb_pos,buy,2025-06-19 17:06:00,1300.0 -12049,buy_contrast_m10_bb_pos,buy,2025-06-19 17:09:00,1300.0 -12050,buy_contrast_m10_bb_pos,buy,2025-06-19 20:00:00,1291.0 -12051,buy_contrast_m10_bb_pos,buy,2025-06-19 20:03:00,1287.0 -12052,buy_contrast_m10_bb_pos,buy,2025-06-19 20:06:00,1287.0 -12053,buy_contrast_m10_bb_pos,buy,2025-06-19 20:09:00,1286.0 -12054,buy_contrast_m10_bb_pos,buy,2025-06-19 20:21:00,1288.0 -12055,buy_contrast_m10_bb_pos,buy,2025-06-19 20:24:00,1286.0 -12056,buy_contrast_m10_bb_pos,buy,2025-06-19 20:27:00,1286.0 -12057,buy_contrast_m10_bb_pos,buy,2025-06-19 20:30:00,1287.0 -12058,buy_contrast_m10_bb_pos,buy,2025-06-19 20:33:00,1283.0 -12059,buy_contrast_m10_bb_pos,buy,2025-06-19 20:36:00,1282.0 -12060,buy_contrast_m10_bb_pos,buy,2025-06-19 20:39:00,1283.0 -12061,buy_contrast_m10_bb_pos,buy,2025-06-19 20:51:00,1283.0 -12062,buy_contrast_m10_bb_pos,buy,2025-06-19 20:54:00,1284.0 -12063,buy_contrast_m10_bb_pos,buy,2025-06-19 20:57:00,1283.0 -12064,buy_contrast_m10_bb_pos,buy,2025-06-19 21:00:00,1282.0 -12065,buy_contrast_m10_bb_pos,buy,2025-06-19 21:03:00,1281.0 -12066,buy_contrast_m10_bb_pos,buy,2025-06-19 21:06:00,1281.0 -12067,buy_contrast_m10_bb_pos,buy,2025-06-19 21:09:00,1282.0 -12068,buy_contrast_m10_bb_pos,buy,2025-06-19 21:12:00,1282.0 -12069,buy_contrast_m10_bb_pos,buy,2025-06-19 21:15:00,1289.0 -12070,buy_contrast_m10_bb_pos,buy,2025-06-19 21:18:00,1288.0 -12071,buy_contrast_m10_bb_pos,buy,2025-06-20 02:00:00,1284.0 -12072,buy_contrast_m10_bb_pos,buy,2025-06-20 02:03:00,1285.0 -12073,buy_contrast_m10_bb_pos,buy,2025-06-20 02:06:00,1283.0 -12074,buy_contrast_m10_bb_pos,buy,2025-06-20 02:09:00,1285.0 -12075,buy_contrast_m10_bb_pos,buy,2025-06-20 02:12:00,1291.0 -12076,buy_contrast_m10_bb_pos,buy,2025-06-20 02:15:00,1290.0 -12077,buy_contrast_m10_bb_pos,buy,2025-06-20 02:18:00,1287.0 -12078,buy_contrast_m10_bb_pos,buy,2025-06-20 02:30:00,1285.0 -12079,buy_contrast_m10_bb_pos,buy,2025-06-20 02:33:00,1284.0 -12080,buy_contrast_m10_bb_pos,buy,2025-06-20 02:36:00,1296.0 -12081,buy_contrast_m10_bb_pos,buy,2025-06-20 02:39:00,1303.0 -12082,buy_contrast_m10_bb_pos,buy,2025-06-20 05:42:00,1283.0 -12083,buy_contrast_m10_bb_pos,buy,2025-06-20 05:45:00,1283.0 -12084,buy_contrast_m10_bb_pos,buy,2025-06-20 05:48:00,1283.0 -12085,buy_contrast_m10_bb_pos,buy,2025-06-20 05:51:00,1285.0 -12086,buy_contrast_m10_bb_pos,buy,2025-06-20 05:54:00,1286.0 -12087,buy_contrast_m10_bb_pos,buy,2025-06-20 05:57:00,1287.0 -12088,buy_contrast_m10_bb_pos,buy,2025-06-20 06:00:00,1285.0 -12089,buy_contrast_m10_bb_pos,buy,2025-06-20 06:03:00,1286.0 -12090,buy_contrast_m10_bb_pos,buy,2025-06-20 06:06:00,1285.0 -12091,buy_contrast_m10_bb_pos,buy,2025-06-20 06:09:00,1287.0 -12092,buy_contrast_m10_bb_pos,buy,2025-06-20 10:12:00,1285.0 -12093,buy_contrast_m10_bb_pos,buy,2025-06-20 10:15:00,1287.0 -12094,buy_contrast_m10_bb_pos,buy,2025-06-20 10:18:00,1286.0 -12095,buy_contrast_m10_bb_pos,buy,2025-06-20 11:42:00,1284.0 -12096,buy_contrast_m10_bb_pos,buy,2025-06-20 11:45:00,1283.0 -12097,buy_contrast_m10_bb_pos,buy,2025-06-20 11:48:00,1283.0 -12098,buy_contrast_m10_bb_pos,buy,2025-06-20 11:51:00,1284.0 -12099,buy_contrast_m10_bb_pos,buy,2025-06-20 11:54:00,1284.0 -12100,buy_contrast_m10_bb_pos,buy,2025-06-20 11:57:00,1282.0 -12101,buy_contrast_m10_bb_pos,buy,2025-06-20 12:00:00,1282.0 -12102,buy_contrast_m10_bb_pos,buy,2025-06-20 12:03:00,1281.0 -12103,buy_contrast_m10_bb_pos,buy,2025-06-20 12:06:00,1280.0 -12104,buy_contrast_m10_bb_pos,buy,2025-06-20 12:09:00,1279.0 -12105,buy_contrast_m10_bb_pos,buy,2025-06-20 12:42:00,1281.0 -12106,buy_contrast_m10_bb_pos,buy,2025-06-20 12:45:00,1279.0 -12107,buy_contrast_m10_bb_pos,buy,2025-06-20 12:48:00,1278.0 -12108,buy_contrast_m10_bb_pos,buy,2025-06-20 12:51:00,1281.0 -12109,buy_contrast_m10_bb_pos,buy,2025-06-20 12:54:00,1280.0 -12110,buy_contrast_m10_bb_pos,buy,2025-06-20 12:57:00,1280.0 -12111,buy_contrast_m10_bb_pos,buy,2025-06-20 13:00:00,1279.0 -12112,buy_contrast_m10_bb_pos,buy,2025-06-20 13:03:00,1277.0 -12113,buy_contrast_m10_bb_pos,buy,2025-06-20 13:06:00,1275.0 -12114,buy_contrast_m10_bb_pos,buy,2025-06-20 13:09:00,1275.0 -12115,buy_contrast_m10_bb_pos,buy,2025-06-20 13:12:00,1275.0 -12116,buy_contrast_m10_bb_pos,buy,2025-06-20 13:15:00,1274.0 -12117,buy_contrast_m10_bb_pos,buy,2025-06-20 13:18:00,1276.0 -12118,buy_contrast_m10_bb_pos,buy,2025-06-20 13:42:00,1268.0 -12119,buy_contrast_m10_bb_pos,buy,2025-06-20 13:45:00,1266.0 -12120,buy_contrast_m10_bb_pos,buy,2025-06-20 13:48:00,1263.0 -12121,buy_contrast_m10_bb_pos,buy,2025-06-20 14:21:00,1263.0 -12122,buy_contrast_m10_bb_pos,buy,2025-06-20 14:24:00,1259.0 -12123,buy_contrast_m10_bb_pos,buy,2025-06-20 14:27:00,1261.0 -12124,buy_contrast_m10_bb_pos,buy,2025-06-20 14:30:00,1261.0 -12125,buy_contrast_m10_bb_pos,buy,2025-06-20 14:33:00,1265.0 -12126,buy_contrast_m10_bb_pos,buy,2025-06-20 14:36:00,1267.0 -12127,buy_contrast_m10_bb_pos,buy,2025-06-20 14:39:00,1268.0 -12128,buy_contrast_m10_bb_pos,buy,2025-06-21 00:12:00,1259.0 -12129,buy_contrast_m10_bb_pos,buy,2025-06-21 00:15:00,1259.0 -12130,buy_contrast_m10_bb_pos,buy,2025-06-21 00:18:00,1261.0 -12131,buy_contrast_m10_bb_pos,buy,2025-06-21 00:21:00,1259.0 -12132,buy_contrast_m10_bb_pos,buy,2025-06-21 00:24:00,1262.0 -12133,buy_contrast_m10_bb_pos,buy,2025-06-21 00:27:00,1260.0 -12134,buy_contrast_m10_bb_pos,buy,2025-06-21 00:30:00,1258.0 -12135,buy_contrast_m10_bb_pos,buy,2025-06-21 00:33:00,1255.0 -12136,buy_contrast_m10_bb_pos,buy,2025-06-21 00:36:00,1250.0 -12137,buy_contrast_m10_bb_pos,buy,2025-06-21 00:39:00,1257.0 -12138,buy_contrast_m10_bb_pos,buy,2025-06-21 01:21:00,1253.0 -12139,buy_contrast_m10_bb_pos,buy,2025-06-21 01:24:00,1247.0 -12140,buy_contrast_m10_bb_pos,buy,2025-06-21 01:27:00,1264.0 -12141,buy_contrast_m10_bb_pos,buy,2025-06-21 01:51:00,1251.0 -12142,buy_contrast_m10_bb_pos,buy,2025-06-21 01:54:00,1252.0 -12143,buy_contrast_m10_bb_pos,buy,2025-06-21 01:57:00,1253.0 -12144,buy_contrast_m10_bb_pos,buy,2025-06-21 02:12:00,1246.0 -12145,buy_contrast_m10_bb_pos,buy,2025-06-21 02:15:00,1247.0 -12146,buy_contrast_m10_bb_pos,buy,2025-06-21 02:18:00,1251.0 -12147,buy_contrast_m10_bb_pos,buy,2025-06-21 02:30:00,1235.0 -12148,buy_contrast_m10_bb_pos,buy,2025-06-21 02:33:00,1231.0 -12149,buy_contrast_m10_bb_pos,buy,2025-06-21 02:36:00,1229.0 -12150,buy_contrast_m10_bb_pos,buy,2025-06-21 02:39:00,1221.0 -12151,buy_contrast_m10_bb_pos,buy,2025-06-21 04:42:00,1236.0 -12152,buy_contrast_m10_bb_pos,buy,2025-06-21 04:45:00,1237.0 -12153,buy_contrast_m10_bb_pos,buy,2025-06-21 04:48:00,1237.0 -12154,buy_contrast_m10_bb_pos,buy,2025-06-21 07:00:00,1232.0 -12155,buy_contrast_m10_bb_pos,buy,2025-06-21 07:03:00,1232.0 -12156,buy_contrast_m10_bb_pos,buy,2025-06-21 07:06:00,1230.0 -12157,buy_contrast_m10_bb_pos,buy,2025-06-21 07:09:00,1227.0 -12158,buy_contrast_m10_bb_pos,buy,2025-06-21 07:42:00,1219.0 -12159,buy_contrast_m10_bb_pos,buy,2025-06-21 07:45:00,1219.0 -12160,buy_contrast_m10_bb_pos,buy,2025-06-21 07:48:00,1217.0 -12161,buy_contrast_m10_bb_pos,buy,2025-06-21 07:51:00,1218.0 -12162,buy_contrast_m10_bb_pos,buy,2025-06-21 07:54:00,1220.0 -12163,buy_contrast_m10_bb_pos,buy,2025-06-21 07:57:00,1223.0 -12164,buy_contrast_m10_bb_pos,buy,2025-06-21 13:30:00,1234.0 -12165,buy_contrast_m10_bb_pos,buy,2025-06-21 13:33:00,1234.0 -12166,buy_contrast_m10_bb_pos,buy,2025-06-21 13:36:00,1236.0 -12167,buy_contrast_m10_bb_pos,buy,2025-06-21 13:39:00,1237.0 -12168,buy_contrast_m10_bb_pos,buy,2025-06-21 15:21:00,1234.0 -12169,buy_contrast_m10_bb_pos,buy,2025-06-21 15:24:00,1237.0 -12170,buy_contrast_m10_bb_pos,buy,2025-06-21 15:27:00,1236.0 -12171,buy_contrast_m10_bb_pos,buy,2025-06-21 16:00:00,1234.0 -12172,buy_contrast_m10_bb_pos,buy,2025-06-21 16:03:00,1234.0 -12173,buy_contrast_m10_bb_pos,buy,2025-06-21 16:06:00,1234.0 -12174,buy_contrast_m10_bb_pos,buy,2025-06-21 16:09:00,1233.0 -12175,buy_contrast_m10_bb_pos,buy,2025-06-21 20:12:00,1227.0 -12176,buy_contrast_m10_bb_pos,buy,2025-06-21 20:15:00,1225.0 -12177,buy_contrast_m10_bb_pos,buy,2025-06-21 20:18:00,1224.0 -12178,buy_contrast_m10_bb_pos,buy,2025-06-21 20:21:00,1225.0 -12179,buy_contrast_m10_bb_pos,buy,2025-06-21 20:24:00,1226.0 -12180,buy_contrast_m10_bb_pos,buy,2025-06-21 20:27:00,1225.0 -12181,buy_contrast_m10_bb_pos,buy,2025-06-21 20:30:00,1224.0 -12182,buy_contrast_m10_bb_pos,buy,2025-06-21 20:33:00,1226.0 -12183,buy_contrast_m10_bb_pos,buy,2025-06-21 20:36:00,1226.0 -12184,buy_contrast_m10_bb_pos,buy,2025-06-21 20:39:00,1229.0 -12185,buy_contrast_m10_bb_pos,buy,2025-06-21 21:00:00,1223.0 -12186,buy_contrast_m10_bb_pos,buy,2025-06-21 21:03:00,1226.0 -12187,buy_contrast_m10_bb_pos,buy,2025-06-21 21:06:00,1226.0 -12188,buy_contrast_m10_bb_pos,buy,2025-06-21 21:09:00,1228.0 -12189,buy_contrast_m10_bb_pos,buy,2025-06-21 21:21:00,1221.0 -12190,buy_contrast_m10_bb_pos,buy,2025-06-21 21:24:00,1220.0 -12191,buy_contrast_m10_bb_pos,buy,2025-06-21 21:27:00,1219.0 -12192,buy_contrast_m10_bb_pos,buy,2025-06-21 21:30:00,1221.0 -12193,buy_contrast_m10_bb_pos,buy,2025-06-21 21:33:00,1218.0 -12194,buy_contrast_m10_bb_pos,buy,2025-06-21 21:36:00,1217.0 -12195,buy_contrast_m10_bb_pos,buy,2025-06-21 21:39:00,1214.0 -12196,buy_contrast_m10_bb_pos,buy,2025-06-21 22:12:00,1207.0 -12197,buy_contrast_m10_bb_pos,buy,2025-06-21 22:15:00,1208.0 -12198,buy_contrast_m10_bb_pos,buy,2025-06-21 22:18:00,1213.0 -12199,buy_contrast_m10_bb_pos,buy,2025-06-21 22:21:00,1212.0 -12200,buy_contrast_m10_bb_pos,buy,2025-06-21 22:24:00,1208.0 -12201,buy_contrast_m10_bb_pos,buy,2025-06-21 22:27:00,1209.0 -12202,buy_contrast_m10_bb_pos,buy,2025-06-21 22:30:00,1210.0 -12203,buy_contrast_m10_bb_pos,buy,2025-06-21 22:33:00,1207.0 -12204,buy_contrast_m10_bb_pos,buy,2025-06-21 22:36:00,1203.0 -12205,buy_contrast_m10_bb_pos,buy,2025-06-21 22:39:00,1203.0 -12206,buy_contrast_m10_bb_pos,buy,2025-06-21 23:12:00,1197.0 -12207,buy_contrast_m10_bb_pos,buy,2025-06-21 23:15:00,1194.0 -12208,buy_contrast_m10_bb_pos,buy,2025-06-21 23:18:00,1191.0 -12209,buy_contrast_m10_bb_pos,buy,2025-06-21 23:21:00,1198.0 -12210,buy_contrast_m10_bb_pos,buy,2025-06-21 23:24:00,1192.0 -12211,buy_contrast_m10_bb_pos,buy,2025-06-21 23:27:00,1193.0 -12212,buy_contrast_m10_bb_pos,buy,2025-06-21 23:30:00,1192.0 -12213,buy_contrast_m10_bb_pos,buy,2025-06-21 23:33:00,1195.0 -12214,buy_contrast_m10_bb_pos,buy,2025-06-21 23:36:00,1199.0 -12215,buy_contrast_m10_bb_pos,buy,2025-06-21 23:39:00,1199.0 -12216,buy_contrast_m10_bb_pos,buy,2025-06-21 23:51:00,1187.0 -12217,buy_contrast_m10_bb_pos,buy,2025-06-21 23:54:00,1190.0 -12218,buy_contrast_m10_bb_pos,buy,2025-06-21 23:57:00,1189.0 -12219,buy_contrast_m10_bb_pos,buy,2025-06-22 00:30:00,1183.0 -12220,buy_contrast_m10_bb_pos,buy,2025-06-22 00:33:00,1185.0 -12221,buy_contrast_m10_bb_pos,buy,2025-06-22 00:36:00,1181.0 -12222,buy_contrast_m10_bb_pos,buy,2025-06-22 00:39:00,1179.0 -12223,buy_contrast_m10_bb_pos,buy,2025-06-22 00:42:00,1182.0 -12224,buy_contrast_m10_bb_pos,buy,2025-06-22 00:45:00,1185.0 -12225,buy_contrast_m10_bb_pos,buy,2025-06-22 00:48:00,1181.0 -12226,buy_contrast_m10_bb_pos,buy,2025-06-22 00:51:00,1182.0 -12227,buy_contrast_m10_bb_pos,buy,2025-06-22 00:54:00,1188.0 -12228,buy_contrast_m10_bb_pos,buy,2025-06-22 00:57:00,1191.0 -12229,buy_contrast_m10_bb_pos,buy,2025-06-22 03:00:00,1172.0 -12230,buy_contrast_m10_bb_pos,buy,2025-06-22 03:03:00,1172.0 -12231,buy_contrast_m10_bb_pos,buy,2025-06-22 03:06:00,1177.0 -12232,buy_contrast_m10_bb_pos,buy,2025-06-22 03:09:00,1177.0 -12233,buy_contrast_m10_bb_pos,buy,2025-06-22 03:12:00,1175.0 -12234,buy_contrast_m10_bb_pos,buy,2025-06-22 03:15:00,1174.0 -12235,buy_contrast_m10_bb_pos,buy,2025-06-22 03:18:00,1172.0 -12236,buy_contrast_m10_bb_pos,buy,2025-06-22 03:21:00,1171.0 -12237,buy_contrast_m10_bb_pos,buy,2025-06-22 03:24:00,1167.0 -12238,buy_contrast_m10_bb_pos,buy,2025-06-22 03:27:00,1169.0 -12239,buy_contrast_m10_bb_pos,buy,2025-06-22 04:00:00,1167.0 -12240,buy_contrast_m10_bb_pos,buy,2025-06-22 04:03:00,1167.0 -12241,buy_contrast_m10_bb_pos,buy,2025-06-22 04:06:00,1170.0 -12242,buy_contrast_m10_bb_pos,buy,2025-06-22 04:09:00,1169.0 -12243,buy_contrast_m10_bb_pos,buy,2025-06-22 04:42:00,1167.0 -12244,buy_contrast_m10_bb_pos,buy,2025-06-22 04:45:00,1169.0 -12245,buy_contrast_m10_bb_pos,buy,2025-06-22 04:48:00,1172.0 -12246,buy_contrast_m10_bb_pos,buy,2025-06-22 06:30:00,1160.0 -12247,buy_contrast_m10_bb_pos,buy,2025-06-22 06:33:00,1139.0 -12248,buy_contrast_m10_bb_pos,buy,2025-06-22 06:36:00,1139.0 -12249,buy_contrast_m10_bb_pos,buy,2025-06-22 06:39:00,1145.0 -12250,buy_contrast_m10_bb_pos,buy,2025-06-22 06:51:00,1153.0 -12251,buy_contrast_m10_bb_pos,buy,2025-06-22 06:54:00,1152.0 -12252,buy_contrast_m10_bb_pos,buy,2025-06-22 06:57:00,1145.0 -12253,buy_contrast_m10_bb_pos,buy,2025-06-22 07:12:00,1150.0 -12254,buy_contrast_m10_bb_pos,buy,2025-06-22 07:15:00,1152.0 -12255,buy_contrast_m10_bb_pos,buy,2025-06-22 07:18:00,1151.0 -12256,buy_contrast_m10_bb_pos,buy,2025-06-22 13:42:00,1183.0 -12257,buy_contrast_m10_bb_pos,buy,2025-06-22 13:45:00,1182.0 -12258,buy_contrast_m10_bb_pos,buy,2025-06-22 13:48:00,1184.0 -12259,buy_contrast_m10_bb_pos,buy,2025-06-22 13:51:00,1185.0 -12260,buy_contrast_m10_bb_pos,buy,2025-06-22 13:54:00,1185.0 -12261,buy_contrast_m10_bb_pos,buy,2025-06-22 13:57:00,1184.0 -12262,buy_contrast_m10_bb_pos,buy,2025-06-22 14:00:00,1183.0 -12263,buy_contrast_m10_bb_pos,buy,2025-06-22 14:03:00,1184.0 -12264,buy_contrast_m10_bb_pos,buy,2025-06-22 14:06:00,1189.0 -12265,buy_contrast_m10_bb_pos,buy,2025-06-22 14:09:00,1186.0 -12266,buy_contrast_m10_bb_pos,buy,2025-06-22 14:42:00,1180.0 -12267,buy_contrast_m10_bb_pos,buy,2025-06-22 14:45:00,1181.0 -12268,buy_contrast_m10_bb_pos,buy,2025-06-22 14:48:00,1182.0 -12269,buy_contrast_m10_bb_pos,buy,2025-06-22 15:12:00,1183.0 -12270,buy_contrast_m10_bb_pos,buy,2025-06-22 15:15:00,1188.0 -12271,buy_contrast_m10_bb_pos,buy,2025-06-22 15:18:00,1187.0 -12272,buy_contrast_m10_bb_pos,buy,2025-06-22 18:12:00,1179.0 -12273,buy_contrast_m10_bb_pos,buy,2025-06-22 18:15:00,1180.0 -12274,buy_contrast_m10_bb_pos,buy,2025-06-22 18:18:00,1178.0 -12275,buy_contrast_m10_bb_pos,buy,2025-06-22 18:51:00,1169.0 -12276,buy_contrast_m10_bb_pos,buy,2025-06-22 18:54:00,1163.0 -12277,buy_contrast_m10_bb_pos,buy,2025-06-22 18:57:00,1165.0 -12278,buy_contrast_m10_bb_pos,buy,2025-06-22 21:21:00,1163.0 -12279,buy_contrast_m10_bb_pos,buy,2025-06-22 21:24:00,1164.0 -12280,buy_contrast_m10_bb_pos,buy,2025-06-22 21:27:00,1164.0 -12281,buy_contrast_m10_bb_pos,buy,2025-06-22 21:51:00,1157.0 -12282,buy_contrast_m10_bb_pos,buy,2025-06-22 21:54:00,1162.0 -12283,buy_contrast_m10_bb_pos,buy,2025-06-22 21:57:00,1164.0 -12284,buy_contrast_m10_bb_pos,buy,2025-06-22 22:51:00,1127.0 -12285,buy_contrast_m10_bb_pos,buy,2025-06-22 22:54:00,1124.0 -12286,buy_contrast_m10_bb_pos,buy,2025-06-22 22:57:00,1126.0 -12287,buy_contrast_m10_bb_pos,buy,2025-06-22 23:00:00,1130.0 -12288,buy_contrast_m10_bb_pos,buy,2025-06-22 23:03:00,1134.0 -12289,buy_contrast_m10_bb_pos,buy,2025-06-22 23:06:00,1127.0 -12290,buy_contrast_m10_bb_pos,buy,2025-06-22 23:09:00,1128.0 -12291,buy_contrast_m10_bb_pos,buy,2025-06-22 23:21:00,1116.0 -12292,buy_contrast_m10_bb_pos,buy,2025-06-22 23:24:00,1109.0 -12293,buy_contrast_m10_bb_pos,buy,2025-06-22 23:27:00,1110.0 -12294,buy_contrast_m10_bb_pos,buy,2025-06-22 23:30:00,1108.0 -12295,buy_contrast_m10_bb_pos,buy,2025-06-22 23:33:00,1115.0 -12296,buy_contrast_m10_bb_pos,buy,2025-06-22 23:36:00,1113.0 -12297,buy_contrast_m10_bb_pos,buy,2025-06-22 23:39:00,1117.0 -12298,buy_contrast_m10_bb_pos,buy,2025-06-23 01:30:00,1107.0 -12299,buy_contrast_m10_bb_pos,buy,2025-06-23 01:33:00,1106.0 -12300,buy_contrast_m10_bb_pos,buy,2025-06-23 01:36:00,1104.0 -12301,buy_contrast_m10_bb_pos,buy,2025-06-23 01:39:00,1103.0 -12302,buy_contrast_m10_bb_pos,buy,2025-06-23 01:42:00,1101.0 -12303,buy_contrast_m10_bb_pos,buy,2025-06-23 01:45:00,1096.0 -12304,buy_contrast_m10_bb_pos,buy,2025-06-23 01:48:00,1100.0 -12305,buy_contrast_m10_bb_pos,buy,2025-06-23 01:51:00,1102.0 -12306,buy_contrast_m10_bb_pos,buy,2025-06-23 01:54:00,1103.0 -12307,buy_contrast_m10_bb_pos,buy,2025-06-23 01:57:00,1103.0 -12308,buy_contrast_m10_bb_pos,buy,2025-06-23 02:00:00,1102.0 -12309,buy_contrast_m10_bb_pos,buy,2025-06-23 02:03:00,1099.0 -12310,buy_contrast_m10_bb_pos,buy,2025-06-23 02:06:00,1097.0 -12311,buy_contrast_m10_bb_pos,buy,2025-06-23 02:09:00,1102.0 -12312,buy_contrast_m10_bb_pos,buy,2025-06-23 02:21:00,1099.0 -12313,buy_contrast_m10_bb_pos,buy,2025-06-23 02:24:00,1097.0 -12314,buy_contrast_m10_bb_pos,buy,2025-06-23 02:27:00,1088.0 -12315,buy_contrast_m10_bb_pos,buy,2025-06-23 02:30:00,1090.0 -12316,buy_contrast_m10_bb_pos,buy,2025-06-23 02:33:00,1088.0 -12317,buy_contrast_m10_bb_pos,buy,2025-06-23 02:36:00,1093.0 -12318,buy_contrast_m10_bb_pos,buy,2025-06-23 02:39:00,1095.0 -12319,buy_contrast_m10_bb_pos,buy,2025-06-23 05:12:00,1091.0 -12320,buy_contrast_m10_bb_pos,buy,2025-06-23 05:15:00,1089.0 -12321,buy_contrast_m10_bb_pos,buy,2025-06-23 05:18:00,1089.0 -12322,buy_contrast_m10_bb_pos,buy,2025-06-23 12:51:00,1148.0 -12323,buy_contrast_m10_bb_pos,buy,2025-06-23 12:54:00,1150.0 -12324,buy_contrast_m10_bb_pos,buy,2025-06-23 12:57:00,1148.0 -12325,buy_contrast_m10_bb_pos,buy,2025-06-23 13:00:00,1148.0 -12326,buy_contrast_m10_bb_pos,buy,2025-06-23 13:03:00,1148.0 -12327,buy_contrast_m10_bb_pos,buy,2025-06-23 13:06:00,1148.0 -12328,buy_contrast_m10_bb_pos,buy,2025-06-23 13:09:00,1148.0 -12329,buy_contrast_m10_bb_pos,buy,2025-06-23 13:12:00,1149.0 -12330,buy_contrast_m10_bb_pos,buy,2025-06-23 13:15:00,1149.0 -12331,buy_contrast_m10_bb_pos,buy,2025-06-23 13:18:00,1151.0 -12332,buy_contrast_m10_bb_pos,buy,2025-06-23 17:42:00,1153.0 -12333,buy_contrast_m10_bb_pos,buy,2025-06-23 17:45:00,1154.0 -12334,buy_contrast_m10_bb_pos,buy,2025-06-23 17:48:00,1154.0 -12335,buy_contrast_m10_bb_pos,buy,2025-06-23 19:30:00,1153.0 -12336,buy_contrast_m10_bb_pos,buy,2025-06-23 19:33:00,1153.0 -12337,buy_contrast_m10_bb_pos,buy,2025-06-23 19:36:00,1154.0 -12338,buy_contrast_m10_bb_pos,buy,2025-06-23 19:39:00,1153.0 -12339,buy_contrast_m10_bb_pos,buy,2025-06-23 20:12:00,1149.0 -12340,buy_contrast_m10_bb_pos,buy,2025-06-23 20:15:00,1147.0 -12341,buy_contrast_m10_bb_pos,buy,2025-06-23 20:18:00,1146.0 -12342,buy_contrast_m10_bb_pos,buy,2025-06-23 21:21:00,1145.0 -12343,buy_contrast_m10_bb_pos,buy,2025-06-23 21:24:00,1146.0 -12344,buy_contrast_m10_bb_pos,buy,2025-06-23 21:27:00,1146.0 -12345,buy_contrast_m10_bb_pos,buy,2025-06-24 00:51:00,1152.0 -12346,buy_contrast_m10_bb_pos,buy,2025-06-24 00:54:00,1154.0 -12347,buy_contrast_m10_bb_pos,buy,2025-06-24 00:57:00,1155.0 -12348,buy_contrast_m10_bb_pos,buy,2025-06-24 01:00:00,1152.0 -12349,buy_contrast_m10_bb_pos,buy,2025-06-24 01:03:00,1150.0 -12350,buy_contrast_m10_bb_pos,buy,2025-06-24 01:06:00,1145.0 -12351,buy_contrast_m10_bb_pos,buy,2025-06-24 01:09:00,1143.0 -12352,buy_contrast_m10_bb_pos,buy,2025-06-24 01:21:00,1139.0 -12353,buy_contrast_m10_bb_pos,buy,2025-06-24 01:24:00,1133.0 -12354,buy_contrast_m10_bb_pos,buy,2025-06-24 01:27:00,1132.0 -12355,buy_contrast_m10_bb_pos,buy,2025-06-24 01:42:00,1136.0 -12356,buy_contrast_m10_bb_pos,buy,2025-06-24 01:45:00,1135.0 -12357,buy_contrast_m10_bb_pos,buy,2025-06-24 01:48:00,1138.0 -12358,buy_contrast_m10_bb_pos,buy,2025-06-24 01:51:00,1133.0 -12359,buy_contrast_m10_bb_pos,buy,2025-06-24 01:54:00,1129.0 -12360,buy_contrast_m10_bb_pos,buy,2025-06-24 01:57:00,1131.0 -12361,buy_contrast_m10_bb_pos,buy,2025-06-24 02:00:00,1132.0 -12362,buy_contrast_m10_bb_pos,buy,2025-06-24 02:03:00,1131.0 -12363,buy_contrast_m10_bb_pos,buy,2025-06-24 02:06:00,1143.0 -12364,buy_contrast_m10_bb_pos,buy,2025-06-24 02:09:00,1148.0 -12365,buy_contrast_m10_bb_pos,buy,2025-06-24 17:00:00,1291.0 -12366,buy_contrast_m10_bb_pos,buy,2025-06-24 17:03:00,1288.0 -12367,buy_contrast_m10_bb_pos,buy,2025-06-24 17:06:00,1288.0 -12368,buy_contrast_m10_bb_pos,buy,2025-06-24 17:09:00,1282.0 -12369,buy_contrast_m10_bb_pos,buy,2025-06-24 17:21:00,1283.0 -12370,buy_contrast_m10_bb_pos,buy,2025-06-24 17:24:00,1291.0 -12371,buy_contrast_m10_bb_pos,buy,2025-06-24 17:27:00,1288.0 -12372,buy_contrast_m10_bb_pos,buy,2025-06-24 17:30:00,1290.0 -12373,buy_contrast_m10_bb_pos,buy,2025-06-24 17:33:00,1296.0 -12374,buy_contrast_m10_bb_pos,buy,2025-06-24 17:36:00,1289.0 -12375,buy_contrast_m10_bb_pos,buy,2025-06-24 17:39:00,1288.0 -12376,buy_contrast_m10_bb_pos,buy,2025-06-24 17:42:00,1291.0 -12377,buy_contrast_m10_bb_pos,buy,2025-06-24 17:45:00,1289.0 -12378,buy_contrast_m10_bb_pos,buy,2025-06-24 17:48:00,1287.0 -12379,buy_contrast_m10_bb_pos,buy,2025-06-24 17:51:00,1286.0 -12380,buy_contrast_m10_bb_pos,buy,2025-06-24 17:54:00,1286.0 -12381,buy_contrast_m10_bb_pos,buy,2025-06-24 17:57:00,1283.0 -12382,buy_contrast_m10_bb_pos,buy,2025-06-24 20:00:00,1275.0 -12383,buy_contrast_m10_bb_pos,buy,2025-06-24 20:03:00,1279.0 -12384,buy_contrast_m10_bb_pos,buy,2025-06-24 20:06:00,1278.0 -12385,buy_contrast_m10_bb_pos,buy,2025-06-24 20:09:00,1276.0 -12386,buy_contrast_m10_bb_pos,buy,2025-06-24 20:12:00,1274.0 -12387,buy_contrast_m10_bb_pos,buy,2025-06-24 20:15:00,1273.0 -12388,buy_contrast_m10_bb_pos,buy,2025-06-24 20:18:00,1272.0 -12389,buy_contrast_m10_bb_pos,buy,2025-06-25 00:42:00,1263.0 -12390,buy_contrast_m10_bb_pos,buy,2025-06-25 00:45:00,1266.0 -12391,buy_contrast_m10_bb_pos,buy,2025-06-25 00:48:00,1267.0 -12392,buy_contrast_m10_bb_pos,buy,2025-06-25 00:51:00,1270.0 -12393,buy_contrast_m10_bb_pos,buy,2025-06-25 00:54:00,1272.0 -12394,buy_contrast_m10_bb_pos,buy,2025-06-25 00:57:00,1271.0 -12395,buy_contrast_m10_bb_pos,buy,2025-06-25 03:21:00,1262.0 -12396,buy_contrast_m10_bb_pos,buy,2025-06-25 03:24:00,1261.0 -12397,buy_contrast_m10_bb_pos,buy,2025-06-25 03:27:00,1260.0 -12398,buy_contrast_m10_bb_pos,buy,2025-06-25 03:30:00,1261.0 -12399,buy_contrast_m10_bb_pos,buy,2025-06-25 03:33:00,1258.0 -12400,buy_contrast_m10_bb_pos,buy,2025-06-25 03:36:00,1258.0 -12401,buy_contrast_m10_bb_pos,buy,2025-06-25 03:39:00,1259.0 -12402,buy_contrast_m10_bb_pos,buy,2025-06-25 03:42:00,1257.0 -12403,buy_contrast_m10_bb_pos,buy,2025-06-25 03:45:00,1256.0 -12404,buy_contrast_m10_bb_pos,buy,2025-06-25 03:48:00,1256.0 -12405,buy_contrast_m10_bb_pos,buy,2025-06-25 04:12:00,1257.0 -12406,buy_contrast_m10_bb_pos,buy,2025-06-25 04:15:00,1255.0 -12407,buy_contrast_m10_bb_pos,buy,2025-06-25 04:18:00,1259.0 -12408,buy_contrast_m10_bb_pos,buy,2025-06-25 04:51:00,1250.0 -12409,buy_contrast_m10_bb_pos,buy,2025-06-25 04:54:00,1252.0 -12410,buy_contrast_m10_bb_pos,buy,2025-06-25 04:57:00,1253.0 -12411,buy_contrast_m10_bb_pos,buy,2025-06-25 13:12:00,1272.0 -12412,buy_contrast_m10_bb_pos,buy,2025-06-25 13:15:00,1272.0 -12413,buy_contrast_m10_bb_pos,buy,2025-06-25 13:18:00,1272.0 -12414,buy_contrast_m10_bb_pos,buy,2025-06-25 13:21:00,1275.0 -12415,buy_contrast_m10_bb_pos,buy,2025-06-25 13:24:00,1275.0 -12416,buy_contrast_m10_bb_pos,buy,2025-06-25 13:27:00,1277.0 -12417,buy_contrast_m10_bb_pos,buy,2025-06-25 13:51:00,1270.0 -12418,buy_contrast_m10_bb_pos,buy,2025-06-25 13:54:00,1271.0 -12419,buy_contrast_m10_bb_pos,buy,2025-06-25 13:57:00,1268.0 -12420,buy_contrast_m10_bb_pos,buy,2025-06-25 14:30:00,1261.0 -12421,buy_contrast_m10_bb_pos,buy,2025-06-25 14:33:00,1261.0 -12422,buy_contrast_m10_bb_pos,buy,2025-06-25 14:36:00,1261.0 -12423,buy_contrast_m10_bb_pos,buy,2025-06-25 14:39:00,1263.0 -12424,buy_contrast_m10_bb_pos,buy,2025-06-25 15:00:00,1259.0 -12425,buy_contrast_m10_bb_pos,buy,2025-06-25 15:03:00,1259.0 -12426,buy_contrast_m10_bb_pos,buy,2025-06-25 15:06:00,1258.0 -12427,buy_contrast_m10_bb_pos,buy,2025-06-25 15:09:00,1260.0 -12428,buy_contrast_m10_bb_pos,buy,2025-06-25 15:12:00,1260.0 -12429,buy_contrast_m10_bb_pos,buy,2025-06-25 15:15:00,1262.0 -12430,buy_contrast_m10_bb_pos,buy,2025-06-25 15:18:00,1262.0 -12431,buy_contrast_m10_bb_pos,buy,2025-06-25 17:21:00,1259.0 -12432,buy_contrast_m10_bb_pos,buy,2025-06-25 17:24:00,1254.0 -12433,buy_contrast_m10_bb_pos,buy,2025-06-25 17:27:00,1258.0 -12434,buy_contrast_m10_bb_pos,buy,2025-06-25 18:00:00,1254.0 -12435,buy_contrast_m10_bb_pos,buy,2025-06-25 18:03:00,1253.0 -12436,buy_contrast_m10_bb_pos,buy,2025-06-25 18:06:00,1255.0 -12437,buy_contrast_m10_bb_pos,buy,2025-06-25 18:09:00,1260.0 -12438,buy_contrast_m10_bb_pos,buy,2025-06-25 19:00:00,1247.0 -12439,buy_contrast_m10_bb_pos,buy,2025-06-25 19:03:00,1247.0 -12440,buy_contrast_m10_bb_pos,buy,2025-06-25 19:06:00,1245.0 -12441,buy_contrast_m10_bb_pos,buy,2025-06-25 19:09:00,1247.0 -12442,buy_contrast_m10_bb_pos,buy,2025-06-25 19:12:00,1244.0 -12443,buy_contrast_m10_bb_pos,buy,2025-06-25 19:15:00,1246.0 -12444,buy_contrast_m10_bb_pos,buy,2025-06-25 19:18:00,1245.0 -12445,buy_contrast_m10_bb_pos,buy,2025-06-25 23:21:00,1240.0 -12446,buy_contrast_m10_bb_pos,buy,2025-06-25 23:24:00,1248.0 -12447,buy_contrast_m10_bb_pos,buy,2025-06-25 23:27:00,1250.0 -12448,buy_contrast_m10_bb_pos,buy,2025-06-26 00:12:00,1248.0 -12449,buy_contrast_m10_bb_pos,buy,2025-06-26 00:15:00,1245.0 -12450,buy_contrast_m10_bb_pos,buy,2025-06-26 00:18:00,1240.0 -12451,buy_contrast_m10_bb_pos,buy,2025-06-26 00:30:00,1237.0 -12452,buy_contrast_m10_bb_pos,buy,2025-06-26 00:33:00,1236.0 -12453,buy_contrast_m10_bb_pos,buy,2025-06-26 00:36:00,1232.0 -12454,buy_contrast_m10_bb_pos,buy,2025-06-26 00:39:00,1238.0 -12455,buy_contrast_m10_bb_pos,buy,2025-06-26 00:42:00,1234.0 -12456,buy_contrast_m10_bb_pos,buy,2025-06-26 00:45:00,1231.0 -12457,buy_contrast_m10_bb_pos,buy,2025-06-26 00:48:00,1235.0 -12458,buy_contrast_m10_bb_pos,buy,2025-06-26 00:51:00,1233.0 -12459,buy_contrast_m10_bb_pos,buy,2025-06-26 00:54:00,1233.0 -12460,buy_contrast_m10_bb_pos,buy,2025-06-26 00:57:00,1231.0 -12461,buy_contrast_m10_bb_pos,buy,2025-06-26 01:00:00,1231.0 -12462,buy_contrast_m10_bb_pos,buy,2025-06-26 01:03:00,1237.0 -12463,buy_contrast_m10_bb_pos,buy,2025-06-26 01:06:00,1240.0 -12464,buy_contrast_m10_bb_pos,buy,2025-06-26 01:09:00,1239.0 -12465,buy_contrast_m10_bb_pos,buy,2025-06-26 01:42:00,1227.0 -12466,buy_contrast_m10_bb_pos,buy,2025-06-26 01:45:00,1226.0 -12467,buy_contrast_m10_bb_pos,buy,2025-06-26 01:48:00,1221.0 -12468,buy_contrast_m10_bb_pos,buy,2025-06-26 01:51:00,1224.0 -12469,buy_contrast_m10_bb_pos,buy,2025-06-26 01:54:00,1225.0 -12470,buy_contrast_m10_bb_pos,buy,2025-06-26 01:57:00,1224.0 -12471,buy_contrast_m10_bb_pos,buy,2025-06-26 02:00:00,1224.0 -12472,buy_contrast_m10_bb_pos,buy,2025-06-26 02:03:00,1227.0 -12473,buy_contrast_m10_bb_pos,buy,2025-06-26 02:06:00,1221.0 -12474,buy_contrast_m10_bb_pos,buy,2025-06-26 02:09:00,1222.0 -12475,buy_contrast_m10_bb_pos,buy,2025-06-26 02:12:00,1224.0 -12476,buy_contrast_m10_bb_pos,buy,2025-06-26 02:15:00,1228.0 -12477,buy_contrast_m10_bb_pos,buy,2025-06-26 02:18:00,1234.0 -12478,buy_contrast_m10_bb_pos,buy,2025-06-26 06:30:00,1223.0 -12479,buy_contrast_m10_bb_pos,buy,2025-06-26 06:33:00,1221.0 -12480,buy_contrast_m10_bb_pos,buy,2025-06-26 06:36:00,1226.0 -12481,buy_contrast_m10_bb_pos,buy,2025-06-26 06:39:00,1224.0 -12482,buy_contrast_m10_bb_pos,buy,2025-06-26 06:42:00,1221.0 -12483,buy_contrast_m10_bb_pos,buy,2025-06-26 06:45:00,1221.0 -12484,buy_contrast_m10_bb_pos,buy,2025-06-26 06:48:00,1223.0 -12485,buy_contrast_m10_bb_pos,buy,2025-06-26 06:51:00,1222.0 -12486,buy_contrast_m10_bb_pos,buy,2025-06-26 06:54:00,1218.0 -12487,buy_contrast_m10_bb_pos,buy,2025-06-26 06:57:00,1217.0 -12488,buy_contrast_m10_bb_pos,buy,2025-06-26 07:21:00,1219.0 -12489,buy_contrast_m10_bb_pos,buy,2025-06-26 07:24:00,1214.0 -12490,buy_contrast_m10_bb_pos,buy,2025-06-26 07:27:00,1214.0 -12491,buy_contrast_m10_bb_pos,buy,2025-06-26 08:00:00,1208.0 -12492,buy_contrast_m10_bb_pos,buy,2025-06-26 08:03:00,1208.0 -12493,buy_contrast_m10_bb_pos,buy,2025-06-26 08:06:00,1205.0 -12494,buy_contrast_m10_bb_pos,buy,2025-06-26 08:09:00,1207.0 -12495,buy_contrast_m10_bb_pos,buy,2025-06-26 08:12:00,1207.0 -12496,buy_contrast_m10_bb_pos,buy,2025-06-26 08:15:00,1212.0 -12497,buy_contrast_m10_bb_pos,buy,2025-06-26 08:18:00,1214.0 -12498,buy_contrast_m10_bb_pos,buy,2025-06-26 13:42:00,1213.0 -12499,buy_contrast_m10_bb_pos,buy,2025-06-26 13:45:00,1215.0 -12500,buy_contrast_m10_bb_pos,buy,2025-06-26 13:48:00,1213.0 -12501,buy_contrast_m10_bb_pos,buy,2025-06-26 13:51:00,1212.0 -12502,buy_contrast_m10_bb_pos,buy,2025-06-26 13:54:00,1212.0 -12503,buy_contrast_m10_bb_pos,buy,2025-06-26 13:57:00,1217.0 -12504,buy_contrast_m10_bb_pos,buy,2025-06-26 14:30:00,1211.0 -12505,buy_contrast_m10_bb_pos,buy,2025-06-26 14:33:00,1211.0 -12506,buy_contrast_m10_bb_pos,buy,2025-06-26 14:36:00,1214.0 -12507,buy_contrast_m10_bb_pos,buy,2025-06-26 14:39:00,1209.0 -12508,buy_contrast_m10_bb_pos,buy,2025-06-26 14:42:00,1210.0 -12509,buy_contrast_m10_bb_pos,buy,2025-06-26 14:45:00,1212.0 -12510,buy_contrast_m10_bb_pos,buy,2025-06-26 14:48:00,1212.0 -12511,buy_contrast_m10_bb_pos,buy,2025-06-26 18:30:00,1210.0 -12512,buy_contrast_m10_bb_pos,buy,2025-06-26 18:33:00,1208.0 -12513,buy_contrast_m10_bb_pos,buy,2025-06-26 18:36:00,1208.0 -12514,buy_contrast_m10_bb_pos,buy,2025-06-26 18:39:00,1208.0 -12515,buy_contrast_m10_bb_pos,buy,2025-06-26 18:51:00,1207.0 -12516,buy_contrast_m10_bb_pos,buy,2025-06-26 18:54:00,1207.0 -12517,buy_contrast_m10_bb_pos,buy,2025-06-26 18:57:00,1206.0 -12518,buy_contrast_m10_bb_pos,buy,2025-06-26 21:00:00,1204.0 -12519,buy_contrast_m10_bb_pos,buy,2025-06-26 21:03:00,1202.0 -12520,buy_contrast_m10_bb_pos,buy,2025-06-26 21:06:00,1205.0 -12521,buy_contrast_m10_bb_pos,buy,2025-06-26 21:09:00,1202.0 -12522,buy_contrast_m10_bb_pos,buy,2025-06-26 22:30:00,1183.0 -12523,buy_contrast_m10_bb_pos,buy,2025-06-26 22:33:00,1182.0 -12524,buy_contrast_m10_bb_pos,buy,2025-06-26 22:36:00,1182.0 -12525,buy_contrast_m10_bb_pos,buy,2025-06-26 22:39:00,1182.0 -12526,buy_contrast_m10_bb_pos,buy,2025-06-26 22:42:00,1185.0 -12527,buy_contrast_m10_bb_pos,buy,2025-06-26 22:45:00,1186.0 -12528,buy_contrast_m10_bb_pos,buy,2025-06-26 22:48:00,1182.0 -12529,buy_contrast_m10_bb_pos,buy,2025-06-26 22:51:00,1176.0 -12530,buy_contrast_m10_bb_pos,buy,2025-06-26 22:54:00,1176.0 -12531,buy_contrast_m10_bb_pos,buy,2025-06-26 22:57:00,1174.0 -12532,buy_contrast_m10_bb_pos,buy,2025-06-26 23:00:00,1178.0 -12533,buy_contrast_m10_bb_pos,buy,2025-06-26 23:03:00,1179.0 -12534,buy_contrast_m10_bb_pos,buy,2025-06-26 23:06:00,1179.0 -12535,buy_contrast_m10_bb_pos,buy,2025-06-26 23:09:00,1176.0 -12536,buy_contrast_m10_bb_pos,buy,2025-06-26 23:12:00,1172.0 -12537,buy_contrast_m10_bb_pos,buy,2025-06-26 23:15:00,1177.0 -12538,buy_contrast_m10_bb_pos,buy,2025-06-26 23:18:00,1178.0 -12539,buy_contrast_m10_bb_pos,buy,2025-06-26 23:21:00,1178.0 -12540,buy_contrast_m10_bb_pos,buy,2025-06-26 23:24:00,1180.0 -12541,buy_contrast_m10_bb_pos,buy,2025-06-26 23:27:00,1184.0 -12542,buy_contrast_m10_bb_pos,buy,2025-06-27 07:42:00,1194.0 -12543,buy_contrast_m10_bb_pos,buy,2025-06-27 07:45:00,1192.0 -12544,buy_contrast_m10_bb_pos,buy,2025-06-27 07:48:00,1195.0 -12545,buy_contrast_m10_bb_pos,buy,2025-06-27 08:00:00,1191.0 -12546,buy_contrast_m10_bb_pos,buy,2025-06-27 08:03:00,1189.0 -12547,buy_contrast_m10_bb_pos,buy,2025-06-27 08:06:00,1188.0 -12548,buy_contrast_m10_bb_pos,buy,2025-06-27 08:09:00,1188.0 -12549,buy_contrast_m10_bb_pos,buy,2025-06-27 08:12:00,1190.0 -12550,buy_contrast_m10_bb_pos,buy,2025-06-27 08:15:00,1190.0 -12551,buy_contrast_m10_bb_pos,buy,2025-06-27 08:18:00,1188.0 -12552,buy_contrast_m10_bb_pos,buy,2025-06-27 08:21:00,1188.0 -12553,buy_contrast_m10_bb_pos,buy,2025-06-27 08:24:00,1192.0 -12554,buy_contrast_m10_bb_pos,buy,2025-06-27 08:27:00,1189.0 -12555,buy_contrast_m10_bb_pos,buy,2025-06-27 15:00:00,1185.0 -12556,buy_contrast_m10_bb_pos,buy,2025-06-27 15:03:00,1186.0 -12557,buy_contrast_m10_bb_pos,buy,2025-06-27 15:06:00,1186.0 -12558,buy_contrast_m10_bb_pos,buy,2025-06-27 15:09:00,1184.0 -12559,buy_contrast_m10_bb_pos,buy,2025-06-27 16:42:00,1180.0 -12560,buy_contrast_m10_bb_pos,buy,2025-06-27 16:45:00,1179.0 -12561,buy_contrast_m10_bb_pos,buy,2025-06-27 16:48:00,1178.0 -12562,buy_contrast_m10_bb_pos,buy,2025-06-27 17:00:00,1181.0 -12563,buy_contrast_m10_bb_pos,buy,2025-06-27 17:03:00,1182.0 -12564,buy_contrast_m10_bb_pos,buy,2025-06-27 17:06:00,1181.0 -12565,buy_contrast_m10_bb_pos,buy,2025-06-27 17:09:00,1182.0 -12566,buy_contrast_m10_bb_pos,buy,2025-06-27 17:12:00,1183.0 -12567,buy_contrast_m10_bb_pos,buy,2025-06-27 17:15:00,1184.0 -12568,buy_contrast_m10_bb_pos,buy,2025-06-27 17:18:00,1182.0 -12569,buy_contrast_m10_bb_pos,buy,2025-06-27 22:30:00,1180.0 -12570,buy_contrast_m10_bb_pos,buy,2025-06-27 22:33:00,1182.0 -12571,buy_contrast_m10_bb_pos,buy,2025-06-27 22:36:00,1182.0 -12572,buy_contrast_m10_bb_pos,buy,2025-06-27 22:39:00,1188.0 -12573,buy_contrast_m10_bb_pos,buy,2025-06-27 22:51:00,1179.0 -12574,buy_contrast_m10_bb_pos,buy,2025-06-27 22:54:00,1184.0 -12575,buy_contrast_m10_bb_pos,buy,2025-06-27 22:57:00,1190.0 -12576,buy_contrast_m10_bb_pos,buy,2025-06-28 03:21:00,1179.0 -12577,buy_contrast_m10_bb_pos,buy,2025-06-28 03:24:00,1183.0 -12578,buy_contrast_m10_bb_pos,buy,2025-06-28 03:27:00,1183.0 -12579,buy_contrast_m10_bb_pos,buy,2025-06-28 03:30:00,1179.0 -12580,buy_contrast_m10_bb_pos,buy,2025-06-28 03:33:00,1181.0 -12581,buy_contrast_m10_bb_pos,buy,2025-06-28 03:36:00,1178.0 -12582,buy_contrast_m10_bb_pos,buy,2025-06-28 03:39:00,1176.0 -12583,buy_contrast_m10_bb_pos,buy,2025-06-28 03:51:00,1176.0 -12584,buy_contrast_m10_bb_pos,buy,2025-06-28 03:54:00,1176.0 -12585,buy_contrast_m10_bb_pos,buy,2025-06-28 03:57:00,1176.0 -12586,buy_contrast_m10_bb_pos,buy,2025-06-28 10:42:00,1196.0 -12587,buy_contrast_m10_bb_pos,buy,2025-06-28 10:45:00,1199.0 -12588,buy_contrast_m10_bb_pos,buy,2025-06-28 10:48:00,1200.0 -12589,buy_contrast_m10_bb_pos,buy,2025-06-28 14:00:00,1197.0 -12590,buy_contrast_m10_bb_pos,buy,2025-06-28 14:03:00,1198.0 -12591,buy_contrast_m10_bb_pos,buy,2025-06-28 14:06:00,1199.0 -12592,buy_contrast_m10_bb_pos,buy,2025-06-28 14:09:00,1200.0 -12593,buy_contrast_m10_bb_pos,buy,2025-06-28 17:21:00,1199.0 -12594,buy_contrast_m10_bb_pos,buy,2025-06-28 17:24:00,1204.0 -12595,buy_contrast_m10_bb_pos,buy,2025-06-28 17:27:00,1202.0 -12596,buy_contrast_m10_bb_pos,buy,2025-06-28 18:12:00,1197.0 -12597,buy_contrast_m10_bb_pos,buy,2025-06-28 18:15:00,1196.0 -12598,buy_contrast_m10_bb_pos,buy,2025-06-28 18:18:00,1196.0 -12599,buy_contrast_m10_bb_pos,buy,2025-06-28 18:21:00,1196.0 -12600,buy_contrast_m10_bb_pos,buy,2025-06-28 18:24:00,1199.0 -12601,buy_contrast_m10_bb_pos,buy,2025-06-28 18:27:00,1199.0 -12602,buy_contrast_m10_bb_pos,buy,2025-06-28 19:12:00,1195.0 -12603,buy_contrast_m10_bb_pos,buy,2025-06-28 19:15:00,1195.0 -12604,buy_contrast_m10_bb_pos,buy,2025-06-28 19:18:00,1194.0 -12605,buy_contrast_m10_bb_pos,buy,2025-06-28 19:21:00,1197.0 -12606,buy_contrast_m10_bb_pos,buy,2025-06-28 19:24:00,1196.0 -12607,buy_contrast_m10_bb_pos,buy,2025-06-28 19:27:00,1196.0 -12608,buy_contrast_m10_bb_pos,buy,2025-06-28 21:00:00,1193.0 -12609,buy_contrast_m10_bb_pos,buy,2025-06-28 21:03:00,1193.0 -12610,buy_contrast_m10_bb_pos,buy,2025-06-28 21:06:00,1193.0 -12611,buy_contrast_m10_bb_pos,buy,2025-06-28 21:09:00,1193.0 -12612,buy_contrast_m10_bb_pos,buy,2025-06-28 21:12:00,1194.0 -12613,buy_contrast_m10_bb_pos,buy,2025-06-28 21:15:00,1193.0 -12614,buy_contrast_m10_bb_pos,buy,2025-06-28 21:18:00,1192.0 -12615,buy_contrast_m10_bb_pos,buy,2025-06-28 21:21:00,1193.0 -12616,buy_contrast_m10_bb_pos,buy,2025-06-28 21:24:00,1193.0 -12617,buy_contrast_m10_bb_pos,buy,2025-06-28 21:27:00,1193.0 -12618,buy_contrast_m10_bb_pos,buy,2025-06-29 14:30:00,1219.0 -12619,buy_contrast_m10_bb_pos,buy,2025-06-29 14:33:00,1219.0 -12620,buy_contrast_m10_bb_pos,buy,2025-06-29 14:36:00,1219.0 -12621,buy_contrast_m10_bb_pos,buy,2025-06-29 14:39:00,1221.0 -12622,buy_contrast_m10_bb_pos,buy,2025-06-29 14:51:00,1220.0 -12623,buy_contrast_m10_bb_pos,buy,2025-06-29 14:54:00,1221.0 -12624,buy_contrast_m10_bb_pos,buy,2025-06-29 14:57:00,1219.0 -12625,buy_contrast_m10_bb_pos,buy,2025-06-30 00:12:00,1221.0 -12626,buy_contrast_m10_bb_pos,buy,2025-06-30 00:15:00,1222.0 -12627,buy_contrast_m10_bb_pos,buy,2025-06-30 00:18:00,1219.0 -12628,buy_contrast_m10_bb_pos,buy,2025-06-30 00:42:00,1221.0 -12629,buy_contrast_m10_bb_pos,buy,2025-06-30 00:45:00,1219.0 -12630,buy_contrast_m10_bb_pos,buy,2025-06-30 00:48:00,1216.0 -12631,buy_contrast_m10_bb_pos,buy,2025-06-30 00:51:00,1219.0 -12632,buy_contrast_m10_bb_pos,buy,2025-06-30 00:54:00,1217.0 -12633,buy_contrast_m10_bb_pos,buy,2025-06-30 00:57:00,1219.0 -12634,buy_contrast_m10_bb_pos,buy,2025-06-30 10:12:00,1267.0 -12635,buy_contrast_m10_bb_pos,buy,2025-06-30 10:15:00,1268.0 -12636,buy_contrast_m10_bb_pos,buy,2025-06-30 10:18:00,1265.0 -12637,buy_contrast_m10_bb_pos,buy,2025-06-30 10:42:00,1264.0 -12638,buy_contrast_m10_bb_pos,buy,2025-06-30 10:45:00,1265.0 -12639,buy_contrast_m10_bb_pos,buy,2025-06-30 10:48:00,1266.0 -12640,buy_contrast_m10_bb_pos,buy,2025-06-30 10:51:00,1264.0 -12641,buy_contrast_m10_bb_pos,buy,2025-06-30 10:54:00,1264.0 -12642,buy_contrast_m10_bb_pos,buy,2025-06-30 10:57:00,1265.0 -12643,buy_contrast_m10_bb_pos,buy,2025-06-30 11:00:00,1263.0 -12644,buy_contrast_m10_bb_pos,buy,2025-06-30 11:03:00,1262.0 -12645,buy_contrast_m10_bb_pos,buy,2025-06-30 11:06:00,1261.0 -12646,buy_contrast_m10_bb_pos,buy,2025-06-30 11:09:00,1259.0 -12647,buy_contrast_m10_bb_pos,buy,2025-06-30 11:12:00,1262.0 -12648,buy_contrast_m10_bb_pos,buy,2025-06-30 11:15:00,1264.0 -12649,buy_contrast_m10_bb_pos,buy,2025-06-30 11:18:00,1264.0 -12650,buy_contrast_m10_bb_pos,buy,2025-06-30 11:42:00,1257.0 -12651,buy_contrast_m10_bb_pos,buy,2025-06-30 11:45:00,1257.0 -12652,buy_contrast_m10_bb_pos,buy,2025-06-30 11:48:00,1257.0 -12653,buy_contrast_m10_bb_pos,buy,2025-06-30 12:00:00,1250.0 -12654,buy_contrast_m10_bb_pos,buy,2025-06-30 12:03:00,1249.0 -12655,buy_contrast_m10_bb_pos,buy,2025-06-30 12:06:00,1250.0 -12656,buy_contrast_m10_bb_pos,buy,2025-06-30 12:09:00,1251.0 -12657,buy_contrast_m10_bb_pos,buy,2025-06-30 12:12:00,1251.0 -12658,buy_contrast_m10_bb_pos,buy,2025-06-30 12:15:00,1255.0 -12659,buy_contrast_m10_bb_pos,buy,2025-06-30 12:18:00,1251.0 -12660,buy_contrast_m10_bb_pos,buy,2025-06-30 14:00:00,1248.0 -12661,buy_contrast_m10_bb_pos,buy,2025-06-30 14:03:00,1250.0 -12662,buy_contrast_m10_bb_pos,buy,2025-06-30 14:06:00,1254.0 -12663,buy_contrast_m10_bb_pos,buy,2025-06-30 14:09:00,1251.0 -12664,buy_contrast_m10_bb_pos,buy,2025-06-30 16:00:00,1244.0 -12665,buy_contrast_m10_bb_pos,buy,2025-06-30 16:03:00,1247.0 -12666,buy_contrast_m10_bb_pos,buy,2025-06-30 16:06:00,1244.0 -12667,buy_contrast_m10_bb_pos,buy,2025-06-30 16:09:00,1247.0 -12668,buy_contrast_m10_bb_pos,buy,2025-06-30 18:51:00,1243.0 -12669,buy_contrast_m10_bb_pos,buy,2025-06-30 18:54:00,1243.0 -12670,buy_contrast_m10_bb_pos,buy,2025-06-30 18:57:00,1242.0 -12671,buy_contrast_m10_bb_pos,buy,2025-06-30 19:00:00,1238.0 -12672,buy_contrast_m10_bb_pos,buy,2025-06-30 19:03:00,1240.0 -12673,buy_contrast_m10_bb_pos,buy,2025-06-30 19:06:00,1240.0 -12674,buy_contrast_m10_bb_pos,buy,2025-06-30 19:09:00,1238.0 -12675,buy_contrast_m10_bb_pos,buy,2025-06-30 19:12:00,1238.0 -12676,buy_contrast_m10_bb_pos,buy,2025-06-30 19:15:00,1237.0 -12677,buy_contrast_m10_bb_pos,buy,2025-06-30 19:18:00,1237.0 -12678,buy_contrast_m10_bb_pos,buy,2025-06-30 19:21:00,1238.0 -12679,buy_contrast_m10_bb_pos,buy,2025-06-30 19:24:00,1239.0 -12680,buy_contrast_m10_bb_pos,buy,2025-06-30 19:27:00,1239.0 -12681,buy_contrast_m10_bb_pos,buy,2025-06-30 21:00:00,1232.0 -12682,buy_contrast_m10_bb_pos,buy,2025-06-30 21:03:00,1234.0 -12683,buy_contrast_m10_bb_pos,buy,2025-06-30 21:06:00,1236.0 -12684,buy_contrast_m10_bb_pos,buy,2025-06-30 21:09:00,1239.0 -12685,buy_contrast_m10_bb_pos,buy,2025-06-30 22:12:00,1225.0 -12686,buy_contrast_m10_bb_pos,buy,2025-06-30 22:15:00,1225.0 -12687,buy_contrast_m10_bb_pos,buy,2025-06-30 22:18:00,1224.0 -12688,buy_contrast_m10_bb_pos,buy,2025-06-30 22:42:00,1221.0 -12689,buy_contrast_m10_bb_pos,buy,2025-06-30 22:45:00,1222.0 -12690,buy_contrast_m10_bb_pos,buy,2025-06-30 22:48:00,1222.0 -12691,buy_contrast_m10_bb_pos,buy,2025-06-30 23:00:00,1218.0 -12692,buy_contrast_m10_bb_pos,buy,2025-06-30 23:03:00,1218.0 -12693,buy_contrast_m10_bb_pos,buy,2025-06-30 23:06:00,1215.0 -12694,buy_contrast_m10_bb_pos,buy,2025-06-30 23:09:00,1212.0 -12695,buy_contrast_m10_bb_pos,buy,2025-07-01 00:21:00,1213.0 -12696,buy_contrast_m10_bb_pos,buy,2025-07-01 00:24:00,1215.0 -12697,buy_contrast_m10_bb_pos,buy,2025-07-01 00:27:00,1215.0 -12698,buy_contrast_m10_bb_pos,buy,2025-07-01 03:51:00,1224.0 -12699,buy_contrast_m10_bb_pos,buy,2025-07-01 03:54:00,1225.0 -12700,buy_contrast_m10_bb_pos,buy,2025-07-01 07:12:00,1229.0 -12701,buy_contrast_m10_bb_pos,buy,2025-07-01 07:15:00,1230.0 -12702,buy_contrast_m10_bb_pos,buy,2025-07-01 07:18:00,1230.0 -12703,buy_contrast_m10_bb_pos,buy,2025-07-01 07:51:00,1227.0 -12704,buy_contrast_m10_bb_pos,buy,2025-07-01 07:54:00,1225.0 -12705,buy_contrast_m10_bb_pos,buy,2025-07-01 07:57:00,1225.0 -12706,buy_contrast_m10_bb_pos,buy,2025-07-01 08:30:00,1221.0 -12707,buy_contrast_m10_bb_pos,buy,2025-07-01 08:33:00,1219.0 -12708,buy_contrast_m10_bb_pos,buy,2025-07-01 08:36:00,1220.0 -12709,buy_contrast_m10_bb_pos,buy,2025-07-01 08:39:00,1222.0 -12710,buy_contrast_m10_bb_pos,buy,2025-07-01 08:42:00,1221.0 -12711,buy_contrast_m10_bb_pos,buy,2025-07-01 08:45:00,1223.0 -12712,buy_contrast_m10_bb_pos,buy,2025-07-01 08:48:00,1221.0 -12713,buy_contrast_m10_bb_pos,buy,2025-07-01 09:30:00,1217.0 -12714,buy_contrast_m10_bb_pos,buy,2025-07-01 09:33:00,1215.0 -12715,buy_contrast_m10_bb_pos,buy,2025-07-01 09:36:00,1219.0 -12716,buy_contrast_m10_bb_pos,buy,2025-07-01 09:39:00,1217.0 -12717,buy_contrast_m10_bb_pos,buy,2025-07-01 09:42:00,1218.0 -12718,buy_contrast_m10_bb_pos,buy,2025-07-01 09:45:00,1218.0 -12719,buy_contrast_m10_bb_pos,buy,2025-07-01 09:48:00,1219.0 -12720,buy_contrast_m10_bb_pos,buy,2025-07-01 09:51:00,1218.0 -12721,buy_contrast_m10_bb_pos,buy,2025-07-01 09:54:00,1219.0 -12722,buy_contrast_m10_bb_pos,buy,2025-07-01 09:57:00,1219.0 -12723,buy_contrast_m10_bb_pos,buy,2025-07-01 11:51:00,1210.0 -12724,buy_contrast_m10_bb_pos,buy,2025-07-01 11:54:00,1209.0 -12725,buy_contrast_m10_bb_pos,buy,2025-07-01 11:57:00,1208.0 -12726,buy_contrast_m10_bb_pos,buy,2025-07-01 12:00:00,1208.0 -12727,buy_contrast_m10_bb_pos,buy,2025-07-01 12:03:00,1208.0 -12728,buy_contrast_m10_bb_pos,buy,2025-07-01 12:06:00,1209.0 -12729,buy_contrast_m10_bb_pos,buy,2025-07-01 12:09:00,1208.0 -12730,buy_contrast_m10_bb_pos,buy,2025-07-01 12:12:00,1205.0 -12731,buy_contrast_m10_bb_pos,buy,2025-07-01 12:15:00,1208.0 -12732,buy_contrast_m10_bb_pos,buy,2025-07-01 12:18:00,1210.0 -12733,buy_contrast_m10_bb_pos,buy,2025-07-01 13:12:00,1206.0 -12734,buy_contrast_m10_bb_pos,buy,2025-07-01 13:15:00,1207.0 -12735,buy_contrast_m10_bb_pos,buy,2025-07-01 13:18:00,1206.0 -12736,buy_contrast_m10_bb_pos,buy,2025-07-01 13:21:00,1206.0 -12737,buy_contrast_m10_bb_pos,buy,2025-07-01 13:24:00,1207.0 -12738,buy_contrast_m10_bb_pos,buy,2025-07-01 13:27:00,1204.0 -12739,buy_contrast_m10_bb_pos,buy,2025-07-01 14:42:00,1190.0 -12740,buy_contrast_m10_bb_pos,buy,2025-07-01 14:45:00,1190.0 -12741,buy_contrast_m10_bb_pos,buy,2025-07-01 14:48:00,1193.0 -12742,buy_contrast_m10_bb_pos,buy,2025-07-01 17:42:00,1189.0 -12743,buy_contrast_m10_bb_pos,buy,2025-07-01 17:45:00,1188.0 -12744,buy_contrast_m10_bb_pos,buy,2025-07-01 17:48:00,1190.0 -12745,buy_contrast_m10_bb_pos,buy,2025-07-01 20:21:00,1189.0 -12746,buy_contrast_m10_bb_pos,buy,2025-07-01 20:24:00,1191.0 -12747,buy_contrast_m10_bb_pos,buy,2025-07-01 20:27:00,1189.0 -12748,buy_contrast_m10_bb_pos,buy,2025-07-01 20:42:00,1187.0 -12749,buy_contrast_m10_bb_pos,buy,2025-07-01 20:45:00,1189.0 -12750,buy_contrast_m10_bb_pos,buy,2025-07-01 20:48:00,1188.0 -12751,buy_contrast_m10_bb_pos,buy,2025-07-01 20:51:00,1187.0 -12752,buy_contrast_m10_bb_pos,buy,2025-07-01 20:54:00,1187.0 -12753,buy_contrast_m10_bb_pos,buy,2025-07-01 20:57:00,1187.0 -12754,buy_contrast_m10_bb_pos,buy,2025-07-01 21:00:00,1188.0 -12755,buy_contrast_m10_bb_pos,buy,2025-07-01 21:03:00,1186.0 -12756,buy_contrast_m10_bb_pos,buy,2025-07-01 21:06:00,1187.0 -12757,buy_contrast_m10_bb_pos,buy,2025-07-01 21:09:00,1188.0 -12758,buy_contrast_m10_bb_pos,buy,2025-07-01 21:21:00,1186.0 -12759,buy_contrast_m10_bb_pos,buy,2025-07-01 21:24:00,1183.0 -12760,buy_contrast_m10_bb_pos,buy,2025-07-01 21:27:00,1183.0 -12761,buy_contrast_m10_bb_pos,buy,2025-07-01 21:42:00,1184.0 -12762,buy_contrast_m10_bb_pos,buy,2025-07-01 21:45:00,1182.0 -12763,buy_contrast_m10_bb_pos,buy,2025-07-01 21:48:00,1181.0 -12764,buy_contrast_m10_bb_pos,buy,2025-07-01 22:00:00,1181.0 -12765,buy_contrast_m10_bb_pos,buy,2025-07-01 22:03:00,1181.0 -12766,buy_contrast_m10_bb_pos,buy,2025-07-01 22:06:00,1180.0 -12767,buy_contrast_m10_bb_pos,buy,2025-07-01 22:09:00,1182.0 -12768,buy_contrast_m10_bb_pos,buy,2025-07-01 22:12:00,1180.0 -12769,buy_contrast_m10_bb_pos,buy,2025-07-01 22:15:00,1178.0 -12770,buy_contrast_m10_bb_pos,buy,2025-07-01 22:18:00,1181.0 -12771,buy_contrast_m10_bb_pos,buy,2025-07-01 22:21:00,1180.0 -12772,buy_contrast_m10_bb_pos,buy,2025-07-01 22:24:00,1180.0 -12773,buy_contrast_m10_bb_pos,buy,2025-07-01 22:27:00,1183.0 -12774,buy_contrast_m10_bb_pos,buy,2025-07-02 01:51:00,1180.0 -12775,buy_contrast_m10_bb_pos,buy,2025-07-02 01:54:00,1182.0 -12776,buy_contrast_m10_bb_pos,buy,2025-07-02 01:57:00,1182.0 -12777,buy_contrast_m10_bb_pos,buy,2025-07-02 04:21:00,1171.0 -12778,buy_contrast_m10_bb_pos,buy,2025-07-02 04:27:00,1173.0 -12779,buy_contrast_m10_bb_pos,buy,2025-07-02 04:51:00,1169.0 -12780,buy_contrast_m10_bb_pos,buy,2025-07-02 04:54:00,1169.0 -12781,buy_contrast_m10_bb_pos,buy,2025-07-02 04:57:00,1168.0 -12782,buy_contrast_m10_bb_pos,buy,2025-07-02 05:00:00,1166.0 -12783,buy_contrast_m10_bb_pos,buy,2025-07-02 05:03:00,1165.0 -12784,buy_contrast_m10_bb_pos,buy,2025-07-02 05:06:00,1167.0 -12785,buy_contrast_m10_bb_pos,buy,2025-07-02 05:09:00,1166.0 -12786,buy_contrast_m10_bb_pos,buy,2025-07-02 05:12:00,1164.0 -12787,buy_contrast_m10_bb_pos,buy,2025-07-02 05:15:00,1165.0 -12788,buy_contrast_m10_bb_pos,buy,2025-07-02 05:18:00,1168.0 -12789,buy_contrast_m10_bb_pos,buy,2025-07-02 08:12:00,1166.0 -12790,buy_contrast_m10_bb_pos,buy,2025-07-02 08:15:00,1165.0 -12791,buy_contrast_m10_bb_pos,buy,2025-07-02 08:18:00,1167.0 -12792,buy_contrast_m10_bb_pos,buy,2025-07-02 08:30:00,1166.0 -12793,buy_contrast_m10_bb_pos,buy,2025-07-02 08:33:00,1168.0 -12794,buy_contrast_m10_bb_pos,buy,2025-07-02 08:36:00,1169.0 -12795,buy_contrast_m10_bb_pos,buy,2025-07-02 08:39:00,1169.0 -12796,buy_contrast_m10_bb_pos,buy,2025-07-02 10:00:00,1166.0 -12797,buy_contrast_m10_bb_pos,buy,2025-07-02 10:03:00,1167.0 -12798,buy_contrast_m10_bb_pos,buy,2025-07-02 10:06:00,1168.0 -12799,buy_contrast_m10_bb_pos,buy,2025-07-02 10:09:00,1166.0 -12800,buy_contrast_m10_bb_pos,buy,2025-07-03 08:12:00,1289.0 -12801,buy_contrast_m10_bb_pos,buy,2025-07-03 08:15:00,1288.0 -12802,buy_contrast_m10_bb_pos,buy,2025-07-03 08:18:00,1286.0 -12803,buy_contrast_m10_bb_pos,buy,2025-07-03 08:51:00,1278.0 -12804,buy_contrast_m10_bb_pos,buy,2025-07-03 08:54:00,1280.0 -12805,buy_contrast_m10_bb_pos,buy,2025-07-03 08:57:00,1278.0 -12806,buy_contrast_m10_bb_pos,buy,2025-07-03 09:00:00,1279.0 -12807,buy_contrast_m10_bb_pos,buy,2025-07-03 09:03:00,1283.0 -12808,buy_contrast_m10_bb_pos,buy,2025-07-03 09:06:00,1289.0 -12809,buy_contrast_m10_bb_pos,buy,2025-07-03 09:09:00,1288.0 -12810,buy_contrast_m10_bb_pos,buy,2025-07-03 13:00:00,1294.0 -12811,buy_contrast_m10_bb_pos,buy,2025-07-03 13:03:00,1293.0 -12812,buy_contrast_m10_bb_pos,buy,2025-07-03 13:06:00,1294.0 -12813,buy_contrast_m10_bb_pos,buy,2025-07-03 13:09:00,1298.0 -12814,buy_contrast_m10_bb_pos,buy,2025-07-03 17:42:00,1317.0 -12815,buy_contrast_m10_bb_pos,buy,2025-07-03 17:45:00,1324.0 -12816,buy_contrast_m10_bb_pos,buy,2025-07-03 17:48:00,1320.0 -12817,buy_contrast_m10_bb_pos,buy,2025-07-03 19:42:00,1301.0 -12818,buy_contrast_m10_bb_pos,buy,2025-07-03 19:45:00,1299.0 -12819,buy_contrast_m10_bb_pos,buy,2025-07-03 19:48:00,1297.0 -12820,buy_contrast_m10_bb_pos,buy,2025-07-03 20:12:00,1297.0 -12821,buy_contrast_m10_bb_pos,buy,2025-07-03 20:15:00,1296.0 -12822,buy_contrast_m10_bb_pos,buy,2025-07-03 20:18:00,1296.0 -12823,buy_contrast_m10_bb_pos,buy,2025-07-03 20:21:00,1296.0 -12824,buy_contrast_m10_bb_pos,buy,2025-07-03 20:24:00,1298.0 -12825,buy_contrast_m10_bb_pos,buy,2025-07-03 20:27:00,1295.0 -12826,buy_contrast_m10_bb_pos,buy,2025-07-03 20:30:00,1294.0 -12827,buy_contrast_m10_bb_pos,buy,2025-07-03 20:33:00,1292.0 -12828,buy_contrast_m10_bb_pos,buy,2025-07-03 20:36:00,1292.0 -12829,buy_contrast_m10_bb_pos,buy,2025-07-03 20:39:00,1295.0 -12830,buy_contrast_m10_bb_pos,buy,2025-07-03 20:42:00,1295.0 -12831,buy_contrast_m10_bb_pos,buy,2025-07-03 20:45:00,1295.0 -12832,buy_contrast_m10_bb_pos,buy,2025-07-03 20:48:00,1293.0 -12833,buy_contrast_m10_bb_pos,buy,2025-07-03 21:51:00,1290.0 -12834,buy_contrast_m10_bb_pos,buy,2025-07-03 21:54:00,1293.0 -12835,buy_contrast_m10_bb_pos,buy,2025-07-03 21:57:00,1297.0 -12836,buy_contrast_m10_bb_pos,buy,2025-07-03 23:51:00,1288.0 -12837,buy_contrast_m10_bb_pos,buy,2025-07-03 23:54:00,1286.0 -12838,buy_contrast_m10_bb_pos,buy,2025-07-03 23:57:00,1284.0 -12839,buy_contrast_m10_bb_pos,buy,2025-07-04 00:00:00,1284.0 -12840,buy_contrast_m10_bb_pos,buy,2025-07-04 00:03:00,1286.0 -12841,buy_contrast_m10_bb_pos,buy,2025-07-04 00:06:00,1277.0 -12842,buy_contrast_m10_bb_pos,buy,2025-07-04 00:09:00,1277.0 -12843,buy_contrast_m10_bb_pos,buy,2025-07-04 00:21:00,1277.0 -12844,buy_contrast_m10_bb_pos,buy,2025-07-04 00:24:00,1280.0 -12845,buy_contrast_m10_bb_pos,buy,2025-07-04 00:27:00,1278.0 -12846,buy_contrast_m10_bb_pos,buy,2025-07-04 00:30:00,1275.0 -12847,buy_contrast_m10_bb_pos,buy,2025-07-04 00:33:00,1270.0 -12848,buy_contrast_m10_bb_pos,buy,2025-07-04 00:36:00,1263.0 -12849,buy_contrast_m10_bb_pos,buy,2025-07-04 00:39:00,1268.0 -12850,buy_contrast_m10_bb_pos,buy,2025-07-04 01:12:00,1266.0 -12851,buy_contrast_m10_bb_pos,buy,2025-07-04 01:15:00,1269.0 -12852,buy_contrast_m10_bb_pos,buy,2025-07-04 01:18:00,1266.0 -12853,buy_contrast_m10_bb_pos,buy,2025-07-04 09:00:00,1280.0 -12854,buy_contrast_m10_bb_pos,buy,2025-07-04 09:03:00,1281.0 -12855,buy_contrast_m10_bb_pos,buy,2025-07-04 09:06:00,1282.0 -12856,buy_contrast_m10_bb_pos,buy,2025-07-04 09:09:00,1282.0 -12857,buy_contrast_m10_bb_pos,buy,2025-07-04 11:51:00,1269.0 -12858,buy_contrast_m10_bb_pos,buy,2025-07-04 11:54:00,1269.0 -12859,buy_contrast_m10_bb_pos,buy,2025-07-04 11:57:00,1271.0 -12860,buy_contrast_m10_bb_pos,buy,2025-07-04 12:00:00,1268.0 -12861,buy_contrast_m10_bb_pos,buy,2025-07-04 12:03:00,1270.0 -12862,buy_contrast_m10_bb_pos,buy,2025-07-04 12:06:00,1268.0 -12863,buy_contrast_m10_bb_pos,buy,2025-07-04 12:09:00,1273.0 -12864,buy_contrast_m10_bb_pos,buy,2025-07-04 14:12:00,1263.0 -12865,buy_contrast_m10_bb_pos,buy,2025-07-04 14:15:00,1264.0 -12866,buy_contrast_m10_bb_pos,buy,2025-07-04 14:18:00,1264.0 -12867,buy_contrast_m10_bb_pos,buy,2025-07-04 14:51:00,1261.0 -12868,buy_contrast_m10_bb_pos,buy,2025-07-04 14:54:00,1262.0 -12869,buy_contrast_m10_bb_pos,buy,2025-07-04 14:57:00,1261.0 -12870,buy_contrast_m10_bb_pos,buy,2025-07-04 15:00:00,1261.0 -12871,buy_contrast_m10_bb_pos,buy,2025-07-04 15:03:00,1260.0 -12872,buy_contrast_m10_bb_pos,buy,2025-07-04 15:06:00,1257.0 -12873,buy_contrast_m10_bb_pos,buy,2025-07-04 15:09:00,1254.0 -12874,buy_contrast_m10_bb_pos,buy,2025-07-04 15:42:00,1247.0 -12875,buy_contrast_m10_bb_pos,buy,2025-07-04 15:45:00,1247.0 -12876,buy_contrast_m10_bb_pos,buy,2025-07-04 15:48:00,1249.0 -12877,buy_contrast_m10_bb_pos,buy,2025-07-04 15:51:00,1246.0 -12878,buy_contrast_m10_bb_pos,buy,2025-07-04 15:54:00,1247.0 -12879,buy_contrast_m10_bb_pos,buy,2025-07-04 15:57:00,1246.0 -12880,buy_contrast_m10_bb_pos,buy,2025-07-04 16:00:00,1245.0 -12881,buy_contrast_m10_bb_pos,buy,2025-07-04 16:03:00,1246.0 -12882,buy_contrast_m10_bb_pos,buy,2025-07-04 16:06:00,1245.0 -12883,buy_contrast_m10_bb_pos,buy,2025-07-04 16:09:00,1246.0 -12884,buy_contrast_m10_bb_pos,buy,2025-07-04 16:12:00,1240.0 -12885,buy_contrast_m10_bb_pos,buy,2025-07-04 16:15:00,1240.0 -12886,buy_contrast_m10_bb_pos,buy,2025-07-04 16:18:00,1241.0 -12887,buy_contrast_m10_bb_pos,buy,2025-07-04 16:30:00,1236.0 -12888,buy_contrast_m10_bb_pos,buy,2025-07-04 16:33:00,1234.0 -12889,buy_contrast_m10_bb_pos,buy,2025-07-04 16:36:00,1232.0 -12890,buy_contrast_m10_bb_pos,buy,2025-07-04 16:39:00,1236.0 -12891,buy_contrast_m10_bb_pos,buy,2025-07-04 16:42:00,1236.0 -12892,buy_contrast_m10_bb_pos,buy,2025-07-04 16:45:00,1235.0 -12893,buy_contrast_m10_bb_pos,buy,2025-07-04 16:48:00,1233.0 -12894,buy_contrast_m10_bb_pos,buy,2025-07-04 16:51:00,1232.0 -12895,buy_contrast_m10_bb_pos,buy,2025-07-04 16:54:00,1231.0 -12896,buy_contrast_m10_bb_pos,buy,2025-07-04 16:57:00,1233.0 -12897,buy_contrast_m10_bb_pos,buy,2025-07-04 17:00:00,1232.0 -12898,buy_contrast_m10_bb_pos,buy,2025-07-04 17:03:00,1230.0 -12899,buy_contrast_m10_bb_pos,buy,2025-07-04 17:06:00,1229.0 -12900,buy_contrast_m10_bb_pos,buy,2025-07-04 17:09:00,1226.0 -12901,buy_contrast_m10_bb_pos,buy,2025-07-04 17:12:00,1224.0 -12902,buy_contrast_m10_bb_pos,buy,2025-07-04 17:15:00,1223.0 -12903,buy_contrast_m10_bb_pos,buy,2025-07-04 17:18:00,1226.0 -12904,buy_contrast_m10_bb_pos,buy,2025-07-04 17:21:00,1228.0 -12905,buy_contrast_m10_bb_pos,buy,2025-07-04 17:24:00,1234.0 -12906,buy_contrast_m10_bb_pos,buy,2025-07-04 17:27:00,1234.0 -12907,buy_contrast_m10_bb_pos,buy,2025-07-04 19:21:00,1226.0 -12908,buy_contrast_m10_bb_pos,buy,2025-07-04 19:24:00,1227.0 -12909,buy_contrast_m10_bb_pos,buy,2025-07-04 19:27:00,1227.0 -12910,buy_contrast_m10_bb_pos,buy,2025-07-04 20:00:00,1222.0 -12911,buy_contrast_m10_bb_pos,buy,2025-07-04 20:03:00,1222.0 -12912,buy_contrast_m10_bb_pos,buy,2025-07-04 20:06:00,1220.0 -12913,buy_contrast_m10_bb_pos,buy,2025-07-04 20:09:00,1221.0 -12914,buy_contrast_m10_bb_pos,buy,2025-07-04 20:12:00,1225.0 -12915,buy_contrast_m10_bb_pos,buy,2025-07-04 20:15:00,1226.0 -12916,buy_contrast_m10_bb_pos,buy,2025-07-04 20:18:00,1224.0 -12917,buy_contrast_m10_bb_pos,buy,2025-07-04 20:42:00,1224.0 -12918,buy_contrast_m10_bb_pos,buy,2025-07-04 20:45:00,1225.0 -12919,buy_contrast_m10_bb_pos,buy,2025-07-04 20:48:00,1223.0 -12920,buy_contrast_m10_bb_pos,buy,2025-07-04 22:21:00,1219.0 -12921,buy_contrast_m10_bb_pos,buy,2025-07-04 22:24:00,1217.0 -12922,buy_contrast_m10_bb_pos,buy,2025-07-04 22:27:00,1216.0 -12923,buy_contrast_m10_bb_pos,buy,2025-07-04 23:00:00,1213.0 -12924,buy_contrast_m10_bb_pos,buy,2025-07-04 23:03:00,1214.0 -12925,buy_contrast_m10_bb_pos,buy,2025-07-04 23:06:00,1211.0 -12926,buy_contrast_m10_bb_pos,buy,2025-07-04 23:09:00,1208.0 -12927,buy_contrast_m10_bb_pos,buy,2025-07-04 23:51:00,1205.0 -12928,buy_contrast_m10_bb_pos,buy,2025-07-04 23:54:00,1206.0 -12929,buy_contrast_m10_bb_pos,buy,2025-07-04 23:57:00,1203.0 -12930,buy_contrast_m10_bb_pos,buy,2025-07-05 00:00:00,1204.0 -12931,buy_contrast_m10_bb_pos,buy,2025-07-05 00:03:00,1204.0 -12932,buy_contrast_m10_bb_pos,buy,2025-07-05 00:06:00,1203.0 -12933,buy_contrast_m10_bb_pos,buy,2025-07-05 00:09:00,1199.0 -12934,buy_contrast_m10_bb_pos,buy,2025-07-05 00:12:00,1198.0 -12935,buy_contrast_m10_bb_pos,buy,2025-07-05 00:15:00,1198.0 -12936,buy_contrast_m10_bb_pos,buy,2025-07-05 00:18:00,1196.0 -12937,buy_contrast_m10_bb_pos,buy,2025-07-05 00:30:00,1195.0 -12938,buy_contrast_m10_bb_pos,buy,2025-07-05 00:33:00,1194.0 -12939,buy_contrast_m10_bb_pos,buy,2025-07-05 00:36:00,1194.0 -12940,buy_contrast_m10_bb_pos,buy,2025-07-05 00:39:00,1195.0 -12941,buy_contrast_m10_bb_pos,buy,2025-07-05 00:42:00,1196.0 -12942,buy_contrast_m10_bb_pos,buy,2025-07-05 00:45:00,1195.0 -12943,buy_contrast_m10_bb_pos,buy,2025-07-05 00:48:00,1197.0 -12944,buy_contrast_m10_bb_pos,buy,2025-07-05 00:51:00,1194.0 -12945,buy_contrast_m10_bb_pos,buy,2025-07-05 00:54:00,1194.0 -12946,buy_contrast_m10_bb_pos,buy,2025-07-05 00:57:00,1194.0 -12947,buy_contrast_m10_bb_pos,buy,2025-07-05 01:00:00,1192.0 -12948,buy_contrast_m10_bb_pos,buy,2025-07-05 01:03:00,1193.0 -12949,buy_contrast_m10_bb_pos,buy,2025-07-05 01:06:00,1188.0 -12950,buy_contrast_m10_bb_pos,buy,2025-07-05 01:09:00,1187.0 -12951,buy_contrast_m10_bb_pos,buy,2025-07-05 01:21:00,1181.0 -12952,buy_contrast_m10_bb_pos,buy,2025-07-05 01:24:00,1182.0 -12953,buy_contrast_m10_bb_pos,buy,2025-07-05 01:27:00,1182.0 -12954,buy_contrast_m10_bb_pos,buy,2025-07-05 01:30:00,1182.0 -12955,buy_contrast_m10_bb_pos,buy,2025-07-05 01:33:00,1181.0 -12956,buy_contrast_m10_bb_pos,buy,2025-07-05 01:36:00,1184.0 -12957,buy_contrast_m10_bb_pos,buy,2025-07-05 01:39:00,1191.0 -12958,buy_contrast_m10_bb_pos,buy,2025-07-05 10:51:00,1192.0 -12959,buy_contrast_m10_bb_pos,buy,2025-07-05 10:54:00,1191.0 -12960,buy_contrast_m10_bb_pos,buy,2025-07-05 10:57:00,1193.0 -12961,buy_contrast_m10_bb_pos,buy,2025-07-05 11:30:00,1192.0 -12962,buy_contrast_m10_bb_pos,buy,2025-07-05 11:33:00,1192.0 -12963,buy_contrast_m10_bb_pos,buy,2025-07-05 11:36:00,1196.0 -12964,buy_contrast_m10_bb_pos,buy,2025-07-05 11:39:00,1198.0 -12965,buy_contrast_m10_bb_pos,buy,2025-07-05 18:30:00,1199.0 -12966,buy_contrast_m10_bb_pos,buy,2025-07-05 18:33:00,1201.0 -12967,buy_contrast_m10_bb_pos,buy,2025-07-05 18:36:00,1202.0 -12968,buy_contrast_m10_bb_pos,buy,2025-07-05 18:39:00,1200.0 -12969,buy_contrast_m10_bb_pos,buy,2025-07-05 18:42:00,1200.0 -12970,buy_contrast_m10_bb_pos,buy,2025-07-05 18:45:00,1202.0 -12971,buy_contrast_m10_bb_pos,buy,2025-07-05 18:48:00,1203.0 -12972,buy_contrast_m10_bb_pos,buy,2025-07-05 19:42:00,1198.0 -12973,buy_contrast_m10_bb_pos,buy,2025-07-05 19:45:00,1199.0 -12974,buy_contrast_m10_bb_pos,buy,2025-07-05 19:48:00,1202.0 -12975,buy_contrast_m10_bb_pos,buy,2025-07-05 21:12:00,1196.0 -12976,buy_contrast_m10_bb_pos,buy,2025-07-05 21:15:00,1196.0 -12977,buy_contrast_m10_bb_pos,buy,2025-07-05 21:18:00,1197.0 -12978,buy_contrast_m10_bb_pos,buy,2025-07-05 21:21:00,1195.0 -12979,buy_contrast_m10_bb_pos,buy,2025-07-05 21:24:00,1192.0 -12980,buy_contrast_m10_bb_pos,buy,2025-07-05 21:27:00,1192.0 -12981,buy_contrast_m10_bb_pos,buy,2025-07-05 21:51:00,1193.0 -12982,buy_contrast_m10_bb_pos,buy,2025-07-05 21:54:00,1192.0 -12983,buy_contrast_m10_bb_pos,buy,2025-07-05 21:57:00,1194.0 -12984,buy_contrast_m10_bb_pos,buy,2025-07-05 22:00:00,1193.0 -12985,buy_contrast_m10_bb_pos,buy,2025-07-05 22:03:00,1191.0 -12986,buy_contrast_m10_bb_pos,buy,2025-07-05 22:06:00,1193.0 -12987,buy_contrast_m10_bb_pos,buy,2025-07-05 22:09:00,1192.0 -12988,buy_contrast_m10_bb_pos,buy,2025-07-05 22:21:00,1193.0 -12989,buy_contrast_m10_bb_pos,buy,2025-07-05 22:24:00,1194.0 -12990,buy_contrast_m10_bb_pos,buy,2025-07-05 22:27:00,1197.0 -12991,buy_contrast_m10_bb_pos,buy,2025-07-05 22:42:00,1193.0 -12992,buy_contrast_m10_bb_pos,buy,2025-07-05 22:45:00,1194.0 -12993,buy_contrast_m10_bb_pos,buy,2025-07-05 22:48:00,1192.0 -12994,buy_contrast_m10_bb_pos,buy,2025-07-05 23:12:00,1190.0 -12995,buy_contrast_m10_bb_pos,buy,2025-07-05 23:15:00,1190.0 -12996,buy_contrast_m10_bb_pos,buy,2025-07-05 23:18:00,1191.0 -12997,buy_contrast_m10_bb_pos,buy,2025-07-06 01:51:00,1191.0 -12998,buy_contrast_m10_bb_pos,buy,2025-07-06 01:54:00,1194.0 -12999,buy_contrast_m10_bb_pos,buy,2025-07-06 01:57:00,1195.0 -13000,buy_contrast_m10_bb_pos,buy,2025-07-06 02:30:00,1188.0 -13001,buy_contrast_m10_bb_pos,buy,2025-07-06 02:33:00,1186.0 -13002,buy_contrast_m10_bb_pos,buy,2025-07-06 02:36:00,1190.0 -13003,buy_contrast_m10_bb_pos,buy,2025-07-06 02:39:00,1191.0 -13004,buy_contrast_m10_bb_pos,buy,2025-07-06 02:51:00,1191.0 -13005,buy_contrast_m10_bb_pos,buy,2025-07-06 02:54:00,1190.0 -13006,buy_contrast_m10_bb_pos,buy,2025-07-06 02:57:00,1191.0 -13007,buy_contrast_m10_bb_pos,buy,2025-07-06 03:12:00,1184.0 -13008,buy_contrast_m10_bb_pos,buy,2025-07-06 03:15:00,1184.0 -13009,buy_contrast_m10_bb_pos,buy,2025-07-06 03:18:00,1186.0 -13010,buy_contrast_m10_bb_pos,buy,2025-07-06 04:00:00,1175.0 -13011,buy_contrast_m10_bb_pos,buy,2025-07-06 04:03:00,1174.0 -13012,buy_contrast_m10_bb_pos,buy,2025-07-06 04:06:00,1176.0 -13013,buy_contrast_m10_bb_pos,buy,2025-07-06 04:09:00,1175.0 -13014,buy_contrast_m10_bb_pos,buy,2025-07-06 09:51:00,1185.0 -13015,buy_contrast_m10_bb_pos,buy,2025-07-06 09:54:00,1187.0 -13016,buy_contrast_m10_bb_pos,buy,2025-07-06 09:57:00,1189.0 -13017,buy_contrast_m10_bb_pos,buy,2025-07-06 11:00:00,1184.0 -13018,buy_contrast_m10_bb_pos,buy,2025-07-06 11:03:00,1185.0 -13019,buy_contrast_m10_bb_pos,buy,2025-07-06 11:06:00,1186.0 -13020,buy_contrast_m10_bb_pos,buy,2025-07-06 11:09:00,1190.0 -13021,buy_contrast_m10_bb_pos,buy,2025-07-06 11:42:00,1183.0 -13022,buy_contrast_m10_bb_pos,buy,2025-07-06 11:45:00,1184.0 -13023,buy_contrast_m10_bb_pos,buy,2025-07-06 11:48:00,1184.0 -13024,buy_contrast_m10_bb_pos,buy,2025-07-06 11:51:00,1184.0 -13025,buy_contrast_m10_bb_pos,buy,2025-07-06 11:54:00,1183.0 -13026,buy_contrast_m10_bb_pos,buy,2025-07-06 11:57:00,1182.0 -13027,buy_contrast_m10_bb_pos,buy,2025-07-06 12:00:00,1181.0 -13028,buy_contrast_m10_bb_pos,buy,2025-07-06 12:03:00,1182.0 -13029,buy_contrast_m10_bb_pos,buy,2025-07-06 12:06:00,1180.0 -13030,buy_contrast_m10_bb_pos,buy,2025-07-06 12:09:00,1182.0 -13031,buy_contrast_m10_bb_pos,buy,2025-07-06 12:21:00,1180.0 -13032,buy_contrast_m10_bb_pos,buy,2025-07-06 12:24:00,1180.0 -13033,buy_contrast_m10_bb_pos,buy,2025-07-06 12:27:00,1180.0 -13034,buy_contrast_m10_bb_pos,buy,2025-07-06 12:30:00,1180.0 -13035,buy_contrast_m10_bb_pos,buy,2025-07-06 12:33:00,1179.0 -13036,buy_contrast_m10_bb_pos,buy,2025-07-06 12:36:00,1179.0 -13037,buy_contrast_m10_bb_pos,buy,2025-07-06 12:39:00,1179.0 -13038,buy_contrast_m10_bb_pos,buy,2025-07-06 12:42:00,1177.0 -13039,buy_contrast_m10_bb_pos,buy,2025-07-06 12:45:00,1179.0 -13040,buy_contrast_m10_bb_pos,buy,2025-07-06 12:48:00,1178.0 -13041,buy_contrast_m10_bb_pos,buy,2025-07-06 12:51:00,1178.0 -13042,buy_contrast_m10_bb_pos,buy,2025-07-06 12:54:00,1179.0 -13043,buy_contrast_m10_bb_pos,buy,2025-07-06 12:57:00,1179.0 -13044,buy_contrast_m10_bb_pos,buy,2025-07-06 19:00:00,1185.0 -13045,buy_contrast_m10_bb_pos,buy,2025-07-06 19:03:00,1184.0 -13046,buy_contrast_m10_bb_pos,buy,2025-07-06 19:06:00,1186.0 -13047,buy_contrast_m10_bb_pos,buy,2025-07-06 19:09:00,1186.0 -13048,buy_contrast_m10_bb_pos,buy,2025-07-06 19:42:00,1184.0 -13049,buy_contrast_m10_bb_pos,buy,2025-07-06 19:45:00,1183.0 -13050,buy_contrast_m10_bb_pos,buy,2025-07-06 19:48:00,1182.0 -13051,buy_contrast_m10_bb_pos,buy,2025-07-06 19:51:00,1180.0 -13052,buy_contrast_m10_bb_pos,buy,2025-07-06 19:54:00,1182.0 -13053,buy_contrast_m10_bb_pos,buy,2025-07-06 19:57:00,1182.0 -13054,buy_contrast_m10_bb_pos,buy,2025-07-06 20:21:00,1180.0 -13055,buy_contrast_m10_bb_pos,buy,2025-07-06 20:24:00,1181.0 -13056,buy_contrast_m10_bb_pos,buy,2025-07-06 20:27:00,1183.0 -13057,buy_contrast_m10_bb_pos,buy,2025-07-07 14:21:00,1221.0 -13058,buy_contrast_m10_bb_pos,buy,2025-07-07 14:24:00,1222.0 -13059,buy_contrast_m10_bb_pos,buy,2025-07-07 14:27:00,1223.0 -13060,buy_contrast_m10_bb_pos,buy,2025-07-07 14:42:00,1223.0 -13061,buy_contrast_m10_bb_pos,buy,2025-07-07 14:45:00,1222.0 -13062,buy_contrast_m10_bb_pos,buy,2025-07-07 14:48:00,1222.0 -13063,buy_contrast_m10_bb_pos,buy,2025-07-07 15:00:00,1219.0 -13064,buy_contrast_m10_bb_pos,buy,2025-07-07 15:03:00,1217.0 -13065,buy_contrast_m10_bb_pos,buy,2025-07-07 15:06:00,1217.0 -13066,buy_contrast_m10_bb_pos,buy,2025-07-07 15:09:00,1217.0 -13067,buy_contrast_m10_bb_pos,buy,2025-07-07 15:12:00,1217.0 -13068,buy_contrast_m10_bb_pos,buy,2025-07-07 15:15:00,1217.0 -13069,buy_contrast_m10_bb_pos,buy,2025-07-07 15:18:00,1218.0 -13070,buy_contrast_m10_bb_pos,buy,2025-07-07 15:30:00,1217.0 -13071,buy_contrast_m10_bb_pos,buy,2025-07-07 15:33:00,1215.0 -13072,buy_contrast_m10_bb_pos,buy,2025-07-07 15:36:00,1214.0 -13073,buy_contrast_m10_bb_pos,buy,2025-07-07 15:39:00,1214.0 -13074,buy_contrast_m10_bb_pos,buy,2025-07-07 16:12:00,1215.0 -13075,buy_contrast_m10_bb_pos,buy,2025-07-07 16:15:00,1214.0 -13076,buy_contrast_m10_bb_pos,buy,2025-07-07 16:18:00,1211.0 -13077,buy_contrast_m10_bb_pos,buy,2025-07-07 16:21:00,1212.0 -13078,buy_contrast_m10_bb_pos,buy,2025-07-07 16:24:00,1211.0 -13079,buy_contrast_m10_bb_pos,buy,2025-07-07 16:27:00,1210.0 -13080,buy_contrast_m10_bb_pos,buy,2025-07-07 16:30:00,1210.0 -13081,buy_contrast_m10_bb_pos,buy,2025-07-07 16:33:00,1208.0 -13082,buy_contrast_m10_bb_pos,buy,2025-07-07 16:36:00,1211.0 -13083,buy_contrast_m10_bb_pos,buy,2025-07-07 16:39:00,1213.0 -13084,buy_contrast_m10_bb_pos,buy,2025-07-07 18:12:00,1209.0 -13085,buy_contrast_m10_bb_pos,buy,2025-07-07 18:15:00,1210.0 -13086,buy_contrast_m10_bb_pos,buy,2025-07-07 18:18:00,1207.0 -13087,buy_contrast_m10_bb_pos,buy,2025-07-07 18:42:00,1207.0 -13088,buy_contrast_m10_bb_pos,buy,2025-07-07 18:45:00,1207.0 -13089,buy_contrast_m10_bb_pos,buy,2025-07-07 18:48:00,1206.0 -13090,buy_contrast_m10_bb_pos,buy,2025-07-07 19:00:00,1206.0 -13091,buy_contrast_m10_bb_pos,buy,2025-07-07 19:03:00,1204.0 -13092,buy_contrast_m10_bb_pos,buy,2025-07-07 19:06:00,1202.0 -13093,buy_contrast_m10_bb_pos,buy,2025-07-07 19:09:00,1201.0 -13094,buy_contrast_m10_bb_pos,buy,2025-07-07 19:21:00,1204.0 -13095,buy_contrast_m10_bb_pos,buy,2025-07-07 19:24:00,1202.0 -13096,buy_contrast_m10_bb_pos,buy,2025-07-07 19:27:00,1202.0 -13097,buy_contrast_m10_bb_pos,buy,2025-07-07 19:30:00,1203.0 -13098,buy_contrast_m10_bb_pos,buy,2025-07-07 19:33:00,1203.0 -13099,buy_contrast_m10_bb_pos,buy,2025-07-07 19:36:00,1205.0 -13100,buy_contrast_m10_bb_pos,buy,2025-07-07 19:39:00,1205.0 -13101,buy_contrast_m10_bb_pos,buy,2025-07-07 19:51:00,1200.0 -13102,buy_contrast_m10_bb_pos,buy,2025-07-07 19:54:00,1200.0 -13103,buy_contrast_m10_bb_pos,buy,2025-07-07 19:57:00,1200.0 -13104,buy_contrast_m10_bb_pos,buy,2025-07-07 20:00:00,1200.0 -13105,buy_contrast_m10_bb_pos,buy,2025-07-07 20:03:00,1200.0 -13106,buy_contrast_m10_bb_pos,buy,2025-07-07 20:06:00,1201.0 -13107,buy_contrast_m10_bb_pos,buy,2025-07-07 20:09:00,1198.0 -13108,buy_contrast_m10_bb_pos,buy,2025-07-07 20:21:00,1196.0 -13109,buy_contrast_m10_bb_pos,buy,2025-07-07 20:24:00,1197.0 -13110,buy_contrast_m10_bb_pos,buy,2025-07-07 20:27:00,1199.0 -13111,buy_contrast_m10_bb_pos,buy,2025-07-07 21:21:00,1195.0 -13112,buy_contrast_m10_bb_pos,buy,2025-07-07 21:24:00,1198.0 -13113,buy_contrast_m10_bb_pos,buy,2025-07-07 21:27:00,1197.0 -13114,buy_contrast_m10_bb_pos,buy,2025-07-08 00:00:00,1190.0 -13115,buy_contrast_m10_bb_pos,buy,2025-07-08 00:03:00,1193.0 -13116,buy_contrast_m10_bb_pos,buy,2025-07-08 00:06:00,1192.0 -13117,buy_contrast_m10_bb_pos,buy,2025-07-08 00:09:00,1193.0 -13118,buy_contrast_m10_bb_pos,buy,2025-07-08 03:42:00,1185.0 -13119,buy_contrast_m10_bb_pos,buy,2025-07-08 03:45:00,1186.0 -13120,buy_contrast_m10_bb_pos,buy,2025-07-08 03:48:00,1187.0 -13121,buy_contrast_m10_bb_pos,buy,2025-07-08 05:21:00,1180.0 -13122,buy_contrast_m10_bb_pos,buy,2025-07-08 05:24:00,1185.0 -13123,buy_contrast_m10_bb_pos,buy,2025-07-08 05:27:00,1184.0 -13124,buy_contrast_m10_bb_pos,buy,2025-07-08 06:30:00,1178.0 -13125,buy_contrast_m10_bb_pos,buy,2025-07-08 06:33:00,1181.0 -13126,buy_contrast_m10_bb_pos,buy,2025-07-08 06:36:00,1181.0 -13127,buy_contrast_m10_bb_pos,buy,2025-07-08 06:39:00,1187.0 -13128,buy_contrast_m10_bb_pos,buy,2025-07-08 10:30:00,1181.0 -13129,buy_contrast_m10_bb_pos,buy,2025-07-08 10:33:00,1180.0 -13130,buy_contrast_m10_bb_pos,buy,2025-07-08 10:36:00,1183.0 -13131,buy_contrast_m10_bb_pos,buy,2025-07-08 10:39:00,1181.0 -13132,buy_contrast_m10_bb_pos,buy,2025-07-08 11:12:00,1177.0 -13133,buy_contrast_m10_bb_pos,buy,2025-07-08 11:15:00,1180.0 -13134,buy_contrast_m10_bb_pos,buy,2025-07-08 11:18:00,1179.0 -13135,buy_contrast_m10_bb_pos,buy,2025-07-08 13:21:00,1177.0 -13136,buy_contrast_m10_bb_pos,buy,2025-07-08 13:24:00,1178.0 -13137,buy_contrast_m10_bb_pos,buy,2025-07-08 13:27:00,1177.0 -13138,buy_contrast_m10_bb_pos,buy,2025-07-08 13:30:00,1178.0 -13139,buy_contrast_m10_bb_pos,buy,2025-07-08 13:33:00,1180.0 -13140,buy_contrast_m10_bb_pos,buy,2025-07-08 13:36:00,1182.0 -13141,buy_contrast_m10_bb_pos,buy,2025-07-08 13:39:00,1182.0 -13142,buy_contrast_m10_bb_pos,buy,2025-07-08 16:00:00,1178.0 -13143,buy_contrast_m10_bb_pos,buy,2025-07-08 16:03:00,1179.0 -13144,buy_contrast_m10_bb_pos,buy,2025-07-08 16:06:00,1177.0 -13145,buy_contrast_m10_bb_pos,buy,2025-07-08 16:09:00,1178.0 -13146,buy_contrast_m10_bb_pos,buy,2025-07-08 16:21:00,1177.0 -13147,buy_contrast_m10_bb_pos,buy,2025-07-08 16:24:00,1178.0 -13148,buy_contrast_m10_bb_pos,buy,2025-07-08 16:27:00,1177.0 -13149,buy_contrast_m10_bb_pos,buy,2025-07-08 16:30:00,1177.0 -13150,buy_contrast_m10_bb_pos,buy,2025-07-08 16:33:00,1178.0 -13151,buy_contrast_m10_bb_pos,buy,2025-07-08 16:36:00,1178.0 -13152,buy_contrast_m10_bb_pos,buy,2025-07-08 16:39:00,1179.0 -13153,buy_contrast_m10_bb_pos,buy,2025-07-08 16:42:00,1178.0 -13154,buy_contrast_m10_bb_pos,buy,2025-07-08 16:45:00,1177.0 -13155,buy_contrast_m10_bb_pos,buy,2025-07-08 16:48:00,1178.0 -13156,buy_contrast_m10_bb_pos,buy,2025-07-08 17:21:00,1177.0 -13157,buy_contrast_m10_bb_pos,buy,2025-07-08 17:24:00,1178.0 -13158,buy_contrast_m10_bb_pos,buy,2025-07-08 17:27:00,1177.0 -13159,buy_contrast_m10_bb_pos,buy,2025-07-08 17:42:00,1173.0 -13160,buy_contrast_m10_bb_pos,buy,2025-07-08 17:45:00,1173.0 -13161,buy_contrast_m10_bb_pos,buy,2025-07-08 17:48:00,1175.0 -13162,buy_contrast_m10_bb_pos,buy,2025-07-08 22:42:00,1185.0 -13163,buy_contrast_m10_bb_pos,buy,2025-07-08 22:45:00,1186.0 -13164,buy_contrast_m10_bb_pos,buy,2025-07-08 22:48:00,1191.0 -13165,buy_contrast_m10_bb_pos,buy,2025-07-08 23:51:00,1175.0 -13166,buy_contrast_m10_bb_pos,buy,2025-07-08 23:54:00,1172.0 -13167,buy_contrast_m10_bb_pos,buy,2025-07-08 23:57:00,1171.0 -13168,buy_contrast_m10_bb_pos,buy,2025-07-09 00:21:00,1172.0 -13169,buy_contrast_m10_bb_pos,buy,2025-07-09 00:24:00,1170.0 -13170,buy_contrast_m10_bb_pos,buy,2025-07-09 00:27:00,1170.0 -13171,buy_contrast_m10_bb_pos,buy,2025-07-09 00:30:00,1170.0 -13172,buy_contrast_m10_bb_pos,buy,2025-07-09 00:33:00,1169.0 -13173,buy_contrast_m10_bb_pos,buy,2025-07-09 00:36:00,1169.0 -13174,buy_contrast_m10_bb_pos,buy,2025-07-09 00:39:00,1171.0 -13175,buy_contrast_m10_bb_pos,buy,2025-07-09 00:42:00,1171.0 -13176,buy_contrast_m10_bb_pos,buy,2025-07-09 00:45:00,1173.0 -13177,buy_contrast_m10_bb_pos,buy,2025-07-09 00:48:00,1175.0 -13178,buy_contrast_m10_bb_pos,buy,2025-07-09 06:30:00,1194.0 -13179,buy_contrast_m10_bb_pos,buy,2025-07-09 06:33:00,1197.0 -13180,buy_contrast_m10_bb_pos,buy,2025-07-09 06:36:00,1194.0 -13181,buy_contrast_m10_bb_pos,buy,2025-07-09 06:39:00,1195.0 -13182,buy_contrast_m10_bb_pos,buy,2025-07-09 07:12:00,1192.0 -13183,buy_contrast_m10_bb_pos,buy,2025-07-09 07:15:00,1193.0 -13184,buy_contrast_m10_bb_pos,buy,2025-07-09 07:18:00,1192.0 -13185,buy_contrast_m10_bb_pos,buy,2025-07-09 07:21:00,1191.0 -13186,buy_contrast_m10_bb_pos,buy,2025-07-09 07:24:00,1192.0 -13187,buy_contrast_m10_bb_pos,buy,2025-07-09 07:27:00,1190.0 -13188,buy_contrast_m10_bb_pos,buy,2025-07-09 07:30:00,1191.0 -13189,buy_contrast_m10_bb_pos,buy,2025-07-09 07:33:00,1192.0 -13190,buy_contrast_m10_bb_pos,buy,2025-07-09 07:36:00,1192.0 -13191,buy_contrast_m10_bb_pos,buy,2025-07-09 07:39:00,1192.0 -13192,buy_contrast_m10_bb_pos,buy,2025-07-09 08:30:00,1188.0 -13193,buy_contrast_m10_bb_pos,buy,2025-07-09 08:33:00,1187.0 -13194,buy_contrast_m10_bb_pos,buy,2025-07-09 08:36:00,1189.0 -13195,buy_contrast_m10_bb_pos,buy,2025-07-09 08:39:00,1190.0 -13196,buy_contrast_m10_bb_pos,buy,2025-07-09 09:42:00,1187.0 -13197,buy_contrast_m10_bb_pos,buy,2025-07-09 09:45:00,1189.0 -13198,buy_contrast_m10_bb_pos,buy,2025-07-09 09:48:00,1187.0 -13199,buy_contrast_m10_bb_pos,buy,2025-07-09 09:51:00,1188.0 -13200,buy_contrast_m10_bb_pos,buy,2025-07-09 09:54:00,1188.0 -13201,buy_contrast_m10_bb_pos,buy,2025-07-09 09:57:00,1187.0 -13202,buy_contrast_m10_bb_pos,buy,2025-07-09 10:00:00,1186.0 -13203,buy_contrast_m10_bb_pos,buy,2025-07-09 10:03:00,1186.0 -13204,buy_contrast_m10_bb_pos,buy,2025-07-09 10:06:00,1188.0 -13205,buy_contrast_m10_bb_pos,buy,2025-07-09 10:09:00,1191.0 -13206,buy_contrast_m10_bb_pos,buy,2025-07-09 10:51:00,1177.0 -13207,buy_contrast_m10_bb_pos,buy,2025-07-09 10:54:00,1177.0 -13208,buy_contrast_m10_bb_pos,buy,2025-07-09 10:57:00,1178.0 -13209,buy_contrast_m10_bb_pos,buy,2025-07-09 11:00:00,1178.0 -13210,buy_contrast_m10_bb_pos,buy,2025-07-09 11:03:00,1179.0 -13211,buy_contrast_m10_bb_pos,buy,2025-07-09 11:06:00,1178.0 -13212,buy_contrast_m10_bb_pos,buy,2025-07-09 11:09:00,1178.0 -13213,buy_contrast_m10_bb_pos,buy,2025-07-09 11:12:00,1176.0 -13214,buy_contrast_m10_bb_pos,buy,2025-07-09 11:15:00,1177.0 -13215,buy_contrast_m10_bb_pos,buy,2025-07-09 11:18:00,1178.0 -13216,buy_contrast_m10_bb_pos,buy,2025-07-09 11:21:00,1177.0 -13217,buy_contrast_m10_bb_pos,buy,2025-07-09 11:24:00,1178.0 -13218,buy_contrast_m10_bb_pos,buy,2025-07-09 11:27:00,1179.0 -13219,buy_contrast_m10_bb_pos,buy,2025-07-09 23:30:00,1192.0 -13220,buy_contrast_m10_bb_pos,buy,2025-07-09 23:33:00,1187.0 -13221,buy_contrast_m10_bb_pos,buy,2025-07-09 23:36:00,1185.0 -13222,buy_contrast_m10_bb_pos,buy,2025-07-09 23:39:00,1183.0 -13223,buy_contrast_m10_bb_pos,buy,2025-07-10 10:12:00,1227.0 -13224,buy_contrast_m10_bb_pos,buy,2025-07-10 10:15:00,1229.0 -13225,buy_contrast_m10_bb_pos,buy,2025-07-10 10:18:00,1230.0 -13226,buy_contrast_m10_bb_pos,buy,2025-07-10 21:42:00,1262.0 -13227,buy_contrast_m10_bb_pos,buy,2025-07-10 21:45:00,1261.0 -13228,buy_contrast_m10_bb_pos,buy,2025-07-10 21:48:00,1263.0 -13229,buy_contrast_m10_bb_pos,buy,2025-07-11 01:00:00,1265.0 -13230,buy_contrast_m10_bb_pos,buy,2025-07-11 01:03:00,1263.0 -13231,buy_contrast_m10_bb_pos,buy,2025-07-11 01:06:00,1265.0 -13232,buy_contrast_m10_bb_pos,buy,2025-07-11 01:09:00,1266.0 -13233,buy_contrast_m10_bb_pos,buy,2025-07-11 16:12:00,1464.0 -13234,buy_contrast_m10_bb_pos,buy,2025-07-11 16:15:00,1459.0 -13235,buy_contrast_m10_bb_pos,buy,2025-07-11 16:18:00,1468.0 -13236,buy_contrast_m10_bb_pos,buy,2025-07-11 16:51:00,1468.0 -13237,buy_contrast_m10_bb_pos,buy,2025-07-11 16:54:00,1461.0 -13238,buy_contrast_m10_bb_pos,buy,2025-07-11 16:57:00,1464.0 -13239,buy_contrast_m10_bb_pos,buy,2025-07-11 17:00:00,1459.0 -13240,buy_contrast_m10_bb_pos,buy,2025-07-11 17:03:00,1470.0 -13241,buy_contrast_m10_bb_pos,buy,2025-07-11 17:06:00,1472.0 -13242,buy_contrast_m10_bb_pos,buy,2025-07-11 17:09:00,1473.0 -13243,buy_contrast_m10_bb_pos,buy,2025-07-11 20:12:00,1469.0 -13244,buy_contrast_m10_bb_pos,buy,2025-07-11 20:15:00,1467.0 -13245,buy_contrast_m10_bb_pos,buy,2025-07-11 20:18:00,1468.0 -13246,buy_contrast_m10_bb_pos,buy,2025-07-11 20:30:00,1472.0 -13247,buy_contrast_m10_bb_pos,buy,2025-07-11 20:33:00,1469.0 -13248,buy_contrast_m10_bb_pos,buy,2025-07-11 20:36:00,1471.0 -13249,buy_contrast_m10_bb_pos,buy,2025-07-11 20:39:00,1470.0 -13250,buy_contrast_m10_bb_pos,buy,2025-07-11 20:42:00,1470.0 -13251,buy_contrast_m10_bb_pos,buy,2025-07-11 20:45:00,1470.0 -13252,buy_contrast_m10_bb_pos,buy,2025-07-11 20:48:00,1466.0 -13253,buy_contrast_m10_bb_pos,buy,2025-07-11 21:00:00,1466.0 -13254,buy_contrast_m10_bb_pos,buy,2025-07-11 21:03:00,1467.0 -13255,buy_contrast_m10_bb_pos,buy,2025-07-11 21:06:00,1472.0 -13256,buy_contrast_m10_bb_pos,buy,2025-07-11 21:09:00,1471.0 -13257,buy_contrast_m10_bb_pos,buy,2025-07-11 21:30:00,1459.0 -13258,buy_contrast_m10_bb_pos,buy,2025-07-11 21:33:00,1460.0 -13259,buy_contrast_m10_bb_pos,buy,2025-07-11 21:36:00,1461.0 -13260,buy_contrast_m10_bb_pos,buy,2025-07-11 21:39:00,1459.0 -13261,buy_contrast_m10_bb_pos,buy,2025-07-11 21:42:00,1456.0 -13262,buy_contrast_m10_bb_pos,buy,2025-07-11 21:45:00,1459.0 -13263,buy_contrast_m10_bb_pos,buy,2025-07-11 21:48:00,1466.0 -13264,buy_contrast_m10_bb_pos,buy,2025-07-12 06:30:00,1447.0 -13265,buy_contrast_m10_bb_pos,buy,2025-07-12 06:33:00,1442.0 -13266,buy_contrast_m10_bb_pos,buy,2025-07-12 06:36:00,1440.0 -13267,buy_contrast_m10_bb_pos,buy,2025-07-12 06:39:00,1429.0 -13268,buy_contrast_m10_bb_pos,buy,2025-07-12 07:51:00,1377.0 -13269,buy_contrast_m10_bb_pos,buy,2025-07-12 07:54:00,1386.0 -13270,buy_contrast_m10_bb_pos,buy,2025-07-12 07:57:00,1384.0 -13271,buy_contrast_m10_bb_pos,buy,2025-07-12 09:42:00,1373.0 -13272,buy_contrast_m10_bb_pos,buy,2025-07-12 09:45:00,1371.0 -13273,buy_contrast_m10_bb_pos,buy,2025-07-12 09:48:00,1378.0 -13274,buy_contrast_m10_bb_pos,buy,2025-07-12 13:21:00,1404.0 -13275,buy_contrast_m10_bb_pos,buy,2025-07-12 13:24:00,1406.0 -13276,buy_contrast_m10_bb_pos,buy,2025-07-12 13:27:00,1404.0 -13277,buy_contrast_m10_bb_pos,buy,2025-07-12 13:30:00,1406.0 -13278,buy_contrast_m10_bb_pos,buy,2025-07-12 13:33:00,1402.0 -13279,buy_contrast_m10_bb_pos,buy,2025-07-12 13:36:00,1402.0 -13280,buy_contrast_m10_bb_pos,buy,2025-07-12 13:39:00,1397.0 -13281,buy_contrast_m10_bb_pos,buy,2025-07-12 21:30:00,1395.0 -13282,buy_contrast_m10_bb_pos,buy,2025-07-12 21:33:00,1398.0 -13283,buy_contrast_m10_bb_pos,buy,2025-07-12 21:36:00,1394.0 -13284,buy_contrast_m10_bb_pos,buy,2025-07-12 21:39:00,1389.0 -13285,buy_contrast_m10_bb_pos,buy,2025-07-12 22:00:00,1384.0 -13286,buy_contrast_m10_bb_pos,buy,2025-07-12 22:03:00,1380.0 -13287,buy_contrast_m10_bb_pos,buy,2025-07-12 22:06:00,1383.0 -13288,buy_contrast_m10_bb_pos,buy,2025-07-12 22:09:00,1381.0 -13289,buy_contrast_m10_bb_pos,buy,2025-07-12 22:12:00,1377.0 -13290,buy_contrast_m10_bb_pos,buy,2025-07-12 22:15:00,1382.0 -13291,buy_contrast_m10_bb_pos,buy,2025-07-12 22:18:00,1377.0 -13292,buy_contrast_m10_bb_pos,buy,2025-07-12 22:30:00,1371.0 -13293,buy_contrast_m10_bb_pos,buy,2025-07-12 22:33:00,1378.0 -13294,buy_contrast_m10_bb_pos,buy,2025-07-12 22:36:00,1374.0 -13295,buy_contrast_m10_bb_pos,buy,2025-07-12 22:39:00,1377.0 -13296,buy_contrast_m10_bb_pos,buy,2025-07-13 00:12:00,1369.0 -13297,buy_contrast_m10_bb_pos,buy,2025-07-13 00:15:00,1370.0 -13298,buy_contrast_m10_bb_pos,buy,2025-07-13 00:18:00,1376.0 -13299,buy_contrast_m10_bb_pos,buy,2025-07-13 00:30:00,1370.0 -13300,buy_contrast_m10_bb_pos,buy,2025-07-13 00:33:00,1361.0 -13301,buy_contrast_m10_bb_pos,buy,2025-07-13 00:36:00,1363.0 -13302,buy_contrast_m10_bb_pos,buy,2025-07-13 00:39:00,1358.0 -13303,buy_contrast_m10_bb_pos,buy,2025-07-13 00:51:00,1363.0 -13304,buy_contrast_m10_bb_pos,buy,2025-07-13 00:54:00,1359.0 -13305,buy_contrast_m10_bb_pos,buy,2025-07-13 00:57:00,1362.0 -13306,buy_contrast_m10_bb_pos,buy,2025-07-13 05:42:00,1385.0 -13307,buy_contrast_m10_bb_pos,buy,2025-07-13 05:45:00,1385.0 -13308,buy_contrast_m10_bb_pos,buy,2025-07-13 05:48:00,1385.0 -13309,buy_contrast_m10_bb_pos,buy,2025-07-13 07:21:00,1383.0 -13310,buy_contrast_m10_bb_pos,buy,2025-07-13 07:24:00,1385.0 -13311,buy_contrast_m10_bb_pos,buy,2025-07-13 07:27:00,1388.0 -13312,buy_contrast_m10_bb_pos,buy,2025-07-13 17:42:00,1405.0 -13313,buy_contrast_m10_bb_pos,buy,2025-07-13 17:45:00,1403.0 -13314,buy_contrast_m10_bb_pos,buy,2025-07-13 17:48:00,1399.0 -13315,buy_contrast_m10_bb_pos,buy,2025-07-13 18:12:00,1403.0 -13316,buy_contrast_m10_bb_pos,buy,2025-07-13 18:15:00,1402.0 -13317,buy_contrast_m10_bb_pos,buy,2025-07-13 18:18:00,1402.0 -13318,buy_contrast_m10_bb_pos,buy,2025-07-14 06:21:00,1438.0 -13319,buy_contrast_m10_bb_pos,buy,2025-07-14 06:24:00,1435.0 -13320,buy_contrast_m10_bb_pos,buy,2025-07-14 06:27:00,1438.0 -13321,buy_contrast_m10_bb_pos,buy,2025-07-14 17:30:00,1460.0 -13322,buy_contrast_m10_bb_pos,buy,2025-07-14 17:33:00,1462.0 -13323,buy_contrast_m10_bb_pos,buy,2025-07-14 17:36:00,1463.0 -13324,buy_contrast_m10_bb_pos,buy,2025-07-14 17:39:00,1464.0 -13325,buy_contrast_m10_bb_pos,buy,2025-07-14 18:21:00,1461.0 -13326,buy_contrast_m10_bb_pos,buy,2025-07-14 18:24:00,1465.0 -13327,buy_contrast_m10_bb_pos,buy,2025-07-14 18:27:00,1464.0 -13328,buy_contrast_m10_bb_pos,buy,2025-07-14 20:30:00,1456.0 -13329,buy_contrast_m10_bb_pos,buy,2025-07-14 20:33:00,1451.0 -13330,buy_contrast_m10_bb_pos,buy,2025-07-14 20:36:00,1449.0 -13331,buy_contrast_m10_bb_pos,buy,2025-07-14 20:39:00,1456.0 -13332,buy_contrast_m10_bb_pos,buy,2025-07-14 20:42:00,1456.0 -13333,buy_contrast_m10_bb_pos,buy,2025-07-14 20:45:00,1455.0 -13334,buy_contrast_m10_bb_pos,buy,2025-07-14 20:48:00,1454.0 -13335,buy_contrast_m10_bb_pos,buy,2025-07-14 20:51:00,1454.0 -13336,buy_contrast_m10_bb_pos,buy,2025-07-14 20:54:00,1453.0 -13337,buy_contrast_m10_bb_pos,buy,2025-07-14 20:57:00,1454.0 -13338,buy_contrast_m10_bb_pos,buy,2025-07-14 21:00:00,1453.0 -13339,buy_contrast_m10_bb_pos,buy,2025-07-14 21:03:00,1454.0 -13340,buy_contrast_m10_bb_pos,buy,2025-07-14 21:06:00,1454.0 -13341,buy_contrast_m10_bb_pos,buy,2025-07-14 21:09:00,1453.0 -13342,buy_contrast_m10_bb_pos,buy,2025-07-14 21:30:00,1451.0 -13343,buy_contrast_m10_bb_pos,buy,2025-07-14 21:33:00,1450.0 -13344,buy_contrast_m10_bb_pos,buy,2025-07-14 21:36:00,1449.0 -13345,buy_contrast_m10_bb_pos,buy,2025-07-14 21:39:00,1455.0 -13346,buy_contrast_m10_bb_pos,buy,2025-07-15 00:21:00,1431.0 -13347,buy_contrast_m10_bb_pos,buy,2025-07-15 00:24:00,1434.0 -13348,buy_contrast_m10_bb_pos,buy,2025-07-15 00:27:00,1435.0 -13349,buy_contrast_m10_bb_pos,buy,2025-07-15 00:51:00,1422.0 -13350,buy_contrast_m10_bb_pos,buy,2025-07-15 00:54:00,1417.0 -13351,buy_contrast_m10_bb_pos,buy,2025-07-15 00:57:00,1424.0 -13352,buy_contrast_m10_bb_pos,buy,2025-07-15 01:12:00,1420.0 -13353,buy_contrast_m10_bb_pos,buy,2025-07-15 01:15:00,1417.0 -13354,buy_contrast_m10_bb_pos,buy,2025-07-15 01:18:00,1427.0 -13355,buy_contrast_m10_bb_pos,buy,2025-07-15 03:12:00,1426.0 -13356,buy_contrast_m10_bb_pos,buy,2025-07-15 03:15:00,1424.0 -13357,buy_contrast_m10_bb_pos,buy,2025-07-15 03:18:00,1419.0 -13358,buy_contrast_m10_bb_pos,buy,2025-07-15 03:42:00,1423.0 -13359,buy_contrast_m10_bb_pos,buy,2025-07-15 03:45:00,1426.0 -13360,buy_contrast_m10_bb_pos,buy,2025-07-15 03:48:00,1424.0 -13361,buy_contrast_m10_bb_pos,buy,2025-07-15 04:12:00,1411.0 -13362,buy_contrast_m10_bb_pos,buy,2025-07-15 04:15:00,1407.0 -13363,buy_contrast_m10_bb_pos,buy,2025-07-15 04:18:00,1413.0 -13364,buy_contrast_m10_bb_pos,buy,2025-07-15 04:30:00,1415.0 -13365,buy_contrast_m10_bb_pos,buy,2025-07-15 04:33:00,1417.0 -13366,buy_contrast_m10_bb_pos,buy,2025-07-15 04:36:00,1418.0 -13367,buy_contrast_m10_bb_pos,buy,2025-07-15 04:39:00,1416.0 -13368,buy_contrast_m10_bb_pos,buy,2025-07-15 04:51:00,1414.0 -13369,buy_contrast_m10_bb_pos,buy,2025-07-15 04:54:00,1416.0 -13370,buy_contrast_m10_bb_pos,buy,2025-07-15 04:57:00,1412.0 -13371,buy_contrast_m10_bb_pos,buy,2025-07-15 05:12:00,1405.0 -13372,buy_contrast_m10_bb_pos,buy,2025-07-15 05:15:00,1404.0 -13373,buy_contrast_m10_bb_pos,buy,2025-07-15 05:18:00,1399.0 -13374,buy_contrast_m10_bb_pos,buy,2025-07-15 05:21:00,1404.0 -13375,buy_contrast_m10_bb_pos,buy,2025-07-15 05:24:00,1405.0 -13376,buy_contrast_m10_bb_pos,buy,2025-07-15 05:27:00,1407.0 -13377,buy_contrast_m10_bb_pos,buy,2025-07-15 09:51:00,1424.0 -13378,buy_contrast_m10_bb_pos,buy,2025-07-15 09:54:00,1427.0 -13379,buy_contrast_m10_bb_pos,buy,2025-07-15 09:57:00,1421.0 -13380,buy_contrast_m10_bb_pos,buy,2025-07-15 10:42:00,1416.0 -13381,buy_contrast_m10_bb_pos,buy,2025-07-15 10:45:00,1420.0 -13382,buy_contrast_m10_bb_pos,buy,2025-07-15 10:48:00,1424.0 -13383,buy_contrast_m10_bb_pos,buy,2025-07-15 11:00:00,1409.0 -13384,buy_contrast_m10_bb_pos,buy,2025-07-15 11:03:00,1414.0 -13385,buy_contrast_m10_bb_pos,buy,2025-07-15 11:06:00,1418.0 -13386,buy_contrast_m10_bb_pos,buy,2025-07-15 11:09:00,1417.0 -13387,buy_contrast_m10_bb_pos,buy,2025-07-15 11:21:00,1405.0 -13388,buy_contrast_m10_bb_pos,buy,2025-07-15 11:24:00,1403.0 -13389,buy_contrast_m10_bb_pos,buy,2025-07-15 11:27:00,1398.0 -13390,buy_contrast_m10_bb_pos,buy,2025-07-15 11:30:00,1400.0 -13391,buy_contrast_m10_bb_pos,buy,2025-07-15 11:33:00,1404.0 -13392,buy_contrast_m10_bb_pos,buy,2025-07-15 11:36:00,1401.0 -13393,buy_contrast_m10_bb_pos,buy,2025-07-15 11:39:00,1407.0 -13394,buy_contrast_m10_bb_pos,buy,2025-07-15 12:30:00,1381.0 -13395,buy_contrast_m10_bb_pos,buy,2025-07-15 12:33:00,1375.0 -13396,buy_contrast_m10_bb_pos,buy,2025-07-15 12:36:00,1372.0 -13397,buy_contrast_m10_bb_pos,buy,2025-07-15 12:39:00,1377.0 -13398,buy_contrast_m10_bb_pos,buy,2025-07-15 12:42:00,1376.0 -13399,buy_contrast_m10_bb_pos,buy,2025-07-15 12:45:00,1376.0 -13400,buy_contrast_m10_bb_pos,buy,2025-07-15 12:48:00,1381.0 -13401,buy_contrast_m10_bb_pos,buy,2025-07-15 13:12:00,1375.0 -13402,buy_contrast_m10_bb_pos,buy,2025-07-15 13:15:00,1379.0 -13403,buy_contrast_m10_bb_pos,buy,2025-07-15 13:18:00,1381.0 -13404,buy_contrast_m10_bb_pos,buy,2025-07-15 16:51:00,1386.0 -13405,buy_contrast_m10_bb_pos,buy,2025-07-15 16:54:00,1390.0 -13406,buy_contrast_m10_bb_pos,buy,2025-07-15 16:57:00,1391.0 -13407,buy_contrast_m10_bb_pos,buy,2025-07-15 17:00:00,1387.0 -13408,buy_contrast_m10_bb_pos,buy,2025-07-15 17:03:00,1384.0 -13409,buy_contrast_m10_bb_pos,buy,2025-07-15 17:06:00,1383.0 -13410,buy_contrast_m10_bb_pos,buy,2025-07-15 17:09:00,1386.0 -13411,buy_contrast_m10_bb_pos,buy,2025-07-15 18:00:00,1382.0 -13412,buy_contrast_m10_bb_pos,buy,2025-07-15 18:03:00,1385.0 -13413,buy_contrast_m10_bb_pos,buy,2025-07-15 18:06:00,1388.0 -13414,buy_contrast_m10_bb_pos,buy,2025-07-15 18:09:00,1389.0 -13415,buy_contrast_m10_bb_pos,buy,2025-07-15 19:00:00,1382.0 -13416,buy_contrast_m10_bb_pos,buy,2025-07-15 19:03:00,1384.0 -13417,buy_contrast_m10_bb_pos,buy,2025-07-15 19:06:00,1385.0 -13418,buy_contrast_m10_bb_pos,buy,2025-07-15 19:09:00,1387.0 -13419,buy_contrast_m10_bb_pos,buy,2025-07-15 20:42:00,1376.0 -13420,buy_contrast_m10_bb_pos,buy,2025-07-15 20:45:00,1378.0 -13421,buy_contrast_m10_bb_pos,buy,2025-07-15 20:48:00,1373.0 -13422,buy_contrast_m10_bb_pos,buy,2025-07-15 20:51:00,1375.0 -13423,buy_contrast_m10_bb_pos,buy,2025-07-15 20:54:00,1377.0 -13424,buy_contrast_m10_bb_pos,buy,2025-07-15 20:57:00,1383.0 -13425,buy_contrast_m10_bb_pos,buy,2025-07-15 21:21:00,1375.0 -13426,buy_contrast_m10_bb_pos,buy,2025-07-15 21:24:00,1375.0 -13427,buy_contrast_m10_bb_pos,buy,2025-07-15 21:27:00,1373.0 -13428,buy_contrast_m10_bb_pos,buy,2025-07-16 00:00:00,1371.0 -13429,buy_contrast_m10_bb_pos,buy,2025-07-16 00:03:00,1374.0 -13430,buy_contrast_m10_bb_pos,buy,2025-07-16 00:06:00,1376.0 -13431,buy_contrast_m10_bb_pos,buy,2025-07-16 00:09:00,1382.0 -13432,buy_contrast_m10_bb_pos,buy,2025-07-16 04:51:00,1419.0 -13433,buy_contrast_m10_bb_pos,buy,2025-07-16 04:54:00,1421.0 -13434,buy_contrast_m10_bb_pos,buy,2025-07-16 04:57:00,1424.0 -13435,buy_contrast_m10_bb_pos,buy,2025-07-16 11:12:00,1468.0 -13436,buy_contrast_m10_bb_pos,buy,2025-07-16 11:15:00,1468.0 -13437,buy_contrast_m10_bb_pos,buy,2025-07-16 11:18:00,1464.0 -13438,buy_contrast_m10_bb_pos,buy,2025-07-16 12:00:00,1447.0 -13439,buy_contrast_m10_bb_pos,buy,2025-07-16 12:03:00,1452.0 -13440,buy_contrast_m10_bb_pos,buy,2025-07-16 12:06:00,1452.0 -13441,buy_contrast_m10_bb_pos,buy,2025-07-16 12:09:00,1450.0 -13442,buy_contrast_m10_bb_pos,buy,2025-07-16 12:12:00,1445.0 -13443,buy_contrast_m10_bb_pos,buy,2025-07-16 12:15:00,1445.0 -13444,buy_contrast_m10_bb_pos,buy,2025-07-16 12:18:00,1446.0 -13445,buy_contrast_m10_bb_pos,buy,2025-07-16 20:12:00,1460.0 -13446,buy_contrast_m10_bb_pos,buy,2025-07-16 20:15:00,1462.0 -13447,buy_contrast_m10_bb_pos,buy,2025-07-16 20:18:00,1459.0 -13448,buy_contrast_m10_bb_pos,buy,2025-07-16 20:21:00,1459.0 -13449,buy_contrast_m10_bb_pos,buy,2025-07-16 20:24:00,1460.0 -13450,buy_contrast_m10_bb_pos,buy,2025-07-16 20:27:00,1465.0 -13451,buy_contrast_m10_bb_pos,buy,2025-07-17 04:42:00,1518.0 -13452,buy_contrast_m10_bb_pos,buy,2025-07-17 04:45:00,1518.0 -13453,buy_contrast_m10_bb_pos,buy,2025-07-17 04:48:00,1518.0 -13454,buy_contrast_m10_bb_pos,buy,2025-07-17 04:51:00,1513.0 -13455,buy_contrast_m10_bb_pos,buy,2025-07-17 04:54:00,1511.0 -13456,buy_contrast_m10_bb_pos,buy,2025-07-17 04:57:00,1515.0 -13457,buy_contrast_m10_bb_pos,buy,2025-07-17 07:51:00,1522.0 -13458,buy_contrast_m10_bb_pos,buy,2025-07-17 07:54:00,1519.0 -13459,buy_contrast_m10_bb_pos,buy,2025-07-17 07:57:00,1521.0 -13460,buy_contrast_m10_bb_pos,buy,2025-07-17 08:30:00,1510.0 -13461,buy_contrast_m10_bb_pos,buy,2025-07-17 08:33:00,1507.0 -13462,buy_contrast_m10_bb_pos,buy,2025-07-17 08:36:00,1503.0 -13463,buy_contrast_m10_bb_pos,buy,2025-07-17 08:39:00,1504.0 -13464,buy_contrast_m10_bb_pos,buy,2025-07-17 08:42:00,1508.0 -13465,buy_contrast_m10_bb_pos,buy,2025-07-17 08:45:00,1513.0 -13466,buy_contrast_m10_bb_pos,buy,2025-07-17 08:48:00,1512.0 -13467,buy_contrast_m10_bb_pos,buy,2025-07-17 08:51:00,1504.0 -13468,buy_contrast_m10_bb_pos,buy,2025-07-17 08:54:00,1506.0 -13469,buy_contrast_m10_bb_pos,buy,2025-07-17 08:57:00,1505.0 -13470,buy_contrast_m10_bb_pos,buy,2025-07-17 09:00:00,1505.0 -13471,buy_contrast_m10_bb_pos,buy,2025-07-17 09:03:00,1508.0 -13472,buy_contrast_m10_bb_pos,buy,2025-07-17 09:06:00,1509.0 -13473,buy_contrast_m10_bb_pos,buy,2025-07-17 09:09:00,1502.0 -13474,buy_contrast_m10_bb_pos,buy,2025-07-17 12:21:00,1503.0 -13475,buy_contrast_m10_bb_pos,buy,2025-07-17 12:24:00,1500.0 -13476,buy_contrast_m10_bb_pos,buy,2025-07-17 12:27:00,1491.0 -13477,buy_contrast_m10_bb_pos,buy,2025-07-17 12:30:00,1489.0 -13478,buy_contrast_m10_bb_pos,buy,2025-07-17 12:33:00,1487.0 -13479,buy_contrast_m10_bb_pos,buy,2025-07-17 12:36:00,1492.0 -13480,buy_contrast_m10_bb_pos,buy,2025-07-17 12:39:00,1485.0 -13481,buy_contrast_m10_bb_pos,buy,2025-07-17 12:42:00,1485.0 -13482,buy_contrast_m10_bb_pos,buy,2025-07-17 12:45:00,1488.0 -13483,buy_contrast_m10_bb_pos,buy,2025-07-17 12:48:00,1492.0 -13484,buy_contrast_m10_bb_pos,buy,2025-07-17 20:42:00,1523.0 -13485,buy_contrast_m10_bb_pos,buy,2025-07-17 20:45:00,1522.0 -13486,buy_contrast_m10_bb_pos,buy,2025-07-17 20:48:00,1520.0 -13487,buy_contrast_m10_bb_pos,buy,2025-07-17 20:51:00,1523.0 -13488,buy_contrast_m10_bb_pos,buy,2025-07-17 20:54:00,1525.0 -13489,buy_contrast_m10_bb_pos,buy,2025-07-17 20:57:00,1519.0 -13490,buy_contrast_m10_bb_pos,buy,2025-07-17 21:21:00,1508.0 -13491,buy_contrast_m10_bb_pos,buy,2025-07-17 21:24:00,1507.0 -13492,buy_contrast_m10_bb_pos,buy,2025-07-17 21:27:00,1509.0 -13493,buy_contrast_m10_bb_pos,buy,2025-07-17 23:21:00,1508.0 -13494,buy_contrast_m10_bb_pos,buy,2025-07-17 23:24:00,1514.0 -13495,buy_contrast_m10_bb_pos,buy,2025-07-17 23:27:00,1521.0 -13496,buy_contrast_m10_bb_pos,buy,2025-07-18 00:51:00,1511.0 -13497,buy_contrast_m10_bb_pos,buy,2025-07-18 00:54:00,1518.0 -13498,buy_contrast_m10_bb_pos,buy,2025-07-18 00:57:00,1517.0 -13499,buy_contrast_m10_bb_pos,buy,2025-07-18 01:51:00,1480.0 -13500,buy_contrast_m10_bb_pos,buy,2025-07-18 01:54:00,1476.0 -13501,buy_contrast_m10_bb_pos,buy,2025-07-18 01:57:00,1474.0 -13502,buy_contrast_m10_bb_pos,buy,2025-07-18 02:00:00,1481.0 -13503,buy_contrast_m10_bb_pos,buy,2025-07-18 02:03:00,1476.0 -13504,buy_contrast_m10_bb_pos,buy,2025-07-18 02:06:00,1478.0 -13505,buy_contrast_m10_bb_pos,buy,2025-07-18 02:09:00,1484.0 -13506,buy_contrast_m10_bb_pos,buy,2025-07-18 04:51:00,1476.0 -13507,buy_contrast_m10_bb_pos,buy,2025-07-18 04:54:00,1474.0 -13508,buy_contrast_m10_bb_pos,buy,2025-07-18 04:57:00,1462.0 -13509,buy_contrast_m10_bb_pos,buy,2025-07-18 05:30:00,1462.0 -13510,buy_contrast_m10_bb_pos,buy,2025-07-18 05:33:00,1468.0 -13511,buy_contrast_m10_bb_pos,buy,2025-07-18 05:36:00,1466.0 -13512,buy_contrast_m10_bb_pos,buy,2025-07-18 05:39:00,1471.0 -13513,buy_contrast_m10_bb_pos,buy,2025-07-18 17:12:00,1594.0 -13514,buy_contrast_m10_bb_pos,buy,2025-07-18 17:15:00,1593.0 -13515,buy_contrast_m10_bb_pos,buy,2025-07-18 17:18:00,1601.0 -13516,buy_contrast_m10_bb_pos,buy,2025-07-18 17:42:00,1569.0 -13517,buy_contrast_m10_bb_pos,buy,2025-07-18 17:45:00,1563.0 -13518,buy_contrast_m10_bb_pos,buy,2025-07-18 17:48:00,1570.0 -13519,buy_contrast_m10_bb_pos,buy,2025-07-18 17:51:00,1572.0 -13520,buy_contrast_m10_bb_pos,buy,2025-07-18 17:54:00,1580.0 -13521,buy_contrast_m10_bb_pos,buy,2025-07-18 17:57:00,1581.0 -13522,buy_contrast_m10_bb_pos,buy,2025-07-18 18:00:00,1577.0 -13523,buy_contrast_m10_bb_pos,buy,2025-07-18 18:03:00,1570.0 -13524,buy_contrast_m10_bb_pos,buy,2025-07-18 18:06:00,1569.0 -13525,buy_contrast_m10_bb_pos,buy,2025-07-18 18:09:00,1573.0 -13526,buy_contrast_m10_bb_pos,buy,2025-07-18 18:12:00,1580.0 -13527,buy_contrast_m10_bb_pos,buy,2025-07-18 18:15:00,1587.0 -13528,buy_contrast_m10_bb_pos,buy,2025-07-18 18:18:00,1580.0 -13529,buy_contrast_m10_bb_pos,buy,2025-07-18 20:21:00,1565.0 -13530,buy_contrast_m10_bb_pos,buy,2025-07-18 20:24:00,1560.0 -13531,buy_contrast_m10_bb_pos,buy,2025-07-18 20:27:00,1567.0 -13532,buy_contrast_m10_bb_pos,buy,2025-07-18 20:30:00,1567.0 -13533,buy_contrast_m10_bb_pos,buy,2025-07-18 20:33:00,1568.0 -13534,buy_contrast_m10_bb_pos,buy,2025-07-18 20:36:00,1574.0 -13535,buy_contrast_m10_bb_pos,buy,2025-07-18 20:39:00,1577.0 -13536,buy_contrast_m10_bb_pos,buy,2025-07-19 00:21:00,1578.0 -13537,buy_contrast_m10_bb_pos,buy,2025-07-19 00:24:00,1576.0 -13538,buy_contrast_m10_bb_pos,buy,2025-07-19 00:27:00,1573.0 -13539,buy_contrast_m10_bb_pos,buy,2025-07-19 00:30:00,1572.0 -13540,buy_contrast_m10_bb_pos,buy,2025-07-19 00:33:00,1570.0 -13541,buy_contrast_m10_bb_pos,buy,2025-07-19 00:36:00,1570.0 -13542,buy_contrast_m10_bb_pos,buy,2025-07-19 00:39:00,1571.0 -13543,buy_contrast_m10_bb_pos,buy,2025-07-19 00:42:00,1565.0 -13544,buy_contrast_m10_bb_pos,buy,2025-07-19 00:45:00,1562.0 -13545,buy_contrast_m10_bb_pos,buy,2025-07-19 00:48:00,1569.0 -13546,buy_contrast_m10_bb_pos,buy,2025-07-19 00:51:00,1569.0 -13547,buy_contrast_m10_bb_pos,buy,2025-07-19 00:54:00,1572.0 -13548,buy_contrast_m10_bb_pos,buy,2025-07-19 00:57:00,1566.0 -13549,buy_contrast_m10_bb_pos,buy,2025-07-19 01:00:00,1563.0 -13550,buy_contrast_m10_bb_pos,buy,2025-07-19 01:03:00,1563.0 -13551,buy_contrast_m10_bb_pos,buy,2025-07-19 01:06:00,1567.0 -13552,buy_contrast_m10_bb_pos,buy,2025-07-19 01:09:00,1554.0 -13553,buy_contrast_m10_bb_pos,buy,2025-07-19 01:12:00,1565.0 -13554,buy_contrast_m10_bb_pos,buy,2025-07-19 01:15:00,1563.0 -13555,buy_contrast_m10_bb_pos,buy,2025-07-19 01:18:00,1560.0 -13556,buy_contrast_m10_bb_pos,buy,2025-07-19 03:21:00,1558.0 -13557,buy_contrast_m10_bb_pos,buy,2025-07-19 03:24:00,1559.0 -13558,buy_contrast_m10_bb_pos,buy,2025-07-19 03:27:00,1559.0 -13559,buy_contrast_m10_bb_pos,buy,2025-07-19 04:00:00,1552.0 -13560,buy_contrast_m10_bb_pos,buy,2025-07-19 04:03:00,1544.0 -13561,buy_contrast_m10_bb_pos,buy,2025-07-19 04:06:00,1540.0 -13562,buy_contrast_m10_bb_pos,buy,2025-07-19 04:09:00,1535.0 -13563,buy_contrast_m10_bb_pos,buy,2025-07-19 04:51:00,1539.0 -13564,buy_contrast_m10_bb_pos,buy,2025-07-19 04:54:00,1549.0 -13565,buy_contrast_m10_bb_pos,buy,2025-07-19 04:57:00,1550.0 -13566,buy_contrast_m10_bb_pos,buy,2025-07-19 05:12:00,1541.0 -13567,buy_contrast_m10_bb_pos,buy,2025-07-19 05:15:00,1543.0 -13568,buy_contrast_m10_bb_pos,buy,2025-07-19 05:18:00,1545.0 -13569,buy_contrast_m10_bb_pos,buy,2025-07-19 05:21:00,1543.0 -13570,buy_contrast_m10_bb_pos,buy,2025-07-19 05:24:00,1526.0 -13571,buy_contrast_m10_bb_pos,buy,2025-07-19 05:27:00,1526.0 -13572,buy_contrast_m10_bb_pos,buy,2025-07-19 10:21:00,1528.0 -13573,buy_contrast_m10_bb_pos,buy,2025-07-19 10:24:00,1532.0 -13574,buy_contrast_m10_bb_pos,buy,2025-07-19 10:27:00,1531.0 -13575,buy_contrast_m10_bb_pos,buy,2025-07-19 15:30:00,1575.0 -13576,buy_contrast_m10_bb_pos,buy,2025-07-19 15:33:00,1576.0 -13577,buy_contrast_m10_bb_pos,buy,2025-07-19 15:36:00,1579.0 -13578,buy_contrast_m10_bb_pos,buy,2025-07-19 15:39:00,1582.0 -13579,buy_contrast_m10_bb_pos,buy,2025-07-19 16:30:00,1575.0 -13580,buy_contrast_m10_bb_pos,buy,2025-07-19 16:33:00,1568.0 -13581,buy_contrast_m10_bb_pos,buy,2025-07-19 16:36:00,1565.0 -13582,buy_contrast_m10_bb_pos,buy,2025-07-19 16:39:00,1569.0 -13583,buy_contrast_m10_bb_pos,buy,2025-07-19 17:00:00,1567.0 -13584,buy_contrast_m10_bb_pos,buy,2025-07-19 17:03:00,1564.0 -13585,buy_contrast_m10_bb_pos,buy,2025-07-19 17:06:00,1568.0 -13586,buy_contrast_m10_bb_pos,buy,2025-07-19 17:09:00,1567.0 -13587,buy_contrast_m10_bb_pos,buy,2025-07-19 17:12:00,1560.0 -13588,buy_contrast_m10_bb_pos,buy,2025-07-19 17:15:00,1557.0 -13589,buy_contrast_m10_bb_pos,buy,2025-07-19 17:18:00,1557.0 -13590,buy_contrast_m10_bb_pos,buy,2025-07-19 17:30:00,1557.0 -13591,buy_contrast_m10_bb_pos,buy,2025-07-19 17:33:00,1556.0 -13592,buy_contrast_m10_bb_pos,buy,2025-07-19 17:36:00,1553.0 -13593,buy_contrast_m10_bb_pos,buy,2025-07-19 17:39:00,1552.0 -13594,buy_contrast_m10_bb_pos,buy,2025-07-19 17:42:00,1552.0 -13595,buy_contrast_m10_bb_pos,buy,2025-07-19 17:45:00,1554.0 -13596,buy_contrast_m10_bb_pos,buy,2025-07-19 17:48:00,1557.0 -13597,buy_contrast_m10_bb_pos,buy,2025-07-19 18:00:00,1555.0 -13598,buy_contrast_m10_bb_pos,buy,2025-07-19 18:03:00,1556.0 -13599,buy_contrast_m10_bb_pos,buy,2025-07-19 18:06:00,1558.0 -13600,buy_contrast_m10_bb_pos,buy,2025-07-19 18:09:00,1562.0 -13601,buy_contrast_m10_bb_pos,buy,2025-07-19 20:21:00,1554.0 -13602,buy_contrast_m10_bb_pos,buy,2025-07-19 20:24:00,1556.0 -13603,buy_contrast_m10_bb_pos,buy,2025-07-19 20:27:00,1557.0 -13604,buy_contrast_m10_bb_pos,buy,2025-07-19 20:51:00,1550.0 -13605,buy_contrast_m10_bb_pos,buy,2025-07-19 20:54:00,1549.0 -13606,buy_contrast_m10_bb_pos,buy,2025-07-19 20:57:00,1550.0 -13607,buy_contrast_m10_bb_pos,buy,2025-07-19 21:12:00,1546.0 -13608,buy_contrast_m10_bb_pos,buy,2025-07-19 21:15:00,1541.0 -13609,buy_contrast_m10_bb_pos,buy,2025-07-19 21:18:00,1543.0 -13610,buy_contrast_m10_bb_pos,buy,2025-07-19 21:21:00,1548.0 -13611,buy_contrast_m10_bb_pos,buy,2025-07-19 21:24:00,1553.0 -13612,buy_contrast_m10_bb_pos,buy,2025-07-19 21:27:00,1555.0 -13613,buy_contrast_m10_bb_pos,buy,2025-07-19 21:42:00,1547.0 -13614,buy_contrast_m10_bb_pos,buy,2025-07-19 21:45:00,1549.0 -13615,buy_contrast_m10_bb_pos,buy,2025-07-19 21:48:00,1554.0 -13616,buy_contrast_m10_bb_pos,buy,2025-07-19 22:51:00,1541.0 -13617,buy_contrast_m10_bb_pos,buy,2025-07-19 22:54:00,1542.0 -13618,buy_contrast_m10_bb_pos,buy,2025-07-19 22:57:00,1540.0 -13619,buy_contrast_m10_bb_pos,buy,2025-07-19 23:12:00,1537.0 -13620,buy_contrast_m10_bb_pos,buy,2025-07-19 23:15:00,1534.0 -13621,buy_contrast_m10_bb_pos,buy,2025-07-19 23:18:00,1540.0 -13622,buy_contrast_m10_bb_pos,buy,2025-07-19 23:42:00,1534.0 -13623,buy_contrast_m10_bb_pos,buy,2025-07-19 23:45:00,1537.0 -13624,buy_contrast_m10_bb_pos,buy,2025-07-19 23:48:00,1535.0 -13625,buy_contrast_m10_bb_pos,buy,2025-07-19 23:51:00,1534.0 -13626,buy_contrast_m10_bb_pos,buy,2025-07-19 23:54:00,1531.0 -13627,buy_contrast_m10_bb_pos,buy,2025-07-19 23:57:00,1530.0 -13628,buy_contrast_m10_bb_pos,buy,2025-07-20 09:30:00,1561.0 -13629,buy_contrast_m10_bb_pos,buy,2025-07-20 09:33:00,1562.0 -13630,buy_contrast_m10_bb_pos,buy,2025-07-20 09:36:00,1565.0 -13631,buy_contrast_m10_bb_pos,buy,2025-07-20 09:39:00,1568.0 -13632,buy_contrast_m10_bb_pos,buy,2025-07-20 11:12:00,1565.0 -13633,buy_contrast_m10_bb_pos,buy,2025-07-20 11:15:00,1567.0 -13634,buy_contrast_m10_bb_pos,buy,2025-07-20 11:18:00,1574.0 -13635,buy_contrast_m10_bb_pos,buy,2025-07-21 05:12:00,1699.0 -13636,buy_contrast_m10_bb_pos,buy,2025-07-21 05:15:00,1699.0 -13637,buy_contrast_m10_bb_pos,buy,2025-07-21 05:18:00,1709.0 -13638,buy_contrast_m10_bb_pos,buy,2025-07-21 05:30:00,1700.0 -13639,buy_contrast_m10_bb_pos,buy,2025-07-21 05:33:00,1705.0 -13640,buy_contrast_m10_bb_pos,buy,2025-07-21 05:36:00,1702.0 -13641,buy_contrast_m10_bb_pos,buy,2025-07-21 05:39:00,1706.0 -13642,buy_contrast_m10_bb_pos,buy,2025-07-21 06:30:00,1686.0 -13643,buy_contrast_m10_bb_pos,buy,2025-07-21 06:33:00,1681.0 -13644,buy_contrast_m10_bb_pos,buy,2025-07-21 06:36:00,1683.0 -13645,buy_contrast_m10_bb_pos,buy,2025-07-21 06:39:00,1674.0 -13646,buy_contrast_m10_bb_pos,buy,2025-07-21 06:42:00,1680.0 -13647,buy_contrast_m10_bb_pos,buy,2025-07-21 06:45:00,1679.0 -13648,buy_contrast_m10_bb_pos,buy,2025-07-21 06:48:00,1679.0 -13649,buy_contrast_m10_bb_pos,buy,2025-07-21 06:51:00,1682.0 -13650,buy_contrast_m10_bb_pos,buy,2025-07-21 06:54:00,1685.0 -13651,buy_contrast_m10_bb_pos,buy,2025-07-21 06:57:00,1685.0 -13652,buy_contrast_m10_bb_pos,buy,2025-07-21 07:12:00,1677.0 -13653,buy_contrast_m10_bb_pos,buy,2025-07-21 07:15:00,1666.0 -13654,buy_contrast_m10_bb_pos,buy,2025-07-21 07:18:00,1654.0 -13655,buy_contrast_m10_bb_pos,buy,2025-07-21 07:30:00,1666.0 -13656,buy_contrast_m10_bb_pos,buy,2025-07-21 07:33:00,1669.0 -13657,buy_contrast_m10_bb_pos,buy,2025-07-21 07:36:00,1671.0 -13658,buy_contrast_m10_bb_pos,buy,2025-07-21 07:39:00,1674.0 -13659,buy_contrast_m10_bb_pos,buy,2025-07-21 09:12:00,1659.0 -13660,buy_contrast_m10_bb_pos,buy,2025-07-21 09:15:00,1652.0 -13661,buy_contrast_m10_bb_pos,buy,2025-07-21 09:18:00,1651.0 -13662,buy_contrast_m10_bb_pos,buy,2025-07-21 09:42:00,1658.0 -13663,buy_contrast_m10_bb_pos,buy,2025-07-21 09:45:00,1653.0 -13664,buy_contrast_m10_bb_pos,buy,2025-07-21 09:48:00,1653.0 -13665,buy_contrast_m10_bb_pos,buy,2025-07-21 10:30:00,1652.0 -13666,buy_contrast_m10_bb_pos,buy,2025-07-21 10:33:00,1654.0 -13667,buy_contrast_m10_bb_pos,buy,2025-07-21 10:36:00,1647.0 -13668,buy_contrast_m10_bb_pos,buy,2025-07-21 10:39:00,1639.0 -13669,buy_contrast_m10_bb_pos,buy,2025-07-21 18:30:00,1684.0 -13670,buy_contrast_m10_bb_pos,buy,2025-07-21 18:33:00,1688.0 -13671,buy_contrast_m10_bb_pos,buy,2025-07-21 18:36:00,1693.0 -13672,buy_contrast_m10_bb_pos,buy,2025-07-21 18:39:00,1690.0 -13673,buy_contrast_m10_bb_pos,buy,2025-07-21 22:12:00,1681.0 -13674,buy_contrast_m10_bb_pos,buy,2025-07-21 22:15:00,1678.0 -13675,buy_contrast_m10_bb_pos,buy,2025-07-21 22:18:00,1687.0 -13676,buy_contrast_m10_bb_pos,buy,2025-07-22 01:30:00,1669.0 -13677,buy_contrast_m10_bb_pos,buy,2025-07-22 01:33:00,1668.0 -13678,buy_contrast_m10_bb_pos,buy,2025-07-22 01:36:00,1676.0 -13679,buy_contrast_m10_bb_pos,buy,2025-07-22 01:39:00,1673.0 -13680,buy_contrast_m10_bb_pos,buy,2025-07-22 01:42:00,1671.0 -13681,buy_contrast_m10_bb_pos,buy,2025-07-22 01:45:00,1668.0 -13682,buy_contrast_m10_bb_pos,buy,2025-07-22 01:48:00,1660.0 -13683,buy_contrast_m10_bb_pos,buy,2025-07-22 01:51:00,1666.0 -13684,buy_contrast_m10_bb_pos,buy,2025-07-22 01:54:00,1671.0 -13685,buy_contrast_m10_bb_pos,buy,2025-07-22 01:57:00,1677.0 -13686,buy_contrast_m10_bb_pos,buy,2025-07-22 04:00:00,1651.0 -13687,buy_contrast_m10_bb_pos,buy,2025-07-22 04:03:00,1655.0 -13688,buy_contrast_m10_bb_pos,buy,2025-07-22 04:06:00,1657.0 -13689,buy_contrast_m10_bb_pos,buy,2025-07-22 04:09:00,1661.0 -13690,buy_contrast_m10_bb_pos,buy,2025-07-22 04:21:00,1651.0 -13691,buy_contrast_m10_bb_pos,buy,2025-07-22 04:24:00,1653.0 -13692,buy_contrast_m10_bb_pos,buy,2025-07-22 04:27:00,1650.0 -13693,buy_contrast_m10_bb_pos,buy,2025-07-22 04:42:00,1646.0 -13694,buy_contrast_m10_bb_pos,buy,2025-07-22 04:45:00,1645.0 -13695,buy_contrast_m10_bb_pos,buy,2025-07-22 04:48:00,1645.0 -13696,buy_contrast_m10_bb_pos,buy,2025-07-22 04:51:00,1640.0 -13697,buy_contrast_m10_bb_pos,buy,2025-07-22 04:54:00,1640.0 -13698,buy_contrast_m10_bb_pos,buy,2025-07-22 04:57:00,1641.0 -13699,buy_contrast_m10_bb_pos,buy,2025-07-22 05:00:00,1638.0 -13700,buy_contrast_m10_bb_pos,buy,2025-07-22 05:03:00,1635.0 -13701,buy_contrast_m10_bb_pos,buy,2025-07-22 05:06:00,1639.0 -13702,buy_contrast_m10_bb_pos,buy,2025-07-22 05:09:00,1643.0 -13703,buy_contrast_m10_bb_pos,buy,2025-07-22 13:30:00,1637.0 -13704,buy_contrast_m10_bb_pos,buy,2025-07-22 13:33:00,1653.0 -13705,buy_contrast_m10_bb_pos,buy,2025-07-22 13:36:00,1651.0 -13706,buy_contrast_m10_bb_pos,buy,2025-07-22 13:39:00,1651.0 -13707,buy_contrast_m10_bb_pos,buy,2025-07-22 13:51:00,1627.0 -13708,buy_contrast_m10_bb_pos,buy,2025-07-22 13:54:00,1618.0 -13709,buy_contrast_m10_bb_pos,buy,2025-07-22 13:57:00,1619.0 -13710,buy_contrast_m10_bb_pos,buy,2025-07-22 14:12:00,1628.0 -13711,buy_contrast_m10_bb_pos,buy,2025-07-22 14:15:00,1636.0 -13712,buy_contrast_m10_bb_pos,buy,2025-07-22 14:18:00,1633.0 -13713,buy_contrast_m10_bb_pos,buy,2025-07-22 14:51:00,1615.0 -13714,buy_contrast_m10_bb_pos,buy,2025-07-22 14:54:00,1629.0 -13715,buy_contrast_m10_bb_pos,buy,2025-07-22 14:57:00,1626.0 -13716,buy_contrast_m10_bb_pos,buy,2025-07-22 17:12:00,1610.0 -13717,buy_contrast_m10_bb_pos,buy,2025-07-22 17:15:00,1604.0 -13718,buy_contrast_m10_bb_pos,buy,2025-07-22 17:18:00,1606.0 -13719,buy_contrast_m10_bb_pos,buy,2025-07-22 17:21:00,1613.0 -13720,buy_contrast_m10_bb_pos,buy,2025-07-22 17:24:00,1605.0 -13721,buy_contrast_m10_bb_pos,buy,2025-07-22 17:27:00,1598.0 -13722,buy_contrast_m10_bb_pos,buy,2025-07-22 18:12:00,1605.0 -13723,buy_contrast_m10_bb_pos,buy,2025-07-22 18:15:00,1606.0 -13724,buy_contrast_m10_bb_pos,buy,2025-07-22 18:18:00,1600.0 -13725,buy_contrast_m10_bb_pos,buy,2025-07-22 18:21:00,1602.0 -13726,buy_contrast_m10_bb_pos,buy,2025-07-22 18:24:00,1608.0 -13727,buy_contrast_m10_bb_pos,buy,2025-07-22 18:27:00,1613.0 -13728,buy_contrast_m10_bb_pos,buy,2025-07-23 00:51:00,1663.0 -13729,buy_contrast_m10_bb_pos,buy,2025-07-23 00:54:00,1665.0 -13730,buy_contrast_m10_bb_pos,buy,2025-07-23 00:57:00,1662.0 -13731,buy_contrast_m10_bb_pos,buy,2025-07-23 01:00:00,1661.0 -13732,buy_contrast_m10_bb_pos,buy,2025-07-23 01:03:00,1655.0 -13733,buy_contrast_m10_bb_pos,buy,2025-07-23 01:06:00,1662.0 -13734,buy_contrast_m10_bb_pos,buy,2025-07-23 01:09:00,1668.0 -13735,buy_contrast_m10_bb_pos,buy,2025-07-23 01:42:00,1652.0 -13736,buy_contrast_m10_bb_pos,buy,2025-07-23 01:45:00,1655.0 -13737,buy_contrast_m10_bb_pos,buy,2025-07-23 01:48:00,1653.0 -13738,buy_contrast_m10_bb_pos,buy,2025-07-23 01:51:00,1653.0 -13739,buy_contrast_m10_bb_pos,buy,2025-07-23 01:54:00,1655.0 -13740,buy_contrast_m10_bb_pos,buy,2025-07-23 01:57:00,1657.0 -13741,buy_contrast_m10_bb_pos,buy,2025-07-23 02:00:00,1653.0 -13742,buy_contrast_m10_bb_pos,buy,2025-07-23 02:03:00,1656.0 -13743,buy_contrast_m10_bb_pos,buy,2025-07-23 02:06:00,1655.0 -13744,buy_contrast_m10_bb_pos,buy,2025-07-23 02:09:00,1650.0 -13745,buy_contrast_m10_bb_pos,buy,2025-07-23 02:30:00,1638.0 -13746,buy_contrast_m10_bb_pos,buy,2025-07-23 02:33:00,1636.0 -13747,buy_contrast_m10_bb_pos,buy,2025-07-23 02:36:00,1639.0 -13748,buy_contrast_m10_bb_pos,buy,2025-07-23 02:39:00,1651.0 -13749,buy_contrast_m10_bb_pos,buy,2025-07-23 02:51:00,1641.0 -13750,buy_contrast_m10_bb_pos,buy,2025-07-23 02:54:00,1646.0 -13751,buy_contrast_m10_bb_pos,buy,2025-07-23 02:57:00,1643.0 -13752,buy_contrast_m10_bb_pos,buy,2025-07-23 10:00:00,1805.0 -13753,buy_contrast_m10_bb_pos,buy,2025-07-23 10:03:00,1802.0 -13754,buy_contrast_m10_bb_pos,buy,2025-07-23 10:06:00,1802.0 -13755,buy_contrast_m10_bb_pos,buy,2025-07-23 10:09:00,1802.0 -13756,buy_contrast_m10_bb_pos,buy,2025-07-23 10:12:00,1803.0 -13757,buy_contrast_m10_bb_pos,buy,2025-07-23 10:15:00,1793.0 -13758,buy_contrast_m10_bb_pos,buy,2025-07-23 10:18:00,1800.0 -13759,buy_contrast_m10_bb_pos,buy,2025-07-23 10:21:00,1804.0 -13760,buy_contrast_m10_bb_pos,buy,2025-07-23 10:24:00,1809.0 -13761,buy_contrast_m10_bb_pos,buy,2025-07-23 10:27:00,1807.0 -13762,buy_contrast_m10_bb_pos,buy,2025-07-23 16:00:00,1789.0 -13763,buy_contrast_m10_bb_pos,buy,2025-07-23 16:03:00,1790.0 -13764,buy_contrast_m10_bb_pos,buy,2025-07-23 16:06:00,1790.0 -13765,buy_contrast_m10_bb_pos,buy,2025-07-23 16:09:00,1785.0 -13766,buy_contrast_m10_bb_pos,buy,2025-07-23 16:12:00,1781.0 -13767,buy_contrast_m10_bb_pos,buy,2025-07-23 16:15:00,1788.0 -13768,buy_contrast_m10_bb_pos,buy,2025-07-23 16:18:00,1797.0 -13769,buy_contrast_m10_bb_pos,buy,2025-07-23 16:42:00,1777.0 -13770,buy_contrast_m10_bb_pos,buy,2025-07-23 16:45:00,1770.0 -13771,buy_contrast_m10_bb_pos,buy,2025-07-23 16:48:00,1775.0 -13772,buy_contrast_m10_bb_pos,buy,2025-07-23 16:51:00,1774.0 -13773,buy_contrast_m10_bb_pos,buy,2025-07-23 16:54:00,1774.0 -13774,buy_contrast_m10_bb_pos,buy,2025-07-23 16:57:00,1777.0 -13775,buy_contrast_m10_bb_pos,buy,2025-07-23 17:42:00,1761.0 -13776,buy_contrast_m10_bb_pos,buy,2025-07-23 17:45:00,1764.0 -13777,buy_contrast_m10_bb_pos,buy,2025-07-23 17:48:00,1764.0 -13778,buy_contrast_m10_bb_pos,buy,2025-07-23 18:30:00,1754.0 -13779,buy_contrast_m10_bb_pos,buy,2025-07-23 18:33:00,1752.0 -13780,buy_contrast_m10_bb_pos,buy,2025-07-23 18:36:00,1755.0 -13781,buy_contrast_m10_bb_pos,buy,2025-07-23 18:39:00,1748.0 -13782,buy_contrast_m10_bb_pos,buy,2025-07-23 18:51:00,1744.0 -13783,buy_contrast_m10_bb_pos,buy,2025-07-23 18:54:00,1748.0 -13784,buy_contrast_m10_bb_pos,buy,2025-07-23 18:57:00,1746.0 -13785,buy_contrast_m10_bb_pos,buy,2025-07-23 19:21:00,1728.0 -13786,buy_contrast_m10_bb_pos,buy,2025-07-23 19:24:00,1737.0 -13787,buy_contrast_m10_bb_pos,buy,2025-07-23 19:27:00,1735.0 -13788,buy_contrast_m10_bb_pos,buy,2025-07-23 20:12:00,1727.0 -13789,buy_contrast_m10_bb_pos,buy,2025-07-23 20:15:00,1722.0 -13790,buy_contrast_m10_bb_pos,buy,2025-07-23 20:18:00,1732.0 -13791,buy_contrast_m10_bb_pos,buy,2025-07-23 22:30:00,1699.0 -13792,buy_contrast_m10_bb_pos,buy,2025-07-23 22:33:00,1695.0 -13793,buy_contrast_m10_bb_pos,buy,2025-07-23 22:36:00,1699.0 -13794,buy_contrast_m10_bb_pos,buy,2025-07-23 22:39:00,1692.0 -13795,buy_contrast_m10_bb_pos,buy,2025-07-23 22:42:00,1668.0 -13796,buy_contrast_m10_bb_pos,buy,2025-07-23 22:45:00,1652.0 -13797,buy_contrast_m10_bb_pos,buy,2025-07-23 22:48:00,1651.0 -13798,buy_contrast_m10_bb_pos,buy,2025-07-23 23:00:00,1660.0 -13799,buy_contrast_m10_bb_pos,buy,2025-07-23 23:03:00,1687.0 -13800,buy_contrast_m10_bb_pos,buy,2025-07-23 23:06:00,1683.0 -13801,buy_contrast_m10_bb_pos,buy,2025-07-23 23:09:00,1676.0 -13802,buy_contrast_m10_bb_pos,buy,2025-07-24 02:00:00,1653.0 -13803,buy_contrast_m10_bb_pos,buy,2025-07-24 02:03:00,1656.0 -13804,buy_contrast_m10_bb_pos,buy,2025-07-24 02:06:00,1650.0 -13805,buy_contrast_m10_bb_pos,buy,2025-07-24 02:09:00,1635.0 -13806,buy_contrast_m10_bb_pos,buy,2025-07-24 02:42:00,1627.0 -13807,buy_contrast_m10_bb_pos,buy,2025-07-24 02:45:00,1625.0 -13808,buy_contrast_m10_bb_pos,buy,2025-07-24 02:48:00,1627.0 -13809,buy_contrast_m10_bb_pos,buy,2025-07-24 05:12:00,1617.0 -13810,buy_contrast_m10_bb_pos,buy,2025-07-24 05:15:00,1618.0 -13811,buy_contrast_m10_bb_pos,buy,2025-07-24 05:18:00,1617.0 -13812,buy_contrast_m10_bb_pos,buy,2025-07-24 05:21:00,1612.0 -13813,buy_contrast_m10_bb_pos,buy,2025-07-24 05:24:00,1616.0 -13814,buy_contrast_m10_bb_pos,buy,2025-07-24 05:27:00,1603.0 -13815,buy_contrast_m10_bb_pos,buy,2025-07-24 06:00:00,1583.0 -13816,buy_contrast_m10_bb_pos,buy,2025-07-24 06:03:00,1584.0 -13817,buy_contrast_m10_bb_pos,buy,2025-07-24 06:06:00,1591.0 -13818,buy_contrast_m10_bb_pos,buy,2025-07-24 06:09:00,1586.0 -13819,buy_contrast_m10_bb_pos,buy,2025-07-24 06:21:00,1560.0 -13820,buy_contrast_m10_bb_pos,buy,2025-07-24 06:24:00,1556.0 -13821,buy_contrast_m10_bb_pos,buy,2025-07-24 06:27:00,1537.0 -13822,buy_contrast_m10_bb_pos,buy,2025-07-24 06:30:00,1554.0 -13823,buy_contrast_m10_bb_pos,buy,2025-07-24 06:33:00,1565.0 -13824,buy_contrast_m10_bb_pos,buy,2025-07-24 06:36:00,1562.0 -13825,buy_contrast_m10_bb_pos,buy,2025-07-24 06:39:00,1565.0 -13826,buy_contrast_m10_bb_pos,buy,2025-07-24 12:51:00,1613.0 -13827,buy_contrast_m10_bb_pos,buy,2025-07-24 12:54:00,1609.0 -13828,buy_contrast_m10_bb_pos,buy,2025-07-24 12:57:00,1605.0 -13829,buy_contrast_m10_bb_pos,buy,2025-07-24 13:00:00,1609.0 -13830,buy_contrast_m10_bb_pos,buy,2025-07-24 13:03:00,1604.0 -13831,buy_contrast_m10_bb_pos,buy,2025-07-24 13:06:00,1611.0 -13832,buy_contrast_m10_bb_pos,buy,2025-07-24 13:09:00,1608.0 -13833,buy_contrast_m10_bb_pos,buy,2025-07-24 13:12:00,1610.0 -13834,buy_contrast_m10_bb_pos,buy,2025-07-24 13:15:00,1618.0 -13835,buy_contrast_m10_bb_pos,buy,2025-07-24 13:18:00,1611.0 -13836,buy_contrast_m10_bb_pos,buy,2025-07-24 14:42:00,1557.0 -13837,buy_contrast_m10_bb_pos,buy,2025-07-24 14:45:00,1556.0 -13838,buy_contrast_m10_bb_pos,buy,2025-07-24 14:48:00,1546.0 -13839,buy_contrast_m10_bb_pos,buy,2025-07-24 14:51:00,1535.0 -13840,buy_contrast_m10_bb_pos,buy,2025-07-24 14:54:00,1531.0 -13841,buy_contrast_m10_bb_pos,buy,2025-07-24 14:57:00,1520.0 -13842,buy_contrast_m10_bb_pos,buy,2025-07-24 15:12:00,1524.0 -13843,buy_contrast_m10_bb_pos,buy,2025-07-24 15:15:00,1528.0 -13844,buy_contrast_m10_bb_pos,buy,2025-07-24 15:18:00,1516.0 -13845,buy_contrast_m10_bb_pos,buy,2025-07-24 15:21:00,1521.0 -13846,buy_contrast_m10_bb_pos,buy,2025-07-24 15:24:00,1533.0 -13847,buy_contrast_m10_bb_pos,buy,2025-07-24 15:27:00,1530.0 -13848,buy_contrast_m10_bb_pos,buy,2025-07-24 15:42:00,1489.0 -13849,buy_contrast_m10_bb_pos,buy,2025-07-24 15:45:00,1476.0 -13850,buy_contrast_m10_bb_pos,buy,2025-07-24 15:48:00,1486.0 -13851,buy_contrast_m10_bb_pos,buy,2025-07-24 15:51:00,1485.0 -13852,buy_contrast_m10_bb_pos,buy,2025-07-24 15:54:00,1462.0 -13853,buy_contrast_m10_bb_pos,buy,2025-07-24 15:57:00,1476.0 -13854,buy_contrast_m10_bb_pos,buy,2025-07-24 16:00:00,1484.0 -13855,buy_contrast_m10_bb_pos,buy,2025-07-24 16:03:00,1475.0 -13856,buy_contrast_m10_bb_pos,buy,2025-07-24 16:06:00,1466.0 -13857,buy_contrast_m10_bb_pos,buy,2025-07-24 16:09:00,1492.0 -13858,buy_contrast_m10_bb_pos,buy,2025-07-25 05:21:00,1577.0 -13859,buy_contrast_m10_bb_pos,buy,2025-07-25 05:24:00,1578.0 -13860,buy_contrast_m10_bb_pos,buy,2025-07-25 05:27:00,1584.0 -13861,buy_contrast_m10_bb_pos,buy,2025-07-25 06:30:00,1577.0 -13862,buy_contrast_m10_bb_pos,buy,2025-07-25 06:33:00,1573.0 -13863,buy_contrast_m10_bb_pos,buy,2025-07-25 06:36:00,1569.0 -13864,buy_contrast_m10_bb_pos,buy,2025-07-25 06:39:00,1569.0 -13865,buy_contrast_m10_bb_pos,buy,2025-07-25 06:42:00,1571.0 -13866,buy_contrast_m10_bb_pos,buy,2025-07-25 06:45:00,1577.0 -13867,buy_contrast_m10_bb_pos,buy,2025-07-25 06:48:00,1575.0 -13868,buy_contrast_m10_bb_pos,buy,2025-07-25 07:21:00,1570.0 -13869,buy_contrast_m10_bb_pos,buy,2025-07-25 07:24:00,1565.0 -13870,buy_contrast_m10_bb_pos,buy,2025-07-25 07:27:00,1564.0 -13871,buy_contrast_m10_bb_pos,buy,2025-07-25 07:51:00,1563.0 -13872,buy_contrast_m10_bb_pos,buy,2025-07-25 07:54:00,1565.0 -13873,buy_contrast_m10_bb_pos,buy,2025-07-25 07:57:00,1566.0 -13874,buy_contrast_m10_bb_pos,buy,2025-07-25 08:00:00,1563.0 -13875,buy_contrast_m10_bb_pos,buy,2025-07-25 08:03:00,1550.0 -13876,buy_contrast_m10_bb_pos,buy,2025-07-25 08:06:00,1553.0 -13877,buy_contrast_m10_bb_pos,buy,2025-07-25 08:09:00,1553.0 -13878,buy_contrast_m10_bb_pos,buy,2025-07-25 08:42:00,1551.0 -13879,buy_contrast_m10_bb_pos,buy,2025-07-25 08:45:00,1545.0 -13880,buy_contrast_m10_bb_pos,buy,2025-07-25 08:48:00,1547.0 -13881,buy_contrast_m10_bb_pos,buy,2025-07-25 08:51:00,1549.0 -13882,buy_contrast_m10_bb_pos,buy,2025-07-25 08:54:00,1549.0 -13883,buy_contrast_m10_bb_pos,buy,2025-07-25 08:57:00,1549.0 -13884,buy_contrast_m10_bb_pos,buy,2025-07-25 09:21:00,1535.0 -13885,buy_contrast_m10_bb_pos,buy,2025-07-25 09:24:00,1538.0 -13886,buy_contrast_m10_bb_pos,buy,2025-07-25 09:27:00,1537.0 -13887,buy_contrast_m10_bb_pos,buy,2025-07-25 09:30:00,1537.0 -13888,buy_contrast_m10_bb_pos,buy,2025-07-25 09:33:00,1533.0 -13889,buy_contrast_m10_bb_pos,buy,2025-07-25 09:36:00,1518.0 -13890,buy_contrast_m10_bb_pos,buy,2025-07-25 09:39:00,1524.0 -13891,buy_contrast_m10_bb_pos,buy,2025-07-25 09:42:00,1524.0 -13892,buy_contrast_m10_bb_pos,buy,2025-07-25 09:45:00,1538.0 -13893,buy_contrast_m10_bb_pos,buy,2025-07-25 09:48:00,1533.0 -13894,buy_contrast_m10_bb_pos,buy,2025-07-25 09:51:00,1531.0 -13895,buy_contrast_m10_bb_pos,buy,2025-07-25 09:54:00,1533.0 -13896,buy_contrast_m10_bb_pos,buy,2025-07-25 09:57:00,1526.0 -13897,buy_contrast_m10_bb_pos,buy,2025-07-25 10:00:00,1527.0 -13898,buy_contrast_m10_bb_pos,buy,2025-07-25 10:03:00,1524.0 -13899,buy_contrast_m10_bb_pos,buy,2025-07-25 10:06:00,1524.0 -13900,buy_contrast_m10_bb_pos,buy,2025-07-25 10:09:00,1526.0 -13901,buy_contrast_m10_bb_pos,buy,2025-07-25 10:12:00,1524.0 -13902,buy_contrast_m10_bb_pos,buy,2025-07-25 10:15:00,1525.0 -13903,buy_contrast_m10_bb_pos,buy,2025-07-25 10:18:00,1525.0 -13904,buy_contrast_m10_bb_pos,buy,2025-07-25 11:42:00,1520.0 -13905,buy_contrast_m10_bb_pos,buy,2025-07-25 11:45:00,1525.0 -13906,buy_contrast_m10_bb_pos,buy,2025-07-25 11:48:00,1519.0 -13907,buy_contrast_m10_bb_pos,buy,2025-07-25 13:30:00,1511.0 -13908,buy_contrast_m10_bb_pos,buy,2025-07-25 13:33:00,1526.0 -13909,buy_contrast_m10_bb_pos,buy,2025-07-25 13:36:00,1530.0 -13910,buy_contrast_m10_bb_pos,buy,2025-07-25 13:39:00,1531.0 -13911,buy_contrast_m10_bb_pos,buy,2025-07-25 22:42:00,1554.0 -13912,buy_contrast_m10_bb_pos,buy,2025-07-25 22:45:00,1555.0 -13913,buy_contrast_m10_bb_pos,buy,2025-07-25 22:48:00,1557.0 -13914,buy_contrast_m10_bb_pos,buy,2025-07-25 22:51:00,1558.0 -13915,buy_contrast_m10_bb_pos,buy,2025-07-25 22:54:00,1567.0 -13916,buy_contrast_m10_bb_pos,buy,2025-07-25 22:57:00,1563.0 -13917,buy_contrast_m10_bb_pos,buy,2025-07-26 00:21:00,1526.0 -13918,buy_contrast_m10_bb_pos,buy,2025-07-26 00:24:00,1537.0 -13919,buy_contrast_m10_bb_pos,buy,2025-07-26 00:27:00,1536.0 -13920,buy_contrast_m10_bb_pos,buy,2025-07-26 00:51:00,1510.0 -13921,buy_contrast_m10_bb_pos,buy,2025-07-26 00:54:00,1525.0 -13922,buy_contrast_m10_bb_pos,buy,2025-07-26 00:57:00,1530.0 -13923,buy_contrast_m10_bb_pos,buy,2025-07-26 10:42:00,1580.0 -13924,buy_contrast_m10_bb_pos,buy,2025-07-26 10:45:00,1578.0 -13925,buy_contrast_m10_bb_pos,buy,2025-07-26 10:48:00,1581.0 -13926,buy_contrast_m10_bb_pos,buy,2025-07-26 15:30:00,1580.0 -13927,buy_contrast_m10_bb_pos,buy,2025-07-26 15:33:00,1580.0 -13928,buy_contrast_m10_bb_pos,buy,2025-07-26 15:36:00,1581.0 -13929,buy_contrast_m10_bb_pos,buy,2025-07-26 15:39:00,1583.0 -13930,buy_contrast_m10_bb_pos,buy,2025-07-26 16:30:00,1579.0 -13931,buy_contrast_m10_bb_pos,buy,2025-07-26 16:33:00,1581.0 -13932,buy_contrast_m10_bb_pos,buy,2025-07-26 16:36:00,1580.0 -13933,buy_contrast_m10_bb_pos,buy,2025-07-26 16:39:00,1580.0 -13934,buy_contrast_m10_bb_pos,buy,2025-07-26 18:21:00,1576.0 -13935,buy_contrast_m10_bb_pos,buy,2025-07-26 18:24:00,1576.0 -13936,buy_contrast_m10_bb_pos,buy,2025-07-26 18:27:00,1578.0 -13937,buy_contrast_m10_bb_pos,buy,2025-07-26 18:30:00,1577.0 -13938,buy_contrast_m10_bb_pos,buy,2025-07-26 18:33:00,1577.0 -13939,buy_contrast_m10_bb_pos,buy,2025-07-26 18:36:00,1579.0 -13940,buy_contrast_m10_bb_pos,buy,2025-07-26 18:39:00,1579.0 -13941,buy_contrast_m10_bb_pos,buy,2025-07-26 21:12:00,1577.0 -13942,buy_contrast_m10_bb_pos,buy,2025-07-26 21:15:00,1578.0 -13943,buy_contrast_m10_bb_pos,buy,2025-07-26 21:18:00,1581.0 -13944,buy_contrast_m10_bb_pos,buy,2025-07-27 02:42:00,1585.0 -13945,buy_contrast_m10_bb_pos,buy,2025-07-27 02:45:00,1584.0 -13946,buy_contrast_m10_bb_pos,buy,2025-07-27 02:48:00,1583.0 -13947,buy_contrast_m10_bb_pos,buy,2025-07-27 02:51:00,1584.0 -13948,buy_contrast_m10_bb_pos,buy,2025-07-27 02:54:00,1584.0 -13949,buy_contrast_m10_bb_pos,buy,2025-07-27 02:57:00,1587.0 -13950,buy_contrast_m10_bb_pos,buy,2025-07-27 03:00:00,1585.0 -13951,buy_contrast_m10_bb_pos,buy,2025-07-27 03:03:00,1588.0 -13952,buy_contrast_m10_bb_pos,buy,2025-07-27 03:06:00,1592.0 -13953,buy_contrast_m10_bb_pos,buy,2025-07-27 03:09:00,1590.0 -13954,buy_contrast_m10_bb_pos,buy,2025-07-27 08:42:00,1589.0 -13955,buy_contrast_m10_bb_pos,buy,2025-07-27 08:45:00,1588.0 -13956,buy_contrast_m10_bb_pos,buy,2025-07-27 08:48:00,1582.0 -13957,buy_contrast_m10_bb_pos,buy,2025-07-27 09:00:00,1583.0 -13958,buy_contrast_m10_bb_pos,buy,2025-07-27 09:03:00,1581.0 -13959,buy_contrast_m10_bb_pos,buy,2025-07-27 09:06:00,1580.0 -13960,buy_contrast_m10_bb_pos,buy,2025-07-27 09:09:00,1583.0 -13961,buy_contrast_m10_bb_pos,buy,2025-07-27 09:12:00,1583.0 -13962,buy_contrast_m10_bb_pos,buy,2025-07-27 09:15:00,1583.0 -13963,buy_contrast_m10_bb_pos,buy,2025-07-27 09:18:00,1587.0 -13964,buy_contrast_m10_bb_pos,buy,2025-07-27 16:42:00,1597.0 -13965,buy_contrast_m10_bb_pos,buy,2025-07-27 16:45:00,1598.0 -13966,buy_contrast_m10_bb_pos,buy,2025-07-27 16:48:00,1598.0 -13967,buy_contrast_m10_bb_pos,buy,2025-07-27 17:00:00,1597.0 -13968,buy_contrast_m10_bb_pos,buy,2025-07-27 17:03:00,1597.0 -13969,buy_contrast_m10_bb_pos,buy,2025-07-27 17:06:00,1594.0 -13970,buy_contrast_m10_bb_pos,buy,2025-07-27 17:09:00,1593.0 -13971,buy_contrast_m10_bb_pos,buy,2025-07-27 17:21:00,1595.0 -13972,buy_contrast_m10_bb_pos,buy,2025-07-27 17:24:00,1594.0 -13973,buy_contrast_m10_bb_pos,buy,2025-07-27 17:27:00,1590.0 -13974,buy_contrast_m10_bb_pos,buy,2025-07-27 18:51:00,1585.0 -13975,buy_contrast_m10_bb_pos,buy,2025-07-27 18:54:00,1584.0 -13976,buy_contrast_m10_bb_pos,buy,2025-07-27 18:57:00,1584.0 -13977,buy_contrast_m10_bb_pos,buy,2025-07-27 19:00:00,1585.0 -13978,buy_contrast_m10_bb_pos,buy,2025-07-27 19:03:00,1588.0 -13979,buy_contrast_m10_bb_pos,buy,2025-07-27 19:06:00,1590.0 -13980,buy_contrast_m10_bb_pos,buy,2025-07-27 19:09:00,1591.0 -13981,buy_contrast_m10_bb_pos,buy,2025-07-28 04:21:00,1629.0 -13982,buy_contrast_m10_bb_pos,buy,2025-07-28 04:24:00,1631.0 -13983,buy_contrast_m10_bb_pos,buy,2025-07-28 04:27:00,1632.0 -13984,buy_contrast_m10_bb_pos,buy,2025-07-28 10:21:00,1642.0 -13985,buy_contrast_m10_bb_pos,buy,2025-07-28 10:24:00,1640.0 -13986,buy_contrast_m10_bb_pos,buy,2025-07-28 10:27:00,1635.0 -13987,buy_contrast_m10_bb_pos,buy,2025-07-28 10:42:00,1634.0 -13988,buy_contrast_m10_bb_pos,buy,2025-07-28 10:45:00,1634.0 -13989,buy_contrast_m10_bb_pos,buy,2025-07-28 10:48:00,1632.0 -13990,buy_contrast_m10_bb_pos,buy,2025-07-28 10:51:00,1636.0 -13991,buy_contrast_m10_bb_pos,buy,2025-07-28 10:54:00,1637.0 -13992,buy_contrast_m10_bb_pos,buy,2025-07-28 10:57:00,1635.0 -13993,buy_contrast_m10_bb_pos,buy,2025-07-28 16:12:00,1655.0 -13994,buy_contrast_m10_bb_pos,buy,2025-07-28 16:15:00,1657.0 -13995,buy_contrast_m10_bb_pos,buy,2025-07-28 16:18:00,1653.0 -13996,buy_contrast_m10_bb_pos,buy,2025-07-28 19:42:00,1668.0 -13997,buy_contrast_m10_bb_pos,buy,2025-07-28 19:45:00,1670.0 -13998,buy_contrast_m10_bb_pos,buy,2025-07-28 19:48:00,1672.0 -13999,buy_contrast_m10_bb_pos,buy,2025-07-28 20:30:00,1663.0 -14000,buy_contrast_m10_bb_pos,buy,2025-07-28 20:33:00,1660.0 -14001,buy_contrast_m10_bb_pos,buy,2025-07-28 20:36:00,1659.0 -14002,buy_contrast_m10_bb_pos,buy,2025-07-28 20:39:00,1663.0 -14003,buy_contrast_m10_bb_pos,buy,2025-07-28 21:00:00,1663.0 -14004,buy_contrast_m10_bb_pos,buy,2025-07-28 21:03:00,1657.0 -14005,buy_contrast_m10_bb_pos,buy,2025-07-28 21:06:00,1658.0 -14006,buy_contrast_m10_bb_pos,buy,2025-07-28 21:09:00,1660.0 -14007,buy_contrast_m10_bb_pos,buy,2025-07-28 21:12:00,1666.0 -14008,buy_contrast_m10_bb_pos,buy,2025-07-28 21:15:00,1663.0 -14009,buy_contrast_m10_bb_pos,buy,2025-07-28 21:18:00,1666.0 -14010,buy_contrast_m10_bb_pos,buy,2025-07-28 21:51:00,1659.0 -14011,buy_contrast_m10_bb_pos,buy,2025-07-28 21:54:00,1657.0 -14012,buy_contrast_m10_bb_pos,buy,2025-07-28 21:57:00,1654.0 -14013,buy_contrast_m10_bb_pos,buy,2025-07-28 22:12:00,1652.0 -14014,buy_contrast_m10_bb_pos,buy,2025-07-28 22:15:00,1645.0 -14015,buy_contrast_m10_bb_pos,buy,2025-07-28 22:18:00,1648.0 -14016,buy_contrast_m10_bb_pos,buy,2025-07-28 23:12:00,1624.0 -14017,buy_contrast_m10_bb_pos,buy,2025-07-28 23:15:00,1622.0 -14018,buy_contrast_m10_bb_pos,buy,2025-07-28 23:18:00,1609.0 -14019,buy_contrast_m10_bb_pos,buy,2025-07-28 23:42:00,1596.0 -14020,buy_contrast_m10_bb_pos,buy,2025-07-28 23:45:00,1600.0 -14021,buy_contrast_m10_bb_pos,buy,2025-07-28 23:48:00,1595.0 -14022,buy_contrast_m10_bb_pos,buy,2025-07-28 23:51:00,1591.0 -14023,buy_contrast_m10_bb_pos,buy,2025-07-28 23:54:00,1588.0 -14024,buy_contrast_m10_bb_pos,buy,2025-07-28 23:57:00,1581.0 -14025,buy_contrast_m10_bb_pos,buy,2025-07-29 00:00:00,1584.0 -14026,buy_contrast_m10_bb_pos,buy,2025-07-29 00:03:00,1584.0 -14027,buy_contrast_m10_bb_pos,buy,2025-07-29 00:06:00,1586.0 -14028,buy_contrast_m10_bb_pos,buy,2025-07-29 00:09:00,1585.0 -14029,buy_contrast_m10_bb_pos,buy,2025-07-29 00:12:00,1587.0 -14030,buy_contrast_m10_bb_pos,buy,2025-07-29 00:15:00,1590.0 -14031,buy_contrast_m10_bb_pos,buy,2025-07-29 00:18:00,1599.0 -14032,buy_contrast_m10_bb_pos,buy,2025-07-29 01:12:00,1567.0 -14033,buy_contrast_m10_bb_pos,buy,2025-07-29 01:15:00,1568.0 -14034,buy_contrast_m10_bb_pos,buy,2025-07-29 01:18:00,1571.0 -14035,buy_contrast_m10_bb_pos,buy,2025-07-29 02:21:00,1568.0 -14036,buy_contrast_m10_bb_pos,buy,2025-07-29 02:24:00,1573.0 -14037,buy_contrast_m10_bb_pos,buy,2025-07-29 02:27:00,1579.0 -14038,buy_contrast_m10_bb_pos,buy,2025-07-29 03:30:00,1553.0 -14039,buy_contrast_m10_bb_pos,buy,2025-07-29 03:33:00,1547.0 -14040,buy_contrast_m10_bb_pos,buy,2025-07-29 03:36:00,1548.0 -14041,buy_contrast_m10_bb_pos,buy,2025-07-29 03:39:00,1548.0 -14042,buy_contrast_m10_bb_pos,buy,2025-07-29 03:42:00,1557.0 -14043,buy_contrast_m10_bb_pos,buy,2025-07-29 03:45:00,1558.0 -14044,buy_contrast_m10_bb_pos,buy,2025-07-29 03:48:00,1553.0 -14045,buy_contrast_m10_bb_pos,buy,2025-07-29 03:51:00,1554.0 -14046,buy_contrast_m10_bb_pos,buy,2025-07-29 03:54:00,1551.0 -14047,buy_contrast_m10_bb_pos,buy,2025-07-29 03:57:00,1552.0 -14048,buy_contrast_m10_bb_pos,buy,2025-07-29 04:00:00,1554.0 -14049,buy_contrast_m10_bb_pos,buy,2025-07-29 04:03:00,1556.0 -14050,buy_contrast_m10_bb_pos,buy,2025-07-29 04:06:00,1565.0 -14051,buy_contrast_m10_bb_pos,buy,2025-07-29 04:09:00,1564.0 -14052,buy_contrast_m10_bb_pos,buy,2025-07-29 04:42:00,1553.0 -14053,buy_contrast_m10_bb_pos,buy,2025-07-29 04:45:00,1547.0 -14054,buy_contrast_m10_bb_pos,buy,2025-07-29 04:48:00,1545.0 -14055,buy_contrast_m10_bb_pos,buy,2025-07-29 04:51:00,1546.0 -14056,buy_contrast_m10_bb_pos,buy,2025-07-29 04:54:00,1554.0 -14057,buy_contrast_m10_bb_pos,buy,2025-07-29 04:57:00,1557.0 -14058,buy_contrast_m10_bb_pos,buy,2025-07-29 06:30:00,1536.0 -14059,buy_contrast_m10_bb_pos,buy,2025-07-29 06:33:00,1544.0 -14060,buy_contrast_m10_bb_pos,buy,2025-07-29 06:36:00,1550.0 -14061,buy_contrast_m10_bb_pos,buy,2025-07-29 06:39:00,1554.0 -14062,buy_contrast_m10_bb_pos,buy,2025-07-29 08:30:00,1535.0 -14063,buy_contrast_m10_bb_pos,buy,2025-07-29 08:33:00,1543.0 -14064,buy_contrast_m10_bb_pos,buy,2025-07-29 08:36:00,1542.0 -14065,buy_contrast_m10_bb_pos,buy,2025-07-29 08:39:00,1540.0 -14066,buy_contrast_m10_bb_pos,buy,2025-07-29 09:42:00,1526.0 -14067,buy_contrast_m10_bb_pos,buy,2025-07-29 09:45:00,1525.0 -14068,buy_contrast_m10_bb_pos,buy,2025-07-29 09:48:00,1537.0 -14069,buy_contrast_m10_bb_pos,buy,2025-07-29 10:51:00,1532.0 -14070,buy_contrast_m10_bb_pos,buy,2025-07-29 10:54:00,1532.0 -14071,buy_contrast_m10_bb_pos,buy,2025-07-29 10:57:00,1532.0 -14072,buy_contrast_m10_bb_pos,buy,2025-07-29 11:30:00,1523.0 -14073,buy_contrast_m10_bb_pos,buy,2025-07-29 11:33:00,1521.0 -14074,buy_contrast_m10_bb_pos,buy,2025-07-29 11:36:00,1519.0 -14075,buy_contrast_m10_bb_pos,buy,2025-07-29 11:39:00,1511.0 -14076,buy_contrast_m10_bb_pos,buy,2025-07-29 11:51:00,1511.0 -14077,buy_contrast_m10_bb_pos,buy,2025-07-29 11:54:00,1509.0 -14078,buy_contrast_m10_bb_pos,buy,2025-07-29 11:57:00,1506.0 -14079,buy_contrast_m10_bb_pos,buy,2025-07-29 12:00:00,1508.0 -14080,buy_contrast_m10_bb_pos,buy,2025-07-29 12:03:00,1508.0 -14081,buy_contrast_m10_bb_pos,buy,2025-07-29 12:06:00,1516.0 -14082,buy_contrast_m10_bb_pos,buy,2025-07-29 12:09:00,1526.0 -14083,buy_contrast_m10_bb_pos,buy,2025-07-29 20:12:00,1519.0 -14084,buy_contrast_m10_bb_pos,buy,2025-07-29 20:15:00,1523.0 -14085,buy_contrast_m10_bb_pos,buy,2025-07-29 20:18:00,1525.0 -14086,buy_contrast_m10_bb_pos,buy,2025-07-29 23:21:00,1504.0 -14087,buy_contrast_m10_bb_pos,buy,2025-07-29 23:24:00,1508.0 -14088,buy_contrast_m10_bb_pos,buy,2025-07-29 23:27:00,1509.0 -14089,buy_contrast_m10_bb_pos,buy,2025-07-29 23:42:00,1505.0 -14090,buy_contrast_m10_bb_pos,buy,2025-07-29 23:45:00,1505.0 -14091,buy_contrast_m10_bb_pos,buy,2025-07-29 23:48:00,1501.0 -14092,buy_contrast_m10_bb_pos,buy,2025-07-30 00:00:00,1491.0 -14093,buy_contrast_m10_bb_pos,buy,2025-07-30 00:03:00,1487.0 -14094,buy_contrast_m10_bb_pos,buy,2025-07-30 00:06:00,1488.0 -14095,buy_contrast_m10_bb_pos,buy,2025-07-30 00:09:00,1487.0 -14096,buy_contrast_m10_bb_pos,buy,2025-07-30 00:12:00,1494.0 -14097,buy_contrast_m10_bb_pos,buy,2025-07-30 00:15:00,1494.0 -14098,buy_contrast_m10_bb_pos,buy,2025-07-30 00:18:00,1496.0 -14099,buy_contrast_m10_bb_pos,buy,2025-07-30 01:21:00,1482.0 -14100,buy_contrast_m10_bb_pos,buy,2025-07-30 01:24:00,1482.0 -14101,buy_contrast_m10_bb_pos,buy,2025-07-30 01:27:00,1483.0 -14102,buy_contrast_m10_bb_pos,buy,2025-07-30 01:30:00,1477.0 -14103,buy_contrast_m10_bb_pos,buy,2025-07-30 01:33:00,1474.0 -14104,buy_contrast_m10_bb_pos,buy,2025-07-30 01:36:00,1472.0 -14105,buy_contrast_m10_bb_pos,buy,2025-07-30 01:39:00,1466.0 -14106,buy_contrast_m10_bb_pos,buy,2025-07-30 01:42:00,1475.0 -14107,buy_contrast_m10_bb_pos,buy,2025-07-30 01:45:00,1480.0 -14108,buy_contrast_m10_bb_pos,buy,2025-07-30 01:48:00,1485.0 -14109,buy_contrast_m10_bb_pos,buy,2025-07-30 04:42:00,1473.0 -14110,buy_contrast_m10_bb_pos,buy,2025-07-30 04:45:00,1475.0 -14111,buy_contrast_m10_bb_pos,buy,2025-07-30 04:48:00,1477.0 -14112,buy_contrast_m10_bb_pos,buy,2025-07-30 05:42:00,1470.0 -14113,buy_contrast_m10_bb_pos,buy,2025-07-30 05:45:00,1469.0 -14114,buy_contrast_m10_bb_pos,buy,2025-07-30 05:48:00,1472.0 -14115,buy_contrast_m10_bb_pos,buy,2025-07-30 09:42:00,1477.0 -14116,buy_contrast_m10_bb_pos,buy,2025-07-30 09:45:00,1479.0 -14117,buy_contrast_m10_bb_pos,buy,2025-07-30 09:48:00,1475.0 -14118,buy_contrast_m10_bb_pos,buy,2025-07-30 10:30:00,1471.0 -14119,buy_contrast_m10_bb_pos,buy,2025-07-30 10:33:00,1479.0 -14120,buy_contrast_m10_bb_pos,buy,2025-07-30 10:36:00,1484.0 -14121,buy_contrast_m10_bb_pos,buy,2025-07-30 10:39:00,1486.0 -14122,buy_contrast_m10_bb_pos,buy,2025-07-30 13:42:00,1478.0 -14123,buy_contrast_m10_bb_pos,buy,2025-07-30 13:45:00,1481.0 -14124,buy_contrast_m10_bb_pos,buy,2025-07-30 13:48:00,1476.0 -14125,buy_contrast_m10_bb_pos,buy,2025-07-30 16:21:00,1470.0 -14126,buy_contrast_m10_bb_pos,buy,2025-07-30 16:24:00,1470.0 -14127,buy_contrast_m10_bb_pos,buy,2025-07-30 16:27:00,1470.0 -14128,buy_contrast_m10_bb_pos,buy,2025-07-30 16:51:00,1468.0 -14129,buy_contrast_m10_bb_pos,buy,2025-07-30 16:54:00,1465.0 -14130,buy_contrast_m10_bb_pos,buy,2025-07-30 16:57:00,1465.0 -14131,buy_contrast_m10_bb_pos,buy,2025-07-30 17:00:00,1466.0 -14132,buy_contrast_m10_bb_pos,buy,2025-07-30 17:03:00,1467.0 -14133,buy_contrast_m10_bb_pos,buy,2025-07-30 17:06:00,1466.0 -14134,buy_contrast_m10_bb_pos,buy,2025-07-30 17:09:00,1469.0 -14135,buy_contrast_m10_bb_pos,buy,2025-07-30 17:12:00,1466.0 -14136,buy_contrast_m10_bb_pos,buy,2025-07-30 17:15:00,1461.0 -14137,buy_contrast_m10_bb_pos,buy,2025-07-30 17:18:00,1465.0 -14138,buy_contrast_m10_bb_pos,buy,2025-07-30 17:21:00,1464.0 -14139,buy_contrast_m10_bb_pos,buy,2025-07-30 17:24:00,1465.0 -14140,buy_contrast_m10_bb_pos,buy,2025-07-30 17:27:00,1465.0 -14141,buy_contrast_m10_bb_pos,buy,2025-07-30 17:30:00,1466.0 -14142,buy_contrast_m10_bb_pos,buy,2025-07-30 17:33:00,1468.0 -14143,buy_contrast_m10_bb_pos,buy,2025-07-30 17:36:00,1470.0 -14144,buy_contrast_m10_bb_pos,buy,2025-07-30 17:39:00,1476.0 -14145,buy_contrast_m10_bb_pos,buy,2025-07-30 18:21:00,1465.0 -14146,buy_contrast_m10_bb_pos,buy,2025-07-30 18:24:00,1464.0 -14147,buy_contrast_m10_bb_pos,buy,2025-07-30 18:27:00,1462.0 -14148,buy_contrast_m10_bb_pos,buy,2025-07-30 18:30:00,1461.0 -14149,buy_contrast_m10_bb_pos,buy,2025-07-30 18:33:00,1457.0 -14150,buy_contrast_m10_bb_pos,buy,2025-07-30 18:36:00,1462.0 -14151,buy_contrast_m10_bb_pos,buy,2025-07-30 18:39:00,1458.0 -14152,buy_contrast_m10_bb_pos,buy,2025-07-30 19:00:00,1459.0 -14153,buy_contrast_m10_bb_pos,buy,2025-07-30 19:03:00,1461.0 -14154,buy_contrast_m10_bb_pos,buy,2025-07-30 19:06:00,1464.0 -14155,buy_contrast_m10_bb_pos,buy,2025-07-30 19:09:00,1462.0 -14156,buy_contrast_m10_bb_pos,buy,2025-07-30 19:12:00,1464.0 -14157,buy_contrast_m10_bb_pos,buy,2025-07-30 19:15:00,1462.0 -14158,buy_contrast_m10_bb_pos,buy,2025-07-30 19:18:00,1461.0 -14159,buy_contrast_m10_bb_pos,buy,2025-07-30 19:51:00,1453.0 -14160,buy_contrast_m10_bb_pos,buy,2025-07-30 19:54:00,1447.0 -14161,buy_contrast_m10_bb_pos,buy,2025-07-30 19:57:00,1446.0 -14162,buy_contrast_m10_bb_pos,buy,2025-07-30 20:12:00,1456.0 -14163,buy_contrast_m10_bb_pos,buy,2025-07-30 20:15:00,1450.0 -14164,buy_contrast_m10_bb_pos,buy,2025-07-30 20:18:00,1443.0 -14165,buy_contrast_m10_bb_pos,buy,2025-07-30 20:42:00,1430.0 -14166,buy_contrast_m10_bb_pos,buy,2025-07-30 20:45:00,1426.0 -14167,buy_contrast_m10_bb_pos,buy,2025-07-30 20:48:00,1427.0 -14168,buy_contrast_m10_bb_pos,buy,2025-07-30 21:00:00,1427.0 -14169,buy_contrast_m10_bb_pos,buy,2025-07-30 21:03:00,1427.0 -14170,buy_contrast_m10_bb_pos,buy,2025-07-30 21:06:00,1423.0 -14171,buy_contrast_m10_bb_pos,buy,2025-07-30 21:09:00,1426.0 -14172,buy_contrast_m10_bb_pos,buy,2025-07-30 21:12:00,1423.0 -14173,buy_contrast_m10_bb_pos,buy,2025-07-30 21:15:00,1425.0 -14174,buy_contrast_m10_bb_pos,buy,2025-07-30 21:18:00,1422.0 -14175,buy_contrast_m10_bb_pos,buy,2025-07-30 21:21:00,1427.0 -14176,buy_contrast_m10_bb_pos,buy,2025-07-30 21:24:00,1438.0 -14177,buy_contrast_m10_bb_pos,buy,2025-07-30 21:27:00,1438.0 -14178,buy_contrast_m10_bb_pos,buy,2025-07-31 04:21:00,1445.0 -14179,buy_contrast_m10_bb_pos,buy,2025-07-31 04:24:00,1441.0 -14180,buy_contrast_m10_bb_pos,buy,2025-07-31 04:27:00,1443.0 -14181,buy_contrast_m10_bb_pos,buy,2025-07-31 14:51:00,1487.0 -14182,buy_contrast_m10_bb_pos,buy,2025-07-31 14:54:00,1488.0 -14183,buy_contrast_m10_bb_pos,buy,2025-07-31 14:57:00,1487.0 -14184,buy_contrast_m10_bb_pos,buy,2025-07-31 21:30:00,1490.0 -14185,buy_contrast_m10_bb_pos,buy,2025-07-31 21:33:00,1478.0 -14186,buy_contrast_m10_bb_pos,buy,2025-07-31 21:36:00,1480.0 -14187,buy_contrast_m10_bb_pos,buy,2025-07-31 21:39:00,1483.0 -14188,buy_contrast_m10_bb_pos,buy,2025-07-31 22:00:00,1484.0 -14189,buy_contrast_m10_bb_pos,buy,2025-07-31 22:03:00,1480.0 -14190,buy_contrast_m10_bb_pos,buy,2025-07-31 22:06:00,1472.0 -14191,buy_contrast_m10_bb_pos,buy,2025-07-31 22:09:00,1468.0 -14192,buy_contrast_m10_bb_pos,buy,2025-07-31 22:42:00,1469.0 -14193,buy_contrast_m10_bb_pos,buy,2025-07-31 22:45:00,1463.0 -14194,buy_contrast_m10_bb_pos,buy,2025-07-31 22:48:00,1466.0 -14195,buy_contrast_m10_bb_pos,buy,2025-07-31 22:51:00,1465.0 -14196,buy_contrast_m10_bb_pos,buy,2025-07-31 22:54:00,1472.0 -14197,buy_contrast_m10_bb_pos,buy,2025-07-31 22:57:00,1474.0 -14198,buy_contrast_m10_bb_pos,buy,2025-07-31 23:12:00,1462.0 -14199,buy_contrast_m10_bb_pos,buy,2025-07-31 23:15:00,1463.0 -14200,buy_contrast_m10_bb_pos,buy,2025-07-31 23:18:00,1453.0 -14201,buy_contrast_m10_bb_pos,buy,2025-07-31 23:21:00,1452.0 -14202,buy_contrast_m10_bb_pos,buy,2025-07-31 23:24:00,1452.0 -14203,buy_contrast_m10_bb_pos,buy,2025-07-31 23:27:00,1447.0 -14204,buy_contrast_m10_bb_pos,buy,2025-07-31 23:42:00,1452.0 -14205,buy_contrast_m10_bb_pos,buy,2025-07-31 23:45:00,1452.0 -14206,buy_contrast_m10_bb_pos,buy,2025-07-31 23:48:00,1455.0 -14207,buy_contrast_m10_bb_pos,buy,2025-08-01 00:00:00,1450.0 -14208,buy_contrast_m10_bb_pos,buy,2025-08-01 00:03:00,1449.0 -14209,buy_contrast_m10_bb_pos,buy,2025-08-01 00:06:00,1447.0 -14210,buy_contrast_m10_bb_pos,buy,2025-08-01 00:09:00,1448.0 -14211,buy_contrast_m10_bb_pos,buy,2025-08-01 00:12:00,1444.0 -14212,buy_contrast_m10_bb_pos,buy,2025-08-01 00:15:00,1449.0 -14213,buy_contrast_m10_bb_pos,buy,2025-08-01 00:18:00,1456.0 -14214,buy_contrast_m10_bb_pos,buy,2025-08-01 04:12:00,1451.0 -14215,buy_contrast_m10_bb_pos,buy,2025-08-01 04:15:00,1447.0 -14216,buy_contrast_m10_bb_pos,buy,2025-08-01 04:18:00,1450.0 -14217,buy_contrast_m10_bb_pos,buy,2025-08-01 04:30:00,1451.0 -14218,buy_contrast_m10_bb_pos,buy,2025-08-01 04:33:00,1454.0 -14219,buy_contrast_m10_bb_pos,buy,2025-08-01 04:36:00,1453.0 -14220,buy_contrast_m10_bb_pos,buy,2025-08-01 04:39:00,1453.0 -14221,buy_contrast_m10_bb_pos,buy,2025-08-01 05:12:00,1446.0 -14222,buy_contrast_m10_bb_pos,buy,2025-08-01 05:15:00,1448.0 -14223,buy_contrast_m10_bb_pos,buy,2025-08-01 05:18:00,1450.0 -14224,buy_contrast_m10_bb_pos,buy,2025-08-01 06:12:00,1445.0 -14225,buy_contrast_m10_bb_pos,buy,2025-08-01 06:15:00,1443.0 -14226,buy_contrast_m10_bb_pos,buy,2025-08-01 06:18:00,1442.0 -14227,buy_contrast_m10_bb_pos,buy,2025-08-01 06:21:00,1443.0 -14228,buy_contrast_m10_bb_pos,buy,2025-08-01 06:24:00,1439.0 -14229,buy_contrast_m10_bb_pos,buy,2025-08-01 06:27:00,1440.0 -14230,buy_contrast_m10_bb_pos,buy,2025-08-01 08:00:00,1411.0 -14231,buy_contrast_m10_bb_pos,buy,2025-08-01 08:03:00,1418.0 -14232,buy_contrast_m10_bb_pos,buy,2025-08-01 08:06:00,1421.0 -14233,buy_contrast_m10_bb_pos,buy,2025-08-01 08:09:00,1417.0 -14234,buy_contrast_m10_bb_pos,buy,2025-08-01 08:42:00,1398.0 -14235,buy_contrast_m10_bb_pos,buy,2025-08-01 08:45:00,1406.0 -14236,buy_contrast_m10_bb_pos,buy,2025-08-01 08:48:00,1402.0 -14237,buy_contrast_m10_bb_pos,buy,2025-08-01 09:12:00,1385.0 -14238,buy_contrast_m10_bb_pos,buy,2025-08-01 09:15:00,1377.0 -14239,buy_contrast_m10_bb_pos,buy,2025-08-01 09:18:00,1387.0 -14240,buy_contrast_m10_bb_pos,buy,2025-08-01 09:21:00,1391.0 -14241,buy_contrast_m10_bb_pos,buy,2025-08-01 09:24:00,1388.0 -14242,buy_contrast_m10_bb_pos,buy,2025-08-01 09:27:00,1383.0 -14243,buy_contrast_m10_bb_pos,buy,2025-08-01 09:30:00,1383.0 -14244,buy_contrast_m10_bb_pos,buy,2025-08-01 09:33:00,1382.0 -14245,buy_contrast_m10_bb_pos,buy,2025-08-01 09:36:00,1373.0 -14246,buy_contrast_m10_bb_pos,buy,2025-08-01 09:39:00,1378.0 -14247,buy_contrast_m10_bb_pos,buy,2025-08-01 09:42:00,1377.0 -14248,buy_contrast_m10_bb_pos,buy,2025-08-01 09:45:00,1373.0 -14249,buy_contrast_m10_bb_pos,buy,2025-08-01 09:48:00,1364.0 -14250,buy_contrast_m10_bb_pos,buy,2025-08-01 10:12:00,1371.0 -14251,buy_contrast_m10_bb_pos,buy,2025-08-01 10:15:00,1368.0 -14252,buy_contrast_m10_bb_pos,buy,2025-08-01 10:18:00,1368.0 -14253,buy_contrast_m10_bb_pos,buy,2025-08-01 10:21:00,1376.0 -14254,buy_contrast_m10_bb_pos,buy,2025-08-01 10:24:00,1372.0 -14255,buy_contrast_m10_bb_pos,buy,2025-08-01 10:27:00,1377.0 -14256,buy_contrast_m10_bb_pos,buy,2025-08-01 14:21:00,1376.0 -14257,buy_contrast_m10_bb_pos,buy,2025-08-01 14:24:00,1375.0 -14258,buy_contrast_m10_bb_pos,buy,2025-08-01 14:27:00,1377.0 -14259,buy_contrast_m10_bb_pos,buy,2025-08-01 14:30:00,1376.0 -14260,buy_contrast_m10_bb_pos,buy,2025-08-01 14:33:00,1374.0 -14261,buy_contrast_m10_bb_pos,buy,2025-08-01 14:36:00,1370.0 -14262,buy_contrast_m10_bb_pos,buy,2025-08-01 14:39:00,1374.0 -14263,buy_contrast_m10_bb_pos,buy,2025-08-01 15:00:00,1367.0 -14264,buy_contrast_m10_bb_pos,buy,2025-08-01 15:03:00,1364.0 -14265,buy_contrast_m10_bb_pos,buy,2025-08-01 15:06:00,1360.0 -14266,buy_contrast_m10_bb_pos,buy,2025-08-01 15:09:00,1371.0 -14267,buy_contrast_m10_bb_pos,buy,2025-08-01 15:21:00,1361.0 -14268,buy_contrast_m10_bb_pos,buy,2025-08-01 15:24:00,1364.0 -14269,buy_contrast_m10_bb_pos,buy,2025-08-01 15:27:00,1366.0 -14270,buy_contrast_m10_bb_pos,buy,2025-08-01 15:30:00,1362.0 -14271,buy_contrast_m10_bb_pos,buy,2025-08-01 15:33:00,1365.0 -14272,buy_contrast_m10_bb_pos,buy,2025-08-01 15:36:00,1363.0 -14273,buy_contrast_m10_bb_pos,buy,2025-08-01 15:39:00,1364.0 -14274,buy_contrast_m10_bb_pos,buy,2025-08-01 15:42:00,1359.0 -14275,buy_contrast_m10_bb_pos,buy,2025-08-01 15:45:00,1355.0 -14276,buy_contrast_m10_bb_pos,buy,2025-08-01 15:48:00,1362.0 -14277,buy_contrast_m10_bb_pos,buy,2025-08-01 17:42:00,1358.0 -14278,buy_contrast_m10_bb_pos,buy,2025-08-01 17:45:00,1356.0 -14279,buy_contrast_m10_bb_pos,buy,2025-08-01 17:48:00,1354.0 -14280,buy_contrast_m10_bb_pos,buy,2025-08-01 18:00:00,1347.0 -14281,buy_contrast_m10_bb_pos,buy,2025-08-01 18:03:00,1359.0 -14282,buy_contrast_m10_bb_pos,buy,2025-08-01 18:06:00,1359.0 -14283,buy_contrast_m10_bb_pos,buy,2025-08-01 18:09:00,1357.0 -14284,buy_contrast_m10_bb_pos,buy,2025-08-01 19:00:00,1347.0 -14285,buy_contrast_m10_bb_pos,buy,2025-08-01 19:03:00,1348.0 -14286,buy_contrast_m10_bb_pos,buy,2025-08-01 19:06:00,1348.0 -14287,buy_contrast_m10_bb_pos,buy,2025-08-01 19:09:00,1351.0 -14288,buy_contrast_m10_bb_pos,buy,2025-08-01 23:00:00,1341.0 -14289,buy_contrast_m10_bb_pos,buy,2025-08-01 23:03:00,1337.0 -14290,buy_contrast_m10_bb_pos,buy,2025-08-01 23:06:00,1345.0 -14291,buy_contrast_m10_bb_pos,buy,2025-08-01 23:09:00,1354.0 -14292,buy_contrast_m10_bb_pos,buy,2025-08-02 02:21:00,1354.0 -14293,buy_contrast_m10_bb_pos,buy,2025-08-02 02:24:00,1355.0 -14294,buy_contrast_m10_bb_pos,buy,2025-08-02 02:27:00,1353.0 -14295,buy_contrast_m10_bb_pos,buy,2025-08-02 02:51:00,1349.0 -14296,buy_contrast_m10_bb_pos,buy,2025-08-02 02:54:00,1344.0 -14297,buy_contrast_m10_bb_pos,buy,2025-08-02 02:57:00,1346.0 -14298,buy_contrast_m10_bb_pos,buy,2025-08-02 03:00:00,1347.0 -14299,buy_contrast_m10_bb_pos,buy,2025-08-02 03:03:00,1344.0 -14300,buy_contrast_m10_bb_pos,buy,2025-08-02 03:06:00,1343.0 -14301,buy_contrast_m10_bb_pos,buy,2025-08-02 03:09:00,1351.0 -14302,buy_contrast_m10_bb_pos,buy,2025-08-02 05:42:00,1340.0 -14303,buy_contrast_m10_bb_pos,buy,2025-08-02 05:45:00,1345.0 -14304,buy_contrast_m10_bb_pos,buy,2025-08-02 05:48:00,1348.0 -14305,buy_contrast_m10_bb_pos,buy,2025-08-02 07:12:00,1350.0 -14306,buy_contrast_m10_bb_pos,buy,2025-08-02 07:15:00,1349.0 -14307,buy_contrast_m10_bb_pos,buy,2025-08-02 07:18:00,1353.0 -14308,buy_contrast_m10_bb_pos,buy,2025-08-02 07:51:00,1332.0 -14309,buy_contrast_m10_bb_pos,buy,2025-08-02 07:54:00,1333.0 -14310,buy_contrast_m10_bb_pos,buy,2025-08-02 07:57:00,1334.0 -14311,buy_contrast_m10_bb_pos,buy,2025-08-02 08:00:00,1331.0 -14312,buy_contrast_m10_bb_pos,buy,2025-08-02 08:03:00,1328.0 -14313,buy_contrast_m10_bb_pos,buy,2025-08-02 08:06:00,1332.0 -14314,buy_contrast_m10_bb_pos,buy,2025-08-02 08:09:00,1338.0 -14315,buy_contrast_m10_bb_pos,buy,2025-08-02 14:21:00,1352.0 -14316,buy_contrast_m10_bb_pos,buy,2025-08-02 14:24:00,1350.0 -14317,buy_contrast_m10_bb_pos,buy,2025-08-02 14:27:00,1352.0 -14318,buy_contrast_m10_bb_pos,buy,2025-08-02 15:00:00,1350.0 -14319,buy_contrast_m10_bb_pos,buy,2025-08-02 15:03:00,1349.0 -14320,buy_contrast_m10_bb_pos,buy,2025-08-02 15:06:00,1346.0 -14321,buy_contrast_m10_bb_pos,buy,2025-08-02 15:09:00,1345.0 -14322,buy_contrast_m10_bb_pos,buy,2025-08-02 15:51:00,1332.0 -14323,buy_contrast_m10_bb_pos,buy,2025-08-02 15:54:00,1327.0 -14324,buy_contrast_m10_bb_pos,buy,2025-08-02 15:57:00,1330.0 -14325,buy_contrast_m10_bb_pos,buy,2025-08-02 16:00:00,1329.0 -14326,buy_contrast_m10_bb_pos,buy,2025-08-02 16:03:00,1330.0 -14327,buy_contrast_m10_bb_pos,buy,2025-08-02 16:06:00,1328.0 -14328,buy_contrast_m10_bb_pos,buy,2025-08-02 16:09:00,1324.0 -14329,buy_contrast_m10_bb_pos,buy,2025-08-02 23:51:00,1324.0 -14330,buy_contrast_m10_bb_pos,buy,2025-08-02 23:54:00,1318.0 -14331,buy_contrast_m10_bb_pos,buy,2025-08-02 23:57:00,1318.0 -14332,buy_contrast_m10_bb_pos,buy,2025-08-03 01:12:00,1311.0 -14333,buy_contrast_m10_bb_pos,buy,2025-08-03 01:15:00,1316.0 -14334,buy_contrast_m10_bb_pos,buy,2025-08-03 01:18:00,1312.0 -14335,buy_contrast_m10_bb_pos,buy,2025-08-03 01:21:00,1311.0 -14336,buy_contrast_m10_bb_pos,buy,2025-08-03 01:24:00,1313.0 -14337,buy_contrast_m10_bb_pos,buy,2025-08-03 01:27:00,1313.0 -14338,buy_contrast_m10_bb_pos,buy,2025-08-03 01:30:00,1313.0 -14339,buy_contrast_m10_bb_pos,buy,2025-08-03 01:33:00,1306.0 -14340,buy_contrast_m10_bb_pos,buy,2025-08-03 01:36:00,1305.0 -14341,buy_contrast_m10_bb_pos,buy,2025-08-03 01:39:00,1308.0 -14342,buy_contrast_m10_bb_pos,buy,2025-08-03 01:42:00,1316.0 -14343,buy_contrast_m10_bb_pos,buy,2025-08-03 01:45:00,1322.0 -14344,buy_contrast_m10_bb_pos,buy,2025-08-03 01:48:00,1324.0 -14345,buy_contrast_m10_bb_pos,buy,2025-08-03 03:12:00,1301.0 -14346,buy_contrast_m10_bb_pos,buy,2025-08-03 03:15:00,1296.0 -14347,buy_contrast_m10_bb_pos,buy,2025-08-03 03:18:00,1299.0 -14348,buy_contrast_m10_bb_pos,buy,2025-08-03 03:21:00,1303.0 -14349,buy_contrast_m10_bb_pos,buy,2025-08-03 03:24:00,1303.0 -14350,buy_contrast_m10_bb_pos,buy,2025-08-03 03:27:00,1297.0 -14351,buy_contrast_m10_bb_pos,buy,2025-08-03 04:00:00,1292.0 -14352,buy_contrast_m10_bb_pos,buy,2025-08-03 04:03:00,1290.0 -14353,buy_contrast_m10_bb_pos,buy,2025-08-03 04:06:00,1294.0 -14354,buy_contrast_m10_bb_pos,buy,2025-08-03 04:09:00,1299.0 -14355,buy_contrast_m10_bb_pos,buy,2025-08-03 08:21:00,1302.0 -14356,buy_contrast_m10_bb_pos,buy,2025-08-03 08:24:00,1301.0 -14357,buy_contrast_m10_bb_pos,buy,2025-08-03 08:27:00,1300.0 -14358,buy_contrast_m10_bb_pos,buy,2025-08-03 22:51:00,1349.0 -14359,buy_contrast_m10_bb_pos,buy,2025-08-03 22:54:00,1350.0 -14360,buy_contrast_m10_bb_pos,buy,2025-08-03 22:57:00,1352.0 -14361,buy_contrast_m10_bb_pos,buy,2025-08-04 14:12:00,1373.0 -14362,buy_contrast_m10_bb_pos,buy,2025-08-04 14:15:00,1376.0 -14363,buy_contrast_m10_bb_pos,buy,2025-08-04 14:18:00,1372.0 -14364,buy_contrast_m10_bb_pos,buy,2025-08-04 14:30:00,1372.0 -14365,buy_contrast_m10_bb_pos,buy,2025-08-04 14:33:00,1372.0 -14366,buy_contrast_m10_bb_pos,buy,2025-08-04 14:36:00,1370.0 -14367,buy_contrast_m10_bb_pos,buy,2025-08-04 14:39:00,1372.0 -14368,buy_contrast_m10_bb_pos,buy,2025-08-04 14:42:00,1370.0 -14369,buy_contrast_m10_bb_pos,buy,2025-08-04 14:45:00,1369.0 -14370,buy_contrast_m10_bb_pos,buy,2025-08-04 14:48:00,1368.0 -14371,buy_contrast_m10_bb_pos,buy,2025-08-04 14:51:00,1370.0 -14372,buy_contrast_m10_bb_pos,buy,2025-08-04 14:54:00,1372.0 -14373,buy_contrast_m10_bb_pos,buy,2025-08-04 14:57:00,1376.0 -14374,buy_contrast_m10_bb_pos,buy,2025-08-04 18:51:00,1372.0 -14375,buy_contrast_m10_bb_pos,buy,2025-08-04 18:54:00,1371.0 -14376,buy_contrast_m10_bb_pos,buy,2025-08-04 18:57:00,1370.0 -14377,buy_contrast_m10_bb_pos,buy,2025-08-04 19:00:00,1370.0 -14378,buy_contrast_m10_bb_pos,buy,2025-08-04 19:03:00,1368.0 -14379,buy_contrast_m10_bb_pos,buy,2025-08-04 19:06:00,1369.0 -14380,buy_contrast_m10_bb_pos,buy,2025-08-04 19:09:00,1369.0 -14381,buy_contrast_m10_bb_pos,buy,2025-08-04 19:12:00,1371.0 -14382,buy_contrast_m10_bb_pos,buy,2025-08-04 19:15:00,1374.0 -14383,buy_contrast_m10_bb_pos,buy,2025-08-04 19:18:00,1372.0 -14384,buy_contrast_m10_bb_pos,buy,2025-08-04 20:42:00,1368.0 -14385,buy_contrast_m10_bb_pos,buy,2025-08-04 20:45:00,1366.0 -14386,buy_contrast_m10_bb_pos,buy,2025-08-04 20:48:00,1366.0 -14387,buy_contrast_m10_bb_pos,buy,2025-08-04 21:00:00,1366.0 -14388,buy_contrast_m10_bb_pos,buy,2025-08-04 21:03:00,1365.0 -14389,buy_contrast_m10_bb_pos,buy,2025-08-04 21:06:00,1366.0 -14390,buy_contrast_m10_bb_pos,buy,2025-08-04 21:09:00,1367.0 -14391,buy_contrast_m10_bb_pos,buy,2025-08-04 21:51:00,1365.0 -14392,buy_contrast_m10_bb_pos,buy,2025-08-04 21:54:00,1369.0 -14393,buy_contrast_m10_bb_pos,buy,2025-08-04 21:57:00,1368.0 -14394,buy_contrast_m10_bb_pos,buy,2025-08-04 22:30:00,1364.0 -14395,buy_contrast_m10_bb_pos,buy,2025-08-04 22:33:00,1369.0 -14396,buy_contrast_m10_bb_pos,buy,2025-08-04 22:36:00,1379.0 -14397,buy_contrast_m10_bb_pos,buy,2025-08-04 22:39:00,1378.0 -14398,buy_contrast_m10_bb_pos,buy,2025-08-05 03:42:00,1386.0 -14399,buy_contrast_m10_bb_pos,buy,2025-08-05 03:45:00,1386.0 -14400,buy_contrast_m10_bb_pos,buy,2025-08-05 03:48:00,1384.0 -14401,buy_contrast_m10_bb_pos,buy,2025-08-05 04:12:00,1384.0 -14402,buy_contrast_m10_bb_pos,buy,2025-08-05 04:15:00,1382.0 -14403,buy_contrast_m10_bb_pos,buy,2025-08-05 04:18:00,1371.0 -14404,buy_contrast_m10_bb_pos,buy,2025-08-05 04:42:00,1371.0 -14405,buy_contrast_m10_bb_pos,buy,2025-08-05 04:45:00,1372.0 -14406,buy_contrast_m10_bb_pos,buy,2025-08-05 04:48:00,1371.0 -14407,buy_contrast_m10_bb_pos,buy,2025-08-05 04:51:00,1370.0 -14408,buy_contrast_m10_bb_pos,buy,2025-08-05 04:54:00,1370.0 -14409,buy_contrast_m10_bb_pos,buy,2025-08-05 04:57:00,1369.0 -14410,buy_contrast_m10_bb_pos,buy,2025-08-05 05:00:00,1366.0 -14411,buy_contrast_m10_bb_pos,buy,2025-08-05 05:03:00,1367.0 -14412,buy_contrast_m10_bb_pos,buy,2025-08-05 05:06:00,1372.0 -14413,buy_contrast_m10_bb_pos,buy,2025-08-05 05:09:00,1375.0 -14414,buy_contrast_m10_bb_pos,buy,2025-08-05 09:51:00,1390.0 -14415,buy_contrast_m10_bb_pos,buy,2025-08-05 09:54:00,1387.0 -14416,buy_contrast_m10_bb_pos,buy,2025-08-05 09:57:00,1387.0 -14417,buy_contrast_m10_bb_pos,buy,2025-08-05 10:00:00,1389.0 -14418,buy_contrast_m10_bb_pos,buy,2025-08-05 10:03:00,1387.0 -14419,buy_contrast_m10_bb_pos,buy,2025-08-05 10:06:00,1387.0 -14420,buy_contrast_m10_bb_pos,buy,2025-08-05 10:09:00,1392.0 -14421,buy_contrast_m10_bb_pos,buy,2025-08-05 10:30:00,1385.0 -14422,buy_contrast_m10_bb_pos,buy,2025-08-05 10:33:00,1382.0 -14423,buy_contrast_m10_bb_pos,buy,2025-08-05 10:36:00,1382.0 -14424,buy_contrast_m10_bb_pos,buy,2025-08-05 10:39:00,1381.0 -14425,buy_contrast_m10_bb_pos,buy,2025-08-05 11:12:00,1378.0 -14426,buy_contrast_m10_bb_pos,buy,2025-08-05 11:15:00,1375.0 -14427,buy_contrast_m10_bb_pos,buy,2025-08-05 11:18:00,1375.0 -14428,buy_contrast_m10_bb_pos,buy,2025-08-05 11:21:00,1375.0 -14429,buy_contrast_m10_bb_pos,buy,2025-08-05 11:24:00,1374.0 -14430,buy_contrast_m10_bb_pos,buy,2025-08-05 11:27:00,1374.0 -14431,buy_contrast_m10_bb_pos,buy,2025-08-05 11:42:00,1373.0 -14432,buy_contrast_m10_bb_pos,buy,2025-08-05 11:45:00,1375.0 -14433,buy_contrast_m10_bb_pos,buy,2025-08-05 11:48:00,1372.0 -14434,buy_contrast_m10_bb_pos,buy,2025-08-05 12:51:00,1355.0 -14435,buy_contrast_m10_bb_pos,buy,2025-08-05 12:54:00,1355.0 -14436,buy_contrast_m10_bb_pos,buy,2025-08-05 12:57:00,1355.0 -14437,buy_contrast_m10_bb_pos,buy,2025-08-05 13:00:00,1355.0 -14438,buy_contrast_m10_bb_pos,buy,2025-08-05 13:03:00,1355.0 -14439,buy_contrast_m10_bb_pos,buy,2025-08-05 13:06:00,1357.0 -14440,buy_contrast_m10_bb_pos,buy,2025-08-05 13:09:00,1358.0 -14441,buy_contrast_m10_bb_pos,buy,2025-08-05 13:42:00,1349.0 -14442,buy_contrast_m10_bb_pos,buy,2025-08-05 13:45:00,1350.0 -14443,buy_contrast_m10_bb_pos,buy,2025-08-05 13:48:00,1349.0 -14444,buy_contrast_m10_bb_pos,buy,2025-08-05 15:42:00,1347.0 -14445,buy_contrast_m10_bb_pos,buy,2025-08-05 15:45:00,1347.0 -14446,buy_contrast_m10_bb_pos,buy,2025-08-05 15:48:00,1341.0 -14447,buy_contrast_m10_bb_pos,buy,2025-08-05 17:12:00,1318.0 -14448,buy_contrast_m10_bb_pos,buy,2025-08-05 17:15:00,1318.0 -14449,buy_contrast_m10_bb_pos,buy,2025-08-05 17:18:00,1323.0 -14450,buy_contrast_m10_bb_pos,buy,2025-08-05 21:42:00,1337.0 -14451,buy_contrast_m10_bb_pos,buy,2025-08-05 21:45:00,1338.0 -14452,buy_contrast_m10_bb_pos,buy,2025-08-05 21:48:00,1337.0 -14453,buy_contrast_m10_bb_pos,buy,2025-08-05 23:12:00,1328.0 -14454,buy_contrast_m10_bb_pos,buy,2025-08-05 23:15:00,1331.0 -14455,buy_contrast_m10_bb_pos,buy,2025-08-05 23:18:00,1322.0 -14456,buy_contrast_m10_bb_pos,buy,2025-08-05 23:51:00,1322.0 -14457,buy_contrast_m10_bb_pos,buy,2025-08-05 23:54:00,1321.0 -14458,buy_contrast_m10_bb_pos,buy,2025-08-05 23:57:00,1318.0 -14459,buy_contrast_m10_bb_pos,buy,2025-08-06 00:00:00,1320.0 -14460,buy_contrast_m10_bb_pos,buy,2025-08-06 00:03:00,1325.0 -14461,buy_contrast_m10_bb_pos,buy,2025-08-06 00:06:00,1326.0 -14462,buy_contrast_m10_bb_pos,buy,2025-08-06 00:09:00,1329.0 -14463,buy_contrast_m10_bb_pos,buy,2025-08-06 00:30:00,1319.0 -14464,buy_contrast_m10_bb_pos,buy,2025-08-06 00:33:00,1315.0 -14465,buy_contrast_m10_bb_pos,buy,2025-08-06 00:36:00,1310.0 -14466,buy_contrast_m10_bb_pos,buy,2025-08-06 00:39:00,1308.0 -14467,buy_contrast_m10_bb_pos,buy,2025-08-06 00:42:00,1312.0 -14468,buy_contrast_m10_bb_pos,buy,2025-08-06 00:45:00,1314.0 -14469,buy_contrast_m10_bb_pos,buy,2025-08-06 00:48:00,1310.0 -14470,buy_contrast_m10_bb_pos,buy,2025-08-06 00:51:00,1312.0 -14471,buy_contrast_m10_bb_pos,buy,2025-08-06 00:54:00,1310.0 -14472,buy_contrast_m10_bb_pos,buy,2025-08-06 00:57:00,1312.0 -14473,buy_contrast_m10_bb_pos,buy,2025-08-06 04:30:00,1314.0 -14474,buy_contrast_m10_bb_pos,buy,2025-08-06 04:36:00,1312.0 -14475,buy_contrast_m10_bb_pos,buy,2025-08-06 04:39:00,1315.0 -14476,buy_contrast_m10_bb_pos,buy,2025-08-06 04:51:00,1311.0 -14477,buy_contrast_m10_bb_pos,buy,2025-08-06 04:54:00,1310.0 -14478,buy_contrast_m10_bb_pos,buy,2025-08-06 04:57:00,1313.0 -14479,buy_contrast_m10_bb_pos,buy,2025-08-06 05:00:00,1312.0 -14480,buy_contrast_m10_bb_pos,buy,2025-08-06 05:03:00,1316.0 -14481,buy_contrast_m10_bb_pos,buy,2025-08-06 05:06:00,1316.0 -14482,buy_contrast_m10_bb_pos,buy,2025-08-06 05:09:00,1316.0 -14483,buy_contrast_m10_bb_pos,buy,2025-08-06 10:30:00,1303.0 -14484,buy_contrast_m10_bb_pos,buy,2025-08-06 10:33:00,1306.0 -14485,buy_contrast_m10_bb_pos,buy,2025-08-06 10:36:00,1307.0 -14486,buy_contrast_m10_bb_pos,buy,2025-08-06 10:39:00,1308.0 -14487,buy_contrast_m10_bb_pos,buy,2025-08-06 10:51:00,1307.0 -14488,buy_contrast_m10_bb_pos,buy,2025-08-06 10:54:00,1309.0 -14489,buy_contrast_m10_bb_pos,buy,2025-08-06 10:57:00,1310.0 -14490,buy_contrast_m10_bb_pos,buy,2025-08-06 13:00:00,1301.0 -14491,buy_contrast_m10_bb_pos,buy,2025-08-06 13:03:00,1299.0 -14492,buy_contrast_m10_bb_pos,buy,2025-08-06 13:06:00,1294.0 -14493,buy_contrast_m10_bb_pos,buy,2025-08-06 13:09:00,1295.0 -14494,buy_contrast_m10_bb_pos,buy,2025-08-06 13:51:00,1293.0 -14495,buy_contrast_m10_bb_pos,buy,2025-08-06 13:54:00,1292.0 -14496,buy_contrast_m10_bb_pos,buy,2025-08-06 13:57:00,1291.0 -14497,buy_contrast_m10_bb_pos,buy,2025-08-06 14:00:00,1290.0 -14498,buy_contrast_m10_bb_pos,buy,2025-08-06 14:03:00,1291.0 -14499,buy_contrast_m10_bb_pos,buy,2025-08-06 14:06:00,1296.0 -14500,buy_contrast_m10_bb_pos,buy,2025-08-06 14:09:00,1302.0 -14501,buy_contrast_m10_bb_pos,buy,2025-08-06 17:51:00,1312.0 -14502,buy_contrast_m10_bb_pos,buy,2025-08-06 17:54:00,1311.0 -14503,buy_contrast_m10_bb_pos,buy,2025-08-06 17:57:00,1317.0 -14504,buy_contrast_m10_bb_pos,buy,2025-08-06 19:12:00,1312.0 -14505,buy_contrast_m10_bb_pos,buy,2025-08-06 19:15:00,1313.0 -14506,buy_contrast_m10_bb_pos,buy,2025-08-06 19:18:00,1314.0 -14507,buy_contrast_m10_bb_pos,buy,2025-08-06 19:21:00,1308.0 -14508,buy_contrast_m10_bb_pos,buy,2025-08-06 19:24:00,1309.0 -14509,buy_contrast_m10_bb_pos,buy,2025-08-06 19:27:00,1309.0 -14510,buy_contrast_m10_bb_pos,buy,2025-08-06 19:30:00,1308.0 -14511,buy_contrast_m10_bb_pos,buy,2025-08-06 19:33:00,1312.0 -14512,buy_contrast_m10_bb_pos,buy,2025-08-06 19:36:00,1312.0 -14513,buy_contrast_m10_bb_pos,buy,2025-08-06 19:39:00,1314.0 -14514,buy_contrast_m10_bb_pos,buy,2025-08-06 20:51:00,1308.0 -14515,buy_contrast_m10_bb_pos,buy,2025-08-06 20:54:00,1307.0 -14516,buy_contrast_m10_bb_pos,buy,2025-08-06 20:57:00,1309.0 -14517,buy_contrast_m10_bb_pos,buy,2025-08-06 21:21:00,1307.0 -14518,buy_contrast_m10_bb_pos,buy,2025-08-06 21:24:00,1305.0 -14519,buy_contrast_m10_bb_pos,buy,2025-08-06 21:27:00,1305.0 -14520,buy_contrast_m10_bb_pos,buy,2025-08-06 21:30:00,1305.0 -14521,buy_contrast_m10_bb_pos,buy,2025-08-06 21:33:00,1305.0 -14522,buy_contrast_m10_bb_pos,buy,2025-08-06 21:36:00,1309.0 -14523,buy_contrast_m10_bb_pos,buy,2025-08-06 21:39:00,1308.0 -14524,buy_contrast_m10_bb_pos,buy,2025-08-06 21:42:00,1305.0 -14525,buy_contrast_m10_bb_pos,buy,2025-08-06 21:45:00,1303.0 -14526,buy_contrast_m10_bb_pos,buy,2025-08-06 21:48:00,1305.0 -14527,buy_contrast_m10_bb_pos,buy,2025-08-06 21:51:00,1303.0 -14528,buy_contrast_m10_bb_pos,buy,2025-08-06 21:54:00,1304.0 -14529,buy_contrast_m10_bb_pos,buy,2025-08-06 21:57:00,1304.0 -14530,buy_contrast_m10_bb_pos,buy,2025-08-06 22:00:00,1304.0 -14531,buy_contrast_m10_bb_pos,buy,2025-08-06 22:03:00,1304.0 -14532,buy_contrast_m10_bb_pos,buy,2025-08-06 22:06:00,1305.0 -14533,buy_contrast_m10_bb_pos,buy,2025-08-06 22:09:00,1303.0 -14534,buy_contrast_m10_bb_pos,buy,2025-08-06 22:12:00,1303.0 -14535,buy_contrast_m10_bb_pos,buy,2025-08-06 22:15:00,1306.0 -14536,buy_contrast_m10_bb_pos,buy,2025-08-06 22:18:00,1304.0 -14537,buy_contrast_m10_bb_pos,buy,2025-08-07 06:51:00,1335.0 -14538,buy_contrast_m10_bb_pos,buy,2025-08-07 06:54:00,1336.0 -14539,buy_contrast_m10_bb_pos,buy,2025-08-07 06:57:00,1337.0 -14540,buy_contrast_m10_bb_pos,buy,2025-08-07 18:00:00,1346.0 -14541,buy_contrast_m10_bb_pos,buy,2025-08-07 18:03:00,1344.0 -14542,buy_contrast_m10_bb_pos,buy,2025-08-07 18:06:00,1345.0 -14543,buy_contrast_m10_bb_pos,buy,2025-08-07 18:09:00,1346.0 -14544,buy_contrast_m10_bb_pos,buy,2025-08-07 18:12:00,1346.0 -14545,buy_contrast_m10_bb_pos,buy,2025-08-07 18:15:00,1348.0 -14546,buy_contrast_m10_bb_pos,buy,2025-08-07 18:18:00,1349.0 -14547,buy_contrast_m10_bb_pos,buy,2025-08-07 23:42:00,1382.0 -14548,buy_contrast_m10_bb_pos,buy,2025-08-07 23:45:00,1383.0 -14549,buy_contrast_m10_bb_pos,buy,2025-08-07 23:48:00,1379.0 -14550,buy_contrast_m10_bb_pos,buy,2025-08-07 23:51:00,1384.0 -14551,buy_contrast_m10_bb_pos,buy,2025-08-07 23:54:00,1382.0 -14552,buy_contrast_m10_bb_pos,buy,2025-08-07 23:57:00,1384.0 -14553,buy_contrast_m10_bb_pos,buy,2025-08-08 00:12:00,1381.0 -14554,buy_contrast_m10_bb_pos,buy,2025-08-08 00:15:00,1381.0 -14555,buy_contrast_m10_bb_pos,buy,2025-08-08 00:18:00,1383.0 -14556,buy_contrast_m10_bb_pos,buy,2025-08-08 02:00:00,1378.0 -14557,buy_contrast_m10_bb_pos,buy,2025-08-08 02:03:00,1381.0 -14558,buy_contrast_m10_bb_pos,buy,2025-08-08 02:06:00,1377.0 -14559,buy_contrast_m10_bb_pos,buy,2025-08-08 02:09:00,1380.0 -14560,buy_contrast_m10_bb_pos,buy,2025-08-08 02:12:00,1378.0 -14561,buy_contrast_m10_bb_pos,buy,2025-08-08 02:15:00,1379.0 -14562,buy_contrast_m10_bb_pos,buy,2025-08-08 02:18:00,1382.0 -14563,buy_contrast_m10_bb_pos,buy,2025-08-08 03:00:00,1375.0 -14564,buy_contrast_m10_bb_pos,buy,2025-08-08 03:03:00,1375.0 -14565,buy_contrast_m10_bb_pos,buy,2025-08-08 03:06:00,1378.0 -14566,buy_contrast_m10_bb_pos,buy,2025-08-08 03:09:00,1377.0 -14567,buy_contrast_m10_bb_pos,buy,2025-08-08 03:21:00,1372.0 -14568,buy_contrast_m10_bb_pos,buy,2025-08-08 03:24:00,1373.0 -14569,buy_contrast_m10_bb_pos,buy,2025-08-08 03:27:00,1376.0 -14570,buy_contrast_m10_bb_pos,buy,2025-08-08 03:51:00,1368.0 -14571,buy_contrast_m10_bb_pos,buy,2025-08-08 03:54:00,1370.0 -14572,buy_contrast_m10_bb_pos,buy,2025-08-08 03:57:00,1373.0 -14573,buy_contrast_m10_bb_pos,buy,2025-08-08 11:21:00,1397.0 -14574,buy_contrast_m10_bb_pos,buy,2025-08-08 11:24:00,1400.0 -14575,buy_contrast_m10_bb_pos,buy,2025-08-08 11:27:00,1398.0 -14576,buy_contrast_m10_bb_pos,buy,2025-08-08 14:12:00,1400.0 -14577,buy_contrast_m10_bb_pos,buy,2025-08-08 14:15:00,1400.0 -14578,buy_contrast_m10_bb_pos,buy,2025-08-08 14:18:00,1401.0 -14579,buy_contrast_m10_bb_pos,buy,2025-08-08 14:30:00,1396.0 -14580,buy_contrast_m10_bb_pos,buy,2025-08-08 14:33:00,1394.0 -14581,buy_contrast_m10_bb_pos,buy,2025-08-08 14:36:00,1392.0 -14582,buy_contrast_m10_bb_pos,buy,2025-08-08 14:39:00,1393.0 -14583,buy_contrast_m10_bb_pos,buy,2025-08-08 14:42:00,1395.0 -14584,buy_contrast_m10_bb_pos,buy,2025-08-08 14:45:00,1395.0 -14585,buy_contrast_m10_bb_pos,buy,2025-08-08 14:48:00,1392.0 -14586,buy_contrast_m10_bb_pos,buy,2025-08-08 14:51:00,1392.0 -14587,buy_contrast_m10_bb_pos,buy,2025-08-08 14:54:00,1392.0 -14588,buy_contrast_m10_bb_pos,buy,2025-08-08 14:57:00,1392.0 -14589,buy_contrast_m10_bb_pos,buy,2025-08-08 15:00:00,1392.0 -14590,buy_contrast_m10_bb_pos,buy,2025-08-08 15:03:00,1393.0 -14591,buy_contrast_m10_bb_pos,buy,2025-08-08 15:06:00,1393.0 -14592,buy_contrast_m10_bb_pos,buy,2025-08-08 15:09:00,1391.0 -14593,buy_contrast_m10_bb_pos,buy,2025-08-08 15:12:00,1392.0 -14594,buy_contrast_m10_bb_pos,buy,2025-08-08 15:15:00,1394.0 -14595,buy_contrast_m10_bb_pos,buy,2025-08-08 15:18:00,1397.0 -14596,buy_contrast_m10_bb_pos,buy,2025-08-08 21:21:00,1399.0 -14597,buy_contrast_m10_bb_pos,buy,2025-08-08 21:24:00,1400.0 -14598,buy_contrast_m10_bb_pos,buy,2025-08-08 21:27:00,1400.0 -14599,buy_contrast_m10_bb_pos,buy,2025-08-08 22:12:00,1399.0 -14600,buy_contrast_m10_bb_pos,buy,2025-08-08 22:15:00,1397.0 -14601,buy_contrast_m10_bb_pos,buy,2025-08-08 22:18:00,1399.0 -14602,buy_contrast_m10_bb_pos,buy,2025-08-09 00:12:00,1385.0 -14603,buy_contrast_m10_bb_pos,buy,2025-08-09 00:15:00,1390.0 -14604,buy_contrast_m10_bb_pos,buy,2025-08-09 00:18:00,1387.0 -14605,buy_contrast_m10_bb_pos,buy,2025-08-09 08:51:00,1421.0 -14606,buy_contrast_m10_bb_pos,buy,2025-08-09 08:54:00,1420.0 -14607,buy_contrast_m10_bb_pos,buy,2025-08-09 08:57:00,1420.0 -14608,buy_contrast_m10_bb_pos,buy,2025-08-09 09:00:00,1419.0 -14609,buy_contrast_m10_bb_pos,buy,2025-08-09 09:03:00,1421.0 -14610,buy_contrast_m10_bb_pos,buy,2025-08-09 09:06:00,1429.0 -14611,buy_contrast_m10_bb_pos,buy,2025-08-09 09:09:00,1428.0 -14612,buy_contrast_m10_bb_pos,buy,2025-08-09 13:12:00,1422.0 -14613,buy_contrast_m10_bb_pos,buy,2025-08-09 13:15:00,1426.0 -14614,buy_contrast_m10_bb_pos,buy,2025-08-09 13:18:00,1425.0 -14615,buy_contrast_m10_bb_pos,buy,2025-08-09 23:12:00,1469.0 -14616,buy_contrast_m10_bb_pos,buy,2025-08-09 23:15:00,1473.0 -14617,buy_contrast_m10_bb_pos,buy,2025-08-09 23:18:00,1472.0 -14618,buy_contrast_m10_bb_pos,buy,2025-08-10 08:12:00,1483.0 -14619,buy_contrast_m10_bb_pos,buy,2025-08-10 08:15:00,1481.0 -14620,buy_contrast_m10_bb_pos,buy,2025-08-10 08:18:00,1486.0 -14621,buy_contrast_m10_bb_pos,buy,2025-08-10 08:30:00,1482.0 -14622,buy_contrast_m10_bb_pos,buy,2025-08-10 08:33:00,1485.0 -14623,buy_contrast_m10_bb_pos,buy,2025-08-10 08:36:00,1484.0 -14624,buy_contrast_m10_bb_pos,buy,2025-08-10 08:39:00,1486.0 -14625,buy_contrast_m10_bb_pos,buy,2025-08-10 12:12:00,1479.0 -14626,buy_contrast_m10_bb_pos,buy,2025-08-10 12:15:00,1486.0 -14627,buy_contrast_m10_bb_pos,buy,2025-08-10 12:18:00,1488.0 -14628,buy_contrast_m10_bb_pos,buy,2025-08-10 15:00:00,1478.0 -14629,buy_contrast_m10_bb_pos,buy,2025-08-10 15:03:00,1475.0 -14630,buy_contrast_m10_bb_pos,buy,2025-08-10 15:06:00,1477.0 -14631,buy_contrast_m10_bb_pos,buy,2025-08-10 15:09:00,1477.0 -14632,buy_contrast_m10_bb_pos,buy,2025-08-10 15:12:00,1476.0 -14633,buy_contrast_m10_bb_pos,buy,2025-08-10 15:15:00,1475.0 -14634,buy_contrast_m10_bb_pos,buy,2025-08-10 15:18:00,1465.0 -14635,buy_contrast_m10_bb_pos,buy,2025-08-10 15:42:00,1466.0 -14636,buy_contrast_m10_bb_pos,buy,2025-08-10 15:45:00,1467.0 -14637,buy_contrast_m10_bb_pos,buy,2025-08-10 15:48:00,1467.0 -14638,buy_contrast_m10_bb_pos,buy,2025-08-10 15:51:00,1465.0 -14639,buy_contrast_m10_bb_pos,buy,2025-08-10 15:54:00,1468.0 -14640,buy_contrast_m10_bb_pos,buy,2025-08-10 15:57:00,1466.0 -14641,buy_contrast_m10_bb_pos,buy,2025-08-10 16:51:00,1440.0 -14642,buy_contrast_m10_bb_pos,buy,2025-08-10 16:54:00,1436.0 -14643,buy_contrast_m10_bb_pos,buy,2025-08-10 16:57:00,1437.0 -14644,buy_contrast_m10_bb_pos,buy,2025-08-10 17:21:00,1428.0 -14645,buy_contrast_m10_bb_pos,buy,2025-08-10 17:24:00,1431.0 -14646,buy_contrast_m10_bb_pos,buy,2025-08-10 17:27:00,1431.0 -14647,buy_contrast_m10_bb_pos,buy,2025-08-10 21:00:00,1433.0 -14648,buy_contrast_m10_bb_pos,buy,2025-08-10 21:03:00,1433.0 -14649,buy_contrast_m10_bb_pos,buy,2025-08-10 21:06:00,1435.0 -14650,buy_contrast_m10_bb_pos,buy,2025-08-10 21:09:00,1435.0 -14651,buy_contrast_m10_bb_pos,buy,2025-08-10 21:21:00,1431.0 -14652,buy_contrast_m10_bb_pos,buy,2025-08-10 21:24:00,1434.0 -14653,buy_contrast_m10_bb_pos,buy,2025-08-10 21:27:00,1433.0 -14654,buy_contrast_m10_bb_pos,buy,2025-08-10 22:42:00,1429.0 -14655,buy_contrast_m10_bb_pos,buy,2025-08-10 22:45:00,1430.0 -14656,buy_contrast_m10_bb_pos,buy,2025-08-10 22:48:00,1428.0 -14657,buy_contrast_m10_bb_pos,buy,2025-08-10 22:51:00,1430.0 -14658,buy_contrast_m10_bb_pos,buy,2025-08-10 22:54:00,1431.0 -14659,buy_contrast_m10_bb_pos,buy,2025-08-10 22:57:00,1428.0 -14660,buy_contrast_m10_bb_pos,buy,2025-08-11 06:12:00,1471.0 -14661,buy_contrast_m10_bb_pos,buy,2025-08-11 06:15:00,1472.0 -14662,buy_contrast_m10_bb_pos,buy,2025-08-11 06:18:00,1471.0 -14663,buy_contrast_m10_bb_pos,buy,2025-08-11 07:12:00,1471.0 -14664,buy_contrast_m10_bb_pos,buy,2025-08-11 07:15:00,1468.0 -14665,buy_contrast_m10_bb_pos,buy,2025-08-11 07:18:00,1471.0 -14666,buy_contrast_m10_bb_pos,buy,2025-08-11 10:00:00,1469.0 -14667,buy_contrast_m10_bb_pos,buy,2025-08-11 10:03:00,1467.0 -14668,buy_contrast_m10_bb_pos,buy,2025-08-11 10:06:00,1471.0 -14669,buy_contrast_m10_bb_pos,buy,2025-08-11 10:09:00,1472.0 -14670,buy_contrast_m10_bb_pos,buy,2025-08-11 14:00:00,1493.0 -14671,buy_contrast_m10_bb_pos,buy,2025-08-11 14:03:00,1494.0 -14672,buy_contrast_m10_bb_pos,buy,2025-08-11 14:06:00,1499.0 -14673,buy_contrast_m10_bb_pos,buy,2025-08-11 14:09:00,1497.0 -14674,buy_contrast_m10_bb_pos,buy,2025-08-11 14:30:00,1493.0 -14675,buy_contrast_m10_bb_pos,buy,2025-08-11 14:33:00,1494.0 -14676,buy_contrast_m10_bb_pos,buy,2025-08-11 14:36:00,1493.0 -14677,buy_contrast_m10_bb_pos,buy,2025-08-11 14:39:00,1493.0 -14678,buy_contrast_m10_bb_pos,buy,2025-08-11 14:42:00,1494.0 -14679,buy_contrast_m10_bb_pos,buy,2025-08-11 14:45:00,1493.0 -14680,buy_contrast_m10_bb_pos,buy,2025-08-11 14:48:00,1491.0 -14681,buy_contrast_m10_bb_pos,buy,2025-08-11 14:51:00,1491.0 -14682,buy_contrast_m10_bb_pos,buy,2025-08-11 14:54:00,1493.0 -14683,buy_contrast_m10_bb_pos,buy,2025-08-11 14:57:00,1491.0 -14684,buy_contrast_m10_bb_pos,buy,2025-08-11 15:12:00,1491.0 -14685,buy_contrast_m10_bb_pos,buy,2025-08-11 15:15:00,1492.0 -14686,buy_contrast_m10_bb_pos,buy,2025-08-11 15:18:00,1489.0 -14687,buy_contrast_m10_bb_pos,buy,2025-08-11 16:00:00,1488.0 -14688,buy_contrast_m10_bb_pos,buy,2025-08-11 16:03:00,1488.0 -14689,buy_contrast_m10_bb_pos,buy,2025-08-11 16:06:00,1489.0 -14690,buy_contrast_m10_bb_pos,buy,2025-08-11 16:09:00,1490.0 -14691,buy_contrast_m10_bb_pos,buy,2025-08-11 19:12:00,1459.0 -14692,buy_contrast_m10_bb_pos,buy,2025-08-11 19:15:00,1459.0 -14693,buy_contrast_m10_bb_pos,buy,2025-08-11 19:18:00,1459.0 -14694,buy_contrast_m10_bb_pos,buy,2025-08-11 19:51:00,1458.0 -14695,buy_contrast_m10_bb_pos,buy,2025-08-11 19:54:00,1455.0 -14696,buy_contrast_m10_bb_pos,buy,2025-08-11 19:57:00,1453.0 -14697,buy_contrast_m10_bb_pos,buy,2025-08-11 20:00:00,1454.0 -14698,buy_contrast_m10_bb_pos,buy,2025-08-11 20:03:00,1453.0 -14699,buy_contrast_m10_bb_pos,buy,2025-08-11 20:06:00,1448.0 -14700,buy_contrast_m10_bb_pos,buy,2025-08-11 20:09:00,1447.0 -14701,buy_contrast_m10_bb_pos,buy,2025-08-11 20:42:00,1435.0 -14702,buy_contrast_m10_bb_pos,buy,2025-08-11 20:45:00,1433.0 -14703,buy_contrast_m10_bb_pos,buy,2025-08-11 20:48:00,1425.0 -14704,buy_contrast_m10_bb_pos,buy,2025-08-11 21:12:00,1414.0 -14705,buy_contrast_m10_bb_pos,buy,2025-08-11 21:15:00,1411.0 -14706,buy_contrast_m10_bb_pos,buy,2025-08-11 21:18:00,1414.0 -14707,buy_contrast_m10_bb_pos,buy,2025-08-11 21:21:00,1413.0 -14708,buy_contrast_m10_bb_pos,buy,2025-08-11 21:24:00,1412.0 -14709,buy_contrast_m10_bb_pos,buy,2025-08-11 21:27:00,1408.0 -14710,buy_contrast_m10_bb_pos,buy,2025-08-11 21:30:00,1409.0 -14711,buy_contrast_m10_bb_pos,buy,2025-08-11 21:33:00,1411.0 -14712,buy_contrast_m10_bb_pos,buy,2025-08-11 21:36:00,1411.0 -14713,buy_contrast_m10_bb_pos,buy,2025-08-11 21:39:00,1405.0 -14714,buy_contrast_m10_bb_pos,buy,2025-08-11 21:42:00,1408.0 -14715,buy_contrast_m10_bb_pos,buy,2025-08-11 21:45:00,1402.0 -14716,buy_contrast_m10_bb_pos,buy,2025-08-11 21:48:00,1405.0 -14717,buy_contrast_m10_bb_pos,buy,2025-08-11 21:51:00,1408.0 -14718,buy_contrast_m10_bb_pos,buy,2025-08-11 21:54:00,1408.0 -14719,buy_contrast_m10_bb_pos,buy,2025-08-11 21:57:00,1406.0 -14720,buy_contrast_m10_bb_pos,buy,2025-08-12 02:42:00,1411.0 -14721,buy_contrast_m10_bb_pos,buy,2025-08-12 02:45:00,1410.0 -14722,buy_contrast_m10_bb_pos,buy,2025-08-12 02:48:00,1405.0 -14723,buy_contrast_m10_bb_pos,buy,2025-08-12 02:51:00,1408.0 -14724,buy_contrast_m10_bb_pos,buy,2025-08-12 02:54:00,1408.0 -14725,buy_contrast_m10_bb_pos,buy,2025-08-12 02:57:00,1410.0 -14726,buy_contrast_m10_bb_pos,buy,2025-08-12 03:00:00,1407.0 -14727,buy_contrast_m10_bb_pos,buy,2025-08-12 03:03:00,1405.0 -14728,buy_contrast_m10_bb_pos,buy,2025-08-12 03:06:00,1401.0 -14729,buy_contrast_m10_bb_pos,buy,2025-08-12 03:09:00,1405.0 -14730,buy_contrast_m10_bb_pos,buy,2025-08-12 03:12:00,1406.0 -14731,buy_contrast_m10_bb_pos,buy,2025-08-12 03:15:00,1406.0 -14732,buy_contrast_m10_bb_pos,buy,2025-08-12 03:18:00,1406.0 -14733,buy_contrast_m10_bb_pos,buy,2025-08-12 03:21:00,1408.0 -14734,buy_contrast_m10_bb_pos,buy,2025-08-12 03:24:00,1407.0 -14735,buy_contrast_m10_bb_pos,buy,2025-08-12 03:27:00,1411.0 -14736,buy_contrast_m10_bb_pos,buy,2025-08-12 05:12:00,1395.0 -14737,buy_contrast_m10_bb_pos,buy,2025-08-12 05:15:00,1396.0 -14738,buy_contrast_m10_bb_pos,buy,2025-08-12 05:18:00,1394.0 -14739,buy_contrast_m10_bb_pos,buy,2025-08-12 05:30:00,1396.0 -14740,buy_contrast_m10_bb_pos,buy,2025-08-12 05:33:00,1396.0 -14741,buy_contrast_m10_bb_pos,buy,2025-08-12 05:36:00,1393.0 -14742,buy_contrast_m10_bb_pos,buy,2025-08-12 05:39:00,1394.0 -14743,buy_contrast_m10_bb_pos,buy,2025-08-12 05:42:00,1398.0 -14744,buy_contrast_m10_bb_pos,buy,2025-08-12 05:45:00,1398.0 -14745,buy_contrast_m10_bb_pos,buy,2025-08-12 05:48:00,1397.0 -14746,buy_contrast_m10_bb_pos,buy,2025-08-12 05:51:00,1398.0 -14747,buy_contrast_m10_bb_pos,buy,2025-08-12 05:54:00,1398.0 -14748,buy_contrast_m10_bb_pos,buy,2025-08-12 05:57:00,1395.0 -14749,buy_contrast_m10_bb_pos,buy,2025-08-12 06:00:00,1395.0 -14750,buy_contrast_m10_bb_pos,buy,2025-08-12 06:03:00,1396.0 -14751,buy_contrast_m10_bb_pos,buy,2025-08-12 06:06:00,1397.0 -14752,buy_contrast_m10_bb_pos,buy,2025-08-12 06:09:00,1397.0 -14753,buy_contrast_m10_bb_pos,buy,2025-08-12 06:21:00,1393.0 -14754,buy_contrast_m10_bb_pos,buy,2025-08-12 06:24:00,1393.0 -14755,buy_contrast_m10_bb_pos,buy,2025-08-12 06:27:00,1393.0 -14756,buy_contrast_m10_bb_pos,buy,2025-08-12 06:30:00,1391.0 -14757,buy_contrast_m10_bb_pos,buy,2025-08-12 06:33:00,1379.0 -14758,buy_contrast_m10_bb_pos,buy,2025-08-12 06:36:00,1375.0 -14759,buy_contrast_m10_bb_pos,buy,2025-08-12 06:39:00,1376.0 -14760,buy_contrast_m10_bb_pos,buy,2025-08-12 07:00:00,1377.0 -14761,buy_contrast_m10_bb_pos,buy,2025-08-12 07:03:00,1371.0 -14762,buy_contrast_m10_bb_pos,buy,2025-08-12 07:06:00,1370.0 -14763,buy_contrast_m10_bb_pos,buy,2025-08-12 07:09:00,1367.0 -14764,buy_contrast_m10_bb_pos,buy,2025-08-12 07:30:00,1360.0 -14765,buy_contrast_m10_bb_pos,buy,2025-08-12 07:33:00,1361.0 -14766,buy_contrast_m10_bb_pos,buy,2025-08-12 07:36:00,1366.0 -14767,buy_contrast_m10_bb_pos,buy,2025-08-12 07:39:00,1367.0 -14768,buy_contrast_m10_bb_pos,buy,2025-08-12 07:42:00,1363.0 -14769,buy_contrast_m10_bb_pos,buy,2025-08-12 07:45:00,1366.0 -14770,buy_contrast_m10_bb_pos,buy,2025-08-12 07:48:00,1367.0 -14771,buy_contrast_m10_bb_pos,buy,2025-08-12 12:21:00,1369.0 -14772,buy_contrast_m10_bb_pos,buy,2025-08-12 12:24:00,1370.0 -14773,buy_contrast_m10_bb_pos,buy,2025-08-12 12:27:00,1370.0 -14774,buy_contrast_m10_bb_pos,buy,2025-08-12 12:30:00,1371.0 -14775,buy_contrast_m10_bb_pos,buy,2025-08-12 12:33:00,1374.0 -14776,buy_contrast_m10_bb_pos,buy,2025-08-12 12:36:00,1373.0 -14777,buy_contrast_m10_bb_pos,buy,2025-08-12 12:39:00,1374.0 -14778,buy_contrast_m10_bb_pos,buy,2025-08-12 13:00:00,1370.0 -14779,buy_contrast_m10_bb_pos,buy,2025-08-12 13:03:00,1368.0 -14780,buy_contrast_m10_bb_pos,buy,2025-08-12 13:06:00,1368.0 -14781,buy_contrast_m10_bb_pos,buy,2025-08-12 13:09:00,1366.0 -14782,buy_contrast_m10_bb_pos,buy,2025-08-12 13:21:00,1368.0 -14783,buy_contrast_m10_bb_pos,buy,2025-08-12 13:24:00,1366.0 -14784,buy_contrast_m10_bb_pos,buy,2025-08-12 13:27:00,1366.0 -14785,buy_contrast_m10_bb_pos,buy,2025-08-12 14:12:00,1365.0 -14786,buy_contrast_m10_bb_pos,buy,2025-08-12 14:15:00,1365.0 -14787,buy_contrast_m10_bb_pos,buy,2025-08-12 14:18:00,1361.0 -14788,buy_contrast_m10_bb_pos,buy,2025-08-12 14:42:00,1354.0 -14789,buy_contrast_m10_bb_pos,buy,2025-08-12 14:45:00,1354.0 -14790,buy_contrast_m10_bb_pos,buy,2025-08-12 14:48:00,1354.0 -14791,buy_contrast_m10_bb_pos,buy,2025-08-12 14:51:00,1358.0 -14792,buy_contrast_m10_bb_pos,buy,2025-08-12 14:54:00,1358.0 -14793,buy_contrast_m10_bb_pos,buy,2025-08-12 14:57:00,1357.0 -14794,buy_contrast_m10_bb_pos,buy,2025-08-12 15:12:00,1355.0 -14795,buy_contrast_m10_bb_pos,buy,2025-08-12 15:15:00,1352.0 -14796,buy_contrast_m10_bb_pos,buy,2025-08-12 15:18:00,1351.0 -14797,buy_contrast_m10_bb_pos,buy,2025-08-12 18:12:00,1351.0 -14798,buy_contrast_m10_bb_pos,buy,2025-08-12 18:15:00,1356.0 -14799,buy_contrast_m10_bb_pos,buy,2025-08-12 18:18:00,1359.0 -14800,buy_contrast_m10_bb_pos,buy,2025-08-12 19:00:00,1352.0 -14801,buy_contrast_m10_bb_pos,buy,2025-08-12 19:03:00,1348.0 -14802,buy_contrast_m10_bb_pos,buy,2025-08-12 19:06:00,1347.0 -14803,buy_contrast_m10_bb_pos,buy,2025-08-12 19:09:00,1348.0 -14804,buy_contrast_m10_bb_pos,buy,2025-08-12 19:21:00,1350.0 -14805,buy_contrast_m10_bb_pos,buy,2025-08-12 19:24:00,1351.0 -14806,buy_contrast_m10_bb_pos,buy,2025-08-12 19:27:00,1353.0 -14807,buy_contrast_m10_bb_pos,buy,2025-08-12 19:42:00,1345.0 -14808,buy_contrast_m10_bb_pos,buy,2025-08-12 19:45:00,1348.0 -14809,buy_contrast_m10_bb_pos,buy,2025-08-12 19:48:00,1352.0 -14810,buy_contrast_m10_bb_pos,buy,2025-08-12 20:21:00,1344.0 -14811,buy_contrast_m10_bb_pos,buy,2025-08-12 20:24:00,1343.0 -14812,buy_contrast_m10_bb_pos,buy,2025-08-12 20:27:00,1343.0 -14813,buy_contrast_m10_bb_pos,buy,2025-08-12 21:21:00,1342.0 -14814,buy_contrast_m10_bb_pos,buy,2025-08-12 21:24:00,1347.0 -14815,buy_contrast_m10_bb_pos,buy,2025-08-12 21:27:00,1354.0 -14816,buy_contrast_m10_bb_pos,buy,2025-08-13 11:00:00,1438.0 -14817,buy_contrast_m10_bb_pos,buy,2025-08-13 11:03:00,1434.0 -14818,buy_contrast_m10_bb_pos,buy,2025-08-13 11:06:00,1433.0 -14819,buy_contrast_m10_bb_pos,buy,2025-08-13 11:09:00,1432.0 -14820,buy_contrast_m10_bb_pos,buy,2025-08-13 15:00:00,1455.0 -14821,buy_contrast_m10_bb_pos,buy,2025-08-13 15:03:00,1451.0 -14822,buy_contrast_m10_bb_pos,buy,2025-08-13 15:06:00,1451.0 -14823,buy_contrast_m10_bb_pos,buy,2025-08-13 15:09:00,1453.0 -14824,buy_contrast_m10_bb_pos,buy,2025-08-13 15:21:00,1454.0 -14825,buy_contrast_m10_bb_pos,buy,2025-08-13 15:24:00,1451.0 -14826,buy_contrast_m10_bb_pos,buy,2025-08-13 15:27:00,1450.0 -14827,buy_contrast_m10_bb_pos,buy,2025-08-13 20:21:00,1483.0 -14828,buy_contrast_m10_bb_pos,buy,2025-08-13 20:24:00,1483.0 -14829,buy_contrast_m10_bb_pos,buy,2025-08-13 20:27:00,1485.0 -14830,buy_contrast_m10_bb_pos,buy,2025-08-13 20:30:00,1482.0 -14831,buy_contrast_m10_bb_pos,buy,2025-08-13 20:33:00,1486.0 -14832,buy_contrast_m10_bb_pos,buy,2025-08-13 20:36:00,1486.0 -14833,buy_contrast_m10_bb_pos,buy,2025-08-13 20:39:00,1483.0 -14834,buy_contrast_m10_bb_pos,buy,2025-08-13 21:51:00,1481.0 -14835,buy_contrast_m10_bb_pos,buy,2025-08-13 21:54:00,1479.0 -14836,buy_contrast_m10_bb_pos,buy,2025-08-13 21:57:00,1478.0 -14837,buy_contrast_m10_bb_pos,buy,2025-08-13 22:00:00,1480.0 -14838,buy_contrast_m10_bb_pos,buy,2025-08-13 22:03:00,1479.0 -14839,buy_contrast_m10_bb_pos,buy,2025-08-13 22:06:00,1483.0 -14840,buy_contrast_m10_bb_pos,buy,2025-08-13 22:09:00,1486.0 -14841,buy_contrast_m10_bb_pos,buy,2025-08-14 00:21:00,1474.0 -14842,buy_contrast_m10_bb_pos,buy,2025-08-14 00:24:00,1484.0 -14843,buy_contrast_m10_bb_pos,buy,2025-08-14 00:27:00,1483.0 -14844,buy_contrast_m10_bb_pos,buy,2025-08-14 14:00:00,1528.0 -14845,buy_contrast_m10_bb_pos,buy,2025-08-14 14:03:00,1529.0 -14846,buy_contrast_m10_bb_pos,buy,2025-08-14 14:06:00,1533.0 -14847,buy_contrast_m10_bb_pos,buy,2025-08-14 14:09:00,1531.0 -14848,buy_contrast_m10_bb_pos,buy,2025-08-14 14:21:00,1529.0 -14849,buy_contrast_m10_bb_pos,buy,2025-08-14 14:24:00,1532.0 -14850,buy_contrast_m10_bb_pos,buy,2025-08-14 14:27:00,1531.0 -14851,buy_contrast_m10_bb_pos,buy,2025-08-14 15:30:00,1517.0 -14852,buy_contrast_m10_bb_pos,buy,2025-08-14 15:33:00,1523.0 -14853,buy_contrast_m10_bb_pos,buy,2025-08-14 15:36:00,1518.0 -14854,buy_contrast_m10_bb_pos,buy,2025-08-14 15:39:00,1523.0 -14855,buy_contrast_m10_bb_pos,buy,2025-08-14 19:51:00,1491.0 -14856,buy_contrast_m10_bb_pos,buy,2025-08-14 19:54:00,1491.0 -14857,buy_contrast_m10_bb_pos,buy,2025-08-14 19:57:00,1491.0 -14858,buy_contrast_m10_bb_pos,buy,2025-08-14 20:42:00,1488.0 -14859,buy_contrast_m10_bb_pos,buy,2025-08-14 20:45:00,1483.0 -14860,buy_contrast_m10_bb_pos,buy,2025-08-14 20:48:00,1483.0 -14861,buy_contrast_m10_bb_pos,buy,2025-08-14 20:51:00,1483.0 -14862,buy_contrast_m10_bb_pos,buy,2025-08-14 20:54:00,1482.0 -14863,buy_contrast_m10_bb_pos,buy,2025-08-14 20:57:00,1484.0 -14864,buy_contrast_m10_bb_pos,buy,2025-08-14 22:21:00,1401.0 -14865,buy_contrast_m10_bb_pos,buy,2025-08-14 22:24:00,1393.0 -14866,buy_contrast_m10_bb_pos,buy,2025-08-14 22:27:00,1400.0 -14867,buy_contrast_m10_bb_pos,buy,2025-08-14 22:30:00,1397.0 -14868,buy_contrast_m10_bb_pos,buy,2025-08-14 22:33:00,1406.0 -14869,buy_contrast_m10_bb_pos,buy,2025-08-14 22:36:00,1403.0 -14870,buy_contrast_m10_bb_pos,buy,2025-08-14 22:39:00,1407.0 -14871,buy_contrast_m10_bb_pos,buy,2025-08-15 01:12:00,1396.0 -14872,buy_contrast_m10_bb_pos,buy,2025-08-15 01:15:00,1393.0 -14873,buy_contrast_m10_bb_pos,buy,2025-08-15 01:18:00,1395.0 -14874,buy_contrast_m10_bb_pos,buy,2025-08-15 01:21:00,1398.0 -14875,buy_contrast_m10_bb_pos,buy,2025-08-15 01:24:00,1396.0 -14876,buy_contrast_m10_bb_pos,buy,2025-08-15 01:27:00,1391.0 -14877,buy_contrast_m10_bb_pos,buy,2025-08-15 01:30:00,1393.0 -14878,buy_contrast_m10_bb_pos,buy,2025-08-15 01:33:00,1394.0 -14879,buy_contrast_m10_bb_pos,buy,2025-08-15 01:36:00,1396.0 -14880,buy_contrast_m10_bb_pos,buy,2025-08-15 01:39:00,1395.0 -14881,buy_contrast_m10_bb_pos,buy,2025-08-15 01:42:00,1396.0 -14882,buy_contrast_m10_bb_pos,buy,2025-08-15 01:45:00,1397.0 -14883,buy_contrast_m10_bb_pos,buy,2025-08-15 01:48:00,1394.0 -14884,buy_contrast_m10_bb_pos,buy,2025-08-15 02:00:00,1396.0 -14885,buy_contrast_m10_bb_pos,buy,2025-08-15 02:03:00,1398.0 -14886,buy_contrast_m10_bb_pos,buy,2025-08-15 02:06:00,1396.0 -14887,buy_contrast_m10_bb_pos,buy,2025-08-15 02:09:00,1391.0 -14888,buy_contrast_m10_bb_pos,buy,2025-08-15 02:12:00,1388.0 -14889,buy_contrast_m10_bb_pos,buy,2025-08-15 02:15:00,1392.0 -14890,buy_contrast_m10_bb_pos,buy,2025-08-15 02:18:00,1390.0 -14891,buy_contrast_m10_bb_pos,buy,2025-08-15 02:21:00,1394.0 -14892,buy_contrast_m10_bb_pos,buy,2025-08-15 02:24:00,1400.0 -14893,buy_contrast_m10_bb_pos,buy,2025-08-15 02:27:00,1401.0 -14894,buy_contrast_m10_bb_pos,buy,2025-08-15 06:51:00,1384.0 -14895,buy_contrast_m10_bb_pos,buy,2025-08-15 06:54:00,1381.0 -14896,buy_contrast_m10_bb_pos,buy,2025-08-15 06:57:00,1385.0 -14897,buy_contrast_m10_bb_pos,buy,2025-08-15 07:00:00,1381.0 -14898,buy_contrast_m10_bb_pos,buy,2025-08-15 07:03:00,1374.0 -14899,buy_contrast_m10_bb_pos,buy,2025-08-15 07:06:00,1375.0 -14900,buy_contrast_m10_bb_pos,buy,2025-08-15 07:09:00,1374.0 -14901,buy_contrast_m10_bb_pos,buy,2025-08-15 07:12:00,1380.0 -14902,buy_contrast_m10_bb_pos,buy,2025-08-15 07:15:00,1381.0 -14903,buy_contrast_m10_bb_pos,buy,2025-08-15 07:18:00,1382.0 -14904,buy_contrast_m10_bb_pos,buy,2025-08-15 13:42:00,1405.0 -14905,buy_contrast_m10_bb_pos,buy,2025-08-15 13:45:00,1401.0 -14906,buy_contrast_m10_bb_pos,buy,2025-08-15 13:48:00,1402.0 -14907,buy_contrast_m10_bb_pos,buy,2025-08-15 14:12:00,1399.0 -14908,buy_contrast_m10_bb_pos,buy,2025-08-15 14:15:00,1394.0 -14909,buy_contrast_m10_bb_pos,buy,2025-08-15 14:18:00,1396.0 -14910,buy_contrast_m10_bb_pos,buy,2025-08-15 14:30:00,1396.0 -14911,buy_contrast_m10_bb_pos,buy,2025-08-15 14:33:00,1396.0 -14912,buy_contrast_m10_bb_pos,buy,2025-08-15 14:36:00,1397.0 -14913,buy_contrast_m10_bb_pos,buy,2025-08-15 14:39:00,1395.0 -14914,buy_contrast_m10_bb_pos,buy,2025-08-15 14:42:00,1396.0 -14915,buy_contrast_m10_bb_pos,buy,2025-08-15 14:45:00,1396.0 -14916,buy_contrast_m10_bb_pos,buy,2025-08-15 14:48:00,1394.0 -14917,buy_contrast_m10_bb_pos,buy,2025-08-15 14:51:00,1395.0 -14918,buy_contrast_m10_bb_pos,buy,2025-08-15 14:54:00,1396.0 -14919,buy_contrast_m10_bb_pos,buy,2025-08-15 14:57:00,1401.0 -14920,buy_contrast_m10_bb_pos,buy,2025-08-15 19:51:00,1392.0 -14921,buy_contrast_m10_bb_pos,buy,2025-08-15 19:54:00,1393.0 -14922,buy_contrast_m10_bb_pos,buy,2025-08-15 19:57:00,1393.0 -14923,buy_contrast_m10_bb_pos,buy,2025-08-15 20:21:00,1387.0 -14924,buy_contrast_m10_bb_pos,buy,2025-08-15 20:24:00,1386.0 -14925,buy_contrast_m10_bb_pos,buy,2025-08-15 20:27:00,1387.0 -14926,buy_contrast_m10_bb_pos,buy,2025-08-15 20:30:00,1386.0 -14927,buy_contrast_m10_bb_pos,buy,2025-08-15 20:33:00,1387.0 -14928,buy_contrast_m10_bb_pos,buy,2025-08-15 20:36:00,1386.0 -14929,buy_contrast_m10_bb_pos,buy,2025-08-15 20:39:00,1390.0 -14930,buy_contrast_m10_bb_pos,buy,2025-08-15 22:51:00,1385.0 -14931,buy_contrast_m10_bb_pos,buy,2025-08-15 22:54:00,1381.0 -14932,buy_contrast_m10_bb_pos,buy,2025-08-15 22:57:00,1381.0 -14933,buy_contrast_m10_bb_pos,buy,2025-08-15 23:00:00,1381.0 -14934,buy_contrast_m10_bb_pos,buy,2025-08-15 23:03:00,1386.0 -14935,buy_contrast_m10_bb_pos,buy,2025-08-15 23:06:00,1388.0 -14936,buy_contrast_m10_bb_pos,buy,2025-08-15 23:09:00,1383.0 -14937,buy_contrast_m10_bb_pos,buy,2025-08-15 23:42:00,1373.0 -14938,buy_contrast_m10_bb_pos,buy,2025-08-15 23:45:00,1373.0 -14939,buy_contrast_m10_bb_pos,buy,2025-08-15 23:48:00,1365.0 -14940,buy_contrast_m10_bb_pos,buy,2025-08-16 00:21:00,1360.0 -14941,buy_contrast_m10_bb_pos,buy,2025-08-16 00:24:00,1355.0 -14942,buy_contrast_m10_bb_pos,buy,2025-08-16 00:27:00,1354.0 -14943,buy_contrast_m10_bb_pos,buy,2025-08-16 01:00:00,1341.0 -14944,buy_contrast_m10_bb_pos,buy,2025-08-16 01:03:00,1337.0 -14945,buy_contrast_m10_bb_pos,buy,2025-08-16 01:06:00,1337.0 -14946,buy_contrast_m10_bb_pos,buy,2025-08-16 01:09:00,1334.0 -14947,buy_contrast_m10_bb_pos,buy,2025-08-16 01:12:00,1332.0 -14948,buy_contrast_m10_bb_pos,buy,2025-08-16 01:15:00,1339.0 -14949,buy_contrast_m10_bb_pos,buy,2025-08-16 01:18:00,1336.0 -14950,buy_contrast_m10_bb_pos,buy,2025-08-16 13:00:00,1375.0 -14951,buy_contrast_m10_bb_pos,buy,2025-08-16 13:03:00,1375.0 -14952,buy_contrast_m10_bb_pos,buy,2025-08-16 13:06:00,1373.0 -14953,buy_contrast_m10_bb_pos,buy,2025-08-16 13:09:00,1371.0 -14954,buy_contrast_m10_bb_pos,buy,2025-08-16 14:30:00,1370.0 -14955,buy_contrast_m10_bb_pos,buy,2025-08-16 14:33:00,1371.0 -14956,buy_contrast_m10_bb_pos,buy,2025-08-16 14:36:00,1370.0 -14957,buy_contrast_m10_bb_pos,buy,2025-08-16 14:39:00,1367.0 -14958,buy_contrast_m10_bb_pos,buy,2025-08-16 14:51:00,1369.0 -14959,buy_contrast_m10_bb_pos,buy,2025-08-16 14:54:00,1369.0 -14960,buy_contrast_m10_bb_pos,buy,2025-08-16 14:57:00,1368.0 -14961,buy_contrast_m10_bb_pos,buy,2025-08-16 15:00:00,1368.0 -14962,buy_contrast_m10_bb_pos,buy,2025-08-16 15:03:00,1368.0 -14963,buy_contrast_m10_bb_pos,buy,2025-08-16 15:06:00,1367.0 -14964,buy_contrast_m10_bb_pos,buy,2025-08-16 15:09:00,1367.0 -14965,buy_contrast_m10_bb_pos,buy,2025-08-16 15:12:00,1365.0 -14966,buy_contrast_m10_bb_pos,buy,2025-08-16 15:15:00,1368.0 -14967,buy_contrast_m10_bb_pos,buy,2025-08-16 15:18:00,1370.0 -14968,buy_contrast_m10_bb_pos,buy,2025-08-16 19:30:00,1363.0 -14969,buy_contrast_m10_bb_pos,buy,2025-08-16 19:33:00,1360.0 -14970,buy_contrast_m10_bb_pos,buy,2025-08-16 19:36:00,1360.0 -14971,buy_contrast_m10_bb_pos,buy,2025-08-16 19:39:00,1356.0 -14972,buy_contrast_m10_bb_pos,buy,2025-08-16 20:00:00,1359.0 -14973,buy_contrast_m10_bb_pos,buy,2025-08-16 20:03:00,1361.0 -14974,buy_contrast_m10_bb_pos,buy,2025-08-16 20:06:00,1362.0 -14975,buy_contrast_m10_bb_pos,buy,2025-08-16 20:09:00,1362.0 -14976,buy_contrast_m10_bb_pos,buy,2025-08-16 21:12:00,1353.0 -14977,buy_contrast_m10_bb_pos,buy,2025-08-16 21:15:00,1353.0 -14978,buy_contrast_m10_bb_pos,buy,2025-08-16 21:18:00,1353.0 -14979,buy_contrast_m10_bb_pos,buy,2025-08-17 10:21:00,1384.0 -14980,buy_contrast_m10_bb_pos,buy,2025-08-17 10:24:00,1384.0 -14981,buy_contrast_m10_bb_pos,buy,2025-08-17 10:27:00,1386.0 -14982,buy_contrast_m10_bb_pos,buy,2025-08-17 10:30:00,1385.0 -14983,buy_contrast_m10_bb_pos,buy,2025-08-17 10:33:00,1387.0 -14984,buy_contrast_m10_bb_pos,buy,2025-08-17 10:36:00,1388.0 -14985,buy_contrast_m10_bb_pos,buy,2025-08-17 10:39:00,1389.0 -14986,buy_contrast_m10_bb_pos,buy,2025-08-17 11:00:00,1385.0 -14987,buy_contrast_m10_bb_pos,buy,2025-08-17 11:03:00,1387.0 -14988,buy_contrast_m10_bb_pos,buy,2025-08-17 11:06:00,1386.0 -14989,buy_contrast_m10_bb_pos,buy,2025-08-17 11:09:00,1385.0 -14990,buy_contrast_m10_bb_pos,buy,2025-08-17 11:12:00,1380.0 -14991,buy_contrast_m10_bb_pos,buy,2025-08-17 11:15:00,1379.0 -14992,buy_contrast_m10_bb_pos,buy,2025-08-17 11:18:00,1381.0 -14993,buy_contrast_m10_bb_pos,buy,2025-08-17 11:21:00,1383.0 -14994,buy_contrast_m10_bb_pos,buy,2025-08-17 11:24:00,1384.0 -14995,buy_contrast_m10_bb_pos,buy,2025-08-17 11:27:00,1385.0 -14996,buy_contrast_m10_bb_pos,buy,2025-08-17 15:42:00,1386.0 -14997,buy_contrast_m10_bb_pos,buy,2025-08-17 15:45:00,1386.0 -14998,buy_contrast_m10_bb_pos,buy,2025-08-17 15:48:00,1385.0 -14999,buy_contrast_m10_bb_pos,buy,2025-08-17 16:00:00,1384.0 -15000,buy_contrast_m10_bb_pos,buy,2025-08-17 16:03:00,1384.0 -15001,buy_contrast_m10_bb_pos,buy,2025-08-17 16:06:00,1382.0 -15002,buy_contrast_m10_bb_pos,buy,2025-08-17 16:09:00,1384.0 -15003,buy_contrast_m10_bb_pos,buy,2025-08-17 22:21:00,1396.0 -15004,buy_contrast_m10_bb_pos,buy,2025-08-17 22:24:00,1395.0 -15005,buy_contrast_m10_bb_pos,buy,2025-08-17 22:27:00,1397.0 -15006,buy_contrast_m10_bb_pos,buy,2025-08-18 03:51:00,1404.0 -15007,buy_contrast_m10_bb_pos,buy,2025-08-18 03:54:00,1403.0 -15008,buy_contrast_m10_bb_pos,buy,2025-08-18 03:57:00,1390.0 -15009,buy_contrast_m10_bb_pos,buy,2025-08-18 04:00:00,1400.0 -15010,buy_contrast_m10_bb_pos,buy,2025-08-18 04:03:00,1401.0 -15011,buy_contrast_m10_bb_pos,buy,2025-08-18 04:06:00,1399.0 -15012,buy_contrast_m10_bb_pos,buy,2025-08-18 04:09:00,1401.0 -15013,buy_contrast_m10_bb_pos,buy,2025-08-18 04:12:00,1401.0 -15014,buy_contrast_m10_bb_pos,buy,2025-08-18 04:15:00,1402.0 -15015,buy_contrast_m10_bb_pos,buy,2025-08-18 04:18:00,1403.0 -15016,buy_contrast_m10_bb_pos,buy,2025-08-18 04:21:00,1400.0 -15017,buy_contrast_m10_bb_pos,buy,2025-08-18 04:24:00,1403.0 -15018,buy_contrast_m10_bb_pos,buy,2025-08-18 04:27:00,1402.0 -15019,buy_contrast_m10_bb_pos,buy,2025-08-18 05:12:00,1394.0 -15020,buy_contrast_m10_bb_pos,buy,2025-08-18 05:15:00,1394.0 -15021,buy_contrast_m10_bb_pos,buy,2025-08-18 05:18:00,1394.0 -15022,buy_contrast_m10_bb_pos,buy,2025-08-18 05:24:00,1394.0 -15023,buy_contrast_m10_bb_pos,buy,2025-08-18 05:27:00,1396.0 -15024,buy_contrast_m10_bb_pos,buy,2025-08-18 09:21:00,1388.0 -15025,buy_contrast_m10_bb_pos,buy,2025-08-18 09:24:00,1387.0 -15026,buy_contrast_m10_bb_pos,buy,2025-08-18 09:27:00,1387.0 -15027,buy_contrast_m10_bb_pos,buy,2025-08-18 09:42:00,1389.0 -15028,buy_contrast_m10_bb_pos,buy,2025-08-18 09:45:00,1386.0 -15029,buy_contrast_m10_bb_pos,buy,2025-08-18 09:48:00,1391.0 -15030,buy_contrast_m10_bb_pos,buy,2025-08-18 10:21:00,1380.0 -15031,buy_contrast_m10_bb_pos,buy,2025-08-18 10:24:00,1380.0 -15032,buy_contrast_m10_bb_pos,buy,2025-08-18 10:27:00,1380.0 -15033,buy_contrast_m10_bb_pos,buy,2025-08-18 10:42:00,1371.0 -15034,buy_contrast_m10_bb_pos,buy,2025-08-18 10:45:00,1372.0 -15035,buy_contrast_m10_bb_pos,buy,2025-08-18 10:48:00,1373.0 -15036,buy_contrast_m10_bb_pos,buy,2025-08-18 10:51:00,1370.0 -15037,buy_contrast_m10_bb_pos,buy,2025-08-18 10:54:00,1369.0 -15038,buy_contrast_m10_bb_pos,buy,2025-08-18 10:57:00,1369.0 -15039,buy_contrast_m10_bb_pos,buy,2025-08-18 11:00:00,1368.0 -15040,buy_contrast_m10_bb_pos,buy,2025-08-18 11:03:00,1365.0 -15041,buy_contrast_m10_bb_pos,buy,2025-08-18 11:06:00,1363.0 -15042,buy_contrast_m10_bb_pos,buy,2025-08-18 11:09:00,1364.0 -15043,buy_contrast_m10_bb_pos,buy,2025-08-18 11:42:00,1352.0 -15044,buy_contrast_m10_bb_pos,buy,2025-08-18 11:45:00,1354.0 -15045,buy_contrast_m10_bb_pos,buy,2025-08-18 11:48:00,1347.0 -15046,buy_contrast_m10_bb_pos,buy,2025-08-18 11:51:00,1343.0 -15047,buy_contrast_m10_bb_pos,buy,2025-08-18 11:54:00,1341.0 -15048,buy_contrast_m10_bb_pos,buy,2025-08-18 11:57:00,1341.0 -15049,buy_contrast_m10_bb_pos,buy,2025-08-18 12:00:00,1341.0 -15050,buy_contrast_m10_bb_pos,buy,2025-08-18 12:03:00,1338.0 -15051,buy_contrast_m10_bb_pos,buy,2025-08-18 12:06:00,1341.0 -15052,buy_contrast_m10_bb_pos,buy,2025-08-18 12:09:00,1341.0 -15053,buy_contrast_m10_bb_pos,buy,2025-08-18 12:12:00,1341.0 -15054,buy_contrast_m10_bb_pos,buy,2025-08-18 12:15:00,1337.0 -15055,buy_contrast_m10_bb_pos,buy,2025-08-18 12:18:00,1336.0 -15056,buy_contrast_m10_bb_pos,buy,2025-08-18 12:21:00,1334.0 -15057,buy_contrast_m10_bb_pos,buy,2025-08-18 12:24:00,1333.0 -15058,buy_contrast_m10_bb_pos,buy,2025-08-18 12:27:00,1331.0 -15059,buy_contrast_m10_bb_pos,buy,2025-08-18 12:30:00,1330.0 -15060,buy_contrast_m10_bb_pos,buy,2025-08-18 12:33:00,1330.0 -15061,buy_contrast_m10_bb_pos,buy,2025-08-18 12:36:00,1329.0 -15062,buy_contrast_m10_bb_pos,buy,2025-08-18 12:39:00,1329.0 -15063,buy_contrast_m10_bb_pos,buy,2025-08-18 12:42:00,1330.0 -15064,buy_contrast_m10_bb_pos,buy,2025-08-18 12:45:00,1328.0 -15065,buy_contrast_m10_bb_pos,buy,2025-08-18 12:48:00,1330.0 -15066,buy_contrast_m10_bb_pos,buy,2025-08-18 15:30:00,1328.0 -15067,buy_contrast_m10_bb_pos,buy,2025-08-18 15:33:00,1328.0 -15068,buy_contrast_m10_bb_pos,buy,2025-08-18 15:36:00,1331.0 -15069,buy_contrast_m10_bb_pos,buy,2025-08-18 15:39:00,1329.0 -15070,buy_contrast_m10_bb_pos,buy,2025-08-18 15:42:00,1328.0 -15071,buy_contrast_m10_bb_pos,buy,2025-08-18 15:45:00,1326.0 -15072,buy_contrast_m10_bb_pos,buy,2025-08-18 15:48:00,1324.0 -15073,buy_contrast_m10_bb_pos,buy,2025-08-18 15:51:00,1329.0 -15074,buy_contrast_m10_bb_pos,buy,2025-08-18 15:54:00,1328.0 -15075,buy_contrast_m10_bb_pos,buy,2025-08-18 15:57:00,1329.0 -15076,buy_contrast_m10_bb_pos,buy,2025-08-18 18:12:00,1320.0 -15077,buy_contrast_m10_bb_pos,buy,2025-08-18 18:15:00,1321.0 -15078,buy_contrast_m10_bb_pos,buy,2025-08-18 18:18:00,1319.0 -15079,buy_contrast_m10_bb_pos,buy,2025-08-18 23:12:00,1321.0 -15080,buy_contrast_m10_bb_pos,buy,2025-08-18 23:15:00,1329.0 -15081,buy_contrast_m10_bb_pos,buy,2025-08-18 23:18:00,1326.0 -15082,buy_contrast_m10_bb_pos,buy,2025-08-18 23:21:00,1326.0 -15083,buy_contrast_m10_bb_pos,buy,2025-08-18 23:24:00,1327.0 -15084,buy_contrast_m10_bb_pos,buy,2025-08-18 23:27:00,1330.0 -15085,buy_contrast_m10_bb_pos,buy,2025-08-18 23:51:00,1322.0 -15086,buy_contrast_m10_bb_pos,buy,2025-08-18 23:54:00,1325.0 -15087,buy_contrast_m10_bb_pos,buy,2025-08-18 23:57:00,1328.0 -15088,buy_contrast_m10_bb_pos,buy,2025-08-19 08:42:00,1328.0 -15089,buy_contrast_m10_bb_pos,buy,2025-08-19 08:45:00,1326.0 -15090,buy_contrast_m10_bb_pos,buy,2025-08-19 08:48:00,1325.0 -15091,buy_contrast_m10_bb_pos,buy,2025-08-19 08:51:00,1325.0 -15092,buy_contrast_m10_bb_pos,buy,2025-08-19 08:54:00,1326.0 -15093,buy_contrast_m10_bb_pos,buy,2025-08-19 08:57:00,1326.0 -15094,buy_contrast_m10_bb_pos,buy,2025-08-19 09:00:00,1325.0 -15095,buy_contrast_m10_bb_pos,buy,2025-08-19 09:03:00,1325.0 -15096,buy_contrast_m10_bb_pos,buy,2025-08-19 09:06:00,1328.0 -15097,buy_contrast_m10_bb_pos,buy,2025-08-19 09:09:00,1326.0 -15098,buy_contrast_m10_bb_pos,buy,2025-08-19 09:42:00,1321.0 -15099,buy_contrast_m10_bb_pos,buy,2025-08-19 09:45:00,1321.0 -15100,buy_contrast_m10_bb_pos,buy,2025-08-19 09:48:00,1333.0 -15101,buy_contrast_m10_bb_pos,buy,2025-08-19 10:51:00,1318.0 -15102,buy_contrast_m10_bb_pos,buy,2025-08-19 10:54:00,1318.0 -15103,buy_contrast_m10_bb_pos,buy,2025-08-19 10:57:00,1319.0 -15104,buy_contrast_m10_bb_pos,buy,2025-08-19 11:00:00,1321.0 -15105,buy_contrast_m10_bb_pos,buy,2025-08-19 11:03:00,1319.0 -15106,buy_contrast_m10_bb_pos,buy,2025-08-19 11:06:00,1316.0 -15107,buy_contrast_m10_bb_pos,buy,2025-08-19 11:09:00,1318.0 -15108,buy_contrast_m10_bb_pos,buy,2025-08-19 11:12:00,1317.0 -15109,buy_contrast_m10_bb_pos,buy,2025-08-19 11:15:00,1318.0 -15110,buy_contrast_m10_bb_pos,buy,2025-08-19 11:18:00,1316.0 -15111,buy_contrast_m10_bb_pos,buy,2025-08-19 12:12:00,1314.0 -15112,buy_contrast_m10_bb_pos,buy,2025-08-19 12:15:00,1316.0 -15113,buy_contrast_m10_bb_pos,buy,2025-08-19 12:18:00,1316.0 -15114,buy_contrast_m10_bb_pos,buy,2025-08-19 12:30:00,1312.0 -15115,buy_contrast_m10_bb_pos,buy,2025-08-19 12:33:00,1309.0 -15116,buy_contrast_m10_bb_pos,buy,2025-08-19 12:36:00,1309.0 -15117,buy_contrast_m10_bb_pos,buy,2025-08-19 12:39:00,1304.0 -15118,buy_contrast_m10_bb_pos,buy,2025-08-19 13:21:00,1294.0 -15119,buy_contrast_m10_bb_pos,buy,2025-08-19 13:24:00,1290.0 -15120,buy_contrast_m10_bb_pos,buy,2025-08-19 13:27:00,1290.0 -15121,buy_contrast_m10_bb_pos,buy,2025-08-19 13:30:00,1291.0 -15122,buy_contrast_m10_bb_pos,buy,2025-08-19 13:33:00,1294.0 -15123,buy_contrast_m10_bb_pos,buy,2025-08-19 13:36:00,1295.0 -15124,buy_contrast_m10_bb_pos,buy,2025-08-19 13:39:00,1296.0 -15125,buy_contrast_m10_bb_pos,buy,2025-08-19 16:21:00,1289.0 -15126,buy_contrast_m10_bb_pos,buy,2025-08-19 16:24:00,1287.0 -15127,buy_contrast_m10_bb_pos,buy,2025-08-19 16:27:00,1288.0 -15128,buy_contrast_m10_bb_pos,buy,2025-08-19 16:30:00,1290.0 -15129,buy_contrast_m10_bb_pos,buy,2025-08-19 16:33:00,1288.0 -15130,buy_contrast_m10_bb_pos,buy,2025-08-19 16:36:00,1289.0 -15131,buy_contrast_m10_bb_pos,buy,2025-08-19 16:39:00,1294.0 -15132,buy_contrast_m10_bb_pos,buy,2025-08-19 17:12:00,1290.0 -15133,buy_contrast_m10_bb_pos,buy,2025-08-19 17:15:00,1292.0 -15134,buy_contrast_m10_bb_pos,buy,2025-08-19 17:18:00,1291.0 -15135,buy_contrast_m10_bb_pos,buy,2025-08-19 21:51:00,1310.0 -15136,buy_contrast_m10_bb_pos,buy,2025-08-19 21:54:00,1312.0 -15137,buy_contrast_m10_bb_pos,buy,2025-08-19 21:57:00,1314.0 -15138,buy_contrast_m10_bb_pos,buy,2025-08-19 23:00:00,1307.0 -15139,buy_contrast_m10_bb_pos,buy,2025-08-19 23:03:00,1308.0 -15140,buy_contrast_m10_bb_pos,buy,2025-08-19 23:06:00,1308.0 -15141,buy_contrast_m10_bb_pos,buy,2025-08-19 23:09:00,1302.0 -15142,buy_contrast_m10_bb_pos,buy,2025-08-20 00:00:00,1289.0 -15143,buy_contrast_m10_bb_pos,buy,2025-08-20 00:03:00,1289.0 -15144,buy_contrast_m10_bb_pos,buy,2025-08-20 00:06:00,1287.0 -15145,buy_contrast_m10_bb_pos,buy,2025-08-20 00:09:00,1287.0 -15146,buy_contrast_m10_bb_pos,buy,2025-08-20 00:12:00,1287.0 -15147,buy_contrast_m10_bb_pos,buy,2025-08-20 00:15:00,1289.0 -15148,buy_contrast_m10_bb_pos,buy,2025-08-20 00:18:00,1291.0 -15149,buy_contrast_m10_bb_pos,buy,2025-08-20 01:42:00,1275.0 -15150,buy_contrast_m10_bb_pos,buy,2025-08-20 01:45:00,1278.0 -15151,buy_contrast_m10_bb_pos,buy,2025-08-20 01:48:00,1274.0 -15152,buy_contrast_m10_bb_pos,buy,2025-08-20 02:00:00,1276.0 -15153,buy_contrast_m10_bb_pos,buy,2025-08-20 02:03:00,1277.0 -15154,buy_contrast_m10_bb_pos,buy,2025-08-20 02:06:00,1269.0 -15155,buy_contrast_m10_bb_pos,buy,2025-08-20 02:09:00,1270.0 -15156,buy_contrast_m10_bb_pos,buy,2025-08-20 02:12:00,1276.0 -15157,buy_contrast_m10_bb_pos,buy,2025-08-20 02:15:00,1278.0 -15158,buy_contrast_m10_bb_pos,buy,2025-08-20 02:18:00,1277.0 -15159,buy_contrast_m10_bb_pos,buy,2025-08-20 05:12:00,1264.0 -15160,buy_contrast_m10_bb_pos,buy,2025-08-20 05:15:00,1262.0 -15161,buy_contrast_m10_bb_pos,buy,2025-08-20 05:18:00,1267.0 -15162,buy_contrast_m10_bb_pos,buy,2025-08-20 08:12:00,1263.0 -15163,buy_contrast_m10_bb_pos,buy,2025-08-20 08:15:00,1264.0 -15164,buy_contrast_m10_bb_pos,buy,2025-08-20 08:18:00,1265.0 -15165,buy_contrast_m10_bb_pos,buy,2025-08-20 08:21:00,1262.0 -15166,buy_contrast_m10_bb_pos,buy,2025-08-20 08:24:00,1264.0 -15167,buy_contrast_m10_bb_pos,buy,2025-08-20 08:27:00,1261.0 -15168,buy_contrast_m10_bb_pos,buy,2025-08-20 08:30:00,1260.0 -15169,buy_contrast_m10_bb_pos,buy,2025-08-20 08:33:00,1258.0 -15170,buy_contrast_m10_bb_pos,buy,2025-08-20 08:36:00,1263.0 -15171,buy_contrast_m10_bb_pos,buy,2025-08-20 08:39:00,1257.0 -15172,buy_contrast_m10_bb_pos,buy,2025-08-20 20:21:00,1297.0 -15173,buy_contrast_m10_bb_pos,buy,2025-08-20 20:24:00,1296.0 -15174,buy_contrast_m10_bb_pos,buy,2025-08-20 20:27:00,1295.0 -15175,buy_contrast_m10_bb_pos,buy,2025-08-20 22:51:00,1279.0 -15176,buy_contrast_m10_bb_pos,buy,2025-08-20 22:54:00,1276.0 -15177,buy_contrast_m10_bb_pos,buy,2025-08-20 22:57:00,1279.0 -15178,buy_contrast_m10_bb_pos,buy,2025-08-21 03:30:00,1310.0 -15179,buy_contrast_m10_bb_pos,buy,2025-08-21 03:33:00,1308.0 -15180,buy_contrast_m10_bb_pos,buy,2025-08-21 03:36:00,1310.0 -15181,buy_contrast_m10_bb_pos,buy,2025-08-21 03:39:00,1312.0 -15182,buy_contrast_m10_bb_pos,buy,2025-08-21 11:21:00,1330.0 -15183,buy_contrast_m10_bb_pos,buy,2025-08-21 11:24:00,1330.0 -15184,buy_contrast_m10_bb_pos,buy,2025-08-21 11:27:00,1332.0 -15185,buy_contrast_m10_bb_pos,buy,2025-08-21 11:30:00,1331.0 -15186,buy_contrast_m10_bb_pos,buy,2025-08-21 11:33:00,1329.0 -15187,buy_contrast_m10_bb_pos,buy,2025-08-21 11:36:00,1326.0 -15188,buy_contrast_m10_bb_pos,buy,2025-08-21 11:39:00,1327.0 -15189,buy_contrast_m10_bb_pos,buy,2025-08-21 15:30:00,1326.0 -15190,buy_contrast_m10_bb_pos,buy,2025-08-21 15:33:00,1328.0 -15191,buy_contrast_m10_bb_pos,buy,2025-08-21 15:36:00,1329.0 -15192,buy_contrast_m10_bb_pos,buy,2025-08-21 15:39:00,1328.0 -15193,buy_contrast_m10_bb_pos,buy,2025-08-21 15:42:00,1328.0 -15194,buy_contrast_m10_bb_pos,buy,2025-08-21 15:45:00,1327.0 -15195,buy_contrast_m10_bb_pos,buy,2025-08-21 15:48:00,1327.0 -15196,buy_contrast_m10_bb_pos,buy,2025-08-21 16:30:00,1322.0 -15197,buy_contrast_m10_bb_pos,buy,2025-08-21 16:33:00,1324.0 -15198,buy_contrast_m10_bb_pos,buy,2025-08-21 16:36:00,1326.0 -15199,buy_contrast_m10_bb_pos,buy,2025-08-21 16:39:00,1328.0 -15200,buy_contrast_m10_bb_pos,buy,2025-08-21 17:30:00,1320.0 -15201,buy_contrast_m10_bb_pos,buy,2025-08-21 17:33:00,1319.0 -15202,buy_contrast_m10_bb_pos,buy,2025-08-21 17:36:00,1319.0 -15203,buy_contrast_m10_bb_pos,buy,2025-08-21 17:39:00,1319.0 -15204,buy_contrast_m10_bb_pos,buy,2025-08-21 17:42:00,1318.0 -15205,buy_contrast_m10_bb_pos,buy,2025-08-21 17:45:00,1320.0 -15206,buy_contrast_m10_bb_pos,buy,2025-08-21 17:48:00,1323.0 -15207,buy_contrast_m10_bb_pos,buy,2025-08-21 18:30:00,1313.0 -15208,buy_contrast_m10_bb_pos,buy,2025-08-21 18:33:00,1316.0 -15209,buy_contrast_m10_bb_pos,buy,2025-08-21 18:36:00,1316.0 -15210,buy_contrast_m10_bb_pos,buy,2025-08-21 18:39:00,1316.0 -15211,buy_contrast_m10_bb_pos,buy,2025-08-21 19:00:00,1311.0 -15212,buy_contrast_m10_bb_pos,buy,2025-08-21 19:03:00,1309.0 -15213,buy_contrast_m10_bb_pos,buy,2025-08-21 19:06:00,1311.0 -15214,buy_contrast_m10_bb_pos,buy,2025-08-21 19:09:00,1314.0 -15215,buy_contrast_m10_bb_pos,buy,2025-08-21 21:00:00,1307.0 -15216,buy_contrast_m10_bb_pos,buy,2025-08-21 21:03:00,1307.0 -15217,buy_contrast_m10_bb_pos,buy,2025-08-21 21:06:00,1307.0 -15218,buy_contrast_m10_bb_pos,buy,2025-08-21 21:09:00,1307.0 -15219,buy_contrast_m10_bb_pos,buy,2025-08-21 21:12:00,1304.0 -15220,buy_contrast_m10_bb_pos,buy,2025-08-21 21:15:00,1301.0 -15221,buy_contrast_m10_bb_pos,buy,2025-08-21 21:18:00,1301.0 -15222,buy_contrast_m10_bb_pos,buy,2025-08-21 21:30:00,1302.0 -15223,buy_contrast_m10_bb_pos,buy,2025-08-21 21:33:00,1306.0 -15224,buy_contrast_m10_bb_pos,buy,2025-08-21 21:36:00,1304.0 -15225,buy_contrast_m10_bb_pos,buy,2025-08-21 21:39:00,1303.0 -15226,buy_contrast_m10_bb_pos,buy,2025-08-21 21:42:00,1302.0 -15227,buy_contrast_m10_bb_pos,buy,2025-08-21 21:45:00,1301.0 -15228,buy_contrast_m10_bb_pos,buy,2025-08-21 21:48:00,1298.0 -15229,buy_contrast_m10_bb_pos,buy,2025-08-21 22:00:00,1298.0 -15230,buy_contrast_m10_bb_pos,buy,2025-08-21 22:03:00,1299.0 -15231,buy_contrast_m10_bb_pos,buy,2025-08-21 22:06:00,1300.0 -15232,buy_contrast_m10_bb_pos,buy,2025-08-21 22:09:00,1300.0 -15233,buy_contrast_m10_bb_pos,buy,2025-08-22 01:00:00,1294.0 -15234,buy_contrast_m10_bb_pos,buy,2025-08-22 01:03:00,1296.0 -15235,buy_contrast_m10_bb_pos,buy,2025-08-22 01:06:00,1296.0 -15236,buy_contrast_m10_bb_pos,buy,2025-08-22 01:09:00,1299.0 -15237,buy_contrast_m10_bb_pos,buy,2025-08-22 10:00:00,1305.0 -15238,buy_contrast_m10_bb_pos,buy,2025-08-22 10:03:00,1308.0 -15239,buy_contrast_m10_bb_pos,buy,2025-08-22 10:06:00,1306.0 -15240,buy_contrast_m10_bb_pos,buy,2025-08-22 10:09:00,1300.0 -15241,buy_contrast_m10_bb_pos,buy,2025-08-22 12:42:00,1300.0 -15242,buy_contrast_m10_bb_pos,buy,2025-08-22 12:45:00,1298.0 -15243,buy_contrast_m10_bb_pos,buy,2025-08-22 12:48:00,1298.0 -15244,buy_contrast_m10_bb_pos,buy,2025-08-22 12:51:00,1300.0 -15245,buy_contrast_m10_bb_pos,buy,2025-08-22 12:54:00,1300.0 -15246,buy_contrast_m10_bb_pos,buy,2025-08-22 12:57:00,1303.0 -15247,buy_contrast_m10_bb_pos,buy,2025-08-22 15:42:00,1296.0 -15248,buy_contrast_m10_bb_pos,buy,2025-08-22 15:45:00,1296.0 -15249,buy_contrast_m10_bb_pos,buy,2025-08-22 15:48:00,1300.0 -15250,buy_contrast_m10_bb_pos,buy,2025-08-22 15:51:00,1298.0 -15251,buy_contrast_m10_bb_pos,buy,2025-08-22 15:54:00,1300.0 -15252,buy_contrast_m10_bb_pos,buy,2025-08-22 15:57:00,1298.0 -15253,buy_contrast_m10_bb_pos,buy,2025-08-22 16:00:00,1297.0 -15254,buy_contrast_m10_bb_pos,buy,2025-08-22 16:03:00,1301.0 -15255,buy_contrast_m10_bb_pos,buy,2025-08-22 16:06:00,1303.0 -15256,buy_contrast_m10_bb_pos,buy,2025-08-22 16:09:00,1303.0 -15257,buy_contrast_m10_bb_pos,buy,2025-08-22 19:30:00,1298.0 -15258,buy_contrast_m10_bb_pos,buy,2025-08-22 19:33:00,1293.0 -15259,buy_contrast_m10_bb_pos,buy,2025-08-22 19:36:00,1295.0 -15260,buy_contrast_m10_bb_pos,buy,2025-08-22 19:39:00,1294.0 -15261,buy_contrast_m10_bb_pos,buy,2025-08-22 20:00:00,1293.0 -15262,buy_contrast_m10_bb_pos,buy,2025-08-22 20:03:00,1292.0 -15263,buy_contrast_m10_bb_pos,buy,2025-08-22 20:06:00,1292.0 -15264,buy_contrast_m10_bb_pos,buy,2025-08-22 20:09:00,1287.0 -15265,buy_contrast_m10_bb_pos,buy,2025-08-22 20:21:00,1289.0 -15266,buy_contrast_m10_bb_pos,buy,2025-08-22 20:24:00,1288.0 -15267,buy_contrast_m10_bb_pos,buy,2025-08-22 20:27:00,1289.0 -15268,buy_contrast_m10_bb_pos,buy,2025-08-22 20:30:00,1287.0 -15269,buy_contrast_m10_bb_pos,buy,2025-08-22 20:33:00,1288.0 -15270,buy_contrast_m10_bb_pos,buy,2025-08-22 20:36:00,1286.0 -15271,buy_contrast_m10_bb_pos,buy,2025-08-22 20:39:00,1284.0 -15272,buy_contrast_m10_bb_pos,buy,2025-08-22 20:51:00,1286.0 -15273,buy_contrast_m10_bb_pos,buy,2025-08-22 20:54:00,1285.0 -15274,buy_contrast_m10_bb_pos,buy,2025-08-22 20:57:00,1285.0 -15275,buy_contrast_m10_bb_pos,buy,2025-08-22 21:00:00,1282.0 -15276,buy_contrast_m10_bb_pos,buy,2025-08-22 21:03:00,1281.0 -15277,buy_contrast_m10_bb_pos,buy,2025-08-22 21:06:00,1280.0 -15278,buy_contrast_m10_bb_pos,buy,2025-08-22 21:09:00,1273.0 -15279,buy_contrast_m10_bb_pos,buy,2025-08-22 21:21:00,1273.0 -15280,buy_contrast_m10_bb_pos,buy,2025-08-22 21:24:00,1270.0 -15281,buy_contrast_m10_bb_pos,buy,2025-08-22 21:27:00,1267.0 -15282,buy_contrast_m10_bb_pos,buy,2025-08-23 07:51:00,1406.0 -15283,buy_contrast_m10_bb_pos,buy,2025-08-23 07:54:00,1406.0 -15284,buy_contrast_m10_bb_pos,buy,2025-08-23 07:57:00,1403.0 -15285,buy_contrast_m10_bb_pos,buy,2025-08-23 08:12:00,1407.0 -15286,buy_contrast_m10_bb_pos,buy,2025-08-23 08:15:00,1407.0 -15287,buy_contrast_m10_bb_pos,buy,2025-08-23 08:18:00,1406.0 -15288,buy_contrast_m10_bb_pos,buy,2025-08-23 10:12:00,1401.0 -15289,buy_contrast_m10_bb_pos,buy,2025-08-23 10:15:00,1400.0 -15290,buy_contrast_m10_bb_pos,buy,2025-08-23 10:18:00,1393.0 -15291,buy_contrast_m10_bb_pos,buy,2025-08-23 10:51:00,1384.0 -15292,buy_contrast_m10_bb_pos,buy,2025-08-23 10:54:00,1387.0 -15293,buy_contrast_m10_bb_pos,buy,2025-08-23 10:57:00,1388.0 -15294,buy_contrast_m10_bb_pos,buy,2025-08-23 11:30:00,1372.0 -15295,buy_contrast_m10_bb_pos,buy,2025-08-23 11:33:00,1366.0 -15296,buy_contrast_m10_bb_pos,buy,2025-08-23 11:36:00,1364.0 -15297,buy_contrast_m10_bb_pos,buy,2025-08-23 11:39:00,1362.0 -15298,buy_contrast_m10_bb_pos,buy,2025-08-23 11:51:00,1369.0 -15299,buy_contrast_m10_bb_pos,buy,2025-08-23 11:54:00,1370.0 -15300,buy_contrast_m10_bb_pos,buy,2025-08-23 11:57:00,1373.0 -15301,buy_contrast_m10_bb_pos,buy,2025-08-23 17:00:00,1396.0 -15302,buy_contrast_m10_bb_pos,buy,2025-08-23 17:03:00,1398.0 -15303,buy_contrast_m10_bb_pos,buy,2025-08-23 17:06:00,1399.0 -15304,buy_contrast_m10_bb_pos,buy,2025-08-23 17:09:00,1399.0 -15305,buy_contrast_m10_bb_pos,buy,2025-08-23 17:30:00,1395.0 -15306,buy_contrast_m10_bb_pos,buy,2025-08-23 17:33:00,1399.0 -15307,buy_contrast_m10_bb_pos,buy,2025-08-23 17:36:00,1401.0 -15308,buy_contrast_m10_bb_pos,buy,2025-08-23 17:39:00,1400.0 -15309,buy_contrast_m10_bb_pos,buy,2025-08-23 19:51:00,1394.0 -15310,buy_contrast_m10_bb_pos,buy,2025-08-23 19:54:00,1390.0 -15311,buy_contrast_m10_bb_pos,buy,2025-08-23 19:57:00,1393.0 -15312,buy_contrast_m10_bb_pos,buy,2025-08-23 20:00:00,1392.0 -15313,buy_contrast_m10_bb_pos,buy,2025-08-23 20:03:00,1393.0 -15314,buy_contrast_m10_bb_pos,buy,2025-08-23 20:06:00,1396.0 -15315,buy_contrast_m10_bb_pos,buy,2025-08-23 20:09:00,1396.0 -15316,buy_contrast_m10_bb_pos,buy,2025-08-24 00:12:00,1400.0 -15317,buy_contrast_m10_bb_pos,buy,2025-08-24 00:15:00,1400.0 -15318,buy_contrast_m10_bb_pos,buy,2025-08-24 00:18:00,1401.0 -15319,buy_contrast_m10_bb_pos,buy,2025-08-24 01:42:00,1398.0 -15320,buy_contrast_m10_bb_pos,buy,2025-08-24 01:45:00,1398.0 -15321,buy_contrast_m10_bb_pos,buy,2025-08-24 01:48:00,1397.0 -15322,buy_contrast_m10_bb_pos,buy,2025-08-24 01:51:00,1397.0 -15323,buy_contrast_m10_bb_pos,buy,2025-08-24 01:54:00,1397.0 -15324,buy_contrast_m10_bb_pos,buy,2025-08-24 01:57:00,1400.0 -15325,buy_contrast_m10_bb_pos,buy,2025-08-24 02:30:00,1397.0 -15326,buy_contrast_m10_bb_pos,buy,2025-08-24 02:33:00,1398.0 -15327,buy_contrast_m10_bb_pos,buy,2025-08-24 02:36:00,1400.0 -15328,buy_contrast_m10_bb_pos,buy,2025-08-24 02:39:00,1401.0 -15329,buy_contrast_m10_bb_pos,buy,2025-08-24 06:30:00,1393.0 -15330,buy_contrast_m10_bb_pos,buy,2025-08-24 06:33:00,1395.0 -15331,buy_contrast_m10_bb_pos,buy,2025-08-24 06:36:00,1396.0 -15332,buy_contrast_m10_bb_pos,buy,2025-08-24 06:39:00,1397.0 -15333,buy_contrast_m10_bb_pos,buy,2025-08-24 10:42:00,1393.0 -15334,buy_contrast_m10_bb_pos,buy,2025-08-24 10:45:00,1395.0 -15335,buy_contrast_m10_bb_pos,buy,2025-08-24 10:48:00,1393.0 -15336,buy_contrast_m10_bb_pos,buy,2025-08-24 10:51:00,1390.0 -15337,buy_contrast_m10_bb_pos,buy,2025-08-24 10:54:00,1393.0 -15338,buy_contrast_m10_bb_pos,buy,2025-08-24 10:57:00,1392.0 -15339,buy_contrast_m10_bb_pos,buy,2025-08-24 11:21:00,1390.0 -15340,buy_contrast_m10_bb_pos,buy,2025-08-24 11:24:00,1390.0 -15341,buy_contrast_m10_bb_pos,buy,2025-08-24 11:27:00,1392.0 -15342,buy_contrast_m10_bb_pos,buy,2025-08-24 12:42:00,1380.0 -15343,buy_contrast_m10_bb_pos,buy,2025-08-24 12:45:00,1379.0 -15344,buy_contrast_m10_bb_pos,buy,2025-08-24 12:48:00,1381.0 -15345,buy_contrast_m10_bb_pos,buy,2025-08-24 12:51:00,1379.0 -15346,buy_contrast_m10_bb_pos,buy,2025-08-24 12:54:00,1380.0 -15347,buy_contrast_m10_bb_pos,buy,2025-08-24 12:57:00,1383.0 -15348,buy_contrast_m10_bb_pos,buy,2025-08-24 13:30:00,1376.0 -15349,buy_contrast_m10_bb_pos,buy,2025-08-24 13:33:00,1377.0 -15350,buy_contrast_m10_bb_pos,buy,2025-08-24 13:36:00,1377.0 -15351,buy_contrast_m10_bb_pos,buy,2025-08-24 13:39:00,1378.0 -15352,buy_contrast_m10_bb_pos,buy,2025-08-24 13:51:00,1376.0 -15353,buy_contrast_m10_bb_pos,buy,2025-08-24 13:54:00,1374.0 -15354,buy_contrast_m10_bb_pos,buy,2025-08-24 13:57:00,1371.0 -15355,buy_contrast_m10_bb_pos,buy,2025-08-24 14:00:00,1372.0 -15356,buy_contrast_m10_bb_pos,buy,2025-08-24 14:03:00,1372.0 -15357,buy_contrast_m10_bb_pos,buy,2025-08-24 14:06:00,1370.0 -15358,buy_contrast_m10_bb_pos,buy,2025-08-24 14:09:00,1370.0 -15359,buy_contrast_m10_bb_pos,buy,2025-08-24 14:12:00,1369.0 -15360,buy_contrast_m10_bb_pos,buy,2025-08-24 14:15:00,1369.0 -15361,buy_contrast_m10_bb_pos,buy,2025-08-24 14:18:00,1370.0 -15362,buy_contrast_m10_bb_pos,buy,2025-08-24 14:21:00,1370.0 -15363,buy_contrast_m10_bb_pos,buy,2025-08-24 14:24:00,1371.0 -15364,buy_contrast_m10_bb_pos,buy,2025-08-24 14:27:00,1370.0 -15365,buy_contrast_m10_bb_pos,buy,2025-08-24 14:30:00,1370.0 -15366,buy_contrast_m10_bb_pos,buy,2025-08-24 14:33:00,1367.0 -15367,buy_contrast_m10_bb_pos,buy,2025-08-24 14:36:00,1365.0 -15368,buy_contrast_m10_bb_pos,buy,2025-08-24 14:39:00,1363.0 -15369,buy_contrast_m10_bb_pos,buy,2025-08-24 14:42:00,1365.0 -15370,buy_contrast_m10_bb_pos,buy,2025-08-24 14:45:00,1365.0 -15371,buy_contrast_m10_bb_pos,buy,2025-08-24 14:48:00,1362.0 -15372,buy_contrast_m10_bb_pos,buy,2025-08-24 16:00:00,1343.0 -15373,buy_contrast_m10_bb_pos,buy,2025-08-24 16:03:00,1342.0 -15374,buy_contrast_m10_bb_pos,buy,2025-08-24 16:06:00,1345.0 -15375,buy_contrast_m10_bb_pos,buy,2025-08-24 16:09:00,1348.0 -15376,buy_contrast_m10_bb_pos,buy,2025-08-24 19:51:00,1333.0 -15377,buy_contrast_m10_bb_pos,buy,2025-08-24 19:54:00,1334.0 -15378,buy_contrast_m10_bb_pos,buy,2025-08-24 19:57:00,1333.0 -15379,buy_contrast_m10_bb_pos,buy,2025-08-24 20:00:00,1331.0 -15380,buy_contrast_m10_bb_pos,buy,2025-08-24 20:03:00,1334.0 -15381,buy_contrast_m10_bb_pos,buy,2025-08-24 20:06:00,1338.0 -15382,buy_contrast_m10_bb_pos,buy,2025-08-24 20:09:00,1334.0 -15383,buy_contrast_m10_bb_pos,buy,2025-08-24 20:21:00,1330.0 -15384,buy_contrast_m10_bb_pos,buy,2025-08-24 20:24:00,1331.0 -15385,buy_contrast_m10_bb_pos,buy,2025-08-24 20:27:00,1333.0 -15386,buy_contrast_m10_bb_pos,buy,2025-08-25 07:30:00,1335.0 -15387,buy_contrast_m10_bb_pos,buy,2025-08-25 07:33:00,1339.0 -15388,buy_contrast_m10_bb_pos,buy,2025-08-25 07:36:00,1340.0 -15389,buy_contrast_m10_bb_pos,buy,2025-08-25 07:39:00,1343.0 -15390,buy_contrast_m10_bb_pos,buy,2025-08-25 07:42:00,1343.0 -15391,buy_contrast_m10_bb_pos,buy,2025-08-25 07:45:00,1345.0 -15392,buy_contrast_m10_bb_pos,buy,2025-08-25 07:48:00,1344.0 -15393,buy_contrast_m10_bb_pos,buy,2025-08-25 10:00:00,1332.0 -15394,buy_contrast_m10_bb_pos,buy,2025-08-25 10:03:00,1333.0 -15395,buy_contrast_m10_bb_pos,buy,2025-08-25 10:06:00,1333.0 -15396,buy_contrast_m10_bb_pos,buy,2025-08-25 10:09:00,1332.0 -15397,buy_contrast_m10_bb_pos,buy,2025-08-25 10:12:00,1333.0 -15398,buy_contrast_m10_bb_pos,buy,2025-08-25 10:15:00,1333.0 -15399,buy_contrast_m10_bb_pos,buy,2025-08-25 10:18:00,1329.0 -15400,buy_contrast_m10_bb_pos,buy,2025-08-25 10:21:00,1332.0 -15401,buy_contrast_m10_bb_pos,buy,2025-08-25 10:24:00,1341.0 -15402,buy_contrast_m10_bb_pos,buy,2025-08-25 10:27:00,1342.0 -15403,buy_contrast_m10_bb_pos,buy,2025-08-25 14:21:00,1328.0 -15404,buy_contrast_m10_bb_pos,buy,2025-08-25 14:24:00,1324.0 -15405,buy_contrast_m10_bb_pos,buy,2025-08-25 14:27:00,1326.0 -15406,buy_contrast_m10_bb_pos,buy,2025-08-25 14:30:00,1326.0 -15407,buy_contrast_m10_bb_pos,buy,2025-08-25 14:33:00,1325.0 -15408,buy_contrast_m10_bb_pos,buy,2025-08-25 14:36:00,1323.0 -15409,buy_contrast_m10_bb_pos,buy,2025-08-25 14:39:00,1324.0 -15410,buy_contrast_m10_bb_pos,buy,2025-08-25 14:42:00,1324.0 -15411,buy_contrast_m10_bb_pos,buy,2025-08-25 14:45:00,1326.0 -15412,buy_contrast_m10_bb_pos,buy,2025-08-25 14:48:00,1324.0 -15413,buy_contrast_m10_bb_pos,buy,2025-08-25 14:51:00,1323.0 -15414,buy_contrast_m10_bb_pos,buy,2025-08-25 14:54:00,1320.0 -15415,buy_contrast_m10_bb_pos,buy,2025-08-25 14:57:00,1322.0 -15416,buy_contrast_m10_bb_pos,buy,2025-08-25 15:00:00,1318.0 -15417,buy_contrast_m10_bb_pos,buy,2025-08-25 15:03:00,1317.0 -15418,buy_contrast_m10_bb_pos,buy,2025-08-25 15:06:00,1318.0 -15419,buy_contrast_m10_bb_pos,buy,2025-08-25 15:09:00,1314.0 -15420,buy_contrast_m10_bb_pos,buy,2025-08-25 15:12:00,1316.0 -15421,buy_contrast_m10_bb_pos,buy,2025-08-25 15:15:00,1315.0 -15422,buy_contrast_m10_bb_pos,buy,2025-08-25 15:18:00,1311.0 -15423,buy_contrast_m10_bb_pos,buy,2025-08-25 15:21:00,1314.0 -15424,buy_contrast_m10_bb_pos,buy,2025-08-25 15:24:00,1317.0 -15425,buy_contrast_m10_bb_pos,buy,2025-08-25 15:27:00,1317.0 -15426,buy_contrast_m10_bb_pos,buy,2025-08-25 15:30:00,1315.0 -15427,buy_contrast_m10_bb_pos,buy,2025-08-25 15:33:00,1312.0 -15428,buy_contrast_m10_bb_pos,buy,2025-08-25 15:36:00,1311.0 -15429,buy_contrast_m10_bb_pos,buy,2025-08-25 15:39:00,1311.0 -15430,buy_contrast_m10_bb_pos,buy,2025-08-25 15:42:00,1314.0 -15431,buy_contrast_m10_bb_pos,buy,2025-08-25 15:45:00,1311.0 -15432,buy_contrast_m10_bb_pos,buy,2025-08-25 15:48:00,1305.0 -15433,buy_contrast_m10_bb_pos,buy,2025-08-25 15:51:00,1303.0 -15434,buy_contrast_m10_bb_pos,buy,2025-08-25 15:54:00,1303.0 -15435,buy_contrast_m10_bb_pos,buy,2025-08-25 15:57:00,1305.0 -15436,buy_contrast_m10_bb_pos,buy,2025-08-25 16:00:00,1303.0 -15437,buy_contrast_m10_bb_pos,buy,2025-08-25 16:03:00,1310.0 -15438,buy_contrast_m10_bb_pos,buy,2025-08-25 16:06:00,1308.0 -15439,buy_contrast_m10_bb_pos,buy,2025-08-25 16:09:00,1305.0 -15440,buy_contrast_m10_bb_pos,buy,2025-08-25 16:12:00,1307.0 -15441,buy_contrast_m10_bb_pos,buy,2025-08-25 16:15:00,1309.0 -15442,buy_contrast_m10_bb_pos,buy,2025-08-25 16:18:00,1308.0 -15443,buy_contrast_m10_bb_pos,buy,2025-08-25 16:30:00,1302.0 -15444,buy_contrast_m10_bb_pos,buy,2025-08-25 16:33:00,1300.0 -15445,buy_contrast_m10_bb_pos,buy,2025-08-25 16:36:00,1298.0 -15446,buy_contrast_m10_bb_pos,buy,2025-08-25 16:39:00,1302.0 -15447,buy_contrast_m10_bb_pos,buy,2025-08-25 16:51:00,1296.0 -15448,buy_contrast_m10_bb_pos,buy,2025-08-25 16:54:00,1292.0 -15449,buy_contrast_m10_bb_pos,buy,2025-08-25 16:57:00,1296.0 -15450,buy_contrast_m10_bb_pos,buy,2025-08-25 17:00:00,1297.0 -15451,buy_contrast_m10_bb_pos,buy,2025-08-25 17:03:00,1292.0 -15452,buy_contrast_m10_bb_pos,buy,2025-08-25 17:06:00,1288.0 -15453,buy_contrast_m10_bb_pos,buy,2025-08-25 17:09:00,1288.0 -15454,buy_contrast_m10_bb_pos,buy,2025-08-25 17:12:00,1296.0 -15455,buy_contrast_m10_bb_pos,buy,2025-08-25 17:15:00,1294.0 -15456,buy_contrast_m10_bb_pos,buy,2025-08-25 17:18:00,1302.0 -15457,buy_contrast_m10_bb_pos,buy,2025-08-25 18:12:00,1296.0 -15458,buy_contrast_m10_bb_pos,buy,2025-08-25 18:15:00,1298.0 -15459,buy_contrast_m10_bb_pos,buy,2025-08-25 18:18:00,1298.0 -15460,buy_contrast_m10_bb_pos,buy,2025-08-25 18:30:00,1292.0 -15461,buy_contrast_m10_bb_pos,buy,2025-08-25 18:33:00,1294.0 -15462,buy_contrast_m10_bb_pos,buy,2025-08-25 18:36:00,1293.0 -15463,buy_contrast_m10_bb_pos,buy,2025-08-25 18:39:00,1295.0 -15464,buy_contrast_m10_bb_pos,buy,2025-08-25 19:12:00,1290.0 -15465,buy_contrast_m10_bb_pos,buy,2025-08-25 19:15:00,1289.0 -15466,buy_contrast_m10_bb_pos,buy,2025-08-25 19:18:00,1286.0 -15467,buy_contrast_m10_bb_pos,buy,2025-08-25 19:42:00,1280.0 -15468,buy_contrast_m10_bb_pos,buy,2025-08-25 19:45:00,1280.0 -15469,buy_contrast_m10_bb_pos,buy,2025-08-25 19:48:00,1282.0 -15470,buy_contrast_m10_bb_pos,buy,2025-08-25 20:00:00,1280.0 -15471,buy_contrast_m10_bb_pos,buy,2025-08-25 20:03:00,1279.0 -15472,buy_contrast_m10_bb_pos,buy,2025-08-25 20:06:00,1280.0 -15473,buy_contrast_m10_bb_pos,buy,2025-08-25 20:09:00,1281.0 -15474,buy_contrast_m10_bb_pos,buy,2025-08-25 20:12:00,1280.0 -15475,buy_contrast_m10_bb_pos,buy,2025-08-25 20:15:00,1281.0 -15476,buy_contrast_m10_bb_pos,buy,2025-08-25 20:18:00,1284.0 -15477,buy_contrast_m10_bb_pos,buy,2025-08-26 02:12:00,1290.0 -15478,buy_contrast_m10_bb_pos,buy,2025-08-26 02:15:00,1287.0 -15479,buy_contrast_m10_bb_pos,buy,2025-08-26 02:18:00,1286.0 -15480,buy_contrast_m10_bb_pos,buy,2025-08-26 02:21:00,1286.0 -15481,buy_contrast_m10_bb_pos,buy,2025-08-26 02:24:00,1289.0 -15482,buy_contrast_m10_bb_pos,buy,2025-08-26 02:27:00,1291.0 -15483,buy_contrast_m10_bb_pos,buy,2025-08-26 04:21:00,1281.0 -15484,buy_contrast_m10_bb_pos,buy,2025-08-26 04:24:00,1283.0 -15485,buy_contrast_m10_bb_pos,buy,2025-08-26 04:27:00,1284.0 -15486,buy_contrast_m10_bb_pos,buy,2025-08-26 04:42:00,1274.0 -15487,buy_contrast_m10_bb_pos,buy,2025-08-26 04:45:00,1278.0 -15488,buy_contrast_m10_bb_pos,buy,2025-08-26 04:48:00,1277.0 -15489,buy_contrast_m10_bb_pos,buy,2025-08-26 04:51:00,1276.0 -15490,buy_contrast_m10_bb_pos,buy,2025-08-26 04:54:00,1276.0 -15491,buy_contrast_m10_bb_pos,buy,2025-08-26 04:57:00,1274.0 -15492,buy_contrast_m10_bb_pos,buy,2025-08-26 06:12:00,1241.0 -15493,buy_contrast_m10_bb_pos,buy,2025-08-26 06:15:00,1238.0 -15494,buy_contrast_m10_bb_pos,buy,2025-08-26 06:18:00,1239.0 -15495,buy_contrast_m10_bb_pos,buy,2025-08-26 06:21:00,1239.0 -15496,buy_contrast_m10_bb_pos,buy,2025-08-26 06:24:00,1238.0 -15497,buy_contrast_m10_bb_pos,buy,2025-08-26 06:27:00,1238.0 -15498,buy_contrast_m10_bb_pos,buy,2025-08-26 06:30:00,1236.0 -15499,buy_contrast_m10_bb_pos,buy,2025-08-26 06:33:00,1237.0 -15500,buy_contrast_m10_bb_pos,buy,2025-08-26 06:36:00,1238.0 -15501,buy_contrast_m10_bb_pos,buy,2025-08-26 06:39:00,1238.0 -15502,buy_contrast_m10_bb_pos,buy,2025-08-26 06:42:00,1237.0 -15503,buy_contrast_m10_bb_pos,buy,2025-08-26 06:45:00,1235.0 -15504,buy_contrast_m10_bb_pos,buy,2025-08-26 06:48:00,1243.0 -15505,buy_contrast_m10_bb_pos,buy,2025-08-26 07:00:00,1234.0 -15506,buy_contrast_m10_bb_pos,buy,2025-08-26 07:03:00,1233.0 -15507,buy_contrast_m10_bb_pos,buy,2025-08-26 07:06:00,1240.0 -15508,buy_contrast_m10_bb_pos,buy,2025-08-26 07:09:00,1236.0 -15509,buy_contrast_m10_bb_pos,buy,2025-08-26 07:21:00,1230.0 -15510,buy_contrast_m10_bb_pos,buy,2025-08-26 07:24:00,1239.0 -15511,buy_contrast_m10_bb_pos,buy,2025-08-26 07:27:00,1243.0 -15512,buy_contrast_m10_bb_pos,buy,2025-08-26 17:42:00,1255.0 -15513,buy_contrast_m10_bb_pos,buy,2025-08-26 17:45:00,1256.0 -15514,buy_contrast_m10_bb_pos,buy,2025-08-26 17:48:00,1260.0 -15515,buy_contrast_m10_bb_pos,buy,2025-08-27 10:30:00,1319.0 -15516,buy_contrast_m10_bb_pos,buy,2025-08-27 10:33:00,1320.0 -15517,buy_contrast_m10_bb_pos,buy,2025-08-27 10:36:00,1319.0 -15518,buy_contrast_m10_bb_pos,buy,2025-08-27 10:39:00,1319.0 -15519,buy_contrast_m10_bb_pos,buy,2025-08-27 16:12:00,1330.0 -15520,buy_contrast_m10_bb_pos,buy,2025-08-27 16:15:00,1328.0 -15521,buy_contrast_m10_bb_pos,buy,2025-08-27 16:18:00,1327.0 -15522,buy_contrast_m10_bb_pos,buy,2025-08-27 16:21:00,1330.0 -15523,buy_contrast_m10_bb_pos,buy,2025-08-27 16:24:00,1329.0 -15524,buy_contrast_m10_bb_pos,buy,2025-08-27 16:27:00,1326.0 -15525,buy_contrast_m10_bb_pos,buy,2025-08-27 16:30:00,1326.0 -15526,buy_contrast_m10_bb_pos,buy,2025-08-27 16:33:00,1323.0 -15527,buy_contrast_m10_bb_pos,buy,2025-08-27 16:36:00,1323.0 -15528,buy_contrast_m10_bb_pos,buy,2025-08-27 16:39:00,1321.0 -15529,buy_contrast_m10_bb_pos,buy,2025-08-27 16:51:00,1325.0 -15530,buy_contrast_m10_bb_pos,buy,2025-08-27 16:54:00,1326.0 -15531,buy_contrast_m10_bb_pos,buy,2025-08-27 16:57:00,1323.0 -15532,buy_contrast_m10_bb_pos,buy,2025-08-27 17:00:00,1324.0 -15533,buy_contrast_m10_bb_pos,buy,2025-08-27 17:03:00,1324.0 -15534,buy_contrast_m10_bb_pos,buy,2025-08-27 17:06:00,1323.0 -15535,buy_contrast_m10_bb_pos,buy,2025-08-27 17:09:00,1321.0 -15536,buy_contrast_m10_bb_pos,buy,2025-08-27 17:30:00,1315.0 -15537,buy_contrast_m10_bb_pos,buy,2025-08-27 17:33:00,1315.0 -15538,buy_contrast_m10_bb_pos,buy,2025-08-27 17:36:00,1316.0 -15539,buy_contrast_m10_bb_pos,buy,2025-08-27 17:39:00,1314.0 -15540,buy_contrast_m10_bb_pos,buy,2025-08-27 17:42:00,1314.0 -15541,buy_contrast_m10_bb_pos,buy,2025-08-27 17:45:00,1311.0 -15542,buy_contrast_m10_bb_pos,buy,2025-08-27 17:48:00,1313.0 -15543,buy_contrast_m10_bb_pos,buy,2025-08-27 17:51:00,1313.0 -15544,buy_contrast_m10_bb_pos,buy,2025-08-27 17:54:00,1316.0 -15545,buy_contrast_m10_bb_pos,buy,2025-08-27 17:57:00,1318.0 -15546,buy_contrast_m10_bb_pos,buy,2025-08-27 19:42:00,1315.0 -15547,buy_contrast_m10_bb_pos,buy,2025-08-27 19:45:00,1315.0 -15548,buy_contrast_m10_bb_pos,buy,2025-08-27 19:48:00,1316.0 -15549,buy_contrast_m10_bb_pos,buy,2025-08-27 21:21:00,1312.0 -15550,buy_contrast_m10_bb_pos,buy,2025-08-27 21:24:00,1312.0 -15551,buy_contrast_m10_bb_pos,buy,2025-08-27 21:27:00,1311.0 -15552,buy_contrast_m10_bb_pos,buy,2025-08-27 22:12:00,1310.0 -15553,buy_contrast_m10_bb_pos,buy,2025-08-27 22:15:00,1310.0 -15554,buy_contrast_m10_bb_pos,buy,2025-08-27 22:18:00,1311.0 -15555,buy_contrast_m10_bb_pos,buy,2025-08-28 02:12:00,1313.0 -15556,buy_contrast_m10_bb_pos,buy,2025-08-28 02:15:00,1314.0 -15557,buy_contrast_m10_bb_pos,buy,2025-08-28 02:18:00,1315.0 -15558,buy_contrast_m10_bb_pos,buy,2025-08-28 05:12:00,1317.0 -15559,buy_contrast_m10_bb_pos,buy,2025-08-28 05:15:00,1317.0 -15560,buy_contrast_m10_bb_pos,buy,2025-08-28 05:18:00,1324.0 -15561,buy_contrast_m10_bb_pos,buy,2025-08-28 07:00:00,1313.0 -15562,buy_contrast_m10_bb_pos,buy,2025-08-28 07:03:00,1310.0 -15563,buy_contrast_m10_bb_pos,buy,2025-08-28 07:06:00,1307.0 -15564,buy_contrast_m10_bb_pos,buy,2025-08-28 07:09:00,1306.0 -15565,buy_contrast_m10_bb_pos,buy,2025-08-28 07:21:00,1309.0 -15566,buy_contrast_m10_bb_pos,buy,2025-08-28 07:24:00,1311.0 -15567,buy_contrast_m10_bb_pos,buy,2025-08-28 07:27:00,1309.0 -15568,buy_contrast_m10_bb_pos,buy,2025-08-28 08:51:00,1304.0 -15569,buy_contrast_m10_bb_pos,buy,2025-08-28 08:54:00,1304.0 -15570,buy_contrast_m10_bb_pos,buy,2025-08-28 08:57:00,1303.0 -15571,buy_contrast_m10_bb_pos,buy,2025-08-28 09:00:00,1302.0 -15572,buy_contrast_m10_bb_pos,buy,2025-08-28 09:03:00,1302.0 -15573,buy_contrast_m10_bb_pos,buy,2025-08-28 09:06:00,1305.0 -15574,buy_contrast_m10_bb_pos,buy,2025-08-28 09:09:00,1308.0 -15575,buy_contrast_m10_bb_pos,buy,2025-08-28 09:30:00,1302.0 -15576,buy_contrast_m10_bb_pos,buy,2025-08-28 09:33:00,1300.0 -15577,buy_contrast_m10_bb_pos,buy,2025-08-28 09:36:00,1294.0 -15578,buy_contrast_m10_bb_pos,buy,2025-08-28 09:39:00,1297.0 -15579,buy_contrast_m10_bb_pos,buy,2025-08-28 18:21:00,1315.0 -15580,buy_contrast_m10_bb_pos,buy,2025-08-28 18:24:00,1316.0 -15581,buy_contrast_m10_bb_pos,buy,2025-08-28 18:27:00,1315.0 -15582,buy_contrast_m10_bb_pos,buy,2025-08-28 18:42:00,1313.0 -15583,buy_contrast_m10_bb_pos,buy,2025-08-28 18:45:00,1310.0 -15584,buy_contrast_m10_bb_pos,buy,2025-08-28 18:48:00,1310.0 -15585,buy_contrast_m10_bb_pos,buy,2025-08-28 18:51:00,1313.0 -15586,buy_contrast_m10_bb_pos,buy,2025-08-28 18:54:00,1313.0 -15587,buy_contrast_m10_bb_pos,buy,2025-08-28 18:57:00,1313.0 -15588,buy_contrast_m10_bb_pos,buy,2025-08-28 19:00:00,1312.0 -15589,buy_contrast_m10_bb_pos,buy,2025-08-28 19:03:00,1311.0 -15590,buy_contrast_m10_bb_pos,buy,2025-08-28 19:06:00,1313.0 -15591,buy_contrast_m10_bb_pos,buy,2025-08-28 19:09:00,1313.0 -15592,buy_contrast_m10_bb_pos,buy,2025-08-28 19:21:00,1311.0 -15593,buy_contrast_m10_bb_pos,buy,2025-08-28 19:24:00,1313.0 -15594,buy_contrast_m10_bb_pos,buy,2025-08-28 19:27:00,1316.0 -15595,buy_contrast_m10_bb_pos,buy,2025-08-29 02:21:00,1315.0 -15596,buy_contrast_m10_bb_pos,buy,2025-08-29 02:24:00,1316.0 -15597,buy_contrast_m10_bb_pos,buy,2025-08-29 02:27:00,1319.0 -15598,buy_contrast_m10_bb_pos,buy,2025-08-29 04:51:00,1309.0 -15599,buy_contrast_m10_bb_pos,buy,2025-08-29 04:54:00,1310.0 -15600,buy_contrast_m10_bb_pos,buy,2025-08-29 04:57:00,1308.0 -15601,buy_contrast_m10_bb_pos,buy,2025-08-29 05:00:00,1306.0 -15602,buy_contrast_m10_bb_pos,buy,2025-08-29 05:03:00,1308.0 -15603,buy_contrast_m10_bb_pos,buy,2025-08-29 05:06:00,1307.0 -15604,buy_contrast_m10_bb_pos,buy,2025-08-29 05:09:00,1309.0 -15605,buy_contrast_m10_bb_pos,buy,2025-08-29 10:12:00,1327.0 -15606,buy_contrast_m10_bb_pos,buy,2025-08-29 10:15:00,1326.0 -15607,buy_contrast_m10_bb_pos,buy,2025-08-29 10:18:00,1322.0 -15608,buy_contrast_m10_bb_pos,buy,2025-08-29 10:42:00,1327.0 -15609,buy_contrast_m10_bb_pos,buy,2025-08-29 10:45:00,1325.0 -15610,buy_contrast_m10_bb_pos,buy,2025-08-29 10:48:00,1321.0 -15611,buy_contrast_m10_bb_pos,buy,2025-08-29 10:51:00,1321.0 -15612,buy_contrast_m10_bb_pos,buy,2025-08-29 10:54:00,1322.0 -15613,buy_contrast_m10_bb_pos,buy,2025-08-29 10:57:00,1322.0 -15614,buy_contrast_m10_bb_pos,buy,2025-08-29 11:00:00,1320.0 -15615,buy_contrast_m10_bb_pos,buy,2025-08-29 11:03:00,1319.0 -15616,buy_contrast_m10_bb_pos,buy,2025-08-29 11:06:00,1320.0 -15617,buy_contrast_m10_bb_pos,buy,2025-08-29 11:09:00,1320.0 -15618,buy_contrast_m10_bb_pos,buy,2025-08-29 15:00:00,1323.0 -15619,buy_contrast_m10_bb_pos,buy,2025-08-29 15:03:00,1324.0 -15620,buy_contrast_m10_bb_pos,buy,2025-08-29 15:06:00,1322.0 -15621,buy_contrast_m10_bb_pos,buy,2025-08-29 15:09:00,1323.0 -15622,buy_contrast_m10_bb_pos,buy,2025-08-29 15:42:00,1314.0 -15623,buy_contrast_m10_bb_pos,buy,2025-08-29 15:45:00,1317.0 -15624,buy_contrast_m10_bb_pos,buy,2025-08-29 15:48:00,1320.0 -15625,buy_contrast_m10_bb_pos,buy,2025-08-29 16:42:00,1295.0 -15626,buy_contrast_m10_bb_pos,buy,2025-08-29 16:45:00,1290.0 -15627,buy_contrast_m10_bb_pos,buy,2025-08-29 16:48:00,1291.0 -15628,buy_contrast_m10_bb_pos,buy,2025-08-29 16:51:00,1293.0 -15629,buy_contrast_m10_bb_pos,buy,2025-08-29 16:54:00,1293.0 -15630,buy_contrast_m10_bb_pos,buy,2025-08-29 16:57:00,1292.0 -15631,buy_contrast_m10_bb_pos,buy,2025-08-29 17:00:00,1290.0 -15632,buy_contrast_m10_bb_pos,buy,2025-08-29 17:03:00,1293.0 -15633,buy_contrast_m10_bb_pos,buy,2025-08-29 17:06:00,1288.0 -15634,buy_contrast_m10_bb_pos,buy,2025-08-29 17:09:00,1286.0 -15635,buy_contrast_m10_bb_pos,buy,2025-08-29 17:12:00,1283.0 -15636,buy_contrast_m10_bb_pos,buy,2025-08-29 17:15:00,1283.0 -15637,buy_contrast_m10_bb_pos,buy,2025-08-29 17:18:00,1285.0 -15638,buy_contrast_m10_bb_pos,buy,2025-08-29 17:21:00,1282.0 -15639,buy_contrast_m10_bb_pos,buy,2025-08-29 17:24:00,1282.0 -15640,buy_contrast_m10_bb_pos,buy,2025-08-29 17:27:00,1283.0 -15641,buy_contrast_m10_bb_pos,buy,2025-08-29 17:30:00,1283.0 -15642,buy_contrast_m10_bb_pos,buy,2025-08-29 17:33:00,1285.0 -15643,buy_contrast_m10_bb_pos,buy,2025-08-29 17:36:00,1283.0 -15644,buy_contrast_m10_bb_pos,buy,2025-08-29 17:39:00,1283.0 -15645,buy_contrast_m10_bb_pos,buy,2025-08-29 17:42:00,1282.0 -15646,buy_contrast_m10_bb_pos,buy,2025-08-29 17:45:00,1281.0 -15647,buy_contrast_m10_bb_pos,buy,2025-08-29 17:48:00,1280.0 -15648,buy_contrast_m10_bb_pos,buy,2025-08-29 18:00:00,1274.0 -15649,buy_contrast_m10_bb_pos,buy,2025-08-29 18:03:00,1269.0 -15650,buy_contrast_m10_bb_pos,buy,2025-08-29 18:06:00,1271.0 -15651,buy_contrast_m10_bb_pos,buy,2025-08-29 18:09:00,1270.0 -15652,buy_contrast_m10_bb_pos,buy,2025-08-29 18:12:00,1273.0 -15653,buy_contrast_m10_bb_pos,buy,2025-08-29 18:15:00,1272.0 -15654,buy_contrast_m10_bb_pos,buy,2025-08-29 18:18:00,1273.0 -15655,buy_contrast_m10_bb_pos,buy,2025-08-29 22:51:00,1281.0 -15656,buy_contrast_m10_bb_pos,buy,2025-08-29 22:54:00,1279.0 -15657,buy_contrast_m10_bb_pos,buy,2025-08-29 22:57:00,1275.0 -15658,buy_contrast_m10_bb_pos,buy,2025-08-30 01:12:00,1273.0 -15659,buy_contrast_m10_bb_pos,buy,2025-08-30 01:15:00,1275.0 -15660,buy_contrast_m10_bb_pos,buy,2025-08-30 01:18:00,1273.0 -15661,buy_contrast_m10_bb_pos,buy,2025-08-30 02:00:00,1266.0 -15662,buy_contrast_m10_bb_pos,buy,2025-08-30 02:03:00,1264.0 -15663,buy_contrast_m10_bb_pos,buy,2025-08-30 02:06:00,1260.0 -15664,buy_contrast_m10_bb_pos,buy,2025-08-30 02:09:00,1260.0 -15665,buy_contrast_m10_bb_pos,buy,2025-08-30 02:21:00,1262.0 -15666,buy_contrast_m10_bb_pos,buy,2025-08-30 02:24:00,1260.0 -15667,buy_contrast_m10_bb_pos,buy,2025-08-30 02:27:00,1262.0 -15668,buy_contrast_m10_bb_pos,buy,2025-08-30 02:30:00,1260.0 -15669,buy_contrast_m10_bb_pos,buy,2025-08-30 02:33:00,1264.0 -15670,buy_contrast_m10_bb_pos,buy,2025-08-30 02:36:00,1265.0 -15671,buy_contrast_m10_bb_pos,buy,2025-08-30 02:39:00,1261.0 -15672,buy_contrast_m10_bb_pos,buy,2025-08-30 03:00:00,1258.0 -15673,buy_contrast_m10_bb_pos,buy,2025-08-30 03:03:00,1259.0 -15674,buy_contrast_m10_bb_pos,buy,2025-08-30 03:06:00,1259.0 -15675,buy_contrast_m10_bb_pos,buy,2025-08-30 03:09:00,1260.0 -15676,buy_contrast_m10_bb_pos,buy,2025-08-30 03:30:00,1256.0 -15677,buy_contrast_m10_bb_pos,buy,2025-08-30 03:33:00,1255.0 -15678,buy_contrast_m10_bb_pos,buy,2025-08-30 03:36:00,1255.0 -15679,buy_contrast_m10_bb_pos,buy,2025-08-30 03:39:00,1256.0 -15680,buy_contrast_m10_bb_pos,buy,2025-08-30 10:12:00,1265.0 -15681,buy_contrast_m10_bb_pos,buy,2025-08-30 10:15:00,1264.0 -15682,buy_contrast_m10_bb_pos,buy,2025-08-30 10:18:00,1263.0 -15683,buy_contrast_m10_bb_pos,buy,2025-08-30 11:12:00,1253.0 -15684,buy_contrast_m10_bb_pos,buy,2025-08-30 11:15:00,1255.0 -15685,buy_contrast_m10_bb_pos,buy,2025-08-30 11:18:00,1254.0 -15686,buy_contrast_m10_bb_pos,buy,2025-08-30 18:00:00,1273.0 -15687,buy_contrast_m10_bb_pos,buy,2025-08-30 18:03:00,1272.0 -15688,buy_contrast_m10_bb_pos,buy,2025-08-30 18:06:00,1273.0 -15689,buy_contrast_m10_bb_pos,buy,2025-08-30 18:09:00,1272.0 -15690,buy_contrast_m10_bb_pos,buy,2025-08-30 18:12:00,1271.0 -15691,buy_contrast_m10_bb_pos,buy,2025-08-30 18:15:00,1270.0 -15692,buy_contrast_m10_bb_pos,buy,2025-08-30 18:18:00,1271.0 -15693,buy_contrast_m10_bb_pos,buy,2025-08-30 18:30:00,1269.0 -15694,buy_contrast_m10_bb_pos,buy,2025-08-30 18:33:00,1266.0 -15695,buy_contrast_m10_bb_pos,buy,2025-08-30 18:36:00,1267.0 -15696,buy_contrast_m10_bb_pos,buy,2025-08-30 18:39:00,1267.0 -15697,buy_contrast_m10_bb_pos,buy,2025-08-30 18:51:00,1269.0 -15698,buy_contrast_m10_bb_pos,buy,2025-08-30 18:54:00,1268.0 -15699,buy_contrast_m10_bb_pos,buy,2025-08-30 18:57:00,1268.0 -15700,buy_contrast_m10_bb_pos,buy,2025-08-30 19:00:00,1268.0 -15701,buy_contrast_m10_bb_pos,buy,2025-08-30 19:03:00,1267.0 -15702,buy_contrast_m10_bb_pos,buy,2025-08-30 19:06:00,1269.0 -15703,buy_contrast_m10_bb_pos,buy,2025-08-30 19:09:00,1270.0 -15704,buy_contrast_m10_bb_pos,buy,2025-08-30 21:51:00,1265.0 -15705,buy_contrast_m10_bb_pos,buy,2025-08-30 21:54:00,1264.0 -15706,buy_contrast_m10_bb_pos,buy,2025-08-30 21:57:00,1266.0 -15707,buy_contrast_m10_bb_pos,buy,2025-08-30 22:00:00,1265.0 -15708,buy_contrast_m10_bb_pos,buy,2025-08-30 22:03:00,1264.0 -15709,buy_contrast_m10_bb_pos,buy,2025-08-30 22:06:00,1261.0 -15710,buy_contrast_m10_bb_pos,buy,2025-08-30 22:09:00,1256.0 -15711,buy_contrast_m10_bb_pos,buy,2025-08-30 22:30:00,1258.0 -15712,buy_contrast_m10_bb_pos,buy,2025-08-30 22:33:00,1261.0 -15713,buy_contrast_m10_bb_pos,buy,2025-08-30 22:36:00,1260.0 -15714,buy_contrast_m10_bb_pos,buy,2025-08-30 22:39:00,1260.0 -15715,buy_contrast_m10_bb_pos,buy,2025-08-31 02:42:00,1256.0 -15716,buy_contrast_m10_bb_pos,buy,2025-08-31 02:45:00,1257.0 -15717,buy_contrast_m10_bb_pos,buy,2025-08-31 02:48:00,1257.0 -15718,buy_contrast_m10_bb_pos,buy,2025-08-31 03:21:00,1253.0 -15719,buy_contrast_m10_bb_pos,buy,2025-08-31 03:24:00,1252.0 -15720,buy_contrast_m10_bb_pos,buy,2025-08-31 03:27:00,1254.0 -15721,buy_contrast_m10_bb_pos,buy,2025-08-31 06:30:00,1253.0 -15722,buy_contrast_m10_bb_pos,buy,2025-08-31 06:33:00,1254.0 -15723,buy_contrast_m10_bb_pos,buy,2025-08-31 06:36:00,1254.0 -15724,buy_contrast_m10_bb_pos,buy,2025-08-31 06:39:00,1254.0 -15725,buy_contrast_m10_bb_pos,buy,2025-08-31 07:12:00,1253.0 -15726,buy_contrast_m10_bb_pos,buy,2025-08-31 07:15:00,1251.0 -15727,buy_contrast_m10_bb_pos,buy,2025-08-31 07:18:00,1254.0 -15728,buy_contrast_m10_bb_pos,buy,2025-08-31 14:51:00,1259.0 -15729,buy_contrast_m10_bb_pos,buy,2025-08-31 14:54:00,1259.0 -15730,buy_contrast_m10_bb_pos,buy,2025-08-31 14:57:00,1259.0 -15731,buy_contrast_m10_bb_pos,buy,2025-08-31 15:00:00,1258.0 -15732,buy_contrast_m10_bb_pos,buy,2025-08-31 15:03:00,1260.0 -15733,buy_contrast_m10_bb_pos,buy,2025-08-31 15:06:00,1259.0 -15734,buy_contrast_m10_bb_pos,buy,2025-08-31 15:09:00,1258.0 -15735,buy_contrast_m10_bb_pos,buy,2025-08-31 15:12:00,1259.0 -15736,buy_contrast_m10_bb_pos,buy,2025-08-31 15:15:00,1259.0 -15737,buy_contrast_m10_bb_pos,buy,2025-08-31 15:18:00,1260.0 -15738,buy_contrast_m10_bb_pos,buy,2025-08-31 15:30:00,1256.0 -15739,buy_contrast_m10_bb_pos,buy,2025-08-31 15:33:00,1256.0 -15740,buy_contrast_m10_bb_pos,buy,2025-08-31 15:36:00,1255.0 -15741,buy_contrast_m10_bb_pos,buy,2025-08-31 15:39:00,1255.0 -15742,buy_contrast_m10_bb_pos,buy,2025-08-31 15:42:00,1255.0 -15743,buy_contrast_m10_bb_pos,buy,2025-08-31 15:45:00,1255.0 -15744,buy_contrast_m10_bb_pos,buy,2025-08-31 15:48:00,1255.0 -15745,buy_contrast_m10_bb_pos,buy,2025-08-31 15:51:00,1253.0 -15746,buy_contrast_m10_bb_pos,buy,2025-08-31 15:54:00,1254.0 -15747,buy_contrast_m10_bb_pos,buy,2025-08-31 15:57:00,1252.0 -15748,buy_contrast_m10_bb_pos,buy,2025-08-31 16:00:00,1254.0 -15749,buy_contrast_m10_bb_pos,buy,2025-08-31 16:03:00,1256.0 -15750,buy_contrast_m10_bb_pos,buy,2025-08-31 16:06:00,1258.0 -15751,buy_contrast_m10_bb_pos,buy,2025-08-31 16:09:00,1259.0 -15752,buy_contrast_m10_bb_pos,buy,2025-08-31 19:12:00,1253.0 -15753,buy_contrast_m10_bb_pos,buy,2025-08-31 19:15:00,1252.0 -15754,buy_contrast_m10_bb_pos,buy,2025-08-31 19:18:00,1252.0 -15755,buy_contrast_m10_bb_pos,buy,2025-08-31 19:30:00,1253.0 -15756,buy_contrast_m10_bb_pos,buy,2025-08-31 19:33:00,1251.0 -15757,buy_contrast_m10_bb_pos,buy,2025-08-31 19:36:00,1249.0 -15758,buy_contrast_m10_bb_pos,buy,2025-08-31 19:39:00,1251.0 -15759,buy_contrast_m10_bb_pos,buy,2025-08-31 19:42:00,1249.0 -15760,buy_contrast_m10_bb_pos,buy,2025-08-31 19:45:00,1249.0 -15761,buy_contrast_m10_bb_pos,buy,2025-08-31 19:48:00,1248.0 -15762,buy_contrast_m10_bb_pos,buy,2025-08-31 19:51:00,1251.0 -15763,buy_contrast_m10_bb_pos,buy,2025-08-31 19:54:00,1252.0 -15764,buy_contrast_m10_bb_pos,buy,2025-08-31 19:57:00,1255.0 -15765,buy_contrast_m10_bb_pos,buy,2025-08-31 21:30:00,1249.0 -15766,buy_contrast_m10_bb_pos,buy,2025-08-31 21:33:00,1250.0 -15767,buy_contrast_m10_bb_pos,buy,2025-08-31 21:36:00,1251.0 -15768,buy_contrast_m10_bb_pos,buy,2025-08-31 21:39:00,1248.0 -15769,buy_contrast_m10_bb_pos,buy,2025-08-31 21:42:00,1248.0 -15770,buy_contrast_m10_bb_pos,buy,2025-08-31 21:45:00,1248.0 -15771,buy_contrast_m10_bb_pos,buy,2025-08-31 21:48:00,1250.0 -15772,buy_contrast_m10_bb_pos,buy,2025-08-31 22:42:00,1248.0 -15773,buy_contrast_m10_bb_pos,buy,2025-08-31 22:45:00,1249.0 -15774,buy_contrast_m10_bb_pos,buy,2025-08-31 22:48:00,1249.0 -15775,buy_contrast_m10_bb_pos,buy,2025-08-31 22:51:00,1250.0 -15776,buy_contrast_m10_bb_pos,buy,2025-08-31 22:54:00,1248.0 -15777,buy_contrast_m10_bb_pos,buy,2025-08-31 22:57:00,1249.0 -15778,buy_contrast_m10_bb_pos,buy,2025-09-01 02:30:00,1247.0 -15779,buy_contrast_m10_bb_pos,buy,2025-09-01 02:33:00,1249.0 -15780,buy_contrast_m10_bb_pos,buy,2025-09-01 02:36:00,1247.0 -15781,buy_contrast_m10_bb_pos,buy,2025-09-01 02:39:00,1249.0 -15782,buy_contrast_m10_bb_pos,buy,2025-09-01 08:51:00,1231.0 -15783,buy_contrast_m10_bb_pos,buy,2025-09-01 08:54:00,1231.0 -15784,buy_contrast_m10_bb_pos,buy,2025-09-01 08:57:00,1232.0 -15785,buy_contrast_m10_bb_pos,buy,2025-09-01 09:00:00,1231.0 -15786,buy_contrast_m10_bb_pos,buy,2025-09-01 09:03:00,1230.0 -15787,buy_contrast_m10_bb_pos,buy,2025-09-01 09:06:00,1226.0 -15788,buy_contrast_m10_bb_pos,buy,2025-09-01 09:09:00,1229.0 -15789,buy_contrast_m10_bb_pos,buy,2025-09-01 09:12:00,1227.0 -15790,buy_contrast_m10_bb_pos,buy,2025-09-01 09:15:00,1224.0 -15791,buy_contrast_m10_bb_pos,buy,2025-09-01 09:18:00,1227.0 -15792,buy_contrast_m10_bb_pos,buy,2025-09-01 09:21:00,1225.0 -15793,buy_contrast_m10_bb_pos,buy,2025-09-01 09:24:00,1224.0 -15794,buy_contrast_m10_bb_pos,buy,2025-09-01 09:27:00,1219.0 -15795,buy_contrast_m10_bb_pos,buy,2025-09-01 12:00:00,1208.0 -15796,buy_contrast_m10_bb_pos,buy,2025-09-01 12:03:00,1207.0 -15797,buy_contrast_m10_bb_pos,buy,2025-09-01 12:06:00,1209.0 -15798,buy_contrast_m10_bb_pos,buy,2025-09-01 12:09:00,1209.0 -15799,buy_contrast_m10_bb_pos,buy,2025-09-01 12:21:00,1206.0 -15800,buy_contrast_m10_bb_pos,buy,2025-09-01 12:24:00,1206.0 -15801,buy_contrast_m10_bb_pos,buy,2025-09-01 12:27:00,1206.0 -15802,buy_contrast_m10_bb_pos,buy,2025-09-01 12:30:00,1206.0 -15803,buy_contrast_m10_bb_pos,buy,2025-09-01 12:33:00,1207.0 -15804,buy_contrast_m10_bb_pos,buy,2025-09-01 12:36:00,1205.0 -15805,buy_contrast_m10_bb_pos,buy,2025-09-01 12:39:00,1206.0 -15806,buy_contrast_m10_bb_pos,buy,2025-09-01 13:51:00,1197.0 -15807,buy_contrast_m10_bb_pos,buy,2025-09-01 13:54:00,1200.0 -15808,buy_contrast_m10_bb_pos,buy,2025-09-01 13:57:00,1199.0 -15809,buy_contrast_m10_bb_pos,buy,2025-09-01 19:42:00,1225.0 -15810,buy_contrast_m10_bb_pos,buy,2025-09-01 19:45:00,1226.0 -15811,buy_contrast_m10_bb_pos,buy,2025-09-01 19:48:00,1223.0 -15812,buy_contrast_m10_bb_pos,buy,2025-09-01 19:51:00,1223.0 -15813,buy_contrast_m10_bb_pos,buy,2025-09-01 19:54:00,1224.0 -15814,buy_contrast_m10_bb_pos,buy,2025-09-01 19:57:00,1227.0 -15815,buy_contrast_m10_bb_pos,buy,2025-09-01 20:30:00,1223.0 -15816,buy_contrast_m10_bb_pos,buy,2025-09-01 20:33:00,1220.0 -15817,buy_contrast_m10_bb_pos,buy,2025-09-01 20:36:00,1221.0 -15818,buy_contrast_m10_bb_pos,buy,2025-09-01 20:39:00,1220.0 -15819,buy_contrast_m10_bb_pos,buy,2025-09-01 20:42:00,1219.0 -15820,buy_contrast_m10_bb_pos,buy,2025-09-01 20:45:00,1217.0 -15821,buy_contrast_m10_bb_pos,buy,2025-09-01 20:48:00,1218.0 -15822,buy_contrast_m10_bb_pos,buy,2025-09-01 20:51:00,1220.0 -15823,buy_contrast_m10_bb_pos,buy,2025-09-01 20:54:00,1221.0 -15824,buy_contrast_m10_bb_pos,buy,2025-09-01 20:57:00,1222.0 -15825,buy_contrast_m10_bb_pos,buy,2025-09-01 23:51:00,1219.0 -15826,buy_contrast_m10_bb_pos,buy,2025-09-01 23:54:00,1221.0 -15827,buy_contrast_m10_bb_pos,buy,2025-09-01 23:57:00,1222.0 -15828,buy_contrast_m10_bb_pos,buy,2025-09-02 00:12:00,1215.0 -15829,buy_contrast_m10_bb_pos,buy,2025-09-02 00:15:00,1219.0 -15830,buy_contrast_m10_bb_pos,buy,2025-09-02 00:18:00,1221.0 -15831,buy_contrast_m10_bb_pos,buy,2025-09-02 00:30:00,1214.0 -15832,buy_contrast_m10_bb_pos,buy,2025-09-02 00:33:00,1213.0 -15833,buy_contrast_m10_bb_pos,buy,2025-09-02 00:36:00,1215.0 -15834,buy_contrast_m10_bb_pos,buy,2025-09-02 00:39:00,1216.0 -15835,buy_contrast_m10_bb_pos,buy,2025-09-02 00:42:00,1212.0 -15836,buy_contrast_m10_bb_pos,buy,2025-09-02 00:45:00,1212.0 -15837,buy_contrast_m10_bb_pos,buy,2025-09-02 00:48:00,1211.0 -15838,buy_contrast_m10_bb_pos,buy,2025-09-02 01:12:00,1208.0 -15839,buy_contrast_m10_bb_pos,buy,2025-09-02 01:15:00,1207.0 -15840,buy_contrast_m10_bb_pos,buy,2025-09-02 01:18:00,1208.0 -15841,buy_contrast_m10_bb_pos,buy,2025-09-02 01:21:00,1209.0 -15842,buy_contrast_m10_bb_pos,buy,2025-09-02 01:24:00,1210.0 -15843,buy_contrast_m10_bb_pos,buy,2025-09-02 01:27:00,1211.0 -15844,buy_contrast_m10_bb_pos,buy,2025-09-02 01:42:00,1206.0 -15845,buy_contrast_m10_bb_pos,buy,2025-09-02 01:45:00,1210.0 -15846,buy_contrast_m10_bb_pos,buy,2025-09-02 01:48:00,1212.0 -15847,buy_contrast_m10_bb_pos,buy,2025-09-02 02:00:00,1205.0 -15848,buy_contrast_m10_bb_pos,buy,2025-09-02 02:03:00,1203.0 -15849,buy_contrast_m10_bb_pos,buy,2025-09-02 02:06:00,1206.0 -15850,buy_contrast_m10_bb_pos,buy,2025-09-02 02:09:00,1206.0 -15851,buy_contrast_m10_bb_pos,buy,2025-09-02 02:12:00,1202.0 -15852,buy_contrast_m10_bb_pos,buy,2025-09-02 02:15:00,1204.0 -15853,buy_contrast_m10_bb_pos,buy,2025-09-02 02:18:00,1206.0 -15854,buy_contrast_m10_bb_pos,buy,2025-09-02 02:21:00,1204.0 -15855,buy_contrast_m10_bb_pos,buy,2025-09-02 02:24:00,1202.0 -15856,buy_contrast_m10_bb_pos,buy,2025-09-02 02:27:00,1200.0 -15857,buy_contrast_m10_bb_pos,buy,2025-09-02 02:30:00,1201.0 -15858,buy_contrast_m10_bb_pos,buy,2025-09-02 02:33:00,1199.0 -15859,buy_contrast_m10_bb_pos,buy,2025-09-02 02:36:00,1203.0 -15860,buy_contrast_m10_bb_pos,buy,2025-09-02 02:39:00,1201.0 -15861,buy_contrast_m10_bb_pos,buy,2025-09-02 02:42:00,1201.0 -15862,buy_contrast_m10_bb_pos,buy,2025-09-02 02:45:00,1202.0 -15863,buy_contrast_m10_bb_pos,buy,2025-09-02 02:48:00,1200.0 -15864,buy_contrast_m10_bb_pos,buy,2025-09-02 06:42:00,1170.0 -15865,buy_contrast_m10_bb_pos,buy,2025-09-02 06:45:00,1173.0 -15866,buy_contrast_m10_bb_pos,buy,2025-09-02 06:48:00,1175.0 -15867,buy_contrast_m10_bb_pos,buy,2025-09-02 06:51:00,1177.0 -15868,buy_contrast_m10_bb_pos,buy,2025-09-02 06:54:00,1176.0 -15869,buy_contrast_m10_bb_pos,buy,2025-09-02 06:57:00,1176.0 -15870,buy_contrast_m10_bb_pos,buy,2025-09-02 07:00:00,1177.0 -15871,buy_contrast_m10_bb_pos,buy,2025-09-02 07:03:00,1174.0 -15872,buy_contrast_m10_bb_pos,buy,2025-09-02 07:06:00,1174.0 -15873,buy_contrast_m10_bb_pos,buy,2025-09-02 07:09:00,1177.0 -15874,buy_contrast_m10_bb_pos,buy,2025-09-02 17:42:00,1214.0 -15875,buy_contrast_m10_bb_pos,buy,2025-09-02 17:45:00,1215.0 -15876,buy_contrast_m10_bb_pos,buy,2025-09-02 17:48:00,1217.0 -15877,buy_contrast_m10_bb_pos,buy,2025-09-02 21:30:00,1208.0 -15878,buy_contrast_m10_bb_pos,buy,2025-09-02 21:33:00,1210.0 -15879,buy_contrast_m10_bb_pos,buy,2025-09-02 21:36:00,1210.0 -15880,buy_contrast_m10_bb_pos,buy,2025-09-02 21:39:00,1205.0 -15881,buy_contrast_m10_bb_pos,buy,2025-09-02 22:12:00,1201.0 -15882,buy_contrast_m10_bb_pos,buy,2025-09-02 22:15:00,1198.0 -15883,buy_contrast_m10_bb_pos,buy,2025-09-02 22:18:00,1200.0 -15884,buy_contrast_m10_bb_pos,buy,2025-09-03 09:12:00,1237.0 -15885,buy_contrast_m10_bb_pos,buy,2025-09-03 09:15:00,1236.0 -15886,buy_contrast_m10_bb_pos,buy,2025-09-03 09:18:00,1236.0 -15887,buy_contrast_m10_bb_pos,buy,2025-09-03 14:12:00,1233.0 -15888,buy_contrast_m10_bb_pos,buy,2025-09-03 14:15:00,1234.0 -15889,buy_contrast_m10_bb_pos,buy,2025-09-03 14:18:00,1232.0 -15890,buy_contrast_m10_bb_pos,buy,2025-09-03 14:30:00,1231.0 -15891,buy_contrast_m10_bb_pos,buy,2025-09-03 14:33:00,1231.0 -15892,buy_contrast_m10_bb_pos,buy,2025-09-03 14:36:00,1232.0 -15893,buy_contrast_m10_bb_pos,buy,2025-09-03 14:39:00,1231.0 -15894,buy_contrast_m10_bb_pos,buy,2025-09-03 14:42:00,1231.0 -15895,buy_contrast_m10_bb_pos,buy,2025-09-03 14:45:00,1230.0 -15896,buy_contrast_m10_bb_pos,buy,2025-09-03 14:48:00,1230.0 -15897,buy_contrast_m10_bb_pos,buy,2025-09-03 14:51:00,1231.0 -15898,buy_contrast_m10_bb_pos,buy,2025-09-03 14:54:00,1230.0 -15899,buy_contrast_m10_bb_pos,buy,2025-09-03 14:57:00,1230.0 -15900,buy_contrast_m10_bb_pos,buy,2025-09-03 16:00:00,1230.0 -15901,buy_contrast_m10_bb_pos,buy,2025-09-03 16:03:00,1230.0 -15902,buy_contrast_m10_bb_pos,buy,2025-09-03 16:06:00,1232.0 -15903,buy_contrast_m10_bb_pos,buy,2025-09-03 16:09:00,1229.0 -15904,buy_contrast_m10_bb_pos,buy,2025-09-03 16:12:00,1229.0 -15905,buy_contrast_m10_bb_pos,buy,2025-09-03 16:15:00,1229.0 -15906,buy_contrast_m10_bb_pos,buy,2025-09-03 16:18:00,1228.0 -15907,buy_contrast_m10_bb_pos,buy,2025-09-03 16:21:00,1228.0 -15908,buy_contrast_m10_bb_pos,buy,2025-09-03 16:24:00,1229.0 -15909,buy_contrast_m10_bb_pos,buy,2025-09-03 16:27:00,1227.0 -15910,buy_contrast_m10_bb_pos,buy,2025-09-03 16:30:00,1228.0 -15911,buy_contrast_m10_bb_pos,buy,2025-09-03 16:33:00,1227.0 -15912,buy_contrast_m10_bb_pos,buy,2025-09-03 16:36:00,1229.0 -15913,buy_contrast_m10_bb_pos,buy,2025-09-03 16:39:00,1230.0 -15914,buy_contrast_m10_bb_pos,buy,2025-09-03 16:51:00,1228.0 -15915,buy_contrast_m10_bb_pos,buy,2025-09-03 16:54:00,1229.0 -15916,buy_contrast_m10_bb_pos,buy,2025-09-03 16:57:00,1231.0 -15917,buy_contrast_m10_bb_pos,buy,2025-09-03 18:00:00,1227.0 -15918,buy_contrast_m10_bb_pos,buy,2025-09-03 18:03:00,1227.0 -15919,buy_contrast_m10_bb_pos,buy,2025-09-03 18:06:00,1226.0 -15920,buy_contrast_m10_bb_pos,buy,2025-09-03 18:09:00,1225.0 -15921,buy_contrast_m10_bb_pos,buy,2025-09-04 12:12:00,1246.0 -15922,buy_contrast_m10_bb_pos,buy,2025-09-04 12:15:00,1246.0 -15923,buy_contrast_m10_bb_pos,buy,2025-09-04 12:18:00,1245.0 -15924,buy_contrast_m10_bb_pos,buy,2025-09-04 13:00:00,1241.0 -15925,buy_contrast_m10_bb_pos,buy,2025-09-04 13:03:00,1242.0 -15926,buy_contrast_m10_bb_pos,buy,2025-09-04 13:06:00,1239.0 -15927,buy_contrast_m10_bb_pos,buy,2025-09-04 13:09:00,1242.0 -15928,buy_contrast_m10_bb_pos,buy,2025-09-04 13:12:00,1242.0 -15929,buy_contrast_m10_bb_pos,buy,2025-09-04 13:15:00,1241.0 -15930,buy_contrast_m10_bb_pos,buy,2025-09-04 13:18:00,1243.0 -15931,buy_contrast_m10_bb_pos,buy,2025-09-04 14:12:00,1239.0 -15932,buy_contrast_m10_bb_pos,buy,2025-09-04 14:15:00,1236.0 -15933,buy_contrast_m10_bb_pos,buy,2025-09-04 14:18:00,1238.0 -15934,buy_contrast_m10_bb_pos,buy,2025-09-04 14:21:00,1234.0 -15935,buy_contrast_m10_bb_pos,buy,2025-09-04 14:24:00,1232.0 -15936,buy_contrast_m10_bb_pos,buy,2025-09-04 14:27:00,1235.0 -15937,buy_contrast_m10_bb_pos,buy,2025-09-04 14:42:00,1234.0 -15938,buy_contrast_m10_bb_pos,buy,2025-09-04 14:45:00,1233.0 -15939,buy_contrast_m10_bb_pos,buy,2025-09-04 14:48:00,1234.0 -15940,buy_contrast_m10_bb_pos,buy,2025-09-04 14:51:00,1234.0 -15941,buy_contrast_m10_bb_pos,buy,2025-09-04 14:54:00,1233.0 -15942,buy_contrast_m10_bb_pos,buy,2025-09-04 14:57:00,1234.0 -15943,buy_contrast_m10_bb_pos,buy,2025-09-04 15:12:00,1232.0 -15944,buy_contrast_m10_bb_pos,buy,2025-09-04 15:15:00,1233.0 -15945,buy_contrast_m10_bb_pos,buy,2025-09-04 15:18:00,1231.0 -15946,buy_contrast_m10_bb_pos,buy,2025-09-04 15:21:00,1231.0 -15947,buy_contrast_m10_bb_pos,buy,2025-09-04 15:24:00,1229.0 -15948,buy_contrast_m10_bb_pos,buy,2025-09-04 15:27:00,1230.0 -15949,buy_contrast_m10_bb_pos,buy,2025-09-04 15:30:00,1230.0 -15950,buy_contrast_m10_bb_pos,buy,2025-09-04 15:33:00,1229.0 -15951,buy_contrast_m10_bb_pos,buy,2025-09-04 15:36:00,1231.0 -15952,buy_contrast_m10_bb_pos,buy,2025-09-04 15:39:00,1231.0 -15953,buy_contrast_m10_bb_pos,buy,2025-09-04 15:42:00,1229.0 -15954,buy_contrast_m10_bb_pos,buy,2025-09-04 15:45:00,1231.0 -15955,buy_contrast_m10_bb_pos,buy,2025-09-04 15:48:00,1229.0 -15956,buy_contrast_m10_bb_pos,buy,2025-09-04 15:51:00,1230.0 -15957,buy_contrast_m10_bb_pos,buy,2025-09-04 15:54:00,1229.0 -15958,buy_contrast_m10_bb_pos,buy,2025-09-04 15:57:00,1229.0 -15959,buy_contrast_m10_bb_pos,buy,2025-09-04 16:00:00,1227.0 -15960,buy_contrast_m10_bb_pos,buy,2025-09-04 16:03:00,1231.0 -15961,buy_contrast_m10_bb_pos,buy,2025-09-04 16:06:00,1230.0 -15962,buy_contrast_m10_bb_pos,buy,2025-09-04 16:09:00,1231.0 -15963,buy_contrast_m10_bb_pos,buy,2025-09-04 18:21:00,1226.0 -15964,buy_contrast_m10_bb_pos,buy,2025-09-04 18:24:00,1226.0 -15965,buy_contrast_m10_bb_pos,buy,2025-09-04 18:27:00,1226.0 -15966,buy_contrast_m10_bb_pos,buy,2025-09-04 18:30:00,1225.0 -15967,buy_contrast_m10_bb_pos,buy,2025-09-04 18:33:00,1223.0 -15968,buy_contrast_m10_bb_pos,buy,2025-09-04 18:36:00,1224.0 -15969,buy_contrast_m10_bb_pos,buy,2025-09-04 18:39:00,1225.0 -15970,buy_contrast_m10_bb_pos,buy,2025-09-04 18:42:00,1225.0 -15971,buy_contrast_m10_bb_pos,buy,2025-09-04 18:45:00,1225.0 -15972,buy_contrast_m10_bb_pos,buy,2025-09-04 18:48:00,1224.0 -15973,buy_contrast_m10_bb_pos,buy,2025-09-04 18:51:00,1224.0 -15974,buy_contrast_m10_bb_pos,buy,2025-09-04 18:54:00,1224.0 -15975,buy_contrast_m10_bb_pos,buy,2025-09-04 18:57:00,1225.0 -15976,buy_contrast_m10_bb_pos,buy,2025-09-04 19:21:00,1225.0 -15977,buy_contrast_m10_bb_pos,buy,2025-09-04 19:24:00,1226.0 -15978,buy_contrast_m10_bb_pos,buy,2025-09-04 19:27:00,1225.0 -15979,buy_contrast_m10_bb_pos,buy,2025-09-04 19:30:00,1223.0 -15980,buy_contrast_m10_bb_pos,buy,2025-09-04 19:33:00,1225.0 -15981,buy_contrast_m10_bb_pos,buy,2025-09-04 19:36:00,1226.0 -15982,buy_contrast_m10_bb_pos,buy,2025-09-04 19:39:00,1224.0 -15983,buy_contrast_m10_bb_pos,buy,2025-09-04 19:42:00,1225.0 -15984,buy_contrast_m10_bb_pos,buy,2025-09-04 19:45:00,1221.0 -15985,buy_contrast_m10_bb_pos,buy,2025-09-04 19:48:00,1221.0 -15986,buy_contrast_m10_bb_pos,buy,2025-09-04 20:00:00,1221.0 -15987,buy_contrast_m10_bb_pos,buy,2025-09-04 20:03:00,1223.0 -15988,buy_contrast_m10_bb_pos,buy,2025-09-04 20:06:00,1227.0 -15989,buy_contrast_m10_bb_pos,buy,2025-09-04 20:09:00,1228.0 -15990,buy_contrast_m10_bb_pos,buy,2025-09-04 23:21:00,1218.0 -15991,buy_contrast_m10_bb_pos,buy,2025-09-04 23:24:00,1220.0 -15992,buy_contrast_m10_bb_pos,buy,2025-09-04 23:27:00,1220.0 -15993,buy_contrast_m10_bb_pos,buy,2025-09-05 00:00:00,1215.0 -15994,buy_contrast_m10_bb_pos,buy,2025-09-05 00:03:00,1215.0 -15995,buy_contrast_m10_bb_pos,buy,2025-09-05 00:06:00,1214.0 -15996,buy_contrast_m10_bb_pos,buy,2025-09-05 00:09:00,1214.0 -15997,buy_contrast_m10_bb_pos,buy,2025-09-05 00:12:00,1209.0 -15998,buy_contrast_m10_bb_pos,buy,2025-09-05 00:15:00,1211.0 -15999,buy_contrast_m10_bb_pos,buy,2025-09-05 00:18:00,1213.0 -16000,buy_contrast_m10_bb_pos,buy,2025-09-05 00:21:00,1210.0 -16001,buy_contrast_m10_bb_pos,buy,2025-09-05 00:24:00,1211.0 -16002,buy_contrast_m10_bb_pos,buy,2025-09-05 00:27:00,1210.0 -16003,buy_contrast_m10_bb_pos,buy,2025-09-05 00:30:00,1211.0 -16004,buy_contrast_m10_bb_pos,buy,2025-09-05 00:33:00,1208.0 -16005,buy_contrast_m10_bb_pos,buy,2025-09-05 00:36:00,1208.0 -16006,buy_contrast_m10_bb_pos,buy,2025-09-05 00:39:00,1209.0 -16007,buy_contrast_m10_bb_pos,buy,2025-09-05 00:42:00,1211.0 -16008,buy_contrast_m10_bb_pos,buy,2025-09-05 00:45:00,1209.0 -16009,buy_contrast_m10_bb_pos,buy,2025-09-05 00:48:00,1211.0 -16010,buy_contrast_m10_bb_pos,buy,2025-09-05 01:00:00,1210.0 -16011,buy_contrast_m10_bb_pos,buy,2025-09-05 01:03:00,1212.0 -16012,buy_contrast_m10_bb_pos,buy,2025-09-05 01:06:00,1213.0 -16013,buy_contrast_m10_bb_pos,buy,2025-09-05 01:09:00,1212.0 -16014,buy_contrast_m10_bb_pos,buy,2025-09-05 08:51:00,1217.0 -16015,buy_contrast_m10_bb_pos,buy,2025-09-05 08:54:00,1216.0 -16016,buy_contrast_m10_bb_pos,buy,2025-09-05 08:57:00,1217.0 -16017,buy_contrast_m10_bb_pos,buy,2025-09-05 09:00:00,1216.0 -16018,buy_contrast_m10_bb_pos,buy,2025-09-05 09:03:00,1220.0 -16019,buy_contrast_m10_bb_pos,buy,2025-09-05 09:06:00,1219.0 -16020,buy_contrast_m10_bb_pos,buy,2025-09-05 09:09:00,1219.0 -16021,buy_contrast_m10_bb_pos,buy,2025-09-05 10:00:00,1217.0 -16022,buy_contrast_m10_bb_pos,buy,2025-09-05 10:03:00,1216.0 -16023,buy_contrast_m10_bb_pos,buy,2025-09-05 10:06:00,1217.0 -16024,buy_contrast_m10_bb_pos,buy,2025-09-05 10:09:00,1217.0 -16025,buy_contrast_m10_bb_pos,buy,2025-09-05 10:12:00,1217.0 -16026,buy_contrast_m10_bb_pos,buy,2025-09-05 10:15:00,1217.0 -16027,buy_contrast_m10_bb_pos,buy,2025-09-05 10:18:00,1218.0 -16028,buy_contrast_m10_bb_pos,buy,2025-09-05 23:21:00,1246.0 -16029,buy_contrast_m10_bb_pos,buy,2025-09-05 23:24:00,1240.0 -16030,buy_contrast_m10_bb_pos,buy,2025-09-05 23:27:00,1237.0 -16031,buy_contrast_m10_bb_pos,buy,2025-09-05 23:30:00,1237.0 -16032,buy_contrast_m10_bb_pos,buy,2025-09-05 23:33:00,1232.0 -16033,buy_contrast_m10_bb_pos,buy,2025-09-05 23:36:00,1231.0 -16034,buy_contrast_m10_bb_pos,buy,2025-09-05 23:39:00,1233.0 -16035,buy_contrast_m10_bb_pos,buy,2025-09-05 23:51:00,1231.0 -16036,buy_contrast_m10_bb_pos,buy,2025-09-05 23:54:00,1234.0 -16037,buy_contrast_m10_bb_pos,buy,2025-09-05 23:57:00,1236.0 -16038,buy_contrast_m10_bb_pos,buy,2025-09-06 00:00:00,1233.0 -16039,buy_contrast_m10_bb_pos,buy,2025-09-06 00:03:00,1232.0 -16040,buy_contrast_m10_bb_pos,buy,2025-09-06 00:06:00,1233.0 -16041,buy_contrast_m10_bb_pos,buy,2025-09-06 00:09:00,1235.0 -16042,buy_contrast_m10_bb_pos,buy,2025-09-06 00:12:00,1236.0 -16043,buy_contrast_m10_bb_pos,buy,2025-09-06 00:15:00,1238.0 -16044,buy_contrast_m10_bb_pos,buy,2025-09-06 00:18:00,1241.0 -16045,buy_contrast_m10_bb_pos,buy,2025-09-06 14:30:00,1271.0 -16046,buy_contrast_m10_bb_pos,buy,2025-09-06 14:33:00,1271.0 -16047,buy_contrast_m10_bb_pos,buy,2025-09-06 14:36:00,1273.0 -16048,buy_contrast_m10_bb_pos,buy,2025-09-06 14:39:00,1273.0 -16049,buy_contrast_m10_bb_pos,buy,2025-09-06 17:42:00,1270.0 -16050,buy_contrast_m10_bb_pos,buy,2025-09-06 17:45:00,1271.0 -16051,buy_contrast_m10_bb_pos,buy,2025-09-06 17:48:00,1270.0 -16052,buy_contrast_m10_bb_pos,buy,2025-09-06 18:42:00,1265.0 -16053,buy_contrast_m10_bb_pos,buy,2025-09-06 18:45:00,1265.0 -16054,buy_contrast_m10_bb_pos,buy,2025-09-06 18:48:00,1265.0 -16055,buy_contrast_m10_bb_pos,buy,2025-09-06 18:51:00,1263.0 -16056,buy_contrast_m10_bb_pos,buy,2025-09-06 18:54:00,1261.0 -16057,buy_contrast_m10_bb_pos,buy,2025-09-06 18:57:00,1262.0 -16058,buy_contrast_m10_bb_pos,buy,2025-09-06 19:00:00,1261.0 -16059,buy_contrast_m10_bb_pos,buy,2025-09-06 19:03:00,1262.0 -16060,buy_contrast_m10_bb_pos,buy,2025-09-06 19:06:00,1263.0 -16061,buy_contrast_m10_bb_pos,buy,2025-09-06 19:09:00,1263.0 -16062,buy_contrast_m10_bb_pos,buy,2025-09-07 18:42:00,1412.0 -16063,buy_contrast_m10_bb_pos,buy,2025-09-07 18:45:00,1410.0 -16064,buy_contrast_m10_bb_pos,buy,2025-09-07 18:48:00,1413.0 -16065,buy_contrast_m10_bb_pos,buy,2025-09-08 01:30:00,1453.0 -16066,buy_contrast_m10_bb_pos,buy,2025-09-08 01:33:00,1452.0 -16067,buy_contrast_m10_bb_pos,buy,2025-09-08 01:36:00,1450.0 -16068,buy_contrast_m10_bb_pos,buy,2025-09-08 01:39:00,1451.0 -16069,buy_contrast_m10_bb_pos,buy,2025-09-08 01:42:00,1453.0 -16070,buy_contrast_m10_bb_pos,buy,2025-09-08 01:45:00,1458.0 -16071,buy_contrast_m10_bb_pos,buy,2025-09-08 01:48:00,1456.0 -16072,buy_contrast_m10_bb_pos,buy,2025-09-08 01:51:00,1455.0 -16073,buy_contrast_m10_bb_pos,buy,2025-09-08 01:54:00,1459.0 -16074,buy_contrast_m10_bb_pos,buy,2025-09-08 01:57:00,1463.0 -16075,buy_contrast_m10_bb_pos,buy,2025-09-08 07:00:00,1441.0 -16076,buy_contrast_m10_bb_pos,buy,2025-09-08 07:03:00,1442.0 -16077,buy_contrast_m10_bb_pos,buy,2025-09-08 07:06:00,1441.0 -16078,buy_contrast_m10_bb_pos,buy,2025-09-08 07:09:00,1444.0 -16079,buy_contrast_m10_bb_pos,buy,2025-09-08 07:42:00,1440.0 -16080,buy_contrast_m10_bb_pos,buy,2025-09-08 07:45:00,1433.0 -16081,buy_contrast_m10_bb_pos,buy,2025-09-08 07:48:00,1439.0 -16082,buy_contrast_m10_bb_pos,buy,2025-09-08 08:00:00,1439.0 -16083,buy_contrast_m10_bb_pos,buy,2025-09-08 08:03:00,1440.0 -16084,buy_contrast_m10_bb_pos,buy,2025-09-08 08:06:00,1438.0 -16085,buy_contrast_m10_bb_pos,buy,2025-09-08 08:09:00,1440.0 -16086,buy_contrast_m10_bb_pos,buy,2025-09-08 09:00:00,1438.0 -16087,buy_contrast_m10_bb_pos,buy,2025-09-08 09:03:00,1440.0 -16088,buy_contrast_m10_bb_pos,buy,2025-09-08 09:06:00,1444.0 -16089,buy_contrast_m10_bb_pos,buy,2025-09-08 09:09:00,1442.0 -16090,buy_contrast_m10_bb_pos,buy,2025-09-08 16:51:00,1727.0 -16091,buy_contrast_m10_bb_pos,buy,2025-09-08 16:54:00,1720.0 -16092,buy_contrast_m10_bb_pos,buy,2025-09-08 16:57:00,1719.0 -16093,buy_contrast_m10_bb_pos,buy,2025-09-08 17:00:00,1731.0 -16094,buy_contrast_m10_bb_pos,buy,2025-09-08 17:03:00,1746.0 -16095,buy_contrast_m10_bb_pos,buy,2025-09-08 17:06:00,1757.0 -16096,buy_contrast_m10_bb_pos,buy,2025-09-08 17:09:00,1761.0 -16097,buy_contrast_m10_bb_pos,buy,2025-09-08 19:12:00,1729.0 -16098,buy_contrast_m10_bb_pos,buy,2025-09-08 19:15:00,1728.0 -16099,buy_contrast_m10_bb_pos,buy,2025-09-08 19:18:00,1720.0 -16100,buy_contrast_m10_bb_pos,buy,2025-09-08 19:21:00,1744.0 -16101,buy_contrast_m10_bb_pos,buy,2025-09-08 19:24:00,1744.0 -16102,buy_contrast_m10_bb_pos,buy,2025-09-08 19:27:00,1752.0 -16103,buy_contrast_m10_bb_pos,buy,2025-09-08 20:30:00,1681.0 -16104,buy_contrast_m10_bb_pos,buy,2025-09-08 20:33:00,1680.0 -16105,buy_contrast_m10_bb_pos,buy,2025-09-08 20:36:00,1684.0 -16106,buy_contrast_m10_bb_pos,buy,2025-09-08 20:39:00,1681.0 -16107,buy_contrast_m10_bb_pos,buy,2025-09-08 20:42:00,1687.0 -16108,buy_contrast_m10_bb_pos,buy,2025-09-08 20:45:00,1684.0 -16109,buy_contrast_m10_bb_pos,buy,2025-09-08 20:48:00,1676.0 -16110,buy_contrast_m10_bb_pos,buy,2025-09-08 20:51:00,1687.0 -16111,buy_contrast_m10_bb_pos,buy,2025-09-08 20:54:00,1702.0 -16112,buy_contrast_m10_bb_pos,buy,2025-09-08 20:57:00,1702.0 -16113,buy_contrast_m10_bb_pos,buy,2025-09-09 03:21:00,2028.0 -16114,buy_contrast_m10_bb_pos,buy,2025-09-09 03:24:00,2037.0 -16115,buy_contrast_m10_bb_pos,buy,2025-09-09 03:27:00,2032.0 -16116,buy_contrast_m10_bb_pos,buy,2025-09-09 22:42:00,2609.0 -16117,buy_contrast_m10_bb_pos,buy,2025-09-09 22:45:00,2607.0 -16118,buy_contrast_m10_bb_pos,buy,2025-09-09 22:48:00,2604.0 -16119,buy_contrast_m10_bb_pos,buy,2025-09-10 00:21:00,2456.0 -16120,buy_contrast_m10_bb_pos,buy,2025-09-10 00:24:00,2491.0 -16121,buy_contrast_m10_bb_pos,buy,2025-09-10 00:27:00,2506.0 -16122,buy_contrast_m10_bb_pos,buy,2025-09-10 00:51:00,2495.0 -16123,buy_contrast_m10_bb_pos,buy,2025-09-10 00:54:00,2507.0 -16124,buy_contrast_m10_bb_pos,buy,2025-09-10 00:57:00,2519.0 -16125,buy_contrast_m10_bb_pos,buy,2025-09-10 01:12:00,2480.0 -16126,buy_contrast_m10_bb_pos,buy,2025-09-10 01:15:00,2467.0 -16127,buy_contrast_m10_bb_pos,buy,2025-09-10 01:18:00,2453.0 -16128,buy_contrast_m10_bb_pos,buy,2025-09-10 01:21:00,2453.0 -16129,buy_contrast_m10_bb_pos,buy,2025-09-10 01:24:00,2453.0 -16130,buy_contrast_m10_bb_pos,buy,2025-09-10 01:27:00,2414.0 -16131,buy_contrast_m10_bb_pos,buy,2025-09-10 01:42:00,2397.0 -16132,buy_contrast_m10_bb_pos,buy,2025-09-10 01:45:00,2403.0 -16133,buy_contrast_m10_bb_pos,buy,2025-09-10 01:48:00,2396.0 -16134,buy_contrast_m10_bb_pos,buy,2025-09-10 01:51:00,2394.0 -16135,buy_contrast_m10_bb_pos,buy,2025-09-10 01:54:00,2410.0 -16136,buy_contrast_m10_bb_pos,buy,2025-09-10 01:57:00,2435.0 -16137,buy_contrast_m10_bb_pos,buy,2025-09-10 06:30:00,2459.0 -16138,buy_contrast_m10_bb_pos,buy,2025-09-10 06:33:00,2475.0 -16139,buy_contrast_m10_bb_pos,buy,2025-09-10 06:36:00,2481.0 -16140,buy_contrast_m10_bb_pos,buy,2025-09-10 06:39:00,2479.0 -16141,buy_contrast_m10_bb_pos,buy,2025-09-10 07:12:00,2473.0 -16142,buy_contrast_m10_bb_pos,buy,2025-09-10 07:15:00,2484.0 -16143,buy_contrast_m10_bb_pos,buy,2025-09-10 07:18:00,2490.0 -16144,buy_contrast_m10_bb_pos,buy,2025-09-10 13:12:00,2685.0 -16145,buy_contrast_m10_bb_pos,buy,2025-09-10 13:15:00,2688.0 -16146,buy_contrast_m10_bb_pos,buy,2025-09-10 13:18:00,2698.0 -16147,buy_contrast_m10_bb_pos,buy,2025-09-10 14:21:00,2666.0 -16148,buy_contrast_m10_bb_pos,buy,2025-09-10 14:24:00,2655.0 -16149,buy_contrast_m10_bb_pos,buy,2025-09-10 14:27:00,2652.0 -16150,buy_contrast_m10_bb_pos,buy,2025-09-10 14:30:00,2657.0 -16151,buy_contrast_m10_bb_pos,buy,2025-09-10 14:33:00,2654.0 -16152,buy_contrast_m10_bb_pos,buy,2025-09-10 14:36:00,2665.0 -16153,buy_contrast_m10_bb_pos,buy,2025-09-10 14:39:00,2674.0 -16154,buy_contrast_m10_bb_pos,buy,2025-09-10 16:30:00,2644.0 -16155,buy_contrast_m10_bb_pos,buy,2025-09-10 16:33:00,2647.0 -16156,buy_contrast_m10_bb_pos,buy,2025-09-10 16:36:00,2644.0 -16157,buy_contrast_m10_bb_pos,buy,2025-09-10 16:39:00,2642.0 -16158,buy_contrast_m10_bb_pos,buy,2025-09-10 16:42:00,2624.0 -16159,buy_contrast_m10_bb_pos,buy,2025-09-10 16:45:00,2615.0 -16160,buy_contrast_m10_bb_pos,buy,2025-09-10 16:48:00,2607.0 -16161,buy_contrast_m10_bb_pos,buy,2025-09-10 17:21:00,2583.0 -16162,buy_contrast_m10_bb_pos,buy,2025-09-10 17:24:00,2590.0 -16163,buy_contrast_m10_bb_pos,buy,2025-09-10 17:27:00,2598.0 -16164,buy_contrast_m10_bb_pos,buy,2025-09-10 22:51:00,2592.0 -16165,buy_contrast_m10_bb_pos,buy,2025-09-10 22:54:00,2569.0 -16166,buy_contrast_m10_bb_pos,buy,2025-09-10 22:57:00,2566.0 -16167,buy_contrast_m10_bb_pos,buy,2025-09-10 23:21:00,2557.0 -16168,buy_contrast_m10_bb_pos,buy,2025-09-10 23:24:00,2557.0 -16169,buy_contrast_m10_bb_pos,buy,2025-09-10 23:27:00,2560.0 -16170,buy_contrast_m10_bb_pos,buy,2025-09-11 01:51:00,2495.0 -16171,buy_contrast_m10_bb_pos,buy,2025-09-11 01:54:00,2497.0 -16172,buy_contrast_m10_bb_pos,buy,2025-09-11 01:57:00,2497.0 -16173,buy_contrast_m10_bb_pos,buy,2025-09-11 10:21:00,2555.0 -16174,buy_contrast_m10_bb_pos,buy,2025-09-11 10:24:00,2550.0 -16175,buy_contrast_m10_bb_pos,buy,2025-09-11 10:27:00,2552.0 -16176,buy_contrast_m10_bb_pos,buy,2025-09-11 10:30:00,2550.0 -16177,buy_contrast_m10_bb_pos,buy,2025-09-11 10:33:00,2542.0 -16178,buy_contrast_m10_bb_pos,buy,2025-09-11 10:36:00,2541.0 -16179,buy_contrast_m10_bb_pos,buy,2025-09-11 10:39:00,2531.0 -16180,buy_contrast_m10_bb_pos,buy,2025-09-11 10:51:00,2538.0 -16181,buy_contrast_m10_bb_pos,buy,2025-09-11 10:54:00,2546.0 -16182,buy_contrast_m10_bb_pos,buy,2025-09-11 10:57:00,2543.0 -16183,buy_contrast_m10_bb_pos,buy,2025-09-11 11:12:00,2512.0 -16184,buy_contrast_m10_bb_pos,buy,2025-09-11 11:15:00,2522.0 -16185,buy_contrast_m10_bb_pos,buy,2025-09-11 11:18:00,2512.0 -16186,buy_contrast_m10_bb_pos,buy,2025-09-11 11:30:00,2523.0 -16187,buy_contrast_m10_bb_pos,buy,2025-09-11 11:33:00,2516.0 -16188,buy_contrast_m10_bb_pos,buy,2025-09-11 11:36:00,2515.0 -16189,buy_contrast_m10_bb_pos,buy,2025-09-11 11:39:00,2509.0 -16190,buy_contrast_m10_bb_pos,buy,2025-09-11 11:42:00,2504.0 -16191,buy_contrast_m10_bb_pos,buy,2025-09-11 11:45:00,2501.0 -16192,buy_contrast_m10_bb_pos,buy,2025-09-11 11:48:00,2495.0 -16193,buy_contrast_m10_bb_pos,buy,2025-09-11 11:51:00,2487.0 -16194,buy_contrast_m10_bb_pos,buy,2025-09-11 11:54:00,2487.0 -16195,buy_contrast_m10_bb_pos,buy,2025-09-11 11:57:00,2490.0 -16196,buy_contrast_m10_bb_pos,buy,2025-09-11 12:00:00,2482.0 -16197,buy_contrast_m10_bb_pos,buy,2025-09-11 12:03:00,2492.0 -16198,buy_contrast_m10_bb_pos,buy,2025-09-11 12:06:00,2486.0 -16199,buy_contrast_m10_bb_pos,buy,2025-09-11 12:09:00,2496.0 -16200,buy_contrast_m10_bb_pos,buy,2025-09-11 14:30:00,2470.0 -16201,buy_contrast_m10_bb_pos,buy,2025-09-11 14:33:00,2465.0 -16202,buy_contrast_m10_bb_pos,buy,2025-09-11 14:36:00,2462.0 -16203,buy_contrast_m10_bb_pos,buy,2025-09-11 14:39:00,2463.0 -16204,buy_contrast_m10_bb_pos,buy,2025-09-11 15:00:00,2453.0 -16205,buy_contrast_m10_bb_pos,buy,2025-09-11 15:03:00,2460.0 -16206,buy_contrast_m10_bb_pos,buy,2025-09-11 15:06:00,2461.0 -16207,buy_contrast_m10_bb_pos,buy,2025-09-11 15:09:00,2463.0 -16208,buy_contrast_m10_bb_pos,buy,2025-09-11 16:00:00,2443.0 -16209,buy_contrast_m10_bb_pos,buy,2025-09-11 16:03:00,2436.0 -16210,buy_contrast_m10_bb_pos,buy,2025-09-11 16:06:00,2434.0 -16211,buy_contrast_m10_bb_pos,buy,2025-09-11 16:09:00,2442.0 -16212,buy_contrast_m10_bb_pos,buy,2025-09-11 16:12:00,2438.0 -16213,buy_contrast_m10_bb_pos,buy,2025-09-11 16:15:00,2430.0 -16214,buy_contrast_m10_bb_pos,buy,2025-09-11 16:18:00,2430.0 -16215,buy_contrast_m10_bb_pos,buy,2025-09-11 16:21:00,2434.0 -16216,buy_contrast_m10_bb_pos,buy,2025-09-11 16:24:00,2437.0 -16217,buy_contrast_m10_bb_pos,buy,2025-09-11 16:27:00,2434.0 -16218,buy_contrast_m10_bb_pos,buy,2025-09-11 16:30:00,2430.0 -16219,buy_contrast_m10_bb_pos,buy,2025-09-11 16:33:00,2440.0 -16220,buy_contrast_m10_bb_pos,buy,2025-09-11 16:36:00,2442.0 -16221,buy_contrast_m10_bb_pos,buy,2025-09-11 16:39:00,2442.0 -16222,buy_contrast_m10_bb_pos,buy,2025-09-11 19:42:00,2431.0 -16223,buy_contrast_m10_bb_pos,buy,2025-09-11 19:45:00,2429.0 -16224,buy_contrast_m10_bb_pos,buy,2025-09-11 19:48:00,2406.0 -16225,buy_contrast_m10_bb_pos,buy,2025-09-11 20:21:00,2408.0 -16226,buy_contrast_m10_bb_pos,buy,2025-09-11 20:24:00,2402.0 -16227,buy_contrast_m10_bb_pos,buy,2025-09-11 20:27:00,2401.0 -16228,buy_contrast_m10_bb_pos,buy,2025-09-11 20:30:00,2399.0 -16229,buy_contrast_m10_bb_pos,buy,2025-09-11 20:33:00,2382.0 -16230,buy_contrast_m10_bb_pos,buy,2025-09-11 20:36:00,2391.0 -16231,buy_contrast_m10_bb_pos,buy,2025-09-11 20:39:00,2391.0 -16232,buy_contrast_m10_bb_pos,buy,2025-09-11 20:42:00,2381.0 -16233,buy_contrast_m10_bb_pos,buy,2025-09-11 20:45:00,2380.0 -16234,buy_contrast_m10_bb_pos,buy,2025-09-11 20:48:00,2383.0 -16235,buy_contrast_m10_bb_pos,buy,2025-09-11 21:00:00,2378.0 -16236,buy_contrast_m10_bb_pos,buy,2025-09-11 21:03:00,2384.0 -16237,buy_contrast_m10_bb_pos,buy,2025-09-11 21:06:00,2388.0 -16238,buy_contrast_m10_bb_pos,buy,2025-09-11 21:09:00,2400.0 -16239,buy_contrast_m10_bb_pos,buy,2025-09-11 22:21:00,2328.0 -16240,buy_contrast_m10_bb_pos,buy,2025-09-11 22:24:00,2318.0 -16241,buy_contrast_m10_bb_pos,buy,2025-09-11 22:27:00,2323.0 -16242,buy_contrast_m10_bb_pos,buy,2025-09-11 22:30:00,2320.0 -16243,buy_contrast_m10_bb_pos,buy,2025-09-11 22:33:00,2320.0 -16244,buy_contrast_m10_bb_pos,buy,2025-09-11 22:36:00,2333.0 -16245,buy_contrast_m10_bb_pos,buy,2025-09-11 22:39:00,2333.0 -16246,buy_contrast_m10_bb_pos,buy,2025-09-11 22:51:00,2308.0 -16247,buy_contrast_m10_bb_pos,buy,2025-09-11 22:54:00,2306.0 -16248,buy_contrast_m10_bb_pos,buy,2025-09-11 22:57:00,2308.0 -16249,buy_contrast_m10_bb_pos,buy,2025-09-11 23:12:00,2302.0 -16250,buy_contrast_m10_bb_pos,buy,2025-09-11 23:15:00,2306.0 -16251,buy_contrast_m10_bb_pos,buy,2025-09-11 23:18:00,2278.0 -16252,buy_contrast_m10_bb_pos,buy,2025-09-11 23:42:00,2270.0 -16253,buy_contrast_m10_bb_pos,buy,2025-09-11 23:45:00,2267.0 -16254,buy_contrast_m10_bb_pos,buy,2025-09-11 23:48:00,2274.0 -16255,buy_contrast_m10_bb_pos,buy,2025-09-11 23:51:00,2266.0 -16256,buy_contrast_m10_bb_pos,buy,2025-09-11 23:54:00,2261.0 -16257,buy_contrast_m10_bb_pos,buy,2025-09-11 23:57:00,2256.0 -16258,buy_contrast_m10_bb_pos,buy,2025-09-12 00:00:00,2251.0 -16259,buy_contrast_m10_bb_pos,buy,2025-09-12 00:03:00,2270.0 -16260,buy_contrast_m10_bb_pos,buy,2025-09-12 00:06:00,2257.0 -16261,buy_contrast_m10_bb_pos,buy,2025-09-12 00:09:00,2271.0 -16262,buy_contrast_m10_bb_pos,buy,2025-09-12 00:42:00,2252.0 -16263,buy_contrast_m10_bb_pos,buy,2025-09-12 00:45:00,2258.0 -16264,buy_contrast_m10_bb_pos,buy,2025-09-12 00:48:00,2254.0 -16265,buy_contrast_m10_bb_pos,buy,2025-09-12 01:00:00,2243.0 -16266,buy_contrast_m10_bb_pos,buy,2025-09-12 01:03:00,2253.0 -16267,buy_contrast_m10_bb_pos,buy,2025-09-12 01:06:00,2243.0 -16268,buy_contrast_m10_bb_pos,buy,2025-09-12 01:09:00,2252.0 -16269,buy_contrast_m10_bb_pos,buy,2025-09-12 01:30:00,2226.0 -16270,buy_contrast_m10_bb_pos,buy,2025-09-12 01:33:00,2235.0 -16271,buy_contrast_m10_bb_pos,buy,2025-09-12 01:36:00,2233.0 -16272,buy_contrast_m10_bb_pos,buy,2025-09-12 01:39:00,2238.0 -16273,buy_contrast_m10_bb_pos,buy,2025-09-12 10:21:00,2277.0 -16274,buy_contrast_m10_bb_pos,buy,2025-09-12 10:24:00,2276.0 -16275,buy_contrast_m10_bb_pos,buy,2025-09-12 10:27:00,2278.0 -16276,buy_contrast_m10_bb_pos,buy,2025-09-12 10:30:00,2282.0 -16277,buy_contrast_m10_bb_pos,buy,2025-09-12 10:33:00,2281.0 -16278,buy_contrast_m10_bb_pos,buy,2025-09-12 10:36:00,2278.0 -16279,buy_contrast_m10_bb_pos,buy,2025-09-12 10:39:00,2278.0 -16280,buy_contrast_m10_bb_pos,buy,2025-09-12 10:42:00,2276.0 -16281,buy_contrast_m10_bb_pos,buy,2025-09-12 10:45:00,2276.0 -16282,buy_contrast_m10_bb_pos,buy,2025-09-12 10:48:00,2272.0 -16283,buy_contrast_m10_bb_pos,buy,2025-09-12 10:51:00,2272.0 -16284,buy_contrast_m10_bb_pos,buy,2025-09-12 10:54:00,2264.0 -16285,buy_contrast_m10_bb_pos,buy,2025-09-12 10:57:00,2263.0 -16286,buy_contrast_m10_bb_pos,buy,2025-09-12 11:21:00,2258.0 -16287,buy_contrast_m10_bb_pos,buy,2025-09-12 11:24:00,2258.0 -16288,buy_contrast_m10_bb_pos,buy,2025-09-12 11:27:00,2253.0 -16289,buy_contrast_m10_bb_pos,buy,2025-09-12 11:30:00,2256.0 -16290,buy_contrast_m10_bb_pos,buy,2025-09-12 11:33:00,2262.0 -16291,buy_contrast_m10_bb_pos,buy,2025-09-12 11:36:00,2262.0 -16292,buy_contrast_m10_bb_pos,buy,2025-09-12 11:39:00,2256.0 -16293,buy_contrast_m10_bb_pos,buy,2025-09-12 11:51:00,2247.0 -16294,buy_contrast_m10_bb_pos,buy,2025-09-12 11:54:00,2248.0 -16295,buy_contrast_m10_bb_pos,buy,2025-09-12 11:57:00,2250.0 -16296,buy_contrast_m10_bb_pos,buy,2025-09-12 12:00:00,2245.0 -16297,buy_contrast_m10_bb_pos,buy,2025-09-12 12:03:00,2245.0 -16298,buy_contrast_m10_bb_pos,buy,2025-09-12 12:06:00,2240.0 -16299,buy_contrast_m10_bb_pos,buy,2025-09-12 12:09:00,2242.0 -16300,buy_contrast_m10_bb_pos,buy,2025-09-12 12:12:00,2236.0 -16301,buy_contrast_m10_bb_pos,buy,2025-09-12 12:15:00,2235.0 -16302,buy_contrast_m10_bb_pos,buy,2025-09-12 12:18:00,2239.0 -16303,buy_contrast_m10_bb_pos,buy,2025-09-12 20:21:00,2271.0 -16304,buy_contrast_m10_bb_pos,buy,2025-09-12 20:24:00,2270.0 -16305,buy_contrast_m10_bb_pos,buy,2025-09-12 20:27:00,2266.0 -16306,buy_contrast_m10_bb_pos,buy,2025-09-12 20:30:00,2267.0 -16307,buy_contrast_m10_bb_pos,buy,2025-09-12 20:33:00,2268.0 -16308,buy_contrast_m10_bb_pos,buy,2025-09-12 20:36:00,2271.0 -16309,buy_contrast_m10_bb_pos,buy,2025-09-12 20:39:00,2262.0 -16310,buy_contrast_m10_bb_pos,buy,2025-09-12 21:00:00,2255.0 -16311,buy_contrast_m10_bb_pos,buy,2025-09-12 21:03:00,2256.0 -16312,buy_contrast_m10_bb_pos,buy,2025-09-12 21:06:00,2265.0 -16313,buy_contrast_m10_bb_pos,buy,2025-09-12 21:09:00,2268.0 -16314,buy_contrast_m10_bb_pos,buy,2025-09-12 22:12:00,2257.0 -16315,buy_contrast_m10_bb_pos,buy,2025-09-12 22:15:00,2257.0 -16316,buy_contrast_m10_bb_pos,buy,2025-09-12 22:18:00,2257.0 -16317,buy_contrast_m10_bb_pos,buy,2025-09-12 22:30:00,2251.0 -16318,buy_contrast_m10_bb_pos,buy,2025-09-12 22:33:00,2262.0 -16319,buy_contrast_m10_bb_pos,buy,2025-09-12 22:36:00,2264.0 -16320,buy_contrast_m10_bb_pos,buy,2025-09-12 22:39:00,2263.0 -16321,buy_contrast_m10_bb_pos,buy,2025-09-13 01:00:00,2183.0 -16322,buy_contrast_m10_bb_pos,buy,2025-09-13 01:03:00,2200.0 -16323,buy_contrast_m10_bb_pos,buy,2025-09-13 01:06:00,2198.0 -16324,buy_contrast_m10_bb_pos,buy,2025-09-13 01:09:00,2198.0 -16325,buy_contrast_m10_bb_pos,buy,2025-09-13 15:30:00,2279.0 -16326,buy_contrast_m10_bb_pos,buy,2025-09-13 15:33:00,2282.0 -16327,buy_contrast_m10_bb_pos,buy,2025-09-13 15:36:00,2275.0 -16328,buy_contrast_m10_bb_pos,buy,2025-09-13 15:39:00,2277.0 -16329,buy_contrast_m10_bb_pos,buy,2025-09-13 15:42:00,2276.0 -16330,buy_contrast_m10_bb_pos,buy,2025-09-13 15:45:00,2275.0 -16331,buy_contrast_m10_bb_pos,buy,2025-09-13 15:48:00,2275.0 -16332,buy_contrast_m10_bb_pos,buy,2025-09-13 16:00:00,2271.0 -16333,buy_contrast_m10_bb_pos,buy,2025-09-13 16:03:00,2272.0 -16334,buy_contrast_m10_bb_pos,buy,2025-09-13 16:06:00,2279.0 -16335,buy_contrast_m10_bb_pos,buy,2025-09-13 16:09:00,2279.0 -16336,buy_contrast_m10_bb_pos,buy,2025-09-13 16:21:00,2274.0 -16337,buy_contrast_m10_bb_pos,buy,2025-09-13 16:24:00,2274.0 -16338,buy_contrast_m10_bb_pos,buy,2025-09-13 16:27:00,2274.0 -16339,buy_contrast_m10_bb_pos,buy,2025-09-13 16:30:00,2271.0 -16340,buy_contrast_m10_bb_pos,buy,2025-09-13 16:33:00,2272.0 -16341,buy_contrast_m10_bb_pos,buy,2025-09-13 16:36:00,2271.0 -16342,buy_contrast_m10_bb_pos,buy,2025-09-13 16:39:00,2261.0 -16343,buy_contrast_m10_bb_pos,buy,2025-09-13 16:42:00,2270.0 -16344,buy_contrast_m10_bb_pos,buy,2025-09-13 16:45:00,2271.0 -16345,buy_contrast_m10_bb_pos,buy,2025-09-13 16:48:00,2268.0 -16346,buy_contrast_m10_bb_pos,buy,2025-09-13 17:00:00,2263.0 -16347,buy_contrast_m10_bb_pos,buy,2025-09-13 17:03:00,2265.0 -16348,buy_contrast_m10_bb_pos,buy,2025-09-13 17:06:00,2261.0 -16349,buy_contrast_m10_bb_pos,buy,2025-09-13 17:09:00,2259.0 -16350,buy_contrast_m10_bb_pos,buy,2025-09-13 17:12:00,2262.0 -16351,buy_contrast_m10_bb_pos,buy,2025-09-13 17:15:00,2262.0 -16352,buy_contrast_m10_bb_pos,buy,2025-09-13 17:18:00,2264.0 -16353,buy_contrast_m10_bb_pos,buy,2025-09-13 17:30:00,2259.0 -16354,buy_contrast_m10_bb_pos,buy,2025-09-13 17:33:00,2263.0 -16355,buy_contrast_m10_bb_pos,buy,2025-09-13 17:36:00,2267.0 -16356,buy_contrast_m10_bb_pos,buy,2025-09-13 17:39:00,2264.0 -16357,buy_contrast_m10_bb_pos,buy,2025-09-13 17:51:00,2255.0 -16358,buy_contrast_m10_bb_pos,buy,2025-09-13 17:54:00,2254.0 -16359,buy_contrast_m10_bb_pos,buy,2025-09-13 17:57:00,2257.0 -16360,buy_contrast_m10_bb_pos,buy,2025-09-13 18:00:00,2255.0 -16361,buy_contrast_m10_bb_pos,buy,2025-09-13 18:03:00,2259.0 -16362,buy_contrast_m10_bb_pos,buy,2025-09-13 18:06:00,2257.0 -16363,buy_contrast_m10_bb_pos,buy,2025-09-13 18:09:00,2250.0 -16364,buy_contrast_m10_bb_pos,buy,2025-09-13 18:12:00,2249.0 -16365,buy_contrast_m10_bb_pos,buy,2025-09-13 18:15:00,2251.0 -16366,buy_contrast_m10_bb_pos,buy,2025-09-13 18:18:00,2251.0 -16367,buy_contrast_m10_bb_pos,buy,2025-09-13 18:21:00,2250.0 -16368,buy_contrast_m10_bb_pos,buy,2025-09-13 18:24:00,2252.0 -16369,buy_contrast_m10_bb_pos,buy,2025-09-13 18:27:00,2249.0 -16370,buy_contrast_m10_bb_pos,buy,2025-09-13 18:30:00,2249.0 -16371,buy_contrast_m10_bb_pos,buy,2025-09-13 18:33:00,2249.0 -16372,buy_contrast_m10_bb_pos,buy,2025-09-13 18:36:00,2248.0 -16373,buy_contrast_m10_bb_pos,buy,2025-09-13 18:39:00,2241.0 -16374,buy_contrast_m10_bb_pos,buy,2025-09-13 19:00:00,2236.0 -16375,buy_contrast_m10_bb_pos,buy,2025-09-13 19:03:00,2229.0 -16376,buy_contrast_m10_bb_pos,buy,2025-09-13 19:06:00,2235.0 -16377,buy_contrast_m10_bb_pos,buy,2025-09-13 19:09:00,2233.0 -16378,buy_contrast_m10_bb_pos,buy,2025-09-13 19:12:00,2227.0 -16379,buy_contrast_m10_bb_pos,buy,2025-09-13 19:15:00,2228.0 -16380,buy_contrast_m10_bb_pos,buy,2025-09-13 19:18:00,2226.0 -16381,buy_contrast_m10_bb_pos,buy,2025-09-13 19:21:00,2236.0 -16382,buy_contrast_m10_bb_pos,buy,2025-09-13 19:24:00,2242.0 -16383,buy_contrast_m10_bb_pos,buy,2025-09-13 19:27:00,2244.0 -16384,buy_contrast_m10_bb_pos,buy,2025-09-13 22:51:00,2220.0 -16385,buy_contrast_m10_bb_pos,buy,2025-09-13 22:54:00,2225.0 -16386,buy_contrast_m10_bb_pos,buy,2025-09-13 22:57:00,2237.0 -16387,buy_contrast_m10_bb_pos,buy,2025-09-13 23:21:00,2237.0 -16388,buy_contrast_m10_bb_pos,buy,2025-09-13 23:24:00,2235.0 -16389,buy_contrast_m10_bb_pos,buy,2025-09-13 23:27:00,2237.0 -16390,buy_contrast_m10_bb_pos,buy,2025-09-13 23:42:00,2232.0 -16391,buy_contrast_m10_bb_pos,buy,2025-09-13 23:45:00,2232.0 -16392,buy_contrast_m10_bb_pos,buy,2025-09-13 23:48:00,2236.0 -16393,buy_contrast_m10_bb_pos,buy,2025-09-13 23:51:00,2235.0 -16394,buy_contrast_m10_bb_pos,buy,2025-09-13 23:54:00,2236.0 -16395,buy_contrast_m10_bb_pos,buy,2025-09-13 23:57:00,2240.0 -16396,buy_contrast_m10_bb_pos,buy,2025-09-14 00:30:00,2222.0 -16397,buy_contrast_m10_bb_pos,buy,2025-09-14 00:33:00,2213.0 -16398,buy_contrast_m10_bb_pos,buy,2025-09-14 00:36:00,2216.0 -16399,buy_contrast_m10_bb_pos,buy,2025-09-14 00:39:00,2212.0 -16400,buy_contrast_m10_bb_pos,buy,2025-09-14 00:51:00,2211.0 -16401,buy_contrast_m10_bb_pos,buy,2025-09-14 00:54:00,2210.0 -16402,buy_contrast_m10_bb_pos,buy,2025-09-14 00:57:00,2209.0 -16403,buy_contrast_m10_bb_pos,buy,2025-09-14 01:00:00,2208.0 -16404,buy_contrast_m10_bb_pos,buy,2025-09-14 01:03:00,2216.0 -16405,buy_contrast_m10_bb_pos,buy,2025-09-14 01:06:00,2215.0 -16406,buy_contrast_m10_bb_pos,buy,2025-09-14 01:09:00,2210.0 -16407,buy_contrast_m10_bb_pos,buy,2025-09-14 01:12:00,2205.0 -16408,buy_contrast_m10_bb_pos,buy,2025-09-14 01:15:00,2207.0 -16409,buy_contrast_m10_bb_pos,buy,2025-09-14 01:18:00,2205.0 -16410,buy_contrast_m10_bb_pos,buy,2025-09-14 01:30:00,2207.0 -16411,buy_contrast_m10_bb_pos,buy,2025-09-14 01:33:00,2210.0 -16412,buy_contrast_m10_bb_pos,buy,2025-09-14 01:36:00,2210.0 -16413,buy_contrast_m10_bb_pos,buy,2025-09-14 01:39:00,2211.0 -16414,buy_contrast_m10_bb_pos,buy,2025-09-14 09:42:00,2252.0 -16415,buy_contrast_m10_bb_pos,buy,2025-09-14 09:45:00,2255.0 -16416,buy_contrast_m10_bb_pos,buy,2025-09-14 09:48:00,2252.0 -16417,buy_contrast_m10_bb_pos,buy,2025-09-14 09:51:00,2250.0 -16418,buy_contrast_m10_bb_pos,buy,2025-09-14 09:54:00,2236.0 -16419,buy_contrast_m10_bb_pos,buy,2025-09-14 09:57:00,2247.0 -16420,buy_contrast_m10_bb_pos,buy,2025-09-14 10:21:00,2237.0 -16421,buy_contrast_m10_bb_pos,buy,2025-09-14 10:24:00,2230.0 -16422,buy_contrast_m10_bb_pos,buy,2025-09-14 10:27:00,2226.0 -16423,buy_contrast_m10_bb_pos,buy,2025-09-14 17:30:00,2315.0 -16424,buy_contrast_m10_bb_pos,buy,2025-09-14 17:33:00,2319.0 -16425,buy_contrast_m10_bb_pos,buy,2025-09-14 17:36:00,2319.0 -16426,buy_contrast_m10_bb_pos,buy,2025-09-14 17:39:00,2314.0 -16427,buy_contrast_m10_bb_pos,buy,2025-09-14 17:42:00,2303.0 -16428,buy_contrast_m10_bb_pos,buy,2025-09-14 17:45:00,2308.0 -16429,buy_contrast_m10_bb_pos,buy,2025-09-14 17:48:00,2307.0 -16430,buy_contrast_m10_bb_pos,buy,2025-09-14 17:51:00,2295.0 -16431,buy_contrast_m10_bb_pos,buy,2025-09-14 17:54:00,2302.0 -16432,buy_contrast_m10_bb_pos,buy,2025-09-14 17:57:00,2302.0 -16433,buy_contrast_m10_bb_pos,buy,2025-09-14 18:00:00,2306.0 -16434,buy_contrast_m10_bb_pos,buy,2025-09-14 18:03:00,2299.0 -16435,buy_contrast_m10_bb_pos,buy,2025-09-14 18:06:00,2314.0 -16436,buy_contrast_m10_bb_pos,buy,2025-09-14 18:09:00,2336.0 -16437,buy_contrast_m10_bb_pos,buy,2025-09-14 18:21:00,2314.0 -16438,buy_contrast_m10_bb_pos,buy,2025-09-14 18:24:00,2318.0 -16439,buy_contrast_m10_bb_pos,buy,2025-09-14 18:27:00,2314.0 -16440,buy_contrast_m10_bb_pos,buy,2025-09-14 18:51:00,2300.0 -16441,buy_contrast_m10_bb_pos,buy,2025-09-14 18:54:00,2287.0 -16442,buy_contrast_m10_bb_pos,buy,2025-09-14 18:57:00,2289.0 -16443,buy_contrast_m10_bb_pos,buy,2025-09-14 19:00:00,2290.0 -16444,buy_contrast_m10_bb_pos,buy,2025-09-14 19:03:00,2290.0 -16445,buy_contrast_m10_bb_pos,buy,2025-09-14 19:06:00,2297.0 -16446,buy_contrast_m10_bb_pos,buy,2025-09-14 19:09:00,2290.0 -16447,buy_contrast_m10_bb_pos,buy,2025-09-14 19:12:00,2288.0 -16448,buy_contrast_m10_bb_pos,buy,2025-09-14 19:15:00,2286.0 -16449,buy_contrast_m10_bb_pos,buy,2025-09-14 19:18:00,2289.0 -16450,buy_contrast_m10_bb_pos,buy,2025-09-14 21:12:00,2257.0 -16451,buy_contrast_m10_bb_pos,buy,2025-09-14 21:15:00,2269.0 -16452,buy_contrast_m10_bb_pos,buy,2025-09-14 21:18:00,2267.0 -16453,buy_contrast_m10_bb_pos,buy,2025-09-14 23:42:00,2242.0 -16454,buy_contrast_m10_bb_pos,buy,2025-09-14 23:45:00,2236.0 -16455,buy_contrast_m10_bb_pos,buy,2025-09-14 23:48:00,2222.0 -16456,buy_contrast_m10_bb_pos,buy,2025-09-15 00:21:00,2224.0 -16457,buy_contrast_m10_bb_pos,buy,2025-09-15 00:24:00,2236.0 -16458,buy_contrast_m10_bb_pos,buy,2025-09-15 00:27:00,2240.0 -16459,buy_contrast_m10_bb_pos,buy,2025-09-15 03:30:00,2227.0 -16460,buy_contrast_m10_bb_pos,buy,2025-09-15 03:33:00,2223.0 -16461,buy_contrast_m10_bb_pos,buy,2025-09-15 03:36:00,2229.0 -16462,buy_contrast_m10_bb_pos,buy,2025-09-15 03:39:00,2223.0 -16463,buy_contrast_m10_bb_pos,buy,2025-09-15 03:42:00,2228.0 -16464,buy_contrast_m10_bb_pos,buy,2025-09-15 03:45:00,2231.0 -16465,buy_contrast_m10_bb_pos,buy,2025-09-15 03:48:00,2230.0 -16466,buy_contrast_m10_bb_pos,buy,2025-09-15 04:12:00,2235.0 -16467,buy_contrast_m10_bb_pos,buy,2025-09-15 04:15:00,2234.0 -16468,buy_contrast_m10_bb_pos,buy,2025-09-15 04:18:00,2232.0 -16469,buy_contrast_m10_bb_pos,buy,2025-09-15 05:00:00,2225.0 -16470,buy_contrast_m10_bb_pos,buy,2025-09-15 05:03:00,2232.0 -16471,buy_contrast_m10_bb_pos,buy,2025-09-15 05:06:00,2230.0 -16472,buy_contrast_m10_bb_pos,buy,2025-09-15 05:09:00,2230.0 -16473,buy_contrast_m10_bb_pos,buy,2025-09-15 06:12:00,2227.0 -16474,buy_contrast_m10_bb_pos,buy,2025-09-15 06:15:00,2236.0 -16475,buy_contrast_m10_bb_pos,buy,2025-09-15 06:18:00,2237.0 -16476,buy_contrast_m10_bb_pos,buy,2025-09-15 08:12:00,2221.0 -16477,buy_contrast_m10_bb_pos,buy,2025-09-15 08:15:00,2199.0 -16478,buy_contrast_m10_bb_pos,buy,2025-09-15 08:18:00,2203.0 -16479,buy_contrast_m10_bb_pos,buy,2025-09-15 09:00:00,2195.0 -16480,buy_contrast_m10_bb_pos,buy,2025-09-15 09:03:00,2202.0 -16481,buy_contrast_m10_bb_pos,buy,2025-09-15 09:06:00,2208.0 -16482,buy_contrast_m10_bb_pos,buy,2025-09-15 09:09:00,2214.0 -16483,buy_contrast_m10_bb_pos,buy,2025-09-15 10:12:00,2178.0 -16484,buy_contrast_m10_bb_pos,buy,2025-09-15 10:15:00,2177.0 -16485,buy_contrast_m10_bb_pos,buy,2025-09-15 10:18:00,2179.0 -16486,buy_contrast_m10_bb_pos,buy,2025-09-15 10:21:00,2178.0 -16487,buy_contrast_m10_bb_pos,buy,2025-09-15 10:24:00,2177.0 -16488,buy_contrast_m10_bb_pos,buy,2025-09-15 10:27:00,2184.0 -16489,buy_contrast_m10_bb_pos,buy,2025-09-15 15:42:00,2190.0 -16490,buy_contrast_m10_bb_pos,buy,2025-09-15 15:45:00,2193.0 -16491,buy_contrast_m10_bb_pos,buy,2025-09-15 15:48:00,2192.0 -16492,buy_contrast_m10_bb_pos,buy,2025-09-15 16:12:00,2198.0 -16493,buy_contrast_m10_bb_pos,buy,2025-09-15 16:15:00,2196.0 -16494,buy_contrast_m10_bb_pos,buy,2025-09-15 16:18:00,2193.0 -16495,buy_contrast_m10_bb_pos,buy,2025-09-15 16:30:00,2183.0 -16496,buy_contrast_m10_bb_pos,buy,2025-09-15 16:33:00,2177.0 -16497,buy_contrast_m10_bb_pos,buy,2025-09-15 16:36:00,2173.0 -16498,buy_contrast_m10_bb_pos,buy,2025-09-15 16:39:00,2160.0 -16499,buy_contrast_m10_bb_pos,buy,2025-09-15 17:00:00,2158.0 -16500,buy_contrast_m10_bb_pos,buy,2025-09-15 17:03:00,2146.0 -16501,buy_contrast_m10_bb_pos,buy,2025-09-15 17:06:00,2158.0 -16502,buy_contrast_m10_bb_pos,buy,2025-09-15 17:09:00,2160.0 -16503,buy_contrast_m10_bb_pos,buy,2025-09-15 17:12:00,2157.0 -16504,buy_contrast_m10_bb_pos,buy,2025-09-15 17:15:00,2156.0 -16505,buy_contrast_m10_bb_pos,buy,2025-09-15 17:18:00,2153.0 -16506,buy_contrast_m10_bb_pos,buy,2025-09-15 17:21:00,2145.0 -16507,buy_contrast_m10_bb_pos,buy,2025-09-15 17:24:00,2150.0 -16508,buy_contrast_m10_bb_pos,buy,2025-09-15 17:27:00,2151.0 -16509,buy_contrast_m10_bb_pos,buy,2025-09-15 21:30:00,2168.0 -16510,buy_contrast_m10_bb_pos,buy,2025-09-15 21:33:00,2175.0 -16511,buy_contrast_m10_bb_pos,buy,2025-09-15 21:36:00,2175.0 -16512,buy_contrast_m10_bb_pos,buy,2025-09-15 21:39:00,2175.0 -16513,buy_contrast_m10_bb_pos,buy,2025-09-15 21:42:00,2173.0 -16514,buy_contrast_m10_bb_pos,buy,2025-09-15 21:45:00,2174.0 -16515,buy_contrast_m10_bb_pos,buy,2025-09-15 21:48:00,2171.0 -16516,buy_contrast_m10_bb_pos,buy,2025-09-15 23:21:00,2164.0 -16517,buy_contrast_m10_bb_pos,buy,2025-09-15 23:24:00,2168.0 -16518,buy_contrast_m10_bb_pos,buy,2025-09-15 23:27:00,2178.0 -16519,buy_contrast_m10_bb_pos,buy,2025-09-16 01:00:00,2056.0 -16520,buy_contrast_m10_bb_pos,buy,2025-09-16 01:03:00,2047.0 -16521,buy_contrast_m10_bb_pos,buy,2025-09-16 01:06:00,2049.0 -16522,buy_contrast_m10_bb_pos,buy,2025-09-16 01:09:00,2055.0 -16523,buy_contrast_m10_bb_pos,buy,2025-09-16 01:12:00,2073.0 -16524,buy_contrast_m10_bb_pos,buy,2025-09-16 01:15:00,2077.0 -16525,buy_contrast_m10_bb_pos,buy,2025-09-16 01:18:00,2069.0 -16526,buy_contrast_m10_bb_pos,buy,2025-09-16 09:12:00,2100.0 -16527,buy_contrast_m10_bb_pos,buy,2025-09-16 09:15:00,2098.0 -16528,buy_contrast_m10_bb_pos,buy,2025-09-16 09:18:00,2094.0 -16529,buy_contrast_m10_bb_pos,buy,2025-09-16 10:00:00,2088.0 -16530,buy_contrast_m10_bb_pos,buy,2025-09-16 10:03:00,2091.0 -16531,buy_contrast_m10_bb_pos,buy,2025-09-16 10:06:00,2096.0 -16532,buy_contrast_m10_bb_pos,buy,2025-09-16 10:09:00,2091.0 -16533,buy_contrast_m10_bb_pos,buy,2025-09-16 10:42:00,2081.0 -16534,buy_contrast_m10_bb_pos,buy,2025-09-16 10:45:00,2082.0 -16535,buy_contrast_m10_bb_pos,buy,2025-09-16 10:48:00,2087.0 -16536,buy_contrast_m10_bb_pos,buy,2025-09-16 11:00:00,2081.0 -16537,buy_contrast_m10_bb_pos,buy,2025-09-16 11:03:00,2083.0 -16538,buy_contrast_m10_bb_pos,buy,2025-09-16 11:06:00,2084.0 -16539,buy_contrast_m10_bb_pos,buy,2025-09-16 11:09:00,2083.0 -16540,buy_contrast_m10_bb_pos,buy,2025-09-16 11:12:00,2086.0 -16541,buy_contrast_m10_bb_pos,buy,2025-09-16 11:15:00,2087.0 -16542,buy_contrast_m10_bb_pos,buy,2025-09-16 11:18:00,2088.0 -16543,buy_contrast_m10_bb_pos,buy,2025-09-16 18:42:00,2086.0 -16544,buy_contrast_m10_bb_pos,buy,2025-09-16 18:45:00,2080.0 -16545,buy_contrast_m10_bb_pos,buy,2025-09-16 18:48:00,2085.0 -16546,buy_contrast_m10_bb_pos,buy,2025-09-16 19:42:00,2083.0 -16547,buy_contrast_m10_bb_pos,buy,2025-09-16 19:45:00,2084.0 -16548,buy_contrast_m10_bb_pos,buy,2025-09-16 19:48:00,2086.0 -16549,buy_contrast_m10_bb_pos,buy,2025-09-16 20:00:00,2081.0 -16550,buy_contrast_m10_bb_pos,buy,2025-09-16 20:03:00,2088.0 -16551,buy_contrast_m10_bb_pos,buy,2025-09-16 20:06:00,2086.0 -16552,buy_contrast_m10_bb_pos,buy,2025-09-16 20:09:00,2086.0 -16553,buy_contrast_m10_bb_pos,buy,2025-09-17 01:51:00,2093.0 -16554,buy_contrast_m10_bb_pos,buy,2025-09-17 01:54:00,2094.0 -16555,buy_contrast_m10_bb_pos,buy,2025-09-17 01:57:00,2092.0 -16556,buy_contrast_m10_bb_pos,buy,2025-09-17 02:00:00,2093.0 -16557,buy_contrast_m10_bb_pos,buy,2025-09-17 02:03:00,2102.0 -16558,buy_contrast_m10_bb_pos,buy,2025-09-17 02:06:00,2109.0 -16559,buy_contrast_m10_bb_pos,buy,2025-09-17 02:09:00,2111.0 -16560,buy_contrast_m10_bb_pos,buy,2025-09-17 04:12:00,2085.0 -16561,buy_contrast_m10_bb_pos,buy,2025-09-17 04:15:00,2087.0 -16562,buy_contrast_m10_bb_pos,buy,2025-09-17 04:18:00,2084.0 -16563,buy_contrast_m10_bb_pos,buy,2025-09-17 04:21:00,2088.0 -16564,buy_contrast_m10_bb_pos,buy,2025-09-17 04:24:00,2090.0 -16565,buy_contrast_m10_bb_pos,buy,2025-09-17 04:27:00,2083.0 -16566,buy_contrast_m10_bb_pos,buy,2025-09-17 04:30:00,2088.0 -16567,buy_contrast_m10_bb_pos,buy,2025-09-17 04:33:00,2084.0 -16568,buy_contrast_m10_bb_pos,buy,2025-09-17 04:36:00,2083.0 -16569,buy_contrast_m10_bb_pos,buy,2025-09-17 04:39:00,2086.0 -16570,buy_contrast_m10_bb_pos,buy,2025-09-17 04:51:00,2088.0 -16571,buy_contrast_m10_bb_pos,buy,2025-09-17 04:54:00,2084.0 -16572,buy_contrast_m10_bb_pos,buy,2025-09-17 04:57:00,2086.0 -16573,buy_contrast_m10_bb_pos,buy,2025-09-17 05:21:00,2078.0 -16574,buy_contrast_m10_bb_pos,buy,2025-09-17 05:24:00,2083.0 -16575,buy_contrast_m10_bb_pos,buy,2025-09-17 05:27:00,2078.0 -16576,buy_contrast_m10_bb_pos,buy,2025-09-17 05:30:00,2080.0 -16577,buy_contrast_m10_bb_pos,buy,2025-09-17 05:33:00,2082.0 -16578,buy_contrast_m10_bb_pos,buy,2025-09-17 05:36:00,2087.0 -16579,buy_contrast_m10_bb_pos,buy,2025-09-17 05:39:00,2084.0 -16580,buy_contrast_m10_bb_pos,buy,2025-09-17 10:51:00,2100.0 -16581,buy_contrast_m10_bb_pos,buy,2025-09-17 10:54:00,2097.0 -16582,buy_contrast_m10_bb_pos,buy,2025-09-17 10:57:00,2099.0 -16583,buy_contrast_m10_bb_pos,buy,2025-09-17 12:00:00,2095.0 -16584,buy_contrast_m10_bb_pos,buy,2025-09-17 12:03:00,2094.0 -16585,buy_contrast_m10_bb_pos,buy,2025-09-17 12:06:00,2092.0 -16586,buy_contrast_m10_bb_pos,buy,2025-09-17 12:09:00,2097.0 -16587,buy_contrast_m10_bb_pos,buy,2025-09-17 12:12:00,2092.0 -16588,buy_contrast_m10_bb_pos,buy,2025-09-17 12:15:00,2093.0 -16589,buy_contrast_m10_bb_pos,buy,2025-09-17 12:18:00,2095.0 -16590,buy_contrast_m10_bb_pos,buy,2025-09-17 12:21:00,2092.0 -16591,buy_contrast_m10_bb_pos,buy,2025-09-17 12:24:00,2091.0 -16592,buy_contrast_m10_bb_pos,buy,2025-09-17 12:27:00,2092.0 -16593,buy_contrast_m10_bb_pos,buy,2025-09-17 12:30:00,2092.0 -16594,buy_contrast_m10_bb_pos,buy,2025-09-17 12:33:00,2091.0 -16595,buy_contrast_m10_bb_pos,buy,2025-09-17 12:36:00,2084.0 -16596,buy_contrast_m10_bb_pos,buy,2025-09-17 12:39:00,2083.0 -16597,buy_contrast_m10_bb_pos,buy,2025-09-17 13:12:00,2080.0 -16598,buy_contrast_m10_bb_pos,buy,2025-09-17 13:15:00,2080.0 -16599,buy_contrast_m10_bb_pos,buy,2025-09-17 13:18:00,2078.0 -16600,buy_contrast_m10_bb_pos,buy,2025-09-17 13:21:00,2075.0 -16601,buy_contrast_m10_bb_pos,buy,2025-09-17 13:24:00,2069.0 -16602,buy_contrast_m10_bb_pos,buy,2025-09-17 13:27:00,2068.0 -16603,buy_contrast_m10_bb_pos,buy,2025-09-17 14:00:00,2072.0 -16604,buy_contrast_m10_bb_pos,buy,2025-09-17 14:03:00,2072.0 -16605,buy_contrast_m10_bb_pos,buy,2025-09-17 14:06:00,2071.0 -16606,buy_contrast_m10_bb_pos,buy,2025-09-17 14:09:00,2071.0 -16607,buy_contrast_m10_bb_pos,buy,2025-09-17 14:42:00,2062.0 -16608,buy_contrast_m10_bb_pos,buy,2025-09-17 14:45:00,2064.0 -16609,buy_contrast_m10_bb_pos,buy,2025-09-17 14:48:00,2061.0 -16610,buy_contrast_m10_bb_pos,buy,2025-09-17 18:21:00,2073.0 -16611,buy_contrast_m10_bb_pos,buy,2025-09-17 18:24:00,2073.0 -16612,buy_contrast_m10_bb_pos,buy,2025-09-17 18:27:00,2078.0 -16613,buy_contrast_m10_bb_pos,buy,2025-09-17 19:00:00,2072.0 -16614,buy_contrast_m10_bb_pos,buy,2025-09-17 19:03:00,2077.0 -16615,buy_contrast_m10_bb_pos,buy,2025-09-17 19:06:00,2079.0 -16616,buy_contrast_m10_bb_pos,buy,2025-09-17 19:09:00,2078.0 -16617,buy_contrast_m10_bb_pos,buy,2025-09-17 19:30:00,2069.0 -16618,buy_contrast_m10_bb_pos,buy,2025-09-17 19:33:00,2071.0 -16619,buy_contrast_m10_bb_pos,buy,2025-09-17 19:36:00,2071.0 -16620,buy_contrast_m10_bb_pos,buy,2025-09-17 19:39:00,2071.0 -16621,buy_contrast_m10_bb_pos,buy,2025-09-17 19:42:00,2075.0 -16622,buy_contrast_m10_bb_pos,buy,2025-09-17 19:45:00,2078.0 -16623,buy_contrast_m10_bb_pos,buy,2025-09-17 19:48:00,2078.0 -16624,buy_contrast_m10_bb_pos,buy,2025-09-17 20:00:00,2069.0 -16625,buy_contrast_m10_bb_pos,buy,2025-09-17 20:03:00,2068.0 -16626,buy_contrast_m10_bb_pos,buy,2025-09-17 20:06:00,2074.0 -16627,buy_contrast_m10_bb_pos,buy,2025-09-17 20:09:00,2073.0 -16628,buy_contrast_m10_bb_pos,buy,2025-09-18 01:21:00,2095.0 -16629,buy_contrast_m10_bb_pos,buy,2025-09-18 01:24:00,2101.0 -16630,buy_contrast_m10_bb_pos,buy,2025-09-18 01:27:00,2113.0 -16631,buy_contrast_m10_bb_pos,buy,2025-09-18 09:30:00,2193.0 -16632,buy_contrast_m10_bb_pos,buy,2025-09-18 09:33:00,2191.0 -16633,buy_contrast_m10_bb_pos,buy,2025-09-18 09:36:00,2190.0 -16634,buy_contrast_m10_bb_pos,buy,2025-09-18 09:39:00,2183.0 -16635,buy_contrast_m10_bb_pos,buy,2025-09-18 09:51:00,2191.0 -16636,buy_contrast_m10_bb_pos,buy,2025-09-18 09:54:00,2186.0 -16637,buy_contrast_m10_bb_pos,buy,2025-09-18 09:57:00,2182.0 -16638,buy_contrast_m10_bb_pos,buy,2025-09-18 15:12:00,2209.0 -16639,buy_contrast_m10_bb_pos,buy,2025-09-18 15:15:00,2202.0 -16640,buy_contrast_m10_bb_pos,buy,2025-09-18 15:18:00,2208.0 -16641,buy_contrast_m10_bb_pos,buy,2025-09-18 15:42:00,2201.0 -16642,buy_contrast_m10_bb_pos,buy,2025-09-18 15:45:00,2196.0 -16643,buy_contrast_m10_bb_pos,buy,2025-09-18 15:48:00,2201.0 -16644,buy_contrast_m10_bb_pos,buy,2025-09-18 16:00:00,2197.0 -16645,buy_contrast_m10_bb_pos,buy,2025-09-18 16:03:00,2200.0 -16646,buy_contrast_m10_bb_pos,buy,2025-09-18 16:06:00,2198.0 -16647,buy_contrast_m10_bb_pos,buy,2025-09-18 16:09:00,2189.0 -16648,buy_contrast_m10_bb_pos,buy,2025-09-18 16:12:00,2191.0 -16649,buy_contrast_m10_bb_pos,buy,2025-09-18 16:15:00,2189.0 -16650,buy_contrast_m10_bb_pos,buy,2025-09-18 16:18:00,2194.0 -16651,buy_contrast_m10_bb_pos,buy,2025-09-18 16:21:00,2186.0 -16652,buy_contrast_m10_bb_pos,buy,2025-09-18 16:24:00,2179.0 -16653,buy_contrast_m10_bb_pos,buy,2025-09-18 16:27:00,2177.0 -16654,buy_contrast_m10_bb_pos,buy,2025-09-18 16:30:00,2180.0 -16655,buy_contrast_m10_bb_pos,buy,2025-09-18 16:33:00,2183.0 -16656,buy_contrast_m10_bb_pos,buy,2025-09-18 16:36:00,2178.0 -16657,buy_contrast_m10_bb_pos,buy,2025-09-18 16:39:00,2179.0 -16658,buy_contrast_m10_bb_pos,buy,2025-09-18 16:42:00,2179.0 -16659,buy_contrast_m10_bb_pos,buy,2025-09-18 16:45:00,2183.0 -16660,buy_contrast_m10_bb_pos,buy,2025-09-18 16:48:00,2183.0 -16661,buy_contrast_m10_bb_pos,buy,2025-09-18 16:51:00,2179.0 -16662,buy_contrast_m10_bb_pos,buy,2025-09-18 16:54:00,2170.0 -16663,buy_contrast_m10_bb_pos,buy,2025-09-18 16:57:00,2173.0 -16664,buy_contrast_m10_bb_pos,buy,2025-09-18 17:00:00,2175.0 -16665,buy_contrast_m10_bb_pos,buy,2025-09-18 17:03:00,2177.0 -16666,buy_contrast_m10_bb_pos,buy,2025-09-18 17:06:00,2173.0 -16667,buy_contrast_m10_bb_pos,buy,2025-09-18 17:09:00,2169.0 -16668,buy_contrast_m10_bb_pos,buy,2025-09-18 17:12:00,2170.0 -16669,buy_contrast_m10_bb_pos,buy,2025-09-18 17:15:00,2176.0 -16670,buy_contrast_m10_bb_pos,buy,2025-09-18 17:18:00,2174.0 -16671,buy_contrast_m10_bb_pos,buy,2025-09-19 08:12:00,2206.0 -16672,buy_contrast_m10_bb_pos,buy,2025-09-19 08:15:00,2207.0 -16673,buy_contrast_m10_bb_pos,buy,2025-09-19 08:18:00,2206.0 -16674,buy_contrast_m10_bb_pos,buy,2025-09-19 08:21:00,2212.0 -16675,buy_contrast_m10_bb_pos,buy,2025-09-19 08:24:00,2216.0 -16676,buy_contrast_m10_bb_pos,buy,2025-09-19 08:27:00,2223.0 -16677,buy_contrast_m10_bb_pos,buy,2025-09-19 10:51:00,2210.0 -16678,buy_contrast_m10_bb_pos,buy,2025-09-19 10:54:00,2210.0 -16679,buy_contrast_m10_bb_pos,buy,2025-09-19 10:57:00,2211.0 -16680,buy_contrast_m10_bb_pos,buy,2025-09-19 11:42:00,2206.0 -16681,buy_contrast_m10_bb_pos,buy,2025-09-19 11:45:00,2205.0 -16682,buy_contrast_m10_bb_pos,buy,2025-09-19 11:48:00,2208.0 -16683,buy_contrast_m10_bb_pos,buy,2025-09-19 12:00:00,2205.0 -16684,buy_contrast_m10_bb_pos,buy,2025-09-19 12:03:00,2210.0 -16685,buy_contrast_m10_bb_pos,buy,2025-09-19 12:06:00,2210.0 -16686,buy_contrast_m10_bb_pos,buy,2025-09-19 12:09:00,2207.0 -16687,buy_contrast_m10_bb_pos,buy,2025-09-19 12:30:00,2201.0 -16688,buy_contrast_m10_bb_pos,buy,2025-09-19 12:33:00,2190.0 -16689,buy_contrast_m10_bb_pos,buy,2025-09-19 12:36:00,2190.0 -16690,buy_contrast_m10_bb_pos,buy,2025-09-19 12:39:00,2187.0 -16691,buy_contrast_m10_bb_pos,buy,2025-09-19 13:00:00,2188.0 -16692,buy_contrast_m10_bb_pos,buy,2025-09-19 13:03:00,2183.0 -16693,buy_contrast_m10_bb_pos,buy,2025-09-19 13:06:00,2173.0 -16694,buy_contrast_m10_bb_pos,buy,2025-09-19 13:09:00,2161.0 -16695,buy_contrast_m10_bb_pos,buy,2025-09-19 14:12:00,2170.0 -16696,buy_contrast_m10_bb_pos,buy,2025-09-19 14:15:00,2171.0 -16697,buy_contrast_m10_bb_pos,buy,2025-09-19 14:18:00,2167.0 -16698,buy_contrast_m10_bb_pos,buy,2025-09-19 14:21:00,2170.0 -16699,buy_contrast_m10_bb_pos,buy,2025-09-19 14:24:00,2166.0 -16700,buy_contrast_m10_bb_pos,buy,2025-09-19 14:27:00,2162.0 -16701,buy_contrast_m10_bb_pos,buy,2025-09-19 14:30:00,2162.0 -16702,buy_contrast_m10_bb_pos,buy,2025-09-19 14:33:00,2166.0 -16703,buy_contrast_m10_bb_pos,buy,2025-09-19 14:36:00,2170.0 -16704,buy_contrast_m10_bb_pos,buy,2025-09-19 14:39:00,2167.0 -16705,buy_contrast_m10_bb_pos,buy,2025-09-19 16:00:00,2160.0 -16706,buy_contrast_m10_bb_pos,buy,2025-09-19 16:03:00,2162.0 -16707,buy_contrast_m10_bb_pos,buy,2025-09-19 16:06:00,2165.0 -16708,buy_contrast_m10_bb_pos,buy,2025-09-19 16:09:00,2161.0 -16709,buy_contrast_m10_bb_pos,buy,2025-09-19 19:21:00,2154.0 -16710,buy_contrast_m10_bb_pos,buy,2025-09-19 19:24:00,2141.0 -16711,buy_contrast_m10_bb_pos,buy,2025-09-19 19:27:00,2134.0 -16712,buy_contrast_m10_bb_pos,buy,2025-09-19 19:51:00,2136.0 -16713,buy_contrast_m10_bb_pos,buy,2025-09-19 19:54:00,2138.0 -16714,buy_contrast_m10_bb_pos,buy,2025-09-19 19:57:00,2138.0 -16715,buy_contrast_m10_bb_pos,buy,2025-09-19 20:12:00,2130.0 -16716,buy_contrast_m10_bb_pos,buy,2025-09-19 20:15:00,2129.0 -16717,buy_contrast_m10_bb_pos,buy,2025-09-19 20:18:00,2132.0 -16718,buy_contrast_m10_bb_pos,buy,2025-09-19 20:21:00,2128.0 -16719,buy_contrast_m10_bb_pos,buy,2025-09-19 20:24:00,2121.0 -16720,buy_contrast_m10_bb_pos,buy,2025-09-19 20:27:00,2122.0 -16721,buy_contrast_m10_bb_pos,buy,2025-09-19 20:42:00,2115.0 -16722,buy_contrast_m10_bb_pos,buy,2025-09-19 20:45:00,2115.0 -16723,buy_contrast_m10_bb_pos,buy,2025-09-19 20:48:00,2115.0 -16724,buy_contrast_m10_bb_pos,buy,2025-09-19 20:51:00,2115.0 -16725,buy_contrast_m10_bb_pos,buy,2025-09-19 20:54:00,2122.0 -16726,buy_contrast_m10_bb_pos,buy,2025-09-19 20:57:00,2123.0 -16727,buy_contrast_m10_bb_pos,buy,2025-09-20 00:21:00,2127.0 -16728,buy_contrast_m10_bb_pos,buy,2025-09-20 00:24:00,2121.0 -16729,buy_contrast_m10_bb_pos,buy,2025-09-20 00:27:00,2125.0 -16730,buy_contrast_m10_bb_pos,buy,2025-09-20 00:30:00,2124.0 -16731,buy_contrast_m10_bb_pos,buy,2025-09-20 00:33:00,2114.0 -16732,buy_contrast_m10_bb_pos,buy,2025-09-20 00:36:00,2118.0 -16733,buy_contrast_m10_bb_pos,buy,2025-09-20 00:39:00,2123.0 -16734,buy_contrast_m10_bb_pos,buy,2025-09-20 00:51:00,2122.0 -16735,buy_contrast_m10_bb_pos,buy,2025-09-20 00:54:00,2120.0 -16736,buy_contrast_m10_bb_pos,buy,2025-09-20 00:57:00,2121.0 -16737,buy_contrast_m10_bb_pos,buy,2025-09-20 01:00:00,2120.0 -16738,buy_contrast_m10_bb_pos,buy,2025-09-20 01:03:00,2125.0 -16739,buy_contrast_m10_bb_pos,buy,2025-09-20 01:06:00,2119.0 -16740,buy_contrast_m10_bb_pos,buy,2025-09-20 01:09:00,2123.0 -16741,buy_contrast_m10_bb_pos,buy,2025-09-20 01:21:00,2116.0 -16742,buy_contrast_m10_bb_pos,buy,2025-09-20 01:24:00,2118.0 -16743,buy_contrast_m10_bb_pos,buy,2025-09-20 01:27:00,2115.0 -16744,buy_contrast_m10_bb_pos,buy,2025-09-20 01:30:00,2119.0 -16745,buy_contrast_m10_bb_pos,buy,2025-09-20 01:33:00,2117.0 -16746,buy_contrast_m10_bb_pos,buy,2025-09-20 01:36:00,2121.0 -16747,buy_contrast_m10_bb_pos,buy,2025-09-20 01:39:00,2115.0 -16748,buy_contrast_m10_bb_pos,buy,2025-09-20 01:42:00,2121.0 -16749,buy_contrast_m10_bb_pos,buy,2025-09-20 01:45:00,2122.0 -16750,buy_contrast_m10_bb_pos,buy,2025-09-20 01:48:00,2122.0 -16751,buy_contrast_m10_bb_pos,buy,2025-09-20 02:21:00,2113.0 -16752,buy_contrast_m10_bb_pos,buy,2025-09-20 02:24:00,2117.0 -16753,buy_contrast_m10_bb_pos,buy,2025-09-20 02:27:00,2115.0 -16754,buy_contrast_m10_bb_pos,buy,2025-09-20 02:42:00,2110.0 -16755,buy_contrast_m10_bb_pos,buy,2025-09-20 02:45:00,2113.0 -16756,buy_contrast_m10_bb_pos,buy,2025-09-20 02:48:00,2113.0 -16757,buy_contrast_m10_bb_pos,buy,2025-09-20 03:30:00,2106.0 -16758,buy_contrast_m10_bb_pos,buy,2025-09-20 03:33:00,2105.0 -16759,buy_contrast_m10_bb_pos,buy,2025-09-20 03:36:00,2108.0 -16760,buy_contrast_m10_bb_pos,buy,2025-09-20 03:39:00,2108.0 -16761,buy_contrast_m10_bb_pos,buy,2025-09-20 03:42:00,2108.0 -16762,buy_contrast_m10_bb_pos,buy,2025-09-20 03:45:00,2107.0 -16763,buy_contrast_m10_bb_pos,buy,2025-09-20 03:48:00,2105.0 -16764,buy_contrast_m10_bb_pos,buy,2025-09-20 03:51:00,2104.0 -16765,buy_contrast_m10_bb_pos,buy,2025-09-20 03:54:00,2107.0 -16766,buy_contrast_m10_bb_pos,buy,2025-09-20 03:57:00,2105.0 -16767,buy_contrast_m10_bb_pos,buy,2025-09-20 04:00:00,2103.0 -16768,buy_contrast_m10_bb_pos,buy,2025-09-20 04:03:00,2108.0 -16769,buy_contrast_m10_bb_pos,buy,2025-09-20 04:06:00,2107.0 -16770,buy_contrast_m10_bb_pos,buy,2025-09-20 04:09:00,2108.0 -16771,buy_contrast_m10_bb_pos,buy,2025-09-20 08:30:00,2107.0 -16772,buy_contrast_m10_bb_pos,buy,2025-09-20 08:33:00,2108.0 -16773,buy_contrast_m10_bb_pos,buy,2025-09-20 08:36:00,2108.0 -16774,buy_contrast_m10_bb_pos,buy,2025-09-20 08:39:00,2111.0 -16775,buy_contrast_m10_bb_pos,buy,2025-09-20 09:30:00,2112.0 -16776,buy_contrast_m10_bb_pos,buy,2025-09-20 09:33:00,2114.0 -16777,buy_contrast_m10_bb_pos,buy,2025-09-20 09:36:00,2120.0 -16778,buy_contrast_m10_bb_pos,buy,2025-09-20 09:39:00,2121.0 -16779,buy_contrast_m10_bb_pos,buy,2025-09-20 11:00:00,2109.0 -16780,buy_contrast_m10_bb_pos,buy,2025-09-20 11:03:00,2110.0 -16781,buy_contrast_m10_bb_pos,buy,2025-09-20 11:06:00,2106.0 -16782,buy_contrast_m10_bb_pos,buy,2025-09-20 11:09:00,2102.0 -16783,buy_contrast_m10_bb_pos,buy,2025-09-20 11:30:00,2097.0 -16784,buy_contrast_m10_bb_pos,buy,2025-09-20 11:33:00,2091.0 -16785,buy_contrast_m10_bb_pos,buy,2025-09-20 11:36:00,2090.0 -16786,buy_contrast_m10_bb_pos,buy,2025-09-20 11:39:00,2096.0 -16787,buy_contrast_m10_bb_pos,buy,2025-09-20 11:42:00,2097.0 -16788,buy_contrast_m10_bb_pos,buy,2025-09-20 11:45:00,2100.0 -16789,buy_contrast_m10_bb_pos,buy,2025-09-20 11:48:00,2100.0 -16790,buy_contrast_m10_bb_pos,buy,2025-09-20 12:12:00,2089.0 -16791,buy_contrast_m10_bb_pos,buy,2025-09-20 12:15:00,2091.0 -16792,buy_contrast_m10_bb_pos,buy,2025-09-20 12:18:00,2090.0 -16793,buy_contrast_m10_bb_pos,buy,2025-09-20 12:21:00,2091.0 -16794,buy_contrast_m10_bb_pos,buy,2025-09-20 12:24:00,2094.0 -16795,buy_contrast_m10_bb_pos,buy,2025-09-20 12:27:00,2091.0 -16796,buy_contrast_m10_bb_pos,buy,2025-09-20 12:30:00,2087.0 -16797,buy_contrast_m10_bb_pos,buy,2025-09-20 12:33:00,2088.0 -16798,buy_contrast_m10_bb_pos,buy,2025-09-20 12:36:00,2086.0 -16799,buy_contrast_m10_bb_pos,buy,2025-09-20 12:39:00,2091.0 -16800,buy_contrast_m10_bb_pos,buy,2025-09-21 01:21:00,2128.0 -16801,buy_contrast_m10_bb_pos,buy,2025-09-21 01:24:00,2126.0 -16802,buy_contrast_m10_bb_pos,buy,2025-09-21 01:27:00,2125.0 -16803,buy_contrast_m10_bb_pos,buy,2025-09-21 01:30:00,2125.0 -16804,buy_contrast_m10_bb_pos,buy,2025-09-21 01:33:00,2126.0 -16805,buy_contrast_m10_bb_pos,buy,2025-09-21 01:36:00,2132.0 -16806,buy_contrast_m10_bb_pos,buy,2025-09-21 01:39:00,2129.0 -16807,buy_contrast_m10_bb_pos,buy,2025-09-21 02:30:00,2122.0 -16808,buy_contrast_m10_bb_pos,buy,2025-09-21 02:33:00,2122.0 -16809,buy_contrast_m10_bb_pos,buy,2025-09-21 02:36:00,2119.0 -16810,buy_contrast_m10_bb_pos,buy,2025-09-21 02:39:00,2122.0 -16811,buy_contrast_m10_bb_pos,buy,2025-09-21 03:12:00,2121.0 -16812,buy_contrast_m10_bb_pos,buy,2025-09-21 03:15:00,2120.0 -16813,buy_contrast_m10_bb_pos,buy,2025-09-21 03:18:00,2118.0 -16814,buy_contrast_m10_bb_pos,buy,2025-09-21 04:00:00,2111.0 -16815,buy_contrast_m10_bb_pos,buy,2025-09-21 04:03:00,2106.0 -16816,buy_contrast_m10_bb_pos,buy,2025-09-21 04:06:00,2109.0 -16817,buy_contrast_m10_bb_pos,buy,2025-09-21 04:09:00,2110.0 -16818,buy_contrast_m10_bb_pos,buy,2025-09-21 04:12:00,2110.0 -16819,buy_contrast_m10_bb_pos,buy,2025-09-21 04:15:00,2112.0 -16820,buy_contrast_m10_bb_pos,buy,2025-09-21 04:18:00,2118.0 -16821,buy_contrast_m10_bb_pos,buy,2025-09-21 08:51:00,2111.0 -16822,buy_contrast_m10_bb_pos,buy,2025-09-21 08:54:00,2110.0 -16823,buy_contrast_m10_bb_pos,buy,2025-09-21 08:57:00,2109.0 -16824,buy_contrast_m10_bb_pos,buy,2025-09-21 09:00:00,2110.0 -16825,buy_contrast_m10_bb_pos,buy,2025-09-21 09:03:00,2110.0 -16826,buy_contrast_m10_bb_pos,buy,2025-09-21 09:06:00,2111.0 -16827,buy_contrast_m10_bb_pos,buy,2025-09-21 09:09:00,2113.0 -16828,buy_contrast_m10_bb_pos,buy,2025-09-21 09:21:00,2105.0 -16829,buy_contrast_m10_bb_pos,buy,2025-09-21 09:24:00,2101.0 -16830,buy_contrast_m10_bb_pos,buy,2025-09-21 09:27:00,2103.0 -16831,buy_contrast_m10_bb_pos,buy,2025-09-21 09:30:00,2104.0 -16832,buy_contrast_m10_bb_pos,buy,2025-09-21 09:33:00,2101.0 -16833,buy_contrast_m10_bb_pos,buy,2025-09-21 09:36:00,2089.0 -16834,buy_contrast_m10_bb_pos,buy,2025-09-21 09:39:00,2097.0 -16835,buy_contrast_m10_bb_pos,buy,2025-09-21 10:00:00,2094.0 -16836,buy_contrast_m10_bb_pos,buy,2025-09-21 10:03:00,2100.0 -16837,buy_contrast_m10_bb_pos,buy,2025-09-21 10:06:00,2100.0 -16838,buy_contrast_m10_bb_pos,buy,2025-09-21 10:09:00,2096.0 -16839,buy_contrast_m10_bb_pos,buy,2025-09-21 10:12:00,2096.0 -16840,buy_contrast_m10_bb_pos,buy,2025-09-21 10:15:00,2096.0 -16841,buy_contrast_m10_bb_pos,buy,2025-09-21 10:18:00,2096.0 -16842,buy_contrast_m10_bb_pos,buy,2025-09-21 10:42:00,2089.0 -16843,buy_contrast_m10_bb_pos,buy,2025-09-21 10:45:00,2090.0 -16844,buy_contrast_m10_bb_pos,buy,2025-09-21 10:48:00,2090.0 -16845,buy_contrast_m10_bb_pos,buy,2025-09-21 17:12:00,2097.0 -16846,buy_contrast_m10_bb_pos,buy,2025-09-21 17:15:00,2097.0 -16847,buy_contrast_m10_bb_pos,buy,2025-09-21 17:18:00,2098.0 -16848,buy_contrast_m10_bb_pos,buy,2025-09-21 17:21:00,2101.0 -16849,buy_contrast_m10_bb_pos,buy,2025-09-21 17:24:00,2098.0 -16850,buy_contrast_m10_bb_pos,buy,2025-09-21 17:27:00,2101.0 -16851,buy_contrast_m10_bb_pos,buy,2025-09-21 17:30:00,2098.0 -16852,buy_contrast_m10_bb_pos,buy,2025-09-21 17:33:00,2097.0 -16853,buy_contrast_m10_bb_pos,buy,2025-09-21 17:36:00,2097.0 -16854,buy_contrast_m10_bb_pos,buy,2025-09-21 17:39:00,2096.0 -16855,buy_contrast_m10_bb_pos,buy,2025-09-21 17:42:00,2096.0 -16856,buy_contrast_m10_bb_pos,buy,2025-09-21 17:45:00,2095.0 -16857,buy_contrast_m10_bb_pos,buy,2025-09-21 17:48:00,2098.0 -16858,buy_contrast_m10_bb_pos,buy,2025-09-21 17:51:00,2097.0 -16859,buy_contrast_m10_bb_pos,buy,2025-09-21 17:54:00,2096.0 -16860,buy_contrast_m10_bb_pos,buy,2025-09-21 17:57:00,2099.0 -16861,buy_contrast_m10_bb_pos,buy,2025-09-21 18:12:00,2093.0 -16862,buy_contrast_m10_bb_pos,buy,2025-09-21 18:15:00,2089.0 -16863,buy_contrast_m10_bb_pos,buy,2025-09-21 18:18:00,2091.0 -16864,buy_contrast_m10_bb_pos,buy,2025-09-21 18:21:00,2090.0 -16865,buy_contrast_m10_bb_pos,buy,2025-09-21 18:24:00,2092.0 -16866,buy_contrast_m10_bb_pos,buy,2025-09-21 18:27:00,2084.0 -16867,buy_contrast_m10_bb_pos,buy,2025-09-21 19:00:00,2063.0 -16868,buy_contrast_m10_bb_pos,buy,2025-09-21 19:03:00,2066.0 -16869,buy_contrast_m10_bb_pos,buy,2025-09-21 19:06:00,2066.0 -16870,buy_contrast_m10_bb_pos,buy,2025-09-21 19:09:00,2063.0 -16871,buy_contrast_m10_bb_pos,buy,2025-09-21 19:12:00,2064.0 -16872,buy_contrast_m10_bb_pos,buy,2025-09-21 19:15:00,2062.0 -16873,buy_contrast_m10_bb_pos,buy,2025-09-21 19:18:00,2057.0 -16874,buy_contrast_m10_bb_pos,buy,2025-09-21 19:21:00,2057.0 -16875,buy_contrast_m10_bb_pos,buy,2025-09-21 19:24:00,2059.0 -16876,buy_contrast_m10_bb_pos,buy,2025-09-21 19:27:00,2059.0 -16877,buy_contrast_m10_bb_pos,buy,2025-09-21 19:30:00,2058.0 -16878,buy_contrast_m10_bb_pos,buy,2025-09-21 19:33:00,2061.0 -16879,buy_contrast_m10_bb_pos,buy,2025-09-21 19:36:00,2065.0 -16880,buy_contrast_m10_bb_pos,buy,2025-09-21 19:39:00,2069.0 -16881,buy_contrast_m10_bb_pos,buy,2025-09-21 20:00:00,2050.0 -16882,buy_contrast_m10_bb_pos,buy,2025-09-21 20:03:00,2053.0 -16883,buy_contrast_m10_bb_pos,buy,2025-09-21 20:06:00,2058.0 -16884,buy_contrast_m10_bb_pos,buy,2025-09-21 20:09:00,2059.0 -16885,buy_contrast_m10_bb_pos,buy,2025-09-22 01:21:00,2062.0 -16886,buy_contrast_m10_bb_pos,buy,2025-09-22 01:24:00,2064.0 -16887,buy_contrast_m10_bb_pos,buy,2025-09-22 01:27:00,2061.0 -16888,buy_contrast_m10_bb_pos,buy,2025-09-22 01:30:00,2066.0 -16889,buy_contrast_m10_bb_pos,buy,2025-09-22 01:33:00,2061.0 -16890,buy_contrast_m10_bb_pos,buy,2025-09-22 01:36:00,2058.0 -16891,buy_contrast_m10_bb_pos,buy,2025-09-22 01:39:00,2059.0 -16892,buy_contrast_m10_bb_pos,buy,2025-09-22 01:51:00,2061.0 -16893,buy_contrast_m10_bb_pos,buy,2025-09-22 01:54:00,2065.0 -16894,buy_contrast_m10_bb_pos,buy,2025-09-22 01:57:00,2060.0 -16895,buy_contrast_m10_bb_pos,buy,2025-09-22 02:30:00,2055.0 -16896,buy_contrast_m10_bb_pos,buy,2025-09-22 02:33:00,2055.0 -16897,buy_contrast_m10_bb_pos,buy,2025-09-22 02:36:00,2057.0 -16898,buy_contrast_m10_bb_pos,buy,2025-09-22 02:39:00,2058.0 -16899,buy_contrast_m10_bb_pos,buy,2025-09-22 07:21:00,2066.0 -16900,buy_contrast_m10_bb_pos,buy,2025-09-22 07:24:00,2067.0 -16901,buy_contrast_m10_bb_pos,buy,2025-09-22 07:27:00,2072.0 -16902,buy_contrast_m10_bb_pos,buy,2025-09-22 08:51:00,2061.0 -16903,buy_contrast_m10_bb_pos,buy,2025-09-22 08:54:00,2060.0 -16904,buy_contrast_m10_bb_pos,buy,2025-09-22 08:57:00,2057.0 -16905,buy_contrast_m10_bb_pos,buy,2025-09-22 10:12:00,2013.0 -16906,buy_contrast_m10_bb_pos,buy,2025-09-22 10:15:00,2014.0 -16907,buy_contrast_m10_bb_pos,buy,2025-09-22 10:18:00,2009.0 -16908,buy_contrast_m10_bb_pos,buy,2025-09-22 10:21:00,2009.0 -16909,buy_contrast_m10_bb_pos,buy,2025-09-22 10:24:00,2007.0 -16910,buy_contrast_m10_bb_pos,buy,2025-09-22 10:27:00,2008.0 -16911,buy_contrast_m10_bb_pos,buy,2025-09-22 10:30:00,2010.0 -16912,buy_contrast_m10_bb_pos,buy,2025-09-22 10:33:00,2025.0 -16913,buy_contrast_m10_bb_pos,buy,2025-09-22 10:36:00,2035.0 -16914,buy_contrast_m10_bb_pos,buy,2025-09-22 10:39:00,2033.0 -16915,buy_contrast_m10_bb_pos,buy,2025-09-22 11:42:00,1996.0 -16916,buy_contrast_m10_bb_pos,buy,2025-09-22 11:45:00,1992.0 -16917,buy_contrast_m10_bb_pos,buy,2025-09-22 11:48:00,2008.0 -16918,buy_contrast_m10_bb_pos,buy,2025-09-22 13:00:00,1995.0 -16919,buy_contrast_m10_bb_pos,buy,2025-09-22 13:03:00,1998.0 -16920,buy_contrast_m10_bb_pos,buy,2025-09-22 13:06:00,2002.0 -16921,buy_contrast_m10_bb_pos,buy,2025-09-22 13:09:00,1999.0 -16922,buy_contrast_m10_bb_pos,buy,2025-09-22 13:30:00,1977.0 -16923,buy_contrast_m10_bb_pos,buy,2025-09-22 13:33:00,1971.0 -16924,buy_contrast_m10_bb_pos,buy,2025-09-22 13:36:00,1969.0 -16925,buy_contrast_m10_bb_pos,buy,2025-09-22 13:39:00,1975.0 -16926,buy_contrast_m10_bb_pos,buy,2025-09-22 13:42:00,1977.0 -16927,buy_contrast_m10_bb_pos,buy,2025-09-22 13:45:00,1970.0 -16928,buy_contrast_m10_bb_pos,buy,2025-09-22 13:48:00,1972.0 -16929,buy_contrast_m10_bb_pos,buy,2025-09-22 13:51:00,1972.0 -16930,buy_contrast_m10_bb_pos,buy,2025-09-22 13:54:00,1968.0 -16931,buy_contrast_m10_bb_pos,buy,2025-09-22 13:57:00,1967.0 -16932,buy_contrast_m10_bb_pos,buy,2025-09-22 14:00:00,1966.0 -16933,buy_contrast_m10_bb_pos,buy,2025-09-22 14:03:00,1969.0 -16934,buy_contrast_m10_bb_pos,buy,2025-09-22 14:06:00,1966.0 -16935,buy_contrast_m10_bb_pos,buy,2025-09-22 14:09:00,1967.0 -16936,buy_contrast_m10_bb_pos,buy,2025-09-22 14:12:00,1964.0 -16937,buy_contrast_m10_bb_pos,buy,2025-09-22 14:15:00,1965.0 -16938,buy_contrast_m10_bb_pos,buy,2025-09-22 14:18:00,1966.0 -16939,buy_contrast_m10_bb_pos,buy,2025-09-22 14:21:00,1964.0 -16940,buy_contrast_m10_bb_pos,buy,2025-09-22 14:24:00,1967.0 -16941,buy_contrast_m10_bb_pos,buy,2025-09-22 14:27:00,1963.0 -16942,buy_contrast_m10_bb_pos,buy,2025-09-22 14:42:00,1964.0 -16943,buy_contrast_m10_bb_pos,buy,2025-09-22 14:45:00,1964.0 -16944,buy_contrast_m10_bb_pos,buy,2025-09-22 14:48:00,1968.0 -16945,buy_contrast_m10_bb_pos,buy,2025-09-22 15:00:00,1950.0 -16946,buy_contrast_m10_bb_pos,buy,2025-09-22 15:03:00,1851.0 -16947,buy_contrast_m10_bb_pos,buy,2025-09-22 15:06:00,1894.0 -16948,buy_contrast_m10_bb_pos,buy,2025-09-22 15:09:00,1887.0 -16949,buy_contrast_m10_bb_pos,buy,2025-09-22 15:42:00,1900.0 -16950,buy_contrast_m10_bb_pos,buy,2025-09-22 15:45:00,1905.0 -16951,buy_contrast_m10_bb_pos,buy,2025-09-22 15:48:00,1899.0 -16952,buy_contrast_m10_bb_pos,buy,2025-09-22 15:51:00,1901.0 -16953,buy_contrast_m10_bb_pos,buy,2025-09-22 15:54:00,1901.0 -16954,buy_contrast_m10_bb_pos,buy,2025-09-22 15:57:00,1896.0 -16955,buy_contrast_m10_bb_pos,buy,2025-09-22 16:00:00,1895.0 -16956,buy_contrast_m10_bb_pos,buy,2025-09-22 16:03:00,1893.0 -16957,buy_contrast_m10_bb_pos,buy,2025-09-22 16:06:00,1896.0 -16958,buy_contrast_m10_bb_pos,buy,2025-09-22 16:09:00,1899.0 -16959,buy_contrast_m10_bb_pos,buy,2025-09-22 16:12:00,1891.0 -16960,buy_contrast_m10_bb_pos,buy,2025-09-22 16:15:00,1890.0 -16961,buy_contrast_m10_bb_pos,buy,2025-09-22 16:18:00,1889.0 -16962,buy_contrast_m10_bb_pos,buy,2025-09-22 16:21:00,1889.0 -16963,buy_contrast_m10_bb_pos,buy,2025-09-22 16:24:00,1883.0 -16964,buy_contrast_m10_bb_pos,buy,2025-09-22 16:27:00,1879.0 -16965,buy_contrast_m10_bb_pos,buy,2025-09-22 17:00:00,1869.0 -16966,buy_contrast_m10_bb_pos,buy,2025-09-22 17:03:00,1871.0 -16967,buy_contrast_m10_bb_pos,buy,2025-09-22 17:06:00,1870.0 -16968,buy_contrast_m10_bb_pos,buy,2025-09-22 17:09:00,1875.0 -16969,buy_contrast_m10_bb_pos,buy,2025-09-22 19:21:00,1872.0 -16970,buy_contrast_m10_bb_pos,buy,2025-09-22 19:24:00,1872.0 -16971,buy_contrast_m10_bb_pos,buy,2025-09-22 19:27:00,1872.0 -16972,buy_contrast_m10_bb_pos,buy,2025-09-22 19:30:00,1870.0 -16973,buy_contrast_m10_bb_pos,buy,2025-09-22 19:33:00,1867.0 -16974,buy_contrast_m10_bb_pos,buy,2025-09-22 19:36:00,1864.0 -16975,buy_contrast_m10_bb_pos,buy,2025-09-22 19:39:00,1861.0 -16976,buy_contrast_m10_bb_pos,buy,2025-09-22 19:42:00,1864.0 -16977,buy_contrast_m10_bb_pos,buy,2025-09-22 19:45:00,1868.0 -16978,buy_contrast_m10_bb_pos,buy,2025-09-22 19:48:00,1875.0 -16979,buy_contrast_m10_bb_pos,buy,2025-09-23 09:51:00,1951.0 -16980,buy_contrast_m10_bb_pos,buy,2025-09-23 09:54:00,1951.0 -16981,buy_contrast_m10_bb_pos,buy,2025-09-23 09:57:00,1946.0 -16982,buy_contrast_m10_bb_pos,buy,2025-09-23 10:00:00,1945.0 -16983,buy_contrast_m10_bb_pos,buy,2025-09-23 10:03:00,1942.0 -16984,buy_contrast_m10_bb_pos,buy,2025-09-23 10:06:00,1942.0 -16985,buy_contrast_m10_bb_pos,buy,2025-09-23 10:09:00,1936.0 -16986,buy_contrast_m10_bb_pos,buy,2025-09-23 10:42:00,1938.0 -16987,buy_contrast_m10_bb_pos,buy,2025-09-23 10:45:00,1935.0 -16988,buy_contrast_m10_bb_pos,buy,2025-09-23 10:48:00,1941.0 -16989,buy_contrast_m10_bb_pos,buy,2025-09-23 10:51:00,1932.0 -16990,buy_contrast_m10_bb_pos,buy,2025-09-23 10:54:00,1928.0 -16991,buy_contrast_m10_bb_pos,buy,2025-09-23 10:57:00,1922.0 -16992,buy_contrast_m10_bb_pos,buy,2025-09-23 11:00:00,1923.0 -16993,buy_contrast_m10_bb_pos,buy,2025-09-23 11:03:00,1925.0 -16994,buy_contrast_m10_bb_pos,buy,2025-09-23 11:06:00,1921.0 -16995,buy_contrast_m10_bb_pos,buy,2025-09-23 11:09:00,1924.0 -16996,buy_contrast_m10_bb_pos,buy,2025-09-23 11:12:00,1928.0 -16997,buy_contrast_m10_bb_pos,buy,2025-09-23 11:15:00,1924.0 -16998,buy_contrast_m10_bb_pos,buy,2025-09-23 11:18:00,1925.0 -16999,buy_contrast_m10_bb_pos,buy,2025-09-23 14:00:00,1904.0 -17000,buy_contrast_m10_bb_pos,buy,2025-09-23 14:03:00,1902.0 -17001,buy_contrast_m10_bb_pos,buy,2025-09-23 14:06:00,1896.0 -17002,buy_contrast_m10_bb_pos,buy,2025-09-23 14:09:00,1896.0 -17003,buy_contrast_m10_bb_pos,buy,2025-09-23 14:12:00,1899.0 -17004,buy_contrast_m10_bb_pos,buy,2025-09-23 14:15:00,1902.0 -17005,buy_contrast_m10_bb_pos,buy,2025-09-23 14:18:00,1899.0 -17006,buy_contrast_m10_bb_pos,buy,2025-09-23 14:21:00,1898.0 -17007,buy_contrast_m10_bb_pos,buy,2025-09-23 14:24:00,1899.0 -17008,buy_contrast_m10_bb_pos,buy,2025-09-23 14:27:00,1901.0 -17009,buy_contrast_m10_bb_pos,buy,2025-09-23 15:00:00,1894.0 -17010,buy_contrast_m10_bb_pos,buy,2025-09-23 15:03:00,1897.0 -17011,buy_contrast_m10_bb_pos,buy,2025-09-23 15:06:00,1892.0 -17012,buy_contrast_m10_bb_pos,buy,2025-09-23 15:09:00,1898.0 -17013,buy_contrast_m10_bb_pos,buy,2025-09-23 18:42:00,1890.0 -17014,buy_contrast_m10_bb_pos,buy,2025-09-23 18:45:00,1889.0 -17015,buy_contrast_m10_bb_pos,buy,2025-09-23 18:48:00,1886.0 -17016,buy_contrast_m10_bb_pos,buy,2025-09-23 19:30:00,1879.0 -17017,buy_contrast_m10_bb_pos,buy,2025-09-23 19:33:00,1881.0 -17018,buy_contrast_m10_bb_pos,buy,2025-09-23 19:36:00,1884.0 -17019,buy_contrast_m10_bb_pos,buy,2025-09-23 19:39:00,1878.0 -17020,buy_contrast_m10_bb_pos,buy,2025-09-23 19:42:00,1876.0 -17021,buy_contrast_m10_bb_pos,buy,2025-09-23 19:45:00,1878.0 -17022,buy_contrast_m10_bb_pos,buy,2025-09-23 19:48:00,1885.0 -17023,buy_contrast_m10_bb_pos,buy,2025-09-24 03:42:00,1889.0 -17024,buy_contrast_m10_bb_pos,buy,2025-09-24 03:45:00,1880.0 -17025,buy_contrast_m10_bb_pos,buy,2025-09-24 03:48:00,1876.0 -17026,buy_contrast_m10_bb_pos,buy,2025-09-24 04:00:00,1883.0 -17027,buy_contrast_m10_bb_pos,buy,2025-09-24 04:03:00,1883.0 -17028,buy_contrast_m10_bb_pos,buy,2025-09-24 04:06:00,1889.0 -17029,buy_contrast_m10_bb_pos,buy,2025-09-24 04:09:00,1886.0 -17030,buy_contrast_m10_bb_pos,buy,2025-09-24 05:00:00,1856.0 -17031,buy_contrast_m10_bb_pos,buy,2025-09-24 05:03:00,1867.0 -17032,buy_contrast_m10_bb_pos,buy,2025-09-24 05:06:00,1868.0 -17033,buy_contrast_m10_bb_pos,buy,2025-09-24 05:09:00,1866.0 -17034,buy_contrast_m10_bb_pos,buy,2025-09-24 08:30:00,1859.0 -17035,buy_contrast_m10_bb_pos,buy,2025-09-24 08:33:00,1862.0 -17036,buy_contrast_m10_bb_pos,buy,2025-09-24 08:36:00,1865.0 -17037,buy_contrast_m10_bb_pos,buy,2025-09-24 08:39:00,1868.0 -17038,buy_contrast_m10_bb_pos,buy,2025-09-24 09:00:00,1862.0 -17039,buy_contrast_m10_bb_pos,buy,2025-09-24 09:03:00,1868.0 -17040,buy_contrast_m10_bb_pos,buy,2025-09-24 09:06:00,1869.0 -17041,buy_contrast_m10_bb_pos,buy,2025-09-24 09:09:00,1867.0 -17042,buy_contrast_m10_bb_pos,buy,2025-09-24 10:00:00,1858.0 -17043,buy_contrast_m10_bb_pos,buy,2025-09-24 10:03:00,1851.0 -17044,buy_contrast_m10_bb_pos,buy,2025-09-24 10:06:00,1860.0 -17045,buy_contrast_m10_bb_pos,buy,2025-09-24 10:09:00,1870.0 -17046,buy_contrast_m10_bb_pos,buy,2025-09-24 11:21:00,1856.0 -17047,buy_contrast_m10_bb_pos,buy,2025-09-24 11:24:00,1861.0 -17048,buy_contrast_m10_bb_pos,buy,2025-09-24 11:27:00,1864.0 -17049,buy_contrast_m10_bb_pos,buy,2025-09-24 11:51:00,1861.0 -17050,buy_contrast_m10_bb_pos,buy,2025-09-24 11:54:00,1858.0 -17051,buy_contrast_m10_bb_pos,buy,2025-09-24 11:57:00,1861.0 -17052,buy_contrast_m10_bb_pos,buy,2025-09-24 13:21:00,1806.0 -17053,buy_contrast_m10_bb_pos,buy,2025-09-24 13:24:00,1806.0 -17054,buy_contrast_m10_bb_pos,buy,2025-09-24 13:27:00,1819.0 -17055,buy_contrast_m10_bb_pos,buy,2025-09-25 03:30:00,1904.0 -17056,buy_contrast_m10_bb_pos,buy,2025-09-25 03:33:00,1902.0 -17057,buy_contrast_m10_bb_pos,buy,2025-09-25 03:36:00,1902.0 -17058,buy_contrast_m10_bb_pos,buy,2025-09-25 03:39:00,1901.0 -17059,buy_contrast_m10_bb_pos,buy,2025-09-25 03:42:00,1897.0 -17060,buy_contrast_m10_bb_pos,buy,2025-09-25 03:45:00,1895.0 -17061,buy_contrast_m10_bb_pos,buy,2025-09-25 03:48:00,1894.0 -17062,buy_contrast_m10_bb_pos,buy,2025-09-25 04:12:00,1896.0 -17063,buy_contrast_m10_bb_pos,buy,2025-09-25 04:15:00,1896.0 -17064,buy_contrast_m10_bb_pos,buy,2025-09-25 04:18:00,1898.0 -17065,buy_contrast_m10_bb_pos,buy,2025-09-25 04:42:00,1892.0 -17066,buy_contrast_m10_bb_pos,buy,2025-09-25 04:45:00,1891.0 -17067,buy_contrast_m10_bb_pos,buy,2025-09-25 04:48:00,1891.0 -17068,buy_contrast_m10_bb_pos,buy,2025-09-25 09:42:00,1904.0 -17069,buy_contrast_m10_bb_pos,buy,2025-09-25 09:45:00,1899.0 -17070,buy_contrast_m10_bb_pos,buy,2025-09-25 09:48:00,1893.0 -17071,buy_contrast_m10_bb_pos,buy,2025-09-25 10:30:00,1891.0 -17072,buy_contrast_m10_bb_pos,buy,2025-09-25 10:33:00,1887.0 -17073,buy_contrast_m10_bb_pos,buy,2025-09-25 10:36:00,1889.0 -17074,buy_contrast_m10_bb_pos,buy,2025-09-25 10:39:00,1878.0 -17075,buy_contrast_m10_bb_pos,buy,2025-09-25 11:00:00,1878.0 -17076,buy_contrast_m10_bb_pos,buy,2025-09-25 11:03:00,1884.0 -17077,buy_contrast_m10_bb_pos,buy,2025-09-25 11:06:00,1889.0 -17078,buy_contrast_m10_bb_pos,buy,2025-09-25 11:09:00,1880.0 -17079,buy_contrast_m10_bb_pos,buy,2025-09-25 11:12:00,1878.0 -17080,buy_contrast_m10_bb_pos,buy,2025-09-25 11:15:00,1875.0 -17081,buy_contrast_m10_bb_pos,buy,2025-09-25 11:18:00,1872.0 -17082,buy_contrast_m10_bb_pos,buy,2025-09-25 12:21:00,1864.0 -17083,buy_contrast_m10_bb_pos,buy,2025-09-25 12:24:00,1862.0 -17084,buy_contrast_m10_bb_pos,buy,2025-09-25 12:27:00,1860.0 -17085,buy_contrast_m10_bb_pos,buy,2025-09-25 12:42:00,1865.0 -17086,buy_contrast_m10_bb_pos,buy,2025-09-25 12:45:00,1861.0 -17087,buy_contrast_m10_bb_pos,buy,2025-09-25 12:48:00,1864.0 -17088,buy_contrast_m10_bb_pos,buy,2025-09-25 12:51:00,1863.0 -17089,buy_contrast_m10_bb_pos,buy,2025-09-25 12:54:00,1866.0 -17090,buy_contrast_m10_bb_pos,buy,2025-09-25 12:57:00,1865.0 -17091,buy_contrast_m10_bb_pos,buy,2025-09-25 13:30:00,1854.0 -17092,buy_contrast_m10_bb_pos,buy,2025-09-25 13:33:00,1855.0 -17093,buy_contrast_m10_bb_pos,buy,2025-09-25 13:36:00,1854.0 -17094,buy_contrast_m10_bb_pos,buy,2025-09-25 13:39:00,1841.0 -17095,buy_contrast_m10_bb_pos,buy,2025-09-25 13:51:00,1841.0 -17096,buy_contrast_m10_bb_pos,buy,2025-09-25 13:54:00,1828.0 -17097,buy_contrast_m10_bb_pos,buy,2025-09-25 13:57:00,1818.0 -17098,buy_contrast_m10_bb_pos,buy,2025-09-25 15:21:00,1828.0 -17099,buy_contrast_m10_bb_pos,buy,2025-09-25 15:24:00,1823.0 -17100,buy_contrast_m10_bb_pos,buy,2025-09-25 15:27:00,1818.0 -17101,buy_contrast_m10_bb_pos,buy,2025-09-25 15:30:00,1819.0 -17102,buy_contrast_m10_bb_pos,buy,2025-09-25 15:33:00,1823.0 -17103,buy_contrast_m10_bb_pos,buy,2025-09-25 15:36:00,1826.0 -17104,buy_contrast_m10_bb_pos,buy,2025-09-25 15:39:00,1823.0 -17105,buy_contrast_m10_bb_pos,buy,2025-09-25 19:51:00,1824.0 -17106,buy_contrast_m10_bb_pos,buy,2025-09-25 19:54:00,1821.0 -17107,buy_contrast_m10_bb_pos,buy,2025-09-25 19:57:00,1820.0 -17108,buy_contrast_m10_bb_pos,buy,2025-09-25 20:00:00,1818.0 -17109,buy_contrast_m10_bb_pos,buy,2025-09-25 20:03:00,1822.0 -17110,buy_contrast_m10_bb_pos,buy,2025-09-25 20:06:00,1825.0 -17111,buy_contrast_m10_bb_pos,buy,2025-09-25 20:09:00,1820.0 -17112,buy_contrast_m10_bb_pos,buy,2025-09-25 20:42:00,1813.0 -17113,buy_contrast_m10_bb_pos,buy,2025-09-25 20:45:00,1811.0 -17114,buy_contrast_m10_bb_pos,buy,2025-09-25 20:48:00,1808.0 -17115,buy_contrast_m10_bb_pos,buy,2025-09-25 20:51:00,1808.0 -17116,buy_contrast_m10_bb_pos,buy,2025-09-25 20:54:00,1810.0 -17117,buy_contrast_m10_bb_pos,buy,2025-09-25 20:57:00,1810.0 -17118,buy_contrast_m10_bb_pos,buy,2025-09-25 21:21:00,1805.0 -17119,buy_contrast_m10_bb_pos,buy,2025-09-25 21:24:00,1807.0 -17120,buy_contrast_m10_bb_pos,buy,2025-09-25 21:27:00,1807.0 -17121,buy_contrast_m10_bb_pos,buy,2025-09-25 21:42:00,1802.0 -17122,buy_contrast_m10_bb_pos,buy,2025-09-25 21:45:00,1805.0 -17123,buy_contrast_m10_bb_pos,buy,2025-09-25 21:48:00,1806.0 -17124,buy_contrast_m10_bb_pos,buy,2025-09-25 22:00:00,1797.0 -17125,buy_contrast_m10_bb_pos,buy,2025-09-25 22:03:00,1793.0 -17126,buy_contrast_m10_bb_pos,buy,2025-09-25 22:06:00,1790.0 -17127,buy_contrast_m10_bb_pos,buy,2025-09-25 22:09:00,1788.0 -17128,buy_contrast_m10_bb_pos,buy,2025-09-26 01:21:00,1796.0 -17129,buy_contrast_m10_bb_pos,buy,2025-09-26 01:24:00,1795.0 -17130,buy_contrast_m10_bb_pos,buy,2025-09-26 01:27:00,1789.0 -17131,buy_contrast_m10_bb_pos,buy,2025-09-26 01:30:00,1787.0 -17132,buy_contrast_m10_bb_pos,buy,2025-09-26 01:33:00,1789.0 -17133,buy_contrast_m10_bb_pos,buy,2025-09-26 01:36:00,1787.0 -17134,buy_contrast_m10_bb_pos,buy,2025-09-26 01:39:00,1789.0 -17135,buy_contrast_m10_bb_pos,buy,2025-09-26 02:00:00,1782.0 -17136,buy_contrast_m10_bb_pos,buy,2025-09-26 02:03:00,1789.0 -17137,buy_contrast_m10_bb_pos,buy,2025-09-26 02:06:00,1781.0 -17138,buy_contrast_m10_bb_pos,buy,2025-09-26 02:09:00,1779.0 -17139,buy_contrast_m10_bb_pos,buy,2025-09-26 02:12:00,1786.0 -17140,buy_contrast_m10_bb_pos,buy,2025-09-26 02:15:00,1775.0 -17141,buy_contrast_m10_bb_pos,buy,2025-09-26 02:18:00,1800.0 -17142,buy_contrast_m10_bb_pos,buy,2025-09-26 06:42:00,1829.0 -17143,buy_contrast_m10_bb_pos,buy,2025-09-26 06:45:00,1829.0 -17144,buy_contrast_m10_bb_pos,buy,2025-09-26 06:48:00,1835.0 -17145,buy_contrast_m10_bb_pos,buy,2025-09-26 07:42:00,1826.0 -17146,buy_contrast_m10_bb_pos,buy,2025-09-26 07:45:00,1824.0 -17147,buy_contrast_m10_bb_pos,buy,2025-09-26 07:48:00,1819.0 -17148,buy_contrast_m10_bb_pos,buy,2025-09-26 07:51:00,1817.0 -17149,buy_contrast_m10_bb_pos,buy,2025-09-26 07:54:00,1822.0 -17150,buy_contrast_m10_bb_pos,buy,2025-09-26 07:57:00,1828.0 -17151,buy_contrast_m10_bb_pos,buy,2025-09-26 08:30:00,1823.0 -17152,buy_contrast_m10_bb_pos,buy,2025-09-26 08:33:00,1822.0 -17153,buy_contrast_m10_bb_pos,buy,2025-09-26 08:36:00,1820.0 -17154,buy_contrast_m10_bb_pos,buy,2025-09-26 08:39:00,1823.0 -17155,buy_contrast_m10_bb_pos,buy,2025-09-26 08:42:00,1825.0 -17156,buy_contrast_m10_bb_pos,buy,2025-09-26 08:45:00,1828.0 -17157,buy_contrast_m10_bb_pos,buy,2025-09-26 08:48:00,1834.0 -17158,buy_contrast_m10_bb_pos,buy,2025-09-26 12:00:00,1826.0 -17159,buy_contrast_m10_bb_pos,buy,2025-09-26 12:03:00,1823.0 -17160,buy_contrast_m10_bb_pos,buy,2025-09-26 12:06:00,1826.0 -17161,buy_contrast_m10_bb_pos,buy,2025-09-26 12:09:00,1829.0 -17162,buy_contrast_m10_bb_pos,buy,2025-09-26 12:51:00,1825.0 -17163,buy_contrast_m10_bb_pos,buy,2025-09-26 12:54:00,1830.0 -17164,buy_contrast_m10_bb_pos,buy,2025-09-26 12:57:00,1831.0 -17165,buy_contrast_m10_bb_pos,buy,2025-09-26 14:42:00,1805.0 -17166,buy_contrast_m10_bb_pos,buy,2025-09-26 14:45:00,1804.0 -17167,buy_contrast_m10_bb_pos,buy,2025-09-26 14:48:00,1804.0 -17168,buy_contrast_m10_bb_pos,buy,2025-09-26 14:51:00,1807.0 -17169,buy_contrast_m10_bb_pos,buy,2025-09-26 14:54:00,1804.0 -17170,buy_contrast_m10_bb_pos,buy,2025-09-26 14:57:00,1810.0 -17171,buy_contrast_m10_bb_pos,buy,2025-09-26 15:12:00,1797.0 -17172,buy_contrast_m10_bb_pos,buy,2025-09-26 15:15:00,1802.0 -17173,buy_contrast_m10_bb_pos,buy,2025-09-26 15:18:00,1812.0 -17174,buy_contrast_m10_bb_pos,buy,2025-09-26 18:00:00,1800.0 -17175,buy_contrast_m10_bb_pos,buy,2025-09-26 18:03:00,1802.0 -17176,buy_contrast_m10_bb_pos,buy,2025-09-26 18:06:00,1805.0 -17177,buy_contrast_m10_bb_pos,buy,2025-09-26 18:09:00,1807.0 -17178,buy_contrast_m10_bb_pos,buy,2025-09-26 18:21:00,1800.0 -17179,buy_contrast_m10_bb_pos,buy,2025-09-26 18:24:00,1798.0 -17180,buy_contrast_m10_bb_pos,buy,2025-09-26 18:27:00,1796.0 -17181,buy_contrast_m10_bb_pos,buy,2025-09-26 18:30:00,1797.0 -17182,buy_contrast_m10_bb_pos,buy,2025-09-26 18:33:00,1790.0 -17183,buy_contrast_m10_bb_pos,buy,2025-09-26 18:36:00,1785.0 -17184,buy_contrast_m10_bb_pos,buy,2025-09-26 18:39:00,1788.0 -17185,buy_contrast_m10_bb_pos,buy,2025-09-26 19:00:00,1787.0 -17186,buy_contrast_m10_bb_pos,buy,2025-09-26 19:03:00,1783.0 -17187,buy_contrast_m10_bb_pos,buy,2025-09-26 19:06:00,1785.0 -17188,buy_contrast_m10_bb_pos,buy,2025-09-26 19:09:00,1784.0 -17189,buy_contrast_m10_bb_pos,buy,2025-09-26 19:21:00,1782.0 -17190,buy_contrast_m10_bb_pos,buy,2025-09-26 19:24:00,1779.0 -17191,buy_contrast_m10_bb_pos,buy,2025-09-26 19:27:00,1779.0 -17192,buy_contrast_m10_bb_pos,buy,2025-09-26 19:30:00,1778.0 -17193,buy_contrast_m10_bb_pos,buy,2025-09-26 19:33:00,1776.0 -17194,buy_contrast_m10_bb_pos,buy,2025-09-26 19:36:00,1783.0 -17195,buy_contrast_m10_bb_pos,buy,2025-09-26 19:39:00,1782.0 -17196,buy_contrast_m10_bb_pos,buy,2025-09-26 19:42:00,1780.0 -17197,buy_contrast_m10_bb_pos,buy,2025-09-26 19:45:00,1777.0 -17198,buy_contrast_m10_bb_pos,buy,2025-09-26 19:48:00,1778.0 -17199,buy_contrast_m10_bb_pos,buy,2025-09-26 19:51:00,1781.0 -17200,buy_contrast_m10_bb_pos,buy,2025-09-26 19:54:00,1785.0 -17201,buy_contrast_m10_bb_pos,buy,2025-09-26 19:57:00,1787.0 -17202,buy_contrast_m10_bb_pos,buy,2025-09-27 10:30:00,1846.0 -17203,buy_contrast_m10_bb_pos,buy,2025-09-27 10:33:00,1846.0 -17204,buy_contrast_m10_bb_pos,buy,2025-09-27 10:36:00,1844.0 -17205,buy_contrast_m10_bb_pos,buy,2025-09-27 10:39:00,1846.0 -17206,buy_contrast_m10_bb_pos,buy,2025-09-27 17:51:00,1872.0 -17207,buy_contrast_m10_bb_pos,buy,2025-09-27 17:54:00,1869.0 -17208,buy_contrast_m10_bb_pos,buy,2025-09-27 17:57:00,1866.0 -17209,buy_contrast_m10_bb_pos,buy,2025-09-27 18:00:00,1864.0 -17210,buy_contrast_m10_bb_pos,buy,2025-09-27 18:03:00,1866.0 -17211,buy_contrast_m10_bb_pos,buy,2025-09-27 18:06:00,1860.0 -17212,buy_contrast_m10_bb_pos,buy,2025-09-27 18:09:00,1854.0 -17213,buy_contrast_m10_bb_pos,buy,2025-09-27 18:12:00,1857.0 -17214,buy_contrast_m10_bb_pos,buy,2025-09-27 18:15:00,1853.0 -17215,buy_contrast_m10_bb_pos,buy,2025-09-27 18:18:00,1856.0 -17216,buy_contrast_m10_bb_pos,buy,2025-09-27 18:21:00,1859.0 -17217,buy_contrast_m10_bb_pos,buy,2025-09-27 18:24:00,1857.0 -17218,buy_contrast_m10_bb_pos,buy,2025-09-27 18:27:00,1855.0 -17219,buy_contrast_m10_bb_pos,buy,2025-09-27 18:30:00,1852.0 -17220,buy_contrast_m10_bb_pos,buy,2025-09-27 18:33:00,1853.0 -17221,buy_contrast_m10_bb_pos,buy,2025-09-27 18:36:00,1852.0 -17222,buy_contrast_m10_bb_pos,buy,2025-09-27 18:39:00,1863.0 -17223,buy_contrast_m10_bb_pos,buy,2025-09-28 00:21:00,1844.0 -17224,buy_contrast_m10_bb_pos,buy,2025-09-28 00:24:00,1843.0 -17225,buy_contrast_m10_bb_pos,buy,2025-09-28 00:27:00,1845.0 -17226,buy_contrast_m10_bb_pos,buy,2025-09-28 00:30:00,1845.0 -17227,buy_contrast_m10_bb_pos,buy,2025-09-28 00:33:00,1845.0 -17228,buy_contrast_m10_bb_pos,buy,2025-09-28 00:36:00,1846.0 -17229,buy_contrast_m10_bb_pos,buy,2025-09-28 00:39:00,1843.0 -17230,buy_contrast_m10_bb_pos,buy,2025-09-28 00:42:00,1849.0 -17231,buy_contrast_m10_bb_pos,buy,2025-09-28 00:45:00,1848.0 -17232,buy_contrast_m10_bb_pos,buy,2025-09-28 00:48:00,1852.0 -17233,buy_contrast_m10_bb_pos,buy,2025-09-28 02:21:00,1826.0 -17234,buy_contrast_m10_bb_pos,buy,2025-09-28 02:24:00,1829.0 -17235,buy_contrast_m10_bb_pos,buy,2025-09-28 02:27:00,1827.0 -17236,buy_contrast_m10_bb_pos,buy,2025-09-28 02:30:00,1827.0 -17237,buy_contrast_m10_bb_pos,buy,2025-09-28 02:33:00,1833.0 -17238,buy_contrast_m10_bb_pos,buy,2025-09-28 02:36:00,1839.0 -17239,buy_contrast_m10_bb_pos,buy,2025-09-28 02:39:00,1839.0 -17240,buy_contrast_m10_bb_pos,buy,2025-09-28 06:12:00,1835.0 -17241,buy_contrast_m10_bb_pos,buy,2025-09-28 06:15:00,1839.0 -17242,buy_contrast_m10_bb_pos,buy,2025-09-28 06:18:00,1841.0 -17243,buy_contrast_m10_bb_pos,buy,2025-09-28 09:21:00,1830.0 -17244,buy_contrast_m10_bb_pos,buy,2025-09-28 09:24:00,1834.0 -17245,buy_contrast_m10_bb_pos,buy,2025-09-28 09:27:00,1831.0 -17246,buy_contrast_m10_bb_pos,buy,2025-09-28 09:42:00,1829.0 -17247,buy_contrast_m10_bb_pos,buy,2025-09-28 09:45:00,1831.0 -17248,buy_contrast_m10_bb_pos,buy,2025-09-28 09:48:00,1826.0 -17249,buy_contrast_m10_bb_pos,buy,2025-09-28 09:51:00,1828.0 -17250,buy_contrast_m10_bb_pos,buy,2025-09-28 09:54:00,1829.0 -17251,buy_contrast_m10_bb_pos,buy,2025-09-28 09:57:00,1826.0 -17252,buy_contrast_m10_bb_pos,buy,2025-09-28 10:12:00,1823.0 -17253,buy_contrast_m10_bb_pos,buy,2025-09-28 10:15:00,1823.0 -17254,buy_contrast_m10_bb_pos,buy,2025-09-28 10:18:00,1825.0 -17255,buy_contrast_m10_bb_pos,buy,2025-09-28 10:30:00,1821.0 -17256,buy_contrast_m10_bb_pos,buy,2025-09-28 10:33:00,1820.0 -17257,buy_contrast_m10_bb_pos,buy,2025-09-28 10:36:00,1821.0 -17258,buy_contrast_m10_bb_pos,buy,2025-09-28 10:39:00,1815.0 -17259,buy_contrast_m10_bb_pos,buy,2025-09-28 10:42:00,1815.0 -17260,buy_contrast_m10_bb_pos,buy,2025-09-28 10:45:00,1816.0 -17261,buy_contrast_m10_bb_pos,buy,2025-09-28 10:48:00,1814.0 -17262,buy_contrast_m10_bb_pos,buy,2025-09-28 10:51:00,1817.0 -17263,buy_contrast_m10_bb_pos,buy,2025-09-28 10:54:00,1818.0 -17264,buy_contrast_m10_bb_pos,buy,2025-09-28 10:57:00,1816.0 -17265,buy_contrast_m10_bb_pos,buy,2025-09-28 11:00:00,1815.0 -17266,buy_contrast_m10_bb_pos,buy,2025-09-28 11:03:00,1820.0 -17267,buy_contrast_m10_bb_pos,buy,2025-09-28 11:06:00,1819.0 -17268,buy_contrast_m10_bb_pos,buy,2025-09-28 11:09:00,1823.0 -17269,buy_contrast_m10_bb_pos,buy,2025-09-28 15:21:00,1817.0 -17270,buy_contrast_m10_bb_pos,buy,2025-09-28 15:24:00,1816.0 -17271,buy_contrast_m10_bb_pos,buy,2025-09-28 15:27:00,1798.0 -17272,buy_contrast_m10_bb_pos,buy,2025-09-28 16:00:00,1803.0 -17273,buy_contrast_m10_bb_pos,buy,2025-09-28 16:03:00,1805.0 -17274,buy_contrast_m10_bb_pos,buy,2025-09-28 16:06:00,1803.0 -17275,buy_contrast_m10_bb_pos,buy,2025-09-28 16:09:00,1798.0 -17276,buy_contrast_m10_bb_pos,buy,2025-09-28 16:12:00,1800.0 -17277,buy_contrast_m10_bb_pos,buy,2025-09-28 16:15:00,1801.0 -17278,buy_contrast_m10_bb_pos,buy,2025-09-28 16:18:00,1805.0 -17279,buy_contrast_m10_bb_pos,buy,2025-09-28 19:12:00,1797.0 -17280,buy_contrast_m10_bb_pos,buy,2025-09-28 19:15:00,1800.0 -17281,buy_contrast_m10_bb_pos,buy,2025-09-28 19:18:00,1799.0 -17282,buy_contrast_m10_bb_pos,buy,2025-09-28 21:12:00,1800.0 -17283,buy_contrast_m10_bb_pos,buy,2025-09-28 21:15:00,1799.0 -17284,buy_contrast_m10_bb_pos,buy,2025-09-28 21:18:00,1796.0 -17285,buy_contrast_m10_bb_pos,buy,2025-09-28 21:30:00,1795.0 -17286,buy_contrast_m10_bb_pos,buy,2025-09-28 21:33:00,1793.0 -17287,buy_contrast_m10_bb_pos,buy,2025-09-28 21:36:00,1794.0 -17288,buy_contrast_m10_bb_pos,buy,2025-09-28 21:39:00,1794.0 -17289,buy_contrast_m10_bb_pos,buy,2025-09-28 21:51:00,1793.0 -17290,buy_contrast_m10_bb_pos,buy,2025-09-28 21:54:00,1794.0 -17291,buy_contrast_m10_bb_pos,buy,2025-09-28 21:57:00,1794.0 -17292,buy_contrast_m10_bb_pos,buy,2025-09-28 22:00:00,1793.0 -17293,buy_contrast_m10_bb_pos,buy,2025-09-28 22:03:00,1794.0 -17294,buy_contrast_m10_bb_pos,buy,2025-09-28 22:06:00,1796.0 -17295,buy_contrast_m10_bb_pos,buy,2025-09-28 22:09:00,1796.0 -17296,buy_contrast_m10_bb_pos,buy,2025-09-29 13:12:00,1894.0 -17297,buy_contrast_m10_bb_pos,buy,2025-09-29 13:15:00,1893.0 -17298,buy_contrast_m10_bb_pos,buy,2025-09-29 13:18:00,1895.0 -17299,buy_contrast_m10_bb_pos,buy,2025-09-29 13:21:00,1896.0 -17300,buy_contrast_m10_bb_pos,buy,2025-09-29 13:24:00,1894.0 -17301,buy_contrast_m10_bb_pos,buy,2025-09-29 13:27:00,1892.0 -17302,buy_contrast_m10_bb_pos,buy,2025-09-29 14:00:00,1889.0 -17303,buy_contrast_m10_bb_pos,buy,2025-09-29 14:03:00,1886.0 -17304,buy_contrast_m10_bb_pos,buy,2025-09-29 14:06:00,1883.0 -17305,buy_contrast_m10_bb_pos,buy,2025-09-29 14:09:00,1878.0 -17306,buy_contrast_m10_bb_pos,buy,2025-09-29 14:42:00,1872.0 -17307,buy_contrast_m10_bb_pos,buy,2025-09-29 14:45:00,1874.0 -17308,buy_contrast_m10_bb_pos,buy,2025-09-29 14:48:00,1877.0 -17309,buy_contrast_m10_bb_pos,buy,2025-09-29 15:12:00,1866.0 -17310,buy_contrast_m10_bb_pos,buy,2025-09-29 15:15:00,1866.0 -17311,buy_contrast_m10_bb_pos,buy,2025-09-29 15:18:00,1865.0 -17312,buy_contrast_m10_bb_pos,buy,2025-09-29 17:12:00,1867.0 -17313,buy_contrast_m10_bb_pos,buy,2025-09-29 17:15:00,1868.0 -17314,buy_contrast_m10_bb_pos,buy,2025-09-29 17:18:00,1866.0 -17315,buy_contrast_m10_bb_pos,buy,2025-09-29 18:12:00,1867.0 -17316,buy_contrast_m10_bb_pos,buy,2025-09-29 18:15:00,1863.0 -17317,buy_contrast_m10_bb_pos,buy,2025-09-29 18:18:00,1863.0 -17318,buy_contrast_m10_bb_pos,buy,2025-09-29 18:21:00,1864.0 -17319,buy_contrast_m10_bb_pos,buy,2025-09-29 18:24:00,1864.0 -17320,buy_contrast_m10_bb_pos,buy,2025-09-29 18:27:00,1866.0 -17321,buy_contrast_m10_bb_pos,buy,2025-09-29 18:30:00,1865.0 -17322,buy_contrast_m10_bb_pos,buy,2025-09-29 18:33:00,1863.0 -17323,buy_contrast_m10_bb_pos,buy,2025-09-29 18:36:00,1864.0 -17324,buy_contrast_m10_bb_pos,buy,2025-09-29 18:39:00,1862.0 -17325,buy_contrast_m10_bb_pos,buy,2025-09-29 18:42:00,1859.0 -17326,buy_contrast_m10_bb_pos,buy,2025-09-29 18:45:00,1856.0 -17327,buy_contrast_m10_bb_pos,buy,2025-09-29 18:48:00,1859.0 -17328,buy_contrast_m10_bb_pos,buy,2025-09-29 19:00:00,1858.0 -17329,buy_contrast_m10_bb_pos,buy,2025-09-29 19:03:00,1859.0 -17330,buy_contrast_m10_bb_pos,buy,2025-09-29 19:06:00,1858.0 -17331,buy_contrast_m10_bb_pos,buy,2025-09-29 19:09:00,1858.0 -17332,buy_contrast_m10_bb_pos,buy,2025-09-29 19:12:00,1858.0 -17333,buy_contrast_m10_bb_pos,buy,2025-09-29 19:15:00,1860.0 -17334,buy_contrast_m10_bb_pos,buy,2025-09-29 19:18:00,1859.0 -17335,buy_contrast_m10_bb_pos,buy,2025-09-29 19:51:00,1853.0 -17336,buy_contrast_m10_bb_pos,buy,2025-09-29 19:54:00,1850.0 -17337,buy_contrast_m10_bb_pos,buy,2025-09-29 19:57:00,1850.0 -17338,buy_contrast_m10_bb_pos,buy,2025-09-29 20:21:00,1845.0 -17339,buy_contrast_m10_bb_pos,buy,2025-09-29 20:24:00,1843.0 -17340,buy_contrast_m10_bb_pos,buy,2025-09-29 20:27:00,1848.0 -17341,buy_contrast_m10_bb_pos,buy,2025-09-29 21:12:00,1840.0 -17342,buy_contrast_m10_bb_pos,buy,2025-09-29 21:15:00,1841.0 -17343,buy_contrast_m10_bb_pos,buy,2025-09-29 21:18:00,1841.0 -17344,buy_contrast_m10_bb_pos,buy,2025-09-29 21:42:00,1832.0 -17345,buy_contrast_m10_bb_pos,buy,2025-09-29 21:45:00,1833.0 -17346,buy_contrast_m10_bb_pos,buy,2025-09-29 21:48:00,1834.0 -17347,buy_contrast_m10_bb_pos,buy,2025-09-29 22:12:00,1827.0 -17348,buy_contrast_m10_bb_pos,buy,2025-09-29 22:15:00,1832.0 -17349,buy_contrast_m10_bb_pos,buy,2025-09-29 22:18:00,1831.0 -17350,buy_contrast_m10_bb_pos,buy,2025-09-30 01:30:00,1821.0 -17351,buy_contrast_m10_bb_pos,buy,2025-09-30 01:33:00,1827.0 -17352,buy_contrast_m10_bb_pos,buy,2025-09-30 01:36:00,1828.0 -17353,buy_contrast_m10_bb_pos,buy,2025-09-30 01:39:00,1827.0 -17354,buy_contrast_m10_bb_pos,buy,2025-09-30 01:42:00,1824.0 -17355,buy_contrast_m10_bb_pos,buy,2025-09-30 01:45:00,1820.0 -17356,buy_contrast_m10_bb_pos,buy,2025-09-30 01:48:00,1815.0 -17357,buy_contrast_m10_bb_pos,buy,2025-09-30 02:12:00,1809.0 -17358,buy_contrast_m10_bb_pos,buy,2025-09-30 02:15:00,1805.0 -17359,buy_contrast_m10_bb_pos,buy,2025-09-30 02:18:00,1802.0 -17360,buy_contrast_m10_bb_pos,buy,2025-09-30 02:21:00,1800.0 -17361,buy_contrast_m10_bb_pos,buy,2025-09-30 02:24:00,1808.0 -17362,buy_contrast_m10_bb_pos,buy,2025-09-30 02:27:00,1808.0 -17363,buy_contrast_m10_bb_pos,buy,2025-09-30 07:42:00,1836.0 -17364,buy_contrast_m10_bb_pos,buy,2025-09-30 07:45:00,1838.0 -17365,buy_contrast_m10_bb_pos,buy,2025-09-30 07:48:00,1842.0 -17366,buy_contrast_m10_bb_pos,buy,2025-09-30 07:51:00,1838.0 -17367,buy_contrast_m10_bb_pos,buy,2025-09-30 07:54:00,1836.0 -17368,buy_contrast_m10_bb_pos,buy,2025-09-30 07:57:00,1838.0 -17369,buy_contrast_m10_bb_pos,buy,2025-09-30 08:00:00,1837.0 -17370,buy_contrast_m10_bb_pos,buy,2025-09-30 08:03:00,1833.0 -17371,buy_contrast_m10_bb_pos,buy,2025-09-30 08:06:00,1833.0 -17372,buy_contrast_m10_bb_pos,buy,2025-09-30 08:09:00,1830.0 -17373,buy_contrast_m10_bb_pos,buy,2025-09-30 08:12:00,1828.0 -17374,buy_contrast_m10_bb_pos,buy,2025-09-30 08:15:00,1826.0 -17375,buy_contrast_m10_bb_pos,buy,2025-09-30 08:18:00,1826.0 -17376,buy_contrast_m10_bb_pos,buy,2025-09-30 08:21:00,1830.0 -17377,buy_contrast_m10_bb_pos,buy,2025-09-30 08:24:00,1827.0 -17378,buy_contrast_m10_bb_pos,buy,2025-09-30 08:27:00,1827.0 -17379,buy_contrast_m10_bb_pos,buy,2025-09-30 08:30:00,1829.0 -17380,buy_contrast_m10_bb_pos,buy,2025-09-30 08:33:00,1830.0 -17381,buy_contrast_m10_bb_pos,buy,2025-09-30 08:36:00,1830.0 -17382,buy_contrast_m10_bb_pos,buy,2025-09-30 08:39:00,1830.0 -17383,buy_contrast_m10_bb_pos,buy,2025-09-30 08:42:00,1832.0 -17384,buy_contrast_m10_bb_pos,buy,2025-09-30 08:45:00,1830.0 -17385,buy_contrast_m10_bb_pos,buy,2025-09-30 08:48:00,1830.0 -17386,buy_contrast_m10_bb_pos,buy,2025-09-30 09:21:00,1817.0 -17387,buy_contrast_m10_bb_pos,buy,2025-09-30 09:24:00,1815.0 -17388,buy_contrast_m10_bb_pos,buy,2025-09-30 09:27:00,1812.0 -17389,buy_contrast_m10_bb_pos,buy,2025-09-30 09:30:00,1811.0 -17390,buy_contrast_m10_bb_pos,buy,2025-09-30 09:33:00,1812.0 -17391,buy_contrast_m10_bb_pos,buy,2025-09-30 09:36:00,1814.0 -17392,buy_contrast_m10_bb_pos,buy,2025-09-30 09:39:00,1813.0 -17393,buy_contrast_m10_bb_pos,buy,2025-09-30 09:42:00,1818.0 -17394,buy_contrast_m10_bb_pos,buy,2025-09-30 09:45:00,1820.0 -17395,buy_contrast_m10_bb_pos,buy,2025-09-30 09:48:00,1817.0 -17396,buy_contrast_m10_bb_pos,buy,2025-09-30 10:00:00,1802.0 -17397,buy_contrast_m10_bb_pos,buy,2025-09-30 10:03:00,1802.0 -17398,buy_contrast_m10_bb_pos,buy,2025-09-30 10:06:00,1803.0 -17399,buy_contrast_m10_bb_pos,buy,2025-09-30 10:09:00,1810.0 -17400,buy_contrast_m10_bb_pos,buy,2025-09-30 12:00:00,1801.0 -17401,buy_contrast_m10_bb_pos,buy,2025-09-30 12:03:00,1808.0 -17402,buy_contrast_m10_bb_pos,buy,2025-09-30 12:06:00,1808.0 -17403,buy_contrast_m10_bb_pos,buy,2025-09-30 12:09:00,1805.0 -17404,buy_contrast_m10_bb_pos,buy,2025-09-30 12:42:00,1806.0 -17405,buy_contrast_m10_bb_pos,buy,2025-09-30 12:45:00,1805.0 -17406,buy_contrast_m10_bb_pos,buy,2025-09-30 12:48:00,1803.0 -17407,buy_contrast_m10_bb_pos,buy,2025-09-30 14:21:00,1800.0 -17408,buy_contrast_m10_bb_pos,buy,2025-09-30 14:24:00,1803.0 -17409,buy_contrast_m10_bb_pos,buy,2025-09-30 14:27:00,1801.0 -17410,buy_contrast_m10_bb_pos,buy,2025-09-30 15:00:00,1796.0 -17411,buy_contrast_m10_bb_pos,buy,2025-09-30 15:03:00,1798.0 -17412,buy_contrast_m10_bb_pos,buy,2025-09-30 15:06:00,1799.0 -17413,buy_contrast_m10_bb_pos,buy,2025-09-30 15:09:00,1798.0 -17414,buy_contrast_m10_bb_pos,buy,2025-09-30 15:21:00,1797.0 -17415,buy_contrast_m10_bb_pos,buy,2025-09-30 15:24:00,1797.0 -17416,buy_contrast_m10_bb_pos,buy,2025-09-30 15:27:00,1802.0 -17417,buy_contrast_m10_bb_pos,buy,2025-09-30 17:21:00,1792.0 -17418,buy_contrast_m10_bb_pos,buy,2025-09-30 17:24:00,1795.0 -17419,buy_contrast_m10_bb_pos,buy,2025-09-30 17:27:00,1794.0 -17420,buy_contrast_m10_bb_pos,buy,2025-09-30 18:00:00,1788.0 -17421,buy_contrast_m10_bb_pos,buy,2025-09-30 18:03:00,1788.0 -17422,buy_contrast_m10_bb_pos,buy,2025-09-30 18:06:00,1790.0 -17423,buy_contrast_m10_bb_pos,buy,2025-09-30 18:09:00,1789.0 -17424,buy_contrast_m10_bb_pos,buy,2025-09-30 18:12:00,1788.0 -17425,buy_contrast_m10_bb_pos,buy,2025-09-30 18:15:00,1786.0 -17426,buy_contrast_m10_bb_pos,buy,2025-09-30 18:18:00,1786.0 -17427,buy_contrast_m10_bb_pos,buy,2025-09-30 18:51:00,1787.0 -17428,buy_contrast_m10_bb_pos,buy,2025-09-30 18:54:00,1786.0 -17429,buy_contrast_m10_bb_pos,buy,2025-09-30 18:57:00,1787.0 -17430,buy_contrast_m10_bb_pos,buy,2025-09-30 21:30:00,1784.0 -17431,buy_contrast_m10_bb_pos,buy,2025-09-30 21:33:00,1787.0 -17432,buy_contrast_m10_bb_pos,buy,2025-09-30 21:36:00,1783.0 -17433,buy_contrast_m10_bb_pos,buy,2025-09-30 21:39:00,1787.0 -17434,buy_contrast_m10_bb_pos,buy,2025-09-30 23:42:00,1787.0 -17435,buy_contrast_m10_bb_pos,buy,2025-09-30 23:45:00,1786.0 -17436,buy_contrast_m10_bb_pos,buy,2025-09-30 23:48:00,1785.0 -17437,buy_contrast_m10_bb_pos,buy,2025-10-01 00:30:00,1781.0 -17438,buy_contrast_m10_bb_pos,buy,2025-10-01 00:33:00,1791.0 -17439,buy_contrast_m10_bb_pos,buy,2025-10-01 00:36:00,1789.0 -17440,buy_contrast_m10_bb_pos,buy,2025-10-01 00:39:00,1790.0 -17441,buy_contrast_m10_bb_pos,buy,2025-10-01 02:42:00,1767.0 -17442,buy_contrast_m10_bb_pos,buy,2025-10-01 02:45:00,1765.0 -17443,buy_contrast_m10_bb_pos,buy,2025-10-01 02:48:00,1763.0 -17444,buy_contrast_m10_bb_pos,buy,2025-10-01 02:51:00,1763.0 -17445,buy_contrast_m10_bb_pos,buy,2025-10-01 02:54:00,1764.0 -17446,buy_contrast_m10_bb_pos,buy,2025-10-01 02:57:00,1762.0 -17447,buy_contrast_m10_bb_pos,buy,2025-10-01 03:00:00,1762.0 -17448,buy_contrast_m10_bb_pos,buy,2025-10-01 03:03:00,1764.0 -17449,buy_contrast_m10_bb_pos,buy,2025-10-01 03:06:00,1762.0 -17450,buy_contrast_m10_bb_pos,buy,2025-10-01 03:09:00,1762.0 -17451,buy_contrast_m10_bb_pos,buy,2025-10-01 09:21:00,1772.0 -17452,buy_contrast_m10_bb_pos,buy,2025-10-01 09:24:00,1771.0 -17453,buy_contrast_m10_bb_pos,buy,2025-10-01 09:27:00,1765.0 -17454,buy_contrast_m10_bb_pos,buy,2025-10-01 09:42:00,1766.0 -17455,buy_contrast_m10_bb_pos,buy,2025-10-01 09:45:00,1770.0 -17456,buy_contrast_m10_bb_pos,buy,2025-10-01 09:48:00,1770.0 -17457,buy_contrast_m10_bb_pos,buy,2025-10-01 15:42:00,1780.0 -17458,buy_contrast_m10_bb_pos,buy,2025-10-01 15:45:00,1780.0 -17459,buy_contrast_m10_bb_pos,buy,2025-10-01 15:48:00,1779.0 -17460,buy_contrast_m10_bb_pos,buy,2025-10-01 15:51:00,1776.0 -17461,buy_contrast_m10_bb_pos,buy,2025-10-01 15:54:00,1777.0 -17462,buy_contrast_m10_bb_pos,buy,2025-10-01 15:57:00,1773.0 -17463,buy_contrast_m10_bb_pos,buy,2025-10-01 16:12:00,1779.0 -17464,buy_contrast_m10_bb_pos,buy,2025-10-01 16:15:00,1780.0 -17465,buy_contrast_m10_bb_pos,buy,2025-10-01 16:18:00,1784.0 -17466,buy_contrast_m10_bb_pos,buy,2025-10-02 05:30:00,1858.0 -17467,buy_contrast_m10_bb_pos,buy,2025-10-02 05:33:00,1856.0 -17468,buy_contrast_m10_bb_pos,buy,2025-10-02 05:36:00,1856.0 -17469,buy_contrast_m10_bb_pos,buy,2025-10-02 05:39:00,1855.0 -17470,buy_contrast_m10_bb_pos,buy,2025-10-02 05:51:00,1857.0 -17471,buy_contrast_m10_bb_pos,buy,2025-10-02 05:54:00,1856.0 -17472,buy_contrast_m10_bb_pos,buy,2025-10-02 05:57:00,1855.0 -17473,buy_contrast_m10_bb_pos,buy,2025-10-02 06:00:00,1854.0 -17474,buy_contrast_m10_bb_pos,buy,2025-10-02 06:03:00,1851.0 -17475,buy_contrast_m10_bb_pos,buy,2025-10-02 06:06:00,1853.0 -17476,buy_contrast_m10_bb_pos,buy,2025-10-02 06:09:00,1851.0 -17477,buy_contrast_m10_bb_pos,buy,2025-10-02 06:12:00,1850.0 -17478,buy_contrast_m10_bb_pos,buy,2025-10-02 06:15:00,1850.0 -17479,buy_contrast_m10_bb_pos,buy,2025-10-02 06:18:00,1851.0 -17480,buy_contrast_m10_bb_pos,buy,2025-10-02 06:21:00,1849.0 -17481,buy_contrast_m10_bb_pos,buy,2025-10-02 06:24:00,1846.0 -17482,buy_contrast_m10_bb_pos,buy,2025-10-02 06:27:00,1847.0 -17483,buy_contrast_m10_bb_pos,buy,2025-10-02 06:30:00,1847.0 -17484,buy_contrast_m10_bb_pos,buy,2025-10-02 06:33:00,1844.0 -17485,buy_contrast_m10_bb_pos,buy,2025-10-02 06:36:00,1845.0 -17486,buy_contrast_m10_bb_pos,buy,2025-10-02 06:39:00,1843.0 -17487,buy_contrast_m10_bb_pos,buy,2025-10-02 06:42:00,1843.0 -17488,buy_contrast_m10_bb_pos,buy,2025-10-02 06:45:00,1840.0 -17489,buy_contrast_m10_bb_pos,buy,2025-10-02 06:48:00,1845.0 -17490,buy_contrast_m10_bb_pos,buy,2025-10-02 06:51:00,1847.0 -17491,buy_contrast_m10_bb_pos,buy,2025-10-02 06:54:00,1850.0 -17492,buy_contrast_m10_bb_pos,buy,2025-10-02 06:57:00,1852.0 -17493,buy_contrast_m10_bb_pos,buy,2025-10-02 16:12:00,1889.0 -17494,buy_contrast_m10_bb_pos,buy,2025-10-02 16:15:00,1888.0 -17495,buy_contrast_m10_bb_pos,buy,2025-10-02 16:18:00,1889.0 -17496,buy_contrast_m10_bb_pos,buy,2025-10-02 17:12:00,1881.0 -17497,buy_contrast_m10_bb_pos,buy,2025-10-02 17:15:00,1882.0 -17498,buy_contrast_m10_bb_pos,buy,2025-10-02 17:18:00,1882.0 -17499,buy_contrast_m10_bb_pos,buy,2025-10-02 17:30:00,1882.0 -17500,buy_contrast_m10_bb_pos,buy,2025-10-02 17:33:00,1885.0 -17501,buy_contrast_m10_bb_pos,buy,2025-10-02 17:36:00,1885.0 -17502,buy_contrast_m10_bb_pos,buy,2025-10-02 17:39:00,1885.0 -17503,buy_contrast_m10_bb_pos,buy,2025-10-02 22:30:00,1879.0 -17504,buy_contrast_m10_bb_pos,buy,2025-10-02 22:33:00,1884.0 -17505,buy_contrast_m10_bb_pos,buy,2025-10-02 22:36:00,1883.0 -17506,buy_contrast_m10_bb_pos,buy,2025-10-02 22:39:00,1883.0 -17507,buy_contrast_m10_bb_pos,buy,2025-10-02 22:42:00,1878.0 -17508,buy_contrast_m10_bb_pos,buy,2025-10-02 22:45:00,1880.0 -17509,buy_contrast_m10_bb_pos,buy,2025-10-02 22:48:00,1882.0 -17510,buy_contrast_m10_bb_pos,buy,2025-10-02 23:21:00,1870.0 -17511,buy_contrast_m10_bb_pos,buy,2025-10-02 23:24:00,1873.0 -17512,buy_contrast_m10_bb_pos,buy,2025-10-02 23:27:00,1874.0 -17513,buy_contrast_m10_bb_pos,buy,2025-10-02 23:42:00,1865.0 -17514,buy_contrast_m10_bb_pos,buy,2025-10-02 23:45:00,1856.0 -17515,buy_contrast_m10_bb_pos,buy,2025-10-02 23:48:00,1857.0 -17516,buy_contrast_m10_bb_pos,buy,2025-10-03 00:12:00,1856.0 -17517,buy_contrast_m10_bb_pos,buy,2025-10-03 00:15:00,1859.0 -17518,buy_contrast_m10_bb_pos,buy,2025-10-03 00:18:00,1859.0 -17519,buy_contrast_m10_bb_pos,buy,2025-10-03 00:21:00,1858.0 -17520,buy_contrast_m10_bb_pos,buy,2025-10-03 00:24:00,1862.0 -17521,buy_contrast_m10_bb_pos,buy,2025-10-03 00:27:00,1865.0 -17522,buy_contrast_m10_bb_pos,buy,2025-10-03 08:21:00,1913.0 -17523,buy_contrast_m10_bb_pos,buy,2025-10-03 08:24:00,1912.0 -17524,buy_contrast_m10_bb_pos,buy,2025-10-03 08:27:00,1910.0 -17525,buy_contrast_m10_bb_pos,buy,2025-10-03 08:30:00,1909.0 -17526,buy_contrast_m10_bb_pos,buy,2025-10-03 08:33:00,1907.0 -17527,buy_contrast_m10_bb_pos,buy,2025-10-03 08:36:00,1907.0 -17528,buy_contrast_m10_bb_pos,buy,2025-10-03 08:39:00,1908.0 -17529,buy_contrast_m10_bb_pos,buy,2025-10-03 08:42:00,1908.0 -17530,buy_contrast_m10_bb_pos,buy,2025-10-03 08:45:00,1908.0 -17531,buy_contrast_m10_bb_pos,buy,2025-10-03 08:48:00,1907.0 -17532,buy_contrast_m10_bb_pos,buy,2025-10-03 08:51:00,1907.0 -17533,buy_contrast_m10_bb_pos,buy,2025-10-03 08:54:00,1914.0 -17534,buy_contrast_m10_bb_pos,buy,2025-10-03 08:57:00,1916.0 -17535,buy_contrast_m10_bb_pos,buy,2025-10-03 09:12:00,1902.0 -17536,buy_contrast_m10_bb_pos,buy,2025-10-03 09:15:00,1901.0 -17537,buy_contrast_m10_bb_pos,buy,2025-10-03 09:18:00,1907.0 -17538,buy_contrast_m10_bb_pos,buy,2025-10-03 09:21:00,1905.0 -17539,buy_contrast_m10_bb_pos,buy,2025-10-03 09:24:00,1906.0 -17540,buy_contrast_m10_bb_pos,buy,2025-10-03 09:27:00,1909.0 -17541,buy_contrast_m10_bb_pos,buy,2025-10-03 09:51:00,1903.0 -17542,buy_contrast_m10_bb_pos,buy,2025-10-03 09:54:00,1904.0 -17543,buy_contrast_m10_bb_pos,buy,2025-10-03 09:57:00,1900.0 -17544,buy_contrast_m10_bb_pos,buy,2025-10-03 10:00:00,1897.0 -17545,buy_contrast_m10_bb_pos,buy,2025-10-03 10:03:00,1899.0 -17546,buy_contrast_m10_bb_pos,buy,2025-10-03 10:06:00,1903.0 -17547,buy_contrast_m10_bb_pos,buy,2025-10-03 10:09:00,1897.0 -17548,buy_contrast_m10_bb_pos,buy,2025-10-03 10:12:00,1894.0 -17549,buy_contrast_m10_bb_pos,buy,2025-10-03 10:15:00,1894.0 -17550,buy_contrast_m10_bb_pos,buy,2025-10-03 10:18:00,1894.0 -17551,buy_contrast_m10_bb_pos,buy,2025-10-03 10:21:00,1893.0 -17552,buy_contrast_m10_bb_pos,buy,2025-10-03 10:24:00,1886.0 -17553,buy_contrast_m10_bb_pos,buy,2025-10-03 10:27:00,1884.0 -17554,buy_contrast_m10_bb_pos,buy,2025-10-03 10:51:00,1883.0 -17555,buy_contrast_m10_bb_pos,buy,2025-10-03 10:54:00,1879.0 -17556,buy_contrast_m10_bb_pos,buy,2025-10-03 10:57:00,1880.0 -17557,buy_contrast_m10_bb_pos,buy,2025-10-03 11:00:00,1881.0 -17558,buy_contrast_m10_bb_pos,buy,2025-10-03 11:03:00,1879.0 -17559,buy_contrast_m10_bb_pos,buy,2025-10-03 11:06:00,1883.0 -17560,buy_contrast_m10_bb_pos,buy,2025-10-03 11:09:00,1882.0 -17561,buy_contrast_m10_bb_pos,buy,2025-10-03 11:12:00,1887.0 -17562,buy_contrast_m10_bb_pos,buy,2025-10-03 11:15:00,1892.0 -17563,buy_contrast_m10_bb_pos,buy,2025-10-03 11:18:00,1892.0 -17564,buy_contrast_m10_bb_pos,buy,2025-10-03 14:51:00,1894.0 -17565,buy_contrast_m10_bb_pos,buy,2025-10-03 14:54:00,1895.0 -17566,buy_contrast_m10_bb_pos,buy,2025-10-03 14:57:00,1896.0 -17567,buy_contrast_m10_bb_pos,buy,2025-10-03 16:12:00,1898.0 -17568,buy_contrast_m10_bb_pos,buy,2025-10-03 16:15:00,1898.0 -17569,buy_contrast_m10_bb_pos,buy,2025-10-03 16:18:00,1903.0 -17570,buy_contrast_m10_bb_pos,buy,2025-10-03 20:21:00,1883.0 -17571,buy_contrast_m10_bb_pos,buy,2025-10-03 20:24:00,1885.0 -17572,buy_contrast_m10_bb_pos,buy,2025-10-03 20:27:00,1885.0 -17573,buy_contrast_m10_bb_pos,buy,2025-10-03 20:30:00,1885.0 -17574,buy_contrast_m10_bb_pos,buy,2025-10-03 20:33:00,1884.0 -17575,buy_contrast_m10_bb_pos,buy,2025-10-03 20:36:00,1887.0 -17576,buy_contrast_m10_bb_pos,buy,2025-10-03 20:39:00,1884.0 -17577,buy_contrast_m10_bb_pos,buy,2025-10-03 20:42:00,1886.0 -17578,buy_contrast_m10_bb_pos,buy,2025-10-03 20:45:00,1887.0 -17579,buy_contrast_m10_bb_pos,buy,2025-10-03 20:48:00,1883.0 -17580,buy_contrast_m10_bb_pos,buy,2025-10-03 21:51:00,1880.0 -17581,buy_contrast_m10_bb_pos,buy,2025-10-03 21:54:00,1884.0 -17582,buy_contrast_m10_bb_pos,buy,2025-10-03 21:57:00,1885.0 -17583,buy_contrast_m10_bb_pos,buy,2025-10-03 22:12:00,1875.0 -17584,buy_contrast_m10_bb_pos,buy,2025-10-03 22:15:00,1874.0 -17585,buy_contrast_m10_bb_pos,buy,2025-10-03 22:18:00,1876.0 -17586,buy_contrast_m10_bb_pos,buy,2025-10-03 23:21:00,1870.0 -17587,buy_contrast_m10_bb_pos,buy,2025-10-03 23:24:00,1880.0 -17588,buy_contrast_m10_bb_pos,buy,2025-10-03 23:27:00,1883.0 -17589,buy_contrast_m10_bb_pos,buy,2025-10-04 00:12:00,1873.0 -17590,buy_contrast_m10_bb_pos,buy,2025-10-04 00:15:00,1878.0 -17591,buy_contrast_m10_bb_pos,buy,2025-10-04 00:18:00,1881.0 -17592,buy_contrast_m10_bb_pos,buy,2025-10-04 08:51:00,1902.0 -17593,buy_contrast_m10_bb_pos,buy,2025-10-04 08:54:00,1903.0 -17594,buy_contrast_m10_bb_pos,buy,2025-10-04 08:57:00,1901.0 -17595,buy_contrast_m10_bb_pos,buy,2025-10-04 09:00:00,1901.0 -17596,buy_contrast_m10_bb_pos,buy,2025-10-04 09:03:00,1901.0 -17597,buy_contrast_m10_bb_pos,buy,2025-10-04 09:06:00,1901.0 -17598,buy_contrast_m10_bb_pos,buy,2025-10-04 09:09:00,1899.0 -17599,buy_contrast_m10_bb_pos,buy,2025-10-04 10:00:00,1890.0 -17600,buy_contrast_m10_bb_pos,buy,2025-10-04 10:03:00,1890.0 -17601,buy_contrast_m10_bb_pos,buy,2025-10-04 10:06:00,1887.0 -17602,buy_contrast_m10_bb_pos,buy,2025-10-04 10:09:00,1888.0 -17603,buy_contrast_m10_bb_pos,buy,2025-10-04 10:12:00,1886.0 -17604,buy_contrast_m10_bb_pos,buy,2025-10-04 10:15:00,1881.0 -17605,buy_contrast_m10_bb_pos,buy,2025-10-04 10:18:00,1883.0 -17606,buy_contrast_m10_bb_pos,buy,2025-10-04 10:21:00,1886.0 -17607,buy_contrast_m10_bb_pos,buy,2025-10-04 10:24:00,1884.0 -17608,buy_contrast_m10_bb_pos,buy,2025-10-04 10:27:00,1883.0 -17609,buy_contrast_m10_bb_pos,buy,2025-10-04 10:30:00,1882.0 -17610,buy_contrast_m10_bb_pos,buy,2025-10-04 10:33:00,1883.0 -17611,buy_contrast_m10_bb_pos,buy,2025-10-04 10:36:00,1881.0 -17612,buy_contrast_m10_bb_pos,buy,2025-10-04 10:39:00,1880.0 -17613,buy_contrast_m10_bb_pos,buy,2025-10-04 10:42:00,1882.0 -17614,buy_contrast_m10_bb_pos,buy,2025-10-04 10:45:00,1882.0 -17615,buy_contrast_m10_bb_pos,buy,2025-10-04 10:48:00,1881.0 -17616,buy_contrast_m10_bb_pos,buy,2025-10-04 10:51:00,1877.0 -17617,buy_contrast_m10_bb_pos,buy,2025-10-04 10:54:00,1874.0 -17618,buy_contrast_m10_bb_pos,buy,2025-10-04 10:57:00,1875.0 -17619,buy_contrast_m10_bb_pos,buy,2025-10-04 11:00:00,1875.0 -17620,buy_contrast_m10_bb_pos,buy,2025-10-04 11:03:00,1880.0 -17621,buy_contrast_m10_bb_pos,buy,2025-10-04 11:06:00,1880.0 -17622,buy_contrast_m10_bb_pos,buy,2025-10-04 11:09:00,1875.0 -17623,buy_contrast_m10_bb_pos,buy,2025-10-04 11:12:00,1873.0 -17624,buy_contrast_m10_bb_pos,buy,2025-10-04 11:15:00,1870.0 -17625,buy_contrast_m10_bb_pos,buy,2025-10-04 11:18:00,1864.0 -17626,buy_contrast_m10_bb_pos,buy,2025-10-04 11:30:00,1869.0 -17627,buy_contrast_m10_bb_pos,buy,2025-10-04 11:33:00,1869.0 -17628,buy_contrast_m10_bb_pos,buy,2025-10-04 11:36:00,1872.0 -17629,buy_contrast_m10_bb_pos,buy,2025-10-04 11:39:00,1872.0 -17630,buy_contrast_m10_bb_pos,buy,2025-10-04 11:42:00,1870.0 -17631,buy_contrast_m10_bb_pos,buy,2025-10-04 11:45:00,1870.0 -17632,buy_contrast_m10_bb_pos,buy,2025-10-04 11:48:00,1868.0 -17633,buy_contrast_m10_bb_pos,buy,2025-10-04 11:51:00,1868.0 -17634,buy_contrast_m10_bb_pos,buy,2025-10-04 11:54:00,1869.0 -17635,buy_contrast_m10_bb_pos,buy,2025-10-04 11:57:00,1870.0 -17636,buy_contrast_m10_bb_pos,buy,2025-10-04 12:21:00,1865.0 -17637,buy_contrast_m10_bb_pos,buy,2025-10-04 12:24:00,1865.0 -17638,buy_contrast_m10_bb_pos,buy,2025-10-04 12:27:00,1866.0 -17639,buy_contrast_m10_bb_pos,buy,2025-10-04 14:51:00,1864.0 -17640,buy_contrast_m10_bb_pos,buy,2025-10-04 14:54:00,1867.0 -17641,buy_contrast_m10_bb_pos,buy,2025-10-04 14:57:00,1866.0 -17642,buy_contrast_m10_bb_pos,buy,2025-10-04 16:51:00,1860.0 -17643,buy_contrast_m10_bb_pos,buy,2025-10-04 16:54:00,1860.0 -17644,buy_contrast_m10_bb_pos,buy,2025-10-04 16:57:00,1861.0 -17645,buy_contrast_m10_bb_pos,buy,2025-10-04 17:12:00,1860.0 -17646,buy_contrast_m10_bb_pos,buy,2025-10-04 17:15:00,1856.0 -17647,buy_contrast_m10_bb_pos,buy,2025-10-04 17:18:00,1849.0 -17648,buy_contrast_m10_bb_pos,buy,2025-10-04 17:51:00,1846.0 -17649,buy_contrast_m10_bb_pos,buy,2025-10-04 17:54:00,1845.0 -17650,buy_contrast_m10_bb_pos,buy,2025-10-04 17:57:00,1847.0 -17651,buy_contrast_m10_bb_pos,buy,2025-10-04 18:00:00,1846.0 -17652,buy_contrast_m10_bb_pos,buy,2025-10-04 18:03:00,1843.0 -17653,buy_contrast_m10_bb_pos,buy,2025-10-04 18:06:00,1848.0 -17654,buy_contrast_m10_bb_pos,buy,2025-10-04 18:09:00,1851.0 -17655,buy_contrast_m10_bb_pos,buy,2025-10-04 18:51:00,1841.0 -17656,buy_contrast_m10_bb_pos,buy,2025-10-04 18:54:00,1835.0 -17657,buy_contrast_m10_bb_pos,buy,2025-10-04 18:57:00,1834.0 -17658,buy_contrast_m10_bb_pos,buy,2025-10-04 19:21:00,1838.0 -17659,buy_contrast_m10_bb_pos,buy,2025-10-04 19:24:00,1839.0 -17660,buy_contrast_m10_bb_pos,buy,2025-10-04 19:27:00,1840.0 -17661,buy_contrast_m10_bb_pos,buy,2025-10-04 19:42:00,1829.0 -17662,buy_contrast_m10_bb_pos,buy,2025-10-04 19:45:00,1830.0 -17663,buy_contrast_m10_bb_pos,buy,2025-10-04 19:48:00,1830.0 -17664,buy_contrast_m10_bb_pos,buy,2025-10-04 20:00:00,1826.0 -17665,buy_contrast_m10_bb_pos,buy,2025-10-04 20:03:00,1826.0 -17666,buy_contrast_m10_bb_pos,buy,2025-10-04 20:06:00,1830.0 -17667,buy_contrast_m10_bb_pos,buy,2025-10-04 20:09:00,1827.0 -17668,buy_contrast_m10_bb_pos,buy,2025-10-04 20:12:00,1826.0 -17669,buy_contrast_m10_bb_pos,buy,2025-10-04 20:15:00,1824.0 -17670,buy_contrast_m10_bb_pos,buy,2025-10-04 20:18:00,1826.0 -17671,buy_contrast_m10_bb_pos,buy,2025-10-04 20:21:00,1824.0 -17672,buy_contrast_m10_bb_pos,buy,2025-10-04 20:24:00,1827.0 -17673,buy_contrast_m10_bb_pos,buy,2025-10-04 20:27:00,1825.0 -17674,buy_contrast_m10_bb_pos,buy,2025-10-04 23:51:00,1822.0 -17675,buy_contrast_m10_bb_pos,buy,2025-10-04 23:54:00,1825.0 -17676,buy_contrast_m10_bb_pos,buy,2025-10-04 23:57:00,1824.0 -17677,buy_contrast_m10_bb_pos,buy,2025-10-05 01:00:00,1803.0 -17678,buy_contrast_m10_bb_pos,buy,2025-10-05 09:51:00,1801.0 -17679,buy_contrast_m10_bb_pos,buy,2025-10-05 09:54:00,1798.0 -17680,buy_contrast_m10_bb_pos,buy,2025-10-05 09:57:00,1797.0 -17681,buy_contrast_m10_bb_pos,buy,2025-10-05 10:21:00,1799.0 -17682,buy_contrast_m10_bb_pos,buy,2025-10-05 10:24:00,1801.0 -17683,buy_contrast_m10_bb_pos,buy,2025-10-05 10:27:00,1801.0 -17684,buy_contrast_m10_bb_pos,buy,2025-10-05 18:51:00,1848.0 -17685,buy_contrast_m10_bb_pos,buy,2025-10-05 18:54:00,1843.0 -17686,buy_contrast_m10_bb_pos,buy,2025-10-05 18:57:00,1843.0 -17687,buy_contrast_m10_bb_pos,buy,2025-10-05 19:21:00,1842.0 -17688,buy_contrast_m10_bb_pos,buy,2025-10-05 19:24:00,1837.0 -17689,buy_contrast_m10_bb_pos,buy,2025-10-05 19:27:00,1831.0 -17690,buy_contrast_m10_bb_pos,buy,2025-10-05 19:30:00,1832.0 -17691,buy_contrast_m10_bb_pos,buy,2025-10-05 19:33:00,1828.0 -17692,buy_contrast_m10_bb_pos,buy,2025-10-05 19:36:00,1829.0 -17693,buy_contrast_m10_bb_pos,buy,2025-10-05 19:39:00,1832.0 -17694,buy_contrast_m10_bb_pos,buy,2025-10-05 19:42:00,1833.0 -17695,buy_contrast_m10_bb_pos,buy,2025-10-05 19:45:00,1835.0 -17696,buy_contrast_m10_bb_pos,buy,2025-10-05 19:48:00,1838.0 -17697,buy_contrast_m10_bb_pos,buy,2025-10-05 20:12:00,1823.0 -17698,buy_contrast_m10_bb_pos,buy,2025-10-05 20:15:00,1821.0 -17699,buy_contrast_m10_bb_pos,buy,2025-10-05 20:18:00,1823.0 -17700,buy_contrast_m10_bb_pos,buy,2025-10-05 20:21:00,1820.0 -17701,buy_contrast_m10_bb_pos,buy,2025-10-05 20:24:00,1822.0 -17702,buy_contrast_m10_bb_pos,buy,2025-10-05 20:27:00,1828.0 -17703,buy_contrast_m10_bb_pos,buy,2025-10-06 01:51:00,1823.0 -17704,buy_contrast_m10_bb_pos,buy,2025-10-06 01:54:00,1830.0 -17705,buy_contrast_m10_bb_pos,buy,2025-10-06 01:57:00,1832.0 -17706,buy_contrast_m10_bb_pos,buy,2025-10-06 02:42:00,1820.0 -17707,buy_contrast_m10_bb_pos,buy,2025-10-06 02:45:00,1821.0 -17708,buy_contrast_m10_bb_pos,buy,2025-10-06 02:48:00,1819.0 -17709,buy_contrast_m10_bb_pos,buy,2025-10-06 02:51:00,1814.0 -17710,buy_contrast_m10_bb_pos,buy,2025-10-06 02:54:00,1811.0 -17711,buy_contrast_m10_bb_pos,buy,2025-10-06 02:57:00,1812.0 -17712,buy_contrast_m10_bb_pos,buy,2025-10-06 03:00:00,1816.0 -17713,buy_contrast_m10_bb_pos,buy,2025-10-06 03:03:00,1816.0 -17714,buy_contrast_m10_bb_pos,buy,2025-10-06 03:06:00,1816.0 -17715,buy_contrast_m10_bb_pos,buy,2025-10-06 03:09:00,1811.0 -17716,buy_contrast_m10_bb_pos,buy,2025-10-06 03:21:00,1811.0 -17717,buy_contrast_m10_bb_pos,buy,2025-10-06 03:24:00,1810.0 -17718,buy_contrast_m10_bb_pos,buy,2025-10-06 03:27:00,1816.0 -17719,buy_contrast_m10_bb_pos,buy,2025-10-06 04:12:00,1805.0 -17720,buy_contrast_m10_bb_pos,buy,2025-10-06 04:15:00,1806.0 -17721,buy_contrast_m10_bb_pos,buy,2025-10-06 04:18:00,1805.0 -17722,buy_contrast_m10_bb_pos,buy,2025-10-06 04:42:00,1806.0 -17723,buy_contrast_m10_bb_pos,buy,2025-10-06 04:45:00,1802.0 -17724,buy_contrast_m10_bb_pos,buy,2025-10-06 04:48:00,1805.0 -17725,buy_contrast_m10_bb_pos,buy,2025-10-06 04:51:00,1802.0 -17726,buy_contrast_m10_bb_pos,buy,2025-10-06 04:54:00,1802.0 -17727,buy_contrast_m10_bb_pos,buy,2025-10-06 04:57:00,1800.0 -17728,buy_contrast_m10_bb_pos,buy,2025-10-06 05:00:00,1798.0 -17729,buy_contrast_m10_bb_pos,buy,2025-10-06 05:03:00,1800.0 -17730,buy_contrast_m10_bb_pos,buy,2025-10-06 05:06:00,1801.0 -17731,buy_contrast_m10_bb_pos,buy,2025-10-06 05:09:00,1805.0 -17732,buy_contrast_m10_bb_pos,buy,2025-10-06 13:21:00,1803.0 -17733,buy_contrast_m10_bb_pos,buy,2025-10-06 13:24:00,1805.0 -17734,buy_contrast_m10_bb_pos,buy,2025-10-06 13:27:00,1804.0 -17735,buy_contrast_m10_bb_pos,buy,2025-10-06 13:42:00,1800.0 -17736,buy_contrast_m10_bb_pos,buy,2025-10-06 13:45:00,1800.0 -17737,buy_contrast_m10_bb_pos,buy,2025-10-06 13:48:00,1797.0 -17738,buy_contrast_m10_bb_pos,buy,2025-10-06 14:00:00,1798.0 -17739,buy_contrast_m10_bb_pos,buy,2025-10-06 14:03:00,1799.0 -17740,buy_contrast_m10_bb_pos,buy,2025-10-06 14:06:00,1799.0 -17741,buy_contrast_m10_bb_pos,buy,2025-10-06 14:09:00,1801.0 -17742,buy_contrast_m10_bb_pos,buy,2025-10-06 14:21:00,1799.0 -17743,buy_contrast_m10_bb_pos,buy,2025-10-06 14:24:00,1800.0 -17744,buy_contrast_m10_bb_pos,buy,2025-10-06 14:27:00,1804.0 -17745,buy_contrast_m10_bb_pos,buy,2025-10-06 19:42:00,1799.0 -17746,buy_contrast_m10_bb_pos,buy,2025-10-06 19:45:00,1798.0 -17747,buy_contrast_m10_bb_pos,buy,2025-10-06 19:48:00,1801.0 -17748,buy_contrast_m10_bb_pos,buy,2025-10-06 20:12:00,1798.0 -17749,buy_contrast_m10_bb_pos,buy,2025-10-06 20:15:00,1799.0 -17750,buy_contrast_m10_bb_pos,buy,2025-10-06 20:18:00,1797.0 -17751,buy_contrast_m10_bb_pos,buy,2025-10-06 20:21:00,1797.0 -17752,buy_contrast_m10_bb_pos,buy,2025-10-06 20:24:00,1801.0 -17753,buy_contrast_m10_bb_pos,buy,2025-10-06 20:27:00,1801.0 -17754,buy_contrast_m10_bb_pos,buy,2025-10-07 09:30:00,1856.0 -17755,buy_contrast_m10_bb_pos,buy,2025-10-07 09:33:00,1854.0 -17756,buy_contrast_m10_bb_pos,buy,2025-10-07 09:36:00,1853.0 -17757,buy_contrast_m10_bb_pos,buy,2025-10-07 09:39:00,1852.0 -17758,buy_contrast_m10_bb_pos,buy,2025-10-07 09:42:00,1853.0 -17759,buy_contrast_m10_bb_pos,buy,2025-10-07 09:45:00,1857.0 -17760,buy_contrast_m10_bb_pos,buy,2025-10-07 09:48:00,1853.0 -17761,buy_contrast_m10_bb_pos,buy,2025-10-07 16:30:00,1854.0 -17762,buy_contrast_m10_bb_pos,buy,2025-10-07 16:33:00,1850.0 -17763,buy_contrast_m10_bb_pos,buy,2025-10-07 16:36:00,1843.0 -17764,buy_contrast_m10_bb_pos,buy,2025-10-07 16:39:00,1838.0 -17765,buy_contrast_m10_bb_pos,buy,2025-10-07 17:00:00,1844.0 -17766,buy_contrast_m10_bb_pos,buy,2025-10-07 17:03:00,1837.0 -17767,buy_contrast_m10_bb_pos,buy,2025-10-07 17:06:00,1835.0 -17768,buy_contrast_m10_bb_pos,buy,2025-10-07 17:09:00,1827.0 -17769,buy_contrast_m10_bb_pos,buy,2025-10-07 17:42:00,1810.0 -17770,buy_contrast_m10_bb_pos,buy,2025-10-07 17:45:00,1810.0 -17771,buy_contrast_m10_bb_pos,buy,2025-10-07 17:48:00,1810.0 -17772,buy_contrast_m10_bb_pos,buy,2025-10-07 17:51:00,1810.0 -17773,buy_contrast_m10_bb_pos,buy,2025-10-07 17:54:00,1815.0 -17774,buy_contrast_m10_bb_pos,buy,2025-10-07 17:57:00,1814.0 -17775,buy_contrast_m10_bb_pos,buy,2025-10-08 00:42:00,1752.0 -17776,buy_contrast_m10_bb_pos,buy,2025-10-08 00:45:00,1750.0 -17777,buy_contrast_m10_bb_pos,buy,2025-10-08 00:48:00,1746.0 -17778,buy_contrast_m10_bb_pos,buy,2025-10-08 03:12:00,1741.0 -17779,buy_contrast_m10_bb_pos,buy,2025-10-08 03:15:00,1742.0 -17780,buy_contrast_m10_bb_pos,buy,2025-10-08 03:18:00,1741.0 -17781,buy_contrast_m10_bb_pos,buy,2025-10-08 03:21:00,1742.0 -17782,buy_contrast_m10_bb_pos,buy,2025-10-08 03:24:00,1742.0 -17783,buy_contrast_m10_bb_pos,buy,2025-10-08 03:27:00,1743.0 -17784,buy_contrast_m10_bb_pos,buy,2025-10-08 08:21:00,1749.0 -17785,buy_contrast_m10_bb_pos,buy,2025-10-08 08:24:00,1746.0 -17786,buy_contrast_m10_bb_pos,buy,2025-10-08 08:27:00,1745.0 -17787,buy_contrast_m10_bb_pos,buy,2025-10-08 09:12:00,1726.0 -17788,buy_contrast_m10_bb_pos,buy,2025-10-08 09:15:00,1728.0 -17789,buy_contrast_m10_bb_pos,buy,2025-10-08 09:18:00,1732.0 -17790,buy_contrast_m10_bb_pos,buy,2025-10-08 12:51:00,1724.0 -17791,buy_contrast_m10_bb_pos,buy,2025-10-08 12:54:00,1719.0 -17792,buy_contrast_m10_bb_pos,buy,2025-10-08 12:57:00,1722.0 -17793,buy_contrast_m10_bb_pos,buy,2025-10-08 14:51:00,1713.0 -17794,buy_contrast_m10_bb_pos,buy,2025-10-08 14:54:00,1709.0 -17795,buy_contrast_m10_bb_pos,buy,2025-10-08 14:57:00,1713.0 -17796,buy_contrast_m10_bb_pos,buy,2025-10-08 21:21:00,1706.0 -17797,buy_contrast_m10_bb_pos,buy,2025-10-08 21:24:00,1707.0 -17798,buy_contrast_m10_bb_pos,buy,2025-10-08 21:27:00,1708.0 -17799,buy_contrast_m10_bb_pos,buy,2025-10-09 09:51:00,1821.0 -17800,buy_contrast_m10_bb_pos,buy,2025-10-09 09:54:00,1817.0 -17801,buy_contrast_m10_bb_pos,buy,2025-10-09 09:57:00,1812.0 -17802,buy_contrast_m10_bb_pos,buy,2025-10-09 10:12:00,1819.0 -17803,buy_contrast_m10_bb_pos,buy,2025-10-09 10:15:00,1819.0 -17804,buy_contrast_m10_bb_pos,buy,2025-10-09 10:18:00,1829.0 -17805,buy_contrast_m10_bb_pos,buy,2025-10-09 10:42:00,1818.0 -17806,buy_contrast_m10_bb_pos,buy,2025-10-09 10:45:00,1818.0 -17807,buy_contrast_m10_bb_pos,buy,2025-10-09 10:48:00,1823.0 -17808,buy_contrast_m10_bb_pos,buy,2025-10-09 11:30:00,1809.0 -17809,buy_contrast_m10_bb_pos,buy,2025-10-09 11:33:00,1807.0 -17810,buy_contrast_m10_bb_pos,buy,2025-10-09 11:36:00,1795.0 -17811,buy_contrast_m10_bb_pos,buy,2025-10-09 11:39:00,1789.0 -17812,buy_contrast_m10_bb_pos,buy,2025-10-09 11:51:00,1798.0 -17813,buy_contrast_m10_bb_pos,buy,2025-10-09 11:54:00,1790.0 -17814,buy_contrast_m10_bb_pos,buy,2025-10-09 11:57:00,1786.0 -17815,buy_contrast_m10_bb_pos,buy,2025-10-09 15:30:00,1787.0 -17816,buy_contrast_m10_bb_pos,buy,2025-10-09 15:33:00,1789.0 -17817,buy_contrast_m10_bb_pos,buy,2025-10-09 15:36:00,1784.0 -17818,buy_contrast_m10_bb_pos,buy,2025-10-09 15:39:00,1782.0 -17819,buy_contrast_m10_bb_pos,buy,2025-10-09 15:51:00,1782.0 -17820,buy_contrast_m10_bb_pos,buy,2025-10-09 15:54:00,1781.0 -17821,buy_contrast_m10_bb_pos,buy,2025-10-09 15:57:00,1779.0 -17822,buy_contrast_m10_bb_pos,buy,2025-10-09 16:00:00,1781.0 -17823,buy_contrast_m10_bb_pos,buy,2025-10-09 16:03:00,1786.0 -17824,buy_contrast_m10_bb_pos,buy,2025-10-09 16:06:00,1781.0 -17825,buy_contrast_m10_bb_pos,buy,2025-10-09 16:09:00,1780.0 -17826,buy_contrast_m10_bb_pos,buy,2025-10-09 16:12:00,1780.0 -17827,buy_contrast_m10_bb_pos,buy,2025-10-09 16:15:00,1780.0 -17828,buy_contrast_m10_bb_pos,buy,2025-10-09 16:18:00,1784.0 -17829,buy_contrast_m10_bb_pos,buy,2025-10-09 16:30:00,1777.0 -17830,buy_contrast_m10_bb_pos,buy,2025-10-09 16:33:00,1774.0 -17831,buy_contrast_m10_bb_pos,buy,2025-10-09 16:36:00,1775.0 -17832,buy_contrast_m10_bb_pos,buy,2025-10-09 16:39:00,1773.0 -17833,buy_contrast_m10_bb_pos,buy,2025-10-09 16:42:00,1772.0 -17834,buy_contrast_m10_bb_pos,buy,2025-10-09 16:45:00,1773.0 -17835,buy_contrast_m10_bb_pos,buy,2025-10-09 16:48:00,1778.0 -17836,buy_contrast_m10_bb_pos,buy,2025-10-09 17:12:00,1769.0 -17837,buy_contrast_m10_bb_pos,buy,2025-10-09 17:15:00,1766.0 -17838,buy_contrast_m10_bb_pos,buy,2025-10-09 17:18:00,1769.0 -17839,buy_contrast_m10_bb_pos,buy,2025-10-09 17:21:00,1762.0 -17840,buy_contrast_m10_bb_pos,buy,2025-10-09 17:24:00,1765.0 -17841,buy_contrast_m10_bb_pos,buy,2025-10-09 17:27:00,1757.0 -17842,buy_contrast_m10_bb_pos,buy,2025-10-09 17:51:00,1753.0 -17843,buy_contrast_m10_bb_pos,buy,2025-10-09 17:54:00,1747.0 -17844,buy_contrast_m10_bb_pos,buy,2025-10-09 17:57:00,1744.0 -17845,buy_contrast_m10_bb_pos,buy,2025-10-09 18:12:00,1754.0 -17846,buy_contrast_m10_bb_pos,buy,2025-10-09 18:15:00,1756.0 -17847,buy_contrast_m10_bb_pos,buy,2025-10-09 18:18:00,1757.0 -17848,buy_contrast_m10_bb_pos,buy,2025-10-09 22:51:00,1747.0 -17849,buy_contrast_m10_bb_pos,buy,2025-10-09 22:54:00,1743.0 -17850,buy_contrast_m10_bb_pos,buy,2025-10-09 22:57:00,1736.0 -17851,buy_contrast_m10_bb_pos,buy,2025-10-09 23:21:00,1740.0 -17852,buy_contrast_m10_bb_pos,buy,2025-10-09 23:24:00,1734.0 -17853,buy_contrast_m10_bb_pos,buy,2025-10-09 23:27:00,1737.0 -17854,buy_contrast_m10_bb_pos,buy,2025-10-09 23:42:00,1739.0 -17855,buy_contrast_m10_bb_pos,buy,2025-10-09 23:45:00,1731.0 -17856,buy_contrast_m10_bb_pos,buy,2025-10-09 23:48:00,1735.0 -17857,buy_contrast_m10_bb_pos,buy,2025-10-10 05:30:00,1748.0 -17858,buy_contrast_m10_bb_pos,buy,2025-10-10 05:33:00,1748.0 -17859,buy_contrast_m10_bb_pos,buy,2025-10-10 05:36:00,1747.0 -17860,buy_contrast_m10_bb_pos,buy,2025-10-10 05:39:00,1747.0 -17861,buy_contrast_m10_bb_pos,buy,2025-10-10 05:42:00,1750.0 -17862,buy_contrast_m10_bb_pos,buy,2025-10-10 05:45:00,1749.0 -17863,buy_contrast_m10_bb_pos,buy,2025-10-10 05:48:00,1750.0 -17864,buy_contrast_m10_bb_pos,buy,2025-10-10 09:00:00,1749.0 -17865,buy_contrast_m10_bb_pos,buy,2025-10-10 09:03:00,1753.0 -17866,buy_contrast_m10_bb_pos,buy,2025-10-10 09:06:00,1751.0 -17867,buy_contrast_m10_bb_pos,buy,2025-10-10 09:09:00,1752.0 -17868,buy_contrast_m10_bb_pos,buy,2025-10-10 15:51:00,1807.0 -17869,buy_contrast_m10_bb_pos,buy,2025-10-10 15:54:00,1799.0 -17870,buy_contrast_m10_bb_pos,buy,2025-10-10 15:57:00,1795.0 -17871,buy_contrast_m10_bb_pos,buy,2025-10-10 16:30:00,1792.0 -17872,buy_contrast_m10_bb_pos,buy,2025-10-10 16:33:00,1786.0 -17873,buy_contrast_m10_bb_pos,buy,2025-10-10 16:36:00,1789.0 -17874,buy_contrast_m10_bb_pos,buy,2025-10-10 16:39:00,1786.0 -17875,buy_contrast_m10_bb_pos,buy,2025-10-10 16:42:00,1790.0 -17876,buy_contrast_m10_bb_pos,buy,2025-10-10 16:45:00,1787.0 -17877,buy_contrast_m10_bb_pos,buy,2025-10-10 16:48:00,1788.0 -17878,buy_contrast_m10_bb_pos,buy,2025-10-10 16:51:00,1785.0 -17879,buy_contrast_m10_bb_pos,buy,2025-10-10 16:54:00,1789.0 -17880,buy_contrast_m10_bb_pos,buy,2025-10-10 16:57:00,1786.0 -17881,buy_contrast_m10_bb_pos,buy,2025-10-10 17:00:00,1786.0 -17882,buy_contrast_m10_bb_pos,buy,2025-10-10 17:03:00,1793.0 -17883,buy_contrast_m10_bb_pos,buy,2025-10-10 17:06:00,1793.0 -17884,buy_contrast_m10_bb_pos,buy,2025-10-10 17:09:00,1797.0 -17885,buy_contrast_m10_bb_pos,buy,2025-10-11 00:21:00,1812.0 -17886,buy_contrast_m10_bb_pos,buy,2025-10-11 00:24:00,1803.0 -17887,buy_contrast_m10_bb_pos,buy,2025-10-11 00:27:00,1790.0 -17888,buy_contrast_m10_bb_pos,buy,2025-10-11 00:51:00,1783.0 -17889,buy_contrast_m10_bb_pos,buy,2025-10-11 00:54:00,1775.0 -17890,buy_contrast_m10_bb_pos,buy,2025-10-11 00:57:00,1769.0 -17891,buy_contrast_m10_bb_pos,buy,2025-10-11 01:12:00,1773.0 -17892,buy_contrast_m10_bb_pos,buy,2025-10-11 01:15:00,1768.0 -17893,buy_contrast_m10_bb_pos,buy,2025-10-11 01:18:00,1761.0 -17894,buy_contrast_m10_bb_pos,buy,2025-10-11 01:21:00,1760.0 -17895,buy_contrast_m10_bb_pos,buy,2025-10-11 01:24:00,1770.0 -17896,buy_contrast_m10_bb_pos,buy,2025-10-11 01:27:00,1771.0 -17897,buy_contrast_m10_bb_pos,buy,2025-10-11 01:30:00,1763.0 -17898,buy_contrast_m10_bb_pos,buy,2025-10-11 01:33:00,1773.0 -17899,buy_contrast_m10_bb_pos,buy,2025-10-11 01:36:00,1771.0 -17900,buy_contrast_m10_bb_pos,buy,2025-10-11 01:39:00,1771.0 -17901,buy_contrast_m10_bb_pos,buy,2025-10-11 01:51:00,1754.0 -17902,buy_contrast_m10_bb_pos,buy,2025-10-11 01:54:00,1751.0 -17903,buy_contrast_m10_bb_pos,buy,2025-10-11 01:57:00,1749.0 -17904,buy_contrast_m10_bb_pos,buy,2025-10-11 02:00:00,1749.0 -17905,buy_contrast_m10_bb_pos,buy,2025-10-11 02:03:00,1746.0 -17906,buy_contrast_m10_bb_pos,buy,2025-10-11 02:06:00,1742.0 -17907,buy_contrast_m10_bb_pos,buy,2025-10-11 02:09:00,1749.0 -17908,buy_contrast_m10_bb_pos,buy,2025-10-11 02:51:00,1729.0 -17909,buy_contrast_m10_bb_pos,buy,2025-10-11 02:54:00,1726.0 -17910,buy_contrast_m10_bb_pos,buy,2025-10-11 02:57:00,1725.0 -17911,buy_contrast_m10_bb_pos,buy,2025-10-11 03:00:00,1729.0 -17912,buy_contrast_m10_bb_pos,buy,2025-10-11 03:03:00,1733.0 -17913,buy_contrast_m10_bb_pos,buy,2025-10-11 03:06:00,1732.0 -17914,buy_contrast_m10_bb_pos,buy,2025-10-11 03:09:00,1732.0 -17915,buy_contrast_m10_bb_pos,buy,2025-10-11 03:42:00,1726.0 -17916,buy_contrast_m10_bb_pos,buy,2025-10-11 03:45:00,1726.0 -17917,buy_contrast_m10_bb_pos,buy,2025-10-11 03:48:00,1721.0 -17918,buy_contrast_m10_bb_pos,buy,2025-10-11 03:51:00,1718.0 -17919,buy_contrast_m10_bb_pos,buy,2025-10-11 03:54:00,1720.0 -17920,buy_contrast_m10_bb_pos,buy,2025-10-11 03:57:00,1721.0 -17921,buy_contrast_m10_bb_pos,buy,2025-10-11 04:12:00,1709.0 -17922,buy_contrast_m10_bb_pos,buy,2025-10-11 04:15:00,1709.0 -17923,buy_contrast_m10_bb_pos,buy,2025-10-11 04:18:00,1710.0 -17924,buy_contrast_m10_bb_pos,buy,2025-10-11 04:21:00,1707.0 -17925,buy_contrast_m10_bb_pos,buy,2025-10-11 04:24:00,1705.0 -17926,buy_contrast_m10_bb_pos,buy,2025-10-11 04:27:00,1714.0 -17927,buy_contrast_m10_bb_pos,buy,2025-10-11 04:30:00,1700.0 -17928,buy_contrast_m10_bb_pos,buy,2025-10-11 04:33:00,1703.0 -17929,buy_contrast_m10_bb_pos,buy,2025-10-11 04:36:00,1706.0 -17930,buy_contrast_m10_bb_pos,buy,2025-10-11 04:39:00,1704.0 -17931,buy_contrast_m10_bb_pos,buy,2025-10-11 04:42:00,1706.0 -17932,buy_contrast_m10_bb_pos,buy,2025-10-11 04:45:00,1705.0 -17933,buy_contrast_m10_bb_pos,buy,2025-10-11 04:48:00,1705.0 -17934,buy_contrast_m10_bb_pos,buy,2025-10-11 05:00:00,1694.0 -17935,buy_contrast_m10_bb_pos,buy,2025-10-11 05:03:00,1696.0 -17936,buy_contrast_m10_bb_pos,buy,2025-10-11 05:06:00,1694.0 -17937,buy_contrast_m10_bb_pos,buy,2025-10-11 05:09:00,1692.0 -17938,buy_contrast_m10_bb_pos,buy,2025-10-11 05:12:00,1691.0 -17939,buy_contrast_m10_bb_pos,buy,2025-10-11 05:15:00,1691.0 -17940,buy_contrast_m10_bb_pos,buy,2025-10-11 05:18:00,1690.0 -17941,buy_contrast_m10_bb_pos,buy,2025-10-11 05:21:00,1692.0 -17942,buy_contrast_m10_bb_pos,buy,2025-10-11 05:24:00,1698.0 -17943,buy_contrast_m10_bb_pos,buy,2025-10-11 05:27:00,1700.0 -17944,buy_contrast_m10_bb_pos,buy,2025-10-11 06:42:00,1404.0 -17945,buy_contrast_m10_bb_pos,buy,2025-10-11 06:45:00,1405.0 -17946,buy_contrast_m10_bb_pos,buy,2025-10-11 06:48:00,1406.0 -17947,buy_contrast_m10_bb_pos,buy,2025-10-11 06:51:00,1411.0 -17948,buy_contrast_m10_bb_pos,buy,2025-10-11 06:54:00,1425.0 -17949,buy_contrast_m10_bb_pos,buy,2025-10-11 06:57:00,1444.0 -17950,buy_contrast_m10_bb_pos,buy,2025-10-11 10:21:00,1354.0 -17951,buy_contrast_m10_bb_pos,buy,2025-10-11 10:24:00,1325.0 -17952,buy_contrast_m10_bb_pos,buy,2025-10-11 10:27:00,1344.0 -17953,buy_contrast_m10_bb_pos,buy,2025-10-11 10:42:00,1355.0 -17954,buy_contrast_m10_bb_pos,buy,2025-10-11 10:45:00,1337.0 -17955,buy_contrast_m10_bb_pos,buy,2025-10-11 10:48:00,1343.0 -17956,buy_contrast_m10_bb_pos,buy,2025-10-11 11:00:00,1333.0 -17957,buy_contrast_m10_bb_pos,buy,2025-10-11 11:03:00,1350.0 -17958,buy_contrast_m10_bb_pos,buy,2025-10-11 11:06:00,1353.0 -17959,buy_contrast_m10_bb_pos,buy,2025-10-11 11:09:00,1370.0 -17960,buy_contrast_m10_bb_pos,buy,2025-10-11 16:21:00,1427.0 -17961,buy_contrast_m10_bb_pos,buy,2025-10-11 16:24:00,1438.0 -17962,buy_contrast_m10_bb_pos,buy,2025-10-11 16:27:00,1445.0 -17963,buy_contrast_m10_bb_pos,buy,2025-10-11 20:42:00,1471.0 -17964,buy_contrast_m10_bb_pos,buy,2025-10-11 20:45:00,1473.0 -17965,buy_contrast_m10_bb_pos,buy,2025-10-11 20:48:00,1474.0 -17966,buy_contrast_m10_bb_pos,buy,2025-10-11 22:00:00,1452.0 -17967,buy_contrast_m10_bb_pos,buy,2025-10-11 22:03:00,1457.0 -17968,buy_contrast_m10_bb_pos,buy,2025-10-11 22:06:00,1447.0 -17969,buy_contrast_m10_bb_pos,buy,2025-10-11 22:09:00,1446.0 -17970,buy_contrast_m10_bb_pos,buy,2025-10-11 22:21:00,1445.0 -17971,buy_contrast_m10_bb_pos,buy,2025-10-11 22:24:00,1441.0 -17972,buy_contrast_m10_bb_pos,buy,2025-10-11 22:27:00,1444.0 -17973,buy_contrast_m10_bb_pos,buy,2025-10-11 22:30:00,1438.0 -17974,buy_contrast_m10_bb_pos,buy,2025-10-11 22:33:00,1424.0 -17975,buy_contrast_m10_bb_pos,buy,2025-10-11 22:36:00,1428.0 -17976,buy_contrast_m10_bb_pos,buy,2025-10-11 22:39:00,1435.0 -17977,buy_contrast_m10_bb_pos,buy,2025-10-11 22:42:00,1437.0 -17978,buy_contrast_m10_bb_pos,buy,2025-10-11 22:45:00,1435.0 -17979,buy_contrast_m10_bb_pos,buy,2025-10-11 22:48:00,1439.0 -17980,buy_contrast_m10_bb_pos,buy,2025-10-11 23:12:00,1430.0 -17981,buy_contrast_m10_bb_pos,buy,2025-10-11 23:15:00,1434.0 -17982,buy_contrast_m10_bb_pos,buy,2025-10-11 23:18:00,1429.0 -17983,buy_contrast_m10_bb_pos,buy,2025-10-11 23:21:00,1431.0 -17984,buy_contrast_m10_bb_pos,buy,2025-10-11 23:24:00,1431.0 -17985,buy_contrast_m10_bb_pos,buy,2025-10-11 23:27:00,1432.0 -17986,buy_contrast_m10_bb_pos,buy,2025-10-12 01:51:00,1428.0 -17987,buy_contrast_m10_bb_pos,buy,2025-10-12 01:54:00,1426.0 -17988,buy_contrast_m10_bb_pos,buy,2025-10-12 01:57:00,1427.0 -17989,buy_contrast_m10_bb_pos,buy,2025-10-12 02:00:00,1425.0 -17990,buy_contrast_m10_bb_pos,buy,2025-10-12 02:03:00,1428.0 -17991,buy_contrast_m10_bb_pos,buy,2025-10-12 02:06:00,1428.0 -17992,buy_contrast_m10_bb_pos,buy,2025-10-12 02:09:00,1427.0 -17993,buy_contrast_m10_bb_pos,buy,2025-10-12 02:21:00,1421.0 -17994,buy_contrast_m10_bb_pos,buy,2025-10-12 02:24:00,1427.0 -17995,buy_contrast_m10_bb_pos,buy,2025-10-12 02:27:00,1430.0 -17996,buy_contrast_m10_bb_pos,buy,2025-10-12 02:30:00,1425.0 -17997,buy_contrast_m10_bb_pos,buy,2025-10-12 02:33:00,1425.0 -17998,buy_contrast_m10_bb_pos,buy,2025-10-12 02:36:00,1420.0 -17999,buy_contrast_m10_bb_pos,buy,2025-10-12 02:39:00,1419.0 -18000,buy_contrast_m10_bb_pos,buy,2025-10-12 02:42:00,1417.0 -18001,buy_contrast_m10_bb_pos,buy,2025-10-12 02:45:00,1421.0 -18002,buy_contrast_m10_bb_pos,buy,2025-10-12 02:48:00,1415.0 -18003,buy_contrast_m10_bb_pos,buy,2025-10-12 02:51:00,1417.0 -18004,buy_contrast_m10_bb_pos,buy,2025-10-12 02:54:00,1419.0 -18005,buy_contrast_m10_bb_pos,buy,2025-10-12 02:57:00,1419.0 -18006,buy_contrast_m10_bb_pos,buy,2025-10-12 03:30:00,1414.0 -18007,buy_contrast_m10_bb_pos,buy,2025-10-12 03:33:00,1411.0 -18008,buy_contrast_m10_bb_pos,buy,2025-10-12 03:36:00,1411.0 -18009,buy_contrast_m10_bb_pos,buy,2025-10-12 03:39:00,1417.0 -18010,buy_contrast_m10_bb_pos,buy,2025-10-12 04:12:00,1400.0 -18011,buy_contrast_m10_bb_pos,buy,2025-10-12 04:15:00,1401.0 -18012,buy_contrast_m10_bb_pos,buy,2025-10-12 04:18:00,1397.0 -18013,buy_contrast_m10_bb_pos,buy,2025-10-12 04:30:00,1399.0 -18014,buy_contrast_m10_bb_pos,buy,2025-10-12 04:33:00,1400.0 -18015,buy_contrast_m10_bb_pos,buy,2025-10-12 04:36:00,1394.0 -18016,buy_contrast_m10_bb_pos,buy,2025-10-12 04:39:00,1389.0 -18017,buy_contrast_m10_bb_pos,buy,2025-10-12 05:12:00,1380.0 -18018,buy_contrast_m10_bb_pos,buy,2025-10-12 05:15:00,1387.0 -18019,buy_contrast_m10_bb_pos,buy,2025-10-12 05:18:00,1395.0 -18020,buy_contrast_m10_bb_pos,buy,2025-10-12 05:42:00,1382.0 -18021,buy_contrast_m10_bb_pos,buy,2025-10-12 05:45:00,1380.0 -18022,buy_contrast_m10_bb_pos,buy,2025-10-12 05:48:00,1388.0 -18023,buy_contrast_m10_bb_pos,buy,2025-10-12 09:51:00,1405.0 -18024,buy_contrast_m10_bb_pos,buy,2025-10-12 09:54:00,1399.0 -18025,buy_contrast_m10_bb_pos,buy,2025-10-12 09:57:00,1391.0 -18026,buy_contrast_m10_bb_pos,buy,2025-10-12 10:30:00,1391.0 -18027,buy_contrast_m10_bb_pos,buy,2025-10-12 10:33:00,1388.0 -18028,buy_contrast_m10_bb_pos,buy,2025-10-12 10:36:00,1391.0 -18029,buy_contrast_m10_bb_pos,buy,2025-10-12 10:39:00,1390.0 -18030,buy_contrast_m10_bb_pos,buy,2025-10-12 10:42:00,1388.0 -18031,buy_contrast_m10_bb_pos,buy,2025-10-12 10:45:00,1390.0 -18032,buy_contrast_m10_bb_pos,buy,2025-10-12 10:48:00,1389.0 -18033,buy_contrast_m10_bb_pos,buy,2025-10-12 10:51:00,1384.0 -18034,buy_contrast_m10_bb_pos,buy,2025-10-12 10:54:00,1384.0 -18035,buy_contrast_m10_bb_pos,buy,2025-10-12 10:57:00,1381.0 -18036,buy_contrast_m10_bb_pos,buy,2025-10-12 11:21:00,1378.0 -18037,buy_contrast_m10_bb_pos,buy,2025-10-12 11:24:00,1376.0 -18038,buy_contrast_m10_bb_pos,buy,2025-10-12 11:27:00,1386.0 -18039,buy_contrast_m10_bb_pos,buy,2025-10-12 16:42:00,1397.0 -18040,buy_contrast_m10_bb_pos,buy,2025-10-12 16:45:00,1400.0 -18041,buy_contrast_m10_bb_pos,buy,2025-10-12 16:48:00,1406.0 -18042,buy_contrast_m10_bb_pos,buy,2025-10-12 18:00:00,1388.0 -18043,buy_contrast_m10_bb_pos,buy,2025-10-12 18:03:00,1383.0 -18044,buy_contrast_m10_bb_pos,buy,2025-10-12 18:06:00,1385.0 -18045,buy_contrast_m10_bb_pos,buy,2025-10-12 18:09:00,1380.0 -18046,buy_contrast_m10_bb_pos,buy,2025-10-13 07:12:00,1524.0 -18047,buy_contrast_m10_bb_pos,buy,2025-10-13 07:15:00,1532.0 -18048,buy_contrast_m10_bb_pos,buy,2025-10-13 07:18:00,1530.0 -18049,buy_contrast_m10_bb_pos,buy,2025-10-13 07:21:00,1529.0 -18050,buy_contrast_m10_bb_pos,buy,2025-10-13 07:24:00,1529.0 -18051,buy_contrast_m10_bb_pos,buy,2025-10-13 07:27:00,1522.0 -18052,buy_contrast_m10_bb_pos,buy,2025-10-13 07:30:00,1525.0 -18053,buy_contrast_m10_bb_pos,buy,2025-10-13 07:33:00,1526.0 -18054,buy_contrast_m10_bb_pos,buy,2025-10-13 07:36:00,1522.0 -18055,buy_contrast_m10_bb_pos,buy,2025-10-13 07:39:00,1521.0 -18056,buy_contrast_m10_bb_pos,buy,2025-10-13 07:42:00,1519.0 -18057,buy_contrast_m10_bb_pos,buy,2025-10-13 07:45:00,1518.0 -18058,buy_contrast_m10_bb_pos,buy,2025-10-13 07:48:00,1520.0 -18059,buy_contrast_m10_bb_pos,buy,2025-10-13 07:51:00,1514.0 -18060,buy_contrast_m10_bb_pos,buy,2025-10-13 07:54:00,1520.0 -18061,buy_contrast_m10_bb_pos,buy,2025-10-13 07:57:00,1519.0 -18062,buy_contrast_m10_bb_pos,buy,2025-10-13 08:00:00,1515.0 -18063,buy_contrast_m10_bb_pos,buy,2025-10-13 08:03:00,1513.0 -18064,buy_contrast_m10_bb_pos,buy,2025-10-13 08:06:00,1506.0 -18065,buy_contrast_m10_bb_pos,buy,2025-10-13 08:09:00,1508.0 -18066,buy_contrast_m10_bb_pos,buy,2025-10-13 08:12:00,1508.0 -18067,buy_contrast_m10_bb_pos,buy,2025-10-13 08:15:00,1510.0 -18068,buy_contrast_m10_bb_pos,buy,2025-10-13 08:18:00,1502.0 -18069,buy_contrast_m10_bb_pos,buy,2025-10-13 08:30:00,1508.0 -18070,buy_contrast_m10_bb_pos,buy,2025-10-13 08:33:00,1514.0 -18071,buy_contrast_m10_bb_pos,buy,2025-10-13 08:36:00,1511.0 -18072,buy_contrast_m10_bb_pos,buy,2025-10-13 08:39:00,1510.0 -18073,buy_contrast_m10_bb_pos,buy,2025-10-13 08:51:00,1504.0 -18074,buy_contrast_m10_bb_pos,buy,2025-10-13 08:54:00,1514.0 -18075,buy_contrast_m10_bb_pos,buy,2025-10-13 08:57:00,1518.0 -18076,buy_contrast_m10_bb_pos,buy,2025-10-13 09:12:00,1495.0 -18077,buy_contrast_m10_bb_pos,buy,2025-10-13 09:15:00,1497.0 -18078,buy_contrast_m10_bb_pos,buy,2025-10-13 09:18:00,1504.0 -18079,buy_contrast_m10_bb_pos,buy,2025-10-13 09:30:00,1498.0 -18080,buy_contrast_m10_bb_pos,buy,2025-10-13 09:33:00,1490.0 -18081,buy_contrast_m10_bb_pos,buy,2025-10-13 09:36:00,1491.0 -18082,buy_contrast_m10_bb_pos,buy,2025-10-13 09:39:00,1483.0 -18083,buy_contrast_m10_bb_pos,buy,2025-10-13 09:51:00,1495.0 -18084,buy_contrast_m10_bb_pos,buy,2025-10-13 09:54:00,1495.0 -18085,buy_contrast_m10_bb_pos,buy,2025-10-13 09:57:00,1500.0 -18086,buy_contrast_m10_bb_pos,buy,2025-10-13 14:12:00,1492.0 -18087,buy_contrast_m10_bb_pos,buy,2025-10-13 14:15:00,1497.0 -18088,buy_contrast_m10_bb_pos,buy,2025-10-13 14:18:00,1496.0 -18089,buy_contrast_m10_bb_pos,buy,2025-10-13 19:42:00,1502.0 -18090,buy_contrast_m10_bb_pos,buy,2025-10-13 19:45:00,1502.0 -18091,buy_contrast_m10_bb_pos,buy,2025-10-13 19:48:00,1501.0 -18092,buy_contrast_m10_bb_pos,buy,2025-10-13 20:21:00,1498.0 -18093,buy_contrast_m10_bb_pos,buy,2025-10-13 20:24:00,1496.0 -18094,buy_contrast_m10_bb_pos,buy,2025-10-13 20:27:00,1495.0 -18095,buy_contrast_m10_bb_pos,buy,2025-10-14 02:51:00,1477.0 -18096,buy_contrast_m10_bb_pos,buy,2025-10-14 02:54:00,1479.0 -18097,buy_contrast_m10_bb_pos,buy,2025-10-14 02:57:00,1476.0 -18098,buy_contrast_m10_bb_pos,buy,2025-10-14 04:30:00,1478.0 -18099,buy_contrast_m10_bb_pos,buy,2025-10-14 04:33:00,1480.0 -18100,buy_contrast_m10_bb_pos,buy,2025-10-14 04:36:00,1483.0 -18101,buy_contrast_m10_bb_pos,buy,2025-10-14 04:39:00,1487.0 -18102,buy_contrast_m10_bb_pos,buy,2025-10-14 04:51:00,1480.0 -18103,buy_contrast_m10_bb_pos,buy,2025-10-14 04:54:00,1481.0 -18104,buy_contrast_m10_bb_pos,buy,2025-10-14 04:57:00,1479.0 -18105,buy_contrast_m10_bb_pos,buy,2025-10-14 10:00:00,1496.0 -18106,buy_contrast_m10_bb_pos,buy,2025-10-14 10:03:00,1498.0 -18107,buy_contrast_m10_bb_pos,buy,2025-10-14 10:06:00,1488.0 -18108,buy_contrast_m10_bb_pos,buy,2025-10-14 10:09:00,1488.0 -18109,buy_contrast_m10_bb_pos,buy,2025-10-14 10:51:00,1489.0 -18110,buy_contrast_m10_bb_pos,buy,2025-10-14 10:54:00,1490.0 -18111,buy_contrast_m10_bb_pos,buy,2025-10-14 10:57:00,1485.0 -18112,buy_contrast_m10_bb_pos,buy,2025-10-14 11:00:00,1487.0 -18113,buy_contrast_m10_bb_pos,buy,2025-10-14 11:03:00,1486.0 -18114,buy_contrast_m10_bb_pos,buy,2025-10-14 11:06:00,1486.0 -18115,buy_contrast_m10_bb_pos,buy,2025-10-14 11:09:00,1484.0 -18116,buy_contrast_m10_bb_pos,buy,2025-10-14 11:12:00,1489.0 -18117,buy_contrast_m10_bb_pos,buy,2025-10-14 11:15:00,1484.0 -18118,buy_contrast_m10_bb_pos,buy,2025-10-14 11:18:00,1481.0 -18119,buy_contrast_m10_bb_pos,buy,2025-10-14 11:42:00,1478.0 -18120,buy_contrast_m10_bb_pos,buy,2025-10-14 11:45:00,1475.0 -18121,buy_contrast_m10_bb_pos,buy,2025-10-14 11:48:00,1472.0 -18122,buy_contrast_m10_bb_pos,buy,2025-10-14 11:51:00,1470.0 -18123,buy_contrast_m10_bb_pos,buy,2025-10-14 11:54:00,1468.0 -18124,buy_contrast_m10_bb_pos,buy,2025-10-14 11:57:00,1467.0 -18125,buy_contrast_m10_bb_pos,buy,2025-10-14 12:00:00,1468.0 -18126,buy_contrast_m10_bb_pos,buy,2025-10-14 12:03:00,1463.0 -18127,buy_contrast_m10_bb_pos,buy,2025-10-14 12:06:00,1461.0 -18128,buy_contrast_m10_bb_pos,buy,2025-10-14 12:09:00,1461.0 -18129,buy_contrast_m10_bb_pos,buy,2025-10-14 12:21:00,1461.0 -18130,buy_contrast_m10_bb_pos,buy,2025-10-14 12:24:00,1459.0 -18131,buy_contrast_m10_bb_pos,buy,2025-10-14 12:27:00,1457.0 -18132,buy_contrast_m10_bb_pos,buy,2025-10-14 12:30:00,1458.0 -18133,buy_contrast_m10_bb_pos,buy,2025-10-14 12:33:00,1459.0 -18134,buy_contrast_m10_bb_pos,buy,2025-10-14 12:36:00,1462.0 -18135,buy_contrast_m10_bb_pos,buy,2025-10-14 12:39:00,1461.0 -18136,buy_contrast_m10_bb_pos,buy,2025-10-14 12:42:00,1458.0 -18137,buy_contrast_m10_bb_pos,buy,2025-10-14 12:45:00,1458.0 -18138,buy_contrast_m10_bb_pos,buy,2025-10-14 12:48:00,1464.0 -18139,buy_contrast_m10_bb_pos,buy,2025-10-14 13:12:00,1450.0 -18140,buy_contrast_m10_bb_pos,buy,2025-10-14 13:15:00,1451.0 -18141,buy_contrast_m10_bb_pos,buy,2025-10-14 13:18:00,1449.0 -18142,buy_contrast_m10_bb_pos,buy,2025-10-14 13:21:00,1447.0 -18143,buy_contrast_m10_bb_pos,buy,2025-10-14 13:24:00,1451.0 -18144,buy_contrast_m10_bb_pos,buy,2025-10-14 13:27:00,1453.0 -18145,buy_contrast_m10_bb_pos,buy,2025-10-14 13:30:00,1450.0 -18146,buy_contrast_m10_bb_pos,buy,2025-10-14 13:33:00,1443.0 -18147,buy_contrast_m10_bb_pos,buy,2025-10-14 13:36:00,1441.0 -18148,buy_contrast_m10_bb_pos,buy,2025-10-14 13:39:00,1435.0 -18149,buy_contrast_m10_bb_pos,buy,2025-10-14 14:12:00,1436.0 -18150,buy_contrast_m10_bb_pos,buy,2025-10-14 14:15:00,1437.0 -18151,buy_contrast_m10_bb_pos,buy,2025-10-14 14:18:00,1435.0 -18152,buy_contrast_m10_bb_pos,buy,2025-10-14 14:30:00,1430.0 -18153,buy_contrast_m10_bb_pos,buy,2025-10-14 14:33:00,1427.0 -18154,buy_contrast_m10_bb_pos,buy,2025-10-14 14:36:00,1415.0 -18155,buy_contrast_m10_bb_pos,buy,2025-10-14 14:39:00,1421.0 -18156,buy_contrast_m10_bb_pos,buy,2025-10-14 14:42:00,1417.0 -18157,buy_contrast_m10_bb_pos,buy,2025-10-14 14:45:00,1419.0 -18158,buy_contrast_m10_bb_pos,buy,2025-10-14 14:48:00,1423.0 -18159,buy_contrast_m10_bb_pos,buy,2025-10-14 14:51:00,1421.0 -18160,buy_contrast_m10_bb_pos,buy,2025-10-14 14:54:00,1419.0 -18161,buy_contrast_m10_bb_pos,buy,2025-10-14 14:57:00,1417.0 -18162,buy_contrast_m10_bb_pos,buy,2025-10-14 15:00:00,1419.0 -18163,buy_contrast_m10_bb_pos,buy,2025-10-14 15:03:00,1424.0 -18164,buy_contrast_m10_bb_pos,buy,2025-10-14 15:06:00,1423.0 -18165,buy_contrast_m10_bb_pos,buy,2025-10-14 15:09:00,1423.0 -18166,buy_contrast_m10_bb_pos,buy,2025-10-14 15:21:00,1418.0 -18167,buy_contrast_m10_bb_pos,buy,2025-10-14 15:24:00,1411.0 -18168,buy_contrast_m10_bb_pos,buy,2025-10-14 15:27:00,1415.0 -18169,buy_contrast_m10_bb_pos,buy,2025-10-14 15:30:00,1409.0 -18170,buy_contrast_m10_bb_pos,buy,2025-10-14 15:33:00,1408.0 -18171,buy_contrast_m10_bb_pos,buy,2025-10-14 15:36:00,1402.0 -18172,buy_contrast_m10_bb_pos,buy,2025-10-14 15:39:00,1401.0 -18173,buy_contrast_m10_bb_pos,buy,2025-10-14 15:42:00,1400.0 -18174,buy_contrast_m10_bb_pos,buy,2025-10-14 15:45:00,1388.0 -18175,buy_contrast_m10_bb_pos,buy,2025-10-14 15:48:00,1367.0 -18176,buy_contrast_m10_bb_pos,buy,2025-10-14 16:00:00,1397.0 -18177,buy_contrast_m10_bb_pos,buy,2025-10-14 16:03:00,1402.0 -18178,buy_contrast_m10_bb_pos,buy,2025-10-14 16:06:00,1395.0 -18179,buy_contrast_m10_bb_pos,buy,2025-10-14 16:09:00,1389.0 -18180,buy_contrast_m10_bb_pos,buy,2025-10-14 16:12:00,1394.0 -18181,buy_contrast_m10_bb_pos,buy,2025-10-14 16:15:00,1396.0 -18182,buy_contrast_m10_bb_pos,buy,2025-10-14 16:18:00,1403.0 -18183,buy_contrast_m10_bb_pos,buy,2025-10-14 21:51:00,1400.0 -18184,buy_contrast_m10_bb_pos,buy,2025-10-14 21:54:00,1407.0 -18185,buy_contrast_m10_bb_pos,buy,2025-10-14 21:57:00,1404.0 -18186,buy_contrast_m10_bb_pos,buy,2025-10-15 04:51:00,1439.0 -18187,buy_contrast_m10_bb_pos,buy,2025-10-15 04:54:00,1442.0 -18188,buy_contrast_m10_bb_pos,buy,2025-10-15 04:57:00,1442.0 -18189,buy_contrast_m10_bb_pos,buy,2025-10-15 05:30:00,1440.0 -18190,buy_contrast_m10_bb_pos,buy,2025-10-15 05:33:00,1440.0 -18191,buy_contrast_m10_bb_pos,buy,2025-10-15 05:36:00,1441.0 -18192,buy_contrast_m10_bb_pos,buy,2025-10-15 05:39:00,1437.0 -18193,buy_contrast_m10_bb_pos,buy,2025-10-15 05:51:00,1438.0 -18194,buy_contrast_m10_bb_pos,buy,2025-10-15 05:54:00,1439.0 -18195,buy_contrast_m10_bb_pos,buy,2025-10-15 05:57:00,1440.0 -18196,buy_contrast_m10_bb_pos,buy,2025-10-15 06:12:00,1435.0 -18197,buy_contrast_m10_bb_pos,buy,2025-10-15 06:15:00,1433.0 -18198,buy_contrast_m10_bb_pos,buy,2025-10-15 06:18:00,1436.0 -18199,buy_contrast_m10_bb_pos,buy,2025-10-15 06:21:00,1432.0 -18200,buy_contrast_m10_bb_pos,buy,2025-10-15 06:24:00,1432.0 -18201,buy_contrast_m10_bb_pos,buy,2025-10-15 06:27:00,1434.0 -18202,buy_contrast_m10_bb_pos,buy,2025-10-15 06:42:00,1436.0 -18203,buy_contrast_m10_bb_pos,buy,2025-10-15 06:45:00,1437.0 -18204,buy_contrast_m10_bb_pos,buy,2025-10-15 06:48:00,1435.0 -18205,buy_contrast_m10_bb_pos,buy,2025-10-15 09:21:00,1434.0 -18206,buy_contrast_m10_bb_pos,buy,2025-10-15 09:24:00,1434.0 -18207,buy_contrast_m10_bb_pos,buy,2025-10-15 09:27:00,1436.0 -18208,buy_contrast_m10_bb_pos,buy,2025-10-15 12:51:00,1445.0 -18209,buy_contrast_m10_bb_pos,buy,2025-10-15 12:54:00,1446.0 -18210,buy_contrast_m10_bb_pos,buy,2025-10-15 12:57:00,1445.0 -18211,buy_contrast_m10_bb_pos,buy,2025-10-15 15:12:00,1446.0 -18212,buy_contrast_m10_bb_pos,buy,2025-10-15 15:15:00,1449.0 -18213,buy_contrast_m10_bb_pos,buy,2025-10-15 15:18:00,1444.0 -18214,buy_contrast_m10_bb_pos,buy,2025-10-15 18:30:00,1442.0 -18215,buy_contrast_m10_bb_pos,buy,2025-10-15 18:33:00,1439.0 -18216,buy_contrast_m10_bb_pos,buy,2025-10-15 18:36:00,1443.0 -18217,buy_contrast_m10_bb_pos,buy,2025-10-15 18:39:00,1441.0 -18218,buy_contrast_m10_bb_pos,buy,2025-10-15 18:42:00,1442.0 -18219,buy_contrast_m10_bb_pos,buy,2025-10-15 18:45:00,1441.0 -18220,buy_contrast_m10_bb_pos,buy,2025-10-15 18:48:00,1442.0 -18221,buy_contrast_m10_bb_pos,buy,2025-10-15 18:51:00,1442.0 -18222,buy_contrast_m10_bb_pos,buy,2025-10-15 18:54:00,1438.0 -18223,buy_contrast_m10_bb_pos,buy,2025-10-15 18:57:00,1439.0 -18224,buy_contrast_m10_bb_pos,buy,2025-10-15 19:12:00,1442.0 -18225,buy_contrast_m10_bb_pos,buy,2025-10-15 19:15:00,1444.0 -18226,buy_contrast_m10_bb_pos,buy,2025-10-15 19:18:00,1440.0 -18227,buy_contrast_m10_bb_pos,buy,2025-10-15 20:21:00,1440.0 -18228,buy_contrast_m10_bb_pos,buy,2025-10-15 20:24:00,1444.0 -18229,buy_contrast_m10_bb_pos,buy,2025-10-15 20:27:00,1448.0 -18230,buy_contrast_m10_bb_pos,buy,2025-10-15 21:30:00,1436.0 -18231,buy_contrast_m10_bb_pos,buy,2025-10-15 21:33:00,1443.0 -18232,buy_contrast_m10_bb_pos,buy,2025-10-15 21:36:00,1437.0 -18233,buy_contrast_m10_bb_pos,buy,2025-10-15 21:39:00,1438.0 -18234,buy_contrast_m10_bb_pos,buy,2025-10-15 22:30:00,1436.0 -18235,buy_contrast_m10_bb_pos,buy,2025-10-15 22:33:00,1445.0 -18236,buy_contrast_m10_bb_pos,buy,2025-10-15 22:36:00,1449.0 -18237,buy_contrast_m10_bb_pos,buy,2025-10-15 22:39:00,1443.0 -18238,buy_contrast_m10_bb_pos,buy,2025-10-16 00:30:00,1430.0 -18239,buy_contrast_m10_bb_pos,buy,2025-10-16 00:33:00,1427.0 -18240,buy_contrast_m10_bb_pos,buy,2025-10-16 00:36:00,1426.0 -18241,buy_contrast_m10_bb_pos,buy,2025-10-16 00:39:00,1433.0 -18242,buy_contrast_m10_bb_pos,buy,2025-10-16 00:42:00,1427.0 -18243,buy_contrast_m10_bb_pos,buy,2025-10-16 00:45:00,1424.0 -18244,buy_contrast_m10_bb_pos,buy,2025-10-16 00:48:00,1424.0 -18245,buy_contrast_m10_bb_pos,buy,2025-10-16 00:51:00,1425.0 -18246,buy_contrast_m10_bb_pos,buy,2025-10-16 00:54:00,1430.0 -18247,buy_contrast_m10_bb_pos,buy,2025-10-16 00:57:00,1430.0 -18248,buy_contrast_m10_bb_pos,buy,2025-10-16 03:30:00,1426.0 -18249,buy_contrast_m10_bb_pos,buy,2025-10-16 03:33:00,1429.0 -18250,buy_contrast_m10_bb_pos,buy,2025-10-16 03:36:00,1426.0 -18251,buy_contrast_m10_bb_pos,buy,2025-10-16 03:39:00,1428.0 -18252,buy_contrast_m10_bb_pos,buy,2025-10-16 04:12:00,1427.0 -18253,buy_contrast_m10_bb_pos,buy,2025-10-16 04:15:00,1427.0 -18254,buy_contrast_m10_bb_pos,buy,2025-10-16 04:18:00,1426.0 -18255,buy_contrast_m10_bb_pos,buy,2025-10-16 04:42:00,1429.0 -18256,buy_contrast_m10_bb_pos,buy,2025-10-16 04:45:00,1429.0 -18257,buy_contrast_m10_bb_pos,buy,2025-10-16 04:48:00,1428.0 -18258,buy_contrast_m10_bb_pos,buy,2025-10-16 05:30:00,1422.0 -18259,buy_contrast_m10_bb_pos,buy,2025-10-16 05:33:00,1413.0 -18260,buy_contrast_m10_bb_pos,buy,2025-10-16 05:36:00,1406.0 -18261,buy_contrast_m10_bb_pos,buy,2025-10-16 05:39:00,1416.0 -18262,buy_contrast_m10_bb_pos,buy,2025-10-16 05:42:00,1425.0 -18263,buy_contrast_m10_bb_pos,buy,2025-10-16 05:45:00,1424.0 -18264,buy_contrast_m10_bb_pos,buy,2025-10-16 05:48:00,1418.0 -18265,buy_contrast_m10_bb_pos,buy,2025-10-16 05:51:00,1420.0 -18266,buy_contrast_m10_bb_pos,buy,2025-10-16 05:54:00,1418.0 -18267,buy_contrast_m10_bb_pos,buy,2025-10-16 05:57:00,1418.0 -18268,buy_contrast_m10_bb_pos,buy,2025-10-16 06:21:00,1417.0 -18269,buy_contrast_m10_bb_pos,buy,2025-10-16 06:24:00,1419.0 -18270,buy_contrast_m10_bb_pos,buy,2025-10-16 06:27:00,1421.0 -18271,buy_contrast_m10_bb_pos,buy,2025-10-16 06:51:00,1413.0 -18272,buy_contrast_m10_bb_pos,buy,2025-10-16 06:54:00,1409.0 -18273,buy_contrast_m10_bb_pos,buy,2025-10-16 06:57:00,1413.0 -18274,buy_contrast_m10_bb_pos,buy,2025-10-16 07:00:00,1413.0 -18275,buy_contrast_m10_bb_pos,buy,2025-10-16 07:03:00,1414.0 -18276,buy_contrast_m10_bb_pos,buy,2025-10-16 07:06:00,1414.0 -18277,buy_contrast_m10_bb_pos,buy,2025-10-16 07:09:00,1416.0 -18278,buy_contrast_m10_bb_pos,buy,2025-10-16 07:51:00,1410.0 -18279,buy_contrast_m10_bb_pos,buy,2025-10-16 07:54:00,1411.0 -18280,buy_contrast_m10_bb_pos,buy,2025-10-16 07:57:00,1412.0 -18281,buy_contrast_m10_bb_pos,buy,2025-10-16 10:00:00,1411.0 -18282,buy_contrast_m10_bb_pos,buy,2025-10-16 10:03:00,1416.0 -18283,buy_contrast_m10_bb_pos,buy,2025-10-16 10:06:00,1419.0 -18284,buy_contrast_m10_bb_pos,buy,2025-10-16 10:09:00,1419.0 -18285,buy_contrast_m10_bb_pos,buy,2025-10-16 14:21:00,1404.0 -18286,buy_contrast_m10_bb_pos,buy,2025-10-16 14:24:00,1403.0 -18287,buy_contrast_m10_bb_pos,buy,2025-10-16 14:27:00,1401.0 -18288,buy_contrast_m10_bb_pos,buy,2025-10-16 14:30:00,1403.0 -18289,buy_contrast_m10_bb_pos,buy,2025-10-16 14:33:00,1404.0 -18290,buy_contrast_m10_bb_pos,buy,2025-10-16 14:36:00,1412.0 -18291,buy_contrast_m10_bb_pos,buy,2025-10-16 14:39:00,1409.0 -18292,buy_contrast_m10_bb_pos,buy,2025-10-16 22:21:00,1429.0 -18293,buy_contrast_m10_bb_pos,buy,2025-10-16 22:24:00,1431.0 -18294,buy_contrast_m10_bb_pos,buy,2025-10-16 22:27:00,1432.0 -18295,buy_contrast_m10_bb_pos,buy,2025-10-16 22:30:00,1431.0 -18296,buy_contrast_m10_bb_pos,buy,2025-10-16 22:33:00,1433.0 -18297,buy_contrast_m10_bb_pos,buy,2025-10-16 22:36:00,1433.0 -18298,buy_contrast_m10_bb_pos,buy,2025-10-16 22:39:00,1433.0 -18299,buy_contrast_m10_bb_pos,buy,2025-10-16 23:00:00,1428.0 -18300,buy_contrast_m10_bb_pos,buy,2025-10-16 23:03:00,1426.0 -18301,buy_contrast_m10_bb_pos,buy,2025-10-16 23:06:00,1427.0 -18302,buy_contrast_m10_bb_pos,buy,2025-10-16 23:09:00,1420.0 -18303,buy_contrast_m10_bb_pos,buy,2025-10-17 00:00:00,1416.0 -18304,buy_contrast_m10_bb_pos,buy,2025-10-17 00:03:00,1416.0 -18305,buy_contrast_m10_bb_pos,buy,2025-10-17 00:06:00,1411.0 -18306,buy_contrast_m10_bb_pos,buy,2025-10-17 00:09:00,1412.0 -18307,buy_contrast_m10_bb_pos,buy,2025-10-17 00:12:00,1416.0 -18308,buy_contrast_m10_bb_pos,buy,2025-10-17 00:15:00,1420.0 -18309,buy_contrast_m10_bb_pos,buy,2025-10-17 00:18:00,1416.0 -18310,buy_contrast_m10_bb_pos,buy,2025-10-17 00:42:00,1403.0 -18311,buy_contrast_m10_bb_pos,buy,2025-10-17 00:45:00,1403.0 -18312,buy_contrast_m10_bb_pos,buy,2025-10-17 00:48:00,1399.0 -18313,buy_contrast_m10_bb_pos,buy,2025-10-17 01:12:00,1392.0 -18314,buy_contrast_m10_bb_pos,buy,2025-10-17 01:15:00,1391.0 -18315,buy_contrast_m10_bb_pos,buy,2025-10-17 01:18:00,1384.0 -18316,buy_contrast_m10_bb_pos,buy,2025-10-17 01:30:00,1383.0 -18317,buy_contrast_m10_bb_pos,buy,2025-10-17 01:33:00,1381.0 -18318,buy_contrast_m10_bb_pos,buy,2025-10-17 01:36:00,1383.0 -18319,buy_contrast_m10_bb_pos,buy,2025-10-17 01:39:00,1387.0 -18320,buy_contrast_m10_bb_pos,buy,2025-10-17 01:42:00,1396.0 -18321,buy_contrast_m10_bb_pos,buy,2025-10-17 01:45:00,1388.0 -18322,buy_contrast_m10_bb_pos,buy,2025-10-17 01:48:00,1396.0 -18323,buy_contrast_m10_bb_pos,buy,2025-10-17 03:12:00,1381.0 -18324,buy_contrast_m10_bb_pos,buy,2025-10-17 03:15:00,1383.0 -18325,buy_contrast_m10_bb_pos,buy,2025-10-17 03:18:00,1389.0 -18326,buy_contrast_m10_bb_pos,buy,2025-10-17 04:42:00,1380.0 -18327,buy_contrast_m10_bb_pos,buy,2025-10-17 04:45:00,1380.0 -18328,buy_contrast_m10_bb_pos,buy,2025-10-17 04:48:00,1380.0 -18329,buy_contrast_m10_bb_pos,buy,2025-10-17 06:00:00,1368.0 -18330,buy_contrast_m10_bb_pos,buy,2025-10-17 06:03:00,1371.0 -18331,buy_contrast_m10_bb_pos,buy,2025-10-17 06:06:00,1375.0 -18332,buy_contrast_m10_bb_pos,buy,2025-10-17 06:09:00,1371.0 -18333,buy_contrast_m10_bb_pos,buy,2025-10-17 06:12:00,1371.0 -18334,buy_contrast_m10_bb_pos,buy,2025-10-17 06:15:00,1373.0 -18335,buy_contrast_m10_bb_pos,buy,2025-10-17 06:18:00,1377.0 -18336,buy_contrast_m10_bb_pos,buy,2025-10-17 07:51:00,1368.0 -18337,buy_contrast_m10_bb_pos,buy,2025-10-17 07:54:00,1370.0 -18338,buy_contrast_m10_bb_pos,buy,2025-10-17 07:57:00,1366.0 -18339,buy_contrast_m10_bb_pos,buy,2025-10-17 08:00:00,1364.0 -18340,buy_contrast_m10_bb_pos,buy,2025-10-17 08:03:00,1371.0 -18341,buy_contrast_m10_bb_pos,buy,2025-10-17 08:06:00,1369.0 -18342,buy_contrast_m10_bb_pos,buy,2025-10-17 08:09:00,1370.0 -18343,buy_contrast_m10_bb_pos,buy,2025-10-17 11:42:00,1367.0 -18344,buy_contrast_m10_bb_pos,buy,2025-10-17 11:45:00,1366.0 -18345,buy_contrast_m10_bb_pos,buy,2025-10-17 11:48:00,1367.0 -18346,buy_contrast_m10_bb_pos,buy,2025-10-17 13:30:00,1363.0 -18347,buy_contrast_m10_bb_pos,buy,2025-10-17 13:33:00,1367.0 -18348,buy_contrast_m10_bb_pos,buy,2025-10-17 13:36:00,1366.0 -18349,buy_contrast_m10_bb_pos,buy,2025-10-17 13:39:00,1362.0 -18350,buy_contrast_m10_bb_pos,buy,2025-10-17 14:12:00,1359.0 -18351,buy_contrast_m10_bb_pos,buy,2025-10-17 14:15:00,1359.0 -18352,buy_contrast_m10_bb_pos,buy,2025-10-17 14:18:00,1357.0 -18353,buy_contrast_m10_bb_pos,buy,2025-10-17 14:21:00,1357.0 -18354,buy_contrast_m10_bb_pos,buy,2025-10-17 14:24:00,1359.0 -18355,buy_contrast_m10_bb_pos,buy,2025-10-17 14:27:00,1361.0 -18356,buy_contrast_m10_bb_pos,buy,2025-10-17 14:42:00,1355.0 -18357,buy_contrast_m10_bb_pos,buy,2025-10-17 14:45:00,1354.0 -18358,buy_contrast_m10_bb_pos,buy,2025-10-17 14:48:00,1353.0 -18359,buy_contrast_m10_bb_pos,buy,2025-10-17 15:00:00,1353.0 -18360,buy_contrast_m10_bb_pos,buy,2025-10-17 15:03:00,1360.0 -18361,buy_contrast_m10_bb_pos,buy,2025-10-17 15:06:00,1357.0 -18362,buy_contrast_m10_bb_pos,buy,2025-10-17 15:09:00,1358.0 -18363,buy_contrast_m10_bb_pos,buy,2025-10-17 15:21:00,1348.0 -18364,buy_contrast_m10_bb_pos,buy,2025-10-17 15:24:00,1348.0 -18365,buy_contrast_m10_bb_pos,buy,2025-10-17 15:27:00,1341.0 -18366,buy_contrast_m10_bb_pos,buy,2025-10-17 16:21:00,1301.0 -18367,buy_contrast_m10_bb_pos,buy,2025-10-17 16:24:00,1293.0 -18368,buy_contrast_m10_bb_pos,buy,2025-10-17 16:27:00,1294.0 -18369,buy_contrast_m10_bb_pos,buy,2025-10-17 16:51:00,1280.0 -18370,buy_contrast_m10_bb_pos,buy,2025-10-17 16:54:00,1284.0 -18371,buy_contrast_m10_bb_pos,buy,2025-10-17 16:57:00,1284.0 -18372,buy_contrast_m10_bb_pos,buy,2025-10-17 17:00:00,1280.0 -18373,buy_contrast_m10_bb_pos,buy,2025-10-17 17:03:00,1280.0 -18374,buy_contrast_m10_bb_pos,buy,2025-10-17 17:06:00,1273.0 -18375,buy_contrast_m10_bb_pos,buy,2025-10-17 17:09:00,1276.0 -18376,buy_contrast_m10_bb_pos,buy,2025-10-17 17:12:00,1278.0 -18377,buy_contrast_m10_bb_pos,buy,2025-10-17 17:15:00,1273.0 -18378,buy_contrast_m10_bb_pos,buy,2025-10-17 17:18:00,1268.0 -18379,buy_contrast_m10_bb_pos,buy,2025-10-17 17:21:00,1263.0 -18380,buy_contrast_m10_bb_pos,buy,2025-10-17 17:24:00,1264.0 -18381,buy_contrast_m10_bb_pos,buy,2025-10-17 17:27:00,1273.0 -18382,buy_contrast_m10_bb_pos,buy,2025-10-18 09:00:00,1340.0 -18383,buy_contrast_m10_bb_pos,buy,2025-10-18 09:03:00,1340.0 -18384,buy_contrast_m10_bb_pos,buy,2025-10-18 09:06:00,1337.0 -18385,buy_contrast_m10_bb_pos,buy,2025-10-18 09:09:00,1337.0 -18386,buy_contrast_m10_bb_pos,buy,2025-10-18 13:12:00,1346.0 -18387,buy_contrast_m10_bb_pos,buy,2025-10-18 13:15:00,1345.0 -18388,buy_contrast_m10_bb_pos,buy,2025-10-18 13:18:00,1345.0 -18389,buy_contrast_m10_bb_pos,buy,2025-10-18 13:42:00,1345.0 -18390,buy_contrast_m10_bb_pos,buy,2025-10-18 13:45:00,1347.0 -18391,buy_contrast_m10_bb_pos,buy,2025-10-18 13:48:00,1347.0 -18392,buy_contrast_m10_bb_pos,buy,2025-10-18 13:51:00,1344.0 -18393,buy_contrast_m10_bb_pos,buy,2025-10-18 13:54:00,1344.0 -18394,buy_contrast_m10_bb_pos,buy,2025-10-18 13:57:00,1344.0 -18395,buy_contrast_m10_bb_pos,buy,2025-10-18 14:00:00,1343.0 -18396,buy_contrast_m10_bb_pos,buy,2025-10-18 14:03:00,1343.0 -18397,buy_contrast_m10_bb_pos,buy,2025-10-18 14:06:00,1347.0 -18398,buy_contrast_m10_bb_pos,buy,2025-10-18 14:09:00,1346.0 -18399,buy_contrast_m10_bb_pos,buy,2025-10-18 14:30:00,1344.0 -18400,buy_contrast_m10_bb_pos,buy,2025-10-18 14:33:00,1344.0 -18401,buy_contrast_m10_bb_pos,buy,2025-10-18 14:36:00,1342.0 -18402,buy_contrast_m10_bb_pos,buy,2025-10-18 14:39:00,1343.0 -18403,buy_contrast_m10_bb_pos,buy,2025-10-18 21:30:00,1357.0 -18404,buy_contrast_m10_bb_pos,buy,2025-10-18 21:33:00,1355.0 -18405,buy_contrast_m10_bb_pos,buy,2025-10-18 21:36:00,1353.0 -18406,buy_contrast_m10_bb_pos,buy,2025-10-18 21:39:00,1351.0 -18407,buy_contrast_m10_bb_pos,buy,2025-10-18 22:00:00,1351.0 -18408,buy_contrast_m10_bb_pos,buy,2025-10-18 22:03:00,1345.0 -18409,buy_contrast_m10_bb_pos,buy,2025-10-18 22:06:00,1344.0 -18410,buy_contrast_m10_bb_pos,buy,2025-10-18 22:09:00,1343.0 -18411,buy_contrast_m10_bb_pos,buy,2025-10-18 22:30:00,1346.0 -18412,buy_contrast_m10_bb_pos,buy,2025-10-18 22:33:00,1346.0 -18413,buy_contrast_m10_bb_pos,buy,2025-10-18 22:36:00,1348.0 -18414,buy_contrast_m10_bb_pos,buy,2025-10-18 22:39:00,1346.0 -18415,buy_contrast_m10_bb_pos,buy,2025-10-18 22:42:00,1347.0 -18416,buy_contrast_m10_bb_pos,buy,2025-10-18 22:45:00,1349.0 -18417,buy_contrast_m10_bb_pos,buy,2025-10-18 22:48:00,1348.0 -18418,buy_contrast_m10_bb_pos,buy,2025-10-18 23:12:00,1342.0 -18419,buy_contrast_m10_bb_pos,buy,2025-10-18 23:15:00,1344.0 -18420,buy_contrast_m10_bb_pos,buy,2025-10-18 23:18:00,1346.0 -18421,buy_contrast_m10_bb_pos,buy,2025-10-19 06:12:00,1354.0 -18422,buy_contrast_m10_bb_pos,buy,2025-10-19 06:15:00,1356.0 -18423,buy_contrast_m10_bb_pos,buy,2025-10-19 06:18:00,1352.0 -18424,buy_contrast_m10_bb_pos,buy,2025-10-19 07:51:00,1352.0 -18425,buy_contrast_m10_bb_pos,buy,2025-10-19 07:54:00,1353.0 -18426,buy_contrast_m10_bb_pos,buy,2025-10-19 07:57:00,1354.0 -18427,buy_contrast_m10_bb_pos,buy,2025-10-19 08:00:00,1352.0 -18428,buy_contrast_m10_bb_pos,buy,2025-10-19 08:03:00,1355.0 -18429,buy_contrast_m10_bb_pos,buy,2025-10-19 08:06:00,1356.0 -18430,buy_contrast_m10_bb_pos,buy,2025-10-19 08:09:00,1354.0 -18431,buy_contrast_m10_bb_pos,buy,2025-10-19 08:21:00,1350.0 -18432,buy_contrast_m10_bb_pos,buy,2025-10-19 08:24:00,1351.0 -18433,buy_contrast_m10_bb_pos,buy,2025-10-19 08:27:00,1352.0 -18434,buy_contrast_m10_bb_pos,buy,2025-10-19 10:00:00,1341.0 -18435,buy_contrast_m10_bb_pos,buy,2025-10-19 10:03:00,1340.0 -18436,buy_contrast_m10_bb_pos,buy,2025-10-19 10:06:00,1339.0 -18437,buy_contrast_m10_bb_pos,buy,2025-10-19 10:09:00,1337.0 -18438,buy_contrast_m10_bb_pos,buy,2025-10-19 10:12:00,1339.0 -18439,buy_contrast_m10_bb_pos,buy,2025-10-19 10:15:00,1340.0 -18440,buy_contrast_m10_bb_pos,buy,2025-10-19 10:18:00,1339.0 -18441,buy_contrast_m10_bb_pos,buy,2025-10-19 14:00:00,1340.0 -18442,buy_contrast_m10_bb_pos,buy,2025-10-19 14:03:00,1341.0 -18443,buy_contrast_m10_bb_pos,buy,2025-10-19 14:06:00,1342.0 -18444,buy_contrast_m10_bb_pos,buy,2025-10-19 14:09:00,1341.0 -18445,buy_contrast_m10_bb_pos,buy,2025-10-19 15:00:00,1337.0 -18446,buy_contrast_m10_bb_pos,buy,2025-10-19 15:03:00,1337.0 -18447,buy_contrast_m10_bb_pos,buy,2025-10-19 15:06:00,1338.0 -18448,buy_contrast_m10_bb_pos,buy,2025-10-19 15:09:00,1337.0 -18449,buy_contrast_m10_bb_pos,buy,2025-10-19 15:12:00,1335.0 -18450,buy_contrast_m10_bb_pos,buy,2025-10-19 15:15:00,1336.0 -18451,buy_contrast_m10_bb_pos,buy,2025-10-19 15:18:00,1334.0 -18452,buy_contrast_m10_bb_pos,buy,2025-10-19 15:21:00,1335.0 -18453,buy_contrast_m10_bb_pos,buy,2025-10-19 15:24:00,1336.0 -18454,buy_contrast_m10_bb_pos,buy,2025-10-19 15:27:00,1337.0 -18455,buy_contrast_m10_bb_pos,buy,2025-10-19 15:42:00,1335.0 -18456,buy_contrast_m10_bb_pos,buy,2025-10-19 15:45:00,1334.0 -18457,buy_contrast_m10_bb_pos,buy,2025-10-19 15:48:00,1334.0 -18458,buy_contrast_m10_bb_pos,buy,2025-10-19 18:12:00,1328.0 -18459,buy_contrast_m10_bb_pos,buy,2025-10-19 18:15:00,1331.0 -18460,buy_contrast_m10_bb_pos,buy,2025-10-19 18:18:00,1333.0 -18461,buy_contrast_m10_bb_pos,buy,2025-10-19 18:42:00,1339.0 -18462,buy_contrast_m10_bb_pos,buy,2025-10-19 18:45:00,1339.0 -18463,buy_contrast_m10_bb_pos,buy,2025-10-19 18:48:00,1339.0 -18464,buy_contrast_m10_bb_pos,buy,2025-10-20 05:42:00,1394.0 -18465,buy_contrast_m10_bb_pos,buy,2025-10-20 05:45:00,1399.0 -18466,buy_contrast_m10_bb_pos,buy,2025-10-20 05:48:00,1398.0 -18467,buy_contrast_m10_bb_pos,buy,2025-10-20 06:21:00,1393.0 -18468,buy_contrast_m10_bb_pos,buy,2025-10-20 06:24:00,1392.0 -18469,buy_contrast_m10_bb_pos,buy,2025-10-20 06:27:00,1391.0 -18470,buy_contrast_m10_bb_pos,buy,2025-10-20 08:12:00,1391.0 -18471,buy_contrast_m10_bb_pos,buy,2025-10-20 08:15:00,1391.0 -18472,buy_contrast_m10_bb_pos,buy,2025-10-20 08:18:00,1391.0 -18473,buy_contrast_m10_bb_pos,buy,2025-10-20 08:21:00,1389.0 -18474,buy_contrast_m10_bb_pos,buy,2025-10-20 08:24:00,1388.0 -18475,buy_contrast_m10_bb_pos,buy,2025-10-20 08:27:00,1389.0 -18476,buy_contrast_m10_bb_pos,buy,2025-10-20 09:51:00,1365.0 -18477,buy_contrast_m10_bb_pos,buy,2025-10-20 09:54:00,1367.0 -18478,buy_contrast_m10_bb_pos,buy,2025-10-20 09:57:00,1367.0 -18479,buy_contrast_m10_bb_pos,buy,2025-10-20 17:12:00,1387.0 -18480,buy_contrast_m10_bb_pos,buy,2025-10-20 17:15:00,1388.0 -18481,buy_contrast_m10_bb_pos,buy,2025-10-20 17:18:00,1389.0 -18482,buy_contrast_m10_bb_pos,buy,2025-10-20 17:21:00,1387.0 -18483,buy_contrast_m10_bb_pos,buy,2025-10-20 17:24:00,1384.0 -18484,buy_contrast_m10_bb_pos,buy,2025-10-20 17:27:00,1386.0 -18485,buy_contrast_m10_bb_pos,buy,2025-10-20 21:12:00,1388.0 -18486,buy_contrast_m10_bb_pos,buy,2025-10-20 21:15:00,1388.0 -18487,buy_contrast_m10_bb_pos,buy,2025-10-20 21:18:00,1387.0 -18488,buy_contrast_m10_bb_pos,buy,2025-10-21 02:42:00,1376.0 -18489,buy_contrast_m10_bb_pos,buy,2025-10-21 02:45:00,1375.0 -18490,buy_contrast_m10_bb_pos,buy,2025-10-21 02:48:00,1379.0 -18491,buy_contrast_m10_bb_pos,buy,2025-10-21 06:51:00,1375.0 -18492,buy_contrast_m10_bb_pos,buy,2025-10-21 06:54:00,1375.0 -18493,buy_contrast_m10_bb_pos,buy,2025-10-21 06:57:00,1376.0 -18494,buy_contrast_m10_bb_pos,buy,2025-10-21 09:12:00,1374.0 -18495,buy_contrast_m10_bb_pos,buy,2025-10-21 09:15:00,1374.0 -18496,buy_contrast_m10_bb_pos,buy,2025-10-21 09:18:00,1374.0 -18497,buy_contrast_m10_bb_pos,buy,2025-10-21 09:21:00,1374.0 -18498,buy_contrast_m10_bb_pos,buy,2025-10-21 09:24:00,1373.0 -18499,buy_contrast_m10_bb_pos,buy,2025-10-21 09:27:00,1374.0 -18500,buy_contrast_m10_bb_pos,buy,2025-10-21 09:30:00,1373.0 -18501,buy_contrast_m10_bb_pos,buy,2025-10-21 09:33:00,1373.0 -18502,buy_contrast_m10_bb_pos,buy,2025-10-21 09:36:00,1375.0 -18503,buy_contrast_m10_bb_pos,buy,2025-10-21 09:39:00,1376.0 -18504,buy_contrast_m10_bb_pos,buy,2025-10-21 09:51:00,1372.0 -18505,buy_contrast_m10_bb_pos,buy,2025-10-21 09:54:00,1372.0 -18506,buy_contrast_m10_bb_pos,buy,2025-10-21 09:57:00,1371.0 -18507,buy_contrast_m10_bb_pos,buy,2025-10-21 10:42:00,1365.0 -18508,buy_contrast_m10_bb_pos,buy,2025-10-21 10:45:00,1365.0 -18509,buy_contrast_m10_bb_pos,buy,2025-10-21 10:48:00,1363.0 -18510,buy_contrast_m10_bb_pos,buy,2025-10-21 11:30:00,1353.0 -18511,buy_contrast_m10_bb_pos,buy,2025-10-21 11:33:00,1354.0 -18512,buy_contrast_m10_bb_pos,buy,2025-10-21 11:36:00,1357.0 -18513,buy_contrast_m10_bb_pos,buy,2025-10-21 11:39:00,1357.0 -18514,buy_contrast_m10_bb_pos,buy,2025-10-21 11:51:00,1356.0 -18515,buy_contrast_m10_bb_pos,buy,2025-10-21 11:54:00,1357.0 -18516,buy_contrast_m10_bb_pos,buy,2025-10-21 11:57:00,1356.0 -18517,buy_contrast_m10_bb_pos,buy,2025-10-21 12:00:00,1352.0 -18518,buy_contrast_m10_bb_pos,buy,2025-10-21 12:03:00,1354.0 -18519,buy_contrast_m10_bb_pos,buy,2025-10-21 12:06:00,1357.0 -18520,buy_contrast_m10_bb_pos,buy,2025-10-21 12:09:00,1355.0 -18521,buy_contrast_m10_bb_pos,buy,2025-10-21 13:00:00,1348.0 -18522,buy_contrast_m10_bb_pos,buy,2025-10-21 13:03:00,1340.0 -18523,buy_contrast_m10_bb_pos,buy,2025-10-21 13:06:00,1341.0 -18524,buy_contrast_m10_bb_pos,buy,2025-10-21 13:09:00,1339.0 -18525,buy_contrast_m10_bb_pos,buy,2025-10-21 13:21:00,1341.0 -18526,buy_contrast_m10_bb_pos,buy,2025-10-21 13:24:00,1341.0 -18527,buy_contrast_m10_bb_pos,buy,2025-10-21 13:27:00,1342.0 -18528,buy_contrast_m10_bb_pos,buy,2025-10-21 13:30:00,1342.0 -18529,buy_contrast_m10_bb_pos,buy,2025-10-21 13:33:00,1337.0 -18530,buy_contrast_m10_bb_pos,buy,2025-10-21 13:36:00,1337.0 -18531,buy_contrast_m10_bb_pos,buy,2025-10-21 13:39:00,1333.0 -18532,buy_contrast_m10_bb_pos,buy,2025-10-21 14:12:00,1332.0 -18533,buy_contrast_m10_bb_pos,buy,2025-10-21 14:15:00,1331.0 -18534,buy_contrast_m10_bb_pos,buy,2025-10-21 14:18:00,1333.0 -18535,buy_contrast_m10_bb_pos,buy,2025-10-21 17:42:00,1331.0 -18536,buy_contrast_m10_bb_pos,buy,2025-10-21 17:45:00,1328.0 -18537,buy_contrast_m10_bb_pos,buy,2025-10-21 17:48:00,1329.0 -18538,buy_contrast_m10_bb_pos,buy,2025-10-21 17:51:00,1332.0 -18539,buy_contrast_m10_bb_pos,buy,2025-10-21 17:54:00,1335.0 -18540,buy_contrast_m10_bb_pos,buy,2025-10-21 17:57:00,1337.0 -18541,buy_contrast_m10_bb_pos,buy,2025-10-22 03:00:00,1390.0 -18542,buy_contrast_m10_bb_pos,buy,2025-10-22 03:03:00,1394.0 -18543,buy_contrast_m10_bb_pos,buy,2025-10-22 03:06:00,1399.0 -18544,buy_contrast_m10_bb_pos,buy,2025-10-22 03:09:00,1391.0 -18545,buy_contrast_m10_bb_pos,buy,2025-10-22 03:21:00,1387.0 -18546,buy_contrast_m10_bb_pos,buy,2025-10-22 03:24:00,1394.0 -18547,buy_contrast_m10_bb_pos,buy,2025-10-22 03:27:00,1398.0 -18548,buy_contrast_m10_bb_pos,buy,2025-10-22 05:12:00,1375.0 -18549,buy_contrast_m10_bb_pos,buy,2025-10-22 05:15:00,1379.0 -18550,buy_contrast_m10_bb_pos,buy,2025-10-22 05:18:00,1370.0 -18551,buy_contrast_m10_bb_pos,buy,2025-10-22 05:42:00,1373.0 -18552,buy_contrast_m10_bb_pos,buy,2025-10-22 05:45:00,1371.0 -18553,buy_contrast_m10_bb_pos,buy,2025-10-22 05:48:00,1371.0 -18554,buy_contrast_m10_bb_pos,buy,2025-10-22 06:21:00,1361.0 -18555,buy_contrast_m10_bb_pos,buy,2025-10-22 06:24:00,1356.0 -18556,buy_contrast_m10_bb_pos,buy,2025-10-22 06:27:00,1356.0 -18557,buy_contrast_m10_bb_pos,buy,2025-10-22 07:12:00,1365.0 -18558,buy_contrast_m10_bb_pos,buy,2025-10-22 07:15:00,1366.0 -18559,buy_contrast_m10_bb_pos,buy,2025-10-22 07:18:00,1369.0 -18560,buy_contrast_m10_bb_pos,buy,2025-10-22 07:30:00,1358.0 -18561,buy_contrast_m10_bb_pos,buy,2025-10-22 07:33:00,1357.0 -18562,buy_contrast_m10_bb_pos,buy,2025-10-22 07:36:00,1354.0 -18563,buy_contrast_m10_bb_pos,buy,2025-10-22 07:39:00,1350.0 -18564,buy_contrast_m10_bb_pos,buy,2025-10-22 08:00:00,1353.0 -18565,buy_contrast_m10_bb_pos,buy,2025-10-22 08:03:00,1353.0 -18566,buy_contrast_m10_bb_pos,buy,2025-10-22 08:06:00,1355.0 -18567,buy_contrast_m10_bb_pos,buy,2025-10-22 08:09:00,1355.0 -18568,buy_contrast_m10_bb_pos,buy,2025-10-22 08:12:00,1353.0 -18569,buy_contrast_m10_bb_pos,buy,2025-10-22 08:15:00,1352.0 -18570,buy_contrast_m10_bb_pos,buy,2025-10-22 08:18:00,1351.0 -18571,buy_contrast_m10_bb_pos,buy,2025-10-22 08:21:00,1351.0 -18572,buy_contrast_m10_bb_pos,buy,2025-10-22 08:24:00,1352.0 -18573,buy_contrast_m10_bb_pos,buy,2025-10-22 08:27:00,1348.0 -18574,buy_contrast_m10_bb_pos,buy,2025-10-22 08:51:00,1339.0 -18575,buy_contrast_m10_bb_pos,buy,2025-10-22 08:54:00,1340.0 -18576,buy_contrast_m10_bb_pos,buy,2025-10-22 08:57:00,1338.0 -18577,buy_contrast_m10_bb_pos,buy,2025-10-22 09:00:00,1337.0 -18578,buy_contrast_m10_bb_pos,buy,2025-10-22 09:03:00,1342.0 -18579,buy_contrast_m10_bb_pos,buy,2025-10-22 09:06:00,1342.0 -18580,buy_contrast_m10_bb_pos,buy,2025-10-22 09:09:00,1342.0 -18581,buy_contrast_m10_bb_pos,buy,2025-10-22 09:30:00,1335.0 -18582,buy_contrast_m10_bb_pos,buy,2025-10-22 09:33:00,1340.0 -18583,buy_contrast_m10_bb_pos,buy,2025-10-22 09:36:00,1334.0 -18584,buy_contrast_m10_bb_pos,buy,2025-10-22 09:39:00,1334.0 -18585,buy_contrast_m10_bb_pos,buy,2025-10-22 09:42:00,1337.0 -18586,buy_contrast_m10_bb_pos,buy,2025-10-22 09:45:00,1337.0 -18587,buy_contrast_m10_bb_pos,buy,2025-10-22 09:48:00,1337.0 -18588,buy_contrast_m10_bb_pos,buy,2025-10-22 14:30:00,1332.0 -18589,buy_contrast_m10_bb_pos,buy,2025-10-22 14:33:00,1335.0 -18590,buy_contrast_m10_bb_pos,buy,2025-10-22 14:36:00,1333.0 -18591,buy_contrast_m10_bb_pos,buy,2025-10-22 14:39:00,1332.0 -18592,buy_contrast_m10_bb_pos,buy,2025-10-22 14:42:00,1333.0 -18593,buy_contrast_m10_bb_pos,buy,2025-10-22 14:45:00,1333.0 -18594,buy_contrast_m10_bb_pos,buy,2025-10-22 14:48:00,1335.0 -18595,buy_contrast_m10_bb_pos,buy,2025-10-22 15:30:00,1330.0 -18596,buy_contrast_m10_bb_pos,buy,2025-10-22 15:33:00,1330.0 -18597,buy_contrast_m10_bb_pos,buy,2025-10-22 15:36:00,1331.0 -18598,buy_contrast_m10_bb_pos,buy,2025-10-22 15:39:00,1333.0 -18599,buy_contrast_m10_bb_pos,buy,2025-10-22 18:00:00,1325.0 -18600,buy_contrast_m10_bb_pos,buy,2025-10-22 18:03:00,1326.0 -18601,buy_contrast_m10_bb_pos,buy,2025-10-22 18:06:00,1325.0 -18602,buy_contrast_m10_bb_pos,buy,2025-10-22 18:09:00,1325.0 -18603,buy_contrast_m10_bb_pos,buy,2025-10-22 18:12:00,1323.0 -18604,buy_contrast_m10_bb_pos,buy,2025-10-22 18:15:00,1323.0 -18605,buy_contrast_m10_bb_pos,buy,2025-10-22 18:18:00,1323.0 -18606,buy_contrast_m10_bb_pos,buy,2025-10-22 18:51:00,1321.0 -18607,buy_contrast_m10_bb_pos,buy,2025-10-22 18:54:00,1322.0 -18608,buy_contrast_m10_bb_pos,buy,2025-10-22 18:57:00,1321.0 -18609,buy_contrast_m10_bb_pos,buy,2025-10-22 19:00:00,1320.0 -18610,buy_contrast_m10_bb_pos,buy,2025-10-22 19:03:00,1320.0 -18611,buy_contrast_m10_bb_pos,buy,2025-10-22 19:06:00,1323.0 -18612,buy_contrast_m10_bb_pos,buy,2025-10-22 19:09:00,1323.0 -18613,buy_contrast_m10_bb_pos,buy,2025-10-22 19:21:00,1319.0 -18614,buy_contrast_m10_bb_pos,buy,2025-10-22 19:24:00,1318.0 -18615,buy_contrast_m10_bb_pos,buy,2025-10-22 19:27:00,1317.0 -18616,buy_contrast_m10_bb_pos,buy,2025-10-22 20:00:00,1314.0 -18617,buy_contrast_m10_bb_pos,buy,2025-10-22 20:03:00,1315.0 -18618,buy_contrast_m10_bb_pos,buy,2025-10-22 20:06:00,1315.0 -18619,buy_contrast_m10_bb_pos,buy,2025-10-22 20:09:00,1313.0 -18620,buy_contrast_m10_bb_pos,buy,2025-10-22 20:12:00,1323.0 -18621,buy_contrast_m10_bb_pos,buy,2025-10-22 20:15:00,1328.0 -18622,buy_contrast_m10_bb_pos,buy,2025-10-22 20:18:00,1322.0 -18623,buy_contrast_m10_bb_pos,buy,2025-10-22 23:30:00,1314.0 -18624,buy_contrast_m10_bb_pos,buy,2025-10-22 23:33:00,1315.0 -18625,buy_contrast_m10_bb_pos,buy,2025-10-22 23:36:00,1319.0 -18626,buy_contrast_m10_bb_pos,buy,2025-10-22 23:39:00,1320.0 -18627,buy_contrast_m10_bb_pos,buy,2025-10-23 00:30:00,1315.0 -18628,buy_contrast_m10_bb_pos,buy,2025-10-23 00:33:00,1315.0 -18629,buy_contrast_m10_bb_pos,buy,2025-10-23 00:36:00,1316.0 -18630,buy_contrast_m10_bb_pos,buy,2025-10-23 00:39:00,1316.0 -18631,buy_contrast_m10_bb_pos,buy,2025-10-23 02:00:00,1311.0 -18632,buy_contrast_m10_bb_pos,buy,2025-10-23 02:03:00,1312.0 -18633,buy_contrast_m10_bb_pos,buy,2025-10-23 02:06:00,1311.0 -18634,buy_contrast_m10_bb_pos,buy,2025-10-23 02:09:00,1312.0 -18635,buy_contrast_m10_bb_pos,buy,2025-10-23 02:42:00,1304.0 -18636,buy_contrast_m10_bb_pos,buy,2025-10-23 02:45:00,1302.0 -18637,buy_contrast_m10_bb_pos,buy,2025-10-23 02:48:00,1304.0 -18638,buy_contrast_m10_bb_pos,buy,2025-10-23 02:51:00,1304.0 -18639,buy_contrast_m10_bb_pos,buy,2025-10-23 02:54:00,1300.0 -18640,buy_contrast_m10_bb_pos,buy,2025-10-23 02:57:00,1296.0 -18641,buy_contrast_m10_bb_pos,buy,2025-10-23 03:12:00,1302.0 -18642,buy_contrast_m10_bb_pos,buy,2025-10-23 03:15:00,1296.0 -18643,buy_contrast_m10_bb_pos,buy,2025-10-23 03:18:00,1295.0 -18644,buy_contrast_m10_bb_pos,buy,2025-10-23 03:30:00,1298.0 -18645,buy_contrast_m10_bb_pos,buy,2025-10-23 03:33:00,1295.0 -18646,buy_contrast_m10_bb_pos,buy,2025-10-23 03:36:00,1301.0 -18647,buy_contrast_m10_bb_pos,buy,2025-10-23 03:39:00,1299.0 -18648,buy_contrast_m10_bb_pos,buy,2025-10-23 03:51:00,1293.0 -18649,buy_contrast_m10_bb_pos,buy,2025-10-23 03:54:00,1295.0 -18650,buy_contrast_m10_bb_pos,buy,2025-10-23 03:57:00,1290.0 -18651,buy_contrast_m10_bb_pos,buy,2025-10-23 04:00:00,1291.0 -18652,buy_contrast_m10_bb_pos,buy,2025-10-23 04:03:00,1295.0 -18653,buy_contrast_m10_bb_pos,buy,2025-10-23 04:06:00,1302.0 -18654,buy_contrast_m10_bb_pos,buy,2025-10-23 04:09:00,1303.0 -18655,buy_contrast_m10_bb_pos,buy,2025-10-23 05:00:00,1292.0 -18656,buy_contrast_m10_bb_pos,buy,2025-10-23 05:03:00,1293.0 -18657,buy_contrast_m10_bb_pos,buy,2025-10-23 05:06:00,1290.0 -18658,buy_contrast_m10_bb_pos,buy,2025-10-23 05:09:00,1290.0 -18659,buy_contrast_m10_bb_pos,buy,2025-10-23 05:12:00,1291.0 -18660,buy_contrast_m10_bb_pos,buy,2025-10-23 05:15:00,1287.0 -18661,buy_contrast_m10_bb_pos,buy,2025-10-23 05:18:00,1282.0 -18662,buy_contrast_m10_bb_pos,buy,2025-10-23 05:42:00,1283.0 -18663,buy_contrast_m10_bb_pos,buy,2025-10-23 05:45:00,1283.0 -18664,buy_contrast_m10_bb_pos,buy,2025-10-23 05:48:00,1280.0 -18665,buy_contrast_m10_bb_pos,buy,2025-10-23 07:00:00,1256.0 -18666,buy_contrast_m10_bb_pos,buy,2025-10-23 07:03:00,1259.0 -18667,buy_contrast_m10_bb_pos,buy,2025-10-23 07:06:00,1253.0 -18668,buy_contrast_m10_bb_pos,buy,2025-10-23 07:09:00,1257.0 -18669,buy_contrast_m10_bb_pos,buy,2025-10-23 07:30:00,1250.0 -18670,buy_contrast_m10_bb_pos,buy,2025-10-23 07:33:00,1253.0 -18671,buy_contrast_m10_bb_pos,buy,2025-10-23 07:36:00,1253.0 -18672,buy_contrast_m10_bb_pos,buy,2025-10-23 07:39:00,1252.0 -18673,buy_contrast_m10_bb_pos,buy,2025-10-23 15:12:00,1268.0 -18674,buy_contrast_m10_bb_pos,buy,2025-10-23 15:15:00,1271.0 -18675,buy_contrast_m10_bb_pos,buy,2025-10-23 15:18:00,1284.0 -18676,buy_contrast_m10_bb_pos,buy,2025-10-23 20:42:00,1286.0 -18677,buy_contrast_m10_bb_pos,buy,2025-10-23 20:45:00,1285.0 -18678,buy_contrast_m10_bb_pos,buy,2025-10-23 20:48:00,1282.0 -18679,buy_contrast_m10_bb_pos,buy,2025-10-23 21:21:00,1280.0 -18680,buy_contrast_m10_bb_pos,buy,2025-10-23 21:24:00,1281.0 -18681,buy_contrast_m10_bb_pos,buy,2025-10-23 21:27:00,1281.0 -18682,buy_contrast_m10_bb_pos,buy,2025-10-23 21:42:00,1278.0 -18683,buy_contrast_m10_bb_pos,buy,2025-10-23 21:45:00,1279.0 -18684,buy_contrast_m10_bb_pos,buy,2025-10-23 21:48:00,1281.0 -18685,buy_contrast_m10_bb_pos,buy,2025-10-23 23:21:00,1275.0 -18686,buy_contrast_m10_bb_pos,buy,2025-10-23 23:24:00,1281.0 -18687,buy_contrast_m10_bb_pos,buy,2025-10-23 23:27:00,1285.0 -18688,buy_contrast_m10_bb_pos,buy,2025-10-24 01:42:00,1276.0 -18689,buy_contrast_m10_bb_pos,buy,2025-10-24 01:45:00,1276.0 -18690,buy_contrast_m10_bb_pos,buy,2025-10-24 01:48:00,1279.0 -18691,buy_contrast_m10_bb_pos,buy,2025-10-24 03:51:00,1277.0 -18692,buy_contrast_m10_bb_pos,buy,2025-10-24 03:54:00,1279.0 -18693,buy_contrast_m10_bb_pos,buy,2025-10-24 03:57:00,1278.0 -18694,buy_contrast_m10_bb_pos,buy,2025-10-24 06:00:00,1274.0 -18695,buy_contrast_m10_bb_pos,buy,2025-10-24 06:03:00,1280.0 -18696,buy_contrast_m10_bb_pos,buy,2025-10-24 06:06:00,1281.0 -18697,buy_contrast_m10_bb_pos,buy,2025-10-24 06:09:00,1279.0 -18698,buy_contrast_m10_bb_pos,buy,2025-10-24 11:12:00,1294.0 -18699,buy_contrast_m10_bb_pos,buy,2025-10-24 11:15:00,1295.0 -18700,buy_contrast_m10_bb_pos,buy,2025-10-24 11:18:00,1294.0 -18701,buy_contrast_m10_bb_pos,buy,2025-10-24 11:21:00,1293.0 -18702,buy_contrast_m10_bb_pos,buy,2025-10-24 11:24:00,1292.0 -18703,buy_contrast_m10_bb_pos,buy,2025-10-24 11:27:00,1293.0 -18704,buy_contrast_m10_bb_pos,buy,2025-10-24 11:42:00,1296.0 -18705,buy_contrast_m10_bb_pos,buy,2025-10-24 11:45:00,1299.0 -18706,buy_contrast_m10_bb_pos,buy,2025-10-24 11:48:00,1299.0 -18707,buy_contrast_m10_bb_pos,buy,2025-10-24 12:51:00,1292.0 -18708,buy_contrast_m10_bb_pos,buy,2025-10-24 12:54:00,1293.0 -18709,buy_contrast_m10_bb_pos,buy,2025-10-24 12:57:00,1294.0 -18710,buy_contrast_m10_bb_pos,buy,2025-10-24 19:12:00,1318.0 -18711,buy_contrast_m10_bb_pos,buy,2025-10-24 19:15:00,1320.0 -18712,buy_contrast_m10_bb_pos,buy,2025-10-24 19:18:00,1316.0 -18713,buy_contrast_m10_bb_pos,buy,2025-10-24 19:21:00,1317.0 -18714,buy_contrast_m10_bb_pos,buy,2025-10-24 19:24:00,1314.0 -18715,buy_contrast_m10_bb_pos,buy,2025-10-24 19:27:00,1313.0 -18716,buy_contrast_m10_bb_pos,buy,2025-10-24 19:30:00,1316.0 -18717,buy_contrast_m10_bb_pos,buy,2025-10-24 19:33:00,1313.0 -18718,buy_contrast_m10_bb_pos,buy,2025-10-24 19:36:00,1318.0 -18719,buy_contrast_m10_bb_pos,buy,2025-10-24 19:39:00,1316.0 -18720,buy_contrast_m10_bb_pos,buy,2025-10-24 19:42:00,1314.0 -18721,buy_contrast_m10_bb_pos,buy,2025-10-24 19:45:00,1314.0 -18722,buy_contrast_m10_bb_pos,buy,2025-10-24 19:48:00,1313.0 -18723,buy_contrast_m10_bb_pos,buy,2025-10-24 20:12:00,1311.0 -18724,buy_contrast_m10_bb_pos,buy,2025-10-24 20:15:00,1314.0 -18725,buy_contrast_m10_bb_pos,buy,2025-10-24 20:18:00,1315.0 -18726,buy_contrast_m10_bb_pos,buy,2025-10-24 20:30:00,1310.0 -18727,buy_contrast_m10_bb_pos,buy,2025-10-24 20:33:00,1306.0 -18728,buy_contrast_m10_bb_pos,buy,2025-10-24 20:36:00,1307.0 -18729,buy_contrast_m10_bb_pos,buy,2025-10-24 20:39:00,1309.0 -18730,buy_contrast_m10_bb_pos,buy,2025-10-24 20:42:00,1310.0 -18731,buy_contrast_m10_bb_pos,buy,2025-10-24 20:45:00,1311.0 -18732,buy_contrast_m10_bb_pos,buy,2025-10-24 20:48:00,1311.0 -18733,buy_contrast_m10_bb_pos,buy,2025-10-24 23:30:00,1306.0 -18734,buy_contrast_m10_bb_pos,buy,2025-10-24 23:33:00,1306.0 -18735,buy_contrast_m10_bb_pos,buy,2025-10-24 23:36:00,1307.0 -18736,buy_contrast_m10_bb_pos,buy,2025-10-24 23:39:00,1307.0 -18737,buy_contrast_m10_bb_pos,buy,2025-10-25 00:42:00,1303.0 -18738,buy_contrast_m10_bb_pos,buy,2025-10-25 00:45:00,1302.0 -18739,buy_contrast_m10_bb_pos,buy,2025-10-25 00:48:00,1298.0 -18740,buy_contrast_m10_bb_pos,buy,2025-10-25 01:00:00,1299.0 -18741,buy_contrast_m10_bb_pos,buy,2025-10-25 01:03:00,1297.0 -18742,buy_contrast_m10_bb_pos,buy,2025-10-25 01:06:00,1294.0 -18743,buy_contrast_m10_bb_pos,buy,2025-10-25 01:09:00,1294.0 -18744,buy_contrast_m10_bb_pos,buy,2025-10-25 01:12:00,1297.0 -18745,buy_contrast_m10_bb_pos,buy,2025-10-25 01:15:00,1299.0 -18746,buy_contrast_m10_bb_pos,buy,2025-10-25 01:18:00,1303.0 -18747,buy_contrast_m10_bb_pos,buy,2025-10-25 01:42:00,1287.0 -18748,buy_contrast_m10_bb_pos,buy,2025-10-25 01:45:00,1294.0 -18749,buy_contrast_m10_bb_pos,buy,2025-10-25 01:48:00,1293.0 -18750,buy_contrast_m10_bb_pos,buy,2025-10-25 01:51:00,1296.0 -18751,buy_contrast_m10_bb_pos,buy,2025-10-25 01:54:00,1295.0 -18752,buy_contrast_m10_bb_pos,buy,2025-10-25 01:57:00,1296.0 -18753,buy_contrast_m10_bb_pos,buy,2025-10-25 10:00:00,1326.0 -18754,buy_contrast_m10_bb_pos,buy,2025-10-25 10:03:00,1325.0 -18755,buy_contrast_m10_bb_pos,buy,2025-10-25 10:06:00,1326.0 -18756,buy_contrast_m10_bb_pos,buy,2025-10-25 10:09:00,1324.0 -18757,buy_contrast_m10_bb_pos,buy,2025-10-25 10:12:00,1325.0 -18758,buy_contrast_m10_bb_pos,buy,2025-10-25 10:15:00,1326.0 -18759,buy_contrast_m10_bb_pos,buy,2025-10-25 10:18:00,1324.0 -18760,buy_contrast_m10_bb_pos,buy,2025-10-25 10:21:00,1325.0 -18761,buy_contrast_m10_bb_pos,buy,2025-10-25 10:24:00,1327.0 -18762,buy_contrast_m10_bb_pos,buy,2025-10-25 10:27:00,1327.0 -18763,buy_contrast_m10_bb_pos,buy,2025-10-25 10:42:00,1322.0 -18764,buy_contrast_m10_bb_pos,buy,2025-10-25 10:45:00,1323.0 -18765,buy_contrast_m10_bb_pos,buy,2025-10-25 10:48:00,1324.0 -18766,buy_contrast_m10_bb_pos,buy,2025-10-25 12:21:00,1321.0 -18767,buy_contrast_m10_bb_pos,buy,2025-10-25 12:24:00,1321.0 -18768,buy_contrast_m10_bb_pos,buy,2025-10-25 12:27:00,1320.0 -18769,buy_contrast_m10_bb_pos,buy,2025-10-25 12:30:00,1321.0 -18770,buy_contrast_m10_bb_pos,buy,2025-10-25 12:33:00,1321.0 -18771,buy_contrast_m10_bb_pos,buy,2025-10-25 12:36:00,1322.0 -18772,buy_contrast_m10_bb_pos,buy,2025-10-25 12:39:00,1320.0 -18773,buy_contrast_m10_bb_pos,buy,2025-10-25 12:42:00,1320.0 -18774,buy_contrast_m10_bb_pos,buy,2025-10-25 12:45:00,1322.0 -18775,buy_contrast_m10_bb_pos,buy,2025-10-25 12:48:00,1318.0 -18776,buy_contrast_m10_bb_pos,buy,2025-10-25 13:12:00,1319.0 -18777,buy_contrast_m10_bb_pos,buy,2025-10-25 13:15:00,1318.0 -18778,buy_contrast_m10_bb_pos,buy,2025-10-25 13:18:00,1321.0 -18779,buy_contrast_m10_bb_pos,buy,2025-10-25 13:30:00,1316.0 -18780,buy_contrast_m10_bb_pos,buy,2025-10-25 13:33:00,1316.0 -18781,buy_contrast_m10_bb_pos,buy,2025-10-25 13:36:00,1315.0 -18782,buy_contrast_m10_bb_pos,buy,2025-10-25 13:39:00,1315.0 -18783,buy_contrast_m10_bb_pos,buy,2025-10-25 13:42:00,1316.0 -18784,buy_contrast_m10_bb_pos,buy,2025-10-25 13:45:00,1316.0 -18785,buy_contrast_m10_bb_pos,buy,2025-10-25 13:48:00,1315.0 -18786,buy_contrast_m10_bb_pos,buy,2025-10-25 14:00:00,1315.0 -18787,buy_contrast_m10_bb_pos,buy,2025-10-25 14:03:00,1314.0 -18788,buy_contrast_m10_bb_pos,buy,2025-10-25 14:06:00,1315.0 -18789,buy_contrast_m10_bb_pos,buy,2025-10-25 14:09:00,1315.0 -18790,buy_contrast_m10_bb_pos,buy,2025-10-25 14:12:00,1313.0 -18791,buy_contrast_m10_bb_pos,buy,2025-10-25 14:15:00,1313.0 -18792,buy_contrast_m10_bb_pos,buy,2025-10-25 14:18:00,1309.0 -18793,buy_contrast_m10_bb_pos,buy,2025-10-25 14:30:00,1311.0 -18794,buy_contrast_m10_bb_pos,buy,2025-10-25 14:33:00,1309.0 -18795,buy_contrast_m10_bb_pos,buy,2025-10-25 14:36:00,1310.0 -18796,buy_contrast_m10_bb_pos,buy,2025-10-25 14:39:00,1311.0 -18797,buy_contrast_m10_bb_pos,buy,2025-10-25 15:21:00,1308.0 -18798,buy_contrast_m10_bb_pos,buy,2025-10-25 15:24:00,1307.0 -18799,buy_contrast_m10_bb_pos,buy,2025-10-25 15:27:00,1305.0 -18800,buy_contrast_m10_bb_pos,buy,2025-10-25 15:30:00,1306.0 -18801,buy_contrast_m10_bb_pos,buy,2025-10-25 15:33:00,1306.0 -18802,buy_contrast_m10_bb_pos,buy,2025-10-25 15:36:00,1307.0 -18803,buy_contrast_m10_bb_pos,buy,2025-10-25 15:39:00,1305.0 -18804,buy_contrast_m10_bb_pos,buy,2025-10-25 15:42:00,1305.0 -18805,buy_contrast_m10_bb_pos,buy,2025-10-25 15:45:00,1307.0 -18806,buy_contrast_m10_bb_pos,buy,2025-10-25 15:48:00,1305.0 -18807,buy_contrast_m10_bb_pos,buy,2025-10-25 15:51:00,1305.0 -18808,buy_contrast_m10_bb_pos,buy,2025-10-25 15:54:00,1302.0 -18809,buy_contrast_m10_bb_pos,buy,2025-10-25 15:57:00,1303.0 -18810,buy_contrast_m10_bb_pos,buy,2025-10-25 16:00:00,1302.0 -18811,buy_contrast_m10_bb_pos,buy,2025-10-25 16:03:00,1301.0 -18812,buy_contrast_m10_bb_pos,buy,2025-10-25 16:06:00,1303.0 -18813,buy_contrast_m10_bb_pos,buy,2025-10-25 16:09:00,1304.0 -18814,buy_contrast_m10_bb_pos,buy,2025-10-25 16:12:00,1305.0 -18815,buy_contrast_m10_bb_pos,buy,2025-10-25 16:15:00,1304.0 -18816,buy_contrast_m10_bb_pos,buy,2025-10-25 16:18:00,1305.0 -18817,buy_contrast_m10_bb_pos,buy,2025-10-25 16:51:00,1302.0 -18818,buy_contrast_m10_bb_pos,buy,2025-10-25 16:54:00,1303.0 -18819,buy_contrast_m10_bb_pos,buy,2025-10-25 16:57:00,1301.0 -18820,buy_contrast_m10_bb_pos,buy,2025-10-25 20:30:00,1303.0 -18821,buy_contrast_m10_bb_pos,buy,2025-10-25 20:33:00,1303.0 -18822,buy_contrast_m10_bb_pos,buy,2025-10-25 20:36:00,1304.0 -18823,buy_contrast_m10_bb_pos,buy,2025-10-25 20:39:00,1303.0 -18824,buy_contrast_m10_bb_pos,buy,2025-10-25 20:42:00,1303.0 -18825,buy_contrast_m10_bb_pos,buy,2025-10-25 20:45:00,1304.0 -18826,buy_contrast_m10_bb_pos,buy,2025-10-25 20:48:00,1304.0 -18827,buy_contrast_m10_bb_pos,buy,2025-10-25 22:12:00,1303.0 -18828,buy_contrast_m10_bb_pos,buy,2025-10-25 22:15:00,1305.0 -18829,buy_contrast_m10_bb_pos,buy,2025-10-25 22:18:00,1306.0 -18830,buy_contrast_m10_bb_pos,buy,2025-10-26 11:21:00,1323.0 -18831,buy_contrast_m10_bb_pos,buy,2025-10-26 11:24:00,1323.0 -18832,buy_contrast_m10_bb_pos,buy,2025-10-26 11:27:00,1323.0 -18833,buy_contrast_m10_bb_pos,buy,2025-10-26 11:30:00,1324.0 -18834,buy_contrast_m10_bb_pos,buy,2025-10-26 11:33:00,1326.0 -18835,buy_contrast_m10_bb_pos,buy,2025-10-26 11:36:00,1325.0 -18836,buy_contrast_m10_bb_pos,buy,2025-10-26 11:39:00,1323.0 -18837,buy_contrast_m10_bb_pos,buy,2025-10-26 11:42:00,1324.0 -18838,buy_contrast_m10_bb_pos,buy,2025-10-26 11:45:00,1323.0 -18839,buy_contrast_m10_bb_pos,buy,2025-10-26 11:48:00,1322.0 -18840,buy_contrast_m10_bb_pos,buy,2025-10-26 12:00:00,1319.0 -18841,buy_contrast_m10_bb_pos,buy,2025-10-26 12:03:00,1316.0 -18842,buy_contrast_m10_bb_pos,buy,2025-10-26 12:06:00,1318.0 -18843,buy_contrast_m10_bb_pos,buy,2025-10-26 12:09:00,1318.0 -18844,buy_contrast_m10_bb_pos,buy,2025-10-26 12:12:00,1318.0 -18845,buy_contrast_m10_bb_pos,buy,2025-10-26 12:15:00,1318.0 -18846,buy_contrast_m10_bb_pos,buy,2025-10-26 12:18:00,1316.0 -18847,buy_contrast_m10_bb_pos,buy,2025-10-26 12:21:00,1319.0 -18848,buy_contrast_m10_bb_pos,buy,2025-10-26 12:24:00,1320.0 -18849,buy_contrast_m10_bb_pos,buy,2025-10-26 12:27:00,1320.0 -18850,buy_contrast_m10_bb_pos,buy,2025-10-26 12:51:00,1315.0 -18851,buy_contrast_m10_bb_pos,buy,2025-10-26 12:54:00,1317.0 -18852,buy_contrast_m10_bb_pos,buy,2025-10-26 12:57:00,1316.0 -18853,buy_contrast_m10_bb_pos,buy,2025-10-26 13:00:00,1315.0 -18854,buy_contrast_m10_bb_pos,buy,2025-10-26 13:03:00,1317.0 -18855,buy_contrast_m10_bb_pos,buy,2025-10-26 13:06:00,1318.0 -18856,buy_contrast_m10_bb_pos,buy,2025-10-26 13:09:00,1318.0 -18857,buy_contrast_m10_bb_pos,buy,2025-10-27 05:12:00,1390.0 -18858,buy_contrast_m10_bb_pos,buy,2025-10-27 05:15:00,1393.0 -18859,buy_contrast_m10_bb_pos,buy,2025-10-27 05:18:00,1393.0 -18860,buy_contrast_m10_bb_pos,buy,2025-10-27 15:00:00,1398.0 -18861,buy_contrast_m10_bb_pos,buy,2025-10-27 15:03:00,1394.0 -18862,buy_contrast_m10_bb_pos,buy,2025-10-27 15:06:00,1392.0 -18863,buy_contrast_m10_bb_pos,buy,2025-10-27 15:09:00,1393.0 -18864,buy_contrast_m10_bb_pos,buy,2025-10-27 15:21:00,1396.0 -18865,buy_contrast_m10_bb_pos,buy,2025-10-27 15:24:00,1396.0 -18866,buy_contrast_m10_bb_pos,buy,2025-10-27 15:27:00,1395.0 -18867,buy_contrast_m10_bb_pos,buy,2025-10-27 16:12:00,1396.0 -18868,buy_contrast_m10_bb_pos,buy,2025-10-27 16:15:00,1395.0 -18869,buy_contrast_m10_bb_pos,buy,2025-10-27 16:18:00,1395.0 -18870,buy_contrast_m10_bb_pos,buy,2025-10-27 16:51:00,1389.0 -18871,buy_contrast_m10_bb_pos,buy,2025-10-27 16:54:00,1389.0 -18872,buy_contrast_m10_bb_pos,buy,2025-10-27 16:57:00,1390.0 -18873,buy_contrast_m10_bb_pos,buy,2025-10-27 17:21:00,1388.0 -18874,buy_contrast_m10_bb_pos,buy,2025-10-27 17:24:00,1387.0 -18875,buy_contrast_m10_bb_pos,buy,2025-10-27 17:27:00,1383.0 -18876,buy_contrast_m10_bb_pos,buy,2025-10-27 17:42:00,1381.0 -18877,buy_contrast_m10_bb_pos,buy,2025-10-27 17:45:00,1382.0 -18878,buy_contrast_m10_bb_pos,buy,2025-10-27 17:48:00,1383.0 -18879,buy_contrast_m10_bb_pos,buy,2025-10-27 17:51:00,1376.0 -18880,buy_contrast_m10_bb_pos,buy,2025-10-27 17:54:00,1375.0 -18881,buy_contrast_m10_bb_pos,buy,2025-10-27 17:57:00,1374.0 -18882,buy_contrast_m10_bb_pos,buy,2025-10-27 18:21:00,1369.0 -18883,buy_contrast_m10_bb_pos,buy,2025-10-27 18:24:00,1365.0 -18884,buy_contrast_m10_bb_pos,buy,2025-10-27 18:27:00,1367.0 -18885,buy_contrast_m10_bb_pos,buy,2025-10-27 18:30:00,1365.0 -18886,buy_contrast_m10_bb_pos,buy,2025-10-27 18:33:00,1367.0 -18887,buy_contrast_m10_bb_pos,buy,2025-10-27 18:36:00,1367.0 -18888,buy_contrast_m10_bb_pos,buy,2025-10-27 18:39:00,1369.0 -18889,buy_contrast_m10_bb_pos,buy,2025-10-27 18:42:00,1366.0 -18890,buy_contrast_m10_bb_pos,buy,2025-10-27 18:45:00,1367.0 -18891,buy_contrast_m10_bb_pos,buy,2025-10-27 18:48:00,1367.0 -18892,buy_contrast_m10_bb_pos,buy,2025-10-27 18:51:00,1365.0 -18893,buy_contrast_m10_bb_pos,buy,2025-10-27 18:54:00,1367.0 -18894,buy_contrast_m10_bb_pos,buy,2025-10-27 18:57:00,1371.0 -18895,buy_contrast_m10_bb_pos,buy,2025-10-27 21:42:00,1362.0 -18896,buy_contrast_m10_bb_pos,buy,2025-10-27 21:45:00,1365.0 -18897,buy_contrast_m10_bb_pos,buy,2025-10-27 21:48:00,1365.0 -18898,buy_contrast_m10_bb_pos,buy,2025-10-27 22:51:00,1360.0 -18899,buy_contrast_m10_bb_pos,buy,2025-10-27 22:54:00,1362.0 -18900,buy_contrast_m10_bb_pos,buy,2025-10-27 22:57:00,1361.0 -18901,buy_contrast_m10_bb_pos,buy,2025-10-27 23:12:00,1353.0 -18902,buy_contrast_m10_bb_pos,buy,2025-10-27 23:15:00,1358.0 -18903,buy_contrast_m10_bb_pos,buy,2025-10-27 23:18:00,1355.0 -18904,buy_contrast_m10_bb_pos,buy,2025-10-27 23:21:00,1355.0 -18905,buy_contrast_m10_bb_pos,buy,2025-10-27 23:24:00,1355.0 -18906,buy_contrast_m10_bb_pos,buy,2025-10-27 23:27:00,1358.0 -18907,buy_contrast_m10_bb_pos,buy,2025-10-28 00:00:00,1353.0 -18908,buy_contrast_m10_bb_pos,buy,2025-10-28 00:03:00,1355.0 -18909,buy_contrast_m10_bb_pos,buy,2025-10-28 00:06:00,1359.0 -18910,buy_contrast_m10_bb_pos,buy,2025-10-28 00:09:00,1357.0 -18911,buy_contrast_m10_bb_pos,buy,2025-10-28 05:21:00,1354.0 -18912,buy_contrast_m10_bb_pos,buy,2025-10-28 05:24:00,1354.0 -18913,buy_contrast_m10_bb_pos,buy,2025-10-28 05:27:00,1348.0 -18914,buy_contrast_m10_bb_pos,buy,2025-10-28 05:51:00,1350.0 -18915,buy_contrast_m10_bb_pos,buy,2025-10-28 05:54:00,1345.0 -18916,buy_contrast_m10_bb_pos,buy,2025-10-28 05:57:00,1344.0 -18917,buy_contrast_m10_bb_pos,buy,2025-10-28 06:00:00,1345.0 -18918,buy_contrast_m10_bb_pos,buy,2025-10-28 06:03:00,1347.0 -18919,buy_contrast_m10_bb_pos,buy,2025-10-28 06:06:00,1348.0 -18920,buy_contrast_m10_bb_pos,buy,2025-10-28 06:09:00,1347.0 -18921,buy_contrast_m10_bb_pos,buy,2025-10-28 07:42:00,1343.0 -18922,buy_contrast_m10_bb_pos,buy,2025-10-28 07:45:00,1339.0 -18923,buy_contrast_m10_bb_pos,buy,2025-10-28 07:48:00,1342.0 -18924,buy_contrast_m10_bb_pos,buy,2025-10-28 08:21:00,1335.0 -18925,buy_contrast_m10_bb_pos,buy,2025-10-28 08:24:00,1336.0 -18926,buy_contrast_m10_bb_pos,buy,2025-10-28 08:27:00,1335.0 -18927,buy_contrast_m10_bb_pos,buy,2025-10-28 08:30:00,1336.0 -18928,buy_contrast_m10_bb_pos,buy,2025-10-28 08:33:00,1338.0 -18929,buy_contrast_m10_bb_pos,buy,2025-10-28 08:36:00,1340.0 -18930,buy_contrast_m10_bb_pos,buy,2025-10-28 08:39:00,1339.0 -18931,buy_contrast_m10_bb_pos,buy,2025-10-28 09:42:00,1330.0 -18932,buy_contrast_m10_bb_pos,buy,2025-10-28 09:45:00,1332.0 -18933,buy_contrast_m10_bb_pos,buy,2025-10-28 09:48:00,1329.0 -18934,buy_contrast_m10_bb_pos,buy,2025-10-28 09:51:00,1331.0 -18935,buy_contrast_m10_bb_pos,buy,2025-10-28 09:54:00,1335.0 -18936,buy_contrast_m10_bb_pos,buy,2025-10-28 09:57:00,1334.0 -18937,buy_contrast_m10_bb_pos,buy,2025-10-28 12:21:00,1328.0 -18938,buy_contrast_m10_bb_pos,buy,2025-10-28 12:24:00,1329.0 -18939,buy_contrast_m10_bb_pos,buy,2025-10-28 12:27:00,1329.0 -18940,buy_contrast_m10_bb_pos,buy,2025-10-28 12:51:00,1325.0 -18941,buy_contrast_m10_bb_pos,buy,2025-10-28 12:54:00,1329.0 -18942,buy_contrast_m10_bb_pos,buy,2025-10-28 12:57:00,1327.0 -18943,buy_contrast_m10_bb_pos,buy,2025-10-28 18:30:00,1324.0 -18944,buy_contrast_m10_bb_pos,buy,2025-10-28 18:33:00,1326.0 -18945,buy_contrast_m10_bb_pos,buy,2025-10-28 18:36:00,1325.0 -18946,buy_contrast_m10_bb_pos,buy,2025-10-28 18:39:00,1327.0 -18947,buy_contrast_m10_bb_pos,buy,2025-10-28 19:21:00,1325.0 -18948,buy_contrast_m10_bb_pos,buy,2025-10-28 19:24:00,1325.0 -18949,buy_contrast_m10_bb_pos,buy,2025-10-28 19:27:00,1328.0 -18950,buy_contrast_m10_bb_pos,buy,2025-10-29 00:30:00,1330.0 -18951,buy_contrast_m10_bb_pos,buy,2025-10-29 00:33:00,1328.0 -18952,buy_contrast_m10_bb_pos,buy,2025-10-29 00:36:00,1327.0 -18953,buy_contrast_m10_bb_pos,buy,2025-10-29 00:39:00,1330.0 -18954,buy_contrast_m10_bb_pos,buy,2025-10-29 00:42:00,1327.0 -18955,buy_contrast_m10_bb_pos,buy,2025-10-29 00:45:00,1327.0 -18956,buy_contrast_m10_bb_pos,buy,2025-10-29 00:48:00,1331.0 -18957,buy_contrast_m10_bb_pos,buy,2025-10-29 01:00:00,1330.0 -18958,buy_contrast_m10_bb_pos,buy,2025-10-29 01:03:00,1332.0 -18959,buy_contrast_m10_bb_pos,buy,2025-10-29 01:06:00,1336.0 -18960,buy_contrast_m10_bb_pos,buy,2025-10-29 01:09:00,1333.0 -18961,buy_contrast_m10_bb_pos,buy,2025-10-29 03:51:00,1326.0 -18962,buy_contrast_m10_bb_pos,buy,2025-10-29 03:54:00,1325.0 -18963,buy_contrast_m10_bb_pos,buy,2025-10-29 03:57:00,1325.0 -18964,buy_contrast_m10_bb_pos,buy,2025-10-29 04:00:00,1325.0 -18965,buy_contrast_m10_bb_pos,buy,2025-10-29 04:03:00,1323.0 -18966,buy_contrast_m10_bb_pos,buy,2025-10-29 04:06:00,1326.0 -18967,buy_contrast_m10_bb_pos,buy,2025-10-29 04:09:00,1326.0 -18968,buy_contrast_m10_bb_pos,buy,2025-10-29 04:42:00,1313.0 -18969,buy_contrast_m10_bb_pos,buy,2025-10-29 04:45:00,1313.0 -18970,buy_contrast_m10_bb_pos,buy,2025-10-29 04:48:00,1309.0 -18971,buy_contrast_m10_bb_pos,buy,2025-10-29 05:51:00,1291.0 -18972,buy_contrast_m10_bb_pos,buy,2025-10-29 05:54:00,1293.0 -18973,buy_contrast_m10_bb_pos,buy,2025-10-29 05:57:00,1296.0 -18974,buy_contrast_m10_bb_pos,buy,2025-10-29 06:12:00,1287.0 -18975,buy_contrast_m10_bb_pos,buy,2025-10-29 06:15:00,1289.0 -18976,buy_contrast_m10_bb_pos,buy,2025-10-29 06:18:00,1290.0 -18977,buy_contrast_m10_bb_pos,buy,2025-10-29 06:30:00,1283.0 -18978,buy_contrast_m10_bb_pos,buy,2025-10-29 06:33:00,1289.0 -18979,buy_contrast_m10_bb_pos,buy,2025-10-29 06:36:00,1289.0 -18980,buy_contrast_m10_bb_pos,buy,2025-10-29 06:39:00,1291.0 -18981,buy_contrast_m10_bb_pos,buy,2025-10-29 12:12:00,1292.0 -18982,buy_contrast_m10_bb_pos,buy,2025-10-29 12:15:00,1290.0 -18983,buy_contrast_m10_bb_pos,buy,2025-10-29 12:18:00,1289.0 -18984,buy_contrast_m10_bb_pos,buy,2025-10-29 12:21:00,1292.0 -18985,buy_contrast_m10_bb_pos,buy,2025-10-29 12:24:00,1291.0 -18986,buy_contrast_m10_bb_pos,buy,2025-10-29 12:27:00,1290.0 -18987,buy_contrast_m10_bb_pos,buy,2025-10-29 13:21:00,1291.0 -18988,buy_contrast_m10_bb_pos,buy,2025-10-29 13:24:00,1291.0 -18989,buy_contrast_m10_bb_pos,buy,2025-10-29 13:27:00,1289.0 -18990,buy_contrast_m10_bb_pos,buy,2025-10-29 14:00:00,1288.0 -18991,buy_contrast_m10_bb_pos,buy,2025-10-29 14:03:00,1289.0 -18992,buy_contrast_m10_bb_pos,buy,2025-10-29 14:06:00,1290.0 -18993,buy_contrast_m10_bb_pos,buy,2025-10-29 14:09:00,1288.0 -18994,buy_contrast_m10_bb_pos,buy,2025-10-29 15:21:00,1288.0 -18995,buy_contrast_m10_bb_pos,buy,2025-10-29 15:24:00,1289.0 -18996,buy_contrast_m10_bb_pos,buy,2025-10-29 15:27:00,1288.0 -18997,buy_contrast_m10_bb_pos,buy,2025-10-30 00:42:00,1292.0 -18998,buy_contrast_m10_bb_pos,buy,2025-10-30 00:45:00,1289.0 -18999,buy_contrast_m10_bb_pos,buy,2025-10-30 00:48:00,1283.0 -19000,buy_contrast_m10_bb_pos,buy,2025-10-30 03:42:00,1263.0 -19001,buy_contrast_m10_bb_pos,buy,2025-10-30 03:45:00,1277.0 -19002,buy_contrast_m10_bb_pos,buy,2025-10-30 03:48:00,1290.0 -19003,buy_contrast_m10_bb_pos,buy,2025-10-30 07:42:00,1307.0 -19004,buy_contrast_m10_bb_pos,buy,2025-10-30 07:45:00,1305.0 -19005,buy_contrast_m10_bb_pos,buy,2025-10-30 07:48:00,1304.0 -19006,buy_contrast_m10_bb_pos,buy,2025-10-30 07:51:00,1305.0 -19007,buy_contrast_m10_bb_pos,buy,2025-10-30 07:54:00,1304.0 -19008,buy_contrast_m10_bb_pos,buy,2025-10-30 07:57:00,1305.0 -19009,buy_contrast_m10_bb_pos,buy,2025-10-30 08:00:00,1305.0 -19010,buy_contrast_m10_bb_pos,buy,2025-10-30 08:03:00,1302.0 -19011,buy_contrast_m10_bb_pos,buy,2025-10-30 08:06:00,1300.0 -19012,buy_contrast_m10_bb_pos,buy,2025-10-30 08:09:00,1298.0 -19013,buy_contrast_m10_bb_pos,buy,2025-10-30 08:21:00,1308.0 -19014,buy_contrast_m10_bb_pos,buy,2025-10-30 08:24:00,1299.0 -19015,buy_contrast_m10_bb_pos,buy,2025-10-30 08:27:00,1297.0 -19016,buy_contrast_m10_bb_pos,buy,2025-10-30 08:30:00,1294.0 -19017,buy_contrast_m10_bb_pos,buy,2025-10-30 08:33:00,1292.0 -19018,buy_contrast_m10_bb_pos,buy,2025-10-30 08:36:00,1290.0 -19019,buy_contrast_m10_bb_pos,buy,2025-10-30 08:39:00,1285.0 -19020,buy_contrast_m10_bb_pos,buy,2025-10-30 08:51:00,1286.0 -19021,buy_contrast_m10_bb_pos,buy,2025-10-30 08:54:00,1287.0 -19022,buy_contrast_m10_bb_pos,buy,2025-10-30 08:57:00,1287.0 -19023,buy_contrast_m10_bb_pos,buy,2025-10-30 09:00:00,1288.0 -19024,buy_contrast_m10_bb_pos,buy,2025-10-30 09:03:00,1288.0 -19025,buy_contrast_m10_bb_pos,buy,2025-10-30 09:06:00,1286.0 -19026,buy_contrast_m10_bb_pos,buy,2025-10-30 09:09:00,1275.0 -19027,buy_contrast_m10_bb_pos,buy,2025-10-30 12:51:00,1286.0 -19028,buy_contrast_m10_bb_pos,buy,2025-10-30 12:54:00,1284.0 -19029,buy_contrast_m10_bb_pos,buy,2025-10-30 12:57:00,1287.0 -19030,buy_contrast_m10_bb_pos,buy,2025-10-30 14:12:00,1254.0 -19031,buy_contrast_m10_bb_pos,buy,2025-10-30 14:15:00,1257.0 -19032,buy_contrast_m10_bb_pos,buy,2025-10-30 14:18:00,1256.0 -19033,buy_contrast_m10_bb_pos,buy,2025-10-30 14:21:00,1255.0 -19034,buy_contrast_m10_bb_pos,buy,2025-10-30 14:24:00,1253.0 -19035,buy_contrast_m10_bb_pos,buy,2025-10-30 14:27:00,1251.0 -19036,buy_contrast_m10_bb_pos,buy,2025-10-30 14:30:00,1254.0 -19037,buy_contrast_m10_bb_pos,buy,2025-10-30 14:33:00,1255.0 -19038,buy_contrast_m10_bb_pos,buy,2025-10-30 14:36:00,1256.0 -19039,buy_contrast_m10_bb_pos,buy,2025-10-30 14:39:00,1259.0 -19040,buy_contrast_m10_bb_pos,buy,2025-10-30 18:42:00,1252.0 -19041,buy_contrast_m10_bb_pos,buy,2025-10-30 18:45:00,1250.0 -19042,buy_contrast_m10_bb_pos,buy,2025-10-30 18:48:00,1251.0 -19043,buy_contrast_m10_bb_pos,buy,2025-10-30 18:51:00,1253.0 -19044,buy_contrast_m10_bb_pos,buy,2025-10-30 18:54:00,1252.0 -19045,buy_contrast_m10_bb_pos,buy,2025-10-30 18:57:00,1254.0 -19046,buy_contrast_m10_bb_pos,buy,2025-10-30 19:00:00,1251.0 -19047,buy_contrast_m10_bb_pos,buy,2025-10-30 19:03:00,1250.0 -19048,buy_contrast_m10_bb_pos,buy,2025-10-30 19:06:00,1254.0 -19049,buy_contrast_m10_bb_pos,buy,2025-10-30 19:09:00,1252.0 -19050,buy_contrast_m10_bb_pos,buy,2025-10-30 19:12:00,1251.0 -19051,buy_contrast_m10_bb_pos,buy,2025-10-30 19:15:00,1251.0 -19052,buy_contrast_m10_bb_pos,buy,2025-10-30 19:18:00,1252.0 -19053,buy_contrast_m10_bb_pos,buy,2025-10-30 19:51:00,1248.0 -19054,buy_contrast_m10_bb_pos,buy,2025-10-30 19:54:00,1248.0 -19055,buy_contrast_m10_bb_pos,buy,2025-10-30 19:57:00,1246.0 -19056,buy_contrast_m10_bb_pos,buy,2025-10-30 20:12:00,1245.0 -19057,buy_contrast_m10_bb_pos,buy,2025-10-30 20:15:00,1247.0 -19058,buy_contrast_m10_bb_pos,buy,2025-10-30 20:18:00,1244.0 -19059,buy_contrast_m10_bb_pos,buy,2025-10-30 21:21:00,1244.0 -19060,buy_contrast_m10_bb_pos,buy,2025-10-30 21:24:00,1241.0 -19061,buy_contrast_m10_bb_pos,buy,2025-10-30 21:27:00,1235.0 -19062,buy_contrast_m10_bb_pos,buy,2025-10-30 22:12:00,1229.0 -19063,buy_contrast_m10_bb_pos,buy,2025-10-30 22:15:00,1225.0 -19064,buy_contrast_m10_bb_pos,buy,2025-10-30 22:18:00,1223.0 -19065,buy_contrast_m10_bb_pos,buy,2025-10-30 22:51:00,1217.0 -19066,buy_contrast_m10_bb_pos,buy,2025-10-30 22:54:00,1213.0 -19067,buy_contrast_m10_bb_pos,buy,2025-10-30 22:57:00,1210.0 -19068,buy_contrast_m10_bb_pos,buy,2025-10-30 23:00:00,1209.0 -19069,buy_contrast_m10_bb_pos,buy,2025-10-30 23:03:00,1209.0 -19070,buy_contrast_m10_bb_pos,buy,2025-10-30 23:06:00,1215.0 -19071,buy_contrast_m10_bb_pos,buy,2025-10-30 23:09:00,1215.0 -19072,buy_contrast_m10_bb_pos,buy,2025-10-30 23:12:00,1212.0 -19073,buy_contrast_m10_bb_pos,buy,2025-10-30 23:15:00,1213.0 -19074,buy_contrast_m10_bb_pos,buy,2025-10-30 23:18:00,1210.0 -19075,buy_contrast_m10_bb_pos,buy,2025-10-30 23:21:00,1209.0 -19076,buy_contrast_m10_bb_pos,buy,2025-10-30 23:24:00,1210.0 -19077,buy_contrast_m10_bb_pos,buy,2025-10-30 23:27:00,1210.0 -19078,buy_contrast_m10_bb_pos,buy,2025-10-31 00:12:00,1202.0 -19079,buy_contrast_m10_bb_pos,buy,2025-10-31 00:15:00,1205.0 -19080,buy_contrast_m10_bb_pos,buy,2025-10-31 00:18:00,1196.0 -19081,buy_contrast_m10_bb_pos,buy,2025-10-31 00:21:00,1199.0 -19082,buy_contrast_m10_bb_pos,buy,2025-10-31 00:24:00,1203.0 -19083,buy_contrast_m10_bb_pos,buy,2025-10-31 00:27:00,1202.0 -19084,buy_contrast_m10_bb_pos,buy,2025-10-31 00:42:00,1195.0 -19085,buy_contrast_m10_bb_pos,buy,2025-10-31 00:45:00,1198.0 -19086,buy_contrast_m10_bb_pos,buy,2025-10-31 00:48:00,1194.0 -19087,buy_contrast_m10_bb_pos,buy,2025-10-31 00:51:00,1198.0 -19088,buy_contrast_m10_bb_pos,buy,2025-10-31 00:54:00,1196.0 -19089,buy_contrast_m10_bb_pos,buy,2025-10-31 00:57:00,1195.0 -19090,buy_contrast_m10_bb_pos,buy,2025-10-31 01:00:00,1195.0 -19091,buy_contrast_m10_bb_pos,buy,2025-10-31 01:03:00,1191.0 -19092,buy_contrast_m10_bb_pos,buy,2025-10-31 01:06:00,1199.0 -19093,buy_contrast_m10_bb_pos,buy,2025-10-31 01:09:00,1201.0 -19094,buy_contrast_m10_bb_pos,buy,2025-10-31 01:51:00,1191.0 -19095,buy_contrast_m10_bb_pos,buy,2025-10-31 01:54:00,1191.0 -19096,buy_contrast_m10_bb_pos,buy,2025-10-31 01:57:00,1192.0 -19097,buy_contrast_m10_bb_pos,buy,2025-10-31 02:00:00,1192.0 -19098,buy_contrast_m10_bb_pos,buy,2025-10-31 02:03:00,1185.0 -19099,buy_contrast_m10_bb_pos,buy,2025-10-31 02:06:00,1180.0 -19100,buy_contrast_m10_bb_pos,buy,2025-10-31 02:09:00,1184.0 -19101,buy_contrast_m10_bb_pos,buy,2025-10-31 03:42:00,1172.0 -19102,buy_contrast_m10_bb_pos,buy,2025-10-31 03:45:00,1173.0 -19103,buy_contrast_m10_bb_pos,buy,2025-10-31 03:48:00,1178.0 -19104,buy_contrast_m10_bb_pos,buy,2025-10-31 04:42:00,1169.0 -19105,buy_contrast_m10_bb_pos,buy,2025-10-31 04:45:00,1173.0 -19106,buy_contrast_m10_bb_pos,buy,2025-10-31 04:48:00,1170.0 -19107,buy_contrast_m10_bb_pos,buy,2025-10-31 14:30:00,1214.0 -19108,buy_contrast_m10_bb_pos,buy,2025-10-31 14:33:00,1216.0 -19109,buy_contrast_m10_bb_pos,buy,2025-10-31 14:36:00,1214.0 -19110,buy_contrast_m10_bb_pos,buy,2025-10-31 14:39:00,1213.0 -19111,buy_contrast_m10_bb_pos,buy,2025-10-31 14:51:00,1213.0 -19112,buy_contrast_m10_bb_pos,buy,2025-10-31 14:54:00,1211.0 -19113,buy_contrast_m10_bb_pos,buy,2025-10-31 14:57:00,1212.0 -19114,buy_contrast_m10_bb_pos,buy,2025-10-31 15:00:00,1212.0 -19115,buy_contrast_m10_bb_pos,buy,2025-10-31 15:03:00,1213.0 -19116,buy_contrast_m10_bb_pos,buy,2025-10-31 15:06:00,1211.0 -19117,buy_contrast_m10_bb_pos,buy,2025-10-31 15:09:00,1210.0 -19118,buy_contrast_m10_bb_pos,buy,2025-10-31 15:12:00,1209.0 -19119,buy_contrast_m10_bb_pos,buy,2025-10-31 15:15:00,1212.0 -19120,buy_contrast_m10_bb_pos,buy,2025-10-31 15:18:00,1211.0 -19121,buy_contrast_m10_bb_pos,buy,2025-10-31 15:42:00,1208.0 -19122,buy_contrast_m10_bb_pos,buy,2025-10-31 15:45:00,1207.0 -19123,buy_contrast_m10_bb_pos,buy,2025-10-31 15:48:00,1206.0 -19124,buy_contrast_m10_bb_pos,buy,2025-10-31 15:51:00,1202.0 -19125,buy_contrast_m10_bb_pos,buy,2025-10-31 15:54:00,1203.0 -19126,buy_contrast_m10_bb_pos,buy,2025-10-31 15:57:00,1203.0 -19127,buy_contrast_m10_bb_pos,buy,2025-10-31 16:00:00,1205.0 -19128,buy_contrast_m10_bb_pos,buy,2025-10-31 16:03:00,1205.0 -19129,buy_contrast_m10_bb_pos,buy,2025-10-31 16:06:00,1204.0 -19130,buy_contrast_m10_bb_pos,buy,2025-10-31 16:09:00,1203.0 -19131,buy_contrast_m10_bb_pos,buy,2025-10-31 16:12:00,1206.0 -19132,buy_contrast_m10_bb_pos,buy,2025-10-31 16:15:00,1205.0 -19133,buy_contrast_m10_bb_pos,buy,2025-10-31 16:18:00,1205.0 -19134,buy_contrast_m10_bb_pos,buy,2025-10-31 16:21:00,1204.0 -19135,buy_contrast_m10_bb_pos,buy,2025-10-31 16:24:00,1205.0 -19136,buy_contrast_m10_bb_pos,buy,2025-10-31 16:27:00,1202.0 -19137,buy_contrast_m10_bb_pos,buy,2025-10-31 16:42:00,1198.0 -19138,buy_contrast_m10_bb_pos,buy,2025-10-31 16:45:00,1197.0 -19139,buy_contrast_m10_bb_pos,buy,2025-10-31 16:48:00,1197.0 -19140,buy_contrast_m10_bb_pos,buy,2025-10-31 16:51:00,1194.0 -19141,buy_contrast_m10_bb_pos,buy,2025-10-31 16:54:00,1194.0 -19142,buy_contrast_m10_bb_pos,buy,2025-10-31 16:57:00,1196.0 -19143,buy_contrast_m10_bb_pos,buy,2025-10-31 17:00:00,1196.0 -19144,buy_contrast_m10_bb_pos,buy,2025-10-31 17:03:00,1199.0 -19145,buy_contrast_m10_bb_pos,buy,2025-10-31 17:06:00,1201.0 -19146,buy_contrast_m10_bb_pos,buy,2025-10-31 17:09:00,1199.0 -19147,buy_contrast_m10_bb_pos,buy,2025-10-31 17:21:00,1197.0 -19148,buy_contrast_m10_bb_pos,buy,2025-10-31 17:24:00,1197.0 -19149,buy_contrast_m10_bb_pos,buy,2025-10-31 17:27:00,1200.0 -19150,buy_contrast_m10_bb_pos,buy,2025-10-31 20:00:00,1196.0 -19151,buy_contrast_m10_bb_pos,buy,2025-10-31 20:03:00,1196.0 -19152,buy_contrast_m10_bb_pos,buy,2025-10-31 20:06:00,1196.0 -19153,buy_contrast_m10_bb_pos,buy,2025-10-31 20:09:00,1196.0 -19154,buy_contrast_m10_bb_pos,buy,2025-10-31 20:21:00,1196.0 -19155,buy_contrast_m10_bb_pos,buy,2025-10-31 20:24:00,1196.0 -19156,buy_contrast_m10_bb_pos,buy,2025-10-31 20:27:00,1198.0 -19157,buy_contrast_m10_bb_pos,buy,2025-11-01 01:21:00,1199.0 -19158,buy_contrast_m10_bb_pos,buy,2025-11-01 01:24:00,1198.0 -19159,buy_contrast_m10_bb_pos,buy,2025-11-01 01:27:00,1202.0 -19160,buy_contrast_m10_bb_pos,buy,2025-11-01 01:51:00,1188.0 -19161,buy_contrast_m10_bb_pos,buy,2025-11-01 01:54:00,1188.0 -19162,buy_contrast_m10_bb_pos,buy,2025-11-01 01:57:00,1184.0 -19163,buy_contrast_m10_bb_pos,buy,2025-11-01 09:30:00,1193.0 -19164,buy_contrast_m10_bb_pos,buy,2025-11-01 09:33:00,1190.0 -19165,buy_contrast_m10_bb_pos,buy,2025-11-01 09:36:00,1191.0 -19166,buy_contrast_m10_bb_pos,buy,2025-11-01 09:39:00,1190.0 -19167,buy_contrast_m10_bb_pos,buy,2025-11-01 23:30:00,1287.0 -19168,buy_contrast_m10_bb_pos,buy,2025-11-01 23:33:00,1285.0 -19169,buy_contrast_m10_bb_pos,buy,2025-11-01 23:36:00,1286.0 -19170,buy_contrast_m10_bb_pos,buy,2025-11-01 23:39:00,1288.0 -19171,buy_contrast_m10_bb_pos,buy,2025-11-01 23:51:00,1281.0 -19172,buy_contrast_m10_bb_pos,buy,2025-11-01 23:54:00,1277.0 -19173,buy_contrast_m10_bb_pos,buy,2025-11-01 23:57:00,1278.0 -19174,buy_contrast_m10_bb_pos,buy,2025-11-02 00:00:00,1280.0 -19175,buy_contrast_m10_bb_pos,buy,2025-11-02 00:03:00,1277.0 -19176,buy_contrast_m10_bb_pos,buy,2025-11-02 00:06:00,1291.0 -19177,buy_contrast_m10_bb_pos,buy,2025-11-02 00:09:00,1296.0 -19178,buy_contrast_m10_bb_pos,buy,2025-11-02 06:51:00,1303.0 -19179,buy_contrast_m10_bb_pos,buy,2025-11-02 06:54:00,1304.0 -19180,buy_contrast_m10_bb_pos,buy,2025-11-02 06:57:00,1303.0 -19181,buy_contrast_m10_bb_pos,buy,2025-11-02 07:12:00,1300.0 -19182,buy_contrast_m10_bb_pos,buy,2025-11-02 07:15:00,1298.0 -19183,buy_contrast_m10_bb_pos,buy,2025-11-02 07:18:00,1298.0 -19184,buy_contrast_m10_bb_pos,buy,2025-11-02 07:51:00,1294.0 -19185,buy_contrast_m10_bb_pos,buy,2025-11-02 07:54:00,1294.0 -19186,buy_contrast_m10_bb_pos,buy,2025-11-02 07:57:00,1294.0 -19187,buy_contrast_m10_bb_pos,buy,2025-11-02 08:00:00,1295.0 -19188,buy_contrast_m10_bb_pos,buy,2025-11-02 08:03:00,1294.0 -19189,buy_contrast_m10_bb_pos,buy,2025-11-02 08:06:00,1295.0 -19190,buy_contrast_m10_bb_pos,buy,2025-11-02 08:09:00,1293.0 -19191,buy_contrast_m10_bb_pos,buy,2025-11-02 11:12:00,1270.0 -19192,buy_contrast_m10_bb_pos,buy,2025-11-02 11:15:00,1269.0 -19193,buy_contrast_m10_bb_pos,buy,2025-11-02 11:18:00,1266.0 -19194,buy_contrast_m10_bb_pos,buy,2025-11-02 11:21:00,1265.0 -19195,buy_contrast_m10_bb_pos,buy,2025-11-02 11:24:00,1265.0 -19196,buy_contrast_m10_bb_pos,buy,2025-11-02 11:27:00,1265.0 -19197,buy_contrast_m10_bb_pos,buy,2025-11-02 17:12:00,1272.0 -19198,buy_contrast_m10_bb_pos,buy,2025-11-02 17:15:00,1274.0 -19199,buy_contrast_m10_bb_pos,buy,2025-11-02 17:18:00,1275.0 -19200,buy_contrast_m10_bb_pos,buy,2025-11-02 18:42:00,1268.0 -19201,buy_contrast_m10_bb_pos,buy,2025-11-02 18:45:00,1268.0 -19202,buy_contrast_m10_bb_pos,buy,2025-11-02 18:48:00,1268.0 -19203,buy_contrast_m10_bb_pos,buy,2025-11-02 18:51:00,1269.0 -19204,buy_contrast_m10_bb_pos,buy,2025-11-02 18:54:00,1270.0 -19205,buy_contrast_m10_bb_pos,buy,2025-11-02 18:57:00,1270.0 -19206,buy_contrast_m10_bb_pos,buy,2025-11-02 19:00:00,1269.0 -19207,buy_contrast_m10_bb_pos,buy,2025-11-02 19:03:00,1267.0 -19208,buy_contrast_m10_bb_pos,buy,2025-11-02 19:06:00,1265.0 -19209,buy_contrast_m10_bb_pos,buy,2025-11-02 19:09:00,1266.0 -19210,buy_contrast_m10_bb_pos,buy,2025-11-02 19:12:00,1270.0 -19211,buy_contrast_m10_bb_pos,buy,2025-11-02 19:15:00,1268.0 -19212,buy_contrast_m10_bb_pos,buy,2025-11-02 19:18:00,1265.0 -19213,buy_contrast_m10_bb_pos,buy,2025-11-02 19:42:00,1261.0 -19214,buy_contrast_m10_bb_pos,buy,2025-11-02 19:45:00,1262.0 -19215,buy_contrast_m10_bb_pos,buy,2025-11-02 19:48:00,1262.0 -19216,buy_contrast_m10_bb_pos,buy,2025-11-02 19:51:00,1261.0 -19217,buy_contrast_m10_bb_pos,buy,2025-11-02 19:54:00,1261.0 -19218,buy_contrast_m10_bb_pos,buy,2025-11-02 19:57:00,1260.0 -19219,buy_contrast_m10_bb_pos,buy,2025-11-02 22:12:00,1257.0 -19220,buy_contrast_m10_bb_pos,buy,2025-11-02 22:15:00,1256.0 -19221,buy_contrast_m10_bb_pos,buy,2025-11-02 22:18:00,1256.0 -19222,buy_contrast_m10_bb_pos,buy,2025-11-02 22:30:00,1256.0 -19223,buy_contrast_m10_bb_pos,buy,2025-11-02 22:33:00,1256.0 -19224,buy_contrast_m10_bb_pos,buy,2025-11-02 22:36:00,1255.0 -19225,buy_contrast_m10_bb_pos,buy,2025-11-02 22:39:00,1255.0 -19226,buy_contrast_m10_bb_pos,buy,2025-11-02 22:42:00,1254.0 -19227,buy_contrast_m10_bb_pos,buy,2025-11-02 22:45:00,1255.0 -19228,buy_contrast_m10_bb_pos,buy,2025-11-02 22:48:00,1250.0 -19229,buy_contrast_m10_bb_pos,buy,2025-11-02 22:51:00,1251.0 -19230,buy_contrast_m10_bb_pos,buy,2025-11-02 22:54:00,1252.0 -19231,buy_contrast_m10_bb_pos,buy,2025-11-02 22:57:00,1253.0 -19232,buy_contrast_m10_bb_pos,buy,2025-11-02 23:00:00,1252.0 -19233,buy_contrast_m10_bb_pos,buy,2025-11-02 23:03:00,1253.0 -19234,buy_contrast_m10_bb_pos,buy,2025-11-02 23:06:00,1256.0 -19235,buy_contrast_m10_bb_pos,buy,2025-11-02 23:09:00,1254.0 -19236,buy_contrast_m10_bb_pos,buy,2025-11-03 00:00:00,1234.0 -19237,buy_contrast_m10_bb_pos,buy,2025-11-03 00:03:00,1234.0 -19238,buy_contrast_m10_bb_pos,buy,2025-11-03 00:06:00,1235.0 -19239,buy_contrast_m10_bb_pos,buy,2025-11-03 00:09:00,1234.0 -19240,buy_contrast_m10_bb_pos,buy,2025-11-03 00:12:00,1234.0 -19241,buy_contrast_m10_bb_pos,buy,2025-11-03 00:15:00,1234.0 -19242,buy_contrast_m10_bb_pos,buy,2025-11-03 00:18:00,1239.0 -19243,buy_contrast_m10_bb_pos,buy,2025-11-03 04:42:00,1229.0 -19244,buy_contrast_m10_bb_pos,buy,2025-11-03 04:45:00,1232.0 -19245,buy_contrast_m10_bb_pos,buy,2025-11-03 04:48:00,1232.0 -19246,buy_contrast_m10_bb_pos,buy,2025-11-03 09:51:00,1235.0 -19247,buy_contrast_m10_bb_pos,buy,2025-11-03 09:54:00,1233.0 -19248,buy_contrast_m10_bb_pos,buy,2025-11-03 09:57:00,1230.0 -19249,buy_contrast_m10_bb_pos,buy,2025-11-03 10:21:00,1232.0 -19250,buy_contrast_m10_bb_pos,buy,2025-11-03 10:24:00,1228.0 -19251,buy_contrast_m10_bb_pos,buy,2025-11-03 10:27:00,1228.0 -19252,buy_contrast_m10_bb_pos,buy,2025-11-03 10:30:00,1230.0 -19253,buy_contrast_m10_bb_pos,buy,2025-11-03 10:33:00,1230.0 -19254,buy_contrast_m10_bb_pos,buy,2025-11-03 10:36:00,1225.0 -19255,buy_contrast_m10_bb_pos,buy,2025-11-03 10:39:00,1226.0 -19256,buy_contrast_m10_bb_pos,buy,2025-11-03 10:42:00,1224.0 -19257,buy_contrast_m10_bb_pos,buy,2025-11-03 10:45:00,1225.0 -19258,buy_contrast_m10_bb_pos,buy,2025-11-03 10:48:00,1224.0 -19259,buy_contrast_m10_bb_pos,buy,2025-11-03 10:51:00,1221.0 -19260,buy_contrast_m10_bb_pos,buy,2025-11-03 10:54:00,1221.0 -19261,buy_contrast_m10_bb_pos,buy,2025-11-03 10:57:00,1220.0 -19262,buy_contrast_m10_bb_pos,buy,2025-11-03 11:00:00,1222.0 -19263,buy_contrast_m10_bb_pos,buy,2025-11-03 11:03:00,1222.0 -19264,buy_contrast_m10_bb_pos,buy,2025-11-03 11:06:00,1218.0 -19265,buy_contrast_m10_bb_pos,buy,2025-11-03 11:09:00,1217.0 -19266,buy_contrast_m10_bb_pos,buy,2025-11-03 11:12:00,1215.0 -19267,buy_contrast_m10_bb_pos,buy,2025-11-03 11:15:00,1221.0 -19268,buy_contrast_m10_bb_pos,buy,2025-11-03 11:18:00,1215.0 -19269,buy_contrast_m10_bb_pos,buy,2025-11-03 11:21:00,1218.0 -19270,buy_contrast_m10_bb_pos,buy,2025-11-03 11:24:00,1216.0 -19271,buy_contrast_m10_bb_pos,buy,2025-11-03 11:27:00,1215.0 -19272,buy_contrast_m10_bb_pos,buy,2025-11-03 11:30:00,1210.0 -19273,buy_contrast_m10_bb_pos,buy,2025-11-03 11:33:00,1213.0 -19274,buy_contrast_m10_bb_pos,buy,2025-11-03 11:36:00,1213.0 -19275,buy_contrast_m10_bb_pos,buy,2025-11-03 11:39:00,1211.0 -19276,buy_contrast_m10_bb_pos,buy,2025-11-03 11:42:00,1211.0 -19277,buy_contrast_m10_bb_pos,buy,2025-11-03 11:45:00,1210.0 -19278,buy_contrast_m10_bb_pos,buy,2025-11-03 11:48:00,1212.0 -19279,buy_contrast_m10_bb_pos,buy,2025-11-03 11:51:00,1211.0 -19280,buy_contrast_m10_bb_pos,buy,2025-11-03 11:54:00,1216.0 -19281,buy_contrast_m10_bb_pos,buy,2025-11-03 11:57:00,1216.0 -19282,buy_contrast_m10_bb_pos,buy,2025-11-03 12:12:00,1200.0 -19283,buy_contrast_m10_bb_pos,buy,2025-11-03 12:15:00,1201.0 -19284,buy_contrast_m10_bb_pos,buy,2025-11-03 12:18:00,1202.0 -19285,buy_contrast_m10_bb_pos,buy,2025-11-03 12:21:00,1201.0 -19286,buy_contrast_m10_bb_pos,buy,2025-11-03 12:24:00,1198.0 -19287,buy_contrast_m10_bb_pos,buy,2025-11-03 12:27:00,1199.0 -19288,buy_contrast_m10_bb_pos,buy,2025-11-03 12:30:00,1196.0 -19289,buy_contrast_m10_bb_pos,buy,2025-11-03 12:33:00,1188.0 -19290,buy_contrast_m10_bb_pos,buy,2025-11-03 12:36:00,1191.0 -19291,buy_contrast_m10_bb_pos,buy,2025-11-03 12:39:00,1190.0 -19292,buy_contrast_m10_bb_pos,buy,2025-11-03 13:21:00,1171.0 -19293,buy_contrast_m10_bb_pos,buy,2025-11-03 13:24:00,1174.0 -19294,buy_contrast_m10_bb_pos,buy,2025-11-03 13:27:00,1173.0 -19295,buy_contrast_m10_bb_pos,buy,2025-11-03 13:30:00,1175.0 -19296,buy_contrast_m10_bb_pos,buy,2025-11-03 13:33:00,1175.0 -19297,buy_contrast_m10_bb_pos,buy,2025-11-03 13:36:00,1179.0 -19298,buy_contrast_m10_bb_pos,buy,2025-11-03 13:39:00,1177.0 -19299,buy_contrast_m10_bb_pos,buy,2025-11-03 15:51:00,1173.0 -19300,buy_contrast_m10_bb_pos,buy,2025-11-03 15:54:00,1176.0 -19301,buy_contrast_m10_bb_pos,buy,2025-11-03 15:57:00,1173.0 -19302,buy_contrast_m10_bb_pos,buy,2025-11-03 17:30:00,1169.0 -19303,buy_contrast_m10_bb_pos,buy,2025-11-03 17:33:00,1170.0 -19304,buy_contrast_m10_bb_pos,buy,2025-11-03 17:36:00,1171.0 -19305,buy_contrast_m10_bb_pos,buy,2025-11-03 17:39:00,1168.0 -19306,buy_contrast_m10_bb_pos,buy,2025-11-03 17:42:00,1171.0 -19307,buy_contrast_m10_bb_pos,buy,2025-11-03 17:45:00,1169.0 -19308,buy_contrast_m10_bb_pos,buy,2025-11-03 17:48:00,1169.0 -19309,buy_contrast_m10_bb_pos,buy,2025-11-03 17:51:00,1173.0 -19310,buy_contrast_m10_bb_pos,buy,2025-11-03 17:54:00,1181.0 -19311,buy_contrast_m10_bb_pos,buy,2025-11-03 17:57:00,1177.0 -19312,buy_contrast_m10_bb_pos,buy,2025-11-03 20:00:00,1165.0 -19313,buy_contrast_m10_bb_pos,buy,2025-11-03 20:03:00,1176.0 -19314,buy_contrast_m10_bb_pos,buy,2025-11-03 20:06:00,1176.0 -19315,buy_contrast_m10_bb_pos,buy,2025-11-03 20:09:00,1179.0 -19316,buy_contrast_m10_bb_pos,buy,2025-11-03 22:12:00,1164.0 -19317,buy_contrast_m10_bb_pos,buy,2025-11-03 22:15:00,1166.0 -19318,buy_contrast_m10_bb_pos,buy,2025-11-03 22:18:00,1166.0 -19319,buy_contrast_m10_bb_pos,buy,2025-11-03 22:21:00,1165.0 -19320,buy_contrast_m10_bb_pos,buy,2025-11-03 22:24:00,1165.0 -19321,buy_contrast_m10_bb_pos,buy,2025-11-03 22:27:00,1166.0 -19322,buy_contrast_m10_bb_pos,buy,2025-11-04 00:12:00,1163.0 -19323,buy_contrast_m10_bb_pos,buy,2025-11-04 00:15:00,1163.0 -19324,buy_contrast_m10_bb_pos,buy,2025-11-04 00:18:00,1163.0 -19325,buy_contrast_m10_bb_pos,buy,2025-11-04 00:21:00,1163.0 -19326,buy_contrast_m10_bb_pos,buy,2025-11-04 00:24:00,1159.0 -19327,buy_contrast_m10_bb_pos,buy,2025-11-04 00:27:00,1148.0 -19328,buy_contrast_m10_bb_pos,buy,2025-11-04 01:21:00,1107.0 -19329,buy_contrast_m10_bb_pos,buy,2025-11-04 01:24:00,1107.0 -19330,buy_contrast_m10_bb_pos,buy,2025-11-04 01:27:00,1106.0 -19331,buy_contrast_m10_bb_pos,buy,2025-11-04 01:30:00,1103.0 -19332,buy_contrast_m10_bb_pos,buy,2025-11-04 01:33:00,1104.0 -19333,buy_contrast_m10_bb_pos,buy,2025-11-04 01:36:00,1101.0 -19334,buy_contrast_m10_bb_pos,buy,2025-11-04 01:39:00,1106.0 -19335,buy_contrast_m10_bb_pos,buy,2025-11-04 04:21:00,1100.0 -19336,buy_contrast_m10_bb_pos,buy,2025-11-04 04:24:00,1094.0 -19337,buy_contrast_m10_bb_pos,buy,2025-11-04 04:27:00,1098.0 -19338,buy_contrast_m10_bb_pos,buy,2025-11-04 04:30:00,1095.0 -19339,buy_contrast_m10_bb_pos,buy,2025-11-04 04:33:00,1098.0 -19340,buy_contrast_m10_bb_pos,buy,2025-11-04 04:36:00,1098.0 -19341,buy_contrast_m10_bb_pos,buy,2025-11-04 04:39:00,1099.0 -19342,buy_contrast_m10_bb_pos,buy,2025-11-04 04:51:00,1095.0 -19343,buy_contrast_m10_bb_pos,buy,2025-11-04 04:54:00,1094.0 -19344,buy_contrast_m10_bb_pos,buy,2025-11-04 04:57:00,1095.0 -19345,buy_contrast_m10_bb_pos,buy,2025-11-04 05:00:00,1091.0 -19346,buy_contrast_m10_bb_pos,buy,2025-11-04 05:03:00,1094.0 -19347,buy_contrast_m10_bb_pos,buy,2025-11-04 05:06:00,1088.0 -19348,buy_contrast_m10_bb_pos,buy,2025-11-04 05:09:00,1085.0 -19349,buy_contrast_m10_bb_pos,buy,2025-11-04 05:21:00,1085.0 -19350,buy_contrast_m10_bb_pos,buy,2025-11-04 05:24:00,1083.0 -19351,buy_contrast_m10_bb_pos,buy,2025-11-04 05:27:00,1081.0 -19352,buy_contrast_m10_bb_pos,buy,2025-11-04 05:30:00,1082.0 -19353,buy_contrast_m10_bb_pos,buy,2025-11-04 05:33:00,1081.0 -19354,buy_contrast_m10_bb_pos,buy,2025-11-04 05:36:00,1080.0 -19355,buy_contrast_m10_bb_pos,buy,2025-11-04 05:39:00,1083.0 -19356,buy_contrast_m10_bb_pos,buy,2025-11-04 05:42:00,1083.0 -19357,buy_contrast_m10_bb_pos,buy,2025-11-04 05:45:00,1082.0 -19358,buy_contrast_m10_bb_pos,buy,2025-11-04 05:48:00,1082.0 -19359,buy_contrast_m10_bb_pos,buy,2025-11-04 05:51:00,1075.0 -19360,buy_contrast_m10_bb_pos,buy,2025-11-04 05:54:00,1070.0 -19361,buy_contrast_m10_bb_pos,buy,2025-11-04 05:57:00,1072.0 -19362,buy_contrast_m10_bb_pos,buy,2025-11-04 06:00:00,1075.0 -19363,buy_contrast_m10_bb_pos,buy,2025-11-04 06:03:00,1088.0 -19364,buy_contrast_m10_bb_pos,buy,2025-11-04 06:06:00,1088.0 -19365,buy_contrast_m10_bb_pos,buy,2025-11-04 06:09:00,1084.0 -19366,buy_contrast_m10_bb_pos,buy,2025-11-04 09:30:00,1080.0 -19367,buy_contrast_m10_bb_pos,buy,2025-11-04 09:33:00,1082.0 -19368,buy_contrast_m10_bb_pos,buy,2025-11-04 09:36:00,1087.0 -19369,buy_contrast_m10_bb_pos,buy,2025-11-04 09:39:00,1100.0 -19370,buy_contrast_m10_bb_pos,buy,2025-11-04 15:12:00,1057.0 -19371,buy_contrast_m10_bb_pos,buy,2025-11-04 15:15:00,1069.0 -19372,buy_contrast_m10_bb_pos,buy,2025-11-04 15:18:00,1085.0 -19373,buy_contrast_m10_bb_pos,buy,2025-11-04 16:30:00,1044.0 -19374,buy_contrast_m10_bb_pos,buy,2025-11-04 16:33:00,1043.0 -19375,buy_contrast_m10_bb_pos,buy,2025-11-04 16:36:00,1042.0 -19376,buy_contrast_m10_bb_pos,buy,2025-11-04 16:39:00,1046.0 -19377,buy_contrast_m10_bb_pos,buy,2025-11-04 16:51:00,1041.0 -19378,buy_contrast_m10_bb_pos,buy,2025-11-04 16:54:00,1045.0 -19379,buy_contrast_m10_bb_pos,buy,2025-11-04 16:57:00,1044.0 -19380,buy_contrast_m10_bb_pos,buy,2025-11-04 17:21:00,1038.0 -19381,buy_contrast_m10_bb_pos,buy,2025-11-04 17:24:00,1051.0 -19382,buy_contrast_m10_bb_pos,buy,2025-11-04 17:27:00,1048.0 -19383,buy_contrast_m10_bb_pos,buy,2025-11-04 21:51:00,1056.0 -19384,buy_contrast_m10_bb_pos,buy,2025-11-04 21:54:00,1056.0 -19385,buy_contrast_m10_bb_pos,buy,2025-11-04 21:57:00,1054.0 -19386,buy_contrast_m10_bb_pos,buy,2025-11-04 22:00:00,1055.0 -19387,buy_contrast_m10_bb_pos,buy,2025-11-04 22:03:00,1057.0 -19388,buy_contrast_m10_bb_pos,buy,2025-11-04 22:06:00,1055.0 -19389,buy_contrast_m10_bb_pos,buy,2025-11-04 22:09:00,1051.0 -19390,buy_contrast_m10_bb_pos,buy,2025-11-04 22:12:00,1053.0 -19391,buy_contrast_m10_bb_pos,buy,2025-11-04 22:15:00,1053.0 -19392,buy_contrast_m10_bb_pos,buy,2025-11-04 22:18:00,1052.0 -19393,buy_contrast_m10_bb_pos,buy,2025-11-04 22:21:00,1051.0 -19394,buy_contrast_m10_bb_pos,buy,2025-11-04 22:24:00,1048.0 -19395,buy_contrast_m10_bb_pos,buy,2025-11-04 22:27:00,1045.0 -19396,buy_contrast_m10_bb_pos,buy,2025-11-04 22:51:00,1046.0 -19397,buy_contrast_m10_bb_pos,buy,2025-11-04 22:54:00,1048.0 -19398,buy_contrast_m10_bb_pos,buy,2025-11-04 22:57:00,1046.0 -19399,buy_contrast_m10_bb_pos,buy,2025-11-04 23:00:00,1045.0 -19400,buy_contrast_m10_bb_pos,buy,2025-11-04 23:03:00,1039.0 -19401,buy_contrast_m10_bb_pos,buy,2025-11-04 23:06:00,1041.0 -19402,buy_contrast_m10_bb_pos,buy,2025-11-04 23:09:00,1045.0 -19403,buy_contrast_m10_bb_pos,buy,2025-11-04 23:12:00,1041.0 -19404,buy_contrast_m10_bb_pos,buy,2025-11-04 23:15:00,1040.0 -19405,buy_contrast_m10_bb_pos,buy,2025-11-04 23:18:00,1042.0 -19406,buy_contrast_m10_bb_pos,buy,2025-11-04 23:21:00,1041.0 -19407,buy_contrast_m10_bb_pos,buy,2025-11-04 23:24:00,1040.0 -19408,buy_contrast_m10_bb_pos,buy,2025-11-04 23:27:00,1040.0 -19409,buy_contrast_m10_bb_pos,buy,2025-11-05 02:12:00,1026.0 -19410,buy_contrast_m10_bb_pos,buy,2025-11-05 02:15:00,1026.0 -19411,buy_contrast_m10_bb_pos,buy,2025-11-05 02:18:00,1020.0 -19412,buy_contrast_m10_bb_pos,buy,2025-11-05 03:21:00,1035.0 -19413,buy_contrast_m10_bb_pos,buy,2025-11-05 03:24:00,1037.0 -19414,buy_contrast_m10_bb_pos,buy,2025-11-05 03:27:00,1030.0 -19415,buy_contrast_m10_bb_pos,buy,2025-11-05 03:30:00,1031.0 -19416,buy_contrast_m10_bb_pos,buy,2025-11-05 03:33:00,1024.0 -19417,buy_contrast_m10_bb_pos,buy,2025-11-05 03:36:00,1018.0 -19418,buy_contrast_m10_bb_pos,buy,2025-11-05 03:39:00,1023.0 -19419,buy_contrast_m10_bb_pos,buy,2025-11-05 03:51:00,1030.0 -19420,buy_contrast_m10_bb_pos,buy,2025-11-05 03:54:00,1032.0 -19421,buy_contrast_m10_bb_pos,buy,2025-11-05 03:57:00,1035.0 -19422,buy_contrast_m10_bb_pos,buy,2025-11-05 04:51:00,1029.0 -19423,buy_contrast_m10_bb_pos,buy,2025-11-05 04:54:00,1027.0 -19424,buy_contrast_m10_bb_pos,buy,2025-11-05 04:57:00,1027.0 -19425,buy_contrast_m10_bb_pos,buy,2025-11-05 06:30:00,1008.0 -19426,buy_contrast_m10_bb_pos,buy,2025-11-05 06:33:00,1000.0 -19427,buy_contrast_m10_bb_pos,buy,2025-11-05 06:36:00,983.0 -19428,buy_contrast_m10_bb_pos,buy,2025-11-05 06:39:00,988.0 -19429,buy_contrast_m10_bb_pos,buy,2025-11-05 06:51:00,1007.0 -19430,buy_contrast_m10_bb_pos,buy,2025-11-05 06:54:00,1008.0 -19431,buy_contrast_m10_bb_pos,buy,2025-11-05 06:57:00,1031.0 -19432,buy_contrast_m10_bb_pos,buy,2025-11-05 18:00:00,1055.0 -19433,buy_contrast_m10_bb_pos,buy,2025-11-05 18:03:00,1055.0 -19434,buy_contrast_m10_bb_pos,buy,2025-11-05 18:06:00,1062.0 -19435,buy_contrast_m10_bb_pos,buy,2025-11-05 18:09:00,1064.0 -19436,buy_contrast_m10_bb_pos,buy,2025-11-05 19:51:00,1053.0 -19437,buy_contrast_m10_bb_pos,buy,2025-11-05 19:54:00,1053.0 -19438,buy_contrast_m10_bb_pos,buy,2025-11-05 19:57:00,1053.0 -19439,buy_contrast_m10_bb_pos,buy,2025-11-05 20:00:00,1051.0 -19440,buy_contrast_m10_bb_pos,buy,2025-11-05 20:03:00,1054.0 -19441,buy_contrast_m10_bb_pos,buy,2025-11-05 20:06:00,1058.0 -19442,buy_contrast_m10_bb_pos,buy,2025-11-05 20:09:00,1057.0 -19443,buy_contrast_m10_bb_pos,buy,2025-11-06 06:30:00,1096.0 -19444,buy_contrast_m10_bb_pos,buy,2025-11-06 06:33:00,1094.0 -19445,buy_contrast_m10_bb_pos,buy,2025-11-06 06:36:00,1094.0 -19446,buy_contrast_m10_bb_pos,buy,2025-11-06 06:39:00,1094.0 -19447,buy_contrast_m10_bb_pos,buy,2025-11-06 06:42:00,1095.0 -19448,buy_contrast_m10_bb_pos,buy,2025-11-06 06:45:00,1096.0 -19449,buy_contrast_m10_bb_pos,buy,2025-11-06 06:48:00,1097.0 -19450,buy_contrast_m10_bb_pos,buy,2025-11-06 09:51:00,1094.0 -19451,buy_contrast_m10_bb_pos,buy,2025-11-06 09:54:00,1097.0 -19452,buy_contrast_m10_bb_pos,buy,2025-11-06 09:57:00,1097.0 -19453,buy_contrast_m10_bb_pos,buy,2025-11-06 10:00:00,1096.0 -19454,buy_contrast_m10_bb_pos,buy,2025-11-06 10:03:00,1093.0 -19455,buy_contrast_m10_bb_pos,buy,2025-11-06 10:06:00,1091.0 -19456,buy_contrast_m10_bb_pos,buy,2025-11-06 10:09:00,1087.0 -19457,buy_contrast_m10_bb_pos,buy,2025-11-06 14:12:00,1080.0 -19458,buy_contrast_m10_bb_pos,buy,2025-11-06 14:15:00,1080.0 -19459,buy_contrast_m10_bb_pos,buy,2025-11-06 14:18:00,1075.0 -19460,buy_contrast_m10_bb_pos,buy,2025-11-06 15:00:00,1069.0 -19461,buy_contrast_m10_bb_pos,buy,2025-11-06 15:03:00,1071.0 -19462,buy_contrast_m10_bb_pos,buy,2025-11-06 15:06:00,1071.0 -19463,buy_contrast_m10_bb_pos,buy,2025-11-06 15:09:00,1070.0 -19464,buy_contrast_m10_bb_pos,buy,2025-11-06 15:12:00,1071.0 -19465,buy_contrast_m10_bb_pos,buy,2025-11-06 15:15:00,1075.0 -19466,buy_contrast_m10_bb_pos,buy,2025-11-06 15:18:00,1075.0 -19467,buy_contrast_m10_bb_pos,buy,2025-11-06 17:51:00,1067.0 -19468,buy_contrast_m10_bb_pos,buy,2025-11-06 17:54:00,1070.0 -19469,buy_contrast_m10_bb_pos,buy,2025-11-06 17:57:00,1069.0 -19470,buy_contrast_m10_bb_pos,buy,2025-11-06 18:51:00,1068.0 -19471,buy_contrast_m10_bb_pos,buy,2025-11-06 18:54:00,1069.0 -19472,buy_contrast_m10_bb_pos,buy,2025-11-06 18:57:00,1069.0 -19473,buy_contrast_m10_bb_pos,buy,2025-11-06 20:12:00,1068.0 -19474,buy_contrast_m10_bb_pos,buy,2025-11-06 20:15:00,1067.0 -19475,buy_contrast_m10_bb_pos,buy,2025-11-06 20:18:00,1068.0 -19476,buy_contrast_m10_bb_pos,buy,2025-11-06 21:30:00,1066.0 -19477,buy_contrast_m10_bb_pos,buy,2025-11-06 21:33:00,1068.0 -19478,buy_contrast_m10_bb_pos,buy,2025-11-06 21:36:00,1067.0 -19479,buy_contrast_m10_bb_pos,buy,2025-11-06 21:39:00,1067.0 -19480,buy_contrast_m10_bb_pos,buy,2025-11-06 21:42:00,1063.0 -19481,buy_contrast_m10_bb_pos,buy,2025-11-06 21:45:00,1062.0 -19482,buy_contrast_m10_bb_pos,buy,2025-11-06 21:48:00,1062.0 -19483,buy_contrast_m10_bb_pos,buy,2025-11-06 21:51:00,1064.0 -19484,buy_contrast_m10_bb_pos,buy,2025-11-06 21:54:00,1064.0 -19485,buy_contrast_m10_bb_pos,buy,2025-11-06 21:57:00,1063.0 -19486,buy_contrast_m10_bb_pos,buy,2025-11-07 01:12:00,1047.0 -19487,buy_contrast_m10_bb_pos,buy,2025-11-07 01:15:00,1047.0 -19488,buy_contrast_m10_bb_pos,buy,2025-11-07 01:18:00,1047.0 -19489,buy_contrast_m10_bb_pos,buy,2025-11-07 01:30:00,1045.0 -19490,buy_contrast_m10_bb_pos,buy,2025-11-07 01:33:00,1044.0 -19491,buy_contrast_m10_bb_pos,buy,2025-11-07 01:36:00,1042.0 -19492,buy_contrast_m10_bb_pos,buy,2025-11-07 01:39:00,1043.0 -19493,buy_contrast_m10_bb_pos,buy,2025-11-07 01:42:00,1039.0 -19494,buy_contrast_m10_bb_pos,buy,2025-11-07 01:45:00,1038.0 -19495,buy_contrast_m10_bb_pos,buy,2025-11-07 01:48:00,1044.0 -19496,buy_contrast_m10_bb_pos,buy,2025-11-07 01:51:00,1040.0 -19497,buy_contrast_m10_bb_pos,buy,2025-11-07 01:54:00,1051.0 -19498,buy_contrast_m10_bb_pos,buy,2025-11-07 01:57:00,1047.0 -19499,buy_contrast_m10_bb_pos,buy,2025-11-07 05:51:00,1049.0 -19500,buy_contrast_m10_bb_pos,buy,2025-11-07 05:54:00,1051.0 -19501,buy_contrast_m10_bb_pos,buy,2025-11-07 05:57:00,1054.0 -19502,buy_contrast_m10_bb_pos,buy,2025-11-07 08:21:00,1049.0 -19503,buy_contrast_m10_bb_pos,buy,2025-11-07 08:24:00,1050.0 -19504,buy_contrast_m10_bb_pos,buy,2025-11-07 08:27:00,1053.0 -19505,buy_contrast_m10_bb_pos,buy,2025-11-07 08:42:00,1049.0 -19506,buy_contrast_m10_bb_pos,buy,2025-11-07 08:45:00,1050.0 -19507,buy_contrast_m10_bb_pos,buy,2025-11-07 08:48:00,1053.0 -19508,buy_contrast_m10_bb_pos,buy,2025-11-07 18:30:00,1103.0 -19509,buy_contrast_m10_bb_pos,buy,2025-11-07 18:33:00,1106.0 -19510,buy_contrast_m10_bb_pos,buy,2025-11-07 18:36:00,1101.0 -19511,buy_contrast_m10_bb_pos,buy,2025-11-07 18:39:00,1102.0 -19512,buy_contrast_m10_bb_pos,buy,2025-11-07 20:12:00,1095.0 -19513,buy_contrast_m10_bb_pos,buy,2025-11-07 20:15:00,1087.0 -19514,buy_contrast_m10_bb_pos,buy,2025-11-07 20:18:00,1095.0 -19515,buy_contrast_m10_bb_pos,buy,2025-11-07 20:21:00,1091.0 -19516,buy_contrast_m10_bb_pos,buy,2025-11-07 20:24:00,1089.0 -19517,buy_contrast_m10_bb_pos,buy,2025-11-07 20:27:00,1086.0 -19518,buy_contrast_m10_bb_pos,buy,2025-11-07 20:42:00,1090.0 -19519,buy_contrast_m10_bb_pos,buy,2025-11-07 20:45:00,1091.0 -19520,buy_contrast_m10_bb_pos,buy,2025-11-07 20:48:00,1090.0 -19521,buy_contrast_m10_bb_pos,buy,2025-11-07 21:30:00,1085.0 -19522,buy_contrast_m10_bb_pos,buy,2025-11-07 21:33:00,1083.0 -19523,buy_contrast_m10_bb_pos,buy,2025-11-07 21:36:00,1080.0 -19524,buy_contrast_m10_bb_pos,buy,2025-11-07 21:39:00,1082.0 -19525,buy_contrast_m10_bb_pos,buy,2025-11-07 21:42:00,1079.0 -19526,buy_contrast_m10_bb_pos,buy,2025-11-07 21:45:00,1078.0 -19527,buy_contrast_m10_bb_pos,buy,2025-11-07 21:48:00,1075.0 -19528,buy_contrast_m10_bb_pos,buy,2025-11-08 08:42:00,1251.0 -19529,buy_contrast_m10_bb_pos,buy,2025-11-08 08:45:00,1249.0 -19530,buy_contrast_m10_bb_pos,buy,2025-11-08 08:48:00,1245.0 -19531,buy_contrast_m10_bb_pos,buy,2025-11-08 08:51:00,1246.0 -19532,buy_contrast_m10_bb_pos,buy,2025-11-08 08:54:00,1235.0 -19533,buy_contrast_m10_bb_pos,buy,2025-11-08 08:57:00,1240.0 -19534,buy_contrast_m10_bb_pos,buy,2025-11-08 09:42:00,1242.0 -19535,buy_contrast_m10_bb_pos,buy,2025-11-08 09:45:00,1244.0 -19536,buy_contrast_m10_bb_pos,buy,2025-11-08 09:48:00,1249.0 -19537,buy_contrast_m10_bb_pos,buy,2025-11-08 14:30:00,1236.0 -19538,buy_contrast_m10_bb_pos,buy,2025-11-08 14:33:00,1236.0 -19539,buy_contrast_m10_bb_pos,buy,2025-11-08 14:36:00,1231.0 -19540,buy_contrast_m10_bb_pos,buy,2025-11-08 14:39:00,1223.0 -19541,buy_contrast_m10_bb_pos,buy,2025-11-08 15:00:00,1221.0 -19542,buy_contrast_m10_bb_pos,buy,2025-11-08 15:03:00,1217.0 -19543,buy_contrast_m10_bb_pos,buy,2025-11-08 15:06:00,1212.0 -19544,buy_contrast_m10_bb_pos,buy,2025-11-08 15:09:00,1209.0 -19545,buy_contrast_m10_bb_pos,buy,2025-11-08 15:21:00,1212.0 -19546,buy_contrast_m10_bb_pos,buy,2025-11-08 15:24:00,1212.0 -19547,buy_contrast_m10_bb_pos,buy,2025-11-08 15:27:00,1208.0 -19548,buy_contrast_m10_bb_pos,buy,2025-11-08 15:30:00,1208.0 -19549,buy_contrast_m10_bb_pos,buy,2025-11-08 15:33:00,1212.0 -19550,buy_contrast_m10_bb_pos,buy,2025-11-08 15:36:00,1218.0 -19551,buy_contrast_m10_bb_pos,buy,2025-11-08 15:39:00,1223.0 -19552,buy_contrast_m10_bb_pos,buy,2025-11-08 18:51:00,1215.0 -19553,buy_contrast_m10_bb_pos,buy,2025-11-08 18:54:00,1209.0 -19554,buy_contrast_m10_bb_pos,buy,2025-11-08 18:57:00,1213.0 -19555,buy_contrast_m10_bb_pos,buy,2025-11-08 19:00:00,1214.0 -19556,buy_contrast_m10_bb_pos,buy,2025-11-08 19:03:00,1217.0 -19557,buy_contrast_m10_bb_pos,buy,2025-11-08 19:06:00,1218.0 -19558,buy_contrast_m10_bb_pos,buy,2025-11-08 19:09:00,1215.0 -19559,buy_contrast_m10_bb_pos,buy,2025-11-08 22:42:00,1229.0 -19560,buy_contrast_m10_bb_pos,buy,2025-11-08 22:45:00,1226.0 -19561,buy_contrast_m10_bb_pos,buy,2025-11-08 22:48:00,1224.0 -19562,buy_contrast_m10_bb_pos,buy,2025-11-08 22:51:00,1226.0 -19563,buy_contrast_m10_bb_pos,buy,2025-11-08 22:54:00,1221.0 -19564,buy_contrast_m10_bb_pos,buy,2025-11-08 22:57:00,1217.0 -19565,buy_contrast_m10_bb_pos,buy,2025-11-08 23:30:00,1208.0 -19566,buy_contrast_m10_bb_pos,buy,2025-11-08 23:33:00,1215.0 -19567,buy_contrast_m10_bb_pos,buy,2025-11-08 23:36:00,1218.0 -19568,buy_contrast_m10_bb_pos,buy,2025-11-08 23:39:00,1218.0 -19569,buy_contrast_m10_bb_pos,buy,2025-11-09 00:21:00,1197.0 -19570,buy_contrast_m10_bb_pos,buy,2025-11-09 00:24:00,1195.0 -19571,buy_contrast_m10_bb_pos,buy,2025-11-09 00:27:00,1199.0 -19572,buy_contrast_m10_bb_pos,buy,2025-11-09 00:30:00,1201.0 -19573,buy_contrast_m10_bb_pos,buy,2025-11-09 00:33:00,1197.0 -19574,buy_contrast_m10_bb_pos,buy,2025-11-09 00:36:00,1191.0 -19575,buy_contrast_m10_bb_pos,buy,2025-11-09 00:39:00,1193.0 -19576,buy_contrast_m10_bb_pos,buy,2025-11-09 00:42:00,1189.0 -19577,buy_contrast_m10_bb_pos,buy,2025-11-09 00:45:00,1190.0 -19578,buy_contrast_m10_bb_pos,buy,2025-11-09 00:48:00,1196.0 -19579,buy_contrast_m10_bb_pos,buy,2025-11-09 01:12:00,1191.0 -19580,buy_contrast_m10_bb_pos,buy,2025-11-09 01:15:00,1197.0 -19581,buy_contrast_m10_bb_pos,buy,2025-11-09 01:18:00,1194.0 -19582,buy_contrast_m10_bb_pos,buy,2025-11-09 01:21:00,1186.0 -19583,buy_contrast_m10_bb_pos,buy,2025-11-09 01:24:00,1191.0 -19584,buy_contrast_m10_bb_pos,buy,2025-11-09 01:27:00,1195.0 -19585,buy_contrast_m10_bb_pos,buy,2025-11-09 09:21:00,1204.0 -19586,buy_contrast_m10_bb_pos,buy,2025-11-09 09:24:00,1207.0 -19587,buy_contrast_m10_bb_pos,buy,2025-11-09 09:27:00,1202.0 -19588,buy_contrast_m10_bb_pos,buy,2025-11-09 09:30:00,1205.0 -19589,buy_contrast_m10_bb_pos,buy,2025-11-09 09:33:00,1210.0 -19590,buy_contrast_m10_bb_pos,buy,2025-11-09 09:36:00,1213.0 -19591,buy_contrast_m10_bb_pos,buy,2025-11-09 09:39:00,1212.0 -19592,buy_contrast_m10_bb_pos,buy,2025-11-09 09:51:00,1204.0 -19593,buy_contrast_m10_bb_pos,buy,2025-11-09 09:54:00,1204.0 -19594,buy_contrast_m10_bb_pos,buy,2025-11-09 09:57:00,1199.0 -19595,buy_contrast_m10_bb_pos,buy,2025-11-09 10:51:00,1203.0 -19596,buy_contrast_m10_bb_pos,buy,2025-11-09 10:54:00,1203.0 -19597,buy_contrast_m10_bb_pos,buy,2025-11-09 10:57:00,1205.0 -19598,buy_contrast_m10_bb_pos,buy,2025-11-09 11:30:00,1196.0 -19599,buy_contrast_m10_bb_pos,buy,2025-11-09 11:33:00,1190.0 -19600,buy_contrast_m10_bb_pos,buy,2025-11-09 11:36:00,1188.0 -19601,buy_contrast_m10_bb_pos,buy,2025-11-09 11:39:00,1184.0 -19602,buy_contrast_m10_bb_pos,buy,2025-11-09 12:21:00,1176.0 -19603,buy_contrast_m10_bb_pos,buy,2025-11-09 12:24:00,1170.0 -19604,buy_contrast_m10_bb_pos,buy,2025-11-09 12:27:00,1166.0 -19605,buy_contrast_m10_bb_pos,buy,2025-11-09 12:42:00,1170.0 -19606,buy_contrast_m10_bb_pos,buy,2025-11-09 12:45:00,1167.0 -19607,buy_contrast_m10_bb_pos,buy,2025-11-09 12:48:00,1167.0 -19608,buy_contrast_m10_bb_pos,buy,2025-11-09 12:51:00,1168.0 -19609,buy_contrast_m10_bb_pos,buy,2025-11-09 12:54:00,1171.0 -19610,buy_contrast_m10_bb_pos,buy,2025-11-09 12:57:00,1168.0 -19611,buy_contrast_m10_bb_pos,buy,2025-11-09 13:00:00,1170.0 -19612,buy_contrast_m10_bb_pos,buy,2025-11-09 13:03:00,1172.0 -19613,buy_contrast_m10_bb_pos,buy,2025-11-09 13:06:00,1170.0 -19614,buy_contrast_m10_bb_pos,buy,2025-11-09 13:09:00,1168.0 -19615,buy_contrast_m10_bb_pos,buy,2025-11-09 19:00:00,1173.0 -19616,buy_contrast_m10_bb_pos,buy,2025-11-09 19:03:00,1171.0 -19617,buy_contrast_m10_bb_pos,buy,2025-11-09 19:06:00,1170.0 -19618,buy_contrast_m10_bb_pos,buy,2025-11-09 19:09:00,1170.0 -19619,buy_contrast_m10_bb_pos,buy,2025-11-10 02:42:00,1204.0 -19620,buy_contrast_m10_bb_pos,buy,2025-11-10 02:45:00,1205.0 -19621,buy_contrast_m10_bb_pos,buy,2025-11-10 02:48:00,1208.0 -19622,buy_contrast_m10_bb_pos,buy,2025-11-10 03:00:00,1205.0 -19623,buy_contrast_m10_bb_pos,buy,2025-11-10 03:03:00,1206.0 -19624,buy_contrast_m10_bb_pos,buy,2025-11-10 03:06:00,1205.0 -19625,buy_contrast_m10_bb_pos,buy,2025-11-10 03:09:00,1201.0 -19626,buy_contrast_m10_bb_pos,buy,2025-11-10 03:12:00,1201.0 -19627,buy_contrast_m10_bb_pos,buy,2025-11-10 03:15:00,1202.0 -19628,buy_contrast_m10_bb_pos,buy,2025-11-10 03:18:00,1201.0 -19629,buy_contrast_m10_bb_pos,buy,2025-11-10 03:21:00,1203.0 -19630,buy_contrast_m10_bb_pos,buy,2025-11-10 03:24:00,1203.0 -19631,buy_contrast_m10_bb_pos,buy,2025-11-10 03:27:00,1204.0 -19632,buy_contrast_m10_bb_pos,buy,2025-11-10 03:30:00,1203.0 -19633,buy_contrast_m10_bb_pos,buy,2025-11-10 03:33:00,1201.0 -19634,buy_contrast_m10_bb_pos,buy,2025-11-10 03:36:00,1202.0 -19635,buy_contrast_m10_bb_pos,buy,2025-11-10 03:39:00,1204.0 -19636,buy_contrast_m10_bb_pos,buy,2025-11-10 07:21:00,1209.0 -19637,buy_contrast_m10_bb_pos,buy,2025-11-10 07:24:00,1207.0 -19638,buy_contrast_m10_bb_pos,buy,2025-11-10 07:27:00,1205.0 -19639,buy_contrast_m10_bb_pos,buy,2025-11-10 21:42:00,1237.0 -19640,buy_contrast_m10_bb_pos,buy,2025-11-10 21:45:00,1237.0 -19641,buy_contrast_m10_bb_pos,buy,2025-11-10 21:48:00,1235.0 -19642,buy_contrast_m10_bb_pos,buy,2025-11-10 21:51:00,1235.0 -19643,buy_contrast_m10_bb_pos,buy,2025-11-10 21:54:00,1234.0 -19644,buy_contrast_m10_bb_pos,buy,2025-11-10 21:57:00,1233.0 -19645,buy_contrast_m10_bb_pos,buy,2025-11-10 22:00:00,1233.0 -19646,buy_contrast_m10_bb_pos,buy,2025-11-10 22:03:00,1237.0 -19647,buy_contrast_m10_bb_pos,buy,2025-11-10 22:06:00,1242.0 -19648,buy_contrast_m10_bb_pos,buy,2025-11-10 22:09:00,1244.0 -19649,buy_contrast_m10_bb_pos,buy,2025-11-10 23:30:00,1234.0 -19650,buy_contrast_m10_bb_pos,buy,2025-11-10 23:33:00,1229.0 -19651,buy_contrast_m10_bb_pos,buy,2025-11-10 23:36:00,1233.0 -19652,buy_contrast_m10_bb_pos,buy,2025-11-10 23:39:00,1233.0 -19653,buy_contrast_m10_bb_pos,buy,2025-11-10 23:42:00,1232.0 -19654,buy_contrast_m10_bb_pos,buy,2025-11-10 23:45:00,1234.0 -19655,buy_contrast_m10_bb_pos,buy,2025-11-10 23:48:00,1223.0 -19656,buy_contrast_m10_bb_pos,buy,2025-11-11 00:21:00,1227.0 -19657,buy_contrast_m10_bb_pos,buy,2025-11-11 00:24:00,1229.0 -19658,buy_contrast_m10_bb_pos,buy,2025-11-11 00:27:00,1227.0 -19659,buy_contrast_m10_bb_pos,buy,2025-11-11 01:30:00,1216.0 -19660,buy_contrast_m10_bb_pos,buy,2025-11-11 01:33:00,1216.0 -19661,buy_contrast_m10_bb_pos,buy,2025-11-11 01:36:00,1213.0 -19662,buy_contrast_m10_bb_pos,buy,2025-11-11 01:39:00,1212.0 -19663,buy_contrast_m10_bb_pos,buy,2025-11-11 01:51:00,1207.0 -19664,buy_contrast_m10_bb_pos,buy,2025-11-11 01:54:00,1203.0 -19665,buy_contrast_m10_bb_pos,buy,2025-11-11 01:57:00,1205.0 -19666,buy_contrast_m10_bb_pos,buy,2025-11-11 02:21:00,1208.0 -19667,buy_contrast_m10_bb_pos,buy,2025-11-11 02:24:00,1211.0 -19668,buy_contrast_m10_bb_pos,buy,2025-11-11 02:27:00,1212.0 -19669,buy_contrast_m10_bb_pos,buy,2025-11-11 04:00:00,1204.0 -19670,buy_contrast_m10_bb_pos,buy,2025-11-11 04:03:00,1203.0 -19671,buy_contrast_m10_bb_pos,buy,2025-11-11 04:06:00,1207.0 -19672,buy_contrast_m10_bb_pos,buy,2025-11-11 04:09:00,1208.0 -19673,buy_contrast_m10_bb_pos,buy,2025-11-11 06:12:00,1211.0 -19674,buy_contrast_m10_bb_pos,buy,2025-11-11 06:15:00,1209.0 -19675,buy_contrast_m10_bb_pos,buy,2025-11-11 06:18:00,1209.0 -19676,buy_contrast_m10_bb_pos,buy,2025-11-11 06:30:00,1205.0 -19677,buy_contrast_m10_bb_pos,buy,2025-11-11 06:33:00,1205.0 -19678,buy_contrast_m10_bb_pos,buy,2025-11-11 06:36:00,1206.0 -19679,buy_contrast_m10_bb_pos,buy,2025-11-11 06:39:00,1206.0 -19680,buy_contrast_m10_bb_pos,buy,2025-11-11 06:42:00,1208.0 -19681,buy_contrast_m10_bb_pos,buy,2025-11-11 06:45:00,1211.0 -19682,buy_contrast_m10_bb_pos,buy,2025-11-11 06:48:00,1205.0 -19683,buy_contrast_m10_bb_pos,buy,2025-11-11 06:51:00,1202.0 -19684,buy_contrast_m10_bb_pos,buy,2025-11-11 06:54:00,1205.0 -19685,buy_contrast_m10_bb_pos,buy,2025-11-11 06:57:00,1210.0 -19686,buy_contrast_m10_bb_pos,buy,2025-11-11 14:00:00,1226.0 -19687,buy_contrast_m10_bb_pos,buy,2025-11-11 14:03:00,1221.0 -19688,buy_contrast_m10_bb_pos,buy,2025-11-11 14:06:00,1216.0 -19689,buy_contrast_m10_bb_pos,buy,2025-11-11 14:09:00,1219.0 -19690,buy_contrast_m10_bb_pos,buy,2025-11-11 14:42:00,1212.0 -19691,buy_contrast_m10_bb_pos,buy,2025-11-11 14:45:00,1212.0 -19692,buy_contrast_m10_bb_pos,buy,2025-11-11 14:48:00,1213.0 -19693,buy_contrast_m10_bb_pos,buy,2025-11-11 14:51:00,1214.0 -19694,buy_contrast_m10_bb_pos,buy,2025-11-11 14:54:00,1210.0 -19695,buy_contrast_m10_bb_pos,buy,2025-11-11 14:57:00,1212.0 -19696,buy_contrast_m10_bb_pos,buy,2025-11-11 15:00:00,1207.0 -19697,buy_contrast_m10_bb_pos,buy,2025-11-11 15:03:00,1206.0 -19698,buy_contrast_m10_bb_pos,buy,2025-11-11 15:06:00,1202.0 -19699,buy_contrast_m10_bb_pos,buy,2025-11-11 15:09:00,1197.0 -19700,buy_contrast_m10_bb_pos,buy,2025-11-11 15:21:00,1201.0 -19701,buy_contrast_m10_bb_pos,buy,2025-11-11 15:24:00,1198.0 -19702,buy_contrast_m10_bb_pos,buy,2025-11-11 15:27:00,1203.0 -19703,buy_contrast_m10_bb_pos,buy,2025-11-11 16:42:00,1188.0 -19704,buy_contrast_m10_bb_pos,buy,2025-11-11 16:45:00,1189.0 -19705,buy_contrast_m10_bb_pos,buy,2025-11-11 16:48:00,1189.0 -19706,buy_contrast_m10_bb_pos,buy,2025-11-11 16:51:00,1184.0 -19707,buy_contrast_m10_bb_pos,buy,2025-11-11 16:54:00,1184.0 -19708,buy_contrast_m10_bb_pos,buy,2025-11-11 16:57:00,1186.0 -19709,buy_contrast_m10_bb_pos,buy,2025-11-11 17:00:00,1183.0 -19710,buy_contrast_m10_bb_pos,buy,2025-11-11 17:03:00,1185.0 -19711,buy_contrast_m10_bb_pos,buy,2025-11-11 17:06:00,1183.0 -19712,buy_contrast_m10_bb_pos,buy,2025-11-11 17:09:00,1185.0 -19713,buy_contrast_m10_bb_pos,buy,2025-11-11 17:12:00,1191.0 -19714,buy_contrast_m10_bb_pos,buy,2025-11-11 17:15:00,1188.0 -19715,buy_contrast_m10_bb_pos,buy,2025-11-11 17:18:00,1190.0 -19716,buy_contrast_m10_bb_pos,buy,2025-11-11 17:30:00,1184.0 -19717,buy_contrast_m10_bb_pos,buy,2025-11-11 17:33:00,1183.0 -19718,buy_contrast_m10_bb_pos,buy,2025-11-11 17:36:00,1179.0 -19719,buy_contrast_m10_bb_pos,buy,2025-11-11 17:39:00,1183.0 -19720,buy_contrast_m10_bb_pos,buy,2025-11-11 23:51:00,1181.0 -19721,buy_contrast_m10_bb_pos,buy,2025-11-11 23:54:00,1178.0 -19722,buy_contrast_m10_bb_pos,buy,2025-11-11 23:57:00,1188.0 -19723,buy_contrast_m10_bb_pos,buy,2025-11-12 03:12:00,1185.0 -19724,buy_contrast_m10_bb_pos,buy,2025-11-12 03:15:00,1186.0 -19725,buy_contrast_m10_bb_pos,buy,2025-11-12 03:18:00,1185.0 -19726,buy_contrast_m10_bb_pos,buy,2025-11-12 03:42:00,1183.0 -19727,buy_contrast_m10_bb_pos,buy,2025-11-12 03:45:00,1178.0 -19728,buy_contrast_m10_bb_pos,buy,2025-11-12 03:48:00,1183.0 -19729,buy_contrast_m10_bb_pos,buy,2025-11-12 04:00:00,1180.0 -19730,buy_contrast_m10_bb_pos,buy,2025-11-12 04:03:00,1176.0 -19731,buy_contrast_m10_bb_pos,buy,2025-11-12 04:06:00,1175.0 -19732,buy_contrast_m10_bb_pos,buy,2025-11-12 04:09:00,1172.0 -19733,buy_contrast_m10_bb_pos,buy,2025-11-12 05:00:00,1171.0 -19734,buy_contrast_m10_bb_pos,buy,2025-11-12 05:03:00,1172.0 -19735,buy_contrast_m10_bb_pos,buy,2025-11-12 05:06:00,1171.0 -19736,buy_contrast_m10_bb_pos,buy,2025-11-12 05:09:00,1168.0 -19737,buy_contrast_m10_bb_pos,buy,2025-11-12 05:12:00,1171.0 -19738,buy_contrast_m10_bb_pos,buy,2025-11-12 05:15:00,1170.0 -19739,buy_contrast_m10_bb_pos,buy,2025-11-12 05:18:00,1168.0 -19740,buy_contrast_m10_bb_pos,buy,2025-11-12 05:30:00,1169.0 -19741,buy_contrast_m10_bb_pos,buy,2025-11-12 05:33:00,1165.0 -19742,buy_contrast_m10_bb_pos,buy,2025-11-12 05:36:00,1161.0 -19743,buy_contrast_m10_bb_pos,buy,2025-11-12 05:39:00,1162.0 -19744,buy_contrast_m10_bb_pos,buy,2025-11-12 05:51:00,1161.0 -19745,buy_contrast_m10_bb_pos,buy,2025-11-12 05:54:00,1161.0 -19746,buy_contrast_m10_bb_pos,buy,2025-11-12 05:57:00,1161.0 -19747,buy_contrast_m10_bb_pos,buy,2025-11-12 06:00:00,1162.0 -19748,buy_contrast_m10_bb_pos,buy,2025-11-12 06:03:00,1162.0 -19749,buy_contrast_m10_bb_pos,buy,2025-11-12 06:06:00,1162.0 -19750,buy_contrast_m10_bb_pos,buy,2025-11-12 06:09:00,1163.0 -19751,buy_contrast_m10_bb_pos,buy,2025-11-12 06:21:00,1166.0 -19752,buy_contrast_m10_bb_pos,buy,2025-11-12 06:24:00,1166.0 -19753,buy_contrast_m10_bb_pos,buy,2025-11-12 06:27:00,1165.0 -19754,buy_contrast_m10_bb_pos,buy,2025-11-12 06:42:00,1158.0 -19755,buy_contrast_m10_bb_pos,buy,2025-11-12 06:45:00,1158.0 -19756,buy_contrast_m10_bb_pos,buy,2025-11-12 06:48:00,1158.0 -19757,buy_contrast_m10_bb_pos,buy,2025-11-12 06:51:00,1155.0 -19758,buy_contrast_m10_bb_pos,buy,2025-11-12 06:54:00,1156.0 -19759,buy_contrast_m10_bb_pos,buy,2025-11-12 06:57:00,1158.0 -19760,buy_contrast_m10_bb_pos,buy,2025-11-12 07:00:00,1156.0 -19761,buy_contrast_m10_bb_pos,buy,2025-11-12 07:03:00,1152.0 -19762,buy_contrast_m10_bb_pos,buy,2025-11-12 07:06:00,1153.0 -19763,buy_contrast_m10_bb_pos,buy,2025-11-12 07:09:00,1150.0 -19764,buy_contrast_m10_bb_pos,buy,2025-11-12 07:12:00,1153.0 -19765,buy_contrast_m10_bb_pos,buy,2025-11-12 07:15:00,1157.0 -19766,buy_contrast_m10_bb_pos,buy,2025-11-12 07:18:00,1153.0 -19767,buy_contrast_m10_bb_pos,buy,2025-11-12 09:00:00,1154.0 -19768,buy_contrast_m10_bb_pos,buy,2025-11-12 09:03:00,1160.0 -19769,buy_contrast_m10_bb_pos,buy,2025-11-12 09:06:00,1159.0 -19770,buy_contrast_m10_bb_pos,buy,2025-11-12 09:09:00,1157.0 -19771,buy_contrast_m10_bb_pos,buy,2025-11-12 10:00:00,1149.0 -19772,buy_contrast_m10_bb_pos,buy,2025-11-12 10:03:00,1152.0 -19773,buy_contrast_m10_bb_pos,buy,2025-11-12 10:06:00,1152.0 -19774,buy_contrast_m10_bb_pos,buy,2025-11-12 10:09:00,1155.0 -19775,buy_contrast_m10_bb_pos,buy,2025-11-12 22:12:00,1200.0 -19776,buy_contrast_m10_bb_pos,buy,2025-11-12 22:15:00,1198.0 -19777,buy_contrast_m10_bb_pos,buy,2025-11-12 22:18:00,1197.0 -19778,buy_contrast_m10_bb_pos,buy,2025-11-12 23:42:00,1194.0 -19779,buy_contrast_m10_bb_pos,buy,2025-11-12 23:45:00,1198.0 -19780,buy_contrast_m10_bb_pos,buy,2025-11-12 23:48:00,1189.0 -19781,buy_contrast_m10_bb_pos,buy,2025-11-13 00:30:00,1177.0 -19782,buy_contrast_m10_bb_pos,buy,2025-11-13 00:33:00,1185.0 -19783,buy_contrast_m10_bb_pos,buy,2025-11-13 00:36:00,1178.0 -19784,buy_contrast_m10_bb_pos,buy,2025-11-13 00:39:00,1169.0 -19785,buy_contrast_m10_bb_pos,buy,2025-11-13 01:42:00,1139.0 -19786,buy_contrast_m10_bb_pos,buy,2025-11-13 01:45:00,1139.0 -19787,buy_contrast_m10_bb_pos,buy,2025-11-13 01:48:00,1134.0 -19788,buy_contrast_m10_bb_pos,buy,2025-11-13 01:51:00,1135.0 -19789,buy_contrast_m10_bb_pos,buy,2025-11-13 01:54:00,1135.0 -19790,buy_contrast_m10_bb_pos,buy,2025-11-13 01:57:00,1138.0 -19791,buy_contrast_m10_bb_pos,buy,2025-11-13 02:00:00,1132.0 -19792,buy_contrast_m10_bb_pos,buy,2025-11-13 02:03:00,1130.0 -19793,buy_contrast_m10_bb_pos,buy,2025-11-13 02:06:00,1132.0 -19794,buy_contrast_m10_bb_pos,buy,2025-11-13 02:09:00,1131.0 -19795,buy_contrast_m10_bb_pos,buy,2025-11-13 02:12:00,1128.0 -19796,buy_contrast_m10_bb_pos,buy,2025-11-13 02:15:00,1127.0 -19797,buy_contrast_m10_bb_pos,buy,2025-11-13 02:18:00,1124.0 -19798,buy_contrast_m10_bb_pos,buy,2025-11-13 02:21:00,1127.0 -19799,buy_contrast_m10_bb_pos,buy,2025-11-13 02:24:00,1122.0 -19800,buy_contrast_m10_bb_pos,buy,2025-11-13 02:27:00,1127.0 -19801,buy_contrast_m10_bb_pos,buy,2025-11-13 08:42:00,1145.0 -19802,buy_contrast_m10_bb_pos,buy,2025-11-13 08:45:00,1146.0 -19803,buy_contrast_m10_bb_pos,buy,2025-11-13 08:48:00,1146.0 -19804,buy_contrast_m10_bb_pos,buy,2025-11-13 08:51:00,1148.0 -19805,buy_contrast_m10_bb_pos,buy,2025-11-13 08:54:00,1147.0 -19806,buy_contrast_m10_bb_pos,buy,2025-11-13 08:57:00,1148.0 -19807,buy_contrast_m10_bb_pos,buy,2025-11-13 18:21:00,1178.0 -19808,buy_contrast_m10_bb_pos,buy,2025-11-13 18:24:00,1177.0 -19809,buy_contrast_m10_bb_pos,buy,2025-11-13 18:27:00,1176.0 -19810,buy_contrast_m10_bb_pos,buy,2025-11-13 18:30:00,1176.0 -19811,buy_contrast_m10_bb_pos,buy,2025-11-13 18:33:00,1177.0 -19812,buy_contrast_m10_bb_pos,buy,2025-11-13 18:36:00,1174.0 -19813,buy_contrast_m10_bb_pos,buy,2025-11-13 18:39:00,1173.0 -19814,buy_contrast_m10_bb_pos,buy,2025-11-13 18:42:00,1173.0 -19815,buy_contrast_m10_bb_pos,buy,2025-11-13 18:45:00,1173.0 -19816,buy_contrast_m10_bb_pos,buy,2025-11-13 18:48:00,1174.0 -19817,buy_contrast_m10_bb_pos,buy,2025-11-13 18:51:00,1174.0 -19818,buy_contrast_m10_bb_pos,buy,2025-11-13 18:54:00,1172.0 -19819,buy_contrast_m10_bb_pos,buy,2025-11-13 18:57:00,1175.0 -19820,buy_contrast_m10_bb_pos,buy,2025-11-13 23:21:00,1171.0 -19821,buy_contrast_m10_bb_pos,buy,2025-11-13 23:24:00,1174.0 -19822,buy_contrast_m10_bb_pos,buy,2025-11-13 23:27:00,1175.0 -19823,buy_contrast_m10_bb_pos,buy,2025-11-14 00:51:00,1168.0 -19824,buy_contrast_m10_bb_pos,buy,2025-11-14 00:54:00,1166.0 -19825,buy_contrast_m10_bb_pos,buy,2025-11-14 00:57:00,1166.0 -19826,buy_contrast_m10_bb_pos,buy,2025-11-14 01:30:00,1160.0 -19827,buy_contrast_m10_bb_pos,buy,2025-11-14 01:33:00,1159.0 -19828,buy_contrast_m10_bb_pos,buy,2025-11-14 01:36:00,1161.0 -19829,buy_contrast_m10_bb_pos,buy,2025-11-14 01:39:00,1160.0 -19830,buy_contrast_m10_bb_pos,buy,2025-11-14 01:51:00,1157.0 -19831,buy_contrast_m10_bb_pos,buy,2025-11-14 01:54:00,1149.0 -19832,buy_contrast_m10_bb_pos,buy,2025-11-14 01:57:00,1148.0 -19833,buy_contrast_m10_bb_pos,buy,2025-11-14 02:30:00,1142.0 -19834,buy_contrast_m10_bb_pos,buy,2025-11-14 02:33:00,1142.0 -19835,buy_contrast_m10_bb_pos,buy,2025-11-14 02:36:00,1136.0 -19836,buy_contrast_m10_bb_pos,buy,2025-11-14 02:39:00,1132.0 -19837,buy_contrast_m10_bb_pos,buy,2025-11-14 02:42:00,1125.0 -19838,buy_contrast_m10_bb_pos,buy,2025-11-14 02:45:00,1126.0 -19839,buy_contrast_m10_bb_pos,buy,2025-11-14 02:48:00,1126.0 -19840,buy_contrast_m10_bb_pos,buy,2025-11-14 02:51:00,1121.0 -19841,buy_contrast_m10_bb_pos,buy,2025-11-14 02:54:00,1121.0 -19842,buy_contrast_m10_bb_pos,buy,2025-11-14 02:57:00,1117.0 -19843,buy_contrast_m10_bb_pos,buy,2025-11-14 03:00:00,1118.0 -19844,buy_contrast_m10_bb_pos,buy,2025-11-14 03:03:00,1121.0 -19845,buy_contrast_m10_bb_pos,buy,2025-11-14 03:06:00,1117.0 -19846,buy_contrast_m10_bb_pos,buy,2025-11-14 03:09:00,1117.0 -19847,buy_contrast_m10_bb_pos,buy,2025-11-14 03:12:00,1114.0 -19848,buy_contrast_m10_bb_pos,buy,2025-11-14 03:15:00,1116.0 -19849,buy_contrast_m10_bb_pos,buy,2025-11-14 03:18:00,1113.0 -19850,buy_contrast_m10_bb_pos,buy,2025-11-14 03:21:00,1119.0 -19851,buy_contrast_m10_bb_pos,buy,2025-11-14 03:24:00,1116.0 -19852,buy_contrast_m10_bb_pos,buy,2025-11-14 03:27:00,1115.0 -19853,buy_contrast_m10_bb_pos,buy,2025-11-14 03:30:00,1116.0 -19854,buy_contrast_m10_bb_pos,buy,2025-11-14 03:33:00,1111.0 -19855,buy_contrast_m10_bb_pos,buy,2025-11-14 03:36:00,1101.0 -19856,buy_contrast_m10_bb_pos,buy,2025-11-14 03:39:00,1101.0 -19857,buy_contrast_m10_bb_pos,buy,2025-11-14 03:42:00,1111.0 -19858,buy_contrast_m10_bb_pos,buy,2025-11-14 03:45:00,1116.0 -19859,buy_contrast_m10_bb_pos,buy,2025-11-14 03:48:00,1113.0 -19860,buy_contrast_m10_bb_pos,buy,2025-11-14 03:51:00,1107.0 -19861,buy_contrast_m10_bb_pos,buy,2025-11-14 03:54:00,1109.0 -19862,buy_contrast_m10_bb_pos,buy,2025-11-14 03:57:00,1110.0 -19863,buy_contrast_m10_bb_pos,buy,2025-11-14 06:30:00,1102.0 -19864,buy_contrast_m10_bb_pos,buy,2025-11-14 06:33:00,1104.0 -19865,buy_contrast_m10_bb_pos,buy,2025-11-14 06:36:00,1102.0 -19866,buy_contrast_m10_bb_pos,buy,2025-11-14 06:39:00,1102.0 -19867,buy_contrast_m10_bb_pos,buy,2025-11-14 06:42:00,1103.0 -19868,buy_contrast_m10_bb_pos,buy,2025-11-14 06:45:00,1105.0 -19869,buy_contrast_m10_bb_pos,buy,2025-11-14 06:48:00,1101.0 -19870,buy_contrast_m10_bb_pos,buy,2025-11-14 11:00:00,1116.0 -19871,buy_contrast_m10_bb_pos,buy,2025-11-14 11:03:00,1118.0 -19872,buy_contrast_m10_bb_pos,buy,2025-11-14 11:06:00,1123.0 -19873,buy_contrast_m10_bb_pos,buy,2025-11-14 11:09:00,1121.0 -19874,buy_contrast_m10_bb_pos,buy,2025-11-14 12:12:00,1115.0 -19875,buy_contrast_m10_bb_pos,buy,2025-11-14 12:15:00,1113.0 -19876,buy_contrast_m10_bb_pos,buy,2025-11-14 12:18:00,1114.0 -19877,buy_contrast_m10_bb_pos,buy,2025-11-14 12:30:00,1113.0 -19878,buy_contrast_m10_bb_pos,buy,2025-11-14 12:33:00,1111.0 -19879,buy_contrast_m10_bb_pos,buy,2025-11-14 12:36:00,1109.0 -19880,buy_contrast_m10_bb_pos,buy,2025-11-14 12:39:00,1108.0 -19881,buy_contrast_m10_bb_pos,buy,2025-11-14 13:00:00,1109.0 -19882,buy_contrast_m10_bb_pos,buy,2025-11-14 13:03:00,1107.0 -19883,buy_contrast_m10_bb_pos,buy,2025-11-14 13:06:00,1102.0 -19884,buy_contrast_m10_bb_pos,buy,2025-11-14 13:09:00,1103.0 -19885,buy_contrast_m10_bb_pos,buy,2025-11-14 13:21:00,1102.0 -19886,buy_contrast_m10_bb_pos,buy,2025-11-14 13:24:00,1101.0 -19887,buy_contrast_m10_bb_pos,buy,2025-11-14 13:27:00,1104.0 -19888,buy_contrast_m10_bb_pos,buy,2025-11-14 13:30:00,1103.0 -19889,buy_contrast_m10_bb_pos,buy,2025-11-14 13:33:00,1097.0 -19890,buy_contrast_m10_bb_pos,buy,2025-11-14 13:36:00,1095.0 -19891,buy_contrast_m10_bb_pos,buy,2025-11-14 13:39:00,1080.0 -19892,buy_contrast_m10_bb_pos,buy,2025-11-14 18:42:00,1101.0 -19893,buy_contrast_m10_bb_pos,buy,2025-11-14 18:45:00,1100.0 -19894,buy_contrast_m10_bb_pos,buy,2025-11-14 18:48:00,1100.0 -19895,buy_contrast_m10_bb_pos,buy,2025-11-14 18:51:00,1099.0 -19896,buy_contrast_m10_bb_pos,buy,2025-11-14 18:54:00,1097.0 -19897,buy_contrast_m10_bb_pos,buy,2025-11-14 18:57:00,1097.0 -19898,buy_contrast_m10_bb_pos,buy,2025-11-14 19:00:00,1097.0 -19899,buy_contrast_m10_bb_pos,buy,2025-11-14 19:03:00,1099.0 -19900,buy_contrast_m10_bb_pos,buy,2025-11-14 19:06:00,1099.0 -19901,buy_contrast_m10_bb_pos,buy,2025-11-14 19:09:00,1098.0 -19902,buy_contrast_m10_bb_pos,buy,2025-11-14 19:12:00,1099.0 -19903,buy_contrast_m10_bb_pos,buy,2025-11-14 19:15:00,1099.0 -19904,buy_contrast_m10_bb_pos,buy,2025-11-14 19:18:00,1098.0 -19905,buy_contrast_m10_bb_pos,buy,2025-11-14 20:00:00,1094.0 -19906,buy_contrast_m10_bb_pos,buy,2025-11-14 20:03:00,1094.0 -19907,buy_contrast_m10_bb_pos,buy,2025-11-14 20:06:00,1096.0 -19908,buy_contrast_m10_bb_pos,buy,2025-11-14 20:09:00,1091.0 -19909,buy_contrast_m10_bb_pos,buy,2025-11-14 20:12:00,1089.0 -19910,buy_contrast_m10_bb_pos,buy,2025-11-14 20:15:00,1090.0 -19911,buy_contrast_m10_bb_pos,buy,2025-11-14 20:18:00,1090.0 -19912,buy_contrast_m10_bb_pos,buy,2025-11-14 20:21:00,1091.0 -19913,buy_contrast_m10_bb_pos,buy,2025-11-14 20:24:00,1094.0 -19914,buy_contrast_m10_bb_pos,buy,2025-11-14 20:27:00,1091.0 -19915,buy_contrast_m10_bb_pos,buy,2025-11-14 20:30:00,1090.0 -19916,buy_contrast_m10_bb_pos,buy,2025-11-14 20:33:00,1088.0 -19917,buy_contrast_m10_bb_pos,buy,2025-11-14 20:36:00,1087.0 -19918,buy_contrast_m10_bb_pos,buy,2025-11-14 20:39:00,1084.0 -19919,buy_contrast_m10_bb_pos,buy,2025-11-14 20:42:00,1084.0 -19920,buy_contrast_m10_bb_pos,buy,2025-11-14 20:45:00,1085.0 -19921,buy_contrast_m10_bb_pos,buy,2025-11-14 20:48:00,1086.0 -19922,buy_contrast_m10_bb_pos,buy,2025-11-14 20:51:00,1088.0 -19923,buy_contrast_m10_bb_pos,buy,2025-11-14 20:54:00,1084.0 -19924,buy_contrast_m10_bb_pos,buy,2025-11-14 20:57:00,1083.0 -19925,buy_contrast_m10_bb_pos,buy,2025-11-14 21:00:00,1086.0 -19926,buy_contrast_m10_bb_pos,buy,2025-11-14 21:03:00,1081.0 -19927,buy_contrast_m10_bb_pos,buy,2025-11-14 21:06:00,1081.0 -19928,buy_contrast_m10_bb_pos,buy,2025-11-14 21:09:00,1080.0 -19929,buy_contrast_m10_bb_pos,buy,2025-11-14 21:12:00,1078.0 -19930,buy_contrast_m10_bb_pos,buy,2025-11-14 21:15:00,1078.0 -19931,buy_contrast_m10_bb_pos,buy,2025-11-14 21:18:00,1080.0 -19932,buy_contrast_m10_bb_pos,buy,2025-11-14 21:30:00,1081.0 -19933,buy_contrast_m10_bb_pos,buy,2025-11-14 21:33:00,1079.0 -19934,buy_contrast_m10_bb_pos,buy,2025-11-14 21:36:00,1074.0 -19935,buy_contrast_m10_bb_pos,buy,2025-11-14 21:39:00,1069.0 -19936,buy_contrast_m10_bb_pos,buy,2025-11-15 05:30:00,1091.0 -19937,buy_contrast_m10_bb_pos,buy,2025-11-15 05:33:00,1090.0 -19938,buy_contrast_m10_bb_pos,buy,2025-11-15 05:36:00,1091.0 -19939,buy_contrast_m10_bb_pos,buy,2025-11-15 05:39:00,1085.0 -19940,buy_contrast_m10_bb_pos,buy,2025-11-15 14:12:00,1088.0 -19941,buy_contrast_m10_bb_pos,buy,2025-11-15 14:15:00,1087.0 -19942,buy_contrast_m10_bb_pos,buy,2025-11-15 14:18:00,1090.0 -19943,buy_contrast_m10_bb_pos,buy,2025-11-15 14:21:00,1089.0 -19944,buy_contrast_m10_bb_pos,buy,2025-11-15 14:24:00,1090.0 -19945,buy_contrast_m10_bb_pos,buy,2025-11-15 14:27:00,1085.0 -19946,buy_contrast_m10_bb_pos,buy,2025-11-15 14:51:00,1087.0 -19947,buy_contrast_m10_bb_pos,buy,2025-11-15 14:54:00,1090.0 -19948,buy_contrast_m10_bb_pos,buy,2025-11-15 14:57:00,1090.0 -19949,buy_contrast_m10_bb_pos,buy,2025-11-15 16:12:00,1082.0 -19950,buy_contrast_m10_bb_pos,buy,2025-11-15 16:15:00,1084.0 -19951,buy_contrast_m10_bb_pos,buy,2025-11-15 16:18:00,1083.0 -19952,buy_contrast_m10_bb_pos,buy,2025-11-15 16:21:00,1082.0 -19953,buy_contrast_m10_bb_pos,buy,2025-11-15 16:24:00,1082.0 -19954,buy_contrast_m10_bb_pos,buy,2025-11-15 16:27:00,1083.0 -19955,buy_contrast_m10_bb_pos,buy,2025-11-15 16:30:00,1082.0 -19956,buy_contrast_m10_bb_pos,buy,2025-11-15 16:33:00,1081.0 -19957,buy_contrast_m10_bb_pos,buy,2025-11-15 16:36:00,1080.0 -19958,buy_contrast_m10_bb_pos,buy,2025-11-15 16:39:00,1078.0 -19959,buy_contrast_m10_bb_pos,buy,2025-11-15 17:00:00,1079.0 -19960,buy_contrast_m10_bb_pos,buy,2025-11-15 17:03:00,1076.0 -19961,buy_contrast_m10_bb_pos,buy,2025-11-15 17:06:00,1074.0 -19962,buy_contrast_m10_bb_pos,buy,2025-11-15 17:09:00,1075.0 -19963,buy_contrast_m10_bb_pos,buy,2025-11-15 17:42:00,1070.0 -19964,buy_contrast_m10_bb_pos,buy,2025-11-15 17:45:00,1065.0 -19965,buy_contrast_m10_bb_pos,buy,2025-11-15 17:48:00,1061.0 -19966,buy_contrast_m10_bb_pos,buy,2025-11-15 18:12:00,1066.0 -19967,buy_contrast_m10_bb_pos,buy,2025-11-15 18:15:00,1066.0 -19968,buy_contrast_m10_bb_pos,buy,2025-11-15 18:18:00,1066.0 -19969,buy_contrast_m10_bb_pos,buy,2025-11-15 20:51:00,1058.0 -19970,buy_contrast_m10_bb_pos,buy,2025-11-15 20:54:00,1059.0 -19971,buy_contrast_m10_bb_pos,buy,2025-11-15 20:57:00,1062.0 -19972,buy_contrast_m10_bb_pos,buy,2025-11-16 00:21:00,1060.0 -19973,buy_contrast_m10_bb_pos,buy,2025-11-16 00:24:00,1060.0 -19974,buy_contrast_m10_bb_pos,buy,2025-11-16 00:27:00,1063.0 -19975,buy_contrast_m10_bb_pos,buy,2025-11-16 00:42:00,1059.0 -19976,buy_contrast_m10_bb_pos,buy,2025-11-16 00:45:00,1059.0 -19977,buy_contrast_m10_bb_pos,buy,2025-11-16 00:48:00,1062.0 -19978,buy_contrast_m10_bb_pos,buy,2025-11-16 01:00:00,1059.0 -19979,buy_contrast_m10_bb_pos,buy,2025-11-16 01:03:00,1059.0 -19980,buy_contrast_m10_bb_pos,buy,2025-11-16 01:06:00,1060.0 -19981,buy_contrast_m10_bb_pos,buy,2025-11-16 01:09:00,1054.0 -19982,buy_contrast_m10_bb_pos,buy,2025-11-16 01:12:00,1054.0 -19983,buy_contrast_m10_bb_pos,buy,2025-11-16 01:15:00,1053.0 -19984,buy_contrast_m10_bb_pos,buy,2025-11-16 01:18:00,1051.0 -19985,buy_contrast_m10_bb_pos,buy,2025-11-16 01:42:00,1056.0 -19986,buy_contrast_m10_bb_pos,buy,2025-11-16 01:45:00,1057.0 -19987,buy_contrast_m10_bb_pos,buy,2025-11-16 01:48:00,1057.0 -19988,buy_contrast_m10_bb_pos,buy,2025-11-16 04:51:00,1056.0 -19989,buy_contrast_m10_bb_pos,buy,2025-11-16 04:54:00,1056.0 -19990,buy_contrast_m10_bb_pos,buy,2025-11-16 04:57:00,1057.0 -19991,buy_contrast_m10_bb_pos,buy,2025-11-16 05:30:00,1053.0 -19992,buy_contrast_m10_bb_pos,buy,2025-11-16 05:33:00,1054.0 -19993,buy_contrast_m10_bb_pos,buy,2025-11-16 05:36:00,1054.0 -19994,buy_contrast_m10_bb_pos,buy,2025-11-16 05:39:00,1052.0 -19995,buy_contrast_m10_bb_pos,buy,2025-11-16 05:42:00,1051.0 -19996,buy_contrast_m10_bb_pos,buy,2025-11-16 05:45:00,1051.0 -19997,buy_contrast_m10_bb_pos,buy,2025-11-16 05:48:00,1052.0 -19998,buy_contrast_m10_bb_pos,buy,2025-11-16 05:51:00,1055.0 -19999,buy_contrast_m10_bb_pos,buy,2025-11-16 05:54:00,1051.0 -20000,buy_contrast_m10_bb_pos,buy,2025-11-16 05:57:00,1051.0 -20001,buy_contrast_m10_bb_pos,buy,2025-11-16 06:51:00,1050.0 -20002,buy_contrast_m10_bb_pos,buy,2025-11-16 06:54:00,1048.0 -20003,buy_contrast_m10_bb_pos,buy,2025-11-16 06:57:00,1048.0 -20004,buy_contrast_m10_bb_pos,buy,2025-11-16 09:30:00,1049.0 -20005,buy_contrast_m10_bb_pos,buy,2025-11-16 09:33:00,1047.0 -20006,buy_contrast_m10_bb_pos,buy,2025-11-16 09:36:00,1050.0 -20007,buy_contrast_m10_bb_pos,buy,2025-11-16 09:39:00,1050.0 -20008,buy_contrast_m10_bb_pos,buy,2025-11-16 10:30:00,1050.0 -20009,buy_contrast_m10_bb_pos,buy,2025-11-16 10:33:00,1045.0 -20010,buy_contrast_m10_bb_pos,buy,2025-11-16 10:36:00,1043.0 -20011,buy_contrast_m10_bb_pos,buy,2025-11-16 10:39:00,1040.0 -20012,buy_contrast_m10_bb_pos,buy,2025-11-16 14:51:00,1046.0 -20013,buy_contrast_m10_bb_pos,buy,2025-11-16 14:54:00,1045.0 -20014,buy_contrast_m10_bb_pos,buy,2025-11-16 14:57:00,1047.0 -20015,buy_contrast_m10_bb_pos,buy,2025-11-16 15:00:00,1045.0 -20016,buy_contrast_m10_bb_pos,buy,2025-11-16 15:03:00,1047.0 -20017,buy_contrast_m10_bb_pos,buy,2025-11-16 15:06:00,1047.0 -20018,buy_contrast_m10_bb_pos,buy,2025-11-16 15:09:00,1048.0 -20019,buy_contrast_m10_bb_pos,buy,2025-11-16 17:30:00,1044.0 -20020,buy_contrast_m10_bb_pos,buy,2025-11-16 17:33:00,1044.0 -20021,buy_contrast_m10_bb_pos,buy,2025-11-16 17:36:00,1043.0 -20022,buy_contrast_m10_bb_pos,buy,2025-11-16 17:39:00,1043.0 -20023,buy_contrast_m10_bb_pos,buy,2025-11-16 21:00:00,1028.0 -20024,buy_contrast_m10_bb_pos,buy,2025-11-16 21:03:00,1030.0 -20025,buy_contrast_m10_bb_pos,buy,2025-11-16 21:06:00,1032.0 -20026,buy_contrast_m10_bb_pos,buy,2025-11-16 21:09:00,1032.0 -20027,buy_contrast_m10_bb_pos,buy,2025-11-16 21:12:00,1030.0 -20028,buy_contrast_m10_bb_pos,buy,2025-11-16 21:15:00,1027.0 -20029,buy_contrast_m10_bb_pos,buy,2025-11-16 21:18:00,1030.0 -20030,buy_contrast_m10_bb_pos,buy,2025-11-16 21:21:00,1028.0 -20031,buy_contrast_m10_bb_pos,buy,2025-11-16 21:24:00,1027.0 -20032,buy_contrast_m10_bb_pos,buy,2025-11-16 21:27:00,1028.0 -20033,buy_contrast_m10_bb_pos,buy,2025-11-16 21:42:00,1024.0 -20034,buy_contrast_m10_bb_pos,buy,2025-11-16 21:45:00,1028.0 -20035,buy_contrast_m10_bb_pos,buy,2025-11-16 21:48:00,1024.0 -20036,buy_contrast_m10_bb_pos,buy,2025-11-16 23:30:00,1018.0 -20037,buy_contrast_m10_bb_pos,buy,2025-11-16 23:33:00,1021.0 -20038,buy_contrast_m10_bb_pos,buy,2025-11-16 23:36:00,1022.0 -20039,buy_contrast_m10_bb_pos,buy,2025-11-16 23:39:00,1024.0 -20040,buy_contrast_m10_bb_pos,buy,2025-11-17 01:12:00,1012.0 -20041,buy_contrast_m10_bb_pos,buy,2025-11-17 01:15:00,1013.0 -20042,buy_contrast_m10_bb_pos,buy,2025-11-17 01:18:00,1012.0 -20043,buy_contrast_m10_bb_pos,buy,2025-11-17 01:21:00,1013.0 -20044,buy_contrast_m10_bb_pos,buy,2025-11-17 01:24:00,1013.0 -20045,buy_contrast_m10_bb_pos,buy,2025-11-17 01:27:00,1013.0 -20046,buy_contrast_m10_bb_pos,buy,2025-11-17 01:30:00,1011.0 -20047,buy_contrast_m10_bb_pos,buy,2025-11-17 01:33:00,1010.0 -20048,buy_contrast_m10_bb_pos,buy,2025-11-17 01:36:00,1010.0 -20049,buy_contrast_m10_bb_pos,buy,2025-11-17 01:39:00,1007.0 -20050,buy_contrast_m10_bb_pos,buy,2025-11-17 02:30:00,998.0 -20051,buy_contrast_m10_bb_pos,buy,2025-11-17 02:33:00,994.0 -20052,buy_contrast_m10_bb_pos,buy,2025-11-17 02:36:00,994.0 -20053,buy_contrast_m10_bb_pos,buy,2025-11-17 02:39:00,995.0 -20054,buy_contrast_m10_bb_pos,buy,2025-11-17 02:42:00,995.0 -20055,buy_contrast_m10_bb_pos,buy,2025-11-17 02:45:00,993.0 -20056,buy_contrast_m10_bb_pos,buy,2025-11-17 02:48:00,993.0 -20057,buy_contrast_m10_bb_pos,buy,2025-11-17 02:51:00,992.0 -20058,buy_contrast_m10_bb_pos,buy,2025-11-17 02:54:00,993.0 -20059,buy_contrast_m10_bb_pos,buy,2025-11-17 02:57:00,989.0 -20060,buy_contrast_m10_bb_pos,buy,2025-11-17 06:21:00,993.0 -20061,buy_contrast_m10_bb_pos,buy,2025-11-17 06:24:00,991.0 -20062,buy_contrast_m10_bb_pos,buy,2025-11-17 06:27:00,990.0 -20063,buy_contrast_m10_bb_pos,buy,2025-11-17 07:12:00,991.0 -20064,buy_contrast_m10_bb_pos,buy,2025-11-17 07:15:00,999.0 -20065,buy_contrast_m10_bb_pos,buy,2025-11-17 07:18:00,998.0 -20066,buy_contrast_m10_bb_pos,buy,2025-11-17 15:42:00,1011.0 -20067,buy_contrast_m10_bb_pos,buy,2025-11-17 15:45:00,1010.0 -20068,buy_contrast_m10_bb_pos,buy,2025-11-17 15:48:00,1010.0 -20069,buy_contrast_m10_bb_pos,buy,2025-11-17 15:51:00,1013.0 -20070,buy_contrast_m10_bb_pos,buy,2025-11-17 15:54:00,1015.0 -20071,buy_contrast_m10_bb_pos,buy,2025-11-17 15:57:00,1016.0 -20072,buy_contrast_m10_bb_pos,buy,2025-11-17 21:42:00,1015.0 -20073,buy_contrast_m10_bb_pos,buy,2025-11-17 21:45:00,1015.0 -20074,buy_contrast_m10_bb_pos,buy,2025-11-17 21:48:00,1014.0 -20075,buy_contrast_m10_bb_pos,buy,2025-11-17 21:51:00,1015.0 -20076,buy_contrast_m10_bb_pos,buy,2025-11-17 21:54:00,1014.0 -20077,buy_contrast_m10_bb_pos,buy,2025-11-17 21:57:00,1015.0 -20078,buy_contrast_m10_bb_pos,buy,2025-11-17 22:00:00,1015.0 -20079,buy_contrast_m10_bb_pos,buy,2025-11-17 22:03:00,1013.0 -20080,buy_contrast_m10_bb_pos,buy,2025-11-17 22:06:00,1012.0 -20081,buy_contrast_m10_bb_pos,buy,2025-11-17 22:09:00,1012.0 -20082,buy_contrast_m10_bb_pos,buy,2025-11-17 23:12:00,994.0 -20083,buy_contrast_m10_bb_pos,buy,2025-11-17 23:15:00,997.0 -20084,buy_contrast_m10_bb_pos,buy,2025-11-17 23:18:00,1003.0 -20085,buy_contrast_m10_bb_pos,buy,2025-11-18 01:21:00,996.0 -20086,buy_contrast_m10_bb_pos,buy,2025-11-18 01:24:00,997.0 -20087,buy_contrast_m10_bb_pos,buy,2025-11-18 01:27:00,998.0 -20088,buy_contrast_m10_bb_pos,buy,2025-11-18 02:51:00,988.0 -20089,buy_contrast_m10_bb_pos,buy,2025-11-18 02:54:00,987.0 -20090,buy_contrast_m10_bb_pos,buy,2025-11-18 02:57:00,989.0 -20091,buy_contrast_m10_bb_pos,buy,2025-11-18 03:00:00,988.0 -20092,buy_contrast_m10_bb_pos,buy,2025-11-18 03:03:00,989.0 -20093,buy_contrast_m10_bb_pos,buy,2025-11-18 03:06:00,993.0 -20094,buy_contrast_m10_bb_pos,buy,2025-11-18 03:09:00,993.0 -20095,buy_contrast_m10_bb_pos,buy,2025-11-18 03:21:00,984.0 -20096,buy_contrast_m10_bb_pos,buy,2025-11-18 03:24:00,985.0 -20097,buy_contrast_m10_bb_pos,buy,2025-11-18 03:27:00,981.0 -20098,buy_contrast_m10_bb_pos,buy,2025-11-18 03:42:00,980.0 -20099,buy_contrast_m10_bb_pos,buy,2025-11-18 03:45:00,982.0 -20100,buy_contrast_m10_bb_pos,buy,2025-11-18 03:48:00,990.0 -20101,buy_contrast_m10_bb_pos,buy,2025-11-18 04:00:00,980.0 -20102,buy_contrast_m10_bb_pos,buy,2025-11-18 04:03:00,980.0 -20103,buy_contrast_m10_bb_pos,buy,2025-11-18 04:06:00,980.0 -20104,buy_contrast_m10_bb_pos,buy,2025-11-18 04:09:00,981.0 -20105,buy_contrast_m10_bb_pos,buy,2025-11-18 04:21:00,976.0 -20106,buy_contrast_m10_bb_pos,buy,2025-11-18 04:24:00,977.0 -20107,buy_contrast_m10_bb_pos,buy,2025-11-18 04:27:00,974.0 -20108,buy_contrast_m10_bb_pos,buy,2025-11-18 04:42:00,974.0 -20109,buy_contrast_m10_bb_pos,buy,2025-11-18 04:45:00,973.0 -20110,buy_contrast_m10_bb_pos,buy,2025-11-18 04:48:00,966.0 -20111,buy_contrast_m10_bb_pos,buy,2025-11-18 04:51:00,972.0 -20112,buy_contrast_m10_bb_pos,buy,2025-11-18 04:54:00,971.0 -20113,buy_contrast_m10_bb_pos,buy,2025-11-18 04:57:00,971.0 -20114,buy_contrast_m10_bb_pos,buy,2025-11-18 05:00:00,969.0 -20115,buy_contrast_m10_bb_pos,buy,2025-11-18 05:03:00,967.0 -20116,buy_contrast_m10_bb_pos,buy,2025-11-18 05:06:00,973.0 -20117,buy_contrast_m10_bb_pos,buy,2025-11-18 05:09:00,969.0 -20118,buy_contrast_m10_bb_pos,buy,2025-11-18 05:42:00,963.0 -20119,buy_contrast_m10_bb_pos,buy,2025-11-18 05:45:00,963.0 -20120,buy_contrast_m10_bb_pos,buy,2025-11-18 05:48:00,966.0 -20121,buy_contrast_m10_bb_pos,buy,2025-11-18 06:51:00,963.0 -20122,buy_contrast_m10_bb_pos,buy,2025-11-18 06:54:00,964.0 -20123,buy_contrast_m10_bb_pos,buy,2025-11-18 06:57:00,965.0 -20124,buy_contrast_m10_bb_pos,buy,2025-11-18 15:42:00,982.0 -20125,buy_contrast_m10_bb_pos,buy,2025-11-18 15:45:00,982.0 -20126,buy_contrast_m10_bb_pos,buy,2025-11-18 15:48:00,983.0 -20127,buy_contrast_m10_bb_pos,buy,2025-11-18 16:00:00,980.0 -20128,buy_contrast_m10_bb_pos,buy,2025-11-18 16:03:00,978.0 -20129,buy_contrast_m10_bb_pos,buy,2025-11-18 16:06:00,981.0 -20130,buy_contrast_m10_bb_pos,buy,2025-11-18 16:09:00,982.0 -20131,buy_contrast_m10_bb_pos,buy,2025-11-18 16:21:00,980.0 -20132,buy_contrast_m10_bb_pos,buy,2025-11-18 16:24:00,982.0 -20133,buy_contrast_m10_bb_pos,buy,2025-11-18 16:27:00,988.0 -20134,buy_contrast_m10_bb_pos,buy,2025-11-19 13:21:00,1004.0 -20135,buy_contrast_m10_bb_pos,buy,2025-11-19 13:24:00,1002.0 -20136,buy_contrast_m10_bb_pos,buy,2025-11-19 13:27:00,1001.0 -20137,buy_contrast_m10_bb_pos,buy,2025-11-19 13:30:00,1001.0 -20138,buy_contrast_m10_bb_pos,buy,2025-11-19 13:33:00,999.0 -20139,buy_contrast_m10_bb_pos,buy,2025-11-19 13:36:00,997.0 -20140,buy_contrast_m10_bb_pos,buy,2025-11-19 13:39:00,999.0 -20141,buy_contrast_m10_bb_pos,buy,2025-11-19 13:42:00,999.0 -20142,buy_contrast_m10_bb_pos,buy,2025-11-19 13:45:00,997.0 -20143,buy_contrast_m10_bb_pos,buy,2025-11-19 13:48:00,998.0 -20144,buy_contrast_m10_bb_pos,buy,2025-11-19 13:51:00,997.0 -20145,buy_contrast_m10_bb_pos,buy,2025-11-19 13:54:00,1000.0 -20146,buy_contrast_m10_bb_pos,buy,2025-11-19 13:57:00,999.0 -20147,buy_contrast_m10_bb_pos,buy,2025-11-19 14:00:00,998.0 -20148,buy_contrast_m10_bb_pos,buy,2025-11-19 14:03:00,996.0 -20149,buy_contrast_m10_bb_pos,buy,2025-11-19 14:06:00,994.0 -20150,buy_contrast_m10_bb_pos,buy,2025-11-19 14:09:00,992.0 -20151,buy_contrast_m10_bb_pos,buy,2025-11-19 14:12:00,993.0 -20152,buy_contrast_m10_bb_pos,buy,2025-11-19 14:15:00,993.0 -20153,buy_contrast_m10_bb_pos,buy,2025-11-19 14:18:00,995.0 -20154,buy_contrast_m10_bb_pos,buy,2025-11-19 14:21:00,995.0 -20155,buy_contrast_m10_bb_pos,buy,2025-11-19 14:24:00,993.0 -20156,buy_contrast_m10_bb_pos,buy,2025-11-19 14:27:00,990.0 -20157,buy_contrast_m10_bb_pos,buy,2025-11-19 14:30:00,989.0 -20158,buy_contrast_m10_bb_pos,buy,2025-11-19 14:33:00,988.0 -20159,buy_contrast_m10_bb_pos,buy,2025-11-19 14:36:00,984.0 -20160,buy_contrast_m10_bb_pos,buy,2025-11-19 14:39:00,981.0 -20161,buy_contrast_m10_bb_pos,buy,2025-11-19 15:00:00,985.0 -20162,buy_contrast_m10_bb_pos,buy,2025-11-19 15:03:00,984.0 -20163,buy_contrast_m10_bb_pos,buy,2025-11-19 15:06:00,987.0 -20164,buy_contrast_m10_bb_pos,buy,2025-11-19 15:09:00,989.0 -20165,buy_contrast_m10_bb_pos,buy,2025-11-19 18:12:00,987.0 -20166,buy_contrast_m10_bb_pos,buy,2025-11-19 18:15:00,989.0 -20167,buy_contrast_m10_bb_pos,buy,2025-11-19 18:18:00,986.0 -20168,buy_contrast_m10_bb_pos,buy,2025-11-19 18:21:00,986.0 -20169,buy_contrast_m10_bb_pos,buy,2025-11-19 18:24:00,983.0 -20170,buy_contrast_m10_bb_pos,buy,2025-11-19 18:27:00,984.0 -20171,buy_contrast_m10_bb_pos,buy,2025-11-19 18:30:00,986.0 -20172,buy_contrast_m10_bb_pos,buy,2025-11-19 18:33:00,989.0 -20173,buy_contrast_m10_bb_pos,buy,2025-11-19 18:36:00,988.0 -20174,buy_contrast_m10_bb_pos,buy,2025-11-19 18:39:00,989.0 -20175,buy_contrast_m10_bb_pos,buy,2025-11-19 23:21:00,986.0 -20176,buy_contrast_m10_bb_pos,buy,2025-11-19 23:24:00,985.0 -20177,buy_contrast_m10_bb_pos,buy,2025-11-19 23:27:00,981.0 -20178,buy_contrast_m10_bb_pos,buy,2025-11-20 00:51:00,980.0 -20179,buy_contrast_m10_bb_pos,buy,2025-11-20 00:54:00,979.0 -20180,buy_contrast_m10_bb_pos,buy,2025-11-20 00:57:00,978.0 -20181,buy_contrast_m10_bb_pos,buy,2025-11-20 01:21:00,973.0 -20182,buy_contrast_m10_bb_pos,buy,2025-11-20 01:24:00,971.0 -20183,buy_contrast_m10_bb_pos,buy,2025-11-20 01:27:00,972.0 -20184,buy_contrast_m10_bb_pos,buy,2025-11-20 01:42:00,972.0 -20185,buy_contrast_m10_bb_pos,buy,2025-11-20 01:45:00,968.0 -20186,buy_contrast_m10_bb_pos,buy,2025-11-20 01:48:00,969.0 -20187,buy_contrast_m10_bb_pos,buy,2025-11-20 01:51:00,967.0 -20188,buy_contrast_m10_bb_pos,buy,2025-11-20 01:54:00,966.0 -20189,buy_contrast_m10_bb_pos,buy,2025-11-20 01:57:00,964.0 -20190,buy_contrast_m10_bb_pos,buy,2025-11-20 02:00:00,967.0 -20191,buy_contrast_m10_bb_pos,buy,2025-11-20 02:03:00,966.0 -20192,buy_contrast_m10_bb_pos,buy,2025-11-20 02:06:00,962.0 -20193,buy_contrast_m10_bb_pos,buy,2025-11-20 02:09:00,963.0 -20194,buy_contrast_m10_bb_pos,buy,2025-11-20 02:12:00,963.0 -20195,buy_contrast_m10_bb_pos,buy,2025-11-20 02:15:00,962.0 -20196,buy_contrast_m10_bb_pos,buy,2025-11-20 02:18:00,962.0 -20197,buy_contrast_m10_bb_pos,buy,2025-11-20 02:21:00,958.0 -20198,buy_contrast_m10_bb_pos,buy,2025-11-20 02:24:00,965.0 -20199,buy_contrast_m10_bb_pos,buy,2025-11-20 02:27:00,962.0 -20200,buy_contrast_m10_bb_pos,buy,2025-11-20 02:42:00,961.0 -20201,buy_contrast_m10_bb_pos,buy,2025-11-20 02:45:00,964.0 -20202,buy_contrast_m10_bb_pos,buy,2025-11-20 02:48:00,963.0 -20203,buy_contrast_m10_bb_pos,buy,2025-11-20 03:42:00,953.0 -20204,buy_contrast_m10_bb_pos,buy,2025-11-20 03:45:00,952.0 -20205,buy_contrast_m10_bb_pos,buy,2025-11-20 03:48:00,953.0 -20206,buy_contrast_m10_bb_pos,buy,2025-11-20 03:51:00,952.0 -20207,buy_contrast_m10_bb_pos,buy,2025-11-20 03:54:00,951.0 -20208,buy_contrast_m10_bb_pos,buy,2025-11-20 03:57:00,955.0 -20209,buy_contrast_m10_bb_pos,buy,2025-11-20 04:42:00,954.0 -20210,buy_contrast_m10_bb_pos,buy,2025-11-20 04:45:00,954.0 -20211,buy_contrast_m10_bb_pos,buy,2025-11-20 04:48:00,954.0 -20212,buy_contrast_m10_bb_pos,buy,2025-11-20 13:30:00,1000.0 -20213,buy_contrast_m10_bb_pos,buy,2025-11-20 13:33:00,1002.0 -20214,buy_contrast_m10_bb_pos,buy,2025-11-20 13:36:00,999.0 -20215,buy_contrast_m10_bb_pos,buy,2025-11-20 13:39:00,1000.0 -20216,buy_contrast_m10_bb_pos,buy,2025-11-20 13:42:00,1001.0 -20217,buy_contrast_m10_bb_pos,buy,2025-11-20 13:45:00,1001.0 -20218,buy_contrast_m10_bb_pos,buy,2025-11-20 13:48:00,1003.0 -20219,buy_contrast_m10_bb_pos,buy,2025-11-21 00:21:00,1041.0 -20220,buy_contrast_m10_bb_pos,buy,2025-11-21 00:24:00,1043.0 -20221,buy_contrast_m10_bb_pos,buy,2025-11-21 00:27:00,1041.0 -20222,buy_contrast_m10_bb_pos,buy,2025-11-21 00:42:00,1033.0 -20223,buy_contrast_m10_bb_pos,buy,2025-11-21 00:45:00,1036.0 -20224,buy_contrast_m10_bb_pos,buy,2025-11-21 00:48:00,1032.0 -20225,buy_contrast_m10_bb_pos,buy,2025-11-21 02:00:00,982.0 -20226,buy_contrast_m10_bb_pos,buy,2025-11-21 02:03:00,979.0 -20227,buy_contrast_m10_bb_pos,buy,2025-11-21 02:06:00,978.0 -20228,buy_contrast_m10_bb_pos,buy,2025-11-21 02:09:00,980.0 -20229,buy_contrast_m10_bb_pos,buy,2025-11-21 02:12:00,973.0 -20230,buy_contrast_m10_bb_pos,buy,2025-11-21 02:15:00,973.0 -20231,buy_contrast_m10_bb_pos,buy,2025-11-21 02:18:00,969.0 -20232,buy_contrast_m10_bb_pos,buy,2025-11-21 02:21:00,973.0 -20233,buy_contrast_m10_bb_pos,buy,2025-11-21 02:24:00,978.0 -20234,buy_contrast_m10_bb_pos,buy,2025-11-21 02:27:00,976.0 -20235,buy_contrast_m10_bb_pos,buy,2025-11-21 02:30:00,975.0 -20236,buy_contrast_m10_bb_pos,buy,2025-11-21 02:33:00,975.0 -20237,buy_contrast_m10_bb_pos,buy,2025-11-21 02:36:00,977.0 -20238,buy_contrast_m10_bb_pos,buy,2025-11-21 02:39:00,985.0 -20239,buy_contrast_m10_bb_pos,buy,2025-11-21 11:12:00,977.0 -20240,buy_contrast_m10_bb_pos,buy,2025-11-21 11:15:00,975.0 -20241,buy_contrast_m10_bb_pos,buy,2025-11-21 11:18:00,976.0 -20242,buy_contrast_m10_bb_pos,buy,2025-11-21 11:30:00,978.0 -20243,buy_contrast_m10_bb_pos,buy,2025-11-21 11:33:00,975.0 -20244,buy_contrast_m10_bb_pos,buy,2025-11-21 11:36:00,977.0 -20245,buy_contrast_m10_bb_pos,buy,2025-11-21 11:39:00,977.0 -20246,buy_contrast_m10_bb_pos,buy,2025-11-21 11:42:00,977.0 -20247,buy_contrast_m10_bb_pos,buy,2025-11-21 11:45:00,970.0 -20248,buy_contrast_m10_bb_pos,buy,2025-11-21 11:48:00,974.0 -20249,buy_contrast_m10_bb_pos,buy,2025-11-21 11:51:00,974.0 -20250,buy_contrast_m10_bb_pos,buy,2025-11-21 11:54:00,970.0 -20251,buy_contrast_m10_bb_pos,buy,2025-11-21 11:57:00,967.0 -20252,buy_contrast_m10_bb_pos,buy,2025-11-21 12:21:00,969.0 -20253,buy_contrast_m10_bb_pos,buy,2025-11-21 12:24:00,972.0 -20254,buy_contrast_m10_bb_pos,buy,2025-11-21 12:27:00,973.0 -20255,buy_contrast_m10_bb_pos,buy,2025-11-21 13:42:00,961.0 -20256,buy_contrast_m10_bb_pos,buy,2025-11-21 13:45:00,969.0 -20257,buy_contrast_m10_bb_pos,buy,2025-11-21 13:48:00,964.0 -20258,buy_contrast_m10_bb_pos,buy,2025-11-21 15:21:00,959.0 -20259,buy_contrast_m10_bb_pos,buy,2025-11-21 15:24:00,960.0 -20260,buy_contrast_m10_bb_pos,buy,2025-11-21 15:27:00,962.0 -20261,buy_contrast_m10_bb_pos,buy,2025-11-21 15:30:00,959.0 -20262,buy_contrast_m10_bb_pos,buy,2025-11-21 15:33:00,960.0 -20263,buy_contrast_m10_bb_pos,buy,2025-11-21 15:36:00,963.0 -20264,buy_contrast_m10_bb_pos,buy,2025-11-21 15:39:00,959.0 -20265,buy_contrast_m10_bb_pos,buy,2025-11-21 16:30:00,954.0 -20266,buy_contrast_m10_bb_pos,buy,2025-11-21 16:33:00,946.0 -20267,buy_contrast_m10_bb_pos,buy,2025-11-21 16:36:00,929.0 -20268,buy_contrast_m10_bb_pos,buy,2025-11-21 16:39:00,922.0 -20269,buy_contrast_m10_bb_pos,buy,2025-11-21 17:12:00,926.0 -20270,buy_contrast_m10_bb_pos,buy,2025-11-21 17:15:00,924.0 -20271,buy_contrast_m10_bb_pos,buy,2025-11-21 17:18:00,928.0 -20272,buy_contrast_m10_bb_pos,buy,2025-11-21 17:21:00,926.0 -20273,buy_contrast_m10_bb_pos,buy,2025-11-21 17:24:00,929.0 -20274,buy_contrast_m10_bb_pos,buy,2025-11-21 17:27:00,918.0 -20275,buy_contrast_m10_bb_pos,buy,2025-11-21 17:30:00,917.0 -20276,buy_contrast_m10_bb_pos,buy,2025-11-21 17:33:00,920.0 -20277,buy_contrast_m10_bb_pos,buy,2025-11-21 17:36:00,913.0 -20278,buy_contrast_m10_bb_pos,buy,2025-11-21 17:39:00,913.0 -20279,buy_contrast_m10_bb_pos,buy,2025-11-21 17:42:00,913.0 -20280,buy_contrast_m10_bb_pos,buy,2025-11-21 17:45:00,908.0 -20281,buy_contrast_m10_bb_pos,buy,2025-11-21 17:48:00,910.0 -20282,buy_contrast_m10_bb_pos,buy,2025-11-21 17:51:00,907.0 -20283,buy_contrast_m10_bb_pos,buy,2025-11-21 17:54:00,912.0 -20284,buy_contrast_m10_bb_pos,buy,2025-11-21 17:57:00,912.0 -20285,buy_contrast_m10_bb_pos,buy,2025-11-21 18:00:00,910.0 -20286,buy_contrast_m10_bb_pos,buy,2025-11-21 18:03:00,913.0 -20287,buy_contrast_m10_bb_pos,buy,2025-11-21 18:06:00,912.0 -20288,buy_contrast_m10_bb_pos,buy,2025-11-21 18:09:00,910.0 -20289,buy_contrast_m10_bb_pos,buy,2025-11-21 21:12:00,888.0 -20290,buy_contrast_m10_bb_pos,buy,2025-11-21 21:15:00,891.0 -20291,buy_contrast_m10_bb_pos,buy,2025-11-21 21:18:00,889.0 -20292,buy_contrast_m10_bb_pos,buy,2025-11-22 01:12:00,894.0 -20293,buy_contrast_m10_bb_pos,buy,2025-11-22 01:15:00,894.0 -20294,buy_contrast_m10_bb_pos,buy,2025-11-22 01:18:00,891.0 -20295,buy_contrast_m10_bb_pos,buy,2025-11-22 05:42:00,892.0 -20296,buy_contrast_m10_bb_pos,buy,2025-11-22 05:45:00,893.0 -20297,buy_contrast_m10_bb_pos,buy,2025-11-22 05:48:00,891.0 -20298,buy_contrast_m10_bb_pos,buy,2025-11-22 06:00:00,888.0 -20299,buy_contrast_m10_bb_pos,buy,2025-11-22 06:03:00,889.0 -20300,buy_contrast_m10_bb_pos,buy,2025-11-22 06:06:00,885.0 -20301,buy_contrast_m10_bb_pos,buy,2025-11-22 06:09:00,882.0 -20302,buy_contrast_m10_bb_pos,buy,2025-11-22 06:12:00,881.0 -20303,buy_contrast_m10_bb_pos,buy,2025-11-22 06:15:00,886.0 -20304,buy_contrast_m10_bb_pos,buy,2025-11-22 06:18:00,891.0 -20305,buy_contrast_m10_bb_pos,buy,2025-11-22 12:51:00,900.0 -20306,buy_contrast_m10_bb_pos,buy,2025-11-22 12:54:00,901.0 -20307,buy_contrast_m10_bb_pos,buy,2025-11-22 12:57:00,903.0 -20308,buy_contrast_m10_bb_pos,buy,2025-11-22 13:30:00,891.0 -20309,buy_contrast_m10_bb_pos,buy,2025-11-22 13:33:00,891.0 -20310,buy_contrast_m10_bb_pos,buy,2025-11-22 13:36:00,887.0 -20311,buy_contrast_m10_bb_pos,buy,2025-11-22 13:39:00,887.0 -20312,buy_contrast_m10_bb_pos,buy,2025-11-22 13:51:00,888.0 -20313,buy_contrast_m10_bb_pos,buy,2025-11-22 13:54:00,897.0 -20314,buy_contrast_m10_bb_pos,buy,2025-11-22 13:57:00,891.0 -20315,buy_contrast_m10_bb_pos,buy,2025-11-22 14:42:00,880.0 -20316,buy_contrast_m10_bb_pos,buy,2025-11-22 14:45:00,882.0 -20317,buy_contrast_m10_bb_pos,buy,2025-11-22 14:48:00,886.0 -20318,buy_contrast_m10_bb_pos,buy,2025-11-22 18:00:00,884.0 -20319,buy_contrast_m10_bb_pos,buy,2025-11-22 18:03:00,886.0 -20320,buy_contrast_m10_bb_pos,buy,2025-11-22 18:06:00,887.0 -20321,buy_contrast_m10_bb_pos,buy,2025-11-22 18:09:00,889.0 -20322,buy_contrast_m10_bb_pos,buy,2025-11-22 18:30:00,883.0 -20323,buy_contrast_m10_bb_pos,buy,2025-11-22 18:33:00,887.0 -20324,buy_contrast_m10_bb_pos,buy,2025-11-22 18:36:00,895.0 -20325,buy_contrast_m10_bb_pos,buy,2025-11-22 18:39:00,893.0 -20326,buy_contrast_m10_bb_pos,buy,2025-11-23 05:42:00,899.0 -20327,buy_contrast_m10_bb_pos,buy,2025-11-23 05:45:00,897.0 -20328,buy_contrast_m10_bb_pos,buy,2025-11-23 05:48:00,897.0 -20329,buy_contrast_m10_bb_pos,buy,2025-11-23 06:12:00,894.0 -20330,buy_contrast_m10_bb_pos,buy,2025-11-23 06:15:00,895.0 -20331,buy_contrast_m10_bb_pos,buy,2025-11-23 06:18:00,898.0 -20332,buy_contrast_m10_bb_pos,buy,2025-11-23 16:42:00,917.0 -20333,buy_contrast_m10_bb_pos,buy,2025-11-23 16:45:00,916.0 -20334,buy_contrast_m10_bb_pos,buy,2025-11-23 16:48:00,917.0 -20335,buy_contrast_m10_bb_pos,buy,2025-11-24 00:00:00,917.0 -20336,buy_contrast_m10_bb_pos,buy,2025-11-24 00:03:00,919.0 -20337,buy_contrast_m10_bb_pos,buy,2025-11-24 00:06:00,916.0 -20338,buy_contrast_m10_bb_pos,buy,2025-11-24 00:09:00,917.0 -20339,buy_contrast_m10_bb_pos,buy,2025-11-24 00:12:00,917.0 -20340,buy_contrast_m10_bb_pos,buy,2025-11-24 00:15:00,919.0 -20341,buy_contrast_m10_bb_pos,buy,2025-11-24 00:18:00,920.0 -20342,buy_contrast_m10_bb_pos,buy,2025-11-24 09:21:00,910.0 -20343,buy_contrast_m10_bb_pos,buy,2025-11-24 09:24:00,914.0 -20344,buy_contrast_m10_bb_pos,buy,2025-11-24 09:27:00,919.0 -20345,buy_contrast_m10_bb_pos,buy,2025-11-24 15:12:00,924.0 -20346,buy_contrast_m10_bb_pos,buy,2025-11-24 15:15:00,924.0 -20347,buy_contrast_m10_bb_pos,buy,2025-11-24 15:18:00,926.0 -20348,buy_contrast_m10_bb_pos,buy,2025-11-24 19:00:00,912.0 -20349,buy_contrast_m10_bb_pos,buy,2025-11-24 19:03:00,911.0 -20350,buy_contrast_m10_bb_pos,buy,2025-11-24 19:06:00,913.0 -20351,buy_contrast_m10_bb_pos,buy,2025-11-24 19:09:00,911.0 -20352,buy_contrast_m10_bb_pos,buy,2025-11-24 19:12:00,913.0 -20353,buy_contrast_m10_bb_pos,buy,2025-11-24 19:15:00,911.0 -20354,buy_contrast_m10_bb_pos,buy,2025-11-24 19:18:00,913.0 -20355,buy_contrast_m10_bb_pos,buy,2025-11-24 19:21:00,914.0 -20356,buy_contrast_m10_bb_pos,buy,2025-11-24 19:24:00,912.0 -20357,buy_contrast_m10_bb_pos,buy,2025-11-24 19:27:00,912.0 -20358,buy_contrast_m10_bb_pos,buy,2025-11-24 19:42:00,911.0 -20359,buy_contrast_m10_bb_pos,buy,2025-11-24 19:45:00,908.0 -20360,buy_contrast_m10_bb_pos,buy,2025-11-24 19:48:00,910.0 -20361,buy_contrast_m10_bb_pos,buy,2025-11-24 23:21:00,906.0 -20362,buy_contrast_m10_bb_pos,buy,2025-11-24 23:24:00,906.0 -20363,buy_contrast_m10_bb_pos,buy,2025-11-24 23:27:00,906.0 -20364,buy_contrast_m10_bb_pos,buy,2025-11-25 08:30:00,958.0 -20365,buy_contrast_m10_bb_pos,buy,2025-11-25 08:33:00,957.0 -20366,buy_contrast_m10_bb_pos,buy,2025-11-25 08:36:00,955.0 -20367,buy_contrast_m10_bb_pos,buy,2025-11-25 08:39:00,956.0 -20368,buy_contrast_m10_bb_pos,buy,2025-11-25 08:51:00,956.0 -20369,buy_contrast_m10_bb_pos,buy,2025-11-25 08:54:00,954.0 -20370,buy_contrast_m10_bb_pos,buy,2025-11-25 08:57:00,955.0 -20371,buy_contrast_m10_bb_pos,buy,2025-11-25 09:00:00,956.0 -20372,buy_contrast_m10_bb_pos,buy,2025-11-25 09:03:00,954.0 -20373,buy_contrast_m10_bb_pos,buy,2025-11-25 09:06:00,957.0 -20374,buy_contrast_m10_bb_pos,buy,2025-11-25 09:09:00,960.0 -20375,buy_contrast_m10_bb_pos,buy,2025-11-25 09:42:00,954.0 -20376,buy_contrast_m10_bb_pos,buy,2025-11-25 09:45:00,954.0 -20377,buy_contrast_m10_bb_pos,buy,2025-11-25 09:48:00,956.0 -20378,buy_contrast_m10_bb_pos,buy,2025-11-25 11:00:00,951.0 -20379,buy_contrast_m10_bb_pos,buy,2025-11-25 11:03:00,952.0 -20380,buy_contrast_m10_bb_pos,buy,2025-11-25 11:06:00,952.0 -20381,buy_contrast_m10_bb_pos,buy,2025-11-25 11:09:00,952.0 -20382,buy_contrast_m10_bb_pos,buy,2025-11-25 11:12:00,951.0 -20383,buy_contrast_m10_bb_pos,buy,2025-11-25 11:15:00,949.0 -20384,buy_contrast_m10_bb_pos,buy,2025-11-25 11:18:00,950.0 -20385,buy_contrast_m10_bb_pos,buy,2025-11-25 11:21:00,951.0 -20386,buy_contrast_m10_bb_pos,buy,2025-11-25 11:24:00,947.0 -20387,buy_contrast_m10_bb_pos,buy,2025-11-25 11:27:00,945.0 -20388,buy_contrast_m10_bb_pos,buy,2025-11-25 11:51:00,947.0 -20389,buy_contrast_m10_bb_pos,buy,2025-11-25 11:54:00,947.0 -20390,buy_contrast_m10_bb_pos,buy,2025-11-25 11:57:00,949.0 -20391,buy_contrast_m10_bb_pos,buy,2025-11-25 13:30:00,944.0 -20392,buy_contrast_m10_bb_pos,buy,2025-11-25 13:33:00,947.0 -20393,buy_contrast_m10_bb_pos,buy,2025-11-25 13:36:00,948.0 -20394,buy_contrast_m10_bb_pos,buy,2025-11-25 13:39:00,948.0 -20395,buy_contrast_m10_bb_pos,buy,2025-11-25 15:12:00,944.0 -20396,buy_contrast_m10_bb_pos,buy,2025-11-25 15:15:00,943.0 -20397,buy_contrast_m10_bb_pos,buy,2025-11-25 15:18:00,944.0 -20398,buy_contrast_m10_bb_pos,buy,2025-11-25 15:21:00,944.0 -20399,buy_contrast_m10_bb_pos,buy,2025-11-25 15:24:00,943.0 -20400,buy_contrast_m10_bb_pos,buy,2025-11-25 15:27:00,940.0 -20401,buy_contrast_m10_bb_pos,buy,2025-11-25 17:00:00,938.0 -20402,buy_contrast_m10_bb_pos,buy,2025-11-25 17:03:00,938.0 -20403,buy_contrast_m10_bb_pos,buy,2025-11-25 17:06:00,939.0 -20404,buy_contrast_m10_bb_pos,buy,2025-11-25 17:09:00,939.0 -20405,buy_contrast_m10_bb_pos,buy,2025-11-25 18:12:00,934.0 -20406,buy_contrast_m10_bb_pos,buy,2025-11-25 18:15:00,931.0 -20407,buy_contrast_m10_bb_pos,buy,2025-11-25 18:18:00,930.0 -20408,buy_contrast_m10_bb_pos,buy,2025-11-25 23:12:00,939.0 -20409,buy_contrast_m10_bb_pos,buy,2025-11-25 23:15:00,940.0 -20410,buy_contrast_m10_bb_pos,buy,2025-11-25 23:18:00,942.0 -20411,buy_contrast_m10_bb_pos,buy,2025-11-26 00:00:00,934.0 -20412,buy_contrast_m10_bb_pos,buy,2025-11-26 00:03:00,928.0 -20413,buy_contrast_m10_bb_pos,buy,2025-11-26 00:06:00,928.0 -20414,buy_contrast_m10_bb_pos,buy,2025-11-26 00:09:00,932.0 -20415,buy_contrast_m10_bb_pos,buy,2025-11-26 00:21:00,927.0 -20416,buy_contrast_m10_bb_pos,buy,2025-11-26 00:24:00,930.0 -20417,buy_contrast_m10_bb_pos,buy,2025-11-26 00:27:00,930.0 -20418,buy_contrast_m10_bb_pos,buy,2025-11-26 12:42:00,950.0 -20419,buy_contrast_m10_bb_pos,buy,2025-11-26 12:45:00,950.0 -20420,buy_contrast_m10_bb_pos,buy,2025-11-26 12:48:00,951.0 -20421,buy_contrast_m10_bb_pos,buy,2025-11-26 13:00:00,950.0 -20422,buy_contrast_m10_bb_pos,buy,2025-11-26 13:03:00,956.0 -20423,buy_contrast_m10_bb_pos,buy,2025-11-26 13:06:00,955.0 -20424,buy_contrast_m10_bb_pos,buy,2025-11-26 13:09:00,953.0 -20425,buy_contrast_m10_bb_pos,buy,2025-11-26 13:42:00,949.0 -20426,buy_contrast_m10_bb_pos,buy,2025-11-26 13:45:00,950.0 -20427,buy_contrast_m10_bb_pos,buy,2025-11-26 13:48:00,950.0 -20428,buy_contrast_m10_bb_pos,buy,2025-11-26 13:51:00,950.0 -20429,buy_contrast_m10_bb_pos,buy,2025-11-26 13:54:00,949.0 -20430,buy_contrast_m10_bb_pos,buy,2025-11-26 13:57:00,949.0 -20431,buy_contrast_m10_bb_pos,buy,2025-11-26 14:00:00,949.0 -20432,buy_contrast_m10_bb_pos,buy,2025-11-26 14:03:00,948.0 -20433,buy_contrast_m10_bb_pos,buy,2025-11-26 14:06:00,948.0 -20434,buy_contrast_m10_bb_pos,buy,2025-11-26 14:09:00,950.0 -20435,buy_contrast_m10_bb_pos,buy,2025-11-26 17:42:00,951.0 -20436,buy_contrast_m10_bb_pos,buy,2025-11-26 17:45:00,951.0 -20437,buy_contrast_m10_bb_pos,buy,2025-11-26 17:48:00,952.0 -20438,buy_contrast_m10_bb_pos,buy,2025-11-26 18:12:00,948.0 -20439,buy_contrast_m10_bb_pos,buy,2025-11-26 18:15:00,949.0 -20440,buy_contrast_m10_bb_pos,buy,2025-11-26 18:18:00,946.0 -20441,buy_contrast_m10_bb_pos,buy,2025-11-26 18:42:00,945.0 -20442,buy_contrast_m10_bb_pos,buy,2025-11-26 18:45:00,945.0 -20443,buy_contrast_m10_bb_pos,buy,2025-11-26 18:48:00,943.0 -20444,buy_contrast_m10_bb_pos,buy,2025-11-26 18:51:00,943.0 -20445,buy_contrast_m10_bb_pos,buy,2025-11-26 18:54:00,943.0 -20446,buy_contrast_m10_bb_pos,buy,2025-11-26 18:57:00,943.0 -20447,buy_contrast_m10_bb_pos,buy,2025-11-26 19:00:00,943.0 -20448,buy_contrast_m10_bb_pos,buy,2025-11-26 19:03:00,946.0 -20449,buy_contrast_m10_bb_pos,buy,2025-11-26 19:06:00,946.0 -20450,buy_contrast_m10_bb_pos,buy,2025-11-26 19:09:00,946.0 -20451,buy_contrast_m10_bb_pos,buy,2025-11-26 19:42:00,942.0 -20452,buy_contrast_m10_bb_pos,buy,2025-11-26 19:45:00,942.0 -20453,buy_contrast_m10_bb_pos,buy,2025-11-26 19:48:00,941.0 -20454,buy_contrast_m10_bb_pos,buy,2025-11-26 20:30:00,939.0 -20455,buy_contrast_m10_bb_pos,buy,2025-11-26 20:33:00,938.0 -20456,buy_contrast_m10_bb_pos,buy,2025-11-26 20:36:00,938.0 -20457,buy_contrast_m10_bb_pos,buy,2025-11-26 20:39:00,939.0 -20458,buy_contrast_m10_bb_pos,buy,2025-11-26 20:42:00,940.0 -20459,buy_contrast_m10_bb_pos,buy,2025-11-26 20:45:00,940.0 -20460,buy_contrast_m10_bb_pos,buy,2025-11-26 20:48:00,940.0 -20461,buy_contrast_m10_bb_pos,buy,2025-11-26 20:51:00,938.0 -20462,buy_contrast_m10_bb_pos,buy,2025-11-26 20:54:00,938.0 -20463,buy_contrast_m10_bb_pos,buy,2025-11-26 20:57:00,939.0 -20464,buy_contrast_m10_bb_pos,buy,2025-11-26 21:30:00,934.0 -20465,buy_contrast_m10_bb_pos,buy,2025-11-26 21:33:00,933.0 -20466,buy_contrast_m10_bb_pos,buy,2025-11-26 21:36:00,934.0 -20467,buy_contrast_m10_bb_pos,buy,2025-11-26 21:39:00,933.0 -20468,buy_contrast_m10_bb_pos,buy,2025-11-27 00:00:00,931.0 -20469,buy_contrast_m10_bb_pos,buy,2025-11-27 00:03:00,936.0 -20470,buy_contrast_m10_bb_pos,buy,2025-11-27 00:06:00,934.0 -20471,buy_contrast_m10_bb_pos,buy,2025-11-27 00:09:00,936.0 -20472,buy_contrast_m10_bb_pos,buy,2025-11-27 00:21:00,930.0 -20473,buy_contrast_m10_bb_pos,buy,2025-11-27 00:24:00,930.0 -20474,buy_contrast_m10_bb_pos,buy,2025-11-27 00:27:00,935.0 -20475,buy_contrast_m10_bb_pos,buy,2025-11-27 01:00:00,930.0 -20476,buy_contrast_m10_bb_pos,buy,2025-11-27 01:03:00,932.0 -20477,buy_contrast_m10_bb_pos,buy,2025-11-27 01:06:00,934.0 -20478,buy_contrast_m10_bb_pos,buy,2025-11-27 01:09:00,931.0 -20479,buy_contrast_m10_bb_pos,buy,2025-11-27 06:21:00,969.0 -20480,buy_contrast_m10_bb_pos,buy,2025-11-27 06:24:00,970.0 -20481,buy_contrast_m10_bb_pos,buy,2025-11-27 06:27:00,974.0 -20482,buy_contrast_m10_bb_pos,buy,2025-11-27 14:00:00,980.0 -20483,buy_contrast_m10_bb_pos,buy,2025-11-27 14:03:00,980.0 -20484,buy_contrast_m10_bb_pos,buy,2025-11-27 14:06:00,981.0 -20485,buy_contrast_m10_bb_pos,buy,2025-11-27 14:09:00,979.0 -20486,buy_contrast_m10_bb_pos,buy,2025-11-27 14:12:00,978.0 -20487,buy_contrast_m10_bb_pos,buy,2025-11-27 14:15:00,978.0 -20488,buy_contrast_m10_bb_pos,buy,2025-11-27 14:18:00,977.0 -20489,buy_contrast_m10_bb_pos,buy,2025-11-27 14:30:00,977.0 -20490,buy_contrast_m10_bb_pos,buy,2025-11-27 14:33:00,975.0 -20491,buy_contrast_m10_bb_pos,buy,2025-11-27 14:36:00,974.0 -20492,buy_contrast_m10_bb_pos,buy,2025-11-27 14:39:00,972.0 -20493,buy_contrast_m10_bb_pos,buy,2025-11-27 15:12:00,974.0 -20494,buy_contrast_m10_bb_pos,buy,2025-11-27 15:15:00,973.0 -20495,buy_contrast_m10_bb_pos,buy,2025-11-27 15:18:00,973.0 -20496,buy_contrast_m10_bb_pos,buy,2025-11-27 15:21:00,972.0 -20497,buy_contrast_m10_bb_pos,buy,2025-11-27 15:24:00,972.0 -20498,buy_contrast_m10_bb_pos,buy,2025-11-27 15:27:00,973.0 -20499,buy_contrast_m10_bb_pos,buy,2025-11-27 17:00:00,970.0 -20500,buy_contrast_m10_bb_pos,buy,2025-11-27 17:03:00,970.0 -20501,buy_contrast_m10_bb_pos,buy,2025-11-27 17:06:00,969.0 -20502,buy_contrast_m10_bb_pos,buy,2025-11-27 17:09:00,968.0 -20503,buy_contrast_m10_bb_pos,buy,2025-11-27 17:30:00,968.0 -20504,buy_contrast_m10_bb_pos,buy,2025-11-27 17:33:00,968.0 -20505,buy_contrast_m10_bb_pos,buy,2025-11-27 17:36:00,969.0 -20506,buy_contrast_m10_bb_pos,buy,2025-11-27 17:39:00,968.0 -20507,buy_contrast_m10_bb_pos,buy,2025-11-27 17:42:00,969.0 -20508,buy_contrast_m10_bb_pos,buy,2025-11-27 17:45:00,969.0 -20509,buy_contrast_m10_bb_pos,buy,2025-11-27 17:48:00,971.0 -20510,buy_contrast_m10_bb_pos,buy,2025-11-27 18:12:00,967.0 -20511,buy_contrast_m10_bb_pos,buy,2025-11-27 18:15:00,966.0 -20512,buy_contrast_m10_bb_pos,buy,2025-11-27 18:18:00,969.0 -20513,buy_contrast_m10_bb_pos,buy,2025-11-27 22:00:00,965.0 -20514,buy_contrast_m10_bb_pos,buy,2025-11-27 22:03:00,968.0 -20515,buy_contrast_m10_bb_pos,buy,2025-11-27 22:06:00,968.0 -20516,buy_contrast_m10_bb_pos,buy,2025-11-27 22:09:00,968.0 -20517,buy_contrast_m10_bb_pos,buy,2025-11-28 06:51:00,991.0 -20518,buy_contrast_m10_bb_pos,buy,2025-11-28 06:54:00,990.0 -20519,buy_contrast_m10_bb_pos,buy,2025-11-28 06:57:00,989.0 -20520,buy_contrast_m10_bb_pos,buy,2025-11-28 08:30:00,977.0 -20521,buy_contrast_m10_bb_pos,buy,2025-11-28 08:33:00,976.0 -20522,buy_contrast_m10_bb_pos,buy,2025-11-28 08:36:00,975.0 -20523,buy_contrast_m10_bb_pos,buy,2025-11-28 08:39:00,975.0 -20524,buy_contrast_m10_bb_pos,buy,2025-11-28 08:42:00,976.0 -20525,buy_contrast_m10_bb_pos,buy,2025-11-28 08:45:00,978.0 -20526,buy_contrast_m10_bb_pos,buy,2025-11-28 08:48:00,977.0 -20527,buy_contrast_m10_bb_pos,buy,2025-11-28 10:12:00,968.0 -20528,buy_contrast_m10_bb_pos,buy,2025-11-28 10:15:00,969.0 -20529,buy_contrast_m10_bb_pos,buy,2025-11-28 10:18:00,966.0 -20530,buy_contrast_m10_bb_pos,buy,2025-11-28 11:30:00,953.0 -20531,buy_contrast_m10_bb_pos,buy,2025-11-28 11:33:00,953.0 -20532,buy_contrast_m10_bb_pos,buy,2025-11-28 11:36:00,954.0 -20533,buy_contrast_m10_bb_pos,buy,2025-11-28 11:39:00,955.0 -20534,buy_contrast_m10_bb_pos,buy,2025-11-28 11:42:00,954.0 -20535,buy_contrast_m10_bb_pos,buy,2025-11-28 11:45:00,955.0 -20536,buy_contrast_m10_bb_pos,buy,2025-11-28 11:48:00,954.0 -20537,buy_contrast_m10_bb_pos,buy,2025-11-28 15:42:00,956.0 -20538,buy_contrast_m10_bb_pos,buy,2025-11-28 15:45:00,956.0 -20539,buy_contrast_m10_bb_pos,buy,2025-11-28 15:48:00,956.0 -20540,buy_contrast_m10_bb_pos,buy,2025-11-28 20:30:00,966.0 -20541,buy_contrast_m10_bb_pos,buy,2025-11-28 20:33:00,965.0 -20542,buy_contrast_m10_bb_pos,buy,2025-11-28 20:36:00,966.0 -20543,buy_contrast_m10_bb_pos,buy,2025-11-28 20:39:00,965.0 -20544,buy_contrast_m10_bb_pos,buy,2025-11-28 20:42:00,966.0 -20545,buy_contrast_m10_bb_pos,buy,2025-11-28 20:45:00,964.0 -20546,buy_contrast_m10_bb_pos,buy,2025-11-28 20:48:00,966.0 -20547,buy_contrast_m10_bb_pos,buy,2025-11-29 01:42:00,971.0 -20548,buy_contrast_m10_bb_pos,buy,2025-11-29 01:45:00,972.0 -20549,buy_contrast_m10_bb_pos,buy,2025-11-29 01:48:00,973.0 -20550,buy_contrast_m10_bb_pos,buy,2025-11-29 01:51:00,972.0 -20551,buy_contrast_m10_bb_pos,buy,2025-11-29 01:54:00,972.0 -20552,buy_contrast_m10_bb_pos,buy,2025-11-29 01:57:00,969.0 -20553,buy_contrast_m10_bb_pos,buy,2025-11-29 02:12:00,968.0 -20554,buy_contrast_m10_bb_pos,buy,2025-11-29 02:15:00,963.0 -20555,buy_contrast_m10_bb_pos,buy,2025-11-29 02:18:00,965.0 -20556,buy_contrast_m10_bb_pos,buy,2025-11-29 02:51:00,960.0 -20557,buy_contrast_m10_bb_pos,buy,2025-11-29 02:54:00,961.0 -20558,buy_contrast_m10_bb_pos,buy,2025-11-29 02:57:00,962.0 -20559,buy_contrast_m10_bb_pos,buy,2025-11-29 03:00:00,959.0 -20560,buy_contrast_m10_bb_pos,buy,2025-11-29 03:03:00,959.0 -20561,buy_contrast_m10_bb_pos,buy,2025-11-29 03:06:00,955.0 -20562,buy_contrast_m10_bb_pos,buy,2025-11-29 03:09:00,954.0 -20563,buy_contrast_m10_bb_pos,buy,2025-11-29 03:12:00,959.0 -20564,buy_contrast_m10_bb_pos,buy,2025-11-29 03:15:00,961.0 -20565,buy_contrast_m10_bb_pos,buy,2025-11-29 03:18:00,959.0 -20566,buy_contrast_m10_bb_pos,buy,2025-11-29 09:21:00,967.0 -20567,buy_contrast_m10_bb_pos,buy,2025-11-29 09:24:00,968.0 -20568,buy_contrast_m10_bb_pos,buy,2025-11-29 09:27:00,967.0 -20569,buy_contrast_m10_bb_pos,buy,2025-11-29 12:42:00,969.0 -20570,buy_contrast_m10_bb_pos,buy,2025-11-29 12:45:00,968.0 -20571,buy_contrast_m10_bb_pos,buy,2025-11-29 12:48:00,968.0 -20572,buy_contrast_m10_bb_pos,buy,2025-11-29 13:00:00,967.0 -20573,buy_contrast_m10_bb_pos,buy,2025-11-29 13:03:00,968.0 -20574,buy_contrast_m10_bb_pos,buy,2025-11-29 13:06:00,968.0 -20575,buy_contrast_m10_bb_pos,buy,2025-11-29 13:09:00,967.0 -20576,buy_contrast_m10_bb_pos,buy,2025-11-29 13:12:00,966.0 -20577,buy_contrast_m10_bb_pos,buy,2025-11-29 13:15:00,966.0 -20578,buy_contrast_m10_bb_pos,buy,2025-11-29 13:18:00,966.0 -20579,buy_contrast_m10_bb_pos,buy,2025-11-29 13:21:00,966.0 -20580,buy_contrast_m10_bb_pos,buy,2025-11-29 13:24:00,966.0 -20581,buy_contrast_m10_bb_pos,buy,2025-11-29 13:27:00,967.0 -20582,buy_contrast_m10_bb_pos,buy,2025-11-29 15:51:00,962.0 -20583,buy_contrast_m10_bb_pos,buy,2025-11-29 15:54:00,962.0 -20584,buy_contrast_m10_bb_pos,buy,2025-11-29 15:57:00,962.0 -20585,buy_contrast_m10_bb_pos,buy,2025-11-29 16:00:00,962.0 -20586,buy_contrast_m10_bb_pos,buy,2025-11-29 16:03:00,963.0 -20587,buy_contrast_m10_bb_pos,buy,2025-11-29 16:06:00,962.0 -20588,buy_contrast_m10_bb_pos,buy,2025-11-29 16:09:00,962.0 -20589,buy_contrast_m10_bb_pos,buy,2025-11-29 16:12:00,961.0 -20590,buy_contrast_m10_bb_pos,buy,2025-11-29 16:15:00,964.0 -20591,buy_contrast_m10_bb_pos,buy,2025-11-29 16:18:00,963.0 -20592,buy_contrast_m10_bb_pos,buy,2025-11-29 16:42:00,962.0 -20593,buy_contrast_m10_bb_pos,buy,2025-11-29 16:45:00,962.0 -20594,buy_contrast_m10_bb_pos,buy,2025-11-29 16:48:00,962.0 -20595,buy_contrast_m10_bb_pos,buy,2025-11-29 17:30:00,959.0 -20596,buy_contrast_m10_bb_pos,buy,2025-11-29 17:33:00,960.0 -20597,buy_contrast_m10_bb_pos,buy,2025-11-29 17:36:00,960.0 -20598,buy_contrast_m10_bb_pos,buy,2025-11-29 17:39:00,961.0 -20599,buy_contrast_m10_bb_pos,buy,2025-11-29 17:51:00,958.0 -20600,buy_contrast_m10_bb_pos,buy,2025-11-29 17:54:00,957.0 -20601,buy_contrast_m10_bb_pos,buy,2025-11-29 17:57:00,959.0 -20602,buy_contrast_m10_bb_pos,buy,2025-11-29 18:12:00,959.0 -20603,buy_contrast_m10_bb_pos,buy,2025-11-29 18:15:00,958.0 -20604,buy_contrast_m10_bb_pos,buy,2025-11-29 18:18:00,958.0 -20605,buy_contrast_m10_bb_pos,buy,2025-11-29 18:21:00,957.0 -20606,buy_contrast_m10_bb_pos,buy,2025-11-29 18:24:00,957.0 -20607,buy_contrast_m10_bb_pos,buy,2025-11-29 18:27:00,956.0 -20608,buy_contrast_m10_bb_pos,buy,2025-11-29 18:30:00,956.0 -20609,buy_contrast_m10_bb_pos,buy,2025-11-29 18:33:00,956.0 -20610,buy_contrast_m10_bb_pos,buy,2025-11-29 18:36:00,955.0 -20611,buy_contrast_m10_bb_pos,buy,2025-11-29 18:39:00,956.0 -20612,buy_contrast_m10_bb_pos,buy,2025-11-29 18:42:00,955.0 -20613,buy_contrast_m10_bb_pos,buy,2025-11-29 18:45:00,956.0 -20614,buy_contrast_m10_bb_pos,buy,2025-11-29 18:48:00,956.0 -20615,buy_contrast_m10_bb_pos,buy,2025-11-29 18:51:00,956.0 -20616,buy_contrast_m10_bb_pos,buy,2025-11-29 18:54:00,955.0 -20617,buy_contrast_m10_bb_pos,buy,2025-11-29 18:57:00,954.0 -20618,buy_contrast_m10_bb_pos,buy,2025-11-29 19:00:00,955.0 -20619,buy_contrast_m10_bb_pos,buy,2025-11-29 19:03:00,955.0 -20620,buy_contrast_m10_bb_pos,buy,2025-11-29 19:06:00,955.0 -20621,buy_contrast_m10_bb_pos,buy,2025-11-29 19:09:00,954.0 -20622,buy_contrast_m10_bb_pos,buy,2025-11-29 19:12:00,956.0 -20623,buy_contrast_m10_bb_pos,buy,2025-11-29 19:15:00,956.0 -20624,buy_contrast_m10_bb_pos,buy,2025-11-29 19:18:00,955.0 -20625,buy_contrast_m10_bb_pos,buy,2025-11-29 19:21:00,953.0 -20626,buy_contrast_m10_bb_pos,buy,2025-11-29 19:24:00,955.0 -20627,buy_contrast_m10_bb_pos,buy,2025-11-29 19:27:00,957.0 -20628,buy_contrast_m10_bb_pos,buy,2025-11-29 23:21:00,955.0 -20629,buy_contrast_m10_bb_pos,buy,2025-11-29 23:24:00,956.0 -20630,buy_contrast_m10_bb_pos,buy,2025-11-29 23:27:00,955.0 -20631,buy_contrast_m10_bb_pos,buy,2025-11-30 02:12:00,953.0 -20632,buy_contrast_m10_bb_pos,buy,2025-11-30 02:15:00,953.0 -20633,buy_contrast_m10_bb_pos,buy,2025-11-30 02:18:00,953.0 -20634,buy_contrast_m10_bb_pos,buy,2025-11-30 02:21:00,952.0 -20635,buy_contrast_m10_bb_pos,buy,2025-11-30 02:24:00,952.0 -20636,buy_contrast_m10_bb_pos,buy,2025-11-30 02:27:00,952.0 -20637,buy_contrast_m10_bb_pos,buy,2025-11-30 02:42:00,951.0 -20638,buy_contrast_m10_bb_pos,buy,2025-11-30 02:45:00,951.0 -20639,buy_contrast_m10_bb_pos,buy,2025-11-30 02:48:00,949.0 -20640,buy_contrast_m10_bb_pos,buy,2025-11-30 03:00:00,949.0 -20641,buy_contrast_m10_bb_pos,buy,2025-11-30 03:03:00,948.0 -20642,buy_contrast_m10_bb_pos,buy,2025-11-30 03:06:00,948.0 -20643,buy_contrast_m10_bb_pos,buy,2025-11-30 03:09:00,948.0 -20644,buy_contrast_m10_bb_pos,buy,2025-11-30 03:12:00,947.0 -20645,buy_contrast_m10_bb_pos,buy,2025-11-30 03:15:00,946.0 -20646,buy_contrast_m10_bb_pos,buy,2025-11-30 03:18:00,945.0 -20647,buy_contrast_m10_bb_pos,buy,2025-11-30 03:30:00,945.0 -20648,buy_contrast_m10_bb_pos,buy,2025-11-30 03:33:00,943.0 -20649,buy_contrast_m10_bb_pos,buy,2025-11-30 03:36:00,945.0 -20650,buy_contrast_m10_bb_pos,buy,2025-11-30 03:39:00,947.0 -20651,buy_contrast_m10_bb_pos,buy,2025-11-30 03:42:00,947.0 -20652,buy_contrast_m10_bb_pos,buy,2025-11-30 03:45:00,949.0 -20653,buy_contrast_m10_bb_pos,buy,2025-11-30 03:48:00,947.0 -20654,buy_contrast_m10_bb_pos,buy,2025-11-30 05:21:00,945.0 -20655,buy_contrast_m10_bb_pos,buy,2025-11-30 05:24:00,945.0 -20656,buy_contrast_m10_bb_pos,buy,2025-11-30 08:21:00,944.0 -20657,buy_contrast_m10_bb_pos,buy,2025-11-30 08:24:00,946.0 -20658,buy_contrast_m10_bb_pos,buy,2025-11-30 08:27:00,947.0 -20659,buy_contrast_m10_bb_pos,buy,2025-11-30 10:00:00,943.0 -20660,buy_contrast_m10_bb_pos,buy,2025-11-30 10:03:00,945.0 -20661,buy_contrast_m10_bb_pos,buy,2025-11-30 10:06:00,948.0 -20662,buy_contrast_m10_bb_pos,buy,2025-11-30 10:09:00,949.0 -20663,buy_contrast_m10_bb_pos,buy,2025-11-30 11:42:00,944.0 -20664,buy_contrast_m10_bb_pos,buy,2025-11-30 11:45:00,943.0 -20665,buy_contrast_m10_bb_pos,buy,2025-11-30 11:48:00,943.0 -20666,buy_contrast_m10_bb_pos,buy,2025-11-30 14:21:00,939.0 -20667,buy_contrast_m10_bb_pos,buy,2025-11-30 14:24:00,939.0 -20668,buy_contrast_m10_bb_pos,buy,2025-11-30 14:27:00,938.0 -20669,buy_contrast_m10_bb_pos,buy,2025-11-30 14:30:00,936.0 -20670,buy_contrast_m10_bb_pos,buy,2025-11-30 14:33:00,937.0 -20671,buy_contrast_m10_bb_pos,buy,2025-11-30 14:36:00,937.0 -20672,buy_contrast_m10_bb_pos,buy,2025-11-30 14:39:00,938.0 -20673,buy_contrast_m10_bb_pos,buy,2025-11-30 20:51:00,939.0 -20674,buy_contrast_m10_bb_pos,buy,2025-11-30 20:54:00,940.0 -20675,buy_contrast_m10_bb_pos,buy,2025-11-30 20:57:00,941.0 -20676,buy_contrast_m10_bb_pos,buy,2025-11-30 21:12:00,942.0 -20677,buy_contrast_m10_bb_pos,buy,2025-11-30 21:15:00,944.0 -20678,buy_contrast_m10_bb_pos,buy,2025-11-30 21:18:00,945.0 -20679,buy_contrast_m10_bb_pos,buy,2025-11-30 21:42:00,942.0 -20680,buy_contrast_m10_bb_pos,buy,2025-11-30 21:45:00,947.0 -20681,buy_contrast_m10_bb_pos,buy,2025-11-30 21:48:00,947.0 -20682,buy_contrast_m10_bb_pos,buy,2025-12-01 00:12:00,939.0 -20683,buy_contrast_m10_bb_pos,buy,2025-12-01 00:15:00,937.0 -20684,buy_contrast_m10_bb_pos,buy,2025-12-01 00:18:00,937.0 -20685,buy_contrast_m10_bb_pos,buy,2025-12-01 00:21:00,939.0 -20686,buy_contrast_m10_bb_pos,buy,2025-12-01 00:24:00,941.0 -20687,buy_contrast_m10_bb_pos,buy,2025-12-01 00:27:00,941.0 -20688,buy_contrast_m10_bb_pos,buy,2025-12-01 00:42:00,939.0 -20689,buy_contrast_m10_bb_pos,buy,2025-12-01 00:45:00,940.0 -20690,buy_contrast_m10_bb_pos,buy,2025-12-01 00:48:00,941.0 -20691,buy_contrast_m10_bb_pos,buy,2025-12-01 07:42:00,952.0 -20692,buy_contrast_m10_bb_pos,buy,2025-12-01 07:45:00,950.0 -20693,buy_contrast_m10_bb_pos,buy,2025-12-01 07:48:00,949.0 -20694,buy_contrast_m10_bb_pos,buy,2025-12-01 07:51:00,950.0 -20695,buy_contrast_m10_bb_pos,buy,2025-12-01 07:54:00,950.0 -20696,buy_contrast_m10_bb_pos,buy,2025-12-01 07:57:00,951.0 -20697,buy_contrast_m10_bb_pos,buy,2025-12-01 08:51:00,940.0 -20698,buy_contrast_m10_bb_pos,buy,2025-12-01 08:54:00,937.0 -20699,buy_contrast_m10_bb_pos,buy,2025-12-01 08:57:00,936.0 -20700,buy_contrast_m10_bb_pos,buy,2025-12-01 10:12:00,874.0 -20701,buy_contrast_m10_bb_pos,buy,2025-12-01 10:15:00,876.0 -20702,buy_contrast_m10_bb_pos,buy,2025-12-01 10:18:00,879.0 -20703,buy_contrast_m10_bb_pos,buy,2025-12-01 12:21:00,864.0 -20704,buy_contrast_m10_bb_pos,buy,2025-12-01 12:24:00,865.0 -20705,buy_contrast_m10_bb_pos,buy,2025-12-01 12:27:00,864.0 -20706,buy_contrast_m10_bb_pos,buy,2025-12-01 12:42:00,864.0 -20707,buy_contrast_m10_bb_pos,buy,2025-12-01 12:45:00,865.0 -20708,buy_contrast_m10_bb_pos,buy,2025-12-01 12:48:00,863.0 -20709,buy_contrast_m10_bb_pos,buy,2025-12-01 12:51:00,861.0 -20710,buy_contrast_m10_bb_pos,buy,2025-12-01 12:54:00,863.0 -20711,buy_contrast_m10_bb_pos,buy,2025-12-01 12:57:00,862.0 -20712,buy_contrast_m10_bb_pos,buy,2025-12-01 13:00:00,861.0 -20713,buy_contrast_m10_bb_pos,buy,2025-12-01 13:03:00,860.0 -20714,buy_contrast_m10_bb_pos,buy,2025-12-01 13:06:00,861.0 -20715,buy_contrast_m10_bb_pos,buy,2025-12-01 13:09:00,862.0 -20716,buy_contrast_m10_bb_pos,buy,2025-12-01 13:30:00,859.0 -20717,buy_contrast_m10_bb_pos,buy,2025-12-01 13:33:00,860.0 -20718,buy_contrast_m10_bb_pos,buy,2025-12-01 13:36:00,863.0 -20719,buy_contrast_m10_bb_pos,buy,2025-12-01 13:39:00,864.0 -20720,buy_contrast_m10_bb_pos,buy,2025-12-01 14:00:00,859.0 -20721,buy_contrast_m10_bb_pos,buy,2025-12-01 14:03:00,866.0 -20722,buy_contrast_m10_bb_pos,buy,2025-12-01 14:06:00,867.0 -20723,buy_contrast_m10_bb_pos,buy,2025-12-01 14:09:00,865.0 -20724,buy_contrast_m10_bb_pos,buy,2025-12-01 19:00:00,864.0 -20725,buy_contrast_m10_bb_pos,buy,2025-12-01 19:03:00,867.0 -20726,buy_contrast_m10_bb_pos,buy,2025-12-01 19:06:00,866.0 -20727,buy_contrast_m10_bb_pos,buy,2025-12-01 19:09:00,867.0 -20728,buy_contrast_m10_bb_pos,buy,2025-12-01 19:51:00,864.0 -20729,buy_contrast_m10_bb_pos,buy,2025-12-01 19:54:00,864.0 -20730,buy_contrast_m10_bb_pos,buy,2025-12-01 19:57:00,864.0 -20731,buy_contrast_m10_bb_pos,buy,2025-12-01 20:00:00,864.0 -20732,buy_contrast_m10_bb_pos,buy,2025-12-01 20:03:00,862.0 -20733,buy_contrast_m10_bb_pos,buy,2025-12-01 20:06:00,860.0 -20734,buy_contrast_m10_bb_pos,buy,2025-12-01 20:09:00,857.0 -20735,buy_contrast_m10_bb_pos,buy,2025-12-01 20:30:00,858.0 -20736,buy_contrast_m10_bb_pos,buy,2025-12-01 20:33:00,857.0 -20737,buy_contrast_m10_bb_pos,buy,2025-12-01 20:36:00,857.0 -20738,buy_contrast_m10_bb_pos,buy,2025-12-01 20:39:00,855.0 -20739,buy_contrast_m10_bb_pos,buy,2025-12-01 20:51:00,857.0 -20740,buy_contrast_m10_bb_pos,buy,2025-12-01 20:54:00,857.0 -20741,buy_contrast_m10_bb_pos,buy,2025-12-01 20:57:00,857.0 -20742,buy_contrast_m10_bb_pos,buy,2025-12-01 21:00:00,857.0 -20743,buy_contrast_m10_bb_pos,buy,2025-12-01 21:03:00,857.0 -20744,buy_contrast_m10_bb_pos,buy,2025-12-01 21:06:00,856.0 -20745,buy_contrast_m10_bb_pos,buy,2025-12-01 21:09:00,856.0 -20746,buy_contrast_m10_bb_pos,buy,2025-12-01 21:12:00,856.0 -20747,buy_contrast_m10_bb_pos,buy,2025-12-01 21:15:00,855.0 -20748,buy_contrast_m10_bb_pos,buy,2025-12-01 21:18:00,855.0 -20749,buy_contrast_m10_bb_pos,buy,2025-12-01 21:21:00,855.0 -20750,buy_contrast_m10_bb_pos,buy,2025-12-01 21:24:00,856.0 -20751,buy_contrast_m10_bb_pos,buy,2025-12-01 21:27:00,856.0 -20752,buy_contrast_m10_bb_pos,buy,2025-12-01 21:30:00,854.0 -20753,buy_contrast_m10_bb_pos,buy,2025-12-01 21:33:00,853.0 -20754,buy_contrast_m10_bb_pos,buy,2025-12-01 21:36:00,852.0 -20755,buy_contrast_m10_bb_pos,buy,2025-12-01 21:39:00,854.0 -20756,buy_contrast_m10_bb_pos,buy,2025-12-01 21:42:00,852.0 -20757,buy_contrast_m10_bb_pos,buy,2025-12-01 21:45:00,852.0 -20758,buy_contrast_m10_bb_pos,buy,2025-12-01 21:48:00,847.0 -20759,buy_contrast_m10_bb_pos,buy,2025-12-02 00:30:00,847.0 -20760,buy_contrast_m10_bb_pos,buy,2025-12-02 00:33:00,846.0 -20761,buy_contrast_m10_bb_pos,buy,2025-12-02 00:36:00,841.0 -20762,buy_contrast_m10_bb_pos,buy,2025-12-02 00:39:00,844.0 -20763,buy_contrast_m10_bb_pos,buy,2025-12-02 00:51:00,849.0 -20764,buy_contrast_m10_bb_pos,buy,2025-12-02 00:54:00,856.0 -20765,buy_contrast_m10_bb_pos,buy,2025-12-02 00:57:00,850.0 -20766,buy_contrast_m10_bb_pos,buy,2025-12-02 01:21:00,843.0 -20767,buy_contrast_m10_bb_pos,buy,2025-12-02 01:24:00,841.0 -20768,buy_contrast_m10_bb_pos,buy,2025-12-02 01:27:00,847.0 -20769,buy_contrast_m10_bb_pos,buy,2025-12-02 01:51:00,841.0 -20770,buy_contrast_m10_bb_pos,buy,2025-12-02 01:54:00,841.0 -20771,buy_contrast_m10_bb_pos,buy,2025-12-02 01:57:00,840.0 -20772,buy_contrast_m10_bb_pos,buy,2025-12-02 02:00:00,840.0 -20773,buy_contrast_m10_bb_pos,buy,2025-12-02 02:03:00,840.0 -20774,buy_contrast_m10_bb_pos,buy,2025-12-02 02:06:00,844.0 -20775,buy_contrast_m10_bb_pos,buy,2025-12-02 02:09:00,843.0 -20776,buy_contrast_m10_bb_pos,buy,2025-12-02 02:12:00,843.0 -20777,buy_contrast_m10_bb_pos,buy,2025-12-02 02:15:00,839.0 -20778,buy_contrast_m10_bb_pos,buy,2025-12-02 02:18:00,839.0 -20779,buy_contrast_m10_bb_pos,buy,2025-12-02 02:21:00,840.0 -20780,buy_contrast_m10_bb_pos,buy,2025-12-02 02:24:00,839.0 -20781,buy_contrast_m10_bb_pos,buy,2025-12-02 02:27:00,839.0 -20782,buy_contrast_m10_bb_pos,buy,2025-12-02 02:42:00,839.0 -20783,buy_contrast_m10_bb_pos,buy,2025-12-02 02:45:00,840.0 -20784,buy_contrast_m10_bb_pos,buy,2025-12-02 02:48:00,839.0 -20785,buy_contrast_m10_bb_pos,buy,2025-12-02 03:00:00,836.0 -20786,buy_contrast_m10_bb_pos,buy,2025-12-02 03:03:00,839.0 -20787,buy_contrast_m10_bb_pos,buy,2025-12-02 03:06:00,835.0 -20788,buy_contrast_m10_bb_pos,buy,2025-12-02 03:09:00,838.0 -20789,buy_contrast_m10_bb_pos,buy,2025-12-02 10:51:00,859.0 -20790,buy_contrast_m10_bb_pos,buy,2025-12-02 10:54:00,860.0 -20791,buy_contrast_m10_bb_pos,buy,2025-12-02 10:57:00,861.0 -20792,buy_contrast_m10_bb_pos,buy,2025-12-02 11:00:00,859.0 -20793,buy_contrast_m10_bb_pos,buy,2025-12-02 11:03:00,859.0 -20794,buy_contrast_m10_bb_pos,buy,2025-12-02 11:06:00,858.0 -20795,buy_contrast_m10_bb_pos,buy,2025-12-02 11:09:00,859.0 -20796,buy_contrast_m10_bb_pos,buy,2025-12-02 12:00:00,857.0 -20797,buy_contrast_m10_bb_pos,buy,2025-12-02 12:03:00,857.0 -20798,buy_contrast_m10_bb_pos,buy,2025-12-02 12:06:00,857.0 -20799,buy_contrast_m10_bb_pos,buy,2025-12-02 12:09:00,858.0 -20800,buy_contrast_m10_bb_pos,buy,2025-12-02 12:21:00,857.0 -20801,buy_contrast_m10_bb_pos,buy,2025-12-02 12:24:00,851.0 -20802,buy_contrast_m10_bb_pos,buy,2025-12-02 12:27:00,851.0 -20803,buy_contrast_m10_bb_pos,buy,2025-12-02 17:42:00,852.0 -20804,buy_contrast_m10_bb_pos,buy,2025-12-02 17:45:00,851.0 -20805,buy_contrast_m10_bb_pos,buy,2025-12-02 17:48:00,854.0 -20806,buy_contrast_m10_bb_pos,buy,2025-12-02 18:00:00,852.0 -20807,buy_contrast_m10_bb_pos,buy,2025-12-02 18:03:00,852.0 -20808,buy_contrast_m10_bb_pos,buy,2025-12-02 18:06:00,852.0 -20809,buy_contrast_m10_bb_pos,buy,2025-12-02 18:09:00,854.0 -20810,buy_contrast_m10_bb_pos,buy,2025-12-02 18:21:00,850.0 -20811,buy_contrast_m10_bb_pos,buy,2025-12-02 18:24:00,850.0 -20812,buy_contrast_m10_bb_pos,buy,2025-12-02 18:27:00,851.0 -20813,buy_contrast_m10_bb_pos,buy,2025-12-02 18:42:00,851.0 -20814,buy_contrast_m10_bb_pos,buy,2025-12-02 18:45:00,851.0 -20815,buy_contrast_m10_bb_pos,buy,2025-12-02 18:48:00,852.0 -20816,buy_contrast_m10_bb_pos,buy,2025-12-03 03:51:00,959.0 -20817,buy_contrast_m10_bb_pos,buy,2025-12-03 03:54:00,957.0 -20818,buy_contrast_m10_bb_pos,buy,2025-12-03 03:57:00,959.0 -20819,buy_contrast_m10_bb_pos,buy,2025-12-03 04:00:00,958.0 -20820,buy_contrast_m10_bb_pos,buy,2025-12-03 04:03:00,958.0 -20821,buy_contrast_m10_bb_pos,buy,2025-12-03 04:06:00,959.0 -20822,buy_contrast_m10_bb_pos,buy,2025-12-03 04:09:00,955.0 -20823,buy_contrast_m10_bb_pos,buy,2025-12-03 04:12:00,957.0 -20824,buy_contrast_m10_bb_pos,buy,2025-12-03 04:15:00,957.0 -20825,buy_contrast_m10_bb_pos,buy,2025-12-03 04:18:00,955.0 -20826,buy_contrast_m10_bb_pos,buy,2025-12-03 04:21:00,955.0 -20827,buy_contrast_m10_bb_pos,buy,2025-12-03 04:24:00,955.0 -20828,buy_contrast_m10_bb_pos,buy,2025-12-03 04:27:00,953.0 -20829,buy_contrast_m10_bb_pos,buy,2025-12-03 04:30:00,954.0 -20830,buy_contrast_m10_bb_pos,buy,2025-12-03 04:33:00,957.0 -20831,buy_contrast_m10_bb_pos,buy,2025-12-03 04:36:00,957.0 -20832,buy_contrast_m10_bb_pos,buy,2025-12-03 04:39:00,957.0 -20833,buy_contrast_m10_bb_pos,buy,2025-12-03 05:00:00,947.0 -20834,buy_contrast_m10_bb_pos,buy,2025-12-03 05:03:00,944.0 -20835,buy_contrast_m10_bb_pos,buy,2025-12-03 05:06:00,945.0 -20836,buy_contrast_m10_bb_pos,buy,2025-12-03 05:09:00,945.0 -20837,buy_contrast_m10_bb_pos,buy,2025-12-03 05:12:00,945.0 -20838,buy_contrast_m10_bb_pos,buy,2025-12-03 05:15:00,945.0 -20839,buy_contrast_m10_bb_pos,buy,2025-12-03 05:18:00,946.0 -20840,buy_contrast_m10_bb_pos,buy,2025-12-03 05:21:00,947.0 -20841,buy_contrast_m10_bb_pos,buy,2025-12-03 05:24:00,946.0 -20842,buy_contrast_m10_bb_pos,buy,2025-12-03 05:27:00,947.0 -20843,buy_contrast_m10_bb_pos,buy,2025-12-03 05:30:00,943.0 -20844,buy_contrast_m10_bb_pos,buy,2025-12-03 05:33:00,943.0 -20845,buy_contrast_m10_bb_pos,buy,2025-12-03 05:36:00,941.0 -20846,buy_contrast_m10_bb_pos,buy,2025-12-03 05:39:00,941.0 -20847,buy_contrast_m10_bb_pos,buy,2025-12-03 05:42:00,940.0 -20848,buy_contrast_m10_bb_pos,buy,2025-12-03 05:45:00,939.0 -20849,buy_contrast_m10_bb_pos,buy,2025-12-03 05:48:00,941.0 -20850,buy_contrast_m10_bb_pos,buy,2025-12-03 05:51:00,938.0 -20851,buy_contrast_m10_bb_pos,buy,2025-12-03 05:54:00,937.0 -20852,buy_contrast_m10_bb_pos,buy,2025-12-03 05:57:00,937.0 -20853,buy_contrast_m10_bb_pos,buy,2025-12-03 06:00:00,940.0 -20854,buy_contrast_m10_bb_pos,buy,2025-12-03 06:03:00,939.0 -20855,buy_contrast_m10_bb_pos,buy,2025-12-03 06:06:00,939.0 -20856,buy_contrast_m10_bb_pos,buy,2025-12-03 06:09:00,939.0 -20857,buy_contrast_m10_bb_pos,buy,2025-12-03 06:12:00,939.0 -20858,buy_contrast_m10_bb_pos,buy,2025-12-03 06:15:00,941.0 -20859,buy_contrast_m10_bb_pos,buy,2025-12-03 06:18:00,938.0 -20860,buy_contrast_m10_bb_pos,buy,2025-12-03 06:21:00,936.0 -20861,buy_contrast_m10_bb_pos,buy,2025-12-03 06:24:00,935.0 -20862,buy_contrast_m10_bb_pos,buy,2025-12-03 06:27:00,935.0 -20863,buy_contrast_m10_bb_pos,buy,2025-12-03 06:30:00,935.0 -20864,buy_contrast_m10_bb_pos,buy,2025-12-03 06:33:00,935.0 -20865,buy_contrast_m10_bb_pos,buy,2025-12-03 06:36:00,935.0 -20866,buy_contrast_m10_bb_pos,buy,2025-12-03 06:39:00,936.0 -20867,buy_contrast_m10_bb_pos,buy,2025-12-03 08:51:00,934.0 -20868,buy_contrast_m10_bb_pos,buy,2025-12-03 08:54:00,933.0 -20869,buy_contrast_m10_bb_pos,buy,2025-12-03 08:57:00,934.0 -20870,buy_contrast_m10_bb_pos,buy,2025-12-03 09:00:00,933.0 -20871,buy_contrast_m10_bb_pos,buy,2025-12-03 09:03:00,937.0 -20872,buy_contrast_m10_bb_pos,buy,2025-12-03 09:06:00,936.0 -20873,buy_contrast_m10_bb_pos,buy,2025-12-03 09:09:00,933.0 -20874,buy_contrast_m10_bb_pos,buy,2025-12-03 09:30:00,931.0 -20875,buy_contrast_m10_bb_pos,buy,2025-12-03 09:33:00,928.0 -20876,buy_contrast_m10_bb_pos,buy,2025-12-03 09:36:00,928.0 -20877,buy_contrast_m10_bb_pos,buy,2025-12-03 09:39:00,930.0 -20878,buy_contrast_m10_bb_pos,buy,2025-12-03 09:42:00,933.0 -20879,buy_contrast_m10_bb_pos,buy,2025-12-03 09:45:00,936.0 -20880,buy_contrast_m10_bb_pos,buy,2025-12-03 09:48:00,936.0 -20881,buy_contrast_m10_bb_pos,buy,2025-12-03 16:42:00,943.0 -20882,buy_contrast_m10_bb_pos,buy,2025-12-03 16:45:00,943.0 -20883,buy_contrast_m10_bb_pos,buy,2025-12-03 16:48:00,942.0 -20884,buy_contrast_m10_bb_pos,buy,2025-12-03 17:00:00,942.0 -20885,buy_contrast_m10_bb_pos,buy,2025-12-03 17:03:00,944.0 -20886,buy_contrast_m10_bb_pos,buy,2025-12-03 17:06:00,945.0 -20887,buy_contrast_m10_bb_pos,buy,2025-12-03 17:09:00,944.0 -20888,buy_contrast_m10_bb_pos,buy,2025-12-03 19:42:00,939.0 -20889,buy_contrast_m10_bb_pos,buy,2025-12-03 19:45:00,939.0 -20890,buy_contrast_m10_bb_pos,buy,2025-12-03 19:48:00,937.0 -20891,buy_contrast_m10_bb_pos,buy,2025-12-03 20:12:00,937.0 -20892,buy_contrast_m10_bb_pos,buy,2025-12-03 20:15:00,936.0 -20893,buy_contrast_m10_bb_pos,buy,2025-12-03 20:18:00,936.0 -20894,buy_contrast_m10_bb_pos,buy,2025-12-03 20:21:00,937.0 -20895,buy_contrast_m10_bb_pos,buy,2025-12-03 20:24:00,939.0 -20896,buy_contrast_m10_bb_pos,buy,2025-12-03 20:27:00,938.0 -20897,buy_contrast_m10_bb_pos,buy,2025-12-03 23:30:00,930.0 -20898,buy_contrast_m10_bb_pos,buy,2025-12-03 23:33:00,926.0 -20899,buy_contrast_m10_bb_pos,buy,2025-12-03 23:36:00,925.0 -20900,buy_contrast_m10_bb_pos,buy,2025-12-03 23:39:00,934.0 -20901,buy_contrast_m10_bb_pos,buy,2025-12-04 01:12:00,927.0 -20902,buy_contrast_m10_bb_pos,buy,2025-12-04 01:15:00,928.0 -20903,buy_contrast_m10_bb_pos,buy,2025-12-04 01:18:00,927.0 -20904,buy_contrast_m10_bb_pos,buy,2025-12-04 04:42:00,932.0 -20905,buy_contrast_m10_bb_pos,buy,2025-12-04 04:45:00,933.0 -20906,buy_contrast_m10_bb_pos,buy,2025-12-04 04:48:00,934.0 -20907,buy_contrast_m10_bb_pos,buy,2025-12-04 16:12:00,947.0 -20908,buy_contrast_m10_bb_pos,buy,2025-12-04 16:15:00,948.0 -20909,buy_contrast_m10_bb_pos,buy,2025-12-04 16:18:00,947.0 -20910,buy_contrast_m10_bb_pos,buy,2025-12-04 16:45:00,949.0 -20911,buy_contrast_m10_bb_pos,buy,2025-12-04 16:48:00,948.0 -20912,buy_contrast_m10_bb_pos,buy,2025-12-04 17:12:00,945.0 -20913,buy_contrast_m10_bb_pos,buy,2025-12-04 17:15:00,946.0 -20914,buy_contrast_m10_bb_pos,buy,2025-12-04 17:18:00,948.0 -20915,buy_contrast_m10_bb_pos,buy,2025-12-04 20:00:00,946.0 -20916,buy_contrast_m10_bb_pos,buy,2025-12-04 20:03:00,945.0 -20917,buy_contrast_m10_bb_pos,buy,2025-12-04 20:06:00,944.0 -20918,buy_contrast_m10_bb_pos,buy,2025-12-04 20:09:00,945.0 -20919,buy_contrast_m10_bb_pos,buy,2025-12-04 20:12:00,945.0 -20920,buy_contrast_m10_bb_pos,buy,2025-12-04 20:15:00,946.0 -20921,buy_contrast_m10_bb_pos,buy,2025-12-04 20:18:00,945.0 -20922,buy_contrast_m10_bb_pos,buy,2025-12-04 20:21:00,944.0 -20923,buy_contrast_m10_bb_pos,buy,2025-12-04 20:24:00,943.0 -20924,buy_contrast_m10_bb_pos,buy,2025-12-04 20:27:00,943.0 -20925,buy_contrast_m10_bb_pos,buy,2025-12-04 20:30:00,944.0 -20926,buy_contrast_m10_bb_pos,buy,2025-12-04 20:33:00,944.0 -20927,buy_contrast_m10_bb_pos,buy,2025-12-04 20:36:00,945.0 -20928,buy_contrast_m10_bb_pos,buy,2025-12-04 20:39:00,944.0 -20929,buy_contrast_m10_bb_pos,buy,2025-12-04 20:42:00,943.0 -20930,buy_contrast_m10_bb_pos,buy,2025-12-04 20:45:00,942.0 -20931,buy_contrast_m10_bb_pos,buy,2025-12-04 20:48:00,942.0 -20932,buy_contrast_m10_bb_pos,buy,2025-12-04 21:30:00,942.0 -20933,buy_contrast_m10_bb_pos,buy,2025-12-04 21:33:00,941.0 -20934,buy_contrast_m10_bb_pos,buy,2025-12-04 21:36:00,942.0 -20935,buy_contrast_m10_bb_pos,buy,2025-12-04 21:39:00,942.0 -20936,buy_contrast_m10_bb_pos,buy,2025-12-04 21:42:00,943.0 -20937,buy_contrast_m10_bb_pos,buy,2025-12-04 21:45:00,942.0 -20938,buy_contrast_m10_bb_pos,buy,2025-12-04 21:48:00,943.0 -20939,buy_contrast_m10_bb_pos,buy,2025-12-04 21:51:00,942.0 -20940,buy_contrast_m10_bb_pos,buy,2025-12-04 21:54:00,943.0 -20941,buy_contrast_m10_bb_pos,buy,2025-12-04 21:57:00,942.0 -20942,buy_contrast_m10_bb_pos,buy,2025-12-04 22:12:00,942.0 -20943,buy_contrast_m10_bb_pos,buy,2025-12-04 22:15:00,942.0 -20944,buy_contrast_m10_bb_pos,buy,2025-12-04 22:18:00,943.0 -20945,buy_contrast_m10_bb_pos,buy,2025-12-04 22:42:00,942.0 -20946,buy_contrast_m10_bb_pos,buy,2025-12-04 22:45:00,940.0 -20947,buy_contrast_m10_bb_pos,buy,2025-12-04 22:48:00,937.0 -20948,buy_contrast_m10_bb_pos,buy,2025-12-05 00:00:00,936.0 -20949,buy_contrast_m10_bb_pos,buy,2025-12-05 00:03:00,939.0 -20950,buy_contrast_m10_bb_pos,buy,2025-12-05 00:06:00,941.0 -20951,buy_contrast_m10_bb_pos,buy,2025-12-05 00:09:00,943.0 -20952,buy_contrast_m10_bb_pos,buy,2025-12-05 04:12:00,937.0 -20953,buy_contrast_m10_bb_pos,buy,2025-12-05 04:15:00,927.0 -20954,buy_contrast_m10_bb_pos,buy,2025-12-05 04:18:00,929.0 -20955,buy_contrast_m10_bb_pos,buy,2025-12-05 07:00:00,927.0 -20956,buy_contrast_m10_bb_pos,buy,2025-12-05 07:03:00,929.0 -20957,buy_contrast_m10_bb_pos,buy,2025-12-05 07:06:00,929.0 -20958,buy_contrast_m10_bb_pos,buy,2025-12-05 07:09:00,929.0 -20959,buy_contrast_m10_bb_pos,buy,2025-12-05 07:12:00,929.0 -20960,buy_contrast_m10_bb_pos,buy,2025-12-05 07:15:00,928.0 -20961,buy_contrast_m10_bb_pos,buy,2025-12-05 07:18:00,927.0 -20962,buy_contrast_m10_bb_pos,buy,2025-12-05 08:12:00,928.0 -20963,buy_contrast_m10_bb_pos,buy,2025-12-05 08:15:00,926.0 -20964,buy_contrast_m10_bb_pos,buy,2025-12-05 08:18:00,927.0 -20965,buy_contrast_m10_bb_pos,buy,2025-12-05 08:51:00,925.0 -20966,buy_contrast_m10_bb_pos,buy,2025-12-05 08:54:00,924.0 -20967,buy_contrast_m10_bb_pos,buy,2025-12-05 08:57:00,924.0 -20968,buy_contrast_m10_bb_pos,buy,2025-12-05 09:21:00,923.0 -20969,buy_contrast_m10_bb_pos,buy,2025-12-05 09:24:00,929.0 -20970,buy_contrast_m10_bb_pos,buy,2025-12-05 09:27:00,928.0 -20971,buy_contrast_m10_bb_pos,buy,2025-12-05 10:00:00,924.0 -20972,buy_contrast_m10_bb_pos,buy,2025-12-05 10:03:00,924.0 -20973,buy_contrast_m10_bb_pos,buy,2025-12-05 10:06:00,925.0 -20974,buy_contrast_m10_bb_pos,buy,2025-12-05 10:09:00,927.0 -20975,buy_contrast_m10_bb_pos,buy,2025-12-05 11:00:00,923.0 -20976,buy_contrast_m10_bb_pos,buy,2025-12-05 11:03:00,922.0 -20977,buy_contrast_m10_bb_pos,buy,2025-12-05 11:06:00,923.0 -20978,buy_contrast_m10_bb_pos,buy,2025-12-05 11:09:00,921.0 -20979,buy_contrast_m10_bb_pos,buy,2025-12-05 13:00:00,918.0 -20980,buy_contrast_m10_bb_pos,buy,2025-12-05 13:03:00,918.0 -20981,buy_contrast_m10_bb_pos,buy,2025-12-05 13:06:00,919.0 -20982,buy_contrast_m10_bb_pos,buy,2025-12-05 13:09:00,918.0 -20983,buy_contrast_m10_bb_pos,buy,2025-12-05 13:21:00,918.0 -20984,buy_contrast_m10_bb_pos,buy,2025-12-05 13:24:00,917.0 -20985,buy_contrast_m10_bb_pos,buy,2025-12-05 13:27:00,915.0 -20986,buy_contrast_m10_bb_pos,buy,2025-12-05 14:00:00,912.0 -20987,buy_contrast_m10_bb_pos,buy,2025-12-05 14:03:00,911.0 -20988,buy_contrast_m10_bb_pos,buy,2025-12-05 14:06:00,913.0 -20989,buy_contrast_m10_bb_pos,buy,2025-12-05 14:09:00,912.0 -20990,buy_contrast_m10_bb_pos,buy,2025-12-05 19:00:00,904.0 -20991,buy_contrast_m10_bb_pos,buy,2025-12-05 19:03:00,904.0 -20992,buy_contrast_m10_bb_pos,buy,2025-12-05 19:06:00,906.0 -20993,buy_contrast_m10_bb_pos,buy,2025-12-05 19:09:00,906.0 -20994,buy_contrast_m10_bb_pos,buy,2025-12-05 19:12:00,908.0 -20995,buy_contrast_m10_bb_pos,buy,2025-12-05 19:15:00,909.0 -20996,buy_contrast_m10_bb_pos,buy,2025-12-05 19:18:00,909.0 -20997,buy_contrast_m10_bb_pos,buy,2025-12-05 21:00:00,899.0 -20998,buy_contrast_m10_bb_pos,buy,2025-12-05 21:03:00,900.0 -20999,buy_contrast_m10_bb_pos,buy,2025-12-05 21:06:00,900.0 -21000,buy_contrast_m10_bb_pos,buy,2025-12-05 21:09:00,900.0 -21001,buy_contrast_m10_bb_pos,buy,2025-12-05 21:21:00,899.0 -21002,buy_contrast_m10_bb_pos,buy,2025-12-05 21:24:00,899.0 -21003,buy_contrast_m10_bb_pos,buy,2025-12-05 21:27:00,899.0 -21004,buy_contrast_m10_bb_pos,buy,2025-12-05 21:30:00,899.0 -21005,buy_contrast_m10_bb_pos,buy,2025-12-05 21:33:00,901.0 -21006,buy_contrast_m10_bb_pos,buy,2025-12-05 21:36:00,902.0 -21007,buy_contrast_m10_bb_pos,buy,2025-12-05 21:39:00,902.0 -21008,buy_contrast_m10_bb_pos,buy,2025-12-05 22:42:00,893.0 -21009,buy_contrast_m10_bb_pos,buy,2025-12-05 22:45:00,890.0 -21010,buy_contrast_m10_bb_pos,buy,2025-12-05 22:48:00,887.0 -21011,buy_contrast_m10_bb_pos,buy,2025-12-05 23:30:00,886.0 -21012,buy_contrast_m10_bb_pos,buy,2025-12-05 23:33:00,890.0 -21013,buy_contrast_m10_bb_pos,buy,2025-12-05 23:36:00,887.0 -21014,buy_contrast_m10_bb_pos,buy,2025-12-05 23:39:00,887.0 -21015,buy_contrast_m10_bb_pos,buy,2025-12-06 01:00:00,881.0 -21016,buy_contrast_m10_bb_pos,buy,2025-12-06 01:03:00,878.0 -21017,buy_contrast_m10_bb_pos,buy,2025-12-06 01:06:00,875.0 -21018,buy_contrast_m10_bb_pos,buy,2025-12-06 01:09:00,866.0 -21019,buy_contrast_m10_bb_pos,buy,2025-12-06 01:21:00,875.0 -21020,buy_contrast_m10_bb_pos,buy,2025-12-06 01:24:00,872.0 -21021,buy_contrast_m10_bb_pos,buy,2025-12-06 01:27:00,871.0 -21022,buy_contrast_m10_bb_pos,buy,2025-12-06 02:00:00,859.0 -21023,buy_contrast_m10_bb_pos,buy,2025-12-06 02:03:00,863.0 -21024,buy_contrast_m10_bb_pos,buy,2025-12-06 02:06:00,864.0 -21025,buy_contrast_m10_bb_pos,buy,2025-12-06 02:09:00,860.0 -21026,buy_contrast_m10_bb_pos,buy,2025-12-06 02:12:00,863.0 -21027,buy_contrast_m10_bb_pos,buy,2025-12-06 02:15:00,862.0 -21028,buy_contrast_m10_bb_pos,buy,2025-12-06 02:18:00,865.0 -21029,buy_contrast_m10_bb_pos,buy,2025-12-06 04:00:00,850.0 -21030,buy_contrast_m10_bb_pos,buy,2025-12-06 04:03:00,847.0 -21031,buy_contrast_m10_bb_pos,buy,2025-12-06 04:06:00,849.0 -21032,buy_contrast_m10_bb_pos,buy,2025-12-06 04:09:00,850.0 -21033,buy_contrast_m10_bb_pos,buy,2025-12-06 04:12:00,850.0 -21034,buy_contrast_m10_bb_pos,buy,2025-12-06 04:15:00,852.0 -21035,buy_contrast_m10_bb_pos,buy,2025-12-06 04:18:00,855.0 -21036,buy_contrast_m10_bb_pos,buy,2025-12-06 05:12:00,849.0 -21037,buy_contrast_m10_bb_pos,buy,2025-12-06 05:15:00,852.0 -21038,buy_contrast_m10_bb_pos,buy,2025-12-06 05:18:00,853.0 -21039,buy_contrast_m10_bb_pos,buy,2025-12-06 05:51:00,846.0 -21040,buy_contrast_m10_bb_pos,buy,2025-12-06 05:54:00,847.0 -21041,buy_contrast_m10_bb_pos,buy,2025-12-06 05:57:00,846.0 -21042,buy_contrast_m10_bb_pos,buy,2025-12-06 06:00:00,846.0 -21043,buy_contrast_m10_bb_pos,buy,2025-12-06 06:03:00,849.0 -21044,buy_contrast_m10_bb_pos,buy,2025-12-06 06:06:00,849.0 -21045,buy_contrast_m10_bb_pos,buy,2025-12-06 06:09:00,851.0 -21046,buy_contrast_m10_bb_pos,buy,2025-12-06 15:00:00,860.0 -21047,buy_contrast_m10_bb_pos,buy,2025-12-06 15:03:00,861.0 -21048,buy_contrast_m10_bb_pos,buy,2025-12-06 15:06:00,861.0 -21049,buy_contrast_m10_bb_pos,buy,2025-12-06 15:09:00,861.0 -21050,buy_contrast_m10_bb_pos,buy,2025-12-06 19:00:00,860.0 -21051,buy_contrast_m10_bb_pos,buy,2025-12-06 19:03:00,860.0 -21052,buy_contrast_m10_bb_pos,buy,2025-12-06 19:06:00,859.0 -21053,buy_contrast_m10_bb_pos,buy,2025-12-06 19:09:00,859.0 -21054,buy_contrast_m10_bb_pos,buy,2025-12-06 19:51:00,856.0 -21055,buy_contrast_m10_bb_pos,buy,2025-12-06 19:54:00,856.0 -21056,buy_contrast_m10_bb_pos,buy,2025-12-06 19:57:00,856.0 -21057,buy_contrast_m10_bb_pos,buy,2025-12-06 20:00:00,855.0 -21058,buy_contrast_m10_bb_pos,buy,2025-12-06 20:03:00,856.0 -21059,buy_contrast_m10_bb_pos,buy,2025-12-06 20:06:00,856.0 -21060,buy_contrast_m10_bb_pos,buy,2025-12-06 20:09:00,859.0 -21061,buy_contrast_m10_bb_pos,buy,2025-12-07 04:42:00,861.0 -21062,buy_contrast_m10_bb_pos,buy,2025-12-07 04:45:00,861.0 -21063,buy_contrast_m10_bb_pos,buy,2025-12-07 04:48:00,861.0 -21064,buy_contrast_m10_bb_pos,buy,2025-12-07 04:51:00,861.0 -21065,buy_contrast_m10_bb_pos,buy,2025-12-07 04:54:00,861.0 -21066,buy_contrast_m10_bb_pos,buy,2025-12-07 04:57:00,860.0 -21067,buy_contrast_m10_bb_pos,buy,2025-12-07 08:12:00,861.0 -21068,buy_contrast_m10_bb_pos,buy,2025-12-07 08:15:00,862.0 -21069,buy_contrast_m10_bb_pos,buy,2025-12-07 08:18:00,862.0 -21070,buy_contrast_m10_bb_pos,buy,2025-12-07 08:42:00,861.0 -21071,buy_contrast_m10_bb_pos,buy,2025-12-07 08:45:00,863.0 -21072,buy_contrast_m10_bb_pos,buy,2025-12-07 08:48:00,864.0 -21073,buy_contrast_m10_bb_pos,buy,2025-12-07 13:42:00,864.0 -21074,buy_contrast_m10_bb_pos,buy,2025-12-07 13:45:00,865.0 -21075,buy_contrast_m10_bb_pos,buy,2025-12-07 13:48:00,865.0 -21076,buy_contrast_m10_bb_pos,buy,2025-12-07 18:42:00,862.0 -21077,buy_contrast_m10_bb_pos,buy,2025-12-07 18:45:00,861.0 -21078,buy_contrast_m10_bb_pos,buy,2025-12-07 18:48:00,861.0 -21079,buy_contrast_m10_bb_pos,buy,2025-12-07 19:12:00,862.0 -21080,buy_contrast_m10_bb_pos,buy,2025-12-07 19:15:00,862.0 -21081,buy_contrast_m10_bb_pos,buy,2025-12-07 19:18:00,861.0 -21082,buy_contrast_m10_bb_pos,buy,2025-12-07 19:21:00,861.0 -21083,buy_contrast_m10_bb_pos,buy,2025-12-07 19:24:00,861.0 -21084,buy_contrast_m10_bb_pos,buy,2025-12-07 19:27:00,861.0 -21085,buy_contrast_m10_bb_pos,buy,2025-12-07 19:42:00,860.0 -21086,buy_contrast_m10_bb_pos,buy,2025-12-07 19:45:00,860.0 -21087,buy_contrast_m10_bb_pos,buy,2025-12-07 19:48:00,861.0 -21088,buy_contrast_m10_bb_pos,buy,2025-12-07 22:30:00,859.0 -21089,buy_contrast_m10_bb_pos,buy,2025-12-07 22:33:00,860.0 -21090,buy_contrast_m10_bb_pos,buy,2025-12-07 22:36:00,857.0 -21091,buy_contrast_m10_bb_pos,buy,2025-12-07 22:39:00,856.0 -21092,buy_contrast_m10_bb_pos,buy,2025-12-07 22:51:00,857.0 -21093,buy_contrast_m10_bb_pos,buy,2025-12-07 22:54:00,856.0 -21094,buy_contrast_m10_bb_pos,buy,2025-12-07 22:57:00,858.0 -21095,buy_contrast_m10_bb_pos,buy,2025-12-07 23:00:00,856.0 -21096,buy_contrast_m10_bb_pos,buy,2025-12-07 23:03:00,857.0 -21097,buy_contrast_m10_bb_pos,buy,2025-12-07 23:06:00,855.0 -21098,buy_contrast_m10_bb_pos,buy,2025-12-07 23:09:00,853.0 -21099,buy_contrast_m10_bb_pos,buy,2025-12-07 23:51:00,842.0 -21100,buy_contrast_m10_bb_pos,buy,2025-12-07 23:54:00,840.0 -21101,buy_contrast_m10_bb_pos,buy,2025-12-07 23:57:00,836.0 -21102,buy_contrast_m10_bb_pos,buy,2025-12-08 00:21:00,842.0 -21103,buy_contrast_m10_bb_pos,buy,2025-12-08 00:24:00,843.0 -21104,buy_contrast_m10_bb_pos,buy,2025-12-08 00:27:00,844.0 -21105,buy_contrast_m10_bb_pos,buy,2025-12-08 07:30:00,848.0 -21106,buy_contrast_m10_bb_pos,buy,2025-12-08 07:33:00,848.0 -21107,buy_contrast_m10_bb_pos,buy,2025-12-08 07:36:00,851.0 -21108,buy_contrast_m10_bb_pos,buy,2025-12-08 07:39:00,851.0 -21109,buy_contrast_m10_bb_pos,buy,2025-12-08 08:00:00,846.0 -21110,buy_contrast_m10_bb_pos,buy,2025-12-08 08:03:00,845.0 -21111,buy_contrast_m10_bb_pos,buy,2025-12-08 08:06:00,840.0 -21112,buy_contrast_m10_bb_pos,buy,2025-12-08 08:09:00,843.0 -21113,buy_contrast_m10_bb_pos,buy,2025-12-08 08:12:00,843.0 -21114,buy_contrast_m10_bb_pos,buy,2025-12-08 08:15:00,845.0 -21115,buy_contrast_m10_bb_pos,buy,2025-12-08 08:18:00,845.0 -21116,buy_contrast_m10_bb_pos,buy,2025-12-08 21:42:00,878.0 -21117,buy_contrast_m10_bb_pos,buy,2025-12-08 21:45:00,877.0 -21118,buy_contrast_m10_bb_pos,buy,2025-12-08 21:48:00,877.0 -21119,buy_contrast_m10_bb_pos,buy,2025-12-08 21:51:00,877.0 -21120,buy_contrast_m10_bb_pos,buy,2025-12-08 21:54:00,881.0 -21121,buy_contrast_m10_bb_pos,buy,2025-12-08 21:57:00,882.0 -21122,buy_contrast_m10_bb_pos,buy,2025-12-09 03:30:00,876.0 -21123,buy_contrast_m10_bb_pos,buy,2025-12-09 03:33:00,877.0 -21124,buy_contrast_m10_bb_pos,buy,2025-12-09 03:36:00,878.0 -21125,buy_contrast_m10_bb_pos,buy,2025-12-09 03:39:00,878.0 -21126,buy_contrast_m10_bb_pos,buy,2025-12-09 04:12:00,872.0 -21127,buy_contrast_m10_bb_pos,buy,2025-12-09 04:15:00,871.0 -21128,buy_contrast_m10_bb_pos,buy,2025-12-09 04:18:00,869.0 -21129,buy_contrast_m10_bb_pos,buy,2025-12-09 04:30:00,871.0 -21130,buy_contrast_m10_bb_pos,buy,2025-12-09 04:33:00,873.0 -21131,buy_contrast_m10_bb_pos,buy,2025-12-09 04:36:00,873.0 -21132,buy_contrast_m10_bb_pos,buy,2025-12-09 04:39:00,871.0 -21133,buy_contrast_m10_bb_pos,buy,2025-12-09 10:30:00,898.0 -21134,buy_contrast_m10_bb_pos,buy,2025-12-09 10:33:00,898.0 -21135,buy_contrast_m10_bb_pos,buy,2025-12-09 10:36:00,898.0 -21136,buy_contrast_m10_bb_pos,buy,2025-12-09 10:39:00,902.0 -21137,buy_contrast_m10_bb_pos,buy,2025-12-09 11:00:00,895.0 -21138,buy_contrast_m10_bb_pos,buy,2025-12-09 11:03:00,895.0 -21139,buy_contrast_m10_bb_pos,buy,2025-12-09 11:06:00,899.0 -21140,buy_contrast_m10_bb_pos,buy,2025-12-09 11:09:00,897.0 -21141,buy_contrast_m10_bb_pos,buy,2025-12-09 11:21:00,895.0 -21142,buy_contrast_m10_bb_pos,buy,2025-12-09 11:24:00,894.0 -21143,buy_contrast_m10_bb_pos,buy,2025-12-09 11:27:00,895.0 -21144,buy_contrast_m10_bb_pos,buy,2025-12-09 15:21:00,889.0 -21145,buy_contrast_m10_bb_pos,buy,2025-12-09 15:24:00,887.0 -21146,buy_contrast_m10_bb_pos,buy,2025-12-09 15:27:00,886.0 -21147,buy_contrast_m10_bb_pos,buy,2025-12-09 15:30:00,887.0 -21148,buy_contrast_m10_bb_pos,buy,2025-12-09 15:33:00,886.0 -21149,buy_contrast_m10_bb_pos,buy,2025-12-09 15:36:00,885.0 -21150,buy_contrast_m10_bb_pos,buy,2025-12-09 15:39:00,887.0 -21151,buy_contrast_m10_bb_pos,buy,2025-12-09 17:51:00,885.0 -21152,buy_contrast_m10_bb_pos,buy,2025-12-09 17:54:00,887.0 -21153,buy_contrast_m10_bb_pos,buy,2025-12-09 17:57:00,886.0 -21154,buy_contrast_m10_bb_pos,buy,2025-12-09 18:21:00,881.0 -21155,buy_contrast_m10_bb_pos,buy,2025-12-09 18:24:00,881.0 -21156,buy_contrast_m10_bb_pos,buy,2025-12-09 18:27:00,879.0 -21157,buy_contrast_m10_bb_pos,buy,2025-12-09 18:42:00,876.0 -21158,buy_contrast_m10_bb_pos,buy,2025-12-09 18:45:00,877.0 -21159,buy_contrast_m10_bb_pos,buy,2025-12-09 18:48:00,877.0 -21160,buy_contrast_m10_bb_pos,buy,2025-12-09 18:51:00,879.0 -21161,buy_contrast_m10_bb_pos,buy,2025-12-09 18:54:00,878.0 -21162,buy_contrast_m10_bb_pos,buy,2025-12-09 18:57:00,879.0 -21163,buy_contrast_m10_bb_pos,buy,2025-12-09 19:00:00,878.0 -21164,buy_contrast_m10_bb_pos,buy,2025-12-09 19:03:00,880.0 -21165,buy_contrast_m10_bb_pos,buy,2025-12-09 19:06:00,880.0 -21166,buy_contrast_m10_bb_pos,buy,2025-12-09 19:09:00,879.0 -21167,buy_contrast_m10_bb_pos,buy,2025-12-10 06:21:00,935.0 -21168,buy_contrast_m10_bb_pos,buy,2025-12-10 06:24:00,938.0 -21169,buy_contrast_m10_bb_pos,buy,2025-12-10 06:27:00,939.0 -21170,buy_contrast_m10_bb_pos,buy,2025-12-10 06:42:00,932.0 -21171,buy_contrast_m10_bb_pos,buy,2025-12-10 06:45:00,932.0 -21172,buy_contrast_m10_bb_pos,buy,2025-12-10 06:48:00,926.0 -21173,buy_contrast_m10_bb_pos,buy,2025-12-10 07:00:00,929.0 -21174,buy_contrast_m10_bb_pos,buy,2025-12-10 07:03:00,929.0 -21175,buy_contrast_m10_bb_pos,buy,2025-12-10 07:06:00,933.0 -21176,buy_contrast_m10_bb_pos,buy,2025-12-10 07:09:00,935.0 -21177,buy_contrast_m10_bb_pos,buy,2025-12-10 11:21:00,933.0 -21178,buy_contrast_m10_bb_pos,buy,2025-12-10 11:24:00,933.0 -21179,buy_contrast_m10_bb_pos,buy,2025-12-10 11:27:00,934.0 -21180,buy_contrast_m10_bb_pos,buy,2025-12-10 12:42:00,929.0 -21181,buy_contrast_m10_bb_pos,buy,2025-12-10 12:45:00,930.0 -21182,buy_contrast_m10_bb_pos,buy,2025-12-10 12:48:00,930.0 -21183,buy_contrast_m10_bb_pos,buy,2025-12-10 13:00:00,929.0 -21184,buy_contrast_m10_bb_pos,buy,2025-12-10 13:03:00,929.0 -21185,buy_contrast_m10_bb_pos,buy,2025-12-10 13:06:00,928.0 -21186,buy_contrast_m10_bb_pos,buy,2025-12-10 13:09:00,925.0 -21187,buy_contrast_m10_bb_pos,buy,2025-12-10 13:21:00,928.0 -21188,buy_contrast_m10_bb_pos,buy,2025-12-10 13:24:00,925.0 -21189,buy_contrast_m10_bb_pos,buy,2025-12-10 13:27:00,925.0 -21190,buy_contrast_m10_bb_pos,buy,2025-12-10 17:30:00,928.0 -21191,buy_contrast_m10_bb_pos,buy,2025-12-10 17:33:00,927.0 -21192,buy_contrast_m10_bb_pos,buy,2025-12-10 17:36:00,926.0 -21193,buy_contrast_m10_bb_pos,buy,2025-12-10 17:39:00,927.0 -21194,buy_contrast_m10_bb_pos,buy,2025-12-10 17:42:00,927.0 -21195,buy_contrast_m10_bb_pos,buy,2025-12-10 17:45:00,926.0 -21196,buy_contrast_m10_bb_pos,buy,2025-12-10 17:48:00,928.0 -21197,buy_contrast_m10_bb_pos,buy,2025-12-10 17:51:00,927.0 -21198,buy_contrast_m10_bb_pos,buy,2025-12-10 17:54:00,926.0 -21199,buy_contrast_m10_bb_pos,buy,2025-12-10 17:57:00,926.0 -21200,buy_contrast_m10_bb_pos,buy,2025-12-10 18:00:00,925.0 -21201,buy_contrast_m10_bb_pos,buy,2025-12-10 18:03:00,923.0 -21202,buy_contrast_m10_bb_pos,buy,2025-12-10 18:06:00,924.0 -21203,buy_contrast_m10_bb_pos,buy,2025-12-10 18:09:00,924.0 -21204,buy_contrast_m10_bb_pos,buy,2025-12-10 18:12:00,924.0 -21205,buy_contrast_m10_bb_pos,buy,2025-12-10 18:15:00,921.0 -21206,buy_contrast_m10_bb_pos,buy,2025-12-10 18:18:00,921.0 -21207,buy_contrast_m10_bb_pos,buy,2025-12-10 18:30:00,922.0 -21208,buy_contrast_m10_bb_pos,buy,2025-12-10 18:33:00,925.0 -21209,buy_contrast_m10_bb_pos,buy,2025-12-10 18:36:00,925.0 -21210,buy_contrast_m10_bb_pos,buy,2025-12-10 18:39:00,925.0 -21211,buy_contrast_m10_bb_pos,buy,2025-12-11 01:12:00,931.0 -21212,buy_contrast_m10_bb_pos,buy,2025-12-11 01:15:00,931.0 -21213,buy_contrast_m10_bb_pos,buy,2025-12-11 01:18:00,932.0 -21214,buy_contrast_m10_bb_pos,buy,2025-12-11 01:42:00,928.0 -21215,buy_contrast_m10_bb_pos,buy,2025-12-11 01:45:00,929.0 -21216,buy_contrast_m10_bb_pos,buy,2025-12-11 01:48:00,930.0 -21217,buy_contrast_m10_bb_pos,buy,2025-12-11 02:00:00,929.0 -21218,buy_contrast_m10_bb_pos,buy,2025-12-11 02:03:00,928.0 -21219,buy_contrast_m10_bb_pos,buy,2025-12-11 02:06:00,929.0 -21220,buy_contrast_m10_bb_pos,buy,2025-12-11 02:09:00,929.0 -21221,buy_contrast_m10_bb_pos,buy,2025-12-11 02:12:00,928.0 -21222,buy_contrast_m10_bb_pos,buy,2025-12-11 02:15:00,932.0 -21223,buy_contrast_m10_bb_pos,buy,2025-12-11 02:18:00,935.0 -21224,buy_contrast_m10_bb_pos,buy,2025-12-11 03:12:00,931.0 -21225,buy_contrast_m10_bb_pos,buy,2025-12-11 03:15:00,933.0 -21226,buy_contrast_m10_bb_pos,buy,2025-12-11 03:18:00,931.0 -21227,buy_contrast_m10_bb_pos,buy,2025-12-11 06:30:00,933.0 -21228,buy_contrast_m10_bb_pos,buy,2025-12-11 06:33:00,928.0 -21229,buy_contrast_m10_bb_pos,buy,2025-12-11 06:36:00,932.0 -21230,buy_contrast_m10_bb_pos,buy,2025-12-11 06:39:00,932.0 -21231,buy_contrast_m10_bb_pos,buy,2025-12-11 06:42:00,932.0 -21232,buy_contrast_m10_bb_pos,buy,2025-12-11 06:45:00,931.0 -21233,buy_contrast_m10_bb_pos,buy,2025-12-11 06:48:00,931.0 -21234,buy_contrast_m10_bb_pos,buy,2025-12-11 06:51:00,930.0 -21235,buy_contrast_m10_bb_pos,buy,2025-12-11 06:54:00,932.0 -21236,buy_contrast_m10_bb_pos,buy,2025-12-11 06:57:00,930.0 -21237,buy_contrast_m10_bb_pos,buy,2025-12-11 07:30:00,922.0 -21238,buy_contrast_m10_bb_pos,buy,2025-12-11 07:33:00,921.0 -21239,buy_contrast_m10_bb_pos,buy,2025-12-11 07:36:00,924.0 -21240,buy_contrast_m10_bb_pos,buy,2025-12-11 07:39:00,925.0 -21241,buy_contrast_m10_bb_pos,buy,2025-12-11 09:00:00,915.0 -21242,buy_contrast_m10_bb_pos,buy,2025-12-11 09:03:00,916.0 -21243,buy_contrast_m10_bb_pos,buy,2025-12-11 09:06:00,916.0 -21244,buy_contrast_m10_bb_pos,buy,2025-12-11 09:09:00,913.0 -21245,buy_contrast_m10_bb_pos,buy,2025-12-11 09:12:00,914.0 -21246,buy_contrast_m10_bb_pos,buy,2025-12-11 09:15:00,913.0 -21247,buy_contrast_m10_bb_pos,buy,2025-12-11 09:18:00,913.0 -21248,buy_contrast_m10_bb_pos,buy,2025-12-11 09:21:00,910.0 -21249,buy_contrast_m10_bb_pos,buy,2025-12-11 09:24:00,910.0 -21250,buy_contrast_m10_bb_pos,buy,2025-12-11 09:27:00,910.0 -21251,buy_contrast_m10_bb_pos,buy,2025-12-11 09:30:00,909.0 -21252,buy_contrast_m10_bb_pos,buy,2025-12-11 09:33:00,908.0 -21253,buy_contrast_m10_bb_pos,buy,2025-12-11 09:36:00,908.0 -21254,buy_contrast_m10_bb_pos,buy,2025-12-11 09:39:00,902.0 -21255,buy_contrast_m10_bb_pos,buy,2025-12-11 10:12:00,893.0 -21256,buy_contrast_m10_bb_pos,buy,2025-12-11 10:15:00,892.0 -21257,buy_contrast_m10_bb_pos,buy,2025-12-11 10:18:00,892.0 -21258,buy_contrast_m10_bb_pos,buy,2025-12-11 11:12:00,885.0 -21259,buy_contrast_m10_bb_pos,buy,2025-12-11 11:15:00,884.0 -21260,buy_contrast_m10_bb_pos,buy,2025-12-11 11:18:00,882.0 -21261,buy_contrast_m10_bb_pos,buy,2025-12-11 11:21:00,880.0 -21262,buy_contrast_m10_bb_pos,buy,2025-12-11 11:24:00,886.0 -21263,buy_contrast_m10_bb_pos,buy,2025-12-11 11:27:00,885.0 -21264,buy_contrast_m10_bb_pos,buy,2025-12-11 11:30:00,882.0 -21265,buy_contrast_m10_bb_pos,buy,2025-12-11 11:33:00,881.0 -21266,buy_contrast_m10_bb_pos,buy,2025-12-11 11:36:00,882.0 -21267,buy_contrast_m10_bb_pos,buy,2025-12-11 11:39:00,882.0 -21268,buy_contrast_m10_bb_pos,buy,2025-12-11 11:42:00,884.0 -21269,buy_contrast_m10_bb_pos,buy,2025-12-11 11:45:00,884.0 -21270,buy_contrast_m10_bb_pos,buy,2025-12-11 11:48:00,882.0 -21271,buy_contrast_m10_bb_pos,buy,2025-12-11 12:12:00,869.0 -21272,buy_contrast_m10_bb_pos,buy,2025-12-11 12:15:00,870.0 -21273,buy_contrast_m10_bb_pos,buy,2025-12-11 12:18:00,870.0 -21274,buy_contrast_m10_bb_pos,buy,2025-12-11 12:21:00,873.0 -21275,buy_contrast_m10_bb_pos,buy,2025-12-11 12:24:00,876.0 -21276,buy_contrast_m10_bb_pos,buy,2025-12-11 12:27:00,873.0 -21277,buy_contrast_m10_bb_pos,buy,2025-12-11 12:30:00,871.0 -21278,buy_contrast_m10_bb_pos,buy,2025-12-11 12:33:00,868.0 -21279,buy_contrast_m10_bb_pos,buy,2025-12-11 12:36:00,870.0 -21280,buy_contrast_m10_bb_pos,buy,2025-12-11 12:39:00,869.0 -21281,buy_contrast_m10_bb_pos,buy,2025-12-11 12:42:00,869.0 -21282,buy_contrast_m10_bb_pos,buy,2025-12-11 12:45:00,868.0 -21283,buy_contrast_m10_bb_pos,buy,2025-12-11 12:48:00,870.0 -21284,buy_contrast_m10_bb_pos,buy,2025-12-11 12:51:00,872.0 -21285,buy_contrast_m10_bb_pos,buy,2025-12-11 12:54:00,871.0 -21286,buy_contrast_m10_bb_pos,buy,2025-12-11 12:57:00,871.0 -21287,buy_contrast_m10_bb_pos,buy,2025-12-11 13:00:00,868.0 -21288,buy_contrast_m10_bb_pos,buy,2025-12-11 13:03:00,866.0 -21289,buy_contrast_m10_bb_pos,buy,2025-12-11 13:06:00,871.0 -21290,buy_contrast_m10_bb_pos,buy,2025-12-11 13:09:00,871.0 -21291,buy_contrast_m10_bb_pos,buy,2025-12-11 18:00:00,877.0 -21292,buy_contrast_m10_bb_pos,buy,2025-12-11 18:03:00,879.0 -21293,buy_contrast_m10_bb_pos,buy,2025-12-11 18:06:00,879.0 -21294,buy_contrast_m10_bb_pos,buy,2025-12-11 18:09:00,878.0 -21295,buy_contrast_m10_bb_pos,buy,2025-12-11 19:30:00,877.0 -21296,buy_contrast_m10_bb_pos,buy,2025-12-11 19:33:00,876.0 -21297,buy_contrast_m10_bb_pos,buy,2025-12-11 19:36:00,876.0 -21298,buy_contrast_m10_bb_pos,buy,2025-12-11 19:39:00,877.0 -21299,buy_contrast_m10_bb_pos,buy,2025-12-11 23:42:00,878.0 -21300,buy_contrast_m10_bb_pos,buy,2025-12-11 23:45:00,876.0 -21301,buy_contrast_m10_bb_pos,buy,2025-12-11 23:48:00,873.0 -21302,buy_contrast_m10_bb_pos,buy,2025-12-12 00:42:00,872.0 -21303,buy_contrast_m10_bb_pos,buy,2025-12-12 00:45:00,873.0 -21304,buy_contrast_m10_bb_pos,buy,2025-12-12 00:48:00,873.0 -21305,buy_contrast_m10_bb_pos,buy,2025-12-12 00:51:00,871.0 -21306,buy_contrast_m10_bb_pos,buy,2025-12-12 00:54:00,873.0 -21307,buy_contrast_m10_bb_pos,buy,2025-12-12 00:57:00,874.0 -21308,buy_contrast_m10_bb_pos,buy,2025-12-12 01:12:00,870.0 -21309,buy_contrast_m10_bb_pos,buy,2025-12-12 01:15:00,872.0 -21310,buy_contrast_m10_bb_pos,buy,2025-12-12 01:18:00,868.0 -21311,buy_contrast_m10_bb_pos,buy,2025-12-12 08:30:00,881.0 -21312,buy_contrast_m10_bb_pos,buy,2025-12-12 08:33:00,881.0 -21313,buy_contrast_m10_bb_pos,buy,2025-12-12 08:36:00,886.0 -21314,buy_contrast_m10_bb_pos,buy,2025-12-12 08:39:00,886.0 -21315,buy_contrast_m10_bb_pos,buy,2025-12-12 10:12:00,878.0 -21316,buy_contrast_m10_bb_pos,buy,2025-12-12 10:15:00,879.0 -21317,buy_contrast_m10_bb_pos,buy,2025-12-12 10:18:00,880.0 -21318,buy_contrast_m10_bb_pos,buy,2025-12-12 17:42:00,886.0 -21319,buy_contrast_m10_bb_pos,buy,2025-12-12 17:45:00,887.0 -21320,buy_contrast_m10_bb_pos,buy,2025-12-12 17:48:00,887.0 -21321,buy_contrast_m10_bb_pos,buy,2025-12-13 01:30:00,860.0 -21322,buy_contrast_m10_bb_pos,buy,2025-12-13 01:33:00,855.0 -21323,buy_contrast_m10_bb_pos,buy,2025-12-13 01:36:00,855.0 -21324,buy_contrast_m10_bb_pos,buy,2025-12-13 01:39:00,850.0 -21325,buy_contrast_m10_bb_pos,buy,2025-12-13 01:51:00,850.0 -21326,buy_contrast_m10_bb_pos,buy,2025-12-13 01:54:00,852.0 -21327,buy_contrast_m10_bb_pos,buy,2025-12-13 01:57:00,854.0 -21328,buy_contrast_m10_bb_pos,buy,2025-12-13 15:12:00,869.0 -21329,buy_contrast_m10_bb_pos,buy,2025-12-13 15:15:00,868.0 -21330,buy_contrast_m10_bb_pos,buy,2025-12-13 15:18:00,867.0 -21331,buy_contrast_m10_bb_pos,buy,2025-12-13 15:30:00,867.0 -21332,buy_contrast_m10_bb_pos,buy,2025-12-13 15:33:00,868.0 -21333,buy_contrast_m10_bb_pos,buy,2025-12-13 15:36:00,868.0 -21334,buy_contrast_m10_bb_pos,buy,2025-12-13 15:39:00,868.0 -21335,buy_contrast_m10_bb_pos,buy,2025-12-13 15:42:00,868.0 -21336,buy_contrast_m10_bb_pos,buy,2025-12-13 15:45:00,866.0 -21337,buy_contrast_m10_bb_pos,buy,2025-12-13 15:48:00,868.0 -21338,buy_contrast_m10_bb_pos,buy,2025-12-13 15:51:00,868.0 -21339,buy_contrast_m10_bb_pos,buy,2025-12-13 15:54:00,868.0 -21340,buy_contrast_m10_bb_pos,buy,2025-12-13 15:57:00,868.0 -21341,buy_contrast_m10_bb_pos,buy,2025-12-14 06:12:00,884.0 -21342,buy_contrast_m10_bb_pos,buy,2025-12-14 06:15:00,885.0 -21343,buy_contrast_m10_bb_pos,buy,2025-12-14 06:18:00,884.0 -21344,buy_contrast_m10_bb_pos,buy,2025-12-14 06:21:00,885.0 -21345,buy_contrast_m10_bb_pos,buy,2025-12-14 06:27:00,884.0 -21346,buy_contrast_m10_bb_pos,buy,2025-12-14 06:42:00,884.0 -21347,buy_contrast_m10_bb_pos,buy,2025-12-14 06:48:00,883.0 -21348,buy_contrast_m10_bb_pos,buy,2025-12-14 06:51:00,883.0 -21349,buy_contrast_m10_bb_pos,buy,2025-12-14 06:54:00,883.0 -21350,buy_contrast_m10_bb_pos,buy,2025-12-14 06:57:00,886.0 -21351,buy_contrast_m10_bb_pos,buy,2025-12-14 09:30:00,883.0 -21352,buy_contrast_m10_bb_pos,buy,2025-12-14 09:33:00,884.0 -21353,buy_contrast_m10_bb_pos,buy,2025-12-14 09:36:00,886.0 -21354,buy_contrast_m10_bb_pos,buy,2025-12-14 09:39:00,886.0 -21355,buy_contrast_m10_bb_pos,buy,2025-12-14 10:21:00,883.0 -21356,buy_contrast_m10_bb_pos,buy,2025-12-14 10:24:00,882.0 -21357,buy_contrast_m10_bb_pos,buy,2025-12-14 10:27:00,882.0 -21358,buy_contrast_m10_bb_pos,buy,2025-12-14 11:12:00,880.0 -21359,buy_contrast_m10_bb_pos,buy,2025-12-14 11:15:00,881.0 -21360,buy_contrast_m10_bb_pos,buy,2025-12-14 11:18:00,881.0 -21361,buy_contrast_m10_bb_pos,buy,2025-12-14 12:42:00,878.0 -21362,buy_contrast_m10_bb_pos,buy,2025-12-14 12:45:00,878.0 -21363,buy_contrast_m10_bb_pos,buy,2025-12-14 12:48:00,878.0 -21364,buy_contrast_m10_bb_pos,buy,2025-12-14 13:00:00,878.0 -21365,buy_contrast_m10_bb_pos,buy,2025-12-14 13:03:00,878.0 -21366,buy_contrast_m10_bb_pos,buy,2025-12-14 13:06:00,878.0 -21367,buy_contrast_m10_bb_pos,buy,2025-12-14 13:09:00,878.0 -21368,buy_contrast_m10_bb_pos,buy,2025-12-14 13:12:00,878.0 -21369,buy_contrast_m10_bb_pos,buy,2025-12-14 13:15:00,878.0 -21370,buy_contrast_m10_bb_pos,buy,2025-12-14 13:18:00,878.0 -21371,buy_contrast_m10_bb_pos,buy,2025-12-14 13:21:00,878.0 -21372,buy_contrast_m10_bb_pos,buy,2025-12-14 13:24:00,877.0 -21373,buy_contrast_m10_bb_pos,buy,2025-12-14 13:27:00,878.0 -21374,buy_contrast_m10_bb_pos,buy,2025-12-14 14:00:00,873.0 -21375,buy_contrast_m10_bb_pos,buy,2025-12-14 14:03:00,872.0 -21376,buy_contrast_m10_bb_pos,buy,2025-12-14 14:06:00,873.0 -21377,buy_contrast_m10_bb_pos,buy,2025-12-14 14:09:00,871.0 -21378,buy_contrast_m10_bb_pos,buy,2025-12-14 14:30:00,869.0 -21379,buy_contrast_m10_bb_pos,buy,2025-12-14 14:33:00,869.0 -21380,buy_contrast_m10_bb_pos,buy,2025-12-14 14:36:00,869.0 -21381,buy_contrast_m10_bb_pos,buy,2025-12-14 14:39:00,869.0 -21382,buy_contrast_m10_bb_pos,buy,2025-12-14 14:42:00,870.0 -21383,buy_contrast_m10_bb_pos,buy,2025-12-14 14:45:00,870.0 -21384,buy_contrast_m10_bb_pos,buy,2025-12-14 14:48:00,869.0 -21385,buy_contrast_m10_bb_pos,buy,2025-12-14 15:12:00,870.0 -21386,buy_contrast_m10_bb_pos,buy,2025-12-14 15:15:00,869.0 -21387,buy_contrast_m10_bb_pos,buy,2025-12-14 15:18:00,869.0 -21388,buy_contrast_m10_bb_pos,buy,2025-12-14 19:30:00,869.0 -21389,buy_contrast_m10_bb_pos,buy,2025-12-14 19:33:00,868.0 -21390,buy_contrast_m10_bb_pos,buy,2025-12-14 19:36:00,868.0 -21391,buy_contrast_m10_bb_pos,buy,2025-12-14 19:39:00,867.0 -21392,buy_contrast_m10_bb_pos,buy,2025-12-14 19:42:00,868.0 -21393,buy_contrast_m10_bb_pos,buy,2025-12-14 19:45:00,868.0 -21394,buy_contrast_m10_bb_pos,buy,2025-12-14 19:48:00,869.0 -21395,buy_contrast_m10_bb_pos,buy,2025-12-14 19:51:00,868.0 -21396,buy_contrast_m10_bb_pos,buy,2025-12-14 19:54:00,867.0 -21397,buy_contrast_m10_bb_pos,buy,2025-12-14 19:57:00,867.0 -21398,buy_contrast_m10_bb_pos,buy,2025-12-14 20:00:00,867.0 -21399,buy_contrast_m10_bb_pos,buy,2025-12-14 20:03:00,867.0 -21400,buy_contrast_m10_bb_pos,buy,2025-12-14 20:06:00,868.0 -21401,buy_contrast_m10_bb_pos,buy,2025-12-14 20:09:00,867.0 -21402,buy_contrast_m10_bb_pos,buy,2025-12-14 20:12:00,867.0 -21403,buy_contrast_m10_bb_pos,buy,2025-12-14 20:15:00,867.0 -21404,buy_contrast_m10_bb_pos,buy,2025-12-14 20:18:00,865.0 -21405,buy_contrast_m10_bb_pos,buy,2025-12-14 21:12:00,864.0 -21406,buy_contrast_m10_bb_pos,buy,2025-12-14 21:15:00,864.0 -21407,buy_contrast_m10_bb_pos,buy,2025-12-14 21:18:00,865.0 -21408,buy_contrast_m10_bb_pos,buy,2025-12-15 00:21:00,853.0 -21409,buy_contrast_m10_bb_pos,buy,2025-12-15 00:24:00,855.0 -21410,buy_contrast_m10_bb_pos,buy,2025-12-15 00:27:00,854.0 -21411,buy_contrast_m10_bb_pos,buy,2025-12-15 02:51:00,847.0 -21412,buy_contrast_m10_bb_pos,buy,2025-12-15 02:54:00,846.0 -21413,buy_contrast_m10_bb_pos,buy,2025-12-15 02:57:00,847.0 -21414,buy_contrast_m10_bb_pos,buy,2025-12-15 03:00:00,846.0 -21415,buy_contrast_m10_bb_pos,buy,2025-12-15 03:03:00,845.0 -21416,buy_contrast_m10_bb_pos,buy,2025-12-15 03:06:00,848.0 -21417,buy_contrast_m10_bb_pos,buy,2025-12-15 03:09:00,848.0 -21418,buy_contrast_m10_bb_pos,buy,2025-12-15 05:12:00,843.0 -21419,buy_contrast_m10_bb_pos,buy,2025-12-15 05:15:00,849.0 -21420,buy_contrast_m10_bb_pos,buy,2025-12-15 05:18:00,847.0 -21421,buy_contrast_m10_bb_pos,buy,2025-12-15 06:00:00,843.0 -21422,buy_contrast_m10_bb_pos,buy,2025-12-15 06:03:00,843.0 -21423,buy_contrast_m10_bb_pos,buy,2025-12-15 06:06:00,842.0 -21424,buy_contrast_m10_bb_pos,buy,2025-12-15 06:09:00,841.0 -21425,buy_contrast_m10_bb_pos,buy,2025-12-15 06:42:00,841.0 -21426,buy_contrast_m10_bb_pos,buy,2025-12-15 06:45:00,840.0 -21427,buy_contrast_m10_bb_pos,buy,2025-12-15 06:48:00,839.0 -21428,buy_contrast_m10_bb_pos,buy,2025-12-15 16:42:00,859.0 -21429,buy_contrast_m10_bb_pos,buy,2025-12-15 16:45:00,860.0 -21430,buy_contrast_m10_bb_pos,buy,2025-12-15 16:48:00,860.0 -21431,buy_contrast_m10_bb_pos,buy,2025-12-15 21:12:00,859.0 -21432,buy_contrast_m10_bb_pos,buy,2025-12-15 21:15:00,859.0 -21433,buy_contrast_m10_bb_pos,buy,2025-12-15 21:18:00,858.0 -21434,buy_contrast_m10_bb_pos,buy,2025-12-15 22:21:00,857.0 -21435,buy_contrast_m10_bb_pos,buy,2025-12-15 22:24:00,855.0 -21436,buy_contrast_m10_bb_pos,buy,2025-12-15 22:27:00,856.0 -21437,buy_contrast_m10_bb_pos,buy,2025-12-15 22:30:00,855.0 -21438,buy_contrast_m10_bb_pos,buy,2025-12-15 22:33:00,855.0 -21439,buy_contrast_m10_bb_pos,buy,2025-12-15 22:36:00,852.0 -21440,buy_contrast_m10_bb_pos,buy,2025-12-15 22:39:00,852.0 -21441,buy_contrast_m10_bb_pos,buy,2025-12-15 22:51:00,854.0 -21442,buy_contrast_m10_bb_pos,buy,2025-12-15 22:54:00,852.0 -21443,buy_contrast_m10_bb_pos,buy,2025-12-15 22:57:00,853.0 -21444,buy_contrast_m10_bb_pos,buy,2025-12-15 23:00:00,852.0 -21445,buy_contrast_m10_bb_pos,buy,2025-12-15 23:03:00,854.0 -21446,buy_contrast_m10_bb_pos,buy,2025-12-15 23:06:00,854.0 -21447,buy_contrast_m10_bb_pos,buy,2025-12-15 23:09:00,854.0 -21448,buy_contrast_m10_bb_pos,buy,2025-12-16 00:51:00,812.0 -21449,buy_contrast_m10_bb_pos,buy,2025-12-16 00:54:00,808.0 -21450,buy_contrast_m10_bb_pos,buy,2025-12-16 00:57:00,809.0 -21451,buy_contrast_m10_bb_pos,buy,2025-12-16 01:00:00,810.0 -21452,buy_contrast_m10_bb_pos,buy,2025-12-16 01:03:00,808.0 -21453,buy_contrast_m10_bb_pos,buy,2025-12-16 01:06:00,807.0 -21454,buy_contrast_m10_bb_pos,buy,2025-12-16 01:09:00,809.0 -21455,buy_contrast_m10_bb_pos,buy,2025-12-16 01:12:00,808.0 -21456,buy_contrast_m10_bb_pos,buy,2025-12-16 01:15:00,806.0 -21457,buy_contrast_m10_bb_pos,buy,2025-12-16 01:18:00,810.0 -21458,buy_contrast_m10_bb_pos,buy,2025-12-16 01:42:00,799.0 -21459,buy_contrast_m10_bb_pos,buy,2025-12-16 01:45:00,800.0 -21460,buy_contrast_m10_bb_pos,buy,2025-12-16 01:48:00,794.0 -21461,buy_contrast_m10_bb_pos,buy,2025-12-16 01:51:00,796.0 -21462,buy_contrast_m10_bb_pos,buy,2025-12-16 01:54:00,797.0 -21463,buy_contrast_m10_bb_pos,buy,2025-12-16 01:57:00,794.0 -21464,buy_contrast_m10_bb_pos,buy,2025-12-16 03:42:00,789.0 -21465,buy_contrast_m10_bb_pos,buy,2025-12-16 03:45:00,786.0 -21466,buy_contrast_m10_bb_pos,buy,2025-12-16 03:48:00,788.0 -21467,buy_contrast_m10_bb_pos,buy,2025-12-16 10:12:00,795.0 -21468,buy_contrast_m10_bb_pos,buy,2025-12-16 10:15:00,795.0 -21469,buy_contrast_m10_bb_pos,buy,2025-12-16 10:18:00,794.0 -21470,buy_contrast_m10_bb_pos,buy,2025-12-16 10:30:00,792.0 -21471,buy_contrast_m10_bb_pos,buy,2025-12-16 10:33:00,794.0 -21472,buy_contrast_m10_bb_pos,buy,2025-12-16 10:36:00,791.0 -21473,buy_contrast_m10_bb_pos,buy,2025-12-16 10:39:00,792.0 -21474,buy_contrast_m10_bb_pos,buy,2025-12-16 10:42:00,792.0 -21475,buy_contrast_m10_bb_pos,buy,2025-12-16 10:45:00,792.0 -21476,buy_contrast_m10_bb_pos,buy,2025-12-16 10:48:00,793.0 -21477,buy_contrast_m10_bb_pos,buy,2025-12-16 11:12:00,791.0 -21478,buy_contrast_m10_bb_pos,buy,2025-12-16 11:15:00,791.0 -21479,buy_contrast_m10_bb_pos,buy,2025-12-16 11:18:00,790.0 -21480,buy_contrast_m10_bb_pos,buy,2025-12-16 14:00:00,789.0 -21481,buy_contrast_m10_bb_pos,buy,2025-12-16 14:03:00,789.0 -21482,buy_contrast_m10_bb_pos,buy,2025-12-16 14:06:00,790.0 -21483,buy_contrast_m10_bb_pos,buy,2025-12-16 14:09:00,790.0 -21484,buy_contrast_m10_bb_pos,buy,2025-12-16 14:30:00,787.0 -21485,buy_contrast_m10_bb_pos,buy,2025-12-16 14:33:00,788.0 -21486,buy_contrast_m10_bb_pos,buy,2025-12-16 14:36:00,789.0 -21487,buy_contrast_m10_bb_pos,buy,2025-12-16 14:39:00,789.0 -21488,buy_contrast_m10_bb_pos,buy,2025-12-16 16:30:00,786.0 -21489,buy_contrast_m10_bb_pos,buy,2025-12-16 16:33:00,787.0 -21490,buy_contrast_m10_bb_pos,buy,2025-12-16 16:36:00,785.0 -21491,buy_contrast_m10_bb_pos,buy,2025-12-16 16:39:00,784.0 -21492,buy_contrast_m10_bb_pos,buy,2025-12-16 22:51:00,793.0 -21493,buy_contrast_m10_bb_pos,buy,2025-12-16 22:54:00,791.0 -21494,buy_contrast_m10_bb_pos,buy,2025-12-16 22:57:00,791.0 -21495,buy_contrast_m10_bb_pos,buy,2025-12-16 23:12:00,789.0 -21496,buy_contrast_m10_bb_pos,buy,2025-12-16 23:15:00,789.0 -21497,buy_contrast_m10_bb_pos,buy,2025-12-16 23:18:00,789.0 -21498,buy_contrast_m10_bb_pos,buy,2025-12-16 23:21:00,789.0 -21499,buy_contrast_m10_bb_pos,buy,2025-12-16 23:24:00,793.0 -21500,buy_contrast_m10_bb_pos,buy,2025-12-16 23:27:00,790.0 -21501,buy_contrast_m10_bb_pos,buy,2025-12-17 01:42:00,786.0 -21502,buy_contrast_m10_bb_pos,buy,2025-12-17 01:45:00,786.0 -21503,buy_contrast_m10_bb_pos,buy,2025-12-17 01:48:00,787.0 -21504,buy_contrast_m10_bb_pos,buy,2025-12-17 02:30:00,785.0 -21505,buy_contrast_m10_bb_pos,buy,2025-12-17 02:33:00,785.0 -21506,buy_contrast_m10_bb_pos,buy,2025-12-17 02:36:00,787.0 -21507,buy_contrast_m10_bb_pos,buy,2025-12-17 02:39:00,784.0 -21508,buy_contrast_m10_bb_pos,buy,2025-12-17 02:42:00,782.0 -21509,buy_contrast_m10_bb_pos,buy,2025-12-17 02:45:00,782.0 -21510,buy_contrast_m10_bb_pos,buy,2025-12-17 02:48:00,781.0 -21511,buy_contrast_m10_bb_pos,buy,2025-12-17 03:00:00,781.0 -21512,buy_contrast_m10_bb_pos,buy,2025-12-17 03:03:00,782.0 -21513,buy_contrast_m10_bb_pos,buy,2025-12-17 03:06:00,783.0 -21514,buy_contrast_m10_bb_pos,buy,2025-12-17 03:09:00,786.0 -21515,buy_contrast_m10_bb_pos,buy,2025-12-17 04:21:00,781.0 -21516,buy_contrast_m10_bb_pos,buy,2025-12-17 04:24:00,783.0 -21517,buy_contrast_m10_bb_pos,buy,2025-12-17 04:27:00,782.0 -21518,buy_contrast_m10_bb_pos,buy,2025-12-17 08:30:00,785.0 -21519,buy_contrast_m10_bb_pos,buy,2025-12-17 08:33:00,784.0 -21520,buy_contrast_m10_bb_pos,buy,2025-12-17 08:36:00,784.0 -21521,buy_contrast_m10_bb_pos,buy,2025-12-17 08:39:00,785.0 -21522,buy_contrast_m10_bb_pos,buy,2025-12-17 08:51:00,784.0 -21523,buy_contrast_m10_bb_pos,buy,2025-12-17 08:54:00,784.0 -21524,buy_contrast_m10_bb_pos,buy,2025-12-17 08:57:00,785.0 -21525,buy_contrast_m10_bb_pos,buy,2025-12-17 09:30:00,782.0 -21526,buy_contrast_m10_bb_pos,buy,2025-12-17 09:33:00,781.0 -21527,buy_contrast_m10_bb_pos,buy,2025-12-17 09:36:00,780.0 -21528,buy_contrast_m10_bb_pos,buy,2025-12-17 09:39:00,781.0 -21529,buy_contrast_m10_bb_pos,buy,2025-12-17 09:42:00,780.0 -21530,buy_contrast_m10_bb_pos,buy,2025-12-17 09:45:00,781.0 -21531,buy_contrast_m10_bb_pos,buy,2025-12-17 09:48:00,781.0 -21532,buy_contrast_m10_bb_pos,buy,2025-12-17 09:51:00,781.0 -21533,buy_contrast_m10_bb_pos,buy,2025-12-17 09:54:00,781.0 -21534,buy_contrast_m10_bb_pos,buy,2025-12-17 09:57:00,781.0 -21535,buy_contrast_m10_bb_pos,buy,2025-12-17 12:42:00,781.0 -21536,buy_contrast_m10_bb_pos,buy,2025-12-17 12:45:00,781.0 -21537,buy_contrast_m10_bb_pos,buy,2025-12-17 12:48:00,780.0 -21538,buy_contrast_m10_bb_pos,buy,2025-12-17 13:42:00,777.0 -21539,buy_contrast_m10_bb_pos,buy,2025-12-17 13:45:00,777.0 -21540,buy_contrast_m10_bb_pos,buy,2025-12-17 13:48:00,770.0 -21541,buy_contrast_m10_bb_pos,buy,2025-12-17 14:21:00,770.0 -21542,buy_contrast_m10_bb_pos,buy,2025-12-17 14:24:00,769.0 -21543,buy_contrast_m10_bb_pos,buy,2025-12-17 14:27:00,768.0 -21544,buy_contrast_m10_bb_pos,buy,2025-12-17 14:30:00,770.0 -21545,buy_contrast_m10_bb_pos,buy,2025-12-17 14:33:00,770.0 -21546,buy_contrast_m10_bb_pos,buy,2025-12-17 14:36:00,770.0 -21547,buy_contrast_m10_bb_pos,buy,2025-12-17 14:39:00,768.0 -21548,buy_contrast_m10_bb_pos,buy,2025-12-17 14:42:00,769.0 -21549,buy_contrast_m10_bb_pos,buy,2025-12-17 14:45:00,768.0 -21550,buy_contrast_m10_bb_pos,buy,2025-12-17 14:48:00,770.0 -21551,buy_contrast_m10_bb_pos,buy,2025-12-17 16:21:00,767.0 -21552,buy_contrast_m10_bb_pos,buy,2025-12-17 16:24:00,767.0 -21553,buy_contrast_m10_bb_pos,buy,2025-12-17 16:27:00,766.0 -21554,buy_contrast_m10_bb_pos,buy,2025-12-17 16:30:00,765.0 -21555,buy_contrast_m10_bb_pos,buy,2025-12-17 16:33:00,766.0 -21556,buy_contrast_m10_bb_pos,buy,2025-12-17 16:36:00,770.0 -21557,buy_contrast_m10_bb_pos,buy,2025-12-17 16:39:00,770.0 -21558,buy_contrast_m10_bb_pos,buy,2025-12-17 17:12:00,767.0 -21559,buy_contrast_m10_bb_pos,buy,2025-12-17 17:15:00,766.0 -21560,buy_contrast_m10_bb_pos,buy,2025-12-17 17:18:00,766.0 -21561,buy_contrast_m10_bb_pos,buy,2025-12-17 17:30:00,763.0 -21562,buy_contrast_m10_bb_pos,buy,2025-12-17 17:33:00,763.0 -21563,buy_contrast_m10_bb_pos,buy,2025-12-17 17:36:00,763.0 -21564,buy_contrast_m10_bb_pos,buy,2025-12-17 17:39:00,764.0 -21565,buy_contrast_m10_bb_pos,buy,2025-12-17 17:42:00,765.0 -21566,buy_contrast_m10_bb_pos,buy,2025-12-17 17:45:00,764.0 -21567,buy_contrast_m10_bb_pos,buy,2025-12-17 17:48:00,765.0 -21568,buy_contrast_m10_bb_pos,buy,2025-12-18 01:21:00,760.0 -21569,buy_contrast_m10_bb_pos,buy,2025-12-18 01:24:00,756.0 -21570,buy_contrast_m10_bb_pos,buy,2025-12-18 01:27:00,754.0 -21571,buy_contrast_m10_bb_pos,buy,2025-12-18 01:51:00,753.0 -21572,buy_contrast_m10_bb_pos,buy,2025-12-18 01:54:00,758.0 -21573,buy_contrast_m10_bb_pos,buy,2025-12-18 01:57:00,756.0 -21574,buy_contrast_m10_bb_pos,buy,2025-12-18 02:12:00,754.0 -21575,buy_contrast_m10_bb_pos,buy,2025-12-18 02:15:00,753.0 -21576,buy_contrast_m10_bb_pos,buy,2025-12-18 02:18:00,752.0 -21577,buy_contrast_m10_bb_pos,buy,2025-12-18 04:12:00,740.0 -21578,buy_contrast_m10_bb_pos,buy,2025-12-18 04:15:00,743.0 -21579,buy_contrast_m10_bb_pos,buy,2025-12-18 04:18:00,745.0 -21580,buy_contrast_m10_bb_pos,buy,2025-12-18 06:42:00,741.0 -21581,buy_contrast_m10_bb_pos,buy,2025-12-18 06:45:00,741.0 -21582,buy_contrast_m10_bb_pos,buy,2025-12-18 06:48:00,741.0 -21583,buy_contrast_m10_bb_pos,buy,2025-12-18 06:51:00,738.0 -21584,buy_contrast_m10_bb_pos,buy,2025-12-18 06:54:00,739.0 -21585,buy_contrast_m10_bb_pos,buy,2025-12-18 06:57:00,742.0 -21586,buy_contrast_m10_bb_pos,buy,2025-12-18 10:42:00,738.0 -21587,buy_contrast_m10_bb_pos,buy,2025-12-18 10:45:00,738.0 -21588,buy_contrast_m10_bb_pos,buy,2025-12-18 10:48:00,739.0 -21589,buy_contrast_m10_bb_pos,buy,2025-12-18 14:12:00,736.0 -21590,buy_contrast_m10_bb_pos,buy,2025-12-18 14:15:00,736.0 -21591,buy_contrast_m10_bb_pos,buy,2025-12-18 14:18:00,734.0 -21592,buy_contrast_m10_bb_pos,buy,2025-12-18 14:42:00,736.0 -21593,buy_contrast_m10_bb_pos,buy,2025-12-18 14:45:00,735.0 -21594,buy_contrast_m10_bb_pos,buy,2025-12-18 14:48:00,733.0 -21595,buy_contrast_m10_bb_pos,buy,2025-12-18 14:51:00,732.0 -21596,buy_contrast_m10_bb_pos,buy,2025-12-18 14:54:00,733.0 -21597,buy_contrast_m10_bb_pos,buy,2025-12-18 14:57:00,731.0 -21598,buy_contrast_m10_bb_pos,buy,2025-12-18 15:00:00,732.0 -21599,buy_contrast_m10_bb_pos,buy,2025-12-18 15:03:00,732.0 -21600,buy_contrast_m10_bb_pos,buy,2025-12-18 15:06:00,733.0 -21601,buy_contrast_m10_bb_pos,buy,2025-12-18 15:09:00,733.0 -21602,buy_contrast_m10_bb_pos,buy,2025-12-18 15:12:00,733.0 -21603,buy_contrast_m10_bb_pos,buy,2025-12-18 15:15:00,733.0 -21604,buy_contrast_m10_bb_pos,buy,2025-12-18 15:18:00,734.0 -21605,buy_contrast_m10_bb_pos,buy,2025-12-18 15:21:00,733.0 -21606,buy_contrast_m10_bb_pos,buy,2025-12-18 15:24:00,732.0 -21607,buy_contrast_m10_bb_pos,buy,2025-12-18 15:27:00,734.0 -21608,buy_contrast_m10_bb_pos,buy,2025-12-19 02:42:00,746.0 -21609,buy_contrast_m10_bb_pos,buy,2025-12-19 02:45:00,746.0 -21610,buy_contrast_m10_bb_pos,buy,2025-12-19 02:48:00,747.0 -21611,buy_contrast_m10_bb_pos,buy,2025-12-19 02:51:00,740.0 -21612,buy_contrast_m10_bb_pos,buy,2025-12-19 02:54:00,742.0 -21613,buy_contrast_m10_bb_pos,buy,2025-12-19 02:57:00,740.0 -21614,buy_contrast_m10_bb_pos,buy,2025-12-19 04:00:00,729.0 -21615,buy_contrast_m10_bb_pos,buy,2025-12-19 04:03:00,726.0 -21616,buy_contrast_m10_bb_pos,buy,2025-12-19 04:06:00,726.0 -21617,buy_contrast_m10_bb_pos,buy,2025-12-19 04:09:00,728.0 -21618,buy_contrast_m10_bb_pos,buy,2025-12-19 04:21:00,728.0 -21619,buy_contrast_m10_bb_pos,buy,2025-12-19 04:24:00,728.0 -21620,buy_contrast_m10_bb_pos,buy,2025-12-19 04:27:00,727.0 -21621,buy_contrast_m10_bb_pos,buy,2025-12-19 04:42:00,720.0 -21622,buy_contrast_m10_bb_pos,buy,2025-12-19 04:45:00,715.0 -21623,buy_contrast_m10_bb_pos,buy,2025-12-19 04:48:00,711.0 -21624,buy_contrast_m10_bb_pos,buy,2025-12-19 04:51:00,712.0 -21625,buy_contrast_m10_bb_pos,buy,2025-12-19 04:54:00,712.0 -21626,buy_contrast_m10_bb_pos,buy,2025-12-19 04:57:00,709.0 -21627,buy_contrast_m10_bb_pos,buy,2025-12-19 05:12:00,716.0 -21628,buy_contrast_m10_bb_pos,buy,2025-12-19 05:15:00,716.0 -21629,buy_contrast_m10_bb_pos,buy,2025-12-19 05:18:00,716.0 -21630,buy_contrast_m10_bb_pos,buy,2025-12-19 05:30:00,712.0 -21631,buy_contrast_m10_bb_pos,buy,2025-12-19 05:33:00,712.0 -21632,buy_contrast_m10_bb_pos,buy,2025-12-19 05:36:00,711.0 -21633,buy_contrast_m10_bb_pos,buy,2025-12-19 05:39:00,713.0 -21634,buy_contrast_m10_bb_pos,buy,2025-12-19 05:42:00,710.0 -21635,buy_contrast_m10_bb_pos,buy,2025-12-19 05:45:00,711.0 -21636,buy_contrast_m10_bb_pos,buy,2025-12-19 05:48:00,713.0 -21637,buy_contrast_m10_bb_pos,buy,2025-12-19 09:51:00,713.0 -21638,buy_contrast_m10_bb_pos,buy,2025-12-19 09:54:00,716.0 -21639,buy_contrast_m10_bb_pos,buy,2025-12-19 09:57:00,716.0 -21640,buy_contrast_m10_bb_pos,buy,2025-12-19 10:30:00,710.0 -21641,buy_contrast_m10_bb_pos,buy,2025-12-19 10:33:00,710.0 -21642,buy_contrast_m10_bb_pos,buy,2025-12-19 10:36:00,711.0 -21643,buy_contrast_m10_bb_pos,buy,2025-12-19 10:39:00,709.0 -21644,buy_contrast_m10_bb_pos,buy,2025-12-19 10:42:00,710.0 -21645,buy_contrast_m10_bb_pos,buy,2025-12-19 10:45:00,710.0 -21646,buy_contrast_m10_bb_pos,buy,2025-12-19 10:48:00,710.0 -21647,buy_contrast_m10_bb_pos,buy,2025-12-19 10:51:00,709.0 -21648,buy_contrast_m10_bb_pos,buy,2025-12-19 10:54:00,712.0 -21649,buy_contrast_m10_bb_pos,buy,2025-12-19 10:57:00,711.0 -21650,buy_contrast_m10_bb_pos,buy,2025-12-19 11:12:00,710.0 -21651,buy_contrast_m10_bb_pos,buy,2025-12-19 11:15:00,711.0 -21652,buy_contrast_m10_bb_pos,buy,2025-12-19 11:18:00,712.0 -21653,buy_contrast_m10_bb_pos,buy,2025-12-19 19:42:00,748.0 -21654,buy_contrast_m10_bb_pos,buy,2025-12-19 19:45:00,749.0 -21655,buy_contrast_m10_bb_pos,buy,2025-12-19 19:48:00,748.0 -21656,buy_contrast_m10_bb_pos,buy,2025-12-19 20:12:00,750.0 -21657,buy_contrast_m10_bb_pos,buy,2025-12-19 20:15:00,750.0 -21658,buy_contrast_m10_bb_pos,buy,2025-12-19 20:18:00,751.0 -21659,buy_contrast_m10_bb_pos,buy,2025-12-20 03:00:00,757.0 -21660,buy_contrast_m10_bb_pos,buy,2025-12-20 03:03:00,759.0 -21661,buy_contrast_m10_bb_pos,buy,2025-12-20 03:06:00,759.0 -21662,buy_contrast_m10_bb_pos,buy,2025-12-20 03:09:00,759.0 -21663,buy_contrast_m10_bb_pos,buy,2025-12-20 03:12:00,760.0 -21664,buy_contrast_m10_bb_pos,buy,2025-12-20 03:15:00,760.0 -21665,buy_contrast_m10_bb_pos,buy,2025-12-20 03:18:00,762.0 -21666,buy_contrast_m10_bb_pos,buy,2025-12-20 09:21:00,776.0 -21667,buy_contrast_m10_bb_pos,buy,2025-12-20 09:24:00,775.0 -21668,buy_contrast_m10_bb_pos,buy,2025-12-20 09:27:00,775.0 -21669,buy_contrast_m10_bb_pos,buy,2025-12-20 09:42:00,775.0 -21670,buy_contrast_m10_bb_pos,buy,2025-12-20 09:45:00,775.0 -21671,buy_contrast_m10_bb_pos,buy,2025-12-20 09:48:00,776.0 -21672,buy_contrast_m10_bb_pos,buy,2025-12-20 10:42:00,773.0 -21673,buy_contrast_m10_bb_pos,buy,2025-12-20 10:45:00,774.0 -21674,buy_contrast_m10_bb_pos,buy,2025-12-20 10:48:00,774.0 -21675,buy_contrast_m10_bb_pos,buy,2025-12-20 11:00:00,773.0 -21676,buy_contrast_m10_bb_pos,buy,2025-12-20 11:03:00,773.0 -21677,buy_contrast_m10_bb_pos,buy,2025-12-20 11:06:00,774.0 -21678,buy_contrast_m10_bb_pos,buy,2025-12-20 11:09:00,773.0 -21679,buy_contrast_m10_bb_pos,buy,2025-12-20 11:30:00,773.0 -21680,buy_contrast_m10_bb_pos,buy,2025-12-20 11:33:00,773.0 -21681,buy_contrast_m10_bb_pos,buy,2025-12-20 11:36:00,774.0 -21682,buy_contrast_m10_bb_pos,buy,2025-12-20 11:39:00,772.0 -21683,buy_contrast_m10_bb_pos,buy,2025-12-20 11:42:00,773.0 -21684,buy_contrast_m10_bb_pos,buy,2025-12-20 11:45:00,774.0 -21685,buy_contrast_m10_bb_pos,buy,2025-12-20 11:48:00,773.0 -21686,buy_contrast_m10_bb_pos,buy,2025-12-20 12:12:00,771.0 -21687,buy_contrast_m10_bb_pos,buy,2025-12-20 12:15:00,772.0 -21688,buy_contrast_m10_bb_pos,buy,2025-12-20 12:18:00,770.0 -21689,buy_contrast_m10_bb_pos,buy,2025-12-20 13:21:00,770.0 -21690,buy_contrast_m10_bb_pos,buy,2025-12-20 13:24:00,771.0 -21691,buy_contrast_m10_bb_pos,buy,2025-12-20 13:27:00,769.0 -21692,buy_contrast_m10_bb_pos,buy,2025-12-20 14:12:00,769.0 -21693,buy_contrast_m10_bb_pos,buy,2025-12-20 14:15:00,768.0 -21694,buy_contrast_m10_bb_pos,buy,2025-12-20 14:18:00,769.0 -21695,buy_contrast_m10_bb_pos,buy,2025-12-20 14:30:00,768.0 -21696,buy_contrast_m10_bb_pos,buy,2025-12-20 14:33:00,770.0 -21697,buy_contrast_m10_bb_pos,buy,2025-12-20 14:36:00,770.0 -21698,buy_contrast_m10_bb_pos,buy,2025-12-20 14:39:00,770.0 -21699,buy_contrast_m10_bb_pos,buy,2025-12-20 19:30:00,774.0 -21700,buy_contrast_m10_bb_pos,buy,2025-12-20 19:33:00,774.0 -21701,buy_contrast_m10_bb_pos,buy,2025-12-20 19:36:00,772.0 -21702,buy_contrast_m10_bb_pos,buy,2025-12-20 19:39:00,772.0 -21703,buy_contrast_m10_bb_pos,buy,2025-12-20 20:00:00,772.0 -21704,buy_contrast_m10_bb_pos,buy,2025-12-20 20:03:00,772.0 -21705,buy_contrast_m10_bb_pos,buy,2025-12-20 20:06:00,773.0 -21706,buy_contrast_m10_bb_pos,buy,2025-12-20 20:09:00,774.0 -21707,buy_contrast_m10_bb_pos,buy,2025-12-20 22:21:00,772.0 -21708,buy_contrast_m10_bb_pos,buy,2025-12-20 22:24:00,772.0 -21709,buy_contrast_m10_bb_pos,buy,2025-12-20 22:27:00,772.0 -21710,buy_contrast_m10_bb_pos,buy,2025-12-20 23:12:00,770.0 -21711,buy_contrast_m10_bb_pos,buy,2025-12-20 23:15:00,771.0 -21712,buy_contrast_m10_bb_pos,buy,2025-12-20 23:18:00,771.0 -21713,buy_contrast_m10_bb_pos,buy,2025-12-21 10:00:00,777.0 -21714,buy_contrast_m10_bb_pos,buy,2025-12-21 10:03:00,776.0 -21715,buy_contrast_m10_bb_pos,buy,2025-12-21 10:06:00,776.0 -21716,buy_contrast_m10_bb_pos,buy,2025-12-21 10:09:00,775.0 -21717,buy_contrast_m10_bb_pos,buy,2025-12-21 10:21:00,775.0 -21718,buy_contrast_m10_bb_pos,buy,2025-12-21 10:24:00,775.0 -21719,buy_contrast_m10_bb_pos,buy,2025-12-21 10:27:00,774.0 -21720,buy_contrast_m10_bb_pos,buy,2025-12-21 11:30:00,765.0 -21721,buy_contrast_m10_bb_pos,buy,2025-12-21 11:33:00,764.0 -21722,buy_contrast_m10_bb_pos,buy,2025-12-21 11:36:00,764.0 -21723,buy_contrast_m10_bb_pos,buy,2025-12-21 11:39:00,763.0 -21724,buy_contrast_m10_bb_pos,buy,2025-12-21 11:51:00,761.0 -21725,buy_contrast_m10_bb_pos,buy,2025-12-21 11:54:00,761.0 -21726,buy_contrast_m10_bb_pos,buy,2025-12-21 11:57:00,761.0 -21727,buy_contrast_m10_bb_pos,buy,2025-12-21 12:00:00,762.0 -21728,buy_contrast_m10_bb_pos,buy,2025-12-21 12:03:00,763.0 -21729,buy_contrast_m10_bb_pos,buy,2025-12-21 12:06:00,764.0 -21730,buy_contrast_m10_bb_pos,buy,2025-12-21 12:09:00,764.0 -21731,buy_contrast_m10_bb_pos,buy,2025-12-21 20:12:00,767.0 -21732,buy_contrast_m10_bb_pos,buy,2025-12-21 20:15:00,768.0 -21733,buy_contrast_m10_bb_pos,buy,2025-12-21 20:18:00,768.0 -21734,buy_contrast_m10_bb_pos,buy,2025-12-21 21:00:00,767.0 -21735,buy_contrast_m10_bb_pos,buy,2025-12-21 21:03:00,767.0 -21736,buy_contrast_m10_bb_pos,buy,2025-12-21 21:06:00,766.0 -21737,buy_contrast_m10_bb_pos,buy,2025-12-21 21:09:00,767.0 -21738,buy_contrast_m10_bb_pos,buy,2025-12-21 21:12:00,767.0 -21739,buy_contrast_m10_bb_pos,buy,2025-12-21 21:15:00,766.0 -21740,buy_contrast_m10_bb_pos,buy,2025-12-21 21:18:00,766.0 -21741,buy_contrast_m10_bb_pos,buy,2025-12-21 21:30:00,766.0 -21742,buy_contrast_m10_bb_pos,buy,2025-12-21 21:33:00,766.0 -21743,buy_contrast_m10_bb_pos,buy,2025-12-21 21:36:00,767.0 -21744,buy_contrast_m10_bb_pos,buy,2025-12-21 21:39:00,766.0 -21745,buy_contrast_m10_bb_pos,buy,2025-12-21 21:42:00,761.0 -21746,buy_contrast_m10_bb_pos,buy,2025-12-21 21:45:00,761.0 -21747,buy_contrast_m10_bb_pos,buy,2025-12-21 21:48:00,762.0 -21748,buy_contrast_m10_bb_pos,buy,2025-12-21 21:51:00,763.0 -21749,buy_contrast_m10_bb_pos,buy,2025-12-21 21:54:00,762.0 -21750,buy_contrast_m10_bb_pos,buy,2025-12-21 21:57:00,759.0 -21751,buy_contrast_m10_bb_pos,buy,2025-12-21 22:00:00,763.0 -21752,buy_contrast_m10_bb_pos,buy,2025-12-21 22:03:00,761.0 -21753,buy_contrast_m10_bb_pos,buy,2025-12-21 22:06:00,754.0 -21754,buy_contrast_m10_bb_pos,buy,2025-12-21 22:09:00,755.0 -21755,buy_contrast_m10_bb_pos,buy,2025-12-22 11:12:00,758.0 -21756,buy_contrast_m10_bb_pos,buy,2025-12-22 11:15:00,756.0 -21757,buy_contrast_m10_bb_pos,buy,2025-12-22 11:18:00,757.0 -21758,buy_contrast_m10_bb_pos,buy,2025-12-22 11:21:00,756.0 -21759,buy_contrast_m10_bb_pos,buy,2025-12-22 11:24:00,759.0 -21760,buy_contrast_m10_bb_pos,buy,2025-12-22 11:27:00,759.0 -21761,buy_contrast_m10_bb_pos,buy,2025-12-22 20:30:00,765.0 -21762,buy_contrast_m10_bb_pos,buy,2025-12-22 20:33:00,766.0 -21763,buy_contrast_m10_bb_pos,buy,2025-12-22 20:36:00,767.0 -21764,buy_contrast_m10_bb_pos,buy,2025-12-22 20:39:00,766.0 -21765,buy_contrast_m10_bb_pos,buy,2025-12-22 22:42:00,765.0 -21766,buy_contrast_m10_bb_pos,buy,2025-12-22 22:45:00,765.0 -21767,buy_contrast_m10_bb_pos,buy,2025-12-22 22:48:00,766.0 -21768,buy_contrast_m10_bb_pos,buy,2025-12-23 00:30:00,766.0 -21769,buy_contrast_m10_bb_pos,buy,2025-12-23 00:33:00,766.0 -21770,buy_contrast_m10_bb_pos,buy,2025-12-23 00:36:00,764.0 -21771,buy_contrast_m10_bb_pos,buy,2025-12-23 00:39:00,763.0 -21772,buy_contrast_m10_bb_pos,buy,2025-12-23 00:51:00,765.0 -21773,buy_contrast_m10_bb_pos,buy,2025-12-23 00:54:00,764.0 -21774,buy_contrast_m10_bb_pos,buy,2025-12-23 00:57:00,768.0 -21775,buy_contrast_m10_bb_pos,buy,2025-12-23 02:21:00,762.0 -21776,buy_contrast_m10_bb_pos,buy,2025-12-23 02:24:00,762.0 -21777,buy_contrast_m10_bb_pos,buy,2025-12-23 02:27:00,762.0 -21778,buy_contrast_m10_bb_pos,buy,2025-12-23 02:30:00,762.0 -21779,buy_contrast_m10_bb_pos,buy,2025-12-23 02:33:00,762.0 -21780,buy_contrast_m10_bb_pos,buy,2025-12-23 02:36:00,761.0 -21781,buy_contrast_m10_bb_pos,buy,2025-12-23 02:39:00,763.0 -21782,buy_contrast_m10_bb_pos,buy,2025-12-23 05:12:00,748.0 -21783,buy_contrast_m10_bb_pos,buy,2025-12-23 05:15:00,747.0 -21784,buy_contrast_m10_bb_pos,buy,2025-12-23 05:18:00,742.0 -21785,buy_contrast_m10_bb_pos,buy,2025-12-23 05:21:00,745.0 -21786,buy_contrast_m10_bb_pos,buy,2025-12-23 05:24:00,743.0 -21787,buy_contrast_m10_bb_pos,buy,2025-12-23 05:27:00,744.0 -21788,buy_contrast_m10_bb_pos,buy,2025-12-23 05:30:00,742.0 -21789,buy_contrast_m10_bb_pos,buy,2025-12-23 05:33:00,743.0 -21790,buy_contrast_m10_bb_pos,buy,2025-12-23 05:36:00,743.0 -21791,buy_contrast_m10_bb_pos,buy,2025-12-23 05:39:00,743.0 -21792,buy_contrast_m10_bb_pos,buy,2025-12-23 05:42:00,744.0 -21793,buy_contrast_m10_bb_pos,buy,2025-12-23 05:45:00,744.0 -21794,buy_contrast_m10_bb_pos,buy,2025-12-23 05:48:00,744.0 -21795,buy_contrast_m10_bb_pos,buy,2025-12-23 05:51:00,743.0 -21796,buy_contrast_m10_bb_pos,buy,2025-12-23 05:54:00,744.0 -21797,buy_contrast_m10_bb_pos,buy,2025-12-23 05:57:00,745.0 -21798,buy_contrast_m10_bb_pos,buy,2025-12-23 11:51:00,748.0 -21799,buy_contrast_m10_bb_pos,buy,2025-12-23 11:54:00,747.0 -21800,buy_contrast_m10_bb_pos,buy,2025-12-23 11:57:00,746.0 -21801,buy_contrast_m10_bb_pos,buy,2025-12-23 12:21:00,746.0 -21802,buy_contrast_m10_bb_pos,buy,2025-12-23 12:24:00,746.0 -21803,buy_contrast_m10_bb_pos,buy,2025-12-23 12:27:00,745.0 -21804,buy_contrast_m10_bb_pos,buy,2025-12-23 12:30:00,744.0 -21805,buy_contrast_m10_bb_pos,buy,2025-12-23 12:33:00,744.0 -21806,buy_contrast_m10_bb_pos,buy,2025-12-23 12:36:00,745.0 -21807,buy_contrast_m10_bb_pos,buy,2025-12-23 12:39:00,744.0 -21808,buy_contrast_m10_bb_pos,buy,2025-12-23 12:42:00,746.0 -21809,buy_contrast_m10_bb_pos,buy,2025-12-23 12:45:00,745.0 -21810,buy_contrast_m10_bb_pos,buy,2025-12-23 12:48:00,744.0 -21811,buy_contrast_m10_bb_pos,buy,2025-12-23 12:51:00,744.0 -21812,buy_contrast_m10_bb_pos,buy,2025-12-23 12:54:00,744.0 -21813,buy_contrast_m10_bb_pos,buy,2025-12-23 12:57:00,745.0 -21814,buy_contrast_m10_bb_pos,buy,2025-12-23 13:00:00,743.0 -21815,buy_contrast_m10_bb_pos,buy,2025-12-23 13:03:00,743.0 -21816,buy_contrast_m10_bb_pos,buy,2025-12-23 13:06:00,743.0 -21817,buy_contrast_m10_bb_pos,buy,2025-12-23 13:09:00,744.0 -21818,buy_contrast_m10_bb_pos,buy,2025-12-23 13:42:00,742.0 -21819,buy_contrast_m10_bb_pos,buy,2025-12-23 13:45:00,742.0 -21820,buy_contrast_m10_bb_pos,buy,2025-12-23 13:48:00,742.0 -21821,buy_contrast_m10_bb_pos,buy,2025-12-23 15:30:00,741.0 -21822,buy_contrast_m10_bb_pos,buy,2025-12-23 15:33:00,742.0 -21823,buy_contrast_m10_bb_pos,buy,2025-12-23 15:36:00,741.0 -21824,buy_contrast_m10_bb_pos,buy,2025-12-23 15:39:00,741.0 -21825,buy_contrast_m10_bb_pos,buy,2025-12-23 17:51:00,740.0 -21826,buy_contrast_m10_bb_pos,buy,2025-12-23 17:54:00,740.0 -21827,buy_contrast_m10_bb_pos,buy,2025-12-23 17:57:00,741.0 -21828,buy_contrast_m10_bb_pos,buy,2025-12-23 18:00:00,740.0 -21829,buy_contrast_m10_bb_pos,buy,2025-12-23 18:03:00,741.0 -21830,buy_contrast_m10_bb_pos,buy,2025-12-23 18:06:00,742.0 -21831,buy_contrast_m10_bb_pos,buy,2025-12-23 18:09:00,743.0 -21832,buy_contrast_m10_bb_pos,buy,2025-12-23 18:21:00,739.0 -21833,buy_contrast_m10_bb_pos,buy,2025-12-23 18:24:00,740.0 -21834,buy_contrast_m10_bb_pos,buy,2025-12-23 18:27:00,740.0 -21835,buy_contrast_m10_bb_pos,buy,2025-12-23 18:42:00,740.0 -21836,buy_contrast_m10_bb_pos,buy,2025-12-23 18:45:00,740.0 -21837,buy_contrast_m10_bb_pos,buy,2025-12-23 18:48:00,742.0 -21838,buy_contrast_m10_bb_pos,buy,2025-12-23 21:30:00,738.0 -21839,buy_contrast_m10_bb_pos,buy,2025-12-23 21:33:00,739.0 -21840,buy_contrast_m10_bb_pos,buy,2025-12-23 21:36:00,739.0 -21841,buy_contrast_m10_bb_pos,buy,2025-12-23 21:39:00,739.0 -21842,buy_contrast_m10_bb_pos,buy,2025-12-23 22:51:00,733.0 -21843,buy_contrast_m10_bb_pos,buy,2025-12-23 22:54:00,734.0 -21844,buy_contrast_m10_bb_pos,buy,2025-12-23 22:57:00,734.0 -21845,buy_contrast_m10_bb_pos,buy,2025-12-23 23:12:00,736.0 -21846,buy_contrast_m10_bb_pos,buy,2025-12-23 23:15:00,734.0 -21847,buy_contrast_m10_bb_pos,buy,2025-12-23 23:18:00,731.0 -21848,buy_contrast_m10_bb_pos,buy,2025-12-23 23:21:00,733.0 -21849,buy_contrast_m10_bb_pos,buy,2025-12-23 23:24:00,733.0 -21850,buy_contrast_m10_bb_pos,buy,2025-12-23 23:27:00,733.0 -21851,buy_contrast_m10_bb_pos,buy,2025-12-23 23:30:00,732.0 -21852,buy_contrast_m10_bb_pos,buy,2025-12-23 23:33:00,733.0 -21853,buy_contrast_m10_bb_pos,buy,2025-12-23 23:36:00,732.0 -21854,buy_contrast_m10_bb_pos,buy,2025-12-23 23:39:00,732.0 -21855,buy_contrast_m10_bb_pos,buy,2025-12-23 23:42:00,734.0 -21856,buy_contrast_m10_bb_pos,buy,2025-12-23 23:45:00,734.0 -21857,buy_contrast_m10_bb_pos,buy,2025-12-23 23:48:00,732.0 -21858,buy_contrast_m10_bb_pos,buy,2025-12-23 23:51:00,733.0 -21859,buy_contrast_m10_bb_pos,buy,2025-12-23 23:54:00,730.0 -21860,buy_contrast_m10_bb_pos,buy,2025-12-23 23:57:00,726.0 -21861,buy_contrast_m10_bb_pos,buy,2025-12-24 00:00:00,731.0 -21862,buy_contrast_m10_bb_pos,buy,2025-12-24 00:03:00,730.0 -21863,buy_contrast_m10_bb_pos,buy,2025-12-24 00:06:00,735.0 -21864,buy_contrast_m10_bb_pos,buy,2025-12-24 00:09:00,731.0 -21865,buy_contrast_m10_bb_pos,buy,2025-12-24 01:42:00,731.0 -21866,buy_contrast_m10_bb_pos,buy,2025-12-24 01:45:00,731.0 -21867,buy_contrast_m10_bb_pos,buy,2025-12-24 01:48:00,733.0 -21868,buy_contrast_m10_bb_pos,buy,2025-12-24 07:30:00,735.0 -21869,buy_contrast_m10_bb_pos,buy,2025-12-24 07:33:00,734.0 -21870,buy_contrast_m10_bb_pos,buy,2025-12-24 07:36:00,733.0 -21871,buy_contrast_m10_bb_pos,buy,2025-12-24 07:39:00,734.0 -21872,buy_contrast_m10_bb_pos,buy,2025-12-24 07:42:00,737.0 -21873,buy_contrast_m10_bb_pos,buy,2025-12-24 07:45:00,737.0 -21874,buy_contrast_m10_bb_pos,buy,2025-12-24 07:48:00,737.0 -21875,buy_contrast_m10_bb_pos,buy,2025-12-24 08:00:00,735.0 -21876,buy_contrast_m10_bb_pos,buy,2025-12-24 08:03:00,733.0 -21877,buy_contrast_m10_bb_pos,buy,2025-12-24 08:06:00,734.0 -21878,buy_contrast_m10_bb_pos,buy,2025-12-24 08:09:00,733.0 -21879,buy_contrast_m10_bb_pos,buy,2025-12-24 08:21:00,733.0 -21880,buy_contrast_m10_bb_pos,buy,2025-12-24 08:24:00,733.0 -21881,buy_contrast_m10_bb_pos,buy,2025-12-24 08:27:00,734.0 -21882,buy_contrast_m10_bb_pos,buy,2025-12-24 11:30:00,720.0 -21883,buy_contrast_m10_bb_pos,buy,2025-12-24 11:33:00,720.0 -21884,buy_contrast_m10_bb_pos,buy,2025-12-24 11:36:00,719.0 -21885,buy_contrast_m10_bb_pos,buy,2025-12-24 11:39:00,718.0 -21886,buy_contrast_m10_bb_pos,buy,2025-12-24 11:51:00,719.0 -21887,buy_contrast_m10_bb_pos,buy,2025-12-24 11:54:00,720.0 -21888,buy_contrast_m10_bb_pos,buy,2025-12-24 11:57:00,718.0 -21889,buy_contrast_m10_bb_pos,buy,2025-12-24 12:12:00,716.0 -21890,buy_contrast_m10_bb_pos,buy,2025-12-24 12:15:00,715.0 -21891,buy_contrast_m10_bb_pos,buy,2025-12-24 12:18:00,717.0 -21892,buy_contrast_m10_bb_pos,buy,2025-12-24 14:12:00,716.0 -21893,buy_contrast_m10_bb_pos,buy,2025-12-24 14:15:00,715.0 -21894,buy_contrast_m10_bb_pos,buy,2025-12-24 14:18:00,716.0 -21895,buy_contrast_m10_bb_pos,buy,2025-12-24 14:21:00,715.0 -21896,buy_contrast_m10_bb_pos,buy,2025-12-24 14:24:00,716.0 -21897,buy_contrast_m10_bb_pos,buy,2025-12-24 14:27:00,717.0 -21898,buy_contrast_m10_bb_pos,buy,2025-12-24 14:30:00,714.0 -21899,buy_contrast_m10_bb_pos,buy,2025-12-24 14:33:00,715.0 -21900,buy_contrast_m10_bb_pos,buy,2025-12-24 14:36:00,713.0 -21901,buy_contrast_m10_bb_pos,buy,2025-12-24 14:39:00,713.0 -21902,buy_contrast_m10_bb_pos,buy,2025-12-24 14:42:00,714.0 -21903,buy_contrast_m10_bb_pos,buy,2025-12-24 14:45:00,711.0 -21904,buy_contrast_m10_bb_pos,buy,2025-12-24 14:48:00,712.0 -21905,buy_contrast_m10_bb_pos,buy,2025-12-24 14:51:00,713.0 -21906,buy_contrast_m10_bb_pos,buy,2025-12-24 14:54:00,713.0 -21907,buy_contrast_m10_bb_pos,buy,2025-12-24 14:57:00,712.0 -21908,buy_contrast_m10_bb_pos,buy,2025-12-24 15:12:00,712.0 -21909,buy_contrast_m10_bb_pos,buy,2025-12-24 15:15:00,711.0 -21910,buy_contrast_m10_bb_pos,buy,2025-12-24 15:18:00,711.0 -21911,buy_contrast_m10_bb_pos,buy,2025-12-24 19:12:00,713.0 -21912,buy_contrast_m10_bb_pos,buy,2025-12-24 19:15:00,711.0 -21913,buy_contrast_m10_bb_pos,buy,2025-12-24 19:18:00,712.0 -21914,buy_contrast_m10_bb_pos,buy,2025-12-24 20:00:00,711.0 -21915,buy_contrast_m10_bb_pos,buy,2025-12-24 20:03:00,713.0 -21916,buy_contrast_m10_bb_pos,buy,2025-12-24 20:06:00,713.0 -21917,buy_contrast_m10_bb_pos,buy,2025-12-24 20:09:00,714.0 -21918,buy_contrast_m10_bb_pos,buy,2025-12-24 23:42:00,715.0 -21919,buy_contrast_m10_bb_pos,buy,2025-12-24 23:45:00,715.0 -21920,buy_contrast_m10_bb_pos,buy,2025-12-24 23:48:00,713.0 -21921,buy_contrast_m10_bb_pos,buy,2025-12-25 03:30:00,712.0 -21922,buy_contrast_m10_bb_pos,buy,2025-12-25 03:33:00,712.0 -21923,buy_contrast_m10_bb_pos,buy,2025-12-25 03:36:00,712.0 -21924,buy_contrast_m10_bb_pos,buy,2025-12-25 03:39:00,711.0 -21925,buy_contrast_m10_bb_pos,buy,2025-12-25 03:42:00,712.0 -21926,buy_contrast_m10_bb_pos,buy,2025-12-25 03:45:00,712.0 -21927,buy_contrast_m10_bb_pos,buy,2025-12-25 03:48:00,712.0 -21928,buy_contrast_m10_bb_pos,buy,2025-12-25 04:24:00,712.0 -21929,buy_contrast_m10_bb_pos,buy,2025-12-25 04:27:00,712.0 -21930,buy_contrast_m10_bb_pos,buy,2025-12-25 15:00:00,728.0 -21931,buy_contrast_m10_bb_pos,buy,2025-12-25 15:03:00,728.0 -21932,buy_contrast_m10_bb_pos,buy,2025-12-25 15:06:00,730.0 -21933,buy_contrast_m10_bb_pos,buy,2025-12-25 15:09:00,729.0 -21934,buy_contrast_m10_bb_pos,buy,2025-12-25 15:12:00,729.0 -21935,buy_contrast_m10_bb_pos,buy,2025-12-25 15:15:00,728.0 -21936,buy_contrast_m10_bb_pos,buy,2025-12-25 15:18:00,728.0 -21937,buy_contrast_m10_bb_pos,buy,2025-12-25 19:21:00,729.0 -21938,buy_contrast_m10_bb_pos,buy,2025-12-25 19:24:00,729.0 -21939,buy_contrast_m10_bb_pos,buy,2025-12-25 19:27:00,728.0 -21940,buy_contrast_m10_bb_pos,buy,2025-12-25 19:30:00,728.0 -21941,buy_contrast_m10_bb_pos,buy,2025-12-25 19:33:00,726.0 -21942,buy_contrast_m10_bb_pos,buy,2025-12-25 19:36:00,724.0 -21943,buy_contrast_m10_bb_pos,buy,2025-12-25 19:39:00,724.0 -21944,buy_contrast_m10_bb_pos,buy,2025-12-25 20:00:00,725.0 -21945,buy_contrast_m10_bb_pos,buy,2025-12-25 20:03:00,726.0 -21946,buy_contrast_m10_bb_pos,buy,2025-12-25 20:06:00,727.0 -21947,buy_contrast_m10_bb_pos,buy,2025-12-25 20:09:00,727.0 -21948,buy_contrast_m10_bb_pos,buy,2025-12-25 23:21:00,727.0 -21949,buy_contrast_m10_bb_pos,buy,2025-12-25 23:24:00,725.0 -21950,buy_contrast_m10_bb_pos,buy,2025-12-25 23:27:00,724.0 -21951,buy_contrast_m10_bb_pos,buy,2025-12-25 23:30:00,724.0 -21952,buy_contrast_m10_bb_pos,buy,2025-12-25 23:33:00,724.0 -21953,buy_contrast_m10_bb_pos,buy,2025-12-25 23:36:00,724.0 -21954,buy_contrast_m10_bb_pos,buy,2025-12-25 23:39:00,724.0 -21955,buy_contrast_m10_bb_pos,buy,2025-12-26 00:12:00,724.0 -21956,buy_contrast_m10_bb_pos,buy,2025-12-26 00:15:00,724.0 -21957,buy_contrast_m10_bb_pos,buy,2025-12-26 00:18:00,723.0 -21958,buy_contrast_m10_bb_pos,buy,2025-12-26 08:21:00,715.0 -21959,buy_contrast_m10_bb_pos,buy,2025-12-26 08:24:00,713.0 -21960,buy_contrast_m10_bb_pos,buy,2025-12-26 08:27:00,713.0 -21961,buy_contrast_m10_bb_pos,buy,2025-12-26 08:30:00,713.0 -21962,buy_contrast_m10_bb_pos,buy,2025-12-26 08:33:00,710.0 -21963,buy_contrast_m10_bb_pos,buy,2025-12-26 08:36:00,706.0 -21964,buy_contrast_m10_bb_pos,buy,2025-12-26 08:39:00,704.0 -21965,buy_contrast_m10_bb_pos,buy,2025-12-26 08:51:00,706.0 -21966,buy_contrast_m10_bb_pos,buy,2025-12-26 08:54:00,705.0 -21967,buy_contrast_m10_bb_pos,buy,2025-12-26 08:57:00,707.0 -21968,buy_contrast_m10_bb_pos,buy,2025-12-26 09:00:00,706.0 -21969,buy_contrast_m10_bb_pos,buy,2025-12-26 09:03:00,709.0 -21970,buy_contrast_m10_bb_pos,buy,2025-12-26 09:06:00,711.0 -21971,buy_contrast_m10_bb_pos,buy,2025-12-26 09:09:00,708.0 -21972,buy_contrast_m10_bb_pos,buy,2025-12-26 20:21:00,725.0 -21973,buy_contrast_m10_bb_pos,buy,2025-12-26 20:24:00,724.0 -21974,buy_contrast_m10_bb_pos,buy,2025-12-26 20:27:00,724.0 -21975,buy_contrast_m10_bb_pos,buy,2025-12-26 20:51:00,724.0 -21976,buy_contrast_m10_bb_pos,buy,2025-12-26 20:54:00,725.0 -21977,buy_contrast_m10_bb_pos,buy,2025-12-26 20:57:00,725.0 -21978,buy_contrast_m10_bb_pos,buy,2025-12-26 21:00:00,724.0 -21979,buy_contrast_m10_bb_pos,buy,2025-12-26 21:03:00,724.0 -21980,buy_contrast_m10_bb_pos,buy,2025-12-26 21:09:00,725.0 -21981,buy_contrast_m10_bb_pos,buy,2025-12-26 21:12:00,724.0 -21982,buy_contrast_m10_bb_pos,buy,2025-12-26 21:15:00,724.0 -21983,buy_contrast_m10_bb_pos,buy,2025-12-26 21:18:00,724.0 -21984,buy_contrast_m10_bb_pos,buy,2025-12-26 23:42:00,722.0 -21985,buy_contrast_m10_bb_pos,buy,2025-12-26 23:45:00,722.0 -21986,buy_contrast_m10_bb_pos,buy,2025-12-26 23:48:00,721.0 -21987,buy_contrast_m10_bb_pos,buy,2025-12-27 02:00:00,711.0 -21988,buy_contrast_m10_bb_pos,buy,2025-12-27 02:03:00,712.0 -21989,buy_contrast_m10_bb_pos,buy,2025-12-27 02:06:00,713.0 -21990,buy_contrast_m10_bb_pos,buy,2025-12-27 02:09:00,712.0 -21991,buy_contrast_m10_bb_pos,buy,2025-12-27 06:54:00,721.0 -21992,buy_contrast_m10_bb_pos,buy,2025-12-27 06:57:00,720.0 -21993,buy_contrast_m10_bb_pos,buy,2025-12-27 07:12:00,719.0 -21994,buy_contrast_m10_bb_pos,buy,2025-12-27 07:15:00,718.0 -21995,buy_contrast_m10_bb_pos,buy,2025-12-27 07:18:00,718.0 -21996,buy_contrast_m10_bb_pos,buy,2025-12-27 07:21:00,719.0 -21997,buy_contrast_m10_bb_pos,buy,2025-12-27 07:24:00,718.0 -21998,buy_contrast_m10_bb_pos,buy,2025-12-27 07:27:00,718.0 -21999,buy_contrast_m10_bb_pos,buy,2025-12-27 07:30:00,718.0 -22000,buy_contrast_m10_bb_pos,buy,2025-12-27 07:33:00,719.0 -22001,buy_contrast_m10_bb_pos,buy,2025-12-27 07:36:00,719.0 -22002,buy_contrast_m10_bb_pos,buy,2025-12-27 07:39:00,720.0 -22003,buy_contrast_m10_bb_pos,buy,2025-12-27 14:42:00,723.0 -22004,buy_contrast_m10_bb_pos,buy,2025-12-27 14:45:00,722.0 -22005,buy_contrast_m10_bb_pos,buy,2025-12-27 14:48:00,722.0 -22006,buy_contrast_m10_bb_pos,buy,2025-12-27 14:51:00,723.0 -22007,buy_contrast_m10_bb_pos,buy,2025-12-27 14:54:00,723.0 -22008,buy_contrast_m10_bb_pos,buy,2025-12-27 14:57:00,722.0 -22009,buy_contrast_m10_bb_pos,buy,2025-12-27 15:42:00,722.0 -22010,buy_contrast_m10_bb_pos,buy,2025-12-27 15:45:00,721.0 -22011,buy_contrast_m10_bb_pos,buy,2025-12-27 15:48:00,721.0 -22012,buy_contrast_m10_bb_pos,buy,2025-12-27 15:51:00,721.0 -22013,buy_contrast_m10_bb_pos,buy,2025-12-27 15:54:00,721.0 -22014,buy_contrast_m10_bb_pos,buy,2025-12-27 15:57:00,722.0 -22015,buy_contrast_m10_bb_pos,buy,2025-12-27 17:21:00,720.0 -22016,buy_contrast_m10_bb_pos,buy,2025-12-27 17:24:00,720.0 -22017,buy_contrast_m10_bb_pos,buy,2025-12-27 17:27:00,721.0 -22018,buy_contrast_m10_bb_pos,buy,2025-12-27 17:30:00,720.0 -22019,buy_contrast_m10_bb_pos,buy,2025-12-27 17:33:00,720.0 -22020,buy_contrast_m10_bb_pos,buy,2025-12-27 17:36:00,720.0 -22021,buy_contrast_m10_bb_pos,buy,2025-12-27 17:39:00,720.0 -22022,buy_contrast_m10_bb_pos,buy,2025-12-27 17:42:00,720.0 -22023,buy_contrast_m10_bb_pos,buy,2025-12-27 17:45:00,720.0 -22024,buy_contrast_m10_bb_pos,buy,2025-12-27 17:48:00,720.0 -22025,buy_contrast_m10_bb_pos,buy,2025-12-27 19:42:00,719.0 -22026,buy_contrast_m10_bb_pos,buy,2025-12-27 19:45:00,718.0 -22027,buy_contrast_m10_bb_pos,buy,2025-12-27 19:48:00,719.0 -22028,buy_contrast_m10_bb_pos,buy,2025-12-28 14:00:00,741.0 -22029,buy_contrast_m10_bb_pos,buy,2025-12-28 14:03:00,740.0 -22030,buy_contrast_m10_bb_pos,buy,2025-12-28 14:06:00,742.0 -22031,buy_contrast_m10_bb_pos,buy,2025-12-28 14:09:00,742.0 -22032,buy_contrast_m10_bb_pos,buy,2025-12-28 14:30:00,741.0 -22033,buy_contrast_m10_bb_pos,buy,2025-12-28 14:33:00,743.0 -22034,buy_contrast_m10_bb_pos,buy,2025-12-28 14:36:00,743.0 -22035,buy_contrast_m10_bb_pos,buy,2025-12-28 14:39:00,742.0 -22036,buy_contrast_m10_bb_pos,buy,2025-12-28 21:12:00,740.0 -22037,buy_contrast_m10_bb_pos,buy,2025-12-28 21:15:00,740.0 -22038,buy_contrast_m10_bb_pos,buy,2025-12-28 21:18:00,739.0 -22039,buy_contrast_m10_bb_pos,buy,2025-12-28 21:30:00,739.0 -22040,buy_contrast_m10_bb_pos,buy,2025-12-28 21:33:00,738.0 -22041,buy_contrast_m10_bb_pos,buy,2025-12-28 21:36:00,738.0 -22042,buy_contrast_m10_bb_pos,buy,2025-12-28 21:39:00,738.0 -22043,buy_contrast_m10_bb_pos,buy,2025-12-28 21:51:00,736.0 -22044,buy_contrast_m10_bb_pos,buy,2025-12-28 21:54:00,737.0 -22045,buy_contrast_m10_bb_pos,buy,2025-12-28 21:57:00,736.0 -22046,buy_contrast_m10_bb_pos,buy,2025-12-28 22:00:00,736.0 -22047,buy_contrast_m10_bb_pos,buy,2025-12-28 22:03:00,737.0 -22048,buy_contrast_m10_bb_pos,buy,2025-12-28 22:06:00,739.0 -22049,buy_contrast_m10_bb_pos,buy,2025-12-28 22:09:00,738.0 -22050,buy_contrast_m10_bb_pos,buy,2025-12-29 03:21:00,736.0 -22051,buy_contrast_m10_bb_pos,buy,2025-12-29 03:24:00,736.0 -22052,buy_contrast_m10_bb_pos,buy,2025-12-29 03:27:00,736.0 -22053,buy_contrast_m10_bb_pos,buy,2025-12-29 03:42:00,736.0 -22054,buy_contrast_m10_bb_pos,buy,2025-12-29 03:45:00,735.0 -22055,buy_contrast_m10_bb_pos,buy,2025-12-29 03:48:00,733.0 -22056,buy_contrast_m10_bb_pos,buy,2025-12-29 04:12:00,735.0 -22057,buy_contrast_m10_bb_pos,buy,2025-12-29 04:15:00,734.0 -22058,buy_contrast_m10_bb_pos,buy,2025-12-29 04:18:00,734.0 -22059,buy_contrast_m10_bb_pos,buy,2025-12-29 04:21:00,734.0 -22060,buy_contrast_m10_bb_pos,buy,2025-12-29 04:24:00,734.0 -22061,buy_contrast_m10_bb_pos,buy,2025-12-29 04:27:00,733.0 -22062,buy_contrast_m10_bb_pos,buy,2025-12-29 04:42:00,731.0 -22063,buy_contrast_m10_bb_pos,buy,2025-12-29 04:45:00,730.0 -22064,buy_contrast_m10_bb_pos,buy,2025-12-29 04:48:00,731.0 -22065,buy_contrast_m10_bb_pos,buy,2025-12-29 04:51:00,732.0 -22066,buy_contrast_m10_bb_pos,buy,2025-12-29 04:54:00,732.0 -22067,buy_contrast_m10_bb_pos,buy,2025-12-29 04:57:00,732.0 -22068,buy_contrast_m10_bb_pos,buy,2025-12-29 05:00:00,731.0 -22069,buy_contrast_m10_bb_pos,buy,2025-12-29 05:03:00,732.0 -22070,buy_contrast_m10_bb_pos,buy,2025-12-29 05:06:00,729.0 -22071,buy_contrast_m10_bb_pos,buy,2025-12-29 05:09:00,731.0 -22072,buy_contrast_m10_bb_pos,buy,2025-12-29 05:12:00,730.0 -22073,buy_contrast_m10_bb_pos,buy,2025-12-29 05:15:00,731.0 -22074,buy_contrast_m10_bb_pos,buy,2025-12-29 05:18:00,733.0 -22075,buy_contrast_m10_bb_pos,buy,2025-12-29 06:30:00,729.0 -22076,buy_contrast_m10_bb_pos,buy,2025-12-29 06:33:00,730.0 -22077,buy_contrast_m10_bb_pos,buy,2025-12-29 06:36:00,730.0 -22078,buy_contrast_m10_bb_pos,buy,2025-12-29 06:39:00,729.0 -22079,buy_contrast_m10_bb_pos,buy,2025-12-29 06:42:00,729.0 -22080,buy_contrast_m10_bb_pos,buy,2025-12-29 06:45:00,729.0 -22081,buy_contrast_m10_bb_pos,buy,2025-12-29 06:48:00,730.0 -22082,buy_contrast_m10_bb_pos,buy,2025-12-29 15:51:00,745.0 -22083,buy_contrast_m10_bb_pos,buy,2025-12-29 15:54:00,744.0 -22084,buy_contrast_m10_bb_pos,buy,2025-12-29 15:57:00,744.0 -22085,buy_contrast_m10_bb_pos,buy,2025-12-29 16:00:00,744.0 -22086,buy_contrast_m10_bb_pos,buy,2025-12-29 16:03:00,744.0 -22087,buy_contrast_m10_bb_pos,buy,2025-12-29 16:06:00,744.0 -22088,buy_contrast_m10_bb_pos,buy,2025-12-29 16:09:00,740.0 -22089,buy_contrast_m10_bb_pos,buy,2025-12-29 19:00:00,736.0 -22090,buy_contrast_m10_bb_pos,buy,2025-12-29 19:03:00,736.0 -22091,buy_contrast_m10_bb_pos,buy,2025-12-29 19:06:00,737.0 -22092,buy_contrast_m10_bb_pos,buy,2025-12-29 19:09:00,738.0 -22093,buy_contrast_m10_bb_pos,buy,2025-12-29 21:00:00,733.0 -22094,buy_contrast_m10_bb_pos,buy,2025-12-29 21:03:00,733.0 -22095,buy_contrast_m10_bb_pos,buy,2025-12-29 21:06:00,731.0 -22096,buy_contrast_m10_bb_pos,buy,2025-12-29 21:09:00,725.0 -22097,buy_contrast_m10_bb_pos,buy,2025-12-29 21:30:00,726.0 -22098,buy_contrast_m10_bb_pos,buy,2025-12-29 21:33:00,726.0 -22099,buy_contrast_m10_bb_pos,buy,2025-12-29 21:36:00,726.0 -22100,buy_contrast_m10_bb_pos,buy,2025-12-29 21:39:00,726.0 -22101,buy_contrast_m10_bb_pos,buy,2025-12-29 21:42:00,726.0 -22102,buy_contrast_m10_bb_pos,buy,2025-12-29 21:45:00,726.0 -22103,buy_contrast_m10_bb_pos,buy,2025-12-29 21:48:00,726.0 -22104,buy_contrast_m10_bb_pos,buy,2025-12-29 21:51:00,727.0 -22105,buy_contrast_m10_bb_pos,buy,2025-12-29 21:54:00,727.0 -22106,buy_contrast_m10_bb_pos,buy,2025-12-29 21:57:00,727.0 -22107,buy_contrast_m10_bb_pos,buy,2025-12-29 22:30:00,723.0 -22108,buy_contrast_m10_bb_pos,buy,2025-12-29 22:33:00,723.0 -22109,buy_contrast_m10_bb_pos,buy,2025-12-29 22:36:00,723.0 -22110,buy_contrast_m10_bb_pos,buy,2025-12-29 22:39:00,723.0 -22111,buy_contrast_m10_bb_pos,buy,2025-12-29 22:42:00,723.0 -22112,buy_contrast_m10_bb_pos,buy,2025-12-29 22:45:00,723.0 -22113,buy_contrast_m10_bb_pos,buy,2025-12-29 22:48:00,722.0 -22114,buy_contrast_m10_bb_pos,buy,2025-12-29 22:51:00,721.0 -22115,buy_contrast_m10_bb_pos,buy,2025-12-29 22:54:00,723.0 -22116,buy_contrast_m10_bb_pos,buy,2025-12-29 22:57:00,722.0 -22117,buy_contrast_m10_bb_pos,buy,2025-12-30 03:51:00,720.0 -22118,buy_contrast_m10_bb_pos,buy,2025-12-30 03:54:00,719.0 -22119,buy_contrast_m10_bb_pos,buy,2025-12-30 03:57:00,718.0 -22120,buy_contrast_m10_bb_pos,buy,2025-12-30 04:30:00,720.0 -22121,buy_contrast_m10_bb_pos,buy,2025-12-30 04:33:00,722.0 -22122,buy_contrast_m10_bb_pos,buy,2025-12-30 04:36:00,720.0 -22123,buy_contrast_m10_bb_pos,buy,2025-12-30 04:39:00,719.0 -22124,buy_contrast_m10_bb_pos,buy,2025-12-30 04:42:00,719.0 -22125,buy_contrast_m10_bb_pos,buy,2025-12-30 04:45:00,720.0 -22126,buy_contrast_m10_bb_pos,buy,2025-12-30 04:48:00,720.0 -22127,buy_contrast_m10_bb_pos,buy,2025-12-30 05:00:00,719.0 -22128,buy_contrast_m10_bb_pos,buy,2025-12-30 05:03:00,719.0 -22129,buy_contrast_m10_bb_pos,buy,2025-12-30 05:06:00,719.0 -22130,buy_contrast_m10_bb_pos,buy,2025-12-30 05:09:00,720.0 -22131,buy_contrast_m10_bb_pos,buy,2025-12-30 05:30:00,718.0 -22132,buy_contrast_m10_bb_pos,buy,2025-12-30 05:33:00,717.0 -22133,buy_contrast_m10_bb_pos,buy,2025-12-30 05:36:00,716.0 -22134,buy_contrast_m10_bb_pos,buy,2025-12-30 05:39:00,715.0 -22135,buy_contrast_m10_bb_pos,buy,2025-12-30 05:51:00,717.0 -22136,buy_contrast_m10_bb_pos,buy,2025-12-30 05:54:00,718.0 -22137,buy_contrast_m10_bb_pos,buy,2025-12-30 05:57:00,719.0 -22138,buy_contrast_m10_bb_pos,buy,2025-12-30 09:51:00,716.0 -22139,buy_contrast_m10_bb_pos,buy,2025-12-30 09:54:00,715.0 -22140,buy_contrast_m10_bb_pos,buy,2025-12-30 09:57:00,717.0 -22141,buy_contrast_m10_bb_pos,buy,2025-12-30 10:42:00,716.0 -22142,buy_contrast_m10_bb_pos,buy,2025-12-30 10:45:00,717.0 -22143,buy_contrast_m10_bb_pos,buy,2025-12-30 10:48:00,718.0 -22144,buy_contrast_m10_bb_pos,buy,2025-12-30 11:30:00,715.0 -22145,buy_contrast_m10_bb_pos,buy,2025-12-30 11:33:00,715.0 -22146,buy_contrast_m10_bb_pos,buy,2025-12-30 11:36:00,716.0 -22147,buy_contrast_m10_bb_pos,buy,2025-12-30 11:39:00,715.0 -22148,buy_contrast_m10_bb_pos,buy,2025-12-30 14:51:00,713.0 -22149,buy_contrast_m10_bb_pos,buy,2025-12-30 14:54:00,714.0 -22150,buy_contrast_m10_bb_pos,buy,2025-12-30 14:57:00,714.0 -22151,buy_contrast_m10_bb_pos,buy,2025-12-30 23:42:00,719.0 -22152,buy_contrast_m10_bb_pos,buy,2025-12-30 23:45:00,720.0 -22153,buy_contrast_m10_bb_pos,buy,2025-12-30 23:48:00,721.0 -22154,buy_contrast_m10_bb_pos,buy,2025-12-31 00:21:00,718.0 -22155,buy_contrast_m10_bb_pos,buy,2025-12-31 00:24:00,719.0 -22156,buy_contrast_m10_bb_pos,buy,2025-12-31 00:27:00,719.0 -22157,buy_contrast_m10_bb_pos,buy,2025-12-31 01:42:00,717.0 -22158,buy_contrast_m10_bb_pos,buy,2025-12-31 01:45:00,716.0 -22159,buy_contrast_m10_bb_pos,buy,2025-12-31 01:48:00,716.0 -22160,buy_contrast_m10_bb_pos,buy,2025-12-31 02:30:00,715.0 -22161,buy_contrast_m10_bb_pos,buy,2025-12-31 02:33:00,715.0 -22162,buy_contrast_m10_bb_pos,buy,2025-12-31 02:36:00,715.0 -22163,buy_contrast_m10_bb_pos,buy,2025-12-31 02:39:00,715.0 -22164,buy_contrast_m10_bb_pos,buy,2025-12-31 02:42:00,715.0 -22165,buy_contrast_m10_bb_pos,buy,2025-12-31 02:45:00,714.0 -22166,buy_contrast_m10_bb_pos,buy,2025-12-31 02:48:00,713.0 -22167,buy_contrast_m10_bb_pos,buy,2025-12-31 03:00:00,713.0 -22168,buy_contrast_m10_bb_pos,buy,2025-12-31 03:03:00,713.0 -22169,buy_contrast_m10_bb_pos,buy,2025-12-31 03:06:00,714.0 -22170,buy_contrast_m10_bb_pos,buy,2025-12-31 03:09:00,713.0 -22171,buy_contrast_m10_bb_pos,buy,2025-12-31 04:12:00,711.0 -22172,buy_contrast_m10_bb_pos,buy,2025-12-31 04:15:00,711.0 -22173,buy_contrast_m10_bb_pos,buy,2025-12-31 04:18:00,711.0 -22174,buy_contrast_m10_bb_pos,buy,2025-12-31 06:42:00,711.0 -22175,buy_contrast_m10_bb_pos,buy,2025-12-31 06:45:00,713.0 -22176,buy_contrast_m10_bb_pos,buy,2025-12-31 06:48:00,712.0 -22177,buy_contrast_m10_bb_pos,buy,2025-12-31 07:42:00,712.0 -22178,buy_contrast_m10_bb_pos,buy,2025-12-31 07:45:00,712.0 -22179,buy_contrast_m10_bb_pos,buy,2025-12-31 07:48:00,713.0 -22180,buy_contrast_m10_bb_pos,buy,2025-12-31 09:12:00,712.0 -22181,buy_contrast_m10_bb_pos,buy,2025-12-31 09:15:00,711.0 -22182,buy_contrast_m10_bb_pos,buy,2025-12-31 09:18:00,712.0 -22183,buy_contrast_m10_bb_pos,buy,2025-12-31 12:42:00,712.0 -22184,buy_contrast_m10_bb_pos,buy,2025-12-31 12:45:00,713.0 -22185,buy_contrast_m10_bb_pos,buy,2025-12-31 12:48:00,713.0 -22186,buy_contrast_m10_bb_pos,buy,2025-12-31 14:00:00,712.0 -22187,buy_contrast_m10_bb_pos,buy,2025-12-31 14:03:00,714.0 -22188,buy_contrast_m10_bb_pos,buy,2025-12-31 14:06:00,713.0 -22189,buy_contrast_m10_bb_pos,buy,2025-12-31 14:09:00,712.0 -22190,buy_contrast_m10_bb_pos,buy,2025-12-31 15:30:00,712.0 -22191,buy_contrast_m10_bb_pos,buy,2025-12-31 15:33:00,712.0 -22192,buy_contrast_m10_bb_pos,buy,2025-12-31 15:36:00,712.0 -22193,buy_contrast_m10_bb_pos,buy,2025-12-31 15:39:00,712.0 -22194,buy_contrast_m10_bb_pos,buy,2025-12-31 15:42:00,711.0 -22195,buy_contrast_m10_bb_pos,buy,2025-12-31 15:45:00,712.0 -22196,buy_contrast_m10_bb_pos,buy,2025-12-31 15:48:00,713.0 -22197,buy_contrast_m10_bb_pos,buy,2025-12-31 16:00:00,712.0 -22198,buy_contrast_m10_bb_pos,buy,2025-12-31 16:03:00,713.0 -22199,buy_contrast_m10_bb_pos,buy,2025-12-31 16:06:00,713.0 -22200,buy_contrast_m10_bb_pos,buy,2025-12-31 16:09:00,712.0 -22201,buy_contrast_m10_bb_pos,buy,2025-12-31 16:12:00,712.0 -22202,buy_contrast_m10_bb_pos,buy,2025-12-31 16:15:00,712.0 -22203,buy_contrast_m10_bb_pos,buy,2025-12-31 16:18:00,712.0 -22204,buy_contrast_m10_bb_pos,buy,2025-12-31 16:51:00,712.0 -22205,buy_contrast_m10_bb_pos,buy,2025-12-31 16:54:00,712.0 -22206,buy_contrast_m10_bb_pos,buy,2025-12-31 16:57:00,712.0 -22207,buy_contrast_m10_bb_pos,buy,2025-12-31 18:12:00,708.0 -22208,buy_contrast_m10_bb_pos,buy,2025-12-31 18:15:00,708.0 -22209,buy_contrast_m10_bb_pos,buy,2025-12-31 18:18:00,708.0 -22210,buy_contrast_m10_bb_pos,buy,2025-12-31 18:21:00,709.0 -22211,buy_contrast_m10_bb_pos,buy,2025-12-31 18:24:00,709.0 -22212,buy_contrast_m10_bb_pos,buy,2025-12-31 18:27:00,709.0 -22213,buy_contrast_m10_bb_pos,buy,2025-12-31 18:30:00,708.0 -22214,buy_contrast_m10_bb_pos,buy,2025-12-31 18:33:00,709.0 -22215,buy_contrast_m10_bb_pos,buy,2025-12-31 18:36:00,709.0 -22216,buy_contrast_m10_bb_pos,buy,2025-12-31 18:39:00,710.0 -22217,buy_contrast_m10_bb_pos,buy,2025-12-31 21:51:00,710.0 -22218,buy_contrast_m10_bb_pos,buy,2025-12-31 21:54:00,709.0 -22219,buy_contrast_m10_bb_pos,buy,2025-12-31 21:57:00,710.0 -22220,buy_contrast_m10_bb_pos,buy,2026-01-01 01:00:00,708.0 -22221,buy_contrast_m10_bb_pos,buy,2026-01-01 01:03:00,709.0 -22222,buy_contrast_m10_bb_pos,buy,2026-01-01 01:06:00,707.0 -22223,buy_contrast_m10_bb_pos,buy,2026-01-01 01:09:00,709.0 -22224,buy_contrast_m10_bb_pos,buy,2026-01-01 02:12:00,692.0 -22225,buy_contrast_m10_bb_pos,buy,2026-01-01 02:15:00,691.0 -22226,buy_contrast_m10_bb_pos,buy,2026-01-01 02:18:00,693.0 -22227,buy_contrast_m10_bb_pos,buy,2026-01-01 02:21:00,694.0 -22228,buy_contrast_m10_bb_pos,buy,2026-01-01 02:24:00,693.0 -22229,buy_contrast_m10_bb_pos,buy,2026-01-01 02:27:00,693.0 -22230,buy_contrast_m10_bb_pos,buy,2026-01-01 02:30:00,693.0 -22231,buy_contrast_m10_bb_pos,buy,2026-01-01 02:33:00,694.0 -22232,buy_contrast_m10_bb_pos,buy,2026-01-01 02:36:00,693.0 -22233,buy_contrast_m10_bb_pos,buy,2026-01-01 02:39:00,691.0 -22234,buy_contrast_m10_bb_pos,buy,2026-01-01 02:42:00,691.0 -22235,buy_contrast_m10_bb_pos,buy,2026-01-01 02:45:00,691.0 -22236,buy_contrast_m10_bb_pos,buy,2026-01-01 02:48:00,690.0 -22237,buy_contrast_m10_bb_pos,buy,2026-01-01 02:51:00,690.0 -22238,buy_contrast_m10_bb_pos,buy,2026-01-01 02:54:00,691.0 -22239,buy_contrast_m10_bb_pos,buy,2026-01-01 02:57:00,689.0 -22240,buy_contrast_m10_bb_pos,buy,2026-01-01 03:00:00,690.0 -22241,buy_contrast_m10_bb_pos,buy,2026-01-01 03:03:00,689.0 -22242,buy_contrast_m10_bb_pos,buy,2026-01-01 03:06:00,689.0 -22243,buy_contrast_m10_bb_pos,buy,2026-01-01 03:09:00,692.0 -22244,buy_contrast_m10_bb_pos,buy,2026-01-01 10:30:00,701.0 -22245,buy_contrast_m10_bb_pos,buy,2026-01-01 10:33:00,703.0 -22246,buy_contrast_m10_bb_pos,buy,2026-01-01 10:36:00,703.0 -22247,buy_contrast_m10_bb_pos,buy,2026-01-01 10:39:00,702.0 -22248,buy_contrast_m10_bb_pos,buy,2026-01-01 12:51:00,700.0 -22249,buy_contrast_m10_bb_pos,buy,2026-01-01 12:54:00,700.0 -22250,buy_contrast_m10_bb_pos,buy,2026-01-01 12:57:00,700.0 -22251,buy_contrast_m10_bb_pos,buy,2026-01-01 13:30:00,699.0 -22252,buy_contrast_m10_bb_pos,buy,2026-01-01 13:33:00,699.0 -22253,buy_contrast_m10_bb_pos,buy,2026-01-01 13:36:00,698.0 -22254,buy_contrast_m10_bb_pos,buy,2026-01-01 13:39:00,699.0 -22255,buy_contrast_m10_bb_pos,buy,2026-01-01 21:42:00,710.0 -22256,buy_contrast_m10_bb_pos,buy,2026-01-01 21:45:00,709.0 -22257,buy_contrast_m10_bb_pos,buy,2026-01-01 21:48:00,711.0 -22258,buy_contrast_m10_bb_pos,buy,2026-01-02 11:30:00,749.0 -22259,buy_contrast_m10_bb_pos,buy,2026-01-02 11:33:00,753.0 -22260,buy_contrast_m10_bb_pos,buy,2026-01-02 11:36:00,754.0 -22261,buy_contrast_m10_bb_pos,buy,2026-01-02 11:39:00,754.0 -22262,buy_contrast_m10_bb_pos,buy,2026-01-02 16:30:00,758.0 -22263,buy_contrast_m10_bb_pos,buy,2026-01-02 16:33:00,755.0 -22264,buy_contrast_m10_bb_pos,buy,2026-01-02 16:36:00,757.0 -22265,buy_contrast_m10_bb_pos,buy,2026-01-02 16:39:00,756.0 -22266,buy_contrast_m10_bb_pos,buy,2026-01-02 16:51:00,756.0 -22267,buy_contrast_m10_bb_pos,buy,2026-01-02 16:54:00,757.0 -22268,buy_contrast_m10_bb_pos,buy,2026-01-02 16:57:00,758.0 -22269,buy_contrast_m10_bb_pos,buy,2026-01-03 05:51:00,786.0 -22270,buy_contrast_m10_bb_pos,buy,2026-01-03 05:54:00,786.0 -22271,buy_contrast_m10_bb_pos,buy,2026-01-03 05:57:00,786.0 -22272,buy_contrast_m10_bb_pos,buy,2026-01-03 17:00:00,813.0 -22273,buy_contrast_m10_bb_pos,buy,2026-01-03 17:03:00,811.0 -22274,buy_contrast_m10_bb_pos,buy,2026-01-03 17:06:00,807.0 -22275,buy_contrast_m10_bb_pos,buy,2026-01-03 17:09:00,807.0 -22276,buy_contrast_m10_bb_pos,buy,2026-01-03 17:12:00,810.0 -22277,buy_contrast_m10_bb_pos,buy,2026-01-03 17:15:00,809.0 -22278,buy_contrast_m10_bb_pos,buy,2026-01-03 17:18:00,811.0 -22279,buy_contrast_m10_bb_pos,buy,2026-01-04 00:21:00,824.0 -22280,buy_contrast_m10_bb_pos,buy,2026-01-04 00:24:00,822.0 -22281,buy_contrast_m10_bb_pos,buy,2026-01-04 00:27:00,823.0 -22282,buy_contrast_m10_bb_pos,buy,2026-01-04 10:42:00,842.0 -22283,buy_contrast_m10_bb_pos,buy,2026-01-04 10:45:00,841.0 -22284,buy_contrast_m10_bb_pos,buy,2026-01-04 10:48:00,842.0 -22285,buy_contrast_m10_bb_pos,buy,2026-01-04 16:21:00,848.0 -22286,buy_contrast_m10_bb_pos,buy,2026-01-04 16:24:00,849.0 -22287,buy_contrast_m10_bb_pos,buy,2026-01-04 16:27:00,844.0 -22288,buy_contrast_m10_bb_pos,buy,2026-01-04 16:42:00,851.0 -22289,buy_contrast_m10_bb_pos,buy,2026-01-04 16:45:00,852.0 -22290,buy_contrast_m10_bb_pos,buy,2026-01-04 16:48:00,855.0 -22291,buy_contrast_m10_bb_pos,buy,2026-01-04 17:21:00,849.0 -22292,buy_contrast_m10_bb_pos,buy,2026-01-04 17:24:00,849.0 -22293,buy_contrast_m10_bb_pos,buy,2026-01-04 17:27:00,847.0 -22294,buy_contrast_m10_bb_pos,buy,2026-01-04 17:30:00,848.0 -22295,buy_contrast_m10_bb_pos,buy,2026-01-04 17:33:00,852.0 -22296,buy_contrast_m10_bb_pos,buy,2026-01-04 17:36:00,851.0 -22297,buy_contrast_m10_bb_pos,buy,2026-01-04 17:39:00,852.0 -22298,buy_contrast_m10_bb_pos,buy,2026-01-05 03:42:00,867.0 -22299,buy_contrast_m10_bb_pos,buy,2026-01-05 03:45:00,870.0 -22300,buy_contrast_m10_bb_pos,buy,2026-01-05 03:48:00,867.0 -22301,buy_contrast_m10_bb_pos,buy,2026-01-05 04:42:00,858.0 -22302,buy_contrast_m10_bb_pos,buy,2026-01-05 04:45:00,859.0 -22303,buy_contrast_m10_bb_pos,buy,2026-01-05 04:48:00,859.0 -22304,buy_contrast_m10_bb_pos,buy,2026-01-05 04:51:00,859.0 -22305,buy_contrast_m10_bb_pos,buy,2026-01-05 04:54:00,860.0 -22306,buy_contrast_m10_bb_pos,buy,2026-01-05 04:57:00,860.0 -22307,buy_contrast_m10_bb_pos,buy,2026-01-05 13:12:00,869.0 -22308,buy_contrast_m10_bb_pos,buy,2026-01-05 13:15:00,867.0 -22309,buy_contrast_m10_bb_pos,buy,2026-01-05 13:18:00,865.0 -22310,buy_contrast_m10_bb_pos,buy,2026-01-05 13:51:00,859.0 -22311,buy_contrast_m10_bb_pos,buy,2026-01-05 13:54:00,860.0 -22312,buy_contrast_m10_bb_pos,buy,2026-01-05 13:57:00,860.0 -22313,buy_contrast_m10_bb_pos,buy,2026-01-05 14:00:00,859.0 -22314,buy_contrast_m10_bb_pos,buy,2026-01-05 14:03:00,857.0 -22315,buy_contrast_m10_bb_pos,buy,2026-01-05 14:06:00,859.0 -22316,buy_contrast_m10_bb_pos,buy,2026-01-05 14:09:00,856.0 -22317,buy_contrast_m10_bb_pos,buy,2026-01-05 14:12:00,860.0 -22318,buy_contrast_m10_bb_pos,buy,2026-01-05 14:15:00,860.0 -22319,buy_contrast_m10_bb_pos,buy,2026-01-05 14:18:00,861.0 -22320,buy_contrast_m10_bb_pos,buy,2026-01-05 18:12:00,859.0 -22321,buy_contrast_m10_bb_pos,buy,2026-01-05 18:15:00,858.0 -22322,buy_contrast_m10_bb_pos,buy,2026-01-05 18:18:00,860.0 -22323,buy_contrast_m10_bb_pos,buy,2026-01-06 11:00:00,914.0 -22324,buy_contrast_m10_bb_pos,buy,2026-01-06 11:03:00,915.0 -22325,buy_contrast_m10_bb_pos,buy,2026-01-06 11:06:00,913.0 -22326,buy_contrast_m10_bb_pos,buy,2026-01-06 11:09:00,911.0 -22327,buy_contrast_m10_bb_pos,buy,2026-01-06 11:12:00,915.0 -22328,buy_contrast_m10_bb_pos,buy,2026-01-06 11:15:00,916.0 -22329,buy_contrast_m10_bb_pos,buy,2026-01-06 11:18:00,916.0 -22330,buy_contrast_m10_bb_pos,buy,2026-01-06 15:00:00,915.0 -22331,buy_contrast_m10_bb_pos,buy,2026-01-06 15:03:00,916.0 -22332,buy_contrast_m10_bb_pos,buy,2026-01-06 15:06:00,917.0 -22333,buy_contrast_m10_bb_pos,buy,2026-01-06 15:09:00,917.0 -22334,buy_contrast_m10_bb_pos,buy,2026-01-06 15:30:00,913.0 -22335,buy_contrast_m10_bb_pos,buy,2026-01-06 15:33:00,916.0 -22336,buy_contrast_m10_bb_pos,buy,2026-01-06 15:36:00,915.0 -22337,buy_contrast_m10_bb_pos,buy,2026-01-06 15:39:00,916.0 -22338,buy_contrast_m10_bb_pos,buy,2026-01-06 17:00:00,900.0 -22339,buy_contrast_m10_bb_pos,buy,2026-01-06 17:03:00,903.0 -22340,buy_contrast_m10_bb_pos,buy,2026-01-06 17:06:00,904.0 -22341,buy_contrast_m10_bb_pos,buy,2026-01-06 17:09:00,905.0 -22342,buy_contrast_m10_bb_pos,buy,2026-01-06 17:42:00,900.0 -22343,buy_contrast_m10_bb_pos,buy,2026-01-06 17:45:00,900.0 -22344,buy_contrast_m10_bb_pos,buy,2026-01-06 17:48:00,897.0 -22345,buy_contrast_m10_bb_pos,buy,2026-01-07 00:42:00,917.0 -22346,buy_contrast_m10_bb_pos,buy,2026-01-07 00:45:00,917.0 -22347,buy_contrast_m10_bb_pos,buy,2026-01-07 00:48:00,917.0 -22348,buy_contrast_m10_bb_pos,buy,2026-01-07 00:51:00,918.0 -22349,buy_contrast_m10_bb_pos,buy,2026-01-07 00:54:00,915.0 -22350,buy_contrast_m10_bb_pos,buy,2026-01-07 00:57:00,914.0 -22351,buy_contrast_m10_bb_pos,buy,2026-01-07 01:00:00,920.0 -22352,buy_contrast_m10_bb_pos,buy,2026-01-07 01:03:00,922.0 -22353,buy_contrast_m10_bb_pos,buy,2026-01-07 01:06:00,921.0 -22354,buy_contrast_m10_bb_pos,buy,2026-01-07 01:09:00,911.0 -22355,buy_contrast_m10_bb_pos,buy,2026-01-07 01:51:00,907.0 -22356,buy_contrast_m10_bb_pos,buy,2026-01-07 01:54:00,912.0 -22357,buy_contrast_m10_bb_pos,buy,2026-01-07 01:57:00,907.0 -22358,buy_contrast_m10_bb_pos,buy,2026-01-07 02:00:00,907.0 -22359,buy_contrast_m10_bb_pos,buy,2026-01-07 02:03:00,906.0 -22360,buy_contrast_m10_bb_pos,buy,2026-01-07 02:06:00,909.0 -22361,buy_contrast_m10_bb_pos,buy,2026-01-07 02:09:00,910.0 -22362,buy_contrast_m10_bb_pos,buy,2026-01-07 02:21:00,907.0 -22363,buy_contrast_m10_bb_pos,buy,2026-01-07 02:24:00,909.0 -22364,buy_contrast_m10_bb_pos,buy,2026-01-07 02:27:00,910.0 -22365,buy_contrast_m10_bb_pos,buy,2026-01-07 09:30:00,915.0 -22366,buy_contrast_m10_bb_pos,buy,2026-01-07 09:33:00,913.0 -22367,buy_contrast_m10_bb_pos,buy,2026-01-07 09:36:00,914.0 -22368,buy_contrast_m10_bb_pos,buy,2026-01-07 09:39:00,912.0 -22369,buy_contrast_m10_bb_pos,buy,2026-01-07 10:30:00,901.0 -22370,buy_contrast_m10_bb_pos,buy,2026-01-07 10:33:00,898.0 -22371,buy_contrast_m10_bb_pos,buy,2026-01-07 10:36:00,898.0 -22372,buy_contrast_m10_bb_pos,buy,2026-01-07 10:39:00,898.0 -22373,buy_contrast_m10_bb_pos,buy,2026-01-07 10:42:00,898.0 -22374,buy_contrast_m10_bb_pos,buy,2026-01-07 10:45:00,898.0 -22375,buy_contrast_m10_bb_pos,buy,2026-01-07 10:48:00,899.0 -22376,buy_contrast_m10_bb_pos,buy,2026-01-07 10:51:00,894.0 -22377,buy_contrast_m10_bb_pos,buy,2026-01-07 10:54:00,894.0 -22378,buy_contrast_m10_bb_pos,buy,2026-01-07 10:57:00,894.0 -22379,buy_contrast_m10_bb_pos,buy,2026-01-07 11:00:00,894.0 -22380,buy_contrast_m10_bb_pos,buy,2026-01-07 11:03:00,893.0 -22381,buy_contrast_m10_bb_pos,buy,2026-01-07 11:06:00,896.0 -22382,buy_contrast_m10_bb_pos,buy,2026-01-07 11:09:00,896.0 -22383,buy_contrast_m10_bb_pos,buy,2026-01-07 15:00:00,894.0 -22384,buy_contrast_m10_bb_pos,buy,2026-01-07 15:03:00,895.0 -22385,buy_contrast_m10_bb_pos,buy,2026-01-07 15:06:00,895.0 -22386,buy_contrast_m10_bb_pos,buy,2026-01-07 15:09:00,894.0 -22387,buy_contrast_m10_bb_pos,buy,2026-01-07 22:42:00,893.0 -22388,buy_contrast_m10_bb_pos,buy,2026-01-07 22:45:00,892.0 -22389,buy_contrast_m10_bb_pos,buy,2026-01-07 22:48:00,890.0 -22390,buy_contrast_m10_bb_pos,buy,2026-01-07 22:51:00,888.0 -22391,buy_contrast_m10_bb_pos,buy,2026-01-07 22:54:00,888.0 -22392,buy_contrast_m10_bb_pos,buy,2026-01-07 22:57:00,888.0 -22393,buy_contrast_m10_bb_pos,buy,2026-01-07 23:00:00,887.0 -22394,buy_contrast_m10_bb_pos,buy,2026-01-07 23:03:00,879.0 -22395,buy_contrast_m10_bb_pos,buy,2026-01-07 23:06:00,881.0 -22396,buy_contrast_m10_bb_pos,buy,2026-01-07 23:09:00,877.0 -22397,buy_contrast_m10_bb_pos,buy,2026-01-08 00:12:00,873.0 -22398,buy_contrast_m10_bb_pos,buy,2026-01-08 00:15:00,872.0 -22399,buy_contrast_m10_bb_pos,buy,2026-01-08 00:18:00,869.0 -22400,buy_contrast_m10_bb_pos,buy,2026-01-08 00:30:00,869.0 -22401,buy_contrast_m10_bb_pos,buy,2026-01-08 00:33:00,868.0 -22402,buy_contrast_m10_bb_pos,buy,2026-01-08 00:36:00,869.0 -22403,buy_contrast_m10_bb_pos,buy,2026-01-08 00:39:00,867.0 -22404,buy_contrast_m10_bb_pos,buy,2026-01-08 00:42:00,868.0 -22405,buy_contrast_m10_bb_pos,buy,2026-01-08 00:45:00,867.0 -22406,buy_contrast_m10_bb_pos,buy,2026-01-08 00:48:00,868.0 -22407,buy_contrast_m10_bb_pos,buy,2026-01-08 04:21:00,865.0 -22408,buy_contrast_m10_bb_pos,buy,2026-01-08 04:24:00,865.0 -22409,buy_contrast_m10_bb_pos,buy,2026-01-08 04:27:00,865.0 -22410,buy_contrast_m10_bb_pos,buy,2026-01-08 04:30:00,867.0 -22411,buy_contrast_m10_bb_pos,buy,2026-01-08 04:33:00,871.0 -22412,buy_contrast_m10_bb_pos,buy,2026-01-08 04:36:00,873.0 -22413,buy_contrast_m10_bb_pos,buy,2026-01-08 04:39:00,872.0 -22414,buy_contrast_m10_bb_pos,buy,2026-01-08 05:12:00,868.0 -22415,buy_contrast_m10_bb_pos,buy,2026-01-08 05:15:00,867.0 -22416,buy_contrast_m10_bb_pos,buy,2026-01-08 05:18:00,867.0 -22417,buy_contrast_m10_bb_pos,buy,2026-01-08 05:21:00,866.0 -22418,buy_contrast_m10_bb_pos,buy,2026-01-08 05:24:00,865.0 -22419,buy_contrast_m10_bb_pos,buy,2026-01-08 05:27:00,865.0 -22420,buy_contrast_m10_bb_pos,buy,2026-01-08 05:30:00,866.0 -22421,buy_contrast_m10_bb_pos,buy,2026-01-08 05:33:00,866.0 -22422,buy_contrast_m10_bb_pos,buy,2026-01-08 05:36:00,866.0 -22423,buy_contrast_m10_bb_pos,buy,2026-01-08 05:39:00,868.0 -22424,buy_contrast_m10_bb_pos,buy,2026-01-08 05:51:00,867.0 -22425,buy_contrast_m10_bb_pos,buy,2026-01-08 05:54:00,866.0 -22426,buy_contrast_m10_bb_pos,buy,2026-01-08 05:57:00,867.0 -22427,buy_contrast_m10_bb_pos,buy,2026-01-08 08:00:00,864.0 -22428,buy_contrast_m10_bb_pos,buy,2026-01-08 08:03:00,864.0 -22429,buy_contrast_m10_bb_pos,buy,2026-01-08 08:06:00,860.0 -22430,buy_contrast_m10_bb_pos,buy,2026-01-08 08:09:00,861.0 -22431,buy_contrast_m10_bb_pos,buy,2026-01-08 09:21:00,862.0 -22432,buy_contrast_m10_bb_pos,buy,2026-01-08 09:24:00,861.0 -22433,buy_contrast_m10_bb_pos,buy,2026-01-08 09:27:00,863.0 -22434,buy_contrast_m10_bb_pos,buy,2026-01-08 09:30:00,862.0 -22435,buy_contrast_m10_bb_pos,buy,2026-01-08 09:33:00,862.0 -22436,buy_contrast_m10_bb_pos,buy,2026-01-08 09:36:00,863.0 -22437,buy_contrast_m10_bb_pos,buy,2026-01-08 09:39:00,862.0 -22438,buy_contrast_m10_bb_pos,buy,2026-01-08 09:42:00,861.0 -22439,buy_contrast_m10_bb_pos,buy,2026-01-08 09:45:00,863.0 -22440,buy_contrast_m10_bb_pos,buy,2026-01-08 09:48:00,867.0 -22441,buy_contrast_m10_bb_pos,buy,2026-01-08 13:21:00,858.0 -22442,buy_contrast_m10_bb_pos,buy,2026-01-08 13:24:00,857.0 -22443,buy_contrast_m10_bb_pos,buy,2026-01-08 13:27:00,863.0 -22444,buy_contrast_m10_bb_pos,buy,2026-01-08 15:21:00,859.0 -22445,buy_contrast_m10_bb_pos,buy,2026-01-08 15:24:00,857.0 -22446,buy_contrast_m10_bb_pos,buy,2026-01-08 15:27:00,856.0 -22447,buy_contrast_m10_bb_pos,buy,2026-01-08 18:30:00,848.0 -22448,buy_contrast_m10_bb_pos,buy,2026-01-08 18:33:00,849.0 -22449,buy_contrast_m10_bb_pos,buy,2026-01-08 18:36:00,850.0 -22450,buy_contrast_m10_bb_pos,buy,2026-01-08 18:39:00,851.0 -22451,buy_contrast_m10_bb_pos,buy,2026-01-08 19:00:00,847.0 -22452,buy_contrast_m10_bb_pos,buy,2026-01-08 19:03:00,841.0 -22453,buy_contrast_m10_bb_pos,buy,2026-01-08 19:06:00,845.0 -22454,buy_contrast_m10_bb_pos,buy,2026-01-08 19:09:00,843.0 -22455,buy_contrast_m10_bb_pos,buy,2026-01-08 20:12:00,842.0 -22456,buy_contrast_m10_bb_pos,buy,2026-01-08 20:15:00,843.0 -22457,buy_contrast_m10_bb_pos,buy,2026-01-08 20:18:00,843.0 -22458,buy_contrast_m10_bb_pos,buy,2026-01-08 20:21:00,840.0 -22459,buy_contrast_m10_bb_pos,buy,2026-01-08 20:24:00,840.0 -22460,buy_contrast_m10_bb_pos,buy,2026-01-08 20:27:00,840.0 -22461,buy_contrast_m10_bb_pos,buy,2026-01-08 20:30:00,841.0 -22462,buy_contrast_m10_bb_pos,buy,2026-01-08 20:33:00,841.0 -22463,buy_contrast_m10_bb_pos,buy,2026-01-08 20:36:00,839.0 -22464,buy_contrast_m10_bb_pos,buy,2026-01-08 20:39:00,839.0 -22465,buy_contrast_m10_bb_pos,buy,2026-01-08 20:42:00,842.0 -22466,buy_contrast_m10_bb_pos,buy,2026-01-08 20:45:00,841.0 -22467,buy_contrast_m10_bb_pos,buy,2026-01-08 20:48:00,842.0 -22468,buy_contrast_m10_bb_pos,buy,2026-01-08 21:12:00,836.0 -22469,buy_contrast_m10_bb_pos,buy,2026-01-08 21:15:00,837.0 -22470,buy_contrast_m10_bb_pos,buy,2026-01-08 21:18:00,836.0 -22471,buy_contrast_m10_bb_pos,buy,2026-01-08 21:21:00,839.0 -22472,buy_contrast_m10_bb_pos,buy,2026-01-08 21:24:00,839.0 -22473,buy_contrast_m10_bb_pos,buy,2026-01-08 21:27:00,840.0 -22474,buy_contrast_m10_bb_pos,buy,2026-01-08 21:51:00,836.0 -22475,buy_contrast_m10_bb_pos,buy,2026-01-08 21:54:00,834.0 -22476,buy_contrast_m10_bb_pos,buy,2026-01-08 21:57:00,835.0 -22477,buy_contrast_m10_bb_pos,buy,2026-01-08 22:00:00,836.0 -22478,buy_contrast_m10_bb_pos,buy,2026-01-08 22:03:00,837.0 -22479,buy_contrast_m10_bb_pos,buy,2026-01-08 22:06:00,836.0 -22480,buy_contrast_m10_bb_pos,buy,2026-01-08 22:09:00,838.0 -22481,buy_contrast_m10_bb_pos,buy,2026-01-08 22:42:00,837.0 -22482,buy_contrast_m10_bb_pos,buy,2026-01-08 22:45:00,837.0 -22483,buy_contrast_m10_bb_pos,buy,2026-01-08 22:48:00,836.0 -22484,buy_contrast_m10_bb_pos,buy,2026-01-08 23:21:00,834.0 -22485,buy_contrast_m10_bb_pos,buy,2026-01-08 23:24:00,832.0 -22486,buy_contrast_m10_bb_pos,buy,2026-01-08 23:27:00,832.0 -22487,buy_contrast_m10_bb_pos,buy,2026-01-09 04:51:00,853.0 -22488,buy_contrast_m10_bb_pos,buy,2026-01-09 04:54:00,852.0 -22489,buy_contrast_m10_bb_pos,buy,2026-01-09 04:57:00,850.0 -22490,buy_contrast_m10_bb_pos,buy,2026-01-09 10:00:00,852.0 -22491,buy_contrast_m10_bb_pos,buy,2026-01-09 10:03:00,853.0 -22492,buy_contrast_m10_bb_pos,buy,2026-01-09 10:06:00,855.0 -22493,buy_contrast_m10_bb_pos,buy,2026-01-09 10:09:00,853.0 -22494,buy_contrast_m10_bb_pos,buy,2026-01-09 11:51:00,846.0 -22495,buy_contrast_m10_bb_pos,buy,2026-01-09 11:54:00,847.0 -22496,buy_contrast_m10_bb_pos,buy,2026-01-09 11:57:00,847.0 -22497,buy_contrast_m10_bb_pos,buy,2026-01-09 12:00:00,845.0 -22498,buy_contrast_m10_bb_pos,buy,2026-01-09 12:03:00,846.0 -22499,buy_contrast_m10_bb_pos,buy,2026-01-09 12:06:00,847.0 -22500,buy_contrast_m10_bb_pos,buy,2026-01-09 12:09:00,849.0 -22501,buy_contrast_m10_bb_pos,buy,2026-01-09 19:00:00,851.0 -22502,buy_contrast_m10_bb_pos,buy,2026-01-09 19:03:00,849.0 -22503,buy_contrast_m10_bb_pos,buy,2026-01-09 19:06:00,849.0 -22504,buy_contrast_m10_bb_pos,buy,2026-01-09 19:09:00,850.0 -22505,buy_contrast_m10_bb_pos,buy,2026-01-09 19:21:00,849.0 -22506,buy_contrast_m10_bb_pos,buy,2026-01-09 19:24:00,848.0 -22507,buy_contrast_m10_bb_pos,buy,2026-01-09 19:27:00,848.0 -22508,buy_contrast_m10_bb_pos,buy,2026-01-09 19:30:00,848.0 -22509,buy_contrast_m10_bb_pos,buy,2026-01-09 19:33:00,846.0 -22510,buy_contrast_m10_bb_pos,buy,2026-01-09 19:36:00,847.0 -22511,buy_contrast_m10_bb_pos,buy,2026-01-09 19:39:00,849.0 -22512,buy_contrast_m10_bb_pos,buy,2026-01-09 21:21:00,846.0 -22513,buy_contrast_m10_bb_pos,buy,2026-01-09 21:24:00,846.0 -22514,buy_contrast_m10_bb_pos,buy,2026-01-09 21:27:00,847.0 -22515,buy_contrast_m10_bb_pos,buy,2026-01-09 21:42:00,846.0 -22516,buy_contrast_m10_bb_pos,buy,2026-01-09 21:45:00,845.0 -22517,buy_contrast_m10_bb_pos,buy,2026-01-09 21:48:00,846.0 -22518,buy_contrast_m10_bb_pos,buy,2026-01-09 22:00:00,846.0 -22519,buy_contrast_m10_bb_pos,buy,2026-01-09 22:03:00,848.0 -22520,buy_contrast_m10_bb_pos,buy,2026-01-09 22:06:00,847.0 -22521,buy_contrast_m10_bb_pos,buy,2026-01-09 22:09:00,848.0 -22522,buy_contrast_m10_bb_pos,buy,2026-01-10 03:30:00,852.0 -22523,buy_contrast_m10_bb_pos,buy,2026-01-10 03:33:00,852.0 -22524,buy_contrast_m10_bb_pos,buy,2026-01-10 03:36:00,857.0 -22525,buy_contrast_m10_bb_pos,buy,2026-01-10 03:39:00,856.0 -22526,buy_contrast_m10_bb_pos,buy,2026-01-10 03:42:00,856.0 -22527,buy_contrast_m10_bb_pos,buy,2026-01-10 03:45:00,855.0 -22528,buy_contrast_m10_bb_pos,buy,2026-01-10 03:48:00,855.0 -22529,buy_contrast_m10_bb_pos,buy,2026-01-10 04:12:00,852.0 -22530,buy_contrast_m10_bb_pos,buy,2026-01-10 04:15:00,851.0 -22531,buy_contrast_m10_bb_pos,buy,2026-01-10 04:18:00,848.0 -22532,buy_contrast_m10_bb_pos,buy,2026-01-10 04:21:00,847.0 -22533,buy_contrast_m10_bb_pos,buy,2026-01-10 04:24:00,849.0 -22534,buy_contrast_m10_bb_pos,buy,2026-01-10 04:27:00,849.0 -22535,buy_contrast_m10_bb_pos,buy,2026-01-10 04:30:00,849.0 -22536,buy_contrast_m10_bb_pos,buy,2026-01-10 04:33:00,848.0 -22537,buy_contrast_m10_bb_pos,buy,2026-01-10 04:36:00,849.0 -22538,buy_contrast_m10_bb_pos,buy,2026-01-10 04:39:00,849.0 -22539,buy_contrast_m10_bb_pos,buy,2026-01-10 09:21:00,850.0 -22540,buy_contrast_m10_bb_pos,buy,2026-01-10 09:24:00,850.0 -22541,buy_contrast_m10_bb_pos,buy,2026-01-10 09:27:00,850.0 -22542,buy_contrast_m10_bb_pos,buy,2026-01-10 09:42:00,851.0 -22543,buy_contrast_m10_bb_pos,buy,2026-01-10 09:45:00,849.0 -22544,buy_contrast_m10_bb_pos,buy,2026-01-10 09:48:00,848.0 -22545,buy_contrast_m10_bb_pos,buy,2026-01-10 11:51:00,847.0 -22546,buy_contrast_m10_bb_pos,buy,2026-01-10 11:54:00,849.0 -22547,buy_contrast_m10_bb_pos,buy,2026-01-10 11:57:00,849.0 -22548,buy_contrast_m10_bb_pos,buy,2026-01-10 12:30:00,846.0 -22549,buy_contrast_m10_bb_pos,buy,2026-01-10 12:33:00,845.0 -22550,buy_contrast_m10_bb_pos,buy,2026-01-10 12:36:00,843.0 -22551,buy_contrast_m10_bb_pos,buy,2026-01-10 12:39:00,845.0 -22552,buy_contrast_m10_bb_pos,buy,2026-01-10 12:51:00,845.0 -22553,buy_contrast_m10_bb_pos,buy,2026-01-10 12:54:00,845.0 -22554,buy_contrast_m10_bb_pos,buy,2026-01-10 12:57:00,847.0 -22555,buy_contrast_m10_bb_pos,buy,2026-01-10 13:12:00,843.0 -22556,buy_contrast_m10_bb_pos,buy,2026-01-10 13:15:00,843.0 -22557,buy_contrast_m10_bb_pos,buy,2026-01-10 13:18:00,845.0 -22558,buy_contrast_m10_bb_pos,buy,2026-01-10 13:42:00,844.0 -22559,buy_contrast_m10_bb_pos,buy,2026-01-10 13:45:00,844.0 -22560,buy_contrast_m10_bb_pos,buy,2026-01-10 13:48:00,843.0 -22561,buy_contrast_m10_bb_pos,buy,2026-01-10 15:00:00,842.0 -22562,buy_contrast_m10_bb_pos,buy,2026-01-10 15:03:00,842.0 -22563,buy_contrast_m10_bb_pos,buy,2026-01-10 15:06:00,843.0 -22564,buy_contrast_m10_bb_pos,buy,2026-01-10 15:09:00,843.0 -22565,buy_contrast_m10_bb_pos,buy,2026-01-10 23:42:00,856.0 -22566,buy_contrast_m10_bb_pos,buy,2026-01-10 23:45:00,857.0 -22567,buy_contrast_m10_bb_pos,buy,2026-01-10 23:48:00,856.0 -22568,buy_contrast_m10_bb_pos,buy,2026-01-10 23:51:00,856.0 -22569,buy_contrast_m10_bb_pos,buy,2026-01-10 23:54:00,856.0 -22570,buy_contrast_m10_bb_pos,buy,2026-01-10 23:57:00,856.0 -22571,buy_contrast_m10_bb_pos,buy,2026-01-11 00:00:00,857.0 -22572,buy_contrast_m10_bb_pos,buy,2026-01-11 00:03:00,859.0 -22573,buy_contrast_m10_bb_pos,buy,2026-01-11 00:06:00,859.0 -22574,buy_contrast_m10_bb_pos,buy,2026-01-11 00:09:00,856.0 -22575,buy_contrast_m10_bb_pos,buy,2026-01-11 00:12:00,857.0 -22576,buy_contrast_m10_bb_pos,buy,2026-01-11 00:15:00,857.0 -22577,buy_contrast_m10_bb_pos,buy,2026-01-11 00:18:00,857.0 -22578,buy_contrast_m10_bb_pos,buy,2026-01-11 00:30:00,856.0 -22579,buy_contrast_m10_bb_pos,buy,2026-01-11 00:33:00,856.0 -22580,buy_contrast_m10_bb_pos,buy,2026-01-11 00:36:00,857.0 -22581,buy_contrast_m10_bb_pos,buy,2026-01-11 00:39:00,856.0 -22582,buy_contrast_m10_bb_pos,buy,2026-01-11 01:21:00,851.0 -22583,buy_contrast_m10_bb_pos,buy,2026-01-11 01:24:00,853.0 -22584,buy_contrast_m10_bb_pos,buy,2026-01-11 01:27:00,854.0 -22585,buy_contrast_m10_bb_pos,buy,2026-01-11 02:51:00,851.0 -22586,buy_contrast_m10_bb_pos,buy,2026-01-11 02:54:00,849.0 -22587,buy_contrast_m10_bb_pos,buy,2026-01-11 02:57:00,847.0 -22588,buy_contrast_m10_bb_pos,buy,2026-01-11 06:42:00,847.0 -22589,buy_contrast_m10_bb_pos,buy,2026-01-11 06:45:00,847.0 -22590,buy_contrast_m10_bb_pos,buy,2026-01-11 06:51:00,846.0 -22591,buy_contrast_m10_bb_pos,buy,2026-01-11 06:54:00,846.0 -22592,buy_contrast_m10_bb_pos,buy,2026-01-11 06:57:00,848.0 -22593,buy_contrast_m10_bb_pos,buy,2026-01-11 07:00:00,847.0 -22594,buy_contrast_m10_bb_pos,buy,2026-01-11 07:03:00,846.0 -22595,buy_contrast_m10_bb_pos,buy,2026-01-11 07:06:00,845.0 -22596,buy_contrast_m10_bb_pos,buy,2026-01-11 07:09:00,846.0 -22597,buy_contrast_m10_bb_pos,buy,2026-01-11 07:12:00,846.0 -22598,buy_contrast_m10_bb_pos,buy,2026-01-11 07:15:00,846.0 -22599,buy_contrast_m10_bb_pos,buy,2026-01-11 07:18:00,847.0 -22600,buy_contrast_m10_bb_pos,buy,2026-01-11 07:21:00,846.0 -22601,buy_contrast_m10_bb_pos,buy,2026-01-11 07:24:00,846.0 -22602,buy_contrast_m10_bb_pos,buy,2026-01-11 07:27:00,845.0 -22603,buy_contrast_m10_bb_pos,buy,2026-01-11 07:30:00,845.0 -22604,buy_contrast_m10_bb_pos,buy,2026-01-11 07:33:00,845.0 -22605,buy_contrast_m10_bb_pos,buy,2026-01-11 07:36:00,846.0 -22606,buy_contrast_m10_bb_pos,buy,2026-01-11 07:39:00,846.0 -22607,buy_contrast_m10_bb_pos,buy,2026-01-11 07:51:00,842.0 -22608,buy_contrast_m10_bb_pos,buy,2026-01-11 07:54:00,841.0 -22609,buy_contrast_m10_bb_pos,buy,2026-01-11 07:57:00,841.0 -22610,buy_contrast_m10_bb_pos,buy,2026-01-11 08:12:00,841.0 -22611,buy_contrast_m10_bb_pos,buy,2026-01-11 08:15:00,841.0 -22612,buy_contrast_m10_bb_pos,buy,2026-01-11 08:18:00,841.0 -22613,buy_contrast_m10_bb_pos,buy,2026-01-11 08:21:00,841.0 -22614,buy_contrast_m10_bb_pos,buy,2026-01-11 08:24:00,841.0 -22615,buy_contrast_m10_bb_pos,buy,2026-01-11 08:27:00,842.0 -22616,buy_contrast_m10_bb_pos,buy,2026-01-11 15:42:00,842.0 -22617,buy_contrast_m10_bb_pos,buy,2026-01-11 15:45:00,842.0 -22618,buy_contrast_m10_bb_pos,buy,2026-01-11 15:48:00,843.0 -22619,buy_contrast_m10_bb_pos,buy,2026-01-12 00:30:00,850.0 -22620,buy_contrast_m10_bb_pos,buy,2026-01-12 00:33:00,849.0 -22621,buy_contrast_m10_bb_pos,buy,2026-01-12 00:36:00,849.0 -22622,buy_contrast_m10_bb_pos,buy,2026-01-12 00:39:00,849.0 -22623,buy_contrast_m10_bb_pos,buy,2026-01-12 00:42:00,848.0 -22624,buy_contrast_m10_bb_pos,buy,2026-01-12 00:45:00,844.0 -22625,buy_contrast_m10_bb_pos,buy,2026-01-12 00:48:00,842.0 -22626,buy_contrast_m10_bb_pos,buy,2026-01-12 01:12:00,843.0 -22627,buy_contrast_m10_bb_pos,buy,2026-01-12 01:15:00,841.0 -22628,buy_contrast_m10_bb_pos,buy,2026-01-12 01:18:00,843.0 -22629,buy_contrast_m10_bb_pos,buy,2026-01-12 01:21:00,844.0 -22630,buy_contrast_m10_bb_pos,buy,2026-01-12 01:24:00,843.0 -22631,buy_contrast_m10_bb_pos,buy,2026-01-12 01:27:00,843.0 -22632,buy_contrast_m10_bb_pos,buy,2026-01-12 05:42:00,838.0 -22633,buy_contrast_m10_bb_pos,buy,2026-01-12 05:45:00,836.0 -22634,buy_contrast_m10_bb_pos,buy,2026-01-12 05:48:00,837.0 -22635,buy_contrast_m10_bb_pos,buy,2026-01-12 05:51:00,836.0 -22636,buy_contrast_m10_bb_pos,buy,2026-01-12 05:54:00,837.0 -22637,buy_contrast_m10_bb_pos,buy,2026-01-12 05:57:00,837.0 -22638,buy_contrast_m10_bb_pos,buy,2026-01-12 06:00:00,835.0 -22639,buy_contrast_m10_bb_pos,buy,2026-01-12 06:03:00,835.0 -22640,buy_contrast_m10_bb_pos,buy,2026-01-12 06:06:00,830.0 -22641,buy_contrast_m10_bb_pos,buy,2026-01-12 06:09:00,831.0 -22642,buy_contrast_m10_bb_pos,buy,2026-01-12 06:12:00,833.0 -22643,buy_contrast_m10_bb_pos,buy,2026-01-12 06:15:00,835.0 -22644,buy_contrast_m10_bb_pos,buy,2026-01-12 06:18:00,835.0 -22645,buy_contrast_m10_bb_pos,buy,2026-01-12 06:21:00,835.0 -22646,buy_contrast_m10_bb_pos,buy,2026-01-12 06:24:00,835.0 -22647,buy_contrast_m10_bb_pos,buy,2026-01-12 06:27:00,836.0 -22648,buy_contrast_m10_bb_pos,buy,2026-01-12 07:12:00,828.0 -22649,buy_contrast_m10_bb_pos,buy,2026-01-12 07:15:00,830.0 -22650,buy_contrast_m10_bb_pos,buy,2026-01-12 07:18:00,830.0 -22651,buy_contrast_m10_bb_pos,buy,2026-01-12 08:00:00,829.0 -22652,buy_contrast_m10_bb_pos,buy,2026-01-12 08:03:00,829.0 -22653,buy_contrast_m10_bb_pos,buy,2026-01-12 08:06:00,824.0 -22654,buy_contrast_m10_bb_pos,buy,2026-01-12 08:09:00,826.0 -22655,buy_contrast_m10_bb_pos,buy,2026-01-12 08:12:00,830.0 -22656,buy_contrast_m10_bb_pos,buy,2026-01-12 08:15:00,833.0 -22657,buy_contrast_m10_bb_pos,buy,2026-01-12 08:18:00,837.0 -22658,buy_contrast_m10_bb_pos,buy,2026-01-12 16:00:00,850.0 -22659,buy_contrast_m10_bb_pos,buy,2026-01-12 16:03:00,850.0 -22660,buy_contrast_m10_bb_pos,buy,2026-01-12 16:06:00,853.0 -22661,buy_contrast_m10_bb_pos,buy,2026-01-12 16:09:00,854.0 -22662,buy_contrast_m10_bb_pos,buy,2026-01-12 16:21:00,848.0 -22663,buy_contrast_m10_bb_pos,buy,2026-01-12 16:24:00,849.0 -22664,buy_contrast_m10_bb_pos,buy,2026-01-12 16:27:00,849.0 -22665,buy_contrast_m10_bb_pos,buy,2026-01-12 16:30:00,849.0 -22666,buy_contrast_m10_bb_pos,buy,2026-01-12 16:33:00,845.0 -22667,buy_contrast_m10_bb_pos,buy,2026-01-12 16:36:00,842.0 -22668,buy_contrast_m10_bb_pos,buy,2026-01-12 16:39:00,842.0 -22669,buy_contrast_m10_bb_pos,buy,2026-01-12 17:00:00,841.0 -22670,buy_contrast_m10_bb_pos,buy,2026-01-12 17:03:00,845.0 -22671,buy_contrast_m10_bb_pos,buy,2026-01-12 17:06:00,844.0 -22672,buy_contrast_m10_bb_pos,buy,2026-01-12 17:09:00,843.0 -22673,buy_contrast_m10_bb_pos,buy,2026-01-12 17:51:00,833.0 -22674,buy_contrast_m10_bb_pos,buy,2026-01-12 17:54:00,835.0 -22675,buy_contrast_m10_bb_pos,buy,2026-01-12 17:57:00,838.0 -22676,buy_contrast_m10_bb_pos,buy,2026-01-12 18:00:00,837.0 -22677,buy_contrast_m10_bb_pos,buy,2026-01-12 18:03:00,835.0 -22678,buy_contrast_m10_bb_pos,buy,2026-01-12 18:06:00,837.0 -22679,buy_contrast_m10_bb_pos,buy,2026-01-12 18:09:00,836.0 -22680,buy_contrast_m10_bb_pos,buy,2026-01-12 18:12:00,834.0 -22681,buy_contrast_m10_bb_pos,buy,2026-01-12 18:15:00,835.0 -22682,buy_contrast_m10_bb_pos,buy,2026-01-12 18:18:00,836.0 -22683,buy_contrast_m10_bb_pos,buy,2026-01-12 18:42:00,835.0 -22684,buy_contrast_m10_bb_pos,buy,2026-01-12 18:45:00,834.0 -22685,buy_contrast_m10_bb_pos,buy,2026-01-12 18:48:00,834.0 -22686,buy_contrast_m10_bb_pos,buy,2026-01-12 22:00:00,831.0 -22687,buy_contrast_m10_bb_pos,buy,2026-01-12 22:03:00,833.0 -22688,buy_contrast_m10_bb_pos,buy,2026-01-12 22:06:00,832.0 -22689,buy_contrast_m10_bb_pos,buy,2026-01-12 22:09:00,831.0 -22690,buy_contrast_m10_bb_pos,buy,2026-01-12 22:12:00,831.0 -22691,buy_contrast_m10_bb_pos,buy,2026-01-12 22:15:00,828.0 -22692,buy_contrast_m10_bb_pos,buy,2026-01-12 22:18:00,828.0 -22693,buy_contrast_m10_bb_pos,buy,2026-01-12 22:42:00,826.0 -22694,buy_contrast_m10_bb_pos,buy,2026-01-12 22:45:00,824.0 -22695,buy_contrast_m10_bb_pos,buy,2026-01-12 22:48:00,823.0 -22696,buy_contrast_m10_bb_pos,buy,2026-01-12 23:30:00,823.0 -22697,buy_contrast_m10_bb_pos,buy,2026-01-12 23:33:00,829.0 -22698,buy_contrast_m10_bb_pos,buy,2026-01-12 23:36:00,828.0 -22699,buy_contrast_m10_bb_pos,buy,2026-01-12 23:39:00,832.0 -22700,buy_contrast_m10_bb_pos,buy,2026-01-13 02:54:00,833.0 -22701,buy_contrast_m10_bb_pos,buy,2026-01-13 02:57:00,832.0 -22702,buy_contrast_m10_bb_pos,buy,2026-01-13 03:00:00,831.0 -22703,buy_contrast_m10_bb_pos,buy,2026-01-13 03:03:00,832.0 -22704,buy_contrast_m10_bb_pos,buy,2026-01-13 03:06:00,832.0 -22705,buy_contrast_m10_bb_pos,buy,2026-01-13 03:09:00,833.0 -22706,buy_contrast_m10_bb_pos,buy,2026-01-13 05:51:00,826.0 -22707,buy_contrast_m10_bb_pos,buy,2026-01-13 05:54:00,825.0 -22708,buy_contrast_m10_bb_pos,buy,2026-01-13 05:57:00,824.0 -22709,buy_contrast_m10_bb_pos,buy,2026-01-13 06:12:00,825.0 -22710,buy_contrast_m10_bb_pos,buy,2026-01-13 06:15:00,823.0 -22711,buy_contrast_m10_bb_pos,buy,2026-01-13 06:18:00,823.0 -22712,buy_contrast_m10_bb_pos,buy,2026-01-13 06:21:00,822.0 -22713,buy_contrast_m10_bb_pos,buy,2026-01-13 06:24:00,821.0 -22714,buy_contrast_m10_bb_pos,buy,2026-01-13 06:27:00,821.0 -22715,buy_contrast_m10_bb_pos,buy,2026-01-13 06:42:00,820.0 -22716,buy_contrast_m10_bb_pos,buy,2026-01-13 06:45:00,820.0 -22717,buy_contrast_m10_bb_pos,buy,2026-01-13 06:48:00,819.0 -22718,buy_contrast_m10_bb_pos,buy,2026-01-13 06:51:00,819.0 -22719,buy_contrast_m10_bb_pos,buy,2026-01-13 06:54:00,820.0 -22720,buy_contrast_m10_bb_pos,buy,2026-01-13 06:57:00,819.0 -22721,buy_contrast_m10_bb_pos,buy,2026-01-13 07:00:00,821.0 -22722,buy_contrast_m10_bb_pos,buy,2026-01-13 07:03:00,823.0 -22723,buy_contrast_m10_bb_pos,buy,2026-01-13 07:06:00,822.0 -22724,buy_contrast_m10_bb_pos,buy,2026-01-13 07:09:00,822.0 -22725,buy_contrast_m10_bb_pos,buy,2026-01-13 08:12:00,818.0 -22726,buy_contrast_m10_bb_pos,buy,2026-01-13 08:15:00,819.0 -22727,buy_contrast_m10_bb_pos,buy,2026-01-13 08:18:00,818.0 -22728,buy_contrast_m10_bb_pos,buy,2026-01-13 08:21:00,818.0 -22729,buy_contrast_m10_bb_pos,buy,2026-01-13 08:24:00,818.0 -22730,buy_contrast_m10_bb_pos,buy,2026-01-13 08:27:00,821.0 -22731,buy_contrast_m10_bb_pos,buy,2026-01-13 12:12:00,822.0 -22732,buy_contrast_m10_bb_pos,buy,2026-01-13 12:15:00,824.0 -22733,buy_contrast_m10_bb_pos,buy,2026-01-13 12:18:00,825.0 -22734,buy_contrast_m10_bb_pos,buy,2026-01-14 04:00:00,883.0 -22735,buy_contrast_m10_bb_pos,buy,2026-01-14 04:03:00,881.0 -22736,buy_contrast_m10_bb_pos,buy,2026-01-14 04:06:00,880.0 -22737,buy_contrast_m10_bb_pos,buy,2026-01-14 04:09:00,881.0 -22738,buy_contrast_m10_bb_pos,buy,2026-01-14 04:12:00,880.0 -22739,buy_contrast_m10_bb_pos,buy,2026-01-14 04:15:00,880.0 -22740,buy_contrast_m10_bb_pos,buy,2026-01-14 04:18:00,882.0 -22741,buy_contrast_m10_bb_pos,buy,2026-01-14 06:00:00,880.0 -22742,buy_contrast_m10_bb_pos,buy,2026-01-14 06:03:00,880.0 -22743,buy_contrast_m10_bb_pos,buy,2026-01-14 06:06:00,882.0 -22744,buy_contrast_m10_bb_pos,buy,2026-01-14 06:09:00,880.0 -22745,buy_contrast_m10_bb_pos,buy,2026-01-14 12:00:00,904.0 -22746,buy_contrast_m10_bb_pos,buy,2026-01-14 12:03:00,905.0 -22747,buy_contrast_m10_bb_pos,buy,2026-01-14 12:06:00,904.0 -22748,buy_contrast_m10_bb_pos,buy,2026-01-14 12:09:00,903.0 -22749,buy_contrast_m10_bb_pos,buy,2026-01-14 12:30:00,904.0 -22750,buy_contrast_m10_bb_pos,buy,2026-01-14 12:33:00,905.0 -22751,buy_contrast_m10_bb_pos,buy,2026-01-14 12:36:00,908.0 -22752,buy_contrast_m10_bb_pos,buy,2026-01-14 12:39:00,907.0 -22753,buy_contrast_m10_bb_pos,buy,2026-01-14 13:12:00,903.0 -22754,buy_contrast_m10_bb_pos,buy,2026-01-14 13:15:00,903.0 -22755,buy_contrast_m10_bb_pos,buy,2026-01-14 13:18:00,904.0 -22756,buy_contrast_m10_bb_pos,buy,2026-01-14 14:21:00,901.0 -22757,buy_contrast_m10_bb_pos,buy,2026-01-14 14:24:00,898.0 -22758,buy_contrast_m10_bb_pos,buy,2026-01-14 14:27:00,898.0 -22759,buy_contrast_m10_bb_pos,buy,2026-01-14 14:42:00,902.0 -22760,buy_contrast_m10_bb_pos,buy,2026-01-14 14:45:00,901.0 -22761,buy_contrast_m10_bb_pos,buy,2026-01-14 14:48:00,902.0 -22762,buy_contrast_m10_bb_pos,buy,2026-01-14 15:12:00,900.0 -22763,buy_contrast_m10_bb_pos,buy,2026-01-14 15:15:00,900.0 -22764,buy_contrast_m10_bb_pos,buy,2026-01-14 15:18:00,899.0 -22765,buy_contrast_m10_bb_pos,buy,2026-01-14 17:00:00,894.0 -22766,buy_contrast_m10_bb_pos,buy,2026-01-14 17:03:00,894.0 -22767,buy_contrast_m10_bb_pos,buy,2026-01-14 17:06:00,895.0 -22768,buy_contrast_m10_bb_pos,buy,2026-01-14 17:09:00,897.0 -22769,buy_contrast_m10_bb_pos,buy,2026-01-14 17:51:00,892.0 -22770,buy_contrast_m10_bb_pos,buy,2026-01-14 17:54:00,892.0 -22771,buy_contrast_m10_bb_pos,buy,2026-01-14 17:57:00,893.0 -22772,buy_contrast_m10_bb_pos,buy,2026-01-14 18:00:00,892.0 -22773,buy_contrast_m10_bb_pos,buy,2026-01-14 18:03:00,893.0 -22774,buy_contrast_m10_bb_pos,buy,2026-01-14 18:06:00,893.0 -22775,buy_contrast_m10_bb_pos,buy,2026-01-14 18:09:00,894.0 -22776,buy_contrast_m10_bb_pos,buy,2026-01-14 20:30:00,890.0 -22777,buy_contrast_m10_bb_pos,buy,2026-01-14 20:33:00,891.0 -22778,buy_contrast_m10_bb_pos,buy,2026-01-14 20:36:00,890.0 -22779,buy_contrast_m10_bb_pos,buy,2026-01-14 20:39:00,891.0 -22780,buy_contrast_m10_bb_pos,buy,2026-01-14 20:42:00,888.0 -22781,buy_contrast_m10_bb_pos,buy,2026-01-14 20:45:00,889.0 -22782,buy_contrast_m10_bb_pos,buy,2026-01-14 20:48:00,888.0 -22783,buy_contrast_m10_bb_pos,buy,2026-01-14 20:51:00,888.0 -22784,buy_contrast_m10_bb_pos,buy,2026-01-14 20:54:00,887.0 -22785,buy_contrast_m10_bb_pos,buy,2026-01-14 20:57:00,886.0 -22786,buy_contrast_m10_bb_pos,buy,2026-01-14 21:00:00,888.0 -22787,buy_contrast_m10_bb_pos,buy,2026-01-14 21:03:00,890.0 -22788,buy_contrast_m10_bb_pos,buy,2026-01-14 21:06:00,892.0 -22789,buy_contrast_m10_bb_pos,buy,2026-01-14 21:09:00,892.0 -22790,buy_contrast_m10_bb_pos,buy,2026-01-15 03:00:00,889.0 -22791,buy_contrast_m10_bb_pos,buy,2026-01-15 03:03:00,891.0 -22792,buy_contrast_m10_bb_pos,buy,2026-01-15 03:06:00,891.0 -22793,buy_contrast_m10_bb_pos,buy,2026-01-15 03:09:00,890.0 -22794,buy_contrast_m10_bb_pos,buy,2026-01-15 03:21:00,889.0 -22795,buy_contrast_m10_bb_pos,buy,2026-01-15 03:24:00,887.0 -22796,buy_contrast_m10_bb_pos,buy,2026-01-15 03:27:00,888.0 -22797,buy_contrast_m10_bb_pos,buy,2026-01-15 03:30:00,888.0 -22798,buy_contrast_m10_bb_pos,buy,2026-01-15 03:33:00,882.0 -22799,buy_contrast_m10_bb_pos,buy,2026-01-15 03:36:00,877.0 -22800,buy_contrast_m10_bb_pos,buy,2026-01-15 03:39:00,876.0 -22801,buy_contrast_m10_bb_pos,buy,2026-01-15 04:00:00,876.0 -22802,buy_contrast_m10_bb_pos,buy,2026-01-15 04:03:00,876.0 -22803,buy_contrast_m10_bb_pos,buy,2026-01-15 04:06:00,880.0 -22804,buy_contrast_m10_bb_pos,buy,2026-01-15 04:09:00,880.0 -22805,buy_contrast_m10_bb_pos,buy,2026-01-15 07:51:00,875.0 -22806,buy_contrast_m10_bb_pos,buy,2026-01-15 07:54:00,874.0 -22807,buy_contrast_m10_bb_pos,buy,2026-01-15 07:57:00,872.0 -22808,buy_contrast_m10_bb_pos,buy,2026-01-15 08:00:00,873.0 -22809,buy_contrast_m10_bb_pos,buy,2026-01-15 08:03:00,875.0 -22810,buy_contrast_m10_bb_pos,buy,2026-01-15 08:06:00,877.0 -22811,buy_contrast_m10_bb_pos,buy,2026-01-15 08:09:00,878.0 -22812,buy_contrast_m10_bb_pos,buy,2026-01-15 11:00:00,872.0 -22813,buy_contrast_m10_bb_pos,buy,2026-01-15 11:03:00,874.0 -22814,buy_contrast_m10_bb_pos,buy,2026-01-15 11:06:00,872.0 -22815,buy_contrast_m10_bb_pos,buy,2026-01-15 11:09:00,873.0 -22816,buy_contrast_m10_bb_pos,buy,2026-01-15 11:30:00,872.0 -22817,buy_contrast_m10_bb_pos,buy,2026-01-15 11:33:00,874.0 -22818,buy_contrast_m10_bb_pos,buy,2026-01-15 11:36:00,866.0 -22819,buy_contrast_m10_bb_pos,buy,2026-01-15 11:39:00,867.0 -22820,buy_contrast_m10_bb_pos,buy,2026-01-15 13:00:00,849.0 -22821,buy_contrast_m10_bb_pos,buy,2026-01-15 13:03:00,851.0 -22822,buy_contrast_m10_bb_pos,buy,2026-01-15 13:06:00,854.0 -22823,buy_contrast_m10_bb_pos,buy,2026-01-15 13:09:00,853.0 -22824,buy_contrast_m10_bb_pos,buy,2026-01-15 20:51:00,864.0 -22825,buy_contrast_m10_bb_pos,buy,2026-01-15 20:54:00,864.0 -22826,buy_contrast_m10_bb_pos,buy,2026-01-15 20:57:00,863.0 -22827,buy_contrast_m10_bb_pos,buy,2026-01-15 21:00:00,864.0 -22828,buy_contrast_m10_bb_pos,buy,2026-01-15 21:03:00,866.0 -22829,buy_contrast_m10_bb_pos,buy,2026-01-15 21:06:00,868.0 -22830,buy_contrast_m10_bb_pos,buy,2026-01-15 21:09:00,869.0 -22831,buy_contrast_m10_bb_pos,buy,2026-01-15 23:51:00,863.0 -22832,buy_contrast_m10_bb_pos,buy,2026-01-15 23:54:00,864.0 -22833,buy_contrast_m10_bb_pos,buy,2026-01-15 23:57:00,861.0 -22834,buy_contrast_m10_bb_pos,buy,2026-01-16 00:00:00,860.0 -22835,buy_contrast_m10_bb_pos,buy,2026-01-16 00:03:00,863.0 -22836,buy_contrast_m10_bb_pos,buy,2026-01-16 00:06:00,861.0 -22837,buy_contrast_m10_bb_pos,buy,2026-01-16 00:09:00,863.0 -22838,buy_contrast_m10_bb_pos,buy,2026-01-16 00:21:00,860.0 -22839,buy_contrast_m10_bb_pos,buy,2026-01-16 00:24:00,858.0 -22840,buy_contrast_m10_bb_pos,buy,2026-01-16 00:27:00,853.0 -22841,buy_contrast_m10_bb_pos,buy,2026-01-16 01:00:00,847.0 -22842,buy_contrast_m10_bb_pos,buy,2026-01-16 01:03:00,841.0 -22843,buy_contrast_m10_bb_pos,buy,2026-01-16 01:06:00,841.0 -22844,buy_contrast_m10_bb_pos,buy,2026-01-16 01:09:00,842.0 -22845,buy_contrast_m10_bb_pos,buy,2026-01-16 01:12:00,845.0 -22846,buy_contrast_m10_bb_pos,buy,2026-01-16 01:15:00,844.0 -22847,buy_contrast_m10_bb_pos,buy,2026-01-16 01:18:00,845.0 -22848,buy_contrast_m10_bb_pos,buy,2026-01-16 03:00:00,836.0 -22849,buy_contrast_m10_bb_pos,buy,2026-01-16 03:03:00,837.0 -22850,buy_contrast_m10_bb_pos,buy,2026-01-16 03:06:00,838.0 -22851,buy_contrast_m10_bb_pos,buy,2026-01-16 03:09:00,837.0 -22852,buy_contrast_m10_bb_pos,buy,2026-01-16 03:12:00,832.0 -22853,buy_contrast_m10_bb_pos,buy,2026-01-16 03:15:00,831.0 -22854,buy_contrast_m10_bb_pos,buy,2026-01-16 03:18:00,830.0 -22855,buy_contrast_m10_bb_pos,buy,2026-01-16 03:21:00,832.0 -22856,buy_contrast_m10_bb_pos,buy,2026-01-16 03:24:00,831.0 -22857,buy_contrast_m10_bb_pos,buy,2026-01-16 03:27:00,831.0 -22858,buy_contrast_m10_bb_pos,buy,2026-01-16 03:30:00,833.0 -22859,buy_contrast_m10_bb_pos,buy,2026-01-16 03:33:00,831.0 -22860,buy_contrast_m10_bb_pos,buy,2026-01-16 03:36:00,830.0 -22861,buy_contrast_m10_bb_pos,buy,2026-01-16 03:39:00,830.0 -22862,buy_contrast_m10_bb_pos,buy,2026-01-16 04:12:00,826.0 -22863,buy_contrast_m10_bb_pos,buy,2026-01-16 04:15:00,824.0 -22864,buy_contrast_m10_bb_pos,buy,2026-01-16 04:18:00,828.0 -22865,buy_contrast_m10_bb_pos,buy,2026-01-16 04:21:00,826.0 -22866,buy_contrast_m10_bb_pos,buy,2026-01-16 04:24:00,824.0 -22867,buy_contrast_m10_bb_pos,buy,2026-01-16 04:27:00,822.0 -22868,buy_contrast_m10_bb_pos,buy,2026-01-16 04:30:00,823.0 -22869,buy_contrast_m10_bb_pos,buy,2026-01-16 04:33:00,825.0 -22870,buy_contrast_m10_bb_pos,buy,2026-01-16 04:36:00,825.0 -22871,buy_contrast_m10_bb_pos,buy,2026-01-16 04:39:00,824.0 -22872,buy_contrast_m10_bb_pos,buy,2026-01-16 04:42:00,821.0 -22873,buy_contrast_m10_bb_pos,buy,2026-01-16 04:45:00,822.0 -22874,buy_contrast_m10_bb_pos,buy,2026-01-16 04:48:00,825.0 -22875,buy_contrast_m10_bb_pos,buy,2026-01-16 05:51:00,819.0 -22876,buy_contrast_m10_bb_pos,buy,2026-01-16 05:54:00,821.0 -22877,buy_contrast_m10_bb_pos,buy,2026-01-16 05:57:00,820.0 -22878,buy_contrast_m10_bb_pos,buy,2026-01-16 10:21:00,827.0 -22879,buy_contrast_m10_bb_pos,buy,2026-01-16 10:24:00,826.0 -22880,buy_contrast_m10_bb_pos,buy,2026-01-16 10:27:00,825.0 -22881,buy_contrast_m10_bb_pos,buy,2026-01-16 10:30:00,826.0 -22882,buy_contrast_m10_bb_pos,buy,2026-01-16 10:33:00,828.0 -22883,buy_contrast_m10_bb_pos,buy,2026-01-16 10:36:00,828.0 -22884,buy_contrast_m10_bb_pos,buy,2026-01-16 10:39:00,827.0 -22885,buy_contrast_m10_bb_pos,buy,2026-01-16 13:42:00,823.0 -22886,buy_contrast_m10_bb_pos,buy,2026-01-16 13:45:00,822.0 -22887,buy_contrast_m10_bb_pos,buy,2026-01-16 13:48:00,822.0 -22888,buy_contrast_m10_bb_pos,buy,2026-01-16 20:00:00,831.0 -22889,buy_contrast_m10_bb_pos,buy,2026-01-16 20:03:00,832.0 -22890,buy_contrast_m10_bb_pos,buy,2026-01-16 20:06:00,832.0 -22891,buy_contrast_m10_bb_pos,buy,2026-01-16 20:09:00,831.0 -22892,buy_contrast_m10_bb_pos,buy,2026-01-16 20:12:00,832.0 -22893,buy_contrast_m10_bb_pos,buy,2026-01-16 20:15:00,828.0 -22894,buy_contrast_m10_bb_pos,buy,2026-01-16 20:18:00,830.0 -22895,buy_contrast_m10_bb_pos,buy,2026-01-16 20:21:00,830.0 -22896,buy_contrast_m10_bb_pos,buy,2026-01-16 20:24:00,831.0 -22897,buy_contrast_m10_bb_pos,buy,2026-01-16 20:27:00,829.0 -22898,buy_contrast_m10_bb_pos,buy,2026-01-16 22:12:00,828.0 -22899,buy_contrast_m10_bb_pos,buy,2026-01-16 22:15:00,828.0 -22900,buy_contrast_m10_bb_pos,buy,2026-01-16 22:18:00,828.0 -22901,buy_contrast_m10_bb_pos,buy,2026-01-16 22:30:00,828.0 -22902,buy_contrast_m10_bb_pos,buy,2026-01-16 22:33:00,827.0 -22903,buy_contrast_m10_bb_pos,buy,2026-01-16 22:36:00,826.0 -22904,buy_contrast_m10_bb_pos,buy,2026-01-16 22:39:00,826.0 -22905,buy_contrast_m10_bb_pos,buy,2026-01-16 22:51:00,827.0 -22906,buy_contrast_m10_bb_pos,buy,2026-01-16 22:54:00,826.0 -22907,buy_contrast_m10_bb_pos,buy,2026-01-16 22:57:00,827.0 -22908,buy_contrast_m10_bb_pos,buy,2026-01-17 01:12:00,807.0 -22909,buy_contrast_m10_bb_pos,buy,2026-01-17 01:15:00,809.0 -22910,buy_contrast_m10_bb_pos,buy,2026-01-17 01:18:00,806.0 -22911,buy_contrast_m10_bb_pos,buy,2026-01-17 04:12:00,807.0 -22912,buy_contrast_m10_bb_pos,buy,2026-01-17 04:15:00,808.0 -22913,buy_contrast_m10_bb_pos,buy,2026-01-17 04:18:00,807.0 -22914,buy_contrast_m10_bb_pos,buy,2026-01-17 04:21:00,807.0 -22915,buy_contrast_m10_bb_pos,buy,2026-01-17 04:24:00,808.0 -22916,buy_contrast_m10_bb_pos,buy,2026-01-17 04:27:00,809.0 -22917,buy_contrast_m10_bb_pos,buy,2026-01-17 11:51:00,819.0 -22918,buy_contrast_m10_bb_pos,buy,2026-01-17 11:54:00,819.0 -22919,buy_contrast_m10_bb_pos,buy,2026-01-17 11:57:00,820.0 -22920,buy_contrast_m10_bb_pos,buy,2026-01-17 12:30:00,818.0 -22921,buy_contrast_m10_bb_pos,buy,2026-01-17 12:33:00,816.0 -22922,buy_contrast_m10_bb_pos,buy,2026-01-17 12:36:00,815.0 -22923,buy_contrast_m10_bb_pos,buy,2026-01-17 12:39:00,815.0 -22924,buy_contrast_m10_bb_pos,buy,2026-01-17 12:51:00,816.0 -22925,buy_contrast_m10_bb_pos,buy,2026-01-17 12:54:00,816.0 -22926,buy_contrast_m10_bb_pos,buy,2026-01-17 12:57:00,817.0 -22927,buy_contrast_m10_bb_pos,buy,2026-01-17 13:00:00,817.0 -22928,buy_contrast_m10_bb_pos,buy,2026-01-17 13:03:00,817.0 -22929,buy_contrast_m10_bb_pos,buy,2026-01-17 13:06:00,817.0 -22930,buy_contrast_m10_bb_pos,buy,2026-01-17 13:09:00,815.0 -22931,buy_contrast_m10_bb_pos,buy,2026-01-17 13:12:00,817.0 -22932,buy_contrast_m10_bb_pos,buy,2026-01-17 13:15:00,817.0 -22933,buy_contrast_m10_bb_pos,buy,2026-01-17 13:18:00,817.0 -22934,buy_contrast_m10_bb_pos,buy,2026-01-17 20:12:00,819.0 -22935,buy_contrast_m10_bb_pos,buy,2026-01-17 20:15:00,818.0 -22936,buy_contrast_m10_bb_pos,buy,2026-01-17 20:18:00,819.0 -22937,buy_contrast_m10_bb_pos,buy,2026-01-17 20:21:00,819.0 -22938,buy_contrast_m10_bb_pos,buy,2026-01-17 20:24:00,820.0 -22939,buy_contrast_m10_bb_pos,buy,2026-01-17 20:27:00,820.0 -22940,buy_contrast_m10_bb_pos,buy,2026-01-17 20:51:00,817.0 -22941,buy_contrast_m10_bb_pos,buy,2026-01-17 20:54:00,817.0 -22942,buy_contrast_m10_bb_pos,buy,2026-01-17 20:57:00,817.0 -22943,buy_contrast_m10_bb_pos,buy,2026-01-17 21:00:00,816.0 -22944,buy_contrast_m10_bb_pos,buy,2026-01-17 21:03:00,816.0 -22945,buy_contrast_m10_bb_pos,buy,2026-01-17 21:06:00,817.0 -22946,buy_contrast_m10_bb_pos,buy,2026-01-17 21:09:00,817.0 -22947,buy_contrast_m10_bb_pos,buy,2026-01-17 21:12:00,818.0 -22948,buy_contrast_m10_bb_pos,buy,2026-01-17 21:15:00,818.0 -22949,buy_contrast_m10_bb_pos,buy,2026-01-17 21:18:00,818.0 -22950,buy_contrast_m10_bb_pos,buy,2026-01-18 02:51:00,819.0 -22951,buy_contrast_m10_bb_pos,buy,2026-01-18 02:54:00,819.0 -22952,buy_contrast_m10_bb_pos,buy,2026-01-18 02:57:00,821.0 -22953,buy_contrast_m10_bb_pos,buy,2026-01-18 06:12:00,820.0 -22954,buy_contrast_m10_bb_pos,buy,2026-01-18 06:15:00,817.0 -22955,buy_contrast_m10_bb_pos,buy,2026-01-18 06:18:00,818.0 -22956,buy_contrast_m10_bb_pos,buy,2026-01-18 06:30:00,819.0 -22957,buy_contrast_m10_bb_pos,buy,2026-01-18 06:33:00,818.0 -22958,buy_contrast_m10_bb_pos,buy,2026-01-18 06:36:00,818.0 -22959,buy_contrast_m10_bb_pos,buy,2026-01-18 06:39:00,818.0 -22960,buy_contrast_m10_bb_pos,buy,2026-01-18 06:48:00,819.0 -22961,buy_contrast_m10_bb_pos,buy,2026-01-18 07:21:00,818.0 -22962,buy_contrast_m10_bb_pos,buy,2026-01-18 07:24:00,818.0 -22963,buy_contrast_m10_bb_pos,buy,2026-01-18 07:27:00,817.0 -22964,buy_contrast_m10_bb_pos,buy,2026-01-18 08:00:00,812.0 -22965,buy_contrast_m10_bb_pos,buy,2026-01-18 08:03:00,812.0 -22966,buy_contrast_m10_bb_pos,buy,2026-01-18 08:06:00,812.0 -22967,buy_contrast_m10_bb_pos,buy,2026-01-18 08:09:00,813.0 -22968,buy_contrast_m10_bb_pos,buy,2026-01-18 08:12:00,814.0 -22969,buy_contrast_m10_bb_pos,buy,2026-01-18 08:15:00,813.0 -22970,buy_contrast_m10_bb_pos,buy,2026-01-18 08:18:00,813.0 -22971,buy_contrast_m10_bb_pos,buy,2026-01-18 08:42:00,811.0 -22972,buy_contrast_m10_bb_pos,buy,2026-01-18 08:45:00,812.0 -22973,buy_contrast_m10_bb_pos,buy,2026-01-18 08:48:00,812.0 -22974,buy_contrast_m10_bb_pos,buy,2026-01-18 10:30:00,808.0 -22975,buy_contrast_m10_bb_pos,buy,2026-01-18 10:33:00,809.0 -22976,buy_contrast_m10_bb_pos,buy,2026-01-18 10:36:00,807.0 -22977,buy_contrast_m10_bb_pos,buy,2026-01-18 10:39:00,807.0 -22978,buy_contrast_m10_bb_pos,buy,2026-01-18 10:42:00,807.0 -22979,buy_contrast_m10_bb_pos,buy,2026-01-18 10:45:00,807.0 -22980,buy_contrast_m10_bb_pos,buy,2026-01-18 10:48:00,804.0 -22981,buy_contrast_m10_bb_pos,buy,2026-01-18 11:00:00,805.0 -22982,buy_contrast_m10_bb_pos,buy,2026-01-18 11:03:00,807.0 -22983,buy_contrast_m10_bb_pos,buy,2026-01-18 11:06:00,807.0 -22984,buy_contrast_m10_bb_pos,buy,2026-01-18 11:09:00,809.0 -22985,buy_contrast_m10_bb_pos,buy,2026-01-18 16:30:00,805.0 -22986,buy_contrast_m10_bb_pos,buy,2026-01-18 16:33:00,805.0 -22987,buy_contrast_m10_bb_pos,buy,2026-01-18 16:36:00,803.0 -22988,buy_contrast_m10_bb_pos,buy,2026-01-18 16:39:00,805.0 -22989,buy_contrast_m10_bb_pos,buy,2026-01-18 17:12:00,805.0 -22990,buy_contrast_m10_bb_pos,buy,2026-01-18 17:15:00,805.0 -22991,buy_contrast_m10_bb_pos,buy,2026-01-18 17:18:00,805.0 -22992,buy_contrast_m10_bb_pos,buy,2026-01-18 17:42:00,804.0 -22993,buy_contrast_m10_bb_pos,buy,2026-01-18 17:45:00,804.0 -22994,buy_contrast_m10_bb_pos,buy,2026-01-18 17:48:00,804.0 -22995,buy_contrast_m10_bb_pos,buy,2026-01-18 18:00:00,803.0 -22996,buy_contrast_m10_bb_pos,buy,2026-01-18 18:03:00,803.0 -22997,buy_contrast_m10_bb_pos,buy,2026-01-18 18:06:00,805.0 -22998,buy_contrast_m10_bb_pos,buy,2026-01-18 18:09:00,804.0 -22999,buy_contrast_m10_bb_pos,buy,2026-01-18 18:21:00,802.0 -23000,buy_contrast_m10_bb_pos,buy,2026-01-18 18:24:00,803.0 -23001,buy_contrast_m10_bb_pos,buy,2026-01-18 18:27:00,801.0 -23002,buy_contrast_m10_bb_pos,buy,2026-01-18 18:30:00,802.0 -23003,buy_contrast_m10_bb_pos,buy,2026-01-18 18:33:00,802.0 -23004,buy_contrast_m10_bb_pos,buy,2026-01-18 18:36:00,802.0 -23005,buy_contrast_m10_bb_pos,buy,2026-01-18 18:39:00,801.0 -23006,buy_contrast_m10_bb_pos,buy,2026-01-18 21:12:00,801.0 -23007,buy_contrast_m10_bb_pos,buy,2026-01-18 21:15:00,801.0 -23008,buy_contrast_m10_bb_pos,buy,2026-01-18 21:18:00,802.0 -23009,buy_contrast_m10_bb_pos,buy,2026-01-18 22:21:00,799.0 -23010,buy_contrast_m10_bb_pos,buy,2026-01-18 22:24:00,800.0 -23011,buy_contrast_m10_bb_pos,buy,2026-01-18 22:27:00,799.0 -23012,buy_contrast_m10_bb_pos,buy,2026-01-19 00:00:00,798.0 -23013,buy_contrast_m10_bb_pos,buy,2026-01-19 00:03:00,797.0 -23014,buy_contrast_m10_bb_pos,buy,2026-01-19 00:06:00,798.0 -23015,buy_contrast_m10_bb_pos,buy,2026-01-19 00:09:00,798.0 -23016,buy_contrast_m10_bb_pos,buy,2026-01-19 00:12:00,799.0 -23017,buy_contrast_m10_bb_pos,buy,2026-01-19 00:15:00,798.0 -23018,buy_contrast_m10_bb_pos,buy,2026-01-19 00:18:00,800.0 -23019,buy_contrast_m10_bb_pos,buy,2026-01-19 04:51:00,797.0 -23020,buy_contrast_m10_bb_pos,buy,2026-01-19 04:54:00,797.0 -23021,buy_contrast_m10_bb_pos,buy,2026-01-19 04:57:00,797.0 -23022,buy_contrast_m10_bb_pos,buy,2026-01-19 05:12:00,798.0 -23023,buy_contrast_m10_bb_pos,buy,2026-01-19 05:15:00,798.0 -23024,buy_contrast_m10_bb_pos,buy,2026-01-19 05:18:00,800.0 -23025,buy_contrast_m10_bb_pos,buy,2026-01-19 09:51:00,729.0 -23026,buy_contrast_m10_bb_pos,buy,2026-01-19 09:54:00,727.0 -23027,buy_contrast_m10_bb_pos,buy,2026-01-19 09:57:00,724.0 -23028,buy_contrast_m10_bb_pos,buy,2026-01-19 10:00:00,723.0 -23029,buy_contrast_m10_bb_pos,buy,2026-01-19 10:03:00,722.0 -23030,buy_contrast_m10_bb_pos,buy,2026-01-19 10:06:00,722.0 -23031,buy_contrast_m10_bb_pos,buy,2026-01-19 10:09:00,723.0 -23032,buy_contrast_m10_bb_pos,buy,2026-01-19 14:21:00,726.0 -23033,buy_contrast_m10_bb_pos,buy,2026-01-19 14:24:00,725.0 -23034,buy_contrast_m10_bb_pos,buy,2026-01-19 14:27:00,724.0 -23035,buy_contrast_m10_bb_pos,buy,2026-01-19 14:30:00,725.0 -23036,buy_contrast_m10_bb_pos,buy,2026-01-19 14:33:00,726.0 -23037,buy_contrast_m10_bb_pos,buy,2026-01-19 14:36:00,726.0 -23038,buy_contrast_m10_bb_pos,buy,2026-01-19 14:39:00,727.0 -23039,buy_contrast_m10_bb_pos,buy,2026-01-19 15:12:00,724.0 -23040,buy_contrast_m10_bb_pos,buy,2026-01-19 15:15:00,726.0 -23041,buy_contrast_m10_bb_pos,buy,2026-01-19 15:18:00,726.0 -23042,buy_contrast_m10_bb_pos,buy,2026-01-20 00:42:00,732.0 -23043,buy_contrast_m10_bb_pos,buy,2026-01-20 00:45:00,732.0 -23044,buy_contrast_m10_bb_pos,buy,2026-01-20 00:48:00,731.0 -23045,buy_contrast_m10_bb_pos,buy,2026-01-20 00:51:00,732.0 -23046,buy_contrast_m10_bb_pos,buy,2026-01-20 00:54:00,732.0 -23047,buy_contrast_m10_bb_pos,buy,2026-01-20 00:57:00,734.0 -23048,buy_contrast_m10_bb_pos,buy,2026-01-20 06:30:00,746.0 -23049,buy_contrast_m10_bb_pos,buy,2026-01-20 06:33:00,746.0 -23050,buy_contrast_m10_bb_pos,buy,2026-01-20 06:36:00,745.0 -23051,buy_contrast_m10_bb_pos,buy,2026-01-20 06:39:00,746.0 -23052,buy_contrast_m10_bb_pos,buy,2026-01-20 06:51:00,747.0 -23053,buy_contrast_m10_bb_pos,buy,2026-01-20 06:54:00,747.0 -23054,buy_contrast_m10_bb_pos,buy,2026-01-20 06:57:00,746.0 -23055,buy_contrast_m10_bb_pos,buy,2026-01-20 07:00:00,746.0 -23056,buy_contrast_m10_bb_pos,buy,2026-01-20 07:03:00,748.0 -23057,buy_contrast_m10_bb_pos,buy,2026-01-20 07:06:00,749.0 -23058,buy_contrast_m10_bb_pos,buy,2026-01-20 07:09:00,747.0 -23059,buy_contrast_m10_bb_pos,buy,2026-01-20 07:21:00,746.0 -23060,buy_contrast_m10_bb_pos,buy,2026-01-20 07:24:00,747.0 -23061,buy_contrast_m10_bb_pos,buy,2026-01-20 07:27:00,747.0 -23062,buy_contrast_m10_bb_pos,buy,2026-01-20 07:51:00,743.0 -23063,buy_contrast_m10_bb_pos,buy,2026-01-20 07:54:00,742.0 -23064,buy_contrast_m10_bb_pos,buy,2026-01-20 07:57:00,741.0 -23065,buy_contrast_m10_bb_pos,buy,2026-01-20 08:21:00,742.0 -23066,buy_contrast_m10_bb_pos,buy,2026-01-20 08:24:00,742.0 -23067,buy_contrast_m10_bb_pos,buy,2026-01-20 08:27:00,745.0 -23068,buy_contrast_m10_bb_pos,buy,2026-01-20 10:12:00,739.0 -23069,buy_contrast_m10_bb_pos,buy,2026-01-20 10:15:00,742.0 -23070,buy_contrast_m10_bb_pos,buy,2026-01-20 10:18:00,742.0 -23071,buy_contrast_m10_bb_pos,buy,2026-01-20 11:12:00,742.0 -23072,buy_contrast_m10_bb_pos,buy,2026-01-20 11:15:00,741.0 -23073,buy_contrast_m10_bb_pos,buy,2026-01-20 11:18:00,742.0 -23074,buy_contrast_m10_bb_pos,buy,2026-01-20 14:00:00,741.0 -23075,buy_contrast_m10_bb_pos,buy,2026-01-20 14:03:00,744.0 -23076,buy_contrast_m10_bb_pos,buy,2026-01-20 14:06:00,743.0 -23077,buy_contrast_m10_bb_pos,buy,2026-01-20 14:09:00,743.0 -23078,buy_contrast_m10_bb_pos,buy,2026-01-20 14:12:00,740.0 -23079,buy_contrast_m10_bb_pos,buy,2026-01-20 14:15:00,739.0 -23080,buy_contrast_m10_bb_pos,buy,2026-01-20 14:18:00,739.0 -23081,buy_contrast_m10_bb_pos,buy,2026-01-20 14:42:00,740.0 -23082,buy_contrast_m10_bb_pos,buy,2026-01-20 14:45:00,739.0 -23083,buy_contrast_m10_bb_pos,buy,2026-01-20 14:48:00,740.0 -23084,buy_contrast_m10_bb_pos,buy,2026-01-20 15:12:00,739.0 -23085,buy_contrast_m10_bb_pos,buy,2026-01-20 15:15:00,737.0 -23086,buy_contrast_m10_bb_pos,buy,2026-01-20 15:18:00,731.0 -23087,buy_contrast_m10_bb_pos,buy,2026-01-20 15:30:00,736.0 -23088,buy_contrast_m10_bb_pos,buy,2026-01-20 15:33:00,733.0 -23089,buy_contrast_m10_bb_pos,buy,2026-01-20 15:36:00,735.0 -23090,buy_contrast_m10_bb_pos,buy,2026-01-20 15:39:00,734.0 -23091,buy_contrast_m10_bb_pos,buy,2026-01-20 15:42:00,735.0 -23092,buy_contrast_m10_bb_pos,buy,2026-01-20 15:45:00,736.0 -23093,buy_contrast_m10_bb_pos,buy,2026-01-20 15:48:00,733.0 -23094,buy_contrast_m10_bb_pos,buy,2026-01-20 16:00:00,733.0 -23095,buy_contrast_m10_bb_pos,buy,2026-01-20 16:03:00,733.0 -23096,buy_contrast_m10_bb_pos,buy,2026-01-20 16:06:00,733.0 -23097,buy_contrast_m10_bb_pos,buy,2026-01-20 16:09:00,733.0 -23098,buy_contrast_m10_bb_pos,buy,2026-01-20 17:00:00,730.0 -23099,buy_contrast_m10_bb_pos,buy,2026-01-20 17:03:00,730.0 -23100,buy_contrast_m10_bb_pos,buy,2026-01-20 17:06:00,729.0 -23101,buy_contrast_m10_bb_pos,buy,2026-01-20 17:09:00,729.0 -23102,buy_contrast_m10_bb_pos,buy,2026-01-20 17:12:00,728.0 -23103,buy_contrast_m10_bb_pos,buy,2026-01-20 17:15:00,727.0 -23104,buy_contrast_m10_bb_pos,buy,2026-01-20 17:18:00,727.0 -23105,buy_contrast_m10_bb_pos,buy,2026-01-20 17:30:00,727.0 -23106,buy_contrast_m10_bb_pos,buy,2026-01-20 17:33:00,725.0 -23107,buy_contrast_m10_bb_pos,buy,2026-01-20 17:36:00,722.0 -23108,buy_contrast_m10_bb_pos,buy,2026-01-20 17:39:00,721.0 -23109,buy_contrast_m10_bb_pos,buy,2026-01-20 18:00:00,723.0 -23110,buy_contrast_m10_bb_pos,buy,2026-01-20 18:03:00,722.0 -23111,buy_contrast_m10_bb_pos,buy,2026-01-20 18:06:00,723.0 -23112,buy_contrast_m10_bb_pos,buy,2026-01-20 18:09:00,723.0 -23113,buy_contrast_m10_bb_pos,buy,2026-01-20 18:21:00,722.0 -23114,buy_contrast_m10_bb_pos,buy,2026-01-20 18:24:00,722.0 -23115,buy_contrast_m10_bb_pos,buy,2026-01-20 18:27:00,722.0 -23116,buy_contrast_m10_bb_pos,buy,2026-01-20 18:30:00,721.0 -23117,buy_contrast_m10_bb_pos,buy,2026-01-20 18:33:00,720.0 -23118,buy_contrast_m10_bb_pos,buy,2026-01-20 18:36:00,719.0 -23119,buy_contrast_m10_bb_pos,buy,2026-01-20 18:39:00,719.0 -23120,buy_contrast_m10_bb_pos,buy,2026-01-20 18:42:00,720.0 -23121,buy_contrast_m10_bb_pos,buy,2026-01-20 18:45:00,720.0 -23122,buy_contrast_m10_bb_pos,buy,2026-01-20 18:48:00,720.0 -23123,buy_contrast_m10_bb_pos,buy,2026-01-20 22:42:00,718.0 -23124,buy_contrast_m10_bb_pos,buy,2026-01-20 22:45:00,718.0 -23125,buy_contrast_m10_bb_pos,buy,2026-01-20 22:48:00,716.0 -23126,buy_contrast_m10_bb_pos,buy,2026-01-20 23:12:00,716.0 -23127,buy_contrast_m10_bb_pos,buy,2026-01-20 23:15:00,717.0 -23128,buy_contrast_m10_bb_pos,buy,2026-01-20 23:18:00,716.0 -23129,buy_contrast_m10_bb_pos,buy,2026-01-20 23:21:00,718.0 -23130,buy_contrast_m10_bb_pos,buy,2026-01-20 23:24:00,717.0 -23131,buy_contrast_m10_bb_pos,buy,2026-01-20 23:27:00,716.0 -23132,buy_contrast_m10_bb_pos,buy,2026-01-21 00:21:00,711.0 -23133,buy_contrast_m10_bb_pos,buy,2026-01-21 00:24:00,713.0 -23134,buy_contrast_m10_bb_pos,buy,2026-01-21 00:27:00,712.0 -23135,buy_contrast_m10_bb_pos,buy,2026-01-21 00:30:00,712.0 -23136,buy_contrast_m10_bb_pos,buy,2026-01-21 00:33:00,713.0 -23137,buy_contrast_m10_bb_pos,buy,2026-01-21 00:36:00,713.0 -23138,buy_contrast_m10_bb_pos,buy,2026-01-21 00:39:00,712.0 -23139,buy_contrast_m10_bb_pos,buy,2026-01-21 00:42:00,711.0 -23140,buy_contrast_m10_bb_pos,buy,2026-01-21 00:45:00,712.0 -23141,buy_contrast_m10_bb_pos,buy,2026-01-21 00:48:00,709.0 -23142,buy_contrast_m10_bb_pos,buy,2026-01-21 00:51:00,712.0 -23143,buy_contrast_m10_bb_pos,buy,2026-01-21 00:54:00,712.0 -23144,buy_contrast_m10_bb_pos,buy,2026-01-21 00:57:00,711.0 -23145,buy_contrast_m10_bb_pos,buy,2026-01-21 01:51:00,710.0 -23146,buy_contrast_m10_bb_pos,buy,2026-01-21 01:54:00,710.0 -23147,buy_contrast_m10_bb_pos,buy,2026-01-21 01:57:00,709.0 -23148,buy_contrast_m10_bb_pos,buy,2026-01-21 02:00:00,708.0 -23149,buy_contrast_m10_bb_pos,buy,2026-01-21 02:03:00,708.0 -23150,buy_contrast_m10_bb_pos,buy,2026-01-21 02:06:00,713.0 -23151,buy_contrast_m10_bb_pos,buy,2026-01-21 02:09:00,712.0 -23152,buy_contrast_m10_bb_pos,buy,2026-01-21 02:42:00,705.0 -23153,buy_contrast_m10_bb_pos,buy,2026-01-21 02:45:00,705.0 -23154,buy_contrast_m10_bb_pos,buy,2026-01-21 02:48:00,702.0 -23155,buy_contrast_m10_bb_pos,buy,2026-01-21 02:51:00,704.0 -23156,buy_contrast_m10_bb_pos,buy,2026-01-21 02:54:00,704.0 -23157,buy_contrast_m10_bb_pos,buy,2026-01-21 02:57:00,705.0 -23158,buy_contrast_m10_bb_pos,buy,2026-01-21 03:00:00,705.0 -23159,buy_contrast_m10_bb_pos,buy,2026-01-21 03:03:00,705.0 -23160,buy_contrast_m10_bb_pos,buy,2026-01-21 03:06:00,704.0 -23161,buy_contrast_m10_bb_pos,buy,2026-01-21 03:09:00,703.0 -23162,buy_contrast_m10_bb_pos,buy,2026-01-21 03:12:00,704.0 -23163,buy_contrast_m10_bb_pos,buy,2026-01-21 03:15:00,703.0 -23164,buy_contrast_m10_bb_pos,buy,2026-01-21 03:18:00,704.0 -23165,buy_contrast_m10_bb_pos,buy,2026-01-21 03:21:00,701.0 -23166,buy_contrast_m10_bb_pos,buy,2026-01-21 03:24:00,700.0 -23167,buy_contrast_m10_bb_pos,buy,2026-01-21 03:27:00,702.0 -23168,buy_contrast_m10_bb_pos,buy,2026-01-21 03:30:00,701.0 -23169,buy_contrast_m10_bb_pos,buy,2026-01-21 03:33:00,701.0 -23170,buy_contrast_m10_bb_pos,buy,2026-01-21 03:36:00,702.0 -23171,buy_contrast_m10_bb_pos,buy,2026-01-21 03:39:00,700.0 -23172,buy_contrast_m10_bb_pos,buy,2026-01-21 03:42:00,699.0 -23173,buy_contrast_m10_bb_pos,buy,2026-01-21 03:45:00,698.0 -23174,buy_contrast_m10_bb_pos,buy,2026-01-21 03:48:00,699.0 -23175,buy_contrast_m10_bb_pos,buy,2026-01-21 03:51:00,700.0 -23176,buy_contrast_m10_bb_pos,buy,2026-01-21 03:54:00,698.0 -23177,buy_contrast_m10_bb_pos,buy,2026-01-21 03:57:00,699.0 -23178,buy_contrast_m10_bb_pos,buy,2026-01-21 04:00:00,700.0 -23179,buy_contrast_m10_bb_pos,buy,2026-01-21 04:03:00,705.0 -23180,buy_contrast_m10_bb_pos,buy,2026-01-21 04:06:00,704.0 -23181,buy_contrast_m10_bb_pos,buy,2026-01-21 04:09:00,703.0 -23182,buy_contrast_m10_bb_pos,buy,2026-01-21 08:21:00,697.0 -23183,buy_contrast_m10_bb_pos,buy,2026-01-21 08:24:00,698.0 -23184,buy_contrast_m10_bb_pos,buy,2026-01-21 08:27:00,694.0 -23185,buy_contrast_m10_bb_pos,buy,2026-01-21 08:30:00,695.0 -23186,buy_contrast_m10_bb_pos,buy,2026-01-21 08:33:00,698.0 -23187,buy_contrast_m10_bb_pos,buy,2026-01-21 08:36:00,697.0 -23188,buy_contrast_m10_bb_pos,buy,2026-01-21 08:39:00,696.0 -23189,buy_contrast_m10_bb_pos,buy,2026-01-21 08:42:00,697.0 -23190,buy_contrast_m10_bb_pos,buy,2026-01-21 08:45:00,696.0 -23191,buy_contrast_m10_bb_pos,buy,2026-01-21 08:48:00,696.0 -23192,buy_contrast_m10_bb_pos,buy,2026-01-21 16:42:00,717.0 -23193,buy_contrast_m10_bb_pos,buy,2026-01-21 16:45:00,717.0 -23194,buy_contrast_m10_bb_pos,buy,2026-01-21 16:48:00,716.0 -23195,buy_contrast_m10_bb_pos,buy,2026-01-21 17:00:00,717.0 -23196,buy_contrast_m10_bb_pos,buy,2026-01-21 17:03:00,717.0 -23197,buy_contrast_m10_bb_pos,buy,2026-01-21 17:06:00,717.0 -23198,buy_contrast_m10_bb_pos,buy,2026-01-21 17:09:00,719.0 -23199,buy_contrast_m10_bb_pos,buy,2026-01-21 18:12:00,716.0 -23200,buy_contrast_m10_bb_pos,buy,2026-01-21 18:15:00,714.0 -23201,buy_contrast_m10_bb_pos,buy,2026-01-21 18:18:00,714.0 -23202,buy_contrast_m10_bb_pos,buy,2026-01-21 18:21:00,715.0 -23203,buy_contrast_m10_bb_pos,buy,2026-01-21 18:24:00,716.0 -23204,buy_contrast_m10_bb_pos,buy,2026-01-21 20:00:00,714.0 -23205,buy_contrast_m10_bb_pos,buy,2026-01-21 20:03:00,714.0 -23206,buy_contrast_m10_bb_pos,buy,2026-01-21 20:06:00,712.0 -23207,buy_contrast_m10_bb_pos,buy,2026-01-21 20:09:00,712.0 -23208,buy_contrast_m10_bb_pos,buy,2026-01-21 20:12:00,713.0 -23209,buy_contrast_m10_bb_pos,buy,2026-01-21 20:15:00,714.0 -23210,buy_contrast_m10_bb_pos,buy,2026-01-21 20:18:00,713.0 -23211,buy_contrast_m10_bb_pos,buy,2026-01-21 20:21:00,713.0 -23212,buy_contrast_m10_bb_pos,buy,2026-01-21 20:24:00,713.0 -23213,buy_contrast_m10_bb_pos,buy,2026-01-21 20:27:00,713.0 -23214,buy_contrast_m10_bb_pos,buy,2026-01-21 20:30:00,713.0 -23215,buy_contrast_m10_bb_pos,buy,2026-01-21 20:33:00,713.0 -23216,buy_contrast_m10_bb_pos,buy,2026-01-21 20:36:00,713.0 -23217,buy_contrast_m10_bb_pos,buy,2026-01-21 20:39:00,711.0 -23218,buy_contrast_m10_bb_pos,buy,2026-01-21 22:51:00,699.0 -23219,buy_contrast_m10_bb_pos,buy,2026-01-21 22:54:00,701.0 -23220,buy_contrast_m10_bb_pos,buy,2026-01-21 22:57:00,702.0 -23221,buy_contrast_m10_bb_pos,buy,2026-01-22 02:12:00,696.0 -23222,buy_contrast_m10_bb_pos,buy,2026-01-22 02:15:00,691.0 -23223,buy_contrast_m10_bb_pos,buy,2026-01-22 02:18:00,692.0 -23224,buy_contrast_m10_bb_pos,buy,2026-01-22 02:30:00,692.0 -23225,buy_contrast_m10_bb_pos,buy,2026-01-22 02:33:00,690.0 -23226,buy_contrast_m10_bb_pos,buy,2026-01-22 02:36:00,689.0 -23227,buy_contrast_m10_bb_pos,buy,2026-01-22 02:39:00,690.0 -23228,buy_contrast_m10_bb_pos,buy,2026-01-22 02:42:00,694.0 -23229,buy_contrast_m10_bb_pos,buy,2026-01-22 02:45:00,693.0 -23230,buy_contrast_m10_bb_pos,buy,2026-01-22 02:48:00,693.0 -23231,buy_contrast_m10_bb_pos,buy,2026-01-22 02:51:00,694.0 -23232,buy_contrast_m10_bb_pos,buy,2026-01-22 02:54:00,696.0 -23233,buy_contrast_m10_bb_pos,buy,2026-01-22 02:57:00,694.0 -23234,buy_contrast_m10_bb_pos,buy,2026-01-22 08:12:00,712.0 -23235,buy_contrast_m10_bb_pos,buy,2026-01-22 08:15:00,714.0 -23236,buy_contrast_m10_bb_pos,buy,2026-01-22 08:18:00,714.0 -23237,buy_contrast_m10_bb_pos,buy,2026-01-22 08:30:00,712.0 -23238,buy_contrast_m10_bb_pos,buy,2026-01-22 08:33:00,710.0 -23239,buy_contrast_m10_bb_pos,buy,2026-01-22 08:36:00,711.0 -23240,buy_contrast_m10_bb_pos,buy,2026-01-22 08:39:00,710.0 -23241,buy_contrast_m10_bb_pos,buy,2026-01-22 09:12:00,706.0 -23242,buy_contrast_m10_bb_pos,buy,2026-01-22 09:15:00,707.0 -23243,buy_contrast_m10_bb_pos,buy,2026-01-22 09:18:00,706.0 -23244,buy_contrast_m10_bb_pos,buy,2026-01-22 12:42:00,712.0 -23245,buy_contrast_m10_bb_pos,buy,2026-01-22 12:45:00,712.0 -23246,buy_contrast_m10_bb_pos,buy,2026-01-22 12:48:00,712.0 -23247,buy_contrast_m10_bb_pos,buy,2026-01-22 13:00:00,711.0 -23248,buy_contrast_m10_bb_pos,buy,2026-01-22 13:03:00,712.0 -23249,buy_contrast_m10_bb_pos,buy,2026-01-22 13:06:00,713.0 -23250,buy_contrast_m10_bb_pos,buy,2026-01-22 13:09:00,715.0 -23251,buy_contrast_m10_bb_pos,buy,2026-01-22 17:21:00,711.0 -23252,buy_contrast_m10_bb_pos,buy,2026-01-22 17:24:00,711.0 -23253,buy_contrast_m10_bb_pos,buy,2026-01-22 17:27:00,712.0 -23254,buy_contrast_m10_bb_pos,buy,2026-01-22 21:21:00,710.0 -23255,buy_contrast_m10_bb_pos,buy,2026-01-22 21:24:00,712.0 -23256,buy_contrast_m10_bb_pos,buy,2026-01-22 21:27:00,711.0 -23257,buy_contrast_m10_bb_pos,buy,2026-01-22 21:30:00,712.0 -23258,buy_contrast_m10_bb_pos,buy,2026-01-22 21:33:00,712.0 -23259,buy_contrast_m10_bb_pos,buy,2026-01-22 21:36:00,712.0 -23260,buy_contrast_m10_bb_pos,buy,2026-01-22 21:39:00,711.0 -23261,buy_contrast_m10_bb_pos,buy,2026-01-22 21:51:00,712.0 -23262,buy_contrast_m10_bb_pos,buy,2026-01-22 21:54:00,711.0 -23263,buy_contrast_m10_bb_pos,buy,2026-01-22 21:57:00,712.0 -23264,buy_contrast_m10_bb_pos,buy,2026-01-22 22:12:00,711.0 -23265,buy_contrast_m10_bb_pos,buy,2026-01-22 22:15:00,711.0 -23266,buy_contrast_m10_bb_pos,buy,2026-01-22 22:18:00,711.0 -23267,buy_contrast_m10_bb_pos,buy,2026-01-22 22:42:00,709.0 -23268,buy_contrast_m10_bb_pos,buy,2026-01-22 22:45:00,708.0 -23269,buy_contrast_m10_bb_pos,buy,2026-01-22 22:48:00,710.0 -23270,buy_contrast_m10_bb_pos,buy,2026-01-22 22:51:00,710.0 -23271,buy_contrast_m10_bb_pos,buy,2026-01-22 22:54:00,706.0 -23272,buy_contrast_m10_bb_pos,buy,2026-01-22 22:57:00,709.0 -23273,buy_contrast_m10_bb_pos,buy,2026-01-22 23:42:00,705.0 -23274,buy_contrast_m10_bb_pos,buy,2026-01-22 23:45:00,705.0 -23275,buy_contrast_m10_bb_pos,buy,2026-01-22 23:48:00,700.0 -23276,buy_contrast_m10_bb_pos,buy,2026-01-23 00:00:00,700.0 -23277,buy_contrast_m10_bb_pos,buy,2026-01-23 00:03:00,699.0 -23278,buy_contrast_m10_bb_pos,buy,2026-01-23 00:06:00,701.0 -23279,buy_contrast_m10_bb_pos,buy,2026-01-23 00:09:00,701.0 -23280,buy_contrast_m10_bb_pos,buy,2026-01-23 00:12:00,700.0 -23281,buy_contrast_m10_bb_pos,buy,2026-01-23 00:15:00,702.0 -23282,buy_contrast_m10_bb_pos,buy,2026-01-23 00:18:00,701.0 -23283,buy_contrast_m10_bb_pos,buy,2026-01-23 04:00:00,700.0 -23284,buy_contrast_m10_bb_pos,buy,2026-01-23 04:03:00,699.0 -23285,buy_contrast_m10_bb_pos,buy,2026-01-23 04:06:00,701.0 -23286,buy_contrast_m10_bb_pos,buy,2026-01-23 04:09:00,702.0 -23287,buy_contrast_m10_bb_pos,buy,2026-01-23 05:51:00,698.0 -23288,buy_contrast_m10_bb_pos,buy,2026-01-23 05:54:00,697.0 -23289,buy_contrast_m10_bb_pos,buy,2026-01-23 05:57:00,698.0 -23290,buy_contrast_m10_bb_pos,buy,2026-01-23 06:00:00,698.0 -23291,buy_contrast_m10_bb_pos,buy,2026-01-23 06:03:00,700.0 -23292,buy_contrast_m10_bb_pos,buy,2026-01-23 06:06:00,700.0 -23293,buy_contrast_m10_bb_pos,buy,2026-01-23 06:09:00,699.0 -23294,buy_contrast_m10_bb_pos,buy,2026-01-23 15:30:00,710.0 -23295,buy_contrast_m10_bb_pos,buy,2026-01-23 15:33:00,710.0 -23296,buy_contrast_m10_bb_pos,buy,2026-01-23 15:36:00,709.0 -23297,buy_contrast_m10_bb_pos,buy,2026-01-23 15:39:00,709.0 -23298,buy_contrast_m10_bb_pos,buy,2026-01-23 15:42:00,712.0 -23299,buy_contrast_m10_bb_pos,buy,2026-01-23 15:45:00,711.0 -23300,buy_contrast_m10_bb_pos,buy,2026-01-23 15:48:00,710.0 -23301,buy_contrast_m10_bb_pos,buy,2026-01-23 15:51:00,709.0 -23302,buy_contrast_m10_bb_pos,buy,2026-01-23 15:54:00,709.0 -23303,buy_contrast_m10_bb_pos,buy,2026-01-23 15:57:00,707.0 -23304,buy_contrast_m10_bb_pos,buy,2026-01-23 16:12:00,707.0 -23305,buy_contrast_m10_bb_pos,buy,2026-01-23 16:15:00,707.0 -23306,buy_contrast_m10_bb_pos,buy,2026-01-23 16:18:00,707.0 -23307,buy_contrast_m10_bb_pos,buy,2026-01-23 17:00:00,707.0 -23308,buy_contrast_m10_bb_pos,buy,2026-01-23 17:03:00,708.0 -23309,buy_contrast_m10_bb_pos,buy,2026-01-23 17:06:00,708.0 -23310,buy_contrast_m10_bb_pos,buy,2026-01-23 17:09:00,708.0 -23311,buy_contrast_m10_bb_pos,buy,2026-01-23 17:30:00,706.0 -23312,buy_contrast_m10_bb_pos,buy,2026-01-23 17:33:00,705.0 -23313,buy_contrast_m10_bb_pos,buy,2026-01-23 17:36:00,703.0 -23314,buy_contrast_m10_bb_pos,buy,2026-01-23 17:39:00,702.0 -23315,buy_contrast_m10_bb_pos,buy,2026-01-23 18:21:00,703.0 -23316,buy_contrast_m10_bb_pos,buy,2026-01-23 18:24:00,702.0 -23317,buy_contrast_m10_bb_pos,buy,2026-01-23 18:27:00,702.0 -23318,buy_contrast_m10_bb_pos,buy,2026-01-23 19:12:00,701.0 -23319,buy_contrast_m10_bb_pos,buy,2026-01-23 19:15:00,702.0 -23320,buy_contrast_m10_bb_pos,buy,2026-01-23 19:18:00,703.0 -23321,buy_contrast_m10_bb_pos,buy,2026-01-23 23:00:00,701.0 -23322,buy_contrast_m10_bb_pos,buy,2026-01-23 23:03:00,702.0 -23323,buy_contrast_m10_bb_pos,buy,2026-01-23 23:06:00,702.0 -23324,buy_contrast_m10_bb_pos,buy,2026-01-23 23:09:00,701.0 -23325,buy_contrast_m10_bb_pos,buy,2026-01-24 00:12:00,690.0 -23326,buy_contrast_m10_bb_pos,buy,2026-01-24 00:15:00,689.0 -23327,buy_contrast_m10_bb_pos,buy,2026-01-24 00:18:00,688.0 -23328,buy_contrast_m10_bb_pos,buy,2026-01-24 04:42:00,695.0 -23329,buy_contrast_m10_bb_pos,buy,2026-01-24 04:45:00,695.0 -23330,buy_contrast_m10_bb_pos,buy,2026-01-24 04:48:00,693.0 -23331,buy_contrast_m10_bb_pos,buy,2026-01-24 05:00:00,694.0 -23332,buy_contrast_m10_bb_pos,buy,2026-01-24 05:03:00,694.0 -23333,buy_contrast_m10_bb_pos,buy,2026-01-24 05:06:00,693.0 -23334,buy_contrast_m10_bb_pos,buy,2026-01-24 05:09:00,694.0 -23335,buy_contrast_m10_bb_pos,buy,2026-01-24 05:12:00,695.0 -23336,buy_contrast_m10_bb_pos,buy,2026-01-24 05:15:00,694.0 -23337,buy_contrast_m10_bb_pos,buy,2026-01-24 05:18:00,694.0 -23338,buy_contrast_m10_bb_pos,buy,2026-01-24 05:30:00,691.0 -23339,buy_contrast_m10_bb_pos,buy,2026-01-24 05:33:00,687.0 -23340,buy_contrast_m10_bb_pos,buy,2026-01-24 05:36:00,687.0 -23341,buy_contrast_m10_bb_pos,buy,2026-01-24 05:39:00,687.0 -23342,buy_contrast_m10_bb_pos,buy,2026-01-24 05:42:00,687.0 -23343,buy_contrast_m10_bb_pos,buy,2026-01-24 05:45:00,687.0 -23344,buy_contrast_m10_bb_pos,buy,2026-01-24 05:48:00,687.0 -23345,buy_contrast_m10_bb_pos,buy,2026-01-24 05:51:00,687.0 -23346,buy_contrast_m10_bb_pos,buy,2026-01-24 05:54:00,686.0 -23347,buy_contrast_m10_bb_pos,buy,2026-01-24 05:57:00,689.0 -23348,buy_contrast_m10_bb_pos,buy,2026-01-24 10:12:00,690.0 -23349,buy_contrast_m10_bb_pos,buy,2026-01-24 10:15:00,690.0 -23350,buy_contrast_m10_bb_pos,buy,2026-01-24 10:18:00,689.0 -23351,buy_contrast_m10_bb_pos,buy,2026-01-24 10:30:00,689.0 -23352,buy_contrast_m10_bb_pos,buy,2026-01-24 10:33:00,689.0 -23353,buy_contrast_m10_bb_pos,buy,2026-01-24 10:36:00,688.0 -23354,buy_contrast_m10_bb_pos,buy,2026-01-24 10:39:00,689.0 -23355,buy_contrast_m10_bb_pos,buy,2026-01-24 10:42:00,690.0 -23356,buy_contrast_m10_bb_pos,buy,2026-01-24 10:45:00,690.0 -23357,buy_contrast_m10_bb_pos,buy,2026-01-24 10:48:00,692.0 -23358,buy_contrast_m10_bb_pos,buy,2026-01-24 17:12:00,694.0 -23359,buy_contrast_m10_bb_pos,buy,2026-01-24 17:15:00,695.0 -23360,buy_contrast_m10_bb_pos,buy,2026-01-24 17:18:00,694.0 -23361,buy_contrast_m10_bb_pos,buy,2026-01-25 00:51:00,697.0 -23362,buy_contrast_m10_bb_pos,buy,2026-01-25 00:54:00,694.0 -23363,buy_contrast_m10_bb_pos,buy,2026-01-25 00:57:00,696.0 -23364,buy_contrast_m10_bb_pos,buy,2026-01-25 01:12:00,695.0 -23365,buy_contrast_m10_bb_pos,buy,2026-01-25 01:15:00,694.0 -23366,buy_contrast_m10_bb_pos,buy,2026-01-25 01:18:00,693.0 -23367,buy_contrast_m10_bb_pos,buy,2026-01-25 01:30:00,694.0 -23368,buy_contrast_m10_bb_pos,buy,2026-01-25 01:33:00,694.0 -23369,buy_contrast_m10_bb_pos,buy,2026-01-25 01:36:00,694.0 -23370,buy_contrast_m10_bb_pos,buy,2026-01-25 01:39:00,692.0 -23371,buy_contrast_m10_bb_pos,buy,2026-01-25 01:42:00,693.0 -23372,buy_contrast_m10_bb_pos,buy,2026-01-25 01:45:00,694.0 -23373,buy_contrast_m10_bb_pos,buy,2026-01-25 01:48:00,694.0 -23374,buy_contrast_m10_bb_pos,buy,2026-01-25 02:12:00,693.0 -23375,buy_contrast_m10_bb_pos,buy,2026-01-25 02:15:00,695.0 -23376,buy_contrast_m10_bb_pos,buy,2026-01-25 02:18:00,695.0 -23377,buy_contrast_m10_bb_pos,buy,2026-01-25 06:12:00,694.0 -23378,buy_contrast_m10_bb_pos,buy,2026-01-25 06:15:00,693.0 -23379,buy_contrast_m10_bb_pos,buy,2026-01-25 06:18:00,695.0 -23380,buy_contrast_m10_bb_pos,buy,2026-01-25 06:51:00,693.0 -23381,buy_contrast_m10_bb_pos,buy,2026-01-25 06:54:00,694.0 -23382,buy_contrast_m10_bb_pos,buy,2026-01-25 06:57:00,693.0 -23383,buy_contrast_m10_bb_pos,buy,2026-01-25 07:00:00,693.0 -23384,buy_contrast_m10_bb_pos,buy,2026-01-25 07:03:00,693.0 -23385,buy_contrast_m10_bb_pos,buy,2026-01-25 07:06:00,693.0 -23386,buy_contrast_m10_bb_pos,buy,2026-01-25 07:09:00,692.0 -23387,buy_contrast_m10_bb_pos,buy,2026-01-25 11:00:00,691.0 -23388,buy_contrast_m10_bb_pos,buy,2026-01-25 11:03:00,693.0 -23389,buy_contrast_m10_bb_pos,buy,2026-01-25 11:06:00,694.0 -23390,buy_contrast_m10_bb_pos,buy,2026-01-25 11:09:00,694.0 -23391,buy_contrast_m10_bb_pos,buy,2026-01-25 12:21:00,689.0 -23392,buy_contrast_m10_bb_pos,buy,2026-01-25 12:24:00,690.0 -23393,buy_contrast_m10_bb_pos,buy,2026-01-25 12:27:00,690.0 -23394,buy_contrast_m10_bb_pos,buy,2026-01-25 12:30:00,689.0 -23395,buy_contrast_m10_bb_pos,buy,2026-01-25 12:33:00,686.0 -23396,buy_contrast_m10_bb_pos,buy,2026-01-25 12:36:00,686.0 -23397,buy_contrast_m10_bb_pos,buy,2026-01-25 12:39:00,687.0 -23398,buy_contrast_m10_bb_pos,buy,2026-01-25 12:42:00,688.0 -23399,buy_contrast_m10_bb_pos,buy,2026-01-25 12:45:00,688.0 -23400,buy_contrast_m10_bb_pos,buy,2026-01-25 12:48:00,688.0 -23401,buy_contrast_m10_bb_pos,buy,2026-01-25 13:00:00,688.0 -23402,buy_contrast_m10_bb_pos,buy,2026-01-25 13:03:00,690.0 -23403,buy_contrast_m10_bb_pos,buy,2026-01-25 13:06:00,689.0 -23404,buy_contrast_m10_bb_pos,buy,2026-01-25 13:09:00,689.0 -23405,buy_contrast_m10_bb_pos,buy,2026-01-25 13:21:00,688.0 -23406,buy_contrast_m10_bb_pos,buy,2026-01-25 13:24:00,688.0 -23407,buy_contrast_m10_bb_pos,buy,2026-01-25 13:27:00,689.0 -23408,buy_contrast_m10_bb_pos,buy,2026-01-25 16:51:00,689.0 -23409,buy_contrast_m10_bb_pos,buy,2026-01-25 16:54:00,690.0 -23410,buy_contrast_m10_bb_pos,buy,2026-01-25 16:57:00,690.0 -23411,buy_contrast_m10_bb_pos,buy,2026-01-25 21:21:00,687.0 -23412,buy_contrast_m10_bb_pos,buy,2026-01-25 21:24:00,688.0 -23413,buy_contrast_m10_bb_pos,buy,2026-01-25 21:27:00,689.0 -23414,buy_contrast_m10_bb_pos,buy,2026-01-25 23:30:00,685.0 -23415,buy_contrast_m10_bb_pos,buy,2026-01-25 23:33:00,684.0 -23416,buy_contrast_m10_bb_pos,buy,2026-01-25 23:36:00,685.0 -23417,buy_contrast_m10_bb_pos,buy,2026-01-25 23:39:00,685.0 -23418,buy_contrast_m10_bb_pos,buy,2026-01-25 23:42:00,685.0 -23419,buy_contrast_m10_bb_pos,buy,2026-01-25 23:45:00,685.0 -23420,buy_contrast_m10_bb_pos,buy,2026-01-25 23:48:00,685.0 -23421,buy_contrast_m10_bb_pos,buy,2026-01-26 00:51:00,684.0 -23422,buy_contrast_m10_bb_pos,buy,2026-01-26 00:54:00,685.0 -23423,buy_contrast_m10_bb_pos,buy,2026-01-26 00:57:00,685.0 -23424,buy_contrast_m10_bb_pos,buy,2026-01-26 02:00:00,671.0 -23425,buy_contrast_m10_bb_pos,buy,2026-01-26 02:03:00,672.0 -23426,buy_contrast_m10_bb_pos,buy,2026-01-26 02:06:00,671.0 -23427,buy_contrast_m10_bb_pos,buy,2026-01-26 02:09:00,670.0 -23428,buy_contrast_m10_bb_pos,buy,2026-01-26 02:12:00,670.0 -23429,buy_contrast_m10_bb_pos,buy,2026-01-26 02:15:00,669.0 -23430,buy_contrast_m10_bb_pos,buy,2026-01-26 02:18:00,669.0 -23431,buy_contrast_m10_bb_pos,buy,2026-01-26 03:42:00,658.0 -23432,buy_contrast_m10_bb_pos,buy,2026-01-26 03:45:00,658.0 -23433,buy_contrast_m10_bb_pos,buy,2026-01-26 03:48:00,660.0 -23434,buy_contrast_m10_bb_pos,buy,2026-01-26 03:51:00,659.0 -23435,buy_contrast_m10_bb_pos,buy,2026-01-26 03:54:00,659.0 -23436,buy_contrast_m10_bb_pos,buy,2026-01-26 03:57:00,660.0 -23437,buy_contrast_m10_bb_pos,buy,2026-01-26 04:21:00,654.0 -23438,buy_contrast_m10_bb_pos,buy,2026-01-26 04:24:00,655.0 -23439,buy_contrast_m10_bb_pos,buy,2026-01-26 04:27:00,652.0 -23440,buy_contrast_m10_bb_pos,buy,2026-01-26 04:42:00,653.0 -23441,buy_contrast_m10_bb_pos,buy,2026-01-26 04:45:00,654.0 -23442,buy_contrast_m10_bb_pos,buy,2026-01-26 04:48:00,652.0 -23443,buy_contrast_m10_bb_pos,buy,2026-01-26 05:00:00,648.0 -23444,buy_contrast_m10_bb_pos,buy,2026-01-26 05:03:00,652.0 -23445,buy_contrast_m10_bb_pos,buy,2026-01-26 05:06:00,651.0 -23446,buy_contrast_m10_bb_pos,buy,2026-01-26 05:09:00,650.0 -23447,buy_contrast_m10_bb_pos,buy,2026-01-26 05:42:00,647.0 -23448,buy_contrast_m10_bb_pos,buy,2026-01-26 05:45:00,648.0 -23449,buy_contrast_m10_bb_pos,buy,2026-01-26 05:48:00,648.0 -23450,buy_contrast_m10_bb_pos,buy,2026-01-26 18:30:00,663.0 -23451,buy_contrast_m10_bb_pos,buy,2026-01-26 18:33:00,662.0 -23452,buy_contrast_m10_bb_pos,buy,2026-01-26 18:36:00,662.0 -23453,buy_contrast_m10_bb_pos,buy,2026-01-26 18:39:00,661.0 -23454,buy_contrast_m10_bb_pos,buy,2026-01-26 18:51:00,662.0 -23455,buy_contrast_m10_bb_pos,buy,2026-01-26 18:54:00,662.0 -23456,buy_contrast_m10_bb_pos,buy,2026-01-26 18:57:00,661.0 -23457,buy_contrast_m10_bb_pos,buy,2026-01-26 19:00:00,662.0 -23458,buy_contrast_m10_bb_pos,buy,2026-01-26 19:03:00,663.0 -23459,buy_contrast_m10_bb_pos,buy,2026-01-26 19:06:00,665.0 -23460,buy_contrast_m10_bb_pos,buy,2026-01-26 19:09:00,665.0 -23461,buy_contrast_m10_bb_pos,buy,2026-01-27 05:30:00,671.0 -23462,buy_contrast_m10_bb_pos,buy,2026-01-27 05:36:00,669.0 -23463,buy_contrast_m10_bb_pos,buy,2026-01-27 05:39:00,670.0 -23464,buy_contrast_m10_bb_pos,buy,2026-01-27 05:42:00,670.0 -23465,buy_contrast_m10_bb_pos,buy,2026-01-27 05:45:00,670.0 -23466,buy_contrast_m10_bb_pos,buy,2026-01-27 05:48:00,670.0 -23467,buy_contrast_m10_bb_pos,buy,2026-01-27 05:51:00,669.0 -23468,buy_contrast_m10_bb_pos,buy,2026-01-27 05:54:00,669.0 -23469,buy_contrast_m10_bb_pos,buy,2026-01-27 05:57:00,667.0 -23470,buy_contrast_m10_bb_pos,buy,2026-01-27 06:00:00,669.0 -23471,buy_contrast_m10_bb_pos,buy,2026-01-27 06:03:00,669.0 -23472,buy_contrast_m10_bb_pos,buy,2026-01-27 06:06:00,668.0 -23473,buy_contrast_m10_bb_pos,buy,2026-01-27 06:09:00,669.0 -23474,buy_contrast_m10_bb_pos,buy,2026-01-27 06:12:00,669.0 -23475,buy_contrast_m10_bb_pos,buy,2026-01-27 06:15:00,669.0 -23476,buy_contrast_m10_bb_pos,buy,2026-01-27 06:18:00,671.0 -23477,buy_contrast_m10_bb_pos,buy,2026-01-27 10:12:00,670.0 -23478,buy_contrast_m10_bb_pos,buy,2026-01-27 10:15:00,670.0 -23479,buy_contrast_m10_bb_pos,buy,2026-01-27 10:18:00,671.0 -23480,buy_contrast_m10_bb_pos,buy,2026-01-27 10:21:00,673.0 -23481,buy_contrast_m10_bb_pos,buy,2026-01-27 10:24:00,673.0 -23482,buy_contrast_m10_bb_pos,buy,2026-01-27 10:27:00,674.0 -23483,buy_contrast_m10_bb_pos,buy,2026-01-27 12:12:00,670.0 -23484,buy_contrast_m10_bb_pos,buy,2026-01-27 12:15:00,669.0 -23485,buy_contrast_m10_bb_pos,buy,2026-01-27 12:18:00,671.0 -23486,buy_contrast_m10_bb_pos,buy,2026-01-27 12:21:00,669.0 -23487,buy_contrast_m10_bb_pos,buy,2026-01-27 12:24:00,671.0 -23488,buy_contrast_m10_bb_pos,buy,2026-01-27 12:27:00,670.0 -23489,buy_contrast_m10_bb_pos,buy,2026-01-27 12:42:00,669.0 -23490,buy_contrast_m10_bb_pos,buy,2026-01-27 12:45:00,670.0 -23491,buy_contrast_m10_bb_pos,buy,2026-01-27 12:48:00,669.0 -23492,buy_contrast_m10_bb_pos,buy,2026-01-27 12:51:00,669.0 -23493,buy_contrast_m10_bb_pos,buy,2026-01-27 12:54:00,668.0 -23494,buy_contrast_m10_bb_pos,buy,2026-01-27 12:57:00,668.0 -23495,buy_contrast_m10_bb_pos,buy,2026-01-27 13:00:00,668.0 -23496,buy_contrast_m10_bb_pos,buy,2026-01-27 13:03:00,669.0 -23497,buy_contrast_m10_bb_pos,buy,2026-01-27 13:06:00,668.0 -23498,buy_contrast_m10_bb_pos,buy,2026-01-27 13:09:00,669.0 -23499,buy_contrast_m10_bb_pos,buy,2026-01-27 13:42:00,668.0 -23500,buy_contrast_m10_bb_pos,buy,2026-01-27 13:45:00,668.0 -23501,buy_contrast_m10_bb_pos,buy,2026-01-27 13:48:00,668.0 -23502,buy_contrast_m10_bb_pos,buy,2026-01-27 14:12:00,667.0 -23503,buy_contrast_m10_bb_pos,buy,2026-01-27 14:15:00,667.0 -23504,buy_contrast_m10_bb_pos,buy,2026-01-27 14:18:00,666.0 -23505,buy_contrast_m10_bb_pos,buy,2026-01-27 14:21:00,667.0 -23506,buy_contrast_m10_bb_pos,buy,2026-01-27 14:24:00,666.0 -23507,buy_contrast_m10_bb_pos,buy,2026-01-27 14:27:00,667.0 -23508,buy_contrast_m10_bb_pos,buy,2026-01-27 14:30:00,666.0 -23509,buy_contrast_m10_bb_pos,buy,2026-01-27 14:33:00,667.0 -23510,buy_contrast_m10_bb_pos,buy,2026-01-27 14:36:00,667.0 -23511,buy_contrast_m10_bb_pos,buy,2026-01-27 14:39:00,667.0 -23512,buy_contrast_m10_bb_pos,buy,2026-01-27 15:00:00,666.0 -23513,buy_contrast_m10_bb_pos,buy,2026-01-27 15:03:00,666.0 -23514,buy_contrast_m10_bb_pos,buy,2026-01-27 15:06:00,667.0 -23515,buy_contrast_m10_bb_pos,buy,2026-01-27 15:09:00,666.0 -23516,buy_contrast_m10_bb_pos,buy,2026-01-27 15:51:00,665.0 -23517,buy_contrast_m10_bb_pos,buy,2026-01-27 15:54:00,665.0 -23518,buy_contrast_m10_bb_pos,buy,2026-01-27 15:57:00,665.0 -23519,buy_contrast_m10_bb_pos,buy,2026-01-27 16:00:00,665.0 -23520,buy_contrast_m10_bb_pos,buy,2026-01-27 16:03:00,665.0 -23521,buy_contrast_m10_bb_pos,buy,2026-01-27 16:06:00,666.0 -23522,buy_contrast_m10_bb_pos,buy,2026-01-27 16:09:00,665.0 -23523,buy_contrast_m10_bb_pos,buy,2026-01-27 18:21:00,663.0 -23524,buy_contrast_m10_bb_pos,buy,2026-01-27 18:24:00,663.0 -23525,buy_contrast_m10_bb_pos,buy,2026-01-27 18:27:00,664.0 -23526,buy_contrast_m10_bb_pos,buy,2026-01-27 23:51:00,664.0 -23527,buy_contrast_m10_bb_pos,buy,2026-01-27 23:54:00,664.0 -23528,buy_contrast_m10_bb_pos,buy,2026-01-27 23:57:00,665.0 -23529,buy_contrast_m10_bb_pos,buy,2026-01-28 00:00:00,663.0 -23530,buy_contrast_m10_bb_pos,buy,2026-01-28 00:03:00,668.0 -23531,buy_contrast_m10_bb_pos,buy,2026-01-28 00:06:00,666.0 -23532,buy_contrast_m10_bb_pos,buy,2026-01-28 00:09:00,666.0 -23533,buy_contrast_m10_bb_pos,buy,2026-01-28 02:51:00,659.0 -23534,buy_contrast_m10_bb_pos,buy,2026-01-28 02:54:00,657.0 -23535,buy_contrast_m10_bb_pos,buy,2026-01-28 02:57:00,658.0 -23536,buy_contrast_m10_bb_pos,buy,2026-01-28 03:00:00,658.0 -23537,buy_contrast_m10_bb_pos,buy,2026-01-28 03:03:00,662.0 -23538,buy_contrast_m10_bb_pos,buy,2026-01-28 03:06:00,662.0 -23539,buy_contrast_m10_bb_pos,buy,2026-01-28 03:09:00,661.0 -23540,buy_contrast_m10_bb_pos,buy,2026-01-28 09:30:00,672.0 -23541,buy_contrast_m10_bb_pos,buy,2026-01-28 09:33:00,671.0 -23542,buy_contrast_m10_bb_pos,buy,2026-01-28 09:36:00,670.0 -23543,buy_contrast_m10_bb_pos,buy,2026-01-28 09:39:00,670.0 -23544,buy_contrast_m10_bb_pos,buy,2026-01-28 12:00:00,670.0 -23545,buy_contrast_m10_bb_pos,buy,2026-01-28 12:03:00,669.0 -23546,buy_contrast_m10_bb_pos,buy,2026-01-28 12:06:00,670.0 -23547,buy_contrast_m10_bb_pos,buy,2026-01-28 12:09:00,670.0 -23548,buy_contrast_m10_bb_pos,buy,2026-01-28 12:12:00,669.0 -23549,buy_contrast_m10_bb_pos,buy,2026-01-28 12:15:00,669.0 -23550,buy_contrast_m10_bb_pos,buy,2026-01-28 12:18:00,670.0 -23551,buy_contrast_m10_bb_pos,buy,2026-01-28 12:51:00,668.0 -23552,buy_contrast_m10_bb_pos,buy,2026-01-28 12:54:00,668.0 -23553,buy_contrast_m10_bb_pos,buy,2026-01-28 12:57:00,668.0 -23554,buy_contrast_m10_bb_pos,buy,2026-01-28 13:42:00,665.0 -23555,buy_contrast_m10_bb_pos,buy,2026-01-28 13:45:00,665.0 -23556,buy_contrast_m10_bb_pos,buy,2026-01-28 13:48:00,665.0 -23557,buy_contrast_m10_bb_pos,buy,2026-01-28 13:51:00,665.0 -23558,buy_contrast_m10_bb_pos,buy,2026-01-28 13:54:00,664.0 -23559,buy_contrast_m10_bb_pos,buy,2026-01-28 13:57:00,664.0 -23560,buy_contrast_m10_bb_pos,buy,2026-01-28 14:21:00,665.0 -23561,buy_contrast_m10_bb_pos,buy,2026-01-28 14:24:00,665.0 -23562,buy_contrast_m10_bb_pos,buy,2026-01-28 14:27:00,664.0 -23563,buy_contrast_m10_bb_pos,buy,2026-01-28 23:42:00,667.0 -23564,buy_contrast_m10_bb_pos,buy,2026-01-28 23:45:00,666.0 -23565,buy_contrast_m10_bb_pos,buy,2026-01-28 23:48:00,665.0 -23566,buy_contrast_m10_bb_pos,buy,2026-01-29 00:21:00,665.0 -23567,buy_contrast_m10_bb_pos,buy,2026-01-29 00:24:00,666.0 -23568,buy_contrast_m10_bb_pos,buy,2026-01-29 00:27:00,665.0 -23569,buy_contrast_m10_bb_pos,buy,2026-01-29 00:51:00,664.0 -23570,buy_contrast_m10_bb_pos,buy,2026-01-29 00:54:00,665.0 -23571,buy_contrast_m10_bb_pos,buy,2026-01-29 00:57:00,666.0 -23572,buy_contrast_m10_bb_pos,buy,2026-01-29 01:21:00,664.0 -23573,buy_contrast_m10_bb_pos,buy,2026-01-29 01:24:00,664.0 -23574,buy_contrast_m10_bb_pos,buy,2026-01-29 01:27:00,664.0 -23575,buy_contrast_m10_bb_pos,buy,2026-01-29 02:30:00,663.0 -23576,buy_contrast_m10_bb_pos,buy,2026-01-29 02:33:00,661.0 -23577,buy_contrast_m10_bb_pos,buy,2026-01-29 02:36:00,662.0 -23578,buy_contrast_m10_bb_pos,buy,2026-01-29 02:39:00,664.0 -23579,buy_contrast_m10_bb_pos,buy,2026-01-29 02:42:00,664.0 -23580,buy_contrast_m10_bb_pos,buy,2026-01-29 02:45:00,666.0 -23581,buy_contrast_m10_bb_pos,buy,2026-01-29 02:48:00,665.0 -23582,buy_contrast_m10_bb_pos,buy,2026-01-29 11:51:00,773.0 -23583,buy_contrast_m10_bb_pos,buy,2026-01-29 11:54:00,771.0 -23584,buy_contrast_m10_bb_pos,buy,2026-01-29 11:57:00,774.0 -23585,buy_contrast_m10_bb_pos,buy,2026-01-29 12:00:00,775.0 -23586,buy_contrast_m10_bb_pos,buy,2026-01-29 12:03:00,775.0 -23587,buy_contrast_m10_bb_pos,buy,2026-01-29 12:06:00,777.0 -23588,buy_contrast_m10_bb_pos,buy,2026-01-29 12:09:00,779.0 -23589,buy_contrast_m10_bb_pos,buy,2026-01-29 12:21:00,767.0 -23590,buy_contrast_m10_bb_pos,buy,2026-01-29 12:24:00,766.0 -23591,buy_contrast_m10_bb_pos,buy,2026-01-29 12:27:00,762.0 -23592,buy_contrast_m10_bb_pos,buy,2026-01-29 12:30:00,763.0 -23593,buy_contrast_m10_bb_pos,buy,2026-01-29 12:33:00,768.0 -23594,buy_contrast_m10_bb_pos,buy,2026-01-29 12:36:00,763.0 -23595,buy_contrast_m10_bb_pos,buy,2026-01-29 12:39:00,763.0 -23596,buy_contrast_m10_bb_pos,buy,2026-01-29 12:42:00,767.0 -23597,buy_contrast_m10_bb_pos,buy,2026-01-29 12:45:00,763.0 -23598,buy_contrast_m10_bb_pos,buy,2026-01-29 12:48:00,763.0 -23599,buy_contrast_m10_bb_pos,buy,2026-01-29 12:51:00,766.0 -23600,buy_contrast_m10_bb_pos,buy,2026-01-29 12:54:00,764.0 -23601,buy_contrast_m10_bb_pos,buy,2026-01-29 12:57:00,768.0 -23602,buy_contrast_m10_bb_pos,buy,2026-01-29 13:12:00,755.0 -23603,buy_contrast_m10_bb_pos,buy,2026-01-29 13:15:00,757.0 -23604,buy_contrast_m10_bb_pos,buy,2026-01-29 13:18:00,758.0 -23605,buy_contrast_m10_bb_pos,buy,2026-01-29 14:51:00,748.0 -23606,buy_contrast_m10_bb_pos,buy,2026-01-29 14:54:00,748.0 -23607,buy_contrast_m10_bb_pos,buy,2026-01-29 14:57:00,746.0 -23608,buy_contrast_m10_bb_pos,buy,2026-01-29 15:00:00,747.0 -23609,buy_contrast_m10_bb_pos,buy,2026-01-29 15:03:00,747.0 -23610,buy_contrast_m10_bb_pos,buy,2026-01-29 15:06:00,750.0 -23611,buy_contrast_m10_bb_pos,buy,2026-01-29 15:09:00,750.0 -23612,buy_contrast_m10_bb_pos,buy,2026-01-29 15:12:00,748.0 -23613,buy_contrast_m10_bb_pos,buy,2026-01-29 15:15:00,747.0 -23614,buy_contrast_m10_bb_pos,buy,2026-01-29 15:18:00,748.0 -23615,buy_contrast_m10_bb_pos,buy,2026-01-29 15:21:00,747.0 -23616,buy_contrast_m10_bb_pos,buy,2026-01-29 15:24:00,749.0 -23617,buy_contrast_m10_bb_pos,buy,2026-01-29 15:27:00,749.0 -23618,buy_contrast_m10_bb_pos,buy,2026-01-29 15:51:00,740.0 -23619,buy_contrast_m10_bb_pos,buy,2026-01-29 15:54:00,737.0 -23620,buy_contrast_m10_bb_pos,buy,2026-01-29 15:57:00,738.0 -23621,buy_contrast_m10_bb_pos,buy,2026-01-29 16:00:00,736.0 -23622,buy_contrast_m10_bb_pos,buy,2026-01-29 16:03:00,740.0 -23623,buy_contrast_m10_bb_pos,buy,2026-01-29 16:06:00,742.0 -23624,buy_contrast_m10_bb_pos,buy,2026-01-29 16:09:00,742.0 -23625,buy_contrast_m10_bb_pos,buy,2026-01-29 18:00:00,732.0 -23626,buy_contrast_m10_bb_pos,buy,2026-01-29 18:03:00,731.0 -23627,buy_contrast_m10_bb_pos,buy,2026-01-29 18:06:00,730.0 -23628,buy_contrast_m10_bb_pos,buy,2026-01-29 18:09:00,730.0 -23629,buy_contrast_m10_bb_pos,buy,2026-01-29 18:12:00,730.0 -23630,buy_contrast_m10_bb_pos,buy,2026-01-29 18:15:00,729.0 -23631,buy_contrast_m10_bb_pos,buy,2026-01-29 18:18:00,727.0 -23632,buy_contrast_m10_bb_pos,buy,2026-01-29 18:21:00,727.0 -23633,buy_contrast_m10_bb_pos,buy,2026-01-29 18:24:00,726.0 -23634,buy_contrast_m10_bb_pos,buy,2026-01-29 18:27:00,726.0 -23635,buy_contrast_m10_bb_pos,buy,2026-01-29 18:42:00,722.0 -23636,buy_contrast_m10_bb_pos,buy,2026-01-29 18:45:00,722.0 -23637,buy_contrast_m10_bb_pos,buy,2026-01-29 18:48:00,722.0 -23638,buy_contrast_m10_bb_pos,buy,2026-01-29 18:51:00,722.0 -23639,buy_contrast_m10_bb_pos,buy,2026-01-29 18:54:00,722.0 -23640,buy_contrast_m10_bb_pos,buy,2026-01-29 18:57:00,721.0 -23641,buy_contrast_m10_bb_pos,buy,2026-01-29 19:12:00,711.0 -23642,buy_contrast_m10_bb_pos,buy,2026-01-29 19:15:00,713.0 -23643,buy_contrast_m10_bb_pos,buy,2026-01-29 19:18:00,713.0 -23644,buy_contrast_m10_bb_pos,buy,2026-01-29 19:21:00,711.0 -23645,buy_contrast_m10_bb_pos,buy,2026-01-29 19:24:00,711.0 -23646,buy_contrast_m10_bb_pos,buy,2026-01-29 19:27:00,712.0 -23647,buy_contrast_m10_bb_pos,buy,2026-01-29 19:30:00,712.0 -23648,buy_contrast_m10_bb_pos,buy,2026-01-29 19:33:00,711.0 -23649,buy_contrast_m10_bb_pos,buy,2026-01-29 19:36:00,711.0 -23650,buy_contrast_m10_bb_pos,buy,2026-01-29 19:39:00,709.0 -23651,buy_contrast_m10_bb_pos,buy,2026-01-29 19:42:00,709.0 -23652,buy_contrast_m10_bb_pos,buy,2026-01-29 19:45:00,710.0 -23653,buy_contrast_m10_bb_pos,buy,2026-01-29 19:48:00,711.0 -23654,buy_contrast_m10_bb_pos,buy,2026-01-29 21:51:00,699.0 -23655,buy_contrast_m10_bb_pos,buy,2026-01-29 21:54:00,700.0 -23656,buy_contrast_m10_bb_pos,buy,2026-01-29 21:57:00,701.0 -23657,buy_contrast_m10_bb_pos,buy,2026-01-30 00:21:00,696.0 -23658,buy_contrast_m10_bb_pos,buy,2026-01-30 00:24:00,698.0 -23659,buy_contrast_m10_bb_pos,buy,2026-01-30 00:27:00,701.0 -23660,buy_contrast_m10_bb_pos,buy,2026-01-30 04:21:00,701.0 -23661,buy_contrast_m10_bb_pos,buy,2026-01-30 04:24:00,697.0 -23662,buy_contrast_m10_bb_pos,buy,2026-01-30 04:27:00,699.0 -23663,buy_contrast_m10_bb_pos,buy,2026-01-30 04:30:00,699.0 -23664,buy_contrast_m10_bb_pos,buy,2026-01-30 04:33:00,702.0 -23665,buy_contrast_m10_bb_pos,buy,2026-01-30 04:36:00,702.0 -23666,buy_contrast_m10_bb_pos,buy,2026-01-30 04:39:00,701.0 -23667,buy_contrast_m10_bb_pos,buy,2026-01-30 04:42:00,699.0 -23668,buy_contrast_m10_bb_pos,buy,2026-01-30 04:45:00,697.0 -23669,buy_contrast_m10_bb_pos,buy,2026-01-30 04:48:00,699.0 -23670,buy_contrast_m10_bb_pos,buy,2026-01-30 05:00:00,698.0 -23671,buy_contrast_m10_bb_pos,buy,2026-01-30 05:03:00,695.0 -23672,buy_contrast_m10_bb_pos,buy,2026-01-30 05:06:00,697.0 -23673,buy_contrast_m10_bb_pos,buy,2026-01-30 05:09:00,697.0 -23674,buy_contrast_m10_bb_pos,buy,2026-01-30 05:12:00,696.0 -23675,buy_contrast_m10_bb_pos,buy,2026-01-30 05:15:00,696.0 -23676,buy_contrast_m10_bb_pos,buy,2026-01-30 05:18:00,694.0 -23677,buy_contrast_m10_bb_pos,buy,2026-01-30 05:21:00,694.0 -23678,buy_contrast_m10_bb_pos,buy,2026-01-30 05:24:00,695.0 -23679,buy_contrast_m10_bb_pos,buy,2026-01-30 05:27:00,695.0 -23680,buy_contrast_m10_bb_pos,buy,2026-01-30 05:30:00,695.0 -23681,buy_contrast_m10_bb_pos,buy,2026-01-30 05:33:00,696.0 -23682,buy_contrast_m10_bb_pos,buy,2026-01-30 05:36:00,696.0 -23683,buy_contrast_m10_bb_pos,buy,2026-01-30 05:39:00,694.0 -23684,buy_contrast_m10_bb_pos,buy,2026-01-30 05:42:00,694.0 -23685,buy_contrast_m10_bb_pos,buy,2026-01-30 05:45:00,693.0 -23686,buy_contrast_m10_bb_pos,buy,2026-01-30 05:48:00,691.0 -23687,buy_contrast_m10_bb_pos,buy,2026-01-30 05:51:00,693.0 -23688,buy_contrast_m10_bb_pos,buy,2026-01-30 05:54:00,691.0 -23689,buy_contrast_m10_bb_pos,buy,2026-01-30 05:57:00,693.0 -23690,buy_contrast_m10_bb_pos,buy,2026-01-30 09:12:00,697.0 -23691,buy_contrast_m10_bb_pos,buy,2026-01-30 09:15:00,703.0 -23692,buy_contrast_m10_bb_pos,buy,2026-01-30 09:18:00,697.0 -23693,buy_contrast_m10_bb_pos,buy,2026-01-30 09:21:00,692.0 -23694,buy_contrast_m10_bb_pos,buy,2026-01-30 09:24:00,694.0 -23695,buy_contrast_m10_bb_pos,buy,2026-01-30 09:27:00,693.0 -23696,buy_contrast_m10_bb_pos,buy,2026-01-30 09:51:00,688.0 -23697,buy_contrast_m10_bb_pos,buy,2026-01-30 09:54:00,687.0 -23698,buy_contrast_m10_bb_pos,buy,2026-01-30 09:57:00,686.0 -23699,buy_contrast_m10_bb_pos,buy,2026-01-30 10:00:00,688.0 -23700,buy_contrast_m10_bb_pos,buy,2026-01-30 10:03:00,686.0 -23701,buy_contrast_m10_bb_pos,buy,2026-01-30 10:06:00,688.0 -23702,buy_contrast_m10_bb_pos,buy,2026-01-30 10:09:00,687.0 -23703,buy_contrast_m10_bb_pos,buy,2026-01-30 10:12:00,687.0 -23704,buy_contrast_m10_bb_pos,buy,2026-01-30 10:15:00,690.0 -23705,buy_contrast_m10_bb_pos,buy,2026-01-30 10:18:00,691.0 -23706,buy_contrast_m10_bb_pos,buy,2026-01-30 11:00:00,676.0 -23707,buy_contrast_m10_bb_pos,buy,2026-01-30 11:03:00,675.0 -23708,buy_contrast_m10_bb_pos,buy,2026-01-30 11:06:00,672.0 -23709,buy_contrast_m10_bb_pos,buy,2026-01-30 11:09:00,671.0 -23710,buy_contrast_m10_bb_pos,buy,2026-01-30 11:12:00,672.0 -23711,buy_contrast_m10_bb_pos,buy,2026-01-30 11:15:00,671.0 -23712,buy_contrast_m10_bb_pos,buy,2026-01-30 11:18:00,670.0 -23713,buy_contrast_m10_bb_pos,buy,2026-01-30 11:42:00,666.0 -23714,buy_contrast_m10_bb_pos,buy,2026-01-30 11:45:00,668.0 -23715,buy_contrast_m10_bb_pos,buy,2026-01-30 11:48:00,667.0 -23716,buy_contrast_m10_bb_pos,buy,2026-01-30 12:00:00,663.0 -23717,buy_contrast_m10_bb_pos,buy,2026-01-30 12:03:00,667.0 -23718,buy_contrast_m10_bb_pos,buy,2026-01-30 12:06:00,666.0 -23719,buy_contrast_m10_bb_pos,buy,2026-01-30 12:09:00,668.0 -23720,buy_contrast_m10_bb_pos,buy,2026-01-30 17:42:00,670.0 -23721,buy_contrast_m10_bb_pos,buy,2026-01-30 17:45:00,670.0 -23722,buy_contrast_m10_bb_pos,buy,2026-01-30 17:48:00,670.0 -23723,buy_contrast_m10_bb_pos,buy,2026-01-30 17:51:00,670.0 -23724,buy_contrast_m10_bb_pos,buy,2026-01-30 17:54:00,671.0 -23725,buy_contrast_m10_bb_pos,buy,2026-01-30 17:57:00,672.0 -23726,buy_contrast_m10_bb_pos,buy,2026-01-30 18:21:00,669.0 -23727,buy_contrast_m10_bb_pos,buy,2026-01-30 18:24:00,668.0 -23728,buy_contrast_m10_bb_pos,buy,2026-01-30 18:27:00,669.0 -23729,buy_contrast_m10_bb_pos,buy,2026-01-30 18:30:00,669.0 -23730,buy_contrast_m10_bb_pos,buy,2026-01-30 18:33:00,671.0 -23731,buy_contrast_m10_bb_pos,buy,2026-01-30 18:36:00,670.0 -23732,buy_contrast_m10_bb_pos,buy,2026-01-30 18:39:00,670.0 -23733,buy_contrast_m10_bb_pos,buy,2026-01-31 03:21:00,680.0 -23734,buy_contrast_m10_bb_pos,buy,2026-01-31 03:24:00,680.0 -23735,buy_contrast_m10_bb_pos,buy,2026-01-31 03:27:00,689.0 -23736,buy_contrast_m10_bb_pos,buy,2026-01-31 07:30:00,702.0 -23737,buy_contrast_m10_bb_pos,buy,2026-01-31 07:33:00,703.0 -23738,buy_contrast_m10_bb_pos,buy,2026-01-31 07:36:00,705.0 -23739,buy_contrast_m10_bb_pos,buy,2026-01-31 07:39:00,707.0 -23740,buy_contrast_m10_bb_pos,buy,2026-01-31 08:21:00,698.0 -23741,buy_contrast_m10_bb_pos,buy,2026-01-31 08:24:00,695.0 -23742,buy_contrast_m10_bb_pos,buy,2026-01-31 08:27:00,696.0 -23743,buy_contrast_m10_bb_pos,buy,2026-01-31 08:42:00,695.0 -23744,buy_contrast_m10_bb_pos,buy,2026-01-31 08:45:00,697.0 -23745,buy_contrast_m10_bb_pos,buy,2026-01-31 08:48:00,698.0 -23746,buy_contrast_m10_bb_pos,buy,2026-01-31 08:51:00,698.0 -23747,buy_contrast_m10_bb_pos,buy,2026-01-31 08:54:00,697.0 -23748,buy_contrast_m10_bb_pos,buy,2026-01-31 08:57:00,698.0 -23749,buy_contrast_m10_bb_pos,buy,2026-01-31 09:21:00,694.0 -23750,buy_contrast_m10_bb_pos,buy,2026-01-31 09:24:00,691.0 -23751,buy_contrast_m10_bb_pos,buy,2026-01-31 09:27:00,690.0 -23752,buy_contrast_m10_bb_pos,buy,2026-01-31 09:30:00,690.0 -23753,buy_contrast_m10_bb_pos,buy,2026-01-31 09:33:00,690.0 -23754,buy_contrast_m10_bb_pos,buy,2026-01-31 09:36:00,690.0 -23755,buy_contrast_m10_bb_pos,buy,2026-01-31 09:39:00,691.0 -23756,buy_contrast_m10_bb_pos,buy,2026-01-31 09:42:00,691.0 -23757,buy_contrast_m10_bb_pos,buy,2026-01-31 09:45:00,690.0 -23758,buy_contrast_m10_bb_pos,buy,2026-01-31 09:48:00,689.0 -23759,buy_contrast_m10_bb_pos,buy,2026-01-31 09:51:00,691.0 -23760,buy_contrast_m10_bb_pos,buy,2026-01-31 09:54:00,689.0 -23761,buy_contrast_m10_bb_pos,buy,2026-01-31 09:57:00,687.0 -23762,buy_contrast_m10_bb_pos,buy,2026-01-31 10:00:00,687.0 -23763,buy_contrast_m10_bb_pos,buy,2026-01-31 10:03:00,685.0 -23764,buy_contrast_m10_bb_pos,buy,2026-01-31 10:06:00,688.0 -23765,buy_contrast_m10_bb_pos,buy,2026-01-31 10:09:00,689.0 -23766,buy_contrast_m10_bb_pos,buy,2026-01-31 10:12:00,689.0 -23767,buy_contrast_m10_bb_pos,buy,2026-01-31 10:15:00,689.0 -23768,buy_contrast_m10_bb_pos,buy,2026-01-31 10:18:00,688.0 -23769,buy_contrast_m10_bb_pos,buy,2026-01-31 10:21:00,688.0 -23770,buy_contrast_m10_bb_pos,buy,2026-01-31 10:24:00,688.0 -23771,buy_contrast_m10_bb_pos,buy,2026-01-31 10:27:00,688.0 -23772,buy_contrast_m10_bb_pos,buy,2026-01-31 10:30:00,686.0 -23773,buy_contrast_m10_bb_pos,buy,2026-01-31 10:33:00,685.0 -23774,buy_contrast_m10_bb_pos,buy,2026-01-31 10:36:00,683.0 -23775,buy_contrast_m10_bb_pos,buy,2026-01-31 10:39:00,683.0 -23776,buy_contrast_m10_bb_pos,buy,2026-01-31 10:42:00,685.0 -23777,buy_contrast_m10_bb_pos,buy,2026-01-31 10:45:00,686.0 -23778,buy_contrast_m10_bb_pos,buy,2026-01-31 10:48:00,685.0 -23779,buy_contrast_m10_bb_pos,buy,2026-01-31 10:51:00,685.0 -23780,buy_contrast_m10_bb_pos,buy,2026-01-31 10:54:00,684.0 -23781,buy_contrast_m10_bb_pos,buy,2026-01-31 10:57:00,687.0 -23782,buy_contrast_m10_bb_pos,buy,2026-01-31 12:21:00,681.0 -23783,buy_contrast_m10_bb_pos,buy,2026-01-31 12:24:00,680.0 -23784,buy_contrast_m10_bb_pos,buy,2026-01-31 12:27:00,680.0 -23785,buy_contrast_m10_bb_pos,buy,2026-01-31 12:51:00,678.0 -23786,buy_contrast_m10_bb_pos,buy,2026-01-31 12:54:00,677.0 -23787,buy_contrast_m10_bb_pos,buy,2026-01-31 12:57:00,676.0 -23788,buy_contrast_m10_bb_pos,buy,2026-01-31 13:21:00,675.0 -23789,buy_contrast_m10_bb_pos,buy,2026-01-31 13:24:00,675.0 -23790,buy_contrast_m10_bb_pos,buy,2026-01-31 13:27:00,675.0 -23791,buy_contrast_m10_bb_pos,buy,2026-01-31 13:51:00,675.0 -23792,buy_contrast_m10_bb_pos,buy,2026-01-31 13:54:00,674.0 -23793,buy_contrast_m10_bb_pos,buy,2026-01-31 13:57:00,676.0 -23794,buy_contrast_m10_bb_pos,buy,2026-01-31 16:00:00,671.0 -23795,buy_contrast_m10_bb_pos,buy,2026-01-31 16:03:00,671.0 -23796,buy_contrast_m10_bb_pos,buy,2026-01-31 16:06:00,671.0 -23797,buy_contrast_m10_bb_pos,buy,2026-01-31 16:09:00,671.0 -23798,buy_contrast_m10_bb_pos,buy,2026-01-31 16:12:00,671.0 -23799,buy_contrast_m10_bb_pos,buy,2026-01-31 16:15:00,671.0 -23800,buy_contrast_m10_bb_pos,buy,2026-01-31 16:18:00,670.0 -23801,buy_contrast_m10_bb_pos,buy,2026-01-31 16:21:00,670.0 -23802,buy_contrast_m10_bb_pos,buy,2026-01-31 16:24:00,670.0 -23803,buy_contrast_m10_bb_pos,buy,2026-01-31 16:27:00,670.0 -23804,buy_contrast_m10_bb_pos,buy,2026-01-31 16:30:00,669.0 -23805,buy_contrast_m10_bb_pos,buy,2026-01-31 16:33:00,666.0 -23806,buy_contrast_m10_bb_pos,buy,2026-01-31 16:36:00,668.0 -23807,buy_contrast_m10_bb_pos,buy,2026-01-31 16:39:00,664.0 -23808,buy_contrast_m10_bb_pos,buy,2026-01-31 16:51:00,665.0 -23809,buy_contrast_m10_bb_pos,buy,2026-01-31 16:54:00,666.0 -23810,buy_contrast_m10_bb_pos,buy,2026-01-31 16:57:00,667.0 -23811,buy_contrast_m10_bb_pos,buy,2026-01-31 17:00:00,666.0 -23812,buy_contrast_m10_bb_pos,buy,2026-01-31 17:03:00,668.0 -23813,buy_contrast_m10_bb_pos,buy,2026-01-31 17:06:00,667.0 -23814,buy_contrast_m10_bb_pos,buy,2026-01-31 17:09:00,666.0 -23815,buy_contrast_m10_bb_pos,buy,2026-01-31 17:12:00,664.0 -23816,buy_contrast_m10_bb_pos,buy,2026-01-31 17:15:00,666.0 -23817,buy_contrast_m10_bb_pos,buy,2026-01-31 17:18:00,663.0 -23818,buy_contrast_m10_bb_pos,buy,2026-01-31 17:21:00,663.0 -23819,buy_contrast_m10_bb_pos,buy,2026-01-31 17:24:00,663.0 -23820,buy_contrast_m10_bb_pos,buy,2026-01-31 17:27:00,661.0 -23821,buy_contrast_m10_bb_pos,buy,2026-01-31 17:42:00,658.0 -23822,buy_contrast_m10_bb_pos,buy,2026-01-31 17:45:00,657.0 -23823,buy_contrast_m10_bb_pos,buy,2026-01-31 17:48:00,658.0 -23824,buy_contrast_m10_bb_pos,buy,2026-01-31 17:51:00,658.0 -23825,buy_contrast_m10_bb_pos,buy,2026-01-31 17:54:00,658.0 -23826,buy_contrast_m10_bb_pos,buy,2026-01-31 17:57:00,662.0 -23827,buy_contrast_m10_bb_pos,buy,2026-01-31 20:00:00,656.0 -23828,buy_contrast_m10_bb_pos,buy,2026-01-31 20:03:00,654.0 -23829,buy_contrast_m10_bb_pos,buy,2026-01-31 20:06:00,654.0 -23830,buy_contrast_m10_bb_pos,buy,2026-01-31 20:09:00,653.0 -23831,buy_contrast_m10_bb_pos,buy,2026-01-31 21:00:00,652.0 -23832,buy_contrast_m10_bb_pos,buy,2026-01-31 21:03:00,653.0 -23833,buy_contrast_m10_bb_pos,buy,2026-01-31 21:06:00,653.0 -23834,buy_contrast_m10_bb_pos,buy,2026-01-31 21:09:00,653.0 -23835,buy_contrast_m10_bb_pos,buy,2026-01-31 23:00:00,651.0 -23836,buy_contrast_m10_bb_pos,buy,2026-01-31 23:03:00,652.0 -23837,buy_contrast_m10_bb_pos,buy,2026-01-31 23:06:00,653.0 -23838,buy_contrast_m10_bb_pos,buy,2026-01-31 23:09:00,650.0 -23839,buy_contrast_m10_bb_pos,buy,2026-02-01 00:00:00,625.0 -23840,buy_contrast_m10_bb_pos,buy,2026-02-01 00:03:00,626.0 -23841,buy_contrast_m10_bb_pos,buy,2026-02-01 00:06:00,631.0 -23842,buy_contrast_m10_bb_pos,buy,2026-02-01 00:09:00,630.0 -23843,buy_contrast_m10_bb_pos,buy,2026-02-01 00:21:00,624.0 -23844,buy_contrast_m10_bb_pos,buy,2026-02-01 00:24:00,623.0 -23845,buy_contrast_m10_bb_pos,buy,2026-02-01 00:27:00,623.0 -23846,buy_contrast_m10_bb_pos,buy,2026-02-01 03:00:00,589.0 -23847,buy_contrast_m10_bb_pos,buy,2026-02-01 03:03:00,589.0 -23848,buy_contrast_m10_bb_pos,buy,2026-02-01 03:06:00,589.0 -23849,buy_contrast_m10_bb_pos,buy,2026-02-01 03:09:00,586.0 -23850,buy_contrast_m10_bb_pos,buy,2026-02-01 03:12:00,587.0 -23851,buy_contrast_m10_bb_pos,buy,2026-02-01 03:15:00,586.0 -23852,buy_contrast_m10_bb_pos,buy,2026-02-01 03:18:00,582.0 -23853,buy_contrast_m10_bb_pos,buy,2026-02-01 03:21:00,582.0 -23854,buy_contrast_m10_bb_pos,buy,2026-02-01 03:24:00,584.0 -23855,buy_contrast_m10_bb_pos,buy,2026-02-01 03:27:00,583.0 -23856,buy_contrast_m10_bb_pos,buy,2026-02-01 03:30:00,586.0 -23857,buy_contrast_m10_bb_pos,buy,2026-02-01 03:33:00,584.0 -23858,buy_contrast_m10_bb_pos,buy,2026-02-01 03:36:00,580.0 -23859,buy_contrast_m10_bb_pos,buy,2026-02-01 03:39:00,580.0 -23860,buy_contrast_m10_bb_pos,buy,2026-02-01 03:42:00,576.0 -23861,buy_contrast_m10_bb_pos,buy,2026-02-01 03:45:00,572.0 -23862,buy_contrast_m10_bb_pos,buy,2026-02-01 03:48:00,579.0 -23863,buy_contrast_m10_bb_pos,buy,2026-02-01 03:51:00,577.0 -23864,buy_contrast_m10_bb_pos,buy,2026-02-01 03:54:00,581.0 -23865,buy_contrast_m10_bb_pos,buy,2026-02-01 03:57:00,578.0 -23866,buy_contrast_m10_bb_pos,buy,2026-02-01 04:00:00,576.0 -23867,buy_contrast_m10_bb_pos,buy,2026-02-01 04:03:00,580.0 -23868,buy_contrast_m10_bb_pos,buy,2026-02-01 04:06:00,580.0 -23869,buy_contrast_m10_bb_pos,buy,2026-02-01 04:09:00,582.0 -23870,buy_contrast_m10_bb_pos,buy,2026-02-01 10:21:00,606.0 -23871,buy_contrast_m10_bb_pos,buy,2026-02-01 10:24:00,606.0 -23872,buy_contrast_m10_bb_pos,buy,2026-02-01 10:27:00,609.0 -23873,buy_contrast_m10_bb_pos,buy,2026-02-01 14:12:00,610.0 -23874,buy_contrast_m10_bb_pos,buy,2026-02-01 14:15:00,610.0 -23875,buy_contrast_m10_bb_pos,buy,2026-02-01 14:18:00,610.0 -23876,buy_contrast_m10_bb_pos,buy,2026-02-01 14:42:00,611.0 -23877,buy_contrast_m10_bb_pos,buy,2026-02-01 14:45:00,608.0 -23878,buy_contrast_m10_bb_pos,buy,2026-02-01 14:48:00,608.0 -23879,buy_contrast_m10_bb_pos,buy,2026-02-01 18:00:00,606.0 -23880,buy_contrast_m10_bb_pos,buy,2026-02-01 18:03:00,604.0 -23881,buy_contrast_m10_bb_pos,buy,2026-02-01 18:06:00,607.0 -23882,buy_contrast_m10_bb_pos,buy,2026-02-01 18:09:00,607.0 -23883,buy_contrast_m10_bb_pos,buy,2026-02-01 18:42:00,603.0 -23884,buy_contrast_m10_bb_pos,buy,2026-02-01 18:45:00,605.0 -23885,buy_contrast_m10_bb_pos,buy,2026-02-01 18:48:00,604.0 -23886,buy_contrast_m10_bb_pos,buy,2026-02-01 19:42:00,601.0 -23887,buy_contrast_m10_bb_pos,buy,2026-02-01 19:45:00,602.0 -23888,buy_contrast_m10_bb_pos,buy,2026-02-01 19:48:00,601.0 -23889,buy_contrast_m10_bb_pos,buy,2026-02-01 19:51:00,602.0 -23890,buy_contrast_m10_bb_pos,buy,2026-02-01 19:54:00,602.0 -23891,buy_contrast_m10_bb_pos,buy,2026-02-01 19:57:00,599.0 -23892,buy_contrast_m10_bb_pos,buy,2026-02-01 20:12:00,599.0 -23893,buy_contrast_m10_bb_pos,buy,2026-02-01 20:15:00,599.0 -23894,buy_contrast_m10_bb_pos,buy,2026-02-01 20:18:00,598.0 -23895,buy_contrast_m10_bb_pos,buy,2026-02-01 20:21:00,598.0 -23896,buy_contrast_m10_bb_pos,buy,2026-02-01 20:24:00,598.0 -23897,buy_contrast_m10_bb_pos,buy,2026-02-01 20:27:00,598.0 -23898,buy_contrast_m10_bb_pos,buy,2026-02-01 20:30:00,599.0 -23899,buy_contrast_m10_bb_pos,buy,2026-02-01 20:33:00,598.0 -23900,buy_contrast_m10_bb_pos,buy,2026-02-01 20:36:00,602.0 -23901,buy_contrast_m10_bb_pos,buy,2026-02-01 20:39:00,604.0 -23902,buy_contrast_m10_bb_pos,buy,2026-02-01 21:30:00,598.0 -23903,buy_contrast_m10_bb_pos,buy,2026-02-01 21:33:00,599.0 -23904,buy_contrast_m10_bb_pos,buy,2026-02-01 21:36:00,600.0 -23905,buy_contrast_m10_bb_pos,buy,2026-02-01 21:39:00,600.0 -23906,buy_contrast_m10_bb_pos,buy,2026-02-01 22:42:00,597.0 -23907,buy_contrast_m10_bb_pos,buy,2026-02-01 22:45:00,596.0 -23908,buy_contrast_m10_bb_pos,buy,2026-02-01 22:48:00,597.0 -23909,buy_contrast_m10_bb_pos,buy,2026-02-01 22:51:00,594.0 -23910,buy_contrast_m10_bb_pos,buy,2026-02-01 22:54:00,593.0 -23911,buy_contrast_m10_bb_pos,buy,2026-02-01 22:57:00,592.0 -23912,buy_contrast_m10_bb_pos,buy,2026-02-01 23:12:00,593.0 -23913,buy_contrast_m10_bb_pos,buy,2026-02-01 23:15:00,593.0 -23914,buy_contrast_m10_bb_pos,buy,2026-02-01 23:18:00,592.0 -23915,buy_contrast_m10_bb_pos,buy,2026-02-01 23:21:00,595.0 -23916,buy_contrast_m10_bb_pos,buy,2026-02-01 23:24:00,595.0 -23917,buy_contrast_m10_bb_pos,buy,2026-02-01 23:27:00,594.0 -23918,buy_contrast_m10_bb_pos,buy,2026-02-01 23:42:00,592.0 -23919,buy_contrast_m10_bb_pos,buy,2026-02-01 23:45:00,595.0 -23920,buy_contrast_m10_bb_pos,buy,2026-02-01 23:48:00,593.0 -23921,buy_contrast_m10_bb_pos,buy,2026-02-02 00:12:00,588.0 -23922,buy_contrast_m10_bb_pos,buy,2026-02-02 00:15:00,588.0 -23923,buy_contrast_m10_bb_pos,buy,2026-02-02 00:18:00,585.0 -23924,buy_contrast_m10_bb_pos,buy,2026-02-02 00:51:00,583.0 -23925,buy_contrast_m10_bb_pos,buy,2026-02-02 00:54:00,582.0 -23926,buy_contrast_m10_bb_pos,buy,2026-02-02 00:57:00,582.0 -23927,buy_contrast_m10_bb_pos,buy,2026-02-02 01:00:00,583.0 -23928,buy_contrast_m10_bb_pos,buy,2026-02-02 01:03:00,582.0 -23929,buy_contrast_m10_bb_pos,buy,2026-02-02 01:06:00,584.0 -23930,buy_contrast_m10_bb_pos,buy,2026-02-02 01:09:00,585.0 -23931,buy_contrast_m10_bb_pos,buy,2026-02-02 01:21:00,580.0 -23932,buy_contrast_m10_bb_pos,buy,2026-02-02 01:24:00,584.0 -23933,buy_contrast_m10_bb_pos,buy,2026-02-02 01:27:00,588.0 -23934,buy_contrast_m10_bb_pos,buy,2026-02-02 01:51:00,580.0 -23935,buy_contrast_m10_bb_pos,buy,2026-02-02 01:54:00,579.0 -23936,buy_contrast_m10_bb_pos,buy,2026-02-02 01:57:00,583.0 -23937,buy_contrast_m10_bb_pos,buy,2026-02-02 05:30:00,576.0 -23938,buy_contrast_m10_bb_pos,buy,2026-02-02 05:33:00,579.0 -23939,buy_contrast_m10_bb_pos,buy,2026-02-02 05:36:00,582.0 -23940,buy_contrast_m10_bb_pos,buy,2026-02-02 05:39:00,586.0 -23941,buy_contrast_m10_bb_pos,buy,2026-02-02 14:12:00,580.0 -23942,buy_contrast_m10_bb_pos,buy,2026-02-02 14:15:00,580.0 -23943,buy_contrast_m10_bb_pos,buy,2026-02-02 14:18:00,577.0 -23944,buy_contrast_m10_bb_pos,buy,2026-02-02 14:21:00,577.0 -23945,buy_contrast_m10_bb_pos,buy,2026-02-02 14:24:00,578.0 -23946,buy_contrast_m10_bb_pos,buy,2026-02-02 14:27:00,574.0 -23947,buy_contrast_m10_bb_pos,buy,2026-02-02 14:30:00,574.0 -23948,buy_contrast_m10_bb_pos,buy,2026-02-02 14:33:00,578.0 -23949,buy_contrast_m10_bb_pos,buy,2026-02-02 14:36:00,577.0 -23950,buy_contrast_m10_bb_pos,buy,2026-02-02 14:39:00,575.0 -23951,buy_contrast_m10_bb_pos,buy,2026-02-02 14:42:00,577.0 -23952,buy_contrast_m10_bb_pos,buy,2026-02-02 14:45:00,581.0 -23953,buy_contrast_m10_bb_pos,buy,2026-02-02 14:48:00,581.0 -23954,buy_contrast_m10_bb_pos,buy,2026-02-03 03:00:00,596.0 -23955,buy_contrast_m10_bb_pos,buy,2026-02-03 03:03:00,595.0 -23956,buy_contrast_m10_bb_pos,buy,2026-02-03 03:09:00,595.0 -23957,buy_contrast_m10_bb_pos,buy,2026-02-03 03:12:00,594.0 -23958,buy_contrast_m10_bb_pos,buy,2026-02-03 03:15:00,594.0 -23959,buy_contrast_m10_bb_pos,buy,2026-02-03 03:18:00,593.0 -23960,buy_contrast_m10_bb_pos,buy,2026-02-03 03:21:00,594.0 -23961,buy_contrast_m10_bb_pos,buy,2026-02-03 03:24:00,594.0 -23962,buy_contrast_m10_bb_pos,buy,2026-02-03 03:27:00,593.0 -23963,buy_contrast_m10_bb_pos,buy,2026-02-03 03:30:00,593.0 -23964,buy_contrast_m10_bb_pos,buy,2026-02-03 03:33:00,597.0 -23965,buy_contrast_m10_bb_pos,buy,2026-02-03 03:36:00,598.0 -23966,buy_contrast_m10_bb_pos,buy,2026-02-03 03:39:00,597.0 -23967,buy_contrast_m10_bb_pos,buy,2026-02-03 04:51:00,591.0 -23968,buy_contrast_m10_bb_pos,buy,2026-02-03 04:54:00,590.0 -23969,buy_contrast_m10_bb_pos,buy,2026-02-03 04:57:00,591.0 -23970,buy_contrast_m10_bb_pos,buy,2026-02-03 05:00:00,590.0 -23971,buy_contrast_m10_bb_pos,buy,2026-02-03 05:03:00,592.0 -23972,buy_contrast_m10_bb_pos,buy,2026-02-03 05:06:00,592.0 -23973,buy_contrast_m10_bb_pos,buy,2026-02-03 05:09:00,593.0 -23974,buy_contrast_m10_bb_pos,buy,2026-02-03 05:42:00,590.0 -23975,buy_contrast_m10_bb_pos,buy,2026-02-03 05:45:00,589.0 -23976,buy_contrast_m10_bb_pos,buy,2026-02-03 05:48:00,589.0 -23977,buy_contrast_m10_bb_pos,buy,2026-02-03 05:51:00,590.0 -23978,buy_contrast_m10_bb_pos,buy,2026-02-03 05:54:00,589.0 -23979,buy_contrast_m10_bb_pos,buy,2026-02-03 05:57:00,588.0 -23980,buy_contrast_m10_bb_pos,buy,2026-02-03 11:21:00,596.0 -23981,buy_contrast_m10_bb_pos,buy,2026-02-03 11:24:00,597.0 -23982,buy_contrast_m10_bb_pos,buy,2026-02-03 11:27:00,597.0 -23983,buy_contrast_m10_bb_pos,buy,2026-02-03 11:30:00,597.0 -23984,buy_contrast_m10_bb_pos,buy,2026-02-03 11:33:00,597.0 -23985,buy_contrast_m10_bb_pos,buy,2026-02-03 11:36:00,596.0 -23986,buy_contrast_m10_bb_pos,buy,2026-02-03 11:39:00,594.0 -23987,buy_contrast_m10_bb_pos,buy,2026-02-03 12:00:00,591.0 -23988,buy_contrast_m10_bb_pos,buy,2026-02-03 12:03:00,590.0 -23989,buy_contrast_m10_bb_pos,buy,2026-02-03 12:06:00,591.0 -23990,buy_contrast_m10_bb_pos,buy,2026-02-03 12:09:00,592.0 -23991,buy_contrast_m10_bb_pos,buy,2026-02-03 12:21:00,590.0 -23992,buy_contrast_m10_bb_pos,buy,2026-02-03 12:24:00,591.0 -23993,buy_contrast_m10_bb_pos,buy,2026-02-03 12:27:00,593.0 -23994,buy_contrast_m10_bb_pos,buy,2026-02-03 18:00:00,598.0 -23995,buy_contrast_m10_bb_pos,buy,2026-02-03 18:03:00,597.0 -23996,buy_contrast_m10_bb_pos,buy,2026-02-03 18:06:00,599.0 -23997,buy_contrast_m10_bb_pos,buy,2026-02-03 18:09:00,599.0 -23998,buy_contrast_m10_bb_pos,buy,2026-02-03 19:42:00,594.0 -23999,buy_contrast_m10_bb_pos,buy,2026-02-03 19:45:00,594.0 -24000,buy_contrast_m10_bb_pos,buy,2026-02-03 19:48:00,594.0 -24001,buy_contrast_m10_bb_pos,buy,2026-02-04 02:51:00,600.0 -24002,buy_contrast_m10_bb_pos,buy,2026-02-04 02:54:00,597.0 -24003,buy_contrast_m10_bb_pos,buy,2026-02-04 02:57:00,597.0 -24004,buy_contrast_m10_bb_pos,buy,2026-02-04 03:12:00,593.0 -24005,buy_contrast_m10_bb_pos,buy,2026-02-04 03:15:00,591.0 -24006,buy_contrast_m10_bb_pos,buy,2026-02-04 03:18:00,593.0 -24007,buy_contrast_m10_bb_pos,buy,2026-02-04 07:51:00,608.0 -24008,buy_contrast_m10_bb_pos,buy,2026-02-04 07:54:00,608.0 -24009,buy_contrast_m10_bb_pos,buy,2026-02-04 07:57:00,608.0 -24010,buy_contrast_m10_bb_pos,buy,2026-02-04 08:00:00,608.0 -24011,buy_contrast_m10_bb_pos,buy,2026-02-04 08:03:00,607.0 -24012,buy_contrast_m10_bb_pos,buy,2026-02-04 08:06:00,604.0 -24013,buy_contrast_m10_bb_pos,buy,2026-02-04 08:09:00,605.0 -24014,buy_contrast_m10_bb_pos,buy,2026-02-04 08:12:00,606.0 -24015,buy_contrast_m10_bb_pos,buy,2026-02-04 08:15:00,607.0 -24016,buy_contrast_m10_bb_pos,buy,2026-02-04 08:18:00,606.0 -24017,buy_contrast_m10_bb_pos,buy,2026-02-04 08:21:00,606.0 -24018,buy_contrast_m10_bb_pos,buy,2026-02-04 08:24:00,605.0 -24019,buy_contrast_m10_bb_pos,buy,2026-02-04 08:27:00,607.0 -24020,buy_contrast_m10_bb_pos,buy,2026-02-04 08:30:00,604.0 -24021,buy_contrast_m10_bb_pos,buy,2026-02-04 08:33:00,603.0 -24022,buy_contrast_m10_bb_pos,buy,2026-02-04 08:36:00,604.0 -24023,buy_contrast_m10_bb_pos,buy,2026-02-04 08:39:00,605.0 -24024,buy_contrast_m10_bb_pos,buy,2026-02-04 08:51:00,604.0 -24025,buy_contrast_m10_bb_pos,buy,2026-02-04 08:54:00,604.0 -24026,buy_contrast_m10_bb_pos,buy,2026-02-04 08:57:00,605.0 -24027,buy_contrast_m10_bb_pos,buy,2026-02-04 09:12:00,603.0 -24028,buy_contrast_m10_bb_pos,buy,2026-02-04 09:15:00,601.0 -24029,buy_contrast_m10_bb_pos,buy,2026-02-04 09:18:00,603.0 -24030,buy_contrast_m10_bb_pos,buy,2026-02-04 15:21:00,608.0 -24031,buy_contrast_m10_bb_pos,buy,2026-02-04 15:24:00,607.0 -24032,buy_contrast_m10_bb_pos,buy,2026-02-04 15:27:00,607.0 -24033,buy_contrast_m10_bb_pos,buy,2026-02-04 20:30:00,605.0 -24034,buy_contrast_m10_bb_pos,buy,2026-02-04 20:33:00,607.0 -24035,buy_contrast_m10_bb_pos,buy,2026-02-04 20:36:00,607.0 -24036,buy_contrast_m10_bb_pos,buy,2026-02-04 20:39:00,608.0 -24037,buy_contrast_m10_bb_pos,buy,2026-02-04 22:21:00,601.0 -24038,buy_contrast_m10_bb_pos,buy,2026-02-04 22:24:00,601.0 -24039,buy_contrast_m10_bb_pos,buy,2026-02-04 22:27:00,602.0 -24040,buy_contrast_m10_bb_pos,buy,2026-02-04 22:30:00,602.0 -24041,buy_contrast_m10_bb_pos,buy,2026-02-04 22:33:00,602.0 -24042,buy_contrast_m10_bb_pos,buy,2026-02-04 22:36:00,599.0 -24043,buy_contrast_m10_bb_pos,buy,2026-02-04 22:39:00,599.0 -24044,buy_contrast_m10_bb_pos,buy,2026-02-04 23:12:00,597.0 -24045,buy_contrast_m10_bb_pos,buy,2026-02-04 23:15:00,599.0 -24046,buy_contrast_m10_bb_pos,buy,2026-02-04 23:18:00,596.0 -24047,buy_contrast_m10_bb_pos,buy,2026-02-05 00:21:00,591.0 -24048,buy_contrast_m10_bb_pos,buy,2026-02-05 00:24:00,598.0 -24049,buy_contrast_m10_bb_pos,buy,2026-02-05 00:27:00,596.0 -24050,buy_contrast_m10_bb_pos,buy,2026-02-05 00:42:00,595.0 -24051,buy_contrast_m10_bb_pos,buy,2026-02-05 00:45:00,595.0 -24052,buy_contrast_m10_bb_pos,buy,2026-02-05 00:48:00,594.0 -24053,buy_contrast_m10_bb_pos,buy,2026-02-05 01:21:00,591.0 -24054,buy_contrast_m10_bb_pos,buy,2026-02-05 01:24:00,592.0 -24055,buy_contrast_m10_bb_pos,buy,2026-02-05 01:27:00,591.0 -24056,buy_contrast_m10_bb_pos,buy,2026-02-05 01:51:00,590.0 -24057,buy_contrast_m10_bb_pos,buy,2026-02-05 01:54:00,592.0 -24058,buy_contrast_m10_bb_pos,buy,2026-02-05 01:57:00,593.0 -24059,buy_contrast_m10_bb_pos,buy,2026-02-05 02:30:00,588.0 -24060,buy_contrast_m10_bb_pos,buy,2026-02-05 02:33:00,596.0 -24061,buy_contrast_m10_bb_pos,buy,2026-02-05 02:36:00,597.0 -24062,buy_contrast_m10_bb_pos,buy,2026-02-05 02:39:00,592.0 -24063,buy_contrast_m10_bb_pos,buy,2026-02-05 08:12:00,598.0 -24064,buy_contrast_m10_bb_pos,buy,2026-02-05 08:15:00,598.0 -24065,buy_contrast_m10_bb_pos,buy,2026-02-05 08:18:00,603.0 -24066,buy_contrast_m10_bb_pos,buy,2026-02-05 11:51:00,599.0 -24067,buy_contrast_m10_bb_pos,buy,2026-02-05 11:54:00,600.0 -24068,buy_contrast_m10_bb_pos,buy,2026-02-05 11:57:00,599.0 -24069,buy_contrast_m10_bb_pos,buy,2026-02-05 12:12:00,598.0 -24070,buy_contrast_m10_bb_pos,buy,2026-02-05 12:15:00,595.0 -24071,buy_contrast_m10_bb_pos,buy,2026-02-05 12:18:00,593.0 -24072,buy_contrast_m10_bb_pos,buy,2026-02-05 12:51:00,593.0 -24073,buy_contrast_m10_bb_pos,buy,2026-02-05 12:54:00,593.0 -24074,buy_contrast_m10_bb_pos,buy,2026-02-05 12:57:00,593.0 -24075,buy_contrast_m10_bb_pos,buy,2026-02-05 13:00:00,593.0 -24076,buy_contrast_m10_bb_pos,buy,2026-02-05 13:03:00,593.0 -24077,buy_contrast_m10_bb_pos,buy,2026-02-05 13:06:00,591.0 -24078,buy_contrast_m10_bb_pos,buy,2026-02-05 13:09:00,590.0 -24079,buy_contrast_m10_bb_pos,buy,2026-02-05 13:12:00,593.0 -24080,buy_contrast_m10_bb_pos,buy,2026-02-05 13:15:00,590.0 -24081,buy_contrast_m10_bb_pos,buy,2026-02-05 13:18:00,591.0 -24082,buy_contrast_m10_bb_pos,buy,2026-02-05 13:30:00,592.0 -24083,buy_contrast_m10_bb_pos,buy,2026-02-05 13:33:00,592.0 -24084,buy_contrast_m10_bb_pos,buy,2026-02-05 13:36:00,591.0 -24085,buy_contrast_m10_bb_pos,buy,2026-02-05 13:39:00,592.0 -24086,buy_contrast_m10_bb_pos,buy,2026-02-05 14:12:00,592.0 -24087,buy_contrast_m10_bb_pos,buy,2026-02-05 14:15:00,591.0 -24088,buy_contrast_m10_bb_pos,buy,2026-02-05 14:18:00,591.0 -24089,buy_contrast_m10_bb_pos,buy,2026-02-05 14:21:00,588.0 -24090,buy_contrast_m10_bb_pos,buy,2026-02-05 14:24:00,587.0 -24091,buy_contrast_m10_bb_pos,buy,2026-02-05 14:27:00,587.0 -24092,buy_contrast_m10_bb_pos,buy,2026-02-05 15:12:00,591.0 -24093,buy_contrast_m10_bb_pos,buy,2026-02-05 15:15:00,590.0 -24094,buy_contrast_m10_bb_pos,buy,2026-02-05 15:18:00,590.0 -24095,buy_contrast_m10_bb_pos,buy,2026-02-05 15:21:00,587.0 -24096,buy_contrast_m10_bb_pos,buy,2026-02-05 15:24:00,588.0 -24097,buy_contrast_m10_bb_pos,buy,2026-02-05 15:27:00,588.0 -24098,buy_contrast_m10_bb_pos,buy,2026-02-05 16:00:00,587.0 -24099,buy_contrast_m10_bb_pos,buy,2026-02-05 16:03:00,593.0 -24100,buy_contrast_m10_bb_pos,buy,2026-02-05 16:06:00,591.0 -24101,buy_contrast_m10_bb_pos,buy,2026-02-05 16:09:00,589.0 -24102,buy_contrast_m10_bb_pos,buy,2026-02-05 20:42:00,577.0 -24103,buy_contrast_m10_bb_pos,buy,2026-02-05 20:45:00,578.0 -24104,buy_contrast_m10_bb_pos,buy,2026-02-05 20:48:00,577.0 -24105,buy_contrast_m10_bb_pos,buy,2026-02-05 21:21:00,569.0 -24106,buy_contrast_m10_bb_pos,buy,2026-02-05 21:24:00,570.0 -24107,buy_contrast_m10_bb_pos,buy,2026-02-05 21:27:00,572.0 -24108,buy_contrast_m10_bb_pos,buy,2026-02-06 00:51:00,556.0 -24109,buy_contrast_m10_bb_pos,buy,2026-02-06 00:54:00,552.0 -24110,buy_contrast_m10_bb_pos,buy,2026-02-06 00:57:00,546.0 -24111,buy_contrast_m10_bb_pos,buy,2026-02-06 01:00:00,546.0 -24112,buy_contrast_m10_bb_pos,buy,2026-02-06 01:03:00,544.0 -24113,buy_contrast_m10_bb_pos,buy,2026-02-06 01:06:00,542.0 -24114,buy_contrast_m10_bb_pos,buy,2026-02-06 01:09:00,543.0 -24115,buy_contrast_m10_bb_pos,buy,2026-02-06 01:12:00,544.0 -24116,buy_contrast_m10_bb_pos,buy,2026-02-06 01:15:00,542.0 -24117,buy_contrast_m10_bb_pos,buy,2026-02-06 01:18:00,546.0 -24118,buy_contrast_m10_bb_pos,buy,2026-02-06 01:21:00,544.0 -24119,buy_contrast_m10_bb_pos,buy,2026-02-06 01:24:00,546.0 -24120,buy_contrast_m10_bb_pos,buy,2026-02-06 01:27:00,550.0 -24121,buy_contrast_m10_bb_pos,buy,2026-02-06 03:30:00,537.0 -24122,buy_contrast_m10_bb_pos,buy,2026-02-06 03:33:00,532.0 -24123,buy_contrast_m10_bb_pos,buy,2026-02-06 03:36:00,535.0 -24124,buy_contrast_m10_bb_pos,buy,2026-02-06 03:39:00,534.0 -24125,buy_contrast_m10_bb_pos,buy,2026-02-06 03:42:00,537.0 -24126,buy_contrast_m10_bb_pos,buy,2026-02-06 03:45:00,537.0 -24127,buy_contrast_m10_bb_pos,buy,2026-02-06 03:48:00,536.0 -24128,buy_contrast_m10_bb_pos,buy,2026-02-06 04:30:00,534.0 -24129,buy_contrast_m10_bb_pos,buy,2026-02-06 04:33:00,533.0 -24130,buy_contrast_m10_bb_pos,buy,2026-02-06 04:36:00,536.0 -24131,buy_contrast_m10_bb_pos,buy,2026-02-06 04:39:00,535.0 -24132,buy_contrast_m10_bb_pos,buy,2026-02-06 04:51:00,532.0 -24133,buy_contrast_m10_bb_pos,buy,2026-02-06 04:54:00,530.0 -24134,buy_contrast_m10_bb_pos,buy,2026-02-06 04:57:00,531.0 -24135,buy_contrast_m10_bb_pos,buy,2026-02-06 05:00:00,530.0 -24136,buy_contrast_m10_bb_pos,buy,2026-02-06 05:03:00,532.0 -24137,buy_contrast_m10_bb_pos,buy,2026-02-06 05:06:00,530.0 -24138,buy_contrast_m10_bb_pos,buy,2026-02-06 05:09:00,534.0 -24139,buy_contrast_m10_bb_pos,buy,2026-02-06 05:42:00,522.0 -24140,buy_contrast_m10_bb_pos,buy,2026-02-06 05:45:00,520.0 -24141,buy_contrast_m10_bb_pos,buy,2026-02-06 05:48:00,517.0 -24142,buy_contrast_m10_bb_pos,buy,2026-02-06 06:00:00,516.0 -24143,buy_contrast_m10_bb_pos,buy,2026-02-06 06:03:00,522.0 -24144,buy_contrast_m10_bb_pos,buy,2026-02-06 06:06:00,526.0 -24145,buy_contrast_m10_bb_pos,buy,2026-02-06 06:09:00,523.0 -24146,buy_contrast_m10_bb_pos,buy,2026-02-06 06:21:00,511.0 -24147,buy_contrast_m10_bb_pos,buy,2026-02-06 06:24:00,522.0 -24148,buy_contrast_m10_bb_pos,buy,2026-02-06 06:27:00,517.0 -24149,buy_contrast_m10_bb_pos,buy,2026-02-06 07:21:00,506.0 -24150,buy_contrast_m10_bb_pos,buy,2026-02-06 07:24:00,504.0 -24151,buy_contrast_m10_bb_pos,buy,2026-02-06 07:27:00,506.0 -24152,buy_contrast_m10_bb_pos,buy,2026-02-06 09:30:00,481.0 -24153,buy_contrast_m10_bb_pos,buy,2026-02-06 09:33:00,484.0 -24154,buy_contrast_m10_bb_pos,buy,2026-02-06 09:36:00,498.0 -24155,buy_contrast_m10_bb_pos,buy,2026-02-06 09:39:00,508.0 -24156,buy_contrast_m10_bb_pos,buy,2026-02-07 04:30:00,593.0 -24157,buy_contrast_m10_bb_pos,buy,2026-02-07 04:33:00,594.0 -24158,buy_contrast_m10_bb_pos,buy,2026-02-07 04:36:00,595.0 -24159,buy_contrast_m10_bb_pos,buy,2026-02-07 04:39:00,593.0 -24160,buy_contrast_m10_bb_pos,buy,2026-02-07 09:12:00,597.0 -24161,buy_contrast_m10_bb_pos,buy,2026-02-07 09:15:00,600.0 -24162,buy_contrast_m10_bb_pos,buy,2026-02-07 09:18:00,601.0 -24163,buy_contrast_m10_bb_pos,buy,2026-02-07 10:12:00,591.0 -24164,buy_contrast_m10_bb_pos,buy,2026-02-07 10:15:00,588.0 -24165,buy_contrast_m10_bb_pos,buy,2026-02-07 10:18:00,589.0 -24166,buy_contrast_m10_bb_pos,buy,2026-02-07 10:30:00,588.0 -24167,buy_contrast_m10_bb_pos,buy,2026-02-07 10:33:00,588.0 -24168,buy_contrast_m10_bb_pos,buy,2026-02-07 10:36:00,591.0 -24169,buy_contrast_m10_bb_pos,buy,2026-02-07 10:39:00,593.0 -24170,buy_contrast_m10_bb_pos,buy,2026-02-07 16:00:00,590.0 -24171,buy_contrast_m10_bb_pos,buy,2026-02-07 16:03:00,593.0 -24172,buy_contrast_m10_bb_pos,buy,2026-02-07 16:06:00,591.0 -24173,buy_contrast_m10_bb_pos,buy,2026-02-07 16:09:00,589.0 -24174,buy_contrast_m10_bb_pos,buy,2026-02-07 16:12:00,591.0 -24175,buy_contrast_m10_bb_pos,buy,2026-02-07 16:15:00,587.0 -24176,buy_contrast_m10_bb_pos,buy,2026-02-07 16:18:00,581.0 -24177,buy_contrast_m10_bb_pos,buy,2026-02-07 16:21:00,586.0 -24178,buy_contrast_m10_bb_pos,buy,2026-02-07 16:24:00,590.0 -24179,buy_contrast_m10_bb_pos,buy,2026-02-07 16:27:00,591.0 -24180,buy_contrast_m10_bb_pos,buy,2026-02-07 16:42:00,592.0 -24181,buy_contrast_m10_bb_pos,buy,2026-02-07 16:45:00,592.0 -24182,buy_contrast_m10_bb_pos,buy,2026-02-07 16:48:00,589.0 -24183,buy_contrast_m10_bb_pos,buy,2026-02-07 17:12:00,589.0 -24184,buy_contrast_m10_bb_pos,buy,2026-02-07 17:15:00,592.0 -24185,buy_contrast_m10_bb_pos,buy,2026-02-07 17:18:00,591.0 -24186,buy_contrast_m10_bb_pos,buy,2026-02-07 18:42:00,586.0 -24187,buy_contrast_m10_bb_pos,buy,2026-02-07 18:45:00,587.0 -24188,buy_contrast_m10_bb_pos,buy,2026-02-07 18:48:00,585.0 -24189,buy_contrast_m10_bb_pos,buy,2026-02-07 18:51:00,585.0 -24190,buy_contrast_m10_bb_pos,buy,2026-02-07 18:54:00,585.0 -24191,buy_contrast_m10_bb_pos,buy,2026-02-07 18:57:00,586.0 -24192,buy_contrast_m10_bb_pos,buy,2026-02-07 19:00:00,585.0 -24193,buy_contrast_m10_bb_pos,buy,2026-02-07 19:03:00,585.0 -24194,buy_contrast_m10_bb_pos,buy,2026-02-07 19:06:00,587.0 -24195,buy_contrast_m10_bb_pos,buy,2026-02-07 19:09:00,586.0 -24196,buy_contrast_m10_bb_pos,buy,2026-02-07 19:21:00,583.0 -24197,buy_contrast_m10_bb_pos,buy,2026-02-07 19:24:00,584.0 -24198,buy_contrast_m10_bb_pos,buy,2026-02-07 19:27:00,584.0 -24199,buy_contrast_m10_bb_pos,buy,2026-02-07 19:30:00,583.0 -24200,buy_contrast_m10_bb_pos,buy,2026-02-07 19:33:00,581.0 -24201,buy_contrast_m10_bb_pos,buy,2026-02-07 19:36:00,581.0 -24202,buy_contrast_m10_bb_pos,buy,2026-02-07 19:39:00,579.0 -24203,buy_contrast_m10_bb_pos,buy,2026-02-07 19:51:00,581.0 -24204,buy_contrast_m10_bb_pos,buy,2026-02-07 19:54:00,580.0 -24205,buy_contrast_m10_bb_pos,buy,2026-02-07 19:57:00,581.0 -24206,buy_contrast_m10_bb_pos,buy,2026-02-07 20:30:00,577.0 -24207,buy_contrast_m10_bb_pos,buy,2026-02-07 20:33:00,578.0 -24208,buy_contrast_m10_bb_pos,buy,2026-02-07 20:36:00,577.0 -24209,buy_contrast_m10_bb_pos,buy,2026-02-07 20:39:00,578.0 -24210,buy_contrast_m10_bb_pos,buy,2026-02-07 20:42:00,578.0 -24211,buy_contrast_m10_bb_pos,buy,2026-02-07 20:45:00,576.0 -24212,buy_contrast_m10_bb_pos,buy,2026-02-07 20:48:00,578.0 -24213,buy_contrast_m10_bb_pos,buy,2026-02-08 07:21:00,590.0 -24214,buy_contrast_m10_bb_pos,buy,2026-02-08 07:24:00,591.0 -24215,buy_contrast_m10_bb_pos,buy,2026-02-08 07:27:00,589.0 -24216,buy_contrast_m10_bb_pos,buy,2026-02-08 07:30:00,589.0 -24217,buy_contrast_m10_bb_pos,buy,2026-02-08 07:33:00,590.0 -24218,buy_contrast_m10_bb_pos,buy,2026-02-08 07:36:00,590.0 -24219,buy_contrast_m10_bb_pos,buy,2026-02-08 07:39:00,590.0 -24220,buy_contrast_m10_bb_pos,buy,2026-02-08 08:30:00,586.0 -24221,buy_contrast_m10_bb_pos,buy,2026-02-08 08:33:00,587.0 -24222,buy_contrast_m10_bb_pos,buy,2026-02-08 08:36:00,588.0 -24223,buy_contrast_m10_bb_pos,buy,2026-02-08 08:39:00,588.0 -24224,buy_contrast_m10_bb_pos,buy,2026-02-08 09:30:00,585.0 -24225,buy_contrast_m10_bb_pos,buy,2026-02-08 09:33:00,586.0 -24226,buy_contrast_m10_bb_pos,buy,2026-02-08 09:36:00,585.0 -24227,buy_contrast_m10_bb_pos,buy,2026-02-08 09:39:00,586.0 -24228,buy_contrast_m10_bb_pos,buy,2026-02-08 09:51:00,586.0 -24229,buy_contrast_m10_bb_pos,buy,2026-02-08 09:54:00,585.0 -24230,buy_contrast_m10_bb_pos,buy,2026-02-08 09:57:00,584.0 -24231,buy_contrast_m10_bb_pos,buy,2026-02-08 10:30:00,584.0 -24232,buy_contrast_m10_bb_pos,buy,2026-02-08 10:33:00,585.0 -24233,buy_contrast_m10_bb_pos,buy,2026-02-08 10:36:00,586.0 -24234,buy_contrast_m10_bb_pos,buy,2026-02-08 10:39:00,586.0 -24235,buy_contrast_m10_bb_pos,buy,2026-02-08 14:12:00,586.0 -24236,buy_contrast_m10_bb_pos,buy,2026-02-08 14:15:00,588.0 -24237,buy_contrast_m10_bb_pos,buy,2026-02-08 14:18:00,586.0 -24238,buy_contrast_m10_bb_pos,buy,2026-02-08 14:51:00,584.0 -24239,buy_contrast_m10_bb_pos,buy,2026-02-08 14:54:00,583.0 -24240,buy_contrast_m10_bb_pos,buy,2026-02-08 14:57:00,584.0 -24241,buy_contrast_m10_bb_pos,buy,2026-02-09 01:00:00,587.0 -24242,buy_contrast_m10_bb_pos,buy,2026-02-09 01:03:00,588.0 -24243,buy_contrast_m10_bb_pos,buy,2026-02-09 01:06:00,587.0 -24244,buy_contrast_m10_bb_pos,buy,2026-02-09 01:09:00,587.0 -24245,buy_contrast_m10_bb_pos,buy,2026-02-09 01:12:00,586.0 -24246,buy_contrast_m10_bb_pos,buy,2026-02-09 01:15:00,586.0 -24247,buy_contrast_m10_bb_pos,buy,2026-02-09 01:18:00,585.0 -24248,buy_contrast_m10_bb_pos,buy,2026-02-09 01:21:00,586.0 -24249,buy_contrast_m10_bb_pos,buy,2026-02-09 01:24:00,587.0 -24250,buy_contrast_m10_bb_pos,buy,2026-02-09 01:27:00,587.0 -24251,buy_contrast_m10_bb_pos,buy,2026-02-09 01:42:00,582.0 -24252,buy_contrast_m10_bb_pos,buy,2026-02-09 01:45:00,582.0 -24253,buy_contrast_m10_bb_pos,buy,2026-02-09 01:48:00,580.0 -24254,buy_contrast_m10_bb_pos,buy,2026-02-09 02:00:00,578.0 -24255,buy_contrast_m10_bb_pos,buy,2026-02-09 02:03:00,580.0 -24256,buy_contrast_m10_bb_pos,buy,2026-02-09 02:06:00,581.0 -24257,buy_contrast_m10_bb_pos,buy,2026-02-09 02:09:00,581.0 -24258,buy_contrast_m10_bb_pos,buy,2026-02-09 05:30:00,581.0 -24259,buy_contrast_m10_bb_pos,buy,2026-02-09 05:33:00,583.0 -24260,buy_contrast_m10_bb_pos,buy,2026-02-09 05:36:00,583.0 -24261,buy_contrast_m10_bb_pos,buy,2026-02-09 05:39:00,582.0 -24262,buy_contrast_m10_bb_pos,buy,2026-02-09 05:51:00,580.0 -24263,buy_contrast_m10_bb_pos,buy,2026-02-09 05:54:00,580.0 -24264,buy_contrast_m10_bb_pos,buy,2026-02-09 05:57:00,580.0 -24265,buy_contrast_m10_bb_pos,buy,2026-02-09 06:00:00,580.0 -24266,buy_contrast_m10_bb_pos,buy,2026-02-09 06:03:00,580.0 -24267,buy_contrast_m10_bb_pos,buy,2026-02-09 06:06:00,582.0 -24268,buy_contrast_m10_bb_pos,buy,2026-02-09 06:09:00,580.0 -24269,buy_contrast_m10_bb_pos,buy,2026-02-09 06:12:00,581.0 -24270,buy_contrast_m10_bb_pos,buy,2026-02-09 06:15:00,581.0 -24271,buy_contrast_m10_bb_pos,buy,2026-02-09 06:18:00,582.0 -24272,buy_contrast_m10_bb_pos,buy,2026-02-09 06:51:00,577.0 -24273,buy_contrast_m10_bb_pos,buy,2026-02-09 06:54:00,576.0 -24274,buy_contrast_m10_bb_pos,buy,2026-02-09 06:57:00,577.0 -24275,buy_contrast_m10_bb_pos,buy,2026-02-09 07:00:00,577.0 -24276,buy_contrast_m10_bb_pos,buy,2026-02-09 07:03:00,577.0 -24277,buy_contrast_m10_bb_pos,buy,2026-02-09 07:06:00,579.0 -24278,buy_contrast_m10_bb_pos,buy,2026-02-09 07:09:00,577.0 -24279,buy_contrast_m10_bb_pos,buy,2026-02-09 08:42:00,577.0 -24280,buy_contrast_m10_bb_pos,buy,2026-02-09 08:45:00,578.0 -24281,buy_contrast_m10_bb_pos,buy,2026-02-09 08:48:00,578.0 -24282,buy_contrast_m10_bb_pos,buy,2026-02-09 10:51:00,576.0 -24283,buy_contrast_m10_bb_pos,buy,2026-02-09 10:54:00,576.0 -24284,buy_contrast_m10_bb_pos,buy,2026-02-09 10:57:00,576.0 -24285,buy_contrast_m10_bb_pos,buy,2026-02-09 15:21:00,577.0 -24286,buy_contrast_m10_bb_pos,buy,2026-02-09 15:24:00,578.0 -24287,buy_contrast_m10_bb_pos,buy,2026-02-09 15:27:00,578.0 -24288,buy_contrast_m10_bb_pos,buy,2026-02-09 15:42:00,577.0 -24289,buy_contrast_m10_bb_pos,buy,2026-02-09 15:45:00,577.0 -24290,buy_contrast_m10_bb_pos,buy,2026-02-09 15:48:00,577.0 -24291,buy_contrast_m10_bb_pos,buy,2026-02-09 16:42:00,575.0 -24292,buy_contrast_m10_bb_pos,buy,2026-02-09 16:45:00,576.0 -24293,buy_contrast_m10_bb_pos,buy,2026-02-09 16:48:00,576.0 -24294,buy_contrast_m10_bb_pos,buy,2026-02-09 17:00:00,576.0 -24295,buy_contrast_m10_bb_pos,buy,2026-02-09 17:03:00,576.0 -24296,buy_contrast_m10_bb_pos,buy,2026-02-09 17:06:00,577.0 -24297,buy_contrast_m10_bb_pos,buy,2026-02-09 17:09:00,577.0 -24298,buy_contrast_m10_bb_pos,buy,2026-02-09 17:21:00,575.0 -24299,buy_contrast_m10_bb_pos,buy,2026-02-09 17:24:00,574.0 -24300,buy_contrast_m10_bb_pos,buy,2026-02-09 17:27:00,573.0 -24301,buy_contrast_m10_bb_pos,buy,2026-02-09 17:51:00,571.0 -24302,buy_contrast_m10_bb_pos,buy,2026-02-09 17:54:00,571.0 -24303,buy_contrast_m10_bb_pos,buy,2026-02-09 17:57:00,571.0 -24304,buy_contrast_m10_bb_pos,buy,2026-02-09 18:12:00,570.0 -24305,buy_contrast_m10_bb_pos,buy,2026-02-09 18:15:00,568.0 -24306,buy_contrast_m10_bb_pos,buy,2026-02-09 18:18:00,567.0 -24307,buy_contrast_m10_bb_pos,buy,2026-02-09 18:30:00,568.0 -24308,buy_contrast_m10_bb_pos,buy,2026-02-09 18:33:00,568.0 -24309,buy_contrast_m10_bb_pos,buy,2026-02-09 18:36:00,569.0 -24310,buy_contrast_m10_bb_pos,buy,2026-02-09 18:39:00,566.0 -24311,buy_contrast_m10_bb_pos,buy,2026-02-09 18:51:00,565.0 -24312,buy_contrast_m10_bb_pos,buy,2026-02-09 18:54:00,565.0 -24313,buy_contrast_m10_bb_pos,buy,2026-02-09 18:57:00,565.0 -24314,buy_contrast_m10_bb_pos,buy,2026-02-09 19:00:00,565.0 -24315,buy_contrast_m10_bb_pos,buy,2026-02-09 19:03:00,564.0 -24316,buy_contrast_m10_bb_pos,buy,2026-02-09 19:06:00,564.0 -24317,buy_contrast_m10_bb_pos,buy,2026-02-09 19:09:00,565.0 -24318,buy_contrast_m10_bb_pos,buy,2026-02-09 19:12:00,566.0 -24319,buy_contrast_m10_bb_pos,buy,2026-02-09 19:15:00,563.0 -24320,buy_contrast_m10_bb_pos,buy,2026-02-09 19:18:00,561.0 -24321,buy_contrast_m10_bb_pos,buy,2026-02-09 19:21:00,561.0 -24322,buy_contrast_m10_bb_pos,buy,2026-02-09 19:24:00,560.0 -24323,buy_contrast_m10_bb_pos,buy,2026-02-09 19:27:00,561.0 -24324,buy_contrast_m10_bb_pos,buy,2026-02-09 19:30:00,560.0 -24325,buy_contrast_m10_bb_pos,buy,2026-02-09 19:33:00,556.0 -24326,buy_contrast_m10_bb_pos,buy,2026-02-09 19:36:00,557.0 -24327,buy_contrast_m10_bb_pos,buy,2026-02-09 19:39:00,558.0 -24328,buy_contrast_m10_bb_pos,buy,2026-02-09 23:00:00,559.0 -24329,buy_contrast_m10_bb_pos,buy,2026-02-09 23:03:00,561.0 -24330,buy_contrast_m10_bb_pos,buy,2026-02-09 23:06:00,558.0 -24331,buy_contrast_m10_bb_pos,buy,2026-02-09 23:09:00,558.0 -24332,buy_contrast_m10_bb_pos,buy,2026-02-10 06:30:00,574.0 -24333,buy_contrast_m10_bb_pos,buy,2026-02-10 06:33:00,572.0 -24334,buy_contrast_m10_bb_pos,buy,2026-02-10 06:36:00,571.0 -24335,buy_contrast_m10_bb_pos,buy,2026-02-10 06:39:00,570.0 -24336,buy_contrast_m10_bb_pos,buy,2026-02-10 06:51:00,574.0 -24337,buy_contrast_m10_bb_pos,buy,2026-02-10 06:54:00,576.0 -24338,buy_contrast_m10_bb_pos,buy,2026-02-10 06:57:00,576.0 -24339,buy_contrast_m10_bb_pos,buy,2026-02-10 08:51:00,572.0 -24340,buy_contrast_m10_bb_pos,buy,2026-02-10 08:54:00,572.0 -24341,buy_contrast_m10_bb_pos,buy,2026-02-10 08:57:00,572.0 -24342,buy_contrast_m10_bb_pos,buy,2026-02-10 12:12:00,573.0 -24343,buy_contrast_m10_bb_pos,buy,2026-02-10 12:15:00,573.0 -24344,buy_contrast_m10_bb_pos,buy,2026-02-10 12:18:00,572.0 -24345,buy_contrast_m10_bb_pos,buy,2026-02-10 12:51:00,569.0 -24346,buy_contrast_m10_bb_pos,buy,2026-02-10 12:54:00,568.0 -24347,buy_contrast_m10_bb_pos,buy,2026-02-10 12:57:00,570.0 -24348,buy_contrast_m10_bb_pos,buy,2026-02-10 15:00:00,567.0 -24349,buy_contrast_m10_bb_pos,buy,2026-02-10 15:03:00,566.0 -24350,buy_contrast_m10_bb_pos,buy,2026-02-10 15:06:00,568.0 -24351,buy_contrast_m10_bb_pos,buy,2026-02-10 15:09:00,567.0 -24352,buy_contrast_m10_bb_pos,buy,2026-02-10 15:12:00,568.0 -24353,buy_contrast_m10_bb_pos,buy,2026-02-10 15:15:00,567.0 -24354,buy_contrast_m10_bb_pos,buy,2026-02-10 15:18:00,566.0 -24355,buy_contrast_m10_bb_pos,buy,2026-02-10 15:30:00,565.0 -24356,buy_contrast_m10_bb_pos,buy,2026-02-10 15:33:00,565.0 -24357,buy_contrast_m10_bb_pos,buy,2026-02-10 15:36:00,565.0 -24358,buy_contrast_m10_bb_pos,buy,2026-02-10 15:39:00,566.0 -24359,buy_contrast_m10_bb_pos,buy,2026-02-10 15:42:00,563.0 -24360,buy_contrast_m10_bb_pos,buy,2026-02-10 15:45:00,563.0 -24361,buy_contrast_m10_bb_pos,buy,2026-02-10 15:48:00,561.0 -24362,buy_contrast_m10_bb_pos,buy,2026-02-10 16:00:00,562.0 -24363,buy_contrast_m10_bb_pos,buy,2026-02-10 16:03:00,566.0 -24364,buy_contrast_m10_bb_pos,buy,2026-02-10 16:06:00,566.0 -24365,buy_contrast_m10_bb_pos,buy,2026-02-10 16:09:00,566.0 -24366,buy_contrast_m10_bb_pos,buy,2026-02-10 21:42:00,566.0 -24367,buy_contrast_m10_bb_pos,buy,2026-02-10 21:45:00,565.0 -24368,buy_contrast_m10_bb_pos,buy,2026-02-10 21:48:00,566.0 -24369,buy_contrast_m10_bb_pos,buy,2026-02-10 21:51:00,567.0 -24370,buy_contrast_m10_bb_pos,buy,2026-02-10 21:54:00,566.0 -24371,buy_contrast_m10_bb_pos,buy,2026-02-10 21:57:00,566.0 -24372,buy_contrast_m10_bb_pos,buy,2026-02-10 23:42:00,560.0 -24373,buy_contrast_m10_bb_pos,buy,2026-02-10 23:45:00,564.0 -24374,buy_contrast_m10_bb_pos,buy,2026-02-10 23:48:00,560.0 -24375,buy_contrast_m10_bb_pos,buy,2026-02-10 23:51:00,563.0 -24376,buy_contrast_m10_bb_pos,buy,2026-02-10 23:54:00,563.0 -24377,buy_contrast_m10_bb_pos,buy,2026-02-10 23:57:00,564.0 -24378,buy_contrast_m10_bb_pos,buy,2026-02-11 02:51:00,562.0 -24379,buy_contrast_m10_bb_pos,buy,2026-02-11 02:54:00,562.0 -24380,buy_contrast_m10_bb_pos,buy,2026-02-11 02:57:00,562.0 -24381,buy_contrast_m10_bb_pos,buy,2026-02-11 04:00:00,558.0 -24382,buy_contrast_m10_bb_pos,buy,2026-02-11 04:03:00,558.0 -24383,buy_contrast_m10_bb_pos,buy,2026-02-11 04:06:00,558.0 -24384,buy_contrast_m10_bb_pos,buy,2026-02-11 04:09:00,558.0 -24385,buy_contrast_m10_bb_pos,buy,2026-02-11 08:00:00,560.0 -24386,buy_contrast_m10_bb_pos,buy,2026-02-11 08:03:00,561.0 -24387,buy_contrast_m10_bb_pos,buy,2026-02-11 08:06:00,560.0 -24388,buy_contrast_m10_bb_pos,buy,2026-02-11 08:09:00,560.0 -24389,buy_contrast_m10_bb_pos,buy,2026-02-11 12:30:00,559.0 -24390,buy_contrast_m10_bb_pos,buy,2026-02-11 12:33:00,559.0 -24391,buy_contrast_m10_bb_pos,buy,2026-02-11 12:36:00,558.0 -24392,buy_contrast_m10_bb_pos,buy,2026-02-11 12:39:00,559.0 -24393,buy_contrast_m10_bb_pos,buy,2026-02-11 13:00:00,558.0 -24394,buy_contrast_m10_bb_pos,buy,2026-02-11 13:03:00,558.0 -24395,buy_contrast_m10_bb_pos,buy,2026-02-11 13:06:00,558.0 -24396,buy_contrast_m10_bb_pos,buy,2026-02-11 13:09:00,558.0 -24397,buy_contrast_m10_bb_pos,buy,2026-02-11 13:21:00,557.0 -24398,buy_contrast_m10_bb_pos,buy,2026-02-11 13:24:00,554.0 -24399,buy_contrast_m10_bb_pos,buy,2026-02-11 13:27:00,556.0 -24400,buy_contrast_m10_bb_pos,buy,2026-02-11 13:51:00,553.0 -24401,buy_contrast_m10_bb_pos,buy,2026-02-11 13:54:00,551.0 -24402,buy_contrast_m10_bb_pos,buy,2026-02-11 13:57:00,552.0 -24403,buy_contrast_m10_bb_pos,buy,2026-02-11 14:00:00,551.0 -24404,buy_contrast_m10_bb_pos,buy,2026-02-11 14:03:00,553.0 -24405,buy_contrast_m10_bb_pos,buy,2026-02-11 14:06:00,553.0 -24406,buy_contrast_m10_bb_pos,buy,2026-02-11 14:09:00,553.0 -24407,buy_contrast_m10_bb_pos,buy,2026-02-11 14:12:00,552.0 -24408,buy_contrast_m10_bb_pos,buy,2026-02-11 14:15:00,551.0 -24409,buy_contrast_m10_bb_pos,buy,2026-02-11 14:18:00,552.0 -24410,buy_contrast_m10_bb_pos,buy,2026-02-11 14:21:00,551.0 -24411,buy_contrast_m10_bb_pos,buy,2026-02-11 14:24:00,552.0 -24412,buy_contrast_m10_bb_pos,buy,2026-02-11 14:27:00,551.0 -24413,buy_contrast_m10_bb_pos,buy,2026-02-11 14:30:00,551.0 -24414,buy_contrast_m10_bb_pos,buy,2026-02-11 14:33:00,551.0 -24415,buy_contrast_m10_bb_pos,buy,2026-02-11 14:36:00,550.0 -24416,buy_contrast_m10_bb_pos,buy,2026-02-11 14:39:00,551.0 -24417,buy_contrast_m10_bb_pos,buy,2026-02-11 15:00:00,548.0 -24418,buy_contrast_m10_bb_pos,buy,2026-02-11 15:03:00,549.0 -24419,buy_contrast_m10_bb_pos,buy,2026-02-11 15:06:00,548.0 -24420,buy_contrast_m10_bb_pos,buy,2026-02-11 15:09:00,547.0 -24421,buy_contrast_m10_bb_pos,buy,2026-02-11 15:12:00,546.0 -24422,buy_contrast_m10_bb_pos,buy,2026-02-11 15:15:00,545.0 -24423,buy_contrast_m10_bb_pos,buy,2026-02-11 15:18:00,546.0 -24424,buy_contrast_m10_bb_pos,buy,2026-02-11 16:30:00,544.0 -24425,buy_contrast_m10_bb_pos,buy,2026-02-11 16:33:00,544.0 -24426,buy_contrast_m10_bb_pos,buy,2026-02-11 16:36:00,547.0 -24427,buy_contrast_m10_bb_pos,buy,2026-02-11 16:39:00,546.0 -24428,buy_contrast_m10_bb_pos,buy,2026-02-11 17:12:00,543.0 -24429,buy_contrast_m10_bb_pos,buy,2026-02-11 17:15:00,545.0 -24430,buy_contrast_m10_bb_pos,buy,2026-02-11 17:18:00,544.0 -24431,buy_contrast_m10_bb_pos,buy,2026-02-11 17:51:00,542.0 -24432,buy_contrast_m10_bb_pos,buy,2026-02-11 17:54:00,542.0 -24433,buy_contrast_m10_bb_pos,buy,2026-02-11 17:57:00,542.0 -24434,buy_contrast_m10_bb_pos,buy,2026-02-11 18:12:00,541.0 -24435,buy_contrast_m10_bb_pos,buy,2026-02-11 18:15:00,541.0 -24436,buy_contrast_m10_bb_pos,buy,2026-02-11 18:18:00,540.0 -24437,buy_contrast_m10_bb_pos,buy,2026-02-11 18:21:00,540.0 -24438,buy_contrast_m10_bb_pos,buy,2026-02-11 18:24:00,540.0 -24439,buy_contrast_m10_bb_pos,buy,2026-02-11 18:27:00,541.0 -24440,buy_contrast_m10_bb_pos,buy,2026-02-11 18:30:00,541.0 -24441,buy_contrast_m10_bb_pos,buy,2026-02-11 18:33:00,541.0 -24442,buy_contrast_m10_bb_pos,buy,2026-02-11 18:36:00,540.0 -24443,buy_contrast_m10_bb_pos,buy,2026-02-11 18:39:00,540.0 -24444,buy_contrast_m10_bb_pos,buy,2026-02-11 18:51:00,538.0 -24445,buy_contrast_m10_bb_pos,buy,2026-02-11 18:54:00,539.0 -24446,buy_contrast_m10_bb_pos,buy,2026-02-11 18:57:00,538.0 -24447,buy_contrast_m10_bb_pos,buy,2026-02-11 19:00:00,539.0 -24448,buy_contrast_m10_bb_pos,buy,2026-02-11 19:03:00,538.0 -24449,buy_contrast_m10_bb_pos,buy,2026-02-11 19:06:00,538.0 -24450,buy_contrast_m10_bb_pos,buy,2026-02-11 19:09:00,538.0 -24451,buy_contrast_m10_bb_pos,buy,2026-02-11 19:21:00,537.0 -24452,buy_contrast_m10_bb_pos,buy,2026-02-11 19:24:00,537.0 -24453,buy_contrast_m10_bb_pos,buy,2026-02-11 19:27:00,538.0 -24454,buy_contrast_m10_bb_pos,buy,2026-02-11 19:30:00,537.0 -24455,buy_contrast_m10_bb_pos,buy,2026-02-11 19:33:00,537.0 -24456,buy_contrast_m10_bb_pos,buy,2026-02-11 19:36:00,535.0 -24457,buy_contrast_m10_bb_pos,buy,2026-02-11 19:39:00,536.0 -24458,buy_contrast_m10_bb_pos,buy,2026-02-11 19:42:00,536.0 -24459,buy_contrast_m10_bb_pos,buy,2026-02-11 19:45:00,537.0 -24460,buy_contrast_m10_bb_pos,buy,2026-02-11 19:48:00,536.0 -24461,buy_contrast_m10_bb_pos,buy,2026-02-11 19:51:00,537.0 -24462,buy_contrast_m10_bb_pos,buy,2026-02-11 19:54:00,536.0 -24463,buy_contrast_m10_bb_pos,buy,2026-02-11 19:57:00,536.0 -24464,buy_contrast_m10_bb_pos,buy,2026-02-12 05:12:00,541.0 -24465,buy_contrast_m10_bb_pos,buy,2026-02-12 05:15:00,543.0 -24466,buy_contrast_m10_bb_pos,buy,2026-02-12 05:18:00,541.0 -24467,buy_contrast_m10_bb_pos,buy,2026-02-12 21:51:00,568.0 -24468,buy_contrast_m10_bb_pos,buy,2026-02-12 21:54:00,565.0 -24469,buy_contrast_m10_bb_pos,buy,2026-02-12 21:57:00,564.0 -24470,buy_contrast_m10_bb_pos,buy,2026-02-12 22:00:00,566.0 -24471,buy_contrast_m10_bb_pos,buy,2026-02-12 22:03:00,566.0 -24472,buy_contrast_m10_bb_pos,buy,2026-02-12 22:06:00,566.0 -24473,buy_contrast_m10_bb_pos,buy,2026-02-12 22:09:00,566.0 -24474,buy_contrast_m10_bb_pos,buy,2026-02-13 02:00:00,554.0 -24475,buy_contrast_m10_bb_pos,buy,2026-02-13 02:03:00,557.0 -24476,buy_contrast_m10_bb_pos,buy,2026-02-13 02:06:00,552.0 -24477,buy_contrast_m10_bb_pos,buy,2026-02-13 02:09:00,555.0 -24478,buy_contrast_m10_bb_pos,buy,2026-02-13 02:21:00,555.0 -24479,buy_contrast_m10_bb_pos,buy,2026-02-13 02:24:00,556.0 -24480,buy_contrast_m10_bb_pos,buy,2026-02-13 02:27:00,556.0 -24481,buy_contrast_m10_bb_pos,buy,2026-02-13 05:51:00,549.0 -24482,buy_contrast_m10_bb_pos,buy,2026-02-13 05:54:00,550.0 -24483,buy_contrast_m10_bb_pos,buy,2026-02-13 05:57:00,550.0 -24484,buy_contrast_m10_bb_pos,buy,2026-02-13 06:00:00,549.0 -24485,buy_contrast_m10_bb_pos,buy,2026-02-13 06:03:00,551.0 -24486,buy_contrast_m10_bb_pos,buy,2026-02-13 06:09:00,551.0 -24487,buy_contrast_m10_bb_pos,buy,2026-02-13 12:12:00,556.0 -24488,buy_contrast_m10_bb_pos,buy,2026-02-13 12:15:00,556.0 -24489,buy_contrast_m10_bb_pos,buy,2026-02-13 12:18:00,557.0 -24490,buy_contrast_m10_bb_pos,buy,2026-02-13 13:00:00,555.0 -24491,buy_contrast_m10_bb_pos,buy,2026-02-13 13:03:00,555.0 -24492,buy_contrast_m10_bb_pos,buy,2026-02-13 13:06:00,554.0 -24493,buy_contrast_m10_bb_pos,buy,2026-02-13 13:09:00,554.0 -24494,buy_contrast_m10_bb_pos,buy,2026-02-13 13:21:00,554.0 -24495,buy_contrast_m10_bb_pos,buy,2026-02-13 13:24:00,555.0 -24496,buy_contrast_m10_bb_pos,buy,2026-02-13 13:27:00,556.0 -24497,buy_contrast_m10_bb_pos,buy,2026-02-14 08:21:00,578.0 -24498,buy_contrast_m10_bb_pos,buy,2026-02-14 08:24:00,578.0 -24499,buy_contrast_m10_bb_pos,buy,2026-02-14 08:27:00,578.0 -24500,buy_contrast_m10_bb_pos,buy,2026-02-14 15:21:00,584.0 -24501,buy_contrast_m10_bb_pos,buy,2026-02-14 15:24:00,584.0 -24502,buy_contrast_m10_bb_pos,buy,2026-02-14 15:27:00,586.0 -24503,buy_contrast_m10_bb_pos,buy,2026-02-14 15:42:00,585.0 -24504,buy_contrast_m10_bb_pos,buy,2026-02-14 15:45:00,584.0 -24505,buy_contrast_m10_bb_pos,buy,2026-02-14 15:48:00,584.0 -24506,buy_contrast_m10_bb_pos,buy,2026-02-14 15:51:00,585.0 -24507,buy_contrast_m10_bb_pos,buy,2026-02-14 15:54:00,584.0 -24508,buy_contrast_m10_bb_pos,buy,2026-02-14 15:57:00,585.0 -24509,buy_contrast_m10_bb_pos,buy,2026-02-15 06:42:00,633.0 -24510,buy_contrast_m10_bb_pos,buy,2026-02-15 06:45:00,634.0 -24511,buy_contrast_m10_bb_pos,buy,2026-02-15 06:48:00,634.0 -24512,buy_contrast_m10_bb_pos,buy,2026-02-15 06:51:00,632.0 -24513,buy_contrast_m10_bb_pos,buy,2026-02-15 06:54:00,634.0 -24514,buy_contrast_m10_bb_pos,buy,2026-02-15 06:57:00,633.0 -24515,buy_contrast_m10_bb_pos,buy,2026-02-15 07:21:00,632.0 -24516,buy_contrast_m10_bb_pos,buy,2026-02-15 07:24:00,632.0 -24517,buy_contrast_m10_bb_pos,buy,2026-02-15 07:27:00,633.0 -24518,buy_contrast_m10_bb_pos,buy,2026-02-15 08:21:00,632.0 -24519,buy_contrast_m10_bb_pos,buy,2026-02-15 08:24:00,630.0 -24520,buy_contrast_m10_bb_pos,buy,2026-02-15 08:27:00,630.0 -24521,buy_contrast_m10_bb_pos,buy,2026-02-15 08:30:00,630.0 -24522,buy_contrast_m10_bb_pos,buy,2026-02-15 08:33:00,629.0 -24523,buy_contrast_m10_bb_pos,buy,2026-02-15 08:36:00,628.0 -24524,buy_contrast_m10_bb_pos,buy,2026-02-15 08:39:00,629.0 -24525,buy_contrast_m10_bb_pos,buy,2026-02-15 08:42:00,630.0 -24526,buy_contrast_m10_bb_pos,buy,2026-02-15 08:45:00,631.0 -24527,buy_contrast_m10_bb_pos,buy,2026-02-15 08:48:00,632.0 -24528,buy_contrast_m10_bb_pos,buy,2026-02-15 09:12:00,629.0 -24529,buy_contrast_m10_bb_pos,buy,2026-02-15 09:15:00,628.0 -24530,buy_contrast_m10_bb_pos,buy,2026-02-15 09:18:00,628.0 -24531,buy_contrast_m10_bb_pos,buy,2026-02-15 09:30:00,627.0 -24532,buy_contrast_m10_bb_pos,buy,2026-02-15 09:33:00,628.0 -24533,buy_contrast_m10_bb_pos,buy,2026-02-15 09:36:00,627.0 -24534,buy_contrast_m10_bb_pos,buy,2026-02-15 09:39:00,626.0 -24535,buy_contrast_m10_bb_pos,buy,2026-02-15 10:30:00,624.0 -24536,buy_contrast_m10_bb_pos,buy,2026-02-15 10:33:00,625.0 -24537,buy_contrast_m10_bb_pos,buy,2026-02-15 10:36:00,624.0 -24538,buy_contrast_m10_bb_pos,buy,2026-02-15 10:39:00,626.0 -24539,buy_contrast_m10_bb_pos,buy,2026-02-15 11:51:00,624.0 -24540,buy_contrast_m10_bb_pos,buy,2026-02-15 11:54:00,625.0 -24541,buy_contrast_m10_bb_pos,buy,2026-02-15 11:57:00,626.0 -24542,buy_contrast_m10_bb_pos,buy,2026-02-15 12:30:00,623.0 -24543,buy_contrast_m10_bb_pos,buy,2026-02-15 12:33:00,624.0 -24544,buy_contrast_m10_bb_pos,buy,2026-02-15 12:36:00,621.0 -24545,buy_contrast_m10_bb_pos,buy,2026-02-15 12:39:00,619.0 -24546,buy_contrast_m10_bb_pos,buy,2026-02-15 17:51:00,623.0 -24547,buy_contrast_m10_bb_pos,buy,2026-02-15 17:54:00,624.0 -24548,buy_contrast_m10_bb_pos,buy,2026-02-15 17:57:00,625.0 -24549,buy_contrast_m10_bb_pos,buy,2026-02-15 18:00:00,625.0 -24550,buy_contrast_m10_bb_pos,buy,2026-02-15 18:03:00,626.0 -24551,buy_contrast_m10_bb_pos,buy,2026-02-15 18:06:00,627.0 -24552,buy_contrast_m10_bb_pos,buy,2026-02-15 18:09:00,628.0 -24553,buy_contrast_m10_bb_pos,buy,2026-02-15 18:21:00,626.0 -24554,buy_contrast_m10_bb_pos,buy,2026-02-15 18:24:00,625.0 -24555,buy_contrast_m10_bb_pos,buy,2026-02-15 18:27:00,627.0 -24556,buy_contrast_m10_bb_pos,buy,2026-02-15 19:12:00,623.0 -24557,buy_contrast_m10_bb_pos,buy,2026-02-15 19:15:00,621.0 -24558,buy_contrast_m10_bb_pos,buy,2026-02-15 19:18:00,620.0 -24559,buy_contrast_m10_bb_pos,buy,2026-02-15 19:21:00,622.0 -24560,buy_contrast_m10_bb_pos,buy,2026-02-15 19:24:00,623.0 -24561,buy_contrast_m10_bb_pos,buy,2026-02-15 19:27:00,622.0 -24562,buy_contrast_m10_bb_pos,buy,2026-02-15 19:30:00,621.0 -24563,buy_contrast_m10_bb_pos,buy,2026-02-15 19:33:00,622.0 -24564,buy_contrast_m10_bb_pos,buy,2026-02-15 19:36:00,621.0 -24565,buy_contrast_m10_bb_pos,buy,2026-02-15 19:39:00,620.0 -24566,buy_contrast_m10_bb_pos,buy,2026-02-15 19:42:00,622.0 -24567,buy_contrast_m10_bb_pos,buy,2026-02-15 19:45:00,623.0 -24568,buy_contrast_m10_bb_pos,buy,2026-02-15 19:48:00,625.0 -24569,buy_contrast_m10_bb_pos,buy,2026-02-15 21:30:00,617.0 -24570,buy_contrast_m10_bb_pos,buy,2026-02-15 21:33:00,616.0 -24571,buy_contrast_m10_bb_pos,buy,2026-02-15 21:36:00,617.0 -24572,buy_contrast_m10_bb_pos,buy,2026-02-15 21:39:00,613.0 -24573,buy_contrast_m10_bb_pos,buy,2026-02-15 22:12:00,604.0 -24574,buy_contrast_m10_bb_pos,buy,2026-02-15 22:15:00,604.0 -24575,buy_contrast_m10_bb_pos,buy,2026-02-15 22:18:00,605.0 -24576,buy_contrast_m10_bb_pos,buy,2026-02-15 22:21:00,605.0 -24577,buy_contrast_m10_bb_pos,buy,2026-02-15 22:24:00,605.0 -24578,buy_contrast_m10_bb_pos,buy,2026-02-15 22:27:00,604.0 -24579,buy_contrast_m10_bb_pos,buy,2026-02-15 22:30:00,601.0 -24580,buy_contrast_m10_bb_pos,buy,2026-02-15 22:33:00,600.0 -24581,buy_contrast_m10_bb_pos,buy,2026-02-15 22:36:00,599.0 -24582,buy_contrast_m10_bb_pos,buy,2026-02-15 22:39:00,600.0 -24583,buy_contrast_m10_bb_pos,buy,2026-02-15 22:42:00,602.0 -24584,buy_contrast_m10_bb_pos,buy,2026-02-15 22:45:00,600.0 -24585,buy_contrast_m10_bb_pos,buy,2026-02-15 22:48:00,601.0 -24586,buy_contrast_m10_bb_pos,buy,2026-02-15 22:51:00,596.0 -24587,buy_contrast_m10_bb_pos,buy,2026-02-15 22:54:00,598.0 -24588,buy_contrast_m10_bb_pos,buy,2026-02-15 22:57:00,600.0 -24589,buy_contrast_m10_bb_pos,buy,2026-02-15 23:00:00,599.0 -24590,buy_contrast_m10_bb_pos,buy,2026-02-15 23:03:00,600.0 -24591,buy_contrast_m10_bb_pos,buy,2026-02-15 23:06:00,602.0 -24592,buy_contrast_m10_bb_pos,buy,2026-02-15 23:09:00,602.0 -24593,buy_contrast_m10_bb_pos,buy,2026-02-16 02:30:00,601.0 -24594,buy_contrast_m10_bb_pos,buy,2026-02-16 02:33:00,600.0 -24595,buy_contrast_m10_bb_pos,buy,2026-02-16 02:36:00,601.0 -24596,buy_contrast_m10_bb_pos,buy,2026-02-16 02:39:00,602.0 -24597,buy_contrast_m10_bb_pos,buy,2026-02-16 02:42:00,601.0 -24598,buy_contrast_m10_bb_pos,buy,2026-02-16 02:45:00,599.0 -24599,buy_contrast_m10_bb_pos,buy,2026-02-16 02:48:00,593.0 -24600,buy_contrast_m10_bb_pos,buy,2026-02-16 03:12:00,596.0 -24601,buy_contrast_m10_bb_pos,buy,2026-02-16 03:15:00,595.0 -24602,buy_contrast_m10_bb_pos,buy,2026-02-16 03:18:00,597.0 -24603,buy_contrast_m10_bb_pos,buy,2026-02-16 03:30:00,595.0 -24604,buy_contrast_m10_bb_pos,buy,2026-02-16 03:33:00,593.0 -24605,buy_contrast_m10_bb_pos,buy,2026-02-16 03:36:00,593.0 -24606,buy_contrast_m10_bb_pos,buy,2026-02-16 03:39:00,595.0 -24607,buy_contrast_m10_bb_pos,buy,2026-02-16 03:42:00,595.0 -24608,buy_contrast_m10_bb_pos,buy,2026-02-16 03:45:00,595.0 -24609,buy_contrast_m10_bb_pos,buy,2026-02-16 03:48:00,592.0 -24610,buy_contrast_m10_bb_pos,buy,2026-02-16 03:51:00,593.0 -24611,buy_contrast_m10_bb_pos,buy,2026-02-16 03:54:00,594.0 -24612,buy_contrast_m10_bb_pos,buy,2026-02-16 03:57:00,593.0 -24613,buy_contrast_m10_bb_pos,buy,2026-02-16 04:12:00,594.0 -24614,buy_contrast_m10_bb_pos,buy,2026-02-16 04:15:00,594.0 -24615,buy_contrast_m10_bb_pos,buy,2026-02-16 04:18:00,594.0 -24616,buy_contrast_m10_bb_pos,buy,2026-02-16 08:12:00,596.0 -24617,buy_contrast_m10_bb_pos,buy,2026-02-16 08:15:00,596.0 -24618,buy_contrast_m10_bb_pos,buy,2026-02-16 08:18:00,597.0 -24619,buy_contrast_m10_bb_pos,buy,2026-02-16 11:42:00,598.0 -24620,buy_contrast_m10_bb_pos,buy,2026-02-16 11:45:00,598.0 -24621,buy_contrast_m10_bb_pos,buy,2026-02-16 11:48:00,597.0 -24622,buy_contrast_m10_bb_pos,buy,2026-02-16 11:51:00,596.0 -24623,buy_contrast_m10_bb_pos,buy,2026-02-16 11:54:00,596.0 -24624,buy_contrast_m10_bb_pos,buy,2026-02-16 11:57:00,595.0 -24625,buy_contrast_m10_bb_pos,buy,2026-02-16 12:12:00,596.0 -24626,buy_contrast_m10_bb_pos,buy,2026-02-16 12:15:00,596.0 -24627,buy_contrast_m10_bb_pos,buy,2026-02-16 12:18:00,596.0 -24628,buy_contrast_m10_bb_pos,buy,2026-02-16 12:30:00,595.0 -24629,buy_contrast_m10_bb_pos,buy,2026-02-16 12:33:00,595.0 -24630,buy_contrast_m10_bb_pos,buy,2026-02-16 12:36:00,595.0 -24631,buy_contrast_m10_bb_pos,buy,2026-02-16 12:39:00,594.0 -24632,buy_contrast_m10_bb_pos,buy,2026-02-16 12:42:00,595.0 -24633,buy_contrast_m10_bb_pos,buy,2026-02-16 12:45:00,595.0 -24634,buy_contrast_m10_bb_pos,buy,2026-02-16 12:48:00,595.0 -24635,buy_contrast_m10_bb_pos,buy,2026-02-16 16:42:00,597.0 -24636,buy_contrast_m10_bb_pos,buy,2026-02-16 16:45:00,596.0 -24637,buy_contrast_m10_bb_pos,buy,2026-02-16 16:48:00,596.0 -24638,buy_contrast_m10_bb_pos,buy,2026-02-16 19:51:00,594.0 -24639,buy_contrast_m10_bb_pos,buy,2026-02-16 19:54:00,594.0 -24640,buy_contrast_m10_bb_pos,buy,2026-02-16 19:57:00,594.0 -24641,buy_contrast_m10_bb_pos,buy,2026-02-16 20:30:00,590.0 -24642,buy_contrast_m10_bb_pos,buy,2026-02-16 20:33:00,591.0 -24643,buy_contrast_m10_bb_pos,buy,2026-02-16 20:36:00,591.0 -24644,buy_contrast_m10_bb_pos,buy,2026-02-16 20:39:00,592.0 -24645,buy_contrast_m10_bb_pos,buy,2026-02-16 20:51:00,590.0 -24646,buy_contrast_m10_bb_pos,buy,2026-02-16 20:54:00,592.0 -24647,buy_contrast_m10_bb_pos,buy,2026-02-16 20:57:00,592.0 -24648,buy_contrast_m10_bb_pos,buy,2026-02-17 00:42:00,589.0 -24649,buy_contrast_m10_bb_pos,buy,2026-02-17 00:45:00,590.0 -24650,buy_contrast_m10_bb_pos,buy,2026-02-17 00:48:00,591.0 -24651,buy_contrast_m10_bb_pos,buy,2026-02-17 00:51:00,590.0 -24652,buy_contrast_m10_bb_pos,buy,2026-02-17 00:54:00,591.0 -24653,buy_contrast_m10_bb_pos,buy,2026-02-17 00:57:00,591.0 -24654,buy_contrast_m10_bb_pos,buy,2026-02-17 09:12:00,597.0 -24655,buy_contrast_m10_bb_pos,buy,2026-02-17 09:15:00,597.0 -24656,buy_contrast_m10_bb_pos,buy,2026-02-17 09:18:00,597.0 -24657,buy_contrast_m10_bb_pos,buy,2026-02-17 09:21:00,597.0 -24658,buy_contrast_m10_bb_pos,buy,2026-02-17 09:24:00,597.0 -24659,buy_contrast_m10_bb_pos,buy,2026-02-17 09:27:00,598.0 -24660,buy_contrast_m10_bb_pos,buy,2026-02-17 10:51:00,595.0 -24661,buy_contrast_m10_bb_pos,buy,2026-02-17 10:54:00,594.0 -24662,buy_contrast_m10_bb_pos,buy,2026-02-17 10:57:00,595.0 -24663,buy_contrast_m10_bb_pos,buy,2026-02-17 11:00:00,595.0 -24664,buy_contrast_m10_bb_pos,buy,2026-02-17 11:03:00,592.0 -24665,buy_contrast_m10_bb_pos,buy,2026-02-17 11:06:00,593.0 -24666,buy_contrast_m10_bb_pos,buy,2026-02-17 11:09:00,595.0 -24667,buy_contrast_m10_bb_pos,buy,2026-02-17 12:21:00,595.0 -24668,buy_contrast_m10_bb_pos,buy,2026-02-17 12:24:00,594.0 -24669,buy_contrast_m10_bb_pos,buy,2026-02-17 12:27:00,595.0 -24670,buy_contrast_m10_bb_pos,buy,2026-02-17 12:30:00,595.0 -24671,buy_contrast_m10_bb_pos,buy,2026-02-17 12:33:00,594.0 -24672,buy_contrast_m10_bb_pos,buy,2026-02-17 12:36:00,593.0 -24673,buy_contrast_m10_bb_pos,buy,2026-02-17 12:39:00,595.0 -24674,buy_contrast_m10_bb_pos,buy,2026-02-17 12:42:00,595.0 -24675,buy_contrast_m10_bb_pos,buy,2026-02-17 12:45:00,594.0 -24676,buy_contrast_m10_bb_pos,buy,2026-02-17 12:48:00,593.0 -24677,buy_contrast_m10_bb_pos,buy,2026-02-17 12:51:00,594.0 -24678,buy_contrast_m10_bb_pos,buy,2026-02-17 12:54:00,595.0 -24679,buy_contrast_m10_bb_pos,buy,2026-02-17 12:57:00,594.0 -24680,buy_contrast_m10_bb_pos,buy,2026-02-17 14:21:00,590.0 -24681,buy_contrast_m10_bb_pos,buy,2026-02-17 14:24:00,589.0 -24682,buy_contrast_m10_bb_pos,buy,2026-02-17 14:27:00,590.0 -24683,buy_contrast_m10_bb_pos,buy,2026-02-17 14:30:00,590.0 -24684,buy_contrast_m10_bb_pos,buy,2026-02-17 14:33:00,588.0 -24685,buy_contrast_m10_bb_pos,buy,2026-02-17 14:36:00,589.0 -24686,buy_contrast_m10_bb_pos,buy,2026-02-17 14:39:00,590.0 -24687,buy_contrast_m10_bb_pos,buy,2026-02-17 14:42:00,592.0 -24688,buy_contrast_m10_bb_pos,buy,2026-02-17 14:45:00,591.0 -24689,buy_contrast_m10_bb_pos,buy,2026-02-17 14:48:00,591.0 -24690,buy_contrast_m10_bb_pos,buy,2026-02-17 16:12:00,590.0 -24691,buy_contrast_m10_bb_pos,buy,2026-02-17 16:15:00,590.0 -24692,buy_contrast_m10_bb_pos,buy,2026-02-17 16:18:00,591.0 -24693,buy_contrast_m10_bb_pos,buy,2026-02-17 16:21:00,590.0 -24694,buy_contrast_m10_bb_pos,buy,2026-02-17 16:24:00,591.0 -24695,buy_contrast_m10_bb_pos,buy,2026-02-17 16:27:00,590.0 -24696,buy_contrast_m10_bb_pos,buy,2026-02-17 17:42:00,588.0 -24697,buy_contrast_m10_bb_pos,buy,2026-02-17 17:45:00,588.0 -24698,buy_contrast_m10_bb_pos,buy,2026-02-17 17:48:00,588.0 -24699,buy_contrast_m10_bb_pos,buy,2026-02-17 18:00:00,588.0 -24700,buy_contrast_m10_bb_pos,buy,2026-02-17 18:03:00,588.0 -24701,buy_contrast_m10_bb_pos,buy,2026-02-17 18:06:00,588.0 -24702,buy_contrast_m10_bb_pos,buy,2026-02-17 18:09:00,588.0 -24703,buy_contrast_m10_bb_pos,buy,2026-02-17 18:21:00,587.0 -24704,buy_contrast_m10_bb_pos,buy,2026-02-17 18:24:00,587.0 -24705,buy_contrast_m10_bb_pos,buy,2026-02-17 18:27:00,588.0 -24706,buy_contrast_m10_bb_pos,buy,2026-02-17 18:30:00,587.0 -24707,buy_contrast_m10_bb_pos,buy,2026-02-17 18:33:00,588.0 -24708,buy_contrast_m10_bb_pos,buy,2026-02-17 18:36:00,587.0 -24709,buy_contrast_m10_bb_pos,buy,2026-02-17 18:39:00,587.0 -24710,buy_contrast_m10_bb_pos,buy,2026-02-17 18:42:00,586.0 -24711,buy_contrast_m10_bb_pos,buy,2026-02-17 18:45:00,588.0 -24712,buy_contrast_m10_bb_pos,buy,2026-02-17 18:48:00,587.0 -24713,buy_contrast_m10_bb_pos,buy,2026-02-17 19:51:00,584.0 -24714,buy_contrast_m10_bb_pos,buy,2026-02-17 19:54:00,584.0 -24715,buy_contrast_m10_bb_pos,buy,2026-02-17 19:57:00,585.0 -24716,buy_contrast_m10_bb_pos,buy,2026-02-18 00:12:00,581.0 -24717,buy_contrast_m10_bb_pos,buy,2026-02-18 00:15:00,579.0 -24718,buy_contrast_m10_bb_pos,buy,2026-02-18 00:18:00,582.0 -24719,buy_contrast_m10_bb_pos,buy,2026-02-18 00:30:00,580.0 -24720,buy_contrast_m10_bb_pos,buy,2026-02-18 00:33:00,579.0 -24721,buy_contrast_m10_bb_pos,buy,2026-02-18 00:36:00,580.0 -24722,buy_contrast_m10_bb_pos,buy,2026-02-18 00:39:00,580.0 -24723,buy_contrast_m10_bb_pos,buy,2026-02-18 08:30:00,588.0 -24724,buy_contrast_m10_bb_pos,buy,2026-02-18 08:33:00,588.0 -24725,buy_contrast_m10_bb_pos,buy,2026-02-18 08:36:00,589.0 -24726,buy_contrast_m10_bb_pos,buy,2026-02-18 08:39:00,588.0 -24727,buy_contrast_m10_bb_pos,buy,2026-02-18 08:51:00,588.0 -24728,buy_contrast_m10_bb_pos,buy,2026-02-18 08:54:00,588.0 -24729,buy_contrast_m10_bb_pos,buy,2026-02-18 08:57:00,588.0 -24730,buy_contrast_m10_bb_pos,buy,2026-02-18 09:00:00,588.0 -24731,buy_contrast_m10_bb_pos,buy,2026-02-18 09:03:00,590.0 -24732,buy_contrast_m10_bb_pos,buy,2026-02-18 09:06:00,590.0 -24733,buy_contrast_m10_bb_pos,buy,2026-02-18 09:09:00,590.0 -24734,buy_contrast_m10_bb_pos,buy,2026-02-18 10:21:00,586.0 -24735,buy_contrast_m10_bb_pos,buy,2026-02-18 10:24:00,584.0 -24736,buy_contrast_m10_bb_pos,buy,2026-02-18 10:27:00,585.0 -24737,buy_contrast_m10_bb_pos,buy,2026-02-18 13:12:00,582.0 -24738,buy_contrast_m10_bb_pos,buy,2026-02-18 13:15:00,582.0 -24739,buy_contrast_m10_bb_pos,buy,2026-02-18 13:18:00,581.0 -24740,buy_contrast_m10_bb_pos,buy,2026-02-18 13:21:00,583.0 -24741,buy_contrast_m10_bb_pos,buy,2026-02-18 13:24:00,581.0 -24742,buy_contrast_m10_bb_pos,buy,2026-02-18 13:27:00,581.0 -24743,buy_contrast_m10_bb_pos,buy,2026-02-18 13:51:00,581.0 -24744,buy_contrast_m10_bb_pos,buy,2026-02-18 13:54:00,582.0 -24745,buy_contrast_m10_bb_pos,buy,2026-02-18 13:57:00,580.0 -24746,buy_contrast_m10_bb_pos,buy,2026-02-18 14:00:00,581.0 -24747,buy_contrast_m10_bb_pos,buy,2026-02-18 14:03:00,581.0 -24748,buy_contrast_m10_bb_pos,buy,2026-02-18 14:06:00,580.0 -24749,buy_contrast_m10_bb_pos,buy,2026-02-18 14:09:00,579.0 -24750,buy_contrast_m10_bb_pos,buy,2026-02-18 14:30:00,580.0 -24751,buy_contrast_m10_bb_pos,buy,2026-02-18 14:33:00,579.0 -24752,buy_contrast_m10_bb_pos,buy,2026-02-18 14:36:00,579.0 -24753,buy_contrast_m10_bb_pos,buy,2026-02-18 14:39:00,580.0 -24754,buy_contrast_m10_bb_pos,buy,2026-02-18 14:42:00,579.0 -24755,buy_contrast_m10_bb_pos,buy,2026-02-18 14:45:00,579.0 -24756,buy_contrast_m10_bb_pos,buy,2026-02-18 14:48:00,579.0 -24757,buy_contrast_m10_bb_pos,buy,2026-02-18 14:51:00,579.0 -24758,buy_contrast_m10_bb_pos,buy,2026-02-18 14:54:00,578.0 -24759,buy_contrast_m10_bb_pos,buy,2026-02-18 14:57:00,578.0 -24760,buy_contrast_m10_bb_pos,buy,2026-02-18 15:00:00,578.0 -24761,buy_contrast_m10_bb_pos,buy,2026-02-18 15:03:00,578.0 -24762,buy_contrast_m10_bb_pos,buy,2026-02-18 15:06:00,580.0 -24763,buy_contrast_m10_bb_pos,buy,2026-02-18 15:09:00,580.0 -24764,buy_contrast_m10_bb_pos,buy,2026-02-18 16:00:00,577.0 -24765,buy_contrast_m10_bb_pos,buy,2026-02-18 16:03:00,577.0 -24766,buy_contrast_m10_bb_pos,buy,2026-02-18 16:06:00,578.0 -24767,buy_contrast_m10_bb_pos,buy,2026-02-18 16:09:00,577.0 -24768,buy_contrast_m10_bb_pos,buy,2026-02-18 19:30:00,578.0 -24769,buy_contrast_m10_bb_pos,buy,2026-02-18 19:33:00,578.0 -24770,buy_contrast_m10_bb_pos,buy,2026-02-18 19:36:00,579.0 -24771,buy_contrast_m10_bb_pos,buy,2026-02-18 19:39:00,578.0 -24772,buy_contrast_m10_bb_pos,buy,2026-02-18 20:21:00,575.0 -24773,buy_contrast_m10_bb_pos,buy,2026-02-18 20:24:00,576.0 -24774,buy_contrast_m10_bb_pos,buy,2026-02-18 20:27:00,577.0 -24775,buy_contrast_m10_bb_pos,buy,2026-02-18 23:12:00,571.0 -24776,buy_contrast_m10_bb_pos,buy,2026-02-18 23:15:00,572.0 -24777,buy_contrast_m10_bb_pos,buy,2026-02-18 23:18:00,570.0 -24778,buy_contrast_m10_bb_pos,buy,2026-02-18 23:51:00,571.0 -24779,buy_contrast_m10_bb_pos,buy,2026-02-18 23:54:00,572.0 -24780,buy_contrast_m10_bb_pos,buy,2026-02-18 23:57:00,573.0 -24781,buy_contrast_m10_bb_pos,buy,2026-02-19 02:21:00,569.0 -24782,buy_contrast_m10_bb_pos,buy,2026-02-19 02:24:00,568.0 -24783,buy_contrast_m10_bb_pos,buy,2026-02-19 02:27:00,567.0 -24784,buy_contrast_m10_bb_pos,buy,2026-02-19 02:30:00,567.0 -24785,buy_contrast_m10_bb_pos,buy,2026-02-19 02:33:00,568.0 -24786,buy_contrast_m10_bb_pos,buy,2026-02-19 02:36:00,568.0 -24787,buy_contrast_m10_bb_pos,buy,2026-02-19 02:39:00,569.0 -24788,buy_contrast_m10_bb_pos,buy,2026-02-19 03:21:00,566.0 -24789,buy_contrast_m10_bb_pos,buy,2026-02-19 03:24:00,569.0 -24790,buy_contrast_m10_bb_pos,buy,2026-02-19 03:27:00,569.0 -24791,buy_contrast_m10_bb_pos,buy,2026-02-19 04:42:00,565.0 -24792,buy_contrast_m10_bb_pos,buy,2026-02-19 04:45:00,565.0 -24793,buy_contrast_m10_bb_pos,buy,2026-02-19 04:48:00,567.0 -24794,buy_contrast_m10_bb_pos,buy,2026-02-19 05:30:00,564.0 -24795,buy_contrast_m10_bb_pos,buy,2026-02-19 05:33:00,565.0 -24796,buy_contrast_m10_bb_pos,buy,2026-02-19 05:36:00,566.0 -24797,buy_contrast_m10_bb_pos,buy,2026-02-19 05:39:00,567.0 -24798,buy_contrast_m10_bb_pos,buy,2026-02-19 06:00:00,563.0 -24799,buy_contrast_m10_bb_pos,buy,2026-02-19 06:03:00,562.0 -24800,buy_contrast_m10_bb_pos,buy,2026-02-19 06:06:00,563.0 -24801,buy_contrast_m10_bb_pos,buy,2026-02-19 06:09:00,563.0 -24802,buy_contrast_m10_bb_pos,buy,2026-02-19 06:12:00,563.0 -24803,buy_contrast_m10_bb_pos,buy,2026-02-19 06:15:00,563.0 -24804,buy_contrast_m10_bb_pos,buy,2026-02-19 06:18:00,562.0 -24805,buy_contrast_m10_bb_pos,buy,2026-02-19 07:42:00,558.0 -24806,buy_contrast_m10_bb_pos,buy,2026-02-19 07:45:00,558.0 -24807,buy_contrast_m10_bb_pos,buy,2026-02-19 07:48:00,557.0 -24808,buy_contrast_m10_bb_pos,buy,2026-02-19 08:12:00,556.0 -24809,buy_contrast_m10_bb_pos,buy,2026-02-19 08:15:00,559.0 -24810,buy_contrast_m10_bb_pos,buy,2026-02-19 08:18:00,558.0 -24811,buy_contrast_m10_bb_pos,buy,2026-02-19 14:21:00,564.0 -24812,buy_contrast_m10_bb_pos,buy,2026-02-19 14:24:00,562.0 -24813,buy_contrast_m10_bb_pos,buy,2026-02-19 14:27:00,561.0 -24814,buy_contrast_m10_bb_pos,buy,2026-02-19 14:51:00,563.0 -24815,buy_contrast_m10_bb_pos,buy,2026-02-19 14:54:00,564.0 -24816,buy_contrast_m10_bb_pos,buy,2026-02-19 14:57:00,563.0 -24817,buy_contrast_m10_bb_pos,buy,2026-02-19 15:00:00,563.0 -24818,buy_contrast_m10_bb_pos,buy,2026-02-19 15:03:00,564.0 -24819,buy_contrast_m10_bb_pos,buy,2026-02-19 15:06:00,564.0 -24820,buy_contrast_m10_bb_pos,buy,2026-02-19 15:09:00,564.0 -24821,buy_contrast_m10_bb_pos,buy,2026-02-19 16:12:00,561.0 -24822,buy_contrast_m10_bb_pos,buy,2026-02-19 16:15:00,563.0 -24823,buy_contrast_m10_bb_pos,buy,2026-02-19 16:18:00,562.0 -24824,buy_contrast_m10_bb_pos,buy,2026-02-19 16:21:00,563.0 -24825,buy_contrast_m10_bb_pos,buy,2026-02-19 16:24:00,563.0 -24826,buy_contrast_m10_bb_pos,buy,2026-02-19 16:27:00,563.0 -24827,buy_contrast_m10_bb_pos,buy,2026-02-19 17:12:00,562.0 -24828,buy_contrast_m10_bb_pos,buy,2026-02-19 17:15:00,560.0 -24829,buy_contrast_m10_bb_pos,buy,2026-02-19 17:18:00,560.0 -24830,buy_contrast_m10_bb_pos,buy,2026-02-19 18:00:00,556.0 -24831,buy_contrast_m10_bb_pos,buy,2026-02-19 18:03:00,556.0 -24832,buy_contrast_m10_bb_pos,buy,2026-02-19 18:06:00,557.0 -24833,buy_contrast_m10_bb_pos,buy,2026-02-19 18:09:00,557.0 -24834,buy_contrast_m10_bb_pos,buy,2026-02-19 19:30:00,553.0 -24835,buy_contrast_m10_bb_pos,buy,2026-02-19 19:33:00,554.0 -24836,buy_contrast_m10_bb_pos,buy,2026-02-19 19:36:00,554.0 -24837,buy_contrast_m10_bb_pos,buy,2026-02-19 19:39:00,554.0 -24838,buy_contrast_m10_bb_pos,buy,2026-02-19 22:21:00,551.0 -24839,buy_contrast_m10_bb_pos,buy,2026-02-19 22:24:00,550.0 -24840,buy_contrast_m10_bb_pos,buy,2026-02-19 22:27:00,549.0 -24841,buy_contrast_m10_bb_pos,buy,2026-02-19 23:00:00,547.0 -24842,buy_contrast_m10_bb_pos,buy,2026-02-19 23:03:00,548.0 -24843,buy_contrast_m10_bb_pos,buy,2026-02-19 23:06:00,548.0 -24844,buy_contrast_m10_bb_pos,buy,2026-02-19 23:09:00,548.0 -24845,buy_contrast_m10_bb_pos,buy,2026-02-19 23:21:00,546.0 -24846,buy_contrast_m10_bb_pos,buy,2026-02-19 23:24:00,547.0 -24847,buy_contrast_m10_bb_pos,buy,2026-02-19 23:27:00,547.0 -24848,buy_contrast_m10_bb_pos,buy,2026-02-20 13:30:00,554.0 -24849,buy_contrast_m10_bb_pos,buy,2026-02-20 13:33:00,554.0 -24850,buy_contrast_m10_bb_pos,buy,2026-02-20 13:36:00,555.0 -24851,buy_contrast_m10_bb_pos,buy,2026-02-20 13:51:00,554.0 -24852,buy_contrast_m10_bb_pos,buy,2026-02-20 13:54:00,554.0 -24853,buy_contrast_m10_bb_pos,buy,2026-02-20 13:57:00,553.0 -24854,buy_contrast_m10_bb_pos,buy,2026-02-20 14:00:00,553.0 -24855,buy_contrast_m10_bb_pos,buy,2026-02-20 14:03:00,553.0 -24856,buy_contrast_m10_bb_pos,buy,2026-02-20 14:06:00,553.0 -24857,buy_contrast_m10_bb_pos,buy,2026-02-20 14:09:00,552.0 -24858,buy_contrast_m10_bb_pos,buy,2026-02-20 14:12:00,553.0 -24859,buy_contrast_m10_bb_pos,buy,2026-02-20 14:15:00,553.0 -24860,buy_contrast_m10_bb_pos,buy,2026-02-20 14:18:00,552.0 -24861,buy_contrast_m10_bb_pos,buy,2026-02-20 14:21:00,551.0 -24862,buy_contrast_m10_bb_pos,buy,2026-02-20 14:24:00,551.0 -24863,buy_contrast_m10_bb_pos,buy,2026-02-20 14:27:00,553.0 -24864,buy_contrast_m10_bb_pos,buy,2026-02-20 14:30:00,552.0 -24865,buy_contrast_m10_bb_pos,buy,2026-02-20 14:33:00,556.0 -24866,buy_contrast_m10_bb_pos,buy,2026-02-20 14:36:00,557.0 -24867,buy_contrast_m10_bb_pos,buy,2026-02-20 14:39:00,557.0 -24868,buy_contrast_m10_bb_pos,buy,2026-02-20 20:51:00,563.0 -24869,buy_contrast_m10_bb_pos,buy,2026-02-20 20:54:00,564.0 -24870,buy_contrast_m10_bb_pos,buy,2026-02-20 20:57:00,564.0 -24871,buy_contrast_m10_bb_pos,buy,2026-02-20 21:21:00,562.0 -24872,buy_contrast_m10_bb_pos,buy,2026-02-20 21:24:00,562.0 -24873,buy_contrast_m10_bb_pos,buy,2026-02-20 21:27:00,562.0 -24874,buy_contrast_m10_bb_pos,buy,2026-02-20 21:30:00,561.0 -24875,buy_contrast_m10_bb_pos,buy,2026-02-20 21:33:00,563.0 -24876,buy_contrast_m10_bb_pos,buy,2026-02-20 21:36:00,562.0 -24877,buy_contrast_m10_bb_pos,buy,2026-02-20 21:39:00,563.0 -24878,buy_contrast_m10_bb_pos,buy,2026-02-20 22:21:00,559.0 -24879,buy_contrast_m10_bb_pos,buy,2026-02-20 22:24:00,557.0 -24880,buy_contrast_m10_bb_pos,buy,2026-02-20 22:27:00,557.0 -24881,buy_contrast_m10_bb_pos,buy,2026-02-20 22:30:00,558.0 -24882,buy_contrast_m10_bb_pos,buy,2026-02-20 22:33:00,553.0 -24883,buy_contrast_m10_bb_pos,buy,2026-02-20 22:36:00,554.0 -24884,buy_contrast_m10_bb_pos,buy,2026-02-20 22:39:00,552.0 -24885,buy_contrast_m10_bb_pos,buy,2026-02-20 22:51:00,554.0 -24886,buy_contrast_m10_bb_pos,buy,2026-02-20 22:54:00,556.0 -24887,buy_contrast_m10_bb_pos,buy,2026-02-20 22:57:00,554.0 -24888,buy_contrast_m10_bb_pos,buy,2026-02-20 23:00:00,554.0 -24889,buy_contrast_m10_bb_pos,buy,2026-02-20 23:03:00,556.0 -24890,buy_contrast_m10_bb_pos,buy,2026-02-20 23:06:00,556.0 -24891,buy_contrast_m10_bb_pos,buy,2026-02-20 23:09:00,557.0 -24892,buy_contrast_m10_bb_pos,buy,2026-02-20 23:21:00,553.0 -24893,buy_contrast_m10_bb_pos,buy,2026-02-20 23:24:00,556.0 -24894,buy_contrast_m10_bb_pos,buy,2026-02-20 23:27:00,558.0 -24895,buy_contrast_m10_bb_pos,buy,2026-02-21 05:30:00,569.0 -24896,buy_contrast_m10_bb_pos,buy,2026-02-21 05:33:00,568.0 -24897,buy_contrast_m10_bb_pos,buy,2026-02-21 05:36:00,568.0 -24898,buy_contrast_m10_bb_pos,buy,2026-02-21 05:39:00,569.0 -24899,buy_contrast_m10_bb_pos,buy,2026-02-21 05:51:00,570.0 -24900,buy_contrast_m10_bb_pos,buy,2026-02-21 05:54:00,571.0 -24901,buy_contrast_m10_bb_pos,buy,2026-02-21 05:57:00,571.0 -24902,buy_contrast_m10_bb_pos,buy,2026-02-21 21:21:00,581.0 -24903,buy_contrast_m10_bb_pos,buy,2026-02-21 21:24:00,579.0 -24904,buy_contrast_m10_bb_pos,buy,2026-02-21 21:27:00,580.0 -24905,buy_contrast_m10_bb_pos,buy,2026-02-21 21:30:00,579.0 -24906,buy_contrast_m10_bb_pos,buy,2026-02-21 21:33:00,578.0 -24907,buy_contrast_m10_bb_pos,buy,2026-02-21 21:36:00,578.0 -24908,buy_contrast_m10_bb_pos,buy,2026-02-21 21:39:00,576.0 -24909,buy_contrast_m10_bb_pos,buy,2026-02-21 21:51:00,579.0 -24910,buy_contrast_m10_bb_pos,buy,2026-02-21 21:54:00,579.0 -24911,buy_contrast_m10_bb_pos,buy,2026-02-21 21:57:00,578.0 -24912,buy_contrast_m10_bb_pos,buy,2026-02-21 22:00:00,578.0 -24913,buy_contrast_m10_bb_pos,buy,2026-02-21 22:03:00,580.0 -24914,buy_contrast_m10_bb_pos,buy,2026-02-21 22:06:00,579.0 -24915,buy_contrast_m10_bb_pos,buy,2026-02-21 22:09:00,580.0 -24916,buy_contrast_m10_bb_pos,buy,2026-02-21 22:21:00,578.0 -24917,buy_contrast_m10_bb_pos,buy,2026-02-21 22:24:00,578.0 -24918,buy_contrast_m10_bb_pos,buy,2026-02-21 22:27:00,578.0 -24919,buy_contrast_m10_bb_pos,buy,2026-02-21 22:30:00,577.0 -24920,buy_contrast_m10_bb_pos,buy,2026-02-21 22:33:00,577.0 -24921,buy_contrast_m10_bb_pos,buy,2026-02-21 22:36:00,577.0 -24922,buy_contrast_m10_bb_pos,buy,2026-02-21 22:39:00,578.0 -24923,buy_contrast_m10_bb_pos,buy,2026-02-22 00:12:00,577.0 -24924,buy_contrast_m10_bb_pos,buy,2026-02-22 00:15:00,578.0 -24925,buy_contrast_m10_bb_pos,buy,2026-02-22 00:18:00,577.0 -24926,buy_contrast_m10_bb_pos,buy,2026-02-22 01:21:00,572.0 -24927,buy_contrast_m10_bb_pos,buy,2026-02-22 01:24:00,571.0 -24928,buy_contrast_m10_bb_pos,buy,2026-02-22 01:27:00,572.0 -24929,buy_contrast_m10_bb_pos,buy,2026-02-22 01:51:00,573.0 -24930,buy_contrast_m10_bb_pos,buy,2026-02-22 01:54:00,571.0 -24931,buy_contrast_m10_bb_pos,buy,2026-02-22 01:57:00,573.0 -24932,buy_contrast_m10_bb_pos,buy,2026-02-22 02:00:00,571.0 -24933,buy_contrast_m10_bb_pos,buy,2026-02-22 02:03:00,573.0 -24934,buy_contrast_m10_bb_pos,buy,2026-02-22 02:06:00,572.0 -24935,buy_contrast_m10_bb_pos,buy,2026-02-22 02:09:00,573.0 -24936,buy_contrast_m10_bb_pos,buy,2026-02-22 02:21:00,572.0 -24937,buy_contrast_m10_bb_pos,buy,2026-02-22 02:24:00,572.0 -24938,buy_contrast_m10_bb_pos,buy,2026-02-22 02:27:00,570.0 -24939,buy_contrast_m10_bb_pos,buy,2026-02-22 02:30:00,571.0 -24940,buy_contrast_m10_bb_pos,buy,2026-02-22 02:33:00,571.0 -24941,buy_contrast_m10_bb_pos,buy,2026-02-22 02:36:00,572.0 -24942,buy_contrast_m10_bb_pos,buy,2026-02-22 02:39:00,571.0 -24943,buy_contrast_m10_bb_pos,buy,2026-02-22 08:12:00,571.0 -24944,buy_contrast_m10_bb_pos,buy,2026-02-22 08:15:00,570.0 -24945,buy_contrast_m10_bb_pos,buy,2026-02-22 08:18:00,571.0 -24946,buy_contrast_m10_bb_pos,buy,2026-02-22 08:21:00,570.0 -24947,buy_contrast_m10_bb_pos,buy,2026-02-22 08:24:00,570.0 -24948,buy_contrast_m10_bb_pos,buy,2026-02-22 08:27:00,570.0 -24949,buy_contrast_m10_bb_pos,buy,2026-02-22 09:00:00,569.0 -24950,buy_contrast_m10_bb_pos,buy,2026-02-22 09:03:00,568.0 -24951,buy_contrast_m10_bb_pos,buy,2026-02-22 09:06:00,568.0 -24952,buy_contrast_m10_bb_pos,buy,2026-02-22 09:09:00,567.0 -24953,buy_contrast_m10_bb_pos,buy,2026-02-22 11:21:00,565.0 -24954,buy_contrast_m10_bb_pos,buy,2026-02-22 11:24:00,564.0 -24955,buy_contrast_m10_bb_pos,buy,2026-02-22 11:27:00,564.0 -24956,buy_contrast_m10_bb_pos,buy,2026-02-22 11:30:00,563.0 -24957,buy_contrast_m10_bb_pos,buy,2026-02-22 11:33:00,563.0 -24958,buy_contrast_m10_bb_pos,buy,2026-02-22 11:36:00,563.0 -24959,buy_contrast_m10_bb_pos,buy,2026-02-22 11:39:00,561.0 -24960,buy_contrast_m10_bb_pos,buy,2026-02-22 11:51:00,561.0 -24961,buy_contrast_m10_bb_pos,buy,2026-02-22 11:54:00,562.0 -24962,buy_contrast_m10_bb_pos,buy,2026-02-22 11:57:00,562.0 -24963,buy_contrast_m10_bb_pos,buy,2026-02-22 12:00:00,561.0 -24964,buy_contrast_m10_bb_pos,buy,2026-02-22 12:03:00,563.0 -24965,buy_contrast_m10_bb_pos,buy,2026-02-22 12:06:00,563.0 -24966,buy_contrast_m10_bb_pos,buy,2026-02-22 12:09:00,563.0 -24967,buy_contrast_m10_bb_pos,buy,2026-02-22 12:42:00,561.0 -24968,buy_contrast_m10_bb_pos,buy,2026-02-22 12:45:00,562.0 -24969,buy_contrast_m10_bb_pos,buy,2026-02-22 12:48:00,562.0 -24970,buy_contrast_m10_bb_pos,buy,2026-02-22 20:42:00,561.0 -24971,buy_contrast_m10_bb_pos,buy,2026-02-22 20:45:00,560.0 -24972,buy_contrast_m10_bb_pos,buy,2026-02-22 20:48:00,560.0 -24973,buy_contrast_m10_bb_pos,buy,2026-02-22 21:00:00,560.0 -24974,buy_contrast_m10_bb_pos,buy,2026-02-22 21:03:00,558.0 -24975,buy_contrast_m10_bb_pos,buy,2026-02-22 21:06:00,556.0 -24976,buy_contrast_m10_bb_pos,buy,2026-02-22 21:09:00,556.0 -24977,buy_contrast_m10_bb_pos,buy,2026-02-22 21:51:00,554.0 -24978,buy_contrast_m10_bb_pos,buy,2026-02-22 21:54:00,555.0 -24979,buy_contrast_m10_bb_pos,buy,2026-02-22 21:57:00,554.0 -24980,buy_contrast_m10_bb_pos,buy,2026-02-22 22:00:00,554.0 -24981,buy_contrast_m10_bb_pos,buy,2026-02-22 22:03:00,555.0 -24982,buy_contrast_m10_bb_pos,buy,2026-02-22 22:06:00,554.0 -24983,buy_contrast_m10_bb_pos,buy,2026-02-22 22:09:00,553.0 -24984,buy_contrast_m10_bb_pos,buy,2026-02-22 22:12:00,554.0 -24985,buy_contrast_m10_bb_pos,buy,2026-02-22 22:15:00,554.0 -24986,buy_contrast_m10_bb_pos,buy,2026-02-22 22:18:00,555.0 -24987,buy_contrast_m10_bb_pos,buy,2026-02-23 09:51:00,561.0 -24988,buy_contrast_m10_bb_pos,buy,2026-02-23 09:54:00,562.0 -24989,buy_contrast_m10_bb_pos,buy,2026-02-23 09:57:00,559.0 -24990,buy_contrast_m10_bb_pos,buy,2026-02-23 10:42:00,542.0 -24991,buy_contrast_m10_bb_pos,buy,2026-02-23 10:45:00,540.0 -24992,buy_contrast_m10_bb_pos,buy,2026-02-23 10:48:00,541.0 -24993,buy_contrast_m10_bb_pos,buy,2026-02-23 10:51:00,541.0 -24994,buy_contrast_m10_bb_pos,buy,2026-02-23 10:54:00,537.0 -24995,buy_contrast_m10_bb_pos,buy,2026-02-23 10:57:00,540.0 -24996,buy_contrast_m10_bb_pos,buy,2026-02-23 11:00:00,537.0 -24997,buy_contrast_m10_bb_pos,buy,2026-02-23 11:03:00,537.0 -24998,buy_contrast_m10_bb_pos,buy,2026-02-23 11:06:00,539.0 -24999,buy_contrast_m10_bb_pos,buy,2026-02-23 11:09:00,542.0 -25000,buy_contrast_m10_bb_pos,buy,2026-02-23 13:42:00,538.0 -25001,buy_contrast_m10_bb_pos,buy,2026-02-23 13:45:00,538.0 -25002,buy_contrast_m10_bb_pos,buy,2026-02-23 13:48:00,539.0 -25003,buy_contrast_m10_bb_pos,buy,2026-02-23 13:51:00,539.0 -25004,buy_contrast_m10_bb_pos,buy,2026-02-23 13:54:00,539.0 -25005,buy_contrast_m10_bb_pos,buy,2026-02-23 13:57:00,538.0 -25006,buy_contrast_m10_bb_pos,buy,2026-02-23 23:51:00,570.0 -25007,buy_contrast_m10_bb_pos,buy,2026-02-23 23:54:00,566.0 -25008,buy_contrast_m10_bb_pos,buy,2026-02-23 23:57:00,567.0 -25009,buy_contrast_m10_bb_pos,buy,2026-02-24 00:21:00,563.0 -25010,buy_contrast_m10_bb_pos,buy,2026-02-24 00:24:00,562.0 -25011,buy_contrast_m10_bb_pos,buy,2026-02-24 00:27:00,563.0 -25012,buy_contrast_m10_bb_pos,buy,2026-02-24 00:30:00,563.0 -25013,buy_contrast_m10_bb_pos,buy,2026-02-24 00:33:00,563.0 -25014,buy_contrast_m10_bb_pos,buy,2026-02-24 00:36:00,560.0 -25015,buy_contrast_m10_bb_pos,buy,2026-02-24 00:39:00,561.0 -25016,buy_contrast_m10_bb_pos,buy,2026-02-24 00:42:00,561.0 -25017,buy_contrast_m10_bb_pos,buy,2026-02-24 00:45:00,559.0 -25018,buy_contrast_m10_bb_pos,buy,2026-02-24 00:48:00,558.0 -25019,buy_contrast_m10_bb_pos,buy,2026-02-24 01:21:00,553.0 -25020,buy_contrast_m10_bb_pos,buy,2026-02-24 01:24:00,552.0 -25021,buy_contrast_m10_bb_pos,buy,2026-02-24 01:27:00,553.0 -25022,buy_contrast_m10_bb_pos,buy,2026-02-24 01:51:00,550.0 -25023,buy_contrast_m10_bb_pos,buy,2026-02-24 01:54:00,550.0 -25024,buy_contrast_m10_bb_pos,buy,2026-02-24 01:57:00,550.0 -25025,buy_contrast_m10_bb_pos,buy,2026-02-24 02:00:00,549.0 -25026,buy_contrast_m10_bb_pos,buy,2026-02-24 02:03:00,549.0 -25027,buy_contrast_m10_bb_pos,buy,2026-02-24 02:06:00,548.0 -25028,buy_contrast_m10_bb_pos,buy,2026-02-24 02:09:00,548.0 -25029,buy_contrast_m10_bb_pos,buy,2026-02-24 02:12:00,547.0 -25030,buy_contrast_m10_bb_pos,buy,2026-02-24 02:15:00,546.0 -25031,buy_contrast_m10_bb_pos,buy,2026-02-24 02:18:00,546.0 -25032,buy_contrast_m10_bb_pos,buy,2026-02-24 02:21:00,544.0 -25033,buy_contrast_m10_bb_pos,buy,2026-02-24 02:24:00,547.0 -25034,buy_contrast_m10_bb_pos,buy,2026-02-24 02:27:00,545.0 -25035,buy_contrast_m10_bb_pos,buy,2026-02-24 02:30:00,543.0 -25036,buy_contrast_m10_bb_pos,buy,2026-02-24 02:33:00,544.0 -25037,buy_contrast_m10_bb_pos,buy,2026-02-24 02:36:00,543.0 -25038,buy_contrast_m10_bb_pos,buy,2026-02-24 02:39:00,542.0 -25039,buy_contrast_m10_bb_pos,buy,2026-02-24 02:42:00,546.0 -25040,buy_contrast_m10_bb_pos,buy,2026-02-24 02:45:00,545.0 -25041,buy_contrast_m10_bb_pos,buy,2026-02-24 02:48:00,544.0 -25042,buy_contrast_m10_bb_pos,buy,2026-02-24 11:00:00,546.0 -25043,buy_contrast_m10_bb_pos,buy,2026-02-24 11:03:00,546.0 -25044,buy_contrast_m10_bb_pos,buy,2026-02-24 11:06:00,546.0 -25045,buy_contrast_m10_bb_pos,buy,2026-02-24 11:09:00,545.0 -25046,buy_contrast_m10_bb_pos,buy,2026-02-24 11:12:00,547.0 -25047,buy_contrast_m10_bb_pos,buy,2026-02-24 11:15:00,546.0 -25048,buy_contrast_m10_bb_pos,buy,2026-02-24 11:18:00,544.0 -25049,buy_contrast_m10_bb_pos,buy,2026-02-24 11:21:00,545.0 -25050,buy_contrast_m10_bb_pos,buy,2026-02-24 11:24:00,544.0 -25051,buy_contrast_m10_bb_pos,buy,2026-02-24 11:27:00,545.0 -25052,buy_contrast_m10_bb_pos,buy,2026-02-24 11:51:00,545.0 -25053,buy_contrast_m10_bb_pos,buy,2026-02-24 11:54:00,544.0 -25054,buy_contrast_m10_bb_pos,buy,2026-02-24 11:57:00,544.0 -25055,buy_contrast_m10_bb_pos,buy,2026-02-24 12:12:00,542.0 -25056,buy_contrast_m10_bb_pos,buy,2026-02-24 12:15:00,542.0 -25057,buy_contrast_m10_bb_pos,buy,2026-02-24 12:18:00,543.0 -25058,buy_contrast_m10_bb_pos,buy,2026-02-24 12:30:00,541.0 -25059,buy_contrast_m10_bb_pos,buy,2026-02-24 12:33:00,542.0 -25060,buy_contrast_m10_bb_pos,buy,2026-02-24 12:36:00,541.0 -25061,buy_contrast_m10_bb_pos,buy,2026-02-24 12:39:00,542.0 -25062,buy_contrast_m10_bb_pos,buy,2026-02-24 12:51:00,541.0 -25063,buy_contrast_m10_bb_pos,buy,2026-02-24 12:54:00,543.0 -25064,buy_contrast_m10_bb_pos,buy,2026-02-24 12:57:00,542.0 -25065,buy_contrast_m10_bb_pos,buy,2026-02-24 14:21:00,538.0 -25066,buy_contrast_m10_bb_pos,buy,2026-02-24 14:24:00,538.0 -25067,buy_contrast_m10_bb_pos,buy,2026-02-24 14:27:00,539.0 -25068,buy_contrast_m10_bb_pos,buy,2026-02-24 14:30:00,538.0 -25069,buy_contrast_m10_bb_pos,buy,2026-02-24 14:33:00,539.0 -25070,buy_contrast_m10_bb_pos,buy,2026-02-24 14:36:00,539.0 -25071,buy_contrast_m10_bb_pos,buy,2026-02-24 14:39:00,538.0 -25072,buy_contrast_m10_bb_pos,buy,2026-02-25 04:30:00,553.0 -25073,buy_contrast_m10_bb_pos,buy,2026-02-25 04:36:00,554.0 -25074,buy_contrast_m10_bb_pos,buy,2026-02-25 04:39:00,554.0 -25075,buy_contrast_m10_bb_pos,buy,2026-02-25 05:21:00,553.0 -25076,buy_contrast_m10_bb_pos,buy,2026-02-25 05:24:00,553.0 -25077,buy_contrast_m10_bb_pos,buy,2026-02-25 05:27:00,553.0 -25078,buy_contrast_m10_bb_pos,buy,2026-02-25 05:30:00,552.0 -25079,buy_contrast_m10_bb_pos,buy,2026-02-25 05:33:00,554.0 -25080,buy_contrast_m10_bb_pos,buy,2026-02-25 05:36:00,553.0 -25081,buy_contrast_m10_bb_pos,buy,2026-02-25 05:39:00,553.0 -25082,buy_contrast_m10_bb_pos,buy,2026-02-25 06:00:00,552.0 -25083,buy_contrast_m10_bb_pos,buy,2026-02-25 06:03:00,550.0 -25084,buy_contrast_m10_bb_pos,buy,2026-02-25 06:06:00,549.0 -25085,buy_contrast_m10_bb_pos,buy,2026-02-25 06:09:00,548.0 -25086,buy_contrast_m10_bb_pos,buy,2026-02-25 06:30:00,549.0 -25087,buy_contrast_m10_bb_pos,buy,2026-02-25 06:33:00,549.0 -25088,buy_contrast_m10_bb_pos,buy,2026-02-25 06:36:00,550.0 -25089,buy_contrast_m10_bb_pos,buy,2026-02-25 06:39:00,551.0 -25090,buy_contrast_m10_bb_pos,buy,2026-02-25 13:30:00,565.0 -25091,buy_contrast_m10_bb_pos,buy,2026-02-25 13:33:00,564.0 -25092,buy_contrast_m10_bb_pos,buy,2026-02-25 13:36:00,564.0 -25093,buy_contrast_m10_bb_pos,buy,2026-02-25 13:39:00,565.0 -25094,buy_contrast_m10_bb_pos,buy,2026-02-25 14:00:00,564.0 -25095,buy_contrast_m10_bb_pos,buy,2026-02-25 14:03:00,565.0 -25096,buy_contrast_m10_bb_pos,buy,2026-02-25 14:06:00,563.0 -25097,buy_contrast_m10_bb_pos,buy,2026-02-25 14:09:00,561.0 -25098,buy_contrast_m10_bb_pos,buy,2026-02-25 14:12:00,563.0 -25099,buy_contrast_m10_bb_pos,buy,2026-02-25 14:15:00,561.0 -25100,buy_contrast_m10_bb_pos,buy,2026-02-25 14:18:00,561.0 -25101,buy_contrast_m10_bb_pos,buy,2026-02-25 14:21:00,562.0 -25102,buy_contrast_m10_bb_pos,buy,2026-02-25 14:24:00,561.0 -25103,buy_contrast_m10_bb_pos,buy,2026-02-25 14:27:00,561.0 -25104,buy_contrast_m10_bb_pos,buy,2026-02-25 14:30:00,562.0 -25105,buy_contrast_m10_bb_pos,buy,2026-02-25 14:33:00,561.0 -25106,buy_contrast_m10_bb_pos,buy,2026-02-25 14:36:00,559.0 -25107,buy_contrast_m10_bb_pos,buy,2026-02-25 14:39:00,558.0 -25108,buy_contrast_m10_bb_pos,buy,2026-02-25 21:42:00,579.0 -25109,buy_contrast_m10_bb_pos,buy,2026-02-25 21:45:00,580.0 -25110,buy_contrast_m10_bb_pos,buy,2026-02-25 21:48:00,580.0 -25111,buy_contrast_m10_bb_pos,buy,2026-02-25 22:21:00,579.0 -25112,buy_contrast_m10_bb_pos,buy,2026-02-25 22:24:00,579.0 -25113,buy_contrast_m10_bb_pos,buy,2026-02-25 22:27:00,578.0 -25114,buy_contrast_m10_bb_pos,buy,2026-02-26 09:00:00,594.0 -25115,buy_contrast_m10_bb_pos,buy,2026-02-26 09:03:00,596.0 -25116,buy_contrast_m10_bb_pos,buy,2026-02-26 09:06:00,596.0 -25117,buy_contrast_m10_bb_pos,buy,2026-02-26 09:09:00,595.0 -25118,buy_contrast_m10_bb_pos,buy,2026-02-26 09:42:00,590.0 -25119,buy_contrast_m10_bb_pos,buy,2026-02-26 09:45:00,592.0 -25120,buy_contrast_m10_bb_pos,buy,2026-02-26 09:48:00,589.0 -25121,buy_contrast_m10_bb_pos,buy,2026-02-26 09:51:00,589.0 -25122,buy_contrast_m10_bb_pos,buy,2026-02-26 09:54:00,589.0 -25123,buy_contrast_m10_bb_pos,buy,2026-02-26 09:57:00,591.0 -25124,buy_contrast_m10_bb_pos,buy,2026-02-26 11:12:00,585.0 -25125,buy_contrast_m10_bb_pos,buy,2026-02-26 11:15:00,583.0 -25126,buy_contrast_m10_bb_pos,buy,2026-02-26 11:18:00,587.0 -25127,buy_contrast_m10_bb_pos,buy,2026-02-26 11:21:00,586.0 -25128,buy_contrast_m10_bb_pos,buy,2026-02-26 11:24:00,585.0 -25129,buy_contrast_m10_bb_pos,buy,2026-02-26 11:27:00,584.0 -25130,buy_contrast_m10_bb_pos,buy,2026-02-26 11:30:00,585.0 -25131,buy_contrast_m10_bb_pos,buy,2026-02-26 11:33:00,587.0 -25132,buy_contrast_m10_bb_pos,buy,2026-02-26 11:36:00,588.0 -25133,buy_contrast_m10_bb_pos,buy,2026-02-26 11:39:00,587.0 -25134,buy_contrast_m10_bb_pos,buy,2026-02-26 11:42:00,586.0 -25135,buy_contrast_m10_bb_pos,buy,2026-02-26 11:45:00,589.0 -25136,buy_contrast_m10_bb_pos,buy,2026-02-26 11:48:00,588.0 -25137,buy_contrast_m10_bb_pos,buy,2026-02-26 14:21:00,585.0 -25138,buy_contrast_m10_bb_pos,buy,2026-02-26 14:24:00,586.0 -25139,buy_contrast_m10_bb_pos,buy,2026-02-26 14:27:00,588.0 -25140,buy_contrast_m10_bb_pos,buy,2026-02-26 14:42:00,588.0 -25141,buy_contrast_m10_bb_pos,buy,2026-02-26 14:45:00,588.0 -25142,buy_contrast_m10_bb_pos,buy,2026-02-26 14:48:00,589.0 -25143,buy_contrast_m10_bb_pos,buy,2026-02-26 20:42:00,583.0 -25144,buy_contrast_m10_bb_pos,buy,2026-02-26 20:45:00,582.0 -25145,buy_contrast_m10_bb_pos,buy,2026-02-26 20:48:00,581.0 -25146,buy_contrast_m10_bb_pos,buy,2026-02-26 21:00:00,581.0 -25147,buy_contrast_m10_bb_pos,buy,2026-02-26 21:03:00,582.0 -25148,buy_contrast_m10_bb_pos,buy,2026-02-26 21:06:00,582.0 -25149,buy_contrast_m10_bb_pos,buy,2026-02-26 21:09:00,583.0 -25150,buy_contrast_m10_bb_pos,buy,2026-02-26 23:51:00,581.0 -25151,buy_contrast_m10_bb_pos,buy,2026-02-26 23:54:00,583.0 -25152,buy_contrast_m10_bb_pos,buy,2026-02-26 23:57:00,586.0 -25153,buy_contrast_m10_bb_pos,buy,2026-02-27 00:42:00,579.0 -25154,buy_contrast_m10_bb_pos,buy,2026-02-27 00:45:00,581.0 -25155,buy_contrast_m10_bb_pos,buy,2026-02-27 00:48:00,579.0 -25156,buy_contrast_m10_bb_pos,buy,2026-02-27 02:12:00,568.0 -25157,buy_contrast_m10_bb_pos,buy,2026-02-27 02:15:00,569.0 -25158,buy_contrast_m10_bb_pos,buy,2026-02-27 02:18:00,569.0 -25159,buy_contrast_m10_bb_pos,buy,2026-02-27 02:21:00,567.0 -25160,buy_contrast_m10_bb_pos,buy,2026-02-27 02:24:00,567.0 -25161,buy_contrast_m10_bb_pos,buy,2026-02-27 02:27:00,568.0 -25162,buy_contrast_m10_bb_pos,buy,2026-02-27 02:42:00,566.0 -25163,buy_contrast_m10_bb_pos,buy,2026-02-27 02:45:00,567.0 -25164,buy_contrast_m10_bb_pos,buy,2026-02-27 02:48:00,567.0 -25165,buy_contrast_m10_bb_pos,buy,2026-02-27 02:51:00,566.0 -25166,buy_contrast_m10_bb_pos,buy,2026-02-27 02:54:00,567.0 -25167,buy_contrast_m10_bb_pos,buy,2026-02-27 02:57:00,567.0 -25168,buy_contrast_m10_bb_pos,buy,2026-02-27 10:00:00,576.0 -25169,buy_contrast_m10_bb_pos,buy,2026-02-27 10:03:00,576.0 -25170,buy_contrast_m10_bb_pos,buy,2026-02-27 10:06:00,576.0 -25171,buy_contrast_m10_bb_pos,buy,2026-02-27 10:09:00,574.0 -25172,buy_contrast_m10_bb_pos,buy,2026-02-27 16:30:00,585.0 -25173,buy_contrast_m10_bb_pos,buy,2026-02-27 16:33:00,587.0 -25174,buy_contrast_m10_bb_pos,buy,2026-02-27 16:36:00,586.0 -25175,buy_contrast_m10_bb_pos,buy,2026-02-27 16:39:00,584.0 -25176,buy_contrast_m10_bb_pos,buy,2026-02-27 19:42:00,583.0 -25177,buy_contrast_m10_bb_pos,buy,2026-02-27 19:45:00,585.0 -25178,buy_contrast_m10_bb_pos,buy,2026-02-27 19:48:00,584.0 -25179,buy_contrast_m10_bb_pos,buy,2026-02-27 20:12:00,583.0 -25180,buy_contrast_m10_bb_pos,buy,2026-02-27 20:15:00,583.0 -25181,buy_contrast_m10_bb_pos,buy,2026-02-27 20:18:00,582.0 -25182,buy_contrast_m10_bb_pos,buy,2026-02-27 20:21:00,581.0 -25183,buy_contrast_m10_bb_pos,buy,2026-02-27 20:24:00,582.0 -25184,buy_contrast_m10_bb_pos,buy,2026-02-27 20:27:00,583.0 -25185,buy_contrast_m10_bb_pos,buy,2026-02-27 20:51:00,577.0 -25186,buy_contrast_m10_bb_pos,buy,2026-02-27 20:54:00,578.0 -25187,buy_contrast_m10_bb_pos,buy,2026-02-27 20:57:00,578.0 -25188,buy_contrast_m10_bb_pos,buy,2026-02-27 21:00:00,577.0 -25189,buy_contrast_m10_bb_pos,buy,2026-02-27 21:03:00,577.0 -25190,buy_contrast_m10_bb_pos,buy,2026-02-27 21:06:00,578.0 -25191,buy_contrast_m10_bb_pos,buy,2026-02-27 21:09:00,576.0 -25192,buy_contrast_m10_bb_pos,buy,2026-02-27 21:12:00,575.0 -25193,buy_contrast_m10_bb_pos,buy,2026-02-27 21:15:00,576.0 -25194,buy_contrast_m10_bb_pos,buy,2026-02-27 21:18:00,575.0 -25195,buy_contrast_m10_bb_pos,buy,2026-02-27 21:21:00,578.0 -25196,buy_contrast_m10_bb_pos,buy,2026-02-27 21:24:00,578.0 -25197,buy_contrast_m10_bb_pos,buy,2026-02-27 21:27:00,578.0 -25198,buy_contrast_m10_bb_pos,buy,2026-02-28 00:30:00,575.0 -25199,buy_contrast_m10_bb_pos,buy,2026-02-28 00:33:00,573.0 -25200,buy_contrast_m10_bb_pos,buy,2026-02-28 00:36:00,574.0 -25201,buy_contrast_m10_bb_pos,buy,2026-02-28 00:39:00,573.0 -25202,buy_contrast_m10_bb_pos,buy,2026-02-28 01:00:00,573.0 -25203,buy_contrast_m10_bb_pos,buy,2026-02-28 01:03:00,575.0 -25204,buy_contrast_m10_bb_pos,buy,2026-02-28 01:06:00,570.0 -25205,buy_contrast_m10_bb_pos,buy,2026-02-28 01:09:00,572.0 -25206,buy_contrast_m10_bb_pos,buy,2026-02-28 01:12:00,571.0 -25207,buy_contrast_m10_bb_pos,buy,2026-02-28 01:15:00,573.0 -25208,buy_contrast_m10_bb_pos,buy,2026-02-28 01:18:00,574.0 -25209,buy_contrast_m10_bb_pos,buy,2026-02-28 01:21:00,572.0 -25210,buy_contrast_m10_bb_pos,buy,2026-02-28 01:24:00,574.0 -25211,buy_contrast_m10_bb_pos,buy,2026-02-28 01:27:00,575.0 -25212,buy_contrast_m10_bb_pos,buy,2026-02-28 01:42:00,572.0 -25213,buy_contrast_m10_bb_pos,buy,2026-02-28 01:45:00,572.0 -25214,buy_contrast_m10_bb_pos,buy,2026-02-28 01:48:00,571.0 -25215,buy_contrast_m10_bb_pos,buy,2026-02-28 02:00:00,570.0 -25216,buy_contrast_m10_bb_pos,buy,2026-02-28 02:03:00,571.0 -25217,buy_contrast_m10_bb_pos,buy,2026-02-28 02:06:00,571.0 -25218,buy_contrast_m10_bb_pos,buy,2026-02-28 02:09:00,570.0 -25219,buy_contrast_m10_bb_pos,buy,2026-02-28 02:12:00,569.0 -25220,buy_contrast_m10_bb_pos,buy,2026-02-28 02:15:00,569.0 -25221,buy_contrast_m10_bb_pos,buy,2026-02-28 02:18:00,566.0 -25222,buy_contrast_m10_bb_pos,buy,2026-02-28 02:30:00,567.0 -25223,buy_contrast_m10_bb_pos,buy,2026-02-28 02:33:00,569.0 -25224,buy_contrast_m10_bb_pos,buy,2026-02-28 02:36:00,569.0 -25225,buy_contrast_m10_bb_pos,buy,2026-02-28 02:39:00,571.0 -25226,buy_contrast_m10_bb_pos,buy,2026-02-28 04:12:00,569.0 -25227,buy_contrast_m10_bb_pos,buy,2026-02-28 04:15:00,569.0 -25228,buy_contrast_m10_bb_pos,buy,2026-02-28 04:18:00,568.0 -25229,buy_contrast_m10_bb_pos,buy,2026-02-28 11:00:00,566.0 -25230,buy_contrast_m10_bb_pos,buy,2026-02-28 11:03:00,566.0 -25231,buy_contrast_m10_bb_pos,buy,2026-02-28 11:06:00,567.0 -25232,buy_contrast_m10_bb_pos,buy,2026-02-28 11:09:00,567.0 -25233,buy_contrast_m10_bb_pos,buy,2026-02-28 12:00:00,567.0 -25234,buy_contrast_m10_bb_pos,buy,2026-02-28 12:03:00,567.0 -25235,buy_contrast_m10_bb_pos,buy,2026-02-28 12:06:00,567.0 -25236,buy_contrast_m10_bb_pos,buy,2026-02-28 12:09:00,567.0 -25237,buy_contrast_m10_bb_pos,buy,2026-02-28 12:42:00,567.0 -25238,buy_contrast_m10_bb_pos,buy,2026-02-28 12:45:00,567.0 -25239,buy_contrast_m10_bb_pos,buy,2026-02-28 12:48:00,567.0 -25240,buy_contrast_m10_bb_pos,buy,2026-02-28 12:51:00,566.0 -25241,buy_contrast_m10_bb_pos,buy,2026-02-28 12:54:00,567.0 -25242,buy_contrast_m10_bb_pos,buy,2026-02-28 12:57:00,567.0 -25243,buy_contrast_m10_bb_pos,buy,2026-02-28 13:00:00,566.0 -25244,buy_contrast_m10_bb_pos,buy,2026-02-28 13:03:00,567.0 -25245,buy_contrast_m10_bb_pos,buy,2026-02-28 13:06:00,566.0 -25246,buy_contrast_m10_bb_pos,buy,2026-02-28 13:09:00,565.0 -25247,buy_contrast_m10_bb_pos,buy,2026-02-28 13:12:00,565.0 -25248,buy_contrast_m10_bb_pos,buy,2026-02-28 13:15:00,565.0 -25249,buy_contrast_m10_bb_pos,buy,2026-02-28 13:18:00,565.0 -25250,buy_contrast_m10_bb_pos,buy,2026-02-28 13:42:00,564.0 -25251,buy_contrast_m10_bb_pos,buy,2026-02-28 13:45:00,564.0 -25252,buy_contrast_m10_bb_pos,buy,2026-02-28 13:48:00,563.0 -25253,buy_contrast_m10_bb_pos,buy,2026-02-28 14:30:00,563.0 -25254,buy_contrast_m10_bb_pos,buy,2026-02-28 14:33:00,561.0 -25255,buy_contrast_m10_bb_pos,buy,2026-02-28 14:36:00,561.0 -25256,buy_contrast_m10_bb_pos,buy,2026-02-28 14:39:00,562.0 -25257,buy_contrast_m10_bb_pos,buy,2026-02-28 14:42:00,561.0 -25258,buy_contrast_m10_bb_pos,buy,2026-02-28 14:45:00,561.0 -25259,buy_contrast_m10_bb_pos,buy,2026-02-28 14:48:00,561.0 -25260,buy_contrast_m10_bb_pos,buy,2026-02-28 15:12:00,560.0 -25261,buy_contrast_m10_bb_pos,buy,2026-02-28 15:15:00,559.0 -25262,buy_contrast_m10_bb_pos,buy,2026-02-28 15:18:00,555.0 -25263,buy_contrast_m10_bb_pos,buy,2026-02-28 16:12:00,543.0 -25264,buy_contrast_m10_bb_pos,buy,2026-02-28 16:15:00,544.0 -25265,buy_contrast_m10_bb_pos,buy,2026-02-28 16:18:00,543.0 -25266,buy_contrast_m10_bb_pos,buy,2026-02-28 16:21:00,541.0 -25267,buy_contrast_m10_bb_pos,buy,2026-02-28 16:24:00,538.0 -25268,buy_contrast_m10_bb_pos,buy,2026-02-28 16:27:00,537.0 -25269,buy_contrast_m10_bb_pos,buy,2026-02-28 16:30:00,540.0 -25270,buy_contrast_m10_bb_pos,buy,2026-02-28 16:33:00,542.0 -25271,buy_contrast_m10_bb_pos,buy,2026-02-28 16:36:00,545.0 -25272,buy_contrast_m10_bb_pos,buy,2026-02-28 16:39:00,548.0 -25273,buy_contrast_m10_bb_pos,buy,2026-03-01 09:51:00,576.0 -25274,buy_contrast_m10_bb_pos,buy,2026-03-01 09:54:00,576.0 -25275,buy_contrast_m10_bb_pos,buy,2026-03-01 09:57:00,576.0 -25276,buy_contrast_m10_bb_pos,buy,2026-03-01 10:00:00,575.0 -25277,buy_contrast_m10_bb_pos,buy,2026-03-01 10:03:00,572.0 -25278,buy_contrast_m10_bb_pos,buy,2026-03-01 10:06:00,568.0 -25279,buy_contrast_m10_bb_pos,buy,2026-03-01 10:09:00,569.0 -25280,buy_contrast_m10_bb_pos,buy,2026-03-01 10:30:00,569.0 -25281,buy_contrast_m10_bb_pos,buy,2026-03-01 10:33:00,570.0 -25282,buy_contrast_m10_bb_pos,buy,2026-03-01 10:36:00,573.0 -25283,buy_contrast_m10_bb_pos,buy,2026-03-01 10:39:00,573.0 -25284,buy_contrast_m10_bb_pos,buy,2026-03-01 15:21:00,576.0 -25285,buy_contrast_m10_bb_pos,buy,2026-03-01 15:24:00,576.0 -25286,buy_contrast_m10_bb_pos,buy,2026-03-01 15:27:00,576.0 -25287,buy_contrast_m10_bb_pos,buy,2026-03-01 15:30:00,576.0 -25288,buy_contrast_m10_bb_pos,buy,2026-03-01 15:33:00,575.0 -25289,buy_contrast_m10_bb_pos,buy,2026-03-01 15:39:00,574.0 -25290,buy_contrast_m10_bb_pos,buy,2026-03-01 16:00:00,574.0 -25291,buy_contrast_m10_bb_pos,buy,2026-03-01 16:03:00,573.0 -25292,buy_contrast_m10_bb_pos,buy,2026-03-01 16:06:00,572.0 -25293,buy_contrast_m10_bb_pos,buy,2026-03-01 16:09:00,573.0 -25294,buy_contrast_m10_bb_pos,buy,2026-03-01 16:12:00,574.0 -25295,buy_contrast_m10_bb_pos,buy,2026-03-01 16:15:00,573.0 -25296,buy_contrast_m10_bb_pos,buy,2026-03-01 16:18:00,573.0 -25297,buy_contrast_m10_bb_pos,buy,2026-03-01 17:42:00,570.0 -25298,buy_contrast_m10_bb_pos,buy,2026-03-01 17:45:00,571.0 -25299,buy_contrast_m10_bb_pos,buy,2026-03-01 17:48:00,569.0 -25300,buy_contrast_m10_bb_pos,buy,2026-03-01 17:51:00,569.0 -25301,buy_contrast_m10_bb_pos,buy,2026-03-01 17:54:00,565.0 -25302,buy_contrast_m10_bb_pos,buy,2026-03-01 17:57:00,566.0 -25303,buy_contrast_m10_bb_pos,buy,2026-03-01 18:12:00,569.0 -25304,buy_contrast_m10_bb_pos,buy,2026-03-01 18:15:00,569.0 -25305,buy_contrast_m10_bb_pos,buy,2026-03-01 18:18:00,570.0 -25306,buy_contrast_m10_bb_pos,buy,2026-03-01 19:00:00,565.0 -25307,buy_contrast_m10_bb_pos,buy,2026-03-01 19:03:00,565.0 -25308,buy_contrast_m10_bb_pos,buy,2026-03-01 19:06:00,565.0 -25309,buy_contrast_m10_bb_pos,buy,2026-03-01 19:09:00,565.0 -25310,buy_contrast_m10_bb_pos,buy,2026-03-01 19:12:00,565.0 -25311,buy_contrast_m10_bb_pos,buy,2026-03-01 19:15:00,566.0 -25312,buy_contrast_m10_bb_pos,buy,2026-03-01 19:18:00,565.0 -25313,buy_contrast_m10_bb_pos,buy,2026-03-01 19:21:00,565.0 -25314,buy_contrast_m10_bb_pos,buy,2026-03-01 19:24:00,566.0 -25315,buy_contrast_m10_bb_pos,buy,2026-03-01 19:27:00,566.0 -25316,buy_contrast_m10_bb_pos,buy,2026-03-01 21:42:00,564.0 -25317,buy_contrast_m10_bb_pos,buy,2026-03-01 21:45:00,564.0 -25318,buy_contrast_m10_bb_pos,buy,2026-03-01 21:48:00,563.0 -25319,buy_contrast_m10_bb_pos,buy,2026-03-01 22:21:00,560.0 -25320,buy_contrast_m10_bb_pos,buy,2026-03-01 22:24:00,561.0 -25321,buy_contrast_m10_bb_pos,buy,2026-03-01 22:27:00,562.0 -25322,buy_contrast_m10_bb_pos,buy,2026-03-02 01:51:00,559.0 -25323,buy_contrast_m10_bb_pos,buy,2026-03-02 01:54:00,563.0 -25324,buy_contrast_m10_bb_pos,buy,2026-03-02 01:57:00,564.0 -25325,buy_contrast_m10_bb_pos,buy,2026-03-02 02:00:00,563.0 -25326,buy_contrast_m10_bb_pos,buy,2026-03-02 02:03:00,563.0 -25327,buy_contrast_m10_bb_pos,buy,2026-03-02 02:06:00,563.0 -25328,buy_contrast_m10_bb_pos,buy,2026-03-02 02:09:00,564.0 -25329,buy_contrast_m10_bb_pos,buy,2026-03-02 02:12:00,562.0 -25330,buy_contrast_m10_bb_pos,buy,2026-03-02 02:15:00,562.0 -25331,buy_contrast_m10_bb_pos,buy,2026-03-02 02:18:00,559.0 -25332,buy_contrast_m10_bb_pos,buy,2026-03-02 02:30:00,561.0 -25333,buy_contrast_m10_bb_pos,buy,2026-03-02 02:33:00,561.0 -25334,buy_contrast_m10_bb_pos,buy,2026-03-02 02:36:00,561.0 -25335,buy_contrast_m10_bb_pos,buy,2026-03-02 02:39:00,562.0 -25336,buy_contrast_m10_bb_pos,buy,2026-03-02 02:42:00,562.0 -25337,buy_contrast_m10_bb_pos,buy,2026-03-02 02:45:00,561.0 -25338,buy_contrast_m10_bb_pos,buy,2026-03-02 02:48:00,563.0 -25339,buy_contrast_m10_bb_pos,buy,2026-03-02 03:00:00,560.0 -25340,buy_contrast_m10_bb_pos,buy,2026-03-02 03:03:00,560.0 -25341,buy_contrast_m10_bb_pos,buy,2026-03-02 03:06:00,565.0 -25342,buy_contrast_m10_bb_pos,buy,2026-03-02 03:09:00,567.0 -25343,buy_contrast_m10_bb_pos,buy,2026-03-02 05:51:00,552.0 -25344,buy_contrast_m10_bb_pos,buy,2026-03-02 05:54:00,552.0 -25345,buy_contrast_m10_bb_pos,buy,2026-03-02 05:57:00,552.0 -25346,buy_contrast_m10_bb_pos,buy,2026-03-02 15:12:00,565.0 -25347,buy_contrast_m10_bb_pos,buy,2026-03-02 15:15:00,565.0 -25348,buy_contrast_m10_bb_pos,buy,2026-03-02 15:18:00,561.0 -25349,buy_contrast_m10_bb_pos,buy,2026-03-02 15:30:00,562.0 -25350,buy_contrast_m10_bb_pos,buy,2026-03-02 15:33:00,563.0 -25351,buy_contrast_m10_bb_pos,buy,2026-03-02 15:36:00,562.0 -25352,buy_contrast_m10_bb_pos,buy,2026-03-02 15:39:00,562.0 -25353,buy_contrast_m10_bb_pos,buy,2026-03-02 15:42:00,561.0 -25354,buy_contrast_m10_bb_pos,buy,2026-03-02 15:45:00,560.0 -25355,buy_contrast_m10_bb_pos,buy,2026-03-02 15:48:00,560.0 -25356,buy_contrast_m10_bb_pos,buy,2026-03-02 16:00:00,560.0 -25357,buy_contrast_m10_bb_pos,buy,2026-03-02 16:03:00,560.0 -25358,buy_contrast_m10_bb_pos,buy,2026-03-02 16:06:00,559.0 -25359,buy_contrast_m10_bb_pos,buy,2026-03-02 16:09:00,557.0 -25360,buy_contrast_m10_bb_pos,buy,2026-03-02 16:21:00,556.0 -25361,buy_contrast_m10_bb_pos,buy,2026-03-02 16:24:00,559.0 -25362,buy_contrast_m10_bb_pos,buy,2026-03-02 16:27:00,559.0 -25363,buy_contrast_m10_bb_pos,buy,2026-03-02 22:51:00,561.0 -25364,buy_contrast_m10_bb_pos,buy,2026-03-02 22:54:00,562.0 -25365,buy_contrast_m10_bb_pos,buy,2026-03-02 22:57:00,562.0 -25366,buy_contrast_m10_bb_pos,buy,2026-03-03 05:42:00,595.0 -25367,buy_contrast_m10_bb_pos,buy,2026-03-03 05:45:00,596.0 -25368,buy_contrast_m10_bb_pos,buy,2026-03-03 05:48:00,596.0 -25369,buy_contrast_m10_bb_pos,buy,2026-03-03 05:51:00,594.0 -25370,buy_contrast_m10_bb_pos,buy,2026-03-03 05:54:00,596.0 -25371,buy_contrast_m10_bb_pos,buy,2026-03-03 05:57:00,595.0 -25372,buy_contrast_m10_bb_pos,buy,2026-03-03 06:21:00,590.0 -25373,buy_contrast_m10_bb_pos,buy,2026-03-03 06:24:00,590.0 -25374,buy_contrast_m10_bb_pos,buy,2026-03-03 06:27:00,590.0 -25375,buy_contrast_m10_bb_pos,buy,2026-03-03 06:30:00,592.0 -25376,buy_contrast_m10_bb_pos,buy,2026-03-03 06:33:00,592.0 -25377,buy_contrast_m10_bb_pos,buy,2026-03-03 06:36:00,592.0 -25378,buy_contrast_m10_bb_pos,buy,2026-03-03 06:39:00,593.0 -25379,buy_contrast_m10_bb_pos,buy,2026-03-03 08:42:00,590.0 -25380,buy_contrast_m10_bb_pos,buy,2026-03-03 08:45:00,589.0 -25381,buy_contrast_m10_bb_pos,buy,2026-03-03 08:48:00,591.0 -25382,buy_contrast_m10_bb_pos,buy,2026-03-03 09:21:00,590.0 -25383,buy_contrast_m10_bb_pos,buy,2026-03-03 09:24:00,589.0 -25384,buy_contrast_m10_bb_pos,buy,2026-03-03 09:27:00,590.0 -25385,buy_contrast_m10_bb_pos,buy,2026-03-03 09:51:00,589.0 -25386,buy_contrast_m10_bb_pos,buy,2026-03-03 09:54:00,591.0 -25387,buy_contrast_m10_bb_pos,buy,2026-03-03 09:57:00,589.0 -25388,buy_contrast_m10_bb_pos,buy,2026-03-03 10:30:00,587.0 -25389,buy_contrast_m10_bb_pos,buy,2026-03-03 10:33:00,586.0 -25390,buy_contrast_m10_bb_pos,buy,2026-03-03 10:36:00,588.0 -25391,buy_contrast_m10_bb_pos,buy,2026-03-03 10:39:00,587.0 -25392,buy_contrast_m10_bb_pos,buy,2026-03-03 10:42:00,588.0 -25393,buy_contrast_m10_bb_pos,buy,2026-03-03 10:45:00,588.0 -25394,buy_contrast_m10_bb_pos,buy,2026-03-03 10:48:00,587.0 -25395,buy_contrast_m10_bb_pos,buy,2026-03-03 10:51:00,586.0 -25396,buy_contrast_m10_bb_pos,buy,2026-03-03 10:54:00,587.0 -25397,buy_contrast_m10_bb_pos,buy,2026-03-03 10:57:00,586.0 -25398,buy_contrast_m10_bb_pos,buy,2026-03-03 11:30:00,584.0 -25399,buy_contrast_m10_bb_pos,buy,2026-03-03 11:33:00,586.0 -25400,buy_contrast_m10_bb_pos,buy,2026-03-03 11:36:00,586.0 -25401,buy_contrast_m10_bb_pos,buy,2026-03-03 11:39:00,587.0 -25402,buy_contrast_m10_bb_pos,buy,2026-03-03 14:51:00,583.0 -25403,buy_contrast_m10_bb_pos,buy,2026-03-03 14:54:00,584.0 -25404,buy_contrast_m10_bb_pos,buy,2026-03-03 14:57:00,583.0 -25405,buy_contrast_m10_bb_pos,buy,2026-03-03 16:00:00,580.0 -25406,buy_contrast_m10_bb_pos,buy,2026-03-03 16:03:00,580.0 -25407,buy_contrast_m10_bb_pos,buy,2026-03-03 16:06:00,582.0 -25408,buy_contrast_m10_bb_pos,buy,2026-03-03 16:09:00,581.0 -25409,buy_contrast_m10_bb_pos,buy,2026-03-03 16:12:00,582.0 -25410,buy_contrast_m10_bb_pos,buy,2026-03-03 16:15:00,584.0 -25411,buy_contrast_m10_bb_pos,buy,2026-03-03 16:18:00,585.0 -25412,buy_contrast_m10_bb_pos,buy,2026-03-03 18:00:00,578.0 -25413,buy_contrast_m10_bb_pos,buy,2026-03-03 18:03:00,580.0 -25414,buy_contrast_m10_bb_pos,buy,2026-03-03 18:06:00,581.0 -25415,buy_contrast_m10_bb_pos,buy,2026-03-03 18:09:00,583.0 -25416,buy_contrast_m10_bb_pos,buy,2026-03-03 18:42:00,576.0 -25417,buy_contrast_m10_bb_pos,buy,2026-03-03 18:45:00,577.0 -25418,buy_contrast_m10_bb_pos,buy,2026-03-03 18:48:00,576.0 -25419,buy_contrast_m10_bb_pos,buy,2026-03-03 18:51:00,575.0 -25420,buy_contrast_m10_bb_pos,buy,2026-03-03 18:54:00,575.0 -25421,buy_contrast_m10_bb_pos,buy,2026-03-03 18:57:00,575.0 -25422,buy_contrast_m10_bb_pos,buy,2026-03-03 19:00:00,575.0 -25423,buy_contrast_m10_bb_pos,buy,2026-03-03 19:03:00,575.0 -25424,buy_contrast_m10_bb_pos,buy,2026-03-03 19:06:00,574.0 -25425,buy_contrast_m10_bb_pos,buy,2026-03-03 19:09:00,574.0 -25426,buy_contrast_m10_bb_pos,buy,2026-03-03 19:21:00,574.0 -25427,buy_contrast_m10_bb_pos,buy,2026-03-03 19:24:00,575.0 -25428,buy_contrast_m10_bb_pos,buy,2026-03-03 19:27:00,575.0 -25429,buy_contrast_m10_bb_pos,buy,2026-03-03 22:51:00,574.0 -25430,buy_contrast_m10_bb_pos,buy,2026-03-03 22:54:00,574.0 -25431,buy_contrast_m10_bb_pos,buy,2026-03-03 22:57:00,573.0 -25432,buy_contrast_m10_bb_pos,buy,2026-03-03 23:00:00,574.0 -25433,buy_contrast_m10_bb_pos,buy,2026-03-03 23:03:00,574.0 -25434,buy_contrast_m10_bb_pos,buy,2026-03-03 23:06:00,575.0 -25435,buy_contrast_m10_bb_pos,buy,2026-03-03 23:09:00,576.0 -25436,buy_contrast_m10_bb_pos,buy,2026-03-04 05:51:00,576.0 -25437,buy_contrast_m10_bb_pos,buy,2026-03-04 05:54:00,575.0 -25438,buy_contrast_m10_bb_pos,buy,2026-03-04 06:12:00,574.0 -25439,buy_contrast_m10_bb_pos,buy,2026-03-04 06:15:00,573.0 -25440,buy_contrast_m10_bb_pos,buy,2026-03-04 06:18:00,572.0 -25441,buy_contrast_m10_bb_pos,buy,2026-03-04 06:21:00,573.0 -25442,buy_contrast_m10_bb_pos,buy,2026-03-04 06:24:00,573.0 -25443,buy_contrast_m10_bb_pos,buy,2026-03-04 06:27:00,572.0 -25444,buy_contrast_m10_bb_pos,buy,2026-03-04 06:30:00,572.0 -25445,buy_contrast_m10_bb_pos,buy,2026-03-04 06:33:00,572.0 -25446,buy_contrast_m10_bb_pos,buy,2026-03-04 06:36:00,573.0 -25447,buy_contrast_m10_bb_pos,buy,2026-03-04 06:39:00,572.0 -25448,buy_contrast_m10_bb_pos,buy,2026-03-04 06:42:00,573.0 -25449,buy_contrast_m10_bb_pos,buy,2026-03-04 06:45:00,573.0 -25450,buy_contrast_m10_bb_pos,buy,2026-03-04 06:48:00,574.0 -25451,buy_contrast_m10_bb_pos,buy,2026-03-04 11:12:00,573.0 -25452,buy_contrast_m10_bb_pos,buy,2026-03-04 11:15:00,572.0 -25453,buy_contrast_m10_bb_pos,buy,2026-03-04 11:18:00,572.0 -25454,buy_contrast_m10_bb_pos,buy,2026-03-04 11:21:00,573.0 -25455,buy_contrast_m10_bb_pos,buy,2026-03-04 11:24:00,574.0 -25456,buy_contrast_m10_bb_pos,buy,2026-03-04 11:27:00,572.0 -25457,buy_contrast_m10_bb_pos,buy,2026-03-04 13:00:00,570.0 -25458,buy_contrast_m10_bb_pos,buy,2026-03-04 13:03:00,570.0 -25459,buy_contrast_m10_bb_pos,buy,2026-03-04 13:06:00,569.0 -25460,buy_contrast_m10_bb_pos,buy,2026-03-04 13:09:00,568.0 -25461,buy_contrast_m10_bb_pos,buy,2026-03-04 13:21:00,569.0 -25462,buy_contrast_m10_bb_pos,buy,2026-03-04 13:24:00,568.0 -25463,buy_contrast_m10_bb_pos,buy,2026-03-04 13:27:00,569.0 -25464,buy_contrast_m10_bb_pos,buy,2026-03-04 13:30:00,568.0 -25465,buy_contrast_m10_bb_pos,buy,2026-03-04 13:33:00,569.0 -25466,buy_contrast_m10_bb_pos,buy,2026-03-04 13:36:00,568.0 -25467,buy_contrast_m10_bb_pos,buy,2026-03-04 13:39:00,568.0 -25468,buy_contrast_m10_bb_pos,buy,2026-03-04 13:42:00,568.0 -25469,buy_contrast_m10_bb_pos,buy,2026-03-04 13:45:00,568.0 -25470,buy_contrast_m10_bb_pos,buy,2026-03-04 13:48:00,569.0 -25471,buy_contrast_m10_bb_pos,buy,2026-03-04 15:30:00,567.0 -25472,buy_contrast_m10_bb_pos,buy,2026-03-04 15:33:00,568.0 -25473,buy_contrast_m10_bb_pos,buy,2026-03-04 15:36:00,571.0 -25474,buy_contrast_m10_bb_pos,buy,2026-03-04 15:39:00,571.0 -25475,buy_contrast_m10_bb_pos,buy,2026-03-04 16:21:00,567.0 -25476,buy_contrast_m10_bb_pos,buy,2026-03-04 16:24:00,569.0 -25477,buy_contrast_m10_bb_pos,buy,2026-03-04 16:27:00,570.0 -25478,buy_contrast_m10_bb_pos,buy,2026-03-05 03:21:00,612.0 -25479,buy_contrast_m10_bb_pos,buy,2026-03-05 03:24:00,612.0 -25480,buy_contrast_m10_bb_pos,buy,2026-03-05 03:27:00,611.0 -25481,buy_contrast_m10_bb_pos,buy,2026-03-05 07:51:00,613.0 -25482,buy_contrast_m10_bb_pos,buy,2026-03-05 07:54:00,612.0 -25483,buy_contrast_m10_bb_pos,buy,2026-03-05 07:57:00,608.0 -25484,buy_contrast_m10_bb_pos,buy,2026-03-05 08:42:00,608.0 -25485,buy_contrast_m10_bb_pos,buy,2026-03-05 08:45:00,609.0 -25486,buy_contrast_m10_bb_pos,buy,2026-03-05 08:48:00,609.0 -25487,buy_contrast_m10_bb_pos,buy,2026-03-05 09:12:00,607.0 -25488,buy_contrast_m10_bb_pos,buy,2026-03-05 09:15:00,606.0 -25489,buy_contrast_m10_bb_pos,buy,2026-03-05 09:18:00,608.0 -25490,buy_contrast_m10_bb_pos,buy,2026-03-05 10:51:00,603.0 -25491,buy_contrast_m10_bb_pos,buy,2026-03-05 10:54:00,603.0 -25492,buy_contrast_m10_bb_pos,buy,2026-03-05 10:57:00,603.0 -25493,buy_contrast_m10_bb_pos,buy,2026-03-05 11:42:00,602.0 -25494,buy_contrast_m10_bb_pos,buy,2026-03-05 11:45:00,603.0 -25495,buy_contrast_m10_bb_pos,buy,2026-03-05 11:48:00,605.0 -25496,buy_contrast_m10_bb_pos,buy,2026-03-05 12:42:00,603.0 -25497,buy_contrast_m10_bb_pos,buy,2026-03-05 12:45:00,602.0 -25498,buy_contrast_m10_bb_pos,buy,2026-03-05 12:48:00,602.0 -25499,buy_contrast_m10_bb_pos,buy,2026-03-05 15:12:00,603.0 -25500,buy_contrast_m10_bb_pos,buy,2026-03-05 15:15:00,604.0 -25501,buy_contrast_m10_bb_pos,buy,2026-03-05 15:18:00,603.0 -25502,buy_contrast_m10_bb_pos,buy,2026-03-05 16:42:00,604.0 -25503,buy_contrast_m10_bb_pos,buy,2026-03-05 16:45:00,604.0 -25504,buy_contrast_m10_bb_pos,buy,2026-03-05 16:48:00,604.0 -25505,buy_contrast_m10_bb_pos,buy,2026-03-05 16:51:00,603.0 -25506,buy_contrast_m10_bb_pos,buy,2026-03-05 16:54:00,601.0 -25507,buy_contrast_m10_bb_pos,buy,2026-03-05 16:57:00,601.0 -25508,buy_contrast_m10_bb_pos,buy,2026-03-05 17:00:00,603.0 -25509,buy_contrast_m10_bb_pos,buy,2026-03-05 17:03:00,603.0 -25510,buy_contrast_m10_bb_pos,buy,2026-03-05 17:06:00,602.0 -25511,buy_contrast_m10_bb_pos,buy,2026-03-05 17:09:00,603.0 -25512,buy_contrast_m10_bb_pos,buy,2026-03-05 23:00:00,605.0 -25513,buy_contrast_m10_bb_pos,buy,2026-03-05 23:03:00,606.0 -25514,buy_contrast_m10_bb_pos,buy,2026-03-05 23:06:00,607.0 -25515,buy_contrast_m10_bb_pos,buy,2026-03-05 23:09:00,604.0 -25516,buy_contrast_m10_bb_pos,buy,2026-03-06 00:12:00,604.0 -25517,buy_contrast_m10_bb_pos,buy,2026-03-06 00:15:00,606.0 -25518,buy_contrast_m10_bb_pos,buy,2026-03-06 00:18:00,604.0 -25519,buy_contrast_m10_bb_pos,buy,2026-03-06 01:21:00,595.0 -25520,buy_contrast_m10_bb_pos,buy,2026-03-06 01:24:00,597.0 -25521,buy_contrast_m10_bb_pos,buy,2026-03-06 01:27:00,597.0 -25522,buy_contrast_m10_bb_pos,buy,2026-03-06 01:30:00,597.0 -25523,buy_contrast_m10_bb_pos,buy,2026-03-06 01:33:00,599.0 -25524,buy_contrast_m10_bb_pos,buy,2026-03-06 01:36:00,600.0 -25525,buy_contrast_m10_bb_pos,buy,2026-03-06 01:39:00,601.0 -25526,buy_contrast_m10_bb_pos,buy,2026-03-06 02:12:00,596.0 -25527,buy_contrast_m10_bb_pos,buy,2026-03-06 02:15:00,594.0 -25528,buy_contrast_m10_bb_pos,buy,2026-03-06 02:18:00,595.0 -25529,buy_contrast_m10_bb_pos,buy,2026-03-06 02:21:00,594.0 -25530,buy_contrast_m10_bb_pos,buy,2026-03-06 02:24:00,595.0 -25531,buy_contrast_m10_bb_pos,buy,2026-03-06 02:27:00,593.0 -25532,buy_contrast_m10_bb_pos,buy,2026-03-06 02:30:00,593.0 -25533,buy_contrast_m10_bb_pos,buy,2026-03-06 02:33:00,592.0 -25534,buy_contrast_m10_bb_pos,buy,2026-03-06 02:36:00,593.0 -25535,buy_contrast_m10_bb_pos,buy,2026-03-06 02:39:00,593.0 -25536,buy_contrast_m10_bb_pos,buy,2026-03-06 08:12:00,602.0 -25537,buy_contrast_m10_bb_pos,buy,2026-03-06 08:15:00,601.0 -25538,buy_contrast_m10_bb_pos,buy,2026-03-06 08:18:00,602.0 -25539,buy_contrast_m10_bb_pos,buy,2026-03-06 08:42:00,599.0 -25540,buy_contrast_m10_bb_pos,buy,2026-03-06 08:45:00,599.0 -25541,buy_contrast_m10_bb_pos,buy,2026-03-06 08:48:00,598.0 -25542,buy_contrast_m10_bb_pos,buy,2026-03-06 09:00:00,599.0 -25543,buy_contrast_m10_bb_pos,buy,2026-03-06 09:03:00,598.0 -25544,buy_contrast_m10_bb_pos,buy,2026-03-06 09:06:00,599.0 -25545,buy_contrast_m10_bb_pos,buy,2026-03-06 09:09:00,598.0 -25546,buy_contrast_m10_bb_pos,buy,2026-03-06 09:12:00,598.0 -25547,buy_contrast_m10_bb_pos,buy,2026-03-06 09:15:00,598.0 -25548,buy_contrast_m10_bb_pos,buy,2026-03-06 09:18:00,598.0 -25549,buy_contrast_m10_bb_pos,buy,2026-03-06 10:21:00,597.0 -25550,buy_contrast_m10_bb_pos,buy,2026-03-06 10:24:00,597.0 -25551,buy_contrast_m10_bb_pos,buy,2026-03-06 10:27:00,595.0 -25552,buy_contrast_m10_bb_pos,buy,2026-03-06 12:00:00,596.0 -25553,buy_contrast_m10_bb_pos,buy,2026-03-06 12:03:00,597.0 -25554,buy_contrast_m10_bb_pos,buy,2026-03-06 12:06:00,597.0 -25555,buy_contrast_m10_bb_pos,buy,2026-03-06 12:09:00,596.0 -25556,buy_contrast_m10_bb_pos,buy,2026-03-06 12:12:00,596.0 -25557,buy_contrast_m10_bb_pos,buy,2026-03-06 12:15:00,595.0 -25558,buy_contrast_m10_bb_pos,buy,2026-03-06 12:18:00,594.0 -25559,buy_contrast_m10_bb_pos,buy,2026-03-06 14:12:00,594.0 -25560,buy_contrast_m10_bb_pos,buy,2026-03-06 14:15:00,595.0 -25561,buy_contrast_m10_bb_pos,buy,2026-03-06 14:18:00,597.0 -25562,buy_contrast_m10_bb_pos,buy,2026-03-06 14:30:00,594.0 -25563,buy_contrast_m10_bb_pos,buy,2026-03-06 14:33:00,593.0 -25564,buy_contrast_m10_bb_pos,buy,2026-03-06 14:36:00,592.0 -25565,buy_contrast_m10_bb_pos,buy,2026-03-06 14:39:00,593.0 -25566,buy_contrast_m10_bb_pos,buy,2026-03-06 14:51:00,593.0 -25567,buy_contrast_m10_bb_pos,buy,2026-03-06 14:54:00,594.0 -25568,buy_contrast_m10_bb_pos,buy,2026-03-06 14:57:00,595.0 -25569,buy_contrast_m10_bb_pos,buy,2026-03-06 18:12:00,592.0 -25570,buy_contrast_m10_bb_pos,buy,2026-03-06 18:15:00,592.0 -25571,buy_contrast_m10_bb_pos,buy,2026-03-06 18:18:00,591.0 -25572,buy_contrast_m10_bb_pos,buy,2026-03-06 18:51:00,590.0 -25573,buy_contrast_m10_bb_pos,buy,2026-03-06 18:54:00,590.0 -25574,buy_contrast_m10_bb_pos,buy,2026-03-06 18:57:00,591.0 -25575,buy_contrast_m10_bb_pos,buy,2026-03-06 20:51:00,588.0 -25576,buy_contrast_m10_bb_pos,buy,2026-03-06 20:54:00,588.0 -25577,buy_contrast_m10_bb_pos,buy,2026-03-06 20:57:00,588.0 -25578,buy_contrast_m10_bb_pos,buy,2026-03-06 21:00:00,588.0 -25579,buy_contrast_m10_bb_pos,buy,2026-03-06 21:03:00,588.0 -25580,buy_contrast_m10_bb_pos,buy,2026-03-06 21:06:00,588.0 -25581,buy_contrast_m10_bb_pos,buy,2026-03-06 21:09:00,586.0 -25582,buy_contrast_m10_bb_pos,buy,2026-03-06 21:42:00,587.0 -25583,buy_contrast_m10_bb_pos,buy,2026-03-06 21:45:00,585.0 -25584,buy_contrast_m10_bb_pos,buy,2026-03-06 21:48:00,585.0 -25585,buy_contrast_m10_bb_pos,buy,2026-03-06 21:51:00,587.0 -25586,buy_contrast_m10_bb_pos,buy,2026-03-06 21:54:00,588.0 -25587,buy_contrast_m10_bb_pos,buy,2026-03-06 21:57:00,588.0 -25588,buy_contrast_m10_bb_pos,buy,2026-03-07 00:00:00,573.0 -25589,buy_contrast_m10_bb_pos,buy,2026-03-07 00:03:00,574.0 -25590,buy_contrast_m10_bb_pos,buy,2026-03-07 00:06:00,575.0 -25591,buy_contrast_m10_bb_pos,buy,2026-03-07 00:09:00,575.0 -25592,buy_contrast_m10_bb_pos,buy,2026-03-07 00:12:00,574.0 -25593,buy_contrast_m10_bb_pos,buy,2026-03-07 00:15:00,574.0 -25594,buy_contrast_m10_bb_pos,buy,2026-03-07 00:18:00,575.0 -25595,buy_contrast_m10_bb_pos,buy,2026-03-07 00:30:00,572.0 -25596,buy_contrast_m10_bb_pos,buy,2026-03-07 00:33:00,573.0 -25597,buy_contrast_m10_bb_pos,buy,2026-03-07 00:36:00,574.0 -25598,buy_contrast_m10_bb_pos,buy,2026-03-07 00:39:00,574.0 -25599,buy_contrast_m10_bb_pos,buy,2026-03-07 00:51:00,567.0 -25600,buy_contrast_m10_bb_pos,buy,2026-03-07 00:54:00,567.0 -25601,buy_contrast_m10_bb_pos,buy,2026-03-07 00:57:00,569.0 -25602,buy_contrast_m10_bb_pos,buy,2026-03-07 01:00:00,568.0 -25603,buy_contrast_m10_bb_pos,buy,2026-03-07 01:03:00,566.0 -25604,buy_contrast_m10_bb_pos,buy,2026-03-07 01:06:00,568.0 -25605,buy_contrast_m10_bb_pos,buy,2026-03-07 01:09:00,568.0 -25606,buy_contrast_m10_bb_pos,buy,2026-03-07 01:12:00,567.0 -25607,buy_contrast_m10_bb_pos,buy,2026-03-07 01:15:00,567.0 -25608,buy_contrast_m10_bb_pos,buy,2026-03-07 01:18:00,569.0 -25609,buy_contrast_m10_bb_pos,buy,2026-03-07 02:42:00,566.0 -25610,buy_contrast_m10_bb_pos,buy,2026-03-07 02:45:00,565.0 -25611,buy_contrast_m10_bb_pos,buy,2026-03-07 02:48:00,566.0 -25612,buy_contrast_m10_bb_pos,buy,2026-03-07 11:30:00,573.0 -25613,buy_contrast_m10_bb_pos,buy,2026-03-07 11:33:00,573.0 -25614,buy_contrast_m10_bb_pos,buy,2026-03-07 11:36:00,572.0 -25615,buy_contrast_m10_bb_pos,buy,2026-03-07 11:39:00,573.0 -25616,buy_contrast_m10_bb_pos,buy,2026-03-07 11:42:00,573.0 -25617,buy_contrast_m10_bb_pos,buy,2026-03-07 11:45:00,572.0 -25618,buy_contrast_m10_bb_pos,buy,2026-03-07 11:48:00,572.0 -25619,buy_contrast_m10_bb_pos,buy,2026-03-07 12:00:00,572.0 -25620,buy_contrast_m10_bb_pos,buy,2026-03-07 12:03:00,573.0 -25621,buy_contrast_m10_bb_pos,buy,2026-03-07 12:06:00,573.0 -25622,buy_contrast_m10_bb_pos,buy,2026-03-07 12:09:00,572.0 -25623,buy_contrast_m10_bb_pos,buy,2026-03-07 12:12:00,572.0 -25624,buy_contrast_m10_bb_pos,buy,2026-03-07 12:15:00,575.0 -25625,buy_contrast_m10_bb_pos,buy,2026-03-07 12:18:00,575.0 -25626,buy_contrast_m10_bb_pos,buy,2026-03-07 13:21:00,571.0 -25627,buy_contrast_m10_bb_pos,buy,2026-03-07 13:24:00,572.0 -25628,buy_contrast_m10_bb_pos,buy,2026-03-07 13:27:00,572.0 -25629,buy_contrast_m10_bb_pos,buy,2026-03-07 15:30:00,571.0 -25630,buy_contrast_m10_bb_pos,buy,2026-03-07 15:33:00,571.0 -25631,buy_contrast_m10_bb_pos,buy,2026-03-07 15:36:00,571.0 -25632,buy_contrast_m10_bb_pos,buy,2026-03-07 15:39:00,571.0 -25633,buy_contrast_m10_bb_pos,buy,2026-03-07 15:42:00,571.0 -25634,buy_contrast_m10_bb_pos,buy,2026-03-07 15:45:00,571.0 -25635,buy_contrast_m10_bb_pos,buy,2026-03-07 15:48:00,571.0 -25636,buy_contrast_m10_bb_pos,buy,2026-03-07 15:51:00,570.0 -25637,buy_contrast_m10_bb_pos,buy,2026-03-07 15:54:00,569.0 -25638,buy_contrast_m10_bb_pos,buy,2026-03-07 15:57:00,569.0 -25639,buy_contrast_m10_bb_pos,buy,2026-03-07 16:00:00,570.0 -25640,buy_contrast_m10_bb_pos,buy,2026-03-07 16:03:00,569.0 -25641,buy_contrast_m10_bb_pos,buy,2026-03-07 16:06:00,569.0 -25642,buy_contrast_m10_bb_pos,buy,2026-03-07 16:09:00,568.0 -25643,buy_contrast_m10_bb_pos,buy,2026-03-07 16:12:00,570.0 -25644,buy_contrast_m10_bb_pos,buy,2026-03-07 16:15:00,570.0 -25645,buy_contrast_m10_bb_pos,buy,2026-03-07 16:18:00,569.0 -25646,buy_contrast_m10_bb_pos,buy,2026-03-07 16:21:00,570.0 -25647,buy_contrast_m10_bb_pos,buy,2026-03-07 16:24:00,570.0 -25648,buy_contrast_m10_bb_pos,buy,2026-03-07 16:27:00,571.0 -25649,buy_contrast_m10_bb_pos,buy,2026-03-07 18:12:00,571.0 -25650,buy_contrast_m10_bb_pos,buy,2026-03-07 18:15:00,571.0 -25651,buy_contrast_m10_bb_pos,buy,2026-03-07 18:18:00,571.0 -25652,buy_contrast_m10_bb_pos,buy,2026-03-07 22:21:00,568.0 -25653,buy_contrast_m10_bb_pos,buy,2026-03-07 22:24:00,569.0 -25654,buy_contrast_m10_bb_pos,buy,2026-03-07 22:27:00,568.0 -25655,buy_contrast_m10_bb_pos,buy,2026-03-07 22:30:00,569.0 -25656,buy_contrast_m10_bb_pos,buy,2026-03-07 22:33:00,569.0 -25657,buy_contrast_m10_bb_pos,buy,2026-03-07 22:36:00,570.0 -25658,buy_contrast_m10_bb_pos,buy,2026-03-07 22:39:00,569.0 -25659,buy_contrast_m10_bb_pos,buy,2026-03-07 22:42:00,570.0 -25660,buy_contrast_m10_bb_pos,buy,2026-03-07 22:45:00,569.0 -25661,buy_contrast_m10_bb_pos,buy,2026-03-07 22:48:00,570.0 -25662,buy_contrast_m10_bb_pos,buy,2026-03-07 23:30:00,567.0 -25663,buy_contrast_m10_bb_pos,buy,2026-03-07 23:33:00,568.0 -25664,buy_contrast_m10_bb_pos,buy,2026-03-07 23:36:00,568.0 -25665,buy_contrast_m10_bb_pos,buy,2026-03-07 23:39:00,569.0 -25666,buy_contrast_m10_bb_pos,buy,2026-03-08 00:21:00,567.0 -25667,buy_contrast_m10_bb_pos,buy,2026-03-08 00:24:00,568.0 -25668,buy_contrast_m10_bb_pos,buy,2026-03-08 00:27:00,567.0 -25669,buy_contrast_m10_bb_pos,buy,2026-03-08 00:51:00,564.0 -25670,buy_contrast_m10_bb_pos,buy,2026-03-08 00:54:00,564.0 -25671,buy_contrast_m10_bb_pos,buy,2026-03-08 00:57:00,565.0 -25672,buy_contrast_m10_bb_pos,buy,2026-03-08 01:00:00,565.0 -25673,buy_contrast_m10_bb_pos,buy,2026-03-08 01:03:00,565.0 -25674,buy_contrast_m10_bb_pos,buy,2026-03-08 01:06:00,565.0 -25675,buy_contrast_m10_bb_pos,buy,2026-03-08 01:09:00,565.0 -25676,buy_contrast_m10_bb_pos,buy,2026-03-08 01:12:00,564.0 -25677,buy_contrast_m10_bb_pos,buy,2026-03-08 01:15:00,565.0 -25678,buy_contrast_m10_bb_pos,buy,2026-03-08 01:18:00,564.0 -25679,buy_contrast_m10_bb_pos,buy,2026-03-08 01:21:00,563.0 -25680,buy_contrast_m10_bb_pos,buy,2026-03-08 01:24:00,564.0 -25681,buy_contrast_m10_bb_pos,buy,2026-03-08 01:27:00,564.0 -25682,buy_contrast_m10_bb_pos,buy,2026-03-08 01:30:00,564.0 -25683,buy_contrast_m10_bb_pos,buy,2026-03-08 01:33:00,563.0 -25684,buy_contrast_m10_bb_pos,buy,2026-03-08 01:36:00,563.0 -25685,buy_contrast_m10_bb_pos,buy,2026-03-08 01:39:00,564.0 -25686,buy_contrast_m10_bb_pos,buy,2026-03-08 01:42:00,564.0 -25687,buy_contrast_m10_bb_pos,buy,2026-03-08 01:45:00,563.0 -25688,buy_contrast_m10_bb_pos,buy,2026-03-08 04:12:00,563.0 -25689,buy_contrast_m10_bb_pos,buy,2026-03-08 04:18:00,562.0 -25690,buy_contrast_m10_bb_pos,buy,2026-03-08 04:21:00,562.0 -25691,buy_contrast_m10_bb_pos,buy,2026-03-08 04:24:00,561.0 -25692,buy_contrast_m10_bb_pos,buy,2026-03-08 04:27:00,561.0 -25693,buy_contrast_m10_bb_pos,buy,2026-03-08 04:30:00,561.0 -25694,buy_contrast_m10_bb_pos,buy,2026-03-08 04:33:00,560.0 -25695,buy_contrast_m10_bb_pos,buy,2026-03-08 04:36:00,561.0 -25696,buy_contrast_m10_bb_pos,buy,2026-03-08 04:39:00,561.0 -25697,buy_contrast_m10_bb_pos,buy,2026-03-08 04:51:00,559.0 -25698,buy_contrast_m10_bb_pos,buy,2026-03-08 04:54:00,559.0 -25699,buy_contrast_m10_bb_pos,buy,2026-03-08 04:57:00,560.0 -25700,buy_contrast_m10_bb_pos,buy,2026-03-08 05:00:00,560.0 -25701,buy_contrast_m10_bb_pos,buy,2026-03-08 05:03:00,561.0 -25702,buy_contrast_m10_bb_pos,buy,2026-03-08 05:06:00,561.0 -25703,buy_contrast_m10_bb_pos,buy,2026-03-08 05:09:00,561.0 -25704,buy_contrast_m10_bb_pos,buy,2026-03-08 05:12:00,561.0 -25705,buy_contrast_m10_bb_pos,buy,2026-03-08 05:15:00,561.0 -25706,buy_contrast_m10_bb_pos,buy,2026-03-08 05:18:00,562.0 -25707,buy_contrast_m10_bb_pos,buy,2026-03-08 07:21:00,558.0 -25708,buy_contrast_m10_bb_pos,buy,2026-03-08 07:24:00,557.0 -25709,buy_contrast_m10_bb_pos,buy,2026-03-08 07:27:00,557.0 -25710,buy_contrast_m10_bb_pos,buy,2026-03-08 08:12:00,557.0 -25711,buy_contrast_m10_bb_pos,buy,2026-03-08 08:15:00,557.0 -25712,buy_contrast_m10_bb_pos,buy,2026-03-08 08:18:00,557.0 -25713,buy_contrast_m10_bb_pos,buy,2026-03-08 11:12:00,555.0 -25714,buy_contrast_m10_bb_pos,buy,2026-03-08 11:15:00,556.0 -25715,buy_contrast_m10_bb_pos,buy,2026-03-08 11:18:00,556.0 -25716,buy_contrast_m10_bb_pos,buy,2026-03-08 11:21:00,556.0 -25717,buy_contrast_m10_bb_pos,buy,2026-03-08 11:24:00,556.0 -25718,buy_contrast_m10_bb_pos,buy,2026-03-08 11:27:00,556.0 -25719,buy_contrast_m10_bb_pos,buy,2026-03-08 11:42:00,556.0 -25720,buy_contrast_m10_bb_pos,buy,2026-03-08 11:45:00,558.0 -25721,buy_contrast_m10_bb_pos,buy,2026-03-08 11:48:00,555.0 -25722,buy_contrast_m10_bb_pos,buy,2026-03-08 12:42:00,553.0 -25723,buy_contrast_m10_bb_pos,buy,2026-03-08 12:45:00,553.0 -25724,buy_contrast_m10_bb_pos,buy,2026-03-08 12:48:00,553.0 -25725,buy_contrast_m10_bb_pos,buy,2026-03-08 13:51:00,549.0 -25726,buy_contrast_m10_bb_pos,buy,2026-03-08 13:54:00,548.0 -25727,buy_contrast_m10_bb_pos,buy,2026-03-08 13:57:00,548.0 -25728,buy_contrast_m10_bb_pos,buy,2026-03-08 14:00:00,549.0 -25729,buy_contrast_m10_bb_pos,buy,2026-03-08 14:03:00,550.0 -25730,buy_contrast_m10_bb_pos,buy,2026-03-08 14:06:00,549.0 -25731,buy_contrast_m10_bb_pos,buy,2026-03-08 14:09:00,552.0 -25732,buy_contrast_m10_bb_pos,buy,2026-03-08 15:51:00,549.0 -25733,buy_contrast_m10_bb_pos,buy,2026-03-08 15:54:00,550.0 -25734,buy_contrast_m10_bb_pos,buy,2026-03-08 15:57:00,551.0 -25735,buy_contrast_m10_bb_pos,buy,2026-03-08 21:12:00,552.0 -25736,buy_contrast_m10_bb_pos,buy,2026-03-08 21:15:00,550.0 -25737,buy_contrast_m10_bb_pos,buy,2026-03-08 21:18:00,550.0 -25738,buy_contrast_m10_bb_pos,buy,2026-03-08 22:12:00,553.0 -25739,buy_contrast_m10_bb_pos,buy,2026-03-08 22:15:00,550.0 -25740,buy_contrast_m10_bb_pos,buy,2026-03-08 22:18:00,550.0 -25741,buy_contrast_m10_bb_pos,buy,2026-03-08 22:21:00,550.0 -25742,buy_contrast_m10_bb_pos,buy,2026-03-08 22:24:00,551.0 -25743,buy_contrast_m10_bb_pos,buy,2026-03-08 22:27:00,550.0 -25744,buy_contrast_m10_bb_pos,buy,2026-03-08 22:30:00,550.0 -25745,buy_contrast_m10_bb_pos,buy,2026-03-08 22:33:00,549.0 -25746,buy_contrast_m10_bb_pos,buy,2026-03-08 22:36:00,550.0 -25747,buy_contrast_m10_bb_pos,buy,2026-03-08 22:39:00,550.0 -25748,buy_contrast_m10_bb_pos,buy,2026-03-08 22:42:00,548.0 -25749,buy_contrast_m10_bb_pos,buy,2026-03-08 22:45:00,549.0 -25750,buy_contrast_m10_bb_pos,buy,2026-03-08 22:48:00,550.0 -25751,buy_contrast_m10_bb_pos,buy,2026-03-08 23:30:00,548.0 -25752,buy_contrast_m10_bb_pos,buy,2026-03-08 23:33:00,549.0 -25753,buy_contrast_m10_bb_pos,buy,2026-03-08 23:36:00,549.0 -25754,buy_contrast_m10_bb_pos,buy,2026-03-08 23:39:00,548.0 -25755,buy_contrast_m10_bb_pos,buy,2026-03-08 23:42:00,547.0 -25756,buy_contrast_m10_bb_pos,buy,2026-03-08 23:45:00,547.0 -25757,buy_contrast_m10_bb_pos,buy,2026-03-08 23:48:00,548.0 -25758,buy_contrast_m10_bb_pos,buy,2026-03-08 23:51:00,548.0 -25759,buy_contrast_m10_bb_pos,buy,2026-03-08 23:54:00,549.0 -25760,buy_contrast_m10_bb_pos,buy,2026-03-08 23:57:00,549.0 -25761,buy_contrast_m10_bb_pos,buy,2026-03-09 00:12:00,547.0 -25762,buy_contrast_m10_bb_pos,buy,2026-03-09 00:15:00,546.0 -25763,buy_contrast_m10_bb_pos,buy,2026-03-09 00:18:00,546.0 -25764,buy_contrast_m10_bb_pos,buy,2026-03-09 00:21:00,546.0 -25765,buy_contrast_m10_bb_pos,buy,2026-03-09 00:24:00,546.0 -25766,buy_contrast_m10_bb_pos,buy,2026-03-09 00:27:00,545.0 -25767,buy_contrast_m10_bb_pos,buy,2026-03-09 00:42:00,544.0 -25768,buy_contrast_m10_bb_pos,buy,2026-03-09 00:45:00,543.0 -25769,buy_contrast_m10_bb_pos,buy,2026-03-09 00:48:00,544.0 -25770,buy_contrast_m10_bb_pos,buy,2026-03-09 00:51:00,542.0 -25771,buy_contrast_m10_bb_pos,buy,2026-03-09 00:54:00,542.0 -25772,buy_contrast_m10_bb_pos,buy,2026-03-09 00:57:00,544.0 -25773,buy_contrast_m10_bb_pos,buy,2026-03-09 01:00:00,544.0 -25774,buy_contrast_m10_bb_pos,buy,2026-03-09 01:03:00,544.0 -25775,buy_contrast_m10_bb_pos,buy,2026-03-09 01:06:00,544.0 -25776,buy_contrast_m10_bb_pos,buy,2026-03-09 01:09:00,544.0 -25777,buy_contrast_m10_bb_pos,buy,2026-03-09 01:12:00,543.0 -25778,buy_contrast_m10_bb_pos,buy,2026-03-09 01:15:00,543.0 -25779,buy_contrast_m10_bb_pos,buy,2026-03-09 01:18:00,544.0 -25780,buy_contrast_m10_bb_pos,buy,2026-03-09 01:21:00,544.0 -25781,buy_contrast_m10_bb_pos,buy,2026-03-09 01:24:00,544.0 -25782,buy_contrast_m10_bb_pos,buy,2026-03-09 01:27:00,544.0 -25783,buy_contrast_m10_bb_pos,buy,2026-03-09 01:42:00,543.0 -25784,buy_contrast_m10_bb_pos,buy,2026-03-09 01:45:00,542.0 -25785,buy_contrast_m10_bb_pos,buy,2026-03-09 01:48:00,542.0 -25786,buy_contrast_m10_bb_pos,buy,2026-03-09 01:51:00,542.0 -25787,buy_contrast_m10_bb_pos,buy,2026-03-09 01:54:00,542.0 -25788,buy_contrast_m10_bb_pos,buy,2026-03-09 01:57:00,543.0 -25789,buy_contrast_m10_bb_pos,buy,2026-03-09 02:21:00,539.0 -25790,buy_contrast_m10_bb_pos,buy,2026-03-09 02:24:00,538.0 -25791,buy_contrast_m10_bb_pos,buy,2026-03-09 02:27:00,536.0 -25792,buy_contrast_m10_bb_pos,buy,2026-03-09 02:42:00,538.0 -25793,buy_contrast_m10_bb_pos,buy,2026-03-09 02:45:00,537.0 -25794,buy_contrast_m10_bb_pos,buy,2026-03-09 02:48:00,535.0 -25795,buy_contrast_m10_bb_pos,buy,2026-03-09 03:00:00,537.0 -25796,buy_contrast_m10_bb_pos,buy,2026-03-09 03:03:00,536.0 -25797,buy_contrast_m10_bb_pos,buy,2026-03-09 03:06:00,535.0 -25798,buy_contrast_m10_bb_pos,buy,2026-03-09 03:09:00,536.0 -25799,buy_contrast_m10_bb_pos,buy,2026-03-09 03:12:00,537.0 -25800,buy_contrast_m10_bb_pos,buy,2026-03-09 03:15:00,536.0 -25801,buy_contrast_m10_bb_pos,buy,2026-03-09 03:18:00,535.0 -25802,buy_contrast_m10_bb_pos,buy,2026-03-09 03:21:00,536.0 -25803,buy_contrast_m10_bb_pos,buy,2026-03-09 03:24:00,536.0 -25804,buy_contrast_m10_bb_pos,buy,2026-03-09 03:27:00,537.0 -25805,buy_contrast_m10_bb_pos,buy,2026-03-09 07:30:00,536.0 -25806,buy_contrast_m10_bb_pos,buy,2026-03-09 07:33:00,537.0 -25807,buy_contrast_m10_bb_pos,buy,2026-03-09 07:36:00,537.0 -25808,buy_contrast_m10_bb_pos,buy,2026-03-09 07:39:00,538.0 -25809,buy_contrast_m10_bb_pos,buy,2026-03-09 08:51:00,536.0 -25810,buy_contrast_m10_bb_pos,buy,2026-03-09 08:54:00,534.0 -25811,buy_contrast_m10_bb_pos,buy,2026-03-09 08:57:00,535.0 -25812,buy_contrast_m10_bb_pos,buy,2026-03-09 09:00:00,534.0 -25813,buy_contrast_m10_bb_pos,buy,2026-03-09 09:03:00,535.0 -25814,buy_contrast_m10_bb_pos,buy,2026-03-09 09:06:00,538.0 -25815,buy_contrast_m10_bb_pos,buy,2026-03-09 09:09:00,539.0 -25816,buy_contrast_m10_bb_pos,buy,2026-03-09 11:21:00,534.0 -25817,buy_contrast_m10_bb_pos,buy,2026-03-09 11:24:00,536.0 -25818,buy_contrast_m10_bb_pos,buy,2026-03-09 11:27:00,536.0 -25819,buy_contrast_m10_bb_pos,buy,2026-03-09 19:51:00,537.0 -25820,buy_contrast_m10_bb_pos,buy,2026-03-09 19:54:00,537.0 -25821,buy_contrast_m10_bb_pos,buy,2026-03-09 19:57:00,537.0 -25822,buy_contrast_m10_bb_pos,buy,2026-03-10 00:12:00,538.0 -25823,buy_contrast_m10_bb_pos,buy,2026-03-10 00:15:00,538.0 -25824,buy_contrast_m10_bb_pos,buy,2026-03-10 00:18:00,538.0 -25825,buy_contrast_m10_bb_pos,buy,2026-03-10 00:42:00,537.0 -25826,buy_contrast_m10_bb_pos,buy,2026-03-10 00:45:00,535.0 -25827,buy_contrast_m10_bb_pos,buy,2026-03-10 00:48:00,535.0 -25828,buy_contrast_m10_bb_pos,buy,2026-03-10 00:51:00,535.0 -25829,buy_contrast_m10_bb_pos,buy,2026-03-10 00:54:00,536.0 -25830,buy_contrast_m10_bb_pos,buy,2026-03-10 00:57:00,536.0 -25831,buy_contrast_m10_bb_pos,buy,2026-03-10 01:00:00,536.0 -25832,buy_contrast_m10_bb_pos,buy,2026-03-10 01:03:00,535.0 -25833,buy_contrast_m10_bb_pos,buy,2026-03-10 01:06:00,537.0 -25834,buy_contrast_m10_bb_pos,buy,2026-03-10 01:09:00,536.0 -25835,buy_contrast_m10_bb_pos,buy,2026-03-10 03:12:00,533.0 -25836,buy_contrast_m10_bb_pos,buy,2026-03-10 03:15:00,533.0 -25837,buy_contrast_m10_bb_pos,buy,2026-03-10 03:18:00,533.0 -25838,buy_contrast_m10_bb_pos,buy,2026-03-10 03:51:00,532.0 -25839,buy_contrast_m10_bb_pos,buy,2026-03-10 03:54:00,532.0 -25840,buy_contrast_m10_bb_pos,buy,2026-03-10 03:57:00,531.0 -25841,buy_contrast_m10_bb_pos,buy,2026-03-10 04:00:00,531.0 -25842,buy_contrast_m10_bb_pos,buy,2026-03-10 04:03:00,533.0 -25843,buy_contrast_m10_bb_pos,buy,2026-03-10 04:06:00,532.0 -25844,buy_contrast_m10_bb_pos,buy,2026-03-10 04:09:00,532.0 -25845,buy_contrast_m10_bb_pos,buy,2026-03-10 07:42:00,534.0 -25846,buy_contrast_m10_bb_pos,buy,2026-03-10 07:45:00,534.0 -25847,buy_contrast_m10_bb_pos,buy,2026-03-10 07:48:00,533.0 -25848,buy_contrast_m10_bb_pos,buy,2026-03-10 09:12:00,532.0 -25849,buy_contrast_m10_bb_pos,buy,2026-03-10 09:15:00,533.0 -25850,buy_contrast_m10_bb_pos,buy,2026-03-10 09:18:00,533.0 -25851,buy_contrast_m10_bb_pos,buy,2026-03-10 21:30:00,548.0 -25852,buy_contrast_m10_bb_pos,buy,2026-03-10 21:33:00,545.0 -25853,buy_contrast_m10_bb_pos,buy,2026-03-10 21:36:00,545.0 -25854,buy_contrast_m10_bb_pos,buy,2026-03-10 21:39:00,547.0 -25855,buy_contrast_m10_bb_pos,buy,2026-03-10 22:00:00,546.0 -25856,buy_contrast_m10_bb_pos,buy,2026-03-10 22:03:00,547.0 -25857,buy_contrast_m10_bb_pos,buy,2026-03-10 22:06:00,548.0 -25858,buy_contrast_m10_bb_pos,buy,2026-03-10 22:09:00,550.0 -25859,buy_contrast_m10_bb_pos,buy,2026-03-10 22:51:00,543.0 -25860,buy_contrast_m10_bb_pos,buy,2026-03-10 22:54:00,544.0 -25861,buy_contrast_m10_bb_pos,buy,2026-03-10 22:57:00,542.0 -25862,buy_contrast_m10_bb_pos,buy,2026-03-10 23:30:00,536.0 -25863,buy_contrast_m10_bb_pos,buy,2026-03-10 23:33:00,536.0 -25864,buy_contrast_m10_bb_pos,buy,2026-03-10 23:36:00,536.0 -25865,buy_contrast_m10_bb_pos,buy,2026-03-10 23:39:00,536.0 -25866,buy_contrast_m10_bb_pos,buy,2026-03-10 23:51:00,536.0 -25867,buy_contrast_m10_bb_pos,buy,2026-03-10 23:54:00,539.0 -25868,buy_contrast_m10_bb_pos,buy,2026-03-10 23:57:00,541.0 -25869,buy_contrast_m10_bb_pos,buy,2026-03-11 00:21:00,533.0 -25870,buy_contrast_m10_bb_pos,buy,2026-03-11 00:24:00,532.0 -25871,buy_contrast_m10_bb_pos,buy,2026-03-11 00:27:00,531.0 -25872,buy_contrast_m10_bb_pos,buy,2026-03-11 00:30:00,532.0 -25873,buy_contrast_m10_bb_pos,buy,2026-03-11 00:33:00,533.0 -25874,buy_contrast_m10_bb_pos,buy,2026-03-11 00:36:00,532.0 -25875,buy_contrast_m10_bb_pos,buy,2026-03-11 00:39:00,532.0 -25876,buy_contrast_m10_bb_pos,buy,2026-03-11 00:42:00,531.0 -25877,buy_contrast_m10_bb_pos,buy,2026-03-11 00:45:00,532.0 -25878,buy_contrast_m10_bb_pos,buy,2026-03-11 00:48:00,533.0 -25879,buy_contrast_m10_bb_pos,buy,2026-03-11 03:21:00,531.0 -25880,buy_contrast_m10_bb_pos,buy,2026-03-11 03:24:00,532.0 -25881,buy_contrast_m10_bb_pos,buy,2026-03-11 03:27:00,533.0 -25882,buy_contrast_m10_bb_pos,buy,2026-03-11 03:30:00,531.0 -25883,buy_contrast_m10_bb_pos,buy,2026-03-11 03:33:00,532.0 -25884,buy_contrast_m10_bb_pos,buy,2026-03-11 03:36:00,531.0 -25885,buy_contrast_m10_bb_pos,buy,2026-03-11 03:39:00,531.0 -25886,buy_contrast_m10_bb_pos,buy,2026-03-11 03:42:00,530.0 -25887,buy_contrast_m10_bb_pos,buy,2026-03-11 03:45:00,529.0 -25888,buy_contrast_m10_bb_pos,buy,2026-03-11 03:48:00,530.0 -25889,buy_contrast_m10_bb_pos,buy,2026-03-11 03:51:00,530.0 -25890,buy_contrast_m10_bb_pos,buy,2026-03-11 03:54:00,529.0 -25891,buy_contrast_m10_bb_pos,buy,2026-03-11 03:57:00,525.0 -25892,buy_contrast_m10_bb_pos,buy,2026-03-11 04:21:00,523.0 -25893,buy_contrast_m10_bb_pos,buy,2026-03-11 04:24:00,524.0 -25894,buy_contrast_m10_bb_pos,buy,2026-03-11 04:27:00,521.0 -25895,buy_contrast_m10_bb_pos,buy,2026-03-11 04:42:00,523.0 -25896,buy_contrast_m10_bb_pos,buy,2026-03-11 04:45:00,523.0 -25897,buy_contrast_m10_bb_pos,buy,2026-03-11 04:48:00,524.0 -25898,buy_contrast_m10_bb_pos,buy,2026-03-11 06:42:00,518.0 -25899,buy_contrast_m10_bb_pos,buy,2026-03-11 06:45:00,519.0 -25900,buy_contrast_m10_bb_pos,buy,2026-03-11 06:48:00,517.0 -25901,buy_contrast_m10_bb_pos,buy,2026-03-11 07:21:00,518.0 -25902,buy_contrast_m10_bb_pos,buy,2026-03-11 07:24:00,521.0 -25903,buy_contrast_m10_bb_pos,buy,2026-03-11 07:27:00,520.0 -25904,buy_contrast_m10_bb_pos,buy,2026-03-11 14:51:00,519.0 -25905,buy_contrast_m10_bb_pos,buy,2026-03-11 14:54:00,519.0 -25906,buy_contrast_m10_bb_pos,buy,2026-03-11 14:57:00,518.0 -25907,buy_contrast_m10_bb_pos,buy,2026-03-11 15:00:00,518.0 -25908,buy_contrast_m10_bb_pos,buy,2026-03-11 15:03:00,519.0 -25909,buy_contrast_m10_bb_pos,buy,2026-03-11 15:06:00,519.0 -25910,buy_contrast_m10_bb_pos,buy,2026-03-11 15:09:00,518.0 -25911,buy_contrast_m10_bb_pos,buy,2026-03-11 15:12:00,518.0 -25912,buy_contrast_m10_bb_pos,buy,2026-03-11 15:15:00,519.0 -25913,buy_contrast_m10_bb_pos,buy,2026-03-11 15:18:00,520.0 -25914,buy_contrast_m10_bb_pos,buy,2026-03-11 16:51:00,517.0 -25915,buy_contrast_m10_bb_pos,buy,2026-03-11 16:54:00,517.0 -25916,buy_contrast_m10_bb_pos,buy,2026-03-11 16:57:00,516.0 -25917,buy_contrast_m10_bb_pos,buy,2026-03-11 17:00:00,516.0 -25918,buy_contrast_m10_bb_pos,buy,2026-03-11 17:03:00,516.0 -25919,buy_contrast_m10_bb_pos,buy,2026-03-11 17:06:00,516.0 -25920,buy_contrast_m10_bb_pos,buy,2026-03-11 17:09:00,517.0 -25921,buy_contrast_m10_bb_pos,buy,2026-03-12 00:30:00,522.0 -25922,buy_contrast_m10_bb_pos,buy,2026-03-12 00:33:00,519.0 -25923,buy_contrast_m10_bb_pos,buy,2026-03-12 00:36:00,521.0 -25924,buy_contrast_m10_bb_pos,buy,2026-03-12 00:39:00,522.0 -25925,buy_contrast_m10_bb_pos,buy,2026-03-12 00:42:00,523.0 -25926,buy_contrast_m10_bb_pos,buy,2026-03-12 00:45:00,520.0 -25927,buy_contrast_m10_bb_pos,buy,2026-03-12 00:48:00,521.0 -25928,buy_contrast_m10_bb_pos,buy,2026-03-12 05:45:00,522.0 -25929,buy_contrast_m10_bb_pos,buy,2026-03-12 05:48:00,523.0 -25930,buy_contrast_m10_bb_pos,buy,2026-03-12 05:51:00,522.0 -25931,buy_contrast_m10_bb_pos,buy,2026-03-12 05:54:00,522.0 -25932,buy_contrast_m10_bb_pos,buy,2026-03-12 05:57:00,522.0 -25933,buy_contrast_m10_bb_pos,buy,2026-03-12 06:21:00,522.0 -25934,buy_contrast_m10_bb_pos,buy,2026-03-12 06:24:00,522.0 -25935,buy_contrast_m10_bb_pos,buy,2026-03-12 06:27:00,523.0 -25936,buy_contrast_m10_bb_pos,buy,2026-03-12 07:12:00,522.0 -25937,buy_contrast_m10_bb_pos,buy,2026-03-12 07:15:00,523.0 -25938,buy_contrast_m10_bb_pos,buy,2026-03-12 07:18:00,522.0 -25939,buy_contrast_m10_bb_pos,buy,2026-03-12 07:21:00,522.0 -25940,buy_contrast_m10_bb_pos,buy,2026-03-12 07:24:00,522.0 -25941,buy_contrast_m10_bb_pos,buy,2026-03-12 07:27:00,521.0 -25942,buy_contrast_m10_bb_pos,buy,2026-03-12 08:51:00,520.0 -25943,buy_contrast_m10_bb_pos,buy,2026-03-12 08:54:00,521.0 -25944,buy_contrast_m10_bb_pos,buy,2026-03-12 08:57:00,520.0 -25945,buy_contrast_m10_bb_pos,buy,2026-03-12 10:12:00,520.0 -25946,buy_contrast_m10_bb_pos,buy,2026-03-12 10:15:00,519.0 -25947,buy_contrast_m10_bb_pos,buy,2026-03-12 10:18:00,519.0 -25948,buy_contrast_m10_bb_pos,buy,2026-03-12 10:21:00,520.0 -25949,buy_contrast_m10_bb_pos,buy,2026-03-12 10:24:00,518.0 -25950,buy_contrast_m10_bb_pos,buy,2026-03-12 10:27:00,518.0 -25951,buy_contrast_m10_bb_pos,buy,2026-03-12 10:51:00,519.0 -25952,buy_contrast_m10_bb_pos,buy,2026-03-12 10:54:00,518.0 -25953,buy_contrast_m10_bb_pos,buy,2026-03-12 10:57:00,518.0 -25954,buy_contrast_m10_bb_pos,buy,2026-03-12 11:30:00,517.0 -25955,buy_contrast_m10_bb_pos,buy,2026-03-12 11:33:00,516.0 -25956,buy_contrast_m10_bb_pos,buy,2026-03-12 11:36:00,517.0 -25957,buy_contrast_m10_bb_pos,buy,2026-03-12 11:39:00,516.0 -25958,buy_contrast_m10_bb_pos,buy,2026-03-12 11:42:00,517.0 -25959,buy_contrast_m10_bb_pos,buy,2026-03-12 11:45:00,517.0 -25960,buy_contrast_m10_bb_pos,buy,2026-03-12 11:48:00,517.0 -25961,buy_contrast_m10_bb_pos,buy,2026-03-12 11:51:00,516.0 -25962,buy_contrast_m10_bb_pos,buy,2026-03-12 11:54:00,516.0 -25963,buy_contrast_m10_bb_pos,buy,2026-03-12 11:57:00,516.0 -25964,buy_contrast_m10_bb_pos,buy,2026-03-12 12:00:00,515.0 -25965,buy_contrast_m10_bb_pos,buy,2026-03-12 12:03:00,517.0 -25966,buy_contrast_m10_bb_pos,buy,2026-03-12 12:06:00,517.0 -25967,buy_contrast_m10_bb_pos,buy,2026-03-12 12:09:00,516.0 -25968,buy_contrast_m10_bb_pos,buy,2026-03-12 13:00:00,513.0 -25969,buy_contrast_m10_bb_pos,buy,2026-03-12 13:03:00,514.0 -25970,buy_contrast_m10_bb_pos,buy,2026-03-12 13:06:00,514.0 -25971,buy_contrast_m10_bb_pos,buy,2026-03-12 13:09:00,514.0 -25972,buy_contrast_m10_bb_pos,buy,2026-03-12 23:30:00,514.0 -25973,buy_contrast_m10_bb_pos,buy,2026-03-12 23:33:00,513.0 -25974,buy_contrast_m10_bb_pos,buy,2026-03-12 23:36:00,514.0 -25975,buy_contrast_m10_bb_pos,buy,2026-03-12 23:39:00,511.0 -25976,buy_contrast_m10_bb_pos,buy,2026-03-12 23:42:00,510.0 -25977,buy_contrast_m10_bb_pos,buy,2026-03-12 23:45:00,513.0 -25978,buy_contrast_m10_bb_pos,buy,2026-03-12 23:48:00,513.0 -25979,buy_contrast_m10_bb_pos,buy,2026-03-12 23:51:00,512.0 -25980,buy_contrast_m10_bb_pos,buy,2026-03-12 23:54:00,512.0 -25981,buy_contrast_m10_bb_pos,buy,2026-03-12 23:57:00,514.0 -25982,buy_contrast_m10_bb_pos,buy,2026-03-13 23:51:00,538.0 -25983,buy_contrast_m10_bb_pos,buy,2026-03-13 23:54:00,537.0 -25984,buy_contrast_m10_bb_pos,buy,2026-03-13 23:57:00,537.0 -25985,buy_contrast_m10_bb_pos,buy,2026-03-14 00:00:00,538.0 -25986,buy_contrast_m10_bb_pos,buy,2026-03-14 00:03:00,538.0 -25987,buy_contrast_m10_bb_pos,buy,2026-03-14 00:06:00,540.0 -25988,buy_contrast_m10_bb_pos,buy,2026-03-14 00:09:00,542.0 -25989,buy_contrast_m10_bb_pos,buy,2026-03-14 01:00:00,538.0 -25990,buy_contrast_m10_bb_pos,buy,2026-03-14 01:03:00,539.0 -25991,buy_contrast_m10_bb_pos,buy,2026-03-14 01:06:00,537.0 -25992,buy_contrast_m10_bb_pos,buy,2026-03-14 01:09:00,539.0 -25993,buy_contrast_m10_bb_pos,buy,2026-03-14 01:12:00,540.0 -25994,buy_contrast_m10_bb_pos,buy,2026-03-14 01:15:00,538.0 -25995,buy_contrast_m10_bb_pos,buy,2026-03-14 01:18:00,537.0 -25996,buy_contrast_m10_bb_pos,buy,2026-03-14 01:30:00,536.0 -25997,buy_contrast_m10_bb_pos,buy,2026-03-14 01:33:00,538.0 -25998,buy_contrast_m10_bb_pos,buy,2026-03-14 01:36:00,539.0 -25999,buy_contrast_m10_bb_pos,buy,2026-03-14 01:39:00,541.0 -26000,buy_contrast_m10_bb_pos,buy,2026-03-14 02:30:00,534.0 -26001,buy_contrast_m10_bb_pos,buy,2026-03-14 02:33:00,532.0 -26002,buy_contrast_m10_bb_pos,buy,2026-03-14 02:36:00,533.0 -26003,buy_contrast_m10_bb_pos,buy,2026-03-14 02:39:00,532.0 -26004,buy_contrast_m10_bb_pos,buy,2026-03-14 03:12:00,530.0 -26005,buy_contrast_m10_bb_pos,buy,2026-03-14 03:15:00,532.0 -26006,buy_contrast_m10_bb_pos,buy,2026-03-14 03:18:00,531.0 -26007,buy_contrast_m10_bb_pos,buy,2026-03-14 03:21:00,529.0 -26008,buy_contrast_m10_bb_pos,buy,2026-03-14 03:24:00,528.0 -26009,buy_contrast_m10_bb_pos,buy,2026-03-14 03:27:00,528.0 -26010,buy_contrast_m10_bb_pos,buy,2026-03-14 03:30:00,530.0 -26011,buy_contrast_m10_bb_pos,buy,2026-03-14 03:33:00,530.0 -26012,buy_contrast_m10_bb_pos,buy,2026-03-14 03:36:00,531.0 -26013,buy_contrast_m10_bb_pos,buy,2026-03-14 03:39:00,531.0 -26014,buy_contrast_m10_bb_pos,buy,2026-03-14 07:51:00,523.0 -26015,buy_contrast_m10_bb_pos,buy,2026-03-14 07:54:00,524.0 -26016,buy_contrast_m10_bb_pos,buy,2026-03-14 07:57:00,524.0 -26017,buy_contrast_m10_bb_pos,buy,2026-03-14 08:00:00,524.0 -26018,buy_contrast_m10_bb_pos,buy,2026-03-14 08:03:00,525.0 -26019,buy_contrast_m10_bb_pos,buy,2026-03-14 08:06:00,526.0 -26020,buy_contrast_m10_bb_pos,buy,2026-03-14 08:09:00,526.0 -26021,buy_contrast_m10_bb_pos,buy,2026-03-14 14:51:00,527.0 -26022,buy_contrast_m10_bb_pos,buy,2026-03-14 14:54:00,527.0 -26023,buy_contrast_m10_bb_pos,buy,2026-03-14 14:57:00,527.0 -26024,buy_contrast_m10_bb_pos,buy,2026-03-14 15:00:00,526.0 -26025,buy_contrast_m10_bb_pos,buy,2026-03-14 15:03:00,527.0 -26026,buy_contrast_m10_bb_pos,buy,2026-03-14 15:06:00,526.0 -26027,buy_contrast_m10_bb_pos,buy,2026-03-14 15:09:00,526.0 -26028,buy_contrast_m10_bb_pos,buy,2026-03-14 15:51:00,523.0 -26029,buy_contrast_m10_bb_pos,buy,2026-03-14 15:54:00,522.0 -26030,buy_contrast_m10_bb_pos,buy,2026-03-14 15:57:00,523.0 -26031,buy_contrast_m10_bb_pos,buy,2026-03-14 16:12:00,523.0 -26032,buy_contrast_m10_bb_pos,buy,2026-03-14 16:15:00,523.0 -26033,buy_contrast_m10_bb_pos,buy,2026-03-14 16:18:00,522.0 -26034,buy_contrast_m10_bb_pos,buy,2026-03-14 19:30:00,519.0 -26035,buy_contrast_m10_bb_pos,buy,2026-03-14 19:33:00,519.0 -26036,buy_contrast_m10_bb_pos,buy,2026-03-14 19:36:00,520.0 -26037,buy_contrast_m10_bb_pos,buy,2026-03-14 19:39:00,520.0 -26038,buy_contrast_m10_bb_pos,buy,2026-03-14 21:30:00,519.0 -26039,buy_contrast_m10_bb_pos,buy,2026-03-14 21:33:00,519.0 -26040,buy_contrast_m10_bb_pos,buy,2026-03-14 21:36:00,519.0 -26041,buy_contrast_m10_bb_pos,buy,2026-03-14 21:39:00,519.0 -26042,buy_contrast_m10_bb_pos,buy,2026-03-14 21:42:00,518.0 -26043,buy_contrast_m10_bb_pos,buy,2026-03-14 21:45:00,517.0 -26044,buy_contrast_m10_bb_pos,buy,2026-03-14 21:48:00,517.0 -26045,buy_contrast_m10_bb_pos,buy,2026-03-14 22:00:00,517.0 -26046,buy_contrast_m10_bb_pos,buy,2026-03-14 22:03:00,517.0 -26047,buy_contrast_m10_bb_pos,buy,2026-03-14 22:06:00,518.0 -26048,buy_contrast_m10_bb_pos,buy,2026-03-14 22:09:00,518.0 -26049,buy_contrast_m10_bb_pos,buy,2026-03-14 22:12:00,518.0 -26050,buy_contrast_m10_bb_pos,buy,2026-03-14 22:15:00,517.0 -26051,buy_contrast_m10_bb_pos,buy,2026-03-14 22:18:00,518.0 -26052,buy_contrast_m10_bb_pos,buy,2026-03-14 22:21:00,518.0 -26053,buy_contrast_m10_bb_pos,buy,2026-03-14 22:24:00,519.0 -26054,buy_contrast_m10_bb_pos,buy,2026-03-14 22:27:00,519.0 -26055,buy_contrast_m10_bb_pos,buy,2026-03-15 04:51:00,521.0 -26056,buy_contrast_m10_bb_pos,buy,2026-03-15 04:54:00,521.0 -26057,buy_contrast_m10_bb_pos,buy,2026-03-15 04:57:00,521.0 -26058,buy_contrast_m10_bb_pos,buy,2026-03-15 05:00:00,521.0 -26059,buy_contrast_m10_bb_pos,buy,2026-03-15 05:03:00,521.0 -26060,buy_contrast_m10_bb_pos,buy,2026-03-15 05:06:00,520.0 -26061,buy_contrast_m10_bb_pos,buy,2026-03-15 05:09:00,520.0 -26062,buy_contrast_m10_bb_pos,buy,2026-03-15 05:15:00,520.0 -26063,buy_contrast_m10_bb_pos,buy,2026-03-15 05:18:00,519.0 -26064,buy_contrast_m10_bb_pos,buy,2026-03-15 05:21:00,520.0 -26065,buy_contrast_m10_bb_pos,buy,2026-03-15 05:24:00,520.0 -26066,buy_contrast_m10_bb_pos,buy,2026-03-15 05:27:00,520.0 -26067,buy_contrast_m10_bb_pos,buy,2026-03-15 05:33:00,520.0 -26068,buy_contrast_m10_bb_pos,buy,2026-03-15 05:42:00,520.0 -26069,buy_contrast_m10_bb_pos,buy,2026-03-15 05:45:00,521.0 -26070,buy_contrast_m10_bb_pos,buy,2026-03-15 05:48:00,520.0 -26071,buy_contrast_m10_bb_pos,buy,2026-03-15 20:00:00,528.0 -26072,buy_contrast_m10_bb_pos,buy,2026-03-15 20:03:00,529.0 -26073,buy_contrast_m10_bb_pos,buy,2026-03-15 20:06:00,529.0 -26074,buy_contrast_m10_bb_pos,buy,2026-03-15 20:09:00,528.0 -26075,buy_contrast_m10_bb_pos,buy,2026-03-15 20:12:00,528.0 -26076,buy_contrast_m10_bb_pos,buy,2026-03-15 20:15:00,528.0 -26077,buy_contrast_m10_bb_pos,buy,2026-03-15 20:18:00,529.0 -26078,buy_contrast_m10_bb_pos,buy,2026-03-15 20:30:00,528.0 -26079,buy_contrast_m10_bb_pos,buy,2026-03-15 20:33:00,527.0 -26080,buy_contrast_m10_bb_pos,buy,2026-03-15 20:36:00,528.0 -26081,buy_contrast_m10_bb_pos,buy,2026-03-15 20:39:00,528.0 -26082,buy_contrast_m10_bb_pos,buy,2026-03-15 22:12:00,526.0 -26083,buy_contrast_m10_bb_pos,buy,2026-03-15 22:15:00,526.0 -26084,buy_contrast_m10_bb_pos,buy,2026-03-15 22:18:00,526.0 -26085,buy_contrast_m10_bb_pos,buy,2026-03-15 22:30:00,527.0 -26086,buy_contrast_m10_bb_pos,buy,2026-03-15 22:33:00,527.0 -26087,buy_contrast_m10_bb_pos,buy,2026-03-15 22:36:00,526.0 -26088,buy_contrast_m10_bb_pos,buy,2026-03-15 22:39:00,526.0 -26089,buy_contrast_m10_bb_pos,buy,2026-03-15 22:51:00,525.0 -26090,buy_contrast_m10_bb_pos,buy,2026-03-15 22:54:00,526.0 -26091,buy_contrast_m10_bb_pos,buy,2026-03-15 22:57:00,527.0 -26092,buy_contrast_m10_bb_pos,buy,2026-03-16 19:42:00,558.0 -26093,buy_contrast_m10_bb_pos,buy,2026-03-16 19:45:00,558.0 -26094,buy_contrast_m10_bb_pos,buy,2026-03-16 19:48:00,558.0 -26095,buy_contrast_m10_bb_pos,buy,2026-03-16 20:12:00,557.0 -26096,buy_contrast_m10_bb_pos,buy,2026-03-16 20:15:00,556.0 -26097,buy_contrast_m10_bb_pos,buy,2026-03-16 20:18:00,556.0 -26098,buy_contrast_m10_bb_pos,buy,2026-03-16 20:21:00,556.0 -26099,buy_contrast_m10_bb_pos,buy,2026-03-16 20:24:00,555.0 -26100,buy_contrast_m10_bb_pos,buy,2026-03-16 20:27:00,554.0 -26101,buy_contrast_m10_bb_pos,buy,2026-03-17 11:12:00,587.0 -26102,buy_contrast_m10_bb_pos,buy,2026-03-17 11:15:00,587.0 -26103,buy_contrast_m10_bb_pos,buy,2026-03-17 11:18:00,587.0 -26104,buy_contrast_m10_bb_pos,buy,2026-03-17 11:30:00,586.0 -26105,buy_contrast_m10_bb_pos,buy,2026-03-17 11:33:00,586.0 -26106,buy_contrast_m10_bb_pos,buy,2026-03-17 11:36:00,587.0 -26107,buy_contrast_m10_bb_pos,buy,2026-03-17 11:39:00,589.0 -26108,buy_contrast_m10_bb_pos,buy,2026-03-17 12:00:00,586.0 -26109,buy_contrast_m10_bb_pos,buy,2026-03-17 12:03:00,588.0 -26110,buy_contrast_m10_bb_pos,buy,2026-03-17 12:06:00,586.0 -26111,buy_contrast_m10_bb_pos,buy,2026-03-17 12:09:00,586.0 -26112,buy_contrast_m10_bb_pos,buy,2026-03-17 13:21:00,576.0 -26113,buy_contrast_m10_bb_pos,buy,2026-03-17 13:24:00,575.0 -26114,buy_contrast_m10_bb_pos,buy,2026-03-17 13:27:00,574.0 -26115,buy_contrast_m10_bb_pos,buy,2026-03-17 13:30:00,574.0 -26116,buy_contrast_m10_bb_pos,buy,2026-03-17 13:33:00,571.0 -26117,buy_contrast_m10_bb_pos,buy,2026-03-17 13:36:00,570.0 -26118,buy_contrast_m10_bb_pos,buy,2026-03-17 13:39:00,571.0 -26119,buy_contrast_m10_bb_pos,buy,2026-03-17 13:51:00,572.0 -26120,buy_contrast_m10_bb_pos,buy,2026-03-17 13:54:00,573.0 -26121,buy_contrast_m10_bb_pos,buy,2026-03-17 13:57:00,571.0 -26122,buy_contrast_m10_bb_pos,buy,2026-03-17 14:00:00,571.0 -26123,buy_contrast_m10_bb_pos,buy,2026-03-17 14:03:00,570.0 -26124,buy_contrast_m10_bb_pos,buy,2026-03-17 14:06:00,571.0 -26125,buy_contrast_m10_bb_pos,buy,2026-03-17 14:09:00,571.0 -26126,buy_contrast_m10_bb_pos,buy,2026-03-17 19:30:00,576.0 -26127,buy_contrast_m10_bb_pos,buy,2026-03-17 19:33:00,575.0 -26128,buy_contrast_m10_bb_pos,buy,2026-03-17 19:36:00,576.0 -26129,buy_contrast_m10_bb_pos,buy,2026-03-17 19:39:00,575.0 -26130,buy_contrast_m10_bb_pos,buy,2026-03-17 19:42:00,575.0 -26131,buy_contrast_m10_bb_pos,buy,2026-03-17 19:45:00,575.0 -26132,buy_contrast_m10_bb_pos,buy,2026-03-17 19:48:00,575.0 -26133,buy_contrast_m10_bb_pos,buy,2026-03-17 19:51:00,576.0 -26134,buy_contrast_m10_bb_pos,buy,2026-03-17 19:54:00,576.0 -26135,buy_contrast_m10_bb_pos,buy,2026-03-17 19:57:00,576.0 -26136,buy_contrast_m10_bb_pos,buy,2026-03-17 21:12:00,575.0 -26137,buy_contrast_m10_bb_pos,buy,2026-03-17 21:15:00,574.0 -26138,buy_contrast_m10_bb_pos,buy,2026-03-17 21:18:00,574.0 -26139,buy_contrast_m10_bb_pos,buy,2026-03-17 21:21:00,575.0 -26140,buy_contrast_m10_bb_pos,buy,2026-03-17 21:24:00,574.0 -26141,buy_contrast_m10_bb_pos,buy,2026-03-17 21:27:00,572.0 -26142,buy_contrast_m10_bb_pos,buy,2026-03-17 22:00:00,571.0 -26143,buy_contrast_m10_bb_pos,buy,2026-03-17 22:03:00,570.0 -26144,buy_contrast_m10_bb_pos,buy,2026-03-17 22:06:00,570.0 -26145,buy_contrast_m10_bb_pos,buy,2026-03-17 22:09:00,570.0 -26146,buy_contrast_m10_bb_pos,buy,2026-03-17 22:12:00,570.0 -26147,buy_contrast_m10_bb_pos,buy,2026-03-17 22:15:00,570.0 -26148,buy_contrast_m10_bb_pos,buy,2026-03-17 22:18:00,570.0 -26149,buy_contrast_m10_bb_pos,buy,2026-03-17 22:30:00,570.0 -26150,buy_contrast_m10_bb_pos,buy,2026-03-17 22:33:00,574.0 -26151,buy_contrast_m10_bb_pos,buy,2026-03-17 22:36:00,573.0 -26152,buy_contrast_m10_bb_pos,buy,2026-03-17 22:39:00,573.0 -26153,buy_contrast_m10_bb_pos,buy,2026-03-17 22:51:00,568.0 -26154,buy_contrast_m10_bb_pos,buy,2026-03-17 22:54:00,568.0 -26155,buy_contrast_m10_bb_pos,buy,2026-03-17 22:57:00,569.0 -26156,buy_contrast_m10_bb_pos,buy,2026-03-17 23:00:00,568.0 -26157,buy_contrast_m10_bb_pos,buy,2026-03-17 23:03:00,568.0 -26158,buy_contrast_m10_bb_pos,buy,2026-03-17 23:06:00,569.0 -26159,buy_contrast_m10_bb_pos,buy,2026-03-17 23:09:00,570.0 -26160,buy_contrast_m10_bb_pos,buy,2026-03-18 07:42:00,584.0 -26161,buy_contrast_m10_bb_pos,buy,2026-03-18 07:45:00,584.0 -26162,buy_contrast_m10_bb_pos,buy,2026-03-18 07:48:00,585.0 -26163,buy_contrast_m10_bb_pos,buy,2026-03-18 08:42:00,581.0 -26164,buy_contrast_m10_bb_pos,buy,2026-03-18 08:45:00,582.0 -26165,buy_contrast_m10_bb_pos,buy,2026-03-18 08:48:00,580.0 -26166,buy_contrast_m10_bb_pos,buy,2026-03-18 08:51:00,581.0 -26167,buy_contrast_m10_bb_pos,buy,2026-03-18 08:54:00,581.0 -26168,buy_contrast_m10_bb_pos,buy,2026-03-18 08:57:00,581.0 -26169,buy_contrast_m10_bb_pos,buy,2026-03-18 09:00:00,581.0 -26170,buy_contrast_m10_bb_pos,buy,2026-03-18 09:03:00,583.0 -26171,buy_contrast_m10_bb_pos,buy,2026-03-18 09:06:00,583.0 -26172,buy_contrast_m10_bb_pos,buy,2026-03-18 09:09:00,583.0 -26173,buy_contrast_m10_bb_pos,buy,2026-03-18 09:21:00,579.0 -26174,buy_contrast_m10_bb_pos,buy,2026-03-18 09:24:00,577.0 -26175,buy_contrast_m10_bb_pos,buy,2026-03-18 09:27:00,578.0 -26176,buy_contrast_m10_bb_pos,buy,2026-03-18 09:51:00,576.0 -26177,buy_contrast_m10_bb_pos,buy,2026-03-18 09:54:00,578.0 -26178,buy_contrast_m10_bb_pos,buy,2026-03-18 09:57:00,578.0 -26179,buy_contrast_m10_bb_pos,buy,2026-03-18 16:00:00,583.0 -26180,buy_contrast_m10_bb_pos,buy,2026-03-18 16:03:00,583.0 -26181,buy_contrast_m10_bb_pos,buy,2026-03-18 16:06:00,582.0 -26182,buy_contrast_m10_bb_pos,buy,2026-03-18 16:09:00,581.0 -26183,buy_contrast_m10_bb_pos,buy,2026-03-18 16:21:00,581.0 -26184,buy_contrast_m10_bb_pos,buy,2026-03-18 16:24:00,580.0 -26185,buy_contrast_m10_bb_pos,buy,2026-03-18 16:27:00,579.0 -26186,buy_contrast_m10_bb_pos,buy,2026-03-18 16:51:00,581.0 -26187,buy_contrast_m10_bb_pos,buy,2026-03-18 16:54:00,582.0 -26188,buy_contrast_m10_bb_pos,buy,2026-03-18 16:57:00,581.0 -26189,buy_contrast_m10_bb_pos,buy,2026-03-18 21:21:00,558.0 -26190,buy_contrast_m10_bb_pos,buy,2026-03-18 21:24:00,558.0 -26191,buy_contrast_m10_bb_pos,buy,2026-03-18 21:27:00,558.0 -26192,buy_contrast_m10_bb_pos,buy,2026-03-18 21:30:00,557.0 -26193,buy_contrast_m10_bb_pos,buy,2026-03-18 21:33:00,552.0 -26194,buy_contrast_m10_bb_pos,buy,2026-03-18 21:36:00,552.0 -26195,buy_contrast_m10_bb_pos,buy,2026-03-18 21:39:00,552.0 -26196,buy_contrast_m10_bb_pos,buy,2026-03-18 21:42:00,552.0 -26197,buy_contrast_m10_bb_pos,buy,2026-03-18 21:45:00,552.0 -26198,buy_contrast_m10_bb_pos,buy,2026-03-18 21:48:00,552.0 -26199,buy_contrast_m10_bb_pos,buy,2026-03-18 21:51:00,551.0 -26200,buy_contrast_m10_bb_pos,buy,2026-03-18 21:54:00,552.0 -26201,buy_contrast_m10_bb_pos,buy,2026-03-18 21:57:00,552.0 -26202,buy_contrast_m10_bb_pos,buy,2026-03-18 22:00:00,551.0 -26203,buy_contrast_m10_bb_pos,buy,2026-03-18 22:03:00,549.0 -26204,buy_contrast_m10_bb_pos,buy,2026-03-18 22:06:00,551.0 -26205,buy_contrast_m10_bb_pos,buy,2026-03-18 22:09:00,553.0 -26206,buy_contrast_m10_bb_pos,buy,2026-03-18 23:30:00,545.0 -26207,buy_contrast_m10_bb_pos,buy,2026-03-18 23:33:00,545.0 -26208,buy_contrast_m10_bb_pos,buy,2026-03-18 23:36:00,544.0 -26209,buy_contrast_m10_bb_pos,buy,2026-03-18 23:39:00,544.0 -26210,buy_contrast_m10_bb_pos,buy,2026-03-18 23:42:00,543.0 -26211,buy_contrast_m10_bb_pos,buy,2026-03-18 23:45:00,542.0 -26212,buy_contrast_m10_bb_pos,buy,2026-03-18 23:48:00,544.0 -26213,buy_contrast_m10_bb_pos,buy,2026-03-18 23:51:00,543.0 -26214,buy_contrast_m10_bb_pos,buy,2026-03-18 23:54:00,541.0 -26215,buy_contrast_m10_bb_pos,buy,2026-03-18 23:57:00,542.0 -26216,buy_contrast_m10_bb_pos,buy,2026-03-19 00:12:00,540.0 -26217,buy_contrast_m10_bb_pos,buy,2026-03-19 00:15:00,540.0 -26218,buy_contrast_m10_bb_pos,buy,2026-03-19 00:18:00,541.0 -26219,buy_contrast_m10_bb_pos,buy,2026-03-19 00:21:00,540.0 -26220,buy_contrast_m10_bb_pos,buy,2026-03-19 00:24:00,541.0 -26221,buy_contrast_m10_bb_pos,buy,2026-03-19 00:27:00,541.0 -26222,buy_contrast_m10_bb_pos,buy,2026-03-19 00:30:00,541.0 -26223,buy_contrast_m10_bb_pos,buy,2026-03-19 00:33:00,542.0 -26224,buy_contrast_m10_bb_pos,buy,2026-03-19 00:36:00,541.0 -26225,buy_contrast_m10_bb_pos,buy,2026-03-19 00:39:00,541.0 -26226,buy_contrast_m10_bb_pos,buy,2026-03-19 00:42:00,540.0 -26227,buy_contrast_m10_bb_pos,buy,2026-03-19 00:45:00,540.0 -26228,buy_contrast_m10_bb_pos,buy,2026-03-19 00:48:00,540.0 -26229,buy_contrast_m10_bb_pos,buy,2026-03-19 00:51:00,540.0 -26230,buy_contrast_m10_bb_pos,buy,2026-03-19 00:54:00,541.0 -26231,buy_contrast_m10_bb_pos,buy,2026-03-19 00:57:00,538.0 -26232,buy_contrast_m10_bb_pos,buy,2026-03-19 01:00:00,537.0 -26233,buy_contrast_m10_bb_pos,buy,2026-03-19 01:03:00,539.0 -26234,buy_contrast_m10_bb_pos,buy,2026-03-19 01:06:00,536.0 -26235,buy_contrast_m10_bb_pos,buy,2026-03-19 01:09:00,537.0 -26236,buy_contrast_m10_bb_pos,buy,2026-03-19 01:12:00,536.0 -26237,buy_contrast_m10_bb_pos,buy,2026-03-19 01:15:00,536.0 -26238,buy_contrast_m10_bb_pos,buy,2026-03-19 01:18:00,536.0 -26239,buy_contrast_m10_bb_pos,buy,2026-03-19 01:21:00,535.0 -26240,buy_contrast_m10_bb_pos,buy,2026-03-19 01:24:00,534.0 -26241,buy_contrast_m10_bb_pos,buy,2026-03-19 01:27:00,534.0 -26242,buy_contrast_m10_bb_pos,buy,2026-03-19 01:30:00,535.0 -26243,buy_contrast_m10_bb_pos,buy,2026-03-19 01:33:00,536.0 -26244,buy_contrast_m10_bb_pos,buy,2026-03-19 01:36:00,533.0 -26245,buy_contrast_m10_bb_pos,buy,2026-03-19 01:39:00,534.0 -26246,buy_contrast_m10_bb_pos,buy,2026-03-19 01:42:00,534.0 -26247,buy_contrast_m10_bb_pos,buy,2026-03-19 01:45:00,534.0 -26248,buy_contrast_m10_bb_pos,buy,2026-03-19 01:48:00,534.0 -26249,buy_contrast_m10_bb_pos,buy,2026-03-19 01:51:00,535.0 -26250,buy_contrast_m10_bb_pos,buy,2026-03-19 01:54:00,535.0 -26251,buy_contrast_m10_bb_pos,buy,2026-03-19 01:57:00,535.0 -26252,buy_contrast_m10_bb_pos,buy,2026-03-19 02:12:00,534.0 -26253,buy_contrast_m10_bb_pos,buy,2026-03-19 02:15:00,534.0 -26254,buy_contrast_m10_bb_pos,buy,2026-03-19 02:18:00,534.0 -26255,buy_contrast_m10_bb_pos,buy,2026-03-19 10:21:00,544.0 -26256,buy_contrast_m10_bb_pos,buy,2026-03-19 10:24:00,544.0 -26257,buy_contrast_m10_bb_pos,buy,2026-03-19 10:27:00,544.0 -26258,buy_contrast_m10_bb_pos,buy,2026-03-19 10:42:00,543.0 -26259,buy_contrast_m10_bb_pos,buy,2026-03-19 10:45:00,543.0 -26260,buy_contrast_m10_bb_pos,buy,2026-03-19 10:48:00,542.0 -26261,buy_contrast_m10_bb_pos,buy,2026-03-19 11:21:00,539.0 -26262,buy_contrast_m10_bb_pos,buy,2026-03-19 11:24:00,539.0 -26263,buy_contrast_m10_bb_pos,buy,2026-03-19 11:27:00,538.0 -26264,buy_contrast_m10_bb_pos,buy,2026-03-19 11:30:00,537.0 -26265,buy_contrast_m10_bb_pos,buy,2026-03-19 11:33:00,537.0 -26266,buy_contrast_m10_bb_pos,buy,2026-03-19 11:36:00,537.0 -26267,buy_contrast_m10_bb_pos,buy,2026-03-19 11:39:00,538.0 -26268,buy_contrast_m10_bb_pos,buy,2026-03-19 11:42:00,538.0 -26269,buy_contrast_m10_bb_pos,buy,2026-03-19 11:45:00,537.0 -26270,buy_contrast_m10_bb_pos,buy,2026-03-19 11:48:00,536.0 -26271,buy_contrast_m10_bb_pos,buy,2026-03-19 11:51:00,536.0 -26272,buy_contrast_m10_bb_pos,buy,2026-03-19 11:54:00,537.0 -26273,buy_contrast_m10_bb_pos,buy,2026-03-19 11:57:00,537.0 -26274,buy_contrast_m10_bb_pos,buy,2026-03-19 15:00:00,528.0 -26275,buy_contrast_m10_bb_pos,buy,2026-03-19 15:03:00,526.0 -26276,buy_contrast_m10_bb_pos,buy,2026-03-19 15:06:00,525.0 -26277,buy_contrast_m10_bb_pos,buy,2026-03-19 15:09:00,526.0 -26278,buy_contrast_m10_bb_pos,buy,2026-03-19 15:21:00,524.0 -26279,buy_contrast_m10_bb_pos,buy,2026-03-19 15:24:00,524.0 -26280,buy_contrast_m10_bb_pos,buy,2026-03-19 15:27:00,524.0 -26281,buy_contrast_m10_bb_pos,buy,2026-03-19 15:30:00,523.0 -26282,buy_contrast_m10_bb_pos,buy,2026-03-19 15:33:00,523.0 -26283,buy_contrast_m10_bb_pos,buy,2026-03-19 15:36:00,522.0 -26284,buy_contrast_m10_bb_pos,buy,2026-03-19 15:39:00,523.0 -26285,buy_contrast_m10_bb_pos,buy,2026-03-19 16:12:00,518.0 -26286,buy_contrast_m10_bb_pos,buy,2026-03-19 16:15:00,516.0 -26287,buy_contrast_m10_bb_pos,buy,2026-03-19 16:18:00,515.0 -26288,buy_contrast_m10_bb_pos,buy,2026-03-19 16:30:00,514.0 -26289,buy_contrast_m10_bb_pos,buy,2026-03-19 16:33:00,514.0 -26290,buy_contrast_m10_bb_pos,buy,2026-03-19 16:36:00,515.0 -26291,buy_contrast_m10_bb_pos,buy,2026-03-19 16:39:00,517.0 -26292,buy_contrast_m10_bb_pos,buy,2026-03-19 16:42:00,517.0 -26293,buy_contrast_m10_bb_pos,buy,2026-03-19 16:45:00,516.0 -26294,buy_contrast_m10_bb_pos,buy,2026-03-19 16:48:00,514.0 -26295,buy_contrast_m10_bb_pos,buy,2026-03-19 16:51:00,514.0 -26296,buy_contrast_m10_bb_pos,buy,2026-03-19 16:54:00,515.0 -26297,buy_contrast_m10_bb_pos,buy,2026-03-19 16:57:00,514.0 -26298,buy_contrast_m10_bb_pos,buy,2026-03-19 17:00:00,513.0 -26299,buy_contrast_m10_bb_pos,buy,2026-03-19 17:03:00,513.0 -26300,buy_contrast_m10_bb_pos,buy,2026-03-19 17:06:00,512.0 -26301,buy_contrast_m10_bb_pos,buy,2026-03-19 17:09:00,511.0 -26302,buy_contrast_m10_bb_pos,buy,2026-03-19 17:12:00,511.0 -26303,buy_contrast_m10_bb_pos,buy,2026-03-19 17:15:00,512.0 -26304,buy_contrast_m10_bb_pos,buy,2026-03-19 17:18:00,513.0 -26305,buy_contrast_m10_bb_pos,buy,2026-03-19 17:30:00,511.0 -26306,buy_contrast_m10_bb_pos,buy,2026-03-19 17:33:00,511.0 -26307,buy_contrast_m10_bb_pos,buy,2026-03-19 17:36:00,510.0 -26308,buy_contrast_m10_bb_pos,buy,2026-03-19 17:39:00,511.0 -26309,buy_contrast_m10_bb_pos,buy,2026-03-19 19:30:00,510.0 -26310,buy_contrast_m10_bb_pos,buy,2026-03-19 19:33:00,510.0 -26311,buy_contrast_m10_bb_pos,buy,2026-03-19 19:36:00,510.0 -26312,buy_contrast_m10_bb_pos,buy,2026-03-19 19:39:00,509.0 -26313,buy_contrast_m10_bb_pos,buy,2026-03-19 19:42:00,506.0 -26314,buy_contrast_m10_bb_pos,buy,2026-03-19 19:45:00,506.0 -26315,buy_contrast_m10_bb_pos,buy,2026-03-19 19:48:00,506.0 -26316,buy_contrast_m10_bb_pos,buy,2026-03-19 20:21:00,503.0 -26317,buy_contrast_m10_bb_pos,buy,2026-03-19 20:24:00,503.0 -26318,buy_contrast_m10_bb_pos,buy,2026-03-19 20:27:00,505.0 -26319,buy_contrast_m10_bb_pos,buy,2026-03-19 20:30:00,505.0 -26320,buy_contrast_m10_bb_pos,buy,2026-03-19 20:33:00,506.0 -26321,buy_contrast_m10_bb_pos,buy,2026-03-19 20:36:00,505.0 -26322,buy_contrast_m10_bb_pos,buy,2026-03-19 20:39:00,504.0 -26323,buy_contrast_m10_bb_pos,buy,2026-03-19 20:42:00,505.0 -26324,buy_contrast_m10_bb_pos,buy,2026-03-19 20:45:00,505.0 -26325,buy_contrast_m10_bb_pos,buy,2026-03-19 20:48:00,504.0 -26326,buy_contrast_m10_bb_pos,buy,2026-03-19 22:21:00,498.0 -26327,buy_contrast_m10_bb_pos,buy,2026-03-19 22:24:00,497.0 -26328,buy_contrast_m10_bb_pos,buy,2026-03-19 22:27:00,497.0 -26329,buy_contrast_m10_bb_pos,buy,2026-03-19 22:30:00,497.0 -26330,buy_contrast_m10_bb_pos,buy,2026-03-19 22:33:00,500.0 -26331,buy_contrast_m10_bb_pos,buy,2026-03-19 22:36:00,500.0 -26332,buy_contrast_m10_bb_pos,buy,2026-03-19 22:39:00,499.0 -26333,buy_contrast_m10_bb_pos,buy,2026-03-19 23:12:00,497.0 -26334,buy_contrast_m10_bb_pos,buy,2026-03-19 23:15:00,497.0 -26335,buy_contrast_m10_bb_pos,buy,2026-03-19 23:18:00,496.0 -26336,buy_contrast_m10_bb_pos,buy,2026-03-19 23:21:00,496.0 -26337,buy_contrast_m10_bb_pos,buy,2026-03-19 23:24:00,496.0 -26338,buy_contrast_m10_bb_pos,buy,2026-03-19 23:27:00,496.0 -26339,buy_contrast_m10_bb_pos,buy,2026-03-19 23:30:00,495.0 -26340,buy_contrast_m10_bb_pos,buy,2026-03-19 23:33:00,497.0 -26341,buy_contrast_m10_bb_pos,buy,2026-03-19 23:36:00,496.0 -26342,buy_contrast_m10_bb_pos,buy,2026-03-19 23:39:00,497.0 -26343,buy_contrast_m10_bb_pos,buy,2026-03-20 01:42:00,490.0 -26344,buy_contrast_m10_bb_pos,buy,2026-03-20 01:45:00,490.0 -26345,buy_contrast_m10_bb_pos,buy,2026-03-20 01:48:00,490.0 -26346,buy_contrast_m10_bb_pos,buy,2026-03-20 01:51:00,491.0 -26347,buy_contrast_m10_bb_pos,buy,2026-03-20 01:54:00,491.0 -26348,buy_contrast_m10_bb_pos,buy,2026-03-20 01:57:00,491.0 -26349,buy_contrast_m10_bb_pos,buy,2026-03-20 03:21:00,490.0 -26350,buy_contrast_m10_bb_pos,buy,2026-03-20 03:24:00,489.0 -26351,buy_contrast_m10_bb_pos,buy,2026-03-20 03:27:00,487.0 -26352,buy_contrast_m10_bb_pos,buy,2026-03-20 03:30:00,488.0 -26353,buy_contrast_m10_bb_pos,buy,2026-03-20 03:33:00,488.0 -26354,buy_contrast_m10_bb_pos,buy,2026-03-20 03:36:00,487.0 -26355,buy_contrast_m10_bb_pos,buy,2026-03-20 03:39:00,487.0 -26356,buy_contrast_m10_bb_pos,buy,2026-03-20 04:30:00,487.0 -26357,buy_contrast_m10_bb_pos,buy,2026-03-20 04:33:00,487.0 -26358,buy_contrast_m10_bb_pos,buy,2026-03-20 04:36:00,486.0 -26359,buy_contrast_m10_bb_pos,buy,2026-03-20 04:39:00,487.0 -26360,buy_contrast_m10_bb_pos,buy,2026-03-20 04:42:00,486.0 -26361,buy_contrast_m10_bb_pos,buy,2026-03-20 04:45:00,486.0 -26362,buy_contrast_m10_bb_pos,buy,2026-03-20 04:48:00,487.0 -26363,buy_contrast_m10_bb_pos,buy,2026-03-20 09:30:00,491.0 -26364,buy_contrast_m10_bb_pos,buy,2026-03-20 09:33:00,491.0 -26365,buy_contrast_m10_bb_pos,buy,2026-03-20 09:36:00,491.0 -26366,buy_contrast_m10_bb_pos,buy,2026-03-20 09:39:00,492.0 -26367,buy_contrast_m10_bb_pos,buy,2026-03-20 09:42:00,492.0 -26368,buy_contrast_m10_bb_pos,buy,2026-03-20 09:45:00,493.0 -26369,buy_contrast_m10_bb_pos,buy,2026-03-20 09:48:00,492.0 -26370,buy_contrast_m10_bb_pos,buy,2026-03-20 11:21:00,492.0 -26371,buy_contrast_m10_bb_pos,buy,2026-03-20 11:24:00,491.0 -26372,buy_contrast_m10_bb_pos,buy,2026-03-20 11:27:00,488.0 -26373,buy_contrast_m10_bb_pos,buy,2026-03-20 16:12:00,490.0 -26374,buy_contrast_m10_bb_pos,buy,2026-03-20 16:15:00,490.0 -26375,buy_contrast_m10_bb_pos,buy,2026-03-20 16:18:00,491.0 -26376,buy_contrast_m10_bb_pos,buy,2026-03-20 16:21:00,490.0 -26377,buy_contrast_m10_bb_pos,buy,2026-03-20 16:24:00,493.0 -26378,buy_contrast_m10_bb_pos,buy,2026-03-20 16:27:00,492.0 -26379,buy_contrast_m10_bb_pos,buy,2026-03-20 16:30:00,491.0 -26380,buy_contrast_m10_bb_pos,buy,2026-03-20 16:33:00,491.0 -26381,buy_contrast_m10_bb_pos,buy,2026-03-20 16:36:00,494.0 -26382,buy_contrast_m10_bb_pos,buy,2026-03-20 16:39:00,493.0 -26383,buy_contrast_m10_bb_pos,buy,2026-03-20 17:51:00,492.0 -26384,buy_contrast_m10_bb_pos,buy,2026-03-20 17:54:00,491.0 -26385,buy_contrast_m10_bb_pos,buy,2026-03-20 17:57:00,492.0 -26386,buy_contrast_m10_bb_pos,buy,2026-03-20 18:12:00,490.0 -26387,buy_contrast_m10_bb_pos,buy,2026-03-20 18:15:00,490.0 -26388,buy_contrast_m10_bb_pos,buy,2026-03-20 18:18:00,489.0 -26389,buy_contrast_m10_bb_pos,buy,2026-03-20 18:42:00,488.0 -26390,buy_contrast_m10_bb_pos,buy,2026-03-20 18:45:00,487.0 -26391,buy_contrast_m10_bb_pos,buy,2026-03-20 18:48:00,486.0 -26392,buy_contrast_m10_bb_pos,buy,2026-03-20 18:51:00,486.0 -26393,buy_contrast_m10_bb_pos,buy,2026-03-20 18:54:00,486.0 -26394,buy_contrast_m10_bb_pos,buy,2026-03-20 18:57:00,486.0 -26395,buy_contrast_m10_bb_pos,buy,2026-03-20 19:00:00,487.0 -26396,buy_contrast_m10_bb_pos,buy,2026-03-20 19:03:00,486.0 -26397,buy_contrast_m10_bb_pos,buy,2026-03-20 19:06:00,486.0 -26398,buy_contrast_m10_bb_pos,buy,2026-03-20 19:09:00,485.0 -26399,buy_contrast_m10_bb_pos,buy,2026-03-20 19:12:00,484.0 -26400,buy_contrast_m10_bb_pos,buy,2026-03-20 19:15:00,483.0 -26401,buy_contrast_m10_bb_pos,buy,2026-03-20 19:18:00,484.0 -26402,buy_contrast_m10_bb_pos,buy,2026-03-20 19:21:00,483.0 -26403,buy_contrast_m10_bb_pos,buy,2026-03-20 19:24:00,483.0 -26404,buy_contrast_m10_bb_pos,buy,2026-03-20 19:27:00,483.0 -26405,buy_contrast_m10_bb_pos,buy,2026-03-20 19:42:00,484.0 -26406,buy_contrast_m10_bb_pos,buy,2026-03-20 19:45:00,485.0 -26407,buy_contrast_m10_bb_pos,buy,2026-03-20 19:48:00,484.0 -26408,buy_contrast_m10_bb_pos,buy,2026-03-20 20:42:00,482.0 -26409,buy_contrast_m10_bb_pos,buy,2026-03-20 20:45:00,484.0 -26410,buy_contrast_m10_bb_pos,buy,2026-03-20 20:48:00,482.0 -26411,buy_contrast_m10_bb_pos,buy,2026-03-20 20:51:00,481.0 -26412,buy_contrast_m10_bb_pos,buy,2026-03-20 20:54:00,482.0 -26413,buy_contrast_m10_bb_pos,buy,2026-03-20 20:57:00,482.0 -26414,buy_contrast_m10_bb_pos,buy,2026-03-20 21:00:00,481.0 -26415,buy_contrast_m10_bb_pos,buy,2026-03-20 21:03:00,482.0 -26416,buy_contrast_m10_bb_pos,buy,2026-03-20 21:06:00,483.0 -26417,buy_contrast_m10_bb_pos,buy,2026-03-20 21:09:00,483.0 -26418,buy_contrast_m10_bb_pos,buy,2026-03-20 21:21:00,482.0 -26419,buy_contrast_m10_bb_pos,buy,2026-03-20 21:24:00,482.0 -26420,buy_contrast_m10_bb_pos,buy,2026-03-20 21:27:00,480.0 -26421,buy_contrast_m10_bb_pos,buy,2026-03-20 21:42:00,478.0 -26422,buy_contrast_m10_bb_pos,buy,2026-03-20 21:45:00,480.0 -26423,buy_contrast_m10_bb_pos,buy,2026-03-20 21:48:00,479.0 -26424,buy_contrast_m10_bb_pos,buy,2026-03-20 21:51:00,479.0 -26425,buy_contrast_m10_bb_pos,buy,2026-03-20 21:54:00,480.0 -26426,buy_contrast_m10_bb_pos,buy,2026-03-20 21:57:00,480.0 -26427,buy_contrast_m10_bb_pos,buy,2026-03-20 22:00:00,479.0 -26428,buy_contrast_m10_bb_pos,buy,2026-03-20 22:03:00,480.0 -26429,buy_contrast_m10_bb_pos,buy,2026-03-20 22:06:00,481.0 -26430,buy_contrast_m10_bb_pos,buy,2026-03-20 22:09:00,480.0 -26431,buy_contrast_m10_bb_pos,buy,2026-03-20 22:42:00,478.0 -26432,buy_contrast_m10_bb_pos,buy,2026-03-20 22:45:00,481.0 -26433,buy_contrast_m10_bb_pos,buy,2026-03-20 22:48:00,481.0 -26434,buy_contrast_m10_bb_pos,buy,2026-03-21 08:00:00,487.0 -26435,buy_contrast_m10_bb_pos,buy,2026-03-21 08:03:00,485.0 -26436,buy_contrast_m10_bb_pos,buy,2026-03-21 08:06:00,483.0 -26437,buy_contrast_m10_bb_pos,buy,2026-03-21 08:09:00,481.0 -26438,buy_contrast_m10_bb_pos,buy,2026-03-21 08:30:00,483.0 -26439,buy_contrast_m10_bb_pos,buy,2026-03-21 08:33:00,482.0 -26440,buy_contrast_m10_bb_pos,buy,2026-03-21 08:36:00,482.0 -26441,buy_contrast_m10_bb_pos,buy,2026-03-21 08:39:00,482.0 -26442,buy_contrast_m10_bb_pos,buy,2026-03-21 08:42:00,481.0 -26443,buy_contrast_m10_bb_pos,buy,2026-03-21 08:45:00,480.0 -26444,buy_contrast_m10_bb_pos,buy,2026-03-21 08:48:00,480.0 -26445,buy_contrast_m10_bb_pos,buy,2026-03-21 08:51:00,482.0 -26446,buy_contrast_m10_bb_pos,buy,2026-03-21 08:54:00,482.0 -26447,buy_contrast_m10_bb_pos,buy,2026-03-21 08:57:00,480.0 -26448,buy_contrast_m10_bb_pos,buy,2026-03-21 09:00:00,481.0 -26449,buy_contrast_m10_bb_pos,buy,2026-03-21 09:03:00,483.0 -26450,buy_contrast_m10_bb_pos,buy,2026-03-21 09:06:00,480.0 -26451,buy_contrast_m10_bb_pos,buy,2026-03-21 09:09:00,480.0 -26452,buy_contrast_m10_bb_pos,buy,2026-03-21 09:12:00,480.0 -26453,buy_contrast_m10_bb_pos,buy,2026-03-21 09:15:00,481.0 -26454,buy_contrast_m10_bb_pos,buy,2026-03-21 09:18:00,482.0 -26455,buy_contrast_m10_bb_pos,buy,2026-03-21 09:42:00,479.0 -26456,buy_contrast_m10_bb_pos,buy,2026-03-21 09:45:00,479.0 -26457,buy_contrast_m10_bb_pos,buy,2026-03-21 09:48:00,479.0 -26458,buy_contrast_m10_bb_pos,buy,2026-03-21 11:12:00,478.0 -26459,buy_contrast_m10_bb_pos,buy,2026-03-21 11:15:00,478.0 -26460,buy_contrast_m10_bb_pos,buy,2026-03-21 11:18:00,478.0 -26461,buy_contrast_m10_bb_pos,buy,2026-03-21 11:21:00,478.0 -26462,buy_contrast_m10_bb_pos,buy,2026-03-21 11:24:00,477.0 -26463,buy_contrast_m10_bb_pos,buy,2026-03-21 11:27:00,479.0 -26464,buy_contrast_m10_bb_pos,buy,2026-03-21 11:30:00,478.0 -26465,buy_contrast_m10_bb_pos,buy,2026-03-21 11:33:00,477.0 -26466,buy_contrast_m10_bb_pos,buy,2026-03-21 11:36:00,477.0 -26467,buy_contrast_m10_bb_pos,buy,2026-03-21 11:39:00,478.0 -26468,buy_contrast_m10_bb_pos,buy,2026-03-21 17:12:00,480.0 -26469,buy_contrast_m10_bb_pos,buy,2026-03-21 17:15:00,479.0 -26470,buy_contrast_m10_bb_pos,buy,2026-03-21 17:18:00,479.0 -26471,buy_contrast_m10_bb_pos,buy,2026-03-21 18:30:00,478.0 -26472,buy_contrast_m10_bb_pos,buy,2026-03-21 18:33:00,474.0 -26473,buy_contrast_m10_bb_pos,buy,2026-03-21 18:36:00,473.0 -26474,buy_contrast_m10_bb_pos,buy,2026-03-21 18:39:00,473.0 -26475,buy_contrast_m10_bb_pos,buy,2026-03-21 19:12:00,472.0 -26476,buy_contrast_m10_bb_pos,buy,2026-03-21 19:15:00,471.0 -26477,buy_contrast_m10_bb_pos,buy,2026-03-21 19:18:00,471.0 -26478,buy_contrast_m10_bb_pos,buy,2026-03-21 19:21:00,472.0 -26479,buy_contrast_m10_bb_pos,buy,2026-03-21 19:24:00,471.0 -26480,buy_contrast_m10_bb_pos,buy,2026-03-21 19:27:00,470.0 -26481,buy_contrast_m10_bb_pos,buy,2026-03-21 19:30:00,471.0 -26482,buy_contrast_m10_bb_pos,buy,2026-03-21 19:33:00,470.0 -26483,buy_contrast_m10_bb_pos,buy,2026-03-21 19:36:00,471.0 -26484,buy_contrast_m10_bb_pos,buy,2026-03-21 19:39:00,471.0 -26485,buy_contrast_m10_bb_pos,buy,2026-03-21 19:42:00,471.0 -26486,buy_contrast_m10_bb_pos,buy,2026-03-21 19:45:00,471.0 -26487,buy_contrast_m10_bb_pos,buy,2026-03-21 19:48:00,471.0 -26488,buy_contrast_m10_bb_pos,buy,2026-03-21 22:30:00,470.0 -26489,buy_contrast_m10_bb_pos,buy,2026-03-21 22:33:00,471.0 -26490,buy_contrast_m10_bb_pos,buy,2026-03-21 22:36:00,470.0 -26491,buy_contrast_m10_bb_pos,buy,2026-03-21 22:39:00,470.0 -26492,buy_contrast_m10_bb_pos,buy,2026-03-21 22:42:00,469.0 -26493,buy_contrast_m10_bb_pos,buy,2026-03-21 22:45:00,470.0 -26494,buy_contrast_m10_bb_pos,buy,2026-03-21 22:48:00,470.0 -26495,buy_contrast_m10_bb_pos,buy,2026-03-22 08:30:00,485.0 -26496,buy_contrast_m10_bb_pos,buy,2026-03-22 08:33:00,486.0 -26497,buy_contrast_m10_bb_pos,buy,2026-03-22 08:36:00,485.0 -26498,buy_contrast_m10_bb_pos,buy,2026-03-22 08:39:00,486.0 -26499,buy_contrast_m10_bb_pos,buy,2026-03-22 09:21:00,476.0 -26500,buy_contrast_m10_bb_pos,buy,2026-03-22 09:24:00,476.0 -26501,buy_contrast_m10_bb_pos,buy,2026-03-22 09:27:00,474.0 -26502,buy_contrast_m10_bb_pos,buy,2026-03-22 09:42:00,477.0 -26503,buy_contrast_m10_bb_pos,buy,2026-03-22 09:45:00,476.0 -26504,buy_contrast_m10_bb_pos,buy,2026-03-22 09:48:00,478.0 -26505,buy_contrast_m10_bb_pos,buy,2026-03-22 09:51:00,475.0 -26506,buy_contrast_m10_bb_pos,buy,2026-03-22 09:54:00,472.0 -26507,buy_contrast_m10_bb_pos,buy,2026-03-22 09:57:00,473.0 -26508,buy_contrast_m10_bb_pos,buy,2026-03-22 10:00:00,474.0 -26509,buy_contrast_m10_bb_pos,buy,2026-03-22 10:03:00,475.0 -26510,buy_contrast_m10_bb_pos,buy,2026-03-22 10:06:00,475.0 -26511,buy_contrast_m10_bb_pos,buy,2026-03-22 10:09:00,474.0 -26512,buy_contrast_m10_bb_pos,buy,2026-03-22 10:12:00,473.0 -26513,buy_contrast_m10_bb_pos,buy,2026-03-22 10:15:00,475.0 -26514,buy_contrast_m10_bb_pos,buy,2026-03-22 10:18:00,475.0 -26515,buy_contrast_m10_bb_pos,buy,2026-03-22 10:42:00,474.0 -26516,buy_contrast_m10_bb_pos,buy,2026-03-22 10:45:00,474.0 -26517,buy_contrast_m10_bb_pos,buy,2026-03-22 10:48:00,475.0 -26518,buy_contrast_m10_bb_pos,buy,2026-03-22 14:30:00,476.0 -26519,buy_contrast_m10_bb_pos,buy,2026-03-22 14:33:00,477.0 -26520,buy_contrast_m10_bb_pos,buy,2026-03-22 14:36:00,475.0 -26521,buy_contrast_m10_bb_pos,buy,2026-03-22 14:39:00,476.0 -26522,buy_contrast_m10_bb_pos,buy,2026-03-22 14:42:00,476.0 -26523,buy_contrast_m10_bb_pos,buy,2026-03-22 14:45:00,476.0 -26524,buy_contrast_m10_bb_pos,buy,2026-03-22 14:48:00,475.0 -26525,buy_contrast_m10_bb_pos,buy,2026-03-22 15:00:00,476.0 -26526,buy_contrast_m10_bb_pos,buy,2026-03-22 15:03:00,475.0 -26527,buy_contrast_m10_bb_pos,buy,2026-03-22 15:06:00,476.0 -26528,buy_contrast_m10_bb_pos,buy,2026-03-22 15:09:00,475.0 -26529,buy_contrast_m10_bb_pos,buy,2026-03-22 15:21:00,476.0 -26530,buy_contrast_m10_bb_pos,buy,2026-03-22 15:24:00,475.0 -26531,buy_contrast_m10_bb_pos,buy,2026-03-22 15:27:00,475.0 -26532,buy_contrast_m10_bb_pos,buy,2026-03-22 17:00:00,474.0 -26533,buy_contrast_m10_bb_pos,buy,2026-03-22 17:03:00,474.0 -26534,buy_contrast_m10_bb_pos,buy,2026-03-22 17:06:00,475.0 -26535,buy_contrast_m10_bb_pos,buy,2026-03-22 17:09:00,475.0 -26536,buy_contrast_m10_bb_pos,buy,2026-03-22 17:12:00,474.0 -26537,buy_contrast_m10_bb_pos,buy,2026-03-22 17:15:00,474.0 -26538,buy_contrast_m10_bb_pos,buy,2026-03-22 17:18:00,473.0 -26539,buy_contrast_m10_bb_pos,buy,2026-03-22 17:42:00,475.0 -26540,buy_contrast_m10_bb_pos,buy,2026-03-22 17:45:00,475.0 -26541,buy_contrast_m10_bb_pos,buy,2026-03-22 17:48:00,475.0 -26542,buy_contrast_m10_bb_pos,buy,2026-03-22 18:51:00,473.0 -26543,buy_contrast_m10_bb_pos,buy,2026-03-22 18:54:00,473.0 -26544,buy_contrast_m10_bb_pos,buy,2026-03-22 18:57:00,474.0 -26545,buy_contrast_m10_bb_pos,buy,2026-03-22 19:12:00,473.0 -26546,buy_contrast_m10_bb_pos,buy,2026-03-22 19:15:00,473.0 -26547,buy_contrast_m10_bb_pos,buy,2026-03-22 19:18:00,472.0 -26548,buy_contrast_m10_bb_pos,buy,2026-03-22 19:21:00,472.0 -26549,buy_contrast_m10_bb_pos,buy,2026-03-22 19:24:00,473.0 -26550,buy_contrast_m10_bb_pos,buy,2026-03-22 19:27:00,473.0 -26551,buy_contrast_m10_bb_pos,buy,2026-03-22 20:00:00,470.0 -26552,buy_contrast_m10_bb_pos,buy,2026-03-22 20:03:00,470.0 -26553,buy_contrast_m10_bb_pos,buy,2026-03-22 20:06:00,470.0 -26554,buy_contrast_m10_bb_pos,buy,2026-03-22 20:09:00,471.0 -26555,buy_contrast_m10_bb_pos,buy,2026-03-22 20:21:00,472.0 -26556,buy_contrast_m10_bb_pos,buy,2026-03-22 20:24:00,472.0 -26557,buy_contrast_m10_bb_pos,buy,2026-03-22 20:27:00,471.0 -26558,buy_contrast_m10_bb_pos,buy,2026-03-22 23:51:00,469.0 -26559,buy_contrast_m10_bb_pos,buy,2026-03-22 23:54:00,469.0 -26560,buy_contrast_m10_bb_pos,buy,2026-03-22 23:57:00,469.0 -26561,buy_contrast_m10_bb_pos,buy,2026-03-23 02:51:00,468.0 -26562,buy_contrast_m10_bb_pos,buy,2026-03-23 02:54:00,468.0 -26563,buy_contrast_m10_bb_pos,buy,2026-03-23 02:57:00,468.0 -26564,buy_contrast_m10_bb_pos,buy,2026-03-23 03:51:00,465.0 -26565,buy_contrast_m10_bb_pos,buy,2026-03-23 03:54:00,465.0 -26566,buy_contrast_m10_bb_pos,buy,2026-03-23 03:57:00,465.0 -26567,buy_contrast_m10_bb_pos,buy,2026-03-23 04:00:00,465.0 -26568,buy_contrast_m10_bb_pos,buy,2026-03-23 04:03:00,463.0 -26569,buy_contrast_m10_bb_pos,buy,2026-03-23 04:06:00,464.0 -26570,buy_contrast_m10_bb_pos,buy,2026-03-23 04:09:00,464.0 -26571,buy_contrast_m10_bb_pos,buy,2026-03-23 04:42:00,462.0 -26572,buy_contrast_m10_bb_pos,buy,2026-03-23 04:45:00,462.0 -26573,buy_contrast_m10_bb_pos,buy,2026-03-23 04:48:00,461.0 -26574,buy_contrast_m10_bb_pos,buy,2026-03-23 04:51:00,461.0 -26575,buy_contrast_m10_bb_pos,buy,2026-03-23 04:54:00,462.0 -26576,buy_contrast_m10_bb_pos,buy,2026-03-23 04:57:00,461.0 -26577,buy_contrast_m10_bb_pos,buy,2026-03-23 05:42:00,459.0 -26578,buy_contrast_m10_bb_pos,buy,2026-03-23 05:45:00,460.0 -26579,buy_contrast_m10_bb_pos,buy,2026-03-23 05:48:00,459.0 -26580,buy_contrast_m10_bb_pos,buy,2026-03-23 05:51:00,458.0 -26581,buy_contrast_m10_bb_pos,buy,2026-03-23 05:54:00,457.0 -26582,buy_contrast_m10_bb_pos,buy,2026-03-23 05:57:00,458.0 -26583,buy_contrast_m10_bb_pos,buy,2026-03-23 06:00:00,458.0 -26584,buy_contrast_m10_bb_pos,buy,2026-03-23 06:03:00,459.0 -26585,buy_contrast_m10_bb_pos,buy,2026-03-23 06:06:00,456.0 -26586,buy_contrast_m10_bb_pos,buy,2026-03-23 06:09:00,459.0 -26587,buy_contrast_m10_bb_pos,buy,2026-03-23 06:30:00,457.0 -26588,buy_contrast_m10_bb_pos,buy,2026-03-23 06:33:00,458.0 -26589,buy_contrast_m10_bb_pos,buy,2026-03-23 06:36:00,456.0 -26590,buy_contrast_m10_bb_pos,buy,2026-03-23 06:39:00,458.0 -26591,buy_contrast_m10_bb_pos,buy,2026-03-23 06:51:00,456.0 -26592,buy_contrast_m10_bb_pos,buy,2026-03-23 06:54:00,458.0 -26593,buy_contrast_m10_bb_pos,buy,2026-03-23 06:57:00,458.0 -26594,buy_contrast_m10_bb_pos,buy,2026-03-23 15:51:00,466.0 -26595,buy_contrast_m10_bb_pos,buy,2026-03-23 15:54:00,465.0 -26596,buy_contrast_m10_bb_pos,buy,2026-03-23 15:57:00,466.0 -26597,buy_contrast_m10_bb_pos,buy,2026-03-23 16:12:00,464.0 -26598,buy_contrast_m10_bb_pos,buy,2026-03-23 16:15:00,465.0 -26599,buy_contrast_m10_bb_pos,buy,2026-03-23 16:18:00,463.0 -26600,buy_contrast_m10_bb_pos,buy,2026-03-23 17:51:00,463.0 -26601,buy_contrast_m10_bb_pos,buy,2026-03-23 17:54:00,463.0 -26602,buy_contrast_m10_bb_pos,buy,2026-03-23 17:57:00,461.0 -26603,buy_contrast_m10_bb_pos,buy,2026-03-23 18:30:00,460.0 -26604,buy_contrast_m10_bb_pos,buy,2026-03-23 18:33:00,459.0 -26605,buy_contrast_m10_bb_pos,buy,2026-03-23 18:36:00,457.0 -26606,buy_contrast_m10_bb_pos,buy,2026-03-23 18:39:00,459.0 -26607,buy_contrast_m10_bb_pos,buy,2026-03-23 18:42:00,461.0 -26608,buy_contrast_m10_bb_pos,buy,2026-03-23 18:45:00,460.0 -26609,buy_contrast_m10_bb_pos,buy,2026-03-23 18:48:00,461.0 -26610,buy_contrast_m10_bb_pos,buy,2026-03-23 18:51:00,461.0 -26611,buy_contrast_m10_bb_pos,buy,2026-03-23 18:54:00,461.0 -26612,buy_contrast_m10_bb_pos,buy,2026-03-23 18:57:00,462.0 -26613,buy_contrast_m10_bb_pos,buy,2026-03-24 07:12:00,483.0 -26614,buy_contrast_m10_bb_pos,buy,2026-03-24 07:15:00,483.0 -26615,buy_contrast_m10_bb_pos,buy,2026-03-24 07:18:00,482.0 -26616,buy_contrast_m10_bb_pos,buy,2026-03-24 07:42:00,481.0 -26617,buy_contrast_m10_bb_pos,buy,2026-03-24 07:45:00,480.0 -26618,buy_contrast_m10_bb_pos,buy,2026-03-24 07:48:00,481.0 -26619,buy_contrast_m10_bb_pos,buy,2026-03-24 07:51:00,480.0 -26620,buy_contrast_m10_bb_pos,buy,2026-03-24 07:54:00,480.0 -26621,buy_contrast_m10_bb_pos,buy,2026-03-24 07:57:00,479.0 -26622,buy_contrast_m10_bb_pos,buy,2026-03-24 09:42:00,480.0 -26623,buy_contrast_m10_bb_pos,buy,2026-03-24 09:45:00,480.0 -26624,buy_contrast_m10_bb_pos,buy,2026-03-24 09:48:00,480.0 -26625,buy_contrast_m10_bb_pos,buy,2026-03-24 10:12:00,478.0 -26626,buy_contrast_m10_bb_pos,buy,2026-03-24 10:15:00,477.0 -26627,buy_contrast_m10_bb_pos,buy,2026-03-24 10:18:00,477.0 -26628,buy_contrast_m10_bb_pos,buy,2026-03-24 10:21:00,478.0 -26629,buy_contrast_m10_bb_pos,buy,2026-03-24 10:24:00,478.0 -26630,buy_contrast_m10_bb_pos,buy,2026-03-24 10:27:00,478.0 -26631,buy_contrast_m10_bb_pos,buy,2026-03-24 10:42:00,477.0 -26632,buy_contrast_m10_bb_pos,buy,2026-03-24 10:45:00,477.0 -26633,buy_contrast_m10_bb_pos,buy,2026-03-24 10:48:00,476.0 -26634,buy_contrast_m10_bb_pos,buy,2026-03-24 18:30:00,478.0 -26635,buy_contrast_m10_bb_pos,buy,2026-03-24 18:33:00,478.0 -26636,buy_contrast_m10_bb_pos,buy,2026-03-24 18:36:00,479.0 -26637,buy_contrast_m10_bb_pos,buy,2026-03-24 18:39:00,479.0 -26638,buy_contrast_m10_bb_pos,buy,2026-03-24 18:51:00,478.0 -26639,buy_contrast_m10_bb_pos,buy,2026-03-24 18:54:00,478.0 -26640,buy_contrast_m10_bb_pos,buy,2026-03-24 18:57:00,477.0 -26641,buy_contrast_m10_bb_pos,buy,2026-03-24 19:00:00,477.0 -26642,buy_contrast_m10_bb_pos,buy,2026-03-24 19:03:00,477.0 -26643,buy_contrast_m10_bb_pos,buy,2026-03-24 19:06:00,476.0 -26644,buy_contrast_m10_bb_pos,buy,2026-03-24 19:09:00,476.0 -26645,buy_contrast_m10_bb_pos,buy,2026-03-24 19:30:00,476.0 -26646,buy_contrast_m10_bb_pos,buy,2026-03-24 19:33:00,475.0 -26647,buy_contrast_m10_bb_pos,buy,2026-03-24 19:36:00,475.0 -26648,buy_contrast_m10_bb_pos,buy,2026-03-24 19:39:00,476.0 -26649,buy_contrast_m10_bb_pos,buy,2026-03-24 20:21:00,476.0 -26650,buy_contrast_m10_bb_pos,buy,2026-03-24 20:24:00,476.0 -26651,buy_contrast_m10_bb_pos,buy,2026-03-24 20:27:00,476.0 -26652,buy_contrast_m10_bb_pos,buy,2026-03-24 20:42:00,475.0 -26653,buy_contrast_m10_bb_pos,buy,2026-03-24 20:45:00,475.0 -26654,buy_contrast_m10_bb_pos,buy,2026-03-24 20:48:00,475.0 -26655,buy_contrast_m10_bb_pos,buy,2026-03-24 20:51:00,474.0 -26656,buy_contrast_m10_bb_pos,buy,2026-03-24 20:54:00,474.0 -26657,buy_contrast_m10_bb_pos,buy,2026-03-24 20:57:00,474.0 -26658,buy_contrast_m10_bb_pos,buy,2026-03-24 21:21:00,474.0 -26659,buy_contrast_m10_bb_pos,buy,2026-03-24 21:24:00,473.0 -26660,buy_contrast_m10_bb_pos,buy,2026-03-24 21:27:00,474.0 -26661,buy_contrast_m10_bb_pos,buy,2026-03-24 21:30:00,473.0 -26662,buy_contrast_m10_bb_pos,buy,2026-03-24 21:33:00,473.0 -26663,buy_contrast_m10_bb_pos,buy,2026-03-24 21:36:00,476.0 -26664,buy_contrast_m10_bb_pos,buy,2026-03-24 21:39:00,476.0 -26665,buy_contrast_m10_bb_pos,buy,2026-03-24 23:21:00,473.0 -26666,buy_contrast_m10_bb_pos,buy,2026-03-24 23:24:00,473.0 -26667,buy_contrast_m10_bb_pos,buy,2026-03-24 23:27:00,473.0 -26668,buy_contrast_m10_bb_pos,buy,2026-03-24 23:30:00,473.0 -26669,buy_contrast_m10_bb_pos,buy,2026-03-24 23:33:00,472.0 -26670,buy_contrast_m10_bb_pos,buy,2026-03-24 23:36:00,473.0 -26671,buy_contrast_m10_bb_pos,buy,2026-03-24 23:39:00,472.0 -26672,buy_contrast_m10_bb_pos,buy,2026-03-24 23:42:00,472.0 -26673,buy_contrast_m10_bb_pos,buy,2026-03-24 23:45:00,472.0 -26674,buy_contrast_m10_bb_pos,buy,2026-03-24 23:48:00,471.0 -26675,buy_contrast_m10_bb_pos,buy,2026-03-25 00:12:00,472.0 -26676,buy_contrast_m10_bb_pos,buy,2026-03-25 00:15:00,473.0 -26677,buy_contrast_m10_bb_pos,buy,2026-03-25 00:18:00,473.0 -26678,buy_contrast_m10_bb_pos,buy,2026-03-25 02:42:00,471.0 -26679,buy_contrast_m10_bb_pos,buy,2026-03-25 02:45:00,469.0 -26680,buy_contrast_m10_bb_pos,buy,2026-03-25 02:48:00,469.0 -26681,buy_contrast_m10_bb_pos,buy,2026-03-25 03:12:00,470.0 -26682,buy_contrast_m10_bb_pos,buy,2026-03-25 03:15:00,469.0 -26683,buy_contrast_m10_bb_pos,buy,2026-03-25 03:18:00,469.0 -26684,buy_contrast_m10_bb_pos,buy,2026-03-25 03:21:00,471.0 -26685,buy_contrast_m10_bb_pos,buy,2026-03-25 03:24:00,471.0 -26686,buy_contrast_m10_bb_pos,buy,2026-03-25 03:27:00,470.0 -26687,buy_contrast_m10_bb_pos,buy,2026-03-25 12:21:00,479.0 -26688,buy_contrast_m10_bb_pos,buy,2026-03-25 12:24:00,479.0 -26689,buy_contrast_m10_bb_pos,buy,2026-03-25 12:27:00,479.0 -26690,buy_contrast_m10_bb_pos,buy,2026-03-25 13:30:00,478.0 -26691,buy_contrast_m10_bb_pos,buy,2026-03-25 13:33:00,478.0 -26692,buy_contrast_m10_bb_pos,buy,2026-03-25 13:36:00,476.0 -26693,buy_contrast_m10_bb_pos,buy,2026-03-25 13:39:00,477.0 -26694,buy_contrast_m10_bb_pos,buy,2026-03-25 14:21:00,476.0 -26695,buy_contrast_m10_bb_pos,buy,2026-03-25 14:24:00,475.0 -26696,buy_contrast_m10_bb_pos,buy,2026-03-25 14:27:00,476.0 -26697,buy_contrast_m10_bb_pos,buy,2026-03-25 14:30:00,476.0 -26698,buy_contrast_m10_bb_pos,buy,2026-03-25 14:33:00,477.0 -26699,buy_contrast_m10_bb_pos,buy,2026-03-25 14:36:00,477.0 -26700,buy_contrast_m10_bb_pos,buy,2026-03-25 14:39:00,477.0 -26701,buy_contrast_m10_bb_pos,buy,2026-03-25 14:42:00,477.0 -26702,buy_contrast_m10_bb_pos,buy,2026-03-25 14:45:00,476.0 -26703,buy_contrast_m10_bb_pos,buy,2026-03-25 14:48:00,477.0 -26704,buy_contrast_m10_bb_pos,buy,2026-03-25 15:00:00,475.0 -26705,buy_contrast_m10_bb_pos,buy,2026-03-25 15:03:00,476.0 -26706,buy_contrast_m10_bb_pos,buy,2026-03-25 15:06:00,475.0 -26707,buy_contrast_m10_bb_pos,buy,2026-03-25 15:09:00,476.0 -26708,buy_contrast_m10_bb_pos,buy,2026-03-25 15:21:00,475.0 -26709,buy_contrast_m10_bb_pos,buy,2026-03-25 15:24:00,477.0 -26710,buy_contrast_m10_bb_pos,buy,2026-03-25 15:27:00,477.0 -26711,buy_contrast_m10_bb_pos,buy,2026-03-25 23:00:00,479.0 -26712,buy_contrast_m10_bb_pos,buy,2026-03-25 23:03:00,478.0 -26713,buy_contrast_m10_bb_pos,buy,2026-03-25 23:06:00,478.0 -26714,buy_contrast_m10_bb_pos,buy,2026-03-25 23:09:00,478.0 -26715,buy_contrast_m10_bb_pos,buy,2026-03-25 23:12:00,477.0 -26716,buy_contrast_m10_bb_pos,buy,2026-03-25 23:15:00,479.0 -26717,buy_contrast_m10_bb_pos,buy,2026-03-25 23:18:00,479.0 -26718,buy_contrast_m10_bb_pos,buy,2026-03-25 23:21:00,480.0 -26719,buy_contrast_m10_bb_pos,buy,2026-03-25 23:24:00,480.0 -26720,buy_contrast_m10_bb_pos,buy,2026-03-25 23:27:00,480.0 -26721,buy_contrast_m10_bb_pos,buy,2026-03-26 00:30:00,477.0 -26722,buy_contrast_m10_bb_pos,buy,2026-03-26 00:33:00,476.0 -26723,buy_contrast_m10_bb_pos,buy,2026-03-26 00:36:00,474.0 -26724,buy_contrast_m10_bb_pos,buy,2026-03-26 00:39:00,474.0 -26725,buy_contrast_m10_bb_pos,buy,2026-03-26 00:51:00,475.0 -26726,buy_contrast_m10_bb_pos,buy,2026-03-26 00:54:00,475.0 -26727,buy_contrast_m10_bb_pos,buy,2026-03-26 00:57:00,474.0 -26728,buy_contrast_m10_bb_pos,buy,2026-03-26 01:00:00,473.0 -26729,buy_contrast_m10_bb_pos,buy,2026-03-26 01:03:00,474.0 -26730,buy_contrast_m10_bb_pos,buy,2026-03-26 01:06:00,474.0 -26731,buy_contrast_m10_bb_pos,buy,2026-03-26 01:09:00,476.0 -26732,buy_contrast_m10_bb_pos,buy,2026-03-26 10:12:00,481.0 -26733,buy_contrast_m10_bb_pos,buy,2026-03-26 10:15:00,482.0 -26734,buy_contrast_m10_bb_pos,buy,2026-03-26 10:18:00,480.0 -26735,buy_contrast_m10_bb_pos,buy,2026-03-26 10:30:00,479.0 -26736,buy_contrast_m10_bb_pos,buy,2026-03-26 10:33:00,481.0 -26737,buy_contrast_m10_bb_pos,buy,2026-03-26 10:36:00,480.0 -26738,buy_contrast_m10_bb_pos,buy,2026-03-26 10:39:00,480.0 -26739,buy_contrast_m10_bb_pos,buy,2026-03-26 10:42:00,481.0 -26740,buy_contrast_m10_bb_pos,buy,2026-03-26 10:45:00,480.0 -26741,buy_contrast_m10_bb_pos,buy,2026-03-26 10:48:00,479.0 -26742,buy_contrast_m10_bb_pos,buy,2026-03-26 10:51:00,478.0 -26743,buy_contrast_m10_bb_pos,buy,2026-03-26 10:54:00,478.0 -26744,buy_contrast_m10_bb_pos,buy,2026-03-26 10:57:00,480.0 -26745,buy_contrast_m10_bb_pos,buy,2026-03-26 11:12:00,477.0 -26746,buy_contrast_m10_bb_pos,buy,2026-03-26 11:15:00,478.0 -26747,buy_contrast_m10_bb_pos,buy,2026-03-26 11:18:00,476.0 -26748,buy_contrast_m10_bb_pos,buy,2026-03-26 11:30:00,476.0 -26749,buy_contrast_m10_bb_pos,buy,2026-03-26 11:33:00,475.0 -26750,buy_contrast_m10_bb_pos,buy,2026-03-26 11:36:00,476.0 -26751,buy_contrast_m10_bb_pos,buy,2026-03-26 11:39:00,476.0 -26752,buy_contrast_m10_bb_pos,buy,2026-03-26 11:42:00,476.0 -26753,buy_contrast_m10_bb_pos,buy,2026-03-26 11:45:00,475.0 -26754,buy_contrast_m10_bb_pos,buy,2026-03-26 11:48:00,475.0 -26755,buy_contrast_m10_bb_pos,buy,2026-03-26 11:51:00,476.0 -26756,buy_contrast_m10_bb_pos,buy,2026-03-26 11:54:00,475.0 -26757,buy_contrast_m10_bb_pos,buy,2026-03-26 11:57:00,477.0 -26758,buy_contrast_m10_bb_pos,buy,2026-03-26 12:12:00,475.0 -26759,buy_contrast_m10_bb_pos,buy,2026-03-26 12:15:00,475.0 -26760,buy_contrast_m10_bb_pos,buy,2026-03-26 12:18:00,474.0 -26761,buy_contrast_m10_bb_pos,buy,2026-03-26 12:21:00,473.0 -26762,buy_contrast_m10_bb_pos,buy,2026-03-26 12:24:00,473.0 -26763,buy_contrast_m10_bb_pos,buy,2026-03-26 12:27:00,472.0 -26764,buy_contrast_m10_bb_pos,buy,2026-03-26 12:51:00,473.0 -26765,buy_contrast_m10_bb_pos,buy,2026-03-26 12:54:00,473.0 -26766,buy_contrast_m10_bb_pos,buy,2026-03-26 12:57:00,473.0 -26767,buy_contrast_m10_bb_pos,buy,2026-03-26 13:12:00,472.0 -26768,buy_contrast_m10_bb_pos,buy,2026-03-26 13:15:00,470.0 -26769,buy_contrast_m10_bb_pos,buy,2026-03-26 13:18:00,470.0 -26770,buy_contrast_m10_bb_pos,buy,2026-03-26 14:00:00,468.0 -26771,buy_contrast_m10_bb_pos,buy,2026-03-26 14:03:00,469.0 -26772,buy_contrast_m10_bb_pos,buy,2026-03-26 14:06:00,467.0 -26773,buy_contrast_m10_bb_pos,buy,2026-03-26 14:09:00,468.0 -26774,buy_contrast_m10_bb_pos,buy,2026-03-26 14:12:00,466.0 -26775,buy_contrast_m10_bb_pos,buy,2026-03-26 14:15:00,464.0 -26776,buy_contrast_m10_bb_pos,buy,2026-03-26 14:18:00,465.0 -26777,buy_contrast_m10_bb_pos,buy,2026-03-26 14:21:00,467.0 -26778,buy_contrast_m10_bb_pos,buy,2026-03-26 14:24:00,466.0 -26779,buy_contrast_m10_bb_pos,buy,2026-03-26 14:27:00,466.0 -26780,buy_contrast_m10_bb_pos,buy,2026-03-26 14:42:00,467.0 -26781,buy_contrast_m10_bb_pos,buy,2026-03-26 14:45:00,464.0 -26782,buy_contrast_m10_bb_pos,buy,2026-03-26 14:48:00,465.0 -26783,buy_contrast_m10_bb_pos,buy,2026-03-26 14:51:00,465.0 -26784,buy_contrast_m10_bb_pos,buy,2026-03-26 14:54:00,464.0 -26785,buy_contrast_m10_bb_pos,buy,2026-03-26 14:57:00,463.0 -26786,buy_contrast_m10_bb_pos,buy,2026-03-26 15:00:00,463.0 -26787,buy_contrast_m10_bb_pos,buy,2026-03-26 15:03:00,463.0 -26788,buy_contrast_m10_bb_pos,buy,2026-03-26 15:06:00,463.0 -26789,buy_contrast_m10_bb_pos,buy,2026-03-26 15:09:00,464.0 -26790,buy_contrast_m10_bb_pos,buy,2026-03-26 15:12:00,462.0 -26791,buy_contrast_m10_bb_pos,buy,2026-03-26 15:15:00,462.0 -26792,buy_contrast_m10_bb_pos,buy,2026-03-26 15:18:00,462.0 -26793,buy_contrast_m10_bb_pos,buy,2026-03-26 15:30:00,462.0 -26794,buy_contrast_m10_bb_pos,buy,2026-03-26 15:33:00,462.0 -26795,buy_contrast_m10_bb_pos,buy,2026-03-26 15:36:00,461.0 -26796,buy_contrast_m10_bb_pos,buy,2026-03-26 15:39:00,462.0 -26797,buy_contrast_m10_bb_pos,buy,2026-03-26 15:42:00,462.0 -26798,buy_contrast_m10_bb_pos,buy,2026-03-26 15:45:00,462.0 -26799,buy_contrast_m10_bb_pos,buy,2026-03-26 15:48:00,462.0 -26800,buy_contrast_m10_bb_pos,buy,2026-03-26 16:21:00,460.0 -26801,buy_contrast_m10_bb_pos,buy,2026-03-26 16:24:00,461.0 -26802,buy_contrast_m10_bb_pos,buy,2026-03-26 16:27:00,461.0 -26803,buy_contrast_m10_bb_pos,buy,2026-03-26 16:30:00,459.0 -26804,buy_contrast_m10_bb_pos,buy,2026-03-26 16:33:00,458.0 -26805,buy_contrast_m10_bb_pos,buy,2026-03-26 16:36:00,459.0 -26806,buy_contrast_m10_bb_pos,buy,2026-03-26 16:39:00,459.0 -26807,buy_contrast_m10_bb_pos,buy,2026-03-26 16:42:00,459.0 -26808,buy_contrast_m10_bb_pos,buy,2026-03-26 16:45:00,460.0 -26809,buy_contrast_m10_bb_pos,buy,2026-03-26 16:48:00,460.0 -26810,buy_contrast_m10_bb_pos,buy,2026-03-26 17:21:00,458.0 -26811,buy_contrast_m10_bb_pos,buy,2026-03-26 17:24:00,459.0 -26812,buy_contrast_m10_bb_pos,buy,2026-03-26 17:27:00,459.0 -26813,buy_contrast_m10_bb_pos,buy,2026-03-26 17:30:00,458.0 -26814,buy_contrast_m10_bb_pos,buy,2026-03-26 17:33:00,459.0 -26815,buy_contrast_m10_bb_pos,buy,2026-03-26 17:36:00,460.0 -26816,buy_contrast_m10_bb_pos,buy,2026-03-26 17:39:00,460.0 -26817,buy_contrast_m10_bb_pos,buy,2026-03-26 19:00:00,458.0 -26818,buy_contrast_m10_bb_pos,buy,2026-03-26 19:03:00,458.0 -26819,buy_contrast_m10_bb_pos,buy,2026-03-26 19:06:00,457.0 -26820,buy_contrast_m10_bb_pos,buy,2026-03-26 19:09:00,456.0 -26821,buy_contrast_m10_bb_pos,buy,2026-03-26 19:30:00,457.0 -26822,buy_contrast_m10_bb_pos,buy,2026-03-26 19:33:00,458.0 -26823,buy_contrast_m10_bb_pos,buy,2026-03-26 19:36:00,459.0 -26824,buy_contrast_m10_bb_pos,buy,2026-03-26 19:39:00,459.0 -26825,buy_contrast_m10_bb_pos,buy,2026-03-26 22:42:00,458.0 -26826,buy_contrast_m10_bb_pos,buy,2026-03-26 22:45:00,460.0 -26827,buy_contrast_m10_bb_pos,buy,2026-03-26 22:48:00,461.0 -26828,buy_contrast_m10_bb_pos,buy,2026-03-27 01:12:00,444.0 -26829,buy_contrast_m10_bb_pos,buy,2026-03-27 01:15:00,443.0 -26830,buy_contrast_m10_bb_pos,buy,2026-03-27 01:18:00,442.0 -26831,buy_contrast_m10_bb_pos,buy,2026-03-27 01:30:00,442.0 -26832,buy_contrast_m10_bb_pos,buy,2026-03-27 01:33:00,442.0 -26833,buy_contrast_m10_bb_pos,buy,2026-03-27 01:36:00,444.0 -26834,buy_contrast_m10_bb_pos,buy,2026-03-27 01:39:00,445.0 -26835,buy_contrast_m10_bb_pos,buy,2026-03-27 04:51:00,442.0 -26836,buy_contrast_m10_bb_pos,buy,2026-03-27 04:54:00,441.0 -26837,buy_contrast_m10_bb_pos,buy,2026-03-27 04:57:00,441.0 -26838,buy_contrast_m10_bb_pos,buy,2026-03-27 06:00:00,440.0 -26839,buy_contrast_m10_bb_pos,buy,2026-03-27 06:03:00,441.0 -26840,buy_contrast_m10_bb_pos,buy,2026-03-27 06:06:00,441.0 -26841,buy_contrast_m10_bb_pos,buy,2026-03-27 06:09:00,440.0 -26842,buy_contrast_m10_bb_pos,buy,2026-03-27 06:12:00,440.0 -26843,buy_contrast_m10_bb_pos,buy,2026-03-27 06:15:00,440.0 -26844,buy_contrast_m10_bb_pos,buy,2026-03-27 06:18:00,441.0 -26845,buy_contrast_m10_bb_pos,buy,2026-03-27 13:00:00,438.0 -26846,buy_contrast_m10_bb_pos,buy,2026-03-27 13:03:00,435.0 -26847,buy_contrast_m10_bb_pos,buy,2026-03-27 13:06:00,435.0 -26848,buy_contrast_m10_bb_pos,buy,2026-03-27 13:09:00,434.0 -26849,buy_contrast_m10_bb_pos,buy,2026-03-27 13:42:00,435.0 -26850,buy_contrast_m10_bb_pos,buy,2026-03-27 13:45:00,433.0 -26851,buy_contrast_m10_bb_pos,buy,2026-03-27 13:48:00,432.0 -26852,buy_contrast_m10_bb_pos,buy,2026-03-27 14:30:00,430.0 -26853,buy_contrast_m10_bb_pos,buy,2026-03-27 14:33:00,430.0 -26854,buy_contrast_m10_bb_pos,buy,2026-03-27 14:36:00,431.0 -26855,buy_contrast_m10_bb_pos,buy,2026-03-27 14:39:00,431.0 -26856,buy_contrast_m10_bb_pos,buy,2026-03-27 15:21:00,427.0 -26857,buy_contrast_m10_bb_pos,buy,2026-03-27 15:24:00,427.0 -26858,buy_contrast_m10_bb_pos,buy,2026-03-27 15:27:00,427.0 -26859,buy_contrast_m10_bb_pos,buy,2026-03-27 15:30:00,426.0 -26860,buy_contrast_m10_bb_pos,buy,2026-03-27 15:33:00,426.0 -26861,buy_contrast_m10_bb_pos,buy,2026-03-27 15:36:00,425.0 -26862,buy_contrast_m10_bb_pos,buy,2026-03-27 15:39:00,427.0 -26863,buy_contrast_m10_bb_pos,buy,2026-03-27 15:42:00,426.0 -26864,buy_contrast_m10_bb_pos,buy,2026-03-27 15:45:00,426.0 -26865,buy_contrast_m10_bb_pos,buy,2026-03-27 15:48:00,427.0 -26866,buy_contrast_m10_bb_pos,buy,2026-03-27 15:51:00,426.0 -26867,buy_contrast_m10_bb_pos,buy,2026-03-27 15:54:00,427.0 -26868,buy_contrast_m10_bb_pos,buy,2026-03-27 15:57:00,426.0 -26869,buy_contrast_m10_bb_pos,buy,2026-03-27 16:00:00,425.0 -26870,buy_contrast_m10_bb_pos,buy,2026-03-27 16:03:00,424.0 -26871,buy_contrast_m10_bb_pos,buy,2026-03-27 16:06:00,425.0 -26872,buy_contrast_m10_bb_pos,buy,2026-03-27 16:09:00,425.0 -26873,buy_contrast_m10_bb_pos,buy,2026-03-27 18:51:00,419.0 -26874,buy_contrast_m10_bb_pos,buy,2026-03-27 18:54:00,421.0 -26875,buy_contrast_m10_bb_pos,buy,2026-03-27 18:57:00,421.0 -26876,buy_contrast_m10_bb_pos,buy,2026-03-27 19:42:00,420.0 -26877,buy_contrast_m10_bb_pos,buy,2026-03-27 19:45:00,420.0 -26878,buy_contrast_m10_bb_pos,buy,2026-03-27 19:48:00,419.0 -26879,buy_contrast_m10_bb_pos,buy,2026-03-27 20:00:00,417.0 -26880,buy_contrast_m10_bb_pos,buy,2026-03-27 20:03:00,417.0 -26881,buy_contrast_m10_bb_pos,buy,2026-03-27 20:06:00,417.0 -26882,buy_contrast_m10_bb_pos,buy,2026-03-27 20:09:00,416.0 -26883,buy_contrast_m10_bb_pos,buy,2026-03-27 20:12:00,417.0 -26884,buy_contrast_m10_bb_pos,buy,2026-03-27 20:15:00,417.0 -26885,buy_contrast_m10_bb_pos,buy,2026-03-27 20:18:00,417.0 -26886,buy_contrast_m10_bb_pos,buy,2026-03-27 21:12:00,415.0 -26887,buy_contrast_m10_bb_pos,buy,2026-03-27 21:15:00,416.0 -26888,buy_contrast_m10_bb_pos,buy,2026-03-27 21:18:00,416.0 -26889,buy_contrast_m10_bb_pos,buy,2026-03-27 21:51:00,415.0 -26890,buy_contrast_m10_bb_pos,buy,2026-03-27 21:54:00,416.0 -26891,buy_contrast_m10_bb_pos,buy,2026-03-27 21:57:00,416.0 -26892,buy_contrast_m10_bb_pos,buy,2026-03-28 00:00:00,414.0 -26893,buy_contrast_m10_bb_pos,buy,2026-03-28 00:03:00,414.0 -26894,buy_contrast_m10_bb_pos,buy,2026-03-28 00:06:00,414.0 -26895,buy_contrast_m10_bb_pos,buy,2026-03-28 00:09:00,414.0 -26896,buy_contrast_m10_bb_pos,buy,2026-03-28 00:30:00,413.0 -26897,buy_contrast_m10_bb_pos,buy,2026-03-28 00:33:00,414.0 -26898,buy_contrast_m10_bb_pos,buy,2026-03-28 00:36:00,413.0 -26899,buy_contrast_m10_bb_pos,buy,2026-03-28 00:39:00,413.0 -26900,buy_contrast_m10_bb_pos,buy,2026-03-28 03:12:00,402.0 -26901,buy_contrast_m10_bb_pos,buy,2026-03-28 03:15:00,402.0 -26902,buy_contrast_m10_bb_pos,buy,2026-03-28 03:18:00,402.0 -26903,buy_contrast_m10_bb_pos,buy,2026-03-28 03:42:00,399.0 -26904,buy_contrast_m10_bb_pos,buy,2026-03-28 03:45:00,400.0 -26905,buy_contrast_m10_bb_pos,buy,2026-03-28 03:48:00,401.0 -26906,buy_contrast_m10_bb_pos,buy,2026-03-28 03:51:00,401.0 -26907,buy_contrast_m10_bb_pos,buy,2026-03-28 03:54:00,399.0 -26908,buy_contrast_m10_bb_pos,buy,2026-03-28 03:57:00,400.0 -26909,buy_contrast_m10_bb_pos,buy,2026-03-28 04:00:00,400.0 -26910,buy_contrast_m10_bb_pos,buy,2026-03-28 04:03:00,399.0 -26911,buy_contrast_m10_bb_pos,buy,2026-03-28 04:06:00,398.0 -26912,buy_contrast_m10_bb_pos,buy,2026-03-28 04:09:00,398.0 -26913,buy_contrast_m10_bb_pos,buy,2026-03-28 04:12:00,397.0 -26914,buy_contrast_m10_bb_pos,buy,2026-03-28 04:15:00,398.0 -26915,buy_contrast_m10_bb_pos,buy,2026-03-28 04:18:00,399.0 -26916,buy_contrast_m10_bb_pos,buy,2026-03-28 04:21:00,398.0 -26917,buy_contrast_m10_bb_pos,buy,2026-03-28 04:24:00,398.0 -26918,buy_contrast_m10_bb_pos,buy,2026-03-28 04:27:00,398.0 -26919,buy_contrast_m10_bb_pos,buy,2026-03-28 04:42:00,397.0 -26920,buy_contrast_m10_bb_pos,buy,2026-03-28 04:45:00,398.0 -26921,buy_contrast_m10_bb_pos,buy,2026-03-28 04:48:00,398.0 -26922,buy_contrast_m10_bb_pos,buy,2026-03-28 04:51:00,397.0 -26923,buy_contrast_m10_bb_pos,buy,2026-03-28 04:54:00,397.0 -26924,buy_contrast_m10_bb_pos,buy,2026-03-28 04:57:00,397.0 -26925,buy_contrast_m10_bb_pos,buy,2026-03-28 05:42:00,396.0 -26926,buy_contrast_m10_bb_pos,buy,2026-03-28 05:45:00,396.0 -26927,buy_contrast_m10_bb_pos,buy,2026-03-28 05:48:00,396.0 -26928,buy_contrast_m10_bb_pos,buy,2026-03-28 06:12:00,396.0 -26929,buy_contrast_m10_bb_pos,buy,2026-03-28 06:15:00,396.0 -26930,buy_contrast_m10_bb_pos,buy,2026-03-28 06:18:00,393.0 -26931,buy_contrast_m10_bb_pos,buy,2026-03-28 07:12:00,390.0 -26932,buy_contrast_m10_bb_pos,buy,2026-03-28 07:15:00,389.0 -26933,buy_contrast_m10_bb_pos,buy,2026-03-28 07:18:00,388.0 -26934,buy_contrast_m10_bb_pos,buy,2026-03-28 07:30:00,387.0 -26935,buy_contrast_m10_bb_pos,buy,2026-03-28 07:33:00,387.0 -26936,buy_contrast_m10_bb_pos,buy,2026-03-28 07:36:00,386.0 -26937,buy_contrast_m10_bb_pos,buy,2026-03-28 07:39:00,385.0 -26938,buy_contrast_m10_bb_pos,buy,2026-03-28 07:42:00,387.0 -26939,buy_contrast_m10_bb_pos,buy,2026-03-28 07:45:00,387.0 -26940,buy_contrast_m10_bb_pos,buy,2026-03-28 07:48:00,386.0 -26941,buy_contrast_m10_bb_pos,buy,2026-03-28 08:21:00,382.0 -26942,buy_contrast_m10_bb_pos,buy,2026-03-28 08:24:00,382.0 -26943,buy_contrast_m10_bb_pos,buy,2026-03-28 08:27:00,384.0 -26944,buy_contrast_m10_bb_pos,buy,2026-03-28 09:00:00,380.0 -26945,buy_contrast_m10_bb_pos,buy,2026-03-28 09:03:00,381.0 -26946,buy_contrast_m10_bb_pos,buy,2026-03-28 09:06:00,381.0 -26947,buy_contrast_m10_bb_pos,buy,2026-03-28 09:09:00,382.0 -26948,buy_contrast_m10_bb_pos,buy,2026-03-28 09:21:00,381.0 -26949,buy_contrast_m10_bb_pos,buy,2026-03-28 09:24:00,379.0 -26950,buy_contrast_m10_bb_pos,buy,2026-03-28 09:27:00,379.0 -26951,buy_contrast_m10_bb_pos,buy,2026-03-28 10:12:00,377.0 -26952,buy_contrast_m10_bb_pos,buy,2026-03-28 10:15:00,376.0 -26953,buy_contrast_m10_bb_pos,buy,2026-03-28 10:18:00,377.0 -26954,buy_contrast_m10_bb_pos,buy,2026-03-28 10:21:00,377.0 -26955,buy_contrast_m10_bb_pos,buy,2026-03-28 10:24:00,377.0 -26956,buy_contrast_m10_bb_pos,buy,2026-03-28 10:27:00,376.0 -26957,buy_contrast_m10_bb_pos,buy,2026-03-28 10:51:00,376.0 -26958,buy_contrast_m10_bb_pos,buy,2026-03-28 10:54:00,376.0 -26959,buy_contrast_m10_bb_pos,buy,2026-03-28 10:57:00,375.0 -26960,buy_contrast_m10_bb_pos,buy,2026-03-28 11:00:00,375.0 -26961,buy_contrast_m10_bb_pos,buy,2026-03-28 11:03:00,381.0 -26962,buy_contrast_m10_bb_pos,buy,2026-03-28 11:06:00,379.0 -26963,buy_contrast_m10_bb_pos,buy,2026-03-28 11:09:00,379.0 -26964,buy_contrast_m10_bb_pos,buy,2026-03-28 12:00:00,373.0 -26965,buy_contrast_m10_bb_pos,buy,2026-03-28 12:03:00,374.0 -26966,buy_contrast_m10_bb_pos,buy,2026-03-28 12:06:00,375.0 -26967,buy_contrast_m10_bb_pos,buy,2026-03-28 12:09:00,376.0 -26968,buy_contrast_m10_bb_pos,buy,2026-03-29 06:12:00,414.0 -26969,buy_contrast_m10_bb_pos,buy,2026-03-29 06:15:00,415.0 -26970,buy_contrast_m10_bb_pos,buy,2026-03-29 06:18:00,415.0 -26971,buy_contrast_m10_bb_pos,buy,2026-03-29 06:51:00,412.0 -26972,buy_contrast_m10_bb_pos,buy,2026-03-29 06:54:00,411.0 -26973,buy_contrast_m10_bb_pos,buy,2026-03-29 06:57:00,411.0 -26974,buy_contrast_m10_bb_pos,buy,2026-03-29 07:30:00,411.0 -26975,buy_contrast_m10_bb_pos,buy,2026-03-29 07:33:00,411.0 -26976,buy_contrast_m10_bb_pos,buy,2026-03-29 07:36:00,412.0 -26977,buy_contrast_m10_bb_pos,buy,2026-03-29 07:39:00,411.0 -26978,buy_contrast_m10_bb_pos,buy,2026-03-29 08:12:00,407.0 -26979,buy_contrast_m10_bb_pos,buy,2026-03-29 08:15:00,407.0 -26980,buy_contrast_m10_bb_pos,buy,2026-03-29 08:18:00,406.0 -26981,buy_contrast_m10_bb_pos,buy,2026-03-29 08:30:00,408.0 -26982,buy_contrast_m10_bb_pos,buy,2026-03-29 08:33:00,409.0 -26983,buy_contrast_m10_bb_pos,buy,2026-03-29 08:36:00,409.0 -26984,buy_contrast_m10_bb_pos,buy,2026-03-29 08:39:00,409.0 -26985,buy_contrast_m10_bb_pos,buy,2026-03-29 08:51:00,409.0 -26986,buy_contrast_m10_bb_pos,buy,2026-03-29 08:54:00,409.0 -26987,buy_contrast_m10_bb_pos,buy,2026-03-29 08:57:00,407.0 -26988,buy_contrast_m10_bb_pos,buy,2026-03-29 09:00:00,407.0 -26989,buy_contrast_m10_bb_pos,buy,2026-03-29 09:03:00,407.0 -26990,buy_contrast_m10_bb_pos,buy,2026-03-29 09:06:00,407.0 -26991,buy_contrast_m10_bb_pos,buy,2026-03-29 09:09:00,406.0 -26992,buy_contrast_m10_bb_pos,buy,2026-03-29 09:12:00,407.0 -26993,buy_contrast_m10_bb_pos,buy,2026-03-29 09:15:00,407.0 -26994,buy_contrast_m10_bb_pos,buy,2026-03-29 09:18:00,408.0 -26995,buy_contrast_m10_bb_pos,buy,2026-03-29 09:30:00,406.0 -26996,buy_contrast_m10_bb_pos,buy,2026-03-29 09:33:00,406.0 -26997,buy_contrast_m10_bb_pos,buy,2026-03-29 09:36:00,407.0 -26998,buy_contrast_m10_bb_pos,buy,2026-03-29 09:39:00,408.0 -26999,buy_contrast_m10_bb_pos,buy,2026-03-29 18:30:00,415.0 -27000,buy_contrast_m10_bb_pos,buy,2026-03-29 18:33:00,416.0 -27001,buy_contrast_m10_bb_pos,buy,2026-03-29 18:36:00,416.0 -27002,buy_contrast_m10_bb_pos,buy,2026-03-29 18:39:00,417.0 -27003,buy_contrast_m10_bb_pos,buy,2026-03-29 19:42:00,414.0 -27004,buy_contrast_m10_bb_pos,buy,2026-03-29 19:45:00,413.0 -27005,buy_contrast_m10_bb_pos,buy,2026-03-29 19:48:00,413.0 -27006,buy_contrast_m10_bb_pos,buy,2026-03-29 20:00:00,412.0 -27007,buy_contrast_m10_bb_pos,buy,2026-03-29 20:03:00,414.0 -27008,buy_contrast_m10_bb_pos,buy,2026-03-29 20:06:00,415.0 -27009,buy_contrast_m10_bb_pos,buy,2026-03-29 20:09:00,417.0 -27010,buy_contrast_m10_bb_pos,buy,2026-03-29 21:42:00,412.0 -27011,buy_contrast_m10_bb_pos,buy,2026-03-29 21:45:00,412.0 -27012,buy_contrast_m10_bb_pos,buy,2026-03-29 21:48:00,412.0 -27013,buy_contrast_m10_bb_pos,buy,2026-03-29 21:51:00,413.0 -27014,buy_contrast_m10_bb_pos,buy,2026-03-29 21:54:00,412.0 -27015,buy_contrast_m10_bb_pos,buy,2026-03-29 21:57:00,412.0 -27016,buy_contrast_m10_bb_pos,buy,2026-03-30 14:51:00,426.0 -27017,buy_contrast_m10_bb_pos,buy,2026-03-30 14:54:00,427.0 -27018,buy_contrast_m10_bb_pos,buy,2026-03-30 14:57:00,426.0 -27019,buy_contrast_m10_bb_pos,buy,2026-03-30 15:00:00,426.0 -27020,buy_contrast_m10_bb_pos,buy,2026-03-30 15:03:00,428.0 -27021,buy_contrast_m10_bb_pos,buy,2026-03-30 15:06:00,426.0 -27022,buy_contrast_m10_bb_pos,buy,2026-03-30 15:09:00,425.0 -27023,buy_contrast_m10_bb_pos,buy,2026-03-30 15:21:00,426.0 -27024,buy_contrast_m10_bb_pos,buy,2026-03-30 15:24:00,427.0 -27025,buy_contrast_m10_bb_pos,buy,2026-03-30 15:27:00,426.0 -27026,buy_contrast_m10_bb_pos,buy,2026-03-30 23:21:00,424.0 -27027,buy_contrast_m10_bb_pos,buy,2026-03-30 23:24:00,422.0 -27028,buy_contrast_m10_bb_pos,buy,2026-03-30 23:27:00,422.0 -27029,buy_contrast_m10_bb_pos,buy,2026-03-30 23:42:00,421.0 -27030,buy_contrast_m10_bb_pos,buy,2026-03-30 23:45:00,420.0 -27031,buy_contrast_m10_bb_pos,buy,2026-03-30 23:48:00,423.0 -27032,buy_contrast_m10_bb_pos,buy,2026-03-31 00:21:00,421.0 -27033,buy_contrast_m10_bb_pos,buy,2026-03-31 00:24:00,421.0 -27034,buy_contrast_m10_bb_pos,buy,2026-03-31 00:27:00,421.0 -27035,buy_contrast_m10_bb_pos,buy,2026-03-31 03:21:00,416.0 -27036,buy_contrast_m10_bb_pos,buy,2026-03-31 03:24:00,414.0 -27037,buy_contrast_m10_bb_pos,buy,2026-03-31 03:27:00,413.0 -27038,buy_contrast_m10_bb_pos,buy,2026-03-31 03:42:00,414.0 -27039,buy_contrast_m10_bb_pos,buy,2026-03-31 03:45:00,413.0 -27040,buy_contrast_m10_bb_pos,buy,2026-03-31 03:48:00,414.0 -27041,buy_contrast_m10_bb_pos,buy,2026-03-31 03:51:00,413.0 -27042,buy_contrast_m10_bb_pos,buy,2026-03-31 03:54:00,414.0 -27043,buy_contrast_m10_bb_pos,buy,2026-03-31 03:57:00,413.0 -27044,buy_contrast_m10_bb_pos,buy,2026-03-31 04:00:00,413.0 -27045,buy_contrast_m10_bb_pos,buy,2026-03-31 04:03:00,412.0 -27046,buy_contrast_m10_bb_pos,buy,2026-03-31 04:06:00,412.0 -27047,buy_contrast_m10_bb_pos,buy,2026-03-31 04:09:00,412.0 -27048,buy_contrast_m10_bb_pos,buy,2026-03-31 04:12:00,411.0 -27049,buy_contrast_m10_bb_pos,buy,2026-03-31 04:15:00,412.0 -27050,buy_contrast_m10_bb_pos,buy,2026-03-31 04:18:00,412.0 -27051,buy_contrast_m10_bb_pos,buy,2026-03-31 04:21:00,412.0 -27052,buy_contrast_m10_bb_pos,buy,2026-03-31 04:24:00,412.0 -27053,buy_contrast_m10_bb_pos,buy,2026-03-31 04:27:00,412.0 -27054,buy_contrast_m10_bb_pos,buy,2026-03-31 08:30:00,413.0 -27055,buy_contrast_m10_bb_pos,buy,2026-03-31 08:33:00,412.0 -27056,buy_contrast_m10_bb_pos,buy,2026-03-31 08:36:00,412.0 -27057,buy_contrast_m10_bb_pos,buy,2026-03-31 08:39:00,413.0 -27058,buy_contrast_m10_bb_pos,buy,2026-03-31 08:42:00,413.0 -27059,buy_contrast_m10_bb_pos,buy,2026-03-31 08:45:00,413.0 -27060,buy_contrast_m10_bb_pos,buy,2026-03-31 08:48:00,413.0 -27061,buy_contrast_m10_bb_pos,buy,2026-03-31 18:12:00,420.0 -27062,buy_contrast_m10_bb_pos,buy,2026-03-31 18:15:00,420.0 -27063,buy_contrast_m10_bb_pos,buy,2026-03-31 18:18:00,419.0 -27064,buy_contrast_m10_bb_pos,buy,2026-03-31 18:21:00,419.0 -27065,buy_contrast_m10_bb_pos,buy,2026-03-31 18:24:00,417.0 -27066,buy_contrast_m10_bb_pos,buy,2026-03-31 18:27:00,417.0 -27067,buy_contrast_m10_bb_pos,buy,2026-03-31 19:00:00,417.0 -27068,buy_contrast_m10_bb_pos,buy,2026-03-31 19:03:00,418.0 -27069,buy_contrast_m10_bb_pos,buy,2026-03-31 19:06:00,419.0 -27070,buy_contrast_m10_bb_pos,buy,2026-03-31 19:09:00,418.0 -27071,buy_contrast_m10_bb_pos,buy,2026-03-31 19:12:00,419.0 -27072,buy_contrast_m10_bb_pos,buy,2026-03-31 19:15:00,418.0 -27073,buy_contrast_m10_bb_pos,buy,2026-03-31 19:18:00,417.0 -27074,buy_contrast_m10_bb_pos,buy,2026-03-31 20:12:00,418.0 -27075,buy_contrast_m10_bb_pos,buy,2026-03-31 20:15:00,416.0 -27076,buy_contrast_m10_bb_pos,buy,2026-03-31 20:18:00,418.0 -27077,buy_contrast_m10_bb_pos,buy,2026-03-31 23:51:00,415.0 -27078,buy_contrast_m10_bb_pos,buy,2026-03-31 23:54:00,414.0 -27079,buy_contrast_m10_bb_pos,buy,2026-03-31 23:57:00,413.0 -27080,buy_contrast_m10_bb_pos,buy,2026-04-01 00:30:00,414.0 -27081,buy_contrast_m10_bb_pos,buy,2026-04-01 00:33:00,415.0 -27082,buy_contrast_m10_bb_pos,buy,2026-04-01 00:36:00,414.0 -27083,buy_contrast_m10_bb_pos,buy,2026-04-01 00:39:00,416.0 -27084,buy_contrast_m10_bb_pos,buy,2026-04-01 03:21:00,415.0 -27085,buy_contrast_m10_bb_pos,buy,2026-04-01 03:24:00,414.0 -27086,buy_contrast_m10_bb_pos,buy,2026-04-01 03:27:00,414.0 -27087,buy_contrast_m10_bb_pos,buy,2026-04-01 07:42:00,415.0 -27088,buy_contrast_m10_bb_pos,buy,2026-04-01 07:45:00,415.0 -27089,buy_contrast_m10_bb_pos,buy,2026-04-01 07:48:00,415.0 -27090,buy_contrast_m10_bb_pos,buy,2026-04-01 17:12:00,420.0 -27091,buy_contrast_m10_bb_pos,buy,2026-04-01 17:15:00,420.0 -27092,buy_contrast_m10_bb_pos,buy,2026-04-01 17:18:00,420.0 -27093,buy_contrast_m10_bb_pos,buy,2026-04-01 18:12:00,420.0 -27094,buy_contrast_m10_bb_pos,buy,2026-04-01 18:15:00,421.0 -27095,buy_contrast_m10_bb_pos,buy,2026-04-01 18:18:00,420.0 -27096,buy_contrast_m10_bb_pos,buy,2026-04-02 02:30:00,422.0 -27097,buy_contrast_m10_bb_pos,buy,2026-04-02 02:36:00,421.0 -27098,buy_contrast_m10_bb_pos,buy,2026-04-02 02:39:00,422.0 -27099,buy_contrast_m10_bb_pos,buy,2026-04-02 02:51:00,421.0 -27100,buy_contrast_m10_bb_pos,buy,2026-04-02 02:54:00,420.0 -27101,buy_contrast_m10_bb_pos,buy,2026-04-02 02:57:00,419.0 -27102,buy_contrast_m10_bb_pos,buy,2026-04-02 03:24:00,420.0 -27103,buy_contrast_m10_bb_pos,buy,2026-04-02 03:27:00,421.0 -27104,buy_contrast_m10_bb_pos,buy,2026-04-02 05:30:00,418.0 -27105,buy_contrast_m10_bb_pos,buy,2026-04-02 05:33:00,418.0 -27106,buy_contrast_m10_bb_pos,buy,2026-04-02 05:36:00,418.0 -27107,buy_contrast_m10_bb_pos,buy,2026-04-02 05:39:00,420.0 -27108,buy_contrast_m10_bb_pos,buy,2026-04-02 08:00:00,418.0 -27109,buy_contrast_m10_bb_pos,buy,2026-04-02 08:03:00,419.0 -27110,buy_contrast_m10_bb_pos,buy,2026-04-02 08:06:00,420.0 -27111,buy_contrast_m10_bb_pos,buy,2026-04-02 08:09:00,420.0 -27112,buy_contrast_m10_bb_pos,buy,2026-04-02 11:00:00,412.0 -27113,buy_contrast_m10_bb_pos,buy,2026-04-02 11:03:00,411.0 -27114,buy_contrast_m10_bb_pos,buy,2026-04-02 11:06:00,411.0 -27115,buy_contrast_m10_bb_pos,buy,2026-04-02 11:09:00,411.0 -27116,buy_contrast_m10_bb_pos,buy,2026-04-02 11:12:00,410.0 -27117,buy_contrast_m10_bb_pos,buy,2026-04-02 11:15:00,408.0 -27118,buy_contrast_m10_bb_pos,buy,2026-04-02 11:18:00,409.0 -27119,buy_contrast_m10_bb_pos,buy,2026-04-02 11:21:00,407.0 -27120,buy_contrast_m10_bb_pos,buy,2026-04-02 11:24:00,407.0 -27121,buy_contrast_m10_bb_pos,buy,2026-04-02 11:27:00,407.0 -27122,buy_contrast_m10_bb_pos,buy,2026-04-02 11:42:00,407.0 -27123,buy_contrast_m10_bb_pos,buy,2026-04-02 11:45:00,405.0 -27124,buy_contrast_m10_bb_pos,buy,2026-04-02 11:48:00,407.0 -27125,buy_contrast_m10_bb_pos,buy,2026-04-02 11:51:00,408.0 -27126,buy_contrast_m10_bb_pos,buy,2026-04-02 11:54:00,408.0 -27127,buy_contrast_m10_bb_pos,buy,2026-04-02 11:57:00,408.0 -27128,buy_contrast_m10_bb_pos,buy,2026-04-02 18:00:00,409.0 -27129,buy_contrast_m10_bb_pos,buy,2026-04-02 18:03:00,409.0 -27130,buy_contrast_m10_bb_pos,buy,2026-04-02 18:06:00,408.0 -27131,buy_contrast_m10_bb_pos,buy,2026-04-02 18:09:00,408.0 -27132,buy_contrast_m10_bb_pos,buy,2026-04-02 18:30:00,408.0 -27133,buy_contrast_m10_bb_pos,buy,2026-04-02 18:33:00,408.0 -27134,buy_contrast_m10_bb_pos,buy,2026-04-02 18:36:00,410.0 -27135,buy_contrast_m10_bb_pos,buy,2026-04-02 18:39:00,409.0 -27136,buy_contrast_m10_bb_pos,buy,2026-04-02 20:42:00,408.0 -27137,buy_contrast_m10_bb_pos,buy,2026-04-02 20:45:00,408.0 -27138,buy_contrast_m10_bb_pos,buy,2026-04-02 20:48:00,407.0 -27139,buy_contrast_m10_bb_pos,buy,2026-04-02 21:00:00,407.0 -27140,buy_contrast_m10_bb_pos,buy,2026-04-02 21:03:00,407.0 -27141,buy_contrast_m10_bb_pos,buy,2026-04-02 21:06:00,408.0 -27142,buy_contrast_m10_bb_pos,buy,2026-04-02 21:09:00,407.0 -27143,buy_contrast_m10_bb_pos,buy,2026-04-02 22:12:00,405.0 -27144,buy_contrast_m10_bb_pos,buy,2026-04-02 22:15:00,405.0 -27145,buy_contrast_m10_bb_pos,buy,2026-04-02 22:18:00,404.0 -27146,buy_contrast_m10_bb_pos,buy,2026-04-02 22:21:00,404.0 -27147,buy_contrast_m10_bb_pos,buy,2026-04-02 22:24:00,403.0 -27148,buy_contrast_m10_bb_pos,buy,2026-04-02 22:27:00,405.0 -27149,buy_contrast_m10_bb_pos,buy,2026-04-02 23:00:00,401.0 -27150,buy_contrast_m10_bb_pos,buy,2026-04-02 23:03:00,401.0 -27151,buy_contrast_m10_bb_pos,buy,2026-04-02 23:06:00,400.0 -27152,buy_contrast_m10_bb_pos,buy,2026-04-02 23:09:00,402.0 -27153,buy_contrast_m10_bb_pos,buy,2026-04-02 23:12:00,401.0 -27154,buy_contrast_m10_bb_pos,buy,2026-04-02 23:15:00,401.0 -27155,buy_contrast_m10_bb_pos,buy,2026-04-02 23:18:00,402.0 -27156,buy_contrast_m10_bb_pos,buy,2026-04-03 02:51:00,403.0 -27157,buy_contrast_m10_bb_pos,buy,2026-04-03 02:54:00,403.0 -27158,buy_contrast_m10_bb_pos,buy,2026-04-03 02:57:00,403.0 -27159,buy_contrast_m10_bb_pos,buy,2026-04-03 03:00:00,403.0 -27160,buy_contrast_m10_bb_pos,buy,2026-04-03 03:03:00,403.0 -27161,buy_contrast_m10_bb_pos,buy,2026-04-03 03:09:00,403.0 -27162,buy_contrast_m10_bb_pos,buy,2026-04-03 03:12:00,404.0 -27163,buy_contrast_m10_bb_pos,buy,2026-04-03 03:15:00,404.0 -27164,buy_contrast_m10_bb_pos,buy,2026-04-03 03:18:00,404.0 -27165,buy_contrast_m10_bb_pos,buy,2026-04-03 03:42:00,404.0 -27166,buy_contrast_m10_bb_pos,buy,2026-04-03 03:45:00,404.0 -27167,buy_contrast_m10_bb_pos,buy,2026-04-03 03:48:00,405.0 -27168,buy_contrast_m10_bb_pos,buy,2026-04-03 06:51:00,403.0 -27169,buy_contrast_m10_bb_pos,buy,2026-04-03 06:54:00,404.0 -27170,buy_contrast_m10_bb_pos,buy,2026-04-03 06:57:00,405.0 -27171,buy_contrast_m10_bb_pos,buy,2026-04-03 10:00:00,403.0 -27172,buy_contrast_m10_bb_pos,buy,2026-04-03 10:03:00,402.0 -27173,buy_contrast_m10_bb_pos,buy,2026-04-03 10:06:00,402.0 -27174,buy_contrast_m10_bb_pos,buy,2026-04-03 10:09:00,401.0 -27175,buy_contrast_m10_bb_pos,buy,2026-04-03 10:21:00,402.0 -27176,buy_contrast_m10_bb_pos,buy,2026-04-03 10:24:00,402.0 -27177,buy_contrast_m10_bb_pos,buy,2026-04-03 10:27:00,403.0 -27178,buy_contrast_m10_bb_pos,buy,2026-04-03 10:42:00,402.0 -27179,buy_contrast_m10_bb_pos,buy,2026-04-03 10:45:00,401.0 -27180,buy_contrast_m10_bb_pos,buy,2026-04-03 10:48:00,402.0 -27181,buy_contrast_m10_bb_pos,buy,2026-04-03 22:12:00,411.0 -27182,buy_contrast_m10_bb_pos,buy,2026-04-03 22:15:00,412.0 -27183,buy_contrast_m10_bb_pos,buy,2026-04-03 22:18:00,411.0 -27184,buy_contrast_m10_bb_pos,buy,2026-04-03 22:21:00,412.0 -27185,buy_contrast_m10_bb_pos,buy,2026-04-03 22:24:00,413.0 -27186,buy_contrast_m10_bb_pos,buy,2026-04-03 22:27:00,413.0 -27187,buy_contrast_m10_bb_pos,buy,2026-04-03 23:21:00,411.0 -27188,buy_contrast_m10_bb_pos,buy,2026-04-03 23:24:00,411.0 -27189,buy_contrast_m10_bb_pos,buy,2026-04-03 23:27:00,412.0 -27190,buy_contrast_m10_bb_pos,buy,2026-04-04 00:42:00,411.0 -27191,buy_contrast_m10_bb_pos,buy,2026-04-04 00:45:00,409.0 -27192,buy_contrast_m10_bb_pos,buy,2026-04-04 00:48:00,409.0 -27193,buy_contrast_m10_bb_pos,buy,2026-04-04 01:00:00,409.0 -27194,buy_contrast_m10_bb_pos,buy,2026-04-04 01:03:00,410.0 -27195,buy_contrast_m10_bb_pos,buy,2026-04-04 01:06:00,410.0 -27196,buy_contrast_m10_bb_pos,buy,2026-04-04 01:09:00,410.0 -27197,buy_contrast_m10_bb_pos,buy,2026-04-04 03:03:00,409.0 -27198,buy_contrast_m10_bb_pos,buy,2026-04-04 03:06:00,410.0 -27199,buy_contrast_m10_bb_pos,buy,2026-04-04 04:00:00,408.0 -27200,buy_contrast_m10_bb_pos,buy,2026-04-04 04:03:00,408.0 -27201,buy_contrast_m10_bb_pos,buy,2026-04-04 04:06:00,406.0 -27202,buy_contrast_m10_bb_pos,buy,2026-04-04 04:42:00,406.0 -27203,buy_contrast_m10_bb_pos,buy,2026-04-04 04:45:00,406.0 -27204,buy_contrast_m10_bb_pos,buy,2026-04-04 04:48:00,407.0 -27205,buy_contrast_m10_bb_pos,buy,2026-04-04 06:42:00,404.0 -27206,buy_contrast_m10_bb_pos,buy,2026-04-04 06:45:00,405.0 -27207,buy_contrast_m10_bb_pos,buy,2026-04-04 06:48:00,404.0 -27208,buy_contrast_m10_bb_pos,buy,2026-04-04 07:21:00,405.0 -27209,buy_contrast_m10_bb_pos,buy,2026-04-04 07:24:00,405.0 -27210,buy_contrast_m10_bb_pos,buy,2026-04-04 07:27:00,405.0 -27211,buy_contrast_m10_bb_pos,buy,2026-04-04 08:21:00,403.0 -27212,buy_contrast_m10_bb_pos,buy,2026-04-04 08:24:00,403.0 -27213,buy_contrast_m10_bb_pos,buy,2026-04-04 08:27:00,402.0 -27214,buy_contrast_m10_bb_pos,buy,2026-04-04 08:30:00,403.0 -27215,buy_contrast_m10_bb_pos,buy,2026-04-04 08:33:00,403.0 -27216,buy_contrast_m10_bb_pos,buy,2026-04-04 08:36:00,402.0 -27217,buy_contrast_m10_bb_pos,buy,2026-04-04 08:39:00,402.0 -27218,buy_contrast_m10_bb_pos,buy,2026-04-04 10:42:00,402.0 -27219,buy_contrast_m10_bb_pos,buy,2026-04-04 10:45:00,401.0 -27220,buy_contrast_m10_bb_pos,buy,2026-04-04 10:48:00,403.0 -27221,buy_contrast_m10_bb_pos,buy,2026-04-04 11:42:00,402.0 -27222,buy_contrast_m10_bb_pos,buy,2026-04-04 11:45:00,402.0 -27223,buy_contrast_m10_bb_pos,buy,2026-04-04 11:48:00,402.0 -27224,buy_contrast_m10_bb_pos,buy,2026-04-04 11:51:00,401.0 -27225,buy_contrast_m10_bb_pos,buy,2026-04-04 11:54:00,401.0 -27226,buy_contrast_m10_bb_pos,buy,2026-04-04 11:57:00,401.0 -27227,buy_contrast_m10_bb_pos,buy,2026-04-04 14:51:00,401.0 -27228,buy_contrast_m10_bb_pos,buy,2026-04-04 14:54:00,402.0 -27229,buy_contrast_m10_bb_pos,buy,2026-04-04 14:57:00,402.0 -27230,buy_contrast_m10_bb_pos,buy,2026-04-04 15:12:00,402.0 -27231,buy_contrast_m10_bb_pos,buy,2026-04-04 15:15:00,402.0 -27232,buy_contrast_m10_bb_pos,buy,2026-04-04 15:18:00,402.0 -27233,buy_contrast_m10_bb_pos,buy,2026-04-04 17:00:00,401.0 -27234,buy_contrast_m10_bb_pos,buy,2026-04-04 17:03:00,401.0 -27235,buy_contrast_m10_bb_pos,buy,2026-04-04 17:06:00,401.0 -27236,buy_contrast_m10_bb_pos,buy,2026-04-04 17:09:00,401.0 -27237,buy_contrast_m10_bb_pos,buy,2026-04-04 18:30:00,396.0 -27238,buy_contrast_m10_bb_pos,buy,2026-04-04 18:33:00,397.0 -27239,buy_contrast_m10_bb_pos,buy,2026-04-04 18:36:00,396.0 -27240,buy_contrast_m10_bb_pos,buy,2026-04-04 18:39:00,396.0 -27241,buy_contrast_m10_bb_pos,buy,2026-04-04 18:42:00,396.0 -27242,buy_contrast_m10_bb_pos,buy,2026-04-04 18:45:00,396.0 -27243,buy_contrast_m10_bb_pos,buy,2026-04-04 18:48:00,397.0 -27244,buy_contrast_m10_bb_pos,buy,2026-04-04 23:12:00,396.0 -27245,buy_contrast_m10_bb_pos,buy,2026-04-04 23:15:00,397.0 -27246,buy_contrast_m10_bb_pos,buy,2026-04-04 23:18:00,398.0 -27247,buy_contrast_m10_bb_pos,buy,2026-04-04 23:42:00,396.0 -27248,buy_contrast_m10_bb_pos,buy,2026-04-04 23:45:00,398.0 -27249,buy_contrast_m10_bb_pos,buy,2026-04-04 23:48:00,398.0 -27250,buy_contrast_m10_bb_pos,buy,2026-04-05 05:30:00,398.0 -27251,buy_contrast_m10_bb_pos,buy,2026-04-05 05:36:00,399.0 -27252,buy_contrast_m10_bb_pos,buy,2026-04-05 05:51:00,398.0 -27253,buy_contrast_m10_bb_pos,buy,2026-04-05 05:54:00,398.0 -27254,buy_contrast_m10_bb_pos,buy,2026-04-05 05:57:00,398.0 -27255,buy_contrast_m10_bb_pos,buy,2026-04-05 07:00:00,397.0 -27256,buy_contrast_m10_bb_pos,buy,2026-04-05 07:03:00,398.0 -27257,buy_contrast_m10_bb_pos,buy,2026-04-05 07:06:00,399.0 -27258,buy_contrast_m10_bb_pos,buy,2026-04-05 07:09:00,397.0 -27259,buy_contrast_m10_bb_pos,buy,2026-04-05 07:42:00,397.0 -27260,buy_contrast_m10_bb_pos,buy,2026-04-05 07:45:00,398.0 -27261,buy_contrast_m10_bb_pos,buy,2026-04-05 07:48:00,397.0 -27262,buy_contrast_m10_bb_pos,buy,2026-04-05 09:00:00,391.0 -27263,buy_contrast_m10_bb_pos,buy,2026-04-05 09:03:00,390.0 -27264,buy_contrast_m10_bb_pos,buy,2026-04-05 09:06:00,391.0 -27265,buy_contrast_m10_bb_pos,buy,2026-04-05 09:09:00,389.0 -27266,buy_contrast_m10_bb_pos,buy,2026-04-05 09:21:00,390.0 -27267,buy_contrast_m10_bb_pos,buy,2026-04-05 09:24:00,391.0 -27268,buy_contrast_m10_bb_pos,buy,2026-04-05 09:27:00,391.0 -27269,buy_contrast_m10_bb_pos,buy,2026-04-05 13:12:00,388.0 -27270,buy_contrast_m10_bb_pos,buy,2026-04-05 13:15:00,388.0 -27271,buy_contrast_m10_bb_pos,buy,2026-04-05 13:18:00,388.0 -27272,buy_contrast_m10_bb_pos,buy,2026-04-05 13:21:00,388.0 -27273,buy_contrast_m10_bb_pos,buy,2026-04-05 13:24:00,387.0 -27274,buy_contrast_m10_bb_pos,buy,2026-04-05 13:27:00,388.0 -27275,buy_contrast_m10_bb_pos,buy,2026-04-05 14:21:00,387.0 -27276,buy_contrast_m10_bb_pos,buy,2026-04-05 14:24:00,387.0 -27277,buy_contrast_m10_bb_pos,buy,2026-04-05 14:27:00,387.0 -27278,buy_contrast_m10_bb_pos,buy,2026-04-05 14:51:00,385.0 -27279,buy_contrast_m10_bb_pos,buy,2026-04-05 14:54:00,384.0 -27280,buy_contrast_m10_bb_pos,buy,2026-04-05 14:57:00,385.0 -27281,buy_contrast_m10_bb_pos,buy,2026-04-05 16:12:00,383.0 -27282,buy_contrast_m10_bb_pos,buy,2026-04-05 16:15:00,383.0 -27283,buy_contrast_m10_bb_pos,buy,2026-04-05 16:18:00,382.0 -27284,buy_contrast_m10_bb_pos,buy,2026-04-05 16:21:00,382.0 -27285,buy_contrast_m10_bb_pos,buy,2026-04-05 16:24:00,382.0 -27286,buy_contrast_m10_bb_pos,buy,2026-04-05 16:27:00,382.0 -27287,buy_contrast_m10_bb_pos,buy,2026-04-05 16:51:00,379.0 -27288,buy_contrast_m10_bb_pos,buy,2026-04-05 16:54:00,379.0 -27289,buy_contrast_m10_bb_pos,buy,2026-04-05 16:57:00,380.0 -27290,buy_contrast_m10_bb_pos,buy,2026-04-05 17:00:00,379.0 -27291,buy_contrast_m10_bb_pos,buy,2026-04-05 17:03:00,380.0 -27292,buy_contrast_m10_bb_pos,buy,2026-04-05 17:06:00,380.0 -27293,buy_contrast_m10_bb_pos,buy,2026-04-05 17:09:00,380.0 -27294,buy_contrast_m10_bb_pos,buy,2026-04-05 19:42:00,377.0 -27295,buy_contrast_m10_bb_pos,buy,2026-04-05 19:45:00,378.0 -27296,buy_contrast_m10_bb_pos,buy,2026-04-05 19:48:00,377.0 -27297,buy_contrast_m10_bb_pos,buy,2026-04-05 21:51:00,375.0 -27298,buy_contrast_m10_bb_pos,buy,2026-04-05 21:54:00,376.0 -27299,buy_contrast_m10_bb_pos,buy,2026-04-05 21:57:00,376.0 -27300,buy_contrast_m10_bb_pos,buy,2026-04-05 22:21:00,375.0 -27301,buy_contrast_m10_bb_pos,buy,2026-04-05 22:24:00,375.0 -27302,buy_contrast_m10_bb_pos,buy,2026-04-05 22:27:00,375.0 -27303,buy_contrast_m10_bb_pos,buy,2026-04-06 04:00:00,376.0 -27304,buy_contrast_m10_bb_pos,buy,2026-04-06 04:03:00,376.0 -27305,buy_contrast_m10_bb_pos,buy,2026-04-06 04:06:00,375.0 -27306,buy_contrast_m10_bb_pos,buy,2026-04-06 04:09:00,375.0 -27307,buy_contrast_m10_bb_pos,buy,2026-04-06 05:12:00,371.0 -27308,buy_contrast_m10_bb_pos,buy,2026-04-06 05:15:00,370.0 -27309,buy_contrast_m10_bb_pos,buy,2026-04-06 05:18:00,370.0 -27310,buy_contrast_m10_bb_pos,buy,2026-04-06 05:21:00,371.0 -27311,buy_contrast_m10_bb_pos,buy,2026-04-06 05:24:00,372.0 -27312,buy_contrast_m10_bb_pos,buy,2026-04-06 05:27:00,370.0 -27313,buy_contrast_m10_bb_pos,buy,2026-04-06 05:30:00,369.0 -27314,buy_contrast_m10_bb_pos,buy,2026-04-06 05:33:00,369.0 -27315,buy_contrast_m10_bb_pos,buy,2026-04-06 05:36:00,370.0 -27316,buy_contrast_m10_bb_pos,buy,2026-04-06 05:39:00,370.0 -27317,buy_contrast_m10_bb_pos,buy,2026-04-06 06:00:00,369.0 -27318,buy_contrast_m10_bb_pos,buy,2026-04-06 06:03:00,369.0 -27319,buy_contrast_m10_bb_pos,buy,2026-04-06 06:06:00,369.0 -27320,buy_contrast_m10_bb_pos,buy,2026-04-06 06:09:00,369.0 -27321,buy_contrast_m10_bb_pos,buy,2026-04-06 06:12:00,369.0 -27322,buy_contrast_m10_bb_pos,buy,2026-04-06 06:15:00,364.0 -27323,buy_contrast_m10_bb_pos,buy,2026-04-06 06:18:00,365.0 -27324,buy_contrast_m10_bb_pos,buy,2026-04-06 06:21:00,366.0 -27325,buy_contrast_m10_bb_pos,buy,2026-04-06 06:24:00,367.0 -27326,buy_contrast_m10_bb_pos,buy,2026-04-06 06:27:00,364.0 -27327,buy_contrast_m10_bb_pos,buy,2026-04-06 06:30:00,366.0 -27328,buy_contrast_m10_bb_pos,buy,2026-04-06 06:33:00,367.0 -27329,buy_contrast_m10_bb_pos,buy,2026-04-06 06:36:00,367.0 -27330,buy_contrast_m10_bb_pos,buy,2026-04-06 06:39:00,367.0 -27331,buy_contrast_m10_bb_pos,buy,2026-04-06 06:42:00,367.0 -27332,buy_contrast_m10_bb_pos,buy,2026-04-06 06:45:00,366.0 -27333,buy_contrast_m10_bb_pos,buy,2026-04-06 06:48:00,366.0 -27334,buy_contrast_m10_bb_pos,buy,2026-04-06 15:42:00,372.0 -27335,buy_contrast_m10_bb_pos,buy,2026-04-06 15:45:00,372.0 -27336,buy_contrast_m10_bb_pos,buy,2026-04-06 15:48:00,374.0 -27337,buy_contrast_m10_bb_pos,buy,2026-04-06 23:51:00,379.0 -27338,buy_contrast_m10_bb_pos,buy,2026-04-06 23:54:00,380.0 -27339,buy_contrast_m10_bb_pos,buy,2026-04-06 23:57:00,380.0 -27340,buy_contrast_m10_bb_pos,buy,2026-04-07 00:21:00,378.0 -27341,buy_contrast_m10_bb_pos,buy,2026-04-07 00:24:00,380.0 -27342,buy_contrast_m10_bb_pos,buy,2026-04-07 00:27:00,379.0 -27343,buy_contrast_m10_bb_pos,buy,2026-04-07 02:12:00,376.0 -27344,buy_contrast_m10_bb_pos,buy,2026-04-07 02:15:00,374.0 -27345,buy_contrast_m10_bb_pos,buy,2026-04-07 02:18:00,375.0 -27346,buy_contrast_m10_bb_pos,buy,2026-04-07 02:21:00,376.0 -27347,buy_contrast_m10_bb_pos,buy,2026-04-07 02:24:00,378.0 -27348,buy_contrast_m10_bb_pos,buy,2026-04-07 02:27:00,378.0 -27349,buy_contrast_m10_bb_pos,buy,2026-04-07 03:00:00,376.0 -27350,buy_contrast_m10_bb_pos,buy,2026-04-07 03:03:00,378.0 -27351,buy_contrast_m10_bb_pos,buy,2026-04-07 03:09:00,377.0 -27352,buy_contrast_m10_bb_pos,buy,2026-04-07 04:51:00,376.0 -27353,buy_contrast_m10_bb_pos,buy,2026-04-07 04:54:00,377.0 -27354,buy_contrast_m10_bb_pos,buy,2026-04-07 04:57:00,378.0 -27355,buy_contrast_m10_bb_pos,buy,2026-04-07 06:21:00,376.0 -27356,buy_contrast_m10_bb_pos,buy,2026-04-07 06:24:00,376.0 -27357,buy_contrast_m10_bb_pos,buy,2026-04-07 06:27:00,375.0 -27358,buy_contrast_m10_bb_pos,buy,2026-04-07 06:42:00,375.0 -27359,buy_contrast_m10_bb_pos,buy,2026-04-07 06:45:00,375.0 -27360,buy_contrast_m10_bb_pos,buy,2026-04-07 06:48:00,374.0 -27361,buy_contrast_m10_bb_pos,buy,2026-04-07 06:51:00,375.0 -27362,buy_contrast_m10_bb_pos,buy,2026-04-07 06:54:00,374.0 -27363,buy_contrast_m10_bb_pos,buy,2026-04-07 06:57:00,374.0 -27364,buy_contrast_m10_bb_pos,buy,2026-04-07 07:00:00,374.0 -27365,buy_contrast_m10_bb_pos,buy,2026-04-07 07:03:00,373.0 -27366,buy_contrast_m10_bb_pos,buy,2026-04-07 07:06:00,374.0 -27367,buy_contrast_m10_bb_pos,buy,2026-04-07 07:09:00,373.0 -27368,buy_contrast_m10_bb_pos,buy,2026-04-07 07:12:00,374.0 -27369,buy_contrast_m10_bb_pos,buy,2026-04-07 07:15:00,374.0 -27370,buy_contrast_m10_bb_pos,buy,2026-04-07 07:18:00,374.0 -27371,buy_contrast_m10_bb_pos,buy,2026-04-07 07:21:00,373.0 -27372,buy_contrast_m10_bb_pos,buy,2026-04-07 07:24:00,373.0 -27373,buy_contrast_m10_bb_pos,buy,2026-04-07 07:27:00,372.0 -27374,buy_contrast_m10_bb_pos,buy,2026-04-07 08:12:00,368.0 -27375,buy_contrast_m10_bb_pos,buy,2026-04-07 08:15:00,367.0 -27376,buy_contrast_m10_bb_pos,buy,2026-04-07 08:18:00,366.0 -27377,buy_contrast_m10_bb_pos,buy,2026-04-07 08:30:00,365.0 -27378,buy_contrast_m10_bb_pos,buy,2026-04-07 08:33:00,367.0 -27379,buy_contrast_m10_bb_pos,buy,2026-04-07 08:36:00,365.0 -27380,buy_contrast_m10_bb_pos,buy,2026-04-07 08:39:00,366.0 -27381,buy_contrast_m10_bb_pos,buy,2026-04-07 08:42:00,367.0 -27382,buy_contrast_m10_bb_pos,buy,2026-04-07 08:45:00,367.0 -27383,buy_contrast_m10_bb_pos,buy,2026-04-07 08:48:00,368.0 -27384,buy_contrast_m10_bb_pos,buy,2026-04-07 11:00:00,365.0 -27385,buy_contrast_m10_bb_pos,buy,2026-04-07 11:03:00,364.0 -27386,buy_contrast_m10_bb_pos,buy,2026-04-07 11:06:00,365.0 -27387,buy_contrast_m10_bb_pos,buy,2026-04-07 11:09:00,364.0 -27388,buy_contrast_m10_bb_pos,buy,2026-04-07 11:12:00,365.0 -27389,buy_contrast_m10_bb_pos,buy,2026-04-07 11:15:00,365.0 -27390,buy_contrast_m10_bb_pos,buy,2026-04-07 11:18:00,365.0 -27391,buy_contrast_m10_bb_pos,buy,2026-04-07 13:12:00,366.0 -27392,buy_contrast_m10_bb_pos,buy,2026-04-07 13:15:00,366.0 -27393,buy_contrast_m10_bb_pos,buy,2026-04-07 13:18:00,366.0 -27394,buy_contrast_m10_bb_pos,buy,2026-04-07 20:42:00,370.0 -27395,buy_contrast_m10_bb_pos,buy,2026-04-07 20:45:00,371.0 -27396,buy_contrast_m10_bb_pos,buy,2026-04-07 20:48:00,371.0 -27397,buy_contrast_m10_bb_pos,buy,2026-04-07 21:21:00,368.0 -27398,buy_contrast_m10_bb_pos,buy,2026-04-07 21:24:00,368.0 -27399,buy_contrast_m10_bb_pos,buy,2026-04-07 21:27:00,367.0 -27400,buy_contrast_m10_bb_pos,buy,2026-04-07 21:30:00,368.0 -27401,buy_contrast_m10_bb_pos,buy,2026-04-07 21:33:00,367.0 -27402,buy_contrast_m10_bb_pos,buy,2026-04-07 21:36:00,366.0 -27403,buy_contrast_m10_bb_pos,buy,2026-04-07 21:39:00,367.0 -27404,buy_contrast_m10_bb_pos,buy,2026-04-07 21:42:00,367.0 -27405,buy_contrast_m10_bb_pos,buy,2026-04-07 21:45:00,368.0 -27406,buy_contrast_m10_bb_pos,buy,2026-04-07 21:48:00,367.0 -27407,buy_contrast_m10_bb_pos,buy,2026-04-07 23:12:00,369.0 -27408,buy_contrast_m10_bb_pos,buy,2026-04-07 23:15:00,369.0 -27409,buy_contrast_m10_bb_pos,buy,2026-04-07 23:18:00,371.0 -27410,buy_contrast_m10_bb_pos,buy,2026-04-08 00:51:00,366.0 -27411,buy_contrast_m10_bb_pos,buy,2026-04-08 00:54:00,367.0 -27412,buy_contrast_m10_bb_pos,buy,2026-04-08 00:57:00,368.0 -27413,buy_contrast_m10_bb_pos,buy,2026-04-08 10:00:00,394.0 -27414,buy_contrast_m10_bb_pos,buy,2026-04-08 10:03:00,394.0 -27415,buy_contrast_m10_bb_pos,buy,2026-04-08 10:06:00,394.0 -27416,buy_contrast_m10_bb_pos,buy,2026-04-08 10:09:00,394.0 -27417,buy_contrast_m10_bb_pos,buy,2026-04-08 10:12:00,392.0 -27418,buy_contrast_m10_bb_pos,buy,2026-04-08 10:15:00,392.0 -27419,buy_contrast_m10_bb_pos,buy,2026-04-08 10:18:00,392.0 -27420,buy_contrast_m10_bb_pos,buy,2026-04-08 10:21:00,392.0 -27421,buy_contrast_m10_bb_pos,buy,2026-04-08 10:24:00,392.0 -27422,buy_contrast_m10_bb_pos,buy,2026-04-08 10:27:00,392.0 -27423,buy_contrast_m10_bb_pos,buy,2026-04-08 10:30:00,391.0 -27424,buy_contrast_m10_bb_pos,buy,2026-04-08 10:33:00,390.0 -27425,buy_contrast_m10_bb_pos,buy,2026-04-08 10:36:00,392.0 -27426,buy_contrast_m10_bb_pos,buy,2026-04-08 10:39:00,391.0 -27427,buy_contrast_m10_bb_pos,buy,2026-04-08 10:42:00,393.0 -27428,buy_contrast_m10_bb_pos,buy,2026-04-08 10:45:00,391.0 -27429,buy_contrast_m10_bb_pos,buy,2026-04-08 10:48:00,392.0 -27430,buy_contrast_m10_bb_pos,buy,2026-04-08 10:51:00,392.0 -27431,buy_contrast_m10_bb_pos,buy,2026-04-08 10:54:00,391.0 -27432,buy_contrast_m10_bb_pos,buy,2026-04-08 10:57:00,391.0 -27433,buy_contrast_m10_bb_pos,buy,2026-04-08 12:21:00,387.0 -27434,buy_contrast_m10_bb_pos,buy,2026-04-08 12:24:00,387.0 -27435,buy_contrast_m10_bb_pos,buy,2026-04-08 12:27:00,388.0 -27436,buy_contrast_m10_bb_pos,buy,2026-04-08 16:51:00,390.0 -27437,buy_contrast_m10_bb_pos,buy,2026-04-08 16:54:00,389.0 -27438,buy_contrast_m10_bb_pos,buy,2026-04-08 16:57:00,389.0 -27439,buy_contrast_m10_bb_pos,buy,2026-04-08 17:12:00,389.0 -27440,buy_contrast_m10_bb_pos,buy,2026-04-08 17:15:00,390.0 -27441,buy_contrast_m10_bb_pos,buy,2026-04-08 17:18:00,389.0 -27442,buy_contrast_m10_bb_pos,buy,2026-04-08 17:21:00,389.0 -27443,buy_contrast_m10_bb_pos,buy,2026-04-08 17:24:00,390.0 -27444,buy_contrast_m10_bb_pos,buy,2026-04-08 17:27:00,389.0 -27445,buy_contrast_m10_bb_pos,buy,2026-04-08 17:30:00,388.0 -27446,buy_contrast_m10_bb_pos,buy,2026-04-08 17:33:00,389.0 -27447,buy_contrast_m10_bb_pos,buy,2026-04-08 17:36:00,390.0 -27448,buy_contrast_m10_bb_pos,buy,2026-04-08 17:39:00,391.0 -27449,buy_contrast_m10_bb_pos,buy,2026-04-08 20:51:00,388.0 -27450,buy_contrast_m10_bb_pos,buy,2026-04-08 20:54:00,389.0 -27451,buy_contrast_m10_bb_pos,buy,2026-04-08 20:57:00,388.0 -27452,buy_contrast_m10_bb_pos,buy,2026-04-08 21:00:00,388.0 -27453,buy_contrast_m10_bb_pos,buy,2026-04-08 21:03:00,388.0 -27454,buy_contrast_m10_bb_pos,buy,2026-04-08 21:06:00,388.0 -27455,buy_contrast_m10_bb_pos,buy,2026-04-08 21:09:00,388.0 -27456,buy_contrast_m10_bb_pos,buy,2026-04-08 21:30:00,387.0 -27457,buy_contrast_m10_bb_pos,buy,2026-04-08 21:33:00,388.0 -27458,buy_contrast_m10_bb_pos,buy,2026-04-08 21:36:00,388.0 -27459,buy_contrast_m10_bb_pos,buy,2026-04-08 21:39:00,388.0 -27460,buy_contrast_m10_bb_pos,buy,2026-04-08 23:42:00,385.0 -27461,buy_contrast_m10_bb_pos,buy,2026-04-08 23:45:00,385.0 -27462,buy_contrast_m10_bb_pos,buy,2026-04-08 23:48:00,386.0 -27463,buy_contrast_m10_bb_pos,buy,2026-04-09 00:00:00,385.0 -27464,buy_contrast_m10_bb_pos,buy,2026-04-09 00:03:00,386.0 -27465,buy_contrast_m10_bb_pos,buy,2026-04-09 00:06:00,387.0 -27466,buy_contrast_m10_bb_pos,buy,2026-04-09 00:09:00,385.0 -27467,buy_contrast_m10_bb_pos,buy,2026-04-09 00:12:00,385.0 -27468,buy_contrast_m10_bb_pos,buy,2026-04-09 00:15:00,385.0 -27469,buy_contrast_m10_bb_pos,buy,2026-04-09 00:18:00,386.0 -27470,buy_contrast_m10_bb_pos,buy,2026-04-09 04:21:00,385.0 -27471,buy_contrast_m10_bb_pos,buy,2026-04-09 04:24:00,385.0 -27472,buy_contrast_m10_bb_pos,buy,2026-04-09 04:27:00,385.0 -27473,buy_contrast_m10_bb_pos,buy,2026-04-09 04:30:00,385.0 -27474,buy_contrast_m10_bb_pos,buy,2026-04-09 04:33:00,384.0 -27475,buy_contrast_m10_bb_pos,buy,2026-04-09 04:36:00,384.0 -27476,buy_contrast_m10_bb_pos,buy,2026-04-09 04:39:00,385.0 -27477,buy_contrast_m10_bb_pos,buy,2026-04-09 04:42:00,384.0 -27478,buy_contrast_m10_bb_pos,buy,2026-04-09 04:45:00,386.0 -27479,buy_contrast_m10_bb_pos,buy,2026-04-09 04:48:00,386.0 -27480,buy_contrast_m10_bb_pos,buy,2026-04-09 07:21:00,384.0 -27481,buy_contrast_m10_bb_pos,buy,2026-04-09 07:24:00,384.0 -27482,buy_contrast_m10_bb_pos,buy,2026-04-09 07:27:00,385.0 -27483,buy_contrast_m10_bb_pos,buy,2026-04-09 08:00:00,384.0 -27484,buy_contrast_m10_bb_pos,buy,2026-04-09 08:03:00,381.0 -27485,buy_contrast_m10_bb_pos,buy,2026-04-09 08:06:00,382.0 -27486,buy_contrast_m10_bb_pos,buy,2026-04-09 08:09:00,383.0 -27487,buy_contrast_m10_bb_pos,buy,2026-04-09 08:21:00,383.0 -27488,buy_contrast_m10_bb_pos,buy,2026-04-09 08:24:00,383.0 -27489,buy_contrast_m10_bb_pos,buy,2026-04-09 08:27:00,383.0 -27490,buy_contrast_m10_bb_pos,buy,2026-04-09 08:30:00,382.0 -27491,buy_contrast_m10_bb_pos,buy,2026-04-09 08:33:00,381.0 -27492,buy_contrast_m10_bb_pos,buy,2026-04-09 08:36:00,383.0 -27493,buy_contrast_m10_bb_pos,buy,2026-04-09 08:39:00,383.0 -27494,buy_contrast_m10_bb_pos,buy,2026-04-09 08:42:00,381.0 -27495,buy_contrast_m10_bb_pos,buy,2026-04-09 08:45:00,382.0 -27496,buy_contrast_m10_bb_pos,buy,2026-04-09 08:48:00,382.0 -27497,buy_contrast_m10_bb_pos,buy,2026-04-09 08:51:00,382.0 -27498,buy_contrast_m10_bb_pos,buy,2026-04-09 08:54:00,382.0 -27499,buy_contrast_m10_bb_pos,buy,2026-04-09 08:57:00,382.0 -27500,buy_contrast_m10_bb_pos,buy,2026-04-09 09:21:00,382.0 -27501,buy_contrast_m10_bb_pos,buy,2026-04-09 09:24:00,382.0 -27502,buy_contrast_m10_bb_pos,buy,2026-04-09 09:27:00,382.0 -27503,buy_contrast_m10_bb_pos,buy,2026-04-09 09:30:00,379.0 -27504,buy_contrast_m10_bb_pos,buy,2026-04-09 09:33:00,380.0 -27505,buy_contrast_m10_bb_pos,buy,2026-04-09 09:36:00,380.0 -27506,buy_contrast_m10_bb_pos,buy,2026-04-09 09:39:00,379.0 -27507,buy_contrast_m10_bb_pos,buy,2026-04-09 09:42:00,378.0 -27508,buy_contrast_m10_bb_pos,buy,2026-04-09 09:45:00,379.0 -27509,buy_contrast_m10_bb_pos,buy,2026-04-09 09:48:00,380.0 -27510,buy_contrast_m10_bb_pos,buy,2026-04-09 09:51:00,380.0 -27511,buy_contrast_m10_bb_pos,buy,2026-04-09 09:54:00,379.0 -27512,buy_contrast_m10_bb_pos,buy,2026-04-09 09:57:00,379.0 -27513,buy_contrast_m10_bb_pos,buy,2026-04-09 10:12:00,379.0 -27514,buy_contrast_m10_bb_pos,buy,2026-04-09 10:15:00,379.0 -27515,buy_contrast_m10_bb_pos,buy,2026-04-09 10:18:00,379.0 -27516,buy_contrast_m10_bb_pos,buy,2026-04-09 10:21:00,378.0 -27517,buy_contrast_m10_bb_pos,buy,2026-04-09 10:24:00,377.0 -27518,buy_contrast_m10_bb_pos,buy,2026-04-09 10:27:00,377.0 -27519,buy_contrast_m10_bb_pos,buy,2026-04-09 10:30:00,377.0 -27520,buy_contrast_m10_bb_pos,buy,2026-04-09 10:33:00,379.0 -27521,buy_contrast_m10_bb_pos,buy,2026-04-09 10:36:00,379.0 -27522,buy_contrast_m10_bb_pos,buy,2026-04-09 10:39:00,378.0 -27523,buy_contrast_m10_bb_pos,buy,2026-04-09 18:00:00,381.0 -27524,buy_contrast_m10_bb_pos,buy,2026-04-09 18:03:00,380.0 -27525,buy_contrast_m10_bb_pos,buy,2026-04-09 18:06:00,380.0 -27526,buy_contrast_m10_bb_pos,buy,2026-04-09 18:09:00,381.0 -27527,buy_contrast_m10_bb_pos,buy,2026-04-09 18:12:00,382.0 -27528,buy_contrast_m10_bb_pos,buy,2026-04-09 18:15:00,382.0 -27529,buy_contrast_m10_bb_pos,buy,2026-04-09 18:18:00,383.0 -27530,buy_contrast_m10_bb_pos,buy,2026-04-10 08:30:00,399.0 -27531,buy_contrast_m10_bb_pos,buy,2026-04-10 08:33:00,398.0 -27532,buy_contrast_m10_bb_pos,buy,2026-04-10 08:36:00,398.0 -27533,buy_contrast_m10_bb_pos,buy,2026-04-10 08:39:00,397.0 -27534,buy_contrast_m10_bb_pos,buy,2026-04-10 08:42:00,399.0 -27535,buy_contrast_m10_bb_pos,buy,2026-04-10 08:45:00,398.0 -27536,buy_contrast_m10_bb_pos,buy,2026-04-10 08:48:00,398.0 -27537,buy_contrast_m10_bb_pos,buy,2026-04-10 08:51:00,398.0 -27538,buy_contrast_m10_bb_pos,buy,2026-04-10 08:54:00,398.0 -27539,buy_contrast_m10_bb_pos,buy,2026-04-10 08:57:00,398.0 -27540,buy_contrast_m10_bb_pos,buy,2026-04-10 09:00:00,397.0 -27541,buy_contrast_m10_bb_pos,buy,2026-04-10 09:03:00,397.0 -27542,buy_contrast_m10_bb_pos,buy,2026-04-10 09:06:00,398.0 -27543,buy_contrast_m10_bb_pos,buy,2026-04-10 09:09:00,395.0 -27544,buy_contrast_m10_bb_pos,buy,2026-04-10 09:12:00,397.0 -27545,buy_contrast_m10_bb_pos,buy,2026-04-10 09:15:00,397.0 -27546,buy_contrast_m10_bb_pos,buy,2026-04-10 09:18:00,396.0 -27547,buy_contrast_m10_bb_pos,buy,2026-04-10 09:21:00,395.0 -27548,buy_contrast_m10_bb_pos,buy,2026-04-10 09:24:00,396.0 -27549,buy_contrast_m10_bb_pos,buy,2026-04-10 09:27:00,396.0 -27550,buy_contrast_m10_bb_pos,buy,2026-04-10 17:12:00,399.0 -27551,buy_contrast_m10_bb_pos,buy,2026-04-10 17:15:00,398.0 -27552,buy_contrast_m10_bb_pos,buy,2026-04-10 17:18:00,398.0 -27553,buy_contrast_m10_bb_pos,buy,2026-04-10 17:21:00,398.0 -27554,buy_contrast_m10_bb_pos,buy,2026-04-10 17:24:00,398.0 -27555,buy_contrast_m10_bb_pos,buy,2026-04-10 17:27:00,399.0 -27556,buy_contrast_m10_bb_pos,buy,2026-04-10 17:30:00,399.0 -27557,buy_contrast_m10_bb_pos,buy,2026-04-10 17:33:00,401.0 -27558,buy_contrast_m10_bb_pos,buy,2026-04-10 17:36:00,402.0 -27559,buy_contrast_m10_bb_pos,buy,2026-04-10 17:39:00,401.0 -27560,buy_contrast_m10_bb_pos,buy,2026-04-10 19:51:00,398.0 -27561,buy_contrast_m10_bb_pos,buy,2026-04-10 19:54:00,398.0 -27562,buy_contrast_m10_bb_pos,buy,2026-04-10 19:57:00,398.0 -27563,buy_contrast_m10_bb_pos,buy,2026-04-10 20:00:00,398.0 -27564,buy_contrast_m10_bb_pos,buy,2026-04-10 20:03:00,399.0 -27565,buy_contrast_m10_bb_pos,buy,2026-04-10 20:06:00,399.0 -27566,buy_contrast_m10_bb_pos,buy,2026-04-10 20:09:00,399.0 -27567,buy_contrast_m10_bb_pos,buy,2026-04-11 08:12:00,414.0 -27568,buy_contrast_m10_bb_pos,buy,2026-04-11 08:15:00,414.0 -27569,buy_contrast_m10_bb_pos,buy,2026-04-11 08:18:00,415.0 -27570,buy_contrast_m10_bb_pos,buy,2026-04-11 09:30:00,413.0 -27571,buy_contrast_m10_bb_pos,buy,2026-04-11 09:33:00,413.0 -27572,buy_contrast_m10_bb_pos,buy,2026-04-11 09:36:00,412.0 -27573,buy_contrast_m10_bb_pos,buy,2026-04-11 09:39:00,412.0 -27574,buy_contrast_m10_bb_pos,buy,2026-04-11 09:42:00,412.0 -27575,buy_contrast_m10_bb_pos,buy,2026-04-11 09:45:00,413.0 -27576,buy_contrast_m10_bb_pos,buy,2026-04-11 09:48:00,413.0 -27577,buy_contrast_m10_bb_pos,buy,2026-04-11 10:30:00,412.0 -27578,buy_contrast_m10_bb_pos,buy,2026-04-11 10:33:00,414.0 -27579,buy_contrast_m10_bb_pos,buy,2026-04-11 10:36:00,413.0 -27580,buy_contrast_m10_bb_pos,buy,2026-04-11 10:39:00,412.0 -27581,buy_contrast_m10_bb_pos,buy,2026-04-11 19:51:00,418.0 -27582,buy_contrast_m10_bb_pos,buy,2026-04-11 19:54:00,418.0 -27583,buy_contrast_m10_bb_pos,buy,2026-04-11 19:57:00,418.0 -27584,buy_contrast_m10_bb_pos,buy,2026-04-11 21:30:00,416.0 -27585,buy_contrast_m10_bb_pos,buy,2026-04-11 21:33:00,417.0 -27586,buy_contrast_m10_bb_pos,buy,2026-04-11 21:36:00,418.0 -27587,buy_contrast_m10_bb_pos,buy,2026-04-11 21:39:00,418.0 -27588,buy_contrast_m10_bb_pos,buy,2026-04-11 22:00:00,416.0 -27589,buy_contrast_m10_bb_pos,buy,2026-04-11 22:03:00,411.0 -27590,buy_contrast_m10_bb_pos,buy,2026-04-11 22:06:00,412.0 -27591,buy_contrast_m10_bb_pos,buy,2026-04-11 22:09:00,413.0 -27592,buy_contrast_m10_bb_pos,buy,2026-04-12 08:12:00,441.0 -27593,buy_contrast_m10_bb_pos,buy,2026-04-12 08:15:00,442.0 -27594,buy_contrast_m10_bb_pos,buy,2026-04-12 08:18:00,442.0 -27595,buy_contrast_m10_bb_pos,buy,2026-04-12 11:21:00,424.0 -27596,buy_contrast_m10_bb_pos,buy,2026-04-12 11:24:00,424.0 -27597,buy_contrast_m10_bb_pos,buy,2026-04-12 11:27:00,425.0 -27598,buy_contrast_m10_bb_pos,buy,2026-04-12 11:30:00,426.0 -27599,buy_contrast_m10_bb_pos,buy,2026-04-12 11:33:00,426.0 -27600,buy_contrast_m10_bb_pos,buy,2026-04-12 11:36:00,427.0 -27601,buy_contrast_m10_bb_pos,buy,2026-04-12 11:39:00,428.0 -27602,buy_contrast_m10_bb_pos,buy,2026-04-12 21:42:00,434.0 -27603,buy_contrast_m10_bb_pos,buy,2026-04-12 21:45:00,435.0 -27604,buy_contrast_m10_bb_pos,buy,2026-04-12 21:48:00,434.0 -27605,buy_contrast_m10_bb_pos,buy,2026-04-12 22:00:00,432.0 -27606,buy_contrast_m10_bb_pos,buy,2026-04-12 22:03:00,433.0 -27607,buy_contrast_m10_bb_pos,buy,2026-04-12 22:06:00,434.0 -27608,buy_contrast_m10_bb_pos,buy,2026-04-12 22:09:00,431.0 -27609,buy_contrast_m10_bb_pos,buy,2026-04-12 22:12:00,431.0 -27610,buy_contrast_m10_bb_pos,buy,2026-04-12 22:15:00,430.0 -27611,buy_contrast_m10_bb_pos,buy,2026-04-12 22:18:00,430.0 -27612,buy_contrast_m10_bb_pos,buy,2026-04-12 22:30:00,430.0 -27613,buy_contrast_m10_bb_pos,buy,2026-04-12 22:33:00,427.0 -27614,buy_contrast_m10_bb_pos,buy,2026-04-12 22:36:00,427.0 -27615,buy_contrast_m10_bb_pos,buy,2026-04-12 22:39:00,426.0 -27616,buy_contrast_m10_bb_pos,buy,2026-04-12 23:00:00,425.0 -27617,buy_contrast_m10_bb_pos,buy,2026-04-12 23:03:00,424.0 -27618,buy_contrast_m10_bb_pos,buy,2026-04-12 23:06:00,424.0 -27619,buy_contrast_m10_bb_pos,buy,2026-04-12 23:09:00,425.0 -27620,buy_contrast_m10_bb_pos,buy,2026-04-12 23:12:00,424.0 -27621,buy_contrast_m10_bb_pos,buy,2026-04-12 23:15:00,426.0 -27622,buy_contrast_m10_bb_pos,buy,2026-04-12 23:18:00,425.0 -27623,buy_contrast_m10_bb_pos,buy,2026-04-12 23:21:00,426.0 -27624,buy_contrast_m10_bb_pos,buy,2026-04-12 23:24:00,430.0 -27625,buy_contrast_m10_bb_pos,buy,2026-04-12 23:27:00,426.0 -27626,buy_contrast_m10_bb_pos,buy,2026-04-13 07:00:00,433.0 -27627,buy_contrast_m10_bb_pos,buy,2026-04-13 07:03:00,428.0 -27628,buy_contrast_m10_bb_pos,buy,2026-04-13 07:06:00,428.0 -27629,buy_contrast_m10_bb_pos,buy,2026-04-13 07:09:00,430.0 -27630,buy_contrast_m10_bb_pos,buy,2026-04-13 13:21:00,435.0 -27631,buy_contrast_m10_bb_pos,buy,2026-04-13 13:24:00,437.0 -27632,buy_contrast_m10_bb_pos,buy,2026-04-13 13:27:00,440.0 -27633,buy_contrast_m10_bb_pos,buy,2026-04-13 17:12:00,436.0 -27634,buy_contrast_m10_bb_pos,buy,2026-04-13 17:18:00,435.0 -27635,buy_contrast_m10_bb_pos,buy,2026-04-13 17:51:00,432.0 -27636,buy_contrast_m10_bb_pos,buy,2026-04-13 17:54:00,431.0 -27637,buy_contrast_m10_bb_pos,buy,2026-04-13 17:57:00,431.0 -27638,buy_contrast_m10_bb_pos,buy,2026-04-14 00:12:00,446.0 -27639,buy_contrast_m10_bb_pos,buy,2026-04-14 00:15:00,444.0 -27640,buy_contrast_m10_bb_pos,buy,2026-04-14 00:18:00,446.0 -27641,buy_contrast_m10_bb_pos,buy,2026-04-14 00:42:00,440.0 -27642,buy_contrast_m10_bb_pos,buy,2026-04-14 00:45:00,440.0 -27643,buy_contrast_m10_bb_pos,buy,2026-04-14 00:48:00,440.0 -27644,buy_contrast_m10_bb_pos,buy,2026-04-14 00:51:00,440.0 -27645,buy_contrast_m10_bb_pos,buy,2026-04-14 00:54:00,441.0 -27646,buy_contrast_m10_bb_pos,buy,2026-04-14 00:57:00,440.0 -27647,buy_contrast_m10_bb_pos,buy,2026-04-14 01:00:00,441.0 -27648,buy_contrast_m10_bb_pos,buy,2026-04-14 01:03:00,441.0 -27649,buy_contrast_m10_bb_pos,buy,2026-04-14 01:06:00,441.0 -27650,buy_contrast_m10_bb_pos,buy,2026-04-14 01:09:00,443.0 -27651,buy_contrast_m10_bb_pos,buy,2026-04-14 03:00:00,438.0 -27652,buy_contrast_m10_bb_pos,buy,2026-04-14 03:03:00,438.0 -27653,buy_contrast_m10_bb_pos,buy,2026-04-14 03:06:00,438.0 -27654,buy_contrast_m10_bb_pos,buy,2026-04-14 03:09:00,439.0 -27655,buy_contrast_m10_bb_pos,buy,2026-04-14 03:21:00,439.0 -27656,buy_contrast_m10_bb_pos,buy,2026-04-14 03:24:00,438.0 -27657,buy_contrast_m10_bb_pos,buy,2026-04-14 03:27:00,437.0 -27658,buy_contrast_m10_bb_pos,buy,2026-04-14 03:30:00,438.0 -27659,buy_contrast_m10_bb_pos,buy,2026-04-14 03:33:00,440.0 -27660,buy_contrast_m10_bb_pos,buy,2026-04-14 03:36:00,440.0 -27661,buy_contrast_m10_bb_pos,buy,2026-04-14 03:39:00,441.0 -27662,buy_contrast_m10_bb_pos,buy,2026-04-14 19:42:00,468.0 -27663,buy_contrast_m10_bb_pos,buy,2026-04-14 19:45:00,468.0 -27664,buy_contrast_m10_bb_pos,buy,2026-04-14 19:48:00,467.0 -27665,buy_contrast_m10_bb_pos,buy,2026-04-14 20:30:00,466.0 -27666,buy_contrast_m10_bb_pos,buy,2026-04-14 20:33:00,465.0 -27667,buy_contrast_m10_bb_pos,buy,2026-04-14 20:36:00,467.0 -27668,buy_contrast_m10_bb_pos,buy,2026-04-14 20:39:00,466.0 -27669,buy_contrast_m10_bb_pos,buy,2026-04-14 20:42:00,466.0 -27670,buy_contrast_m10_bb_pos,buy,2026-04-14 20:45:00,464.0 -27671,buy_contrast_m10_bb_pos,buy,2026-04-14 20:48:00,462.0 -27672,buy_contrast_m10_bb_pos,buy,2026-04-14 21:12:00,463.0 -27673,buy_contrast_m10_bb_pos,buy,2026-04-14 21:15:00,463.0 -27674,buy_contrast_m10_bb_pos,buy,2026-04-14 21:18:00,462.0 -27675,buy_contrast_m10_bb_pos,buy,2026-04-14 21:21:00,462.0 -27676,buy_contrast_m10_bb_pos,buy,2026-04-14 21:24:00,462.0 -27677,buy_contrast_m10_bb_pos,buy,2026-04-14 21:27:00,460.0 -27678,buy_contrast_m10_bb_pos,buy,2026-04-14 21:30:00,459.0 -27679,buy_contrast_m10_bb_pos,buy,2026-04-14 21:33:00,459.0 -27680,buy_contrast_m10_bb_pos,buy,2026-04-14 21:36:00,460.0 -27681,buy_contrast_m10_bb_pos,buy,2026-04-14 21:39:00,462.0 -27682,buy_contrast_m10_bb_pos,buy,2026-04-14 23:30:00,459.0 -27683,buy_contrast_m10_bb_pos,buy,2026-04-14 23:33:00,461.0 -27684,buy_contrast_m10_bb_pos,buy,2026-04-14 23:36:00,460.0 -27685,buy_contrast_m10_bb_pos,buy,2026-04-14 23:39:00,458.0 -27686,buy_contrast_m10_bb_pos,buy,2026-04-14 23:42:00,458.0 -27687,buy_contrast_m10_bb_pos,buy,2026-04-14 23:45:00,458.0 -27688,buy_contrast_m10_bb_pos,buy,2026-04-14 23:48:00,460.0 -27689,buy_contrast_m10_bb_pos,buy,2026-04-15 03:00:00,451.0 -27690,buy_contrast_m10_bb_pos,buy,2026-04-15 03:03:00,452.0 -27691,buy_contrast_m10_bb_pos,buy,2026-04-15 03:06:00,451.0 -27692,buy_contrast_m10_bb_pos,buy,2026-04-15 03:09:00,452.0 -27693,buy_contrast_m10_bb_pos,buy,2026-04-15 04:12:00,440.0 -27694,buy_contrast_m10_bb_pos,buy,2026-04-15 04:15:00,440.0 -27695,buy_contrast_m10_bb_pos,buy,2026-04-15 04:18:00,439.0 -27696,buy_contrast_m10_bb_pos,buy,2026-04-15 04:21:00,438.0 -27697,buy_contrast_m10_bb_pos,buy,2026-04-15 04:24:00,437.0 -27698,buy_contrast_m10_bb_pos,buy,2026-04-15 04:27:00,437.0 -27699,buy_contrast_m10_bb_pos,buy,2026-04-15 04:30:00,438.0 -27700,buy_contrast_m10_bb_pos,buy,2026-04-15 04:33:00,437.0 -27701,buy_contrast_m10_bb_pos,buy,2026-04-15 04:36:00,437.0 -27702,buy_contrast_m10_bb_pos,buy,2026-04-15 04:39:00,436.0 -27703,buy_contrast_m10_bb_pos,buy,2026-04-15 04:42:00,437.0 -27704,buy_contrast_m10_bb_pos,buy,2026-04-15 04:45:00,438.0 -27705,buy_contrast_m10_bb_pos,buy,2026-04-15 04:48:00,438.0 -27706,buy_contrast_m10_bb_pos,buy,2026-04-15 04:51:00,437.0 -27707,buy_contrast_m10_bb_pos,buy,2026-04-15 04:54:00,438.0 -27708,buy_contrast_m10_bb_pos,buy,2026-04-15 04:57:00,437.0 -27709,buy_contrast_m10_bb_pos,buy,2026-04-15 07:30:00,436.0 -27710,buy_contrast_m10_bb_pos,buy,2026-04-15 07:33:00,437.0 -27711,buy_contrast_m10_bb_pos,buy,2026-04-15 07:36:00,436.0 -27712,buy_contrast_m10_bb_pos,buy,2026-04-15 07:39:00,437.0 -27713,buy_contrast_m10_bb_pos,buy,2026-04-15 10:12:00,436.0 -27714,buy_contrast_m10_bb_pos,buy,2026-04-15 10:15:00,437.0 -27715,buy_contrast_m10_bb_pos,buy,2026-04-15 10:18:00,437.0 -27716,buy_contrast_m10_bb_pos,buy,2026-04-15 15:42:00,441.0 -27717,buy_contrast_m10_bb_pos,buy,2026-04-15 15:45:00,441.0 -27718,buy_contrast_m10_bb_pos,buy,2026-04-15 15:48:00,443.0 -27719,buy_contrast_m10_bb_pos,buy,2026-04-15 16:00:00,440.0 -27720,buy_contrast_m10_bb_pos,buy,2026-04-15 16:03:00,439.0 -27721,buy_contrast_m10_bb_pos,buy,2026-04-15 16:06:00,439.0 -27722,buy_contrast_m10_bb_pos,buy,2026-04-15 16:09:00,440.0 -27723,buy_contrast_m10_bb_pos,buy,2026-04-15 16:12:00,441.0 -27724,buy_contrast_m10_bb_pos,buy,2026-04-15 16:15:00,441.0 -27725,buy_contrast_m10_bb_pos,buy,2026-04-15 16:18:00,438.0 -27726,buy_contrast_m10_bb_pos,buy,2026-04-15 16:30:00,438.0 -27727,buy_contrast_m10_bb_pos,buy,2026-04-15 16:33:00,437.0 -27728,buy_contrast_m10_bb_pos,buy,2026-04-15 16:36:00,437.0 -27729,buy_contrast_m10_bb_pos,buy,2026-04-15 16:39:00,438.0 -27730,buy_contrast_m10_bb_pos,buy,2026-04-15 16:42:00,436.0 -27731,buy_contrast_m10_bb_pos,buy,2026-04-15 16:45:00,437.0 -27732,buy_contrast_m10_bb_pos,buy,2026-04-15 16:48:00,437.0 -27733,buy_contrast_m10_bb_pos,buy,2026-04-15 17:00:00,437.0 -27734,buy_contrast_m10_bb_pos,buy,2026-04-15 17:03:00,437.0 -27735,buy_contrast_m10_bb_pos,buy,2026-04-15 17:06:00,438.0 -27736,buy_contrast_m10_bb_pos,buy,2026-04-15 17:09:00,436.0 -27737,buy_contrast_m10_bb_pos,buy,2026-04-15 17:12:00,437.0 -27738,buy_contrast_m10_bb_pos,buy,2026-04-15 17:15:00,438.0 -27739,buy_contrast_m10_bb_pos,buy,2026-04-15 17:18:00,437.0 -27740,buy_contrast_m10_bb_pos,buy,2026-04-15 23:12:00,439.0 -27741,buy_contrast_m10_bb_pos,buy,2026-04-15 23:15:00,440.0 -27742,buy_contrast_m10_bb_pos,buy,2026-04-15 23:18:00,441.0 -27743,buy_contrast_m10_bb_pos,buy,2026-04-15 23:42:00,438.0 -27744,buy_contrast_m10_bb_pos,buy,2026-04-15 23:45:00,437.0 -27745,buy_contrast_m10_bb_pos,buy,2026-04-15 23:48:00,439.0 -27746,buy_contrast_m10_bb_pos,buy,2026-04-16 00:21:00,438.0 -27747,buy_contrast_m10_bb_pos,buy,2026-04-16 00:24:00,438.0 -27748,buy_contrast_m10_bb_pos,buy,2026-04-16 00:27:00,436.0 -27749,buy_contrast_m10_bb_pos,buy,2026-04-16 00:30:00,437.0 -27750,buy_contrast_m10_bb_pos,buy,2026-04-16 00:33:00,436.0 -27751,buy_contrast_m10_bb_pos,buy,2026-04-16 00:36:00,436.0 -27752,buy_contrast_m10_bb_pos,buy,2026-04-16 00:39:00,437.0 -27753,buy_contrast_m10_bb_pos,buy,2026-04-16 00:42:00,437.0 -27754,buy_contrast_m10_bb_pos,buy,2026-04-16 00:45:00,438.0 -27755,buy_contrast_m10_bb_pos,buy,2026-04-16 00:48:00,438.0 -27756,buy_contrast_m10_bb_pos,buy,2026-04-16 14:00:00,455.0 -27757,buy_contrast_m10_bb_pos,buy,2026-04-16 14:03:00,455.0 -27758,buy_contrast_m10_bb_pos,buy,2026-04-16 14:06:00,455.0 -27759,buy_contrast_m10_bb_pos,buy,2026-04-16 14:09:00,454.0 -27760,buy_contrast_m10_bb_pos,buy,2026-04-16 15:30:00,454.0 -27761,buy_contrast_m10_bb_pos,buy,2026-04-16 15:33:00,455.0 -27762,buy_contrast_m10_bb_pos,buy,2026-04-16 15:36:00,454.0 -27763,buy_contrast_m10_bb_pos,buy,2026-04-16 15:39:00,455.0 -27764,buy_contrast_m10_bb_pos,buy,2026-04-16 17:42:00,453.0 -27765,buy_contrast_m10_bb_pos,buy,2026-04-16 17:45:00,453.0 -27766,buy_contrast_m10_bb_pos,buy,2026-04-16 17:48:00,455.0 -27767,buy_contrast_m10_bb_pos,buy,2026-04-16 18:00:00,453.0 -27768,buy_contrast_m10_bb_pos,buy,2026-04-16 18:03:00,455.0 -27769,buy_contrast_m10_bb_pos,buy,2026-04-16 18:06:00,455.0 -27770,buy_contrast_m10_bb_pos,buy,2026-04-16 18:09:00,455.0 -27771,buy_contrast_m10_bb_pos,buy,2026-04-16 19:21:00,453.0 -27772,buy_contrast_m10_bb_pos,buy,2026-04-16 19:24:00,454.0 -27773,buy_contrast_m10_bb_pos,buy,2026-04-16 19:27:00,456.0 -27774,buy_contrast_m10_bb_pos,buy,2026-04-17 10:21:00,474.0 -27775,buy_contrast_m10_bb_pos,buy,2026-04-17 10:24:00,473.0 -27776,buy_contrast_m10_bb_pos,buy,2026-04-17 10:27:00,474.0 -27777,buy_contrast_m10_bb_pos,buy,2026-04-17 10:42:00,472.0 -27778,buy_contrast_m10_bb_pos,buy,2026-04-17 10:45:00,471.0 -27779,buy_contrast_m10_bb_pos,buy,2026-04-17 10:48:00,470.0 -27780,buy_contrast_m10_bb_pos,buy,2026-04-17 11:00:00,471.0 -27781,buy_contrast_m10_bb_pos,buy,2026-04-17 11:03:00,470.0 -27782,buy_contrast_m10_bb_pos,buy,2026-04-17 11:06:00,470.0 -27783,buy_contrast_m10_bb_pos,buy,2026-04-17 11:09:00,469.0 -27784,buy_contrast_m10_bb_pos,buy,2026-04-17 11:12:00,471.0 -27785,buy_contrast_m10_bb_pos,buy,2026-04-17 11:15:00,471.0 -27786,buy_contrast_m10_bb_pos,buy,2026-04-17 11:18:00,469.0 -27787,buy_contrast_m10_bb_pos,buy,2026-04-17 11:21:00,468.0 -27788,buy_contrast_m10_bb_pos,buy,2026-04-17 11:24:00,468.0 -27789,buy_contrast_m10_bb_pos,buy,2026-04-17 11:27:00,468.0 -27790,buy_contrast_m10_bb_pos,buy,2026-04-17 13:51:00,469.0 -27791,buy_contrast_m10_bb_pos,buy,2026-04-17 13:54:00,469.0 -27792,buy_contrast_m10_bb_pos,buy,2026-04-17 13:57:00,470.0 -27793,buy_contrast_m10_bb_pos,buy,2026-04-17 14:21:00,466.0 -27794,buy_contrast_m10_bb_pos,buy,2026-04-17 14:24:00,465.0 -27795,buy_contrast_m10_bb_pos,buy,2026-04-17 14:27:00,465.0 -27796,buy_contrast_m10_bb_pos,buy,2026-04-17 14:51:00,464.0 -27797,buy_contrast_m10_bb_pos,buy,2026-04-17 14:54:00,465.0 -27798,buy_contrast_m10_bb_pos,buy,2026-04-17 14:57:00,465.0 -27799,buy_contrast_m10_bb_pos,buy,2026-04-17 19:00:00,469.0 -27800,buy_contrast_m10_bb_pos,buy,2026-04-17 19:03:00,470.0 -27801,buy_contrast_m10_bb_pos,buy,2026-04-17 19:06:00,469.0 -27802,buy_contrast_m10_bb_pos,buy,2026-04-17 19:09:00,467.0 -27803,buy_contrast_m10_bb_pos,buy,2026-04-17 20:30:00,459.0 -27804,buy_contrast_m10_bb_pos,buy,2026-04-17 20:33:00,460.0 -27805,buy_contrast_m10_bb_pos,buy,2026-04-17 20:36:00,461.0 -27806,buy_contrast_m10_bb_pos,buy,2026-04-17 20:39:00,461.0 -27807,buy_contrast_m10_bb_pos,buy,2026-04-17 20:42:00,458.0 -27808,buy_contrast_m10_bb_pos,buy,2026-04-17 20:45:00,457.0 -27809,buy_contrast_m10_bb_pos,buy,2026-04-17 20:48:00,458.0 -27810,buy_contrast_m10_bb_pos,buy,2026-04-17 20:51:00,458.0 -27811,buy_contrast_m10_bb_pos,buy,2026-04-17 20:54:00,457.0 -27812,buy_contrast_m10_bb_pos,buy,2026-04-17 20:57:00,455.0 -27813,buy_contrast_m10_bb_pos,buy,2026-04-17 21:12:00,454.0 -27814,buy_contrast_m10_bb_pos,buy,2026-04-17 21:15:00,456.0 -27815,buy_contrast_m10_bb_pos,buy,2026-04-17 21:18:00,455.0 -27816,buy_contrast_m10_bb_pos,buy,2026-04-17 21:21:00,455.0 -27817,buy_contrast_m10_bb_pos,buy,2026-04-17 21:24:00,455.0 -27818,buy_contrast_m10_bb_pos,buy,2026-04-17 21:27:00,454.0 -27819,buy_contrast_m10_bb_pos,buy,2026-04-18 00:12:00,454.0 -27820,buy_contrast_m10_bb_pos,buy,2026-04-18 00:15:00,453.0 -27821,buy_contrast_m10_bb_pos,buy,2026-04-18 00:18:00,452.0 -27822,buy_contrast_m10_bb_pos,buy,2026-04-18 00:21:00,452.0 -27823,buy_contrast_m10_bb_pos,buy,2026-04-18 00:24:00,450.0 -27824,buy_contrast_m10_bb_pos,buy,2026-04-18 00:27:00,438.0 -27825,buy_contrast_m10_bb_pos,buy,2026-04-18 01:12:00,443.0 -27826,buy_contrast_m10_bb_pos,buy,2026-04-18 01:15:00,443.0 -27827,buy_contrast_m10_bb_pos,buy,2026-04-18 01:18:00,442.0 -27828,buy_contrast_m10_bb_pos,buy,2026-04-18 03:00:00,434.0 -27829,buy_contrast_m10_bb_pos,buy,2026-04-18 03:03:00,435.0 -27830,buy_contrast_m10_bb_pos,buy,2026-04-18 03:06:00,431.0 -27831,buy_contrast_m10_bb_pos,buy,2026-04-18 03:09:00,432.0 -27832,buy_contrast_m10_bb_pos,buy,2026-04-18 03:51:00,421.0 -27833,buy_contrast_m10_bb_pos,buy,2026-04-18 03:54:00,422.0 -27834,buy_contrast_m10_bb_pos,buy,2026-04-18 03:57:00,420.0 -27835,buy_contrast_m10_bb_pos,buy,2026-04-18 04:00:00,419.0 -27836,buy_contrast_m10_bb_pos,buy,2026-04-18 04:03:00,420.0 -27837,buy_contrast_m10_bb_pos,buy,2026-04-18 04:06:00,419.0 -27838,buy_contrast_m10_bb_pos,buy,2026-04-18 04:09:00,420.0 -27839,buy_contrast_m10_bb_pos,buy,2026-04-18 06:51:00,419.0 -27840,buy_contrast_m10_bb_pos,buy,2026-04-18 06:54:00,419.0 -27841,buy_contrast_m10_bb_pos,buy,2026-04-18 06:57:00,419.0 -27842,buy_contrast_m10_bb_pos,buy,2026-04-18 07:00:00,418.0 -27843,buy_contrast_m10_bb_pos,buy,2026-04-18 07:03:00,419.0 -27844,buy_contrast_m10_bb_pos,buy,2026-04-18 07:06:00,420.0 -27845,buy_contrast_m10_bb_pos,buy,2026-04-18 07:09:00,419.0 -27846,buy_contrast_m10_bb_pos,buy,2026-04-18 07:12:00,417.0 -27847,buy_contrast_m10_bb_pos,buy,2026-04-18 07:15:00,417.0 -27848,buy_contrast_m10_bb_pos,buy,2026-04-18 07:18:00,416.0 -27849,buy_contrast_m10_bb_pos,buy,2026-04-18 07:51:00,415.0 -27850,buy_contrast_m10_bb_pos,buy,2026-04-18 07:54:00,415.0 -27851,buy_contrast_m10_bb_pos,buy,2026-04-18 07:57:00,416.0 -27852,buy_contrast_m10_bb_pos,buy,2026-04-18 08:21:00,414.0 -27853,buy_contrast_m10_bb_pos,buy,2026-04-18 08:24:00,414.0 -27854,buy_contrast_m10_bb_pos,buy,2026-04-18 08:27:00,415.0 -27855,buy_contrast_m10_bb_pos,buy,2026-04-18 17:42:00,417.0 -27856,buy_contrast_m10_bb_pos,buy,2026-04-18 17:45:00,418.0 -27857,buy_contrast_m10_bb_pos,buy,2026-04-18 17:48:00,420.0 -27858,buy_contrast_m10_bb_pos,buy,2026-04-18 19:30:00,414.0 -27859,buy_contrast_m10_bb_pos,buy,2026-04-18 19:33:00,414.0 -27860,buy_contrast_m10_bb_pos,buy,2026-04-18 19:36:00,414.0 -27861,buy_contrast_m10_bb_pos,buy,2026-04-18 19:39:00,414.0 -27862,buy_contrast_m10_bb_pos,buy,2026-04-18 19:42:00,413.0 -27863,buy_contrast_m10_bb_pos,buy,2026-04-18 19:45:00,414.0 -27864,buy_contrast_m10_bb_pos,buy,2026-04-18 19:48:00,413.0 -27865,buy_contrast_m10_bb_pos,buy,2026-04-18 19:51:00,412.0 -27866,buy_contrast_m10_bb_pos,buy,2026-04-18 19:54:00,411.0 -27867,buy_contrast_m10_bb_pos,buy,2026-04-18 19:57:00,412.0 -27868,buy_contrast_m10_bb_pos,buy,2026-04-18 20:00:00,412.0 -27869,buy_contrast_m10_bb_pos,buy,2026-04-18 20:03:00,411.0 -27870,buy_contrast_m10_bb_pos,buy,2026-04-18 20:06:00,409.0 -27871,buy_contrast_m10_bb_pos,buy,2026-04-18 20:09:00,408.0 -27872,buy_contrast_m10_bb_pos,buy,2026-04-18 20:30:00,409.0 -27873,buy_contrast_m10_bb_pos,buy,2026-04-18 20:33:00,409.0 -27874,buy_contrast_m10_bb_pos,buy,2026-04-18 20:36:00,409.0 -27875,buy_contrast_m10_bb_pos,buy,2026-04-18 20:39:00,409.0 -27876,buy_contrast_m10_bb_pos,buy,2026-04-18 20:42:00,408.0 -27877,buy_contrast_m10_bb_pos,buy,2026-04-18 20:45:00,408.0 -27878,buy_contrast_m10_bb_pos,buy,2026-04-18 20:48:00,409.0 -27879,buy_contrast_m10_bb_pos,buy,2026-04-18 20:51:00,406.0 -27880,buy_contrast_m10_bb_pos,buy,2026-04-18 20:54:00,409.0 -27881,buy_contrast_m10_bb_pos,buy,2026-04-18 20:57:00,409.0 -27882,buy_contrast_m10_bb_pos,buy,2026-04-18 22:42:00,406.0 -27883,buy_contrast_m10_bb_pos,buy,2026-04-18 22:45:00,407.0 -27884,buy_contrast_m10_bb_pos,buy,2026-04-18 22:48:00,407.0 -27885,buy_contrast_m10_bb_pos,buy,2026-04-19 00:51:00,405.0 -27886,buy_contrast_m10_bb_pos,buy,2026-04-19 00:54:00,405.0 -27887,buy_contrast_m10_bb_pos,buy,2026-04-19 00:57:00,405.0 -27888,buy_contrast_m10_bb_pos,buy,2026-04-19 01:12:00,404.0 -27889,buy_contrast_m10_bb_pos,buy,2026-04-19 01:15:00,405.0 -27890,buy_contrast_m10_bb_pos,buy,2026-04-19 01:18:00,403.0 -27891,buy_contrast_m10_bb_pos,buy,2026-04-19 02:12:00,398.0 -27892,buy_contrast_m10_bb_pos,buy,2026-04-19 02:15:00,398.0 -27893,buy_contrast_m10_bb_pos,buy,2026-04-19 02:18:00,398.0 -27894,buy_contrast_m10_bb_pos,buy,2026-04-19 02:21:00,397.0 -27895,buy_contrast_m10_bb_pos,buy,2026-04-19 02:24:00,398.0 -27896,buy_contrast_m10_bb_pos,buy,2026-04-19 02:27:00,398.0 -27897,buy_contrast_m10_bb_pos,buy,2026-04-19 03:42:00,396.0 -27898,buy_contrast_m10_bb_pos,buy,2026-04-19 03:45:00,398.0 -27899,buy_contrast_m10_bb_pos,buy,2026-04-19 03:48:00,398.0 -27900,buy_contrast_m10_bb_pos,buy,2026-04-19 04:30:00,395.0 -27901,buy_contrast_m10_bb_pos,buy,2026-04-19 04:33:00,394.0 -27902,buy_contrast_m10_bb_pos,buy,2026-04-19 04:36:00,394.0 -27903,buy_contrast_m10_bb_pos,buy,2026-04-19 04:39:00,393.0 -27904,buy_contrast_m10_bb_pos,buy,2026-04-19 05:30:00,393.0 -27905,buy_contrast_m10_bb_pos,buy,2026-04-19 05:33:00,394.0 -27906,buy_contrast_m10_bb_pos,buy,2026-04-19 05:36:00,394.0 -27907,buy_contrast_m10_bb_pos,buy,2026-04-19 05:39:00,393.0 -27908,buy_contrast_m10_bb_pos,buy,2026-04-19 05:42:00,392.0 -27909,buy_contrast_m10_bb_pos,buy,2026-04-19 05:45:00,392.0 -27910,buy_contrast_m10_bb_pos,buy,2026-04-19 05:48:00,392.0 -27911,buy_contrast_m10_bb_pos,buy,2026-04-19 05:51:00,392.0 -27912,buy_contrast_m10_bb_pos,buy,2026-04-19 05:54:00,392.0 -27913,buy_contrast_m10_bb_pos,buy,2026-04-19 05:57:00,392.0 -27914,buy_contrast_m10_bb_pos,buy,2026-04-19 08:42:00,391.0 -27915,buy_contrast_m10_bb_pos,buy,2026-04-19 08:45:00,390.0 -27916,buy_contrast_m10_bb_pos,buy,2026-04-19 08:48:00,391.0 -27917,buy_contrast_m10_bb_pos,buy,2026-04-19 09:12:00,389.0 -27918,buy_contrast_m10_bb_pos,buy,2026-04-19 09:15:00,389.0 -27919,buy_contrast_m10_bb_pos,buy,2026-04-19 09:18:00,390.0 -27920,buy_contrast_m10_bb_pos,buy,2026-04-19 09:21:00,391.0 -27921,buy_contrast_m10_bb_pos,buy,2026-04-19 09:24:00,390.0 -27922,buy_contrast_m10_bb_pos,buy,2026-04-19 09:27:00,390.0 -27923,buy_contrast_m10_bb_pos,buy,2026-04-19 10:42:00,390.0 -27924,buy_contrast_m10_bb_pos,buy,2026-04-19 10:45:00,389.0 -27925,buy_contrast_m10_bb_pos,buy,2026-04-19 10:48:00,389.0 -27926,buy_contrast_m10_bb_pos,buy,2026-04-19 11:30:00,387.0 -27927,buy_contrast_m10_bb_pos,buy,2026-04-19 11:33:00,388.0 -27928,buy_contrast_m10_bb_pos,buy,2026-04-19 11:36:00,387.0 -27929,buy_contrast_m10_bb_pos,buy,2026-04-19 11:39:00,388.0 -27930,buy_contrast_m10_bb_pos,buy,2026-04-19 13:42:00,386.0 -27931,buy_contrast_m10_bb_pos,buy,2026-04-19 13:45:00,387.0 -27932,buy_contrast_m10_bb_pos,buy,2026-04-19 13:48:00,387.0 -27933,buy_contrast_m10_bb_pos,buy,2026-04-19 13:51:00,387.0 -27934,buy_contrast_m10_bb_pos,buy,2026-04-19 13:54:00,388.0 -27935,buy_contrast_m10_bb_pos,buy,2026-04-19 13:57:00,387.0 -27936,buy_contrast_m10_bb_pos,buy,2026-04-19 15:12:00,387.0 -27937,buy_contrast_m10_bb_pos,buy,2026-04-19 15:15:00,386.0 -27938,buy_contrast_m10_bb_pos,buy,2026-04-19 15:18:00,386.0 -27939,buy_contrast_m10_bb_pos,buy,2026-04-19 15:21:00,387.0 -27940,buy_contrast_m10_bb_pos,buy,2026-04-19 15:24:00,387.0 -27941,buy_contrast_m10_bb_pos,buy,2026-04-19 15:27:00,388.0 -27942,buy_contrast_m10_bb_pos,buy,2026-04-20 00:51:00,394.0 -27943,buy_contrast_m10_bb_pos,buy,2026-04-20 00:54:00,394.0 -27944,buy_contrast_m10_bb_pos,buy,2026-04-20 00:57:00,394.0 -27945,buy_contrast_m10_bb_pos,buy,2026-04-20 01:12:00,394.0 -27946,buy_contrast_m10_bb_pos,buy,2026-04-20 01:15:00,394.0 -27947,buy_contrast_m10_bb_pos,buy,2026-04-20 01:18:00,395.0 -27948,buy_contrast_m10_bb_pos,buy,2026-04-20 01:21:00,394.0 -27949,buy_contrast_m10_bb_pos,buy,2026-04-20 01:24:00,394.0 -27950,buy_contrast_m10_bb_pos,buy,2026-04-20 01:27:00,395.0 -27951,buy_contrast_m10_bb_pos,buy,2026-04-20 01:30:00,393.0 -27952,buy_contrast_m10_bb_pos,buy,2026-04-20 01:33:00,394.0 -27953,buy_contrast_m10_bb_pos,buy,2026-04-20 01:36:00,395.0 -27954,buy_contrast_m10_bb_pos,buy,2026-04-20 01:39:00,394.0 -27955,buy_contrast_m10_bb_pos,buy,2026-04-20 01:42:00,394.0 -27956,buy_contrast_m10_bb_pos,buy,2026-04-20 01:45:00,394.0 -27957,buy_contrast_m10_bb_pos,buy,2026-04-20 01:48:00,393.0 -27958,buy_contrast_m10_bb_pos,buy,2026-04-20 02:12:00,393.0 -27959,buy_contrast_m10_bb_pos,buy,2026-04-20 02:15:00,392.0 -27960,buy_contrast_m10_bb_pos,buy,2026-04-20 02:18:00,392.0 -27961,buy_contrast_m10_bb_pos,buy,2026-04-20 02:30:00,391.0 -27962,buy_contrast_m10_bb_pos,buy,2026-04-20 02:33:00,391.0 -27963,buy_contrast_m10_bb_pos,buy,2026-04-20 02:36:00,390.0 -27964,buy_contrast_m10_bb_pos,buy,2026-04-20 02:39:00,390.0 -27965,buy_contrast_m10_bb_pos,buy,2026-04-20 02:42:00,390.0 -27966,buy_contrast_m10_bb_pos,buy,2026-04-20 02:45:00,390.0 -27967,buy_contrast_m10_bb_pos,buy,2026-04-20 02:48:00,391.0 -27968,buy_contrast_m10_bb_pos,buy,2026-04-20 02:51:00,390.0 -27969,buy_contrast_m10_bb_pos,buy,2026-04-20 02:54:00,389.0 -27970,buy_contrast_m10_bb_pos,buy,2026-04-20 02:57:00,390.0 -27971,buy_contrast_m10_bb_pos,buy,2026-04-20 03:21:00,389.0 -27972,buy_contrast_m10_bb_pos,buy,2026-04-20 03:24:00,389.0 -27973,buy_contrast_m10_bb_pos,buy,2026-04-20 03:27:00,390.0 -27974,buy_contrast_m10_bb_pos,buy,2026-04-20 05:12:00,389.0 -27975,buy_contrast_m10_bb_pos,buy,2026-04-20 05:15:00,390.0 -27976,buy_contrast_m10_bb_pos,buy,2026-04-20 05:18:00,389.0 -27977,buy_contrast_m10_bb_pos,buy,2026-04-20 05:30:00,388.0 -27978,buy_contrast_m10_bb_pos,buy,2026-04-20 05:33:00,390.0 -27979,buy_contrast_m10_bb_pos,buy,2026-04-20 05:36:00,390.0 -27980,buy_contrast_m10_bb_pos,buy,2026-04-20 05:39:00,389.0 -27981,buy_contrast_m10_bb_pos,buy,2026-04-20 07:00:00,388.0 -27982,buy_contrast_m10_bb_pos,buy,2026-04-20 07:03:00,384.0 -27983,buy_contrast_m10_bb_pos,buy,2026-04-20 07:06:00,386.0 -27984,buy_contrast_m10_bb_pos,buy,2026-04-20 07:09:00,388.0 -27985,buy_contrast_m10_bb_pos,buy,2026-04-20 08:30:00,385.0 -27986,buy_contrast_m10_bb_pos,buy,2026-04-20 08:33:00,386.0 -27987,buy_contrast_m10_bb_pos,buy,2026-04-20 08:36:00,386.0 -27988,buy_contrast_m10_bb_pos,buy,2026-04-20 08:39:00,386.0 -27989,buy_contrast_m10_bb_pos,buy,2026-04-20 14:51:00,387.0 -27990,buy_contrast_m10_bb_pos,buy,2026-04-20 14:54:00,388.0 -27991,buy_contrast_m10_bb_pos,buy,2026-04-20 14:57:00,388.0 -27992,buy_contrast_m10_bb_pos,buy,2026-04-21 00:21:00,390.0 -27993,buy_contrast_m10_bb_pos,buy,2026-04-21 00:24:00,392.0 -27994,buy_contrast_m10_bb_pos,buy,2026-04-21 00:27:00,392.0 -27995,buy_contrast_m10_bb_pos,buy,2026-04-21 00:42:00,390.0 -27996,buy_contrast_m10_bb_pos,buy,2026-04-21 00:45:00,389.0 -27997,buy_contrast_m10_bb_pos,buy,2026-04-21 00:48:00,389.0 -27998,buy_contrast_m10_bb_pos,buy,2026-04-21 00:51:00,389.0 -27999,buy_contrast_m10_bb_pos,buy,2026-04-21 00:54:00,388.0 -28000,buy_contrast_m10_bb_pos,buy,2026-04-21 00:57:00,389.0 -28001,buy_contrast_m10_bb_pos,buy,2026-04-21 07:51:00,393.0 -28002,buy_contrast_m10_bb_pos,buy,2026-04-21 07:54:00,392.0 -28003,buy_contrast_m10_bb_pos,buy,2026-04-21 07:57:00,393.0 -28004,buy_contrast_m10_bb_pos,buy,2026-04-21 08:12:00,391.0 -28005,buy_contrast_m10_bb_pos,buy,2026-04-21 08:15:00,391.0 -28006,buy_contrast_m10_bb_pos,buy,2026-04-21 08:18:00,391.0 -28007,buy_contrast_m10_bb_pos,buy,2026-04-21 08:51:00,392.0 -28008,buy_contrast_m10_bb_pos,buy,2026-04-21 08:54:00,391.0 -28009,buy_contrast_m10_bb_pos,buy,2026-04-21 08:57:00,392.0 -28010,buy_contrast_m10_bb_pos,buy,2026-04-21 12:30:00,389.0 -28011,buy_contrast_m10_bb_pos,buy,2026-04-21 12:33:00,389.0 -28012,buy_contrast_m10_bb_pos,buy,2026-04-21 12:36:00,389.0 -28013,buy_contrast_m10_bb_pos,buy,2026-04-21 12:39:00,388.0 -28014,buy_contrast_m10_bb_pos,buy,2026-04-21 12:42:00,389.0 -28015,buy_contrast_m10_bb_pos,buy,2026-04-21 12:45:00,389.0 -28016,buy_contrast_m10_bb_pos,buy,2026-04-21 12:48:00,389.0 -28017,buy_contrast_m10_bb_pos,buy,2026-04-21 12:51:00,389.0 -28018,buy_contrast_m10_bb_pos,buy,2026-04-21 12:54:00,390.0 -28019,buy_contrast_m10_bb_pos,buy,2026-04-21 12:57:00,390.0 -28020,buy_contrast_m10_bb_pos,buy,2026-04-21 17:42:00,391.0 -28021,buy_contrast_m10_bb_pos,buy,2026-04-21 17:45:00,391.0 -28022,buy_contrast_m10_bb_pos,buy,2026-04-21 17:48:00,392.0 -28023,buy_contrast_m10_bb_pos,buy,2026-04-21 21:51:00,390.0 -28024,buy_contrast_m10_bb_pos,buy,2026-04-21 21:54:00,390.0 -28025,buy_contrast_m10_bb_pos,buy,2026-04-21 21:57:00,390.0 -28026,buy_contrast_m10_bb_pos,buy,2026-04-21 22:00:00,390.0 -28027,buy_contrast_m10_bb_pos,buy,2026-04-21 22:03:00,390.0 -28028,buy_contrast_m10_bb_pos,buy,2026-04-21 22:06:00,390.0 -28029,buy_contrast_m10_bb_pos,buy,2026-04-21 22:09:00,390.0 -28030,buy_contrast_m10_bb_pos,buy,2026-04-21 22:12:00,389.0 -28031,buy_contrast_m10_bb_pos,buy,2026-04-21 22:15:00,389.0 -28032,buy_contrast_m10_bb_pos,buy,2026-04-21 22:18:00,389.0 -28033,buy_contrast_m10_bb_pos,buy,2026-04-21 22:30:00,389.0 -28034,buy_contrast_m10_bb_pos,buy,2026-04-21 22:33:00,390.0 -28035,buy_contrast_m10_bb_pos,buy,2026-04-21 22:36:00,389.0 -28036,buy_contrast_m10_bb_pos,buy,2026-04-21 22:39:00,388.0 -28037,buy_contrast_m10_bb_pos,buy,2026-04-21 22:42:00,389.0 -28038,buy_contrast_m10_bb_pos,buy,2026-04-21 22:45:00,390.0 -28039,buy_contrast_m10_bb_pos,buy,2026-04-21 22:48:00,390.0 -28040,buy_contrast_m10_bb_pos,buy,2026-04-22 02:30:00,387.0 -28041,buy_contrast_m10_bb_pos,buy,2026-04-22 02:33:00,388.0 -28042,buy_contrast_m10_bb_pos,buy,2026-04-22 02:36:00,387.0 -28043,buy_contrast_m10_bb_pos,buy,2026-04-22 02:39:00,389.0 -28044,buy_contrast_m10_bb_pos,buy,2026-04-22 03:51:00,387.0 -28045,buy_contrast_m10_bb_pos,buy,2026-04-22 03:54:00,386.0 -28046,buy_contrast_m10_bb_pos,buy,2026-04-22 03:57:00,388.0 -28047,buy_contrast_m10_bb_pos,buy,2026-04-22 04:51:00,386.0 -28048,buy_contrast_m10_bb_pos,buy,2026-04-22 04:54:00,385.0 -28049,buy_contrast_m10_bb_pos,buy,2026-04-22 04:57:00,386.0 -28050,buy_contrast_m10_bb_pos,buy,2026-04-22 05:00:00,386.0 -28051,buy_contrast_m10_bb_pos,buy,2026-04-22 05:03:00,387.0 -28052,buy_contrast_m10_bb_pos,buy,2026-04-22 05:06:00,387.0 -28053,buy_contrast_m10_bb_pos,buy,2026-04-22 05:09:00,387.0 -28054,buy_contrast_m10_bb_pos,buy,2026-04-22 07:21:00,386.0 -28055,buy_contrast_m10_bb_pos,buy,2026-04-22 07:24:00,385.0 -28056,buy_contrast_m10_bb_pos,buy,2026-04-22 07:27:00,386.0 -28057,buy_contrast_m10_bb_pos,buy,2026-04-22 07:30:00,385.0 -28058,buy_contrast_m10_bb_pos,buy,2026-04-22 07:33:00,385.0 -28059,buy_contrast_m10_bb_pos,buy,2026-04-22 07:36:00,386.0 -28060,buy_contrast_m10_bb_pos,buy,2026-04-22 07:39:00,385.0 -28061,buy_contrast_m10_bb_pos,buy,2026-04-22 10:21:00,385.0 -28062,buy_contrast_m10_bb_pos,buy,2026-04-22 10:24:00,386.0 -28063,buy_contrast_m10_bb_pos,buy,2026-04-22 10:27:00,386.0 -28064,buy_contrast_m10_bb_pos,buy,2026-04-22 10:30:00,385.0 -28065,buy_contrast_m10_bb_pos,buy,2026-04-22 10:33:00,386.0 -28066,buy_contrast_m10_bb_pos,buy,2026-04-22 10:36:00,386.0 -28067,buy_contrast_m10_bb_pos,buy,2026-04-22 10:39:00,386.0 -28068,buy_contrast_m10_bb_pos,buy,2026-04-22 21:42:00,396.0 -28069,buy_contrast_m10_bb_pos,buy,2026-04-22 21:45:00,396.0 -28070,buy_contrast_m10_bb_pos,buy,2026-04-22 21:48:00,396.0 -28071,buy_contrast_m10_bb_pos,buy,2026-04-22 22:00:00,395.0 -28072,buy_contrast_m10_bb_pos,buy,2026-04-22 22:03:00,395.0 -28073,buy_contrast_m10_bb_pos,buy,2026-04-22 22:06:00,397.0 -28074,buy_contrast_m10_bb_pos,buy,2026-04-22 22:09:00,397.0 -28075,buy_contrast_m10_bb_pos,buy,2026-04-23 01:00:00,396.0 -28076,buy_contrast_m10_bb_pos,buy,2026-04-23 01:03:00,397.0 -28077,buy_contrast_m10_bb_pos,buy,2026-04-23 01:06:00,396.0 -28078,buy_contrast_m10_bb_pos,buy,2026-04-23 01:09:00,397.0 -28079,buy_contrast_m10_bb_pos,buy,2026-04-23 01:30:00,396.0 -28080,buy_contrast_m10_bb_pos,buy,2026-04-23 01:33:00,397.0 -28081,buy_contrast_m10_bb_pos,buy,2026-04-23 01:36:00,398.0 -28082,buy_contrast_m10_bb_pos,buy,2026-04-23 01:39:00,398.0 -28083,buy_contrast_m10_bb_pos,buy,2026-04-23 07:42:00,397.0 -28084,buy_contrast_m10_bb_pos,buy,2026-04-23 07:45:00,396.0 -28085,buy_contrast_m10_bb_pos,buy,2026-04-23 07:48:00,396.0 -28086,buy_contrast_m10_bb_pos,buy,2026-04-23 08:00:00,396.0 -28087,buy_contrast_m10_bb_pos,buy,2026-04-23 08:03:00,394.0 -28088,buy_contrast_m10_bb_pos,buy,2026-04-23 08:06:00,394.0 -28089,buy_contrast_m10_bb_pos,buy,2026-04-23 08:09:00,393.0 -28090,buy_contrast_m10_bb_pos,buy,2026-04-23 09:30:00,390.0 -28091,buy_contrast_m10_bb_pos,buy,2026-04-23 09:33:00,389.0 -28092,buy_contrast_m10_bb_pos,buy,2026-04-23 09:36:00,391.0 -28093,buy_contrast_m10_bb_pos,buy,2026-04-23 09:39:00,390.0 -28094,buy_contrast_m10_bb_pos,buy,2026-04-23 11:30:00,389.0 -28095,buy_contrast_m10_bb_pos,buy,2026-04-23 11:33:00,388.0 -28096,buy_contrast_m10_bb_pos,buy,2026-04-23 11:36:00,387.0 -28097,buy_contrast_m10_bb_pos,buy,2026-04-23 11:39:00,386.0 -28098,buy_contrast_m10_bb_pos,buy,2026-04-23 11:51:00,389.0 -28099,buy_contrast_m10_bb_pos,buy,2026-04-23 11:54:00,390.0 -28100,buy_contrast_m10_bb_pos,buy,2026-04-23 11:57:00,389.0 -28101,buy_contrast_m10_bb_pos,buy,2026-04-23 12:42:00,387.0 -28102,buy_contrast_m10_bb_pos,buy,2026-04-23 12:45:00,389.0 -28103,buy_contrast_m10_bb_pos,buy,2026-04-23 12:48:00,389.0 -28104,buy_contrast_m10_bb_pos,buy,2026-04-23 17:00:00,389.0 -28105,buy_contrast_m10_bb_pos,buy,2026-04-23 17:03:00,390.0 -28106,buy_contrast_m10_bb_pos,buy,2026-04-23 17:06:00,389.0 -28107,buy_contrast_m10_bb_pos,buy,2026-04-23 17:09:00,389.0 -28108,buy_contrast_m10_bb_pos,buy,2026-04-23 17:12:00,389.0 -28109,buy_contrast_m10_bb_pos,buy,2026-04-23 17:15:00,390.0 -28110,buy_contrast_m10_bb_pos,buy,2026-04-23 17:18:00,391.0 -28111,buy_contrast_m10_bb_pos,buy,2026-04-23 18:42:00,389.0 -28112,buy_contrast_m10_bb_pos,buy,2026-04-23 18:45:00,388.0 -28113,buy_contrast_m10_bb_pos,buy,2026-04-23 18:48:00,388.0 -28114,buy_contrast_m10_bb_pos,buy,2026-04-23 18:51:00,388.0 -28115,buy_contrast_m10_bb_pos,buy,2026-04-23 18:54:00,388.0 -28116,buy_contrast_m10_bb_pos,buy,2026-04-23 18:57:00,389.0 -28117,buy_contrast_m10_bb_pos,buy,2026-04-23 19:00:00,388.0 -28118,buy_contrast_m10_bb_pos,buy,2026-04-23 19:03:00,389.0 -28119,buy_contrast_m10_bb_pos,buy,2026-04-23 19:06:00,387.0 -28120,buy_contrast_m10_bb_pos,buy,2026-04-23 19:09:00,387.0 -28121,buy_contrast_m10_bb_pos,buy,2026-04-23 19:21:00,386.0 -28122,buy_contrast_m10_bb_pos,buy,2026-04-23 19:24:00,387.0 -28123,buy_contrast_m10_bb_pos,buy,2026-04-23 19:27:00,387.0 -28124,buy_contrast_m10_bb_pos,buy,2026-04-23 19:30:00,387.0 -28125,buy_contrast_m10_bb_pos,buy,2026-04-23 19:33:00,386.0 -28126,buy_contrast_m10_bb_pos,buy,2026-04-23 19:36:00,387.0 -28127,buy_contrast_m10_bb_pos,buy,2026-04-23 19:39:00,387.0 -28128,buy_contrast_m10_bb_pos,buy,2026-04-23 19:42:00,387.0 -28129,buy_contrast_m10_bb_pos,buy,2026-04-23 19:45:00,386.0 -28130,buy_contrast_m10_bb_pos,buy,2026-04-23 19:48:00,386.0 -28131,buy_contrast_m10_bb_pos,buy,2026-04-24 00:12:00,387.0 -28132,buy_contrast_m10_bb_pos,buy,2026-04-24 00:15:00,387.0 -28133,buy_contrast_m10_bb_pos,buy,2026-04-24 00:18:00,389.0 -28134,buy_contrast_m10_bb_pos,buy,2026-04-24 01:42:00,388.0 -28135,buy_contrast_m10_bb_pos,buy,2026-04-24 01:45:00,389.0 -28136,buy_contrast_m10_bb_pos,buy,2026-04-24 01:48:00,389.0 -28137,buy_contrast_m10_bb_pos,buy,2026-04-24 02:12:00,387.0 -28138,buy_contrast_m10_bb_pos,buy,2026-04-24 02:15:00,386.0 -28139,buy_contrast_m10_bb_pos,buy,2026-04-24 02:18:00,385.0 -28140,buy_contrast_m10_bb_pos,buy,2026-04-24 03:00:00,384.0 -28141,buy_contrast_m10_bb_pos,buy,2026-04-24 03:03:00,384.0 -28142,buy_contrast_m10_bb_pos,buy,2026-04-24 03:06:00,384.0 -28143,buy_contrast_m10_bb_pos,buy,2026-04-24 03:09:00,384.0 -28144,buy_contrast_m10_bb_pos,buy,2026-04-24 03:12:00,384.0 -28145,buy_contrast_m10_bb_pos,buy,2026-04-24 03:15:00,384.0 -28146,buy_contrast_m10_bb_pos,buy,2026-04-24 03:18:00,385.0 -28147,buy_contrast_m10_bb_pos,buy,2026-04-24 12:21:00,392.0 -28148,buy_contrast_m10_bb_pos,buy,2026-04-24 12:24:00,390.0 -28149,buy_contrast_m10_bb_pos,buy,2026-04-24 12:27:00,391.0 -28150,buy_contrast_m10_bb_pos,buy,2026-04-24 12:51:00,391.0 -28151,buy_contrast_m10_bb_pos,buy,2026-04-24 12:54:00,391.0 -28152,buy_contrast_m10_bb_pos,buy,2026-04-24 12:57:00,390.0 -28153,buy_contrast_m10_bb_pos,buy,2026-04-24 13:12:00,389.0 -28154,buy_contrast_m10_bb_pos,buy,2026-04-24 13:15:00,390.0 -28155,buy_contrast_m10_bb_pos,buy,2026-04-24 13:18:00,390.0 -28156,buy_contrast_m10_bb_pos,buy,2026-04-24 13:21:00,390.0 -28157,buy_contrast_m10_bb_pos,buy,2026-04-24 13:24:00,390.0 -28158,buy_contrast_m10_bb_pos,buy,2026-04-24 13:27:00,391.0 -28159,buy_contrast_m10_bb_pos,buy,2026-04-24 17:00:00,388.0 -28160,buy_contrast_m10_bb_pos,buy,2026-04-24 17:03:00,388.0 -28161,buy_contrast_m10_bb_pos,buy,2026-04-24 17:06:00,388.0 -28162,buy_contrast_m10_bb_pos,buy,2026-04-24 17:09:00,388.0 -28163,buy_contrast_m10_bb_pos,buy,2026-04-24 17:12:00,389.0 -28164,buy_contrast_m10_bb_pos,buy,2026-04-24 17:15:00,390.0 -28165,buy_contrast_m10_bb_pos,buy,2026-04-24 17:18:00,390.0 -28166,buy_contrast_m10_bb_pos,buy,2026-04-24 18:12:00,389.0 -28167,buy_contrast_m10_bb_pos,buy,2026-04-24 18:15:00,389.0 -28168,buy_contrast_m10_bb_pos,buy,2026-04-24 18:18:00,390.0 -28169,buy_contrast_m10_bb_pos,buy,2026-04-24 23:00:00,390.0 -28170,buy_contrast_m10_bb_pos,buy,2026-04-24 23:03:00,390.0 -28171,buy_contrast_m10_bb_pos,buy,2026-04-24 23:06:00,390.0 -28172,buy_contrast_m10_bb_pos,buy,2026-04-24 23:09:00,391.0 -28173,buy_contrast_m10_bb_pos,buy,2026-04-25 00:00:00,390.0 -28174,buy_contrast_m10_bb_pos,buy,2026-04-25 00:03:00,389.0 -28175,buy_contrast_m10_bb_pos,buy,2026-04-25 00:06:00,388.0 -28176,buy_contrast_m10_bb_pos,buy,2026-04-25 00:09:00,388.0 -28177,buy_contrast_m10_bb_pos,buy,2026-04-25 01:21:00,389.0 -28178,buy_contrast_m10_bb_pos,buy,2026-04-25 01:24:00,391.0 -28179,buy_contrast_m10_bb_pos,buy,2026-04-25 01:27:00,391.0 -28180,buy_contrast_m10_bb_pos,buy,2026-04-25 05:30:00,388.0 -28181,buy_contrast_m10_bb_pos,buy,2026-04-25 05:33:00,389.0 -28182,buy_contrast_m10_bb_pos,buy,2026-04-25 05:36:00,389.0 -28183,buy_contrast_m10_bb_pos,buy,2026-04-25 05:39:00,390.0 -28184,buy_contrast_m10_bb_pos,buy,2026-04-25 07:51:00,388.0 -28185,buy_contrast_m10_bb_pos,buy,2026-04-25 07:54:00,387.0 -28186,buy_contrast_m10_bb_pos,buy,2026-04-25 07:57:00,387.0 -28187,buy_contrast_m10_bb_pos,buy,2026-04-25 08:12:00,388.0 -28188,buy_contrast_m10_bb_pos,buy,2026-04-25 08:15:00,389.0 -28189,buy_contrast_m10_bb_pos,buy,2026-04-25 08:18:00,389.0 -28190,buy_contrast_m10_bb_pos,buy,2026-04-25 09:42:00,389.0 -28191,buy_contrast_m10_bb_pos,buy,2026-04-25 09:45:00,387.0 -28192,buy_contrast_m10_bb_pos,buy,2026-04-25 09:48:00,388.0 -28193,buy_contrast_m10_bb_pos,buy,2026-04-25 16:30:00,389.0 -28194,buy_contrast_m10_bb_pos,buy,2026-04-25 16:33:00,390.0 -28195,buy_contrast_m10_bb_pos,buy,2026-04-25 16:36:00,389.0 -28196,buy_contrast_m10_bb_pos,buy,2026-04-25 16:39:00,389.0 -28197,buy_contrast_m10_bb_pos,buy,2026-04-25 17:21:00,389.0 -28198,buy_contrast_m10_bb_pos,buy,2026-04-25 17:24:00,388.0 -28199,buy_contrast_m10_bb_pos,buy,2026-04-25 17:27:00,390.0 -28200,buy_contrast_m10_bb_pos,buy,2026-04-25 20:42:00,389.0 -28201,buy_contrast_m10_bb_pos,buy,2026-04-25 20:45:00,389.0 -28202,buy_contrast_m10_bb_pos,buy,2026-04-25 20:48:00,388.0 -28203,buy_contrast_m10_bb_pos,buy,2026-04-25 20:51:00,390.0 -28204,buy_contrast_m10_bb_pos,buy,2026-04-25 20:54:00,389.0 -28205,buy_contrast_m10_bb_pos,buy,2026-04-25 20:57:00,389.0 -28206,buy_contrast_m10_bb_pos,buy,2026-04-25 22:00:00,388.0 -28207,buy_contrast_m10_bb_pos,buy,2026-04-25 22:03:00,388.0 -28208,buy_contrast_m10_bb_pos,buy,2026-04-25 22:06:00,388.0 -28209,buy_contrast_m10_bb_pos,buy,2026-04-25 22:09:00,388.0 -28210,buy_contrast_m10_bb_pos,buy,2026-04-25 22:21:00,388.0 -28211,buy_contrast_m10_bb_pos,buy,2026-04-25 22:24:00,389.0 -28212,buy_contrast_m10_bb_pos,buy,2026-04-25 22:27:00,388.0 -28213,buy_contrast_m10_bb_pos,buy,2026-04-26 01:12:00,385.0 -28214,buy_contrast_m10_bb_pos,buy,2026-04-26 01:15:00,385.0 -28215,buy_contrast_m10_bb_pos,buy,2026-04-26 01:18:00,386.0 -28216,buy_contrast_m10_bb_pos,buy,2026-04-26 01:21:00,385.0 -28217,buy_contrast_m10_bb_pos,buy,2026-04-26 01:24:00,385.0 -28218,buy_contrast_m10_bb_pos,buy,2026-04-26 01:27:00,384.0 -28219,buy_contrast_m10_bb_pos,buy,2026-04-26 02:30:00,383.0 -28220,buy_contrast_m10_bb_pos,buy,2026-04-26 02:33:00,383.0 -28221,buy_contrast_m10_bb_pos,buy,2026-04-26 02:36:00,383.0 -28222,buy_contrast_m10_bb_pos,buy,2026-04-26 02:39:00,383.0 -28223,buy_contrast_m10_bb_pos,buy,2026-04-26 02:42:00,383.0 -28224,buy_contrast_m10_bb_pos,buy,2026-04-26 02:45:00,383.0 -28225,buy_contrast_m10_bb_pos,buy,2026-04-26 02:48:00,383.0 -28226,buy_contrast_m10_bb_pos,buy,2026-04-26 02:54:00,383.0 -28227,buy_contrast_m10_bb_pos,buy,2026-04-26 02:57:00,383.0 -28228,buy_contrast_m10_bb_pos,buy,2026-04-26 10:42:00,383.0 -28229,buy_contrast_m10_bb_pos,buy,2026-04-26 10:45:00,382.0 -28230,buy_contrast_m10_bb_pos,buy,2026-04-26 10:48:00,382.0 -28231,buy_contrast_m10_bb_pos,buy,2026-04-26 12:42:00,383.0 -28232,buy_contrast_m10_bb_pos,buy,2026-04-26 12:45:00,383.0 -28233,buy_contrast_m10_bb_pos,buy,2026-04-26 12:48:00,383.0 -28234,buy_contrast_m10_bb_pos,buy,2026-04-26 20:12:00,387.0 -28235,buy_contrast_m10_bb_pos,buy,2026-04-26 20:15:00,387.0 -28236,buy_contrast_m10_bb_pos,buy,2026-04-26 20:18:00,386.0 -28237,buy_contrast_m10_bb_pos,buy,2026-04-26 21:21:00,386.0 -28238,buy_contrast_m10_bb_pos,buy,2026-04-26 21:24:00,387.0 -28239,buy_contrast_m10_bb_pos,buy,2026-04-26 21:27:00,387.0 -28240,buy_contrast_m10_bb_pos,buy,2026-04-26 21:30:00,386.0 -28241,buy_contrast_m10_bb_pos,buy,2026-04-26 21:33:00,386.0 -28242,buy_contrast_m10_bb_pos,buy,2026-04-26 21:36:00,386.0 -28243,buy_contrast_m10_bb_pos,buy,2026-04-26 21:39:00,385.0 -28244,buy_contrast_m10_bb_pos,buy,2026-04-26 22:00:00,385.0 -28245,buy_contrast_m10_bb_pos,buy,2026-04-26 22:03:00,385.0 -28246,buy_contrast_m10_bb_pos,buy,2026-04-26 22:06:00,384.0 -28247,buy_contrast_m10_bb_pos,buy,2026-04-26 22:09:00,384.0 -28248,buy_contrast_m10_bb_pos,buy,2026-04-26 23:12:00,385.0 -28249,buy_contrast_m10_bb_pos,buy,2026-04-26 23:15:00,385.0 -28250,buy_contrast_m10_bb_pos,buy,2026-04-26 23:18:00,385.0 -28251,buy_contrast_m10_bb_pos,buy,2026-04-27 13:00:00,388.0 -28252,buy_contrast_m10_bb_pos,buy,2026-04-27 13:03:00,388.0 -28253,buy_contrast_m10_bb_pos,buy,2026-04-27 13:06:00,389.0 -28254,buy_contrast_m10_bb_pos,buy,2026-04-27 13:09:00,389.0 -28255,buy_contrast_m10_bb_pos,buy,2026-04-27 13:12:00,389.0 -28256,buy_contrast_m10_bb_pos,buy,2026-04-27 13:15:00,389.0 -28257,buy_contrast_m10_bb_pos,buy,2026-04-27 13:18:00,388.0 -28258,buy_contrast_m10_bb_pos,buy,2026-04-27 14:51:00,383.0 -28259,buy_contrast_m10_bb_pos,buy,2026-04-27 14:54:00,384.0 -28260,buy_contrast_m10_bb_pos,buy,2026-04-27 14:57:00,384.0 -28261,buy_contrast_m10_bb_pos,buy,2026-04-27 15:00:00,383.0 -28262,buy_contrast_m10_bb_pos,buy,2026-04-27 15:03:00,382.0 -28263,buy_contrast_m10_bb_pos,buy,2026-04-27 15:06:00,383.0 -28264,buy_contrast_m10_bb_pos,buy,2026-04-27 15:09:00,382.0 -28265,buy_contrast_m10_bb_pos,buy,2026-04-27 15:12:00,382.0 -28266,buy_contrast_m10_bb_pos,buy,2026-04-27 15:15:00,382.0 -28267,buy_contrast_m10_bb_pos,buy,2026-04-27 15:18:00,382.0 -28268,buy_contrast_m10_bb_pos,buy,2026-04-27 15:21:00,382.0 -28269,buy_contrast_m10_bb_pos,buy,2026-04-27 15:24:00,382.0 -28270,buy_contrast_m10_bb_pos,buy,2026-04-27 15:27:00,382.0 -28271,buy_contrast_m10_bb_pos,buy,2026-04-27 15:30:00,381.0 -28272,buy_contrast_m10_bb_pos,buy,2026-04-27 15:33:00,378.0 -28273,buy_contrast_m10_bb_pos,buy,2026-04-27 15:36:00,379.0 -28274,buy_contrast_m10_bb_pos,buy,2026-04-27 15:39:00,379.0 -28275,buy_contrast_m10_bb_pos,buy,2026-04-27 15:51:00,379.0 -28276,buy_contrast_m10_bb_pos,buy,2026-04-27 15:54:00,380.0 -28277,buy_contrast_m10_bb_pos,buy,2026-04-27 15:57:00,380.0 -28278,buy_contrast_m10_bb_pos,buy,2026-04-27 16:00:00,379.0 -28279,buy_contrast_m10_bb_pos,buy,2026-04-27 16:03:00,379.0 -28280,buy_contrast_m10_bb_pos,buy,2026-04-27 16:06:00,379.0 -28281,buy_contrast_m10_bb_pos,buy,2026-04-27 16:09:00,379.0 -28282,buy_contrast_m10_bb_pos,buy,2026-04-27 16:12:00,378.0 -28283,buy_contrast_m10_bb_pos,buy,2026-04-27 16:15:00,378.0 -28284,buy_contrast_m10_bb_pos,buy,2026-04-27 16:18:00,379.0 -28285,buy_contrast_m10_bb_pos,buy,2026-04-27 16:30:00,377.0 -28286,buy_contrast_m10_bb_pos,buy,2026-04-27 16:33:00,377.0 -28287,buy_contrast_m10_bb_pos,buy,2026-04-27 16:36:00,376.0 -28288,buy_contrast_m10_bb_pos,buy,2026-04-27 16:39:00,377.0 -28289,buy_contrast_m10_bb_pos,buy,2026-04-27 16:42:00,377.0 -28290,buy_contrast_m10_bb_pos,buy,2026-04-27 16:45:00,377.0 -28291,buy_contrast_m10_bb_pos,buy,2026-04-27 16:48:00,377.0 -28292,buy_contrast_m10_bb_pos,buy,2026-04-27 17:00:00,376.0 -28293,buy_contrast_m10_bb_pos,buy,2026-04-27 17:03:00,376.0 -28294,buy_contrast_m10_bb_pos,buy,2026-04-27 17:06:00,376.0 -28295,buy_contrast_m10_bb_pos,buy,2026-04-27 17:09:00,377.0 -28296,buy_contrast_m10_bb_pos,buy,2026-04-27 17:30:00,375.0 -28297,buy_contrast_m10_bb_pos,buy,2026-04-27 17:33:00,375.0 -28298,buy_contrast_m10_bb_pos,buy,2026-04-27 17:36:00,376.0 -28299,buy_contrast_m10_bb_pos,buy,2026-04-27 17:39:00,376.0 -28300,buy_contrast_m10_bb_pos,buy,2026-04-28 00:12:00,376.0 -28301,buy_contrast_m10_bb_pos,buy,2026-04-28 00:15:00,376.0 -28302,buy_contrast_m10_bb_pos,buy,2026-04-28 00:18:00,376.0 -28303,buy_contrast_m10_bb_pos,buy,2026-04-28 01:00:00,372.0 -28304,buy_contrast_m10_bb_pos,buy,2026-04-28 01:03:00,372.0 -28305,buy_contrast_m10_bb_pos,buy,2026-04-28 01:06:00,371.0 -28306,buy_contrast_m10_bb_pos,buy,2026-04-28 01:09:00,371.0 -28307,buy_contrast_m10_bb_pos,buy,2026-04-28 01:12:00,372.0 -28308,buy_contrast_m10_bb_pos,buy,2026-04-28 01:15:00,372.0 -28309,buy_contrast_m10_bb_pos,buy,2026-04-28 01:18:00,373.0 -28310,buy_contrast_m10_bb_pos,buy,2026-04-28 01:51:00,371.0 -28311,buy_contrast_m10_bb_pos,buy,2026-04-28 01:54:00,371.0 -28312,buy_contrast_m10_bb_pos,buy,2026-04-28 01:57:00,371.0 -28313,buy_contrast_m10_bb_pos,buy,2026-04-28 11:30:00,376.0 -28314,buy_contrast_m10_bb_pos,buy,2026-04-28 11:33:00,375.0 -28315,buy_contrast_m10_bb_pos,buy,2026-04-28 11:36:00,375.0 -28316,buy_contrast_m10_bb_pos,buy,2026-04-28 11:39:00,375.0 -28317,buy_contrast_m10_bb_pos,buy,2026-04-28 11:51:00,377.0 -28318,buy_contrast_m10_bb_pos,buy,2026-04-28 11:54:00,376.0 -28319,buy_contrast_m10_bb_pos,buy,2026-04-28 11:57:00,376.0 -28320,buy_contrast_m10_bb_pos,buy,2026-04-28 12:21:00,375.0 -28321,buy_contrast_m10_bb_pos,buy,2026-04-28 12:24:00,376.0 -28322,buy_contrast_m10_bb_pos,buy,2026-04-28 12:27:00,376.0 -28323,buy_contrast_m10_bb_pos,buy,2026-04-28 12:30:00,375.0 -28324,buy_contrast_m10_bb_pos,buy,2026-04-28 12:33:00,375.0 -28325,buy_contrast_m10_bb_pos,buy,2026-04-28 12:36:00,376.0 -28326,buy_contrast_m10_bb_pos,buy,2026-04-28 12:39:00,375.0 -28327,buy_contrast_m10_bb_pos,buy,2026-04-28 12:51:00,374.0 -28328,buy_contrast_m10_bb_pos,buy,2026-04-28 12:54:00,375.0 -28329,buy_contrast_m10_bb_pos,buy,2026-04-28 12:57:00,375.0 -28330,buy_contrast_m10_bb_pos,buy,2026-04-28 13:12:00,374.0 -28331,buy_contrast_m10_bb_pos,buy,2026-04-28 13:15:00,375.0 -28332,buy_contrast_m10_bb_pos,buy,2026-04-28 13:18:00,375.0 -28333,buy_contrast_m10_bb_pos,buy,2026-04-28 14:42:00,373.0 -28334,buy_contrast_m10_bb_pos,buy,2026-04-28 14:45:00,374.0 -28335,buy_contrast_m10_bb_pos,buy,2026-04-28 14:48:00,374.0 -28336,buy_contrast_m10_bb_pos,buy,2026-04-28 15:42:00,372.0 -28337,buy_contrast_m10_bb_pos,buy,2026-04-28 15:45:00,372.0 -28338,buy_contrast_m10_bb_pos,buy,2026-04-28 15:48:00,372.0 -28339,buy_contrast_m10_bb_pos,buy,2026-04-28 16:42:00,372.0 -28340,buy_contrast_m10_bb_pos,buy,2026-04-28 16:45:00,371.0 -28341,buy_contrast_m10_bb_pos,buy,2026-04-28 16:48:00,372.0 -28342,buy_contrast_m10_bb_pos,buy,2026-04-28 17:12:00,372.0 -28343,buy_contrast_m10_bb_pos,buy,2026-04-28 17:15:00,372.0 -28344,buy_contrast_m10_bb_pos,buy,2026-04-28 17:18:00,373.0 -28345,buy_contrast_m10_bb_pos,buy,2026-04-28 18:51:00,371.0 -28346,buy_contrast_m10_bb_pos,buy,2026-04-28 18:54:00,371.0 -28347,buy_contrast_m10_bb_pos,buy,2026-04-28 18:57:00,371.0 -28348,buy_contrast_m10_bb_pos,buy,2026-04-28 21:21:00,371.0 -28349,buy_contrast_m10_bb_pos,buy,2026-04-28 21:24:00,371.0 -28350,buy_contrast_m10_bb_pos,buy,2026-04-28 21:27:00,371.0 -28351,buy_contrast_m10_bb_pos,buy,2026-04-29 07:42:00,373.0 -28352,buy_contrast_m10_bb_pos,buy,2026-04-29 07:45:00,373.0 -28353,buy_contrast_m10_bb_pos,buy,2026-04-29 07:48:00,373.0 -28354,buy_contrast_m10_bb_pos,buy,2026-04-29 07:51:00,374.0 -28355,buy_contrast_m10_bb_pos,buy,2026-04-29 07:54:00,373.0 -28356,buy_contrast_m10_bb_pos,buy,2026-04-29 07:57:00,373.0 -28357,buy_contrast_m10_bb_pos,buy,2026-04-29 08:00:00,373.0 -28358,buy_contrast_m10_bb_pos,buy,2026-04-29 08:03:00,372.0 -28359,buy_contrast_m10_bb_pos,buy,2026-04-29 08:06:00,373.0 -28360,buy_contrast_m10_bb_pos,buy,2026-04-29 08:09:00,373.0 -28361,buy_contrast_m10_bb_pos,buy,2026-04-29 15:42:00,373.0 -28362,buy_contrast_m10_bb_pos,buy,2026-04-29 15:45:00,374.0 -28363,buy_contrast_m10_bb_pos,buy,2026-04-29 15:48:00,373.0 -28364,buy_contrast_m10_bb_pos,buy,2026-04-29 16:21:00,373.0 -28365,buy_contrast_m10_bb_pos,buy,2026-04-29 16:24:00,374.0 -28366,buy_contrast_m10_bb_pos,buy,2026-04-29 16:27:00,374.0 -28367,buy_contrast_m10_bb_pos,buy,2026-04-29 21:21:00,374.0 -28368,buy_contrast_m10_bb_pos,buy,2026-04-29 21:24:00,374.0 -28369,buy_contrast_m10_bb_pos,buy,2026-04-29 21:27:00,375.0 -28370,buy_contrast_m10_bb_pos,buy,2026-04-29 21:42:00,375.0 -28371,buy_contrast_m10_bb_pos,buy,2026-04-29 21:45:00,375.0 -28372,buy_contrast_m10_bb_pos,buy,2026-04-29 21:48:00,375.0 -28373,buy_contrast_m10_bb_pos,buy,2026-04-29 21:51:00,375.0 -28374,buy_contrast_m10_bb_pos,buy,2026-04-29 21:54:00,375.0 -28375,buy_contrast_m10_bb_pos,buy,2026-04-29 21:57:00,374.0 -28376,buy_contrast_m10_bb_pos,buy,2026-04-29 22:42:00,373.0 -28377,buy_contrast_m10_bb_pos,buy,2026-04-29 22:45:00,372.0 -28378,buy_contrast_m10_bb_pos,buy,2026-04-29 22:48:00,372.0 -28379,buy_contrast_m10_bb_pos,buy,2026-04-29 22:51:00,374.0 -28380,buy_contrast_m10_bb_pos,buy,2026-04-29 22:54:00,373.0 -28381,buy_contrast_m10_bb_pos,buy,2026-04-29 22:57:00,373.0 -28382,buy_contrast_m10_bb_pos,buy,2026-04-29 23:12:00,372.0 -28383,buy_contrast_m10_bb_pos,buy,2026-04-29 23:15:00,372.0 -28384,buy_contrast_m10_bb_pos,buy,2026-04-29 23:18:00,373.0 -28385,buy_contrast_m10_bb_pos,buy,2026-04-30 00:30:00,370.0 -28386,buy_contrast_m10_bb_pos,buy,2026-04-30 00:33:00,370.0 -28387,buy_contrast_m10_bb_pos,buy,2026-04-30 00:36:00,369.0 -28388,buy_contrast_m10_bb_pos,buy,2026-04-30 00:39:00,369.0 -28389,buy_contrast_m10_bb_pos,buy,2026-04-30 01:00:00,368.0 -28390,buy_contrast_m10_bb_pos,buy,2026-04-30 01:03:00,369.0 -28391,buy_contrast_m10_bb_pos,buy,2026-04-30 01:06:00,369.0 -28392,buy_contrast_m10_bb_pos,buy,2026-04-30 01:09:00,369.0 -28393,buy_contrast_m10_bb_pos,buy,2026-04-30 01:21:00,368.0 -28394,buy_contrast_m10_bb_pos,buy,2026-04-30 01:24:00,367.0 -28395,buy_contrast_m10_bb_pos,buy,2026-04-30 01:27:00,368.0 -28396,buy_contrast_m10_bb_pos,buy,2026-04-30 02:00:00,367.0 -28397,buy_contrast_m10_bb_pos,buy,2026-04-30 02:03:00,368.0 -28398,buy_contrast_m10_bb_pos,buy,2026-04-30 02:06:00,368.0 -28399,buy_contrast_m10_bb_pos,buy,2026-04-30 02:09:00,368.0 -28400,buy_contrast_m10_bb_pos,buy,2026-04-30 11:51:00,369.0 -28401,buy_contrast_m10_bb_pos,buy,2026-04-30 11:54:00,369.0 -28402,buy_contrast_m10_bb_pos,buy,2026-04-30 11:57:00,370.0 -28403,buy_contrast_m10_bb_pos,buy,2026-04-30 13:42:00,369.0 -28404,buy_contrast_m10_bb_pos,buy,2026-04-30 13:45:00,367.0 -28405,buy_contrast_m10_bb_pos,buy,2026-04-30 13:48:00,368.0 -28406,buy_contrast_m10_bb_pos,buy,2026-04-30 13:51:00,368.0 -28407,buy_contrast_m10_bb_pos,buy,2026-04-30 13:54:00,367.0 -28408,buy_contrast_m10_bb_pos,buy,2026-04-30 13:57:00,368.0 -28409,buy_contrast_m10_bb_pos,buy,2026-04-30 14:00:00,368.0 -28410,buy_contrast_m10_bb_pos,buy,2026-04-30 14:03:00,368.0 -28411,buy_contrast_m10_bb_pos,buy,2026-04-30 14:06:00,368.0 -28412,buy_contrast_m10_bb_pos,buy,2026-04-30 14:09:00,369.0 -28413,buy_contrast_m10_bb_pos,buy,2026-04-30 14:30:00,368.0 -28414,buy_contrast_m10_bb_pos,buy,2026-04-30 14:33:00,368.0 -28415,buy_contrast_m10_bb_pos,buy,2026-04-30 14:36:00,369.0 -28416,buy_contrast_m10_bb_pos,buy,2026-04-30 14:39:00,369.0 -28417,buy_contrast_m10_bb_pos,buy,2026-04-30 15:00:00,367.0 -28418,buy_contrast_m10_bb_pos,buy,2026-04-30 15:03:00,368.0 -28419,buy_contrast_m10_bb_pos,buy,2026-04-30 15:06:00,367.0 -28420,buy_contrast_m10_bb_pos,buy,2026-04-30 15:09:00,368.0 -28421,buy_contrast_m10_bb_pos,buy,2026-04-30 15:30:00,366.0 -28422,buy_contrast_m10_bb_pos,buy,2026-04-30 15:33:00,366.0 -28423,buy_contrast_m10_bb_pos,buy,2026-04-30 15:36:00,366.0 -28424,buy_contrast_m10_bb_pos,buy,2026-04-30 15:39:00,367.0 -28425,buy_contrast_m10_bb_pos,buy,2026-04-30 16:12:00,365.0 -28426,buy_contrast_m10_bb_pos,buy,2026-04-30 16:15:00,365.0 -28427,buy_contrast_m10_bb_pos,buy,2026-04-30 16:18:00,366.0 -28428,buy_contrast_m10_bb_pos,buy,2026-04-30 16:21:00,365.0 -28429,buy_contrast_m10_bb_pos,buy,2026-04-30 16:24:00,365.0 -28430,buy_contrast_m10_bb_pos,buy,2026-04-30 16:27:00,367.0 -28431,buy_contrast_m10_bb_pos,buy,2026-04-30 18:12:00,366.0 -28432,buy_contrast_m10_bb_pos,buy,2026-04-30 18:15:00,365.0 -28433,buy_contrast_m10_bb_pos,buy,2026-04-30 18:18:00,366.0 -28434,buy_contrast_m10_bb_pos,buy,2026-04-30 18:51:00,365.0 -28435,buy_contrast_m10_bb_pos,buy,2026-04-30 18:54:00,365.0 -28436,buy_contrast_m10_bb_pos,buy,2026-04-30 18:57:00,364.0 -28437,buy_contrast_m10_bb_pos,buy,2026-04-30 19:51:00,362.0 -28438,buy_contrast_m10_bb_pos,buy,2026-04-30 19:54:00,362.0 -28439,buy_contrast_m10_bb_pos,buy,2026-04-30 19:57:00,362.0 -28440,buy_contrast_m10_bb_pos,buy,2026-04-30 22:30:00,361.0 -28441,buy_contrast_m10_bb_pos,buy,2026-04-30 22:33:00,360.0 -28442,buy_contrast_m10_bb_pos,buy,2026-04-30 22:36:00,360.0 -28443,buy_contrast_m10_bb_pos,buy,2026-04-30 22:39:00,359.0 -28444,buy_contrast_m10_bb_pos,buy,2026-04-30 23:21:00,360.0 -28445,buy_contrast_m10_bb_pos,buy,2026-04-30 23:24:00,361.0 -28446,buy_contrast_m10_bb_pos,buy,2026-04-30 23:27:00,360.0 -28447,buy_contrast_m10_bb_pos,buy,2026-04-30 23:30:00,360.0 -28448,buy_contrast_m10_bb_pos,buy,2026-04-30 23:33:00,362.0 -28449,buy_contrast_m10_bb_pos,buy,2026-04-30 23:36:00,361.0 -28450,buy_contrast_m10_bb_pos,buy,2026-04-30 23:39:00,360.0 -28451,buy_contrast_m10_bb_pos,buy,2026-05-01 00:00:00,359.0 -28452,buy_contrast_m10_bb_pos,buy,2026-05-01 00:03:00,359.0 -28453,buy_contrast_m10_bb_pos,buy,2026-05-01 00:06:00,359.0 -28454,buy_contrast_m10_bb_pos,buy,2026-05-01 00:09:00,360.0 -28455,buy_contrast_m10_bb_pos,buy,2026-05-01 06:00:00,363.0 -28456,buy_contrast_m10_bb_pos,buy,2026-05-01 06:03:00,364.0 -28457,buy_contrast_m10_bb_pos,buy,2026-05-01 06:06:00,363.0 -28458,buy_contrast_m10_bb_pos,buy,2026-05-01 06:09:00,364.0 -28459,buy_contrast_m10_bb_pos,buy,2026-05-01 06:30:00,363.0 -28460,buy_contrast_m10_bb_pos,buy,2026-05-01 06:33:00,363.0 -28461,buy_contrast_m10_bb_pos,buy,2026-05-01 06:36:00,363.0 -28462,buy_contrast_m10_bb_pos,buy,2026-05-01 06:39:00,363.0 -28463,buy_contrast_m10_bb_pos,buy,2026-05-01 06:42:00,363.0 -28464,buy_contrast_m10_bb_pos,buy,2026-05-01 06:45:00,364.0 -28465,buy_contrast_m10_bb_pos,buy,2026-05-01 06:48:00,364.0 -28466,buy_contrast_m10_bb_pos,buy,2026-05-01 06:51:00,362.0 -28467,buy_contrast_m10_bb_pos,buy,2026-05-01 06:54:00,362.0 -28468,buy_contrast_m10_bb_pos,buy,2026-05-01 06:57:00,362.0 -28469,buy_contrast_m10_bb_pos,buy,2026-05-01 07:12:00,363.0 -28470,buy_contrast_m10_bb_pos,buy,2026-05-01 07:15:00,363.0 -28471,buy_contrast_m10_bb_pos,buy,2026-05-01 07:18:00,363.0 -28472,buy_contrast_m10_bb_pos,buy,2026-05-01 08:12:00,362.0 -28473,buy_contrast_m10_bb_pos,buy,2026-05-01 08:15:00,362.0 -28474,buy_contrast_m10_bb_pos,buy,2026-05-01 08:18:00,361.0 -28475,buy_contrast_m10_bb_pos,buy,2026-05-01 13:51:00,361.0 -28476,buy_contrast_m10_bb_pos,buy,2026-05-01 13:54:00,362.0 -28477,buy_contrast_m10_bb_pos,buy,2026-05-01 13:57:00,360.0 -28478,buy_contrast_m10_bb_pos,buy,2026-05-01 14:00:00,361.0 -28479,buy_contrast_m10_bb_pos,buy,2026-05-01 14:03:00,360.0 -28480,buy_contrast_m10_bb_pos,buy,2026-05-01 14:06:00,361.0 -28481,buy_contrast_m10_bb_pos,buy,2026-05-01 14:09:00,361.0 -28482,buy_contrast_m10_bb_pos,buy,2026-05-01 14:42:00,360.0 -28483,buy_contrast_m10_bb_pos,buy,2026-05-01 14:45:00,359.0 -28484,buy_contrast_m10_bb_pos,buy,2026-05-01 14:48:00,360.0 -28485,buy_contrast_m10_bb_pos,buy,2026-05-01 15:12:00,359.0 -28486,buy_contrast_m10_bb_pos,buy,2026-05-01 15:15:00,358.0 -28487,buy_contrast_m10_bb_pos,buy,2026-05-01 15:18:00,360.0 -28488,buy_contrast_m10_bb_pos,buy,2026-05-01 15:51:00,356.0 -28489,buy_contrast_m10_bb_pos,buy,2026-05-01 15:54:00,356.0 -28490,buy_contrast_m10_bb_pos,buy,2026-05-01 15:57:00,356.0 -28491,buy_contrast_m10_bb_pos,buy,2026-05-01 16:00:00,356.0 -28492,buy_contrast_m10_bb_pos,buy,2026-05-01 16:03:00,357.0 -28493,buy_contrast_m10_bb_pos,buy,2026-05-01 16:06:00,356.0 -28494,buy_contrast_m10_bb_pos,buy,2026-05-01 16:09:00,356.0 -28495,buy_contrast_m10_bb_pos,buy,2026-05-01 19:12:00,353.0 -28496,buy_contrast_m10_bb_pos,buy,2026-05-01 19:15:00,355.0 -28497,buy_contrast_m10_bb_pos,buy,2026-05-01 19:18:00,355.0 -28498,buy_contrast_m10_bb_pos,buy,2026-05-01 20:42:00,353.0 -28499,buy_contrast_m10_bb_pos,buy,2026-05-01 20:45:00,352.0 -28500,buy_contrast_m10_bb_pos,buy,2026-05-01 20:48:00,352.0 -28501,buy_contrast_m10_bb_pos,buy,2026-05-02 00:12:00,354.0 -28502,buy_contrast_m10_bb_pos,buy,2026-05-02 00:15:00,355.0 -28503,buy_contrast_m10_bb_pos,buy,2026-05-02 00:18:00,354.0 -28504,buy_contrast_m10_bb_pos,buy,2026-05-02 01:42:00,353.0 -28505,buy_contrast_m10_bb_pos,buy,2026-05-02 01:48:00,353.0 -28506,buy_contrast_m10_bb_pos,buy,2026-05-02 02:00:00,352.0 -28507,buy_contrast_m10_bb_pos,buy,2026-05-02 02:03:00,353.0 -28508,buy_contrast_m10_bb_pos,buy,2026-05-02 02:06:00,351.0 -28509,buy_contrast_m10_bb_pos,buy,2026-05-02 02:09:00,352.0 -28510,buy_contrast_m10_bb_pos,buy,2026-05-02 05:33:00,353.0 -28511,buy_contrast_m10_bb_pos,buy,2026-05-02 05:36:00,354.0 -28512,buy_contrast_m10_bb_pos,buy,2026-05-02 05:39:00,353.0 -28513,buy_contrast_m10_bb_pos,buy,2026-05-02 05:45:00,354.0 -28514,buy_contrast_m10_bb_pos,buy,2026-05-02 05:51:00,353.0 -28515,buy_contrast_m10_bb_pos,buy,2026-05-02 05:54:00,352.0 -28516,buy_contrast_m10_bb_pos,buy,2026-05-02 05:57:00,352.0 -28517,buy_contrast_m10_bb_pos,buy,2026-05-02 06:21:00,350.0 -28518,buy_contrast_m10_bb_pos,buy,2026-05-02 06:24:00,350.0 -28519,buy_contrast_m10_bb_pos,buy,2026-05-02 06:27:00,350.0 -28520,buy_contrast_m10_bb_pos,buy,2026-05-02 07:00:00,350.0 -28521,buy_contrast_m10_bb_pos,buy,2026-05-02 07:03:00,350.0 -28522,buy_contrast_m10_bb_pos,buy,2026-05-02 07:06:00,350.0 -28523,buy_contrast_m10_bb_pos,buy,2026-05-02 07:09:00,349.0 -28524,buy_contrast_m10_bb_pos,buy,2026-05-02 07:12:00,350.0 -28525,buy_contrast_m10_bb_pos,buy,2026-05-02 07:15:00,350.0 -28526,buy_contrast_m10_bb_pos,buy,2026-05-02 07:18:00,350.0 -28527,buy_contrast_m10_bb_pos,buy,2026-05-02 08:00:00,349.0 -28528,buy_contrast_m10_bb_pos,buy,2026-05-02 08:03:00,349.0 -28529,buy_contrast_m10_bb_pos,buy,2026-05-02 08:06:00,350.0 -28530,buy_contrast_m10_bb_pos,buy,2026-05-02 08:09:00,349.0 -28531,buy_contrast_m10_bb_pos,buy,2026-05-02 08:42:00,349.0 -28532,buy_contrast_m10_bb_pos,buy,2026-05-02 08:45:00,348.0 -28533,buy_contrast_m10_bb_pos,buy,2026-05-02 08:48:00,348.0 -28534,buy_contrast_m10_bb_pos,buy,2026-05-02 09:21:00,347.0 -28535,buy_contrast_m10_bb_pos,buy,2026-05-02 09:24:00,349.0 -28536,buy_contrast_m10_bb_pos,buy,2026-05-02 09:27:00,349.0 -28537,buy_contrast_m10_bb_pos,buy,2026-05-02 14:21:00,346.0 -28538,buy_contrast_m10_bb_pos,buy,2026-05-02 14:24:00,345.0 -28539,buy_contrast_m10_bb_pos,buy,2026-05-02 14:27:00,345.0 -28540,buy_contrast_m10_bb_pos,buy,2026-05-03 07:00:00,360.0 -28541,buy_contrast_m10_bb_pos,buy,2026-05-03 07:03:00,361.0 -28542,buy_contrast_m10_bb_pos,buy,2026-05-03 07:06:00,361.0 -28543,buy_contrast_m10_bb_pos,buy,2026-05-03 07:09:00,362.0 -28544,buy_contrast_m10_bb_pos,buy,2026-05-03 07:42:00,359.0 -28545,buy_contrast_m10_bb_pos,buy,2026-05-03 07:45:00,360.0 -28546,buy_contrast_m10_bb_pos,buy,2026-05-03 07:48:00,360.0 -28547,buy_contrast_m10_bb_pos,buy,2026-05-03 07:51:00,359.0 -28548,buy_contrast_m10_bb_pos,buy,2026-05-03 07:54:00,360.0 -28549,buy_contrast_m10_bb_pos,buy,2026-05-03 07:57:00,360.0 -28550,buy_contrast_m10_bb_pos,buy,2026-05-03 08:00:00,359.0 -28551,buy_contrast_m10_bb_pos,buy,2026-05-03 08:03:00,359.0 -28552,buy_contrast_m10_bb_pos,buy,2026-05-03 08:06:00,360.0 -28553,buy_contrast_m10_bb_pos,buy,2026-05-03 08:09:00,359.0 -28554,buy_contrast_m10_bb_pos,buy,2026-05-03 09:21:00,358.0 -28555,buy_contrast_m10_bb_pos,buy,2026-05-03 09:24:00,358.0 -28556,buy_contrast_m10_bb_pos,buy,2026-05-03 09:27:00,358.0 -28557,buy_contrast_m10_bb_pos,buy,2026-05-03 09:30:00,358.0 -28558,buy_contrast_m10_bb_pos,buy,2026-05-03 09:33:00,359.0 -28559,buy_contrast_m10_bb_pos,buy,2026-05-03 09:36:00,359.0 -28560,buy_contrast_m10_bb_pos,buy,2026-05-03 09:39:00,358.0 -28561,buy_contrast_m10_bb_pos,buy,2026-05-03 09:51:00,357.0 -28562,buy_contrast_m10_bb_pos,buy,2026-05-03 09:54:00,358.0 -28563,buy_contrast_m10_bb_pos,buy,2026-05-03 09:57:00,357.0 -28564,buy_contrast_m10_bb_pos,buy,2026-05-03 10:30:00,356.0 -28565,buy_contrast_m10_bb_pos,buy,2026-05-03 10:33:00,356.0 -28566,buy_contrast_m10_bb_pos,buy,2026-05-03 10:36:00,357.0 -28567,buy_contrast_m10_bb_pos,buy,2026-05-03 10:39:00,355.0 -28568,buy_contrast_m10_bb_pos,buy,2026-05-03 10:51:00,355.0 -28569,buy_contrast_m10_bb_pos,buy,2026-05-03 10:54:00,354.0 -28570,buy_contrast_m10_bb_pos,buy,2026-05-03 10:57:00,354.0 -28571,buy_contrast_m10_bb_pos,buy,2026-05-03 11:00:00,355.0 -28572,buy_contrast_m10_bb_pos,buy,2026-05-03 11:03:00,355.0 -28573,buy_contrast_m10_bb_pos,buy,2026-05-03 11:06:00,355.0 -28574,buy_contrast_m10_bb_pos,buy,2026-05-03 11:09:00,356.0 -28575,buy_contrast_m10_bb_pos,buy,2026-05-03 11:12:00,354.0 -28576,buy_contrast_m10_bb_pos,buy,2026-05-03 11:15:00,355.0 -28577,buy_contrast_m10_bb_pos,buy,2026-05-03 11:18:00,355.0 -28578,buy_contrast_m10_bb_pos,buy,2026-05-03 11:21:00,354.0 -28579,buy_contrast_m10_bb_pos,buy,2026-05-03 11:24:00,355.0 -28580,buy_contrast_m10_bb_pos,buy,2026-05-03 11:27:00,355.0 -28581,buy_contrast_m10_bb_pos,buy,2026-05-03 11:30:00,354.0 -28582,buy_contrast_m10_bb_pos,buy,2026-05-03 11:33:00,355.0 -28583,buy_contrast_m10_bb_pos,buy,2026-05-03 11:36:00,355.0 -28584,buy_contrast_m10_bb_pos,buy,2026-05-03 11:39:00,355.0 -28585,buy_contrast_m10_bb_pos,buy,2026-05-03 15:21:00,354.0 -28586,buy_contrast_m10_bb_pos,buy,2026-05-03 15:24:00,354.0 -28587,buy_contrast_m10_bb_pos,buy,2026-05-03 15:27:00,354.0 -28588,buy_contrast_m10_bb_pos,buy,2026-05-03 15:30:00,353.0 -28589,buy_contrast_m10_bb_pos,buy,2026-05-03 15:33:00,354.0 -28590,buy_contrast_m10_bb_pos,buy,2026-05-03 15:36:00,353.0 -28591,buy_contrast_m10_bb_pos,buy,2026-05-03 15:39:00,354.0 -28592,buy_contrast_m10_bb_pos,buy,2026-05-03 18:42:00,353.0 -28593,buy_contrast_m10_bb_pos,buy,2026-05-03 18:45:00,354.0 -28594,buy_contrast_m10_bb_pos,buy,2026-05-03 18:48:00,354.0 -28595,buy_contrast_m10_bb_pos,buy,2026-05-03 18:51:00,353.0 -28596,buy_contrast_m10_bb_pos,buy,2026-05-03 18:54:00,353.0 -28597,buy_contrast_m10_bb_pos,buy,2026-05-03 18:57:00,353.0 -28598,buy_contrast_m10_bb_pos,buy,2026-05-03 19:21:00,353.0 -28599,buy_contrast_m10_bb_pos,buy,2026-05-03 19:24:00,354.0 -28600,buy_contrast_m10_bb_pos,buy,2026-05-03 19:27:00,353.0 -28601,buy_contrast_m10_bb_pos,buy,2026-05-03 22:51:00,353.0 -28602,buy_contrast_m10_bb_pos,buy,2026-05-03 22:54:00,352.0 -28603,buy_contrast_m10_bb_pos,buy,2026-05-03 22:57:00,353.0 -28604,buy_contrast_m10_bb_pos,buy,2026-05-03 23:00:00,352.0 -28605,buy_contrast_m10_bb_pos,buy,2026-05-03 23:03:00,354.0 -28606,buy_contrast_m10_bb_pos,buy,2026-05-03 23:06:00,354.0 -28607,buy_contrast_m10_bb_pos,buy,2026-05-03 23:09:00,354.0 -28608,buy_contrast_m10_bb_pos,buy,2026-05-04 06:42:00,354.0 -28609,buy_contrast_m10_bb_pos,buy,2026-05-04 06:45:00,353.0 -28610,buy_contrast_m10_bb_pos,buy,2026-05-04 06:48:00,353.0 -28611,buy_contrast_m10_bb_pos,buy,2026-05-04 08:12:00,353.0 -28612,buy_contrast_m10_bb_pos,buy,2026-05-04 08:15:00,354.0 -28613,buy_contrast_m10_bb_pos,buy,2026-05-04 08:18:00,353.0 -28614,buy_contrast_m10_bb_pos,buy,2026-05-04 08:21:00,353.0 -28615,buy_contrast_m10_bb_pos,buy,2026-05-04 08:24:00,353.0 -28616,buy_contrast_m10_bb_pos,buy,2026-05-04 08:27:00,353.0 -28617,buy_contrast_m10_bb_pos,buy,2026-05-04 08:30:00,352.0 -28618,buy_contrast_m10_bb_pos,buy,2026-05-04 08:33:00,353.0 -28619,buy_contrast_m10_bb_pos,buy,2026-05-04 08:36:00,352.0 -28620,buy_contrast_m10_bb_pos,buy,2026-05-04 08:39:00,352.0 -28621,buy_contrast_m10_bb_pos,buy,2026-05-04 08:51:00,351.0 -28622,buy_contrast_m10_bb_pos,buy,2026-05-04 08:54:00,351.0 -28623,buy_contrast_m10_bb_pos,buy,2026-05-04 08:57:00,351.0 -28624,buy_contrast_m10_bb_pos,buy,2026-05-04 09:00:00,351.0 -28625,buy_contrast_m10_bb_pos,buy,2026-05-04 09:03:00,350.0 -28626,buy_contrast_m10_bb_pos,buy,2026-05-04 09:06:00,349.0 -28627,buy_contrast_m10_bb_pos,buy,2026-05-04 09:09:00,349.0 -28628,buy_contrast_m10_bb_pos,buy,2026-05-04 09:30:00,350.0 -28629,buy_contrast_m10_bb_pos,buy,2026-05-04 09:33:00,349.0 -28630,buy_contrast_m10_bb_pos,buy,2026-05-04 09:36:00,348.0 -28631,buy_contrast_m10_bb_pos,buy,2026-05-04 09:39:00,350.0 -28632,buy_contrast_m10_bb_pos,buy,2026-05-04 09:42:00,351.0 -28633,buy_contrast_m10_bb_pos,buy,2026-05-04 09:45:00,350.0 -28634,buy_contrast_m10_bb_pos,buy,2026-05-04 09:48:00,350.0 -28635,buy_contrast_m10_bb_pos,buy,2026-05-04 15:42:00,356.0 -28636,buy_contrast_m10_bb_pos,buy,2026-05-04 15:45:00,355.0 -28637,buy_contrast_m10_bb_pos,buy,2026-05-04 15:48:00,355.0 -28638,buy_contrast_m10_bb_pos,buy,2026-05-04 15:51:00,356.0 -28639,buy_contrast_m10_bb_pos,buy,2026-05-04 15:54:00,357.0 -28640,buy_contrast_m10_bb_pos,buy,2026-05-04 15:57:00,357.0 -28641,buy_contrast_m10_bb_pos,buy,2026-05-04 16:30:00,355.0 -28642,buy_contrast_m10_bb_pos,buy,2026-05-04 16:33:00,356.0 -28643,buy_contrast_m10_bb_pos,buy,2026-05-04 16:36:00,355.0 -28644,buy_contrast_m10_bb_pos,buy,2026-05-04 16:39:00,355.0 -28645,buy_contrast_m10_bb_pos,buy,2026-05-04 16:42:00,355.0 -28646,buy_contrast_m10_bb_pos,buy,2026-05-04 16:45:00,356.0 -28647,buy_contrast_m10_bb_pos,buy,2026-05-04 16:48:00,356.0 -28648,buy_contrast_m10_bb_pos,buy,2026-05-04 16:51:00,355.0 -28649,buy_contrast_m10_bb_pos,buy,2026-05-04 16:54:00,355.0 -28650,buy_contrast_m10_bb_pos,buy,2026-05-04 16:57:00,356.0 -28651,buy_contrast_m10_bb_pos,buy,2026-05-04 19:42:00,351.0 -28652,buy_contrast_m10_bb_pos,buy,2026-05-04 19:45:00,351.0 -28653,buy_contrast_m10_bb_pos,buy,2026-05-04 19:48:00,351.0 -28654,buy_contrast_m10_bb_pos,buy,2026-05-05 05:03:00,352.0 -28655,buy_contrast_m10_bb_pos,buy,2026-05-05 05:06:00,353.0 -28656,buy_contrast_m10_bb_pos,buy,2026-05-05 05:12:00,352.0 -28657,buy_contrast_m10_bb_pos,buy,2026-05-05 05:15:00,353.0 -28658,buy_contrast_m10_bb_pos,buy,2026-05-05 05:18:00,352.0 -28659,buy_contrast_m10_bb_pos,buy,2026-05-05 05:21:00,352.0 -28660,buy_contrast_m10_bb_pos,buy,2026-05-05 05:24:00,352.0 -28661,buy_contrast_m10_bb_pos,buy,2026-05-05 05:27:00,352.0 -28662,buy_contrast_m10_bb_pos,buy,2026-05-05 05:30:00,352.0 -28663,buy_contrast_m10_bb_pos,buy,2026-05-05 05:33:00,351.0 -28664,buy_contrast_m10_bb_pos,buy,2026-05-05 05:36:00,351.0 -28665,buy_contrast_m10_bb_pos,buy,2026-05-05 05:39:00,351.0 -28666,buy_contrast_m10_bb_pos,buy,2026-05-05 08:12:00,351.0 -28667,buy_contrast_m10_bb_pos,buy,2026-05-05 08:15:00,351.0 -28668,buy_contrast_m10_bb_pos,buy,2026-05-05 08:18:00,351.0 -28669,buy_contrast_m10_bb_pos,buy,2026-05-05 18:12:00,359.0 -28670,buy_contrast_m10_bb_pos,buy,2026-05-05 18:15:00,359.0 -28671,buy_contrast_m10_bb_pos,buy,2026-05-05 18:18:00,360.0 -28672,buy_contrast_m10_bb_pos,buy,2026-05-05 18:21:00,359.0 -28673,buy_contrast_m10_bb_pos,buy,2026-05-05 18:24:00,359.0 -28674,buy_contrast_m10_bb_pos,buy,2026-05-05 18:27:00,359.0 -28675,buy_contrast_m10_bb_pos,buy,2026-05-05 18:51:00,358.0 -28676,buy_contrast_m10_bb_pos,buy,2026-05-05 18:54:00,359.0 -28677,buy_contrast_m10_bb_pos,buy,2026-05-05 18:57:00,359.0 -28678,buy_contrast_m10_bb_pos,buy,2026-05-05 23:51:00,359.0 -28679,buy_contrast_m10_bb_pos,buy,2026-05-05 23:54:00,360.0 -28680,buy_contrast_m10_bb_pos,buy,2026-05-05 23:57:00,360.0 -28681,buy_contrast_m10_bb_pos,buy,2026-05-06 00:12:00,359.0 -28682,buy_contrast_m10_bb_pos,buy,2026-05-06 00:15:00,359.0 -28683,buy_contrast_m10_bb_pos,buy,2026-05-06 00:18:00,359.0 -28684,buy_contrast_m10_bb_pos,buy,2026-05-06 00:21:00,359.0 -28685,buy_contrast_m10_bb_pos,buy,2026-05-06 00:24:00,359.0 -28686,buy_contrast_m10_bb_pos,buy,2026-05-06 00:27:00,360.0 -28687,buy_contrast_m10_bb_pos,buy,2026-05-06 09:00:00,362.0 -28688,buy_contrast_m10_bb_pos,buy,2026-05-06 09:03:00,362.0 -28689,buy_contrast_m10_bb_pos,buy,2026-05-06 09:06:00,363.0 -28690,buy_contrast_m10_bb_pos,buy,2026-05-06 09:09:00,363.0 -28691,buy_contrast_m10_bb_pos,buy,2026-05-06 09:30:00,361.0 -28692,buy_contrast_m10_bb_pos,buy,2026-05-06 09:33:00,363.0 -28693,buy_contrast_m10_bb_pos,buy,2026-05-06 09:36:00,362.0 -28694,buy_contrast_m10_bb_pos,buy,2026-05-06 09:39:00,361.0 -28695,buy_contrast_m10_bb_pos,buy,2026-05-06 09:42:00,362.0 -28696,buy_contrast_m10_bb_pos,buy,2026-05-06 09:45:00,361.0 -28697,buy_contrast_m10_bb_pos,buy,2026-05-06 09:48:00,359.0 -28698,buy_contrast_m10_bb_pos,buy,2026-05-06 23:30:00,372.0 -28699,buy_contrast_m10_bb_pos,buy,2026-05-06 23:33:00,373.0 -28700,buy_contrast_m10_bb_pos,buy,2026-05-06 23:36:00,374.0 -28701,buy_contrast_m10_bb_pos,buy,2026-05-06 23:39:00,373.0 -28702,buy_contrast_m10_bb_pos,buy,2026-05-07 03:42:00,375.0 -28703,buy_contrast_m10_bb_pos,buy,2026-05-07 03:45:00,375.0 -28704,buy_contrast_m10_bb_pos,buy,2026-05-07 03:48:00,374.0 -28705,buy_contrast_m10_bb_pos,buy,2026-05-07 03:51:00,376.0 -28706,buy_contrast_m10_bb_pos,buy,2026-05-07 03:54:00,375.0 -28707,buy_contrast_m10_bb_pos,buy,2026-05-07 03:57:00,375.0 -28708,buy_contrast_m10_bb_pos,buy,2026-05-07 04:12:00,374.0 -28709,buy_contrast_m10_bb_pos,buy,2026-05-07 04:15:00,374.0 -28710,buy_contrast_m10_bb_pos,buy,2026-05-07 04:18:00,374.0 -28711,buy_contrast_m10_bb_pos,buy,2026-05-07 08:12:00,374.0 -28712,buy_contrast_m10_bb_pos,buy,2026-05-07 08:15:00,374.0 -28713,buy_contrast_m10_bb_pos,buy,2026-05-07 08:18:00,373.0 -28714,buy_contrast_m10_bb_pos,buy,2026-05-07 10:00:00,373.0 -28715,buy_contrast_m10_bb_pos,buy,2026-05-07 10:03:00,372.0 -28716,buy_contrast_m10_bb_pos,buy,2026-05-07 10:06:00,371.0 -28717,buy_contrast_m10_bb_pos,buy,2026-05-07 10:09:00,370.0 -28718,buy_contrast_m10_bb_pos,buy,2026-05-07 10:30:00,371.0 -28719,buy_contrast_m10_bb_pos,buy,2026-05-07 10:33:00,372.0 -28720,buy_contrast_m10_bb_pos,buy,2026-05-07 10:36:00,370.0 -28721,buy_contrast_m10_bb_pos,buy,2026-05-07 10:39:00,370.0 -28722,buy_contrast_m10_bb_pos,buy,2026-05-07 10:51:00,371.0 -28723,buy_contrast_m10_bb_pos,buy,2026-05-07 10:54:00,370.0 -28724,buy_contrast_m10_bb_pos,buy,2026-05-07 10:57:00,370.0 -28725,buy_contrast_m10_bb_pos,buy,2026-05-07 11:00:00,369.0 -28726,buy_contrast_m10_bb_pos,buy,2026-05-07 11:03:00,369.0 -28727,buy_contrast_m10_bb_pos,buy,2026-05-07 11:06:00,368.0 -28728,buy_contrast_m10_bb_pos,buy,2026-05-07 11:09:00,367.0 -28729,buy_contrast_m10_bb_pos,buy,2026-05-07 11:12:00,366.0 -28730,buy_contrast_m10_bb_pos,buy,2026-05-07 11:15:00,365.0 -28731,buy_contrast_m10_bb_pos,buy,2026-05-07 11:18:00,366.0 -28732,buy_contrast_m10_bb_pos,buy,2026-05-07 11:30:00,367.0 -28733,buy_contrast_m10_bb_pos,buy,2026-05-07 11:33:00,367.0 -28734,buy_contrast_m10_bb_pos,buy,2026-05-07 11:36:00,367.0 -28735,buy_contrast_m10_bb_pos,buy,2026-05-07 11:39:00,366.0 -28736,buy_contrast_m10_bb_pos,buy,2026-05-07 19:00:00,379.0 -28737,buy_contrast_m10_bb_pos,buy,2026-05-07 19:03:00,380.0 -28738,buy_contrast_m10_bb_pos,buy,2026-05-07 19:06:00,380.0 -28739,buy_contrast_m10_bb_pos,buy,2026-05-07 19:09:00,379.0 -28740,buy_contrast_m10_bb_pos,buy,2026-05-07 19:12:00,379.0 -28741,buy_contrast_m10_bb_pos,buy,2026-05-07 19:15:00,379.0 -28742,buy_contrast_m10_bb_pos,buy,2026-05-07 19:18:00,379.0 -28743,buy_contrast_m10_bb_pos,buy,2026-05-07 19:42:00,377.0 -28744,buy_contrast_m10_bb_pos,buy,2026-05-07 19:45:00,378.0 -28745,buy_contrast_m10_bb_pos,buy,2026-05-07 19:48:00,378.0 -28746,buy_contrast_m10_bb_pos,buy,2026-05-07 22:42:00,376.0 -28747,buy_contrast_m10_bb_pos,buy,2026-05-07 22:45:00,376.0 -28748,buy_contrast_m10_bb_pos,buy,2026-05-07 22:48:00,374.0 -28749,buy_contrast_m10_bb_pos,buy,2026-05-07 23:21:00,376.0 -28750,buy_contrast_m10_bb_pos,buy,2026-05-07 23:24:00,376.0 -28751,buy_contrast_m10_bb_pos,buy,2026-05-07 23:27:00,375.0 -28752,buy_contrast_m10_bb_pos,buy,2026-05-07 23:30:00,374.0 -28753,buy_contrast_m10_bb_pos,buy,2026-05-07 23:33:00,372.0 -28754,buy_contrast_m10_bb_pos,buy,2026-05-07 23:36:00,371.0 -28755,buy_contrast_m10_bb_pos,buy,2026-05-07 23:39:00,369.0 -28756,buy_contrast_m10_bb_pos,buy,2026-05-07 23:51:00,372.0 -28757,buy_contrast_m10_bb_pos,buy,2026-05-07 23:54:00,374.0 -28758,buy_contrast_m10_bb_pos,buy,2026-05-07 23:57:00,372.0 -28759,buy_contrast_m10_bb_pos,buy,2026-05-08 00:00:00,371.0 -28760,buy_contrast_m10_bb_pos,buy,2026-05-08 00:03:00,372.0 -28761,buy_contrast_m10_bb_pos,buy,2026-05-08 00:06:00,372.0 -28762,buy_contrast_m10_bb_pos,buy,2026-05-08 00:09:00,373.0 -28763,buy_contrast_m10_bb_pos,buy,2026-05-08 00:30:00,369.0 -28764,buy_contrast_m10_bb_pos,buy,2026-05-08 00:33:00,371.0 -28765,buy_contrast_m10_bb_pos,buy,2026-05-08 00:36:00,372.0 -28766,buy_contrast_m10_bb_pos,buy,2026-05-08 00:39:00,371.0 -28767,buy_contrast_m10_bb_pos,buy,2026-05-08 05:42:00,371.0 -28768,buy_contrast_m10_bb_pos,buy,2026-05-08 05:45:00,371.0 -28769,buy_contrast_m10_bb_pos,buy,2026-05-08 05:48:00,370.0 -28770,buy_contrast_m10_bb_pos,buy,2026-05-08 06:21:00,370.0 -28771,buy_contrast_m10_bb_pos,buy,2026-05-08 06:24:00,370.0 -28772,buy_contrast_m10_bb_pos,buy,2026-05-08 06:27:00,370.0 -28773,buy_contrast_m10_bb_pos,buy,2026-05-08 20:12:00,380.0 -28774,buy_contrast_m10_bb_pos,buy,2026-05-08 20:15:00,380.0 -28775,buy_contrast_m10_bb_pos,buy,2026-05-08 20:18:00,381.0 -28776,buy_contrast_m10_bb_pos,buy,2026-05-08 22:12:00,379.0 -28777,buy_contrast_m10_bb_pos,buy,2026-05-08 22:15:00,377.0 -28778,buy_contrast_m10_bb_pos,buy,2026-05-08 22:18:00,378.0 -28779,buy_contrast_m10_bb_pos,buy,2026-05-09 12:42:00,404.0 -28780,buy_contrast_m10_bb_pos,buy,2026-05-09 12:45:00,404.0 -28781,buy_contrast_m10_bb_pos,buy,2026-05-09 12:48:00,405.0 -28782,buy_contrast_m10_bb_pos,buy,2026-05-09 12:51:00,405.0 -28783,buy_contrast_m10_bb_pos,buy,2026-05-09 12:54:00,405.0 -28784,buy_contrast_m10_bb_pos,buy,2026-05-09 12:57:00,406.0 -28785,buy_contrast_m10_bb_pos,buy,2026-05-09 14:12:00,402.0 -28786,buy_contrast_m10_bb_pos,buy,2026-05-09 14:15:00,402.0 -28787,buy_contrast_m10_bb_pos,buy,2026-05-09 14:18:00,402.0 -28788,buy_contrast_m10_bb_pos,buy,2026-05-09 14:21:00,402.0 -28789,buy_contrast_m10_bb_pos,buy,2026-05-09 14:24:00,401.0 -28790,buy_contrast_m10_bb_pos,buy,2026-05-09 14:27:00,402.0 -28791,buy_contrast_m10_bb_pos,buy,2026-05-09 14:30:00,401.0 -28792,buy_contrast_m10_bb_pos,buy,2026-05-09 14:33:00,402.0 -28793,buy_contrast_m10_bb_pos,buy,2026-05-09 14:36:00,402.0 -28794,buy_contrast_m10_bb_pos,buy,2026-05-09 14:39:00,403.0 -28795,buy_contrast_m10_bb_pos,buy,2026-05-09 16:30:00,401.0 -28796,buy_contrast_m10_bb_pos,buy,2026-05-09 16:33:00,401.0 -28797,buy_contrast_m10_bb_pos,buy,2026-05-09 16:36:00,401.0 -28798,buy_contrast_m10_bb_pos,buy,2026-05-09 16:39:00,399.0 -28799,buy_contrast_m10_bb_pos,buy,2026-05-09 19:00:00,396.0 -28800,buy_contrast_m10_bb_pos,buy,2026-05-09 19:03:00,396.0 -28801,buy_contrast_m10_bb_pos,buy,2026-05-09 19:06:00,395.0 -28802,buy_contrast_m10_bb_pos,buy,2026-05-09 19:09:00,396.0 -28803,buy_contrast_m10_bb_pos,buy,2026-05-09 19:12:00,396.0 -28804,buy_contrast_m10_bb_pos,buy,2026-05-09 19:15:00,395.0 -28805,buy_contrast_m10_bb_pos,buy,2026-05-09 19:18:00,396.0 -28806,buy_contrast_m10_bb_pos,buy,2026-05-09 19:30:00,395.0 -28807,buy_contrast_m10_bb_pos,buy,2026-05-09 19:33:00,396.0 -28808,buy_contrast_m10_bb_pos,buy,2026-05-09 19:36:00,397.0 -28809,buy_contrast_m10_bb_pos,buy,2026-05-09 19:39:00,398.0 -28810,buy_contrast_m10_bb_pos,buy,2026-05-09 23:21:00,399.0 -28811,buy_contrast_m10_bb_pos,buy,2026-05-09 23:24:00,399.0 -28812,buy_contrast_m10_bb_pos,buy,2026-05-09 23:27:00,397.0 -28813,buy_contrast_m10_bb_pos,buy,2026-05-10 00:00:00,398.0 -28814,buy_contrast_m10_bb_pos,buy,2026-05-10 00:03:00,399.0 -28815,buy_contrast_m10_bb_pos,buy,2026-05-10 00:06:00,399.0 -28816,buy_contrast_m10_bb_pos,buy,2026-05-10 00:09:00,398.0 -28817,buy_contrast_m10_bb_pos,buy,2026-05-10 00:51:00,398.0 -28818,buy_contrast_m10_bb_pos,buy,2026-05-10 00:54:00,399.0 -28819,buy_contrast_m10_bb_pos,buy,2026-05-10 00:57:00,398.0 -28820,buy_contrast_m10_bb_pos,buy,2026-05-10 01:00:00,397.0 -28821,buy_contrast_m10_bb_pos,buy,2026-05-10 01:03:00,397.0 -28822,buy_contrast_m10_bb_pos,buy,2026-05-10 01:06:00,398.0 -28823,buy_contrast_m10_bb_pos,buy,2026-05-10 01:09:00,397.0 -28824,buy_contrast_m10_bb_pos,buy,2026-05-10 01:51:00,396.0 -28825,buy_contrast_m10_bb_pos,buy,2026-05-10 01:54:00,396.0 -28826,buy_contrast_m10_bb_pos,buy,2026-05-10 01:57:00,397.0 -28827,buy_contrast_m10_bb_pos,buy,2026-05-10 05:21:00,401.0 -28828,buy_contrast_m10_bb_pos,buy,2026-05-10 05:24:00,401.0 -28829,buy_contrast_m10_bb_pos,buy,2026-05-10 05:27:00,401.0 -28830,buy_contrast_m10_bb_pos,buy,2026-05-10 05:30:00,400.0 -28831,buy_contrast_m10_bb_pos,buy,2026-05-10 05:33:00,400.0 -28832,buy_contrast_m10_bb_pos,buy,2026-05-10 05:36:00,400.0 -28833,buy_contrast_m10_bb_pos,buy,2026-05-10 05:39:00,400.0 -28834,buy_contrast_m10_bb_pos,buy,2026-05-10 06:30:00,400.0 -28835,buy_contrast_m10_bb_pos,buy,2026-05-10 06:33:00,400.0 -28836,buy_contrast_m10_bb_pos,buy,2026-05-10 06:36:00,399.0 -28837,buy_contrast_m10_bb_pos,buy,2026-05-10 06:39:00,400.0 -28838,buy_contrast_m10_bb_pos,buy,2026-05-10 07:12:00,399.0 -28839,buy_contrast_m10_bb_pos,buy,2026-05-10 07:15:00,399.0 -28840,buy_contrast_m10_bb_pos,buy,2026-05-10 07:18:00,400.0 -28841,buy_contrast_m10_bb_pos,buy,2026-05-10 08:12:00,400.0 -28842,buy_contrast_m10_bb_pos,buy,2026-05-10 08:15:00,400.0 -28843,buy_contrast_m10_bb_pos,buy,2026-05-10 08:18:00,399.0 -28844,buy_contrast_m10_bb_pos,buy,2026-05-10 08:21:00,400.0 -28845,buy_contrast_m10_bb_pos,buy,2026-05-10 08:24:00,399.0 -28846,buy_contrast_m10_bb_pos,buy,2026-05-10 08:27:00,398.0 -28847,buy_contrast_m10_bb_pos,buy,2026-05-10 08:51:00,398.0 -28848,buy_contrast_m10_bb_pos,buy,2026-05-10 08:54:00,399.0 -28849,buy_contrast_m10_bb_pos,buy,2026-05-10 08:57:00,398.0 -28850,buy_contrast_m10_bb_pos,buy,2026-05-10 09:42:00,397.0 -28851,buy_contrast_m10_bb_pos,buy,2026-05-10 09:45:00,396.0 -28852,buy_contrast_m10_bb_pos,buy,2026-05-10 09:48:00,396.0 -28853,buy_contrast_m10_bb_pos,buy,2026-05-10 10:51:00,392.0 -28854,buy_contrast_m10_bb_pos,buy,2026-05-10 10:54:00,392.0 -28855,buy_contrast_m10_bb_pos,buy,2026-05-10 10:57:00,393.0 -28856,buy_contrast_m10_bb_pos,buy,2026-05-10 20:51:00,398.0 -28857,buy_contrast_m10_bb_pos,buy,2026-05-10 20:54:00,398.0 -28858,buy_contrast_m10_bb_pos,buy,2026-05-10 20:57:00,399.0 -28859,buy_contrast_m10_bb_pos,buy,2026-05-10 21:30:00,397.0 -28860,buy_contrast_m10_bb_pos,buy,2026-05-10 21:33:00,397.0 -28861,buy_contrast_m10_bb_pos,buy,2026-05-10 21:36:00,397.0 -28862,buy_contrast_m10_bb_pos,buy,2026-05-10 21:39:00,398.0 -28863,buy_contrast_m10_bb_pos,buy,2026-05-11 05:42:00,412.0 -28864,buy_contrast_m10_bb_pos,buy,2026-05-11 05:45:00,407.0 -28865,buy_contrast_m10_bb_pos,buy,2026-05-11 05:48:00,404.0 -28866,buy_contrast_m10_bb_pos,buy,2026-05-11 06:12:00,400.0 -28867,buy_contrast_m10_bb_pos,buy,2026-05-11 06:15:00,399.0 -28868,buy_contrast_m10_bb_pos,buy,2026-05-11 06:18:00,401.0 -28869,buy_contrast_m10_bb_pos,buy,2026-05-11 06:21:00,402.0 -28870,buy_contrast_m10_bb_pos,buy,2026-05-11 06:24:00,402.0 -28871,buy_contrast_m10_bb_pos,buy,2026-05-11 06:27:00,401.0 -28872,buy_contrast_m10_bb_pos,buy,2026-05-11 06:30:00,403.0 -28873,buy_contrast_m10_bb_pos,buy,2026-05-11 06:33:00,402.0 -28874,buy_contrast_m10_bb_pos,buy,2026-05-11 06:36:00,404.0 -28875,buy_contrast_m10_bb_pos,buy,2026-05-11 06:39:00,403.0 -28876,buy_contrast_m10_bb_pos,buy,2026-05-11 11:12:00,411.0 -28877,buy_contrast_m10_bb_pos,buy,2026-05-11 11:15:00,410.0 -28878,buy_contrast_m10_bb_pos,buy,2026-05-11 11:18:00,410.0 -28879,buy_contrast_m10_bb_pos,buy,2026-05-11 11:51:00,410.0 -28880,buy_contrast_m10_bb_pos,buy,2026-05-11 11:54:00,411.0 -28881,buy_contrast_m10_bb_pos,buy,2026-05-11 11:57:00,411.0 -28882,buy_contrast_m10_bb_pos,buy,2026-05-11 12:00:00,410.0 -28883,buy_contrast_m10_bb_pos,buy,2026-05-11 12:03:00,409.0 -28884,buy_contrast_m10_bb_pos,buy,2026-05-11 12:06:00,410.0 -28885,buy_contrast_m10_bb_pos,buy,2026-05-11 12:09:00,408.0 -28886,buy_contrast_m10_bb_pos,buy,2026-05-11 12:12:00,408.0 -28887,buy_contrast_m10_bb_pos,buy,2026-05-11 12:15:00,404.0 -28888,buy_contrast_m10_bb_pos,buy,2026-05-11 12:18:00,405.0 -28889,buy_contrast_m10_bb_pos,buy,2026-05-11 13:12:00,405.0 -28890,buy_contrast_m10_bb_pos,buy,2026-05-11 13:15:00,405.0 -28891,buy_contrast_m10_bb_pos,buy,2026-05-11 13:18:00,406.0 -28892,buy_contrast_m10_bb_pos,buy,2026-05-11 17:12:00,409.0 -28893,buy_contrast_m10_bb_pos,buy,2026-05-11 17:15:00,409.0 -28894,buy_contrast_m10_bb_pos,buy,2026-05-11 17:18:00,410.0 -28895,buy_contrast_m10_bb_pos,buy,2026-05-11 22:42:00,411.0 -28896,buy_contrast_m10_bb_pos,buy,2026-05-11 22:45:00,412.0 -28897,buy_contrast_m10_bb_pos,buy,2026-05-11 22:48:00,411.0 -28898,buy_contrast_m10_bb_pos,buy,2026-05-11 23:42:00,406.0 -28899,buy_contrast_m10_bb_pos,buy,2026-05-11 23:45:00,407.0 -28900,buy_contrast_m10_bb_pos,buy,2026-05-11 23:48:00,407.0 -28901,buy_contrast_m10_bb_pos,buy,2026-05-11 23:51:00,407.0 -28902,buy_contrast_m10_bb_pos,buy,2026-05-11 23:54:00,409.0 -28903,buy_contrast_m10_bb_pos,buy,2026-05-11 23:57:00,409.0 -28904,buy_contrast_m10_bb_pos,buy,2026-05-12 05:30:00,414.0 -28905,buy_contrast_m10_bb_pos,buy,2026-05-12 05:33:00,414.0 -28906,buy_contrast_m10_bb_pos,buy,2026-05-12 05:36:00,414.0 -28907,buy_contrast_m10_bb_pos,buy,2026-05-12 05:39:00,414.0 -28908,buy_contrast_m10_bb_pos,buy,2026-05-12 07:51:00,410.0 -28909,buy_contrast_m10_bb_pos,buy,2026-05-12 07:54:00,410.0 -28910,buy_contrast_m10_bb_pos,buy,2026-05-12 07:57:00,410.0 -28911,buy_contrast_m10_bb_pos,buy,2026-05-12 08:00:00,410.0 -28912,buy_contrast_m10_bb_pos,buy,2026-05-12 08:03:00,409.0 -28913,buy_contrast_m10_bb_pos,buy,2026-05-12 08:06:00,409.0 -28914,buy_contrast_m10_bb_pos,buy,2026-05-12 08:09:00,409.0 -28915,buy_contrast_m10_bb_pos,buy,2026-05-12 08:12:00,409.0 -28916,buy_contrast_m10_bb_pos,buy,2026-05-12 08:15:00,410.0 -28917,buy_contrast_m10_bb_pos,buy,2026-05-12 08:18:00,409.0 -28918,buy_contrast_m10_bb_pos,buy,2026-05-12 08:21:00,409.0 -28919,buy_contrast_m10_bb_pos,buy,2026-05-12 08:24:00,408.0 -28920,buy_contrast_m10_bb_pos,buy,2026-05-12 08:27:00,409.0 -28921,buy_contrast_m10_bb_pos,buy,2026-05-12 08:30:00,409.0 -28922,buy_contrast_m10_bb_pos,buy,2026-05-12 08:33:00,410.0 -28923,buy_contrast_m10_bb_pos,buy,2026-05-12 08:36:00,410.0 -28924,buy_contrast_m10_bb_pos,buy,2026-05-12 08:39:00,410.0 -28925,buy_contrast_m10_bb_pos,buy,2026-05-12 11:21:00,406.0 -28926,buy_contrast_m10_bb_pos,buy,2026-05-12 11:24:00,408.0 -28927,buy_contrast_m10_bb_pos,buy,2026-05-12 11:27:00,407.0 -28928,buy_contrast_m10_bb_pos,buy,2026-05-12 17:30:00,405.0 -28929,buy_contrast_m10_bb_pos,buy,2026-05-12 17:33:00,404.0 -28930,buy_contrast_m10_bb_pos,buy,2026-05-12 17:36:00,405.0 -28931,buy_contrast_m10_bb_pos,buy,2026-05-12 17:39:00,405.0 -28932,buy_contrast_m10_bb_pos,buy,2026-05-12 18:00:00,405.0 -28933,buy_contrast_m10_bb_pos,buy,2026-05-12 18:03:00,405.0 -28934,buy_contrast_m10_bb_pos,buy,2026-05-12 18:06:00,405.0 -28935,buy_contrast_m10_bb_pos,buy,2026-05-12 18:09:00,403.0 -28936,buy_contrast_m10_bb_pos,buy,2026-05-12 18:12:00,404.0 -28937,buy_contrast_m10_bb_pos,buy,2026-05-12 18:15:00,404.0 -28938,buy_contrast_m10_bb_pos,buy,2026-05-12 18:18:00,402.0 -28939,buy_contrast_m10_bb_pos,buy,2026-05-12 18:21:00,403.0 -28940,buy_contrast_m10_bb_pos,buy,2026-05-12 18:24:00,403.0 -28941,buy_contrast_m10_bb_pos,buy,2026-05-12 18:27:00,404.0 -28942,buy_contrast_m10_bb_pos,buy,2026-05-12 18:30:00,403.0 -28943,buy_contrast_m10_bb_pos,buy,2026-05-12 18:33:00,406.0 -28944,buy_contrast_m10_bb_pos,buy,2026-05-12 18:36:00,405.0 -28945,buy_contrast_m10_bb_pos,buy,2026-05-12 18:39:00,406.0 -28946,buy_contrast_m10_bb_pos,buy,2026-05-12 19:30:00,403.0 -28947,buy_contrast_m10_bb_pos,buy,2026-05-12 19:33:00,401.0 -28948,buy_contrast_m10_bb_pos,buy,2026-05-12 19:36:00,400.0 -28949,buy_contrast_m10_bb_pos,buy,2026-05-12 19:39:00,401.0 -28950,buy_contrast_m10_bb_pos,buy,2026-05-12 20:30:00,400.0 -28951,buy_contrast_m10_bb_pos,buy,2026-05-12 20:33:00,400.0 -28952,buy_contrast_m10_bb_pos,buy,2026-05-12 20:36:00,400.0 -28953,buy_contrast_m10_bb_pos,buy,2026-05-12 20:39:00,400.0 -28954,buy_contrast_m10_bb_pos,buy,2026-05-12 20:42:00,400.0 -28955,buy_contrast_m10_bb_pos,buy,2026-05-12 20:45:00,399.0 -28956,buy_contrast_m10_bb_pos,buy,2026-05-12 20:48:00,400.0 -28957,buy_contrast_m10_bb_pos,buy,2026-05-12 20:51:00,400.0 -28958,buy_contrast_m10_bb_pos,buy,2026-05-12 20:54:00,400.0 -28959,buy_contrast_m10_bb_pos,buy,2026-05-12 20:57:00,400.0 -28960,buy_contrast_m10_bb_pos,buy,2026-05-12 23:42:00,395.0 -28961,buy_contrast_m10_bb_pos,buy,2026-05-12 23:45:00,394.0 -28962,buy_contrast_m10_bb_pos,buy,2026-05-12 23:48:00,394.0 -28963,buy_contrast_m10_bb_pos,buy,2026-05-13 00:21:00,392.0 -28964,buy_contrast_m10_bb_pos,buy,2026-05-13 00:24:00,390.0 -28965,buy_contrast_m10_bb_pos,buy,2026-05-13 00:27:00,391.0 -28966,buy_contrast_m10_bb_pos,buy,2026-05-13 01:00:00,390.0 -28967,buy_contrast_m10_bb_pos,buy,2026-05-13 01:03:00,391.0 -28968,buy_contrast_m10_bb_pos,buy,2026-05-13 01:06:00,392.0 -28969,buy_contrast_m10_bb_pos,buy,2026-05-13 01:09:00,391.0 -28970,buy_contrast_m10_bb_pos,buy,2026-05-13 09:00:00,397.0 -28971,buy_contrast_m10_bb_pos,buy,2026-05-13 09:03:00,397.0 -28972,buy_contrast_m10_bb_pos,buy,2026-05-13 09:06:00,396.0 -28973,buy_contrast_m10_bb_pos,buy,2026-05-13 09:09:00,397.0 -28974,buy_contrast_m10_bb_pos,buy,2026-05-13 14:42:00,406.0 -28975,buy_contrast_m10_bb_pos,buy,2026-05-13 14:45:00,406.0 -28976,buy_contrast_m10_bb_pos,buy,2026-05-13 14:48:00,406.0 -28977,buy_contrast_m10_bb_pos,buy,2026-05-13 20:30:00,410.0 -28978,buy_contrast_m10_bb_pos,buy,2026-05-13 20:33:00,411.0 -28979,buy_contrast_m10_bb_pos,buy,2026-05-13 20:36:00,411.0 -28980,buy_contrast_m10_bb_pos,buy,2026-05-13 20:39:00,411.0 -28981,buy_contrast_m10_bb_pos,buy,2026-05-13 20:42:00,412.0 -28982,buy_contrast_m10_bb_pos,buy,2026-05-13 20:45:00,412.0 -28983,buy_contrast_m10_bb_pos,buy,2026-05-13 20:48:00,411.0 -28984,buy_contrast_m10_bb_pos,buy,2026-05-13 20:51:00,408.0 -28985,buy_contrast_m10_bb_pos,buy,2026-05-13 20:54:00,407.0 -28986,buy_contrast_m10_bb_pos,buy,2026-05-13 20:57:00,407.0 -28987,buy_contrast_m10_bb_pos,buy,2026-05-13 21:00:00,408.0 -28988,buy_contrast_m10_bb_pos,buy,2026-05-13 21:03:00,408.0 -28989,buy_contrast_m10_bb_pos,buy,2026-05-13 21:06:00,409.0 -28990,buy_contrast_m10_bb_pos,buy,2026-05-13 21:09:00,409.0 -28991,buy_contrast_m10_bb_pos,buy,2026-05-13 21:12:00,408.0 -28992,buy_contrast_m10_bb_pos,buy,2026-05-13 21:15:00,408.0 -28993,buy_contrast_m10_bb_pos,buy,2026-05-13 21:18:00,408.0 -28994,buy_contrast_m10_bb_pos,buy,2026-05-13 21:21:00,407.0 -28995,buy_contrast_m10_bb_pos,buy,2026-05-13 21:24:00,405.0 -28996,buy_contrast_m10_bb_pos,buy,2026-05-13 21:27:00,407.0 -28997,buy_contrast_m10_bb_pos,buy,2026-05-13 21:30:00,407.0 -28998,buy_contrast_m10_bb_pos,buy,2026-05-13 21:33:00,401.0 -28999,buy_contrast_m10_bb_pos,buy,2026-05-13 21:36:00,403.0 -29000,buy_contrast_m10_bb_pos,buy,2026-05-13 21:39:00,396.0 -29001,buy_contrast_m10_bb_pos,buy,2026-05-13 22:00:00,399.0 -29002,buy_contrast_m10_bb_pos,buy,2026-05-13 22:03:00,401.0 -29003,buy_contrast_m10_bb_pos,buy,2026-05-13 22:06:00,401.0 -29004,buy_contrast_m10_bb_pos,buy,2026-05-13 22:09:00,401.0 -29005,buy_contrast_m10_bb_pos,buy,2026-05-13 22:12:00,401.0 -29006,buy_contrast_m10_bb_pos,buy,2026-05-13 22:15:00,400.0 -29007,buy_contrast_m10_bb_pos,buy,2026-05-13 22:18:00,402.0 -29008,buy_contrast_m10_bb_pos,buy,2026-05-13 22:30:00,398.0 -29009,buy_contrast_m10_bb_pos,buy,2026-05-13 22:33:00,398.0 -29010,buy_contrast_m10_bb_pos,buy,2026-05-13 22:36:00,396.0 -29011,buy_contrast_m10_bb_pos,buy,2026-05-13 22:39:00,396.0 -29012,buy_contrast_m10_bb_pos,buy,2026-05-13 22:42:00,397.0 -29013,buy_contrast_m10_bb_pos,buy,2026-05-13 22:45:00,395.0 -29014,buy_contrast_m10_bb_pos,buy,2026-05-13 22:48:00,392.0 -29015,buy_contrast_m10_bb_pos,buy,2026-05-13 22:51:00,393.0 -29016,buy_contrast_m10_bb_pos,buy,2026-05-13 22:54:00,395.0 -29017,buy_contrast_m10_bb_pos,buy,2026-05-13 22:57:00,393.0 -29018,buy_contrast_m10_bb_pos,buy,2026-05-13 23:00:00,394.0 -29019,buy_contrast_m10_bb_pos,buy,2026-05-13 23:03:00,393.0 -29020,buy_contrast_m10_bb_pos,buy,2026-05-13 23:06:00,395.0 -29021,buy_contrast_m10_bb_pos,buy,2026-05-13 23:09:00,394.0 -29022,buy_contrast_m10_bb_pos,buy,2026-05-13 23:12:00,396.0 -29023,buy_contrast_m10_bb_pos,buy,2026-05-13 23:15:00,395.0 -29024,buy_contrast_m10_bb_pos,buy,2026-05-13 23:18:00,394.0 -29025,buy_contrast_m10_bb_pos,buy,2026-05-14 00:51:00,383.0 -29026,buy_contrast_m10_bb_pos,buy,2026-05-14 00:54:00,383.0 -29027,buy_contrast_m10_bb_pos,buy,2026-05-14 00:57:00,382.0 -29028,buy_contrast_m10_bb_pos,buy,2026-05-14 01:00:00,383.0 -29029,buy_contrast_m10_bb_pos,buy,2026-05-14 01:03:00,383.0 -29030,buy_contrast_m10_bb_pos,buy,2026-05-14 01:06:00,383.0 -29031,buy_contrast_m10_bb_pos,buy,2026-05-14 01:09:00,383.0 -29032,buy_contrast_m10_bb_pos,buy,2026-05-14 01:12:00,384.0 -29033,buy_contrast_m10_bb_pos,buy,2026-05-14 01:15:00,384.0 -29034,buy_contrast_m10_bb_pos,buy,2026-05-14 01:18:00,384.0 -29035,buy_contrast_m10_bb_pos,buy,2026-05-14 04:30:00,384.0 -29036,buy_contrast_m10_bb_pos,buy,2026-05-14 04:33:00,384.0 -29037,buy_contrast_m10_bb_pos,buy,2026-05-14 04:36:00,383.0 -29038,buy_contrast_m10_bb_pos,buy,2026-05-14 04:39:00,384.0 -29039,buy_contrast_m10_bb_pos,buy,2026-05-14 12:00:00,385.0 -29040,buy_contrast_m10_bb_pos,buy,2026-05-14 12:03:00,386.0 -29041,buy_contrast_m10_bb_pos,buy,2026-05-14 12:06:00,385.0 -29042,buy_contrast_m10_bb_pos,buy,2026-05-14 12:09:00,383.0 -29043,buy_contrast_m10_bb_pos,buy,2026-05-14 12:30:00,383.0 -29044,buy_contrast_m10_bb_pos,buy,2026-05-14 12:33:00,383.0 -29045,buy_contrast_m10_bb_pos,buy,2026-05-14 12:36:00,382.0 -29046,buy_contrast_m10_bb_pos,buy,2026-05-14 12:39:00,380.0 -29047,buy_contrast_m10_bb_pos,buy,2026-05-14 13:00:00,379.0 -29048,buy_contrast_m10_bb_pos,buy,2026-05-14 13:03:00,379.0 -29049,buy_contrast_m10_bb_pos,buy,2026-05-14 13:06:00,380.0 -29050,buy_contrast_m10_bb_pos,buy,2026-05-14 13:09:00,381.0 -29051,buy_contrast_m10_bb_pos,buy,2026-05-14 13:12:00,379.0 -29052,buy_contrast_m10_bb_pos,buy,2026-05-14 13:15:00,380.0 -29053,buy_contrast_m10_bb_pos,buy,2026-05-14 13:18:00,380.0 -29054,buy_contrast_m10_bb_pos,buy,2026-05-14 17:12:00,381.0 -29055,buy_contrast_m10_bb_pos,buy,2026-05-14 17:15:00,381.0 -29056,buy_contrast_m10_bb_pos,buy,2026-05-14 17:18:00,381.0 -29057,buy_contrast_m10_bb_pos,buy,2026-05-14 20:42:00,379.0 -29058,buy_contrast_m10_bb_pos,buy,2026-05-14 20:45:00,379.0 -29059,buy_contrast_m10_bb_pos,buy,2026-05-14 20:48:00,380.0 -29060,buy_contrast_m10_bb_pos,buy,2026-05-15 08:00:00,391.0 -29061,buy_contrast_m10_bb_pos,buy,2026-05-15 08:03:00,390.0 -29062,buy_contrast_m10_bb_pos,buy,2026-05-15 08:06:00,390.0 -29063,buy_contrast_m10_bb_pos,buy,2026-05-15 08:09:00,389.0 -29064,buy_contrast_m10_bb_pos,buy,2026-05-15 08:30:00,390.0 -29065,buy_contrast_m10_bb_pos,buy,2026-05-15 08:36:00,390.0 -29066,buy_contrast_m10_bb_pos,buy,2026-05-15 08:39:00,389.0 -29067,buy_contrast_m10_bb_pos,buy,2026-05-15 11:00:00,386.0 -29068,buy_contrast_m10_bb_pos,buy,2026-05-15 11:03:00,386.0 -29069,buy_contrast_m10_bb_pos,buy,2026-05-15 11:06:00,387.0 -29070,buy_contrast_m10_bb_pos,buy,2026-05-15 11:09:00,387.0 -29071,buy_contrast_m10_bb_pos,buy,2026-05-15 11:30:00,385.0 -29072,buy_contrast_m10_bb_pos,buy,2026-05-15 11:33:00,383.0 -29073,buy_contrast_m10_bb_pos,buy,2026-05-15 11:36:00,384.0 -29074,buy_contrast_m10_bb_pos,buy,2026-05-15 11:39:00,386.0 -29075,buy_contrast_m10_bb_pos,buy,2026-05-15 11:42:00,386.0 -29076,buy_contrast_m10_bb_pos,buy,2026-05-15 11:45:00,387.0 -29077,buy_contrast_m10_bb_pos,buy,2026-05-15 11:48:00,386.0 -29078,buy_contrast_m10_bb_pos,buy,2026-05-15 13:51:00,383.0 -29079,buy_contrast_m10_bb_pos,buy,2026-05-15 13:54:00,382.0 -29080,buy_contrast_m10_bb_pos,buy,2026-05-15 13:57:00,382.0 -29081,buy_contrast_m10_bb_pos,buy,2026-05-15 14:21:00,381.0 -29082,buy_contrast_m10_bb_pos,buy,2026-05-15 14:24:00,381.0 -29083,buy_contrast_m10_bb_pos,buy,2026-05-15 14:27:00,380.0 -29084,buy_contrast_m10_bb_pos,buy,2026-05-15 14:30:00,380.0 -29085,buy_contrast_m10_bb_pos,buy,2026-05-15 14:33:00,376.0 -29086,buy_contrast_m10_bb_pos,buy,2026-05-15 14:36:00,375.0 -29087,buy_contrast_m10_bb_pos,buy,2026-05-15 14:39:00,373.0 -29088,buy_contrast_m10_bb_pos,buy,2026-05-15 15:12:00,373.0 -29089,buy_contrast_m10_bb_pos,buy,2026-05-15 15:15:00,374.0 -29090,buy_contrast_m10_bb_pos,buy,2026-05-15 15:18:00,374.0 -29091,buy_contrast_m10_bb_pos,buy,2026-05-15 15:21:00,373.0 -29092,buy_contrast_m10_bb_pos,buy,2026-05-15 15:24:00,373.0 -29093,buy_contrast_m10_bb_pos,buy,2026-05-15 15:27:00,374.0 -29094,buy_contrast_m10_bb_pos,buy,2026-05-15 19:21:00,373.0 -29095,buy_contrast_m10_bb_pos,buy,2026-05-15 19:24:00,373.0 -29096,buy_contrast_m10_bb_pos,buy,2026-05-15 19:27:00,374.0 -29097,buy_contrast_m10_bb_pos,buy,2026-05-15 21:51:00,374.0 -29098,buy_contrast_m10_bb_pos,buy,2026-05-15 21:54:00,374.0 -29099,buy_contrast_m10_bb_pos,buy,2026-05-15 21:57:00,373.0 -29100,buy_contrast_m10_bb_pos,buy,2026-05-15 22:00:00,373.0 -29101,buy_contrast_m10_bb_pos,buy,2026-05-15 22:03:00,371.0 -29102,buy_contrast_m10_bb_pos,buy,2026-05-15 22:06:00,372.0 -29103,buy_contrast_m10_bb_pos,buy,2026-05-15 22:09:00,371.0 -29104,buy_contrast_m10_bb_pos,buy,2026-05-15 22:21:00,373.0 -29105,buy_contrast_m10_bb_pos,buy,2026-05-15 22:24:00,374.0 -29106,buy_contrast_m10_bb_pos,buy,2026-05-15 22:27:00,372.0 -29107,buy_contrast_m10_bb_pos,buy,2026-05-15 22:30:00,372.0 -29108,buy_contrast_m10_bb_pos,buy,2026-05-15 22:33:00,368.0 -29109,buy_contrast_m10_bb_pos,buy,2026-05-15 22:36:00,368.0 -29110,buy_contrast_m10_bb_pos,buy,2026-05-15 22:39:00,365.0 -29111,buy_contrast_m10_bb_pos,buy,2026-05-15 23:21:00,362.0 -29112,buy_contrast_m10_bb_pos,buy,2026-05-15 23:24:00,362.0 -29113,buy_contrast_m10_bb_pos,buy,2026-05-15 23:27:00,360.0 -29114,buy_contrast_m10_bb_pos,buy,2026-05-15 23:30:00,360.0 -29115,buy_contrast_m10_bb_pos,buy,2026-05-15 23:33:00,359.0 -29116,buy_contrast_m10_bb_pos,buy,2026-05-15 23:36:00,360.0 -29117,buy_contrast_m10_bb_pos,buy,2026-05-15 23:39:00,360.0 -29118,buy_contrast_m10_bb_pos,buy,2026-05-15 23:42:00,360.0 -29119,buy_contrast_m10_bb_pos,buy,2026-05-15 23:45:00,360.0 -29120,buy_contrast_m10_bb_pos,buy,2026-05-15 23:48:00,359.0 -29121,buy_contrast_m10_bb_pos,buy,2026-05-15 23:51:00,358.0 -29122,buy_contrast_m10_bb_pos,buy,2026-05-15 23:54:00,359.0 -29123,buy_contrast_m10_bb_pos,buy,2026-05-15 23:57:00,360.0 -29124,buy_contrast_m10_bb_pos,buy,2026-05-16 00:00:00,359.0 -29125,buy_contrast_m10_bb_pos,buy,2026-05-16 00:03:00,359.0 -29126,buy_contrast_m10_bb_pos,buy,2026-05-16 00:06:00,359.0 -29127,buy_contrast_m10_bb_pos,buy,2026-05-16 00:09:00,359.0 -29128,buy_contrast_m10_bb_pos,buy,2026-05-16 04:51:00,365.0 -29129,buy_contrast_m10_bb_pos,buy,2026-05-16 04:54:00,366.0 -29130,buy_contrast_m10_bb_pos,buy,2026-05-16 04:57:00,366.0 -29131,buy_contrast_m10_bb_pos,buy,2026-05-16 05:12:00,365.0 -29132,buy_contrast_m10_bb_pos,buy,2026-05-16 05:15:00,365.0 -29133,buy_contrast_m10_bb_pos,buy,2026-05-16 05:18:00,365.0 -29134,buy_contrast_m10_bb_pos,buy,2026-05-16 05:21:00,365.0 -29135,buy_contrast_m10_bb_pos,buy,2026-05-16 05:24:00,364.0 -29136,buy_contrast_m10_bb_pos,buy,2026-05-16 05:27:00,365.0 -29137,buy_contrast_m10_bb_pos,buy,2026-05-16 05:30:00,365.0 -29138,buy_contrast_m10_bb_pos,buy,2026-05-16 05:33:00,365.0 -29139,buy_contrast_m10_bb_pos,buy,2026-05-16 05:36:00,365.0 -29140,buy_contrast_m10_bb_pos,buy,2026-05-16 05:39:00,365.0 -29141,buy_contrast_m10_bb_pos,buy,2026-05-16 06:00:00,364.0 -29142,buy_contrast_m10_bb_pos,buy,2026-05-16 06:03:00,364.0 -29143,buy_contrast_m10_bb_pos,buy,2026-05-16 06:06:00,364.0 -29144,buy_contrast_m10_bb_pos,buy,2026-05-16 06:09:00,365.0 -29145,buy_contrast_m10_bb_pos,buy,2026-05-16 06:42:00,364.0 -29146,buy_contrast_m10_bb_pos,buy,2026-05-16 06:45:00,364.0 -29147,buy_contrast_m10_bb_pos,buy,2026-05-16 06:48:00,364.0 -29148,buy_contrast_m10_bb_pos,buy,2026-05-16 14:12:00,364.0 -29149,buy_contrast_m10_bb_pos,buy,2026-05-16 14:15:00,365.0 -29150,buy_contrast_m10_bb_pos,buy,2026-05-16 14:18:00,364.0 -29151,buy_contrast_m10_bb_pos,buy,2026-05-16 15:00:00,364.0 -29152,buy_contrast_m10_bb_pos,buy,2026-05-16 15:03:00,364.0 -29153,buy_contrast_m10_bb_pos,buy,2026-05-16 15:06:00,365.0 -29154,buy_contrast_m10_bb_pos,buy,2026-05-16 15:09:00,363.0 -29155,buy_contrast_m10_bb_pos,buy,2026-05-16 15:12:00,363.0 -29156,buy_contrast_m10_bb_pos,buy,2026-05-16 15:15:00,362.0 -29157,buy_contrast_m10_bb_pos,buy,2026-05-16 15:18:00,362.0 -29158,buy_contrast_m10_bb_pos,buy,2026-05-16 15:42:00,361.0 -29159,buy_contrast_m10_bb_pos,buy,2026-05-16 15:45:00,361.0 -29160,buy_contrast_m10_bb_pos,buy,2026-05-16 15:48:00,360.0 -29161,buy_contrast_m10_bb_pos,buy,2026-05-16 16:00:00,360.0 -29162,buy_contrast_m10_bb_pos,buy,2026-05-16 16:03:00,360.0 -29163,buy_contrast_m10_bb_pos,buy,2026-05-16 16:06:00,360.0 -29164,buy_contrast_m10_bb_pos,buy,2026-05-16 16:09:00,360.0 -29165,buy_contrast_m10_bb_pos,buy,2026-05-16 16:12:00,359.0 -29166,buy_contrast_m10_bb_pos,buy,2026-05-16 16:15:00,357.0 -29167,buy_contrast_m10_bb_pos,buy,2026-05-16 16:18:00,356.0 -29168,buy_contrast_m10_bb_pos,buy,2026-05-16 18:42:00,355.0 -29169,buy_contrast_m10_bb_pos,buy,2026-05-16 18:45:00,356.0 -29170,buy_contrast_m10_bb_pos,buy,2026-05-16 18:48:00,355.0 -29171,buy_contrast_m10_bb_pos,buy,2026-05-16 18:51:00,355.0 -29172,buy_contrast_m10_bb_pos,buy,2026-05-16 18:54:00,355.0 -29173,buy_contrast_m10_bb_pos,buy,2026-05-16 18:57:00,355.0 -29174,buy_contrast_m10_bb_pos,buy,2026-05-16 19:00:00,354.0 -29175,buy_contrast_m10_bb_pos,buy,2026-05-16 19:03:00,353.0 -29176,buy_contrast_m10_bb_pos,buy,2026-05-16 19:06:00,353.0 -29177,buy_contrast_m10_bb_pos,buy,2026-05-16 19:09:00,352.0 -29178,buy_contrast_m10_bb_pos,buy,2026-05-16 19:21:00,353.0 -29179,buy_contrast_m10_bb_pos,buy,2026-05-16 19:24:00,352.0 -29180,buy_contrast_m10_bb_pos,buy,2026-05-16 19:27:00,352.0 -29181,buy_contrast_m10_bb_pos,buy,2026-05-17 04:21:00,359.0 -29182,buy_contrast_m10_bb_pos,buy,2026-05-17 04:24:00,359.0 -29183,buy_contrast_m10_bb_pos,buy,2026-05-17 04:27:00,359.0 -29184,buy_contrast_m10_bb_pos,buy,2026-05-17 04:30:00,359.0 -29185,buy_contrast_m10_bb_pos,buy,2026-05-17 04:33:00,359.0 -29186,buy_contrast_m10_bb_pos,buy,2026-05-17 04:36:00,359.0 -29187,buy_contrast_m10_bb_pos,buy,2026-05-17 04:39:00,360.0 -29188,buy_contrast_m10_bb_pos,buy,2026-05-17 05:27:00,359.0 -29189,buy_contrast_m10_bb_pos,buy,2026-05-17 05:30:00,359.0 -29190,buy_contrast_m10_bb_pos,buy,2026-05-17 05:33:00,360.0 -29191,buy_contrast_m10_bb_pos,buy,2026-05-17 05:39:00,360.0 -29192,buy_contrast_m10_bb_pos,buy,2026-05-17 08:12:00,358.0 -29193,buy_contrast_m10_bb_pos,buy,2026-05-17 08:15:00,358.0 -29194,buy_contrast_m10_bb_pos,buy,2026-05-17 08:18:00,359.0 -29195,buy_contrast_m10_bb_pos,buy,2026-05-17 08:42:00,358.0 -29196,buy_contrast_m10_bb_pos,buy,2026-05-17 08:45:00,359.0 -29197,buy_contrast_m10_bb_pos,buy,2026-05-17 08:48:00,359.0 -29198,buy_contrast_m10_bb_pos,buy,2026-05-17 09:00:00,358.0 -29199,buy_contrast_m10_bb_pos,buy,2026-05-17 09:03:00,360.0 -29200,buy_contrast_m10_bb_pos,buy,2026-05-17 09:06:00,359.0 -29201,buy_contrast_m10_bb_pos,buy,2026-05-17 09:09:00,359.0 -29202,buy_contrast_m10_bb_pos,buy,2026-05-17 10:42:00,356.0 -29203,buy_contrast_m10_bb_pos,buy,2026-05-17 10:45:00,356.0 -29204,buy_contrast_m10_bb_pos,buy,2026-05-17 10:48:00,357.0 -29205,buy_contrast_m10_bb_pos,buy,2026-05-17 17:21:00,362.0 -29206,buy_contrast_m10_bb_pos,buy,2026-05-17 17:24:00,362.0 -29207,buy_contrast_m10_bb_pos,buy,2026-05-17 17:27:00,362.0 -29208,buy_contrast_m10_bb_pos,buy,2026-05-17 17:30:00,362.0 -29209,buy_contrast_m10_bb_pos,buy,2026-05-17 17:33:00,362.0 -29210,buy_contrast_m10_bb_pos,buy,2026-05-17 17:36:00,363.0 -29211,buy_contrast_m10_bb_pos,buy,2026-05-17 17:39:00,363.0 -29212,buy_contrast_m10_bb_pos,buy,2026-05-17 20:21:00,362.0 -29213,buy_contrast_m10_bb_pos,buy,2026-05-17 20:24:00,362.0 -29214,buy_contrast_m10_bb_pos,buy,2026-05-17 20:27:00,362.0 -29215,buy_contrast_m10_bb_pos,buy,2026-05-18 00:00:00,360.0 -29216,buy_contrast_m10_bb_pos,buy,2026-05-18 00:03:00,361.0 -29217,buy_contrast_m10_bb_pos,buy,2026-05-18 00:06:00,361.0 -29218,buy_contrast_m10_bb_pos,buy,2026-05-18 00:09:00,360.0 -29219,buy_contrast_m10_bb_pos,buy,2026-05-18 01:51:00,359.0 -29220,buy_contrast_m10_bb_pos,buy,2026-05-18 01:54:00,359.0 -29221,buy_contrast_m10_bb_pos,buy,2026-05-18 01:57:00,358.0 -29222,buy_contrast_m10_bb_pos,buy,2026-05-18 02:30:00,358.0 -29223,buy_contrast_m10_bb_pos,buy,2026-05-18 02:33:00,358.0 -29224,buy_contrast_m10_bb_pos,buy,2026-05-18 02:36:00,358.0 -29225,buy_contrast_m10_bb_pos,buy,2026-05-18 02:39:00,358.0 -29226,buy_contrast_m10_bb_pos,buy,2026-05-18 02:42:00,358.0 -29227,buy_contrast_m10_bb_pos,buy,2026-05-18 02:45:00,358.0 -29228,buy_contrast_m10_bb_pos,buy,2026-05-18 02:48:00,359.0 -29229,buy_contrast_m10_bb_pos,buy,2026-05-18 02:51:00,357.0 -29230,buy_contrast_m10_bb_pos,buy,2026-05-18 02:54:00,359.0 -29231,buy_contrast_m10_bb_pos,buy,2026-05-18 02:57:00,358.0 -29232,buy_contrast_m10_bb_pos,buy,2026-05-18 03:51:00,357.0 -29233,buy_contrast_m10_bb_pos,buy,2026-05-18 03:57:00,359.0 -29234,buy_contrast_m10_bb_pos,buy,2026-05-18 07:30:00,358.0 -29235,buy_contrast_m10_bb_pos,buy,2026-05-18 07:33:00,358.0 -29236,buy_contrast_m10_bb_pos,buy,2026-05-18 07:36:00,359.0 -29237,buy_contrast_m10_bb_pos,buy,2026-05-18 07:39:00,359.0 -29238,buy_contrast_m10_bb_pos,buy,2026-05-18 07:51:00,357.0 -29239,buy_contrast_m10_bb_pos,buy,2026-05-18 07:54:00,357.0 -29240,buy_contrast_m10_bb_pos,buy,2026-05-18 07:57:00,357.0 -29241,buy_contrast_m10_bb_pos,buy,2026-05-18 08:00:00,358.0 -29242,buy_contrast_m10_bb_pos,buy,2026-05-18 08:03:00,358.0 -29243,buy_contrast_m10_bb_pos,buy,2026-05-18 08:06:00,356.0 -29244,buy_contrast_m10_bb_pos,buy,2026-05-18 08:09:00,356.0 -29245,buy_contrast_m10_bb_pos,buy,2026-05-18 09:00:00,352.0 -29246,buy_contrast_m10_bb_pos,buy,2026-05-18 09:03:00,350.0 -29247,buy_contrast_m10_bb_pos,buy,2026-05-18 09:06:00,349.0 -29248,buy_contrast_m10_bb_pos,buy,2026-05-18 09:09:00,349.0 -29249,buy_contrast_m10_bb_pos,buy,2026-05-18 09:21:00,349.0 -29250,buy_contrast_m10_bb_pos,buy,2026-05-18 09:24:00,350.0 -29251,buy_contrast_m10_bb_pos,buy,2026-05-18 09:27:00,349.0 -29252,buy_contrast_m10_bb_pos,buy,2026-05-18 09:30:00,349.0 -29253,buy_contrast_m10_bb_pos,buy,2026-05-18 09:33:00,349.0 -29254,buy_contrast_m10_bb_pos,buy,2026-05-18 09:36:00,349.0 -29255,buy_contrast_m10_bb_pos,buy,2026-05-18 09:39:00,349.0 -29256,buy_contrast_m10_bb_pos,buy,2026-05-18 14:42:00,350.0 -29257,buy_contrast_m10_bb_pos,buy,2026-05-18 14:45:00,350.0 -29258,buy_contrast_m10_bb_pos,buy,2026-05-18 14:48:00,351.0 -29259,buy_contrast_m10_bb_pos,buy,2026-05-18 15:42:00,349.0 -29260,buy_contrast_m10_bb_pos,buy,2026-05-18 15:45:00,349.0 -29261,buy_contrast_m10_bb_pos,buy,2026-05-18 15:48:00,350.0 -29262,buy_contrast_m10_bb_pos,buy,2026-05-18 16:12:00,348.0 -29263,buy_contrast_m10_bb_pos,buy,2026-05-18 16:15:00,348.0 -29264,buy_contrast_m10_bb_pos,buy,2026-05-18 16:18:00,346.0 -29265,buy_contrast_m10_bb_pos,buy,2026-05-18 16:51:00,346.0 -29266,buy_contrast_m10_bb_pos,buy,2026-05-18 16:54:00,348.0 -29267,buy_contrast_m10_bb_pos,buy,2026-05-18 16:57:00,348.0 -29268,buy_contrast_m10_bb_pos,buy,2026-05-18 18:12:00,346.0 -29269,buy_contrast_m10_bb_pos,buy,2026-05-18 18:15:00,346.0 -29270,buy_contrast_m10_bb_pos,buy,2026-05-18 18:18:00,346.0 -29271,buy_contrast_m10_bb_pos,buy,2026-05-18 18:21:00,347.0 -29272,buy_contrast_m10_bb_pos,buy,2026-05-18 18:24:00,347.0 -29273,buy_contrast_m10_bb_pos,buy,2026-05-18 18:27:00,345.0 -29274,buy_contrast_m10_bb_pos,buy,2026-05-18 18:30:00,346.0 -29275,buy_contrast_m10_bb_pos,buy,2026-05-18 18:33:00,346.0 -29276,buy_contrast_m10_bb_pos,buy,2026-05-18 18:36:00,346.0 -29277,buy_contrast_m10_bb_pos,buy,2026-05-18 18:39:00,347.0 -29278,buy_contrast_m10_bb_pos,buy,2026-05-18 19:00:00,345.0 -29279,buy_contrast_m10_bb_pos,buy,2026-05-18 19:03:00,344.0 -29280,buy_contrast_m10_bb_pos,buy,2026-05-18 19:06:00,344.0 -29281,buy_contrast_m10_bb_pos,buy,2026-05-18 19:09:00,345.0 -29282,buy_contrast_m10_bb_pos,buy,2026-05-18 19:12:00,344.0 -29283,buy_contrast_m10_bb_pos,buy,2026-05-18 19:15:00,344.0 -29284,buy_contrast_m10_bb_pos,buy,2026-05-18 19:18:00,343.0 -29285,buy_contrast_m10_bb_pos,buy,2026-05-18 19:30:00,344.0 -29286,buy_contrast_m10_bb_pos,buy,2026-05-18 19:33:00,344.0 -29287,buy_contrast_m10_bb_pos,buy,2026-05-18 19:36:00,343.0 -29288,buy_contrast_m10_bb_pos,buy,2026-05-18 19:39:00,345.0 -29289,buy_contrast_m10_bb_pos,buy,2026-05-18 19:42:00,345.0 -29290,buy_contrast_m10_bb_pos,buy,2026-05-18 19:45:00,345.0 -29291,buy_contrast_m10_bb_pos,buy,2026-05-18 19:48:00,345.0 -29292,buy_contrast_m10_bb_pos,buy,2026-05-18 23:30:00,346.0 -29293,buy_contrast_m10_bb_pos,buy,2026-05-18 23:33:00,345.0 -29294,buy_contrast_m10_bb_pos,buy,2026-05-18 23:36:00,345.0 -29295,buy_contrast_m10_bb_pos,buy,2026-05-18 23:39:00,347.0 -29296,buy_contrast_m10_bb_pos,buy,2026-05-18 23:42:00,347.0 -29297,buy_contrast_m10_bb_pos,buy,2026-05-18 23:45:00,346.0 -29298,buy_contrast_m10_bb_pos,buy,2026-05-18 23:48:00,345.0 -29299,buy_contrast_m10_bb_pos,buy,2026-05-18 23:51:00,346.0 -29300,buy_contrast_m10_bb_pos,buy,2026-05-18 23:54:00,346.0 -29301,buy_contrast_m10_bb_pos,buy,2026-05-18 23:57:00,346.0 -29302,buy_contrast_m10_bb_pos,buy,2026-05-19 00:00:00,346.0 -29303,buy_contrast_m10_bb_pos,buy,2026-05-19 00:03:00,343.0 -29304,buy_contrast_m10_bb_pos,buy,2026-05-19 00:06:00,343.0 -29305,buy_contrast_m10_bb_pos,buy,2026-05-19 00:09:00,345.0 -29306,buy_contrast_m10_bb_pos,buy,2026-05-19 00:12:00,346.0 -29307,buy_contrast_m10_bb_pos,buy,2026-05-19 00:15:00,345.0 -29308,buy_contrast_m10_bb_pos,buy,2026-05-19 00:18:00,345.0 -29309,buy_contrast_m10_bb_pos,buy,2026-05-19 00:21:00,345.0 -29310,buy_contrast_m10_bb_pos,buy,2026-05-19 00:24:00,346.0 -29311,buy_contrast_m10_bb_pos,buy,2026-05-19 00:27:00,346.0 -29312,buy_contrast_m10_bb_pos,buy,2026-05-19 00:30:00,344.0 -29313,buy_contrast_m10_bb_pos,buy,2026-05-19 00:33:00,346.0 -29314,buy_contrast_m10_bb_pos,buy,2026-05-19 00:36:00,346.0 -29315,buy_contrast_m10_bb_pos,buy,2026-05-19 00:39:00,347.0 -29316,buy_contrast_m10_bb_pos,buy,2026-05-19 04:00:00,345.0 -29317,buy_contrast_m10_bb_pos,buy,2026-05-19 04:03:00,352.0 -29318,buy_contrast_m10_bb_pos,buy,2026-05-19 04:06:00,351.0 -29319,buy_contrast_m10_bb_pos,buy,2026-05-19 04:09:00,352.0 -29320,buy_contrast_m10_bb_pos,buy,2026-05-19 11:12:00,356.0 -29321,buy_contrast_m10_bb_pos,buy,2026-05-19 11:15:00,357.0 -29322,buy_contrast_m10_bb_pos,buy,2026-05-19 11:18:00,356.0 -29323,buy_contrast_m10_bb_pos,buy,2026-05-19 11:21:00,357.0 -29324,buy_contrast_m10_bb_pos,buy,2026-05-19 11:24:00,358.0 -29325,buy_contrast_m10_bb_pos,buy,2026-05-19 11:27:00,358.0 -29326,buy_contrast_m10_bb_pos,buy,2026-05-19 12:00:00,356.0 -29327,buy_contrast_m10_bb_pos,buy,2026-05-19 12:03:00,356.0 -29328,buy_contrast_m10_bb_pos,buy,2026-05-19 12:06:00,357.0 -29329,buy_contrast_m10_bb_pos,buy,2026-05-19 12:09:00,357.0 -29330,buy_contrast_m10_bb_pos,buy,2026-05-19 17:30:00,363.0 -29331,buy_contrast_m10_bb_pos,buy,2026-05-19 17:33:00,364.0 -29332,buy_contrast_m10_bb_pos,buy,2026-05-19 17:36:00,366.0 -29333,buy_contrast_m10_bb_pos,buy,2026-05-19 17:39:00,366.0 -29334,buy_contrast_m10_bb_pos,buy,2026-05-19 18:42:00,363.0 -29335,buy_contrast_m10_bb_pos,buy,2026-05-19 18:45:00,364.0 -29336,buy_contrast_m10_bb_pos,buy,2026-05-19 18:48:00,362.0 -29337,buy_contrast_m10_bb_pos,buy,2026-05-19 20:42:00,361.0 -29338,buy_contrast_m10_bb_pos,buy,2026-05-19 20:45:00,360.0 -29339,buy_contrast_m10_bb_pos,buy,2026-05-19 20:48:00,361.0 -29340,buy_contrast_m10_bb_pos,buy,2026-05-19 20:51:00,361.0 -29341,buy_contrast_m10_bb_pos,buy,2026-05-19 20:54:00,360.0 -29342,buy_contrast_m10_bb_pos,buy,2026-05-19 20:57:00,360.0 -29343,buy_contrast_m10_bb_pos,buy,2026-05-19 23:42:00,360.0 -29344,buy_contrast_m10_bb_pos,buy,2026-05-19 23:45:00,358.0 -29345,buy_contrast_m10_bb_pos,buy,2026-05-19 23:48:00,357.0 -29346,buy_contrast_m10_bb_pos,buy,2026-05-20 00:00:00,358.0 -29347,buy_contrast_m10_bb_pos,buy,2026-05-20 00:03:00,359.0 -29348,buy_contrast_m10_bb_pos,buy,2026-05-20 00:06:00,359.0 -29349,buy_contrast_m10_bb_pos,buy,2026-05-20 00:09:00,358.0 -29350,buy_contrast_m10_bb_pos,buy,2026-05-20 00:21:00,358.0 -29351,buy_contrast_m10_bb_pos,buy,2026-05-20 00:24:00,357.0 -29352,buy_contrast_m10_bb_pos,buy,2026-05-20 00:27:00,357.0 -29353,buy_contrast_m10_bb_pos,buy,2026-05-20 00:30:00,357.0 -29354,buy_contrast_m10_bb_pos,buy,2026-05-20 00:33:00,359.0 -29355,buy_contrast_m10_bb_pos,buy,2026-05-20 00:36:00,358.0 -29356,buy_contrast_m10_bb_pos,buy,2026-05-20 00:39:00,359.0 -29357,buy_contrast_m10_bb_pos,buy,2026-05-20 03:30:00,357.0 -29358,buy_contrast_m10_bb_pos,buy,2026-05-20 03:33:00,358.0 -29359,buy_contrast_m10_bb_pos,buy,2026-05-20 03:36:00,358.0 -29360,buy_contrast_m10_bb_pos,buy,2026-05-20 03:39:00,359.0 -29361,buy_contrast_m10_bb_pos,buy,2026-05-20 04:00:00,357.0 -29362,buy_contrast_m10_bb_pos,buy,2026-05-20 04:03:00,358.0 -29363,buy_contrast_m10_bb_pos,buy,2026-05-20 04:06:00,358.0 -29364,buy_contrast_m10_bb_pos,buy,2026-05-20 04:09:00,358.0 -29365,buy_contrast_m10_bb_pos,buy,2026-05-20 07:42:00,355.0 -29366,buy_contrast_m10_bb_pos,buy,2026-05-20 07:45:00,355.0 -29367,buy_contrast_m10_bb_pos,buy,2026-05-20 07:48:00,355.0 -29368,buy_contrast_m10_bb_pos,buy,2026-05-20 08:12:00,356.0 -29369,buy_contrast_m10_bb_pos,buy,2026-05-20 08:15:00,356.0 -29370,buy_contrast_m10_bb_pos,buy,2026-05-20 08:18:00,356.0 -29371,buy_contrast_m10_bb_pos,buy,2026-05-20 12:00:00,355.0 -29372,buy_contrast_m10_bb_pos,buy,2026-05-20 12:03:00,355.0 -29373,buy_contrast_m10_bb_pos,buy,2026-05-20 12:06:00,355.0 -29374,buy_contrast_m10_bb_pos,buy,2026-05-20 12:09:00,356.0 -29375,buy_contrast_m10_bb_pos,buy,2026-05-20 17:21:00,356.0 -29376,buy_contrast_m10_bb_pos,buy,2026-05-20 17:24:00,356.0 -29377,buy_contrast_m10_bb_pos,buy,2026-05-20 17:27:00,357.0 -29378,buy_contrast_m10_bb_pos,buy,2026-05-20 18:21:00,357.0 -29379,buy_contrast_m10_bb_pos,buy,2026-05-20 18:24:00,357.0 -29380,buy_contrast_m10_bb_pos,buy,2026-05-20 18:27:00,358.0 -29381,buy_contrast_m10_bb_pos,buy,2026-05-20 22:42:00,354.0 -29382,buy_contrast_m10_bb_pos,buy,2026-05-20 22:45:00,354.0 -29383,buy_contrast_m10_bb_pos,buy,2026-05-20 22:48:00,356.0 -29384,buy_contrast_m10_bb_pos,buy,2026-05-21 07:42:00,368.0 -29385,buy_contrast_m10_bb_pos,buy,2026-05-21 07:45:00,367.0 -29386,buy_contrast_m10_bb_pos,buy,2026-05-21 07:48:00,369.0 -29387,buy_contrast_m10_bb_pos,buy,2026-05-21 08:21:00,367.0 -29388,buy_contrast_m10_bb_pos,buy,2026-05-21 08:24:00,365.0 -29389,buy_contrast_m10_bb_pos,buy,2026-05-21 08:27:00,364.0 -29390,buy_contrast_m10_bb_pos,buy,2026-05-21 08:30:00,365.0 -29391,buy_contrast_m10_bb_pos,buy,2026-05-21 08:33:00,366.0 -29392,buy_contrast_m10_bb_pos,buy,2026-05-21 08:36:00,367.0 -29393,buy_contrast_m10_bb_pos,buy,2026-05-21 08:39:00,367.0 -29394,buy_contrast_m10_bb_pos,buy,2026-05-21 19:30:00,381.0 -29395,buy_contrast_m10_bb_pos,buy,2026-05-21 19:33:00,383.0 -29396,buy_contrast_m10_bb_pos,buy,2026-05-21 19:36:00,383.0 -29397,buy_contrast_m10_bb_pos,buy,2026-05-21 19:39:00,383.0 -29398,buy_contrast_m10_bb_pos,buy,2026-05-21 20:00:00,381.0 -29399,buy_contrast_m10_bb_pos,buy,2026-05-21 20:03:00,380.0 -29400,buy_contrast_m10_bb_pos,buy,2026-05-21 20:06:00,380.0 -29401,buy_contrast_m10_bb_pos,buy,2026-05-21 20:09:00,380.0 -29402,buy_contrast_m10_bb_pos,buy,2026-05-21 20:12:00,381.0 -29403,buy_contrast_m10_bb_pos,buy,2026-05-21 20:15:00,382.0 -29404,buy_contrast_m10_bb_pos,buy,2026-05-21 20:18:00,382.0 -29405,buy_contrast_m10_bb_pos,buy,2026-05-21 20:42:00,379.0 -29406,buy_contrast_m10_bb_pos,buy,2026-05-21 20:45:00,378.0 -29407,buy_contrast_m10_bb_pos,buy,2026-05-21 20:48:00,379.0 -29408,buy_contrast_m10_bb_pos,buy,2026-05-23 03:00:00,433.0 -29409,buy_contrast_m10_bb_pos,buy,2026-05-23 03:03:00,433.0 -29410,buy_contrast_m10_bb_pos,buy,2026-05-23 03:06:00,429.0 -29411,buy_contrast_m10_bb_pos,buy,2026-05-23 03:09:00,428.0 -29412,buy_contrast_m10_bb_pos,buy,2026-05-23 04:00:00,420.0 -29413,buy_contrast_m10_bb_pos,buy,2026-05-23 04:03:00,419.0 -29414,buy_contrast_m10_bb_pos,buy,2026-05-23 04:06:00,419.0 -29415,buy_contrast_m10_bb_pos,buy,2026-05-23 04:09:00,416.0 -29416,buy_contrast_m10_bb_pos,buy,2026-05-23 04:21:00,415.0 -29417,buy_contrast_m10_bb_pos,buy,2026-05-23 04:24:00,414.0 -29418,buy_contrast_m10_bb_pos,buy,2026-05-23 04:27:00,415.0 -29419,buy_contrast_m10_bb_pos,buy,2026-05-23 04:30:00,412.0 -29420,buy_contrast_m10_bb_pos,buy,2026-05-23 04:33:00,409.0 -29421,buy_contrast_m10_bb_pos,buy,2026-05-23 04:36:00,408.0 -29422,buy_contrast_m10_bb_pos,buy,2026-05-23 04:39:00,408.0 -29423,buy_contrast_m10_bb_pos,buy,2026-05-23 04:42:00,407.0 -29424,buy_contrast_m10_bb_pos,buy,2026-05-23 04:45:00,408.0 -29425,buy_contrast_m10_bb_pos,buy,2026-05-23 04:48:00,410.0 -29426,buy_contrast_m10_bb_pos,buy,2026-05-23 04:51:00,409.0 -29427,buy_contrast_m10_bb_pos,buy,2026-05-23 04:54:00,420.0 -29428,buy_contrast_m10_bb_pos,buy,2026-05-23 04:57:00,418.0 -29429,buy_contrast_m10_bb_pos,buy,2026-05-23 09:12:00,410.0 -29430,buy_contrast_m10_bb_pos,buy,2026-05-23 09:15:00,408.0 -29431,buy_contrast_m10_bb_pos,buy,2026-05-23 09:18:00,406.0 -29432,buy_contrast_m10_bb_pos,buy,2026-05-23 09:42:00,406.0 -29433,buy_contrast_m10_bb_pos,buy,2026-05-23 09:45:00,409.0 -29434,buy_contrast_m10_bb_pos,buy,2026-05-23 09:48:00,407.0 -29435,buy_contrast_m10_bb_pos,buy,2026-05-23 17:30:00,398.0 -29436,buy_contrast_m10_bb_pos,buy,2026-05-23 17:33:00,397.0 -29437,buy_contrast_m10_bb_pos,buy,2026-05-23 17:36:00,395.0 -29438,buy_contrast_m10_bb_pos,buy,2026-05-23 17:39:00,395.0 -29439,buy_contrast_m10_bb_pos,buy,2026-05-23 17:42:00,395.0 -29440,buy_contrast_m10_bb_pos,buy,2026-05-23 17:45:00,396.0 -29441,buy_contrast_m10_bb_pos,buy,2026-05-23 17:48:00,398.0 -29442,buy_contrast_m10_bb_pos,buy,2026-05-24 07:42:00,448.0 -29443,buy_contrast_m10_bb_pos,buy,2026-05-24 07:45:00,451.0 -29444,buy_contrast_m10_bb_pos,buy,2026-05-24 07:48:00,450.0 -29445,buy_contrast_m10_bb_pos,buy,2026-05-24 08:12:00,447.0 -29446,buy_contrast_m10_bb_pos,buy,2026-05-24 08:15:00,447.0 -29447,buy_contrast_m10_bb_pos,buy,2026-05-24 08:18:00,447.0 -29448,buy_contrast_m10_bb_pos,buy,2026-05-24 08:21:00,448.0 -29449,buy_contrast_m10_bb_pos,buy,2026-05-24 08:24:00,448.0 -29450,buy_contrast_m10_bb_pos,buy,2026-05-24 08:27:00,447.0 -29451,buy_contrast_m10_bb_pos,buy,2026-05-24 08:42:00,445.0 -29452,buy_contrast_m10_bb_pos,buy,2026-05-24 08:45:00,444.0 -29453,buy_contrast_m10_bb_pos,buy,2026-05-24 08:48:00,446.0 -29454,buy_contrast_m10_bb_pos,buy,2026-05-24 08:51:00,445.0 -29455,buy_contrast_m10_bb_pos,buy,2026-05-24 08:54:00,447.0 -29456,buy_contrast_m10_bb_pos,buy,2026-05-24 08:57:00,448.0 -29457,buy_contrast_m10_bb_pos,buy,2026-05-24 12:42:00,448.0 -29458,buy_contrast_m10_bb_pos,buy,2026-05-24 12:45:00,446.0 -29459,buy_contrast_m10_bb_pos,buy,2026-05-24 12:48:00,448.0 -29460,buy_contrast_m10_bb_pos,buy,2026-05-24 14:21:00,447.0 -29461,buy_contrast_m10_bb_pos,buy,2026-05-24 14:24:00,447.0 -29462,buy_contrast_m10_bb_pos,buy,2026-05-24 14:27:00,446.0 -29463,buy_contrast_m10_bb_pos,buy,2026-05-24 23:30:00,446.0 -29464,buy_contrast_m10_bb_pos,buy,2026-05-24 23:33:00,449.0 -29465,buy_contrast_m10_bb_pos,buy,2026-05-24 23:36:00,449.0 -29466,buy_contrast_m10_bb_pos,buy,2026-05-24 23:39:00,453.0 -29467,buy_contrast_m10_bb_pos,buy,2026-05-25 00:21:00,446.0 -29468,buy_contrast_m10_bb_pos,buy,2026-05-25 00:24:00,450.0 -29469,buy_contrast_m10_bb_pos,buy,2026-05-25 00:27:00,449.0 -29470,buy_contrast_m10_bb_pos,buy,2026-05-25 02:21:00,443.0 -29471,buy_contrast_m10_bb_pos,buy,2026-05-25 02:24:00,445.0 -29472,buy_contrast_m10_bb_pos,buy,2026-05-25 02:27:00,445.0 -29473,buy_contrast_m10_bb_pos,buy,2026-05-25 02:30:00,443.0 -29474,buy_contrast_m10_bb_pos,buy,2026-05-25 02:33:00,444.0 -29475,buy_contrast_m10_bb_pos,buy,2026-05-25 02:36:00,443.0 -29476,buy_contrast_m10_bb_pos,buy,2026-05-25 02:39:00,444.0 -29477,buy_contrast_m10_bb_pos,buy,2026-05-25 03:51:00,440.0 -29478,buy_contrast_m10_bb_pos,buy,2026-05-25 03:54:00,440.0 -29479,buy_contrast_m10_bb_pos,buy,2026-05-25 03:57:00,440.0 -29480,buy_contrast_m10_bb_pos,buy,2026-05-25 04:00:00,440.0 -29481,buy_contrast_m10_bb_pos,buy,2026-05-25 04:03:00,440.0 -29482,buy_contrast_m10_bb_pos,buy,2026-05-25 04:06:00,440.0 -29483,buy_contrast_m10_bb_pos,buy,2026-05-25 04:09:00,440.0 -29484,buy_contrast_m10_bb_pos,buy,2026-05-25 04:30:00,438.0 -29485,buy_contrast_m10_bb_pos,buy,2026-05-25 04:33:00,439.0 -29486,buy_contrast_m10_bb_pos,buy,2026-05-25 04:36:00,438.0 -29487,buy_contrast_m10_bb_pos,buy,2026-05-25 04:39:00,438.0 -29488,buy_contrast_m10_bb_pos,buy,2026-05-25 04:42:00,437.0 -29489,buy_contrast_m10_bb_pos,buy,2026-05-25 04:45:00,437.0 -29490,buy_contrast_m10_bb_pos,buy,2026-05-25 04:48:00,437.0 -29491,buy_contrast_m10_bb_pos,buy,2026-05-25 05:00:00,437.0 -29492,buy_contrast_m10_bb_pos,buy,2026-05-25 05:03:00,435.0 -29493,buy_contrast_m10_bb_pos,buy,2026-05-25 05:06:00,436.0 -29494,buy_contrast_m10_bb_pos,buy,2026-05-25 05:09:00,438.0 -29495,buy_contrast_m10_bb_pos,buy,2026-05-25 05:12:00,437.0 -29496,buy_contrast_m10_bb_pos,buy,2026-05-25 05:15:00,437.0 -29497,buy_contrast_m10_bb_pos,buy,2026-05-25 05:18:00,437.0 -29498,buy_contrast_m10_bb_pos,buy,2026-05-25 05:42:00,435.0 -29499,buy_contrast_m10_bb_pos,buy,2026-05-25 05:45:00,435.0 -29500,buy_contrast_m10_bb_pos,buy,2026-05-25 05:48:00,435.0 -29501,buy_contrast_m10_bb_pos,buy,2026-05-25 05:51:00,435.0 -29502,buy_contrast_m10_bb_pos,buy,2026-05-25 05:54:00,435.0 -29503,buy_contrast_m10_bb_pos,buy,2026-05-25 05:57:00,436.0 -29504,buy_contrast_m10_bb_pos,buy,2026-05-25 11:00:00,436.0 -29505,buy_contrast_m10_bb_pos,buy,2026-05-25 11:03:00,438.0 -29506,buy_contrast_m10_bb_pos,buy,2026-05-25 11:06:00,439.0 -29507,buy_contrast_m10_bb_pos,buy,2026-05-25 11:09:00,438.0 -29508,buy_contrast_m10_bb_pos,buy,2026-05-25 11:51:00,435.0 -29509,buy_contrast_m10_bb_pos,buy,2026-05-25 11:54:00,436.0 -29510,buy_contrast_m10_bb_pos,buy,2026-05-25 11:57:00,436.0 -29511,buy_contrast_m10_bb_pos,buy,2026-05-25 12:00:00,436.0 -29512,buy_contrast_m10_bb_pos,buy,2026-05-25 12:03:00,433.0 -29513,buy_contrast_m10_bb_pos,buy,2026-05-25 12:06:00,434.0 -29514,buy_contrast_m10_bb_pos,buy,2026-05-25 12:09:00,434.0 -29515,buy_contrast_m10_bb_pos,buy,2026-05-25 12:21:00,433.0 -29516,buy_contrast_m10_bb_pos,buy,2026-05-25 12:24:00,434.0 -29517,buy_contrast_m10_bb_pos,buy,2026-05-25 12:27:00,434.0 -29518,buy_contrast_m10_bb_pos,buy,2026-05-25 12:30:00,435.0 -29519,buy_contrast_m10_bb_pos,buy,2026-05-25 12:33:00,433.0 -29520,buy_contrast_m10_bb_pos,buy,2026-05-25 12:36:00,434.0 -29521,buy_contrast_m10_bb_pos,buy,2026-05-25 12:39:00,433.0 -29522,buy_contrast_m10_bb_pos,buy,2026-05-25 12:51:00,433.0 -29523,buy_contrast_m10_bb_pos,buy,2026-05-25 12:54:00,433.0 -29524,buy_contrast_m10_bb_pos,buy,2026-05-25 12:57:00,432.0 -29525,buy_contrast_m10_bb_pos,buy,2026-05-25 13:00:00,432.0 -29526,buy_contrast_m10_bb_pos,buy,2026-05-25 13:03:00,433.0 -29527,buy_contrast_m10_bb_pos,buy,2026-05-25 13:06:00,433.0 -29528,buy_contrast_m10_bb_pos,buy,2026-05-25 13:09:00,433.0 -29529,buy_contrast_m10_bb_pos,buy,2026-05-25 21:12:00,451.0 -29530,buy_contrast_m10_bb_pos,buy,2026-05-25 21:15:00,451.0 -29531,buy_contrast_m10_bb_pos,buy,2026-05-25 21:18:00,451.0 -29532,buy_contrast_m10_bb_pos,buy,2026-05-25 21:21:00,451.0 -29533,buy_contrast_m10_bb_pos,buy,2026-05-25 21:24:00,449.0 -29534,buy_contrast_m10_bb_pos,buy,2026-05-25 21:27:00,451.0 -29535,buy_contrast_m10_bb_pos,buy,2026-05-25 21:42:00,449.0 -29536,buy_contrast_m10_bb_pos,buy,2026-05-25 21:45:00,449.0 -29537,buy_contrast_m10_bb_pos,buy,2026-05-25 21:48:00,448.0 -29538,buy_contrast_m10_bb_pos,buy,2026-05-25 22:00:00,447.0 -29539,buy_contrast_m10_bb_pos,buy,2026-05-25 22:03:00,447.0 -29540,buy_contrast_m10_bb_pos,buy,2026-05-25 22:06:00,449.0 -29541,buy_contrast_m10_bb_pos,buy,2026-05-25 22:09:00,448.0 -29542,buy_contrast_m10_bb_pos,buy,2026-05-25 22:21:00,447.0 -29543,buy_contrast_m10_bb_pos,buy,2026-05-25 22:24:00,448.0 -29544,buy_contrast_m10_bb_pos,buy,2026-05-25 22:27:00,448.0 -29545,buy_contrast_m10_bb_pos,buy,2026-05-26 01:21:00,446.0 -29546,buy_contrast_m10_bb_pos,buy,2026-05-26 01:24:00,446.0 -29547,buy_contrast_m10_bb_pos,buy,2026-05-26 01:27:00,447.0 -29548,buy_contrast_m10_bb_pos,buy,2026-05-26 09:42:00,486.0 -29549,buy_contrast_m10_bb_pos,buy,2026-05-26 09:45:00,484.0 -29550,buy_contrast_m10_bb_pos,buy,2026-05-26 09:48:00,485.0 -29551,buy_contrast_m10_bb_pos,buy,2026-05-26 10:12:00,487.0 -29552,buy_contrast_m10_bb_pos,buy,2026-05-26 10:15:00,491.0 -29553,buy_contrast_m10_bb_pos,buy,2026-05-26 10:18:00,490.0 -29554,buy_contrast_m10_bb_pos,buy,2026-05-26 10:42:00,482.0 -29555,buy_contrast_m10_bb_pos,buy,2026-05-26 10:45:00,483.0 -29556,buy_contrast_m10_bb_pos,buy,2026-05-26 10:48:00,484.0 -29557,buy_contrast_m10_bb_pos,buy,2026-05-26 10:51:00,485.0 -29558,buy_contrast_m10_bb_pos,buy,2026-05-26 10:54:00,487.0 -29559,buy_contrast_m10_bb_pos,buy,2026-05-26 10:57:00,488.0 -29560,buy_contrast_m10_bb_pos,buy,2026-05-26 23:21:00,571.0 -29561,buy_contrast_m10_bb_pos,buy,2026-05-26 23:24:00,580.0 -29562,buy_contrast_m10_bb_pos,buy,2026-05-26 23:27:00,582.0 -29563,buy_contrast_m10_bb_pos,buy,2026-05-27 03:42:00,575.0 -29564,buy_contrast_m10_bb_pos,buy,2026-05-27 03:45:00,562.0 -29565,buy_contrast_m10_bb_pos,buy,2026-05-27 03:48:00,566.0 -29566,buy_contrast_m10_bb_pos,buy,2026-05-27 04:12:00,569.0 -29567,buy_contrast_m10_bb_pos,buy,2026-05-27 04:15:00,565.0 -29568,buy_contrast_m10_bb_pos,buy,2026-05-27 04:18:00,569.0 -29569,buy_contrast_m10_bb_pos,buy,2026-05-27 04:21:00,568.0 -29570,buy_contrast_m10_bb_pos,buy,2026-05-27 04:24:00,565.0 -29571,buy_contrast_m10_bb_pos,buy,2026-05-27 04:27:00,563.0 -29572,buy_contrast_m10_bb_pos,buy,2026-05-27 04:42:00,564.0 -29573,buy_contrast_m10_bb_pos,buy,2026-05-27 04:45:00,565.0 -29574,buy_contrast_m10_bb_pos,buy,2026-05-27 04:48:00,566.0 -29575,buy_contrast_m10_bb_pos,buy,2026-05-27 06:51:00,560.0 -29576,buy_contrast_m10_bb_pos,buy,2026-05-27 06:54:00,562.0 -29577,buy_contrast_m10_bb_pos,buy,2026-05-27 06:57:00,559.0 -29578,buy_contrast_m10_bb_pos,buy,2026-05-27 07:00:00,560.0 -29579,buy_contrast_m10_bb_pos,buy,2026-05-27 07:03:00,562.0 -29580,buy_contrast_m10_bb_pos,buy,2026-05-27 07:06:00,563.0 -29581,buy_contrast_m10_bb_pos,buy,2026-05-27 07:09:00,562.0 -29582,buy_contrast_m10_bb_pos,buy,2026-05-27 09:00:00,557.0 -29583,buy_contrast_m10_bb_pos,buy,2026-05-27 09:03:00,557.0 -29584,buy_contrast_m10_bb_pos,buy,2026-05-27 09:06:00,554.0 -29585,buy_contrast_m10_bb_pos,buy,2026-05-27 09:09:00,555.0 -29586,buy_contrast_m10_bb_pos,buy,2026-05-27 09:12:00,554.0 -29587,buy_contrast_m10_bb_pos,buy,2026-05-27 09:15:00,555.0 -29588,buy_contrast_m10_bb_pos,buy,2026-05-27 09:18:00,544.0 -29589,buy_contrast_m10_bb_pos,buy,2026-05-27 10:00:00,551.0 -29590,buy_contrast_m10_bb_pos,buy,2026-05-27 10:03:00,549.0 -29591,buy_contrast_m10_bb_pos,buy,2026-05-27 10:06:00,550.0 -29592,buy_contrast_m10_bb_pos,buy,2026-05-27 10:09:00,548.0 -29593,buy_contrast_m10_bb_pos,buy,2026-05-27 10:12:00,549.0 -29594,buy_contrast_m10_bb_pos,buy,2026-05-27 10:15:00,548.0 -29595,buy_contrast_m10_bb_pos,buy,2026-05-27 10:18:00,548.0 -29596,buy_contrast_m10_bb_pos,buy,2026-05-27 10:21:00,544.0 -29597,buy_contrast_m10_bb_pos,buy,2026-05-27 10:24:00,545.0 -29598,buy_contrast_m10_bb_pos,buy,2026-05-27 10:27:00,544.0 -29599,buy_contrast_m10_bb_pos,buy,2026-05-27 10:30:00,542.0 -29600,buy_contrast_m10_bb_pos,buy,2026-05-27 10:33:00,541.0 -29601,buy_contrast_m10_bb_pos,buy,2026-05-27 10:36:00,540.0 -29602,buy_contrast_m10_bb_pos,buy,2026-05-27 10:39:00,543.0 -29603,buy_contrast_m10_bb_pos,buy,2026-05-27 10:51:00,541.0 -29604,buy_contrast_m10_bb_pos,buy,2026-05-27 10:54:00,543.0 -29605,buy_contrast_m10_bb_pos,buy,2026-05-27 10:57:00,540.0 -29606,buy_contrast_m10_bb_pos,buy,2026-05-27 11:00:00,539.0 -29607,buy_contrast_m10_bb_pos,buy,2026-05-27 11:03:00,539.0 -29608,buy_contrast_m10_bb_pos,buy,2026-05-27 11:06:00,538.0 -29609,buy_contrast_m10_bb_pos,buy,2026-05-27 11:09:00,535.0 -29610,buy_contrast_m10_bb_pos,buy,2026-05-27 11:12:00,536.0 -29611,buy_contrast_m10_bb_pos,buy,2026-05-27 11:15:00,535.0 -29612,buy_contrast_m10_bb_pos,buy,2026-05-27 11:18:00,532.0 -29613,buy_contrast_m10_bb_pos,buy,2026-05-27 11:21:00,533.0 -29614,buy_contrast_m10_bb_pos,buy,2026-05-27 11:24:00,532.0 -29615,buy_contrast_m10_bb_pos,buy,2026-05-27 11:27:00,534.0 -29616,buy_contrast_m10_bb_pos,buy,2026-05-27 11:30:00,533.0 -29617,buy_contrast_m10_bb_pos,buy,2026-05-27 11:33:00,532.0 -29618,buy_contrast_m10_bb_pos,buy,2026-05-27 11:36:00,534.0 -29619,buy_contrast_m10_bb_pos,buy,2026-05-27 11:39:00,532.0 -29620,buy_contrast_m10_bb_pos,buy,2026-05-27 11:42:00,532.0 -29621,buy_contrast_m10_bb_pos,buy,2026-05-27 11:45:00,534.0 -29622,buy_contrast_m10_bb_pos,buy,2026-05-27 11:48:00,536.0 -29623,buy_contrast_m10_bb_pos,buy,2026-05-27 12:51:00,528.0 -29624,buy_contrast_m10_bb_pos,buy,2026-05-27 12:54:00,529.0 -29625,buy_contrast_m10_bb_pos,buy,2026-05-27 12:57:00,527.0 -29626,buy_contrast_m10_bb_pos,buy,2026-05-27 13:00:00,528.0 -29627,buy_contrast_m10_bb_pos,buy,2026-05-27 13:03:00,528.0 -29628,buy_contrast_m10_bb_pos,buy,2026-05-27 13:06:00,528.0 -29629,buy_contrast_m10_bb_pos,buy,2026-05-27 13:09:00,525.0 -29630,buy_contrast_m10_bb_pos,buy,2026-05-27 13:12:00,524.0 -29631,buy_contrast_m10_bb_pos,buy,2026-05-27 13:15:00,524.0 -29632,buy_contrast_m10_bb_pos,buy,2026-05-27 13:18:00,523.0 -29633,buy_contrast_m10_bb_pos,buy,2026-05-27 13:21:00,521.0 -29634,buy_contrast_m10_bb_pos,buy,2026-05-27 13:24:00,523.0 -29635,buy_contrast_m10_bb_pos,buy,2026-05-27 13:27:00,524.0 -29636,buy_contrast_m10_bb_pos,buy,2026-05-27 13:30:00,522.0 -29637,buy_contrast_m10_bb_pos,buy,2026-05-27 13:33:00,525.0 -29638,buy_contrast_m10_bb_pos,buy,2026-05-27 13:36:00,524.0 -29639,buy_contrast_m10_bb_pos,buy,2026-05-27 13:39:00,523.0 -29640,buy_contrast_m10_bb_pos,buy,2026-05-27 18:30:00,526.0 -29641,buy_contrast_m10_bb_pos,buy,2026-05-27 18:33:00,525.0 -29642,buy_contrast_m10_bb_pos,buy,2026-05-27 18:36:00,526.0 -29643,buy_contrast_m10_bb_pos,buy,2026-05-27 18:39:00,526.0 -29644,buy_contrast_m10_bb_pos,buy,2026-05-27 19:00:00,522.0 -29645,buy_contrast_m10_bb_pos,buy,2026-05-27 19:03:00,524.0 -29646,buy_contrast_m10_bb_pos,buy,2026-05-27 19:06:00,520.0 -29647,buy_contrast_m10_bb_pos,buy,2026-05-27 19:09:00,523.0 -29648,buy_contrast_m10_bb_pos,buy,2026-05-27 19:12:00,523.0 -29649,buy_contrast_m10_bb_pos,buy,2026-05-27 19:15:00,525.0 -29650,buy_contrast_m10_bb_pos,buy,2026-05-27 19:18:00,524.0 -29651,buy_contrast_m10_bb_pos,buy,2026-05-28 01:21:00,527.0 -29652,buy_contrast_m10_bb_pos,buy,2026-05-28 01:24:00,526.0 -29653,buy_contrast_m10_bb_pos,buy,2026-05-28 01:27:00,527.0 -29654,buy_contrast_m10_bb_pos,buy,2026-05-28 01:51:00,525.0 -29655,buy_contrast_m10_bb_pos,buy,2026-05-28 01:54:00,526.0 -29656,buy_contrast_m10_bb_pos,buy,2026-05-28 01:57:00,524.0 -29657,buy_contrast_m10_bb_pos,buy,2026-05-28 02:00:00,524.0 -29658,buy_contrast_m10_bb_pos,buy,2026-05-28 02:03:00,521.0 -29659,buy_contrast_m10_bb_pos,buy,2026-05-28 02:06:00,520.0 -29660,buy_contrast_m10_bb_pos,buy,2026-05-28 02:09:00,518.0 -29661,buy_contrast_m10_bb_pos,buy,2026-05-28 02:51:00,509.0 -29662,buy_contrast_m10_bb_pos,buy,2026-05-28 02:54:00,507.0 -29663,buy_contrast_m10_bb_pos,buy,2026-05-28 02:57:00,507.0 -29664,buy_contrast_m10_bb_pos,buy,2026-05-28 03:00:00,508.0 -29665,buy_contrast_m10_bb_pos,buy,2026-05-28 03:03:00,510.0 -29666,buy_contrast_m10_bb_pos,buy,2026-05-28 03:06:00,508.0 -29667,buy_contrast_m10_bb_pos,buy,2026-05-28 03:09:00,507.0 -29668,buy_contrast_m10_bb_pos,buy,2026-05-28 03:12:00,507.0 -29669,buy_contrast_m10_bb_pos,buy,2026-05-28 03:15:00,507.0 -29670,buy_contrast_m10_bb_pos,buy,2026-05-28 03:18:00,506.0 -29671,buy_contrast_m10_bb_pos,buy,2026-05-28 03:21:00,504.0 -29672,buy_contrast_m10_bb_pos,buy,2026-05-28 03:24:00,505.0 -29673,buy_contrast_m10_bb_pos,buy,2026-05-28 03:27:00,504.0 -29674,buy_contrast_m10_bb_pos,buy,2026-05-28 07:00:00,507.0 -29675,buy_contrast_m10_bb_pos,buy,2026-05-28 07:03:00,510.0 -29676,buy_contrast_m10_bb_pos,buy,2026-05-28 07:06:00,511.0 -29677,buy_contrast_m10_bb_pos,buy,2026-05-28 07:09:00,507.0 -29678,buy_contrast_m10_bb_pos,buy,2026-05-28 07:12:00,509.0 -29679,buy_contrast_m10_bb_pos,buy,2026-05-28 07:15:00,507.0 -29680,buy_contrast_m10_bb_pos,buy,2026-05-28 07:18:00,507.0 -29681,buy_contrast_m10_bb_pos,buy,2026-05-28 07:21:00,506.0 -29682,buy_contrast_m10_bb_pos,buy,2026-05-28 07:24:00,505.0 -29683,buy_contrast_m10_bb_pos,buy,2026-05-28 07:27:00,505.0 -29684,buy_contrast_m10_bb_pos,buy,2026-05-28 07:30:00,506.0 -29685,buy_contrast_m10_bb_pos,buy,2026-05-28 07:33:00,505.0 -29686,buy_contrast_m10_bb_pos,buy,2026-05-28 07:36:00,504.0 -29687,buy_contrast_m10_bb_pos,buy,2026-05-28 07:39:00,503.0 -29688,buy_contrast_m10_bb_pos,buy,2026-05-28 07:42:00,504.0 -29689,buy_contrast_m10_bb_pos,buy,2026-05-28 07:45:00,503.0 -29690,buy_contrast_m10_bb_pos,buy,2026-05-28 07:48:00,502.0 -29691,buy_contrast_m10_bb_pos,buy,2026-05-28 07:51:00,503.0 -29692,buy_contrast_m10_bb_pos,buy,2026-05-28 07:54:00,502.0 -29693,buy_contrast_m10_bb_pos,buy,2026-05-28 07:57:00,501.0 -29694,buy_contrast_m10_bb_pos,buy,2026-05-28 08:00:00,500.0 -29695,buy_contrast_m10_bb_pos,buy,2026-05-28 08:03:00,502.0 -29696,buy_contrast_m10_bb_pos,buy,2026-05-28 08:06:00,500.0 -29697,buy_contrast_m10_bb_pos,buy,2026-05-28 08:09:00,501.0 -29698,buy_contrast_m10_bb_pos,buy,2026-05-28 08:12:00,502.0 -29699,buy_contrast_m10_bb_pos,buy,2026-05-28 08:15:00,501.0 -29700,buy_contrast_m10_bb_pos,buy,2026-05-28 08:18:00,499.0 -29701,buy_contrast_m10_bb_pos,buy,2026-05-28 08:21:00,499.0 -29702,buy_contrast_m10_bb_pos,buy,2026-05-28 08:24:00,498.0 -29703,buy_contrast_m10_bb_pos,buy,2026-05-28 08:27:00,498.0 -29704,buy_contrast_m10_bb_pos,buy,2026-05-28 08:30:00,497.0 -29705,buy_contrast_m10_bb_pos,buy,2026-05-28 08:33:00,498.0 -29706,buy_contrast_m10_bb_pos,buy,2026-05-28 08:36:00,497.0 -29707,buy_contrast_m10_bb_pos,buy,2026-05-28 08:39:00,498.0 -29708,buy_contrast_m10_bb_pos,buy,2026-05-28 08:42:00,501.0 -29709,buy_contrast_m10_bb_pos,buy,2026-05-28 08:45:00,502.0 -29710,buy_contrast_m10_bb_pos,buy,2026-05-28 08:48:00,505.0 -29711,buy_contrast_m10_bb_pos,buy,2026-05-28 09:42:00,494.0 -29712,buy_contrast_m10_bb_pos,buy,2026-05-28 09:45:00,495.0 -29713,buy_contrast_m10_bb_pos,buy,2026-05-28 09:48:00,494.0 -29714,buy_contrast_m10_bb_pos,buy,2026-05-28 10:00:00,492.0 -29715,buy_contrast_m10_bb_pos,buy,2026-05-28 10:03:00,491.0 -29716,buy_contrast_m10_bb_pos,buy,2026-05-28 10:06:00,489.0 -29717,buy_contrast_m10_bb_pos,buy,2026-05-28 10:09:00,490.0 -29718,buy_contrast_m10_bb_pos,buy,2026-05-28 10:21:00,488.0 -29719,buy_contrast_m10_bb_pos,buy,2026-05-28 10:24:00,490.0 -29720,buy_contrast_m10_bb_pos,buy,2026-05-28 10:27:00,490.0 -29721,buy_contrast_m10_bb_pos,buy,2026-05-28 10:30:00,490.0 -29722,buy_contrast_m10_bb_pos,buy,2026-05-28 10:33:00,493.0 -29723,buy_contrast_m10_bb_pos,buy,2026-05-28 10:36:00,492.0 -29724,buy_contrast_m10_bb_pos,buy,2026-05-28 10:39:00,493.0 -29725,buy_contrast_m10_bb_pos,buy,2026-05-28 12:42:00,482.0 -29726,buy_contrast_m10_bb_pos,buy,2026-05-28 12:45:00,480.0 -29727,buy_contrast_m10_bb_pos,buy,2026-05-28 12:48:00,479.0 -29728,buy_contrast_m10_bb_pos,buy,2026-05-28 13:12:00,478.0 -29729,buy_contrast_m10_bb_pos,buy,2026-05-28 13:15:00,479.0 -29730,buy_contrast_m10_bb_pos,buy,2026-05-28 13:18:00,477.0 -29731,buy_contrast_m10_bb_pos,buy,2026-05-28 13:30:00,476.0 -29732,buy_contrast_m10_bb_pos,buy,2026-05-28 13:33:00,475.0 -29733,buy_contrast_m10_bb_pos,buy,2026-05-28 13:36:00,477.0 -29734,buy_contrast_m10_bb_pos,buy,2026-05-28 13:39:00,477.0 -29735,buy_contrast_m10_bb_pos,buy,2026-05-28 14:42:00,458.0 -29736,buy_contrast_m10_bb_pos,buy,2026-05-28 14:45:00,458.0 -29737,buy_contrast_m10_bb_pos,buy,2026-05-28 14:48:00,456.0 -29738,buy_contrast_m10_bb_pos,buy,2026-05-28 14:51:00,458.0 -29739,buy_contrast_m10_bb_pos,buy,2026-05-28 14:54:00,456.0 -29740,buy_contrast_m10_bb_pos,buy,2026-05-28 14:57:00,456.0 -29741,buy_contrast_m10_bb_pos,buy,2026-05-28 15:00:00,456.0 -29742,buy_contrast_m10_bb_pos,buy,2026-05-28 15:03:00,456.0 -29743,buy_contrast_m10_bb_pos,buy,2026-05-28 15:06:00,458.0 -29744,buy_contrast_m10_bb_pos,buy,2026-05-28 15:09:00,456.0 -29745,buy_contrast_m10_bb_pos,buy,2026-05-28 20:21:00,437.0 -29746,buy_contrast_m10_bb_pos,buy,2026-05-28 20:24:00,436.0 -29747,buy_contrast_m10_bb_pos,buy,2026-05-28 20:27:00,435.0 -29748,buy_contrast_m10_bb_pos,buy,2026-05-28 20:30:00,436.0 -29749,buy_contrast_m10_bb_pos,buy,2026-05-28 20:33:00,435.0 -29750,buy_contrast_m10_bb_pos,buy,2026-05-28 20:36:00,436.0 -29751,buy_contrast_m10_bb_pos,buy,2026-05-28 20:39:00,436.0 -29752,buy_contrast_m10_bb_pos,buy,2026-05-28 20:42:00,436.0 -29753,buy_contrast_m10_bb_pos,buy,2026-05-28 20:45:00,437.0 -29754,buy_contrast_m10_bb_pos,buy,2026-05-28 20:48:00,436.0 -29755,buy_contrast_m10_bb_pos,buy,2026-05-28 21:00:00,433.0 -29756,buy_contrast_m10_bb_pos,buy,2026-05-28 21:03:00,432.0 -29757,buy_contrast_m10_bb_pos,buy,2026-05-28 21:06:00,432.0 -29758,buy_contrast_m10_bb_pos,buy,2026-05-28 21:09:00,432.0 -29759,buy_contrast_m10_bb_pos,buy,2026-05-28 21:12:00,433.0 -29760,buy_contrast_m10_bb_pos,buy,2026-05-28 21:15:00,433.0 -29761,buy_contrast_m10_bb_pos,buy,2026-05-28 21:18:00,432.0 -29762,buy_contrast_m10_bb_pos,buy,2026-05-28 22:21:00,428.0 -29763,buy_contrast_m10_bb_pos,buy,2026-05-28 22:24:00,428.0 -29764,buy_contrast_m10_bb_pos,buy,2026-05-28 22:27:00,429.0 -29765,buy_contrast_m10_bb_pos,buy,2026-05-28 22:30:00,429.0 -29766,buy_contrast_m10_bb_pos,buy,2026-05-28 22:33:00,430.0 -29767,buy_contrast_m10_bb_pos,buy,2026-05-28 22:36:00,430.0 -29768,buy_contrast_m10_bb_pos,buy,2026-05-28 22:39:00,430.0 -29769,buy_contrast_m10_bb_pos,buy,2026-05-28 22:51:00,430.0 -29770,buy_contrast_m10_bb_pos,buy,2026-05-28 22:54:00,432.0 -29771,buy_contrast_m10_bb_pos,buy,2026-05-28 22:57:00,428.0 -29772,buy_contrast_m10_bb_pos,buy,2026-05-28 23:51:00,422.0 -29773,buy_contrast_m10_bb_pos,buy,2026-05-28 23:54:00,423.0 -29774,buy_contrast_m10_bb_pos,buy,2026-05-28 23:57:00,424.0 -29775,buy_contrast_m10_bb_pos,buy,2026-05-29 00:12:00,422.0 -29776,buy_contrast_m10_bb_pos,buy,2026-05-29 00:15:00,423.0 -29777,buy_contrast_m10_bb_pos,buy,2026-05-29 00:18:00,424.0 -29778,buy_contrast_m10_bb_pos,buy,2026-05-29 00:21:00,421.0 -29779,buy_contrast_m10_bb_pos,buy,2026-05-29 00:24:00,422.0 -29780,buy_contrast_m10_bb_pos,buy,2026-05-29 00:27:00,424.0 -29781,buy_contrast_m10_bb_pos,buy,2026-05-29 00:51:00,418.0 -29782,buy_contrast_m10_bb_pos,buy,2026-05-29 00:54:00,418.0 -29783,buy_contrast_m10_bb_pos,buy,2026-05-29 00:57:00,418.0 -29784,buy_contrast_m10_bb_pos,buy,2026-05-29 01:00:00,419.0 -29785,buy_contrast_m10_bb_pos,buy,2026-05-29 01:03:00,418.0 -29786,buy_contrast_m10_bb_pos,buy,2026-05-29 01:06:00,417.0 -29787,buy_contrast_m10_bb_pos,buy,2026-05-29 01:09:00,419.0 -29788,buy_contrast_m10_bb_pos,buy,2026-05-29 01:12:00,420.0 -29789,buy_contrast_m10_bb_pos,buy,2026-05-29 01:15:00,421.0 -29790,buy_contrast_m10_bb_pos,buy,2026-05-29 01:18:00,420.0 -29791,buy_contrast_m10_bb_pos,buy,2026-05-29 02:00:00,416.0 -29792,buy_contrast_m10_bb_pos,buy,2026-05-29 02:03:00,417.0 -29793,buy_contrast_m10_bb_pos,buy,2026-05-29 02:06:00,414.0 -29794,buy_contrast_m10_bb_pos,buy,2026-05-29 02:09:00,415.0 -29795,buy_contrast_m10_bb_pos,buy,2026-05-29 02:12:00,414.0 -29796,buy_contrast_m10_bb_pos,buy,2026-05-29 02:15:00,416.0 -29797,buy_contrast_m10_bb_pos,buy,2026-05-29 02:18:00,417.0 -29798,buy_contrast_m10_bb_pos,buy,2026-05-29 02:30:00,415.0 -29799,buy_contrast_m10_bb_pos,buy,2026-05-29 02:33:00,417.0 -29800,buy_contrast_m10_bb_pos,buy,2026-05-29 02:36:00,419.0 -29801,buy_contrast_m10_bb_pos,buy,2026-05-29 02:39:00,418.0 -29802,buy_contrast_m10_bb_pos,buy,2026-05-29 07:51:00,410.0 -29803,buy_contrast_m10_bb_pos,buy,2026-05-29 07:54:00,411.0 -29804,buy_contrast_m10_bb_pos,buy,2026-05-29 07:57:00,412.0 -29805,buy_contrast_m10_bb_pos,buy,2026-05-29 08:00:00,410.0 -29806,buy_contrast_m10_bb_pos,buy,2026-05-29 08:03:00,410.0 -29807,buy_contrast_m10_bb_pos,buy,2026-05-29 08:06:00,411.0 -29808,buy_contrast_m10_bb_pos,buy,2026-05-29 08:09:00,411.0 -29809,buy_contrast_m10_bb_pos,buy,2026-05-29 08:12:00,410.0 -29810,buy_contrast_m10_bb_pos,buy,2026-05-29 08:15:00,410.0 -29811,buy_contrast_m10_bb_pos,buy,2026-05-29 08:18:00,411.0 -29812,buy_contrast_m10_bb_pos,buy,2026-05-29 12:30:00,424.0 -29813,buy_contrast_m10_bb_pos,buy,2026-05-29 12:33:00,425.0 -29814,buy_contrast_m10_bb_pos,buy,2026-05-29 12:36:00,423.0 -29815,buy_contrast_m10_bb_pos,buy,2026-05-29 12:39:00,423.0 -29816,buy_contrast_m10_bb_pos,buy,2026-05-29 12:42:00,424.0 -29817,buy_contrast_m10_bb_pos,buy,2026-05-29 12:45:00,422.0 -29818,buy_contrast_m10_bb_pos,buy,2026-05-29 12:48:00,421.0 -29819,buy_contrast_m10_bb_pos,buy,2026-05-29 13:21:00,419.0 -29820,buy_contrast_m10_bb_pos,buy,2026-05-29 13:24:00,419.0 -29821,buy_contrast_m10_bb_pos,buy,2026-05-29 13:27:00,419.0 -29822,buy_contrast_m10_bb_pos,buy,2026-05-29 20:00:00,444.0 -29823,buy_contrast_m10_bb_pos,buy,2026-05-29 20:03:00,442.0 -29824,buy_contrast_m10_bb_pos,buy,2026-05-29 20:06:00,443.0 -29825,buy_contrast_m10_bb_pos,buy,2026-05-29 20:09:00,440.0 -29826,buy_contrast_m10_bb_pos,buy,2026-05-29 20:12:00,443.0 -29827,buy_contrast_m10_bb_pos,buy,2026-05-29 20:15:00,440.0 -29828,buy_contrast_m10_bb_pos,buy,2026-05-29 20:18:00,440.0 -29829,buy_contrast_m10_bb_pos,buy,2026-05-29 20:21:00,440.0 -29830,buy_contrast_m10_bb_pos,buy,2026-05-29 20:24:00,442.0 -29831,buy_contrast_m10_bb_pos,buy,2026-05-29 20:27:00,440.0 -29832,buy_contrast_m10_bb_pos,buy,2026-05-29 21:00:00,435.0 -29833,buy_contrast_m10_bb_pos,buy,2026-05-29 21:03:00,435.0 -29834,buy_contrast_m10_bb_pos,buy,2026-05-29 21:06:00,431.0 -29835,buy_contrast_m10_bb_pos,buy,2026-05-29 21:09:00,432.0 -29836,buy_contrast_m10_bb_pos,buy,2026-05-29 21:12:00,433.0 -29837,buy_contrast_m10_bb_pos,buy,2026-05-29 21:15:00,432.0 -29838,buy_contrast_m10_bb_pos,buy,2026-05-29 21:18:00,434.0 -29839,buy_contrast_m10_bb_pos,buy,2026-05-29 21:21:00,432.0 -29840,buy_contrast_m10_bb_pos,buy,2026-05-29 21:24:00,440.0 -29841,buy_contrast_m10_bb_pos,buy,2026-05-29 21:27:00,438.0 -29842,buy_contrast_m10_bb_pos,buy,2026-05-29 21:42:00,431.0 -29843,buy_contrast_m10_bb_pos,buy,2026-05-29 21:45:00,434.0 -29844,buy_contrast_m10_bb_pos,buy,2026-05-29 21:48:00,433.0 -29845,buy_contrast_m10_bb_pos,buy,2026-05-30 06:30:00,439.0 -29846,buy_contrast_m10_bb_pos,buy,2026-05-30 06:33:00,440.0 -29847,buy_contrast_m10_bb_pos,buy,2026-05-30 06:36:00,438.0 -29848,buy_contrast_m10_bb_pos,buy,2026-05-30 06:39:00,440.0 -29849,buy_contrast_m10_bb_pos,buy,2026-05-30 07:42:00,432.0 -29850,buy_contrast_m10_bb_pos,buy,2026-05-30 07:45:00,434.0 -29851,buy_contrast_m10_bb_pos,buy,2026-05-30 07:48:00,434.0 -29852,buy_contrast_m10_bb_pos,buy,2026-05-30 07:51:00,434.0 -29853,buy_contrast_m10_bb_pos,buy,2026-05-30 07:54:00,433.0 -29854,buy_contrast_m10_bb_pos,buy,2026-05-30 07:57:00,434.0 -29855,buy_contrast_m10_bb_pos,buy,2026-05-30 08:00:00,433.0 -29856,buy_contrast_m10_bb_pos,buy,2026-05-30 08:03:00,430.0 -29857,buy_contrast_m10_bb_pos,buy,2026-05-30 08:06:00,432.0 -29858,buy_contrast_m10_bb_pos,buy,2026-05-30 08:09:00,431.0 -29859,buy_contrast_m10_bb_pos,buy,2026-05-30 08:12:00,432.0 -29860,buy_contrast_m10_bb_pos,buy,2026-05-30 08:15:00,431.0 -29861,buy_contrast_m10_bb_pos,buy,2026-05-30 08:18:00,431.0 -29862,buy_contrast_m10_bb_pos,buy,2026-05-30 08:21:00,430.0 -29863,buy_contrast_m10_bb_pos,buy,2026-05-30 08:24:00,429.0 -29864,buy_contrast_m10_bb_pos,buy,2026-05-30 08:27:00,429.0 -29865,buy_contrast_m10_bb_pos,buy,2026-05-30 08:30:00,430.0 -29866,buy_contrast_m10_bb_pos,buy,2026-05-30 08:33:00,431.0 -29867,buy_contrast_m10_bb_pos,buy,2026-05-30 08:36:00,430.0 -29868,buy_contrast_m10_bb_pos,buy,2026-05-30 08:39:00,430.0 -29869,buy_contrast_m10_bb_pos,buy,2026-05-30 08:42:00,428.0 -29870,buy_contrast_m10_bb_pos,buy,2026-05-30 08:45:00,429.0 -29871,buy_contrast_m10_bb_pos,buy,2026-05-30 08:48:00,429.0 -29872,buy_contrast_m10_bb_pos,buy,2026-05-30 08:51:00,430.0 -29873,buy_contrast_m10_bb_pos,buy,2026-05-30 08:54:00,430.0 -29874,buy_contrast_m10_bb_pos,buy,2026-05-30 08:57:00,430.0 -29875,buy_contrast_m10_bb_pos,buy,2026-05-30 09:21:00,428.0 -29876,buy_contrast_m10_bb_pos,buy,2026-05-30 09:24:00,428.0 -29877,buy_contrast_m10_bb_pos,buy,2026-05-30 09:27:00,427.0 -29878,buy_contrast_m10_bb_pos,buy,2026-05-30 09:42:00,426.0 -29879,buy_contrast_m10_bb_pos,buy,2026-05-30 09:45:00,426.0 -29880,buy_contrast_m10_bb_pos,buy,2026-05-30 09:48:00,427.0 -29881,buy_contrast_m10_bb_pos,buy,2026-05-30 09:51:00,426.0 -29882,buy_contrast_m10_bb_pos,buy,2026-05-30 09:54:00,427.0 -29883,buy_contrast_m10_bb_pos,buy,2026-05-30 09:57:00,425.0 -29884,buy_contrast_m10_bb_pos,buy,2026-05-30 10:00:00,424.0 -29885,buy_contrast_m10_bb_pos,buy,2026-05-30 10:03:00,423.0 -29886,buy_contrast_m10_bb_pos,buy,2026-05-30 10:06:00,426.0 -29887,buy_contrast_m10_bb_pos,buy,2026-05-30 10:09:00,425.0 -29888,buy_contrast_m10_bb_pos,buy,2026-05-30 13:30:00,428.0 -29889,buy_contrast_m10_bb_pos,buy,2026-05-30 13:33:00,428.0 -29890,buy_contrast_m10_bb_pos,buy,2026-05-30 13:36:00,427.0 -29891,buy_contrast_m10_bb_pos,buy,2026-05-30 13:39:00,428.0 -29892,buy_contrast_m10_bb_pos,buy,2026-05-30 13:42:00,429.0 -29893,buy_contrast_m10_bb_pos,buy,2026-05-30 13:45:00,431.0 -29894,buy_contrast_m10_bb_pos,buy,2026-05-30 13:48:00,431.0 -29895,buy_contrast_m10_bb_pos,buy,2026-05-31 07:12:00,528.0 -29896,buy_contrast_m10_bb_pos,buy,2026-05-31 07:15:00,528.0 -29897,buy_contrast_m10_bb_pos,buy,2026-05-31 07:18:00,527.0 -29898,buy_contrast_m10_bb_pos,buy,2026-05-31 07:21:00,523.0 -29899,buy_contrast_m10_bb_pos,buy,2026-05-31 07:24:00,523.0 -29900,buy_contrast_m10_bb_pos,buy,2026-05-31 07:27:00,525.0 -29901,buy_contrast_m10_bb_pos,buy,2026-05-31 07:42:00,515.0 -29902,buy_contrast_m10_bb_pos,buy,2026-05-31 07:45:00,516.0 -29903,buy_contrast_m10_bb_pos,buy,2026-05-31 07:48:00,515.0 -29904,buy_contrast_m10_bb_pos,buy,2026-05-31 08:00:00,520.0 -29905,buy_contrast_m10_bb_pos,buy,2026-05-31 08:03:00,518.0 -29906,buy_contrast_m10_bb_pos,buy,2026-05-31 08:06:00,517.0 -29907,buy_contrast_m10_bb_pos,buy,2026-05-31 08:09:00,518.0 -29908,buy_contrast_m10_bb_pos,buy,2026-05-31 08:12:00,516.0 -29909,buy_contrast_m10_bb_pos,buy,2026-05-31 08:15:00,519.0 -29910,buy_contrast_m10_bb_pos,buy,2026-05-31 08:18:00,509.0 -29911,buy_contrast_m10_bb_pos,buy,2026-05-31 08:21:00,509.0 -29912,buy_contrast_m10_bb_pos,buy,2026-05-31 08:24:00,510.0 -29913,buy_contrast_m10_bb_pos,buy,2026-05-31 08:27:00,511.0 -29914,buy_contrast_m10_bb_pos,buy,2026-05-31 08:30:00,508.0 -29915,buy_contrast_m10_bb_pos,buy,2026-05-31 08:33:00,509.0 -29916,buy_contrast_m10_bb_pos,buy,2026-05-31 08:36:00,510.0 -29917,buy_contrast_m10_bb_pos,buy,2026-05-31 08:39:00,506.0 -29918,buy_contrast_m10_bb_pos,buy,2026-05-31 09:30:00,505.0 -29919,buy_contrast_m10_bb_pos,buy,2026-05-31 09:33:00,506.0 -29920,buy_contrast_m10_bb_pos,buy,2026-05-31 09:36:00,500.0 -29921,buy_contrast_m10_bb_pos,buy,2026-05-31 09:39:00,504.0 -29922,buy_contrast_m10_bb_pos,buy,2026-05-31 14:51:00,508.0 -29923,buy_contrast_m10_bb_pos,buy,2026-05-31 14:54:00,509.0 -29924,buy_contrast_m10_bb_pos,buy,2026-05-31 14:57:00,509.0 -29925,buy_contrast_m10_bb_pos,buy,2026-05-31 15:12:00,506.0 -29926,buy_contrast_m10_bb_pos,buy,2026-05-31 15:15:00,506.0 -29927,buy_contrast_m10_bb_pos,buy,2026-05-31 15:18:00,507.0 -29928,buy_contrast_m10_bb_pos,buy,2026-05-31 15:30:00,506.0 -29929,buy_contrast_m10_bb_pos,buy,2026-05-31 15:33:00,504.0 -29930,buy_contrast_m10_bb_pos,buy,2026-05-31 15:36:00,504.0 -29931,buy_contrast_m10_bb_pos,buy,2026-05-31 15:39:00,504.0 -29932,buy_contrast_m10_bb_pos,buy,2026-05-31 15:42:00,505.0 -29933,buy_contrast_m10_bb_pos,buy,2026-05-31 15:45:00,504.0 -29934,buy_contrast_m10_bb_pos,buy,2026-05-31 15:48:00,505.0 -29935,buy_contrast_m10_bb_pos,buy,2026-05-31 16:12:00,501.0 -29936,buy_contrast_m10_bb_pos,buy,2026-05-31 16:15:00,505.0 -29937,buy_contrast_m10_bb_pos,buy,2026-05-31 16:18:00,504.0 -29938,buy_contrast_m10_bb_pos,buy,2026-05-31 16:30:00,501.0 -29939,buy_contrast_m10_bb_pos,buy,2026-05-31 16:33:00,500.0 -29940,buy_contrast_m10_bb_pos,buy,2026-05-31 16:36:00,502.0 -29941,buy_contrast_m10_bb_pos,buy,2026-05-31 16:39:00,502.0 -29942,buy_contrast_m10_bb_pos,buy,2026-05-31 16:51:00,500.0 -29943,buy_contrast_m10_bb_pos,buy,2026-05-31 16:54:00,502.0 -29944,buy_contrast_m10_bb_pos,buy,2026-05-31 16:57:00,503.0 -29945,buy_contrast_m10_bb_pos,buy,2026-05-31 18:00:00,498.0 -29946,buy_contrast_m10_bb_pos,buy,2026-05-31 18:03:00,498.0 -29947,buy_contrast_m10_bb_pos,buy,2026-05-31 18:06:00,497.0 -29948,buy_contrast_m10_bb_pos,buy,2026-05-31 18:09:00,496.0 -29949,buy_contrast_m10_bb_pos,buy,2026-05-31 19:12:00,498.0 -29950,buy_contrast_m10_bb_pos,buy,2026-05-31 19:15:00,497.0 -29951,buy_contrast_m10_bb_pos,buy,2026-05-31 19:18:00,496.0 -29952,buy_contrast_m10_bb_pos,buy,2026-06-01 15:12:00,571.0 -29953,buy_contrast_m10_bb_pos,buy,2026-06-01 15:15:00,567.0 -29954,buy_contrast_m10_bb_pos,buy,2026-06-01 15:18:00,563.0 -29955,buy_contrast_m10_bb_pos,buy,2026-06-01 16:51:00,562.0 -29956,buy_contrast_m10_bb_pos,buy,2026-06-01 16:54:00,558.0 -29957,buy_contrast_m10_bb_pos,buy,2026-06-01 16:57:00,556.0 -29958,buy_contrast_m10_bb_pos,buy,2026-06-01 17:00:00,555.0 -29959,buy_contrast_m10_bb_pos,buy,2026-06-01 17:03:00,551.0 -29960,buy_contrast_m10_bb_pos,buy,2026-06-01 17:06:00,555.0 -29961,buy_contrast_m10_bb_pos,buy,2026-06-01 17:09:00,559.0 -29962,buy_contrast_m10_bb_pos,buy,2026-06-01 18:42:00,546.0 -29963,buy_contrast_m10_bb_pos,buy,2026-06-01 18:45:00,548.0 -29964,buy_contrast_m10_bb_pos,buy,2026-06-01 18:48:00,549.0 -29965,buy_contrast_m10_bb_pos,buy,2026-06-01 18:51:00,552.0 -29966,buy_contrast_m10_bb_pos,buy,2026-06-01 18:54:00,554.0 -29967,buy_contrast_m10_bb_pos,buy,2026-06-01 18:57:00,554.0 -29968,buy_contrast_m10_bb_pos,buy,2026-06-01 20:51:00,547.0 -29969,buy_contrast_m10_bb_pos,buy,2026-06-01 20:54:00,548.0 -29970,buy_contrast_m10_bb_pos,buy,2026-06-01 20:57:00,549.0 -29971,buy_contrast_m10_bb_pos,buy,2026-06-01 21:00:00,549.0 -29972,buy_contrast_m10_bb_pos,buy,2026-06-01 21:03:00,548.0 -29973,buy_contrast_m10_bb_pos,buy,2026-06-01 21:06:00,548.0 -29974,buy_contrast_m10_bb_pos,buy,2026-06-01 21:09:00,543.0 -29975,buy_contrast_m10_bb_pos,buy,2026-06-01 21:21:00,548.0 -29976,buy_contrast_m10_bb_pos,buy,2026-06-01 21:24:00,549.0 -29977,buy_contrast_m10_bb_pos,buy,2026-06-01 21:27:00,547.0 -29978,buy_contrast_m10_bb_pos,buy,2026-06-01 23:51:00,549.0 -29979,buy_contrast_m10_bb_pos,buy,2026-06-01 23:54:00,547.0 -29980,buy_contrast_m10_bb_pos,buy,2026-06-01 23:57:00,545.0 -29981,buy_contrast_m10_bb_pos,buy,2026-06-02 16:12:00,664.0 -29982,buy_contrast_m10_bb_pos,buy,2026-06-02 16:15:00,664.0 -29983,buy_contrast_m10_bb_pos,buy,2026-06-02 16:18:00,662.0 -29984,buy_contrast_m10_bb_pos,buy,2026-06-02 16:21:00,661.0 -29985,buy_contrast_m10_bb_pos,buy,2026-06-02 16:24:00,648.0 -29986,buy_contrast_m10_bb_pos,buy,2026-06-02 16:27:00,649.0 -29987,buy_contrast_m10_bb_pos,buy,2026-06-02 17:30:00,604.0 -29988,buy_contrast_m10_bb_pos,buy,2026-06-02 17:33:00,603.0 -29989,buy_contrast_m10_bb_pos,buy,2026-06-02 17:36:00,602.0 -29990,buy_contrast_m10_bb_pos,buy,2026-06-02 17:39:00,609.0 -29991,buy_contrast_m10_bb_pos,buy,2026-06-02 17:42:00,608.0 -29992,buy_contrast_m10_bb_pos,buy,2026-06-02 17:45:00,608.0 -29993,buy_contrast_m10_bb_pos,buy,2026-06-02 17:48:00,601.0 -29994,buy_contrast_m10_bb_pos,buy,2026-06-02 17:51:00,602.0 -29995,buy_contrast_m10_bb_pos,buy,2026-06-02 17:54:00,607.0 -29996,buy_contrast_m10_bb_pos,buy,2026-06-02 17:57:00,605.0 -29997,buy_contrast_m10_bb_pos,buy,2026-06-02 21:12:00,607.0 -29998,buy_contrast_m10_bb_pos,buy,2026-06-02 21:15:00,607.0 -29999,buy_contrast_m10_bb_pos,buy,2026-06-02 21:18:00,603.0 -30000,buy_contrast_m10_bb_pos,buy,2026-06-03 00:12:00,601.0 -30001,buy_contrast_m10_bb_pos,buy,2026-06-03 00:15:00,599.0 -30002,buy_contrast_m10_bb_pos,buy,2026-06-03 00:18:00,602.0 -30003,buy_contrast_m10_bb_pos,buy,2026-06-03 00:30:00,586.0 -30004,buy_contrast_m10_bb_pos,buy,2026-06-03 00:33:00,586.0 -30005,buy_contrast_m10_bb_pos,buy,2026-06-03 00:36:00,588.0 -30006,buy_contrast_m10_bb_pos,buy,2026-06-03 00:39:00,585.0 -30007,buy_contrast_m10_bb_pos,buy,2026-06-03 00:42:00,594.0 -30008,buy_contrast_m10_bb_pos,buy,2026-06-03 00:45:00,594.0 -30009,buy_contrast_m10_bb_pos,buy,2026-06-03 00:48:00,592.0 -30010,buy_contrast_m10_bb_pos,buy,2026-06-03 03:42:00,607.0 -30011,buy_contrast_m10_bb_pos,buy,2026-06-03 03:45:00,600.0 -30012,buy_contrast_m10_bb_pos,buy,2026-06-03 03:48:00,601.0 -30013,buy_contrast_m10_bb_pos,buy,2026-06-03 04:00:00,599.0 -30014,buy_contrast_m10_bb_pos,buy,2026-06-03 04:03:00,596.0 -30015,buy_contrast_m10_bb_pos,buy,2026-06-03 04:06:00,596.0 -30016,buy_contrast_m10_bb_pos,buy,2026-06-03 04:09:00,597.0 -30017,buy_contrast_m10_bb_pos,buy,2026-06-03 04:21:00,590.0 -30018,buy_contrast_m10_bb_pos,buy,2026-06-03 04:24:00,589.0 -30019,buy_contrast_m10_bb_pos,buy,2026-06-03 04:27:00,593.0 -30020,buy_contrast_m10_bb_pos,buy,2026-06-03 04:30:00,592.0 -30021,buy_contrast_m10_bb_pos,buy,2026-06-03 04:33:00,588.0 -30022,buy_contrast_m10_bb_pos,buy,2026-06-03 04:36:00,585.0 -30023,buy_contrast_m10_bb_pos,buy,2026-06-03 04:39:00,586.0 -30024,buy_contrast_m10_bb_pos,buy,2026-06-03 08:00:00,585.0 -30025,buy_contrast_m10_bb_pos,buy,2026-06-03 08:03:00,583.0 -30026,buy_contrast_m10_bb_pos,buy,2026-06-03 08:06:00,586.0 -30027,buy_contrast_m10_bb_pos,buy,2026-06-03 08:09:00,586.0 -30028,buy_contrast_m10_bb_pos,buy,2026-06-03 08:12:00,586.0 -30029,buy_contrast_m10_bb_pos,buy,2026-06-03 08:15:00,582.0 -30030,buy_contrast_m10_bb_pos,buy,2026-06-03 08:18:00,581.0 -30031,buy_contrast_m10_bb_pos,buy,2026-06-03 12:51:00,569.0 -30032,buy_contrast_m10_bb_pos,buy,2026-06-03 12:54:00,569.0 -30033,buy_contrast_m10_bb_pos,buy,2026-06-03 12:57:00,570.0 -30034,buy_contrast_m10_bb_pos,buy,2026-06-03 21:12:00,729.0 -30035,buy_contrast_m10_bb_pos,buy,2026-06-03 21:15:00,727.0 -30036,buy_contrast_m10_bb_pos,buy,2026-06-03 21:18:00,730.0 -30037,buy_contrast_m10_bb_pos,buy,2026-06-04 08:12:00,789.0 -30038,buy_contrast_m10_bb_pos,buy,2026-06-04 08:12:00,789.0 -30039,buy_contrast_m10_bb_pos,buy,2026-06-04 08:15:00,785.0 -30040,buy_contrast_m10_bb_pos,buy,2026-06-04 08:15:00,785.0 -30041,buy_contrast_m10_bb_pos,buy,2026-06-04 08:18:00,790.0 -30042,buy_contrast_m10_bb_pos,buy,2026-06-04 08:18:00,790.0 -30043,buy_contrast_m10_bb_pos,buy,2026-06-04 08:21:00,780.0 -30044,buy_contrast_m10_bb_pos,buy,2026-06-04 08:21:00,780.0 -30045,buy_contrast_m10_bb_pos,buy,2026-06-04 08:24:00,786.0 -30046,buy_contrast_m10_bb_pos,buy,2026-06-04 08:24:00,786.0 -30047,buy_contrast_m10_bb_pos,buy,2026-06-04 08:27:00,782.0 -30048,buy_contrast_m10_bb_pos,buy,2026-06-04 08:27:00,782.0 -30049,buy_contrast_m10_bb_pos,buy,2026-06-04 08:30:00,783.0 -30050,buy_contrast_m10_bb_pos,buy,2026-06-04 08:30:00,783.0 -30051,buy_contrast_m10_bb_pos,buy,2026-06-04 08:33:00,790.0 -30052,buy_contrast_m10_bb_pos,buy,2026-06-04 08:33:00,790.0 -30053,buy_mtf_cross_all_tf,buy,2025-06-05 08:12:00,1586.0 -30054,buy_mtf_cross_all_tf,buy,2025-06-05 08:15:00,1585.0 -30055,buy_mtf_cross_all_tf,buy,2025-06-05 08:18:00,1583.0 -30056,buy_mtf_cross_all_tf,buy,2025-06-05 08:30:00,1582.0 -30057,buy_mtf_cross_all_tf,buy,2025-06-05 09:12:00,1570.0 -30058,buy_mtf_cross_all_tf,buy,2025-06-05 09:15:00,1571.0 -30059,buy_mtf_cross_all_tf,buy,2025-06-05 09:18:00,1572.0 -30060,buy_mtf_cross_all_tf,buy,2025-06-05 10:54:00,1562.0 -30061,buy_mtf_cross_all_tf,buy,2025-06-05 10:57:00,1564.0 -30062,buy_mtf_cross_all_tf,buy,2025-06-05 11:00:00,1564.0 -30063,buy_mtf_cross_all_tf,buy,2025-06-05 11:30:00,1564.0 -30064,buy_mtf_cross_all_tf,buy,2025-06-05 14:42:00,1541.0 -30065,buy_mtf_cross_all_tf,buy,2025-06-05 14:45:00,1543.0 -30066,buy_mtf_cross_all_tf,buy,2025-06-05 19:36:00,1544.0 -30067,buy_mtf_cross_all_tf,buy,2025-06-05 19:45:00,1538.0 -30068,buy_mtf_cross_all_tf,buy,2025-06-05 19:48:00,1537.0 -30069,buy_mtf_cross_all_tf,buy,2025-06-05 20:12:00,1536.0 -30070,buy_mtf_cross_all_tf,buy,2025-06-05 20:15:00,1536.0 -30071,buy_mtf_cross_all_tf,buy,2025-06-05 20:18:00,1534.0 -30072,buy_mtf_cross_all_tf,buy,2025-06-05 23:06:00,1527.0 -30073,buy_mtf_cross_all_tf,buy,2025-06-05 23:09:00,1526.0 -30074,buy_mtf_cross_all_tf,buy,2025-06-05 23:12:00,1525.0 -30075,buy_mtf_cross_all_tf,buy,2025-06-05 23:18:00,1523.0 -30076,buy_mtf_cross_all_tf,buy,2025-06-05 23:21:00,1512.0 -30077,buy_mtf_cross_all_tf,buy,2025-06-06 01:27:00,1517.0 -30078,buy_mtf_cross_all_tf,buy,2025-06-06 01:36:00,1511.0 -30079,buy_mtf_cross_all_tf,buy,2025-06-06 01:39:00,1511.0 -30080,buy_mtf_cross_all_tf,buy,2025-06-06 01:42:00,1512.0 -30081,buy_mtf_cross_all_tf,buy,2025-06-06 01:45:00,1510.0 -30082,buy_mtf_cross_all_tf,buy,2025-06-06 01:48:00,1506.0 -30083,buy_mtf_cross_all_tf,buy,2025-06-06 01:54:00,1508.0 -30084,buy_mtf_cross_all_tf,buy,2025-06-06 02:36:00,1502.0 -30085,buy_mtf_cross_all_tf,buy,2025-06-06 04:30:00,1486.0 -30086,buy_mtf_cross_all_tf,buy,2025-06-06 04:51:00,1476.0 -30087,buy_mtf_cross_all_tf,buy,2025-06-06 04:54:00,1477.0 -30088,buy_mtf_cross_all_tf,buy,2025-06-06 04:57:00,1472.0 -30089,buy_mtf_cross_all_tf,buy,2025-06-06 05:00:00,1469.0 -30090,buy_mtf_cross_all_tf,buy,2025-06-06 05:03:00,1468.0 -30091,buy_mtf_cross_all_tf,buy,2025-06-06 05:06:00,1469.0 -30092,buy_mtf_cross_all_tf,buy,2025-06-06 05:09:00,1464.0 -30093,buy_mtf_cross_all_tf,buy,2025-06-06 05:12:00,1463.0 -30094,buy_mtf_cross_all_tf,buy,2025-06-06 05:15:00,1461.0 -30095,buy_mtf_cross_all_tf,buy,2025-06-06 05:18:00,1455.0 -30096,buy_mtf_cross_all_tf,buy,2025-06-06 05:24:00,1451.0 -30097,buy_mtf_cross_all_tf,buy,2025-06-06 05:27:00,1453.0 -30098,buy_mtf_cross_all_tf,buy,2025-06-06 05:33:00,1448.0 -30099,buy_mtf_cross_all_tf,buy,2025-06-06 05:36:00,1445.0 -30100,buy_mtf_cross_all_tf,buy,2025-06-06 05:39:00,1437.0 -30101,buy_mtf_cross_all_tf,buy,2025-06-06 05:51:00,1434.0 -30102,buy_mtf_cross_all_tf,buy,2025-06-06 05:54:00,1427.0 -30103,buy_mtf_cross_all_tf,buy,2025-06-06 05:57:00,1429.0 -30104,buy_mtf_cross_all_tf,buy,2025-06-06 06:00:00,1425.0 -30105,buy_mtf_cross_all_tf,buy,2025-06-06 06:15:00,1421.0 -30106,buy_mtf_cross_all_tf,buy,2025-06-07 04:03:00,1479.0 -30107,buy_mtf_cross_all_tf,buy,2025-06-07 04:21:00,1479.0 -30108,buy_mtf_cross_all_tf,buy,2025-06-09 08:00:00,1535.0 -30109,buy_mtf_cross_all_tf,buy,2025-06-09 08:03:00,1532.0 -30110,buy_mtf_cross_all_tf,buy,2025-06-09 08:06:00,1532.0 -30111,buy_mtf_cross_all_tf,buy,2025-06-09 08:09:00,1530.0 -30112,buy_mtf_cross_all_tf,buy,2025-06-09 08:12:00,1529.0 -30113,buy_mtf_cross_all_tf,buy,2025-06-09 08:15:00,1529.0 -30114,buy_mtf_cross_all_tf,buy,2025-06-09 08:18:00,1525.0 -30115,buy_mtf_cross_all_tf,buy,2025-06-09 08:21:00,1529.0 -30116,buy_mtf_cross_all_tf,buy,2025-06-09 08:24:00,1525.0 -30117,buy_mtf_cross_all_tf,buy,2025-06-09 08:27:00,1522.0 -30118,buy_mtf_cross_all_tf,buy,2025-06-09 08:30:00,1525.0 -30119,buy_mtf_cross_all_tf,buy,2025-06-09 10:54:00,1521.0 -30120,buy_mtf_cross_all_tf,buy,2025-06-09 10:57:00,1520.0 -30121,buy_mtf_cross_all_tf,buy,2025-06-09 11:00:00,1522.0 -30122,buy_mtf_cross_all_tf,buy,2025-06-09 11:03:00,1520.0 -30123,buy_mtf_cross_all_tf,buy,2025-06-09 11:06:00,1519.0 -30124,buy_mtf_cross_all_tf,buy,2025-06-09 11:30:00,1517.0 -30125,buy_mtf_cross_all_tf,buy,2025-06-09 11:33:00,1516.0 -30126,buy_mtf_cross_all_tf,buy,2025-06-09 11:45:00,1511.0 -30127,buy_mtf_cross_all_tf,buy,2025-06-09 11:48:00,1511.0 -30128,buy_mtf_cross_all_tf,buy,2025-06-09 12:12:00,1508.0 -30129,buy_mtf_cross_all_tf,buy,2025-06-09 12:15:00,1507.0 -30130,buy_mtf_cross_all_tf,buy,2025-06-09 12:18:00,1507.0 -30131,buy_mtf_cross_all_tf,buy,2025-06-09 12:27:00,1502.0 -30132,buy_mtf_cross_all_tf,buy,2025-06-09 12:30:00,1503.0 -30133,buy_mtf_cross_all_tf,buy,2025-06-09 12:42:00,1502.0 -30134,buy_mtf_cross_all_tf,buy,2025-06-09 12:45:00,1501.0 -30135,buy_mtf_cross_all_tf,buy,2025-06-09 13:45:00,1499.0 -30136,buy_mtf_cross_all_tf,buy,2025-06-09 13:48:00,1498.0 -30137,buy_mtf_cross_all_tf,buy,2025-06-09 13:57:00,1495.0 -30138,buy_mtf_cross_all_tf,buy,2025-06-09 14:00:00,1497.0 -30139,buy_mtf_cross_all_tf,buy,2025-06-09 14:03:00,1493.0 -30140,buy_mtf_cross_all_tf,buy,2025-06-09 14:06:00,1493.0 -30141,buy_mtf_cross_all_tf,buy,2025-06-09 14:09:00,1494.0 -30142,buy_mtf_cross_all_tf,buy,2025-06-09 14:27:00,1489.0 -30143,buy_mtf_cross_all_tf,buy,2025-06-09 14:30:00,1488.0 -30144,buy_mtf_cross_all_tf,buy,2025-06-09 14:33:00,1488.0 -30145,buy_mtf_cross_all_tf,buy,2025-06-09 14:39:00,1486.0 -30146,buy_mtf_cross_all_tf,buy,2025-06-09 14:42:00,1484.0 -30147,buy_mtf_cross_all_tf,buy,2025-06-09 14:48:00,1483.0 -30148,buy_mtf_cross_all_tf,buy,2025-06-09 14:54:00,1484.0 -30149,buy_mtf_cross_all_tf,buy,2025-06-09 15:00:00,1480.0 -30150,buy_mtf_cross_all_tf,buy,2025-06-09 15:03:00,1480.0 -30151,buy_mtf_cross_all_tf,buy,2025-06-09 15:06:00,1480.0 -30152,buy_mtf_cross_all_tf,buy,2025-06-09 15:09:00,1479.0 -30153,buy_mtf_cross_all_tf,buy,2025-06-09 15:15:00,1475.0 -30154,buy_mtf_cross_all_tf,buy,2025-06-09 15:18:00,1478.0 -30155,buy_mtf_cross_all_tf,buy,2025-06-13 01:00:00,1464.0 -30156,buy_mtf_cross_all_tf,buy,2025-06-13 01:03:00,1468.0 -30157,buy_mtf_cross_all_tf,buy,2025-06-13 04:36:00,1463.0 -30158,buy_mtf_cross_all_tf,buy,2025-06-13 05:00:00,1443.0 -30159,buy_mtf_cross_all_tf,buy,2025-06-13 05:03:00,1445.0 -30160,buy_mtf_cross_all_tf,buy,2025-06-13 05:06:00,1443.0 -30161,buy_mtf_cross_all_tf,buy,2025-06-13 05:12:00,1443.0 -30162,buy_mtf_cross_all_tf,buy,2025-06-13 05:15:00,1439.0 -30163,buy_mtf_cross_all_tf,buy,2025-06-13 05:27:00,1437.0 -30164,buy_mtf_cross_all_tf,buy,2025-06-13 05:36:00,1435.0 -30165,buy_mtf_cross_all_tf,buy,2025-06-13 05:39:00,1431.0 -30166,buy_mtf_cross_all_tf,buy,2025-06-13 06:00:00,1411.0 -30167,buy_mtf_cross_all_tf,buy,2025-06-13 06:03:00,1413.0 -30168,buy_mtf_cross_all_tf,buy,2025-06-13 06:09:00,1411.0 -30169,buy_mtf_cross_all_tf,buy,2025-06-13 06:15:00,1408.0 -30170,buy_mtf_cross_all_tf,buy,2025-06-13 09:42:00,1350.0 -30171,buy_mtf_cross_all_tf,buy,2025-06-13 09:54:00,1348.0 -30172,buy_mtf_cross_all_tf,buy,2025-06-13 10:06:00,1339.0 -30173,buy_mtf_cross_all_tf,buy,2025-06-13 10:09:00,1339.0 -30174,buy_mtf_cross_all_tf,buy,2025-06-13 10:18:00,1332.0 -30175,buy_mtf_cross_all_tf,buy,2025-06-13 10:36:00,1318.0 -30176,buy_mtf_cross_all_tf,buy,2025-06-13 10:39:00,1324.0 -30177,buy_mtf_cross_all_tf,buy,2025-06-13 10:42:00,1312.0 -30178,buy_mtf_cross_all_tf,buy,2025-06-13 11:06:00,1315.0 -30179,buy_mtf_cross_all_tf,buy,2025-06-13 11:09:00,1311.0 -30180,buy_mtf_cross_all_tf,buy,2025-06-13 11:15:00,1309.0 -30181,buy_mtf_cross_all_tf,buy,2025-06-13 11:18:00,1309.0 -30182,buy_mtf_cross_all_tf,buy,2025-06-13 22:00:00,1348.0 -30183,buy_mtf_cross_all_tf,buy,2025-06-13 22:06:00,1342.0 -30184,buy_mtf_cross_all_tf,buy,2025-06-13 22:09:00,1342.0 -30185,buy_mtf_cross_all_tf,buy,2025-06-13 22:12:00,1342.0 -30186,buy_mtf_cross_all_tf,buy,2025-06-13 22:15:00,1344.0 -30187,buy_mtf_cross_all_tf,buy,2025-06-13 22:18:00,1340.0 -30188,buy_mtf_cross_all_tf,buy,2025-06-13 22:21:00,1342.0 -30189,buy_mtf_cross_all_tf,buy,2025-06-13 23:15:00,1340.0 -30190,buy_mtf_cross_all_tf,buy,2025-06-13 23:18:00,1335.0 -30191,buy_mtf_cross_all_tf,buy,2025-06-13 23:24:00,1333.0 -30192,buy_mtf_cross_all_tf,buy,2025-06-13 23:27:00,1335.0 -30193,buy_mtf_cross_all_tf,buy,2025-06-13 23:30:00,1331.0 -30194,buy_mtf_cross_all_tf,buy,2025-06-13 23:33:00,1334.0 -30195,buy_mtf_cross_all_tf,buy,2025-06-14 16:00:00,1371.0 -30196,buy_mtf_cross_all_tf,buy,2025-06-14 16:03:00,1370.0 -30197,buy_mtf_cross_all_tf,buy,2025-06-14 16:06:00,1369.0 -30198,buy_mtf_cross_all_tf,buy,2025-06-14 16:09:00,1366.0 -30199,buy_mtf_cross_all_tf,buy,2025-06-14 16:21:00,1363.0 -30200,buy_mtf_cross_all_tf,buy,2025-06-14 17:15:00,1366.0 -30201,buy_mtf_cross_all_tf,buy,2025-06-14 17:18:00,1364.0 -30202,buy_mtf_cross_all_tf,buy,2025-06-14 18:51:00,1366.0 -30203,buy_mtf_cross_all_tf,buy,2025-06-14 18:54:00,1366.0 -30204,buy_mtf_cross_all_tf,buy,2025-06-14 19:00:00,1365.0 -30205,buy_mtf_cross_all_tf,buy,2025-06-14 19:03:00,1365.0 -30206,buy_mtf_cross_all_tf,buy,2025-06-14 19:12:00,1365.0 -30207,buy_mtf_cross_all_tf,buy,2025-06-14 19:24:00,1363.0 -30208,buy_mtf_cross_all_tf,buy,2025-06-14 21:21:00,1362.0 -30209,buy_mtf_cross_all_tf,buy,2025-06-14 21:24:00,1362.0 -30210,buy_mtf_cross_all_tf,buy,2025-06-14 21:27:00,1362.0 -30211,buy_mtf_cross_all_tf,buy,2025-06-15 00:21:00,1362.0 -30212,buy_mtf_cross_all_tf,buy,2025-06-15 00:24:00,1361.0 -30213,buy_mtf_cross_all_tf,buy,2025-06-15 01:30:00,1344.0 -30214,buy_mtf_cross_all_tf,buy,2025-06-15 01:36:00,1342.0 -30215,buy_mtf_cross_all_tf,buy,2025-06-15 01:39:00,1339.0 -30216,buy_mtf_cross_all_tf,buy,2025-06-15 01:42:00,1339.0 -30217,buy_mtf_cross_all_tf,buy,2025-06-15 01:45:00,1339.0 -30218,buy_mtf_cross_all_tf,buy,2025-06-15 01:57:00,1334.0 -30219,buy_mtf_cross_all_tf,buy,2025-06-15 02:00:00,1334.0 -30220,buy_mtf_cross_all_tf,buy,2025-06-15 02:03:00,1333.0 -30221,buy_mtf_cross_all_tf,buy,2025-06-15 03:51:00,1335.0 -30222,buy_mtf_cross_all_tf,buy,2025-06-15 05:18:00,1329.0 -30223,buy_mtf_cross_all_tf,buy,2025-06-15 16:00:00,1354.0 -30224,buy_mtf_cross_all_tf,buy,2025-06-15 16:15:00,1351.0 -30225,buy_mtf_cross_all_tf,buy,2025-06-15 16:18:00,1350.0 -30226,buy_mtf_cross_all_tf,buy,2025-06-15 16:21:00,1350.0 -30227,buy_mtf_cross_all_tf,buy,2025-06-15 16:24:00,1349.0 -30228,buy_mtf_cross_all_tf,buy,2025-06-15 16:27:00,1349.0 -30229,buy_mtf_cross_all_tf,buy,2025-06-15 16:30:00,1348.0 -30230,buy_mtf_cross_all_tf,buy,2025-06-15 16:33:00,1347.0 -30231,buy_mtf_cross_all_tf,buy,2025-06-15 16:36:00,1346.0 -30232,buy_mtf_cross_all_tf,buy,2025-06-15 18:27:00,1342.0 -30233,buy_mtf_cross_all_tf,buy,2025-06-15 18:30:00,1342.0 -30234,buy_mtf_cross_all_tf,buy,2025-06-15 18:33:00,1340.0 -30235,buy_mtf_cross_all_tf,buy,2025-06-15 18:36:00,1340.0 -30236,buy_mtf_cross_all_tf,buy,2025-06-16 05:06:00,1344.0 -30237,buy_mtf_cross_all_tf,buy,2025-06-16 05:09:00,1344.0 -30238,buy_mtf_cross_all_tf,buy,2025-06-16 05:12:00,1343.0 -30239,buy_mtf_cross_all_tf,buy,2025-06-16 05:15:00,1341.0 -30240,buy_mtf_cross_all_tf,buy,2025-06-16 05:18:00,1339.0 -30241,buy_mtf_cross_all_tf,buy,2025-06-16 05:27:00,1337.0 -30242,buy_mtf_cross_all_tf,buy,2025-06-16 05:30:00,1335.0 -30243,buy_mtf_cross_all_tf,buy,2025-06-16 05:33:00,1336.0 -30244,buy_mtf_cross_all_tf,buy,2025-06-16 05:36:00,1336.0 -30245,buy_mtf_cross_all_tf,buy,2025-06-16 05:51:00,1329.0 -30246,buy_mtf_cross_all_tf,buy,2025-06-16 06:12:00,1328.0 -30247,buy_mtf_cross_all_tf,buy,2025-06-16 06:15:00,1327.0 -30248,buy_mtf_cross_all_tf,buy,2025-06-17 07:57:00,1348.0 -30249,buy_mtf_cross_all_tf,buy,2025-06-17 08:00:00,1349.0 -30250,buy_mtf_cross_all_tf,buy,2025-06-17 08:03:00,1340.0 -30251,buy_mtf_cross_all_tf,buy,2025-06-17 08:06:00,1347.0 -30252,buy_mtf_cross_all_tf,buy,2025-06-17 09:00:00,1319.0 -30253,buy_mtf_cross_all_tf,buy,2025-06-17 09:21:00,1286.0 -30254,buy_mtf_cross_all_tf,buy,2025-06-17 14:57:00,1304.0 -30255,buy_mtf_cross_all_tf,buy,2025-06-17 15:00:00,1302.0 -30256,buy_mtf_cross_all_tf,buy,2025-06-17 15:03:00,1302.0 -30257,buy_mtf_cross_all_tf,buy,2025-06-17 15:06:00,1301.0 -30258,buy_mtf_cross_all_tf,buy,2025-06-17 15:21:00,1300.0 -30259,buy_mtf_cross_all_tf,buy,2025-06-17 15:24:00,1300.0 -30260,buy_mtf_cross_all_tf,buy,2025-06-17 15:27:00,1299.0 -30261,buy_mtf_cross_all_tf,buy,2025-06-17 15:42:00,1297.0 -30262,buy_mtf_cross_all_tf,buy,2025-06-17 15:48:00,1296.0 -30263,buy_mtf_cross_all_tf,buy,2025-06-17 17:21:00,1295.0 -30264,buy_mtf_cross_all_tf,buy,2025-06-17 17:24:00,1295.0 -30265,buy_mtf_cross_all_tf,buy,2025-06-17 17:30:00,1296.0 -30266,buy_mtf_cross_all_tf,buy,2025-06-17 17:36:00,1291.0 -30267,buy_mtf_cross_all_tf,buy,2025-06-17 17:39:00,1289.0 -30268,buy_mtf_cross_all_tf,buy,2025-06-17 17:45:00,1290.0 -30269,buy_mtf_cross_all_tf,buy,2025-06-17 17:48:00,1289.0 -30270,buy_mtf_cross_all_tf,buy,2025-06-17 17:51:00,1287.0 -30271,buy_mtf_cross_all_tf,buy,2025-06-17 17:54:00,1286.0 -30272,buy_mtf_cross_all_tf,buy,2025-06-17 17:57:00,1288.0 -30273,buy_mtf_cross_all_tf,buy,2025-06-17 18:00:00,1287.0 -30274,buy_mtf_cross_all_tf,buy,2025-06-17 19:45:00,1282.0 -30275,buy_mtf_cross_all_tf,buy,2025-06-17 20:15:00,1280.0 -30276,buy_mtf_cross_all_tf,buy,2025-06-17 20:18:00,1280.0 -30277,buy_mtf_cross_all_tf,buy,2025-06-17 20:21:00,1281.0 -30278,buy_mtf_cross_all_tf,buy,2025-06-17 20:24:00,1280.0 -30279,buy_mtf_cross_all_tf,buy,2025-06-17 20:27:00,1280.0 -30280,buy_mtf_cross_all_tf,buy,2025-06-17 20:30:00,1280.0 -30281,buy_mtf_cross_all_tf,buy,2025-06-18 00:15:00,1274.0 -30282,buy_mtf_cross_all_tf,buy,2025-06-18 00:21:00,1268.0 -30283,buy_mtf_cross_all_tf,buy,2025-06-18 00:30:00,1263.0 -30284,buy_mtf_cross_all_tf,buy,2025-06-18 00:33:00,1265.0 -30285,buy_mtf_cross_all_tf,buy,2025-06-18 01:27:00,1260.0 -30286,buy_mtf_cross_all_tf,buy,2025-06-18 01:30:00,1261.0 -30287,buy_mtf_cross_all_tf,buy,2025-06-18 01:45:00,1257.0 -30288,buy_mtf_cross_all_tf,buy,2025-06-18 01:48:00,1254.0 -30289,buy_mtf_cross_all_tf,buy,2025-06-18 02:06:00,1246.0 -30290,buy_mtf_cross_all_tf,buy,2025-06-18 02:15:00,1241.0 -30291,buy_mtf_cross_all_tf,buy,2025-06-18 07:45:00,1265.0 -30292,buy_mtf_cross_all_tf,buy,2025-06-18 07:48:00,1266.0 -30293,buy_mtf_cross_all_tf,buy,2025-06-18 07:57:00,1263.0 -30294,buy_mtf_cross_all_tf,buy,2025-06-18 08:00:00,1262.0 -30295,buy_mtf_cross_all_tf,buy,2025-06-18 08:03:00,1263.0 -30296,buy_mtf_cross_all_tf,buy,2025-06-18 17:51:00,1262.0 -30297,buy_mtf_cross_all_tf,buy,2025-06-18 17:54:00,1260.0 -30298,buy_mtf_cross_all_tf,buy,2025-06-18 18:42:00,1253.0 -30299,buy_mtf_cross_all_tf,buy,2025-06-18 18:45:00,1253.0 -30300,buy_mtf_cross_all_tf,buy,2025-06-18 18:51:00,1250.0 -30301,buy_mtf_cross_all_tf,buy,2025-06-18 18:54:00,1251.0 -30302,buy_mtf_cross_all_tf,buy,2025-06-18 19:06:00,1250.0 -30303,buy_mtf_cross_all_tf,buy,2025-06-18 19:12:00,1249.0 -30304,buy_mtf_cross_all_tf,buy,2025-06-18 19:15:00,1248.0 -30305,buy_mtf_cross_all_tf,buy,2025-06-18 19:45:00,1234.0 -30306,buy_mtf_cross_all_tf,buy,2025-06-18 19:48:00,1234.0 -30307,buy_mtf_cross_all_tf,buy,2025-06-18 19:51:00,1233.0 -30308,buy_mtf_cross_all_tf,buy,2025-06-18 19:54:00,1228.0 -30309,buy_mtf_cross_all_tf,buy,2025-06-18 20:06:00,1224.0 -30310,buy_mtf_cross_all_tf,buy,2025-06-18 22:12:00,1227.0 -30311,buy_mtf_cross_all_tf,buy,2025-06-18 22:30:00,1210.0 -30312,buy_mtf_cross_all_tf,buy,2025-06-18 22:33:00,1214.0 -30313,buy_mtf_cross_all_tf,buy,2025-06-19 16:30:00,1304.0 -30314,buy_mtf_cross_all_tf,buy,2025-06-19 16:51:00,1298.0 -30315,buy_mtf_cross_all_tf,buy,2025-06-19 16:54:00,1298.0 -30316,buy_mtf_cross_all_tf,buy,2025-06-19 16:57:00,1297.0 -30317,buy_mtf_cross_all_tf,buy,2025-06-19 17:00:00,1296.0 -30318,buy_mtf_cross_all_tf,buy,2025-06-19 20:00:00,1291.0 -30319,buy_mtf_cross_all_tf,buy,2025-06-19 20:03:00,1287.0 -30320,buy_mtf_cross_all_tf,buy,2025-06-19 20:06:00,1287.0 -30321,buy_mtf_cross_all_tf,buy,2025-06-19 20:09:00,1286.0 -30322,buy_mtf_cross_all_tf,buy,2025-06-19 20:12:00,1285.0 -30323,buy_mtf_cross_all_tf,buy,2025-06-19 20:15:00,1286.0 -30324,buy_mtf_cross_all_tf,buy,2025-06-19 20:36:00,1282.0 -30325,buy_mtf_cross_all_tf,buy,2025-06-19 20:39:00,1283.0 -30326,buy_mtf_cross_all_tf,buy,2025-06-19 20:42:00,1281.0 -30327,buy_mtf_cross_all_tf,buy,2025-06-19 20:45:00,1282.0 -30328,buy_mtf_cross_all_tf,buy,2025-06-19 20:48:00,1281.0 -30329,buy_mtf_cross_all_tf,buy,2025-06-19 21:06:00,1281.0 -30330,buy_mtf_cross_all_tf,buy,2025-06-19 21:42:00,1280.0 -30331,buy_mtf_cross_all_tf,buy,2025-06-19 21:45:00,1278.0 -30332,buy_mtf_cross_all_tf,buy,2025-06-20 05:51:00,1285.0 -30333,buy_mtf_cross_all_tf,buy,2025-06-20 10:36:00,1284.0 -30334,buy_mtf_cross_all_tf,buy,2025-06-20 11:45:00,1283.0 -30335,buy_mtf_cross_all_tf,buy,2025-06-20 11:48:00,1283.0 -30336,buy_mtf_cross_all_tf,buy,2025-06-20 11:57:00,1282.0 -30337,buy_mtf_cross_all_tf,buy,2025-06-20 12:00:00,1282.0 -30338,buy_mtf_cross_all_tf,buy,2025-06-20 12:03:00,1281.0 -30339,buy_mtf_cross_all_tf,buy,2025-06-20 12:06:00,1280.0 -30340,buy_mtf_cross_all_tf,buy,2025-06-20 12:09:00,1279.0 -30341,buy_mtf_cross_all_tf,buy,2025-06-20 12:12:00,1280.0 -30342,buy_mtf_cross_all_tf,buy,2025-06-20 12:45:00,1279.0 -30343,buy_mtf_cross_all_tf,buy,2025-06-20 12:48:00,1278.0 -30344,buy_mtf_cross_all_tf,buy,2025-06-20 13:03:00,1277.0 -30345,buy_mtf_cross_all_tf,buy,2025-06-20 13:12:00,1275.0 -30346,buy_mtf_cross_all_tf,buy,2025-06-20 13:36:00,1270.0 -30347,buy_mtf_cross_all_tf,buy,2025-06-20 13:39:00,1268.0 -30348,buy_mtf_cross_all_tf,buy,2025-06-20 13:42:00,1268.0 -30349,buy_mtf_cross_all_tf,buy,2025-06-20 13:45:00,1266.0 -30350,buy_mtf_cross_all_tf,buy,2025-06-20 13:48:00,1263.0 -30351,buy_mtf_cross_all_tf,buy,2025-06-20 13:51:00,1263.0 -30352,buy_mtf_cross_all_tf,buy,2025-06-20 13:54:00,1261.0 -30353,buy_mtf_cross_all_tf,buy,2025-06-20 13:57:00,1263.0 -30354,buy_mtf_cross_all_tf,buy,2025-06-20 14:00:00,1262.0 -30355,buy_mtf_cross_all_tf,buy,2025-06-20 14:03:00,1263.0 -30356,buy_mtf_cross_all_tf,buy,2025-06-20 14:27:00,1261.0 -30357,buy_mtf_cross_all_tf,buy,2025-06-20 14:30:00,1261.0 -30358,buy_mtf_cross_all_tf,buy,2025-06-20 23:24:00,1274.0 -30359,buy_mtf_cross_all_tf,buy,2025-06-20 23:42:00,1265.0 -30360,buy_mtf_cross_all_tf,buy,2025-06-20 23:45:00,1264.0 -30361,buy_mtf_cross_all_tf,buy,2025-06-20 23:48:00,1266.0 -30362,buy_mtf_cross_all_tf,buy,2025-06-21 02:30:00,1235.0 -30363,buy_mtf_cross_all_tf,buy,2025-06-21 02:33:00,1231.0 -30364,buy_mtf_cross_all_tf,buy,2025-06-21 02:36:00,1229.0 -30365,buy_mtf_cross_all_tf,buy,2025-06-21 04:30:00,1236.0 -30366,buy_mtf_cross_all_tf,buy,2025-06-21 04:33:00,1238.0 -30367,buy_mtf_cross_all_tf,buy,2025-06-21 04:36:00,1236.0 -30368,buy_mtf_cross_all_tf,buy,2025-06-21 04:39:00,1233.0 -30369,buy_mtf_cross_all_tf,buy,2025-06-21 04:42:00,1236.0 -30370,buy_mtf_cross_all_tf,buy,2025-06-21 07:27:00,1223.0 -30371,buy_mtf_cross_all_tf,buy,2025-06-21 07:30:00,1221.0 -30372,buy_mtf_cross_all_tf,buy,2025-06-21 07:33:00,1223.0 -30373,buy_mtf_cross_all_tf,buy,2025-06-21 07:42:00,1219.0 -30374,buy_mtf_cross_all_tf,buy,2025-06-21 07:45:00,1219.0 -30375,buy_mtf_cross_all_tf,buy,2025-06-21 07:48:00,1217.0 -30376,buy_mtf_cross_all_tf,buy,2025-06-21 07:51:00,1218.0 -30377,buy_mtf_cross_all_tf,buy,2025-06-21 13:30:00,1234.0 -30378,buy_mtf_cross_all_tf,buy,2025-06-21 13:33:00,1234.0 -30379,buy_mtf_cross_all_tf,buy,2025-06-21 15:15:00,1235.0 -30380,buy_mtf_cross_all_tf,buy,2025-06-21 15:18:00,1234.0 -30381,buy_mtf_cross_all_tf,buy,2025-06-21 15:21:00,1234.0 -30382,buy_mtf_cross_all_tf,buy,2025-06-21 16:00:00,1234.0 -30383,buy_mtf_cross_all_tf,buy,2025-06-21 16:03:00,1234.0 -30384,buy_mtf_cross_all_tf,buy,2025-06-21 20:00:00,1225.0 -30385,buy_mtf_cross_all_tf,buy,2025-06-21 20:03:00,1224.0 -30386,buy_mtf_cross_all_tf,buy,2025-06-21 20:06:00,1223.0 -30387,buy_mtf_cross_all_tf,buy,2025-06-21 21:30:00,1221.0 -30388,buy_mtf_cross_all_tf,buy,2025-06-21 21:42:00,1215.0 -30389,buy_mtf_cross_all_tf,buy,2025-06-21 22:00:00,1210.0 -30390,buy_mtf_cross_all_tf,buy,2025-06-21 22:03:00,1210.0 -30391,buy_mtf_cross_all_tf,buy,2025-06-21 22:12:00,1207.0 -30392,buy_mtf_cross_all_tf,buy,2025-06-21 22:15:00,1208.0 -30393,buy_mtf_cross_all_tf,buy,2025-06-21 22:57:00,1197.0 -30394,buy_mtf_cross_all_tf,buy,2025-06-21 23:00:00,1197.0 -30395,buy_mtf_cross_all_tf,buy,2025-06-21 23:03:00,1197.0 -30396,buy_mtf_cross_all_tf,buy,2025-06-21 23:15:00,1194.0 -30397,buy_mtf_cross_all_tf,buy,2025-06-21 23:18:00,1191.0 -30398,buy_mtf_cross_all_tf,buy,2025-06-21 23:24:00,1192.0 -30399,buy_mtf_cross_all_tf,buy,2025-06-21 23:27:00,1193.0 -30400,buy_mtf_cross_all_tf,buy,2025-06-21 23:30:00,1192.0 -30401,buy_mtf_cross_all_tf,buy,2025-06-21 23:54:00,1190.0 -30402,buy_mtf_cross_all_tf,buy,2025-06-21 23:57:00,1189.0 -30403,buy_mtf_cross_all_tf,buy,2025-06-22 00:42:00,1182.0 -30404,buy_mtf_cross_all_tf,buy,2025-06-22 00:48:00,1181.0 -30405,buy_mtf_cross_all_tf,buy,2025-06-22 00:51:00,1182.0 -30406,buy_mtf_cross_all_tf,buy,2025-06-22 02:30:00,1183.0 -30407,buy_mtf_cross_all_tf,buy,2025-06-22 02:45:00,1172.0 -30408,buy_mtf_cross_all_tf,buy,2025-06-22 02:48:00,1172.0 -30409,buy_mtf_cross_all_tf,buy,2025-06-22 02:51:00,1173.0 -30410,buy_mtf_cross_all_tf,buy,2025-06-22 02:54:00,1173.0 -30411,buy_mtf_cross_all_tf,buy,2025-06-22 02:57:00,1171.0 -30412,buy_mtf_cross_all_tf,buy,2025-06-22 03:24:00,1167.0 -30413,buy_mtf_cross_all_tf,buy,2025-06-22 03:27:00,1169.0 -30414,buy_mtf_cross_all_tf,buy,2025-06-22 04:00:00,1167.0 -30415,buy_mtf_cross_all_tf,buy,2025-06-22 04:03:00,1167.0 -30416,buy_mtf_cross_all_tf,buy,2025-06-22 04:15:00,1167.0 -30417,buy_mtf_cross_all_tf,buy,2025-06-22 04:18:00,1165.0 -30418,buy_mtf_cross_all_tf,buy,2025-06-22 04:36:00,1162.0 -30419,buy_mtf_cross_all_tf,buy,2025-06-22 04:39:00,1164.0 -30420,buy_mtf_cross_all_tf,buy,2025-06-22 18:15:00,1180.0 -30421,buy_mtf_cross_all_tf,buy,2025-06-22 18:18:00,1178.0 -30422,buy_mtf_cross_all_tf,buy,2025-06-22 18:54:00,1163.0 -30423,buy_mtf_cross_all_tf,buy,2025-06-22 18:57:00,1165.0 -30424,buy_mtf_cross_all_tf,buy,2025-06-22 19:00:00,1162.0 -30425,buy_mtf_cross_all_tf,buy,2025-06-22 19:03:00,1163.0 -30426,buy_mtf_cross_all_tf,buy,2025-06-22 21:21:00,1163.0 -30427,buy_mtf_cross_all_tf,buy,2025-06-22 21:24:00,1164.0 -30428,buy_mtf_cross_all_tf,buy,2025-06-22 21:27:00,1164.0 -30429,buy_mtf_cross_all_tf,buy,2025-06-22 21:45:00,1153.0 -30430,buy_mtf_cross_all_tf,buy,2025-06-22 21:48:00,1155.0 -30431,buy_mtf_cross_all_tf,buy,2025-06-22 23:27:00,1110.0 -30432,buy_mtf_cross_all_tf,buy,2025-06-22 23:30:00,1108.0 -30433,buy_mtf_cross_all_tf,buy,2025-06-23 01:00:00,1110.0 -30434,buy_mtf_cross_all_tf,buy,2025-06-23 01:24:00,1108.0 -30435,buy_mtf_cross_all_tf,buy,2025-06-23 01:30:00,1107.0 -30436,buy_mtf_cross_all_tf,buy,2025-06-23 01:33:00,1106.0 -30437,buy_mtf_cross_all_tf,buy,2025-06-23 01:36:00,1104.0 -30438,buy_mtf_cross_all_tf,buy,2025-06-23 01:48:00,1100.0 -30439,buy_mtf_cross_all_tf,buy,2025-06-23 02:06:00,1097.0 -30440,buy_mtf_cross_all_tf,buy,2025-06-23 02:36:00,1093.0 -30441,buy_mtf_cross_all_tf,buy,2025-06-23 05:27:00,1091.0 -30442,buy_mtf_cross_all_tf,buy,2025-06-26 00:18:00,1240.0 -30443,buy_mtf_cross_all_tf,buy,2025-06-26 00:24:00,1240.0 -30444,buy_mtf_cross_all_tf,buy,2025-06-26 00:27:00,1238.0 -30445,buy_mtf_cross_all_tf,buy,2025-06-26 00:30:00,1237.0 -30446,buy_mtf_cross_all_tf,buy,2025-06-26 00:33:00,1236.0 -30447,buy_mtf_cross_all_tf,buy,2025-06-26 00:36:00,1232.0 -30448,buy_mtf_cross_all_tf,buy,2025-06-26 00:45:00,1231.0 -30449,buy_mtf_cross_all_tf,buy,2025-06-26 00:57:00,1231.0 -30450,buy_mtf_cross_all_tf,buy,2025-06-26 01:00:00,1231.0 -30451,buy_mtf_cross_all_tf,buy,2025-06-26 01:42:00,1227.0 -30452,buy_mtf_cross_all_tf,buy,2025-06-26 01:45:00,1226.0 -30453,buy_mtf_cross_all_tf,buy,2025-06-26 01:57:00,1224.0 -30454,buy_mtf_cross_all_tf,buy,2025-06-26 02:00:00,1224.0 -30455,buy_mtf_cross_all_tf,buy,2025-06-26 02:06:00,1221.0 -30456,buy_mtf_cross_all_tf,buy,2025-06-26 02:09:00,1222.0 -30457,buy_mtf_cross_all_tf,buy,2025-06-26 06:39:00,1224.0 -30458,buy_mtf_cross_all_tf,buy,2025-06-26 06:42:00,1221.0 -30459,buy_mtf_cross_all_tf,buy,2025-06-26 06:45:00,1221.0 -30460,buy_mtf_cross_all_tf,buy,2025-06-26 06:51:00,1222.0 -30461,buy_mtf_cross_all_tf,buy,2025-06-26 06:54:00,1218.0 -30462,buy_mtf_cross_all_tf,buy,2025-06-26 07:00:00,1218.0 -30463,buy_mtf_cross_all_tf,buy,2025-06-26 07:03:00,1216.0 -30464,buy_mtf_cross_all_tf,buy,2025-06-26 07:06:00,1215.0 -30465,buy_mtf_cross_all_tf,buy,2025-06-26 07:09:00,1217.0 -30466,buy_mtf_cross_all_tf,buy,2025-06-26 07:12:00,1217.0 -30467,buy_mtf_cross_all_tf,buy,2025-06-26 07:15:00,1216.0 -30468,buy_mtf_cross_all_tf,buy,2025-06-26 07:27:00,1214.0 -30469,buy_mtf_cross_all_tf,buy,2025-06-26 07:33:00,1210.0 -30470,buy_mtf_cross_all_tf,buy,2025-06-26 07:45:00,1206.0 -30471,buy_mtf_cross_all_tf,buy,2025-06-26 07:51:00,1207.0 -30472,buy_mtf_cross_all_tf,buy,2025-06-26 08:06:00,1205.0 -30473,buy_mtf_cross_all_tf,buy,2025-06-26 18:21:00,1212.0 -30474,buy_mtf_cross_all_tf,buy,2025-06-26 18:27:00,1210.0 -30475,buy_mtf_cross_all_tf,buy,2025-06-26 18:30:00,1210.0 -30476,buy_mtf_cross_all_tf,buy,2025-06-26 18:33:00,1208.0 -30477,buy_mtf_cross_all_tf,buy,2025-06-26 18:36:00,1208.0 -30478,buy_mtf_cross_all_tf,buy,2025-06-26 18:39:00,1208.0 -30479,buy_mtf_cross_all_tf,buy,2025-06-26 18:42:00,1206.0 -30480,buy_mtf_cross_all_tf,buy,2025-06-26 18:45:00,1206.0 -30481,buy_mtf_cross_all_tf,buy,2025-06-26 18:48:00,1205.0 -30482,buy_mtf_cross_all_tf,buy,2025-06-26 21:30:00,1197.0 -30483,buy_mtf_cross_all_tf,buy,2025-06-26 21:33:00,1196.0 -30484,buy_mtf_cross_all_tf,buy,2025-06-26 21:36:00,1196.0 -30485,buy_mtf_cross_all_tf,buy,2025-06-26 21:39:00,1196.0 -30486,buy_mtf_cross_all_tf,buy,2025-06-26 21:42:00,1195.0 -30487,buy_mtf_cross_all_tf,buy,2025-06-26 21:51:00,1191.0 -30488,buy_mtf_cross_all_tf,buy,2025-06-26 22:00:00,1188.0 -30489,buy_mtf_cross_all_tf,buy,2025-06-26 22:03:00,1187.0 -30490,buy_mtf_cross_all_tf,buy,2025-06-26 22:06:00,1188.0 -30491,buy_mtf_cross_all_tf,buy,2025-06-26 22:09:00,1184.0 -30492,buy_mtf_cross_all_tf,buy,2025-06-26 22:12:00,1183.0 -30493,buy_mtf_cross_all_tf,buy,2025-06-26 22:21:00,1181.0 -30494,buy_mtf_cross_all_tf,buy,2025-06-26 22:24:00,1179.0 -30495,buy_mtf_cross_all_tf,buy,2025-06-26 22:27:00,1181.0 -30496,buy_mtf_cross_all_tf,buy,2025-06-26 22:54:00,1176.0 -30497,buy_mtf_cross_all_tf,buy,2025-06-27 08:21:00,1188.0 -30498,buy_mtf_cross_all_tf,buy,2025-06-27 08:54:00,1186.0 -30499,buy_mtf_cross_all_tf,buy,2025-06-27 08:57:00,1186.0 -30500,buy_mtf_cross_all_tf,buy,2025-06-27 09:00:00,1186.0 -30501,buy_mtf_cross_all_tf,buy,2025-06-27 09:03:00,1186.0 -30502,buy_mtf_cross_all_tf,buy,2025-06-27 09:06:00,1186.0 -30503,buy_mtf_cross_all_tf,buy,2025-06-27 09:15:00,1184.0 -30504,buy_mtf_cross_all_tf,buy,2025-06-28 20:57:00,1194.0 -30505,buy_mtf_cross_all_tf,buy,2025-06-28 21:00:00,1193.0 -30506,buy_mtf_cross_all_tf,buy,2025-06-28 21:03:00,1193.0 -30507,buy_mtf_cross_all_tf,buy,2025-06-28 21:06:00,1193.0 -30508,buy_mtf_cross_all_tf,buy,2025-06-28 21:09:00,1193.0 -30509,buy_mtf_cross_all_tf,buy,2025-07-01 08:00:00,1226.0 -30510,buy_mtf_cross_all_tf,buy,2025-07-01 08:06:00,1224.0 -30511,buy_mtf_cross_all_tf,buy,2025-07-01 08:09:00,1224.0 -30512,buy_mtf_cross_all_tf,buy,2025-07-01 08:27:00,1222.0 -30513,buy_mtf_cross_all_tf,buy,2025-07-01 08:30:00,1221.0 -30514,buy_mtf_cross_all_tf,buy,2025-07-01 08:42:00,1221.0 -30515,buy_mtf_cross_all_tf,buy,2025-07-01 09:06:00,1219.0 -30516,buy_mtf_cross_all_tf,buy,2025-07-01 09:09:00,1220.0 -30517,buy_mtf_cross_all_tf,buy,2025-07-01 11:06:00,1212.0 -30518,buy_mtf_cross_all_tf,buy,2025-07-01 11:09:00,1211.0 -30519,buy_mtf_cross_all_tf,buy,2025-07-01 11:12:00,1210.0 -30520,buy_mtf_cross_all_tf,buy,2025-07-01 11:15:00,1208.0 -30521,buy_mtf_cross_all_tf,buy,2025-07-01 11:57:00,1208.0 -30522,buy_mtf_cross_all_tf,buy,2025-07-01 13:15:00,1207.0 -30523,buy_mtf_cross_all_tf,buy,2025-07-01 13:18:00,1206.0 -30524,buy_mtf_cross_all_tf,buy,2025-07-01 13:21:00,1206.0 -30525,buy_mtf_cross_all_tf,buy,2025-07-01 13:24:00,1207.0 -30526,buy_mtf_cross_all_tf,buy,2025-07-01 13:45:00,1200.0 -30527,buy_mtf_cross_all_tf,buy,2025-07-01 13:48:00,1199.0 -30528,buy_mtf_cross_all_tf,buy,2025-07-01 13:51:00,1198.0 -30529,buy_mtf_cross_all_tf,buy,2025-07-01 13:54:00,1198.0 -30530,buy_mtf_cross_all_tf,buy,2025-07-01 13:57:00,1197.0 -30531,buy_mtf_cross_all_tf,buy,2025-07-01 14:00:00,1196.0 -30532,buy_mtf_cross_all_tf,buy,2025-07-01 14:03:00,1196.0 -30533,buy_mtf_cross_all_tf,buy,2025-07-01 14:06:00,1196.0 -30534,buy_mtf_cross_all_tf,buy,2025-07-01 14:09:00,1194.0 -30535,buy_mtf_cross_all_tf,buy,2025-07-01 14:12:00,1192.0 -30536,buy_mtf_cross_all_tf,buy,2025-07-01 14:15:00,1192.0 -30537,buy_mtf_cross_all_tf,buy,2025-07-01 14:21:00,1190.0 -30538,buy_mtf_cross_all_tf,buy,2025-07-01 14:24:00,1190.0 -30539,buy_mtf_cross_all_tf,buy,2025-07-01 14:27:00,1190.0 -30540,buy_mtf_cross_all_tf,buy,2025-07-01 14:30:00,1189.0 -30541,buy_mtf_cross_all_tf,buy,2025-07-01 14:36:00,1190.0 -30542,buy_mtf_cross_all_tf,buy,2025-07-01 17:45:00,1188.0 -30543,buy_mtf_cross_all_tf,buy,2025-07-01 20:21:00,1189.0 -30544,buy_mtf_cross_all_tf,buy,2025-07-01 20:27:00,1189.0 -30545,buy_mtf_cross_all_tf,buy,2025-07-01 20:42:00,1187.0 -30546,buy_mtf_cross_all_tf,buy,2025-07-01 20:51:00,1187.0 -30547,buy_mtf_cross_all_tf,buy,2025-07-01 20:54:00,1187.0 -30548,buy_mtf_cross_all_tf,buy,2025-07-01 21:45:00,1182.0 -30549,buy_mtf_cross_all_tf,buy,2025-07-01 21:48:00,1181.0 -30550,buy_mtf_cross_all_tf,buy,2025-07-01 22:00:00,1181.0 -30551,buy_mtf_cross_all_tf,buy,2025-07-01 22:03:00,1181.0 -30552,buy_mtf_cross_all_tf,buy,2025-07-01 22:06:00,1180.0 -30553,buy_mtf_cross_all_tf,buy,2025-07-01 22:12:00,1180.0 -30554,buy_mtf_cross_all_tf,buy,2025-07-05 00:12:00,1198.0 -30555,buy_mtf_cross_all_tf,buy,2025-07-05 00:15:00,1198.0 -30556,buy_mtf_cross_all_tf,buy,2025-07-05 00:18:00,1196.0 -30557,buy_mtf_cross_all_tf,buy,2025-07-05 00:27:00,1198.0 -30558,buy_mtf_cross_all_tf,buy,2025-07-05 00:30:00,1195.0 -30559,buy_mtf_cross_all_tf,buy,2025-07-05 00:33:00,1194.0 -30560,buy_mtf_cross_all_tf,buy,2025-07-05 00:36:00,1194.0 -30561,buy_mtf_cross_all_tf,buy,2025-07-05 00:39:00,1195.0 -30562,buy_mtf_cross_all_tf,buy,2025-07-05 01:00:00,1192.0 -30563,buy_mtf_cross_all_tf,buy,2025-07-05 01:03:00,1193.0 -30564,buy_mtf_cross_all_tf,buy,2025-07-05 01:15:00,1187.0 -30565,buy_mtf_cross_all_tf,buy,2025-07-05 01:18:00,1186.0 -30566,buy_mtf_cross_all_tf,buy,2025-07-05 01:24:00,1182.0 -30567,buy_mtf_cross_all_tf,buy,2025-07-05 01:27:00,1182.0 -30568,buy_mtf_cross_all_tf,buy,2025-07-05 01:30:00,1182.0 -30569,buy_mtf_cross_all_tf,buy,2025-07-05 01:33:00,1181.0 -30570,buy_mtf_cross_all_tf,buy,2025-07-05 21:21:00,1195.0 -30571,buy_mtf_cross_all_tf,buy,2025-07-05 21:36:00,1191.0 -30572,buy_mtf_cross_all_tf,buy,2025-07-05 21:45:00,1191.0 -30573,buy_mtf_cross_all_tf,buy,2025-07-05 23:12:00,1190.0 -30574,buy_mtf_cross_all_tf,buy,2025-07-06 01:45:00,1189.0 -30575,buy_mtf_cross_all_tf,buy,2025-07-06 01:48:00,1189.0 -30576,buy_mtf_cross_all_tf,buy,2025-07-06 02:30:00,1188.0 -30577,buy_mtf_cross_all_tf,buy,2025-07-06 02:33:00,1186.0 -30578,buy_mtf_cross_all_tf,buy,2025-07-06 03:36:00,1175.0 -30579,buy_mtf_cross_all_tf,buy,2025-07-06 03:39:00,1175.0 -30580,buy_mtf_cross_all_tf,buy,2025-07-06 03:42:00,1175.0 -30581,buy_mtf_cross_all_tf,buy,2025-07-06 04:03:00,1174.0 -30582,buy_mtf_cross_all_tf,buy,2025-07-06 10:36:00,1183.0 -30583,buy_mtf_cross_all_tf,buy,2025-07-06 11:57:00,1182.0 -30584,buy_mtf_cross_all_tf,buy,2025-07-06 12:00:00,1181.0 -30585,buy_mtf_cross_all_tf,buy,2025-07-06 12:03:00,1182.0 -30586,buy_mtf_cross_all_tf,buy,2025-07-06 12:15:00,1181.0 -30587,buy_mtf_cross_all_tf,buy,2025-07-06 12:18:00,1180.0 -30588,buy_mtf_cross_all_tf,buy,2025-07-06 12:21:00,1180.0 -30589,buy_mtf_cross_all_tf,buy,2025-07-06 12:24:00,1180.0 -30590,buy_mtf_cross_all_tf,buy,2025-07-06 12:27:00,1180.0 -30591,buy_mtf_cross_all_tf,buy,2025-07-06 12:30:00,1180.0 -30592,buy_mtf_cross_all_tf,buy,2025-07-06 12:33:00,1179.0 -30593,buy_mtf_cross_all_tf,buy,2025-07-06 12:36:00,1179.0 -30594,buy_mtf_cross_all_tf,buy,2025-07-06 12:39:00,1179.0 -30595,buy_mtf_cross_all_tf,buy,2025-07-06 12:51:00,1178.0 -30596,buy_mtf_cross_all_tf,buy,2025-07-06 14:45:00,1178.0 -30597,buy_mtf_cross_all_tf,buy,2025-07-07 16:00:00,1211.0 -30598,buy_mtf_cross_all_tf,buy,2025-07-07 16:03:00,1210.0 -30599,buy_mtf_cross_all_tf,buy,2025-07-07 16:06:00,1210.0 -30600,buy_mtf_cross_all_tf,buy,2025-07-07 16:33:00,1208.0 -30601,buy_mtf_cross_all_tf,buy,2025-07-07 18:15:00,1210.0 -30602,buy_mtf_cross_all_tf,buy,2025-07-07 18:27:00,1207.0 -30603,buy_mtf_cross_all_tf,buy,2025-07-07 18:39:00,1207.0 -30604,buy_mtf_cross_all_tf,buy,2025-07-07 18:48:00,1206.0 -30605,buy_mtf_cross_all_tf,buy,2025-07-07 18:51:00,1206.0 -30606,buy_mtf_cross_all_tf,buy,2025-07-07 18:54:00,1205.0 -30607,buy_mtf_cross_all_tf,buy,2025-07-07 19:15:00,1203.0 -30608,buy_mtf_cross_all_tf,buy,2025-07-07 19:27:00,1202.0 -30609,buy_mtf_cross_all_tf,buy,2025-07-07 19:45:00,1201.0 -30610,buy_mtf_cross_all_tf,buy,2025-07-07 19:48:00,1201.0 -30611,buy_mtf_cross_all_tf,buy,2025-07-07 19:51:00,1200.0 -30612,buy_mtf_cross_all_tf,buy,2025-07-07 19:54:00,1200.0 -30613,buy_mtf_cross_all_tf,buy,2025-07-07 19:57:00,1200.0 -30614,buy_mtf_cross_all_tf,buy,2025-07-07 20:00:00,1200.0 -30615,buy_mtf_cross_all_tf,buy,2025-07-07 20:03:00,1200.0 -30616,buy_mtf_cross_all_tf,buy,2025-07-07 20:15:00,1197.0 -30617,buy_mtf_cross_all_tf,buy,2025-07-07 20:18:00,1197.0 -30618,buy_mtf_cross_all_tf,buy,2025-07-07 23:45:00,1190.0 -30619,buy_mtf_cross_all_tf,buy,2025-07-08 03:36:00,1183.0 -30620,buy_mtf_cross_all_tf,buy,2025-07-08 05:21:00,1180.0 -30621,buy_mtf_cross_all_tf,buy,2025-07-08 10:30:00,1181.0 -30622,buy_mtf_cross_all_tf,buy,2025-07-08 10:33:00,1180.0 -30623,buy_mtf_cross_all_tf,buy,2025-07-08 10:39:00,1181.0 -30624,buy_mtf_cross_all_tf,buy,2025-07-08 10:42:00,1179.0 -30625,buy_mtf_cross_all_tf,buy,2025-07-08 10:45:00,1179.0 -30626,buy_mtf_cross_all_tf,buy,2025-07-08 10:48:00,1180.0 -30627,buy_mtf_cross_all_tf,buy,2025-07-08 11:12:00,1177.0 -30628,buy_mtf_cross_all_tf,buy,2025-07-08 13:15:00,1178.0 -30629,buy_mtf_cross_all_tf,buy,2025-07-08 13:18:00,1178.0 -30630,buy_mtf_cross_all_tf,buy,2025-07-08 13:21:00,1177.0 -30631,buy_mtf_cross_all_tf,buy,2025-07-08 13:27:00,1177.0 -30632,buy_mtf_cross_all_tf,buy,2025-07-08 16:06:00,1177.0 -30633,buy_mtf_cross_all_tf,buy,2025-07-08 16:09:00,1178.0 -30634,buy_mtf_cross_all_tf,buy,2025-07-08 16:12:00,1177.0 -30635,buy_mtf_cross_all_tf,buy,2025-07-08 16:15:00,1177.0 -30636,buy_mtf_cross_all_tf,buy,2025-07-08 16:18:00,1176.0 -30637,buy_mtf_cross_all_tf,buy,2025-07-08 16:21:00,1177.0 -30638,buy_mtf_cross_all_tf,buy,2025-07-08 17:30:00,1176.0 -30639,buy_mtf_cross_all_tf,buy,2025-07-08 18:03:00,1172.0 -30640,buy_mtf_cross_all_tf,buy,2025-07-08 23:30:00,1175.0 -30641,buy_mtf_cross_all_tf,buy,2025-07-08 23:54:00,1172.0 -30642,buy_mtf_cross_all_tf,buy,2025-07-08 23:57:00,1171.0 -30643,buy_mtf_cross_all_tf,buy,2025-07-09 08:24:00,1190.0 -30644,buy_mtf_cross_all_tf,buy,2025-07-09 09:30:00,1187.0 -30645,buy_mtf_cross_all_tf,buy,2025-07-09 09:33:00,1187.0 -30646,buy_mtf_cross_all_tf,buy,2025-07-09 09:42:00,1187.0 -30647,buy_mtf_cross_all_tf,buy,2025-07-09 10:00:00,1186.0 -30648,buy_mtf_cross_all_tf,buy,2025-07-09 10:03:00,1186.0 -30649,buy_mtf_cross_all_tf,buy,2025-07-09 10:45:00,1176.0 -30650,buy_mtf_cross_all_tf,buy,2025-07-09 10:48:00,1175.0 -30651,buy_mtf_cross_all_tf,buy,2025-07-15 01:06:00,1420.0 -30652,buy_mtf_cross_all_tf,buy,2025-07-15 01:09:00,1422.0 -30653,buy_mtf_cross_all_tf,buy,2025-07-15 01:12:00,1420.0 -30654,buy_mtf_cross_all_tf,buy,2025-07-15 01:15:00,1417.0 -30655,buy_mtf_cross_all_tf,buy,2025-07-15 03:15:00,1424.0 -30656,buy_mtf_cross_all_tf,buy,2025-07-15 04:06:00,1416.0 -30657,buy_mtf_cross_all_tf,buy,2025-07-15 04:09:00,1415.0 -30658,buy_mtf_cross_all_tf,buy,2025-07-15 04:21:00,1412.0 -30659,buy_mtf_cross_all_tf,buy,2025-07-15 04:24:00,1412.0 -30660,buy_mtf_cross_all_tf,buy,2025-07-15 05:21:00,1404.0 -30661,buy_mtf_cross_all_tf,buy,2025-07-15 05:24:00,1405.0 -30662,buy_mtf_cross_all_tf,buy,2025-07-15 10:21:00,1406.0 -30663,buy_mtf_cross_all_tf,buy,2025-07-15 10:24:00,1402.0 -30664,buy_mtf_cross_all_tf,buy,2025-07-15 11:21:00,1405.0 -30665,buy_mtf_cross_all_tf,buy,2025-07-15 11:24:00,1403.0 -30666,buy_mtf_cross_all_tf,buy,2025-07-15 11:30:00,1400.0 -30667,buy_mtf_cross_all_tf,buy,2025-07-15 11:36:00,1401.0 -30668,buy_mtf_cross_all_tf,buy,2025-07-15 12:00:00,1399.0 -30669,buy_mtf_cross_all_tf,buy,2025-07-15 12:03:00,1394.0 -30670,buy_mtf_cross_all_tf,buy,2025-07-15 12:33:00,1375.0 -30671,buy_mtf_cross_all_tf,buy,2025-07-15 12:36:00,1372.0 -30672,buy_mtf_cross_all_tf,buy,2025-07-15 18:00:00,1382.0 -30673,buy_mtf_cross_all_tf,buy,2025-07-15 19:00:00,1382.0 -30674,buy_mtf_cross_all_tf,buy,2025-07-15 19:03:00,1384.0 -30675,buy_mtf_cross_all_tf,buy,2025-07-24 02:00:00,1653.0 -30676,buy_mtf_cross_all_tf,buy,2025-07-24 02:03:00,1656.0 -30677,buy_mtf_cross_all_tf,buy,2025-07-24 02:06:00,1650.0 -30678,buy_mtf_cross_all_tf,buy,2025-07-24 02:30:00,1614.0 -30679,buy_mtf_cross_all_tf,buy,2025-07-24 02:33:00,1616.0 -30680,buy_mtf_cross_all_tf,buy,2025-07-24 02:36:00,1620.0 -30681,buy_mtf_cross_all_tf,buy,2025-07-24 02:39:00,1617.0 -30682,buy_mtf_cross_all_tf,buy,2025-07-24 05:00:00,1620.0 -30683,buy_mtf_cross_all_tf,buy,2025-07-24 05:06:00,1622.0 -30684,buy_mtf_cross_all_tf,buy,2025-07-24 05:09:00,1618.0 -30685,buy_mtf_cross_all_tf,buy,2025-07-24 05:12:00,1617.0 -30686,buy_mtf_cross_all_tf,buy,2025-07-24 05:15:00,1618.0 -30687,buy_mtf_cross_all_tf,buy,2025-07-24 05:18:00,1617.0 -30688,buy_mtf_cross_all_tf,buy,2025-07-24 05:24:00,1616.0 -30689,buy_mtf_cross_all_tf,buy,2025-07-24 05:45:00,1575.0 -30690,buy_mtf_cross_all_tf,buy,2025-07-24 05:48:00,1566.0 -30691,buy_mtf_cross_all_tf,buy,2025-07-24 05:51:00,1566.0 -30692,buy_mtf_cross_all_tf,buy,2025-07-24 06:21:00,1560.0 -30693,buy_mtf_cross_all_tf,buy,2025-07-24 06:24:00,1556.0 -30694,buy_mtf_cross_all_tf,buy,2025-07-24 06:30:00,1554.0 -30695,buy_mtf_cross_all_tf,buy,2025-07-24 13:00:00,1609.0 -30696,buy_mtf_cross_all_tf,buy,2025-07-24 13:03:00,1604.0 -30697,buy_mtf_cross_all_tf,buy,2025-07-24 13:09:00,1608.0 -30698,buy_mtf_cross_all_tf,buy,2025-07-24 13:30:00,1603.0 -30699,buy_mtf_cross_all_tf,buy,2025-07-24 14:00:00,1572.0 -30700,buy_mtf_cross_all_tf,buy,2025-07-24 14:03:00,1571.0 -30701,buy_mtf_cross_all_tf,buy,2025-07-24 14:06:00,1560.0 -30702,buy_mtf_cross_all_tf,buy,2025-07-24 14:15:00,1548.0 -30703,buy_mtf_cross_all_tf,buy,2025-07-24 14:24:00,1555.0 -30704,buy_mtf_cross_all_tf,buy,2025-07-24 14:30:00,1549.0 -30705,buy_mtf_cross_all_tf,buy,2025-07-24 14:33:00,1551.0 -30706,buy_mtf_cross_all_tf,buy,2025-07-24 15:06:00,1521.0 -30707,buy_mtf_cross_all_tf,buy,2025-07-24 15:09:00,1523.0 -30708,buy_mtf_cross_all_tf,buy,2025-07-24 15:51:00,1485.0 -30709,buy_mtf_cross_all_tf,buy,2025-07-24 16:00:00,1484.0 -30710,buy_mtf_cross_all_tf,buy,2025-07-24 16:03:00,1475.0 -30711,buy_mtf_cross_all_tf,buy,2025-07-24 16:06:00,1466.0 -30712,buy_mtf_cross_all_tf,buy,2025-07-25 06:42:00,1571.0 -30713,buy_mtf_cross_all_tf,buy,2025-07-25 07:12:00,1569.0 -30714,buy_mtf_cross_all_tf,buy,2025-07-25 07:24:00,1565.0 -30715,buy_mtf_cross_all_tf,buy,2025-07-25 07:51:00,1563.0 -30716,buy_mtf_cross_all_tf,buy,2025-07-25 08:12:00,1554.0 -30717,buy_mtf_cross_all_tf,buy,2025-07-25 08:21:00,1549.0 -30718,buy_mtf_cross_all_tf,buy,2025-07-25 08:24:00,1549.0 -30719,buy_mtf_cross_all_tf,buy,2025-07-25 08:27:00,1547.0 -30720,buy_mtf_cross_all_tf,buy,2025-07-25 08:30:00,1545.0 -30721,buy_mtf_cross_all_tf,buy,2025-07-25 08:33:00,1543.0 -30722,buy_mtf_cross_all_tf,buy,2025-07-25 08:36:00,1545.0 -30723,buy_mtf_cross_all_tf,buy,2025-07-25 09:15:00,1535.0 -30724,buy_mtf_cross_all_tf,buy,2025-07-25 09:18:00,1533.0 -30725,buy_mtf_cross_all_tf,buy,2025-07-25 09:21:00,1535.0 -30726,buy_mtf_cross_all_tf,buy,2025-07-25 09:39:00,1524.0 -30727,buy_mtf_cross_all_tf,buy,2025-07-25 09:42:00,1524.0 -30728,buy_mtf_cross_all_tf,buy,2025-07-25 10:03:00,1524.0 -30729,buy_mtf_cross_all_tf,buy,2025-07-25 10:06:00,1524.0 -30730,buy_mtf_cross_all_tf,buy,2025-07-25 12:45:00,1512.0 -30731,buy_mtf_cross_all_tf,buy,2025-07-25 13:15:00,1505.0 -30732,buy_mtf_cross_all_tf,buy,2025-07-25 13:21:00,1505.0 -30733,buy_mtf_cross_all_tf,buy,2025-07-26 00:00:00,1520.0 -30734,buy_mtf_cross_all_tf,buy,2025-07-26 00:06:00,1521.0 -30735,buy_mtf_cross_all_tf,buy,2025-07-26 00:09:00,1522.0 -30736,buy_mtf_cross_all_tf,buy,2025-07-26 00:48:00,1511.0 -30737,buy_mtf_cross_all_tf,buy,2025-07-26 00:51:00,1510.0 -30738,buy_mtf_cross_all_tf,buy,2025-07-29 00:00:00,1584.0 -30739,buy_mtf_cross_all_tf,buy,2025-07-29 00:03:00,1584.0 -30740,buy_mtf_cross_all_tf,buy,2025-07-29 00:54:00,1578.0 -30741,buy_mtf_cross_all_tf,buy,2025-07-29 01:15:00,1568.0 -30742,buy_mtf_cross_all_tf,buy,2025-07-29 01:18:00,1571.0 -30743,buy_mtf_cross_all_tf,buy,2025-07-29 01:21:00,1567.0 -30744,buy_mtf_cross_all_tf,buy,2025-07-29 02:21:00,1568.0 -30745,buy_mtf_cross_all_tf,buy,2025-07-29 03:27:00,1555.0 -30746,buy_mtf_cross_all_tf,buy,2025-07-29 03:30:00,1553.0 -30747,buy_mtf_cross_all_tf,buy,2025-07-29 04:45:00,1547.0 -30748,buy_mtf_cross_all_tf,buy,2025-07-29 04:48:00,1545.0 -30749,buy_mtf_cross_all_tf,buy,2025-07-29 04:51:00,1546.0 -30750,buy_mtf_cross_all_tf,buy,2025-07-29 05:24:00,1545.0 -30751,buy_mtf_cross_all_tf,buy,2025-07-29 05:39:00,1541.0 -30752,buy_mtf_cross_all_tf,buy,2025-07-29 05:45:00,1540.0 -30753,buy_mtf_cross_all_tf,buy,2025-07-29 05:48:00,1535.0 -30754,buy_mtf_cross_all_tf,buy,2025-07-29 05:51:00,1538.0 -30755,buy_mtf_cross_all_tf,buy,2025-07-29 06:27:00,1533.0 -30756,buy_mtf_cross_all_tf,buy,2025-07-29 11:03:00,1526.0 -30757,buy_mtf_cross_all_tf,buy,2025-07-29 11:06:00,1525.0 -30758,buy_mtf_cross_all_tf,buy,2025-07-29 11:09:00,1527.0 -30759,buy_mtf_cross_all_tf,buy,2025-07-29 11:12:00,1523.0 -30760,buy_mtf_cross_all_tf,buy,2025-07-29 11:15:00,1525.0 -30761,buy_mtf_cross_all_tf,buy,2025-07-29 11:18:00,1516.0 -30762,buy_mtf_cross_all_tf,buy,2025-07-29 11:27:00,1519.0 -30763,buy_mtf_cross_all_tf,buy,2025-07-29 11:42:00,1510.0 -30764,buy_mtf_cross_all_tf,buy,2025-07-29 12:00:00,1508.0 -30765,buy_mtf_cross_all_tf,buy,2025-07-29 12:03:00,1508.0 -30766,buy_mtf_cross_all_tf,buy,2025-07-29 19:21:00,1531.0 -30767,buy_mtf_cross_all_tf,buy,2025-07-29 19:24:00,1529.0 -30768,buy_mtf_cross_all_tf,buy,2025-07-29 19:27:00,1530.0 -30769,buy_mtf_cross_all_tf,buy,2025-07-29 19:30:00,1531.0 -30770,buy_mtf_cross_all_tf,buy,2025-07-29 19:36:00,1529.0 -30771,buy_mtf_cross_all_tf,buy,2025-07-29 19:39:00,1527.0 -30772,buy_mtf_cross_all_tf,buy,2025-07-29 19:42:00,1526.0 -30773,buy_mtf_cross_all_tf,buy,2025-07-29 19:45:00,1522.0 -30774,buy_mtf_cross_all_tf,buy,2025-07-29 19:51:00,1517.0 -30775,buy_mtf_cross_all_tf,buy,2025-07-29 19:54:00,1518.0 -30776,buy_mtf_cross_all_tf,buy,2025-07-29 19:57:00,1515.0 -30777,buy_mtf_cross_all_tf,buy,2025-07-29 20:00:00,1514.0 -30778,buy_mtf_cross_all_tf,buy,2025-07-29 20:03:00,1517.0 -30779,buy_mtf_cross_all_tf,buy,2025-07-29 23:15:00,1503.0 -30780,buy_mtf_cross_all_tf,buy,2025-07-29 23:21:00,1504.0 -30781,buy_mtf_cross_all_tf,buy,2025-07-29 23:51:00,1495.0 -30782,buy_mtf_cross_all_tf,buy,2025-07-29 23:57:00,1491.0 -30783,buy_mtf_cross_all_tf,buy,2025-07-30 00:00:00,1491.0 -30784,buy_mtf_cross_all_tf,buy,2025-07-30 00:03:00,1487.0 -30785,buy_mtf_cross_all_tf,buy,2025-07-30 00:06:00,1488.0 -30786,buy_mtf_cross_all_tf,buy,2025-07-30 00:09:00,1487.0 -30787,buy_mtf_cross_all_tf,buy,2025-07-30 00:36:00,1486.0 -30788,buy_mtf_cross_all_tf,buy,2025-07-30 01:27:00,1483.0 -30789,buy_mtf_cross_all_tf,buy,2025-07-30 01:30:00,1477.0 -30790,buy_mtf_cross_all_tf,buy,2025-07-30 01:33:00,1474.0 -30791,buy_mtf_cross_all_tf,buy,2025-07-30 04:30:00,1474.0 -30792,buy_mtf_cross_all_tf,buy,2025-07-30 04:33:00,1477.0 -30793,buy_mtf_cross_all_tf,buy,2025-07-30 04:36:00,1474.0 -30794,buy_mtf_cross_all_tf,buy,2025-07-30 04:39:00,1472.0 -30795,buy_mtf_cross_all_tf,buy,2025-07-30 04:42:00,1473.0 -30796,buy_mtf_cross_all_tf,buy,2025-07-30 05:06:00,1469.0 -30797,buy_mtf_cross_all_tf,buy,2025-07-30 05:09:00,1465.0 -30798,buy_mtf_cross_all_tf,buy,2025-07-30 05:15:00,1461.0 -30799,buy_mtf_cross_all_tf,buy,2025-07-30 05:18:00,1464.0 -30800,buy_mtf_cross_all_tf,buy,2025-07-30 10:30:00,1471.0 -30801,buy_mtf_cross_all_tf,buy,2025-07-30 14:00:00,1474.0 -30802,buy_mtf_cross_all_tf,buy,2025-07-30 14:03:00,1472.0 -30803,buy_mtf_cross_all_tf,buy,2025-07-30 14:09:00,1472.0 -30804,buy_mtf_cross_all_tf,buy,2025-07-30 14:12:00,1468.0 -30805,buy_mtf_cross_all_tf,buy,2025-07-30 14:15:00,1471.0 -30806,buy_mtf_cross_all_tf,buy,2025-07-30 16:21:00,1470.0 -30807,buy_mtf_cross_all_tf,buy,2025-07-30 16:24:00,1470.0 -30808,buy_mtf_cross_all_tf,buy,2025-07-30 16:27:00,1470.0 -30809,buy_mtf_cross_all_tf,buy,2025-07-30 16:45:00,1469.0 -30810,buy_mtf_cross_all_tf,buy,2025-07-30 16:48:00,1467.0 -30811,buy_mtf_cross_all_tf,buy,2025-07-30 16:51:00,1468.0 -30812,buy_mtf_cross_all_tf,buy,2025-07-30 16:54:00,1465.0 -30813,buy_mtf_cross_all_tf,buy,2025-07-30 16:57:00,1465.0 -30814,buy_mtf_cross_all_tf,buy,2025-07-30 17:00:00,1466.0 -30815,buy_mtf_cross_all_tf,buy,2025-07-30 17:06:00,1466.0 -30816,buy_mtf_cross_all_tf,buy,2025-07-30 17:21:00,1464.0 -30817,buy_mtf_cross_all_tf,buy,2025-07-30 18:30:00,1461.0 -30818,buy_mtf_cross_all_tf,buy,2025-07-30 18:36:00,1462.0 -30819,buy_mtf_cross_all_tf,buy,2025-07-30 18:39:00,1458.0 -30820,buy_mtf_cross_all_tf,buy,2025-07-30 18:42:00,1459.0 -30821,buy_mtf_cross_all_tf,buy,2025-07-30 18:45:00,1459.0 -30822,buy_mtf_cross_all_tf,buy,2025-07-30 18:48:00,1459.0 -30823,buy_mtf_cross_all_tf,buy,2025-07-30 20:18:00,1443.0 -30824,buy_mtf_cross_all_tf,buy,2025-07-30 20:36:00,1434.0 -30825,buy_mtf_cross_all_tf,buy,2025-07-30 20:39:00,1432.0 -30826,buy_mtf_cross_all_tf,buy,2025-07-30 20:42:00,1430.0 -30827,buy_mtf_cross_all_tf,buy,2025-07-30 20:45:00,1426.0 -30828,buy_mtf_cross_all_tf,buy,2025-07-30 20:48:00,1427.0 -30829,buy_mtf_cross_all_tf,buy,2025-07-30 20:51:00,1423.0 -30830,buy_mtf_cross_all_tf,buy,2025-07-30 20:54:00,1423.0 -30831,buy_mtf_cross_all_tf,buy,2025-07-30 20:57:00,1422.0 -30832,buy_mtf_cross_all_tf,buy,2025-07-31 07:30:00,1450.0 -30833,buy_mtf_cross_all_tf,buy,2025-07-31 21:15:00,1489.0 -30834,buy_mtf_cross_all_tf,buy,2025-07-31 21:18:00,1487.0 -30835,buy_mtf_cross_all_tf,buy,2025-07-31 21:27:00,1486.0 -30836,buy_mtf_cross_all_tf,buy,2025-07-31 21:42:00,1481.0 -30837,buy_mtf_cross_all_tf,buy,2025-07-31 21:45:00,1478.0 -30838,buy_mtf_cross_all_tf,buy,2025-07-31 21:48:00,1476.0 -30839,buy_mtf_cross_all_tf,buy,2025-07-31 22:24:00,1467.0 -30840,buy_mtf_cross_all_tf,buy,2025-07-31 22:27:00,1464.0 -30841,buy_mtf_cross_all_tf,buy,2025-07-31 22:30:00,1465.0 -30842,buy_mtf_cross_all_tf,buy,2025-07-31 22:33:00,1463.0 -30843,buy_mtf_cross_all_tf,buy,2025-07-31 22:36:00,1460.0 -30844,buy_mtf_cross_all_tf,buy,2025-08-01 00:06:00,1447.0 -30845,buy_mtf_cross_all_tf,buy,2025-08-01 00:12:00,1444.0 -30846,buy_mtf_cross_all_tf,buy,2025-08-01 04:18:00,1450.0 -30847,buy_mtf_cross_all_tf,buy,2025-08-01 05:12:00,1446.0 -30848,buy_mtf_cross_all_tf,buy,2025-08-01 06:12:00,1445.0 -30849,buy_mtf_cross_all_tf,buy,2025-08-01 06:21:00,1443.0 -30850,buy_mtf_cross_all_tf,buy,2025-08-01 07:00:00,1436.0 -30851,buy_mtf_cross_all_tf,buy,2025-08-01 07:21:00,1420.0 -30852,buy_mtf_cross_all_tf,buy,2025-08-01 07:24:00,1418.0 -30853,buy_mtf_cross_all_tf,buy,2025-08-01 07:27:00,1411.0 -30854,buy_mtf_cross_all_tf,buy,2025-08-01 07:30:00,1416.0 -30855,buy_mtf_cross_all_tf,buy,2025-08-01 07:33:00,1411.0 -30856,buy_mtf_cross_all_tf,buy,2025-08-01 07:36:00,1410.0 -30857,buy_mtf_cross_all_tf,buy,2025-08-01 07:39:00,1407.0 -30858,buy_mtf_cross_all_tf,buy,2025-08-01 07:42:00,1406.0 -30859,buy_mtf_cross_all_tf,buy,2025-08-01 07:48:00,1407.0 -30860,buy_mtf_cross_all_tf,buy,2025-08-01 08:48:00,1402.0 -30861,buy_mtf_cross_all_tf,buy,2025-08-01 09:24:00,1388.0 -30862,buy_mtf_cross_all_tf,buy,2025-08-01 09:27:00,1383.0 -30863,buy_mtf_cross_all_tf,buy,2025-08-01 09:30:00,1383.0 -30864,buy_mtf_cross_all_tf,buy,2025-08-01 09:33:00,1382.0 -30865,buy_mtf_cross_all_tf,buy,2025-08-01 09:42:00,1377.0 -30866,buy_mtf_cross_all_tf,buy,2025-08-01 09:45:00,1373.0 -30867,buy_mtf_cross_all_tf,buy,2025-08-01 14:30:00,1376.0 -30868,buy_mtf_cross_all_tf,buy,2025-08-01 15:00:00,1367.0 -30869,buy_mtf_cross_all_tf,buy,2025-08-01 15:03:00,1364.0 -30870,buy_mtf_cross_all_tf,buy,2025-08-01 15:15:00,1365.0 -30871,buy_mtf_cross_all_tf,buy,2025-08-01 15:21:00,1361.0 -30872,buy_mtf_cross_all_tf,buy,2025-08-01 15:30:00,1362.0 -30873,buy_mtf_cross_all_tf,buy,2025-08-01 15:42:00,1359.0 -30874,buy_mtf_cross_all_tf,buy,2025-08-01 17:21:00,1345.0 -30875,buy_mtf_cross_all_tf,buy,2025-08-01 17:24:00,1346.0 -30876,buy_mtf_cross_all_tf,buy,2025-08-01 17:30:00,1345.0 -30877,buy_mtf_cross_all_tf,buy,2025-08-01 17:36:00,1338.0 -30878,buy_mtf_cross_all_tf,buy,2025-08-01 23:00:00,1341.0 -30879,buy_mtf_cross_all_tf,buy,2025-08-01 23:03:00,1337.0 -30880,buy_mtf_cross_all_tf,buy,2025-08-02 02:12:00,1348.0 -30881,buy_mtf_cross_all_tf,buy,2025-08-02 02:15:00,1350.0 -30882,buy_mtf_cross_all_tf,buy,2025-08-02 02:18:00,1350.0 -30883,buy_mtf_cross_all_tf,buy,2025-08-02 03:06:00,1343.0 -30884,buy_mtf_cross_all_tf,buy,2025-08-02 07:42:00,1318.0 -30885,buy_mtf_cross_all_tf,buy,2025-08-02 14:45:00,1348.0 -30886,buy_mtf_cross_all_tf,buy,2025-08-02 15:06:00,1346.0 -30887,buy_mtf_cross_all_tf,buy,2025-08-02 15:12:00,1346.0 -30888,buy_mtf_cross_all_tf,buy,2025-08-02 15:15:00,1346.0 -30889,buy_mtf_cross_all_tf,buy,2025-08-02 15:45:00,1322.0 -30890,buy_mtf_cross_all_tf,buy,2025-08-02 16:12:00,1321.0 -30891,buy_mtf_cross_all_tf,buy,2025-08-02 16:15:00,1322.0 -30892,buy_mtf_cross_all_tf,buy,2025-08-02 19:51:00,1327.0 -30893,buy_mtf_cross_all_tf,buy,2025-08-02 23:45:00,1320.0 -30894,buy_mtf_cross_all_tf,buy,2025-08-02 23:54:00,1318.0 -30895,buy_mtf_cross_all_tf,buy,2025-08-02 23:57:00,1318.0 -30896,buy_mtf_cross_all_tf,buy,2025-08-03 00:57:00,1312.0 -30897,buy_mtf_cross_all_tf,buy,2025-08-03 01:00:00,1313.0 -30898,buy_mtf_cross_all_tf,buy,2025-08-03 01:03:00,1315.0 -30899,buy_mtf_cross_all_tf,buy,2025-08-03 01:12:00,1311.0 -30900,buy_mtf_cross_all_tf,buy,2025-08-03 03:00:00,1301.0 -30901,buy_mtf_cross_all_tf,buy,2025-08-03 03:03:00,1303.0 -30902,buy_mtf_cross_all_tf,buy,2025-08-03 03:06:00,1303.0 -30903,buy_mtf_cross_all_tf,buy,2025-08-03 03:09:00,1298.0 -30904,buy_mtf_cross_all_tf,buy,2025-08-03 03:15:00,1296.0 -30905,buy_mtf_cross_all_tf,buy,2025-08-03 03:30:00,1293.0 -30906,buy_mtf_cross_all_tf,buy,2025-08-03 03:33:00,1294.0 -30907,buy_mtf_cross_all_tf,buy,2025-08-03 03:36:00,1293.0 -30908,buy_mtf_cross_all_tf,buy,2025-08-03 03:51:00,1289.0 -30909,buy_mtf_cross_all_tf,buy,2025-08-03 03:54:00,1289.0 -30910,buy_mtf_cross_all_tf,buy,2025-08-03 03:57:00,1291.0 -30911,buy_mtf_cross_all_tf,buy,2025-08-05 12:36:00,1355.0 -30912,buy_mtf_cross_all_tf,buy,2025-08-05 12:39:00,1352.0 -30913,buy_mtf_cross_all_tf,buy,2025-08-05 12:45:00,1355.0 -30914,buy_mtf_cross_all_tf,buy,2025-08-05 13:45:00,1350.0 -30915,buy_mtf_cross_all_tf,buy,2025-08-05 13:48:00,1349.0 -30916,buy_mtf_cross_all_tf,buy,2025-08-05 13:54:00,1350.0 -30917,buy_mtf_cross_all_tf,buy,2025-08-05 16:06:00,1336.0 -30918,buy_mtf_cross_all_tf,buy,2025-08-05 16:09:00,1335.0 -30919,buy_mtf_cross_all_tf,buy,2025-08-05 16:12:00,1335.0 -30920,buy_mtf_cross_all_tf,buy,2025-08-05 16:15:00,1335.0 -30921,buy_mtf_cross_all_tf,buy,2025-08-05 16:18:00,1333.0 -30922,buy_mtf_cross_all_tf,buy,2025-08-05 16:30:00,1333.0 -30923,buy_mtf_cross_all_tf,buy,2025-08-05 16:33:00,1331.0 -30924,buy_mtf_cross_all_tf,buy,2025-08-05 16:36:00,1328.0 -30925,buy_mtf_cross_all_tf,buy,2025-08-05 16:48:00,1325.0 -30926,buy_mtf_cross_all_tf,buy,2025-08-05 16:51:00,1326.0 -30927,buy_mtf_cross_all_tf,buy,2025-08-05 16:54:00,1321.0 -30928,buy_mtf_cross_all_tf,buy,2025-08-05 16:57:00,1324.0 -30929,buy_mtf_cross_all_tf,buy,2025-08-05 17:00:00,1321.0 -30930,buy_mtf_cross_all_tf,buy,2025-08-05 17:03:00,1319.0 -30931,buy_mtf_cross_all_tf,buy,2025-08-05 17:09:00,1317.0 -30932,buy_mtf_cross_all_tf,buy,2025-08-05 17:12:00,1318.0 -30933,buy_mtf_cross_all_tf,buy,2025-08-05 17:15:00,1318.0 -30934,buy_mtf_cross_all_tf,buy,2025-08-05 23:36:00,1318.0 -30935,buy_mtf_cross_all_tf,buy,2025-08-05 23:39:00,1317.0 -30936,buy_mtf_cross_all_tf,buy,2025-08-06 00:42:00,1312.0 -30937,buy_mtf_cross_all_tf,buy,2025-08-06 00:45:00,1314.0 -30938,buy_mtf_cross_all_tf,buy,2025-08-06 00:48:00,1310.0 -30939,buy_mtf_cross_all_tf,buy,2025-08-06 00:51:00,1312.0 -30940,buy_mtf_cross_all_tf,buy,2025-08-06 00:54:00,1310.0 -30941,buy_mtf_cross_all_tf,buy,2025-08-06 04:36:00,1312.0 -30942,buy_mtf_cross_all_tf,buy,2025-08-06 04:45:00,1311.0 -30943,buy_mtf_cross_all_tf,buy,2025-08-06 04:48:00,1312.0 -30944,buy_mtf_cross_all_tf,buy,2025-08-06 04:51:00,1311.0 -30945,buy_mtf_cross_all_tf,buy,2025-08-06 04:54:00,1310.0 -30946,buy_mtf_cross_all_tf,buy,2025-08-06 10:21:00,1306.0 -30947,buy_mtf_cross_all_tf,buy,2025-08-06 10:27:00,1305.0 -30948,buy_mtf_cross_all_tf,buy,2025-08-06 10:30:00,1303.0 -30949,buy_mtf_cross_all_tf,buy,2025-08-06 13:00:00,1301.0 -30950,buy_mtf_cross_all_tf,buy,2025-08-06 13:27:00,1291.0 -30951,buy_mtf_cross_all_tf,buy,2025-08-06 13:30:00,1291.0 -30952,buy_mtf_cross_all_tf,buy,2025-08-06 13:36:00,1290.0 -30953,buy_mtf_cross_all_tf,buy,2025-08-06 13:39:00,1288.0 -30954,buy_mtf_cross_all_tf,buy,2025-08-12 03:00:00,1407.0 -30955,buy_mtf_cross_all_tf,buy,2025-08-12 03:03:00,1405.0 -30956,buy_mtf_cross_all_tf,buy,2025-08-12 05:06:00,1400.0 -30957,buy_mtf_cross_all_tf,buy,2025-08-12 05:09:00,1399.0 -30958,buy_mtf_cross_all_tf,buy,2025-08-12 05:12:00,1395.0 -30959,buy_mtf_cross_all_tf,buy,2025-08-12 05:15:00,1396.0 -30960,buy_mtf_cross_all_tf,buy,2025-08-12 05:18:00,1394.0 -30961,buy_mtf_cross_all_tf,buy,2025-08-12 05:36:00,1393.0 -30962,buy_mtf_cross_all_tf,buy,2025-08-12 07:06:00,1370.0 -30963,buy_mtf_cross_all_tf,buy,2025-08-12 07:09:00,1367.0 -30964,buy_mtf_cross_all_tf,buy,2025-08-12 07:12:00,1365.0 -30965,buy_mtf_cross_all_tf,buy,2025-08-12 07:15:00,1365.0 -30966,buy_mtf_cross_all_tf,buy,2025-08-12 07:21:00,1358.0 -30967,buy_mtf_cross_all_tf,buy,2025-08-12 07:24:00,1358.0 -30968,buy_mtf_cross_all_tf,buy,2025-08-12 07:27:00,1356.0 -30969,buy_mtf_cross_all_tf,buy,2025-08-12 07:30:00,1360.0 -30970,buy_mtf_cross_all_tf,buy,2025-08-12 07:33:00,1361.0 -30971,buy_mtf_cross_all_tf,buy,2025-08-12 13:06:00,1368.0 -30972,buy_mtf_cross_all_tf,buy,2025-08-12 13:21:00,1368.0 -30973,buy_mtf_cross_all_tf,buy,2025-08-12 13:24:00,1366.0 -30974,buy_mtf_cross_all_tf,buy,2025-08-12 13:27:00,1366.0 -30975,buy_mtf_cross_all_tf,buy,2025-08-12 14:15:00,1365.0 -30976,buy_mtf_cross_all_tf,buy,2025-08-12 14:42:00,1354.0 -30977,buy_mtf_cross_all_tf,buy,2025-08-12 14:45:00,1354.0 -30978,buy_mtf_cross_all_tf,buy,2025-08-12 14:48:00,1354.0 -30979,buy_mtf_cross_all_tf,buy,2025-08-12 15:15:00,1352.0 -30980,buy_mtf_cross_all_tf,buy,2025-08-12 19:00:00,1352.0 -30981,buy_mtf_cross_all_tf,buy,2025-08-12 19:12:00,1348.0 -30982,buy_mtf_cross_all_tf,buy,2025-08-12 19:15:00,1347.0 -30983,buy_mtf_cross_all_tf,buy,2025-08-12 19:18:00,1347.0 -30984,buy_mtf_cross_all_tf,buy,2025-08-12 19:42:00,1345.0 -30985,buy_mtf_cross_all_tf,buy,2025-08-15 01:21:00,1398.0 -30986,buy_mtf_cross_all_tf,buy,2025-08-15 01:24:00,1396.0 -30987,buy_mtf_cross_all_tf,buy,2025-08-15 01:27:00,1391.0 -30988,buy_mtf_cross_all_tf,buy,2025-08-15 01:30:00,1393.0 -30989,buy_mtf_cross_all_tf,buy,2025-08-15 01:33:00,1394.0 -30990,buy_mtf_cross_all_tf,buy,2025-08-15 06:45:00,1377.0 -30991,buy_mtf_cross_all_tf,buy,2025-08-15 14:03:00,1398.0 -30992,buy_mtf_cross_all_tf,buy,2025-08-15 14:18:00,1396.0 -30993,buy_mtf_cross_all_tf,buy,2025-08-15 14:21:00,1394.0 -30994,buy_mtf_cross_all_tf,buy,2025-08-15 14:24:00,1394.0 -30995,buy_mtf_cross_all_tf,buy,2025-08-15 18:36:00,1398.0 -30996,buy_mtf_cross_all_tf,buy,2025-08-15 18:39:00,1397.0 -30997,buy_mtf_cross_all_tf,buy,2025-08-15 18:45:00,1396.0 -30998,buy_mtf_cross_all_tf,buy,2025-08-15 18:48:00,1395.0 -30999,buy_mtf_cross_all_tf,buy,2025-08-15 18:51:00,1395.0 -31000,buy_mtf_cross_all_tf,buy,2025-08-15 18:54:00,1394.0 -31001,buy_mtf_cross_all_tf,buy,2025-08-15 19:00:00,1393.0 -31002,buy_mtf_cross_all_tf,buy,2025-08-15 19:06:00,1392.0 -31003,buy_mtf_cross_all_tf,buy,2025-08-15 19:51:00,1392.0 -31004,buy_mtf_cross_all_tf,buy,2025-08-15 20:15:00,1391.0 -31005,buy_mtf_cross_all_tf,buy,2025-08-15 20:30:00,1386.0 -31006,buy_mtf_cross_all_tf,buy,2025-08-15 20:33:00,1387.0 -31007,buy_mtf_cross_all_tf,buy,2025-08-15 20:36:00,1386.0 -31008,buy_mtf_cross_all_tf,buy,2025-08-15 22:51:00,1385.0 -31009,buy_mtf_cross_all_tf,buy,2025-08-15 23:00:00,1381.0 -31010,buy_mtf_cross_all_tf,buy,2025-08-15 23:27:00,1377.0 -31011,buy_mtf_cross_all_tf,buy,2025-08-15 23:30:00,1375.0 -31012,buy_mtf_cross_all_tf,buy,2025-08-15 23:36:00,1375.0 -31013,buy_mtf_cross_all_tf,buy,2025-08-15 23:45:00,1373.0 -31014,buy_mtf_cross_all_tf,buy,2025-08-15 23:51:00,1369.0 -31015,buy_mtf_cross_all_tf,buy,2025-08-15 23:54:00,1366.0 -31016,buy_mtf_cross_all_tf,buy,2025-08-16 00:00:00,1366.0 -31017,buy_mtf_cross_all_tf,buy,2025-08-16 00:03:00,1361.0 -31018,buy_mtf_cross_all_tf,buy,2025-08-16 00:06:00,1361.0 -31019,buy_mtf_cross_all_tf,buy,2025-08-16 00:09:00,1357.0 -31020,buy_mtf_cross_all_tf,buy,2025-08-16 00:18:00,1361.0 -31021,buy_mtf_cross_all_tf,buy,2025-08-16 00:21:00,1360.0 -31022,buy_mtf_cross_all_tf,buy,2025-08-16 00:24:00,1355.0 -31023,buy_mtf_cross_all_tf,buy,2025-08-16 00:27:00,1354.0 -31024,buy_mtf_cross_all_tf,buy,2025-08-16 00:36:00,1349.0 -31025,buy_mtf_cross_all_tf,buy,2025-08-16 00:39:00,1348.0 -31026,buy_mtf_cross_all_tf,buy,2025-08-16 00:42:00,1344.0 -31027,buy_mtf_cross_all_tf,buy,2025-08-16 00:51:00,1339.0 -31028,buy_mtf_cross_all_tf,buy,2025-08-16 01:00:00,1341.0 -31029,buy_mtf_cross_all_tf,buy,2025-08-16 01:03:00,1337.0 -31030,buy_mtf_cross_all_tf,buy,2025-08-16 01:06:00,1337.0 -31031,buy_mtf_cross_all_tf,buy,2025-08-16 01:09:00,1334.0 -31032,buy_mtf_cross_all_tf,buy,2025-08-16 01:12:00,1332.0 -31033,buy_mtf_cross_all_tf,buy,2025-08-16 12:57:00,1374.0 -31034,buy_mtf_cross_all_tf,buy,2025-08-16 13:00:00,1375.0 -31035,buy_mtf_cross_all_tf,buy,2025-08-16 13:03:00,1375.0 -31036,buy_mtf_cross_all_tf,buy,2025-08-16 13:06:00,1373.0 -31037,buy_mtf_cross_all_tf,buy,2025-08-16 13:15:00,1371.0 -31038,buy_mtf_cross_all_tf,buy,2025-08-16 13:18:00,1371.0 -31039,buy_mtf_cross_all_tf,buy,2025-08-16 13:21:00,1370.0 -31040,buy_mtf_cross_all_tf,buy,2025-08-16 13:24:00,1370.0 -31041,buy_mtf_cross_all_tf,buy,2025-08-16 14:30:00,1370.0 -31042,buy_mtf_cross_all_tf,buy,2025-08-16 14:33:00,1371.0 -31043,buy_mtf_cross_all_tf,buy,2025-08-16 14:36:00,1370.0 -31044,buy_mtf_cross_all_tf,buy,2025-08-16 14:45:00,1368.0 -31045,buy_mtf_cross_all_tf,buy,2025-08-16 15:06:00,1367.0 -31046,buy_mtf_cross_all_tf,buy,2025-08-16 15:09:00,1367.0 -31047,buy_mtf_cross_all_tf,buy,2025-08-16 15:12:00,1365.0 -31048,buy_mtf_cross_all_tf,buy,2025-08-16 19:33:00,1360.0 -31049,buy_mtf_cross_all_tf,buy,2025-08-16 19:36:00,1360.0 -31050,buy_mtf_cross_all_tf,buy,2025-08-16 19:45:00,1356.0 -31051,buy_mtf_cross_all_tf,buy,2025-08-16 19:48:00,1356.0 -31052,buy_mtf_cross_all_tf,buy,2025-08-16 19:57:00,1356.0 -31053,buy_mtf_cross_all_tf,buy,2025-08-16 20:57:00,1356.0 -31054,buy_mtf_cross_all_tf,buy,2025-08-16 21:06:00,1354.0 -31055,buy_mtf_cross_all_tf,buy,2025-08-16 21:09:00,1353.0 -31056,buy_mtf_cross_all_tf,buy,2025-08-16 21:12:00,1353.0 -31057,buy_mtf_cross_all_tf,buy,2025-08-16 21:15:00,1353.0 -31058,buy_mtf_cross_all_tf,buy,2025-08-16 21:18:00,1353.0 -31059,buy_mtf_cross_all_tf,buy,2025-08-16 21:27:00,1350.0 -31060,buy_mtf_cross_all_tf,buy,2025-08-18 09:21:00,1388.0 -31061,buy_mtf_cross_all_tf,buy,2025-08-18 09:24:00,1387.0 -31062,buy_mtf_cross_all_tf,buy,2025-08-18 09:27:00,1387.0 -31063,buy_mtf_cross_all_tf,buy,2025-08-18 09:36:00,1385.0 -31064,buy_mtf_cross_all_tf,buy,2025-08-18 09:39:00,1385.0 -31065,buy_mtf_cross_all_tf,buy,2025-08-18 10:15:00,1384.0 -31066,buy_mtf_cross_all_tf,buy,2025-08-18 10:24:00,1380.0 -31067,buy_mtf_cross_all_tf,buy,2025-08-18 10:42:00,1371.0 -31068,buy_mtf_cross_all_tf,buy,2025-08-18 10:45:00,1372.0 -31069,buy_mtf_cross_all_tf,buy,2025-08-18 10:48:00,1373.0 -31070,buy_mtf_cross_all_tf,buy,2025-08-18 10:51:00,1370.0 -31071,buy_mtf_cross_all_tf,buy,2025-08-18 10:54:00,1369.0 -31072,buy_mtf_cross_all_tf,buy,2025-08-18 10:57:00,1369.0 -31073,buy_mtf_cross_all_tf,buy,2025-08-18 11:00:00,1368.0 -31074,buy_mtf_cross_all_tf,buy,2025-08-18 11:03:00,1365.0 -31075,buy_mtf_cross_all_tf,buy,2025-08-18 11:06:00,1363.0 -31076,buy_mtf_cross_all_tf,buy,2025-08-18 11:09:00,1364.0 -31077,buy_mtf_cross_all_tf,buy,2025-08-18 11:15:00,1360.0 -31078,buy_mtf_cross_all_tf,buy,2025-08-18 11:18:00,1356.0 -31079,buy_mtf_cross_all_tf,buy,2025-08-18 11:21:00,1355.0 -31080,buy_mtf_cross_all_tf,buy,2025-08-18 11:24:00,1354.0 -31081,buy_mtf_cross_all_tf,buy,2025-08-18 11:27:00,1352.0 -31082,buy_mtf_cross_all_tf,buy,2025-08-18 11:30:00,1351.0 -31083,buy_mtf_cross_all_tf,buy,2025-08-18 11:33:00,1350.0 -31084,buy_mtf_cross_all_tf,buy,2025-08-18 11:36:00,1350.0 -31085,buy_mtf_cross_all_tf,buy,2025-08-18 11:51:00,1343.0 -31086,buy_mtf_cross_all_tf,buy,2025-08-18 11:54:00,1341.0 -31087,buy_mtf_cross_all_tf,buy,2025-08-18 11:57:00,1341.0 -31088,buy_mtf_cross_all_tf,buy,2025-08-18 12:00:00,1341.0 -31089,buy_mtf_cross_all_tf,buy,2025-08-18 12:03:00,1338.0 -31090,buy_mtf_cross_all_tf,buy,2025-08-18 12:06:00,1341.0 -31091,buy_mtf_cross_all_tf,buy,2025-08-18 12:09:00,1341.0 -31092,buy_mtf_cross_all_tf,buy,2025-08-18 12:12:00,1341.0 -31093,buy_mtf_cross_all_tf,buy,2025-08-18 12:15:00,1337.0 -31094,buy_mtf_cross_all_tf,buy,2025-08-18 12:18:00,1336.0 -31095,buy_mtf_cross_all_tf,buy,2025-08-18 12:21:00,1334.0 -31096,buy_mtf_cross_all_tf,buy,2025-08-18 12:24:00,1333.0 -31097,buy_mtf_cross_all_tf,buy,2025-08-18 12:27:00,1331.0 -31098,buy_mtf_cross_all_tf,buy,2025-08-18 12:30:00,1330.0 -31099,buy_mtf_cross_all_tf,buy,2025-08-18 12:33:00,1330.0 -31100,buy_mtf_cross_all_tf,buy,2025-08-18 12:36:00,1329.0 -31101,buy_mtf_cross_all_tf,buy,2025-08-18 12:39:00,1329.0 -31102,buy_mtf_cross_all_tf,buy,2025-08-18 12:42:00,1330.0 -31103,buy_mtf_cross_all_tf,buy,2025-08-18 12:45:00,1328.0 -31104,buy_mtf_cross_all_tf,buy,2025-08-18 15:33:00,1328.0 -31105,buy_mtf_cross_all_tf,buy,2025-08-18 15:36:00,1331.0 -31106,buy_mtf_cross_all_tf,buy,2025-08-18 15:39:00,1329.0 -31107,buy_mtf_cross_all_tf,buy,2025-08-18 15:42:00,1328.0 -31108,buy_mtf_cross_all_tf,buy,2025-08-18 15:45:00,1326.0 -31109,buy_mtf_cross_all_tf,buy,2025-08-18 15:48:00,1324.0 -31110,buy_mtf_cross_all_tf,buy,2025-08-18 23:06:00,1326.0 -31111,buy_mtf_cross_all_tf,buy,2025-08-18 23:09:00,1323.0 -31112,buy_mtf_cross_all_tf,buy,2025-08-18 23:12:00,1321.0 -31113,buy_mtf_cross_all_tf,buy,2025-08-19 08:51:00,1325.0 -31114,buy_mtf_cross_all_tf,buy,2025-08-19 08:54:00,1326.0 -31115,buy_mtf_cross_all_tf,buy,2025-08-19 08:57:00,1326.0 -31116,buy_mtf_cross_all_tf,buy,2025-08-19 09:00:00,1325.0 -31117,buy_mtf_cross_all_tf,buy,2025-08-19 09:03:00,1325.0 -31118,buy_mtf_cross_all_tf,buy,2025-08-19 09:42:00,1321.0 -31119,buy_mtf_cross_all_tf,buy,2025-08-19 09:45:00,1321.0 -31120,buy_mtf_cross_all_tf,buy,2025-08-19 10:51:00,1318.0 -31121,buy_mtf_cross_all_tf,buy,2025-08-19 10:54:00,1318.0 -31122,buy_mtf_cross_all_tf,buy,2025-08-19 11:06:00,1316.0 -31123,buy_mtf_cross_all_tf,buy,2025-08-19 11:12:00,1317.0 -31124,buy_mtf_cross_all_tf,buy,2025-08-19 11:21:00,1314.0 -31125,buy_mtf_cross_all_tf,buy,2025-08-19 12:09:00,1314.0 -31126,buy_mtf_cross_all_tf,buy,2025-08-19 12:12:00,1314.0 -31127,buy_mtf_cross_all_tf,buy,2025-08-19 12:30:00,1312.0 -31128,buy_mtf_cross_all_tf,buy,2025-08-19 13:00:00,1293.0 -31129,buy_mtf_cross_all_tf,buy,2025-08-19 13:03:00,1293.0 -31130,buy_mtf_cross_all_tf,buy,2025-08-19 13:06:00,1291.0 -31131,buy_mtf_cross_all_tf,buy,2025-08-19 13:09:00,1286.0 -31132,buy_mtf_cross_all_tf,buy,2025-08-19 13:12:00,1289.0 -31133,buy_mtf_cross_all_tf,buy,2025-08-19 13:15:00,1289.0 -31134,buy_mtf_cross_all_tf,buy,2025-08-19 23:12:00,1301.0 -31135,buy_mtf_cross_all_tf,buy,2025-08-19 23:36:00,1290.0 -31136,buy_mtf_cross_all_tf,buy,2025-08-19 23:39:00,1288.0 -31137,buy_mtf_cross_all_tf,buy,2025-08-19 23:45:00,1286.0 -31138,buy_mtf_cross_all_tf,buy,2025-08-19 23:48:00,1285.0 -31139,buy_mtf_cross_all_tf,buy,2025-08-20 01:00:00,1285.0 -31140,buy_mtf_cross_all_tf,buy,2025-08-20 01:15:00,1284.0 -31141,buy_mtf_cross_all_tf,buy,2025-08-20 01:18:00,1284.0 -31142,buy_mtf_cross_all_tf,buy,2025-08-20 01:30:00,1282.0 -31143,buy_mtf_cross_all_tf,buy,2025-08-20 01:33:00,1283.0 -31144,buy_mtf_cross_all_tf,buy,2025-08-20 01:45:00,1278.0 -31145,buy_mtf_cross_all_tf,buy,2025-08-20 02:00:00,1276.0 -31146,buy_mtf_cross_all_tf,buy,2025-08-20 02:09:00,1270.0 -31147,buy_mtf_cross_all_tf,buy,2025-08-20 03:57:00,1265.0 -31148,buy_mtf_cross_all_tf,buy,2025-08-20 04:12:00,1262.0 -31149,buy_mtf_cross_all_tf,buy,2025-08-20 04:15:00,1259.0 -31150,buy_mtf_cross_all_tf,buy,2025-08-20 08:15:00,1264.0 -31151,buy_mtf_cross_all_tf,buy,2025-08-20 08:21:00,1262.0 -31152,buy_mtf_cross_all_tf,buy,2025-08-20 08:24:00,1264.0 -31153,buy_mtf_cross_all_tf,buy,2025-08-20 08:27:00,1261.0 -31154,buy_mtf_cross_all_tf,buy,2025-08-20 08:30:00,1260.0 -31155,buy_mtf_cross_all_tf,buy,2025-08-20 08:39:00,1257.0 -31156,buy_mtf_cross_all_tf,buy,2025-08-20 08:45:00,1258.0 -31157,buy_mtf_cross_all_tf,buy,2025-08-20 08:48:00,1255.0 -31158,buy_mtf_cross_all_tf,buy,2025-08-20 09:00:00,1252.0 -31159,buy_mtf_cross_all_tf,buy,2025-08-21 16:30:00,1322.0 -31160,buy_mtf_cross_all_tf,buy,2025-08-21 17:27:00,1321.0 -31161,buy_mtf_cross_all_tf,buy,2025-08-21 17:30:00,1320.0 -31162,buy_mtf_cross_all_tf,buy,2025-08-21 17:33:00,1319.0 -31163,buy_mtf_cross_all_tf,buy,2025-08-21 17:36:00,1319.0 -31164,buy_mtf_cross_all_tf,buy,2025-08-21 17:39:00,1319.0 -31165,buy_mtf_cross_all_tf,buy,2025-08-21 17:42:00,1318.0 -31166,buy_mtf_cross_all_tf,buy,2025-08-21 18:12:00,1313.0 -31167,buy_mtf_cross_all_tf,buy,2025-08-21 18:15:00,1312.0 -31168,buy_mtf_cross_all_tf,buy,2025-08-21 18:18:00,1311.0 -31169,buy_mtf_cross_all_tf,buy,2025-08-21 18:21:00,1310.0 -31170,buy_mtf_cross_all_tf,buy,2025-08-21 18:24:00,1312.0 -31171,buy_mtf_cross_all_tf,buy,2025-08-21 19:00:00,1311.0 -31172,buy_mtf_cross_all_tf,buy,2025-08-21 19:03:00,1309.0 -31173,buy_mtf_cross_all_tf,buy,2025-08-21 21:00:00,1307.0 -31174,buy_mtf_cross_all_tf,buy,2025-08-21 21:03:00,1307.0 -31175,buy_mtf_cross_all_tf,buy,2025-08-21 21:12:00,1304.0 -31176,buy_mtf_cross_all_tf,buy,2025-08-21 21:21:00,1302.0 -31177,buy_mtf_cross_all_tf,buy,2025-08-21 21:30:00,1302.0 -31178,buy_mtf_cross_all_tf,buy,2025-08-21 21:42:00,1302.0 -31179,buy_mtf_cross_all_tf,buy,2025-08-21 21:45:00,1301.0 -31180,buy_mtf_cross_all_tf,buy,2025-08-21 21:57:00,1297.0 -31181,buy_mtf_cross_all_tf,buy,2025-08-25 14:21:00,1328.0 -31182,buy_mtf_cross_all_tf,buy,2025-08-25 14:24:00,1324.0 -31183,buy_mtf_cross_all_tf,buy,2025-08-25 14:27:00,1326.0 -31184,buy_mtf_cross_all_tf,buy,2025-08-25 14:30:00,1326.0 -31185,buy_mtf_cross_all_tf,buy,2025-08-25 14:33:00,1325.0 -31186,buy_mtf_cross_all_tf,buy,2025-08-25 14:36:00,1323.0 -31187,buy_mtf_cross_all_tf,buy,2025-08-25 14:54:00,1320.0 -31188,buy_mtf_cross_all_tf,buy,2025-08-25 15:00:00,1318.0 -31189,buy_mtf_cross_all_tf,buy,2025-08-25 15:03:00,1317.0 -31190,buy_mtf_cross_all_tf,buy,2025-08-25 15:06:00,1318.0 -31191,buy_mtf_cross_all_tf,buy,2025-08-25 15:12:00,1316.0 -31192,buy_mtf_cross_all_tf,buy,2025-08-25 15:15:00,1315.0 -31193,buy_mtf_cross_all_tf,buy,2025-08-25 15:36:00,1311.0 -31194,buy_mtf_cross_all_tf,buy,2025-08-25 15:39:00,1311.0 -31195,buy_mtf_cross_all_tf,buy,2025-08-25 15:45:00,1311.0 -31196,buy_mtf_cross_all_tf,buy,2025-08-25 15:57:00,1305.0 -31197,buy_mtf_cross_all_tf,buy,2025-08-25 16:00:00,1303.0 -31198,buy_mtf_cross_all_tf,buy,2025-08-25 16:30:00,1302.0 -31199,buy_mtf_cross_all_tf,buy,2025-08-25 16:33:00,1300.0 -31200,buy_mtf_cross_all_tf,buy,2025-08-25 16:51:00,1296.0 -31201,buy_mtf_cross_all_tf,buy,2025-08-25 17:03:00,1292.0 -31202,buy_mtf_cross_all_tf,buy,2025-08-25 19:12:00,1290.0 -31203,buy_mtf_cross_all_tf,buy,2025-08-25 19:15:00,1289.0 -31204,buy_mtf_cross_all_tf,buy,2025-08-25 19:36:00,1278.0 -31205,buy_mtf_cross_all_tf,buy,2025-08-25 19:39:00,1278.0 -31206,buy_mtf_cross_all_tf,buy,2025-08-25 19:42:00,1280.0 -31207,buy_mtf_cross_all_tf,buy,2025-08-26 03:45:00,1284.0 -31208,buy_mtf_cross_all_tf,buy,2025-08-26 04:48:00,1277.0 -31209,buy_mtf_cross_all_tf,buy,2025-08-26 04:51:00,1276.0 -31210,buy_mtf_cross_all_tf,buy,2025-08-26 04:54:00,1276.0 -31211,buy_mtf_cross_all_tf,buy,2025-08-26 04:57:00,1274.0 -31212,buy_mtf_cross_all_tf,buy,2025-08-26 05:06:00,1273.0 -31213,buy_mtf_cross_all_tf,buy,2025-08-26 05:09:00,1269.0 -31214,buy_mtf_cross_all_tf,buy,2025-08-26 05:24:00,1261.0 -31215,buy_mtf_cross_all_tf,buy,2025-08-26 05:27:00,1265.0 -31216,buy_mtf_cross_all_tf,buy,2025-08-26 05:30:00,1263.0 -31217,buy_mtf_cross_all_tf,buy,2025-08-26 05:45:00,1250.0 -31218,buy_mtf_cross_all_tf,buy,2025-08-26 05:57:00,1245.0 -31219,buy_mtf_cross_all_tf,buy,2025-08-26 06:00:00,1240.0 -31220,buy_mtf_cross_all_tf,buy,2025-08-26 06:03:00,1241.0 -31221,buy_mtf_cross_all_tf,buy,2025-08-26 06:06:00,1242.0 -31222,buy_mtf_cross_all_tf,buy,2025-08-26 06:09:00,1243.0 -31223,buy_mtf_cross_all_tf,buy,2025-08-26 06:15:00,1238.0 -31224,buy_mtf_cross_all_tf,buy,2025-08-26 06:18:00,1239.0 -31225,buy_mtf_cross_all_tf,buy,2025-08-26 06:30:00,1236.0 -31226,buy_mtf_cross_all_tf,buy,2025-08-26 06:33:00,1237.0 -31227,buy_mtf_cross_all_tf,buy,2025-08-26 07:00:00,1234.0 -31228,buy_mtf_cross_all_tf,buy,2025-08-26 07:03:00,1233.0 -31229,buy_mtf_cross_all_tf,buy,2025-08-26 07:21:00,1230.0 -31230,buy_mtf_cross_all_tf,buy,2025-08-26 17:42:00,1255.0 -31231,buy_mtf_cross_all_tf,buy,2025-08-27 21:36:00,1309.0 -31232,buy_mtf_cross_all_tf,buy,2025-08-27 21:39:00,1308.0 -31233,buy_mtf_cross_all_tf,buy,2025-08-27 21:42:00,1307.0 -31234,buy_mtf_cross_all_tf,buy,2025-08-27 21:45:00,1309.0 -31235,buy_mtf_cross_all_tf,buy,2025-08-29 15:30:00,1316.0 -31236,buy_mtf_cross_all_tf,buy,2025-08-29 15:33:00,1316.0 -31237,buy_mtf_cross_all_tf,buy,2025-08-29 15:36:00,1316.0 -31238,buy_mtf_cross_all_tf,buy,2025-08-29 15:39:00,1315.0 -31239,buy_mtf_cross_all_tf,buy,2025-08-29 15:42:00,1314.0 -31240,buy_mtf_cross_all_tf,buy,2025-08-29 16:36:00,1291.0 -31241,buy_mtf_cross_all_tf,buy,2025-08-29 17:18:00,1285.0 -31242,buy_mtf_cross_all_tf,buy,2025-08-29 17:27:00,1283.0 -31243,buy_mtf_cross_all_tf,buy,2025-08-29 17:45:00,1281.0 -31244,buy_mtf_cross_all_tf,buy,2025-08-29 17:48:00,1280.0 -31245,buy_mtf_cross_all_tf,buy,2025-08-29 17:51:00,1280.0 -31246,buy_mtf_cross_all_tf,buy,2025-08-29 17:54:00,1279.0 -31247,buy_mtf_cross_all_tf,buy,2025-08-29 18:15:00,1272.0 -31248,buy_mtf_cross_all_tf,buy,2025-08-29 23:12:00,1270.0 -31249,buy_mtf_cross_all_tf,buy,2025-08-29 23:15:00,1272.0 -31250,buy_mtf_cross_all_tf,buy,2025-08-30 01:51:00,1267.0 -31251,buy_mtf_cross_all_tf,buy,2025-08-30 02:00:00,1266.0 -31252,buy_mtf_cross_all_tf,buy,2025-08-30 02:03:00,1264.0 -31253,buy_mtf_cross_all_tf,buy,2025-08-30 02:12:00,1260.0 -31254,buy_mtf_cross_all_tf,buy,2025-08-30 02:24:00,1260.0 -31255,buy_mtf_cross_all_tf,buy,2025-08-30 03:00:00,1258.0 -31256,buy_mtf_cross_all_tf,buy,2025-08-30 03:30:00,1256.0 -31257,buy_mtf_cross_all_tf,buy,2025-08-30 03:33:00,1255.0 -31258,buy_mtf_cross_all_tf,buy,2025-08-30 03:42:00,1255.0 -31259,buy_mtf_cross_all_tf,buy,2025-08-30 10:36:00,1257.0 -31260,buy_mtf_cross_all_tf,buy,2025-08-30 10:45:00,1252.0 -31261,buy_mtf_cross_all_tf,buy,2025-08-30 10:48:00,1251.0 -31262,buy_mtf_cross_all_tf,buy,2025-08-30 10:51:00,1250.0 -31263,buy_mtf_cross_all_tf,buy,2025-08-30 21:51:00,1265.0 -31264,buy_mtf_cross_all_tf,buy,2025-08-30 21:54:00,1264.0 -31265,buy_mtf_cross_all_tf,buy,2025-08-30 22:06:00,1261.0 -31266,buy_mtf_cross_all_tf,buy,2025-08-30 22:24:00,1256.0 -31267,buy_mtf_cross_all_tf,buy,2025-08-31 03:42:00,1253.0 -31268,buy_mtf_cross_all_tf,buy,2025-08-31 03:45:00,1253.0 -31269,buy_mtf_cross_all_tf,buy,2025-08-31 06:00:00,1254.0 -31270,buy_mtf_cross_all_tf,buy,2025-08-31 06:30:00,1253.0 -31271,buy_mtf_cross_all_tf,buy,2025-08-31 19:21:00,1250.0 -31272,buy_mtf_cross_all_tf,buy,2025-08-31 19:24:00,1250.0 -31273,buy_mtf_cross_all_tf,buy,2025-08-31 19:27:00,1251.0 -31274,buy_mtf_cross_all_tf,buy,2025-08-31 19:33:00,1251.0 -31275,buy_mtf_cross_all_tf,buy,2025-08-31 19:36:00,1249.0 -31276,buy_mtf_cross_all_tf,buy,2025-08-31 19:42:00,1249.0 -31277,buy_mtf_cross_all_tf,buy,2025-08-31 19:45:00,1249.0 -31278,buy_mtf_cross_all_tf,buy,2025-08-31 19:48:00,1248.0 -31279,buy_mtf_cross_all_tf,buy,2025-08-31 21:33:00,1250.0 -31280,buy_mtf_cross_all_tf,buy,2025-08-31 21:42:00,1248.0 -31281,buy_mtf_cross_all_tf,buy,2025-08-31 21:45:00,1248.0 -31282,buy_mtf_cross_all_tf,buy,2025-09-01 02:30:00,1247.0 -31283,buy_mtf_cross_all_tf,buy,2025-09-01 07:57:00,1244.0 -31284,buy_mtf_cross_all_tf,buy,2025-09-01 08:00:00,1243.0 -31285,buy_mtf_cross_all_tf,buy,2025-09-01 08:03:00,1241.0 -31286,buy_mtf_cross_all_tf,buy,2025-09-01 08:12:00,1241.0 -31287,buy_mtf_cross_all_tf,buy,2025-09-01 08:15:00,1241.0 -31288,buy_mtf_cross_all_tf,buy,2025-09-01 08:18:00,1237.0 -31289,buy_mtf_cross_all_tf,buy,2025-09-01 08:21:00,1238.0 -31290,buy_mtf_cross_all_tf,buy,2025-09-01 08:24:00,1236.0 -31291,buy_mtf_cross_all_tf,buy,2025-09-01 08:27:00,1236.0 -31292,buy_mtf_cross_all_tf,buy,2025-09-01 08:30:00,1235.0 -31293,buy_mtf_cross_all_tf,buy,2025-09-01 08:36:00,1233.0 -31294,buy_mtf_cross_all_tf,buy,2025-09-01 08:42:00,1230.0 -31295,buy_mtf_cross_all_tf,buy,2025-09-01 08:45:00,1230.0 -31296,buy_mtf_cross_all_tf,buy,2025-09-01 08:48:00,1231.0 -31297,buy_mtf_cross_all_tf,buy,2025-09-01 08:51:00,1231.0 -31298,buy_mtf_cross_all_tf,buy,2025-09-01 08:54:00,1231.0 -31299,buy_mtf_cross_all_tf,buy,2025-09-01 09:06:00,1226.0 -31300,buy_mtf_cross_all_tf,buy,2025-09-01 09:12:00,1227.0 -31301,buy_mtf_cross_all_tf,buy,2025-09-01 09:18:00,1227.0 -31302,buy_mtf_cross_all_tf,buy,2025-09-01 09:21:00,1225.0 -31303,buy_mtf_cross_all_tf,buy,2025-09-01 09:24:00,1224.0 -31304,buy_mtf_cross_all_tf,buy,2025-09-01 09:39:00,1216.0 -31305,buy_mtf_cross_all_tf,buy,2025-09-01 09:42:00,1219.0 -31306,buy_mtf_cross_all_tf,buy,2025-09-01 11:21:00,1218.0 -31307,buy_mtf_cross_all_tf,buy,2025-09-01 11:45:00,1210.0 -31308,buy_mtf_cross_all_tf,buy,2025-09-01 11:48:00,1207.0 -31309,buy_mtf_cross_all_tf,buy,2025-09-01 11:57:00,1207.0 -31310,buy_mtf_cross_all_tf,buy,2025-09-01 12:15:00,1204.0 -31311,buy_mtf_cross_all_tf,buy,2025-09-01 13:42:00,1200.0 -31312,buy_mtf_cross_all_tf,buy,2025-09-01 13:45:00,1200.0 -31313,buy_mtf_cross_all_tf,buy,2025-09-02 00:30:00,1214.0 -31314,buy_mtf_cross_all_tf,buy,2025-09-02 00:33:00,1213.0 -31315,buy_mtf_cross_all_tf,buy,2025-09-02 00:42:00,1212.0 -31316,buy_mtf_cross_all_tf,buy,2025-09-02 00:45:00,1212.0 -31317,buy_mtf_cross_all_tf,buy,2025-09-02 00:48:00,1211.0 -31318,buy_mtf_cross_all_tf,buy,2025-09-02 00:51:00,1209.0 -31319,buy_mtf_cross_all_tf,buy,2025-09-02 00:54:00,1208.0 -31320,buy_mtf_cross_all_tf,buy,2025-09-02 01:00:00,1208.0 -31321,buy_mtf_cross_all_tf,buy,2025-09-02 01:03:00,1205.0 -31322,buy_mtf_cross_all_tf,buy,2025-09-02 01:06:00,1206.0 -31323,buy_mtf_cross_all_tf,buy,2025-09-02 01:42:00,1206.0 -31324,buy_mtf_cross_all_tf,buy,2025-09-02 02:00:00,1205.0 -31325,buy_mtf_cross_all_tf,buy,2025-09-02 02:15:00,1204.0 -31326,buy_mtf_cross_all_tf,buy,2025-09-02 02:21:00,1204.0 -31327,buy_mtf_cross_all_tf,buy,2025-09-02 02:24:00,1202.0 -31328,buy_mtf_cross_all_tf,buy,2025-09-02 02:30:00,1201.0 -31329,buy_mtf_cross_all_tf,buy,2025-09-02 02:33:00,1199.0 -31330,buy_mtf_cross_all_tf,buy,2025-09-02 02:39:00,1201.0 -31331,buy_mtf_cross_all_tf,buy,2025-09-02 06:00:00,1188.0 -31332,buy_mtf_cross_all_tf,buy,2025-09-02 06:03:00,1185.0 -31333,buy_mtf_cross_all_tf,buy,2025-09-02 06:06:00,1181.0 -31334,buy_mtf_cross_all_tf,buy,2025-09-02 06:09:00,1182.0 -31335,buy_mtf_cross_all_tf,buy,2025-09-02 06:12:00,1182.0 -31336,buy_mtf_cross_all_tf,buy,2025-09-02 06:21:00,1179.0 -31337,buy_mtf_cross_all_tf,buy,2025-09-02 06:27:00,1178.0 -31338,buy_mtf_cross_all_tf,buy,2025-09-02 06:33:00,1173.0 -31339,buy_mtf_cross_all_tf,buy,2025-09-02 06:36:00,1176.0 -31340,buy_mtf_cross_all_tf,buy,2025-09-02 06:39:00,1176.0 -31341,buy_mtf_cross_all_tf,buy,2025-09-02 06:45:00,1173.0 -31342,buy_mtf_cross_all_tf,buy,2025-09-12 00:00:00,2251.0 -31343,buy_mtf_cross_all_tf,buy,2025-09-12 00:06:00,2257.0 -31344,buy_mtf_cross_all_tf,buy,2025-09-12 00:42:00,2252.0 -31345,buy_mtf_cross_all_tf,buy,2025-09-12 01:00:00,2243.0 -31346,buy_mtf_cross_all_tf,buy,2025-09-12 01:36:00,2233.0 -31347,buy_mtf_cross_all_tf,buy,2025-09-12 01:51:00,2228.0 -31348,buy_mtf_cross_all_tf,buy,2025-09-12 10:06:00,2281.0 -31349,buy_mtf_cross_all_tf,buy,2025-09-12 10:09:00,2275.0 -31350,buy_mtf_cross_all_tf,buy,2025-09-12 10:15:00,2278.0 -31351,buy_mtf_cross_all_tf,buy,2025-09-12 10:18:00,2278.0 -31352,buy_mtf_cross_all_tf,buy,2025-09-12 10:21:00,2277.0 -31353,buy_mtf_cross_all_tf,buy,2025-09-12 11:03:00,2263.0 -31354,buy_mtf_cross_all_tf,buy,2025-09-12 11:12:00,2259.0 -31355,buy_mtf_cross_all_tf,buy,2025-09-12 11:15:00,2250.0 -31356,buy_mtf_cross_all_tf,buy,2025-09-12 11:27:00,2253.0 -31357,buy_mtf_cross_all_tf,buy,2025-09-12 11:45:00,2248.0 -31358,buy_mtf_cross_all_tf,buy,2025-09-12 11:48:00,2246.0 -31359,buy_mtf_cross_all_tf,buy,2025-09-12 11:51:00,2247.0 -31360,buy_mtf_cross_all_tf,buy,2025-09-12 11:54:00,2248.0 -31361,buy_mtf_cross_all_tf,buy,2025-09-12 20:30:00,2267.0 -31362,buy_mtf_cross_all_tf,buy,2025-09-12 20:33:00,2268.0 -31363,buy_mtf_cross_all_tf,buy,2025-09-12 20:45:00,2264.0 -31364,buy_mtf_cross_all_tf,buy,2025-09-12 20:48:00,2259.0 -31365,buy_mtf_cross_all_tf,buy,2025-09-12 20:57:00,2257.0 -31366,buy_mtf_cross_all_tf,buy,2025-09-12 21:00:00,2255.0 -31367,buy_mtf_cross_all_tf,buy,2025-09-12 21:03:00,2256.0 -31368,buy_mtf_cross_all_tf,buy,2025-09-12 22:12:00,2257.0 -31369,buy_mtf_cross_all_tf,buy,2025-09-12 22:27:00,2255.0 -31370,buy_mtf_cross_all_tf,buy,2025-09-12 22:30:00,2251.0 -31371,buy_mtf_cross_all_tf,buy,2025-09-12 23:42:00,2242.0 -31372,buy_mtf_cross_all_tf,buy,2025-09-12 23:45:00,2239.0 -31373,buy_mtf_cross_all_tf,buy,2025-09-12 23:57:00,2237.0 -31374,buy_mtf_cross_all_tf,buy,2025-09-13 00:30:00,2180.0 -31375,buy_mtf_cross_all_tf,buy,2025-09-13 00:33:00,2167.0 -31376,buy_mtf_cross_all_tf,buy,2025-09-13 00:42:00,2165.0 -31377,buy_mtf_cross_all_tf,buy,2025-09-13 16:00:00,2271.0 -31378,buy_mtf_cross_all_tf,buy,2025-09-13 16:03:00,2272.0 -31379,buy_mtf_cross_all_tf,buy,2025-09-13 16:57:00,2266.0 -31380,buy_mtf_cross_all_tf,buy,2025-09-13 17:00:00,2263.0 -31381,buy_mtf_cross_all_tf,buy,2025-09-13 17:03:00,2265.0 -31382,buy_mtf_cross_all_tf,buy,2025-09-13 17:06:00,2261.0 -31383,buy_mtf_cross_all_tf,buy,2025-09-13 17:15:00,2262.0 -31384,buy_mtf_cross_all_tf,buy,2025-09-13 17:27:00,2259.0 -31385,buy_mtf_cross_all_tf,buy,2025-09-13 17:30:00,2259.0 -31386,buy_mtf_cross_all_tf,buy,2025-09-13 17:57:00,2257.0 -31387,buy_mtf_cross_all_tf,buy,2025-09-13 18:00:00,2255.0 -31388,buy_mtf_cross_all_tf,buy,2025-09-13 18:15:00,2251.0 -31389,buy_mtf_cross_all_tf,buy,2025-09-13 18:18:00,2251.0 -31390,buy_mtf_cross_all_tf,buy,2025-09-13 18:21:00,2250.0 -31391,buy_mtf_cross_all_tf,buy,2025-09-13 18:27:00,2249.0 -31392,buy_mtf_cross_all_tf,buy,2025-09-13 18:30:00,2249.0 -31393,buy_mtf_cross_all_tf,buy,2025-09-13 18:33:00,2249.0 -31394,buy_mtf_cross_all_tf,buy,2025-09-13 18:36:00,2248.0 -31395,buy_mtf_cross_all_tf,buy,2025-09-13 18:45:00,2245.0 -31396,buy_mtf_cross_all_tf,buy,2025-09-13 18:57:00,2237.0 -31397,buy_mtf_cross_all_tf,buy,2025-09-13 19:00:00,2236.0 -31398,buy_mtf_cross_all_tf,buy,2025-09-13 19:06:00,2235.0 -31399,buy_mtf_cross_all_tf,buy,2025-09-13 19:09:00,2233.0 -31400,buy_mtf_cross_all_tf,buy,2025-09-13 19:15:00,2228.0 -31401,buy_mtf_cross_all_tf,buy,2025-09-13 19:18:00,2226.0 -31402,buy_mtf_cross_all_tf,buy,2025-09-13 23:03:00,2228.0 -31403,buy_mtf_cross_all_tf,buy,2025-09-14 00:18:00,2227.0 -31404,buy_mtf_cross_all_tf,buy,2025-09-14 00:30:00,2222.0 -31405,buy_mtf_cross_all_tf,buy,2025-09-14 00:45:00,2213.0 -31406,buy_mtf_cross_all_tf,buy,2025-09-14 00:48:00,2212.0 -31407,buy_mtf_cross_all_tf,buy,2025-09-14 00:51:00,2211.0 -31408,buy_mtf_cross_all_tf,buy,2025-09-14 00:54:00,2210.0 -31409,buy_mtf_cross_all_tf,buy,2025-09-14 00:57:00,2209.0 -31410,buy_mtf_cross_all_tf,buy,2025-09-14 01:00:00,2208.0 -31411,buy_mtf_cross_all_tf,buy,2025-09-14 01:12:00,2205.0 -31412,buy_mtf_cross_all_tf,buy,2025-09-14 01:15:00,2207.0 -31413,buy_mtf_cross_all_tf,buy,2025-09-14 01:18:00,2205.0 -31414,buy_mtf_cross_all_tf,buy,2025-09-14 20:30:00,2288.0 -31415,buy_mtf_cross_all_tf,buy,2025-09-14 20:51:00,2253.0 -31416,buy_mtf_cross_all_tf,buy,2025-09-14 20:54:00,2254.0 -31417,buy_mtf_cross_all_tf,buy,2025-09-14 20:57:00,2248.0 -31418,buy_mtf_cross_all_tf,buy,2025-09-14 21:00:00,2250.0 -31419,buy_mtf_cross_all_tf,buy,2025-09-15 00:06:00,2214.0 -31420,buy_mtf_cross_all_tf,buy,2025-09-15 00:09:00,2211.0 -31421,buy_mtf_cross_all_tf,buy,2025-09-15 08:30:00,2198.0 -31422,buy_mtf_cross_all_tf,buy,2025-09-15 08:33:00,2187.0 -31423,buy_mtf_cross_all_tf,buy,2025-09-15 08:42:00,2187.0 -31424,buy_mtf_cross_all_tf,buy,2025-09-15 08:45:00,2187.0 -31425,buy_mtf_cross_all_tf,buy,2025-09-15 08:48:00,2183.0 -31426,buy_mtf_cross_all_tf,buy,2025-09-15 08:51:00,2183.0 -31427,buy_mtf_cross_all_tf,buy,2025-09-15 10:12:00,2178.0 -31428,buy_mtf_cross_all_tf,buy,2025-09-15 10:15:00,2177.0 -31429,buy_mtf_cross_all_tf,buy,2025-09-15 10:18:00,2179.0 -31430,buy_mtf_cross_all_tf,buy,2025-09-15 10:21:00,2178.0 -31431,buy_mtf_cross_all_tf,buy,2025-09-15 10:24:00,2177.0 -31432,buy_mtf_cross_all_tf,buy,2025-09-15 16:00:00,2185.0 -31433,buy_mtf_cross_all_tf,buy,2025-09-15 16:30:00,2183.0 -31434,buy_mtf_cross_all_tf,buy,2025-09-15 16:48:00,2163.0 -31435,buy_mtf_cross_all_tf,buy,2025-09-15 16:51:00,2166.0 -31436,buy_mtf_cross_all_tf,buy,2025-09-15 16:54:00,2163.0 -31437,buy_mtf_cross_all_tf,buy,2025-09-15 16:57:00,2163.0 -31438,buy_mtf_cross_all_tf,buy,2025-09-15 17:00:00,2158.0 -31439,buy_mtf_cross_all_tf,buy,2025-09-15 17:03:00,2146.0 -31440,buy_mtf_cross_all_tf,buy,2025-09-15 17:21:00,2145.0 -31441,buy_mtf_cross_all_tf,buy,2025-09-15 17:24:00,2150.0 -31442,buy_mtf_cross_all_tf,buy,2025-09-15 23:15:00,2161.0 -31443,buy_mtf_cross_all_tf,buy,2025-09-15 23:18:00,2158.0 -31444,buy_mtf_cross_all_tf,buy,2025-09-15 23:45:00,2150.0 -31445,buy_mtf_cross_all_tf,buy,2025-09-15 23:48:00,2145.0 -31446,buy_mtf_cross_all_tf,buy,2025-09-16 00:06:00,2124.0 -31447,buy_mtf_cross_all_tf,buy,2025-09-16 00:21:00,2088.0 -31448,buy_mtf_cross_all_tf,buy,2025-09-16 00:24:00,2085.0 -31449,buy_mtf_cross_all_tf,buy,2025-09-16 00:33:00,2085.0 -31450,buy_mtf_cross_all_tf,buy,2025-09-16 00:36:00,2083.0 -31451,buy_mtf_cross_all_tf,buy,2025-09-16 00:39:00,2079.0 -31452,buy_mtf_cross_all_tf,buy,2025-09-16 00:42:00,2071.0 -31453,buy_mtf_cross_all_tf,buy,2025-09-16 00:45:00,2067.0 -31454,buy_mtf_cross_all_tf,buy,2025-09-16 00:48:00,2052.0 -31455,buy_mtf_cross_all_tf,buy,2025-09-16 00:51:00,2054.0 -31456,buy_mtf_cross_all_tf,buy,2025-09-16 00:54:00,2060.0 -31457,buy_mtf_cross_all_tf,buy,2025-09-16 01:00:00,2056.0 -31458,buy_mtf_cross_all_tf,buy,2025-09-16 01:03:00,2047.0 -31459,buy_mtf_cross_all_tf,buy,2025-09-16 01:06:00,2049.0 -31460,buy_mtf_cross_all_tf,buy,2025-09-16 01:09:00,2055.0 -31461,buy_mtf_cross_all_tf,buy,2025-09-16 09:36:00,2092.0 -31462,buy_mtf_cross_all_tf,buy,2025-09-16 09:39:00,2089.0 -31463,buy_mtf_cross_all_tf,buy,2025-09-16 09:51:00,2084.0 -31464,buy_mtf_cross_all_tf,buy,2025-09-16 09:54:00,2083.0 -31465,buy_mtf_cross_all_tf,buy,2025-09-16 09:57:00,2083.0 -31466,buy_mtf_cross_all_tf,buy,2025-09-16 10:45:00,2082.0 -31467,buy_mtf_cross_all_tf,buy,2025-09-16 10:57:00,2080.0 -31468,buy_mtf_cross_all_tf,buy,2025-09-16 11:00:00,2081.0 -31469,buy_mtf_cross_all_tf,buy,2025-09-17 04:09:00,2087.0 -31470,buy_mtf_cross_all_tf,buy,2025-09-17 04:12:00,2085.0 -31471,buy_mtf_cross_all_tf,buy,2025-09-17 04:15:00,2087.0 -31472,buy_mtf_cross_all_tf,buy,2025-09-17 04:18:00,2084.0 -31473,buy_mtf_cross_all_tf,buy,2025-09-17 04:27:00,2083.0 -31474,buy_mtf_cross_all_tf,buy,2025-09-17 04:33:00,2084.0 -31475,buy_mtf_cross_all_tf,buy,2025-09-17 04:36:00,2083.0 -31476,buy_mtf_cross_all_tf,buy,2025-09-17 04:45:00,2083.0 -31477,buy_mtf_cross_all_tf,buy,2025-09-17 05:18:00,2080.0 -31478,buy_mtf_cross_all_tf,buy,2025-09-17 05:30:00,2080.0 -31479,buy_mtf_cross_all_tf,buy,2025-09-17 12:00:00,2095.0 -31480,buy_mtf_cross_all_tf,buy,2025-09-17 12:03:00,2094.0 -31481,buy_mtf_cross_all_tf,buy,2025-09-17 12:15:00,2093.0 -31482,buy_mtf_cross_all_tf,buy,2025-09-17 12:21:00,2092.0 -31483,buy_mtf_cross_all_tf,buy,2025-09-17 12:24:00,2091.0 -31484,buy_mtf_cross_all_tf,buy,2025-09-17 12:27:00,2092.0 -31485,buy_mtf_cross_all_tf,buy,2025-09-17 12:33:00,2091.0 -31486,buy_mtf_cross_all_tf,buy,2025-09-17 12:51:00,2078.0 -31487,buy_mtf_cross_all_tf,buy,2025-09-17 12:54:00,2073.0 -31488,buy_mtf_cross_all_tf,buy,2025-09-17 12:57:00,2074.0 -31489,buy_mtf_cross_all_tf,buy,2025-09-17 13:00:00,2076.0 -31490,buy_mtf_cross_all_tf,buy,2025-09-17 13:27:00,2068.0 -31491,buy_mtf_cross_all_tf,buy,2025-09-17 13:30:00,2066.0 -31492,buy_mtf_cross_all_tf,buy,2025-09-17 19:36:00,2071.0 -31493,buy_mtf_cross_all_tf,buy,2025-09-20 00:24:00,2121.0 -31494,buy_mtf_cross_all_tf,buy,2025-09-20 02:06:00,2114.0 -31495,buy_mtf_cross_all_tf,buy,2025-09-20 02:21:00,2113.0 -31496,buy_mtf_cross_all_tf,buy,2025-09-20 02:42:00,2110.0 -31497,buy_mtf_cross_all_tf,buy,2025-09-20 03:33:00,2105.0 -31498,buy_mtf_cross_all_tf,buy,2025-09-20 03:51:00,2104.0 -31499,buy_mtf_cross_all_tf,buy,2025-09-20 04:00:00,2103.0 -31500,buy_mtf_cross_all_tf,buy,2025-09-20 10:45:00,2112.0 -31501,buy_mtf_cross_all_tf,buy,2025-09-20 10:48:00,2112.0 -31502,buy_mtf_cross_all_tf,buy,2025-09-20 11:00:00,2109.0 -31503,buy_mtf_cross_all_tf,buy,2025-09-20 11:03:00,2110.0 -31504,buy_mtf_cross_all_tf,buy,2025-09-20 11:33:00,2091.0 -31505,buy_mtf_cross_all_tf,buy,2025-09-20 11:36:00,2090.0 -31506,buy_mtf_cross_all_tf,buy,2025-09-20 12:30:00,2087.0 -31507,buy_mtf_cross_all_tf,buy,2025-09-20 12:33:00,2088.0 -31508,buy_mtf_cross_all_tf,buy,2025-09-21 04:03:00,2106.0 -31509,buy_mtf_cross_all_tf,buy,2025-09-21 08:42:00,2110.0 -31510,buy_mtf_cross_all_tf,buy,2025-09-21 08:45:00,2109.0 -31511,buy_mtf_cross_all_tf,buy,2025-09-21 09:27:00,2103.0 -31512,buy_mtf_cross_all_tf,buy,2025-09-21 09:42:00,2097.0 -31513,buy_mtf_cross_all_tf,buy,2025-09-21 09:45:00,2094.0 -31514,buy_mtf_cross_all_tf,buy,2025-09-21 09:48:00,2093.0 -31515,buy_mtf_cross_all_tf,buy,2025-09-21 10:00:00,2094.0 -31516,buy_mtf_cross_all_tf,buy,2025-09-21 10:42:00,2089.0 -31517,buy_mtf_cross_all_tf,buy,2025-09-21 10:57:00,2089.0 -31518,buy_mtf_cross_all_tf,buy,2025-09-21 17:21:00,2101.0 -31519,buy_mtf_cross_all_tf,buy,2025-09-21 17:24:00,2098.0 -31520,buy_mtf_cross_all_tf,buy,2025-09-21 17:30:00,2098.0 -31521,buy_mtf_cross_all_tf,buy,2025-09-21 17:33:00,2097.0 -31522,buy_mtf_cross_all_tf,buy,2025-09-21 17:36:00,2097.0 -31523,buy_mtf_cross_all_tf,buy,2025-09-21 17:39:00,2096.0 -31524,buy_mtf_cross_all_tf,buy,2025-09-21 17:42:00,2096.0 -31525,buy_mtf_cross_all_tf,buy,2025-09-21 17:45:00,2095.0 -31526,buy_mtf_cross_all_tf,buy,2025-09-21 18:18:00,2091.0 -31527,buy_mtf_cross_all_tf,buy,2025-09-21 18:24:00,2092.0 -31528,buy_mtf_cross_all_tf,buy,2025-09-21 20:03:00,2053.0 -31529,buy_mtf_cross_all_tf,buy,2025-09-22 02:09:00,2055.0 -31530,buy_mtf_cross_all_tf,buy,2025-09-22 02:15:00,2056.0 -31531,buy_mtf_cross_all_tf,buy,2025-09-22 08:51:00,2061.0 -31532,buy_mtf_cross_all_tf,buy,2025-09-22 08:54:00,2060.0 -31533,buy_mtf_cross_all_tf,buy,2025-09-22 09:27:00,2050.0 -31534,buy_mtf_cross_all_tf,buy,2025-09-22 09:57:00,2014.0 -31535,buy_mtf_cross_all_tf,buy,2025-09-22 10:00:00,2011.0 -31536,buy_mtf_cross_all_tf,buy,2025-09-22 11:45:00,1992.0 -31537,buy_mtf_cross_all_tf,buy,2025-09-22 13:00:00,1995.0 -31538,buy_mtf_cross_all_tf,buy,2025-09-22 13:03:00,1998.0 -31539,buy_mtf_cross_all_tf,buy,2025-09-22 16:51:00,1879.0 -31540,buy_mtf_cross_all_tf,buy,2025-09-22 17:06:00,1870.0 -31541,buy_mtf_cross_all_tf,buy,2025-09-22 19:33:00,1867.0 -31542,buy_mtf_cross_all_tf,buy,2025-09-22 19:36:00,1864.0 -31543,buy_mtf_cross_all_tf,buy,2025-09-22 19:39:00,1861.0 -31544,buy_mtf_cross_all_tf,buy,2025-09-22 19:42:00,1864.0 -31545,buy_mtf_cross_all_tf,buy,2025-09-22 20:51:00,1862.0 -31546,buy_mtf_cross_all_tf,buy,2025-09-23 00:00:00,1862.0 -31547,buy_mtf_cross_all_tf,buy,2025-09-23 13:45:00,1908.0 -31548,buy_mtf_cross_all_tf,buy,2025-09-23 13:48:00,1902.0 -31549,buy_mtf_cross_all_tf,buy,2025-09-23 13:51:00,1907.0 -31550,buy_mtf_cross_all_tf,buy,2025-09-23 13:54:00,1903.0 -31551,buy_mtf_cross_all_tf,buy,2025-09-23 13:57:00,1901.0 -31552,buy_mtf_cross_all_tf,buy,2025-09-23 14:00:00,1904.0 -31553,buy_mtf_cross_all_tf,buy,2025-09-23 14:03:00,1902.0 -31554,buy_mtf_cross_all_tf,buy,2025-09-23 14:06:00,1896.0 -31555,buy_mtf_cross_all_tf,buy,2025-09-23 14:09:00,1896.0 -31556,buy_mtf_cross_all_tf,buy,2025-09-23 15:00:00,1894.0 -31557,buy_mtf_cross_all_tf,buy,2025-09-23 15:06:00,1892.0 -31558,buy_mtf_cross_all_tf,buy,2025-09-23 18:36:00,1891.0 -31559,buy_mtf_cross_all_tf,buy,2025-09-23 18:39:00,1893.0 -31560,buy_mtf_cross_all_tf,buy,2025-09-23 18:42:00,1890.0 -31561,buy_mtf_cross_all_tf,buy,2025-09-23 18:45:00,1889.0 -31562,buy_mtf_cross_all_tf,buy,2025-09-23 18:48:00,1886.0 -31563,buy_mtf_cross_all_tf,buy,2025-09-23 19:00:00,1884.0 -31564,buy_mtf_cross_all_tf,buy,2025-09-23 19:03:00,1882.0 -31565,buy_mtf_cross_all_tf,buy,2025-09-23 19:12:00,1882.0 -31566,buy_mtf_cross_all_tf,buy,2025-09-23 19:21:00,1878.0 -31567,buy_mtf_cross_all_tf,buy,2025-09-23 19:30:00,1879.0 -31568,buy_mtf_cross_all_tf,buy,2025-09-23 19:42:00,1876.0 -31569,buy_mtf_cross_all_tf,buy,2025-09-24 03:27:00,1885.0 -31570,buy_mtf_cross_all_tf,buy,2025-09-24 03:30:00,1884.0 -31571,buy_mtf_cross_all_tf,buy,2025-09-24 03:36:00,1885.0 -31572,buy_mtf_cross_all_tf,buy,2025-09-24 03:45:00,1880.0 -31573,buy_mtf_cross_all_tf,buy,2025-09-24 03:48:00,1876.0 -31574,buy_mtf_cross_all_tf,buy,2025-09-24 03:51:00,1872.0 -31575,buy_mtf_cross_all_tf,buy,2025-09-24 03:54:00,1873.0 -31576,buy_mtf_cross_all_tf,buy,2025-09-24 04:45:00,1873.0 -31577,buy_mtf_cross_all_tf,buy,2025-09-24 05:00:00,1856.0 -31578,buy_mtf_cross_all_tf,buy,2025-09-24 08:36:00,1865.0 -31579,buy_mtf_cross_all_tf,buy,2025-09-24 08:51:00,1861.0 -31580,buy_mtf_cross_all_tf,buy,2025-09-24 08:54:00,1861.0 -31581,buy_mtf_cross_all_tf,buy,2025-09-24 08:57:00,1860.0 -31582,buy_mtf_cross_all_tf,buy,2025-09-24 10:06:00,1860.0 -31583,buy_mtf_cross_all_tf,buy,2025-09-24 11:24:00,1861.0 -31584,buy_mtf_cross_all_tf,buy,2025-09-24 11:54:00,1858.0 -31585,buy_mtf_cross_all_tf,buy,2025-09-24 12:06:00,1853.0 -31586,buy_mtf_cross_all_tf,buy,2025-09-24 12:15:00,1848.0 -31587,buy_mtf_cross_all_tf,buy,2025-09-24 12:36:00,1822.0 -31588,buy_mtf_cross_all_tf,buy,2025-09-24 12:39:00,1819.0 -31589,buy_mtf_cross_all_tf,buy,2025-09-24 12:42:00,1821.0 -31590,buy_mtf_cross_all_tf,buy,2025-09-24 12:48:00,1818.0 -31591,buy_mtf_cross_all_tf,buy,2025-09-24 12:51:00,1817.0 -31592,buy_mtf_cross_all_tf,buy,2025-09-24 12:57:00,1814.0 -31593,buy_mtf_cross_all_tf,buy,2025-09-24 13:00:00,1811.0 -31594,buy_mtf_cross_all_tf,buy,2025-09-24 13:03:00,1808.0 -31595,buy_mtf_cross_all_tf,buy,2025-09-24 13:06:00,1805.0 -31596,buy_mtf_cross_all_tf,buy,2025-09-24 13:12:00,1798.0 -31597,buy_mtf_cross_all_tf,buy,2025-09-25 09:36:00,1903.0 -31598,buy_mtf_cross_all_tf,buy,2025-09-25 09:39:00,1900.0 -31599,buy_mtf_cross_all_tf,buy,2025-09-25 09:45:00,1899.0 -31600,buy_mtf_cross_all_tf,buy,2025-09-25 09:48:00,1893.0 -31601,buy_mtf_cross_all_tf,buy,2025-09-25 09:51:00,1894.0 -31602,buy_mtf_cross_all_tf,buy,2025-09-25 09:54:00,1895.0 -31603,buy_mtf_cross_all_tf,buy,2025-09-25 09:57:00,1892.0 -31604,buy_mtf_cross_all_tf,buy,2025-09-25 10:00:00,1890.0 -31605,buy_mtf_cross_all_tf,buy,2025-09-25 10:03:00,1889.0 -31606,buy_mtf_cross_all_tf,buy,2025-09-25 10:09:00,1887.0 -31607,buy_mtf_cross_all_tf,buy,2025-09-25 10:48:00,1877.0 -31608,buy_mtf_cross_all_tf,buy,2025-09-25 10:51:00,1876.0 -31609,buy_mtf_cross_all_tf,buy,2025-09-25 10:54:00,1878.0 -31610,buy_mtf_cross_all_tf,buy,2025-09-25 10:57:00,1879.0 -31611,buy_mtf_cross_all_tf,buy,2025-09-25 11:00:00,1878.0 -31612,buy_mtf_cross_all_tf,buy,2025-09-25 11:15:00,1875.0 -31613,buy_mtf_cross_all_tf,buy,2025-09-25 11:18:00,1872.0 -31614,buy_mtf_cross_all_tf,buy,2025-09-25 12:45:00,1861.0 -31615,buy_mtf_cross_all_tf,buy,2025-09-25 13:21:00,1855.0 -31616,buy_mtf_cross_all_tf,buy,2025-09-25 13:24:00,1853.0 -31617,buy_mtf_cross_all_tf,buy,2025-09-25 13:30:00,1854.0 -31618,buy_mtf_cross_all_tf,buy,2025-09-25 13:33:00,1855.0 -31619,buy_mtf_cross_all_tf,buy,2025-09-25 13:36:00,1854.0 -31620,buy_mtf_cross_all_tf,buy,2025-09-25 13:42:00,1843.0 -31621,buy_mtf_cross_all_tf,buy,2025-09-25 13:51:00,1841.0 -31622,buy_mtf_cross_all_tf,buy,2025-09-25 14:06:00,1825.0 -31623,buy_mtf_cross_all_tf,buy,2025-09-25 14:09:00,1825.0 -31624,buy_mtf_cross_all_tf,buy,2025-09-25 15:24:00,1823.0 -31625,buy_mtf_cross_all_tf,buy,2025-09-25 15:30:00,1819.0 -31626,buy_mtf_cross_all_tf,buy,2025-09-25 20:00:00,1818.0 -31627,buy_mtf_cross_all_tf,buy,2025-09-25 20:45:00,1811.0 -31628,buy_mtf_cross_all_tf,buy,2025-09-25 20:57:00,1810.0 -31629,buy_mtf_cross_all_tf,buy,2025-09-25 21:00:00,1810.0 -31630,buy_mtf_cross_all_tf,buy,2025-09-25 21:27:00,1807.0 -31631,buy_mtf_cross_all_tf,buy,2025-09-26 08:36:00,1820.0 -31632,buy_mtf_cross_all_tf,buy,2025-09-26 13:30:00,1826.0 -31633,buy_mtf_cross_all_tf,buy,2025-09-26 14:06:00,1803.0 -31634,buy_mtf_cross_all_tf,buy,2025-09-26 18:00:00,1800.0 -31635,buy_mtf_cross_all_tf,buy,2025-09-26 18:03:00,1802.0 -31636,buy_mtf_cross_all_tf,buy,2025-09-26 18:30:00,1797.0 -31637,buy_mtf_cross_all_tf,buy,2025-09-26 19:03:00,1783.0 -31638,buy_mtf_cross_all_tf,buy,2025-09-26 19:06:00,1785.0 -31639,buy_mtf_cross_all_tf,buy,2025-09-26 19:09:00,1784.0 -31640,buy_mtf_cross_all_tf,buy,2025-09-26 19:12:00,1782.0 -31641,buy_mtf_cross_all_tf,buy,2025-09-26 19:15:00,1782.0 -31642,buy_mtf_cross_all_tf,buy,2025-09-26 19:18:00,1780.0 -31643,buy_mtf_cross_all_tf,buy,2025-09-26 19:27:00,1779.0 -31644,buy_mtf_cross_all_tf,buy,2025-09-26 19:30:00,1778.0 -31645,buy_mtf_cross_all_tf,buy,2025-09-26 19:33:00,1776.0 -31646,buy_mtf_cross_all_tf,buy,2025-09-26 19:45:00,1777.0 -31647,buy_mtf_cross_all_tf,buy,2025-09-26 20:15:00,1776.0 -31648,buy_mtf_cross_all_tf,buy,2025-09-28 00:12:00,1838.0 -31649,buy_mtf_cross_all_tf,buy,2025-09-28 02:21:00,1826.0 -31650,buy_mtf_cross_all_tf,buy,2025-09-28 02:24:00,1829.0 -31651,buy_mtf_cross_all_tf,buy,2025-09-28 02:27:00,1827.0 -31652,buy_mtf_cross_all_tf,buy,2025-09-28 02:30:00,1827.0 -31653,buy_mtf_cross_all_tf,buy,2025-09-28 10:09:00,1822.0 -31654,buy_mtf_cross_all_tf,buy,2025-09-28 10:12:00,1823.0 -31655,buy_mtf_cross_all_tf,buy,2025-09-28 10:15:00,1823.0 -31656,buy_mtf_cross_all_tf,buy,2025-09-28 10:30:00,1821.0 -31657,buy_mtf_cross_all_tf,buy,2025-09-28 10:33:00,1820.0 -31658,buy_mtf_cross_all_tf,buy,2025-09-28 10:36:00,1821.0 -31659,buy_mtf_cross_all_tf,buy,2025-09-28 10:45:00,1816.0 -31660,buy_mtf_cross_all_tf,buy,2025-09-28 10:48:00,1814.0 -31661,buy_mtf_cross_all_tf,buy,2025-09-28 10:51:00,1817.0 -31662,buy_mtf_cross_all_tf,buy,2025-09-28 11:00:00,1815.0 -31663,buy_mtf_cross_all_tf,buy,2025-09-28 11:51:00,1814.0 -31664,buy_mtf_cross_all_tf,buy,2025-09-28 15:24:00,1816.0 -31665,buy_mtf_cross_all_tf,buy,2025-09-28 21:30:00,1795.0 -31666,buy_mtf_cross_all_tf,buy,2025-09-28 21:36:00,1794.0 -31667,buy_mtf_cross_all_tf,buy,2025-09-28 21:39:00,1794.0 -31668,buy_mtf_cross_all_tf,buy,2025-09-28 21:45:00,1792.0 -31669,buy_mtf_cross_all_tf,buy,2025-09-28 21:48:00,1793.0 -31670,buy_mtf_cross_all_tf,buy,2025-09-30 01:30:00,1821.0 -31671,buy_mtf_cross_all_tf,buy,2025-09-30 01:45:00,1820.0 -31672,buy_mtf_cross_all_tf,buy,2025-09-30 02:00:00,1801.0 -31673,buy_mtf_cross_all_tf,buy,2025-09-30 02:06:00,1804.0 -31674,buy_mtf_cross_all_tf,buy,2025-09-30 09:36:00,1814.0 -31675,buy_mtf_cross_all_tf,buy,2025-09-30 09:39:00,1813.0 -31676,buy_mtf_cross_all_tf,buy,2025-09-30 10:06:00,1803.0 -31677,buy_mtf_cross_all_tf,buy,2025-09-30 10:36:00,1804.0 -31678,buy_mtf_cross_all_tf,buy,2025-09-30 12:12:00,1803.0 -31679,buy_mtf_cross_all_tf,buy,2025-09-30 12:51:00,1802.0 -31680,buy_mtf_cross_all_tf,buy,2025-09-30 12:54:00,1801.0 -31681,buy_mtf_cross_all_tf,buy,2025-09-30 14:21:00,1800.0 -31682,buy_mtf_cross_all_tf,buy,2025-09-30 15:15:00,1797.0 -31683,buy_mtf_cross_all_tf,buy,2025-09-30 15:18:00,1797.0 -31684,buy_mtf_cross_all_tf,buy,2025-09-30 15:21:00,1797.0 -31685,buy_mtf_cross_all_tf,buy,2025-09-30 16:42:00,1793.0 -31686,buy_mtf_cross_all_tf,buy,2025-09-30 16:45:00,1792.0 -31687,buy_mtf_cross_all_tf,buy,2025-09-30 16:48:00,1793.0 -31688,buy_mtf_cross_all_tf,buy,2025-09-30 16:51:00,1793.0 -31689,buy_mtf_cross_all_tf,buy,2025-09-30 16:54:00,1793.0 -31690,buy_mtf_cross_all_tf,buy,2025-09-30 16:57:00,1793.0 -31691,buy_mtf_cross_all_tf,buy,2025-09-30 18:06:00,1790.0 -31692,buy_mtf_cross_all_tf,buy,2025-09-30 18:09:00,1789.0 -31693,buy_mtf_cross_all_tf,buy,2025-09-30 18:12:00,1788.0 -31694,buy_mtf_cross_all_tf,buy,2025-09-30 18:54:00,1786.0 -31695,buy_mtf_cross_all_tf,buy,2025-09-30 21:30:00,1784.0 -31696,buy_mtf_cross_all_tf,buy,2025-09-30 21:36:00,1783.0 -31697,buy_mtf_cross_all_tf,buy,2025-10-01 00:21:00,1777.0 -31698,buy_mtf_cross_all_tf,buy,2025-10-01 00:24:00,1776.0 -31699,buy_mtf_cross_all_tf,buy,2025-10-01 00:27:00,1774.0 -31700,buy_mtf_cross_all_tf,buy,2025-10-01 02:00:00,1771.0 -31701,buy_mtf_cross_all_tf,buy,2025-10-01 02:03:00,1769.0 -31702,buy_mtf_cross_all_tf,buy,2025-10-01 02:12:00,1767.0 -31703,buy_mtf_cross_all_tf,buy,2025-10-01 02:15:00,1768.0 -31704,buy_mtf_cross_all_tf,buy,2025-10-01 02:18:00,1765.0 -31705,buy_mtf_cross_all_tf,buy,2025-10-01 02:30:00,1765.0 -31706,buy_mtf_cross_all_tf,buy,2025-10-01 02:33:00,1763.0 -31707,buy_mtf_cross_all_tf,buy,2025-10-01 03:45:00,1760.0 -31708,buy_mtf_cross_all_tf,buy,2025-10-01 03:48:00,1758.0 -31709,buy_mtf_cross_all_tf,buy,2025-10-05 00:36:00,1801.0 -31710,buy_mtf_cross_all_tf,buy,2025-10-05 00:39:00,1798.0 -31711,buy_mtf_cross_all_tf,buy,2025-10-05 00:42:00,1801.0 -31712,buy_mtf_cross_all_tf,buy,2025-10-05 20:18:00,1823.0 -31713,buy_mtf_cross_all_tf,buy,2025-10-05 20:24:00,1822.0 -31714,buy_mtf_cross_all_tf,buy,2025-10-05 21:45:00,1821.0 -31715,buy_mtf_cross_all_tf,buy,2025-10-05 23:45:00,1823.0 -31716,buy_mtf_cross_all_tf,buy,2025-10-05 23:48:00,1824.0 -31717,buy_mtf_cross_all_tf,buy,2025-10-05 23:51:00,1822.0 -31718,buy_mtf_cross_all_tf,buy,2025-10-05 23:54:00,1822.0 -31719,buy_mtf_cross_all_tf,buy,2025-10-06 02:30:00,1824.0 -31720,buy_mtf_cross_all_tf,buy,2025-10-06 02:33:00,1820.0 -31721,buy_mtf_cross_all_tf,buy,2025-10-06 02:36:00,1818.0 -31722,buy_mtf_cross_all_tf,buy,2025-10-06 02:39:00,1820.0 -31723,buy_mtf_cross_all_tf,buy,2025-10-06 02:42:00,1820.0 -31724,buy_mtf_cross_all_tf,buy,2025-10-06 02:48:00,1819.0 -31725,buy_mtf_cross_all_tf,buy,2025-10-06 02:51:00,1814.0 -31726,buy_mtf_cross_all_tf,buy,2025-10-06 03:09:00,1811.0 -31727,buy_mtf_cross_all_tf,buy,2025-10-06 03:12:00,1807.0 -31728,buy_mtf_cross_all_tf,buy,2025-10-06 03:15:00,1811.0 -31729,buy_mtf_cross_all_tf,buy,2025-10-06 03:18:00,1808.0 -31730,buy_mtf_cross_all_tf,buy,2025-10-06 03:24:00,1810.0 -31731,buy_mtf_cross_all_tf,buy,2025-10-06 04:15:00,1806.0 -31732,buy_mtf_cross_all_tf,buy,2025-10-06 04:18:00,1805.0 -31733,buy_mtf_cross_all_tf,buy,2025-10-06 04:21:00,1808.0 -31734,buy_mtf_cross_all_tf,buy,2025-10-06 04:45:00,1802.0 -31735,buy_mtf_cross_all_tf,buy,2025-10-06 04:51:00,1802.0 -31736,buy_mtf_cross_all_tf,buy,2025-10-06 04:54:00,1802.0 -31737,buy_mtf_cross_all_tf,buy,2025-10-06 04:57:00,1800.0 -31738,buy_mtf_cross_all_tf,buy,2025-10-06 05:00:00,1798.0 -31739,buy_mtf_cross_all_tf,buy,2025-10-06 05:03:00,1800.0 -31740,buy_mtf_cross_all_tf,buy,2025-10-06 13:45:00,1800.0 -31741,buy_mtf_cross_all_tf,buy,2025-10-06 13:48:00,1797.0 -31742,buy_mtf_cross_all_tf,buy,2025-10-06 13:57:00,1798.0 -31743,buy_mtf_cross_all_tf,buy,2025-10-06 14:00:00,1798.0 -31744,buy_mtf_cross_all_tf,buy,2025-10-06 14:15:00,1797.0 -31745,buy_mtf_cross_all_tf,buy,2025-10-06 16:51:00,1798.0 -31746,buy_mtf_cross_all_tf,buy,2025-10-06 16:54:00,1798.0 -31747,buy_mtf_cross_all_tf,buy,2025-10-06 19:45:00,1798.0 -31748,buy_mtf_cross_all_tf,buy,2025-10-07 16:27:00,1851.0 -31749,buy_mtf_cross_all_tf,buy,2025-10-07 16:30:00,1854.0 -31750,buy_mtf_cross_all_tf,buy,2025-10-07 16:33:00,1850.0 -31751,buy_mtf_cross_all_tf,buy,2025-10-07 16:45:00,1841.0 -31752,buy_mtf_cross_all_tf,buy,2025-10-07 16:48:00,1842.0 -31753,buy_mtf_cross_all_tf,buy,2025-10-07 17:06:00,1835.0 -31754,buy_mtf_cross_all_tf,buy,2025-10-07 17:18:00,1824.0 -31755,buy_mtf_cross_all_tf,buy,2025-10-07 17:21:00,1820.0 -31756,buy_mtf_cross_all_tf,buy,2025-10-07 17:36:00,1800.0 -31757,buy_mtf_cross_all_tf,buy,2025-10-07 17:39:00,1807.0 -31758,buy_mtf_cross_all_tf,buy,2025-10-07 22:51:00,1810.0 -31759,buy_mtf_cross_all_tf,buy,2025-10-07 23:00:00,1804.0 -31760,buy_mtf_cross_all_tf,buy,2025-10-07 23:03:00,1801.0 -31761,buy_mtf_cross_all_tf,buy,2025-10-07 23:06:00,1797.0 -31762,buy_mtf_cross_all_tf,buy,2025-10-07 23:09:00,1793.0 -31763,buy_mtf_cross_all_tf,buy,2025-10-07 23:21:00,1790.0 -31764,buy_mtf_cross_all_tf,buy,2025-10-07 23:24:00,1788.0 -31765,buy_mtf_cross_all_tf,buy,2025-10-07 23:27:00,1784.0 -31766,buy_mtf_cross_all_tf,buy,2025-10-07 23:30:00,1778.0 -31767,buy_mtf_cross_all_tf,buy,2025-10-07 23:33:00,1780.0 -31768,buy_mtf_cross_all_tf,buy,2025-10-07 23:36:00,1781.0 -31769,buy_mtf_cross_all_tf,buy,2025-10-07 23:39:00,1773.0 -31770,buy_mtf_cross_all_tf,buy,2025-10-07 23:45:00,1770.0 -31771,buy_mtf_cross_all_tf,buy,2025-10-07 23:48:00,1774.0 -31772,buy_mtf_cross_all_tf,buy,2025-10-07 23:51:00,1766.0 -31773,buy_mtf_cross_all_tf,buy,2025-10-07 23:54:00,1763.0 -31774,buy_mtf_cross_all_tf,buy,2025-10-07 23:57:00,1761.0 -31775,buy_mtf_cross_all_tf,buy,2025-10-08 00:00:00,1758.0 -31776,buy_mtf_cross_all_tf,buy,2025-10-08 00:03:00,1760.0 -31777,buy_mtf_cross_all_tf,buy,2025-10-08 00:06:00,1761.0 -31778,buy_mtf_cross_all_tf,buy,2025-10-08 00:09:00,1756.0 -31779,buy_mtf_cross_all_tf,buy,2025-10-08 00:12:00,1750.0 -31780,buy_mtf_cross_all_tf,buy,2025-10-08 00:15:00,1750.0 -31781,buy_mtf_cross_all_tf,buy,2025-10-08 00:42:00,1752.0 -31782,buy_mtf_cross_all_tf,buy,2025-10-08 00:45:00,1750.0 -31783,buy_mtf_cross_all_tf,buy,2025-10-08 00:48:00,1746.0 -31784,buy_mtf_cross_all_tf,buy,2025-10-08 00:51:00,1746.0 -31785,buy_mtf_cross_all_tf,buy,2025-10-08 01:15:00,1744.0 -31786,buy_mtf_cross_all_tf,buy,2025-10-08 09:00:00,1727.0 -31787,buy_mtf_cross_all_tf,buy,2025-10-08 09:03:00,1726.0 -31788,buy_mtf_cross_all_tf,buy,2025-10-08 12:42:00,1724.0 -31789,buy_mtf_cross_all_tf,buy,2025-10-08 12:54:00,1719.0 -31790,buy_mtf_cross_all_tf,buy,2025-10-08 13:12:00,1715.0 -31791,buy_mtf_cross_all_tf,buy,2025-10-08 14:30:00,1715.0 -31792,buy_mtf_cross_all_tf,buy,2025-10-08 14:42:00,1713.0 -31793,buy_mtf_cross_all_tf,buy,2025-10-08 14:45:00,1710.0 -31794,buy_mtf_cross_all_tf,buy,2025-10-08 14:48:00,1712.0 -31795,buy_mtf_cross_all_tf,buy,2025-10-08 14:54:00,1709.0 -31796,buy_mtf_cross_all_tf,buy,2025-10-08 21:00:00,1707.0 -31797,buy_mtf_cross_all_tf,buy,2025-10-08 21:03:00,1708.0 -31798,buy_mtf_cross_all_tf,buy,2025-10-08 21:06:00,1705.0 -31799,buy_mtf_cross_all_tf,buy,2025-10-08 21:09:00,1704.0 -31800,buy_mtf_cross_all_tf,buy,2025-10-09 12:00:00,1789.0 -31801,buy_mtf_cross_all_tf,buy,2025-10-09 15:27:00,1787.0 -31802,buy_mtf_cross_all_tf,buy,2025-10-09 15:36:00,1784.0 -31803,buy_mtf_cross_all_tf,buy,2025-10-09 15:39:00,1782.0 -31804,buy_mtf_cross_all_tf,buy,2025-10-09 15:42:00,1780.0 -31805,buy_mtf_cross_all_tf,buy,2025-10-09 15:45:00,1777.0 -31806,buy_mtf_cross_all_tf,buy,2025-10-09 15:57:00,1779.0 -31807,buy_mtf_cross_all_tf,buy,2025-10-09 16:42:00,1772.0 -31808,buy_mtf_cross_all_tf,buy,2025-10-09 16:45:00,1773.0 -31809,buy_mtf_cross_all_tf,buy,2025-10-09 17:24:00,1765.0 -31810,buy_mtf_cross_all_tf,buy,2025-10-09 17:42:00,1758.0 -31811,buy_mtf_cross_all_tf,buy,2025-10-09 17:45:00,1757.0 -31812,buy_mtf_cross_all_tf,buy,2025-10-09 17:51:00,1753.0 -31813,buy_mtf_cross_all_tf,buy,2025-10-09 17:54:00,1747.0 -31814,buy_mtf_cross_all_tf,buy,2025-10-09 18:00:00,1744.0 -31815,buy_mtf_cross_all_tf,buy,2025-10-09 22:51:00,1747.0 -31816,buy_mtf_cross_all_tf,buy,2025-10-09 22:54:00,1743.0 -31817,buy_mtf_cross_all_tf,buy,2025-10-09 23:06:00,1737.0 -31818,buy_mtf_cross_all_tf,buy,2025-10-09 23:09:00,1733.0 -31819,buy_mtf_cross_all_tf,buy,2025-10-09 23:30:00,1731.0 -31820,buy_mtf_cross_all_tf,buy,2025-10-09 23:33:00,1729.0 -31821,buy_mtf_cross_all_tf,buy,2025-10-09 23:36:00,1727.0 -31822,buy_mtf_cross_all_tf,buy,2025-10-09 23:39:00,1729.0 -31823,buy_mtf_cross_all_tf,buy,2025-10-11 00:30:00,1793.0 -31824,buy_mtf_cross_all_tf,buy,2025-10-11 00:42:00,1776.0 -31825,buy_mtf_cross_all_tf,buy,2025-10-11 00:54:00,1775.0 -31826,buy_mtf_cross_all_tf,buy,2025-10-11 00:57:00,1769.0 -31827,buy_mtf_cross_all_tf,buy,2025-10-11 01:00:00,1765.0 -31828,buy_mtf_cross_all_tf,buy,2025-10-11 01:03:00,1760.0 -31829,buy_mtf_cross_all_tf,buy,2025-10-11 01:21:00,1760.0 -31830,buy_mtf_cross_all_tf,buy,2025-10-11 02:00:00,1749.0 -31831,buy_mtf_cross_all_tf,buy,2025-10-11 02:03:00,1746.0 -31832,buy_mtf_cross_all_tf,buy,2025-10-11 02:09:00,1749.0 -31833,buy_mtf_cross_all_tf,buy,2025-10-11 02:42:00,1741.0 -31834,buy_mtf_cross_all_tf,buy,2025-10-11 02:57:00,1725.0 -31835,buy_mtf_cross_all_tf,buy,2025-10-11 03:00:00,1729.0 -31836,buy_mtf_cross_all_tf,buy,2025-10-11 03:54:00,1720.0 -31837,buy_mtf_cross_all_tf,buy,2025-10-11 03:57:00,1721.0 -31838,buy_mtf_cross_all_tf,buy,2025-10-11 04:21:00,1707.0 -31839,buy_mtf_cross_all_tf,buy,2025-10-11 04:24:00,1705.0 -31840,buy_mtf_cross_all_tf,buy,2025-10-11 04:36:00,1706.0 -31841,buy_mtf_cross_all_tf,buy,2025-10-11 04:39:00,1704.0 -31842,buy_mtf_cross_all_tf,buy,2025-10-11 04:57:00,1698.0 -31843,buy_mtf_cross_all_tf,buy,2025-10-11 05:00:00,1694.0 -31844,buy_mtf_cross_all_tf,buy,2025-10-11 05:03:00,1696.0 -31845,buy_mtf_cross_all_tf,buy,2025-10-11 05:06:00,1694.0 -31846,buy_mtf_cross_all_tf,buy,2025-10-11 05:09:00,1692.0 -31847,buy_mtf_cross_all_tf,buy,2025-10-11 05:12:00,1691.0 -31848,buy_mtf_cross_all_tf,buy,2025-10-11 05:15:00,1691.0 -31849,buy_mtf_cross_all_tf,buy,2025-10-11 05:18:00,1690.0 -31850,buy_mtf_cross_all_tf,buy,2025-10-11 05:21:00,1692.0 -31851,buy_mtf_cross_all_tf,buy,2025-10-11 06:30:00,1311.0 -31852,buy_mtf_cross_all_tf,buy,2025-10-11 10:45:00,1337.0 -31853,buy_mtf_cross_all_tf,buy,2025-10-11 10:48:00,1343.0 -31854,buy_mtf_cross_all_tf,buy,2025-10-11 10:51:00,1330.0 -31855,buy_mtf_cross_all_tf,buy,2025-10-11 10:54:00,1312.0 -31856,buy_mtf_cross_all_tf,buy,2025-10-11 10:57:00,1327.0 -31857,buy_mtf_cross_all_tf,buy,2025-10-11 21:45:00,1459.0 -31858,buy_mtf_cross_all_tf,buy,2025-10-11 22:06:00,1447.0 -31859,buy_mtf_cross_all_tf,buy,2025-10-11 22:09:00,1446.0 -31860,buy_mtf_cross_all_tf,buy,2025-10-11 22:24:00,1441.0 -31861,buy_mtf_cross_all_tf,buy,2025-10-11 22:30:00,1438.0 -31862,buy_mtf_cross_all_tf,buy,2025-10-11 22:39:00,1435.0 -31863,buy_mtf_cross_all_tf,buy,2025-10-12 01:51:00,1428.0 -31864,buy_mtf_cross_all_tf,buy,2025-10-12 01:54:00,1426.0 -31865,buy_mtf_cross_all_tf,buy,2025-10-12 01:57:00,1427.0 -31866,buy_mtf_cross_all_tf,buy,2025-10-12 02:00:00,1425.0 -31867,buy_mtf_cross_all_tf,buy,2025-10-12 02:21:00,1421.0 -31868,buy_mtf_cross_all_tf,buy,2025-10-12 02:51:00,1417.0 -31869,buy_mtf_cross_all_tf,buy,2025-10-12 03:15:00,1416.0 -31870,buy_mtf_cross_all_tf,buy,2025-10-12 03:18:00,1415.0 -31871,buy_mtf_cross_all_tf,buy,2025-10-12 03:30:00,1414.0 -31872,buy_mtf_cross_all_tf,buy,2025-10-12 04:00:00,1411.0 -31873,buy_mtf_cross_all_tf,buy,2025-10-12 04:30:00,1399.0 -31874,buy_mtf_cross_all_tf,buy,2025-10-12 04:36:00,1394.0 -31875,buy_mtf_cross_all_tf,buy,2025-10-12 04:39:00,1389.0 -31876,buy_mtf_cross_all_tf,buy,2025-10-12 04:51:00,1388.0 -31877,buy_mtf_cross_all_tf,buy,2025-10-12 05:00:00,1380.0 -31878,buy_mtf_cross_all_tf,buy,2025-10-12 05:06:00,1375.0 -31879,buy_mtf_cross_all_tf,buy,2025-10-12 10:09:00,1391.0 -31880,buy_mtf_cross_all_tf,buy,2025-10-12 10:12:00,1394.0 -31881,buy_mtf_cross_all_tf,buy,2025-10-12 10:33:00,1388.0 -31882,buy_mtf_cross_all_tf,buy,2025-10-12 10:54:00,1384.0 -31883,buy_mtf_cross_all_tf,buy,2025-10-12 11:09:00,1373.0 -31884,buy_mtf_cross_all_tf,buy,2025-10-12 11:15:00,1371.0 -31885,buy_mtf_cross_all_tf,buy,2025-10-12 17:45:00,1392.0 -31886,buy_mtf_cross_all_tf,buy,2025-10-12 17:57:00,1392.0 -31887,buy_mtf_cross_all_tf,buy,2025-10-12 18:00:00,1388.0 -31888,buy_mtf_cross_all_tf,buy,2025-10-12 18:03:00,1383.0 -31889,buy_mtf_cross_all_tf,buy,2025-10-13 20:45:00,1479.0 -31890,buy_mtf_cross_all_tf,buy,2025-10-13 20:48:00,1477.0 -31891,buy_mtf_cross_all_tf,buy,2025-10-13 20:51:00,1474.0 -31892,buy_mtf_cross_all_tf,buy,2025-10-13 20:54:00,1475.0 -31893,buy_mtf_cross_all_tf,buy,2025-10-13 20:57:00,1474.0 -31894,buy_mtf_cross_all_tf,buy,2025-10-13 21:00:00,1471.0 -31895,buy_mtf_cross_all_tf,buy,2025-10-13 21:03:00,1465.0 -31896,buy_mtf_cross_all_tf,buy,2025-10-14 02:30:00,1486.0 -31897,buy_mtf_cross_all_tf,buy,2025-10-14 02:33:00,1486.0 -31898,buy_mtf_cross_all_tf,buy,2025-10-14 02:36:00,1488.0 -31899,buy_mtf_cross_all_tf,buy,2025-10-14 02:54:00,1479.0 -31900,buy_mtf_cross_all_tf,buy,2025-10-14 04:30:00,1478.0 -31901,buy_mtf_cross_all_tf,buy,2025-10-14 04:33:00,1480.0 -31902,buy_mtf_cross_all_tf,buy,2025-10-14 10:00:00,1496.0 -31903,buy_mtf_cross_all_tf,buy,2025-10-14 10:09:00,1488.0 -31904,buy_mtf_cross_all_tf,buy,2025-10-14 10:15:00,1490.0 -31905,buy_mtf_cross_all_tf,buy,2025-10-14 10:42:00,1486.0 -31906,buy_mtf_cross_all_tf,buy,2025-10-14 11:09:00,1484.0 -31907,buy_mtf_cross_all_tf,buy,2025-10-14 11:15:00,1484.0 -31908,buy_mtf_cross_all_tf,buy,2025-10-14 11:18:00,1481.0 -31909,buy_mtf_cross_all_tf,buy,2025-10-14 11:39:00,1474.0 -31910,buy_mtf_cross_all_tf,buy,2025-10-14 11:45:00,1475.0 -31911,buy_mtf_cross_all_tf,buy,2025-10-14 11:48:00,1472.0 -31912,buy_mtf_cross_all_tf,buy,2025-10-14 11:51:00,1470.0 -31913,buy_mtf_cross_all_tf,buy,2025-10-14 11:54:00,1468.0 -31914,buy_mtf_cross_all_tf,buy,2025-10-14 11:57:00,1467.0 -31915,buy_mtf_cross_all_tf,buy,2025-10-14 12:00:00,1468.0 -31916,buy_mtf_cross_all_tf,buy,2025-10-14 12:15:00,1463.0 -31917,buy_mtf_cross_all_tf,buy,2025-10-14 12:21:00,1461.0 -31918,buy_mtf_cross_all_tf,buy,2025-10-14 12:24:00,1459.0 -31919,buy_mtf_cross_all_tf,buy,2025-10-14 12:27:00,1457.0 -31920,buy_mtf_cross_all_tf,buy,2025-10-14 12:30:00,1458.0 -31921,buy_mtf_cross_all_tf,buy,2025-10-14 12:33:00,1459.0 -31922,buy_mtf_cross_all_tf,buy,2025-10-14 12:42:00,1458.0 -31923,buy_mtf_cross_all_tf,buy,2025-10-14 13:24:00,1451.0 -31924,buy_mtf_cross_all_tf,buy,2025-10-14 13:30:00,1450.0 -31925,buy_mtf_cross_all_tf,buy,2025-10-14 14:00:00,1427.0 -31926,buy_mtf_cross_all_tf,buy,2025-10-14 14:42:00,1417.0 -31927,buy_mtf_cross_all_tf,buy,2025-10-14 14:45:00,1419.0 -31928,buy_mtf_cross_all_tf,buy,2025-10-14 14:54:00,1419.0 -31929,buy_mtf_cross_all_tf,buy,2025-10-14 14:57:00,1417.0 -31930,buy_mtf_cross_all_tf,buy,2025-10-14 15:18:00,1416.0 -31931,buy_mtf_cross_all_tf,buy,2025-10-14 15:27:00,1415.0 -31932,buy_mtf_cross_all_tf,buy,2025-10-15 22:30:00,1436.0 -31933,buy_mtf_cross_all_tf,buy,2025-10-16 00:30:00,1430.0 -31934,buy_mtf_cross_all_tf,buy,2025-10-16 00:33:00,1427.0 -31935,buy_mtf_cross_all_tf,buy,2025-10-16 00:36:00,1426.0 -31936,buy_mtf_cross_all_tf,buy,2025-10-16 00:42:00,1427.0 -31937,buy_mtf_cross_all_tf,buy,2025-10-16 00:45:00,1424.0 -31938,buy_mtf_cross_all_tf,buy,2025-10-16 00:48:00,1424.0 -31939,buy_mtf_cross_all_tf,buy,2025-10-16 00:51:00,1425.0 -31940,buy_mtf_cross_all_tf,buy,2025-10-16 03:30:00,1426.0 -31941,buy_mtf_cross_all_tf,buy,2025-10-16 03:36:00,1426.0 -31942,buy_mtf_cross_all_tf,buy,2025-10-16 06:00:00,1415.0 -31943,buy_mtf_cross_all_tf,buy,2025-10-16 06:12:00,1409.0 -31944,buy_mtf_cross_all_tf,buy,2025-10-16 14:06:00,1402.0 -31945,buy_mtf_cross_all_tf,buy,2025-10-16 14:09:00,1402.0 -31946,buy_mtf_cross_all_tf,buy,2025-10-16 14:12:00,1402.0 -31947,buy_mtf_cross_all_tf,buy,2025-10-16 14:18:00,1400.0 -31948,buy_mtf_cross_all_tf,buy,2025-10-17 00:06:00,1411.0 -31949,buy_mtf_cross_all_tf,buy,2025-10-17 00:09:00,1412.0 -31950,buy_mtf_cross_all_tf,buy,2025-10-17 00:27:00,1408.0 -31951,buy_mtf_cross_all_tf,buy,2025-10-17 00:36:00,1404.0 -31952,buy_mtf_cross_all_tf,buy,2025-10-17 00:39:00,1405.0 -31953,buy_mtf_cross_all_tf,buy,2025-10-17 00:42:00,1403.0 -31954,buy_mtf_cross_all_tf,buy,2025-10-17 00:45:00,1403.0 -31955,buy_mtf_cross_all_tf,buy,2025-10-17 00:48:00,1399.0 -31956,buy_mtf_cross_all_tf,buy,2025-10-17 00:51:00,1402.0 -31957,buy_mtf_cross_all_tf,buy,2025-10-17 00:54:00,1398.0 -31958,buy_mtf_cross_all_tf,buy,2025-10-17 01:18:00,1384.0 -31959,buy_mtf_cross_all_tf,buy,2025-10-17 01:21:00,1383.0 -31960,buy_mtf_cross_all_tf,buy,2025-10-17 01:27:00,1380.0 -31961,buy_mtf_cross_all_tf,buy,2025-10-17 03:15:00,1383.0 -31962,buy_mtf_cross_all_tf,buy,2025-10-17 04:45:00,1380.0 -31963,buy_mtf_cross_all_tf,buy,2025-10-17 04:48:00,1380.0 -31964,buy_mtf_cross_all_tf,buy,2025-10-17 05:42:00,1368.0 -31965,buy_mtf_cross_all_tf,buy,2025-10-17 05:45:00,1372.0 -31966,buy_mtf_cross_all_tf,buy,2025-10-17 05:51:00,1371.0 -31967,buy_mtf_cross_all_tf,buy,2025-10-17 05:54:00,1367.0 -31968,buy_mtf_cross_all_tf,buy,2025-10-17 05:57:00,1365.0 -31969,buy_mtf_cross_all_tf,buy,2025-10-17 06:00:00,1368.0 -31970,buy_mtf_cross_all_tf,buy,2025-10-17 07:57:00,1366.0 -31971,buy_mtf_cross_all_tf,buy,2025-10-17 13:30:00,1363.0 -31972,buy_mtf_cross_all_tf,buy,2025-10-17 13:45:00,1361.0 -31973,buy_mtf_cross_all_tf,buy,2025-10-17 14:15:00,1359.0 -31974,buy_mtf_cross_all_tf,buy,2025-10-17 14:21:00,1357.0 -31975,buy_mtf_cross_all_tf,buy,2025-10-17 15:00:00,1353.0 -31976,buy_mtf_cross_all_tf,buy,2025-10-17 15:57:00,1320.0 -31977,buy_mtf_cross_all_tf,buy,2025-10-17 16:00:00,1315.0 -31978,buy_mtf_cross_all_tf,buy,2025-10-17 16:03:00,1314.0 -31979,buy_mtf_cross_all_tf,buy,2025-10-17 16:06:00,1311.0 -31980,buy_mtf_cross_all_tf,buy,2025-10-17 16:15:00,1303.0 -31981,buy_mtf_cross_all_tf,buy,2025-10-17 16:21:00,1301.0 -31982,buy_mtf_cross_all_tf,buy,2025-10-17 16:24:00,1293.0 -31983,buy_mtf_cross_all_tf,buy,2025-10-17 16:27:00,1294.0 -31984,buy_mtf_cross_all_tf,buy,2025-10-17 16:30:00,1290.0 -31985,buy_mtf_cross_all_tf,buy,2025-10-17 16:36:00,1280.0 -31986,buy_mtf_cross_all_tf,buy,2025-10-17 16:39:00,1279.0 -31987,buy_mtf_cross_all_tf,buy,2025-10-17 16:42:00,1277.0 -31988,buy_mtf_cross_all_tf,buy,2025-10-17 16:45:00,1276.0 -31989,buy_mtf_cross_all_tf,buy,2025-10-17 16:48:00,1277.0 -31990,buy_mtf_cross_all_tf,buy,2025-10-17 16:51:00,1280.0 -31991,buy_mtf_cross_all_tf,buy,2025-10-17 17:06:00,1273.0 -31992,buy_mtf_cross_all_tf,buy,2025-10-17 17:15:00,1273.0 -31993,buy_mtf_cross_all_tf,buy,2025-10-17 17:18:00,1268.0 -31994,buy_mtf_cross_all_tf,buy,2025-10-17 17:24:00,1264.0 -31995,buy_mtf_cross_all_tf,buy,2025-10-22 05:00:00,1380.0 -31996,buy_mtf_cross_all_tf,buy,2025-10-22 05:06:00,1381.0 -31997,buy_mtf_cross_all_tf,buy,2025-10-22 05:09:00,1378.0 -31998,buy_mtf_cross_all_tf,buy,2025-10-22 05:15:00,1379.0 -31999,buy_mtf_cross_all_tf,buy,2025-10-22 05:27:00,1372.0 -32000,buy_mtf_cross_all_tf,buy,2025-10-22 05:30:00,1373.0 -32001,buy_mtf_cross_all_tf,buy,2025-10-22 05:33:00,1369.0 -32002,buy_mtf_cross_all_tf,buy,2025-10-22 05:51:00,1368.0 -32003,buy_mtf_cross_all_tf,buy,2025-10-22 07:30:00,1358.0 -32004,buy_mtf_cross_all_tf,buy,2025-10-22 08:00:00,1353.0 -32005,buy_mtf_cross_all_tf,buy,2025-10-22 08:03:00,1353.0 -32006,buy_mtf_cross_all_tf,buy,2025-10-22 08:15:00,1352.0 -32007,buy_mtf_cross_all_tf,buy,2025-10-22 08:18:00,1351.0 -32008,buy_mtf_cross_all_tf,buy,2025-10-22 08:21:00,1351.0 -32009,buy_mtf_cross_all_tf,buy,2025-10-22 08:45:00,1341.0 -32010,buy_mtf_cross_all_tf,buy,2025-10-22 08:48:00,1338.0 -32011,buy_mtf_cross_all_tf,buy,2025-10-22 08:51:00,1339.0 -32012,buy_mtf_cross_all_tf,buy,2025-10-22 08:57:00,1338.0 -32013,buy_mtf_cross_all_tf,buy,2025-10-22 09:00:00,1337.0 -32014,buy_mtf_cross_all_tf,buy,2025-10-22 09:30:00,1335.0 -32015,buy_mtf_cross_all_tf,buy,2025-10-22 09:39:00,1334.0 -32016,buy_mtf_cross_all_tf,buy,2025-10-22 14:36:00,1333.0 -32017,buy_mtf_cross_all_tf,buy,2025-10-22 14:39:00,1332.0 -32018,buy_mtf_cross_all_tf,buy,2025-10-22 14:42:00,1333.0 -32019,buy_mtf_cross_all_tf,buy,2025-10-22 15:45:00,1330.0 -32020,buy_mtf_cross_all_tf,buy,2025-10-22 15:48:00,1329.0 -32021,buy_mtf_cross_all_tf,buy,2025-10-22 16:00:00,1329.0 -32022,buy_mtf_cross_all_tf,buy,2025-10-22 16:15:00,1324.0 -32023,buy_mtf_cross_all_tf,buy,2025-10-22 18:00:00,1325.0 -32024,buy_mtf_cross_all_tf,buy,2025-10-22 18:15:00,1323.0 -32025,buy_mtf_cross_all_tf,buy,2025-10-22 18:18:00,1323.0 -32026,buy_mtf_cross_all_tf,buy,2025-10-22 18:51:00,1321.0 -32027,buy_mtf_cross_all_tf,buy,2025-10-22 19:00:00,1320.0 -32028,buy_mtf_cross_all_tf,buy,2025-10-22 19:03:00,1320.0 -32029,buy_mtf_cross_all_tf,buy,2025-10-22 19:21:00,1319.0 -32030,buy_mtf_cross_all_tf,buy,2025-10-22 19:24:00,1318.0 -32031,buy_mtf_cross_all_tf,buy,2025-10-22 19:27:00,1317.0 -32032,buy_mtf_cross_all_tf,buy,2025-10-22 19:30:00,1317.0 -32033,buy_mtf_cross_all_tf,buy,2025-10-22 19:33:00,1316.0 -32034,buy_mtf_cross_all_tf,buy,2025-10-22 19:36:00,1316.0 -32035,buy_mtf_cross_all_tf,buy,2025-10-22 19:39:00,1315.0 -32036,buy_mtf_cross_all_tf,buy,2025-10-22 19:42:00,1315.0 -32037,buy_mtf_cross_all_tf,buy,2025-10-22 19:45:00,1315.0 -32038,buy_mtf_cross_all_tf,buy,2025-10-22 19:48:00,1315.0 -32039,buy_mtf_cross_all_tf,buy,2025-10-22 19:51:00,1314.0 -32040,buy_mtf_cross_all_tf,buy,2025-10-22 20:00:00,1314.0 -32041,buy_mtf_cross_all_tf,buy,2025-10-22 20:51:00,1311.0 -32042,buy_mtf_cross_all_tf,buy,2025-10-23 02:06:00,1311.0 -32043,buy_mtf_cross_all_tf,buy,2025-10-23 02:15:00,1310.0 -32044,buy_mtf_cross_all_tf,buy,2025-10-23 02:18:00,1308.0 -32045,buy_mtf_cross_all_tf,buy,2025-10-23 02:27:00,1305.0 -32046,buy_mtf_cross_all_tf,buy,2025-10-23 02:30:00,1305.0 -32047,buy_mtf_cross_all_tf,buy,2025-10-23 02:33:00,1307.0 -32048,buy_mtf_cross_all_tf,buy,2025-10-23 02:42:00,1304.0 -32049,buy_mtf_cross_all_tf,buy,2025-10-23 02:45:00,1302.0 -32050,buy_mtf_cross_all_tf,buy,2025-10-23 02:48:00,1304.0 -32051,buy_mtf_cross_all_tf,buy,2025-10-23 02:51:00,1304.0 -32052,buy_mtf_cross_all_tf,buy,2025-10-23 02:54:00,1300.0 -32053,buy_mtf_cross_all_tf,buy,2025-10-23 03:00:00,1299.0 -32054,buy_mtf_cross_all_tf,buy,2025-10-23 03:03:00,1300.0 -32055,buy_mtf_cross_all_tf,buy,2025-10-23 03:15:00,1296.0 -32056,buy_mtf_cross_all_tf,buy,2025-10-23 03:18:00,1295.0 -32057,buy_mtf_cross_all_tf,buy,2025-10-23 03:21:00,1296.0 -32058,buy_mtf_cross_all_tf,buy,2025-10-23 03:48:00,1292.0 -32059,buy_mtf_cross_all_tf,buy,2025-10-23 03:51:00,1293.0 -32060,buy_mtf_cross_all_tf,buy,2025-10-23 03:57:00,1290.0 -32061,buy_mtf_cross_all_tf,buy,2025-10-23 04:00:00,1291.0 -32062,buy_mtf_cross_all_tf,buy,2025-10-23 05:00:00,1292.0 -32063,buy_mtf_cross_all_tf,buy,2025-10-23 05:06:00,1290.0 -32064,buy_mtf_cross_all_tf,buy,2025-10-23 05:09:00,1290.0 -32065,buy_mtf_cross_all_tf,buy,2025-10-23 05:12:00,1291.0 -32066,buy_mtf_cross_all_tf,buy,2025-10-23 05:15:00,1287.0 -32067,buy_mtf_cross_all_tf,buy,2025-10-23 05:36:00,1279.0 -32068,buy_mtf_cross_all_tf,buy,2025-10-23 05:39:00,1280.0 -32069,buy_mtf_cross_all_tf,buy,2025-10-23 05:51:00,1278.0 -32070,buy_mtf_cross_all_tf,buy,2025-10-23 05:54:00,1273.0 -32071,buy_mtf_cross_all_tf,buy,2025-10-23 05:57:00,1275.0 -32072,buy_mtf_cross_all_tf,buy,2025-10-23 06:00:00,1273.0 -32073,buy_mtf_cross_all_tf,buy,2025-10-23 06:03:00,1270.0 -32074,buy_mtf_cross_all_tf,buy,2025-10-23 06:24:00,1260.0 -32075,buy_mtf_cross_all_tf,buy,2025-10-23 06:27:00,1258.0 -32076,buy_mtf_cross_all_tf,buy,2025-10-23 06:30:00,1257.0 -32077,buy_mtf_cross_all_tf,buy,2025-10-23 20:45:00,1285.0 -32078,buy_mtf_cross_all_tf,buy,2025-10-23 20:51:00,1283.0 -32079,buy_mtf_cross_all_tf,buy,2025-10-23 20:54:00,1282.0 -32080,buy_mtf_cross_all_tf,buy,2025-10-23 20:57:00,1282.0 -32081,buy_mtf_cross_all_tf,buy,2025-10-23 21:00:00,1282.0 -32082,buy_mtf_cross_all_tf,buy,2025-10-23 21:12:00,1277.0 -32083,buy_mtf_cross_all_tf,buy,2025-10-23 21:15:00,1277.0 -32084,buy_mtf_cross_all_tf,buy,2025-10-23 23:21:00,1275.0 -32085,buy_mtf_cross_all_tf,buy,2025-10-25 01:00:00,1299.0 -32086,buy_mtf_cross_all_tf,buy,2025-10-25 01:03:00,1297.0 -32087,buy_mtf_cross_all_tf,buy,2025-10-25 01:36:00,1294.0 -32088,buy_mtf_cross_all_tf,buy,2025-10-25 01:48:00,1293.0 -32089,buy_mtf_cross_all_tf,buy,2025-10-25 12:15:00,1320.0 -32090,buy_mtf_cross_all_tf,buy,2025-10-25 12:18:00,1321.0 -32091,buy_mtf_cross_all_tf,buy,2025-10-25 12:27:00,1320.0 -32092,buy_mtf_cross_all_tf,buy,2025-10-25 13:00:00,1317.0 -32093,buy_mtf_cross_all_tf,buy,2025-10-25 13:03:00,1317.0 -32094,buy_mtf_cross_all_tf,buy,2025-10-25 13:30:00,1316.0 -32095,buy_mtf_cross_all_tf,buy,2025-10-25 13:33:00,1316.0 -32096,buy_mtf_cross_all_tf,buy,2025-10-25 13:36:00,1315.0 -32097,buy_mtf_cross_all_tf,buy,2025-10-25 13:39:00,1315.0 -32098,buy_mtf_cross_all_tf,buy,2025-10-25 13:48:00,1315.0 -32099,buy_mtf_cross_all_tf,buy,2025-10-25 14:03:00,1314.0 -32100,buy_mtf_cross_all_tf,buy,2025-10-25 14:12:00,1313.0 -32101,buy_mtf_cross_all_tf,buy,2025-10-25 14:15:00,1313.0 -32102,buy_mtf_cross_all_tf,buy,2025-10-25 14:27:00,1312.0 -32103,buy_mtf_cross_all_tf,buy,2025-10-25 14:30:00,1311.0 -32104,buy_mtf_cross_all_tf,buy,2025-10-25 14:36:00,1310.0 -32105,buy_mtf_cross_all_tf,buy,2025-10-25 15:09:00,1309.0 -32106,buy_mtf_cross_all_tf,buy,2025-10-25 15:15:00,1309.0 -32107,buy_mtf_cross_all_tf,buy,2025-10-25 15:18:00,1308.0 -32108,buy_mtf_cross_all_tf,buy,2025-10-25 15:21:00,1308.0 -32109,buy_mtf_cross_all_tf,buy,2025-10-25 15:30:00,1306.0 -32110,buy_mtf_cross_all_tf,buy,2025-10-25 15:33:00,1306.0 -32111,buy_mtf_cross_all_tf,buy,2025-10-25 15:39:00,1305.0 -32112,buy_mtf_cross_all_tf,buy,2025-10-25 15:42:00,1305.0 -32113,buy_mtf_cross_all_tf,buy,2025-10-25 16:06:00,1303.0 -32114,buy_mtf_cross_all_tf,buy,2025-10-25 16:57:00,1301.0 -32115,buy_mtf_cross_all_tf,buy,2025-10-28 00:00:00,1353.0 -32116,buy_mtf_cross_all_tf,buy,2025-10-28 04:51:00,1360.0 -32117,buy_mtf_cross_all_tf,buy,2025-10-28 04:54:00,1357.0 -32118,buy_mtf_cross_all_tf,buy,2025-10-28 05:00:00,1358.0 -32119,buy_mtf_cross_all_tf,buy,2025-10-28 05:06:00,1355.0 -32120,buy_mtf_cross_all_tf,buy,2025-10-28 05:09:00,1352.0 -32121,buy_mtf_cross_all_tf,buy,2025-10-28 05:12:00,1352.0 -32122,buy_mtf_cross_all_tf,buy,2025-10-28 05:15:00,1350.0 -32123,buy_mtf_cross_all_tf,buy,2025-10-28 05:18:00,1352.0 -32124,buy_mtf_cross_all_tf,buy,2025-10-28 05:27:00,1348.0 -32125,buy_mtf_cross_all_tf,buy,2025-10-28 05:30:00,1348.0 -32126,buy_mtf_cross_all_tf,buy,2025-10-28 05:42:00,1346.0 -32127,buy_mtf_cross_all_tf,buy,2025-10-28 05:45:00,1344.0 -32128,buy_mtf_cross_all_tf,buy,2025-10-28 08:00:00,1339.0 -32129,buy_mtf_cross_all_tf,buy,2025-10-28 08:12:00,1337.0 -32130,buy_mtf_cross_all_tf,buy,2025-10-28 08:18:00,1336.0 -32131,buy_mtf_cross_all_tf,buy,2025-10-28 08:21:00,1335.0 -32132,buy_mtf_cross_all_tf,buy,2025-10-28 09:45:00,1332.0 -32133,buy_mtf_cross_all_tf,buy,2025-10-28 09:51:00,1331.0 -32134,buy_mtf_cross_all_tf,buy,2025-10-28 12:18:00,1327.0 -32135,buy_mtf_cross_all_tf,buy,2025-10-28 12:21:00,1328.0 -32136,buy_mtf_cross_all_tf,buy,2025-10-28 12:51:00,1325.0 -32137,buy_mtf_cross_all_tf,buy,2025-10-28 15:12:00,1319.0 -32138,buy_mtf_cross_all_tf,buy,2025-10-29 00:30:00,1330.0 -32139,buy_mtf_cross_all_tf,buy,2025-10-29 00:33:00,1328.0 -32140,buy_mtf_cross_all_tf,buy,2025-10-29 00:36:00,1327.0 -32141,buy_mtf_cross_all_tf,buy,2025-10-29 00:42:00,1327.0 -32142,buy_mtf_cross_all_tf,buy,2025-10-29 00:45:00,1327.0 -32143,buy_mtf_cross_all_tf,buy,2025-10-29 04:45:00,1313.0 -32144,buy_mtf_cross_all_tf,buy,2025-10-29 04:48:00,1309.0 -32145,buy_mtf_cross_all_tf,buy,2025-10-29 04:57:00,1303.0 -32146,buy_mtf_cross_all_tf,buy,2025-10-29 05:00:00,1304.0 -32147,buy_mtf_cross_all_tf,buy,2025-10-29 05:03:00,1303.0 -32148,buy_mtf_cross_all_tf,buy,2025-10-29 05:06:00,1302.0 -32149,buy_mtf_cross_all_tf,buy,2025-10-29 05:09:00,1299.0 -32150,buy_mtf_cross_all_tf,buy,2025-10-29 05:12:00,1298.0 -32151,buy_mtf_cross_all_tf,buy,2025-10-29 05:15:00,1296.0 -32152,buy_mtf_cross_all_tf,buy,2025-10-29 05:18:00,1298.0 -32153,buy_mtf_cross_all_tf,buy,2025-10-29 05:27:00,1292.0 -32154,buy_mtf_cross_all_tf,buy,2025-10-29 05:30:00,1287.0 -32155,buy_mtf_cross_all_tf,buy,2025-10-29 05:33:00,1287.0 -32156,buy_mtf_cross_all_tf,buy,2025-10-29 05:36:00,1290.0 -32157,buy_mtf_cross_all_tf,buy,2025-10-29 05:39:00,1288.0 -32158,buy_mtf_cross_all_tf,buy,2025-10-29 06:12:00,1287.0 -32159,buy_mtf_cross_all_tf,buy,2025-10-29 06:27:00,1285.0 -32160,buy_mtf_cross_all_tf,buy,2025-10-29 06:30:00,1283.0 -32161,buy_mtf_cross_all_tf,buy,2025-10-29 12:15:00,1290.0 -32162,buy_mtf_cross_all_tf,buy,2025-10-30 01:00:00,1289.0 -32163,buy_mtf_cross_all_tf,buy,2025-10-30 01:03:00,1286.0 -32164,buy_mtf_cross_all_tf,buy,2025-10-30 01:06:00,1283.0 -32165,buy_mtf_cross_all_tf,buy,2025-10-30 01:09:00,1283.0 -32166,buy_mtf_cross_all_tf,buy,2025-10-30 01:12:00,1284.0 -32167,buy_mtf_cross_all_tf,buy,2025-10-30 08:18:00,1297.0 -32168,buy_mtf_cross_all_tf,buy,2025-10-30 08:27:00,1297.0 -32169,buy_mtf_cross_all_tf,buy,2025-10-30 08:30:00,1294.0 -32170,buy_mtf_cross_all_tf,buy,2025-10-30 08:33:00,1292.0 -32171,buy_mtf_cross_all_tf,buy,2025-10-30 08:45:00,1285.0 -32172,buy_mtf_cross_all_tf,buy,2025-10-30 08:51:00,1286.0 -32173,buy_mtf_cross_all_tf,buy,2025-10-30 12:51:00,1286.0 -32174,buy_mtf_cross_all_tf,buy,2025-10-30 18:45:00,1250.0 -32175,buy_mtf_cross_all_tf,buy,2025-10-30 18:48:00,1251.0 -32176,buy_mtf_cross_all_tf,buy,2025-10-30 19:03:00,1250.0 -32177,buy_mtf_cross_all_tf,buy,2025-10-30 19:51:00,1248.0 -32178,buy_mtf_cross_all_tf,buy,2025-10-30 19:57:00,1246.0 -32179,buy_mtf_cross_all_tf,buy,2025-10-30 20:00:00,1247.0 -32180,buy_mtf_cross_all_tf,buy,2025-10-30 20:03:00,1245.0 -32181,buy_mtf_cross_all_tf,buy,2025-10-30 20:12:00,1245.0 -32182,buy_mtf_cross_all_tf,buy,2025-10-30 21:00:00,1245.0 -32183,buy_mtf_cross_all_tf,buy,2025-10-30 21:03:00,1245.0 -32184,buy_mtf_cross_all_tf,buy,2025-10-30 21:21:00,1244.0 -32185,buy_mtf_cross_all_tf,buy,2025-10-30 22:30:00,1220.0 -32186,buy_mtf_cross_all_tf,buy,2025-10-30 22:33:00,1218.0 -32187,buy_mtf_cross_all_tf,buy,2025-10-30 22:36:00,1216.0 -32188,buy_mtf_cross_all_tf,buy,2025-10-30 22:45:00,1211.0 -32189,buy_mtf_cross_all_tf,buy,2025-10-30 23:00:00,1209.0 -32190,buy_mtf_cross_all_tf,buy,2025-10-30 23:03:00,1209.0 -32191,buy_mtf_cross_all_tf,buy,2025-10-31 00:15:00,1205.0 -32192,buy_mtf_cross_all_tf,buy,2025-10-31 00:42:00,1195.0 -32193,buy_mtf_cross_all_tf,buy,2025-10-31 00:45:00,1198.0 -32194,buy_mtf_cross_all_tf,buy,2025-10-31 00:48:00,1194.0 -32195,buy_mtf_cross_all_tf,buy,2025-10-31 00:54:00,1196.0 -32196,buy_mtf_cross_all_tf,buy,2025-10-31 00:57:00,1195.0 -32197,buy_mtf_cross_all_tf,buy,2025-10-31 01:00:00,1195.0 -32198,buy_mtf_cross_all_tf,buy,2025-10-31 01:03:00,1191.0 -32199,buy_mtf_cross_all_tf,buy,2025-10-31 01:51:00,1191.0 -32200,buy_mtf_cross_all_tf,buy,2025-10-31 01:54:00,1191.0 -32201,buy_mtf_cross_all_tf,buy,2025-10-31 01:57:00,1192.0 -32202,buy_mtf_cross_all_tf,buy,2025-10-31 02:15:00,1184.0 -32203,buy_mtf_cross_all_tf,buy,2025-10-31 02:18:00,1181.0 -32204,buy_mtf_cross_all_tf,buy,2025-10-31 02:27:00,1181.0 -32205,buy_mtf_cross_all_tf,buy,2025-10-31 02:30:00,1177.0 -32206,buy_mtf_cross_all_tf,buy,2025-10-31 02:33:00,1176.0 -32207,buy_mtf_cross_all_tf,buy,2025-10-31 02:42:00,1176.0 -32208,buy_mtf_cross_all_tf,buy,2025-10-31 03:45:00,1173.0 -32209,buy_mtf_cross_all_tf,buy,2025-10-31 16:06:00,1204.0 -32210,buy_mtf_cross_all_tf,buy,2025-10-31 16:09:00,1203.0 -32211,buy_mtf_cross_all_tf,buy,2025-10-31 16:36:00,1202.0 -32212,buy_mtf_cross_all_tf,buy,2025-10-31 17:00:00,1196.0 -32213,buy_mtf_cross_all_tf,buy,2025-10-31 17:15:00,1193.0 -32214,buy_mtf_cross_all_tf,buy,2025-11-01 01:30:00,1199.0 -32215,buy_mtf_cross_all_tf,buy,2025-11-01 01:36:00,1199.0 -32216,buy_mtf_cross_all_tf,buy,2025-11-01 02:06:00,1185.0 -32217,buy_mtf_cross_all_tf,buy,2025-11-01 02:09:00,1185.0 -32218,buy_mtf_cross_all_tf,buy,2025-11-01 02:12:00,1182.0 -32219,buy_mtf_cross_all_tf,buy,2025-11-01 02:15:00,1183.0 -32220,buy_mtf_cross_all_tf,buy,2025-11-01 02:21:00,1179.0 -32221,buy_mtf_cross_all_tf,buy,2025-11-01 02:24:00,1178.0 -32222,buy_mtf_cross_all_tf,buy,2025-11-01 02:27:00,1179.0 -32223,buy_mtf_cross_all_tf,buy,2025-11-01 02:30:00,1178.0 -32224,buy_mtf_cross_all_tf,buy,2025-11-01 09:15:00,1193.0 -32225,buy_mtf_cross_all_tf,buy,2025-11-01 09:21:00,1193.0 -32226,buy_mtf_cross_all_tf,buy,2025-11-01 09:24:00,1192.0 -32227,buy_mtf_cross_all_tf,buy,2025-11-01 09:27:00,1191.0 -32228,buy_mtf_cross_all_tf,buy,2025-11-01 09:33:00,1190.0 -32229,buy_mtf_cross_all_tf,buy,2025-11-03 00:00:00,1234.0 -32230,buy_mtf_cross_all_tf,buy,2025-11-03 01:18:00,1236.0 -32231,buy_mtf_cross_all_tf,buy,2025-11-03 04:15:00,1231.0 -32232,buy_mtf_cross_all_tf,buy,2025-11-03 04:18:00,1230.0 -32233,buy_mtf_cross_all_tf,buy,2025-11-03 04:27:00,1228.0 -32234,buy_mtf_cross_all_tf,buy,2025-11-03 04:30:00,1227.0 -32235,buy_mtf_cross_all_tf,buy,2025-11-03 09:51:00,1235.0 -32236,buy_mtf_cross_all_tf,buy,2025-11-03 09:54:00,1233.0 -32237,buy_mtf_cross_all_tf,buy,2025-11-03 10:06:00,1227.0 -32238,buy_mtf_cross_all_tf,buy,2025-11-03 10:09:00,1229.0 -32239,buy_mtf_cross_all_tf,buy,2025-11-03 10:27:00,1228.0 -32240,buy_mtf_cross_all_tf,buy,2025-11-03 10:36:00,1225.0 -32241,buy_mtf_cross_all_tf,buy,2025-11-03 10:39:00,1226.0 -32242,buy_mtf_cross_all_tf,buy,2025-11-03 10:42:00,1224.0 -32243,buy_mtf_cross_all_tf,buy,2025-11-03 10:45:00,1225.0 -32244,buy_mtf_cross_all_tf,buy,2025-11-03 10:48:00,1224.0 -32245,buy_mtf_cross_all_tf,buy,2025-11-03 10:57:00,1220.0 -32246,buy_mtf_cross_all_tf,buy,2025-11-03 11:00:00,1222.0 -32247,buy_mtf_cross_all_tf,buy,2025-11-03 11:03:00,1222.0 -32248,buy_mtf_cross_all_tf,buy,2025-11-03 11:06:00,1218.0 -32249,buy_mtf_cross_all_tf,buy,2025-11-03 11:09:00,1217.0 -32250,buy_mtf_cross_all_tf,buy,2025-11-03 11:12:00,1215.0 -32251,buy_mtf_cross_all_tf,buy,2025-11-03 11:24:00,1216.0 -32252,buy_mtf_cross_all_tf,buy,2025-11-03 11:27:00,1215.0 -32253,buy_mtf_cross_all_tf,buy,2025-11-03 11:36:00,1213.0 -32254,buy_mtf_cross_all_tf,buy,2025-11-03 11:39:00,1211.0 -32255,buy_mtf_cross_all_tf,buy,2025-11-03 11:42:00,1211.0 -32256,buy_mtf_cross_all_tf,buy,2025-11-03 11:45:00,1210.0 -32257,buy_mtf_cross_all_tf,buy,2025-11-03 11:51:00,1211.0 -32258,buy_mtf_cross_all_tf,buy,2025-11-03 12:21:00,1201.0 -32259,buy_mtf_cross_all_tf,buy,2025-11-03 12:27:00,1199.0 -32260,buy_mtf_cross_all_tf,buy,2025-11-03 12:30:00,1196.0 -32261,buy_mtf_cross_all_tf,buy,2025-11-03 12:42:00,1186.0 -32262,buy_mtf_cross_all_tf,buy,2025-11-03 12:45:00,1186.0 -32263,buy_mtf_cross_all_tf,buy,2025-11-03 12:48:00,1184.0 -32264,buy_mtf_cross_all_tf,buy,2025-11-03 12:51:00,1182.0 -32265,buy_mtf_cross_all_tf,buy,2025-11-03 12:54:00,1179.0 -32266,buy_mtf_cross_all_tf,buy,2025-11-03 12:57:00,1178.0 -32267,buy_mtf_cross_all_tf,buy,2025-11-03 13:00:00,1179.0 -32268,buy_mtf_cross_all_tf,buy,2025-11-03 13:03:00,1176.0 -32269,buy_mtf_cross_all_tf,buy,2025-11-03 13:06:00,1175.0 -32270,buy_mtf_cross_all_tf,buy,2025-11-03 13:09:00,1173.0 -32271,buy_mtf_cross_all_tf,buy,2025-11-03 13:12:00,1176.0 -32272,buy_mtf_cross_all_tf,buy,2025-11-03 13:15:00,1176.0 -32273,buy_mtf_cross_all_tf,buy,2025-11-03 13:18:00,1175.0 -32274,buy_mtf_cross_all_tf,buy,2025-11-03 13:21:00,1171.0 -32275,buy_mtf_cross_all_tf,buy,2025-11-03 15:51:00,1173.0 -32276,buy_mtf_cross_all_tf,buy,2025-11-03 17:21:00,1173.0 -32277,buy_mtf_cross_all_tf,buy,2025-11-03 17:24:00,1171.0 -32278,buy_mtf_cross_all_tf,buy,2025-11-03 17:27:00,1170.0 -32279,buy_mtf_cross_all_tf,buy,2025-11-03 17:30:00,1169.0 -32280,buy_mtf_cross_all_tf,buy,2025-11-03 17:33:00,1170.0 -32281,buy_mtf_cross_all_tf,buy,2025-11-03 17:36:00,1171.0 -32282,buy_mtf_cross_all_tf,buy,2025-11-03 17:39:00,1168.0 -32283,buy_mtf_cross_all_tf,buy,2025-11-03 17:45:00,1169.0 -32284,buy_mtf_cross_all_tf,buy,2025-11-03 17:48:00,1169.0 -32285,buy_mtf_cross_all_tf,buy,2025-11-03 22:21:00,1165.0 -32286,buy_mtf_cross_all_tf,buy,2025-11-03 22:24:00,1165.0 -32287,buy_mtf_cross_all_tf,buy,2025-11-04 00:21:00,1163.0 -32288,buy_mtf_cross_all_tf,buy,2025-11-04 00:42:00,1119.0 -32289,buy_mtf_cross_all_tf,buy,2025-11-04 00:57:00,1100.0 -32290,buy_mtf_cross_all_tf,buy,2025-11-04 01:00:00,1100.0 -32291,buy_mtf_cross_all_tf,buy,2025-11-04 01:03:00,1092.0 -32292,buy_mtf_cross_all_tf,buy,2025-11-04 01:06:00,1096.0 -32293,buy_mtf_cross_all_tf,buy,2025-11-04 01:09:00,1090.0 -32294,buy_mtf_cross_all_tf,buy,2025-11-04 05:03:00,1094.0 -32295,buy_mtf_cross_all_tf,buy,2025-11-04 05:15:00,1086.0 -32296,buy_mtf_cross_all_tf,buy,2025-11-04 05:18:00,1084.0 -32297,buy_mtf_cross_all_tf,buy,2025-11-04 05:21:00,1085.0 -32298,buy_mtf_cross_all_tf,buy,2025-11-04 05:24:00,1083.0 -32299,buy_mtf_cross_all_tf,buy,2025-11-04 05:30:00,1082.0 -32300,buy_mtf_cross_all_tf,buy,2025-11-04 05:33:00,1081.0 -32301,buy_mtf_cross_all_tf,buy,2025-11-04 05:36:00,1080.0 -32302,buy_mtf_cross_all_tf,buy,2025-11-04 06:00:00,1075.0 -32303,buy_mtf_cross_all_tf,buy,2025-11-04 14:42:00,1066.0 -32304,buy_mtf_cross_all_tf,buy,2025-11-04 14:45:00,1063.0 -32305,buy_mtf_cross_all_tf,buy,2025-11-04 14:48:00,1063.0 -32306,buy_mtf_cross_all_tf,buy,2025-11-04 15:00:00,1048.0 -32307,buy_mtf_cross_all_tf,buy,2025-11-04 15:03:00,1053.0 -32308,buy_mtf_cross_all_tf,buy,2025-11-04 16:21:00,1049.0 -32309,buy_mtf_cross_all_tf,buy,2025-11-04 16:24:00,1047.0 -32310,buy_mtf_cross_all_tf,buy,2025-11-04 16:27:00,1049.0 -32311,buy_mtf_cross_all_tf,buy,2025-11-04 16:33:00,1043.0 -32312,buy_mtf_cross_all_tf,buy,2025-11-04 16:36:00,1042.0 -32313,buy_mtf_cross_all_tf,buy,2025-11-04 16:39:00,1046.0 -32314,buy_mtf_cross_all_tf,buy,2025-11-04 16:51:00,1041.0 -32315,buy_mtf_cross_all_tf,buy,2025-11-04 17:15:00,1039.0 -32316,buy_mtf_cross_all_tf,buy,2025-11-04 17:21:00,1038.0 -32317,buy_mtf_cross_all_tf,buy,2025-11-04 22:21:00,1051.0 -32318,buy_mtf_cross_all_tf,buy,2025-11-04 22:51:00,1046.0 -32319,buy_mtf_cross_all_tf,buy,2025-11-04 23:00:00,1045.0 -32320,buy_mtf_cross_all_tf,buy,2025-11-04 23:06:00,1041.0 -32321,buy_mtf_cross_all_tf,buy,2025-11-04 23:12:00,1041.0 -32322,buy_mtf_cross_all_tf,buy,2025-11-04 23:15:00,1040.0 -32323,buy_mtf_cross_all_tf,buy,2025-11-04 23:21:00,1041.0 -32324,buy_mtf_cross_all_tf,buy,2025-11-04 23:24:00,1040.0 -32325,buy_mtf_cross_all_tf,buy,2025-11-04 23:27:00,1040.0 -32326,buy_mtf_cross_all_tf,buy,2025-11-05 03:30:00,1031.0 -32327,buy_mtf_cross_all_tf,buy,2025-11-05 03:39:00,1023.0 -32328,buy_mtf_cross_all_tf,buy,2025-11-05 03:42:00,1027.0 -32329,buy_mtf_cross_all_tf,buy,2025-11-05 04:51:00,1029.0 -32330,buy_mtf_cross_all_tf,buy,2025-11-05 04:54:00,1027.0 -32331,buy_mtf_cross_all_tf,buy,2025-11-05 05:12:00,1017.0 -32332,buy_mtf_cross_all_tf,buy,2025-11-05 05:15:00,1016.0 -32333,buy_mtf_cross_all_tf,buy,2025-11-05 06:42:00,993.0 -32334,buy_mtf_cross_all_tf,buy,2025-11-05 06:45:00,995.0 -32335,buy_mtf_cross_all_tf,buy,2025-11-05 10:33:00,1007.0 -32336,buy_mtf_cross_all_tf,buy,2025-11-05 10:36:00,1002.0 -32337,buy_mtf_cross_all_tf,buy,2025-11-05 10:39:00,999.0 -32338,buy_mtf_cross_all_tf,buy,2025-11-05 10:42:00,1002.0 -32339,buy_mtf_cross_all_tf,buy,2025-11-05 10:45:00,999.0 -32340,buy_mtf_cross_all_tf,buy,2025-11-06 14:36:00,1074.0 -32341,buy_mtf_cross_all_tf,buy,2025-11-06 14:39:00,1069.0 -32342,buy_mtf_cross_all_tf,buy,2025-11-06 14:45:00,1070.0 -32343,buy_mtf_cross_all_tf,buy,2025-11-06 14:48:00,1069.0 -32344,buy_mtf_cross_all_tf,buy,2025-11-06 14:51:00,1069.0 -32345,buy_mtf_cross_all_tf,buy,2025-11-06 14:54:00,1068.0 -32346,buy_mtf_cross_all_tf,buy,2025-11-06 19:15:00,1067.0 -32347,buy_mtf_cross_all_tf,buy,2025-11-06 21:33:00,1068.0 -32348,buy_mtf_cross_all_tf,buy,2025-11-06 21:36:00,1067.0 -32349,buy_mtf_cross_all_tf,buy,2025-11-06 21:39:00,1067.0 -32350,buy_mtf_cross_all_tf,buy,2025-11-06 21:51:00,1064.0 -32351,buy_mtf_cross_all_tf,buy,2025-11-06 21:54:00,1064.0 -32352,buy_mtf_cross_all_tf,buy,2025-11-06 21:57:00,1063.0 -32353,buy_mtf_cross_all_tf,buy,2025-11-07 00:57:00,1050.0 -32354,buy_mtf_cross_all_tf,buy,2025-11-07 01:00:00,1049.0 -32355,buy_mtf_cross_all_tf,buy,2025-11-07 01:30:00,1045.0 -32356,buy_mtf_cross_all_tf,buy,2025-11-07 01:33:00,1044.0 -32357,buy_mtf_cross_all_tf,buy,2025-11-12 03:18:00,1185.0 -32358,buy_mtf_cross_all_tf,buy,2025-11-12 03:21:00,1184.0 -32359,buy_mtf_cross_all_tf,buy,2025-11-12 03:30:00,1183.0 -32360,buy_mtf_cross_all_tf,buy,2025-11-12 03:45:00,1178.0 -32361,buy_mtf_cross_all_tf,buy,2025-11-12 04:00:00,1180.0 -32362,buy_mtf_cross_all_tf,buy,2025-11-12 04:45:00,1175.0 -32363,buy_mtf_cross_all_tf,buy,2025-11-12 04:48:00,1174.0 -32364,buy_mtf_cross_all_tf,buy,2025-11-12 04:57:00,1172.0 -32365,buy_mtf_cross_all_tf,buy,2025-11-12 05:00:00,1171.0 -32366,buy_mtf_cross_all_tf,buy,2025-11-12 05:03:00,1172.0 -32367,buy_mtf_cross_all_tf,buy,2025-11-12 05:06:00,1171.0 -32368,buy_mtf_cross_all_tf,buy,2025-11-12 05:12:00,1171.0 -32369,buy_mtf_cross_all_tf,buy,2025-11-12 05:15:00,1170.0 -32370,buy_mtf_cross_all_tf,buy,2025-11-12 05:18:00,1168.0 -32371,buy_mtf_cross_all_tf,buy,2025-11-12 05:30:00,1169.0 -32372,buy_mtf_cross_all_tf,buy,2025-11-12 05:45:00,1161.0 -32373,buy_mtf_cross_all_tf,buy,2025-11-12 05:48:00,1161.0 -32374,buy_mtf_cross_all_tf,buy,2025-11-12 05:51:00,1161.0 -32375,buy_mtf_cross_all_tf,buy,2025-11-12 05:54:00,1161.0 -32376,buy_mtf_cross_all_tf,buy,2025-11-12 05:57:00,1161.0 -32377,buy_mtf_cross_all_tf,buy,2025-11-12 06:42:00,1158.0 -32378,buy_mtf_cross_all_tf,buy,2025-11-12 06:45:00,1158.0 -32379,buy_mtf_cross_all_tf,buy,2025-11-12 06:48:00,1158.0 -32380,buy_mtf_cross_all_tf,buy,2025-11-12 06:54:00,1156.0 -32381,buy_mtf_cross_all_tf,buy,2025-11-12 07:00:00,1156.0 -32382,buy_mtf_cross_all_tf,buy,2025-11-12 09:00:00,1154.0 -32383,buy_mtf_cross_all_tf,buy,2025-11-12 09:12:00,1151.0 -32384,buy_mtf_cross_all_tf,buy,2025-11-12 09:15:00,1153.0 -32385,buy_mtf_cross_all_tf,buy,2025-11-13 00:00:00,1184.0 -32386,buy_mtf_cross_all_tf,buy,2025-11-13 00:03:00,1180.0 -32387,buy_mtf_cross_all_tf,buy,2025-11-13 00:15:00,1182.0 -32388,buy_mtf_cross_all_tf,buy,2025-11-13 00:18:00,1183.0 -32389,buy_mtf_cross_all_tf,buy,2025-11-13 00:21:00,1180.0 -32390,buy_mtf_cross_all_tf,buy,2025-11-13 00:30:00,1177.0 -32391,buy_mtf_cross_all_tf,buy,2025-11-13 00:42:00,1173.0 -32392,buy_mtf_cross_all_tf,buy,2025-11-13 00:45:00,1172.0 -32393,buy_mtf_cross_all_tf,buy,2025-11-13 00:51:00,1167.0 -32394,buy_mtf_cross_all_tf,buy,2025-11-13 01:06:00,1153.0 -32395,buy_mtf_cross_all_tf,buy,2025-11-13 01:21:00,1140.0 -32396,buy_mtf_cross_all_tf,buy,2025-11-13 01:24:00,1135.0 -32397,buy_mtf_cross_all_tf,buy,2025-11-13 01:27:00,1131.0 -32398,buy_mtf_cross_all_tf,buy,2025-11-13 01:30:00,1135.0 -32399,buy_mtf_cross_all_tf,buy,2025-11-13 02:15:00,1127.0 -32400,buy_mtf_cross_all_tf,buy,2025-11-13 02:21:00,1127.0 -32401,buy_mtf_cross_all_tf,buy,2025-11-13 02:24:00,1122.0 -32402,buy_mtf_cross_all_tf,buy,2025-11-14 01:30:00,1160.0 -32403,buy_mtf_cross_all_tf,buy,2025-11-14 01:33:00,1159.0 -32404,buy_mtf_cross_all_tf,buy,2025-11-14 01:42:00,1156.0 -32405,buy_mtf_cross_all_tf,buy,2025-11-14 01:45:00,1158.0 -32406,buy_mtf_cross_all_tf,buy,2025-11-14 01:48:00,1157.0 -32407,buy_mtf_cross_all_tf,buy,2025-11-14 01:51:00,1157.0 -32408,buy_mtf_cross_all_tf,buy,2025-11-14 02:00:00,1147.0 -32409,buy_mtf_cross_all_tf,buy,2025-11-14 02:09:00,1144.0 -32410,buy_mtf_cross_all_tf,buy,2025-11-14 02:15:00,1140.0 -32411,buy_mtf_cross_all_tf,buy,2025-11-14 02:18:00,1142.0 -32412,buy_mtf_cross_all_tf,buy,2025-11-14 02:21:00,1139.0 -32413,buy_mtf_cross_all_tf,buy,2025-11-14 02:24:00,1141.0 -32414,buy_mtf_cross_all_tf,buy,2025-11-14 02:48:00,1126.0 -32415,buy_mtf_cross_all_tf,buy,2025-11-14 02:54:00,1121.0 -32416,buy_mtf_cross_all_tf,buy,2025-11-14 03:00:00,1118.0 -32417,buy_mtf_cross_all_tf,buy,2025-11-14 03:03:00,1121.0 -32418,buy_mtf_cross_all_tf,buy,2025-11-14 03:06:00,1117.0 -32419,buy_mtf_cross_all_tf,buy,2025-11-14 03:09:00,1117.0 -32420,buy_mtf_cross_all_tf,buy,2025-11-14 03:12:00,1114.0 -32421,buy_mtf_cross_all_tf,buy,2025-11-14 03:15:00,1116.0 -32422,buy_mtf_cross_all_tf,buy,2025-11-14 03:18:00,1113.0 -32423,buy_mtf_cross_all_tf,buy,2025-11-14 06:33:00,1104.0 -32424,buy_mtf_cross_all_tf,buy,2025-11-14 06:36:00,1102.0 -32425,buy_mtf_cross_all_tf,buy,2025-11-14 06:39:00,1102.0 -32426,buy_mtf_cross_all_tf,buy,2025-11-14 06:42:00,1103.0 -32427,buy_mtf_cross_all_tf,buy,2025-11-14 12:21:00,1112.0 -32428,buy_mtf_cross_all_tf,buy,2025-11-14 12:24:00,1111.0 -32429,buy_mtf_cross_all_tf,buy,2025-11-14 12:27:00,1111.0 -32430,buy_mtf_cross_all_tf,buy,2025-11-14 12:33:00,1111.0 -32431,buy_mtf_cross_all_tf,buy,2025-11-14 12:42:00,1107.0 -32432,buy_mtf_cross_all_tf,buy,2025-11-14 12:45:00,1108.0 -32433,buy_mtf_cross_all_tf,buy,2025-11-14 12:48:00,1108.0 -32434,buy_mtf_cross_all_tf,buy,2025-11-14 12:51:00,1106.0 -32435,buy_mtf_cross_all_tf,buy,2025-11-14 12:54:00,1106.0 -32436,buy_mtf_cross_all_tf,buy,2025-11-14 12:57:00,1107.0 -32437,buy_mtf_cross_all_tf,buy,2025-11-14 13:09:00,1103.0 -32438,buy_mtf_cross_all_tf,buy,2025-11-14 13:12:00,1105.0 -32439,buy_mtf_cross_all_tf,buy,2025-11-14 13:18:00,1104.0 -32440,buy_mtf_cross_all_tf,buy,2025-11-14 13:21:00,1102.0 -32441,buy_mtf_cross_all_tf,buy,2025-11-14 13:24:00,1101.0 -32442,buy_mtf_cross_all_tf,buy,2025-11-14 13:45:00,1085.0 -32443,buy_mtf_cross_all_tf,buy,2025-11-14 13:48:00,1088.0 -32444,buy_mtf_cross_all_tf,buy,2025-11-14 19:00:00,1097.0 -32445,buy_mtf_cross_all_tf,buy,2025-11-14 20:06:00,1096.0 -32446,buy_mtf_cross_all_tf,buy,2025-11-14 20:30:00,1090.0 -32447,buy_mtf_cross_all_tf,buy,2025-11-14 20:33:00,1088.0 -32448,buy_mtf_cross_all_tf,buy,2025-11-14 20:36:00,1087.0 -32449,buy_mtf_cross_all_tf,buy,2025-11-14 20:39:00,1084.0 -32450,buy_mtf_cross_all_tf,buy,2025-11-14 20:45:00,1085.0 -32451,buy_mtf_cross_all_tf,buy,2025-11-14 20:48:00,1086.0 -32452,buy_mtf_cross_all_tf,buy,2025-11-14 20:54:00,1084.0 -32453,buy_mtf_cross_all_tf,buy,2025-11-14 20:57:00,1083.0 -32454,buy_mtf_cross_all_tf,buy,2025-11-14 21:03:00,1081.0 -32455,buy_mtf_cross_all_tf,buy,2025-11-14 21:06:00,1081.0 -32456,buy_mtf_cross_all_tf,buy,2025-11-14 21:09:00,1080.0 -32457,buy_mtf_cross_all_tf,buy,2025-11-14 21:12:00,1078.0 -32458,buy_mtf_cross_all_tf,buy,2025-11-14 21:15:00,1078.0 -32459,buy_mtf_cross_all_tf,buy,2025-11-14 21:18:00,1080.0 -32460,buy_mtf_cross_all_tf,buy,2025-11-14 21:21:00,1076.0 -32461,buy_mtf_cross_all_tf,buy,2025-11-14 21:24:00,1076.0 -32462,buy_mtf_cross_all_tf,buy,2025-11-14 21:36:00,1074.0 -32463,buy_mtf_cross_all_tf,buy,2025-11-15 05:36:00,1091.0 -32464,buy_mtf_cross_all_tf,buy,2025-11-15 06:00:00,1078.0 -32465,buy_mtf_cross_all_tf,buy,2025-11-15 08:15:00,1070.0 -32466,buy_mtf_cross_all_tf,buy,2025-11-15 08:18:00,1069.0 -32467,buy_mtf_cross_all_tf,buy,2025-11-15 08:30:00,1066.0 -32468,buy_mtf_cross_all_tf,buy,2025-11-15 16:12:00,1082.0 -32469,buy_mtf_cross_all_tf,buy,2025-11-15 16:15:00,1084.0 -32470,buy_mtf_cross_all_tf,buy,2025-11-15 16:18:00,1083.0 -32471,buy_mtf_cross_all_tf,buy,2025-11-15 16:21:00,1082.0 -32472,buy_mtf_cross_all_tf,buy,2025-11-15 16:24:00,1082.0 -32473,buy_mtf_cross_all_tf,buy,2025-11-15 16:33:00,1081.0 -32474,buy_mtf_cross_all_tf,buy,2025-11-15 16:36:00,1080.0 -32475,buy_mtf_cross_all_tf,buy,2025-11-15 16:39:00,1078.0 -32476,buy_mtf_cross_all_tf,buy,2025-11-15 16:42:00,1077.0 -32477,buy_mtf_cross_all_tf,buy,2025-11-15 16:45:00,1078.0 -32478,buy_mtf_cross_all_tf,buy,2025-11-15 16:48:00,1079.0 -32479,buy_mtf_cross_all_tf,buy,2025-11-15 16:51:00,1078.0 -32480,buy_mtf_cross_all_tf,buy,2025-11-15 17:09:00,1075.0 -32481,buy_mtf_cross_all_tf,buy,2025-11-15 17:12:00,1074.0 -32482,buy_mtf_cross_all_tf,buy,2025-11-15 17:15:00,1074.0 -32483,buy_mtf_cross_all_tf,buy,2025-11-15 17:18:00,1074.0 -32484,buy_mtf_cross_all_tf,buy,2025-11-15 17:21:00,1072.0 -32485,buy_mtf_cross_all_tf,buy,2025-11-15 17:30:00,1068.0 -32486,buy_mtf_cross_all_tf,buy,2025-11-15 17:33:00,1067.0 -32487,buy_mtf_cross_all_tf,buy,2025-11-15 17:45:00,1065.0 -32488,buy_mtf_cross_all_tf,buy,2025-11-15 17:57:00,1061.0 -32489,buy_mtf_cross_all_tf,buy,2025-11-15 18:00:00,1061.0 -32490,buy_mtf_cross_all_tf,buy,2025-11-15 18:03:00,1059.0 -32491,buy_mtf_cross_all_tf,buy,2025-11-15 18:06:00,1061.0 -32492,buy_mtf_cross_all_tf,buy,2025-11-15 18:51:00,1061.0 -32493,buy_mtf_cross_all_tf,buy,2025-11-15 19:12:00,1060.0 -32494,buy_mtf_cross_all_tf,buy,2025-11-15 20:54:00,1059.0 -32495,buy_mtf_cross_all_tf,buy,2025-11-16 00:00:00,1062.0 -32496,buy_mtf_cross_all_tf,buy,2025-11-16 00:03:00,1060.0 -32497,buy_mtf_cross_all_tf,buy,2025-11-16 00:06:00,1060.0 -32498,buy_mtf_cross_all_tf,buy,2025-11-16 00:21:00,1060.0 -32499,buy_mtf_cross_all_tf,buy,2025-11-16 00:24:00,1060.0 -32500,buy_mtf_cross_all_tf,buy,2025-11-16 00:36:00,1059.0 -32501,buy_mtf_cross_all_tf,buy,2025-11-16 00:39:00,1059.0 -32502,buy_mtf_cross_all_tf,buy,2025-11-16 00:42:00,1059.0 -32503,buy_mtf_cross_all_tf,buy,2025-11-16 01:27:00,1053.0 -32504,buy_mtf_cross_all_tf,buy,2025-11-16 01:36:00,1050.0 -32505,buy_mtf_cross_all_tf,buy,2025-11-16 05:30:00,1053.0 -32506,buy_mtf_cross_all_tf,buy,2025-11-16 05:39:00,1052.0 -32507,buy_mtf_cross_all_tf,buy,2025-11-16 05:48:00,1052.0 -32508,buy_mtf_cross_all_tf,buy,2025-11-16 05:54:00,1051.0 -32509,buy_mtf_cross_all_tf,buy,2025-11-16 06:00:00,1050.0 -32510,buy_mtf_cross_all_tf,buy,2025-11-16 06:03:00,1051.0 -32511,buy_mtf_cross_all_tf,buy,2025-11-16 06:57:00,1048.0 -32512,buy_mtf_cross_all_tf,buy,2025-11-16 07:00:00,1047.0 -32513,buy_mtf_cross_all_tf,buy,2025-11-16 07:03:00,1049.0 -32514,buy_mtf_cross_all_tf,buy,2025-11-16 14:45:00,1046.0 -32515,buy_mtf_cross_all_tf,buy,2025-11-16 14:48:00,1046.0 -32516,buy_mtf_cross_all_tf,buy,2025-11-16 15:00:00,1045.0 -32517,buy_mtf_cross_all_tf,buy,2025-11-16 17:33:00,1044.0 -32518,buy_mtf_cross_all_tf,buy,2025-11-16 17:39:00,1043.0 -32519,buy_mtf_cross_all_tf,buy,2025-11-16 17:42:00,1043.0 -32520,buy_mtf_cross_all_tf,buy,2025-11-16 20:45:00,1027.0 -32521,buy_mtf_cross_all_tf,buy,2025-11-16 20:48:00,1029.0 -32522,buy_mtf_cross_all_tf,buy,2025-11-16 20:51:00,1028.0 -32523,buy_mtf_cross_all_tf,buy,2025-11-16 21:42:00,1024.0 -32524,buy_mtf_cross_all_tf,buy,2025-11-16 22:06:00,1020.0 -32525,buy_mtf_cross_all_tf,buy,2025-11-17 01:09:00,1015.0 -32526,buy_mtf_cross_all_tf,buy,2025-11-17 01:12:00,1012.0 -32527,buy_mtf_cross_all_tf,buy,2025-11-17 01:15:00,1013.0 -32528,buy_mtf_cross_all_tf,buy,2025-11-17 01:18:00,1012.0 -32529,buy_mtf_cross_all_tf,buy,2025-11-17 01:21:00,1013.0 -32530,buy_mtf_cross_all_tf,buy,2025-11-17 01:30:00,1011.0 -32531,buy_mtf_cross_all_tf,buy,2025-11-17 01:33:00,1010.0 -32532,buy_mtf_cross_all_tf,buy,2025-11-17 01:36:00,1010.0 -32533,buy_mtf_cross_all_tf,buy,2025-11-17 01:39:00,1007.0 -32534,buy_mtf_cross_all_tf,buy,2025-11-17 01:42:00,1009.0 -32535,buy_mtf_cross_all_tf,buy,2025-11-17 01:45:00,1009.0 -32536,buy_mtf_cross_all_tf,buy,2025-11-17 01:51:00,1004.0 -32537,buy_mtf_cross_all_tf,buy,2025-11-17 01:54:00,1004.0 -32538,buy_mtf_cross_all_tf,buy,2025-11-17 01:57:00,1003.0 -32539,buy_mtf_cross_all_tf,buy,2025-11-17 02:00:00,1002.0 -32540,buy_mtf_cross_all_tf,buy,2025-11-17 02:03:00,1000.0 -32541,buy_mtf_cross_all_tf,buy,2025-11-17 02:06:00,999.0 -32542,buy_mtf_cross_all_tf,buy,2025-11-17 02:09:00,999.0 -32543,buy_mtf_cross_all_tf,buy,2025-11-17 02:12:00,999.0 -32544,buy_mtf_cross_all_tf,buy,2025-11-17 02:15:00,998.0 -32545,buy_mtf_cross_all_tf,buy,2025-11-17 02:18:00,995.0 -32546,buy_mtf_cross_all_tf,buy,2025-11-17 02:33:00,994.0 -32547,buy_mtf_cross_all_tf,buy,2025-11-17 02:36:00,994.0 -32548,buy_mtf_cross_all_tf,buy,2025-11-17 02:45:00,993.0 -32549,buy_mtf_cross_all_tf,buy,2025-11-17 02:48:00,993.0 -32550,buy_mtf_cross_all_tf,buy,2025-11-17 02:51:00,992.0 -32551,buy_mtf_cross_all_tf,buy,2025-11-17 21:45:00,1015.0 -32552,buy_mtf_cross_all_tf,buy,2025-11-17 21:48:00,1014.0 -32553,buy_mtf_cross_all_tf,buy,2025-11-17 21:54:00,1014.0 -32554,buy_mtf_cross_all_tf,buy,2025-11-17 22:06:00,1012.0 -32555,buy_mtf_cross_all_tf,buy,2025-11-17 22:09:00,1012.0 -32556,buy_mtf_cross_all_tf,buy,2025-11-18 01:15:00,989.0 -32557,buy_mtf_cross_all_tf,buy,2025-11-18 01:18:00,989.0 -32558,buy_mtf_cross_all_tf,buy,2025-11-18 02:51:00,988.0 -32559,buy_mtf_cross_all_tf,buy,2025-11-18 02:54:00,987.0 -32560,buy_mtf_cross_all_tf,buy,2025-11-18 02:57:00,989.0 -32561,buy_mtf_cross_all_tf,buy,2025-11-18 03:00:00,988.0 -32562,buy_mtf_cross_all_tf,buy,2025-11-18 03:21:00,984.0 -32563,buy_mtf_cross_all_tf,buy,2025-11-18 03:24:00,985.0 -32564,buy_mtf_cross_all_tf,buy,2025-11-18 03:33:00,980.0 -32565,buy_mtf_cross_all_tf,buy,2025-11-18 03:42:00,980.0 -32566,buy_mtf_cross_all_tf,buy,2025-11-18 04:15:00,976.0 -32567,buy_mtf_cross_all_tf,buy,2025-11-18 04:21:00,976.0 -32568,buy_mtf_cross_all_tf,buy,2025-11-18 04:27:00,974.0 -32569,buy_mtf_cross_all_tf,buy,2025-11-18 04:42:00,974.0 -32570,buy_mtf_cross_all_tf,buy,2025-11-18 04:45:00,973.0 -32571,buy_mtf_cross_all_tf,buy,2025-11-18 04:51:00,972.0 -32572,buy_mtf_cross_all_tf,buy,2025-11-18 04:54:00,971.0 -32573,buy_mtf_cross_all_tf,buy,2025-11-18 04:57:00,971.0 -32574,buy_mtf_cross_all_tf,buy,2025-11-18 05:00:00,969.0 -32575,buy_mtf_cross_all_tf,buy,2025-11-18 05:03:00,967.0 -32576,buy_mtf_cross_all_tf,buy,2025-11-18 05:15:00,968.0 -32577,buy_mtf_cross_all_tf,buy,2025-11-18 05:45:00,963.0 -32578,buy_mtf_cross_all_tf,buy,2025-11-18 06:45:00,963.0 -32579,buy_mtf_cross_all_tf,buy,2025-11-18 06:48:00,963.0 -32580,buy_mtf_cross_all_tf,buy,2025-11-18 06:51:00,963.0 -32581,buy_mtf_cross_all_tf,buy,2025-11-19 12:57:00,1004.0 -32582,buy_mtf_cross_all_tf,buy,2025-11-19 13:00:00,1003.0 -32583,buy_mtf_cross_all_tf,buy,2025-11-19 13:03:00,1003.0 -32584,buy_mtf_cross_all_tf,buy,2025-11-19 13:06:00,1003.0 -32585,buy_mtf_cross_all_tf,buy,2025-11-19 13:09:00,1001.0 -32586,buy_mtf_cross_all_tf,buy,2025-11-19 13:12:00,1001.0 -32587,buy_mtf_cross_all_tf,buy,2025-11-19 13:15:00,1002.0 -32588,buy_mtf_cross_all_tf,buy,2025-11-19 13:39:00,999.0 -32589,buy_mtf_cross_all_tf,buy,2025-11-19 13:42:00,999.0 -32590,buy_mtf_cross_all_tf,buy,2025-11-19 13:48:00,998.0 -32591,buy_mtf_cross_all_tf,buy,2025-11-19 13:51:00,997.0 -32592,buy_mtf_cross_all_tf,buy,2025-11-19 14:24:00,993.0 -32593,buy_mtf_cross_all_tf,buy,2025-11-19 23:30:00,982.0 -32594,buy_mtf_cross_all_tf,buy,2025-11-21 01:21:00,1001.0 -32595,buy_mtf_cross_all_tf,buy,2025-11-21 01:24:00,1001.0 -32596,buy_mtf_cross_all_tf,buy,2025-11-21 01:30:00,1000.0 -32597,buy_mtf_cross_all_tf,buy,2025-11-21 01:33:00,999.0 -32598,buy_mtf_cross_all_tf,buy,2025-11-21 01:36:00,994.0 -32599,buy_mtf_cross_all_tf,buy,2025-11-21 01:39:00,992.0 -32600,buy_mtf_cross_all_tf,buy,2025-11-21 01:42:00,990.0 -32601,buy_mtf_cross_all_tf,buy,2025-11-21 01:45:00,982.0 -32602,buy_mtf_cross_all_tf,buy,2025-11-21 01:48:00,985.0 -32603,buy_mtf_cross_all_tf,buy,2025-11-21 01:51:00,983.0 -32604,buy_mtf_cross_all_tf,buy,2025-11-21 01:54:00,983.0 -32605,buy_mtf_cross_all_tf,buy,2025-11-21 01:57:00,982.0 -32606,buy_mtf_cross_all_tf,buy,2025-11-21 02:00:00,982.0 -32607,buy_mtf_cross_all_tf,buy,2025-11-21 02:03:00,979.0 -32608,buy_mtf_cross_all_tf,buy,2025-11-21 02:06:00,978.0 -32609,buy_mtf_cross_all_tf,buy,2025-11-21 02:09:00,980.0 -32610,buy_mtf_cross_all_tf,buy,2025-11-21 02:12:00,973.0 -32611,buy_mtf_cross_all_tf,buy,2025-11-21 02:15:00,973.0 -32612,buy_mtf_cross_all_tf,buy,2025-11-21 02:18:00,969.0 -32613,buy_mtf_cross_all_tf,buy,2025-11-21 02:21:00,973.0 -32614,buy_mtf_cross_all_tf,buy,2025-11-21 04:00:00,964.0 -32615,buy_mtf_cross_all_tf,buy,2025-11-21 04:03:00,960.0 -32616,buy_mtf_cross_all_tf,buy,2025-11-21 04:06:00,963.0 -32617,buy_mtf_cross_all_tf,buy,2025-11-21 11:30:00,978.0 -32618,buy_mtf_cross_all_tf,buy,2025-11-21 11:33:00,975.0 -32619,buy_mtf_cross_all_tf,buy,2025-11-21 11:36:00,977.0 -32620,buy_mtf_cross_all_tf,buy,2025-11-21 11:51:00,974.0 -32621,buy_mtf_cross_all_tf,buy,2025-11-21 11:54:00,970.0 -32622,buy_mtf_cross_all_tf,buy,2025-11-21 13:27:00,966.0 -32623,buy_mtf_cross_all_tf,buy,2025-11-21 15:30:00,959.0 -32624,buy_mtf_cross_all_tf,buy,2025-11-21 15:33:00,960.0 -32625,buy_mtf_cross_all_tf,buy,2025-11-21 16:27:00,955.0 -32626,buy_mtf_cross_all_tf,buy,2025-11-21 16:45:00,931.0 -32627,buy_mtf_cross_all_tf,buy,2025-11-21 16:48:00,925.0 -32628,buy_mtf_cross_all_tf,buy,2025-11-21 16:57:00,924.0 -32629,buy_mtf_cross_all_tf,buy,2025-11-21 17:00:00,924.0 -32630,buy_mtf_cross_all_tf,buy,2025-11-21 17:03:00,920.0 -32631,buy_mtf_cross_all_tf,buy,2025-11-21 17:06:00,922.0 -32632,buy_mtf_cross_all_tf,buy,2025-11-21 17:42:00,913.0 -32633,buy_mtf_cross_all_tf,buy,2025-11-21 17:48:00,910.0 -32634,buy_mtf_cross_all_tf,buy,2025-11-21 17:51:00,907.0 -32635,buy_mtf_cross_all_tf,buy,2025-11-21 18:30:00,905.0 -32636,buy_mtf_cross_all_tf,buy,2025-11-21 18:36:00,903.0 -32637,buy_mtf_cross_all_tf,buy,2025-11-21 18:39:00,902.0 -32638,buy_mtf_cross_all_tf,buy,2025-11-21 18:45:00,901.0 -32639,buy_mtf_cross_all_tf,buy,2025-11-21 18:48:00,902.0 -32640,buy_mtf_cross_all_tf,buy,2025-11-21 18:51:00,901.0 -32641,buy_mtf_cross_all_tf,buy,2025-11-21 18:54:00,899.0 -32642,buy_mtf_cross_all_tf,buy,2025-11-21 18:57:00,900.0 -32643,buy_mtf_cross_all_tf,buy,2025-11-21 19:00:00,896.0 -32644,buy_mtf_cross_all_tf,buy,2025-11-21 20:48:00,892.0 -32645,buy_mtf_cross_all_tf,buy,2025-11-21 21:00:00,889.0 -32646,buy_mtf_cross_all_tf,buy,2025-11-21 21:12:00,888.0 -32647,buy_mtf_cross_all_tf,buy,2025-11-21 21:21:00,886.0 -32648,buy_mtf_cross_all_tf,buy,2025-11-22 05:36:00,888.0 -32649,buy_mtf_cross_all_tf,buy,2025-11-22 06:06:00,885.0 -32650,buy_mtf_cross_all_tf,buy,2025-11-22 06:09:00,882.0 -32651,buy_mtf_cross_all_tf,buy,2025-11-22 06:12:00,881.0 -32652,buy_mtf_cross_all_tf,buy,2025-11-22 07:45:00,880.0 -32653,buy_mtf_cross_all_tf,buy,2025-11-22 08:06:00,867.0 -32654,buy_mtf_cross_all_tf,buy,2025-11-22 08:09:00,865.0 -32655,buy_mtf_cross_all_tf,buy,2025-11-22 17:42:00,887.0 -32656,buy_mtf_cross_all_tf,buy,2025-11-22 18:00:00,884.0 -32657,buy_mtf_cross_all_tf,buy,2025-11-29 01:36:00,972.0 -32658,buy_mtf_cross_all_tf,buy,2025-11-29 01:39:00,971.0 -32659,buy_mtf_cross_all_tf,buy,2025-11-29 01:42:00,971.0 -32660,buy_mtf_cross_all_tf,buy,2025-11-29 02:00:00,968.0 -32661,buy_mtf_cross_all_tf,buy,2025-11-29 02:03:00,967.0 -32662,buy_mtf_cross_all_tf,buy,2025-11-29 02:18:00,965.0 -32663,buy_mtf_cross_all_tf,buy,2025-11-29 02:24:00,963.0 -32664,buy_mtf_cross_all_tf,buy,2025-11-29 02:27:00,962.0 -32665,buy_mtf_cross_all_tf,buy,2025-11-29 02:30:00,961.0 -32666,buy_mtf_cross_all_tf,buy,2025-11-29 02:36:00,960.0 -32667,buy_mtf_cross_all_tf,buy,2025-11-29 02:42:00,957.0 -32668,buy_mtf_cross_all_tf,buy,2025-11-29 02:45:00,957.0 -32669,buy_mtf_cross_all_tf,buy,2025-11-29 03:06:00,955.0 -32670,buy_mtf_cross_all_tf,buy,2025-11-29 03:09:00,954.0 -32671,buy_mtf_cross_all_tf,buy,2025-11-29 12:45:00,968.0 -32672,buy_mtf_cross_all_tf,buy,2025-11-29 12:48:00,968.0 -32673,buy_mtf_cross_all_tf,buy,2025-11-29 12:57:00,967.0 -32674,buy_mtf_cross_all_tf,buy,2025-11-29 13:00:00,967.0 -32675,buy_mtf_cross_all_tf,buy,2025-11-29 13:12:00,966.0 -32676,buy_mtf_cross_all_tf,buy,2025-11-29 13:15:00,966.0 -32677,buy_mtf_cross_all_tf,buy,2025-11-29 13:18:00,966.0 -32678,buy_mtf_cross_all_tf,buy,2025-11-29 13:21:00,966.0 -32679,buy_mtf_cross_all_tf,buy,2025-11-29 13:24:00,966.0 -32680,buy_mtf_cross_all_tf,buy,2025-11-29 15:30:00,966.0 -32681,buy_mtf_cross_all_tf,buy,2025-11-29 15:45:00,963.0 -32682,buy_mtf_cross_all_tf,buy,2025-11-29 15:48:00,961.0 -32683,buy_mtf_cross_all_tf,buy,2025-11-29 15:51:00,962.0 -32684,buy_mtf_cross_all_tf,buy,2025-11-29 15:54:00,962.0 -32685,buy_mtf_cross_all_tf,buy,2025-11-29 17:42:00,959.0 -32686,buy_mtf_cross_all_tf,buy,2025-11-29 17:51:00,958.0 -32687,buy_mtf_cross_all_tf,buy,2025-11-29 17:54:00,957.0 -32688,buy_mtf_cross_all_tf,buy,2025-11-29 18:21:00,957.0 -32689,buy_mtf_cross_all_tf,buy,2025-11-29 18:24:00,957.0 -32690,buy_mtf_cross_all_tf,buy,2025-11-29 18:30:00,956.0 -32691,buy_mtf_cross_all_tf,buy,2025-11-29 18:33:00,956.0 -32692,buy_mtf_cross_all_tf,buy,2025-11-29 18:39:00,956.0 -32693,buy_mtf_cross_all_tf,buy,2025-11-29 18:42:00,955.0 -32694,buy_mtf_cross_all_tf,buy,2025-11-29 18:57:00,954.0 -32695,buy_mtf_cross_all_tf,buy,2025-11-29 19:09:00,954.0 -32696,buy_mtf_cross_all_tf,buy,2025-11-29 23:30:00,954.0 -32697,buy_mtf_cross_all_tf,buy,2025-11-29 23:39:00,954.0 -32698,buy_mtf_cross_all_tf,buy,2025-11-29 23:42:00,954.0 -32699,buy_mtf_cross_all_tf,buy,2025-11-30 02:15:00,953.0 -32700,buy_mtf_cross_all_tf,buy,2025-11-30 02:18:00,953.0 -32701,buy_mtf_cross_all_tf,buy,2025-11-30 02:21:00,952.0 -32702,buy_mtf_cross_all_tf,buy,2025-11-30 02:24:00,952.0 -32703,buy_mtf_cross_all_tf,buy,2025-11-30 02:27:00,952.0 -32704,buy_mtf_cross_all_tf,buy,2025-11-30 02:42:00,951.0 -32705,buy_mtf_cross_all_tf,buy,2025-11-30 02:45:00,951.0 -32706,buy_mtf_cross_all_tf,buy,2025-11-30 02:57:00,949.0 -32707,buy_mtf_cross_all_tf,buy,2025-11-30 03:00:00,949.0 -32708,buy_mtf_cross_all_tf,buy,2025-11-30 03:03:00,948.0 -32709,buy_mtf_cross_all_tf,buy,2025-11-30 03:06:00,948.0 -32710,buy_mtf_cross_all_tf,buy,2025-11-30 03:09:00,948.0 -32711,buy_mtf_cross_all_tf,buy,2025-11-30 03:12:00,947.0 -32712,buy_mtf_cross_all_tf,buy,2025-11-30 03:27:00,945.0 -32713,buy_mtf_cross_all_tf,buy,2025-11-30 03:30:00,945.0 -32714,buy_mtf_cross_all_tf,buy,2025-11-30 03:36:00,945.0 -32715,buy_mtf_cross_all_tf,buy,2025-11-30 05:21:00,945.0 -32716,buy_mtf_cross_all_tf,buy,2025-11-30 05:24:00,945.0 -32717,buy_mtf_cross_all_tf,buy,2025-11-30 08:21:00,944.0 -32718,buy_mtf_cross_all_tf,buy,2025-11-30 11:51:00,943.0 -32719,buy_mtf_cross_all_tf,buy,2025-11-30 12:06:00,942.0 -32720,buy_mtf_cross_all_tf,buy,2025-11-30 12:09:00,940.0 -32721,buy_mtf_cross_all_tf,buy,2025-11-30 12:27:00,938.0 -32722,buy_mtf_cross_all_tf,buy,2025-11-30 14:21:00,939.0 -32723,buy_mtf_cross_all_tf,buy,2025-11-30 14:24:00,939.0 -32724,buy_mtf_cross_all_tf,buy,2025-11-30 14:27:00,938.0 -32725,buy_mtf_cross_all_tf,buy,2025-11-30 14:33:00,937.0 -32726,buy_mtf_cross_all_tf,buy,2025-11-30 14:36:00,937.0 -32727,buy_mtf_cross_all_tf,buy,2025-12-01 08:15:00,945.0 -32728,buy_mtf_cross_all_tf,buy,2025-12-01 08:18:00,944.0 -32729,buy_mtf_cross_all_tf,buy,2025-12-01 08:42:00,939.0 -32730,buy_mtf_cross_all_tf,buy,2025-12-01 08:57:00,936.0 -32731,buy_mtf_cross_all_tf,buy,2025-12-01 09:30:00,888.0 -32732,buy_mtf_cross_all_tf,buy,2025-12-01 09:33:00,882.0 -32733,buy_mtf_cross_all_tf,buy,2025-12-01 09:36:00,882.0 -32734,buy_mtf_cross_all_tf,buy,2025-12-01 09:39:00,877.0 -32735,buy_mtf_cross_all_tf,buy,2025-12-01 09:42:00,883.0 -32736,buy_mtf_cross_all_tf,buy,2025-12-01 09:45:00,878.0 -32737,buy_mtf_cross_all_tf,buy,2025-12-01 09:48:00,879.0 -32738,buy_mtf_cross_all_tf,buy,2025-12-01 09:54:00,873.0 -32739,buy_mtf_cross_all_tf,buy,2025-12-01 09:57:00,868.0 -32740,buy_mtf_cross_all_tf,buy,2025-12-01 10:00:00,868.0 -32741,buy_mtf_cross_all_tf,buy,2025-12-01 10:03:00,868.0 -32742,buy_mtf_cross_all_tf,buy,2025-12-01 12:27:00,864.0 -32743,buy_mtf_cross_all_tf,buy,2025-12-01 19:00:00,864.0 -32744,buy_mtf_cross_all_tf,buy,2025-12-01 20:33:00,857.0 -32745,buy_mtf_cross_all_tf,buy,2025-12-01 20:39:00,855.0 -32746,buy_mtf_cross_all_tf,buy,2025-12-01 21:39:00,854.0 -32747,buy_mtf_cross_all_tf,buy,2025-12-01 21:45:00,852.0 -32748,buy_mtf_cross_all_tf,buy,2025-12-02 00:42:00,843.0 -32749,buy_mtf_cross_all_tf,buy,2025-12-02 02:15:00,839.0 -32750,buy_mtf_cross_all_tf,buy,2025-12-02 02:18:00,839.0 -32751,buy_mtf_cross_all_tf,buy,2025-12-02 02:27:00,839.0 -32752,buy_mtf_cross_all_tf,buy,2025-12-02 03:00:00,836.0 -32753,buy_mtf_cross_all_tf,buy,2025-12-02 04:30:00,836.0 -32754,buy_mtf_cross_all_tf,buy,2025-12-02 04:33:00,835.0 -32755,buy_mtf_cross_all_tf,buy,2025-12-02 12:03:00,857.0 -32756,buy_mtf_cross_all_tf,buy,2025-12-02 12:06:00,857.0 -32757,buy_mtf_cross_all_tf,buy,2025-12-02 12:21:00,857.0 -32758,buy_mtf_cross_all_tf,buy,2025-12-05 04:30:00,928.0 -32759,buy_mtf_cross_all_tf,buy,2025-12-05 07:06:00,929.0 -32760,buy_mtf_cross_all_tf,buy,2025-12-05 07:09:00,929.0 -32761,buy_mtf_cross_all_tf,buy,2025-12-05 07:12:00,929.0 -32762,buy_mtf_cross_all_tf,buy,2025-12-05 07:15:00,928.0 -32763,buy_mtf_cross_all_tf,buy,2025-12-05 07:18:00,927.0 -32764,buy_mtf_cross_all_tf,buy,2025-12-05 07:21:00,928.0 -32765,buy_mtf_cross_all_tf,buy,2025-12-05 07:24:00,927.0 -32766,buy_mtf_cross_all_tf,buy,2025-12-05 07:27:00,927.0 -32767,buy_mtf_cross_all_tf,buy,2025-12-05 08:15:00,926.0 -32768,buy_mtf_cross_all_tf,buy,2025-12-05 08:18:00,927.0 -32769,buy_mtf_cross_all_tf,buy,2025-12-05 08:51:00,925.0 -32770,buy_mtf_cross_all_tf,buy,2025-12-05 08:54:00,924.0 -32771,buy_mtf_cross_all_tf,buy,2025-12-05 08:57:00,924.0 -32772,buy_mtf_cross_all_tf,buy,2025-12-05 09:21:00,923.0 -32773,buy_mtf_cross_all_tf,buy,2025-12-05 10:00:00,924.0 -32774,buy_mtf_cross_all_tf,buy,2025-12-05 10:03:00,924.0 -32775,buy_mtf_cross_all_tf,buy,2025-12-05 11:00:00,923.0 -32776,buy_mtf_cross_all_tf,buy,2025-12-05 11:06:00,923.0 -32777,buy_mtf_cross_all_tf,buy,2025-12-05 12:45:00,917.0 -32778,buy_mtf_cross_all_tf,buy,2025-12-05 12:48:00,917.0 -32779,buy_mtf_cross_all_tf,buy,2025-12-05 12:54:00,918.0 -32780,buy_mtf_cross_all_tf,buy,2025-12-05 12:57:00,916.0 -32781,buy_mtf_cross_all_tf,buy,2025-12-05 13:42:00,912.0 -32782,buy_mtf_cross_all_tf,buy,2025-12-05 18:42:00,906.0 -32783,buy_mtf_cross_all_tf,buy,2025-12-05 18:45:00,905.0 -32784,buy_mtf_cross_all_tf,buy,2025-12-05 18:48:00,903.0 -32785,buy_mtf_cross_all_tf,buy,2025-12-05 18:51:00,904.0 -32786,buy_mtf_cross_all_tf,buy,2025-12-05 18:54:00,904.0 -32787,buy_mtf_cross_all_tf,buy,2025-12-05 20:30:00,903.0 -32788,buy_mtf_cross_all_tf,buy,2025-12-05 20:45:00,898.0 -32789,buy_mtf_cross_all_tf,buy,2025-12-05 20:48:00,899.0 -32790,buy_mtf_cross_all_tf,buy,2025-12-05 22:36:00,897.0 -32791,buy_mtf_cross_all_tf,buy,2025-12-05 22:39:00,897.0 -32792,buy_mtf_cross_all_tf,buy,2025-12-05 22:57:00,890.0 -32793,buy_mtf_cross_all_tf,buy,2025-12-05 23:00:00,889.0 -32794,buy_mtf_cross_all_tf,buy,2025-12-05 23:03:00,890.0 -32795,buy_mtf_cross_all_tf,buy,2025-12-05 23:06:00,888.0 -32796,buy_mtf_cross_all_tf,buy,2025-12-05 23:15:00,887.0 -32797,buy_mtf_cross_all_tf,buy,2025-12-05 23:21:00,886.0 -32798,buy_mtf_cross_all_tf,buy,2025-12-05 23:24:00,886.0 -32799,buy_mtf_cross_all_tf,buy,2025-12-05 23:27:00,886.0 -32800,buy_mtf_cross_all_tf,buy,2025-12-05 23:30:00,886.0 -32801,buy_mtf_cross_all_tf,buy,2025-12-05 23:45:00,884.0 -32802,buy_mtf_cross_all_tf,buy,2025-12-05 23:54:00,882.0 -32803,buy_mtf_cross_all_tf,buy,2025-12-05 23:57:00,881.0 -32804,buy_mtf_cross_all_tf,buy,2025-12-06 01:15:00,870.0 -32805,buy_mtf_cross_all_tf,buy,2025-12-06 01:18:00,871.0 -32806,buy_mtf_cross_all_tf,buy,2025-12-06 01:24:00,872.0 -32807,buy_mtf_cross_all_tf,buy,2025-12-06 01:27:00,871.0 -32808,buy_mtf_cross_all_tf,buy,2025-12-06 01:30:00,870.0 -32809,buy_mtf_cross_all_tf,buy,2025-12-06 01:33:00,869.0 -32810,buy_mtf_cross_all_tf,buy,2025-12-06 01:36:00,866.0 -32811,buy_mtf_cross_all_tf,buy,2025-12-06 01:39:00,861.0 -32812,buy_mtf_cross_all_tf,buy,2025-12-06 01:42:00,856.0 -32813,buy_mtf_cross_all_tf,buy,2025-12-06 01:45:00,859.0 -32814,buy_mtf_cross_all_tf,buy,2025-12-06 01:48:00,857.0 -32815,buy_mtf_cross_all_tf,buy,2025-12-06 01:51:00,856.0 -32816,buy_mtf_cross_all_tf,buy,2025-12-06 01:54:00,858.0 -32817,buy_mtf_cross_all_tf,buy,2025-12-06 04:00:00,850.0 -32818,buy_mtf_cross_all_tf,buy,2025-12-06 04:03:00,847.0 -32819,buy_mtf_cross_all_tf,buy,2025-12-06 05:57:00,846.0 -32820,buy_mtf_cross_all_tf,buy,2025-12-06 06:00:00,846.0 -32821,buy_mtf_cross_all_tf,buy,2025-12-06 18:00:00,861.0 -32822,buy_mtf_cross_all_tf,buy,2025-12-06 18:06:00,861.0 -32823,buy_mtf_cross_all_tf,buy,2025-12-06 18:09:00,861.0 -32824,buy_mtf_cross_all_tf,buy,2025-12-06 19:00:00,860.0 -32825,buy_mtf_cross_all_tf,buy,2025-12-06 19:03:00,860.0 -32826,buy_mtf_cross_all_tf,buy,2025-12-06 19:09:00,859.0 -32827,buy_mtf_cross_all_tf,buy,2025-12-06 19:27:00,858.0 -32828,buy_mtf_cross_all_tf,buy,2025-12-06 19:36:00,857.0 -32829,buy_mtf_cross_all_tf,buy,2025-12-06 19:39:00,857.0 -32830,buy_mtf_cross_all_tf,buy,2025-12-06 19:42:00,856.0 -32831,buy_mtf_cross_all_tf,buy,2025-12-06 19:45:00,857.0 -32832,buy_mtf_cross_all_tf,buy,2025-12-06 19:51:00,856.0 -32833,buy_mtf_cross_all_tf,buy,2025-12-06 19:54:00,856.0 -32834,buy_mtf_cross_all_tf,buy,2025-12-06 19:57:00,856.0 -32835,buy_mtf_cross_all_tf,buy,2025-12-06 20:00:00,855.0 -32836,buy_mtf_cross_all_tf,buy,2025-12-07 18:42:00,862.0 -32837,buy_mtf_cross_all_tf,buy,2025-12-07 18:45:00,861.0 -32838,buy_mtf_cross_all_tf,buy,2025-12-07 18:48:00,861.0 -32839,buy_mtf_cross_all_tf,buy,2025-12-07 18:51:00,860.0 -32840,buy_mtf_cross_all_tf,buy,2025-12-07 18:54:00,860.0 -32841,buy_mtf_cross_all_tf,buy,2025-12-07 19:00:00,860.0 -32842,buy_mtf_cross_all_tf,buy,2025-12-07 19:03:00,860.0 -32843,buy_mtf_cross_all_tf,buy,2025-12-07 19:06:00,860.0 -32844,buy_mtf_cross_all_tf,buy,2025-12-07 22:33:00,860.0 -32845,buy_mtf_cross_all_tf,buy,2025-12-07 22:51:00,857.0 -32846,buy_mtf_cross_all_tf,buy,2025-12-07 22:54:00,856.0 -32847,buy_mtf_cross_all_tf,buy,2025-12-07 23:00:00,856.0 -32848,buy_mtf_cross_all_tf,buy,2025-12-07 23:06:00,855.0 -32849,buy_mtf_cross_all_tf,buy,2025-12-07 23:09:00,853.0 -32850,buy_mtf_cross_all_tf,buy,2025-12-07 23:12:00,854.0 -32851,buy_mtf_cross_all_tf,buy,2025-12-07 23:15:00,853.0 -32852,buy_mtf_cross_all_tf,buy,2025-12-07 23:21:00,852.0 -32853,buy_mtf_cross_all_tf,buy,2025-12-07 23:42:00,842.0 -32854,buy_mtf_cross_all_tf,buy,2025-12-07 23:45:00,841.0 -32855,buy_mtf_cross_all_tf,buy,2025-12-07 23:48:00,839.0 -32856,buy_mtf_cross_all_tf,buy,2025-12-07 23:57:00,836.0 -32857,buy_mtf_cross_all_tf,buy,2025-12-11 08:42:00,918.0 -32858,buy_mtf_cross_all_tf,buy,2025-12-11 08:45:00,917.0 -32859,buy_mtf_cross_all_tf,buy,2025-12-11 08:48:00,918.0 -32860,buy_mtf_cross_all_tf,buy,2025-12-11 08:51:00,918.0 -32861,buy_mtf_cross_all_tf,buy,2025-12-11 08:54:00,916.0 -32862,buy_mtf_cross_all_tf,buy,2025-12-11 09:00:00,915.0 -32863,buy_mtf_cross_all_tf,buy,2025-12-11 09:03:00,916.0 -32864,buy_mtf_cross_all_tf,buy,2025-12-11 09:06:00,916.0 -32865,buy_mtf_cross_all_tf,buy,2025-12-11 09:09:00,913.0 -32866,buy_mtf_cross_all_tf,buy,2025-12-11 09:12:00,914.0 -32867,buy_mtf_cross_all_tf,buy,2025-12-11 09:15:00,913.0 -32868,buy_mtf_cross_all_tf,buy,2025-12-11 09:18:00,913.0 -32869,buy_mtf_cross_all_tf,buy,2025-12-11 09:24:00,910.0 -32870,buy_mtf_cross_all_tf,buy,2025-12-11 09:27:00,910.0 -32871,buy_mtf_cross_all_tf,buy,2025-12-11 09:30:00,909.0 -32872,buy_mtf_cross_all_tf,buy,2025-12-11 09:33:00,908.0 -32873,buy_mtf_cross_all_tf,buy,2025-12-11 09:36:00,908.0 -32874,buy_mtf_cross_all_tf,buy,2025-12-11 09:57:00,898.0 -32875,buy_mtf_cross_all_tf,buy,2025-12-11 10:00:00,897.0 -32876,buy_mtf_cross_all_tf,buy,2025-12-11 10:03:00,895.0 -32877,buy_mtf_cross_all_tf,buy,2025-12-11 10:06:00,893.0 -32878,buy_mtf_cross_all_tf,buy,2025-12-11 10:09:00,895.0 -32879,buy_mtf_cross_all_tf,buy,2025-12-11 10:12:00,893.0 -32880,buy_mtf_cross_all_tf,buy,2025-12-11 10:15:00,892.0 -32881,buy_mtf_cross_all_tf,buy,2025-12-11 10:18:00,892.0 -32882,buy_mtf_cross_all_tf,buy,2025-12-11 10:21:00,890.0 -32883,buy_mtf_cross_all_tf,buy,2025-12-11 10:24:00,891.0 -32884,buy_mtf_cross_all_tf,buy,2025-12-11 11:00:00,891.0 -32885,buy_mtf_cross_all_tf,buy,2025-12-11 11:03:00,888.0 -32886,buy_mtf_cross_all_tf,buy,2025-12-11 11:06:00,889.0 -32887,buy_mtf_cross_all_tf,buy,2025-12-11 11:09:00,888.0 -32888,buy_mtf_cross_all_tf,buy,2025-12-11 11:30:00,882.0 -32889,buy_mtf_cross_all_tf,buy,2025-12-11 11:33:00,881.0 -32890,buy_mtf_cross_all_tf,buy,2025-12-11 11:36:00,882.0 -32891,buy_mtf_cross_all_tf,buy,2025-12-11 12:18:00,870.0 -32892,buy_mtf_cross_all_tf,buy,2025-12-11 12:21:00,873.0 -32893,buy_mtf_cross_all_tf,buy,2025-12-11 12:30:00,871.0 -32894,buy_mtf_cross_all_tf,buy,2025-12-11 12:33:00,868.0 -32895,buy_mtf_cross_all_tf,buy,2025-12-11 12:36:00,870.0 -32896,buy_mtf_cross_all_tf,buy,2025-12-11 12:39:00,869.0 -32897,buy_mtf_cross_all_tf,buy,2025-12-11 12:45:00,868.0 -32898,buy_mtf_cross_all_tf,buy,2025-12-11 13:00:00,868.0 -32899,buy_mtf_cross_all_tf,buy,2025-12-11 13:03:00,866.0 -32900,buy_mtf_cross_all_tf,buy,2025-12-11 19:45:00,876.0 -32901,buy_mtf_cross_all_tf,buy,2025-12-11 23:45:00,876.0 -32902,buy_mtf_cross_all_tf,buy,2025-12-12 08:12:00,882.0 -32903,buy_mtf_cross_all_tf,buy,2025-12-12 08:15:00,881.0 -32904,buy_mtf_cross_all_tf,buy,2025-12-12 08:21:00,880.0 -32905,buy_mtf_cross_all_tf,buy,2025-12-12 08:30:00,881.0 -32906,buy_mtf_cross_all_tf,buy,2025-12-12 10:12:00,878.0 -32907,buy_mtf_cross_all_tf,buy,2025-12-12 10:15:00,879.0 -32908,buy_mtf_cross_all_tf,buy,2025-12-13 00:15:00,892.0 -32909,buy_mtf_cross_all_tf,buy,2025-12-13 00:21:00,892.0 -32910,buy_mtf_cross_all_tf,buy,2025-12-13 00:24:00,888.0 -32911,buy_mtf_cross_all_tf,buy,2025-12-13 00:42:00,872.0 -32912,buy_mtf_cross_all_tf,buy,2025-12-13 00:45:00,874.0 -32913,buy_mtf_cross_all_tf,buy,2025-12-13 00:48:00,875.0 -32914,buy_mtf_cross_all_tf,buy,2025-12-13 00:51:00,873.0 -32915,buy_mtf_cross_all_tf,buy,2025-12-13 00:54:00,869.0 -32916,buy_mtf_cross_all_tf,buy,2025-12-13 00:57:00,868.0 -32917,buy_mtf_cross_all_tf,buy,2025-12-13 01:12:00,857.0 -32918,buy_mtf_cross_all_tf,buy,2025-12-13 01:15:00,858.0 -32919,buy_mtf_cross_all_tf,buy,2025-12-13 01:18:00,856.0 -32920,buy_mtf_cross_all_tf,buy,2025-12-13 01:21:00,856.0 -32921,buy_mtf_cross_all_tf,buy,2025-12-13 01:24:00,853.0 -32922,buy_mtf_cross_all_tf,buy,2025-12-13 01:39:00,850.0 -32923,buy_mtf_cross_all_tf,buy,2025-12-13 01:42:00,850.0 -32924,buy_mtf_cross_all_tf,buy,2025-12-13 01:45:00,847.0 -32925,buy_mtf_cross_all_tf,buy,2025-12-13 01:48:00,850.0 -32926,buy_mtf_cross_all_tf,buy,2025-12-13 01:51:00,850.0 -32927,buy_mtf_cross_all_tf,buy,2025-12-14 10:21:00,883.0 -32928,buy_mtf_cross_all_tf,buy,2025-12-14 10:24:00,882.0 -32929,buy_mtf_cross_all_tf,buy,2025-12-14 10:27:00,882.0 -32930,buy_mtf_cross_all_tf,buy,2025-12-14 10:30:00,882.0 -32931,buy_mtf_cross_all_tf,buy,2025-12-14 10:33:00,882.0 -32932,buy_mtf_cross_all_tf,buy,2025-12-14 10:51:00,879.0 -32933,buy_mtf_cross_all_tf,buy,2025-12-14 10:54:00,879.0 -32934,buy_mtf_cross_all_tf,buy,2025-12-14 12:42:00,878.0 -32935,buy_mtf_cross_all_tf,buy,2025-12-14 12:45:00,878.0 -32936,buy_mtf_cross_all_tf,buy,2025-12-14 12:48:00,878.0 -32937,buy_mtf_cross_all_tf,buy,2025-12-14 13:24:00,877.0 -32938,buy_mtf_cross_all_tf,buy,2025-12-14 14:03:00,872.0 -32939,buy_mtf_cross_all_tf,buy,2025-12-14 14:09:00,871.0 -32940,buy_mtf_cross_all_tf,buy,2025-12-14 14:12:00,870.0 -32941,buy_mtf_cross_all_tf,buy,2025-12-14 14:15:00,871.0 -32942,buy_mtf_cross_all_tf,buy,2025-12-14 14:18:00,870.0 -32943,buy_mtf_cross_all_tf,buy,2025-12-14 14:24:00,869.0 -32944,buy_mtf_cross_all_tf,buy,2025-12-14 14:27:00,869.0 -32945,buy_mtf_cross_all_tf,buy,2025-12-14 14:30:00,869.0 -32946,buy_mtf_cross_all_tf,buy,2025-12-14 14:33:00,869.0 -32947,buy_mtf_cross_all_tf,buy,2025-12-14 14:36:00,869.0 -32948,buy_mtf_cross_all_tf,buy,2025-12-14 14:39:00,869.0 -32949,buy_mtf_cross_all_tf,buy,2025-12-14 19:36:00,868.0 -32950,buy_mtf_cross_all_tf,buy,2025-12-14 19:39:00,867.0 -32951,buy_mtf_cross_all_tf,buy,2025-12-14 19:42:00,868.0 -32952,buy_mtf_cross_all_tf,buy,2025-12-14 19:54:00,867.0 -32953,buy_mtf_cross_all_tf,buy,2025-12-14 20:00:00,867.0 -32954,buy_mtf_cross_all_tf,buy,2025-12-14 20:21:00,866.0 -32955,buy_mtf_cross_all_tf,buy,2025-12-14 20:27:00,865.0 -32956,buy_mtf_cross_all_tf,buy,2025-12-14 20:33:00,864.0 -32957,buy_mtf_cross_all_tf,buy,2025-12-14 21:06:00,860.0 -32958,buy_mtf_cross_all_tf,buy,2025-12-15 00:00:00,854.0 -32959,buy_mtf_cross_all_tf,buy,2025-12-15 00:03:00,854.0 -32960,buy_mtf_cross_all_tf,buy,2025-12-15 00:06:00,853.0 -32961,buy_mtf_cross_all_tf,buy,2025-12-15 00:12:00,853.0 -32962,buy_mtf_cross_all_tf,buy,2025-12-15 02:27:00,848.0 -32963,buy_mtf_cross_all_tf,buy,2025-12-15 02:30:00,848.0 -32964,buy_mtf_cross_all_tf,buy,2025-12-15 02:33:00,847.0 -32965,buy_mtf_cross_all_tf,buy,2025-12-15 02:42:00,847.0 -32966,buy_mtf_cross_all_tf,buy,2025-12-15 02:48:00,846.0 -32967,buy_mtf_cross_all_tf,buy,2025-12-15 04:27:00,844.0 -32968,buy_mtf_cross_all_tf,buy,2025-12-15 05:12:00,843.0 -32969,buy_mtf_cross_all_tf,buy,2025-12-15 06:00:00,843.0 -32970,buy_mtf_cross_all_tf,buy,2025-12-15 06:03:00,843.0 -32971,buy_mtf_cross_all_tf,buy,2025-12-15 06:06:00,842.0 -32972,buy_mtf_cross_all_tf,buy,2025-12-15 06:15:00,841.0 -32973,buy_mtf_cross_all_tf,buy,2025-12-15 06:42:00,841.0 -32974,buy_mtf_cross_all_tf,buy,2025-12-15 06:45:00,840.0 -32975,buy_mtf_cross_all_tf,buy,2025-12-15 06:57:00,838.0 -32976,buy_mtf_cross_all_tf,buy,2025-12-15 07:00:00,838.0 -32977,buy_mtf_cross_all_tf,buy,2025-12-15 07:36:00,838.0 -32978,buy_mtf_cross_all_tf,buy,2025-12-15 21:18:00,858.0 -32979,buy_mtf_cross_all_tf,buy,2025-12-15 22:15:00,857.0 -32980,buy_mtf_cross_all_tf,buy,2025-12-15 22:21:00,857.0 -32981,buy_mtf_cross_all_tf,buy,2025-12-15 22:24:00,855.0 -32982,buy_mtf_cross_all_tf,buy,2025-12-15 22:27:00,856.0 -32983,buy_mtf_cross_all_tf,buy,2025-12-15 22:30:00,855.0 -32984,buy_mtf_cross_all_tf,buy,2025-12-15 22:33:00,855.0 -32985,buy_mtf_cross_all_tf,buy,2025-12-15 22:39:00,852.0 -32986,buy_mtf_cross_all_tf,buy,2025-12-15 22:54:00,852.0 -32987,buy_mtf_cross_all_tf,buy,2025-12-15 23:00:00,852.0 -32988,buy_mtf_cross_all_tf,buy,2025-12-16 00:12:00,835.0 -32989,buy_mtf_cross_all_tf,buy,2025-12-16 00:36:00,811.0 -32990,buy_mtf_cross_all_tf,buy,2025-12-16 00:39:00,813.0 -32991,buy_mtf_cross_all_tf,buy,2025-12-16 00:42:00,809.0 -32992,buy_mtf_cross_all_tf,buy,2025-12-16 00:54:00,808.0 -32993,buy_mtf_cross_all_tf,buy,2025-12-16 01:54:00,797.0 -32994,buy_mtf_cross_all_tf,buy,2025-12-16 01:57:00,794.0 -32995,buy_mtf_cross_all_tf,buy,2025-12-16 02:00:00,796.0 -32996,buy_mtf_cross_all_tf,buy,2025-12-16 02:03:00,796.0 -32997,buy_mtf_cross_all_tf,buy,2025-12-16 02:12:00,795.0 -32998,buy_mtf_cross_all_tf,buy,2025-12-16 02:15:00,793.0 -32999,buy_mtf_cross_all_tf,buy,2025-12-16 02:18:00,793.0 -33000,buy_mtf_cross_all_tf,buy,2025-12-16 03:30:00,791.0 -33001,buy_mtf_cross_all_tf,buy,2025-12-16 05:21:00,787.0 -33002,buy_mtf_cross_all_tf,buy,2025-12-16 05:30:00,789.0 -33003,buy_mtf_cross_all_tf,buy,2025-12-16 10:06:00,794.0 -33004,buy_mtf_cross_all_tf,buy,2025-12-16 10:09:00,794.0 -33005,buy_mtf_cross_all_tf,buy,2025-12-16 10:30:00,792.0 -33006,buy_mtf_cross_all_tf,buy,2025-12-16 10:42:00,792.0 -33007,buy_mtf_cross_all_tf,buy,2025-12-16 11:12:00,791.0 -33008,buy_mtf_cross_all_tf,buy,2025-12-16 13:57:00,789.0 -33009,buy_mtf_cross_all_tf,buy,2025-12-16 14:00:00,789.0 -33010,buy_mtf_cross_all_tf,buy,2025-12-16 14:03:00,789.0 -33011,buy_mtf_cross_all_tf,buy,2025-12-16 14:30:00,787.0 -33012,buy_mtf_cross_all_tf,buy,2025-12-16 16:30:00,786.0 -33013,buy_mtf_cross_all_tf,buy,2025-12-16 16:33:00,787.0 -33014,buy_mtf_cross_all_tf,buy,2025-12-16 16:36:00,785.0 -33015,buy_mtf_cross_all_tf,buy,2025-12-16 16:39:00,784.0 -33016,buy_mtf_cross_all_tf,buy,2025-12-16 16:51:00,778.0 -33017,buy_mtf_cross_all_tf,buy,2025-12-16 16:54:00,777.0 -33018,buy_mtf_cross_all_tf,buy,2025-12-16 17:00:00,777.0 -33019,buy_mtf_cross_all_tf,buy,2025-12-17 01:45:00,786.0 -33020,buy_mtf_cross_all_tf,buy,2025-12-17 01:48:00,787.0 -33021,buy_mtf_cross_all_tf,buy,2025-12-17 02:30:00,785.0 -33022,buy_mtf_cross_all_tf,buy,2025-12-17 02:33:00,785.0 -33023,buy_mtf_cross_all_tf,buy,2025-12-17 02:45:00,782.0 -33024,buy_mtf_cross_all_tf,buy,2025-12-17 02:48:00,781.0 -33025,buy_mtf_cross_all_tf,buy,2025-12-17 02:51:00,780.0 -33026,buy_mtf_cross_all_tf,buy,2025-12-17 02:54:00,782.0 -33027,buy_mtf_cross_all_tf,buy,2025-12-17 02:57:00,781.0 -33028,buy_mtf_cross_all_tf,buy,2025-12-17 03:00:00,781.0 -33029,buy_mtf_cross_all_tf,buy,2025-12-17 09:30:00,782.0 -33030,buy_mtf_cross_all_tf,buy,2025-12-17 09:33:00,781.0 -33031,buy_mtf_cross_all_tf,buy,2025-12-17 09:42:00,780.0 -33032,buy_mtf_cross_all_tf,buy,2025-12-17 13:00:00,780.0 -33033,buy_mtf_cross_all_tf,buy,2025-12-17 13:39:00,777.0 -33034,buy_mtf_cross_all_tf,buy,2025-12-17 13:45:00,777.0 -33035,buy_mtf_cross_all_tf,buy,2025-12-17 14:00:00,769.0 -33036,buy_mtf_cross_all_tf,buy,2025-12-17 14:03:00,766.0 -33037,buy_mtf_cross_all_tf,buy,2025-12-17 16:00:00,767.0 -33038,buy_mtf_cross_all_tf,buy,2025-12-17 16:03:00,765.0 -33039,buy_mtf_cross_all_tf,buy,2025-12-17 16:15:00,765.0 -33040,buy_mtf_cross_all_tf,buy,2025-12-17 17:33:00,763.0 -33041,buy_mtf_cross_all_tf,buy,2025-12-17 17:36:00,763.0 -33042,buy_mtf_cross_all_tf,buy,2025-12-18 01:21:00,760.0 -33043,buy_mtf_cross_all_tf,buy,2025-12-18 01:24:00,756.0 -33044,buy_mtf_cross_all_tf,buy,2025-12-18 01:27:00,754.0 -33045,buy_mtf_cross_all_tf,buy,2025-12-18 01:30:00,752.0 -33046,buy_mtf_cross_all_tf,buy,2025-12-18 01:33:00,749.0 -33047,buy_mtf_cross_all_tf,buy,2025-12-18 01:36:00,752.0 -33048,buy_mtf_cross_all_tf,buy,2025-12-18 01:39:00,752.0 -33049,buy_mtf_cross_all_tf,buy,2025-12-18 01:42:00,749.0 -33050,buy_mtf_cross_all_tf,buy,2025-12-18 02:48:00,748.0 -33051,buy_mtf_cross_all_tf,buy,2025-12-18 03:54:00,743.0 -33052,buy_mtf_cross_all_tf,buy,2025-12-18 03:57:00,741.0 -33053,buy_mtf_cross_all_tf,buy,2025-12-18 04:00:00,742.0 -33054,buy_mtf_cross_all_tf,buy,2025-12-18 04:06:00,742.0 -33055,buy_mtf_cross_all_tf,buy,2025-12-18 04:09:00,740.0 -33056,buy_mtf_cross_all_tf,buy,2025-12-18 04:12:00,740.0 -33057,buy_mtf_cross_all_tf,buy,2025-12-18 06:45:00,741.0 -33058,buy_mtf_cross_all_tf,buy,2025-12-18 06:48:00,741.0 -33059,buy_mtf_cross_all_tf,buy,2025-12-18 06:54:00,739.0 -33060,buy_mtf_cross_all_tf,buy,2025-12-18 07:12:00,739.0 -33061,buy_mtf_cross_all_tf,buy,2025-12-18 08:15:00,738.0 -33062,buy_mtf_cross_all_tf,buy,2025-12-18 08:18:00,738.0 -33063,buy_mtf_cross_all_tf,buy,2025-12-18 08:21:00,739.0 -33064,buy_mtf_cross_all_tf,buy,2025-12-18 08:24:00,739.0 -33065,buy_mtf_cross_all_tf,buy,2025-12-18 08:27:00,737.0 -33066,buy_mtf_cross_all_tf,buy,2025-12-18 10:30:00,738.0 -33067,buy_mtf_cross_all_tf,buy,2025-12-18 10:36:00,737.0 -33068,buy_mtf_cross_all_tf,buy,2025-12-18 14:27:00,735.0 -33069,buy_mtf_cross_all_tf,buy,2025-12-18 14:51:00,732.0 -33070,buy_mtf_cross_all_tf,buy,2025-12-18 14:57:00,731.0 -33071,buy_mtf_cross_all_tf,buy,2025-12-18 15:00:00,732.0 -33072,buy_mtf_cross_all_tf,buy,2025-12-18 15:03:00,732.0 -33073,buy_mtf_cross_all_tf,buy,2025-12-19 03:57:00,730.0 -33074,buy_mtf_cross_all_tf,buy,2025-12-19 04:00:00,729.0 -33075,buy_mtf_cross_all_tf,buy,2025-12-19 04:03:00,726.0 -33076,buy_mtf_cross_all_tf,buy,2025-12-19 04:36:00,725.0 -33077,buy_mtf_cross_all_tf,buy,2025-12-19 04:54:00,712.0 -33078,buy_mtf_cross_all_tf,buy,2025-12-19 05:00:00,709.0 -33079,buy_mtf_cross_all_tf,buy,2025-12-19 10:30:00,710.0 -33080,buy_mtf_cross_all_tf,buy,2025-12-19 10:33:00,710.0 -33081,buy_mtf_cross_all_tf,buy,2025-12-19 10:39:00,709.0 -33082,buy_mtf_cross_all_tf,buy,2025-12-19 10:51:00,709.0 -33083,buy_mtf_cross_all_tf,buy,2025-12-21 09:45:00,777.0 -33084,buy_mtf_cross_all_tf,buy,2025-12-21 09:48:00,776.0 -33085,buy_mtf_cross_all_tf,buy,2025-12-21 09:57:00,776.0 -33086,buy_mtf_cross_all_tf,buy,2025-12-21 10:12:00,775.0 -33087,buy_mtf_cross_all_tf,buy,2025-12-21 10:27:00,774.0 -33088,buy_mtf_cross_all_tf,buy,2025-12-21 10:33:00,774.0 -33089,buy_mtf_cross_all_tf,buy,2025-12-21 10:51:00,770.0 -33090,buy_mtf_cross_all_tf,buy,2025-12-21 10:54:00,769.0 -33091,buy_mtf_cross_all_tf,buy,2025-12-21 10:57:00,769.0 -33092,buy_mtf_cross_all_tf,buy,2025-12-21 11:00:00,769.0 -33093,buy_mtf_cross_all_tf,buy,2025-12-21 11:03:00,768.0 -33094,buy_mtf_cross_all_tf,buy,2025-12-21 11:12:00,767.0 -33095,buy_mtf_cross_all_tf,buy,2025-12-21 11:15:00,767.0 -33096,buy_mtf_cross_all_tf,buy,2025-12-21 11:18:00,765.0 -33097,buy_mtf_cross_all_tf,buy,2025-12-21 11:21:00,765.0 -33098,buy_mtf_cross_all_tf,buy,2025-12-21 11:33:00,764.0 -33099,buy_mtf_cross_all_tf,buy,2025-12-21 11:36:00,764.0 -33100,buy_mtf_cross_all_tf,buy,2025-12-21 11:39:00,763.0 -33101,buy_mtf_cross_all_tf,buy,2025-12-21 11:42:00,762.0 -33102,buy_mtf_cross_all_tf,buy,2025-12-21 11:45:00,762.0 -33103,buy_mtf_cross_all_tf,buy,2025-12-21 11:48:00,761.0 -33104,buy_mtf_cross_all_tf,buy,2025-12-21 11:51:00,761.0 -33105,buy_mtf_cross_all_tf,buy,2025-12-21 11:54:00,761.0 -33106,buy_mtf_cross_all_tf,buy,2025-12-21 11:57:00,761.0 -33107,buy_mtf_cross_all_tf,buy,2025-12-21 20:15:00,768.0 -33108,buy_mtf_cross_all_tf,buy,2025-12-21 20:18:00,768.0 -33109,buy_mtf_cross_all_tf,buy,2025-12-21 21:03:00,767.0 -33110,buy_mtf_cross_all_tf,buy,2025-12-21 21:09:00,767.0 -33111,buy_mtf_cross_all_tf,buy,2025-12-21 21:12:00,767.0 -33112,buy_mtf_cross_all_tf,buy,2025-12-21 21:15:00,766.0 -33113,buy_mtf_cross_all_tf,buy,2025-12-21 21:18:00,766.0 -33114,buy_mtf_cross_all_tf,buy,2025-12-21 21:51:00,763.0 -33115,buy_mtf_cross_all_tf,buy,2025-12-21 21:54:00,762.0 -33116,buy_mtf_cross_all_tf,buy,2025-12-21 22:03:00,761.0 -33117,buy_mtf_cross_all_tf,buy,2025-12-21 22:15:00,755.0 -33118,buy_mtf_cross_all_tf,buy,2025-12-21 22:18:00,754.0 -33119,buy_mtf_cross_all_tf,buy,2025-12-21 22:21:00,755.0 -33120,buy_mtf_cross_all_tf,buy,2025-12-21 22:24:00,753.0 -33121,buy_mtf_cross_all_tf,buy,2025-12-21 22:27:00,753.0 -33122,buy_mtf_cross_all_tf,buy,2025-12-21 22:30:00,750.0 -33123,buy_mtf_cross_all_tf,buy,2025-12-21 22:45:00,743.0 -33124,buy_mtf_cross_all_tf,buy,2025-12-21 22:48:00,742.0 -33125,buy_mtf_cross_all_tf,buy,2025-12-21 22:51:00,742.0 -33126,buy_mtf_cross_all_tf,buy,2025-12-21 22:54:00,742.0 -33127,buy_mtf_cross_all_tf,buy,2025-12-21 22:57:00,741.0 -33128,buy_mtf_cross_all_tf,buy,2025-12-21 23:00:00,741.0 -33129,buy_mtf_cross_all_tf,buy,2025-12-23 04:21:00,757.0 -33130,buy_mtf_cross_all_tf,buy,2025-12-23 04:24:00,756.0 -33131,buy_mtf_cross_all_tf,buy,2025-12-23 04:42:00,750.0 -33132,buy_mtf_cross_all_tf,buy,2025-12-23 04:45:00,751.0 -33133,buy_mtf_cross_all_tf,buy,2025-12-23 04:48:00,748.0 -33134,buy_mtf_cross_all_tf,buy,2025-12-23 04:51:00,747.0 -33135,buy_mtf_cross_all_tf,buy,2025-12-23 04:54:00,746.0 -33136,buy_mtf_cross_all_tf,buy,2025-12-23 04:57:00,744.0 -33137,buy_mtf_cross_all_tf,buy,2025-12-23 05:00:00,745.0 -33138,buy_mtf_cross_all_tf,buy,2025-12-23 05:03:00,746.0 -33139,buy_mtf_cross_all_tf,buy,2025-12-23 05:24:00,743.0 -33140,buy_mtf_cross_all_tf,buy,2025-12-23 05:27:00,744.0 -33141,buy_mtf_cross_all_tf,buy,2025-12-23 05:30:00,742.0 -33142,buy_mtf_cross_all_tf,buy,2025-12-23 05:33:00,743.0 -33143,buy_mtf_cross_all_tf,buy,2025-12-23 11:51:00,748.0 -33144,buy_mtf_cross_all_tf,buy,2025-12-23 11:54:00,747.0 -33145,buy_mtf_cross_all_tf,buy,2025-12-23 11:57:00,746.0 -33146,buy_mtf_cross_all_tf,buy,2025-12-23 12:12:00,745.0 -33147,buy_mtf_cross_all_tf,buy,2025-12-23 12:30:00,744.0 -33148,buy_mtf_cross_all_tf,buy,2025-12-23 12:33:00,744.0 -33149,buy_mtf_cross_all_tf,buy,2025-12-23 13:45:00,742.0 -33150,buy_mtf_cross_all_tf,buy,2025-12-23 13:48:00,742.0 -33151,buy_mtf_cross_all_tf,buy,2025-12-23 13:51:00,742.0 -33152,buy_mtf_cross_all_tf,buy,2025-12-23 13:54:00,741.0 -33153,buy_mtf_cross_all_tf,buy,2025-12-23 14:00:00,741.0 -33154,buy_mtf_cross_all_tf,buy,2025-12-23 14:03:00,741.0 -33155,buy_mtf_cross_all_tf,buy,2025-12-23 14:06:00,741.0 -33156,buy_mtf_cross_all_tf,buy,2025-12-23 14:09:00,741.0 -33157,buy_mtf_cross_all_tf,buy,2025-12-23 18:00:00,740.0 -33158,buy_mtf_cross_all_tf,buy,2025-12-23 18:21:00,739.0 -33159,buy_mtf_cross_all_tf,buy,2025-12-23 21:27:00,738.0 -33160,buy_mtf_cross_all_tf,buy,2025-12-23 21:30:00,738.0 -33161,buy_mtf_cross_all_tf,buy,2025-12-23 22:48:00,735.0 -33162,buy_mtf_cross_all_tf,buy,2025-12-23 23:18:00,731.0 -33163,buy_mtf_cross_all_tf,buy,2025-12-23 23:30:00,732.0 -33164,buy_mtf_cross_all_tf,buy,2025-12-24 10:57:00,723.0 -33165,buy_mtf_cross_all_tf,buy,2025-12-24 11:00:00,722.0 -33166,buy_mtf_cross_all_tf,buy,2025-12-24 11:03:00,722.0 -33167,buy_mtf_cross_all_tf,buy,2025-12-24 11:06:00,720.0 -33168,buy_mtf_cross_all_tf,buy,2025-12-24 11:09:00,719.0 -33169,buy_mtf_cross_all_tf,buy,2025-12-24 11:12:00,719.0 -33170,buy_mtf_cross_all_tf,buy,2025-12-24 11:15:00,719.0 -33171,buy_mtf_cross_all_tf,buy,2025-12-24 11:21:00,719.0 -33172,buy_mtf_cross_all_tf,buy,2025-12-24 11:42:00,718.0 -33173,buy_mtf_cross_all_tf,buy,2025-12-24 12:06:00,716.0 -33174,buy_mtf_cross_all_tf,buy,2025-12-24 12:12:00,716.0 -33175,buy_mtf_cross_all_tf,buy,2025-12-24 12:15:00,715.0 -33176,buy_mtf_cross_all_tf,buy,2025-12-24 14:15:00,715.0 -33177,buy_mtf_cross_all_tf,buy,2025-12-24 14:21:00,715.0 -33178,buy_mtf_cross_all_tf,buy,2025-12-24 14:33:00,715.0 -33179,buy_mtf_cross_all_tf,buy,2025-12-24 14:42:00,714.0 -33180,buy_mtf_cross_all_tf,buy,2025-12-24 14:51:00,713.0 -33181,buy_mtf_cross_all_tf,buy,2025-12-24 14:57:00,712.0 -33182,buy_mtf_cross_all_tf,buy,2025-12-24 15:00:00,711.0 -33183,buy_mtf_cross_all_tf,buy,2025-12-24 15:03:00,712.0 -33184,buy_mtf_cross_all_tf,buy,2025-12-24 15:09:00,711.0 -33185,buy_mtf_cross_all_tf,buy,2025-12-24 15:15:00,711.0 -33186,buy_mtf_cross_all_tf,buy,2025-12-24 15:18:00,711.0 -33187,buy_mtf_cross_all_tf,buy,2025-12-24 19:00:00,711.0 -33188,buy_mtf_cross_all_tf,buy,2025-12-24 19:03:00,711.0 -33189,buy_mtf_cross_all_tf,buy,2025-12-24 19:09:00,711.0 -33190,buy_mtf_cross_all_tf,buy,2025-12-24 19:15:00,711.0 -33191,buy_mtf_cross_all_tf,buy,2025-12-25 03:03:00,712.0 -33192,buy_mtf_cross_all_tf,buy,2025-12-25 03:12:00,710.0 -33193,buy_mtf_cross_all_tf,buy,2025-12-25 03:39:00,711.0 -33194,buy_mtf_cross_all_tf,buy,2025-12-25 23:33:00,724.0 -33195,buy_mtf_cross_all_tf,buy,2025-12-25 23:36:00,724.0 -33196,buy_mtf_cross_all_tf,buy,2025-12-25 23:39:00,724.0 -33197,buy_mtf_cross_all_tf,buy,2025-12-25 23:42:00,724.0 -33198,buy_mtf_cross_all_tf,buy,2025-12-25 23:45:00,724.0 -33199,buy_mtf_cross_all_tf,buy,2025-12-26 08:06:00,713.0 -33200,buy_mtf_cross_all_tf,buy,2025-12-26 08:09:00,712.0 -33201,buy_mtf_cross_all_tf,buy,2025-12-26 08:36:00,706.0 -33202,buy_mtf_cross_all_tf,buy,2025-12-26 08:39:00,704.0 -33203,buy_mtf_cross_all_tf,buy,2025-12-26 08:42:00,706.0 -33204,buy_mtf_cross_all_tf,buy,2025-12-26 08:45:00,705.0 -33205,buy_mtf_cross_all_tf,buy,2025-12-26 08:48:00,705.0 -33206,buy_mtf_cross_all_tf,buy,2025-12-26 20:27:00,724.0 -33207,buy_mtf_cross_all_tf,buy,2025-12-26 20:30:00,724.0 -33208,buy_mtf_cross_all_tf,buy,2025-12-26 20:36:00,724.0 -33209,buy_mtf_cross_all_tf,buy,2025-12-26 20:39:00,724.0 -33210,buy_mtf_cross_all_tf,buy,2025-12-27 00:06:00,717.0 -33211,buy_mtf_cross_all_tf,buy,2025-12-27 00:09:00,715.0 -33212,buy_mtf_cross_all_tf,buy,2025-12-27 00:12:00,715.0 -33213,buy_mtf_cross_all_tf,buy,2025-12-27 02:12:00,711.0 -33214,buy_mtf_cross_all_tf,buy,2025-12-27 02:15:00,712.0 -33215,buy_mtf_cross_all_tf,buy,2025-12-27 17:21:00,720.0 -33216,buy_mtf_cross_all_tf,buy,2025-12-27 17:24:00,720.0 -33217,buy_mtf_cross_all_tf,buy,2025-12-27 17:30:00,720.0 -33218,buy_mtf_cross_all_tf,buy,2025-12-27 17:33:00,720.0 -33219,buy_mtf_cross_all_tf,buy,2025-12-30 02:00:00,721.0 -33220,buy_mtf_cross_all_tf,buy,2025-12-30 03:51:00,720.0 -33221,buy_mtf_cross_all_tf,buy,2025-12-30 03:54:00,719.0 -33222,buy_mtf_cross_all_tf,buy,2025-12-30 04:00:00,719.0 -33223,buy_mtf_cross_all_tf,buy,2025-12-30 05:30:00,718.0 -33224,buy_mtf_cross_all_tf,buy,2025-12-30 05:45:00,717.0 -33225,buy_mtf_cross_all_tf,buy,2025-12-30 09:45:00,716.0 -33226,buy_mtf_cross_all_tf,buy,2025-12-30 11:30:00,715.0 -33227,buy_mtf_cross_all_tf,buy,2025-12-30 11:33:00,715.0 -33228,buy_mtf_cross_all_tf,buy,2025-12-30 11:39:00,715.0 -33229,buy_mtf_cross_all_tf,buy,2025-12-30 14:45:00,712.0 -33230,buy_mtf_cross_all_tf,buy,2025-12-30 14:48:00,712.0 -33231,buy_mtf_cross_all_tf,buy,2025-12-31 01:48:00,716.0 -33232,buy_mtf_cross_all_tf,buy,2025-12-31 02:21:00,715.0 -33233,buy_mtf_cross_all_tf,buy,2025-12-31 02:30:00,715.0 -33234,buy_mtf_cross_all_tf,buy,2025-12-31 02:33:00,715.0 -33235,buy_mtf_cross_all_tf,buy,2025-12-31 02:36:00,715.0 -33236,buy_mtf_cross_all_tf,buy,2025-12-31 02:39:00,715.0 -33237,buy_mtf_cross_all_tf,buy,2025-12-31 02:45:00,714.0 -33238,buy_mtf_cross_all_tf,buy,2025-12-31 02:51:00,713.0 -33239,buy_mtf_cross_all_tf,buy,2025-12-31 02:54:00,713.0 -33240,buy_mtf_cross_all_tf,buy,2025-12-31 02:57:00,713.0 -33241,buy_mtf_cross_all_tf,buy,2025-12-31 03:00:00,713.0 -33242,buy_mtf_cross_all_tf,buy,2025-12-31 03:03:00,713.0 -33243,buy_mtf_cross_all_tf,buy,2025-12-31 03:09:00,713.0 -33244,buy_mtf_cross_all_tf,buy,2025-12-31 04:15:00,711.0 -33245,buy_mtf_cross_all_tf,buy,2025-12-31 04:18:00,711.0 -33246,buy_mtf_cross_all_tf,buy,2025-12-31 06:42:00,711.0 -33247,buy_mtf_cross_all_tf,buy,2025-12-31 15:42:00,711.0 -33248,buy_mtf_cross_all_tf,buy,2025-12-31 16:30:00,711.0 -33249,buy_mtf_cross_all_tf,buy,2025-12-31 17:45:00,710.0 -33250,buy_mtf_cross_all_tf,buy,2025-12-31 17:48:00,709.0 -33251,buy_mtf_cross_all_tf,buy,2025-12-31 17:54:00,708.0 -33252,buy_mtf_cross_all_tf,buy,2025-12-31 18:00:00,708.0 -33253,buy_mtf_cross_all_tf,buy,2026-01-01 01:00:00,708.0 -33254,buy_mtf_cross_all_tf,buy,2026-01-01 01:06:00,707.0 -33255,buy_mtf_cross_all_tf,buy,2026-01-01 01:57:00,694.0 -33256,buy_mtf_cross_all_tf,buy,2026-01-01 02:00:00,692.0 -33257,buy_mtf_cross_all_tf,buy,2026-01-01 02:03:00,691.0 -33258,buy_mtf_cross_all_tf,buy,2026-01-01 13:15:00,699.0 -33259,buy_mtf_cross_all_tf,buy,2026-01-01 13:36:00,698.0 -33260,buy_mtf_cross_all_tf,buy,2026-01-08 00:15:00,872.0 -33261,buy_mtf_cross_all_tf,buy,2026-01-08 00:18:00,869.0 -33262,buy_mtf_cross_all_tf,buy,2026-01-08 00:24:00,868.0 -33263,buy_mtf_cross_all_tf,buy,2026-01-08 00:27:00,868.0 -33264,buy_mtf_cross_all_tf,buy,2026-01-08 00:30:00,869.0 -33265,buy_mtf_cross_all_tf,buy,2026-01-08 00:33:00,868.0 -33266,buy_mtf_cross_all_tf,buy,2026-01-08 00:39:00,867.0 -33267,buy_mtf_cross_all_tf,buy,2026-01-08 05:21:00,866.0 -33268,buy_mtf_cross_all_tf,buy,2026-01-08 05:24:00,865.0 -33269,buy_mtf_cross_all_tf,buy,2026-01-08 05:27:00,865.0 -33270,buy_mtf_cross_all_tf,buy,2026-01-08 05:30:00,866.0 -33271,buy_mtf_cross_all_tf,buy,2026-01-08 05:33:00,866.0 -33272,buy_mtf_cross_all_tf,buy,2026-01-08 09:42:00,861.0 -33273,buy_mtf_cross_all_tf,buy,2026-01-08 12:51:00,864.0 -33274,buy_mtf_cross_all_tf,buy,2026-01-08 12:54:00,863.0 -33275,buy_mtf_cross_all_tf,buy,2026-01-08 13:15:00,856.0 -33276,buy_mtf_cross_all_tf,buy,2026-01-08 15:15:00,858.0 -33277,buy_mtf_cross_all_tf,buy,2026-01-08 15:27:00,856.0 -33278,buy_mtf_cross_all_tf,buy,2026-01-08 16:12:00,850.0 -33279,buy_mtf_cross_all_tf,buy,2026-01-08 18:36:00,850.0 -33280,buy_mtf_cross_all_tf,buy,2026-01-08 18:42:00,847.0 -33281,buy_mtf_cross_all_tf,buy,2026-01-08 19:00:00,847.0 -33282,buy_mtf_cross_all_tf,buy,2026-01-08 19:12:00,845.0 -33283,buy_mtf_cross_all_tf,buy,2026-01-08 20:15:00,843.0 -33284,buy_mtf_cross_all_tf,buy,2026-01-08 20:18:00,843.0 -33285,buy_mtf_cross_all_tf,buy,2026-01-08 20:24:00,840.0 -33286,buy_mtf_cross_all_tf,buy,2026-01-08 20:27:00,840.0 -33287,buy_mtf_cross_all_tf,buy,2026-01-08 20:30:00,841.0 -33288,buy_mtf_cross_all_tf,buy,2026-01-08 20:33:00,841.0 -33289,buy_mtf_cross_all_tf,buy,2026-01-08 20:36:00,839.0 -33290,buy_mtf_cross_all_tf,buy,2026-01-08 20:39:00,839.0 -33291,buy_mtf_cross_all_tf,buy,2026-01-08 21:15:00,837.0 -33292,buy_mtf_cross_all_tf,buy,2026-01-08 21:18:00,836.0 -33293,buy_mtf_cross_all_tf,buy,2026-01-08 21:54:00,834.0 -33294,buy_mtf_cross_all_tf,buy,2026-01-08 23:33:00,832.0 -33295,buy_mtf_cross_all_tf,buy,2026-01-09 10:51:00,845.0 -33296,buy_mtf_cross_all_tf,buy,2026-01-09 10:54:00,845.0 -33297,buy_mtf_cross_all_tf,buy,2026-01-09 10:57:00,845.0 -33298,buy_mtf_cross_all_tf,buy,2026-01-09 11:00:00,845.0 -33299,buy_mtf_cross_all_tf,buy,2026-01-09 11:03:00,844.0 -33300,buy_mtf_cross_all_tf,buy,2026-01-09 21:27:00,847.0 -33301,buy_mtf_cross_all_tf,buy,2026-01-09 21:33:00,846.0 -33302,buy_mtf_cross_all_tf,buy,2026-01-09 21:42:00,846.0 -33303,buy_mtf_cross_all_tf,buy,2026-01-09 21:45:00,845.0 -33304,buy_mtf_cross_all_tf,buy,2026-01-11 02:00:00,852.0 -33305,buy_mtf_cross_all_tf,buy,2026-01-11 03:15:00,845.0 -33306,buy_mtf_cross_all_tf,buy,2026-01-11 03:18:00,846.0 -33307,buy_mtf_cross_all_tf,buy,2026-01-11 03:21:00,846.0 -33308,buy_mtf_cross_all_tf,buy,2026-01-11 06:30:00,848.0 -33309,buy_mtf_cross_all_tf,buy,2026-01-11 06:33:00,847.0 -33310,buy_mtf_cross_all_tf,buy,2026-01-11 06:36:00,847.0 -33311,buy_mtf_cross_all_tf,buy,2026-01-11 06:39:00,846.0 -33312,buy_mtf_cross_all_tf,buy,2026-01-11 06:42:00,847.0 -33313,buy_mtf_cross_all_tf,buy,2026-01-11 06:45:00,847.0 -33314,buy_mtf_cross_all_tf,buy,2026-01-11 06:51:00,846.0 -33315,buy_mtf_cross_all_tf,buy,2026-01-11 06:54:00,846.0 -33316,buy_mtf_cross_all_tf,buy,2026-01-11 07:06:00,845.0 -33317,buy_mtf_cross_all_tf,buy,2026-01-11 07:27:00,845.0 -33318,buy_mtf_cross_all_tf,buy,2026-01-11 07:30:00,845.0 -33319,buy_mtf_cross_all_tf,buy,2026-01-11 07:33:00,845.0 -33320,buy_mtf_cross_all_tf,buy,2026-01-11 07:42:00,845.0 -33321,buy_mtf_cross_all_tf,buy,2026-01-11 08:06:00,842.0 -33322,buy_mtf_cross_all_tf,buy,2026-01-11 08:12:00,841.0 -33323,buy_mtf_cross_all_tf,buy,2026-01-11 08:15:00,841.0 -33324,buy_mtf_cross_all_tf,buy,2026-01-11 08:18:00,841.0 -33325,buy_mtf_cross_all_tf,buy,2026-01-11 13:45:00,842.0 -33326,buy_mtf_cross_all_tf,buy,2026-01-12 05:27:00,838.0 -33327,buy_mtf_cross_all_tf,buy,2026-01-12 05:30:00,837.0 -33328,buy_mtf_cross_all_tf,buy,2026-01-12 05:33:00,837.0 -33329,buy_mtf_cross_all_tf,buy,2026-01-12 05:45:00,836.0 -33330,buy_mtf_cross_all_tf,buy,2026-01-12 06:00:00,835.0 -33331,buy_mtf_cross_all_tf,buy,2026-01-12 06:03:00,835.0 -33332,buy_mtf_cross_all_tf,buy,2026-01-12 06:12:00,833.0 -33333,buy_mtf_cross_all_tf,buy,2026-01-12 07:15:00,830.0 -33334,buy_mtf_cross_all_tf,buy,2026-01-12 07:18:00,830.0 -33335,buy_mtf_cross_all_tf,buy,2026-01-12 08:00:00,829.0 -33336,buy_mtf_cross_all_tf,buy,2026-01-12 08:03:00,829.0 -33337,buy_mtf_cross_all_tf,buy,2026-01-12 08:09:00,826.0 -33338,buy_mtf_cross_all_tf,buy,2026-01-12 16:00:00,850.0 -33339,buy_mtf_cross_all_tf,buy,2026-01-12 16:03:00,850.0 -33340,buy_mtf_cross_all_tf,buy,2026-01-12 16:21:00,848.0 -33341,buy_mtf_cross_all_tf,buy,2026-01-12 16:24:00,849.0 -33342,buy_mtf_cross_all_tf,buy,2026-01-12 16:27:00,849.0 -33343,buy_mtf_cross_all_tf,buy,2026-01-12 16:30:00,849.0 -33344,buy_mtf_cross_all_tf,buy,2026-01-12 16:51:00,840.0 -33345,buy_mtf_cross_all_tf,buy,2026-01-12 16:54:00,839.0 -33346,buy_mtf_cross_all_tf,buy,2026-01-12 17:51:00,833.0 -33347,buy_mtf_cross_all_tf,buy,2026-01-12 19:57:00,831.0 -33348,buy_mtf_cross_all_tf,buy,2026-01-12 22:06:00,832.0 -33349,buy_mtf_cross_all_tf,buy,2026-01-12 22:09:00,831.0 -33350,buy_mtf_cross_all_tf,buy,2026-01-12 22:12:00,831.0 -33351,buy_mtf_cross_all_tf,buy,2026-01-12 22:21:00,829.0 -33352,buy_mtf_cross_all_tf,buy,2026-01-12 22:24:00,829.0 -33353,buy_mtf_cross_all_tf,buy,2026-01-12 22:27:00,828.0 -33354,buy_mtf_cross_all_tf,buy,2026-01-12 22:30:00,828.0 -33355,buy_mtf_cross_all_tf,buy,2026-01-12 22:33:00,827.0 -33356,buy_mtf_cross_all_tf,buy,2026-01-12 22:42:00,826.0 -33357,buy_mtf_cross_all_tf,buy,2026-01-12 22:57:00,823.0 -33358,buy_mtf_cross_all_tf,buy,2026-01-12 23:00:00,822.0 -33359,buy_mtf_cross_all_tf,buy,2026-01-12 23:03:00,823.0 -33360,buy_mtf_cross_all_tf,buy,2026-01-12 23:27:00,822.0 -33361,buy_mtf_cross_all_tf,buy,2026-01-16 00:00:00,860.0 -33362,buy_mtf_cross_all_tf,buy,2026-01-16 00:36:00,853.0 -33363,buy_mtf_cross_all_tf,buy,2026-01-16 00:45:00,846.0 -33364,buy_mtf_cross_all_tf,buy,2026-01-16 03:06:00,838.0 -33365,buy_mtf_cross_all_tf,buy,2026-01-16 03:09:00,837.0 -33366,buy_mtf_cross_all_tf,buy,2026-01-16 03:21:00,832.0 -33367,buy_mtf_cross_all_tf,buy,2026-01-16 03:24:00,831.0 -33368,buy_mtf_cross_all_tf,buy,2026-01-16 03:27:00,831.0 -33369,buy_mtf_cross_all_tf,buy,2026-01-16 03:36:00,830.0 -33370,buy_mtf_cross_all_tf,buy,2026-01-16 03:42:00,826.0 -33371,buy_mtf_cross_all_tf,buy,2026-01-16 03:51:00,826.0 -33372,buy_mtf_cross_all_tf,buy,2026-01-16 04:00:00,825.0 -33373,buy_mtf_cross_all_tf,buy,2026-01-16 04:06:00,825.0 -33374,buy_mtf_cross_all_tf,buy,2026-01-16 04:09:00,824.0 -33375,buy_mtf_cross_all_tf,buy,2026-01-16 04:15:00,824.0 -33376,buy_mtf_cross_all_tf,buy,2026-01-16 04:27:00,822.0 -33377,buy_mtf_cross_all_tf,buy,2026-01-16 04:30:00,823.0 -33378,buy_mtf_cross_all_tf,buy,2026-01-16 04:42:00,821.0 -33379,buy_mtf_cross_all_tf,buy,2026-01-16 04:45:00,822.0 -33380,buy_mtf_cross_all_tf,buy,2026-01-16 05:57:00,820.0 -33381,buy_mtf_cross_all_tf,buy,2026-01-16 11:15:00,824.0 -33382,buy_mtf_cross_all_tf,buy,2026-01-16 11:18:00,823.0 -33383,buy_mtf_cross_all_tf,buy,2026-01-16 11:21:00,822.0 -33384,buy_mtf_cross_all_tf,buy,2026-01-16 11:24:00,823.0 -33385,buy_mtf_cross_all_tf,buy,2026-01-16 14:00:00,821.0 -33386,buy_mtf_cross_all_tf,buy,2026-01-16 22:33:00,827.0 -33387,buy_mtf_cross_all_tf,buy,2026-01-16 22:54:00,826.0 -33388,buy_mtf_cross_all_tf,buy,2026-01-17 12:30:00,818.0 -33389,buy_mtf_cross_all_tf,buy,2026-01-17 12:42:00,816.0 -33390,buy_mtf_cross_all_tf,buy,2026-01-17 12:48:00,816.0 -33391,buy_mtf_cross_all_tf,buy,2026-01-18 06:21:00,818.0 -33392,buy_mtf_cross_all_tf,buy,2026-01-18 10:15:00,807.0 -33393,buy_mtf_cross_all_tf,buy,2026-01-18 10:18:00,807.0 -33394,buy_mtf_cross_all_tf,buy,2026-01-18 10:21:00,808.0 -33395,buy_mtf_cross_all_tf,buy,2026-01-18 10:36:00,807.0 -33396,buy_mtf_cross_all_tf,buy,2026-01-18 10:39:00,807.0 -33397,buy_mtf_cross_all_tf,buy,2026-01-18 10:42:00,807.0 -33398,buy_mtf_cross_all_tf,buy,2026-01-18 10:51:00,805.0 -33399,buy_mtf_cross_all_tf,buy,2026-01-18 10:54:00,804.0 -33400,buy_mtf_cross_all_tf,buy,2026-01-18 10:57:00,805.0 -33401,buy_mtf_cross_all_tf,buy,2026-01-18 16:21:00,804.0 -33402,buy_mtf_cross_all_tf,buy,2026-01-18 16:36:00,803.0 -33403,buy_mtf_cross_all_tf,buy,2026-01-18 18:00:00,803.0 -33404,buy_mtf_cross_all_tf,buy,2026-01-18 18:03:00,803.0 -33405,buy_mtf_cross_all_tf,buy,2026-01-18 18:30:00,802.0 -33406,buy_mtf_cross_all_tf,buy,2026-01-18 18:33:00,802.0 -33407,buy_mtf_cross_all_tf,buy,2026-01-18 18:42:00,801.0 -33408,buy_mtf_cross_all_tf,buy,2026-01-18 18:45:00,801.0 -33409,buy_mtf_cross_all_tf,buy,2026-01-18 21:15:00,801.0 -33410,buy_mtf_cross_all_tf,buy,2026-01-18 21:21:00,801.0 -33411,buy_mtf_cross_all_tf,buy,2026-01-18 22:06:00,800.0 -33412,buy_mtf_cross_all_tf,buy,2026-01-18 22:09:00,800.0 -33413,buy_mtf_cross_all_tf,buy,2026-01-18 22:27:00,799.0 -33414,buy_mtf_cross_all_tf,buy,2026-01-19 00:00:00,798.0 -33415,buy_mtf_cross_all_tf,buy,2026-01-19 00:03:00,797.0 -33416,buy_mtf_cross_all_tf,buy,2026-01-19 00:15:00,798.0 -33417,buy_mtf_cross_all_tf,buy,2026-01-19 05:03:00,797.0 -33418,buy_mtf_cross_all_tf,buy,2026-01-19 08:21:00,792.0 -33419,buy_mtf_cross_all_tf,buy,2026-01-19 08:45:00,777.0 -33420,buy_mtf_cross_all_tf,buy,2026-01-19 08:57:00,764.0 -33421,buy_mtf_cross_all_tf,buy,2026-01-19 09:00:00,764.0 -33422,buy_mtf_cross_all_tf,buy,2026-01-19 09:15:00,732.0 -33423,buy_mtf_cross_all_tf,buy,2026-01-19 09:18:00,733.0 -33424,buy_mtf_cross_all_tf,buy,2026-01-19 09:21:00,734.0 -33425,buy_mtf_cross_all_tf,buy,2026-01-19 09:24:00,727.0 -33426,buy_mtf_cross_all_tf,buy,2026-01-19 09:27:00,721.0 -33427,buy_mtf_cross_all_tf,buy,2026-01-19 09:30:00,722.0 -33428,buy_mtf_cross_all_tf,buy,2026-01-19 09:33:00,719.0 -33429,buy_mtf_cross_all_tf,buy,2026-01-19 09:36:00,719.0 -33430,buy_mtf_cross_all_tf,buy,2026-01-20 08:00:00,741.0 -33431,buy_mtf_cross_all_tf,buy,2026-01-20 10:00:00,742.0 -33432,buy_mtf_cross_all_tf,buy,2026-01-20 10:09:00,742.0 -33433,buy_mtf_cross_all_tf,buy,2026-01-20 11:15:00,741.0 -33434,buy_mtf_cross_all_tf,buy,2026-01-20 11:18:00,742.0 -33435,buy_mtf_cross_all_tf,buy,2026-01-20 14:00:00,741.0 -33436,buy_mtf_cross_all_tf,buy,2026-01-20 14:24:00,739.0 -33437,buy_mtf_cross_all_tf,buy,2026-01-20 14:27:00,739.0 -33438,buy_mtf_cross_all_tf,buy,2026-01-20 14:30:00,739.0 -33439,buy_mtf_cross_all_tf,buy,2026-01-20 14:33:00,739.0 -33440,buy_mtf_cross_all_tf,buy,2026-01-20 15:51:00,732.0 -33441,buy_mtf_cross_all_tf,buy,2026-01-20 15:54:00,732.0 -33442,buy_mtf_cross_all_tf,buy,2026-01-20 17:09:00,729.0 -33443,buy_mtf_cross_all_tf,buy,2026-01-20 17:27:00,727.0 -33444,buy_mtf_cross_all_tf,buy,2026-01-20 17:30:00,727.0 -33445,buy_mtf_cross_all_tf,buy,2026-01-20 17:33:00,725.0 -33446,buy_mtf_cross_all_tf,buy,2026-01-20 17:45:00,721.0 -33447,buy_mtf_cross_all_tf,buy,2026-01-20 17:48:00,722.0 -33448,buy_mtf_cross_all_tf,buy,2026-01-20 17:51:00,722.0 -33449,buy_mtf_cross_all_tf,buy,2026-01-20 17:54:00,722.0 -33450,buy_mtf_cross_all_tf,buy,2026-01-20 22:48:00,716.0 -33451,buy_mtf_cross_all_tf,buy,2026-01-20 22:51:00,715.0 -33452,buy_mtf_cross_all_tf,buy,2026-01-20 22:54:00,716.0 -33453,buy_mtf_cross_all_tf,buy,2026-01-20 23:00:00,714.0 -33454,buy_mtf_cross_all_tf,buy,2026-01-21 00:21:00,711.0 -33455,buy_mtf_cross_all_tf,buy,2026-01-21 00:24:00,713.0 -33456,buy_mtf_cross_all_tf,buy,2026-01-21 00:30:00,712.0 -33457,buy_mtf_cross_all_tf,buy,2026-01-21 00:42:00,711.0 -33458,buy_mtf_cross_all_tf,buy,2026-01-21 01:57:00,709.0 -33459,buy_mtf_cross_all_tf,buy,2026-01-21 02:00:00,708.0 -33460,buy_mtf_cross_all_tf,buy,2026-01-21 02:03:00,708.0 -33461,buy_mtf_cross_all_tf,buy,2026-01-21 02:42:00,705.0 -33462,buy_mtf_cross_all_tf,buy,2026-01-21 02:45:00,705.0 -33463,buy_mtf_cross_all_tf,buy,2026-01-21 02:51:00,704.0 -33464,buy_mtf_cross_all_tf,buy,2026-01-21 02:54:00,704.0 -33465,buy_mtf_cross_all_tf,buy,2026-01-21 03:15:00,703.0 -33466,buy_mtf_cross_all_tf,buy,2026-01-21 03:21:00,701.0 -33467,buy_mtf_cross_all_tf,buy,2026-01-21 03:27:00,702.0 -33468,buy_mtf_cross_all_tf,buy,2026-01-21 03:30:00,701.0 -33469,buy_mtf_cross_all_tf,buy,2026-01-21 03:33:00,701.0 -33470,buy_mtf_cross_all_tf,buy,2026-01-21 03:39:00,700.0 -33471,buy_mtf_cross_all_tf,buy,2026-01-21 03:48:00,699.0 -33472,buy_mtf_cross_all_tf,buy,2026-01-21 03:54:00,698.0 -33473,buy_mtf_cross_all_tf,buy,2026-01-21 03:57:00,699.0 -33474,buy_mtf_cross_all_tf,buy,2026-01-21 08:30:00,695.0 -33475,buy_mtf_cross_all_tf,buy,2026-01-21 20:03:00,714.0 -33476,buy_mtf_cross_all_tf,buy,2026-01-21 20:12:00,713.0 -33477,buy_mtf_cross_all_tf,buy,2026-01-21 20:21:00,713.0 -33478,buy_mtf_cross_all_tf,buy,2026-01-21 20:39:00,711.0 -33479,buy_mtf_cross_all_tf,buy,2026-01-21 20:42:00,711.0 -33480,buy_mtf_cross_all_tf,buy,2026-01-21 20:45:00,711.0 -33481,buy_mtf_cross_all_tf,buy,2026-01-21 21:27:00,699.0 -33482,buy_mtf_cross_all_tf,buy,2026-01-21 21:30:00,699.0 -33483,buy_mtf_cross_all_tf,buy,2026-01-21 22:51:00,699.0 -33484,buy_mtf_cross_all_tf,buy,2026-01-22 01:51:00,700.0 -33485,buy_mtf_cross_all_tf,buy,2026-01-22 01:54:00,701.0 -33486,buy_mtf_cross_all_tf,buy,2026-01-22 01:57:00,696.0 -33487,buy_mtf_cross_all_tf,buy,2026-01-22 02:12:00,696.0 -33488,buy_mtf_cross_all_tf,buy,2026-01-22 02:15:00,691.0 -33489,buy_mtf_cross_all_tf,buy,2026-01-22 02:18:00,692.0 -33490,buy_mtf_cross_all_tf,buy,2026-01-22 02:27:00,693.0 -33491,buy_mtf_cross_all_tf,buy,2026-01-22 02:30:00,692.0 -33492,buy_mtf_cross_all_tf,buy,2026-01-22 02:33:00,690.0 -33493,buy_mtf_cross_all_tf,buy,2026-01-22 02:36:00,689.0 -33494,buy_mtf_cross_all_tf,buy,2026-01-22 02:39:00,690.0 -33495,buy_mtf_cross_all_tf,buy,2026-01-22 23:15:00,706.0 -33496,buy_mtf_cross_all_tf,buy,2026-01-22 23:18:00,705.0 -33497,buy_mtf_cross_all_tf,buy,2026-01-22 23:21:00,704.0 -33498,buy_mtf_cross_all_tf,buy,2026-01-22 23:24:00,702.0 -33499,buy_mtf_cross_all_tf,buy,2026-01-22 23:36:00,702.0 -33500,buy_mtf_cross_all_tf,buy,2026-01-22 23:57:00,700.0 -33501,buy_mtf_cross_all_tf,buy,2026-01-23 00:00:00,700.0 -33502,buy_mtf_cross_all_tf,buy,2026-01-23 00:03:00,699.0 -33503,buy_mtf_cross_all_tf,buy,2026-01-23 04:06:00,701.0 -33504,buy_mtf_cross_all_tf,buy,2026-01-23 05:36:00,699.0 -33505,buy_mtf_cross_all_tf,buy,2026-01-23 05:45:00,697.0 -33506,buy_mtf_cross_all_tf,buy,2026-01-23 05:48:00,697.0 -33507,buy_mtf_cross_all_tf,buy,2026-01-23 05:54:00,697.0 -33508,buy_mtf_cross_all_tf,buy,2026-01-23 16:09:00,708.0 -33509,buy_mtf_cross_all_tf,buy,2026-01-23 16:12:00,707.0 -33510,buy_mtf_cross_all_tf,buy,2026-01-23 16:15:00,707.0 -33511,buy_mtf_cross_all_tf,buy,2026-01-23 16:18:00,707.0 -33512,buy_mtf_cross_all_tf,buy,2026-01-23 17:00:00,707.0 -33513,buy_mtf_cross_all_tf,buy,2026-01-23 17:45:00,703.0 -33514,buy_mtf_cross_all_tf,buy,2026-01-23 17:48:00,703.0 -33515,buy_mtf_cross_all_tf,buy,2026-01-23 18:00:00,701.0 -33516,buy_mtf_cross_all_tf,buy,2026-01-23 19:12:00,701.0 -33517,buy_mtf_cross_all_tf,buy,2026-01-23 23:00:00,701.0 -33518,buy_mtf_cross_all_tf,buy,2026-01-24 00:00:00,690.0 -33519,buy_mtf_cross_all_tf,buy,2026-01-24 00:03:00,688.0 -33520,buy_mtf_cross_all_tf,buy,2026-01-24 00:06:00,689.0 -33521,buy_mtf_cross_all_tf,buy,2026-01-24 04:45:00,695.0 -33522,buy_mtf_cross_all_tf,buy,2026-01-24 04:48:00,693.0 -33523,buy_mtf_cross_all_tf,buy,2026-01-24 04:54:00,694.0 -33524,buy_mtf_cross_all_tf,buy,2026-01-24 05:06:00,693.0 -33525,buy_mtf_cross_all_tf,buy,2026-01-24 05:42:00,687.0 -33526,buy_mtf_cross_all_tf,buy,2026-01-24 05:45:00,687.0 -33527,buy_mtf_cross_all_tf,buy,2026-01-24 05:48:00,687.0 -33528,buy_mtf_cross_all_tf,buy,2026-01-24 05:51:00,687.0 -33529,buy_mtf_cross_all_tf,buy,2026-01-24 05:54:00,686.0 -33530,buy_mtf_cross_all_tf,buy,2026-01-24 10:30:00,689.0 -33531,buy_mtf_cross_all_tf,buy,2026-01-25 00:51:00,697.0 -33532,buy_mtf_cross_all_tf,buy,2026-01-25 00:57:00,696.0 -33533,buy_mtf_cross_all_tf,buy,2026-01-25 01:00:00,695.0 -33534,buy_mtf_cross_all_tf,buy,2026-01-25 01:03:00,695.0 -33535,buy_mtf_cross_all_tf,buy,2026-01-25 01:15:00,694.0 -33536,buy_mtf_cross_all_tf,buy,2026-01-25 01:18:00,693.0 -33537,buy_mtf_cross_all_tf,buy,2026-01-25 01:21:00,693.0 -33538,buy_mtf_cross_all_tf,buy,2026-01-25 01:24:00,693.0 -33539,buy_mtf_cross_all_tf,buy,2026-01-25 06:21:00,693.0 -33540,buy_mtf_cross_all_tf,buy,2026-01-25 06:24:00,693.0 -33541,buy_mtf_cross_all_tf,buy,2026-01-25 06:30:00,693.0 -33542,buy_mtf_cross_all_tf,buy,2026-01-25 06:39:00,692.0 -33543,buy_mtf_cross_all_tf,buy,2026-01-25 07:12:00,692.0 -33544,buy_mtf_cross_all_tf,buy,2026-01-25 10:45:00,690.0 -33545,buy_mtf_cross_all_tf,buy,2026-01-25 10:48:00,691.0 -33546,buy_mtf_cross_all_tf,buy,2026-01-25 10:54:00,690.0 -33547,buy_mtf_cross_all_tf,buy,2026-01-25 12:24:00,690.0 -33548,buy_mtf_cross_all_tf,buy,2026-01-25 12:27:00,690.0 -33549,buy_mtf_cross_all_tf,buy,2026-01-25 12:30:00,689.0 -33550,buy_mtf_cross_all_tf,buy,2026-01-25 16:21:00,689.0 -33551,buy_mtf_cross_all_tf,buy,2026-01-25 17:45:00,688.0 -33552,buy_mtf_cross_all_tf,buy,2026-01-25 17:57:00,687.0 -33553,buy_mtf_cross_all_tf,buy,2026-01-25 23:18:00,688.0 -33554,buy_mtf_cross_all_tf,buy,2026-01-25 23:24:00,687.0 -33555,buy_mtf_cross_all_tf,buy,2026-01-25 23:42:00,685.0 -33556,buy_mtf_cross_all_tf,buy,2026-01-25 23:45:00,685.0 -33557,buy_mtf_cross_all_tf,buy,2026-01-25 23:48:00,685.0 -33558,buy_mtf_cross_all_tf,buy,2026-01-26 01:30:00,670.0 -33559,buy_mtf_cross_all_tf,buy,2026-01-26 01:33:00,667.0 -33560,buy_mtf_cross_all_tf,buy,2026-01-26 03:51:00,659.0 -33561,buy_mtf_cross_all_tf,buy,2026-01-26 03:54:00,659.0 -33562,buy_mtf_cross_all_tf,buy,2026-01-26 04:24:00,655.0 -33563,buy_mtf_cross_all_tf,buy,2026-01-26 04:36:00,651.0 -33564,buy_mtf_cross_all_tf,buy,2026-01-26 04:39:00,653.0 -33565,buy_mtf_cross_all_tf,buy,2026-01-26 04:51:00,650.0 -33566,buy_mtf_cross_all_tf,buy,2026-01-26 04:54:00,647.0 -33567,buy_mtf_cross_all_tf,buy,2026-01-26 04:57:00,648.0 -33568,buy_mtf_cross_all_tf,buy,2026-01-26 05:00:00,648.0 -33569,buy_mtf_cross_all_tf,buy,2026-01-26 05:39:00,647.0 -33570,buy_mtf_cross_all_tf,buy,2026-01-26 05:42:00,647.0 -33571,buy_mtf_cross_all_tf,buy,2026-01-27 10:15:00,670.0 -33572,buy_mtf_cross_all_tf,buy,2026-01-27 12:27:00,670.0 -33573,buy_mtf_cross_all_tf,buy,2026-01-27 12:51:00,669.0 -33574,buy_mtf_cross_all_tf,buy,2026-01-27 12:54:00,668.0 -33575,buy_mtf_cross_all_tf,buy,2026-01-27 12:57:00,668.0 -33576,buy_mtf_cross_all_tf,buy,2026-01-27 13:00:00,668.0 -33577,buy_mtf_cross_all_tf,buy,2026-01-27 13:42:00,668.0 -33578,buy_mtf_cross_all_tf,buy,2026-01-27 13:45:00,668.0 -33579,buy_mtf_cross_all_tf,buy,2026-01-27 13:48:00,668.0 -33580,buy_mtf_cross_all_tf,buy,2026-01-27 14:15:00,667.0 -33581,buy_mtf_cross_all_tf,buy,2026-01-27 14:30:00,666.0 -33582,buy_mtf_cross_all_tf,buy,2026-01-27 15:51:00,665.0 -33583,buy_mtf_cross_all_tf,buy,2026-01-27 15:54:00,665.0 -33584,buy_mtf_cross_all_tf,buy,2026-01-27 15:57:00,665.0 -33585,buy_mtf_cross_all_tf,buy,2026-01-27 16:00:00,665.0 -33586,buy_mtf_cross_all_tf,buy,2026-01-27 18:24:00,663.0 -33587,buy_mtf_cross_all_tf,buy,2026-01-27 18:27:00,664.0 -33588,buy_mtf_cross_all_tf,buy,2026-01-27 19:00:00,662.0 -33589,buy_mtf_cross_all_tf,buy,2026-01-28 12:00:00,670.0 -33590,buy_mtf_cross_all_tf,buy,2026-01-28 12:03:00,669.0 -33591,buy_mtf_cross_all_tf,buy,2026-01-28 12:15:00,669.0 -33592,buy_mtf_cross_all_tf,buy,2026-01-28 12:21:00,669.0 -33593,buy_mtf_cross_all_tf,buy,2026-01-28 12:24:00,669.0 -33594,buy_mtf_cross_all_tf,buy,2026-01-28 12:54:00,668.0 -33595,buy_mtf_cross_all_tf,buy,2026-01-28 13:06:00,668.0 -33596,buy_mtf_cross_all_tf,buy,2026-01-28 13:30:00,664.0 -33597,buy_mtf_cross_all_tf,buy,2026-01-28 13:36:00,664.0 -33598,buy_mtf_cross_all_tf,buy,2026-01-28 23:48:00,665.0 -33599,buy_mtf_cross_all_tf,buy,2026-01-30 04:45:00,697.0 -33600,buy_mtf_cross_all_tf,buy,2026-01-30 05:15:00,696.0 -33601,buy_mtf_cross_all_tf,buy,2026-01-30 05:21:00,694.0 -33602,buy_mtf_cross_all_tf,buy,2026-01-30 05:24:00,695.0 -33603,buy_mtf_cross_all_tf,buy,2026-01-30 05:27:00,695.0 -33604,buy_mtf_cross_all_tf,buy,2026-01-30 05:42:00,694.0 -33605,buy_mtf_cross_all_tf,buy,2026-01-30 05:45:00,693.0 -33606,buy_mtf_cross_all_tf,buy,2026-01-30 05:51:00,693.0 -33607,buy_mtf_cross_all_tf,buy,2026-01-30 05:54:00,691.0 -33608,buy_mtf_cross_all_tf,buy,2026-01-30 09:42:00,689.0 -33609,buy_mtf_cross_all_tf,buy,2026-01-30 09:45:00,686.0 -33610,buy_mtf_cross_all_tf,buy,2026-01-30 09:54:00,687.0 -33611,buy_mtf_cross_all_tf,buy,2026-01-30 09:57:00,686.0 -33612,buy_mtf_cross_all_tf,buy,2026-01-30 11:00:00,676.0 -33613,buy_mtf_cross_all_tf,buy,2026-01-30 11:03:00,675.0 -33614,buy_mtf_cross_all_tf,buy,2026-01-30 11:06:00,672.0 -33615,buy_mtf_cross_all_tf,buy,2026-01-30 11:09:00,671.0 -33616,buy_mtf_cross_all_tf,buy,2026-01-30 11:12:00,672.0 -33617,buy_mtf_cross_all_tf,buy,2026-01-30 11:15:00,671.0 -33618,buy_mtf_cross_all_tf,buy,2026-01-30 11:18:00,670.0 -33619,buy_mtf_cross_all_tf,buy,2026-01-30 11:21:00,666.0 -33620,buy_mtf_cross_all_tf,buy,2026-01-30 11:24:00,667.0 -33621,buy_mtf_cross_all_tf,buy,2026-01-30 11:27:00,663.0 -33622,buy_mtf_cross_all_tf,buy,2026-01-30 11:30:00,663.0 -33623,buy_mtf_cross_all_tf,buy,2026-01-30 11:33:00,663.0 -33624,buy_mtf_cross_all_tf,buy,2026-01-30 11:36:00,664.0 -33625,buy_mtf_cross_all_tf,buy,2026-01-30 11:39:00,663.0 -33626,buy_mtf_cross_all_tf,buy,2026-01-30 17:51:00,670.0 -33627,buy_mtf_cross_all_tf,buy,2026-01-30 18:21:00,669.0 -33628,buy_mtf_cross_all_tf,buy,2026-01-30 18:27:00,669.0 -33629,buy_mtf_cross_all_tf,buy,2026-01-31 08:36:00,696.0 -33630,buy_mtf_cross_all_tf,buy,2026-01-31 08:39:00,696.0 -33631,buy_mtf_cross_all_tf,buy,2026-01-31 08:42:00,695.0 -33632,buy_mtf_cross_all_tf,buy,2026-01-31 09:21:00,694.0 -33633,buy_mtf_cross_all_tf,buy,2026-01-31 09:33:00,690.0 -33634,buy_mtf_cross_all_tf,buy,2026-01-31 09:36:00,690.0 -33635,buy_mtf_cross_all_tf,buy,2026-01-31 09:39:00,691.0 -33636,buy_mtf_cross_all_tf,buy,2026-01-31 09:45:00,690.0 -33637,buy_mtf_cross_all_tf,buy,2026-01-31 09:48:00,689.0 -33638,buy_mtf_cross_all_tf,buy,2026-01-31 09:57:00,687.0 -33639,buy_mtf_cross_all_tf,buy,2026-01-31 10:00:00,687.0 -33640,buy_mtf_cross_all_tf,buy,2026-01-31 10:30:00,686.0 -33641,buy_mtf_cross_all_tf,buy,2026-01-31 10:33:00,685.0 -33642,buy_mtf_cross_all_tf,buy,2026-01-31 10:42:00,685.0 -33643,buy_mtf_cross_all_tf,buy,2026-01-31 10:54:00,684.0 -33644,buy_mtf_cross_all_tf,buy,2026-01-31 12:12:00,683.0 -33645,buy_mtf_cross_all_tf,buy,2026-01-31 12:15:00,682.0 -33646,buy_mtf_cross_all_tf,buy,2026-01-31 12:18:00,681.0 -33647,buy_mtf_cross_all_tf,buy,2026-01-31 12:27:00,680.0 -33648,buy_mtf_cross_all_tf,buy,2026-01-31 12:36:00,680.0 -33649,buy_mtf_cross_all_tf,buy,2026-01-31 12:39:00,678.0 -33650,buy_mtf_cross_all_tf,buy,2026-01-31 12:42:00,679.0 -33651,buy_mtf_cross_all_tf,buy,2026-01-31 12:48:00,678.0 -33652,buy_mtf_cross_all_tf,buy,2026-01-31 12:51:00,678.0 -33653,buy_mtf_cross_all_tf,buy,2026-01-31 12:54:00,677.0 -33654,buy_mtf_cross_all_tf,buy,2026-01-31 12:57:00,676.0 -33655,buy_mtf_cross_all_tf,buy,2026-01-31 13:00:00,676.0 -33656,buy_mtf_cross_all_tf,buy,2026-01-31 13:03:00,675.0 -33657,buy_mtf_cross_all_tf,buy,2026-01-31 13:06:00,675.0 -33658,buy_mtf_cross_all_tf,buy,2026-01-31 13:09:00,675.0 -33659,buy_mtf_cross_all_tf,buy,2026-01-31 13:21:00,675.0 -33660,buy_mtf_cross_all_tf,buy,2026-01-31 13:24:00,675.0 -33661,buy_mtf_cross_all_tf,buy,2026-01-31 13:27:00,675.0 -33662,buy_mtf_cross_all_tf,buy,2026-01-31 13:54:00,674.0 -33663,buy_mtf_cross_all_tf,buy,2026-01-31 14:06:00,673.0 -33664,buy_mtf_cross_all_tf,buy,2026-01-31 15:45:00,671.0 -33665,buy_mtf_cross_all_tf,buy,2026-01-31 15:48:00,671.0 -33666,buy_mtf_cross_all_tf,buy,2026-01-31 15:51:00,670.0 -33667,buy_mtf_cross_all_tf,buy,2026-01-31 16:36:00,668.0 -33668,buy_mtf_cross_all_tf,buy,2026-01-31 16:45:00,665.0 -33669,buy_mtf_cross_all_tf,buy,2026-01-31 16:48:00,666.0 -33670,buy_mtf_cross_all_tf,buy,2026-01-31 16:51:00,665.0 -33671,buy_mtf_cross_all_tf,buy,2026-01-31 17:12:00,664.0 -33672,buy_mtf_cross_all_tf,buy,2026-01-31 17:42:00,658.0 -33673,buy_mtf_cross_all_tf,buy,2026-01-31 17:45:00,657.0 -33674,buy_mtf_cross_all_tf,buy,2026-01-31 17:48:00,658.0 -33675,buy_mtf_cross_all_tf,buy,2026-01-31 17:51:00,658.0 -33676,buy_mtf_cross_all_tf,buy,2026-01-31 21:00:00,652.0 -33677,buy_mtf_cross_all_tf,buy,2026-01-31 23:00:00,651.0 -33678,buy_mtf_cross_all_tf,buy,2026-01-31 23:15:00,650.0 -33679,buy_mtf_cross_all_tf,buy,2026-01-31 23:51:00,620.0 -33680,buy_mtf_cross_all_tf,buy,2026-02-01 02:30:00,594.0 -33681,buy_mtf_cross_all_tf,buy,2026-02-01 02:33:00,591.0 -33682,buy_mtf_cross_all_tf,buy,2026-02-01 02:42:00,588.0 -33683,buy_mtf_cross_all_tf,buy,2026-02-01 02:48:00,585.0 -33684,buy_mtf_cross_all_tf,buy,2026-02-01 03:39:00,580.0 -33685,buy_mtf_cross_all_tf,buy,2026-02-01 03:51:00,577.0 -33686,buy_mtf_cross_all_tf,buy,2026-02-01 04:00:00,576.0 -33687,buy_mtf_cross_all_tf,buy,2026-02-01 16:15:00,607.0 -33688,buy_mtf_cross_all_tf,buy,2026-02-01 16:21:00,607.0 -33689,buy_mtf_cross_all_tf,buy,2026-02-01 16:24:00,607.0 -33690,buy_mtf_cross_all_tf,buy,2026-02-01 16:27:00,606.0 -33691,buy_mtf_cross_all_tf,buy,2026-02-01 18:00:00,606.0 -33692,buy_mtf_cross_all_tf,buy,2026-02-01 18:21:00,605.0 -33693,buy_mtf_cross_all_tf,buy,2026-02-01 18:24:00,604.0 -33694,buy_mtf_cross_all_tf,buy,2026-02-01 18:39:00,602.0 -33695,buy_mtf_cross_all_tf,buy,2026-02-01 19:45:00,602.0 -33696,buy_mtf_cross_all_tf,buy,2026-02-01 19:48:00,601.0 -33697,buy_mtf_cross_all_tf,buy,2026-02-01 19:51:00,602.0 -33698,buy_mtf_cross_all_tf,buy,2026-02-01 19:54:00,602.0 -33699,buy_mtf_cross_all_tf,buy,2026-02-01 20:06:00,598.0 -33700,buy_mtf_cross_all_tf,buy,2026-02-01 20:09:00,599.0 -33701,buy_mtf_cross_all_tf,buy,2026-02-01 20:18:00,598.0 -33702,buy_mtf_cross_all_tf,buy,2026-02-01 21:57:00,598.0 -33703,buy_mtf_cross_all_tf,buy,2026-02-01 22:48:00,597.0 -33704,buy_mtf_cross_all_tf,buy,2026-02-01 23:00:00,594.0 -33705,buy_mtf_cross_all_tf,buy,2026-02-01 23:03:00,592.0 -33706,buy_mtf_cross_all_tf,buy,2026-02-01 23:12:00,593.0 -33707,buy_mtf_cross_all_tf,buy,2026-02-01 23:18:00,592.0 -33708,buy_mtf_cross_all_tf,buy,2026-02-01 23:30:00,592.0 -33709,buy_mtf_cross_all_tf,buy,2026-02-01 23:36:00,590.0 -33710,buy_mtf_cross_all_tf,buy,2026-02-01 23:39:00,590.0 -33711,buy_mtf_cross_all_tf,buy,2026-02-02 00:12:00,588.0 -33712,buy_mtf_cross_all_tf,buy,2026-02-02 00:42:00,580.0 -33713,buy_mtf_cross_all_tf,buy,2026-02-02 01:51:00,580.0 -33714,buy_mtf_cross_all_tf,buy,2026-02-02 01:54:00,579.0 -33715,buy_mtf_cross_all_tf,buy,2026-02-02 02:42:00,579.0 -33716,buy_mtf_cross_all_tf,buy,2026-02-02 12:45:00,575.0 -33717,buy_mtf_cross_all_tf,buy,2026-02-02 14:21:00,577.0 -33718,buy_mtf_cross_all_tf,buy,2026-02-02 14:24:00,578.0 -33719,buy_mtf_cross_all_tf,buy,2026-02-02 14:27:00,574.0 -33720,buy_mtf_cross_all_tf,buy,2026-02-02 14:30:00,574.0 -33721,buy_mtf_cross_all_tf,buy,2026-02-02 14:39:00,575.0 -33722,buy_mtf_cross_all_tf,buy,2026-02-05 00:21:00,591.0 -33723,buy_mtf_cross_all_tf,buy,2026-02-05 01:21:00,591.0 -33724,buy_mtf_cross_all_tf,buy,2026-02-05 01:45:00,588.0 -33725,buy_mtf_cross_all_tf,buy,2026-02-05 01:48:00,588.0 -33726,buy_mtf_cross_all_tf,buy,2026-02-05 08:00:00,596.0 -33727,buy_mtf_cross_all_tf,buy,2026-02-05 08:03:00,595.0 -33728,buy_mtf_cross_all_tf,buy,2026-02-05 12:00:00,598.0 -33729,buy_mtf_cross_all_tf,buy,2026-02-05 12:06:00,598.0 -33730,buy_mtf_cross_all_tf,buy,2026-02-05 12:09:00,598.0 -33731,buy_mtf_cross_all_tf,buy,2026-02-05 12:30:00,595.0 -33732,buy_mtf_cross_all_tf,buy,2026-02-05 12:33:00,595.0 -33733,buy_mtf_cross_all_tf,buy,2026-02-05 12:36:00,595.0 -33734,buy_mtf_cross_all_tf,buy,2026-02-05 12:39:00,594.0 -33735,buy_mtf_cross_all_tf,buy,2026-02-05 12:48:00,594.0 -33736,buy_mtf_cross_all_tf,buy,2026-02-05 12:51:00,593.0 -33737,buy_mtf_cross_all_tf,buy,2026-02-05 12:54:00,593.0 -33738,buy_mtf_cross_all_tf,buy,2026-02-05 12:57:00,593.0 -33739,buy_mtf_cross_all_tf,buy,2026-02-05 13:00:00,593.0 -33740,buy_mtf_cross_all_tf,buy,2026-02-05 13:03:00,593.0 -33741,buy_mtf_cross_all_tf,buy,2026-02-05 13:06:00,591.0 -33742,buy_mtf_cross_all_tf,buy,2026-02-05 13:15:00,590.0 -33743,buy_mtf_cross_all_tf,buy,2026-02-05 13:18:00,591.0 -33744,buy_mtf_cross_all_tf,buy,2026-02-05 13:36:00,591.0 -33745,buy_mtf_cross_all_tf,buy,2026-02-05 15:21:00,587.0 -33746,buy_mtf_cross_all_tf,buy,2026-02-05 15:24:00,588.0 -33747,buy_mtf_cross_all_tf,buy,2026-02-05 15:27:00,588.0 -33748,buy_mtf_cross_all_tf,buy,2026-02-05 15:30:00,586.0 -33749,buy_mtf_cross_all_tf,buy,2026-02-05 15:33:00,587.0 -33750,buy_mtf_cross_all_tf,buy,2026-02-05 20:06:00,580.0 -33751,buy_mtf_cross_all_tf,buy,2026-02-05 20:09:00,580.0 -33752,buy_mtf_cross_all_tf,buy,2026-02-05 20:12:00,578.0 -33753,buy_mtf_cross_all_tf,buy,2026-02-05 20:36:00,569.0 -33754,buy_mtf_cross_all_tf,buy,2026-02-05 21:21:00,569.0 -33755,buy_mtf_cross_all_tf,buy,2026-02-06 01:06:00,542.0 -33756,buy_mtf_cross_all_tf,buy,2026-02-06 02:24:00,543.0 -33757,buy_mtf_cross_all_tf,buy,2026-02-06 03:21:00,535.0 -33758,buy_mtf_cross_all_tf,buy,2026-02-06 03:24:00,535.0 -33759,buy_mtf_cross_all_tf,buy,2026-02-06 03:30:00,537.0 -33760,buy_mtf_cross_all_tf,buy,2026-02-06 03:36:00,535.0 -33761,buy_mtf_cross_all_tf,buy,2026-02-06 03:39:00,534.0 -33762,buy_mtf_cross_all_tf,buy,2026-02-06 04:30:00,534.0 -33763,buy_mtf_cross_all_tf,buy,2026-02-06 04:33:00,533.0 -33764,buy_mtf_cross_all_tf,buy,2026-02-06 04:42:00,534.0 -33765,buy_mtf_cross_all_tf,buy,2026-02-06 04:45:00,533.0 -33766,buy_mtf_cross_all_tf,buy,2026-02-06 04:48:00,532.0 -33767,buy_mtf_cross_all_tf,buy,2026-02-06 04:51:00,532.0 -33768,buy_mtf_cross_all_tf,buy,2026-02-06 04:54:00,530.0 -33769,buy_mtf_cross_all_tf,buy,2026-02-06 05:00:00,530.0 -33770,buy_mtf_cross_all_tf,buy,2026-02-06 05:06:00,530.0 -33771,buy_mtf_cross_all_tf,buy,2026-02-06 05:36:00,515.0 -33772,buy_mtf_cross_all_tf,buy,2026-02-06 05:54:00,512.0 -33773,buy_mtf_cross_all_tf,buy,2026-02-06 06:21:00,511.0 -33774,buy_mtf_cross_all_tf,buy,2026-02-06 07:21:00,506.0 -33775,buy_mtf_cross_all_tf,buy,2026-02-06 07:24:00,504.0 -33776,buy_mtf_cross_all_tf,buy,2026-02-06 09:27:00,476.0 -33777,buy_mtf_cross_all_tf,buy,2026-02-09 00:36:00,588.0 -33778,buy_mtf_cross_all_tf,buy,2026-02-09 00:39:00,588.0 -33779,buy_mtf_cross_all_tf,buy,2026-02-09 00:48:00,587.0 -33780,buy_mtf_cross_all_tf,buy,2026-02-09 00:51:00,585.0 -33781,buy_mtf_cross_all_tf,buy,2026-02-09 00:54:00,586.0 -33782,buy_mtf_cross_all_tf,buy,2026-02-09 02:00:00,578.0 -33783,buy_mtf_cross_all_tf,buy,2026-02-09 05:30:00,581.0 -33784,buy_mtf_cross_all_tf,buy,2026-02-09 06:00:00,580.0 -33785,buy_mtf_cross_all_tf,buy,2026-02-09 06:03:00,580.0 -33786,buy_mtf_cross_all_tf,buy,2026-02-09 06:51:00,577.0 -33787,buy_mtf_cross_all_tf,buy,2026-02-09 06:54:00,576.0 -33788,buy_mtf_cross_all_tf,buy,2026-02-09 09:45:00,574.0 -33789,buy_mtf_cross_all_tf,buy,2026-02-09 09:48:00,575.0 -33790,buy_mtf_cross_all_tf,buy,2026-02-09 10:45:00,574.0 -33791,buy_mtf_cross_all_tf,buy,2026-02-09 10:48:00,574.0 -33792,buy_mtf_cross_all_tf,buy,2026-02-09 15:45:00,577.0 -33793,buy_mtf_cross_all_tf,buy,2026-02-09 16:45:00,576.0 -33794,buy_mtf_cross_all_tf,buy,2026-02-09 16:48:00,576.0 -33795,buy_mtf_cross_all_tf,buy,2026-02-09 17:00:00,576.0 -33796,buy_mtf_cross_all_tf,buy,2026-02-09 17:03:00,576.0 -33797,buy_mtf_cross_all_tf,buy,2026-02-09 17:21:00,575.0 -33798,buy_mtf_cross_all_tf,buy,2026-02-09 17:24:00,574.0 -33799,buy_mtf_cross_all_tf,buy,2026-02-09 17:42:00,572.0 -33800,buy_mtf_cross_all_tf,buy,2026-02-09 17:45:00,571.0 -33801,buy_mtf_cross_all_tf,buy,2026-02-09 17:51:00,571.0 -33802,buy_mtf_cross_all_tf,buy,2026-02-09 17:54:00,571.0 -33803,buy_mtf_cross_all_tf,buy,2026-02-09 18:00:00,570.0 -33804,buy_mtf_cross_all_tf,buy,2026-02-09 18:06:00,570.0 -33805,buy_mtf_cross_all_tf,buy,2026-02-09 18:21:00,568.0 -33806,buy_mtf_cross_all_tf,buy,2026-02-09 18:24:00,568.0 -33807,buy_mtf_cross_all_tf,buy,2026-02-09 18:27:00,568.0 -33808,buy_mtf_cross_all_tf,buy,2026-02-09 18:30:00,568.0 -33809,buy_mtf_cross_all_tf,buy,2026-02-09 18:33:00,568.0 -33810,buy_mtf_cross_all_tf,buy,2026-02-09 18:48:00,566.0 -33811,buy_mtf_cross_all_tf,buy,2026-02-09 18:51:00,565.0 -33812,buy_mtf_cross_all_tf,buy,2026-02-09 18:54:00,565.0 -33813,buy_mtf_cross_all_tf,buy,2026-02-09 19:00:00,565.0 -33814,buy_mtf_cross_all_tf,buy,2026-02-09 19:03:00,564.0 -33815,buy_mtf_cross_all_tf,buy,2026-02-09 19:06:00,564.0 -33816,buy_mtf_cross_all_tf,buy,2026-02-09 19:15:00,563.0 -33817,buy_mtf_cross_all_tf,buy,2026-02-09 19:30:00,560.0 -33818,buy_mtf_cross_all_tf,buy,2026-02-09 19:42:00,557.0 -33819,buy_mtf_cross_all_tf,buy,2026-02-09 19:45:00,556.0 -33820,buy_mtf_cross_all_tf,buy,2026-02-09 19:48:00,557.0 -33821,buy_mtf_cross_all_tf,buy,2026-02-10 12:15:00,573.0 -33822,buy_mtf_cross_all_tf,buy,2026-02-10 12:18:00,572.0 -33823,buy_mtf_cross_all_tf,buy,2026-02-10 12:42:00,567.0 -33824,buy_mtf_cross_all_tf,buy,2026-02-10 12:45:00,568.0 -33825,buy_mtf_cross_all_tf,buy,2026-02-10 14:57:00,566.0 -33826,buy_mtf_cross_all_tf,buy,2026-02-10 15:00:00,567.0 -33827,buy_mtf_cross_all_tf,buy,2026-02-10 15:03:00,566.0 -33828,buy_mtf_cross_all_tf,buy,2026-02-10 15:18:00,566.0 -33829,buy_mtf_cross_all_tf,buy,2026-02-10 15:27:00,564.0 -33830,buy_mtf_cross_all_tf,buy,2026-02-10 15:30:00,565.0 -33831,buy_mtf_cross_all_tf,buy,2026-02-10 15:33:00,565.0 -33832,buy_mtf_cross_all_tf,buy,2026-02-10 15:54:00,561.0 -33833,buy_mtf_cross_all_tf,buy,2026-02-10 16:00:00,562.0 -33834,buy_mtf_cross_all_tf,buy,2026-02-10 21:45:00,565.0 -33835,buy_mtf_cross_all_tf,buy,2026-02-10 21:48:00,566.0 -33836,buy_mtf_cross_all_tf,buy,2026-02-10 21:54:00,566.0 -33837,buy_mtf_cross_all_tf,buy,2026-02-10 23:12:00,565.0 -33838,buy_mtf_cross_all_tf,buy,2026-02-10 23:15:00,565.0 -33839,buy_mtf_cross_all_tf,buy,2026-02-11 02:51:00,562.0 -33840,buy_mtf_cross_all_tf,buy,2026-02-11 02:54:00,562.0 -33841,buy_mtf_cross_all_tf,buy,2026-02-11 02:57:00,562.0 -33842,buy_mtf_cross_all_tf,buy,2026-02-11 03:42:00,558.0 -33843,buy_mtf_cross_all_tf,buy,2026-02-11 03:45:00,558.0 -33844,buy_mtf_cross_all_tf,buy,2026-02-11 12:12:00,559.0 -33845,buy_mtf_cross_all_tf,buy,2026-02-11 13:21:00,557.0 -33846,buy_mtf_cross_all_tf,buy,2026-02-11 13:27:00,556.0 -33847,buy_mtf_cross_all_tf,buy,2026-02-11 13:45:00,552.0 -33848,buy_mtf_cross_all_tf,buy,2026-02-11 13:48:00,552.0 -33849,buy_mtf_cross_all_tf,buy,2026-02-11 13:57:00,552.0 -33850,buy_mtf_cross_all_tf,buy,2026-02-11 14:00:00,551.0 -33851,buy_mtf_cross_all_tf,buy,2026-02-11 14:15:00,551.0 -33852,buy_mtf_cross_all_tf,buy,2026-02-11 14:21:00,551.0 -33853,buy_mtf_cross_all_tf,buy,2026-02-11 14:57:00,548.0 -33854,buy_mtf_cross_all_tf,buy,2026-02-11 15:00:00,548.0 -33855,buy_mtf_cross_all_tf,buy,2026-02-11 15:06:00,548.0 -33856,buy_mtf_cross_all_tf,buy,2026-02-11 15:09:00,547.0 -33857,buy_mtf_cross_all_tf,buy,2026-02-11 15:12:00,546.0 -33858,buy_mtf_cross_all_tf,buy,2026-02-11 15:18:00,546.0 -33859,buy_mtf_cross_all_tf,buy,2026-02-11 16:00:00,545.0 -33860,buy_mtf_cross_all_tf,buy,2026-02-11 16:15:00,544.0 -33861,buy_mtf_cross_all_tf,buy,2026-02-11 17:12:00,543.0 -33862,buy_mtf_cross_all_tf,buy,2026-02-11 17:42:00,543.0 -33863,buy_mtf_cross_all_tf,buy,2026-02-11 17:45:00,543.0 -33864,buy_mtf_cross_all_tf,buy,2026-02-11 17:51:00,542.0 -33865,buy_mtf_cross_all_tf,buy,2026-02-11 17:54:00,542.0 -33866,buy_mtf_cross_all_tf,buy,2026-02-11 17:57:00,542.0 -33867,buy_mtf_cross_all_tf,buy,2026-02-11 18:12:00,541.0 -33868,buy_mtf_cross_all_tf,buy,2026-02-11 18:15:00,541.0 -33869,buy_mtf_cross_all_tf,buy,2026-02-11 18:21:00,540.0 -33870,buy_mtf_cross_all_tf,buy,2026-02-11 18:24:00,540.0 -33871,buy_mtf_cross_all_tf,buy,2026-02-11 18:45:00,539.0 -33872,buy_mtf_cross_all_tf,buy,2026-02-11 18:48:00,539.0 -33873,buy_mtf_cross_all_tf,buy,2026-02-11 18:54:00,539.0 -33874,buy_mtf_cross_all_tf,buy,2026-02-11 18:57:00,538.0 -33875,buy_mtf_cross_all_tf,buy,2026-02-11 19:03:00,538.0 -33876,buy_mtf_cross_all_tf,buy,2026-02-11 19:15:00,537.0 -33877,buy_mtf_cross_all_tf,buy,2026-02-11 19:18:00,537.0 -33878,buy_mtf_cross_all_tf,buy,2026-02-11 19:21:00,537.0 -33879,buy_mtf_cross_all_tf,buy,2026-02-11 19:24:00,537.0 -33880,buy_mtf_cross_all_tf,buy,2026-02-11 19:30:00,537.0 -33881,buy_mtf_cross_all_tf,buy,2026-02-11 19:33:00,537.0 -33882,buy_mtf_cross_all_tf,buy,2026-02-11 19:39:00,536.0 -33883,buy_mtf_cross_all_tf,buy,2026-02-11 19:42:00,536.0 -33884,buy_mtf_cross_all_tf,buy,2026-02-11 19:54:00,536.0 -33885,buy_mtf_cross_all_tf,buy,2026-02-16 02:57:00,595.0 -33886,buy_mtf_cross_all_tf,buy,2026-02-16 03:00:00,596.0 -33887,buy_mtf_cross_all_tf,buy,2026-02-16 03:03:00,594.0 -33888,buy_mtf_cross_all_tf,buy,2026-02-16 03:06:00,594.0 -33889,buy_mtf_cross_all_tf,buy,2026-02-16 03:36:00,593.0 -33890,buy_mtf_cross_all_tf,buy,2026-02-16 12:06:00,596.0 -33891,buy_mtf_cross_all_tf,buy,2026-02-16 12:30:00,595.0 -33892,buy_mtf_cross_all_tf,buy,2026-02-16 12:33:00,595.0 -33893,buy_mtf_cross_all_tf,buy,2026-02-16 12:36:00,595.0 -33894,buy_mtf_cross_all_tf,buy,2026-02-16 12:39:00,594.0 -33895,buy_mtf_cross_all_tf,buy,2026-02-16 19:45:00,594.0 -33896,buy_mtf_cross_all_tf,buy,2026-02-16 19:48:00,595.0 -33897,buy_mtf_cross_all_tf,buy,2026-02-16 19:51:00,594.0 -33898,buy_mtf_cross_all_tf,buy,2026-02-16 19:54:00,594.0 -33899,buy_mtf_cross_all_tf,buy,2026-02-16 19:57:00,594.0 -33900,buy_mtf_cross_all_tf,buy,2026-02-16 20:21:00,589.0 -33901,buy_mtf_cross_all_tf,buy,2026-02-16 20:24:00,588.0 -33902,buy_mtf_cross_all_tf,buy,2026-02-16 20:27:00,588.0 -33903,buy_mtf_cross_all_tf,buy,2026-02-17 00:45:00,590.0 -33904,buy_mtf_cross_all_tf,buy,2026-02-17 00:51:00,590.0 -33905,buy_mtf_cross_all_tf,buy,2026-02-17 11:00:00,595.0 -33906,buy_mtf_cross_all_tf,buy,2026-02-17 12:15:00,594.0 -33907,buy_mtf_cross_all_tf,buy,2026-02-17 12:18:00,594.0 -33908,buy_mtf_cross_all_tf,buy,2026-02-17 13:03:00,593.0 -33909,buy_mtf_cross_all_tf,buy,2026-02-17 13:12:00,592.0 -33910,buy_mtf_cross_all_tf,buy,2026-02-17 13:15:00,592.0 -33911,buy_mtf_cross_all_tf,buy,2026-02-17 14:30:00,590.0 -33912,buy_mtf_cross_all_tf,buy,2026-02-17 16:18:00,591.0 -33913,buy_mtf_cross_all_tf,buy,2026-02-17 16:21:00,590.0 -33914,buy_mtf_cross_all_tf,buy,2026-02-17 16:33:00,590.0 -33915,buy_mtf_cross_all_tf,buy,2026-02-17 16:36:00,589.0 -33916,buy_mtf_cross_all_tf,buy,2026-02-17 17:57:00,588.0 -33917,buy_mtf_cross_all_tf,buy,2026-02-17 18:12:00,586.0 -33918,buy_mtf_cross_all_tf,buy,2026-02-17 18:42:00,586.0 -33919,buy_mtf_cross_all_tf,buy,2026-02-17 19:30:00,584.0 -33920,buy_mtf_cross_all_tf,buy,2026-02-17 19:33:00,584.0 -33921,buy_mtf_cross_all_tf,buy,2026-02-17 19:36:00,584.0 -33922,buy_mtf_cross_all_tf,buy,2026-02-18 10:06:00,585.0 -33923,buy_mtf_cross_all_tf,buy,2026-02-18 10:09:00,585.0 -33924,buy_mtf_cross_all_tf,buy,2026-02-18 10:12:00,585.0 -33925,buy_mtf_cross_all_tf,buy,2026-02-18 10:15:00,584.0 -33926,buy_mtf_cross_all_tf,buy,2026-02-18 10:24:00,584.0 -33927,buy_mtf_cross_all_tf,buy,2026-02-18 10:30:00,583.0 -33928,buy_mtf_cross_all_tf,buy,2026-02-18 10:33:00,583.0 -33929,buy_mtf_cross_all_tf,buy,2026-02-18 13:24:00,581.0 -33930,buy_mtf_cross_all_tf,buy,2026-02-18 13:30:00,581.0 -33931,buy_mtf_cross_all_tf,buy,2026-02-18 13:36:00,581.0 -33932,buy_mtf_cross_all_tf,buy,2026-02-18 13:48:00,580.0 -33933,buy_mtf_cross_all_tf,buy,2026-02-18 14:06:00,580.0 -33934,buy_mtf_cross_all_tf,buy,2026-02-18 14:12:00,580.0 -33935,buy_mtf_cross_all_tf,buy,2026-02-18 14:30:00,580.0 -33936,buy_mtf_cross_all_tf,buy,2026-02-18 14:42:00,579.0 -33937,buy_mtf_cross_all_tf,buy,2026-02-18 14:45:00,579.0 -33938,buy_mtf_cross_all_tf,buy,2026-02-18 14:48:00,579.0 -33939,buy_mtf_cross_all_tf,buy,2026-02-18 14:51:00,579.0 -33940,buy_mtf_cross_all_tf,buy,2026-02-18 14:54:00,578.0 -33941,buy_mtf_cross_all_tf,buy,2026-02-18 14:57:00,578.0 -33942,buy_mtf_cross_all_tf,buy,2026-02-18 15:15:00,578.0 -33943,buy_mtf_cross_all_tf,buy,2026-02-18 16:03:00,577.0 -33944,buy_mtf_cross_all_tf,buy,2026-02-18 20:06:00,576.0 -33945,buy_mtf_cross_all_tf,buy,2026-02-18 23:00:00,571.0 -33946,buy_mtf_cross_all_tf,buy,2026-02-18 23:30:00,569.0 -33947,buy_mtf_cross_all_tf,buy,2026-02-19 02:00:00,569.0 -33948,buy_mtf_cross_all_tf,buy,2026-02-19 02:21:00,569.0 -33949,buy_mtf_cross_all_tf,buy,2026-02-19 02:24:00,568.0 -33950,buy_mtf_cross_all_tf,buy,2026-02-19 02:27:00,567.0 -33951,buy_mtf_cross_all_tf,buy,2026-02-19 02:30:00,567.0 -33952,buy_mtf_cross_all_tf,buy,2026-02-19 02:33:00,568.0 -33953,buy_mtf_cross_all_tf,buy,2026-02-19 04:00:00,566.0 -33954,buy_mtf_cross_all_tf,buy,2026-02-19 06:00:00,563.0 -33955,buy_mtf_cross_all_tf,buy,2026-02-19 06:03:00,562.0 -33956,buy_mtf_cross_all_tf,buy,2026-02-19 07:06:00,560.0 -33957,buy_mtf_cross_all_tf,buy,2026-02-19 07:21:00,558.0 -33958,buy_mtf_cross_all_tf,buy,2026-02-19 07:24:00,555.0 -33959,buy_mtf_cross_all_tf,buy,2026-02-19 07:30:00,556.0 -33960,buy_mtf_cross_all_tf,buy,2026-02-19 17:48:00,556.0 -33961,buy_mtf_cross_all_tf,buy,2026-02-19 17:51:00,555.0 -33962,buy_mtf_cross_all_tf,buy,2026-02-19 19:15:00,554.0 -33963,buy_mtf_cross_all_tf,buy,2026-02-19 19:18:00,554.0 -33964,buy_mtf_cross_all_tf,buy,2026-02-19 19:30:00,553.0 -33965,buy_mtf_cross_all_tf,buy,2026-02-19 21:00:00,553.0 -33966,buy_mtf_cross_all_tf,buy,2026-02-19 22:15:00,550.0 -33967,buy_mtf_cross_all_tf,buy,2026-02-19 22:27:00,549.0 -33968,buy_mtf_cross_all_tf,buy,2026-02-19 22:36:00,548.0 -33969,buy_mtf_cross_all_tf,buy,2026-02-19 22:39:00,547.0 -33970,buy_mtf_cross_all_tf,buy,2026-02-22 00:42:00,575.0 -33971,buy_mtf_cross_all_tf,buy,2026-02-22 01:12:00,573.0 -33972,buy_mtf_cross_all_tf,buy,2026-02-22 01:15:00,573.0 -33973,buy_mtf_cross_all_tf,buy,2026-02-22 01:18:00,572.0 -33974,buy_mtf_cross_all_tf,buy,2026-02-22 01:33:00,570.0 -33975,buy_mtf_cross_all_tf,buy,2026-02-22 01:36:00,571.0 -33976,buy_mtf_cross_all_tf,buy,2026-02-22 02:00:00,571.0 -33977,buy_mtf_cross_all_tf,buy,2026-02-22 06:09:00,570.0 -33978,buy_mtf_cross_all_tf,buy,2026-02-22 08:15:00,570.0 -33979,buy_mtf_cross_all_tf,buy,2026-02-22 08:21:00,570.0 -33980,buy_mtf_cross_all_tf,buy,2026-02-22 08:24:00,570.0 -33981,buy_mtf_cross_all_tf,buy,2026-02-22 08:27:00,570.0 -33982,buy_mtf_cross_all_tf,buy,2026-02-22 08:30:00,570.0 -33983,buy_mtf_cross_all_tf,buy,2026-02-22 08:33:00,570.0 -33984,buy_mtf_cross_all_tf,buy,2026-02-22 08:36:00,569.0 -33985,buy_mtf_cross_all_tf,buy,2026-02-22 08:45:00,569.0 -33986,buy_mtf_cross_all_tf,buy,2026-02-22 08:48:00,569.0 -33987,buy_mtf_cross_all_tf,buy,2026-02-22 09:00:00,569.0 -33988,buy_mtf_cross_all_tf,buy,2026-02-22 09:18:00,567.0 -33989,buy_mtf_cross_all_tf,buy,2026-02-22 09:21:00,567.0 -33990,buy_mtf_cross_all_tf,buy,2026-02-22 09:24:00,567.0 -33991,buy_mtf_cross_all_tf,buy,2026-02-22 09:27:00,566.0 -33992,buy_mtf_cross_all_tf,buy,2026-02-22 09:30:00,566.0 -33993,buy_mtf_cross_all_tf,buy,2026-02-22 09:33:00,566.0 -33994,buy_mtf_cross_all_tf,buy,2026-02-22 09:39:00,565.0 -33995,buy_mtf_cross_all_tf,buy,2026-02-22 09:42:00,565.0 -33996,buy_mtf_cross_all_tf,buy,2026-02-22 09:51:00,564.0 -33997,buy_mtf_cross_all_tf,buy,2026-02-22 11:21:00,565.0 -33998,buy_mtf_cross_all_tf,buy,2026-02-22 11:27:00,564.0 -33999,buy_mtf_cross_all_tf,buy,2026-02-22 11:36:00,563.0 -34000,buy_mtf_cross_all_tf,buy,2026-02-22 11:45:00,562.0 -34001,buy_mtf_cross_all_tf,buy,2026-02-22 11:48:00,562.0 -34002,buy_mtf_cross_all_tf,buy,2026-02-22 11:51:00,561.0 -34003,buy_mtf_cross_all_tf,buy,2026-02-22 11:54:00,562.0 -34004,buy_mtf_cross_all_tf,buy,2026-02-22 12:00:00,561.0 -34005,buy_mtf_cross_all_tf,buy,2026-02-22 12:24:00,561.0 -34006,buy_mtf_cross_all_tf,buy,2026-02-22 12:27:00,560.0 -34007,buy_mtf_cross_all_tf,buy,2026-02-22 17:15:00,562.0 -34008,buy_mtf_cross_all_tf,buy,2026-02-22 17:18:00,562.0 -34009,buy_mtf_cross_all_tf,buy,2026-02-22 17:36:00,561.0 -34010,buy_mtf_cross_all_tf,buy,2026-02-22 17:39:00,561.0 -34011,buy_mtf_cross_all_tf,buy,2026-02-22 17:45:00,561.0 -34012,buy_mtf_cross_all_tf,buy,2026-02-22 17:51:00,560.0 -34013,buy_mtf_cross_all_tf,buy,2026-02-22 17:54:00,560.0 -34014,buy_mtf_cross_all_tf,buy,2026-02-22 18:00:00,560.0 -34015,buy_mtf_cross_all_tf,buy,2026-02-22 20:48:00,560.0 -34016,buy_mtf_cross_all_tf,buy,2026-02-22 21:00:00,560.0 -34017,buy_mtf_cross_all_tf,buy,2026-02-22 21:27:00,554.0 -34018,buy_mtf_cross_all_tf,buy,2026-02-22 21:36:00,554.0 -34019,buy_mtf_cross_all_tf,buy,2026-02-22 22:51:00,553.0 -34020,buy_mtf_cross_all_tf,buy,2026-02-22 22:54:00,553.0 -34021,buy_mtf_cross_all_tf,buy,2026-02-23 10:30:00,538.0 -34022,buy_mtf_cross_all_tf,buy,2026-02-23 10:33:00,539.0 -34023,buy_mtf_cross_all_tf,buy,2026-02-23 10:54:00,537.0 -34024,buy_mtf_cross_all_tf,buy,2026-02-24 00:21:00,563.0 -34025,buy_mtf_cross_all_tf,buy,2026-02-24 00:24:00,562.0 -34026,buy_mtf_cross_all_tf,buy,2026-02-24 00:36:00,560.0 -34027,buy_mtf_cross_all_tf,buy,2026-02-24 00:39:00,561.0 -34028,buy_mtf_cross_all_tf,buy,2026-02-24 00:42:00,561.0 -34029,buy_mtf_cross_all_tf,buy,2026-02-24 00:45:00,559.0 -34030,buy_mtf_cross_all_tf,buy,2026-02-24 00:48:00,558.0 -34031,buy_mtf_cross_all_tf,buy,2026-02-24 01:12:00,551.0 -34032,buy_mtf_cross_all_tf,buy,2026-02-24 01:15:00,549.0 -34033,buy_mtf_cross_all_tf,buy,2026-02-24 01:18:00,550.0 -34034,buy_mtf_cross_all_tf,buy,2026-02-24 02:06:00,548.0 -34035,buy_mtf_cross_all_tf,buy,2026-02-24 02:09:00,548.0 -34036,buy_mtf_cross_all_tf,buy,2026-02-24 02:12:00,547.0 -34037,buy_mtf_cross_all_tf,buy,2026-02-24 02:15:00,546.0 -34038,buy_mtf_cross_all_tf,buy,2026-02-24 02:18:00,546.0 -34039,buy_mtf_cross_all_tf,buy,2026-02-24 02:36:00,543.0 -34040,buy_mtf_cross_all_tf,buy,2026-02-24 02:39:00,542.0 -34041,buy_mtf_cross_all_tf,buy,2026-02-24 11:21:00,545.0 -34042,buy_mtf_cross_all_tf,buy,2026-02-24 11:24:00,544.0 -34043,buy_mtf_cross_all_tf,buy,2026-02-24 11:54:00,544.0 -34044,buy_mtf_cross_all_tf,buy,2026-02-24 12:12:00,542.0 -34045,buy_mtf_cross_all_tf,buy,2026-02-24 12:15:00,542.0 -34046,buy_mtf_cross_all_tf,buy,2026-02-24 12:27:00,541.0 -34047,buy_mtf_cross_all_tf,buy,2026-02-24 12:30:00,541.0 -34048,buy_mtf_cross_all_tf,buy,2026-02-24 12:36:00,541.0 -34049,buy_mtf_cross_all_tf,buy,2026-02-27 01:12:00,576.0 -34050,buy_mtf_cross_all_tf,buy,2026-02-27 01:18:00,575.0 -34051,buy_mtf_cross_all_tf,buy,2026-02-27 01:21:00,575.0 -34052,buy_mtf_cross_all_tf,buy,2026-02-27 01:24:00,575.0 -34053,buy_mtf_cross_all_tf,buy,2026-02-27 01:42:00,572.0 -34054,buy_mtf_cross_all_tf,buy,2026-02-27 01:45:00,570.0 -34055,buy_mtf_cross_all_tf,buy,2026-02-27 20:00:00,580.0 -34056,buy_mtf_cross_all_tf,buy,2026-02-27 21:12:00,575.0 -34057,buy_mtf_cross_all_tf,buy,2026-02-28 00:30:00,575.0 -34058,buy_mtf_cross_all_tf,buy,2026-02-28 01:12:00,571.0 -34059,buy_mtf_cross_all_tf,buy,2026-02-28 01:51:00,570.0 -34060,buy_mtf_cross_all_tf,buy,2026-02-28 01:54:00,570.0 -34061,buy_mtf_cross_all_tf,buy,2026-02-28 01:57:00,570.0 -34062,buy_mtf_cross_all_tf,buy,2026-02-28 02:00:00,570.0 -34063,buy_mtf_cross_all_tf,buy,2026-02-28 02:12:00,569.0 -34064,buy_mtf_cross_all_tf,buy,2026-02-28 02:15:00,569.0 -34065,buy_mtf_cross_all_tf,buy,2026-02-28 02:30:00,567.0 -34066,buy_mtf_cross_all_tf,buy,2026-02-28 04:15:00,569.0 -34067,buy_mtf_cross_all_tf,buy,2026-02-28 04:18:00,568.0 -34068,buy_mtf_cross_all_tf,buy,2026-02-28 04:21:00,569.0 -34069,buy_mtf_cross_all_tf,buy,2026-02-28 04:24:00,569.0 -34070,buy_mtf_cross_all_tf,buy,2026-02-28 04:57:00,565.0 -34071,buy_mtf_cross_all_tf,buy,2026-02-28 11:00:00,566.0 -34072,buy_mtf_cross_all_tf,buy,2026-02-28 11:03:00,566.0 -34073,buy_mtf_cross_all_tf,buy,2026-02-28 13:00:00,566.0 -34074,buy_mtf_cross_all_tf,buy,2026-02-28 13:06:00,566.0 -34075,buy_mtf_cross_all_tf,buy,2026-02-28 13:09:00,565.0 -34076,buy_mtf_cross_all_tf,buy,2026-02-28 13:12:00,565.0 -34077,buy_mtf_cross_all_tf,buy,2026-02-28 13:15:00,565.0 -34078,buy_mtf_cross_all_tf,buy,2026-02-28 13:18:00,565.0 -34079,buy_mtf_cross_all_tf,buy,2026-02-28 13:42:00,564.0 -34080,buy_mtf_cross_all_tf,buy,2026-02-28 13:45:00,564.0 -34081,buy_mtf_cross_all_tf,buy,2026-02-28 13:48:00,563.0 -34082,buy_mtf_cross_all_tf,buy,2026-02-28 13:51:00,563.0 -34083,buy_mtf_cross_all_tf,buy,2026-02-28 13:54:00,563.0 -34084,buy_mtf_cross_all_tf,buy,2026-02-28 14:39:00,562.0 -34085,buy_mtf_cross_all_tf,buy,2026-02-28 14:42:00,561.0 -34086,buy_mtf_cross_all_tf,buy,2026-02-28 15:06:00,559.0 -34087,buy_mtf_cross_all_tf,buy,2026-02-28 15:09:00,559.0 -34088,buy_mtf_cross_all_tf,buy,2026-02-28 15:15:00,559.0 -34089,buy_mtf_cross_all_tf,buy,2026-02-28 15:45:00,545.0 -34090,buy_mtf_cross_all_tf,buy,2026-02-28 15:48:00,542.0 -34091,buy_mtf_cross_all_tf,buy,2026-02-28 16:00:00,537.0 -34092,buy_mtf_cross_all_tf,buy,2026-02-28 16:27:00,537.0 -34093,buy_mtf_cross_all_tf,buy,2026-02-28 18:03:00,535.0 -34094,buy_mtf_cross_all_tf,buy,2026-02-28 18:06:00,535.0 -34095,buy_mtf_cross_all_tf,buy,2026-03-06 01:15:00,595.0 -34096,buy_mtf_cross_all_tf,buy,2026-03-06 01:18:00,597.0 -34097,buy_mtf_cross_all_tf,buy,2026-03-06 01:21:00,595.0 -34098,buy_mtf_cross_all_tf,buy,2026-03-06 02:18:00,595.0 -34099,buy_mtf_cross_all_tf,buy,2026-03-06 02:30:00,593.0 -34100,buy_mtf_cross_all_tf,buy,2026-03-06 02:33:00,592.0 -34101,buy_mtf_cross_all_tf,buy,2026-03-06 02:36:00,593.0 -34102,buy_mtf_cross_all_tf,buy,2026-03-06 02:39:00,593.0 -34103,buy_mtf_cross_all_tf,buy,2026-03-06 02:48:00,593.0 -34104,buy_mtf_cross_all_tf,buy,2026-03-06 03:00:00,592.0 -34105,buy_mtf_cross_all_tf,buy,2026-03-06 08:45:00,599.0 -34106,buy_mtf_cross_all_tf,buy,2026-03-06 08:57:00,598.0 -34107,buy_mtf_cross_all_tf,buy,2026-03-06 10:21:00,597.0 -34108,buy_mtf_cross_all_tf,buy,2026-03-06 10:24:00,597.0 -34109,buy_mtf_cross_all_tf,buy,2026-03-06 12:00:00,596.0 -34110,buy_mtf_cross_all_tf,buy,2026-03-06 12:12:00,596.0 -34111,buy_mtf_cross_all_tf,buy,2026-03-06 12:21:00,595.0 -34112,buy_mtf_cross_all_tf,buy,2026-03-06 14:00:00,594.0 -34113,buy_mtf_cross_all_tf,buy,2026-03-06 14:03:00,594.0 -34114,buy_mtf_cross_all_tf,buy,2026-03-06 14:39:00,593.0 -34115,buy_mtf_cross_all_tf,buy,2026-03-06 14:42:00,592.0 -34116,buy_mtf_cross_all_tf,buy,2026-03-06 18:15:00,592.0 -34117,buy_mtf_cross_all_tf,buy,2026-03-06 18:24:00,591.0 -34118,buy_mtf_cross_all_tf,buy,2026-03-06 18:30:00,590.0 -34119,buy_mtf_cross_all_tf,buy,2026-03-06 18:33:00,590.0 -34120,buy_mtf_cross_all_tf,buy,2026-03-06 18:45:00,589.0 -34121,buy_mtf_cross_all_tf,buy,2026-03-06 18:48:00,589.0 -34122,buy_mtf_cross_all_tf,buy,2026-03-06 20:42:00,589.0 -34123,buy_mtf_cross_all_tf,buy,2026-03-06 20:45:00,588.0 -34124,buy_mtf_cross_all_tf,buy,2026-03-06 20:51:00,588.0 -34125,buy_mtf_cross_all_tf,buy,2026-03-06 20:54:00,588.0 -34126,buy_mtf_cross_all_tf,buy,2026-03-06 20:57:00,588.0 -34127,buy_mtf_cross_all_tf,buy,2026-03-06 21:00:00,588.0 -34128,buy_mtf_cross_all_tf,buy,2026-03-06 21:03:00,588.0 -34129,buy_mtf_cross_all_tf,buy,2026-03-06 23:21:00,580.0 -34130,buy_mtf_cross_all_tf,buy,2026-03-06 23:30:00,578.0 -34131,buy_mtf_cross_all_tf,buy,2026-03-06 23:33:00,575.0 -34132,buy_mtf_cross_all_tf,buy,2026-03-06 23:36:00,573.0 -34133,buy_mtf_cross_all_tf,buy,2026-03-06 23:39:00,574.0 -34134,buy_mtf_cross_all_tf,buy,2026-03-06 23:42:00,574.0 -34135,buy_mtf_cross_all_tf,buy,2026-03-06 23:45:00,575.0 -34136,buy_mtf_cross_all_tf,buy,2026-03-06 23:48:00,572.0 -34137,buy_mtf_cross_all_tf,buy,2026-03-06 23:51:00,572.0 -34138,buy_mtf_cross_all_tf,buy,2026-03-06 23:54:00,573.0 -34139,buy_mtf_cross_all_tf,buy,2026-03-06 23:57:00,573.0 -34140,buy_mtf_cross_all_tf,buy,2026-03-07 00:00:00,573.0 -34141,buy_mtf_cross_all_tf,buy,2026-03-07 01:00:00,568.0 -34142,buy_mtf_cross_all_tf,buy,2026-03-07 01:03:00,566.0 -34143,buy_mtf_cross_all_tf,buy,2026-03-07 01:06:00,568.0 -34144,buy_mtf_cross_all_tf,buy,2026-03-07 01:12:00,567.0 -34145,buy_mtf_cross_all_tf,buy,2026-03-07 01:15:00,567.0 -34146,buy_mtf_cross_all_tf,buy,2026-03-07 02:48:00,566.0 -34147,buy_mtf_cross_all_tf,buy,2026-03-07 10:30:00,573.0 -34148,buy_mtf_cross_all_tf,buy,2026-03-07 10:33:00,573.0 -34149,buy_mtf_cross_all_tf,buy,2026-03-07 11:30:00,573.0 -34150,buy_mtf_cross_all_tf,buy,2026-03-07 11:33:00,573.0 -34151,buy_mtf_cross_all_tf,buy,2026-03-07 11:39:00,573.0 -34152,buy_mtf_cross_all_tf,buy,2026-03-07 11:42:00,573.0 -34153,buy_mtf_cross_all_tf,buy,2026-03-07 13:15:00,571.0 -34154,buy_mtf_cross_all_tf,buy,2026-03-07 13:21:00,571.0 -34155,buy_mtf_cross_all_tf,buy,2026-03-07 15:36:00,571.0 -34156,buy_mtf_cross_all_tf,buy,2026-03-07 15:39:00,571.0 -34157,buy_mtf_cross_all_tf,buy,2026-03-07 15:42:00,571.0 -34158,buy_mtf_cross_all_tf,buy,2026-03-07 15:45:00,571.0 -34159,buy_mtf_cross_all_tf,buy,2026-03-07 15:51:00,570.0 -34160,buy_mtf_cross_all_tf,buy,2026-03-07 15:54:00,569.0 -34161,buy_mtf_cross_all_tf,buy,2026-03-07 16:03:00,569.0 -34162,buy_mtf_cross_all_tf,buy,2026-03-07 16:06:00,569.0 -34163,buy_mtf_cross_all_tf,buy,2026-03-07 16:09:00,568.0 -34164,buy_mtf_cross_all_tf,buy,2026-03-07 22:00:00,569.0 -34165,buy_mtf_cross_all_tf,buy,2026-03-07 22:03:00,569.0 -34166,buy_mtf_cross_all_tf,buy,2026-03-07 22:09:00,569.0 -34167,buy_mtf_cross_all_tf,buy,2026-03-07 22:12:00,568.0 -34168,buy_mtf_cross_all_tf,buy,2026-03-07 22:21:00,568.0 -34169,buy_mtf_cross_all_tf,buy,2026-03-07 22:27:00,568.0 -34170,buy_mtf_cross_all_tf,buy,2026-03-07 23:15:00,567.0 -34171,buy_mtf_cross_all_tf,buy,2026-03-07 23:18:00,567.0 -34172,buy_mtf_cross_all_tf,buy,2026-03-08 00:51:00,564.0 -34173,buy_mtf_cross_all_tf,buy,2026-03-08 00:54:00,564.0 -34174,buy_mtf_cross_all_tf,buy,2026-03-08 01:21:00,563.0 -34175,buy_mtf_cross_all_tf,buy,2026-03-08 01:45:00,563.0 -34176,buy_mtf_cross_all_tf,buy,2026-03-08 03:51:00,563.0 -34177,buy_mtf_cross_all_tf,buy,2026-03-08 03:57:00,562.0 -34178,buy_mtf_cross_all_tf,buy,2026-03-08 04:06:00,562.0 -34179,buy_mtf_cross_all_tf,buy,2026-03-08 04:09:00,562.0 -34180,buy_mtf_cross_all_tf,buy,2026-03-08 04:27:00,561.0 -34181,buy_mtf_cross_all_tf,buy,2026-03-08 04:30:00,561.0 -34182,buy_mtf_cross_all_tf,buy,2026-03-08 04:36:00,561.0 -34183,buy_mtf_cross_all_tf,buy,2026-03-08 04:39:00,561.0 -34184,buy_mtf_cross_all_tf,buy,2026-03-08 05:00:00,560.0 -34185,buy_mtf_cross_all_tf,buy,2026-03-08 07:45:00,556.0 -34186,buy_mtf_cross_all_tf,buy,2026-03-08 07:57:00,555.0 -34187,buy_mtf_cross_all_tf,buy,2026-03-08 08:00:00,555.0 -34188,buy_mtf_cross_all_tf,buy,2026-03-08 11:15:00,556.0 -34189,buy_mtf_cross_all_tf,buy,2026-03-08 11:18:00,556.0 -34190,buy_mtf_cross_all_tf,buy,2026-03-08 11:21:00,556.0 -34191,buy_mtf_cross_all_tf,buy,2026-03-08 11:24:00,556.0 -34192,buy_mtf_cross_all_tf,buy,2026-03-08 11:36:00,555.0 -34193,buy_mtf_cross_all_tf,buy,2026-03-08 12:12:00,551.0 -34194,buy_mtf_cross_all_tf,buy,2026-03-08 13:42:00,551.0 -34195,buy_mtf_cross_all_tf,buy,2026-03-08 13:45:00,551.0 -34196,buy_mtf_cross_all_tf,buy,2026-03-08 14:00:00,549.0 -34197,buy_mtf_cross_all_tf,buy,2026-03-08 15:24:00,550.0 -34198,buy_mtf_cross_all_tf,buy,2026-03-08 22:21:00,550.0 -34199,buy_mtf_cross_all_tf,buy,2026-03-08 22:24:00,551.0 -34200,buy_mtf_cross_all_tf,buy,2026-03-08 22:27:00,550.0 -34201,buy_mtf_cross_all_tf,buy,2026-03-08 22:30:00,550.0 -34202,buy_mtf_cross_all_tf,buy,2026-03-08 22:33:00,549.0 -34203,buy_mtf_cross_all_tf,buy,2026-03-08 22:42:00,548.0 -34204,buy_mtf_cross_all_tf,buy,2026-03-08 22:45:00,549.0 -34205,buy_mtf_cross_all_tf,buy,2026-03-08 23:30:00,548.0 -34206,buy_mtf_cross_all_tf,buy,2026-03-09 00:06:00,547.0 -34207,buy_mtf_cross_all_tf,buy,2026-03-09 00:09:00,547.0 -34208,buy_mtf_cross_all_tf,buy,2026-03-09 00:12:00,547.0 -34209,buy_mtf_cross_all_tf,buy,2026-03-09 00:15:00,546.0 -34210,buy_mtf_cross_all_tf,buy,2026-03-09 00:18:00,546.0 -34211,buy_mtf_cross_all_tf,buy,2026-03-09 00:21:00,546.0 -34212,buy_mtf_cross_all_tf,buy,2026-03-09 00:24:00,546.0 -34213,buy_mtf_cross_all_tf,buy,2026-03-09 00:36:00,544.0 -34214,buy_mtf_cross_all_tf,buy,2026-03-09 00:39:00,545.0 -34215,buy_mtf_cross_all_tf,buy,2026-03-09 00:42:00,544.0 -34216,buy_mtf_cross_all_tf,buy,2026-03-09 00:45:00,543.0 -34217,buy_mtf_cross_all_tf,buy,2026-03-09 00:48:00,544.0 -34218,buy_mtf_cross_all_tf,buy,2026-03-09 00:54:00,542.0 -34219,buy_mtf_cross_all_tf,buy,2026-03-09 01:45:00,542.0 -34220,buy_mtf_cross_all_tf,buy,2026-03-09 01:48:00,542.0 -34221,buy_mtf_cross_all_tf,buy,2026-03-09 01:51:00,542.0 -34222,buy_mtf_cross_all_tf,buy,2026-03-09 01:54:00,542.0 -34223,buy_mtf_cross_all_tf,buy,2026-03-09 02:36:00,538.0 -34224,buy_mtf_cross_all_tf,buy,2026-03-09 02:39:00,537.0 -34225,buy_mtf_cross_all_tf,buy,2026-03-09 02:45:00,537.0 -34226,buy_mtf_cross_all_tf,buy,2026-03-09 02:48:00,535.0 -34227,buy_mtf_cross_all_tf,buy,2026-03-09 03:06:00,535.0 -34228,buy_mtf_cross_all_tf,buy,2026-03-09 07:15:00,536.0 -34229,buy_mtf_cross_all_tf,buy,2026-03-09 07:18:00,536.0 -34230,buy_mtf_cross_all_tf,buy,2026-03-09 07:27:00,535.0 -34231,buy_mtf_cross_all_tf,buy,2026-03-09 09:00:00,534.0 -34232,buy_mtf_cross_all_tf,buy,2026-03-09 16:15:00,537.0 -34233,buy_mtf_cross_all_tf,buy,2026-03-09 16:18:00,536.0 -34234,buy_mtf_cross_all_tf,buy,2026-03-09 16:21:00,537.0 -34235,buy_mtf_cross_all_tf,buy,2026-03-09 17:45:00,537.0 -34236,buy_mtf_cross_all_tf,buy,2026-03-09 17:48:00,537.0 -34237,buy_mtf_cross_all_tf,buy,2026-03-10 00:45:00,535.0 -34238,buy_mtf_cross_all_tf,buy,2026-03-10 00:48:00,535.0 -34239,buy_mtf_cross_all_tf,buy,2026-03-10 03:15:00,533.0 -34240,buy_mtf_cross_all_tf,buy,2026-03-10 03:18:00,533.0 -34241,buy_mtf_cross_all_tf,buy,2026-03-10 03:36:00,532.0 -34242,buy_mtf_cross_all_tf,buy,2026-03-10 03:39:00,532.0 -34243,buy_mtf_cross_all_tf,buy,2026-03-10 03:51:00,532.0 -34244,buy_mtf_cross_all_tf,buy,2026-03-10 08:00:00,532.0 -34245,buy_mtf_cross_all_tf,buy,2026-03-11 00:15:00,534.0 -34246,buy_mtf_cross_all_tf,buy,2026-03-11 00:18:00,534.0 -34247,buy_mtf_cross_all_tf,buy,2026-03-11 00:21:00,533.0 -34248,buy_mtf_cross_all_tf,buy,2026-03-11 00:24:00,532.0 -34249,buy_mtf_cross_all_tf,buy,2026-03-11 00:27:00,531.0 -34250,buy_mtf_cross_all_tf,buy,2026-03-11 00:30:00,532.0 -34251,buy_mtf_cross_all_tf,buy,2026-03-11 00:36:00,532.0 -34252,buy_mtf_cross_all_tf,buy,2026-03-11 00:39:00,532.0 -34253,buy_mtf_cross_all_tf,buy,2026-03-11 00:42:00,531.0 -34254,buy_mtf_cross_all_tf,buy,2026-03-11 03:36:00,531.0 -34255,buy_mtf_cross_all_tf,buy,2026-03-11 03:39:00,531.0 -34256,buy_mtf_cross_all_tf,buy,2026-03-11 03:42:00,530.0 -34257,buy_mtf_cross_all_tf,buy,2026-03-11 03:45:00,529.0 -34258,buy_mtf_cross_all_tf,buy,2026-03-11 03:48:00,530.0 -34259,buy_mtf_cross_all_tf,buy,2026-03-11 03:51:00,530.0 -34260,buy_mtf_cross_all_tf,buy,2026-03-11 03:54:00,529.0 -34261,buy_mtf_cross_all_tf,buy,2026-03-11 04:06:00,525.0 -34262,buy_mtf_cross_all_tf,buy,2026-03-11 04:09:00,525.0 -34263,buy_mtf_cross_all_tf,buy,2026-03-11 04:12:00,523.0 -34264,buy_mtf_cross_all_tf,buy,2026-03-11 04:15:00,525.0 -34265,buy_mtf_cross_all_tf,buy,2026-03-11 04:21:00,523.0 -34266,buy_mtf_cross_all_tf,buy,2026-03-11 04:24:00,524.0 -34267,buy_mtf_cross_all_tf,buy,2026-03-11 04:27:00,521.0 -34268,buy_mtf_cross_all_tf,buy,2026-03-11 04:30:00,521.0 -34269,buy_mtf_cross_all_tf,buy,2026-03-11 04:33:00,521.0 -34270,buy_mtf_cross_all_tf,buy,2026-03-11 04:36:00,522.0 -34271,buy_mtf_cross_all_tf,buy,2026-03-11 07:00:00,518.0 -34272,buy_mtf_cross_all_tf,buy,2026-03-11 07:03:00,518.0 -34273,buy_mtf_cross_all_tf,buy,2026-03-11 13:06:00,521.0 -34274,buy_mtf_cross_all_tf,buy,2026-03-11 13:09:00,520.0 -34275,buy_mtf_cross_all_tf,buy,2026-03-11 13:15:00,520.0 -34276,buy_mtf_cross_all_tf,buy,2026-03-11 13:18:00,519.0 -34277,buy_mtf_cross_all_tf,buy,2026-03-11 14:45:00,518.0 -34278,buy_mtf_cross_all_tf,buy,2026-03-11 14:48:00,518.0 -34279,buy_mtf_cross_all_tf,buy,2026-03-11 14:57:00,518.0 -34280,buy_mtf_cross_all_tf,buy,2026-03-11 15:00:00,518.0 -34281,buy_mtf_cross_all_tf,buy,2026-03-11 16:57:00,516.0 -34282,buy_mtf_cross_all_tf,buy,2026-03-11 17:00:00,516.0 -34283,buy_mtf_cross_all_tf,buy,2026-03-11 17:03:00,516.0 -34284,buy_mtf_cross_all_tf,buy,2026-03-12 05:51:00,522.0 -34285,buy_mtf_cross_all_tf,buy,2026-03-12 05:54:00,522.0 -34286,buy_mtf_cross_all_tf,buy,2026-03-12 05:57:00,522.0 -34287,buy_mtf_cross_all_tf,buy,2026-03-12 07:45:00,520.0 -34288,buy_mtf_cross_all_tf,buy,2026-03-12 10:15:00,519.0 -34289,buy_mtf_cross_all_tf,buy,2026-03-12 10:18:00,519.0 -34290,buy_mtf_cross_all_tf,buy,2026-03-12 10:27:00,518.0 -34291,buy_mtf_cross_all_tf,buy,2026-03-12 10:36:00,517.0 -34292,buy_mtf_cross_all_tf,buy,2026-03-12 10:39:00,518.0 -34293,buy_mtf_cross_all_tf,buy,2026-03-12 11:00:00,517.0 -34294,buy_mtf_cross_all_tf,buy,2026-03-12 11:27:00,517.0 -34295,buy_mtf_cross_all_tf,buy,2026-03-12 11:30:00,517.0 -34296,buy_mtf_cross_all_tf,buy,2026-03-12 11:51:00,516.0 -34297,buy_mtf_cross_all_tf,buy,2026-03-12 11:54:00,516.0 -34298,buy_mtf_cross_all_tf,buy,2026-03-12 11:57:00,516.0 -34299,buy_mtf_cross_all_tf,buy,2026-03-12 12:57:00,513.0 -34300,buy_mtf_cross_all_tf,buy,2026-03-12 13:00:00,513.0 -34301,buy_mtf_cross_all_tf,buy,2026-03-15 05:00:00,521.0 -34302,buy_mtf_cross_all_tf,buy,2026-03-15 05:03:00,521.0 -34303,buy_mtf_cross_all_tf,buy,2026-03-15 05:06:00,520.0 -34304,buy_mtf_cross_all_tf,buy,2026-03-15 05:09:00,520.0 -34305,buy_mtf_cross_all_tf,buy,2026-03-15 05:15:00,520.0 -34306,buy_mtf_cross_all_tf,buy,2026-03-15 05:21:00,520.0 -34307,buy_mtf_cross_all_tf,buy,2026-03-15 20:00:00,528.0 -34308,buy_mtf_cross_all_tf,buy,2026-03-15 20:12:00,528.0 -34309,buy_mtf_cross_all_tf,buy,2026-03-15 20:15:00,528.0 -34310,buy_mtf_cross_all_tf,buy,2026-03-15 22:27:00,527.0 -34311,buy_mtf_cross_all_tf,buy,2026-03-18 16:00:00,583.0 -34312,buy_mtf_cross_all_tf,buy,2026-03-18 16:03:00,583.0 -34313,buy_mtf_cross_all_tf,buy,2026-03-18 16:06:00,582.0 -34314,buy_mtf_cross_all_tf,buy,2026-03-18 16:15:00,581.0 -34315,buy_mtf_cross_all_tf,buy,2026-03-18 16:18:00,581.0 -34316,buy_mtf_cross_all_tf,buy,2026-03-18 16:21:00,581.0 -34317,buy_mtf_cross_all_tf,buy,2026-03-18 16:24:00,580.0 -34318,buy_mtf_cross_all_tf,buy,2026-03-18 16:27:00,579.0 -34319,buy_mtf_cross_all_tf,buy,2026-03-18 16:30:00,579.0 -34320,buy_mtf_cross_all_tf,buy,2026-03-18 16:33:00,580.0 -34321,buy_mtf_cross_all_tf,buy,2026-03-18 16:36:00,580.0 -34322,buy_mtf_cross_all_tf,buy,2026-03-18 16:45:00,579.0 -34323,buy_mtf_cross_all_tf,buy,2026-03-18 19:51:00,575.0 -34324,buy_mtf_cross_all_tf,buy,2026-03-18 19:54:00,574.0 -34325,buy_mtf_cross_all_tf,buy,2026-03-18 19:57:00,573.0 -34326,buy_mtf_cross_all_tf,buy,2026-03-18 20:06:00,572.0 -34327,buy_mtf_cross_all_tf,buy,2026-03-18 20:24:00,572.0 -34328,buy_mtf_cross_all_tf,buy,2026-03-18 20:27:00,571.0 -34329,buy_mtf_cross_all_tf,buy,2026-03-18 20:45:00,563.0 -34330,buy_mtf_cross_all_tf,buy,2026-03-18 20:48:00,561.0 -34331,buy_mtf_cross_all_tf,buy,2026-03-18 20:51:00,560.0 -34332,buy_mtf_cross_all_tf,buy,2026-03-18 20:54:00,560.0 -34333,buy_mtf_cross_all_tf,buy,2026-03-18 20:57:00,559.0 -34334,buy_mtf_cross_all_tf,buy,2026-03-18 21:00:00,560.0 -34335,buy_mtf_cross_all_tf,buy,2026-03-18 21:03:00,559.0 -34336,buy_mtf_cross_all_tf,buy,2026-03-18 21:09:00,557.0 -34337,buy_mtf_cross_all_tf,buy,2026-03-18 21:12:00,556.0 -34338,buy_mtf_cross_all_tf,buy,2026-03-18 21:42:00,552.0 -34339,buy_mtf_cross_all_tf,buy,2026-03-18 21:45:00,552.0 -34340,buy_mtf_cross_all_tf,buy,2026-03-18 21:48:00,552.0 -34341,buy_mtf_cross_all_tf,buy,2026-03-18 21:51:00,551.0 -34342,buy_mtf_cross_all_tf,buy,2026-03-18 21:54:00,552.0 -34343,buy_mtf_cross_all_tf,buy,2026-03-18 22:00:00,551.0 -34344,buy_mtf_cross_all_tf,buy,2026-03-18 22:03:00,549.0 -34345,buy_mtf_cross_all_tf,buy,2026-03-18 23:42:00,543.0 -34346,buy_mtf_cross_all_tf,buy,2026-03-18 23:51:00,543.0 -34347,buy_mtf_cross_all_tf,buy,2026-03-18 23:54:00,541.0 -34348,buy_mtf_cross_all_tf,buy,2026-03-18 23:57:00,542.0 -34349,buy_mtf_cross_all_tf,buy,2026-03-19 00:00:00,541.0 -34350,buy_mtf_cross_all_tf,buy,2026-03-19 00:03:00,541.0 -34351,buy_mtf_cross_all_tf,buy,2026-03-19 00:15:00,540.0 -34352,buy_mtf_cross_all_tf,buy,2026-03-19 00:21:00,540.0 -34353,buy_mtf_cross_all_tf,buy,2026-03-19 01:09:00,537.0 -34354,buy_mtf_cross_all_tf,buy,2026-03-19 01:15:00,536.0 -34355,buy_mtf_cross_all_tf,buy,2026-03-19 01:18:00,536.0 -34356,buy_mtf_cross_all_tf,buy,2026-03-19 01:21:00,535.0 -34357,buy_mtf_cross_all_tf,buy,2026-03-19 01:24:00,534.0 -34358,buy_mtf_cross_all_tf,buy,2026-03-19 01:30:00,535.0 -34359,buy_mtf_cross_all_tf,buy,2026-03-19 01:42:00,534.0 -34360,buy_mtf_cross_all_tf,buy,2026-03-19 10:42:00,543.0 -34361,buy_mtf_cross_all_tf,buy,2026-03-19 10:45:00,543.0 -34362,buy_mtf_cross_all_tf,buy,2026-03-19 10:48:00,542.0 -34363,buy_mtf_cross_all_tf,buy,2026-03-19 11:30:00,537.0 -34364,buy_mtf_cross_all_tf,buy,2026-03-19 11:33:00,537.0 -34365,buy_mtf_cross_all_tf,buy,2026-03-19 11:48:00,536.0 -34366,buy_mtf_cross_all_tf,buy,2026-03-19 11:51:00,536.0 -34367,buy_mtf_cross_all_tf,buy,2026-03-19 14:00:00,536.0 -34368,buy_mtf_cross_all_tf,buy,2026-03-19 14:03:00,536.0 -34369,buy_mtf_cross_all_tf,buy,2026-03-19 14:51:00,527.0 -34370,buy_mtf_cross_all_tf,buy,2026-03-19 14:54:00,527.0 -34371,buy_mtf_cross_all_tf,buy,2026-03-19 15:06:00,525.0 -34372,buy_mtf_cross_all_tf,buy,2026-03-19 15:15:00,524.0 -34373,buy_mtf_cross_all_tf,buy,2026-03-19 15:21:00,524.0 -34374,buy_mtf_cross_all_tf,buy,2026-03-19 15:24:00,524.0 -34375,buy_mtf_cross_all_tf,buy,2026-03-19 16:30:00,514.0 -34376,buy_mtf_cross_all_tf,buy,2026-03-19 16:33:00,514.0 -34377,buy_mtf_cross_all_tf,buy,2026-03-19 17:06:00,512.0 -34378,buy_mtf_cross_all_tf,buy,2026-03-19 17:09:00,511.0 -34379,buy_mtf_cross_all_tf,buy,2026-03-19 17:12:00,511.0 -34380,buy_mtf_cross_all_tf,buy,2026-03-19 19:57:00,505.0 -34381,buy_mtf_cross_all_tf,buy,2026-03-19 20:06:00,504.0 -34382,buy_mtf_cross_all_tf,buy,2026-03-19 20:09:00,504.0 -34383,buy_mtf_cross_all_tf,buy,2026-03-19 20:12:00,504.0 -34384,buy_mtf_cross_all_tf,buy,2026-03-19 20:18:00,503.0 -34385,buy_mtf_cross_all_tf,buy,2026-03-19 20:21:00,503.0 -34386,buy_mtf_cross_all_tf,buy,2026-03-19 20:24:00,503.0 -34387,buy_mtf_cross_all_tf,buy,2026-03-19 23:21:00,496.0 -34388,buy_mtf_cross_all_tf,buy,2026-03-19 23:24:00,496.0 -34389,buy_mtf_cross_all_tf,buy,2026-03-19 23:27:00,496.0 -34390,buy_mtf_cross_all_tf,buy,2026-03-19 23:30:00,495.0 -34391,buy_mtf_cross_all_tf,buy,2026-03-20 00:36:00,490.0 -34392,buy_mtf_cross_all_tf,buy,2026-03-20 01:42:00,490.0 -34393,buy_mtf_cross_all_tf,buy,2026-03-20 03:30:00,488.0 -34394,buy_mtf_cross_all_tf,buy,2026-03-20 03:33:00,488.0 -34395,buy_mtf_cross_all_tf,buy,2026-03-20 03:36:00,487.0 -34396,buy_mtf_cross_all_tf,buy,2026-03-20 03:39:00,487.0 -34397,buy_mtf_cross_all_tf,buy,2026-03-20 03:42:00,487.0 -34398,buy_mtf_cross_all_tf,buy,2026-03-20 03:45:00,487.0 -34399,buy_mtf_cross_all_tf,buy,2026-03-20 03:48:00,487.0 -34400,buy_mtf_cross_all_tf,buy,2026-03-20 04:42:00,486.0 -34401,buy_mtf_cross_all_tf,buy,2026-03-20 04:45:00,486.0 -34402,buy_mtf_cross_all_tf,buy,2026-03-20 11:42:00,489.0 -34403,buy_mtf_cross_all_tf,buy,2026-03-20 16:21:00,490.0 -34404,buy_mtf_cross_all_tf,buy,2026-03-20 18:06:00,490.0 -34405,buy_mtf_cross_all_tf,buy,2026-03-20 18:09:00,490.0 -34406,buy_mtf_cross_all_tf,buy,2026-03-20 18:12:00,490.0 -34407,buy_mtf_cross_all_tf,buy,2026-03-20 18:15:00,490.0 -34408,buy_mtf_cross_all_tf,buy,2026-03-20 19:12:00,484.0 -34409,buy_mtf_cross_all_tf,buy,2026-03-20 19:18:00,484.0 -34410,buy_mtf_cross_all_tf,buy,2026-03-20 19:27:00,483.0 -34411,buy_mtf_cross_all_tf,buy,2026-03-20 19:30:00,482.0 -34412,buy_mtf_cross_all_tf,buy,2026-03-20 20:51:00,481.0 -34413,buy_mtf_cross_all_tf,buy,2026-03-20 20:54:00,482.0 -34414,buy_mtf_cross_all_tf,buy,2026-03-20 20:57:00,482.0 -34415,buy_mtf_cross_all_tf,buy,2026-03-20 21:00:00,481.0 -34416,buy_mtf_cross_all_tf,buy,2026-03-20 21:36:00,479.0 -34417,buy_mtf_cross_all_tf,buy,2026-03-20 21:42:00,478.0 -34418,buy_mtf_cross_all_tf,buy,2026-03-20 23:00:00,478.0 -34419,buy_mtf_cross_all_tf,buy,2026-03-21 08:21:00,481.0 -34420,buy_mtf_cross_all_tf,buy,2026-03-21 08:24:00,481.0 -34421,buy_mtf_cross_all_tf,buy,2026-03-21 08:45:00,480.0 -34422,buy_mtf_cross_all_tf,buy,2026-03-21 08:48:00,480.0 -34423,buy_mtf_cross_all_tf,buy,2026-03-21 09:42:00,479.0 -34424,buy_mtf_cross_all_tf,buy,2026-03-21 09:45:00,479.0 -34425,buy_mtf_cross_all_tf,buy,2026-03-21 09:48:00,479.0 -34426,buy_mtf_cross_all_tf,buy,2026-03-21 11:12:00,478.0 -34427,buy_mtf_cross_all_tf,buy,2026-03-21 11:15:00,478.0 -34428,buy_mtf_cross_all_tf,buy,2026-03-21 11:18:00,478.0 -34429,buy_mtf_cross_all_tf,buy,2026-03-21 11:21:00,478.0 -34430,buy_mtf_cross_all_tf,buy,2026-03-21 18:30:00,478.0 -34431,buy_mtf_cross_all_tf,buy,2026-03-21 18:57:00,472.0 -34432,buy_mtf_cross_all_tf,buy,2026-03-21 19:03:00,472.0 -34433,buy_mtf_cross_all_tf,buy,2026-03-21 19:15:00,471.0 -34434,buy_mtf_cross_all_tf,buy,2026-03-21 19:27:00,470.0 -34435,buy_mtf_cross_all_tf,buy,2026-03-22 09:15:00,475.0 -34436,buy_mtf_cross_all_tf,buy,2026-03-22 09:27:00,474.0 -34437,buy_mtf_cross_all_tf,buy,2026-03-22 09:57:00,473.0 -34438,buy_mtf_cross_all_tf,buy,2026-03-22 10:27:00,473.0 -34439,buy_mtf_cross_all_tf,buy,2026-03-22 15:45:00,474.0 -34440,buy_mtf_cross_all_tf,buy,2026-03-22 17:00:00,474.0 -34441,buy_mtf_cross_all_tf,buy,2026-03-22 17:03:00,474.0 -34442,buy_mtf_cross_all_tf,buy,2026-03-22 17:12:00,474.0 -34443,buy_mtf_cross_all_tf,buy,2026-03-22 17:15:00,474.0 -34444,buy_mtf_cross_all_tf,buy,2026-03-22 17:36:00,473.0 -34445,buy_mtf_cross_all_tf,buy,2026-03-22 19:12:00,473.0 -34446,buy_mtf_cross_all_tf,buy,2026-03-22 19:21:00,472.0 -34447,buy_mtf_cross_all_tf,buy,2026-03-22 19:54:00,471.0 -34448,buy_mtf_cross_all_tf,buy,2026-03-22 19:57:00,470.0 -34449,buy_mtf_cross_all_tf,buy,2026-03-22 20:00:00,470.0 -34450,buy_mtf_cross_all_tf,buy,2026-03-22 20:03:00,470.0 -34451,buy_mtf_cross_all_tf,buy,2026-03-22 20:06:00,470.0 -34452,buy_mtf_cross_all_tf,buy,2026-03-22 22:51:00,469.0 -34453,buy_mtf_cross_all_tf,buy,2026-03-22 23:51:00,469.0 -34454,buy_mtf_cross_all_tf,buy,2026-03-22 23:54:00,469.0 -34455,buy_mtf_cross_all_tf,buy,2026-03-22 23:57:00,469.0 -34456,buy_mtf_cross_all_tf,buy,2026-03-23 02:30:00,469.0 -34457,buy_mtf_cross_all_tf,buy,2026-03-23 02:33:00,469.0 -34458,buy_mtf_cross_all_tf,buy,2026-03-23 02:36:00,469.0 -34459,buy_mtf_cross_all_tf,buy,2026-03-23 02:42:00,468.0 -34460,buy_mtf_cross_all_tf,buy,2026-03-23 02:45:00,468.0 -34461,buy_mtf_cross_all_tf,buy,2026-03-23 02:48:00,468.0 -34462,buy_mtf_cross_all_tf,buy,2026-03-23 02:51:00,468.0 -34463,buy_mtf_cross_all_tf,buy,2026-03-23 02:54:00,468.0 -34464,buy_mtf_cross_all_tf,buy,2026-03-23 03:39:00,465.0 -34465,buy_mtf_cross_all_tf,buy,2026-03-23 04:06:00,464.0 -34466,buy_mtf_cross_all_tf,buy,2026-03-23 04:12:00,463.0 -34467,buy_mtf_cross_all_tf,buy,2026-03-23 04:15:00,463.0 -34468,buy_mtf_cross_all_tf,buy,2026-03-23 04:18:00,463.0 -34469,buy_mtf_cross_all_tf,buy,2026-03-23 04:27:00,461.0 -34470,buy_mtf_cross_all_tf,buy,2026-03-23 04:33:00,461.0 -34471,buy_mtf_cross_all_tf,buy,2026-03-23 05:45:00,460.0 -34472,buy_mtf_cross_all_tf,buy,2026-03-23 06:00:00,458.0 -34473,buy_mtf_cross_all_tf,buy,2026-03-23 06:36:00,456.0 -34474,buy_mtf_cross_all_tf,buy,2026-03-23 06:51:00,456.0 -34475,buy_mtf_cross_all_tf,buy,2026-03-23 18:12:00,461.0 -34476,buy_mtf_cross_all_tf,buy,2026-03-23 18:27:00,459.0 -34477,buy_mtf_cross_all_tf,buy,2026-03-23 18:33:00,459.0 -34478,buy_mtf_cross_all_tf,buy,2026-03-26 00:30:00,477.0 -34479,buy_mtf_cross_all_tf,buy,2026-03-26 00:33:00,476.0 -34480,buy_mtf_cross_all_tf,buy,2026-03-26 00:36:00,474.0 -34481,buy_mtf_cross_all_tf,buy,2026-03-26 00:39:00,474.0 -34482,buy_mtf_cross_all_tf,buy,2026-03-26 00:42:00,474.0 -34483,buy_mtf_cross_all_tf,buy,2026-03-26 00:45:00,475.0 -34484,buy_mtf_cross_all_tf,buy,2026-03-26 01:00:00,473.0 -34485,buy_mtf_cross_all_tf,buy,2026-03-26 12:36:00,472.0 -34486,buy_mtf_cross_all_tf,buy,2026-03-26 13:36:00,468.0 -34487,buy_mtf_cross_all_tf,buy,2026-03-26 13:39:00,467.0 -34488,buy_mtf_cross_all_tf,buy,2026-03-26 13:45:00,468.0 -34489,buy_mtf_cross_all_tf,buy,2026-03-26 14:24:00,466.0 -34490,buy_mtf_cross_all_tf,buy,2026-03-26 14:45:00,464.0 -34491,buy_mtf_cross_all_tf,buy,2026-03-26 14:48:00,465.0 -34492,buy_mtf_cross_all_tf,buy,2026-03-26 14:54:00,464.0 -34493,buy_mtf_cross_all_tf,buy,2026-03-26 15:00:00,463.0 -34494,buy_mtf_cross_all_tf,buy,2026-03-26 15:03:00,463.0 -34495,buy_mtf_cross_all_tf,buy,2026-03-26 15:06:00,463.0 -34496,buy_mtf_cross_all_tf,buy,2026-03-26 15:12:00,462.0 -34497,buy_mtf_cross_all_tf,buy,2026-03-26 15:15:00,462.0 -34498,buy_mtf_cross_all_tf,buy,2026-03-26 15:18:00,462.0 -34499,buy_mtf_cross_all_tf,buy,2026-03-26 15:27:00,461.0 -34500,buy_mtf_cross_all_tf,buy,2026-03-26 16:24:00,461.0 -34501,buy_mtf_cross_all_tf,buy,2026-03-26 16:42:00,459.0 -34502,buy_mtf_cross_all_tf,buy,2026-03-26 17:21:00,458.0 -34503,buy_mtf_cross_all_tf,buy,2026-03-26 17:30:00,458.0 -34504,buy_mtf_cross_all_tf,buy,2026-03-26 19:00:00,458.0 -34505,buy_mtf_cross_all_tf,buy,2026-03-26 19:03:00,458.0 -34506,buy_mtf_cross_all_tf,buy,2026-03-26 19:06:00,457.0 -34507,buy_mtf_cross_all_tf,buy,2026-03-26 19:15:00,457.0 -34508,buy_mtf_cross_all_tf,buy,2026-03-26 19:18:00,457.0 -34509,buy_mtf_cross_all_tf,buy,2026-03-27 00:21:00,450.0 -34510,buy_mtf_cross_all_tf,buy,2026-03-27 00:24:00,449.0 -34511,buy_mtf_cross_all_tf,buy,2026-03-27 00:27:00,448.0 -34512,buy_mtf_cross_all_tf,buy,2026-03-27 00:36:00,446.0 -34513,buy_mtf_cross_all_tf,buy,2026-03-27 00:39:00,444.0 -34514,buy_mtf_cross_all_tf,buy,2026-03-27 00:42:00,444.0 -34515,buy_mtf_cross_all_tf,buy,2026-03-27 00:48:00,443.0 -34516,buy_mtf_cross_all_tf,buy,2026-03-27 00:51:00,443.0 -34517,buy_mtf_cross_all_tf,buy,2026-03-27 00:54:00,443.0 -34518,buy_mtf_cross_all_tf,buy,2026-03-27 01:00:00,442.0 -34519,buy_mtf_cross_all_tf,buy,2026-03-27 01:03:00,441.0 -34520,buy_mtf_cross_all_tf,buy,2026-03-27 06:12:00,440.0 -34521,buy_mtf_cross_all_tf,buy,2026-03-27 07:30:00,439.0 -34522,buy_mtf_cross_all_tf,buy,2026-03-27 07:36:00,439.0 -34523,buy_mtf_cross_all_tf,buy,2026-03-27 12:15:00,439.0 -34524,buy_mtf_cross_all_tf,buy,2026-03-27 13:21:00,434.0 -34525,buy_mtf_cross_all_tf,buy,2026-03-27 13:24:00,434.0 -34526,buy_mtf_cross_all_tf,buy,2026-03-27 13:27:00,434.0 -34527,buy_mtf_cross_all_tf,buy,2026-03-27 13:48:00,432.0 -34528,buy_mtf_cross_all_tf,buy,2026-03-27 13:51:00,432.0 -34529,buy_mtf_cross_all_tf,buy,2026-03-27 13:54:00,431.0 -34530,buy_mtf_cross_all_tf,buy,2026-03-27 13:57:00,431.0 -34531,buy_mtf_cross_all_tf,buy,2026-03-27 14:00:00,431.0 -34532,buy_mtf_cross_all_tf,buy,2026-03-27 14:30:00,430.0 -34533,buy_mtf_cross_all_tf,buy,2026-03-27 14:33:00,430.0 -34534,buy_mtf_cross_all_tf,buy,2026-03-27 15:36:00,425.0 -34535,buy_mtf_cross_all_tf,buy,2026-03-27 15:42:00,426.0 -34536,buy_mtf_cross_all_tf,buy,2026-03-27 16:00:00,425.0 -34537,buy_mtf_cross_all_tf,buy,2026-03-27 16:03:00,424.0 -34538,buy_mtf_cross_all_tf,buy,2026-03-27 18:24:00,421.0 -34539,buy_mtf_cross_all_tf,buy,2026-03-27 18:42:00,419.0 -34540,buy_mtf_cross_all_tf,buy,2026-03-27 18:48:00,419.0 -34541,buy_mtf_cross_all_tf,buy,2026-03-27 20:12:00,417.0 -34542,buy_mtf_cross_all_tf,buy,2026-03-28 00:00:00,414.0 -34543,buy_mtf_cross_all_tf,buy,2026-03-28 00:21:00,412.0 -34544,buy_mtf_cross_all_tf,buy,2026-03-28 00:45:00,411.0 -34545,buy_mtf_cross_all_tf,buy,2026-03-28 01:12:00,407.0 -34546,buy_mtf_cross_all_tf,buy,2026-03-28 01:15:00,406.0 -34547,buy_mtf_cross_all_tf,buy,2026-03-28 01:18:00,406.0 -34548,buy_mtf_cross_all_tf,buy,2026-03-28 01:21:00,406.0 -34549,buy_mtf_cross_all_tf,buy,2026-03-28 01:24:00,404.0 -34550,buy_mtf_cross_all_tf,buy,2026-03-28 01:27:00,403.0 -34551,buy_mtf_cross_all_tf,buy,2026-03-28 01:30:00,404.0 -34552,buy_mtf_cross_all_tf,buy,2026-03-28 01:33:00,404.0 -34553,buy_mtf_cross_all_tf,buy,2026-03-28 01:36:00,403.0 -34554,buy_mtf_cross_all_tf,buy,2026-03-28 01:39:00,402.0 -34555,buy_mtf_cross_all_tf,buy,2026-03-28 01:42:00,402.0 -34556,buy_mtf_cross_all_tf,buy,2026-03-28 02:54:00,402.0 -34557,buy_mtf_cross_all_tf,buy,2026-03-28 03:00:00,402.0 -34558,buy_mtf_cross_all_tf,buy,2026-03-28 03:03:00,402.0 -34559,buy_mtf_cross_all_tf,buy,2026-03-28 03:06:00,402.0 -34560,buy_mtf_cross_all_tf,buy,2026-03-28 03:09:00,402.0 -34561,buy_mtf_cross_all_tf,buy,2026-03-28 03:45:00,400.0 -34562,buy_mtf_cross_all_tf,buy,2026-03-28 04:09:00,398.0 -34563,buy_mtf_cross_all_tf,buy,2026-03-28 04:15:00,398.0 -34564,buy_mtf_cross_all_tf,buy,2026-03-28 04:42:00,397.0 -34565,buy_mtf_cross_all_tf,buy,2026-03-28 04:51:00,397.0 -34566,buy_mtf_cross_all_tf,buy,2026-03-28 04:54:00,397.0 -34567,buy_mtf_cross_all_tf,buy,2026-03-28 04:57:00,397.0 -34568,buy_mtf_cross_all_tf,buy,2026-03-28 05:42:00,396.0 -34569,buy_mtf_cross_all_tf,buy,2026-03-28 05:45:00,396.0 -34570,buy_mtf_cross_all_tf,buy,2026-03-28 05:48:00,396.0 -34571,buy_mtf_cross_all_tf,buy,2026-03-28 06:30:00,393.0 -34572,buy_mtf_cross_all_tf,buy,2026-03-28 06:33:00,393.0 -34573,buy_mtf_cross_all_tf,buy,2026-03-28 06:36:00,393.0 -34574,buy_mtf_cross_all_tf,buy,2026-03-28 06:39:00,392.0 -34575,buy_mtf_cross_all_tf,buy,2026-03-28 06:42:00,392.0 -34576,buy_mtf_cross_all_tf,buy,2026-03-28 06:45:00,392.0 -34577,buy_mtf_cross_all_tf,buy,2026-03-28 06:48:00,390.0 -34578,buy_mtf_cross_all_tf,buy,2026-03-28 07:00:00,389.0 -34579,buy_mtf_cross_all_tf,buy,2026-03-28 07:03:00,389.0 -34580,buy_mtf_cross_all_tf,buy,2026-03-28 07:06:00,388.0 -34581,buy_mtf_cross_all_tf,buy,2026-03-28 07:18:00,388.0 -34582,buy_mtf_cross_all_tf,buy,2026-03-28 07:21:00,388.0 -34583,buy_mtf_cross_all_tf,buy,2026-03-28 07:27:00,387.0 -34584,buy_mtf_cross_all_tf,buy,2026-03-28 07:30:00,387.0 -34585,buy_mtf_cross_all_tf,buy,2026-03-28 07:33:00,387.0 -34586,buy_mtf_cross_all_tf,buy,2026-03-28 07:36:00,386.0 -34587,buy_mtf_cross_all_tf,buy,2026-03-28 08:15:00,382.0 -34588,buy_mtf_cross_all_tf,buy,2026-03-28 08:18:00,381.0 -34589,buy_mtf_cross_all_tf,buy,2026-03-28 08:21:00,382.0 -34590,buy_mtf_cross_all_tf,buy,2026-03-28 09:00:00,380.0 -34591,buy_mtf_cross_all_tf,buy,2026-03-28 09:24:00,379.0 -34592,buy_mtf_cross_all_tf,buy,2026-03-28 09:27:00,379.0 -34593,buy_mtf_cross_all_tf,buy,2026-03-28 10:06:00,380.0 -34594,buy_mtf_cross_all_tf,buy,2026-03-28 10:21:00,377.0 -34595,buy_mtf_cross_all_tf,buy,2026-03-28 10:24:00,377.0 -34596,buy_mtf_cross_all_tf,buy,2026-03-28 10:27:00,376.0 -34597,buy_mtf_cross_all_tf,buy,2026-03-28 10:42:00,373.0 -34598,buy_mtf_cross_all_tf,buy,2026-03-28 12:03:00,374.0 -34599,buy_mtf_cross_all_tf,buy,2026-03-29 21:42:00,412.0 -34600,buy_mtf_cross_all_tf,buy,2026-03-29 21:45:00,412.0 -34601,buy_mtf_cross_all_tf,buy,2026-03-29 21:48:00,412.0 -34602,buy_mtf_cross_all_tf,buy,2026-03-29 21:54:00,412.0 -34603,buy_mtf_cross_all_tf,buy,2026-03-31 00:15:00,421.0 -34604,buy_mtf_cross_all_tf,buy,2026-03-31 02:42:00,417.0 -34605,buy_mtf_cross_all_tf,buy,2026-03-31 02:45:00,418.0 -34606,buy_mtf_cross_all_tf,buy,2026-03-31 02:51:00,417.0 -34607,buy_mtf_cross_all_tf,buy,2026-03-31 02:54:00,416.0 -34608,buy_mtf_cross_all_tf,buy,2026-03-31 02:57:00,416.0 -34609,buy_mtf_cross_all_tf,buy,2026-03-31 03:18:00,415.0 -34610,buy_mtf_cross_all_tf,buy,2026-03-31 03:30:00,414.0 -34611,buy_mtf_cross_all_tf,buy,2026-03-31 03:33:00,414.0 -34612,buy_mtf_cross_all_tf,buy,2026-03-31 03:42:00,414.0 -34613,buy_mtf_cross_all_tf,buy,2026-03-31 03:45:00,413.0 -34614,buy_mtf_cross_all_tf,buy,2026-03-31 03:51:00,413.0 -34615,buy_mtf_cross_all_tf,buy,2026-03-31 03:57:00,413.0 -34616,buy_mtf_cross_all_tf,buy,2026-03-31 04:00:00,413.0 -34617,buy_mtf_cross_all_tf,buy,2026-03-31 04:03:00,412.0 -34618,buy_mtf_cross_all_tf,buy,2026-03-31 04:06:00,412.0 -34619,buy_mtf_cross_all_tf,buy,2026-03-31 04:09:00,412.0 -34620,buy_mtf_cross_all_tf,buy,2026-03-31 04:15:00,412.0 -34621,buy_mtf_cross_all_tf,buy,2026-03-31 04:18:00,412.0 -34622,buy_mtf_cross_all_tf,buy,2026-03-31 08:15:00,413.0 -34623,buy_mtf_cross_all_tf,buy,2026-03-31 08:18:00,413.0 -34624,buy_mtf_cross_all_tf,buy,2026-03-31 08:21:00,413.0 -34625,buy_mtf_cross_all_tf,buy,2026-03-31 08:33:00,412.0 -34626,buy_mtf_cross_all_tf,buy,2026-03-31 08:36:00,412.0 -34627,buy_mtf_cross_all_tf,buy,2026-03-31 18:03:00,419.0 -34628,buy_mtf_cross_all_tf,buy,2026-03-31 18:09:00,420.0 -34629,buy_mtf_cross_all_tf,buy,2026-03-31 18:36:00,416.0 -34630,buy_mtf_cross_all_tf,buy,2026-03-31 18:39:00,417.0 -34631,buy_mtf_cross_all_tf,buy,2026-03-31 20:00:00,416.0 -34632,buy_mtf_cross_all_tf,buy,2026-03-31 20:06:00,416.0 -34633,buy_mtf_cross_all_tf,buy,2026-03-31 20:30:00,415.0 -34634,buy_mtf_cross_all_tf,buy,2026-03-31 20:33:00,415.0 -34635,buy_mtf_cross_all_tf,buy,2026-04-02 02:30:00,422.0 -34636,buy_mtf_cross_all_tf,buy,2026-04-02 02:36:00,421.0 -34637,buy_mtf_cross_all_tf,buy,2026-04-02 02:39:00,422.0 -34638,buy_mtf_cross_all_tf,buy,2026-04-02 02:42:00,421.0 -34639,buy_mtf_cross_all_tf,buy,2026-04-02 02:51:00,421.0 -34640,buy_mtf_cross_all_tf,buy,2026-04-02 02:54:00,420.0 -34641,buy_mtf_cross_all_tf,buy,2026-04-02 03:00:00,420.0 -34642,buy_mtf_cross_all_tf,buy,2026-04-02 03:03:00,419.0 -34643,buy_mtf_cross_all_tf,buy,2026-04-02 03:06:00,418.0 -34644,buy_mtf_cross_all_tf,buy,2026-04-02 03:09:00,419.0 -34645,buy_mtf_cross_all_tf,buy,2026-04-02 08:00:00,418.0 -34646,buy_mtf_cross_all_tf,buy,2026-04-02 10:51:00,411.0 -34647,buy_mtf_cross_all_tf,buy,2026-04-02 11:18:00,409.0 -34648,buy_mtf_cross_all_tf,buy,2026-04-02 11:27:00,407.0 -34649,buy_mtf_cross_all_tf,buy,2026-04-02 11:30:00,407.0 -34650,buy_mtf_cross_all_tf,buy,2026-04-02 11:36:00,407.0 -34651,buy_mtf_cross_all_tf,buy,2026-04-02 11:39:00,407.0 -34652,buy_mtf_cross_all_tf,buy,2026-04-02 11:45:00,405.0 -34653,buy_mtf_cross_all_tf,buy,2026-04-02 18:15:00,407.0 -34654,buy_mtf_cross_all_tf,buy,2026-04-02 18:18:00,407.0 -34655,buy_mtf_cross_all_tf,buy,2026-04-02 18:24:00,407.0 -34656,buy_mtf_cross_all_tf,buy,2026-04-02 21:00:00,407.0 -34657,buy_mtf_cross_all_tf,buy,2026-04-02 21:03:00,407.0 -34658,buy_mtf_cross_all_tf,buy,2026-04-02 21:09:00,407.0 -34659,buy_mtf_cross_all_tf,buy,2026-04-02 21:30:00,406.0 -34660,buy_mtf_cross_all_tf,buy,2026-04-02 21:45:00,405.0 -34661,buy_mtf_cross_all_tf,buy,2026-04-02 22:57:00,401.0 -34662,buy_mtf_cross_all_tf,buy,2026-04-03 10:00:00,403.0 -34663,buy_mtf_cross_all_tf,buy,2026-04-03 10:15:00,402.0 -34664,buy_mtf_cross_all_tf,buy,2026-04-03 10:45:00,401.0 -34665,buy_mtf_cross_all_tf,buy,2026-04-04 00:57:00,409.0 -34666,buy_mtf_cross_all_tf,buy,2026-04-04 01:00:00,409.0 -34667,buy_mtf_cross_all_tf,buy,2026-04-04 03:12:00,409.0 -34668,buy_mtf_cross_all_tf,buy,2026-04-04 03:15:00,409.0 -34669,buy_mtf_cross_all_tf,buy,2026-04-04 03:30:00,409.0 -34670,buy_mtf_cross_all_tf,buy,2026-04-04 03:33:00,409.0 -34671,buy_mtf_cross_all_tf,buy,2026-04-04 04:00:00,408.0 -34672,buy_mtf_cross_all_tf,buy,2026-04-04 04:03:00,408.0 -34673,buy_mtf_cross_all_tf,buy,2026-04-04 04:15:00,406.0 -34674,buy_mtf_cross_all_tf,buy,2026-04-04 04:18:00,405.0 -34675,buy_mtf_cross_all_tf,buy,2026-04-04 04:30:00,405.0 -34676,buy_mtf_cross_all_tf,buy,2026-04-04 08:00:00,403.0 -34677,buy_mtf_cross_all_tf,buy,2026-04-04 08:15:00,403.0 -34678,buy_mtf_cross_all_tf,buy,2026-04-04 08:18:00,403.0 -34679,buy_mtf_cross_all_tf,buy,2026-04-04 08:21:00,403.0 -34680,buy_mtf_cross_all_tf,buy,2026-04-04 08:24:00,403.0 -34681,buy_mtf_cross_all_tf,buy,2026-04-04 10:42:00,402.0 -34682,buy_mtf_cross_all_tf,buy,2026-04-04 11:57:00,401.0 -34683,buy_mtf_cross_all_tf,buy,2026-04-04 12:00:00,401.0 -34684,buy_mtf_cross_all_tf,buy,2026-04-04 12:03:00,401.0 -34685,buy_mtf_cross_all_tf,buy,2026-04-04 17:00:00,401.0 -34686,buy_mtf_cross_all_tf,buy,2026-04-04 18:15:00,396.0 -34687,buy_mtf_cross_all_tf,buy,2026-04-04 18:18:00,395.0 -34688,buy_mtf_cross_all_tf,buy,2026-04-05 08:09:00,395.0 -34689,buy_mtf_cross_all_tf,buy,2026-04-05 08:15:00,395.0 -34690,buy_mtf_cross_all_tf,buy,2026-04-05 08:30:00,392.0 -34691,buy_mtf_cross_all_tf,buy,2026-04-05 08:33:00,391.0 -34692,buy_mtf_cross_all_tf,buy,2026-04-05 08:51:00,389.0 -34693,buy_mtf_cross_all_tf,buy,2026-04-05 08:54:00,389.0 -34694,buy_mtf_cross_all_tf,buy,2026-04-05 11:21:00,389.0 -34695,buy_mtf_cross_all_tf,buy,2026-04-05 11:24:00,389.0 -34696,buy_mtf_cross_all_tf,buy,2026-04-05 13:21:00,388.0 -34697,buy_mtf_cross_all_tf,buy,2026-04-05 13:27:00,388.0 -34698,buy_mtf_cross_all_tf,buy,2026-04-05 13:51:00,386.0 -34699,buy_mtf_cross_all_tf,buy,2026-04-05 13:54:00,386.0 -34700,buy_mtf_cross_all_tf,buy,2026-04-05 14:00:00,386.0 -34701,buy_mtf_cross_all_tf,buy,2026-04-05 15:06:00,384.0 -34702,buy_mtf_cross_all_tf,buy,2026-04-05 15:09:00,384.0 -34703,buy_mtf_cross_all_tf,buy,2026-04-05 15:21:00,383.0 -34704,buy_mtf_cross_all_tf,buy,2026-04-05 16:21:00,382.0 -34705,buy_mtf_cross_all_tf,buy,2026-04-05 16:24:00,382.0 -34706,buy_mtf_cross_all_tf,buy,2026-04-05 16:27:00,382.0 -34707,buy_mtf_cross_all_tf,buy,2026-04-05 16:45:00,379.0 -34708,buy_mtf_cross_all_tf,buy,2026-04-05 16:51:00,379.0 -34709,buy_mtf_cross_all_tf,buy,2026-04-05 19:45:00,378.0 -34710,buy_mtf_cross_all_tf,buy,2026-04-05 19:48:00,377.0 -34711,buy_mtf_cross_all_tf,buy,2026-04-05 19:57:00,376.0 -34712,buy_mtf_cross_all_tf,buy,2026-04-05 20:00:00,376.0 -34713,buy_mtf_cross_all_tf,buy,2026-04-05 20:06:00,376.0 -34714,buy_mtf_cross_all_tf,buy,2026-04-05 20:09:00,376.0 -34715,buy_mtf_cross_all_tf,buy,2026-04-05 21:51:00,375.0 -34716,buy_mtf_cross_all_tf,buy,2026-04-05 22:30:00,374.0 -34717,buy_mtf_cross_all_tf,buy,2026-04-06 04:00:00,376.0 -34718,buy_mtf_cross_all_tf,buy,2026-04-06 04:03:00,376.0 -34719,buy_mtf_cross_all_tf,buy,2026-04-06 04:15:00,375.0 -34720,buy_mtf_cross_all_tf,buy,2026-04-06 04:18:00,375.0 -34721,buy_mtf_cross_all_tf,buy,2026-04-06 04:27:00,375.0 -34722,buy_mtf_cross_all_tf,buy,2026-04-06 04:30:00,374.0 -34723,buy_mtf_cross_all_tf,buy,2026-04-06 04:51:00,370.0 -34724,buy_mtf_cross_all_tf,buy,2026-04-06 05:15:00,370.0 -34725,buy_mtf_cross_all_tf,buy,2026-04-06 05:30:00,369.0 -34726,buy_mtf_cross_all_tf,buy,2026-04-06 05:33:00,369.0 -34727,buy_mtf_cross_all_tf,buy,2026-04-06 06:21:00,366.0 -34728,buy_mtf_cross_all_tf,buy,2026-04-06 06:30:00,366.0 -34729,buy_mtf_cross_all_tf,buy,2026-04-07 06:21:00,376.0 -34730,buy_mtf_cross_all_tf,buy,2026-04-07 06:24:00,376.0 -34731,buy_mtf_cross_all_tf,buy,2026-04-07 06:30:00,375.0 -34732,buy_mtf_cross_all_tf,buy,2026-04-07 06:33:00,375.0 -34733,buy_mtf_cross_all_tf,buy,2026-04-07 06:39:00,375.0 -34734,buy_mtf_cross_all_tf,buy,2026-04-07 06:42:00,375.0 -34735,buy_mtf_cross_all_tf,buy,2026-04-07 06:48:00,374.0 -34736,buy_mtf_cross_all_tf,buy,2026-04-07 06:57:00,374.0 -34737,buy_mtf_cross_all_tf,buy,2026-04-07 07:00:00,374.0 -34738,buy_mtf_cross_all_tf,buy,2026-04-07 07:06:00,374.0 -34739,buy_mtf_cross_all_tf,buy,2026-04-07 07:09:00,373.0 -34740,buy_mtf_cross_all_tf,buy,2026-04-07 07:30:00,372.0 -34741,buy_mtf_cross_all_tf,buy,2026-04-07 07:33:00,372.0 -34742,buy_mtf_cross_all_tf,buy,2026-04-07 07:45:00,371.0 -34743,buy_mtf_cross_all_tf,buy,2026-04-07 08:06:00,367.0 -34744,buy_mtf_cross_all_tf,buy,2026-04-07 08:09:00,366.0 -34745,buy_mtf_cross_all_tf,buy,2026-04-07 08:15:00,367.0 -34746,buy_mtf_cross_all_tf,buy,2026-04-07 08:18:00,366.0 -34747,buy_mtf_cross_all_tf,buy,2026-04-07 08:21:00,365.0 -34748,buy_mtf_cross_all_tf,buy,2026-04-07 08:24:00,366.0 -34749,buy_mtf_cross_all_tf,buy,2026-04-07 08:30:00,365.0 -34750,buy_mtf_cross_all_tf,buy,2026-04-07 08:36:00,365.0 -34751,buy_mtf_cross_all_tf,buy,2026-04-07 11:12:00,365.0 -34752,buy_mtf_cross_all_tf,buy,2026-04-07 11:15:00,365.0 -34753,buy_mtf_cross_all_tf,buy,2026-04-07 21:15:00,368.0 -34754,buy_mtf_cross_all_tf,buy,2026-04-07 21:21:00,368.0 -34755,buy_mtf_cross_all_tf,buy,2026-04-07 21:24:00,368.0 -34756,buy_mtf_cross_all_tf,buy,2026-04-07 21:33:00,367.0 -34757,buy_mtf_cross_all_tf,buy,2026-04-07 21:36:00,366.0 -34758,buy_mtf_cross_all_tf,buy,2026-04-07 21:39:00,367.0 -34759,buy_mtf_cross_all_tf,buy,2026-04-15 01:00:00,457.0 -34760,buy_mtf_cross_all_tf,buy,2026-04-15 01:03:00,457.0 -34761,buy_mtf_cross_all_tf,buy,2026-04-15 01:06:00,456.0 -34762,buy_mtf_cross_all_tf,buy,2026-04-15 01:09:00,457.0 -34763,buy_mtf_cross_all_tf,buy,2026-04-15 01:12:00,457.0 -34764,buy_mtf_cross_all_tf,buy,2026-04-15 01:15:00,456.0 -34765,buy_mtf_cross_all_tf,buy,2026-04-15 01:18:00,456.0 -34766,buy_mtf_cross_all_tf,buy,2026-04-15 01:21:00,456.0 -34767,buy_mtf_cross_all_tf,buy,2026-04-15 01:24:00,455.0 -34768,buy_mtf_cross_all_tf,buy,2026-04-15 01:51:00,455.0 -34769,buy_mtf_cross_all_tf,buy,2026-04-15 01:54:00,454.0 -34770,buy_mtf_cross_all_tf,buy,2026-04-15 01:57:00,455.0 -34771,buy_mtf_cross_all_tf,buy,2026-04-15 02:51:00,450.0 -34772,buy_mtf_cross_all_tf,buy,2026-04-15 03:18:00,449.0 -34773,buy_mtf_cross_all_tf,buy,2026-04-15 03:21:00,449.0 -34774,buy_mtf_cross_all_tf,buy,2026-04-15 03:36:00,445.0 -34775,buy_mtf_cross_all_tf,buy,2026-04-15 03:42:00,444.0 -34776,buy_mtf_cross_all_tf,buy,2026-04-15 03:45:00,443.0 -34777,buy_mtf_cross_all_tf,buy,2026-04-15 03:57:00,440.0 -34778,buy_mtf_cross_all_tf,buy,2026-04-15 04:00:00,440.0 -34779,buy_mtf_cross_all_tf,buy,2026-04-15 04:12:00,440.0 -34780,buy_mtf_cross_all_tf,buy,2026-04-15 04:18:00,439.0 -34781,buy_mtf_cross_all_tf,buy,2026-04-15 04:21:00,438.0 -34782,buy_mtf_cross_all_tf,buy,2026-04-15 04:24:00,437.0 -34783,buy_mtf_cross_all_tf,buy,2026-04-15 04:27:00,437.0 -34784,buy_mtf_cross_all_tf,buy,2026-04-15 04:30:00,438.0 -34785,buy_mtf_cross_all_tf,buy,2026-04-15 04:33:00,437.0 -34786,buy_mtf_cross_all_tf,buy,2026-04-15 04:36:00,437.0 -34787,buy_mtf_cross_all_tf,buy,2026-04-15 04:39:00,436.0 -34788,buy_mtf_cross_all_tf,buy,2026-04-15 04:42:00,437.0 -34789,buy_mtf_cross_all_tf,buy,2026-04-15 16:00:00,440.0 -34790,buy_mtf_cross_all_tf,buy,2026-04-15 16:09:00,440.0 -34791,buy_mtf_cross_all_tf,buy,2026-04-15 16:30:00,438.0 -34792,buy_mtf_cross_all_tf,buy,2026-04-15 16:33:00,437.0 -34793,buy_mtf_cross_all_tf,buy,2026-04-15 16:36:00,437.0 -34794,buy_mtf_cross_all_tf,buy,2026-04-15 16:42:00,436.0 -34795,buy_mtf_cross_all_tf,buy,2026-04-15 16:45:00,437.0 -34796,buy_mtf_cross_all_tf,buy,2026-04-18 00:21:00,452.0 -34797,buy_mtf_cross_all_tf,buy,2026-04-18 00:24:00,450.0 -34798,buy_mtf_cross_all_tf,buy,2026-04-18 00:42:00,443.0 -34799,buy_mtf_cross_all_tf,buy,2026-04-18 00:48:00,441.0 -34800,buy_mtf_cross_all_tf,buy,2026-04-18 00:51:00,441.0 -34801,buy_mtf_cross_all_tf,buy,2026-04-18 01:00:00,439.0 -34802,buy_mtf_cross_all_tf,buy,2026-04-18 03:21:00,428.0 -34803,buy_mtf_cross_all_tf,buy,2026-04-18 03:24:00,428.0 -34804,buy_mtf_cross_all_tf,buy,2026-04-18 03:27:00,428.0 -34805,buy_mtf_cross_all_tf,buy,2026-04-18 03:30:00,423.0 -34806,buy_mtf_cross_all_tf,buy,2026-04-18 03:33:00,423.0 -34807,buy_mtf_cross_all_tf,buy,2026-04-18 03:36:00,421.0 -34808,buy_mtf_cross_all_tf,buy,2026-04-18 03:39:00,419.0 -34809,buy_mtf_cross_all_tf,buy,2026-04-18 03:42:00,419.0 -34810,buy_mtf_cross_all_tf,buy,2026-04-18 03:45:00,421.0 -34811,buy_mtf_cross_all_tf,buy,2026-04-18 07:48:00,414.0 -34812,buy_mtf_cross_all_tf,buy,2026-04-18 07:51:00,415.0 -34813,buy_mtf_cross_all_tf,buy,2026-04-18 07:54:00,415.0 -34814,buy_mtf_cross_all_tf,buy,2026-04-18 17:39:00,416.0 -34815,buy_mtf_cross_all_tf,buy,2026-04-18 17:42:00,417.0 -34816,buy_mtf_cross_all_tf,buy,2026-04-18 19:21:00,414.0 -34817,buy_mtf_cross_all_tf,buy,2026-04-18 19:30:00,414.0 -34818,buy_mtf_cross_all_tf,buy,2026-04-18 19:42:00,413.0 -34819,buy_mtf_cross_all_tf,buy,2026-04-18 19:51:00,412.0 -34820,buy_mtf_cross_all_tf,buy,2026-04-18 19:54:00,411.0 -34821,buy_mtf_cross_all_tf,buy,2026-04-18 19:57:00,412.0 -34822,buy_mtf_cross_all_tf,buy,2026-04-18 20:00:00,412.0 -34823,buy_mtf_cross_all_tf,buy,2026-04-18 20:03:00,411.0 -34824,buy_mtf_cross_all_tf,buy,2026-04-18 20:15:00,408.0 -34825,buy_mtf_cross_all_tf,buy,2026-04-18 20:51:00,406.0 -34826,buy_mtf_cross_all_tf,buy,2026-04-19 00:54:00,405.0 -34827,buy_mtf_cross_all_tf,buy,2026-04-19 01:00:00,405.0 -34828,buy_mtf_cross_all_tf,buy,2026-04-19 01:03:00,404.0 -34829,buy_mtf_cross_all_tf,buy,2026-04-19 01:12:00,404.0 -34830,buy_mtf_cross_all_tf,buy,2026-04-19 01:18:00,403.0 -34831,buy_mtf_cross_all_tf,buy,2026-04-19 01:30:00,403.0 -34832,buy_mtf_cross_all_tf,buy,2026-04-19 01:57:00,399.0 -34833,buy_mtf_cross_all_tf,buy,2026-04-19 02:00:00,398.0 -34834,buy_mtf_cross_all_tf,buy,2026-04-19 02:03:00,398.0 -34835,buy_mtf_cross_all_tf,buy,2026-04-19 02:06:00,397.0 -34836,buy_mtf_cross_all_tf,buy,2026-04-19 04:00:00,396.0 -34837,buy_mtf_cross_all_tf,buy,2026-04-19 04:06:00,396.0 -34838,buy_mtf_cross_all_tf,buy,2026-04-19 04:09:00,396.0 -34839,buy_mtf_cross_all_tf,buy,2026-04-19 04:30:00,395.0 -34840,buy_mtf_cross_all_tf,buy,2026-04-19 04:42:00,393.0 -34841,buy_mtf_cross_all_tf,buy,2026-04-19 04:48:00,393.0 -34842,buy_mtf_cross_all_tf,buy,2026-04-19 05:15:00,393.0 -34843,buy_mtf_cross_all_tf,buy,2026-04-19 05:42:00,392.0 -34844,buy_mtf_cross_all_tf,buy,2026-04-19 05:45:00,392.0 -34845,buy_mtf_cross_all_tf,buy,2026-04-19 05:48:00,392.0 -34846,buy_mtf_cross_all_tf,buy,2026-04-19 08:54:00,391.0 -34847,buy_mtf_cross_all_tf,buy,2026-04-19 09:12:00,389.0 -34848,buy_mtf_cross_all_tf,buy,2026-04-19 09:15:00,389.0 -34849,buy_mtf_cross_all_tf,buy,2026-04-19 09:18:00,390.0 -34850,buy_mtf_cross_all_tf,buy,2026-04-19 09:30:00,389.0 -34851,buy_mtf_cross_all_tf,buy,2026-04-19 09:36:00,388.0 -34852,buy_mtf_cross_all_tf,buy,2026-04-19 09:45:00,388.0 -34853,buy_mtf_cross_all_tf,buy,2026-04-19 11:36:00,387.0 -34854,buy_mtf_cross_all_tf,buy,2026-04-19 13:45:00,387.0 -34855,buy_mtf_cross_all_tf,buy,2026-04-19 14:33:00,386.0 -34856,buy_mtf_cross_all_tf,buy,2026-04-20 05:30:00,388.0 -34857,buy_mtf_cross_all_tf,buy,2026-04-20 07:00:00,388.0 -34858,buy_mtf_cross_all_tf,buy,2026-04-20 07:12:00,387.0 -34859,buy_mtf_cross_all_tf,buy,2026-04-20 07:15:00,386.0 -34860,buy_mtf_cross_all_tf,buy,2026-04-20 14:15:00,388.0 -34861,buy_mtf_cross_all_tf,buy,2026-04-20 14:18:00,387.0 -34862,buy_mtf_cross_all_tf,buy,2026-04-20 14:21:00,387.0 -34863,buy_mtf_cross_all_tf,buy,2026-04-20 14:36:00,386.0 -34864,buy_mtf_cross_all_tf,buy,2026-04-20 14:39:00,386.0 -34865,buy_mtf_cross_all_tf,buy,2026-04-20 14:42:00,386.0 -34866,buy_mtf_cross_all_tf,buy,2026-04-20 14:45:00,385.0 -34867,buy_mtf_cross_all_tf,buy,2026-04-21 08:12:00,391.0 -34868,buy_mtf_cross_all_tf,buy,2026-04-21 08:21:00,390.0 -34869,buy_mtf_cross_all_tf,buy,2026-04-21 08:30:00,390.0 -34870,buy_mtf_cross_all_tf,buy,2026-04-21 08:33:00,390.0 -34871,buy_mtf_cross_all_tf,buy,2026-04-21 09:27:00,390.0 -34872,buy_mtf_cross_all_tf,buy,2026-04-21 12:15:00,389.0 -34873,buy_mtf_cross_all_tf,buy,2026-04-21 12:18:00,389.0 -34874,buy_mtf_cross_all_tf,buy,2026-04-21 12:21:00,389.0 -34875,buy_mtf_cross_all_tf,buy,2026-04-21 12:24:00,388.0 -34876,buy_mtf_cross_all_tf,buy,2026-04-21 12:27:00,388.0 -34877,buy_mtf_cross_all_tf,buy,2026-04-21 12:39:00,388.0 -34878,buy_mtf_cross_all_tf,buy,2026-04-21 22:15:00,389.0 -34879,buy_mtf_cross_all_tf,buy,2026-04-24 02:21:00,386.0 -34880,buy_mtf_cross_all_tf,buy,2026-04-24 02:24:00,386.0 -34881,buy_mtf_cross_all_tf,buy,2026-04-24 02:27:00,386.0 -34882,buy_mtf_cross_all_tf,buy,2026-04-24 02:51:00,383.0 -34883,buy_mtf_cross_all_tf,buy,2026-04-24 16:51:00,389.0 -34884,buy_mtf_cross_all_tf,buy,2026-04-24 16:57:00,388.0 -34885,buy_mtf_cross_all_tf,buy,2026-04-24 17:00:00,388.0 -34886,buy_mtf_cross_all_tf,buy,2026-04-24 17:03:00,388.0 -34887,buy_mtf_cross_all_tf,buy,2026-04-24 17:06:00,388.0 -34888,buy_mtf_cross_all_tf,buy,2026-04-24 18:30:00,388.0 -34889,buy_mtf_cross_all_tf,buy,2026-04-25 04:36:00,388.0 -34890,buy_mtf_cross_all_tf,buy,2026-04-25 08:00:00,387.0 -34891,buy_mtf_cross_all_tf,buy,2026-04-25 08:03:00,387.0 -34892,buy_mtf_cross_all_tf,buy,2026-04-25 09:45:00,387.0 -34893,buy_mtf_cross_all_tf,buy,2026-04-25 20:39:00,388.0 -34894,buy_mtf_cross_all_tf,buy,2026-04-25 23:27:00,387.0 -34895,buy_mtf_cross_all_tf,buy,2026-04-25 23:30:00,387.0 -34896,buy_mtf_cross_all_tf,buy,2026-04-25 23:42:00,387.0 -34897,buy_mtf_cross_all_tf,buy,2026-04-26 00:15:00,386.0 -34898,buy_mtf_cross_all_tf,buy,2026-04-26 00:18:00,386.0 -34899,buy_mtf_cross_all_tf,buy,2026-04-26 01:45:00,384.0 -34900,buy_mtf_cross_all_tf,buy,2026-04-26 02:42:00,383.0 -34901,buy_mtf_cross_all_tf,buy,2026-04-26 02:45:00,383.0 -34902,buy_mtf_cross_all_tf,buy,2026-04-26 02:48:00,383.0 -34903,buy_mtf_cross_all_tf,buy,2026-04-26 10:27:00,383.0 -34904,buy_mtf_cross_all_tf,buy,2026-04-26 10:30:00,383.0 -34905,buy_mtf_cross_all_tf,buy,2026-04-26 10:33:00,383.0 -34906,buy_mtf_cross_all_tf,buy,2026-04-26 10:36:00,383.0 -34907,buy_mtf_cross_all_tf,buy,2026-04-26 10:42:00,383.0 -34908,buy_mtf_cross_all_tf,buy,2026-04-26 10:48:00,382.0 -34909,buy_mtf_cross_all_tf,buy,2026-04-26 10:51:00,382.0 -34910,buy_mtf_cross_all_tf,buy,2026-04-26 10:54:00,382.0 -34911,buy_mtf_cross_all_tf,buy,2026-04-26 10:57:00,382.0 -34912,buy_mtf_cross_all_tf,buy,2026-04-26 11:00:00,382.0 -34913,buy_mtf_cross_all_tf,buy,2026-04-26 11:03:00,382.0 -34914,buy_mtf_cross_all_tf,buy,2026-04-26 11:06:00,382.0 -34915,buy_mtf_cross_all_tf,buy,2026-04-26 21:21:00,386.0 -34916,buy_mtf_cross_all_tf,buy,2026-04-26 21:30:00,386.0 -34917,buy_mtf_cross_all_tf,buy,2026-04-26 21:33:00,386.0 -34918,buy_mtf_cross_all_tf,buy,2026-04-26 21:36:00,386.0 -34919,buy_mtf_cross_all_tf,buy,2026-04-27 14:15:00,387.0 -34920,buy_mtf_cross_all_tf,buy,2026-04-27 14:48:00,382.0 -34921,buy_mtf_cross_all_tf,buy,2026-04-27 15:45:00,379.0 -34922,buy_mtf_cross_all_tf,buy,2026-04-27 15:48:00,379.0 -34923,buy_mtf_cross_all_tf,buy,2026-04-27 15:51:00,379.0 -34924,buy_mtf_cross_all_tf,buy,2026-04-27 16:12:00,378.0 -34925,buy_mtf_cross_all_tf,buy,2026-04-27 16:15:00,378.0 -34926,buy_mtf_cross_all_tf,buy,2026-04-27 16:39:00,377.0 -34927,buy_mtf_cross_all_tf,buy,2026-04-27 16:42:00,377.0 -34928,buy_mtf_cross_all_tf,buy,2026-04-27 17:00:00,376.0 -34929,buy_mtf_cross_all_tf,buy,2026-04-27 17:03:00,376.0 -34930,buy_mtf_cross_all_tf,buy,2026-04-27 17:33:00,375.0 -34931,buy_mtf_cross_all_tf,buy,2026-04-27 17:51:00,375.0 -34932,buy_mtf_cross_all_tf,buy,2026-04-28 00:30:00,374.0 -34933,buy_mtf_cross_all_tf,buy,2026-04-28 00:42:00,373.0 -34934,buy_mtf_cross_all_tf,buy,2026-04-28 00:45:00,372.0 -34935,buy_mtf_cross_all_tf,buy,2026-04-28 00:48:00,372.0 -34936,buy_mtf_cross_all_tf,buy,2026-04-28 00:51:00,372.0 -34937,buy_mtf_cross_all_tf,buy,2026-04-28 01:06:00,371.0 -34938,buy_mtf_cross_all_tf,buy,2026-04-28 01:09:00,371.0 -34939,buy_mtf_cross_all_tf,buy,2026-04-28 12:21:00,375.0 -34940,buy_mtf_cross_all_tf,buy,2026-04-28 12:30:00,375.0 -34941,buy_mtf_cross_all_tf,buy,2026-04-28 12:33:00,375.0 -34942,buy_mtf_cross_all_tf,buy,2026-04-28 13:12:00,374.0 -34943,buy_mtf_cross_all_tf,buy,2026-04-28 13:21:00,374.0 -34944,buy_mtf_cross_all_tf,buy,2026-04-28 15:51:00,372.0 -34945,buy_mtf_cross_all_tf,buy,2026-04-28 16:15:00,372.0 -34946,buy_mtf_cross_all_tf,buy,2026-04-28 16:30:00,371.0 -34947,buy_mtf_cross_all_tf,buy,2026-04-28 19:00:00,371.0 -34948,buy_mtf_cross_all_tf,buy,2026-04-28 19:06:00,371.0 -34949,buy_mtf_cross_all_tf,buy,2026-04-29 22:42:00,373.0 -34950,buy_mtf_cross_all_tf,buy,2026-04-29 22:45:00,372.0 -34951,buy_mtf_cross_all_tf,buy,2026-04-29 22:48:00,372.0 -34952,buy_mtf_cross_all_tf,buy,2026-04-29 23:06:00,371.0 -34953,buy_mtf_cross_all_tf,buy,2026-04-30 00:42:00,368.0 -34954,buy_mtf_cross_all_tf,buy,2026-04-30 00:45:00,368.0 -34955,buy_mtf_cross_all_tf,buy,2026-04-30 00:48:00,368.0 -34956,buy_mtf_cross_all_tf,buy,2026-04-30 00:51:00,368.0 -34957,buy_mtf_cross_all_tf,buy,2026-04-30 00:54:00,367.0 -34958,buy_mtf_cross_all_tf,buy,2026-04-30 00:57:00,367.0 -34959,buy_mtf_cross_all_tf,buy,2026-04-30 01:45:00,367.0 -34960,buy_mtf_cross_all_tf,buy,2026-04-30 02:00:00,367.0 -34961,buy_mtf_cross_all_tf,buy,2026-04-30 03:27:00,362.0 -34962,buy_mtf_cross_all_tf,buy,2026-04-30 03:30:00,360.0 -34963,buy_mtf_cross_all_tf,buy,2026-04-30 03:33:00,360.0 -34964,buy_mtf_cross_all_tf,buy,2026-04-30 13:57:00,368.0 -34965,buy_mtf_cross_all_tf,buy,2026-04-30 15:30:00,366.0 -34966,buy_mtf_cross_all_tf,buy,2026-04-30 15:33:00,366.0 -34967,buy_mtf_cross_all_tf,buy,2026-04-30 16:06:00,365.0 -34968,buy_mtf_cross_all_tf,buy,2026-04-30 16:09:00,365.0 -34969,buy_mtf_cross_all_tf,buy,2026-04-30 16:12:00,365.0 -34970,buy_mtf_cross_all_tf,buy,2026-04-30 16:15:00,365.0 -34971,buy_mtf_cross_all_tf,buy,2026-04-30 18:21:00,365.0 -34972,buy_mtf_cross_all_tf,buy,2026-04-30 19:30:00,361.0 -34973,buy_mtf_cross_all_tf,buy,2026-04-30 23:00:00,360.0 -34974,buy_mtf_cross_all_tf,buy,2026-04-30 23:03:00,360.0 -34975,buy_mtf_cross_all_tf,buy,2026-05-01 08:30:00,361.0 -34976,buy_mtf_cross_all_tf,buy,2026-05-01 13:51:00,361.0 -34977,buy_mtf_cross_all_tf,buy,2026-05-01 14:00:00,361.0 -34978,buy_mtf_cross_all_tf,buy,2026-05-01 14:03:00,360.0 -34979,buy_mtf_cross_all_tf,buy,2026-05-01 14:45:00,359.0 -34980,buy_mtf_cross_all_tf,buy,2026-05-01 14:57:00,359.0 -34981,buy_mtf_cross_all_tf,buy,2026-05-01 15:15:00,358.0 -34982,buy_mtf_cross_all_tf,buy,2026-05-01 15:45:00,357.0 -34983,buy_mtf_cross_all_tf,buy,2026-05-01 15:48:00,357.0 -34984,buy_mtf_cross_all_tf,buy,2026-05-01 15:57:00,356.0 -34985,buy_mtf_cross_all_tf,buy,2026-05-01 16:00:00,356.0 -34986,buy_mtf_cross_all_tf,buy,2026-05-01 16:06:00,356.0 -34987,buy_mtf_cross_all_tf,buy,2026-05-01 16:09:00,356.0 -34988,buy_mtf_cross_all_tf,buy,2026-05-01 16:15:00,356.0 -34989,buy_mtf_cross_all_tf,buy,2026-05-01 19:39:00,353.0 -34990,buy_mtf_cross_all_tf,buy,2026-05-01 19:42:00,353.0 -34991,buy_mtf_cross_all_tf,buy,2026-05-02 01:30:00,352.0 -34992,buy_mtf_cross_all_tf,buy,2026-05-02 01:33:00,351.0 -34993,buy_mtf_cross_all_tf,buy,2026-05-02 06:15:00,350.0 -34994,buy_mtf_cross_all_tf,buy,2026-05-02 06:21:00,350.0 -34995,buy_mtf_cross_all_tf,buy,2026-05-02 06:24:00,350.0 -34996,buy_mtf_cross_all_tf,buy,2026-05-02 08:00:00,349.0 -34997,buy_mtf_cross_all_tf,buy,2026-05-02 08:03:00,349.0 -34998,buy_mtf_cross_all_tf,buy,2026-05-02 08:09:00,349.0 -34999,buy_mtf_cross_all_tf,buy,2026-05-02 08:36:00,348.0 -35000,buy_mtf_cross_all_tf,buy,2026-05-02 08:39:00,348.0 -35001,buy_mtf_cross_all_tf,buy,2026-05-02 09:21:00,347.0 -35002,buy_mtf_cross_all_tf,buy,2026-05-02 12:45:00,346.0 -35003,buy_mtf_cross_all_tf,buy,2026-05-04 08:21:00,353.0 -35004,buy_mtf_cross_all_tf,buy,2026-05-04 08:24:00,353.0 -35005,buy_mtf_cross_all_tf,buy,2026-05-04 08:27:00,353.0 -35006,buy_mtf_cross_all_tf,buy,2026-05-04 08:36:00,352.0 -35007,buy_mtf_cross_all_tf,buy,2026-05-04 08:39:00,352.0 -35008,buy_mtf_cross_all_tf,buy,2026-05-04 08:45:00,352.0 -35009,buy_mtf_cross_all_tf,buy,2026-05-04 08:48:00,352.0 -35010,buy_mtf_cross_all_tf,buy,2026-05-04 08:54:00,351.0 -35011,buy_mtf_cross_all_tf,buy,2026-05-04 09:00:00,351.0 -35012,buy_mtf_cross_all_tf,buy,2026-05-04 09:15:00,349.0 -35013,buy_mtf_cross_all_tf,buy,2026-05-04 09:21:00,348.0 -35014,buy_mtf_cross_all_tf,buy,2026-05-04 09:24:00,348.0 -35015,buy_mtf_cross_all_tf,buy,2026-05-04 09:36:00,348.0 -35016,buy_mtf_cross_all_tf,buy,2026-05-04 16:30:00,355.0 -35017,buy_mtf_cross_all_tf,buy,2026-05-04 16:36:00,355.0 -35018,buy_mtf_cross_all_tf,buy,2026-05-04 16:39:00,355.0 -35019,buy_mtf_cross_all_tf,buy,2026-05-04 17:09:00,354.0 -35020,buy_mtf_cross_all_tf,buy,2026-05-04 22:30:00,349.0 -35021,buy_mtf_cross_all_tf,buy,2026-05-12 10:45:00,408.0 -35022,buy_mtf_cross_all_tf,buy,2026-05-12 10:48:00,407.0 -35023,buy_mtf_cross_all_tf,buy,2026-05-12 10:51:00,408.0 -35024,buy_mtf_cross_all_tf,buy,2026-05-12 10:54:00,407.0 -35025,buy_mtf_cross_all_tf,buy,2026-05-12 10:57:00,407.0 -35026,buy_mtf_cross_all_tf,buy,2026-05-12 11:00:00,406.0 -35027,buy_mtf_cross_all_tf,buy,2026-05-12 16:15:00,407.0 -35028,buy_mtf_cross_all_tf,buy,2026-05-12 17:09:00,407.0 -35029,buy_mtf_cross_all_tf,buy,2026-05-12 17:30:00,405.0 -35030,buy_mtf_cross_all_tf,buy,2026-05-12 17:33:00,404.0 -35031,buy_mtf_cross_all_tf,buy,2026-05-12 18:12:00,404.0 -35032,buy_mtf_cross_all_tf,buy,2026-05-12 18:30:00,403.0 -35033,buy_mtf_cross_all_tf,buy,2026-05-12 19:30:00,403.0 -35034,buy_mtf_cross_all_tf,buy,2026-05-12 19:42:00,400.0 -35035,buy_mtf_cross_all_tf,buy,2026-05-12 20:27:00,399.0 -35036,buy_mtf_cross_all_tf,buy,2026-05-12 23:45:00,394.0 -35037,buy_mtf_cross_all_tf,buy,2026-05-12 23:57:00,392.0 -35038,buy_mtf_cross_all_tf,buy,2026-05-13 00:00:00,392.0 -35039,buy_mtf_cross_all_tf,buy,2026-05-13 00:24:00,390.0 -35040,buy_mtf_cross_all_tf,buy,2026-05-13 00:27:00,391.0 -35041,buy_mtf_cross_all_tf,buy,2026-05-13 01:00:00,390.0 -35042,buy_mtf_cross_all_tf,buy,2026-05-13 21:00:00,408.0 -35043,buy_mtf_cross_all_tf,buy,2026-05-13 21:03:00,408.0 -35044,buy_mtf_cross_all_tf,buy,2026-05-13 21:21:00,407.0 -35045,buy_mtf_cross_all_tf,buy,2026-05-13 21:51:00,400.0 -35046,buy_mtf_cross_all_tf,buy,2026-05-13 21:54:00,399.0 -35047,buy_mtf_cross_all_tf,buy,2026-05-13 21:57:00,399.0 -35048,buy_mtf_cross_all_tf,buy,2026-05-13 22:30:00,398.0 -35049,buy_mtf_cross_all_tf,buy,2026-05-13 22:33:00,398.0 -35050,buy_mtf_cross_all_tf,buy,2026-05-13 22:42:00,397.0 -35051,buy_mtf_cross_all_tf,buy,2026-05-13 22:54:00,395.0 -35052,buy_mtf_cross_all_tf,buy,2026-05-13 22:57:00,393.0 -35053,buy_mtf_cross_all_tf,buy,2026-05-13 23:00:00,394.0 -35054,buy_mtf_cross_all_tf,buy,2026-05-13 23:03:00,393.0 -35055,buy_mtf_cross_all_tf,buy,2026-05-14 00:42:00,384.0 -35056,buy_mtf_cross_all_tf,buy,2026-05-14 00:45:00,384.0 -35057,buy_mtf_cross_all_tf,buy,2026-05-14 00:51:00,383.0 -35058,buy_mtf_cross_all_tf,buy,2026-05-14 00:54:00,383.0 -35059,buy_mtf_cross_all_tf,buy,2026-05-14 00:57:00,382.0 -35060,buy_mtf_cross_all_tf,buy,2026-05-14 06:33:00,383.0 -35061,buy_mtf_cross_all_tf,buy,2026-05-14 06:42:00,383.0 -35062,buy_mtf_cross_all_tf,buy,2026-05-14 07:09:00,382.0 -35063,buy_mtf_cross_all_tf,buy,2026-05-14 12:00:00,385.0 -35064,buy_mtf_cross_all_tf,buy,2026-05-14 12:06:00,385.0 -35065,buy_mtf_cross_all_tf,buy,2026-05-14 12:24:00,380.0 -35066,buy_mtf_cross_all_tf,buy,2026-05-14 12:39:00,380.0 -35067,buy_mtf_cross_all_tf,buy,2026-05-14 12:45:00,380.0 -35068,buy_mtf_cross_all_tf,buy,2026-05-14 12:48:00,379.0 -35069,buy_mtf_cross_all_tf,buy,2026-05-14 12:57:00,379.0 -35070,buy_mtf_cross_all_tf,buy,2026-05-14 18:42:00,380.0 -35071,buy_mtf_cross_all_tf,buy,2026-05-15 08:21:00,389.0 -35072,buy_mtf_cross_all_tf,buy,2026-05-15 08:24:00,388.0 -35073,buy_mtf_cross_all_tf,buy,2026-05-15 08:27:00,389.0 -35074,buy_mtf_cross_all_tf,buy,2026-05-15 08:42:00,388.0 -35075,buy_mtf_cross_all_tf,buy,2026-05-15 08:45:00,388.0 -35076,buy_mtf_cross_all_tf,buy,2026-05-15 08:48:00,388.0 -35077,buy_mtf_cross_all_tf,buy,2026-05-15 08:51:00,387.0 -35078,buy_mtf_cross_all_tf,buy,2026-05-15 08:57:00,387.0 -35079,buy_mtf_cross_all_tf,buy,2026-05-15 09:03:00,387.0 -35080,buy_mtf_cross_all_tf,buy,2026-05-15 11:24:00,385.0 -35081,buy_mtf_cross_all_tf,buy,2026-05-15 11:27:00,384.0 -35082,buy_mtf_cross_all_tf,buy,2026-05-15 11:36:00,384.0 -35083,buy_mtf_cross_all_tf,buy,2026-05-15 13:21:00,385.0 -35084,buy_mtf_cross_all_tf,buy,2026-05-15 13:27:00,384.0 -35085,buy_mtf_cross_all_tf,buy,2026-05-15 13:36:00,384.0 -35086,buy_mtf_cross_all_tf,buy,2026-05-15 13:39:00,384.0 -35087,buy_mtf_cross_all_tf,buy,2026-05-15 13:45:00,383.0 -35088,buy_mtf_cross_all_tf,buy,2026-05-15 13:48:00,383.0 -35089,buy_mtf_cross_all_tf,buy,2026-05-15 13:51:00,383.0 -35090,buy_mtf_cross_all_tf,buy,2026-05-15 13:54:00,382.0 -35091,buy_mtf_cross_all_tf,buy,2026-05-15 13:57:00,382.0 -35092,buy_mtf_cross_all_tf,buy,2026-05-15 14:09:00,381.0 -35093,buy_mtf_cross_all_tf,buy,2026-05-15 14:12:00,381.0 -35094,buy_mtf_cross_all_tf,buy,2026-05-15 14:21:00,381.0 -35095,buy_mtf_cross_all_tf,buy,2026-05-15 14:24:00,381.0 -35096,buy_mtf_cross_all_tf,buy,2026-05-15 14:27:00,380.0 -35097,buy_mtf_cross_all_tf,buy,2026-05-15 14:30:00,380.0 -35098,buy_mtf_cross_all_tf,buy,2026-05-15 14:57:00,373.0 -35099,buy_mtf_cross_all_tf,buy,2026-05-15 15:00:00,373.0 -35100,buy_mtf_cross_all_tf,buy,2026-05-15 15:03:00,373.0 -35101,buy_mtf_cross_all_tf,buy,2026-05-15 22:00:00,373.0 -35102,buy_mtf_cross_all_tf,buy,2026-05-15 22:15:00,372.0 -35103,buy_mtf_cross_all_tf,buy,2026-05-15 22:18:00,372.0 -35104,buy_mtf_cross_all_tf,buy,2026-05-15 22:54:00,364.0 -35105,buy_mtf_cross_all_tf,buy,2026-05-16 13:51:00,364.0 -35106,buy_mtf_cross_all_tf,buy,2026-05-16 13:54:00,364.0 -35107,buy_mtf_cross_all_tf,buy,2026-05-16 15:42:00,361.0 -35108,buy_mtf_cross_all_tf,buy,2026-05-16 15:45:00,361.0 -35109,buy_mtf_cross_all_tf,buy,2026-05-16 15:48:00,360.0 -35110,buy_mtf_cross_all_tf,buy,2026-05-16 16:00:00,360.0 -35111,buy_mtf_cross_all_tf,buy,2026-05-16 16:03:00,360.0 -35112,buy_mtf_cross_all_tf,buy,2026-05-16 16:06:00,360.0 -35113,buy_mtf_cross_all_tf,buy,2026-05-16 16:09:00,360.0 -35114,buy_mtf_cross_all_tf,buy,2026-05-16 16:21:00,357.0 -35115,buy_mtf_cross_all_tf,buy,2026-05-16 16:30:00,357.0 -35116,buy_mtf_cross_all_tf,buy,2026-05-16 19:03:00,353.0 -35117,buy_mtf_cross_all_tf,buy,2026-05-16 19:06:00,353.0 -35118,buy_mtf_cross_all_tf,buy,2026-05-16 19:12:00,352.0 -35119,buy_mtf_cross_all_tf,buy,2026-05-16 19:15:00,352.0 -35120,buy_mtf_cross_all_tf,buy,2026-05-16 19:18:00,352.0 -35121,buy_mtf_cross_all_tf,buy,2026-05-16 19:24:00,352.0 -35122,buy_mtf_cross_all_tf,buy,2026-05-16 19:27:00,352.0 -35123,buy_mtf_cross_all_tf,buy,2026-05-17 09:00:00,358.0 -35124,buy_mtf_cross_all_tf,buy,2026-05-17 10:06:00,357.0 -35125,buy_mtf_cross_all_tf,buy,2026-05-17 10:30:00,356.0 -35126,buy_mtf_cross_all_tf,buy,2026-05-17 10:33:00,356.0 -35127,buy_mtf_cross_all_tf,buy,2026-05-17 10:45:00,356.0 -35128,buy_mtf_cross_all_tf,buy,2026-05-17 11:00:00,355.0 -35129,buy_mtf_cross_all_tf,buy,2026-05-17 11:03:00,355.0 -35130,buy_mtf_cross_all_tf,buy,2026-05-17 20:30:00,362.0 -35131,buy_mtf_cross_all_tf,buy,2026-05-17 23:15:00,361.0 -35132,buy_mtf_cross_all_tf,buy,2026-05-17 23:30:00,360.0 -35133,buy_mtf_cross_all_tf,buy,2026-05-17 23:36:00,360.0 -35134,buy_mtf_cross_all_tf,buy,2026-05-17 23:39:00,360.0 -35135,buy_mtf_cross_all_tf,buy,2026-05-17 23:42:00,360.0 -35136,buy_mtf_cross_all_tf,buy,2026-05-18 02:15:00,358.0 -35137,buy_mtf_cross_all_tf,buy,2026-05-18 02:18:00,358.0 -35138,buy_mtf_cross_all_tf,buy,2026-05-18 02:27:00,358.0 -35139,buy_mtf_cross_all_tf,buy,2026-05-18 03:24:00,357.0 -35140,buy_mtf_cross_all_tf,buy,2026-05-18 03:51:00,357.0 -35141,buy_mtf_cross_all_tf,buy,2026-05-18 07:30:00,358.0 -35142,buy_mtf_cross_all_tf,buy,2026-05-18 07:33:00,358.0 -35143,buy_mtf_cross_all_tf,buy,2026-05-18 07:51:00,357.0 -35144,buy_mtf_cross_all_tf,buy,2026-05-18 07:54:00,357.0 -35145,buy_mtf_cross_all_tf,buy,2026-05-18 07:57:00,357.0 -35146,buy_mtf_cross_all_tf,buy,2026-05-18 08:09:00,356.0 -35147,buy_mtf_cross_all_tf,buy,2026-05-18 08:12:00,356.0 -35148,buy_mtf_cross_all_tf,buy,2026-05-18 08:15:00,356.0 -35149,buy_mtf_cross_all_tf,buy,2026-05-18 08:21:00,356.0 -35150,buy_mtf_cross_all_tf,buy,2026-05-18 08:30:00,354.0 -35151,buy_mtf_cross_all_tf,buy,2026-05-18 08:33:00,355.0 -35152,buy_mtf_cross_all_tf,buy,2026-05-18 08:36:00,354.0 -35153,buy_mtf_cross_all_tf,buy,2026-05-18 08:39:00,354.0 -35154,buy_mtf_cross_all_tf,buy,2026-05-18 10:30:00,348.0 -35155,buy_mtf_cross_all_tf,buy,2026-05-18 10:39:00,348.0 -35156,buy_mtf_cross_all_tf,buy,2026-05-18 15:00:00,350.0 -35157,buy_mtf_cross_all_tf,buy,2026-05-18 15:18:00,349.0 -35158,buy_mtf_cross_all_tf,buy,2026-05-18 15:27:00,348.0 -35159,buy_mtf_cross_all_tf,buy,2026-05-18 15:30:00,348.0 -35160,buy_mtf_cross_all_tf,buy,2026-05-18 16:48:00,346.0 -35161,buy_mtf_cross_all_tf,buy,2026-05-18 16:51:00,346.0 -35162,buy_mtf_cross_all_tf,buy,2026-05-18 18:15:00,346.0 -35163,buy_mtf_cross_all_tf,buy,2026-05-18 18:18:00,346.0 -35164,buy_mtf_cross_all_tf,buy,2026-05-18 19:00:00,345.0 -35165,buy_mtf_cross_all_tf,buy,2026-05-18 19:12:00,344.0 -35166,buy_mtf_cross_all_tf,buy,2026-05-18 19:15:00,344.0 -35167,buy_mtf_cross_all_tf,buy,2026-05-18 19:21:00,343.0 -35168,buy_mtf_cross_all_tf,buy,2026-05-18 19:36:00,343.0 -35169,buy_mtf_cross_all_tf,buy,2026-05-28 01:42:00,523.0 -35170,buy_mtf_cross_all_tf,buy,2026-05-28 01:45:00,523.0 -35171,buy_mtf_cross_all_tf,buy,2026-05-28 02:03:00,521.0 -35172,buy_mtf_cross_all_tf,buy,2026-05-28 02:06:00,520.0 -35173,buy_mtf_cross_all_tf,buy,2026-05-28 02:09:00,518.0 -35174,buy_mtf_cross_all_tf,buy,2026-05-28 02:12:00,521.0 -35175,buy_mtf_cross_all_tf,buy,2026-05-28 02:15:00,519.0 -35176,buy_mtf_cross_all_tf,buy,2026-05-28 02:24:00,516.0 -35177,buy_mtf_cross_all_tf,buy,2026-05-28 02:36:00,510.0 -35178,buy_mtf_cross_all_tf,buy,2026-05-28 02:39:00,509.0 -35179,buy_mtf_cross_all_tf,buy,2026-05-28 02:42:00,509.0 -35180,buy_mtf_cross_all_tf,buy,2026-05-28 02:45:00,508.0 -35181,buy_mtf_cross_all_tf,buy,2026-05-28 02:48:00,508.0 -35182,buy_mtf_cross_all_tf,buy,2026-05-28 02:54:00,507.0 -35183,buy_mtf_cross_all_tf,buy,2026-05-28 02:57:00,507.0 -35184,buy_mtf_cross_all_tf,buy,2026-05-28 06:57:00,504.0 -35185,buy_mtf_cross_all_tf,buy,2026-05-28 07:36:00,504.0 -35186,buy_mtf_cross_all_tf,buy,2026-05-28 07:39:00,503.0 -35187,buy_mtf_cross_all_tf,buy,2026-05-28 07:45:00,503.0 -35188,buy_mtf_cross_all_tf,buy,2026-05-28 07:48:00,502.0 -35189,buy_mtf_cross_all_tf,buy,2026-05-28 07:51:00,503.0 -35190,buy_mtf_cross_all_tf,buy,2026-05-28 07:54:00,502.0 -35191,buy_mtf_cross_all_tf,buy,2026-05-28 07:57:00,501.0 -35192,buy_mtf_cross_all_tf,buy,2026-05-28 08:00:00,500.0 -35193,buy_mtf_cross_all_tf,buy,2026-05-28 08:06:00,500.0 -35194,buy_mtf_cross_all_tf,buy,2026-05-28 08:09:00,501.0 -35195,buy_mtf_cross_all_tf,buy,2026-05-28 08:18:00,499.0 -35196,buy_mtf_cross_all_tf,buy,2026-05-28 08:21:00,499.0 -35197,buy_mtf_cross_all_tf,buy,2026-05-28 08:24:00,498.0 -35198,buy_mtf_cross_all_tf,buy,2026-05-28 08:30:00,497.0 -35199,buy_mtf_cross_all_tf,buy,2026-05-28 08:33:00,498.0 -35200,buy_mtf_cross_all_tf,buy,2026-05-28 08:36:00,497.0 -35201,buy_mtf_cross_all_tf,buy,2026-05-28 08:39:00,498.0 -35202,buy_mtf_cross_all_tf,buy,2026-05-28 09:36:00,496.0 -35203,buy_mtf_cross_all_tf,buy,2026-05-28 09:45:00,495.0 -35204,buy_mtf_cross_all_tf,buy,2026-05-28 09:48:00,494.0 -35205,buy_mtf_cross_all_tf,buy,2026-05-28 09:57:00,491.0 -35206,buy_mtf_cross_all_tf,buy,2026-05-28 10:00:00,492.0 -35207,buy_mtf_cross_all_tf,buy,2026-05-28 10:03:00,491.0 -35208,buy_mtf_cross_all_tf,buy,2026-05-28 10:06:00,489.0 -35209,buy_mtf_cross_all_tf,buy,2026-05-28 10:09:00,490.0 -35210,buy_mtf_cross_all_tf,buy,2026-05-28 10:12:00,488.0 -35211,buy_mtf_cross_all_tf,buy,2026-05-28 10:15:00,489.0 -35212,buy_mtf_cross_all_tf,buy,2026-05-28 10:18:00,487.0 -35213,buy_mtf_cross_all_tf,buy,2026-05-28 10:21:00,488.0 -35214,buy_mtf_cross_all_tf,buy,2026-05-28 11:15:00,488.0 -35215,buy_mtf_cross_all_tf,buy,2026-05-28 11:30:00,488.0 -35216,buy_mtf_cross_all_tf,buy,2026-05-28 11:33:00,486.0 -35217,buy_mtf_cross_all_tf,buy,2026-05-28 13:24:00,473.0 -35218,buy_mtf_cross_all_tf,buy,2026-05-28 13:27:00,473.0 -35219,buy_mtf_cross_all_tf,buy,2026-05-28 14:30:00,455.0 -35220,buy_mtf_cross_all_tf,buy,2026-05-28 14:33:00,456.0 -35221,buy_mtf_cross_all_tf,buy,2026-05-28 15:45:00,452.0 -35222,buy_mtf_cross_all_tf,buy,2026-05-28 19:36:00,444.0 -35223,buy_mtf_cross_all_tf,buy,2026-05-28 19:39:00,442.0 -35224,buy_mtf_cross_all_tf,buy,2026-05-28 19:42:00,441.0 -35225,buy_mtf_cross_all_tf,buy,2026-05-28 19:45:00,442.0 -35226,buy_mtf_cross_all_tf,buy,2026-05-28 19:54:00,440.0 -35227,buy_mtf_cross_all_tf,buy,2026-05-28 20:00:00,439.0 -35228,buy_mtf_cross_all_tf,buy,2026-05-28 20:03:00,437.0 -35229,buy_mtf_cross_all_tf,buy,2026-05-28 20:06:00,436.0 -35230,buy_mtf_cross_all_tf,buy,2026-05-28 20:09:00,435.0 -35231,buy_mtf_cross_all_tf,buy,2026-05-28 21:09:00,432.0 -35232,buy_mtf_cross_all_tf,buy,2026-05-28 21:12:00,433.0 -35233,buy_mtf_cross_all_tf,buy,2026-05-28 21:15:00,433.0 -35234,buy_mtf_cross_all_tf,buy,2026-05-28 21:18:00,432.0 -35235,buy_mtf_cross_all_tf,buy,2026-05-28 21:21:00,431.0 -35236,buy_mtf_cross_all_tf,buy,2026-05-28 21:24:00,431.0 -35237,buy_mtf_cross_all_tf,buy,2026-05-28 22:30:00,429.0 -35238,buy_mtf_cross_all_tf,buy,2026-05-28 22:33:00,430.0 -35239,buy_mtf_cross_all_tf,buy,2026-05-28 23:06:00,426.0 -35240,buy_mtf_cross_all_tf,buy,2026-05-28 23:30:00,425.0 -35241,buy_mtf_cross_all_tf,buy,2026-05-28 23:33:00,424.0 -35242,buy_mtf_cross_all_tf,buy,2026-05-28 23:45:00,421.0 -35243,buy_mtf_cross_all_tf,buy,2026-05-28 23:51:00,422.0 -35244,buy_mtf_cross_all_tf,buy,2026-05-29 00:21:00,421.0 -35245,buy_mtf_cross_all_tf,buy,2026-05-29 00:57:00,418.0 -35246,buy_mtf_cross_all_tf,buy,2026-05-29 01:00:00,419.0 -35247,buy_mtf_cross_all_tf,buy,2026-05-29 01:03:00,418.0 -35248,buy_mtf_cross_all_tf,buy,2026-05-29 02:03:00,417.0 -35249,buy_mtf_cross_all_tf,buy,2026-05-29 02:12:00,414.0 -35250,buy_mtf_cross_all_tf,buy,2026-05-29 02:51:00,414.0 -35251,buy_mtf_cross_all_tf,buy,2026-05-29 02:54:00,413.0 -35252,buy_mtf_cross_all_tf,buy,2026-05-29 07:42:00,409.0 -35253,buy_mtf_cross_all_tf,buy,2026-05-29 07:45:00,410.0 -35254,buy_mtf_cross_all_tf,buy,2026-05-29 07:48:00,410.0 -35255,buy_mtf_cross_all_tf,buy,2026-05-29 20:00:00,444.0 -35256,buy_mtf_cross_all_tf,buy,2026-05-29 20:21:00,440.0 -35257,buy_mtf_cross_all_tf,buy,2026-05-29 20:27:00,440.0 -35258,buy_mtf_cross_all_tf,buy,2026-05-29 20:30:00,439.0 -35259,buy_mtf_cross_all_tf,buy,2026-05-29 20:36:00,437.0 -35260,buy_mtf_cross_all_tf,buy,2026-05-29 20:39:00,436.0 -35261,buy_mtf_cross_all_tf,buy,2026-05-29 20:45:00,437.0 -35262,buy_mtf_cross_all_tf,buy,2026-05-29 20:48:00,435.0 -35263,buy_mtf_cross_all_tf,buy,2026-05-29 20:57:00,433.0 -35264,buy_mtf_cross_all_tf,buy,2026-05-29 21:09:00,432.0 -35265,buy_mtf_cross_all_tf,buy,2026-05-29 21:12:00,433.0 -35266,buy_mtf_cross_all_tf,buy,2026-05-29 21:15:00,432.0 -35267,buy_mtf_cross_all_tf,buy,2026-05-29 21:21:00,432.0 -35268,buy_mtf_cross_all_tf,buy,2026-05-30 04:27:00,439.0 -35269,buy_mtf_cross_all_tf,buy,2026-05-30 06:42:00,439.0 -35270,buy_mtf_cross_all_tf,buy,2026-05-30 06:45:00,439.0 -35271,buy_mtf_cross_all_tf,buy,2026-05-30 06:48:00,439.0 -35272,buy_mtf_cross_all_tf,buy,2026-05-30 07:06:00,436.0 -35273,buy_mtf_cross_all_tf,buy,2026-05-30 07:09:00,434.0 -35274,buy_mtf_cross_all_tf,buy,2026-05-30 07:12:00,435.0 -35275,buy_mtf_cross_all_tf,buy,2026-05-30 07:15:00,435.0 -35276,buy_mtf_cross_all_tf,buy,2026-05-30 08:00:00,433.0 -35277,buy_mtf_cross_all_tf,buy,2026-05-30 08:06:00,432.0 -35278,buy_mtf_cross_all_tf,buy,2026-05-30 08:09:00,431.0 -35279,buy_mtf_cross_all_tf,buy,2026-05-30 08:12:00,432.0 -35280,buy_mtf_cross_all_tf,buy,2026-05-30 08:15:00,431.0 -35281,buy_mtf_cross_all_tf,buy,2026-05-30 08:18:00,431.0 -35282,buy_mtf_cross_all_tf,buy,2026-05-30 08:21:00,430.0 -35283,buy_mtf_cross_all_tf,buy,2026-05-30 08:24:00,429.0 -35284,buy_mtf_cross_all_tf,buy,2026-05-30 08:30:00,430.0 -35285,buy_mtf_cross_all_tf,buy,2026-05-30 08:42:00,428.0 -35286,buy_mtf_cross_all_tf,buy,2026-05-30 08:45:00,429.0 -35287,buy_mtf_cross_all_tf,buy,2026-05-30 08:48:00,429.0 -35288,buy_mtf_cross_all_tf,buy,2026-05-30 09:06:00,428.0 -35289,buy_mtf_cross_all_tf,buy,2026-05-30 09:21:00,428.0 -35290,buy_mtf_cross_all_tf,buy,2026-05-30 09:24:00,428.0 -35291,buy_mtf_cross_all_tf,buy,2026-05-30 09:39:00,426.0 -35292,buy_mtf_cross_all_tf,buy,2026-05-30 09:42:00,426.0 -35293,buy_mtf_cross_all_tf,buy,2026-05-30 09:45:00,426.0 -35294,buy_mtf_cross_all_tf,buy,2026-05-30 13:30:00,428.0 -35295,buy_mtf_cross_all_tf,buy,2026-05-30 13:33:00,428.0 -35296,buy_mtf_cross_all_tf,buy,2026-05-30 13:36:00,427.0 -35297,sell_compound_top3,sell,2025-06-05 00:00:00,1611.0 -35298,sell_compound_top3,sell,2025-06-05 00:03:00,1609.0 -35299,sell_compound_top3,sell,2025-06-05 00:06:00,1608.0 -35300,sell_compound_top3,sell,2025-06-05 00:09:00,1608.0 -35301,sell_compound_top3,sell,2025-06-05 00:12:00,1611.0 -35302,sell_compound_top3,sell,2025-06-05 00:15:00,1612.0 -35303,sell_compound_top3,sell,2025-06-05 00:18:00,1618.0 -35304,sell_compound_top3,sell,2025-06-05 00:27:00,1615.0 -35305,sell_compound_top3,sell,2025-06-05 00:30:00,1618.0 -35306,sell_compound_top3,sell,2025-06-05 00:33:00,1623.0 -35307,sell_compound_top3,sell,2025-06-05 00:36:00,1623.0 -35308,sell_compound_top3,sell,2025-06-05 00:39:00,1628.0 -35309,sell_compound_top3,sell,2025-06-05 00:45:00,1632.0 -35310,sell_compound_top3,sell,2025-06-05 00:48:00,1627.0 -35311,sell_compound_top3,sell,2025-06-05 00:57:00,1632.0 -35312,sell_compound_top3,sell,2025-06-05 21:36:00,1561.0 -35313,sell_compound_top3,sell,2025-06-05 21:39:00,1563.0 -35314,sell_compound_top3,sell,2025-06-05 21:42:00,1568.0 -35315,sell_compound_top3,sell,2025-06-05 21:57:00,1577.0 -35316,sell_compound_top3,sell,2025-06-05 22:00:00,1574.0 -35317,sell_compound_top3,sell,2025-06-05 22:03:00,1575.0 -35318,sell_compound_top3,sell,2025-06-05 22:06:00,1578.0 -35319,sell_compound_top3,sell,2025-06-05 22:09:00,1581.0 -35320,sell_compound_top3,sell,2025-06-06 10:06:00,1459.0 -35321,sell_compound_top3,sell,2025-06-06 10:09:00,1462.0 -35322,sell_compound_top3,sell,2025-06-06 10:12:00,1463.0 -35323,sell_compound_top3,sell,2025-06-06 13:00:00,1467.0 -35324,sell_compound_top3,sell,2025-06-06 13:03:00,1466.0 -35325,sell_compound_top3,sell,2025-06-06 13:06:00,1467.0 -35326,sell_compound_top3,sell,2025-06-06 13:09:00,1468.0 -35327,sell_compound_top3,sell,2025-06-06 13:42:00,1471.0 -35328,sell_compound_top3,sell,2025-06-06 13:51:00,1472.0 -35329,sell_compound_top3,sell,2025-06-06 13:54:00,1473.0 -35330,sell_compound_top3,sell,2025-06-06 14:06:00,1474.0 -35331,sell_compound_top3,sell,2025-06-06 14:09:00,1475.0 -35332,sell_compound_top3,sell,2025-06-06 14:21:00,1474.0 -35333,sell_compound_top3,sell,2025-06-06 14:24:00,1472.0 -35334,sell_compound_top3,sell,2025-06-06 15:51:00,1484.0 -35335,sell_compound_top3,sell,2025-06-06 15:54:00,1483.0 -35336,sell_compound_top3,sell,2025-06-06 15:57:00,1483.0 -35337,sell_compound_top3,sell,2025-06-06 16:00:00,1485.0 -35338,sell_compound_top3,sell,2025-06-06 16:03:00,1485.0 -35339,sell_compound_top3,sell,2025-06-06 16:06:00,1486.0 -35340,sell_compound_top3,sell,2025-06-06 16:09:00,1483.0 -35341,sell_compound_top3,sell,2025-06-06 22:36:00,1477.0 -35342,sell_compound_top3,sell,2025-06-06 22:39:00,1478.0 -35343,sell_compound_top3,sell,2025-06-06 23:00:00,1486.0 -35344,sell_compound_top3,sell,2025-06-06 23:03:00,1486.0 -35345,sell_compound_top3,sell,2025-06-06 23:06:00,1490.0 -35346,sell_compound_top3,sell,2025-06-06 23:09:00,1491.0 -35347,sell_compound_top3,sell,2025-06-06 23:12:00,1489.0 -35348,sell_compound_top3,sell,2025-06-06 23:15:00,1496.0 -35349,sell_compound_top3,sell,2025-06-06 23:18:00,1496.0 -35350,sell_compound_top3,sell,2025-06-06 23:21:00,1498.0 -35351,sell_compound_top3,sell,2025-06-06 23:24:00,1499.0 -35352,sell_compound_top3,sell,2025-06-06 23:27:00,1497.0 -35353,sell_compound_top3,sell,2025-06-06 23:42:00,1502.0 -35354,sell_compound_top3,sell,2025-06-06 23:45:00,1505.0 -35355,sell_compound_top3,sell,2025-06-06 23:48:00,1505.0 -35356,sell_compound_top3,sell,2025-06-06 23:51:00,1509.0 -35357,sell_compound_top3,sell,2025-06-06 23:54:00,1510.0 -35358,sell_compound_top3,sell,2025-06-06 23:57:00,1508.0 -35359,sell_compound_top3,sell,2025-06-07 00:00:00,1506.0 -35360,sell_compound_top3,sell,2025-06-07 00:03:00,1504.0 -35361,sell_compound_top3,sell,2025-06-07 00:21:00,1507.0 -35362,sell_compound_top3,sell,2025-06-07 00:24:00,1506.0 -35363,sell_compound_top3,sell,2025-06-07 06:42:00,1486.0 -35364,sell_compound_top3,sell,2025-06-07 06:45:00,1487.0 -35365,sell_compound_top3,sell,2025-06-07 06:48:00,1486.0 -35366,sell_compound_top3,sell,2025-06-07 10:06:00,1501.0 -35367,sell_compound_top3,sell,2025-06-07 10:09:00,1504.0 -35368,sell_compound_top3,sell,2025-06-07 10:15:00,1507.0 -35369,sell_compound_top3,sell,2025-06-07 10:18:00,1504.0 -35370,sell_compound_top3,sell,2025-06-07 11:42:00,1502.0 -35371,sell_compound_top3,sell,2025-06-07 12:21:00,1528.0 -35372,sell_compound_top3,sell,2025-06-07 12:24:00,1530.0 -35373,sell_compound_top3,sell,2025-06-07 12:27:00,1534.0 -35374,sell_compound_top3,sell,2025-06-07 12:30:00,1531.0 -35375,sell_compound_top3,sell,2025-06-07 12:33:00,1527.0 -35376,sell_compound_top3,sell,2025-06-07 12:36:00,1533.0 -35377,sell_compound_top3,sell,2025-06-07 12:39:00,1532.0 -35378,sell_compound_top3,sell,2025-06-07 12:42:00,1534.0 -35379,sell_compound_top3,sell,2025-06-07 12:45:00,1533.0 -35380,sell_compound_top3,sell,2025-06-07 12:48:00,1538.0 -35381,sell_compound_top3,sell,2025-06-07 12:51:00,1540.0 -35382,sell_compound_top3,sell,2025-06-07 12:54:00,1537.0 -35383,sell_compound_top3,sell,2025-06-07 14:42:00,1547.0 -35384,sell_compound_top3,sell,2025-06-07 14:45:00,1550.0 -35385,sell_compound_top3,sell,2025-06-07 14:48:00,1551.0 -35386,sell_compound_top3,sell,2025-06-07 14:51:00,1546.0 -35387,sell_compound_top3,sell,2025-06-07 14:54:00,1547.0 -35388,sell_compound_top3,sell,2025-06-07 14:57:00,1549.0 -35389,sell_compound_top3,sell,2025-06-07 17:00:00,1568.0 -35390,sell_compound_top3,sell,2025-06-07 17:03:00,1568.0 -35391,sell_compound_top3,sell,2025-06-07 17:06:00,1574.0 -35392,sell_compound_top3,sell,2025-06-07 17:09:00,1571.0 -35393,sell_compound_top3,sell,2025-06-07 19:36:00,1567.0 -35394,sell_compound_top3,sell,2025-06-07 19:39:00,1568.0 -35395,sell_compound_top3,sell,2025-06-07 19:42:00,1570.0 -35396,sell_compound_top3,sell,2025-06-07 19:45:00,1570.0 -35397,sell_compound_top3,sell,2025-06-07 19:48:00,1570.0 -35398,sell_compound_top3,sell,2025-06-07 20:00:00,1576.0 -35399,sell_compound_top3,sell,2025-06-07 20:03:00,1576.0 -35400,sell_compound_top3,sell,2025-06-08 04:21:00,1551.0 -35401,sell_compound_top3,sell,2025-06-08 04:24:00,1553.0 -35402,sell_compound_top3,sell,2025-06-08 04:27:00,1551.0 -35403,sell_compound_top3,sell,2025-06-08 04:30:00,1555.0 -35404,sell_compound_top3,sell,2025-06-08 04:33:00,1552.0 -35405,sell_compound_top3,sell,2025-06-08 06:30:00,1558.0 -35406,sell_compound_top3,sell,2025-06-08 06:33:00,1557.0 -35407,sell_compound_top3,sell,2025-06-08 06:36:00,1561.0 -35408,sell_compound_top3,sell,2025-06-08 06:39:00,1559.0 -35409,sell_compound_top3,sell,2025-06-08 06:42:00,1557.0 -35410,sell_compound_top3,sell,2025-06-08 07:42:00,1565.0 -35411,sell_compound_top3,sell,2025-06-08 20:12:00,1524.0 -35412,sell_compound_top3,sell,2025-06-08 20:15:00,1522.0 -35413,sell_compound_top3,sell,2025-06-08 20:18:00,1524.0 -35414,sell_compound_top3,sell,2025-06-08 20:42:00,1533.0 -35415,sell_compound_top3,sell,2025-06-08 20:45:00,1532.0 -35416,sell_compound_top3,sell,2025-06-08 20:48:00,1535.0 -35417,sell_compound_top3,sell,2025-06-08 20:51:00,1533.0 -35418,sell_compound_top3,sell,2025-06-08 20:54:00,1535.0 -35419,sell_compound_top3,sell,2025-06-08 20:57:00,1535.0 -35420,sell_compound_top3,sell,2025-06-08 21:12:00,1536.0 -35421,sell_compound_top3,sell,2025-06-09 01:21:00,1536.0 -35422,sell_compound_top3,sell,2025-06-09 01:24:00,1536.0 -35423,sell_compound_top3,sell,2025-06-09 01:42:00,1540.0 -35424,sell_compound_top3,sell,2025-06-09 01:45:00,1540.0 -35425,sell_compound_top3,sell,2025-06-09 01:48:00,1540.0 -35426,sell_compound_top3,sell,2025-06-09 01:51:00,1543.0 -35427,sell_compound_top3,sell,2025-06-09 01:54:00,1538.0 -35428,sell_compound_top3,sell,2025-06-09 02:00:00,1541.0 -35429,sell_compound_top3,sell,2025-06-09 02:03:00,1547.0 -35430,sell_compound_top3,sell,2025-06-09 02:12:00,1545.0 -35431,sell_compound_top3,sell,2025-06-09 05:27:00,1550.0 -35432,sell_compound_top3,sell,2025-06-09 05:30:00,1550.0 -35433,sell_compound_top3,sell,2025-06-09 05:33:00,1546.0 -35434,sell_compound_top3,sell,2025-06-09 06:12:00,1555.0 -35435,sell_compound_top3,sell,2025-06-09 06:15:00,1553.0 -35436,sell_compound_top3,sell,2025-06-09 06:18:00,1552.0 -35437,sell_compound_top3,sell,2025-06-09 06:21:00,1552.0 -35438,sell_compound_top3,sell,2025-06-09 06:24:00,1561.0 -35439,sell_compound_top3,sell,2025-06-09 06:36:00,1560.0 -35440,sell_compound_top3,sell,2025-06-09 06:39:00,1559.0 -35441,sell_compound_top3,sell,2025-06-09 06:42:00,1563.0 -35442,sell_compound_top3,sell,2025-06-09 06:45:00,1564.0 -35443,sell_compound_top3,sell,2025-06-09 06:48:00,1567.0 -35444,sell_compound_top3,sell,2025-06-09 06:51:00,1565.0 -35445,sell_compound_top3,sell,2025-06-09 06:54:00,1569.0 -35446,sell_compound_top3,sell,2025-06-09 18:21:00,1502.0 -35447,sell_compound_top3,sell,2025-06-09 18:24:00,1499.0 -35448,sell_compound_top3,sell,2025-06-09 18:27:00,1506.0 -35449,sell_compound_top3,sell,2025-06-09 18:51:00,1533.0 -35450,sell_compound_top3,sell,2025-06-09 18:54:00,1539.0 -35451,sell_compound_top3,sell,2025-06-09 18:57:00,1543.0 -35452,sell_compound_top3,sell,2025-06-09 19:00:00,1539.0 -35453,sell_compound_top3,sell,2025-06-09 19:03:00,1540.0 -35454,sell_compound_top3,sell,2025-06-09 19:06:00,1544.0 -35455,sell_compound_top3,sell,2025-06-09 19:09:00,1537.0 -35456,sell_compound_top3,sell,2025-06-09 19:12:00,1544.0 -35457,sell_compound_top3,sell,2025-06-09 19:15:00,1554.0 -35458,sell_compound_top3,sell,2025-06-09 19:18:00,1563.0 -35459,sell_compound_top3,sell,2025-06-09 19:27:00,1560.0 -35460,sell_compound_top3,sell,2025-06-09 19:30:00,1567.0 -35461,sell_compound_top3,sell,2025-06-09 19:33:00,1568.0 -35462,sell_compound_top3,sell,2025-06-09 19:36:00,1562.0 -35463,sell_compound_top3,sell,2025-06-09 19:39:00,1559.0 -35464,sell_compound_top3,sell,2025-06-09 19:42:00,1563.0 -35465,sell_compound_top3,sell,2025-06-09 19:45:00,1567.0 -35466,sell_compound_top3,sell,2025-06-09 19:48:00,1563.0 -35467,sell_compound_top3,sell,2025-06-10 01:51:00,1549.0 -35468,sell_compound_top3,sell,2025-06-10 01:54:00,1543.0 -35469,sell_compound_top3,sell,2025-06-10 06:36:00,1578.0 -35470,sell_compound_top3,sell,2025-06-10 06:39:00,1577.0 -35471,sell_compound_top3,sell,2025-06-10 06:42:00,1570.0 -35472,sell_compound_top3,sell,2025-06-10 07:30:00,1593.0 -35473,sell_compound_top3,sell,2025-06-10 07:33:00,1592.0 -35474,sell_compound_top3,sell,2025-06-10 07:36:00,1590.0 -35475,sell_compound_top3,sell,2025-06-10 07:39:00,1585.0 -35476,sell_compound_top3,sell,2025-06-10 08:00:00,1592.0 -35477,sell_compound_top3,sell,2025-06-10 08:03:00,1595.0 -35478,sell_compound_top3,sell,2025-06-10 08:06:00,1594.0 -35479,sell_compound_top3,sell,2025-06-10 08:09:00,1590.0 -35480,sell_compound_top3,sell,2025-06-10 09:36:00,1598.0 -35481,sell_compound_top3,sell,2025-06-10 09:39:00,1598.0 -35482,sell_compound_top3,sell,2025-06-10 16:21:00,1562.0 -35483,sell_compound_top3,sell,2025-06-10 16:24:00,1570.0 -35484,sell_compound_top3,sell,2025-06-10 16:36:00,1571.0 -35485,sell_compound_top3,sell,2025-06-10 16:39:00,1568.0 -35486,sell_compound_top3,sell,2025-06-10 16:42:00,1570.0 -35487,sell_compound_top3,sell,2025-06-10 19:06:00,1573.0 -35488,sell_compound_top3,sell,2025-06-10 19:09:00,1573.0 -35489,sell_compound_top3,sell,2025-06-10 20:51:00,1598.0 -35490,sell_compound_top3,sell,2025-06-10 20:54:00,1609.0 -35491,sell_compound_top3,sell,2025-06-10 21:00:00,1614.0 -35492,sell_compound_top3,sell,2025-06-10 21:03:00,1620.0 -35493,sell_compound_top3,sell,2025-06-10 21:06:00,1612.0 -35494,sell_compound_top3,sell,2025-06-10 21:09:00,1605.0 -35495,sell_compound_top3,sell,2025-06-10 21:21:00,1622.0 -35496,sell_compound_top3,sell,2025-06-10 21:24:00,1619.0 -35497,sell_compound_top3,sell,2025-06-10 21:27:00,1616.0 -35498,sell_compound_top3,sell,2025-06-10 21:30:00,1619.0 -35499,sell_compound_top3,sell,2025-06-10 21:33:00,1617.0 -35500,sell_compound_top3,sell,2025-06-10 21:45:00,1626.0 -35501,sell_compound_top3,sell,2025-06-10 21:48:00,1627.0 -35502,sell_compound_top3,sell,2025-06-10 21:51:00,1631.0 -35503,sell_compound_top3,sell,2025-06-10 21:54:00,1627.0 -35504,sell_compound_top3,sell,2025-06-10 21:57:00,1628.0 -35505,sell_compound_top3,sell,2025-06-10 22:00:00,1630.0 -35506,sell_compound_top3,sell,2025-06-10 22:03:00,1624.0 -35507,sell_compound_top3,sell,2025-06-10 22:15:00,1632.0 -35508,sell_compound_top3,sell,2025-06-10 22:18:00,1627.0 -35509,sell_compound_top3,sell,2025-06-11 04:15:00,1593.0 -35510,sell_compound_top3,sell,2025-06-11 04:18:00,1593.0 -35511,sell_compound_top3,sell,2025-06-11 04:21:00,1595.0 -35512,sell_compound_top3,sell,2025-06-11 04:24:00,1597.0 -35513,sell_compound_top3,sell,2025-06-11 04:27:00,1597.0 -35514,sell_compound_top3,sell,2025-06-11 04:30:00,1598.0 -35515,sell_compound_top3,sell,2025-06-11 04:33:00,1601.0 -35516,sell_compound_top3,sell,2025-06-11 04:36:00,1606.0 -35517,sell_compound_top3,sell,2025-06-11 04:39:00,1608.0 -35518,sell_compound_top3,sell,2025-06-11 07:27:00,1606.0 -35519,sell_compound_top3,sell,2025-06-11 07:30:00,1607.0 -35520,sell_compound_top3,sell,2025-06-11 07:33:00,1608.0 -35521,sell_compound_top3,sell,2025-06-11 08:00:00,1607.0 -35522,sell_compound_top3,sell,2025-06-11 08:03:00,1609.0 -35523,sell_compound_top3,sell,2025-06-11 08:45:00,1613.0 -35524,sell_compound_top3,sell,2025-06-11 08:48:00,1610.0 -35525,sell_compound_top3,sell,2025-06-11 09:00:00,1611.0 -35526,sell_compound_top3,sell,2025-06-11 09:03:00,1609.0 -35527,sell_compound_top3,sell,2025-06-11 12:27:00,1610.0 -35528,sell_compound_top3,sell,2025-06-11 12:30:00,1609.0 -35529,sell_compound_top3,sell,2025-06-11 12:33:00,1622.0 -35530,sell_compound_top3,sell,2025-06-11 16:00:00,1609.0 -35531,sell_compound_top3,sell,2025-06-11 16:03:00,1608.0 -35532,sell_compound_top3,sell,2025-06-11 16:36:00,1615.0 -35533,sell_compound_top3,sell,2025-06-11 16:39:00,1616.0 -35534,sell_compound_top3,sell,2025-06-11 21:51:00,1604.0 -35535,sell_compound_top3,sell,2025-06-11 21:54:00,1604.0 -35536,sell_compound_top3,sell,2025-06-11 21:57:00,1606.0 -35537,sell_compound_top3,sell,2025-06-11 22:00:00,1608.0 -35538,sell_compound_top3,sell,2025-06-11 22:03:00,1605.0 -35539,sell_compound_top3,sell,2025-06-11 22:06:00,1610.0 -35540,sell_compound_top3,sell,2025-06-11 22:09:00,1612.0 -35541,sell_compound_top3,sell,2025-06-11 22:12:00,1610.0 -35542,sell_compound_top3,sell,2025-06-11 22:21:00,1616.0 -35543,sell_compound_top3,sell,2025-06-11 22:24:00,1614.0 -35544,sell_compound_top3,sell,2025-06-11 22:27:00,1622.0 -35545,sell_compound_top3,sell,2025-06-11 23:45:00,1644.0 -35546,sell_compound_top3,sell,2025-06-11 23:48:00,1643.0 -35547,sell_compound_top3,sell,2025-06-11 23:57:00,1648.0 -35548,sell_compound_top3,sell,2025-06-12 14:42:00,1534.0 -35549,sell_compound_top3,sell,2025-06-12 22:12:00,1495.0 -35550,sell_compound_top3,sell,2025-06-12 22:15:00,1497.0 -35551,sell_compound_top3,sell,2025-06-12 22:18:00,1501.0 -35552,sell_compound_top3,sell,2025-06-12 23:27:00,1510.0 -35553,sell_compound_top3,sell,2025-06-12 23:30:00,1508.0 -35554,sell_compound_top3,sell,2025-06-12 23:33:00,1510.0 -35555,sell_compound_top3,sell,2025-06-12 23:45:00,1514.0 -35556,sell_compound_top3,sell,2025-06-12 23:48:00,1516.0 -35557,sell_compound_top3,sell,2025-06-12 23:51:00,1520.0 -35558,sell_compound_top3,sell,2025-06-12 23:54:00,1518.0 -35559,sell_compound_top3,sell,2025-06-13 16:42:00,1349.0 -35560,sell_compound_top3,sell,2025-06-13 16:45:00,1351.0 -35561,sell_compound_top3,sell,2025-06-13 16:48:00,1352.0 -35562,sell_compound_top3,sell,2025-06-13 17:00:00,1352.0 -35563,sell_compound_top3,sell,2025-06-13 17:03:00,1354.0 -35564,sell_compound_top3,sell,2025-06-13 17:06:00,1354.0 -35565,sell_compound_top3,sell,2025-06-13 17:09:00,1360.0 -35566,sell_compound_top3,sell,2025-06-13 17:27:00,1366.0 -35567,sell_compound_top3,sell,2025-06-13 17:30:00,1372.0 -35568,sell_compound_top3,sell,2025-06-13 17:33:00,1379.0 -35569,sell_compound_top3,sell,2025-06-13 17:36:00,1378.0 -35570,sell_compound_top3,sell,2025-06-13 17:39:00,1377.0 -35571,sell_compound_top3,sell,2025-06-13 21:12:00,1365.0 -35572,sell_compound_top3,sell,2025-06-14 00:36:00,1368.0 -35573,sell_compound_top3,sell,2025-06-14 00:39:00,1368.0 -35574,sell_compound_top3,sell,2025-06-14 00:42:00,1370.0 -35575,sell_compound_top3,sell,2025-06-14 00:45:00,1375.0 -35576,sell_compound_top3,sell,2025-06-14 00:48:00,1370.0 -35577,sell_compound_top3,sell,2025-06-14 00:51:00,1374.0 -35578,sell_compound_top3,sell,2025-06-14 00:54:00,1376.0 -35579,sell_compound_top3,sell,2025-06-14 01:12:00,1383.0 -35580,sell_compound_top3,sell,2025-06-14 01:15:00,1388.0 -35581,sell_compound_top3,sell,2025-06-14 01:18:00,1386.0 -35582,sell_compound_top3,sell,2025-06-14 01:21:00,1382.0 -35583,sell_compound_top3,sell,2025-06-14 01:24:00,1387.0 -35584,sell_compound_top3,sell,2025-06-14 01:27:00,1384.0 -35585,sell_compound_top3,sell,2025-06-14 05:57:00,1379.0 -35586,sell_compound_top3,sell,2025-06-14 06:30:00,1378.0 -35587,sell_compound_top3,sell,2025-06-14 06:33:00,1379.0 -35588,sell_compound_top3,sell,2025-06-14 06:42:00,1380.0 -35589,sell_compound_top3,sell,2025-06-14 06:45:00,1381.0 -35590,sell_compound_top3,sell,2025-06-14 06:48:00,1384.0 -35591,sell_compound_top3,sell,2025-06-14 06:51:00,1380.0 -35592,sell_compound_top3,sell,2025-06-14 06:54:00,1377.0 -35593,sell_compound_top3,sell,2025-06-14 07:00:00,1380.0 -35594,sell_compound_top3,sell,2025-06-14 07:03:00,1386.0 -35595,sell_compound_top3,sell,2025-06-14 07:12:00,1382.0 -35596,sell_compound_top3,sell,2025-06-14 09:21:00,1390.0 -35597,sell_compound_top3,sell,2025-06-14 09:24:00,1397.0 -35598,sell_compound_top3,sell,2025-06-14 13:12:00,1382.0 -35599,sell_compound_top3,sell,2025-06-14 13:21:00,1383.0 -35600,sell_compound_top3,sell,2025-06-14 13:24:00,1383.0 -35601,sell_compound_top3,sell,2025-06-14 13:27:00,1383.0 -35602,sell_compound_top3,sell,2025-06-14 13:42:00,1384.0 -35603,sell_compound_top3,sell,2025-06-14 13:45:00,1387.0 -35604,sell_compound_top3,sell,2025-06-14 13:48:00,1385.0 -35605,sell_compound_top3,sell,2025-06-14 22:00:00,1372.0 -35606,sell_compound_top3,sell,2025-06-14 22:03:00,1374.0 -35607,sell_compound_top3,sell,2025-06-15 06:51:00,1360.0 -35608,sell_compound_top3,sell,2025-06-15 06:54:00,1361.0 -35609,sell_compound_top3,sell,2025-06-15 06:57:00,1360.0 -35610,sell_compound_top3,sell,2025-06-15 07:00:00,1362.0 -35611,sell_compound_top3,sell,2025-06-15 07:03:00,1364.0 -35612,sell_compound_top3,sell,2025-06-15 07:06:00,1364.0 -35613,sell_compound_top3,sell,2025-06-15 07:09:00,1362.0 -35614,sell_compound_top3,sell,2025-06-15 07:15:00,1363.0 -35615,sell_compound_top3,sell,2025-06-15 07:18:00,1365.0 -35616,sell_compound_top3,sell,2025-06-15 09:27:00,1365.0 -35617,sell_compound_top3,sell,2025-06-15 10:00:00,1369.0 -35618,sell_compound_top3,sell,2025-06-15 10:03:00,1369.0 -35619,sell_compound_top3,sell,2025-06-15 14:57:00,1368.0 -35620,sell_compound_top3,sell,2025-06-15 19:21:00,1351.0 -35621,sell_compound_top3,sell,2025-06-15 19:24:00,1352.0 -35622,sell_compound_top3,sell,2025-06-15 19:27:00,1349.0 -35623,sell_compound_top3,sell,2025-06-15 19:30:00,1353.0 -35624,sell_compound_top3,sell,2025-06-15 19:33:00,1353.0 -35625,sell_compound_top3,sell,2025-06-15 19:42:00,1355.0 -35626,sell_compound_top3,sell,2025-06-15 19:45:00,1356.0 -35627,sell_compound_top3,sell,2025-06-15 19:48:00,1356.0 -35628,sell_compound_top3,sell,2025-06-15 19:51:00,1359.0 -35629,sell_compound_top3,sell,2025-06-15 19:54:00,1360.0 -35630,sell_compound_top3,sell,2025-06-15 19:57:00,1359.0 -35631,sell_compound_top3,sell,2025-06-15 20:00:00,1360.0 -35632,sell_compound_top3,sell,2025-06-15 20:03:00,1359.0 -35633,sell_compound_top3,sell,2025-06-15 20:06:00,1359.0 -35634,sell_compound_top3,sell,2025-06-15 20:09:00,1361.0 -35635,sell_compound_top3,sell,2025-06-15 22:15:00,1361.0 -35636,sell_compound_top3,sell,2025-06-15 22:18:00,1363.0 -35637,sell_compound_top3,sell,2025-06-15 22:21:00,1364.0 -35638,sell_compound_top3,sell,2025-06-15 22:24:00,1362.0 -35639,sell_compound_top3,sell,2025-06-15 23:42:00,1365.0 -35640,sell_compound_top3,sell,2025-06-15 23:45:00,1365.0 -35641,sell_compound_top3,sell,2025-06-15 23:48:00,1371.0 -35642,sell_compound_top3,sell,2025-06-16 00:00:00,1373.0 -35643,sell_compound_top3,sell,2025-06-16 00:03:00,1371.0 -35644,sell_compound_top3,sell,2025-06-16 07:30:00,1356.0 -35645,sell_compound_top3,sell,2025-06-16 07:33:00,1358.0 -35646,sell_compound_top3,sell,2025-06-16 11:21:00,1371.0 -35647,sell_compound_top3,sell,2025-06-16 11:24:00,1366.0 -35648,sell_compound_top3,sell,2025-06-16 13:45:00,1374.0 -35649,sell_compound_top3,sell,2025-06-16 13:48:00,1372.0 -35650,sell_compound_top3,sell,2025-06-16 14:21:00,1376.0 -35651,sell_compound_top3,sell,2025-06-16 14:24:00,1375.0 -35652,sell_compound_top3,sell,2025-06-16 14:42:00,1389.0 -35653,sell_compound_top3,sell,2025-06-16 14:45:00,1386.0 -35654,sell_compound_top3,sell,2025-06-16 14:48:00,1390.0 -35655,sell_compound_top3,sell,2025-06-16 14:51:00,1388.0 -35656,sell_compound_top3,sell,2025-06-16 14:54:00,1388.0 -35657,sell_compound_top3,sell,2025-06-16 14:57:00,1387.0 -35658,sell_compound_top3,sell,2025-06-16 15:57:00,1400.0 -35659,sell_compound_top3,sell,2025-06-16 16:00:00,1397.0 -35660,sell_compound_top3,sell,2025-06-16 16:03:00,1403.0 -35661,sell_compound_top3,sell,2025-06-16 16:06:00,1398.0 -35662,sell_compound_top3,sell,2025-06-16 16:09:00,1400.0 -35663,sell_compound_top3,sell,2025-06-16 16:45:00,1407.0 -35664,sell_compound_top3,sell,2025-06-16 16:48:00,1406.0 -35665,sell_compound_top3,sell,2025-06-16 16:51:00,1405.0 -35666,sell_compound_top3,sell,2025-06-16 16:54:00,1403.0 -35667,sell_compound_top3,sell,2025-06-16 22:51:00,1393.0 -35668,sell_compound_top3,sell,2025-06-16 22:54:00,1394.0 -35669,sell_compound_top3,sell,2025-06-16 23:30:00,1404.0 -35670,sell_compound_top3,sell,2025-06-16 23:33:00,1404.0 -35671,sell_compound_top3,sell,2025-06-16 23:42:00,1403.0 -35672,sell_compound_top3,sell,2025-06-17 04:12:00,1393.0 -35673,sell_compound_top3,sell,2025-06-17 04:15:00,1395.0 -35674,sell_compound_top3,sell,2025-06-17 04:18:00,1399.0 -35675,sell_compound_top3,sell,2025-06-17 04:36:00,1402.0 -35676,sell_compound_top3,sell,2025-06-17 04:39:00,1400.0 -35677,sell_compound_top3,sell,2025-06-17 05:42:00,1401.0 -35678,sell_compound_top3,sell,2025-06-17 12:06:00,1316.0 -35679,sell_compound_top3,sell,2025-06-17 12:09:00,1326.0 -35680,sell_compound_top3,sell,2025-06-17 12:15:00,1325.0 -35681,sell_compound_top3,sell,2025-06-17 12:18:00,1324.0 -35682,sell_compound_top3,sell,2025-06-17 23:21:00,1294.0 -35683,sell_compound_top3,sell,2025-06-17 23:24:00,1293.0 -35684,sell_compound_top3,sell,2025-06-18 04:36:00,1297.0 -35685,sell_compound_top3,sell,2025-06-18 04:39:00,1295.0 -35686,sell_compound_top3,sell,2025-06-18 04:42:00,1294.0 -35687,sell_compound_top3,sell,2025-06-18 04:45:00,1292.0 -35688,sell_compound_top3,sell,2025-06-18 04:48:00,1296.0 -35689,sell_compound_top3,sell,2025-06-18 04:51:00,1297.0 -35690,sell_compound_top3,sell,2025-06-18 04:54:00,1297.0 -35691,sell_compound_top3,sell,2025-06-18 10:15:00,1279.0 -35692,sell_compound_top3,sell,2025-06-18 10:18:00,1281.0 -35693,sell_compound_top3,sell,2025-06-18 10:21:00,1282.0 -35694,sell_compound_top3,sell,2025-06-18 10:24:00,1283.0 -35695,sell_compound_top3,sell,2025-06-18 13:12:00,1279.0 -35696,sell_compound_top3,sell,2025-06-18 13:42:00,1284.0 -35697,sell_compound_top3,sell,2025-06-18 13:57:00,1284.0 -35698,sell_compound_top3,sell,2025-06-18 14:00:00,1284.0 -35699,sell_compound_top3,sell,2025-06-18 14:03:00,1284.0 -35700,sell_compound_top3,sell,2025-06-18 23:12:00,1251.0 -35701,sell_compound_top3,sell,2025-06-18 23:21:00,1259.0 -35702,sell_compound_top3,sell,2025-06-18 23:24:00,1259.0 -35703,sell_compound_top3,sell,2025-06-18 23:27:00,1262.0 -35704,sell_compound_top3,sell,2025-06-18 23:30:00,1260.0 -35705,sell_compound_top3,sell,2025-06-18 23:33:00,1260.0 -35706,sell_compound_top3,sell,2025-06-18 23:36:00,1256.0 -35707,sell_compound_top3,sell,2025-06-18 23:39:00,1264.0 -35708,sell_compound_top3,sell,2025-06-18 23:42:00,1260.0 -35709,sell_compound_top3,sell,2025-06-19 00:42:00,1263.0 -35710,sell_compound_top3,sell,2025-06-19 00:45:00,1263.0 -35711,sell_compound_top3,sell,2025-06-19 00:48:00,1266.0 -35712,sell_compound_top3,sell,2025-06-19 00:51:00,1266.0 -35713,sell_compound_top3,sell,2025-06-19 00:54:00,1263.0 -35714,sell_compound_top3,sell,2025-06-19 03:00:00,1264.0 -35715,sell_compound_top3,sell,2025-06-19 03:03:00,1261.0 -35716,sell_compound_top3,sell,2025-06-19 04:21:00,1268.0 -35717,sell_compound_top3,sell,2025-06-19 04:24:00,1267.0 -35718,sell_compound_top3,sell,2025-06-19 06:12:00,1309.0 -35719,sell_compound_top3,sell,2025-06-19 06:15:00,1308.0 -35720,sell_compound_top3,sell,2025-06-19 06:18:00,1315.0 -35721,sell_compound_top3,sell,2025-06-19 06:21:00,1318.0 -35722,sell_compound_top3,sell,2025-06-19 06:24:00,1314.0 -35723,sell_compound_top3,sell,2025-06-19 08:51:00,1327.0 -35724,sell_compound_top3,sell,2025-06-19 08:54:00,1327.0 -35725,sell_compound_top3,sell,2025-06-19 08:57:00,1326.0 -35726,sell_compound_top3,sell,2025-06-19 14:30:00,1320.0 -35727,sell_compound_top3,sell,2025-06-19 14:33:00,1320.0 -35728,sell_compound_top3,sell,2025-06-20 00:00:00,1295.0 -35729,sell_compound_top3,sell,2025-06-20 00:03:00,1296.0 -35730,sell_compound_top3,sell,2025-06-20 01:36:00,1301.0 -35731,sell_compound_top3,sell,2025-06-20 01:39:00,1298.0 -35732,sell_compound_top3,sell,2025-06-20 02:45:00,1301.0 -35733,sell_compound_top3,sell,2025-06-20 02:48:00,1305.0 -35734,sell_compound_top3,sell,2025-06-20 02:51:00,1302.0 -35735,sell_compound_top3,sell,2025-06-20 02:54:00,1300.0 -35736,sell_compound_top3,sell,2025-06-20 03:12:00,1304.0 -35737,sell_compound_top3,sell,2025-06-20 07:42:00,1297.0 -35738,sell_compound_top3,sell,2025-06-20 07:45:00,1296.0 -35739,sell_compound_top3,sell,2025-06-20 07:48:00,1299.0 -35740,sell_compound_top3,sell,2025-06-20 09:12:00,1297.0 -35741,sell_compound_top3,sell,2025-06-20 09:15:00,1297.0 -35742,sell_compound_top3,sell,2025-06-20 09:18:00,1294.0 -35743,sell_compound_top3,sell,2025-06-20 09:51:00,1295.0 -35744,sell_compound_top3,sell,2025-06-20 09:54:00,1295.0 -35745,sell_compound_top3,sell,2025-06-20 15:45:00,1278.0 -35746,sell_compound_top3,sell,2025-06-20 15:48:00,1276.0 -35747,sell_compound_top3,sell,2025-06-20 16:42:00,1301.0 -35748,sell_compound_top3,sell,2025-06-20 16:45:00,1302.0 -35749,sell_compound_top3,sell,2025-06-20 16:48:00,1299.0 -35750,sell_compound_top3,sell,2025-06-20 16:51:00,1302.0 -35751,sell_compound_top3,sell,2025-06-20 16:54:00,1300.0 -35752,sell_compound_top3,sell,2025-06-20 16:57:00,1300.0 -35753,sell_compound_top3,sell,2025-06-20 17:00:00,1301.0 -35754,sell_compound_top3,sell,2025-06-20 17:03:00,1301.0 -35755,sell_compound_top3,sell,2025-06-20 17:06:00,1305.0 -35756,sell_compound_top3,sell,2025-06-20 17:09:00,1306.0 -35757,sell_compound_top3,sell,2025-06-20 17:12:00,1311.0 -35758,sell_compound_top3,sell,2025-06-20 17:15:00,1310.0 -35759,sell_compound_top3,sell,2025-06-20 17:18:00,1309.0 -35760,sell_compound_top3,sell,2025-06-20 21:45:00,1295.0 -35761,sell_compound_top3,sell,2025-06-20 21:48:00,1297.0 -35762,sell_compound_top3,sell,2025-06-21 18:06:00,1239.0 -35763,sell_compound_top3,sell,2025-06-21 18:09:00,1239.0 -35764,sell_compound_top3,sell,2025-06-22 05:51:00,1176.0 -35765,sell_compound_top3,sell,2025-06-22 05:54:00,1182.0 -35766,sell_compound_top3,sell,2025-06-22 06:00:00,1181.0 -35767,sell_compound_top3,sell,2025-06-22 06:03:00,1178.0 -35768,sell_compound_top3,sell,2025-06-22 09:12:00,1206.0 -35769,sell_compound_top3,sell,2025-06-22 09:27:00,1227.0 -35770,sell_compound_top3,sell,2025-06-22 09:30:00,1224.0 -35771,sell_compound_top3,sell,2025-06-22 09:33:00,1224.0 -35772,sell_compound_top3,sell,2025-06-22 09:36:00,1226.0 -35773,sell_compound_top3,sell,2025-06-22 09:39:00,1231.0 -35774,sell_compound_top3,sell,2025-06-22 15:51:00,1196.0 -35775,sell_compound_top3,sell,2025-06-22 15:54:00,1196.0 -35776,sell_compound_top3,sell,2025-06-22 15:57:00,1195.0 -35777,sell_compound_top3,sell,2025-06-22 16:00:00,1195.0 -35778,sell_compound_top3,sell,2025-06-22 16:03:00,1196.0 -35779,sell_compound_top3,sell,2025-06-22 16:06:00,1197.0 -35780,sell_compound_top3,sell,2025-06-22 16:09:00,1194.0 -35781,sell_compound_top3,sell,2025-06-23 06:12:00,1126.0 -35782,sell_compound_top3,sell,2025-06-23 06:15:00,1129.0 -35783,sell_compound_top3,sell,2025-06-23 06:18:00,1128.0 -35784,sell_compound_top3,sell,2025-06-23 07:15:00,1135.0 -35785,sell_compound_top3,sell,2025-06-23 07:18:00,1138.0 -35786,sell_compound_top3,sell,2025-06-23 07:21:00,1137.0 -35787,sell_compound_top3,sell,2025-06-23 07:24:00,1136.0 -35788,sell_compound_top3,sell,2025-06-23 07:27:00,1142.0 -35789,sell_compound_top3,sell,2025-06-23 07:51:00,1156.0 -35790,sell_compound_top3,sell,2025-06-23 07:54:00,1156.0 -35791,sell_compound_top3,sell,2025-06-23 07:57:00,1154.0 -35792,sell_compound_top3,sell,2025-06-23 08:00:00,1160.0 -35793,sell_compound_top3,sell,2025-06-23 08:03:00,1157.0 -35794,sell_compound_top3,sell,2025-06-23 08:06:00,1157.0 -35795,sell_compound_top3,sell,2025-06-23 08:09:00,1159.0 -35796,sell_compound_top3,sell,2025-06-23 09:27:00,1163.0 -35797,sell_compound_top3,sell,2025-06-23 15:06:00,1163.0 -35798,sell_compound_top3,sell,2025-06-23 15:09:00,1164.0 -35799,sell_compound_top3,sell,2025-06-23 15:12:00,1164.0 -35800,sell_compound_top3,sell,2025-06-23 22:06:00,1160.0 -35801,sell_compound_top3,sell,2025-06-23 22:09:00,1161.0 -35802,sell_compound_top3,sell,2025-06-23 22:42:00,1168.0 -35803,sell_compound_top3,sell,2025-06-23 22:57:00,1176.0 -35804,sell_compound_top3,sell,2025-06-23 23:15:00,1187.0 -35805,sell_compound_top3,sell,2025-06-23 23:18:00,1185.0 -35806,sell_compound_top3,sell,2025-06-24 02:45:00,1176.0 -35807,sell_compound_top3,sell,2025-06-24 02:48:00,1174.0 -35808,sell_compound_top3,sell,2025-06-24 03:12:00,1186.0 -35809,sell_compound_top3,sell,2025-06-24 03:15:00,1184.0 -35810,sell_compound_top3,sell,2025-06-24 03:18:00,1188.0 -35811,sell_compound_top3,sell,2025-06-24 03:21:00,1188.0 -35812,sell_compound_top3,sell,2025-06-24 03:24:00,1192.0 -35813,sell_compound_top3,sell,2025-06-24 03:36:00,1192.0 -35814,sell_compound_top3,sell,2025-06-24 03:39:00,1191.0 -35815,sell_compound_top3,sell,2025-06-24 05:36:00,1222.0 -35816,sell_compound_top3,sell,2025-06-24 05:39:00,1219.0 -35817,sell_compound_top3,sell,2025-06-24 05:42:00,1228.0 -35818,sell_compound_top3,sell,2025-06-24 05:45:00,1228.0 -35819,sell_compound_top3,sell,2025-06-24 05:48:00,1224.0 -35820,sell_compound_top3,sell,2025-06-24 05:51:00,1223.0 -35821,sell_compound_top3,sell,2025-06-24 05:54:00,1225.0 -35822,sell_compound_top3,sell,2025-06-24 07:36:00,1264.0 -35823,sell_compound_top3,sell,2025-06-24 07:39:00,1264.0 -35824,sell_compound_top3,sell,2025-06-24 07:42:00,1259.0 -35825,sell_compound_top3,sell,2025-06-24 08:36:00,1282.0 -35826,sell_compound_top3,sell,2025-06-24 08:39:00,1282.0 -35827,sell_compound_top3,sell,2025-06-24 08:42:00,1283.0 -35828,sell_compound_top3,sell,2025-06-24 08:57:00,1287.0 -35829,sell_compound_top3,sell,2025-06-24 09:06:00,1289.0 -35830,sell_compound_top3,sell,2025-06-24 09:09:00,1288.0 -35831,sell_compound_top3,sell,2025-06-24 12:12:00,1288.0 -35832,sell_compound_top3,sell,2025-06-24 12:30:00,1289.0 -35833,sell_compound_top3,sell,2025-06-24 12:33:00,1291.0 -35834,sell_compound_top3,sell,2025-06-24 12:51:00,1294.0 -35835,sell_compound_top3,sell,2025-06-24 12:54:00,1295.0 -35836,sell_compound_top3,sell,2025-06-24 12:57:00,1293.0 -35837,sell_compound_top3,sell,2025-06-24 13:30:00,1297.0 -35838,sell_compound_top3,sell,2025-06-24 13:33:00,1295.0 -35839,sell_compound_top3,sell,2025-06-24 14:57:00,1321.0 -35840,sell_compound_top3,sell,2025-06-24 15:00:00,1319.0 -35841,sell_compound_top3,sell,2025-06-24 15:03:00,1321.0 -35842,sell_compound_top3,sell,2025-06-24 23:30:00,1280.0 -35843,sell_compound_top3,sell,2025-06-24 23:33:00,1278.0 -35844,sell_compound_top3,sell,2025-06-25 06:06:00,1262.0 -35845,sell_compound_top3,sell,2025-06-25 06:09:00,1262.0 -35846,sell_compound_top3,sell,2025-06-25 06:27:00,1269.0 -35847,sell_compound_top3,sell,2025-06-25 06:30:00,1269.0 -35848,sell_compound_top3,sell,2025-06-25 06:33:00,1271.0 -35849,sell_compound_top3,sell,2025-06-25 06:51:00,1273.0 -35850,sell_compound_top3,sell,2025-06-25 06:54:00,1271.0 -35851,sell_compound_top3,sell,2025-06-25 06:57:00,1272.0 -35852,sell_compound_top3,sell,2025-06-25 09:06:00,1276.0 -35853,sell_compound_top3,sell,2025-06-25 09:09:00,1277.0 -35854,sell_compound_top3,sell,2025-06-25 09:12:00,1278.0 -35855,sell_compound_top3,sell,2025-06-25 09:15:00,1279.0 -35856,sell_compound_top3,sell,2025-06-25 09:18:00,1281.0 -35857,sell_compound_top3,sell,2025-06-25 09:21:00,1280.0 -35858,sell_compound_top3,sell,2025-06-25 09:24:00,1280.0 -35859,sell_compound_top3,sell,2025-06-25 09:27:00,1281.0 -35860,sell_compound_top3,sell,2025-06-25 10:00:00,1283.0 -35861,sell_compound_top3,sell,2025-06-25 10:03:00,1284.0 -35862,sell_compound_top3,sell,2025-06-25 10:42:00,1279.0 -35863,sell_compound_top3,sell,2025-06-25 11:15:00,1286.0 -35864,sell_compound_top3,sell,2025-06-25 11:18:00,1284.0 -35865,sell_compound_top3,sell,2025-06-25 11:21:00,1283.0 -35866,sell_compound_top3,sell,2025-06-25 11:24:00,1283.0 -35867,sell_compound_top3,sell,2025-06-25 16:36:00,1269.0 -35868,sell_compound_top3,sell,2025-06-25 16:39:00,1271.0 -35869,sell_compound_top3,sell,2025-06-25 21:06:00,1258.0 -35870,sell_compound_top3,sell,2025-06-25 21:09:00,1256.0 -35871,sell_compound_top3,sell,2025-06-25 23:00:00,1267.0 -35872,sell_compound_top3,sell,2025-06-25 23:03:00,1264.0 -35873,sell_compound_top3,sell,2025-06-26 10:57:00,1230.0 -35874,sell_compound_top3,sell,2025-06-26 11:00:00,1231.0 -35875,sell_compound_top3,sell,2025-06-26 11:03:00,1234.0 -35876,sell_compound_top3,sell,2025-06-26 11:06:00,1237.0 -35877,sell_compound_top3,sell,2025-06-26 11:09:00,1240.0 -35878,sell_compound_top3,sell,2025-06-26 11:12:00,1236.0 -35879,sell_compound_top3,sell,2025-06-26 16:12:00,1226.0 -35880,sell_compound_top3,sell,2025-06-26 16:27:00,1229.0 -35881,sell_compound_top3,sell,2025-06-26 16:30:00,1229.0 -35882,sell_compound_top3,sell,2025-06-26 16:33:00,1229.0 -35883,sell_compound_top3,sell,2025-06-26 16:36:00,1229.0 -35884,sell_compound_top3,sell,2025-06-26 16:39:00,1232.0 -35885,sell_compound_top3,sell,2025-06-26 16:42:00,1230.0 -35886,sell_compound_top3,sell,2025-06-27 04:42:00,1203.0 -35887,sell_compound_top3,sell,2025-06-27 04:45:00,1204.0 -35888,sell_compound_top3,sell,2025-06-27 04:48:00,1204.0 -35889,sell_compound_top3,sell,2025-06-27 05:15:00,1205.0 -35890,sell_compound_top3,sell,2025-06-27 05:18:00,1205.0 -35891,sell_compound_top3,sell,2025-06-27 05:30:00,1208.0 -35892,sell_compound_top3,sell,2025-06-27 05:33:00,1212.0 -35893,sell_compound_top3,sell,2025-06-27 15:45:00,1197.0 -35894,sell_compound_top3,sell,2025-06-27 15:48:00,1196.0 -35895,sell_compound_top3,sell,2025-06-27 16:15:00,1195.0 -35896,sell_compound_top3,sell,2025-06-27 16:18:00,1196.0 -35897,sell_compound_top3,sell,2025-06-27 17:51:00,1199.0 -35898,sell_compound_top3,sell,2025-06-27 17:54:00,1199.0 -35899,sell_compound_top3,sell,2025-06-27 17:57:00,1196.0 -35900,sell_compound_top3,sell,2025-06-27 18:00:00,1197.0 -35901,sell_compound_top3,sell,2025-06-27 18:03:00,1196.0 -35902,sell_compound_top3,sell,2025-06-27 18:06:00,1193.0 -35903,sell_compound_top3,sell,2025-06-27 18:09:00,1197.0 -35904,sell_compound_top3,sell,2025-06-28 01:00:00,1199.0 -35905,sell_compound_top3,sell,2025-06-28 01:03:00,1197.0 -35906,sell_compound_top3,sell,2025-06-28 01:06:00,1200.0 -35907,sell_compound_top3,sell,2025-06-28 01:09:00,1198.0 -35908,sell_compound_top3,sell,2025-06-28 01:30:00,1201.0 -35909,sell_compound_top3,sell,2025-06-28 01:33:00,1209.0 -35910,sell_compound_top3,sell,2025-06-28 01:42:00,1208.0 -35911,sell_compound_top3,sell,2025-06-28 01:45:00,1208.0 -35912,sell_compound_top3,sell,2025-06-28 01:48:00,1207.0 -35913,sell_compound_top3,sell,2025-06-28 01:51:00,1206.0 -35914,sell_compound_top3,sell,2025-06-28 01:54:00,1205.0 -35915,sell_compound_top3,sell,2025-06-28 05:51:00,1192.0 -35916,sell_compound_top3,sell,2025-06-28 05:54:00,1188.0 -35917,sell_compound_top3,sell,2025-06-28 06:00:00,1193.0 -35918,sell_compound_top3,sell,2025-06-28 06:03:00,1192.0 -35919,sell_compound_top3,sell,2025-06-28 06:06:00,1193.0 -35920,sell_compound_top3,sell,2025-06-28 06:09:00,1194.0 -35921,sell_compound_top3,sell,2025-06-28 06:12:00,1193.0 -35922,sell_compound_top3,sell,2025-06-28 06:30:00,1194.0 -35923,sell_compound_top3,sell,2025-06-28 06:33:00,1195.0 -35924,sell_compound_top3,sell,2025-06-28 06:36:00,1196.0 -35925,sell_compound_top3,sell,2025-06-28 06:39:00,1196.0 -35926,sell_compound_top3,sell,2025-06-28 06:42:00,1196.0 -35927,sell_compound_top3,sell,2025-06-28 06:45:00,1195.0 -35928,sell_compound_top3,sell,2025-06-28 06:48:00,1196.0 -35929,sell_compound_top3,sell,2025-06-28 06:51:00,1197.0 -35930,sell_compound_top3,sell,2025-06-28 06:54:00,1198.0 -35931,sell_compound_top3,sell,2025-06-28 06:57:00,1197.0 -35932,sell_compound_top3,sell,2025-06-28 07:15:00,1197.0 -35933,sell_compound_top3,sell,2025-06-28 07:18:00,1199.0 -35934,sell_compound_top3,sell,2025-06-28 07:27:00,1200.0 -35935,sell_compound_top3,sell,2025-06-28 07:42:00,1199.0 -35936,sell_compound_top3,sell,2025-06-28 07:45:00,1199.0 -35937,sell_compound_top3,sell,2025-06-28 07:48:00,1199.0 -35938,sell_compound_top3,sell,2025-06-28 07:51:00,1200.0 -35939,sell_compound_top3,sell,2025-06-28 07:54:00,1200.0 -35940,sell_compound_top3,sell,2025-06-28 08:00:00,1200.0 -35941,sell_compound_top3,sell,2025-06-28 08:03:00,1200.0 -35942,sell_compound_top3,sell,2025-06-28 09:51:00,1202.0 -35943,sell_compound_top3,sell,2025-06-28 09:54:00,1202.0 -35944,sell_compound_top3,sell,2025-06-28 09:57:00,1202.0 -35945,sell_compound_top3,sell,2025-06-28 11:00:00,1206.0 -35946,sell_compound_top3,sell,2025-06-28 11:03:00,1208.0 -35947,sell_compound_top3,sell,2025-06-28 11:06:00,1206.0 -35948,sell_compound_top3,sell,2025-06-28 11:09:00,1208.0 -35949,sell_compound_top3,sell,2025-06-28 11:12:00,1208.0 -35950,sell_compound_top3,sell,2025-06-28 16:42:00,1205.0 -35951,sell_compound_top3,sell,2025-06-28 17:06:00,1208.0 -35952,sell_compound_top3,sell,2025-06-28 17:09:00,1208.0 -35953,sell_compound_top3,sell,2025-06-28 22:12:00,1201.0 -35954,sell_compound_top3,sell,2025-06-29 01:21:00,1210.0 -35955,sell_compound_top3,sell,2025-06-29 01:24:00,1210.0 -35956,sell_compound_top3,sell,2025-06-29 01:30:00,1211.0 -35957,sell_compound_top3,sell,2025-06-29 01:33:00,1214.0 -35958,sell_compound_top3,sell,2025-06-29 01:36:00,1215.0 -35959,sell_compound_top3,sell,2025-06-29 01:39:00,1214.0 -35960,sell_compound_top3,sell,2025-06-29 02:51:00,1216.0 -35961,sell_compound_top3,sell,2025-06-29 02:54:00,1219.0 -35962,sell_compound_top3,sell,2025-06-29 03:06:00,1214.0 -35963,sell_compound_top3,sell,2025-06-29 03:09:00,1214.0 -35964,sell_compound_top3,sell,2025-06-29 04:27:00,1220.0 -35965,sell_compound_top3,sell,2025-06-29 07:21:00,1234.0 -35966,sell_compound_top3,sell,2025-06-29 07:24:00,1239.0 -35967,sell_compound_top3,sell,2025-06-29 07:30:00,1236.0 -35968,sell_compound_top3,sell,2025-06-29 07:33:00,1237.0 -35969,sell_compound_top3,sell,2025-06-29 16:21:00,1230.0 -35970,sell_compound_top3,sell,2025-06-29 16:24:00,1228.0 -35971,sell_compound_top3,sell,2025-06-29 16:27:00,1229.0 -35972,sell_compound_top3,sell,2025-06-29 16:36:00,1230.0 -35973,sell_compound_top3,sell,2025-06-29 16:39:00,1229.0 -35974,sell_compound_top3,sell,2025-06-29 17:00:00,1233.0 -35975,sell_compound_top3,sell,2025-06-29 17:03:00,1232.0 -35976,sell_compound_top3,sell,2025-06-29 17:06:00,1235.0 -35977,sell_compound_top3,sell,2025-06-29 17:09:00,1231.0 -35978,sell_compound_top3,sell,2025-06-29 17:30:00,1234.0 -35979,sell_compound_top3,sell,2025-06-29 17:33:00,1236.0 -35980,sell_compound_top3,sell,2025-06-29 17:45:00,1236.0 -35981,sell_compound_top3,sell,2025-06-29 17:48:00,1236.0 -35982,sell_compound_top3,sell,2025-06-29 17:51:00,1238.0 -35983,sell_compound_top3,sell,2025-06-29 17:54:00,1237.0 -35984,sell_compound_top3,sell,2025-06-29 17:57:00,1237.0 -35985,sell_compound_top3,sell,2025-06-29 18:00:00,1237.0 -35986,sell_compound_top3,sell,2025-06-29 18:03:00,1235.0 -35987,sell_compound_top3,sell,2025-06-29 18:21:00,1241.0 -35988,sell_compound_top3,sell,2025-06-29 18:24:00,1239.0 -35989,sell_compound_top3,sell,2025-06-29 18:27:00,1241.0 -35990,sell_compound_top3,sell,2025-06-29 18:30:00,1240.0 -35991,sell_compound_top3,sell,2025-06-29 18:33:00,1240.0 -35992,sell_compound_top3,sell,2025-06-29 18:36:00,1243.0 -35993,sell_compound_top3,sell,2025-06-29 18:39:00,1243.0 -35994,sell_compound_top3,sell,2025-06-29 18:42:00,1241.0 -35995,sell_compound_top3,sell,2025-06-29 18:45:00,1242.0 -35996,sell_compound_top3,sell,2025-06-29 18:48:00,1241.0 -35997,sell_compound_top3,sell,2025-06-29 22:12:00,1239.0 -35998,sell_compound_top3,sell,2025-06-29 22:15:00,1239.0 -35999,sell_compound_top3,sell,2025-06-29 22:18:00,1237.0 -36000,sell_compound_top3,sell,2025-06-29 22:21:00,1240.0 -36001,sell_compound_top3,sell,2025-06-29 22:24:00,1241.0 -36002,sell_compound_top3,sell,2025-06-29 22:27:00,1241.0 -36003,sell_compound_top3,sell,2025-06-30 03:00:00,1228.0 -36004,sell_compound_top3,sell,2025-06-30 03:03:00,1226.0 -36005,sell_compound_top3,sell,2025-06-30 04:06:00,1233.0 -36006,sell_compound_top3,sell,2025-06-30 04:09:00,1234.0 -36007,sell_compound_top3,sell,2025-06-30 04:12:00,1235.0 -36008,sell_compound_top3,sell,2025-06-30 04:15:00,1233.0 -36009,sell_compound_top3,sell,2025-06-30 04:30:00,1235.0 -36010,sell_compound_top3,sell,2025-06-30 04:33:00,1236.0 -36011,sell_compound_top3,sell,2025-06-30 04:36:00,1237.0 -36012,sell_compound_top3,sell,2025-06-30 04:39:00,1237.0 -36013,sell_compound_top3,sell,2025-06-30 04:51:00,1237.0 -36014,sell_compound_top3,sell,2025-06-30 04:54:00,1237.0 -36015,sell_compound_top3,sell,2025-06-30 04:57:00,1238.0 -36016,sell_compound_top3,sell,2025-06-30 05:00:00,1238.0 -36017,sell_compound_top3,sell,2025-06-30 05:03:00,1237.0 -36018,sell_compound_top3,sell,2025-06-30 05:21:00,1238.0 -36019,sell_compound_top3,sell,2025-06-30 05:24:00,1239.0 -36020,sell_compound_top3,sell,2025-06-30 05:27:00,1239.0 -36021,sell_compound_top3,sell,2025-06-30 05:36:00,1240.0 -36022,sell_compound_top3,sell,2025-06-30 05:39:00,1239.0 -36023,sell_compound_top3,sell,2025-06-30 07:36:00,1299.0 -36024,sell_compound_top3,sell,2025-06-30 07:39:00,1298.0 -36025,sell_compound_top3,sell,2025-06-30 07:42:00,1299.0 -36026,sell_compound_top3,sell,2025-06-30 07:45:00,1301.0 -36027,sell_compound_top3,sell,2025-06-30 07:48:00,1307.0 -36028,sell_compound_top3,sell,2025-06-30 07:51:00,1309.0 -36029,sell_compound_top3,sell,2025-06-30 07:54:00,1309.0 -36030,sell_compound_top3,sell,2025-06-30 07:57:00,1308.0 -36031,sell_compound_top3,sell,2025-06-30 16:42:00,1261.0 -36032,sell_compound_top3,sell,2025-06-30 16:45:00,1262.0 -36033,sell_compound_top3,sell,2025-06-30 16:48:00,1263.0 -36034,sell_compound_top3,sell,2025-06-30 16:51:00,1263.0 -36035,sell_compound_top3,sell,2025-06-30 16:54:00,1262.0 -36036,sell_compound_top3,sell,2025-06-30 16:57:00,1261.0 -36037,sell_compound_top3,sell,2025-07-01 02:00:00,1237.0 -36038,sell_compound_top3,sell,2025-07-01 02:03:00,1236.0 -36039,sell_compound_top3,sell,2025-07-01 02:06:00,1236.0 -36040,sell_compound_top3,sell,2025-07-01 02:09:00,1236.0 -36041,sell_compound_top3,sell,2025-07-01 02:27:00,1240.0 -36042,sell_compound_top3,sell,2025-07-01 04:42:00,1245.0 -36043,sell_compound_top3,sell,2025-07-01 04:45:00,1244.0 -36044,sell_compound_top3,sell,2025-07-01 04:48:00,1246.0 -36045,sell_compound_top3,sell,2025-07-01 04:51:00,1245.0 -36046,sell_compound_top3,sell,2025-07-01 04:54:00,1245.0 -36047,sell_compound_top3,sell,2025-07-01 04:57:00,1249.0 -36048,sell_compound_top3,sell,2025-07-01 05:15:00,1249.0 -36049,sell_compound_top3,sell,2025-07-01 05:18:00,1254.0 -36050,sell_compound_top3,sell,2025-07-01 16:42:00,1201.0 -36051,sell_compound_top3,sell,2025-07-01 16:51:00,1201.0 -36052,sell_compound_top3,sell,2025-07-01 16:54:00,1202.0 -36053,sell_compound_top3,sell,2025-07-01 16:57:00,1201.0 -36054,sell_compound_top3,sell,2025-07-01 19:15:00,1197.0 -36055,sell_compound_top3,sell,2025-07-01 19:18:00,1196.0 -36056,sell_compound_top3,sell,2025-07-01 23:15:00,1196.0 -36057,sell_compound_top3,sell,2025-07-01 23:18:00,1197.0 -36058,sell_compound_top3,sell,2025-07-02 09:42:00,1172.0 -36059,sell_compound_top3,sell,2025-07-02 10:42:00,1173.0 -36060,sell_compound_top3,sell,2025-07-02 12:00:00,1175.0 -36061,sell_compound_top3,sell,2025-07-02 12:03:00,1176.0 -36062,sell_compound_top3,sell,2025-07-02 12:30:00,1181.0 -36063,sell_compound_top3,sell,2025-07-02 12:33:00,1182.0 -36064,sell_compound_top3,sell,2025-07-02 13:42:00,1183.0 -36065,sell_compound_top3,sell,2025-07-02 13:45:00,1184.0 -36066,sell_compound_top3,sell,2025-07-02 13:48:00,1183.0 -36067,sell_compound_top3,sell,2025-07-02 14:06:00,1187.0 -36068,sell_compound_top3,sell,2025-07-02 14:09:00,1189.0 -36069,sell_compound_top3,sell,2025-07-02 14:12:00,1190.0 -36070,sell_compound_top3,sell,2025-07-02 14:15:00,1190.0 -36071,sell_compound_top3,sell,2025-07-02 14:18:00,1194.0 -36072,sell_compound_top3,sell,2025-07-02 14:21:00,1191.0 -36073,sell_compound_top3,sell,2025-07-02 14:24:00,1194.0 -36074,sell_compound_top3,sell,2025-07-02 14:27:00,1192.0 -36075,sell_compound_top3,sell,2025-07-02 14:30:00,1192.0 -36076,sell_compound_top3,sell,2025-07-02 14:33:00,1191.0 -36077,sell_compound_top3,sell,2025-07-02 15:51:00,1199.0 -36078,sell_compound_top3,sell,2025-07-02 15:54:00,1199.0 -36079,sell_compound_top3,sell,2025-07-02 16:15:00,1216.0 -36080,sell_compound_top3,sell,2025-07-02 16:18:00,1213.0 -36081,sell_compound_top3,sell,2025-07-02 20:12:00,1226.0 -36082,sell_compound_top3,sell,2025-07-02 20:15:00,1224.0 -36083,sell_compound_top3,sell,2025-07-02 20:18:00,1220.0 -36084,sell_compound_top3,sell,2025-07-02 22:21:00,1226.0 -36085,sell_compound_top3,sell,2025-07-02 22:24:00,1225.0 -36086,sell_compound_top3,sell,2025-07-02 22:27:00,1224.0 -36087,sell_compound_top3,sell,2025-07-02 22:45:00,1230.0 -36088,sell_compound_top3,sell,2025-07-02 22:48:00,1234.0 -36089,sell_compound_top3,sell,2025-07-02 23:42:00,1232.0 -36090,sell_compound_top3,sell,2025-07-02 23:51:00,1234.0 -36091,sell_compound_top3,sell,2025-07-02 23:54:00,1234.0 -36092,sell_compound_top3,sell,2025-07-02 23:57:00,1235.0 -36093,sell_compound_top3,sell,2025-07-03 00:00:00,1235.0 -36094,sell_compound_top3,sell,2025-07-03 00:03:00,1234.0 -36095,sell_compound_top3,sell,2025-07-03 00:06:00,1239.0 -36096,sell_compound_top3,sell,2025-07-03 00:09:00,1239.0 -36097,sell_compound_top3,sell,2025-07-03 00:12:00,1246.0 -36098,sell_compound_top3,sell,2025-07-03 00:15:00,1241.0 -36099,sell_compound_top3,sell,2025-07-03 00:18:00,1245.0 -36100,sell_compound_top3,sell,2025-07-03 00:36:00,1245.0 -36101,sell_compound_top3,sell,2025-07-03 00:39:00,1243.0 -36102,sell_compound_top3,sell,2025-07-03 00:42:00,1240.0 -36103,sell_compound_top3,sell,2025-07-03 00:57:00,1246.0 -36104,sell_compound_top3,sell,2025-07-03 01:00:00,1247.0 -36105,sell_compound_top3,sell,2025-07-03 01:03:00,1249.0 -36106,sell_compound_top3,sell,2025-07-03 01:30:00,1272.0 -36107,sell_compound_top3,sell,2025-07-03 01:33:00,1273.0 -36108,sell_compound_top3,sell,2025-07-03 01:36:00,1279.0 -36109,sell_compound_top3,sell,2025-07-03 01:39:00,1279.0 -36110,sell_compound_top3,sell,2025-07-03 01:42:00,1284.0 -36111,sell_compound_top3,sell,2025-07-03 01:45:00,1286.0 -36112,sell_compound_top3,sell,2025-07-03 01:48:00,1286.0 -36113,sell_compound_top3,sell,2025-07-03 01:51:00,1285.0 -36114,sell_compound_top3,sell,2025-07-03 01:54:00,1286.0 -36115,sell_compound_top3,sell,2025-07-03 02:00:00,1284.0 -36116,sell_compound_top3,sell,2025-07-03 02:03:00,1292.0 -36117,sell_compound_top3,sell,2025-07-03 03:27:00,1297.0 -36118,sell_compound_top3,sell,2025-07-03 03:30:00,1302.0 -36119,sell_compound_top3,sell,2025-07-03 03:33:00,1300.0 -36120,sell_compound_top3,sell,2025-07-03 05:00:00,1303.0 -36121,sell_compound_top3,sell,2025-07-03 05:03:00,1301.0 -36122,sell_compound_top3,sell,2025-07-03 05:42:00,1305.0 -36123,sell_compound_top3,sell,2025-07-03 05:45:00,1306.0 -36124,sell_compound_top3,sell,2025-07-03 05:48:00,1306.0 -36125,sell_compound_top3,sell,2025-07-03 10:21:00,1296.0 -36126,sell_compound_top3,sell,2025-07-03 10:24:00,1302.0 -36127,sell_compound_top3,sell,2025-07-03 10:30:00,1300.0 -36128,sell_compound_top3,sell,2025-07-03 10:33:00,1301.0 -36129,sell_compound_top3,sell,2025-07-03 10:36:00,1301.0 -36130,sell_compound_top3,sell,2025-07-03 10:39:00,1305.0 -36131,sell_compound_top3,sell,2025-07-03 10:42:00,1305.0 -36132,sell_compound_top3,sell,2025-07-03 10:45:00,1305.0 -36133,sell_compound_top3,sell,2025-07-03 10:48:00,1306.0 -36134,sell_compound_top3,sell,2025-07-03 10:51:00,1308.0 -36135,sell_compound_top3,sell,2025-07-03 10:54:00,1308.0 -36136,sell_compound_top3,sell,2025-07-03 10:57:00,1315.0 -36137,sell_compound_top3,sell,2025-07-03 11:00:00,1312.0 -36138,sell_compound_top3,sell,2025-07-03 11:03:00,1310.0 -36139,sell_compound_top3,sell,2025-07-03 12:00:00,1309.0 -36140,sell_compound_top3,sell,2025-07-03 12:03:00,1309.0 -36141,sell_compound_top3,sell,2025-07-03 14:30:00,1324.0 -36142,sell_compound_top3,sell,2025-07-03 14:33:00,1327.0 -36143,sell_compound_top3,sell,2025-07-03 14:42:00,1333.0 -36144,sell_compound_top3,sell,2025-07-03 14:45:00,1329.0 -36145,sell_compound_top3,sell,2025-07-03 14:48:00,1329.0 -36146,sell_compound_top3,sell,2025-07-03 14:51:00,1329.0 -36147,sell_compound_top3,sell,2025-07-03 14:54:00,1332.0 -36148,sell_compound_top3,sell,2025-07-03 14:57:00,1331.0 -36149,sell_compound_top3,sell,2025-07-03 15:45:00,1333.0 -36150,sell_compound_top3,sell,2025-07-03 15:48:00,1329.0 -36151,sell_compound_top3,sell,2025-07-03 22:42:00,1305.0 -36152,sell_compound_top3,sell,2025-07-03 22:45:00,1305.0 -36153,sell_compound_top3,sell,2025-07-03 22:48:00,1303.0 -36154,sell_compound_top3,sell,2025-07-03 22:51:00,1307.0 -36155,sell_compound_top3,sell,2025-07-03 22:54:00,1311.0 -36156,sell_compound_top3,sell,2025-07-03 22:57:00,1313.0 -36157,sell_compound_top3,sell,2025-07-03 23:00:00,1311.0 -36158,sell_compound_top3,sell,2025-07-03 23:03:00,1309.0 -36159,sell_compound_top3,sell,2025-07-04 04:30:00,1283.0 -36160,sell_compound_top3,sell,2025-07-04 04:33:00,1284.0 -36161,sell_compound_top3,sell,2025-07-04 04:45:00,1285.0 -36162,sell_compound_top3,sell,2025-07-04 04:48:00,1283.0 -36163,sell_compound_top3,sell,2025-07-04 04:57:00,1285.0 -36164,sell_compound_top3,sell,2025-07-04 05:12:00,1289.0 -36165,sell_compound_top3,sell,2025-07-04 05:21:00,1288.0 -36166,sell_compound_top3,sell,2025-07-04 05:24:00,1288.0 -36167,sell_compound_top3,sell,2025-07-04 05:27:00,1290.0 -36168,sell_compound_top3,sell,2025-07-04 05:36:00,1289.0 -36169,sell_compound_top3,sell,2025-07-04 05:39:00,1292.0 -36170,sell_compound_top3,sell,2025-07-04 05:45:00,1292.0 -36171,sell_compound_top3,sell,2025-07-04 05:48:00,1290.0 -36172,sell_compound_top3,sell,2025-07-04 05:51:00,1292.0 -36173,sell_compound_top3,sell,2025-07-04 05:54:00,1291.0 -36174,sell_compound_top3,sell,2025-07-04 06:00:00,1292.0 -36175,sell_compound_top3,sell,2025-07-04 06:03:00,1294.0 -36176,sell_compound_top3,sell,2025-07-04 10:12:00,1290.0 -36177,sell_compound_top3,sell,2025-07-04 10:15:00,1289.0 -36178,sell_compound_top3,sell,2025-07-04 10:18:00,1293.0 -36179,sell_compound_top3,sell,2025-07-04 10:27:00,1291.0 -36180,sell_compound_top3,sell,2025-07-05 05:30:00,1194.0 -36181,sell_compound_top3,sell,2025-07-05 05:33:00,1194.0 -36182,sell_compound_top3,sell,2025-07-05 05:36:00,1196.0 -36183,sell_compound_top3,sell,2025-07-05 05:39:00,1194.0 -36184,sell_compound_top3,sell,2025-07-05 05:42:00,1194.0 -36185,sell_compound_top3,sell,2025-07-05 05:45:00,1195.0 -36186,sell_compound_top3,sell,2025-07-05 05:48:00,1196.0 -36187,sell_compound_top3,sell,2025-07-05 05:51:00,1197.0 -36188,sell_compound_top3,sell,2025-07-05 05:54:00,1195.0 -36189,sell_compound_top3,sell,2025-07-05 07:15:00,1198.0 -36190,sell_compound_top3,sell,2025-07-05 07:18:00,1198.0 -36191,sell_compound_top3,sell,2025-07-05 07:42:00,1200.0 -36192,sell_compound_top3,sell,2025-07-05 07:45:00,1199.0 -36193,sell_compound_top3,sell,2025-07-05 07:48:00,1198.0 -36194,sell_compound_top3,sell,2025-07-05 07:51:00,1199.0 -36195,sell_compound_top3,sell,2025-07-05 07:54:00,1201.0 -36196,sell_compound_top3,sell,2025-07-05 07:57:00,1200.0 -36197,sell_compound_top3,sell,2025-07-05 08:00:00,1202.0 -36198,sell_compound_top3,sell,2025-07-05 08:03:00,1199.0 -36199,sell_compound_top3,sell,2025-07-05 09:27:00,1202.0 -36200,sell_compound_top3,sell,2025-07-05 09:30:00,1202.0 -36201,sell_compound_top3,sell,2025-07-05 09:33:00,1202.0 -36202,sell_compound_top3,sell,2025-07-05 09:42:00,1201.0 -36203,sell_compound_top3,sell,2025-07-05 12:30:00,1208.0 -36204,sell_compound_top3,sell,2025-07-05 12:33:00,1208.0 -36205,sell_compound_top3,sell,2025-07-05 15:06:00,1203.0 -36206,sell_compound_top3,sell,2025-07-05 15:09:00,1205.0 -36207,sell_compound_top3,sell,2025-07-05 15:21:00,1206.0 -36208,sell_compound_top3,sell,2025-07-05 15:24:00,1209.0 -36209,sell_compound_top3,sell,2025-07-05 15:36:00,1210.0 -36210,sell_compound_top3,sell,2025-07-05 15:39:00,1208.0 -36211,sell_compound_top3,sell,2025-07-05 15:51:00,1208.0 -36212,sell_compound_top3,sell,2025-07-05 15:54:00,1211.0 -36213,sell_compound_top3,sell,2025-07-05 15:57:00,1211.0 -36214,sell_compound_top3,sell,2025-07-05 16:00:00,1211.0 -36215,sell_compound_top3,sell,2025-07-05 16:03:00,1210.0 -36216,sell_compound_top3,sell,2025-07-05 16:06:00,1210.0 -36217,sell_compound_top3,sell,2025-07-05 16:09:00,1211.0 -36218,sell_compound_top3,sell,2025-07-06 00:00:00,1198.0 -36219,sell_compound_top3,sell,2025-07-06 00:03:00,1196.0 -36220,sell_compound_top3,sell,2025-07-06 07:51:00,1188.0 -36221,sell_compound_top3,sell,2025-07-06 07:54:00,1187.0 -36222,sell_compound_top3,sell,2025-07-06 08:15:00,1190.0 -36223,sell_compound_top3,sell,2025-07-06 08:18:00,1190.0 -36224,sell_compound_top3,sell,2025-07-06 08:21:00,1189.0 -36225,sell_compound_top3,sell,2025-07-06 08:24:00,1189.0 -36226,sell_compound_top3,sell,2025-07-06 08:27:00,1190.0 -36227,sell_compound_top3,sell,2025-07-06 15:51:00,1186.0 -36228,sell_compound_top3,sell,2025-07-06 15:54:00,1187.0 -36229,sell_compound_top3,sell,2025-07-06 15:57:00,1189.0 -36230,sell_compound_top3,sell,2025-07-06 16:21:00,1192.0 -36231,sell_compound_top3,sell,2025-07-06 16:24:00,1195.0 -36232,sell_compound_top3,sell,2025-07-06 16:27:00,1195.0 -36233,sell_compound_top3,sell,2025-07-06 16:30:00,1194.0 -36234,sell_compound_top3,sell,2025-07-06 16:33:00,1193.0 -36235,sell_compound_top3,sell,2025-07-06 17:51:00,1195.0 -36236,sell_compound_top3,sell,2025-07-06 17:54:00,1195.0 -36237,sell_compound_top3,sell,2025-07-06 21:06:00,1188.0 -36238,sell_compound_top3,sell,2025-07-06 21:09:00,1190.0 -36239,sell_compound_top3,sell,2025-07-06 21:45:00,1193.0 -36240,sell_compound_top3,sell,2025-07-06 21:48:00,1195.0 -36241,sell_compound_top3,sell,2025-07-06 21:51:00,1197.0 -36242,sell_compound_top3,sell,2025-07-06 21:54:00,1194.0 -36243,sell_compound_top3,sell,2025-07-06 21:57:00,1195.0 -36244,sell_compound_top3,sell,2025-07-06 22:00:00,1197.0 -36245,sell_compound_top3,sell,2025-07-06 22:03:00,1195.0 -36246,sell_compound_top3,sell,2025-07-06 22:15:00,1197.0 -36247,sell_compound_top3,sell,2025-07-06 22:18:00,1196.0 -36248,sell_compound_top3,sell,2025-07-06 22:21:00,1199.0 -36249,sell_compound_top3,sell,2025-07-06 22:24:00,1200.0 -36250,sell_compound_top3,sell,2025-07-06 22:27:00,1199.0 -36251,sell_compound_top3,sell,2025-07-06 22:42:00,1208.0 -36252,sell_compound_top3,sell,2025-07-06 22:51:00,1211.0 -36253,sell_compound_top3,sell,2025-07-06 22:54:00,1214.0 -36254,sell_compound_top3,sell,2025-07-06 23:00:00,1208.0 -36255,sell_compound_top3,sell,2025-07-06 23:03:00,1211.0 -36256,sell_compound_top3,sell,2025-07-06 23:06:00,1211.0 -36257,sell_compound_top3,sell,2025-07-06 23:09:00,1211.0 -36258,sell_compound_top3,sell,2025-07-07 01:30:00,1209.0 -36259,sell_compound_top3,sell,2025-07-07 01:33:00,1206.0 -36260,sell_compound_top3,sell,2025-07-07 05:21:00,1215.0 -36261,sell_compound_top3,sell,2025-07-07 05:24:00,1215.0 -36262,sell_compound_top3,sell,2025-07-07 05:27:00,1214.0 -36263,sell_compound_top3,sell,2025-07-07 05:30:00,1213.0 -36264,sell_compound_top3,sell,2025-07-07 05:33:00,1213.0 -36265,sell_compound_top3,sell,2025-07-07 05:42:00,1215.0 -36266,sell_compound_top3,sell,2025-07-07 05:45:00,1216.0 -36267,sell_compound_top3,sell,2025-07-07 05:48:00,1217.0 -36268,sell_compound_top3,sell,2025-07-07 06:15:00,1219.0 -36269,sell_compound_top3,sell,2025-07-07 06:18:00,1218.0 -36270,sell_compound_top3,sell,2025-07-07 06:21:00,1217.0 -36271,sell_compound_top3,sell,2025-07-07 06:24:00,1222.0 -36272,sell_compound_top3,sell,2025-07-07 07:00:00,1229.0 -36273,sell_compound_top3,sell,2025-07-07 07:03:00,1235.0 -36274,sell_compound_top3,sell,2025-07-07 07:06:00,1236.0 -36275,sell_compound_top3,sell,2025-07-07 07:09:00,1236.0 -36276,sell_compound_top3,sell,2025-07-07 07:12:00,1235.0 -36277,sell_compound_top3,sell,2025-07-07 07:15:00,1236.0 -36278,sell_compound_top3,sell,2025-07-07 07:18:00,1235.0 -36279,sell_compound_top3,sell,2025-07-07 11:42:00,1235.0 -36280,sell_compound_top3,sell,2025-07-07 11:51:00,1231.0 -36281,sell_compound_top3,sell,2025-07-07 11:54:00,1228.0 -36282,sell_compound_top3,sell,2025-07-07 22:30:00,1205.0 -36283,sell_compound_top3,sell,2025-07-07 22:33:00,1203.0 -36284,sell_compound_top3,sell,2025-07-07 23:06:00,1206.0 -36285,sell_compound_top3,sell,2025-07-07 23:09:00,1203.0 -36286,sell_compound_top3,sell,2025-07-08 04:30:00,1198.0 -36287,sell_compound_top3,sell,2025-07-08 04:33:00,1198.0 -36288,sell_compound_top3,sell,2025-07-08 04:36:00,1198.0 -36289,sell_compound_top3,sell,2025-07-08 08:27:00,1189.0 -36290,sell_compound_top3,sell,2025-07-08 08:45:00,1192.0 -36291,sell_compound_top3,sell,2025-07-08 08:48:00,1192.0 -36292,sell_compound_top3,sell,2025-07-08 08:51:00,1192.0 -36293,sell_compound_top3,sell,2025-07-08 08:54:00,1194.0 -36294,sell_compound_top3,sell,2025-07-08 08:57:00,1194.0 -36295,sell_compound_top3,sell,2025-07-08 14:51:00,1184.0 -36296,sell_compound_top3,sell,2025-07-08 14:54:00,1184.0 -36297,sell_compound_top3,sell,2025-07-08 14:57:00,1183.0 -36298,sell_compound_top3,sell,2025-07-08 15:00:00,1184.0 -36299,sell_compound_top3,sell,2025-07-08 15:03:00,1184.0 -36300,sell_compound_top3,sell,2025-07-08 19:45:00,1187.0 -36301,sell_compound_top3,sell,2025-07-08 19:48:00,1185.0 -36302,sell_compound_top3,sell,2025-07-08 19:51:00,1185.0 -36303,sell_compound_top3,sell,2025-07-08 19:54:00,1187.0 -36304,sell_compound_top3,sell,2025-07-08 19:57:00,1186.0 -36305,sell_compound_top3,sell,2025-07-08 20:00:00,1186.0 -36306,sell_compound_top3,sell,2025-07-08 20:03:00,1186.0 -36307,sell_compound_top3,sell,2025-07-08 20:06:00,1192.0 -36308,sell_compound_top3,sell,2025-07-08 20:09:00,1190.0 -36309,sell_compound_top3,sell,2025-07-08 20:12:00,1190.0 -36310,sell_compound_top3,sell,2025-07-08 20:15:00,1191.0 -36311,sell_compound_top3,sell,2025-07-08 20:18:00,1189.0 -36312,sell_compound_top3,sell,2025-07-08 20:21:00,1190.0 -36313,sell_compound_top3,sell,2025-07-08 20:24:00,1190.0 -36314,sell_compound_top3,sell,2025-07-08 22:06:00,1189.0 -36315,sell_compound_top3,sell,2025-07-08 22:09:00,1189.0 -36316,sell_compound_top3,sell,2025-07-09 02:30:00,1201.0 -36317,sell_compound_top3,sell,2025-07-09 02:33:00,1200.0 -36318,sell_compound_top3,sell,2025-07-09 02:36:00,1199.0 -36319,sell_compound_top3,sell,2025-07-09 02:39:00,1197.0 -36320,sell_compound_top3,sell,2025-07-09 02:51:00,1199.0 -36321,sell_compound_top3,sell,2025-07-09 02:54:00,1203.0 -36322,sell_compound_top3,sell,2025-07-09 14:51:00,1191.0 -36323,sell_compound_top3,sell,2025-07-09 14:54:00,1188.0 -36324,sell_compound_top3,sell,2025-07-09 16:30:00,1192.0 -36325,sell_compound_top3,sell,2025-07-09 16:33:00,1192.0 -36326,sell_compound_top3,sell,2025-07-09 19:42:00,1192.0 -36327,sell_compound_top3,sell,2025-07-09 20:27:00,1193.0 -36328,sell_compound_top3,sell,2025-07-09 20:30:00,1194.0 -36329,sell_compound_top3,sell,2025-07-09 20:33:00,1195.0 -36330,sell_compound_top3,sell,2025-07-09 20:36:00,1196.0 -36331,sell_compound_top3,sell,2025-07-09 20:39:00,1195.0 -36332,sell_compound_top3,sell,2025-07-09 21:12:00,1198.0 -36333,sell_compound_top3,sell,2025-07-09 21:42:00,1204.0 -36334,sell_compound_top3,sell,2025-07-09 21:45:00,1206.0 -36335,sell_compound_top3,sell,2025-07-09 21:48:00,1203.0 -36336,sell_compound_top3,sell,2025-07-10 03:21:00,1206.0 -36337,sell_compound_top3,sell,2025-07-10 03:24:00,1207.0 -36338,sell_compound_top3,sell,2025-07-10 03:30:00,1206.0 -36339,sell_compound_top3,sell,2025-07-10 03:33:00,1204.0 -36340,sell_compound_top3,sell,2025-07-10 03:36:00,1207.0 -36341,sell_compound_top3,sell,2025-07-10 03:39:00,1206.0 -36342,sell_compound_top3,sell,2025-07-10 04:21:00,1211.0 -36343,sell_compound_top3,sell,2025-07-10 04:24:00,1213.0 -36344,sell_compound_top3,sell,2025-07-10 05:00:00,1230.0 -36345,sell_compound_top3,sell,2025-07-10 05:03:00,1238.0 -36346,sell_compound_top3,sell,2025-07-10 05:06:00,1234.0 -36347,sell_compound_top3,sell,2025-07-10 05:09:00,1228.0 -36348,sell_compound_top3,sell,2025-07-10 06:30:00,1244.0 -36349,sell_compound_top3,sell,2025-07-10 06:33:00,1244.0 -36350,sell_compound_top3,sell,2025-07-10 06:36:00,1239.0 -36351,sell_compound_top3,sell,2025-07-10 06:39:00,1240.0 -36352,sell_compound_top3,sell,2025-07-10 06:42:00,1242.0 -36353,sell_compound_top3,sell,2025-07-10 06:45:00,1243.0 -36354,sell_compound_top3,sell,2025-07-10 06:48:00,1245.0 -36355,sell_compound_top3,sell,2025-07-10 12:42:00,1249.0 -36356,sell_compound_top3,sell,2025-07-10 12:51:00,1251.0 -36357,sell_compound_top3,sell,2025-07-10 12:54:00,1249.0 -36358,sell_compound_top3,sell,2025-07-10 13:30:00,1250.0 -36359,sell_compound_top3,sell,2025-07-10 13:33:00,1252.0 -36360,sell_compound_top3,sell,2025-07-10 13:36:00,1252.0 -36361,sell_compound_top3,sell,2025-07-10 13:39:00,1252.0 -36362,sell_compound_top3,sell,2025-07-10 13:42:00,1254.0 -36363,sell_compound_top3,sell,2025-07-10 13:45:00,1254.0 -36364,sell_compound_top3,sell,2025-07-10 13:48:00,1254.0 -36365,sell_compound_top3,sell,2025-07-10 13:51:00,1253.0 -36366,sell_compound_top3,sell,2025-07-10 13:54:00,1253.0 -36367,sell_compound_top3,sell,2025-07-10 13:57:00,1255.0 -36368,sell_compound_top3,sell,2025-07-10 14:00:00,1256.0 -36369,sell_compound_top3,sell,2025-07-10 14:03:00,1255.0 -36370,sell_compound_top3,sell,2025-07-10 14:06:00,1254.0 -36371,sell_compound_top3,sell,2025-07-10 14:09:00,1255.0 -36372,sell_compound_top3,sell,2025-07-10 16:21:00,1260.0 -36373,sell_compound_top3,sell,2025-07-10 16:24:00,1257.0 -36374,sell_compound_top3,sell,2025-07-10 16:30:00,1259.0 -36375,sell_compound_top3,sell,2025-07-10 16:33:00,1259.0 -36376,sell_compound_top3,sell,2025-07-10 17:42:00,1262.0 -36377,sell_compound_top3,sell,2025-07-10 18:06:00,1265.0 -36378,sell_compound_top3,sell,2025-07-10 18:09:00,1266.0 -36379,sell_compound_top3,sell,2025-07-10 18:30:00,1267.0 -36380,sell_compound_top3,sell,2025-07-10 18:33:00,1269.0 -36381,sell_compound_top3,sell,2025-07-10 18:36:00,1271.0 -36382,sell_compound_top3,sell,2025-07-10 18:39:00,1269.0 -36383,sell_compound_top3,sell,2025-07-10 19:42:00,1271.0 -36384,sell_compound_top3,sell,2025-07-10 19:45:00,1270.0 -36385,sell_compound_top3,sell,2025-07-10 19:48:00,1269.0 -36386,sell_compound_top3,sell,2025-07-10 19:51:00,1272.0 -36387,sell_compound_top3,sell,2025-07-10 19:54:00,1272.0 -36388,sell_compound_top3,sell,2025-07-10 19:57:00,1270.0 -36389,sell_compound_top3,sell,2025-07-10 22:12:00,1272.0 -36390,sell_compound_top3,sell,2025-07-10 22:42:00,1284.0 -36391,sell_compound_top3,sell,2025-07-11 01:57:00,1299.0 -36392,sell_compound_top3,sell,2025-07-11 02:00:00,1300.0 -36393,sell_compound_top3,sell,2025-07-11 02:03:00,1294.0 -36394,sell_compound_top3,sell,2025-07-11 02:06:00,1299.0 -36395,sell_compound_top3,sell,2025-07-11 02:09:00,1306.0 -36396,sell_compound_top3,sell,2025-07-11 02:12:00,1309.0 -36397,sell_compound_top3,sell,2025-07-11 02:15:00,1314.0 -36398,sell_compound_top3,sell,2025-07-11 02:18:00,1309.0 -36399,sell_compound_top3,sell,2025-07-11 02:21:00,1309.0 -36400,sell_compound_top3,sell,2025-07-11 02:24:00,1308.0 -36401,sell_compound_top3,sell,2025-07-11 02:27:00,1312.0 -36402,sell_compound_top3,sell,2025-07-11 02:30:00,1315.0 -36403,sell_compound_top3,sell,2025-07-11 02:33:00,1318.0 -36404,sell_compound_top3,sell,2025-07-11 02:36:00,1316.0 -36405,sell_compound_top3,sell,2025-07-11 02:39:00,1318.0 -36406,sell_compound_top3,sell,2025-07-11 02:42:00,1323.0 -36407,sell_compound_top3,sell,2025-07-11 02:45:00,1323.0 -36408,sell_compound_top3,sell,2025-07-11 02:48:00,1322.0 -36409,sell_compound_top3,sell,2025-07-11 02:51:00,1324.0 -36410,sell_compound_top3,sell,2025-07-11 02:54:00,1329.0 -36411,sell_compound_top3,sell,2025-07-11 02:57:00,1330.0 -36412,sell_compound_top3,sell,2025-07-11 03:00:00,1330.0 -36413,sell_compound_top3,sell,2025-07-11 03:03:00,1330.0 -36414,sell_compound_top3,sell,2025-07-11 03:06:00,1329.0 -36415,sell_compound_top3,sell,2025-07-11 03:09:00,1330.0 -36416,sell_compound_top3,sell,2025-07-11 03:12:00,1328.0 -36417,sell_compound_top3,sell,2025-07-11 03:15:00,1331.0 -36418,sell_compound_top3,sell,2025-07-11 03:18:00,1331.0 -36419,sell_compound_top3,sell,2025-07-11 03:21:00,1334.0 -36420,sell_compound_top3,sell,2025-07-11 03:24:00,1336.0 -36421,sell_compound_top3,sell,2025-07-11 04:12:00,1342.0 -36422,sell_compound_top3,sell,2025-07-11 04:15:00,1340.0 -36423,sell_compound_top3,sell,2025-07-11 04:18:00,1347.0 -36424,sell_compound_top3,sell,2025-07-11 05:45:00,1346.0 -36425,sell_compound_top3,sell,2025-07-11 05:48:00,1345.0 -36426,sell_compound_top3,sell,2025-07-11 06:57:00,1411.0 -36427,sell_compound_top3,sell,2025-07-11 07:00:00,1418.0 -36428,sell_compound_top3,sell,2025-07-11 07:03:00,1424.0 -36429,sell_compound_top3,sell,2025-07-11 07:12:00,1432.0 -36430,sell_compound_top3,sell,2025-07-11 07:15:00,1432.0 -36431,sell_compound_top3,sell,2025-07-11 07:18:00,1432.0 -36432,sell_compound_top3,sell,2025-07-11 08:06:00,1437.0 -36433,sell_compound_top3,sell,2025-07-11 08:09:00,1436.0 -36434,sell_compound_top3,sell,2025-07-11 09:51:00,1455.0 -36435,sell_compound_top3,sell,2025-07-11 09:54:00,1451.0 -36436,sell_compound_top3,sell,2025-07-11 09:57:00,1458.0 -36437,sell_compound_top3,sell,2025-07-11 10:00:00,1455.0 -36438,sell_compound_top3,sell,2025-07-11 10:03:00,1458.0 -36439,sell_compound_top3,sell,2025-07-11 11:30:00,1460.0 -36440,sell_compound_top3,sell,2025-07-11 11:33:00,1460.0 -36441,sell_compound_top3,sell,2025-07-11 11:57:00,1479.0 -36442,sell_compound_top3,sell,2025-07-11 12:51:00,1486.0 -36443,sell_compound_top3,sell,2025-07-11 12:54:00,1482.0 -36444,sell_compound_top3,sell,2025-07-11 12:57:00,1485.0 -36445,sell_compound_top3,sell,2025-07-11 13:00:00,1484.0 -36446,sell_compound_top3,sell,2025-07-11 13:03:00,1483.0 -36447,sell_compound_top3,sell,2025-07-11 13:42:00,1485.0 -36448,sell_compound_top3,sell,2025-07-11 14:21:00,1512.0 -36449,sell_compound_top3,sell,2025-07-11 14:24:00,1523.0 -36450,sell_compound_top3,sell,2025-07-11 14:30:00,1516.0 -36451,sell_compound_top3,sell,2025-07-11 14:33:00,1517.0 -36452,sell_compound_top3,sell,2025-07-11 14:36:00,1525.0 -36453,sell_compound_top3,sell,2025-07-11 14:39:00,1522.0 -36454,sell_compound_top3,sell,2025-07-11 14:42:00,1527.0 -36455,sell_compound_top3,sell,2025-07-11 14:45:00,1526.0 -36456,sell_compound_top3,sell,2025-07-11 14:48:00,1528.0 -36457,sell_compound_top3,sell,2025-07-11 14:51:00,1531.0 -36458,sell_compound_top3,sell,2025-07-11 14:54:00,1543.0 -36459,sell_compound_top3,sell,2025-07-11 15:12:00,1526.0 -36460,sell_compound_top3,sell,2025-07-11 23:42:00,1486.0 -36461,sell_compound_top3,sell,2025-07-11 23:45:00,1484.0 -36462,sell_compound_top3,sell,2025-07-11 23:48:00,1485.0 -36463,sell_compound_top3,sell,2025-07-12 04:42:00,1471.0 -36464,sell_compound_top3,sell,2025-07-12 04:45:00,1473.0 -36465,sell_compound_top3,sell,2025-07-12 04:48:00,1474.0 -36466,sell_compound_top3,sell,2025-07-12 05:15:00,1477.0 -36467,sell_compound_top3,sell,2025-07-12 05:18:00,1477.0 -36468,sell_compound_top3,sell,2025-07-12 05:21:00,1477.0 -36469,sell_compound_top3,sell,2025-07-12 05:24:00,1475.0 -36470,sell_compound_top3,sell,2025-07-12 10:21:00,1409.0 -36471,sell_compound_top3,sell,2025-07-12 10:24:00,1405.0 -36472,sell_compound_top3,sell,2025-07-12 10:27:00,1408.0 -36473,sell_compound_top3,sell,2025-07-12 10:30:00,1416.0 -36474,sell_compound_top3,sell,2025-07-12 10:33:00,1415.0 -36475,sell_compound_top3,sell,2025-07-12 10:36:00,1416.0 -36476,sell_compound_top3,sell,2025-07-12 10:39:00,1414.0 -36477,sell_compound_top3,sell,2025-07-12 10:51:00,1417.0 -36478,sell_compound_top3,sell,2025-07-12 10:54:00,1418.0 -36479,sell_compound_top3,sell,2025-07-12 11:30:00,1426.0 -36480,sell_compound_top3,sell,2025-07-12 11:33:00,1426.0 -36481,sell_compound_top3,sell,2025-07-12 11:36:00,1423.0 -36482,sell_compound_top3,sell,2025-07-12 11:39:00,1423.0 -36483,sell_compound_top3,sell,2025-07-12 11:42:00,1426.0 -36484,sell_compound_top3,sell,2025-07-12 11:45:00,1425.0 -36485,sell_compound_top3,sell,2025-07-12 11:48:00,1423.0 -36486,sell_compound_top3,sell,2025-07-12 19:51:00,1409.0 -36487,sell_compound_top3,sell,2025-07-12 19:54:00,1409.0 -36488,sell_compound_top3,sell,2025-07-13 02:45:00,1390.0 -36489,sell_compound_top3,sell,2025-07-13 02:48:00,1392.0 -36490,sell_compound_top3,sell,2025-07-13 02:51:00,1392.0 -36491,sell_compound_top3,sell,2025-07-13 02:54:00,1390.0 -36492,sell_compound_top3,sell,2025-07-13 03:12:00,1391.0 -36493,sell_compound_top3,sell,2025-07-13 03:42:00,1395.0 -36494,sell_compound_top3,sell,2025-07-13 03:45:00,1394.0 -36495,sell_compound_top3,sell,2025-07-13 03:48:00,1396.0 -36496,sell_compound_top3,sell,2025-07-13 04:45:00,1397.0 -36497,sell_compound_top3,sell,2025-07-13 09:06:00,1399.0 -36498,sell_compound_top3,sell,2025-07-13 09:09:00,1397.0 -36499,sell_compound_top3,sell,2025-07-13 09:21:00,1403.0 -36500,sell_compound_top3,sell,2025-07-13 09:24:00,1404.0 -36501,sell_compound_top3,sell,2025-07-13 09:30:00,1403.0 -36502,sell_compound_top3,sell,2025-07-13 09:33:00,1401.0 -36503,sell_compound_top3,sell,2025-07-13 09:45:00,1407.0 -36504,sell_compound_top3,sell,2025-07-13 09:48:00,1406.0 -36505,sell_compound_top3,sell,2025-07-13 09:51:00,1407.0 -36506,sell_compound_top3,sell,2025-07-13 09:54:00,1405.0 -36507,sell_compound_top3,sell,2025-07-13 09:57:00,1404.0 -36508,sell_compound_top3,sell,2025-07-13 10:00:00,1406.0 -36509,sell_compound_top3,sell,2025-07-13 10:03:00,1409.0 -36510,sell_compound_top3,sell,2025-07-13 10:06:00,1410.0 -36511,sell_compound_top3,sell,2025-07-13 10:09:00,1407.0 -36512,sell_compound_top3,sell,2025-07-13 14:15:00,1415.0 -36513,sell_compound_top3,sell,2025-07-13 14:18:00,1412.0 -36514,sell_compound_top3,sell,2025-07-13 14:36:00,1418.0 -36515,sell_compound_top3,sell,2025-07-13 14:39:00,1416.0 -36516,sell_compound_top3,sell,2025-07-13 16:45:00,1421.0 -36517,sell_compound_top3,sell,2025-07-13 16:48:00,1420.0 -36518,sell_compound_top3,sell,2025-07-13 20:27:00,1418.0 -36519,sell_compound_top3,sell,2025-07-13 20:30:00,1419.0 -36520,sell_compound_top3,sell,2025-07-13 20:33:00,1419.0 -36521,sell_compound_top3,sell,2025-07-13 20:36:00,1418.0 -36522,sell_compound_top3,sell,2025-07-13 20:39:00,1418.0 -36523,sell_compound_top3,sell,2025-07-13 20:42:00,1420.0 -36524,sell_compound_top3,sell,2025-07-13 21:00:00,1424.0 -36525,sell_compound_top3,sell,2025-07-13 21:03:00,1422.0 -36526,sell_compound_top3,sell,2025-07-13 21:27:00,1426.0 -36527,sell_compound_top3,sell,2025-07-13 21:30:00,1425.0 -36528,sell_compound_top3,sell,2025-07-13 21:33:00,1424.0 -36529,sell_compound_top3,sell,2025-07-13 21:36:00,1428.0 -36530,sell_compound_top3,sell,2025-07-13 21:39:00,1424.0 -36531,sell_compound_top3,sell,2025-07-13 21:45:00,1426.0 -36532,sell_compound_top3,sell,2025-07-13 21:48:00,1428.0 -36533,sell_compound_top3,sell,2025-07-13 22:21:00,1431.0 -36534,sell_compound_top3,sell,2025-07-13 22:24:00,1432.0 -36535,sell_compound_top3,sell,2025-07-13 22:42:00,1435.0 -36536,sell_compound_top3,sell,2025-07-13 22:45:00,1434.0 -36537,sell_compound_top3,sell,2025-07-13 22:48:00,1436.0 -36538,sell_compound_top3,sell,2025-07-13 22:51:00,1435.0 -36539,sell_compound_top3,sell,2025-07-13 22:54:00,1430.0 -36540,sell_compound_top3,sell,2025-07-13 23:36:00,1441.0 -36541,sell_compound_top3,sell,2025-07-13 23:39:00,1440.0 -36542,sell_compound_top3,sell,2025-07-14 01:15:00,1443.0 -36543,sell_compound_top3,sell,2025-07-14 01:18:00,1445.0 -36544,sell_compound_top3,sell,2025-07-14 01:21:00,1445.0 -36545,sell_compound_top3,sell,2025-07-14 01:24:00,1444.0 -36546,sell_compound_top3,sell,2025-07-14 01:42:00,1443.0 -36547,sell_compound_top3,sell,2025-07-14 03:36:00,1447.0 -36548,sell_compound_top3,sell,2025-07-14 03:39:00,1447.0 -36549,sell_compound_top3,sell,2025-07-14 04:30:00,1454.0 -36550,sell_compound_top3,sell,2025-07-14 04:33:00,1455.0 -36551,sell_compound_top3,sell,2025-07-14 09:51:00,1432.0 -36552,sell_compound_top3,sell,2025-07-14 09:54:00,1432.0 -36553,sell_compound_top3,sell,2025-07-14 10:45:00,1439.0 -36554,sell_compound_top3,sell,2025-07-14 10:48:00,1442.0 -36555,sell_compound_top3,sell,2025-07-14 10:51:00,1438.0 -36556,sell_compound_top3,sell,2025-07-14 10:54:00,1442.0 -36557,sell_compound_top3,sell,2025-07-14 11:15:00,1450.0 -36558,sell_compound_top3,sell,2025-07-14 11:18:00,1451.0 -36559,sell_compound_top3,sell,2025-07-14 11:21:00,1448.0 -36560,sell_compound_top3,sell,2025-07-14 11:24:00,1456.0 -36561,sell_compound_top3,sell,2025-07-14 11:36:00,1461.0 -36562,sell_compound_top3,sell,2025-07-14 11:39:00,1466.0 -36563,sell_compound_top3,sell,2025-07-14 11:42:00,1470.0 -36564,sell_compound_top3,sell,2025-07-14 11:45:00,1469.0 -36565,sell_compound_top3,sell,2025-07-14 11:48:00,1471.0 -36566,sell_compound_top3,sell,2025-07-14 12:51:00,1471.0 -36567,sell_compound_top3,sell,2025-07-14 12:54:00,1473.0 -36568,sell_compound_top3,sell,2025-07-14 12:57:00,1473.0 -36569,sell_compound_top3,sell,2025-07-14 13:00:00,1474.0 -36570,sell_compound_top3,sell,2025-07-14 13:03:00,1473.0 -36571,sell_compound_top3,sell,2025-07-14 13:12:00,1472.0 -36572,sell_compound_top3,sell,2025-07-14 13:15:00,1478.0 -36573,sell_compound_top3,sell,2025-07-14 13:18:00,1483.0 -36574,sell_compound_top3,sell,2025-07-14 13:36:00,1491.0 -36575,sell_compound_top3,sell,2025-07-14 13:39:00,1494.0 -36576,sell_compound_top3,sell,2025-07-14 13:42:00,1494.0 -36577,sell_compound_top3,sell,2025-07-14 14:06:00,1507.0 -36578,sell_compound_top3,sell,2025-07-14 14:09:00,1510.0 -36579,sell_compound_top3,sell,2025-07-14 14:12:00,1519.0 -36580,sell_compound_top3,sell,2025-07-14 14:15:00,1522.0 -36581,sell_compound_top3,sell,2025-07-14 14:18:00,1516.0 -36582,sell_compound_top3,sell,2025-07-14 14:21:00,1519.0 -36583,sell_compound_top3,sell,2025-07-14 14:24:00,1510.0 -36584,sell_compound_top3,sell,2025-07-15 06:42:00,1428.0 -36585,sell_compound_top3,sell,2025-07-15 06:45:00,1428.0 -36586,sell_compound_top3,sell,2025-07-15 06:48:00,1427.0 -36587,sell_compound_top3,sell,2025-07-15 06:57:00,1430.0 -36588,sell_compound_top3,sell,2025-07-15 07:21:00,1427.0 -36589,sell_compound_top3,sell,2025-07-15 07:24:00,1431.0 -36590,sell_compound_top3,sell,2025-07-15 07:27:00,1433.0 -36591,sell_compound_top3,sell,2025-07-15 07:30:00,1433.0 -36592,sell_compound_top3,sell,2025-07-15 07:33:00,1430.0 -36593,sell_compound_top3,sell,2025-07-15 07:36:00,1435.0 -36594,sell_compound_top3,sell,2025-07-15 07:39:00,1434.0 -36595,sell_compound_top3,sell,2025-07-15 07:42:00,1434.0 -36596,sell_compound_top3,sell,2025-07-15 07:51:00,1439.0 -36597,sell_compound_top3,sell,2025-07-15 07:54:00,1439.0 -36598,sell_compound_top3,sell,2025-07-15 07:57:00,1438.0 -36599,sell_compound_top3,sell,2025-07-15 08:00:00,1436.0 -36600,sell_compound_top3,sell,2025-07-15 08:03:00,1440.0 -36601,sell_compound_top3,sell,2025-07-15 08:06:00,1438.0 -36602,sell_compound_top3,sell,2025-07-15 08:09:00,1438.0 -36603,sell_compound_top3,sell,2025-07-15 08:45:00,1439.0 -36604,sell_compound_top3,sell,2025-07-15 08:48:00,1441.0 -36605,sell_compound_top3,sell,2025-07-15 22:30:00,1407.0 -36606,sell_compound_top3,sell,2025-07-15 22:33:00,1399.0 -36607,sell_compound_top3,sell,2025-07-15 22:45:00,1408.0 -36608,sell_compound_top3,sell,2025-07-15 22:48:00,1408.0 -36609,sell_compound_top3,sell,2025-07-15 22:51:00,1415.0 -36610,sell_compound_top3,sell,2025-07-15 22:54:00,1410.0 -36611,sell_compound_top3,sell,2025-07-15 22:57:00,1419.0 -36612,sell_compound_top3,sell,2025-07-15 23:12:00,1418.0 -36613,sell_compound_top3,sell,2025-07-16 00:51:00,1415.0 -36614,sell_compound_top3,sell,2025-07-16 00:54:00,1419.0 -36615,sell_compound_top3,sell,2025-07-16 00:57:00,1419.0 -36616,sell_compound_top3,sell,2025-07-16 01:15:00,1425.0 -36617,sell_compound_top3,sell,2025-07-16 01:18:00,1427.0 -36618,sell_compound_top3,sell,2025-07-16 01:21:00,1429.0 -36619,sell_compound_top3,sell,2025-07-16 01:24:00,1429.0 -36620,sell_compound_top3,sell,2025-07-16 02:21:00,1429.0 -36621,sell_compound_top3,sell,2025-07-16 02:24:00,1429.0 -36622,sell_compound_top3,sell,2025-07-16 03:00:00,1464.0 -36623,sell_compound_top3,sell,2025-07-16 03:03:00,1463.0 -36624,sell_compound_top3,sell,2025-07-16 03:06:00,1465.0 -36625,sell_compound_top3,sell,2025-07-16 03:09:00,1462.0 -36626,sell_compound_top3,sell,2025-07-16 03:12:00,1463.0 -36627,sell_compound_top3,sell,2025-07-16 06:42:00,1459.0 -36628,sell_compound_top3,sell,2025-07-16 06:45:00,1459.0 -36629,sell_compound_top3,sell,2025-07-16 06:48:00,1458.0 -36630,sell_compound_top3,sell,2025-07-16 06:51:00,1457.0 -36631,sell_compound_top3,sell,2025-07-16 06:54:00,1457.0 -36632,sell_compound_top3,sell,2025-07-16 06:57:00,1457.0 -36633,sell_compound_top3,sell,2025-07-16 08:21:00,1470.0 -36634,sell_compound_top3,sell,2025-07-16 08:24:00,1469.0 -36635,sell_compound_top3,sell,2025-07-16 08:30:00,1472.0 -36636,sell_compound_top3,sell,2025-07-16 08:33:00,1473.0 -36637,sell_compound_top3,sell,2025-07-16 08:36:00,1474.0 -36638,sell_compound_top3,sell,2025-07-16 08:39:00,1477.0 -36639,sell_compound_top3,sell,2025-07-16 08:42:00,1481.0 -36640,sell_compound_top3,sell,2025-07-16 08:45:00,1482.0 -36641,sell_compound_top3,sell,2025-07-16 08:48:00,1480.0 -36642,sell_compound_top3,sell,2025-07-16 09:45:00,1485.0 -36643,sell_compound_top3,sell,2025-07-16 09:48:00,1483.0 -36644,sell_compound_top3,sell,2025-07-16 09:51:00,1485.0 -36645,sell_compound_top3,sell,2025-07-16 09:54:00,1483.0 -36646,sell_compound_top3,sell,2025-07-16 14:21:00,1463.0 -36647,sell_compound_top3,sell,2025-07-16 14:24:00,1457.0 -36648,sell_compound_top3,sell,2025-07-16 15:42:00,1463.0 -36649,sell_compound_top3,sell,2025-07-16 15:45:00,1464.0 -36650,sell_compound_top3,sell,2025-07-16 15:48:00,1464.0 -36651,sell_compound_top3,sell,2025-07-16 16:00:00,1465.0 -36652,sell_compound_top3,sell,2025-07-16 16:03:00,1466.0 -36653,sell_compound_top3,sell,2025-07-16 16:30:00,1470.0 -36654,sell_compound_top3,sell,2025-07-16 16:33:00,1468.0 -36655,sell_compound_top3,sell,2025-07-16 16:36:00,1471.0 -36656,sell_compound_top3,sell,2025-07-16 16:39:00,1471.0 -36657,sell_compound_top3,sell,2025-07-16 16:57:00,1475.0 -36658,sell_compound_top3,sell,2025-07-16 21:15:00,1483.0 -36659,sell_compound_top3,sell,2025-07-16 21:18:00,1484.0 -36660,sell_compound_top3,sell,2025-07-16 21:21:00,1482.0 -36661,sell_compound_top3,sell,2025-07-16 21:24:00,1483.0 -36662,sell_compound_top3,sell,2025-07-16 21:30:00,1486.0 -36663,sell_compound_top3,sell,2025-07-16 21:33:00,1486.0 -36664,sell_compound_top3,sell,2025-07-16 21:36:00,1492.0 -36665,sell_compound_top3,sell,2025-07-16 21:39:00,1492.0 -36666,sell_compound_top3,sell,2025-07-16 21:42:00,1491.0 -36667,sell_compound_top3,sell,2025-07-16 23:57:00,1492.0 -36668,sell_compound_top3,sell,2025-07-17 00:00:00,1490.0 -36669,sell_compound_top3,sell,2025-07-17 00:03:00,1494.0 -36670,sell_compound_top3,sell,2025-07-17 00:06:00,1493.0 -36671,sell_compound_top3,sell,2025-07-17 00:09:00,1496.0 -36672,sell_compound_top3,sell,2025-07-17 01:06:00,1503.0 -36673,sell_compound_top3,sell,2025-07-17 01:09:00,1501.0 -36674,sell_compound_top3,sell,2025-07-17 01:12:00,1505.0 -36675,sell_compound_top3,sell,2025-07-17 01:36:00,1524.0 -36676,sell_compound_top3,sell,2025-07-17 01:39:00,1523.0 -36677,sell_compound_top3,sell,2025-07-17 01:42:00,1528.0 -36678,sell_compound_top3,sell,2025-07-17 01:45:00,1532.0 -36679,sell_compound_top3,sell,2025-07-17 01:48:00,1526.0 -36680,sell_compound_top3,sell,2025-07-17 01:51:00,1526.0 -36681,sell_compound_top3,sell,2025-07-17 01:54:00,1529.0 -36682,sell_compound_top3,sell,2025-07-17 01:57:00,1532.0 -36683,sell_compound_top3,sell,2025-07-17 05:36:00,1545.0 -36684,sell_compound_top3,sell,2025-07-17 05:39:00,1546.0 -36685,sell_compound_top3,sell,2025-07-17 05:42:00,1540.0 -36686,sell_compound_top3,sell,2025-07-17 06:27:00,1558.0 -36687,sell_compound_top3,sell,2025-07-17 06:30:00,1558.0 -36688,sell_compound_top3,sell,2025-07-17 06:33:00,1556.0 -36689,sell_compound_top3,sell,2025-07-17 15:06:00,1511.0 -36690,sell_compound_top3,sell,2025-07-17 15:09:00,1516.0 -36691,sell_compound_top3,sell,2025-07-17 15:36:00,1517.0 -36692,sell_compound_top3,sell,2025-07-17 15:39:00,1518.0 -36693,sell_compound_top3,sell,2025-07-17 16:42:00,1529.0 -36694,sell_compound_top3,sell,2025-07-17 16:45:00,1528.0 -36695,sell_compound_top3,sell,2025-07-17 16:48:00,1529.0 -36696,sell_compound_top3,sell,2025-07-17 16:51:00,1529.0 -36697,sell_compound_top3,sell,2025-07-17 16:54:00,1529.0 -36698,sell_compound_top3,sell,2025-07-17 16:57:00,1528.0 -36699,sell_compound_top3,sell,2025-07-17 17:12:00,1535.0 -36700,sell_compound_top3,sell,2025-07-17 17:15:00,1531.0 -36701,sell_compound_top3,sell,2025-07-17 17:18:00,1531.0 -36702,sell_compound_top3,sell,2025-07-17 18:45:00,1539.0 -36703,sell_compound_top3,sell,2025-07-17 18:48:00,1537.0 -36704,sell_compound_top3,sell,2025-07-17 18:51:00,1540.0 -36705,sell_compound_top3,sell,2025-07-17 18:54:00,1542.0 -36706,sell_compound_top3,sell,2025-07-18 06:30:00,1507.0 -36707,sell_compound_top3,sell,2025-07-18 06:33:00,1499.0 -36708,sell_compound_top3,sell,2025-07-18 07:15:00,1509.0 -36709,sell_compound_top3,sell,2025-07-18 07:18:00,1515.0 -36710,sell_compound_top3,sell,2025-07-18 07:21:00,1507.0 -36711,sell_compound_top3,sell,2025-07-18 07:24:00,1511.0 -36712,sell_compound_top3,sell,2025-07-18 07:30:00,1513.0 -36713,sell_compound_top3,sell,2025-07-18 07:33:00,1515.0 -36714,sell_compound_top3,sell,2025-07-18 07:36:00,1517.0 -36715,sell_compound_top3,sell,2025-07-18 07:39:00,1520.0 -36716,sell_compound_top3,sell,2025-07-18 07:42:00,1521.0 -36717,sell_compound_top3,sell,2025-07-18 07:45:00,1523.0 -36718,sell_compound_top3,sell,2025-07-18 07:48:00,1528.0 -36719,sell_compound_top3,sell,2025-07-18 08:06:00,1517.0 -36720,sell_compound_top3,sell,2025-07-18 08:09:00,1526.0 -36721,sell_compound_top3,sell,2025-07-18 08:12:00,1526.0 -36722,sell_compound_top3,sell,2025-07-18 08:15:00,1526.0 -36723,sell_compound_top3,sell,2025-07-18 08:18:00,1532.0 -36724,sell_compound_top3,sell,2025-07-18 08:21:00,1534.0 -36725,sell_compound_top3,sell,2025-07-18 08:24:00,1535.0 -36726,sell_compound_top3,sell,2025-07-18 08:27:00,1530.0 -36727,sell_compound_top3,sell,2025-07-18 10:00:00,1530.0 -36728,sell_compound_top3,sell,2025-07-18 10:03:00,1529.0 -36729,sell_compound_top3,sell,2025-07-18 10:06:00,1537.0 -36730,sell_compound_top3,sell,2025-07-18 10:09:00,1540.0 -36731,sell_compound_top3,sell,2025-07-18 10:27:00,1556.0 -36732,sell_compound_top3,sell,2025-07-18 10:30:00,1560.0 -36733,sell_compound_top3,sell,2025-07-18 10:33:00,1563.0 -36734,sell_compound_top3,sell,2025-07-18 10:42:00,1570.0 -36735,sell_compound_top3,sell,2025-07-18 10:45:00,1569.0 -36736,sell_compound_top3,sell,2025-07-18 10:48:00,1570.0 -36737,sell_compound_top3,sell,2025-07-18 10:51:00,1572.0 -36738,sell_compound_top3,sell,2025-07-18 10:54:00,1579.0 -36739,sell_compound_top3,sell,2025-07-18 10:57:00,1572.0 -36740,sell_compound_top3,sell,2025-07-18 13:51:00,1577.0 -36741,sell_compound_top3,sell,2025-07-18 13:54:00,1587.0 -36742,sell_compound_top3,sell,2025-07-18 14:30:00,1637.0 -36743,sell_compound_top3,sell,2025-07-18 14:33:00,1640.0 -36744,sell_compound_top3,sell,2025-07-18 14:36:00,1633.0 -36745,sell_compound_top3,sell,2025-07-18 14:39:00,1642.0 -36746,sell_compound_top3,sell,2025-07-18 14:42:00,1636.0 -36747,sell_compound_top3,sell,2025-07-18 22:00:00,1623.0 -36748,sell_compound_top3,sell,2025-07-18 22:03:00,1616.0 -36749,sell_compound_top3,sell,2025-07-18 23:12:00,1627.0 -36750,sell_compound_top3,sell,2025-07-19 06:27:00,1561.0 -36751,sell_compound_top3,sell,2025-07-19 07:36:00,1578.0 -36752,sell_compound_top3,sell,2025-07-19 07:39:00,1572.0 -36753,sell_compound_top3,sell,2025-07-19 12:21:00,1582.0 -36754,sell_compound_top3,sell,2025-07-19 12:24:00,1579.0 -36755,sell_compound_top3,sell,2025-07-19 12:27:00,1577.0 -36756,sell_compound_top3,sell,2025-07-19 12:30:00,1576.0 -36757,sell_compound_top3,sell,2025-07-19 12:33:00,1573.0 -36758,sell_compound_top3,sell,2025-07-19 12:36:00,1576.0 -36759,sell_compound_top3,sell,2025-07-19 12:39:00,1584.0 -36760,sell_compound_top3,sell,2025-07-19 12:42:00,1585.0 -36761,sell_compound_top3,sell,2025-07-19 12:57:00,1599.0 -36762,sell_compound_top3,sell,2025-07-19 13:00:00,1598.0 -36763,sell_compound_top3,sell,2025-07-19 13:03:00,1603.0 -36764,sell_compound_top3,sell,2025-07-19 13:12:00,1603.0 -36765,sell_compound_top3,sell,2025-07-19 13:15:00,1607.0 -36766,sell_compound_top3,sell,2025-07-19 13:18:00,1603.0 -36767,sell_compound_top3,sell,2025-07-19 19:42:00,1576.0 -36768,sell_compound_top3,sell,2025-07-20 01:30:00,1554.0 -36769,sell_compound_top3,sell,2025-07-20 01:33:00,1559.0 -36770,sell_compound_top3,sell,2025-07-20 01:36:00,1553.0 -36771,sell_compound_top3,sell,2025-07-20 01:39:00,1552.0 -36772,sell_compound_top3,sell,2025-07-20 04:21:00,1556.0 -36773,sell_compound_top3,sell,2025-07-20 04:24:00,1558.0 -36774,sell_compound_top3,sell,2025-07-20 04:27:00,1557.0 -36775,sell_compound_top3,sell,2025-07-20 04:57:00,1579.0 -36776,sell_compound_top3,sell,2025-07-20 05:00:00,1579.0 -36777,sell_compound_top3,sell,2025-07-20 05:03:00,1572.0 -36778,sell_compound_top3,sell,2025-07-20 05:06:00,1574.0 -36779,sell_compound_top3,sell,2025-07-20 05:09:00,1577.0 -36780,sell_compound_top3,sell,2025-07-20 05:36:00,1582.0 -36781,sell_compound_top3,sell,2025-07-20 05:39:00,1583.0 -36782,sell_compound_top3,sell,2025-07-20 05:51:00,1587.0 -36783,sell_compound_top3,sell,2025-07-20 05:54:00,1588.0 -36784,sell_compound_top3,sell,2025-07-20 07:12:00,1592.0 -36785,sell_compound_top3,sell,2025-07-20 07:15:00,1590.0 -36786,sell_compound_top3,sell,2025-07-20 07:18:00,1590.0 -36787,sell_compound_top3,sell,2025-07-20 07:21:00,1591.0 -36788,sell_compound_top3,sell,2025-07-20 07:24:00,1585.0 -36789,sell_compound_top3,sell,2025-07-20 10:15:00,1583.0 -36790,sell_compound_top3,sell,2025-07-20 10:18:00,1584.0 -36791,sell_compound_top3,sell,2025-07-20 10:21:00,1584.0 -36792,sell_compound_top3,sell,2025-07-20 10:24:00,1590.0 -36793,sell_compound_top3,sell,2025-07-20 12:45:00,1594.0 -36794,sell_compound_top3,sell,2025-07-20 12:48:00,1591.0 -36795,sell_compound_top3,sell,2025-07-20 13:30:00,1600.0 -36796,sell_compound_top3,sell,2025-07-20 13:33:00,1603.0 -36797,sell_compound_top3,sell,2025-07-20 15:06:00,1618.0 -36798,sell_compound_top3,sell,2025-07-20 15:09:00,1618.0 -36799,sell_compound_top3,sell,2025-07-20 15:12:00,1619.0 -36800,sell_compound_top3,sell,2025-07-20 15:15:00,1619.0 -36801,sell_compound_top3,sell,2025-07-20 15:18:00,1620.0 -36802,sell_compound_top3,sell,2025-07-20 15:21:00,1620.0 -36803,sell_compound_top3,sell,2025-07-20 15:24:00,1618.0 -36804,sell_compound_top3,sell,2025-07-20 15:27:00,1623.0 -36805,sell_compound_top3,sell,2025-07-20 15:30:00,1630.0 -36806,sell_compound_top3,sell,2025-07-20 15:33:00,1630.0 -36807,sell_compound_top3,sell,2025-07-20 15:36:00,1626.0 -36808,sell_compound_top3,sell,2025-07-20 15:39:00,1625.0 -36809,sell_compound_top3,sell,2025-07-20 15:42:00,1632.0 -36810,sell_compound_top3,sell,2025-07-20 15:45:00,1633.0 -36811,sell_compound_top3,sell,2025-07-20 15:48:00,1630.0 -36812,sell_compound_top3,sell,2025-07-20 16:21:00,1632.0 -36813,sell_compound_top3,sell,2025-07-20 16:24:00,1636.0 -36814,sell_compound_top3,sell,2025-07-20 16:27:00,1634.0 -36815,sell_compound_top3,sell,2025-07-20 17:42:00,1634.0 -36816,sell_compound_top3,sell,2025-07-20 17:45:00,1632.0 -36817,sell_compound_top3,sell,2025-07-20 17:48:00,1632.0 -36818,sell_compound_top3,sell,2025-07-20 18:00:00,1634.0 -36819,sell_compound_top3,sell,2025-07-20 18:03:00,1633.0 -36820,sell_compound_top3,sell,2025-07-20 19:30:00,1637.0 -36821,sell_compound_top3,sell,2025-07-20 19:33:00,1636.0 -36822,sell_compound_top3,sell,2025-07-20 20:57:00,1678.0 -36823,sell_compound_top3,sell,2025-07-21 01:06:00,1726.0 -36824,sell_compound_top3,sell,2025-07-21 01:09:00,1726.0 -36825,sell_compound_top3,sell,2025-07-21 01:12:00,1728.0 -36826,sell_compound_top3,sell,2025-07-21 12:00:00,1672.0 -36827,sell_compound_top3,sell,2025-07-21 12:03:00,1680.0 -36828,sell_compound_top3,sell,2025-07-21 12:12:00,1681.0 -36829,sell_compound_top3,sell,2025-07-21 12:15:00,1679.0 -36830,sell_compound_top3,sell,2025-07-21 12:18:00,1683.0 -36831,sell_compound_top3,sell,2025-07-21 12:27:00,1683.0 -36832,sell_compound_top3,sell,2025-07-21 12:30:00,1685.0 -36833,sell_compound_top3,sell,2025-07-21 12:33:00,1685.0 -36834,sell_compound_top3,sell,2025-07-21 12:36:00,1686.0 -36835,sell_compound_top3,sell,2025-07-21 12:39:00,1681.0 -36836,sell_compound_top3,sell,2025-07-21 15:12:00,1692.0 -36837,sell_compound_top3,sell,2025-07-21 15:15:00,1694.0 -36838,sell_compound_top3,sell,2025-07-21 15:18:00,1692.0 -36839,sell_compound_top3,sell,2025-07-21 15:21:00,1694.0 -36840,sell_compound_top3,sell,2025-07-21 15:24:00,1697.0 -36841,sell_compound_top3,sell,2025-07-21 15:27:00,1697.0 -36842,sell_compound_top3,sell,2025-07-21 15:30:00,1696.0 -36843,sell_compound_top3,sell,2025-07-21 15:33:00,1694.0 -36844,sell_compound_top3,sell,2025-07-21 15:36:00,1698.0 -36845,sell_compound_top3,sell,2025-07-21 15:39:00,1691.0 -36846,sell_compound_top3,sell,2025-07-21 16:15:00,1700.0 -36847,sell_compound_top3,sell,2025-07-21 16:18:00,1698.0 -36848,sell_compound_top3,sell,2025-07-21 20:00:00,1698.0 -36849,sell_compound_top3,sell,2025-07-21 20:03:00,1699.0 -36850,sell_compound_top3,sell,2025-07-21 20:06:00,1695.0 -36851,sell_compound_top3,sell,2025-07-21 20:09:00,1698.0 -36852,sell_compound_top3,sell,2025-07-21 20:12:00,1701.0 -36853,sell_compound_top3,sell,2025-07-21 20:15:00,1702.0 -36854,sell_compound_top3,sell,2025-07-21 20:18:00,1701.0 -36855,sell_compound_top3,sell,2025-07-21 20:21:00,1704.0 -36856,sell_compound_top3,sell,2025-07-21 20:24:00,1706.0 -36857,sell_compound_top3,sell,2025-07-21 20:30:00,1708.0 -36858,sell_compound_top3,sell,2025-07-21 20:33:00,1706.0 -36859,sell_compound_top3,sell,2025-07-21 23:27:00,1723.0 -36860,sell_compound_top3,sell,2025-07-21 23:30:00,1731.0 -36861,sell_compound_top3,sell,2025-07-21 23:33:00,1738.0 -36862,sell_compound_top3,sell,2025-07-21 23:42:00,1736.0 -36863,sell_compound_top3,sell,2025-07-22 07:12:00,1664.0 -36864,sell_compound_top3,sell,2025-07-22 07:21:00,1664.0 -36865,sell_compound_top3,sell,2025-07-22 07:24:00,1665.0 -36866,sell_compound_top3,sell,2025-07-22 07:27:00,1666.0 -36867,sell_compound_top3,sell,2025-07-22 07:57:00,1686.0 -36868,sell_compound_top3,sell,2025-07-22 08:27:00,1688.0 -36869,sell_compound_top3,sell,2025-07-22 08:30:00,1694.0 -36870,sell_compound_top3,sell,2025-07-22 08:33:00,1698.0 -36871,sell_compound_top3,sell,2025-07-22 08:42:00,1697.0 -36872,sell_compound_top3,sell,2025-07-22 08:45:00,1696.0 -36873,sell_compound_top3,sell,2025-07-22 08:48:00,1698.0 -36874,sell_compound_top3,sell,2025-07-22 10:51:00,1703.0 -36875,sell_compound_top3,sell,2025-07-22 10:54:00,1715.0 -36876,sell_compound_top3,sell,2025-07-22 10:57:00,1703.0 -36877,sell_compound_top3,sell,2025-07-22 11:00:00,1704.0 -36878,sell_compound_top3,sell,2025-07-22 11:03:00,1715.0 -36879,sell_compound_top3,sell,2025-07-22 11:06:00,1713.0 -36880,sell_compound_top3,sell,2025-07-22 11:09:00,1711.0 -36881,sell_compound_top3,sell,2025-07-22 19:51:00,1644.0 -36882,sell_compound_top3,sell,2025-07-22 19:54:00,1649.0 -36883,sell_compound_top3,sell,2025-07-22 20:00:00,1650.0 -36884,sell_compound_top3,sell,2025-07-22 20:03:00,1641.0 -36885,sell_compound_top3,sell,2025-07-22 20:06:00,1648.0 -36886,sell_compound_top3,sell,2025-07-22 20:09:00,1649.0 -36887,sell_compound_top3,sell,2025-07-22 20:51:00,1649.0 -36888,sell_compound_top3,sell,2025-07-22 20:54:00,1646.0 -36889,sell_compound_top3,sell,2025-07-22 21:27:00,1683.0 -36890,sell_compound_top3,sell,2025-07-22 21:30:00,1689.0 -36891,sell_compound_top3,sell,2025-07-22 21:33:00,1686.0 -36892,sell_compound_top3,sell,2025-07-22 21:36:00,1686.0 -36893,sell_compound_top3,sell,2025-07-22 21:39:00,1692.0 -36894,sell_compound_top3,sell,2025-07-22 21:57:00,1703.0 -36895,sell_compound_top3,sell,2025-07-23 04:21:00,1680.0 -36896,sell_compound_top3,sell,2025-07-23 04:24:00,1684.0 -36897,sell_compound_top3,sell,2025-07-23 04:42:00,1696.0 -36898,sell_compound_top3,sell,2025-07-23 05:12:00,1724.0 -36899,sell_compound_top3,sell,2025-07-23 05:30:00,1731.0 -36900,sell_compound_top3,sell,2025-07-23 05:33:00,1737.0 -36901,sell_compound_top3,sell,2025-07-23 05:36:00,1732.0 -36902,sell_compound_top3,sell,2025-07-23 05:39:00,1736.0 -36903,sell_compound_top3,sell,2025-07-23 05:42:00,1732.0 -36904,sell_compound_top3,sell,2025-07-23 05:45:00,1739.0 -36905,sell_compound_top3,sell,2025-07-23 05:48:00,1739.0 -36906,sell_compound_top3,sell,2025-07-23 05:51:00,1740.0 -36907,sell_compound_top3,sell,2025-07-23 05:54:00,1739.0 -36908,sell_compound_top3,sell,2025-07-23 06:21:00,1750.0 -36909,sell_compound_top3,sell,2025-07-23 06:24:00,1756.0 -36910,sell_compound_top3,sell,2025-07-23 06:27:00,1756.0 -36911,sell_compound_top3,sell,2025-07-23 07:00:00,1816.0 -36912,sell_compound_top3,sell,2025-07-23 07:03:00,1812.0 -36913,sell_compound_top3,sell,2025-07-23 07:06:00,1818.0 -36914,sell_compound_top3,sell,2025-07-23 07:09:00,1815.0 -36915,sell_compound_top3,sell,2025-07-23 07:12:00,1821.0 -36916,sell_compound_top3,sell,2025-07-23 07:21:00,1828.0 -36917,sell_compound_top3,sell,2025-07-23 07:24:00,1830.0 -36918,sell_compound_top3,sell,2025-07-23 08:21:00,1871.0 -36919,sell_compound_top3,sell,2025-07-23 08:24:00,1871.0 -36920,sell_compound_top3,sell,2025-07-23 08:27:00,1860.0 -36921,sell_compound_top3,sell,2025-07-23 08:30:00,1873.0 -36922,sell_compound_top3,sell,2025-07-23 08:33:00,1882.0 -36923,sell_compound_top3,sell,2025-07-23 08:36:00,1888.0 -36924,sell_compound_top3,sell,2025-07-23 08:39:00,1878.0 -36925,sell_compound_top3,sell,2025-07-23 08:57:00,1896.0 -36926,sell_compound_top3,sell,2025-07-23 21:30:00,1761.0 -36927,sell_compound_top3,sell,2025-07-23 21:33:00,1760.0 -36928,sell_compound_top3,sell,2025-07-23 21:36:00,1763.0 -36929,sell_compound_top3,sell,2025-07-23 21:39:00,1750.0 -36930,sell_compound_top3,sell,2025-07-24 08:12:00,1620.0 -36931,sell_compound_top3,sell,2025-07-24 08:15:00,1619.0 -36932,sell_compound_top3,sell,2025-07-24 08:18:00,1615.0 -36933,sell_compound_top3,sell,2025-07-24 08:21:00,1618.0 -36934,sell_compound_top3,sell,2025-07-24 08:24:00,1618.0 -36935,sell_compound_top3,sell,2025-07-24 09:42:00,1624.0 -36936,sell_compound_top3,sell,2025-07-24 17:42:00,1542.0 -36937,sell_compound_top3,sell,2025-07-24 17:45:00,1543.0 -36938,sell_compound_top3,sell,2025-07-24 17:48:00,1548.0 -36939,sell_compound_top3,sell,2025-07-24 17:51:00,1545.0 -36940,sell_compound_top3,sell,2025-07-24 17:54:00,1547.0 -36941,sell_compound_top3,sell,2025-07-24 20:27:00,1552.0 -36942,sell_compound_top3,sell,2025-07-24 20:30:00,1554.0 -36943,sell_compound_top3,sell,2025-07-24 20:33:00,1557.0 -36944,sell_compound_top3,sell,2025-07-24 20:36:00,1562.0 -36945,sell_compound_top3,sell,2025-07-24 20:39:00,1563.0 -36946,sell_compound_top3,sell,2025-07-24 20:42:00,1564.0 -36947,sell_compound_top3,sell,2025-07-24 20:45:00,1565.0 -36948,sell_compound_top3,sell,2025-07-24 20:48:00,1564.0 -36949,sell_compound_top3,sell,2025-07-24 20:51:00,1565.0 -36950,sell_compound_top3,sell,2025-07-24 20:54:00,1570.0 -36951,sell_compound_top3,sell,2025-07-24 20:57:00,1567.0 -36952,sell_compound_top3,sell,2025-07-24 22:21:00,1568.0 -36953,sell_compound_top3,sell,2025-07-24 22:24:00,1564.0 -36954,sell_compound_top3,sell,2025-07-24 22:27:00,1566.0 -36955,sell_compound_top3,sell,2025-07-25 00:06:00,1609.0 -36956,sell_compound_top3,sell,2025-07-25 00:09:00,1616.0 -36957,sell_compound_top3,sell,2025-07-25 00:12:00,1613.0 -36958,sell_compound_top3,sell,2025-07-25 00:15:00,1618.0 -36959,sell_compound_top3,sell,2025-07-25 00:18:00,1622.0 -36960,sell_compound_top3,sell,2025-07-25 14:21:00,1546.0 -36961,sell_compound_top3,sell,2025-07-25 14:24:00,1543.0 -36962,sell_compound_top3,sell,2025-07-25 15:51:00,1543.0 -36963,sell_compound_top3,sell,2025-07-25 15:54:00,1538.0 -36964,sell_compound_top3,sell,2025-07-25 17:27:00,1549.0 -36965,sell_compound_top3,sell,2025-07-25 18:27:00,1547.0 -36966,sell_compound_top3,sell,2025-07-25 19:12:00,1566.0 -36967,sell_compound_top3,sell,2025-07-25 19:57:00,1574.0 -36968,sell_compound_top3,sell,2025-07-25 20:00:00,1577.0 -36969,sell_compound_top3,sell,2025-07-25 20:03:00,1575.0 -36970,sell_compound_top3,sell,2025-07-25 20:06:00,1574.0 -36971,sell_compound_top3,sell,2025-07-25 20:09:00,1574.0 -36972,sell_compound_top3,sell,2025-07-26 06:00:00,1576.0 -36973,sell_compound_top3,sell,2025-07-26 06:03:00,1579.0 -36974,sell_compound_top3,sell,2025-07-26 06:06:00,1578.0 -36975,sell_compound_top3,sell,2025-07-26 06:09:00,1580.0 -36976,sell_compound_top3,sell,2025-07-26 06:12:00,1584.0 -36977,sell_compound_top3,sell,2025-07-26 06:15:00,1582.0 -36978,sell_compound_top3,sell,2025-07-26 06:18:00,1581.0 -36979,sell_compound_top3,sell,2025-07-26 06:21:00,1588.0 -36980,sell_compound_top3,sell,2025-07-26 06:24:00,1590.0 -36981,sell_compound_top3,sell,2025-07-26 06:27:00,1584.0 -36982,sell_compound_top3,sell,2025-07-26 17:36:00,1586.0 -36983,sell_compound_top3,sell,2025-07-26 17:39:00,1586.0 -36984,sell_compound_top3,sell,2025-07-26 20:12:00,1588.0 -36985,sell_compound_top3,sell,2025-07-26 20:15:00,1592.0 -36986,sell_compound_top3,sell,2025-07-26 20:18:00,1593.0 -36987,sell_compound_top3,sell,2025-07-27 01:30:00,1602.0 -36988,sell_compound_top3,sell,2025-07-27 01:33:00,1601.0 -36989,sell_compound_top3,sell,2025-07-27 03:57:00,1600.0 -36990,sell_compound_top3,sell,2025-07-27 04:12:00,1603.0 -36991,sell_compound_top3,sell,2025-07-27 04:15:00,1603.0 -36992,sell_compound_top3,sell,2025-07-27 04:18:00,1605.0 -36993,sell_compound_top3,sell,2025-07-27 13:36:00,1600.0 -36994,sell_compound_top3,sell,2025-07-27 13:39:00,1601.0 -36995,sell_compound_top3,sell,2025-07-27 13:45:00,1600.0 -36996,sell_compound_top3,sell,2025-07-27 13:48:00,1602.0 -36997,sell_compound_top3,sell,2025-07-27 13:51:00,1602.0 -36998,sell_compound_top3,sell,2025-07-27 13:54:00,1605.0 -36999,sell_compound_top3,sell,2025-07-27 13:57:00,1605.0 -37000,sell_compound_top3,sell,2025-07-27 14:06:00,1606.0 -37001,sell_compound_top3,sell,2025-07-27 14:09:00,1604.0 -37002,sell_compound_top3,sell,2025-07-27 14:21:00,1604.0 -37003,sell_compound_top3,sell,2025-07-27 14:24:00,1610.0 -37004,sell_compound_top3,sell,2025-07-27 14:30:00,1611.0 -37005,sell_compound_top3,sell,2025-07-27 14:33:00,1611.0 -37006,sell_compound_top3,sell,2025-07-27 14:36:00,1607.0 -37007,sell_compound_top3,sell,2025-07-27 14:39:00,1609.0 -37008,sell_compound_top3,sell,2025-07-27 14:42:00,1610.0 -37009,sell_compound_top3,sell,2025-07-27 19:42:00,1605.0 -37010,sell_compound_top3,sell,2025-07-27 19:45:00,1605.0 -37011,sell_compound_top3,sell,2025-07-27 19:48:00,1603.0 -37012,sell_compound_top3,sell,2025-07-27 19:57:00,1607.0 -37013,sell_compound_top3,sell,2025-07-27 20:00:00,1607.0 -37014,sell_compound_top3,sell,2025-07-27 20:03:00,1609.0 -37015,sell_compound_top3,sell,2025-07-27 22:12:00,1610.0 -37016,sell_compound_top3,sell,2025-07-27 23:15:00,1613.0 -37017,sell_compound_top3,sell,2025-07-27 23:18:00,1620.0 -37018,sell_compound_top3,sell,2025-07-27 23:21:00,1616.0 -37019,sell_compound_top3,sell,2025-07-27 23:24:00,1613.0 -37020,sell_compound_top3,sell,2025-07-28 01:30:00,1640.0 -37021,sell_compound_top3,sell,2025-07-28 01:33:00,1638.0 -37022,sell_compound_top3,sell,2025-07-28 01:36:00,1638.0 -37023,sell_compound_top3,sell,2025-07-28 01:39:00,1644.0 -37024,sell_compound_top3,sell,2025-07-28 01:42:00,1642.0 -37025,sell_compound_top3,sell,2025-07-28 02:30:00,1644.0 -37026,sell_compound_top3,sell,2025-07-28 02:33:00,1647.0 -37027,sell_compound_top3,sell,2025-07-28 02:45:00,1646.0 -37028,sell_compound_top3,sell,2025-07-28 02:48:00,1650.0 -37029,sell_compound_top3,sell,2025-07-28 03:06:00,1647.0 -37030,sell_compound_top3,sell,2025-07-28 03:09:00,1643.0 -37031,sell_compound_top3,sell,2025-07-28 06:51:00,1642.0 -37032,sell_compound_top3,sell,2025-07-28 06:54:00,1643.0 -37033,sell_compound_top3,sell,2025-07-28 07:27:00,1657.0 -37034,sell_compound_top3,sell,2025-07-28 07:42:00,1661.0 -37035,sell_compound_top3,sell,2025-07-28 07:45:00,1662.0 -37036,sell_compound_top3,sell,2025-07-28 07:48:00,1660.0 -37037,sell_compound_top3,sell,2025-07-28 09:30:00,1670.0 -37038,sell_compound_top3,sell,2025-07-28 09:33:00,1667.0 -37039,sell_compound_top3,sell,2025-07-28 09:36:00,1667.0 -37040,sell_compound_top3,sell,2025-07-28 09:39:00,1665.0 -37041,sell_compound_top3,sell,2025-07-28 13:51:00,1664.0 -37042,sell_compound_top3,sell,2025-07-28 13:54:00,1669.0 -37043,sell_compound_top3,sell,2025-07-28 13:57:00,1668.0 -37044,sell_compound_top3,sell,2025-07-28 14:00:00,1669.0 -37045,sell_compound_top3,sell,2025-07-28 14:03:00,1672.0 -37046,sell_compound_top3,sell,2025-07-28 14:06:00,1670.0 -37047,sell_compound_top3,sell,2025-07-28 14:09:00,1672.0 -37048,sell_compound_top3,sell,2025-07-28 14:12:00,1672.0 -37049,sell_compound_top3,sell,2025-07-28 14:15:00,1673.0 -37050,sell_compound_top3,sell,2025-07-28 14:18:00,1677.0 -37051,sell_compound_top3,sell,2025-07-28 14:21:00,1677.0 -37052,sell_compound_top3,sell,2025-07-28 14:24:00,1673.0 -37053,sell_compound_top3,sell,2025-07-28 16:51:00,1679.0 -37054,sell_compound_top3,sell,2025-07-28 16:54:00,1679.0 -37055,sell_compound_top3,sell,2025-07-28 16:57:00,1676.0 -37056,sell_compound_top3,sell,2025-07-28 17:00:00,1681.0 -37057,sell_compound_top3,sell,2025-07-28 17:03:00,1681.0 -37058,sell_compound_top3,sell,2025-07-28 17:06:00,1683.0 -37059,sell_compound_top3,sell,2025-07-28 17:09:00,1686.0 -37060,sell_compound_top3,sell,2025-07-29 14:30:00,1535.0 -37061,sell_compound_top3,sell,2025-07-29 14:33:00,1535.0 -37062,sell_compound_top3,sell,2025-07-29 14:45:00,1541.0 -37063,sell_compound_top3,sell,2025-07-29 14:48:00,1541.0 -37064,sell_compound_top3,sell,2025-07-29 14:51:00,1542.0 -37065,sell_compound_top3,sell,2025-07-29 14:54:00,1545.0 -37066,sell_compound_top3,sell,2025-07-29 15:06:00,1546.0 -37067,sell_compound_top3,sell,2025-07-29 15:09:00,1542.0 -37068,sell_compound_top3,sell,2025-07-29 15:15:00,1544.0 -37069,sell_compound_top3,sell,2025-07-29 15:18:00,1545.0 -37070,sell_compound_top3,sell,2025-07-29 15:21:00,1549.0 -37071,sell_compound_top3,sell,2025-07-29 15:24:00,1550.0 -37072,sell_compound_top3,sell,2025-07-29 16:15:00,1550.0 -37073,sell_compound_top3,sell,2025-07-29 16:18:00,1551.0 -37074,sell_compound_top3,sell,2025-07-29 16:21:00,1553.0 -37075,sell_compound_top3,sell,2025-07-29 16:24:00,1551.0 -37076,sell_compound_top3,sell,2025-07-29 16:42:00,1556.0 -37077,sell_compound_top3,sell,2025-07-29 17:00:00,1559.0 -37078,sell_compound_top3,sell,2025-07-29 17:03:00,1556.0 -37079,sell_compound_top3,sell,2025-07-29 22:30:00,1542.0 -37080,sell_compound_top3,sell,2025-07-29 22:33:00,1540.0 -37081,sell_compound_top3,sell,2025-07-30 07:06:00,1487.0 -37082,sell_compound_top3,sell,2025-07-30 07:09:00,1490.0 -37083,sell_compound_top3,sell,2025-07-30 07:21:00,1490.0 -37084,sell_compound_top3,sell,2025-07-30 07:24:00,1489.0 -37085,sell_compound_top3,sell,2025-07-30 07:27:00,1491.0 -37086,sell_compound_top3,sell,2025-07-30 07:42:00,1492.0 -37087,sell_compound_top3,sell,2025-07-30 07:45:00,1491.0 -37088,sell_compound_top3,sell,2025-07-30 07:48:00,1495.0 -37089,sell_compound_top3,sell,2025-07-30 07:51:00,1494.0 -37090,sell_compound_top3,sell,2025-07-30 07:54:00,1495.0 -37091,sell_compound_top3,sell,2025-07-30 07:57:00,1496.0 -37092,sell_compound_top3,sell,2025-07-30 08:00:00,1496.0 -37093,sell_compound_top3,sell,2025-07-30 08:03:00,1496.0 -37094,sell_compound_top3,sell,2025-07-30 08:06:00,1496.0 -37095,sell_compound_top3,sell,2025-07-30 08:09:00,1496.0 -37096,sell_compound_top3,sell,2025-07-30 08:12:00,1497.0 -37097,sell_compound_top3,sell,2025-07-30 08:21:00,1500.0 -37098,sell_compound_top3,sell,2025-07-30 08:24:00,1498.0 -37099,sell_compound_top3,sell,2025-07-30 08:36:00,1499.0 -37100,sell_compound_top3,sell,2025-07-30 08:39:00,1500.0 -37101,sell_compound_top3,sell,2025-07-30 08:42:00,1498.0 -37102,sell_compound_top3,sell,2025-07-30 12:42:00,1495.0 -37103,sell_compound_top3,sell,2025-07-31 00:06:00,1460.0 -37104,sell_compound_top3,sell,2025-07-31 00:09:00,1456.0 -37105,sell_compound_top3,sell,2025-07-31 00:45:00,1467.0 -37106,sell_compound_top3,sell,2025-07-31 00:48:00,1469.0 -37107,sell_compound_top3,sell,2025-07-31 00:51:00,1467.0 -37108,sell_compound_top3,sell,2025-07-31 00:54:00,1470.0 -37109,sell_compound_top3,sell,2025-07-31 00:57:00,1470.0 -37110,sell_compound_top3,sell,2025-07-31 01:00:00,1471.0 -37111,sell_compound_top3,sell,2025-07-31 01:03:00,1469.0 -37112,sell_compound_top3,sell,2025-07-31 01:12:00,1470.0 -37113,sell_compound_top3,sell,2025-07-31 01:15:00,1474.0 -37114,sell_compound_top3,sell,2025-07-31 01:18:00,1479.0 -37115,sell_compound_top3,sell,2025-07-31 01:27:00,1477.0 -37116,sell_compound_top3,sell,2025-07-31 03:15:00,1486.0 -37117,sell_compound_top3,sell,2025-07-31 03:18:00,1486.0 -37118,sell_compound_top3,sell,2025-07-31 03:21:00,1488.0 -37119,sell_compound_top3,sell,2025-07-31 03:24:00,1491.0 -37120,sell_compound_top3,sell,2025-07-31 03:27:00,1490.0 -37121,sell_compound_top3,sell,2025-07-31 03:30:00,1489.0 -37122,sell_compound_top3,sell,2025-07-31 03:33:00,1488.0 -37123,sell_compound_top3,sell,2025-07-31 08:45:00,1475.0 -37124,sell_compound_top3,sell,2025-07-31 08:48:00,1475.0 -37125,sell_compound_top3,sell,2025-07-31 09:30:00,1480.0 -37126,sell_compound_top3,sell,2025-07-31 09:33:00,1478.0 -37127,sell_compound_top3,sell,2025-07-31 09:36:00,1480.0 -37128,sell_compound_top3,sell,2025-07-31 09:39:00,1486.0 -37129,sell_compound_top3,sell,2025-07-31 09:51:00,1485.0 -37130,sell_compound_top3,sell,2025-07-31 09:54:00,1483.0 -37131,sell_compound_top3,sell,2025-07-31 09:57:00,1483.0 -37132,sell_compound_top3,sell,2025-07-31 11:51:00,1490.0 -37133,sell_compound_top3,sell,2025-07-31 11:54:00,1491.0 -37134,sell_compound_top3,sell,2025-07-31 11:57:00,1491.0 -37135,sell_compound_top3,sell,2025-07-31 12:21:00,1493.0 -37136,sell_compound_top3,sell,2025-07-31 12:24:00,1492.0 -37137,sell_compound_top3,sell,2025-07-31 12:45:00,1494.0 -37138,sell_compound_top3,sell,2025-07-31 12:48:00,1495.0 -37139,sell_compound_top3,sell,2025-07-31 12:51:00,1495.0 -37140,sell_compound_top3,sell,2025-07-31 12:54:00,1494.0 -37141,sell_compound_top3,sell,2025-07-31 13:51:00,1494.0 -37142,sell_compound_top3,sell,2025-07-31 13:54:00,1496.0 -37143,sell_compound_top3,sell,2025-07-31 13:57:00,1496.0 -37144,sell_compound_top3,sell,2025-07-31 15:51:00,1497.0 -37145,sell_compound_top3,sell,2025-07-31 15:54:00,1497.0 -37146,sell_compound_top3,sell,2025-07-31 15:57:00,1498.0 -37147,sell_compound_top3,sell,2025-07-31 19:51:00,1503.0 -37148,sell_compound_top3,sell,2025-07-31 19:54:00,1504.0 -37149,sell_compound_top3,sell,2025-08-01 01:45:00,1485.0 -37150,sell_compound_top3,sell,2025-08-01 01:48:00,1475.0 -37151,sell_compound_top3,sell,2025-08-01 01:57:00,1481.0 -37152,sell_compound_top3,sell,2025-08-01 21:42:00,1373.0 -37153,sell_compound_top3,sell,2025-08-01 21:45:00,1371.0 -37154,sell_compound_top3,sell,2025-08-01 21:48:00,1370.0 -37155,sell_compound_top3,sell,2025-08-01 22:12:00,1372.0 -37156,sell_compound_top3,sell,2025-08-01 23:30:00,1374.0 -37157,sell_compound_top3,sell,2025-08-01 23:33:00,1373.0 -37158,sell_compound_top3,sell,2025-08-01 23:36:00,1376.0 -37159,sell_compound_top3,sell,2025-08-01 23:39:00,1375.0 -37160,sell_compound_top3,sell,2025-08-02 01:12:00,1380.0 -37161,sell_compound_top3,sell,2025-08-02 01:15:00,1381.0 -37162,sell_compound_top3,sell,2025-08-02 01:18:00,1380.0 -37163,sell_compound_top3,sell,2025-08-02 01:21:00,1380.0 -37164,sell_compound_top3,sell,2025-08-02 01:24:00,1381.0 -37165,sell_compound_top3,sell,2025-08-02 01:27:00,1382.0 -37166,sell_compound_top3,sell,2025-08-02 05:00:00,1376.0 -37167,sell_compound_top3,sell,2025-08-02 05:03:00,1374.0 -37168,sell_compound_top3,sell,2025-08-02 12:21:00,1359.0 -37169,sell_compound_top3,sell,2025-08-02 12:24:00,1357.0 -37170,sell_compound_top3,sell,2025-08-02 12:27:00,1357.0 -37171,sell_compound_top3,sell,2025-08-02 12:42:00,1360.0 -37172,sell_compound_top3,sell,2025-08-02 13:51:00,1362.0 -37173,sell_compound_top3,sell,2025-08-02 13:54:00,1361.0 -37174,sell_compound_top3,sell,2025-08-02 23:00:00,1339.0 -37175,sell_compound_top3,sell,2025-08-02 23:03:00,1336.0 -37176,sell_compound_top3,sell,2025-08-02 23:06:00,1339.0 -37177,sell_compound_top3,sell,2025-08-02 23:09:00,1336.0 -37178,sell_compound_top3,sell,2025-08-03 07:51:00,1316.0 -37179,sell_compound_top3,sell,2025-08-03 07:54:00,1318.0 -37180,sell_compound_top3,sell,2025-08-03 07:57:00,1315.0 -37181,sell_compound_top3,sell,2025-08-03 10:06:00,1321.0 -37182,sell_compound_top3,sell,2025-08-03 10:09:00,1324.0 -37183,sell_compound_top3,sell,2025-08-03 10:12:00,1325.0 -37184,sell_compound_top3,sell,2025-08-03 10:15:00,1325.0 -37185,sell_compound_top3,sell,2025-08-03 10:18:00,1322.0 -37186,sell_compound_top3,sell,2025-08-03 10:30:00,1326.0 -37187,sell_compound_top3,sell,2025-08-03 10:33:00,1326.0 -37188,sell_compound_top3,sell,2025-08-03 10:36:00,1328.0 -37189,sell_compound_top3,sell,2025-08-03 10:39:00,1329.0 -37190,sell_compound_top3,sell,2025-08-03 10:42:00,1330.0 -37191,sell_compound_top3,sell,2025-08-03 11:06:00,1336.0 -37192,sell_compound_top3,sell,2025-08-03 11:09:00,1339.0 -37193,sell_compound_top3,sell,2025-08-03 11:15:00,1339.0 -37194,sell_compound_top3,sell,2025-08-03 11:18:00,1338.0 -37195,sell_compound_top3,sell,2025-08-03 11:21:00,1338.0 -37196,sell_compound_top3,sell,2025-08-03 11:24:00,1338.0 -37197,sell_compound_top3,sell,2025-08-03 11:27:00,1339.0 -37198,sell_compound_top3,sell,2025-08-03 11:30:00,1338.0 -37199,sell_compound_top3,sell,2025-08-03 11:33:00,1340.0 -37200,sell_compound_top3,sell,2025-08-03 11:42:00,1344.0 -37201,sell_compound_top3,sell,2025-08-03 11:45:00,1345.0 -37202,sell_compound_top3,sell,2025-08-03 11:48:00,1345.0 -37203,sell_compound_top3,sell,2025-08-03 11:51:00,1343.0 -37204,sell_compound_top3,sell,2025-08-03 11:54:00,1345.0 -37205,sell_compound_top3,sell,2025-08-03 11:57:00,1345.0 -37206,sell_compound_top3,sell,2025-08-03 12:42:00,1349.0 -37207,sell_compound_top3,sell,2025-08-03 12:45:00,1351.0 -37208,sell_compound_top3,sell,2025-08-03 12:48:00,1349.0 -37209,sell_compound_top3,sell,2025-08-03 12:51:00,1349.0 -37210,sell_compound_top3,sell,2025-08-03 12:54:00,1349.0 -37211,sell_compound_top3,sell,2025-08-03 16:42:00,1348.0 -37212,sell_compound_top3,sell,2025-08-03 16:51:00,1350.0 -37213,sell_compound_top3,sell,2025-08-03 16:54:00,1348.0 -37214,sell_compound_top3,sell,2025-08-03 16:57:00,1350.0 -37215,sell_compound_top3,sell,2025-08-03 17:00:00,1351.0 -37216,sell_compound_top3,sell,2025-08-03 17:03:00,1351.0 -37217,sell_compound_top3,sell,2025-08-03 17:06:00,1350.0 -37218,sell_compound_top3,sell,2025-08-03 17:09:00,1352.0 -37219,sell_compound_top3,sell,2025-08-03 17:12:00,1351.0 -37220,sell_compound_top3,sell,2025-08-03 17:21:00,1351.0 -37221,sell_compound_top3,sell,2025-08-03 17:24:00,1351.0 -37222,sell_compound_top3,sell,2025-08-03 19:21:00,1356.0 -37223,sell_compound_top3,sell,2025-08-03 19:24:00,1354.0 -37224,sell_compound_top3,sell,2025-08-03 19:27:00,1356.0 -37225,sell_compound_top3,sell,2025-08-03 19:30:00,1356.0 -37226,sell_compound_top3,sell,2025-08-03 19:33:00,1355.0 -37227,sell_compound_top3,sell,2025-08-03 19:45:00,1356.0 -37228,sell_compound_top3,sell,2025-08-03 19:48:00,1357.0 -37229,sell_compound_top3,sell,2025-08-03 19:51:00,1357.0 -37230,sell_compound_top3,sell,2025-08-03 19:54:00,1358.0 -37231,sell_compound_top3,sell,2025-08-03 20:00:00,1358.0 -37232,sell_compound_top3,sell,2025-08-03 20:03:00,1358.0 -37233,sell_compound_top3,sell,2025-08-03 20:06:00,1359.0 -37234,sell_compound_top3,sell,2025-08-03 20:09:00,1360.0 -37235,sell_compound_top3,sell,2025-08-03 20:27:00,1363.0 -37236,sell_compound_top3,sell,2025-08-04 00:21:00,1356.0 -37237,sell_compound_top3,sell,2025-08-04 00:24:00,1356.0 -37238,sell_compound_top3,sell,2025-08-04 00:42:00,1358.0 -37239,sell_compound_top3,sell,2025-08-04 00:45:00,1359.0 -37240,sell_compound_top3,sell,2025-08-04 00:48:00,1357.0 -37241,sell_compound_top3,sell,2025-08-04 01:51:00,1359.0 -37242,sell_compound_top3,sell,2025-08-04 01:54:00,1360.0 -37243,sell_compound_top3,sell,2025-08-04 03:51:00,1361.0 -37244,sell_compound_top3,sell,2025-08-04 03:54:00,1361.0 -37245,sell_compound_top3,sell,2025-08-04 03:57:00,1359.0 -37246,sell_compound_top3,sell,2025-08-04 06:12:00,1364.0 -37247,sell_compound_top3,sell,2025-08-04 06:15:00,1366.0 -37248,sell_compound_top3,sell,2025-08-04 06:18:00,1365.0 -37249,sell_compound_top3,sell,2025-08-04 06:21:00,1368.0 -37250,sell_compound_top3,sell,2025-08-04 06:24:00,1368.0 -37251,sell_compound_top3,sell,2025-08-04 06:27:00,1367.0 -37252,sell_compound_top3,sell,2025-08-04 06:36:00,1367.0 -37253,sell_compound_top3,sell,2025-08-04 06:39:00,1365.0 -37254,sell_compound_top3,sell,2025-08-04 06:57:00,1369.0 -37255,sell_compound_top3,sell,2025-08-04 08:00:00,1369.0 -37256,sell_compound_top3,sell,2025-08-04 08:03:00,1371.0 -37257,sell_compound_top3,sell,2025-08-04 09:30:00,1377.0 -37258,sell_compound_top3,sell,2025-08-04 09:33:00,1375.0 -37259,sell_compound_top3,sell,2025-08-04 09:36:00,1379.0 -37260,sell_compound_top3,sell,2025-08-04 09:39:00,1380.0 -37261,sell_compound_top3,sell,2025-08-04 10:12:00,1394.0 -37262,sell_compound_top3,sell,2025-08-04 16:51:00,1381.0 -37263,sell_compound_top3,sell,2025-08-04 16:54:00,1378.0 -37264,sell_compound_top3,sell,2025-08-04 23:21:00,1397.0 -37265,sell_compound_top3,sell,2025-08-04 23:24:00,1398.0 -37266,sell_compound_top3,sell,2025-08-04 23:27:00,1399.0 -37267,sell_compound_top3,sell,2025-08-04 23:30:00,1402.0 -37268,sell_compound_top3,sell,2025-08-04 23:33:00,1398.0 -37269,sell_compound_top3,sell,2025-08-05 01:51:00,1399.0 -37270,sell_compound_top3,sell,2025-08-05 01:54:00,1402.0 -37271,sell_compound_top3,sell,2025-08-05 02:06:00,1405.0 -37272,sell_compound_top3,sell,2025-08-05 02:09:00,1409.0 -37273,sell_compound_top3,sell,2025-08-05 06:21:00,1390.0 -37274,sell_compound_top3,sell,2025-08-05 06:24:00,1389.0 -37275,sell_compound_top3,sell,2025-08-05 06:27:00,1387.0 -37276,sell_compound_top3,sell,2025-08-05 06:42:00,1395.0 -37277,sell_compound_top3,sell,2025-08-05 06:51:00,1398.0 -37278,sell_compound_top3,sell,2025-08-05 06:54:00,1393.0 -37279,sell_compound_top3,sell,2025-08-05 07:51:00,1396.0 -37280,sell_compound_top3,sell,2025-08-05 07:54:00,1398.0 -37281,sell_compound_top3,sell,2025-08-05 08:00:00,1400.0 -37282,sell_compound_top3,sell,2025-08-05 08:03:00,1398.0 -37283,sell_compound_top3,sell,2025-08-05 19:45:00,1348.0 -37284,sell_compound_top3,sell,2025-08-05 19:48:00,1347.0 -37285,sell_compound_top3,sell,2025-08-05 20:15:00,1351.0 -37286,sell_compound_top3,sell,2025-08-05 20:18:00,1351.0 -37287,sell_compound_top3,sell,2025-08-05 20:21:00,1352.0 -37288,sell_compound_top3,sell,2025-08-05 20:24:00,1354.0 -37289,sell_compound_top3,sell,2025-08-05 20:27:00,1355.0 -37290,sell_compound_top3,sell,2025-08-05 20:30:00,1355.0 -37291,sell_compound_top3,sell,2025-08-05 20:33:00,1352.0 -37292,sell_compound_top3,sell,2025-08-05 20:36:00,1354.0 -37293,sell_compound_top3,sell,2025-08-05 20:39:00,1356.0 -37294,sell_compound_top3,sell,2025-08-05 20:42:00,1358.0 -37295,sell_compound_top3,sell,2025-08-05 20:45:00,1360.0 -37296,sell_compound_top3,sell,2025-08-05 20:48:00,1358.0 -37297,sell_compound_top3,sell,2025-08-06 05:30:00,1323.0 -37298,sell_compound_top3,sell,2025-08-06 05:33:00,1324.0 -37299,sell_compound_top3,sell,2025-08-06 08:30:00,1320.0 -37300,sell_compound_top3,sell,2025-08-06 08:33:00,1318.0 -37301,sell_compound_top3,sell,2025-08-06 08:36:00,1320.0 -37302,sell_compound_top3,sell,2025-08-06 08:39:00,1321.0 -37303,sell_compound_top3,sell,2025-08-06 08:42:00,1321.0 -37304,sell_compound_top3,sell,2025-08-06 08:45:00,1323.0 -37305,sell_compound_top3,sell,2025-08-06 08:48:00,1323.0 -37306,sell_compound_top3,sell,2025-08-06 08:51:00,1323.0 -37307,sell_compound_top3,sell,2025-08-06 08:54:00,1323.0 -37308,sell_compound_top3,sell,2025-08-06 08:57:00,1323.0 -37309,sell_compound_top3,sell,2025-08-06 09:00:00,1325.0 -37310,sell_compound_top3,sell,2025-08-06 09:03:00,1326.0 -37311,sell_compound_top3,sell,2025-08-06 09:06:00,1326.0 -37312,sell_compound_top3,sell,2025-08-06 09:09:00,1327.0 -37313,sell_compound_top3,sell,2025-08-06 09:12:00,1326.0 -37314,sell_compound_top3,sell,2025-08-06 09:15:00,1328.0 -37315,sell_compound_top3,sell,2025-08-06 09:18:00,1327.0 -37316,sell_compound_top3,sell,2025-08-06 09:21:00,1329.0 -37317,sell_compound_top3,sell,2025-08-06 09:24:00,1324.0 -37318,sell_compound_top3,sell,2025-08-06 14:27:00,1316.0 -37319,sell_compound_top3,sell,2025-08-06 14:30:00,1313.0 -37320,sell_compound_top3,sell,2025-08-06 14:33:00,1312.0 -37321,sell_compound_top3,sell,2025-08-06 14:36:00,1315.0 -37322,sell_compound_top3,sell,2025-08-06 14:39:00,1322.0 -37323,sell_compound_top3,sell,2025-08-06 15:51:00,1322.0 -37324,sell_compound_top3,sell,2025-08-06 15:54:00,1321.0 -37325,sell_compound_top3,sell,2025-08-06 16:21:00,1326.0 -37326,sell_compound_top3,sell,2025-08-06 16:24:00,1324.0 -37327,sell_compound_top3,sell,2025-08-06 23:45:00,1320.0 -37328,sell_compound_top3,sell,2025-08-06 23:48:00,1316.0 -37329,sell_compound_top3,sell,2025-08-07 00:06:00,1322.0 -37330,sell_compound_top3,sell,2025-08-07 00:09:00,1322.0 -37331,sell_compound_top3,sell,2025-08-07 00:12:00,1322.0 -37332,sell_compound_top3,sell,2025-08-07 00:15:00,1323.0 -37333,sell_compound_top3,sell,2025-08-07 00:18:00,1327.0 -37334,sell_compound_top3,sell,2025-08-07 00:21:00,1327.0 -37335,sell_compound_top3,sell,2025-08-07 00:24:00,1324.0 -37336,sell_compound_top3,sell,2025-08-07 00:36:00,1329.0 -37337,sell_compound_top3,sell,2025-08-07 00:39:00,1330.0 -37338,sell_compound_top3,sell,2025-08-07 00:42:00,1328.0 -37339,sell_compound_top3,sell,2025-08-07 00:57:00,1335.0 -37340,sell_compound_top3,sell,2025-08-07 01:12:00,1336.0 -37341,sell_compound_top3,sell,2025-08-07 03:12:00,1349.0 -37342,sell_compound_top3,sell,2025-08-07 07:36:00,1344.0 -37343,sell_compound_top3,sell,2025-08-07 07:39:00,1345.0 -37344,sell_compound_top3,sell,2025-08-07 07:42:00,1344.0 -37345,sell_compound_top3,sell,2025-08-07 07:45:00,1346.0 -37346,sell_compound_top3,sell,2025-08-07 07:48:00,1348.0 -37347,sell_compound_top3,sell,2025-08-07 07:51:00,1347.0 -37348,sell_compound_top3,sell,2025-08-07 07:54:00,1348.0 -37349,sell_compound_top3,sell,2025-08-07 07:57:00,1350.0 -37350,sell_compound_top3,sell,2025-08-07 10:42:00,1353.0 -37351,sell_compound_top3,sell,2025-08-07 14:57:00,1347.0 -37352,sell_compound_top3,sell,2025-08-07 15:00:00,1347.0 -37353,sell_compound_top3,sell,2025-08-07 15:03:00,1346.0 -37354,sell_compound_top3,sell,2025-08-07 15:06:00,1346.0 -37355,sell_compound_top3,sell,2025-08-07 15:09:00,1351.0 -37356,sell_compound_top3,sell,2025-08-07 15:21:00,1349.0 -37357,sell_compound_top3,sell,2025-08-07 15:24:00,1348.0 -37358,sell_compound_top3,sell,2025-08-07 15:42:00,1350.0 -37359,sell_compound_top3,sell,2025-08-07 15:45:00,1351.0 -37360,sell_compound_top3,sell,2025-08-07 15:48:00,1354.0 -37361,sell_compound_top3,sell,2025-08-07 16:12:00,1353.0 -37362,sell_compound_top3,sell,2025-08-07 16:15:00,1355.0 -37363,sell_compound_top3,sell,2025-08-07 16:18:00,1355.0 -37364,sell_compound_top3,sell,2025-08-07 16:21:00,1356.0 -37365,sell_compound_top3,sell,2025-08-07 16:24:00,1356.0 -37366,sell_compound_top3,sell,2025-08-07 19:00:00,1356.0 -37367,sell_compound_top3,sell,2025-08-07 19:03:00,1357.0 -37368,sell_compound_top3,sell,2025-08-07 19:45:00,1386.0 -37369,sell_compound_top3,sell,2025-08-07 19:48:00,1385.0 -37370,sell_compound_top3,sell,2025-08-07 19:51:00,1385.0 -37371,sell_compound_top3,sell,2025-08-07 19:54:00,1385.0 -37372,sell_compound_top3,sell,2025-08-07 19:57:00,1382.0 -37373,sell_compound_top3,sell,2025-08-07 20:00:00,1386.0 -37374,sell_compound_top3,sell,2025-08-07 20:03:00,1386.0 -37375,sell_compound_top3,sell,2025-08-07 20:51:00,1395.0 -37376,sell_compound_top3,sell,2025-08-07 20:54:00,1394.0 -37377,sell_compound_top3,sell,2025-08-07 20:57:00,1392.0 -37378,sell_compound_top3,sell,2025-08-07 21:00:00,1394.0 -37379,sell_compound_top3,sell,2025-08-07 21:03:00,1399.0 -37380,sell_compound_top3,sell,2025-08-07 21:12:00,1398.0 -37381,sell_compound_top3,sell,2025-08-07 21:15:00,1398.0 -37382,sell_compound_top3,sell,2025-08-07 21:18:00,1401.0 -37383,sell_compound_top3,sell,2025-08-08 05:12:00,1389.0 -37384,sell_compound_top3,sell,2025-08-08 05:15:00,1387.0 -37385,sell_compound_top3,sell,2025-08-08 05:18:00,1387.0 -37386,sell_compound_top3,sell,2025-08-08 05:42:00,1391.0 -37387,sell_compound_top3,sell,2025-08-08 06:30:00,1394.0 -37388,sell_compound_top3,sell,2025-08-08 06:33:00,1396.0 -37389,sell_compound_top3,sell,2025-08-08 07:42:00,1401.0 -37390,sell_compound_top3,sell,2025-08-08 08:06:00,1408.0 -37391,sell_compound_top3,sell,2025-08-08 08:09:00,1408.0 -37392,sell_compound_top3,sell,2025-08-08 08:51:00,1410.0 -37393,sell_compound_top3,sell,2025-08-08 08:54:00,1412.0 -37394,sell_compound_top3,sell,2025-08-08 08:57:00,1411.0 -37395,sell_compound_top3,sell,2025-08-08 12:36:00,1410.0 -37396,sell_compound_top3,sell,2025-08-08 12:39:00,1410.0 -37397,sell_compound_top3,sell,2025-08-08 16:27:00,1405.0 -37398,sell_compound_top3,sell,2025-08-08 17:00:00,1412.0 -37399,sell_compound_top3,sell,2025-08-08 17:03:00,1411.0 -37400,sell_compound_top3,sell,2025-08-08 17:21:00,1416.0 -37401,sell_compound_top3,sell,2025-08-08 17:24:00,1414.0 -37402,sell_compound_top3,sell,2025-08-08 20:42:00,1408.0 -37403,sell_compound_top3,sell,2025-08-08 23:12:00,1417.0 -37404,sell_compound_top3,sell,2025-08-09 02:27:00,1406.0 -37405,sell_compound_top3,sell,2025-08-09 02:30:00,1410.0 -37406,sell_compound_top3,sell,2025-08-09 02:33:00,1414.0 -37407,sell_compound_top3,sell,2025-08-09 02:45:00,1421.0 -37408,sell_compound_top3,sell,2025-08-09 02:48:00,1420.0 -37409,sell_compound_top3,sell,2025-08-09 02:51:00,1423.0 -37410,sell_compound_top3,sell,2025-08-09 02:54:00,1421.0 -37411,sell_compound_top3,sell,2025-08-09 02:57:00,1423.0 -37412,sell_compound_top3,sell,2025-08-09 03:00:00,1425.0 -37413,sell_compound_top3,sell,2025-08-09 03:03:00,1430.0 -37414,sell_compound_top3,sell,2025-08-09 03:06:00,1432.0 -37415,sell_compound_top3,sell,2025-08-09 03:09:00,1433.0 -37416,sell_compound_top3,sell,2025-08-09 03:12:00,1432.0 -37417,sell_compound_top3,sell,2025-08-09 03:21:00,1432.0 -37418,sell_compound_top3,sell,2025-08-09 03:24:00,1431.0 -37419,sell_compound_top3,sell,2025-08-09 09:12:00,1428.0 -37420,sell_compound_top3,sell,2025-08-09 11:00:00,1430.0 -37421,sell_compound_top3,sell,2025-08-09 11:03:00,1431.0 -37422,sell_compound_top3,sell,2025-08-09 11:06:00,1430.0 -37423,sell_compound_top3,sell,2025-08-09 11:09:00,1430.0 -37424,sell_compound_top3,sell,2025-08-09 13:45:00,1440.0 -37425,sell_compound_top3,sell,2025-08-09 13:48:00,1440.0 -37426,sell_compound_top3,sell,2025-08-09 13:51:00,1441.0 -37427,sell_compound_top3,sell,2025-08-09 13:54:00,1444.0 -37428,sell_compound_top3,sell,2025-08-09 13:57:00,1447.0 -37429,sell_compound_top3,sell,2025-08-09 14:00:00,1445.0 -37430,sell_compound_top3,sell,2025-08-09 14:03:00,1446.0 -37431,sell_compound_top3,sell,2025-08-09 14:15:00,1458.0 -37432,sell_compound_top3,sell,2025-08-09 14:18:00,1461.0 -37433,sell_compound_top3,sell,2025-08-09 14:21:00,1466.0 -37434,sell_compound_top3,sell,2025-08-09 14:24:00,1473.0 -37435,sell_compound_top3,sell,2025-08-09 14:42:00,1484.0 -37436,sell_compound_top3,sell,2025-08-09 14:45:00,1487.0 -37437,sell_compound_top3,sell,2025-08-09 14:48:00,1489.0 -37438,sell_compound_top3,sell,2025-08-09 14:51:00,1489.0 -37439,sell_compound_top3,sell,2025-08-09 14:54:00,1490.0 -37440,sell_compound_top3,sell,2025-08-09 14:57:00,1482.0 -37441,sell_compound_top3,sell,2025-08-09 18:51:00,1476.0 -37442,sell_compound_top3,sell,2025-08-09 18:54:00,1475.0 -37443,sell_compound_top3,sell,2025-08-09 19:21:00,1483.0 -37444,sell_compound_top3,sell,2025-08-09 19:24:00,1484.0 -37445,sell_compound_top3,sell,2025-08-09 19:27:00,1481.0 -37446,sell_compound_top3,sell,2025-08-09 19:51:00,1488.0 -37447,sell_compound_top3,sell,2025-08-09 19:54:00,1483.0 -37448,sell_compound_top3,sell,2025-08-09 21:45:00,1491.0 -37449,sell_compound_top3,sell,2025-08-09 21:48:00,1491.0 -37450,sell_compound_top3,sell,2025-08-09 21:51:00,1497.0 -37451,sell_compound_top3,sell,2025-08-09 21:54:00,1499.0 -37452,sell_compound_top3,sell,2025-08-09 22:00:00,1498.0 -37453,sell_compound_top3,sell,2025-08-09 22:03:00,1497.0 -37454,sell_compound_top3,sell,2025-08-10 04:21:00,1491.0 -37455,sell_compound_top3,sell,2025-08-10 04:24:00,1489.0 -37456,sell_compound_top3,sell,2025-08-10 04:27:00,1488.0 -37457,sell_compound_top3,sell,2025-08-10 04:30:00,1490.0 -37458,sell_compound_top3,sell,2025-08-10 04:33:00,1490.0 -37459,sell_compound_top3,sell,2025-08-10 05:51:00,1499.0 -37460,sell_compound_top3,sell,2025-08-10 05:54:00,1500.0 -37461,sell_compound_top3,sell,2025-08-10 05:57:00,1502.0 -37462,sell_compound_top3,sell,2025-08-10 06:00:00,1504.0 -37463,sell_compound_top3,sell,2025-08-10 06:03:00,1502.0 -37464,sell_compound_top3,sell,2025-08-10 10:42:00,1505.0 -37465,sell_compound_top3,sell,2025-08-10 11:21:00,1508.0 -37466,sell_compound_top3,sell,2025-08-10 11:24:00,1504.0 -37467,sell_compound_top3,sell,2025-08-10 13:30:00,1514.0 -37468,sell_compound_top3,sell,2025-08-10 13:33:00,1513.0 -37469,sell_compound_top3,sell,2025-08-10 13:36:00,1514.0 -37470,sell_compound_top3,sell,2025-08-10 13:39:00,1513.0 -37471,sell_compound_top3,sell,2025-08-10 13:42:00,1511.0 -37472,sell_compound_top3,sell,2025-08-10 23:30:00,1445.0 -37473,sell_compound_top3,sell,2025-08-10 23:33:00,1451.0 -37474,sell_compound_top3,sell,2025-08-10 23:51:00,1453.0 -37475,sell_compound_top3,sell,2025-08-10 23:54:00,1456.0 -37476,sell_compound_top3,sell,2025-08-10 23:57:00,1455.0 -37477,sell_compound_top3,sell,2025-08-11 00:12:00,1456.0 -37478,sell_compound_top3,sell,2025-08-11 00:15:00,1462.0 -37479,sell_compound_top3,sell,2025-08-11 00:18:00,1463.0 -37480,sell_compound_top3,sell,2025-08-11 00:21:00,1464.0 -37481,sell_compound_top3,sell,2025-08-11 00:24:00,1466.0 -37482,sell_compound_top3,sell,2025-08-11 00:27:00,1469.0 -37483,sell_compound_top3,sell,2025-08-11 02:15:00,1476.0 -37484,sell_compound_top3,sell,2025-08-11 02:18:00,1474.0 -37485,sell_compound_top3,sell,2025-08-11 03:00:00,1478.0 -37486,sell_compound_top3,sell,2025-08-11 03:03:00,1480.0 -37487,sell_compound_top3,sell,2025-08-11 03:21:00,1483.0 -37488,sell_compound_top3,sell,2025-08-11 03:24:00,1485.0 -37489,sell_compound_top3,sell,2025-08-11 03:27:00,1487.0 -37490,sell_compound_top3,sell,2025-08-11 03:36:00,1486.0 -37491,sell_compound_top3,sell,2025-08-11 03:39:00,1486.0 -37492,sell_compound_top3,sell,2025-08-11 04:57:00,1491.0 -37493,sell_compound_top3,sell,2025-08-11 08:51:00,1485.0 -37494,sell_compound_top3,sell,2025-08-11 08:54:00,1486.0 -37495,sell_compound_top3,sell,2025-08-11 08:57:00,1485.0 -37496,sell_compound_top3,sell,2025-08-11 10:45:00,1496.0 -37497,sell_compound_top3,sell,2025-08-11 10:48:00,1493.0 -37498,sell_compound_top3,sell,2025-08-11 10:51:00,1495.0 -37499,sell_compound_top3,sell,2025-08-11 10:54:00,1493.0 -37500,sell_compound_top3,sell,2025-08-11 11:06:00,1504.0 -37501,sell_compound_top3,sell,2025-08-11 11:09:00,1503.0 -37502,sell_compound_top3,sell,2025-08-11 11:12:00,1502.0 -37503,sell_compound_top3,sell,2025-08-11 11:15:00,1501.0 -37504,sell_compound_top3,sell,2025-08-11 11:18:00,1507.0 -37505,sell_compound_top3,sell,2025-08-11 11:21:00,1508.0 -37506,sell_compound_top3,sell,2025-08-11 11:24:00,1505.0 -37507,sell_compound_top3,sell,2025-08-11 11:27:00,1501.0 -37508,sell_compound_top3,sell,2025-08-11 11:30:00,1508.0 -37509,sell_compound_top3,sell,2025-08-11 11:33:00,1510.0 -37510,sell_compound_top3,sell,2025-08-11 11:36:00,1511.0 -37511,sell_compound_top3,sell,2025-08-11 11:39:00,1511.0 -37512,sell_compound_top3,sell,2025-08-11 11:42:00,1513.0 -37513,sell_compound_top3,sell,2025-08-11 11:45:00,1515.0 -37514,sell_compound_top3,sell,2025-08-11 11:48:00,1519.0 -37515,sell_compound_top3,sell,2025-08-11 11:51:00,1517.0 -37516,sell_compound_top3,sell,2025-08-11 11:54:00,1516.0 -37517,sell_compound_top3,sell,2025-08-12 00:42:00,1422.0 -37518,sell_compound_top3,sell,2025-08-12 00:45:00,1424.0 -37519,sell_compound_top3,sell,2025-08-12 00:48:00,1422.0 -37520,sell_compound_top3,sell,2025-08-12 01:15:00,1435.0 -37521,sell_compound_top3,sell,2025-08-12 01:18:00,1435.0 -37522,sell_compound_top3,sell,2025-08-12 10:06:00,1379.0 -37523,sell_compound_top3,sell,2025-08-12 10:09:00,1383.0 -37524,sell_compound_top3,sell,2025-08-12 10:15:00,1380.0 -37525,sell_compound_top3,sell,2025-08-12 10:18:00,1379.0 -37526,sell_compound_top3,sell,2025-08-12 10:21:00,1382.0 -37527,sell_compound_top3,sell,2025-08-12 10:24:00,1383.0 -37528,sell_compound_top3,sell,2025-08-12 10:27:00,1384.0 -37529,sell_compound_top3,sell,2025-08-12 10:30:00,1385.0 -37530,sell_compound_top3,sell,2025-08-12 10:33:00,1383.0 -37531,sell_compound_top3,sell,2025-08-12 10:36:00,1384.0 -37532,sell_compound_top3,sell,2025-08-12 10:39:00,1383.0 -37533,sell_compound_top3,sell,2025-08-12 21:57:00,1387.0 -37534,sell_compound_top3,sell,2025-08-12 23:12:00,1391.0 -37535,sell_compound_top3,sell,2025-08-12 23:30:00,1400.0 -37536,sell_compound_top3,sell,2025-08-12 23:33:00,1402.0 -37537,sell_compound_top3,sell,2025-08-12 23:36:00,1399.0 -37538,sell_compound_top3,sell,2025-08-12 23:39:00,1398.0 -37539,sell_compound_top3,sell,2025-08-12 23:42:00,1401.0 -37540,sell_compound_top3,sell,2025-08-13 00:00:00,1405.0 -37541,sell_compound_top3,sell,2025-08-13 00:03:00,1410.0 -37542,sell_compound_top3,sell,2025-08-13 00:12:00,1410.0 -37543,sell_compound_top3,sell,2025-08-13 00:15:00,1410.0 -37544,sell_compound_top3,sell,2025-08-13 00:18:00,1410.0 -37545,sell_compound_top3,sell,2025-08-13 00:21:00,1415.0 -37546,sell_compound_top3,sell,2025-08-13 00:24:00,1417.0 -37547,sell_compound_top3,sell,2025-08-13 00:27:00,1416.0 -37548,sell_compound_top3,sell,2025-08-13 00:30:00,1417.0 -37549,sell_compound_top3,sell,2025-08-13 00:33:00,1419.0 -37550,sell_compound_top3,sell,2025-08-13 00:36:00,1421.0 -37551,sell_compound_top3,sell,2025-08-13 00:39:00,1418.0 -37552,sell_compound_top3,sell,2025-08-13 00:42:00,1415.0 -37553,sell_compound_top3,sell,2025-08-13 00:45:00,1416.0 -37554,sell_compound_top3,sell,2025-08-13 00:48:00,1418.0 -37555,sell_compound_top3,sell,2025-08-13 00:51:00,1423.0 -37556,sell_compound_top3,sell,2025-08-13 00:54:00,1423.0 -37557,sell_compound_top3,sell,2025-08-13 00:57:00,1428.0 -37558,sell_compound_top3,sell,2025-08-13 01:00:00,1427.0 -37559,sell_compound_top3,sell,2025-08-13 01:03:00,1428.0 -37560,sell_compound_top3,sell,2025-08-13 01:06:00,1429.0 -37561,sell_compound_top3,sell,2025-08-13 01:09:00,1428.0 -37562,sell_compound_top3,sell,2025-08-13 01:21:00,1426.0 -37563,sell_compound_top3,sell,2025-08-13 01:24:00,1431.0 -37564,sell_compound_top3,sell,2025-08-13 01:27:00,1430.0 -37565,sell_compound_top3,sell,2025-08-13 01:30:00,1433.0 -37566,sell_compound_top3,sell,2025-08-13 01:33:00,1432.0 -37567,sell_compound_top3,sell,2025-08-13 01:45:00,1431.0 -37568,sell_compound_top3,sell,2025-08-13 01:48:00,1434.0 -37569,sell_compound_top3,sell,2025-08-13 01:57:00,1435.0 -37570,sell_compound_top3,sell,2025-08-13 02:00:00,1436.0 -37571,sell_compound_top3,sell,2025-08-13 02:03:00,1440.0 -37572,sell_compound_top3,sell,2025-08-13 02:12:00,1445.0 -37573,sell_compound_top3,sell,2025-08-13 02:15:00,1439.0 -37574,sell_compound_top3,sell,2025-08-13 02:18:00,1447.0 -37575,sell_compound_top3,sell,2025-08-13 02:30:00,1447.0 -37576,sell_compound_top3,sell,2025-08-13 02:33:00,1446.0 -37577,sell_compound_top3,sell,2025-08-13 02:36:00,1449.0 -37578,sell_compound_top3,sell,2025-08-13 02:39:00,1447.0 -37579,sell_compound_top3,sell,2025-08-13 03:27:00,1454.0 -37580,sell_compound_top3,sell,2025-08-13 04:21:00,1455.0 -37581,sell_compound_top3,sell,2025-08-13 04:24:00,1454.0 -37582,sell_compound_top3,sell,2025-08-13 05:36:00,1466.0 -37583,sell_compound_top3,sell,2025-08-13 05:39:00,1462.0 -37584,sell_compound_top3,sell,2025-08-13 09:42:00,1455.0 -37585,sell_compound_top3,sell,2025-08-13 09:45:00,1457.0 -37586,sell_compound_top3,sell,2025-08-13 09:48:00,1460.0 -37587,sell_compound_top3,sell,2025-08-13 09:51:00,1459.0 -37588,sell_compound_top3,sell,2025-08-13 09:54:00,1458.0 -37589,sell_compound_top3,sell,2025-08-13 12:42:00,1470.0 -37590,sell_compound_top3,sell,2025-08-13 12:45:00,1469.0 -37591,sell_compound_top3,sell,2025-08-13 12:48:00,1466.0 -37592,sell_compound_top3,sell,2025-08-13 13:15:00,1469.0 -37593,sell_compound_top3,sell,2025-08-13 13:18:00,1470.0 -37594,sell_compound_top3,sell,2025-08-13 13:21:00,1473.0 -37595,sell_compound_top3,sell,2025-08-13 13:24:00,1468.0 -37596,sell_compound_top3,sell,2025-08-13 17:00:00,1476.0 -37597,sell_compound_top3,sell,2025-08-13 17:03:00,1477.0 -37598,sell_compound_top3,sell,2025-08-13 17:06:00,1477.0 -37599,sell_compound_top3,sell,2025-08-13 17:09:00,1476.0 -37600,sell_compound_top3,sell,2025-08-13 17:12:00,1479.0 -37601,sell_compound_top3,sell,2025-08-13 17:36:00,1491.0 -37602,sell_compound_top3,sell,2025-08-13 17:39:00,1492.0 -37603,sell_compound_top3,sell,2025-08-13 19:30:00,1496.0 -37604,sell_compound_top3,sell,2025-08-13 19:33:00,1493.0 -37605,sell_compound_top3,sell,2025-08-14 02:12:00,1490.0 -37606,sell_compound_top3,sell,2025-08-14 02:21:00,1496.0 -37607,sell_compound_top3,sell,2025-08-14 02:24:00,1498.0 -37608,sell_compound_top3,sell,2025-08-14 02:27:00,1498.0 -37609,sell_compound_top3,sell,2025-08-14 02:57:00,1515.0 -37610,sell_compound_top3,sell,2025-08-14 03:00:00,1514.0 -37611,sell_compound_top3,sell,2025-08-14 03:03:00,1518.0 -37612,sell_compound_top3,sell,2025-08-14 03:06:00,1519.0 -37613,sell_compound_top3,sell,2025-08-14 03:09:00,1522.0 -37614,sell_compound_top3,sell,2025-08-14 03:12:00,1527.0 -37615,sell_compound_top3,sell,2025-08-14 06:15:00,1511.0 -37616,sell_compound_top3,sell,2025-08-14 06:18:00,1512.0 -37617,sell_compound_top3,sell,2025-08-14 07:12:00,1517.0 -37618,sell_compound_top3,sell,2025-08-14 07:15:00,1516.0 -37619,sell_compound_top3,sell,2025-08-14 07:18:00,1515.0 -37620,sell_compound_top3,sell,2025-08-14 08:00:00,1536.0 -37621,sell_compound_top3,sell,2025-08-14 08:03:00,1545.0 -37622,sell_compound_top3,sell,2025-08-14 08:15:00,1550.0 -37623,sell_compound_top3,sell,2025-08-14 08:18:00,1549.0 -37624,sell_compound_top3,sell,2025-08-14 12:21:00,1544.0 -37625,sell_compound_top3,sell,2025-08-14 12:24:00,1543.0 -37626,sell_compound_top3,sell,2025-08-15 04:21:00,1404.0 -37627,sell_compound_top3,sell,2025-08-15 04:24:00,1403.0 -37628,sell_compound_top3,sell,2025-08-15 09:12:00,1401.0 -37629,sell_compound_top3,sell,2025-08-15 09:15:00,1400.0 -37630,sell_compound_top3,sell,2025-08-15 09:18:00,1398.0 -37631,sell_compound_top3,sell,2025-08-15 10:36:00,1404.0 -37632,sell_compound_top3,sell,2025-08-15 10:39:00,1410.0 -37633,sell_compound_top3,sell,2025-08-15 10:45:00,1410.0 -37634,sell_compound_top3,sell,2025-08-15 10:48:00,1411.0 -37635,sell_compound_top3,sell,2025-08-15 10:51:00,1411.0 -37636,sell_compound_top3,sell,2025-08-15 10:54:00,1411.0 -37637,sell_compound_top3,sell,2025-08-15 10:57:00,1412.0 -37638,sell_compound_top3,sell,2025-08-15 15:15:00,1409.0 -37639,sell_compound_top3,sell,2025-08-15 15:18:00,1407.0 -37640,sell_compound_top3,sell,2025-08-15 15:30:00,1413.0 -37641,sell_compound_top3,sell,2025-08-15 15:33:00,1415.0 -37642,sell_compound_top3,sell,2025-08-15 15:36:00,1414.0 -37643,sell_compound_top3,sell,2025-08-15 15:39:00,1414.0 -37644,sell_compound_top3,sell,2025-08-15 15:42:00,1415.0 -37645,sell_compound_top3,sell,2025-08-16 06:12:00,1360.0 -37646,sell_compound_top3,sell,2025-08-16 06:21:00,1361.0 -37647,sell_compound_top3,sell,2025-08-16 06:24:00,1363.0 -37648,sell_compound_top3,sell,2025-08-16 06:30:00,1364.0 -37649,sell_compound_top3,sell,2025-08-16 06:33:00,1365.0 -37650,sell_compound_top3,sell,2025-08-16 06:36:00,1367.0 -37651,sell_compound_top3,sell,2025-08-16 06:39:00,1366.0 -37652,sell_compound_top3,sell,2025-08-16 06:42:00,1367.0 -37653,sell_compound_top3,sell,2025-08-16 06:45:00,1367.0 -37654,sell_compound_top3,sell,2025-08-16 06:48:00,1369.0 -37655,sell_compound_top3,sell,2025-08-16 06:51:00,1370.0 -37656,sell_compound_top3,sell,2025-08-16 06:54:00,1370.0 -37657,sell_compound_top3,sell,2025-08-16 06:57:00,1371.0 -37658,sell_compound_top3,sell,2025-08-16 07:00:00,1372.0 -37659,sell_compound_top3,sell,2025-08-16 07:03:00,1373.0 -37660,sell_compound_top3,sell,2025-08-16 07:06:00,1372.0 -37661,sell_compound_top3,sell,2025-08-16 07:09:00,1373.0 -37662,sell_compound_top3,sell,2025-08-16 07:21:00,1372.0 -37663,sell_compound_top3,sell,2025-08-16 07:24:00,1374.0 -37664,sell_compound_top3,sell,2025-08-16 07:27:00,1375.0 -37665,sell_compound_top3,sell,2025-08-16 07:30:00,1376.0 -37666,sell_compound_top3,sell,2025-08-16 07:33:00,1379.0 -37667,sell_compound_top3,sell,2025-08-16 07:45:00,1383.0 -37668,sell_compound_top3,sell,2025-08-16 07:48:00,1385.0 -37669,sell_compound_top3,sell,2025-08-16 09:42:00,1389.0 -37670,sell_compound_top3,sell,2025-08-16 09:45:00,1389.0 -37671,sell_compound_top3,sell,2025-08-16 09:48:00,1390.0 -37672,sell_compound_top3,sell,2025-08-16 09:57:00,1389.0 -37673,sell_compound_top3,sell,2025-08-16 22:15:00,1368.0 -37674,sell_compound_top3,sell,2025-08-16 22:18:00,1369.0 -37675,sell_compound_top3,sell,2025-08-16 22:21:00,1370.0 -37676,sell_compound_top3,sell,2025-08-16 22:24:00,1369.0 -37677,sell_compound_top3,sell,2025-08-16 22:27:00,1369.0 -37678,sell_compound_top3,sell,2025-08-16 22:30:00,1368.0 -37679,sell_compound_top3,sell,2025-08-16 22:33:00,1367.0 -37680,sell_compound_top3,sell,2025-08-16 23:51:00,1369.0 -37681,sell_compound_top3,sell,2025-08-16 23:54:00,1370.0 -37682,sell_compound_top3,sell,2025-08-16 23:57:00,1372.0 -37683,sell_compound_top3,sell,2025-08-17 00:00:00,1371.0 -37684,sell_compound_top3,sell,2025-08-17 00:03:00,1372.0 -37685,sell_compound_top3,sell,2025-08-17 00:06:00,1374.0 -37686,sell_compound_top3,sell,2025-08-17 00:09:00,1372.0 -37687,sell_compound_top3,sell,2025-08-17 00:12:00,1371.0 -37688,sell_compound_top3,sell,2025-08-17 00:15:00,1373.0 -37689,sell_compound_top3,sell,2025-08-17 00:18:00,1376.0 -37690,sell_compound_top3,sell,2025-08-17 00:21:00,1376.0 -37691,sell_compound_top3,sell,2025-08-17 00:24:00,1377.0 -37692,sell_compound_top3,sell,2025-08-17 00:27:00,1377.0 -37693,sell_compound_top3,sell,2025-08-17 00:30:00,1380.0 -37694,sell_compound_top3,sell,2025-08-17 00:33:00,1381.0 -37695,sell_compound_top3,sell,2025-08-17 00:36:00,1380.0 -37696,sell_compound_top3,sell,2025-08-17 00:39:00,1377.0 -37697,sell_compound_top3,sell,2025-08-17 07:21:00,1387.0 -37698,sell_compound_top3,sell,2025-08-17 07:24:00,1387.0 -37699,sell_compound_top3,sell,2025-08-17 07:27:00,1389.0 -37700,sell_compound_top3,sell,2025-08-17 07:45:00,1396.0 -37701,sell_compound_top3,sell,2025-08-17 07:48:00,1398.0 -37702,sell_compound_top3,sell,2025-08-17 07:51:00,1398.0 -37703,sell_compound_top3,sell,2025-08-17 07:54:00,1400.0 -37704,sell_compound_top3,sell,2025-08-17 07:57:00,1400.0 -37705,sell_compound_top3,sell,2025-08-17 08:00:00,1399.0 -37706,sell_compound_top3,sell,2025-08-17 08:03:00,1400.0 -37707,sell_compound_top3,sell,2025-08-17 08:06:00,1398.0 -37708,sell_compound_top3,sell,2025-08-17 08:09:00,1398.0 -37709,sell_compound_top3,sell,2025-08-17 12:42:00,1394.0 -37710,sell_compound_top3,sell,2025-08-17 13:42:00,1396.0 -37711,sell_compound_top3,sell,2025-08-17 14:00:00,1398.0 -37712,sell_compound_top3,sell,2025-08-17 14:03:00,1398.0 -37713,sell_compound_top3,sell,2025-08-17 14:06:00,1398.0 -37714,sell_compound_top3,sell,2025-08-17 14:09:00,1398.0 -37715,sell_compound_top3,sell,2025-08-17 14:12:00,1401.0 -37716,sell_compound_top3,sell,2025-08-17 14:21:00,1400.0 -37717,sell_compound_top3,sell,2025-08-17 14:24:00,1399.0 -37718,sell_compound_top3,sell,2025-08-17 17:42:00,1396.0 -37719,sell_compound_top3,sell,2025-08-17 20:51:00,1403.0 -37720,sell_compound_top3,sell,2025-08-17 20:54:00,1402.0 -37721,sell_compound_top3,sell,2025-08-17 21:00:00,1404.0 -37722,sell_compound_top3,sell,2025-08-17 21:03:00,1403.0 -37723,sell_compound_top3,sell,2025-08-17 21:12:00,1402.0 -37724,sell_compound_top3,sell,2025-08-17 22:51:00,1403.0 -37725,sell_compound_top3,sell,2025-08-17 22:54:00,1402.0 -37726,sell_compound_top3,sell,2025-08-17 23:42:00,1409.0 -37727,sell_compound_top3,sell,2025-08-17 23:45:00,1408.0 -37728,sell_compound_top3,sell,2025-08-17 23:48:00,1407.0 -37729,sell_compound_top3,sell,2025-08-17 23:51:00,1406.0 -37730,sell_compound_top3,sell,2025-08-17 23:54:00,1407.0 -37731,sell_compound_top3,sell,2025-08-17 23:57:00,1406.0 -37732,sell_compound_top3,sell,2025-08-18 00:00:00,1408.0 -37733,sell_compound_top3,sell,2025-08-18 00:03:00,1409.0 -37734,sell_compound_top3,sell,2025-08-18 00:57:00,1422.0 -37735,sell_compound_top3,sell,2025-08-18 07:42:00,1406.0 -37736,sell_compound_top3,sell,2025-08-18 07:51:00,1407.0 -37737,sell_compound_top3,sell,2025-08-18 07:54:00,1407.0 -37738,sell_compound_top3,sell,2025-08-18 18:57:00,1340.0 -37739,sell_compound_top3,sell,2025-08-18 19:00:00,1339.0 -37740,sell_compound_top3,sell,2025-08-18 19:03:00,1339.0 -37741,sell_compound_top3,sell,2025-08-19 02:27:00,1337.0 -37742,sell_compound_top3,sell,2025-08-19 02:42:00,1344.0 -37743,sell_compound_top3,sell,2025-08-19 06:30:00,1339.0 -37744,sell_compound_top3,sell,2025-08-19 06:33:00,1337.0 -37745,sell_compound_top3,sell,2025-08-19 07:15:00,1348.0 -37746,sell_compound_top3,sell,2025-08-19 07:18:00,1348.0 -37747,sell_compound_top3,sell,2025-08-19 07:21:00,1346.0 -37748,sell_compound_top3,sell,2025-08-19 07:24:00,1348.0 -37749,sell_compound_top3,sell,2025-08-19 07:27:00,1347.0 -37750,sell_compound_top3,sell,2025-08-19 18:00:00,1302.0 -37751,sell_compound_top3,sell,2025-08-19 18:03:00,1305.0 -37752,sell_compound_top3,sell,2025-08-19 18:15:00,1311.0 -37753,sell_compound_top3,sell,2025-08-19 18:18:00,1310.0 -37754,sell_compound_top3,sell,2025-08-19 18:21:00,1311.0 -37755,sell_compound_top3,sell,2025-08-19 18:24:00,1313.0 -37756,sell_compound_top3,sell,2025-08-19 18:27:00,1313.0 -37757,sell_compound_top3,sell,2025-08-19 18:30:00,1314.0 -37758,sell_compound_top3,sell,2025-08-19 18:33:00,1317.0 -37759,sell_compound_top3,sell,2025-08-19 18:36:00,1315.0 -37760,sell_compound_top3,sell,2025-08-19 18:39:00,1314.0 -37761,sell_compound_top3,sell,2025-08-19 19:30:00,1316.0 -37762,sell_compound_top3,sell,2025-08-19 19:33:00,1314.0 -37763,sell_compound_top3,sell,2025-08-19 19:45:00,1318.0 -37764,sell_compound_top3,sell,2025-08-19 19:48:00,1318.0 -37765,sell_compound_top3,sell,2025-08-20 11:21:00,1272.0 -37766,sell_compound_top3,sell,2025-08-20 11:24:00,1273.0 -37767,sell_compound_top3,sell,2025-08-20 11:27:00,1274.0 -37768,sell_compound_top3,sell,2025-08-20 13:30:00,1286.0 -37769,sell_compound_top3,sell,2025-08-20 13:33:00,1287.0 -37770,sell_compound_top3,sell,2025-08-20 13:36:00,1287.0 -37771,sell_compound_top3,sell,2025-08-20 13:39:00,1286.0 -37772,sell_compound_top3,sell,2025-08-20 14:42:00,1288.0 -37773,sell_compound_top3,sell,2025-08-20 15:06:00,1291.0 -37774,sell_compound_top3,sell,2025-08-20 15:09:00,1289.0 -37775,sell_compound_top3,sell,2025-08-20 15:42:00,1292.0 -37776,sell_compound_top3,sell,2025-08-20 16:12:00,1294.0 -37777,sell_compound_top3,sell,2025-08-20 16:30:00,1294.0 -37778,sell_compound_top3,sell,2025-08-20 16:33:00,1295.0 -37779,sell_compound_top3,sell,2025-08-20 16:42:00,1297.0 -37780,sell_compound_top3,sell,2025-08-20 16:45:00,1295.0 -37781,sell_compound_top3,sell,2025-08-20 16:48:00,1298.0 -37782,sell_compound_top3,sell,2025-08-20 16:51:00,1296.0 -37783,sell_compound_top3,sell,2025-08-20 16:54:00,1297.0 -37784,sell_compound_top3,sell,2025-08-20 17:27:00,1299.0 -37785,sell_compound_top3,sell,2025-08-20 17:51:00,1307.0 -37786,sell_compound_top3,sell,2025-08-20 17:54:00,1307.0 -37787,sell_compound_top3,sell,2025-08-20 18:06:00,1309.0 -37788,sell_compound_top3,sell,2025-08-20 18:09:00,1311.0 -37789,sell_compound_top3,sell,2025-08-20 18:12:00,1310.0 -37790,sell_compound_top3,sell,2025-08-20 18:21:00,1314.0 -37791,sell_compound_top3,sell,2025-08-20 18:24:00,1313.0 -37792,sell_compound_top3,sell,2025-08-20 18:42:00,1312.0 -37793,sell_compound_top3,sell,2025-08-20 18:45:00,1314.0 -37794,sell_compound_top3,sell,2025-08-20 18:48:00,1318.0 -37795,sell_compound_top3,sell,2025-08-20 19:21:00,1313.0 -37796,sell_compound_top3,sell,2025-08-20 19:24:00,1312.0 -37797,sell_compound_top3,sell,2025-08-21 00:15:00,1316.0 -37798,sell_compound_top3,sell,2025-08-21 00:18:00,1320.0 -37799,sell_compound_top3,sell,2025-08-21 00:21:00,1320.0 -37800,sell_compound_top3,sell,2025-08-21 00:24:00,1319.0 -37801,sell_compound_top3,sell,2025-08-21 00:27:00,1318.0 -37802,sell_compound_top3,sell,2025-08-21 00:30:00,1318.0 -37803,sell_compound_top3,sell,2025-08-21 00:33:00,1319.0 -37804,sell_compound_top3,sell,2025-08-21 00:36:00,1316.0 -37805,sell_compound_top3,sell,2025-08-21 00:39:00,1318.0 -37806,sell_compound_top3,sell,2025-08-21 01:15:00,1320.0 -37807,sell_compound_top3,sell,2025-08-21 01:18:00,1324.0 -37808,sell_compound_top3,sell,2025-08-21 01:21:00,1326.0 -37809,sell_compound_top3,sell,2025-08-21 01:24:00,1324.0 -37810,sell_compound_top3,sell,2025-08-21 01:27:00,1325.0 -37811,sell_compound_top3,sell,2025-08-21 01:30:00,1329.0 -37812,sell_compound_top3,sell,2025-08-21 01:33:00,1321.0 -37813,sell_compound_top3,sell,2025-08-21 04:30:00,1325.0 -37814,sell_compound_top3,sell,2025-08-21 04:33:00,1325.0 -37815,sell_compound_top3,sell,2025-08-21 04:57:00,1329.0 -37816,sell_compound_top3,sell,2025-08-21 05:00:00,1329.0 -37817,sell_compound_top3,sell,2025-08-21 05:03:00,1329.0 -37818,sell_compound_top3,sell,2025-08-21 05:06:00,1335.0 -37819,sell_compound_top3,sell,2025-08-21 05:09:00,1331.0 -37820,sell_compound_top3,sell,2025-08-21 05:12:00,1331.0 -37821,sell_compound_top3,sell,2025-08-21 06:12:00,1333.0 -37822,sell_compound_top3,sell,2025-08-21 07:15:00,1336.0 -37823,sell_compound_top3,sell,2025-08-21 07:18:00,1336.0 -37824,sell_compound_top3,sell,2025-08-21 07:27:00,1339.0 -37825,sell_compound_top3,sell,2025-08-21 07:30:00,1337.0 -37826,sell_compound_top3,sell,2025-08-21 07:33:00,1338.0 -37827,sell_compound_top3,sell,2025-08-21 07:45:00,1339.0 -37828,sell_compound_top3,sell,2025-08-21 07:48:00,1339.0 -37829,sell_compound_top3,sell,2025-08-21 07:51:00,1341.0 -37830,sell_compound_top3,sell,2025-08-21 07:54:00,1340.0 -37831,sell_compound_top3,sell,2025-08-21 07:57:00,1342.0 -37832,sell_compound_top3,sell,2025-08-21 08:00:00,1340.0 -37833,sell_compound_top3,sell,2025-08-21 08:03:00,1341.0 -37834,sell_compound_top3,sell,2025-08-21 08:06:00,1341.0 -37835,sell_compound_top3,sell,2025-08-21 08:09:00,1343.0 -37836,sell_compound_top3,sell,2025-08-21 12:12:00,1342.0 -37837,sell_compound_top3,sell,2025-08-21 23:27:00,1315.0 -37838,sell_compound_top3,sell,2025-08-22 02:45:00,1302.0 -37839,sell_compound_top3,sell,2025-08-22 02:48:00,1304.0 -37840,sell_compound_top3,sell,2025-08-22 02:51:00,1304.0 -37841,sell_compound_top3,sell,2025-08-22 02:54:00,1304.0 -37842,sell_compound_top3,sell,2025-08-22 02:57:00,1305.0 -37843,sell_compound_top3,sell,2025-08-22 03:00:00,1306.0 -37844,sell_compound_top3,sell,2025-08-22 03:03:00,1306.0 -37845,sell_compound_top3,sell,2025-08-22 03:06:00,1306.0 -37846,sell_compound_top3,sell,2025-08-22 03:09:00,1306.0 -37847,sell_compound_top3,sell,2025-08-22 03:21:00,1308.0 -37848,sell_compound_top3,sell,2025-08-22 03:24:00,1306.0 -37849,sell_compound_top3,sell,2025-08-22 03:27:00,1311.0 -37850,sell_compound_top3,sell,2025-08-22 04:06:00,1312.0 -37851,sell_compound_top3,sell,2025-08-22 04:09:00,1314.0 -37852,sell_compound_top3,sell,2025-08-22 06:30:00,1312.0 -37853,sell_compound_top3,sell,2025-08-22 06:33:00,1311.0 -37854,sell_compound_top3,sell,2025-08-22 06:36:00,1314.0 -37855,sell_compound_top3,sell,2025-08-22 06:39:00,1312.0 -37856,sell_compound_top3,sell,2025-08-22 06:42:00,1313.0 -37857,sell_compound_top3,sell,2025-08-22 07:15:00,1317.0 -37858,sell_compound_top3,sell,2025-08-22 07:18:00,1316.0 -37859,sell_compound_top3,sell,2025-08-22 07:21:00,1317.0 -37860,sell_compound_top3,sell,2025-08-22 07:24:00,1318.0 -37861,sell_compound_top3,sell,2025-08-22 07:30:00,1318.0 -37862,sell_compound_top3,sell,2025-08-22 07:33:00,1319.0 -37863,sell_compound_top3,sell,2025-08-22 07:36:00,1315.0 -37864,sell_compound_top3,sell,2025-08-22 07:39:00,1315.0 -37865,sell_compound_top3,sell,2025-08-22 07:51:00,1318.0 -37866,sell_compound_top3,sell,2025-08-22 07:54:00,1317.0 -37867,sell_compound_top3,sell,2025-08-22 07:57:00,1320.0 -37868,sell_compound_top3,sell,2025-08-22 11:21:00,1318.0 -37869,sell_compound_top3,sell,2025-08-22 11:24:00,1319.0 -37870,sell_compound_top3,sell,2025-08-22 11:30:00,1320.0 -37871,sell_compound_top3,sell,2025-08-22 11:33:00,1318.0 -37872,sell_compound_top3,sell,2025-08-22 17:15:00,1310.0 -37873,sell_compound_top3,sell,2025-08-22 17:18:00,1311.0 -37874,sell_compound_top3,sell,2025-08-22 17:21:00,1312.0 -37875,sell_compound_top3,sell,2025-08-22 17:24:00,1310.0 -37876,sell_compound_top3,sell,2025-08-22 17:27:00,1307.0 -37877,sell_compound_top3,sell,2025-08-22 23:21:00,1338.0 -37878,sell_compound_top3,sell,2025-08-22 23:24:00,1332.0 -37879,sell_compound_top3,sell,2025-08-22 23:27:00,1341.0 -37880,sell_compound_top3,sell,2025-08-22 23:30:00,1340.0 -37881,sell_compound_top3,sell,2025-08-22 23:33:00,1348.0 -37882,sell_compound_top3,sell,2025-08-22 23:36:00,1354.0 -37883,sell_compound_top3,sell,2025-08-22 23:39:00,1353.0 -37884,sell_compound_top3,sell,2025-08-22 23:42:00,1357.0 -37885,sell_compound_top3,sell,2025-08-22 23:45:00,1354.0 -37886,sell_compound_top3,sell,2025-08-22 23:48:00,1362.0 -37887,sell_compound_top3,sell,2025-08-22 23:51:00,1362.0 -37888,sell_compound_top3,sell,2025-08-22 23:54:00,1364.0 -37889,sell_compound_top3,sell,2025-08-23 00:42:00,1371.0 -37890,sell_compound_top3,sell,2025-08-23 02:12:00,1399.0 -37891,sell_compound_top3,sell,2025-08-23 02:15:00,1404.0 -37892,sell_compound_top3,sell,2025-08-23 02:18:00,1403.0 -37893,sell_compound_top3,sell,2025-08-23 02:21:00,1402.0 -37894,sell_compound_top3,sell,2025-08-23 02:24:00,1405.0 -37895,sell_compound_top3,sell,2025-08-23 02:27:00,1403.0 -37896,sell_compound_top3,sell,2025-08-23 02:30:00,1406.0 -37897,sell_compound_top3,sell,2025-08-23 02:33:00,1402.0 -37898,sell_compound_top3,sell,2025-08-23 03:12:00,1407.0 -37899,sell_compound_top3,sell,2025-08-23 03:51:00,1410.0 -37900,sell_compound_top3,sell,2025-08-23 03:54:00,1408.0 -37901,sell_compound_top3,sell,2025-08-23 03:57:00,1411.0 -37902,sell_compound_top3,sell,2025-08-23 04:12:00,1410.0 -37903,sell_compound_top3,sell,2025-08-23 04:15:00,1413.0 -37904,sell_compound_top3,sell,2025-08-23 04:18:00,1413.0 -37905,sell_compound_top3,sell,2025-08-23 05:00:00,1415.0 -37906,sell_compound_top3,sell,2025-08-23 05:03:00,1413.0 -37907,sell_compound_top3,sell,2025-08-23 06:51:00,1416.0 -37908,sell_compound_top3,sell,2025-08-23 06:54:00,1414.0 -37909,sell_compound_top3,sell,2025-08-23 14:00:00,1402.0 -37910,sell_compound_top3,sell,2025-08-23 14:03:00,1403.0 -37911,sell_compound_top3,sell,2025-08-23 14:06:00,1401.0 -37912,sell_compound_top3,sell,2025-08-23 14:09:00,1401.0 -37913,sell_compound_top3,sell,2025-08-23 14:12:00,1401.0 -37914,sell_compound_top3,sell,2025-08-23 14:15:00,1402.0 -37915,sell_compound_top3,sell,2025-08-23 14:18:00,1407.0 -37916,sell_compound_top3,sell,2025-08-23 14:21:00,1409.0 -37917,sell_compound_top3,sell,2025-08-23 14:24:00,1409.0 -37918,sell_compound_top3,sell,2025-08-23 14:27:00,1414.0 -37919,sell_compound_top3,sell,2025-08-23 14:30:00,1411.0 -37920,sell_compound_top3,sell,2025-08-23 14:33:00,1414.0 -37921,sell_compound_top3,sell,2025-08-23 14:36:00,1414.0 -37922,sell_compound_top3,sell,2025-08-23 14:39:00,1413.0 -37923,sell_compound_top3,sell,2025-08-23 15:06:00,1417.0 -37924,sell_compound_top3,sell,2025-08-23 15:09:00,1416.0 -37925,sell_compound_top3,sell,2025-08-23 19:00:00,1406.0 -37926,sell_compound_top3,sell,2025-08-23 19:03:00,1406.0 -37927,sell_compound_top3,sell,2025-08-23 21:27:00,1405.0 -37928,sell_compound_top3,sell,2025-08-23 22:30:00,1407.0 -37929,sell_compound_top3,sell,2025-08-23 22:33:00,1405.0 -37930,sell_compound_top3,sell,2025-08-24 00:42:00,1408.0 -37931,sell_compound_top3,sell,2025-08-24 00:45:00,1407.0 -37932,sell_compound_top3,sell,2025-08-24 00:48:00,1407.0 -37933,sell_compound_top3,sell,2025-08-24 00:51:00,1408.0 -37934,sell_compound_top3,sell,2025-08-24 00:54:00,1406.0 -37935,sell_compound_top3,sell,2025-08-24 02:12:00,1407.0 -37936,sell_compound_top3,sell,2025-08-24 04:27:00,1402.0 -37937,sell_compound_top3,sell,2025-08-24 05:06:00,1412.0 -37938,sell_compound_top3,sell,2025-08-24 05:09:00,1409.0 -37939,sell_compound_top3,sell,2025-08-24 22:15:00,1340.0 -37940,sell_compound_top3,sell,2025-08-24 22:18:00,1341.0 -37941,sell_compound_top3,sell,2025-08-24 22:36:00,1346.0 -37942,sell_compound_top3,sell,2025-08-24 22:39:00,1344.0 -37943,sell_compound_top3,sell,2025-08-24 23:51:00,1344.0 -37944,sell_compound_top3,sell,2025-08-24 23:54:00,1347.0 -37945,sell_compound_top3,sell,2025-08-24 23:57:00,1345.0 -37946,sell_compound_top3,sell,2025-08-25 00:00:00,1345.0 -37947,sell_compound_top3,sell,2025-08-25 00:03:00,1343.0 -37948,sell_compound_top3,sell,2025-08-25 00:27:00,1358.0 -37949,sell_compound_top3,sell,2025-08-25 00:30:00,1355.0 -37950,sell_compound_top3,sell,2025-08-25 00:33:00,1358.0 -37951,sell_compound_top3,sell,2025-08-25 02:21:00,1359.0 -37952,sell_compound_top3,sell,2025-08-25 02:24:00,1361.0 -37953,sell_compound_top3,sell,2025-08-25 02:30:00,1362.0 -37954,sell_compound_top3,sell,2025-08-25 02:33:00,1361.0 -37955,sell_compound_top3,sell,2025-08-25 02:36:00,1361.0 -37956,sell_compound_top3,sell,2025-08-25 02:39:00,1362.0 -37957,sell_compound_top3,sell,2025-08-25 02:42:00,1367.0 -37958,sell_compound_top3,sell,2025-08-25 02:57:00,1370.0 -37959,sell_compound_top3,sell,2025-08-25 03:12:00,1376.0 -37960,sell_compound_top3,sell,2025-08-25 03:15:00,1381.0 -37961,sell_compound_top3,sell,2025-08-25 03:18:00,1381.0 -37962,sell_compound_top3,sell,2025-08-25 03:45:00,1404.0 -37963,sell_compound_top3,sell,2025-08-25 03:48:00,1408.0 -37964,sell_compound_top3,sell,2025-08-25 03:51:00,1400.0 -37965,sell_compound_top3,sell,2025-08-25 03:54:00,1402.0 -37966,sell_compound_top3,sell,2025-08-25 04:06:00,1405.0 -37967,sell_compound_top3,sell,2025-08-25 04:09:00,1408.0 -37968,sell_compound_top3,sell,2025-08-25 04:12:00,1412.0 -37969,sell_compound_top3,sell,2025-08-25 04:15:00,1410.0 -37970,sell_compound_top3,sell,2025-08-25 04:18:00,1411.0 -37971,sell_compound_top3,sell,2025-08-25 04:21:00,1412.0 -37972,sell_compound_top3,sell,2025-08-25 04:24:00,1416.0 -37973,sell_compound_top3,sell,2025-08-25 11:42:00,1356.0 -37974,sell_compound_top3,sell,2025-08-25 11:45:00,1354.0 -37975,sell_compound_top3,sell,2025-08-25 11:48:00,1359.0 -37976,sell_compound_top3,sell,2025-08-25 11:51:00,1360.0 -37977,sell_compound_top3,sell,2025-08-25 11:54:00,1362.0 -37978,sell_compound_top3,sell,2025-08-25 11:57:00,1364.0 -37979,sell_compound_top3,sell,2025-08-25 12:00:00,1361.0 -37980,sell_compound_top3,sell,2025-08-25 12:03:00,1360.0 -37981,sell_compound_top3,sell,2025-08-26 08:51:00,1250.0 -37982,sell_compound_top3,sell,2025-08-26 08:54:00,1248.0 -37983,sell_compound_top3,sell,2025-08-26 09:06:00,1255.0 -37984,sell_compound_top3,sell,2025-08-26 09:09:00,1255.0 -37985,sell_compound_top3,sell,2025-08-26 09:42:00,1277.0 -37986,sell_compound_top3,sell,2025-08-26 09:45:00,1280.0 -37987,sell_compound_top3,sell,2025-08-26 09:48:00,1274.0 -37988,sell_compound_top3,sell,2025-08-26 16:45:00,1264.0 -37989,sell_compound_top3,sell,2025-08-26 16:48:00,1266.0 -37990,sell_compound_top3,sell,2025-08-26 16:57:00,1264.0 -37991,sell_compound_top3,sell,2025-08-26 19:51:00,1265.0 -37992,sell_compound_top3,sell,2025-08-26 19:54:00,1264.0 -37993,sell_compound_top3,sell,2025-08-26 22:00:00,1283.0 -37994,sell_compound_top3,sell,2025-08-26 22:03:00,1278.0 -37995,sell_compound_top3,sell,2025-08-27 01:12:00,1288.0 -37996,sell_compound_top3,sell,2025-08-27 01:21:00,1288.0 -37997,sell_compound_top3,sell,2025-08-27 01:24:00,1288.0 -37998,sell_compound_top3,sell,2025-08-27 01:51:00,1293.0 -37999,sell_compound_top3,sell,2025-08-27 01:54:00,1288.0 -38000,sell_compound_top3,sell,2025-08-27 02:00:00,1296.0 -38001,sell_compound_top3,sell,2025-08-27 02:03:00,1293.0 -38002,sell_compound_top3,sell,2025-08-27 02:06:00,1295.0 -38003,sell_compound_top3,sell,2025-08-27 02:09:00,1295.0 -38004,sell_compound_top3,sell,2025-08-27 02:30:00,1300.0 -38005,sell_compound_top3,sell,2025-08-27 02:33:00,1298.0 -38006,sell_compound_top3,sell,2025-08-27 03:06:00,1299.0 -38007,sell_compound_top3,sell,2025-08-27 03:09:00,1301.0 -38008,sell_compound_top3,sell,2025-08-27 03:12:00,1304.0 -38009,sell_compound_top3,sell,2025-08-27 03:15:00,1301.0 -38010,sell_compound_top3,sell,2025-08-27 03:18:00,1303.0 -38011,sell_compound_top3,sell,2025-08-27 03:21:00,1301.0 -38012,sell_compound_top3,sell,2025-08-27 03:24:00,1303.0 -38013,sell_compound_top3,sell,2025-08-27 03:27:00,1305.0 -38014,sell_compound_top3,sell,2025-08-27 03:30:00,1305.0 -38015,sell_compound_top3,sell,2025-08-27 03:33:00,1303.0 -38016,sell_compound_top3,sell,2025-08-27 03:36:00,1305.0 -38017,sell_compound_top3,sell,2025-08-27 03:39:00,1305.0 -38018,sell_compound_top3,sell,2025-08-27 03:42:00,1305.0 -38019,sell_compound_top3,sell,2025-08-27 04:30:00,1307.0 -38020,sell_compound_top3,sell,2025-08-27 04:33:00,1307.0 -38021,sell_compound_top3,sell,2025-08-27 04:36:00,1308.0 -38022,sell_compound_top3,sell,2025-08-27 04:39:00,1308.0 -38023,sell_compound_top3,sell,2025-08-27 04:42:00,1310.0 -38024,sell_compound_top3,sell,2025-08-27 05:06:00,1316.0 -38025,sell_compound_top3,sell,2025-08-27 05:09:00,1320.0 -38026,sell_compound_top3,sell,2025-08-27 05:12:00,1321.0 -38027,sell_compound_top3,sell,2025-08-27 05:21:00,1321.0 -38028,sell_compound_top3,sell,2025-08-27 05:24:00,1322.0 -38029,sell_compound_top3,sell,2025-08-27 05:27:00,1322.0 -38030,sell_compound_top3,sell,2025-08-27 05:30:00,1324.0 -38031,sell_compound_top3,sell,2025-08-27 05:33:00,1323.0 -38032,sell_compound_top3,sell,2025-08-27 05:42:00,1324.0 -38033,sell_compound_top3,sell,2025-08-27 05:45:00,1326.0 -38034,sell_compound_top3,sell,2025-08-27 05:48:00,1323.0 -38035,sell_compound_top3,sell,2025-08-27 05:51:00,1329.0 -38036,sell_compound_top3,sell,2025-08-27 05:54:00,1333.0 -38037,sell_compound_top3,sell,2025-08-27 05:57:00,1332.0 -38038,sell_compound_top3,sell,2025-08-27 08:00:00,1332.0 -38039,sell_compound_top3,sell,2025-08-27 08:03:00,1332.0 -38040,sell_compound_top3,sell,2025-08-27 08:12:00,1333.0 -38041,sell_compound_top3,sell,2025-08-27 09:00:00,1334.0 -38042,sell_compound_top3,sell,2025-08-27 09:03:00,1334.0 -38043,sell_compound_top3,sell,2025-08-27 13:21:00,1345.0 -38044,sell_compound_top3,sell,2025-08-27 13:24:00,1340.0 -38045,sell_compound_top3,sell,2025-08-27 20:21:00,1323.0 -38046,sell_compound_top3,sell,2025-08-27 20:24:00,1320.0 -38047,sell_compound_top3,sell,2025-08-27 23:42:00,1328.0 -38048,sell_compound_top3,sell,2025-08-28 05:36:00,1330.0 -38049,sell_compound_top3,sell,2025-08-28 05:39:00,1329.0 -38050,sell_compound_top3,sell,2025-08-28 05:42:00,1326.0 -38051,sell_compound_top3,sell,2025-08-28 05:45:00,1331.0 -38052,sell_compound_top3,sell,2025-08-28 05:48:00,1328.0 -38053,sell_compound_top3,sell,2025-08-28 06:00:00,1332.0 -38054,sell_compound_top3,sell,2025-08-28 06:03:00,1328.0 -38055,sell_compound_top3,sell,2025-08-28 13:42:00,1318.0 -38056,sell_compound_top3,sell,2025-08-28 14:00:00,1323.0 -38057,sell_compound_top3,sell,2025-08-28 14:03:00,1328.0 -38058,sell_compound_top3,sell,2025-08-28 17:15:00,1328.0 -38059,sell_compound_top3,sell,2025-08-28 17:18:00,1326.0 -38060,sell_compound_top3,sell,2025-08-28 21:12:00,1322.0 -38061,sell_compound_top3,sell,2025-08-28 23:06:00,1328.0 -38062,sell_compound_top3,sell,2025-08-28 23:09:00,1324.0 -38063,sell_compound_top3,sell,2025-08-28 23:42:00,1331.0 -38064,sell_compound_top3,sell,2025-08-28 23:45:00,1330.0 -38065,sell_compound_top3,sell,2025-08-28 23:48:00,1332.0 -38066,sell_compound_top3,sell,2025-08-28 23:51:00,1329.0 -38067,sell_compound_top3,sell,2025-08-28 23:54:00,1333.0 -38068,sell_compound_top3,sell,2025-08-28 23:57:00,1334.0 -38069,sell_compound_top3,sell,2025-08-29 00:00:00,1332.0 -38070,sell_compound_top3,sell,2025-08-29 00:03:00,1337.0 -38071,sell_compound_top3,sell,2025-08-29 00:06:00,1333.0 -38072,sell_compound_top3,sell,2025-08-29 00:09:00,1332.0 -38073,sell_compound_top3,sell,2025-08-29 00:15:00,1333.0 -38074,sell_compound_top3,sell,2025-08-29 00:18:00,1338.0 -38075,sell_compound_top3,sell,2025-08-29 00:36:00,1338.0 -38076,sell_compound_top3,sell,2025-08-29 00:39:00,1335.0 -38077,sell_compound_top3,sell,2025-08-29 06:30:00,1326.0 -38078,sell_compound_top3,sell,2025-08-29 06:33:00,1325.0 -38079,sell_compound_top3,sell,2025-08-29 06:36:00,1327.0 -38080,sell_compound_top3,sell,2025-08-29 06:39:00,1324.0 -38081,sell_compound_top3,sell,2025-08-29 07:06:00,1331.0 -38082,sell_compound_top3,sell,2025-08-29 07:09:00,1335.0 -38083,sell_compound_top3,sell,2025-08-29 07:15:00,1334.0 -38084,sell_compound_top3,sell,2025-08-29 07:18:00,1335.0 -38085,sell_compound_top3,sell,2025-08-29 07:42:00,1340.0 -38086,sell_compound_top3,sell,2025-08-29 13:00:00,1335.0 -38087,sell_compound_top3,sell,2025-08-29 13:03:00,1334.0 -38088,sell_compound_top3,sell,2025-08-29 13:27:00,1336.0 -38089,sell_compound_top3,sell,2025-08-29 13:30:00,1337.0 -38090,sell_compound_top3,sell,2025-08-29 13:33:00,1335.0 -38091,sell_compound_top3,sell,2025-08-29 19:30:00,1294.0 -38092,sell_compound_top3,sell,2025-08-29 19:33:00,1290.0 -38093,sell_compound_top3,sell,2025-08-29 21:51:00,1301.0 -38094,sell_compound_top3,sell,2025-08-29 21:54:00,1301.0 -38095,sell_compound_top3,sell,2025-08-29 21:57:00,1297.0 -38096,sell_compound_top3,sell,2025-08-30 04:51:00,1268.0 -38097,sell_compound_top3,sell,2025-08-30 04:54:00,1268.0 -38098,sell_compound_top3,sell,2025-08-30 06:57:00,1275.0 -38099,sell_compound_top3,sell,2025-08-30 07:00:00,1275.0 -38100,sell_compound_top3,sell,2025-08-30 07:03:00,1273.0 -38101,sell_compound_top3,sell,2025-08-30 08:21:00,1275.0 -38102,sell_compound_top3,sell,2025-08-30 08:24:00,1277.0 -38103,sell_compound_top3,sell,2025-08-30 12:36:00,1279.0 -38104,sell_compound_top3,sell,2025-08-30 12:39:00,1281.0 -38105,sell_compound_top3,sell,2025-08-30 12:42:00,1277.0 -38106,sell_compound_top3,sell,2025-08-30 16:42:00,1281.0 -38107,sell_compound_top3,sell,2025-08-30 16:57:00,1283.0 -38108,sell_compound_top3,sell,2025-08-30 17:00:00,1283.0 -38109,sell_compound_top3,sell,2025-08-30 17:03:00,1282.0 -38110,sell_compound_top3,sell,2025-08-30 17:06:00,1283.0 -38111,sell_compound_top3,sell,2025-08-30 17:09:00,1282.0 -38112,sell_compound_top3,sell,2025-08-30 21:06:00,1276.0 -38113,sell_compound_top3,sell,2025-08-30 21:09:00,1276.0 -38114,sell_compound_top3,sell,2025-08-30 21:12:00,1276.0 -38115,sell_compound_top3,sell,2025-08-31 00:36:00,1270.0 -38116,sell_compound_top3,sell,2025-08-31 00:39:00,1271.0 -38117,sell_compound_top3,sell,2025-08-31 00:42:00,1274.0 -38118,sell_compound_top3,sell,2025-08-31 00:45:00,1273.0 -38119,sell_compound_top3,sell,2025-08-31 00:48:00,1274.0 -38120,sell_compound_top3,sell,2025-08-31 08:00:00,1258.0 -38121,sell_compound_top3,sell,2025-08-31 08:03:00,1260.0 -38122,sell_compound_top3,sell,2025-08-31 08:15:00,1261.0 -38123,sell_compound_top3,sell,2025-08-31 08:18:00,1263.0 -38124,sell_compound_top3,sell,2025-08-31 08:30:00,1263.0 -38125,sell_compound_top3,sell,2025-08-31 08:33:00,1261.0 -38126,sell_compound_top3,sell,2025-08-31 09:21:00,1266.0 -38127,sell_compound_top3,sell,2025-08-31 09:24:00,1266.0 -38128,sell_compound_top3,sell,2025-08-31 09:30:00,1267.0 -38129,sell_compound_top3,sell,2025-08-31 09:33:00,1266.0 -38130,sell_compound_top3,sell,2025-08-31 09:36:00,1267.0 -38131,sell_compound_top3,sell,2025-08-31 09:39:00,1269.0 -38132,sell_compound_top3,sell,2025-08-31 09:42:00,1267.0 -38133,sell_compound_top3,sell,2025-08-31 10:06:00,1275.0 -38134,sell_compound_top3,sell,2025-08-31 10:09:00,1273.0 -38135,sell_compound_top3,sell,2025-08-31 10:27:00,1275.0 -38136,sell_compound_top3,sell,2025-08-31 10:30:00,1276.0 -38137,sell_compound_top3,sell,2025-08-31 10:33:00,1279.0 -38138,sell_compound_top3,sell,2025-08-31 10:36:00,1279.0 -38139,sell_compound_top3,sell,2025-08-31 10:39:00,1278.0 -38140,sell_compound_top3,sell,2025-08-31 10:51:00,1278.0 -38141,sell_compound_top3,sell,2025-08-31 10:54:00,1278.0 -38142,sell_compound_top3,sell,2025-08-31 10:57:00,1279.0 -38143,sell_compound_top3,sell,2025-08-31 11:00:00,1280.0 -38144,sell_compound_top3,sell,2025-08-31 11:03:00,1278.0 -38145,sell_compound_top3,sell,2025-08-31 17:51:00,1267.0 -38146,sell_compound_top3,sell,2025-08-31 17:54:00,1268.0 -38147,sell_compound_top3,sell,2025-08-31 18:06:00,1267.0 -38148,sell_compound_top3,sell,2025-08-31 18:09:00,1267.0 -38149,sell_compound_top3,sell,2025-09-01 00:51:00,1256.0 -38150,sell_compound_top3,sell,2025-09-01 00:54:00,1257.0 -38151,sell_compound_top3,sell,2025-09-01 00:57:00,1257.0 -38152,sell_compound_top3,sell,2025-09-01 03:45:00,1254.0 -38153,sell_compound_top3,sell,2025-09-01 03:48:00,1255.0 -38154,sell_compound_top3,sell,2025-09-01 04:00:00,1257.0 -38155,sell_compound_top3,sell,2025-09-01 04:03:00,1258.0 -38156,sell_compound_top3,sell,2025-09-01 15:30:00,1213.0 -38157,sell_compound_top3,sell,2025-09-01 15:33:00,1212.0 -38158,sell_compound_top3,sell,2025-09-01 15:36:00,1213.0 -38159,sell_compound_top3,sell,2025-09-01 15:39:00,1215.0 -38160,sell_compound_top3,sell,2025-09-01 15:42:00,1216.0 -38161,sell_compound_top3,sell,2025-09-01 15:45:00,1214.0 -38162,sell_compound_top3,sell,2025-09-01 15:48:00,1211.0 -38163,sell_compound_top3,sell,2025-09-01 17:12:00,1248.0 -38164,sell_compound_top3,sell,2025-09-01 17:15:00,1244.0 -38165,sell_compound_top3,sell,2025-09-01 17:18:00,1240.0 -38166,sell_compound_top3,sell,2025-09-01 17:21:00,1245.0 -38167,sell_compound_top3,sell,2025-09-01 17:24:00,1252.0 -38168,sell_compound_top3,sell,2025-09-01 17:27:00,1251.0 -38169,sell_compound_top3,sell,2025-09-01 17:36:00,1249.0 -38170,sell_compound_top3,sell,2025-09-01 17:39:00,1252.0 -38171,sell_compound_top3,sell,2025-09-01 18:00:00,1257.0 -38172,sell_compound_top3,sell,2025-09-01 18:03:00,1256.0 -38173,sell_compound_top3,sell,2025-09-01 18:06:00,1259.0 -38174,sell_compound_top3,sell,2025-09-01 18:09:00,1258.0 -38175,sell_compound_top3,sell,2025-09-01 18:12:00,1257.0 -38176,sell_compound_top3,sell,2025-09-02 08:51:00,1194.0 -38177,sell_compound_top3,sell,2025-09-02 08:54:00,1191.0 -38178,sell_compound_top3,sell,2025-09-02 09:00:00,1195.0 -38179,sell_compound_top3,sell,2025-09-02 09:03:00,1194.0 -38180,sell_compound_top3,sell,2025-09-02 09:36:00,1196.0 -38181,sell_compound_top3,sell,2025-09-02 09:39:00,1195.0 -38182,sell_compound_top3,sell,2025-09-02 11:00:00,1201.0 -38183,sell_compound_top3,sell,2025-09-02 11:03:00,1201.0 -38184,sell_compound_top3,sell,2025-09-02 11:06:00,1205.0 -38185,sell_compound_top3,sell,2025-09-02 11:09:00,1203.0 -38186,sell_compound_top3,sell,2025-09-02 11:27:00,1205.0 -38187,sell_compound_top3,sell,2025-09-02 11:51:00,1211.0 -38188,sell_compound_top3,sell,2025-09-02 11:54:00,1211.0 -38189,sell_compound_top3,sell,2025-09-02 11:57:00,1210.0 -38190,sell_compound_top3,sell,2025-09-02 12:21:00,1217.0 -38191,sell_compound_top3,sell,2025-09-02 12:24:00,1214.0 -38192,sell_compound_top3,sell,2025-09-02 12:57:00,1218.0 -38193,sell_compound_top3,sell,2025-09-02 13:42:00,1220.0 -38194,sell_compound_top3,sell,2025-09-02 13:45:00,1222.0 -38195,sell_compound_top3,sell,2025-09-02 13:48:00,1223.0 -38196,sell_compound_top3,sell,2025-09-02 15:21:00,1221.0 -38197,sell_compound_top3,sell,2025-09-02 15:24:00,1221.0 -38198,sell_compound_top3,sell,2025-09-02 15:30:00,1222.0 -38199,sell_compound_top3,sell,2025-09-02 15:33:00,1223.0 -38200,sell_compound_top3,sell,2025-09-02 15:45:00,1225.0 -38201,sell_compound_top3,sell,2025-09-02 15:48:00,1224.0 -38202,sell_compound_top3,sell,2025-09-02 15:57:00,1224.0 -38203,sell_compound_top3,sell,2025-09-02 16:00:00,1226.0 -38204,sell_compound_top3,sell,2025-09-02 16:03:00,1224.0 -38205,sell_compound_top3,sell,2025-09-02 23:00:00,1229.0 -38206,sell_compound_top3,sell,2025-09-02 23:03:00,1227.0 -38207,sell_compound_top3,sell,2025-09-02 23:21:00,1230.0 -38208,sell_compound_top3,sell,2025-09-02 23:24:00,1228.0 -38209,sell_compound_top3,sell,2025-09-03 05:12:00,1226.0 -38210,sell_compound_top3,sell,2025-09-03 05:30:00,1231.0 -38211,sell_compound_top3,sell,2025-09-03 05:33:00,1229.0 -38212,sell_compound_top3,sell,2025-09-03 05:36:00,1232.0 -38213,sell_compound_top3,sell,2025-09-03 05:39:00,1234.0 -38214,sell_compound_top3,sell,2025-09-03 05:45:00,1235.0 -38215,sell_compound_top3,sell,2025-09-03 05:48:00,1236.0 -38216,sell_compound_top3,sell,2025-09-03 05:51:00,1236.0 -38217,sell_compound_top3,sell,2025-09-03 05:54:00,1235.0 -38218,sell_compound_top3,sell,2025-09-03 05:57:00,1237.0 -38219,sell_compound_top3,sell,2025-09-03 06:00:00,1236.0 -38220,sell_compound_top3,sell,2025-09-03 06:03:00,1238.0 -38221,sell_compound_top3,sell,2025-09-03 06:06:00,1238.0 -38222,sell_compound_top3,sell,2025-09-03 06:09:00,1238.0 -38223,sell_compound_top3,sell,2025-09-03 06:12:00,1240.0 -38224,sell_compound_top3,sell,2025-09-03 06:36:00,1239.0 -38225,sell_compound_top3,sell,2025-09-03 06:39:00,1241.0 -38226,sell_compound_top3,sell,2025-09-03 06:42:00,1240.0 -38227,sell_compound_top3,sell,2025-09-03 06:45:00,1241.0 -38228,sell_compound_top3,sell,2025-09-03 06:48:00,1239.0 -38229,sell_compound_top3,sell,2025-09-03 11:00:00,1242.0 -38230,sell_compound_top3,sell,2025-09-03 11:03:00,1244.0 -38231,sell_compound_top3,sell,2025-09-03 11:06:00,1240.0 -38232,sell_compound_top3,sell,2025-09-03 11:09:00,1238.0 -38233,sell_compound_top3,sell,2025-09-03 11:21:00,1244.0 -38234,sell_compound_top3,sell,2025-09-03 11:24:00,1245.0 -38235,sell_compound_top3,sell,2025-09-03 11:30:00,1245.0 -38236,sell_compound_top3,sell,2025-09-03 11:33:00,1243.0 -38237,sell_compound_top3,sell,2025-09-03 17:21:00,1234.0 -38238,sell_compound_top3,sell,2025-09-03 17:24:00,1231.0 -38239,sell_compound_top3,sell,2025-09-03 19:36:00,1233.0 -38240,sell_compound_top3,sell,2025-09-03 19:39:00,1233.0 -38241,sell_compound_top3,sell,2025-09-03 21:27:00,1239.0 -38242,sell_compound_top3,sell,2025-09-03 22:21:00,1239.0 -38243,sell_compound_top3,sell,2025-09-03 22:24:00,1239.0 -38244,sell_compound_top3,sell,2025-09-03 22:57:00,1242.0 -38245,sell_compound_top3,sell,2025-09-03 23:06:00,1245.0 -38246,sell_compound_top3,sell,2025-09-03 23:09:00,1245.0 -38247,sell_compound_top3,sell,2025-09-03 23:12:00,1244.0 -38248,sell_compound_top3,sell,2025-09-03 23:36:00,1245.0 -38249,sell_compound_top3,sell,2025-09-03 23:39:00,1246.0 -38250,sell_compound_top3,sell,2025-09-03 23:51:00,1250.0 -38251,sell_compound_top3,sell,2025-09-03 23:54:00,1247.0 -38252,sell_compound_top3,sell,2025-09-04 00:00:00,1251.0 -38253,sell_compound_top3,sell,2025-09-04 00:03:00,1247.0 -38254,sell_compound_top3,sell,2025-09-04 00:06:00,1250.0 -38255,sell_compound_top3,sell,2025-09-04 00:09:00,1250.0 -38256,sell_compound_top3,sell,2025-09-04 04:00:00,1251.0 -38257,sell_compound_top3,sell,2025-09-04 04:03:00,1252.0 -38258,sell_compound_top3,sell,2025-09-04 05:15:00,1258.0 -38259,sell_compound_top3,sell,2025-09-04 05:18:00,1257.0 -38260,sell_compound_top3,sell,2025-09-04 11:51:00,1251.0 -38261,sell_compound_top3,sell,2025-09-04 11:54:00,1251.0 -38262,sell_compound_top3,sell,2025-09-04 20:30:00,1232.0 -38263,sell_compound_top3,sell,2025-09-04 20:33:00,1233.0 -38264,sell_compound_top3,sell,2025-09-04 20:36:00,1235.0 -38265,sell_compound_top3,sell,2025-09-04 20:39:00,1236.0 -38266,sell_compound_top3,sell,2025-09-04 20:42:00,1236.0 -38267,sell_compound_top3,sell,2025-09-04 20:45:00,1235.0 -38268,sell_compound_top3,sell,2025-09-04 20:48:00,1236.0 -38269,sell_compound_top3,sell,2025-09-04 20:51:00,1234.0 -38270,sell_compound_top3,sell,2025-09-04 20:54:00,1235.0 -38271,sell_compound_top3,sell,2025-09-04 21:12:00,1241.0 -38272,sell_compound_top3,sell,2025-09-04 21:15:00,1242.0 -38273,sell_compound_top3,sell,2025-09-04 21:18:00,1244.0 -38274,sell_compound_top3,sell,2025-09-05 02:27:00,1220.0 -38275,sell_compound_top3,sell,2025-09-05 05:36:00,1224.0 -38276,sell_compound_top3,sell,2025-09-05 05:39:00,1223.0 -38277,sell_compound_top3,sell,2025-09-05 07:00:00,1225.0 -38278,sell_compound_top3,sell,2025-09-05 07:06:00,1225.0 -38279,sell_compound_top3,sell,2025-09-05 07:09:00,1224.0 -38280,sell_compound_top3,sell,2025-09-05 07:30:00,1226.0 -38281,sell_compound_top3,sell,2025-09-05 07:33:00,1227.0 -38282,sell_compound_top3,sell,2025-09-05 08:00:00,1226.0 -38283,sell_compound_top3,sell,2025-09-05 08:03:00,1228.0 -38284,sell_compound_top3,sell,2025-09-05 08:06:00,1227.0 -38285,sell_compound_top3,sell,2025-09-05 08:09:00,1228.0 -38286,sell_compound_top3,sell,2025-09-05 10:51:00,1225.0 -38287,sell_compound_top3,sell,2025-09-05 10:54:00,1225.0 -38288,sell_compound_top3,sell,2025-09-05 10:57:00,1225.0 -38289,sell_compound_top3,sell,2025-09-05 11:06:00,1226.0 -38290,sell_compound_top3,sell,2025-09-05 11:09:00,1226.0 -38291,sell_compound_top3,sell,2025-09-05 11:12:00,1225.0 -38292,sell_compound_top3,sell,2025-09-05 14:21:00,1225.0 -38293,sell_compound_top3,sell,2025-09-05 14:24:00,1224.0 -38294,sell_compound_top3,sell,2025-09-05 14:30:00,1226.0 -38295,sell_compound_top3,sell,2025-09-05 14:33:00,1226.0 -38296,sell_compound_top3,sell,2025-09-05 15:00:00,1227.0 -38297,sell_compound_top3,sell,2025-09-05 15:03:00,1228.0 -38298,sell_compound_top3,sell,2025-09-05 17:00:00,1258.0 -38299,sell_compound_top3,sell,2025-09-05 17:03:00,1252.0 -38300,sell_compound_top3,sell,2025-09-05 20:45:00,1249.0 -38301,sell_compound_top3,sell,2025-09-05 20:48:00,1249.0 -38302,sell_compound_top3,sell,2025-09-05 20:51:00,1249.0 -38303,sell_compound_top3,sell,2025-09-05 20:54:00,1250.0 -38304,sell_compound_top3,sell,2025-09-05 20:57:00,1250.0 -38305,sell_compound_top3,sell,2025-09-05 21:00:00,1251.0 -38306,sell_compound_top3,sell,2025-09-05 21:03:00,1251.0 -38307,sell_compound_top3,sell,2025-09-05 21:06:00,1249.0 -38308,sell_compound_top3,sell,2025-09-05 21:09:00,1251.0 -38309,sell_compound_top3,sell,2025-09-05 21:12:00,1252.0 -38310,sell_compound_top3,sell,2025-09-05 21:15:00,1253.0 -38311,sell_compound_top3,sell,2025-09-05 21:18:00,1253.0 -38312,sell_compound_top3,sell,2025-09-05 21:21:00,1257.0 -38313,sell_compound_top3,sell,2025-09-05 21:24:00,1254.0 -38314,sell_compound_top3,sell,2025-09-06 03:57:00,1255.0 -38315,sell_compound_top3,sell,2025-09-06 04:30:00,1256.0 -38316,sell_compound_top3,sell,2025-09-06 04:33:00,1254.0 -38317,sell_compound_top3,sell,2025-09-06 04:36:00,1258.0 -38318,sell_compound_top3,sell,2025-09-06 04:39:00,1256.0 -38319,sell_compound_top3,sell,2025-09-06 04:57:00,1258.0 -38320,sell_compound_top3,sell,2025-09-06 05:00:00,1260.0 -38321,sell_compound_top3,sell,2025-09-06 05:03:00,1262.0 -38322,sell_compound_top3,sell,2025-09-06 05:06:00,1260.0 -38323,sell_compound_top3,sell,2025-09-06 05:09:00,1259.0 -38324,sell_compound_top3,sell,2025-09-06 05:12:00,1262.0 -38325,sell_compound_top3,sell,2025-09-06 05:27:00,1262.0 -38326,sell_compound_top3,sell,2025-09-06 05:30:00,1262.0 -38327,sell_compound_top3,sell,2025-09-06 05:33:00,1262.0 -38328,sell_compound_top3,sell,2025-09-06 05:42:00,1265.0 -38329,sell_compound_top3,sell,2025-09-06 06:00:00,1266.0 -38330,sell_compound_top3,sell,2025-09-06 06:03:00,1266.0 -38331,sell_compound_top3,sell,2025-09-06 06:06:00,1265.0 -38332,sell_compound_top3,sell,2025-09-06 06:09:00,1265.0 -38333,sell_compound_top3,sell,2025-09-06 06:12:00,1266.0 -38334,sell_compound_top3,sell,2025-09-06 08:21:00,1275.0 -38335,sell_compound_top3,sell,2025-09-06 08:24:00,1278.0 -38336,sell_compound_top3,sell,2025-09-06 08:42:00,1278.0 -38337,sell_compound_top3,sell,2025-09-06 08:45:00,1280.0 -38338,sell_compound_top3,sell,2025-09-06 08:48:00,1281.0 -38339,sell_compound_top3,sell,2025-09-06 08:51:00,1283.0 -38340,sell_compound_top3,sell,2025-09-06 08:54:00,1283.0 -38341,sell_compound_top3,sell,2025-09-06 08:57:00,1282.0 -38342,sell_compound_top3,sell,2025-09-06 09:42:00,1285.0 -38343,sell_compound_top3,sell,2025-09-06 12:15:00,1279.0 -38344,sell_compound_top3,sell,2025-09-06 12:18:00,1278.0 -38345,sell_compound_top3,sell,2025-09-06 20:06:00,1274.0 -38346,sell_compound_top3,sell,2025-09-06 20:09:00,1276.0 -38347,sell_compound_top3,sell,2025-09-06 23:15:00,1278.0 -38348,sell_compound_top3,sell,2025-09-06 23:18:00,1278.0 -38349,sell_compound_top3,sell,2025-09-06 23:36:00,1281.0 -38350,sell_compound_top3,sell,2025-09-06 23:39:00,1283.0 -38351,sell_compound_top3,sell,2025-09-06 23:42:00,1283.0 -38352,sell_compound_top3,sell,2025-09-06 23:45:00,1282.0 -38353,sell_compound_top3,sell,2025-09-06 23:48:00,1281.0 -38354,sell_compound_top3,sell,2025-09-07 02:15:00,1289.0 -38355,sell_compound_top3,sell,2025-09-07 02:18:00,1289.0 -38356,sell_compound_top3,sell,2025-09-07 03:06:00,1293.0 -38357,sell_compound_top3,sell,2025-09-07 03:09:00,1292.0 -38358,sell_compound_top3,sell,2025-09-07 03:12:00,1294.0 -38359,sell_compound_top3,sell,2025-09-07 03:36:00,1308.0 -38360,sell_compound_top3,sell,2025-09-07 03:39:00,1309.0 -38361,sell_compound_top3,sell,2025-09-07 03:42:00,1311.0 -38362,sell_compound_top3,sell,2025-09-07 03:45:00,1308.0 -38363,sell_compound_top3,sell,2025-09-07 03:48:00,1308.0 -38364,sell_compound_top3,sell,2025-09-07 03:51:00,1314.0 -38365,sell_compound_top3,sell,2025-09-07 03:54:00,1320.0 -38366,sell_compound_top3,sell,2025-09-07 06:00:00,1320.0 -38367,sell_compound_top3,sell,2025-09-07 06:03:00,1318.0 -38368,sell_compound_top3,sell,2025-09-07 06:06:00,1317.0 -38369,sell_compound_top3,sell,2025-09-07 06:09:00,1318.0 -38370,sell_compound_top3,sell,2025-09-07 06:12:00,1323.0 -38371,sell_compound_top3,sell,2025-09-07 06:15:00,1321.0 -38372,sell_compound_top3,sell,2025-09-07 06:18:00,1321.0 -38373,sell_compound_top3,sell,2025-09-07 06:21:00,1321.0 -38374,sell_compound_top3,sell,2025-09-07 06:24:00,1323.0 -38375,sell_compound_top3,sell,2025-09-07 06:27:00,1329.0 -38376,sell_compound_top3,sell,2025-09-07 06:30:00,1327.0 -38377,sell_compound_top3,sell,2025-09-07 06:33:00,1329.0 -38378,sell_compound_top3,sell,2025-09-07 06:36:00,1331.0 -38379,sell_compound_top3,sell,2025-09-07 06:39:00,1332.0 -38380,sell_compound_top3,sell,2025-09-07 06:42:00,1337.0 -38381,sell_compound_top3,sell,2025-09-07 06:45:00,1337.0 -38382,sell_compound_top3,sell,2025-09-07 06:48:00,1337.0 -38383,sell_compound_top3,sell,2025-09-07 06:51:00,1342.0 -38384,sell_compound_top3,sell,2025-09-07 06:54:00,1345.0 -38385,sell_compound_top3,sell,2025-09-07 06:57:00,1344.0 -38386,sell_compound_top3,sell,2025-09-07 07:15:00,1346.0 -38387,sell_compound_top3,sell,2025-09-07 07:18:00,1345.0 -38388,sell_compound_top3,sell,2025-09-07 07:21:00,1353.0 -38389,sell_compound_top3,sell,2025-09-07 07:24:00,1346.0 -38390,sell_compound_top3,sell,2025-09-07 08:36:00,1351.0 -38391,sell_compound_top3,sell,2025-09-07 08:39:00,1355.0 -38392,sell_compound_top3,sell,2025-09-07 08:51:00,1357.0 -38393,sell_compound_top3,sell,2025-09-07 08:54:00,1354.0 -38394,sell_compound_top3,sell,2025-09-07 11:00:00,1382.0 -38395,sell_compound_top3,sell,2025-09-07 11:03:00,1383.0 -38396,sell_compound_top3,sell,2025-09-07 11:06:00,1387.0 -38397,sell_compound_top3,sell,2025-09-07 11:09:00,1385.0 -38398,sell_compound_top3,sell,2025-09-07 11:12:00,1385.0 -38399,sell_compound_top3,sell,2025-09-07 11:15:00,1390.0 -38400,sell_compound_top3,sell,2025-09-07 11:18:00,1386.0 -38401,sell_compound_top3,sell,2025-09-07 11:21:00,1388.0 -38402,sell_compound_top3,sell,2025-09-07 11:24:00,1390.0 -38403,sell_compound_top3,sell,2025-09-07 11:30:00,1392.0 -38404,sell_compound_top3,sell,2025-09-07 11:33:00,1393.0 -38405,sell_compound_top3,sell,2025-09-07 11:36:00,1393.0 -38406,sell_compound_top3,sell,2025-09-07 11:39:00,1395.0 -38407,sell_compound_top3,sell,2025-09-07 13:36:00,1428.0 -38408,sell_compound_top3,sell,2025-09-07 13:39:00,1425.0 -38409,sell_compound_top3,sell,2025-09-07 13:42:00,1423.0 -38410,sell_compound_top3,sell,2025-09-07 15:00:00,1466.0 -38411,sell_compound_top3,sell,2025-09-07 15:03:00,1470.0 -38412,sell_compound_top3,sell,2025-09-07 15:06:00,1470.0 -38413,sell_compound_top3,sell,2025-09-07 15:09:00,1470.0 -38414,sell_compound_top3,sell,2025-09-07 19:21:00,1425.0 -38415,sell_compound_top3,sell,2025-09-07 19:24:00,1426.0 -38416,sell_compound_top3,sell,2025-09-07 19:51:00,1428.0 -38417,sell_compound_top3,sell,2025-09-07 19:54:00,1432.0 -38418,sell_compound_top3,sell,2025-09-07 19:57:00,1431.0 -38419,sell_compound_top3,sell,2025-09-07 20:00:00,1432.0 -38420,sell_compound_top3,sell,2025-09-07 20:03:00,1432.0 -38421,sell_compound_top3,sell,2025-09-07 20:06:00,1432.0 -38422,sell_compound_top3,sell,2025-09-07 20:09:00,1432.0 -38423,sell_compound_top3,sell,2025-09-07 20:12:00,1432.0 -38424,sell_compound_top3,sell,2025-09-07 20:15:00,1433.0 -38425,sell_compound_top3,sell,2025-09-07 20:18:00,1431.0 -38426,sell_compound_top3,sell,2025-09-07 20:27:00,1435.0 -38427,sell_compound_top3,sell,2025-09-07 20:30:00,1437.0 -38428,sell_compound_top3,sell,2025-09-07 20:33:00,1435.0 -38429,sell_compound_top3,sell,2025-09-07 20:36:00,1436.0 -38430,sell_compound_top3,sell,2025-09-07 20:39:00,1438.0 -38431,sell_compound_top3,sell,2025-09-07 20:42:00,1441.0 -38432,sell_compound_top3,sell,2025-09-07 21:06:00,1448.0 -38433,sell_compound_top3,sell,2025-09-07 21:09:00,1454.0 -38434,sell_compound_top3,sell,2025-09-07 21:15:00,1450.0 -38435,sell_compound_top3,sell,2025-09-07 21:18:00,1450.0 -38436,sell_compound_top3,sell,2025-09-07 21:21:00,1454.0 -38437,sell_compound_top3,sell,2025-09-07 21:24:00,1454.0 -38438,sell_compound_top3,sell,2025-09-07 21:27:00,1454.0 -38439,sell_compound_top3,sell,2025-09-07 21:30:00,1458.0 -38440,sell_compound_top3,sell,2025-09-07 21:33:00,1452.0 -38441,sell_compound_top3,sell,2025-09-07 22:21:00,1460.0 -38442,sell_compound_top3,sell,2025-09-07 22:24:00,1457.0 -38443,sell_compound_top3,sell,2025-09-07 22:30:00,1464.0 -38444,sell_compound_top3,sell,2025-09-07 22:33:00,1472.0 -38445,sell_compound_top3,sell,2025-09-07 22:45:00,1473.0 -38446,sell_compound_top3,sell,2025-09-07 22:48:00,1469.0 -38447,sell_compound_top3,sell,2025-09-07 22:51:00,1484.0 -38448,sell_compound_top3,sell,2025-09-07 22:54:00,1478.0 -38449,sell_compound_top3,sell,2025-09-07 23:06:00,1483.0 -38450,sell_compound_top3,sell,2025-09-07 23:09:00,1480.0 -38451,sell_compound_top3,sell,2025-09-08 05:00:00,1460.0 -38452,sell_compound_top3,sell,2025-09-08 05:03:00,1456.0 -38453,sell_compound_top3,sell,2025-09-08 10:36:00,1507.0 -38454,sell_compound_top3,sell,2025-09-08 10:39:00,1516.0 -38455,sell_compound_top3,sell,2025-09-08 11:00:00,1538.0 -38456,sell_compound_top3,sell,2025-09-08 11:03:00,1545.0 -38457,sell_compound_top3,sell,2025-09-08 11:06:00,1546.0 -38458,sell_compound_top3,sell,2025-09-08 11:09:00,1567.0 -38459,sell_compound_top3,sell,2025-09-08 11:12:00,1572.0 -38460,sell_compound_top3,sell,2025-09-08 11:15:00,1581.0 -38461,sell_compound_top3,sell,2025-09-08 11:18:00,1587.0 -38462,sell_compound_top3,sell,2025-09-08 11:21:00,1572.0 -38463,sell_compound_top3,sell,2025-09-08 11:24:00,1593.0 -38464,sell_compound_top3,sell,2025-09-08 11:27:00,1557.0 -38465,sell_compound_top3,sell,2025-09-08 11:42:00,1584.0 -38466,sell_compound_top3,sell,2025-09-08 11:45:00,1594.0 -38467,sell_compound_top3,sell,2025-09-08 11:48:00,1606.0 -38468,sell_compound_top3,sell,2025-09-08 11:57:00,1625.0 -38469,sell_compound_top3,sell,2025-09-08 12:00:00,1633.0 -38470,sell_compound_top3,sell,2025-09-08 12:03:00,1635.0 -38471,sell_compound_top3,sell,2025-09-08 12:06:00,1634.0 -38472,sell_compound_top3,sell,2025-09-08 12:09:00,1643.0 -38473,sell_compound_top3,sell,2025-09-08 12:12:00,1659.0 -38474,sell_compound_top3,sell,2025-09-08 12:15:00,1662.0 -38475,sell_compound_top3,sell,2025-09-08 12:18:00,1659.0 -38476,sell_compound_top3,sell,2025-09-08 12:21:00,1670.0 -38477,sell_compound_top3,sell,2025-09-08 12:24:00,1668.0 -38478,sell_compound_top3,sell,2025-09-08 12:27:00,1658.0 -38479,sell_compound_top3,sell,2025-09-08 12:30:00,1656.0 -38480,sell_compound_top3,sell,2025-09-08 12:33:00,1658.0 -38481,sell_compound_top3,sell,2025-09-08 12:36:00,1662.0 -38482,sell_compound_top3,sell,2025-09-08 12:39:00,1695.0 -38483,sell_compound_top3,sell,2025-09-08 12:42:00,1699.0 -38484,sell_compound_top3,sell,2025-09-08 12:45:00,1697.0 -38485,sell_compound_top3,sell,2025-09-08 12:48:00,1668.0 -38486,sell_compound_top3,sell,2025-09-08 13:36:00,1722.0 -38487,sell_compound_top3,sell,2025-09-08 13:39:00,1723.0 -38488,sell_compound_top3,sell,2025-09-08 13:42:00,1724.0 -38489,sell_compound_top3,sell,2025-09-08 13:45:00,1732.0 -38490,sell_compound_top3,sell,2025-09-08 13:48:00,1721.0 -38491,sell_compound_top3,sell,2025-09-08 13:51:00,1725.0 -38492,sell_compound_top3,sell,2025-09-08 13:54:00,1728.0 -38493,sell_compound_top3,sell,2025-09-08 13:57:00,1746.0 -38494,sell_compound_top3,sell,2025-09-08 14:15:00,1801.0 -38495,sell_compound_top3,sell,2025-09-08 14:18:00,1784.0 -38496,sell_compound_top3,sell,2025-09-08 22:30:00,1779.0 -38497,sell_compound_top3,sell,2025-09-08 22:33:00,1787.0 -38498,sell_compound_top3,sell,2025-09-08 22:45:00,1804.0 -38499,sell_compound_top3,sell,2025-09-08 22:48:00,1805.0 -38500,sell_compound_top3,sell,2025-09-08 22:51:00,1808.0 -38501,sell_compound_top3,sell,2025-09-08 22:54:00,1809.0 -38502,sell_compound_top3,sell,2025-09-08 22:57:00,1809.0 -38503,sell_compound_top3,sell,2025-09-08 23:36:00,1970.0 -38504,sell_compound_top3,sell,2025-09-08 23:39:00,2000.0 -38505,sell_compound_top3,sell,2025-09-08 23:45:00,2037.0 -38506,sell_compound_top3,sell,2025-09-08 23:48:00,2024.0 -38507,sell_compound_top3,sell,2025-09-08 23:51:00,2020.0 -38508,sell_compound_top3,sell,2025-09-08 23:54:00,2034.0 -38509,sell_compound_top3,sell,2025-09-08 23:57:00,2026.0 -38510,sell_compound_top3,sell,2025-09-09 00:00:00,2073.0 -38511,sell_compound_top3,sell,2025-09-09 00:03:00,2157.0 -38512,sell_compound_top3,sell,2025-09-09 00:12:00,2105.0 -38513,sell_compound_top3,sell,2025-09-09 00:15:00,2135.0 -38514,sell_compound_top3,sell,2025-09-09 00:18:00,2110.0 -38515,sell_compound_top3,sell,2025-09-09 06:30:00,2121.0 -38516,sell_compound_top3,sell,2025-09-09 06:33:00,2120.0 -38517,sell_compound_top3,sell,2025-09-09 06:36:00,2138.0 -38518,sell_compound_top3,sell,2025-09-09 06:39:00,2137.0 -38519,sell_compound_top3,sell,2025-09-09 06:42:00,2135.0 -38520,sell_compound_top3,sell,2025-09-09 06:45:00,2127.0 -38521,sell_compound_top3,sell,2025-09-09 06:48:00,2136.0 -38522,sell_compound_top3,sell,2025-09-09 06:51:00,2130.0 -38523,sell_compound_top3,sell,2025-09-09 06:54:00,2139.0 -38524,sell_compound_top3,sell,2025-09-09 06:57:00,2143.0 -38525,sell_compound_top3,sell,2025-09-09 07:00:00,2145.0 -38526,sell_compound_top3,sell,2025-09-09 07:03:00,2144.0 -38527,sell_compound_top3,sell,2025-09-09 07:06:00,2147.0 -38528,sell_compound_top3,sell,2025-09-09 07:09:00,2146.0 -38529,sell_compound_top3,sell,2025-09-09 07:21:00,2146.0 -38530,sell_compound_top3,sell,2025-09-09 07:24:00,2146.0 -38531,sell_compound_top3,sell,2025-09-09 09:30:00,2494.0 -38532,sell_compound_top3,sell,2025-09-09 09:33:00,2445.0 -38533,sell_compound_top3,sell,2025-09-09 12:36:00,2508.0 -38534,sell_compound_top3,sell,2025-09-09 12:39:00,2496.0 -38535,sell_compound_top3,sell,2025-09-09 12:42:00,2518.0 -38536,sell_compound_top3,sell,2025-09-09 12:51:00,2541.0 -38537,sell_compound_top3,sell,2025-09-09 12:54:00,2552.0 -38538,sell_compound_top3,sell,2025-09-09 12:57:00,2604.0 -38539,sell_compound_top3,sell,2025-09-09 13:00:00,2602.0 -38540,sell_compound_top3,sell,2025-09-09 13:03:00,2591.0 -38541,sell_compound_top3,sell,2025-09-09 13:06:00,2601.0 -38542,sell_compound_top3,sell,2025-09-09 13:09:00,2616.0 -38543,sell_compound_top3,sell,2025-09-09 16:12:00,2795.0 -38544,sell_compound_top3,sell,2025-09-09 19:42:00,2940.0 -38545,sell_compound_top3,sell,2025-09-09 19:45:00,2938.0 -38546,sell_compound_top3,sell,2025-09-09 19:48:00,2917.0 -38547,sell_compound_top3,sell,2025-09-10 04:45:00,2588.0 -38548,sell_compound_top3,sell,2025-09-10 04:48:00,2580.0 -38549,sell_compound_top3,sell,2025-09-10 08:21:00,2650.0 -38550,sell_compound_top3,sell,2025-09-10 08:24:00,2653.0 -38551,sell_compound_top3,sell,2025-09-10 08:27:00,2668.0 -38552,sell_compound_top3,sell,2025-09-10 08:30:00,2666.0 -38553,sell_compound_top3,sell,2025-09-10 08:33:00,2657.0 -38554,sell_compound_top3,sell,2025-09-10 08:51:00,2694.0 -38555,sell_compound_top3,sell,2025-09-10 08:54:00,2703.0 -38556,sell_compound_top3,sell,2025-09-10 10:42:00,2844.0 -38557,sell_compound_top3,sell,2025-09-11 05:15:00,2563.0 -38558,sell_compound_top3,sell,2025-09-11 05:18:00,2562.0 -38559,sell_compound_top3,sell,2025-09-11 05:27:00,2579.0 -38560,sell_compound_top3,sell,2025-09-11 05:30:00,2585.0 -38561,sell_compound_top3,sell,2025-09-11 05:33:00,2578.0 -38562,sell_compound_top3,sell,2025-09-11 06:06:00,2597.0 -38563,sell_compound_top3,sell,2025-09-11 06:09:00,2605.0 -38564,sell_compound_top3,sell,2025-09-11 06:12:00,2598.0 -38565,sell_compound_top3,sell,2025-09-11 18:45:00,2458.0 -38566,sell_compound_top3,sell,2025-09-11 18:48:00,2458.0 -38567,sell_compound_top3,sell,2025-09-12 03:00:00,2272.0 -38568,sell_compound_top3,sell,2025-09-12 03:03:00,2271.0 -38569,sell_compound_top3,sell,2025-09-12 03:06:00,2270.0 -38570,sell_compound_top3,sell,2025-09-12 03:09:00,2271.0 -38571,sell_compound_top3,sell,2025-09-12 03:12:00,2275.0 -38572,sell_compound_top3,sell,2025-09-12 03:15:00,2275.0 -38573,sell_compound_top3,sell,2025-09-12 03:18:00,2273.0 -38574,sell_compound_top3,sell,2025-09-12 06:00:00,2283.0 -38575,sell_compound_top3,sell,2025-09-12 06:03:00,2282.0 -38576,sell_compound_top3,sell,2025-09-12 06:21:00,2284.0 -38577,sell_compound_top3,sell,2025-09-12 06:24:00,2283.0 -38578,sell_compound_top3,sell,2025-09-12 06:42:00,2285.0 -38579,sell_compound_top3,sell,2025-09-12 07:30:00,2320.0 -38580,sell_compound_top3,sell,2025-09-12 07:33:00,2318.0 -38581,sell_compound_top3,sell,2025-09-12 13:21:00,2278.0 -38582,sell_compound_top3,sell,2025-09-12 13:24:00,2280.0 -38583,sell_compound_top3,sell,2025-09-12 13:30:00,2277.0 -38584,sell_compound_top3,sell,2025-09-12 13:33:00,2275.0 -38585,sell_compound_top3,sell,2025-09-12 14:27:00,2291.0 -38586,sell_compound_top3,sell,2025-09-12 14:36:00,2289.0 -38587,sell_compound_top3,sell,2025-09-12 14:39:00,2298.0 -38588,sell_compound_top3,sell,2025-09-12 14:42:00,2298.0 -38589,sell_compound_top3,sell,2025-09-12 15:06:00,2295.0 -38590,sell_compound_top3,sell,2025-09-12 15:09:00,2304.0 -38591,sell_compound_top3,sell,2025-09-12 15:42:00,2373.0 -38592,sell_compound_top3,sell,2025-09-13 03:36:00,2258.0 -38593,sell_compound_top3,sell,2025-09-13 03:39:00,2254.0 -38594,sell_compound_top3,sell,2025-09-13 04:00:00,2263.0 -38595,sell_compound_top3,sell,2025-09-13 04:03:00,2256.0 -38596,sell_compound_top3,sell,2025-09-13 04:12:00,2272.0 -38597,sell_compound_top3,sell,2025-09-13 04:15:00,2271.0 -38598,sell_compound_top3,sell,2025-09-13 04:18:00,2276.0 -38599,sell_compound_top3,sell,2025-09-13 04:21:00,2277.0 -38600,sell_compound_top3,sell,2025-09-13 04:24:00,2270.0 -38601,sell_compound_top3,sell,2025-09-13 04:30:00,2278.0 -38602,sell_compound_top3,sell,2025-09-13 04:33:00,2280.0 -38603,sell_compound_top3,sell,2025-09-13 04:36:00,2282.0 -38604,sell_compound_top3,sell,2025-09-13 04:39:00,2277.0 -38605,sell_compound_top3,sell,2025-09-13 06:57:00,2292.0 -38606,sell_compound_top3,sell,2025-09-13 09:36:00,2369.0 -38607,sell_compound_top3,sell,2025-09-13 09:39:00,2370.0 -38608,sell_compound_top3,sell,2025-09-13 09:42:00,2370.0 -38609,sell_compound_top3,sell,2025-09-13 21:06:00,2256.0 -38610,sell_compound_top3,sell,2025-09-13 21:09:00,2253.0 -38611,sell_compound_top3,sell,2025-09-13 21:21:00,2264.0 -38612,sell_compound_top3,sell,2025-09-13 21:24:00,2258.0 -38613,sell_compound_top3,sell,2025-09-14 03:45:00,2232.0 -38614,sell_compound_top3,sell,2025-09-14 03:48:00,2236.0 -38615,sell_compound_top3,sell,2025-09-14 04:00:00,2234.0 -38616,sell_compound_top3,sell,2025-09-14 04:03:00,2235.0 -38617,sell_compound_top3,sell,2025-09-14 04:06:00,2237.0 -38618,sell_compound_top3,sell,2025-09-14 04:09:00,2242.0 -38619,sell_compound_top3,sell,2025-09-14 05:00:00,2243.0 -38620,sell_compound_top3,sell,2025-09-14 05:03:00,2246.0 -38621,sell_compound_top3,sell,2025-09-14 05:06:00,2244.0 -38622,sell_compound_top3,sell,2025-09-14 05:09:00,2241.0 -38623,sell_compound_top3,sell,2025-09-14 05:12:00,2237.0 -38624,sell_compound_top3,sell,2025-09-14 05:15:00,2247.0 -38625,sell_compound_top3,sell,2025-09-14 05:18:00,2242.0 -38626,sell_compound_top3,sell,2025-09-14 05:21:00,2242.0 -38627,sell_compound_top3,sell,2025-09-14 05:24:00,2242.0 -38628,sell_compound_top3,sell,2025-09-14 05:27:00,2257.0 -38629,sell_compound_top3,sell,2025-09-14 05:42:00,2255.0 -38630,sell_compound_top3,sell,2025-09-14 05:57:00,2260.0 -38631,sell_compound_top3,sell,2025-09-14 06:21:00,2278.0 -38632,sell_compound_top3,sell,2025-09-14 06:24:00,2276.0 -38633,sell_compound_top3,sell,2025-09-14 06:27:00,2281.0 -38634,sell_compound_top3,sell,2025-09-14 06:30:00,2277.0 -38635,sell_compound_top3,sell,2025-09-14 06:33:00,2267.0 -38636,sell_compound_top3,sell,2025-09-14 09:00:00,2298.0 -38637,sell_compound_top3,sell,2025-09-14 09:03:00,2286.0 -38638,sell_compound_top3,sell,2025-09-14 13:42:00,2288.0 -38639,sell_compound_top3,sell,2025-09-14 13:45:00,2300.0 -38640,sell_compound_top3,sell,2025-09-14 13:48:00,2298.0 -38641,sell_compound_top3,sell,2025-09-14 13:51:00,2300.0 -38642,sell_compound_top3,sell,2025-09-14 13:54:00,2310.0 -38643,sell_compound_top3,sell,2025-09-14 13:57:00,2298.0 -38644,sell_compound_top3,sell,2025-09-14 14:12:00,2325.0 -38645,sell_compound_top3,sell,2025-09-14 14:21:00,2330.0 -38646,sell_compound_top3,sell,2025-09-14 14:24:00,2318.0 -38647,sell_compound_top3,sell,2025-09-14 14:30:00,2324.0 -38648,sell_compound_top3,sell,2025-09-14 14:33:00,2330.0 -38649,sell_compound_top3,sell,2025-09-14 14:36:00,2337.0 -38650,sell_compound_top3,sell,2025-09-14 14:39:00,2327.0 -38651,sell_compound_top3,sell,2025-09-14 15:12:00,2346.0 -38652,sell_compound_top3,sell,2025-09-14 15:42:00,2359.0 -38653,sell_compound_top3,sell,2025-09-14 15:51:00,2384.0 -38654,sell_compound_top3,sell,2025-09-14 15:54:00,2386.0 -38655,sell_compound_top3,sell,2025-09-14 15:57:00,2381.0 -38656,sell_compound_top3,sell,2025-09-14 16:21:00,2388.0 -38657,sell_compound_top3,sell,2025-09-14 16:24:00,2386.0 -38658,sell_compound_top3,sell,2025-09-14 16:42:00,2387.0 -38659,sell_compound_top3,sell,2025-09-15 06:36:00,2243.0 -38660,sell_compound_top3,sell,2025-09-15 06:39:00,2246.0 -38661,sell_compound_top3,sell,2025-09-15 06:42:00,2247.0 -38662,sell_compound_top3,sell,2025-09-15 06:57:00,2255.0 -38663,sell_compound_top3,sell,2025-09-15 14:27:00,2227.0 -38664,sell_compound_top3,sell,2025-09-15 14:30:00,2227.0 -38665,sell_compound_top3,sell,2025-09-15 14:33:00,2229.0 -38666,sell_compound_top3,sell,2025-09-15 14:36:00,2230.0 -38667,sell_compound_top3,sell,2025-09-15 14:39:00,2227.0 -38668,sell_compound_top3,sell,2025-09-15 18:45:00,2225.0 -38669,sell_compound_top3,sell,2025-09-15 18:48:00,2220.0 -38670,sell_compound_top3,sell,2025-09-15 18:51:00,2224.0 -38671,sell_compound_top3,sell,2025-09-15 18:54:00,2234.0 -38672,sell_compound_top3,sell,2025-09-15 18:57:00,2237.0 -38673,sell_compound_top3,sell,2025-09-15 19:00:00,2238.0 -38674,sell_compound_top3,sell,2025-09-15 19:03:00,2238.0 -38675,sell_compound_top3,sell,2025-09-16 03:42:00,2094.0 -38676,sell_compound_top3,sell,2025-09-16 03:45:00,2090.0 -38677,sell_compound_top3,sell,2025-09-16 03:48:00,2092.0 -38678,sell_compound_top3,sell,2025-09-16 03:57:00,2092.0 -38679,sell_compound_top3,sell,2025-09-16 04:06:00,2093.0 -38680,sell_compound_top3,sell,2025-09-16 04:09:00,2094.0 -38681,sell_compound_top3,sell,2025-09-16 04:45:00,2096.0 -38682,sell_compound_top3,sell,2025-09-16 04:48:00,2101.0 -38683,sell_compound_top3,sell,2025-09-16 04:51:00,2096.0 -38684,sell_compound_top3,sell,2025-09-16 04:54:00,2096.0 -38685,sell_compound_top3,sell,2025-09-16 05:12:00,2096.0 -38686,sell_compound_top3,sell,2025-09-16 05:15:00,2100.0 -38687,sell_compound_top3,sell,2025-09-16 05:18:00,2101.0 -38688,sell_compound_top3,sell,2025-09-16 05:21:00,2102.0 -38689,sell_compound_top3,sell,2025-09-16 05:24:00,2103.0 -38690,sell_compound_top3,sell,2025-09-16 05:27:00,2100.0 -38691,sell_compound_top3,sell,2025-09-16 05:30:00,2103.0 -38692,sell_compound_top3,sell,2025-09-16 05:33:00,2105.0 -38693,sell_compound_top3,sell,2025-09-16 05:36:00,2103.0 -38694,sell_compound_top3,sell,2025-09-16 05:39:00,2107.0 -38695,sell_compound_top3,sell,2025-09-16 05:42:00,2108.0 -38696,sell_compound_top3,sell,2025-09-16 05:51:00,2115.0 -38697,sell_compound_top3,sell,2025-09-16 05:54:00,2110.0 -38698,sell_compound_top3,sell,2025-09-16 05:57:00,2109.0 -38699,sell_compound_top3,sell,2025-09-16 06:00:00,2109.0 -38700,sell_compound_top3,sell,2025-09-16 06:03:00,2108.0 -38701,sell_compound_top3,sell,2025-09-16 06:12:00,2111.0 -38702,sell_compound_top3,sell,2025-09-16 07:27:00,2112.0 -38703,sell_compound_top3,sell,2025-09-16 14:12:00,2096.0 -38704,sell_compound_top3,sell,2025-09-16 21:00:00,2091.0 -38705,sell_compound_top3,sell,2025-09-16 21:03:00,2088.0 -38706,sell_compound_top3,sell,2025-09-16 21:51:00,2134.0 -38707,sell_compound_top3,sell,2025-09-16 21:54:00,2135.0 -38708,sell_compound_top3,sell,2025-09-16 21:57:00,2143.0 -38709,sell_compound_top3,sell,2025-09-16 22:00:00,2143.0 -38710,sell_compound_top3,sell,2025-09-16 22:03:00,2148.0 -38711,sell_compound_top3,sell,2025-09-16 22:21:00,2190.0 -38712,sell_compound_top3,sell,2025-09-16 22:24:00,2184.0 -38713,sell_compound_top3,sell,2025-09-16 22:36:00,2219.0 -38714,sell_compound_top3,sell,2025-09-16 22:39:00,2214.0 -38715,sell_compound_top3,sell,2025-09-16 22:42:00,2206.0 -38716,sell_compound_top3,sell,2025-09-17 06:45:00,2104.0 -38717,sell_compound_top3,sell,2025-09-17 06:48:00,2104.0 -38718,sell_compound_top3,sell,2025-09-17 06:51:00,2100.0 -38719,sell_compound_top3,sell,2025-09-17 06:54:00,2106.0 -38720,sell_compound_top3,sell,2025-09-17 07:00:00,2108.0 -38721,sell_compound_top3,sell,2025-09-17 07:03:00,2109.0 -38722,sell_compound_top3,sell,2025-09-17 07:06:00,2112.0 -38723,sell_compound_top3,sell,2025-09-17 07:09:00,2115.0 -38724,sell_compound_top3,sell,2025-09-17 07:15:00,2116.0 -38725,sell_compound_top3,sell,2025-09-17 07:18:00,2116.0 -38726,sell_compound_top3,sell,2025-09-17 07:21:00,2118.0 -38727,sell_compound_top3,sell,2025-09-17 07:24:00,2119.0 -38728,sell_compound_top3,sell,2025-09-17 15:30:00,2089.0 -38729,sell_compound_top3,sell,2025-09-17 15:33:00,2095.0 -38730,sell_compound_top3,sell,2025-09-17 15:36:00,2092.0 -38731,sell_compound_top3,sell,2025-09-17 15:39:00,2100.0 -38732,sell_compound_top3,sell,2025-09-17 15:45:00,2102.0 -38733,sell_compound_top3,sell,2025-09-17 15:48:00,2100.0 -38734,sell_compound_top3,sell,2025-09-17 15:51:00,2112.0 -38735,sell_compound_top3,sell,2025-09-17 15:54:00,2109.0 -38736,sell_compound_top3,sell,2025-09-17 15:57:00,2112.0 -38737,sell_compound_top3,sell,2025-09-17 20:36:00,2081.0 -38738,sell_compound_top3,sell,2025-09-17 20:39:00,2079.0 -38739,sell_compound_top3,sell,2025-09-17 21:00:00,2083.0 -38740,sell_compound_top3,sell,2025-09-17 21:03:00,2091.0 -38741,sell_compound_top3,sell,2025-09-17 21:06:00,2086.0 -38742,sell_compound_top3,sell,2025-09-17 21:09:00,2083.0 -38743,sell_compound_top3,sell,2025-09-17 21:21:00,2090.0 -38744,sell_compound_top3,sell,2025-09-17 21:24:00,2084.0 -38745,sell_compound_top3,sell,2025-09-17 21:27:00,2087.0 -38746,sell_compound_top3,sell,2025-09-17 21:30:00,2092.0 -38747,sell_compound_top3,sell,2025-09-17 21:33:00,2094.0 -38748,sell_compound_top3,sell,2025-09-17 21:36:00,2091.0 -38749,sell_compound_top3,sell,2025-09-17 21:39:00,2089.0 -38750,sell_compound_top3,sell,2025-09-17 22:15:00,2102.0 -38751,sell_compound_top3,sell,2025-09-17 22:18:00,2106.0 -38752,sell_compound_top3,sell,2025-09-17 22:21:00,2104.0 -38753,sell_compound_top3,sell,2025-09-17 22:24:00,2102.0 -38754,sell_compound_top3,sell,2025-09-17 23:12:00,2110.0 -38755,sell_compound_top3,sell,2025-09-17 23:15:00,2111.0 -38756,sell_compound_top3,sell,2025-09-17 23:18:00,2113.0 -38757,sell_compound_top3,sell,2025-09-18 01:45:00,2145.0 -38758,sell_compound_top3,sell,2025-09-18 01:48:00,2143.0 -38759,sell_compound_top3,sell,2025-09-18 02:00:00,2176.0 -38760,sell_compound_top3,sell,2025-09-18 02:03:00,2157.0 -38761,sell_compound_top3,sell,2025-09-18 04:21:00,2218.0 -38762,sell_compound_top3,sell,2025-09-18 04:24:00,2209.0 -38763,sell_compound_top3,sell,2025-09-18 07:12:00,2227.0 -38764,sell_compound_top3,sell,2025-09-18 07:15:00,2226.0 -38765,sell_compound_top3,sell,2025-09-18 07:18:00,2220.0 -38766,sell_compound_top3,sell,2025-09-18 11:30:00,2227.0 -38767,sell_compound_top3,sell,2025-09-18 11:33:00,2226.0 -38768,sell_compound_top3,sell,2025-09-18 14:21:00,2241.0 -38769,sell_compound_top3,sell,2025-09-18 14:24:00,2240.0 -38770,sell_compound_top3,sell,2025-09-18 22:30:00,2181.0 -38771,sell_compound_top3,sell,2025-09-18 22:33:00,2180.0 -38772,sell_compound_top3,sell,2025-09-19 06:57:00,2229.0 -38773,sell_compound_top3,sell,2025-09-19 07:00:00,2232.0 -38774,sell_compound_top3,sell,2025-09-19 07:03:00,2224.0 -38775,sell_compound_top3,sell,2025-09-19 17:21:00,2175.0 -38776,sell_compound_top3,sell,2025-09-19 17:24:00,2175.0 -38777,sell_compound_top3,sell,2025-09-19 17:27:00,2175.0 -38778,sell_compound_top3,sell,2025-09-19 22:57:00,2139.0 -38779,sell_compound_top3,sell,2025-09-19 23:21:00,2140.0 -38780,sell_compound_top3,sell,2025-09-19 23:24:00,2142.0 -38781,sell_compound_top3,sell,2025-09-19 23:27:00,2147.0 -38782,sell_compound_top3,sell,2025-09-20 05:42:00,2118.0 -38783,sell_compound_top3,sell,2025-09-20 06:21:00,2121.0 -38784,sell_compound_top3,sell,2025-09-20 06:24:00,2120.0 -38785,sell_compound_top3,sell,2025-09-20 06:27:00,2120.0 -38786,sell_compound_top3,sell,2025-09-20 06:30:00,2120.0 -38787,sell_compound_top3,sell,2025-09-20 06:33:00,2121.0 -38788,sell_compound_top3,sell,2025-09-20 06:36:00,2123.0 -38789,sell_compound_top3,sell,2025-09-20 06:39:00,2123.0 -38790,sell_compound_top3,sell,2025-09-20 06:42:00,2122.0 -38791,sell_compound_top3,sell,2025-09-20 06:45:00,2123.0 -38792,sell_compound_top3,sell,2025-09-20 06:48:00,2123.0 -38793,sell_compound_top3,sell,2025-09-20 09:57:00,2127.0 -38794,sell_compound_top3,sell,2025-09-20 10:00:00,2130.0 -38795,sell_compound_top3,sell,2025-09-20 10:03:00,2126.0 -38796,sell_compound_top3,sell,2025-09-20 14:51:00,2098.0 -38797,sell_compound_top3,sell,2025-09-20 14:54:00,2097.0 -38798,sell_compound_top3,sell,2025-09-20 14:57:00,2099.0 -38799,sell_compound_top3,sell,2025-09-20 17:12:00,2115.0 -38800,sell_compound_top3,sell,2025-09-20 17:15:00,2115.0 -38801,sell_compound_top3,sell,2025-09-20 17:18:00,2112.0 -38802,sell_compound_top3,sell,2025-09-20 18:12:00,2122.0 -38803,sell_compound_top3,sell,2025-09-20 19:00:00,2117.0 -38804,sell_compound_top3,sell,2025-09-20 19:03:00,2120.0 -38805,sell_compound_top3,sell,2025-09-20 19:12:00,2126.0 -38806,sell_compound_top3,sell,2025-09-20 19:15:00,2124.0 -38807,sell_compound_top3,sell,2025-09-20 19:18:00,2116.0 -38808,sell_compound_top3,sell,2025-09-20 19:21:00,2126.0 -38809,sell_compound_top3,sell,2025-09-20 19:24:00,2126.0 -38810,sell_compound_top3,sell,2025-09-20 19:27:00,2127.0 -38811,sell_compound_top3,sell,2025-09-20 21:51:00,2146.0 -38812,sell_compound_top3,sell,2025-09-20 21:54:00,2146.0 -38813,sell_compound_top3,sell,2025-09-20 21:57:00,2150.0 -38814,sell_compound_top3,sell,2025-09-21 00:27:00,2144.0 -38815,sell_compound_top3,sell,2025-09-21 05:30:00,2130.0 -38816,sell_compound_top3,sell,2025-09-21 05:33:00,2126.0 -38817,sell_compound_top3,sell,2025-09-21 06:21:00,2133.0 -38818,sell_compound_top3,sell,2025-09-21 06:24:00,2131.0 -38819,sell_compound_top3,sell,2025-09-21 06:27:00,2132.0 -38820,sell_compound_top3,sell,2025-09-21 06:30:00,2133.0 -38821,sell_compound_top3,sell,2025-09-21 06:33:00,2132.0 -38822,sell_compound_top3,sell,2025-09-21 06:36:00,2134.0 -38823,sell_compound_top3,sell,2025-09-21 06:39:00,2133.0 -38824,sell_compound_top3,sell,2025-09-21 06:42:00,2135.0 -38825,sell_compound_top3,sell,2025-09-21 14:57:00,2120.0 -38826,sell_compound_top3,sell,2025-09-21 15:00:00,2122.0 -38827,sell_compound_top3,sell,2025-09-21 15:03:00,2125.0 -38828,sell_compound_top3,sell,2025-09-21 15:06:00,2126.0 -38829,sell_compound_top3,sell,2025-09-21 15:09:00,2129.0 -38830,sell_compound_top3,sell,2025-09-21 15:12:00,2129.0 -38831,sell_compound_top3,sell,2025-09-21 15:15:00,2129.0 -38832,sell_compound_top3,sell,2025-09-21 15:18:00,2128.0 -38833,sell_compound_top3,sell,2025-09-21 21:36:00,2075.0 -38834,sell_compound_top3,sell,2025-09-21 21:39:00,2073.0 -38835,sell_compound_top3,sell,2025-09-21 22:36:00,2077.0 -38836,sell_compound_top3,sell,2025-09-21 22:39:00,2074.0 -38837,sell_compound_top3,sell,2025-09-21 23:00:00,2088.0 -38838,sell_compound_top3,sell,2025-09-21 23:03:00,2090.0 -38839,sell_compound_top3,sell,2025-09-21 23:06:00,2084.0 -38840,sell_compound_top3,sell,2025-09-21 23:09:00,2083.0 -38841,sell_compound_top3,sell,2025-09-22 03:27:00,2078.0 -38842,sell_compound_top3,sell,2025-09-22 03:30:00,2078.0 -38843,sell_compound_top3,sell,2025-09-22 03:33:00,2080.0 -38844,sell_compound_top3,sell,2025-09-22 23:12:00,1891.0 -38845,sell_compound_top3,sell,2025-09-23 01:27:00,1935.0 -38846,sell_compound_top3,sell,2025-09-23 01:30:00,1937.0 -38847,sell_compound_top3,sell,2025-09-23 01:33:00,1943.0 -38848,sell_compound_top3,sell,2025-09-23 01:36:00,1952.0 -38849,sell_compound_top3,sell,2025-09-23 01:39:00,1932.0 -38850,sell_compound_top3,sell,2025-09-23 04:21:00,1962.0 -38851,sell_compound_top3,sell,2025-09-23 04:24:00,1954.0 -38852,sell_compound_top3,sell,2025-09-23 04:42:00,1970.0 -38853,sell_compound_top3,sell,2025-09-23 04:45:00,1968.0 -38854,sell_compound_top3,sell,2025-09-23 04:48:00,1969.0 -38855,sell_compound_top3,sell,2025-09-23 04:51:00,1970.0 -38856,sell_compound_top3,sell,2025-09-23 04:54:00,1969.0 -38857,sell_compound_top3,sell,2025-09-23 04:57:00,1964.0 -38858,sell_compound_top3,sell,2025-09-23 05:00:00,1971.0 -38859,sell_compound_top3,sell,2025-09-23 05:03:00,1972.0 -38860,sell_compound_top3,sell,2025-09-23 05:06:00,1983.0 -38861,sell_compound_top3,sell,2025-09-23 05:09:00,1976.0 -38862,sell_compound_top3,sell,2025-09-23 12:45:00,1950.0 -38863,sell_compound_top3,sell,2025-09-23 12:48:00,1954.0 -38864,sell_compound_top3,sell,2025-09-23 21:51:00,1893.0 -38865,sell_compound_top3,sell,2025-09-23 21:54:00,1892.0 -38866,sell_compound_top3,sell,2025-09-23 23:36:00,1920.0 -38867,sell_compound_top3,sell,2025-09-23 23:39:00,1919.0 -38868,sell_compound_top3,sell,2025-09-24 06:51:00,1890.0 -38869,sell_compound_top3,sell,2025-09-24 06:54:00,1889.0 -38870,sell_compound_top3,sell,2025-09-24 06:57:00,1888.0 -38871,sell_compound_top3,sell,2025-09-24 14:42:00,1866.0 -38872,sell_compound_top3,sell,2025-09-24 14:45:00,1874.0 -38873,sell_compound_top3,sell,2025-09-24 14:48:00,1873.0 -38874,sell_compound_top3,sell,2025-09-24 14:51:00,1868.0 -38875,sell_compound_top3,sell,2025-09-24 14:54:00,1870.0 -38876,sell_compound_top3,sell,2025-09-24 14:57:00,1870.0 -38877,sell_compound_top3,sell,2025-09-24 15:00:00,1875.0 -38878,sell_compound_top3,sell,2025-09-24 15:03:00,1870.0 -38879,sell_compound_top3,sell,2025-09-24 15:12:00,1877.0 -38880,sell_compound_top3,sell,2025-09-24 17:57:00,1879.0 -38881,sell_compound_top3,sell,2025-09-24 18:42:00,1883.0 -38882,sell_compound_top3,sell,2025-09-24 19:06:00,1882.0 -38883,sell_compound_top3,sell,2025-09-24 19:09:00,1885.0 -38884,sell_compound_top3,sell,2025-09-24 19:12:00,1884.0 -38885,sell_compound_top3,sell,2025-09-24 19:21:00,1883.0 -38886,sell_compound_top3,sell,2025-09-24 19:24:00,1882.0 -38887,sell_compound_top3,sell,2025-09-24 20:51:00,1900.0 -38888,sell_compound_top3,sell,2025-09-24 20:54:00,1899.0 -38889,sell_compound_top3,sell,2025-09-24 21:12:00,1909.0 -38890,sell_compound_top3,sell,2025-09-24 21:15:00,1913.0 -38891,sell_compound_top3,sell,2025-09-24 21:18:00,1916.0 -38892,sell_compound_top3,sell,2025-09-25 00:06:00,1917.0 -38893,sell_compound_top3,sell,2025-09-25 00:09:00,1914.0 -38894,sell_compound_top3,sell,2025-09-25 00:12:00,1920.0 -38895,sell_compound_top3,sell,2025-09-25 01:51:00,1921.0 -38896,sell_compound_top3,sell,2025-09-25 01:54:00,1923.0 -38897,sell_compound_top3,sell,2025-09-25 01:57:00,1921.0 -38898,sell_compound_top3,sell,2025-09-25 06:12:00,1919.0 -38899,sell_compound_top3,sell,2025-09-25 06:15:00,1920.0 -38900,sell_compound_top3,sell,2025-09-25 06:18:00,1919.0 -38901,sell_compound_top3,sell,2025-09-25 06:21:00,1919.0 -38902,sell_compound_top3,sell,2025-09-25 06:24:00,1923.0 -38903,sell_compound_top3,sell,2025-09-25 06:27:00,1919.0 -38904,sell_compound_top3,sell,2025-09-25 06:30:00,1922.0 -38905,sell_compound_top3,sell,2025-09-25 06:33:00,1922.0 -38906,sell_compound_top3,sell,2025-09-25 09:06:00,1918.0 -38907,sell_compound_top3,sell,2025-09-25 09:09:00,1918.0 -38908,sell_compound_top3,sell,2025-09-25 17:30:00,1844.0 -38909,sell_compound_top3,sell,2025-09-25 17:33:00,1845.0 -38910,sell_compound_top3,sell,2025-09-25 18:21:00,1850.0 -38911,sell_compound_top3,sell,2025-09-25 18:24:00,1851.0 -38912,sell_compound_top3,sell,2025-09-25 18:27:00,1854.0 -38913,sell_compound_top3,sell,2025-09-25 23:27:00,1828.0 -38914,sell_compound_top3,sell,2025-09-26 03:00:00,1809.0 -38915,sell_compound_top3,sell,2025-09-26 03:03:00,1812.0 -38916,sell_compound_top3,sell,2025-09-26 03:06:00,1811.0 -38917,sell_compound_top3,sell,2025-09-26 03:09:00,1805.0 -38918,sell_compound_top3,sell,2025-09-26 04:00:00,1880.0 -38919,sell_compound_top3,sell,2025-09-26 04:03:00,1876.0 -38920,sell_compound_top3,sell,2025-09-26 04:06:00,1874.0 -38921,sell_compound_top3,sell,2025-09-26 04:09:00,1874.0 -38922,sell_compound_top3,sell,2025-09-26 04:12:00,1888.0 -38923,sell_compound_top3,sell,2025-09-26 04:15:00,1895.0 -38924,sell_compound_top3,sell,2025-09-26 04:18:00,1887.0 -38925,sell_compound_top3,sell,2025-09-26 10:00:00,1844.0 -38926,sell_compound_top3,sell,2025-09-26 10:03:00,1845.0 -38927,sell_compound_top3,sell,2025-09-26 21:30:00,1796.0 -38928,sell_compound_top3,sell,2025-09-26 21:33:00,1811.0 -38929,sell_compound_top3,sell,2025-09-26 21:51:00,1814.0 -38930,sell_compound_top3,sell,2025-09-26 21:54:00,1812.0 -38931,sell_compound_top3,sell,2025-09-27 01:27:00,1828.0 -38932,sell_compound_top3,sell,2025-09-27 02:21:00,1830.0 -38933,sell_compound_top3,sell,2025-09-27 02:24:00,1832.0 -38934,sell_compound_top3,sell,2025-09-27 02:36:00,1837.0 -38935,sell_compound_top3,sell,2025-09-27 02:39:00,1839.0 -38936,sell_compound_top3,sell,2025-09-27 02:42:00,1835.0 -38937,sell_compound_top3,sell,2025-09-27 02:51:00,1839.0 -38938,sell_compound_top3,sell,2025-09-27 02:54:00,1839.0 -38939,sell_compound_top3,sell,2025-09-27 03:00:00,1839.0 -38940,sell_compound_top3,sell,2025-09-27 03:03:00,1841.0 -38941,sell_compound_top3,sell,2025-09-27 03:21:00,1850.0 -38942,sell_compound_top3,sell,2025-09-27 03:24:00,1850.0 -38943,sell_compound_top3,sell,2025-09-27 05:27:00,1853.0 -38944,sell_compound_top3,sell,2025-09-27 08:42:00,1850.0 -38945,sell_compound_top3,sell,2025-09-27 09:00:00,1853.0 -38946,sell_compound_top3,sell,2025-09-27 09:03:00,1854.0 -38947,sell_compound_top3,sell,2025-09-27 10:06:00,1852.0 -38948,sell_compound_top3,sell,2025-09-27 10:09:00,1853.0 -38949,sell_compound_top3,sell,2025-09-27 11:57:00,1870.0 -38950,sell_compound_top3,sell,2025-09-27 12:36:00,1884.0 -38951,sell_compound_top3,sell,2025-09-27 12:39:00,1885.0 -38952,sell_compound_top3,sell,2025-09-27 13:06:00,1890.0 -38953,sell_compound_top3,sell,2025-09-27 13:09:00,1891.0 -38954,sell_compound_top3,sell,2025-09-27 15:00:00,1951.0 -38955,sell_compound_top3,sell,2025-09-27 15:03:00,1957.0 -38956,sell_compound_top3,sell,2025-09-27 15:06:00,1937.0 -38957,sell_compound_top3,sell,2025-09-27 15:09:00,1945.0 -38958,sell_compound_top3,sell,2025-09-27 21:00:00,1876.0 -38959,sell_compound_top3,sell,2025-09-27 21:03:00,1876.0 -38960,sell_compound_top3,sell,2025-09-27 22:00:00,1879.0 -38961,sell_compound_top3,sell,2025-09-27 22:03:00,1881.0 -38962,sell_compound_top3,sell,2025-09-27 22:06:00,1881.0 -38963,sell_compound_top3,sell,2025-09-27 22:09:00,1882.0 -38964,sell_compound_top3,sell,2025-09-28 04:30:00,1845.0 -38965,sell_compound_top3,sell,2025-09-28 04:33:00,1844.0 -38966,sell_compound_top3,sell,2025-09-28 13:51:00,1826.0 -38967,sell_compound_top3,sell,2025-09-28 13:54:00,1823.0 -38968,sell_compound_top3,sell,2025-09-28 23:00:00,1814.0 -38969,sell_compound_top3,sell,2025-09-28 23:03:00,1810.0 -38970,sell_compound_top3,sell,2025-09-29 00:51:00,1817.0 -38971,sell_compound_top3,sell,2025-09-29 00:54:00,1817.0 -38972,sell_compound_top3,sell,2025-09-29 02:12:00,1826.0 -38973,sell_compound_top3,sell,2025-09-29 02:15:00,1827.0 -38974,sell_compound_top3,sell,2025-09-29 02:18:00,1827.0 -38975,sell_compound_top3,sell,2025-09-29 02:21:00,1828.0 -38976,sell_compound_top3,sell,2025-09-29 02:24:00,1828.0 -38977,sell_compound_top3,sell,2025-09-29 02:30:00,1826.0 -38978,sell_compound_top3,sell,2025-09-29 02:33:00,1830.0 -38979,sell_compound_top3,sell,2025-09-29 02:51:00,1836.0 -38980,sell_compound_top3,sell,2025-09-29 02:54:00,1834.0 -38981,sell_compound_top3,sell,2025-09-29 03:00:00,1835.0 -38982,sell_compound_top3,sell,2025-09-29 03:03:00,1836.0 -38983,sell_compound_top3,sell,2025-09-29 03:06:00,1838.0 -38984,sell_compound_top3,sell,2025-09-29 03:09:00,1835.0 -38985,sell_compound_top3,sell,2025-09-29 04:06:00,1854.0 -38986,sell_compound_top3,sell,2025-09-29 04:09:00,1847.0 -38987,sell_compound_top3,sell,2025-09-29 05:21:00,1854.0 -38988,sell_compound_top3,sell,2025-09-29 05:24:00,1855.0 -38989,sell_compound_top3,sell,2025-09-29 05:27:00,1857.0 -38990,sell_compound_top3,sell,2025-09-29 05:30:00,1856.0 -38991,sell_compound_top3,sell,2025-09-29 05:33:00,1858.0 -38992,sell_compound_top3,sell,2025-09-29 05:36:00,1864.0 -38993,sell_compound_top3,sell,2025-09-29 05:39:00,1862.0 -38994,sell_compound_top3,sell,2025-09-29 07:30:00,1873.0 -38995,sell_compound_top3,sell,2025-09-29 07:33:00,1884.0 -38996,sell_compound_top3,sell,2025-09-29 07:45:00,1887.0 -38997,sell_compound_top3,sell,2025-09-29 07:48:00,1900.0 -38998,sell_compound_top3,sell,2025-09-29 23:12:00,1856.0 -38999,sell_compound_top3,sell,2025-09-29 23:21:00,1865.0 -39000,sell_compound_top3,sell,2025-09-29 23:24:00,1860.0 -39001,sell_compound_top3,sell,2025-09-29 23:27:00,1863.0 -39002,sell_compound_top3,sell,2025-09-29 23:30:00,1864.0 -39003,sell_compound_top3,sell,2025-09-29 23:33:00,1866.0 -39004,sell_compound_top3,sell,2025-09-29 23:36:00,1865.0 -39005,sell_compound_top3,sell,2025-09-29 23:39:00,1865.0 -39006,sell_compound_top3,sell,2025-09-29 23:45:00,1866.0 -39007,sell_compound_top3,sell,2025-09-29 23:48:00,1871.0 -39008,sell_compound_top3,sell,2025-09-29 23:51:00,1873.0 -39009,sell_compound_top3,sell,2025-09-29 23:54:00,1870.0 -39010,sell_compound_top3,sell,2025-09-29 23:57:00,1871.0 -39011,sell_compound_top3,sell,2025-09-30 00:06:00,1878.0 -39012,sell_compound_top3,sell,2025-09-30 00:09:00,1870.0 -39013,sell_compound_top3,sell,2025-09-30 04:27:00,1826.0 -39014,sell_compound_top3,sell,2025-09-30 04:30:00,1827.0 -39015,sell_compound_top3,sell,2025-09-30 04:33:00,1827.0 -39016,sell_compound_top3,sell,2025-09-30 04:36:00,1827.0 -39017,sell_compound_top3,sell,2025-09-30 04:39:00,1828.0 -39018,sell_compound_top3,sell,2025-09-30 04:42:00,1831.0 -39019,sell_compound_top3,sell,2025-09-30 05:00:00,1848.0 -39020,sell_compound_top3,sell,2025-09-30 05:03:00,1845.0 -39021,sell_compound_top3,sell,2025-09-30 05:06:00,1850.0 -39022,sell_compound_top3,sell,2025-09-30 05:09:00,1853.0 -39023,sell_compound_top3,sell,2025-09-30 05:21:00,1855.0 -39024,sell_compound_top3,sell,2025-09-30 05:24:00,1858.0 -39025,sell_compound_top3,sell,2025-09-30 05:27:00,1859.0 -39026,sell_compound_top3,sell,2025-09-30 05:30:00,1860.0 -39027,sell_compound_top3,sell,2025-09-30 05:33:00,1860.0 -39028,sell_compound_top3,sell,2025-09-30 05:36:00,1866.0 -39029,sell_compound_top3,sell,2025-09-30 05:39:00,1869.0 -39030,sell_compound_top3,sell,2025-09-30 05:42:00,1874.0 -39031,sell_compound_top3,sell,2025-09-30 05:45:00,1875.0 -39032,sell_compound_top3,sell,2025-09-30 05:48:00,1873.0 -39033,sell_compound_top3,sell,2025-09-30 05:51:00,1878.0 -39034,sell_compound_top3,sell,2025-09-30 05:54:00,1877.0 -39035,sell_compound_top3,sell,2025-09-30 05:57:00,1875.0 -39036,sell_compound_top3,sell,2025-09-30 06:00:00,1877.0 -39037,sell_compound_top3,sell,2025-09-30 06:03:00,1875.0 -39038,sell_compound_top3,sell,2025-10-01 05:30:00,1773.0 -39039,sell_compound_top3,sell,2025-10-01 05:33:00,1778.0 -39040,sell_compound_top3,sell,2025-10-01 05:42:00,1777.0 -39041,sell_compound_top3,sell,2025-10-01 06:15:00,1792.0 -39042,sell_compound_top3,sell,2025-10-01 06:18:00,1794.0 -39043,sell_compound_top3,sell,2025-10-01 11:06:00,1794.0 -39044,sell_compound_top3,sell,2025-10-01 11:09:00,1794.0 -39045,sell_compound_top3,sell,2025-10-01 11:12:00,1791.0 -39046,sell_compound_top3,sell,2025-10-01 18:21:00,1854.0 -39047,sell_compound_top3,sell,2025-10-01 18:24:00,1868.0 -39048,sell_compound_top3,sell,2025-10-01 18:27:00,1872.0 -39049,sell_compound_top3,sell,2025-10-02 00:42:00,1863.0 -39050,sell_compound_top3,sell,2025-10-02 00:45:00,1865.0 -39051,sell_compound_top3,sell,2025-10-02 00:48:00,1866.0 -39052,sell_compound_top3,sell,2025-10-02 01:00:00,1866.0 -39053,sell_compound_top3,sell,2025-10-02 01:03:00,1863.0 -39054,sell_compound_top3,sell,2025-10-02 01:12:00,1865.0 -39055,sell_compound_top3,sell,2025-10-02 01:15:00,1867.0 -39056,sell_compound_top3,sell,2025-10-02 01:18:00,1865.0 -39057,sell_compound_top3,sell,2025-10-02 01:27:00,1870.0 -39058,sell_compound_top3,sell,2025-10-02 01:30:00,1872.0 -39059,sell_compound_top3,sell,2025-10-02 01:33:00,1868.0 -39060,sell_compound_top3,sell,2025-10-02 01:42:00,1872.0 -39061,sell_compound_top3,sell,2025-10-02 03:30:00,1871.0 -39062,sell_compound_top3,sell,2025-10-02 03:33:00,1875.0 -39063,sell_compound_top3,sell,2025-10-02 03:42:00,1876.0 -39064,sell_compound_top3,sell,2025-10-02 03:45:00,1876.0 -39065,sell_compound_top3,sell,2025-10-02 03:48:00,1877.0 -39066,sell_compound_top3,sell,2025-10-02 03:51:00,1877.0 -39067,sell_compound_top3,sell,2025-10-02 03:54:00,1876.0 -39068,sell_compound_top3,sell,2025-10-02 08:00:00,1865.0 -39069,sell_compound_top3,sell,2025-10-02 08:03:00,1865.0 -39070,sell_compound_top3,sell,2025-10-02 08:06:00,1867.0 -39071,sell_compound_top3,sell,2025-10-02 08:09:00,1867.0 -39072,sell_compound_top3,sell,2025-10-02 08:12:00,1868.0 -39073,sell_compound_top3,sell,2025-10-02 08:15:00,1868.0 -39074,sell_compound_top3,sell,2025-10-02 08:18:00,1869.0 -39075,sell_compound_top3,sell,2025-10-02 08:21:00,1870.0 -39076,sell_compound_top3,sell,2025-10-02 08:24:00,1870.0 -39077,sell_compound_top3,sell,2025-10-02 08:27:00,1869.0 -39078,sell_compound_top3,sell,2025-10-02 08:30:00,1873.0 -39079,sell_compound_top3,sell,2025-10-02 08:33:00,1874.0 -39080,sell_compound_top3,sell,2025-10-02 09:00:00,1873.0 -39081,sell_compound_top3,sell,2025-10-02 09:03:00,1877.0 -39082,sell_compound_top3,sell,2025-10-02 09:06:00,1876.0 -39083,sell_compound_top3,sell,2025-10-02 09:09:00,1876.0 -39084,sell_compound_top3,sell,2025-10-02 09:12:00,1874.0 -39085,sell_compound_top3,sell,2025-10-02 09:15:00,1876.0 -39086,sell_compound_top3,sell,2025-10-02 09:18:00,1876.0 -39087,sell_compound_top3,sell,2025-10-02 09:21:00,1878.0 -39088,sell_compound_top3,sell,2025-10-02 09:24:00,1874.0 -39089,sell_compound_top3,sell,2025-10-02 11:06:00,1902.0 -39090,sell_compound_top3,sell,2025-10-02 11:09:00,1899.0 -39091,sell_compound_top3,sell,2025-10-02 11:12:00,1899.0 -39092,sell_compound_top3,sell,2025-10-02 11:15:00,1901.0 -39093,sell_compound_top3,sell,2025-10-02 11:18:00,1900.0 -39094,sell_compound_top3,sell,2025-10-02 11:27:00,1905.0 -39095,sell_compound_top3,sell,2025-10-02 11:30:00,1908.0 -39096,sell_compound_top3,sell,2025-10-02 11:33:00,1910.0 -39097,sell_compound_top3,sell,2025-10-02 11:36:00,1921.0 -39098,sell_compound_top3,sell,2025-10-02 11:39:00,1915.0 -39099,sell_compound_top3,sell,2025-10-02 11:42:00,1917.0 -39100,sell_compound_top3,sell,2025-10-02 11:45:00,1918.0 -39101,sell_compound_top3,sell,2025-10-02 11:48:00,1920.0 -39102,sell_compound_top3,sell,2025-10-02 11:51:00,1917.0 -39103,sell_compound_top3,sell,2025-10-02 11:54:00,1914.0 -39104,sell_compound_top3,sell,2025-10-02 19:30:00,1889.0 -39105,sell_compound_top3,sell,2025-10-02 19:33:00,1890.0 -39106,sell_compound_top3,sell,2025-10-02 19:36:00,1890.0 -39107,sell_compound_top3,sell,2025-10-02 19:39:00,1890.0 -39108,sell_compound_top3,sell,2025-10-02 19:42:00,1891.0 -39109,sell_compound_top3,sell,2025-10-02 20:00:00,1901.0 -39110,sell_compound_top3,sell,2025-10-02 20:03:00,1900.0 -39111,sell_compound_top3,sell,2025-10-02 20:06:00,1899.0 -39112,sell_compound_top3,sell,2025-10-02 20:09:00,1899.0 -39113,sell_compound_top3,sell,2025-10-02 20:15:00,1904.0 -39114,sell_compound_top3,sell,2025-10-02 20:18:00,1911.0 -39115,sell_compound_top3,sell,2025-10-02 20:45:00,1913.0 -39116,sell_compound_top3,sell,2025-10-02 20:48:00,1916.0 -39117,sell_compound_top3,sell,2025-10-02 20:51:00,1914.0 -39118,sell_compound_top3,sell,2025-10-02 20:54:00,1915.0 -39119,sell_compound_top3,sell,2025-10-03 01:27:00,1891.0 -39120,sell_compound_top3,sell,2025-10-03 01:30:00,1889.0 -39121,sell_compound_top3,sell,2025-10-03 01:33:00,1886.0 -39122,sell_compound_top3,sell,2025-10-03 02:30:00,1892.0 -39123,sell_compound_top3,sell,2025-10-03 02:33:00,1890.0 -39124,sell_compound_top3,sell,2025-10-03 02:45:00,1895.0 -39125,sell_compound_top3,sell,2025-10-03 02:48:00,1896.0 -39126,sell_compound_top3,sell,2025-10-03 03:00:00,1897.0 -39127,sell_compound_top3,sell,2025-10-03 03:03:00,1900.0 -39128,sell_compound_top3,sell,2025-10-03 03:12:00,1903.0 -39129,sell_compound_top3,sell,2025-10-03 03:15:00,1905.0 -39130,sell_compound_top3,sell,2025-10-03 03:18:00,1903.0 -39131,sell_compound_top3,sell,2025-10-03 03:21:00,1904.0 -39132,sell_compound_top3,sell,2025-10-03 03:24:00,1904.0 -39133,sell_compound_top3,sell,2025-10-03 03:27:00,1904.0 -39134,sell_compound_top3,sell,2025-10-03 03:45:00,1908.0 -39135,sell_compound_top3,sell,2025-10-03 03:48:00,1908.0 -39136,sell_compound_top3,sell,2025-10-03 04:00:00,1910.0 -39137,sell_compound_top3,sell,2025-10-03 04:03:00,1910.0 -39138,sell_compound_top3,sell,2025-10-03 04:06:00,1914.0 -39139,sell_compound_top3,sell,2025-10-03 04:09:00,1920.0 -39140,sell_compound_top3,sell,2025-10-03 04:51:00,1914.0 -39141,sell_compound_top3,sell,2025-10-03 04:54:00,1918.0 -39142,sell_compound_top3,sell,2025-10-03 05:12:00,1922.0 -39143,sell_compound_top3,sell,2025-10-03 05:15:00,1924.0 -39144,sell_compound_top3,sell,2025-10-03 05:18:00,1924.0 -39145,sell_compound_top3,sell,2025-10-03 07:15:00,1928.0 -39146,sell_compound_top3,sell,2025-10-03 07:18:00,1922.0 -39147,sell_compound_top3,sell,2025-10-03 13:21:00,1917.0 -39148,sell_compound_top3,sell,2025-10-03 13:24:00,1920.0 -39149,sell_compound_top3,sell,2025-10-03 13:27:00,1917.0 -39150,sell_compound_top3,sell,2025-10-03 13:30:00,1916.0 -39151,sell_compound_top3,sell,2025-10-03 13:33:00,1914.0 -39152,sell_compound_top3,sell,2025-10-03 22:42:00,1895.0 -39153,sell_compound_top3,sell,2025-10-04 01:12:00,1927.0 -39154,sell_compound_top3,sell,2025-10-04 01:15:00,1930.0 -39155,sell_compound_top3,sell,2025-10-04 01:18:00,1921.0 -39156,sell_compound_top3,sell,2025-10-04 01:27:00,1928.0 -39157,sell_compound_top3,sell,2025-10-04 01:30:00,1930.0 -39158,sell_compound_top3,sell,2025-10-04 01:33:00,1937.0 -39159,sell_compound_top3,sell,2025-10-04 01:36:00,1946.0 -39160,sell_compound_top3,sell,2025-10-04 01:39:00,1945.0 -39161,sell_compound_top3,sell,2025-10-04 01:42:00,1949.0 -39162,sell_compound_top3,sell,2025-10-04 01:51:00,1958.0 -39163,sell_compound_top3,sell,2025-10-04 01:54:00,1950.0 -39164,sell_compound_top3,sell,2025-10-04 14:21:00,1876.0 -39165,sell_compound_top3,sell,2025-10-04 14:24:00,1878.0 -39166,sell_compound_top3,sell,2025-10-04 15:12:00,1878.0 -39167,sell_compound_top3,sell,2025-10-04 15:21:00,1876.0 -39168,sell_compound_top3,sell,2025-10-04 15:24:00,1879.0 -39169,sell_compound_top3,sell,2025-10-04 22:21:00,1844.0 -39170,sell_compound_top3,sell,2025-10-04 22:24:00,1847.0 -39171,sell_compound_top3,sell,2025-10-05 11:51:00,1822.0 -39172,sell_compound_top3,sell,2025-10-05 11:54:00,1818.0 -39173,sell_compound_top3,sell,2025-10-05 11:57:00,1823.0 -39174,sell_compound_top3,sell,2025-10-05 12:45:00,1832.0 -39175,sell_compound_top3,sell,2025-10-05 12:48:00,1831.0 -39176,sell_compound_top3,sell,2025-10-05 13:42:00,1835.0 -39177,sell_compound_top3,sell,2025-10-05 14:15:00,1849.0 -39178,sell_compound_top3,sell,2025-10-05 14:18:00,1853.0 -39179,sell_compound_top3,sell,2025-10-05 14:21:00,1857.0 -39180,sell_compound_top3,sell,2025-10-05 14:24:00,1857.0 -39181,sell_compound_top3,sell,2025-10-05 14:27:00,1863.0 -39182,sell_compound_top3,sell,2025-10-05 14:30:00,1865.0 -39183,sell_compound_top3,sell,2025-10-05 14:33:00,1864.0 -39184,sell_compound_top3,sell,2025-10-05 16:27:00,1870.0 -39185,sell_compound_top3,sell,2025-10-05 23:15:00,1840.0 -39186,sell_compound_top3,sell,2025-10-05 23:18:00,1841.0 -39187,sell_compound_top3,sell,2025-10-05 23:21:00,1836.0 -39188,sell_compound_top3,sell,2025-10-05 23:24:00,1835.0 -39189,sell_compound_top3,sell,2025-10-06 00:21:00,1840.0 -39190,sell_compound_top3,sell,2025-10-06 00:24:00,1841.0 -39191,sell_compound_top3,sell,2025-10-06 01:00:00,1845.0 -39192,sell_compound_top3,sell,2025-10-06 01:03:00,1845.0 -39193,sell_compound_top3,sell,2025-10-06 01:06:00,1840.0 -39194,sell_compound_top3,sell,2025-10-06 01:09:00,1841.0 -39195,sell_compound_top3,sell,2025-10-06 01:12:00,1844.0 -39196,sell_compound_top3,sell,2025-10-06 10:36:00,1815.0 -39197,sell_compound_top3,sell,2025-10-06 10:39:00,1817.0 -39198,sell_compound_top3,sell,2025-10-06 11:51:00,1821.0 -39199,sell_compound_top3,sell,2025-10-06 11:54:00,1812.0 -39200,sell_compound_top3,sell,2025-10-06 15:30:00,1809.0 -39201,sell_compound_top3,sell,2025-10-06 15:33:00,1809.0 -39202,sell_compound_top3,sell,2025-10-06 15:42:00,1807.0 -39203,sell_compound_top3,sell,2025-10-06 16:12:00,1808.0 -39204,sell_compound_top3,sell,2025-10-06 21:30:00,1807.0 -39205,sell_compound_top3,sell,2025-10-06 21:33:00,1806.0 -39206,sell_compound_top3,sell,2025-10-06 21:57:00,1807.0 -39207,sell_compound_top3,sell,2025-10-06 22:06:00,1813.0 -39208,sell_compound_top3,sell,2025-10-06 22:09:00,1814.0 -39209,sell_compound_top3,sell,2025-10-06 22:51:00,1817.0 -39210,sell_compound_top3,sell,2025-10-06 22:54:00,1820.0 -39211,sell_compound_top3,sell,2025-10-06 23:15:00,1823.0 -39212,sell_compound_top3,sell,2025-10-06 23:18:00,1826.0 -39213,sell_compound_top3,sell,2025-10-07 00:36:00,1854.0 -39214,sell_compound_top3,sell,2025-10-07 00:39:00,1854.0 -39215,sell_compound_top3,sell,2025-10-07 00:42:00,1849.0 -39216,sell_compound_top3,sell,2025-10-07 02:21:00,1854.0 -39217,sell_compound_top3,sell,2025-10-07 02:24:00,1857.0 -39218,sell_compound_top3,sell,2025-10-07 02:27:00,1857.0 -39219,sell_compound_top3,sell,2025-10-07 02:36:00,1852.0 -39220,sell_compound_top3,sell,2025-10-07 02:39:00,1852.0 -39221,sell_compound_top3,sell,2025-10-07 02:42:00,1853.0 -39222,sell_compound_top3,sell,2025-10-07 02:45:00,1854.0 -39223,sell_compound_top3,sell,2025-10-07 02:48:00,1852.0 -39224,sell_compound_top3,sell,2025-10-07 03:06:00,1863.0 -39225,sell_compound_top3,sell,2025-10-07 03:09:00,1863.0 -39226,sell_compound_top3,sell,2025-10-07 03:12:00,1860.0 -39227,sell_compound_top3,sell,2025-10-07 03:15:00,1864.0 -39228,sell_compound_top3,sell,2025-10-07 03:18:00,1863.0 -39229,sell_compound_top3,sell,2025-10-07 03:21:00,1865.0 -39230,sell_compound_top3,sell,2025-10-07 03:24:00,1866.0 -39231,sell_compound_top3,sell,2025-10-07 03:27:00,1865.0 -39232,sell_compound_top3,sell,2025-10-07 03:57:00,1869.0 -39233,sell_compound_top3,sell,2025-10-07 06:51:00,1871.0 -39234,sell_compound_top3,sell,2025-10-07 06:54:00,1870.0 -39235,sell_compound_top3,sell,2025-10-07 07:12:00,1877.0 -39236,sell_compound_top3,sell,2025-10-07 07:15:00,1878.0 -39237,sell_compound_top3,sell,2025-10-07 07:18:00,1882.0 -39238,sell_compound_top3,sell,2025-10-07 10:42:00,1874.0 -39239,sell_compound_top3,sell,2025-10-07 13:57:00,1878.0 -39240,sell_compound_top3,sell,2025-10-07 14:51:00,1883.0 -39241,sell_compound_top3,sell,2025-10-07 14:54:00,1881.0 -39242,sell_compound_top3,sell,2025-10-07 22:12:00,1838.0 -39243,sell_compound_top3,sell,2025-10-08 05:21:00,1756.0 -39244,sell_compound_top3,sell,2025-10-08 05:24:00,1755.0 -39245,sell_compound_top3,sell,2025-10-08 05:27:00,1759.0 -39246,sell_compound_top3,sell,2025-10-08 05:45:00,1761.0 -39247,sell_compound_top3,sell,2025-10-08 05:48:00,1763.0 -39248,sell_compound_top3,sell,2025-10-08 05:51:00,1764.0 -39249,sell_compound_top3,sell,2025-10-08 05:54:00,1765.0 -39250,sell_compound_top3,sell,2025-10-08 05:57:00,1766.0 -39251,sell_compound_top3,sell,2025-10-08 06:21:00,1766.0 -39252,sell_compound_top3,sell,2025-10-08 06:24:00,1767.0 -39253,sell_compound_top3,sell,2025-10-08 11:36:00,1748.0 -39254,sell_compound_top3,sell,2025-10-08 11:39:00,1747.0 -39255,sell_compound_top3,sell,2025-10-08 17:15:00,1725.0 -39256,sell_compound_top3,sell,2025-10-08 17:18:00,1726.0 -39257,sell_compound_top3,sell,2025-10-08 17:21:00,1728.0 -39258,sell_compound_top3,sell,2025-10-08 17:24:00,1724.0 -39259,sell_compound_top3,sell,2025-10-09 01:12:00,1738.0 -39260,sell_compound_top3,sell,2025-10-09 01:21:00,1737.0 -39261,sell_compound_top3,sell,2025-10-09 01:24:00,1735.0 -39262,sell_compound_top3,sell,2025-10-09 01:27:00,1739.0 -39263,sell_compound_top3,sell,2025-10-09 01:42:00,1737.0 -39264,sell_compound_top3,sell,2025-10-09 01:57:00,1743.0 -39265,sell_compound_top3,sell,2025-10-09 02:00:00,1746.0 -39266,sell_compound_top3,sell,2025-10-09 02:03:00,1745.0 -39267,sell_compound_top3,sell,2025-10-09 02:30:00,1767.0 -39268,sell_compound_top3,sell,2025-10-09 02:33:00,1769.0 -39269,sell_compound_top3,sell,2025-10-09 02:36:00,1767.0 -39270,sell_compound_top3,sell,2025-10-09 02:39:00,1765.0 -39271,sell_compound_top3,sell,2025-10-09 02:42:00,1763.0 -39272,sell_compound_top3,sell,2025-10-09 02:45:00,1768.0 -39273,sell_compound_top3,sell,2025-10-09 02:48:00,1768.0 -39274,sell_compound_top3,sell,2025-10-09 02:51:00,1783.0 -39275,sell_compound_top3,sell,2025-10-09 02:54:00,1790.0 -39276,sell_compound_top3,sell,2025-10-09 03:12:00,1791.0 -39277,sell_compound_top3,sell,2025-10-09 03:15:00,1791.0 -39278,sell_compound_top3,sell,2025-10-09 03:18:00,1792.0 -39279,sell_compound_top3,sell,2025-10-09 03:21:00,1805.0 -39280,sell_compound_top3,sell,2025-10-09 03:24:00,1810.0 -39281,sell_compound_top3,sell,2025-10-09 03:27:00,1817.0 -39282,sell_compound_top3,sell,2025-10-09 03:30:00,1809.0 -39283,sell_compound_top3,sell,2025-10-09 03:33:00,1814.0 -39284,sell_compound_top3,sell,2025-10-09 03:36:00,1808.0 -39285,sell_compound_top3,sell,2025-10-09 03:39:00,1823.0 -39286,sell_compound_top3,sell,2025-10-09 03:42:00,1811.0 -39287,sell_compound_top3,sell,2025-10-09 03:57:00,1822.0 -39288,sell_compound_top3,sell,2025-10-09 04:00:00,1819.0 -39289,sell_compound_top3,sell,2025-10-09 04:03:00,1822.0 -39290,sell_compound_top3,sell,2025-10-09 04:06:00,1822.0 -39291,sell_compound_top3,sell,2025-10-09 04:09:00,1819.0 -39292,sell_compound_top3,sell,2025-10-09 05:51:00,1829.0 -39293,sell_compound_top3,sell,2025-10-09 05:54:00,1842.0 -39294,sell_compound_top3,sell,2025-10-09 06:27:00,1839.0 -39295,sell_compound_top3,sell,2025-10-09 06:30:00,1842.0 -39296,sell_compound_top3,sell,2025-10-09 06:33:00,1840.0 -39297,sell_compound_top3,sell,2025-10-09 08:51:00,1841.0 -39298,sell_compound_top3,sell,2025-10-09 08:54:00,1843.0 -39299,sell_compound_top3,sell,2025-10-09 08:57:00,1845.0 -39300,sell_compound_top3,sell,2025-10-09 20:42:00,1761.0 -39301,sell_compound_top3,sell,2025-10-09 20:45:00,1763.0 -39302,sell_compound_top3,sell,2025-10-09 20:48:00,1759.0 -39303,sell_compound_top3,sell,2025-10-09 21:21:00,1766.0 -39304,sell_compound_top3,sell,2025-10-09 21:24:00,1770.0 -39305,sell_compound_top3,sell,2025-10-09 21:27:00,1766.0 -39306,sell_compound_top3,sell,2025-10-09 21:30:00,1766.0 -39307,sell_compound_top3,sell,2025-10-09 21:33:00,1772.0 -39308,sell_compound_top3,sell,2025-10-09 21:36:00,1768.0 -39309,sell_compound_top3,sell,2025-10-09 21:39:00,1770.0 -39310,sell_compound_top3,sell,2025-10-09 22:00:00,1769.0 -39311,sell_compound_top3,sell,2025-10-09 22:03:00,1771.0 -39312,sell_compound_top3,sell,2025-10-10 01:30:00,1757.0 -39313,sell_compound_top3,sell,2025-10-10 01:33:00,1751.0 -39314,sell_compound_top3,sell,2025-10-10 01:42:00,1754.0 -39315,sell_compound_top3,sell,2025-10-10 02:12:00,1764.0 -39316,sell_compound_top3,sell,2025-10-10 03:06:00,1763.0 -39317,sell_compound_top3,sell,2025-10-10 03:09:00,1759.0 -39318,sell_compound_top3,sell,2025-10-10 06:21:00,1761.0 -39319,sell_compound_top3,sell,2025-10-10 06:24:00,1760.0 -39320,sell_compound_top3,sell,2025-10-10 06:45:00,1760.0 -39321,sell_compound_top3,sell,2025-10-10 06:48:00,1761.0 -39322,sell_compound_top3,sell,2025-10-10 09:57:00,1767.0 -39323,sell_compound_top3,sell,2025-10-10 10:00:00,1769.0 -39324,sell_compound_top3,sell,2025-10-10 10:03:00,1770.0 -39325,sell_compound_top3,sell,2025-10-10 10:21:00,1786.0 -39326,sell_compound_top3,sell,2025-10-10 10:24:00,1782.0 -39327,sell_compound_top3,sell,2025-10-10 11:30:00,1799.0 -39328,sell_compound_top3,sell,2025-10-10 11:33:00,1798.0 -39329,sell_compound_top3,sell,2025-10-10 20:00:00,1813.0 -39330,sell_compound_top3,sell,2025-10-10 20:03:00,1814.0 -39331,sell_compound_top3,sell,2025-10-10 20:30:00,1818.0 -39332,sell_compound_top3,sell,2025-10-10 20:33:00,1819.0 -39333,sell_compound_top3,sell,2025-10-10 20:36:00,1820.0 -39334,sell_compound_top3,sell,2025-10-10 20:39:00,1827.0 -39335,sell_compound_top3,sell,2025-10-10 21:06:00,1848.0 -39336,sell_compound_top3,sell,2025-10-10 21:09:00,1857.0 -39337,sell_compound_top3,sell,2025-10-10 21:12:00,1848.0 -39338,sell_compound_top3,sell,2025-10-10 21:15:00,1848.0 -39339,sell_compound_top3,sell,2025-10-10 21:18:00,1846.0 -39340,sell_compound_top3,sell,2025-10-10 21:45:00,1856.0 -39341,sell_compound_top3,sell,2025-10-10 21:48:00,1856.0 -39342,sell_compound_top3,sell,2025-10-10 21:51:00,1864.0 -39343,sell_compound_top3,sell,2025-10-10 21:54:00,1864.0 -39344,sell_compound_top3,sell,2025-10-10 21:57:00,1866.0 -39345,sell_compound_top3,sell,2025-10-10 22:15:00,1879.0 -39346,sell_compound_top3,sell,2025-10-10 22:18:00,1877.0 -39347,sell_compound_top3,sell,2025-10-10 22:21:00,1892.0 -39348,sell_compound_top3,sell,2025-10-10 22:24:00,1891.0 -39349,sell_compound_top3,sell,2025-10-10 22:27:00,1890.0 -39350,sell_compound_top3,sell,2025-10-10 22:30:00,1885.0 -39351,sell_compound_top3,sell,2025-10-10 22:33:00,1886.0 -39352,sell_compound_top3,sell,2025-10-11 11:42:00,1445.0 -39353,sell_compound_top3,sell,2025-10-11 11:45:00,1440.0 -39354,sell_compound_top3,sell,2025-10-11 11:48:00,1427.0 -39355,sell_compound_top3,sell,2025-10-11 14:57:00,1463.0 -39356,sell_compound_top3,sell,2025-10-11 15:21:00,1460.0 -39357,sell_compound_top3,sell,2025-10-11 15:24:00,1454.0 -39358,sell_compound_top3,sell,2025-10-11 17:42:00,1482.0 -39359,sell_compound_top3,sell,2025-10-11 17:45:00,1475.0 -39360,sell_compound_top3,sell,2025-10-11 17:48:00,1485.0 -39361,sell_compound_top3,sell,2025-10-11 18:00:00,1497.0 -39362,sell_compound_top3,sell,2025-10-11 18:03:00,1507.0 -39363,sell_compound_top3,sell,2025-10-11 18:12:00,1490.0 -39364,sell_compound_top3,sell,2025-10-11 18:27:00,1500.0 -39365,sell_compound_top3,sell,2025-10-12 07:36:00,1420.0 -39366,sell_compound_top3,sell,2025-10-12 07:39:00,1426.0 -39367,sell_compound_top3,sell,2025-10-12 07:42:00,1420.0 -39368,sell_compound_top3,sell,2025-10-12 13:12:00,1400.0 -39369,sell_compound_top3,sell,2025-10-12 13:27:00,1405.0 -39370,sell_compound_top3,sell,2025-10-12 13:30:00,1408.0 -39371,sell_compound_top3,sell,2025-10-12 13:33:00,1413.0 -39372,sell_compound_top3,sell,2025-10-12 13:36:00,1410.0 -39373,sell_compound_top3,sell,2025-10-12 13:39:00,1412.0 -39374,sell_compound_top3,sell,2025-10-12 13:42:00,1409.0 -39375,sell_compound_top3,sell,2025-10-12 13:45:00,1412.0 -39376,sell_compound_top3,sell,2025-10-12 13:48:00,1418.0 -39377,sell_compound_top3,sell,2025-10-12 15:21:00,1412.0 -39378,sell_compound_top3,sell,2025-10-12 15:24:00,1409.0 -39379,sell_compound_top3,sell,2025-10-12 15:27:00,1414.0 -39380,sell_compound_top3,sell,2025-10-12 15:36:00,1415.0 -39381,sell_compound_top3,sell,2025-10-12 15:39:00,1412.0 -39382,sell_compound_top3,sell,2025-10-12 21:21:00,1400.0 -39383,sell_compound_top3,sell,2025-10-12 21:24:00,1406.0 -39384,sell_compound_top3,sell,2025-10-12 21:36:00,1402.0 -39385,sell_compound_top3,sell,2025-10-12 21:39:00,1403.0 -39386,sell_compound_top3,sell,2025-10-12 21:42:00,1411.0 -39387,sell_compound_top3,sell,2025-10-12 21:45:00,1411.0 -39388,sell_compound_top3,sell,2025-10-12 21:48:00,1410.0 -39389,sell_compound_top3,sell,2025-10-12 21:51:00,1414.0 -39390,sell_compound_top3,sell,2025-10-12 21:54:00,1411.0 -39391,sell_compound_top3,sell,2025-10-13 00:27:00,1509.0 -39392,sell_compound_top3,sell,2025-10-13 01:06:00,1544.0 -39393,sell_compound_top3,sell,2025-10-13 01:09:00,1536.0 -39394,sell_compound_top3,sell,2025-10-13 01:12:00,1526.0 -39395,sell_compound_top3,sell,2025-10-13 01:15:00,1534.0 -39396,sell_compound_top3,sell,2025-10-13 01:18:00,1533.0 -39397,sell_compound_top3,sell,2025-10-13 01:21:00,1550.0 -39398,sell_compound_top3,sell,2025-10-13 01:24:00,1560.0 -39399,sell_compound_top3,sell,2025-10-13 01:36:00,1552.0 -39400,sell_compound_top3,sell,2025-10-13 01:39:00,1548.0 -39401,sell_compound_top3,sell,2025-10-13 01:45:00,1574.0 -39402,sell_compound_top3,sell,2025-10-13 01:48:00,1558.0 -39403,sell_compound_top3,sell,2025-10-13 01:51:00,1567.0 -39404,sell_compound_top3,sell,2025-10-13 01:54:00,1559.0 -39405,sell_compound_top3,sell,2025-10-13 12:12:00,1509.0 -39406,sell_compound_top3,sell,2025-10-13 15:42:00,1506.0 -39407,sell_compound_top3,sell,2025-10-13 15:51:00,1511.0 -39408,sell_compound_top3,sell,2025-10-13 15:54:00,1516.0 -39409,sell_compound_top3,sell,2025-10-13 15:57:00,1514.0 -39410,sell_compound_top3,sell,2025-10-13 16:12:00,1513.0 -39411,sell_compound_top3,sell,2025-10-13 23:00:00,1509.0 -39412,sell_compound_top3,sell,2025-10-13 23:03:00,1500.0 -39413,sell_compound_top3,sell,2025-10-14 00:21:00,1507.0 -39414,sell_compound_top3,sell,2025-10-14 00:24:00,1506.0 -39415,sell_compound_top3,sell,2025-10-14 00:27:00,1509.0 -39416,sell_compound_top3,sell,2025-10-14 00:36:00,1514.0 -39417,sell_compound_top3,sell,2025-10-14 00:39:00,1512.0 -39418,sell_compound_top3,sell,2025-10-14 00:42:00,1512.0 -39419,sell_compound_top3,sell,2025-10-14 00:57:00,1513.0 -39420,sell_compound_top3,sell,2025-10-14 06:06:00,1506.0 -39421,sell_compound_top3,sell,2025-10-14 06:09:00,1508.0 -39422,sell_compound_top3,sell,2025-10-14 06:12:00,1508.0 -39423,sell_compound_top3,sell,2025-10-14 06:15:00,1508.0 -39424,sell_compound_top3,sell,2025-10-14 06:18:00,1511.0 -39425,sell_compound_top3,sell,2025-10-14 06:21:00,1510.0 -39426,sell_compound_top3,sell,2025-10-14 06:24:00,1504.0 -39427,sell_compound_top3,sell,2025-10-14 06:45:00,1509.0 -39428,sell_compound_top3,sell,2025-10-14 06:48:00,1512.0 -39429,sell_compound_top3,sell,2025-10-14 18:12:00,1412.0 -39430,sell_compound_top3,sell,2025-10-14 18:15:00,1413.0 -39431,sell_compound_top3,sell,2025-10-14 18:18:00,1413.0 -39432,sell_compound_top3,sell,2025-10-14 20:12:00,1418.0 -39433,sell_compound_top3,sell,2025-10-14 20:15:00,1421.0 -39434,sell_compound_top3,sell,2025-10-14 20:18:00,1417.0 -39435,sell_compound_top3,sell,2025-10-14 20:21:00,1418.0 -39436,sell_compound_top3,sell,2025-10-14 20:24:00,1420.0 -39437,sell_compound_top3,sell,2025-10-14 20:27:00,1417.0 -39438,sell_compound_top3,sell,2025-10-14 23:27:00,1429.0 -39439,sell_compound_top3,sell,2025-10-14 23:45:00,1433.0 -39440,sell_compound_top3,sell,2025-10-14 23:48:00,1433.0 -39441,sell_compound_top3,sell,2025-10-15 00:36:00,1436.0 -39442,sell_compound_top3,sell,2025-10-15 00:39:00,1436.0 -39443,sell_compound_top3,sell,2025-10-15 01:36:00,1459.0 -39444,sell_compound_top3,sell,2025-10-15 01:39:00,1457.0 -39445,sell_compound_top3,sell,2025-10-15 01:42:00,1452.0 -39446,sell_compound_top3,sell,2025-10-15 01:45:00,1464.0 -39447,sell_compound_top3,sell,2025-10-15 01:48:00,1463.0 -39448,sell_compound_top3,sell,2025-10-15 01:51:00,1464.0 -39449,sell_compound_top3,sell,2025-10-15 01:54:00,1463.0 -39450,sell_compound_top3,sell,2025-10-15 07:15:00,1448.0 -39451,sell_compound_top3,sell,2025-10-15 07:18:00,1448.0 -39452,sell_compound_top3,sell,2025-10-15 07:21:00,1448.0 -39453,sell_compound_top3,sell,2025-10-15 07:24:00,1447.0 -39454,sell_compound_top3,sell,2025-10-15 14:15:00,1459.0 -39455,sell_compound_top3,sell,2025-10-15 14:18:00,1459.0 -39456,sell_compound_top3,sell,2025-10-15 14:21:00,1460.0 -39457,sell_compound_top3,sell,2025-10-15 14:24:00,1457.0 -39458,sell_compound_top3,sell,2025-10-15 17:42:00,1461.0 -39459,sell_compound_top3,sell,2025-10-15 23:15:00,1455.0 -39460,sell_compound_top3,sell,2025-10-15 23:18:00,1455.0 -39461,sell_compound_top3,sell,2025-10-15 23:21:00,1454.0 -39462,sell_compound_top3,sell,2025-10-15 23:24:00,1456.0 -39463,sell_compound_top3,sell,2025-10-16 10:12:00,1424.0 -39464,sell_compound_top3,sell,2025-10-16 10:15:00,1422.0 -39465,sell_compound_top3,sell,2025-10-16 10:18:00,1423.0 -39466,sell_compound_top3,sell,2025-10-16 10:21:00,1422.0 -39467,sell_compound_top3,sell,2025-10-16 10:24:00,1420.0 -39468,sell_compound_top3,sell,2025-10-16 10:27:00,1422.0 -39469,sell_compound_top3,sell,2025-10-16 10:51:00,1428.0 -39470,sell_compound_top3,sell,2025-10-16 10:54:00,1433.0 -39471,sell_compound_top3,sell,2025-10-16 11:00:00,1431.0 -39472,sell_compound_top3,sell,2025-10-16 11:03:00,1430.0 -39473,sell_compound_top3,sell,2025-10-16 11:06:00,1430.0 -39474,sell_compound_top3,sell,2025-10-16 11:09:00,1435.0 -39475,sell_compound_top3,sell,2025-10-16 11:12:00,1430.0 -39476,sell_compound_top3,sell,2025-10-16 16:51:00,1424.0 -39477,sell_compound_top3,sell,2025-10-16 16:54:00,1422.0 -39478,sell_compound_top3,sell,2025-10-16 18:57:00,1427.0 -39479,sell_compound_top3,sell,2025-10-16 19:00:00,1429.0 -39480,sell_compound_top3,sell,2025-10-16 19:03:00,1434.0 -39481,sell_compound_top3,sell,2025-10-16 19:06:00,1432.0 -39482,sell_compound_top3,sell,2025-10-16 19:09:00,1432.0 -39483,sell_compound_top3,sell,2025-10-16 19:12:00,1430.0 -39484,sell_compound_top3,sell,2025-10-16 19:15:00,1440.0 -39485,sell_compound_top3,sell,2025-10-16 19:18:00,1444.0 -39486,sell_compound_top3,sell,2025-10-16 19:21:00,1439.0 -39487,sell_compound_top3,sell,2025-10-16 19:24:00,1438.0 -39488,sell_compound_top3,sell,2025-10-17 10:12:00,1381.0 -39489,sell_compound_top3,sell,2025-10-17 18:45:00,1318.0 -39490,sell_compound_top3,sell,2025-10-17 18:48:00,1320.0 -39491,sell_compound_top3,sell,2025-10-17 18:51:00,1315.0 -39492,sell_compound_top3,sell,2025-10-17 18:54:00,1314.0 -39493,sell_compound_top3,sell,2025-10-17 20:30:00,1325.0 -39494,sell_compound_top3,sell,2025-10-17 20:33:00,1322.0 -39495,sell_compound_top3,sell,2025-10-17 20:36:00,1324.0 -39496,sell_compound_top3,sell,2025-10-17 20:39:00,1323.0 -39497,sell_compound_top3,sell,2025-10-17 21:21:00,1334.0 -39498,sell_compound_top3,sell,2025-10-17 21:24:00,1337.0 -39499,sell_compound_top3,sell,2025-10-18 01:15:00,1336.0 -39500,sell_compound_top3,sell,2025-10-18 01:18:00,1339.0 -39501,sell_compound_top3,sell,2025-10-18 01:21:00,1338.0 -39502,sell_compound_top3,sell,2025-10-18 01:24:00,1339.0 -39503,sell_compound_top3,sell,2025-10-18 02:21:00,1345.0 -39504,sell_compound_top3,sell,2025-10-18 02:24:00,1351.0 -39505,sell_compound_top3,sell,2025-10-18 02:36:00,1345.0 -39506,sell_compound_top3,sell,2025-10-18 02:39:00,1345.0 -39507,sell_compound_top3,sell,2025-10-18 02:51:00,1354.0 -39508,sell_compound_top3,sell,2025-10-18 02:54:00,1359.0 -39509,sell_compound_top3,sell,2025-10-18 03:21:00,1354.0 -39510,sell_compound_top3,sell,2025-10-18 03:24:00,1357.0 -39511,sell_compound_top3,sell,2025-10-18 06:12:00,1356.0 -39512,sell_compound_top3,sell,2025-10-18 06:21:00,1352.0 -39513,sell_compound_top3,sell,2025-10-18 06:24:00,1352.0 -39514,sell_compound_top3,sell,2025-10-18 06:27:00,1351.0 -39515,sell_compound_top3,sell,2025-10-18 10:12:00,1353.0 -39516,sell_compound_top3,sell,2025-10-18 10:21:00,1354.0 -39517,sell_compound_top3,sell,2025-10-18 10:24:00,1355.0 -39518,sell_compound_top3,sell,2025-10-18 10:27:00,1357.0 -39519,sell_compound_top3,sell,2025-10-18 10:30:00,1356.0 -39520,sell_compound_top3,sell,2025-10-18 10:33:00,1357.0 -39521,sell_compound_top3,sell,2025-10-18 10:36:00,1357.0 -39522,sell_compound_top3,sell,2025-10-18 10:39:00,1357.0 -39523,sell_compound_top3,sell,2025-10-18 10:42:00,1357.0 -39524,sell_compound_top3,sell,2025-10-18 11:00:00,1357.0 -39525,sell_compound_top3,sell,2025-10-18 11:03:00,1357.0 -39526,sell_compound_top3,sell,2025-10-18 16:42:00,1361.0 -39527,sell_compound_top3,sell,2025-10-18 16:45:00,1359.0 -39528,sell_compound_top3,sell,2025-10-18 16:48:00,1356.0 -39529,sell_compound_top3,sell,2025-10-18 16:51:00,1360.0 -39530,sell_compound_top3,sell,2025-10-18 16:54:00,1360.0 -39531,sell_compound_top3,sell,2025-10-18 17:21:00,1359.0 -39532,sell_compound_top3,sell,2025-10-18 17:24:00,1359.0 -39533,sell_compound_top3,sell,2025-10-18 18:30:00,1363.0 -39534,sell_compound_top3,sell,2025-10-18 18:33:00,1362.0 -39535,sell_compound_top3,sell,2025-10-18 18:36:00,1361.0 -39536,sell_compound_top3,sell,2025-10-18 18:39:00,1361.0 -39537,sell_compound_top3,sell,2025-10-18 18:51:00,1367.0 -39538,sell_compound_top3,sell,2025-10-18 18:54:00,1370.0 -39539,sell_compound_top3,sell,2025-10-18 19:12:00,1369.0 -39540,sell_compound_top3,sell,2025-10-19 03:06:00,1355.0 -39541,sell_compound_top3,sell,2025-10-19 03:09:00,1354.0 -39542,sell_compound_top3,sell,2025-10-19 03:30:00,1358.0 -39543,sell_compound_top3,sell,2025-10-19 03:33:00,1360.0 -39544,sell_compound_top3,sell,2025-10-19 03:36:00,1361.0 -39545,sell_compound_top3,sell,2025-10-19 03:39:00,1362.0 -39546,sell_compound_top3,sell,2025-10-19 03:42:00,1360.0 -39547,sell_compound_top3,sell,2025-10-19 12:36:00,1352.0 -39548,sell_compound_top3,sell,2025-10-19 12:39:00,1352.0 -39549,sell_compound_top3,sell,2025-10-19 18:57:00,1349.0 -39550,sell_compound_top3,sell,2025-10-19 19:00:00,1347.0 -39551,sell_compound_top3,sell,2025-10-19 19:03:00,1349.0 -39552,sell_compound_top3,sell,2025-10-19 19:21:00,1351.0 -39553,sell_compound_top3,sell,2025-10-19 19:24:00,1357.0 -39554,sell_compound_top3,sell,2025-10-19 19:36:00,1361.0 -39555,sell_compound_top3,sell,2025-10-19 19:39:00,1362.0 -39556,sell_compound_top3,sell,2025-10-19 19:42:00,1365.0 -39557,sell_compound_top3,sell,2025-10-19 19:45:00,1365.0 -39558,sell_compound_top3,sell,2025-10-19 19:48:00,1362.0 -39559,sell_compound_top3,sell,2025-10-19 20:06:00,1368.0 -39560,sell_compound_top3,sell,2025-10-19 20:09:00,1372.0 -39561,sell_compound_top3,sell,2025-10-19 20:12:00,1376.0 -39562,sell_compound_top3,sell,2025-10-19 20:15:00,1377.0 -39563,sell_compound_top3,sell,2025-10-19 20:18:00,1377.0 -39564,sell_compound_top3,sell,2025-10-19 20:21:00,1371.0 -39565,sell_compound_top3,sell,2025-10-19 20:24:00,1369.0 -39566,sell_compound_top3,sell,2025-10-19 23:21:00,1390.0 -39567,sell_compound_top3,sell,2025-10-19 23:24:00,1391.0 -39568,sell_compound_top3,sell,2025-10-19 23:27:00,1389.0 -39569,sell_compound_top3,sell,2025-10-19 23:30:00,1393.0 -39570,sell_compound_top3,sell,2025-10-19 23:33:00,1394.0 -39571,sell_compound_top3,sell,2025-10-19 23:36:00,1390.0 -39572,sell_compound_top3,sell,2025-10-19 23:39:00,1390.0 -39573,sell_compound_top3,sell,2025-10-19 23:45:00,1397.0 -39574,sell_compound_top3,sell,2025-10-19 23:48:00,1397.0 -39575,sell_compound_top3,sell,2025-10-19 23:51:00,1400.0 -39576,sell_compound_top3,sell,2025-10-19 23:54:00,1403.0 -39577,sell_compound_top3,sell,2025-10-19 23:57:00,1402.0 -39578,sell_compound_top3,sell,2025-10-20 00:00:00,1403.0 -39579,sell_compound_top3,sell,2025-10-20 00:03:00,1400.0 -39580,sell_compound_top3,sell,2025-10-20 00:06:00,1399.0 -39581,sell_compound_top3,sell,2025-10-20 00:09:00,1398.0 -39582,sell_compound_top3,sell,2025-10-20 00:12:00,1401.0 -39583,sell_compound_top3,sell,2025-10-20 02:12:00,1405.0 -39584,sell_compound_top3,sell,2025-10-20 02:15:00,1404.0 -39585,sell_compound_top3,sell,2025-10-20 02:18:00,1407.0 -39586,sell_compound_top3,sell,2025-10-20 06:00:00,1402.0 -39587,sell_compound_top3,sell,2025-10-20 06:03:00,1400.0 -39588,sell_compound_top3,sell,2025-10-20 12:21:00,1372.0 -39589,sell_compound_top3,sell,2025-10-20 12:24:00,1371.0 -39590,sell_compound_top3,sell,2025-10-20 12:42:00,1375.0 -39591,sell_compound_top3,sell,2025-10-20 13:12:00,1395.0 -39592,sell_compound_top3,sell,2025-10-20 13:15:00,1400.0 -39593,sell_compound_top3,sell,2025-10-20 13:18:00,1395.0 -39594,sell_compound_top3,sell,2025-10-20 15:12:00,1403.0 -39595,sell_compound_top3,sell,2025-10-20 15:21:00,1402.0 -39596,sell_compound_top3,sell,2025-10-20 15:24:00,1403.0 -39597,sell_compound_top3,sell,2025-10-20 15:27:00,1404.0 -39598,sell_compound_top3,sell,2025-10-20 15:42:00,1408.0 -39599,sell_compound_top3,sell,2025-10-20 15:45:00,1409.0 -39600,sell_compound_top3,sell,2025-10-20 15:48:00,1408.0 -39601,sell_compound_top3,sell,2025-10-20 15:51:00,1406.0 -39602,sell_compound_top3,sell,2025-10-20 15:54:00,1407.0 -39603,sell_compound_top3,sell,2025-10-20 15:57:00,1409.0 -39604,sell_compound_top3,sell,2025-10-20 19:36:00,1401.0 -39605,sell_compound_top3,sell,2025-10-20 19:39:00,1402.0 -39606,sell_compound_top3,sell,2025-10-20 23:00:00,1407.0 -39607,sell_compound_top3,sell,2025-10-20 23:03:00,1401.0 -39608,sell_compound_top3,sell,2025-10-21 04:51:00,1381.0 -39609,sell_compound_top3,sell,2025-10-21 04:54:00,1381.0 -39610,sell_compound_top3,sell,2025-10-21 16:30:00,1342.0 -39611,sell_compound_top3,sell,2025-10-21 16:33:00,1343.0 -39612,sell_compound_top3,sell,2025-10-21 17:00:00,1342.0 -39613,sell_compound_top3,sell,2025-10-21 17:03:00,1340.0 -39614,sell_compound_top3,sell,2025-10-21 20:06:00,1343.0 -39615,sell_compound_top3,sell,2025-10-21 20:09:00,1342.0 -39616,sell_compound_top3,sell,2025-10-21 20:12:00,1341.0 -39617,sell_compound_top3,sell,2025-10-21 20:15:00,1343.0 -39618,sell_compound_top3,sell,2025-10-21 20:18:00,1346.0 -39619,sell_compound_top3,sell,2025-10-21 20:27:00,1350.0 -39620,sell_compound_top3,sell,2025-10-21 20:30:00,1348.0 -39621,sell_compound_top3,sell,2025-10-21 20:33:00,1345.0 -39622,sell_compound_top3,sell,2025-10-21 20:36:00,1347.0 -39623,sell_compound_top3,sell,2025-10-21 20:39:00,1347.0 -39624,sell_compound_top3,sell,2025-10-21 21:30:00,1355.0 -39625,sell_compound_top3,sell,2025-10-21 21:33:00,1356.0 -39626,sell_compound_top3,sell,2025-10-21 21:36:00,1353.0 -39627,sell_compound_top3,sell,2025-10-21 21:39:00,1356.0 -39628,sell_compound_top3,sell,2025-10-21 21:45:00,1358.0 -39629,sell_compound_top3,sell,2025-10-21 21:48:00,1357.0 -39630,sell_compound_top3,sell,2025-10-21 23:36:00,1385.0 -39631,sell_compound_top3,sell,2025-10-21 23:39:00,1385.0 -39632,sell_compound_top3,sell,2025-10-21 23:45:00,1382.0 -39633,sell_compound_top3,sell,2025-10-21 23:48:00,1386.0 -39634,sell_compound_top3,sell,2025-10-21 23:51:00,1395.0 -39635,sell_compound_top3,sell,2025-10-21 23:54:00,1400.0 -39636,sell_compound_top3,sell,2025-10-21 23:57:00,1410.0 -39637,sell_compound_top3,sell,2025-10-22 00:06:00,1416.0 -39638,sell_compound_top3,sell,2025-10-22 00:09:00,1422.0 -39639,sell_compound_top3,sell,2025-10-22 00:15:00,1425.0 -39640,sell_compound_top3,sell,2025-10-22 00:18:00,1427.0 -39641,sell_compound_top3,sell,2025-10-22 00:21:00,1430.0 -39642,sell_compound_top3,sell,2025-10-22 00:24:00,1437.0 -39643,sell_compound_top3,sell,2025-10-22 00:27:00,1424.0 -39644,sell_compound_top3,sell,2025-10-22 13:21:00,1344.0 -39645,sell_compound_top3,sell,2025-10-22 13:24:00,1347.0 -39646,sell_compound_top3,sell,2025-10-22 13:27:00,1345.0 -39647,sell_compound_top3,sell,2025-10-22 13:30:00,1346.0 -39648,sell_compound_top3,sell,2025-10-22 13:33:00,1349.0 -39649,sell_compound_top3,sell,2025-10-22 13:36:00,1350.0 -39650,sell_compound_top3,sell,2025-10-22 13:39:00,1350.0 -39651,sell_compound_top3,sell,2025-10-22 13:42:00,1347.0 -39652,sell_compound_top3,sell,2025-10-22 21:21:00,1325.0 -39653,sell_compound_top3,sell,2025-10-22 21:24:00,1323.0 -39654,sell_compound_top3,sell,2025-10-22 21:27:00,1325.0 -39655,sell_compound_top3,sell,2025-10-22 21:42:00,1325.0 -39656,sell_compound_top3,sell,2025-10-22 22:21:00,1326.0 -39657,sell_compound_top3,sell,2025-10-22 22:24:00,1325.0 -39658,sell_compound_top3,sell,2025-10-23 08:45:00,1274.0 -39659,sell_compound_top3,sell,2025-10-23 08:48:00,1275.0 -39660,sell_compound_top3,sell,2025-10-23 08:51:00,1276.0 -39661,sell_compound_top3,sell,2025-10-23 08:54:00,1278.0 -39662,sell_compound_top3,sell,2025-10-23 08:57:00,1280.0 -39663,sell_compound_top3,sell,2025-10-23 09:00:00,1280.0 -39664,sell_compound_top3,sell,2025-10-23 09:03:00,1280.0 -39665,sell_compound_top3,sell,2025-10-23 09:36:00,1286.0 -39666,sell_compound_top3,sell,2025-10-23 09:39:00,1284.0 -39667,sell_compound_top3,sell,2025-10-23 09:42:00,1282.0 -39668,sell_compound_top3,sell,2025-10-23 09:57:00,1291.0 -39669,sell_compound_top3,sell,2025-10-23 10:00:00,1290.0 -39670,sell_compound_top3,sell,2025-10-23 10:03:00,1291.0 -39671,sell_compound_top3,sell,2025-10-23 15:21:00,1278.0 -39672,sell_compound_top3,sell,2025-10-23 15:24:00,1281.0 -39673,sell_compound_top3,sell,2025-10-23 15:30:00,1280.0 -39674,sell_compound_top3,sell,2025-10-23 15:33:00,1280.0 -39675,sell_compound_top3,sell,2025-10-23 15:36:00,1281.0 -39676,sell_compound_top3,sell,2025-10-23 15:39:00,1283.0 -39677,sell_compound_top3,sell,2025-10-23 15:42:00,1283.0 -39678,sell_compound_top3,sell,2025-10-23 15:45:00,1282.0 -39679,sell_compound_top3,sell,2025-10-23 15:48:00,1285.0 -39680,sell_compound_top3,sell,2025-10-23 15:51:00,1287.0 -39681,sell_compound_top3,sell,2025-10-23 15:54:00,1289.0 -39682,sell_compound_top3,sell,2025-10-23 16:06:00,1289.0 -39683,sell_compound_top3,sell,2025-10-23 16:09:00,1289.0 -39684,sell_compound_top3,sell,2025-10-23 17:12:00,1291.0 -39685,sell_compound_top3,sell,2025-10-23 18:27:00,1293.0 -39686,sell_compound_top3,sell,2025-10-23 19:00:00,1294.0 -39687,sell_compound_top3,sell,2025-10-23 19:03:00,1296.0 -39688,sell_compound_top3,sell,2025-10-23 19:06:00,1294.0 -39689,sell_compound_top3,sell,2025-10-23 19:09:00,1294.0 -39690,sell_compound_top3,sell,2025-10-23 22:45:00,1294.0 -39691,sell_compound_top3,sell,2025-10-23 22:48:00,1292.0 -39692,sell_compound_top3,sell,2025-10-24 02:42:00,1289.0 -39693,sell_compound_top3,sell,2025-10-24 02:51:00,1294.0 -39694,sell_compound_top3,sell,2025-10-24 02:54:00,1290.0 -39695,sell_compound_top3,sell,2025-10-24 07:15:00,1285.0 -39696,sell_compound_top3,sell,2025-10-24 07:18:00,1286.0 -39697,sell_compound_top3,sell,2025-10-24 07:21:00,1288.0 -39698,sell_compound_top3,sell,2025-10-24 07:24:00,1286.0 -39699,sell_compound_top3,sell,2025-10-24 07:27:00,1286.0 -39700,sell_compound_top3,sell,2025-10-24 07:30:00,1289.0 -39701,sell_compound_top3,sell,2025-10-24 07:33:00,1291.0 -39702,sell_compound_top3,sell,2025-10-24 07:36:00,1290.0 -39703,sell_compound_top3,sell,2025-10-24 07:39:00,1290.0 -39704,sell_compound_top3,sell,2025-10-24 07:42:00,1290.0 -39705,sell_compound_top3,sell,2025-10-24 07:45:00,1292.0 -39706,sell_compound_top3,sell,2025-10-24 07:48:00,1293.0 -39707,sell_compound_top3,sell,2025-10-24 07:51:00,1293.0 -39708,sell_compound_top3,sell,2025-10-24 07:54:00,1294.0 -39709,sell_compound_top3,sell,2025-10-24 07:57:00,1295.0 -39710,sell_compound_top3,sell,2025-10-24 08:00:00,1295.0 -39711,sell_compound_top3,sell,2025-10-24 08:03:00,1297.0 -39712,sell_compound_top3,sell,2025-10-24 08:06:00,1295.0 -39713,sell_compound_top3,sell,2025-10-24 08:09:00,1295.0 -39714,sell_compound_top3,sell,2025-10-24 08:12:00,1299.0 -39715,sell_compound_top3,sell,2025-10-24 08:51:00,1298.0 -39716,sell_compound_top3,sell,2025-10-24 08:54:00,1298.0 -39717,sell_compound_top3,sell,2025-10-24 08:57:00,1300.0 -39718,sell_compound_top3,sell,2025-10-24 09:00:00,1300.0 -39719,sell_compound_top3,sell,2025-10-24 09:03:00,1298.0 -39720,sell_compound_top3,sell,2025-10-24 09:42:00,1301.0 -39721,sell_compound_top3,sell,2025-10-24 13:51:00,1311.0 -39722,sell_compound_top3,sell,2025-10-24 13:54:00,1312.0 -39723,sell_compound_top3,sell,2025-10-24 13:57:00,1311.0 -39724,sell_compound_top3,sell,2025-10-24 14:12:00,1310.0 -39725,sell_compound_top3,sell,2025-10-24 14:15:00,1312.0 -39726,sell_compound_top3,sell,2025-10-24 14:18:00,1315.0 -39727,sell_compound_top3,sell,2025-10-24 14:21:00,1314.0 -39728,sell_compound_top3,sell,2025-10-24 14:24:00,1315.0 -39729,sell_compound_top3,sell,2025-10-24 14:51:00,1320.0 -39730,sell_compound_top3,sell,2025-10-24 14:54:00,1318.0 -39731,sell_compound_top3,sell,2025-10-24 14:57:00,1316.0 -39732,sell_compound_top3,sell,2025-10-24 15:15:00,1320.0 -39733,sell_compound_top3,sell,2025-10-24 15:18:00,1320.0 -39734,sell_compound_top3,sell,2025-10-24 15:30:00,1323.0 -39735,sell_compound_top3,sell,2025-10-24 15:33:00,1320.0 -39736,sell_compound_top3,sell,2025-10-24 15:36:00,1322.0 -39737,sell_compound_top3,sell,2025-10-24 15:39:00,1322.0 -39738,sell_compound_top3,sell,2025-10-24 16:00:00,1324.0 -39739,sell_compound_top3,sell,2025-10-24 16:03:00,1322.0 -39740,sell_compound_top3,sell,2025-10-24 18:42:00,1324.0 -39741,sell_compound_top3,sell,2025-10-24 18:45:00,1326.0 -39742,sell_compound_top3,sell,2025-10-24 18:48:00,1325.0 -39743,sell_compound_top3,sell,2025-10-24 21:51:00,1331.0 -39744,sell_compound_top3,sell,2025-10-24 21:54:00,1327.0 -39745,sell_compound_top3,sell,2025-10-24 21:57:00,1328.0 -39746,sell_compound_top3,sell,2025-10-24 22:00:00,1329.0 -39747,sell_compound_top3,sell,2025-10-24 22:03:00,1325.0 -39748,sell_compound_top3,sell,2025-10-25 04:42:00,1327.0 -39749,sell_compound_top3,sell,2025-10-25 04:45:00,1330.0 -39750,sell_compound_top3,sell,2025-10-25 04:48:00,1328.0 -39751,sell_compound_top3,sell,2025-10-25 04:51:00,1328.0 -39752,sell_compound_top3,sell,2025-10-25 04:54:00,1327.0 -39753,sell_compound_top3,sell,2025-10-25 05:15:00,1332.0 -39754,sell_compound_top3,sell,2025-10-25 05:18:00,1333.0 -39755,sell_compound_top3,sell,2025-10-25 05:21:00,1332.0 -39756,sell_compound_top3,sell,2025-10-25 05:24:00,1338.0 -39757,sell_compound_top3,sell,2025-10-25 05:30:00,1337.0 -39758,sell_compound_top3,sell,2025-10-25 05:33:00,1336.0 -39759,sell_compound_top3,sell,2025-10-25 05:36:00,1343.0 -39760,sell_compound_top3,sell,2025-10-25 05:39:00,1338.0 -39761,sell_compound_top3,sell,2025-10-25 05:42:00,1341.0 -39762,sell_compound_top3,sell,2025-10-25 05:45:00,1340.0 -39763,sell_compound_top3,sell,2025-10-25 05:48:00,1339.0 -39764,sell_compound_top3,sell,2025-10-25 07:27:00,1340.0 -39765,sell_compound_top3,sell,2025-10-25 07:36:00,1345.0 -39766,sell_compound_top3,sell,2025-10-25 07:39:00,1343.0 -39767,sell_compound_top3,sell,2025-10-25 17:57:00,1312.0 -39768,sell_compound_top3,sell,2025-10-25 18:06:00,1312.0 -39769,sell_compound_top3,sell,2025-10-25 18:09:00,1314.0 -39770,sell_compound_top3,sell,2025-10-25 18:12:00,1312.0 -39771,sell_compound_top3,sell,2025-10-25 18:15:00,1315.0 -39772,sell_compound_top3,sell,2025-10-25 18:18:00,1312.0 -39773,sell_compound_top3,sell,2025-10-25 23:51:00,1311.0 -39774,sell_compound_top3,sell,2025-10-25 23:54:00,1311.0 -39775,sell_compound_top3,sell,2025-10-26 00:51:00,1314.0 -39776,sell_compound_top3,sell,2025-10-26 00:54:00,1314.0 -39777,sell_compound_top3,sell,2025-10-26 01:06:00,1315.0 -39778,sell_compound_top3,sell,2025-10-26 01:09:00,1312.0 -39779,sell_compound_top3,sell,2025-10-26 01:30:00,1317.0 -39780,sell_compound_top3,sell,2025-10-26 01:33:00,1319.0 -39781,sell_compound_top3,sell,2025-10-26 01:36:00,1319.0 -39782,sell_compound_top3,sell,2025-10-26 01:39:00,1315.0 -39783,sell_compound_top3,sell,2025-10-26 02:21:00,1322.0 -39784,sell_compound_top3,sell,2025-10-26 02:24:00,1319.0 -39785,sell_compound_top3,sell,2025-10-26 03:21:00,1322.0 -39786,sell_compound_top3,sell,2025-10-26 03:24:00,1322.0 -39787,sell_compound_top3,sell,2025-10-26 03:45:00,1328.0 -39788,sell_compound_top3,sell,2025-10-26 03:48:00,1326.0 -39789,sell_compound_top3,sell,2025-10-26 05:12:00,1329.0 -39790,sell_compound_top3,sell,2025-10-26 05:15:00,1329.0 -39791,sell_compound_top3,sell,2025-10-26 05:18:00,1329.0 -39792,sell_compound_top3,sell,2025-10-26 05:21:00,1329.0 -39793,sell_compound_top3,sell,2025-10-26 05:24:00,1331.0 -39794,sell_compound_top3,sell,2025-10-26 05:42:00,1333.0 -39795,sell_compound_top3,sell,2025-10-26 05:45:00,1334.0 -39796,sell_compound_top3,sell,2025-10-26 05:48:00,1335.0 -39797,sell_compound_top3,sell,2025-10-26 05:57:00,1338.0 -39798,sell_compound_top3,sell,2025-10-26 06:00:00,1335.0 -39799,sell_compound_top3,sell,2025-10-26 06:03:00,1334.0 -39800,sell_compound_top3,sell,2025-10-26 08:00:00,1336.0 -39801,sell_compound_top3,sell,2025-10-26 08:03:00,1334.0 -39802,sell_compound_top3,sell,2025-10-26 08:06:00,1337.0 -39803,sell_compound_top3,sell,2025-10-26 08:09:00,1336.0 -39804,sell_compound_top3,sell,2025-10-26 08:12:00,1337.0 -39805,sell_compound_top3,sell,2025-10-26 14:30:00,1324.0 -39806,sell_compound_top3,sell,2025-10-26 14:33:00,1324.0 -39807,sell_compound_top3,sell,2025-10-26 15:06:00,1332.0 -39808,sell_compound_top3,sell,2025-10-26 15:09:00,1331.0 -39809,sell_compound_top3,sell,2025-10-26 15:21:00,1333.0 -39810,sell_compound_top3,sell,2025-10-26 15:24:00,1335.0 -39811,sell_compound_top3,sell,2025-10-26 15:27:00,1338.0 -39812,sell_compound_top3,sell,2025-10-26 17:15:00,1338.0 -39813,sell_compound_top3,sell,2025-10-26 17:18:00,1336.0 -39814,sell_compound_top3,sell,2025-10-26 17:42:00,1342.0 -39815,sell_compound_top3,sell,2025-10-26 18:06:00,1347.0 -39816,sell_compound_top3,sell,2025-10-26 18:09:00,1346.0 -39817,sell_compound_top3,sell,2025-10-26 18:36:00,1359.0 -39818,sell_compound_top3,sell,2025-10-26 18:39:00,1354.0 -39819,sell_compound_top3,sell,2025-10-26 19:15:00,1363.0 -39820,sell_compound_top3,sell,2025-10-26 19:18:00,1359.0 -39821,sell_compound_top3,sell,2025-10-26 21:12:00,1391.0 -39822,sell_compound_top3,sell,2025-10-26 21:15:00,1392.0 -39823,sell_compound_top3,sell,2025-10-26 21:18:00,1400.0 -39824,sell_compound_top3,sell,2025-10-27 01:51:00,1402.0 -39825,sell_compound_top3,sell,2025-10-27 01:54:00,1399.0 -39826,sell_compound_top3,sell,2025-10-27 03:12:00,1402.0 -39827,sell_compound_top3,sell,2025-10-27 03:21:00,1403.0 -39828,sell_compound_top3,sell,2025-10-27 03:24:00,1402.0 -39829,sell_compound_top3,sell,2025-10-27 04:00:00,1407.0 -39830,sell_compound_top3,sell,2025-10-27 04:03:00,1408.0 -39831,sell_compound_top3,sell,2025-10-27 07:21:00,1412.0 -39832,sell_compound_top3,sell,2025-10-27 07:24:00,1410.0 -39833,sell_compound_top3,sell,2025-10-27 07:27:00,1412.0 -39834,sell_compound_top3,sell,2025-10-27 07:30:00,1413.0 -39835,sell_compound_top3,sell,2025-10-27 07:33:00,1409.0 -39836,sell_compound_top3,sell,2025-10-28 01:45:00,1368.0 -39837,sell_compound_top3,sell,2025-10-28 01:48:00,1367.0 -39838,sell_compound_top3,sell,2025-10-28 01:51:00,1372.0 -39839,sell_compound_top3,sell,2025-10-28 01:54:00,1374.0 -39840,sell_compound_top3,sell,2025-10-28 02:00:00,1374.0 -39841,sell_compound_top3,sell,2025-10-28 02:03:00,1372.0 -39842,sell_compound_top3,sell,2025-10-28 02:06:00,1372.0 -39843,sell_compound_top3,sell,2025-10-28 02:09:00,1373.0 -39844,sell_compound_top3,sell,2025-10-28 02:12:00,1373.0 -39845,sell_compound_top3,sell,2025-10-28 03:12:00,1373.0 -39846,sell_compound_top3,sell,2025-10-28 15:51:00,1334.0 -39847,sell_compound_top3,sell,2025-10-28 15:54:00,1336.0 -39848,sell_compound_top3,sell,2025-10-28 16:12:00,1334.0 -39849,sell_compound_top3,sell,2025-10-28 20:06:00,1329.0 -39850,sell_compound_top3,sell,2025-10-28 20:09:00,1331.0 -39851,sell_compound_top3,sell,2025-10-28 20:42:00,1341.0 -39852,sell_compound_top3,sell,2025-10-28 21:51:00,1342.0 -39853,sell_compound_top3,sell,2025-10-28 21:54:00,1341.0 -39854,sell_compound_top3,sell,2025-10-28 22:06:00,1347.0 -39855,sell_compound_top3,sell,2025-10-28 22:09:00,1346.0 -39856,sell_compound_top3,sell,2025-10-28 22:15:00,1346.0 -39857,sell_compound_top3,sell,2025-10-28 22:18:00,1352.0 -39858,sell_compound_top3,sell,2025-10-28 22:21:00,1352.0 -39859,sell_compound_top3,sell,2025-10-28 22:24:00,1352.0 -39860,sell_compound_top3,sell,2025-10-28 22:30:00,1351.0 -39861,sell_compound_top3,sell,2025-10-28 22:33:00,1355.0 -39862,sell_compound_top3,sell,2025-10-28 22:36:00,1351.0 -39863,sell_compound_top3,sell,2025-10-28 22:39:00,1353.0 -39864,sell_compound_top3,sell,2025-10-28 22:42:00,1353.0 -39865,sell_compound_top3,sell,2025-10-28 22:45:00,1357.0 -39866,sell_compound_top3,sell,2025-10-28 22:48:00,1359.0 -39867,sell_compound_top3,sell,2025-10-28 22:51:00,1354.0 -39868,sell_compound_top3,sell,2025-10-28 22:54:00,1355.0 -39869,sell_compound_top3,sell,2025-10-29 16:36:00,1294.0 -39870,sell_compound_top3,sell,2025-10-29 16:39:00,1294.0 -39871,sell_compound_top3,sell,2025-10-29 16:51:00,1295.0 -39872,sell_compound_top3,sell,2025-10-29 16:54:00,1298.0 -39873,sell_compound_top3,sell,2025-10-29 19:30:00,1299.0 -39874,sell_compound_top3,sell,2025-10-29 19:33:00,1297.0 -39875,sell_compound_top3,sell,2025-10-29 20:30:00,1304.0 -39876,sell_compound_top3,sell,2025-10-29 20:33:00,1305.0 -39877,sell_compound_top3,sell,2025-10-29 20:36:00,1305.0 -39878,sell_compound_top3,sell,2025-10-29 20:39:00,1305.0 -39879,sell_compound_top3,sell,2025-10-29 20:42:00,1304.0 -39880,sell_compound_top3,sell,2025-10-29 20:45:00,1306.0 -39881,sell_compound_top3,sell,2025-10-29 20:48:00,1305.0 -39882,sell_compound_top3,sell,2025-10-29 20:51:00,1305.0 -39883,sell_compound_top3,sell,2025-10-29 20:54:00,1306.0 -39884,sell_compound_top3,sell,2025-10-29 22:42:00,1311.0 -39885,sell_compound_top3,sell,2025-10-30 03:06:00,1319.0 -39886,sell_compound_top3,sell,2025-10-30 03:09:00,1322.0 -39887,sell_compound_top3,sell,2025-10-30 05:36:00,1328.0 -39888,sell_compound_top3,sell,2025-10-30 05:39:00,1330.0 -39889,sell_compound_top3,sell,2025-10-30 11:30:00,1299.0 -39890,sell_compound_top3,sell,2025-10-30 11:33:00,1296.0 -39891,sell_compound_top3,sell,2025-10-30 16:27:00,1274.0 -39892,sell_compound_top3,sell,2025-10-30 16:30:00,1275.0 -39893,sell_compound_top3,sell,2025-10-30 16:33:00,1274.0 -39894,sell_compound_top3,sell,2025-10-30 16:36:00,1275.0 -39895,sell_compound_top3,sell,2025-10-30 16:39:00,1276.0 -39896,sell_compound_top3,sell,2025-10-30 16:42:00,1275.0 -39897,sell_compound_top3,sell,2025-10-31 06:00:00,1184.0 -39898,sell_compound_top3,sell,2025-10-31 06:03:00,1187.0 -39899,sell_compound_top3,sell,2025-10-31 06:06:00,1187.0 -39900,sell_compound_top3,sell,2025-10-31 06:09:00,1189.0 -39901,sell_compound_top3,sell,2025-10-31 06:15:00,1188.0 -39902,sell_compound_top3,sell,2025-10-31 06:18:00,1187.0 -39903,sell_compound_top3,sell,2025-10-31 06:21:00,1190.0 -39904,sell_compound_top3,sell,2025-10-31 06:24:00,1189.0 -39905,sell_compound_top3,sell,2025-10-31 06:27:00,1189.0 -39906,sell_compound_top3,sell,2025-10-31 06:51:00,1196.0 -39907,sell_compound_top3,sell,2025-10-31 06:54:00,1197.0 -39908,sell_compound_top3,sell,2025-10-31 07:00:00,1193.0 -39909,sell_compound_top3,sell,2025-10-31 07:03:00,1193.0 -39910,sell_compound_top3,sell,2025-10-31 07:06:00,1195.0 -39911,sell_compound_top3,sell,2025-10-31 07:09:00,1193.0 -39912,sell_compound_top3,sell,2025-10-31 07:12:00,1192.0 -39913,sell_compound_top3,sell,2025-10-31 07:21:00,1197.0 -39914,sell_compound_top3,sell,2025-10-31 07:24:00,1197.0 -39915,sell_compound_top3,sell,2025-10-31 07:27:00,1198.0 -39916,sell_compound_top3,sell,2025-10-31 07:30:00,1197.0 -39917,sell_compound_top3,sell,2025-10-31 07:33:00,1197.0 -39918,sell_compound_top3,sell,2025-10-31 07:42:00,1199.0 -39919,sell_compound_top3,sell,2025-10-31 07:45:00,1199.0 -39920,sell_compound_top3,sell,2025-10-31 07:48:00,1200.0 -39921,sell_compound_top3,sell,2025-10-31 07:51:00,1199.0 -39922,sell_compound_top3,sell,2025-10-31 07:54:00,1201.0 -39923,sell_compound_top3,sell,2025-10-31 07:57:00,1201.0 -39924,sell_compound_top3,sell,2025-10-31 08:00:00,1203.0 -39925,sell_compound_top3,sell,2025-10-31 08:03:00,1201.0 -39926,sell_compound_top3,sell,2025-10-31 08:06:00,1204.0 -39927,sell_compound_top3,sell,2025-10-31 08:09:00,1202.0 -39928,sell_compound_top3,sell,2025-10-31 08:12:00,1202.0 -39929,sell_compound_top3,sell,2025-10-31 08:15:00,1203.0 -39930,sell_compound_top3,sell,2025-10-31 08:18:00,1202.0 -39931,sell_compound_top3,sell,2025-10-31 08:36:00,1209.0 -39932,sell_compound_top3,sell,2025-10-31 08:39:00,1208.0 -39933,sell_compound_top3,sell,2025-10-31 08:42:00,1208.0 -39934,sell_compound_top3,sell,2025-10-31 08:45:00,1210.0 -39935,sell_compound_top3,sell,2025-10-31 08:48:00,1212.0 -39936,sell_compound_top3,sell,2025-10-31 08:51:00,1211.0 -39937,sell_compound_top3,sell,2025-10-31 08:54:00,1211.0 -39938,sell_compound_top3,sell,2025-10-31 08:57:00,1212.0 -39939,sell_compound_top3,sell,2025-10-31 09:42:00,1214.0 -39940,sell_compound_top3,sell,2025-10-31 10:00:00,1215.0 -39941,sell_compound_top3,sell,2025-10-31 10:03:00,1213.0 -39942,sell_compound_top3,sell,2025-10-31 10:06:00,1216.0 -39943,sell_compound_top3,sell,2025-10-31 10:09:00,1219.0 -39944,sell_compound_top3,sell,2025-10-31 10:15:00,1220.0 -39945,sell_compound_top3,sell,2025-10-31 10:18:00,1220.0 -39946,sell_compound_top3,sell,2025-10-31 10:21:00,1220.0 -39947,sell_compound_top3,sell,2025-10-31 10:24:00,1220.0 -39948,sell_compound_top3,sell,2025-10-31 10:27:00,1220.0 -39949,sell_compound_top3,sell,2025-10-31 10:42:00,1221.0 -39950,sell_compound_top3,sell,2025-10-31 10:45:00,1221.0 -39951,sell_compound_top3,sell,2025-10-31 10:48:00,1223.0 -39952,sell_compound_top3,sell,2025-10-31 10:51:00,1226.0 -39953,sell_compound_top3,sell,2025-10-31 10:54:00,1226.0 -39954,sell_compound_top3,sell,2025-10-31 10:57:00,1226.0 -39955,sell_compound_top3,sell,2025-10-31 11:00:00,1226.0 -39956,sell_compound_top3,sell,2025-10-31 11:03:00,1225.0 -39957,sell_compound_top3,sell,2025-10-31 18:51:00,1207.0 -39958,sell_compound_top3,sell,2025-10-31 18:54:00,1203.0 -39959,sell_compound_top3,sell,2025-10-31 21:12:00,1208.0 -39960,sell_compound_top3,sell,2025-10-31 21:15:00,1209.0 -39961,sell_compound_top3,sell,2025-10-31 21:18:00,1215.0 -39962,sell_compound_top3,sell,2025-10-31 21:27:00,1212.0 -39963,sell_compound_top3,sell,2025-11-01 00:21:00,1213.0 -39964,sell_compound_top3,sell,2025-11-01 00:24:00,1210.0 -39965,sell_compound_top3,sell,2025-11-01 04:30:00,1199.0 -39966,sell_compound_top3,sell,2025-11-01 04:33:00,1200.0 -39967,sell_compound_top3,sell,2025-11-01 04:42:00,1203.0 -39968,sell_compound_top3,sell,2025-11-01 04:51:00,1208.0 -39969,sell_compound_top3,sell,2025-11-01 04:54:00,1209.0 -39970,sell_compound_top3,sell,2025-11-01 04:57:00,1205.0 -39971,sell_compound_top3,sell,2025-11-01 05:00:00,1209.0 -39972,sell_compound_top3,sell,2025-11-01 05:03:00,1207.0 -39973,sell_compound_top3,sell,2025-11-01 10:30:00,1200.0 -39974,sell_compound_top3,sell,2025-11-01 10:33:00,1201.0 -39975,sell_compound_top3,sell,2025-11-01 11:51:00,1200.0 -39976,sell_compound_top3,sell,2025-11-01 11:54:00,1202.0 -39977,sell_compound_top3,sell,2025-11-01 12:00:00,1203.0 -39978,sell_compound_top3,sell,2025-11-01 12:03:00,1206.0 -39979,sell_compound_top3,sell,2025-11-01 12:12:00,1206.0 -39980,sell_compound_top3,sell,2025-11-01 12:15:00,1208.0 -39981,sell_compound_top3,sell,2025-11-01 12:18:00,1207.0 -39982,sell_compound_top3,sell,2025-11-01 12:21:00,1207.0 -39983,sell_compound_top3,sell,2025-11-01 12:24:00,1205.0 -39984,sell_compound_top3,sell,2025-11-01 12:42:00,1210.0 -39985,sell_compound_top3,sell,2025-11-01 12:45:00,1211.0 -39986,sell_compound_top3,sell,2025-11-01 12:48:00,1211.0 -39987,sell_compound_top3,sell,2025-11-01 12:51:00,1214.0 -39988,sell_compound_top3,sell,2025-11-01 12:54:00,1213.0 -39989,sell_compound_top3,sell,2025-11-01 12:57:00,1211.0 -39990,sell_compound_top3,sell,2025-11-01 13:00:00,1212.0 -39991,sell_compound_top3,sell,2025-11-01 13:03:00,1212.0 -39992,sell_compound_top3,sell,2025-11-01 13:06:00,1214.0 -39993,sell_compound_top3,sell,2025-11-01 13:09:00,1215.0 -39994,sell_compound_top3,sell,2025-11-01 16:45:00,1253.0 -39995,sell_compound_top3,sell,2025-11-01 16:48:00,1254.0 -39996,sell_compound_top3,sell,2025-11-01 16:51:00,1274.0 -39997,sell_compound_top3,sell,2025-11-01 16:54:00,1282.0 -39998,sell_compound_top3,sell,2025-11-01 17:15:00,1328.0 -39999,sell_compound_top3,sell,2025-11-01 17:18:00,1336.0 -40000,sell_compound_top3,sell,2025-11-01 17:21:00,1323.0 -40001,sell_compound_top3,sell,2025-11-01 17:24:00,1329.0 -40002,sell_compound_top3,sell,2025-11-01 17:27:00,1322.0 -40003,sell_compound_top3,sell,2025-11-01 21:21:00,1298.0 -40004,sell_compound_top3,sell,2025-11-01 21:24:00,1296.0 -40005,sell_compound_top3,sell,2025-11-01 21:51:00,1313.0 -40006,sell_compound_top3,sell,2025-11-01 21:54:00,1310.0 -40007,sell_compound_top3,sell,2025-11-02 01:12:00,1308.0 -40008,sell_compound_top3,sell,2025-11-02 01:15:00,1308.0 -40009,sell_compound_top3,sell,2025-11-02 01:18:00,1311.0 -40010,sell_compound_top3,sell,2025-11-02 01:21:00,1312.0 -40011,sell_compound_top3,sell,2025-11-02 01:24:00,1311.0 -40012,sell_compound_top3,sell,2025-11-02 03:51:00,1313.0 -40013,sell_compound_top3,sell,2025-11-02 03:54:00,1312.0 -40014,sell_compound_top3,sell,2025-11-02 03:57:00,1312.0 -40015,sell_compound_top3,sell,2025-11-02 06:30:00,1313.0 -40016,sell_compound_top3,sell,2025-11-02 06:33:00,1311.0 -40017,sell_compound_top3,sell,2025-11-02 14:06:00,1278.0 -40018,sell_compound_top3,sell,2025-11-02 14:09:00,1278.0 -40019,sell_compound_top3,sell,2025-11-02 14:15:00,1281.0 -40020,sell_compound_top3,sell,2025-11-02 14:18:00,1283.0 -40021,sell_compound_top3,sell,2025-11-02 15:00:00,1282.0 -40022,sell_compound_top3,sell,2025-11-02 15:03:00,1277.0 -40023,sell_compound_top3,sell,2025-11-03 05:51:00,1241.0 -40024,sell_compound_top3,sell,2025-11-03 05:54:00,1243.0 -40025,sell_compound_top3,sell,2025-11-03 06:00:00,1243.0 -40026,sell_compound_top3,sell,2025-11-03 06:03:00,1245.0 -40027,sell_compound_top3,sell,2025-11-03 06:06:00,1245.0 -40028,sell_compound_top3,sell,2025-11-03 06:09:00,1244.0 -40029,sell_compound_top3,sell,2025-11-03 06:12:00,1243.0 -40030,sell_compound_top3,sell,2025-11-03 06:51:00,1246.0 -40031,sell_compound_top3,sell,2025-11-03 06:54:00,1246.0 -40032,sell_compound_top3,sell,2025-11-03 06:57:00,1245.0 -40033,sell_compound_top3,sell,2025-11-03 08:57:00,1251.0 -40034,sell_compound_top3,sell,2025-11-03 18:15:00,1187.0 -40035,sell_compound_top3,sell,2025-11-03 18:18:00,1186.0 -40036,sell_compound_top3,sell,2025-11-04 07:51:00,1094.0 -40037,sell_compound_top3,sell,2025-11-04 07:54:00,1091.0 -40038,sell_compound_top3,sell,2025-11-04 09:57:00,1092.0 -40039,sell_compound_top3,sell,2025-11-04 12:45:00,1103.0 -40040,sell_compound_top3,sell,2025-11-04 12:48:00,1101.0 -40041,sell_compound_top3,sell,2025-11-04 19:00:00,1063.0 -40042,sell_compound_top3,sell,2025-11-04 19:03:00,1066.0 -40043,sell_compound_top3,sell,2025-11-04 19:21:00,1070.0 -40044,sell_compound_top3,sell,2025-11-04 19:24:00,1071.0 -40045,sell_compound_top3,sell,2025-11-04 19:27:00,1072.0 -40046,sell_compound_top3,sell,2025-11-04 19:30:00,1069.0 -40047,sell_compound_top3,sell,2025-11-04 19:33:00,1069.0 -40048,sell_compound_top3,sell,2025-11-04 19:36:00,1068.0 -40049,sell_compound_top3,sell,2025-11-04 19:39:00,1070.0 -40050,sell_compound_top3,sell,2025-11-04 20:06:00,1073.0 -40051,sell_compound_top3,sell,2025-11-04 20:09:00,1076.0 -40052,sell_compound_top3,sell,2025-11-04 20:12:00,1076.0 -40053,sell_compound_top3,sell,2025-11-04 20:15:00,1075.0 -40054,sell_compound_top3,sell,2025-11-04 20:18:00,1076.0 -40055,sell_compound_top3,sell,2025-11-04 20:21:00,1078.0 -40056,sell_compound_top3,sell,2025-11-04 20:24:00,1073.0 -40057,sell_compound_top3,sell,2025-11-05 00:21:00,1074.0 -40058,sell_compound_top3,sell,2025-11-05 00:24:00,1075.0 -40059,sell_compound_top3,sell,2025-11-05 00:27:00,1078.0 -40060,sell_compound_top3,sell,2025-11-05 07:12:00,1052.0 -40061,sell_compound_top3,sell,2025-11-05 07:15:00,1057.0 -40062,sell_compound_top3,sell,2025-11-05 07:18:00,1057.0 -40063,sell_compound_top3,sell,2025-11-05 07:21:00,1057.0 -40064,sell_compound_top3,sell,2025-11-05 07:24:00,1057.0 -40065,sell_compound_top3,sell,2025-11-05 07:27:00,1054.0 -40066,sell_compound_top3,sell,2025-11-05 07:30:00,1056.0 -40067,sell_compound_top3,sell,2025-11-05 07:33:00,1056.0 -40068,sell_compound_top3,sell,2025-11-05 07:36:00,1060.0 -40069,sell_compound_top3,sell,2025-11-05 07:39:00,1059.0 -40070,sell_compound_top3,sell,2025-11-05 12:30:00,1062.0 -40071,sell_compound_top3,sell,2025-11-05 12:33:00,1061.0 -40072,sell_compound_top3,sell,2025-11-05 12:36:00,1063.0 -40073,sell_compound_top3,sell,2025-11-05 12:39:00,1062.0 -40074,sell_compound_top3,sell,2025-11-05 12:42:00,1067.0 -40075,sell_compound_top3,sell,2025-11-05 12:45:00,1068.0 -40076,sell_compound_top3,sell,2025-11-05 12:48:00,1068.0 -40077,sell_compound_top3,sell,2025-11-05 12:51:00,1068.0 -40078,sell_compound_top3,sell,2025-11-05 12:54:00,1069.0 -40079,sell_compound_top3,sell,2025-11-05 14:12:00,1071.0 -40080,sell_compound_top3,sell,2025-11-05 14:57:00,1072.0 -40081,sell_compound_top3,sell,2025-11-05 15:00:00,1072.0 -40082,sell_compound_top3,sell,2025-11-05 15:03:00,1074.0 -40083,sell_compound_top3,sell,2025-11-05 21:30:00,1073.0 -40084,sell_compound_top3,sell,2025-11-05 21:33:00,1071.0 -40085,sell_compound_top3,sell,2025-11-05 21:36:00,1072.0 -40086,sell_compound_top3,sell,2025-11-05 21:39:00,1074.0 -40087,sell_compound_top3,sell,2025-11-05 21:42:00,1075.0 -40088,sell_compound_top3,sell,2025-11-05 21:51:00,1077.0 -40089,sell_compound_top3,sell,2025-11-05 21:54:00,1077.0 -40090,sell_compound_top3,sell,2025-11-05 21:57:00,1079.0 -40091,sell_compound_top3,sell,2025-11-05 22:00:00,1079.0 -40092,sell_compound_top3,sell,2025-11-05 22:03:00,1080.0 -40093,sell_compound_top3,sell,2025-11-05 22:06:00,1081.0 -40094,sell_compound_top3,sell,2025-11-05 22:09:00,1079.0 -40095,sell_compound_top3,sell,2025-11-05 22:42:00,1085.0 -40096,sell_compound_top3,sell,2025-11-05 22:45:00,1083.0 -40097,sell_compound_top3,sell,2025-11-05 22:48:00,1085.0 -40098,sell_compound_top3,sell,2025-11-05 23:06:00,1093.0 -40099,sell_compound_top3,sell,2025-11-05 23:09:00,1092.0 -40100,sell_compound_top3,sell,2025-11-05 23:12:00,1092.0 -40101,sell_compound_top3,sell,2025-11-06 01:12:00,1090.0 -40102,sell_compound_top3,sell,2025-11-06 01:42:00,1092.0 -40103,sell_compound_top3,sell,2025-11-06 01:51:00,1097.0 -40104,sell_compound_top3,sell,2025-11-06 01:54:00,1097.0 -40105,sell_compound_top3,sell,2025-11-06 02:00:00,1100.0 -40106,sell_compound_top3,sell,2025-11-06 02:03:00,1095.0 -40107,sell_compound_top3,sell,2025-11-06 03:30:00,1099.0 -40108,sell_compound_top3,sell,2025-11-06 03:33:00,1099.0 -40109,sell_compound_top3,sell,2025-11-06 03:57:00,1104.0 -40110,sell_compound_top3,sell,2025-11-06 04:00:00,1105.0 -40111,sell_compound_top3,sell,2025-11-06 04:03:00,1102.0 -40112,sell_compound_top3,sell,2025-11-06 07:30:00,1105.0 -40113,sell_compound_top3,sell,2025-11-06 07:33:00,1104.0 -40114,sell_compound_top3,sell,2025-11-06 07:36:00,1106.0 -40115,sell_compound_top3,sell,2025-11-06 07:39:00,1106.0 -40116,sell_compound_top3,sell,2025-11-06 07:45:00,1108.0 -40117,sell_compound_top3,sell,2025-11-06 07:48:00,1108.0 -40118,sell_compound_top3,sell,2025-11-06 07:51:00,1109.0 -40119,sell_compound_top3,sell,2025-11-06 07:54:00,1111.0 -40120,sell_compound_top3,sell,2025-11-06 07:57:00,1113.0 -40121,sell_compound_top3,sell,2025-11-06 08:30:00,1112.0 -40122,sell_compound_top3,sell,2025-11-06 08:33:00,1112.0 -40123,sell_compound_top3,sell,2025-11-06 20:42:00,1072.0 -40124,sell_compound_top3,sell,2025-11-06 22:36:00,1080.0 -40125,sell_compound_top3,sell,2025-11-06 22:39:00,1081.0 -40126,sell_compound_top3,sell,2025-11-06 22:42:00,1080.0 -40127,sell_compound_top3,sell,2025-11-06 22:51:00,1089.0 -40128,sell_compound_top3,sell,2025-11-06 22:54:00,1087.0 -40129,sell_compound_top3,sell,2025-11-06 22:57:00,1085.0 -40130,sell_compound_top3,sell,2025-11-07 03:57:00,1063.0 -40131,sell_compound_top3,sell,2025-11-07 09:42:00,1064.0 -40132,sell_compound_top3,sell,2025-11-07 09:57:00,1069.0 -40133,sell_compound_top3,sell,2025-11-07 10:00:00,1067.0 -40134,sell_compound_top3,sell,2025-11-07 10:03:00,1071.0 -40135,sell_compound_top3,sell,2025-11-07 10:21:00,1072.0 -40136,sell_compound_top3,sell,2025-11-07 10:24:00,1075.0 -40137,sell_compound_top3,sell,2025-11-07 10:27:00,1073.0 -40138,sell_compound_top3,sell,2025-11-07 11:57:00,1076.0 -40139,sell_compound_top3,sell,2025-11-07 12:00:00,1077.0 -40140,sell_compound_top3,sell,2025-11-07 12:03:00,1076.0 -40141,sell_compound_top3,sell,2025-11-07 12:15:00,1083.0 -40142,sell_compound_top3,sell,2025-11-07 12:18:00,1081.0 -40143,sell_compound_top3,sell,2025-11-07 12:21:00,1083.0 -40144,sell_compound_top3,sell,2025-11-07 12:24:00,1083.0 -40145,sell_compound_top3,sell,2025-11-07 12:27:00,1081.0 -40146,sell_compound_top3,sell,2025-11-07 12:30:00,1083.0 -40147,sell_compound_top3,sell,2025-11-07 12:33:00,1082.0 -40148,sell_compound_top3,sell,2025-11-07 14:36:00,1096.0 -40149,sell_compound_top3,sell,2025-11-07 14:39:00,1099.0 -40150,sell_compound_top3,sell,2025-11-07 14:42:00,1102.0 -40151,sell_compound_top3,sell,2025-11-07 14:51:00,1103.0 -40152,sell_compound_top3,sell,2025-11-07 14:54:00,1105.0 -40153,sell_compound_top3,sell,2025-11-07 14:57:00,1106.0 -40154,sell_compound_top3,sell,2025-11-07 15:00:00,1106.0 -40155,sell_compound_top3,sell,2025-11-07 15:03:00,1105.0 -40156,sell_compound_top3,sell,2025-11-07 15:21:00,1107.0 -40157,sell_compound_top3,sell,2025-11-07 15:24:00,1110.0 -40158,sell_compound_top3,sell,2025-11-07 15:27:00,1113.0 -40159,sell_compound_top3,sell,2025-11-07 15:30:00,1116.0 -40160,sell_compound_top3,sell,2025-11-07 15:33:00,1115.0 -40161,sell_compound_top3,sell,2025-11-07 15:36:00,1119.0 -40162,sell_compound_top3,sell,2025-11-07 15:39:00,1114.0 -40163,sell_compound_top3,sell,2025-11-07 15:42:00,1115.0 -40164,sell_compound_top3,sell,2025-11-07 16:06:00,1117.0 -40165,sell_compound_top3,sell,2025-11-07 16:09:00,1117.0 -40166,sell_compound_top3,sell,2025-11-07 16:12:00,1115.0 -40167,sell_compound_top3,sell,2025-11-07 16:15:00,1117.0 -40168,sell_compound_top3,sell,2025-11-07 16:18:00,1124.0 -40169,sell_compound_top3,sell,2025-11-07 16:21:00,1123.0 -40170,sell_compound_top3,sell,2025-11-07 16:24:00,1124.0 -40171,sell_compound_top3,sell,2025-11-07 17:06:00,1134.0 -40172,sell_compound_top3,sell,2025-11-07 17:09:00,1132.0 -40173,sell_compound_top3,sell,2025-11-07 17:12:00,1132.0 -40174,sell_compound_top3,sell,2025-11-07 17:15:00,1132.0 -40175,sell_compound_top3,sell,2025-11-07 17:18:00,1134.0 -40176,sell_compound_top3,sell,2025-11-07 23:06:00,1111.0 -40177,sell_compound_top3,sell,2025-11-07 23:09:00,1110.0 -40178,sell_compound_top3,sell,2025-11-07 23:12:00,1118.0 -40179,sell_compound_top3,sell,2025-11-07 23:15:00,1118.0 -40180,sell_compound_top3,sell,2025-11-07 23:18:00,1114.0 -40181,sell_compound_top3,sell,2025-11-08 00:06:00,1139.0 -40182,sell_compound_top3,sell,2025-11-08 00:09:00,1138.0 -40183,sell_compound_top3,sell,2025-11-08 00:27:00,1175.0 -40184,sell_compound_top3,sell,2025-11-08 00:42:00,1181.0 -40185,sell_compound_top3,sell,2025-11-08 00:45:00,1183.0 -40186,sell_compound_top3,sell,2025-11-08 00:48:00,1188.0 -40187,sell_compound_top3,sell,2025-11-08 00:51:00,1191.0 -40188,sell_compound_top3,sell,2025-11-08 00:54:00,1194.0 -40189,sell_compound_top3,sell,2025-11-08 00:57:00,1194.0 -40190,sell_compound_top3,sell,2025-11-08 01:00:00,1198.0 -40191,sell_compound_top3,sell,2025-11-08 01:03:00,1205.0 -40192,sell_compound_top3,sell,2025-11-08 01:06:00,1205.0 -40193,sell_compound_top3,sell,2025-11-08 01:09:00,1195.0 -40194,sell_compound_top3,sell,2025-11-08 01:21:00,1210.0 -40195,sell_compound_top3,sell,2025-11-08 01:24:00,1217.0 -40196,sell_compound_top3,sell,2025-11-08 01:27:00,1213.0 -40197,sell_compound_top3,sell,2025-11-08 01:30:00,1216.0 -40198,sell_compound_top3,sell,2025-11-08 01:33:00,1210.0 -40199,sell_compound_top3,sell,2025-11-08 01:57:00,1213.0 -40200,sell_compound_top3,sell,2025-11-08 02:51:00,1265.0 -40201,sell_compound_top3,sell,2025-11-08 02:54:00,1258.0 -40202,sell_compound_top3,sell,2025-11-08 02:57:00,1262.0 -40203,sell_compound_top3,sell,2025-11-08 03:00:00,1266.0 -40204,sell_compound_top3,sell,2025-11-08 03:03:00,1272.0 -40205,sell_compound_top3,sell,2025-11-08 03:06:00,1272.0 -40206,sell_compound_top3,sell,2025-11-08 03:09:00,1276.0 -40207,sell_compound_top3,sell,2025-11-08 03:12:00,1273.0 -40208,sell_compound_top3,sell,2025-11-08 03:45:00,1287.0 -40209,sell_compound_top3,sell,2025-11-08 03:48:00,1288.0 -40210,sell_compound_top3,sell,2025-11-08 07:36:00,1269.0 -40211,sell_compound_top3,sell,2025-11-08 07:39:00,1269.0 -40212,sell_compound_top3,sell,2025-11-08 11:30:00,1262.0 -40213,sell_compound_top3,sell,2025-11-08 11:33:00,1261.0 -40214,sell_compound_top3,sell,2025-11-08 11:36:00,1262.0 -40215,sell_compound_top3,sell,2025-11-08 11:39:00,1266.0 -40216,sell_compound_top3,sell,2025-11-08 11:42:00,1268.0 -40217,sell_compound_top3,sell,2025-11-08 11:45:00,1268.0 -40218,sell_compound_top3,sell,2025-11-08 11:48:00,1263.0 -40219,sell_compound_top3,sell,2025-11-08 17:45:00,1232.0 -40220,sell_compound_top3,sell,2025-11-08 17:48:00,1231.0 -40221,sell_compound_top3,sell,2025-11-08 17:51:00,1229.0 -40222,sell_compound_top3,sell,2025-11-08 17:54:00,1229.0 -40223,sell_compound_top3,sell,2025-11-08 17:57:00,1231.0 -40224,sell_compound_top3,sell,2025-11-08 19:57:00,1236.0 -40225,sell_compound_top3,sell,2025-11-08 20:00:00,1234.0 -40226,sell_compound_top3,sell,2025-11-08 20:03:00,1231.0 -40227,sell_compound_top3,sell,2025-11-08 20:06:00,1240.0 -40228,sell_compound_top3,sell,2025-11-08 20:09:00,1241.0 -40229,sell_compound_top3,sell,2025-11-08 20:21:00,1246.0 -40230,sell_compound_top3,sell,2025-11-08 20:24:00,1252.0 -40231,sell_compound_top3,sell,2025-11-09 04:12:00,1208.0 -40232,sell_compound_top3,sell,2025-11-09 06:42:00,1210.0 -40233,sell_compound_top3,sell,2025-11-09 06:57:00,1212.0 -40234,sell_compound_top3,sell,2025-11-09 07:21:00,1214.0 -40235,sell_compound_top3,sell,2025-11-09 07:24:00,1217.0 -40236,sell_compound_top3,sell,2025-11-09 07:30:00,1215.0 -40237,sell_compound_top3,sell,2025-11-09 07:33:00,1217.0 -40238,sell_compound_top3,sell,2025-11-09 07:36:00,1215.0 -40239,sell_compound_top3,sell,2025-11-09 07:39:00,1215.0 -40240,sell_compound_top3,sell,2025-11-09 07:51:00,1218.0 -40241,sell_compound_top3,sell,2025-11-09 07:54:00,1220.0 -40242,sell_compound_top3,sell,2025-11-09 07:57:00,1216.0 -40243,sell_compound_top3,sell,2025-11-09 08:57:00,1217.0 -40244,sell_compound_top3,sell,2025-11-09 09:00:00,1218.0 -40245,sell_compound_top3,sell,2025-11-09 09:03:00,1218.0 -40246,sell_compound_top3,sell,2025-11-09 15:36:00,1184.0 -40247,sell_compound_top3,sell,2025-11-09 15:39:00,1185.0 -40248,sell_compound_top3,sell,2025-11-09 16:42:00,1191.0 -40249,sell_compound_top3,sell,2025-11-09 16:51:00,1190.0 -40250,sell_compound_top3,sell,2025-11-09 16:54:00,1190.0 -40251,sell_compound_top3,sell,2025-11-09 16:57:00,1191.0 -40252,sell_compound_top3,sell,2025-11-09 17:00:00,1192.0 -40253,sell_compound_top3,sell,2025-11-09 17:03:00,1190.0 -40254,sell_compound_top3,sell,2025-11-09 20:21:00,1196.0 -40255,sell_compound_top3,sell,2025-11-09 20:24:00,1191.0 -40256,sell_compound_top3,sell,2025-11-09 20:27:00,1194.0 -40257,sell_compound_top3,sell,2025-11-09 21:27:00,1196.0 -40258,sell_compound_top3,sell,2025-11-09 23:42:00,1220.0 -40259,sell_compound_top3,sell,2025-11-10 00:21:00,1221.0 -40260,sell_compound_top3,sell,2025-11-10 00:24:00,1219.0 -40261,sell_compound_top3,sell,2025-11-10 04:42:00,1219.0 -40262,sell_compound_top3,sell,2025-11-10 04:57:00,1221.0 -40263,sell_compound_top3,sell,2025-11-10 05:00:00,1224.0 -40264,sell_compound_top3,sell,2025-11-10 05:03:00,1223.0 -40265,sell_compound_top3,sell,2025-11-10 10:00:00,1231.0 -40266,sell_compound_top3,sell,2025-11-10 10:03:00,1235.0 -40267,sell_compound_top3,sell,2025-11-10 14:12:00,1238.0 -40268,sell_compound_top3,sell,2025-11-10 18:45:00,1249.0 -40269,sell_compound_top3,sell,2025-11-10 18:48:00,1251.0 -40270,sell_compound_top3,sell,2025-11-10 18:51:00,1252.0 -40271,sell_compound_top3,sell,2025-11-10 18:54:00,1255.0 -40272,sell_compound_top3,sell,2025-11-10 18:57:00,1252.0 -40273,sell_compound_top3,sell,2025-11-10 22:42:00,1246.0 -40274,sell_compound_top3,sell,2025-11-10 22:45:00,1246.0 -40275,sell_compound_top3,sell,2025-11-10 22:48:00,1246.0 -40276,sell_compound_top3,sell,2025-11-11 05:21:00,1221.0 -40277,sell_compound_top3,sell,2025-11-11 05:24:00,1222.0 -40278,sell_compound_top3,sell,2025-11-11 08:00:00,1239.0 -40279,sell_compound_top3,sell,2025-11-11 08:03:00,1235.0 -40280,sell_compound_top3,sell,2025-11-11 10:27:00,1243.0 -40281,sell_compound_top3,sell,2025-11-11 11:42:00,1240.0 -40282,sell_compound_top3,sell,2025-11-11 12:12:00,1246.0 -40283,sell_compound_top3,sell,2025-11-11 12:15:00,1248.0 -40284,sell_compound_top3,sell,2025-11-11 12:18:00,1245.0 -40285,sell_compound_top3,sell,2025-11-11 12:21:00,1246.0 -40286,sell_compound_top3,sell,2025-11-11 12:24:00,1247.0 -40287,sell_compound_top3,sell,2025-11-11 20:15:00,1196.0 -40288,sell_compound_top3,sell,2025-11-11 20:18:00,1194.0 -40289,sell_compound_top3,sell,2025-11-12 01:21:00,1198.0 -40290,sell_compound_top3,sell,2025-11-12 01:24:00,1197.0 -40291,sell_compound_top3,sell,2025-11-12 02:12:00,1200.0 -40292,sell_compound_top3,sell,2025-11-12 11:51:00,1162.0 -40293,sell_compound_top3,sell,2025-11-12 11:54:00,1168.0 -40294,sell_compound_top3,sell,2025-11-12 12:00:00,1166.0 -40295,sell_compound_top3,sell,2025-11-12 12:03:00,1167.0 -40296,sell_compound_top3,sell,2025-11-12 12:06:00,1168.0 -40297,sell_compound_top3,sell,2025-11-12 12:09:00,1167.0 -40298,sell_compound_top3,sell,2025-11-12 12:12:00,1166.0 -40299,sell_compound_top3,sell,2025-11-12 12:42:00,1176.0 -40300,sell_compound_top3,sell,2025-11-12 12:51:00,1177.0 -40301,sell_compound_top3,sell,2025-11-12 12:54:00,1177.0 -40302,sell_compound_top3,sell,2025-11-12 14:21:00,1175.0 -40303,sell_compound_top3,sell,2025-11-12 14:24:00,1176.0 -40304,sell_compound_top3,sell,2025-11-12 14:27:00,1176.0 -40305,sell_compound_top3,sell,2025-11-12 15:00:00,1176.0 -40306,sell_compound_top3,sell,2025-11-12 15:03:00,1176.0 -40307,sell_compound_top3,sell,2025-11-12 15:30:00,1191.0 -40308,sell_compound_top3,sell,2025-11-12 15:33:00,1189.0 -40309,sell_compound_top3,sell,2025-11-12 15:36:00,1190.0 -40310,sell_compound_top3,sell,2025-11-12 15:39:00,1192.0 -40311,sell_compound_top3,sell,2025-11-12 15:42:00,1192.0 -40312,sell_compound_top3,sell,2025-11-12 15:45:00,1192.0 -40313,sell_compound_top3,sell,2025-11-12 15:48:00,1193.0 -40314,sell_compound_top3,sell,2025-11-12 17:57:00,1196.0 -40315,sell_compound_top3,sell,2025-11-12 18:00:00,1197.0 -40316,sell_compound_top3,sell,2025-11-12 18:03:00,1197.0 -40317,sell_compound_top3,sell,2025-11-12 18:12:00,1201.0 -40318,sell_compound_top3,sell,2025-11-12 19:15:00,1204.0 -40319,sell_compound_top3,sell,2025-11-12 19:18:00,1203.0 -40320,sell_compound_top3,sell,2025-11-12 19:21:00,1204.0 -40321,sell_compound_top3,sell,2025-11-12 19:24:00,1208.0 -40322,sell_compound_top3,sell,2025-11-12 19:27:00,1206.0 -40323,sell_compound_top3,sell,2025-11-12 19:42:00,1209.0 -40324,sell_compound_top3,sell,2025-11-12 21:21:00,1213.0 -40325,sell_compound_top3,sell,2025-11-12 21:24:00,1212.0 -40326,sell_compound_top3,sell,2025-11-12 21:30:00,1213.0 -40327,sell_compound_top3,sell,2025-11-12 21:33:00,1210.0 -40328,sell_compound_top3,sell,2025-11-13 05:45:00,1151.0 -40329,sell_compound_top3,sell,2025-11-13 05:48:00,1150.0 -40330,sell_compound_top3,sell,2025-11-13 05:51:00,1151.0 -40331,sell_compound_top3,sell,2025-11-13 05:54:00,1151.0 -40332,sell_compound_top3,sell,2025-11-13 05:57:00,1150.0 -40333,sell_compound_top3,sell,2025-11-13 06:12:00,1153.0 -40334,sell_compound_top3,sell,2025-11-13 06:36:00,1158.0 -40335,sell_compound_top3,sell,2025-11-13 06:39:00,1161.0 -40336,sell_compound_top3,sell,2025-11-13 06:42:00,1159.0 -40337,sell_compound_top3,sell,2025-11-13 06:45:00,1160.0 -40338,sell_compound_top3,sell,2025-11-13 06:48:00,1157.0 -40339,sell_compound_top3,sell,2025-11-13 06:57:00,1162.0 -40340,sell_compound_top3,sell,2025-11-13 07:00:00,1160.0 -40341,sell_compound_top3,sell,2025-11-13 07:03:00,1160.0 -40342,sell_compound_top3,sell,2025-11-13 10:21:00,1164.0 -40343,sell_compound_top3,sell,2025-11-13 10:24:00,1165.0 -40344,sell_compound_top3,sell,2025-11-13 10:27:00,1167.0 -40345,sell_compound_top3,sell,2025-11-13 10:30:00,1165.0 -40346,sell_compound_top3,sell,2025-11-13 10:33:00,1169.0 -40347,sell_compound_top3,sell,2025-11-13 15:06:00,1201.0 -40348,sell_compound_top3,sell,2025-11-13 15:09:00,1203.0 -40349,sell_compound_top3,sell,2025-11-13 15:12:00,1203.0 -40350,sell_compound_top3,sell,2025-11-13 22:21:00,1179.0 -40351,sell_compound_top3,sell,2025-11-13 22:24:00,1179.0 -40352,sell_compound_top3,sell,2025-11-14 07:36:00,1123.0 -40353,sell_compound_top3,sell,2025-11-14 07:39:00,1126.0 -40354,sell_compound_top3,sell,2025-11-14 07:51:00,1126.0 -40355,sell_compound_top3,sell,2025-11-14 07:54:00,1129.0 -40356,sell_compound_top3,sell,2025-11-14 07:57:00,1127.0 -40357,sell_compound_top3,sell,2025-11-14 08:12:00,1127.0 -40358,sell_compound_top3,sell,2025-11-14 08:15:00,1132.0 -40359,sell_compound_top3,sell,2025-11-14 08:18:00,1135.0 -40360,sell_compound_top3,sell,2025-11-14 08:21:00,1137.0 -40361,sell_compound_top3,sell,2025-11-14 08:24:00,1137.0 -40362,sell_compound_top3,sell,2025-11-14 08:27:00,1139.0 -40363,sell_compound_top3,sell,2025-11-14 08:30:00,1138.0 -40364,sell_compound_top3,sell,2025-11-14 08:33:00,1138.0 -40365,sell_compound_top3,sell,2025-11-14 08:36:00,1143.0 -40366,sell_compound_top3,sell,2025-11-14 08:39:00,1142.0 -40367,sell_compound_top3,sell,2025-11-14 08:42:00,1141.0 -40368,sell_compound_top3,sell,2025-11-14 16:27:00,1123.0 -40369,sell_compound_top3,sell,2025-11-14 23:57:00,1105.0 -40370,sell_compound_top3,sell,2025-11-15 00:30:00,1106.0 -40371,sell_compound_top3,sell,2025-11-15 00:33:00,1105.0 -40372,sell_compound_top3,sell,2025-11-15 00:42:00,1107.0 -40373,sell_compound_top3,sell,2025-11-15 00:45:00,1111.0 -40374,sell_compound_top3,sell,2025-11-15 00:48:00,1120.0 -40375,sell_compound_top3,sell,2025-11-15 00:57:00,1111.0 -40376,sell_compound_top3,sell,2025-11-15 01:30:00,1114.0 -40377,sell_compound_top3,sell,2025-11-15 01:33:00,1111.0 -40378,sell_compound_top3,sell,2025-11-15 01:36:00,1113.0 -40379,sell_compound_top3,sell,2025-11-15 01:39:00,1114.0 -40380,sell_compound_top3,sell,2025-11-15 10:27:00,1084.0 -40381,sell_compound_top3,sell,2025-11-15 10:42:00,1088.0 -40382,sell_compound_top3,sell,2025-11-15 10:45:00,1089.0 -40383,sell_compound_top3,sell,2025-11-15 10:48:00,1090.0 -40384,sell_compound_top3,sell,2025-11-15 11:00:00,1090.0 -40385,sell_compound_top3,sell,2025-11-15 11:03:00,1089.0 -40386,sell_compound_top3,sell,2025-11-15 12:06:00,1093.0 -40387,sell_compound_top3,sell,2025-11-15 12:09:00,1095.0 -40388,sell_compound_top3,sell,2025-11-15 12:12:00,1095.0 -40389,sell_compound_top3,sell,2025-11-15 12:15:00,1096.0 -40390,sell_compound_top3,sell,2025-11-15 12:18:00,1096.0 -40391,sell_compound_top3,sell,2025-11-15 12:21:00,1095.0 -40392,sell_compound_top3,sell,2025-11-15 12:24:00,1096.0 -40393,sell_compound_top3,sell,2025-11-15 21:30:00,1070.0 -40394,sell_compound_top3,sell,2025-11-15 21:33:00,1069.0 -40395,sell_compound_top3,sell,2025-11-15 21:36:00,1070.0 -40396,sell_compound_top3,sell,2025-11-15 21:39:00,1070.0 -40397,sell_compound_top3,sell,2025-11-15 22:30:00,1073.0 -40398,sell_compound_top3,sell,2025-11-15 22:33:00,1072.0 -40399,sell_compound_top3,sell,2025-11-16 03:12:00,1064.0 -40400,sell_compound_top3,sell,2025-11-16 03:15:00,1064.0 -40401,sell_compound_top3,sell,2025-11-16 03:18:00,1062.0 -40402,sell_compound_top3,sell,2025-11-16 08:12:00,1058.0 -40403,sell_compound_top3,sell,2025-11-16 08:15:00,1058.0 -40404,sell_compound_top3,sell,2025-11-16 08:18:00,1059.0 -40405,sell_compound_top3,sell,2025-11-16 08:21:00,1057.0 -40406,sell_compound_top3,sell,2025-11-16 08:24:00,1056.0 -40407,sell_compound_top3,sell,2025-11-16 19:06:00,1054.0 -40408,sell_compound_top3,sell,2025-11-16 19:09:00,1054.0 -40409,sell_compound_top3,sell,2025-11-16 19:12:00,1054.0 -40410,sell_compound_top3,sell,2025-11-16 19:15:00,1055.0 -40411,sell_compound_top3,sell,2025-11-16 19:18:00,1055.0 -40412,sell_compound_top3,sell,2025-11-16 19:21:00,1054.0 -40413,sell_compound_top3,sell,2025-11-16 19:24:00,1053.0 -40414,sell_compound_top3,sell,2025-11-16 19:27:00,1055.0 -40415,sell_compound_top3,sell,2025-11-17 00:06:00,1027.0 -40416,sell_compound_top3,sell,2025-11-17 00:09:00,1027.0 -40417,sell_compound_top3,sell,2025-11-17 05:30:00,1005.0 -40418,sell_compound_top3,sell,2025-11-17 05:33:00,1003.0 -40419,sell_compound_top3,sell,2025-11-17 07:57:00,1003.0 -40420,sell_compound_top3,sell,2025-11-17 08:30:00,1010.0 -40421,sell_compound_top3,sell,2025-11-17 08:33:00,1007.0 -40422,sell_compound_top3,sell,2025-11-17 08:42:00,1010.0 -40423,sell_compound_top3,sell,2025-11-17 09:42:00,1010.0 -40424,sell_compound_top3,sell,2025-11-17 12:27:00,1017.0 -40425,sell_compound_top3,sell,2025-11-17 12:30:00,1017.0 -40426,sell_compound_top3,sell,2025-11-17 12:33:00,1017.0 -40427,sell_compound_top3,sell,2025-11-17 12:36:00,1016.0 -40428,sell_compound_top3,sell,2025-11-17 12:39:00,1016.0 -40429,sell_compound_top3,sell,2025-11-17 12:42:00,1017.0 -40430,sell_compound_top3,sell,2025-11-17 16:51:00,1021.0 -40431,sell_compound_top3,sell,2025-11-17 16:54:00,1019.0 -40432,sell_compound_top3,sell,2025-11-17 16:57:00,1019.0 -40433,sell_compound_top3,sell,2025-11-17 17:00:00,1021.0 -40434,sell_compound_top3,sell,2025-11-17 17:03:00,1019.0 -40435,sell_compound_top3,sell,2025-11-17 20:21:00,1019.0 -40436,sell_compound_top3,sell,2025-11-17 20:24:00,1020.0 -40437,sell_compound_top3,sell,2025-11-17 20:27:00,1020.0 -40438,sell_compound_top3,sell,2025-11-17 23:45:00,1016.0 -40439,sell_compound_top3,sell,2025-11-17 23:48:00,1022.0 -40440,sell_compound_top3,sell,2025-11-18 07:30:00,976.0 -40441,sell_compound_top3,sell,2025-11-18 07:33:00,977.0 -40442,sell_compound_top3,sell,2025-11-18 07:42:00,975.0 -40443,sell_compound_top3,sell,2025-11-18 09:12:00,977.0 -40444,sell_compound_top3,sell,2025-11-18 09:51:00,976.0 -40445,sell_compound_top3,sell,2025-11-18 09:54:00,977.0 -40446,sell_compound_top3,sell,2025-11-18 09:57:00,975.0 -40447,sell_compound_top3,sell,2025-11-18 10:00:00,980.0 -40448,sell_compound_top3,sell,2025-11-18 10:03:00,980.0 -40449,sell_compound_top3,sell,2025-11-18 10:06:00,981.0 -40450,sell_compound_top3,sell,2025-11-18 10:09:00,986.0 -40451,sell_compound_top3,sell,2025-11-18 10:15:00,983.0 -40452,sell_compound_top3,sell,2025-11-18 10:18:00,987.0 -40453,sell_compound_top3,sell,2025-11-18 10:21:00,984.0 -40454,sell_compound_top3,sell,2025-11-18 10:24:00,984.0 -40455,sell_compound_top3,sell,2025-11-18 11:30:00,988.0 -40456,sell_compound_top3,sell,2025-11-18 11:33:00,990.0 -40457,sell_compound_top3,sell,2025-11-18 12:45:00,991.0 -40458,sell_compound_top3,sell,2025-11-18 12:48:00,991.0 -40459,sell_compound_top3,sell,2025-11-18 12:51:00,991.0 -40460,sell_compound_top3,sell,2025-11-18 12:54:00,989.0 -40461,sell_compound_top3,sell,2025-11-18 13:00:00,990.0 -40462,sell_compound_top3,sell,2025-11-18 13:03:00,989.0 -40463,sell_compound_top3,sell,2025-11-18 14:12:00,993.0 -40464,sell_compound_top3,sell,2025-11-18 14:27:00,994.0 -40465,sell_compound_top3,sell,2025-11-18 17:51:00,998.0 -40466,sell_compound_top3,sell,2025-11-18 17:54:00,995.0 -40467,sell_compound_top3,sell,2025-11-19 00:42:00,1008.0 -40468,sell_compound_top3,sell,2025-11-19 00:57:00,1010.0 -40469,sell_compound_top3,sell,2025-11-19 01:00:00,1012.0 -40470,sell_compound_top3,sell,2025-11-19 01:03:00,1011.0 -40471,sell_compound_top3,sell,2025-11-19 01:06:00,1009.0 -40472,sell_compound_top3,sell,2025-11-19 01:09:00,1017.0 -40473,sell_compound_top3,sell,2025-11-19 01:12:00,1016.0 -40474,sell_compound_top3,sell,2025-11-19 01:15:00,1016.0 -40475,sell_compound_top3,sell,2025-11-19 01:18:00,1018.0 -40476,sell_compound_top3,sell,2025-11-19 01:21:00,1024.0 -40477,sell_compound_top3,sell,2025-11-19 01:24:00,1025.0 -40478,sell_compound_top3,sell,2025-11-19 01:27:00,1025.0 -40479,sell_compound_top3,sell,2025-11-19 01:30:00,1023.0 -40480,sell_compound_top3,sell,2025-11-19 01:33:00,1028.0 -40481,sell_compound_top3,sell,2025-11-19 01:36:00,1028.0 -40482,sell_compound_top3,sell,2025-11-19 01:39:00,1029.0 -40483,sell_compound_top3,sell,2025-11-19 01:42:00,1027.0 -40484,sell_compound_top3,sell,2025-11-19 01:45:00,1027.0 -40485,sell_compound_top3,sell,2025-11-19 01:48:00,1024.0 -40486,sell_compound_top3,sell,2025-11-19 08:00:00,1026.0 -40487,sell_compound_top3,sell,2025-11-19 08:03:00,1027.0 -40488,sell_compound_top3,sell,2025-11-19 21:21:00,995.0 -40489,sell_compound_top3,sell,2025-11-19 21:24:00,996.0 -40490,sell_compound_top3,sell,2025-11-19 21:27:00,996.0 -40491,sell_compound_top3,sell,2025-11-19 21:30:00,997.0 -40492,sell_compound_top3,sell,2025-11-19 21:33:00,996.0 -40493,sell_compound_top3,sell,2025-11-20 00:15:00,1003.0 -40494,sell_compound_top3,sell,2025-11-20 00:18:00,1005.0 -40495,sell_compound_top3,sell,2025-11-20 06:15:00,975.0 -40496,sell_compound_top3,sell,2025-11-20 06:18:00,978.0 -40497,sell_compound_top3,sell,2025-11-20 06:30:00,988.0 -40498,sell_compound_top3,sell,2025-11-20 06:33:00,992.0 -40499,sell_compound_top3,sell,2025-11-20 06:36:00,988.0 -40500,sell_compound_top3,sell,2025-11-20 06:39:00,988.0 -40501,sell_compound_top3,sell,2025-11-20 06:42:00,987.0 -40502,sell_compound_top3,sell,2025-11-20 06:45:00,991.0 -40503,sell_compound_top3,sell,2025-11-20 06:48:00,992.0 -40504,sell_compound_top3,sell,2025-11-20 06:51:00,991.0 -40505,sell_compound_top3,sell,2025-11-20 06:54:00,993.0 -40506,sell_compound_top3,sell,2025-11-20 06:57:00,993.0 -40507,sell_compound_top3,sell,2025-11-20 08:21:00,997.0 -40508,sell_compound_top3,sell,2025-11-20 08:24:00,998.0 -40509,sell_compound_top3,sell,2025-11-20 08:27:00,997.0 -40510,sell_compound_top3,sell,2025-11-20 08:30:00,996.0 -40511,sell_compound_top3,sell,2025-11-20 08:33:00,995.0 -40512,sell_compound_top3,sell,2025-11-20 09:21:00,1000.0 -40513,sell_compound_top3,sell,2025-11-20 09:24:00,1001.0 -40514,sell_compound_top3,sell,2025-11-20 09:27:00,1000.0 -40515,sell_compound_top3,sell,2025-11-20 09:30:00,1001.0 -40516,sell_compound_top3,sell,2025-11-20 09:33:00,1002.0 -40517,sell_compound_top3,sell,2025-11-20 09:36:00,1002.0 -40518,sell_compound_top3,sell,2025-11-20 09:39:00,1001.0 -40519,sell_compound_top3,sell,2025-11-20 09:42:00,1000.0 -40520,sell_compound_top3,sell,2025-11-20 09:45:00,1001.0 -40521,sell_compound_top3,sell,2025-11-20 09:48:00,1001.0 -40522,sell_compound_top3,sell,2025-11-20 10:12:00,1003.0 -40523,sell_compound_top3,sell,2025-11-20 10:42:00,1003.0 -40524,sell_compound_top3,sell,2025-11-20 10:45:00,1003.0 -40525,sell_compound_top3,sell,2025-11-20 10:48:00,1002.0 -40526,sell_compound_top3,sell,2025-11-20 11:15:00,1007.0 -40527,sell_compound_top3,sell,2025-11-20 11:18:00,1007.0 -40528,sell_compound_top3,sell,2025-11-20 11:21:00,1006.0 -40529,sell_compound_top3,sell,2025-11-20 11:24:00,1006.0 -40530,sell_compound_top3,sell,2025-11-20 11:27:00,1007.0 -40531,sell_compound_top3,sell,2025-11-20 11:30:00,1007.0 -40532,sell_compound_top3,sell,2025-11-20 11:33:00,1007.0 -40533,sell_compound_top3,sell,2025-11-20 11:36:00,1008.0 -40534,sell_compound_top3,sell,2025-11-20 11:39:00,1009.0 -40535,sell_compound_top3,sell,2025-11-20 14:12:00,1007.0 -40536,sell_compound_top3,sell,2025-11-20 14:15:00,1007.0 -40537,sell_compound_top3,sell,2025-11-20 14:18:00,1007.0 -40538,sell_compound_top3,sell,2025-11-20 15:12:00,1011.0 -40539,sell_compound_top3,sell,2025-11-20 15:30:00,1013.0 -40540,sell_compound_top3,sell,2025-11-20 15:33:00,1014.0 -40541,sell_compound_top3,sell,2025-11-20 17:00:00,1021.0 -40542,sell_compound_top3,sell,2025-11-20 17:03:00,1023.0 -40543,sell_compound_top3,sell,2025-11-20 17:06:00,1022.0 -40544,sell_compound_top3,sell,2025-11-20 17:09:00,1022.0 -40545,sell_compound_top3,sell,2025-11-20 17:12:00,1024.0 -40546,sell_compound_top3,sell,2025-11-20 17:15:00,1024.0 -40547,sell_compound_top3,sell,2025-11-20 17:18:00,1024.0 -40548,sell_compound_top3,sell,2025-11-20 17:21:00,1026.0 -40549,sell_compound_top3,sell,2025-11-20 17:24:00,1023.0 -40550,sell_compound_top3,sell,2025-11-20 17:30:00,1024.0 -40551,sell_compound_top3,sell,2025-11-20 17:33:00,1023.0 -40552,sell_compound_top3,sell,2025-11-20 17:36:00,1026.0 -40553,sell_compound_top3,sell,2025-11-20 17:39:00,1025.0 -40554,sell_compound_top3,sell,2025-11-20 17:57:00,1029.0 -40555,sell_compound_top3,sell,2025-11-20 18:00:00,1029.0 -40556,sell_compound_top3,sell,2025-11-20 18:03:00,1030.0 -40557,sell_compound_top3,sell,2025-11-20 18:06:00,1028.0 -40558,sell_compound_top3,sell,2025-11-20 18:09:00,1027.0 -40559,sell_compound_top3,sell,2025-11-20 18:12:00,1028.0 -40560,sell_compound_top3,sell,2025-11-20 18:27:00,1035.0 -40561,sell_compound_top3,sell,2025-11-20 21:00:00,1040.0 -40562,sell_compound_top3,sell,2025-11-20 21:03:00,1039.0 -40563,sell_compound_top3,sell,2025-11-20 21:06:00,1039.0 -40564,sell_compound_top3,sell,2025-11-20 21:09:00,1045.0 -40565,sell_compound_top3,sell,2025-11-20 21:12:00,1048.0 -40566,sell_compound_top3,sell,2025-11-20 21:15:00,1044.0 -40567,sell_compound_top3,sell,2025-11-20 21:18:00,1042.0 -40568,sell_compound_top3,sell,2025-11-20 21:21:00,1043.0 -40569,sell_compound_top3,sell,2025-11-20 21:24:00,1045.0 -40570,sell_compound_top3,sell,2025-11-20 21:27:00,1045.0 -40571,sell_compound_top3,sell,2025-11-20 21:30:00,1045.0 -40572,sell_compound_top3,sell,2025-11-20 21:33:00,1043.0 -40573,sell_compound_top3,sell,2025-11-20 21:51:00,1049.0 -40574,sell_compound_top3,sell,2025-11-20 21:54:00,1056.0 -40575,sell_compound_top3,sell,2025-11-20 21:57:00,1056.0 -40576,sell_compound_top3,sell,2025-11-20 22:12:00,1053.0 -40577,sell_compound_top3,sell,2025-11-20 22:15:00,1058.0 -40578,sell_compound_top3,sell,2025-11-20 22:18:00,1056.0 -40579,sell_compound_top3,sell,2025-11-21 05:00:00,984.0 -40580,sell_compound_top3,sell,2025-11-21 05:03:00,980.0 -40581,sell_compound_top3,sell,2025-11-21 05:30:00,989.0 -40582,sell_compound_top3,sell,2025-11-21 05:33:00,990.0 -40583,sell_compound_top3,sell,2025-11-21 05:36:00,984.0 -40584,sell_compound_top3,sell,2025-11-21 05:39:00,984.0 -40585,sell_compound_top3,sell,2025-11-21 06:12:00,986.0 -40586,sell_compound_top3,sell,2025-11-21 06:15:00,987.0 -40587,sell_compound_top3,sell,2025-11-21 06:18:00,989.0 -40588,sell_compound_top3,sell,2025-11-21 06:30:00,993.0 -40589,sell_compound_top3,sell,2025-11-21 06:33:00,995.0 -40590,sell_compound_top3,sell,2025-11-21 06:36:00,996.0 -40591,sell_compound_top3,sell,2025-11-21 06:39:00,996.0 -40592,sell_compound_top3,sell,2025-11-21 06:42:00,998.0 -40593,sell_compound_top3,sell,2025-11-21 06:45:00,998.0 -40594,sell_compound_top3,sell,2025-11-21 06:48:00,1000.0 -40595,sell_compound_top3,sell,2025-11-21 06:51:00,997.0 -40596,sell_compound_top3,sell,2025-11-21 06:54:00,996.0 -40597,sell_compound_top3,sell,2025-11-21 07:12:00,1007.0 -40598,sell_compound_top3,sell,2025-11-21 07:15:00,1008.0 -40599,sell_compound_top3,sell,2025-11-21 07:18:00,1011.0 -40600,sell_compound_top3,sell,2025-11-21 07:30:00,1017.0 -40601,sell_compound_top3,sell,2025-11-21 07:33:00,1016.0 -40602,sell_compound_top3,sell,2025-11-21 07:36:00,1011.0 -40603,sell_compound_top3,sell,2025-11-21 07:39:00,1012.0 -40604,sell_compound_top3,sell,2025-11-21 22:21:00,911.0 -40605,sell_compound_top3,sell,2025-11-21 22:24:00,909.0 -40606,sell_compound_top3,sell,2025-11-22 00:00:00,921.0 -40607,sell_compound_top3,sell,2025-11-22 00:03:00,915.0 -40608,sell_compound_top3,sell,2025-11-22 02:21:00,926.0 -40609,sell_compound_top3,sell,2025-11-22 02:24:00,928.0 -40610,sell_compound_top3,sell,2025-11-22 02:27:00,928.0 -40611,sell_compound_top3,sell,2025-11-22 02:30:00,928.0 -40612,sell_compound_top3,sell,2025-11-22 02:33:00,931.0 -40613,sell_compound_top3,sell,2025-11-22 10:00:00,908.0 -40614,sell_compound_top3,sell,2025-11-22 10:03:00,910.0 -40615,sell_compound_top3,sell,2025-11-22 10:42:00,912.0 -40616,sell_compound_top3,sell,2025-11-22 10:57:00,913.0 -40617,sell_compound_top3,sell,2025-11-22 11:15:00,919.0 -40618,sell_compound_top3,sell,2025-11-22 11:18:00,921.0 -40619,sell_compound_top3,sell,2025-11-22 20:30:00,899.0 -40620,sell_compound_top3,sell,2025-11-22 20:33:00,897.0 -40621,sell_compound_top3,sell,2025-11-22 20:36:00,899.0 -40622,sell_compound_top3,sell,2025-11-22 20:39:00,897.0 -40623,sell_compound_top3,sell,2025-11-22 23:30:00,903.0 -40624,sell_compound_top3,sell,2025-11-22 23:33:00,902.0 -40625,sell_compound_top3,sell,2025-11-22 23:36:00,899.0 -40626,sell_compound_top3,sell,2025-11-22 23:39:00,902.0 -40627,sell_compound_top3,sell,2025-11-23 01:12:00,905.0 -40628,sell_compound_top3,sell,2025-11-23 01:15:00,904.0 -40629,sell_compound_top3,sell,2025-11-23 01:18:00,905.0 -40630,sell_compound_top3,sell,2025-11-23 01:30:00,906.0 -40631,sell_compound_top3,sell,2025-11-23 01:33:00,906.0 -40632,sell_compound_top3,sell,2025-11-23 01:42:00,908.0 -40633,sell_compound_top3,sell,2025-11-23 01:51:00,909.0 -40634,sell_compound_top3,sell,2025-11-23 01:54:00,905.0 -40635,sell_compound_top3,sell,2025-11-23 07:42:00,905.0 -40636,sell_compound_top3,sell,2025-11-23 07:45:00,905.0 -40637,sell_compound_top3,sell,2025-11-23 07:48:00,905.0 -40638,sell_compound_top3,sell,2025-11-23 08:06:00,912.0 -40639,sell_compound_top3,sell,2025-11-23 08:09:00,908.0 -40640,sell_compound_top3,sell,2025-11-23 10:57:00,921.0 -40641,sell_compound_top3,sell,2025-11-23 11:00:00,920.0 -40642,sell_compound_top3,sell,2025-11-23 11:03:00,921.0 -40643,sell_compound_top3,sell,2025-11-23 11:06:00,922.0 -40644,sell_compound_top3,sell,2025-11-23 11:09:00,920.0 -40645,sell_compound_top3,sell,2025-11-23 11:15:00,920.0 -40646,sell_compound_top3,sell,2025-11-23 11:18:00,920.0 -40647,sell_compound_top3,sell,2025-11-23 11:27:00,925.0 -40648,sell_compound_top3,sell,2025-11-23 11:30:00,923.0 -40649,sell_compound_top3,sell,2025-11-23 11:33:00,927.0 -40650,sell_compound_top3,sell,2025-11-23 11:36:00,923.0 -40651,sell_compound_top3,sell,2025-11-23 11:39:00,925.0 -40652,sell_compound_top3,sell,2025-11-23 11:42:00,926.0 -40653,sell_compound_top3,sell,2025-11-23 11:45:00,925.0 -40654,sell_compound_top3,sell,2025-11-23 11:48:00,926.0 -40655,sell_compound_top3,sell,2025-11-23 11:51:00,925.0 -40656,sell_compound_top3,sell,2025-11-23 11:54:00,923.0 -40657,sell_compound_top3,sell,2025-11-23 13:21:00,929.0 -40658,sell_compound_top3,sell,2025-11-23 13:24:00,928.0 -40659,sell_compound_top3,sell,2025-11-23 13:27:00,927.0 -40660,sell_compound_top3,sell,2025-11-23 13:30:00,925.0 -40661,sell_compound_top3,sell,2025-11-23 13:33:00,926.0 -40662,sell_compound_top3,sell,2025-11-23 13:36:00,927.0 -40663,sell_compound_top3,sell,2025-11-23 13:39:00,928.0 -40664,sell_compound_top3,sell,2025-11-23 13:42:00,926.0 -40665,sell_compound_top3,sell,2025-11-23 13:45:00,926.0 -40666,sell_compound_top3,sell,2025-11-23 13:48:00,926.0 -40667,sell_compound_top3,sell,2025-11-23 13:51:00,928.0 -40668,sell_compound_top3,sell,2025-11-23 13:54:00,928.0 -40669,sell_compound_top3,sell,2025-11-23 14:57:00,928.0 -40670,sell_compound_top3,sell,2025-11-23 21:30:00,925.0 -40671,sell_compound_top3,sell,2025-11-23 21:33:00,925.0 -40672,sell_compound_top3,sell,2025-11-23 21:36:00,926.0 -40673,sell_compound_top3,sell,2025-11-23 21:39:00,923.0 -40674,sell_compound_top3,sell,2025-11-23 22:51:00,926.0 -40675,sell_compound_top3,sell,2025-11-23 22:54:00,924.0 -40676,sell_compound_top3,sell,2025-11-24 00:42:00,929.0 -40677,sell_compound_top3,sell,2025-11-24 00:45:00,927.0 -40678,sell_compound_top3,sell,2025-11-24 00:48:00,928.0 -40679,sell_compound_top3,sell,2025-11-24 00:51:00,927.0 -40680,sell_compound_top3,sell,2025-11-24 00:54:00,927.0 -40681,sell_compound_top3,sell,2025-11-24 00:57:00,929.0 -40682,sell_compound_top3,sell,2025-11-24 01:00:00,927.0 -40683,sell_compound_top3,sell,2025-11-24 05:51:00,928.0 -40684,sell_compound_top3,sell,2025-11-24 07:30:00,929.0 -40685,sell_compound_top3,sell,2025-11-24 07:33:00,941.0 -40686,sell_compound_top3,sell,2025-11-24 07:45:00,940.0 -40687,sell_compound_top3,sell,2025-11-24 07:48:00,939.0 -40688,sell_compound_top3,sell,2025-11-24 07:51:00,938.0 -40689,sell_compound_top3,sell,2025-11-24 07:54:00,938.0 -40690,sell_compound_top3,sell,2025-11-24 07:57:00,938.0 -40691,sell_compound_top3,sell,2025-11-24 12:21:00,945.0 -40692,sell_compound_top3,sell,2025-11-24 12:24:00,941.0 -40693,sell_compound_top3,sell,2025-11-24 22:42:00,915.0 -40694,sell_compound_top3,sell,2025-11-25 00:00:00,920.0 -40695,sell_compound_top3,sell,2025-11-25 00:03:00,922.0 -40696,sell_compound_top3,sell,2025-11-25 00:06:00,923.0 -40697,sell_compound_top3,sell,2025-11-25 00:09:00,921.0 -40698,sell_compound_top3,sell,2025-11-25 00:12:00,921.0 -40699,sell_compound_top3,sell,2025-11-25 00:42:00,923.0 -40700,sell_compound_top3,sell,2025-11-25 00:45:00,925.0 -40701,sell_compound_top3,sell,2025-11-25 00:48:00,929.0 -40702,sell_compound_top3,sell,2025-11-25 00:51:00,928.0 -40703,sell_compound_top3,sell,2025-11-25 00:54:00,925.0 -40704,sell_compound_top3,sell,2025-11-25 01:06:00,927.0 -40705,sell_compound_top3,sell,2025-11-25 01:09:00,927.0 -40706,sell_compound_top3,sell,2025-11-25 01:12:00,929.0 -40707,sell_compound_top3,sell,2025-11-25 01:15:00,930.0 -40708,sell_compound_top3,sell,2025-11-25 01:18:00,932.0 -40709,sell_compound_top3,sell,2025-11-25 01:21:00,935.0 -40710,sell_compound_top3,sell,2025-11-25 01:24:00,936.0 -40711,sell_compound_top3,sell,2025-11-25 01:27:00,938.0 -40712,sell_compound_top3,sell,2025-11-25 01:30:00,934.0 -40713,sell_compound_top3,sell,2025-11-25 01:33:00,933.0 -40714,sell_compound_top3,sell,2025-11-25 01:36:00,935.0 -40715,sell_compound_top3,sell,2025-11-25 01:39:00,935.0 -40716,sell_compound_top3,sell,2025-11-25 01:42:00,934.0 -40717,sell_compound_top3,sell,2025-11-25 01:45:00,936.0 -40718,sell_compound_top3,sell,2025-11-25 01:48:00,937.0 -40719,sell_compound_top3,sell,2025-11-25 02:45:00,948.0 -40720,sell_compound_top3,sell,2025-11-25 02:48:00,950.0 -40721,sell_compound_top3,sell,2025-11-25 02:51:00,952.0 -40722,sell_compound_top3,sell,2025-11-25 02:54:00,954.0 -40723,sell_compound_top3,sell,2025-11-25 03:06:00,959.0 -40724,sell_compound_top3,sell,2025-11-25 03:09:00,963.0 -40725,sell_compound_top3,sell,2025-11-25 03:12:00,959.0 -40726,sell_compound_top3,sell,2025-11-25 03:15:00,960.0 -40727,sell_compound_top3,sell,2025-11-25 03:18:00,962.0 -40728,sell_compound_top3,sell,2025-11-25 05:42:00,964.0 -40729,sell_compound_top3,sell,2025-11-25 05:45:00,963.0 -40730,sell_compound_top3,sell,2025-11-25 05:48:00,963.0 -40731,sell_compound_top3,sell,2025-11-25 05:51:00,965.0 -40732,sell_compound_top3,sell,2025-11-25 05:54:00,967.0 -40733,sell_compound_top3,sell,2025-11-25 06:06:00,966.0 -40734,sell_compound_top3,sell,2025-11-25 06:09:00,965.0 -40735,sell_compound_top3,sell,2025-11-25 20:00:00,944.0 -40736,sell_compound_top3,sell,2025-11-25 20:03:00,942.0 -40737,sell_compound_top3,sell,2025-11-25 21:30:00,948.0 -40738,sell_compound_top3,sell,2025-11-25 21:33:00,947.0 -40739,sell_compound_top3,sell,2025-11-25 21:36:00,947.0 -40740,sell_compound_top3,sell,2025-11-25 21:39:00,948.0 -40741,sell_compound_top3,sell,2025-11-25 21:42:00,946.0 -40742,sell_compound_top3,sell,2025-11-25 21:51:00,949.0 -40743,sell_compound_top3,sell,2025-11-25 21:54:00,949.0 -40744,sell_compound_top3,sell,2025-11-25 21:57:00,950.0 -40745,sell_compound_top3,sell,2025-11-26 02:45:00,947.0 -40746,sell_compound_top3,sell,2025-11-26 02:48:00,946.0 -40747,sell_compound_top3,sell,2025-11-26 02:51:00,947.0 -40748,sell_compound_top3,sell,2025-11-26 02:54:00,947.0 -40749,sell_compound_top3,sell,2025-11-26 03:21:00,949.0 -40750,sell_compound_top3,sell,2025-11-26 03:24:00,948.0 -40751,sell_compound_top3,sell,2025-11-26 05:30:00,950.0 -40752,sell_compound_top3,sell,2025-11-26 05:33:00,953.0 -40753,sell_compound_top3,sell,2025-11-26 05:36:00,952.0 -40754,sell_compound_top3,sell,2025-11-26 05:39:00,950.0 -40755,sell_compound_top3,sell,2025-11-26 05:42:00,950.0 -40756,sell_compound_top3,sell,2025-11-26 05:45:00,951.0 -40757,sell_compound_top3,sell,2025-11-26 05:48:00,951.0 -40758,sell_compound_top3,sell,2025-11-26 05:51:00,951.0 -40759,sell_compound_top3,sell,2025-11-26 05:54:00,951.0 -40760,sell_compound_top3,sell,2025-11-26 07:42:00,952.0 -40761,sell_compound_top3,sell,2025-11-26 07:45:00,953.0 -40762,sell_compound_top3,sell,2025-11-26 07:48:00,951.0 -40763,sell_compound_top3,sell,2025-11-26 08:06:00,955.0 -40764,sell_compound_top3,sell,2025-11-26 08:09:00,958.0 -40765,sell_compound_top3,sell,2025-11-26 08:21:00,964.0 -40766,sell_compound_top3,sell,2025-11-26 08:24:00,960.0 -40767,sell_compound_top3,sell,2025-11-26 08:27:00,960.0 -40768,sell_compound_top3,sell,2025-11-26 08:30:00,960.0 -40769,sell_compound_top3,sell,2025-11-26 08:33:00,961.0 -40770,sell_compound_top3,sell,2025-11-26 16:06:00,955.0 -40771,sell_compound_top3,sell,2025-11-26 16:09:00,956.0 -40772,sell_compound_top3,sell,2025-11-26 16:15:00,957.0 -40773,sell_compound_top3,sell,2025-11-26 16:18:00,957.0 -40774,sell_compound_top3,sell,2025-11-27 01:42:00,944.0 -40775,sell_compound_top3,sell,2025-11-27 02:57:00,968.0 -40776,sell_compound_top3,sell,2025-11-27 03:00:00,969.0 -40777,sell_compound_top3,sell,2025-11-27 03:03:00,969.0 -40778,sell_compound_top3,sell,2025-11-27 03:06:00,968.0 -40779,sell_compound_top3,sell,2025-11-27 03:09:00,972.0 -40780,sell_compound_top3,sell,2025-11-27 03:12:00,970.0 -40781,sell_compound_top3,sell,2025-11-27 03:15:00,973.0 -40782,sell_compound_top3,sell,2025-11-27 03:18:00,974.0 -40783,sell_compound_top3,sell,2025-11-27 03:21:00,973.0 -40784,sell_compound_top3,sell,2025-11-27 03:24:00,975.0 -40785,sell_compound_top3,sell,2025-11-27 03:27:00,978.0 -40786,sell_compound_top3,sell,2025-11-27 03:30:00,979.0 -40787,sell_compound_top3,sell,2025-11-27 03:33:00,978.0 -40788,sell_compound_top3,sell,2025-11-27 04:00:00,981.0 -40789,sell_compound_top3,sell,2025-11-27 04:03:00,978.0 -40790,sell_compound_top3,sell,2025-11-27 06:57:00,978.0 -40791,sell_compound_top3,sell,2025-11-27 08:00:00,978.0 -40792,sell_compound_top3,sell,2025-11-27 08:03:00,977.0 -40793,sell_compound_top3,sell,2025-11-27 08:21:00,979.0 -40794,sell_compound_top3,sell,2025-11-27 08:24:00,981.0 -40795,sell_compound_top3,sell,2025-11-27 09:00:00,981.0 -40796,sell_compound_top3,sell,2025-11-27 09:03:00,980.0 -40797,sell_compound_top3,sell,2025-11-27 11:36:00,988.0 -40798,sell_compound_top3,sell,2025-11-27 11:39:00,988.0 -40799,sell_compound_top3,sell,2025-11-27 18:45:00,977.0 -40800,sell_compound_top3,sell,2025-11-27 18:48:00,976.0 -40801,sell_compound_top3,sell,2025-11-27 22:36:00,971.0 -40802,sell_compound_top3,sell,2025-11-27 22:39:00,973.0 -40803,sell_compound_top3,sell,2025-11-27 22:42:00,972.0 -40804,sell_compound_top3,sell,2025-11-28 00:00:00,979.0 -40805,sell_compound_top3,sell,2025-11-28 00:03:00,978.0 -40806,sell_compound_top3,sell,2025-11-28 00:45:00,979.0 -40807,sell_compound_top3,sell,2025-11-28 00:48:00,980.0 -40808,sell_compound_top3,sell,2025-11-28 01:00:00,983.0 -40809,sell_compound_top3,sell,2025-11-28 01:03:00,985.0 -40810,sell_compound_top3,sell,2025-11-28 01:06:00,982.0 -40811,sell_compound_top3,sell,2025-11-28 01:09:00,982.0 -40812,sell_compound_top3,sell,2025-11-28 01:21:00,986.0 -40813,sell_compound_top3,sell,2025-11-28 01:24:00,986.0 -40814,sell_compound_top3,sell,2025-11-28 01:27:00,986.0 -40815,sell_compound_top3,sell,2025-11-28 01:30:00,987.0 -40816,sell_compound_top3,sell,2025-11-28 01:33:00,989.0 -40817,sell_compound_top3,sell,2025-11-28 01:36:00,990.0 -40818,sell_compound_top3,sell,2025-11-28 01:39:00,993.0 -40819,sell_compound_top3,sell,2025-11-28 01:45:00,992.0 -40820,sell_compound_top3,sell,2025-11-28 01:48:00,991.0 -40821,sell_compound_top3,sell,2025-11-28 01:57:00,994.0 -40822,sell_compound_top3,sell,2025-11-28 04:00:00,995.0 -40823,sell_compound_top3,sell,2025-11-28 04:03:00,997.0 -40824,sell_compound_top3,sell,2025-11-28 04:06:00,997.0 -40825,sell_compound_top3,sell,2025-11-28 04:09:00,998.0 -40826,sell_compound_top3,sell,2025-11-28 04:12:00,997.0 -40827,sell_compound_top3,sell,2025-11-28 04:15:00,998.0 -40828,sell_compound_top3,sell,2025-11-28 04:18:00,998.0 -40829,sell_compound_top3,sell,2025-11-28 17:42:00,976.0 -40830,sell_compound_top3,sell,2025-11-28 17:45:00,975.0 -40831,sell_compound_top3,sell,2025-11-28 17:48:00,975.0 -40832,sell_compound_top3,sell,2025-11-28 17:51:00,979.0 -40833,sell_compound_top3,sell,2025-11-28 17:54:00,986.0 -40834,sell_compound_top3,sell,2025-11-28 18:06:00,990.0 -40835,sell_compound_top3,sell,2025-11-28 18:09:00,988.0 -40836,sell_compound_top3,sell,2025-11-28 18:12:00,989.0 -40837,sell_compound_top3,sell,2025-11-28 18:15:00,989.0 -40838,sell_compound_top3,sell,2025-11-28 18:18:00,987.0 -40839,sell_compound_top3,sell,2025-11-28 23:12:00,982.0 -40840,sell_compound_top3,sell,2025-11-28 23:15:00,981.0 -40841,sell_compound_top3,sell,2025-11-28 23:18:00,983.0 -40842,sell_compound_top3,sell,2025-11-28 23:27:00,989.0 -40843,sell_compound_top3,sell,2025-11-29 04:51:00,972.0 -40844,sell_compound_top3,sell,2025-11-29 04:54:00,972.0 -40845,sell_compound_top3,sell,2025-11-29 04:57:00,971.0 -40846,sell_compound_top3,sell,2025-11-29 05:21:00,973.0 -40847,sell_compound_top3,sell,2025-11-29 05:24:00,974.0 -40848,sell_compound_top3,sell,2025-11-29 08:00:00,973.0 -40849,sell_compound_top3,sell,2025-11-29 08:03:00,976.0 -40850,sell_compound_top3,sell,2025-11-29 08:12:00,975.0 -40851,sell_compound_top3,sell,2025-11-29 08:15:00,974.0 -40852,sell_compound_top3,sell,2025-11-29 08:18:00,975.0 -40853,sell_compound_top3,sell,2025-11-29 08:21:00,976.0 -40854,sell_compound_top3,sell,2025-11-29 08:24:00,975.0 -40855,sell_compound_top3,sell,2025-11-29 10:36:00,980.0 -40856,sell_compound_top3,sell,2025-11-29 10:39:00,980.0 -40857,sell_compound_top3,sell,2025-11-29 21:06:00,966.0 -40858,sell_compound_top3,sell,2025-11-29 21:09:00,966.0 -40859,sell_compound_top3,sell,2025-11-30 00:27:00,957.0 -40860,sell_compound_top3,sell,2025-11-30 18:57:00,945.0 -40861,sell_compound_top3,sell,2025-11-30 21:57:00,947.0 -40862,sell_compound_top3,sell,2025-11-30 22:00:00,947.0 -40863,sell_compound_top3,sell,2025-11-30 22:03:00,949.0 -40864,sell_compound_top3,sell,2025-11-30 22:06:00,949.0 -40865,sell_compound_top3,sell,2025-11-30 22:09:00,950.0 -40866,sell_compound_top3,sell,2025-11-30 22:15:00,951.0 -40867,sell_compound_top3,sell,2025-11-30 22:18:00,950.0 -40868,sell_compound_top3,sell,2025-11-30 22:30:00,957.0 -40869,sell_compound_top3,sell,2025-11-30 22:33:00,956.0 -40870,sell_compound_top3,sell,2025-11-30 22:36:00,956.0 -40871,sell_compound_top3,sell,2025-11-30 22:39:00,956.0 -40872,sell_compound_top3,sell,2025-12-01 03:30:00,953.0 -40873,sell_compound_top3,sell,2025-12-01 03:33:00,953.0 -40874,sell_compound_top3,sell,2025-12-01 03:36:00,954.0 -40875,sell_compound_top3,sell,2025-12-01 03:39:00,954.0 -40876,sell_compound_top3,sell,2025-12-01 03:42:00,952.0 -40877,sell_compound_top3,sell,2025-12-01 04:00:00,954.0 -40878,sell_compound_top3,sell,2025-12-01 04:03:00,956.0 -40879,sell_compound_top3,sell,2025-12-01 04:06:00,955.0 -40880,sell_compound_top3,sell,2025-12-01 04:09:00,956.0 -40881,sell_compound_top3,sell,2025-12-01 04:12:00,955.0 -40882,sell_compound_top3,sell,2025-12-01 04:15:00,955.0 -40883,sell_compound_top3,sell,2025-12-01 04:18:00,955.0 -40884,sell_compound_top3,sell,2025-12-01 04:24:00,955.0 -40885,sell_compound_top3,sell,2025-12-01 05:21:00,958.0 -40886,sell_compound_top3,sell,2025-12-01 05:24:00,957.0 -40887,sell_compound_top3,sell,2025-12-01 07:21:00,958.0 -40888,sell_compound_top3,sell,2025-12-01 07:24:00,958.0 -40889,sell_compound_top3,sell,2025-12-01 14:57:00,870.0 -40890,sell_compound_top3,sell,2025-12-01 15:12:00,872.0 -40891,sell_compound_top3,sell,2025-12-01 15:15:00,873.0 -40892,sell_compound_top3,sell,2025-12-01 15:18:00,872.0 -40893,sell_compound_top3,sell,2025-12-01 23:45:00,858.0 -40894,sell_compound_top3,sell,2025-12-01 23:48:00,861.0 -40895,sell_compound_top3,sell,2025-12-02 05:21:00,847.0 -40896,sell_compound_top3,sell,2025-12-02 05:24:00,846.0 -40897,sell_compound_top3,sell,2025-12-02 05:27:00,847.0 -40898,sell_compound_top3,sell,2025-12-02 05:30:00,848.0 -40899,sell_compound_top3,sell,2025-12-02 05:33:00,848.0 -40900,sell_compound_top3,sell,2025-12-02 05:36:00,847.0 -40901,sell_compound_top3,sell,2025-12-02 05:39:00,848.0 -40902,sell_compound_top3,sell,2025-12-02 05:42:00,848.0 -40903,sell_compound_top3,sell,2025-12-02 05:45:00,851.0 -40904,sell_compound_top3,sell,2025-12-02 05:48:00,851.0 -40905,sell_compound_top3,sell,2025-12-02 05:51:00,850.0 -40906,sell_compound_top3,sell,2025-12-02 05:54:00,851.0 -40907,sell_compound_top3,sell,2025-12-02 06:00:00,851.0 -40908,sell_compound_top3,sell,2025-12-02 06:03:00,851.0 -40909,sell_compound_top3,sell,2025-12-02 06:06:00,853.0 -40910,sell_compound_top3,sell,2025-12-02 06:09:00,856.0 -40911,sell_compound_top3,sell,2025-12-02 06:12:00,854.0 -40912,sell_compound_top3,sell,2025-12-02 06:21:00,858.0 -40913,sell_compound_top3,sell,2025-12-02 06:24:00,859.0 -40914,sell_compound_top3,sell,2025-12-02 06:45:00,863.0 -40915,sell_compound_top3,sell,2025-12-02 06:48:00,862.0 -40916,sell_compound_top3,sell,2025-12-02 07:06:00,866.0 -40917,sell_compound_top3,sell,2025-12-02 07:09:00,865.0 -40918,sell_compound_top3,sell,2025-12-02 16:21:00,862.0 -40919,sell_compound_top3,sell,2025-12-02 16:24:00,863.0 -40920,sell_compound_top3,sell,2025-12-02 20:12:00,860.0 -40921,sell_compound_top3,sell,2025-12-02 20:15:00,860.0 -40922,sell_compound_top3,sell,2025-12-02 20:18:00,860.0 -40923,sell_compound_top3,sell,2025-12-02 20:21:00,861.0 -40924,sell_compound_top3,sell,2025-12-02 20:24:00,861.0 -40925,sell_compound_top3,sell,2025-12-02 20:27:00,862.0 -40926,sell_compound_top3,sell,2025-12-02 20:30:00,864.0 -40927,sell_compound_top3,sell,2025-12-02 20:33:00,863.0 -40928,sell_compound_top3,sell,2025-12-02 20:36:00,864.0 -40929,sell_compound_top3,sell,2025-12-02 20:39:00,863.0 -40930,sell_compound_top3,sell,2025-12-02 20:45:00,865.0 -40931,sell_compound_top3,sell,2025-12-02 20:48:00,865.0 -40932,sell_compound_top3,sell,2025-12-02 20:51:00,864.0 -40933,sell_compound_top3,sell,2025-12-02 20:54:00,865.0 -40934,sell_compound_top3,sell,2025-12-02 20:57:00,866.0 -40935,sell_compound_top3,sell,2025-12-02 21:00:00,866.0 -40936,sell_compound_top3,sell,2025-12-02 21:03:00,868.0 -40937,sell_compound_top3,sell,2025-12-02 21:12:00,869.0 -40938,sell_compound_top3,sell,2025-12-02 21:15:00,870.0 -40939,sell_compound_top3,sell,2025-12-02 21:18:00,868.0 -40940,sell_compound_top3,sell,2025-12-02 21:21:00,870.0 -40941,sell_compound_top3,sell,2025-12-02 21:24:00,868.0 -40942,sell_compound_top3,sell,2025-12-02 22:21:00,872.0 -40943,sell_compound_top3,sell,2025-12-02 22:24:00,871.0 -40944,sell_compound_top3,sell,2025-12-02 22:27:00,873.0 -40945,sell_compound_top3,sell,2025-12-02 22:30:00,872.0 -40946,sell_compound_top3,sell,2025-12-02 22:33:00,872.0 -40947,sell_compound_top3,sell,2025-12-02 22:36:00,872.0 -40948,sell_compound_top3,sell,2025-12-02 22:39:00,873.0 -40949,sell_compound_top3,sell,2025-12-02 22:42:00,873.0 -40950,sell_compound_top3,sell,2025-12-02 22:45:00,873.0 -40951,sell_compound_top3,sell,2025-12-02 22:48:00,875.0 -40952,sell_compound_top3,sell,2025-12-02 23:00:00,878.0 -40953,sell_compound_top3,sell,2025-12-02 23:03:00,877.0 -40954,sell_compound_top3,sell,2025-12-02 23:06:00,879.0 -40955,sell_compound_top3,sell,2025-12-02 23:09:00,882.0 -40956,sell_compound_top3,sell,2025-12-02 23:12:00,881.0 -40957,sell_compound_top3,sell,2025-12-02 23:15:00,882.0 -40958,sell_compound_top3,sell,2025-12-02 23:18:00,883.0 -40959,sell_compound_top3,sell,2025-12-02 23:21:00,880.0 -40960,sell_compound_top3,sell,2025-12-02 23:24:00,882.0 -40961,sell_compound_top3,sell,2025-12-02 23:27:00,888.0 -40962,sell_compound_top3,sell,2025-12-02 23:30:00,885.0 -40963,sell_compound_top3,sell,2025-12-02 23:33:00,885.0 -40964,sell_compound_top3,sell,2025-12-02 23:36:00,889.0 -40965,sell_compound_top3,sell,2025-12-02 23:39:00,889.0 -40966,sell_compound_top3,sell,2025-12-02 23:42:00,889.0 -40967,sell_compound_top3,sell,2025-12-03 00:30:00,942.0 -40968,sell_compound_top3,sell,2025-12-03 00:33:00,952.0 -40969,sell_compound_top3,sell,2025-12-03 00:36:00,954.0 -40970,sell_compound_top3,sell,2025-12-03 00:39:00,962.0 -40971,sell_compound_top3,sell,2025-12-03 00:42:00,963.0 -40972,sell_compound_top3,sell,2025-12-03 00:45:00,972.0 -40973,sell_compound_top3,sell,2025-12-03 00:48:00,979.0 -40974,sell_compound_top3,sell,2025-12-03 00:51:00,975.0 -40975,sell_compound_top3,sell,2025-12-03 00:54:00,978.0 -40976,sell_compound_top3,sell,2025-12-03 00:57:00,976.0 -40977,sell_compound_top3,sell,2025-12-03 01:00:00,982.0 -40978,sell_compound_top3,sell,2025-12-03 01:03:00,984.0 -40979,sell_compound_top3,sell,2025-12-03 01:06:00,981.0 -40980,sell_compound_top3,sell,2025-12-03 01:09:00,983.0 -40981,sell_compound_top3,sell,2025-12-03 11:21:00,941.0 -40982,sell_compound_top3,sell,2025-12-03 11:24:00,942.0 -40983,sell_compound_top3,sell,2025-12-03 11:27:00,943.0 -40984,sell_compound_top3,sell,2025-12-03 11:30:00,944.0 -40985,sell_compound_top3,sell,2025-12-03 11:33:00,942.0 -40986,sell_compound_top3,sell,2025-12-03 12:12:00,943.0 -40987,sell_compound_top3,sell,2025-12-03 14:15:00,952.0 -40988,sell_compound_top3,sell,2025-12-03 14:18:00,951.0 -40989,sell_compound_top3,sell,2025-12-03 14:21:00,950.0 -40990,sell_compound_top3,sell,2025-12-03 14:24:00,951.0 -40991,sell_compound_top3,sell,2025-12-03 15:27:00,952.0 -40992,sell_compound_top3,sell,2025-12-03 15:36:00,954.0 -40993,sell_compound_top3,sell,2025-12-03 15:39:00,955.0 -40994,sell_compound_top3,sell,2025-12-04 02:57:00,942.0 -40995,sell_compound_top3,sell,2025-12-04 03:00:00,941.0 -40996,sell_compound_top3,sell,2025-12-04 03:03:00,942.0 -40997,sell_compound_top3,sell,2025-12-04 03:06:00,941.0 -40998,sell_compound_top3,sell,2025-12-04 03:09:00,940.0 -40999,sell_compound_top3,sell,2025-12-04 07:06:00,943.0 -41000,sell_compound_top3,sell,2025-12-04 07:09:00,942.0 -41001,sell_compound_top3,sell,2025-12-04 07:21:00,945.0 -41002,sell_compound_top3,sell,2025-12-04 07:24:00,946.0 -41003,sell_compound_top3,sell,2025-12-04 07:27:00,940.0 -41004,sell_compound_top3,sell,2025-12-04 07:57:00,949.0 -41005,sell_compound_top3,sell,2025-12-04 08:06:00,950.0 -41006,sell_compound_top3,sell,2025-12-04 08:09:00,950.0 -41007,sell_compound_top3,sell,2025-12-04 08:12:00,949.0 -41008,sell_compound_top3,sell,2025-12-04 08:15:00,949.0 -41009,sell_compound_top3,sell,2025-12-04 08:18:00,951.0 -41010,sell_compound_top3,sell,2025-12-04 10:21:00,949.0 -41011,sell_compound_top3,sell,2025-12-04 10:24:00,949.0 -41012,sell_compound_top3,sell,2025-12-04 10:27:00,951.0 -41013,sell_compound_top3,sell,2025-12-04 10:30:00,950.0 -41014,sell_compound_top3,sell,2025-12-04 10:33:00,951.0 -41015,sell_compound_top3,sell,2025-12-04 10:36:00,951.0 -41016,sell_compound_top3,sell,2025-12-04 10:39:00,951.0 -41017,sell_compound_top3,sell,2025-12-04 10:42:00,951.0 -41018,sell_compound_top3,sell,2025-12-04 11:21:00,953.0 -41019,sell_compound_top3,sell,2025-12-04 11:24:00,951.0 -41020,sell_compound_top3,sell,2025-12-04 11:27:00,953.0 -41021,sell_compound_top3,sell,2025-12-04 11:42:00,951.0 -41022,sell_compound_top3,sell,2025-12-04 11:45:00,953.0 -41023,sell_compound_top3,sell,2025-12-04 11:48:00,952.0 -41024,sell_compound_top3,sell,2025-12-05 00:45:00,948.0 -41025,sell_compound_top3,sell,2025-12-05 00:48:00,945.0 -41026,sell_compound_top3,sell,2025-12-05 00:57:00,949.0 -41027,sell_compound_top3,sell,2025-12-05 01:21:00,952.0 -41028,sell_compound_top3,sell,2025-12-05 01:24:00,951.0 -41029,sell_compound_top3,sell,2025-12-05 01:27:00,951.0 -41030,sell_compound_top3,sell,2025-12-05 16:00:00,918.0 -41031,sell_compound_top3,sell,2025-12-05 16:03:00,917.0 -41032,sell_compound_top3,sell,2025-12-05 16:15:00,921.0 -41033,sell_compound_top3,sell,2025-12-05 16:18:00,920.0 -41034,sell_compound_top3,sell,2025-12-05 16:21:00,920.0 -41035,sell_compound_top3,sell,2025-12-05 16:24:00,922.0 -41036,sell_compound_top3,sell,2025-12-05 16:27:00,921.0 -41037,sell_compound_top3,sell,2025-12-05 16:57:00,922.0 -41038,sell_compound_top3,sell,2025-12-06 08:51:00,861.0 -41039,sell_compound_top3,sell,2025-12-06 08:54:00,861.0 -41040,sell_compound_top3,sell,2025-12-06 08:57:00,862.0 -41041,sell_compound_top3,sell,2025-12-06 09:51:00,863.0 -41042,sell_compound_top3,sell,2025-12-06 09:54:00,864.0 -41043,sell_compound_top3,sell,2025-12-06 09:57:00,864.0 -41044,sell_compound_top3,sell,2025-12-06 10:00:00,865.0 -41045,sell_compound_top3,sell,2025-12-06 10:03:00,865.0 -41046,sell_compound_top3,sell,2025-12-06 10:12:00,866.0 -41047,sell_compound_top3,sell,2025-12-06 10:15:00,866.0 -41048,sell_compound_top3,sell,2025-12-06 10:18:00,869.0 -41049,sell_compound_top3,sell,2025-12-06 10:21:00,869.0 -41050,sell_compound_top3,sell,2025-12-06 10:24:00,869.0 -41051,sell_compound_top3,sell,2025-12-06 10:27:00,869.0 -41052,sell_compound_top3,sell,2025-12-06 12:45:00,867.0 -41053,sell_compound_top3,sell,2025-12-06 12:48:00,867.0 -41054,sell_compound_top3,sell,2025-12-06 12:51:00,867.0 -41055,sell_compound_top3,sell,2025-12-06 12:54:00,866.0 -41056,sell_compound_top3,sell,2025-12-06 12:57:00,866.0 -41057,sell_compound_top3,sell,2025-12-06 16:12:00,867.0 -41058,sell_compound_top3,sell,2025-12-06 16:15:00,867.0 -41059,sell_compound_top3,sell,2025-12-06 16:18:00,866.0 -41060,sell_compound_top3,sell,2025-12-06 16:21:00,867.0 -41061,sell_compound_top3,sell,2025-12-06 16:24:00,868.0 -41062,sell_compound_top3,sell,2025-12-06 21:21:00,864.0 -41063,sell_compound_top3,sell,2025-12-06 21:24:00,865.0 -41064,sell_compound_top3,sell,2025-12-06 21:27:00,864.0 -41065,sell_compound_top3,sell,2025-12-06 21:30:00,865.0 -41066,sell_compound_top3,sell,2025-12-06 21:33:00,865.0 -41067,sell_compound_top3,sell,2025-12-06 21:36:00,866.0 -41068,sell_compound_top3,sell,2025-12-06 21:39:00,865.0 -41069,sell_compound_top3,sell,2025-12-06 21:42:00,865.0 -41070,sell_compound_top3,sell,2025-12-06 23:45:00,866.0 -41071,sell_compound_top3,sell,2025-12-06 23:48:00,867.0 -41072,sell_compound_top3,sell,2025-12-06 23:51:00,867.0 -41073,sell_compound_top3,sell,2025-12-06 23:54:00,867.0 -41074,sell_compound_top3,sell,2025-12-06 23:57:00,867.0 -41075,sell_compound_top3,sell,2025-12-07 03:27:00,868.0 -41076,sell_compound_top3,sell,2025-12-07 03:30:00,868.0 -41077,sell_compound_top3,sell,2025-12-07 03:33:00,868.0 -41078,sell_compound_top3,sell,2025-12-07 09:45:00,871.0 -41079,sell_compound_top3,sell,2025-12-07 09:48:00,870.0 -41080,sell_compound_top3,sell,2025-12-07 09:57:00,870.0 -41081,sell_compound_top3,sell,2025-12-07 14:51:00,869.0 -41082,sell_compound_top3,sell,2025-12-07 14:54:00,869.0 -41083,sell_compound_top3,sell,2025-12-07 14:57:00,869.0 -41084,sell_compound_top3,sell,2025-12-07 15:15:00,870.0 -41085,sell_compound_top3,sell,2025-12-07 15:18:00,869.0 -41086,sell_compound_top3,sell,2025-12-07 15:21:00,871.0 -41087,sell_compound_top3,sell,2025-12-07 15:24:00,871.0 -41088,sell_compound_top3,sell,2025-12-07 15:27:00,872.0 -41089,sell_compound_top3,sell,2025-12-07 15:30:00,872.0 -41090,sell_compound_top3,sell,2025-12-07 15:33:00,872.0 -41091,sell_compound_top3,sell,2025-12-07 15:36:00,873.0 -41092,sell_compound_top3,sell,2025-12-07 15:39:00,872.0 -41093,sell_compound_top3,sell,2025-12-07 15:42:00,872.0 -41094,sell_compound_top3,sell,2025-12-07 15:57:00,871.0 -41095,sell_compound_top3,sell,2025-12-08 02:45:00,876.0 -41096,sell_compound_top3,sell,2025-12-08 02:48:00,878.0 -41097,sell_compound_top3,sell,2025-12-08 02:51:00,878.0 -41098,sell_compound_top3,sell,2025-12-08 02:54:00,878.0 -41099,sell_compound_top3,sell,2025-12-08 02:57:00,877.0 -41100,sell_compound_top3,sell,2025-12-08 03:00:00,877.0 -41101,sell_compound_top3,sell,2025-12-08 03:03:00,880.0 -41102,sell_compound_top3,sell,2025-12-08 03:06:00,879.0 -41103,sell_compound_top3,sell,2025-12-08 03:09:00,880.0 -41104,sell_compound_top3,sell,2025-12-08 03:12:00,881.0 -41105,sell_compound_top3,sell,2025-12-08 10:45:00,863.0 -41106,sell_compound_top3,sell,2025-12-08 10:48:00,861.0 -41107,sell_compound_top3,sell,2025-12-08 10:51:00,862.0 -41108,sell_compound_top3,sell,2025-12-08 10:54:00,861.0 -41109,sell_compound_top3,sell,2025-12-08 14:21:00,865.0 -41110,sell_compound_top3,sell,2025-12-08 14:24:00,865.0 -41111,sell_compound_top3,sell,2025-12-08 14:27:00,866.0 -41112,sell_compound_top3,sell,2025-12-08 14:30:00,865.0 -41113,sell_compound_top3,sell,2025-12-08 14:33:00,866.0 -41114,sell_compound_top3,sell,2025-12-08 14:42:00,867.0 -41115,sell_compound_top3,sell,2025-12-08 14:45:00,866.0 -41116,sell_compound_top3,sell,2025-12-08 14:48:00,867.0 -41117,sell_compound_top3,sell,2025-12-08 15:36:00,869.0 -41118,sell_compound_top3,sell,2025-12-08 15:39:00,869.0 -41119,sell_compound_top3,sell,2025-12-08 16:00:00,871.0 -41120,sell_compound_top3,sell,2025-12-08 16:03:00,870.0 -41121,sell_compound_top3,sell,2025-12-08 16:36:00,874.0 -41122,sell_compound_top3,sell,2025-12-08 16:39:00,873.0 -41123,sell_compound_top3,sell,2025-12-08 17:21:00,873.0 -41124,sell_compound_top3,sell,2025-12-08 17:24:00,873.0 -41125,sell_compound_top3,sell,2025-12-08 17:27:00,872.0 -41126,sell_compound_top3,sell,2025-12-08 18:15:00,877.0 -41127,sell_compound_top3,sell,2025-12-08 18:18:00,877.0 -41128,sell_compound_top3,sell,2025-12-08 18:21:00,878.0 -41129,sell_compound_top3,sell,2025-12-08 18:24:00,878.0 -41130,sell_compound_top3,sell,2025-12-08 18:27:00,878.0 -41131,sell_compound_top3,sell,2025-12-08 18:30:00,879.0 -41132,sell_compound_top3,sell,2025-12-08 18:33:00,880.0 -41133,sell_compound_top3,sell,2025-12-08 18:36:00,879.0 -41134,sell_compound_top3,sell,2025-12-08 18:39:00,880.0 -41135,sell_compound_top3,sell,2025-12-08 18:42:00,881.0 -41136,sell_compound_top3,sell,2025-12-08 19:42:00,880.0 -41137,sell_compound_top3,sell,2025-12-08 19:51:00,880.0 -41138,sell_compound_top3,sell,2025-12-08 19:54:00,881.0 -41139,sell_compound_top3,sell,2025-12-09 06:15:00,885.0 -41140,sell_compound_top3,sell,2025-12-09 06:18:00,890.0 -41141,sell_compound_top3,sell,2025-12-09 06:21:00,892.0 -41142,sell_compound_top3,sell,2025-12-09 06:24:00,890.0 -41143,sell_compound_top3,sell,2025-12-09 06:27:00,887.0 -41144,sell_compound_top3,sell,2025-12-09 06:30:00,890.0 -41145,sell_compound_top3,sell,2025-12-09 06:33:00,893.0 -41146,sell_compound_top3,sell,2025-12-09 06:36:00,892.0 -41147,sell_compound_top3,sell,2025-12-09 06:39:00,893.0 -41148,sell_compound_top3,sell,2025-12-09 06:42:00,894.0 -41149,sell_compound_top3,sell,2025-12-09 06:45:00,895.0 -41150,sell_compound_top3,sell,2025-12-09 06:48:00,895.0 -41151,sell_compound_top3,sell,2025-12-09 06:51:00,897.0 -41152,sell_compound_top3,sell,2025-12-09 06:54:00,899.0 -41153,sell_compound_top3,sell,2025-12-09 06:57:00,899.0 -41154,sell_compound_top3,sell,2025-12-09 07:00:00,899.0 -41155,sell_compound_top3,sell,2025-12-09 07:03:00,900.0 -41156,sell_compound_top3,sell,2025-12-09 07:06:00,902.0 -41157,sell_compound_top3,sell,2025-12-09 07:09:00,906.0 -41158,sell_compound_top3,sell,2025-12-09 07:12:00,903.0 -41159,sell_compound_top3,sell,2025-12-09 07:15:00,904.0 -41160,sell_compound_top3,sell,2025-12-09 07:18:00,907.0 -41161,sell_compound_top3,sell,2025-12-09 07:21:00,905.0 -41162,sell_compound_top3,sell,2025-12-09 07:24:00,902.0 -41163,sell_compound_top3,sell,2025-12-09 08:12:00,910.0 -41164,sell_compound_top3,sell,2025-12-09 08:15:00,912.0 -41165,sell_compound_top3,sell,2025-12-09 08:18:00,915.0 -41166,sell_compound_top3,sell,2025-12-09 08:42:00,913.0 -41167,sell_compound_top3,sell,2025-12-09 12:45:00,906.0 -41168,sell_compound_top3,sell,2025-12-09 12:48:00,904.0 -41169,sell_compound_top3,sell,2025-12-09 13:15:00,915.0 -41170,sell_compound_top3,sell,2025-12-09 13:18:00,921.0 -41171,sell_compound_top3,sell,2025-12-09 13:21:00,919.0 -41172,sell_compound_top3,sell,2025-12-09 13:24:00,918.0 -41173,sell_compound_top3,sell,2025-12-09 20:42:00,887.0 -41174,sell_compound_top3,sell,2025-12-09 21:00:00,888.0 -41175,sell_compound_top3,sell,2025-12-09 21:03:00,888.0 -41176,sell_compound_top3,sell,2025-12-09 21:06:00,888.0 -41177,sell_compound_top3,sell,2025-12-09 21:09:00,891.0 -41178,sell_compound_top3,sell,2025-12-09 21:45:00,905.0 -41179,sell_compound_top3,sell,2025-12-09 21:48:00,902.0 -41180,sell_compound_top3,sell,2025-12-09 21:51:00,903.0 -41181,sell_compound_top3,sell,2025-12-09 21:54:00,903.0 -41182,sell_compound_top3,sell,2025-12-10 00:21:00,910.0 -41183,sell_compound_top3,sell,2025-12-10 00:24:00,907.0 -41184,sell_compound_top3,sell,2025-12-10 00:27:00,909.0 -41185,sell_compound_top3,sell,2025-12-10 00:36:00,910.0 -41186,sell_compound_top3,sell,2025-12-10 00:39:00,914.0 -41187,sell_compound_top3,sell,2025-12-10 00:51:00,920.0 -41188,sell_compound_top3,sell,2025-12-10 00:54:00,924.0 -41189,sell_compound_top3,sell,2025-12-10 01:00:00,924.0 -41190,sell_compound_top3,sell,2025-12-10 01:03:00,929.0 -41191,sell_compound_top3,sell,2025-12-10 01:12:00,931.0 -41192,sell_compound_top3,sell,2025-12-10 01:15:00,929.0 -41193,sell_compound_top3,sell,2025-12-10 01:18:00,927.0 -41194,sell_compound_top3,sell,2025-12-10 01:21:00,927.0 -41195,sell_compound_top3,sell,2025-12-10 01:24:00,932.0 -41196,sell_compound_top3,sell,2025-12-10 01:27:00,932.0 -41197,sell_compound_top3,sell,2025-12-10 01:30:00,933.0 -41198,sell_compound_top3,sell,2025-12-10 01:33:00,933.0 -41199,sell_compound_top3,sell,2025-12-10 01:36:00,939.0 -41200,sell_compound_top3,sell,2025-12-10 01:39:00,938.0 -41201,sell_compound_top3,sell,2025-12-10 01:42:00,941.0 -41202,sell_compound_top3,sell,2025-12-10 01:45:00,938.0 -41203,sell_compound_top3,sell,2025-12-10 01:48:00,941.0 -41204,sell_compound_top3,sell,2025-12-10 01:51:00,941.0 -41205,sell_compound_top3,sell,2025-12-10 01:54:00,940.0 -41206,sell_compound_top3,sell,2025-12-10 01:57:00,941.0 -41207,sell_compound_top3,sell,2025-12-10 02:00:00,941.0 -41208,sell_compound_top3,sell,2025-12-10 02:03:00,940.0 -41209,sell_compound_top3,sell,2025-12-10 02:06:00,945.0 -41210,sell_compound_top3,sell,2025-12-10 02:09:00,946.0 -41211,sell_compound_top3,sell,2025-12-10 02:12:00,945.0 -41212,sell_compound_top3,sell,2025-12-10 05:12:00,942.0 -41213,sell_compound_top3,sell,2025-12-10 14:36:00,935.0 -41214,sell_compound_top3,sell,2025-12-10 14:39:00,934.0 -41215,sell_compound_top3,sell,2025-12-10 15:21:00,935.0 -41216,sell_compound_top3,sell,2025-12-10 15:24:00,935.0 -41217,sell_compound_top3,sell,2025-12-10 15:27:00,937.0 -41218,sell_compound_top3,sell,2025-12-10 15:30:00,937.0 -41219,sell_compound_top3,sell,2025-12-10 15:33:00,938.0 -41220,sell_compound_top3,sell,2025-12-10 15:36:00,936.0 -41221,sell_compound_top3,sell,2025-12-10 15:39:00,938.0 -41222,sell_compound_top3,sell,2025-12-10 15:51:00,938.0 -41223,sell_compound_top3,sell,2025-12-10 15:54:00,937.0 -41224,sell_compound_top3,sell,2025-12-10 21:42:00,932.0 -41225,sell_compound_top3,sell,2025-12-10 21:45:00,931.0 -41226,sell_compound_top3,sell,2025-12-10 21:48:00,931.0 -41227,sell_compound_top3,sell,2025-12-10 21:57:00,932.0 -41228,sell_compound_top3,sell,2025-12-10 22:27:00,934.0 -41229,sell_compound_top3,sell,2025-12-10 22:42:00,933.0 -41230,sell_compound_top3,sell,2025-12-10 22:51:00,933.0 -41231,sell_compound_top3,sell,2025-12-10 22:54:00,934.0 -41232,sell_compound_top3,sell,2025-12-10 23:00:00,935.0 -41233,sell_compound_top3,sell,2025-12-10 23:03:00,935.0 -41234,sell_compound_top3,sell,2025-12-10 23:15:00,937.0 -41235,sell_compound_top3,sell,2025-12-10 23:18:00,938.0 -41236,sell_compound_top3,sell,2025-12-10 23:21:00,938.0 -41237,sell_compound_top3,sell,2025-12-10 23:24:00,939.0 -41238,sell_compound_top3,sell,2025-12-10 23:36:00,937.0 -41239,sell_compound_top3,sell,2025-12-10 23:39:00,938.0 -41240,sell_compound_top3,sell,2025-12-11 03:45:00,940.0 -41241,sell_compound_top3,sell,2025-12-11 03:48:00,941.0 -41242,sell_compound_top3,sell,2025-12-11 04:21:00,947.0 -41243,sell_compound_top3,sell,2025-12-11 04:24:00,946.0 -41244,sell_compound_top3,sell,2025-12-11 04:57:00,950.0 -41245,sell_compound_top3,sell,2025-12-11 14:21:00,888.0 -41246,sell_compound_top3,sell,2025-12-11 14:24:00,888.0 -41247,sell_compound_top3,sell,2025-12-11 14:27:00,888.0 -41248,sell_compound_top3,sell,2025-12-11 14:36:00,890.0 -41249,sell_compound_top3,sell,2025-12-11 14:39:00,891.0 -41250,sell_compound_top3,sell,2025-12-11 20:45:00,884.0 -41251,sell_compound_top3,sell,2025-12-11 20:48:00,883.0 -41252,sell_compound_top3,sell,2025-12-12 02:36:00,882.0 -41253,sell_compound_top3,sell,2025-12-12 02:39:00,883.0 -41254,sell_compound_top3,sell,2025-12-12 02:42:00,881.0 -41255,sell_compound_top3,sell,2025-12-12 03:57:00,892.0 -41256,sell_compound_top3,sell,2025-12-12 04:00:00,894.0 -41257,sell_compound_top3,sell,2025-12-12 04:03:00,899.0 -41258,sell_compound_top3,sell,2025-12-12 04:12:00,893.0 -41259,sell_compound_top3,sell,2025-12-12 04:15:00,895.0 -41260,sell_compound_top3,sell,2025-12-12 04:18:00,894.0 -41261,sell_compound_top3,sell,2025-12-12 04:21:00,896.0 -41262,sell_compound_top3,sell,2025-12-12 04:24:00,900.0 -41263,sell_compound_top3,sell,2025-12-12 04:27:00,898.0 -41264,sell_compound_top3,sell,2025-12-12 11:27:00,892.0 -41265,sell_compound_top3,sell,2025-12-12 11:30:00,892.0 -41266,sell_compound_top3,sell,2025-12-12 11:33:00,892.0 -41267,sell_compound_top3,sell,2025-12-12 14:57:00,894.0 -41268,sell_compound_top3,sell,2025-12-12 15:00:00,894.0 -41269,sell_compound_top3,sell,2025-12-12 15:03:00,898.0 -41270,sell_compound_top3,sell,2025-12-12 15:21:00,899.0 -41271,sell_compound_top3,sell,2025-12-12 15:24:00,900.0 -41272,sell_compound_top3,sell,2025-12-12 15:27:00,899.0 -41273,sell_compound_top3,sell,2025-12-12 19:15:00,901.0 -41274,sell_compound_top3,sell,2025-12-12 19:18:00,901.0 -41275,sell_compound_top3,sell,2025-12-12 23:21:00,902.0 -41276,sell_compound_top3,sell,2025-12-12 23:24:00,902.0 -41277,sell_compound_top3,sell,2025-12-13 06:51:00,864.0 -41278,sell_compound_top3,sell,2025-12-13 06:54:00,862.0 -41279,sell_compound_top3,sell,2025-12-13 07:15:00,864.0 -41280,sell_compound_top3,sell,2025-12-13 07:18:00,864.0 -41281,sell_compound_top3,sell,2025-12-13 07:30:00,866.0 -41282,sell_compound_top3,sell,2025-12-13 07:33:00,864.0 -41283,sell_compound_top3,sell,2025-12-13 07:36:00,867.0 -41284,sell_compound_top3,sell,2025-12-13 07:39:00,868.0 -41285,sell_compound_top3,sell,2025-12-13 07:42:00,870.0 -41286,sell_compound_top3,sell,2025-12-13 07:45:00,868.0 -41287,sell_compound_top3,sell,2025-12-13 07:48:00,867.0 -41288,sell_compound_top3,sell,2025-12-13 07:51:00,868.0 -41289,sell_compound_top3,sell,2025-12-13 07:54:00,866.0 -41290,sell_compound_top3,sell,2025-12-13 08:15:00,868.0 -41291,sell_compound_top3,sell,2025-12-13 08:18:00,868.0 -41292,sell_compound_top3,sell,2025-12-13 11:51:00,869.0 -41293,sell_compound_top3,sell,2025-12-13 11:54:00,868.0 -41294,sell_compound_top3,sell,2025-12-13 12:45:00,877.0 -41295,sell_compound_top3,sell,2025-12-13 12:48:00,876.0 -41296,sell_compound_top3,sell,2025-12-13 12:57:00,878.0 -41297,sell_compound_top3,sell,2025-12-13 13:00:00,879.0 -41298,sell_compound_top3,sell,2025-12-13 13:03:00,880.0 -41299,sell_compound_top3,sell,2025-12-13 13:21:00,881.0 -41300,sell_compound_top3,sell,2025-12-13 13:24:00,881.0 -41301,sell_compound_top3,sell,2025-12-13 13:36:00,881.0 -41302,sell_compound_top3,sell,2025-12-13 13:39:00,882.0 -41303,sell_compound_top3,sell,2025-12-13 17:27:00,876.0 -41304,sell_compound_top3,sell,2025-12-13 17:30:00,876.0 -41305,sell_compound_top3,sell,2025-12-13 17:33:00,875.0 -41306,sell_compound_top3,sell,2025-12-13 17:51:00,878.0 -41307,sell_compound_top3,sell,2025-12-13 17:54:00,876.0 -41308,sell_compound_top3,sell,2025-12-13 18:00:00,877.0 -41309,sell_compound_top3,sell,2025-12-13 18:03:00,878.0 -41310,sell_compound_top3,sell,2025-12-13 19:36:00,878.0 -41311,sell_compound_top3,sell,2025-12-13 19:39:00,879.0 -41312,sell_compound_top3,sell,2025-12-14 00:15:00,882.0 -41313,sell_compound_top3,sell,2025-12-14 00:18:00,883.0 -41314,sell_compound_top3,sell,2025-12-14 00:21:00,883.0 -41315,sell_compound_top3,sell,2025-12-14 00:24:00,884.0 -41316,sell_compound_top3,sell,2025-12-14 00:36:00,885.0 -41317,sell_compound_top3,sell,2025-12-14 00:39:00,884.0 -41318,sell_compound_top3,sell,2025-12-14 01:06:00,886.0 -41319,sell_compound_top3,sell,2025-12-14 01:09:00,888.0 -41320,sell_compound_top3,sell,2025-12-14 01:27:00,889.0 -41321,sell_compound_top3,sell,2025-12-14 01:57:00,893.0 -41322,sell_compound_top3,sell,2025-12-14 02:00:00,892.0 -41323,sell_compound_top3,sell,2025-12-14 02:03:00,893.0 -41324,sell_compound_top3,sell,2025-12-14 03:30:00,894.0 -41325,sell_compound_top3,sell,2025-12-14 03:33:00,892.0 -41326,sell_compound_top3,sell,2025-12-15 09:30:00,848.0 -41327,sell_compound_top3,sell,2025-12-15 09:33:00,849.0 -41328,sell_compound_top3,sell,2025-12-15 09:51:00,847.0 -41329,sell_compound_top3,sell,2025-12-15 09:54:00,849.0 -41330,sell_compound_top3,sell,2025-12-15 09:57:00,851.0 -41331,sell_compound_top3,sell,2025-12-15 10:00:00,851.0 -41332,sell_compound_top3,sell,2025-12-15 10:03:00,853.0 -41333,sell_compound_top3,sell,2025-12-15 10:06:00,855.0 -41334,sell_compound_top3,sell,2025-12-15 10:09:00,852.0 -41335,sell_compound_top3,sell,2025-12-15 10:21:00,854.0 -41336,sell_compound_top3,sell,2025-12-15 10:24:00,853.0 -41337,sell_compound_top3,sell,2025-12-15 10:45:00,859.0 -41338,sell_compound_top3,sell,2025-12-15 10:48:00,859.0 -41339,sell_compound_top3,sell,2025-12-15 10:51:00,860.0 -41340,sell_compound_top3,sell,2025-12-15 10:54:00,861.0 -41341,sell_compound_top3,sell,2025-12-15 10:57:00,862.0 -41342,sell_compound_top3,sell,2025-12-15 11:00:00,862.0 -41343,sell_compound_top3,sell,2025-12-15 11:03:00,863.0 -41344,sell_compound_top3,sell,2025-12-15 11:06:00,865.0 -41345,sell_compound_top3,sell,2025-12-15 11:09:00,866.0 -41346,sell_compound_top3,sell,2025-12-15 11:12:00,865.0 -41347,sell_compound_top3,sell,2025-12-15 11:15:00,866.0 -41348,sell_compound_top3,sell,2025-12-15 11:18:00,870.0 -41349,sell_compound_top3,sell,2025-12-15 11:27:00,868.0 -41350,sell_compound_top3,sell,2025-12-15 14:30:00,866.0 -41351,sell_compound_top3,sell,2025-12-15 14:33:00,866.0 -41352,sell_compound_top3,sell,2025-12-15 14:57:00,866.0 -41353,sell_compound_top3,sell,2025-12-15 15:00:00,867.0 -41354,sell_compound_top3,sell,2025-12-15 15:03:00,867.0 -41355,sell_compound_top3,sell,2025-12-15 15:21:00,867.0 -41356,sell_compound_top3,sell,2025-12-15 15:24:00,865.0 -41357,sell_compound_top3,sell,2025-12-15 19:51:00,864.0 -41358,sell_compound_top3,sell,2025-12-15 19:54:00,864.0 -41359,sell_compound_top3,sell,2025-12-15 19:57:00,864.0 -41360,sell_compound_top3,sell,2025-12-15 20:00:00,865.0 -41361,sell_compound_top3,sell,2025-12-15 20:03:00,864.0 -41362,sell_compound_top3,sell,2025-12-15 20:12:00,864.0 -41363,sell_compound_top3,sell,2025-12-16 06:45:00,799.0 -41364,sell_compound_top3,sell,2025-12-16 06:48:00,798.0 -41365,sell_compound_top3,sell,2025-12-16 08:27:00,804.0 -41366,sell_compound_top3,sell,2025-12-16 08:30:00,805.0 -41367,sell_compound_top3,sell,2025-12-16 08:33:00,804.0 -41368,sell_compound_top3,sell,2025-12-16 08:42:00,806.0 -41369,sell_compound_top3,sell,2025-12-16 13:00:00,797.0 -41370,sell_compound_top3,sell,2025-12-16 13:03:00,796.0 -41371,sell_compound_top3,sell,2025-12-16 13:06:00,796.0 -41372,sell_compound_top3,sell,2025-12-16 13:09:00,796.0 -41373,sell_compound_top3,sell,2025-12-16 20:00:00,800.0 -41374,sell_compound_top3,sell,2025-12-16 20:03:00,796.0 -41375,sell_compound_top3,sell,2025-12-16 20:27:00,801.0 -41376,sell_compound_top3,sell,2025-12-16 20:30:00,803.0 -41377,sell_compound_top3,sell,2025-12-16 20:33:00,805.0 -41378,sell_compound_top3,sell,2025-12-17 01:06:00,796.0 -41379,sell_compound_top3,sell,2025-12-17 01:09:00,794.0 -41380,sell_compound_top3,sell,2025-12-17 05:42:00,791.0 -41381,sell_compound_top3,sell,2025-12-17 12:15:00,786.0 -41382,sell_compound_top3,sell,2025-12-17 12:18:00,786.0 -41383,sell_compound_top3,sell,2025-12-17 20:27:00,768.0 -41384,sell_compound_top3,sell,2025-12-17 20:51:00,771.0 -41385,sell_compound_top3,sell,2025-12-17 20:54:00,773.0 -41386,sell_compound_top3,sell,2025-12-17 20:57:00,773.0 -41387,sell_compound_top3,sell,2025-12-17 21:00:00,772.0 -41388,sell_compound_top3,sell,2025-12-17 21:03:00,774.0 -41389,sell_compound_top3,sell,2025-12-17 21:12:00,774.0 -41390,sell_compound_top3,sell,2025-12-17 21:15:00,775.0 -41391,sell_compound_top3,sell,2025-12-17 21:18:00,773.0 -41392,sell_compound_top3,sell,2025-12-17 23:06:00,780.0 -41393,sell_compound_top3,sell,2025-12-17 23:09:00,780.0 -41394,sell_compound_top3,sell,2025-12-17 23:12:00,780.0 -41395,sell_compound_top3,sell,2025-12-17 23:15:00,780.0 -41396,sell_compound_top3,sell,2025-12-17 23:18:00,780.0 -41397,sell_compound_top3,sell,2025-12-18 00:21:00,802.0 -41398,sell_compound_top3,sell,2025-12-18 00:24:00,802.0 -41399,sell_compound_top3,sell,2025-12-18 09:51:00,743.0 -41400,sell_compound_top3,sell,2025-12-18 09:54:00,743.0 -41401,sell_compound_top3,sell,2025-12-18 09:57:00,744.0 -41402,sell_compound_top3,sell,2025-12-18 11:42:00,743.0 -41403,sell_compound_top3,sell,2025-12-18 11:51:00,744.0 -41404,sell_compound_top3,sell,2025-12-18 11:54:00,744.0 -41405,sell_compound_top3,sell,2025-12-18 11:57:00,744.0 -41406,sell_compound_top3,sell,2025-12-18 12:12:00,744.0 -41407,sell_compound_top3,sell,2025-12-18 17:00:00,739.0 -41408,sell_compound_top3,sell,2025-12-18 17:03:00,739.0 -41409,sell_compound_top3,sell,2025-12-18 17:06:00,741.0 -41410,sell_compound_top3,sell,2025-12-18 17:09:00,741.0 -41411,sell_compound_top3,sell,2025-12-18 17:12:00,741.0 -41412,sell_compound_top3,sell,2025-12-18 17:30:00,744.0 -41413,sell_compound_top3,sell,2025-12-18 17:33:00,743.0 -41414,sell_compound_top3,sell,2025-12-18 17:36:00,744.0 -41415,sell_compound_top3,sell,2025-12-18 17:39:00,744.0 -41416,sell_compound_top3,sell,2025-12-18 17:42:00,742.0 -41417,sell_compound_top3,sell,2025-12-18 19:42:00,744.0 -41418,sell_compound_top3,sell,2025-12-18 19:45:00,745.0 -41419,sell_compound_top3,sell,2025-12-18 19:48:00,745.0 -41420,sell_compound_top3,sell,2025-12-18 20:21:00,745.0 -41421,sell_compound_top3,sell,2025-12-18 20:24:00,745.0 -41422,sell_compound_top3,sell,2025-12-18 20:51:00,746.0 -41423,sell_compound_top3,sell,2025-12-18 20:54:00,746.0 -41424,sell_compound_top3,sell,2025-12-18 21:12:00,747.0 -41425,sell_compound_top3,sell,2025-12-18 21:45:00,750.0 -41426,sell_compound_top3,sell,2025-12-18 21:48:00,750.0 -41427,sell_compound_top3,sell,2025-12-18 21:57:00,751.0 -41428,sell_compound_top3,sell,2025-12-18 22:21:00,756.0 -41429,sell_compound_top3,sell,2025-12-18 22:24:00,755.0 -41430,sell_compound_top3,sell,2025-12-18 22:57:00,773.0 -41431,sell_compound_top3,sell,2025-12-18 23:00:00,774.0 -41432,sell_compound_top3,sell,2025-12-18 23:03:00,779.0 -41433,sell_compound_top3,sell,2025-12-18 23:06:00,777.0 -41434,sell_compound_top3,sell,2025-12-18 23:09:00,774.0 -41435,sell_compound_top3,sell,2025-12-19 12:21:00,723.0 -41436,sell_compound_top3,sell,2025-12-19 12:24:00,731.0 -41437,sell_compound_top3,sell,2025-12-19 12:42:00,741.0 -41438,sell_compound_top3,sell,2025-12-19 12:45:00,739.0 -41439,sell_compound_top3,sell,2025-12-19 12:48:00,743.0 -41440,sell_compound_top3,sell,2025-12-19 12:51:00,743.0 -41441,sell_compound_top3,sell,2025-12-19 12:54:00,741.0 -41442,sell_compound_top3,sell,2025-12-19 16:21:00,754.0 -41443,sell_compound_top3,sell,2025-12-19 16:24:00,752.0 -41444,sell_compound_top3,sell,2025-12-19 16:27:00,754.0 -41445,sell_compound_top3,sell,2025-12-19 20:42:00,753.0 -41446,sell_compound_top3,sell,2025-12-19 20:45:00,753.0 -41447,sell_compound_top3,sell,2025-12-19 20:48:00,754.0 -41448,sell_compound_top3,sell,2025-12-19 20:51:00,753.0 -41449,sell_compound_top3,sell,2025-12-19 20:54:00,753.0 -41450,sell_compound_top3,sell,2025-12-19 20:57:00,753.0 -41451,sell_compound_top3,sell,2025-12-19 21:00:00,754.0 -41452,sell_compound_top3,sell,2025-12-19 21:03:00,754.0 -41453,sell_compound_top3,sell,2025-12-19 21:30:00,758.0 -41454,sell_compound_top3,sell,2025-12-19 21:33:00,755.0 -41455,sell_compound_top3,sell,2025-12-20 00:00:00,762.0 -41456,sell_compound_top3,sell,2025-12-20 00:03:00,760.0 -41457,sell_compound_top3,sell,2025-12-20 00:06:00,761.0 -41458,sell_compound_top3,sell,2025-12-20 00:09:00,762.0 -41459,sell_compound_top3,sell,2025-12-20 00:12:00,763.0 -41460,sell_compound_top3,sell,2025-12-20 00:15:00,765.0 -41461,sell_compound_top3,sell,2025-12-20 00:18:00,776.0 -41462,sell_compound_top3,sell,2025-12-20 00:21:00,763.0 -41463,sell_compound_top3,sell,2025-12-20 00:24:00,765.0 -41464,sell_compound_top3,sell,2025-12-20 00:27:00,764.0 -41465,sell_compound_top3,sell,2025-12-20 00:36:00,768.0 -41466,sell_compound_top3,sell,2025-12-20 00:39:00,767.0 -41467,sell_compound_top3,sell,2025-12-20 00:42:00,767.0 -41468,sell_compound_top3,sell,2025-12-20 01:21:00,772.0 -41469,sell_compound_top3,sell,2025-12-20 01:24:00,771.0 -41470,sell_compound_top3,sell,2025-12-20 01:27:00,771.0 -41471,sell_compound_top3,sell,2025-12-20 01:30:00,771.0 -41472,sell_compound_top3,sell,2025-12-20 01:33:00,777.0 -41473,sell_compound_top3,sell,2025-12-20 01:45:00,776.0 -41474,sell_compound_top3,sell,2025-12-20 01:48:00,774.0 -41475,sell_compound_top3,sell,2025-12-20 04:45:00,781.0 -41476,sell_compound_top3,sell,2025-12-20 04:48:00,782.0 -41477,sell_compound_top3,sell,2025-12-20 04:51:00,781.0 -41478,sell_compound_top3,sell,2025-12-20 04:54:00,780.0 -41479,sell_compound_top3,sell,2025-12-20 05:27:00,784.0 -41480,sell_compound_top3,sell,2025-12-20 05:51:00,786.0 -41481,sell_compound_top3,sell,2025-12-20 05:54:00,784.0 -41482,sell_compound_top3,sell,2025-12-20 15:27:00,772.0 -41483,sell_compound_top3,sell,2025-12-20 16:12:00,772.0 -41484,sell_compound_top3,sell,2025-12-20 16:15:00,773.0 -41485,sell_compound_top3,sell,2025-12-20 16:18:00,772.0 -41486,sell_compound_top3,sell,2025-12-20 16:57:00,778.0 -41487,sell_compound_top3,sell,2025-12-20 17:00:00,779.0 -41488,sell_compound_top3,sell,2025-12-20 17:03:00,779.0 -41489,sell_compound_top3,sell,2025-12-20 17:06:00,779.0 -41490,sell_compound_top3,sell,2025-12-20 17:09:00,779.0 -41491,sell_compound_top3,sell,2025-12-20 17:27:00,781.0 -41492,sell_compound_top3,sell,2025-12-20 17:30:00,781.0 -41493,sell_compound_top3,sell,2025-12-20 17:33:00,782.0 -41494,sell_compound_top3,sell,2025-12-20 17:36:00,782.0 -41495,sell_compound_top3,sell,2025-12-20 17:39:00,782.0 -41496,sell_compound_top3,sell,2025-12-21 00:51:00,775.0 -41497,sell_compound_top3,sell,2025-12-21 00:54:00,775.0 -41498,sell_compound_top3,sell,2025-12-21 01:12:00,775.0 -41499,sell_compound_top3,sell,2025-12-21 02:33:00,778.0 -41500,sell_compound_top3,sell,2025-12-21 04:21:00,778.0 -41501,sell_compound_top3,sell,2025-12-21 04:27:00,778.0 -41502,sell_compound_top3,sell,2025-12-21 06:00:00,778.0 -41503,sell_compound_top3,sell,2025-12-21 06:03:00,778.0 -41504,sell_compound_top3,sell,2025-12-21 06:15:00,779.0 -41505,sell_compound_top3,sell,2025-12-21 06:18:00,780.0 -41506,sell_compound_top3,sell,2025-12-21 06:36:00,780.0 -41507,sell_compound_top3,sell,2025-12-21 06:39:00,780.0 -41508,sell_compound_top3,sell,2025-12-21 07:30:00,780.0 -41509,sell_compound_top3,sell,2025-12-21 07:33:00,780.0 -41510,sell_compound_top3,sell,2025-12-21 07:51:00,781.0 -41511,sell_compound_top3,sell,2025-12-21 07:54:00,781.0 -41512,sell_compound_top3,sell,2025-12-21 07:57:00,781.0 -41513,sell_compound_top3,sell,2025-12-21 17:57:00,775.0 -41514,sell_compound_top3,sell,2025-12-21 18:00:00,775.0 -41515,sell_compound_top3,sell,2025-12-21 18:03:00,777.0 -41516,sell_compound_top3,sell,2025-12-21 18:57:00,777.0 -41517,sell_compound_top3,sell,2025-12-21 19:00:00,777.0 -41518,sell_compound_top3,sell,2025-12-21 19:03:00,778.0 -41519,sell_compound_top3,sell,2025-12-22 01:36:00,752.0 -41520,sell_compound_top3,sell,2025-12-22 01:39:00,752.0 -41521,sell_compound_top3,sell,2025-12-22 01:42:00,751.0 -41522,sell_compound_top3,sell,2025-12-22 01:45:00,752.0 -41523,sell_compound_top3,sell,2025-12-22 01:48:00,751.0 -41524,sell_compound_top3,sell,2025-12-22 01:51:00,752.0 -41525,sell_compound_top3,sell,2025-12-22 01:54:00,751.0 -41526,sell_compound_top3,sell,2025-12-22 02:00:00,753.0 -41527,sell_compound_top3,sell,2025-12-22 02:03:00,753.0 -41528,sell_compound_top3,sell,2025-12-22 02:06:00,753.0 -41529,sell_compound_top3,sell,2025-12-22 02:09:00,754.0 -41530,sell_compound_top3,sell,2025-12-22 02:12:00,755.0 -41531,sell_compound_top3,sell,2025-12-22 02:15:00,755.0 -41532,sell_compound_top3,sell,2025-12-22 02:18:00,756.0 -41533,sell_compound_top3,sell,2025-12-22 02:21:00,755.0 -41534,sell_compound_top3,sell,2025-12-22 02:24:00,756.0 -41535,sell_compound_top3,sell,2025-12-22 05:06:00,753.0 -41536,sell_compound_top3,sell,2025-12-22 05:09:00,752.0 -41537,sell_compound_top3,sell,2025-12-22 06:30:00,753.0 -41538,sell_compound_top3,sell,2025-12-22 06:33:00,754.0 -41539,sell_compound_top3,sell,2025-12-22 06:36:00,754.0 -41540,sell_compound_top3,sell,2025-12-22 06:39:00,752.0 -41541,sell_compound_top3,sell,2025-12-22 07:30:00,753.0 -41542,sell_compound_top3,sell,2025-12-22 07:33:00,753.0 -41543,sell_compound_top3,sell,2025-12-22 07:36:00,753.0 -41544,sell_compound_top3,sell,2025-12-22 07:39:00,753.0 -41545,sell_compound_top3,sell,2025-12-22 07:42:00,754.0 -41546,sell_compound_top3,sell,2025-12-22 08:15:00,761.0 -41547,sell_compound_top3,sell,2025-12-22 08:18:00,762.0 -41548,sell_compound_top3,sell,2025-12-22 08:21:00,761.0 -41549,sell_compound_top3,sell,2025-12-22 08:24:00,761.0 -41550,sell_compound_top3,sell,2025-12-22 09:21:00,767.0 -41551,sell_compound_top3,sell,2025-12-22 09:24:00,768.0 -41552,sell_compound_top3,sell,2025-12-22 09:27:00,767.0 -41553,sell_compound_top3,sell,2025-12-22 09:30:00,769.0 -41554,sell_compound_top3,sell,2025-12-22 09:33:00,766.0 -41555,sell_compound_top3,sell,2025-12-22 09:42:00,769.0 -41556,sell_compound_top3,sell,2025-12-22 09:45:00,770.0 -41557,sell_compound_top3,sell,2025-12-22 09:48:00,770.0 -41558,sell_compound_top3,sell,2025-12-22 09:51:00,771.0 -41559,sell_compound_top3,sell,2025-12-22 09:54:00,769.0 -41560,sell_compound_top3,sell,2025-12-22 10:42:00,770.0 -41561,sell_compound_top3,sell,2025-12-22 14:00:00,769.0 -41562,sell_compound_top3,sell,2025-12-22 14:03:00,769.0 -41563,sell_compound_top3,sell,2025-12-22 16:15:00,769.0 -41564,sell_compound_top3,sell,2025-12-22 16:18:00,767.0 -41565,sell_compound_top3,sell,2025-12-22 21:21:00,770.0 -41566,sell_compound_top3,sell,2025-12-22 21:24:00,770.0 -41567,sell_compound_top3,sell,2025-12-22 21:27:00,770.0 -41568,sell_compound_top3,sell,2025-12-22 22:00:00,771.0 -41569,sell_compound_top3,sell,2025-12-22 22:03:00,772.0 -41570,sell_compound_top3,sell,2025-12-23 08:00:00,753.0 -41571,sell_compound_top3,sell,2025-12-23 08:03:00,753.0 -41572,sell_compound_top3,sell,2025-12-23 08:06:00,753.0 -41573,sell_compound_top3,sell,2025-12-23 08:09:00,753.0 -41574,sell_compound_top3,sell,2025-12-23 08:12:00,753.0 -41575,sell_compound_top3,sell,2025-12-23 08:15:00,754.0 -41576,sell_compound_top3,sell,2025-12-23 08:18:00,752.0 -41577,sell_compound_top3,sell,2025-12-23 09:27:00,754.0 -41578,sell_compound_top3,sell,2025-12-23 10:00:00,760.0 -41579,sell_compound_top3,sell,2025-12-23 10:03:00,759.0 -41580,sell_compound_top3,sell,2025-12-23 10:06:00,762.0 -41581,sell_compound_top3,sell,2025-12-23 10:09:00,761.0 -41582,sell_compound_top3,sell,2025-12-23 10:12:00,761.0 -41583,sell_compound_top3,sell,2025-12-23 19:36:00,744.0 -41584,sell_compound_top3,sell,2025-12-23 19:39:00,744.0 -41585,sell_compound_top3,sell,2025-12-23 19:51:00,746.0 -41586,sell_compound_top3,sell,2025-12-23 19:54:00,744.0 -41587,sell_compound_top3,sell,2025-12-23 20:00:00,745.0 -41588,sell_compound_top3,sell,2025-12-23 20:06:00,745.0 -41589,sell_compound_top3,sell,2025-12-23 20:09:00,745.0 -41590,sell_compound_top3,sell,2025-12-24 02:00:00,735.0 -41591,sell_compound_top3,sell,2025-12-24 02:03:00,735.0 -41592,sell_compound_top3,sell,2025-12-24 02:06:00,737.0 -41593,sell_compound_top3,sell,2025-12-24 02:09:00,737.0 -41594,sell_compound_top3,sell,2025-12-24 02:12:00,736.0 -41595,sell_compound_top3,sell,2025-12-24 02:15:00,736.0 -41596,sell_compound_top3,sell,2025-12-24 02:18:00,738.0 -41597,sell_compound_top3,sell,2025-12-24 03:42:00,739.0 -41598,sell_compound_top3,sell,2025-12-24 03:45:00,741.0 -41599,sell_compound_top3,sell,2025-12-24 03:48:00,742.0 -41600,sell_compound_top3,sell,2025-12-24 03:51:00,740.0 -41601,sell_compound_top3,sell,2025-12-24 03:54:00,739.0 -41602,sell_compound_top3,sell,2025-12-24 03:57:00,741.0 -41603,sell_compound_top3,sell,2025-12-24 04:00:00,740.0 -41604,sell_compound_top3,sell,2025-12-24 04:03:00,739.0 -41605,sell_compound_top3,sell,2025-12-24 16:51:00,716.0 -41606,sell_compound_top3,sell,2025-12-24 16:54:00,717.0 -41607,sell_compound_top3,sell,2025-12-24 21:45:00,716.0 -41608,sell_compound_top3,sell,2025-12-24 21:48:00,715.0 -41609,sell_compound_top3,sell,2025-12-24 21:51:00,716.0 -41610,sell_compound_top3,sell,2025-12-24 21:54:00,716.0 -41611,sell_compound_top3,sell,2025-12-25 00:51:00,716.0 -41612,sell_compound_top3,sell,2025-12-25 00:54:00,718.0 -41613,sell_compound_top3,sell,2025-12-25 01:00:00,718.0 -41614,sell_compound_top3,sell,2025-12-25 01:03:00,718.0 -41615,sell_compound_top3,sell,2025-12-25 05:15:00,717.0 -41616,sell_compound_top3,sell,2025-12-25 05:18:00,718.0 -41617,sell_compound_top3,sell,2025-12-25 05:21:00,719.0 -41618,sell_compound_top3,sell,2025-12-25 05:24:00,719.0 -41619,sell_compound_top3,sell,2025-12-25 06:51:00,719.0 -41620,sell_compound_top3,sell,2025-12-25 06:54:00,719.0 -41621,sell_compound_top3,sell,2025-12-25 07:45:00,725.0 -41622,sell_compound_top3,sell,2025-12-25 07:48:00,725.0 -41623,sell_compound_top3,sell,2025-12-25 07:51:00,724.0 -41624,sell_compound_top3,sell,2025-12-25 07:54:00,726.0 -41625,sell_compound_top3,sell,2025-12-25 07:57:00,725.0 -41626,sell_compound_top3,sell,2025-12-25 10:27:00,723.0 -41627,sell_compound_top3,sell,2025-12-25 10:57:00,723.0 -41628,sell_compound_top3,sell,2025-12-25 11:42:00,729.0 -41629,sell_compound_top3,sell,2025-12-25 11:57:00,733.0 -41630,sell_compound_top3,sell,2025-12-25 12:06:00,733.0 -41631,sell_compound_top3,sell,2025-12-25 12:09:00,732.0 -41632,sell_compound_top3,sell,2025-12-25 12:15:00,734.0 -41633,sell_compound_top3,sell,2025-12-25 12:18:00,733.0 -41634,sell_compound_top3,sell,2025-12-25 12:21:00,735.0 -41635,sell_compound_top3,sell,2025-12-25 12:24:00,734.0 -41636,sell_compound_top3,sell,2025-12-25 16:06:00,733.0 -41637,sell_compound_top3,sell,2025-12-25 16:09:00,732.0 -41638,sell_compound_top3,sell,2025-12-25 17:00:00,734.0 -41639,sell_compound_top3,sell,2025-12-25 17:03:00,734.0 -41640,sell_compound_top3,sell,2025-12-25 18:06:00,738.0 -41641,sell_compound_top3,sell,2025-12-25 18:09:00,738.0 -41642,sell_compound_top3,sell,2025-12-25 21:36:00,732.0 -41643,sell_compound_top3,sell,2025-12-25 21:39:00,732.0 -41644,sell_compound_top3,sell,2025-12-26 01:00:00,735.0 -41645,sell_compound_top3,sell,2025-12-26 01:03:00,734.0 -41646,sell_compound_top3,sell,2025-12-26 01:12:00,735.0 -41647,sell_compound_top3,sell,2025-12-26 01:15:00,737.0 -41648,sell_compound_top3,sell,2025-12-26 01:18:00,736.0 -41649,sell_compound_top3,sell,2025-12-26 05:12:00,737.0 -41650,sell_compound_top3,sell,2025-12-26 05:15:00,738.0 -41651,sell_compound_top3,sell,2025-12-26 05:18:00,737.0 -41652,sell_compound_top3,sell,2025-12-26 07:00:00,737.0 -41653,sell_compound_top3,sell,2025-12-26 07:03:00,736.0 -41654,sell_compound_top3,sell,2025-12-26 11:36:00,731.0 -41655,sell_compound_top3,sell,2025-12-26 11:39:00,726.0 -41656,sell_compound_top3,sell,2025-12-26 13:57:00,727.0 -41657,sell_compound_top3,sell,2025-12-26 15:27:00,732.0 -41658,sell_compound_top3,sell,2025-12-26 22:51:00,727.0 -41659,sell_compound_top3,sell,2025-12-26 22:54:00,727.0 -41660,sell_compound_top3,sell,2025-12-27 02:51:00,719.0 -41661,sell_compound_top3,sell,2025-12-27 03:21:00,720.0 -41662,sell_compound_top3,sell,2025-12-27 03:24:00,719.0 -41663,sell_compound_top3,sell,2025-12-27 03:27:00,721.0 -41664,sell_compound_top3,sell,2025-12-27 03:30:00,721.0 -41665,sell_compound_top3,sell,2025-12-27 03:33:00,722.0 -41666,sell_compound_top3,sell,2025-12-27 03:36:00,721.0 -41667,sell_compound_top3,sell,2025-12-27 03:42:00,723.0 -41668,sell_compound_top3,sell,2025-12-27 03:51:00,721.0 -41669,sell_compound_top3,sell,2025-12-27 03:54:00,721.0 -41670,sell_compound_top3,sell,2025-12-27 04:12:00,723.0 -41671,sell_compound_top3,sell,2025-12-27 04:21:00,723.0 -41672,sell_compound_top3,sell,2025-12-27 04:24:00,724.0 -41673,sell_compound_top3,sell,2025-12-27 04:27:00,723.0 -41674,sell_compound_top3,sell,2025-12-27 04:30:00,724.0 -41675,sell_compound_top3,sell,2025-12-27 04:33:00,725.0 -41676,sell_compound_top3,sell,2025-12-27 04:45:00,726.0 -41677,sell_compound_top3,sell,2025-12-27 04:48:00,725.0 -41678,sell_compound_top3,sell,2025-12-27 04:51:00,725.0 -41679,sell_compound_top3,sell,2025-12-27 04:54:00,726.0 -41680,sell_compound_top3,sell,2025-12-27 04:57:00,726.0 -41681,sell_compound_top3,sell,2025-12-27 11:00:00,724.0 -41682,sell_compound_top3,sell,2025-12-27 11:03:00,724.0 -41683,sell_compound_top3,sell,2025-12-27 11:12:00,724.0 -41684,sell_compound_top3,sell,2025-12-27 11:15:00,724.0 -41685,sell_compound_top3,sell,2025-12-27 11:18:00,723.0 -41686,sell_compound_top3,sell,2025-12-27 12:45:00,727.0 -41687,sell_compound_top3,sell,2025-12-27 12:48:00,726.0 -41688,sell_compound_top3,sell,2025-12-27 20:21:00,725.0 -41689,sell_compound_top3,sell,2025-12-27 20:24:00,725.0 -41690,sell_compound_top3,sell,2025-12-27 20:27:00,726.0 -41691,sell_compound_top3,sell,2025-12-27 20:30:00,725.0 -41692,sell_compound_top3,sell,2025-12-27 20:33:00,726.0 -41693,sell_compound_top3,sell,2025-12-27 20:36:00,725.0 -41694,sell_compound_top3,sell,2025-12-27 20:39:00,725.0 -41695,sell_compound_top3,sell,2025-12-27 21:42:00,727.0 -41696,sell_compound_top3,sell,2025-12-27 21:45:00,727.0 -41697,sell_compound_top3,sell,2025-12-27 21:48:00,727.0 -41698,sell_compound_top3,sell,2025-12-28 00:21:00,726.0 -41699,sell_compound_top3,sell,2025-12-28 00:24:00,726.0 -41700,sell_compound_top3,sell,2025-12-28 00:42:00,728.0 -41701,sell_compound_top3,sell,2025-12-28 00:45:00,728.0 -41702,sell_compound_top3,sell,2025-12-28 00:48:00,728.0 -41703,sell_compound_top3,sell,2025-12-28 01:15:00,732.0 -41704,sell_compound_top3,sell,2025-12-28 01:18:00,733.0 -41705,sell_compound_top3,sell,2025-12-28 01:27:00,732.0 -41706,sell_compound_top3,sell,2025-12-28 01:30:00,732.0 -41707,sell_compound_top3,sell,2025-12-28 01:33:00,732.0 -41708,sell_compound_top3,sell,2025-12-28 04:57:00,732.0 -41709,sell_compound_top3,sell,2025-12-28 05:00:00,732.0 -41710,sell_compound_top3,sell,2025-12-28 05:03:00,732.0 -41711,sell_compound_top3,sell,2025-12-28 05:12:00,732.0 -41712,sell_compound_top3,sell,2025-12-28 06:21:00,733.0 -41713,sell_compound_top3,sell,2025-12-28 06:24:00,734.0 -41714,sell_compound_top3,sell,2025-12-28 06:30:00,734.0 -41715,sell_compound_top3,sell,2025-12-28 06:33:00,734.0 -41716,sell_compound_top3,sell,2025-12-28 06:45:00,735.0 -41717,sell_compound_top3,sell,2025-12-28 06:48:00,736.0 -41718,sell_compound_top3,sell,2025-12-28 06:57:00,737.0 -41719,sell_compound_top3,sell,2025-12-28 07:00:00,737.0 -41720,sell_compound_top3,sell,2025-12-28 07:03:00,737.0 -41721,sell_compound_top3,sell,2025-12-28 08:27:00,741.0 -41722,sell_compound_top3,sell,2025-12-28 08:30:00,741.0 -41723,sell_compound_top3,sell,2025-12-28 08:33:00,741.0 -41724,sell_compound_top3,sell,2025-12-28 08:42:00,742.0 -41725,sell_compound_top3,sell,2025-12-28 08:45:00,742.0 -41726,sell_compound_top3,sell,2025-12-28 08:48:00,749.0 -41727,sell_compound_top3,sell,2025-12-28 09:06:00,747.0 -41728,sell_compound_top3,sell,2025-12-28 09:09:00,746.0 -41729,sell_compound_top3,sell,2025-12-28 17:45:00,747.0 -41730,sell_compound_top3,sell,2025-12-28 17:48:00,747.0 -41731,sell_compound_top3,sell,2025-12-28 19:12:00,747.0 -41732,sell_compound_top3,sell,2025-12-28 23:27:00,742.0 -41733,sell_compound_top3,sell,2025-12-28 23:51:00,745.0 -41734,sell_compound_top3,sell,2025-12-28 23:54:00,745.0 -41735,sell_compound_top3,sell,2025-12-29 08:57:00,734.0 -41736,sell_compound_top3,sell,2025-12-29 09:42:00,739.0 -41737,sell_compound_top3,sell,2025-12-29 09:45:00,739.0 -41738,sell_compound_top3,sell,2025-12-29 09:48:00,741.0 -41739,sell_compound_top3,sell,2025-12-29 09:51:00,738.0 -41740,sell_compound_top3,sell,2025-12-29 09:54:00,739.0 -41741,sell_compound_top3,sell,2025-12-29 09:57:00,738.0 -41742,sell_compound_top3,sell,2025-12-29 10:42:00,743.0 -41743,sell_compound_top3,sell,2025-12-29 10:45:00,741.0 -41744,sell_compound_top3,sell,2025-12-29 10:48:00,740.0 -41745,sell_compound_top3,sell,2025-12-29 10:51:00,741.0 -41746,sell_compound_top3,sell,2025-12-29 10:54:00,740.0 -41747,sell_compound_top3,sell,2025-12-29 11:00:00,741.0 -41748,sell_compound_top3,sell,2025-12-29 11:03:00,742.0 -41749,sell_compound_top3,sell,2025-12-29 11:06:00,744.0 -41750,sell_compound_top3,sell,2025-12-29 11:09:00,745.0 -41751,sell_compound_top3,sell,2025-12-29 11:15:00,746.0 -41752,sell_compound_top3,sell,2025-12-29 11:18:00,744.0 -41753,sell_compound_top3,sell,2025-12-29 12:21:00,746.0 -41754,sell_compound_top3,sell,2025-12-29 12:24:00,745.0 -41755,sell_compound_top3,sell,2025-12-29 12:27:00,745.0 -41756,sell_compound_top3,sell,2025-12-29 12:57:00,752.0 -41757,sell_compound_top3,sell,2025-12-29 13:00:00,752.0 -41758,sell_compound_top3,sell,2025-12-29 13:03:00,750.0 -41759,sell_compound_top3,sell,2025-12-29 13:06:00,750.0 -41760,sell_compound_top3,sell,2025-12-29 13:09:00,751.0 -41761,sell_compound_top3,sell,2025-12-30 00:21:00,733.0 -41762,sell_compound_top3,sell,2025-12-30 00:24:00,732.0 -41763,sell_compound_top3,sell,2025-12-30 07:21:00,722.0 -41764,sell_compound_top3,sell,2025-12-30 07:24:00,723.0 -41765,sell_compound_top3,sell,2025-12-30 13:36:00,720.0 -41766,sell_compound_top3,sell,2025-12-30 13:39:00,720.0 -41767,sell_compound_top3,sell,2025-12-30 13:42:00,719.0 -41768,sell_compound_top3,sell,2025-12-30 15:57:00,718.0 -41769,sell_compound_top3,sell,2025-12-30 16:12:00,719.0 -41770,sell_compound_top3,sell,2025-12-30 16:42:00,720.0 -41771,sell_compound_top3,sell,2025-12-30 16:51:00,721.0 -41772,sell_compound_top3,sell,2025-12-30 16:54:00,721.0 -41773,sell_compound_top3,sell,2025-12-30 16:57:00,720.0 -41774,sell_compound_top3,sell,2025-12-31 07:30:00,715.0 -41775,sell_compound_top3,sell,2025-12-31 07:33:00,714.0 -41776,sell_compound_top3,sell,2025-12-31 08:30:00,715.0 -41777,sell_compound_top3,sell,2025-12-31 08:33:00,715.0 -41778,sell_compound_top3,sell,2025-12-31 10:30:00,717.0 -41779,sell_compound_top3,sell,2025-12-31 10:33:00,716.0 -41780,sell_compound_top3,sell,2025-12-31 10:36:00,717.0 -41781,sell_compound_top3,sell,2025-12-31 10:39:00,717.0 -41782,sell_compound_top3,sell,2025-12-31 10:42:00,717.0 -41783,sell_compound_top3,sell,2025-12-31 10:45:00,717.0 -41784,sell_compound_top3,sell,2025-12-31 10:48:00,716.0 -41785,sell_compound_top3,sell,2025-12-31 19:15:00,713.0 -41786,sell_compound_top3,sell,2025-12-31 19:18:00,713.0 -41787,sell_compound_top3,sell,2025-12-31 20:12:00,713.0 -41788,sell_compound_top3,sell,2025-12-31 20:21:00,713.0 -41789,sell_compound_top3,sell,2025-12-31 20:24:00,713.0 -41790,sell_compound_top3,sell,2025-12-31 20:45:00,714.0 -41791,sell_compound_top3,sell,2025-12-31 20:48:00,713.0 -41792,sell_compound_top3,sell,2025-12-31 23:00:00,714.0 -41793,sell_compound_top3,sell,2025-12-31 23:03:00,714.0 -41794,sell_compound_top3,sell,2025-12-31 23:21:00,716.0 -41795,sell_compound_top3,sell,2025-12-31 23:24:00,715.0 -41796,sell_compound_top3,sell,2026-01-01 06:12:00,701.0 -41797,sell_compound_top3,sell,2026-01-01 06:15:00,702.0 -41798,sell_compound_top3,sell,2026-01-01 06:18:00,703.0 -41799,sell_compound_top3,sell,2026-01-01 06:24:00,702.0 -41800,sell_compound_top3,sell,2026-01-01 06:27:00,702.0 -41801,sell_compound_top3,sell,2026-01-01 14:21:00,705.0 -41802,sell_compound_top3,sell,2026-01-01 14:24:00,704.0 -41803,sell_compound_top3,sell,2026-01-01 14:27:00,705.0 -41804,sell_compound_top3,sell,2026-01-01 15:00:00,706.0 -41805,sell_compound_top3,sell,2026-01-01 15:03:00,707.0 -41806,sell_compound_top3,sell,2026-01-01 18:30:00,709.0 -41807,sell_compound_top3,sell,2026-01-01 18:33:00,709.0 -41808,sell_compound_top3,sell,2026-01-01 18:36:00,709.0 -41809,sell_compound_top3,sell,2026-01-01 18:39:00,710.0 -41810,sell_compound_top3,sell,2026-01-01 18:42:00,710.0 -41811,sell_compound_top3,sell,2026-01-01 19:15:00,712.0 -41812,sell_compound_top3,sell,2026-01-01 19:18:00,711.0 -41813,sell_compound_top3,sell,2026-01-01 19:51:00,711.0 -41814,sell_compound_top3,sell,2026-01-01 19:54:00,713.0 -41815,sell_compound_top3,sell,2026-01-01 19:57:00,712.0 -41816,sell_compound_top3,sell,2026-01-01 20:00:00,712.0 -41817,sell_compound_top3,sell,2026-01-01 20:03:00,713.0 -41818,sell_compound_top3,sell,2026-01-01 20:57:00,713.0 -41819,sell_compound_top3,sell,2026-01-01 21:12:00,714.0 -41820,sell_compound_top3,sell,2026-01-01 22:12:00,713.0 -41821,sell_compound_top3,sell,2026-01-01 22:15:00,714.0 -41822,sell_compound_top3,sell,2026-01-01 22:18:00,714.0 -41823,sell_compound_top3,sell,2026-01-01 22:21:00,715.0 -41824,sell_compound_top3,sell,2026-01-01 22:24:00,717.0 -41825,sell_compound_top3,sell,2026-01-01 22:30:00,715.0 -41826,sell_compound_top3,sell,2026-01-01 22:33:00,715.0 -41827,sell_compound_top3,sell,2026-01-01 22:36:00,716.0 -41828,sell_compound_top3,sell,2026-01-01 22:39:00,716.0 -41829,sell_compound_top3,sell,2026-01-01 22:42:00,718.0 -41830,sell_compound_top3,sell,2026-01-01 22:45:00,718.0 -41831,sell_compound_top3,sell,2026-01-01 22:48:00,718.0 -41832,sell_compound_top3,sell,2026-01-01 22:51:00,719.0 -41833,sell_compound_top3,sell,2026-01-01 22:54:00,718.0 -41834,sell_compound_top3,sell,2026-01-01 22:57:00,719.0 -41835,sell_compound_top3,sell,2026-01-01 23:00:00,720.0 -41836,sell_compound_top3,sell,2026-01-01 23:03:00,720.0 -41837,sell_compound_top3,sell,2026-01-01 23:06:00,722.0 -41838,sell_compound_top3,sell,2026-01-01 23:09:00,721.0 -41839,sell_compound_top3,sell,2026-01-01 23:12:00,725.0 -41840,sell_compound_top3,sell,2026-01-01 23:21:00,723.0 -41841,sell_compound_top3,sell,2026-01-01 23:24:00,723.0 -41842,sell_compound_top3,sell,2026-01-01 23:27:00,723.0 -41843,sell_compound_top3,sell,2026-01-01 23:51:00,730.0 -41844,sell_compound_top3,sell,2026-01-01 23:54:00,729.0 -41845,sell_compound_top3,sell,2026-01-01 23:57:00,728.0 -41846,sell_compound_top3,sell,2026-01-02 00:00:00,728.0 -41847,sell_compound_top3,sell,2026-01-02 00:03:00,728.0 -41848,sell_compound_top3,sell,2026-01-02 00:06:00,728.0 -41849,sell_compound_top3,sell,2026-01-02 00:09:00,729.0 -41850,sell_compound_top3,sell,2026-01-02 00:12:00,728.0 -41851,sell_compound_top3,sell,2026-01-02 00:15:00,728.0 -41852,sell_compound_top3,sell,2026-01-02 00:18:00,730.0 -41853,sell_compound_top3,sell,2026-01-02 00:21:00,729.0 -41854,sell_compound_top3,sell,2026-01-02 00:24:00,728.0 -41855,sell_compound_top3,sell,2026-01-02 01:06:00,735.0 -41856,sell_compound_top3,sell,2026-01-02 01:09:00,734.0 -41857,sell_compound_top3,sell,2026-01-02 01:12:00,733.0 -41858,sell_compound_top3,sell,2026-01-02 01:30:00,735.0 -41859,sell_compound_top3,sell,2026-01-02 01:33:00,736.0 -41860,sell_compound_top3,sell,2026-01-02 01:36:00,735.0 -41861,sell_compound_top3,sell,2026-01-02 01:39:00,736.0 -41862,sell_compound_top3,sell,2026-01-02 01:51:00,736.0 -41863,sell_compound_top3,sell,2026-01-02 01:54:00,735.0 -41864,sell_compound_top3,sell,2026-01-02 02:15:00,740.0 -41865,sell_compound_top3,sell,2026-01-02 02:18:00,739.0 -41866,sell_compound_top3,sell,2026-01-02 02:30:00,742.0 -41867,sell_compound_top3,sell,2026-01-02 02:33:00,743.0 -41868,sell_compound_top3,sell,2026-01-02 02:36:00,744.0 -41869,sell_compound_top3,sell,2026-01-02 02:39:00,745.0 -41870,sell_compound_top3,sell,2026-01-02 03:00:00,745.0 -41871,sell_compound_top3,sell,2026-01-02 03:03:00,745.0 -41872,sell_compound_top3,sell,2026-01-02 03:06:00,745.0 -41873,sell_compound_top3,sell,2026-01-02 03:09:00,745.0 -41874,sell_compound_top3,sell,2026-01-02 04:00:00,745.0 -41875,sell_compound_top3,sell,2026-01-02 04:03:00,745.0 -41876,sell_compound_top3,sell,2026-01-02 04:06:00,746.0 -41877,sell_compound_top3,sell,2026-01-02 04:09:00,747.0 -41878,sell_compound_top3,sell,2026-01-02 05:12:00,750.0 -41879,sell_compound_top3,sell,2026-01-02 05:21:00,750.0 -41880,sell_compound_top3,sell,2026-01-02 05:24:00,750.0 -41881,sell_compound_top3,sell,2026-01-02 05:27:00,749.0 -41882,sell_compound_top3,sell,2026-01-02 07:12:00,750.0 -41883,sell_compound_top3,sell,2026-01-02 07:15:00,750.0 -41884,sell_compound_top3,sell,2026-01-02 07:18:00,750.0 -41885,sell_compound_top3,sell,2026-01-02 07:36:00,753.0 -41886,sell_compound_top3,sell,2026-01-02 07:39:00,751.0 -41887,sell_compound_top3,sell,2026-01-02 08:06:00,756.0 -41888,sell_compound_top3,sell,2026-01-02 08:09:00,757.0 -41889,sell_compound_top3,sell,2026-01-02 12:42:00,762.0 -41890,sell_compound_top3,sell,2026-01-02 12:45:00,760.0 -41891,sell_compound_top3,sell,2026-01-02 12:48:00,764.0 -41892,sell_compound_top3,sell,2026-01-02 12:51:00,762.0 -41893,sell_compound_top3,sell,2026-01-02 12:54:00,761.0 -41894,sell_compound_top3,sell,2026-01-02 12:57:00,762.0 -41895,sell_compound_top3,sell,2026-01-02 13:00:00,764.0 -41896,sell_compound_top3,sell,2026-01-02 13:03:00,765.0 -41897,sell_compound_top3,sell,2026-01-02 15:15:00,765.0 -41898,sell_compound_top3,sell,2026-01-02 15:18:00,766.0 -41899,sell_compound_top3,sell,2026-01-02 15:21:00,765.0 -41900,sell_compound_top3,sell,2026-01-02 15:24:00,763.0 -41901,sell_compound_top3,sell,2026-01-02 19:00:00,769.0 -41902,sell_compound_top3,sell,2026-01-02 19:03:00,768.0 -41903,sell_compound_top3,sell,2026-01-02 19:06:00,769.0 -41904,sell_compound_top3,sell,2026-01-02 19:09:00,769.0 -41905,sell_compound_top3,sell,2026-01-02 19:12:00,770.0 -41906,sell_compound_top3,sell,2026-01-02 22:00:00,776.0 -41907,sell_compound_top3,sell,2026-01-02 22:03:00,773.0 -41908,sell_compound_top3,sell,2026-01-02 22:06:00,774.0 -41909,sell_compound_top3,sell,2026-01-02 22:09:00,775.0 -41910,sell_compound_top3,sell,2026-01-02 22:12:00,775.0 -41911,sell_compound_top3,sell,2026-01-02 22:15:00,776.0 -41912,sell_compound_top3,sell,2026-01-02 22:18:00,779.0 -41913,sell_compound_top3,sell,2026-01-02 22:30:00,779.0 -41914,sell_compound_top3,sell,2026-01-02 22:33:00,782.0 -41915,sell_compound_top3,sell,2026-01-02 22:36:00,781.0 -41916,sell_compound_top3,sell,2026-01-02 22:39:00,781.0 -41917,sell_compound_top3,sell,2026-01-02 22:42:00,780.0 -41918,sell_compound_top3,sell,2026-01-03 01:30:00,785.0 -41919,sell_compound_top3,sell,2026-01-03 01:33:00,788.0 -41920,sell_compound_top3,sell,2026-01-03 01:42:00,788.0 -41921,sell_compound_top3,sell,2026-01-03 01:45:00,787.0 -41922,sell_compound_top3,sell,2026-01-03 01:48:00,792.0 -41923,sell_compound_top3,sell,2026-01-03 01:51:00,793.0 -41924,sell_compound_top3,sell,2026-01-03 01:54:00,792.0 -41925,sell_compound_top3,sell,2026-01-03 01:57:00,792.0 -41926,sell_compound_top3,sell,2026-01-03 02:00:00,795.0 -41927,sell_compound_top3,sell,2026-01-03 02:03:00,799.0 -41928,sell_compound_top3,sell,2026-01-03 02:06:00,798.0 -41929,sell_compound_top3,sell,2026-01-03 02:09:00,798.0 -41930,sell_compound_top3,sell,2026-01-03 02:12:00,799.0 -41931,sell_compound_top3,sell,2026-01-03 02:15:00,796.0 -41932,sell_compound_top3,sell,2026-01-03 02:18:00,798.0 -41933,sell_compound_top3,sell,2026-01-03 02:21:00,799.0 -41934,sell_compound_top3,sell,2026-01-03 02:24:00,797.0 -41935,sell_compound_top3,sell,2026-01-03 07:15:00,797.0 -41936,sell_compound_top3,sell,2026-01-03 07:18:00,797.0 -41937,sell_compound_top3,sell,2026-01-03 07:21:00,797.0 -41938,sell_compound_top3,sell,2026-01-03 07:24:00,796.0 -41939,sell_compound_top3,sell,2026-01-03 07:27:00,796.0 -41940,sell_compound_top3,sell,2026-01-03 07:30:00,798.0 -41941,sell_compound_top3,sell,2026-01-03 07:33:00,799.0 -41942,sell_compound_top3,sell,2026-01-03 07:36:00,798.0 -41943,sell_compound_top3,sell,2026-01-03 07:39:00,799.0 -41944,sell_compound_top3,sell,2026-01-03 07:42:00,801.0 -41945,sell_compound_top3,sell,2026-01-03 07:45:00,802.0 -41946,sell_compound_top3,sell,2026-01-03 07:48:00,803.0 -41947,sell_compound_top3,sell,2026-01-03 07:51:00,803.0 -41948,sell_compound_top3,sell,2026-01-03 07:54:00,804.0 -41949,sell_compound_top3,sell,2026-01-03 07:57:00,803.0 -41950,sell_compound_top3,sell,2026-01-03 08:21:00,805.0 -41951,sell_compound_top3,sell,2026-01-03 08:24:00,804.0 -41952,sell_compound_top3,sell,2026-01-03 08:30:00,804.0 -41953,sell_compound_top3,sell,2026-01-03 08:33:00,805.0 -41954,sell_compound_top3,sell,2026-01-03 09:42:00,807.0 -41955,sell_compound_top3,sell,2026-01-03 09:45:00,810.0 -41956,sell_compound_top3,sell,2026-01-03 09:48:00,808.0 -41957,sell_compound_top3,sell,2026-01-03 12:00:00,812.0 -41958,sell_compound_top3,sell,2026-01-03 12:03:00,812.0 -41959,sell_compound_top3,sell,2026-01-03 12:06:00,812.0 -41960,sell_compound_top3,sell,2026-01-03 12:09:00,812.0 -41961,sell_compound_top3,sell,2026-01-03 12:42:00,817.0 -41962,sell_compound_top3,sell,2026-01-03 12:45:00,816.0 -41963,sell_compound_top3,sell,2026-01-03 12:48:00,816.0 -41964,sell_compound_top3,sell,2026-01-03 12:51:00,816.0 -41965,sell_compound_top3,sell,2026-01-03 12:54:00,817.0 -41966,sell_compound_top3,sell,2026-01-03 14:15:00,828.0 -41967,sell_compound_top3,sell,2026-01-03 14:18:00,828.0 -41968,sell_compound_top3,sell,2026-01-03 14:21:00,826.0 -41969,sell_compound_top3,sell,2026-01-03 14:24:00,826.0 -41970,sell_compound_top3,sell,2026-01-03 14:27:00,829.0 -41971,sell_compound_top3,sell,2026-01-03 14:30:00,830.0 -41972,sell_compound_top3,sell,2026-01-03 14:33:00,832.0 -41973,sell_compound_top3,sell,2026-01-03 15:30:00,852.0 -41974,sell_compound_top3,sell,2026-01-03 15:33:00,856.0 -41975,sell_compound_top3,sell,2026-01-03 19:42:00,823.0 -41976,sell_compound_top3,sell,2026-01-03 21:45:00,833.0 -41977,sell_compound_top3,sell,2026-01-03 21:48:00,834.0 -41978,sell_compound_top3,sell,2026-01-03 21:51:00,836.0 -41979,sell_compound_top3,sell,2026-01-03 21:54:00,834.0 -41980,sell_compound_top3,sell,2026-01-04 01:30:00,835.0 -41981,sell_compound_top3,sell,2026-01-04 01:33:00,834.0 -41982,sell_compound_top3,sell,2026-01-04 01:36:00,835.0 -41983,sell_compound_top3,sell,2026-01-04 01:39:00,838.0 -41984,sell_compound_top3,sell,2026-01-04 02:00:00,856.0 -41985,sell_compound_top3,sell,2026-01-04 02:03:00,854.0 -41986,sell_compound_top3,sell,2026-01-04 02:06:00,855.0 -41987,sell_compound_top3,sell,2026-01-04 02:09:00,852.0 -41988,sell_compound_top3,sell,2026-01-04 08:00:00,850.0 -41989,sell_compound_top3,sell,2026-01-04 08:03:00,846.0 -41990,sell_compound_top3,sell,2026-01-04 11:15:00,848.0 -41991,sell_compound_top3,sell,2026-01-04 11:18:00,850.0 -41992,sell_compound_top3,sell,2026-01-04 11:30:00,851.0 -41993,sell_compound_top3,sell,2026-01-04 11:33:00,850.0 -41994,sell_compound_top3,sell,2026-01-04 12:15:00,854.0 -41995,sell_compound_top3,sell,2026-01-04 12:18:00,857.0 -41996,sell_compound_top3,sell,2026-01-04 12:27:00,854.0 -41997,sell_compound_top3,sell,2026-01-04 12:42:00,856.0 -41998,sell_compound_top3,sell,2026-01-04 12:45:00,855.0 -41999,sell_compound_top3,sell,2026-01-04 12:48:00,856.0 -42000,sell_compound_top3,sell,2026-01-04 15:12:00,858.0 -42001,sell_compound_top3,sell,2026-01-04 15:15:00,859.0 -42002,sell_compound_top3,sell,2026-01-04 15:18:00,858.0 -42003,sell_compound_top3,sell,2026-01-04 15:30:00,860.0 -42004,sell_compound_top3,sell,2026-01-04 15:33:00,860.0 -42005,sell_compound_top3,sell,2026-01-04 21:51:00,859.0 -42006,sell_compound_top3,sell,2026-01-04 21:54:00,859.0 -42007,sell_compound_top3,sell,2026-01-04 22:57:00,863.0 -42008,sell_compound_top3,sell,2026-01-04 23:21:00,862.0 -42009,sell_compound_top3,sell,2026-01-04 23:24:00,862.0 -42010,sell_compound_top3,sell,2026-01-04 23:42:00,866.0 -42011,sell_compound_top3,sell,2026-01-04 23:45:00,864.0 -42012,sell_compound_top3,sell,2026-01-04 23:48:00,864.0 -42013,sell_compound_top3,sell,2026-01-04 23:51:00,866.0 -42014,sell_compound_top3,sell,2026-01-04 23:54:00,866.0 -42015,sell_compound_top3,sell,2026-01-04 23:57:00,863.0 -42016,sell_compound_top3,sell,2026-01-05 00:12:00,866.0 -42017,sell_compound_top3,sell,2026-01-05 00:27:00,867.0 -42018,sell_compound_top3,sell,2026-01-05 01:00:00,870.0 -42019,sell_compound_top3,sell,2026-01-05 01:03:00,874.0 -42020,sell_compound_top3,sell,2026-01-05 01:12:00,876.0 -42021,sell_compound_top3,sell,2026-01-05 01:15:00,875.0 -42022,sell_compound_top3,sell,2026-01-05 01:18:00,876.0 -42023,sell_compound_top3,sell,2026-01-05 01:21:00,875.0 -42024,sell_compound_top3,sell,2026-01-05 01:24:00,878.0 -42025,sell_compound_top3,sell,2026-01-05 01:27:00,879.0 -42026,sell_compound_top3,sell,2026-01-05 01:36:00,877.0 -42027,sell_compound_top3,sell,2026-01-05 01:39:00,880.0 -42028,sell_compound_top3,sell,2026-01-05 01:51:00,878.0 -42029,sell_compound_top3,sell,2026-01-05 01:54:00,879.0 -42030,sell_compound_top3,sell,2026-01-05 02:00:00,880.0 -42031,sell_compound_top3,sell,2026-01-05 02:03:00,880.0 -42032,sell_compound_top3,sell,2026-01-05 10:15:00,873.0 -42033,sell_compound_top3,sell,2026-01-05 10:18:00,873.0 -42034,sell_compound_top3,sell,2026-01-05 10:45:00,880.0 -42035,sell_compound_top3,sell,2026-01-05 10:48:00,883.0 -42036,sell_compound_top3,sell,2026-01-05 10:51:00,886.0 -42037,sell_compound_top3,sell,2026-01-05 10:54:00,882.0 -42038,sell_compound_top3,sell,2026-01-05 10:57:00,882.0 -42039,sell_compound_top3,sell,2026-01-05 11:00:00,881.0 -42040,sell_compound_top3,sell,2026-01-05 11:03:00,885.0 -42041,sell_compound_top3,sell,2026-01-05 16:51:00,873.0 -42042,sell_compound_top3,sell,2026-01-05 16:54:00,872.0 -42043,sell_compound_top3,sell,2026-01-05 21:57:00,864.0 -42044,sell_compound_top3,sell,2026-01-05 22:00:00,864.0 -42045,sell_compound_top3,sell,2026-01-05 22:03:00,863.0 -42046,sell_compound_top3,sell,2026-01-05 23:00:00,863.0 -42047,sell_compound_top3,sell,2026-01-05 23:03:00,863.0 -42048,sell_compound_top3,sell,2026-01-05 23:30:00,864.0 -42049,sell_compound_top3,sell,2026-01-05 23:33:00,864.0 -42050,sell_compound_top3,sell,2026-01-05 23:36:00,862.0 -42051,sell_compound_top3,sell,2026-01-05 23:39:00,866.0 -42052,sell_compound_top3,sell,2026-01-06 00:42:00,878.0 -42053,sell_compound_top3,sell,2026-01-06 00:45:00,876.0 -42054,sell_compound_top3,sell,2026-01-06 00:48:00,874.0 -42055,sell_compound_top3,sell,2026-01-06 00:51:00,876.0 -42056,sell_compound_top3,sell,2026-01-06 00:54:00,876.0 -42057,sell_compound_top3,sell,2026-01-06 00:57:00,876.0 -42058,sell_compound_top3,sell,2026-01-06 01:00:00,878.0 -42059,sell_compound_top3,sell,2026-01-06 01:03:00,880.0 -42060,sell_compound_top3,sell,2026-01-06 01:06:00,877.0 -42061,sell_compound_top3,sell,2026-01-06 01:09:00,876.0 -42062,sell_compound_top3,sell,2026-01-06 01:15:00,879.0 -42063,sell_compound_top3,sell,2026-01-06 01:18:00,877.0 -42064,sell_compound_top3,sell,2026-01-06 01:51:00,882.0 -42065,sell_compound_top3,sell,2026-01-06 01:54:00,881.0 -42066,sell_compound_top3,sell,2026-01-06 01:57:00,881.0 -42067,sell_compound_top3,sell,2026-01-06 02:12:00,884.0 -42068,sell_compound_top3,sell,2026-01-06 02:15:00,883.0 -42069,sell_compound_top3,sell,2026-01-06 02:18:00,884.0 -42070,sell_compound_top3,sell,2026-01-06 02:42:00,885.0 -42071,sell_compound_top3,sell,2026-01-06 03:36:00,926.0 -42072,sell_compound_top3,sell,2026-01-06 03:39:00,924.0 -42073,sell_compound_top3,sell,2026-01-06 03:42:00,925.0 -42074,sell_compound_top3,sell,2026-01-06 03:45:00,929.0 -42075,sell_compound_top3,sell,2026-01-06 03:48:00,928.0 -42076,sell_compound_top3,sell,2026-01-06 03:51:00,929.0 -42077,sell_compound_top3,sell,2026-01-06 03:54:00,930.0 -42078,sell_compound_top3,sell,2026-01-06 03:57:00,931.0 -42079,sell_compound_top3,sell,2026-01-06 04:00:00,938.0 -42080,sell_compound_top3,sell,2026-01-06 04:03:00,938.0 -42081,sell_compound_top3,sell,2026-01-06 04:06:00,941.0 -42082,sell_compound_top3,sell,2026-01-06 04:09:00,944.0 -42083,sell_compound_top3,sell,2026-01-06 04:12:00,950.0 -42084,sell_compound_top3,sell,2026-01-06 19:57:00,910.0 -42085,sell_compound_top3,sell,2026-01-06 20:00:00,912.0 -42086,sell_compound_top3,sell,2026-01-06 20:03:00,914.0 -42087,sell_compound_top3,sell,2026-01-06 20:21:00,919.0 -42088,sell_compound_top3,sell,2026-01-06 20:24:00,919.0 -42089,sell_compound_top3,sell,2026-01-06 20:27:00,920.0 -42090,sell_compound_top3,sell,2026-01-06 20:36:00,923.0 -42091,sell_compound_top3,sell,2026-01-06 20:39:00,923.0 -42092,sell_compound_top3,sell,2026-01-06 20:42:00,921.0 -42093,sell_compound_top3,sell,2026-01-06 21:21:00,923.0 -42094,sell_compound_top3,sell,2026-01-06 21:24:00,923.0 -42095,sell_compound_top3,sell,2026-01-06 21:27:00,924.0 -42096,sell_compound_top3,sell,2026-01-06 21:30:00,925.0 -42097,sell_compound_top3,sell,2026-01-06 21:33:00,926.0 -42098,sell_compound_top3,sell,2026-01-06 21:36:00,925.0 -42099,sell_compound_top3,sell,2026-01-06 21:39:00,925.0 -42100,sell_compound_top3,sell,2026-01-06 22:30:00,927.0 -42101,sell_compound_top3,sell,2026-01-06 22:33:00,928.0 -42102,sell_compound_top3,sell,2026-01-06 22:42:00,929.0 -42103,sell_compound_top3,sell,2026-01-06 23:00:00,928.0 -42104,sell_compound_top3,sell,2026-01-06 23:03:00,927.0 -42105,sell_compound_top3,sell,2026-01-06 23:30:00,939.0 -42106,sell_compound_top3,sell,2026-01-06 23:33:00,934.0 -42107,sell_compound_top3,sell,2026-01-07 05:45:00,906.0 -42108,sell_compound_top3,sell,2026-01-07 05:48:00,905.0 -42109,sell_compound_top3,sell,2026-01-07 05:51:00,905.0 -42110,sell_compound_top3,sell,2026-01-07 05:54:00,904.0 -42111,sell_compound_top3,sell,2026-01-07 06:42:00,924.0 -42112,sell_compound_top3,sell,2026-01-07 06:45:00,924.0 -42113,sell_compound_top3,sell,2026-01-07 06:48:00,922.0 -42114,sell_compound_top3,sell,2026-01-07 06:51:00,920.0 -42115,sell_compound_top3,sell,2026-01-07 06:54:00,923.0 -42116,sell_compound_top3,sell,2026-01-07 06:57:00,924.0 -42117,sell_compound_top3,sell,2026-01-07 07:00:00,928.0 -42118,sell_compound_top3,sell,2026-01-07 07:03:00,927.0 -42119,sell_compound_top3,sell,2026-01-07 07:06:00,925.0 -42120,sell_compound_top3,sell,2026-01-07 07:09:00,927.0 -42121,sell_compound_top3,sell,2026-01-07 16:51:00,914.0 -42122,sell_compound_top3,sell,2026-01-07 16:54:00,915.0 -42123,sell_compound_top3,sell,2026-01-07 16:57:00,917.0 -42124,sell_compound_top3,sell,2026-01-07 17:00:00,919.0 -42125,sell_compound_top3,sell,2026-01-07 17:03:00,918.0 -42126,sell_compound_top3,sell,2026-01-07 17:06:00,919.0 -42127,sell_compound_top3,sell,2026-01-07 17:09:00,918.0 -42128,sell_compound_top3,sell,2026-01-07 17:12:00,919.0 -42129,sell_compound_top3,sell,2026-01-07 17:15:00,918.0 -42130,sell_compound_top3,sell,2026-01-07 17:18:00,920.0 -42131,sell_compound_top3,sell,2026-01-08 03:30:00,875.0 -42132,sell_compound_top3,sell,2026-01-08 03:33:00,878.0 -42133,sell_compound_top3,sell,2026-01-08 08:21:00,869.0 -42134,sell_compound_top3,sell,2026-01-08 08:24:00,869.0 -42135,sell_compound_top3,sell,2026-01-08 10:36:00,870.0 -42136,sell_compound_top3,sell,2026-01-08 10:39:00,871.0 -42137,sell_compound_top3,sell,2026-01-08 10:42:00,871.0 -42138,sell_compound_top3,sell,2026-01-08 10:45:00,871.0 -42139,sell_compound_top3,sell,2026-01-08 10:48:00,871.0 -42140,sell_compound_top3,sell,2026-01-09 00:36:00,854.0 -42141,sell_compound_top3,sell,2026-01-09 00:39:00,854.0 -42142,sell_compound_top3,sell,2026-01-09 00:42:00,861.0 -42143,sell_compound_top3,sell,2026-01-09 00:45:00,858.0 -42144,sell_compound_top3,sell,2026-01-09 00:48:00,858.0 -42145,sell_compound_top3,sell,2026-01-09 00:51:00,861.0 -42146,sell_compound_top3,sell,2026-01-09 00:54:00,859.0 -42147,sell_compound_top3,sell,2026-01-09 00:57:00,860.0 -42148,sell_compound_top3,sell,2026-01-09 01:00:00,864.0 -42149,sell_compound_top3,sell,2026-01-09 01:03:00,859.0 -42150,sell_compound_top3,sell,2026-01-09 02:00:00,860.0 -42151,sell_compound_top3,sell,2026-01-09 02:03:00,861.0 -42152,sell_compound_top3,sell,2026-01-09 02:06:00,860.0 -42153,sell_compound_top3,sell,2026-01-09 02:09:00,862.0 -42154,sell_compound_top3,sell,2026-01-09 06:45:00,858.0 -42155,sell_compound_top3,sell,2026-01-09 06:48:00,857.0 -42156,sell_compound_top3,sell,2026-01-09 06:51:00,857.0 -42157,sell_compound_top3,sell,2026-01-09 06:54:00,858.0 -42158,sell_compound_top3,sell,2026-01-09 06:57:00,859.0 -42159,sell_compound_top3,sell,2026-01-09 07:00:00,859.0 -42160,sell_compound_top3,sell,2026-01-09 07:03:00,861.0 -42161,sell_compound_top3,sell,2026-01-09 07:06:00,860.0 -42162,sell_compound_top3,sell,2026-01-09 07:09:00,859.0 -42163,sell_compound_top3,sell,2026-01-09 07:12:00,859.0 -42164,sell_compound_top3,sell,2026-01-09 15:06:00,853.0 -42165,sell_compound_top3,sell,2026-01-09 15:09:00,853.0 -42166,sell_compound_top3,sell,2026-01-09 15:21:00,853.0 -42167,sell_compound_top3,sell,2026-01-09 15:24:00,853.0 -42168,sell_compound_top3,sell,2026-01-09 15:27:00,853.0 -42169,sell_compound_top3,sell,2026-01-09 15:30:00,854.0 -42170,sell_compound_top3,sell,2026-01-09 15:33:00,854.0 -42171,sell_compound_top3,sell,2026-01-09 15:36:00,854.0 -42172,sell_compound_top3,sell,2026-01-09 15:39:00,855.0 -42173,sell_compound_top3,sell,2026-01-09 15:45:00,856.0 -42174,sell_compound_top3,sell,2026-01-09 15:48:00,857.0 -42175,sell_compound_top3,sell,2026-01-09 16:15:00,860.0 -42176,sell_compound_top3,sell,2026-01-09 16:18:00,860.0 -42177,sell_compound_top3,sell,2026-01-09 16:21:00,860.0 -42178,sell_compound_top3,sell,2026-01-09 16:24:00,861.0 -42179,sell_compound_top3,sell,2026-01-09 16:27:00,861.0 -42180,sell_compound_top3,sell,2026-01-09 16:30:00,862.0 -42181,sell_compound_top3,sell,2026-01-09 16:33:00,863.0 -42182,sell_compound_top3,sell,2026-01-09 17:12:00,864.0 -42183,sell_compound_top3,sell,2026-01-09 22:42:00,856.0 -42184,sell_compound_top3,sell,2026-01-10 00:45:00,863.0 -42185,sell_compound_top3,sell,2026-01-10 00:48:00,869.0 -42186,sell_compound_top3,sell,2026-01-10 00:51:00,866.0 -42187,sell_compound_top3,sell,2026-01-10 00:54:00,865.0 -42188,sell_compound_top3,sell,2026-01-10 01:06:00,871.0 -42189,sell_compound_top3,sell,2026-01-10 01:09:00,871.0 -42190,sell_compound_top3,sell,2026-01-10 01:12:00,871.0 -42191,sell_compound_top3,sell,2026-01-10 01:15:00,876.0 -42192,sell_compound_top3,sell,2026-01-10 01:18:00,876.0 -42193,sell_compound_top3,sell,2026-01-10 01:21:00,877.0 -42194,sell_compound_top3,sell,2026-01-10 01:24:00,875.0 -42195,sell_compound_top3,sell,2026-01-10 08:06:00,858.0 -42196,sell_compound_top3,sell,2026-01-10 08:09:00,857.0 -42197,sell_compound_top3,sell,2026-01-10 16:27:00,848.0 -42198,sell_compound_top3,sell,2026-01-10 16:30:00,849.0 -42199,sell_compound_top3,sell,2026-01-10 16:33:00,849.0 -42200,sell_compound_top3,sell,2026-01-10 16:36:00,850.0 -42201,sell_compound_top3,sell,2026-01-10 16:39:00,850.0 -42202,sell_compound_top3,sell,2026-01-10 16:51:00,851.0 -42203,sell_compound_top3,sell,2026-01-10 16:54:00,850.0 -42204,sell_compound_top3,sell,2026-01-10 18:42:00,853.0 -42205,sell_compound_top3,sell,2026-01-10 18:45:00,853.0 -42206,sell_compound_top3,sell,2026-01-10 18:48:00,854.0 -42207,sell_compound_top3,sell,2026-01-10 18:57:00,854.0 -42208,sell_compound_top3,sell,2026-01-10 20:00:00,856.0 -42209,sell_compound_top3,sell,2026-01-10 20:03:00,857.0 -42210,sell_compound_top3,sell,2026-01-10 20:06:00,856.0 -42211,sell_compound_top3,sell,2026-01-10 20:09:00,856.0 -42212,sell_compound_top3,sell,2026-01-10 20:12:00,857.0 -42213,sell_compound_top3,sell,2026-01-10 20:15:00,856.0 -42214,sell_compound_top3,sell,2026-01-10 20:18:00,857.0 -42215,sell_compound_top3,sell,2026-01-10 20:21:00,856.0 -42216,sell_compound_top3,sell,2026-01-10 20:24:00,856.0 -42217,sell_compound_top3,sell,2026-01-10 20:51:00,860.0 -42218,sell_compound_top3,sell,2026-01-10 20:54:00,861.0 -42219,sell_compound_top3,sell,2026-01-10 21:06:00,862.0 -42220,sell_compound_top3,sell,2026-01-10 21:09:00,862.0 -42221,sell_compound_top3,sell,2026-01-10 21:12:00,862.0 -42222,sell_compound_top3,sell,2026-01-10 21:15:00,862.0 -42223,sell_compound_top3,sell,2026-01-10 21:18:00,864.0 -42224,sell_compound_top3,sell,2026-01-10 21:21:00,864.0 -42225,sell_compound_top3,sell,2026-01-10 21:24:00,863.0 -42226,sell_compound_top3,sell,2026-01-10 21:27:00,863.0 -42227,sell_compound_top3,sell,2026-01-10 22:06:00,867.0 -42228,sell_compound_top3,sell,2026-01-10 22:09:00,867.0 -42229,sell_compound_top3,sell,2026-01-10 22:12:00,865.0 -42230,sell_compound_top3,sell,2026-01-10 22:21:00,867.0 -42231,sell_compound_top3,sell,2026-01-10 22:24:00,866.0 -42232,sell_compound_top3,sell,2026-01-11 04:51:00,855.0 -42233,sell_compound_top3,sell,2026-01-11 04:57:00,856.0 -42234,sell_compound_top3,sell,2026-01-11 05:03:00,856.0 -42235,sell_compound_top3,sell,2026-01-11 10:12:00,845.0 -42236,sell_compound_top3,sell,2026-01-11 10:15:00,846.0 -42237,sell_compound_top3,sell,2026-01-11 10:18:00,846.0 -42238,sell_compound_top3,sell,2026-01-11 11:00:00,847.0 -42239,sell_compound_top3,sell,2026-01-11 11:03:00,846.0 -42240,sell_compound_top3,sell,2026-01-11 11:12:00,848.0 -42241,sell_compound_top3,sell,2026-01-11 11:15:00,848.0 -42242,sell_compound_top3,sell,2026-01-11 11:18:00,848.0 -42243,sell_compound_top3,sell,2026-01-11 11:30:00,848.0 -42244,sell_compound_top3,sell,2026-01-11 11:33:00,849.0 -42245,sell_compound_top3,sell,2026-01-11 11:42:00,849.0 -42246,sell_compound_top3,sell,2026-01-11 16:00:00,846.0 -42247,sell_compound_top3,sell,2026-01-11 16:03:00,847.0 -42248,sell_compound_top3,sell,2026-01-11 17:45:00,848.0 -42249,sell_compound_top3,sell,2026-01-11 17:48:00,848.0 -42250,sell_compound_top3,sell,2026-01-11 17:51:00,848.0 -42251,sell_compound_top3,sell,2026-01-11 17:54:00,848.0 -42252,sell_compound_top3,sell,2026-01-11 18:00:00,849.0 -42253,sell_compound_top3,sell,2026-01-11 18:03:00,851.0 -42254,sell_compound_top3,sell,2026-01-11 18:12:00,851.0 -42255,sell_compound_top3,sell,2026-01-11 18:30:00,852.0 -42256,sell_compound_top3,sell,2026-01-11 18:33:00,852.0 -42257,sell_compound_top3,sell,2026-01-11 19:12:00,851.0 -42258,sell_compound_top3,sell,2026-01-11 19:15:00,853.0 -42259,sell_compound_top3,sell,2026-01-11 19:18:00,852.0 -42260,sell_compound_top3,sell,2026-01-11 20:51:00,854.0 -42261,sell_compound_top3,sell,2026-01-11 20:54:00,854.0 -42262,sell_compound_top3,sell,2026-01-11 20:57:00,855.0 -42263,sell_compound_top3,sell,2026-01-11 21:06:00,857.0 -42264,sell_compound_top3,sell,2026-01-11 21:09:00,856.0 -42265,sell_compound_top3,sell,2026-01-11 21:12:00,857.0 -42266,sell_compound_top3,sell,2026-01-11 21:15:00,857.0 -42267,sell_compound_top3,sell,2026-01-11 21:18:00,858.0 -42268,sell_compound_top3,sell,2026-01-11 21:27:00,857.0 -42269,sell_compound_top3,sell,2026-01-11 21:51:00,859.0 -42270,sell_compound_top3,sell,2026-01-11 21:54:00,859.0 -42271,sell_compound_top3,sell,2026-01-11 21:57:00,860.0 -42272,sell_compound_top3,sell,2026-01-12 04:21:00,851.0 -42273,sell_compound_top3,sell,2026-01-12 09:27:00,838.0 -42274,sell_compound_top3,sell,2026-01-12 10:15:00,843.0 -42275,sell_compound_top3,sell,2026-01-12 10:18:00,845.0 -42276,sell_compound_top3,sell,2026-01-12 10:21:00,845.0 -42277,sell_compound_top3,sell,2026-01-12 10:24:00,847.0 -42278,sell_compound_top3,sell,2026-01-12 10:27:00,845.0 -42279,sell_compound_top3,sell,2026-01-12 11:06:00,850.0 -42280,sell_compound_top3,sell,2026-01-12 11:09:00,849.0 -42281,sell_compound_top3,sell,2026-01-12 11:12:00,848.0 -42282,sell_compound_top3,sell,2026-01-12 11:15:00,855.0 -42283,sell_compound_top3,sell,2026-01-12 11:18:00,855.0 -42284,sell_compound_top3,sell,2026-01-12 11:21:00,851.0 -42285,sell_compound_top3,sell,2026-01-12 11:24:00,850.0 -42286,sell_compound_top3,sell,2026-01-12 11:30:00,854.0 -42287,sell_compound_top3,sell,2026-01-12 11:33:00,851.0 -42288,sell_compound_top3,sell,2026-01-12 11:36:00,852.0 -42289,sell_compound_top3,sell,2026-01-12 11:39:00,854.0 -42290,sell_compound_top3,sell,2026-01-12 11:42:00,854.0 -42291,sell_compound_top3,sell,2026-01-12 11:45:00,855.0 -42292,sell_compound_top3,sell,2026-01-12 11:48:00,858.0 -42293,sell_compound_top3,sell,2026-01-12 12:00:00,861.0 -42294,sell_compound_top3,sell,2026-01-12 12:03:00,860.0 -42295,sell_compound_top3,sell,2026-01-12 12:06:00,860.0 -42296,sell_compound_top3,sell,2026-01-12 12:09:00,861.0 -42297,sell_compound_top3,sell,2026-01-12 12:12:00,862.0 -42298,sell_compound_top3,sell,2026-01-12 12:15:00,864.0 -42299,sell_compound_top3,sell,2026-01-12 12:18:00,865.0 -42300,sell_compound_top3,sell,2026-01-12 12:21:00,864.0 -42301,sell_compound_top3,sell,2026-01-12 12:24:00,864.0 -42302,sell_compound_top3,sell,2026-01-12 12:27:00,867.0 -42303,sell_compound_top3,sell,2026-01-12 12:30:00,867.0 -42304,sell_compound_top3,sell,2026-01-12 12:33:00,865.0 -42305,sell_compound_top3,sell,2026-01-12 14:21:00,867.0 -42306,sell_compound_top3,sell,2026-01-12 14:24:00,865.0 -42307,sell_compound_top3,sell,2026-01-12 14:27:00,865.0 -42308,sell_compound_top3,sell,2026-01-12 20:51:00,839.0 -42309,sell_compound_top3,sell,2026-01-12 20:54:00,839.0 -42310,sell_compound_top3,sell,2026-01-12 20:57:00,837.0 -42311,sell_compound_top3,sell,2026-01-13 00:30:00,841.0 -42312,sell_compound_top3,sell,2026-01-13 00:33:00,839.0 -42313,sell_compound_top3,sell,2026-01-13 00:36:00,841.0 -42314,sell_compound_top3,sell,2026-01-13 00:39:00,842.0 -42315,sell_compound_top3,sell,2026-01-13 00:42:00,842.0 -42316,sell_compound_top3,sell,2026-01-13 00:45:00,842.0 -42317,sell_compound_top3,sell,2026-01-13 00:48:00,841.0 -42318,sell_compound_top3,sell,2026-01-13 00:57:00,841.0 -42319,sell_compound_top3,sell,2026-01-13 01:36:00,845.0 -42320,sell_compound_top3,sell,2026-01-13 01:39:00,844.0 -42321,sell_compound_top3,sell,2026-01-13 01:42:00,844.0 -42322,sell_compound_top3,sell,2026-01-13 10:06:00,825.0 -42323,sell_compound_top3,sell,2026-01-13 10:09:00,827.0 -42324,sell_compound_top3,sell,2026-01-13 10:12:00,826.0 -42325,sell_compound_top3,sell,2026-01-13 10:15:00,826.0 -42326,sell_compound_top3,sell,2026-01-13 10:18:00,827.0 -42327,sell_compound_top3,sell,2026-01-13 10:21:00,826.0 -42328,sell_compound_top3,sell,2026-01-13 10:24:00,826.0 -42329,sell_compound_top3,sell,2026-01-13 11:12:00,827.0 -42330,sell_compound_top3,sell,2026-01-13 11:15:00,828.0 -42331,sell_compound_top3,sell,2026-01-13 11:18:00,829.0 -42332,sell_compound_top3,sell,2026-01-13 14:00:00,828.0 -42333,sell_compound_top3,sell,2026-01-13 14:03:00,831.0 -42334,sell_compound_top3,sell,2026-01-13 16:00:00,836.0 -42335,sell_compound_top3,sell,2026-01-13 16:03:00,835.0 -42336,sell_compound_top3,sell,2026-01-13 17:51:00,837.0 -42337,sell_compound_top3,sell,2026-01-13 17:54:00,837.0 -42338,sell_compound_top3,sell,2026-01-13 18:00:00,837.0 -42339,sell_compound_top3,sell,2026-01-13 18:03:00,837.0 -42340,sell_compound_top3,sell,2026-01-13 18:27:00,838.0 -42341,sell_compound_top3,sell,2026-01-13 18:30:00,838.0 -42342,sell_compound_top3,sell,2026-01-13 18:33:00,840.0 -42343,sell_compound_top3,sell,2026-01-13 18:51:00,840.0 -42344,sell_compound_top3,sell,2026-01-13 18:54:00,840.0 -42345,sell_compound_top3,sell,2026-01-13 19:12:00,840.0 -42346,sell_compound_top3,sell,2026-01-13 20:45:00,845.0 -42347,sell_compound_top3,sell,2026-01-13 20:48:00,845.0 -42348,sell_compound_top3,sell,2026-01-13 22:12:00,847.0 -42349,sell_compound_top3,sell,2026-01-13 22:15:00,847.0 -42350,sell_compound_top3,sell,2026-01-13 22:18:00,847.0 -42351,sell_compound_top3,sell,2026-01-13 23:00:00,858.0 -42352,sell_compound_top3,sell,2026-01-13 23:03:00,857.0 -42353,sell_compound_top3,sell,2026-01-13 23:15:00,859.0 -42354,sell_compound_top3,sell,2026-01-13 23:18:00,861.0 -42355,sell_compound_top3,sell,2026-01-13 23:21:00,861.0 -42356,sell_compound_top3,sell,2026-01-13 23:24:00,864.0 -42357,sell_compound_top3,sell,2026-01-13 23:27:00,864.0 -42358,sell_compound_top3,sell,2026-01-13 23:45:00,878.0 -42359,sell_compound_top3,sell,2026-01-13 23:48:00,877.0 -42360,sell_compound_top3,sell,2026-01-14 00:36:00,878.0 -42361,sell_compound_top3,sell,2026-01-14 00:39:00,881.0 -42362,sell_compound_top3,sell,2026-01-14 00:42:00,882.0 -42363,sell_compound_top3,sell,2026-01-14 01:51:00,899.0 -42364,sell_compound_top3,sell,2026-01-14 01:54:00,901.0 -42365,sell_compound_top3,sell,2026-01-14 01:57:00,897.0 -42366,sell_compound_top3,sell,2026-01-14 07:30:00,911.0 -42367,sell_compound_top3,sell,2026-01-14 07:33:00,912.0 -42368,sell_compound_top3,sell,2026-01-14 07:36:00,913.0 -42369,sell_compound_top3,sell,2026-01-14 07:39:00,916.0 -42370,sell_compound_top3,sell,2026-01-14 07:42:00,917.0 -42371,sell_compound_top3,sell,2026-01-14 07:45:00,917.0 -42372,sell_compound_top3,sell,2026-01-14 07:48:00,918.0 -42373,sell_compound_top3,sell,2026-01-14 07:51:00,917.0 -42374,sell_compound_top3,sell,2026-01-14 07:54:00,917.0 -42375,sell_compound_top3,sell,2026-01-14 19:00:00,900.0 -42376,sell_compound_top3,sell,2026-01-14 19:03:00,900.0 -42377,sell_compound_top3,sell,2026-01-14 19:06:00,899.0 -42378,sell_compound_top3,sell,2026-01-14 19:09:00,900.0 -42379,sell_compound_top3,sell,2026-01-14 19:12:00,901.0 -42380,sell_compound_top3,sell,2026-01-14 19:15:00,902.0 -42381,sell_compound_top3,sell,2026-01-14 19:18:00,901.0 -42382,sell_compound_top3,sell,2026-01-14 23:51:00,894.0 -42383,sell_compound_top3,sell,2026-01-14 23:54:00,897.0 -42384,sell_compound_top3,sell,2026-01-15 00:21:00,897.0 -42385,sell_compound_top3,sell,2026-01-15 00:24:00,897.0 -42386,sell_compound_top3,sell,2026-01-15 00:27:00,899.0 -42387,sell_compound_top3,sell,2026-01-15 00:30:00,897.0 -42388,sell_compound_top3,sell,2026-01-15 00:33:00,894.0 -42389,sell_compound_top3,sell,2026-01-15 01:00:00,898.0 -42390,sell_compound_top3,sell,2026-01-15 01:03:00,901.0 -42391,sell_compound_top3,sell,2026-01-15 01:21:00,904.0 -42392,sell_compound_top3,sell,2026-01-15 01:24:00,904.0 -42393,sell_compound_top3,sell,2026-01-15 15:21:00,861.0 -42394,sell_compound_top3,sell,2026-01-15 15:24:00,862.0 -42395,sell_compound_top3,sell,2026-01-15 15:27:00,862.0 -42396,sell_compound_top3,sell,2026-01-15 16:57:00,869.0 -42397,sell_compound_top3,sell,2026-01-15 18:57:00,875.0 -42398,sell_compound_top3,sell,2026-01-15 19:00:00,873.0 -42399,sell_compound_top3,sell,2026-01-15 19:03:00,873.0 -42400,sell_compound_top3,sell,2026-01-15 22:00:00,872.0 -42401,sell_compound_top3,sell,2026-01-15 22:03:00,869.0 -42402,sell_compound_top3,sell,2026-01-15 22:12:00,872.0 -42403,sell_compound_top3,sell,2026-01-15 22:15:00,872.0 -42404,sell_compound_top3,sell,2026-01-15 22:18:00,874.0 -42405,sell_compound_top3,sell,2026-01-15 22:27:00,876.0 -42406,sell_compound_top3,sell,2026-01-15 22:51:00,874.0 -42407,sell_compound_top3,sell,2026-01-15 22:54:00,875.0 -42408,sell_compound_top3,sell,2026-01-15 22:57:00,875.0 -42409,sell_compound_top3,sell,2026-01-16 06:57:00,828.0 -42410,sell_compound_top3,sell,2026-01-16 07:00:00,828.0 -42411,sell_compound_top3,sell,2026-01-16 07:03:00,828.0 -42412,sell_compound_top3,sell,2026-01-16 07:06:00,828.0 -42413,sell_compound_top3,sell,2026-01-16 07:09:00,830.0 -42414,sell_compound_top3,sell,2026-01-16 07:12:00,832.0 -42415,sell_compound_top3,sell,2026-01-16 07:15:00,831.0 -42416,sell_compound_top3,sell,2026-01-16 07:18:00,831.0 -42417,sell_compound_top3,sell,2026-01-16 07:21:00,832.0 -42418,sell_compound_top3,sell,2026-01-16 07:24:00,832.0 -42419,sell_compound_top3,sell,2026-01-16 07:27:00,832.0 -42420,sell_compound_top3,sell,2026-01-16 07:30:00,833.0 -42421,sell_compound_top3,sell,2026-01-16 07:33:00,833.0 -42422,sell_compound_top3,sell,2026-01-16 07:36:00,833.0 -42423,sell_compound_top3,sell,2026-01-16 07:39:00,832.0 -42424,sell_compound_top3,sell,2026-01-16 09:27:00,832.0 -42425,sell_compound_top3,sell,2026-01-16 09:42:00,833.0 -42426,sell_compound_top3,sell,2026-01-16 14:57:00,828.0 -42427,sell_compound_top3,sell,2026-01-16 15:42:00,829.0 -42428,sell_compound_top3,sell,2026-01-16 15:45:00,830.0 -42429,sell_compound_top3,sell,2026-01-16 15:48:00,831.0 -42430,sell_compound_top3,sell,2026-01-16 15:51:00,831.0 -42431,sell_compound_top3,sell,2026-01-16 15:54:00,831.0 -42432,sell_compound_top3,sell,2026-01-16 15:57:00,830.0 -42433,sell_compound_top3,sell,2026-01-16 16:06:00,830.0 -42434,sell_compound_top3,sell,2026-01-16 16:09:00,831.0 -42435,sell_compound_top3,sell,2026-01-16 16:12:00,832.0 -42436,sell_compound_top3,sell,2026-01-16 16:15:00,832.0 -42437,sell_compound_top3,sell,2026-01-16 16:18:00,831.0 -42438,sell_compound_top3,sell,2026-01-16 16:21:00,833.0 -42439,sell_compound_top3,sell,2026-01-16 16:24:00,832.0 -42440,sell_compound_top3,sell,2026-01-16 17:30:00,834.0 -42441,sell_compound_top3,sell,2026-01-16 17:33:00,835.0 -42442,sell_compound_top3,sell,2026-01-16 17:36:00,835.0 -42443,sell_compound_top3,sell,2026-01-16 17:39:00,833.0 -42444,sell_compound_top3,sell,2026-01-16 17:51:00,834.0 -42445,sell_compound_top3,sell,2026-01-16 17:54:00,835.0 -42446,sell_compound_top3,sell,2026-01-16 17:57:00,835.0 -42447,sell_compound_top3,sell,2026-01-16 18:00:00,836.0 -42448,sell_compound_top3,sell,2026-01-16 18:03:00,837.0 -42449,sell_compound_top3,sell,2026-01-16 18:06:00,837.0 -42450,sell_compound_top3,sell,2026-01-16 18:09:00,838.0 -42451,sell_compound_top3,sell,2026-01-16 18:21:00,838.0 -42452,sell_compound_top3,sell,2026-01-16 18:24:00,837.0 -42453,sell_compound_top3,sell,2026-01-16 18:27:00,838.0 -42454,sell_compound_top3,sell,2026-01-16 18:30:00,839.0 -42455,sell_compound_top3,sell,2026-01-16 18:33:00,839.0 -42456,sell_compound_top3,sell,2026-01-16 18:36:00,838.0 -42457,sell_compound_top3,sell,2026-01-16 18:39:00,839.0 -42458,sell_compound_top3,sell,2026-01-16 18:42:00,839.0 -42459,sell_compound_top3,sell,2026-01-17 05:45:00,821.0 -42460,sell_compound_top3,sell,2026-01-17 05:48:00,821.0 -42461,sell_compound_top3,sell,2026-01-17 05:51:00,822.0 -42462,sell_compound_top3,sell,2026-01-17 05:54:00,822.0 -42463,sell_compound_top3,sell,2026-01-17 05:57:00,823.0 -42464,sell_compound_top3,sell,2026-01-17 06:00:00,824.0 -42465,sell_compound_top3,sell,2026-01-17 06:03:00,822.0 -42466,sell_compound_top3,sell,2026-01-17 06:06:00,824.0 -42467,sell_compound_top3,sell,2026-01-17 06:09:00,824.0 -42468,sell_compound_top3,sell,2026-01-17 06:12:00,825.0 -42469,sell_compound_top3,sell,2026-01-17 10:00:00,822.0 -42470,sell_compound_top3,sell,2026-01-17 10:03:00,823.0 -42471,sell_compound_top3,sell,2026-01-17 10:06:00,822.0 -42472,sell_compound_top3,sell,2026-01-17 10:09:00,824.0 -42473,sell_compound_top3,sell,2026-01-17 10:27:00,823.0 -42474,sell_compound_top3,sell,2026-01-17 14:12:00,821.0 -42475,sell_compound_top3,sell,2026-01-17 14:15:00,821.0 -42476,sell_compound_top3,sell,2026-01-17 14:18:00,822.0 -42477,sell_compound_top3,sell,2026-01-17 14:21:00,822.0 -42478,sell_compound_top3,sell,2026-01-17 14:24:00,821.0 -42479,sell_compound_top3,sell,2026-01-17 14:27:00,822.0 -42480,sell_compound_top3,sell,2026-01-17 16:51:00,823.0 -42481,sell_compound_top3,sell,2026-01-17 16:54:00,822.0 -42482,sell_compound_top3,sell,2026-01-17 16:57:00,823.0 -42483,sell_compound_top3,sell,2026-01-17 17:06:00,825.0 -42484,sell_compound_top3,sell,2026-01-17 17:09:00,824.0 -42485,sell_compound_top3,sell,2026-01-17 22:42:00,823.0 -42486,sell_compound_top3,sell,2026-01-18 00:06:00,834.0 -42487,sell_compound_top3,sell,2026-01-18 00:09:00,834.0 -42488,sell_compound_top3,sell,2026-01-18 00:12:00,833.0 -42489,sell_compound_top3,sell,2026-01-18 23:27:00,803.0 -42490,sell_compound_top3,sell,2026-01-19 01:21:00,804.0 -42491,sell_compound_top3,sell,2026-01-19 01:24:00,805.0 -42492,sell_compound_top3,sell,2026-01-19 03:45:00,806.0 -42493,sell_compound_top3,sell,2026-01-19 03:48:00,806.0 -42494,sell_compound_top3,sell,2026-01-19 03:51:00,806.0 -42495,sell_compound_top3,sell,2026-01-19 03:54:00,806.0 -42496,sell_compound_top3,sell,2026-01-19 03:57:00,805.0 -42497,sell_compound_top3,sell,2026-01-19 05:30:00,805.0 -42498,sell_compound_top3,sell,2026-01-19 05:33:00,805.0 -42499,sell_compound_top3,sell,2026-01-19 12:51:00,731.0 -42500,sell_compound_top3,sell,2026-01-19 12:54:00,731.0 -42501,sell_compound_top3,sell,2026-01-19 16:36:00,734.0 -42502,sell_compound_top3,sell,2026-01-19 16:39:00,733.0 -42503,sell_compound_top3,sell,2026-01-19 19:51:00,733.0 -42504,sell_compound_top3,sell,2026-01-19 19:54:00,734.0 -42505,sell_compound_top3,sell,2026-01-19 19:57:00,734.0 -42506,sell_compound_top3,sell,2026-01-19 20:12:00,733.0 -42507,sell_compound_top3,sell,2026-01-19 20:36:00,735.0 -42508,sell_compound_top3,sell,2026-01-19 20:39:00,737.0 -42509,sell_compound_top3,sell,2026-01-19 21:45:00,738.0 -42510,sell_compound_top3,sell,2026-01-19 21:48:00,738.0 -42511,sell_compound_top3,sell,2026-01-19 22:06:00,737.0 -42512,sell_compound_top3,sell,2026-01-19 22:09:00,739.0 -42513,sell_compound_top3,sell,2026-01-19 22:15:00,741.0 -42514,sell_compound_top3,sell,2026-01-19 22:18:00,741.0 -42515,sell_compound_top3,sell,2026-01-20 01:30:00,740.0 -42516,sell_compound_top3,sell,2026-01-20 01:33:00,738.0 -42517,sell_compound_top3,sell,2026-01-20 01:36:00,739.0 -42518,sell_compound_top3,sell,2026-01-20 01:39:00,740.0 -42519,sell_compound_top3,sell,2026-01-20 02:00:00,744.0 -42520,sell_compound_top3,sell,2026-01-20 02:03:00,742.0 -42521,sell_compound_top3,sell,2026-01-20 02:06:00,743.0 -42522,sell_compound_top3,sell,2026-01-20 02:09:00,743.0 -42523,sell_compound_top3,sell,2026-01-20 02:12:00,744.0 -42524,sell_compound_top3,sell,2026-01-20 02:15:00,745.0 -42525,sell_compound_top3,sell,2026-01-20 02:18:00,747.0 -42526,sell_compound_top3,sell,2026-01-20 02:21:00,746.0 -42527,sell_compound_top3,sell,2026-01-20 02:24:00,745.0 -42528,sell_compound_top3,sell,2026-01-20 02:27:00,746.0 -42529,sell_compound_top3,sell,2026-01-20 03:21:00,746.0 -42530,sell_compound_top3,sell,2026-01-20 03:24:00,746.0 -42531,sell_compound_top3,sell,2026-01-20 04:15:00,750.0 -42532,sell_compound_top3,sell,2026-01-20 04:18:00,753.0 -42533,sell_compound_top3,sell,2026-01-20 04:27:00,752.0 -42534,sell_compound_top3,sell,2026-01-21 05:51:00,707.0 -42535,sell_compound_top3,sell,2026-01-21 05:54:00,707.0 -42536,sell_compound_top3,sell,2026-01-21 10:00:00,712.0 -42537,sell_compound_top3,sell,2026-01-21 10:03:00,713.0 -42538,sell_compound_top3,sell,2026-01-21 10:06:00,713.0 -42539,sell_compound_top3,sell,2026-01-21 10:09:00,713.0 -42540,sell_compound_top3,sell,2026-01-21 10:12:00,716.0 -42541,sell_compound_top3,sell,2026-01-21 10:15:00,717.0 -42542,sell_compound_top3,sell,2026-01-21 10:18:00,717.0 -42543,sell_compound_top3,sell,2026-01-21 10:21:00,717.0 -42544,sell_compound_top3,sell,2026-01-21 10:24:00,716.0 -42545,sell_compound_top3,sell,2026-01-21 12:15:00,719.0 -42546,sell_compound_top3,sell,2026-01-21 12:18:00,718.0 -42547,sell_compound_top3,sell,2026-01-21 13:51:00,722.0 -42548,sell_compound_top3,sell,2026-01-21 13:54:00,720.0 -42549,sell_compound_top3,sell,2026-01-21 14:00:00,721.0 -42550,sell_compound_top3,sell,2026-01-21 14:03:00,722.0 -42551,sell_compound_top3,sell,2026-01-21 14:12:00,722.0 -42552,sell_compound_top3,sell,2026-01-21 14:51:00,721.0 -42553,sell_compound_top3,sell,2026-01-21 14:54:00,722.0 -42554,sell_compound_top3,sell,2026-01-21 23:30:00,717.0 -42555,sell_compound_top3,sell,2026-01-21 23:33:00,719.0 -42556,sell_compound_top3,sell,2026-01-21 23:36:00,716.0 -42557,sell_compound_top3,sell,2026-01-21 23:39:00,717.0 -42558,sell_compound_top3,sell,2026-01-21 23:42:00,718.0 -42559,sell_compound_top3,sell,2026-01-21 23:45:00,718.0 -42560,sell_compound_top3,sell,2026-01-21 23:48:00,719.0 -42561,sell_compound_top3,sell,2026-01-22 00:21:00,722.0 -42562,sell_compound_top3,sell,2026-01-22 00:24:00,722.0 -42563,sell_compound_top3,sell,2026-01-22 04:57:00,724.0 -42564,sell_compound_top3,sell,2026-01-22 05:00:00,723.0 -42565,sell_compound_top3,sell,2026-01-22 05:03:00,719.0 -42566,sell_compound_top3,sell,2026-01-22 10:30:00,718.0 -42567,sell_compound_top3,sell,2026-01-22 10:33:00,717.0 -42568,sell_compound_top3,sell,2026-01-22 10:36:00,717.0 -42569,sell_compound_top3,sell,2026-01-22 10:39:00,718.0 -42570,sell_compound_top3,sell,2026-01-22 10:42:00,718.0 -42571,sell_compound_top3,sell,2026-01-22 10:51:00,718.0 -42572,sell_compound_top3,sell,2026-01-22 10:54:00,718.0 -42573,sell_compound_top3,sell,2026-01-22 11:00:00,719.0 -42574,sell_compound_top3,sell,2026-01-22 11:03:00,720.0 -42575,sell_compound_top3,sell,2026-01-22 11:06:00,720.0 -42576,sell_compound_top3,sell,2026-01-22 11:09:00,719.0 -42577,sell_compound_top3,sell,2026-01-22 11:15:00,719.0 -42578,sell_compound_top3,sell,2026-01-22 11:18:00,719.0 -42579,sell_compound_top3,sell,2026-01-22 18:21:00,715.0 -42580,sell_compound_top3,sell,2026-01-22 18:24:00,714.0 -42581,sell_compound_top3,sell,2026-01-22 18:42:00,717.0 -42582,sell_compound_top3,sell,2026-01-22 18:51:00,716.0 -42583,sell_compound_top3,sell,2026-01-22 18:54:00,717.0 -42584,sell_compound_top3,sell,2026-01-23 02:12:00,705.0 -42585,sell_compound_top3,sell,2026-01-23 02:15:00,706.0 -42586,sell_compound_top3,sell,2026-01-23 02:18:00,705.0 -42587,sell_compound_top3,sell,2026-01-23 02:54:00,706.0 -42588,sell_compound_top3,sell,2026-01-23 02:57:00,706.0 -42589,sell_compound_top3,sell,2026-01-23 03:24:00,704.0 -42590,sell_compound_top3,sell,2026-01-23 09:21:00,703.0 -42591,sell_compound_top3,sell,2026-01-23 09:24:00,703.0 -42592,sell_compound_top3,sell,2026-01-23 09:27:00,704.0 -42593,sell_compound_top3,sell,2026-01-23 10:12:00,704.0 -42594,sell_compound_top3,sell,2026-01-23 10:51:00,706.0 -42595,sell_compound_top3,sell,2026-01-23 10:54:00,708.0 -42596,sell_compound_top3,sell,2026-01-23 11:00:00,708.0 -42597,sell_compound_top3,sell,2026-01-23 11:03:00,708.0 -42598,sell_compound_top3,sell,2026-01-23 11:06:00,708.0 -42599,sell_compound_top3,sell,2026-01-23 11:09:00,707.0 -42600,sell_compound_top3,sell,2026-01-23 11:12:00,708.0 -42601,sell_compound_top3,sell,2026-01-23 12:36:00,711.0 -42602,sell_compound_top3,sell,2026-01-23 12:39:00,711.0 -42603,sell_compound_top3,sell,2026-01-23 12:42:00,711.0 -42604,sell_compound_top3,sell,2026-01-23 13:30:00,715.0 -42605,sell_compound_top3,sell,2026-01-23 13:33:00,714.0 -42606,sell_compound_top3,sell,2026-01-23 13:36:00,715.0 -42607,sell_compound_top3,sell,2026-01-23 13:39:00,714.0 -42608,sell_compound_top3,sell,2026-01-23 13:42:00,714.0 -42609,sell_compound_top3,sell,2026-01-23 13:51:00,716.0 -42610,sell_compound_top3,sell,2026-01-23 13:54:00,716.0 -42611,sell_compound_top3,sell,2026-01-23 13:57:00,716.0 -42612,sell_compound_top3,sell,2026-01-23 20:51:00,705.0 -42613,sell_compound_top3,sell,2026-01-23 20:54:00,705.0 -42614,sell_compound_top3,sell,2026-01-24 01:42:00,707.0 -42615,sell_compound_top3,sell,2026-01-24 01:45:00,708.0 -42616,sell_compound_top3,sell,2026-01-24 01:48:00,708.0 -42617,sell_compound_top3,sell,2026-01-24 01:51:00,709.0 -42618,sell_compound_top3,sell,2026-01-24 01:54:00,707.0 -42619,sell_compound_top3,sell,2026-01-24 02:45:00,713.0 -42620,sell_compound_top3,sell,2026-01-24 02:48:00,713.0 -42621,sell_compound_top3,sell,2026-01-24 11:12:00,693.0 -42622,sell_compound_top3,sell,2026-01-24 11:15:00,692.0 -42623,sell_compound_top3,sell,2026-01-24 11:18:00,693.0 -42624,sell_compound_top3,sell,2026-01-24 11:21:00,692.0 -42625,sell_compound_top3,sell,2026-01-24 11:24:00,692.0 -42626,sell_compound_top3,sell,2026-01-24 11:42:00,693.0 -42627,sell_compound_top3,sell,2026-01-24 12:06:00,695.0 -42628,sell_compound_top3,sell,2026-01-24 12:09:00,696.0 -42629,sell_compound_top3,sell,2026-01-24 12:45:00,700.0 -42630,sell_compound_top3,sell,2026-01-24 12:48:00,700.0 -42631,sell_compound_top3,sell,2026-01-24 12:51:00,698.0 -42632,sell_compound_top3,sell,2026-01-24 12:54:00,700.0 -42633,sell_compound_top3,sell,2026-01-24 18:00:00,699.0 -42634,sell_compound_top3,sell,2026-01-24 18:03:00,698.0 -42635,sell_compound_top3,sell,2026-01-24 19:51:00,699.0 -42636,sell_compound_top3,sell,2026-01-24 19:54:00,699.0 -42637,sell_compound_top3,sell,2026-01-24 20:00:00,699.0 -42638,sell_compound_top3,sell,2026-01-24 20:03:00,700.0 -42639,sell_compound_top3,sell,2026-01-24 20:12:00,700.0 -42640,sell_compound_top3,sell,2026-01-24 20:15:00,700.0 -42641,sell_compound_top3,sell,2026-01-24 20:18:00,700.0 -42642,sell_compound_top3,sell,2026-01-24 20:21:00,700.0 -42643,sell_compound_top3,sell,2026-01-24 20:24:00,700.0 -42644,sell_compound_top3,sell,2026-01-24 20:30:00,701.0 -42645,sell_compound_top3,sell,2026-01-24 20:33:00,702.0 -42646,sell_compound_top3,sell,2026-01-24 20:36:00,701.0 -42647,sell_compound_top3,sell,2026-01-24 20:39:00,702.0 -42648,sell_compound_top3,sell,2026-01-24 20:42:00,701.0 -42649,sell_compound_top3,sell,2026-01-24 20:45:00,701.0 -42650,sell_compound_top3,sell,2026-01-24 20:48:00,701.0 -42651,sell_compound_top3,sell,2026-01-24 21:12:00,703.0 -42652,sell_compound_top3,sell,2026-01-24 21:21:00,703.0 -42653,sell_compound_top3,sell,2026-01-24 21:24:00,703.0 -42654,sell_compound_top3,sell,2026-01-24 21:27:00,702.0 -42655,sell_compound_top3,sell,2026-01-24 21:30:00,703.0 -42656,sell_compound_top3,sell,2026-01-24 21:33:00,703.0 -42657,sell_compound_top3,sell,2026-01-24 22:00:00,703.0 -42658,sell_compound_top3,sell,2026-01-24 22:03:00,703.0 -42659,sell_compound_top3,sell,2026-01-25 03:42:00,698.0 -42660,sell_compound_top3,sell,2026-01-25 03:51:00,698.0 -42661,sell_compound_top3,sell,2026-01-25 03:54:00,696.0 -42662,sell_compound_top3,sell,2026-01-25 05:21:00,698.0 -42663,sell_compound_top3,sell,2026-01-25 05:24:00,698.0 -42664,sell_compound_top3,sell,2026-01-25 15:00:00,693.0 -42665,sell_compound_top3,sell,2026-01-25 15:03:00,694.0 -42666,sell_compound_top3,sell,2026-01-25 15:27:00,693.0 -42667,sell_compound_top3,sell,2026-01-25 15:30:00,693.0 -42668,sell_compound_top3,sell,2026-01-25 15:33:00,694.0 -42669,sell_compound_top3,sell,2026-01-25 15:36:00,694.0 -42670,sell_compound_top3,sell,2026-01-25 15:39:00,693.0 -42671,sell_compound_top3,sell,2026-01-25 18:45:00,693.0 -42672,sell_compound_top3,sell,2026-01-25 18:48:00,694.0 -42673,sell_compound_top3,sell,2026-01-25 18:51:00,692.0 -42674,sell_compound_top3,sell,2026-01-25 18:54:00,692.0 -42675,sell_compound_top3,sell,2026-01-25 19:21:00,694.0 -42676,sell_compound_top3,sell,2026-01-25 19:24:00,696.0 -42677,sell_compound_top3,sell,2026-01-25 19:27:00,696.0 -42678,sell_compound_top3,sell,2026-01-25 19:42:00,698.0 -42679,sell_compound_top3,sell,2026-01-25 19:45:00,697.0 -42680,sell_compound_top3,sell,2026-01-25 19:48:00,697.0 -42681,sell_compound_top3,sell,2026-01-26 08:51:00,657.0 -42682,sell_compound_top3,sell,2026-01-26 08:54:00,656.0 -42683,sell_compound_top3,sell,2026-01-26 09:12:00,657.0 -42684,sell_compound_top3,sell,2026-01-26 09:15:00,657.0 -42685,sell_compound_top3,sell,2026-01-26 09:18:00,659.0 -42686,sell_compound_top3,sell,2026-01-26 10:00:00,659.0 -42687,sell_compound_top3,sell,2026-01-26 10:03:00,662.0 -42688,sell_compound_top3,sell,2026-01-26 10:27:00,666.0 -42689,sell_compound_top3,sell,2026-01-26 10:30:00,668.0 -42690,sell_compound_top3,sell,2026-01-26 10:33:00,669.0 -42691,sell_compound_top3,sell,2026-01-26 10:36:00,669.0 -42692,sell_compound_top3,sell,2026-01-26 10:39:00,669.0 -42693,sell_compound_top3,sell,2026-01-26 10:42:00,669.0 -42694,sell_compound_top3,sell,2026-01-26 10:45:00,670.0 -42695,sell_compound_top3,sell,2026-01-26 10:48:00,670.0 -42696,sell_compound_top3,sell,2026-01-26 16:06:00,667.0 -42697,sell_compound_top3,sell,2026-01-26 16:09:00,667.0 -42698,sell_compound_top3,sell,2026-01-26 16:12:00,668.0 -42699,sell_compound_top3,sell,2026-01-26 16:21:00,668.0 -42700,sell_compound_top3,sell,2026-01-26 16:24:00,668.0 -42701,sell_compound_top3,sell,2026-01-26 17:36:00,670.0 -42702,sell_compound_top3,sell,2026-01-26 17:39:00,670.0 -42703,sell_compound_top3,sell,2026-01-26 21:12:00,667.0 -42704,sell_compound_top3,sell,2026-01-26 22:00:00,669.0 -42705,sell_compound_top3,sell,2026-01-26 22:03:00,670.0 -42706,sell_compound_top3,sell,2026-01-26 22:06:00,670.0 -42707,sell_compound_top3,sell,2026-01-26 22:09:00,669.0 -42708,sell_compound_top3,sell,2026-01-26 22:12:00,668.0 -42709,sell_compound_top3,sell,2026-01-26 22:42:00,674.0 -42710,sell_compound_top3,sell,2026-01-26 22:45:00,674.0 -42711,sell_compound_top3,sell,2026-01-26 22:48:00,675.0 -42712,sell_compound_top3,sell,2026-01-26 23:51:00,675.0 -42713,sell_compound_top3,sell,2026-01-26 23:54:00,675.0 -42714,sell_compound_top3,sell,2026-01-27 00:06:00,678.0 -42715,sell_compound_top3,sell,2026-01-27 00:09:00,678.0 -42716,sell_compound_top3,sell,2026-01-27 00:27:00,681.0 -42717,sell_compound_top3,sell,2026-01-27 03:42:00,678.0 -42718,sell_compound_top3,sell,2026-01-27 04:00:00,680.0 -42719,sell_compound_top3,sell,2026-01-27 04:03:00,681.0 -42720,sell_compound_top3,sell,2026-01-27 10:51:00,675.0 -42721,sell_compound_top3,sell,2026-01-27 10:54:00,674.0 -42722,sell_compound_top3,sell,2026-01-27 20:30:00,668.0 -42723,sell_compound_top3,sell,2026-01-27 20:33:00,668.0 -42724,sell_compound_top3,sell,2026-01-28 00:57:00,670.0 -42725,sell_compound_top3,sell,2026-01-28 01:27:00,676.0 -42726,sell_compound_top3,sell,2026-01-28 01:42:00,680.0 -42727,sell_compound_top3,sell,2026-01-28 01:45:00,681.0 -42728,sell_compound_top3,sell,2026-01-28 01:48:00,680.0 -42729,sell_compound_top3,sell,2026-01-28 05:12:00,675.0 -42730,sell_compound_top3,sell,2026-01-28 05:15:00,675.0 -42731,sell_compound_top3,sell,2026-01-28 05:18:00,676.0 -42732,sell_compound_top3,sell,2026-01-28 05:36:00,681.0 -42733,sell_compound_top3,sell,2026-01-28 05:39:00,678.0 -42734,sell_compound_top3,sell,2026-01-28 05:51:00,679.0 -42735,sell_compound_top3,sell,2026-01-28 05:54:00,679.0 -42736,sell_compound_top3,sell,2026-01-28 05:57:00,680.0 -42737,sell_compound_top3,sell,2026-01-28 16:00:00,670.0 -42738,sell_compound_top3,sell,2026-01-28 16:03:00,670.0 -42739,sell_compound_top3,sell,2026-01-28 19:00:00,673.0 -42740,sell_compound_top3,sell,2026-01-28 19:03:00,673.0 -42741,sell_compound_top3,sell,2026-01-29 05:21:00,667.0 -42742,sell_compound_top3,sell,2026-01-29 05:24:00,668.0 -42743,sell_compound_top3,sell,2026-01-29 06:21:00,734.0 -42744,sell_compound_top3,sell,2026-01-29 06:24:00,732.0 -42745,sell_compound_top3,sell,2026-01-29 06:27:00,739.0 -42746,sell_compound_top3,sell,2026-01-29 06:30:00,754.0 -42747,sell_compound_top3,sell,2026-01-29 06:33:00,754.0 -42748,sell_compound_top3,sell,2026-01-29 06:36:00,763.0 -42749,sell_compound_top3,sell,2026-01-29 06:39:00,779.0 -42750,sell_compound_top3,sell,2026-01-29 06:42:00,787.0 -42751,sell_compound_top3,sell,2026-01-29 06:45:00,779.0 -42752,sell_compound_top3,sell,2026-01-29 06:48:00,798.0 -42753,sell_compound_top3,sell,2026-01-29 06:51:00,806.0 -42754,sell_compound_top3,sell,2026-01-29 06:54:00,806.0 -42755,sell_compound_top3,sell,2026-01-29 06:57:00,782.0 -42756,sell_compound_top3,sell,2026-01-29 07:30:00,850.0 -42757,sell_compound_top3,sell,2026-01-29 07:33:00,872.0 -42758,sell_compound_top3,sell,2026-01-29 07:57:00,907.0 -42759,sell_compound_top3,sell,2026-01-29 08:00:00,912.0 -42760,sell_compound_top3,sell,2026-01-29 08:03:00,923.0 -42761,sell_compound_top3,sell,2026-01-30 01:06:00,719.0 -42762,sell_compound_top3,sell,2026-01-30 01:09:00,721.0 -42763,sell_compound_top3,sell,2026-01-30 01:12:00,726.0 -42764,sell_compound_top3,sell,2026-01-30 07:15:00,704.0 -42765,sell_compound_top3,sell,2026-01-30 07:18:00,705.0 -42766,sell_compound_top3,sell,2026-01-30 07:21:00,703.0 -42767,sell_compound_top3,sell,2026-01-30 07:24:00,702.0 -42768,sell_compound_top3,sell,2026-01-30 07:51:00,705.0 -42769,sell_compound_top3,sell,2026-01-30 07:54:00,708.0 -42770,sell_compound_top3,sell,2026-01-30 07:57:00,708.0 -42771,sell_compound_top3,sell,2026-01-30 13:51:00,691.0 -42772,sell_compound_top3,sell,2026-01-30 13:54:00,689.0 -42773,sell_compound_top3,sell,2026-01-30 13:57:00,687.0 -42774,sell_compound_top3,sell,2026-01-30 19:51:00,677.0 -42775,sell_compound_top3,sell,2026-01-30 19:54:00,678.0 -42776,sell_compound_top3,sell,2026-01-30 19:57:00,678.0 -42777,sell_compound_top3,sell,2026-01-30 20:12:00,679.0 -42778,sell_compound_top3,sell,2026-01-30 20:30:00,684.0 -42779,sell_compound_top3,sell,2026-01-30 20:33:00,685.0 -42780,sell_compound_top3,sell,2026-01-30 20:36:00,683.0 -42781,sell_compound_top3,sell,2026-01-30 20:39:00,683.0 -42782,sell_compound_top3,sell,2026-01-30 20:42:00,685.0 -42783,sell_compound_top3,sell,2026-01-30 21:00:00,686.0 -42784,sell_compound_top3,sell,2026-01-30 21:03:00,687.0 -42785,sell_compound_top3,sell,2026-01-30 22:21:00,686.0 -42786,sell_compound_top3,sell,2026-01-30 22:24:00,684.0 -42787,sell_compound_top3,sell,2026-01-30 23:42:00,688.0 -42788,sell_compound_top3,sell,2026-01-30 23:45:00,689.0 -42789,sell_compound_top3,sell,2026-01-30 23:48:00,688.0 -42790,sell_compound_top3,sell,2026-01-31 01:45:00,695.0 -42791,sell_compound_top3,sell,2026-01-31 01:48:00,693.0 -42792,sell_compound_top3,sell,2026-01-31 02:21:00,694.0 -42793,sell_compound_top3,sell,2026-01-31 02:24:00,697.0 -42794,sell_compound_top3,sell,2026-01-31 02:30:00,698.0 -42795,sell_compound_top3,sell,2026-01-31 02:33:00,695.0 -42796,sell_compound_top3,sell,2026-01-31 02:45:00,698.0 -42797,sell_compound_top3,sell,2026-01-31 02:48:00,696.0 -42798,sell_compound_top3,sell,2026-01-31 03:51:00,699.0 -42799,sell_compound_top3,sell,2026-01-31 03:54:00,698.0 -42800,sell_compound_top3,sell,2026-01-31 03:57:00,703.0 -42801,sell_compound_top3,sell,2026-01-31 04:00:00,702.0 -42802,sell_compound_top3,sell,2026-01-31 04:03:00,702.0 -42803,sell_compound_top3,sell,2026-01-31 04:06:00,704.0 -42804,sell_compound_top3,sell,2026-01-31 04:09:00,704.0 -42805,sell_compound_top3,sell,2026-01-31 04:12:00,701.0 -42806,sell_compound_top3,sell,2026-01-31 04:15:00,704.0 -42807,sell_compound_top3,sell,2026-01-31 04:18:00,705.0 -42808,sell_compound_top3,sell,2026-01-31 04:21:00,706.0 -42809,sell_compound_top3,sell,2026-01-31 04:24:00,706.0 -42810,sell_compound_top3,sell,2026-01-31 04:27:00,709.0 -42811,sell_compound_top3,sell,2026-01-31 04:30:00,707.0 -42812,sell_compound_top3,sell,2026-01-31 04:33:00,706.0 -42813,sell_compound_top3,sell,2026-01-31 04:36:00,708.0 -42814,sell_compound_top3,sell,2026-01-31 04:39:00,709.0 -42815,sell_compound_top3,sell,2026-01-31 06:51:00,711.0 -42816,sell_compound_top3,sell,2026-01-31 06:54:00,711.0 -42817,sell_compound_top3,sell,2026-01-31 06:57:00,711.0 -42818,sell_compound_top3,sell,2026-02-01 06:06:00,603.0 -42819,sell_compound_top3,sell,2026-02-01 06:09:00,606.0 -42820,sell_compound_top3,sell,2026-02-01 06:27:00,612.0 -42821,sell_compound_top3,sell,2026-02-01 06:30:00,614.0 -42822,sell_compound_top3,sell,2026-02-01 06:33:00,611.0 -42823,sell_compound_top3,sell,2026-02-01 06:36:00,616.0 -42824,sell_compound_top3,sell,2026-02-01 06:39:00,617.0 -42825,sell_compound_top3,sell,2026-02-01 06:42:00,619.0 -42826,sell_compound_top3,sell,2026-02-01 06:45:00,617.0 -42827,sell_compound_top3,sell,2026-02-01 06:48:00,617.0 -42828,sell_compound_top3,sell,2026-02-01 06:51:00,617.0 -42829,sell_compound_top3,sell,2026-02-01 06:54:00,617.0 -42830,sell_compound_top3,sell,2026-02-01 08:30:00,620.0 -42831,sell_compound_top3,sell,2026-02-01 08:33:00,617.0 -42832,sell_compound_top3,sell,2026-02-01 08:36:00,619.0 -42833,sell_compound_top3,sell,2026-02-01 08:39:00,617.0 -42834,sell_compound_top3,sell,2026-02-01 09:12:00,623.0 -42835,sell_compound_top3,sell,2026-02-01 09:15:00,621.0 -42836,sell_compound_top3,sell,2026-02-01 09:18:00,621.0 -42837,sell_compound_top3,sell,2026-02-01 19:12:00,611.0 -42838,sell_compound_top3,sell,2026-02-02 03:30:00,590.0 -42839,sell_compound_top3,sell,2026-02-02 03:33:00,589.0 -42840,sell_compound_top3,sell,2026-02-02 09:36:00,591.0 -42841,sell_compound_top3,sell,2026-02-02 09:39:00,595.0 -42842,sell_compound_top3,sell,2026-02-02 09:42:00,592.0 -42843,sell_compound_top3,sell,2026-02-02 09:45:00,593.0 -42844,sell_compound_top3,sell,2026-02-02 09:48:00,593.0 -42845,sell_compound_top3,sell,2026-02-02 09:51:00,593.0 -42846,sell_compound_top3,sell,2026-02-02 09:54:00,592.0 -42847,sell_compound_top3,sell,2026-02-02 10:27:00,599.0 -42848,sell_compound_top3,sell,2026-02-02 10:30:00,600.0 -42849,sell_compound_top3,sell,2026-02-02 10:33:00,599.0 -42850,sell_compound_top3,sell,2026-02-02 10:36:00,599.0 -42851,sell_compound_top3,sell,2026-02-02 10:39:00,597.0 -42852,sell_compound_top3,sell,2026-02-02 10:42:00,597.0 -42853,sell_compound_top3,sell,2026-02-02 21:42:00,596.0 -42854,sell_compound_top3,sell,2026-02-02 22:27:00,599.0 -42855,sell_compound_top3,sell,2026-02-02 22:30:00,598.0 -42856,sell_compound_top3,sell,2026-02-02 22:33:00,597.0 -42857,sell_compound_top3,sell,2026-02-02 22:36:00,598.0 -42858,sell_compound_top3,sell,2026-02-02 22:39:00,598.0 -42859,sell_compound_top3,sell,2026-02-02 22:42:00,599.0 -42860,sell_compound_top3,sell,2026-02-03 00:30:00,601.0 -42861,sell_compound_top3,sell,2026-02-03 00:33:00,603.0 -42862,sell_compound_top3,sell,2026-02-03 00:57:00,605.0 -42863,sell_compound_top3,sell,2026-02-03 01:00:00,607.0 -42864,sell_compound_top3,sell,2026-02-03 01:03:00,605.0 -42865,sell_compound_top3,sell,2026-02-03 07:12:00,595.0 -42866,sell_compound_top3,sell,2026-02-03 07:36:00,596.0 -42867,sell_compound_top3,sell,2026-02-03 07:39:00,596.0 -42868,sell_compound_top3,sell,2026-02-03 07:45:00,596.0 -42869,sell_compound_top3,sell,2026-02-03 07:48:00,597.0 -42870,sell_compound_top3,sell,2026-02-03 07:51:00,596.0 -42871,sell_compound_top3,sell,2026-02-03 07:54:00,597.0 -42872,sell_compound_top3,sell,2026-02-03 07:57:00,596.0 -42873,sell_compound_top3,sell,2026-02-03 08:30:00,602.0 -42874,sell_compound_top3,sell,2026-02-03 08:33:00,603.0 -42875,sell_compound_top3,sell,2026-02-03 08:51:00,610.0 -42876,sell_compound_top3,sell,2026-02-03 08:54:00,608.0 -42877,sell_compound_top3,sell,2026-02-03 08:57:00,609.0 -42878,sell_compound_top3,sell,2026-02-03 09:27:00,610.0 -42879,sell_compound_top3,sell,2026-02-03 13:51:00,602.0 -42880,sell_compound_top3,sell,2026-02-03 13:54:00,601.0 -42881,sell_compound_top3,sell,2026-02-03 13:57:00,600.0 -42882,sell_compound_top3,sell,2026-02-03 17:36:00,602.0 -42883,sell_compound_top3,sell,2026-02-03 17:39:00,601.0 -42884,sell_compound_top3,sell,2026-02-03 20:51:00,599.0 -42885,sell_compound_top3,sell,2026-02-03 20:54:00,599.0 -42886,sell_compound_top3,sell,2026-02-03 21:12:00,600.0 -42887,sell_compound_top3,sell,2026-02-03 21:15:00,602.0 -42888,sell_compound_top3,sell,2026-02-03 21:18:00,602.0 -42889,sell_compound_top3,sell,2026-02-03 21:21:00,602.0 -42890,sell_compound_top3,sell,2026-02-03 21:24:00,603.0 -42891,sell_compound_top3,sell,2026-02-03 21:27:00,604.0 -42892,sell_compound_top3,sell,2026-02-03 21:30:00,604.0 -42893,sell_compound_top3,sell,2026-02-03 21:33:00,602.0 -42894,sell_compound_top3,sell,2026-02-03 21:42:00,602.0 -42895,sell_compound_top3,sell,2026-02-03 21:45:00,603.0 -42896,sell_compound_top3,sell,2026-02-03 21:48:00,605.0 -42897,sell_compound_top3,sell,2026-02-03 21:57:00,607.0 -42898,sell_compound_top3,sell,2026-02-03 22:12:00,605.0 -42899,sell_compound_top3,sell,2026-02-03 22:21:00,607.0 -42900,sell_compound_top3,sell,2026-02-03 22:24:00,606.0 -42901,sell_compound_top3,sell,2026-02-03 22:27:00,608.0 -42902,sell_compound_top3,sell,2026-02-03 22:30:00,609.0 -42903,sell_compound_top3,sell,2026-02-03 22:33:00,606.0 -42904,sell_compound_top3,sell,2026-02-04 00:51:00,616.0 -42905,sell_compound_top3,sell,2026-02-04 00:54:00,614.0 -42906,sell_compound_top3,sell,2026-02-04 00:57:00,614.0 -42907,sell_compound_top3,sell,2026-02-04 04:36:00,628.0 -42908,sell_compound_top3,sell,2026-02-04 04:39:00,626.0 -42909,sell_compound_top3,sell,2026-02-04 04:42:00,625.0 -42910,sell_compound_top3,sell,2026-02-04 06:06:00,630.0 -42911,sell_compound_top3,sell,2026-02-04 06:09:00,626.0 -42912,sell_compound_top3,sell,2026-02-04 06:12:00,625.0 -42913,sell_compound_top3,sell,2026-02-04 10:15:00,615.0 -42914,sell_compound_top3,sell,2026-02-04 10:18:00,616.0 -42915,sell_compound_top3,sell,2026-02-04 10:21:00,615.0 -42916,sell_compound_top3,sell,2026-02-04 10:24:00,614.0 -42917,sell_compound_top3,sell,2026-02-04 10:27:00,614.0 -42918,sell_compound_top3,sell,2026-02-04 10:30:00,615.0 -42919,sell_compound_top3,sell,2026-02-04 10:33:00,613.0 -42920,sell_compound_top3,sell,2026-02-04 12:51:00,615.0 -42921,sell_compound_top3,sell,2026-02-04 12:54:00,615.0 -42922,sell_compound_top3,sell,2026-02-04 12:57:00,615.0 -42923,sell_compound_top3,sell,2026-02-04 13:12:00,616.0 -42924,sell_compound_top3,sell,2026-02-04 13:51:00,615.0 -42925,sell_compound_top3,sell,2026-02-04 13:54:00,615.0 -42926,sell_compound_top3,sell,2026-02-04 14:12:00,616.0 -42927,sell_compound_top3,sell,2026-02-05 03:51:00,604.0 -42928,sell_compound_top3,sell,2026-02-05 03:54:00,606.0 -42929,sell_compound_top3,sell,2026-02-05 03:57:00,604.0 -42930,sell_compound_top3,sell,2026-02-05 04:06:00,610.0 -42931,sell_compound_top3,sell,2026-02-05 04:09:00,609.0 -42932,sell_compound_top3,sell,2026-02-05 04:12:00,608.0 -42933,sell_compound_top3,sell,2026-02-05 04:15:00,608.0 -42934,sell_compound_top3,sell,2026-02-05 04:18:00,608.0 -42935,sell_compound_top3,sell,2026-02-05 05:00:00,610.0 -42936,sell_compound_top3,sell,2026-02-05 05:03:00,608.0 -42937,sell_compound_top3,sell,2026-02-05 10:12:00,607.0 -42938,sell_compound_top3,sell,2026-02-05 10:30:00,608.0 -42939,sell_compound_top3,sell,2026-02-05 10:33:00,607.0 -42940,sell_compound_top3,sell,2026-02-05 10:36:00,606.0 -42941,sell_compound_top3,sell,2026-02-05 10:39:00,606.0 -42942,sell_compound_top3,sell,2026-02-05 17:21:00,592.0 -42943,sell_compound_top3,sell,2026-02-05 17:24:00,591.0 -42944,sell_compound_top3,sell,2026-02-05 18:15:00,595.0 -42945,sell_compound_top3,sell,2026-02-05 18:18:00,597.0 -42946,sell_compound_top3,sell,2026-02-06 14:21:00,517.0 -42947,sell_compound_top3,sell,2026-02-06 14:24:00,517.0 -42948,sell_compound_top3,sell,2026-02-06 14:27:00,517.0 -42949,sell_compound_top3,sell,2026-02-06 14:42:00,523.0 -42950,sell_compound_top3,sell,2026-02-06 15:00:00,527.0 -42951,sell_compound_top3,sell,2026-02-06 15:03:00,530.0 -42952,sell_compound_top3,sell,2026-02-06 15:12:00,527.0 -42953,sell_compound_top3,sell,2026-02-06 18:57:00,535.0 -42954,sell_compound_top3,sell,2026-02-06 19:00:00,534.0 -42955,sell_compound_top3,sell,2026-02-06 19:03:00,534.0 -42956,sell_compound_top3,sell,2026-02-06 19:06:00,535.0 -42957,sell_compound_top3,sell,2026-02-06 19:09:00,535.0 -42958,sell_compound_top3,sell,2026-02-06 19:12:00,535.0 -42959,sell_compound_top3,sell,2026-02-06 19:15:00,536.0 -42960,sell_compound_top3,sell,2026-02-06 19:18:00,540.0 -42961,sell_compound_top3,sell,2026-02-06 19:21:00,544.0 -42962,sell_compound_top3,sell,2026-02-06 19:24:00,540.0 -42963,sell_compound_top3,sell,2026-02-06 19:27:00,541.0 -42964,sell_compound_top3,sell,2026-02-06 19:30:00,540.0 -42965,sell_compound_top3,sell,2026-02-06 19:33:00,541.0 -42966,sell_compound_top3,sell,2026-02-06 20:00:00,544.0 -42967,sell_compound_top3,sell,2026-02-06 20:03:00,544.0 -42968,sell_compound_top3,sell,2026-02-06 20:06:00,547.0 -42969,sell_compound_top3,sell,2026-02-06 20:09:00,547.0 -42970,sell_compound_top3,sell,2026-02-06 20:12:00,545.0 -42971,sell_compound_top3,sell,2026-02-06 20:15:00,546.0 -42972,sell_compound_top3,sell,2026-02-06 20:18:00,546.0 -42973,sell_compound_top3,sell,2026-02-06 20:21:00,546.0 -42974,sell_compound_top3,sell,2026-02-06 20:24:00,548.0 -42975,sell_compound_top3,sell,2026-02-06 20:27:00,546.0 -42976,sell_compound_top3,sell,2026-02-06 20:30:00,548.0 -42977,sell_compound_top3,sell,2026-02-06 20:33:00,548.0 -42978,sell_compound_top3,sell,2026-02-06 20:36:00,550.0 -42979,sell_compound_top3,sell,2026-02-06 20:39:00,548.0 -42980,sell_compound_top3,sell,2026-02-06 20:51:00,549.0 -42981,sell_compound_top3,sell,2026-02-06 20:54:00,550.0 -42982,sell_compound_top3,sell,2026-02-06 20:57:00,553.0 -42983,sell_compound_top3,sell,2026-02-06 21:51:00,556.0 -42984,sell_compound_top3,sell,2026-02-06 21:54:00,558.0 -42985,sell_compound_top3,sell,2026-02-06 22:21:00,567.0 -42986,sell_compound_top3,sell,2026-02-06 22:24:00,567.0 -42987,sell_compound_top3,sell,2026-02-06 22:36:00,574.0 -42988,sell_compound_top3,sell,2026-02-06 22:39:00,572.0 -42989,sell_compound_top3,sell,2026-02-06 22:57:00,575.0 -42990,sell_compound_top3,sell,2026-02-06 23:12:00,574.0 -42991,sell_compound_top3,sell,2026-02-06 23:15:00,576.0 -42992,sell_compound_top3,sell,2026-02-06 23:18:00,574.0 -42993,sell_compound_top3,sell,2026-02-07 00:00:00,591.0 -42994,sell_compound_top3,sell,2026-02-07 00:03:00,592.0 -42995,sell_compound_top3,sell,2026-02-07 00:12:00,592.0 -42996,sell_compound_top3,sell,2026-02-07 01:15:00,596.0 -42997,sell_compound_top3,sell,2026-02-07 01:18:00,593.0 -42998,sell_compound_top3,sell,2026-02-07 01:27:00,597.0 -42999,sell_compound_top3,sell,2026-02-07 01:30:00,597.0 -43000,sell_compound_top3,sell,2026-02-07 01:33:00,596.0 -43001,sell_compound_top3,sell,2026-02-07 01:36:00,599.0 -43002,sell_compound_top3,sell,2026-02-07 01:39:00,599.0 -43003,sell_compound_top3,sell,2026-02-07 01:42:00,597.0 -43004,sell_compound_top3,sell,2026-02-07 01:45:00,599.0 -43005,sell_compound_top3,sell,2026-02-07 01:48:00,598.0 -43006,sell_compound_top3,sell,2026-02-07 02:12:00,602.0 -43007,sell_compound_top3,sell,2026-02-07 02:15:00,603.0 -43008,sell_compound_top3,sell,2026-02-07 02:18:00,604.0 -43009,sell_compound_top3,sell,2026-02-07 02:27:00,606.0 -43010,sell_compound_top3,sell,2026-02-07 02:45:00,611.0 -43011,sell_compound_top3,sell,2026-02-07 02:48:00,611.0 -43012,sell_compound_top3,sell,2026-02-07 06:21:00,602.0 -43013,sell_compound_top3,sell,2026-02-07 06:24:00,603.0 -43014,sell_compound_top3,sell,2026-02-07 06:27:00,602.0 -43015,sell_compound_top3,sell,2026-02-07 07:42:00,605.0 -43016,sell_compound_top3,sell,2026-02-07 07:45:00,603.0 -43017,sell_compound_top3,sell,2026-02-07 07:48:00,602.0 -43018,sell_compound_top3,sell,2026-02-07 07:51:00,604.0 -43019,sell_compound_top3,sell,2026-02-07 07:54:00,605.0 -43020,sell_compound_top3,sell,2026-02-07 07:57:00,605.0 -43021,sell_compound_top3,sell,2026-02-07 08:00:00,605.0 -43022,sell_compound_top3,sell,2026-02-07 08:03:00,607.0 -43023,sell_compound_top3,sell,2026-02-07 08:06:00,607.0 -43024,sell_compound_top3,sell,2026-02-07 08:09:00,608.0 -43025,sell_compound_top3,sell,2026-02-07 08:12:00,606.0 -43026,sell_compound_top3,sell,2026-02-07 11:36:00,604.0 -43027,sell_compound_top3,sell,2026-02-07 11:39:00,603.0 -43028,sell_compound_top3,sell,2026-02-07 11:42:00,605.0 -43029,sell_compound_top3,sell,2026-02-07 11:45:00,607.0 -43030,sell_compound_top3,sell,2026-02-07 11:48:00,605.0 -43031,sell_compound_top3,sell,2026-02-07 11:51:00,605.0 -43032,sell_compound_top3,sell,2026-02-07 11:54:00,605.0 -43033,sell_compound_top3,sell,2026-02-07 12:12:00,616.0 -43034,sell_compound_top3,sell,2026-02-07 12:27:00,612.0 -43035,sell_compound_top3,sell,2026-02-07 13:27:00,617.0 -43036,sell_compound_top3,sell,2026-02-07 21:27:00,593.0 -43037,sell_compound_top3,sell,2026-02-07 21:30:00,593.0 -43038,sell_compound_top3,sell,2026-02-07 21:33:00,595.0 -43039,sell_compound_top3,sell,2026-02-07 21:36:00,595.0 -43040,sell_compound_top3,sell,2026-02-07 21:39:00,592.0 -43041,sell_compound_top3,sell,2026-02-08 00:42:00,588.0 -43042,sell_compound_top3,sell,2026-02-08 01:12:00,590.0 -43043,sell_compound_top3,sell,2026-02-08 02:42:00,590.0 -43044,sell_compound_top3,sell,2026-02-08 03:27:00,592.0 -43045,sell_compound_top3,sell,2026-02-08 03:45:00,595.0 -43046,sell_compound_top3,sell,2026-02-08 03:48:00,594.0 -43047,sell_compound_top3,sell,2026-02-08 03:51:00,595.0 -43048,sell_compound_top3,sell,2026-02-08 03:54:00,595.0 -43049,sell_compound_top3,sell,2026-02-08 13:33:00,588.0 -43050,sell_compound_top3,sell,2026-02-08 17:42:00,596.0 -43051,sell_compound_top3,sell,2026-02-08 17:45:00,596.0 -43052,sell_compound_top3,sell,2026-02-08 17:48:00,597.0 -43053,sell_compound_top3,sell,2026-02-08 17:57:00,597.0 -43054,sell_compound_top3,sell,2026-02-08 18:00:00,598.0 -43055,sell_compound_top3,sell,2026-02-08 18:03:00,597.0 -43056,sell_compound_top3,sell,2026-02-08 21:51:00,596.0 -43057,sell_compound_top3,sell,2026-02-08 21:54:00,596.0 -43058,sell_compound_top3,sell,2026-02-08 21:57:00,597.0 -43059,sell_compound_top3,sell,2026-02-08 22:00:00,597.0 -43060,sell_compound_top3,sell,2026-02-08 22:03:00,596.0 -43061,sell_compound_top3,sell,2026-02-08 23:00:00,599.0 -43062,sell_compound_top3,sell,2026-02-08 23:03:00,599.0 -43063,sell_compound_top3,sell,2026-02-09 08:15:00,583.0 -43064,sell_compound_top3,sell,2026-02-09 08:18:00,582.0 -43065,sell_compound_top3,sell,2026-02-09 11:45:00,579.0 -43066,sell_compound_top3,sell,2026-02-09 11:48:00,578.0 -43067,sell_compound_top3,sell,2026-02-09 13:00:00,584.0 -43068,sell_compound_top3,sell,2026-02-09 13:03:00,585.0 -43069,sell_compound_top3,sell,2026-02-09 13:06:00,584.0 -43070,sell_compound_top3,sell,2026-02-09 13:09:00,583.0 -43071,sell_compound_top3,sell,2026-02-09 21:42:00,567.0 -43072,sell_compound_top3,sell,2026-02-09 23:45:00,566.0 -43073,sell_compound_top3,sell,2026-02-09 23:48:00,567.0 -43074,sell_compound_top3,sell,2026-02-09 23:51:00,568.0 -43075,sell_compound_top3,sell,2026-02-09 23:54:00,566.0 -43076,sell_compound_top3,sell,2026-02-09 23:57:00,566.0 -43077,sell_compound_top3,sell,2026-02-10 00:12:00,568.0 -43078,sell_compound_top3,sell,2026-02-10 01:57:00,573.0 -43079,sell_compound_top3,sell,2026-02-10 02:00:00,572.0 -43080,sell_compound_top3,sell,2026-02-10 02:03:00,573.0 -43081,sell_compound_top3,sell,2026-02-10 02:57:00,577.0 -43082,sell_compound_top3,sell,2026-02-10 03:00:00,577.0 -43083,sell_compound_top3,sell,2026-02-10 03:03:00,577.0 -43084,sell_compound_top3,sell,2026-02-10 03:06:00,578.0 -43085,sell_compound_top3,sell,2026-02-10 03:09:00,575.0 -43086,sell_compound_top3,sell,2026-02-10 04:30:00,578.0 -43087,sell_compound_top3,sell,2026-02-10 04:33:00,579.0 -43088,sell_compound_top3,sell,2026-02-10 04:36:00,579.0 -43089,sell_compound_top3,sell,2026-02-10 04:39:00,577.0 -43090,sell_compound_top3,sell,2026-02-10 07:15:00,579.0 -43091,sell_compound_top3,sell,2026-02-10 07:18:00,578.0 -43092,sell_compound_top3,sell,2026-02-10 10:42:00,580.0 -43093,sell_compound_top3,sell,2026-02-10 10:51:00,579.0 -43094,sell_compound_top3,sell,2026-02-10 10:54:00,578.0 -43095,sell_compound_top3,sell,2026-02-10 17:51:00,569.0 -43096,sell_compound_top3,sell,2026-02-10 17:54:00,569.0 -43097,sell_compound_top3,sell,2026-02-10 17:57:00,569.0 -43098,sell_compound_top3,sell,2026-02-10 18:21:00,570.0 -43099,sell_compound_top3,sell,2026-02-10 18:24:00,571.0 -43100,sell_compound_top3,sell,2026-02-10 20:36:00,582.0 -43101,sell_compound_top3,sell,2026-02-10 20:39:00,582.0 -43102,sell_compound_top3,sell,2026-02-11 09:21:00,562.0 -43103,sell_compound_top3,sell,2026-02-11 09:24:00,563.0 -43104,sell_compound_top3,sell,2026-02-11 09:27:00,562.0 -43105,sell_compound_top3,sell,2026-02-11 09:30:00,563.0 -43106,sell_compound_top3,sell,2026-02-11 09:33:00,563.0 -43107,sell_compound_top3,sell,2026-02-11 09:36:00,563.0 -43108,sell_compound_top3,sell,2026-02-11 09:39:00,562.0 -43109,sell_compound_top3,sell,2026-02-11 10:51:00,564.0 -43110,sell_compound_top3,sell,2026-02-11 10:54:00,564.0 -43111,sell_compound_top3,sell,2026-02-11 10:57:00,564.0 -43112,sell_compound_top3,sell,2026-02-11 11:06:00,565.0 -43113,sell_compound_top3,sell,2026-02-11 11:09:00,565.0 -43114,sell_compound_top3,sell,2026-02-11 21:12:00,542.0 -43115,sell_compound_top3,sell,2026-02-11 21:15:00,543.0 -43116,sell_compound_top3,sell,2026-02-11 21:18:00,543.0 -43117,sell_compound_top3,sell,2026-02-11 21:21:00,545.0 -43118,sell_compound_top3,sell,2026-02-11 21:24:00,546.0 -43119,sell_compound_top3,sell,2026-02-11 21:30:00,545.0 -43120,sell_compound_top3,sell,2026-02-11 21:33:00,546.0 -43121,sell_compound_top3,sell,2026-02-11 21:36:00,545.0 -43122,sell_compound_top3,sell,2026-02-11 21:39:00,545.0 -43123,sell_compound_top3,sell,2026-02-11 22:45:00,546.0 -43124,sell_compound_top3,sell,2026-02-11 22:48:00,546.0 -43125,sell_compound_top3,sell,2026-02-11 22:51:00,546.0 -43126,sell_compound_top3,sell,2026-02-11 22:54:00,545.0 -43127,sell_compound_top3,sell,2026-02-11 23:21:00,554.0 -43128,sell_compound_top3,sell,2026-02-11 23:24:00,552.0 -43129,sell_compound_top3,sell,2026-02-12 06:45:00,548.0 -43130,sell_compound_top3,sell,2026-02-12 06:48:00,550.0 -43131,sell_compound_top3,sell,2026-02-12 06:51:00,549.0 -43132,sell_compound_top3,sell,2026-02-12 06:54:00,551.0 -43133,sell_compound_top3,sell,2026-02-12 06:57:00,550.0 -43134,sell_compound_top3,sell,2026-02-12 07:06:00,550.0 -43135,sell_compound_top3,sell,2026-02-12 07:09:00,552.0 -43136,sell_compound_top3,sell,2026-02-12 07:12:00,552.0 -43137,sell_compound_top3,sell,2026-02-12 07:15:00,552.0 -43138,sell_compound_top3,sell,2026-02-12 07:18:00,553.0 -43139,sell_compound_top3,sell,2026-02-12 10:36:00,550.0 -43140,sell_compound_top3,sell,2026-02-12 10:39:00,552.0 -43141,sell_compound_top3,sell,2026-02-12 10:42:00,551.0 -43142,sell_compound_top3,sell,2026-02-12 10:45:00,552.0 -43143,sell_compound_top3,sell,2026-02-12 10:48:00,551.0 -43144,sell_compound_top3,sell,2026-02-12 11:42:00,550.0 -43145,sell_compound_top3,sell,2026-02-12 11:45:00,552.0 -43146,sell_compound_top3,sell,2026-02-12 11:48:00,551.0 -43147,sell_compound_top3,sell,2026-02-12 11:51:00,552.0 -43148,sell_compound_top3,sell,2026-02-12 11:54:00,551.0 -43149,sell_compound_top3,sell,2026-02-12 12:00:00,552.0 -43150,sell_compound_top3,sell,2026-02-12 12:03:00,553.0 -43151,sell_compound_top3,sell,2026-02-12 12:06:00,553.0 -43152,sell_compound_top3,sell,2026-02-12 12:09:00,553.0 -43153,sell_compound_top3,sell,2026-02-12 12:42:00,553.0 -43154,sell_compound_top3,sell,2026-02-12 12:45:00,553.0 -43155,sell_compound_top3,sell,2026-02-12 12:48:00,554.0 -43156,sell_compound_top3,sell,2026-02-12 13:00:00,554.0 -43157,sell_compound_top3,sell,2026-02-12 13:03:00,553.0 -43158,sell_compound_top3,sell,2026-02-12 13:42:00,554.0 -43159,sell_compound_top3,sell,2026-02-12 14:42:00,555.0 -43160,sell_compound_top3,sell,2026-02-12 14:45:00,555.0 -43161,sell_compound_top3,sell,2026-02-12 14:48:00,555.0 -43162,sell_compound_top3,sell,2026-02-12 14:51:00,555.0 -43163,sell_compound_top3,sell,2026-02-12 14:54:00,555.0 -43164,sell_compound_top3,sell,2026-02-12 14:57:00,556.0 -43165,sell_compound_top3,sell,2026-02-12 15:00:00,556.0 -43166,sell_compound_top3,sell,2026-02-12 15:03:00,556.0 -43167,sell_compound_top3,sell,2026-02-12 15:21:00,558.0 -43168,sell_compound_top3,sell,2026-02-12 15:24:00,559.0 -43169,sell_compound_top3,sell,2026-02-12 15:36:00,562.0 -43170,sell_compound_top3,sell,2026-02-12 15:39:00,561.0 -43171,sell_compound_top3,sell,2026-02-12 15:42:00,562.0 -43172,sell_compound_top3,sell,2026-02-12 15:45:00,562.0 -43173,sell_compound_top3,sell,2026-02-12 15:48:00,562.0 -43174,sell_compound_top3,sell,2026-02-12 16:30:00,563.0 -43175,sell_compound_top3,sell,2026-02-12 16:33:00,563.0 -43176,sell_compound_top3,sell,2026-02-12 16:36:00,564.0 -43177,sell_compound_top3,sell,2026-02-12 16:39:00,564.0 -43178,sell_compound_top3,sell,2026-02-12 16:42:00,564.0 -43179,sell_compound_top3,sell,2026-02-12 17:06:00,563.0 -43180,sell_compound_top3,sell,2026-02-12 17:09:00,565.0 -43181,sell_compound_top3,sell,2026-02-12 18:00:00,565.0 -43182,sell_compound_top3,sell,2026-02-12 18:03:00,563.0 -43183,sell_compound_top3,sell,2026-02-12 18:06:00,565.0 -43184,sell_compound_top3,sell,2026-02-12 18:09:00,564.0 -43185,sell_compound_top3,sell,2026-02-12 18:51:00,569.0 -43186,sell_compound_top3,sell,2026-02-12 18:54:00,572.0 -43187,sell_compound_top3,sell,2026-02-12 18:57:00,572.0 -43188,sell_compound_top3,sell,2026-02-12 19:00:00,571.0 -43189,sell_compound_top3,sell,2026-02-12 19:03:00,574.0 -43190,sell_compound_top3,sell,2026-02-12 19:12:00,571.0 -43191,sell_compound_top3,sell,2026-02-12 20:06:00,576.0 -43192,sell_compound_top3,sell,2026-02-12 20:09:00,575.0 -43193,sell_compound_top3,sell,2026-02-13 04:42:00,561.0 -43194,sell_compound_top3,sell,2026-02-13 08:06:00,561.0 -43195,sell_compound_top3,sell,2026-02-13 08:09:00,562.0 -43196,sell_compound_top3,sell,2026-02-13 08:15:00,562.0 -43197,sell_compound_top3,sell,2026-02-13 08:18:00,561.0 -43198,sell_compound_top3,sell,2026-02-13 08:21:00,561.0 -43199,sell_compound_top3,sell,2026-02-13 08:24:00,561.0 -43200,sell_compound_top3,sell,2026-02-13 08:27:00,562.0 -43201,sell_compound_top3,sell,2026-02-13 16:12:00,561.0 -43202,sell_compound_top3,sell,2026-02-13 16:27:00,561.0 -43203,sell_compound_top3,sell,2026-02-13 16:30:00,561.0 -43204,sell_compound_top3,sell,2026-02-13 16:33:00,561.0 -43205,sell_compound_top3,sell,2026-02-13 17:21:00,562.0 -43206,sell_compound_top3,sell,2026-02-13 17:24:00,563.0 -43207,sell_compound_top3,sell,2026-02-13 17:57:00,568.0 -43208,sell_compound_top3,sell,2026-02-13 23:30:00,567.0 -43209,sell_compound_top3,sell,2026-02-13 23:33:00,568.0 -43210,sell_compound_top3,sell,2026-02-13 23:42:00,565.0 -43211,sell_compound_top3,sell,2026-02-14 00:00:00,571.0 -43212,sell_compound_top3,sell,2026-02-14 00:03:00,573.0 -43213,sell_compound_top3,sell,2026-02-14 00:06:00,570.0 -43214,sell_compound_top3,sell,2026-02-14 00:09:00,573.0 -43215,sell_compound_top3,sell,2026-02-14 00:21:00,577.0 -43216,sell_compound_top3,sell,2026-02-14 00:24:00,577.0 -43217,sell_compound_top3,sell,2026-02-14 00:27:00,579.0 -43218,sell_compound_top3,sell,2026-02-14 01:12:00,578.0 -43219,sell_compound_top3,sell,2026-02-14 06:15:00,582.0 -43220,sell_compound_top3,sell,2026-02-14 06:18:00,583.0 -43221,sell_compound_top3,sell,2026-02-14 06:21:00,581.0 -43222,sell_compound_top3,sell,2026-02-14 06:24:00,581.0 -43223,sell_compound_top3,sell,2026-02-14 10:00:00,584.0 -43224,sell_compound_top3,sell,2026-02-14 10:03:00,583.0 -43225,sell_compound_top3,sell,2026-02-14 10:15:00,584.0 -43226,sell_compound_top3,sell,2026-02-14 10:18:00,584.0 -43227,sell_compound_top3,sell,2026-02-14 10:21:00,585.0 -43228,sell_compound_top3,sell,2026-02-14 10:24:00,583.0 -43229,sell_compound_top3,sell,2026-02-14 10:30:00,585.0 -43230,sell_compound_top3,sell,2026-02-14 10:33:00,586.0 -43231,sell_compound_top3,sell,2026-02-14 10:36:00,587.0 -43232,sell_compound_top3,sell,2026-02-14 10:39:00,587.0 -43233,sell_compound_top3,sell,2026-02-14 10:51:00,588.0 -43234,sell_compound_top3,sell,2026-02-14 10:54:00,587.0 -43235,sell_compound_top3,sell,2026-02-14 10:57:00,587.0 -43236,sell_compound_top3,sell,2026-02-14 11:00:00,588.0 -43237,sell_compound_top3,sell,2026-02-14 11:03:00,588.0 -43238,sell_compound_top3,sell,2026-02-14 11:12:00,591.0 -43239,sell_compound_top3,sell,2026-02-14 11:15:00,591.0 -43240,sell_compound_top3,sell,2026-02-14 11:18:00,591.0 -43241,sell_compound_top3,sell,2026-02-14 12:36:00,592.0 -43242,sell_compound_top3,sell,2026-02-14 12:39:00,592.0 -43243,sell_compound_top3,sell,2026-02-14 12:42:00,592.0 -43244,sell_compound_top3,sell,2026-02-14 17:00:00,591.0 -43245,sell_compound_top3,sell,2026-02-14 17:03:00,591.0 -43246,sell_compound_top3,sell,2026-02-14 17:06:00,591.0 -43247,sell_compound_top3,sell,2026-02-14 17:09:00,594.0 -43248,sell_compound_top3,sell,2026-02-14 17:12:00,594.0 -43249,sell_compound_top3,sell,2026-02-14 17:15:00,594.0 -43250,sell_compound_top3,sell,2026-02-14 17:18:00,595.0 -43251,sell_compound_top3,sell,2026-02-14 17:21:00,595.0 -43252,sell_compound_top3,sell,2026-02-14 17:24:00,596.0 -43253,sell_compound_top3,sell,2026-02-14 17:27:00,596.0 -43254,sell_compound_top3,sell,2026-02-14 17:30:00,595.0 -43255,sell_compound_top3,sell,2026-02-14 17:33:00,596.0 -43256,sell_compound_top3,sell,2026-02-14 17:36:00,597.0 -43257,sell_compound_top3,sell,2026-02-14 17:39:00,598.0 -43258,sell_compound_top3,sell,2026-02-14 17:45:00,598.0 -43259,sell_compound_top3,sell,2026-02-14 17:48:00,598.0 -43260,sell_compound_top3,sell,2026-02-14 17:51:00,598.0 -43261,sell_compound_top3,sell,2026-02-14 17:54:00,598.0 -43262,sell_compound_top3,sell,2026-02-14 17:57:00,598.0 -43263,sell_compound_top3,sell,2026-02-14 18:00:00,598.0 -43264,sell_compound_top3,sell,2026-02-14 18:03:00,599.0 -43265,sell_compound_top3,sell,2026-02-14 18:06:00,600.0 -43266,sell_compound_top3,sell,2026-02-14 18:09:00,601.0 -43267,sell_compound_top3,sell,2026-02-14 18:12:00,601.0 -43268,sell_compound_top3,sell,2026-02-14 18:15:00,601.0 -43269,sell_compound_top3,sell,2026-02-14 18:18:00,602.0 -43270,sell_compound_top3,sell,2026-02-14 18:21:00,602.0 -43271,sell_compound_top3,sell,2026-02-14 18:24:00,600.0 -43272,sell_compound_top3,sell,2026-02-14 18:36:00,602.0 -43273,sell_compound_top3,sell,2026-02-14 18:39:00,602.0 -43274,sell_compound_top3,sell,2026-02-14 18:42:00,602.0 -43275,sell_compound_top3,sell,2026-02-14 18:45:00,603.0 -43276,sell_compound_top3,sell,2026-02-14 18:48:00,602.0 -43277,sell_compound_top3,sell,2026-02-14 18:57:00,604.0 -43278,sell_compound_top3,sell,2026-02-14 20:30:00,605.0 -43279,sell_compound_top3,sell,2026-02-14 20:33:00,604.0 -43280,sell_compound_top3,sell,2026-02-14 20:36:00,604.0 -43281,sell_compound_top3,sell,2026-02-14 20:39:00,605.0 -43282,sell_compound_top3,sell,2026-02-14 20:51:00,605.0 -43283,sell_compound_top3,sell,2026-02-14 20:54:00,605.0 -43284,sell_compound_top3,sell,2026-02-14 20:57:00,604.0 -43285,sell_compound_top3,sell,2026-02-14 21:12:00,607.0 -43286,sell_compound_top3,sell,2026-02-14 21:15:00,608.0 -43287,sell_compound_top3,sell,2026-02-14 21:18:00,608.0 -43288,sell_compound_top3,sell,2026-02-14 21:21:00,607.0 -43289,sell_compound_top3,sell,2026-02-14 21:24:00,607.0 -43290,sell_compound_top3,sell,2026-02-14 23:27:00,605.0 -43291,sell_compound_top3,sell,2026-02-14 23:42:00,608.0 -43292,sell_compound_top3,sell,2026-02-15 00:06:00,611.0 -43293,sell_compound_top3,sell,2026-02-15 00:09:00,611.0 -43294,sell_compound_top3,sell,2026-02-15 00:12:00,611.0 -43295,sell_compound_top3,sell,2026-02-15 00:21:00,612.0 -43296,sell_compound_top3,sell,2026-02-15 00:24:00,613.0 -43297,sell_compound_top3,sell,2026-02-15 00:27:00,613.0 -43298,sell_compound_top3,sell,2026-02-15 00:30:00,613.0 -43299,sell_compound_top3,sell,2026-02-15 00:33:00,613.0 -43300,sell_compound_top3,sell,2026-02-15 00:36:00,614.0 -43301,sell_compound_top3,sell,2026-02-15 00:39:00,614.0 -43302,sell_compound_top3,sell,2026-02-15 00:42:00,614.0 -43303,sell_compound_top3,sell,2026-02-15 00:45:00,616.0 -43304,sell_compound_top3,sell,2026-02-15 00:48:00,618.0 -43305,sell_compound_top3,sell,2026-02-15 01:12:00,622.0 -43306,sell_compound_top3,sell,2026-02-15 01:15:00,622.0 -43307,sell_compound_top3,sell,2026-02-15 01:18:00,625.0 -43308,sell_compound_top3,sell,2026-02-15 01:45:00,625.0 -43309,sell_compound_top3,sell,2026-02-15 01:48:00,627.0 -43310,sell_compound_top3,sell,2026-02-15 01:51:00,626.0 -43311,sell_compound_top3,sell,2026-02-15 01:54:00,630.0 -43312,sell_compound_top3,sell,2026-02-15 01:57:00,629.0 -43313,sell_compound_top3,sell,2026-02-15 02:00:00,630.0 -43314,sell_compound_top3,sell,2026-02-15 02:03:00,628.0 -43315,sell_compound_top3,sell,2026-02-15 02:15:00,631.0 -43316,sell_compound_top3,sell,2026-02-15 02:18:00,629.0 -43317,sell_compound_top3,sell,2026-02-15 02:21:00,633.0 -43318,sell_compound_top3,sell,2026-02-15 02:24:00,635.0 -43319,sell_compound_top3,sell,2026-02-15 02:30:00,635.0 -43320,sell_compound_top3,sell,2026-02-15 02:33:00,635.0 -43321,sell_compound_top3,sell,2026-02-15 03:21:00,635.0 -43322,sell_compound_top3,sell,2026-02-15 03:24:00,635.0 -43323,sell_compound_top3,sell,2026-02-15 04:51:00,639.0 -43324,sell_compound_top3,sell,2026-02-15 04:54:00,638.0 -43325,sell_compound_top3,sell,2026-02-15 06:12:00,639.0 -43326,sell_compound_top3,sell,2026-02-15 06:15:00,641.0 -43327,sell_compound_top3,sell,2026-02-15 06:18:00,641.0 -43328,sell_compound_top3,sell,2026-02-15 14:21:00,629.0 -43329,sell_compound_top3,sell,2026-02-15 14:24:00,627.0 -43330,sell_compound_top3,sell,2026-02-15 14:27:00,628.0 -43331,sell_compound_top3,sell,2026-02-15 14:51:00,628.0 -43332,sell_compound_top3,sell,2026-02-15 14:54:00,629.0 -43333,sell_compound_top3,sell,2026-02-15 14:57:00,629.0 -43334,sell_compound_top3,sell,2026-02-15 15:00:00,629.0 -43335,sell_compound_top3,sell,2026-02-15 15:03:00,630.0 -43336,sell_compound_top3,sell,2026-02-15 15:06:00,630.0 -43337,sell_compound_top3,sell,2026-02-15 15:09:00,631.0 -43338,sell_compound_top3,sell,2026-02-15 15:12:00,632.0 -43339,sell_compound_top3,sell,2026-02-15 15:15:00,631.0 -43340,sell_compound_top3,sell,2026-02-15 15:18:00,632.0 -43341,sell_compound_top3,sell,2026-02-15 15:36:00,635.0 -43342,sell_compound_top3,sell,2026-02-15 15:39:00,633.0 -43343,sell_compound_top3,sell,2026-02-16 01:21:00,607.0 -43344,sell_compound_top3,sell,2026-02-16 01:24:00,606.0 -43345,sell_compound_top3,sell,2026-02-16 01:30:00,608.0 -43346,sell_compound_top3,sell,2026-02-16 01:33:00,607.0 -43347,sell_compound_top3,sell,2026-02-16 06:12:00,598.0 -43348,sell_compound_top3,sell,2026-02-16 06:15:00,598.0 -43349,sell_compound_top3,sell,2026-02-16 06:18:00,598.0 -43350,sell_compound_top3,sell,2026-02-16 06:21:00,599.0 -43351,sell_compound_top3,sell,2026-02-16 06:24:00,598.0 -43352,sell_compound_top3,sell,2026-02-16 06:57:00,599.0 -43353,sell_compound_top3,sell,2026-02-16 07:45:00,600.0 -43354,sell_compound_top3,sell,2026-02-16 07:48:00,600.0 -43355,sell_compound_top3,sell,2026-02-16 07:51:00,600.0 -43356,sell_compound_top3,sell,2026-02-16 07:54:00,600.0 -43357,sell_compound_top3,sell,2026-02-16 09:15:00,603.0 -43358,sell_compound_top3,sell,2026-02-16 09:18:00,605.0 -43359,sell_compound_top3,sell,2026-02-16 09:21:00,603.0 -43360,sell_compound_top3,sell,2026-02-16 09:24:00,601.0 -43361,sell_compound_top3,sell,2026-02-16 15:42:00,601.0 -43362,sell_compound_top3,sell,2026-02-16 15:45:00,601.0 -43363,sell_compound_top3,sell,2026-02-16 15:48:00,600.0 -43364,sell_compound_top3,sell,2026-02-16 15:51:00,601.0 -43365,sell_compound_top3,sell,2026-02-16 15:54:00,602.0 -43366,sell_compound_top3,sell,2026-02-16 15:57:00,601.0 -43367,sell_compound_top3,sell,2026-02-16 18:45:00,601.0 -43368,sell_compound_top3,sell,2026-02-16 18:48:00,601.0 -43369,sell_compound_top3,sell,2026-02-16 18:57:00,602.0 -43370,sell_compound_top3,sell,2026-02-16 19:06:00,602.0 -43371,sell_compound_top3,sell,2026-02-16 19:09:00,601.0 -43372,sell_compound_top3,sell,2026-02-16 21:51:00,602.0 -43373,sell_compound_top3,sell,2026-02-16 21:54:00,603.0 -43374,sell_compound_top3,sell,2026-02-16 21:57:00,603.0 -43375,sell_compound_top3,sell,2026-02-16 22:00:00,603.0 -43376,sell_compound_top3,sell,2026-02-16 22:03:00,605.0 -43377,sell_compound_top3,sell,2026-02-16 22:06:00,605.0 -43378,sell_compound_top3,sell,2026-02-16 22:09:00,603.0 -43379,sell_compound_top3,sell,2026-02-17 05:51:00,599.0 -43380,sell_compound_top3,sell,2026-02-17 05:54:00,599.0 -43381,sell_compound_top3,sell,2026-02-17 06:09:00,598.0 -43382,sell_compound_top3,sell,2026-02-17 06:12:00,598.0 -43383,sell_compound_top3,sell,2026-02-17 06:21:00,600.0 -43384,sell_compound_top3,sell,2026-02-17 06:24:00,602.0 -43385,sell_compound_top3,sell,2026-02-17 06:27:00,601.0 -43386,sell_compound_top3,sell,2026-02-17 06:33:00,600.0 -43387,sell_compound_top3,sell,2026-02-17 06:36:00,600.0 -43388,sell_compound_top3,sell,2026-02-17 06:39:00,601.0 -43389,sell_compound_top3,sell,2026-02-17 06:42:00,601.0 -43390,sell_compound_top3,sell,2026-02-17 06:51:00,601.0 -43391,sell_compound_top3,sell,2026-02-17 06:54:00,601.0 -43392,sell_compound_top3,sell,2026-02-17 06:57:00,602.0 -43393,sell_compound_top3,sell,2026-02-17 07:12:00,604.0 -43394,sell_compound_top3,sell,2026-02-17 07:15:00,603.0 -43395,sell_compound_top3,sell,2026-02-17 07:18:00,602.0 -43396,sell_compound_top3,sell,2026-02-17 23:06:00,590.0 -43397,sell_compound_top3,sell,2026-02-17 23:09:00,588.0 -43398,sell_compound_top3,sell,2026-02-18 03:57:00,596.0 -43399,sell_compound_top3,sell,2026-02-18 17:00:00,581.0 -43400,sell_compound_top3,sell,2026-02-18 17:03:00,580.0 -43401,sell_compound_top3,sell,2026-02-18 17:21:00,581.0 -43402,sell_compound_top3,sell,2026-02-18 17:24:00,582.0 -43403,sell_compound_top3,sell,2026-02-19 00:51:00,578.0 -43404,sell_compound_top3,sell,2026-02-19 00:54:00,576.0 -43405,sell_compound_top3,sell,2026-02-19 10:51:00,563.0 -43406,sell_compound_top3,sell,2026-02-19 10:54:00,565.0 -43407,sell_compound_top3,sell,2026-02-19 10:57:00,565.0 -43408,sell_compound_top3,sell,2026-02-19 11:00:00,565.0 -43409,sell_compound_top3,sell,2026-02-19 11:03:00,566.0 -43410,sell_compound_top3,sell,2026-02-19 11:06:00,566.0 -43411,sell_compound_top3,sell,2026-02-19 11:09:00,567.0 -43412,sell_compound_top3,sell,2026-02-19 11:15:00,567.0 -43413,sell_compound_top3,sell,2026-02-19 11:18:00,567.0 -43414,sell_compound_top3,sell,2026-02-19 11:21:00,567.0 -43415,sell_compound_top3,sell,2026-02-19 11:24:00,567.0 -43416,sell_compound_top3,sell,2026-02-19 11:27:00,567.0 -43417,sell_compound_top3,sell,2026-02-19 12:30:00,568.0 -43418,sell_compound_top3,sell,2026-02-19 12:33:00,567.0 -43419,sell_compound_top3,sell,2026-02-19 12:36:00,568.0 -43420,sell_compound_top3,sell,2026-02-19 12:39:00,566.0 -43421,sell_compound_top3,sell,2026-02-20 02:27:00,551.0 -43422,sell_compound_top3,sell,2026-02-20 08:15:00,550.0 -43423,sell_compound_top3,sell,2026-02-20 08:18:00,550.0 -43424,sell_compound_top3,sell,2026-02-20 08:42:00,552.0 -43425,sell_compound_top3,sell,2026-02-20 08:45:00,552.0 -43426,sell_compound_top3,sell,2026-02-20 08:48:00,553.0 -43427,sell_compound_top3,sell,2026-02-20 08:51:00,553.0 -43428,sell_compound_top3,sell,2026-02-20 08:54:00,553.0 -43429,sell_compound_top3,sell,2026-02-20 08:57:00,553.0 -43430,sell_compound_top3,sell,2026-02-20 09:12:00,554.0 -43431,sell_compound_top3,sell,2026-02-20 09:15:00,555.0 -43432,sell_compound_top3,sell,2026-02-20 09:18:00,555.0 -43433,sell_compound_top3,sell,2026-02-20 09:21:00,556.0 -43434,sell_compound_top3,sell,2026-02-20 09:24:00,555.0 -43435,sell_compound_top3,sell,2026-02-20 09:27:00,558.0 -43436,sell_compound_top3,sell,2026-02-20 09:36:00,557.0 -43437,sell_compound_top3,sell,2026-02-20 09:39:00,557.0 -43438,sell_compound_top3,sell,2026-02-20 09:42:00,556.0 -43439,sell_compound_top3,sell,2026-02-20 10:51:00,557.0 -43440,sell_compound_top3,sell,2026-02-20 10:54:00,557.0 -43441,sell_compound_top3,sell,2026-02-20 10:57:00,558.0 -43442,sell_compound_top3,sell,2026-02-20 14:57:00,559.0 -43443,sell_compound_top3,sell,2026-02-20 18:12:00,565.0 -43444,sell_compound_top3,sell,2026-02-20 18:27:00,568.0 -43445,sell_compound_top3,sell,2026-02-20 19:12:00,568.0 -43446,sell_compound_top3,sell,2026-02-20 19:15:00,568.0 -43447,sell_compound_top3,sell,2026-02-20 19:18:00,570.0 -43448,sell_compound_top3,sell,2026-02-20 19:27:00,570.0 -43449,sell_compound_top3,sell,2026-02-20 19:36:00,570.0 -43450,sell_compound_top3,sell,2026-02-20 19:39:00,570.0 -43451,sell_compound_top3,sell,2026-02-20 19:42:00,570.0 -43452,sell_compound_top3,sell,2026-02-21 00:15:00,566.0 -43453,sell_compound_top3,sell,2026-02-21 00:18:00,568.0 -43454,sell_compound_top3,sell,2026-02-21 00:30:00,575.0 -43455,sell_compound_top3,sell,2026-02-21 00:33:00,573.0 -43456,sell_compound_top3,sell,2026-02-21 01:00:00,574.0 -43457,sell_compound_top3,sell,2026-02-21 01:03:00,577.0 -43458,sell_compound_top3,sell,2026-02-21 01:06:00,580.0 -43459,sell_compound_top3,sell,2026-02-21 01:09:00,583.0 -43460,sell_compound_top3,sell,2026-02-21 01:15:00,581.0 -43461,sell_compound_top3,sell,2026-02-21 01:18:00,578.0 -43462,sell_compound_top3,sell,2026-02-21 01:27:00,581.0 -43463,sell_compound_top3,sell,2026-02-21 08:15:00,575.0 -43464,sell_compound_top3,sell,2026-02-21 08:18:00,574.0 -43465,sell_compound_top3,sell,2026-02-21 09:06:00,576.0 -43466,sell_compound_top3,sell,2026-02-21 09:09:00,575.0 -43467,sell_compound_top3,sell,2026-02-21 10:51:00,576.0 -43468,sell_compound_top3,sell,2026-02-21 10:54:00,576.0 -43469,sell_compound_top3,sell,2026-02-21 10:57:00,576.0 -43470,sell_compound_top3,sell,2026-02-21 11:12:00,576.0 -43471,sell_compound_top3,sell,2026-02-21 11:30:00,578.0 -43472,sell_compound_top3,sell,2026-02-21 11:33:00,579.0 -43473,sell_compound_top3,sell,2026-02-21 11:42:00,578.0 -43474,sell_compound_top3,sell,2026-02-21 14:00:00,578.0 -43475,sell_compound_top3,sell,2026-02-21 14:03:00,579.0 -43476,sell_compound_top3,sell,2026-02-21 14:21:00,579.0 -43477,sell_compound_top3,sell,2026-02-21 14:24:00,580.0 -43478,sell_compound_top3,sell,2026-02-21 14:27:00,579.0 -43479,sell_compound_top3,sell,2026-02-21 14:30:00,579.0 -43480,sell_compound_top3,sell,2026-02-21 14:36:00,579.0 -43481,sell_compound_top3,sell,2026-02-21 14:39:00,579.0 -43482,sell_compound_top3,sell,2026-02-21 14:42:00,580.0 -43483,sell_compound_top3,sell,2026-02-21 15:06:00,582.0 -43484,sell_compound_top3,sell,2026-02-21 15:09:00,581.0 -43485,sell_compound_top3,sell,2026-02-21 15:21:00,584.0 -43486,sell_compound_top3,sell,2026-02-21 15:24:00,582.0 -43487,sell_compound_top3,sell,2026-02-21 18:06:00,582.0 -43488,sell_compound_top3,sell,2026-02-21 18:09:00,581.0 -43489,sell_compound_top3,sell,2026-02-21 18:21:00,584.0 -43490,sell_compound_top3,sell,2026-02-21 18:24:00,583.0 -43491,sell_compound_top3,sell,2026-02-21 18:42:00,585.0 -43492,sell_compound_top3,sell,2026-02-21 18:45:00,584.0 -43493,sell_compound_top3,sell,2026-02-21 18:48:00,585.0 -43494,sell_compound_top3,sell,2026-02-22 16:27:00,563.0 -43495,sell_compound_top3,sell,2026-02-22 16:45:00,565.0 -43496,sell_compound_top3,sell,2026-02-22 16:48:00,564.0 -43497,sell_compound_top3,sell,2026-02-23 00:45:00,560.0 -43498,sell_compound_top3,sell,2026-02-23 00:48:00,560.0 -43499,sell_compound_top3,sell,2026-02-23 00:51:00,561.0 -43500,sell_compound_top3,sell,2026-02-23 00:54:00,560.0 -43501,sell_compound_top3,sell,2026-02-23 00:57:00,560.0 -43502,sell_compound_top3,sell,2026-02-23 01:00:00,560.0 -43503,sell_compound_top3,sell,2026-02-23 01:03:00,560.0 -43504,sell_compound_top3,sell,2026-02-23 01:15:00,563.0 -43505,sell_compound_top3,sell,2026-02-23 01:18:00,563.0 -43506,sell_compound_top3,sell,2026-02-23 01:21:00,563.0 -43507,sell_compound_top3,sell,2026-02-23 01:24:00,563.0 -43508,sell_compound_top3,sell,2026-02-23 04:00:00,563.0 -43509,sell_compound_top3,sell,2026-02-23 04:03:00,564.0 -43510,sell_compound_top3,sell,2026-02-23 04:06:00,564.0 -43511,sell_compound_top3,sell,2026-02-23 04:09:00,563.0 -43512,sell_compound_top3,sell,2026-02-23 05:00:00,564.0 -43513,sell_compound_top3,sell,2026-02-23 05:03:00,563.0 -43514,sell_compound_top3,sell,2026-02-23 05:06:00,564.0 -43515,sell_compound_top3,sell,2026-02-23 05:09:00,564.0 -43516,sell_compound_top3,sell,2026-02-23 09:06:00,566.0 -43517,sell_compound_top3,sell,2026-02-23 09:09:00,565.0 -43518,sell_compound_top3,sell,2026-02-23 15:00:00,545.0 -43519,sell_compound_top3,sell,2026-02-23 15:03:00,545.0 -43520,sell_compound_top3,sell,2026-02-23 15:21:00,552.0 -43521,sell_compound_top3,sell,2026-02-23 15:24:00,552.0 -43522,sell_compound_top3,sell,2026-02-23 15:27:00,551.0 -43523,sell_compound_top3,sell,2026-02-23 15:30:00,550.0 -43524,sell_compound_top3,sell,2026-02-23 15:33:00,550.0 -43525,sell_compound_top3,sell,2026-02-23 15:36:00,551.0 -43526,sell_compound_top3,sell,2026-02-23 15:39:00,552.0 -43527,sell_compound_top3,sell,2026-02-23 15:42:00,552.0 -43528,sell_compound_top3,sell,2026-02-23 15:51:00,553.0 -43529,sell_compound_top3,sell,2026-02-23 15:54:00,553.0 -43530,sell_compound_top3,sell,2026-02-23 16:42:00,553.0 -43531,sell_compound_top3,sell,2026-02-23 19:00:00,565.0 -43532,sell_compound_top3,sell,2026-02-23 19:03:00,566.0 -43533,sell_compound_top3,sell,2026-02-23 19:06:00,564.0 -43534,sell_compound_top3,sell,2026-02-23 19:09:00,565.0 -43535,sell_compound_top3,sell,2026-02-23 19:12:00,566.0 -43536,sell_compound_top3,sell,2026-02-23 20:36:00,578.0 -43537,sell_compound_top3,sell,2026-02-23 20:39:00,574.0 -43538,sell_compound_top3,sell,2026-02-24 07:21:00,552.0 -43539,sell_compound_top3,sell,2026-02-24 07:24:00,552.0 -43540,sell_compound_top3,sell,2026-02-24 09:42:00,552.0 -43541,sell_compound_top3,sell,2026-02-24 16:30:00,541.0 -43542,sell_compound_top3,sell,2026-02-24 16:33:00,541.0 -43543,sell_compound_top3,sell,2026-02-24 16:36:00,541.0 -43544,sell_compound_top3,sell,2026-02-24 16:39:00,541.0 -43545,sell_compound_top3,sell,2026-02-24 17:30:00,541.0 -43546,sell_compound_top3,sell,2026-02-24 17:33:00,542.0 -43547,sell_compound_top3,sell,2026-02-24 17:36:00,542.0 -43548,sell_compound_top3,sell,2026-02-24 17:39:00,543.0 -43549,sell_compound_top3,sell,2026-02-24 17:51:00,542.0 -43550,sell_compound_top3,sell,2026-02-24 17:54:00,544.0 -43551,sell_compound_top3,sell,2026-02-24 21:27:00,544.0 -43552,sell_compound_top3,sell,2026-02-24 21:30:00,544.0 -43553,sell_compound_top3,sell,2026-02-24 21:33:00,545.0 -43554,sell_compound_top3,sell,2026-02-24 21:36:00,545.0 -43555,sell_compound_top3,sell,2026-02-24 21:39:00,545.0 -43556,sell_compound_top3,sell,2026-02-24 21:42:00,545.0 -43557,sell_compound_top3,sell,2026-02-24 22:00:00,545.0 -43558,sell_compound_top3,sell,2026-02-24 22:03:00,545.0 -43559,sell_compound_top3,sell,2026-02-24 22:12:00,545.0 -43560,sell_compound_top3,sell,2026-02-24 22:15:00,546.0 -43561,sell_compound_top3,sell,2026-02-24 22:18:00,545.0 -43562,sell_compound_top3,sell,2026-02-24 22:21:00,545.0 -43563,sell_compound_top3,sell,2026-02-24 22:24:00,545.0 -43564,sell_compound_top3,sell,2026-02-24 22:27:00,546.0 -43565,sell_compound_top3,sell,2026-02-24 22:30:00,547.0 -43566,sell_compound_top3,sell,2026-02-24 22:33:00,545.0 -43567,sell_compound_top3,sell,2026-02-24 22:42:00,546.0 -43568,sell_compound_top3,sell,2026-02-24 22:45:00,548.0 -43569,sell_compound_top3,sell,2026-02-24 22:48:00,548.0 -43570,sell_compound_top3,sell,2026-02-24 22:57:00,550.0 -43571,sell_compound_top3,sell,2026-02-24 23:00:00,548.0 -43572,sell_compound_top3,sell,2026-02-24 23:03:00,549.0 -43573,sell_compound_top3,sell,2026-02-25 00:00:00,552.0 -43574,sell_compound_top3,sell,2026-02-25 00:03:00,551.0 -43575,sell_compound_top3,sell,2026-02-25 00:36:00,565.0 -43576,sell_compound_top3,sell,2026-02-25 00:39:00,562.0 -43577,sell_compound_top3,sell,2026-02-25 10:36:00,572.0 -43578,sell_compound_top3,sell,2026-02-25 10:39:00,571.0 -43579,sell_compound_top3,sell,2026-02-25 10:42:00,570.0 -43580,sell_compound_top3,sell,2026-02-25 16:57:00,568.0 -43581,sell_compound_top3,sell,2026-02-25 17:06:00,569.0 -43582,sell_compound_top3,sell,2026-02-25 17:09:00,569.0 -43583,sell_compound_top3,sell,2026-02-25 17:12:00,568.0 -43584,sell_compound_top3,sell,2026-02-25 17:21:00,570.0 -43585,sell_compound_top3,sell,2026-02-25 17:24:00,570.0 -43586,sell_compound_top3,sell,2026-02-25 17:27:00,571.0 -43587,sell_compound_top3,sell,2026-02-25 17:30:00,571.0 -43588,sell_compound_top3,sell,2026-02-25 17:33:00,570.0 -43589,sell_compound_top3,sell,2026-02-25 17:36:00,571.0 -43590,sell_compound_top3,sell,2026-02-25 17:39:00,571.0 -43591,sell_compound_top3,sell,2026-02-25 18:30:00,583.0 -43592,sell_compound_top3,sell,2026-02-25 18:33:00,585.0 -43593,sell_compound_top3,sell,2026-02-25 18:36:00,584.0 -43594,sell_compound_top3,sell,2026-02-25 18:39:00,583.0 -43595,sell_compound_top3,sell,2026-02-25 18:42:00,583.0 -43596,sell_compound_top3,sell,2026-02-25 18:45:00,583.0 -43597,sell_compound_top3,sell,2026-02-25 18:48:00,584.0 -43598,sell_compound_top3,sell,2026-02-25 18:51:00,586.0 -43599,sell_compound_top3,sell,2026-02-25 18:54:00,585.0 -43600,sell_compound_top3,sell,2026-02-25 18:57:00,586.0 -43601,sell_compound_top3,sell,2026-02-25 19:06:00,586.0 -43602,sell_compound_top3,sell,2026-02-25 19:09:00,588.0 -43603,sell_compound_top3,sell,2026-02-25 19:12:00,587.0 -43604,sell_compound_top3,sell,2026-02-25 19:15:00,589.0 -43605,sell_compound_top3,sell,2026-02-25 19:18:00,589.0 -43606,sell_compound_top3,sell,2026-02-25 19:51:00,593.0 -43607,sell_compound_top3,sell,2026-02-25 19:54:00,591.0 -43608,sell_compound_top3,sell,2026-02-25 19:57:00,592.0 -43609,sell_compound_top3,sell,2026-02-25 23:30:00,585.0 -43610,sell_compound_top3,sell,2026-02-25 23:33:00,583.0 -43611,sell_compound_top3,sell,2026-02-25 23:51:00,585.0 -43612,sell_compound_top3,sell,2026-02-25 23:54:00,586.0 -43613,sell_compound_top3,sell,2026-02-25 23:57:00,586.0 -43614,sell_compound_top3,sell,2026-02-26 00:30:00,587.0 -43615,sell_compound_top3,sell,2026-02-26 00:33:00,588.0 -43616,sell_compound_top3,sell,2026-02-26 00:57:00,590.0 -43617,sell_compound_top3,sell,2026-02-26 01:00:00,591.0 -43618,sell_compound_top3,sell,2026-02-26 01:03:00,594.0 -43619,sell_compound_top3,sell,2026-02-26 01:06:00,594.0 -43620,sell_compound_top3,sell,2026-02-26 01:09:00,595.0 -43621,sell_compound_top3,sell,2026-02-26 02:15:00,604.0 -43622,sell_compound_top3,sell,2026-02-26 02:18:00,606.0 -43623,sell_compound_top3,sell,2026-02-26 03:12:00,606.0 -43624,sell_compound_top3,sell,2026-02-26 03:15:00,605.0 -43625,sell_compound_top3,sell,2026-02-26 03:18:00,605.0 -43626,sell_compound_top3,sell,2026-02-26 03:36:00,609.0 -43627,sell_compound_top3,sell,2026-02-26 03:39:00,608.0 -43628,sell_compound_top3,sell,2026-02-26 03:42:00,608.0 -43629,sell_compound_top3,sell,2026-02-26 03:45:00,608.0 -43630,sell_compound_top3,sell,2026-02-26 03:48:00,608.0 -43631,sell_compound_top3,sell,2026-02-26 03:51:00,607.0 -43632,sell_compound_top3,sell,2026-02-26 03:54:00,608.0 -43633,sell_compound_top3,sell,2026-02-26 03:57:00,609.0 -43634,sell_compound_top3,sell,2026-02-26 04:15:00,617.0 -43635,sell_compound_top3,sell,2026-02-26 04:18:00,616.0 -43636,sell_compound_top3,sell,2026-02-26 04:21:00,617.0 -43637,sell_compound_top3,sell,2026-02-26 04:24:00,621.0 -43638,sell_compound_top3,sell,2026-02-26 04:30:00,620.0 -43639,sell_compound_top3,sell,2026-02-26 04:33:00,621.0 -43640,sell_compound_top3,sell,2026-02-26 04:36:00,624.0 -43641,sell_compound_top3,sell,2026-02-26 04:39:00,624.0 -43642,sell_compound_top3,sell,2026-02-26 04:42:00,622.0 -43643,sell_compound_top3,sell,2026-02-26 13:45:00,594.0 -43644,sell_compound_top3,sell,2026-02-26 13:48:00,595.0 -43645,sell_compound_top3,sell,2026-02-26 17:42:00,589.0 -43646,sell_compound_top3,sell,2026-02-26 17:51:00,590.0 -43647,sell_compound_top3,sell,2026-02-26 17:54:00,590.0 -43648,sell_compound_top3,sell,2026-02-26 18:21:00,591.0 -43649,sell_compound_top3,sell,2026-02-26 18:24:00,592.0 -43650,sell_compound_top3,sell,2026-02-26 18:27:00,592.0 -43651,sell_compound_top3,sell,2026-02-26 18:30:00,592.0 -43652,sell_compound_top3,sell,2026-02-26 18:33:00,592.0 -43653,sell_compound_top3,sell,2026-02-27 04:15:00,576.0 -43654,sell_compound_top3,sell,2026-02-27 04:18:00,577.0 -43655,sell_compound_top3,sell,2026-02-27 04:21:00,577.0 -43656,sell_compound_top3,sell,2026-02-27 04:24:00,578.0 -43657,sell_compound_top3,sell,2026-02-27 04:27:00,577.0 -43658,sell_compound_top3,sell,2026-02-27 04:30:00,578.0 -43659,sell_compound_top3,sell,2026-02-27 04:33:00,578.0 -43660,sell_compound_top3,sell,2026-02-27 04:36:00,578.0 -43661,sell_compound_top3,sell,2026-02-27 04:39:00,577.0 -43662,sell_compound_top3,sell,2026-02-27 07:57:00,578.0 -43663,sell_compound_top3,sell,2026-02-27 11:15:00,579.0 -43664,sell_compound_top3,sell,2026-02-27 11:18:00,580.0 -43665,sell_compound_top3,sell,2026-02-27 11:27:00,581.0 -43666,sell_compound_top3,sell,2026-02-27 13:27:00,589.0 -43667,sell_compound_top3,sell,2026-02-27 13:30:00,588.0 -43668,sell_compound_top3,sell,2026-02-27 13:33:00,587.0 -43669,sell_compound_top3,sell,2026-02-27 17:00:00,589.0 -43670,sell_compound_top3,sell,2026-02-27 17:03:00,589.0 -43671,sell_compound_top3,sell,2026-02-27 18:12:00,589.0 -43672,sell_compound_top3,sell,2026-02-27 18:15:00,590.0 -43673,sell_compound_top3,sell,2026-02-27 18:18:00,590.0 -43674,sell_compound_top3,sell,2026-02-27 18:30:00,591.0 -43675,sell_compound_top3,sell,2026-02-27 18:33:00,591.0 -43676,sell_compound_top3,sell,2026-02-27 18:36:00,591.0 -43677,sell_compound_top3,sell,2026-02-27 18:39:00,591.0 -43678,sell_compound_top3,sell,2026-02-27 18:42:00,591.0 -43679,sell_compound_top3,sell,2026-02-28 09:21:00,570.0 -43680,sell_compound_top3,sell,2026-02-28 09:24:00,570.0 -43681,sell_compound_top3,sell,2026-02-28 09:45:00,571.0 -43682,sell_compound_top3,sell,2026-02-28 09:48:00,570.0 -43683,sell_compound_top3,sell,2026-02-28 20:27:00,545.0 -43684,sell_compound_top3,sell,2026-02-28 20:30:00,546.0 -43685,sell_compound_top3,sell,2026-02-28 20:33:00,547.0 -43686,sell_compound_top3,sell,2026-02-28 20:36:00,548.0 -43687,sell_compound_top3,sell,2026-02-28 20:39:00,547.0 -43688,sell_compound_top3,sell,2026-02-28 20:42:00,546.0 -43689,sell_compound_top3,sell,2026-02-28 23:06:00,555.0 -43690,sell_compound_top3,sell,2026-02-28 23:09:00,556.0 -43691,sell_compound_top3,sell,2026-02-28 23:12:00,556.0 -43692,sell_compound_top3,sell,2026-02-28 23:15:00,555.0 -43693,sell_compound_top3,sell,2026-02-28 23:18:00,556.0 -43694,sell_compound_top3,sell,2026-02-28 23:21:00,557.0 -43695,sell_compound_top3,sell,2026-02-28 23:24:00,556.0 -43696,sell_compound_top3,sell,2026-02-28 23:42:00,559.0 -43697,sell_compound_top3,sell,2026-03-01 04:00:00,564.0 -43698,sell_compound_top3,sell,2026-03-01 04:03:00,562.0 -43699,sell_compound_top3,sell,2026-03-01 04:45:00,567.0 -43700,sell_compound_top3,sell,2026-03-01 04:48:00,568.0 -43701,sell_compound_top3,sell,2026-03-01 04:51:00,570.0 -43702,sell_compound_top3,sell,2026-03-01 04:54:00,569.0 -43703,sell_compound_top3,sell,2026-03-01 05:06:00,569.0 -43704,sell_compound_top3,sell,2026-03-01 05:09:00,569.0 -43705,sell_compound_top3,sell,2026-03-01 05:12:00,571.0 -43706,sell_compound_top3,sell,2026-03-01 05:15:00,571.0 -43707,sell_compound_top3,sell,2026-03-01 05:18:00,571.0 -43708,sell_compound_top3,sell,2026-03-01 05:21:00,575.0 -43709,sell_compound_top3,sell,2026-03-01 05:24:00,576.0 -43710,sell_compound_top3,sell,2026-03-01 05:36:00,576.0 -43711,sell_compound_top3,sell,2026-03-01 05:39:00,573.0 -43712,sell_compound_top3,sell,2026-03-01 05:42:00,576.0 -43713,sell_compound_top3,sell,2026-03-01 05:51:00,578.0 -43714,sell_compound_top3,sell,2026-03-01 05:54:00,579.0 -43715,sell_compound_top3,sell,2026-03-01 05:57:00,577.0 -43716,sell_compound_top3,sell,2026-03-01 07:45:00,581.0 -43717,sell_compound_top3,sell,2026-03-01 07:48:00,582.0 -43718,sell_compound_top3,sell,2026-03-01 08:00:00,583.0 -43719,sell_compound_top3,sell,2026-03-01 08:03:00,583.0 -43720,sell_compound_top3,sell,2026-03-01 08:06:00,583.0 -43721,sell_compound_top3,sell,2026-03-01 08:09:00,583.0 -43722,sell_compound_top3,sell,2026-03-01 11:21:00,589.0 -43723,sell_compound_top3,sell,2026-03-01 11:24:00,587.0 -43724,sell_compound_top3,sell,2026-03-01 11:36:00,590.0 -43725,sell_compound_top3,sell,2026-03-01 11:39:00,590.0 -43726,sell_compound_top3,sell,2026-03-01 23:12:00,570.0 -43727,sell_compound_top3,sell,2026-03-01 23:15:00,571.0 -43728,sell_compound_top3,sell,2026-03-01 23:18:00,572.0 -43729,sell_compound_top3,sell,2026-03-02 09:42:00,564.0 -43730,sell_compound_top3,sell,2026-03-02 09:57:00,568.0 -43731,sell_compound_top3,sell,2026-03-02 10:00:00,567.0 -43732,sell_compound_top3,sell,2026-03-02 10:03:00,566.0 -43733,sell_compound_top3,sell,2026-03-02 10:06:00,566.0 -43734,sell_compound_top3,sell,2026-03-02 10:09:00,569.0 -43735,sell_compound_top3,sell,2026-03-02 12:42:00,570.0 -43736,sell_compound_top3,sell,2026-03-02 12:51:00,570.0 -43737,sell_compound_top3,sell,2026-03-02 12:54:00,570.0 -43738,sell_compound_top3,sell,2026-03-02 18:06:00,563.0 -43739,sell_compound_top3,sell,2026-03-02 18:09:00,563.0 -43740,sell_compound_top3,sell,2026-03-02 18:21:00,566.0 -43741,sell_compound_top3,sell,2026-03-02 18:24:00,566.0 -43742,sell_compound_top3,sell,2026-03-03 00:21:00,589.0 -43743,sell_compound_top3,sell,2026-03-03 00:24:00,587.0 -43744,sell_compound_top3,sell,2026-03-03 00:27:00,588.0 -43745,sell_compound_top3,sell,2026-03-03 00:30:00,587.0 -43746,sell_compound_top3,sell,2026-03-03 00:33:00,584.0 -43747,sell_compound_top3,sell,2026-03-03 00:36:00,587.0 -43748,sell_compound_top3,sell,2026-03-03 00:39:00,589.0 -43749,sell_compound_top3,sell,2026-03-03 00:42:00,590.0 -43750,sell_compound_top3,sell,2026-03-03 00:45:00,592.0 -43751,sell_compound_top3,sell,2026-03-03 00:48:00,591.0 -43752,sell_compound_top3,sell,2026-03-03 01:12:00,595.0 -43753,sell_compound_top3,sell,2026-03-03 01:15:00,597.0 -43754,sell_compound_top3,sell,2026-03-03 01:18:00,595.0 -43755,sell_compound_top3,sell,2026-03-03 01:27:00,593.0 -43756,sell_compound_top3,sell,2026-03-03 01:57:00,600.0 -43757,sell_compound_top3,sell,2026-03-03 03:00:00,604.0 -43758,sell_compound_top3,sell,2026-03-03 03:03:00,605.0 -43759,sell_compound_top3,sell,2026-03-03 03:06:00,609.0 -43760,sell_compound_top3,sell,2026-03-03 03:09:00,607.0 -43761,sell_compound_top3,sell,2026-03-03 03:12:00,605.0 -43762,sell_compound_top3,sell,2026-03-03 14:21:00,590.0 -43763,sell_compound_top3,sell,2026-03-03 14:24:00,589.0 -43764,sell_compound_top3,sell,2026-03-03 21:21:00,581.0 -43765,sell_compound_top3,sell,2026-03-03 21:24:00,580.0 -43766,sell_compound_top3,sell,2026-03-03 21:27:00,580.0 -43767,sell_compound_top3,sell,2026-03-04 00:45:00,578.0 -43768,sell_compound_top3,sell,2026-03-04 00:48:00,579.0 -43769,sell_compound_top3,sell,2026-03-04 00:57:00,579.0 -43770,sell_compound_top3,sell,2026-03-04 01:00:00,579.0 -43771,sell_compound_top3,sell,2026-03-04 01:03:00,579.0 -43772,sell_compound_top3,sell,2026-03-04 01:06:00,582.0 -43773,sell_compound_top3,sell,2026-03-04 01:09:00,583.0 -43774,sell_compound_top3,sell,2026-03-04 01:15:00,585.0 -43775,sell_compound_top3,sell,2026-03-04 01:18:00,584.0 -43776,sell_compound_top3,sell,2026-03-04 03:30:00,585.0 -43777,sell_compound_top3,sell,2026-03-04 03:33:00,586.0 -43778,sell_compound_top3,sell,2026-03-04 03:36:00,586.0 -43779,sell_compound_top3,sell,2026-03-04 03:39:00,586.0 -43780,sell_compound_top3,sell,2026-03-04 03:42:00,585.0 -43781,sell_compound_top3,sell,2026-03-04 15:42:00,571.0 -43782,sell_compound_top3,sell,2026-03-04 16:30:00,571.0 -43783,sell_compound_top3,sell,2026-03-04 16:33:00,571.0 -43784,sell_compound_top3,sell,2026-03-04 16:36:00,571.0 -43785,sell_compound_top3,sell,2026-03-04 16:39:00,572.0 -43786,sell_compound_top3,sell,2026-03-04 16:42:00,572.0 -43787,sell_compound_top3,sell,2026-03-04 16:57:00,573.0 -43788,sell_compound_top3,sell,2026-03-04 17:15:00,578.0 -43789,sell_compound_top3,sell,2026-03-04 17:18:00,577.0 -43790,sell_compound_top3,sell,2026-03-04 17:30:00,577.0 -43791,sell_compound_top3,sell,2026-03-04 17:33:00,579.0 -43792,sell_compound_top3,sell,2026-03-04 17:36:00,580.0 -43793,sell_compound_top3,sell,2026-03-04 17:39:00,581.0 -43794,sell_compound_top3,sell,2026-03-04 17:42:00,581.0 -43795,sell_compound_top3,sell,2026-03-04 18:06:00,591.0 -43796,sell_compound_top3,sell,2026-03-04 18:09:00,591.0 -43797,sell_compound_top3,sell,2026-03-04 18:12:00,592.0 -43798,sell_compound_top3,sell,2026-03-04 18:21:00,597.0 -43799,sell_compound_top3,sell,2026-03-04 18:24:00,595.0 -43800,sell_compound_top3,sell,2026-03-04 18:27:00,596.0 -43801,sell_compound_top3,sell,2026-03-04 18:30:00,596.0 -43802,sell_compound_top3,sell,2026-03-04 18:33:00,595.0 -43803,sell_compound_top3,sell,2026-03-04 18:36:00,597.0 -43804,sell_compound_top3,sell,2026-03-04 18:39:00,600.0 -43805,sell_compound_top3,sell,2026-03-04 18:42:00,602.0 -43806,sell_compound_top3,sell,2026-03-04 18:45:00,599.0 -43807,sell_compound_top3,sell,2026-03-04 18:48:00,599.0 -43808,sell_compound_top3,sell,2026-03-04 22:30:00,591.0 -43809,sell_compound_top3,sell,2026-03-04 22:33:00,593.0 -43810,sell_compound_top3,sell,2026-03-04 22:36:00,592.0 -43811,sell_compound_top3,sell,2026-03-04 22:39:00,593.0 -43812,sell_compound_top3,sell,2026-03-04 22:42:00,594.0 -43813,sell_compound_top3,sell,2026-03-04 22:45:00,594.0 -43814,sell_compound_top3,sell,2026-03-04 22:48:00,594.0 -43815,sell_compound_top3,sell,2026-03-04 22:51:00,593.0 -43816,sell_compound_top3,sell,2026-03-04 22:54:00,593.0 -43817,sell_compound_top3,sell,2026-03-04 22:57:00,595.0 -43818,sell_compound_top3,sell,2026-03-04 23:06:00,596.0 -43819,sell_compound_top3,sell,2026-03-04 23:09:00,597.0 -43820,sell_compound_top3,sell,2026-03-04 23:15:00,598.0 -43821,sell_compound_top3,sell,2026-03-04 23:18:00,599.0 -43822,sell_compound_top3,sell,2026-03-04 23:27:00,601.0 -43823,sell_compound_top3,sell,2026-03-05 00:00:00,604.0 -43824,sell_compound_top3,sell,2026-03-05 00:03:00,608.0 -43825,sell_compound_top3,sell,2026-03-05 00:06:00,607.0 -43826,sell_compound_top3,sell,2026-03-05 00:09:00,610.0 -43827,sell_compound_top3,sell,2026-03-05 00:36:00,626.0 -43828,sell_compound_top3,sell,2026-03-05 00:39:00,627.0 -43829,sell_compound_top3,sell,2026-03-05 00:42:00,630.0 -43830,sell_compound_top3,sell,2026-03-05 00:45:00,630.0 -43831,sell_compound_top3,sell,2026-03-05 00:48:00,629.0 -43832,sell_compound_top3,sell,2026-03-05 00:51:00,631.0 -43833,sell_compound_top3,sell,2026-03-05 00:54:00,639.0 -43834,sell_compound_top3,sell,2026-03-05 01:00:00,638.0 -43835,sell_compound_top3,sell,2026-03-05 01:03:00,640.0 -43836,sell_compound_top3,sell,2026-03-05 01:06:00,639.0 -43837,sell_compound_top3,sell,2026-03-05 01:09:00,641.0 -43838,sell_compound_top3,sell,2026-03-05 01:12:00,638.0 -43839,sell_compound_top3,sell,2026-03-05 07:12:00,624.0 -43840,sell_compound_top3,sell,2026-03-05 07:15:00,623.0 -43841,sell_compound_top3,sell,2026-03-05 07:18:00,622.0 -43842,sell_compound_top3,sell,2026-03-05 13:51:00,606.0 -43843,sell_compound_top3,sell,2026-03-05 13:54:00,606.0 -43844,sell_compound_top3,sell,2026-03-05 14:12:00,608.0 -43845,sell_compound_top3,sell,2026-03-05 14:15:00,608.0 -43846,sell_compound_top3,sell,2026-03-05 14:18:00,606.0 -43847,sell_compound_top3,sell,2026-03-05 16:00:00,608.0 -43848,sell_compound_top3,sell,2026-03-05 16:03:00,608.0 -43849,sell_compound_top3,sell,2026-03-05 19:45:00,611.0 -43850,sell_compound_top3,sell,2026-03-05 19:48:00,612.0 -43851,sell_compound_top3,sell,2026-03-05 20:00:00,614.0 -43852,sell_compound_top3,sell,2026-03-05 20:03:00,613.0 -43853,sell_compound_top3,sell,2026-03-05 20:06:00,613.0 -43854,sell_compound_top3,sell,2026-03-05 20:09:00,614.0 -43855,sell_compound_top3,sell,2026-03-05 20:12:00,613.0 -43856,sell_compound_top3,sell,2026-03-06 04:27:00,601.0 -43857,sell_compound_top3,sell,2026-03-06 05:12:00,603.0 -43858,sell_compound_top3,sell,2026-03-06 05:15:00,603.0 -43859,sell_compound_top3,sell,2026-03-06 05:18:00,604.0 -43860,sell_compound_top3,sell,2026-03-06 05:27:00,605.0 -43861,sell_compound_top3,sell,2026-03-06 05:36:00,606.0 -43862,sell_compound_top3,sell,2026-03-06 05:39:00,605.0 -43863,sell_compound_top3,sell,2026-03-06 05:42:00,605.0 -43864,sell_compound_top3,sell,2026-03-06 05:45:00,605.0 -43865,sell_compound_top3,sell,2026-03-06 05:48:00,606.0 -43866,sell_compound_top3,sell,2026-03-06 05:51:00,605.0 -43867,sell_compound_top3,sell,2026-03-06 05:54:00,606.0 -43868,sell_compound_top3,sell,2026-03-06 05:57:00,606.0 -43869,sell_compound_top3,sell,2026-03-06 06:00:00,606.0 -43870,sell_compound_top3,sell,2026-03-06 06:03:00,607.0 -43871,sell_compound_top3,sell,2026-03-06 06:21:00,608.0 -43872,sell_compound_top3,sell,2026-03-06 06:24:00,607.0 -43873,sell_compound_top3,sell,2026-03-06 06:27:00,607.0 -43874,sell_compound_top3,sell,2026-03-07 03:42:00,572.0 -43875,sell_compound_top3,sell,2026-03-07 03:45:00,572.0 -43876,sell_compound_top3,sell,2026-03-07 03:48:00,571.0 -43877,sell_compound_top3,sell,2026-03-07 04:00:00,572.0 -43878,sell_compound_top3,sell,2026-03-07 04:03:00,573.0 -43879,sell_compound_top3,sell,2026-03-07 04:06:00,573.0 -43880,sell_compound_top3,sell,2026-03-07 04:09:00,573.0 -43881,sell_compound_top3,sell,2026-03-07 04:15:00,575.0 -43882,sell_compound_top3,sell,2026-03-07 04:18:00,574.0 -43883,sell_compound_top3,sell,2026-03-07 04:51:00,574.0 -43884,sell_compound_top3,sell,2026-03-07 04:54:00,574.0 -43885,sell_compound_top3,sell,2026-03-07 07:30:00,575.0 -43886,sell_compound_top3,sell,2026-03-07 07:33:00,575.0 -43887,sell_compound_top3,sell,2026-03-07 07:42:00,575.0 -43888,sell_compound_top3,sell,2026-03-07 08:00:00,576.0 -43889,sell_compound_top3,sell,2026-03-07 08:03:00,576.0 -43890,sell_compound_top3,sell,2026-03-07 08:30:00,577.0 -43891,sell_compound_top3,sell,2026-03-07 08:33:00,576.0 -43892,sell_compound_top3,sell,2026-03-07 13:51:00,574.0 -43893,sell_compound_top3,sell,2026-03-07 13:54:00,574.0 -43894,sell_compound_top3,sell,2026-03-08 16:15:00,554.0 -43895,sell_compound_top3,sell,2026-03-08 16:18:00,554.0 -43896,sell_compound_top3,sell,2026-03-08 16:21:00,554.0 -43897,sell_compound_top3,sell,2026-03-08 16:24:00,554.0 -43898,sell_compound_top3,sell,2026-03-08 18:36:00,556.0 -43899,sell_compound_top3,sell,2026-03-08 18:39:00,555.0 -43900,sell_compound_top3,sell,2026-03-08 18:42:00,556.0 -43901,sell_compound_top3,sell,2026-03-08 18:45:00,556.0 -43902,sell_compound_top3,sell,2026-03-08 18:48:00,556.0 -43903,sell_compound_top3,sell,2026-03-08 19:21:00,557.0 -43904,sell_compound_top3,sell,2026-03-08 19:24:00,561.0 -43905,sell_compound_top3,sell,2026-03-08 19:36:00,560.0 -43906,sell_compound_top3,sell,2026-03-08 19:39:00,559.0 -43907,sell_compound_top3,sell,2026-03-08 19:42:00,559.0 -43908,sell_compound_top3,sell,2026-03-08 19:45:00,559.0 -43909,sell_compound_top3,sell,2026-03-08 19:48:00,559.0 -43910,sell_compound_top3,sell,2026-03-09 04:42:00,543.0 -43911,sell_compound_top3,sell,2026-03-09 04:45:00,542.0 -43912,sell_compound_top3,sell,2026-03-09 04:48:00,543.0 -43913,sell_compound_top3,sell,2026-03-09 09:42:00,541.0 -43914,sell_compound_top3,sell,2026-03-09 09:45:00,541.0 -43915,sell_compound_top3,sell,2026-03-09 09:48:00,540.0 -43916,sell_compound_top3,sell,2026-03-09 11:42:00,541.0 -43917,sell_compound_top3,sell,2026-03-09 11:45:00,541.0 -43918,sell_compound_top3,sell,2026-03-09 11:48:00,540.0 -43919,sell_compound_top3,sell,2026-03-09 12:12:00,544.0 -43920,sell_compound_top3,sell,2026-03-09 13:57:00,542.0 -43921,sell_compound_top3,sell,2026-03-09 14:57:00,546.0 -43922,sell_compound_top3,sell,2026-03-09 15:00:00,547.0 -43923,sell_compound_top3,sell,2026-03-09 15:03:00,546.0 -43924,sell_compound_top3,sell,2026-03-09 15:06:00,546.0 -43925,sell_compound_top3,sell,2026-03-09 15:09:00,546.0 -43926,sell_compound_top3,sell,2026-03-09 22:06:00,541.0 -43927,sell_compound_top3,sell,2026-03-09 22:09:00,542.0 -43928,sell_compound_top3,sell,2026-03-09 22:12:00,544.0 -43929,sell_compound_top3,sell,2026-03-09 22:42:00,542.0 -43930,sell_compound_top3,sell,2026-03-09 22:51:00,547.0 -43931,sell_compound_top3,sell,2026-03-09 22:54:00,546.0 -43932,sell_compound_top3,sell,2026-03-09 22:57:00,547.0 -43933,sell_compound_top3,sell,2026-03-09 23:00:00,546.0 -43934,sell_compound_top3,sell,2026-03-09 23:03:00,547.0 -43935,sell_compound_top3,sell,2026-03-09 23:21:00,547.0 -43936,sell_compound_top3,sell,2026-03-09 23:24:00,547.0 -43937,sell_compound_top3,sell,2026-03-10 04:36:00,540.0 -43938,sell_compound_top3,sell,2026-03-10 04:39:00,537.0 -43939,sell_compound_top3,sell,2026-03-10 09:45:00,538.0 -43940,sell_compound_top3,sell,2026-03-10 09:48:00,538.0 -43941,sell_compound_top3,sell,2026-03-10 09:51:00,538.0 -43942,sell_compound_top3,sell,2026-03-10 09:54:00,536.0 -43943,sell_compound_top3,sell,2026-03-10 11:57:00,540.0 -43944,sell_compound_top3,sell,2026-03-10 12:00:00,541.0 -43945,sell_compound_top3,sell,2026-03-10 12:03:00,540.0 -43946,sell_compound_top3,sell,2026-03-10 12:12:00,541.0 -43947,sell_compound_top3,sell,2026-03-10 16:42:00,542.0 -43948,sell_compound_top3,sell,2026-03-10 17:12:00,544.0 -43949,sell_compound_top3,sell,2026-03-10 17:15:00,544.0 -43950,sell_compound_top3,sell,2026-03-10 17:18:00,544.0 -43951,sell_compound_top3,sell,2026-03-10 17:21:00,545.0 -43952,sell_compound_top3,sell,2026-03-10 17:24:00,544.0 -43953,sell_compound_top3,sell,2026-03-10 17:45:00,545.0 -43954,sell_compound_top3,sell,2026-03-10 17:48:00,545.0 -43955,sell_compound_top3,sell,2026-03-10 17:51:00,546.0 -43956,sell_compound_top3,sell,2026-03-10 17:54:00,544.0 -43957,sell_compound_top3,sell,2026-03-10 18:00:00,545.0 -43958,sell_compound_top3,sell,2026-03-10 18:03:00,546.0 -43959,sell_compound_top3,sell,2026-03-10 18:06:00,546.0 -43960,sell_compound_top3,sell,2026-03-10 18:09:00,547.0 -43961,sell_compound_top3,sell,2026-03-10 18:42:00,555.0 -43962,sell_compound_top3,sell,2026-03-10 18:45:00,556.0 -43963,sell_compound_top3,sell,2026-03-10 18:48:00,555.0 -43964,sell_compound_top3,sell,2026-03-10 18:51:00,556.0 -43965,sell_compound_top3,sell,2026-03-10 18:54:00,556.0 -43966,sell_compound_top3,sell,2026-03-11 02:30:00,541.0 -43967,sell_compound_top3,sell,2026-03-11 02:33:00,541.0 -43968,sell_compound_top3,sell,2026-03-11 19:42:00,519.0 -43969,sell_compound_top3,sell,2026-03-11 19:45:00,520.0 -43970,sell_compound_top3,sell,2026-03-11 19:48:00,521.0 -43971,sell_compound_top3,sell,2026-03-11 19:51:00,520.0 -43972,sell_compound_top3,sell,2026-03-11 19:54:00,520.0 -43973,sell_compound_top3,sell,2026-03-11 20:00:00,520.0 -43974,sell_compound_top3,sell,2026-03-11 20:03:00,520.0 -43975,sell_compound_top3,sell,2026-03-11 20:21:00,522.0 -43976,sell_compound_top3,sell,2026-03-11 20:24:00,522.0 -43977,sell_compound_top3,sell,2026-03-11 20:27:00,523.0 -43978,sell_compound_top3,sell,2026-03-11 20:30:00,522.0 -43979,sell_compound_top3,sell,2026-03-11 20:33:00,523.0 -43980,sell_compound_top3,sell,2026-03-11 20:36:00,523.0 -43981,sell_compound_top3,sell,2026-03-11 20:39:00,523.0 -43982,sell_compound_top3,sell,2026-03-11 21:45:00,527.0 -43983,sell_compound_top3,sell,2026-03-11 21:48:00,527.0 -43984,sell_compound_top3,sell,2026-03-11 21:51:00,527.0 -43985,sell_compound_top3,sell,2026-03-11 21:54:00,526.0 -43986,sell_compound_top3,sell,2026-03-11 22:15:00,530.0 -43987,sell_compound_top3,sell,2026-03-11 22:18:00,529.0 -43988,sell_compound_top3,sell,2026-03-11 22:21:00,530.0 -43989,sell_compound_top3,sell,2026-03-11 22:24:00,530.0 -43990,sell_compound_top3,sell,2026-03-11 22:27:00,529.0 -43991,sell_compound_top3,sell,2026-03-11 22:36:00,532.0 -43992,sell_compound_top3,sell,2026-03-11 22:39:00,534.0 -43993,sell_compound_top3,sell,2026-03-12 04:42:00,525.0 -43994,sell_compound_top3,sell,2026-03-12 15:51:00,516.0 -43995,sell_compound_top3,sell,2026-03-12 15:54:00,516.0 -43996,sell_compound_top3,sell,2026-03-12 16:00:00,517.0 -43997,sell_compound_top3,sell,2026-03-12 16:03:00,516.0 -43998,sell_compound_top3,sell,2026-03-12 16:51:00,518.0 -43999,sell_compound_top3,sell,2026-03-12 16:54:00,518.0 -44000,sell_compound_top3,sell,2026-03-12 18:57:00,519.0 -44001,sell_compound_top3,sell,2026-03-12 19:00:00,519.0 -44002,sell_compound_top3,sell,2026-03-12 19:03:00,519.0 -44003,sell_compound_top3,sell,2026-03-12 19:06:00,520.0 -44004,sell_compound_top3,sell,2026-03-12 19:09:00,520.0 -44005,sell_compound_top3,sell,2026-03-12 19:12:00,520.0 -44006,sell_compound_top3,sell,2026-03-12 19:21:00,520.0 -44007,sell_compound_top3,sell,2026-03-12 19:24:00,520.0 -44008,sell_compound_top3,sell,2026-03-12 19:27:00,521.0 -44009,sell_compound_top3,sell,2026-03-12 19:42:00,522.0 -44010,sell_compound_top3,sell,2026-03-12 19:45:00,521.0 -44011,sell_compound_top3,sell,2026-03-12 19:48:00,521.0 -44012,sell_compound_top3,sell,2026-03-12 19:51:00,521.0 -44013,sell_compound_top3,sell,2026-03-12 19:54:00,521.0 -44014,sell_compound_top3,sell,2026-03-12 22:06:00,532.0 -44015,sell_compound_top3,sell,2026-03-12 22:09:00,531.0 -44016,sell_compound_top3,sell,2026-03-13 02:42:00,519.0 -44017,sell_compound_top3,sell,2026-03-13 02:51:00,519.0 -44018,sell_compound_top3,sell,2026-03-13 02:54:00,517.0 -44019,sell_compound_top3,sell,2026-03-13 03:21:00,519.0 -44020,sell_compound_top3,sell,2026-03-13 03:24:00,521.0 -44021,sell_compound_top3,sell,2026-03-13 03:27:00,521.0 -44022,sell_compound_top3,sell,2026-03-13 03:36:00,523.0 -44023,sell_compound_top3,sell,2026-03-13 03:39:00,522.0 -44024,sell_compound_top3,sell,2026-03-13 03:42:00,522.0 -44025,sell_compound_top3,sell,2026-03-13 03:57:00,524.0 -44026,sell_compound_top3,sell,2026-03-13 04:00:00,524.0 -44027,sell_compound_top3,sell,2026-03-13 04:03:00,523.0 -44028,sell_compound_top3,sell,2026-03-13 04:36:00,529.0 -44029,sell_compound_top3,sell,2026-03-13 04:39:00,530.0 -44030,sell_compound_top3,sell,2026-03-13 04:42:00,530.0 -44031,sell_compound_top3,sell,2026-03-13 04:45:00,530.0 -44032,sell_compound_top3,sell,2026-03-13 04:48:00,528.0 -44033,sell_compound_top3,sell,2026-03-13 07:15:00,529.0 -44034,sell_compound_top3,sell,2026-03-13 07:18:00,529.0 -44035,sell_compound_top3,sell,2026-03-13 07:21:00,529.0 -44036,sell_compound_top3,sell,2026-03-13 07:24:00,528.0 -44037,sell_compound_top3,sell,2026-03-13 10:00:00,533.0 -44038,sell_compound_top3,sell,2026-03-13 10:03:00,534.0 -44039,sell_compound_top3,sell,2026-03-13 10:06:00,535.0 -44040,sell_compound_top3,sell,2026-03-13 10:09:00,534.0 -44041,sell_compound_top3,sell,2026-03-13 10:12:00,535.0 -44042,sell_compound_top3,sell,2026-03-13 10:15:00,536.0 -44043,sell_compound_top3,sell,2026-03-13 10:18:00,536.0 -44044,sell_compound_top3,sell,2026-03-13 10:21:00,536.0 -44045,sell_compound_top3,sell,2026-03-13 10:24:00,535.0 -44046,sell_compound_top3,sell,2026-03-13 10:51:00,537.0 -44047,sell_compound_top3,sell,2026-03-13 10:54:00,536.0 -44048,sell_compound_top3,sell,2026-03-13 10:57:00,536.0 -44049,sell_compound_top3,sell,2026-03-13 11:00:00,538.0 -44050,sell_compound_top3,sell,2026-03-13 11:03:00,537.0 -44051,sell_compound_top3,sell,2026-03-13 11:12:00,538.0 -44052,sell_compound_top3,sell,2026-03-13 13:12:00,540.0 -44053,sell_compound_top3,sell,2026-03-13 13:15:00,539.0 -44054,sell_compound_top3,sell,2026-03-13 13:18:00,539.0 -44055,sell_compound_top3,sell,2026-03-13 13:21:00,539.0 -44056,sell_compound_top3,sell,2026-03-13 13:24:00,539.0 -44057,sell_compound_top3,sell,2026-03-13 19:00:00,542.0 -44058,sell_compound_top3,sell,2026-03-13 19:03:00,544.0 -44059,sell_compound_top3,sell,2026-03-13 19:12:00,542.0 -44060,sell_compound_top3,sell,2026-03-13 22:06:00,547.0 -44061,sell_compound_top3,sell,2026-03-13 22:09:00,548.0 -44062,sell_compound_top3,sell,2026-03-13 22:15:00,547.0 -44063,sell_compound_top3,sell,2026-03-13 22:18:00,550.0 -44064,sell_compound_top3,sell,2026-03-13 22:27:00,549.0 -44065,sell_compound_top3,sell,2026-03-13 22:30:00,550.0 -44066,sell_compound_top3,sell,2026-03-13 22:33:00,550.0 -44067,sell_compound_top3,sell,2026-03-14 05:51:00,532.0 -44068,sell_compound_top3,sell,2026-03-14 05:54:00,532.0 -44069,sell_compound_top3,sell,2026-03-14 06:06:00,534.0 -44070,sell_compound_top3,sell,2026-03-14 06:09:00,534.0 -44071,sell_compound_top3,sell,2026-03-14 06:18:00,534.0 -44072,sell_compound_top3,sell,2026-03-14 06:21:00,534.0 -44073,sell_compound_top3,sell,2026-03-14 06:24:00,534.0 -44074,sell_compound_top3,sell,2026-03-14 11:51:00,528.0 -44075,sell_compound_top3,sell,2026-03-14 11:54:00,529.0 -44076,sell_compound_top3,sell,2026-03-14 12:00:00,529.0 -44077,sell_compound_top3,sell,2026-03-14 12:03:00,529.0 -44078,sell_compound_top3,sell,2026-03-14 12:21:00,530.0 -44079,sell_compound_top3,sell,2026-03-14 12:24:00,529.0 -44080,sell_compound_top3,sell,2026-03-14 12:27:00,529.0 -44081,sell_compound_top3,sell,2026-03-14 12:36:00,531.0 -44082,sell_compound_top3,sell,2026-03-14 12:39:00,530.0 -44083,sell_compound_top3,sell,2026-03-14 20:51:00,521.0 -44084,sell_compound_top3,sell,2026-03-14 20:54:00,522.0 -44085,sell_compound_top3,sell,2026-03-15 00:27:00,521.0 -44086,sell_compound_top3,sell,2026-03-15 01:00:00,522.0 -44087,sell_compound_top3,sell,2026-03-15 01:03:00,522.0 -44088,sell_compound_top3,sell,2026-03-15 01:27:00,524.0 -44089,sell_compound_top3,sell,2026-03-15 01:30:00,525.0 -44090,sell_compound_top3,sell,2026-03-15 01:33:00,524.0 -44091,sell_compound_top3,sell,2026-03-15 01:36:00,525.0 -44092,sell_compound_top3,sell,2026-03-15 01:39:00,526.0 -44093,sell_compound_top3,sell,2026-03-15 01:42:00,526.0 -44094,sell_compound_top3,sell,2026-03-15 01:57:00,527.0 -44095,sell_compound_top3,sell,2026-03-15 02:12:00,526.0 -44096,sell_compound_top3,sell,2026-03-15 07:15:00,523.0 -44097,sell_compound_top3,sell,2026-03-15 07:30:00,523.0 -44098,sell_compound_top3,sell,2026-03-15 07:33:00,524.0 -44099,sell_compound_top3,sell,2026-03-15 07:36:00,523.0 -44100,sell_compound_top3,sell,2026-03-15 07:39:00,523.0 -44101,sell_compound_top3,sell,2026-03-15 08:21:00,525.0 -44102,sell_compound_top3,sell,2026-03-15 08:24:00,525.0 -44103,sell_compound_top3,sell,2026-03-15 08:30:00,525.0 -44104,sell_compound_top3,sell,2026-03-15 08:33:00,526.0 -44105,sell_compound_top3,sell,2026-03-15 08:42:00,526.0 -44106,sell_compound_top3,sell,2026-03-15 08:45:00,526.0 -44107,sell_compound_top3,sell,2026-03-15 08:48:00,526.0 -44108,sell_compound_top3,sell,2026-03-15 10:57:00,527.0 -44109,sell_compound_top3,sell,2026-03-15 11:00:00,527.0 -44110,sell_compound_top3,sell,2026-03-15 11:03:00,531.0 -44111,sell_compound_top3,sell,2026-03-15 11:21:00,531.0 -44112,sell_compound_top3,sell,2026-03-15 11:24:00,530.0 -44113,sell_compound_top3,sell,2026-03-15 11:27:00,531.0 -44114,sell_compound_top3,sell,2026-03-15 11:42:00,531.0 -44115,sell_compound_top3,sell,2026-03-15 11:45:00,533.0 -44116,sell_compound_top3,sell,2026-03-15 11:48:00,534.0 -44117,sell_compound_top3,sell,2026-03-15 11:57:00,534.0 -44118,sell_compound_top3,sell,2026-03-15 17:00:00,530.0 -44119,sell_compound_top3,sell,2026-03-15 17:03:00,531.0 -44120,sell_compound_top3,sell,2026-03-15 17:06:00,531.0 -44121,sell_compound_top3,sell,2026-03-15 17:09:00,529.0 -44122,sell_compound_top3,sell,2026-03-15 17:21:00,530.0 -44123,sell_compound_top3,sell,2026-03-15 17:24:00,529.0 -44124,sell_compound_top3,sell,2026-03-15 17:42:00,529.0 -44125,sell_compound_top3,sell,2026-03-15 17:51:00,530.0 -44126,sell_compound_top3,sell,2026-03-15 17:54:00,530.0 -44127,sell_compound_top3,sell,2026-03-15 18:21:00,532.0 -44128,sell_compound_top3,sell,2026-03-15 18:24:00,532.0 -44129,sell_compound_top3,sell,2026-03-16 01:21:00,529.0 -44130,sell_compound_top3,sell,2026-03-16 01:24:00,530.0 -44131,sell_compound_top3,sell,2026-03-16 02:12:00,529.0 -44132,sell_compound_top3,sell,2026-03-16 03:06:00,533.0 -44133,sell_compound_top3,sell,2026-03-16 03:09:00,533.0 -44134,sell_compound_top3,sell,2026-03-16 03:12:00,534.0 -44135,sell_compound_top3,sell,2026-03-16 06:42:00,536.0 -44136,sell_compound_top3,sell,2026-03-16 06:45:00,535.0 -44137,sell_compound_top3,sell,2026-03-16 06:48:00,535.0 -44138,sell_compound_top3,sell,2026-03-16 06:57:00,535.0 -44139,sell_compound_top3,sell,2026-03-16 07:00:00,535.0 -44140,sell_compound_top3,sell,2026-03-16 07:03:00,536.0 -44141,sell_compound_top3,sell,2026-03-16 08:00:00,536.0 -44142,sell_compound_top3,sell,2026-03-16 08:03:00,537.0 -44143,sell_compound_top3,sell,2026-03-16 08:06:00,537.0 -44144,sell_compound_top3,sell,2026-03-16 08:09:00,538.0 -44145,sell_compound_top3,sell,2026-03-16 09:00:00,537.0 -44146,sell_compound_top3,sell,2026-03-16 09:03:00,538.0 -44147,sell_compound_top3,sell,2026-03-16 09:12:00,537.0 -44148,sell_compound_top3,sell,2026-03-16 11:06:00,537.0 -44149,sell_compound_top3,sell,2026-03-16 11:09:00,538.0 -44150,sell_compound_top3,sell,2026-03-16 11:12:00,537.0 -44151,sell_compound_top3,sell,2026-03-16 11:15:00,538.0 -44152,sell_compound_top3,sell,2026-03-16 11:18:00,537.0 -44153,sell_compound_top3,sell,2026-03-16 12:06:00,539.0 -44154,sell_compound_top3,sell,2026-03-16 12:09:00,538.0 -44155,sell_compound_top3,sell,2026-03-16 12:12:00,539.0 -44156,sell_compound_top3,sell,2026-03-16 12:15:00,539.0 -44157,sell_compound_top3,sell,2026-03-16 12:18:00,538.0 -44158,sell_compound_top3,sell,2026-03-16 12:45:00,544.0 -44159,sell_compound_top3,sell,2026-03-16 12:48:00,543.0 -44160,sell_compound_top3,sell,2026-03-16 12:51:00,545.0 -44161,sell_compound_top3,sell,2026-03-16 12:54:00,545.0 -44162,sell_compound_top3,sell,2026-03-16 12:57:00,545.0 -44163,sell_compound_top3,sell,2026-03-16 13:00:00,546.0 -44164,sell_compound_top3,sell,2026-03-16 13:03:00,547.0 -44165,sell_compound_top3,sell,2026-03-16 13:06:00,548.0 -44166,sell_compound_top3,sell,2026-03-16 13:09:00,548.0 -44167,sell_compound_top3,sell,2026-03-16 13:51:00,550.0 -44168,sell_compound_top3,sell,2026-03-16 13:54:00,551.0 -44169,sell_compound_top3,sell,2026-03-16 14:15:00,553.0 -44170,sell_compound_top3,sell,2026-03-16 14:18:00,554.0 -44171,sell_compound_top3,sell,2026-03-16 14:27:00,555.0 -44172,sell_compound_top3,sell,2026-03-16 14:30:00,555.0 -44173,sell_compound_top3,sell,2026-03-16 14:33:00,554.0 -44174,sell_compound_top3,sell,2026-03-16 14:36:00,554.0 -44175,sell_compound_top3,sell,2026-03-16 14:39:00,556.0 -44176,sell_compound_top3,sell,2026-03-16 14:42:00,556.0 -44177,sell_compound_top3,sell,2026-03-16 14:45:00,557.0 -44178,sell_compound_top3,sell,2026-03-16 14:48:00,556.0 -44179,sell_compound_top3,sell,2026-03-16 14:51:00,557.0 -44180,sell_compound_top3,sell,2026-03-16 14:54:00,557.0 -44181,sell_compound_top3,sell,2026-03-16 15:00:00,558.0 -44182,sell_compound_top3,sell,2026-03-16 15:03:00,556.0 -44183,sell_compound_top3,sell,2026-03-16 15:27:00,557.0 -44184,sell_compound_top3,sell,2026-03-16 15:30:00,559.0 -44185,sell_compound_top3,sell,2026-03-16 15:33:00,558.0 -44186,sell_compound_top3,sell,2026-03-16 15:36:00,559.0 -44187,sell_compound_top3,sell,2026-03-16 15:39:00,559.0 -44188,sell_compound_top3,sell,2026-03-16 15:42:00,560.0 -44189,sell_compound_top3,sell,2026-03-16 16:12:00,564.0 -44190,sell_compound_top3,sell,2026-03-16 16:15:00,562.0 -44191,sell_compound_top3,sell,2026-03-16 16:18:00,562.0 -44192,sell_compound_top3,sell,2026-03-16 16:21:00,561.0 -44193,sell_compound_top3,sell,2026-03-16 16:24:00,563.0 -44194,sell_compound_top3,sell,2026-03-16 16:27:00,563.0 -44195,sell_compound_top3,sell,2026-03-16 16:42:00,565.0 -44196,sell_compound_top3,sell,2026-03-16 16:45:00,566.0 -44197,sell_compound_top3,sell,2026-03-16 16:48:00,567.0 -44198,sell_compound_top3,sell,2026-03-16 21:45:00,561.0 -44199,sell_compound_top3,sell,2026-03-16 21:48:00,560.0 -44200,sell_compound_top3,sell,2026-03-16 22:21:00,562.0 -44201,sell_compound_top3,sell,2026-03-16 22:24:00,561.0 -44202,sell_compound_top3,sell,2026-03-16 23:00:00,564.0 -44203,sell_compound_top3,sell,2026-03-16 23:03:00,565.0 -44204,sell_compound_top3,sell,2026-03-17 00:00:00,565.0 -44205,sell_compound_top3,sell,2026-03-17 00:03:00,566.0 -44206,sell_compound_top3,sell,2026-03-17 00:21:00,565.0 -44207,sell_compound_top3,sell,2026-03-17 00:24:00,566.0 -44208,sell_compound_top3,sell,2026-03-17 00:27:00,566.0 -44209,sell_compound_top3,sell,2026-03-17 01:42:00,580.0 -44210,sell_compound_top3,sell,2026-03-17 01:45:00,581.0 -44211,sell_compound_top3,sell,2026-03-17 01:48:00,580.0 -44212,sell_compound_top3,sell,2026-03-17 01:51:00,581.0 -44213,sell_compound_top3,sell,2026-03-17 01:54:00,583.0 -44214,sell_compound_top3,sell,2026-03-17 01:57:00,583.0 -44215,sell_compound_top3,sell,2026-03-17 02:00:00,582.0 -44216,sell_compound_top3,sell,2026-03-17 02:03:00,585.0 -44217,sell_compound_top3,sell,2026-03-17 02:06:00,589.0 -44218,sell_compound_top3,sell,2026-03-17 02:09:00,590.0 -44219,sell_compound_top3,sell,2026-03-17 02:12:00,588.0 -44220,sell_compound_top3,sell,2026-03-17 05:30:00,582.0 -44221,sell_compound_top3,sell,2026-03-17 05:33:00,581.0 -44222,sell_compound_top3,sell,2026-03-17 05:36:00,583.0 -44223,sell_compound_top3,sell,2026-03-17 05:39:00,582.0 -44224,sell_compound_top3,sell,2026-03-17 05:57:00,583.0 -44225,sell_compound_top3,sell,2026-03-17 06:12:00,584.0 -44226,sell_compound_top3,sell,2026-03-17 06:15:00,584.0 -44227,sell_compound_top3,sell,2026-03-17 06:18:00,586.0 -44228,sell_compound_top3,sell,2026-03-17 06:21:00,583.0 -44229,sell_compound_top3,sell,2026-03-17 06:24:00,585.0 -44230,sell_compound_top3,sell,2026-03-17 07:15:00,592.0 -44231,sell_compound_top3,sell,2026-03-17 07:18:00,593.0 -44232,sell_compound_top3,sell,2026-03-17 07:21:00,592.0 -44233,sell_compound_top3,sell,2026-03-17 07:24:00,590.0 -44234,sell_compound_top3,sell,2026-03-17 07:42:00,592.0 -44235,sell_compound_top3,sell,2026-03-17 07:45:00,593.0 -44236,sell_compound_top3,sell,2026-03-17 07:48:00,594.0 -44237,sell_compound_top3,sell,2026-03-17 11:42:00,588.0 -44238,sell_compound_top3,sell,2026-03-17 16:30:00,581.0 -44239,sell_compound_top3,sell,2026-03-17 16:33:00,582.0 -44240,sell_compound_top3,sell,2026-03-17 16:36:00,582.0 -44241,sell_compound_top3,sell,2026-03-17 16:39:00,581.0 -44242,sell_compound_top3,sell,2026-03-17 16:42:00,582.0 -44243,sell_compound_top3,sell,2026-03-17 16:45:00,582.0 -44244,sell_compound_top3,sell,2026-03-17 16:48:00,582.0 -44245,sell_compound_top3,sell,2026-03-17 16:51:00,582.0 -44246,sell_compound_top3,sell,2026-03-17 16:54:00,582.0 -44247,sell_compound_top3,sell,2026-03-18 00:12:00,575.0 -44248,sell_compound_top3,sell,2026-03-18 00:27:00,577.0 -44249,sell_compound_top3,sell,2026-03-18 01:06:00,580.0 -44250,sell_compound_top3,sell,2026-03-18 01:09:00,582.0 -44251,sell_compound_top3,sell,2026-03-18 01:12:00,581.0 -44252,sell_compound_top3,sell,2026-03-18 03:06:00,585.0 -44253,sell_compound_top3,sell,2026-03-18 03:09:00,586.0 -44254,sell_compound_top3,sell,2026-03-18 03:12:00,587.0 -44255,sell_compound_top3,sell,2026-03-18 03:15:00,586.0 -44256,sell_compound_top3,sell,2026-03-18 03:18:00,585.0 -44257,sell_compound_top3,sell,2026-03-18 04:51:00,585.0 -44258,sell_compound_top3,sell,2026-03-18 04:54:00,585.0 -44259,sell_compound_top3,sell,2026-03-18 06:27:00,587.0 -44260,sell_compound_top3,sell,2026-03-18 06:30:00,588.0 -44261,sell_compound_top3,sell,2026-03-18 06:33:00,588.0 -44262,sell_compound_top3,sell,2026-03-18 06:36:00,588.0 -44263,sell_compound_top3,sell,2026-03-18 06:39:00,589.0 -44264,sell_compound_top3,sell,2026-03-18 06:45:00,589.0 -44265,sell_compound_top3,sell,2026-03-18 06:48:00,590.0 -44266,sell_compound_top3,sell,2026-03-18 11:45:00,585.0 -44267,sell_compound_top3,sell,2026-03-18 11:48:00,585.0 -44268,sell_compound_top3,sell,2026-03-18 12:27:00,589.0 -44269,sell_compound_top3,sell,2026-03-18 12:36:00,588.0 -44270,sell_compound_top3,sell,2026-03-18 12:39:00,587.0 -44271,sell_compound_top3,sell,2026-03-18 14:21:00,590.0 -44272,sell_compound_top3,sell,2026-03-18 14:24:00,590.0 -44273,sell_compound_top3,sell,2026-03-18 14:27:00,589.0 -44274,sell_compound_top3,sell,2026-03-19 03:42:00,544.0 -44275,sell_compound_top3,sell,2026-03-19 05:45:00,544.0 -44276,sell_compound_top3,sell,2026-03-19 05:48:00,544.0 -44277,sell_compound_top3,sell,2026-03-19 05:51:00,545.0 -44278,sell_compound_top3,sell,2026-03-19 05:54:00,545.0 -44279,sell_compound_top3,sell,2026-03-19 05:57:00,545.0 -44280,sell_compound_top3,sell,2026-03-19 06:00:00,545.0 -44281,sell_compound_top3,sell,2026-03-19 06:03:00,545.0 -44282,sell_compound_top3,sell,2026-03-19 06:06:00,546.0 -44283,sell_compound_top3,sell,2026-03-19 06:09:00,546.0 -44284,sell_compound_top3,sell,2026-03-19 06:12:00,548.0 -44285,sell_compound_top3,sell,2026-03-19 06:21:00,550.0 -44286,sell_compound_top3,sell,2026-03-19 06:24:00,550.0 -44287,sell_compound_top3,sell,2026-03-19 06:27:00,550.0 -44288,sell_compound_top3,sell,2026-03-19 06:30:00,550.0 -44289,sell_compound_top3,sell,2026-03-19 06:33:00,551.0 -44290,sell_compound_top3,sell,2026-03-19 06:36:00,550.0 -44291,sell_compound_top3,sell,2026-03-19 06:39:00,552.0 -44292,sell_compound_top3,sell,2026-03-19 06:42:00,551.0 -44293,sell_compound_top3,sell,2026-03-19 06:45:00,550.0 -44294,sell_compound_top3,sell,2026-03-19 06:48:00,551.0 -44295,sell_compound_top3,sell,2026-03-19 06:51:00,551.0 -44296,sell_compound_top3,sell,2026-03-19 06:54:00,551.0 -44297,sell_compound_top3,sell,2026-03-20 06:27:00,498.0 -44298,sell_compound_top3,sell,2026-03-20 06:30:00,498.0 -44299,sell_compound_top3,sell,2026-03-20 06:33:00,498.0 -44300,sell_compound_top3,sell,2026-03-20 14:27:00,497.0 -44301,sell_compound_top3,sell,2026-03-20 14:36:00,497.0 -44302,sell_compound_top3,sell,2026-03-20 14:39:00,497.0 -44303,sell_compound_top3,sell,2026-03-20 14:51:00,498.0 -44304,sell_compound_top3,sell,2026-03-20 14:54:00,497.0 -44305,sell_compound_top3,sell,2026-03-20 14:57:00,497.0 -44306,sell_compound_top3,sell,2026-03-21 01:00:00,483.0 -44307,sell_compound_top3,sell,2026-03-21 01:03:00,483.0 -44308,sell_compound_top3,sell,2026-03-21 01:06:00,484.0 -44309,sell_compound_top3,sell,2026-03-21 01:09:00,484.0 -44310,sell_compound_top3,sell,2026-03-21 01:12:00,486.0 -44311,sell_compound_top3,sell,2026-03-21 01:15:00,485.0 -44312,sell_compound_top3,sell,2026-03-21 01:18:00,485.0 -44313,sell_compound_top3,sell,2026-03-21 01:21:00,485.0 -44314,sell_compound_top3,sell,2026-03-21 01:24:00,484.0 -44315,sell_compound_top3,sell,2026-03-21 02:21:00,513.0 -44316,sell_compound_top3,sell,2026-03-21 02:24:00,510.0 -44317,sell_compound_top3,sell,2026-03-21 02:27:00,513.0 -44318,sell_compound_top3,sell,2026-03-21 12:30:00,482.0 -44319,sell_compound_top3,sell,2026-03-21 12:33:00,483.0 -44320,sell_compound_top3,sell,2026-03-21 15:21:00,483.0 -44321,sell_compound_top3,sell,2026-03-21 15:24:00,483.0 -44322,sell_compound_top3,sell,2026-03-21 23:42:00,472.0 -44323,sell_compound_top3,sell,2026-03-22 01:12:00,474.0 -44324,sell_compound_top3,sell,2026-03-22 01:15:00,476.0 -44325,sell_compound_top3,sell,2026-03-22 01:18:00,476.0 -44326,sell_compound_top3,sell,2026-03-22 03:21:00,477.0 -44327,sell_compound_top3,sell,2026-03-22 03:24:00,479.0 -44328,sell_compound_top3,sell,2026-03-22 03:45:00,481.0 -44329,sell_compound_top3,sell,2026-03-22 03:48:00,481.0 -44330,sell_compound_top3,sell,2026-03-22 03:51:00,482.0 -44331,sell_compound_top3,sell,2026-03-22 03:54:00,482.0 -44332,sell_compound_top3,sell,2026-03-22 04:57:00,481.0 -44333,sell_compound_top3,sell,2026-03-22 05:00:00,482.0 -44334,sell_compound_top3,sell,2026-03-22 05:03:00,483.0 -44335,sell_compound_top3,sell,2026-03-22 05:06:00,484.0 -44336,sell_compound_top3,sell,2026-03-22 05:09:00,483.0 -44337,sell_compound_top3,sell,2026-03-22 05:45:00,490.0 -44338,sell_compound_top3,sell,2026-03-22 05:48:00,490.0 -44339,sell_compound_top3,sell,2026-03-22 05:51:00,490.0 -44340,sell_compound_top3,sell,2026-03-22 05:54:00,489.0 -44341,sell_compound_top3,sell,2026-03-22 06:06:00,491.0 -44342,sell_compound_top3,sell,2026-03-22 06:09:00,492.0 -44343,sell_compound_top3,sell,2026-03-22 06:12:00,492.0 -44344,sell_compound_top3,sell,2026-03-22 06:15:00,492.0 -44345,sell_compound_top3,sell,2026-03-22 06:18:00,492.0 -44346,sell_compound_top3,sell,2026-03-22 06:21:00,492.0 -44347,sell_compound_top3,sell,2026-03-22 06:24:00,492.0 -44348,sell_compound_top3,sell,2026-03-22 12:00:00,479.0 -44349,sell_compound_top3,sell,2026-03-22 12:03:00,480.0 -44350,sell_compound_top3,sell,2026-03-22 12:21:00,480.0 -44351,sell_compound_top3,sell,2026-03-22 12:24:00,479.0 -44352,sell_compound_top3,sell,2026-03-22 12:30:00,481.0 -44353,sell_compound_top3,sell,2026-03-22 12:33:00,481.0 -44354,sell_compound_top3,sell,2026-03-22 12:36:00,483.0 -44355,sell_compound_top3,sell,2026-03-22 12:39:00,482.0 -44356,sell_compound_top3,sell,2026-03-22 12:51:00,480.0 -44357,sell_compound_top3,sell,2026-03-22 12:54:00,481.0 -44358,sell_compound_top3,sell,2026-03-22 18:15:00,478.0 -44359,sell_compound_top3,sell,2026-03-22 18:18:00,476.0 -44360,sell_compound_top3,sell,2026-03-23 01:27:00,472.0 -44361,sell_compound_top3,sell,2026-03-23 07:51:00,463.0 -44362,sell_compound_top3,sell,2026-03-23 07:54:00,464.0 -44363,sell_compound_top3,sell,2026-03-23 07:57:00,464.0 -44364,sell_compound_top3,sell,2026-03-23 08:00:00,464.0 -44365,sell_compound_top3,sell,2026-03-23 08:03:00,464.0 -44366,sell_compound_top3,sell,2026-03-23 08:06:00,464.0 -44367,sell_compound_top3,sell,2026-03-23 08:09:00,464.0 -44368,sell_compound_top3,sell,2026-03-23 08:12:00,465.0 -44369,sell_compound_top3,sell,2026-03-23 08:15:00,466.0 -44370,sell_compound_top3,sell,2026-03-23 08:18:00,465.0 -44371,sell_compound_top3,sell,2026-03-23 08:21:00,465.0 -44372,sell_compound_top3,sell,2026-03-23 08:24:00,466.0 -44373,sell_compound_top3,sell,2026-03-23 10:45:00,468.0 -44374,sell_compound_top3,sell,2026-03-23 10:48:00,469.0 -44375,sell_compound_top3,sell,2026-03-23 10:51:00,468.0 -44376,sell_compound_top3,sell,2026-03-23 10:54:00,469.0 -44377,sell_compound_top3,sell,2026-03-23 11:30:00,470.0 -44378,sell_compound_top3,sell,2026-03-23 11:33:00,469.0 -44379,sell_compound_top3,sell,2026-03-23 11:42:00,469.0 -44380,sell_compound_top3,sell,2026-03-23 11:51:00,469.0 -44381,sell_compound_top3,sell,2026-03-23 11:54:00,470.0 -44382,sell_compound_top3,sell,2026-03-23 11:57:00,471.0 -44383,sell_compound_top3,sell,2026-03-23 20:21:00,473.0 -44384,sell_compound_top3,sell,2026-03-23 20:24:00,471.0 -44385,sell_compound_top3,sell,2026-03-23 20:27:00,474.0 -44386,sell_compound_top3,sell,2026-03-23 20:30:00,474.0 -44387,sell_compound_top3,sell,2026-03-23 20:33:00,475.0 -44388,sell_compound_top3,sell,2026-03-24 00:06:00,474.0 -44389,sell_compound_top3,sell,2026-03-24 00:09:00,473.0 -44390,sell_compound_top3,sell,2026-03-24 00:45:00,474.0 -44391,sell_compound_top3,sell,2026-03-24 00:48:00,474.0 -44392,sell_compound_top3,sell,2026-03-24 01:12:00,474.0 -44393,sell_compound_top3,sell,2026-03-24 02:12:00,480.0 -44394,sell_compound_top3,sell,2026-03-24 02:51:00,479.0 -44395,sell_compound_top3,sell,2026-03-24 02:54:00,480.0 -44396,sell_compound_top3,sell,2026-03-24 03:06:00,484.0 -44397,sell_compound_top3,sell,2026-03-24 03:09:00,483.0 -44398,sell_compound_top3,sell,2026-03-24 03:12:00,483.0 -44399,sell_compound_top3,sell,2026-03-24 03:21:00,484.0 -44400,sell_compound_top3,sell,2026-03-24 03:24:00,484.0 -44401,sell_compound_top3,sell,2026-03-24 03:30:00,483.0 -44402,sell_compound_top3,sell,2026-03-24 03:33:00,483.0 -44403,sell_compound_top3,sell,2026-03-24 03:45:00,483.0 -44404,sell_compound_top3,sell,2026-03-24 03:48:00,484.0 -44405,sell_compound_top3,sell,2026-03-24 03:57:00,485.0 -44406,sell_compound_top3,sell,2026-03-24 04:00:00,485.0 -44407,sell_compound_top3,sell,2026-03-24 04:03:00,486.0 -44408,sell_compound_top3,sell,2026-03-24 06:42:00,487.0 -44409,sell_compound_top3,sell,2026-03-24 06:45:00,486.0 -44410,sell_compound_top3,sell,2026-03-24 06:48:00,486.0 -44411,sell_compound_top3,sell,2026-03-24 12:36:00,481.0 -44412,sell_compound_top3,sell,2026-03-24 12:39:00,482.0 -44413,sell_compound_top3,sell,2026-03-24 12:51:00,481.0 -44414,sell_compound_top3,sell,2026-03-24 12:54:00,481.0 -44415,sell_compound_top3,sell,2026-03-24 12:57:00,482.0 -44416,sell_compound_top3,sell,2026-03-24 15:12:00,482.0 -44417,sell_compound_top3,sell,2026-03-24 16:00:00,482.0 -44418,sell_compound_top3,sell,2026-03-24 16:03:00,482.0 -44419,sell_compound_top3,sell,2026-03-25 03:45:00,474.0 -44420,sell_compound_top3,sell,2026-03-25 05:12:00,475.0 -44421,sell_compound_top3,sell,2026-03-25 05:45:00,480.0 -44422,sell_compound_top3,sell,2026-03-25 05:48:00,478.0 -44423,sell_compound_top3,sell,2026-03-25 05:51:00,480.0 -44424,sell_compound_top3,sell,2026-03-25 05:54:00,480.0 -44425,sell_compound_top3,sell,2026-03-25 05:57:00,481.0 -44426,sell_compound_top3,sell,2026-03-25 06:00:00,481.0 -44427,sell_compound_top3,sell,2026-03-25 06:03:00,481.0 -44428,sell_compound_top3,sell,2026-03-25 09:42:00,480.0 -44429,sell_compound_top3,sell,2026-03-25 11:42:00,480.0 -44430,sell_compound_top3,sell,2026-03-25 16:42:00,479.0 -44431,sell_compound_top3,sell,2026-03-25 17:27:00,478.0 -44432,sell_compound_top3,sell,2026-03-25 17:51:00,480.0 -44433,sell_compound_top3,sell,2026-03-25 17:54:00,479.0 -44434,sell_compound_top3,sell,2026-03-25 18:51:00,479.0 -44435,sell_compound_top3,sell,2026-03-25 18:54:00,479.0 -44436,sell_compound_top3,sell,2026-03-25 18:57:00,481.0 -44437,sell_compound_top3,sell,2026-03-25 19:00:00,480.0 -44438,sell_compound_top3,sell,2026-03-25 19:03:00,481.0 -44439,sell_compound_top3,sell,2026-03-25 20:42:00,483.0 -44440,sell_compound_top3,sell,2026-03-25 21:00:00,485.0 -44441,sell_compound_top3,sell,2026-03-25 21:03:00,485.0 -44442,sell_compound_top3,sell,2026-03-25 22:21:00,487.0 -44443,sell_compound_top3,sell,2026-03-25 22:24:00,486.0 -44444,sell_compound_top3,sell,2026-03-26 04:51:00,480.0 -44445,sell_compound_top3,sell,2026-03-26 04:54:00,479.0 -44446,sell_compound_top3,sell,2026-03-26 07:06:00,481.0 -44447,sell_compound_top3,sell,2026-03-26 07:09:00,480.0 -44448,sell_compound_top3,sell,2026-03-26 07:21:00,481.0 -44449,sell_compound_top3,sell,2026-03-26 07:24:00,482.0 -44450,sell_compound_top3,sell,2026-03-26 07:27:00,482.0 -44451,sell_compound_top3,sell,2026-03-26 07:30:00,482.0 -44452,sell_compound_top3,sell,2026-03-26 07:33:00,485.0 -44453,sell_compound_top3,sell,2026-03-26 07:36:00,485.0 -44454,sell_compound_top3,sell,2026-03-26 07:39:00,485.0 -44455,sell_compound_top3,sell,2026-03-26 07:42:00,485.0 -44456,sell_compound_top3,sell,2026-03-26 07:45:00,484.0 -44457,sell_compound_top3,sell,2026-03-26 07:48:00,484.0 -44458,sell_compound_top3,sell,2026-03-26 08:30:00,485.0 -44459,sell_compound_top3,sell,2026-03-26 08:33:00,485.0 -44460,sell_compound_top3,sell,2026-03-27 05:42:00,444.0 -44461,sell_compound_top3,sell,2026-03-27 09:15:00,443.0 -44462,sell_compound_top3,sell,2026-03-27 09:18:00,443.0 -44463,sell_compound_top3,sell,2026-03-27 11:21:00,442.0 -44464,sell_compound_top3,sell,2026-03-27 11:24:00,441.0 -44465,sell_compound_top3,sell,2026-03-28 13:21:00,380.0 -44466,sell_compound_top3,sell,2026-03-28 13:24:00,380.0 -44467,sell_compound_top3,sell,2026-03-28 13:27:00,381.0 -44468,sell_compound_top3,sell,2026-03-28 14:30:00,381.0 -44469,sell_compound_top3,sell,2026-03-28 14:33:00,381.0 -44470,sell_compound_top3,sell,2026-03-28 15:12:00,383.0 -44471,sell_compound_top3,sell,2026-03-28 15:51:00,388.0 -44472,sell_compound_top3,sell,2026-03-28 15:54:00,390.0 -44473,sell_compound_top3,sell,2026-03-28 15:57:00,390.0 -44474,sell_compound_top3,sell,2026-03-28 16:00:00,391.0 -44475,sell_compound_top3,sell,2026-03-28 16:03:00,396.0 -44476,sell_compound_top3,sell,2026-03-28 16:30:00,396.0 -44477,sell_compound_top3,sell,2026-03-28 16:33:00,396.0 -44478,sell_compound_top3,sell,2026-03-28 16:36:00,396.0 -44479,sell_compound_top3,sell,2026-03-28 16:39:00,398.0 -44480,sell_compound_top3,sell,2026-03-28 16:42:00,398.0 -44481,sell_compound_top3,sell,2026-03-28 16:57:00,407.0 -44482,sell_compound_top3,sell,2026-03-28 17:00:00,407.0 -44483,sell_compound_top3,sell,2026-03-28 17:03:00,409.0 -44484,sell_compound_top3,sell,2026-03-28 17:12:00,410.0 -44485,sell_compound_top3,sell,2026-03-28 17:15:00,410.0 -44486,sell_compound_top3,sell,2026-03-28 17:18:00,408.0 -44487,sell_compound_top3,sell,2026-03-28 17:45:00,410.0 -44488,sell_compound_top3,sell,2026-03-28 17:48:00,409.0 -44489,sell_compound_top3,sell,2026-03-28 18:15:00,413.0 -44490,sell_compound_top3,sell,2026-03-28 18:18:00,412.0 -44491,sell_compound_top3,sell,2026-03-28 18:27:00,414.0 -44492,sell_compound_top3,sell,2026-03-28 22:51:00,413.0 -44493,sell_compound_top3,sell,2026-03-28 22:54:00,412.0 -44494,sell_compound_top3,sell,2026-03-28 23:00:00,414.0 -44495,sell_compound_top3,sell,2026-03-28 23:03:00,413.0 -44496,sell_compound_top3,sell,2026-03-28 23:21:00,417.0 -44497,sell_compound_top3,sell,2026-03-28 23:24:00,417.0 -44498,sell_compound_top3,sell,2026-03-28 23:30:00,416.0 -44499,sell_compound_top3,sell,2026-03-28 23:33:00,415.0 -44500,sell_compound_top3,sell,2026-03-29 03:21:00,415.0 -44501,sell_compound_top3,sell,2026-03-29 03:24:00,415.0 -44502,sell_compound_top3,sell,2026-03-29 03:27:00,415.0 -44503,sell_compound_top3,sell,2026-03-29 03:30:00,416.0 -44504,sell_compound_top3,sell,2026-03-29 03:33:00,415.0 -44505,sell_compound_top3,sell,2026-03-29 03:36:00,417.0 -44506,sell_compound_top3,sell,2026-03-29 03:39:00,416.0 -44507,sell_compound_top3,sell,2026-03-29 05:12:00,417.0 -44508,sell_compound_top3,sell,2026-03-29 10:27:00,414.0 -44509,sell_compound_top3,sell,2026-03-29 11:51:00,415.0 -44510,sell_compound_top3,sell,2026-03-29 11:54:00,415.0 -44511,sell_compound_top3,sell,2026-03-29 12:27:00,415.0 -44512,sell_compound_top3,sell,2026-03-29 14:21:00,415.0 -44513,sell_compound_top3,sell,2026-03-29 14:24:00,414.0 -44514,sell_compound_top3,sell,2026-03-29 14:30:00,415.0 -44515,sell_compound_top3,sell,2026-03-29 14:33:00,414.0 -44516,sell_compound_top3,sell,2026-03-29 15:42:00,418.0 -44517,sell_compound_top3,sell,2026-03-30 09:30:00,418.0 -44518,sell_compound_top3,sell,2026-03-30 09:33:00,419.0 -44519,sell_compound_top3,sell,2026-03-30 10:30:00,419.0 -44520,sell_compound_top3,sell,2026-03-30 10:33:00,419.0 -44521,sell_compound_top3,sell,2026-03-30 10:36:00,418.0 -44522,sell_compound_top3,sell,2026-03-30 10:39:00,418.0 -44523,sell_compound_top3,sell,2026-03-30 11:00:00,423.0 -44524,sell_compound_top3,sell,2026-03-30 11:03:00,424.0 -44525,sell_compound_top3,sell,2026-03-30 11:06:00,421.0 -44526,sell_compound_top3,sell,2026-03-30 11:09:00,425.0 -44527,sell_compound_top3,sell,2026-03-30 11:12:00,424.0 -44528,sell_compound_top3,sell,2026-03-30 11:15:00,425.0 -44529,sell_compound_top3,sell,2026-03-30 11:18:00,424.0 -44530,sell_compound_top3,sell,2026-03-30 11:21:00,424.0 -44531,sell_compound_top3,sell,2026-03-30 11:24:00,424.0 -44532,sell_compound_top3,sell,2026-03-30 11:36:00,425.0 -44533,sell_compound_top3,sell,2026-03-30 11:39:00,427.0 -44534,sell_compound_top3,sell,2026-03-30 11:42:00,426.0 -44535,sell_compound_top3,sell,2026-03-30 17:12:00,430.0 -44536,sell_compound_top3,sell,2026-03-30 17:15:00,431.0 -44537,sell_compound_top3,sell,2026-03-30 17:18:00,430.0 -44538,sell_compound_top3,sell,2026-03-30 19:51:00,434.0 -44539,sell_compound_top3,sell,2026-03-30 19:54:00,433.0 -44540,sell_compound_top3,sell,2026-03-30 19:57:00,434.0 -44541,sell_compound_top3,sell,2026-03-31 02:00:00,425.0 -44542,sell_compound_top3,sell,2026-03-31 02:03:00,425.0 -44543,sell_compound_top3,sell,2026-03-31 06:30:00,419.0 -44544,sell_compound_top3,sell,2026-03-31 06:33:00,418.0 -44545,sell_compound_top3,sell,2026-03-31 06:36:00,419.0 -44546,sell_compound_top3,sell,2026-03-31 06:39:00,420.0 -44547,sell_compound_top3,sell,2026-03-31 06:42:00,419.0 -44548,sell_compound_top3,sell,2026-03-31 10:00:00,419.0 -44549,sell_compound_top3,sell,2026-03-31 10:03:00,418.0 -44550,sell_compound_top3,sell,2026-03-31 10:30:00,420.0 -44551,sell_compound_top3,sell,2026-03-31 10:33:00,421.0 -44552,sell_compound_top3,sell,2026-03-31 11:12:00,421.0 -44553,sell_compound_top3,sell,2026-03-31 11:30:00,423.0 -44554,sell_compound_top3,sell,2026-03-31 11:33:00,423.0 -44555,sell_compound_top3,sell,2026-03-31 11:36:00,424.0 -44556,sell_compound_top3,sell,2026-03-31 11:39:00,424.0 -44557,sell_compound_top3,sell,2026-03-31 11:42:00,424.0 -44558,sell_compound_top3,sell,2026-03-31 17:12:00,422.0 -44559,sell_compound_top3,sell,2026-03-31 17:27:00,424.0 -44560,sell_compound_top3,sell,2026-03-31 21:21:00,418.0 -44561,sell_compound_top3,sell,2026-03-31 21:24:00,417.0 -44562,sell_compound_top3,sell,2026-03-31 22:57:00,421.0 -44563,sell_compound_top3,sell,2026-03-31 23:00:00,421.0 -44564,sell_compound_top3,sell,2026-03-31 23:03:00,421.0 -44565,sell_compound_top3,sell,2026-04-01 05:42:00,418.0 -44566,sell_compound_top3,sell,2026-04-01 09:45:00,419.0 -44567,sell_compound_top3,sell,2026-04-01 09:48:00,419.0 -44568,sell_compound_top3,sell,2026-04-01 10:06:00,422.0 -44569,sell_compound_top3,sell,2026-04-01 10:09:00,422.0 -44570,sell_compound_top3,sell,2026-04-01 10:12:00,423.0 -44571,sell_compound_top3,sell,2026-04-01 10:15:00,423.0 -44572,sell_compound_top3,sell,2026-04-01 10:18:00,423.0 -44573,sell_compound_top3,sell,2026-04-01 10:21:00,423.0 -44574,sell_compound_top3,sell,2026-04-01 10:24:00,423.0 -44575,sell_compound_top3,sell,2026-04-01 10:27:00,423.0 -44576,sell_compound_top3,sell,2026-04-01 14:21:00,422.0 -44577,sell_compound_top3,sell,2026-04-01 14:24:00,421.0 -44578,sell_compound_top3,sell,2026-04-01 14:36:00,423.0 -44579,sell_compound_top3,sell,2026-04-01 14:39:00,422.0 -44580,sell_compound_top3,sell,2026-04-01 14:42:00,423.0 -44581,sell_compound_top3,sell,2026-04-01 14:45:00,423.0 -44582,sell_compound_top3,sell,2026-04-01 14:48:00,423.0 -44583,sell_compound_top3,sell,2026-04-01 15:12:00,426.0 -44584,sell_compound_top3,sell,2026-04-01 15:30:00,425.0 -44585,sell_compound_top3,sell,2026-04-01 15:33:00,424.0 -44586,sell_compound_top3,sell,2026-04-01 19:30:00,424.0 -44587,sell_compound_top3,sell,2026-04-01 19:33:00,424.0 -44588,sell_compound_top3,sell,2026-04-01 19:42:00,425.0 -44589,sell_compound_top3,sell,2026-04-01 19:45:00,425.0 -44590,sell_compound_top3,sell,2026-04-01 19:48:00,425.0 -44591,sell_compound_top3,sell,2026-04-01 19:51:00,425.0 -44592,sell_compound_top3,sell,2026-04-01 19:54:00,423.0 -44593,sell_compound_top3,sell,2026-04-01 20:27:00,426.0 -44594,sell_compound_top3,sell,2026-04-01 20:45:00,426.0 -44595,sell_compound_top3,sell,2026-04-01 20:48:00,425.0 -44596,sell_compound_top3,sell,2026-04-01 20:51:00,426.0 -44597,sell_compound_top3,sell,2026-04-01 20:54:00,425.0 -44598,sell_compound_top3,sell,2026-04-02 00:15:00,426.0 -44599,sell_compound_top3,sell,2026-04-02 00:18:00,427.0 -44600,sell_compound_top3,sell,2026-04-02 00:51:00,427.0 -44601,sell_compound_top3,sell,2026-04-02 00:54:00,427.0 -44602,sell_compound_top3,sell,2026-04-02 06:15:00,423.0 -44603,sell_compound_top3,sell,2026-04-02 06:18:00,423.0 -44604,sell_compound_top3,sell,2026-04-02 06:27:00,425.0 -44605,sell_compound_top3,sell,2026-04-02 06:30:00,424.0 -44606,sell_compound_top3,sell,2026-04-02 06:33:00,424.0 -44607,sell_compound_top3,sell,2026-04-02 09:51:00,423.0 -44608,sell_compound_top3,sell,2026-04-02 09:54:00,422.0 -44609,sell_compound_top3,sell,2026-04-02 15:00:00,411.0 -44610,sell_compound_top3,sell,2026-04-02 15:03:00,410.0 -44611,sell_compound_top3,sell,2026-04-02 15:12:00,412.0 -44612,sell_compound_top3,sell,2026-04-02 15:15:00,412.0 -44613,sell_compound_top3,sell,2026-04-02 15:18:00,413.0 -44614,sell_compound_top3,sell,2026-04-02 15:21:00,413.0 -44615,sell_compound_top3,sell,2026-04-02 15:24:00,412.0 -44616,sell_compound_top3,sell,2026-04-03 00:00:00,409.0 -44617,sell_compound_top3,sell,2026-04-03 00:03:00,408.0 -44618,sell_compound_top3,sell,2026-04-03 00:06:00,408.0 -44619,sell_compound_top3,sell,2026-04-03 00:09:00,409.0 -44620,sell_compound_top3,sell,2026-04-03 00:12:00,410.0 -44621,sell_compound_top3,sell,2026-04-03 05:30:00,408.0 -44622,sell_compound_top3,sell,2026-04-03 05:33:00,409.0 -44623,sell_compound_top3,sell,2026-04-03 14:06:00,406.0 -44624,sell_compound_top3,sell,2026-04-03 14:09:00,407.0 -44625,sell_compound_top3,sell,2026-04-03 14:21:00,407.0 -44626,sell_compound_top3,sell,2026-04-03 14:24:00,406.0 -44627,sell_compound_top3,sell,2026-04-03 14:42:00,410.0 -44628,sell_compound_top3,sell,2026-04-03 14:45:00,410.0 -44629,sell_compound_top3,sell,2026-04-03 14:48:00,410.0 -44630,sell_compound_top3,sell,2026-04-03 14:51:00,410.0 -44631,sell_compound_top3,sell,2026-04-03 14:54:00,410.0 -44632,sell_compound_top3,sell,2026-04-03 14:57:00,410.0 -44633,sell_compound_top3,sell,2026-04-03 15:42:00,411.0 -44634,sell_compound_top3,sell,2026-04-03 15:45:00,411.0 -44635,sell_compound_top3,sell,2026-04-03 15:48:00,412.0 -44636,sell_compound_top3,sell,2026-04-03 15:51:00,411.0 -44637,sell_compound_top3,sell,2026-04-03 15:54:00,411.0 -44638,sell_compound_top3,sell,2026-04-03 15:57:00,411.0 -44639,sell_compound_top3,sell,2026-04-03 17:45:00,413.0 -44640,sell_compound_top3,sell,2026-04-03 17:48:00,413.0 -44641,sell_compound_top3,sell,2026-04-03 20:42:00,412.0 -44642,sell_compound_top3,sell,2026-04-03 20:51:00,413.0 -44643,sell_compound_top3,sell,2026-04-03 20:54:00,413.0 -44644,sell_compound_top3,sell,2026-04-03 20:57:00,414.0 -44645,sell_compound_top3,sell,2026-04-04 13:51:00,404.0 -44646,sell_compound_top3,sell,2026-04-04 13:54:00,404.0 -44647,sell_compound_top3,sell,2026-04-04 16:00:00,404.0 -44648,sell_compound_top3,sell,2026-04-04 16:03:00,403.0 -44649,sell_compound_top3,sell,2026-04-04 21:30:00,400.0 -44650,sell_compound_top3,sell,2026-04-04 21:33:00,400.0 -44651,sell_compound_top3,sell,2026-04-04 22:42:00,401.0 -44652,sell_compound_top3,sell,2026-04-05 00:12:00,400.0 -44653,sell_compound_top3,sell,2026-04-05 02:21:00,400.0 -44654,sell_compound_top3,sell,2026-04-05 02:24:00,401.0 -44655,sell_compound_top3,sell,2026-04-05 02:27:00,402.0 -44656,sell_compound_top3,sell,2026-04-05 02:42:00,402.0 -44657,sell_compound_top3,sell,2026-04-05 02:45:00,402.0 -44658,sell_compound_top3,sell,2026-04-05 02:48:00,402.0 -44659,sell_compound_top3,sell,2026-04-05 02:51:00,402.0 -44660,sell_compound_top3,sell,2026-04-05 02:54:00,402.0 -44661,sell_compound_top3,sell,2026-04-06 00:42:00,378.0 -44662,sell_compound_top3,sell,2026-04-06 00:45:00,379.0 -44663,sell_compound_top3,sell,2026-04-06 00:48:00,378.0 -44664,sell_compound_top3,sell,2026-04-06 00:51:00,379.0 -44665,sell_compound_top3,sell,2026-04-06 00:54:00,378.0 -44666,sell_compound_top3,sell,2026-04-06 01:27:00,381.0 -44667,sell_compound_top3,sell,2026-04-06 01:36:00,380.0 -44668,sell_compound_top3,sell,2026-04-06 01:39:00,381.0 -44669,sell_compound_top3,sell,2026-04-06 08:06:00,370.0 -44670,sell_compound_top3,sell,2026-04-06 08:09:00,371.0 -44671,sell_compound_top3,sell,2026-04-06 08:27:00,374.0 -44672,sell_compound_top3,sell,2026-04-06 08:42:00,376.0 -44673,sell_compound_top3,sell,2026-04-06 08:45:00,377.0 -44674,sell_compound_top3,sell,2026-04-06 08:48:00,376.0 -44675,sell_compound_top3,sell,2026-04-06 09:00:00,377.0 -44676,sell_compound_top3,sell,2026-04-06 09:03:00,380.0 -44677,sell_compound_top3,sell,2026-04-06 09:06:00,382.0 -44678,sell_compound_top3,sell,2026-04-06 09:09:00,380.0 -44679,sell_compound_top3,sell,2026-04-06 09:12:00,379.0 -44680,sell_compound_top3,sell,2026-04-06 09:15:00,379.0 -44681,sell_compound_top3,sell,2026-04-06 09:18:00,381.0 -44682,sell_compound_top3,sell,2026-04-06 11:21:00,380.0 -44683,sell_compound_top3,sell,2026-04-06 11:24:00,378.0 -44684,sell_compound_top3,sell,2026-04-06 11:42:00,379.0 -44685,sell_compound_top3,sell,2026-04-06 18:15:00,377.0 -44686,sell_compound_top3,sell,2026-04-06 18:18:00,378.0 -44687,sell_compound_top3,sell,2026-04-06 18:21:00,377.0 -44688,sell_compound_top3,sell,2026-04-06 18:24:00,378.0 -44689,sell_compound_top3,sell,2026-04-06 18:27:00,377.0 -44690,sell_compound_top3,sell,2026-04-06 19:15:00,380.0 -44691,sell_compound_top3,sell,2026-04-06 19:18:00,382.0 -44692,sell_compound_top3,sell,2026-04-06 19:21:00,382.0 -44693,sell_compound_top3,sell,2026-04-06 19:24:00,381.0 -44694,sell_compound_top3,sell,2026-04-06 19:30:00,381.0 -44695,sell_compound_top3,sell,2026-04-06 19:33:00,381.0 -44696,sell_compound_top3,sell,2026-04-06 19:36:00,381.0 -44697,sell_compound_top3,sell,2026-04-06 19:39:00,381.0 -44698,sell_compound_top3,sell,2026-04-06 19:45:00,383.0 -44699,sell_compound_top3,sell,2026-04-06 19:48:00,381.0 -44700,sell_compound_top3,sell,2026-04-06 20:21:00,383.0 -44701,sell_compound_top3,sell,2026-04-06 20:24:00,382.0 -44702,sell_compound_top3,sell,2026-04-06 22:42:00,384.0 -44703,sell_compound_top3,sell,2026-04-07 00:51:00,384.0 -44704,sell_compound_top3,sell,2026-04-07 00:54:00,384.0 -44705,sell_compound_top3,sell,2026-04-07 00:57:00,383.0 -44706,sell_compound_top3,sell,2026-04-07 13:42:00,368.0 -44707,sell_compound_top3,sell,2026-04-07 13:57:00,369.0 -44708,sell_compound_top3,sell,2026-04-07 14:00:00,369.0 -44709,sell_compound_top3,sell,2026-04-07 14:03:00,370.0 -44710,sell_compound_top3,sell,2026-04-07 16:06:00,370.0 -44711,sell_compound_top3,sell,2026-04-07 16:09:00,370.0 -44712,sell_compound_top3,sell,2026-04-07 17:27:00,371.0 -44713,sell_compound_top3,sell,2026-04-07 18:12:00,373.0 -44714,sell_compound_top3,sell,2026-04-07 18:15:00,373.0 -44715,sell_compound_top3,sell,2026-04-07 18:18:00,373.0 -44716,sell_compound_top3,sell,2026-04-07 18:21:00,373.0 -44717,sell_compound_top3,sell,2026-04-07 18:24:00,373.0 -44718,sell_compound_top3,sell,2026-04-07 18:45:00,373.0 -44719,sell_compound_top3,sell,2026-04-07 18:48:00,374.0 -44720,sell_compound_top3,sell,2026-04-07 23:30:00,372.0 -44721,sell_compound_top3,sell,2026-04-07 23:33:00,372.0 -44722,sell_compound_top3,sell,2026-04-08 03:06:00,379.0 -44723,sell_compound_top3,sell,2026-04-08 03:09:00,378.0 -44724,sell_compound_top3,sell,2026-04-08 03:12:00,380.0 -44725,sell_compound_top3,sell,2026-04-08 03:15:00,379.0 -44726,sell_compound_top3,sell,2026-04-08 03:18:00,380.0 -44727,sell_compound_top3,sell,2026-04-08 03:21:00,379.0 -44728,sell_compound_top3,sell,2026-04-08 03:24:00,382.0 -44729,sell_compound_top3,sell,2026-04-08 03:27:00,384.0 -44730,sell_compound_top3,sell,2026-04-08 03:30:00,384.0 -44731,sell_compound_top3,sell,2026-04-08 03:33:00,384.0 -44732,sell_compound_top3,sell,2026-04-08 04:51:00,385.0 -44733,sell_compound_top3,sell,2026-04-08 04:54:00,384.0 -44734,sell_compound_top3,sell,2026-04-08 04:57:00,384.0 -44735,sell_compound_top3,sell,2026-04-08 05:00:00,386.0 -44736,sell_compound_top3,sell,2026-04-08 05:03:00,387.0 -44737,sell_compound_top3,sell,2026-04-08 05:12:00,384.0 -44738,sell_compound_top3,sell,2026-04-08 05:15:00,386.0 -44739,sell_compound_top3,sell,2026-04-08 05:18:00,386.0 -44740,sell_compound_top3,sell,2026-04-08 06:57:00,398.0 -44741,sell_compound_top3,sell,2026-04-08 07:00:00,399.0 -44742,sell_compound_top3,sell,2026-04-08 07:03:00,396.0 -44743,sell_compound_top3,sell,2026-04-08 08:06:00,401.0 -44744,sell_compound_top3,sell,2026-04-08 08:09:00,401.0 -44745,sell_compound_top3,sell,2026-04-08 08:27:00,406.0 -44746,sell_compound_top3,sell,2026-04-08 08:30:00,406.0 -44747,sell_compound_top3,sell,2026-04-08 08:33:00,406.0 -44748,sell_compound_top3,sell,2026-04-08 08:36:00,407.0 -44749,sell_compound_top3,sell,2026-04-08 08:39:00,407.0 -44750,sell_compound_top3,sell,2026-04-08 08:42:00,405.0 -44751,sell_compound_top3,sell,2026-04-08 08:45:00,408.0 -44752,sell_compound_top3,sell,2026-04-08 08:48:00,409.0 -44753,sell_compound_top3,sell,2026-04-08 14:21:00,391.0 -44754,sell_compound_top3,sell,2026-04-08 14:24:00,391.0 -44755,sell_compound_top3,sell,2026-04-08 14:51:00,393.0 -44756,sell_compound_top3,sell,2026-04-08 14:54:00,394.0 -44757,sell_compound_top3,sell,2026-04-08 19:21:00,391.0 -44758,sell_compound_top3,sell,2026-04-08 19:24:00,390.0 -44759,sell_compound_top3,sell,2026-04-08 19:51:00,391.0 -44760,sell_compound_top3,sell,2026-04-08 19:54:00,390.0 -44761,sell_compound_top3,sell,2026-04-08 20:21:00,391.0 -44762,sell_compound_top3,sell,2026-04-08 20:24:00,391.0 -44763,sell_compound_top3,sell,2026-04-08 22:27:00,393.0 -44764,sell_compound_top3,sell,2026-04-08 22:36:00,394.0 -44765,sell_compound_top3,sell,2026-04-08 22:39:00,393.0 -44766,sell_compound_top3,sell,2026-04-09 01:15:00,394.0 -44767,sell_compound_top3,sell,2026-04-09 01:18:00,393.0 -44768,sell_compound_top3,sell,2026-04-09 01:36:00,394.0 -44769,sell_compound_top3,sell,2026-04-09 01:39:00,394.0 -44770,sell_compound_top3,sell,2026-04-09 01:45:00,395.0 -44771,sell_compound_top3,sell,2026-04-09 01:48:00,396.0 -44772,sell_compound_top3,sell,2026-04-09 01:51:00,396.0 -44773,sell_compound_top3,sell,2026-04-09 01:54:00,397.0 -44774,sell_compound_top3,sell,2026-04-09 01:57:00,397.0 -44775,sell_compound_top3,sell,2026-04-09 02:00:00,396.0 -44776,sell_compound_top3,sell,2026-04-09 02:03:00,397.0 -44777,sell_compound_top3,sell,2026-04-09 02:06:00,398.0 -44778,sell_compound_top3,sell,2026-04-09 02:09:00,397.0 -44779,sell_compound_top3,sell,2026-04-09 02:12:00,399.0 -44780,sell_compound_top3,sell,2026-04-09 02:15:00,398.0 -44781,sell_compound_top3,sell,2026-04-09 02:18:00,396.0 -44782,sell_compound_top3,sell,2026-04-09 14:45:00,382.0 -44783,sell_compound_top3,sell,2026-04-09 14:48:00,382.0 -44784,sell_compound_top3,sell,2026-04-09 15:12:00,382.0 -44785,sell_compound_top3,sell,2026-04-09 15:15:00,382.0 -44786,sell_compound_top3,sell,2026-04-09 15:18:00,382.0 -44787,sell_compound_top3,sell,2026-04-09 15:21:00,383.0 -44788,sell_compound_top3,sell,2026-04-09 15:24:00,382.0 -44789,sell_compound_top3,sell,2026-04-09 15:42:00,383.0 -44790,sell_compound_top3,sell,2026-04-09 15:45:00,383.0 -44791,sell_compound_top3,sell,2026-04-09 15:48:00,382.0 -44792,sell_compound_top3,sell,2026-04-09 16:00:00,383.0 -44793,sell_compound_top3,sell,2026-04-09 16:03:00,382.0 -44794,sell_compound_top3,sell,2026-04-09 19:12:00,389.0 -44795,sell_compound_top3,sell,2026-04-09 19:15:00,388.0 -44796,sell_compound_top3,sell,2026-04-09 19:18:00,389.0 -44797,sell_compound_top3,sell,2026-04-09 19:21:00,388.0 -44798,sell_compound_top3,sell,2026-04-09 19:24:00,388.0 -44799,sell_compound_top3,sell,2026-04-09 19:27:00,390.0 -44800,sell_compound_top3,sell,2026-04-09 19:45:00,390.0 -44801,sell_compound_top3,sell,2026-04-09 19:48:00,390.0 -44802,sell_compound_top3,sell,2026-04-09 20:06:00,391.0 -44803,sell_compound_top3,sell,2026-04-09 20:09:00,392.0 -44804,sell_compound_top3,sell,2026-04-09 20:21:00,391.0 -44805,sell_compound_top3,sell,2026-04-09 20:24:00,391.0 -44806,sell_compound_top3,sell,2026-04-09 23:42:00,391.0 -44807,sell_compound_top3,sell,2026-04-10 00:21:00,395.0 -44808,sell_compound_top3,sell,2026-04-10 00:24:00,394.0 -44809,sell_compound_top3,sell,2026-04-10 00:36:00,397.0 -44810,sell_compound_top3,sell,2026-04-10 00:39:00,395.0 -44811,sell_compound_top3,sell,2026-04-10 00:45:00,397.0 -44812,sell_compound_top3,sell,2026-04-10 00:48:00,398.0 -44813,sell_compound_top3,sell,2026-04-10 00:51:00,398.0 -44814,sell_compound_top3,sell,2026-04-10 00:54:00,399.0 -44815,sell_compound_top3,sell,2026-04-10 01:00:00,397.0 -44816,sell_compound_top3,sell,2026-04-10 01:03:00,399.0 -44817,sell_compound_top3,sell,2026-04-10 01:06:00,397.0 -44818,sell_compound_top3,sell,2026-04-10 01:09:00,398.0 -44819,sell_compound_top3,sell,2026-04-10 01:12:00,398.0 -44820,sell_compound_top3,sell,2026-04-10 01:15:00,398.0 -44821,sell_compound_top3,sell,2026-04-10 01:18:00,399.0 -44822,sell_compound_top3,sell,2026-04-10 04:57:00,400.0 -44823,sell_compound_top3,sell,2026-04-10 05:12:00,400.0 -44824,sell_compound_top3,sell,2026-04-10 05:15:00,400.0 -44825,sell_compound_top3,sell,2026-04-10 05:18:00,402.0 -44826,sell_compound_top3,sell,2026-04-10 05:21:00,401.0 -44827,sell_compound_top3,sell,2026-04-10 05:27:00,401.0 -44828,sell_compound_top3,sell,2026-04-10 05:45:00,403.0 -44829,sell_compound_top3,sell,2026-04-10 05:48:00,402.0 -44830,sell_compound_top3,sell,2026-04-10 07:00:00,403.0 -44831,sell_compound_top3,sell,2026-04-10 07:03:00,402.0 -44832,sell_compound_top3,sell,2026-04-10 11:30:00,402.0 -44833,sell_compound_top3,sell,2026-04-10 11:33:00,402.0 -44834,sell_compound_top3,sell,2026-04-10 11:36:00,402.0 -44835,sell_compound_top3,sell,2026-04-10 11:39:00,401.0 -44836,sell_compound_top3,sell,2026-04-10 15:12:00,404.0 -44837,sell_compound_top3,sell,2026-04-10 15:15:00,403.0 -44838,sell_compound_top3,sell,2026-04-10 15:18:00,404.0 -44839,sell_compound_top3,sell,2026-04-10 18:30:00,402.0 -44840,sell_compound_top3,sell,2026-04-10 18:33:00,401.0 -44841,sell_compound_top3,sell,2026-04-10 18:36:00,401.0 -44842,sell_compound_top3,sell,2026-04-10 18:39:00,401.0 -44843,sell_compound_top3,sell,2026-04-10 19:21:00,401.0 -44844,sell_compound_top3,sell,2026-04-10 19:24:00,402.0 -44845,sell_compound_top3,sell,2026-04-11 04:06:00,413.0 -44846,sell_compound_top3,sell,2026-04-11 04:09:00,412.0 -44847,sell_compound_top3,sell,2026-04-11 04:21:00,412.0 -44848,sell_compound_top3,sell,2026-04-11 04:24:00,414.0 -44849,sell_compound_top3,sell,2026-04-11 04:27:00,413.0 -44850,sell_compound_top3,sell,2026-04-11 04:57:00,414.0 -44851,sell_compound_top3,sell,2026-04-11 05:21:00,419.0 -44852,sell_compound_top3,sell,2026-04-11 05:24:00,419.0 -44853,sell_compound_top3,sell,2026-04-11 05:27:00,419.0 -44854,sell_compound_top3,sell,2026-04-11 05:30:00,419.0 -44855,sell_compound_top3,sell,2026-04-11 05:33:00,419.0 -44856,sell_compound_top3,sell,2026-04-11 05:51:00,420.0 -44857,sell_compound_top3,sell,2026-04-11 05:54:00,419.0 -44858,sell_compound_top3,sell,2026-04-11 06:00:00,421.0 -44859,sell_compound_top3,sell,2026-04-11 06:03:00,423.0 -44860,sell_compound_top3,sell,2026-04-11 11:00:00,416.0 -44861,sell_compound_top3,sell,2026-04-11 11:03:00,416.0 -44862,sell_compound_top3,sell,2026-04-11 11:36:00,422.0 -44863,sell_compound_top3,sell,2026-04-11 11:39:00,423.0 -44864,sell_compound_top3,sell,2026-04-11 18:30:00,424.0 -44865,sell_compound_top3,sell,2026-04-11 18:33:00,423.0 -44866,sell_compound_top3,sell,2026-04-11 19:06:00,425.0 -44867,sell_compound_top3,sell,2026-04-11 19:09:00,425.0 -44868,sell_compound_top3,sell,2026-04-11 23:12:00,421.0 -44869,sell_compound_top3,sell,2026-04-11 23:15:00,422.0 -44870,sell_compound_top3,sell,2026-04-11 23:18:00,422.0 -44871,sell_compound_top3,sell,2026-04-11 23:21:00,423.0 -44872,sell_compound_top3,sell,2026-04-11 23:24:00,423.0 -44873,sell_compound_top3,sell,2026-04-11 23:27:00,422.0 -44874,sell_compound_top3,sell,2026-04-11 23:42:00,423.0 -44875,sell_compound_top3,sell,2026-04-12 00:06:00,426.0 -44876,sell_compound_top3,sell,2026-04-12 00:09:00,427.0 -44877,sell_compound_top3,sell,2026-04-12 00:42:00,431.0 -44878,sell_compound_top3,sell,2026-04-12 00:51:00,433.0 -44879,sell_compound_top3,sell,2026-04-12 00:54:00,436.0 -44880,sell_compound_top3,sell,2026-04-12 00:57:00,437.0 -44881,sell_compound_top3,sell,2026-04-12 01:00:00,437.0 -44882,sell_compound_top3,sell,2026-04-12 01:03:00,437.0 -44883,sell_compound_top3,sell,2026-04-12 04:15:00,442.0 -44884,sell_compound_top3,sell,2026-04-12 04:18:00,446.0 -44885,sell_compound_top3,sell,2026-04-12 04:27:00,447.0 -44886,sell_compound_top3,sell,2026-04-12 05:57:00,447.0 -44887,sell_compound_top3,sell,2026-04-12 07:21:00,448.0 -44888,sell_compound_top3,sell,2026-04-12 07:24:00,448.0 -44889,sell_compound_top3,sell,2026-04-12 17:27:00,431.0 -44890,sell_compound_top3,sell,2026-04-12 17:36:00,431.0 -44891,sell_compound_top3,sell,2026-04-12 17:39:00,432.0 -44892,sell_compound_top3,sell,2026-04-12 17:42:00,433.0 -44893,sell_compound_top3,sell,2026-04-12 17:45:00,433.0 -44894,sell_compound_top3,sell,2026-04-12 17:48:00,432.0 -44895,sell_compound_top3,sell,2026-04-12 18:12:00,433.0 -44896,sell_compound_top3,sell,2026-04-12 18:27:00,433.0 -44897,sell_compound_top3,sell,2026-04-12 18:30:00,435.0 -44898,sell_compound_top3,sell,2026-04-12 18:33:00,434.0 -44899,sell_compound_top3,sell,2026-04-12 18:45:00,435.0 -44900,sell_compound_top3,sell,2026-04-12 18:48:00,434.0 -44901,sell_compound_top3,sell,2026-04-12 18:57:00,436.0 -44902,sell_compound_top3,sell,2026-04-12 19:30:00,439.0 -44903,sell_compound_top3,sell,2026-04-12 19:33:00,439.0 -44904,sell_compound_top3,sell,2026-04-12 19:36:00,438.0 -44905,sell_compound_top3,sell,2026-04-12 19:39:00,437.0 -44906,sell_compound_top3,sell,2026-04-12 19:45:00,438.0 -44907,sell_compound_top3,sell,2026-04-12 19:48:00,439.0 -44908,sell_compound_top3,sell,2026-04-12 20:21:00,439.0 -44909,sell_compound_top3,sell,2026-04-12 20:24:00,440.0 -44910,sell_compound_top3,sell,2026-04-12 20:27:00,441.0 -44911,sell_compound_top3,sell,2026-04-12 20:30:00,441.0 -44912,sell_compound_top3,sell,2026-04-12 20:33:00,441.0 -44913,sell_compound_top3,sell,2026-04-13 02:06:00,431.0 -44914,sell_compound_top3,sell,2026-04-13 02:09:00,433.0 -44915,sell_compound_top3,sell,2026-04-13 02:12:00,430.0 -44916,sell_compound_top3,sell,2026-04-13 02:21:00,430.0 -44917,sell_compound_top3,sell,2026-04-13 02:24:00,432.0 -44918,sell_compound_top3,sell,2026-04-13 02:27:00,431.0 -44919,sell_compound_top3,sell,2026-04-13 02:30:00,432.0 -44920,sell_compound_top3,sell,2026-04-13 02:33:00,432.0 -44921,sell_compound_top3,sell,2026-04-13 02:36:00,432.0 -44922,sell_compound_top3,sell,2026-04-13 02:39:00,432.0 -44923,sell_compound_top3,sell,2026-04-13 02:42:00,433.0 -44924,sell_compound_top3,sell,2026-04-13 03:12:00,437.0 -44925,sell_compound_top3,sell,2026-04-13 03:15:00,438.0 -44926,sell_compound_top3,sell,2026-04-13 03:18:00,437.0 -44927,sell_compound_top3,sell,2026-04-13 03:21:00,440.0 -44928,sell_compound_top3,sell,2026-04-13 03:24:00,440.0 -44929,sell_compound_top3,sell,2026-04-13 03:27:00,439.0 -44930,sell_compound_top3,sell,2026-04-13 04:12:00,441.0 -44931,sell_compound_top3,sell,2026-04-13 04:15:00,440.0 -44932,sell_compound_top3,sell,2026-04-13 04:18:00,440.0 -44933,sell_compound_top3,sell,2026-04-13 04:21:00,439.0 -44934,sell_compound_top3,sell,2026-04-13 04:24:00,439.0 -44935,sell_compound_top3,sell,2026-04-13 09:36:00,438.0 -44936,sell_compound_top3,sell,2026-04-13 09:39:00,438.0 -44937,sell_compound_top3,sell,2026-04-13 10:15:00,441.0 -44938,sell_compound_top3,sell,2026-04-13 10:18:00,441.0 -44939,sell_compound_top3,sell,2026-04-13 10:21:00,443.0 -44940,sell_compound_top3,sell,2026-04-13 10:24:00,442.0 -44941,sell_compound_top3,sell,2026-04-13 10:27:00,442.0 -44942,sell_compound_top3,sell,2026-04-13 11:27:00,449.0 -44943,sell_compound_top3,sell,2026-04-13 15:21:00,441.0 -44944,sell_compound_top3,sell,2026-04-13 15:24:00,443.0 -44945,sell_compound_top3,sell,2026-04-13 15:27:00,441.0 -44946,sell_compound_top3,sell,2026-04-13 19:51:00,438.0 -44947,sell_compound_top3,sell,2026-04-13 19:54:00,438.0 -44948,sell_compound_top3,sell,2026-04-13 19:57:00,439.0 -44949,sell_compound_top3,sell,2026-04-13 20:21:00,440.0 -44950,sell_compound_top3,sell,2026-04-13 20:24:00,440.0 -44951,sell_compound_top3,sell,2026-04-13 20:27:00,441.0 -44952,sell_compound_top3,sell,2026-04-13 20:42:00,442.0 -44953,sell_compound_top3,sell,2026-04-13 21:00:00,446.0 -44954,sell_compound_top3,sell,2026-04-13 21:03:00,446.0 -44955,sell_compound_top3,sell,2026-04-13 21:06:00,446.0 -44956,sell_compound_top3,sell,2026-04-13 21:09:00,447.0 -44957,sell_compound_top3,sell,2026-04-13 21:12:00,447.0 -44958,sell_compound_top3,sell,2026-04-13 21:15:00,447.0 -44959,sell_compound_top3,sell,2026-04-13 21:18:00,447.0 -44960,sell_compound_top3,sell,2026-04-13 21:21:00,449.0 -44961,sell_compound_top3,sell,2026-04-13 21:24:00,449.0 -44962,sell_compound_top3,sell,2026-04-13 21:27:00,448.0 -44963,sell_compound_top3,sell,2026-04-13 21:36:00,448.0 -44964,sell_compound_top3,sell,2026-04-13 21:39:00,448.0 -44965,sell_compound_top3,sell,2026-04-13 21:45:00,450.0 -44966,sell_compound_top3,sell,2026-04-13 21:48:00,451.0 -44967,sell_compound_top3,sell,2026-04-13 21:51:00,450.0 -44968,sell_compound_top3,sell,2026-04-13 21:54:00,452.0 -44969,sell_compound_top3,sell,2026-04-13 22:00:00,453.0 -44970,sell_compound_top3,sell,2026-04-13 22:03:00,452.0 -44971,sell_compound_top3,sell,2026-04-13 22:06:00,454.0 -44972,sell_compound_top3,sell,2026-04-13 22:09:00,452.0 -44973,sell_compound_top3,sell,2026-04-13 22:12:00,455.0 -44974,sell_compound_top3,sell,2026-04-13 23:06:00,463.0 -44975,sell_compound_top3,sell,2026-04-13 23:09:00,460.0 -44976,sell_compound_top3,sell,2026-04-14 04:27:00,445.0 -44977,sell_compound_top3,sell,2026-04-14 04:42:00,445.0 -44978,sell_compound_top3,sell,2026-04-14 04:45:00,445.0 -44979,sell_compound_top3,sell,2026-04-14 04:48:00,444.0 -44980,sell_compound_top3,sell,2026-04-14 04:51:00,446.0 -44981,sell_compound_top3,sell,2026-04-14 04:54:00,446.0 -44982,sell_compound_top3,sell,2026-04-14 06:42:00,447.0 -44983,sell_compound_top3,sell,2026-04-14 06:45:00,448.0 -44984,sell_compound_top3,sell,2026-04-14 06:48:00,447.0 -44985,sell_compound_top3,sell,2026-04-14 06:51:00,448.0 -44986,sell_compound_top3,sell,2026-04-14 06:54:00,448.0 -44987,sell_compound_top3,sell,2026-04-14 06:57:00,449.0 -44988,sell_compound_top3,sell,2026-04-14 07:00:00,448.0 -44989,sell_compound_top3,sell,2026-04-14 07:03:00,449.0 -44990,sell_compound_top3,sell,2026-04-14 07:06:00,449.0 -44991,sell_compound_top3,sell,2026-04-14 07:09:00,449.0 -44992,sell_compound_top3,sell,2026-04-14 07:12:00,449.0 -44993,sell_compound_top3,sell,2026-04-14 07:42:00,457.0 -44994,sell_compound_top3,sell,2026-04-14 07:51:00,458.0 -44995,sell_compound_top3,sell,2026-04-14 07:54:00,460.0 -44996,sell_compound_top3,sell,2026-04-14 08:57:00,458.0 -44997,sell_compound_top3,sell,2026-04-14 09:12:00,459.0 -44998,sell_compound_top3,sell,2026-04-14 10:51:00,459.0 -44999,sell_compound_top3,sell,2026-04-14 10:54:00,459.0 -45000,sell_compound_top3,sell,2026-04-14 10:57:00,460.0 -45001,sell_compound_top3,sell,2026-04-14 12:30:00,468.0 -45002,sell_compound_top3,sell,2026-04-14 12:33:00,468.0 -45003,sell_compound_top3,sell,2026-04-14 12:36:00,468.0 -45004,sell_compound_top3,sell,2026-04-14 12:39:00,467.0 -45005,sell_compound_top3,sell,2026-04-14 12:51:00,468.0 -45006,sell_compound_top3,sell,2026-04-14 12:54:00,468.0 -45007,sell_compound_top3,sell,2026-04-14 13:00:00,469.0 -45008,sell_compound_top3,sell,2026-04-14 13:03:00,469.0 -45009,sell_compound_top3,sell,2026-04-14 15:27:00,472.0 -45010,sell_compound_top3,sell,2026-04-14 16:00:00,472.0 -45011,sell_compound_top3,sell,2026-04-14 16:03:00,474.0 -45012,sell_compound_top3,sell,2026-04-14 16:15:00,475.0 -45013,sell_compound_top3,sell,2026-04-14 16:18:00,476.0 -45014,sell_compound_top3,sell,2026-04-14 16:21:00,477.0 -45015,sell_compound_top3,sell,2026-04-14 16:24:00,477.0 -45016,sell_compound_top3,sell,2026-04-14 16:27:00,478.0 -45017,sell_compound_top3,sell,2026-04-14 16:45:00,480.0 -45018,sell_compound_top3,sell,2026-04-14 16:48:00,482.0 -45019,sell_compound_top3,sell,2026-04-14 16:51:00,483.0 -45020,sell_compound_top3,sell,2026-04-14 16:54:00,482.0 -45021,sell_compound_top3,sell,2026-04-15 11:00:00,442.0 -45022,sell_compound_top3,sell,2026-04-15 11:03:00,442.0 -45023,sell_compound_top3,sell,2026-04-15 11:06:00,443.0 -45024,sell_compound_top3,sell,2026-04-15 11:09:00,442.0 -45025,sell_compound_top3,sell,2026-04-15 11:12:00,442.0 -45026,sell_compound_top3,sell,2026-04-15 11:15:00,443.0 -45027,sell_compound_top3,sell,2026-04-15 11:18:00,443.0 -45028,sell_compound_top3,sell,2026-04-15 13:42:00,445.0 -45029,sell_compound_top3,sell,2026-04-15 13:45:00,444.0 -45030,sell_compound_top3,sell,2026-04-15 13:48:00,445.0 -45031,sell_compound_top3,sell,2026-04-15 19:21:00,439.0 -45032,sell_compound_top3,sell,2026-04-15 19:24:00,439.0 -45033,sell_compound_top3,sell,2026-04-15 19:27:00,438.0 -45034,sell_compound_top3,sell,2026-04-15 19:36:00,439.0 -45035,sell_compound_top3,sell,2026-04-15 19:39:00,440.0 -45036,sell_compound_top3,sell,2026-04-15 20:15:00,441.0 -45037,sell_compound_top3,sell,2026-04-15 20:18:00,440.0 -45038,sell_compound_top3,sell,2026-04-15 20:21:00,441.0 -45039,sell_compound_top3,sell,2026-04-15 20:24:00,441.0 -45040,sell_compound_top3,sell,2026-04-15 20:36:00,443.0 -45041,sell_compound_top3,sell,2026-04-15 20:39:00,444.0 -45042,sell_compound_top3,sell,2026-04-15 20:42:00,443.0 -45043,sell_compound_top3,sell,2026-04-15 20:57:00,443.0 -45044,sell_compound_top3,sell,2026-04-16 01:57:00,444.0 -45045,sell_compound_top3,sell,2026-04-16 02:00:00,446.0 -45046,sell_compound_top3,sell,2026-04-16 02:03:00,446.0 -45047,sell_compound_top3,sell,2026-04-16 02:06:00,447.0 -45048,sell_compound_top3,sell,2026-04-16 02:09:00,448.0 -45049,sell_compound_top3,sell,2026-04-16 02:12:00,446.0 -45050,sell_compound_top3,sell,2026-04-16 04:45:00,447.0 -45051,sell_compound_top3,sell,2026-04-16 04:48:00,446.0 -45052,sell_compound_top3,sell,2026-04-16 04:51:00,447.0 -45053,sell_compound_top3,sell,2026-04-16 04:54:00,446.0 -45054,sell_compound_top3,sell,2026-04-16 06:12:00,449.0 -45055,sell_compound_top3,sell,2026-04-16 06:15:00,449.0 -45056,sell_compound_top3,sell,2026-04-16 06:18:00,448.0 -45057,sell_compound_top3,sell,2026-04-16 06:45:00,449.0 -45058,sell_compound_top3,sell,2026-04-16 06:48:00,451.0 -45059,sell_compound_top3,sell,2026-04-16 07:36:00,453.0 -45060,sell_compound_top3,sell,2026-04-16 07:39:00,453.0 -45061,sell_compound_top3,sell,2026-04-16 07:51:00,454.0 -45062,sell_compound_top3,sell,2026-04-16 07:54:00,454.0 -45063,sell_compound_top3,sell,2026-04-16 10:57:00,453.0 -45064,sell_compound_top3,sell,2026-04-16 11:00:00,456.0 -45065,sell_compound_top3,sell,2026-04-16 11:03:00,456.0 -45066,sell_compound_top3,sell,2026-04-16 11:06:00,457.0 -45067,sell_compound_top3,sell,2026-04-16 11:09:00,456.0 -45068,sell_compound_top3,sell,2026-04-16 11:12:00,457.0 -45069,sell_compound_top3,sell,2026-04-16 11:15:00,456.0 -45070,sell_compound_top3,sell,2026-04-16 11:18:00,457.0 -45071,sell_compound_top3,sell,2026-04-16 11:30:00,457.0 -45072,sell_compound_top3,sell,2026-04-16 11:33:00,460.0 -45073,sell_compound_top3,sell,2026-04-16 11:42:00,459.0 -45074,sell_compound_top3,sell,2026-04-16 12:42:00,460.0 -45075,sell_compound_top3,sell,2026-04-16 12:45:00,460.0 -45076,sell_compound_top3,sell,2026-04-16 12:48:00,460.0 -45077,sell_compound_top3,sell,2026-04-16 12:51:00,461.0 -45078,sell_compound_top3,sell,2026-04-16 12:54:00,459.0 -45079,sell_compound_top3,sell,2026-04-16 16:57:00,459.0 -45080,sell_compound_top3,sell,2026-04-16 20:30:00,457.0 -45081,sell_compound_top3,sell,2026-04-16 20:33:00,456.0 -45082,sell_compound_top3,sell,2026-04-16 21:15:00,459.0 -45083,sell_compound_top3,sell,2026-04-16 21:18:00,461.0 -45084,sell_compound_top3,sell,2026-04-16 21:21:00,459.0 -45085,sell_compound_top3,sell,2026-04-16 21:24:00,459.0 -45086,sell_compound_top3,sell,2026-04-16 21:27:00,460.0 -45087,sell_compound_top3,sell,2026-04-16 21:51:00,461.0 -45088,sell_compound_top3,sell,2026-04-16 21:54:00,460.0 -45089,sell_compound_top3,sell,2026-04-16 22:27:00,468.0 -45090,sell_compound_top3,sell,2026-04-17 00:12:00,465.0 -45091,sell_compound_top3,sell,2026-04-17 00:30:00,469.0 -45092,sell_compound_top3,sell,2026-04-17 00:33:00,470.0 -45093,sell_compound_top3,sell,2026-04-17 00:36:00,471.0 -45094,sell_compound_top3,sell,2026-04-17 00:39:00,476.0 -45095,sell_compound_top3,sell,2026-04-17 00:45:00,475.0 -45096,sell_compound_top3,sell,2026-04-17 00:48:00,479.0 -45097,sell_compound_top3,sell,2026-04-17 00:51:00,475.0 -45098,sell_compound_top3,sell,2026-04-17 00:54:00,475.0 -45099,sell_compound_top3,sell,2026-04-17 04:15:00,472.0 -45100,sell_compound_top3,sell,2026-04-17 04:18:00,473.0 -45101,sell_compound_top3,sell,2026-04-17 04:21:00,472.0 -45102,sell_compound_top3,sell,2026-04-17 04:24:00,471.0 -45103,sell_compound_top3,sell,2026-04-17 07:15:00,478.0 -45104,sell_compound_top3,sell,2026-04-17 07:18:00,478.0 -45105,sell_compound_top3,sell,2026-04-17 07:21:00,478.0 -45106,sell_compound_top3,sell,2026-04-17 07:24:00,476.0 -45107,sell_compound_top3,sell,2026-04-17 07:27:00,477.0 -45108,sell_compound_top3,sell,2026-04-17 07:30:00,479.0 -45109,sell_compound_top3,sell,2026-04-17 07:33:00,479.0 -45110,sell_compound_top3,sell,2026-04-17 07:42:00,483.0 -45111,sell_compound_top3,sell,2026-04-17 07:51:00,483.0 -45112,sell_compound_top3,sell,2026-04-17 07:54:00,483.0 -45113,sell_compound_top3,sell,2026-04-17 07:57:00,483.0 -45114,sell_compound_top3,sell,2026-04-17 16:12:00,472.0 -45115,sell_compound_top3,sell,2026-04-17 16:15:00,473.0 -45116,sell_compound_top3,sell,2026-04-17 16:18:00,471.0 -45117,sell_compound_top3,sell,2026-04-17 22:42:00,465.0 -45118,sell_compound_top3,sell,2026-04-17 22:45:00,466.0 -45119,sell_compound_top3,sell,2026-04-17 22:48:00,466.0 -45120,sell_compound_top3,sell,2026-04-17 22:51:00,466.0 -45121,sell_compound_top3,sell,2026-04-17 22:54:00,468.0 -45122,sell_compound_top3,sell,2026-04-17 22:57:00,468.0 -45123,sell_compound_top3,sell,2026-04-18 10:12:00,422.0 -45124,sell_compound_top3,sell,2026-04-18 10:15:00,422.0 -45125,sell_compound_top3,sell,2026-04-18 10:18:00,421.0 -45126,sell_compound_top3,sell,2026-04-18 15:30:00,421.0 -45127,sell_compound_top3,sell,2026-04-18 15:33:00,422.0 -45128,sell_compound_top3,sell,2026-04-18 15:51:00,423.0 -45129,sell_compound_top3,sell,2026-04-18 15:54:00,424.0 -45130,sell_compound_top3,sell,2026-04-18 15:57:00,425.0 -45131,sell_compound_top3,sell,2026-04-18 16:00:00,424.0 -45132,sell_compound_top3,sell,2026-04-18 16:03:00,424.0 -45133,sell_compound_top3,sell,2026-04-18 16:06:00,424.0 -45134,sell_compound_top3,sell,2026-04-18 16:09:00,424.0 -45135,sell_compound_top3,sell,2026-04-19 16:00:00,390.0 -45136,sell_compound_top3,sell,2026-04-19 16:03:00,390.0 -45137,sell_compound_top3,sell,2026-04-19 20:27:00,393.0 -45138,sell_compound_top3,sell,2026-04-19 20:30:00,393.0 -45139,sell_compound_top3,sell,2026-04-19 20:33:00,393.0 -45140,sell_compound_top3,sell,2026-04-19 20:36:00,393.0 -45141,sell_compound_top3,sell,2026-04-19 20:39:00,392.0 -45142,sell_compound_top3,sell,2026-04-19 21:00:00,393.0 -45143,sell_compound_top3,sell,2026-04-19 21:03:00,394.0 -45144,sell_compound_top3,sell,2026-04-19 21:12:00,395.0 -45145,sell_compound_top3,sell,2026-04-19 21:27:00,395.0 -45146,sell_compound_top3,sell,2026-04-19 21:42:00,396.0 -45147,sell_compound_top3,sell,2026-04-19 21:45:00,397.0 -45148,sell_compound_top3,sell,2026-04-19 21:48:00,397.0 -45149,sell_compound_top3,sell,2026-04-19 21:57:00,398.0 -45150,sell_compound_top3,sell,2026-04-19 22:15:00,399.0 -45151,sell_compound_top3,sell,2026-04-19 22:18:00,398.0 -45152,sell_compound_top3,sell,2026-04-19 22:30:00,400.0 -45153,sell_compound_top3,sell,2026-04-19 22:33:00,400.0 -45154,sell_compound_top3,sell,2026-04-19 22:36:00,400.0 -45155,sell_compound_top3,sell,2026-04-19 22:39:00,399.0 -45156,sell_compound_top3,sell,2026-04-19 23:42:00,400.0 -45157,sell_compound_top3,sell,2026-04-20 09:42:00,390.0 -45158,sell_compound_top3,sell,2026-04-20 09:45:00,390.0 -45159,sell_compound_top3,sell,2026-04-20 09:48:00,390.0 -45160,sell_compound_top3,sell,2026-04-20 10:36:00,392.0 -45161,sell_compound_top3,sell,2026-04-20 10:39:00,392.0 -45162,sell_compound_top3,sell,2026-04-20 10:42:00,393.0 -45163,sell_compound_top3,sell,2026-04-20 10:51:00,392.0 -45164,sell_compound_top3,sell,2026-04-20 10:54:00,392.0 -45165,sell_compound_top3,sell,2026-04-20 16:30:00,392.0 -45166,sell_compound_top3,sell,2026-04-20 16:33:00,391.0 -45167,sell_compound_top3,sell,2026-04-20 18:51:00,391.0 -45168,sell_compound_top3,sell,2026-04-20 18:54:00,391.0 -45169,sell_compound_top3,sell,2026-04-20 19:12:00,392.0 -45170,sell_compound_top3,sell,2026-04-20 19:15:00,392.0 -45171,sell_compound_top3,sell,2026-04-20 19:18:00,393.0 -45172,sell_compound_top3,sell,2026-04-20 21:42:00,393.0 -45173,sell_compound_top3,sell,2026-04-20 21:51:00,393.0 -45174,sell_compound_top3,sell,2026-04-20 21:54:00,394.0 -45175,sell_compound_top3,sell,2026-04-20 22:12:00,394.0 -45176,sell_compound_top3,sell,2026-04-21 02:21:00,394.0 -45177,sell_compound_top3,sell,2026-04-21 02:24:00,393.0 -45178,sell_compound_top3,sell,2026-04-21 02:27:00,393.0 -45179,sell_compound_top3,sell,2026-04-21 02:57:00,393.0 -45180,sell_compound_top3,sell,2026-04-21 03:51:00,396.0 -45181,sell_compound_top3,sell,2026-04-21 03:54:00,396.0 -45182,sell_compound_top3,sell,2026-04-21 03:57:00,396.0 -45183,sell_compound_top3,sell,2026-04-21 05:21:00,395.0 -45184,sell_compound_top3,sell,2026-04-21 05:24:00,397.0 -45185,sell_compound_top3,sell,2026-04-21 05:42:00,396.0 -45186,sell_compound_top3,sell,2026-04-21 19:21:00,393.0 -45187,sell_compound_top3,sell,2026-04-21 19:24:00,393.0 -45188,sell_compound_top3,sell,2026-04-21 20:36:00,394.0 -45189,sell_compound_top3,sell,2026-04-21 20:39:00,394.0 -45190,sell_compound_top3,sell,2026-04-21 20:42:00,394.0 -45191,sell_compound_top3,sell,2026-04-22 05:21:00,390.0 -45192,sell_compound_top3,sell,2026-04-22 05:24:00,390.0 -45193,sell_compound_top3,sell,2026-04-22 05:27:00,391.0 -45194,sell_compound_top3,sell,2026-04-22 05:30:00,391.0 -45195,sell_compound_top3,sell,2026-04-22 05:33:00,391.0 -45196,sell_compound_top3,sell,2026-04-22 08:57:00,389.0 -45197,sell_compound_top3,sell,2026-04-22 11:42:00,390.0 -45198,sell_compound_top3,sell,2026-04-22 11:45:00,391.0 -45199,sell_compound_top3,sell,2026-04-22 11:48:00,390.0 -45200,sell_compound_top3,sell,2026-04-22 14:42:00,395.0 -45201,sell_compound_top3,sell,2026-04-22 14:45:00,395.0 -45202,sell_compound_top3,sell,2026-04-22 14:48:00,396.0 -45203,sell_compound_top3,sell,2026-04-22 17:06:00,395.0 -45204,sell_compound_top3,sell,2026-04-22 17:09:00,395.0 -45205,sell_compound_top3,sell,2026-04-22 17:27:00,397.0 -45206,sell_compound_top3,sell,2026-04-22 17:30:00,397.0 -45207,sell_compound_top3,sell,2026-04-22 17:33:00,398.0 -45208,sell_compound_top3,sell,2026-04-22 17:36:00,399.0 -45209,sell_compound_top3,sell,2026-04-22 17:39:00,399.0 -45210,sell_compound_top3,sell,2026-04-22 17:42:00,398.0 -45211,sell_compound_top3,sell,2026-04-22 17:45:00,400.0 -45212,sell_compound_top3,sell,2026-04-22 17:48:00,398.0 -45213,sell_compound_top3,sell,2026-04-23 00:42:00,398.0 -45214,sell_compound_top3,sell,2026-04-23 01:57:00,398.0 -45215,sell_compound_top3,sell,2026-04-23 02:00:00,399.0 -45216,sell_compound_top3,sell,2026-04-23 02:03:00,400.0 -45217,sell_compound_top3,sell,2026-04-23 03:00:00,400.0 -45218,sell_compound_top3,sell,2026-04-23 03:03:00,401.0 -45219,sell_compound_top3,sell,2026-04-23 03:06:00,400.0 -45220,sell_compound_top3,sell,2026-04-23 03:09:00,400.0 -45221,sell_compound_top3,sell,2026-04-23 03:12:00,400.0 -45222,sell_compound_top3,sell,2026-04-23 03:27:00,402.0 -45223,sell_compound_top3,sell,2026-04-23 03:30:00,403.0 -45224,sell_compound_top3,sell,2026-04-23 03:33:00,403.0 -45225,sell_compound_top3,sell,2026-04-23 03:36:00,403.0 -45226,sell_compound_top3,sell,2026-04-23 03:39:00,404.0 -45227,sell_compound_top3,sell,2026-04-23 20:57:00,390.0 -45228,sell_compound_top3,sell,2026-04-24 01:00:00,390.0 -45229,sell_compound_top3,sell,2026-04-24 05:12:00,388.0 -45230,sell_compound_top3,sell,2026-04-24 05:21:00,388.0 -45231,sell_compound_top3,sell,2026-04-24 05:24:00,387.0 -45232,sell_compound_top3,sell,2026-04-24 05:45:00,389.0 -45233,sell_compound_top3,sell,2026-04-24 05:48:00,390.0 -45234,sell_compound_top3,sell,2026-04-24 05:51:00,390.0 -45235,sell_compound_top3,sell,2026-04-24 05:54:00,389.0 -45236,sell_compound_top3,sell,2026-04-24 06:42:00,390.0 -45237,sell_compound_top3,sell,2026-04-24 06:45:00,390.0 -45238,sell_compound_top3,sell,2026-04-24 06:48:00,391.0 -45239,sell_compound_top3,sell,2026-04-24 06:57:00,390.0 -45240,sell_compound_top3,sell,2026-04-24 07:42:00,391.0 -45241,sell_compound_top3,sell,2026-04-24 07:45:00,391.0 -45242,sell_compound_top3,sell,2026-04-24 07:48:00,390.0 -45243,sell_compound_top3,sell,2026-04-24 08:15:00,391.0 -45244,sell_compound_top3,sell,2026-04-24 08:18:00,391.0 -45245,sell_compound_top3,sell,2026-04-24 08:57:00,393.0 -45246,sell_compound_top3,sell,2026-04-24 09:21:00,394.0 -45247,sell_compound_top3,sell,2026-04-24 09:24:00,395.0 -45248,sell_compound_top3,sell,2026-04-24 09:27:00,394.0 -45249,sell_compound_top3,sell,2026-04-24 09:30:00,394.0 -45250,sell_compound_top3,sell,2026-04-24 09:33:00,394.0 -45251,sell_compound_top3,sell,2026-04-24 09:36:00,396.0 -45252,sell_compound_top3,sell,2026-04-24 09:39:00,396.0 -45253,sell_compound_top3,sell,2026-04-24 09:57:00,396.0 -45254,sell_compound_top3,sell,2026-04-24 10:00:00,397.0 -45255,sell_compound_top3,sell,2026-04-24 10:03:00,395.0 -45256,sell_compound_top3,sell,2026-04-24 11:00:00,397.0 -45257,sell_compound_top3,sell,2026-04-24 11:03:00,396.0 -45258,sell_compound_top3,sell,2026-04-24 16:12:00,393.0 -45259,sell_compound_top3,sell,2026-04-24 20:15:00,391.0 -45260,sell_compound_top3,sell,2026-04-24 20:18:00,390.0 -45261,sell_compound_top3,sell,2026-04-24 21:12:00,392.0 -45262,sell_compound_top3,sell,2026-04-24 21:21:00,392.0 -45263,sell_compound_top3,sell,2026-04-24 21:24:00,392.0 -45264,sell_compound_top3,sell,2026-04-24 22:15:00,393.0 -45265,sell_compound_top3,sell,2026-04-24 22:18:00,392.0 -45266,sell_compound_top3,sell,2026-04-24 22:21:00,393.0 -45267,sell_compound_top3,sell,2026-04-24 22:24:00,393.0 -45268,sell_compound_top3,sell,2026-04-25 06:00:00,391.0 -45269,sell_compound_top3,sell,2026-04-25 06:03:00,391.0 -45270,sell_compound_top3,sell,2026-04-25 06:12:00,392.0 -45271,sell_compound_top3,sell,2026-04-25 11:51:00,389.0 -45272,sell_compound_top3,sell,2026-04-25 11:54:00,390.0 -45273,sell_compound_top3,sell,2026-04-25 12:12:00,390.0 -45274,sell_compound_top3,sell,2026-04-25 12:15:00,390.0 -45275,sell_compound_top3,sell,2026-04-25 12:18:00,390.0 -45276,sell_compound_top3,sell,2026-04-25 13:15:00,391.0 -45277,sell_compound_top3,sell,2026-04-25 13:18:00,391.0 -45278,sell_compound_top3,sell,2026-04-25 15:15:00,392.0 -45279,sell_compound_top3,sell,2026-04-25 15:18:00,391.0 -45280,sell_compound_top3,sell,2026-04-25 18:42:00,391.0 -45281,sell_compound_top3,sell,2026-04-25 18:45:00,392.0 -45282,sell_compound_top3,sell,2026-04-25 18:48:00,392.0 -45283,sell_compound_top3,sell,2026-04-25 18:51:00,392.0 -45284,sell_compound_top3,sell,2026-04-25 18:54:00,392.0 -45285,sell_compound_top3,sell,2026-04-25 18:57:00,392.0 -45286,sell_compound_top3,sell,2026-04-26 06:06:00,385.0 -45287,sell_compound_top3,sell,2026-04-26 06:09:00,384.0 -45288,sell_compound_top3,sell,2026-04-26 07:33:00,385.0 -45289,sell_compound_top3,sell,2026-04-26 07:42:00,385.0 -45290,sell_compound_top3,sell,2026-04-26 07:45:00,385.0 -45291,sell_compound_top3,sell,2026-04-26 07:48:00,385.0 -45292,sell_compound_top3,sell,2026-04-26 07:51:00,385.0 -45293,sell_compound_top3,sell,2026-04-26 07:54:00,385.0 -45294,sell_compound_top3,sell,2026-04-26 09:00:00,386.0 -45295,sell_compound_top3,sell,2026-04-26 09:03:00,386.0 -45296,sell_compound_top3,sell,2026-04-26 14:30:00,387.0 -45297,sell_compound_top3,sell,2026-04-26 14:33:00,387.0 -45298,sell_compound_top3,sell,2026-04-26 15:06:00,388.0 -45299,sell_compound_top3,sell,2026-04-26 15:09:00,387.0 -45300,sell_compound_top3,sell,2026-04-27 00:30:00,387.0 -45301,sell_compound_top3,sell,2026-04-27 00:33:00,387.0 -45302,sell_compound_top3,sell,2026-04-27 00:42:00,386.0 -45303,sell_compound_top3,sell,2026-04-27 06:15:00,387.0 -45304,sell_compound_top3,sell,2026-04-27 06:18:00,387.0 -45305,sell_compound_top3,sell,2026-04-27 06:21:00,386.0 -45306,sell_compound_top3,sell,2026-04-27 06:24:00,387.0 -45307,sell_compound_top3,sell,2026-04-27 06:27:00,387.0 -45308,sell_compound_top3,sell,2026-04-27 08:51:00,387.0 -45309,sell_compound_top3,sell,2026-04-27 08:54:00,386.0 -45310,sell_compound_top3,sell,2026-04-27 09:12:00,386.0 -45311,sell_compound_top3,sell,2026-04-27 09:15:00,387.0 -45312,sell_compound_top3,sell,2026-04-27 09:18:00,387.0 -45313,sell_compound_top3,sell,2026-04-27 09:42:00,387.0 -45314,sell_compound_top3,sell,2026-04-27 09:51:00,387.0 -45315,sell_compound_top3,sell,2026-04-27 09:54:00,388.0 -45316,sell_compound_top3,sell,2026-04-27 10:21:00,389.0 -45317,sell_compound_top3,sell,2026-04-27 10:24:00,388.0 -45318,sell_compound_top3,sell,2026-04-27 10:30:00,389.0 -45319,sell_compound_top3,sell,2026-04-27 10:33:00,389.0 -45320,sell_compound_top3,sell,2026-04-27 10:57:00,390.0 -45321,sell_compound_top3,sell,2026-04-27 11:00:00,390.0 -45322,sell_compound_top3,sell,2026-04-27 11:03:00,390.0 -45323,sell_compound_top3,sell,2026-04-27 11:51:00,390.0 -45324,sell_compound_top3,sell,2026-04-27 11:54:00,391.0 -45325,sell_compound_top3,sell,2026-04-27 12:30:00,391.0 -45326,sell_compound_top3,sell,2026-04-27 12:33:00,391.0 -45327,sell_compound_top3,sell,2026-04-27 12:36:00,391.0 -45328,sell_compound_top3,sell,2026-04-27 12:39:00,391.0 -45329,sell_compound_top3,sell,2026-04-27 21:21:00,378.0 -45330,sell_compound_top3,sell,2026-04-27 21:24:00,378.0 -45331,sell_compound_top3,sell,2026-04-27 21:51:00,378.0 -45332,sell_compound_top3,sell,2026-04-27 21:54:00,378.0 -45333,sell_compound_top3,sell,2026-04-27 21:57:00,378.0 -45334,sell_compound_top3,sell,2026-04-27 22:15:00,378.0 -45335,sell_compound_top3,sell,2026-04-27 22:18:00,378.0 -45336,sell_compound_top3,sell,2026-04-27 23:45:00,379.0 -45337,sell_compound_top3,sell,2026-04-27 23:48:00,380.0 -45338,sell_compound_top3,sell,2026-04-28 03:24:00,374.0 -45339,sell_compound_top3,sell,2026-04-28 06:45:00,376.0 -45340,sell_compound_top3,sell,2026-04-28 06:48:00,376.0 -45341,sell_compound_top3,sell,2026-04-28 06:51:00,375.0 -45342,sell_compound_top3,sell,2026-04-28 06:54:00,376.0 -45343,sell_compound_top3,sell,2026-04-28 06:57:00,375.0 -45344,sell_compound_top3,sell,2026-04-28 07:36:00,376.0 -45345,sell_compound_top3,sell,2026-04-28 07:39:00,376.0 -45346,sell_compound_top3,sell,2026-04-28 07:42:00,377.0 -45347,sell_compound_top3,sell,2026-04-28 08:00:00,378.0 -45348,sell_compound_top3,sell,2026-04-28 08:03:00,377.0 -45349,sell_compound_top3,sell,2026-04-28 08:21:00,378.0 -45350,sell_compound_top3,sell,2026-04-28 08:27:00,378.0 -45351,sell_compound_top3,sell,2026-04-28 22:00:00,373.0 -45352,sell_compound_top3,sell,2026-04-28 22:03:00,373.0 -45353,sell_compound_top3,sell,2026-04-28 22:36:00,373.0 -45354,sell_compound_top3,sell,2026-04-28 22:39:00,374.0 -45355,sell_compound_top3,sell,2026-04-28 23:12:00,374.0 -45356,sell_compound_top3,sell,2026-04-29 00:06:00,374.0 -45357,sell_compound_top3,sell,2026-04-29 00:09:00,374.0 -45358,sell_compound_top3,sell,2026-04-29 00:12:00,374.0 -45359,sell_compound_top3,sell,2026-04-29 03:21:00,374.0 -45360,sell_compound_top3,sell,2026-04-29 03:24:00,375.0 -45361,sell_compound_top3,sell,2026-04-29 03:27:00,374.0 -45362,sell_compound_top3,sell,2026-04-29 03:30:00,375.0 -45363,sell_compound_top3,sell,2026-04-29 03:33:00,375.0 -45364,sell_compound_top3,sell,2026-04-29 13:00:00,376.0 -45365,sell_compound_top3,sell,2026-04-29 13:03:00,376.0 -45366,sell_compound_top3,sell,2026-04-29 13:06:00,376.0 -45367,sell_compound_top3,sell,2026-04-29 13:09:00,375.0 -45368,sell_compound_top3,sell,2026-04-29 13:30:00,376.0 -45369,sell_compound_top3,sell,2026-04-29 13:33:00,376.0 -45370,sell_compound_top3,sell,2026-04-29 13:36:00,376.0 -45371,sell_compound_top3,sell,2026-04-29 13:39:00,376.0 -45372,sell_compound_top3,sell,2026-04-29 13:42:00,376.0 -45373,sell_compound_top3,sell,2026-04-29 13:57:00,377.0 -45374,sell_compound_top3,sell,2026-04-29 14:00:00,377.0 -45375,sell_compound_top3,sell,2026-04-29 14:03:00,376.0 -45376,sell_compound_top3,sell,2026-04-29 14:06:00,377.0 -45377,sell_compound_top3,sell,2026-04-29 14:09:00,377.0 -45378,sell_compound_top3,sell,2026-04-29 19:12:00,379.0 -45379,sell_compound_top3,sell,2026-04-29 19:15:00,379.0 -45380,sell_compound_top3,sell,2026-04-29 19:18:00,380.0 -45381,sell_compound_top3,sell,2026-04-29 19:21:00,381.0 -45382,sell_compound_top3,sell,2026-04-29 19:24:00,379.0 -45383,sell_compound_top3,sell,2026-04-30 06:21:00,369.0 -45384,sell_compound_top3,sell,2026-04-30 06:24:00,369.0 -45385,sell_compound_top3,sell,2026-04-30 06:27:00,370.0 -45386,sell_compound_top3,sell,2026-04-30 06:30:00,370.0 -45387,sell_compound_top3,sell,2026-04-30 06:33:00,369.0 -45388,sell_compound_top3,sell,2026-04-30 06:42:00,371.0 -45389,sell_compound_top3,sell,2026-04-30 06:45:00,370.0 -45390,sell_compound_top3,sell,2026-04-30 06:48:00,371.0 -45391,sell_compound_top3,sell,2026-04-30 08:42:00,370.0 -45392,sell_compound_top3,sell,2026-04-30 08:57:00,370.0 -45393,sell_compound_top3,sell,2026-04-30 10:06:00,372.0 -45394,sell_compound_top3,sell,2026-04-30 10:09:00,372.0 -45395,sell_compound_top3,sell,2026-04-30 10:12:00,372.0 -45396,sell_compound_top3,sell,2026-04-30 10:15:00,372.0 -45397,sell_compound_top3,sell,2026-04-30 10:18:00,372.0 -45398,sell_compound_top3,sell,2026-04-30 10:30:00,373.0 -45399,sell_compound_top3,sell,2026-04-30 10:33:00,373.0 -45400,sell_compound_top3,sell,2026-04-30 10:42:00,373.0 -45401,sell_compound_top3,sell,2026-04-30 10:45:00,374.0 -45402,sell_compound_top3,sell,2026-04-30 10:48:00,373.0 -45403,sell_compound_top3,sell,2026-04-30 10:51:00,373.0 -45404,sell_compound_top3,sell,2026-04-30 10:54:00,375.0 -45405,sell_compound_top3,sell,2026-04-30 10:57:00,374.0 -45406,sell_compound_top3,sell,2026-04-30 11:00:00,374.0 -45407,sell_compound_top3,sell,2026-04-30 11:03:00,374.0 -45408,sell_compound_top3,sell,2026-05-01 01:15:00,363.0 -45409,sell_compound_top3,sell,2026-05-01 01:18:00,363.0 -45410,sell_compound_top3,sell,2026-05-01 01:21:00,363.0 -45411,sell_compound_top3,sell,2026-05-01 01:24:00,364.0 -45412,sell_compound_top3,sell,2026-05-01 01:27:00,363.0 -45413,sell_compound_top3,sell,2026-05-01 01:30:00,363.0 -45414,sell_compound_top3,sell,2026-05-01 01:33:00,363.0 -45415,sell_compound_top3,sell,2026-05-01 01:42:00,364.0 -45416,sell_compound_top3,sell,2026-05-01 02:12:00,364.0 -45417,sell_compound_top3,sell,2026-05-01 03:21:00,368.0 -45418,sell_compound_top3,sell,2026-05-01 03:24:00,367.0 -45419,sell_compound_top3,sell,2026-05-01 10:12:00,364.0 -45420,sell_compound_top3,sell,2026-05-01 11:00:00,364.0 -45421,sell_compound_top3,sell,2026-05-01 11:03:00,364.0 -45422,sell_compound_top3,sell,2026-05-01 18:21:00,358.0 -45423,sell_compound_top3,sell,2026-05-01 18:24:00,358.0 -45424,sell_compound_top3,sell,2026-05-01 22:27:00,356.0 -45425,sell_compound_top3,sell,2026-05-01 23:00:00,358.0 -45426,sell_compound_top3,sell,2026-05-01 23:03:00,357.0 -45427,sell_compound_top3,sell,2026-05-02 04:21:00,355.0 -45428,sell_compound_top3,sell,2026-05-02 04:24:00,355.0 -45429,sell_compound_top3,sell,2026-05-02 04:30:00,355.0 -45430,sell_compound_top3,sell,2026-05-02 04:33:00,355.0 -45431,sell_compound_top3,sell,2026-05-02 04:39:00,355.0 -45432,sell_compound_top3,sell,2026-05-02 10:12:00,351.0 -45433,sell_compound_top3,sell,2026-05-02 16:12:00,350.0 -45434,sell_compound_top3,sell,2026-05-02 16:15:00,351.0 -45435,sell_compound_top3,sell,2026-05-02 16:18:00,350.0 -45436,sell_compound_top3,sell,2026-05-02 16:27:00,351.0 -45437,sell_compound_top3,sell,2026-05-02 16:30:00,351.0 -45438,sell_compound_top3,sell,2026-05-02 16:33:00,351.0 -45439,sell_compound_top3,sell,2026-05-02 19:06:00,352.0 -45440,sell_compound_top3,sell,2026-05-02 19:09:00,351.0 -45441,sell_compound_top3,sell,2026-05-02 19:36:00,351.0 -45442,sell_compound_top3,sell,2026-05-02 19:39:00,352.0 -45443,sell_compound_top3,sell,2026-05-02 19:42:00,352.0 -45444,sell_compound_top3,sell,2026-05-02 19:45:00,352.0 -45445,sell_compound_top3,sell,2026-05-02 19:48:00,351.0 -45446,sell_compound_top3,sell,2026-05-02 21:21:00,352.0 -45447,sell_compound_top3,sell,2026-05-02 21:24:00,352.0 -45448,sell_compound_top3,sell,2026-05-02 21:27:00,353.0 -45449,sell_compound_top3,sell,2026-05-02 21:36:00,351.0 -45450,sell_compound_top3,sell,2026-05-02 21:39:00,353.0 -45451,sell_compound_top3,sell,2026-05-02 21:42:00,352.0 -45452,sell_compound_top3,sell,2026-05-02 21:45:00,353.0 -45453,sell_compound_top3,sell,2026-05-02 21:48:00,352.0 -45454,sell_compound_top3,sell,2026-05-03 00:21:00,356.0 -45455,sell_compound_top3,sell,2026-05-03 00:24:00,357.0 -45456,sell_compound_top3,sell,2026-05-03 00:27:00,358.0 -45457,sell_compound_top3,sell,2026-05-03 00:30:00,357.0 -45458,sell_compound_top3,sell,2026-05-03 00:33:00,358.0 -45459,sell_compound_top3,sell,2026-05-03 00:36:00,358.0 -45460,sell_compound_top3,sell,2026-05-03 00:39:00,357.0 -45461,sell_compound_top3,sell,2026-05-03 00:42:00,358.0 -45462,sell_compound_top3,sell,2026-05-03 00:45:00,358.0 -45463,sell_compound_top3,sell,2026-05-03 00:48:00,359.0 -45464,sell_compound_top3,sell,2026-05-03 00:51:00,358.0 -45465,sell_compound_top3,sell,2026-05-03 00:54:00,358.0 -45466,sell_compound_top3,sell,2026-05-03 01:06:00,359.0 -45467,sell_compound_top3,sell,2026-05-03 01:09:00,358.0 -45468,sell_compound_top3,sell,2026-05-03 01:12:00,359.0 -45469,sell_compound_top3,sell,2026-05-03 02:00:00,360.0 -45470,sell_compound_top3,sell,2026-05-03 02:03:00,360.0 -45471,sell_compound_top3,sell,2026-05-03 02:06:00,360.0 -45472,sell_compound_top3,sell,2026-05-03 02:09:00,361.0 -45473,sell_compound_top3,sell,2026-05-03 02:15:00,361.0 -45474,sell_compound_top3,sell,2026-05-03 02:18:00,361.0 -45475,sell_compound_top3,sell,2026-05-03 02:21:00,362.0 -45476,sell_compound_top3,sell,2026-05-03 02:24:00,361.0 -45477,sell_compound_top3,sell,2026-05-03 02:30:00,362.0 -45478,sell_compound_top3,sell,2026-05-03 02:33:00,362.0 -45479,sell_compound_top3,sell,2026-05-03 02:36:00,363.0 -45480,sell_compound_top3,sell,2026-05-03 02:39:00,362.0 -45481,sell_compound_top3,sell,2026-05-03 04:12:00,363.0 -45482,sell_compound_top3,sell,2026-05-03 17:27:00,356.0 -45483,sell_compound_top3,sell,2026-05-04 00:30:00,355.0 -45484,sell_compound_top3,sell,2026-05-04 00:33:00,355.0 -45485,sell_compound_top3,sell,2026-05-04 01:00:00,355.0 -45486,sell_compound_top3,sell,2026-05-04 01:03:00,355.0 -45487,sell_compound_top3,sell,2026-05-04 01:57:00,357.0 -45488,sell_compound_top3,sell,2026-05-04 02:15:00,357.0 -45489,sell_compound_top3,sell,2026-05-04 02:18:00,357.0 -45490,sell_compound_top3,sell,2026-05-04 02:24:00,356.0 -45491,sell_compound_top3,sell,2026-05-04 05:21:00,357.0 -45492,sell_compound_top3,sell,2026-05-04 05:24:00,357.0 -45493,sell_compound_top3,sell,2026-05-04 11:06:00,354.0 -45494,sell_compound_top3,sell,2026-05-04 11:09:00,355.0 -45495,sell_compound_top3,sell,2026-05-04 11:12:00,355.0 -45496,sell_compound_top3,sell,2026-05-04 11:15:00,355.0 -45497,sell_compound_top3,sell,2026-05-04 11:18:00,356.0 -45498,sell_compound_top3,sell,2026-05-04 11:21:00,356.0 -45499,sell_compound_top3,sell,2026-05-04 11:24:00,356.0 -45500,sell_compound_top3,sell,2026-05-04 11:27:00,356.0 -45501,sell_compound_top3,sell,2026-05-04 11:30:00,356.0 -45502,sell_compound_top3,sell,2026-05-04 11:33:00,357.0 -45503,sell_compound_top3,sell,2026-05-04 11:36:00,357.0 -45504,sell_compound_top3,sell,2026-05-04 11:39:00,358.0 -45505,sell_compound_top3,sell,2026-05-04 11:42:00,358.0 -45506,sell_compound_top3,sell,2026-05-04 11:45:00,357.0 -45507,sell_compound_top3,sell,2026-05-04 11:48:00,357.0 -45508,sell_compound_top3,sell,2026-05-04 11:51:00,357.0 -45509,sell_compound_top3,sell,2026-05-04 11:54:00,358.0 -45510,sell_compound_top3,sell,2026-05-04 11:57:00,357.0 -45511,sell_compound_top3,sell,2026-05-04 13:12:00,358.0 -45512,sell_compound_top3,sell,2026-05-04 13:15:00,358.0 -45513,sell_compound_top3,sell,2026-05-04 13:18:00,359.0 -45514,sell_compound_top3,sell,2026-05-04 13:27:00,358.0 -45515,sell_compound_top3,sell,2026-05-04 13:30:00,359.0 -45516,sell_compound_top3,sell,2026-05-04 13:33:00,358.0 -45517,sell_compound_top3,sell,2026-05-05 00:00:00,353.0 -45518,sell_compound_top3,sell,2026-05-05 00:03:00,354.0 -45519,sell_compound_top3,sell,2026-05-05 00:06:00,354.0 -45520,sell_compound_top3,sell,2026-05-05 00:09:00,353.0 -45521,sell_compound_top3,sell,2026-05-05 00:12:00,353.0 -45522,sell_compound_top3,sell,2026-05-05 01:51:00,352.0 -45523,sell_compound_top3,sell,2026-05-05 01:54:00,353.0 -45524,sell_compound_top3,sell,2026-05-05 02:21:00,354.0 -45525,sell_compound_top3,sell,2026-05-05 02:24:00,355.0 -45526,sell_compound_top3,sell,2026-05-05 02:30:00,354.0 -45527,sell_compound_top3,sell,2026-05-05 02:33:00,354.0 -45528,sell_compound_top3,sell,2026-05-05 02:51:00,355.0 -45529,sell_compound_top3,sell,2026-05-05 02:54:00,355.0 -45530,sell_compound_top3,sell,2026-05-05 02:57:00,356.0 -45531,sell_compound_top3,sell,2026-05-05 03:00:00,355.0 -45532,sell_compound_top3,sell,2026-05-05 03:03:00,356.0 -45533,sell_compound_top3,sell,2026-05-05 03:39:00,356.0 -45534,sell_compound_top3,sell,2026-05-05 03:42:00,356.0 -45535,sell_compound_top3,sell,2026-05-05 03:45:00,356.0 -45536,sell_compound_top3,sell,2026-05-05 06:45:00,356.0 -45537,sell_compound_top3,sell,2026-05-05 06:48:00,355.0 -45538,sell_compound_top3,sell,2026-05-05 10:30:00,354.0 -45539,sell_compound_top3,sell,2026-05-05 10:33:00,353.0 -45540,sell_compound_top3,sell,2026-05-05 11:12:00,354.0 -45541,sell_compound_top3,sell,2026-05-05 11:15:00,355.0 -45542,sell_compound_top3,sell,2026-05-05 11:18:00,355.0 -45543,sell_compound_top3,sell,2026-05-05 11:30:00,356.0 -45544,sell_compound_top3,sell,2026-05-05 11:33:00,356.0 -45545,sell_compound_top3,sell,2026-05-05 11:36:00,356.0 -45546,sell_compound_top3,sell,2026-05-05 11:39:00,355.0 -45547,sell_compound_top3,sell,2026-05-05 12:57:00,356.0 -45548,sell_compound_top3,sell,2026-05-05 13:30:00,357.0 -45549,sell_compound_top3,sell,2026-05-05 13:33:00,356.0 -45550,sell_compound_top3,sell,2026-05-05 15:12:00,361.0 -45551,sell_compound_top3,sell,2026-05-05 15:51:00,362.0 -45552,sell_compound_top3,sell,2026-05-05 15:54:00,362.0 -45553,sell_compound_top3,sell,2026-05-05 16:21:00,363.0 -45554,sell_compound_top3,sell,2026-05-05 16:24:00,361.0 -45555,sell_compound_top3,sell,2026-05-05 21:12:00,362.0 -45556,sell_compound_top3,sell,2026-05-05 21:15:00,362.0 -45557,sell_compound_top3,sell,2026-05-05 21:18:00,361.0 -45558,sell_compound_top3,sell,2026-05-05 21:21:00,362.0 -45559,sell_compound_top3,sell,2026-05-05 21:24:00,361.0 -45560,sell_compound_top3,sell,2026-05-05 21:27:00,361.0 -45561,sell_compound_top3,sell,2026-05-06 04:12:00,360.0 -45562,sell_compound_top3,sell,2026-05-06 04:45:00,362.0 -45563,sell_compound_top3,sell,2026-05-06 04:48:00,362.0 -45564,sell_compound_top3,sell,2026-05-06 05:00:00,362.0 -45565,sell_compound_top3,sell,2026-05-06 05:03:00,362.0 -45566,sell_compound_top3,sell,2026-05-06 05:06:00,363.0 -45567,sell_compound_top3,sell,2026-05-06 05:09:00,362.0 -45568,sell_compound_top3,sell,2026-05-06 05:12:00,362.0 -45569,sell_compound_top3,sell,2026-05-06 05:15:00,363.0 -45570,sell_compound_top3,sell,2026-05-06 05:18:00,363.0 -45571,sell_compound_top3,sell,2026-05-06 05:21:00,363.0 -45572,sell_compound_top3,sell,2026-05-06 05:24:00,364.0 -45573,sell_compound_top3,sell,2026-05-06 05:30:00,364.0 -45574,sell_compound_top3,sell,2026-05-06 05:33:00,365.0 -45575,sell_compound_top3,sell,2026-05-06 05:42:00,364.0 -45576,sell_compound_top3,sell,2026-05-06 05:45:00,365.0 -45577,sell_compound_top3,sell,2026-05-06 05:48:00,366.0 -45578,sell_compound_top3,sell,2026-05-06 05:51:00,366.0 -45579,sell_compound_top3,sell,2026-05-06 05:54:00,366.0 -45580,sell_compound_top3,sell,2026-05-06 05:57:00,366.0 -45581,sell_compound_top3,sell,2026-05-06 06:15:00,369.0 -45582,sell_compound_top3,sell,2026-05-06 06:18:00,369.0 -45583,sell_compound_top3,sell,2026-05-06 06:21:00,369.0 -45584,sell_compound_top3,sell,2026-05-06 06:24:00,369.0 -45585,sell_compound_top3,sell,2026-05-06 06:27:00,368.0 -45586,sell_compound_top3,sell,2026-05-06 10:45:00,366.0 -45587,sell_compound_top3,sell,2026-05-06 10:48:00,368.0 -45588,sell_compound_top3,sell,2026-05-06 10:51:00,368.0 -45589,sell_compound_top3,sell,2026-05-06 10:54:00,367.0 -45590,sell_compound_top3,sell,2026-05-06 12:12:00,367.0 -45591,sell_compound_top3,sell,2026-05-06 12:45:00,371.0 -45592,sell_compound_top3,sell,2026-05-06 12:48:00,371.0 -45593,sell_compound_top3,sell,2026-05-06 12:51:00,370.0 -45594,sell_compound_top3,sell,2026-05-06 12:54:00,371.0 -45595,sell_compound_top3,sell,2026-05-06 12:57:00,372.0 -45596,sell_compound_top3,sell,2026-05-06 13:00:00,371.0 -45597,sell_compound_top3,sell,2026-05-06 13:03:00,371.0 -45598,sell_compound_top3,sell,2026-05-06 13:06:00,372.0 -45599,sell_compound_top3,sell,2026-05-06 13:09:00,372.0 -45600,sell_compound_top3,sell,2026-05-06 13:12:00,372.0 -45601,sell_compound_top3,sell,2026-05-06 15:57:00,372.0 -45602,sell_compound_top3,sell,2026-05-06 16:12:00,372.0 -45603,sell_compound_top3,sell,2026-05-06 16:15:00,372.0 -45604,sell_compound_top3,sell,2026-05-06 16:18:00,372.0 -45605,sell_compound_top3,sell,2026-05-06 16:21:00,373.0 -45606,sell_compound_top3,sell,2026-05-06 16:24:00,374.0 -45607,sell_compound_top3,sell,2026-05-06 16:30:00,374.0 -45608,sell_compound_top3,sell,2026-05-06 16:33:00,374.0 -45609,sell_compound_top3,sell,2026-05-06 16:36:00,374.0 -45610,sell_compound_top3,sell,2026-05-06 16:39:00,374.0 -45611,sell_compound_top3,sell,2026-05-06 16:42:00,374.0 -45612,sell_compound_top3,sell,2026-05-06 16:45:00,374.0 -45613,sell_compound_top3,sell,2026-05-06 16:48:00,374.0 -45614,sell_compound_top3,sell,2026-05-06 16:51:00,375.0 -45615,sell_compound_top3,sell,2026-05-06 16:54:00,374.0 -45616,sell_compound_top3,sell,2026-05-06 17:30:00,375.0 -45617,sell_compound_top3,sell,2026-05-06 17:33:00,375.0 -45618,sell_compound_top3,sell,2026-05-06 17:36:00,376.0 -45619,sell_compound_top3,sell,2026-05-06 17:39:00,376.0 -45620,sell_compound_top3,sell,2026-05-06 18:06:00,378.0 -45621,sell_compound_top3,sell,2026-05-06 18:09:00,379.0 -45622,sell_compound_top3,sell,2026-05-06 18:12:00,379.0 -45623,sell_compound_top3,sell,2026-05-06 18:15:00,378.0 -45624,sell_compound_top3,sell,2026-05-06 18:18:00,379.0 -45625,sell_compound_top3,sell,2026-05-06 18:21:00,380.0 -45626,sell_compound_top3,sell,2026-05-06 18:24:00,379.0 -45627,sell_compound_top3,sell,2026-05-06 18:27:00,379.0 -45628,sell_compound_top3,sell,2026-05-06 18:30:00,379.0 -45629,sell_compound_top3,sell,2026-05-06 18:33:00,381.0 -45630,sell_compound_top3,sell,2026-05-06 19:00:00,380.0 -45631,sell_compound_top3,sell,2026-05-06 19:03:00,380.0 -45632,sell_compound_top3,sell,2026-05-06 19:21:00,381.0 -45633,sell_compound_top3,sell,2026-05-06 19:24:00,381.0 -45634,sell_compound_top3,sell,2026-05-06 19:27:00,382.0 -45635,sell_compound_top3,sell,2026-05-06 19:30:00,381.0 -45636,sell_compound_top3,sell,2026-05-06 19:33:00,382.0 -45637,sell_compound_top3,sell,2026-05-06 19:45:00,383.0 -45638,sell_compound_top3,sell,2026-05-06 19:48:00,383.0 -45639,sell_compound_top3,sell,2026-05-07 01:12:00,380.0 -45640,sell_compound_top3,sell,2026-05-07 01:15:00,379.0 -45641,sell_compound_top3,sell,2026-05-07 01:18:00,379.0 -45642,sell_compound_top3,sell,2026-05-07 01:51:00,380.0 -45643,sell_compound_top3,sell,2026-05-07 01:54:00,379.0 -45644,sell_compound_top3,sell,2026-05-07 05:21:00,377.0 -45645,sell_compound_top3,sell,2026-05-07 05:24:00,377.0 -45646,sell_compound_top3,sell,2026-05-07 05:27:00,377.0 -45647,sell_compound_top3,sell,2026-05-07 06:36:00,378.0 -45648,sell_compound_top3,sell,2026-05-07 06:39:00,380.0 -45649,sell_compound_top3,sell,2026-05-07 06:51:00,380.0 -45650,sell_compound_top3,sell,2026-05-07 06:54:00,381.0 -45651,sell_compound_top3,sell,2026-05-07 06:57:00,380.0 -45652,sell_compound_top3,sell,2026-05-07 13:57:00,372.0 -45653,sell_compound_top3,sell,2026-05-07 14:00:00,373.0 -45654,sell_compound_top3,sell,2026-05-07 14:03:00,374.0 -45655,sell_compound_top3,sell,2026-05-07 14:06:00,373.0 -45656,sell_compound_top3,sell,2026-05-07 14:09:00,373.0 -45657,sell_compound_top3,sell,2026-05-07 14:12:00,373.0 -45658,sell_compound_top3,sell,2026-05-07 14:15:00,373.0 -45659,sell_compound_top3,sell,2026-05-07 14:18:00,373.0 -45660,sell_compound_top3,sell,2026-05-07 16:06:00,381.0 -45661,sell_compound_top3,sell,2026-05-07 16:09:00,381.0 -45662,sell_compound_top3,sell,2026-05-07 16:12:00,381.0 -45663,sell_compound_top3,sell,2026-05-07 16:15:00,381.0 -45664,sell_compound_top3,sell,2026-05-07 16:18:00,381.0 -45665,sell_compound_top3,sell,2026-05-07 16:21:00,382.0 -45666,sell_compound_top3,sell,2026-05-07 16:24:00,381.0 -45667,sell_compound_top3,sell,2026-05-07 21:51:00,380.0 -45668,sell_compound_top3,sell,2026-05-07 21:54:00,381.0 -45669,sell_compound_top3,sell,2026-05-07 21:57:00,381.0 -45670,sell_compound_top3,sell,2026-05-08 03:30:00,374.0 -45671,sell_compound_top3,sell,2026-05-08 03:33:00,376.0 -45672,sell_compound_top3,sell,2026-05-08 05:12:00,375.0 -45673,sell_compound_top3,sell,2026-05-08 08:51:00,372.0 -45674,sell_compound_top3,sell,2026-05-08 08:54:00,372.0 -45675,sell_compound_top3,sell,2026-05-08 08:57:00,372.0 -45676,sell_compound_top3,sell,2026-05-08 09:00:00,372.0 -45677,sell_compound_top3,sell,2026-05-08 09:03:00,372.0 -45678,sell_compound_top3,sell,2026-05-08 09:06:00,373.0 -45679,sell_compound_top3,sell,2026-05-08 09:09:00,373.0 -45680,sell_compound_top3,sell,2026-05-08 09:12:00,374.0 -45681,sell_compound_top3,sell,2026-05-08 09:15:00,373.0 -45682,sell_compound_top3,sell,2026-05-08 09:18:00,372.0 -45683,sell_compound_top3,sell,2026-05-08 09:30:00,373.0 -45684,sell_compound_top3,sell,2026-05-08 09:33:00,373.0 -45685,sell_compound_top3,sell,2026-05-08 10:36:00,374.0 -45686,sell_compound_top3,sell,2026-05-08 10:39:00,373.0 -45687,sell_compound_top3,sell,2026-05-08 11:42:00,374.0 -45688,sell_compound_top3,sell,2026-05-08 11:45:00,375.0 -45689,sell_compound_top3,sell,2026-05-08 11:48:00,375.0 -45690,sell_compound_top3,sell,2026-05-08 11:51:00,376.0 -45691,sell_compound_top3,sell,2026-05-08 11:54:00,375.0 -45692,sell_compound_top3,sell,2026-05-08 13:21:00,376.0 -45693,sell_compound_top3,sell,2026-05-08 13:24:00,377.0 -45694,sell_compound_top3,sell,2026-05-08 13:27:00,377.0 -45695,sell_compound_top3,sell,2026-05-08 13:42:00,376.0 -45696,sell_compound_top3,sell,2026-05-08 13:51:00,377.0 -45697,sell_compound_top3,sell,2026-05-08 13:54:00,377.0 -45698,sell_compound_top3,sell,2026-05-08 13:57:00,377.0 -45699,sell_compound_top3,sell,2026-05-08 14:12:00,378.0 -45700,sell_compound_top3,sell,2026-05-08 14:15:00,378.0 -45701,sell_compound_top3,sell,2026-05-08 14:18:00,378.0 -45702,sell_compound_top3,sell,2026-05-08 14:21:00,378.0 -45703,sell_compound_top3,sell,2026-05-08 14:24:00,378.0 -45704,sell_compound_top3,sell,2026-05-08 15:27:00,378.0 -45705,sell_compound_top3,sell,2026-05-08 15:42:00,379.0 -45706,sell_compound_top3,sell,2026-05-08 17:00:00,382.0 -45707,sell_compound_top3,sell,2026-05-08 17:03:00,382.0 -45708,sell_compound_top3,sell,2026-05-08 17:06:00,382.0 -45709,sell_compound_top3,sell,2026-05-08 17:09:00,382.0 -45710,sell_compound_top3,sell,2026-05-08 17:15:00,383.0 -45711,sell_compound_top3,sell,2026-05-08 17:18:00,382.0 -45712,sell_compound_top3,sell,2026-05-08 17:30:00,383.0 -45713,sell_compound_top3,sell,2026-05-08 17:33:00,382.0 -45714,sell_compound_top3,sell,2026-05-08 17:36:00,383.0 -45715,sell_compound_top3,sell,2026-05-08 17:39:00,383.0 -45716,sell_compound_top3,sell,2026-05-08 20:30:00,383.0 -45717,sell_compound_top3,sell,2026-05-08 20:33:00,382.0 -45718,sell_compound_top3,sell,2026-05-08 20:42:00,383.0 -45719,sell_compound_top3,sell,2026-05-08 21:00:00,383.0 -45720,sell_compound_top3,sell,2026-05-08 21:03:00,383.0 -45721,sell_compound_top3,sell,2026-05-08 23:51:00,386.0 -45722,sell_compound_top3,sell,2026-05-08 23:54:00,385.0 -45723,sell_compound_top3,sell,2026-05-08 23:57:00,385.0 -45724,sell_compound_top3,sell,2026-05-09 00:00:00,385.0 -45725,sell_compound_top3,sell,2026-05-09 00:03:00,386.0 -45726,sell_compound_top3,sell,2026-05-09 00:06:00,386.0 -45727,sell_compound_top3,sell,2026-05-09 00:09:00,387.0 -45728,sell_compound_top3,sell,2026-05-09 00:12:00,386.0 -45729,sell_compound_top3,sell,2026-05-09 00:15:00,387.0 -45730,sell_compound_top3,sell,2026-05-09 00:18:00,386.0 -45731,sell_compound_top3,sell,2026-05-09 00:30:00,387.0 -45732,sell_compound_top3,sell,2026-05-09 00:33:00,388.0 -45733,sell_compound_top3,sell,2026-05-09 00:36:00,387.0 -45734,sell_compound_top3,sell,2026-05-09 00:39:00,388.0 -45735,sell_compound_top3,sell,2026-05-09 00:42:00,389.0 -45736,sell_compound_top3,sell,2026-05-09 01:06:00,396.0 -45737,sell_compound_top3,sell,2026-05-09 01:09:00,397.0 -45738,sell_compound_top3,sell,2026-05-09 01:12:00,396.0 -45739,sell_compound_top3,sell,2026-05-09 02:36:00,397.0 -45740,sell_compound_top3,sell,2026-05-09 02:39:00,397.0 -45741,sell_compound_top3,sell,2026-05-09 02:42:00,395.0 -45742,sell_compound_top3,sell,2026-05-09 02:45:00,397.0 -45743,sell_compound_top3,sell,2026-05-09 02:48:00,398.0 -45744,sell_compound_top3,sell,2026-05-09 02:51:00,396.0 -45745,sell_compound_top3,sell,2026-05-09 02:54:00,395.0 -45746,sell_compound_top3,sell,2026-05-09 03:12:00,396.0 -45747,sell_compound_top3,sell,2026-05-09 03:15:00,397.0 -45748,sell_compound_top3,sell,2026-05-09 03:18:00,400.0 -45749,sell_compound_top3,sell,2026-05-09 03:27:00,401.0 -45750,sell_compound_top3,sell,2026-05-09 03:42:00,402.0 -45751,sell_compound_top3,sell,2026-05-09 03:45:00,401.0 -45752,sell_compound_top3,sell,2026-05-09 03:48:00,403.0 -45753,sell_compound_top3,sell,2026-05-09 03:51:00,403.0 -45754,sell_compound_top3,sell,2026-05-09 03:54:00,402.0 -45755,sell_compound_top3,sell,2026-05-09 04:12:00,405.0 -45756,sell_compound_top3,sell,2026-05-09 04:15:00,406.0 -45757,sell_compound_top3,sell,2026-05-09 04:18:00,405.0 -45758,sell_compound_top3,sell,2026-05-09 04:27:00,408.0 -45759,sell_compound_top3,sell,2026-05-09 04:36:00,408.0 -45760,sell_compound_top3,sell,2026-05-09 04:39:00,406.0 -45761,sell_compound_top3,sell,2026-05-09 09:36:00,404.0 -45762,sell_compound_top3,sell,2026-05-09 09:39:00,404.0 -45763,sell_compound_top3,sell,2026-05-09 09:42:00,405.0 -45764,sell_compound_top3,sell,2026-05-09 10:51:00,407.0 -45765,sell_compound_top3,sell,2026-05-09 10:54:00,407.0 -45766,sell_compound_top3,sell,2026-05-09 10:57:00,407.0 -45767,sell_compound_top3,sell,2026-05-09 12:21:00,408.0 -45768,sell_compound_top3,sell,2026-05-09 12:24:00,406.0 -45769,sell_compound_top3,sell,2026-05-09 20:42:00,401.0 -45770,sell_compound_top3,sell,2026-05-09 20:45:00,402.0 -45771,sell_compound_top3,sell,2026-05-09 20:48:00,402.0 -45772,sell_compound_top3,sell,2026-05-09 20:51:00,402.0 -45773,sell_compound_top3,sell,2026-05-09 20:54:00,402.0 -45774,sell_compound_top3,sell,2026-05-09 21:30:00,403.0 -45775,sell_compound_top3,sell,2026-05-09 21:33:00,402.0 -45776,sell_compound_top3,sell,2026-05-10 02:24:00,400.0 -45777,sell_compound_top3,sell,2026-05-10 02:27:00,401.0 -45778,sell_compound_top3,sell,2026-05-10 02:39:00,401.0 -45779,sell_compound_top3,sell,2026-05-10 02:45:00,401.0 -45780,sell_compound_top3,sell,2026-05-10 02:48:00,402.0 -45781,sell_compound_top3,sell,2026-05-10 03:00:00,402.0 -45782,sell_compound_top3,sell,2026-05-10 03:03:00,402.0 -45783,sell_compound_top3,sell,2026-05-10 03:06:00,402.0 -45784,sell_compound_top3,sell,2026-05-10 03:09:00,402.0 -45785,sell_compound_top3,sell,2026-05-10 03:30:00,403.0 -45786,sell_compound_top3,sell,2026-05-10 03:33:00,403.0 -45787,sell_compound_top3,sell,2026-05-10 05:06:00,403.0 -45788,sell_compound_top3,sell,2026-05-10 05:09:00,402.0 -45789,sell_compound_top3,sell,2026-05-10 16:12:00,396.0 -45790,sell_compound_top3,sell,2026-05-10 16:15:00,396.0 -45791,sell_compound_top3,sell,2026-05-10 16:18:00,396.0 -45792,sell_compound_top3,sell,2026-05-10 16:36:00,398.0 -45793,sell_compound_top3,sell,2026-05-10 16:39:00,398.0 -45794,sell_compound_top3,sell,2026-05-10 16:42:00,397.0 -45795,sell_compound_top3,sell,2026-05-10 16:45:00,398.0 -45796,sell_compound_top3,sell,2026-05-10 16:48:00,397.0 -45797,sell_compound_top3,sell,2026-05-10 16:51:00,398.0 -45798,sell_compound_top3,sell,2026-05-10 16:54:00,397.0 -45799,sell_compound_top3,sell,2026-05-10 17:15:00,399.0 -45800,sell_compound_top3,sell,2026-05-10 17:30:00,401.0 -45801,sell_compound_top3,sell,2026-05-10 17:33:00,400.0 -45802,sell_compound_top3,sell,2026-05-10 17:36:00,400.0 -45803,sell_compound_top3,sell,2026-05-10 17:42:00,401.0 -45804,sell_compound_top3,sell,2026-05-10 17:45:00,401.0 -45805,sell_compound_top3,sell,2026-05-10 17:48:00,401.0 -45806,sell_compound_top3,sell,2026-05-10 17:51:00,401.0 -45807,sell_compound_top3,sell,2026-05-10 17:54:00,401.0 -45808,sell_compound_top3,sell,2026-05-10 18:06:00,402.0 -45809,sell_compound_top3,sell,2026-05-10 18:09:00,402.0 -45810,sell_compound_top3,sell,2026-05-10 18:12:00,401.0 -45811,sell_compound_top3,sell,2026-05-10 19:51:00,402.0 -45812,sell_compound_top3,sell,2026-05-10 19:54:00,404.0 -45813,sell_compound_top3,sell,2026-05-10 22:42:00,402.0 -45814,sell_compound_top3,sell,2026-05-11 00:27:00,402.0 -45815,sell_compound_top3,sell,2026-05-11 00:42:00,401.0 -45816,sell_compound_top3,sell,2026-05-11 00:45:00,402.0 -45817,sell_compound_top3,sell,2026-05-11 00:48:00,405.0 -45818,sell_compound_top3,sell,2026-05-11 01:27:00,420.0 -45819,sell_compound_top3,sell,2026-05-11 04:42:00,422.0 -45820,sell_compound_top3,sell,2026-05-11 04:45:00,422.0 -45821,sell_compound_top3,sell,2026-05-11 04:48:00,423.0 -45822,sell_compound_top3,sell,2026-05-11 08:36:00,417.0 -45823,sell_compound_top3,sell,2026-05-11 08:39:00,417.0 -45824,sell_compound_top3,sell,2026-05-11 14:42:00,418.0 -45825,sell_compound_top3,sell,2026-05-11 14:45:00,416.0 -45826,sell_compound_top3,sell,2026-05-11 14:48:00,418.0 -45827,sell_compound_top3,sell,2026-05-11 19:27:00,414.0 -45828,sell_compound_top3,sell,2026-05-11 19:30:00,415.0 -45829,sell_compound_top3,sell,2026-05-11 19:33:00,415.0 -45830,sell_compound_top3,sell,2026-05-11 20:42:00,417.0 -45831,sell_compound_top3,sell,2026-05-12 00:42:00,416.0 -45832,sell_compound_top3,sell,2026-05-12 00:45:00,415.0 -45833,sell_compound_top3,sell,2026-05-12 00:48:00,416.0 -45834,sell_compound_top3,sell,2026-05-12 01:12:00,419.0 -45835,sell_compound_top3,sell,2026-05-12 04:51:00,417.0 -45836,sell_compound_top3,sell,2026-05-12 04:54:00,416.0 -45837,sell_compound_top3,sell,2026-05-12 10:00:00,415.0 -45838,sell_compound_top3,sell,2026-05-12 10:03:00,415.0 -45839,sell_compound_top3,sell,2026-05-12 14:30:00,411.0 -45840,sell_compound_top3,sell,2026-05-12 14:33:00,411.0 -45841,sell_compound_top3,sell,2026-05-12 14:42:00,411.0 -45842,sell_compound_top3,sell,2026-05-12 15:21:00,413.0 -45843,sell_compound_top3,sell,2026-05-12 15:24:00,413.0 -45844,sell_compound_top3,sell,2026-05-13 03:45:00,396.0 -45845,sell_compound_top3,sell,2026-05-13 03:48:00,395.0 -45846,sell_compound_top3,sell,2026-05-13 04:51:00,398.0 -45847,sell_compound_top3,sell,2026-05-13 04:54:00,398.0 -45848,sell_compound_top3,sell,2026-05-13 05:57:00,399.0 -45849,sell_compound_top3,sell,2026-05-13 06:06:00,400.0 -45850,sell_compound_top3,sell,2026-05-13 06:09:00,399.0 -45851,sell_compound_top3,sell,2026-05-13 06:12:00,400.0 -45852,sell_compound_top3,sell,2026-05-13 06:15:00,400.0 -45853,sell_compound_top3,sell,2026-05-13 06:18:00,400.0 -45854,sell_compound_top3,sell,2026-05-13 06:30:00,400.0 -45855,sell_compound_top3,sell,2026-05-13 06:33:00,400.0 -45856,sell_compound_top3,sell,2026-05-13 07:06:00,401.0 -45857,sell_compound_top3,sell,2026-05-13 07:09:00,400.0 -45858,sell_compound_top3,sell,2026-05-13 10:12:00,401.0 -45859,sell_compound_top3,sell,2026-05-13 10:36:00,405.0 -45860,sell_compound_top3,sell,2026-05-13 10:39:00,404.0 -45861,sell_compound_top3,sell,2026-05-13 10:42:00,405.0 -45862,sell_compound_top3,sell,2026-05-13 10:45:00,405.0 -45863,sell_compound_top3,sell,2026-05-13 10:48:00,405.0 -45864,sell_compound_top3,sell,2026-05-13 10:57:00,406.0 -45865,sell_compound_top3,sell,2026-05-13 11:21:00,407.0 -45866,sell_compound_top3,sell,2026-05-13 11:24:00,408.0 -45867,sell_compound_top3,sell,2026-05-13 11:27:00,409.0 -45868,sell_compound_top3,sell,2026-05-13 11:30:00,408.0 -45869,sell_compound_top3,sell,2026-05-13 11:33:00,408.0 -45870,sell_compound_top3,sell,2026-05-13 11:36:00,409.0 -45871,sell_compound_top3,sell,2026-05-13 11:39:00,407.0 -45872,sell_compound_top3,sell,2026-05-13 12:51:00,410.0 -45873,sell_compound_top3,sell,2026-05-13 12:54:00,411.0 -45874,sell_compound_top3,sell,2026-05-13 12:57:00,411.0 -45875,sell_compound_top3,sell,2026-05-13 13:00:00,411.0 -45876,sell_compound_top3,sell,2026-05-13 13:03:00,411.0 -45877,sell_compound_top3,sell,2026-05-13 13:06:00,411.0 -45878,sell_compound_top3,sell,2026-05-13 13:09:00,411.0 -45879,sell_compound_top3,sell,2026-05-13 13:12:00,410.0 -45880,sell_compound_top3,sell,2026-05-13 13:51:00,411.0 -45881,sell_compound_top3,sell,2026-05-13 13:54:00,412.0 -45882,sell_compound_top3,sell,2026-05-13 17:21:00,411.0 -45883,sell_compound_top3,sell,2026-05-13 17:24:00,411.0 -45884,sell_compound_top3,sell,2026-05-13 17:51:00,417.0 -45885,sell_compound_top3,sell,2026-05-13 17:54:00,414.0 -45886,sell_compound_top3,sell,2026-05-13 18:15:00,418.0 -45887,sell_compound_top3,sell,2026-05-13 18:18:00,418.0 -45888,sell_compound_top3,sell,2026-05-13 18:21:00,419.0 -45889,sell_compound_top3,sell,2026-05-13 18:24:00,419.0 -45890,sell_compound_top3,sell,2026-05-13 18:27:00,419.0 -45891,sell_compound_top3,sell,2026-05-13 18:30:00,420.0 -45892,sell_compound_top3,sell,2026-05-13 18:33:00,421.0 -45893,sell_compound_top3,sell,2026-05-13 18:36:00,422.0 -45894,sell_compound_top3,sell,2026-05-13 18:39:00,421.0 -45895,sell_compound_top3,sell,2026-05-13 18:42:00,421.0 -45896,sell_compound_top3,sell,2026-05-13 18:45:00,423.0 -45897,sell_compound_top3,sell,2026-05-13 18:48:00,424.0 -45898,sell_compound_top3,sell,2026-05-13 18:51:00,423.0 -45899,sell_compound_top3,sell,2026-05-13 18:54:00,423.0 -45900,sell_compound_top3,sell,2026-05-14 03:27:00,389.0 -45901,sell_compound_top3,sell,2026-05-14 07:57:00,385.0 -45902,sell_compound_top3,sell,2026-05-14 08:06:00,386.0 -45903,sell_compound_top3,sell,2026-05-14 08:09:00,387.0 -45904,sell_compound_top3,sell,2026-05-14 08:15:00,387.0 -45905,sell_compound_top3,sell,2026-05-14 08:18:00,386.0 -45906,sell_compound_top3,sell,2026-05-14 09:51:00,388.0 -45907,sell_compound_top3,sell,2026-05-14 09:54:00,388.0 -45908,sell_compound_top3,sell,2026-05-14 14:51:00,385.0 -45909,sell_compound_top3,sell,2026-05-14 14:54:00,385.0 -45910,sell_compound_top3,sell,2026-05-14 15:06:00,385.0 -45911,sell_compound_top3,sell,2026-05-14 15:09:00,386.0 -45912,sell_compound_top3,sell,2026-05-14 15:12:00,386.0 -45913,sell_compound_top3,sell,2026-05-14 15:15:00,386.0 -45914,sell_compound_top3,sell,2026-05-14 15:18:00,385.0 -45915,sell_compound_top3,sell,2026-05-14 15:21:00,385.0 -45916,sell_compound_top3,sell,2026-05-14 15:24:00,385.0 -45917,sell_compound_top3,sell,2026-05-14 20:06:00,382.0 -45918,sell_compound_top3,sell,2026-05-14 20:09:00,382.0 -45919,sell_compound_top3,sell,2026-05-14 22:00:00,382.0 -45920,sell_compound_top3,sell,2026-05-14 22:03:00,381.0 -45921,sell_compound_top3,sell,2026-05-14 22:06:00,382.0 -45922,sell_compound_top3,sell,2026-05-14 22:09:00,381.0 -45923,sell_compound_top3,sell,2026-05-15 00:00:00,389.0 -45924,sell_compound_top3,sell,2026-05-15 00:03:00,390.0 -45925,sell_compound_top3,sell,2026-05-15 00:21:00,391.0 -45926,sell_compound_top3,sell,2026-05-15 00:24:00,390.0 -45927,sell_compound_top3,sell,2026-05-15 00:27:00,390.0 -45928,sell_compound_top3,sell,2026-05-15 00:57:00,390.0 -45929,sell_compound_top3,sell,2026-05-15 02:51:00,393.0 -45930,sell_compound_top3,sell,2026-05-15 02:54:00,393.0 -45931,sell_compound_top3,sell,2026-05-15 03:21:00,395.0 -45932,sell_compound_top3,sell,2026-05-15 03:24:00,394.0 -45933,sell_compound_top3,sell,2026-05-15 03:36:00,395.0 -45934,sell_compound_top3,sell,2026-05-15 03:39:00,396.0 -45935,sell_compound_top3,sell,2026-05-15 03:51:00,397.0 -45936,sell_compound_top3,sell,2026-05-15 03:54:00,398.0 -45937,sell_compound_top3,sell,2026-05-15 03:57:00,400.0 -45938,sell_compound_top3,sell,2026-05-15 04:00:00,400.0 -45939,sell_compound_top3,sell,2026-05-15 04:03:00,401.0 -45940,sell_compound_top3,sell,2026-05-15 04:06:00,402.0 -45941,sell_compound_top3,sell,2026-05-15 04:09:00,402.0 -45942,sell_compound_top3,sell,2026-05-15 04:12:00,402.0 -45943,sell_compound_top3,sell,2026-05-15 04:15:00,401.0 -45944,sell_compound_top3,sell,2026-05-15 04:18:00,402.0 -45945,sell_compound_top3,sell,2026-05-15 20:21:00,376.0 -45946,sell_compound_top3,sell,2026-05-15 20:24:00,376.0 -45947,sell_compound_top3,sell,2026-05-15 20:30:00,376.0 -45948,sell_compound_top3,sell,2026-05-15 20:33:00,376.0 -45949,sell_compound_top3,sell,2026-05-16 01:45:00,365.0 -45950,sell_compound_top3,sell,2026-05-16 01:48:00,365.0 -45951,sell_compound_top3,sell,2026-05-16 01:51:00,365.0 -45952,sell_compound_top3,sell,2026-05-16 01:54:00,365.0 -45953,sell_compound_top3,sell,2026-05-16 01:57:00,366.0 -45954,sell_compound_top3,sell,2026-05-16 02:00:00,366.0 -45955,sell_compound_top3,sell,2026-05-16 02:03:00,366.0 -45956,sell_compound_top3,sell,2026-05-16 02:15:00,367.0 -45957,sell_compound_top3,sell,2026-05-16 02:18:00,366.0 -45958,sell_compound_top3,sell,2026-05-16 02:36:00,367.0 -45959,sell_compound_top3,sell,2026-05-16 02:39:00,367.0 -45960,sell_compound_top3,sell,2026-05-16 03:00:00,368.0 -45961,sell_compound_top3,sell,2026-05-16 03:03:00,369.0 -45962,sell_compound_top3,sell,2026-05-16 03:06:00,368.0 -45963,sell_compound_top3,sell,2026-05-16 03:12:00,368.0 -45964,sell_compound_top3,sell,2026-05-16 09:21:00,366.0 -45965,sell_compound_top3,sell,2026-05-16 09:24:00,366.0 -45966,sell_compound_top3,sell,2026-05-16 09:27:00,366.0 -45967,sell_compound_top3,sell,2026-05-16 09:57:00,366.0 -45968,sell_compound_top3,sell,2026-05-16 11:00:00,367.0 -45969,sell_compound_top3,sell,2026-05-16 11:03:00,367.0 -45970,sell_compound_top3,sell,2026-05-16 11:15:00,368.0 -45971,sell_compound_top3,sell,2026-05-16 11:18:00,367.0 -45972,sell_compound_top3,sell,2026-05-16 12:30:00,369.0 -45973,sell_compound_top3,sell,2026-05-16 12:33:00,368.0 -45974,sell_compound_top3,sell,2026-05-17 00:00:00,359.0 -45975,sell_compound_top3,sell,2026-05-17 00:03:00,360.0 -45976,sell_compound_top3,sell,2026-05-17 00:15:00,360.0 -45977,sell_compound_top3,sell,2026-05-17 00:18:00,359.0 -45978,sell_compound_top3,sell,2026-05-17 00:27:00,360.0 -45979,sell_compound_top3,sell,2026-05-17 00:42:00,362.0 -45980,sell_compound_top3,sell,2026-05-17 00:45:00,362.0 -45981,sell_compound_top3,sell,2026-05-17 00:48:00,362.0 -45982,sell_compound_top3,sell,2026-05-17 00:51:00,363.0 -45983,sell_compound_top3,sell,2026-05-17 00:54:00,362.0 -45984,sell_compound_top3,sell,2026-05-17 04:12:00,361.0 -45985,sell_compound_top3,sell,2026-05-17 09:12:00,360.0 -45986,sell_compound_top3,sell,2026-05-17 09:21:00,360.0 -45987,sell_compound_top3,sell,2026-05-17 12:45:00,359.0 -45988,sell_compound_top3,sell,2026-05-17 12:48:00,359.0 -45989,sell_compound_top3,sell,2026-05-17 13:00:00,360.0 -45990,sell_compound_top3,sell,2026-05-17 13:03:00,361.0 -45991,sell_compound_top3,sell,2026-05-17 13:06:00,360.0 -45992,sell_compound_top3,sell,2026-05-17 13:09:00,361.0 -45993,sell_compound_top3,sell,2026-05-17 13:42:00,362.0 -45994,sell_compound_top3,sell,2026-05-17 13:45:00,363.0 -45995,sell_compound_top3,sell,2026-05-17 13:48:00,362.0 -45996,sell_compound_top3,sell,2026-05-17 16:42:00,365.0 -45997,sell_compound_top3,sell,2026-05-17 18:42:00,363.0 -45998,sell_compound_top3,sell,2026-05-17 19:27:00,364.0 -45999,sell_compound_top3,sell,2026-05-18 04:30:00,360.0 -46000,sell_compound_top3,sell,2026-05-18 04:33:00,360.0 -46001,sell_compound_top3,sell,2026-05-18 04:36:00,360.0 -46002,sell_compound_top3,sell,2026-05-18 04:39:00,360.0 -46003,sell_compound_top3,sell,2026-05-18 04:42:00,360.0 -46004,sell_compound_top3,sell,2026-05-18 04:45:00,360.0 -46005,sell_compound_top3,sell,2026-05-18 04:48:00,360.0 -46006,sell_compound_top3,sell,2026-05-18 06:51:00,362.0 -46007,sell_compound_top3,sell,2026-05-18 06:54:00,362.0 -46008,sell_compound_top3,sell,2026-05-18 12:27:00,354.0 -46009,sell_compound_top3,sell,2026-05-18 20:57:00,348.0 -46010,sell_compound_top3,sell,2026-05-18 21:00:00,348.0 -46011,sell_compound_top3,sell,2026-05-18 21:03:00,349.0 -46012,sell_compound_top3,sell,2026-05-18 21:06:00,349.0 -46013,sell_compound_top3,sell,2026-05-18 21:09:00,350.0 -46014,sell_compound_top3,sell,2026-05-18 21:15:00,349.0 -46015,sell_compound_top3,sell,2026-05-18 21:18:00,350.0 -46016,sell_compound_top3,sell,2026-05-18 21:21:00,350.0 -46017,sell_compound_top3,sell,2026-05-18 21:24:00,351.0 -46018,sell_compound_top3,sell,2026-05-18 21:30:00,350.0 -46019,sell_compound_top3,sell,2026-05-18 21:33:00,350.0 -46020,sell_compound_top3,sell,2026-05-18 21:36:00,352.0 -46021,sell_compound_top3,sell,2026-05-18 21:39:00,352.0 -46022,sell_compound_top3,sell,2026-05-18 21:42:00,352.0 -46023,sell_compound_top3,sell,2026-05-18 21:51:00,352.0 -46024,sell_compound_top3,sell,2026-05-18 21:54:00,352.0 -46025,sell_compound_top3,sell,2026-05-18 21:57:00,352.0 -46026,sell_compound_top3,sell,2026-05-18 22:27:00,353.0 -46027,sell_compound_top3,sell,2026-05-19 02:12:00,351.0 -46028,sell_compound_top3,sell,2026-05-19 02:21:00,351.0 -46029,sell_compound_top3,sell,2026-05-19 02:24:00,350.0 -46030,sell_compound_top3,sell,2026-05-19 02:30:00,351.0 -46031,sell_compound_top3,sell,2026-05-19 02:36:00,351.0 -46032,sell_compound_top3,sell,2026-05-19 02:39:00,351.0 -46033,sell_compound_top3,sell,2026-05-19 02:57:00,351.0 -46034,sell_compound_top3,sell,2026-05-19 04:30:00,352.0 -46035,sell_compound_top3,sell,2026-05-19 04:33:00,352.0 -46036,sell_compound_top3,sell,2026-05-19 04:36:00,352.0 -46037,sell_compound_top3,sell,2026-05-19 04:39:00,352.0 -46038,sell_compound_top3,sell,2026-05-19 04:42:00,352.0 -46039,sell_compound_top3,sell,2026-05-19 04:45:00,353.0 -46040,sell_compound_top3,sell,2026-05-19 04:48:00,354.0 -46041,sell_compound_top3,sell,2026-05-19 04:51:00,354.0 -46042,sell_compound_top3,sell,2026-05-19 04:54:00,355.0 -46043,sell_compound_top3,sell,2026-05-19 04:57:00,354.0 -46044,sell_compound_top3,sell,2026-05-19 05:00:00,355.0 -46045,sell_compound_top3,sell,2026-05-19 05:03:00,355.0 -46046,sell_compound_top3,sell,2026-05-19 05:06:00,354.0 -46047,sell_compound_top3,sell,2026-05-19 05:09:00,355.0 -46048,sell_compound_top3,sell,2026-05-19 05:12:00,357.0 -46049,sell_compound_top3,sell,2026-05-19 05:15:00,357.0 -46050,sell_compound_top3,sell,2026-05-19 05:18:00,356.0 -46051,sell_compound_top3,sell,2026-05-19 05:24:00,357.0 -46052,sell_compound_top3,sell,2026-05-19 05:27:00,358.0 -46053,sell_compound_top3,sell,2026-05-19 05:30:00,358.0 -46054,sell_compound_top3,sell,2026-05-19 05:33:00,358.0 -46055,sell_compound_top3,sell,2026-05-19 06:21:00,358.0 -46056,sell_compound_top3,sell,2026-05-19 06:24:00,357.0 -46057,sell_compound_top3,sell,2026-05-19 07:21:00,359.0 -46058,sell_compound_top3,sell,2026-05-19 07:24:00,358.0 -46059,sell_compound_top3,sell,2026-05-19 08:12:00,359.0 -46060,sell_compound_top3,sell,2026-05-19 09:27:00,360.0 -46061,sell_compound_top3,sell,2026-05-19 09:51:00,361.0 -46062,sell_compound_top3,sell,2026-05-19 09:54:00,361.0 -46063,sell_compound_top3,sell,2026-05-19 09:57:00,361.0 -46064,sell_compound_top3,sell,2026-05-19 13:00:00,360.0 -46065,sell_compound_top3,sell,2026-05-19 13:03:00,360.0 -46066,sell_compound_top3,sell,2026-05-19 13:12:00,362.0 -46067,sell_compound_top3,sell,2026-05-19 13:15:00,362.0 -46068,sell_compound_top3,sell,2026-05-19 13:18:00,362.0 -46069,sell_compound_top3,sell,2026-05-19 13:21:00,362.0 -46070,sell_compound_top3,sell,2026-05-19 13:24:00,362.0 -46071,sell_compound_top3,sell,2026-05-19 13:27:00,362.0 -46072,sell_compound_top3,sell,2026-05-19 13:36:00,364.0 -46073,sell_compound_top3,sell,2026-05-19 13:39:00,365.0 -46074,sell_compound_top3,sell,2026-05-19 13:42:00,366.0 -46075,sell_compound_top3,sell,2026-05-19 13:45:00,365.0 -46076,sell_compound_top3,sell,2026-05-19 13:48:00,365.0 -46077,sell_compound_top3,sell,2026-05-19 13:51:00,364.0 -46078,sell_compound_top3,sell,2026-05-19 13:54:00,366.0 -46079,sell_compound_top3,sell,2026-05-19 13:57:00,367.0 -46080,sell_compound_top3,sell,2026-05-19 14:12:00,366.0 -46081,sell_compound_top3,sell,2026-05-19 14:42:00,367.0 -46082,sell_compound_top3,sell,2026-05-19 14:45:00,367.0 -46083,sell_compound_top3,sell,2026-05-19 14:48:00,367.0 -46084,sell_compound_top3,sell,2026-05-19 14:51:00,368.0 -46085,sell_compound_top3,sell,2026-05-19 14:54:00,367.0 -46086,sell_compound_top3,sell,2026-05-19 14:57:00,368.0 -46087,sell_compound_top3,sell,2026-05-19 15:00:00,367.0 -46088,sell_compound_top3,sell,2026-05-19 15:03:00,368.0 -46089,sell_compound_top3,sell,2026-05-19 15:21:00,369.0 -46090,sell_compound_top3,sell,2026-05-19 15:24:00,369.0 -46091,sell_compound_top3,sell,2026-05-19 15:27:00,370.0 -46092,sell_compound_top3,sell,2026-05-19 15:30:00,370.0 -46093,sell_compound_top3,sell,2026-05-19 15:33:00,370.0 -46094,sell_compound_top3,sell,2026-05-19 15:36:00,370.0 -46095,sell_compound_top3,sell,2026-05-19 15:39:00,371.0 -46096,sell_compound_top3,sell,2026-05-19 15:42:00,369.0 -46097,sell_compound_top3,sell,2026-05-19 15:45:00,371.0 -46098,sell_compound_top3,sell,2026-05-19 15:48:00,371.0 -46099,sell_compound_top3,sell,2026-05-19 22:51:00,365.0 -46100,sell_compound_top3,sell,2026-05-19 22:54:00,365.0 -46101,sell_compound_top3,sell,2026-05-20 11:00:00,358.0 -46102,sell_compound_top3,sell,2026-05-20 11:03:00,358.0 -46103,sell_compound_top3,sell,2026-05-20 11:06:00,358.0 -46104,sell_compound_top3,sell,2026-05-20 11:09:00,357.0 -46105,sell_compound_top3,sell,2026-05-20 11:12:00,357.0 -46106,sell_compound_top3,sell,2026-05-20 11:21:00,358.0 -46107,sell_compound_top3,sell,2026-05-20 11:24:00,358.0 -46108,sell_compound_top3,sell,2026-05-20 12:30:00,358.0 -46109,sell_compound_top3,sell,2026-05-20 12:33:00,357.0 -46110,sell_compound_top3,sell,2026-05-20 17:42:00,357.0 -46111,sell_compound_top3,sell,2026-05-20 18:30:00,358.0 -46112,sell_compound_top3,sell,2026-05-20 18:42:00,358.0 -46113,sell_compound_top3,sell,2026-05-20 19:27:00,357.0 -46114,sell_compound_top3,sell,2026-05-20 23:30:00,358.0 -46115,sell_compound_top3,sell,2026-05-20 23:33:00,358.0 -46116,sell_compound_top3,sell,2026-05-20 23:45:00,358.0 -46117,sell_compound_top3,sell,2026-05-20 23:48:00,358.0 -46118,sell_compound_top3,sell,2026-05-20 23:51:00,359.0 -46119,sell_compound_top3,sell,2026-05-20 23:54:00,361.0 -46120,sell_compound_top3,sell,2026-05-21 00:06:00,360.0 -46121,sell_compound_top3,sell,2026-05-21 00:09:00,359.0 -46122,sell_compound_top3,sell,2026-05-21 00:15:00,360.0 -46123,sell_compound_top3,sell,2026-05-21 00:18:00,363.0 -46124,sell_compound_top3,sell,2026-05-21 00:30:00,362.0 -46125,sell_compound_top3,sell,2026-05-21 00:33:00,362.0 -46126,sell_compound_top3,sell,2026-05-21 00:36:00,363.0 -46127,sell_compound_top3,sell,2026-05-21 00:39:00,364.0 -46128,sell_compound_top3,sell,2026-05-21 00:42:00,363.0 -46129,sell_compound_top3,sell,2026-05-21 00:45:00,363.0 -46130,sell_compound_top3,sell,2026-05-21 00:48:00,364.0 -46131,sell_compound_top3,sell,2026-05-21 00:51:00,364.0 -46132,sell_compound_top3,sell,2026-05-21 00:54:00,364.0 -46133,sell_compound_top3,sell,2026-05-21 01:00:00,365.0 -46134,sell_compound_top3,sell,2026-05-21 01:03:00,365.0 -46135,sell_compound_top3,sell,2026-05-21 01:06:00,366.0 -46136,sell_compound_top3,sell,2026-05-21 01:09:00,367.0 -46137,sell_compound_top3,sell,2026-05-21 01:12:00,366.0 -46138,sell_compound_top3,sell,2026-05-21 01:30:00,366.0 -46139,sell_compound_top3,sell,2026-05-21 01:33:00,368.0 -46140,sell_compound_top3,sell,2026-05-21 01:57:00,374.0 -46141,sell_compound_top3,sell,2026-05-21 02:00:00,375.0 -46142,sell_compound_top3,sell,2026-05-21 02:03:00,378.0 -46143,sell_compound_top3,sell,2026-05-21 02:06:00,375.0 -46144,sell_compound_top3,sell,2026-05-21 02:09:00,374.0 -46145,sell_compound_top3,sell,2026-05-21 06:12:00,373.0 -46146,sell_compound_top3,sell,2026-05-21 10:00:00,374.0 -46147,sell_compound_top3,sell,2026-05-21 10:03:00,373.0 -46148,sell_compound_top3,sell,2026-05-21 10:06:00,374.0 -46149,sell_compound_top3,sell,2026-05-21 10:09:00,375.0 -46150,sell_compound_top3,sell,2026-05-21 10:12:00,374.0 -46151,sell_compound_top3,sell,2026-05-21 10:15:00,376.0 -46152,sell_compound_top3,sell,2026-05-21 10:18:00,375.0 -46153,sell_compound_top3,sell,2026-05-21 11:45:00,378.0 -46154,sell_compound_top3,sell,2026-05-21 11:48:00,378.0 -46155,sell_compound_top3,sell,2026-05-21 12:12:00,379.0 -46156,sell_compound_top3,sell,2026-05-21 12:30:00,380.0 -46157,sell_compound_top3,sell,2026-05-21 12:33:00,380.0 -46158,sell_compound_top3,sell,2026-05-21 13:06:00,380.0 -46159,sell_compound_top3,sell,2026-05-21 13:09:00,380.0 -46160,sell_compound_top3,sell,2026-05-21 15:21:00,380.0 -46161,sell_compound_top3,sell,2026-05-21 15:24:00,380.0 -46162,sell_compound_top3,sell,2026-05-21 16:12:00,380.0 -46163,sell_compound_top3,sell,2026-05-21 17:00:00,385.0 -46164,sell_compound_top3,sell,2026-05-21 17:03:00,386.0 -46165,sell_compound_top3,sell,2026-05-21 17:21:00,389.0 -46166,sell_compound_top3,sell,2026-05-21 17:24:00,390.0 -46167,sell_compound_top3,sell,2026-05-21 17:27:00,390.0 -46168,sell_compound_top3,sell,2026-05-21 17:30:00,391.0 -46169,sell_compound_top3,sell,2026-05-21 17:33:00,391.0 -46170,sell_compound_top3,sell,2026-05-21 17:36:00,391.0 -46171,sell_compound_top3,sell,2026-05-21 17:39:00,391.0 -46172,sell_compound_top3,sell,2026-05-21 17:42:00,393.0 -46173,sell_compound_top3,sell,2026-05-21 17:45:00,393.0 -46174,sell_compound_top3,sell,2026-05-21 17:48:00,392.0 -46175,sell_compound_top3,sell,2026-05-21 17:51:00,392.0 -46176,sell_compound_top3,sell,2026-05-21 17:54:00,393.0 -46177,sell_compound_top3,sell,2026-05-21 18:00:00,393.0 -46178,sell_compound_top3,sell,2026-05-21 18:03:00,396.0 -46179,sell_compound_top3,sell,2026-05-21 18:06:00,397.0 -46180,sell_compound_top3,sell,2026-05-21 18:09:00,396.0 -46181,sell_compound_top3,sell,2026-05-21 18:12:00,396.0 -46182,sell_compound_top3,sell,2026-05-21 18:15:00,395.0 -46183,sell_compound_top3,sell,2026-05-21 18:18:00,396.0 -46184,sell_compound_top3,sell,2026-05-21 23:12:00,390.0 -46185,sell_compound_top3,sell,2026-05-22 00:21:00,391.0 -46186,sell_compound_top3,sell,2026-05-22 00:24:00,393.0 -46187,sell_compound_top3,sell,2026-05-22 00:27:00,392.0 -46188,sell_compound_top3,sell,2026-05-22 02:42:00,395.0 -46189,sell_compound_top3,sell,2026-05-22 02:45:00,395.0 -46190,sell_compound_top3,sell,2026-05-22 02:48:00,394.0 -46191,sell_compound_top3,sell,2026-05-22 02:51:00,395.0 -46192,sell_compound_top3,sell,2026-05-22 02:54:00,397.0 -46193,sell_compound_top3,sell,2026-05-22 02:57:00,396.0 -46194,sell_compound_top3,sell,2026-05-22 03:12:00,400.0 -46195,sell_compound_top3,sell,2026-05-22 03:15:00,400.0 -46196,sell_compound_top3,sell,2026-05-22 03:18:00,400.0 -46197,sell_compound_top3,sell,2026-05-22 03:21:00,400.0 -46198,sell_compound_top3,sell,2026-05-22 03:24:00,401.0 -46199,sell_compound_top3,sell,2026-05-22 03:27:00,402.0 -46200,sell_compound_top3,sell,2026-05-22 03:30:00,401.0 -46201,sell_compound_top3,sell,2026-05-22 03:33:00,401.0 -46202,sell_compound_top3,sell,2026-05-22 05:15:00,411.0 -46203,sell_compound_top3,sell,2026-05-22 05:18:00,410.0 -46204,sell_compound_top3,sell,2026-05-22 05:21:00,410.0 -46205,sell_compound_top3,sell,2026-05-22 05:24:00,409.0 -46206,sell_compound_top3,sell,2026-05-22 09:36:00,401.0 -46207,sell_compound_top3,sell,2026-05-22 09:39:00,401.0 -46208,sell_compound_top3,sell,2026-05-22 09:42:00,400.0 -46209,sell_compound_top3,sell,2026-05-22 09:45:00,401.0 -46210,sell_compound_top3,sell,2026-05-22 09:48:00,400.0 -46211,sell_compound_top3,sell,2026-05-22 09:51:00,400.0 -46212,sell_compound_top3,sell,2026-05-22 09:54:00,401.0 -46213,sell_compound_top3,sell,2026-05-22 09:57:00,403.0 -46214,sell_compound_top3,sell,2026-05-22 10:27:00,403.0 -46215,sell_compound_top3,sell,2026-05-22 10:30:00,405.0 -46216,sell_compound_top3,sell,2026-05-22 10:33:00,406.0 -46217,sell_compound_top3,sell,2026-05-22 10:45:00,405.0 -46218,sell_compound_top3,sell,2026-05-22 10:48:00,404.0 -46219,sell_compound_top3,sell,2026-05-22 10:51:00,405.0 -46220,sell_compound_top3,sell,2026-05-22 10:54:00,405.0 -46221,sell_compound_top3,sell,2026-05-22 11:12:00,407.0 -46222,sell_compound_top3,sell,2026-05-22 12:36:00,414.0 -46223,sell_compound_top3,sell,2026-05-22 12:39:00,414.0 -46224,sell_compound_top3,sell,2026-05-22 12:42:00,414.0 -46225,sell_compound_top3,sell,2026-05-22 13:21:00,416.0 -46226,sell_compound_top3,sell,2026-05-22 13:24:00,418.0 -46227,sell_compound_top3,sell,2026-05-22 13:27:00,417.0 -46228,sell_compound_top3,sell,2026-05-22 13:30:00,417.0 -46229,sell_compound_top3,sell,2026-05-22 13:33:00,417.0 -46230,sell_compound_top3,sell,2026-05-22 13:36:00,417.0 -46231,sell_compound_top3,sell,2026-05-22 13:39:00,417.0 -46232,sell_compound_top3,sell,2026-05-22 14:21:00,419.0 -46233,sell_compound_top3,sell,2026-05-22 14:24:00,417.0 -46234,sell_compound_top3,sell,2026-05-22 14:27:00,418.0 -46235,sell_compound_top3,sell,2026-05-22 14:30:00,419.0 -46236,sell_compound_top3,sell,2026-05-22 14:33:00,420.0 -46237,sell_compound_top3,sell,2026-05-22 14:51:00,420.0 -46238,sell_compound_top3,sell,2026-05-22 14:54:00,421.0 -46239,sell_compound_top3,sell,2026-05-22 14:57:00,420.0 -46240,sell_compound_top3,sell,2026-05-22 15:00:00,420.0 -46241,sell_compound_top3,sell,2026-05-22 15:03:00,421.0 -46242,sell_compound_top3,sell,2026-05-22 16:57:00,429.0 -46243,sell_compound_top3,sell,2026-05-22 17:00:00,428.0 -46244,sell_compound_top3,sell,2026-05-22 17:03:00,430.0 -46245,sell_compound_top3,sell,2026-05-22 17:15:00,429.0 -46246,sell_compound_top3,sell,2026-05-22 17:18:00,430.0 -46247,sell_compound_top3,sell,2026-05-22 17:21:00,431.0 -46248,sell_compound_top3,sell,2026-05-22 17:24:00,433.0 -46249,sell_compound_top3,sell,2026-05-22 17:27:00,433.0 -46250,sell_compound_top3,sell,2026-05-22 17:30:00,436.0 -46251,sell_compound_top3,sell,2026-05-22 17:33:00,434.0 -46252,sell_compound_top3,sell,2026-05-22 20:51:00,436.0 -46253,sell_compound_top3,sell,2026-05-22 20:54:00,436.0 -46254,sell_compound_top3,sell,2026-05-22 23:00:00,441.0 -46255,sell_compound_top3,sell,2026-05-22 23:03:00,441.0 -46256,sell_compound_top3,sell,2026-05-23 00:12:00,437.0 -46257,sell_compound_top3,sell,2026-05-23 00:21:00,441.0 -46258,sell_compound_top3,sell,2026-05-23 00:24:00,442.0 -46259,sell_compound_top3,sell,2026-05-23 06:51:00,425.0 -46260,sell_compound_top3,sell,2026-05-23 06:54:00,423.0 -46261,sell_compound_top3,sell,2026-05-23 12:21:00,409.0 -46262,sell_compound_top3,sell,2026-05-23 12:24:00,410.0 -46263,sell_compound_top3,sell,2026-05-23 12:27:00,408.0 -46264,sell_compound_top3,sell,2026-05-23 12:30:00,408.0 -46265,sell_compound_top3,sell,2026-05-23 12:33:00,409.0 -46266,sell_compound_top3,sell,2026-05-23 12:36:00,411.0 -46267,sell_compound_top3,sell,2026-05-23 12:39:00,411.0 -46268,sell_compound_top3,sell,2026-05-23 12:45:00,412.0 -46269,sell_compound_top3,sell,2026-05-23 12:48:00,410.0 -46270,sell_compound_top3,sell,2026-05-23 12:51:00,410.0 -46271,sell_compound_top3,sell,2026-05-23 12:54:00,410.0 -46272,sell_compound_top3,sell,2026-05-23 13:30:00,412.0 -46273,sell_compound_top3,sell,2026-05-23 13:33:00,415.0 -46274,sell_compound_top3,sell,2026-05-23 19:42:00,401.0 -46275,sell_compound_top3,sell,2026-05-23 19:45:00,401.0 -46276,sell_compound_top3,sell,2026-05-23 19:48:00,400.0 -46277,sell_compound_top3,sell,2026-05-23 20:21:00,402.0 -46278,sell_compound_top3,sell,2026-05-23 20:24:00,402.0 -46279,sell_compound_top3,sell,2026-05-23 20:30:00,404.0 -46280,sell_compound_top3,sell,2026-05-23 20:33:00,404.0 -46281,sell_compound_top3,sell,2026-05-23 20:42:00,404.0 -46282,sell_compound_top3,sell,2026-05-23 20:45:00,404.0 -46283,sell_compound_top3,sell,2026-05-23 20:48:00,403.0 -46284,sell_compound_top3,sell,2026-05-23 21:51:00,407.0 -46285,sell_compound_top3,sell,2026-05-23 21:54:00,405.0 -46286,sell_compound_top3,sell,2026-05-23 21:57:00,406.0 -46287,sell_compound_top3,sell,2026-05-23 22:00:00,407.0 -46288,sell_compound_top3,sell,2026-05-23 22:03:00,407.0 -46289,sell_compound_top3,sell,2026-05-23 22:06:00,409.0 -46290,sell_compound_top3,sell,2026-05-23 22:09:00,410.0 -46291,sell_compound_top3,sell,2026-05-23 22:12:00,408.0 -46292,sell_compound_top3,sell,2026-05-23 22:15:00,409.0 -46293,sell_compound_top3,sell,2026-05-23 22:18:00,408.0 -46294,sell_compound_top3,sell,2026-05-23 22:21:00,409.0 -46295,sell_compound_top3,sell,2026-05-23 22:24:00,410.0 -46296,sell_compound_top3,sell,2026-05-23 22:27:00,412.0 -46297,sell_compound_top3,sell,2026-05-23 22:36:00,412.0 -46298,sell_compound_top3,sell,2026-05-23 22:39:00,412.0 -46299,sell_compound_top3,sell,2026-05-23 22:45:00,412.0 -46300,sell_compound_top3,sell,2026-05-23 22:48:00,413.0 -46301,sell_compound_top3,sell,2026-05-23 22:51:00,415.0 -46302,sell_compound_top3,sell,2026-05-23 22:54:00,414.0 -46303,sell_compound_top3,sell,2026-05-23 23:00:00,416.0 -46304,sell_compound_top3,sell,2026-05-23 23:03:00,413.0 -46305,sell_compound_top3,sell,2026-05-23 23:12:00,419.0 -46306,sell_compound_top3,sell,2026-05-23 23:15:00,419.0 -46307,sell_compound_top3,sell,2026-05-23 23:18:00,417.0 -46308,sell_compound_top3,sell,2026-05-23 23:21:00,416.0 -46309,sell_compound_top3,sell,2026-05-23 23:24:00,416.0 -46310,sell_compound_top3,sell,2026-05-23 23:51:00,420.0 -46311,sell_compound_top3,sell,2026-05-23 23:54:00,419.0 -46312,sell_compound_top3,sell,2026-05-23 23:57:00,422.0 -46313,sell_compound_top3,sell,2026-05-24 00:00:00,419.0 -46314,sell_compound_top3,sell,2026-05-24 00:03:00,419.0 -46315,sell_compound_top3,sell,2026-05-24 00:06:00,420.0 -46316,sell_compound_top3,sell,2026-05-24 00:09:00,422.0 -46317,sell_compound_top3,sell,2026-05-24 00:12:00,423.0 -46318,sell_compound_top3,sell,2026-05-24 00:21:00,423.0 -46319,sell_compound_top3,sell,2026-05-24 00:24:00,423.0 -46320,sell_compound_top3,sell,2026-05-24 00:27:00,423.0 -46321,sell_compound_top3,sell,2026-05-24 01:00:00,424.0 -46322,sell_compound_top3,sell,2026-05-24 01:03:00,425.0 -46323,sell_compound_top3,sell,2026-05-24 01:06:00,424.0 -46324,sell_compound_top3,sell,2026-05-24 01:09:00,424.0 -46325,sell_compound_top3,sell,2026-05-24 01:12:00,425.0 -46326,sell_compound_top3,sell,2026-05-24 01:21:00,426.0 -46327,sell_compound_top3,sell,2026-05-24 01:24:00,424.0 -46328,sell_compound_top3,sell,2026-05-24 01:27:00,425.0 -46329,sell_compound_top3,sell,2026-05-24 01:30:00,425.0 -46330,sell_compound_top3,sell,2026-05-24 01:33:00,426.0 -46331,sell_compound_top3,sell,2026-05-24 01:36:00,426.0 -46332,sell_compound_top3,sell,2026-05-24 01:39:00,428.0 -46333,sell_compound_top3,sell,2026-05-24 02:27:00,436.0 -46334,sell_compound_top3,sell,2026-05-24 02:36:00,440.0 -46335,sell_compound_top3,sell,2026-05-24 02:39:00,441.0 -46336,sell_compound_top3,sell,2026-05-24 02:42:00,443.0 -46337,sell_compound_top3,sell,2026-05-24 03:06:00,444.0 -46338,sell_compound_top3,sell,2026-05-24 03:09:00,445.0 -46339,sell_compound_top3,sell,2026-05-24 03:12:00,446.0 -46340,sell_compound_top3,sell,2026-05-24 03:15:00,450.0 -46341,sell_compound_top3,sell,2026-05-24 03:18:00,451.0 -46342,sell_compound_top3,sell,2026-05-24 03:21:00,450.0 -46343,sell_compound_top3,sell,2026-05-24 03:24:00,449.0 -46344,sell_compound_top3,sell,2026-05-24 03:27:00,448.0 -46345,sell_compound_top3,sell,2026-05-24 03:30:00,450.0 -46346,sell_compound_top3,sell,2026-05-24 03:33:00,454.0 -46347,sell_compound_top3,sell,2026-05-24 03:42:00,454.0 -46348,sell_compound_top3,sell,2026-05-24 03:45:00,454.0 -46349,sell_compound_top3,sell,2026-05-24 03:48:00,456.0 -46350,sell_compound_top3,sell,2026-05-24 03:51:00,457.0 -46351,sell_compound_top3,sell,2026-05-24 03:54:00,459.0 -46352,sell_compound_top3,sell,2026-05-24 03:57:00,458.0 -46353,sell_compound_top3,sell,2026-05-24 10:15:00,453.0 -46354,sell_compound_top3,sell,2026-05-24 10:18:00,453.0 -46355,sell_compound_top3,sell,2026-05-24 10:21:00,452.0 -46356,sell_compound_top3,sell,2026-05-24 10:24:00,453.0 -46357,sell_compound_top3,sell,2026-05-24 13:51:00,452.0 -46358,sell_compound_top3,sell,2026-05-24 13:54:00,453.0 -46359,sell_compound_top3,sell,2026-05-24 15:12:00,453.0 -46360,sell_compound_top3,sell,2026-05-24 15:15:00,453.0 -46361,sell_compound_top3,sell,2026-05-24 15:18:00,453.0 -46362,sell_compound_top3,sell,2026-05-24 15:42:00,453.0 -46363,sell_compound_top3,sell,2026-05-24 15:45:00,454.0 -46364,sell_compound_top3,sell,2026-05-24 15:48:00,455.0 -46365,sell_compound_top3,sell,2026-05-24 15:57:00,453.0 -46366,sell_compound_top3,sell,2026-05-24 16:00:00,455.0 -46367,sell_compound_top3,sell,2026-05-24 16:03:00,454.0 -46368,sell_compound_top3,sell,2026-05-24 16:12:00,456.0 -46369,sell_compound_top3,sell,2026-05-24 16:15:00,456.0 -46370,sell_compound_top3,sell,2026-05-24 16:18:00,456.0 -46371,sell_compound_top3,sell,2026-05-24 22:12:00,456.0 -46372,sell_compound_top3,sell,2026-05-24 22:15:00,458.0 -46373,sell_compound_top3,sell,2026-05-24 22:18:00,458.0 -46374,sell_compound_top3,sell,2026-05-24 22:21:00,457.0 -46375,sell_compound_top3,sell,2026-05-24 22:24:00,457.0 -46376,sell_compound_top3,sell,2026-05-25 08:12:00,440.0 -46377,sell_compound_top3,sell,2026-05-25 08:15:00,442.0 -46378,sell_compound_top3,sell,2026-05-25 08:18:00,439.0 -46379,sell_compound_top3,sell,2026-05-25 14:42:00,439.0 -46380,sell_compound_top3,sell,2026-05-25 14:45:00,440.0 -46381,sell_compound_top3,sell,2026-05-25 14:48:00,440.0 -46382,sell_compound_top3,sell,2026-05-25 15:00:00,440.0 -46383,sell_compound_top3,sell,2026-05-25 15:03:00,439.0 -46384,sell_compound_top3,sell,2026-05-25 16:30:00,440.0 -46385,sell_compound_top3,sell,2026-05-25 16:33:00,444.0 -46386,sell_compound_top3,sell,2026-05-25 16:51:00,441.0 -46387,sell_compound_top3,sell,2026-05-25 16:54:00,441.0 -46388,sell_compound_top3,sell,2026-05-25 16:57:00,443.0 -46389,sell_compound_top3,sell,2026-05-25 17:00:00,443.0 -46390,sell_compound_top3,sell,2026-05-25 17:03:00,443.0 -46391,sell_compound_top3,sell,2026-05-25 17:06:00,444.0 -46392,sell_compound_top3,sell,2026-05-25 17:09:00,443.0 -46393,sell_compound_top3,sell,2026-05-25 17:12:00,443.0 -46394,sell_compound_top3,sell,2026-05-25 17:30:00,446.0 -46395,sell_compound_top3,sell,2026-05-25 17:33:00,444.0 -46396,sell_compound_top3,sell,2026-05-25 17:36:00,445.0 -46397,sell_compound_top3,sell,2026-05-25 17:39:00,446.0 -46398,sell_compound_top3,sell,2026-05-25 18:06:00,453.0 -46399,sell_compound_top3,sell,2026-05-25 18:09:00,455.0 -46400,sell_compound_top3,sell,2026-05-25 18:12:00,455.0 -46401,sell_compound_top3,sell,2026-05-25 18:15:00,453.0 -46402,sell_compound_top3,sell,2026-05-25 18:18:00,456.0 -46403,sell_compound_top3,sell,2026-05-25 18:21:00,455.0 -46404,sell_compound_top3,sell,2026-05-25 18:24:00,454.0 -46405,sell_compound_top3,sell,2026-05-25 23:15:00,455.0 -46406,sell_compound_top3,sell,2026-05-25 23:18:00,454.0 -46407,sell_compound_top3,sell,2026-05-26 01:57:00,453.0 -46408,sell_compound_top3,sell,2026-05-26 02:36:00,459.0 -46409,sell_compound_top3,sell,2026-05-26 02:39:00,460.0 -46410,sell_compound_top3,sell,2026-05-26 02:42:00,462.0 -46411,sell_compound_top3,sell,2026-05-26 03:00:00,465.0 -46412,sell_compound_top3,sell,2026-05-26 03:03:00,468.0 -46413,sell_compound_top3,sell,2026-05-26 03:12:00,467.0 -46414,sell_compound_top3,sell,2026-05-26 03:15:00,468.0 -46415,sell_compound_top3,sell,2026-05-26 03:18:00,473.0 -46416,sell_compound_top3,sell,2026-05-26 03:27:00,473.0 -46417,sell_compound_top3,sell,2026-05-26 03:36:00,477.0 -46418,sell_compound_top3,sell,2026-05-26 03:39:00,477.0 -46419,sell_compound_top3,sell,2026-05-26 03:45:00,483.0 -46420,sell_compound_top3,sell,2026-05-26 03:48:00,481.0 -46421,sell_compound_top3,sell,2026-05-26 03:51:00,481.0 -46422,sell_compound_top3,sell,2026-05-26 03:54:00,483.0 -46423,sell_compound_top3,sell,2026-05-26 03:57:00,485.0 -46424,sell_compound_top3,sell,2026-05-26 04:00:00,484.0 -46425,sell_compound_top3,sell,2026-05-26 04:03:00,482.0 -46426,sell_compound_top3,sell,2026-05-26 04:06:00,488.0 -46427,sell_compound_top3,sell,2026-05-26 04:09:00,489.0 -46428,sell_compound_top3,sell,2026-05-26 04:12:00,492.0 -46429,sell_compound_top3,sell,2026-05-26 04:15:00,491.0 -46430,sell_compound_top3,sell,2026-05-26 04:18:00,491.0 -46431,sell_compound_top3,sell,2026-05-26 04:21:00,491.0 -46432,sell_compound_top3,sell,2026-05-26 04:24:00,495.0 -46433,sell_compound_top3,sell,2026-05-26 04:27:00,495.0 -46434,sell_compound_top3,sell,2026-05-26 04:30:00,497.0 -46435,sell_compound_top3,sell,2026-05-26 04:33:00,499.0 -46436,sell_compound_top3,sell,2026-05-26 05:12:00,502.0 -46437,sell_compound_top3,sell,2026-05-26 13:00:00,493.0 -46438,sell_compound_top3,sell,2026-05-26 13:03:00,494.0 -46439,sell_compound_top3,sell,2026-05-26 13:51:00,502.0 -46440,sell_compound_top3,sell,2026-05-26 13:54:00,504.0 -46441,sell_compound_top3,sell,2026-05-26 13:57:00,506.0 -46442,sell_compound_top3,sell,2026-05-26 14:00:00,505.0 -46443,sell_compound_top3,sell,2026-05-26 14:03:00,503.0 -46444,sell_compound_top3,sell,2026-05-26 14:06:00,505.0 -46445,sell_compound_top3,sell,2026-05-26 14:09:00,505.0 -46446,sell_compound_top3,sell,2026-05-26 14:12:00,505.0 -46447,sell_compound_top3,sell,2026-05-26 14:15:00,508.0 -46448,sell_compound_top3,sell,2026-05-26 14:18:00,509.0 -46449,sell_compound_top3,sell,2026-05-26 15:42:00,521.0 -46450,sell_compound_top3,sell,2026-05-26 15:45:00,524.0 -46451,sell_compound_top3,sell,2026-05-26 15:48:00,528.0 -46452,sell_compound_top3,sell,2026-05-26 16:51:00,535.0 -46453,sell_compound_top3,sell,2026-05-26 16:54:00,539.0 -46454,sell_compound_top3,sell,2026-05-26 16:57:00,536.0 -46455,sell_compound_top3,sell,2026-05-26 17:00:00,539.0 -46456,sell_compound_top3,sell,2026-05-26 17:03:00,543.0 -46457,sell_compound_top3,sell,2026-05-26 17:12:00,542.0 -46458,sell_compound_top3,sell,2026-05-26 17:15:00,539.0 -46459,sell_compound_top3,sell,2026-05-26 17:18:00,542.0 -46460,sell_compound_top3,sell,2026-05-26 17:21:00,543.0 -46461,sell_compound_top3,sell,2026-05-26 17:24:00,542.0 -46462,sell_compound_top3,sell,2026-05-26 17:57:00,554.0 -46463,sell_compound_top3,sell,2026-05-26 18:00:00,549.0 -46464,sell_compound_top3,sell,2026-05-26 18:03:00,553.0 -46465,sell_compound_top3,sell,2026-05-26 18:06:00,552.0 -46466,sell_compound_top3,sell,2026-05-26 18:09:00,550.0 -46467,sell_compound_top3,sell,2026-05-26 18:12:00,553.0 -46468,sell_compound_top3,sell,2026-05-26 18:15:00,551.0 -46469,sell_compound_top3,sell,2026-05-26 18:18:00,554.0 -46470,sell_compound_top3,sell,2026-05-26 18:21:00,556.0 -46471,sell_compound_top3,sell,2026-05-26 18:24:00,555.0 -46472,sell_compound_top3,sell,2026-05-26 18:30:00,552.0 -46473,sell_compound_top3,sell,2026-05-26 18:33:00,554.0 -46474,sell_compound_top3,sell,2026-05-26 18:45:00,557.0 -46475,sell_compound_top3,sell,2026-05-26 18:48:00,555.0 -46476,sell_compound_top3,sell,2026-05-26 18:51:00,558.0 -46477,sell_compound_top3,sell,2026-05-26 18:54:00,560.0 -46478,sell_compound_top3,sell,2026-05-26 19:00:00,564.0 -46479,sell_compound_top3,sell,2026-05-26 19:03:00,558.0 -46480,sell_compound_top3,sell,2026-05-26 19:12:00,565.0 -46481,sell_compound_top3,sell,2026-05-26 19:27:00,573.0 -46482,sell_compound_top3,sell,2026-05-26 19:51:00,579.0 -46483,sell_compound_top3,sell,2026-05-26 19:54:00,579.0 -46484,sell_compound_top3,sell,2026-05-26 19:57:00,583.0 -46485,sell_compound_top3,sell,2026-05-26 20:00:00,584.0 -46486,sell_compound_top3,sell,2026-05-26 20:03:00,587.0 -46487,sell_compound_top3,sell,2026-05-26 20:06:00,580.0 -46488,sell_compound_top3,sell,2026-05-26 20:09:00,583.0 -46489,sell_compound_top3,sell,2026-05-26 20:12:00,588.0 -46490,sell_compound_top3,sell,2026-05-26 20:42:00,582.0 -46491,sell_compound_top3,sell,2026-05-26 21:21:00,593.0 -46492,sell_compound_top3,sell,2026-05-26 21:24:00,598.0 -46493,sell_compound_top3,sell,2026-05-27 00:51:00,593.0 -46494,sell_compound_top3,sell,2026-05-27 00:54:00,593.0 -46495,sell_compound_top3,sell,2026-05-27 01:06:00,594.0 -46496,sell_compound_top3,sell,2026-05-27 01:09:00,598.0 -46497,sell_compound_top3,sell,2026-05-27 14:45:00,543.0 -46498,sell_compound_top3,sell,2026-05-27 14:48:00,547.0 -46499,sell_compound_top3,sell,2026-05-27 21:12:00,536.0 -46500,sell_compound_top3,sell,2026-05-27 21:15:00,538.0 -46501,sell_compound_top3,sell,2026-05-27 21:18:00,536.0 -46502,sell_compound_top3,sell,2026-05-27 21:21:00,538.0 -46503,sell_compound_top3,sell,2026-05-27 21:24:00,538.0 -46504,sell_compound_top3,sell,2026-05-27 21:27:00,538.0 -46505,sell_compound_top3,sell,2026-05-28 00:27:00,543.0 -46506,sell_compound_top3,sell,2026-05-28 00:30:00,544.0 -46507,sell_compound_top3,sell,2026-05-28 00:33:00,545.0 -46508,sell_compound_top3,sell,2026-05-28 00:36:00,545.0 -46509,sell_compound_top3,sell,2026-05-28 00:39:00,544.0 -46510,sell_compound_top3,sell,2026-05-28 05:42:00,519.0 -46511,sell_compound_top3,sell,2026-05-29 04:00:00,424.0 -46512,sell_compound_top3,sell,2026-05-29 04:03:00,423.0 -46513,sell_compound_top3,sell,2026-05-29 06:42:00,425.0 -46514,sell_compound_top3,sell,2026-05-29 09:42:00,425.0 -46515,sell_compound_top3,sell,2026-05-29 09:45:00,427.0 -46516,sell_compound_top3,sell,2026-05-29 09:48:00,426.0 -46517,sell_compound_top3,sell,2026-05-29 09:51:00,426.0 -46518,sell_compound_top3,sell,2026-05-29 09:54:00,427.0 -46519,sell_compound_top3,sell,2026-05-29 09:57:00,426.0 -46520,sell_compound_top3,sell,2026-05-29 10:00:00,428.0 -46521,sell_compound_top3,sell,2026-05-29 10:03:00,430.0 -46522,sell_compound_top3,sell,2026-05-29 10:06:00,433.0 -46523,sell_compound_top3,sell,2026-05-29 10:09:00,436.0 -46524,sell_compound_top3,sell,2026-05-29 10:15:00,437.0 -46525,sell_compound_top3,sell,2026-05-29 10:18:00,438.0 -46526,sell_compound_top3,sell,2026-05-29 10:21:00,433.0 -46527,sell_compound_top3,sell,2026-05-29 10:24:00,433.0 -46528,sell_compound_top3,sell,2026-05-29 14:21:00,433.0 -46529,sell_compound_top3,sell,2026-05-29 14:24:00,434.0 -46530,sell_compound_top3,sell,2026-05-29 14:27:00,435.0 -46531,sell_compound_top3,sell,2026-05-29 14:30:00,435.0 -46532,sell_compound_top3,sell,2026-05-29 14:33:00,433.0 -46533,sell_compound_top3,sell,2026-05-29 14:42:00,433.0 -46534,sell_compound_top3,sell,2026-05-29 15:27:00,447.0 -46535,sell_compound_top3,sell,2026-05-29 15:30:00,448.0 -46536,sell_compound_top3,sell,2026-05-29 15:33:00,448.0 -46537,sell_compound_top3,sell,2026-05-29 16:06:00,450.0 -46538,sell_compound_top3,sell,2026-05-29 16:09:00,453.0 -46539,sell_compound_top3,sell,2026-05-29 16:12:00,453.0 -46540,sell_compound_top3,sell,2026-05-29 16:15:00,454.0 -46541,sell_compound_top3,sell,2026-05-29 16:18:00,455.0 -46542,sell_compound_top3,sell,2026-05-29 16:30:00,463.0 -46543,sell_compound_top3,sell,2026-05-29 16:33:00,461.0 -46544,sell_compound_top3,sell,2026-05-29 23:21:00,444.0 -46545,sell_compound_top3,sell,2026-05-29 23:24:00,440.0 -46546,sell_compound_top3,sell,2026-05-30 00:00:00,444.0 -46547,sell_compound_top3,sell,2026-05-30 00:03:00,443.0 -46548,sell_compound_top3,sell,2026-05-30 00:06:00,443.0 -46549,sell_compound_top3,sell,2026-05-30 00:09:00,449.0 -46550,sell_compound_top3,sell,2026-05-30 00:15:00,447.0 -46551,sell_compound_top3,sell,2026-05-30 00:18:00,441.0 -46552,sell_compound_top3,sell,2026-05-30 00:42:00,451.0 -46553,sell_compound_top3,sell,2026-05-30 02:45:00,455.0 -46554,sell_compound_top3,sell,2026-05-30 02:48:00,453.0 -46555,sell_compound_top3,sell,2026-05-30 10:45:00,436.0 -46556,sell_compound_top3,sell,2026-05-30 10:48:00,435.0 -46557,sell_compound_top3,sell,2026-05-30 11:36:00,445.0 -46558,sell_compound_top3,sell,2026-05-30 11:39:00,443.0 -46559,sell_compound_top3,sell,2026-05-30 11:51:00,441.0 -46560,sell_compound_top3,sell,2026-05-30 11:54:00,441.0 -46561,sell_compound_top3,sell,2026-05-30 11:57:00,442.0 -46562,sell_compound_top3,sell,2026-05-30 14:36:00,442.0 -46563,sell_compound_top3,sell,2026-05-30 14:39:00,440.0 -46564,sell_compound_top3,sell,2026-05-30 17:57:00,441.0 -46565,sell_compound_top3,sell,2026-05-30 19:21:00,442.0 -46566,sell_compound_top3,sell,2026-05-30 19:24:00,442.0 -46567,sell_compound_top3,sell,2026-05-30 19:27:00,442.0 -46568,sell_compound_top3,sell,2026-05-30 20:21:00,444.0 -46569,sell_compound_top3,sell,2026-05-30 20:24:00,444.0 -46570,sell_compound_top3,sell,2026-05-30 20:42:00,445.0 -46571,sell_compound_top3,sell,2026-05-30 21:15:00,445.0 -46572,sell_compound_top3,sell,2026-05-30 21:18:00,448.0 -46573,sell_compound_top3,sell,2026-05-30 21:36:00,450.0 -46574,sell_compound_top3,sell,2026-05-30 21:39:00,452.0 -46575,sell_compound_top3,sell,2026-05-30 21:45:00,453.0 -46576,sell_compound_top3,sell,2026-05-30 21:48:00,454.0 -46577,sell_compound_top3,sell,2026-05-30 21:57:00,454.0 -46578,sell_compound_top3,sell,2026-05-30 22:00:00,456.0 -46579,sell_compound_top3,sell,2026-05-30 22:03:00,454.0 -46580,sell_compound_top3,sell,2026-05-30 22:06:00,455.0 -46581,sell_compound_top3,sell,2026-05-30 22:09:00,453.0 -46582,sell_compound_top3,sell,2026-05-30 23:06:00,473.0 -46583,sell_compound_top3,sell,2026-05-30 23:09:00,477.0 -46584,sell_compound_top3,sell,2026-05-30 23:12:00,472.0 -46585,sell_compound_top3,sell,2026-05-30 23:15:00,476.0 -46586,sell_compound_top3,sell,2026-05-30 23:18:00,478.0 -46587,sell_compound_top3,sell,2026-05-30 23:21:00,484.0 -46588,sell_compound_top3,sell,2026-05-30 23:24:00,487.0 -46589,sell_compound_top3,sell,2026-05-30 23:27:00,488.0 -46590,sell_compound_top3,sell,2026-05-30 23:51:00,490.0 -46591,sell_compound_top3,sell,2026-05-30 23:54:00,486.0 -46592,sell_compound_top3,sell,2026-05-31 00:00:00,490.0 -46593,sell_compound_top3,sell,2026-05-31 00:03:00,493.0 -46594,sell_compound_top3,sell,2026-05-31 00:06:00,501.0 -46595,sell_compound_top3,sell,2026-05-31 00:09:00,490.0 -46596,sell_compound_top3,sell,2026-05-31 00:12:00,503.0 -46597,sell_compound_top3,sell,2026-05-31 00:15:00,505.0 -46598,sell_compound_top3,sell,2026-05-31 00:18:00,503.0 -46599,sell_compound_top3,sell,2026-05-31 00:21:00,502.0 -46600,sell_compound_top3,sell,2026-05-31 00:24:00,510.0 -46601,sell_compound_top3,sell,2026-05-31 00:30:00,511.0 -46602,sell_compound_top3,sell,2026-05-31 00:33:00,506.0 -46603,sell_compound_top3,sell,2026-05-31 00:36:00,511.0 -46604,sell_compound_top3,sell,2026-05-31 00:39:00,511.0 -46605,sell_compound_top3,sell,2026-05-31 00:51:00,515.0 -46606,sell_compound_top3,sell,2026-05-31 00:54:00,520.0 -46607,sell_compound_top3,sell,2026-05-31 00:57:00,517.0 -46608,sell_compound_top3,sell,2026-05-31 01:00:00,517.0 -46609,sell_compound_top3,sell,2026-05-31 01:03:00,521.0 -46610,sell_compound_top3,sell,2026-05-31 01:06:00,525.0 -46611,sell_compound_top3,sell,2026-05-31 01:09:00,530.0 -46612,sell_compound_top3,sell,2026-05-31 01:12:00,526.0 -46613,sell_compound_top3,sell,2026-05-31 05:12:00,546.0 -46614,sell_compound_top3,sell,2026-05-31 05:27:00,553.0 -46615,sell_compound_top3,sell,2026-05-31 05:30:00,553.0 -46616,sell_compound_top3,sell,2026-05-31 05:33:00,556.0 -46617,sell_compound_top3,sell,2026-05-31 05:42:00,560.0 -46618,sell_compound_top3,sell,2026-05-31 05:45:00,560.0 -46619,sell_compound_top3,sell,2026-05-31 05:48:00,561.0 -46620,sell_compound_top3,sell,2026-05-31 12:00:00,514.0 -46621,sell_compound_top3,sell,2026-05-31 12:03:00,513.0 -46622,sell_compound_top3,sell,2026-05-31 12:06:00,514.0 -46623,sell_compound_top3,sell,2026-05-31 12:09:00,513.0 -46624,sell_compound_top3,sell,2026-05-31 12:21:00,515.0 -46625,sell_compound_top3,sell,2026-05-31 12:24:00,515.0 -46626,sell_compound_top3,sell,2026-05-31 12:30:00,514.0 -46627,sell_compound_top3,sell,2026-05-31 12:33:00,516.0 -46628,sell_compound_top3,sell,2026-05-31 12:57:00,516.0 -46629,sell_compound_top3,sell,2026-06-01 06:51:00,517.0 -46630,sell_compound_top3,sell,2026-06-01 06:54:00,518.0 -46631,sell_compound_top3,sell,2026-06-01 06:57:00,520.0 -46632,sell_compound_top3,sell,2026-06-01 09:27:00,534.0 -46633,sell_compound_top3,sell,2026-06-01 09:30:00,531.0 -46634,sell_compound_top3,sell,2026-06-01 09:33:00,532.0 -46635,sell_compound_top3,sell,2026-06-01 10:30:00,534.0 -46636,sell_compound_top3,sell,2026-06-01 10:33:00,540.0 -46637,sell_compound_top3,sell,2026-06-01 11:00:00,542.0 -46638,sell_compound_top3,sell,2026-06-01 11:03:00,548.0 -46639,sell_compound_top3,sell,2026-06-01 11:12:00,548.0 -46640,sell_compound_top3,sell,2026-06-01 11:15:00,550.0 -46641,sell_compound_top3,sell,2026-06-01 11:18:00,549.0 -46642,sell_compound_top3,sell,2026-06-01 11:21:00,549.0 -46643,sell_compound_top3,sell,2026-06-01 11:24:00,553.0 -46644,sell_compound_top3,sell,2026-06-01 11:27:00,553.0 -46645,sell_compound_top3,sell,2026-06-01 11:30:00,552.0 -46646,sell_compound_top3,sell,2026-06-01 11:33:00,556.0 -46647,sell_compound_top3,sell,2026-06-01 11:36:00,553.0 -46648,sell_compound_top3,sell,2026-06-01 11:39:00,557.0 -46649,sell_compound_top3,sell,2026-06-01 11:45:00,561.0 -46650,sell_compound_top3,sell,2026-06-01 11:48:00,566.0 -46651,sell_compound_top3,sell,2026-06-01 11:51:00,569.0 -46652,sell_compound_top3,sell,2026-06-01 11:54:00,564.0 -46653,sell_compound_top3,sell,2026-06-01 12:00:00,565.0 -46654,sell_compound_top3,sell,2026-06-01 12:03:00,568.0 -46655,sell_compound_top3,sell,2026-06-01 12:06:00,573.0 -46656,sell_compound_top3,sell,2026-06-01 12:09:00,562.0 -46657,sell_compound_top3,sell,2026-06-01 12:15:00,570.0 -46658,sell_compound_top3,sell,2026-06-01 12:18:00,574.0 -46659,sell_compound_top3,sell,2026-06-01 12:21:00,576.0 -46660,sell_compound_top3,sell,2026-06-01 12:24:00,574.0 -46661,sell_compound_top3,sell,2026-06-01 12:27:00,579.0 -46662,sell_compound_top3,sell,2026-06-01 12:30:00,585.0 -46663,sell_compound_top3,sell,2026-06-01 12:33:00,583.0 -46664,sell_compound_top3,sell,2026-06-01 12:36:00,577.0 -46665,sell_compound_top3,sell,2026-06-01 12:39:00,575.0 -46666,sell_compound_top3,sell,2026-06-01 13:00:00,586.0 -46667,sell_compound_top3,sell,2026-06-01 13:03:00,583.0 -46668,sell_compound_top3,sell,2026-06-02 00:57:00,567.0 -46669,sell_compound_top3,sell,2026-06-02 01:00:00,570.0 -46670,sell_compound_top3,sell,2026-06-02 01:03:00,573.0 -46671,sell_compound_top3,sell,2026-06-02 01:06:00,574.0 -46672,sell_compound_top3,sell,2026-06-02 01:09:00,567.0 -46673,sell_compound_top3,sell,2026-06-02 01:12:00,570.0 -46674,sell_compound_top3,sell,2026-06-02 01:15:00,576.0 -46675,sell_compound_top3,sell,2026-06-02 01:18:00,579.0 -46676,sell_compound_top3,sell,2026-06-02 01:21:00,577.0 -46677,sell_compound_top3,sell,2026-06-02 01:24:00,582.0 -46678,sell_compound_top3,sell,2026-06-02 01:27:00,583.0 -46679,sell_compound_top3,sell,2026-06-02 01:36:00,592.0 -46680,sell_compound_top3,sell,2026-06-02 01:39:00,595.0 -46681,sell_compound_top3,sell,2026-06-02 01:42:00,597.0 -46682,sell_compound_top3,sell,2026-06-02 01:45:00,593.0 -46683,sell_compound_top3,sell,2026-06-02 01:48:00,598.0 -46684,sell_compound_top3,sell,2026-06-02 01:51:00,600.0 -46685,sell_compound_top3,sell,2026-06-02 01:54:00,600.0 -46686,sell_compound_top3,sell,2026-06-02 01:57:00,595.0 -46687,sell_compound_top3,sell,2026-06-02 03:30:00,609.0 -46688,sell_compound_top3,sell,2026-06-02 03:33:00,617.0 -46689,sell_compound_top3,sell,2026-06-02 04:36:00,627.0 -46690,sell_compound_top3,sell,2026-06-02 04:39:00,627.0 -46691,sell_compound_top3,sell,2026-06-02 04:42:00,628.0 -46692,sell_compound_top3,sell,2026-06-02 04:57:00,642.0 -46693,sell_compound_top3,sell,2026-06-02 06:30:00,642.0 -46694,sell_compound_top3,sell,2026-06-02 06:33:00,641.0 -46695,sell_compound_top3,sell,2026-06-02 06:36:00,647.0 -46696,sell_compound_top3,sell,2026-06-02 06:39:00,642.0 -46697,sell_compound_top3,sell,2026-06-02 06:42:00,643.0 -46698,sell_compound_top3,sell,2026-06-02 06:45:00,646.0 -46699,sell_compound_top3,sell,2026-06-02 06:48:00,650.0 -46700,sell_compound_top3,sell,2026-06-02 06:51:00,645.0 -46701,sell_compound_top3,sell,2026-06-02 06:54:00,643.0 -46702,sell_compound_top3,sell,2026-06-02 12:51:00,668.0 -46703,sell_compound_top3,sell,2026-06-02 12:54:00,669.0 -46704,sell_compound_top3,sell,2026-06-02 12:57:00,669.0 -46705,sell_compound_top3,sell,2026-06-02 13:21:00,673.0 -46706,sell_compound_top3,sell,2026-06-02 13:24:00,674.0 -46707,sell_compound_top3,sell,2026-06-02 13:27:00,672.0 -46708,sell_compound_top3,sell,2026-06-02 13:30:00,675.0 -46709,sell_compound_top3,sell,2026-06-02 13:33:00,677.0 -46710,sell_compound_top3,sell,2026-06-02 13:36:00,682.0 -46711,sell_compound_top3,sell,2026-06-02 13:39:00,682.0 -46712,sell_compound_top3,sell,2026-06-02 13:42:00,680.0 -46713,sell_compound_top3,sell,2026-06-02 13:45:00,684.0 -46714,sell_compound_top3,sell,2026-06-02 13:48:00,672.0 -46715,sell_compound_top3,sell,2026-06-02 14:12:00,684.0 -46716,sell_compound_top3,sell,2026-06-02 14:15:00,693.0 -46717,sell_compound_top3,sell,2026-06-02 14:18:00,697.0 -46718,sell_compound_top3,sell,2026-06-03 01:30:00,610.0 -46719,sell_compound_top3,sell,2026-06-03 01:33:00,608.0 -46720,sell_compound_top3,sell,2026-06-03 01:36:00,619.0 -46721,sell_compound_top3,sell,2026-06-03 01:39:00,613.0 -46722,sell_compound_top3,sell,2026-06-03 02:06:00,618.0 -46723,sell_compound_top3,sell,2026-06-03 02:09:00,620.0 -46724,sell_compound_top3,sell,2026-06-03 02:12:00,619.0 -46725,sell_compound_top3,sell,2026-06-03 02:15:00,619.0 -46726,sell_compound_top3,sell,2026-06-03 02:18:00,617.0 -46727,sell_compound_top3,sell,2026-06-03 06:30:00,604.0 -46728,sell_compound_top3,sell,2026-06-03 06:33:00,603.0 -46729,sell_compound_top3,sell,2026-06-03 06:36:00,604.0 -46730,sell_compound_top3,sell,2026-06-03 06:39:00,608.0 -46731,sell_compound_top3,sell,2026-06-03 06:42:00,600.0 -46732,sell_compound_top3,sell,2026-06-03 09:42:00,587.0 -46733,sell_compound_top3,sell,2026-06-03 09:45:00,591.0 -46734,sell_compound_top3,sell,2026-06-03 09:48:00,592.0 -46735,sell_compound_top3,sell,2026-06-03 13:21:00,593.0 -46736,sell_compound_top3,sell,2026-06-03 13:24:00,592.0 -46737,sell_compound_top3,sell,2026-06-03 13:27:00,597.0 -46738,sell_compound_top3,sell,2026-06-03 13:45:00,593.0 -46739,sell_compound_top3,sell,2026-06-03 13:48:00,596.0 -46740,sell_compound_top3,sell,2026-06-03 13:51:00,596.0 -46741,sell_compound_top3,sell,2026-06-03 13:54:00,592.0 -46742,sell_compound_top3,sell,2026-06-03 13:57:00,600.0 -46743,sell_compound_top3,sell,2026-06-03 14:00:00,603.0 -46744,sell_compound_top3,sell,2026-06-03 14:03:00,606.0 -46745,sell_compound_top3,sell,2026-06-03 14:06:00,605.0 -46746,sell_compound_top3,sell,2026-06-03 14:09:00,608.0 -46747,sell_compound_top3,sell,2026-06-03 14:12:00,608.0 -46748,sell_compound_top3,sell,2026-06-03 14:15:00,606.0 -46749,sell_compound_top3,sell,2026-06-03 14:18:00,611.0 -46750,sell_compound_top3,sell,2026-06-03 14:21:00,611.0 -46751,sell_compound_top3,sell,2026-06-03 14:24:00,611.0 -46752,sell_compound_top3,sell,2026-06-03 14:27:00,607.0 -46753,sell_compound_top3,sell,2026-06-03 14:30:00,614.0 -46754,sell_compound_top3,sell,2026-06-03 14:33:00,608.0 -46755,sell_compound_top3,sell,2026-06-03 14:36:00,616.0 -46756,sell_compound_top3,sell,2026-06-03 14:39:00,618.0 -46757,sell_compound_top3,sell,2026-06-03 14:42:00,623.0 -46758,sell_compound_top3,sell,2026-06-03 14:45:00,621.0 -46759,sell_compound_top3,sell,2026-06-03 14:48:00,613.0 -46760,sell_compound_top3,sell,2026-06-03 15:12:00,624.0 -46761,sell_compound_top3,sell,2026-06-03 15:15:00,628.0 -46762,sell_compound_top3,sell,2026-06-03 15:18:00,634.0 -46763,sell_compound_top3,sell,2026-06-03 16:12:00,663.0 -46764,sell_compound_top3,sell,2026-06-03 16:21:00,671.0 -46765,sell_compound_top3,sell,2026-06-03 16:24:00,668.0 -46766,sell_compound_top3,sell,2026-06-03 17:57:00,685.0 -46767,sell_compound_top3,sell,2026-06-03 18:36:00,690.0 -46768,sell_compound_top3,sell,2026-06-03 18:39:00,695.0 -46769,sell_compound_top3,sell,2026-06-03 18:57:00,702.0 -46770,sell_compound_top3,sell,2026-06-03 19:00:00,703.0 -46771,sell_compound_top3,sell,2026-06-03 19:03:00,706.0 -46772,sell_compound_top3,sell,2026-06-03 19:36:00,742.0 -46773,sell_compound_top3,sell,2026-06-03 19:39:00,745.0 -46774,sell_compound_top3,sell,2026-06-03 20:12:00,764.0 -46775,sell_compound_top3,sell,2026-06-03 20:15:00,772.0 -46776,sell_compound_top3,sell,2026-06-03 20:18:00,770.0 -46777,sell_compound_top3,sell,2026-06-03 22:12:00,786.0 -46778,sell_compound_top3,sell,2026-06-03 22:15:00,782.0 -46779,sell_compound_top3,sell,2026-06-03 22:18:00,779.0 -46780,sell_compound_top3,sell,2026-06-04 01:51:00,786.0 -46781,sell_compound_top3,sell,2026-06-04 01:51:00,786.0 -46782,sell_compound_top3,sell,2026-06-04 01:54:00,787.0 -46783,sell_compound_top3,sell,2026-06-04 01:54:00,787.0 -46784,sell_compound_top3,sell,2026-06-04 03:51:00,771.0 -46785,sell_compound_top3,sell,2026-06-04 03:51:00,771.0 -46786,sell_compound_top3,sell,2026-06-04 03:54:00,773.0 -46787,sell_compound_top3,sell,2026-06-04 03:54:00,773.0 -46788,sell_compound_top3,sell,2026-06-04 03:57:00,777.0 -46789,sell_compound_top3,sell,2026-06-04 03:57:00,777.0 -46790,sell_compound_top3,sell,2026-06-04 04:45:00,788.0 -46791,sell_compound_top3,sell,2026-06-04 04:45:00,788.0 -46792,sell_compound_top3,sell,2026-06-04 04:48:00,788.0 -46793,sell_compound_top3,sell,2026-06-04 04:48:00,788.0 -46794,sell_compound_top3,sell,2026-06-04 06:51:00,808.0 -46795,sell_compound_top3,sell,2026-06-04 06:51:00,808.0 -46796,sell_compound_top3,sell,2026-06-04 06:54:00,819.0 -46797,sell_compound_top3,sell,2026-06-04 06:54:00,819.0 -46798,sell_compound_top3,sell,2026-06-04 06:57:00,818.0 -46799,sell_compound_top3,sell,2026-06-04 06:57:00,818.0 -46800,sell_compound_tight,sell,2025-06-05 21:36:00,1561.0 -46801,sell_compound_tight,sell,2025-06-05 21:39:00,1563.0 -46802,sell_compound_tight,sell,2025-06-05 22:00:00,1574.0 -46803,sell_compound_tight,sell,2025-06-05 22:03:00,1575.0 -46804,sell_compound_tight,sell,2025-06-05 22:06:00,1578.0 -46805,sell_compound_tight,sell,2025-06-05 22:09:00,1581.0 -46806,sell_compound_tight,sell,2025-06-06 13:00:00,1467.0 -46807,sell_compound_tight,sell,2025-06-06 13:03:00,1466.0 -46808,sell_compound_tight,sell,2025-06-06 13:51:00,1472.0 -46809,sell_compound_tight,sell,2025-06-06 13:54:00,1473.0 -46810,sell_compound_tight,sell,2025-06-08 06:30:00,1558.0 -46811,sell_compound_tight,sell,2025-06-08 06:33:00,1557.0 -46812,sell_compound_tight,sell,2025-06-08 06:36:00,1561.0 -46813,sell_compound_tight,sell,2025-06-08 06:39:00,1559.0 -46814,sell_compound_tight,sell,2025-06-09 01:21:00,1536.0 -46815,sell_compound_tight,sell,2025-06-09 01:24:00,1536.0 -46816,sell_compound_tight,sell,2025-06-09 01:51:00,1543.0 -46817,sell_compound_tight,sell,2025-06-09 01:54:00,1538.0 -46818,sell_compound_tight,sell,2025-06-10 21:51:00,1631.0 -46819,sell_compound_tight,sell,2025-06-10 21:54:00,1627.0 -46820,sell_compound_tight,sell,2025-06-12 23:51:00,1520.0 -46821,sell_compound_tight,sell,2025-06-12 23:54:00,1518.0 -46822,sell_compound_tight,sell,2025-06-14 00:51:00,1374.0 -46823,sell_compound_tight,sell,2025-06-14 00:54:00,1376.0 -46824,sell_compound_tight,sell,2025-06-14 06:42:00,1380.0 -46825,sell_compound_tight,sell,2025-06-14 13:45:00,1387.0 -46826,sell_compound_tight,sell,2025-06-14 13:48:00,1385.0 -46827,sell_compound_tight,sell,2025-06-16 15:57:00,1400.0 -46828,sell_compound_tight,sell,2025-06-16 16:06:00,1398.0 -46829,sell_compound_tight,sell,2025-06-16 16:09:00,1400.0 -46830,sell_compound_tight,sell,2025-06-20 07:42:00,1297.0 -46831,sell_compound_tight,sell,2025-06-20 09:12:00,1297.0 -46832,sell_compound_tight,sell,2025-06-23 07:51:00,1156.0 -46833,sell_compound_tight,sell,2025-06-23 07:54:00,1156.0 -46834,sell_compound_tight,sell,2025-06-23 07:57:00,1154.0 -46835,sell_compound_tight,sell,2025-06-23 08:00:00,1160.0 -46836,sell_compound_tight,sell,2025-06-23 08:03:00,1157.0 -46837,sell_compound_tight,sell,2025-06-24 08:42:00,1283.0 -46838,sell_compound_tight,sell,2025-06-25 06:30:00,1269.0 -46839,sell_compound_tight,sell,2025-06-25 06:33:00,1271.0 -46840,sell_compound_tight,sell,2025-06-25 06:51:00,1273.0 -46841,sell_compound_tight,sell,2025-06-25 06:54:00,1271.0 -46842,sell_compound_tight,sell,2025-06-25 06:57:00,1272.0 -46843,sell_compound_tight,sell,2025-06-25 21:06:00,1258.0 -46844,sell_compound_tight,sell,2025-06-25 21:09:00,1256.0 -46845,sell_compound_tight,sell,2025-06-26 16:42:00,1230.0 -46846,sell_compound_tight,sell,2025-06-27 05:30:00,1208.0 -46847,sell_compound_tight,sell,2025-06-27 05:33:00,1212.0 -46848,sell_compound_tight,sell,2025-06-27 17:57:00,1196.0 -46849,sell_compound_tight,sell,2025-06-28 06:06:00,1193.0 -46850,sell_compound_tight,sell,2025-06-28 06:09:00,1194.0 -46851,sell_compound_tight,sell,2025-06-28 06:12:00,1193.0 -46852,sell_compound_tight,sell,2025-06-28 06:30:00,1194.0 -46853,sell_compound_tight,sell,2025-06-28 06:33:00,1195.0 -46854,sell_compound_tight,sell,2025-06-28 06:51:00,1197.0 -46855,sell_compound_tight,sell,2025-06-28 06:54:00,1198.0 -46856,sell_compound_tight,sell,2025-06-28 06:57:00,1197.0 -46857,sell_compound_tight,sell,2025-06-29 17:57:00,1237.0 -46858,sell_compound_tight,sell,2025-06-29 18:21:00,1241.0 -46859,sell_compound_tight,sell,2025-06-29 18:24:00,1239.0 -46860,sell_compound_tight,sell,2025-06-29 18:27:00,1241.0 -46861,sell_compound_tight,sell,2025-06-29 18:30:00,1240.0 -46862,sell_compound_tight,sell,2025-06-29 18:33:00,1240.0 -46863,sell_compound_tight,sell,2025-06-29 18:36:00,1243.0 -46864,sell_compound_tight,sell,2025-06-29 18:39:00,1243.0 -46865,sell_compound_tight,sell,2025-06-29 18:42:00,1241.0 -46866,sell_compound_tight,sell,2025-06-29 18:45:00,1242.0 -46867,sell_compound_tight,sell,2025-06-29 18:48:00,1241.0 -46868,sell_compound_tight,sell,2025-06-30 16:51:00,1263.0 -46869,sell_compound_tight,sell,2025-06-30 16:54:00,1262.0 -46870,sell_compound_tight,sell,2025-07-03 00:00:00,1235.0 -46871,sell_compound_tight,sell,2025-07-03 00:03:00,1234.0 -46872,sell_compound_tight,sell,2025-07-03 00:06:00,1239.0 -46873,sell_compound_tight,sell,2025-07-03 00:09:00,1239.0 -46874,sell_compound_tight,sell,2025-07-03 00:57:00,1246.0 -46875,sell_compound_tight,sell,2025-07-03 10:30:00,1300.0 -46876,sell_compound_tight,sell,2025-07-03 10:33:00,1301.0 -46877,sell_compound_tight,sell,2025-07-03 10:36:00,1301.0 -46878,sell_compound_tight,sell,2025-07-03 10:39:00,1305.0 -46879,sell_compound_tight,sell,2025-07-03 10:42:00,1305.0 -46880,sell_compound_tight,sell,2025-07-03 10:45:00,1305.0 -46881,sell_compound_tight,sell,2025-07-03 10:48:00,1306.0 -46882,sell_compound_tight,sell,2025-07-03 10:51:00,1308.0 -46883,sell_compound_tight,sell,2025-07-03 10:54:00,1308.0 -46884,sell_compound_tight,sell,2025-07-03 10:57:00,1315.0 -46885,sell_compound_tight,sell,2025-07-05 16:00:00,1211.0 -46886,sell_compound_tight,sell,2025-07-05 16:03:00,1210.0 -46887,sell_compound_tight,sell,2025-07-06 08:15:00,1190.0 -46888,sell_compound_tight,sell,2025-07-06 08:18:00,1190.0 -46889,sell_compound_tight,sell,2025-07-06 08:21:00,1189.0 -46890,sell_compound_tight,sell,2025-07-06 08:24:00,1189.0 -46891,sell_compound_tight,sell,2025-07-06 22:00:00,1197.0 -46892,sell_compound_tight,sell,2025-07-06 22:03:00,1195.0 -46893,sell_compound_tight,sell,2025-07-06 22:15:00,1197.0 -46894,sell_compound_tight,sell,2025-07-06 22:18:00,1196.0 -46895,sell_compound_tight,sell,2025-07-06 22:21:00,1199.0 -46896,sell_compound_tight,sell,2025-07-06 22:24:00,1200.0 -46897,sell_compound_tight,sell,2025-07-06 22:27:00,1199.0 -46898,sell_compound_tight,sell,2025-07-06 23:06:00,1211.0 -46899,sell_compound_tight,sell,2025-07-06 23:09:00,1211.0 -46900,sell_compound_tight,sell,2025-07-07 05:42:00,1215.0 -46901,sell_compound_tight,sell,2025-07-07 06:15:00,1219.0 -46902,sell_compound_tight,sell,2025-07-07 06:18:00,1218.0 -46903,sell_compound_tight,sell,2025-07-08 14:57:00,1183.0 -46904,sell_compound_tight,sell,2025-07-08 20:06:00,1192.0 -46905,sell_compound_tight,sell,2025-07-08 20:09:00,1190.0 -46906,sell_compound_tight,sell,2025-07-09 20:36:00,1196.0 -46907,sell_compound_tight,sell,2025-07-09 20:39:00,1195.0 -46908,sell_compound_tight,sell,2025-07-10 03:30:00,1206.0 -46909,sell_compound_tight,sell,2025-07-10 03:33:00,1204.0 -46910,sell_compound_tight,sell,2025-07-10 03:36:00,1207.0 -46911,sell_compound_tight,sell,2025-07-10 03:39:00,1206.0 -46912,sell_compound_tight,sell,2025-07-10 12:42:00,1249.0 -46913,sell_compound_tight,sell,2025-07-10 12:51:00,1251.0 -46914,sell_compound_tight,sell,2025-07-10 12:54:00,1249.0 -46915,sell_compound_tight,sell,2025-07-10 19:42:00,1271.0 -46916,sell_compound_tight,sell,2025-07-11 02:57:00,1330.0 -46917,sell_compound_tight,sell,2025-07-11 03:00:00,1330.0 -46918,sell_compound_tight,sell,2025-07-11 03:03:00,1330.0 -46919,sell_compound_tight,sell,2025-07-11 03:06:00,1329.0 -46920,sell_compound_tight,sell,2025-07-11 03:09:00,1330.0 -46921,sell_compound_tight,sell,2025-07-11 03:15:00,1331.0 -46922,sell_compound_tight,sell,2025-07-11 03:18:00,1331.0 -46923,sell_compound_tight,sell,2025-07-11 12:51:00,1486.0 -46924,sell_compound_tight,sell,2025-07-11 12:54:00,1482.0 -46925,sell_compound_tight,sell,2025-07-12 04:42:00,1471.0 -46926,sell_compound_tight,sell,2025-07-12 05:15:00,1477.0 -46927,sell_compound_tight,sell,2025-07-12 05:18:00,1477.0 -46928,sell_compound_tight,sell,2025-07-12 11:30:00,1426.0 -46929,sell_compound_tight,sell,2025-07-12 11:33:00,1426.0 -46930,sell_compound_tight,sell,2025-07-13 20:42:00,1420.0 -46931,sell_compound_tight,sell,2025-07-13 22:45:00,1434.0 -46932,sell_compound_tight,sell,2025-07-13 22:48:00,1436.0 -46933,sell_compound_tight,sell,2025-07-15 06:42:00,1428.0 -46934,sell_compound_tight,sell,2025-07-15 06:45:00,1428.0 -46935,sell_compound_tight,sell,2025-07-15 06:48:00,1427.0 -46936,sell_compound_tight,sell,2025-07-15 06:57:00,1430.0 -46937,sell_compound_tight,sell,2025-07-15 07:21:00,1427.0 -46938,sell_compound_tight,sell,2025-07-15 07:24:00,1431.0 -46939,sell_compound_tight,sell,2025-07-15 07:27:00,1433.0 -46940,sell_compound_tight,sell,2025-07-15 08:06:00,1438.0 -46941,sell_compound_tight,sell,2025-07-15 08:09:00,1438.0 -46942,sell_compound_tight,sell,2025-07-16 01:15:00,1425.0 -46943,sell_compound_tight,sell,2025-07-16 01:18:00,1427.0 -46944,sell_compound_tight,sell,2025-07-16 03:06:00,1465.0 -46945,sell_compound_tight,sell,2025-07-16 03:09:00,1462.0 -46946,sell_compound_tight,sell,2025-07-16 06:51:00,1457.0 -46947,sell_compound_tight,sell,2025-07-16 06:54:00,1457.0 -46948,sell_compound_tight,sell,2025-07-16 08:21:00,1470.0 -46949,sell_compound_tight,sell,2025-07-16 08:24:00,1469.0 -46950,sell_compound_tight,sell,2025-07-16 15:42:00,1463.0 -46951,sell_compound_tight,sell,2025-07-17 16:45:00,1528.0 -46952,sell_compound_tight,sell,2025-07-17 16:48:00,1529.0 -46953,sell_compound_tight,sell,2025-07-17 18:51:00,1540.0 -46954,sell_compound_tight,sell,2025-07-17 18:54:00,1542.0 -46955,sell_compound_tight,sell,2025-07-18 07:42:00,1521.0 -46956,sell_compound_tight,sell,2025-07-20 01:30:00,1554.0 -46957,sell_compound_tight,sell,2025-07-20 01:33:00,1559.0 -46958,sell_compound_tight,sell,2025-07-20 07:12:00,1592.0 -46959,sell_compound_tight,sell,2025-07-20 10:15:00,1583.0 -46960,sell_compound_tight,sell,2025-07-20 10:18:00,1584.0 -46961,sell_compound_tight,sell,2025-07-21 15:30:00,1696.0 -46962,sell_compound_tight,sell,2025-07-21 15:33:00,1694.0 -46963,sell_compound_tight,sell,2025-07-21 15:36:00,1698.0 -46964,sell_compound_tight,sell,2025-07-21 15:39:00,1691.0 -46965,sell_compound_tight,sell,2025-07-22 07:21:00,1664.0 -46966,sell_compound_tight,sell,2025-07-22 07:24:00,1665.0 -46967,sell_compound_tight,sell,2025-07-22 07:27:00,1666.0 -46968,sell_compound_tight,sell,2025-07-22 08:27:00,1688.0 -46969,sell_compound_tight,sell,2025-07-22 08:42:00,1697.0 -46970,sell_compound_tight,sell,2025-07-22 08:45:00,1696.0 -46971,sell_compound_tight,sell,2025-07-22 08:48:00,1698.0 -46972,sell_compound_tight,sell,2025-07-22 10:51:00,1703.0 -46973,sell_compound_tight,sell,2025-07-22 10:54:00,1715.0 -46974,sell_compound_tight,sell,2025-07-22 10:57:00,1703.0 -46975,sell_compound_tight,sell,2025-07-23 05:42:00,1732.0 -46976,sell_compound_tight,sell,2025-07-23 21:30:00,1761.0 -46977,sell_compound_tight,sell,2025-07-23 21:33:00,1760.0 -46978,sell_compound_tight,sell,2025-07-24 20:51:00,1565.0 -46979,sell_compound_tight,sell,2025-07-24 20:54:00,1570.0 -46980,sell_compound_tight,sell,2025-07-25 20:00:00,1577.0 -46981,sell_compound_tight,sell,2025-07-25 20:03:00,1575.0 -46982,sell_compound_tight,sell,2025-07-25 20:06:00,1574.0 -46983,sell_compound_tight,sell,2025-07-25 20:09:00,1574.0 -46984,sell_compound_tight,sell,2025-07-27 14:21:00,1604.0 -46985,sell_compound_tight,sell,2025-07-27 14:24:00,1610.0 -46986,sell_compound_tight,sell,2025-07-28 13:51:00,1664.0 -46987,sell_compound_tight,sell,2025-07-28 13:54:00,1669.0 -46988,sell_compound_tight,sell,2025-07-28 13:57:00,1668.0 -46989,sell_compound_tight,sell,2025-07-29 15:21:00,1549.0 -46990,sell_compound_tight,sell,2025-07-29 15:24:00,1550.0 -46991,sell_compound_tight,sell,2025-07-30 07:06:00,1487.0 -46992,sell_compound_tight,sell,2025-07-30 07:09:00,1490.0 -46993,sell_compound_tight,sell,2025-07-30 07:51:00,1494.0 -46994,sell_compound_tight,sell,2025-07-30 07:54:00,1495.0 -46995,sell_compound_tight,sell,2025-07-30 07:57:00,1496.0 -46996,sell_compound_tight,sell,2025-07-30 08:00:00,1496.0 -46997,sell_compound_tight,sell,2025-07-30 08:03:00,1496.0 -46998,sell_compound_tight,sell,2025-07-30 08:06:00,1496.0 -46999,sell_compound_tight,sell,2025-07-30 08:09:00,1496.0 -47000,sell_compound_tight,sell,2025-07-31 00:51:00,1467.0 -47001,sell_compound_tight,sell,2025-07-31 00:54:00,1470.0 -47002,sell_compound_tight,sell,2025-07-31 00:57:00,1470.0 -47003,sell_compound_tight,sell,2025-07-31 01:15:00,1474.0 -47004,sell_compound_tight,sell,2025-07-31 01:18:00,1479.0 -47005,sell_compound_tight,sell,2025-07-31 09:30:00,1480.0 -47006,sell_compound_tight,sell,2025-07-31 09:33:00,1478.0 -47007,sell_compound_tight,sell,2025-07-31 09:51:00,1485.0 -47008,sell_compound_tight,sell,2025-07-31 09:54:00,1483.0 -47009,sell_compound_tight,sell,2025-07-31 11:51:00,1490.0 -47010,sell_compound_tight,sell,2025-07-31 11:54:00,1491.0 -47011,sell_compound_tight,sell,2025-07-31 13:51:00,1494.0 -47012,sell_compound_tight,sell,2025-07-31 13:54:00,1496.0 -47013,sell_compound_tight,sell,2025-07-31 13:57:00,1496.0 -47014,sell_compound_tight,sell,2025-08-02 01:12:00,1380.0 -47015,sell_compound_tight,sell,2025-08-02 12:42:00,1360.0 -47016,sell_compound_tight,sell,2025-08-02 13:51:00,1362.0 -47017,sell_compound_tight,sell,2025-08-02 13:54:00,1361.0 -47018,sell_compound_tight,sell,2025-08-03 11:21:00,1338.0 -47019,sell_compound_tight,sell,2025-08-03 11:24:00,1338.0 -47020,sell_compound_tight,sell,2025-08-03 11:27:00,1339.0 -47021,sell_compound_tight,sell,2025-08-03 11:30:00,1338.0 -47022,sell_compound_tight,sell,2025-08-03 11:33:00,1340.0 -47023,sell_compound_tight,sell,2025-08-03 11:42:00,1344.0 -47024,sell_compound_tight,sell,2025-08-03 11:45:00,1345.0 -47025,sell_compound_tight,sell,2025-08-03 11:48:00,1345.0 -47026,sell_compound_tight,sell,2025-08-03 11:51:00,1343.0 -47027,sell_compound_tight,sell,2025-08-03 11:54:00,1345.0 -47028,sell_compound_tight,sell,2025-08-03 11:57:00,1345.0 -47029,sell_compound_tight,sell,2025-08-03 19:21:00,1356.0 -47030,sell_compound_tight,sell,2025-08-03 19:24:00,1354.0 -47031,sell_compound_tight,sell,2025-08-04 06:21:00,1368.0 -47032,sell_compound_tight,sell,2025-08-04 06:24:00,1368.0 -47033,sell_compound_tight,sell,2025-08-04 06:27:00,1367.0 -47034,sell_compound_tight,sell,2025-08-04 06:57:00,1369.0 -47035,sell_compound_tight,sell,2025-08-05 20:21:00,1352.0 -47036,sell_compound_tight,sell,2025-08-05 20:24:00,1354.0 -47037,sell_compound_tight,sell,2025-08-05 20:27:00,1355.0 -47038,sell_compound_tight,sell,2025-08-05 20:42:00,1358.0 -47039,sell_compound_tight,sell,2025-08-05 20:45:00,1360.0 -47040,sell_compound_tight,sell,2025-08-05 20:48:00,1358.0 -47041,sell_compound_tight,sell,2025-08-06 08:42:00,1321.0 -47042,sell_compound_tight,sell,2025-08-06 08:45:00,1323.0 -47043,sell_compound_tight,sell,2025-08-06 08:48:00,1323.0 -47044,sell_compound_tight,sell,2025-08-07 16:12:00,1353.0 -47045,sell_compound_tight,sell,2025-08-07 16:15:00,1355.0 -47046,sell_compound_tight,sell,2025-08-07 16:18:00,1355.0 -47047,sell_compound_tight,sell,2025-08-09 11:00:00,1430.0 -47048,sell_compound_tight,sell,2025-08-09 11:03:00,1431.0 -47049,sell_compound_tight,sell,2025-08-09 18:51:00,1476.0 -47050,sell_compound_tight,sell,2025-08-09 18:54:00,1475.0 -47051,sell_compound_tight,sell,2025-08-10 05:51:00,1499.0 -47052,sell_compound_tight,sell,2025-08-10 05:54:00,1500.0 -47053,sell_compound_tight,sell,2025-08-10 05:57:00,1502.0 -47054,sell_compound_tight,sell,2025-08-10 13:30:00,1514.0 -47055,sell_compound_tight,sell,2025-08-10 13:33:00,1513.0 -47056,sell_compound_tight,sell,2025-08-10 13:36:00,1514.0 -47057,sell_compound_tight,sell,2025-08-10 13:39:00,1513.0 -47058,sell_compound_tight,sell,2025-08-11 03:21:00,1483.0 -47059,sell_compound_tight,sell,2025-08-11 03:24:00,1485.0 -47060,sell_compound_tight,sell,2025-08-11 08:57:00,1485.0 -47061,sell_compound_tight,sell,2025-08-12 10:21:00,1382.0 -47062,sell_compound_tight,sell,2025-08-12 10:24:00,1383.0 -47063,sell_compound_tight,sell,2025-08-12 10:27:00,1384.0 -47064,sell_compound_tight,sell,2025-08-12 10:30:00,1385.0 -47065,sell_compound_tight,sell,2025-08-12 10:33:00,1383.0 -47066,sell_compound_tight,sell,2025-08-13 00:27:00,1416.0 -47067,sell_compound_tight,sell,2025-08-13 00:30:00,1417.0 -47068,sell_compound_tight,sell,2025-08-13 00:33:00,1419.0 -47069,sell_compound_tight,sell,2025-08-13 00:51:00,1423.0 -47070,sell_compound_tight,sell,2025-08-13 00:54:00,1423.0 -47071,sell_compound_tight,sell,2025-08-13 00:57:00,1428.0 -47072,sell_compound_tight,sell,2025-08-13 02:30:00,1447.0 -47073,sell_compound_tight,sell,2025-08-13 02:33:00,1446.0 -47074,sell_compound_tight,sell,2025-08-13 03:27:00,1454.0 -47075,sell_compound_tight,sell,2025-08-13 12:42:00,1470.0 -47076,sell_compound_tight,sell,2025-08-14 07:15:00,1516.0 -47077,sell_compound_tight,sell,2025-08-14 07:18:00,1515.0 -47078,sell_compound_tight,sell,2025-08-15 15:30:00,1413.0 -47079,sell_compound_tight,sell,2025-08-15 15:33:00,1415.0 -47080,sell_compound_tight,sell,2025-08-15 15:36:00,1414.0 -47081,sell_compound_tight,sell,2025-08-15 15:39:00,1414.0 -47082,sell_compound_tight,sell,2025-08-16 06:12:00,1360.0 -47083,sell_compound_tight,sell,2025-08-16 07:21:00,1372.0 -47084,sell_compound_tight,sell,2025-08-16 07:24:00,1374.0 -47085,sell_compound_tight,sell,2025-08-16 07:27:00,1375.0 -47086,sell_compound_tight,sell,2025-08-16 07:30:00,1376.0 -47087,sell_compound_tight,sell,2025-08-16 07:33:00,1379.0 -47088,sell_compound_tight,sell,2025-08-16 22:27:00,1369.0 -47089,sell_compound_tight,sell,2025-08-16 23:51:00,1369.0 -47090,sell_compound_tight,sell,2025-08-16 23:54:00,1370.0 -47091,sell_compound_tight,sell,2025-08-16 23:57:00,1372.0 -47092,sell_compound_tight,sell,2025-08-17 00:00:00,1371.0 -47093,sell_compound_tight,sell,2025-08-17 00:03:00,1372.0 -47094,sell_compound_tight,sell,2025-08-17 00:06:00,1374.0 -47095,sell_compound_tight,sell,2025-08-17 00:09:00,1372.0 -47096,sell_compound_tight,sell,2025-08-17 00:12:00,1371.0 -47097,sell_compound_tight,sell,2025-08-17 00:15:00,1373.0 -47098,sell_compound_tight,sell,2025-08-17 00:18:00,1376.0 -47099,sell_compound_tight,sell,2025-08-17 14:00:00,1398.0 -47100,sell_compound_tight,sell,2025-08-17 14:03:00,1398.0 -47101,sell_compound_tight,sell,2025-08-17 14:06:00,1398.0 -47102,sell_compound_tight,sell,2025-08-17 14:09:00,1398.0 -47103,sell_compound_tight,sell,2025-08-17 14:12:00,1401.0 -47104,sell_compound_tight,sell,2025-08-17 21:00:00,1404.0 -47105,sell_compound_tight,sell,2025-08-17 21:03:00,1403.0 -47106,sell_compound_tight,sell,2025-08-17 23:51:00,1406.0 -47107,sell_compound_tight,sell,2025-08-17 23:54:00,1407.0 -47108,sell_compound_tight,sell,2025-08-21 01:21:00,1326.0 -47109,sell_compound_tight,sell,2025-08-21 01:24:00,1324.0 -47110,sell_compound_tight,sell,2025-08-21 01:27:00,1325.0 -47111,sell_compound_tight,sell,2025-08-21 12:12:00,1342.0 -47112,sell_compound_tight,sell,2025-08-22 07:15:00,1317.0 -47113,sell_compound_tight,sell,2025-08-22 07:18:00,1316.0 -47114,sell_compound_tight,sell,2025-08-23 02:21:00,1402.0 -47115,sell_compound_tight,sell,2025-08-23 02:24:00,1405.0 -47116,sell_compound_tight,sell,2025-08-23 02:27:00,1403.0 -47117,sell_compound_tight,sell,2025-08-23 02:30:00,1406.0 -47118,sell_compound_tight,sell,2025-08-23 02:33:00,1402.0 -47119,sell_compound_tight,sell,2025-08-24 23:51:00,1344.0 -47120,sell_compound_tight,sell,2025-08-24 23:54:00,1347.0 -47121,sell_compound_tight,sell,2025-08-24 23:57:00,1345.0 -47122,sell_compound_tight,sell,2025-08-25 00:30:00,1355.0 -47123,sell_compound_tight,sell,2025-08-25 00:33:00,1358.0 -47124,sell_compound_tight,sell,2025-08-27 03:06:00,1299.0 -47125,sell_compound_tight,sell,2025-08-27 03:09:00,1301.0 -47126,sell_compound_tight,sell,2025-08-27 03:12:00,1304.0 -47127,sell_compound_tight,sell,2025-08-27 03:21:00,1301.0 -47128,sell_compound_tight,sell,2025-08-27 03:24:00,1303.0 -47129,sell_compound_tight,sell,2025-08-27 03:27:00,1305.0 -47130,sell_compound_tight,sell,2025-08-27 03:36:00,1305.0 -47131,sell_compound_tight,sell,2025-08-27 03:39:00,1305.0 -47132,sell_compound_tight,sell,2025-08-27 04:36:00,1308.0 -47133,sell_compound_tight,sell,2025-08-27 04:39:00,1308.0 -47134,sell_compound_tight,sell,2025-08-27 08:00:00,1332.0 -47135,sell_compound_tight,sell,2025-08-27 08:03:00,1332.0 -47136,sell_compound_tight,sell,2025-08-28 06:00:00,1332.0 -47137,sell_compound_tight,sell,2025-08-28 06:03:00,1328.0 -47138,sell_compound_tight,sell,2025-08-30 12:36:00,1279.0 -47139,sell_compound_tight,sell,2025-08-30 12:39:00,1281.0 -47140,sell_compound_tight,sell,2025-08-30 12:42:00,1277.0 -47141,sell_compound_tight,sell,2025-08-30 17:00:00,1283.0 -47142,sell_compound_tight,sell,2025-08-30 17:03:00,1282.0 -47143,sell_compound_tight,sell,2025-08-31 09:21:00,1266.0 -47144,sell_compound_tight,sell,2025-08-31 09:24:00,1266.0 -47145,sell_compound_tight,sell,2025-08-31 09:30:00,1267.0 -47146,sell_compound_tight,sell,2025-08-31 09:33:00,1266.0 -47147,sell_compound_tight,sell,2025-08-31 09:36:00,1267.0 -47148,sell_compound_tight,sell,2025-08-31 09:39:00,1269.0 -47149,sell_compound_tight,sell,2025-08-31 10:30:00,1276.0 -47150,sell_compound_tight,sell,2025-08-31 10:33:00,1279.0 -47151,sell_compound_tight,sell,2025-09-01 00:51:00,1256.0 -47152,sell_compound_tight,sell,2025-09-01 00:54:00,1257.0 -47153,sell_compound_tight,sell,2025-09-01 17:27:00,1251.0 -47154,sell_compound_tight,sell,2025-09-01 18:06:00,1259.0 -47155,sell_compound_tight,sell,2025-09-01 18:09:00,1258.0 -47156,sell_compound_tight,sell,2025-09-03 23:36:00,1245.0 -47157,sell_compound_tight,sell,2025-09-03 23:39:00,1246.0 -47158,sell_compound_tight,sell,2025-09-04 00:00:00,1251.0 -47159,sell_compound_tight,sell,2025-09-04 00:03:00,1247.0 -47160,sell_compound_tight,sell,2025-09-04 20:30:00,1232.0 -47161,sell_compound_tight,sell,2025-09-04 20:33:00,1233.0 -47162,sell_compound_tight,sell,2025-09-05 02:27:00,1220.0 -47163,sell_compound_tight,sell,2025-09-05 07:06:00,1225.0 -47164,sell_compound_tight,sell,2025-09-05 07:09:00,1224.0 -47165,sell_compound_tight,sell,2025-09-05 15:00:00,1227.0 -47166,sell_compound_tight,sell,2025-09-05 15:03:00,1228.0 -47167,sell_compound_tight,sell,2025-09-07 03:06:00,1293.0 -47168,sell_compound_tight,sell,2025-09-07 03:09:00,1292.0 -47169,sell_compound_tight,sell,2025-09-07 06:06:00,1317.0 -47170,sell_compound_tight,sell,2025-09-07 06:09:00,1318.0 -47171,sell_compound_tight,sell,2025-09-07 07:15:00,1346.0 -47172,sell_compound_tight,sell,2025-09-07 07:18:00,1345.0 -47173,sell_compound_tight,sell,2025-09-07 21:21:00,1454.0 -47174,sell_compound_tight,sell,2025-09-07 21:24:00,1454.0 -47175,sell_compound_tight,sell,2025-09-07 22:45:00,1473.0 -47176,sell_compound_tight,sell,2025-09-07 22:48:00,1469.0 -47177,sell_compound_tight,sell,2025-09-08 11:42:00,1584.0 -47178,sell_compound_tight,sell,2025-09-08 11:45:00,1594.0 -47179,sell_compound_tight,sell,2025-09-08 11:48:00,1606.0 -47180,sell_compound_tight,sell,2025-09-08 12:00:00,1633.0 -47181,sell_compound_tight,sell,2025-09-08 12:03:00,1635.0 -47182,sell_compound_tight,sell,2025-09-08 12:06:00,1634.0 -47183,sell_compound_tight,sell,2025-09-08 12:09:00,1643.0 -47184,sell_compound_tight,sell,2025-09-08 12:42:00,1699.0 -47185,sell_compound_tight,sell,2025-09-08 13:36:00,1722.0 -47186,sell_compound_tight,sell,2025-09-08 13:39:00,1723.0 -47187,sell_compound_tight,sell,2025-09-08 22:51:00,1808.0 -47188,sell_compound_tight,sell,2025-09-08 22:54:00,1809.0 -47189,sell_compound_tight,sell,2025-09-08 22:57:00,1809.0 -47190,sell_compound_tight,sell,2025-09-09 12:36:00,2508.0 -47191,sell_compound_tight,sell,2025-09-09 12:39:00,2496.0 -47192,sell_compound_tight,sell,2025-09-09 12:42:00,2518.0 -47193,sell_compound_tight,sell,2025-09-10 10:42:00,2844.0 -47194,sell_compound_tight,sell,2025-09-13 04:30:00,2278.0 -47195,sell_compound_tight,sell,2025-09-13 04:33:00,2280.0 -47196,sell_compound_tight,sell,2025-09-13 04:36:00,2282.0 -47197,sell_compound_tight,sell,2025-09-13 04:39:00,2277.0 -47198,sell_compound_tight,sell,2025-09-13 21:21:00,2264.0 -47199,sell_compound_tight,sell,2025-09-13 21:24:00,2258.0 -47200,sell_compound_tight,sell,2025-09-14 05:00:00,2243.0 -47201,sell_compound_tight,sell,2025-09-14 05:03:00,2246.0 -47202,sell_compound_tight,sell,2025-09-14 13:45:00,2300.0 -47203,sell_compound_tight,sell,2025-09-14 13:48:00,2298.0 -47204,sell_compound_tight,sell,2025-09-14 14:36:00,2337.0 -47205,sell_compound_tight,sell,2025-09-14 14:39:00,2327.0 -47206,sell_compound_tight,sell,2025-09-15 18:51:00,2224.0 -47207,sell_compound_tight,sell,2025-09-15 18:54:00,2234.0 -47208,sell_compound_tight,sell,2025-09-15 18:57:00,2237.0 -47209,sell_compound_tight,sell,2025-09-16 05:12:00,2096.0 -47210,sell_compound_tight,sell,2025-09-16 05:21:00,2102.0 -47211,sell_compound_tight,sell,2025-09-16 05:24:00,2103.0 -47212,sell_compound_tight,sell,2025-09-16 05:27:00,2100.0 -47213,sell_compound_tight,sell,2025-09-16 05:36:00,2103.0 -47214,sell_compound_tight,sell,2025-09-16 05:39:00,2107.0 -47215,sell_compound_tight,sell,2025-09-16 05:42:00,2108.0 -47216,sell_compound_tight,sell,2025-09-16 05:51:00,2115.0 -47217,sell_compound_tight,sell,2025-09-16 05:54:00,2110.0 -47218,sell_compound_tight,sell,2025-09-17 22:21:00,2104.0 -47219,sell_compound_tight,sell,2025-09-17 22:24:00,2102.0 -47220,sell_compound_tight,sell,2025-09-20 19:15:00,2124.0 -47221,sell_compound_tight,sell,2025-09-20 19:18:00,2116.0 -47222,sell_compound_tight,sell,2025-09-21 06:21:00,2133.0 -47223,sell_compound_tight,sell,2025-09-21 06:24:00,2131.0 -47224,sell_compound_tight,sell,2025-09-21 06:30:00,2133.0 -47225,sell_compound_tight,sell,2025-09-21 06:33:00,2132.0 -47226,sell_compound_tight,sell,2025-09-21 22:36:00,2077.0 -47227,sell_compound_tight,sell,2025-09-21 22:39:00,2074.0 -47228,sell_compound_tight,sell,2025-09-23 04:21:00,1962.0 -47229,sell_compound_tight,sell,2025-09-23 04:24:00,1954.0 -47230,sell_compound_tight,sell,2025-09-23 04:45:00,1968.0 -47231,sell_compound_tight,sell,2025-09-23 04:48:00,1969.0 -47232,sell_compound_tight,sell,2025-09-23 04:51:00,1970.0 -47233,sell_compound_tight,sell,2025-09-23 04:54:00,1969.0 -47234,sell_compound_tight,sell,2025-09-25 01:51:00,1921.0 -47235,sell_compound_tight,sell,2025-09-25 01:54:00,1923.0 -47236,sell_compound_tight,sell,2025-09-25 01:57:00,1921.0 -47237,sell_compound_tight,sell,2025-09-25 18:21:00,1850.0 -47238,sell_compound_tight,sell,2025-09-25 18:24:00,1851.0 -47239,sell_compound_tight,sell,2025-09-27 09:00:00,1853.0 -47240,sell_compound_tight,sell,2025-09-27 09:03:00,1854.0 -47241,sell_compound_tight,sell,2025-09-28 04:30:00,1845.0 -47242,sell_compound_tight,sell,2025-09-28 04:33:00,1844.0 -47243,sell_compound_tight,sell,2025-09-29 03:00:00,1835.0 -47244,sell_compound_tight,sell,2025-09-29 03:03:00,1836.0 -47245,sell_compound_tight,sell,2025-09-29 05:27:00,1857.0 -47246,sell_compound_tight,sell,2025-09-29 05:30:00,1856.0 -47247,sell_compound_tight,sell,2025-09-29 05:33:00,1858.0 -47248,sell_compound_tight,sell,2025-09-29 23:12:00,1856.0 -47249,sell_compound_tight,sell,2025-09-30 00:06:00,1878.0 -47250,sell_compound_tight,sell,2025-09-30 00:09:00,1870.0 -47251,sell_compound_tight,sell,2025-10-02 01:12:00,1865.0 -47252,sell_compound_tight,sell,2025-10-02 09:06:00,1876.0 -47253,sell_compound_tight,sell,2025-10-02 09:09:00,1876.0 -47254,sell_compound_tight,sell,2025-10-02 09:12:00,1874.0 -47255,sell_compound_tight,sell,2025-10-03 01:27:00,1891.0 -47256,sell_compound_tight,sell,2025-10-03 03:15:00,1905.0 -47257,sell_compound_tight,sell,2025-10-03 03:18:00,1903.0 -47258,sell_compound_tight,sell,2025-10-03 03:21:00,1904.0 -47259,sell_compound_tight,sell,2025-10-03 03:24:00,1904.0 -47260,sell_compound_tight,sell,2025-10-03 13:27:00,1917.0 -47261,sell_compound_tight,sell,2025-10-04 22:21:00,1844.0 -47262,sell_compound_tight,sell,2025-10-04 22:24:00,1847.0 -47263,sell_compound_tight,sell,2025-10-05 23:21:00,1836.0 -47264,sell_compound_tight,sell,2025-10-05 23:24:00,1835.0 -47265,sell_compound_tight,sell,2025-10-06 00:21:00,1840.0 -47266,sell_compound_tight,sell,2025-10-06 00:24:00,1841.0 -47267,sell_compound_tight,sell,2025-10-06 21:57:00,1807.0 -47268,sell_compound_tight,sell,2025-10-07 03:15:00,1864.0 -47269,sell_compound_tight,sell,2025-10-07 03:18:00,1863.0 -47270,sell_compound_tight,sell,2025-10-07 03:27:00,1865.0 -47271,sell_compound_tight,sell,2025-10-09 03:57:00,1822.0 -47272,sell_compound_tight,sell,2025-10-10 03:06:00,1763.0 -47273,sell_compound_tight,sell,2025-10-10 03:09:00,1759.0 -47274,sell_compound_tight,sell,2025-10-10 21:57:00,1866.0 -47275,sell_compound_tight,sell,2025-10-14 20:21:00,1418.0 -47276,sell_compound_tight,sell,2025-10-14 20:24:00,1420.0 -47277,sell_compound_tight,sell,2025-10-15 07:15:00,1448.0 -47278,sell_compound_tight,sell,2025-10-15 07:18:00,1448.0 -47279,sell_compound_tight,sell,2025-10-15 14:21:00,1460.0 -47280,sell_compound_tight,sell,2025-10-15 14:24:00,1457.0 -47281,sell_compound_tight,sell,2025-10-17 18:45:00,1318.0 -47282,sell_compound_tight,sell,2025-10-17 18:48:00,1320.0 -47283,sell_compound_tight,sell,2025-10-18 01:21:00,1338.0 -47284,sell_compound_tight,sell,2025-10-18 01:24:00,1339.0 -47285,sell_compound_tight,sell,2025-10-18 10:12:00,1353.0 -47286,sell_compound_tight,sell,2025-10-18 16:42:00,1361.0 -47287,sell_compound_tight,sell,2025-10-19 03:30:00,1358.0 -47288,sell_compound_tight,sell,2025-10-19 03:33:00,1360.0 -47289,sell_compound_tight,sell,2025-10-19 03:36:00,1361.0 -47290,sell_compound_tight,sell,2025-10-19 03:39:00,1362.0 -47291,sell_compound_tight,sell,2025-10-19 23:45:00,1397.0 -47292,sell_compound_tight,sell,2025-10-19 23:48:00,1397.0 -47293,sell_compound_tight,sell,2025-10-20 15:42:00,1408.0 -47294,sell_compound_tight,sell,2025-10-24 14:51:00,1320.0 -47295,sell_compound_tight,sell,2025-10-24 14:54:00,1318.0 -47296,sell_compound_tight,sell,2025-10-25 05:30:00,1337.0 -47297,sell_compound_tight,sell,2025-10-25 05:33:00,1336.0 -47298,sell_compound_tight,sell,2025-10-25 07:36:00,1345.0 -47299,sell_compound_tight,sell,2025-10-25 07:39:00,1343.0 -47300,sell_compound_tight,sell,2025-10-25 18:12:00,1312.0 -47301,sell_compound_tight,sell,2025-10-26 03:21:00,1322.0 -47302,sell_compound_tight,sell,2025-10-26 03:24:00,1322.0 -47303,sell_compound_tight,sell,2025-10-26 05:15:00,1329.0 -47304,sell_compound_tight,sell,2025-10-26 05:18:00,1329.0 -47305,sell_compound_tight,sell,2025-10-26 14:30:00,1324.0 -47306,sell_compound_tight,sell,2025-10-26 14:33:00,1324.0 -47307,sell_compound_tight,sell,2025-10-27 03:12:00,1402.0 -47308,sell_compound_tight,sell,2025-10-27 07:27:00,1412.0 -47309,sell_compound_tight,sell,2025-10-28 22:30:00,1351.0 -47310,sell_compound_tight,sell,2025-10-28 22:33:00,1355.0 -47311,sell_compound_tight,sell,2025-10-28 22:36:00,1351.0 -47312,sell_compound_tight,sell,2025-10-28 22:39:00,1353.0 -47313,sell_compound_tight,sell,2025-10-29 20:30:00,1304.0 -47314,sell_compound_tight,sell,2025-10-29 20:33:00,1305.0 -47315,sell_compound_tight,sell,2025-10-29 20:36:00,1305.0 -47316,sell_compound_tight,sell,2025-10-29 20:39:00,1305.0 -47317,sell_compound_tight,sell,2025-10-29 20:42:00,1304.0 -47318,sell_compound_tight,sell,2025-10-29 20:45:00,1306.0 -47319,sell_compound_tight,sell,2025-10-29 20:48:00,1305.0 -47320,sell_compound_tight,sell,2025-10-29 20:51:00,1305.0 -47321,sell_compound_tight,sell,2025-10-29 20:54:00,1306.0 -47322,sell_compound_tight,sell,2025-10-30 16:30:00,1275.0 -47323,sell_compound_tight,sell,2025-10-30 16:33:00,1274.0 -47324,sell_compound_tight,sell,2025-10-30 16:36:00,1275.0 -47325,sell_compound_tight,sell,2025-10-30 16:39:00,1276.0 -47326,sell_compound_tight,sell,2025-10-30 16:42:00,1275.0 -47327,sell_compound_tight,sell,2025-10-31 06:00:00,1184.0 -47328,sell_compound_tight,sell,2025-10-31 06:03:00,1187.0 -47329,sell_compound_tight,sell,2025-10-31 07:06:00,1195.0 -47330,sell_compound_tight,sell,2025-10-31 07:09:00,1193.0 -47331,sell_compound_tight,sell,2025-10-31 07:21:00,1197.0 -47332,sell_compound_tight,sell,2025-10-31 07:24:00,1197.0 -47333,sell_compound_tight,sell,2025-10-31 07:27:00,1198.0 -47334,sell_compound_tight,sell,2025-10-31 08:06:00,1204.0 -47335,sell_compound_tight,sell,2025-10-31 08:09:00,1202.0 -47336,sell_compound_tight,sell,2025-10-31 08:15:00,1203.0 -47337,sell_compound_tight,sell,2025-10-31 08:18:00,1202.0 -47338,sell_compound_tight,sell,2025-10-31 08:42:00,1208.0 -47339,sell_compound_tight,sell,2025-10-31 08:45:00,1210.0 -47340,sell_compound_tight,sell,2025-10-31 08:48:00,1212.0 -47341,sell_compound_tight,sell,2025-10-31 08:57:00,1212.0 -47342,sell_compound_tight,sell,2025-10-31 10:21:00,1220.0 -47343,sell_compound_tight,sell,2025-10-31 10:24:00,1220.0 -47344,sell_compound_tight,sell,2025-10-31 10:27:00,1220.0 -47345,sell_compound_tight,sell,2025-10-31 10:42:00,1221.0 -47346,sell_compound_tight,sell,2025-11-01 04:42:00,1203.0 -47347,sell_compound_tight,sell,2025-11-01 11:51:00,1200.0 -47348,sell_compound_tight,sell,2025-11-01 11:54:00,1202.0 -47349,sell_compound_tight,sell,2025-11-01 13:06:00,1214.0 -47350,sell_compound_tight,sell,2025-11-01 13:09:00,1215.0 -47351,sell_compound_tight,sell,2025-11-01 21:51:00,1313.0 -47352,sell_compound_tight,sell,2025-11-01 21:54:00,1310.0 -47353,sell_compound_tight,sell,2025-11-02 01:15:00,1308.0 -47354,sell_compound_tight,sell,2025-11-02 01:18:00,1311.0 -47355,sell_compound_tight,sell,2025-11-02 14:15:00,1281.0 -47356,sell_compound_tight,sell,2025-11-02 14:18:00,1283.0 -47357,sell_compound_tight,sell,2025-11-03 06:06:00,1245.0 -47358,sell_compound_tight,sell,2025-11-03 06:09:00,1244.0 -47359,sell_compound_tight,sell,2025-11-04 19:21:00,1070.0 -47360,sell_compound_tight,sell,2025-11-04 19:24:00,1071.0 -47361,sell_compound_tight,sell,2025-11-04 20:15:00,1075.0 -47362,sell_compound_tight,sell,2025-11-04 20:18:00,1076.0 -47363,sell_compound_tight,sell,2025-11-05 07:30:00,1056.0 -47364,sell_compound_tight,sell,2025-11-05 07:33:00,1056.0 -47365,sell_compound_tight,sell,2025-11-05 12:42:00,1067.0 -47366,sell_compound_tight,sell,2025-11-05 21:36:00,1072.0 -47367,sell_compound_tight,sell,2025-11-05 21:39:00,1074.0 -47368,sell_compound_tight,sell,2025-11-05 21:42:00,1075.0 -47369,sell_compound_tight,sell,2025-11-06 08:30:00,1112.0 -47370,sell_compound_tight,sell,2025-11-06 08:33:00,1112.0 -47371,sell_compound_tight,sell,2025-11-07 15:27:00,1113.0 -47372,sell_compound_tight,sell,2025-11-08 01:00:00,1198.0 -47373,sell_compound_tight,sell,2025-11-08 01:03:00,1205.0 -47374,sell_compound_tight,sell,2025-11-08 01:27:00,1213.0 -47375,sell_compound_tight,sell,2025-11-08 02:51:00,1265.0 -47376,sell_compound_tight,sell,2025-11-08 02:54:00,1258.0 -47377,sell_compound_tight,sell,2025-11-08 17:57:00,1231.0 -47378,sell_compound_tight,sell,2025-11-09 17:00:00,1192.0 -47379,sell_compound_tight,sell,2025-11-09 17:03:00,1190.0 -47380,sell_compound_tight,sell,2025-11-10 04:57:00,1221.0 -47381,sell_compound_tight,sell,2025-11-11 12:12:00,1246.0 -47382,sell_compound_tight,sell,2025-11-11 12:15:00,1248.0 -47383,sell_compound_tight,sell,2025-11-11 12:18:00,1245.0 -47384,sell_compound_tight,sell,2025-11-12 02:12:00,1200.0 -47385,sell_compound_tight,sell,2025-11-12 12:00:00,1166.0 -47386,sell_compound_tight,sell,2025-11-12 12:03:00,1167.0 -47387,sell_compound_tight,sell,2025-11-12 19:15:00,1204.0 -47388,sell_compound_tight,sell,2025-11-12 19:18:00,1203.0 -47389,sell_compound_tight,sell,2025-11-12 19:21:00,1204.0 -47390,sell_compound_tight,sell,2025-11-12 19:24:00,1208.0 -47391,sell_compound_tight,sell,2025-11-13 05:51:00,1151.0 -47392,sell_compound_tight,sell,2025-11-13 05:54:00,1151.0 -47393,sell_compound_tight,sell,2025-11-13 06:45:00,1160.0 -47394,sell_compound_tight,sell,2025-11-13 06:48:00,1157.0 -47395,sell_compound_tight,sell,2025-11-15 00:30:00,1106.0 -47396,sell_compound_tight,sell,2025-11-15 00:33:00,1105.0 -47397,sell_compound_tight,sell,2025-11-15 00:42:00,1107.0 -47398,sell_compound_tight,sell,2025-11-17 09:42:00,1010.0 -47399,sell_compound_tight,sell,2025-11-19 00:57:00,1010.0 -47400,sell_compound_tight,sell,2025-11-20 09:21:00,1000.0 -47401,sell_compound_tight,sell,2025-11-20 09:24:00,1001.0 -47402,sell_compound_tight,sell,2025-11-20 09:36:00,1002.0 -47403,sell_compound_tight,sell,2025-11-20 09:39:00,1001.0 -47404,sell_compound_tight,sell,2025-11-20 11:27:00,1007.0 -47405,sell_compound_tight,sell,2025-11-20 11:36:00,1008.0 -47406,sell_compound_tight,sell,2025-11-20 11:39:00,1009.0 -47407,sell_compound_tight,sell,2025-11-20 18:00:00,1029.0 -47408,sell_compound_tight,sell,2025-11-20 18:03:00,1030.0 -47409,sell_compound_tight,sell,2025-11-20 21:15:00,1044.0 -47410,sell_compound_tight,sell,2025-11-20 21:18:00,1042.0 -47411,sell_compound_tight,sell,2025-11-20 21:51:00,1049.0 -47412,sell_compound_tight,sell,2025-11-20 21:54:00,1056.0 -47413,sell_compound_tight,sell,2025-11-21 06:30:00,993.0 -47414,sell_compound_tight,sell,2025-11-21 06:33:00,995.0 -47415,sell_compound_tight,sell,2025-11-22 02:21:00,926.0 -47416,sell_compound_tight,sell,2025-11-22 02:24:00,928.0 -47417,sell_compound_tight,sell,2025-11-22 02:27:00,928.0 -47418,sell_compound_tight,sell,2025-11-23 07:42:00,905.0 -47419,sell_compound_tight,sell,2025-11-23 07:45:00,905.0 -47420,sell_compound_tight,sell,2025-11-23 07:48:00,905.0 -47421,sell_compound_tight,sell,2025-11-23 11:42:00,926.0 -47422,sell_compound_tight,sell,2025-11-23 11:45:00,925.0 -47423,sell_compound_tight,sell,2025-11-23 11:48:00,926.0 -47424,sell_compound_tight,sell,2025-11-23 11:51:00,925.0 -47425,sell_compound_tight,sell,2025-11-23 11:54:00,923.0 -47426,sell_compound_tight,sell,2025-11-23 13:27:00,927.0 -47427,sell_compound_tight,sell,2025-11-24 01:00:00,927.0 -47428,sell_compound_tight,sell,2025-11-24 05:51:00,928.0 -47429,sell_compound_tight,sell,2025-11-24 22:42:00,915.0 -47430,sell_compound_tight,sell,2025-11-25 01:06:00,927.0 -47431,sell_compound_tight,sell,2025-11-25 01:09:00,927.0 -47432,sell_compound_tight,sell,2025-11-25 01:30:00,934.0 -47433,sell_compound_tight,sell,2025-11-25 01:33:00,933.0 -47434,sell_compound_tight,sell,2025-11-25 01:36:00,935.0 -47435,sell_compound_tight,sell,2025-11-25 01:39:00,935.0 -47436,sell_compound_tight,sell,2025-11-25 01:42:00,934.0 -47437,sell_compound_tight,sell,2025-11-25 02:45:00,948.0 -47438,sell_compound_tight,sell,2025-11-25 02:48:00,950.0 -47439,sell_compound_tight,sell,2025-11-25 05:51:00,965.0 -47440,sell_compound_tight,sell,2025-11-25 05:54:00,967.0 -47441,sell_compound_tight,sell,2025-11-26 02:45:00,947.0 -47442,sell_compound_tight,sell,2025-11-26 02:48:00,946.0 -47443,sell_compound_tight,sell,2025-11-26 02:51:00,947.0 -47444,sell_compound_tight,sell,2025-11-26 02:54:00,947.0 -47445,sell_compound_tight,sell,2025-11-28 01:57:00,994.0 -47446,sell_compound_tight,sell,2025-11-28 23:27:00,989.0 -47447,sell_compound_tight,sell,2025-11-29 04:51:00,972.0 -47448,sell_compound_tight,sell,2025-11-29 04:54:00,972.0 -47449,sell_compound_tight,sell,2025-11-29 04:57:00,971.0 -47450,sell_compound_tight,sell,2025-11-29 08:12:00,975.0 -47451,sell_compound_tight,sell,2025-11-29 08:15:00,974.0 -47452,sell_compound_tight,sell,2025-11-29 08:18:00,975.0 -47453,sell_compound_tight,sell,2025-12-01 04:12:00,955.0 -47454,sell_compound_tight,sell,2025-12-02 07:06:00,866.0 -47455,sell_compound_tight,sell,2025-12-02 07:09:00,865.0 -47456,sell_compound_tight,sell,2025-12-02 20:45:00,865.0 -47457,sell_compound_tight,sell,2025-12-02 20:48:00,865.0 -47458,sell_compound_tight,sell,2025-12-02 21:00:00,866.0 -47459,sell_compound_tight,sell,2025-12-02 21:03:00,868.0 -47460,sell_compound_tight,sell,2025-12-02 22:27:00,873.0 -47461,sell_compound_tight,sell,2025-12-02 22:30:00,872.0 -47462,sell_compound_tight,sell,2025-12-02 22:33:00,872.0 -47463,sell_compound_tight,sell,2025-12-02 22:36:00,872.0 -47464,sell_compound_tight,sell,2025-12-02 22:39:00,873.0 -47465,sell_compound_tight,sell,2025-12-02 22:42:00,873.0 -47466,sell_compound_tight,sell,2025-12-02 22:45:00,873.0 -47467,sell_compound_tight,sell,2025-12-02 22:48:00,875.0 -47468,sell_compound_tight,sell,2025-12-04 03:00:00,941.0 -47469,sell_compound_tight,sell,2025-12-04 03:03:00,942.0 -47470,sell_compound_tight,sell,2025-12-04 10:21:00,949.0 -47471,sell_compound_tight,sell,2025-12-04 10:24:00,949.0 -47472,sell_compound_tight,sell,2025-12-04 10:30:00,950.0 -47473,sell_compound_tight,sell,2025-12-04 10:33:00,951.0 -47474,sell_compound_tight,sell,2025-12-04 10:36:00,951.0 -47475,sell_compound_tight,sell,2025-12-04 10:39:00,951.0 -47476,sell_compound_tight,sell,2025-12-05 16:21:00,920.0 -47477,sell_compound_tight,sell,2025-12-05 16:24:00,922.0 -47478,sell_compound_tight,sell,2025-12-06 08:51:00,861.0 -47479,sell_compound_tight,sell,2025-12-06 08:54:00,861.0 -47480,sell_compound_tight,sell,2025-12-06 10:12:00,866.0 -47481,sell_compound_tight,sell,2025-12-06 10:21:00,869.0 -47482,sell_compound_tight,sell,2025-12-06 10:24:00,869.0 -47483,sell_compound_tight,sell,2025-12-06 16:12:00,867.0 -47484,sell_compound_tight,sell,2025-12-06 21:30:00,865.0 -47485,sell_compound_tight,sell,2025-12-06 21:33:00,865.0 -47486,sell_compound_tight,sell,2025-12-06 21:36:00,866.0 -47487,sell_compound_tight,sell,2025-12-06 21:39:00,865.0 -47488,sell_compound_tight,sell,2025-12-07 14:51:00,869.0 -47489,sell_compound_tight,sell,2025-12-07 14:54:00,869.0 -47490,sell_compound_tight,sell,2025-12-07 14:57:00,869.0 -47491,sell_compound_tight,sell,2025-12-07 15:42:00,872.0 -47492,sell_compound_tight,sell,2025-12-08 10:51:00,862.0 -47493,sell_compound_tight,sell,2025-12-08 10:54:00,861.0 -47494,sell_compound_tight,sell,2025-12-08 14:21:00,865.0 -47495,sell_compound_tight,sell,2025-12-08 14:24:00,865.0 -47496,sell_compound_tight,sell,2025-12-08 14:30:00,865.0 -47497,sell_compound_tight,sell,2025-12-08 14:33:00,866.0 -47498,sell_compound_tight,sell,2025-12-08 17:21:00,873.0 -47499,sell_compound_tight,sell,2025-12-08 17:24:00,873.0 -47500,sell_compound_tight,sell,2025-12-09 07:12:00,903.0 -47501,sell_compound_tight,sell,2025-12-09 07:15:00,904.0 -47502,sell_compound_tight,sell,2025-12-09 07:18:00,907.0 -47503,sell_compound_tight,sell,2025-12-10 02:06:00,945.0 -47504,sell_compound_tight,sell,2025-12-10 02:09:00,946.0 -47505,sell_compound_tight,sell,2025-12-10 23:21:00,938.0 -47506,sell_compound_tight,sell,2025-12-10 23:24:00,939.0 -47507,sell_compound_tight,sell,2025-12-12 23:21:00,902.0 -47508,sell_compound_tight,sell,2025-12-12 23:24:00,902.0 -47509,sell_compound_tight,sell,2025-12-13 13:00:00,879.0 -47510,sell_compound_tight,sell,2025-12-13 13:03:00,880.0 -47511,sell_compound_tight,sell,2025-12-14 01:57:00,893.0 -47512,sell_compound_tight,sell,2025-12-15 15:00:00,867.0 -47513,sell_compound_tight,sell,2025-12-15 15:03:00,867.0 -47514,sell_compound_tight,sell,2025-12-16 13:00:00,797.0 -47515,sell_compound_tight,sell,2025-12-16 13:03:00,796.0 -47516,sell_compound_tight,sell,2025-12-16 13:06:00,796.0 -47517,sell_compound_tight,sell,2025-12-16 13:09:00,796.0 -47518,sell_compound_tight,sell,2025-12-18 20:51:00,746.0 -47519,sell_compound_tight,sell,2025-12-18 20:54:00,746.0 -47520,sell_compound_tight,sell,2025-12-19 20:42:00,753.0 -47521,sell_compound_tight,sell,2025-12-19 20:51:00,753.0 -47522,sell_compound_tight,sell,2025-12-19 20:54:00,753.0 -47523,sell_compound_tight,sell,2025-12-19 20:57:00,753.0 -47524,sell_compound_tight,sell,2025-12-20 01:21:00,772.0 -47525,sell_compound_tight,sell,2025-12-20 01:24:00,771.0 -47526,sell_compound_tight,sell,2025-12-20 01:27:00,771.0 -47527,sell_compound_tight,sell,2025-12-20 17:36:00,782.0 -47528,sell_compound_tight,sell,2025-12-20 17:39:00,782.0 -47529,sell_compound_tight,sell,2025-12-21 06:36:00,780.0 -47530,sell_compound_tight,sell,2025-12-21 06:39:00,780.0 -47531,sell_compound_tight,sell,2025-12-21 07:57:00,781.0 -47532,sell_compound_tight,sell,2025-12-22 06:30:00,753.0 -47533,sell_compound_tight,sell,2025-12-22 06:33:00,754.0 -47534,sell_compound_tight,sell,2025-12-22 07:30:00,753.0 -47535,sell_compound_tight,sell,2025-12-22 07:33:00,753.0 -47536,sell_compound_tight,sell,2025-12-23 19:51:00,746.0 -47537,sell_compound_tight,sell,2025-12-23 19:54:00,744.0 -47538,sell_compound_tight,sell,2025-12-25 01:00:00,718.0 -47539,sell_compound_tight,sell,2025-12-25 01:03:00,718.0 -47540,sell_compound_tight,sell,2025-12-25 05:15:00,717.0 -47541,sell_compound_tight,sell,2025-12-25 05:18:00,718.0 -47542,sell_compound_tight,sell,2025-12-25 12:15:00,734.0 -47543,sell_compound_tight,sell,2025-12-25 12:18:00,733.0 -47544,sell_compound_tight,sell,2025-12-26 01:00:00,735.0 -47545,sell_compound_tight,sell,2025-12-26 01:03:00,734.0 -47546,sell_compound_tight,sell,2025-12-26 01:12:00,735.0 -47547,sell_compound_tight,sell,2025-12-26 01:15:00,737.0 -47548,sell_compound_tight,sell,2025-12-26 01:18:00,736.0 -47549,sell_compound_tight,sell,2025-12-27 03:27:00,721.0 -47550,sell_compound_tight,sell,2025-12-27 04:27:00,723.0 -47551,sell_compound_tight,sell,2025-12-27 11:12:00,724.0 -47552,sell_compound_tight,sell,2025-12-28 08:30:00,741.0 -47553,sell_compound_tight,sell,2025-12-28 08:33:00,741.0 -47554,sell_compound_tight,sell,2025-12-28 17:45:00,747.0 -47555,sell_compound_tight,sell,2025-12-28 17:48:00,747.0 -47556,sell_compound_tight,sell,2026-01-01 23:51:00,730.0 -47557,sell_compound_tight,sell,2026-01-01 23:54:00,729.0 -47558,sell_compound_tight,sell,2026-01-02 00:00:00,728.0 -47559,sell_compound_tight,sell,2026-01-02 00:03:00,728.0 -47560,sell_compound_tight,sell,2026-01-02 00:06:00,728.0 -47561,sell_compound_tight,sell,2026-01-02 00:09:00,729.0 -47562,sell_compound_tight,sell,2026-01-02 00:12:00,728.0 -47563,sell_compound_tight,sell,2026-01-02 01:06:00,735.0 -47564,sell_compound_tight,sell,2026-01-02 01:09:00,734.0 -47565,sell_compound_tight,sell,2026-01-02 03:00:00,745.0 -47566,sell_compound_tight,sell,2026-01-02 03:03:00,745.0 -47567,sell_compound_tight,sell,2026-01-03 02:21:00,799.0 -47568,sell_compound_tight,sell,2026-01-03 02:24:00,797.0 -47569,sell_compound_tight,sell,2026-01-03 07:21:00,797.0 -47570,sell_compound_tight,sell,2026-01-03 07:24:00,796.0 -47571,sell_compound_tight,sell,2026-01-03 08:21:00,805.0 -47572,sell_compound_tight,sell,2026-01-03 08:24:00,804.0 -47573,sell_compound_tight,sell,2026-01-03 15:30:00,852.0 -47574,sell_compound_tight,sell,2026-01-03 15:33:00,856.0 -47575,sell_compound_tight,sell,2026-01-04 11:15:00,848.0 -47576,sell_compound_tight,sell,2026-01-04 11:18:00,850.0 -47577,sell_compound_tight,sell,2026-01-04 12:42:00,856.0 -47578,sell_compound_tight,sell,2026-01-05 01:21:00,875.0 -47579,sell_compound_tight,sell,2026-01-05 01:24:00,878.0 -47580,sell_compound_tight,sell,2026-01-05 10:15:00,873.0 -47581,sell_compound_tight,sell,2026-01-05 10:18:00,873.0 -47582,sell_compound_tight,sell,2026-01-05 21:57:00,864.0 -47583,sell_compound_tight,sell,2026-01-06 01:15:00,879.0 -47584,sell_compound_tight,sell,2026-01-06 01:18:00,877.0 -47585,sell_compound_tight,sell,2026-01-07 05:45:00,906.0 -47586,sell_compound_tight,sell,2026-01-07 05:48:00,905.0 -47587,sell_compound_tight,sell,2026-01-09 07:00:00,859.0 -47588,sell_compound_tight,sell,2026-01-09 07:03:00,861.0 -47589,sell_compound_tight,sell,2026-01-09 07:06:00,860.0 -47590,sell_compound_tight,sell,2026-01-09 07:09:00,859.0 -47591,sell_compound_tight,sell,2026-01-10 20:00:00,856.0 -47592,sell_compound_tight,sell,2026-01-10 20:03:00,857.0 -47593,sell_compound_tight,sell,2026-01-10 20:06:00,856.0 -47594,sell_compound_tight,sell,2026-01-10 20:09:00,856.0 -47595,sell_compound_tight,sell,2026-01-10 21:21:00,864.0 -47596,sell_compound_tight,sell,2026-01-10 21:24:00,863.0 -47597,sell_compound_tight,sell,2026-01-11 11:00:00,847.0 -47598,sell_compound_tight,sell,2026-01-11 11:03:00,846.0 -47599,sell_compound_tight,sell,2026-01-11 16:00:00,846.0 -47600,sell_compound_tight,sell,2026-01-11 16:03:00,847.0 -47601,sell_compound_tight,sell,2026-01-12 09:27:00,838.0 -47602,sell_compound_tight,sell,2026-01-12 11:06:00,850.0 -47603,sell_compound_tight,sell,2026-01-12 11:09:00,849.0 -47604,sell_compound_tight,sell,2026-01-12 11:30:00,854.0 -47605,sell_compound_tight,sell,2026-01-12 11:33:00,851.0 -47606,sell_compound_tight,sell,2026-01-12 11:42:00,854.0 -47607,sell_compound_tight,sell,2026-01-12 11:45:00,855.0 -47608,sell_compound_tight,sell,2026-01-12 11:48:00,858.0 -47609,sell_compound_tight,sell,2026-01-12 12:12:00,862.0 -47610,sell_compound_tight,sell,2026-01-12 12:15:00,864.0 -47611,sell_compound_tight,sell,2026-01-12 12:18:00,865.0 -47612,sell_compound_tight,sell,2026-01-12 12:21:00,864.0 -47613,sell_compound_tight,sell,2026-01-12 12:24:00,864.0 -47614,sell_compound_tight,sell,2026-01-12 12:27:00,867.0 -47615,sell_compound_tight,sell,2026-01-13 00:42:00,842.0 -47616,sell_compound_tight,sell,2026-01-13 00:45:00,842.0 -47617,sell_compound_tight,sell,2026-01-13 00:48:00,841.0 -47618,sell_compound_tight,sell,2026-01-13 11:15:00,828.0 -47619,sell_compound_tight,sell,2026-01-13 11:18:00,829.0 -47620,sell_compound_tight,sell,2026-01-14 01:51:00,899.0 -47621,sell_compound_tight,sell,2026-01-14 01:54:00,901.0 -47622,sell_compound_tight,sell,2026-01-15 22:51:00,874.0 -47623,sell_compound_tight,sell,2026-01-15 22:54:00,875.0 -47624,sell_compound_tight,sell,2026-01-16 07:12:00,832.0 -47625,sell_compound_tight,sell,2026-01-16 15:42:00,829.0 -47626,sell_compound_tight,sell,2026-01-16 15:45:00,830.0 -47627,sell_compound_tight,sell,2026-01-16 15:48:00,831.0 -47628,sell_compound_tight,sell,2026-01-16 15:51:00,831.0 -47629,sell_compound_tight,sell,2026-01-16 15:54:00,831.0 -47630,sell_compound_tight,sell,2026-01-16 15:57:00,830.0 -47631,sell_compound_tight,sell,2026-01-16 16:15:00,832.0 -47632,sell_compound_tight,sell,2026-01-16 16:18:00,831.0 -47633,sell_compound_tight,sell,2026-01-16 18:27:00,838.0 -47634,sell_compound_tight,sell,2026-01-16 18:42:00,839.0 -47635,sell_compound_tight,sell,2026-01-17 10:00:00,822.0 -47636,sell_compound_tight,sell,2026-01-17 10:03:00,823.0 -47637,sell_compound_tight,sell,2026-01-17 10:06:00,822.0 -47638,sell_compound_tight,sell,2026-01-17 10:09:00,824.0 -47639,sell_compound_tight,sell,2026-01-17 14:21:00,822.0 -47640,sell_compound_tight,sell,2026-01-17 14:24:00,821.0 -47641,sell_compound_tight,sell,2026-01-17 16:51:00,823.0 -47642,sell_compound_tight,sell,2026-01-17 16:54:00,822.0 -47643,sell_compound_tight,sell,2026-01-17 22:42:00,823.0 -47644,sell_compound_tight,sell,2026-01-19 03:51:00,806.0 -47645,sell_compound_tight,sell,2026-01-19 03:54:00,806.0 -47646,sell_compound_tight,sell,2026-01-19 03:57:00,805.0 -47647,sell_compound_tight,sell,2026-01-20 01:36:00,739.0 -47648,sell_compound_tight,sell,2026-01-20 01:39:00,740.0 -47649,sell_compound_tight,sell,2026-01-21 05:51:00,707.0 -47650,sell_compound_tight,sell,2026-01-21 05:54:00,707.0 -47651,sell_compound_tight,sell,2026-01-24 02:45:00,713.0 -47652,sell_compound_tight,sell,2026-01-24 02:48:00,713.0 -47653,sell_compound_tight,sell,2026-01-24 12:51:00,698.0 -47654,sell_compound_tight,sell,2026-01-24 12:54:00,700.0 -47655,sell_compound_tight,sell,2026-01-24 20:42:00,701.0 -47656,sell_compound_tight,sell,2026-01-24 21:27:00,702.0 -47657,sell_compound_tight,sell,2026-01-25 15:30:00,693.0 -47658,sell_compound_tight,sell,2026-01-25 15:33:00,694.0 -47659,sell_compound_tight,sell,2026-01-25 15:36:00,694.0 -47660,sell_compound_tight,sell,2026-01-25 15:39:00,693.0 -47661,sell_compound_tight,sell,2026-01-26 17:36:00,670.0 -47662,sell_compound_tight,sell,2026-01-26 17:39:00,670.0 -47663,sell_compound_tight,sell,2026-01-28 05:12:00,675.0 -47664,sell_compound_tight,sell,2026-01-29 08:00:00,912.0 -47665,sell_compound_tight,sell,2026-01-29 08:03:00,923.0 -47666,sell_compound_tight,sell,2026-01-30 07:51:00,705.0 -47667,sell_compound_tight,sell,2026-01-30 07:54:00,708.0 -47668,sell_compound_tight,sell,2026-02-01 09:12:00,623.0 -47669,sell_compound_tight,sell,2026-02-02 10:27:00,599.0 -47670,sell_compound_tight,sell,2026-02-02 22:27:00,599.0 -47671,sell_compound_tight,sell,2026-02-03 22:27:00,608.0 -47672,sell_compound_tight,sell,2026-02-04 10:15:00,615.0 -47673,sell_compound_tight,sell,2026-02-04 10:18:00,616.0 -47674,sell_compound_tight,sell,2026-02-04 10:21:00,615.0 -47675,sell_compound_tight,sell,2026-02-04 10:24:00,614.0 -47676,sell_compound_tight,sell,2026-02-04 12:57:00,615.0 -47677,sell_compound_tight,sell,2026-02-05 17:21:00,592.0 -47678,sell_compound_tight,sell,2026-02-05 17:24:00,591.0 -47679,sell_compound_tight,sell,2026-02-06 20:12:00,545.0 -47680,sell_compound_tight,sell,2026-02-06 20:15:00,546.0 -47681,sell_compound_tight,sell,2026-02-06 20:18:00,546.0 -47682,sell_compound_tight,sell,2026-02-06 20:21:00,546.0 -47683,sell_compound_tight,sell,2026-02-06 20:24:00,548.0 -47684,sell_compound_tight,sell,2026-02-06 20:27:00,546.0 -47685,sell_compound_tight,sell,2026-02-06 20:30:00,548.0 -47686,sell_compound_tight,sell,2026-02-06 20:33:00,548.0 -47687,sell_compound_tight,sell,2026-02-06 20:36:00,550.0 -47688,sell_compound_tight,sell,2026-02-06 20:39:00,548.0 -47689,sell_compound_tight,sell,2026-02-07 00:00:00,591.0 -47690,sell_compound_tight,sell,2026-02-07 00:03:00,592.0 -47691,sell_compound_tight,sell,2026-02-07 06:21:00,602.0 -47692,sell_compound_tight,sell,2026-02-07 06:24:00,603.0 -47693,sell_compound_tight,sell,2026-02-07 21:30:00,593.0 -47694,sell_compound_tight,sell,2026-02-07 21:33:00,595.0 -47695,sell_compound_tight,sell,2026-02-08 03:51:00,595.0 -47696,sell_compound_tight,sell,2026-02-08 03:54:00,595.0 -47697,sell_compound_tight,sell,2026-02-09 23:45:00,566.0 -47698,sell_compound_tight,sell,2026-02-09 23:48:00,567.0 -47699,sell_compound_tight,sell,2026-02-10 17:57:00,569.0 -47700,sell_compound_tight,sell,2026-02-11 09:30:00,563.0 -47701,sell_compound_tight,sell,2026-02-11 09:33:00,563.0 -47702,sell_compound_tight,sell,2026-02-11 21:12:00,542.0 -47703,sell_compound_tight,sell,2026-02-11 21:15:00,543.0 -47704,sell_compound_tight,sell,2026-02-11 21:18:00,543.0 -47705,sell_compound_tight,sell,2026-02-11 21:21:00,545.0 -47706,sell_compound_tight,sell,2026-02-11 21:24:00,546.0 -47707,sell_compound_tight,sell,2026-02-11 22:45:00,546.0 -47708,sell_compound_tight,sell,2026-02-11 22:48:00,546.0 -47709,sell_compound_tight,sell,2026-02-12 06:45:00,548.0 -47710,sell_compound_tight,sell,2026-02-12 06:48:00,550.0 -47711,sell_compound_tight,sell,2026-02-12 06:51:00,549.0 -47712,sell_compound_tight,sell,2026-02-12 06:54:00,551.0 -47713,sell_compound_tight,sell,2026-02-12 06:57:00,550.0 -47714,sell_compound_tight,sell,2026-02-12 12:06:00,553.0 -47715,sell_compound_tight,sell,2026-02-12 12:09:00,553.0 -47716,sell_compound_tight,sell,2026-02-12 13:00:00,554.0 -47717,sell_compound_tight,sell,2026-02-12 13:03:00,553.0 -47718,sell_compound_tight,sell,2026-02-12 13:42:00,554.0 -47719,sell_compound_tight,sell,2026-02-12 16:30:00,563.0 -47720,sell_compound_tight,sell,2026-02-12 16:33:00,563.0 -47721,sell_compound_tight,sell,2026-02-12 16:36:00,564.0 -47722,sell_compound_tight,sell,2026-02-12 16:39:00,564.0 -47723,sell_compound_tight,sell,2026-02-14 11:00:00,588.0 -47724,sell_compound_tight,sell,2026-02-14 11:03:00,588.0 -47725,sell_compound_tight,sell,2026-02-14 17:06:00,591.0 -47726,sell_compound_tight,sell,2026-02-14 17:09:00,594.0 -47727,sell_compound_tight,sell,2026-02-14 18:00:00,598.0 -47728,sell_compound_tight,sell,2026-02-14 18:03:00,599.0 -47729,sell_compound_tight,sell,2026-02-14 18:06:00,600.0 -47730,sell_compound_tight,sell,2026-02-14 18:09:00,601.0 -47731,sell_compound_tight,sell,2026-02-14 18:42:00,602.0 -47732,sell_compound_tight,sell,2026-02-14 18:45:00,603.0 -47733,sell_compound_tight,sell,2026-02-14 18:48:00,602.0 -47734,sell_compound_tight,sell,2026-02-14 20:30:00,605.0 -47735,sell_compound_tight,sell,2026-02-14 20:33:00,604.0 -47736,sell_compound_tight,sell,2026-02-14 21:15:00,608.0 -47737,sell_compound_tight,sell,2026-02-14 21:18:00,608.0 -47738,sell_compound_tight,sell,2026-02-15 00:21:00,612.0 -47739,sell_compound_tight,sell,2026-02-15 00:24:00,613.0 -47740,sell_compound_tight,sell,2026-02-15 00:27:00,613.0 -47741,sell_compound_tight,sell,2026-02-15 01:51:00,626.0 -47742,sell_compound_tight,sell,2026-02-15 01:54:00,630.0 -47743,sell_compound_tight,sell,2026-02-15 01:57:00,629.0 -47744,sell_compound_tight,sell,2026-02-15 02:15:00,631.0 -47745,sell_compound_tight,sell,2026-02-15 02:18:00,629.0 -47746,sell_compound_tight,sell,2026-02-15 06:12:00,639.0 -47747,sell_compound_tight,sell,2026-02-15 14:27:00,628.0 -47748,sell_compound_tight,sell,2026-02-15 14:51:00,628.0 -47749,sell_compound_tight,sell,2026-02-15 14:54:00,629.0 -47750,sell_compound_tight,sell,2026-02-15 14:57:00,629.0 -47751,sell_compound_tight,sell,2026-02-16 06:15:00,598.0 -47752,sell_compound_tight,sell,2026-02-16 06:18:00,598.0 -47753,sell_compound_tight,sell,2026-02-16 15:45:00,601.0 -47754,sell_compound_tight,sell,2026-02-16 15:48:00,600.0 -47755,sell_compound_tight,sell,2026-02-16 15:51:00,601.0 -47756,sell_compound_tight,sell,2026-02-16 15:54:00,602.0 -47757,sell_compound_tight,sell,2026-02-17 07:12:00,604.0 -47758,sell_compound_tight,sell,2026-02-20 09:42:00,556.0 -47759,sell_compound_tight,sell,2026-02-20 19:27:00,570.0 -47760,sell_compound_tight,sell,2026-02-21 10:51:00,576.0 -47761,sell_compound_tight,sell,2026-02-21 10:54:00,576.0 -47762,sell_compound_tight,sell,2026-02-21 10:57:00,576.0 -47763,sell_compound_tight,sell,2026-02-21 14:27:00,579.0 -47764,sell_compound_tight,sell,2026-02-21 14:30:00,579.0 -47765,sell_compound_tight,sell,2026-02-23 04:00:00,563.0 -47766,sell_compound_tight,sell,2026-02-23 04:03:00,564.0 -47767,sell_compound_tight,sell,2026-02-23 04:06:00,564.0 -47768,sell_compound_tight,sell,2026-02-23 04:09:00,563.0 -47769,sell_compound_tight,sell,2026-02-23 05:00:00,564.0 -47770,sell_compound_tight,sell,2026-02-23 05:03:00,563.0 -47771,sell_compound_tight,sell,2026-02-24 22:15:00,546.0 -47772,sell_compound_tight,sell,2026-02-24 22:18:00,545.0 -47773,sell_compound_tight,sell,2026-02-24 22:21:00,545.0 -47774,sell_compound_tight,sell,2026-02-24 22:24:00,545.0 -47775,sell_compound_tight,sell,2026-02-24 22:27:00,546.0 -47776,sell_compound_tight,sell,2026-02-24 22:42:00,546.0 -47777,sell_compound_tight,sell,2026-02-24 22:45:00,548.0 -47778,sell_compound_tight,sell,2026-02-24 22:48:00,548.0 -47779,sell_compound_tight,sell,2026-02-25 19:15:00,589.0 -47780,sell_compound_tight,sell,2026-02-25 19:18:00,589.0 -47781,sell_compound_tight,sell,2026-02-27 04:15:00,576.0 -47782,sell_compound_tight,sell,2026-02-27 04:18:00,577.0 -47783,sell_compound_tight,sell,2026-02-27 04:21:00,577.0 -47784,sell_compound_tight,sell,2026-02-27 04:24:00,578.0 -47785,sell_compound_tight,sell,2026-02-27 04:27:00,577.0 -47786,sell_compound_tight,sell,2026-02-27 04:30:00,578.0 -47787,sell_compound_tight,sell,2026-02-27 04:33:00,578.0 -47788,sell_compound_tight,sell,2026-02-27 18:12:00,589.0 -47789,sell_compound_tight,sell,2026-02-27 18:15:00,590.0 -47790,sell_compound_tight,sell,2026-02-27 18:18:00,590.0 -47791,sell_compound_tight,sell,2026-02-27 18:36:00,591.0 -47792,sell_compound_tight,sell,2026-02-27 18:39:00,591.0 -47793,sell_compound_tight,sell,2026-03-01 05:12:00,571.0 -47794,sell_compound_tight,sell,2026-03-01 05:15:00,571.0 -47795,sell_compound_tight,sell,2026-03-01 05:18:00,571.0 -47796,sell_compound_tight,sell,2026-03-01 05:51:00,578.0 -47797,sell_compound_tight,sell,2026-03-01 05:54:00,579.0 -47798,sell_compound_tight,sell,2026-03-01 05:57:00,577.0 -47799,sell_compound_tight,sell,2026-03-01 08:00:00,583.0 -47800,sell_compound_tight,sell,2026-03-01 08:03:00,583.0 -47801,sell_compound_tight,sell,2026-03-01 11:21:00,589.0 -47802,sell_compound_tight,sell,2026-03-01 11:24:00,587.0 -47803,sell_compound_tight,sell,2026-03-02 18:06:00,563.0 -47804,sell_compound_tight,sell,2026-03-02 18:09:00,563.0 -47805,sell_compound_tight,sell,2026-03-02 18:21:00,566.0 -47806,sell_compound_tight,sell,2026-03-02 18:24:00,566.0 -47807,sell_compound_tight,sell,2026-03-05 07:12:00,624.0 -47808,sell_compound_tight,sell,2026-03-05 13:51:00,606.0 -47809,sell_compound_tight,sell,2026-03-05 13:54:00,606.0 -47810,sell_compound_tight,sell,2026-03-06 05:12:00,603.0 -47811,sell_compound_tight,sell,2026-03-06 05:15:00,603.0 -47812,sell_compound_tight,sell,2026-03-06 05:18:00,604.0 -47813,sell_compound_tight,sell,2026-03-07 04:06:00,573.0 -47814,sell_compound_tight,sell,2026-03-07 04:09:00,573.0 -47815,sell_compound_tight,sell,2026-03-08 18:42:00,556.0 -47816,sell_compound_tight,sell,2026-03-09 22:12:00,544.0 -47817,sell_compound_tight,sell,2026-03-10 17:12:00,544.0 -47818,sell_compound_tight,sell,2026-03-10 17:45:00,545.0 -47819,sell_compound_tight,sell,2026-03-10 17:48:00,545.0 -47820,sell_compound_tight,sell,2026-03-11 22:15:00,530.0 -47821,sell_compound_tight,sell,2026-03-11 22:18:00,529.0 -47822,sell_compound_tight,sell,2026-03-13 02:42:00,519.0 -47823,sell_compound_tight,sell,2026-03-13 02:51:00,519.0 -47824,sell_compound_tight,sell,2026-03-13 02:54:00,517.0 -47825,sell_compound_tight,sell,2026-03-13 03:27:00,521.0 -47826,sell_compound_tight,sell,2026-03-13 04:42:00,530.0 -47827,sell_compound_tight,sell,2026-03-13 11:00:00,538.0 -47828,sell_compound_tight,sell,2026-03-13 11:03:00,537.0 -47829,sell_compound_tight,sell,2026-03-15 08:30:00,525.0 -47830,sell_compound_tight,sell,2026-03-15 08:33:00,526.0 -47831,sell_compound_tight,sell,2026-03-16 13:51:00,550.0 -47832,sell_compound_tight,sell,2026-03-16 13:54:00,551.0 -47833,sell_compound_tight,sell,2026-03-16 14:15:00,553.0 -47834,sell_compound_tight,sell,2026-03-16 14:18:00,554.0 -47835,sell_compound_tight,sell,2026-03-16 15:27:00,557.0 -47836,sell_compound_tight,sell,2026-03-16 16:15:00,562.0 -47837,sell_compound_tight,sell,2026-03-16 16:18:00,562.0 -47838,sell_compound_tight,sell,2026-03-16 16:21:00,561.0 -47839,sell_compound_tight,sell,2026-03-16 16:24:00,563.0 -47840,sell_compound_tight,sell,2026-03-16 16:45:00,566.0 -47841,sell_compound_tight,sell,2026-03-16 16:48:00,567.0 -47842,sell_compound_tight,sell,2026-03-17 05:30:00,582.0 -47843,sell_compound_tight,sell,2026-03-17 05:33:00,581.0 -47844,sell_compound_tight,sell,2026-03-17 07:42:00,592.0 -47845,sell_compound_tight,sell,2026-03-17 07:45:00,593.0 -47846,sell_compound_tight,sell,2026-03-17 07:48:00,594.0 -47847,sell_compound_tight,sell,2026-03-18 03:06:00,585.0 -47848,sell_compound_tight,sell,2026-03-18 03:09:00,586.0 -47849,sell_compound_tight,sell,2026-03-19 05:51:00,545.0 -47850,sell_compound_tight,sell,2026-03-19 05:54:00,545.0 -47851,sell_compound_tight,sell,2026-03-22 05:00:00,482.0 -47852,sell_compound_tight,sell,2026-03-22 05:03:00,483.0 -47853,sell_compound_tight,sell,2026-03-22 06:12:00,492.0 -47854,sell_compound_tight,sell,2026-03-23 08:15:00,466.0 -47855,sell_compound_tight,sell,2026-03-23 08:18:00,465.0 -47856,sell_compound_tight,sell,2026-03-23 11:51:00,469.0 -47857,sell_compound_tight,sell,2026-03-23 11:54:00,470.0 -47858,sell_compound_tight,sell,2026-03-24 03:21:00,484.0 -47859,sell_compound_tight,sell,2026-03-24 03:24:00,484.0 -47860,sell_compound_tight,sell,2026-03-24 04:00:00,485.0 -47861,sell_compound_tight,sell,2026-03-24 04:03:00,486.0 -47862,sell_compound_tight,sell,2026-03-28 13:21:00,380.0 -47863,sell_compound_tight,sell,2026-03-28 13:24:00,380.0 -47864,sell_compound_tight,sell,2026-03-28 16:30:00,396.0 -47865,sell_compound_tight,sell,2026-03-28 16:33:00,396.0 -47866,sell_compound_tight,sell,2026-03-28 23:00:00,414.0 -47867,sell_compound_tight,sell,2026-03-28 23:03:00,413.0 -47868,sell_compound_tight,sell,2026-03-30 11:21:00,424.0 -47869,sell_compound_tight,sell,2026-03-30 11:24:00,424.0 -47870,sell_compound_tight,sell,2026-04-01 14:42:00,423.0 -47871,sell_compound_tight,sell,2026-04-03 15:51:00,411.0 -47872,sell_compound_tight,sell,2026-04-03 15:54:00,411.0 -47873,sell_compound_tight,sell,2026-04-03 15:57:00,411.0 -47874,sell_compound_tight,sell,2026-04-03 20:57:00,414.0 -47875,sell_compound_tight,sell,2026-04-05 02:21:00,400.0 -47876,sell_compound_tight,sell,2026-04-05 02:24:00,401.0 -47877,sell_compound_tight,sell,2026-04-06 19:30:00,381.0 -47878,sell_compound_tight,sell,2026-04-06 19:33:00,381.0 -47879,sell_compound_tight,sell,2026-04-06 19:36:00,381.0 -47880,sell_compound_tight,sell,2026-04-06 19:39:00,381.0 -47881,sell_compound_tight,sell,2026-04-07 16:06:00,370.0 -47882,sell_compound_tight,sell,2026-04-07 16:09:00,370.0 -47883,sell_compound_tight,sell,2026-04-07 18:21:00,373.0 -47884,sell_compound_tight,sell,2026-04-07 18:24:00,373.0 -47885,sell_compound_tight,sell,2026-04-09 02:12:00,399.0 -47886,sell_compound_tight,sell,2026-04-10 00:45:00,397.0 -47887,sell_compound_tight,sell,2026-04-10 00:48:00,398.0 -47888,sell_compound_tight,sell,2026-04-10 01:06:00,397.0 -47889,sell_compound_tight,sell,2026-04-10 01:09:00,398.0 -47890,sell_compound_tight,sell,2026-04-11 06:00:00,421.0 -47891,sell_compound_tight,sell,2026-04-11 06:03:00,423.0 -47892,sell_compound_tight,sell,2026-04-11 23:27:00,422.0 -47893,sell_compound_tight,sell,2026-04-12 17:36:00,431.0 -47894,sell_compound_tight,sell,2026-04-12 17:39:00,432.0 -47895,sell_compound_tight,sell,2026-04-12 17:42:00,433.0 -47896,sell_compound_tight,sell,2026-04-12 18:12:00,433.0 -47897,sell_compound_tight,sell,2026-04-12 18:45:00,435.0 -47898,sell_compound_tight,sell,2026-04-12 18:48:00,434.0 -47899,sell_compound_tight,sell,2026-04-12 20:21:00,439.0 -47900,sell_compound_tight,sell,2026-04-12 20:24:00,440.0 -47901,sell_compound_tight,sell,2026-04-13 03:27:00,439.0 -47902,sell_compound_tight,sell,2026-04-13 19:51:00,438.0 -47903,sell_compound_tight,sell,2026-04-13 19:54:00,438.0 -47904,sell_compound_tight,sell,2026-04-13 21:45:00,450.0 -47905,sell_compound_tight,sell,2026-04-13 21:48:00,451.0 -47906,sell_compound_tight,sell,2026-04-14 04:42:00,445.0 -47907,sell_compound_tight,sell,2026-04-14 04:45:00,445.0 -47908,sell_compound_tight,sell,2026-04-14 04:48:00,444.0 -47909,sell_compound_tight,sell,2026-04-14 16:51:00,483.0 -47910,sell_compound_tight,sell,2026-04-14 16:54:00,482.0 -47911,sell_compound_tight,sell,2026-04-15 11:00:00,442.0 -47912,sell_compound_tight,sell,2026-04-15 11:03:00,442.0 -47913,sell_compound_tight,sell,2026-04-15 11:06:00,443.0 -47914,sell_compound_tight,sell,2026-04-15 11:09:00,442.0 -47915,sell_compound_tight,sell,2026-04-16 11:30:00,457.0 -47916,sell_compound_tight,sell,2026-04-16 11:33:00,460.0 -47917,sell_compound_tight,sell,2026-04-16 12:42:00,460.0 -47918,sell_compound_tight,sell,2026-04-16 12:45:00,460.0 -47919,sell_compound_tight,sell,2026-04-16 12:48:00,460.0 -47920,sell_compound_tight,sell,2026-04-17 00:51:00,475.0 -47921,sell_compound_tight,sell,2026-04-17 00:54:00,475.0 -47922,sell_compound_tight,sell,2026-04-17 22:42:00,465.0 -47923,sell_compound_tight,sell,2026-04-17 22:45:00,466.0 -47924,sell_compound_tight,sell,2026-04-17 22:48:00,466.0 -47925,sell_compound_tight,sell,2026-04-17 22:51:00,466.0 -47926,sell_compound_tight,sell,2026-04-17 22:54:00,468.0 -47927,sell_compound_tight,sell,2026-04-17 22:57:00,468.0 -47928,sell_compound_tight,sell,2026-04-19 21:00:00,393.0 -47929,sell_compound_tight,sell,2026-04-19 21:03:00,394.0 -47930,sell_compound_tight,sell,2026-04-19 22:30:00,400.0 -47931,sell_compound_tight,sell,2026-04-19 22:33:00,400.0 -47932,sell_compound_tight,sell,2026-04-19 22:36:00,400.0 -47933,sell_compound_tight,sell,2026-04-19 22:39:00,399.0 -47934,sell_compound_tight,sell,2026-04-19 23:42:00,400.0 -47935,sell_compound_tight,sell,2026-04-20 21:42:00,393.0 -47936,sell_compound_tight,sell,2026-04-21 19:21:00,393.0 -47937,sell_compound_tight,sell,2026-04-21 19:24:00,393.0 -47938,sell_compound_tight,sell,2026-04-22 05:30:00,391.0 -47939,sell_compound_tight,sell,2026-04-22 05:33:00,391.0 -47940,sell_compound_tight,sell,2026-04-24 05:51:00,390.0 -47941,sell_compound_tight,sell,2026-04-24 05:54:00,389.0 -47942,sell_compound_tight,sell,2026-04-25 18:42:00,391.0 -47943,sell_compound_tight,sell,2026-04-25 18:45:00,392.0 -47944,sell_compound_tight,sell,2026-04-25 18:48:00,392.0 -47945,sell_compound_tight,sell,2026-04-26 07:42:00,385.0 -47946,sell_compound_tight,sell,2026-04-26 07:45:00,385.0 -47947,sell_compound_tight,sell,2026-04-26 07:48:00,385.0 -47948,sell_compound_tight,sell,2026-04-26 15:06:00,388.0 -47949,sell_compound_tight,sell,2026-04-26 15:09:00,387.0 -47950,sell_compound_tight,sell,2026-04-27 06:15:00,387.0 -47951,sell_compound_tight,sell,2026-04-27 06:18:00,387.0 -47952,sell_compound_tight,sell,2026-04-27 10:57:00,390.0 -47953,sell_compound_tight,sell,2026-04-27 12:30:00,391.0 -47954,sell_compound_tight,sell,2026-04-27 12:33:00,391.0 -47955,sell_compound_tight,sell,2026-04-27 12:36:00,391.0 -47956,sell_compound_tight,sell,2026-04-27 12:39:00,391.0 -47957,sell_compound_tight,sell,2026-04-27 22:15:00,378.0 -47958,sell_compound_tight,sell,2026-04-27 22:18:00,378.0 -47959,sell_compound_tight,sell,2026-04-28 06:57:00,375.0 -47960,sell_compound_tight,sell,2026-04-28 22:00:00,373.0 -47961,sell_compound_tight,sell,2026-04-28 22:03:00,373.0 -47962,sell_compound_tight,sell,2026-04-28 22:36:00,373.0 -47963,sell_compound_tight,sell,2026-04-28 22:39:00,374.0 -47964,sell_compound_tight,sell,2026-04-29 00:12:00,374.0 -47965,sell_compound_tight,sell,2026-04-29 03:21:00,374.0 -47966,sell_compound_tight,sell,2026-04-29 03:24:00,375.0 -47967,sell_compound_tight,sell,2026-04-29 13:30:00,376.0 -47968,sell_compound_tight,sell,2026-04-29 13:33:00,376.0 -47969,sell_compound_tight,sell,2026-04-29 14:06:00,377.0 -47970,sell_compound_tight,sell,2026-04-29 14:09:00,377.0 -47971,sell_compound_tight,sell,2026-04-30 06:30:00,370.0 -47972,sell_compound_tight,sell,2026-04-30 06:33:00,369.0 -47973,sell_compound_tight,sell,2026-04-30 10:12:00,372.0 -47974,sell_compound_tight,sell,2026-04-30 10:42:00,373.0 -47975,sell_compound_tight,sell,2026-05-01 03:21:00,368.0 -47976,sell_compound_tight,sell,2026-05-01 03:24:00,367.0 -47977,sell_compound_tight,sell,2026-05-01 10:12:00,364.0 -47978,sell_compound_tight,sell,2026-05-02 19:36:00,351.0 -47979,sell_compound_tight,sell,2026-05-02 19:39:00,352.0 -47980,sell_compound_tight,sell,2026-05-03 02:36:00,363.0 -47981,sell_compound_tight,sell,2026-05-03 02:39:00,362.0 -47982,sell_compound_tight,sell,2026-05-04 11:12:00,355.0 -47983,sell_compound_tight,sell,2026-05-04 11:15:00,355.0 -47984,sell_compound_tight,sell,2026-05-04 11:18:00,356.0 -47985,sell_compound_tight,sell,2026-05-04 13:27:00,358.0 -47986,sell_compound_tight,sell,2026-05-04 13:30:00,359.0 -47987,sell_compound_tight,sell,2026-05-04 13:33:00,358.0 -47988,sell_compound_tight,sell,2026-05-05 02:21:00,354.0 -47989,sell_compound_tight,sell,2026-05-05 02:24:00,355.0 -47990,sell_compound_tight,sell,2026-05-05 02:51:00,355.0 -47991,sell_compound_tight,sell,2026-05-05 02:54:00,355.0 -47992,sell_compound_tight,sell,2026-05-05 02:57:00,356.0 -47993,sell_compound_tight,sell,2026-05-05 03:00:00,355.0 -47994,sell_compound_tight,sell,2026-05-05 03:03:00,356.0 -47995,sell_compound_tight,sell,2026-05-05 21:15:00,362.0 -47996,sell_compound_tight,sell,2026-05-05 21:18:00,361.0 -47997,sell_compound_tight,sell,2026-05-06 05:15:00,363.0 -47998,sell_compound_tight,sell,2026-05-06 05:18:00,363.0 -47999,sell_compound_tight,sell,2026-05-06 06:21:00,369.0 -48000,sell_compound_tight,sell,2026-05-06 06:24:00,369.0 -48001,sell_compound_tight,sell,2026-05-06 06:27:00,368.0 -48002,sell_compound_tight,sell,2026-05-06 12:57:00,372.0 -48003,sell_compound_tight,sell,2026-05-06 16:12:00,372.0 -48004,sell_compound_tight,sell,2026-05-06 16:15:00,372.0 -48005,sell_compound_tight,sell,2026-05-06 16:18:00,372.0 -48006,sell_compound_tight,sell,2026-05-06 18:12:00,379.0 -48007,sell_compound_tight,sell,2026-05-06 18:15:00,378.0 -48008,sell_compound_tight,sell,2026-05-06 18:18:00,379.0 -48009,sell_compound_tight,sell,2026-05-06 18:21:00,380.0 -48010,sell_compound_tight,sell,2026-05-06 18:24:00,379.0 -48011,sell_compound_tight,sell,2026-05-07 01:15:00,379.0 -48012,sell_compound_tight,sell,2026-05-07 01:18:00,379.0 -48013,sell_compound_tight,sell,2026-05-08 08:51:00,372.0 -48014,sell_compound_tight,sell,2026-05-08 08:54:00,372.0 -48015,sell_compound_tight,sell,2026-05-08 13:42:00,376.0 -48016,sell_compound_tight,sell,2026-05-08 13:51:00,377.0 -48017,sell_compound_tight,sell,2026-05-08 13:54:00,377.0 -48018,sell_compound_tight,sell,2026-05-08 13:57:00,377.0 -48019,sell_compound_tight,sell,2026-05-08 14:12:00,378.0 -48020,sell_compound_tight,sell,2026-05-08 14:15:00,378.0 -48021,sell_compound_tight,sell,2026-05-08 14:18:00,378.0 -48022,sell_compound_tight,sell,2026-05-08 15:42:00,379.0 -48023,sell_compound_tight,sell,2026-05-08 23:51:00,386.0 -48024,sell_compound_tight,sell,2026-05-08 23:54:00,385.0 -48025,sell_compound_tight,sell,2026-05-08 23:57:00,385.0 -48026,sell_compound_tight,sell,2026-05-09 03:51:00,403.0 -48027,sell_compound_tight,sell,2026-05-09 03:54:00,402.0 -48028,sell_compound_tight,sell,2026-05-09 04:12:00,405.0 -48029,sell_compound_tight,sell,2026-05-09 04:27:00,408.0 -48030,sell_compound_tight,sell,2026-05-09 10:57:00,407.0 -48031,sell_compound_tight,sell,2026-05-10 02:45:00,401.0 -48032,sell_compound_tight,sell,2026-05-10 02:48:00,402.0 -48033,sell_compound_tight,sell,2026-05-10 16:15:00,396.0 -48034,sell_compound_tight,sell,2026-05-10 16:18:00,396.0 -48035,sell_compound_tight,sell,2026-05-10 17:42:00,401.0 -48036,sell_compound_tight,sell,2026-05-11 04:42:00,422.0 -48037,sell_compound_tight,sell,2026-05-11 04:45:00,422.0 -48038,sell_compound_tight,sell,2026-05-11 04:48:00,423.0 -48039,sell_compound_tight,sell,2026-05-13 04:51:00,398.0 -48040,sell_compound_tight,sell,2026-05-13 04:54:00,398.0 -48041,sell_compound_tight,sell,2026-05-13 06:15:00,400.0 -48042,sell_compound_tight,sell,2026-05-13 06:18:00,400.0 -48043,sell_compound_tight,sell,2026-05-13 11:27:00,409.0 -48044,sell_compound_tight,sell,2026-05-13 13:00:00,411.0 -48045,sell_compound_tight,sell,2026-05-13 13:03:00,411.0 -48046,sell_compound_tight,sell,2026-05-13 13:06:00,411.0 -48047,sell_compound_tight,sell,2026-05-13 13:09:00,411.0 -48048,sell_compound_tight,sell,2026-05-13 18:15:00,418.0 -48049,sell_compound_tight,sell,2026-05-13 18:18:00,418.0 -48050,sell_compound_tight,sell,2026-05-15 00:57:00,390.0 -48051,sell_compound_tight,sell,2026-05-17 13:42:00,362.0 -48052,sell_compound_tight,sell,2026-05-18 04:36:00,360.0 -48053,sell_compound_tight,sell,2026-05-18 04:39:00,360.0 -48054,sell_compound_tight,sell,2026-05-18 06:51:00,362.0 -48055,sell_compound_tight,sell,2026-05-18 06:54:00,362.0 -48056,sell_compound_tight,sell,2026-05-18 20:57:00,348.0 -48057,sell_compound_tight,sell,2026-05-19 04:51:00,354.0 -48058,sell_compound_tight,sell,2026-05-19 04:54:00,355.0 -48059,sell_compound_tight,sell,2026-05-19 05:30:00,358.0 -48060,sell_compound_tight,sell,2026-05-19 05:33:00,358.0 -48061,sell_compound_tight,sell,2026-05-19 08:12:00,359.0 -48062,sell_compound_tight,sell,2026-05-19 09:51:00,361.0 -48063,sell_compound_tight,sell,2026-05-19 09:54:00,361.0 -48064,sell_compound_tight,sell,2026-05-19 14:45:00,367.0 -48065,sell_compound_tight,sell,2026-05-19 14:48:00,367.0 -48066,sell_compound_tight,sell,2026-05-19 15:21:00,369.0 -48067,sell_compound_tight,sell,2026-05-19 15:24:00,369.0 -48068,sell_compound_tight,sell,2026-05-19 15:30:00,370.0 -48069,sell_compound_tight,sell,2026-05-19 15:33:00,370.0 -48070,sell_compound_tight,sell,2026-05-19 15:36:00,370.0 -48071,sell_compound_tight,sell,2026-05-19 15:39:00,371.0 -48072,sell_compound_tight,sell,2026-05-19 15:42:00,369.0 -48073,sell_compound_tight,sell,2026-05-20 17:42:00,357.0 -48074,sell_compound_tight,sell,2026-05-20 23:30:00,358.0 -48075,sell_compound_tight,sell,2026-05-20 23:33:00,358.0 -48076,sell_compound_tight,sell,2026-05-20 23:45:00,358.0 -48077,sell_compound_tight,sell,2026-05-20 23:48:00,358.0 -48078,sell_compound_tight,sell,2026-05-21 00:51:00,364.0 -48079,sell_compound_tight,sell,2026-05-21 00:54:00,364.0 -48080,sell_compound_tight,sell,2026-05-21 01:00:00,365.0 -48081,sell_compound_tight,sell,2026-05-21 01:03:00,365.0 -48082,sell_compound_tight,sell,2026-05-21 01:06:00,366.0 -48083,sell_compound_tight,sell,2026-05-21 01:09:00,367.0 -48084,sell_compound_tight,sell,2026-05-21 02:00:00,375.0 -48085,sell_compound_tight,sell,2026-05-21 02:03:00,378.0 -48086,sell_compound_tight,sell,2026-05-21 11:45:00,378.0 -48087,sell_compound_tight,sell,2026-05-21 11:48:00,378.0 -48088,sell_compound_tight,sell,2026-05-21 12:30:00,380.0 -48089,sell_compound_tight,sell,2026-05-21 12:33:00,380.0 -48090,sell_compound_tight,sell,2026-05-22 13:21:00,416.0 -48091,sell_compound_tight,sell,2026-05-22 13:24:00,418.0 -48092,sell_compound_tight,sell,2026-05-22 13:30:00,417.0 -48093,sell_compound_tight,sell,2026-05-22 13:33:00,417.0 -48094,sell_compound_tight,sell,2026-05-22 13:36:00,417.0 -48095,sell_compound_tight,sell,2026-05-22 13:39:00,417.0 -48096,sell_compound_tight,sell,2026-05-22 15:00:00,420.0 -48097,sell_compound_tight,sell,2026-05-22 15:03:00,421.0 -48098,sell_compound_tight,sell,2026-05-22 17:00:00,428.0 -48099,sell_compound_tight,sell,2026-05-22 17:03:00,430.0 -48100,sell_compound_tight,sell,2026-05-23 20:45:00,404.0 -48101,sell_compound_tight,sell,2026-05-23 20:48:00,403.0 -48102,sell_compound_tight,sell,2026-05-24 01:00:00,424.0 -48103,sell_compound_tight,sell,2026-05-24 01:03:00,425.0 -48104,sell_compound_tight,sell,2026-05-24 01:06:00,424.0 -48105,sell_compound_tight,sell,2026-05-24 01:09:00,424.0 -48106,sell_compound_tight,sell,2026-05-24 01:12:00,425.0 -48107,sell_compound_tight,sell,2026-05-24 01:36:00,426.0 -48108,sell_compound_tight,sell,2026-05-24 01:39:00,428.0 -48109,sell_compound_tight,sell,2026-05-24 03:06:00,444.0 -48110,sell_compound_tight,sell,2026-05-24 03:09:00,445.0 -48111,sell_compound_tight,sell,2026-05-24 03:45:00,454.0 -48112,sell_compound_tight,sell,2026-05-24 03:48:00,456.0 -48113,sell_compound_tight,sell,2026-05-24 03:51:00,457.0 -48114,sell_compound_tight,sell,2026-05-24 03:54:00,459.0 -48115,sell_compound_tight,sell,2026-05-24 10:15:00,453.0 -48116,sell_compound_tight,sell,2026-05-24 10:18:00,453.0 -48117,sell_compound_tight,sell,2026-05-24 13:51:00,452.0 -48118,sell_compound_tight,sell,2026-05-24 13:54:00,453.0 -48119,sell_compound_tight,sell,2026-05-26 03:51:00,481.0 -48120,sell_compound_tight,sell,2026-05-26 03:54:00,483.0 -48121,sell_compound_tight,sell,2026-05-26 03:57:00,485.0 -48122,sell_compound_tight,sell,2026-05-26 04:00:00,484.0 -48123,sell_compound_tight,sell,2026-05-26 04:03:00,482.0 -48124,sell_compound_tight,sell,2026-05-26 04:06:00,488.0 -48125,sell_compound_tight,sell,2026-05-26 04:09:00,489.0 -48126,sell_compound_tight,sell,2026-05-26 04:12:00,492.0 -48127,sell_compound_tight,sell,2026-05-26 04:15:00,491.0 -48128,sell_compound_tight,sell,2026-05-26 04:18:00,491.0 -48129,sell_compound_tight,sell,2026-05-26 04:21:00,491.0 -48130,sell_compound_tight,sell,2026-05-26 04:24:00,495.0 -48131,sell_compound_tight,sell,2026-05-26 04:27:00,495.0 -48132,sell_compound_tight,sell,2026-05-26 17:57:00,554.0 -48133,sell_compound_tight,sell,2026-05-26 18:06:00,552.0 -48134,sell_compound_tight,sell,2026-05-26 18:09:00,550.0 -48135,sell_compound_tight,sell,2026-05-26 18:12:00,553.0 -48136,sell_compound_tight,sell,2026-05-26 19:51:00,579.0 -48137,sell_compound_tight,sell,2026-05-26 19:54:00,579.0 -48138,sell_compound_tight,sell,2026-05-26 19:57:00,583.0 -48139,sell_compound_tight,sell,2026-05-26 20:00:00,584.0 -48140,sell_compound_tight,sell,2026-05-26 20:03:00,587.0 -48141,sell_compound_tight,sell,2026-05-26 20:42:00,582.0 -48142,sell_compound_tight,sell,2026-05-26 21:21:00,593.0 -48143,sell_compound_tight,sell,2026-05-26 21:24:00,598.0 -48144,sell_compound_tight,sell,2026-05-27 21:21:00,538.0 -48145,sell_compound_tight,sell,2026-05-27 21:24:00,538.0 -48146,sell_compound_tight,sell,2026-05-27 21:27:00,538.0 -48147,sell_compound_tight,sell,2026-05-29 04:00:00,424.0 -48148,sell_compound_tight,sell,2026-05-29 04:03:00,423.0 -48149,sell_compound_tight,sell,2026-05-29 09:45:00,427.0 -48150,sell_compound_tight,sell,2026-05-29 09:48:00,426.0 -48151,sell_compound_tight,sell,2026-05-29 14:27:00,435.0 -48152,sell_compound_tight,sell,2026-05-29 15:30:00,448.0 -48153,sell_compound_tight,sell,2026-05-29 15:33:00,448.0 -48154,sell_compound_tight,sell,2026-05-29 16:15:00,454.0 -48155,sell_compound_tight,sell,2026-05-29 16:18:00,455.0 -48156,sell_compound_tight,sell,2026-05-30 10:45:00,436.0 -48157,sell_compound_tight,sell,2026-05-30 10:48:00,435.0 -48158,sell_compound_tight,sell,2026-05-30 11:51:00,441.0 -48159,sell_compound_tight,sell,2026-05-30 11:54:00,441.0 -48160,sell_compound_tight,sell,2026-05-30 11:57:00,442.0 -48161,sell_compound_tight,sell,2026-05-30 20:21:00,444.0 -48162,sell_compound_tight,sell,2026-05-30 20:24:00,444.0 -48163,sell_compound_tight,sell,2026-05-31 00:30:00,511.0 -48164,sell_compound_tight,sell,2026-05-31 00:33:00,506.0 -48165,sell_compound_tight,sell,2026-05-31 00:36:00,511.0 -48166,sell_compound_tight,sell,2026-05-31 00:39:00,511.0 -48167,sell_compound_tight,sell,2026-05-31 00:51:00,515.0 -48168,sell_compound_tight,sell,2026-05-31 00:54:00,520.0 -48169,sell_compound_tight,sell,2026-05-31 00:57:00,517.0 -48170,sell_compound_tight,sell,2026-05-31 01:12:00,526.0 -48171,sell_compound_tight,sell,2026-06-01 11:21:00,549.0 -48172,sell_compound_tight,sell,2026-06-01 11:24:00,553.0 -48173,sell_compound_tight,sell,2026-06-01 11:27:00,553.0 -48174,sell_compound_tight,sell,2026-06-01 11:30:00,552.0 -48175,sell_compound_tight,sell,2026-06-01 11:33:00,556.0 -48176,sell_compound_tight,sell,2026-06-01 11:36:00,553.0 -48177,sell_compound_tight,sell,2026-06-01 11:39:00,557.0 -48178,sell_compound_tight,sell,2026-06-01 11:51:00,569.0 -48179,sell_compound_tight,sell,2026-06-01 11:54:00,564.0 -48180,sell_compound_tight,sell,2026-06-01 12:06:00,573.0 -48181,sell_compound_tight,sell,2026-06-01 12:09:00,562.0 -48182,sell_compound_tight,sell,2026-06-01 12:36:00,577.0 -48183,sell_compound_tight,sell,2026-06-01 12:39:00,575.0 -48184,sell_compound_tight,sell,2026-06-02 03:30:00,609.0 -48185,sell_compound_tight,sell,2026-06-02 03:33:00,617.0 -48186,sell_compound_tight,sell,2026-06-02 14:15:00,693.0 -48187,sell_compound_tight,sell,2026-06-02 14:18:00,697.0 -48188,sell_compound_tight,sell,2026-06-03 02:06:00,618.0 -48189,sell_compound_tight,sell,2026-06-03 02:09:00,620.0 -48190,sell_compound_tight,sell,2026-06-03 06:30:00,604.0 -48191,sell_compound_tight,sell,2026-06-03 06:33:00,603.0 -48192,sell_compound_tight,sell,2026-06-03 06:36:00,604.0 -48193,sell_compound_tight,sell,2026-06-03 06:39:00,608.0 -48194,sell_compound_tight,sell,2026-06-03 13:27:00,597.0 -48195,sell_compound_tight,sell,2026-06-03 14:21:00,611.0 -48196,sell_compound_tight,sell,2026-06-03 14:24:00,611.0 -48197,sell_compound_tight,sell,2026-06-03 14:27:00,607.0 -48198,sell_compound_tight,sell,2026-06-03 18:36:00,690.0 -48199,sell_compound_tight,sell,2026-06-03 18:39:00,695.0 -48200,sell_contrast_m10_bb_pos,sell,2025-06-04 19:00:00,1651.0 -48201,sell_contrast_m10_bb_pos,sell,2025-06-04 19:03:00,1645.0 -48202,sell_contrast_m10_bb_pos,sell,2025-06-04 19:06:00,1643.0 -48203,sell_contrast_m10_bb_pos,sell,2025-06-04 19:09:00,1649.0 -48204,sell_contrast_m10_bb_pos,sell,2025-06-05 00:00:00,1611.0 -48205,sell_contrast_m10_bb_pos,sell,2025-06-05 00:03:00,1609.0 -48206,sell_contrast_m10_bb_pos,sell,2025-06-05 00:06:00,1608.0 -48207,sell_contrast_m10_bb_pos,sell,2025-06-05 00:09:00,1608.0 -48208,sell_contrast_m10_bb_pos,sell,2025-06-05 00:12:00,1611.0 -48209,sell_contrast_m10_bb_pos,sell,2025-06-05 00:15:00,1612.0 -48210,sell_contrast_m10_bb_pos,sell,2025-06-05 00:18:00,1618.0 -48211,sell_contrast_m10_bb_pos,sell,2025-06-05 00:51:00,1626.0 -48212,sell_contrast_m10_bb_pos,sell,2025-06-05 00:54:00,1627.0 -48213,sell_contrast_m10_bb_pos,sell,2025-06-05 00:57:00,1632.0 -48214,sell_contrast_m10_bb_pos,sell,2025-06-05 01:00:00,1628.0 -48215,sell_contrast_m10_bb_pos,sell,2025-06-05 01:03:00,1625.0 -48216,sell_contrast_m10_bb_pos,sell,2025-06-05 01:06:00,1624.0 -48217,sell_contrast_m10_bb_pos,sell,2025-06-05 01:09:00,1626.0 -48218,sell_contrast_m10_bb_pos,sell,2025-06-05 01:12:00,1624.0 -48219,sell_contrast_m10_bb_pos,sell,2025-06-05 01:15:00,1618.0 -48220,sell_contrast_m10_bb_pos,sell,2025-06-05 01:18:00,1613.0 -48221,sell_contrast_m10_bb_pos,sell,2025-06-05 21:21:00,1560.0 -48222,sell_contrast_m10_bb_pos,sell,2025-06-05 21:24:00,1562.0 -48223,sell_contrast_m10_bb_pos,sell,2025-06-05 21:27:00,1560.0 -48224,sell_contrast_m10_bb_pos,sell,2025-06-05 21:30:00,1562.0 -48225,sell_contrast_m10_bb_pos,sell,2025-06-05 21:33:00,1559.0 -48226,sell_contrast_m10_bb_pos,sell,2025-06-05 21:36:00,1561.0 -48227,sell_contrast_m10_bb_pos,sell,2025-06-05 21:39:00,1563.0 -48228,sell_contrast_m10_bb_pos,sell,2025-06-05 21:42:00,1568.0 -48229,sell_contrast_m10_bb_pos,sell,2025-06-05 21:45:00,1571.0 -48230,sell_contrast_m10_bb_pos,sell,2025-06-05 21:48:00,1564.0 -48231,sell_contrast_m10_bb_pos,sell,2025-06-05 22:00:00,1574.0 -48232,sell_contrast_m10_bb_pos,sell,2025-06-05 22:03:00,1575.0 -48233,sell_contrast_m10_bb_pos,sell,2025-06-05 22:06:00,1578.0 -48234,sell_contrast_m10_bb_pos,sell,2025-06-05 22:09:00,1581.0 -48235,sell_contrast_m10_bb_pos,sell,2025-06-05 22:12:00,1574.0 -48236,sell_contrast_m10_bb_pos,sell,2025-06-05 22:15:00,1573.0 -48237,sell_contrast_m10_bb_pos,sell,2025-06-05 22:18:00,1572.0 -48238,sell_contrast_m10_bb_pos,sell,2025-06-06 10:21:00,1458.0 -48239,sell_contrast_m10_bb_pos,sell,2025-06-06 10:24:00,1462.0 -48240,sell_contrast_m10_bb_pos,sell,2025-06-06 10:27:00,1463.0 -48241,sell_contrast_m10_bb_pos,sell,2025-06-06 10:30:00,1460.0 -48242,sell_contrast_m10_bb_pos,sell,2025-06-06 10:33:00,1460.0 -48243,sell_contrast_m10_bb_pos,sell,2025-06-06 10:36:00,1460.0 -48244,sell_contrast_m10_bb_pos,sell,2025-06-06 10:39:00,1459.0 -48245,sell_contrast_m10_bb_pos,sell,2025-06-06 12:51:00,1466.0 -48246,sell_contrast_m10_bb_pos,sell,2025-06-06 12:54:00,1469.0 -48247,sell_contrast_m10_bb_pos,sell,2025-06-06 12:57:00,1467.0 -48248,sell_contrast_m10_bb_pos,sell,2025-06-06 13:00:00,1467.0 -48249,sell_contrast_m10_bb_pos,sell,2025-06-06 13:03:00,1466.0 -48250,sell_contrast_m10_bb_pos,sell,2025-06-06 13:06:00,1467.0 -48251,sell_contrast_m10_bb_pos,sell,2025-06-06 13:09:00,1468.0 -48252,sell_contrast_m10_bb_pos,sell,2025-06-06 13:42:00,1471.0 -48253,sell_contrast_m10_bb_pos,sell,2025-06-06 13:45:00,1470.0 -48254,sell_contrast_m10_bb_pos,sell,2025-06-06 13:48:00,1474.0 -48255,sell_contrast_m10_bb_pos,sell,2025-06-06 13:51:00,1472.0 -48256,sell_contrast_m10_bb_pos,sell,2025-06-06 13:54:00,1473.0 -48257,sell_contrast_m10_bb_pos,sell,2025-06-06 13:57:00,1471.0 -48258,sell_contrast_m10_bb_pos,sell,2025-06-06 14:12:00,1476.0 -48259,sell_contrast_m10_bb_pos,sell,2025-06-06 14:15:00,1478.0 -48260,sell_contrast_m10_bb_pos,sell,2025-06-06 14:18:00,1475.0 -48261,sell_contrast_m10_bb_pos,sell,2025-06-06 14:21:00,1474.0 -48262,sell_contrast_m10_bb_pos,sell,2025-06-06 14:24:00,1472.0 -48263,sell_contrast_m10_bb_pos,sell,2025-06-06 14:27:00,1470.0 -48264,sell_contrast_m10_bb_pos,sell,2025-06-06 15:42:00,1479.0 -48265,sell_contrast_m10_bb_pos,sell,2025-06-06 15:45:00,1480.0 -48266,sell_contrast_m10_bb_pos,sell,2025-06-06 15:48:00,1483.0 -48267,sell_contrast_m10_bb_pos,sell,2025-06-06 16:00:00,1485.0 -48268,sell_contrast_m10_bb_pos,sell,2025-06-06 16:03:00,1485.0 -48269,sell_contrast_m10_bb_pos,sell,2025-06-06 16:06:00,1486.0 -48270,sell_contrast_m10_bb_pos,sell,2025-06-06 16:09:00,1483.0 -48271,sell_contrast_m10_bb_pos,sell,2025-06-06 16:12:00,1484.0 -48272,sell_contrast_m10_bb_pos,sell,2025-06-06 16:15:00,1482.0 -48273,sell_contrast_m10_bb_pos,sell,2025-06-06 16:18:00,1480.0 -48274,sell_contrast_m10_bb_pos,sell,2025-06-06 22:21:00,1475.0 -48275,sell_contrast_m10_bb_pos,sell,2025-06-06 22:24:00,1474.0 -48276,sell_contrast_m10_bb_pos,sell,2025-06-06 22:27:00,1473.0 -48277,sell_contrast_m10_bb_pos,sell,2025-06-06 23:00:00,1486.0 -48278,sell_contrast_m10_bb_pos,sell,2025-06-06 23:03:00,1486.0 -48279,sell_contrast_m10_bb_pos,sell,2025-06-06 23:06:00,1490.0 -48280,sell_contrast_m10_bb_pos,sell,2025-06-06 23:09:00,1491.0 -48281,sell_contrast_m10_bb_pos,sell,2025-06-06 23:12:00,1489.0 -48282,sell_contrast_m10_bb_pos,sell,2025-06-06 23:15:00,1496.0 -48283,sell_contrast_m10_bb_pos,sell,2025-06-06 23:18:00,1496.0 -48284,sell_contrast_m10_bb_pos,sell,2025-06-06 23:30:00,1497.0 -48285,sell_contrast_m10_bb_pos,sell,2025-06-06 23:33:00,1493.0 -48286,sell_contrast_m10_bb_pos,sell,2025-06-06 23:36:00,1491.0 -48287,sell_contrast_m10_bb_pos,sell,2025-06-06 23:39:00,1494.0 -48288,sell_contrast_m10_bb_pos,sell,2025-06-06 23:42:00,1502.0 -48289,sell_contrast_m10_bb_pos,sell,2025-06-06 23:45:00,1505.0 -48290,sell_contrast_m10_bb_pos,sell,2025-06-06 23:48:00,1505.0 -48291,sell_contrast_m10_bb_pos,sell,2025-06-07 00:00:00,1506.0 -48292,sell_contrast_m10_bb_pos,sell,2025-06-07 00:03:00,1504.0 -48293,sell_contrast_m10_bb_pos,sell,2025-06-07 00:06:00,1502.0 -48294,sell_contrast_m10_bb_pos,sell,2025-06-07 00:09:00,1505.0 -48295,sell_contrast_m10_bb_pos,sell,2025-06-07 00:21:00,1507.0 -48296,sell_contrast_m10_bb_pos,sell,2025-06-07 00:24:00,1506.0 -48297,sell_contrast_m10_bb_pos,sell,2025-06-07 00:27:00,1505.0 -48298,sell_contrast_m10_bb_pos,sell,2025-06-07 06:42:00,1486.0 -48299,sell_contrast_m10_bb_pos,sell,2025-06-07 06:45:00,1487.0 -48300,sell_contrast_m10_bb_pos,sell,2025-06-07 06:48:00,1486.0 -48301,sell_contrast_m10_bb_pos,sell,2025-06-07 06:51:00,1486.0 -48302,sell_contrast_m10_bb_pos,sell,2025-06-07 06:54:00,1483.0 -48303,sell_contrast_m10_bb_pos,sell,2025-06-07 06:57:00,1482.0 -48304,sell_contrast_m10_bb_pos,sell,2025-06-07 11:51:00,1508.0 -48305,sell_contrast_m10_bb_pos,sell,2025-06-07 11:54:00,1513.0 -48306,sell_contrast_m10_bb_pos,sell,2025-06-07 11:57:00,1516.0 -48307,sell_contrast_m10_bb_pos,sell,2025-06-07 12:00:00,1515.0 -48308,sell_contrast_m10_bb_pos,sell,2025-06-07 12:03:00,1516.0 -48309,sell_contrast_m10_bb_pos,sell,2025-06-07 12:06:00,1520.0 -48310,sell_contrast_m10_bb_pos,sell,2025-06-07 12:09:00,1523.0 -48311,sell_contrast_m10_bb_pos,sell,2025-06-07 13:00:00,1538.0 -48312,sell_contrast_m10_bb_pos,sell,2025-06-07 13:03:00,1536.0 -48313,sell_contrast_m10_bb_pos,sell,2025-06-07 13:06:00,1535.0 -48314,sell_contrast_m10_bb_pos,sell,2025-06-07 13:09:00,1537.0 -48315,sell_contrast_m10_bb_pos,sell,2025-06-07 13:12:00,1533.0 -48316,sell_contrast_m10_bb_pos,sell,2025-06-07 13:15:00,1533.0 -48317,sell_contrast_m10_bb_pos,sell,2025-06-07 13:18:00,1533.0 -48318,sell_contrast_m10_bb_pos,sell,2025-06-07 14:00:00,1544.0 -48319,sell_contrast_m10_bb_pos,sell,2025-06-07 14:03:00,1538.0 -48320,sell_contrast_m10_bb_pos,sell,2025-06-07 14:06:00,1537.0 -48321,sell_contrast_m10_bb_pos,sell,2025-06-07 14:09:00,1539.0 -48322,sell_contrast_m10_bb_pos,sell,2025-06-07 14:51:00,1546.0 -48323,sell_contrast_m10_bb_pos,sell,2025-06-07 14:54:00,1547.0 -48324,sell_contrast_m10_bb_pos,sell,2025-06-07 14:57:00,1549.0 -48325,sell_contrast_m10_bb_pos,sell,2025-06-07 16:30:00,1564.0 -48326,sell_contrast_m10_bb_pos,sell,2025-06-07 16:33:00,1560.0 -48327,sell_contrast_m10_bb_pos,sell,2025-06-07 16:36:00,1559.0 -48328,sell_contrast_m10_bb_pos,sell,2025-06-07 16:39:00,1563.0 -48329,sell_contrast_m10_bb_pos,sell,2025-06-07 17:00:00,1568.0 -48330,sell_contrast_m10_bb_pos,sell,2025-06-07 17:03:00,1568.0 -48331,sell_contrast_m10_bb_pos,sell,2025-06-07 17:06:00,1574.0 -48332,sell_contrast_m10_bb_pos,sell,2025-06-07 17:09:00,1571.0 -48333,sell_contrast_m10_bb_pos,sell,2025-06-07 17:12:00,1561.0 -48334,sell_contrast_m10_bb_pos,sell,2025-06-07 17:15:00,1562.0 -48335,sell_contrast_m10_bb_pos,sell,2025-06-07 17:18:00,1565.0 -48336,sell_contrast_m10_bb_pos,sell,2025-06-07 20:00:00,1576.0 -48337,sell_contrast_m10_bb_pos,sell,2025-06-07 20:03:00,1576.0 -48338,sell_contrast_m10_bb_pos,sell,2025-06-07 20:06:00,1574.0 -48339,sell_contrast_m10_bb_pos,sell,2025-06-07 20:09:00,1571.0 -48340,sell_contrast_m10_bb_pos,sell,2025-06-08 04:21:00,1551.0 -48341,sell_contrast_m10_bb_pos,sell,2025-06-08 04:24:00,1553.0 -48342,sell_contrast_m10_bb_pos,sell,2025-06-08 04:27:00,1551.0 -48343,sell_contrast_m10_bb_pos,sell,2025-06-08 04:42:00,1550.0 -48344,sell_contrast_m10_bb_pos,sell,2025-06-08 04:45:00,1550.0 -48345,sell_contrast_m10_bb_pos,sell,2025-06-08 04:48:00,1550.0 -48346,sell_contrast_m10_bb_pos,sell,2025-06-08 05:12:00,1556.0 -48347,sell_contrast_m10_bb_pos,sell,2025-06-08 05:15:00,1556.0 -48348,sell_contrast_m10_bb_pos,sell,2025-06-08 05:18:00,1556.0 -48349,sell_contrast_m10_bb_pos,sell,2025-06-08 06:21:00,1558.0 -48350,sell_contrast_m10_bb_pos,sell,2025-06-08 06:24:00,1559.0 -48351,sell_contrast_m10_bb_pos,sell,2025-06-08 06:27:00,1560.0 -48352,sell_contrast_m10_bb_pos,sell,2025-06-08 06:30:00,1558.0 -48353,sell_contrast_m10_bb_pos,sell,2025-06-08 06:33:00,1557.0 -48354,sell_contrast_m10_bb_pos,sell,2025-06-08 06:36:00,1561.0 -48355,sell_contrast_m10_bb_pos,sell,2025-06-08 06:39:00,1559.0 -48356,sell_contrast_m10_bb_pos,sell,2025-06-08 06:42:00,1557.0 -48357,sell_contrast_m10_bb_pos,sell,2025-06-08 06:45:00,1558.0 -48358,sell_contrast_m10_bb_pos,sell,2025-06-08 06:48:00,1558.0 -48359,sell_contrast_m10_bb_pos,sell,2025-06-08 07:51:00,1565.0 -48360,sell_contrast_m10_bb_pos,sell,2025-06-08 07:54:00,1565.0 -48361,sell_contrast_m10_bb_pos,sell,2025-06-08 07:57:00,1564.0 -48362,sell_contrast_m10_bb_pos,sell,2025-06-08 20:12:00,1524.0 -48363,sell_contrast_m10_bb_pos,sell,2025-06-08 20:15:00,1522.0 -48364,sell_contrast_m10_bb_pos,sell,2025-06-08 20:18:00,1524.0 -48365,sell_contrast_m10_bb_pos,sell,2025-06-08 21:00:00,1531.0 -48366,sell_contrast_m10_bb_pos,sell,2025-06-08 21:03:00,1531.0 -48367,sell_contrast_m10_bb_pos,sell,2025-06-08 21:06:00,1531.0 -48368,sell_contrast_m10_bb_pos,sell,2025-06-08 21:09:00,1535.0 -48369,sell_contrast_m10_bb_pos,sell,2025-06-08 21:12:00,1536.0 -48370,sell_contrast_m10_bb_pos,sell,2025-06-08 21:15:00,1537.0 -48371,sell_contrast_m10_bb_pos,sell,2025-06-08 21:18:00,1535.0 -48372,sell_contrast_m10_bb_pos,sell,2025-06-08 22:51:00,1533.0 -48373,sell_contrast_m10_bb_pos,sell,2025-06-08 22:54:00,1525.0 -48374,sell_contrast_m10_bb_pos,sell,2025-06-08 22:57:00,1521.0 -48375,sell_contrast_m10_bb_pos,sell,2025-06-09 00:12:00,1538.0 -48376,sell_contrast_m10_bb_pos,sell,2025-06-09 00:15:00,1536.0 -48377,sell_contrast_m10_bb_pos,sell,2025-06-09 00:18:00,1530.0 -48378,sell_contrast_m10_bb_pos,sell,2025-06-09 01:21:00,1536.0 -48379,sell_contrast_m10_bb_pos,sell,2025-06-09 01:24:00,1536.0 -48380,sell_contrast_m10_bb_pos,sell,2025-06-09 01:27:00,1534.0 -48381,sell_contrast_m10_bb_pos,sell,2025-06-09 01:42:00,1540.0 -48382,sell_contrast_m10_bb_pos,sell,2025-06-09 01:45:00,1540.0 -48383,sell_contrast_m10_bb_pos,sell,2025-06-09 01:48:00,1540.0 -48384,sell_contrast_m10_bb_pos,sell,2025-06-09 01:51:00,1543.0 -48385,sell_contrast_m10_bb_pos,sell,2025-06-09 01:54:00,1538.0 -48386,sell_contrast_m10_bb_pos,sell,2025-06-09 01:57:00,1540.0 -48387,sell_contrast_m10_bb_pos,sell,2025-06-09 02:00:00,1541.0 -48388,sell_contrast_m10_bb_pos,sell,2025-06-09 02:03:00,1547.0 -48389,sell_contrast_m10_bb_pos,sell,2025-06-09 02:06:00,1549.0 -48390,sell_contrast_m10_bb_pos,sell,2025-06-09 02:09:00,1547.0 -48391,sell_contrast_m10_bb_pos,sell,2025-06-09 02:21:00,1542.0 -48392,sell_contrast_m10_bb_pos,sell,2025-06-09 02:24:00,1540.0 -48393,sell_contrast_m10_bb_pos,sell,2025-06-09 02:27:00,1541.0 -48394,sell_contrast_m10_bb_pos,sell,2025-06-09 05:12:00,1547.0 -48395,sell_contrast_m10_bb_pos,sell,2025-06-09 05:15:00,1550.0 -48396,sell_contrast_m10_bb_pos,sell,2025-06-09 05:18:00,1550.0 -48397,sell_contrast_m10_bb_pos,sell,2025-06-09 05:42:00,1546.0 -48398,sell_contrast_m10_bb_pos,sell,2025-06-09 05:45:00,1547.0 -48399,sell_contrast_m10_bb_pos,sell,2025-06-09 05:48:00,1544.0 -48400,sell_contrast_m10_bb_pos,sell,2025-06-09 06:21:00,1552.0 -48401,sell_contrast_m10_bb_pos,sell,2025-06-09 06:24:00,1561.0 -48402,sell_contrast_m10_bb_pos,sell,2025-06-09 06:27:00,1563.0 -48403,sell_contrast_m10_bb_pos,sell,2025-06-09 17:51:00,1496.0 -48404,sell_contrast_m10_bb_pos,sell,2025-06-09 17:54:00,1498.0 -48405,sell_contrast_m10_bb_pos,sell,2025-06-09 17:57:00,1499.0 -48406,sell_contrast_m10_bb_pos,sell,2025-06-09 19:42:00,1563.0 -48407,sell_contrast_m10_bb_pos,sell,2025-06-09 19:45:00,1567.0 -48408,sell_contrast_m10_bb_pos,sell,2025-06-09 19:48:00,1563.0 -48409,sell_contrast_m10_bb_pos,sell,2025-06-09 19:51:00,1560.0 -48410,sell_contrast_m10_bb_pos,sell,2025-06-09 19:54:00,1558.0 -48411,sell_contrast_m10_bb_pos,sell,2025-06-09 19:57:00,1559.0 -48412,sell_contrast_m10_bb_pos,sell,2025-06-09 20:00:00,1563.0 -48413,sell_contrast_m10_bb_pos,sell,2025-06-09 20:03:00,1558.0 -48414,sell_contrast_m10_bb_pos,sell,2025-06-09 20:06:00,1560.0 -48415,sell_contrast_m10_bb_pos,sell,2025-06-09 20:09:00,1562.0 -48416,sell_contrast_m10_bb_pos,sell,2025-06-10 01:51:00,1549.0 -48417,sell_contrast_m10_bb_pos,sell,2025-06-10 01:54:00,1543.0 -48418,sell_contrast_m10_bb_pos,sell,2025-06-10 01:57:00,1537.0 -48419,sell_contrast_m10_bb_pos,sell,2025-06-10 02:12:00,1537.0 -48420,sell_contrast_m10_bb_pos,sell,2025-06-10 02:15:00,1542.0 -48421,sell_contrast_m10_bb_pos,sell,2025-06-10 02:18:00,1538.0 -48422,sell_contrast_m10_bb_pos,sell,2025-06-10 07:00:00,1574.0 -48423,sell_contrast_m10_bb_pos,sell,2025-06-10 07:03:00,1582.0 -48424,sell_contrast_m10_bb_pos,sell,2025-06-10 07:06:00,1577.0 -48425,sell_contrast_m10_bb_pos,sell,2025-06-10 07:09:00,1574.0 -48426,sell_contrast_m10_bb_pos,sell,2025-06-10 07:12:00,1573.0 -48427,sell_contrast_m10_bb_pos,sell,2025-06-10 07:15:00,1574.0 -48428,sell_contrast_m10_bb_pos,sell,2025-06-10 07:18:00,1579.0 -48429,sell_contrast_m10_bb_pos,sell,2025-06-10 07:21:00,1581.0 -48430,sell_contrast_m10_bb_pos,sell,2025-06-10 07:24:00,1580.0 -48431,sell_contrast_m10_bb_pos,sell,2025-06-10 07:27:00,1586.0 -48432,sell_contrast_m10_bb_pos,sell,2025-06-10 07:30:00,1593.0 -48433,sell_contrast_m10_bb_pos,sell,2025-06-10 07:33:00,1592.0 -48434,sell_contrast_m10_bb_pos,sell,2025-06-10 07:36:00,1590.0 -48435,sell_contrast_m10_bb_pos,sell,2025-06-10 07:39:00,1585.0 -48436,sell_contrast_m10_bb_pos,sell,2025-06-10 08:00:00,1592.0 -48437,sell_contrast_m10_bb_pos,sell,2025-06-10 08:03:00,1595.0 -48438,sell_contrast_m10_bb_pos,sell,2025-06-10 08:06:00,1594.0 -48439,sell_contrast_m10_bb_pos,sell,2025-06-10 08:09:00,1590.0 -48440,sell_contrast_m10_bb_pos,sell,2025-06-10 09:42:00,1595.0 -48441,sell_contrast_m10_bb_pos,sell,2025-06-10 09:45:00,1589.0 -48442,sell_contrast_m10_bb_pos,sell,2025-06-10 09:48:00,1580.0 -48443,sell_contrast_m10_bb_pos,sell,2025-06-10 16:21:00,1562.0 -48444,sell_contrast_m10_bb_pos,sell,2025-06-10 16:24:00,1570.0 -48445,sell_contrast_m10_bb_pos,sell,2025-06-10 16:27:00,1570.0 -48446,sell_contrast_m10_bb_pos,sell,2025-06-10 16:42:00,1570.0 -48447,sell_contrast_m10_bb_pos,sell,2025-06-10 16:45:00,1568.0 -48448,sell_contrast_m10_bb_pos,sell,2025-06-10 16:48:00,1566.0 -48449,sell_contrast_m10_bb_pos,sell,2025-06-10 17:00:00,1570.0 -48450,sell_contrast_m10_bb_pos,sell,2025-06-10 17:03:00,1566.0 -48451,sell_contrast_m10_bb_pos,sell,2025-06-10 17:06:00,1570.0 -48452,sell_contrast_m10_bb_pos,sell,2025-06-10 17:09:00,1572.0 -48453,sell_contrast_m10_bb_pos,sell,2025-06-10 17:12:00,1569.0 -48454,sell_contrast_m10_bb_pos,sell,2025-06-10 17:15:00,1562.0 -48455,sell_contrast_m10_bb_pos,sell,2025-06-10 17:18:00,1557.0 -48456,sell_contrast_m10_bb_pos,sell,2025-06-10 20:21:00,1579.0 -48457,sell_contrast_m10_bb_pos,sell,2025-06-10 20:24:00,1577.0 -48458,sell_contrast_m10_bb_pos,sell,2025-06-10 20:27:00,1584.0 -48459,sell_contrast_m10_bb_pos,sell,2025-06-10 20:51:00,1598.0 -48460,sell_contrast_m10_bb_pos,sell,2025-06-10 20:54:00,1609.0 -48461,sell_contrast_m10_bb_pos,sell,2025-06-10 20:57:00,1614.0 -48462,sell_contrast_m10_bb_pos,sell,2025-06-10 21:12:00,1600.0 -48463,sell_contrast_m10_bb_pos,sell,2025-06-10 21:15:00,1607.0 -48464,sell_contrast_m10_bb_pos,sell,2025-06-10 21:18:00,1611.0 -48465,sell_contrast_m10_bb_pos,sell,2025-06-10 21:30:00,1619.0 -48466,sell_contrast_m10_bb_pos,sell,2025-06-10 21:33:00,1617.0 -48467,sell_contrast_m10_bb_pos,sell,2025-06-10 21:36:00,1620.0 -48468,sell_contrast_m10_bb_pos,sell,2025-06-10 21:39:00,1616.0 -48469,sell_contrast_m10_bb_pos,sell,2025-06-10 21:42:00,1621.0 -48470,sell_contrast_m10_bb_pos,sell,2025-06-10 21:45:00,1626.0 -48471,sell_contrast_m10_bb_pos,sell,2025-06-10 21:48:00,1627.0 -48472,sell_contrast_m10_bb_pos,sell,2025-06-10 21:51:00,1631.0 -48473,sell_contrast_m10_bb_pos,sell,2025-06-10 21:54:00,1627.0 -48474,sell_contrast_m10_bb_pos,sell,2025-06-10 21:57:00,1628.0 -48475,sell_contrast_m10_bb_pos,sell,2025-06-10 22:00:00,1630.0 -48476,sell_contrast_m10_bb_pos,sell,2025-06-10 22:03:00,1624.0 -48477,sell_contrast_m10_bb_pos,sell,2025-06-10 22:06:00,1625.0 -48478,sell_contrast_m10_bb_pos,sell,2025-06-10 22:09:00,1624.0 -48479,sell_contrast_m10_bb_pos,sell,2025-06-11 03:51:00,1581.0 -48480,sell_contrast_m10_bb_pos,sell,2025-06-11 03:54:00,1584.0 -48481,sell_contrast_m10_bb_pos,sell,2025-06-11 03:57:00,1587.0 -48482,sell_contrast_m10_bb_pos,sell,2025-06-11 04:00:00,1584.0 -48483,sell_contrast_m10_bb_pos,sell,2025-06-11 04:03:00,1587.0 -48484,sell_contrast_m10_bb_pos,sell,2025-06-11 04:06:00,1591.0 -48485,sell_contrast_m10_bb_pos,sell,2025-06-11 04:09:00,1594.0 -48486,sell_contrast_m10_bb_pos,sell,2025-06-11 04:21:00,1595.0 -48487,sell_contrast_m10_bb_pos,sell,2025-06-11 04:24:00,1597.0 -48488,sell_contrast_m10_bb_pos,sell,2025-06-11 04:27:00,1597.0 -48489,sell_contrast_m10_bb_pos,sell,2025-06-11 07:12:00,1597.0 -48490,sell_contrast_m10_bb_pos,sell,2025-06-11 07:15:00,1605.0 -48491,sell_contrast_m10_bb_pos,sell,2025-06-11 07:18:00,1607.0 -48492,sell_contrast_m10_bb_pos,sell,2025-06-11 07:21:00,1606.0 -48493,sell_contrast_m10_bb_pos,sell,2025-06-11 07:24:00,1604.0 -48494,sell_contrast_m10_bb_pos,sell,2025-06-11 07:27:00,1606.0 -48495,sell_contrast_m10_bb_pos,sell,2025-06-11 07:30:00,1607.0 -48496,sell_contrast_m10_bb_pos,sell,2025-06-11 07:33:00,1608.0 -48497,sell_contrast_m10_bb_pos,sell,2025-06-11 07:36:00,1605.0 -48498,sell_contrast_m10_bb_pos,sell,2025-06-11 07:39:00,1603.0 -48499,sell_contrast_m10_bb_pos,sell,2025-06-11 08:00:00,1607.0 -48500,sell_contrast_m10_bb_pos,sell,2025-06-11 08:03:00,1609.0 -48501,sell_contrast_m10_bb_pos,sell,2025-06-11 08:06:00,1611.0 -48502,sell_contrast_m10_bb_pos,sell,2025-06-11 08:09:00,1600.0 -48503,sell_contrast_m10_bb_pos,sell,2025-06-11 08:42:00,1612.0 -48504,sell_contrast_m10_bb_pos,sell,2025-06-11 08:45:00,1613.0 -48505,sell_contrast_m10_bb_pos,sell,2025-06-11 08:48:00,1610.0 -48506,sell_contrast_m10_bb_pos,sell,2025-06-11 12:21:00,1608.0 -48507,sell_contrast_m10_bb_pos,sell,2025-06-11 12:24:00,1610.0 -48508,sell_contrast_m10_bb_pos,sell,2025-06-11 12:27:00,1610.0 -48509,sell_contrast_m10_bb_pos,sell,2025-06-11 12:42:00,1606.0 -48510,sell_contrast_m10_bb_pos,sell,2025-06-11 12:45:00,1604.0 -48511,sell_contrast_m10_bb_pos,sell,2025-06-11 12:48:00,1601.0 -48512,sell_contrast_m10_bb_pos,sell,2025-06-11 16:51:00,1613.0 -48513,sell_contrast_m10_bb_pos,sell,2025-06-11 16:54:00,1607.0 -48514,sell_contrast_m10_bb_pos,sell,2025-06-11 16:57:00,1608.0 -48515,sell_contrast_m10_bb_pos,sell,2025-06-11 22:42:00,1619.0 -48516,sell_contrast_m10_bb_pos,sell,2025-06-11 22:45:00,1612.0 -48517,sell_contrast_m10_bb_pos,sell,2025-06-11 22:48:00,1610.0 -48518,sell_contrast_m10_bb_pos,sell,2025-06-11 22:51:00,1620.0 -48519,sell_contrast_m10_bb_pos,sell,2025-06-11 22:54:00,1617.0 -48520,sell_contrast_m10_bb_pos,sell,2025-06-11 22:57:00,1612.0 -48521,sell_contrast_m10_bb_pos,sell,2025-06-11 23:21:00,1633.0 -48522,sell_contrast_m10_bb_pos,sell,2025-06-11 23:24:00,1642.0 -48523,sell_contrast_m10_bb_pos,sell,2025-06-11 23:27:00,1644.0 -48524,sell_contrast_m10_bb_pos,sell,2025-06-11 23:30:00,1646.0 -48525,sell_contrast_m10_bb_pos,sell,2025-06-11 23:33:00,1650.0 -48526,sell_contrast_m10_bb_pos,sell,2025-06-11 23:36:00,1651.0 -48527,sell_contrast_m10_bb_pos,sell,2025-06-11 23:39:00,1639.0 -48528,sell_contrast_m10_bb_pos,sell,2025-06-12 00:00:00,1659.0 -48529,sell_contrast_m10_bb_pos,sell,2025-06-12 00:03:00,1667.0 -48530,sell_contrast_m10_bb_pos,sell,2025-06-12 00:06:00,1658.0 -48531,sell_contrast_m10_bb_pos,sell,2025-06-12 00:09:00,1650.0 -48532,sell_contrast_m10_bb_pos,sell,2025-06-12 15:42:00,1534.0 -48533,sell_contrast_m10_bb_pos,sell,2025-06-12 15:45:00,1533.0 -48534,sell_contrast_m10_bb_pos,sell,2025-06-12 15:48:00,1526.0 -48535,sell_contrast_m10_bb_pos,sell,2025-06-12 22:42:00,1498.0 -48536,sell_contrast_m10_bb_pos,sell,2025-06-12 22:45:00,1499.0 -48537,sell_contrast_m10_bb_pos,sell,2025-06-12 22:48:00,1495.0 -48538,sell_contrast_m10_bb_pos,sell,2025-06-12 23:30:00,1508.0 -48539,sell_contrast_m10_bb_pos,sell,2025-06-12 23:33:00,1510.0 -48540,sell_contrast_m10_bb_pos,sell,2025-06-12 23:36:00,1516.0 -48541,sell_contrast_m10_bb_pos,sell,2025-06-12 23:39:00,1516.0 -48542,sell_contrast_m10_bb_pos,sell,2025-06-12 23:51:00,1520.0 -48543,sell_contrast_m10_bb_pos,sell,2025-06-12 23:54:00,1518.0 -48544,sell_contrast_m10_bb_pos,sell,2025-06-12 23:57:00,1512.0 -48545,sell_contrast_m10_bb_pos,sell,2025-06-13 13:00:00,1354.0 -48546,sell_contrast_m10_bb_pos,sell,2025-06-13 13:03:00,1347.0 -48547,sell_contrast_m10_bb_pos,sell,2025-06-13 13:06:00,1347.0 -48548,sell_contrast_m10_bb_pos,sell,2025-06-13 13:09:00,1342.0 -48549,sell_contrast_m10_bb_pos,sell,2025-06-13 13:42:00,1354.0 -48550,sell_contrast_m10_bb_pos,sell,2025-06-13 13:45:00,1351.0 -48551,sell_contrast_m10_bb_pos,sell,2025-06-13 13:48:00,1349.0 -48552,sell_contrast_m10_bb_pos,sell,2025-06-13 17:00:00,1352.0 -48553,sell_contrast_m10_bb_pos,sell,2025-06-13 17:03:00,1354.0 -48554,sell_contrast_m10_bb_pos,sell,2025-06-13 17:06:00,1354.0 -48555,sell_contrast_m10_bb_pos,sell,2025-06-13 17:09:00,1360.0 -48556,sell_contrast_m10_bb_pos,sell,2025-06-13 17:42:00,1369.0 -48557,sell_contrast_m10_bb_pos,sell,2025-06-13 17:45:00,1363.0 -48558,sell_contrast_m10_bb_pos,sell,2025-06-13 17:48:00,1362.0 -48559,sell_contrast_m10_bb_pos,sell,2025-06-13 21:12:00,1365.0 -48560,sell_contrast_m10_bb_pos,sell,2025-06-13 21:15:00,1364.0 -48561,sell_contrast_m10_bb_pos,sell,2025-06-13 21:18:00,1361.0 -48562,sell_contrast_m10_bb_pos,sell,2025-06-13 22:42:00,1362.0 -48563,sell_contrast_m10_bb_pos,sell,2025-06-13 22:45:00,1361.0 -48564,sell_contrast_m10_bb_pos,sell,2025-06-13 22:48:00,1354.0 -48565,sell_contrast_m10_bb_pos,sell,2025-06-14 00:30:00,1366.0 -48566,sell_contrast_m10_bb_pos,sell,2025-06-14 00:33:00,1367.0 -48567,sell_contrast_m10_bb_pos,sell,2025-06-14 00:36:00,1368.0 -48568,sell_contrast_m10_bb_pos,sell,2025-06-14 00:39:00,1368.0 -48569,sell_contrast_m10_bb_pos,sell,2025-06-14 00:42:00,1370.0 -48570,sell_contrast_m10_bb_pos,sell,2025-06-14 00:45:00,1375.0 -48571,sell_contrast_m10_bb_pos,sell,2025-06-14 00:48:00,1370.0 -48572,sell_contrast_m10_bb_pos,sell,2025-06-14 00:51:00,1374.0 -48573,sell_contrast_m10_bb_pos,sell,2025-06-14 00:54:00,1376.0 -48574,sell_contrast_m10_bb_pos,sell,2025-06-14 00:57:00,1367.0 -48575,sell_contrast_m10_bb_pos,sell,2025-06-14 01:30:00,1381.0 -48576,sell_contrast_m10_bb_pos,sell,2025-06-14 01:33:00,1376.0 -48577,sell_contrast_m10_bb_pos,sell,2025-06-14 01:36:00,1373.0 -48578,sell_contrast_m10_bb_pos,sell,2025-06-14 01:39:00,1370.0 -48579,sell_contrast_m10_bb_pos,sell,2025-06-14 05:42:00,1377.0 -48580,sell_contrast_m10_bb_pos,sell,2025-06-14 05:45:00,1382.0 -48581,sell_contrast_m10_bb_pos,sell,2025-06-14 05:48:00,1375.0 -48582,sell_contrast_m10_bb_pos,sell,2025-06-14 06:00:00,1376.0 -48583,sell_contrast_m10_bb_pos,sell,2025-06-14 06:03:00,1373.0 -48584,sell_contrast_m10_bb_pos,sell,2025-06-14 06:06:00,1373.0 -48585,sell_contrast_m10_bb_pos,sell,2025-06-14 06:09:00,1371.0 -48586,sell_contrast_m10_bb_pos,sell,2025-06-14 06:30:00,1378.0 -48587,sell_contrast_m10_bb_pos,sell,2025-06-14 06:33:00,1379.0 -48588,sell_contrast_m10_bb_pos,sell,2025-06-14 06:36:00,1373.0 -48589,sell_contrast_m10_bb_pos,sell,2025-06-14 06:39:00,1379.0 -48590,sell_contrast_m10_bb_pos,sell,2025-06-14 06:42:00,1380.0 -48591,sell_contrast_m10_bb_pos,sell,2025-06-14 06:45:00,1381.0 -48592,sell_contrast_m10_bb_pos,sell,2025-06-14 06:48:00,1384.0 -48593,sell_contrast_m10_bb_pos,sell,2025-06-14 06:51:00,1380.0 -48594,sell_contrast_m10_bb_pos,sell,2025-06-14 06:54:00,1377.0 -48595,sell_contrast_m10_bb_pos,sell,2025-06-14 06:57:00,1378.0 -48596,sell_contrast_m10_bb_pos,sell,2025-06-14 07:00:00,1380.0 -48597,sell_contrast_m10_bb_pos,sell,2025-06-14 07:03:00,1386.0 -48598,sell_contrast_m10_bb_pos,sell,2025-06-14 07:06:00,1387.0 -48599,sell_contrast_m10_bb_pos,sell,2025-06-14 07:09:00,1386.0 -48600,sell_contrast_m10_bb_pos,sell,2025-06-14 07:12:00,1382.0 -48601,sell_contrast_m10_bb_pos,sell,2025-06-14 07:15:00,1384.0 -48602,sell_contrast_m10_bb_pos,sell,2025-06-14 07:18:00,1379.0 -48603,sell_contrast_m10_bb_pos,sell,2025-06-14 08:12:00,1383.0 -48604,sell_contrast_m10_bb_pos,sell,2025-06-14 08:15:00,1379.0 -48605,sell_contrast_m10_bb_pos,sell,2025-06-14 08:18:00,1381.0 -48606,sell_contrast_m10_bb_pos,sell,2025-06-14 08:51:00,1388.0 -48607,sell_contrast_m10_bb_pos,sell,2025-06-14 08:54:00,1392.0 -48608,sell_contrast_m10_bb_pos,sell,2025-06-14 08:57:00,1393.0 -48609,sell_contrast_m10_bb_pos,sell,2025-06-14 09:12:00,1392.0 -48610,sell_contrast_m10_bb_pos,sell,2025-06-14 09:15:00,1390.0 -48611,sell_contrast_m10_bb_pos,sell,2025-06-14 09:18:00,1390.0 -48612,sell_contrast_m10_bb_pos,sell,2025-06-14 09:21:00,1390.0 -48613,sell_contrast_m10_bb_pos,sell,2025-06-14 09:24:00,1397.0 -48614,sell_contrast_m10_bb_pos,sell,2025-06-14 09:27:00,1389.0 -48615,sell_contrast_m10_bb_pos,sell,2025-06-14 13:12:00,1382.0 -48616,sell_contrast_m10_bb_pos,sell,2025-06-14 13:15:00,1380.0 -48617,sell_contrast_m10_bb_pos,sell,2025-06-14 13:18:00,1385.0 -48618,sell_contrast_m10_bb_pos,sell,2025-06-14 13:42:00,1384.0 -48619,sell_contrast_m10_bb_pos,sell,2025-06-14 13:45:00,1387.0 -48620,sell_contrast_m10_bb_pos,sell,2025-06-14 13:48:00,1385.0 -48621,sell_contrast_m10_bb_pos,sell,2025-06-14 22:00:00,1372.0 -48622,sell_contrast_m10_bb_pos,sell,2025-06-14 22:03:00,1374.0 -48623,sell_contrast_m10_bb_pos,sell,2025-06-14 22:06:00,1375.0 -48624,sell_contrast_m10_bb_pos,sell,2025-06-14 22:09:00,1375.0 -48625,sell_contrast_m10_bb_pos,sell,2025-06-14 22:42:00,1372.0 -48626,sell_contrast_m10_bb_pos,sell,2025-06-14 22:45:00,1369.0 -48627,sell_contrast_m10_bb_pos,sell,2025-06-14 22:48:00,1368.0 -48628,sell_contrast_m10_bb_pos,sell,2025-06-15 06:42:00,1358.0 -48629,sell_contrast_m10_bb_pos,sell,2025-06-15 06:45:00,1359.0 -48630,sell_contrast_m10_bb_pos,sell,2025-06-15 06:48:00,1360.0 -48631,sell_contrast_m10_bb_pos,sell,2025-06-15 07:12:00,1360.0 -48632,sell_contrast_m10_bb_pos,sell,2025-06-15 07:15:00,1363.0 -48633,sell_contrast_m10_bb_pos,sell,2025-06-15 07:18:00,1365.0 -48634,sell_contrast_m10_bb_pos,sell,2025-06-15 07:21:00,1362.0 -48635,sell_contrast_m10_bb_pos,sell,2025-06-15 07:24:00,1362.0 -48636,sell_contrast_m10_bb_pos,sell,2025-06-15 07:27:00,1362.0 -48637,sell_contrast_m10_bb_pos,sell,2025-06-15 07:30:00,1362.0 -48638,sell_contrast_m10_bb_pos,sell,2025-06-15 07:33:00,1356.0 -48639,sell_contrast_m10_bb_pos,sell,2025-06-15 07:36:00,1358.0 -48640,sell_contrast_m10_bb_pos,sell,2025-06-15 07:39:00,1357.0 -48641,sell_contrast_m10_bb_pos,sell,2025-06-15 09:42:00,1367.0 -48642,sell_contrast_m10_bb_pos,sell,2025-06-15 09:45:00,1367.0 -48643,sell_contrast_m10_bb_pos,sell,2025-06-15 09:48:00,1370.0 -48644,sell_contrast_m10_bb_pos,sell,2025-06-15 10:12:00,1365.0 -48645,sell_contrast_m10_bb_pos,sell,2025-06-15 10:15:00,1367.0 -48646,sell_contrast_m10_bb_pos,sell,2025-06-15 10:18:00,1365.0 -48647,sell_contrast_m10_bb_pos,sell,2025-06-15 14:00:00,1363.0 -48648,sell_contrast_m10_bb_pos,sell,2025-06-15 14:03:00,1367.0 -48649,sell_contrast_m10_bb_pos,sell,2025-06-15 14:06:00,1367.0 -48650,sell_contrast_m10_bb_pos,sell,2025-06-15 14:09:00,1364.0 -48651,sell_contrast_m10_bb_pos,sell,2025-06-15 19:21:00,1351.0 -48652,sell_contrast_m10_bb_pos,sell,2025-06-15 19:24:00,1352.0 -48653,sell_contrast_m10_bb_pos,sell,2025-06-15 19:27:00,1349.0 -48654,sell_contrast_m10_bb_pos,sell,2025-06-15 19:51:00,1359.0 -48655,sell_contrast_m10_bb_pos,sell,2025-06-15 19:54:00,1360.0 -48656,sell_contrast_m10_bb_pos,sell,2025-06-15 19:57:00,1359.0 -48657,sell_contrast_m10_bb_pos,sell,2025-06-15 20:12:00,1358.0 -48658,sell_contrast_m10_bb_pos,sell,2025-06-15 20:15:00,1357.0 -48659,sell_contrast_m10_bb_pos,sell,2025-06-15 20:18:00,1357.0 -48660,sell_contrast_m10_bb_pos,sell,2025-06-15 22:00:00,1360.0 -48661,sell_contrast_m10_bb_pos,sell,2025-06-15 22:03:00,1360.0 -48662,sell_contrast_m10_bb_pos,sell,2025-06-15 22:06:00,1359.0 -48663,sell_contrast_m10_bb_pos,sell,2025-06-15 22:09:00,1362.0 -48664,sell_contrast_m10_bb_pos,sell,2025-06-15 22:21:00,1364.0 -48665,sell_contrast_m10_bb_pos,sell,2025-06-15 22:24:00,1362.0 -48666,sell_contrast_m10_bb_pos,sell,2025-06-15 22:27:00,1364.0 -48667,sell_contrast_m10_bb_pos,sell,2025-06-15 22:30:00,1363.0 -48668,sell_contrast_m10_bb_pos,sell,2025-06-15 22:33:00,1360.0 -48669,sell_contrast_m10_bb_pos,sell,2025-06-15 22:36:00,1359.0 -48670,sell_contrast_m10_bb_pos,sell,2025-06-15 22:39:00,1354.0 -48671,sell_contrast_m10_bb_pos,sell,2025-06-15 23:42:00,1365.0 -48672,sell_contrast_m10_bb_pos,sell,2025-06-15 23:45:00,1365.0 -48673,sell_contrast_m10_bb_pos,sell,2025-06-15 23:48:00,1371.0 -48674,sell_contrast_m10_bb_pos,sell,2025-06-16 07:21:00,1358.0 -48675,sell_contrast_m10_bb_pos,sell,2025-06-16 07:24:00,1358.0 -48676,sell_contrast_m10_bb_pos,sell,2025-06-16 07:27:00,1361.0 -48677,sell_contrast_m10_bb_pos,sell,2025-06-16 07:30:00,1356.0 -48678,sell_contrast_m10_bb_pos,sell,2025-06-16 07:33:00,1358.0 -48679,sell_contrast_m10_bb_pos,sell,2025-06-16 07:36:00,1356.0 -48680,sell_contrast_m10_bb_pos,sell,2025-06-16 07:39:00,1354.0 -48681,sell_contrast_m10_bb_pos,sell,2025-06-16 07:51:00,1358.0 -48682,sell_contrast_m10_bb_pos,sell,2025-06-16 07:54:00,1354.0 -48683,sell_contrast_m10_bb_pos,sell,2025-06-16 07:57:00,1354.0 -48684,sell_contrast_m10_bb_pos,sell,2025-06-16 11:00:00,1361.0 -48685,sell_contrast_m10_bb_pos,sell,2025-06-16 11:03:00,1365.0 -48686,sell_contrast_m10_bb_pos,sell,2025-06-16 11:06:00,1368.0 -48687,sell_contrast_m10_bb_pos,sell,2025-06-16 11:09:00,1369.0 -48688,sell_contrast_m10_bb_pos,sell,2025-06-16 11:42:00,1369.0 -48689,sell_contrast_m10_bb_pos,sell,2025-06-16 11:45:00,1368.0 -48690,sell_contrast_m10_bb_pos,sell,2025-06-16 11:48:00,1366.0 -48691,sell_contrast_m10_bb_pos,sell,2025-06-16 15:00:00,1386.0 -48692,sell_contrast_m10_bb_pos,sell,2025-06-16 15:03:00,1383.0 -48693,sell_contrast_m10_bb_pos,sell,2025-06-16 15:06:00,1386.0 -48694,sell_contrast_m10_bb_pos,sell,2025-06-16 15:09:00,1385.0 -48695,sell_contrast_m10_bb_pos,sell,2025-06-16 15:12:00,1385.0 -48696,sell_contrast_m10_bb_pos,sell,2025-06-16 15:15:00,1385.0 -48697,sell_contrast_m10_bb_pos,sell,2025-06-16 15:18:00,1388.0 -48698,sell_contrast_m10_bb_pos,sell,2025-06-16 15:21:00,1387.0 -48699,sell_contrast_m10_bb_pos,sell,2025-06-16 15:24:00,1387.0 -48700,sell_contrast_m10_bb_pos,sell,2025-06-16 15:27:00,1384.0 -48701,sell_contrast_m10_bb_pos,sell,2025-06-16 15:51:00,1400.0 -48702,sell_contrast_m10_bb_pos,sell,2025-06-16 15:54:00,1401.0 -48703,sell_contrast_m10_bb_pos,sell,2025-06-16 15:57:00,1400.0 -48704,sell_contrast_m10_bb_pos,sell,2025-06-16 16:00:00,1397.0 -48705,sell_contrast_m10_bb_pos,sell,2025-06-16 16:03:00,1403.0 -48706,sell_contrast_m10_bb_pos,sell,2025-06-16 16:06:00,1398.0 -48707,sell_contrast_m10_bb_pos,sell,2025-06-16 16:09:00,1400.0 -48708,sell_contrast_m10_bb_pos,sell,2025-06-16 16:12:00,1402.0 -48709,sell_contrast_m10_bb_pos,sell,2025-06-16 16:15:00,1401.0 -48710,sell_contrast_m10_bb_pos,sell,2025-06-16 16:18:00,1400.0 -48711,sell_contrast_m10_bb_pos,sell,2025-06-16 16:51:00,1405.0 -48712,sell_contrast_m10_bb_pos,sell,2025-06-16 16:54:00,1403.0 -48713,sell_contrast_m10_bb_pos,sell,2025-06-16 16:57:00,1403.0 -48714,sell_contrast_m10_bb_pos,sell,2025-06-16 18:51:00,1405.0 -48715,sell_contrast_m10_bb_pos,sell,2025-06-16 18:54:00,1402.0 -48716,sell_contrast_m10_bb_pos,sell,2025-06-16 18:57:00,1400.0 -48717,sell_contrast_m10_bb_pos,sell,2025-06-16 22:51:00,1393.0 -48718,sell_contrast_m10_bb_pos,sell,2025-06-16 22:54:00,1394.0 -48719,sell_contrast_m10_bb_pos,sell,2025-06-16 22:57:00,1397.0 -48720,sell_contrast_m10_bb_pos,sell,2025-06-17 04:00:00,1395.0 -48721,sell_contrast_m10_bb_pos,sell,2025-06-17 04:03:00,1393.0 -48722,sell_contrast_m10_bb_pos,sell,2025-06-17 04:06:00,1394.0 -48723,sell_contrast_m10_bb_pos,sell,2025-06-17 04:09:00,1396.0 -48724,sell_contrast_m10_bb_pos,sell,2025-06-17 04:12:00,1393.0 -48725,sell_contrast_m10_bb_pos,sell,2025-06-17 04:15:00,1395.0 -48726,sell_contrast_m10_bb_pos,sell,2025-06-17 04:18:00,1399.0 -48727,sell_contrast_m10_bb_pos,sell,2025-06-17 04:21:00,1398.0 -48728,sell_contrast_m10_bb_pos,sell,2025-06-17 04:24:00,1403.0 -48729,sell_contrast_m10_bb_pos,sell,2025-06-17 04:27:00,1403.0 -48730,sell_contrast_m10_bb_pos,sell,2025-06-17 04:42:00,1399.0 -48731,sell_contrast_m10_bb_pos,sell,2025-06-17 04:45:00,1397.0 -48732,sell_contrast_m10_bb_pos,sell,2025-06-17 04:48:00,1395.0 -48733,sell_contrast_m10_bb_pos,sell,2025-06-17 05:42:00,1401.0 -48734,sell_contrast_m10_bb_pos,sell,2025-06-17 05:45:00,1403.0 -48735,sell_contrast_m10_bb_pos,sell,2025-06-17 05:48:00,1399.0 -48736,sell_contrast_m10_bb_pos,sell,2025-06-17 12:12:00,1326.0 -48737,sell_contrast_m10_bb_pos,sell,2025-06-17 12:15:00,1325.0 -48738,sell_contrast_m10_bb_pos,sell,2025-06-17 12:18:00,1324.0 -48739,sell_contrast_m10_bb_pos,sell,2025-06-17 23:30:00,1294.0 -48740,sell_contrast_m10_bb_pos,sell,2025-06-17 23:33:00,1295.0 -48741,sell_contrast_m10_bb_pos,sell,2025-06-17 23:36:00,1292.0 -48742,sell_contrast_m10_bb_pos,sell,2025-06-17 23:39:00,1290.0 -48743,sell_contrast_m10_bb_pos,sell,2025-06-18 04:00:00,1272.0 -48744,sell_contrast_m10_bb_pos,sell,2025-06-18 04:03:00,1280.0 -48745,sell_contrast_m10_bb_pos,sell,2025-06-18 04:06:00,1282.0 -48746,sell_contrast_m10_bb_pos,sell,2025-06-18 04:09:00,1275.0 -48747,sell_contrast_m10_bb_pos,sell,2025-06-18 04:12:00,1276.0 -48748,sell_contrast_m10_bb_pos,sell,2025-06-18 04:15:00,1283.0 -48749,sell_contrast_m10_bb_pos,sell,2025-06-18 04:18:00,1284.0 -48750,sell_contrast_m10_bb_pos,sell,2025-06-18 10:21:00,1282.0 -48751,sell_contrast_m10_bb_pos,sell,2025-06-18 10:24:00,1283.0 -48752,sell_contrast_m10_bb_pos,sell,2025-06-18 10:27:00,1275.0 -48753,sell_contrast_m10_bb_pos,sell,2025-06-18 13:42:00,1284.0 -48754,sell_contrast_m10_bb_pos,sell,2025-06-18 13:45:00,1285.0 -48755,sell_contrast_m10_bb_pos,sell,2025-06-18 13:48:00,1288.0 -48756,sell_contrast_m10_bb_pos,sell,2025-06-18 14:00:00,1284.0 -48757,sell_contrast_m10_bb_pos,sell,2025-06-18 14:03:00,1284.0 -48758,sell_contrast_m10_bb_pos,sell,2025-06-18 14:06:00,1282.0 -48759,sell_contrast_m10_bb_pos,sell,2025-06-18 14:09:00,1286.0 -48760,sell_contrast_m10_bb_pos,sell,2025-06-18 14:12:00,1282.0 -48761,sell_contrast_m10_bb_pos,sell,2025-06-18 14:15:00,1283.0 -48762,sell_contrast_m10_bb_pos,sell,2025-06-18 14:18:00,1282.0 -48763,sell_contrast_m10_bb_pos,sell,2025-06-18 14:30:00,1285.0 -48764,sell_contrast_m10_bb_pos,sell,2025-06-18 14:33:00,1288.0 -48765,sell_contrast_m10_bb_pos,sell,2025-06-18 14:36:00,1285.0 -48766,sell_contrast_m10_bb_pos,sell,2025-06-18 14:39:00,1283.0 -48767,sell_contrast_m10_bb_pos,sell,2025-06-18 23:12:00,1251.0 -48768,sell_contrast_m10_bb_pos,sell,2025-06-18 23:15:00,1255.0 -48769,sell_contrast_m10_bb_pos,sell,2025-06-18 23:18:00,1254.0 -48770,sell_contrast_m10_bb_pos,sell,2025-06-18 23:21:00,1259.0 -48771,sell_contrast_m10_bb_pos,sell,2025-06-18 23:24:00,1259.0 -48772,sell_contrast_m10_bb_pos,sell,2025-06-18 23:27:00,1262.0 -48773,sell_contrast_m10_bb_pos,sell,2025-06-19 00:30:00,1263.0 -48774,sell_contrast_m10_bb_pos,sell,2025-06-19 00:33:00,1260.0 -48775,sell_contrast_m10_bb_pos,sell,2025-06-19 00:36:00,1259.0 -48776,sell_contrast_m10_bb_pos,sell,2025-06-19 00:39:00,1263.0 -48777,sell_contrast_m10_bb_pos,sell,2025-06-19 03:00:00,1264.0 -48778,sell_contrast_m10_bb_pos,sell,2025-06-19 03:03:00,1261.0 -48779,sell_contrast_m10_bb_pos,sell,2025-06-19 03:06:00,1256.0 -48780,sell_contrast_m10_bb_pos,sell,2025-06-19 03:09:00,1256.0 -48781,sell_contrast_m10_bb_pos,sell,2025-06-19 04:21:00,1268.0 -48782,sell_contrast_m10_bb_pos,sell,2025-06-19 04:24:00,1267.0 -48783,sell_contrast_m10_bb_pos,sell,2025-06-19 04:27:00,1260.0 -48784,sell_contrast_m10_bb_pos,sell,2025-06-19 05:42:00,1273.0 -48785,sell_contrast_m10_bb_pos,sell,2025-06-19 05:45:00,1278.0 -48786,sell_contrast_m10_bb_pos,sell,2025-06-19 05:48:00,1284.0 -48787,sell_contrast_m10_bb_pos,sell,2025-06-19 06:30:00,1312.0 -48788,sell_contrast_m10_bb_pos,sell,2025-06-19 06:33:00,1314.0 -48789,sell_contrast_m10_bb_pos,sell,2025-06-19 06:36:00,1312.0 -48790,sell_contrast_m10_bb_pos,sell,2025-06-19 06:39:00,1312.0 -48791,sell_contrast_m10_bb_pos,sell,2025-06-19 06:42:00,1312.0 -48792,sell_contrast_m10_bb_pos,sell,2025-06-19 06:45:00,1315.0 -48793,sell_contrast_m10_bb_pos,sell,2025-06-19 06:48:00,1314.0 -48794,sell_contrast_m10_bb_pos,sell,2025-06-19 06:51:00,1317.0 -48795,sell_contrast_m10_bb_pos,sell,2025-06-19 06:54:00,1319.0 -48796,sell_contrast_m10_bb_pos,sell,2025-06-19 06:57:00,1323.0 -48797,sell_contrast_m10_bb_pos,sell,2025-06-19 08:51:00,1327.0 -48798,sell_contrast_m10_bb_pos,sell,2025-06-19 08:54:00,1327.0 -48799,sell_contrast_m10_bb_pos,sell,2025-06-19 08:57:00,1326.0 -48800,sell_contrast_m10_bb_pos,sell,2025-06-19 09:00:00,1325.0 -48801,sell_contrast_m10_bb_pos,sell,2025-06-19 09:03:00,1326.0 -48802,sell_contrast_m10_bb_pos,sell,2025-06-19 09:06:00,1322.0 -48803,sell_contrast_m10_bb_pos,sell,2025-06-19 09:09:00,1321.0 -48804,sell_contrast_m10_bb_pos,sell,2025-06-19 14:30:00,1320.0 -48805,sell_contrast_m10_bb_pos,sell,2025-06-19 14:33:00,1320.0 -48806,sell_contrast_m10_bb_pos,sell,2025-06-19 14:36:00,1321.0 -48807,sell_contrast_m10_bb_pos,sell,2025-06-19 14:39:00,1317.0 -48808,sell_contrast_m10_bb_pos,sell,2025-06-19 14:42:00,1314.0 -48809,sell_contrast_m10_bb_pos,sell,2025-06-19 14:45:00,1315.0 -48810,sell_contrast_m10_bb_pos,sell,2025-06-19 14:48:00,1313.0 -48811,sell_contrast_m10_bb_pos,sell,2025-06-20 00:00:00,1295.0 -48812,sell_contrast_m10_bb_pos,sell,2025-06-20 00:03:00,1296.0 -48813,sell_contrast_m10_bb_pos,sell,2025-06-20 00:06:00,1297.0 -48814,sell_contrast_m10_bb_pos,sell,2025-06-20 00:09:00,1296.0 -48815,sell_contrast_m10_bb_pos,sell,2025-06-20 02:51:00,1302.0 -48816,sell_contrast_m10_bb_pos,sell,2025-06-20 02:54:00,1300.0 -48817,sell_contrast_m10_bb_pos,sell,2025-06-20 02:57:00,1299.0 -48818,sell_contrast_m10_bb_pos,sell,2025-06-20 03:12:00,1304.0 -48819,sell_contrast_m10_bb_pos,sell,2025-06-20 03:15:00,1303.0 -48820,sell_contrast_m10_bb_pos,sell,2025-06-20 03:18:00,1300.0 -48821,sell_contrast_m10_bb_pos,sell,2025-06-20 07:12:00,1295.0 -48822,sell_contrast_m10_bb_pos,sell,2025-06-20 07:15:00,1294.0 -48823,sell_contrast_m10_bb_pos,sell,2025-06-20 07:18:00,1296.0 -48824,sell_contrast_m10_bb_pos,sell,2025-06-20 07:42:00,1297.0 -48825,sell_contrast_m10_bb_pos,sell,2025-06-20 07:45:00,1296.0 -48826,sell_contrast_m10_bb_pos,sell,2025-06-20 07:48:00,1299.0 -48827,sell_contrast_m10_bb_pos,sell,2025-06-20 07:51:00,1296.0 -48828,sell_contrast_m10_bb_pos,sell,2025-06-20 07:54:00,1294.0 -48829,sell_contrast_m10_bb_pos,sell,2025-06-20 07:57:00,1294.0 -48830,sell_contrast_m10_bb_pos,sell,2025-06-20 09:12:00,1297.0 -48831,sell_contrast_m10_bb_pos,sell,2025-06-20 09:15:00,1297.0 -48832,sell_contrast_m10_bb_pos,sell,2025-06-20 09:18:00,1294.0 -48833,sell_contrast_m10_bb_pos,sell,2025-06-20 17:00:00,1301.0 -48834,sell_contrast_m10_bb_pos,sell,2025-06-20 17:03:00,1301.0 -48835,sell_contrast_m10_bb_pos,sell,2025-06-20 17:06:00,1305.0 -48836,sell_contrast_m10_bb_pos,sell,2025-06-20 17:09:00,1306.0 -48837,sell_contrast_m10_bb_pos,sell,2025-06-20 17:21:00,1308.0 -48838,sell_contrast_m10_bb_pos,sell,2025-06-20 17:24:00,1308.0 -48839,sell_contrast_m10_bb_pos,sell,2025-06-20 17:27:00,1307.0 -48840,sell_contrast_m10_bb_pos,sell,2025-06-20 17:30:00,1306.0 -48841,sell_contrast_m10_bb_pos,sell,2025-06-20 17:33:00,1301.0 -48842,sell_contrast_m10_bb_pos,sell,2025-06-20 17:36:00,1305.0 -48843,sell_contrast_m10_bb_pos,sell,2025-06-20 17:39:00,1306.0 -48844,sell_contrast_m10_bb_pos,sell,2025-06-20 17:42:00,1301.0 -48845,sell_contrast_m10_bb_pos,sell,2025-06-20 17:45:00,1292.0 -48846,sell_contrast_m10_bb_pos,sell,2025-06-20 17:48:00,1296.0 -48847,sell_contrast_m10_bb_pos,sell,2025-06-20 21:42:00,1295.0 -48848,sell_contrast_m10_bb_pos,sell,2025-06-20 21:45:00,1295.0 -48849,sell_contrast_m10_bb_pos,sell,2025-06-20 21:48:00,1297.0 -48850,sell_contrast_m10_bb_pos,sell,2025-06-21 09:30:00,1244.0 -48851,sell_contrast_m10_bb_pos,sell,2025-06-21 09:33:00,1238.0 -48852,sell_contrast_m10_bb_pos,sell,2025-06-21 09:36:00,1238.0 -48853,sell_contrast_m10_bb_pos,sell,2025-06-21 09:39:00,1237.0 -48854,sell_contrast_m10_bb_pos,sell,2025-06-21 12:12:00,1240.0 -48855,sell_contrast_m10_bb_pos,sell,2025-06-21 12:15:00,1241.0 -48856,sell_contrast_m10_bb_pos,sell,2025-06-21 12:18:00,1241.0 -48857,sell_contrast_m10_bb_pos,sell,2025-06-21 12:30:00,1242.0 -48858,sell_contrast_m10_bb_pos,sell,2025-06-21 12:33:00,1244.0 -48859,sell_contrast_m10_bb_pos,sell,2025-06-21 12:36:00,1245.0 -48860,sell_contrast_m10_bb_pos,sell,2025-06-21 12:39:00,1242.0 -48861,sell_contrast_m10_bb_pos,sell,2025-06-22 05:42:00,1178.0 -48862,sell_contrast_m10_bb_pos,sell,2025-06-22 05:45:00,1179.0 -48863,sell_contrast_m10_bb_pos,sell,2025-06-22 05:48:00,1178.0 -48864,sell_contrast_m10_bb_pos,sell,2025-06-22 06:21:00,1179.0 -48865,sell_contrast_m10_bb_pos,sell,2025-06-22 06:24:00,1177.0 -48866,sell_contrast_m10_bb_pos,sell,2025-06-22 06:27:00,1160.0 -48867,sell_contrast_m10_bb_pos,sell,2025-06-22 08:51:00,1187.0 -48868,sell_contrast_m10_bb_pos,sell,2025-06-22 08:54:00,1187.0 -48869,sell_contrast_m10_bb_pos,sell,2025-06-22 08:57:00,1205.0 -48870,sell_contrast_m10_bb_pos,sell,2025-06-22 09:12:00,1206.0 -48871,sell_contrast_m10_bb_pos,sell,2025-06-22 09:15:00,1215.0 -48872,sell_contrast_m10_bb_pos,sell,2025-06-22 09:18:00,1221.0 -48873,sell_contrast_m10_bb_pos,sell,2025-06-22 09:42:00,1228.0 -48874,sell_contrast_m10_bb_pos,sell,2025-06-22 09:45:00,1222.0 -48875,sell_contrast_m10_bb_pos,sell,2025-06-22 09:48:00,1222.0 -48876,sell_contrast_m10_bb_pos,sell,2025-06-22 20:21:00,1187.0 -48877,sell_contrast_m10_bb_pos,sell,2025-06-22 20:24:00,1181.0 -48878,sell_contrast_m10_bb_pos,sell,2025-06-22 20:27:00,1175.0 -48879,sell_contrast_m10_bb_pos,sell,2025-06-23 05:51:00,1119.0 -48880,sell_contrast_m10_bb_pos,sell,2025-06-23 05:54:00,1121.0 -48881,sell_contrast_m10_bb_pos,sell,2025-06-23 05:57:00,1122.0 -48882,sell_contrast_m10_bb_pos,sell,2025-06-23 06:00:00,1122.0 -48883,sell_contrast_m10_bb_pos,sell,2025-06-23 06:03:00,1131.0 -48884,sell_contrast_m10_bb_pos,sell,2025-06-23 06:06:00,1130.0 -48885,sell_contrast_m10_bb_pos,sell,2025-06-23 06:09:00,1127.0 -48886,sell_contrast_m10_bb_pos,sell,2025-06-23 06:12:00,1126.0 -48887,sell_contrast_m10_bb_pos,sell,2025-06-23 06:15:00,1129.0 -48888,sell_contrast_m10_bb_pos,sell,2025-06-23 06:18:00,1128.0 -48889,sell_contrast_m10_bb_pos,sell,2025-06-23 06:21:00,1125.0 -48890,sell_contrast_m10_bb_pos,sell,2025-06-23 06:24:00,1123.0 -48891,sell_contrast_m10_bb_pos,sell,2025-06-23 06:27:00,1120.0 -48892,sell_contrast_m10_bb_pos,sell,2025-06-23 07:21:00,1137.0 -48893,sell_contrast_m10_bb_pos,sell,2025-06-23 07:24:00,1136.0 -48894,sell_contrast_m10_bb_pos,sell,2025-06-23 07:27:00,1142.0 -48895,sell_contrast_m10_bb_pos,sell,2025-06-23 07:30:00,1142.0 -48896,sell_contrast_m10_bb_pos,sell,2025-06-23 07:33:00,1147.0 -48897,sell_contrast_m10_bb_pos,sell,2025-06-23 07:36:00,1150.0 -48898,sell_contrast_m10_bb_pos,sell,2025-06-23 07:39:00,1153.0 -48899,sell_contrast_m10_bb_pos,sell,2025-06-23 07:51:00,1156.0 -48900,sell_contrast_m10_bb_pos,sell,2025-06-23 07:54:00,1156.0 -48901,sell_contrast_m10_bb_pos,sell,2025-06-23 07:57:00,1154.0 -48902,sell_contrast_m10_bb_pos,sell,2025-06-23 08:00:00,1160.0 -48903,sell_contrast_m10_bb_pos,sell,2025-06-23 08:03:00,1157.0 -48904,sell_contrast_m10_bb_pos,sell,2025-06-23 08:06:00,1157.0 -48905,sell_contrast_m10_bb_pos,sell,2025-06-23 08:09:00,1159.0 -48906,sell_contrast_m10_bb_pos,sell,2025-06-23 08:12:00,1158.0 -48907,sell_contrast_m10_bb_pos,sell,2025-06-23 08:15:00,1159.0 -48908,sell_contrast_m10_bb_pos,sell,2025-06-23 08:18:00,1162.0 -48909,sell_contrast_m10_bb_pos,sell,2025-06-23 08:21:00,1162.0 -48910,sell_contrast_m10_bb_pos,sell,2025-06-23 08:24:00,1163.0 -48911,sell_contrast_m10_bb_pos,sell,2025-06-23 08:27:00,1162.0 -48912,sell_contrast_m10_bb_pos,sell,2025-06-23 08:30:00,1163.0 -48913,sell_contrast_m10_bb_pos,sell,2025-06-23 08:33:00,1162.0 -48914,sell_contrast_m10_bb_pos,sell,2025-06-23 08:36:00,1161.0 -48915,sell_contrast_m10_bb_pos,sell,2025-06-23 08:39:00,1160.0 -48916,sell_contrast_m10_bb_pos,sell,2025-06-23 11:00:00,1167.0 -48917,sell_contrast_m10_bb_pos,sell,2025-06-23 11:03:00,1164.0 -48918,sell_contrast_m10_bb_pos,sell,2025-06-23 11:06:00,1165.0 -48919,sell_contrast_m10_bb_pos,sell,2025-06-23 11:09:00,1165.0 -48920,sell_contrast_m10_bb_pos,sell,2025-06-23 15:00:00,1158.0 -48921,sell_contrast_m10_bb_pos,sell,2025-06-23 15:03:00,1162.0 -48922,sell_contrast_m10_bb_pos,sell,2025-06-23 15:06:00,1163.0 -48923,sell_contrast_m10_bb_pos,sell,2025-06-23 15:09:00,1164.0 -48924,sell_contrast_m10_bb_pos,sell,2025-06-23 15:42:00,1161.0 -48925,sell_contrast_m10_bb_pos,sell,2025-06-23 15:45:00,1160.0 -48926,sell_contrast_m10_bb_pos,sell,2025-06-23 15:48:00,1160.0 -48927,sell_contrast_m10_bb_pos,sell,2025-06-23 16:00:00,1162.0 -48928,sell_contrast_m10_bb_pos,sell,2025-06-23 16:03:00,1162.0 -48929,sell_contrast_m10_bb_pos,sell,2025-06-23 16:06:00,1168.0 -48930,sell_contrast_m10_bb_pos,sell,2025-06-23 16:09:00,1169.0 -48931,sell_contrast_m10_bb_pos,sell,2025-06-23 21:51:00,1161.0 -48932,sell_contrast_m10_bb_pos,sell,2025-06-23 21:54:00,1160.0 -48933,sell_contrast_m10_bb_pos,sell,2025-06-23 21:57:00,1163.0 -48934,sell_contrast_m10_bb_pos,sell,2025-06-23 22:42:00,1168.0 -48935,sell_contrast_m10_bb_pos,sell,2025-06-23 22:45:00,1176.0 -48936,sell_contrast_m10_bb_pos,sell,2025-06-23 22:48:00,1175.0 -48937,sell_contrast_m10_bb_pos,sell,2025-06-23 23:42:00,1185.0 -48938,sell_contrast_m10_bb_pos,sell,2025-06-23 23:45:00,1181.0 -48939,sell_contrast_m10_bb_pos,sell,2025-06-23 23:48:00,1176.0 -48940,sell_contrast_m10_bb_pos,sell,2025-06-24 03:12:00,1186.0 -48941,sell_contrast_m10_bb_pos,sell,2025-06-24 03:15:00,1184.0 -48942,sell_contrast_m10_bb_pos,sell,2025-06-24 03:18:00,1188.0 -48943,sell_contrast_m10_bb_pos,sell,2025-06-24 03:21:00,1188.0 -48944,sell_contrast_m10_bb_pos,sell,2025-06-24 03:24:00,1192.0 -48945,sell_contrast_m10_bb_pos,sell,2025-06-24 03:27:00,1189.0 -48946,sell_contrast_m10_bb_pos,sell,2025-06-24 03:30:00,1186.0 -48947,sell_contrast_m10_bb_pos,sell,2025-06-24 03:33:00,1191.0 -48948,sell_contrast_m10_bb_pos,sell,2025-06-24 03:36:00,1192.0 -48949,sell_contrast_m10_bb_pos,sell,2025-06-24 03:39:00,1191.0 -48950,sell_contrast_m10_bb_pos,sell,2025-06-24 03:42:00,1189.0 -48951,sell_contrast_m10_bb_pos,sell,2025-06-24 03:45:00,1191.0 -48952,sell_contrast_m10_bb_pos,sell,2025-06-24 03:48:00,1189.0 -48953,sell_contrast_m10_bb_pos,sell,2025-06-24 05:42:00,1228.0 -48954,sell_contrast_m10_bb_pos,sell,2025-06-24 05:45:00,1228.0 -48955,sell_contrast_m10_bb_pos,sell,2025-06-24 05:48:00,1224.0 -48956,sell_contrast_m10_bb_pos,sell,2025-06-24 06:00:00,1229.0 -48957,sell_contrast_m10_bb_pos,sell,2025-06-24 06:03:00,1231.0 -48958,sell_contrast_m10_bb_pos,sell,2025-06-24 06:06:00,1229.0 -48959,sell_contrast_m10_bb_pos,sell,2025-06-24 06:09:00,1225.0 -48960,sell_contrast_m10_bb_pos,sell,2025-06-24 07:42:00,1259.0 -48961,sell_contrast_m10_bb_pos,sell,2025-06-24 07:45:00,1259.0 -48962,sell_contrast_m10_bb_pos,sell,2025-06-24 07:48:00,1259.0 -48963,sell_contrast_m10_bb_pos,sell,2025-06-24 07:51:00,1257.0 -48964,sell_contrast_m10_bb_pos,sell,2025-06-24 07:54:00,1260.0 -48965,sell_contrast_m10_bb_pos,sell,2025-06-24 07:57:00,1259.0 -48966,sell_contrast_m10_bb_pos,sell,2025-06-24 08:00:00,1271.0 -48967,sell_contrast_m10_bb_pos,sell,2025-06-24 08:03:00,1272.0 -48968,sell_contrast_m10_bb_pos,sell,2025-06-24 08:06:00,1269.0 -48969,sell_contrast_m10_bb_pos,sell,2025-06-24 08:09:00,1271.0 -48970,sell_contrast_m10_bb_pos,sell,2025-06-24 08:12:00,1274.0 -48971,sell_contrast_m10_bb_pos,sell,2025-06-24 08:15:00,1275.0 -48972,sell_contrast_m10_bb_pos,sell,2025-06-24 08:18:00,1273.0 -48973,sell_contrast_m10_bb_pos,sell,2025-06-24 08:21:00,1270.0 -48974,sell_contrast_m10_bb_pos,sell,2025-06-24 08:24:00,1273.0 -48975,sell_contrast_m10_bb_pos,sell,2025-06-24 08:27:00,1271.0 -48976,sell_contrast_m10_bb_pos,sell,2025-06-24 08:30:00,1274.0 -48977,sell_contrast_m10_bb_pos,sell,2025-06-24 08:33:00,1276.0 -48978,sell_contrast_m10_bb_pos,sell,2025-06-24 08:36:00,1282.0 -48979,sell_contrast_m10_bb_pos,sell,2025-06-24 08:39:00,1282.0 -48980,sell_contrast_m10_bb_pos,sell,2025-06-24 08:42:00,1283.0 -48981,sell_contrast_m10_bb_pos,sell,2025-06-24 08:45:00,1290.0 -48982,sell_contrast_m10_bb_pos,sell,2025-06-24 08:48:00,1294.0 -48983,sell_contrast_m10_bb_pos,sell,2025-06-24 08:51:00,1292.0 -48984,sell_contrast_m10_bb_pos,sell,2025-06-24 08:54:00,1288.0 -48985,sell_contrast_m10_bb_pos,sell,2025-06-24 08:57:00,1287.0 -48986,sell_contrast_m10_bb_pos,sell,2025-06-24 09:12:00,1282.0 -48987,sell_contrast_m10_bb_pos,sell,2025-06-24 09:15:00,1283.0 -48988,sell_contrast_m10_bb_pos,sell,2025-06-24 09:18:00,1277.0 -48989,sell_contrast_m10_bb_pos,sell,2025-06-24 11:00:00,1289.0 -48990,sell_contrast_m10_bb_pos,sell,2025-06-24 11:03:00,1289.0 -48991,sell_contrast_m10_bb_pos,sell,2025-06-24 11:06:00,1283.0 -48992,sell_contrast_m10_bb_pos,sell,2025-06-24 11:09:00,1283.0 -48993,sell_contrast_m10_bb_pos,sell,2025-06-24 12:12:00,1288.0 -48994,sell_contrast_m10_bb_pos,sell,2025-06-24 12:15:00,1289.0 -48995,sell_contrast_m10_bb_pos,sell,2025-06-24 12:18:00,1292.0 -48996,sell_contrast_m10_bb_pos,sell,2025-06-24 12:21:00,1292.0 -48997,sell_contrast_m10_bb_pos,sell,2025-06-24 12:24:00,1288.0 -48998,sell_contrast_m10_bb_pos,sell,2025-06-24 12:27:00,1288.0 -48999,sell_contrast_m10_bb_pos,sell,2025-06-24 12:42:00,1293.0 -49000,sell_contrast_m10_bb_pos,sell,2025-06-24 12:45:00,1289.0 -49001,sell_contrast_m10_bb_pos,sell,2025-06-24 12:48:00,1294.0 -49002,sell_contrast_m10_bb_pos,sell,2025-06-24 12:51:00,1294.0 -49003,sell_contrast_m10_bb_pos,sell,2025-06-24 12:54:00,1295.0 -49004,sell_contrast_m10_bb_pos,sell,2025-06-24 12:57:00,1293.0 -49005,sell_contrast_m10_bb_pos,sell,2025-06-24 13:12:00,1296.0 -49006,sell_contrast_m10_bb_pos,sell,2025-06-24 13:15:00,1290.0 -49007,sell_contrast_m10_bb_pos,sell,2025-06-24 13:18:00,1290.0 -49008,sell_contrast_m10_bb_pos,sell,2025-06-24 13:30:00,1297.0 -49009,sell_contrast_m10_bb_pos,sell,2025-06-24 13:33:00,1295.0 -49010,sell_contrast_m10_bb_pos,sell,2025-06-24 13:36:00,1295.0 -49011,sell_contrast_m10_bb_pos,sell,2025-06-24 13:39:00,1295.0 -49012,sell_contrast_m10_bb_pos,sell,2025-06-24 14:21:00,1302.0 -49013,sell_contrast_m10_bb_pos,sell,2025-06-24 14:24:00,1304.0 -49014,sell_contrast_m10_bb_pos,sell,2025-06-24 14:27:00,1309.0 -49015,sell_contrast_m10_bb_pos,sell,2025-06-24 15:12:00,1316.0 -49016,sell_contrast_m10_bb_pos,sell,2025-06-24 15:15:00,1320.0 -49017,sell_contrast_m10_bb_pos,sell,2025-06-24 15:18:00,1318.0 -49018,sell_contrast_m10_bb_pos,sell,2025-06-24 15:21:00,1317.0 -49019,sell_contrast_m10_bb_pos,sell,2025-06-24 15:24:00,1316.0 -49020,sell_contrast_m10_bb_pos,sell,2025-06-24 15:27:00,1315.0 -49021,sell_contrast_m10_bb_pos,sell,2025-06-24 15:51:00,1318.0 -49022,sell_contrast_m10_bb_pos,sell,2025-06-24 15:54:00,1317.0 -49023,sell_contrast_m10_bb_pos,sell,2025-06-24 15:57:00,1316.0 -49024,sell_contrast_m10_bb_pos,sell,2025-06-24 23:51:00,1280.0 -49025,sell_contrast_m10_bb_pos,sell,2025-06-24 23:54:00,1279.0 -49026,sell_contrast_m10_bb_pos,sell,2025-06-24 23:57:00,1280.0 -49027,sell_contrast_m10_bb_pos,sell,2025-06-25 06:00:00,1270.0 -49028,sell_contrast_m10_bb_pos,sell,2025-06-25 06:03:00,1264.0 -49029,sell_contrast_m10_bb_pos,sell,2025-06-25 06:06:00,1262.0 -49030,sell_contrast_m10_bb_pos,sell,2025-06-25 06:09:00,1262.0 -49031,sell_contrast_m10_bb_pos,sell,2025-06-25 06:30:00,1269.0 -49032,sell_contrast_m10_bb_pos,sell,2025-06-25 06:33:00,1271.0 -49033,sell_contrast_m10_bb_pos,sell,2025-06-25 06:36:00,1269.0 -49034,sell_contrast_m10_bb_pos,sell,2025-06-25 06:39:00,1268.0 -49035,sell_contrast_m10_bb_pos,sell,2025-06-25 06:51:00,1273.0 -49036,sell_contrast_m10_bb_pos,sell,2025-06-25 06:54:00,1271.0 -49037,sell_contrast_m10_bb_pos,sell,2025-06-25 06:57:00,1272.0 -49038,sell_contrast_m10_bb_pos,sell,2025-06-25 07:00:00,1273.0 -49039,sell_contrast_m10_bb_pos,sell,2025-06-25 07:03:00,1270.0 -49040,sell_contrast_m10_bb_pos,sell,2025-06-25 07:06:00,1266.0 -49041,sell_contrast_m10_bb_pos,sell,2025-06-25 07:09:00,1269.0 -49042,sell_contrast_m10_bb_pos,sell,2025-06-25 09:12:00,1278.0 -49043,sell_contrast_m10_bb_pos,sell,2025-06-25 09:15:00,1279.0 -49044,sell_contrast_m10_bb_pos,sell,2025-06-25 09:18:00,1281.0 -49045,sell_contrast_m10_bb_pos,sell,2025-06-25 09:30:00,1280.0 -49046,sell_contrast_m10_bb_pos,sell,2025-06-25 09:33:00,1279.0 -49047,sell_contrast_m10_bb_pos,sell,2025-06-25 09:36:00,1274.0 -49048,sell_contrast_m10_bb_pos,sell,2025-06-25 09:39:00,1273.0 -49049,sell_contrast_m10_bb_pos,sell,2025-06-25 10:00:00,1283.0 -49050,sell_contrast_m10_bb_pos,sell,2025-06-25 10:03:00,1284.0 -49051,sell_contrast_m10_bb_pos,sell,2025-06-25 10:06:00,1280.0 -49052,sell_contrast_m10_bb_pos,sell,2025-06-25 10:09:00,1278.0 -49053,sell_contrast_m10_bb_pos,sell,2025-06-25 10:42:00,1279.0 -49054,sell_contrast_m10_bb_pos,sell,2025-06-25 10:45:00,1281.0 -49055,sell_contrast_m10_bb_pos,sell,2025-06-25 10:48:00,1281.0 -49056,sell_contrast_m10_bb_pos,sell,2025-06-25 11:12:00,1284.0 -49057,sell_contrast_m10_bb_pos,sell,2025-06-25 11:15:00,1286.0 -49058,sell_contrast_m10_bb_pos,sell,2025-06-25 11:18:00,1284.0 -49059,sell_contrast_m10_bb_pos,sell,2025-06-25 16:30:00,1273.0 -49060,sell_contrast_m10_bb_pos,sell,2025-06-25 16:33:00,1267.0 -49061,sell_contrast_m10_bb_pos,sell,2025-06-25 16:36:00,1269.0 -49062,sell_contrast_m10_bb_pos,sell,2025-06-25 16:39:00,1271.0 -49063,sell_contrast_m10_bb_pos,sell,2025-06-25 21:00:00,1261.0 -49064,sell_contrast_m10_bb_pos,sell,2025-06-25 21:03:00,1256.0 -49065,sell_contrast_m10_bb_pos,sell,2025-06-25 21:06:00,1258.0 -49066,sell_contrast_m10_bb_pos,sell,2025-06-25 21:09:00,1256.0 -49067,sell_contrast_m10_bb_pos,sell,2025-06-25 22:51:00,1260.0 -49068,sell_contrast_m10_bb_pos,sell,2025-06-25 22:54:00,1260.0 -49069,sell_contrast_m10_bb_pos,sell,2025-06-25 22:57:00,1266.0 -49070,sell_contrast_m10_bb_pos,sell,2025-06-25 23:00:00,1267.0 -49071,sell_contrast_m10_bb_pos,sell,2025-06-25 23:03:00,1264.0 -49072,sell_contrast_m10_bb_pos,sell,2025-06-25 23:06:00,1267.0 -49073,sell_contrast_m10_bb_pos,sell,2025-06-25 23:09:00,1267.0 -49074,sell_contrast_m10_bb_pos,sell,2025-06-25 23:12:00,1266.0 -49075,sell_contrast_m10_bb_pos,sell,2025-06-25 23:15:00,1257.0 -49076,sell_contrast_m10_bb_pos,sell,2025-06-25 23:18:00,1246.0 -49077,sell_contrast_m10_bb_pos,sell,2025-06-26 06:00:00,1233.0 -49078,sell_contrast_m10_bb_pos,sell,2025-06-26 06:03:00,1236.0 -49079,sell_contrast_m10_bb_pos,sell,2025-06-26 06:06:00,1234.0 -49080,sell_contrast_m10_bb_pos,sell,2025-06-26 06:09:00,1233.0 -49081,sell_contrast_m10_bb_pos,sell,2025-06-26 11:00:00,1231.0 -49082,sell_contrast_m10_bb_pos,sell,2025-06-26 11:03:00,1234.0 -49083,sell_contrast_m10_bb_pos,sell,2025-06-26 11:06:00,1237.0 -49084,sell_contrast_m10_bb_pos,sell,2025-06-26 11:09:00,1240.0 -49085,sell_contrast_m10_bb_pos,sell,2025-06-26 11:21:00,1232.0 -49086,sell_contrast_m10_bb_pos,sell,2025-06-26 11:24:00,1234.0 -49087,sell_contrast_m10_bb_pos,sell,2025-06-26 11:27:00,1231.0 -49088,sell_contrast_m10_bb_pos,sell,2025-06-26 12:00:00,1239.0 -49089,sell_contrast_m10_bb_pos,sell,2025-06-26 12:03:00,1243.0 -49090,sell_contrast_m10_bb_pos,sell,2025-06-26 12:06:00,1248.0 -49091,sell_contrast_m10_bb_pos,sell,2025-06-26 12:09:00,1242.0 -49092,sell_contrast_m10_bb_pos,sell,2025-06-26 12:12:00,1239.0 -49093,sell_contrast_m10_bb_pos,sell,2025-06-26 12:15:00,1236.0 -49094,sell_contrast_m10_bb_pos,sell,2025-06-26 12:18:00,1234.0 -49095,sell_contrast_m10_bb_pos,sell,2025-06-26 16:30:00,1229.0 -49096,sell_contrast_m10_bb_pos,sell,2025-06-26 16:33:00,1229.0 -49097,sell_contrast_m10_bb_pos,sell,2025-06-26 16:36:00,1229.0 -49098,sell_contrast_m10_bb_pos,sell,2025-06-26 16:39:00,1232.0 -49099,sell_contrast_m10_bb_pos,sell,2025-06-26 16:42:00,1230.0 -49100,sell_contrast_m10_bb_pos,sell,2025-06-26 16:45:00,1231.0 -49101,sell_contrast_m10_bb_pos,sell,2025-06-26 16:48:00,1229.0 -49102,sell_contrast_m10_bb_pos,sell,2025-06-27 04:51:00,1202.0 -49103,sell_contrast_m10_bb_pos,sell,2025-06-27 04:54:00,1201.0 -49104,sell_contrast_m10_bb_pos,sell,2025-06-27 04:57:00,1202.0 -49105,sell_contrast_m10_bb_pos,sell,2025-06-27 05:00:00,1202.0 -49106,sell_contrast_m10_bb_pos,sell,2025-06-27 05:03:00,1202.0 -49107,sell_contrast_m10_bb_pos,sell,2025-06-27 05:06:00,1207.0 -49108,sell_contrast_m10_bb_pos,sell,2025-06-27 05:09:00,1206.0 -49109,sell_contrast_m10_bb_pos,sell,2025-06-27 05:12:00,1204.0 -49110,sell_contrast_m10_bb_pos,sell,2025-06-27 05:15:00,1205.0 -49111,sell_contrast_m10_bb_pos,sell,2025-06-27 05:18:00,1205.0 -49112,sell_contrast_m10_bb_pos,sell,2025-06-27 05:21:00,1204.0 -49113,sell_contrast_m10_bb_pos,sell,2025-06-27 05:24:00,1206.0 -49114,sell_contrast_m10_bb_pos,sell,2025-06-27 05:27:00,1207.0 -49115,sell_contrast_m10_bb_pos,sell,2025-06-27 05:30:00,1208.0 -49116,sell_contrast_m10_bb_pos,sell,2025-06-27 05:33:00,1212.0 -49117,sell_contrast_m10_bb_pos,sell,2025-06-27 05:36:00,1216.0 -49118,sell_contrast_m10_bb_pos,sell,2025-06-27 05:39:00,1221.0 -49119,sell_contrast_m10_bb_pos,sell,2025-06-27 05:51:00,1213.0 -49120,sell_contrast_m10_bb_pos,sell,2025-06-27 05:54:00,1214.0 -49121,sell_contrast_m10_bb_pos,sell,2025-06-27 05:57:00,1213.0 -49122,sell_contrast_m10_bb_pos,sell,2025-06-27 15:42:00,1195.0 -49123,sell_contrast_m10_bb_pos,sell,2025-06-27 15:45:00,1197.0 -49124,sell_contrast_m10_bb_pos,sell,2025-06-27 15:48:00,1196.0 -49125,sell_contrast_m10_bb_pos,sell,2025-06-27 17:51:00,1199.0 -49126,sell_contrast_m10_bb_pos,sell,2025-06-27 17:54:00,1199.0 -49127,sell_contrast_m10_bb_pos,sell,2025-06-27 17:57:00,1196.0 -49128,sell_contrast_m10_bb_pos,sell,2025-06-27 18:00:00,1197.0 -49129,sell_contrast_m10_bb_pos,sell,2025-06-27 18:03:00,1196.0 -49130,sell_contrast_m10_bb_pos,sell,2025-06-27 18:06:00,1193.0 -49131,sell_contrast_m10_bb_pos,sell,2025-06-27 18:09:00,1197.0 -49132,sell_contrast_m10_bb_pos,sell,2025-06-27 21:30:00,1194.0 -49133,sell_contrast_m10_bb_pos,sell,2025-06-27 21:33:00,1187.0 -49134,sell_contrast_m10_bb_pos,sell,2025-06-27 21:36:00,1189.0 -49135,sell_contrast_m10_bb_pos,sell,2025-06-27 21:39:00,1189.0 -49136,sell_contrast_m10_bb_pos,sell,2025-06-27 23:12:00,1192.0 -49137,sell_contrast_m10_bb_pos,sell,2025-06-27 23:15:00,1189.0 -49138,sell_contrast_m10_bb_pos,sell,2025-06-27 23:18:00,1186.0 -49139,sell_contrast_m10_bb_pos,sell,2025-06-28 00:42:00,1198.0 -49140,sell_contrast_m10_bb_pos,sell,2025-06-28 00:45:00,1195.0 -49141,sell_contrast_m10_bb_pos,sell,2025-06-28 00:48:00,1195.0 -49142,sell_contrast_m10_bb_pos,sell,2025-06-28 01:12:00,1196.0 -49143,sell_contrast_m10_bb_pos,sell,2025-06-28 01:15:00,1196.0 -49144,sell_contrast_m10_bb_pos,sell,2025-06-28 01:18:00,1197.0 -49145,sell_contrast_m10_bb_pos,sell,2025-06-28 01:21:00,1196.0 -49146,sell_contrast_m10_bb_pos,sell,2025-06-28 01:24:00,1197.0 -49147,sell_contrast_m10_bb_pos,sell,2025-06-28 01:27:00,1198.0 -49148,sell_contrast_m10_bb_pos,sell,2025-06-28 01:30:00,1201.0 -49149,sell_contrast_m10_bb_pos,sell,2025-06-28 01:33:00,1209.0 -49150,sell_contrast_m10_bb_pos,sell,2025-06-28 01:36:00,1214.0 -49151,sell_contrast_m10_bb_pos,sell,2025-06-28 01:39:00,1211.0 -49152,sell_contrast_m10_bb_pos,sell,2025-06-28 01:51:00,1206.0 -49153,sell_contrast_m10_bb_pos,sell,2025-06-28 01:54:00,1205.0 -49154,sell_contrast_m10_bb_pos,sell,2025-06-28 01:57:00,1204.0 -49155,sell_contrast_m10_bb_pos,sell,2025-06-28 05:51:00,1192.0 -49156,sell_contrast_m10_bb_pos,sell,2025-06-28 05:54:00,1188.0 -49157,sell_contrast_m10_bb_pos,sell,2025-06-28 05:57:00,1191.0 -49158,sell_contrast_m10_bb_pos,sell,2025-06-28 06:00:00,1193.0 -49159,sell_contrast_m10_bb_pos,sell,2025-06-28 06:03:00,1192.0 -49160,sell_contrast_m10_bb_pos,sell,2025-06-28 06:06:00,1193.0 -49161,sell_contrast_m10_bb_pos,sell,2025-06-28 06:09:00,1194.0 -49162,sell_contrast_m10_bb_pos,sell,2025-06-28 06:12:00,1193.0 -49163,sell_contrast_m10_bb_pos,sell,2025-06-28 06:15:00,1192.0 -49164,sell_contrast_m10_bb_pos,sell,2025-06-28 06:18:00,1190.0 -49165,sell_contrast_m10_bb_pos,sell,2025-06-28 06:30:00,1194.0 -49166,sell_contrast_m10_bb_pos,sell,2025-06-28 06:33:00,1195.0 -49167,sell_contrast_m10_bb_pos,sell,2025-06-28 06:36:00,1196.0 -49168,sell_contrast_m10_bb_pos,sell,2025-06-28 06:39:00,1196.0 -49169,sell_contrast_m10_bb_pos,sell,2025-06-28 06:42:00,1196.0 -49170,sell_contrast_m10_bb_pos,sell,2025-06-28 06:45:00,1195.0 -49171,sell_contrast_m10_bb_pos,sell,2025-06-28 06:48:00,1196.0 -49172,sell_contrast_m10_bb_pos,sell,2025-06-28 06:51:00,1197.0 -49173,sell_contrast_m10_bb_pos,sell,2025-06-28 06:54:00,1198.0 -49174,sell_contrast_m10_bb_pos,sell,2025-06-28 06:57:00,1197.0 -49175,sell_contrast_m10_bb_pos,sell,2025-06-28 07:00:00,1196.0 -49176,sell_contrast_m10_bb_pos,sell,2025-06-28 07:03:00,1197.0 -49177,sell_contrast_m10_bb_pos,sell,2025-06-28 07:06:00,1197.0 -49178,sell_contrast_m10_bb_pos,sell,2025-06-28 07:09:00,1196.0 -49179,sell_contrast_m10_bb_pos,sell,2025-06-28 09:51:00,1202.0 -49180,sell_contrast_m10_bb_pos,sell,2025-06-28 09:54:00,1202.0 -49181,sell_contrast_m10_bb_pos,sell,2025-06-28 09:57:00,1202.0 -49182,sell_contrast_m10_bb_pos,sell,2025-06-28 10:00:00,1202.0 -49183,sell_contrast_m10_bb_pos,sell,2025-06-28 10:03:00,1202.0 -49184,sell_contrast_m10_bb_pos,sell,2025-06-28 10:06:00,1203.0 -49185,sell_contrast_m10_bb_pos,sell,2025-06-28 10:09:00,1205.0 -49186,sell_contrast_m10_bb_pos,sell,2025-06-28 11:00:00,1206.0 -49187,sell_contrast_m10_bb_pos,sell,2025-06-28 11:03:00,1208.0 -49188,sell_contrast_m10_bb_pos,sell,2025-06-28 11:06:00,1206.0 -49189,sell_contrast_m10_bb_pos,sell,2025-06-28 11:09:00,1208.0 -49190,sell_contrast_m10_bb_pos,sell,2025-06-28 14:30:00,1206.0 -49191,sell_contrast_m10_bb_pos,sell,2025-06-28 14:33:00,1202.0 -49192,sell_contrast_m10_bb_pos,sell,2025-06-28 14:36:00,1202.0 -49193,sell_contrast_m10_bb_pos,sell,2025-06-28 14:39:00,1201.0 -49194,sell_contrast_m10_bb_pos,sell,2025-06-28 16:51:00,1206.0 -49195,sell_contrast_m10_bb_pos,sell,2025-06-28 16:54:00,1205.0 -49196,sell_contrast_m10_bb_pos,sell,2025-06-28 16:57:00,1208.0 -49197,sell_contrast_m10_bb_pos,sell,2025-06-28 22:12:00,1201.0 -49198,sell_contrast_m10_bb_pos,sell,2025-06-28 22:15:00,1200.0 -49199,sell_contrast_m10_bb_pos,sell,2025-06-28 22:18:00,1197.0 -49200,sell_contrast_m10_bb_pos,sell,2025-06-29 00:21:00,1200.0 -49201,sell_contrast_m10_bb_pos,sell,2025-06-29 00:24:00,1197.0 -49202,sell_contrast_m10_bb_pos,sell,2025-06-29 00:27:00,1197.0 -49203,sell_contrast_m10_bb_pos,sell,2025-06-29 00:42:00,1201.0 -49204,sell_contrast_m10_bb_pos,sell,2025-06-29 00:45:00,1203.0 -49205,sell_contrast_m10_bb_pos,sell,2025-06-29 00:48:00,1202.0 -49206,sell_contrast_m10_bb_pos,sell,2025-06-29 01:30:00,1211.0 -49207,sell_contrast_m10_bb_pos,sell,2025-06-29 01:33:00,1214.0 -49208,sell_contrast_m10_bb_pos,sell,2025-06-29 01:36:00,1215.0 -49209,sell_contrast_m10_bb_pos,sell,2025-06-29 01:39:00,1214.0 -49210,sell_contrast_m10_bb_pos,sell,2025-06-29 01:42:00,1209.0 -49211,sell_contrast_m10_bb_pos,sell,2025-06-29 01:45:00,1211.0 -49212,sell_contrast_m10_bb_pos,sell,2025-06-29 01:48:00,1210.0 -49213,sell_contrast_m10_bb_pos,sell,2025-06-29 02:51:00,1216.0 -49214,sell_contrast_m10_bb_pos,sell,2025-06-29 02:54:00,1219.0 -49215,sell_contrast_m10_bb_pos,sell,2025-06-29 02:57:00,1219.0 -49216,sell_contrast_m10_bb_pos,sell,2025-06-29 04:00:00,1218.0 -49217,sell_contrast_m10_bb_pos,sell,2025-06-29 04:03:00,1217.0 -49218,sell_contrast_m10_bb_pos,sell,2025-06-29 04:06:00,1216.0 -49219,sell_contrast_m10_bb_pos,sell,2025-06-29 04:09:00,1215.0 -49220,sell_contrast_m10_bb_pos,sell,2025-06-29 04:42:00,1221.0 -49221,sell_contrast_m10_bb_pos,sell,2025-06-29 04:45:00,1218.0 -49222,sell_contrast_m10_bb_pos,sell,2025-06-29 04:48:00,1217.0 -49223,sell_contrast_m10_bb_pos,sell,2025-06-29 06:42:00,1221.0 -49224,sell_contrast_m10_bb_pos,sell,2025-06-29 06:45:00,1224.0 -49225,sell_contrast_m10_bb_pos,sell,2025-06-29 06:48:00,1223.0 -49226,sell_contrast_m10_bb_pos,sell,2025-06-29 07:42:00,1233.0 -49227,sell_contrast_m10_bb_pos,sell,2025-06-29 07:45:00,1233.0 -49228,sell_contrast_m10_bb_pos,sell,2025-06-29 07:48:00,1234.0 -49229,sell_contrast_m10_bb_pos,sell,2025-06-29 07:51:00,1236.0 -49230,sell_contrast_m10_bb_pos,sell,2025-06-29 07:54:00,1237.0 -49231,sell_contrast_m10_bb_pos,sell,2025-06-29 07:57:00,1236.0 -49232,sell_contrast_m10_bb_pos,sell,2025-06-29 08:00:00,1234.0 -49233,sell_contrast_m10_bb_pos,sell,2025-06-29 08:03:00,1237.0 -49234,sell_contrast_m10_bb_pos,sell,2025-06-29 08:06:00,1237.0 -49235,sell_contrast_m10_bb_pos,sell,2025-06-29 08:09:00,1234.0 -49236,sell_contrast_m10_bb_pos,sell,2025-06-29 09:51:00,1237.0 -49237,sell_contrast_m10_bb_pos,sell,2025-06-29 09:54:00,1234.0 -49238,sell_contrast_m10_bb_pos,sell,2025-06-29 09:57:00,1234.0 -49239,sell_contrast_m10_bb_pos,sell,2025-06-29 16:12:00,1230.0 -49240,sell_contrast_m10_bb_pos,sell,2025-06-29 16:15:00,1231.0 -49241,sell_contrast_m10_bb_pos,sell,2025-06-29 16:18:00,1228.0 -49242,sell_contrast_m10_bb_pos,sell,2025-06-29 16:21:00,1230.0 -49243,sell_contrast_m10_bb_pos,sell,2025-06-29 16:24:00,1228.0 -49244,sell_contrast_m10_bb_pos,sell,2025-06-29 16:27:00,1229.0 -49245,sell_contrast_m10_bb_pos,sell,2025-06-29 16:42:00,1228.0 -49246,sell_contrast_m10_bb_pos,sell,2025-06-29 16:45:00,1227.0 -49247,sell_contrast_m10_bb_pos,sell,2025-06-29 16:48:00,1224.0 -49248,sell_contrast_m10_bb_pos,sell,2025-06-29 17:12:00,1234.0 -49249,sell_contrast_m10_bb_pos,sell,2025-06-29 17:15:00,1230.0 -49250,sell_contrast_m10_bb_pos,sell,2025-06-29 17:18:00,1229.0 -49251,sell_contrast_m10_bb_pos,sell,2025-06-29 17:51:00,1238.0 -49252,sell_contrast_m10_bb_pos,sell,2025-06-29 17:54:00,1237.0 -49253,sell_contrast_m10_bb_pos,sell,2025-06-29 17:57:00,1237.0 -49254,sell_contrast_m10_bb_pos,sell,2025-06-29 18:00:00,1237.0 -49255,sell_contrast_m10_bb_pos,sell,2025-06-29 18:03:00,1235.0 -49256,sell_contrast_m10_bb_pos,sell,2025-06-29 18:06:00,1234.0 -49257,sell_contrast_m10_bb_pos,sell,2025-06-29 18:09:00,1235.0 -49258,sell_contrast_m10_bb_pos,sell,2025-06-29 18:21:00,1241.0 -49259,sell_contrast_m10_bb_pos,sell,2025-06-29 18:24:00,1239.0 -49260,sell_contrast_m10_bb_pos,sell,2025-06-29 18:27:00,1241.0 -49261,sell_contrast_m10_bb_pos,sell,2025-06-29 18:30:00,1240.0 -49262,sell_contrast_m10_bb_pos,sell,2025-06-29 18:33:00,1240.0 -49263,sell_contrast_m10_bb_pos,sell,2025-06-29 18:36:00,1243.0 -49264,sell_contrast_m10_bb_pos,sell,2025-06-29 18:39:00,1243.0 -49265,sell_contrast_m10_bb_pos,sell,2025-06-29 18:42:00,1241.0 -49266,sell_contrast_m10_bb_pos,sell,2025-06-29 18:45:00,1242.0 -49267,sell_contrast_m10_bb_pos,sell,2025-06-29 18:48:00,1241.0 -49268,sell_contrast_m10_bb_pos,sell,2025-06-29 18:51:00,1240.0 -49269,sell_contrast_m10_bb_pos,sell,2025-06-29 18:54:00,1241.0 -49270,sell_contrast_m10_bb_pos,sell,2025-06-29 18:57:00,1237.0 -49271,sell_contrast_m10_bb_pos,sell,2025-06-29 22:30:00,1240.0 -49272,sell_contrast_m10_bb_pos,sell,2025-06-29 22:33:00,1238.0 -49273,sell_contrast_m10_bb_pos,sell,2025-06-29 22:36:00,1237.0 -49274,sell_contrast_m10_bb_pos,sell,2025-06-29 22:39:00,1236.0 -49275,sell_contrast_m10_bb_pos,sell,2025-06-30 03:00:00,1228.0 -49276,sell_contrast_m10_bb_pos,sell,2025-06-30 03:03:00,1226.0 -49277,sell_contrast_m10_bb_pos,sell,2025-06-30 03:06:00,1225.0 -49278,sell_contrast_m10_bb_pos,sell,2025-06-30 03:09:00,1223.0 -49279,sell_contrast_m10_bb_pos,sell,2025-06-30 04:12:00,1235.0 -49280,sell_contrast_m10_bb_pos,sell,2025-06-30 04:15:00,1233.0 -49281,sell_contrast_m10_bb_pos,sell,2025-06-30 04:21:00,1233.0 -49282,sell_contrast_m10_bb_pos,sell,2025-06-30 04:24:00,1233.0 -49283,sell_contrast_m10_bb_pos,sell,2025-06-30 04:27:00,1234.0 -49284,sell_contrast_m10_bb_pos,sell,2025-06-30 04:30:00,1235.0 -49285,sell_contrast_m10_bb_pos,sell,2025-06-30 04:33:00,1236.0 -49286,sell_contrast_m10_bb_pos,sell,2025-06-30 04:36:00,1237.0 -49287,sell_contrast_m10_bb_pos,sell,2025-06-30 04:39:00,1237.0 -49288,sell_contrast_m10_bb_pos,sell,2025-06-30 04:42:00,1235.0 -49289,sell_contrast_m10_bb_pos,sell,2025-06-30 04:48:00,1235.0 -49290,sell_contrast_m10_bb_pos,sell,2025-06-30 04:51:00,1237.0 -49291,sell_contrast_m10_bb_pos,sell,2025-06-30 04:54:00,1237.0 -49292,sell_contrast_m10_bb_pos,sell,2025-06-30 04:57:00,1238.0 -49293,sell_contrast_m10_bb_pos,sell,2025-06-30 05:00:00,1238.0 -49294,sell_contrast_m10_bb_pos,sell,2025-06-30 05:03:00,1237.0 -49295,sell_contrast_m10_bb_pos,sell,2025-06-30 05:06:00,1237.0 -49296,sell_contrast_m10_bb_pos,sell,2025-06-30 05:09:00,1237.0 -49297,sell_contrast_m10_bb_pos,sell,2025-06-30 05:12:00,1237.0 -49298,sell_contrast_m10_bb_pos,sell,2025-06-30 05:15:00,1237.0 -49299,sell_contrast_m10_bb_pos,sell,2025-06-30 05:18:00,1238.0 -49300,sell_contrast_m10_bb_pos,sell,2025-06-30 05:21:00,1238.0 -49301,sell_contrast_m10_bb_pos,sell,2025-06-30 05:24:00,1239.0 -49302,sell_contrast_m10_bb_pos,sell,2025-06-30 05:27:00,1239.0 -49303,sell_contrast_m10_bb_pos,sell,2025-06-30 05:30:00,1240.0 -49304,sell_contrast_m10_bb_pos,sell,2025-06-30 05:33:00,1241.0 -49305,sell_contrast_m10_bb_pos,sell,2025-06-30 05:36:00,1240.0 -49306,sell_contrast_m10_bb_pos,sell,2025-06-30 05:39:00,1239.0 -49307,sell_contrast_m10_bb_pos,sell,2025-06-30 06:30:00,1241.0 -49308,sell_contrast_m10_bb_pos,sell,2025-06-30 06:33:00,1246.0 -49309,sell_contrast_m10_bb_pos,sell,2025-06-30 06:36:00,1248.0 -49310,sell_contrast_m10_bb_pos,sell,2025-06-30 06:39:00,1250.0 -49311,sell_contrast_m10_bb_pos,sell,2025-06-30 08:00:00,1305.0 -49312,sell_contrast_m10_bb_pos,sell,2025-06-30 08:03:00,1307.0 -49313,sell_contrast_m10_bb_pos,sell,2025-06-30 08:06:00,1302.0 -49314,sell_contrast_m10_bb_pos,sell,2025-06-30 08:09:00,1303.0 -49315,sell_contrast_m10_bb_pos,sell,2025-06-30 08:12:00,1303.0 -49316,sell_contrast_m10_bb_pos,sell,2025-06-30 08:15:00,1301.0 -49317,sell_contrast_m10_bb_pos,sell,2025-06-30 08:18:00,1300.0 -49318,sell_contrast_m10_bb_pos,sell,2025-06-30 16:30:00,1259.0 -49319,sell_contrast_m10_bb_pos,sell,2025-06-30 16:33:00,1257.0 -49320,sell_contrast_m10_bb_pos,sell,2025-06-30 16:36:00,1256.0 -49321,sell_contrast_m10_bb_pos,sell,2025-06-30 16:39:00,1260.0 -49322,sell_contrast_m10_bb_pos,sell,2025-06-30 16:42:00,1261.0 -49323,sell_contrast_m10_bb_pos,sell,2025-06-30 16:45:00,1262.0 -49324,sell_contrast_m10_bb_pos,sell,2025-06-30 16:48:00,1263.0 -49325,sell_contrast_m10_bb_pos,sell,2025-06-30 16:51:00,1263.0 -49326,sell_contrast_m10_bb_pos,sell,2025-06-30 16:54:00,1262.0 -49327,sell_contrast_m10_bb_pos,sell,2025-06-30 16:57:00,1261.0 -49328,sell_contrast_m10_bb_pos,sell,2025-07-01 00:42:00,1233.0 -49329,sell_contrast_m10_bb_pos,sell,2025-07-01 00:45:00,1233.0 -49330,sell_contrast_m10_bb_pos,sell,2025-07-01 00:48:00,1237.0 -49331,sell_contrast_m10_bb_pos,sell,2025-07-01 02:00:00,1237.0 -49332,sell_contrast_m10_bb_pos,sell,2025-07-01 02:03:00,1236.0 -49333,sell_contrast_m10_bb_pos,sell,2025-07-01 02:06:00,1236.0 -49334,sell_contrast_m10_bb_pos,sell,2025-07-01 02:09:00,1236.0 -49335,sell_contrast_m10_bb_pos,sell,2025-07-01 02:12:00,1239.0 -49336,sell_contrast_m10_bb_pos,sell,2025-07-01 02:15:00,1245.0 -49337,sell_contrast_m10_bb_pos,sell,2025-07-01 02:18:00,1242.0 -49338,sell_contrast_m10_bb_pos,sell,2025-07-01 02:30:00,1240.0 -49339,sell_contrast_m10_bb_pos,sell,2025-07-01 02:33:00,1238.0 -49340,sell_contrast_m10_bb_pos,sell,2025-07-01 02:36:00,1237.0 -49341,sell_contrast_m10_bb_pos,sell,2025-07-01 02:39:00,1234.0 -49342,sell_contrast_m10_bb_pos,sell,2025-07-01 04:51:00,1245.0 -49343,sell_contrast_m10_bb_pos,sell,2025-07-01 04:54:00,1245.0 -49344,sell_contrast_m10_bb_pos,sell,2025-07-01 04:57:00,1249.0 -49345,sell_contrast_m10_bb_pos,sell,2025-07-01 05:21:00,1251.0 -49346,sell_contrast_m10_bb_pos,sell,2025-07-01 05:24:00,1249.0 -49347,sell_contrast_m10_bb_pos,sell,2025-07-01 05:27:00,1247.0 -49348,sell_contrast_m10_bb_pos,sell,2025-07-01 16:51:00,1201.0 -49349,sell_contrast_m10_bb_pos,sell,2025-07-01 16:54:00,1202.0 -49350,sell_contrast_m10_bb_pos,sell,2025-07-01 16:57:00,1201.0 -49351,sell_contrast_m10_bb_pos,sell,2025-07-01 17:00:00,1201.0 -49352,sell_contrast_m10_bb_pos,sell,2025-07-01 17:03:00,1196.0 -49353,sell_contrast_m10_bb_pos,sell,2025-07-01 17:06:00,1195.0 -49354,sell_contrast_m10_bb_pos,sell,2025-07-01 17:09:00,1194.0 -49355,sell_contrast_m10_bb_pos,sell,2025-07-01 23:12:00,1196.0 -49356,sell_contrast_m10_bb_pos,sell,2025-07-01 23:15:00,1196.0 -49357,sell_contrast_m10_bb_pos,sell,2025-07-01 23:18:00,1197.0 -49358,sell_contrast_m10_bb_pos,sell,2025-07-02 09:42:00,1172.0 -49359,sell_contrast_m10_bb_pos,sell,2025-07-02 09:45:00,1172.0 -49360,sell_contrast_m10_bb_pos,sell,2025-07-02 09:48:00,1167.0 -49361,sell_contrast_m10_bb_pos,sell,2025-07-02 10:51:00,1175.0 -49362,sell_contrast_m10_bb_pos,sell,2025-07-02 10:57:00,1172.0 -49363,sell_contrast_m10_bb_pos,sell,2025-07-02 12:30:00,1181.0 -49364,sell_contrast_m10_bb_pos,sell,2025-07-02 12:33:00,1182.0 -49365,sell_contrast_m10_bb_pos,sell,2025-07-02 12:36:00,1177.0 -49366,sell_contrast_m10_bb_pos,sell,2025-07-02 12:39:00,1181.0 -49367,sell_contrast_m10_bb_pos,sell,2025-07-02 13:30:00,1181.0 -49368,sell_contrast_m10_bb_pos,sell,2025-07-02 13:33:00,1178.0 -49369,sell_contrast_m10_bb_pos,sell,2025-07-02 13:36:00,1180.0 -49370,sell_contrast_m10_bb_pos,sell,2025-07-02 13:39:00,1182.0 -49371,sell_contrast_m10_bb_pos,sell,2025-07-02 13:51:00,1184.0 -49372,sell_contrast_m10_bb_pos,sell,2025-07-02 13:54:00,1188.0 -49373,sell_contrast_m10_bb_pos,sell,2025-07-02 13:57:00,1190.0 -49374,sell_contrast_m10_bb_pos,sell,2025-07-02 14:30:00,1192.0 -49375,sell_contrast_m10_bb_pos,sell,2025-07-02 14:33:00,1191.0 -49376,sell_contrast_m10_bb_pos,sell,2025-07-02 14:36:00,1191.0 -49377,sell_contrast_m10_bb_pos,sell,2025-07-02 14:39:00,1191.0 -49378,sell_contrast_m10_bb_pos,sell,2025-07-02 14:42:00,1193.0 -49379,sell_contrast_m10_bb_pos,sell,2025-07-02 14:45:00,1190.0 -49380,sell_contrast_m10_bb_pos,sell,2025-07-02 14:48:00,1190.0 -49381,sell_contrast_m10_bb_pos,sell,2025-07-02 15:12:00,1196.0 -49382,sell_contrast_m10_bb_pos,sell,2025-07-02 15:15:00,1197.0 -49383,sell_contrast_m10_bb_pos,sell,2025-07-02 15:18:00,1195.0 -49384,sell_contrast_m10_bb_pos,sell,2025-07-02 15:21:00,1196.0 -49385,sell_contrast_m10_bb_pos,sell,2025-07-02 15:24:00,1194.0 -49386,sell_contrast_m10_bb_pos,sell,2025-07-02 15:27:00,1193.0 -49387,sell_contrast_m10_bb_pos,sell,2025-07-02 15:51:00,1199.0 -49388,sell_contrast_m10_bb_pos,sell,2025-07-02 15:54:00,1199.0 -49389,sell_contrast_m10_bb_pos,sell,2025-07-02 15:57:00,1201.0 -49390,sell_contrast_m10_bb_pos,sell,2025-07-02 16:00:00,1203.0 -49391,sell_contrast_m10_bb_pos,sell,2025-07-02 16:03:00,1215.0 -49392,sell_contrast_m10_bb_pos,sell,2025-07-02 16:06:00,1272.0 -49393,sell_contrast_m10_bb_pos,sell,2025-07-02 16:09:00,1225.0 -49394,sell_contrast_m10_bb_pos,sell,2025-07-02 16:21:00,1215.0 -49395,sell_contrast_m10_bb_pos,sell,2025-07-02 16:24:00,1219.0 -49396,sell_contrast_m10_bb_pos,sell,2025-07-02 16:27:00,1217.0 -49397,sell_contrast_m10_bb_pos,sell,2025-07-02 16:30:00,1216.0 -49398,sell_contrast_m10_bb_pos,sell,2025-07-02 16:33:00,1213.0 -49399,sell_contrast_m10_bb_pos,sell,2025-07-02 16:36:00,1217.0 -49400,sell_contrast_m10_bb_pos,sell,2025-07-02 16:39:00,1217.0 -49401,sell_contrast_m10_bb_pos,sell,2025-07-02 16:42:00,1217.0 -49402,sell_contrast_m10_bb_pos,sell,2025-07-02 16:45:00,1214.0 -49403,sell_contrast_m10_bb_pos,sell,2025-07-02 16:48:00,1215.0 -49404,sell_contrast_m10_bb_pos,sell,2025-07-02 16:51:00,1215.0 -49405,sell_contrast_m10_bb_pos,sell,2025-07-02 16:54:00,1217.0 -49406,sell_contrast_m10_bb_pos,sell,2025-07-02 16:57:00,1215.0 -49407,sell_contrast_m10_bb_pos,sell,2025-07-02 22:00:00,1223.0 -49408,sell_contrast_m10_bb_pos,sell,2025-07-02 22:03:00,1223.0 -49409,sell_contrast_m10_bb_pos,sell,2025-07-02 22:06:00,1225.0 -49410,sell_contrast_m10_bb_pos,sell,2025-07-02 22:09:00,1224.0 -49411,sell_contrast_m10_bb_pos,sell,2025-07-02 22:12:00,1225.0 -49412,sell_contrast_m10_bb_pos,sell,2025-07-02 22:15:00,1229.0 -49413,sell_contrast_m10_bb_pos,sell,2025-07-02 22:18:00,1225.0 -49414,sell_contrast_m10_bb_pos,sell,2025-07-02 22:21:00,1226.0 -49415,sell_contrast_m10_bb_pos,sell,2025-07-02 22:24:00,1225.0 -49416,sell_contrast_m10_bb_pos,sell,2025-07-02 22:27:00,1224.0 -49417,sell_contrast_m10_bb_pos,sell,2025-07-02 22:30:00,1225.0 -49418,sell_contrast_m10_bb_pos,sell,2025-07-02 22:33:00,1224.0 -49419,sell_contrast_m10_bb_pos,sell,2025-07-02 22:36:00,1223.0 -49420,sell_contrast_m10_bb_pos,sell,2025-07-02 22:39:00,1223.0 -49421,sell_contrast_m10_bb_pos,sell,2025-07-02 23:30:00,1232.0 -49422,sell_contrast_m10_bb_pos,sell,2025-07-02 23:33:00,1232.0 -49423,sell_contrast_m10_bb_pos,sell,2025-07-02 23:36:00,1231.0 -49424,sell_contrast_m10_bb_pos,sell,2025-07-02 23:39:00,1234.0 -49425,sell_contrast_m10_bb_pos,sell,2025-07-02 23:42:00,1232.0 -49426,sell_contrast_m10_bb_pos,sell,2025-07-02 23:45:00,1227.0 -49427,sell_contrast_m10_bb_pos,sell,2025-07-02 23:48:00,1230.0 -49428,sell_contrast_m10_bb_pos,sell,2025-07-02 23:51:00,1234.0 -49429,sell_contrast_m10_bb_pos,sell,2025-07-02 23:54:00,1234.0 -49430,sell_contrast_m10_bb_pos,sell,2025-07-02 23:57:00,1235.0 -49431,sell_contrast_m10_bb_pos,sell,2025-07-03 00:00:00,1235.0 -49432,sell_contrast_m10_bb_pos,sell,2025-07-03 00:03:00,1234.0 -49433,sell_contrast_m10_bb_pos,sell,2025-07-03 00:06:00,1239.0 -49434,sell_contrast_m10_bb_pos,sell,2025-07-03 00:09:00,1239.0 -49435,sell_contrast_m10_bb_pos,sell,2025-07-03 00:12:00,1246.0 -49436,sell_contrast_m10_bb_pos,sell,2025-07-03 00:15:00,1241.0 -49437,sell_contrast_m10_bb_pos,sell,2025-07-03 00:18:00,1245.0 -49438,sell_contrast_m10_bb_pos,sell,2025-07-03 00:42:00,1240.0 -49439,sell_contrast_m10_bb_pos,sell,2025-07-03 00:45:00,1244.0 -49440,sell_contrast_m10_bb_pos,sell,2025-07-03 00:48:00,1245.0 -49441,sell_contrast_m10_bb_pos,sell,2025-07-03 00:51:00,1244.0 -49442,sell_contrast_m10_bb_pos,sell,2025-07-03 00:54:00,1248.0 -49443,sell_contrast_m10_bb_pos,sell,2025-07-03 00:57:00,1246.0 -49444,sell_contrast_m10_bb_pos,sell,2025-07-03 01:00:00,1247.0 -49445,sell_contrast_m10_bb_pos,sell,2025-07-03 01:03:00,1249.0 -49446,sell_contrast_m10_bb_pos,sell,2025-07-03 01:06:00,1257.0 -49447,sell_contrast_m10_bb_pos,sell,2025-07-03 01:09:00,1264.0 -49448,sell_contrast_m10_bb_pos,sell,2025-07-03 02:00:00,1284.0 -49449,sell_contrast_m10_bb_pos,sell,2025-07-03 02:03:00,1292.0 -49450,sell_contrast_m10_bb_pos,sell,2025-07-03 02:06:00,1290.0 -49451,sell_contrast_m10_bb_pos,sell,2025-07-03 02:09:00,1283.0 -49452,sell_contrast_m10_bb_pos,sell,2025-07-03 02:12:00,1286.0 -49453,sell_contrast_m10_bb_pos,sell,2025-07-03 02:15:00,1287.0 -49454,sell_contrast_m10_bb_pos,sell,2025-07-03 02:18:00,1291.0 -49455,sell_contrast_m10_bb_pos,sell,2025-07-03 02:21:00,1290.0 -49456,sell_contrast_m10_bb_pos,sell,2025-07-03 02:24:00,1293.0 -49457,sell_contrast_m10_bb_pos,sell,2025-07-03 02:27:00,1286.0 -49458,sell_contrast_m10_bb_pos,sell,2025-07-03 03:21:00,1300.0 -49459,sell_contrast_m10_bb_pos,sell,2025-07-03 03:24:00,1297.0 -49460,sell_contrast_m10_bb_pos,sell,2025-07-03 03:27:00,1297.0 -49461,sell_contrast_m10_bb_pos,sell,2025-07-03 03:30:00,1302.0 -49462,sell_contrast_m10_bb_pos,sell,2025-07-03 03:33:00,1300.0 -49463,sell_contrast_m10_bb_pos,sell,2025-07-03 03:36:00,1298.0 -49464,sell_contrast_m10_bb_pos,sell,2025-07-03 03:39:00,1294.0 -49465,sell_contrast_m10_bb_pos,sell,2025-07-03 05:00:00,1303.0 -49466,sell_contrast_m10_bb_pos,sell,2025-07-03 05:03:00,1301.0 -49467,sell_contrast_m10_bb_pos,sell,2025-07-03 05:06:00,1300.0 -49468,sell_contrast_m10_bb_pos,sell,2025-07-03 05:09:00,1298.0 -49469,sell_contrast_m10_bb_pos,sell,2025-07-03 05:30:00,1308.0 -49470,sell_contrast_m10_bb_pos,sell,2025-07-03 05:33:00,1305.0 -49471,sell_contrast_m10_bb_pos,sell,2025-07-03 05:36:00,1306.0 -49472,sell_contrast_m10_bb_pos,sell,2025-07-03 05:39:00,1306.0 -49473,sell_contrast_m10_bb_pos,sell,2025-07-03 10:30:00,1300.0 -49474,sell_contrast_m10_bb_pos,sell,2025-07-03 10:33:00,1301.0 -49475,sell_contrast_m10_bb_pos,sell,2025-07-03 10:36:00,1301.0 -49476,sell_contrast_m10_bb_pos,sell,2025-07-03 10:39:00,1305.0 -49477,sell_contrast_m10_bb_pos,sell,2025-07-03 10:42:00,1305.0 -49478,sell_contrast_m10_bb_pos,sell,2025-07-03 10:45:00,1305.0 -49479,sell_contrast_m10_bb_pos,sell,2025-07-03 10:48:00,1306.0 -49480,sell_contrast_m10_bb_pos,sell,2025-07-03 10:51:00,1308.0 -49481,sell_contrast_m10_bb_pos,sell,2025-07-03 10:54:00,1308.0 -49482,sell_contrast_m10_bb_pos,sell,2025-07-03 10:57:00,1315.0 -49483,sell_contrast_m10_bb_pos,sell,2025-07-03 15:00:00,1329.0 -49484,sell_contrast_m10_bb_pos,sell,2025-07-03 15:03:00,1325.0 -49485,sell_contrast_m10_bb_pos,sell,2025-07-03 15:06:00,1321.0 -49486,sell_contrast_m10_bb_pos,sell,2025-07-03 15:09:00,1321.0 -49487,sell_contrast_m10_bb_pos,sell,2025-07-04 03:42:00,1283.0 -49488,sell_contrast_m10_bb_pos,sell,2025-07-04 03:45:00,1280.0 -49489,sell_contrast_m10_bb_pos,sell,2025-07-04 03:48:00,1278.0 -49490,sell_contrast_m10_bb_pos,sell,2025-07-04 04:30:00,1283.0 -49491,sell_contrast_m10_bb_pos,sell,2025-07-04 04:33:00,1284.0 -49492,sell_contrast_m10_bb_pos,sell,2025-07-04 04:36:00,1283.0 -49493,sell_contrast_m10_bb_pos,sell,2025-07-04 04:39:00,1282.0 -49494,sell_contrast_m10_bb_pos,sell,2025-07-04 04:51:00,1285.0 -49495,sell_contrast_m10_bb_pos,sell,2025-07-04 04:54:00,1285.0 -49496,sell_contrast_m10_bb_pos,sell,2025-07-04 04:57:00,1285.0 -49497,sell_contrast_m10_bb_pos,sell,2025-07-04 05:12:00,1289.0 -49498,sell_contrast_m10_bb_pos,sell,2025-07-04 05:15:00,1287.0 -49499,sell_contrast_m10_bb_pos,sell,2025-07-04 05:18:00,1285.0 -49500,sell_contrast_m10_bb_pos,sell,2025-07-04 05:21:00,1288.0 -49501,sell_contrast_m10_bb_pos,sell,2025-07-04 05:24:00,1288.0 -49502,sell_contrast_m10_bb_pos,sell,2025-07-04 05:27:00,1290.0 -49503,sell_contrast_m10_bb_pos,sell,2025-07-04 05:51:00,1292.0 -49504,sell_contrast_m10_bb_pos,sell,2025-07-04 05:54:00,1291.0 -49505,sell_contrast_m10_bb_pos,sell,2025-07-04 05:57:00,1291.0 -49506,sell_contrast_m10_bb_pos,sell,2025-07-04 06:00:00,1292.0 -49507,sell_contrast_m10_bb_pos,sell,2025-07-04 06:03:00,1294.0 -49508,sell_contrast_m10_bb_pos,sell,2025-07-04 06:06:00,1292.0 -49509,sell_contrast_m10_bb_pos,sell,2025-07-04 06:09:00,1291.0 -49510,sell_contrast_m10_bb_pos,sell,2025-07-04 09:51:00,1290.0 -49511,sell_contrast_m10_bb_pos,sell,2025-07-04 09:54:00,1290.0 -49512,sell_contrast_m10_bb_pos,sell,2025-07-04 09:57:00,1282.0 -49513,sell_contrast_m10_bb_pos,sell,2025-07-04 10:21:00,1293.0 -49514,sell_contrast_m10_bb_pos,sell,2025-07-04 10:24:00,1289.0 -49515,sell_contrast_m10_bb_pos,sell,2025-07-04 10:27:00,1291.0 -49516,sell_contrast_m10_bb_pos,sell,2025-07-05 05:51:00,1197.0 -49517,sell_contrast_m10_bb_pos,sell,2025-07-05 05:54:00,1195.0 -49518,sell_contrast_m10_bb_pos,sell,2025-07-05 05:57:00,1193.0 -49519,sell_contrast_m10_bb_pos,sell,2025-07-05 07:42:00,1200.0 -49520,sell_contrast_m10_bb_pos,sell,2025-07-05 07:45:00,1199.0 -49521,sell_contrast_m10_bb_pos,sell,2025-07-05 07:48:00,1198.0 -49522,sell_contrast_m10_bb_pos,sell,2025-07-05 07:51:00,1199.0 -49523,sell_contrast_m10_bb_pos,sell,2025-07-05 07:54:00,1201.0 -49524,sell_contrast_m10_bb_pos,sell,2025-07-05 07:57:00,1200.0 -49525,sell_contrast_m10_bb_pos,sell,2025-07-05 09:21:00,1201.0 -49526,sell_contrast_m10_bb_pos,sell,2025-07-05 09:24:00,1202.0 -49527,sell_contrast_m10_bb_pos,sell,2025-07-05 09:27:00,1202.0 -49528,sell_contrast_m10_bb_pos,sell,2025-07-05 09:30:00,1202.0 -49529,sell_contrast_m10_bb_pos,sell,2025-07-05 09:33:00,1202.0 -49530,sell_contrast_m10_bb_pos,sell,2025-07-05 09:36:00,1201.0 -49531,sell_contrast_m10_bb_pos,sell,2025-07-05 09:39:00,1200.0 -49532,sell_contrast_m10_bb_pos,sell,2025-07-05 12:12:00,1206.0 -49533,sell_contrast_m10_bb_pos,sell,2025-07-05 12:15:00,1207.0 -49534,sell_contrast_m10_bb_pos,sell,2025-07-05 12:18:00,1208.0 -49535,sell_contrast_m10_bb_pos,sell,2025-07-05 15:21:00,1206.0 -49536,sell_contrast_m10_bb_pos,sell,2025-07-05 15:24:00,1209.0 -49537,sell_contrast_m10_bb_pos,sell,2025-07-05 15:27:00,1210.0 -49538,sell_contrast_m10_bb_pos,sell,2025-07-05 15:30:00,1210.0 -49539,sell_contrast_m10_bb_pos,sell,2025-07-05 15:33:00,1210.0 -49540,sell_contrast_m10_bb_pos,sell,2025-07-05 15:36:00,1210.0 -49541,sell_contrast_m10_bb_pos,sell,2025-07-05 15:39:00,1208.0 -49542,sell_contrast_m10_bb_pos,sell,2025-07-05 15:51:00,1208.0 -49543,sell_contrast_m10_bb_pos,sell,2025-07-05 15:54:00,1211.0 -49544,sell_contrast_m10_bb_pos,sell,2025-07-05 15:57:00,1211.0 -49545,sell_contrast_m10_bb_pos,sell,2025-07-05 16:00:00,1211.0 -49546,sell_contrast_m10_bb_pos,sell,2025-07-05 16:03:00,1210.0 -49547,sell_contrast_m10_bb_pos,sell,2025-07-05 16:06:00,1210.0 -49548,sell_contrast_m10_bb_pos,sell,2025-07-05 16:09:00,1211.0 -49549,sell_contrast_m10_bb_pos,sell,2025-07-06 00:12:00,1197.0 -49550,sell_contrast_m10_bb_pos,sell,2025-07-06 00:15:00,1195.0 -49551,sell_contrast_m10_bb_pos,sell,2025-07-06 00:18:00,1196.0 -49552,sell_contrast_m10_bb_pos,sell,2025-07-06 02:12:00,1195.0 -49553,sell_contrast_m10_bb_pos,sell,2025-07-06 02:15:00,1194.0 -49554,sell_contrast_m10_bb_pos,sell,2025-07-06 02:18:00,1191.0 -49555,sell_contrast_m10_bb_pos,sell,2025-07-06 06:00:00,1190.0 -49556,sell_contrast_m10_bb_pos,sell,2025-07-06 06:03:00,1187.0 -49557,sell_contrast_m10_bb_pos,sell,2025-07-06 06:09:00,1187.0 -49558,sell_contrast_m10_bb_pos,sell,2025-07-06 07:51:00,1188.0 -49559,sell_contrast_m10_bb_pos,sell,2025-07-06 07:54:00,1187.0 -49560,sell_contrast_m10_bb_pos,sell,2025-07-06 07:57:00,1187.0 -49561,sell_contrast_m10_bb_pos,sell,2025-07-06 08:12:00,1190.0 -49562,sell_contrast_m10_bb_pos,sell,2025-07-06 08:15:00,1190.0 -49563,sell_contrast_m10_bb_pos,sell,2025-07-06 08:18:00,1190.0 -49564,sell_contrast_m10_bb_pos,sell,2025-07-06 08:21:00,1189.0 -49565,sell_contrast_m10_bb_pos,sell,2025-07-06 08:24:00,1189.0 -49566,sell_contrast_m10_bb_pos,sell,2025-07-06 08:27:00,1190.0 -49567,sell_contrast_m10_bb_pos,sell,2025-07-06 15:51:00,1186.0 -49568,sell_contrast_m10_bb_pos,sell,2025-07-06 15:54:00,1187.0 -49569,sell_contrast_m10_bb_pos,sell,2025-07-06 15:57:00,1189.0 -49570,sell_contrast_m10_bb_pos,sell,2025-07-06 16:42:00,1192.0 -49571,sell_contrast_m10_bb_pos,sell,2025-07-06 16:45:00,1192.0 -49572,sell_contrast_m10_bb_pos,sell,2025-07-06 16:48:00,1191.0 -49573,sell_contrast_m10_bb_pos,sell,2025-07-06 17:12:00,1192.0 -49574,sell_contrast_m10_bb_pos,sell,2025-07-06 17:15:00,1190.0 -49575,sell_contrast_m10_bb_pos,sell,2025-07-06 17:18:00,1188.0 -49576,sell_contrast_m10_bb_pos,sell,2025-07-06 17:51:00,1195.0 -49577,sell_contrast_m10_bb_pos,sell,2025-07-06 17:54:00,1195.0 -49578,sell_contrast_m10_bb_pos,sell,2025-07-06 17:57:00,1192.0 -49579,sell_contrast_m10_bb_pos,sell,2025-07-06 21:00:00,1193.0 -49580,sell_contrast_m10_bb_pos,sell,2025-07-06 21:03:00,1189.0 -49581,sell_contrast_m10_bb_pos,sell,2025-07-06 21:06:00,1188.0 -49582,sell_contrast_m10_bb_pos,sell,2025-07-06 21:09:00,1190.0 -49583,sell_contrast_m10_bb_pos,sell,2025-07-06 22:00:00,1197.0 -49584,sell_contrast_m10_bb_pos,sell,2025-07-06 22:03:00,1195.0 -49585,sell_contrast_m10_bb_pos,sell,2025-07-06 22:06:00,1194.0 -49586,sell_contrast_m10_bb_pos,sell,2025-07-06 22:09:00,1195.0 -49587,sell_contrast_m10_bb_pos,sell,2025-07-06 22:12:00,1195.0 -49588,sell_contrast_m10_bb_pos,sell,2025-07-06 22:15:00,1197.0 -49589,sell_contrast_m10_bb_pos,sell,2025-07-06 22:18:00,1196.0 -49590,sell_contrast_m10_bb_pos,sell,2025-07-06 22:21:00,1199.0 -49591,sell_contrast_m10_bb_pos,sell,2025-07-06 22:24:00,1200.0 -49592,sell_contrast_m10_bb_pos,sell,2025-07-06 22:27:00,1199.0 -49593,sell_contrast_m10_bb_pos,sell,2025-07-06 23:00:00,1208.0 -49594,sell_contrast_m10_bb_pos,sell,2025-07-06 23:03:00,1211.0 -49595,sell_contrast_m10_bb_pos,sell,2025-07-06 23:06:00,1211.0 -49596,sell_contrast_m10_bb_pos,sell,2025-07-06 23:09:00,1211.0 -49597,sell_contrast_m10_bb_pos,sell,2025-07-06 23:12:00,1210.0 -49598,sell_contrast_m10_bb_pos,sell,2025-07-06 23:15:00,1203.0 -49599,sell_contrast_m10_bb_pos,sell,2025-07-06 23:18:00,1206.0 -49600,sell_contrast_m10_bb_pos,sell,2025-07-07 01:30:00,1209.0 -49601,sell_contrast_m10_bb_pos,sell,2025-07-07 01:33:00,1206.0 -49602,sell_contrast_m10_bb_pos,sell,2025-07-07 01:36:00,1204.0 -49603,sell_contrast_m10_bb_pos,sell,2025-07-07 01:39:00,1206.0 -49604,sell_contrast_m10_bb_pos,sell,2025-07-07 02:00:00,1210.0 -49605,sell_contrast_m10_bb_pos,sell,2025-07-07 02:03:00,1209.0 -49606,sell_contrast_m10_bb_pos,sell,2025-07-07 02:06:00,1207.0 -49607,sell_contrast_m10_bb_pos,sell,2025-07-07 02:09:00,1206.0 -49608,sell_contrast_m10_bb_pos,sell,2025-07-07 05:30:00,1213.0 -49609,sell_contrast_m10_bb_pos,sell,2025-07-07 05:33:00,1213.0 -49610,sell_contrast_m10_bb_pos,sell,2025-07-07 05:36:00,1214.0 -49611,sell_contrast_m10_bb_pos,sell,2025-07-07 05:39:00,1215.0 -49612,sell_contrast_m10_bb_pos,sell,2025-07-07 05:42:00,1215.0 -49613,sell_contrast_m10_bb_pos,sell,2025-07-07 05:45:00,1216.0 -49614,sell_contrast_m10_bb_pos,sell,2025-07-07 05:48:00,1217.0 -49615,sell_contrast_m10_bb_pos,sell,2025-07-07 05:51:00,1214.0 -49616,sell_contrast_m10_bb_pos,sell,2025-07-07 05:54:00,1213.0 -49617,sell_contrast_m10_bb_pos,sell,2025-07-07 05:57:00,1212.0 -49618,sell_contrast_m10_bb_pos,sell,2025-07-07 06:12:00,1218.0 -49619,sell_contrast_m10_bb_pos,sell,2025-07-07 06:15:00,1219.0 -49620,sell_contrast_m10_bb_pos,sell,2025-07-07 06:18:00,1218.0 -49621,sell_contrast_m10_bb_pos,sell,2025-07-07 06:21:00,1217.0 -49622,sell_contrast_m10_bb_pos,sell,2025-07-07 06:24:00,1222.0 -49623,sell_contrast_m10_bb_pos,sell,2025-07-07 06:27:00,1225.0 -49624,sell_contrast_m10_bb_pos,sell,2025-07-07 06:51:00,1226.0 -49625,sell_contrast_m10_bb_pos,sell,2025-07-07 06:54:00,1226.0 -49626,sell_contrast_m10_bb_pos,sell,2025-07-07 06:57:00,1227.0 -49627,sell_contrast_m10_bb_pos,sell,2025-07-07 07:00:00,1229.0 -49628,sell_contrast_m10_bb_pos,sell,2025-07-07 07:03:00,1235.0 -49629,sell_contrast_m10_bb_pos,sell,2025-07-07 07:06:00,1236.0 -49630,sell_contrast_m10_bb_pos,sell,2025-07-07 07:09:00,1236.0 -49631,sell_contrast_m10_bb_pos,sell,2025-07-07 07:21:00,1235.0 -49632,sell_contrast_m10_bb_pos,sell,2025-07-07 07:24:00,1234.0 -49633,sell_contrast_m10_bb_pos,sell,2025-07-07 07:27:00,1232.0 -49634,sell_contrast_m10_bb_pos,sell,2025-07-07 07:30:00,1234.0 -49635,sell_contrast_m10_bb_pos,sell,2025-07-07 07:33:00,1231.0 -49636,sell_contrast_m10_bb_pos,sell,2025-07-07 07:36:00,1231.0 -49637,sell_contrast_m10_bb_pos,sell,2025-07-07 07:39:00,1230.0 -49638,sell_contrast_m10_bb_pos,sell,2025-07-07 22:30:00,1205.0 -49639,sell_contrast_m10_bb_pos,sell,2025-07-07 22:33:00,1203.0 -49640,sell_contrast_m10_bb_pos,sell,2025-07-07 22:36:00,1202.0 -49641,sell_contrast_m10_bb_pos,sell,2025-07-07 22:39:00,1202.0 -49642,sell_contrast_m10_bb_pos,sell,2025-07-08 09:00:00,1193.0 -49643,sell_contrast_m10_bb_pos,sell,2025-07-08 09:03:00,1192.0 -49644,sell_contrast_m10_bb_pos,sell,2025-07-08 09:06:00,1190.0 -49645,sell_contrast_m10_bb_pos,sell,2025-07-08 09:09:00,1191.0 -49646,sell_contrast_m10_bb_pos,sell,2025-07-08 14:51:00,1184.0 -49647,sell_contrast_m10_bb_pos,sell,2025-07-08 14:54:00,1184.0 -49648,sell_contrast_m10_bb_pos,sell,2025-07-08 14:57:00,1183.0 -49649,sell_contrast_m10_bb_pos,sell,2025-07-08 15:00:00,1184.0 -49650,sell_contrast_m10_bb_pos,sell,2025-07-08 15:03:00,1184.0 -49651,sell_contrast_m10_bb_pos,sell,2025-07-08 15:06:00,1186.0 -49652,sell_contrast_m10_bb_pos,sell,2025-07-08 15:09:00,1186.0 -49653,sell_contrast_m10_bb_pos,sell,2025-07-08 19:51:00,1185.0 -49654,sell_contrast_m10_bb_pos,sell,2025-07-08 19:54:00,1187.0 -49655,sell_contrast_m10_bb_pos,sell,2025-07-08 19:57:00,1186.0 -49656,sell_contrast_m10_bb_pos,sell,2025-07-08 20:00:00,1186.0 -49657,sell_contrast_m10_bb_pos,sell,2025-07-08 20:03:00,1186.0 -49658,sell_contrast_m10_bb_pos,sell,2025-07-08 20:06:00,1192.0 -49659,sell_contrast_m10_bb_pos,sell,2025-07-08 20:09:00,1190.0 -49660,sell_contrast_m10_bb_pos,sell,2025-07-08 20:30:00,1188.0 -49661,sell_contrast_m10_bb_pos,sell,2025-07-08 20:33:00,1189.0 -49662,sell_contrast_m10_bb_pos,sell,2025-07-08 20:36:00,1188.0 -49663,sell_contrast_m10_bb_pos,sell,2025-07-08 20:39:00,1186.0 -49664,sell_contrast_m10_bb_pos,sell,2025-07-08 22:00:00,1191.0 -49665,sell_contrast_m10_bb_pos,sell,2025-07-08 22:03:00,1190.0 -49666,sell_contrast_m10_bb_pos,sell,2025-07-08 22:06:00,1189.0 -49667,sell_contrast_m10_bb_pos,sell,2025-07-08 22:09:00,1189.0 -49668,sell_contrast_m10_bb_pos,sell,2025-07-09 02:42:00,1195.0 -49669,sell_contrast_m10_bb_pos,sell,2025-07-09 02:45:00,1196.0 -49670,sell_contrast_m10_bb_pos,sell,2025-07-09 02:48:00,1199.0 -49671,sell_contrast_m10_bb_pos,sell,2025-07-09 02:51:00,1199.0 -49672,sell_contrast_m10_bb_pos,sell,2025-07-09 02:54:00,1203.0 -49673,sell_contrast_m10_bb_pos,sell,2025-07-09 02:57:00,1201.0 -49674,sell_contrast_m10_bb_pos,sell,2025-07-09 03:00:00,1199.0 -49675,sell_contrast_m10_bb_pos,sell,2025-07-09 03:03:00,1200.0 -49676,sell_contrast_m10_bb_pos,sell,2025-07-09 03:06:00,1201.0 -49677,sell_contrast_m10_bb_pos,sell,2025-07-09 03:09:00,1200.0 -49678,sell_contrast_m10_bb_pos,sell,2025-07-09 03:12:00,1201.0 -49679,sell_contrast_m10_bb_pos,sell,2025-07-09 03:15:00,1202.0 -49680,sell_contrast_m10_bb_pos,sell,2025-07-09 03:18:00,1203.0 -49681,sell_contrast_m10_bb_pos,sell,2025-07-09 03:21:00,1201.0 -49682,sell_contrast_m10_bb_pos,sell,2025-07-09 03:24:00,1202.0 -49683,sell_contrast_m10_bb_pos,sell,2025-07-09 03:27:00,1199.0 -49684,sell_contrast_m10_bb_pos,sell,2025-07-09 14:51:00,1191.0 -49685,sell_contrast_m10_bb_pos,sell,2025-07-09 14:54:00,1188.0 -49686,sell_contrast_m10_bb_pos,sell,2025-07-09 14:57:00,1188.0 -49687,sell_contrast_m10_bb_pos,sell,2025-07-09 15:00:00,1190.0 -49688,sell_contrast_m10_bb_pos,sell,2025-07-09 15:03:00,1188.0 -49689,sell_contrast_m10_bb_pos,sell,2025-07-09 15:06:00,1184.0 -49690,sell_contrast_m10_bb_pos,sell,2025-07-09 15:09:00,1184.0 -49691,sell_contrast_m10_bb_pos,sell,2025-07-09 17:51:00,1195.0 -49692,sell_contrast_m10_bb_pos,sell,2025-07-09 17:54:00,1193.0 -49693,sell_contrast_m10_bb_pos,sell,2025-07-09 17:57:00,1193.0 -49694,sell_contrast_m10_bb_pos,sell,2025-07-09 20:12:00,1193.0 -49695,sell_contrast_m10_bb_pos,sell,2025-07-09 20:15:00,1194.0 -49696,sell_contrast_m10_bb_pos,sell,2025-07-09 20:18:00,1195.0 -49697,sell_contrast_m10_bb_pos,sell,2025-07-09 20:30:00,1194.0 -49698,sell_contrast_m10_bb_pos,sell,2025-07-09 20:33:00,1195.0 -49699,sell_contrast_m10_bb_pos,sell,2025-07-09 20:36:00,1196.0 -49700,sell_contrast_m10_bb_pos,sell,2025-07-09 20:39:00,1195.0 -49701,sell_contrast_m10_bb_pos,sell,2025-07-09 20:51:00,1194.0 -49702,sell_contrast_m10_bb_pos,sell,2025-07-09 20:54:00,1193.0 -49703,sell_contrast_m10_bb_pos,sell,2025-07-09 20:57:00,1192.0 -49704,sell_contrast_m10_bb_pos,sell,2025-07-09 21:12:00,1198.0 -49705,sell_contrast_m10_bb_pos,sell,2025-07-09 21:15:00,1198.0 -49706,sell_contrast_m10_bb_pos,sell,2025-07-09 21:18:00,1200.0 -49707,sell_contrast_m10_bb_pos,sell,2025-07-09 21:51:00,1202.0 -49708,sell_contrast_m10_bb_pos,sell,2025-07-09 21:54:00,1203.0 -49709,sell_contrast_m10_bb_pos,sell,2025-07-09 21:57:00,1200.0 -49710,sell_contrast_m10_bb_pos,sell,2025-07-09 22:12:00,1204.0 -49711,sell_contrast_m10_bb_pos,sell,2025-07-09 22:15:00,1204.0 -49712,sell_contrast_m10_bb_pos,sell,2025-07-09 22:18:00,1206.0 -49713,sell_contrast_m10_bb_pos,sell,2025-07-10 03:21:00,1206.0 -49714,sell_contrast_m10_bb_pos,sell,2025-07-10 03:24:00,1207.0 -49715,sell_contrast_m10_bb_pos,sell,2025-07-10 03:27:00,1205.0 -49716,sell_contrast_m10_bb_pos,sell,2025-07-10 03:30:00,1206.0 -49717,sell_contrast_m10_bb_pos,sell,2025-07-10 03:33:00,1204.0 -49718,sell_contrast_m10_bb_pos,sell,2025-07-10 03:36:00,1207.0 -49719,sell_contrast_m10_bb_pos,sell,2025-07-10 03:39:00,1206.0 -49720,sell_contrast_m10_bb_pos,sell,2025-07-10 03:42:00,1203.0 -49721,sell_contrast_m10_bb_pos,sell,2025-07-10 03:45:00,1203.0 -49722,sell_contrast_m10_bb_pos,sell,2025-07-10 03:48:00,1205.0 -49723,sell_contrast_m10_bb_pos,sell,2025-07-10 04:21:00,1211.0 -49724,sell_contrast_m10_bb_pos,sell,2025-07-10 04:24:00,1213.0 -49725,sell_contrast_m10_bb_pos,sell,2025-07-10 04:27:00,1215.0 -49726,sell_contrast_m10_bb_pos,sell,2025-07-10 05:12:00,1227.0 -49727,sell_contrast_m10_bb_pos,sell,2025-07-10 05:15:00,1227.0 -49728,sell_contrast_m10_bb_pos,sell,2025-07-10 05:18:00,1232.0 -49729,sell_contrast_m10_bb_pos,sell,2025-07-10 05:21:00,1227.0 -49730,sell_contrast_m10_bb_pos,sell,2025-07-10 05:24:00,1223.0 -49731,sell_contrast_m10_bb_pos,sell,2025-07-10 05:27:00,1220.0 -49732,sell_contrast_m10_bb_pos,sell,2025-07-10 06:12:00,1239.0 -49733,sell_contrast_m10_bb_pos,sell,2025-07-10 06:15:00,1241.0 -49734,sell_contrast_m10_bb_pos,sell,2025-07-10 06:18:00,1240.0 -49735,sell_contrast_m10_bb_pos,sell,2025-07-10 06:21:00,1242.0 -49736,sell_contrast_m10_bb_pos,sell,2025-07-10 06:24:00,1245.0 -49737,sell_contrast_m10_bb_pos,sell,2025-07-10 06:27:00,1242.0 -49738,sell_contrast_m10_bb_pos,sell,2025-07-10 06:30:00,1244.0 -49739,sell_contrast_m10_bb_pos,sell,2025-07-10 06:33:00,1244.0 -49740,sell_contrast_m10_bb_pos,sell,2025-07-10 06:36:00,1239.0 -49741,sell_contrast_m10_bb_pos,sell,2025-07-10 06:39:00,1240.0 -49742,sell_contrast_m10_bb_pos,sell,2025-07-10 06:42:00,1242.0 -49743,sell_contrast_m10_bb_pos,sell,2025-07-10 06:45:00,1243.0 -49744,sell_contrast_m10_bb_pos,sell,2025-07-10 06:48:00,1245.0 -49745,sell_contrast_m10_bb_pos,sell,2025-07-10 06:51:00,1241.0 -49746,sell_contrast_m10_bb_pos,sell,2025-07-10 06:54:00,1238.0 -49747,sell_contrast_m10_bb_pos,sell,2025-07-10 06:57:00,1238.0 -49748,sell_contrast_m10_bb_pos,sell,2025-07-10 11:51:00,1243.0 -49749,sell_contrast_m10_bb_pos,sell,2025-07-10 11:54:00,1242.0 -49750,sell_contrast_m10_bb_pos,sell,2025-07-10 11:57:00,1244.0 -49751,sell_contrast_m10_bb_pos,sell,2025-07-10 12:00:00,1246.0 -49752,sell_contrast_m10_bb_pos,sell,2025-07-10 12:03:00,1247.0 -49753,sell_contrast_m10_bb_pos,sell,2025-07-10 12:06:00,1243.0 -49754,sell_contrast_m10_bb_pos,sell,2025-07-10 12:09:00,1243.0 -49755,sell_contrast_m10_bb_pos,sell,2025-07-10 12:21:00,1246.0 -49756,sell_contrast_m10_bb_pos,sell,2025-07-10 12:24:00,1245.0 -49757,sell_contrast_m10_bb_pos,sell,2025-07-10 12:27:00,1244.0 -49758,sell_contrast_m10_bb_pos,sell,2025-07-10 12:42:00,1249.0 -49759,sell_contrast_m10_bb_pos,sell,2025-07-10 12:45:00,1251.0 -49760,sell_contrast_m10_bb_pos,sell,2025-07-10 12:48:00,1250.0 -49761,sell_contrast_m10_bb_pos,sell,2025-07-10 12:51:00,1251.0 -49762,sell_contrast_m10_bb_pos,sell,2025-07-10 12:54:00,1249.0 -49763,sell_contrast_m10_bb_pos,sell,2025-07-10 12:57:00,1248.0 -49764,sell_contrast_m10_bb_pos,sell,2025-07-10 13:30:00,1250.0 -49765,sell_contrast_m10_bb_pos,sell,2025-07-10 13:33:00,1252.0 -49766,sell_contrast_m10_bb_pos,sell,2025-07-10 13:36:00,1252.0 -49767,sell_contrast_m10_bb_pos,sell,2025-07-10 13:39:00,1252.0 -49768,sell_contrast_m10_bb_pos,sell,2025-07-10 13:42:00,1254.0 -49769,sell_contrast_m10_bb_pos,sell,2025-07-10 13:45:00,1254.0 -49770,sell_contrast_m10_bb_pos,sell,2025-07-10 13:48:00,1254.0 -49771,sell_contrast_m10_bb_pos,sell,2025-07-10 13:51:00,1253.0 -49772,sell_contrast_m10_bb_pos,sell,2025-07-10 13:54:00,1253.0 -49773,sell_contrast_m10_bb_pos,sell,2025-07-10 13:57:00,1255.0 -49774,sell_contrast_m10_bb_pos,sell,2025-07-10 14:00:00,1256.0 -49775,sell_contrast_m10_bb_pos,sell,2025-07-10 14:03:00,1255.0 -49776,sell_contrast_m10_bb_pos,sell,2025-07-10 14:06:00,1254.0 -49777,sell_contrast_m10_bb_pos,sell,2025-07-10 14:09:00,1255.0 -49778,sell_contrast_m10_bb_pos,sell,2025-07-10 16:00:00,1256.0 -49779,sell_contrast_m10_bb_pos,sell,2025-07-10 16:03:00,1258.0 -49780,sell_contrast_m10_bb_pos,sell,2025-07-10 16:06:00,1257.0 -49781,sell_contrast_m10_bb_pos,sell,2025-07-10 16:09:00,1259.0 -49782,sell_contrast_m10_bb_pos,sell,2025-07-10 16:30:00,1259.0 -49783,sell_contrast_m10_bb_pos,sell,2025-07-10 16:33:00,1259.0 -49784,sell_contrast_m10_bb_pos,sell,2025-07-10 16:36:00,1258.0 -49785,sell_contrast_m10_bb_pos,sell,2025-07-10 16:39:00,1258.0 -49786,sell_contrast_m10_bb_pos,sell,2025-07-10 17:42:00,1262.0 -49787,sell_contrast_m10_bb_pos,sell,2025-07-10 17:45:00,1264.0 -49788,sell_contrast_m10_bb_pos,sell,2025-07-10 17:48:00,1267.0 -49789,sell_contrast_m10_bb_pos,sell,2025-07-10 17:51:00,1267.0 -49790,sell_contrast_m10_bb_pos,sell,2025-07-10 17:54:00,1267.0 -49791,sell_contrast_m10_bb_pos,sell,2025-07-10 17:57:00,1268.0 -49792,sell_contrast_m10_bb_pos,sell,2025-07-10 18:12:00,1264.0 -49793,sell_contrast_m10_bb_pos,sell,2025-07-10 18:15:00,1265.0 -49794,sell_contrast_m10_bb_pos,sell,2025-07-10 18:18:00,1266.0 -49795,sell_contrast_m10_bb_pos,sell,2025-07-10 18:21:00,1267.0 -49796,sell_contrast_m10_bb_pos,sell,2025-07-10 18:24:00,1265.0 -49797,sell_contrast_m10_bb_pos,sell,2025-07-10 18:27:00,1265.0 -49798,sell_contrast_m10_bb_pos,sell,2025-07-10 18:30:00,1267.0 -49799,sell_contrast_m10_bb_pos,sell,2025-07-10 18:33:00,1269.0 -49800,sell_contrast_m10_bb_pos,sell,2025-07-10 18:36:00,1271.0 -49801,sell_contrast_m10_bb_pos,sell,2025-07-10 18:39:00,1269.0 -49802,sell_contrast_m10_bb_pos,sell,2025-07-10 18:42:00,1268.0 -49803,sell_contrast_m10_bb_pos,sell,2025-07-10 18:45:00,1266.0 -49804,sell_contrast_m10_bb_pos,sell,2025-07-10 18:48:00,1266.0 -49805,sell_contrast_m10_bb_pos,sell,2025-07-10 19:42:00,1271.0 -49806,sell_contrast_m10_bb_pos,sell,2025-07-10 19:45:00,1270.0 -49807,sell_contrast_m10_bb_pos,sell,2025-07-10 19:48:00,1269.0 -49808,sell_contrast_m10_bb_pos,sell,2025-07-10 19:51:00,1272.0 -49809,sell_contrast_m10_bb_pos,sell,2025-07-10 19:54:00,1272.0 -49810,sell_contrast_m10_bb_pos,sell,2025-07-10 19:57:00,1270.0 -49811,sell_contrast_m10_bb_pos,sell,2025-07-10 20:51:00,1272.0 -49812,sell_contrast_m10_bb_pos,sell,2025-07-10 20:54:00,1268.0 -49813,sell_contrast_m10_bb_pos,sell,2025-07-10 20:57:00,1269.0 -49814,sell_contrast_m10_bb_pos,sell,2025-07-10 22:12:00,1272.0 -49815,sell_contrast_m10_bb_pos,sell,2025-07-10 22:15:00,1275.0 -49816,sell_contrast_m10_bb_pos,sell,2025-07-10 22:18:00,1280.0 -49817,sell_contrast_m10_bb_pos,sell,2025-07-10 22:42:00,1284.0 -49818,sell_contrast_m10_bb_pos,sell,2025-07-10 22:45:00,1283.0 -49819,sell_contrast_m10_bb_pos,sell,2025-07-10 22:48:00,1283.0 -49820,sell_contrast_m10_bb_pos,sell,2025-07-10 23:21:00,1278.0 -49821,sell_contrast_m10_bb_pos,sell,2025-07-10 23:24:00,1278.0 -49822,sell_contrast_m10_bb_pos,sell,2025-07-10 23:27:00,1272.0 -49823,sell_contrast_m10_bb_pos,sell,2025-07-11 01:42:00,1294.0 -49824,sell_contrast_m10_bb_pos,sell,2025-07-11 01:45:00,1298.0 -49825,sell_contrast_m10_bb_pos,sell,2025-07-11 01:48:00,1298.0 -49826,sell_contrast_m10_bb_pos,sell,2025-07-11 02:51:00,1324.0 -49827,sell_contrast_m10_bb_pos,sell,2025-07-11 02:54:00,1329.0 -49828,sell_contrast_m10_bb_pos,sell,2025-07-11 02:57:00,1330.0 -49829,sell_contrast_m10_bb_pos,sell,2025-07-11 03:00:00,1330.0 -49830,sell_contrast_m10_bb_pos,sell,2025-07-11 03:03:00,1330.0 -49831,sell_contrast_m10_bb_pos,sell,2025-07-11 03:06:00,1329.0 -49832,sell_contrast_m10_bb_pos,sell,2025-07-11 03:09:00,1330.0 -49833,sell_contrast_m10_bb_pos,sell,2025-07-11 03:12:00,1328.0 -49834,sell_contrast_m10_bb_pos,sell,2025-07-11 03:15:00,1331.0 -49835,sell_contrast_m10_bb_pos,sell,2025-07-11 03:18:00,1331.0 -49836,sell_contrast_m10_bb_pos,sell,2025-07-11 03:21:00,1334.0 -49837,sell_contrast_m10_bb_pos,sell,2025-07-11 03:24:00,1336.0 -49838,sell_contrast_m10_bb_pos,sell,2025-07-11 03:27:00,1328.0 -49839,sell_contrast_m10_bb_pos,sell,2025-07-11 04:00:00,1341.0 -49840,sell_contrast_m10_bb_pos,sell,2025-07-11 04:03:00,1346.0 -49841,sell_contrast_m10_bb_pos,sell,2025-07-11 04:06:00,1347.0 -49842,sell_contrast_m10_bb_pos,sell,2025-07-11 04:09:00,1346.0 -49843,sell_contrast_m10_bb_pos,sell,2025-07-11 04:12:00,1342.0 -49844,sell_contrast_m10_bb_pos,sell,2025-07-11 04:15:00,1340.0 -49845,sell_contrast_m10_bb_pos,sell,2025-07-11 04:18:00,1347.0 -49846,sell_contrast_m10_bb_pos,sell,2025-07-11 04:21:00,1346.0 -49847,sell_contrast_m10_bb_pos,sell,2025-07-11 04:24:00,1338.0 -49848,sell_contrast_m10_bb_pos,sell,2025-07-11 04:27:00,1338.0 -49849,sell_contrast_m10_bb_pos,sell,2025-07-11 07:21:00,1432.0 -49850,sell_contrast_m10_bb_pos,sell,2025-07-11 07:24:00,1422.0 -49851,sell_contrast_m10_bb_pos,sell,2025-07-11 07:27:00,1415.0 -49852,sell_contrast_m10_bb_pos,sell,2025-07-11 07:30:00,1423.0 -49853,sell_contrast_m10_bb_pos,sell,2025-07-11 07:33:00,1421.0 -49854,sell_contrast_m10_bb_pos,sell,2025-07-11 07:36:00,1416.0 -49855,sell_contrast_m10_bb_pos,sell,2025-07-11 07:39:00,1417.0 -49856,sell_contrast_m10_bb_pos,sell,2025-07-11 09:51:00,1455.0 -49857,sell_contrast_m10_bb_pos,sell,2025-07-11 09:54:00,1451.0 -49858,sell_contrast_m10_bb_pos,sell,2025-07-11 09:57:00,1458.0 -49859,sell_contrast_m10_bb_pos,sell,2025-07-11 10:42:00,1455.0 -49860,sell_contrast_m10_bb_pos,sell,2025-07-11 10:45:00,1458.0 -49861,sell_contrast_m10_bb_pos,sell,2025-07-11 10:48:00,1454.0 -49862,sell_contrast_m10_bb_pos,sell,2025-07-11 11:00:00,1456.0 -49863,sell_contrast_m10_bb_pos,sell,2025-07-11 11:03:00,1452.0 -49864,sell_contrast_m10_bb_pos,sell,2025-07-11 11:06:00,1450.0 -49865,sell_contrast_m10_bb_pos,sell,2025-07-11 11:09:00,1449.0 -49866,sell_contrast_m10_bb_pos,sell,2025-07-11 11:30:00,1460.0 -49867,sell_contrast_m10_bb_pos,sell,2025-07-11 11:33:00,1460.0 -49868,sell_contrast_m10_bb_pos,sell,2025-07-11 11:36:00,1466.0 -49869,sell_contrast_m10_bb_pos,sell,2025-07-11 11:39:00,1472.0 -49870,sell_contrast_m10_bb_pos,sell,2025-07-11 12:00:00,1475.0 -49871,sell_contrast_m10_bb_pos,sell,2025-07-11 12:03:00,1474.0 -49872,sell_contrast_m10_bb_pos,sell,2025-07-11 12:06:00,1473.0 -49873,sell_contrast_m10_bb_pos,sell,2025-07-11 12:09:00,1470.0 -49874,sell_contrast_m10_bb_pos,sell,2025-07-11 12:51:00,1486.0 -49875,sell_contrast_m10_bb_pos,sell,2025-07-11 12:54:00,1482.0 -49876,sell_contrast_m10_bb_pos,sell,2025-07-11 12:57:00,1485.0 -49877,sell_contrast_m10_bb_pos,sell,2025-07-11 13:00:00,1484.0 -49878,sell_contrast_m10_bb_pos,sell,2025-07-11 13:03:00,1483.0 -49879,sell_contrast_m10_bb_pos,sell,2025-07-11 13:06:00,1483.0 -49880,sell_contrast_m10_bb_pos,sell,2025-07-11 13:09:00,1483.0 -49881,sell_contrast_m10_bb_pos,sell,2025-07-11 13:51:00,1496.0 -49882,sell_contrast_m10_bb_pos,sell,2025-07-11 13:54:00,1503.0 -49883,sell_contrast_m10_bb_pos,sell,2025-07-11 13:57:00,1505.0 -49884,sell_contrast_m10_bb_pos,sell,2025-07-11 14:21:00,1512.0 -49885,sell_contrast_m10_bb_pos,sell,2025-07-11 14:24:00,1523.0 -49886,sell_contrast_m10_bb_pos,sell,2025-07-11 14:27:00,1513.0 -49887,sell_contrast_m10_bb_pos,sell,2025-07-11 15:00:00,1521.0 -49888,sell_contrast_m10_bb_pos,sell,2025-07-11 15:03:00,1527.0 -49889,sell_contrast_m10_bb_pos,sell,2025-07-11 15:06:00,1535.0 -49890,sell_contrast_m10_bb_pos,sell,2025-07-11 15:09:00,1542.0 -49891,sell_contrast_m10_bb_pos,sell,2025-07-11 15:12:00,1526.0 -49892,sell_contrast_m10_bb_pos,sell,2025-07-11 15:15:00,1533.0 -49893,sell_contrast_m10_bb_pos,sell,2025-07-11 15:18:00,1532.0 -49894,sell_contrast_m10_bb_pos,sell,2025-07-11 23:21:00,1479.0 -49895,sell_contrast_m10_bb_pos,sell,2025-07-11 23:24:00,1480.0 -49896,sell_contrast_m10_bb_pos,sell,2025-07-11 23:27:00,1483.0 -49897,sell_contrast_m10_bb_pos,sell,2025-07-12 04:42:00,1471.0 -49898,sell_contrast_m10_bb_pos,sell,2025-07-12 04:45:00,1473.0 -49899,sell_contrast_m10_bb_pos,sell,2025-07-12 04:48:00,1474.0 -49900,sell_contrast_m10_bb_pos,sell,2025-07-12 05:00:00,1478.0 -49901,sell_contrast_m10_bb_pos,sell,2025-07-12 05:03:00,1474.0 -49902,sell_contrast_m10_bb_pos,sell,2025-07-12 05:06:00,1477.0 -49903,sell_contrast_m10_bb_pos,sell,2025-07-12 05:09:00,1476.0 -49904,sell_contrast_m10_bb_pos,sell,2025-07-12 05:12:00,1474.0 -49905,sell_contrast_m10_bb_pos,sell,2025-07-12 05:15:00,1477.0 -49906,sell_contrast_m10_bb_pos,sell,2025-07-12 05:18:00,1477.0 -49907,sell_contrast_m10_bb_pos,sell,2025-07-12 05:21:00,1477.0 -49908,sell_contrast_m10_bb_pos,sell,2025-07-12 05:24:00,1475.0 -49909,sell_contrast_m10_bb_pos,sell,2025-07-12 05:27:00,1473.0 -49910,sell_contrast_m10_bb_pos,sell,2025-07-12 10:30:00,1416.0 -49911,sell_contrast_m10_bb_pos,sell,2025-07-12 10:33:00,1415.0 -49912,sell_contrast_m10_bb_pos,sell,2025-07-12 10:36:00,1416.0 -49913,sell_contrast_m10_bb_pos,sell,2025-07-12 10:39:00,1414.0 -49914,sell_contrast_m10_bb_pos,sell,2025-07-12 10:51:00,1417.0 -49915,sell_contrast_m10_bb_pos,sell,2025-07-12 10:54:00,1418.0 -49916,sell_contrast_m10_bb_pos,sell,2025-07-12 10:57:00,1417.0 -49917,sell_contrast_m10_bb_pos,sell,2025-07-12 11:30:00,1426.0 -49918,sell_contrast_m10_bb_pos,sell,2025-07-12 11:33:00,1426.0 -49919,sell_contrast_m10_bb_pos,sell,2025-07-12 11:36:00,1423.0 -49920,sell_contrast_m10_bb_pos,sell,2025-07-12 11:39:00,1423.0 -49921,sell_contrast_m10_bb_pos,sell,2025-07-12 16:12:00,1414.0 -49922,sell_contrast_m10_bb_pos,sell,2025-07-12 16:15:00,1416.0 -49923,sell_contrast_m10_bb_pos,sell,2025-07-12 16:18:00,1415.0 -49924,sell_contrast_m10_bb_pos,sell,2025-07-12 19:42:00,1409.0 -49925,sell_contrast_m10_bb_pos,sell,2025-07-12 19:45:00,1410.0 -49926,sell_contrast_m10_bb_pos,sell,2025-07-12 19:48:00,1410.0 -49927,sell_contrast_m10_bb_pos,sell,2025-07-12 19:51:00,1409.0 -49928,sell_contrast_m10_bb_pos,sell,2025-07-12 19:54:00,1409.0 -49929,sell_contrast_m10_bb_pos,sell,2025-07-12 19:57:00,1411.0 -49930,sell_contrast_m10_bb_pos,sell,2025-07-13 02:51:00,1392.0 -49931,sell_contrast_m10_bb_pos,sell,2025-07-13 02:54:00,1390.0 -49932,sell_contrast_m10_bb_pos,sell,2025-07-13 02:57:00,1390.0 -49933,sell_contrast_m10_bb_pos,sell,2025-07-13 03:51:00,1396.0 -49934,sell_contrast_m10_bb_pos,sell,2025-07-13 03:54:00,1392.0 -49935,sell_contrast_m10_bb_pos,sell,2025-07-13 03:57:00,1395.0 -49936,sell_contrast_m10_bb_pos,sell,2025-07-13 04:42:00,1399.0 -49937,sell_contrast_m10_bb_pos,sell,2025-07-13 04:45:00,1397.0 -49938,sell_contrast_m10_bb_pos,sell,2025-07-13 09:00:00,1399.0 -49939,sell_contrast_m10_bb_pos,sell,2025-07-13 09:03:00,1401.0 -49940,sell_contrast_m10_bb_pos,sell,2025-07-13 09:06:00,1399.0 -49941,sell_contrast_m10_bb_pos,sell,2025-07-13 09:09:00,1397.0 -49942,sell_contrast_m10_bb_pos,sell,2025-07-13 09:21:00,1403.0 -49943,sell_contrast_m10_bb_pos,sell,2025-07-13 09:24:00,1404.0 -49944,sell_contrast_m10_bb_pos,sell,2025-07-13 09:27:00,1403.0 -49945,sell_contrast_m10_bb_pos,sell,2025-07-13 10:00:00,1406.0 -49946,sell_contrast_m10_bb_pos,sell,2025-07-13 10:03:00,1409.0 -49947,sell_contrast_m10_bb_pos,sell,2025-07-13 10:06:00,1410.0 -49948,sell_contrast_m10_bb_pos,sell,2025-07-13 10:09:00,1407.0 -49949,sell_contrast_m10_bb_pos,sell,2025-07-13 10:12:00,1408.0 -49950,sell_contrast_m10_bb_pos,sell,2025-07-13 10:15:00,1406.0 -49951,sell_contrast_m10_bb_pos,sell,2025-07-13 10:18:00,1403.0 -49952,sell_contrast_m10_bb_pos,sell,2025-07-13 13:51:00,1410.0 -49953,sell_contrast_m10_bb_pos,sell,2025-07-13 13:54:00,1414.0 -49954,sell_contrast_m10_bb_pos,sell,2025-07-13 13:57:00,1417.0 -49955,sell_contrast_m10_bb_pos,sell,2025-07-13 14:21:00,1414.0 -49956,sell_contrast_m10_bb_pos,sell,2025-07-13 14:24:00,1413.0 -49957,sell_contrast_m10_bb_pos,sell,2025-07-13 14:27:00,1412.0 -49958,sell_contrast_m10_bb_pos,sell,2025-07-13 20:12:00,1415.0 -49959,sell_contrast_m10_bb_pos,sell,2025-07-13 20:15:00,1419.0 -49960,sell_contrast_m10_bb_pos,sell,2025-07-13 20:18:00,1420.0 -49961,sell_contrast_m10_bb_pos,sell,2025-07-13 20:42:00,1420.0 -49962,sell_contrast_m10_bb_pos,sell,2025-07-13 20:45:00,1419.0 -49963,sell_contrast_m10_bb_pos,sell,2025-07-13 20:48:00,1417.0 -49964,sell_contrast_m10_bb_pos,sell,2025-07-13 21:12:00,1416.0 -49965,sell_contrast_m10_bb_pos,sell,2025-07-13 21:15:00,1416.0 -49966,sell_contrast_m10_bb_pos,sell,2025-07-13 21:18:00,1418.0 -49967,sell_contrast_m10_bb_pos,sell,2025-07-13 21:30:00,1425.0 -49968,sell_contrast_m10_bb_pos,sell,2025-07-13 21:33:00,1424.0 -49969,sell_contrast_m10_bb_pos,sell,2025-07-13 21:36:00,1428.0 -49970,sell_contrast_m10_bb_pos,sell,2025-07-13 21:39:00,1424.0 -49971,sell_contrast_m10_bb_pos,sell,2025-07-13 22:00:00,1430.0 -49972,sell_contrast_m10_bb_pos,sell,2025-07-13 22:03:00,1432.0 -49973,sell_contrast_m10_bb_pos,sell,2025-07-13 22:06:00,1427.0 -49974,sell_contrast_m10_bb_pos,sell,2025-07-13 22:09:00,1423.0 -49975,sell_contrast_m10_bb_pos,sell,2025-07-13 22:21:00,1431.0 -49976,sell_contrast_m10_bb_pos,sell,2025-07-13 22:24:00,1432.0 -49977,sell_contrast_m10_bb_pos,sell,2025-07-13 22:27:00,1429.0 -49978,sell_contrast_m10_bb_pos,sell,2025-07-13 22:42:00,1435.0 -49979,sell_contrast_m10_bb_pos,sell,2025-07-13 22:45:00,1434.0 -49980,sell_contrast_m10_bb_pos,sell,2025-07-13 22:48:00,1436.0 -49981,sell_contrast_m10_bb_pos,sell,2025-07-13 22:51:00,1435.0 -49982,sell_contrast_m10_bb_pos,sell,2025-07-13 22:54:00,1430.0 -49983,sell_contrast_m10_bb_pos,sell,2025-07-13 22:57:00,1432.0 -49984,sell_contrast_m10_bb_pos,sell,2025-07-13 23:21:00,1442.0 -49985,sell_contrast_m10_bb_pos,sell,2025-07-13 23:24:00,1442.0 -49986,sell_contrast_m10_bb_pos,sell,2025-07-13 23:27:00,1444.0 -49987,sell_contrast_m10_bb_pos,sell,2025-07-14 00:21:00,1444.0 -49988,sell_contrast_m10_bb_pos,sell,2025-07-14 00:24:00,1438.0 -49989,sell_contrast_m10_bb_pos,sell,2025-07-14 00:27:00,1439.0 -49990,sell_contrast_m10_bb_pos,sell,2025-07-14 01:12:00,1443.0 -49991,sell_contrast_m10_bb_pos,sell,2025-07-14 01:15:00,1443.0 -49992,sell_contrast_m10_bb_pos,sell,2025-07-14 01:18:00,1445.0 -49993,sell_contrast_m10_bb_pos,sell,2025-07-14 01:21:00,1445.0 -49994,sell_contrast_m10_bb_pos,sell,2025-07-14 01:24:00,1444.0 -49995,sell_contrast_m10_bb_pos,sell,2025-07-14 01:27:00,1442.0 -49996,sell_contrast_m10_bb_pos,sell,2025-07-14 01:42:00,1443.0 -49997,sell_contrast_m10_bb_pos,sell,2025-07-14 01:45:00,1443.0 -49998,sell_contrast_m10_bb_pos,sell,2025-07-14 01:48:00,1443.0 -49999,sell_contrast_m10_bb_pos,sell,2025-07-14 04:30:00,1454.0 -50000,sell_contrast_m10_bb_pos,sell,2025-07-14 04:33:00,1455.0 -50001,sell_contrast_m10_bb_pos,sell,2025-07-14 04:36:00,1450.0 -50002,sell_contrast_m10_bb_pos,sell,2025-07-14 04:39:00,1450.0 -50003,sell_contrast_m10_bb_pos,sell,2025-07-14 09:42:00,1436.0 -50004,sell_contrast_m10_bb_pos,sell,2025-07-14 09:45:00,1440.0 -50005,sell_contrast_m10_bb_pos,sell,2025-07-14 09:48:00,1438.0 -50006,sell_contrast_m10_bb_pos,sell,2025-07-14 10:00:00,1431.0 -50007,sell_contrast_m10_bb_pos,sell,2025-07-14 10:03:00,1424.0 -50008,sell_contrast_m10_bb_pos,sell,2025-07-14 10:06:00,1429.0 -50009,sell_contrast_m10_bb_pos,sell,2025-07-14 10:09:00,1426.0 -50010,sell_contrast_m10_bb_pos,sell,2025-07-14 10:21:00,1433.0 -50011,sell_contrast_m10_bb_pos,sell,2025-07-14 10:24:00,1432.0 -50012,sell_contrast_m10_bb_pos,sell,2025-07-14 10:27:00,1428.0 -50013,sell_contrast_m10_bb_pos,sell,2025-07-14 10:42:00,1436.0 -50014,sell_contrast_m10_bb_pos,sell,2025-07-14 10:45:00,1439.0 -50015,sell_contrast_m10_bb_pos,sell,2025-07-14 10:48:00,1442.0 -50016,sell_contrast_m10_bb_pos,sell,2025-07-14 11:51:00,1460.0 -50017,sell_contrast_m10_bb_pos,sell,2025-07-14 11:54:00,1459.0 -50018,sell_contrast_m10_bb_pos,sell,2025-07-14 11:57:00,1458.0 -50019,sell_contrast_m10_bb_pos,sell,2025-07-14 12:12:00,1461.0 -50020,sell_contrast_m10_bb_pos,sell,2025-07-14 12:15:00,1463.0 -50021,sell_contrast_m10_bb_pos,sell,2025-07-14 12:18:00,1463.0 -50022,sell_contrast_m10_bb_pos,sell,2025-07-14 12:30:00,1467.0 -50023,sell_contrast_m10_bb_pos,sell,2025-07-14 12:33:00,1466.0 -50024,sell_contrast_m10_bb_pos,sell,2025-07-14 12:36:00,1466.0 -50025,sell_contrast_m10_bb_pos,sell,2025-07-14 12:39:00,1468.0 -50026,sell_contrast_m10_bb_pos,sell,2025-07-14 12:42:00,1472.0 -50027,sell_contrast_m10_bb_pos,sell,2025-07-14 12:45:00,1480.0 -50028,sell_contrast_m10_bb_pos,sell,2025-07-14 12:48:00,1476.0 -50029,sell_contrast_m10_bb_pos,sell,2025-07-14 12:51:00,1471.0 -50030,sell_contrast_m10_bb_pos,sell,2025-07-14 12:54:00,1473.0 -50031,sell_contrast_m10_bb_pos,sell,2025-07-14 12:57:00,1473.0 -50032,sell_contrast_m10_bb_pos,sell,2025-07-14 13:00:00,1474.0 -50033,sell_contrast_m10_bb_pos,sell,2025-07-14 13:03:00,1473.0 -50034,sell_contrast_m10_bb_pos,sell,2025-07-14 13:06:00,1471.0 -50035,sell_contrast_m10_bb_pos,sell,2025-07-14 13:09:00,1474.0 -50036,sell_contrast_m10_bb_pos,sell,2025-07-14 13:21:00,1483.0 -50037,sell_contrast_m10_bb_pos,sell,2025-07-14 13:24:00,1487.0 -50038,sell_contrast_m10_bb_pos,sell,2025-07-14 13:27:00,1488.0 -50039,sell_contrast_m10_bb_pos,sell,2025-07-14 13:30:00,1492.0 -50040,sell_contrast_m10_bb_pos,sell,2025-07-14 13:33:00,1491.0 -50041,sell_contrast_m10_bb_pos,sell,2025-07-14 13:36:00,1491.0 -50042,sell_contrast_m10_bb_pos,sell,2025-07-14 13:39:00,1494.0 -50043,sell_contrast_m10_bb_pos,sell,2025-07-14 13:42:00,1494.0 -50044,sell_contrast_m10_bb_pos,sell,2025-07-14 13:45:00,1500.0 -50045,sell_contrast_m10_bb_pos,sell,2025-07-14 13:48:00,1503.0 -50046,sell_contrast_m10_bb_pos,sell,2025-07-14 14:12:00,1519.0 -50047,sell_contrast_m10_bb_pos,sell,2025-07-14 14:15:00,1522.0 -50048,sell_contrast_m10_bb_pos,sell,2025-07-14 14:18:00,1516.0 -50049,sell_contrast_m10_bb_pos,sell,2025-07-14 14:21:00,1519.0 -50050,sell_contrast_m10_bb_pos,sell,2025-07-14 14:24:00,1510.0 -50051,sell_contrast_m10_bb_pos,sell,2025-07-14 14:27:00,1512.0 -50052,sell_contrast_m10_bb_pos,sell,2025-07-14 14:30:00,1519.0 -50053,sell_contrast_m10_bb_pos,sell,2025-07-14 14:33:00,1514.0 -50054,sell_contrast_m10_bb_pos,sell,2025-07-14 14:36:00,1516.0 -50055,sell_contrast_m10_bb_pos,sell,2025-07-14 14:39:00,1511.0 -50056,sell_contrast_m10_bb_pos,sell,2025-07-15 06:42:00,1428.0 -50057,sell_contrast_m10_bb_pos,sell,2025-07-15 06:45:00,1428.0 -50058,sell_contrast_m10_bb_pos,sell,2025-07-15 06:48:00,1427.0 -50059,sell_contrast_m10_bb_pos,sell,2025-07-15 06:51:00,1425.0 -50060,sell_contrast_m10_bb_pos,sell,2025-07-15 06:54:00,1429.0 -50061,sell_contrast_m10_bb_pos,sell,2025-07-15 06:57:00,1430.0 -50062,sell_contrast_m10_bb_pos,sell,2025-07-15 07:00:00,1426.0 -50063,sell_contrast_m10_bb_pos,sell,2025-07-15 07:03:00,1426.0 -50064,sell_contrast_m10_bb_pos,sell,2025-07-15 07:06:00,1422.0 -50065,sell_contrast_m10_bb_pos,sell,2025-07-15 07:09:00,1425.0 -50066,sell_contrast_m10_bb_pos,sell,2025-07-15 07:21:00,1427.0 -50067,sell_contrast_m10_bb_pos,sell,2025-07-15 07:24:00,1431.0 -50068,sell_contrast_m10_bb_pos,sell,2025-07-15 07:27:00,1433.0 -50069,sell_contrast_m10_bb_pos,sell,2025-07-15 07:51:00,1439.0 -50070,sell_contrast_m10_bb_pos,sell,2025-07-15 07:54:00,1439.0 -50071,sell_contrast_m10_bb_pos,sell,2025-07-15 07:57:00,1438.0 -50072,sell_contrast_m10_bb_pos,sell,2025-07-15 08:00:00,1436.0 -50073,sell_contrast_m10_bb_pos,sell,2025-07-15 08:03:00,1440.0 -50074,sell_contrast_m10_bb_pos,sell,2025-07-15 08:06:00,1438.0 -50075,sell_contrast_m10_bb_pos,sell,2025-07-15 08:09:00,1438.0 -50076,sell_contrast_m10_bb_pos,sell,2025-07-15 08:12:00,1438.0 -50077,sell_contrast_m10_bb_pos,sell,2025-07-15 08:15:00,1436.0 -50078,sell_contrast_m10_bb_pos,sell,2025-07-15 08:18:00,1433.0 -50079,sell_contrast_m10_bb_pos,sell,2025-07-15 08:51:00,1440.0 -50080,sell_contrast_m10_bb_pos,sell,2025-07-15 08:54:00,1438.0 -50081,sell_contrast_m10_bb_pos,sell,2025-07-15 08:57:00,1438.0 -50082,sell_contrast_m10_bb_pos,sell,2025-07-15 15:12:00,1401.0 -50083,sell_contrast_m10_bb_pos,sell,2025-07-15 15:15:00,1397.0 -50084,sell_contrast_m10_bb_pos,sell,2025-07-15 15:18:00,1393.0 -50085,sell_contrast_m10_bb_pos,sell,2025-07-15 23:00:00,1412.0 -50086,sell_contrast_m10_bb_pos,sell,2025-07-15 23:03:00,1410.0 -50087,sell_contrast_m10_bb_pos,sell,2025-07-15 23:06:00,1408.0 -50088,sell_contrast_m10_bb_pos,sell,2025-07-15 23:09:00,1416.0 -50089,sell_contrast_m10_bb_pos,sell,2025-07-15 23:12:00,1418.0 -50090,sell_contrast_m10_bb_pos,sell,2025-07-15 23:15:00,1418.0 -50091,sell_contrast_m10_bb_pos,sell,2025-07-15 23:18:00,1411.0 -50092,sell_contrast_m10_bb_pos,sell,2025-07-16 01:12:00,1429.0 -50093,sell_contrast_m10_bb_pos,sell,2025-07-16 01:15:00,1425.0 -50094,sell_contrast_m10_bb_pos,sell,2025-07-16 01:18:00,1427.0 -50095,sell_contrast_m10_bb_pos,sell,2025-07-16 01:21:00,1429.0 -50096,sell_contrast_m10_bb_pos,sell,2025-07-16 01:24:00,1429.0 -50097,sell_contrast_m10_bb_pos,sell,2025-07-16 01:27:00,1424.0 -50098,sell_contrast_m10_bb_pos,sell,2025-07-16 01:42:00,1432.0 -50099,sell_contrast_m10_bb_pos,sell,2025-07-16 01:45:00,1432.0 -50100,sell_contrast_m10_bb_pos,sell,2025-07-16 01:48:00,1427.0 -50101,sell_contrast_m10_bb_pos,sell,2025-07-16 02:30:00,1439.0 -50102,sell_contrast_m10_bb_pos,sell,2025-07-16 02:33:00,1439.0 -50103,sell_contrast_m10_bb_pos,sell,2025-07-16 02:36:00,1445.0 -50104,sell_contrast_m10_bb_pos,sell,2025-07-16 02:39:00,1458.0 -50105,sell_contrast_m10_bb_pos,sell,2025-07-16 02:51:00,1458.0 -50106,sell_contrast_m10_bb_pos,sell,2025-07-16 02:54:00,1460.0 -50107,sell_contrast_m10_bb_pos,sell,2025-07-16 02:57:00,1461.0 -50108,sell_contrast_m10_bb_pos,sell,2025-07-16 03:00:00,1464.0 -50109,sell_contrast_m10_bb_pos,sell,2025-07-16 03:03:00,1463.0 -50110,sell_contrast_m10_bb_pos,sell,2025-07-16 03:06:00,1465.0 -50111,sell_contrast_m10_bb_pos,sell,2025-07-16 03:09:00,1462.0 -50112,sell_contrast_m10_bb_pos,sell,2025-07-16 03:12:00,1463.0 -50113,sell_contrast_m10_bb_pos,sell,2025-07-16 03:15:00,1464.0 -50114,sell_contrast_m10_bb_pos,sell,2025-07-16 03:18:00,1465.0 -50115,sell_contrast_m10_bb_pos,sell,2025-07-16 03:21:00,1466.0 -50116,sell_contrast_m10_bb_pos,sell,2025-07-16 03:24:00,1467.0 -50117,sell_contrast_m10_bb_pos,sell,2025-07-16 03:27:00,1456.0 -50118,sell_contrast_m10_bb_pos,sell,2025-07-16 06:42:00,1459.0 -50119,sell_contrast_m10_bb_pos,sell,2025-07-16 06:45:00,1459.0 -50120,sell_contrast_m10_bb_pos,sell,2025-07-16 06:48:00,1458.0 -50121,sell_contrast_m10_bb_pos,sell,2025-07-16 06:51:00,1457.0 -50122,sell_contrast_m10_bb_pos,sell,2025-07-16 06:54:00,1457.0 -50123,sell_contrast_m10_bb_pos,sell,2025-07-16 06:57:00,1457.0 -50124,sell_contrast_m10_bb_pos,sell,2025-07-16 07:00:00,1457.0 -50125,sell_contrast_m10_bb_pos,sell,2025-07-16 07:03:00,1453.0 -50126,sell_contrast_m10_bb_pos,sell,2025-07-16 07:06:00,1456.0 -50127,sell_contrast_m10_bb_pos,sell,2025-07-16 07:09:00,1453.0 -50128,sell_contrast_m10_bb_pos,sell,2025-07-16 08:21:00,1470.0 -50129,sell_contrast_m10_bb_pos,sell,2025-07-16 08:24:00,1469.0 -50130,sell_contrast_m10_bb_pos,sell,2025-07-16 08:27:00,1471.0 -50131,sell_contrast_m10_bb_pos,sell,2025-07-16 08:30:00,1472.0 -50132,sell_contrast_m10_bb_pos,sell,2025-07-16 08:33:00,1473.0 -50133,sell_contrast_m10_bb_pos,sell,2025-07-16 08:36:00,1474.0 -50134,sell_contrast_m10_bb_pos,sell,2025-07-16 08:39:00,1477.0 -50135,sell_contrast_m10_bb_pos,sell,2025-07-16 08:51:00,1481.0 -50136,sell_contrast_m10_bb_pos,sell,2025-07-16 08:54:00,1477.0 -50137,sell_contrast_m10_bb_pos,sell,2025-07-16 08:57:00,1481.0 -50138,sell_contrast_m10_bb_pos,sell,2025-07-16 09:00:00,1480.0 -50139,sell_contrast_m10_bb_pos,sell,2025-07-16 09:03:00,1482.0 -50140,sell_contrast_m10_bb_pos,sell,2025-07-16 09:06:00,1479.0 -50141,sell_contrast_m10_bb_pos,sell,2025-07-16 09:09:00,1477.0 -50142,sell_contrast_m10_bb_pos,sell,2025-07-16 09:21:00,1482.0 -50143,sell_contrast_m10_bb_pos,sell,2025-07-16 09:24:00,1479.0 -50144,sell_contrast_m10_bb_pos,sell,2025-07-16 09:27:00,1477.0 -50145,sell_contrast_m10_bb_pos,sell,2025-07-16 09:51:00,1485.0 -50146,sell_contrast_m10_bb_pos,sell,2025-07-16 09:54:00,1483.0 -50147,sell_contrast_m10_bb_pos,sell,2025-07-16 09:57:00,1481.0 -50148,sell_contrast_m10_bb_pos,sell,2025-07-16 14:21:00,1463.0 -50149,sell_contrast_m10_bb_pos,sell,2025-07-16 14:24:00,1457.0 -50150,sell_contrast_m10_bb_pos,sell,2025-07-16 14:27:00,1459.0 -50151,sell_contrast_m10_bb_pos,sell,2025-07-16 14:30:00,1461.0 -50152,sell_contrast_m10_bb_pos,sell,2025-07-16 14:33:00,1462.0 -50153,sell_contrast_m10_bb_pos,sell,2025-07-16 14:36:00,1465.0 -50154,sell_contrast_m10_bb_pos,sell,2025-07-16 14:39:00,1461.0 -50155,sell_contrast_m10_bb_pos,sell,2025-07-16 15:42:00,1463.0 -50156,sell_contrast_m10_bb_pos,sell,2025-07-16 15:45:00,1464.0 -50157,sell_contrast_m10_bb_pos,sell,2025-07-16 15:48:00,1464.0 -50158,sell_contrast_m10_bb_pos,sell,2025-07-16 15:51:00,1463.0 -50159,sell_contrast_m10_bb_pos,sell,2025-07-16 15:54:00,1465.0 -50160,sell_contrast_m10_bb_pos,sell,2025-07-16 15:57:00,1466.0 -50161,sell_contrast_m10_bb_pos,sell,2025-07-16 16:00:00,1465.0 -50162,sell_contrast_m10_bb_pos,sell,2025-07-16 16:03:00,1466.0 -50163,sell_contrast_m10_bb_pos,sell,2025-07-16 16:06:00,1463.0 -50164,sell_contrast_m10_bb_pos,sell,2025-07-16 16:09:00,1461.0 -50165,sell_contrast_m10_bb_pos,sell,2025-07-16 17:00:00,1474.0 -50166,sell_contrast_m10_bb_pos,sell,2025-07-16 17:03:00,1466.0 -50167,sell_contrast_m10_bb_pos,sell,2025-07-16 17:06:00,1468.0 -50168,sell_contrast_m10_bb_pos,sell,2025-07-16 17:09:00,1467.0 -50169,sell_contrast_m10_bb_pos,sell,2025-07-16 21:21:00,1482.0 -50170,sell_contrast_m10_bb_pos,sell,2025-07-16 21:24:00,1483.0 -50171,sell_contrast_m10_bb_pos,sell,2025-07-16 21:27:00,1482.0 -50172,sell_contrast_m10_bb_pos,sell,2025-07-16 21:30:00,1486.0 -50173,sell_contrast_m10_bb_pos,sell,2025-07-16 21:33:00,1486.0 -50174,sell_contrast_m10_bb_pos,sell,2025-07-16 21:36:00,1492.0 -50175,sell_contrast_m10_bb_pos,sell,2025-07-16 21:39:00,1492.0 -50176,sell_contrast_m10_bb_pos,sell,2025-07-16 21:42:00,1491.0 -50177,sell_contrast_m10_bb_pos,sell,2025-07-16 21:45:00,1492.0 -50178,sell_contrast_m10_bb_pos,sell,2025-07-16 21:48:00,1491.0 -50179,sell_contrast_m10_bb_pos,sell,2025-07-17 00:00:00,1490.0 -50180,sell_contrast_m10_bb_pos,sell,2025-07-17 00:03:00,1494.0 -50181,sell_contrast_m10_bb_pos,sell,2025-07-17 00:06:00,1493.0 -50182,sell_contrast_m10_bb_pos,sell,2025-07-17 00:09:00,1496.0 -50183,sell_contrast_m10_bb_pos,sell,2025-07-17 00:51:00,1499.0 -50184,sell_contrast_m10_bb_pos,sell,2025-07-17 00:54:00,1496.0 -50185,sell_contrast_m10_bb_pos,sell,2025-07-17 00:57:00,1495.0 -50186,sell_contrast_m10_bb_pos,sell,2025-07-17 01:12:00,1505.0 -50187,sell_contrast_m10_bb_pos,sell,2025-07-17 01:15:00,1508.0 -50188,sell_contrast_m10_bb_pos,sell,2025-07-17 01:18:00,1512.0 -50189,sell_contrast_m10_bb_pos,sell,2025-07-17 01:51:00,1526.0 -50190,sell_contrast_m10_bb_pos,sell,2025-07-17 01:54:00,1529.0 -50191,sell_contrast_m10_bb_pos,sell,2025-07-17 01:57:00,1532.0 -50192,sell_contrast_m10_bb_pos,sell,2025-07-17 02:00:00,1532.0 -50193,sell_contrast_m10_bb_pos,sell,2025-07-17 02:03:00,1534.0 -50194,sell_contrast_m10_bb_pos,sell,2025-07-17 02:06:00,1529.0 -50195,sell_contrast_m10_bb_pos,sell,2025-07-17 02:09:00,1533.0 -50196,sell_contrast_m10_bb_pos,sell,2025-07-17 02:12:00,1531.0 -50197,sell_contrast_m10_bb_pos,sell,2025-07-17 02:15:00,1527.0 -50198,sell_contrast_m10_bb_pos,sell,2025-07-17 02:18:00,1524.0 -50199,sell_contrast_m10_bb_pos,sell,2025-07-17 03:12:00,1532.0 -50200,sell_contrast_m10_bb_pos,sell,2025-07-17 03:15:00,1529.0 -50201,sell_contrast_m10_bb_pos,sell,2025-07-17 03:18:00,1536.0 -50202,sell_contrast_m10_bb_pos,sell,2025-07-17 05:21:00,1543.0 -50203,sell_contrast_m10_bb_pos,sell,2025-07-17 05:24:00,1541.0 -50204,sell_contrast_m10_bb_pos,sell,2025-07-17 05:27:00,1542.0 -50205,sell_contrast_m10_bb_pos,sell,2025-07-17 05:42:00,1540.0 -50206,sell_contrast_m10_bb_pos,sell,2025-07-17 05:45:00,1545.0 -50207,sell_contrast_m10_bb_pos,sell,2025-07-17 05:48:00,1539.0 -50208,sell_contrast_m10_bb_pos,sell,2025-07-17 14:51:00,1508.0 -50209,sell_contrast_m10_bb_pos,sell,2025-07-17 14:54:00,1510.0 -50210,sell_contrast_m10_bb_pos,sell,2025-07-17 14:57:00,1509.0 -50211,sell_contrast_m10_bb_pos,sell,2025-07-17 15:00:00,1510.0 -50212,sell_contrast_m10_bb_pos,sell,2025-07-17 15:03:00,1510.0 -50213,sell_contrast_m10_bb_pos,sell,2025-07-17 15:06:00,1511.0 -50214,sell_contrast_m10_bb_pos,sell,2025-07-17 15:09:00,1516.0 -50215,sell_contrast_m10_bb_pos,sell,2025-07-17 15:42:00,1513.0 -50216,sell_contrast_m10_bb_pos,sell,2025-07-17 15:45:00,1519.0 -50217,sell_contrast_m10_bb_pos,sell,2025-07-17 15:48:00,1516.0 -50218,sell_contrast_m10_bb_pos,sell,2025-07-17 15:51:00,1517.0 -50219,sell_contrast_m10_bb_pos,sell,2025-07-17 15:54:00,1519.0 -50220,sell_contrast_m10_bb_pos,sell,2025-07-17 15:57:00,1519.0 -50221,sell_contrast_m10_bb_pos,sell,2025-07-17 16:00:00,1525.0 -50222,sell_contrast_m10_bb_pos,sell,2025-07-17 16:03:00,1513.0 -50223,sell_contrast_m10_bb_pos,sell,2025-07-17 16:06:00,1513.0 -50224,sell_contrast_m10_bb_pos,sell,2025-07-17 16:09:00,1508.0 -50225,sell_contrast_m10_bb_pos,sell,2025-07-17 16:42:00,1529.0 -50226,sell_contrast_m10_bb_pos,sell,2025-07-17 16:45:00,1528.0 -50227,sell_contrast_m10_bb_pos,sell,2025-07-17 16:48:00,1529.0 -50228,sell_contrast_m10_bb_pos,sell,2025-07-17 16:51:00,1529.0 -50229,sell_contrast_m10_bb_pos,sell,2025-07-17 16:54:00,1529.0 -50230,sell_contrast_m10_bb_pos,sell,2025-07-17 16:57:00,1528.0 -50231,sell_contrast_m10_bb_pos,sell,2025-07-17 18:12:00,1531.0 -50232,sell_contrast_m10_bb_pos,sell,2025-07-17 18:15:00,1529.0 -50233,sell_contrast_m10_bb_pos,sell,2025-07-17 18:18:00,1526.0 -50234,sell_contrast_m10_bb_pos,sell,2025-07-17 18:42:00,1539.0 -50235,sell_contrast_m10_bb_pos,sell,2025-07-17 18:45:00,1539.0 -50236,sell_contrast_m10_bb_pos,sell,2025-07-17 18:48:00,1537.0 -50237,sell_contrast_m10_bb_pos,sell,2025-07-17 18:51:00,1540.0 -50238,sell_contrast_m10_bb_pos,sell,2025-07-17 18:54:00,1542.0 -50239,sell_contrast_m10_bb_pos,sell,2025-07-17 18:57:00,1541.0 -50240,sell_contrast_m10_bb_pos,sell,2025-07-18 04:21:00,1502.0 -50241,sell_contrast_m10_bb_pos,sell,2025-07-18 04:24:00,1498.0 -50242,sell_contrast_m10_bb_pos,sell,2025-07-18 04:27:00,1496.0 -50243,sell_contrast_m10_bb_pos,sell,2025-07-18 06:21:00,1509.0 -50244,sell_contrast_m10_bb_pos,sell,2025-07-18 06:24:00,1516.0 -50245,sell_contrast_m10_bb_pos,sell,2025-07-18 06:27:00,1509.0 -50246,sell_contrast_m10_bb_pos,sell,2025-07-18 06:30:00,1507.0 -50247,sell_contrast_m10_bb_pos,sell,2025-07-18 06:33:00,1499.0 -50248,sell_contrast_m10_bb_pos,sell,2025-07-18 06:36:00,1487.0 -50249,sell_contrast_m10_bb_pos,sell,2025-07-18 06:39:00,1491.0 -50250,sell_contrast_m10_bb_pos,sell,2025-07-18 07:21:00,1507.0 -50251,sell_contrast_m10_bb_pos,sell,2025-07-18 07:24:00,1511.0 -50252,sell_contrast_m10_bb_pos,sell,2025-07-18 07:27:00,1516.0 -50253,sell_contrast_m10_bb_pos,sell,2025-07-18 07:30:00,1513.0 -50254,sell_contrast_m10_bb_pos,sell,2025-07-18 07:33:00,1515.0 -50255,sell_contrast_m10_bb_pos,sell,2025-07-18 07:36:00,1517.0 -50256,sell_contrast_m10_bb_pos,sell,2025-07-18 07:39:00,1520.0 -50257,sell_contrast_m10_bb_pos,sell,2025-07-18 07:42:00,1521.0 -50258,sell_contrast_m10_bb_pos,sell,2025-07-18 07:45:00,1523.0 -50259,sell_contrast_m10_bb_pos,sell,2025-07-18 07:48:00,1528.0 -50260,sell_contrast_m10_bb_pos,sell,2025-07-18 07:51:00,1525.0 -50261,sell_contrast_m10_bb_pos,sell,2025-07-18 07:54:00,1512.0 -50262,sell_contrast_m10_bb_pos,sell,2025-07-18 07:57:00,1517.0 -50263,sell_contrast_m10_bb_pos,sell,2025-07-18 08:12:00,1526.0 -50264,sell_contrast_m10_bb_pos,sell,2025-07-18 08:15:00,1526.0 -50265,sell_contrast_m10_bb_pos,sell,2025-07-18 08:18:00,1532.0 -50266,sell_contrast_m10_bb_pos,sell,2025-07-18 08:21:00,1534.0 -50267,sell_contrast_m10_bb_pos,sell,2025-07-18 08:24:00,1535.0 -50268,sell_contrast_m10_bb_pos,sell,2025-07-18 08:27:00,1530.0 -50269,sell_contrast_m10_bb_pos,sell,2025-07-18 11:00:00,1572.0 -50270,sell_contrast_m10_bb_pos,sell,2025-07-18 11:03:00,1565.0 -50271,sell_contrast_m10_bb_pos,sell,2025-07-18 11:06:00,1558.0 -50272,sell_contrast_m10_bb_pos,sell,2025-07-18 11:09:00,1563.0 -50273,sell_contrast_m10_bb_pos,sell,2025-07-18 13:21:00,1573.0 -50274,sell_contrast_m10_bb_pos,sell,2025-07-18 13:24:00,1570.0 -50275,sell_contrast_m10_bb_pos,sell,2025-07-18 13:27:00,1574.0 -50276,sell_contrast_m10_bb_pos,sell,2025-07-18 13:51:00,1577.0 -50277,sell_contrast_m10_bb_pos,sell,2025-07-18 13:54:00,1587.0 -50278,sell_contrast_m10_bb_pos,sell,2025-07-18 13:57:00,1588.0 -50279,sell_contrast_m10_bb_pos,sell,2025-07-18 14:51:00,1620.0 -50280,sell_contrast_m10_bb_pos,sell,2025-07-18 14:54:00,1625.0 -50281,sell_contrast_m10_bb_pos,sell,2025-07-18 14:57:00,1628.0 -50282,sell_contrast_m10_bb_pos,sell,2025-07-18 22:30:00,1615.0 -50283,sell_contrast_m10_bb_pos,sell,2025-07-18 22:33:00,1623.0 -50284,sell_contrast_m10_bb_pos,sell,2025-07-18 22:36:00,1622.0 -50285,sell_contrast_m10_bb_pos,sell,2025-07-18 22:39:00,1616.0 -50286,sell_contrast_m10_bb_pos,sell,2025-07-18 22:42:00,1619.0 -50287,sell_contrast_m10_bb_pos,sell,2025-07-18 22:45:00,1613.0 -50288,sell_contrast_m10_bb_pos,sell,2025-07-18 22:48:00,1622.0 -50289,sell_contrast_m10_bb_pos,sell,2025-07-18 22:51:00,1620.0 -50290,sell_contrast_m10_bb_pos,sell,2025-07-18 22:54:00,1619.0 -50291,sell_contrast_m10_bb_pos,sell,2025-07-18 22:57:00,1617.0 -50292,sell_contrast_m10_bb_pos,sell,2025-07-19 07:42:00,1572.0 -50293,sell_contrast_m10_bb_pos,sell,2025-07-19 07:45:00,1565.0 -50294,sell_contrast_m10_bb_pos,sell,2025-07-19 07:48:00,1557.0 -50295,sell_contrast_m10_bb_pos,sell,2025-07-19 12:00:00,1564.0 -50296,sell_contrast_m10_bb_pos,sell,2025-07-19 12:03:00,1569.0 -50297,sell_contrast_m10_bb_pos,sell,2025-07-19 12:06:00,1572.0 -50298,sell_contrast_m10_bb_pos,sell,2025-07-19 12:09:00,1576.0 -50299,sell_contrast_m10_bb_pos,sell,2025-07-19 12:12:00,1578.0 -50300,sell_contrast_m10_bb_pos,sell,2025-07-19 12:15:00,1577.0 -50301,sell_contrast_m10_bb_pos,sell,2025-07-19 12:18:00,1576.0 -50302,sell_contrast_m10_bb_pos,sell,2025-07-19 12:30:00,1576.0 -50303,sell_contrast_m10_bb_pos,sell,2025-07-19 12:33:00,1573.0 -50304,sell_contrast_m10_bb_pos,sell,2025-07-19 12:36:00,1576.0 -50305,sell_contrast_m10_bb_pos,sell,2025-07-19 12:39:00,1584.0 -50306,sell_contrast_m10_bb_pos,sell,2025-07-19 12:42:00,1585.0 -50307,sell_contrast_m10_bb_pos,sell,2025-07-19 12:45:00,1581.0 -50308,sell_contrast_m10_bb_pos,sell,2025-07-19 12:48:00,1583.0 -50309,sell_contrast_m10_bb_pos,sell,2025-07-19 12:51:00,1575.0 -50310,sell_contrast_m10_bb_pos,sell,2025-07-19 12:54:00,1580.0 -50311,sell_contrast_m10_bb_pos,sell,2025-07-19 12:57:00,1599.0 -50312,sell_contrast_m10_bb_pos,sell,2025-07-19 13:21:00,1596.0 -50313,sell_contrast_m10_bb_pos,sell,2025-07-19 13:24:00,1591.0 -50314,sell_contrast_m10_bb_pos,sell,2025-07-19 13:27:00,1593.0 -50315,sell_contrast_m10_bb_pos,sell,2025-07-19 19:42:00,1576.0 -50316,sell_contrast_m10_bb_pos,sell,2025-07-19 19:45:00,1573.0 -50317,sell_contrast_m10_bb_pos,sell,2025-07-19 19:48:00,1567.0 -50318,sell_contrast_m10_bb_pos,sell,2025-07-20 01:30:00,1554.0 -50319,sell_contrast_m10_bb_pos,sell,2025-07-20 01:33:00,1559.0 -50320,sell_contrast_m10_bb_pos,sell,2025-07-20 01:36:00,1553.0 -50321,sell_contrast_m10_bb_pos,sell,2025-07-20 01:39:00,1552.0 -50322,sell_contrast_m10_bb_pos,sell,2025-07-20 04:21:00,1556.0 -50323,sell_contrast_m10_bb_pos,sell,2025-07-20 04:24:00,1558.0 -50324,sell_contrast_m10_bb_pos,sell,2025-07-20 04:27:00,1557.0 -50325,sell_contrast_m10_bb_pos,sell,2025-07-20 05:12:00,1580.0 -50326,sell_contrast_m10_bb_pos,sell,2025-07-20 05:15:00,1573.0 -50327,sell_contrast_m10_bb_pos,sell,2025-07-20 05:18:00,1572.0 -50328,sell_contrast_m10_bb_pos,sell,2025-07-20 05:21:00,1574.0 -50329,sell_contrast_m10_bb_pos,sell,2025-07-20 05:24:00,1576.0 -50330,sell_contrast_m10_bb_pos,sell,2025-07-20 05:27:00,1577.0 -50331,sell_contrast_m10_bb_pos,sell,2025-07-20 05:30:00,1578.0 -50332,sell_contrast_m10_bb_pos,sell,2025-07-20 05:33:00,1580.0 -50333,sell_contrast_m10_bb_pos,sell,2025-07-20 05:36:00,1582.0 -50334,sell_contrast_m10_bb_pos,sell,2025-07-20 05:39:00,1583.0 -50335,sell_contrast_m10_bb_pos,sell,2025-07-20 05:42:00,1582.0 -50336,sell_contrast_m10_bb_pos,sell,2025-07-20 05:45:00,1581.0 -50337,sell_contrast_m10_bb_pos,sell,2025-07-20 05:48:00,1585.0 -50338,sell_contrast_m10_bb_pos,sell,2025-07-20 05:51:00,1587.0 -50339,sell_contrast_m10_bb_pos,sell,2025-07-20 05:54:00,1588.0 -50340,sell_contrast_m10_bb_pos,sell,2025-07-20 05:57:00,1587.0 -50341,sell_contrast_m10_bb_pos,sell,2025-07-20 07:12:00,1592.0 -50342,sell_contrast_m10_bb_pos,sell,2025-07-20 07:15:00,1590.0 -50343,sell_contrast_m10_bb_pos,sell,2025-07-20 07:18:00,1590.0 -50344,sell_contrast_m10_bb_pos,sell,2025-07-20 07:21:00,1591.0 -50345,sell_contrast_m10_bb_pos,sell,2025-07-20 07:24:00,1585.0 -50346,sell_contrast_m10_bb_pos,sell,2025-07-20 07:27:00,1585.0 -50347,sell_contrast_m10_bb_pos,sell,2025-07-20 10:12:00,1582.0 -50348,sell_contrast_m10_bb_pos,sell,2025-07-20 10:15:00,1583.0 -50349,sell_contrast_m10_bb_pos,sell,2025-07-20 10:18:00,1584.0 -50350,sell_contrast_m10_bb_pos,sell,2025-07-20 11:51:00,1585.0 -50351,sell_contrast_m10_bb_pos,sell,2025-07-20 11:54:00,1578.0 -50352,sell_contrast_m10_bb_pos,sell,2025-07-20 11:57:00,1578.0 -50353,sell_contrast_m10_bb_pos,sell,2025-07-20 12:30:00,1590.0 -50354,sell_contrast_m10_bb_pos,sell,2025-07-20 12:33:00,1597.0 -50355,sell_contrast_m10_bb_pos,sell,2025-07-20 12:36:00,1603.0 -50356,sell_contrast_m10_bb_pos,sell,2025-07-20 12:39:00,1603.0 -50357,sell_contrast_m10_bb_pos,sell,2025-07-20 12:51:00,1591.0 -50358,sell_contrast_m10_bb_pos,sell,2025-07-20 12:54:00,1590.0 -50359,sell_contrast_m10_bb_pos,sell,2025-07-20 12:57:00,1592.0 -50360,sell_contrast_m10_bb_pos,sell,2025-07-20 13:00:00,1593.0 -50361,sell_contrast_m10_bb_pos,sell,2025-07-20 13:03:00,1589.0 -50362,sell_contrast_m10_bb_pos,sell,2025-07-20 13:06:00,1589.0 -50363,sell_contrast_m10_bb_pos,sell,2025-07-20 13:09:00,1587.0 -50364,sell_contrast_m10_bb_pos,sell,2025-07-20 13:30:00,1600.0 -50365,sell_contrast_m10_bb_pos,sell,2025-07-20 13:33:00,1603.0 -50366,sell_contrast_m10_bb_pos,sell,2025-07-20 13:36:00,1597.0 -50367,sell_contrast_m10_bb_pos,sell,2025-07-20 13:39:00,1592.0 -50368,sell_contrast_m10_bb_pos,sell,2025-07-20 15:42:00,1632.0 -50369,sell_contrast_m10_bb_pos,sell,2025-07-20 15:45:00,1633.0 -50370,sell_contrast_m10_bb_pos,sell,2025-07-20 15:48:00,1630.0 -50371,sell_contrast_m10_bb_pos,sell,2025-07-20 15:51:00,1630.0 -50372,sell_contrast_m10_bb_pos,sell,2025-07-20 15:54:00,1628.0 -50373,sell_contrast_m10_bb_pos,sell,2025-07-20 15:57:00,1624.0 -50374,sell_contrast_m10_bb_pos,sell,2025-07-20 16:21:00,1632.0 -50375,sell_contrast_m10_bb_pos,sell,2025-07-20 16:24:00,1636.0 -50376,sell_contrast_m10_bb_pos,sell,2025-07-20 16:27:00,1634.0 -50377,sell_contrast_m10_bb_pos,sell,2025-07-20 18:00:00,1634.0 -50378,sell_contrast_m10_bb_pos,sell,2025-07-20 18:03:00,1633.0 -50379,sell_contrast_m10_bb_pos,sell,2025-07-20 18:06:00,1627.0 -50380,sell_contrast_m10_bb_pos,sell,2025-07-20 18:09:00,1626.0 -50381,sell_contrast_m10_bb_pos,sell,2025-07-20 20:21:00,1641.0 -50382,sell_contrast_m10_bb_pos,sell,2025-07-20 20:24:00,1642.0 -50383,sell_contrast_m10_bb_pos,sell,2025-07-20 20:27:00,1644.0 -50384,sell_contrast_m10_bb_pos,sell,2025-07-20 21:12:00,1663.0 -50385,sell_contrast_m10_bb_pos,sell,2025-07-20 21:15:00,1664.0 -50386,sell_contrast_m10_bb_pos,sell,2025-07-20 21:18:00,1663.0 -50387,sell_contrast_m10_bb_pos,sell,2025-07-21 01:21:00,1725.0 -50388,sell_contrast_m10_bb_pos,sell,2025-07-21 01:24:00,1718.0 -50389,sell_contrast_m10_bb_pos,sell,2025-07-21 01:27:00,1720.0 -50390,sell_contrast_m10_bb_pos,sell,2025-07-21 01:30:00,1728.0 -50391,sell_contrast_m10_bb_pos,sell,2025-07-21 01:33:00,1727.0 -50392,sell_contrast_m10_bb_pos,sell,2025-07-21 01:36:00,1728.0 -50393,sell_contrast_m10_bb_pos,sell,2025-07-21 01:39:00,1729.0 -50394,sell_contrast_m10_bb_pos,sell,2025-07-21 12:42:00,1679.0 -50395,sell_contrast_m10_bb_pos,sell,2025-07-21 12:45:00,1682.0 -50396,sell_contrast_m10_bb_pos,sell,2025-07-21 12:48:00,1682.0 -50397,sell_contrast_m10_bb_pos,sell,2025-07-21 13:00:00,1686.0 -50398,sell_contrast_m10_bb_pos,sell,2025-07-21 13:03:00,1685.0 -50399,sell_contrast_m10_bb_pos,sell,2025-07-21 13:06:00,1685.0 -50400,sell_contrast_m10_bb_pos,sell,2025-07-21 13:09:00,1682.0 -50401,sell_contrast_m10_bb_pos,sell,2025-07-21 15:12:00,1692.0 -50402,sell_contrast_m10_bb_pos,sell,2025-07-21 15:15:00,1694.0 -50403,sell_contrast_m10_bb_pos,sell,2025-07-21 15:18:00,1692.0 -50404,sell_contrast_m10_bb_pos,sell,2025-07-21 15:21:00,1694.0 -50405,sell_contrast_m10_bb_pos,sell,2025-07-21 15:24:00,1697.0 -50406,sell_contrast_m10_bb_pos,sell,2025-07-21 15:27:00,1697.0 -50407,sell_contrast_m10_bb_pos,sell,2025-07-21 15:30:00,1696.0 -50408,sell_contrast_m10_bb_pos,sell,2025-07-21 15:33:00,1694.0 -50409,sell_contrast_m10_bb_pos,sell,2025-07-21 15:36:00,1698.0 -50410,sell_contrast_m10_bb_pos,sell,2025-07-21 15:39:00,1691.0 -50411,sell_contrast_m10_bb_pos,sell,2025-07-21 16:21:00,1697.0 -50412,sell_contrast_m10_bb_pos,sell,2025-07-21 16:24:00,1695.0 -50413,sell_contrast_m10_bb_pos,sell,2025-07-21 16:27:00,1697.0 -50414,sell_contrast_m10_bb_pos,sell,2025-07-21 16:30:00,1700.0 -50415,sell_contrast_m10_bb_pos,sell,2025-07-21 16:33:00,1694.0 -50416,sell_contrast_m10_bb_pos,sell,2025-07-21 16:36:00,1694.0 -50417,sell_contrast_m10_bb_pos,sell,2025-07-21 16:39:00,1695.0 -50418,sell_contrast_m10_bb_pos,sell,2025-07-21 20:00:00,1698.0 -50419,sell_contrast_m10_bb_pos,sell,2025-07-21 20:03:00,1699.0 -50420,sell_contrast_m10_bb_pos,sell,2025-07-21 20:06:00,1695.0 -50421,sell_contrast_m10_bb_pos,sell,2025-07-21 20:09:00,1698.0 -50422,sell_contrast_m10_bb_pos,sell,2025-07-21 20:21:00,1704.0 -50423,sell_contrast_m10_bb_pos,sell,2025-07-21 20:24:00,1706.0 -50424,sell_contrast_m10_bb_pos,sell,2025-07-21 20:27:00,1708.0 -50425,sell_contrast_m10_bb_pos,sell,2025-07-21 22:42:00,1704.0 -50426,sell_contrast_m10_bb_pos,sell,2025-07-21 22:45:00,1704.0 -50427,sell_contrast_m10_bb_pos,sell,2025-07-21 22:48:00,1706.0 -50428,sell_contrast_m10_bb_pos,sell,2025-07-22 07:12:00,1664.0 -50429,sell_contrast_m10_bb_pos,sell,2025-07-22 07:15:00,1668.0 -50430,sell_contrast_m10_bb_pos,sell,2025-07-22 07:18:00,1666.0 -50431,sell_contrast_m10_bb_pos,sell,2025-07-22 07:21:00,1664.0 -50432,sell_contrast_m10_bb_pos,sell,2025-07-22 07:24:00,1665.0 -50433,sell_contrast_m10_bb_pos,sell,2025-07-22 07:27:00,1666.0 -50434,sell_contrast_m10_bb_pos,sell,2025-07-22 08:00:00,1683.0 -50435,sell_contrast_m10_bb_pos,sell,2025-07-22 08:03:00,1682.0 -50436,sell_contrast_m10_bb_pos,sell,2025-07-22 08:06:00,1676.0 -50437,sell_contrast_m10_bb_pos,sell,2025-07-22 08:09:00,1681.0 -50438,sell_contrast_m10_bb_pos,sell,2025-07-22 08:21:00,1682.0 -50439,sell_contrast_m10_bb_pos,sell,2025-07-22 08:24:00,1686.0 -50440,sell_contrast_m10_bb_pos,sell,2025-07-22 08:27:00,1688.0 -50441,sell_contrast_m10_bb_pos,sell,2025-07-22 08:42:00,1697.0 -50442,sell_contrast_m10_bb_pos,sell,2025-07-22 08:45:00,1696.0 -50443,sell_contrast_m10_bb_pos,sell,2025-07-22 08:48:00,1698.0 -50444,sell_contrast_m10_bb_pos,sell,2025-07-22 08:51:00,1694.0 -50445,sell_contrast_m10_bb_pos,sell,2025-07-22 08:54:00,1691.0 -50446,sell_contrast_m10_bb_pos,sell,2025-07-22 08:57:00,1692.0 -50447,sell_contrast_m10_bb_pos,sell,2025-07-22 09:30:00,1698.0 -50448,sell_contrast_m10_bb_pos,sell,2025-07-22 09:33:00,1697.0 -50449,sell_contrast_m10_bb_pos,sell,2025-07-22 09:36:00,1686.0 -50450,sell_contrast_m10_bb_pos,sell,2025-07-22 09:39:00,1682.0 -50451,sell_contrast_m10_bb_pos,sell,2025-07-22 10:51:00,1703.0 -50452,sell_contrast_m10_bb_pos,sell,2025-07-22 10:54:00,1715.0 -50453,sell_contrast_m10_bb_pos,sell,2025-07-22 10:57:00,1703.0 -50454,sell_contrast_m10_bb_pos,sell,2025-07-22 11:12:00,1704.0 -50455,sell_contrast_m10_bb_pos,sell,2025-07-22 11:15:00,1702.0 -50456,sell_contrast_m10_bb_pos,sell,2025-07-22 11:18:00,1698.0 -50457,sell_contrast_m10_bb_pos,sell,2025-07-22 11:42:00,1713.0 -50458,sell_contrast_m10_bb_pos,sell,2025-07-22 11:45:00,1699.0 -50459,sell_contrast_m10_bb_pos,sell,2025-07-22 11:48:00,1700.0 -50460,sell_contrast_m10_bb_pos,sell,2025-07-22 16:30:00,1655.0 -50461,sell_contrast_m10_bb_pos,sell,2025-07-22 16:33:00,1642.0 -50462,sell_contrast_m10_bb_pos,sell,2025-07-22 16:36:00,1642.0 -50463,sell_contrast_m10_bb_pos,sell,2025-07-22 16:39:00,1646.0 -50464,sell_contrast_m10_bb_pos,sell,2025-07-22 19:51:00,1644.0 -50465,sell_contrast_m10_bb_pos,sell,2025-07-22 19:54:00,1649.0 -50466,sell_contrast_m10_bb_pos,sell,2025-07-22 19:57:00,1649.0 -50467,sell_contrast_m10_bb_pos,sell,2025-07-22 20:12:00,1639.0 -50468,sell_contrast_m10_bb_pos,sell,2025-07-22 20:15:00,1640.0 -50469,sell_contrast_m10_bb_pos,sell,2025-07-22 20:18:00,1643.0 -50470,sell_contrast_m10_bb_pos,sell,2025-07-22 20:51:00,1649.0 -50471,sell_contrast_m10_bb_pos,sell,2025-07-22 20:54:00,1646.0 -50472,sell_contrast_m10_bb_pos,sell,2025-07-22 20:57:00,1647.0 -50473,sell_contrast_m10_bb_pos,sell,2025-07-22 21:00:00,1651.0 -50474,sell_contrast_m10_bb_pos,sell,2025-07-22 21:03:00,1644.0 -50475,sell_contrast_m10_bb_pos,sell,2025-07-22 21:06:00,1646.0 -50476,sell_contrast_m10_bb_pos,sell,2025-07-22 21:09:00,1662.0 -50477,sell_contrast_m10_bb_pos,sell,2025-07-22 21:42:00,1684.0 -50478,sell_contrast_m10_bb_pos,sell,2025-07-22 21:45:00,1686.0 -50479,sell_contrast_m10_bb_pos,sell,2025-07-22 21:48:00,1681.0 -50480,sell_contrast_m10_bb_pos,sell,2025-07-22 22:12:00,1693.0 -50481,sell_contrast_m10_bb_pos,sell,2025-07-22 22:15:00,1693.0 -50482,sell_contrast_m10_bb_pos,sell,2025-07-22 22:18:00,1689.0 -50483,sell_contrast_m10_bb_pos,sell,2025-07-23 04:00:00,1669.0 -50484,sell_contrast_m10_bb_pos,sell,2025-07-23 04:03:00,1671.0 -50485,sell_contrast_m10_bb_pos,sell,2025-07-23 04:06:00,1672.0 -50486,sell_contrast_m10_bb_pos,sell,2025-07-23 04:09:00,1680.0 -50487,sell_contrast_m10_bb_pos,sell,2025-07-23 04:12:00,1677.0 -50488,sell_contrast_m10_bb_pos,sell,2025-07-23 04:15:00,1682.0 -50489,sell_contrast_m10_bb_pos,sell,2025-07-23 04:18:00,1683.0 -50490,sell_contrast_m10_bb_pos,sell,2025-07-23 04:21:00,1680.0 -50491,sell_contrast_m10_bb_pos,sell,2025-07-23 04:24:00,1684.0 -50492,sell_contrast_m10_bb_pos,sell,2025-07-23 04:27:00,1687.0 -50493,sell_contrast_m10_bb_pos,sell,2025-07-23 04:51:00,1688.0 -50494,sell_contrast_m10_bb_pos,sell,2025-07-23 04:54:00,1686.0 -50495,sell_contrast_m10_bb_pos,sell,2025-07-23 04:57:00,1693.0 -50496,sell_contrast_m10_bb_pos,sell,2025-07-23 05:00:00,1699.0 -50497,sell_contrast_m10_bb_pos,sell,2025-07-23 05:03:00,1689.0 -50498,sell_contrast_m10_bb_pos,sell,2025-07-23 05:06:00,1699.0 -50499,sell_contrast_m10_bb_pos,sell,2025-07-23 05:09:00,1707.0 -50500,sell_contrast_m10_bb_pos,sell,2025-07-23 05:42:00,1732.0 -50501,sell_contrast_m10_bb_pos,sell,2025-07-23 05:45:00,1739.0 -50502,sell_contrast_m10_bb_pos,sell,2025-07-23 05:48:00,1739.0 -50503,sell_contrast_m10_bb_pos,sell,2025-07-23 05:51:00,1740.0 -50504,sell_contrast_m10_bb_pos,sell,2025-07-23 05:54:00,1739.0 -50505,sell_contrast_m10_bb_pos,sell,2025-07-23 05:57:00,1735.0 -50506,sell_contrast_m10_bb_pos,sell,2025-07-23 06:00:00,1736.0 -50507,sell_contrast_m10_bb_pos,sell,2025-07-23 06:03:00,1739.0 -50508,sell_contrast_m10_bb_pos,sell,2025-07-23 06:06:00,1734.0 -50509,sell_contrast_m10_bb_pos,sell,2025-07-23 06:09:00,1729.0 -50510,sell_contrast_m10_bb_pos,sell,2025-07-23 06:21:00,1750.0 -50511,sell_contrast_m10_bb_pos,sell,2025-07-23 06:24:00,1756.0 -50512,sell_contrast_m10_bb_pos,sell,2025-07-23 06:27:00,1756.0 -50513,sell_contrast_m10_bb_pos,sell,2025-07-23 07:12:00,1821.0 -50514,sell_contrast_m10_bb_pos,sell,2025-07-23 07:15:00,1812.0 -50515,sell_contrast_m10_bb_pos,sell,2025-07-23 07:18:00,1832.0 -50516,sell_contrast_m10_bb_pos,sell,2025-07-23 07:21:00,1828.0 -50517,sell_contrast_m10_bb_pos,sell,2025-07-23 07:24:00,1830.0 -50518,sell_contrast_m10_bb_pos,sell,2025-07-23 07:27:00,1826.0 -50519,sell_contrast_m10_bb_pos,sell,2025-07-23 07:30:00,1824.0 -50520,sell_contrast_m10_bb_pos,sell,2025-07-23 07:33:00,1823.0 -50521,sell_contrast_m10_bb_pos,sell,2025-07-23 07:36:00,1839.0 -50522,sell_contrast_m10_bb_pos,sell,2025-07-23 07:39:00,1839.0 -50523,sell_contrast_m10_bb_pos,sell,2025-07-23 07:42:00,1834.0 -50524,sell_contrast_m10_bb_pos,sell,2025-07-23 07:45:00,1844.0 -50525,sell_contrast_m10_bb_pos,sell,2025-07-23 07:48:00,1838.0 -50526,sell_contrast_m10_bb_pos,sell,2025-07-23 07:51:00,1841.0 -50527,sell_contrast_m10_bb_pos,sell,2025-07-23 07:54:00,1834.0 -50528,sell_contrast_m10_bb_pos,sell,2025-07-23 07:57:00,1836.0 -50529,sell_contrast_m10_bb_pos,sell,2025-07-23 08:00:00,1840.0 -50530,sell_contrast_m10_bb_pos,sell,2025-07-23 08:03:00,1846.0 -50531,sell_contrast_m10_bb_pos,sell,2025-07-23 08:06:00,1876.0 -50532,sell_contrast_m10_bb_pos,sell,2025-07-23 08:09:00,1866.0 -50533,sell_contrast_m10_bb_pos,sell,2025-07-23 08:12:00,1877.0 -50534,sell_contrast_m10_bb_pos,sell,2025-07-23 08:15:00,1883.0 -50535,sell_contrast_m10_bb_pos,sell,2025-07-23 08:18:00,1879.0 -50536,sell_contrast_m10_bb_pos,sell,2025-07-23 08:21:00,1871.0 -50537,sell_contrast_m10_bb_pos,sell,2025-07-23 08:24:00,1871.0 -50538,sell_contrast_m10_bb_pos,sell,2025-07-23 08:27:00,1860.0 -50539,sell_contrast_m10_bb_pos,sell,2025-07-23 08:30:00,1873.0 -50540,sell_contrast_m10_bb_pos,sell,2025-07-23 08:33:00,1882.0 -50541,sell_contrast_m10_bb_pos,sell,2025-07-23 08:36:00,1888.0 -50542,sell_contrast_m10_bb_pos,sell,2025-07-23 08:39:00,1878.0 -50543,sell_contrast_m10_bb_pos,sell,2025-07-23 08:42:00,1872.0 -50544,sell_contrast_m10_bb_pos,sell,2025-07-23 08:45:00,1876.0 -50545,sell_contrast_m10_bb_pos,sell,2025-07-23 08:48:00,1874.0 -50546,sell_contrast_m10_bb_pos,sell,2025-07-23 09:00:00,1892.0 -50547,sell_contrast_m10_bb_pos,sell,2025-07-23 09:03:00,1883.0 -50548,sell_contrast_m10_bb_pos,sell,2025-07-23 09:06:00,1867.0 -50549,sell_contrast_m10_bb_pos,sell,2025-07-23 09:09:00,1853.0 -50550,sell_contrast_m10_bb_pos,sell,2025-07-23 13:42:00,1831.0 -50551,sell_contrast_m10_bb_pos,sell,2025-07-23 13:45:00,1834.0 -50552,sell_contrast_m10_bb_pos,sell,2025-07-23 13:48:00,1832.0 -50553,sell_contrast_m10_bb_pos,sell,2025-07-23 21:21:00,1764.0 -50554,sell_contrast_m10_bb_pos,sell,2025-07-23 21:24:00,1763.0 -50555,sell_contrast_m10_bb_pos,sell,2025-07-23 21:27:00,1756.0 -50556,sell_contrast_m10_bb_pos,sell,2025-07-23 21:30:00,1761.0 -50557,sell_contrast_m10_bb_pos,sell,2025-07-23 21:33:00,1760.0 -50558,sell_contrast_m10_bb_pos,sell,2025-07-23 21:36:00,1763.0 -50559,sell_contrast_m10_bb_pos,sell,2025-07-23 21:39:00,1750.0 -50560,sell_contrast_m10_bb_pos,sell,2025-07-24 08:21:00,1618.0 -50561,sell_contrast_m10_bb_pos,sell,2025-07-24 08:24:00,1618.0 -50562,sell_contrast_m10_bb_pos,sell,2025-07-24 08:27:00,1617.0 -50563,sell_contrast_m10_bb_pos,sell,2025-07-24 10:00:00,1626.0 -50564,sell_contrast_m10_bb_pos,sell,2025-07-24 10:03:00,1618.0 -50565,sell_contrast_m10_bb_pos,sell,2025-07-24 10:06:00,1618.0 -50566,sell_contrast_m10_bb_pos,sell,2025-07-24 10:09:00,1612.0 -50567,sell_contrast_m10_bb_pos,sell,2025-07-24 11:00:00,1632.0 -50568,sell_contrast_m10_bb_pos,sell,2025-07-24 11:03:00,1629.0 -50569,sell_contrast_m10_bb_pos,sell,2025-07-24 11:06:00,1622.0 -50570,sell_contrast_m10_bb_pos,sell,2025-07-24 11:09:00,1626.0 -50571,sell_contrast_m10_bb_pos,sell,2025-07-24 17:51:00,1545.0 -50572,sell_contrast_m10_bb_pos,sell,2025-07-24 17:54:00,1547.0 -50573,sell_contrast_m10_bb_pos,sell,2025-07-24 17:57:00,1547.0 -50574,sell_contrast_m10_bb_pos,sell,2025-07-24 18:00:00,1546.0 -50575,sell_contrast_m10_bb_pos,sell,2025-07-24 18:03:00,1546.0 -50576,sell_contrast_m10_bb_pos,sell,2025-07-24 18:06:00,1546.0 -50577,sell_contrast_m10_bb_pos,sell,2025-07-24 18:09:00,1547.0 -50578,sell_contrast_m10_bb_pos,sell,2025-07-24 18:12:00,1544.0 -50579,sell_contrast_m10_bb_pos,sell,2025-07-24 18:15:00,1539.0 -50580,sell_contrast_m10_bb_pos,sell,2025-07-24 18:18:00,1537.0 -50581,sell_contrast_m10_bb_pos,sell,2025-07-24 20:21:00,1550.0 -50582,sell_contrast_m10_bb_pos,sell,2025-07-24 20:24:00,1553.0 -50583,sell_contrast_m10_bb_pos,sell,2025-07-24 20:27:00,1552.0 -50584,sell_contrast_m10_bb_pos,sell,2025-07-24 20:30:00,1554.0 -50585,sell_contrast_m10_bb_pos,sell,2025-07-24 20:33:00,1557.0 -50586,sell_contrast_m10_bb_pos,sell,2025-07-24 20:36:00,1562.0 -50587,sell_contrast_m10_bb_pos,sell,2025-07-24 20:39:00,1563.0 -50588,sell_contrast_m10_bb_pos,sell,2025-07-24 20:51:00,1565.0 -50589,sell_contrast_m10_bb_pos,sell,2025-07-24 20:54:00,1570.0 -50590,sell_contrast_m10_bb_pos,sell,2025-07-24 20:57:00,1567.0 -50591,sell_contrast_m10_bb_pos,sell,2025-07-24 21:00:00,1563.0 -50592,sell_contrast_m10_bb_pos,sell,2025-07-24 21:03:00,1566.0 -50593,sell_contrast_m10_bb_pos,sell,2025-07-24 21:06:00,1560.0 -50594,sell_contrast_m10_bb_pos,sell,2025-07-24 21:09:00,1554.0 -50595,sell_contrast_m10_bb_pos,sell,2025-07-25 00:30:00,1606.0 -50596,sell_contrast_m10_bb_pos,sell,2025-07-25 00:33:00,1595.0 -50597,sell_contrast_m10_bb_pos,sell,2025-07-25 00:36:00,1599.0 -50598,sell_contrast_m10_bb_pos,sell,2025-07-25 00:39:00,1594.0 -50599,sell_contrast_m10_bb_pos,sell,2025-07-25 14:21:00,1546.0 -50600,sell_contrast_m10_bb_pos,sell,2025-07-25 14:24:00,1543.0 -50601,sell_contrast_m10_bb_pos,sell,2025-07-25 14:27:00,1541.0 -50602,sell_contrast_m10_bb_pos,sell,2025-07-25 17:30:00,1548.0 -50603,sell_contrast_m10_bb_pos,sell,2025-07-25 17:33:00,1542.0 -50604,sell_contrast_m10_bb_pos,sell,2025-07-25 17:36:00,1538.0 -50605,sell_contrast_m10_bb_pos,sell,2025-07-25 17:39:00,1534.0 -50606,sell_contrast_m10_bb_pos,sell,2025-07-25 19:21:00,1564.0 -50607,sell_contrast_m10_bb_pos,sell,2025-07-25 19:24:00,1562.0 -50608,sell_contrast_m10_bb_pos,sell,2025-07-25 19:27:00,1558.0 -50609,sell_contrast_m10_bb_pos,sell,2025-07-25 20:00:00,1577.0 -50610,sell_contrast_m10_bb_pos,sell,2025-07-25 20:03:00,1575.0 -50611,sell_contrast_m10_bb_pos,sell,2025-07-25 20:06:00,1574.0 -50612,sell_contrast_m10_bb_pos,sell,2025-07-25 20:09:00,1574.0 -50613,sell_contrast_m10_bb_pos,sell,2025-07-25 20:12:00,1573.0 -50614,sell_contrast_m10_bb_pos,sell,2025-07-25 20:15:00,1569.0 -50615,sell_contrast_m10_bb_pos,sell,2025-07-25 20:18:00,1571.0 -50616,sell_contrast_m10_bb_pos,sell,2025-07-26 02:51:00,1545.0 -50617,sell_contrast_m10_bb_pos,sell,2025-07-26 02:54:00,1542.0 -50618,sell_contrast_m10_bb_pos,sell,2025-07-26 02:57:00,1540.0 -50619,sell_contrast_m10_bb_pos,sell,2025-07-26 06:42:00,1581.0 -50620,sell_contrast_m10_bb_pos,sell,2025-07-26 06:45:00,1579.0 -50621,sell_contrast_m10_bb_pos,sell,2025-07-26 06:48:00,1586.0 -50622,sell_contrast_m10_bb_pos,sell,2025-07-26 06:51:00,1586.0 -50623,sell_contrast_m10_bb_pos,sell,2025-07-26 06:54:00,1585.0 -50624,sell_contrast_m10_bb_pos,sell,2025-07-26 06:57:00,1583.0 -50625,sell_contrast_m10_bb_pos,sell,2025-07-26 08:42:00,1590.0 -50626,sell_contrast_m10_bb_pos,sell,2025-07-26 08:45:00,1586.0 -50627,sell_contrast_m10_bb_pos,sell,2025-07-26 08:48:00,1585.0 -50628,sell_contrast_m10_bb_pos,sell,2025-07-26 17:21:00,1588.0 -50629,sell_contrast_m10_bb_pos,sell,2025-07-26 17:24:00,1592.0 -50630,sell_contrast_m10_bb_pos,sell,2025-07-26 17:27:00,1590.0 -50631,sell_contrast_m10_bb_pos,sell,2025-07-26 17:51:00,1590.0 -50632,sell_contrast_m10_bb_pos,sell,2025-07-26 17:54:00,1587.0 -50633,sell_contrast_m10_bb_pos,sell,2025-07-26 17:57:00,1582.0 -50634,sell_contrast_m10_bb_pos,sell,2025-07-26 20:12:00,1588.0 -50635,sell_contrast_m10_bb_pos,sell,2025-07-26 20:15:00,1592.0 -50636,sell_contrast_m10_bb_pos,sell,2025-07-26 20:18:00,1593.0 -50637,sell_contrast_m10_bb_pos,sell,2025-07-26 20:21:00,1591.0 -50638,sell_contrast_m10_bb_pos,sell,2025-07-26 20:24:00,1586.0 -50639,sell_contrast_m10_bb_pos,sell,2025-07-26 20:27:00,1585.0 -50640,sell_contrast_m10_bb_pos,sell,2025-07-26 22:51:00,1593.0 -50641,sell_contrast_m10_bb_pos,sell,2025-07-26 22:54:00,1590.0 -50642,sell_contrast_m10_bb_pos,sell,2025-07-26 22:57:00,1590.0 -50643,sell_contrast_m10_bb_pos,sell,2025-07-26 23:12:00,1595.0 -50644,sell_contrast_m10_bb_pos,sell,2025-07-26 23:15:00,1594.0 -50645,sell_contrast_m10_bb_pos,sell,2025-07-26 23:18:00,1595.0 -50646,sell_contrast_m10_bb_pos,sell,2025-07-26 23:51:00,1595.0 -50647,sell_contrast_m10_bb_pos,sell,2025-07-26 23:54:00,1597.0 -50648,sell_contrast_m10_bb_pos,sell,2025-07-26 23:57:00,1591.0 -50649,sell_contrast_m10_bb_pos,sell,2025-07-27 00:12:00,1592.0 -50650,sell_contrast_m10_bb_pos,sell,2025-07-27 00:15:00,1586.0 -50651,sell_contrast_m10_bb_pos,sell,2025-07-27 00:18:00,1585.0 -50652,sell_contrast_m10_bb_pos,sell,2025-07-27 01:00:00,1597.0 -50653,sell_contrast_m10_bb_pos,sell,2025-07-27 01:03:00,1602.0 -50654,sell_contrast_m10_bb_pos,sell,2025-07-27 01:06:00,1599.0 -50655,sell_contrast_m10_bb_pos,sell,2025-07-27 01:09:00,1593.0 -50656,sell_contrast_m10_bb_pos,sell,2025-07-27 01:21:00,1599.0 -50657,sell_contrast_m10_bb_pos,sell,2025-07-27 01:24:00,1606.0 -50658,sell_contrast_m10_bb_pos,sell,2025-07-27 01:27:00,1603.0 -50659,sell_contrast_m10_bb_pos,sell,2025-07-27 01:42:00,1600.0 -50660,sell_contrast_m10_bb_pos,sell,2025-07-27 01:45:00,1599.0 -50661,sell_contrast_m10_bb_pos,sell,2025-07-27 01:48:00,1594.0 -50662,sell_contrast_m10_bb_pos,sell,2025-07-27 03:51:00,1603.0 -50663,sell_contrast_m10_bb_pos,sell,2025-07-27 03:54:00,1602.0 -50664,sell_contrast_m10_bb_pos,sell,2025-07-27 03:57:00,1600.0 -50665,sell_contrast_m10_bb_pos,sell,2025-07-27 04:12:00,1603.0 -50666,sell_contrast_m10_bb_pos,sell,2025-07-27 04:15:00,1603.0 -50667,sell_contrast_m10_bb_pos,sell,2025-07-27 04:18:00,1605.0 -50668,sell_contrast_m10_bb_pos,sell,2025-07-27 05:00:00,1606.0 -50669,sell_contrast_m10_bb_pos,sell,2025-07-27 05:03:00,1603.0 -50670,sell_contrast_m10_bb_pos,sell,2025-07-27 05:06:00,1599.0 -50671,sell_contrast_m10_bb_pos,sell,2025-07-27 05:09:00,1600.0 -50672,sell_contrast_m10_bb_pos,sell,2025-07-27 13:21:00,1598.0 -50673,sell_contrast_m10_bb_pos,sell,2025-07-27 13:24:00,1600.0 -50674,sell_contrast_m10_bb_pos,sell,2025-07-27 13:27:00,1599.0 -50675,sell_contrast_m10_bb_pos,sell,2025-07-27 13:51:00,1602.0 -50676,sell_contrast_m10_bb_pos,sell,2025-07-27 13:54:00,1605.0 -50677,sell_contrast_m10_bb_pos,sell,2025-07-27 13:57:00,1605.0 -50678,sell_contrast_m10_bb_pos,sell,2025-07-27 14:12:00,1606.0 -50679,sell_contrast_m10_bb_pos,sell,2025-07-27 14:15:00,1604.0 -50680,sell_contrast_m10_bb_pos,sell,2025-07-27 14:18:00,1605.0 -50681,sell_contrast_m10_bb_pos,sell,2025-07-27 14:21:00,1604.0 -50682,sell_contrast_m10_bb_pos,sell,2025-07-27 14:24:00,1610.0 -50683,sell_contrast_m10_bb_pos,sell,2025-07-27 14:27:00,1612.0 -50684,sell_contrast_m10_bb_pos,sell,2025-07-27 19:42:00,1605.0 -50685,sell_contrast_m10_bb_pos,sell,2025-07-27 19:45:00,1605.0 -50686,sell_contrast_m10_bb_pos,sell,2025-07-27 19:48:00,1603.0 -50687,sell_contrast_m10_bb_pos,sell,2025-07-27 20:00:00,1607.0 -50688,sell_contrast_m10_bb_pos,sell,2025-07-27 20:03:00,1609.0 -50689,sell_contrast_m10_bb_pos,sell,2025-07-27 20:06:00,1607.0 -50690,sell_contrast_m10_bb_pos,sell,2025-07-27 20:09:00,1608.0 -50691,sell_contrast_m10_bb_pos,sell,2025-07-27 20:12:00,1604.0 -50692,sell_contrast_m10_bb_pos,sell,2025-07-27 20:15:00,1604.0 -50693,sell_contrast_m10_bb_pos,sell,2025-07-27 20:18:00,1610.0 -50694,sell_contrast_m10_bb_pos,sell,2025-07-27 20:21:00,1607.0 -50695,sell_contrast_m10_bb_pos,sell,2025-07-27 20:24:00,1603.0 -50696,sell_contrast_m10_bb_pos,sell,2025-07-27 20:27:00,1605.0 -50697,sell_contrast_m10_bb_pos,sell,2025-07-27 22:00:00,1610.0 -50698,sell_contrast_m10_bb_pos,sell,2025-07-27 22:03:00,1612.0 -50699,sell_contrast_m10_bb_pos,sell,2025-07-27 22:06:00,1612.0 -50700,sell_contrast_m10_bb_pos,sell,2025-07-27 22:09:00,1610.0 -50701,sell_contrast_m10_bb_pos,sell,2025-07-27 22:12:00,1610.0 -50702,sell_contrast_m10_bb_pos,sell,2025-07-27 22:15:00,1609.0 -50703,sell_contrast_m10_bb_pos,sell,2025-07-27 22:18:00,1607.0 -50704,sell_contrast_m10_bb_pos,sell,2025-07-27 23:12:00,1613.0 -50705,sell_contrast_m10_bb_pos,sell,2025-07-27 23:15:00,1613.0 -50706,sell_contrast_m10_bb_pos,sell,2025-07-27 23:18:00,1620.0 -50707,sell_contrast_m10_bb_pos,sell,2025-07-27 23:30:00,1614.0 -50708,sell_contrast_m10_bb_pos,sell,2025-07-27 23:33:00,1613.0 -50709,sell_contrast_m10_bb_pos,sell,2025-07-27 23:36:00,1614.0 -50710,sell_contrast_m10_bb_pos,sell,2025-07-27 23:39:00,1609.0 -50711,sell_contrast_m10_bb_pos,sell,2025-07-28 02:30:00,1644.0 -50712,sell_contrast_m10_bb_pos,sell,2025-07-28 02:33:00,1647.0 -50713,sell_contrast_m10_bb_pos,sell,2025-07-28 02:36:00,1637.0 -50714,sell_contrast_m10_bb_pos,sell,2025-07-28 02:39:00,1640.0 -50715,sell_contrast_m10_bb_pos,sell,2025-07-28 02:51:00,1647.0 -50716,sell_contrast_m10_bb_pos,sell,2025-07-28 02:54:00,1640.0 -50717,sell_contrast_m10_bb_pos,sell,2025-07-28 02:57:00,1647.0 -50718,sell_contrast_m10_bb_pos,sell,2025-07-28 07:42:00,1661.0 -50719,sell_contrast_m10_bb_pos,sell,2025-07-28 07:45:00,1662.0 -50720,sell_contrast_m10_bb_pos,sell,2025-07-28 07:48:00,1660.0 -50721,sell_contrast_m10_bb_pos,sell,2025-07-28 09:30:00,1670.0 -50722,sell_contrast_m10_bb_pos,sell,2025-07-28 09:33:00,1667.0 -50723,sell_contrast_m10_bb_pos,sell,2025-07-28 09:36:00,1667.0 -50724,sell_contrast_m10_bb_pos,sell,2025-07-28 09:39:00,1665.0 -50725,sell_contrast_m10_bb_pos,sell,2025-07-28 13:00:00,1661.0 -50726,sell_contrast_m10_bb_pos,sell,2025-07-28 13:03:00,1663.0 -50727,sell_contrast_m10_bb_pos,sell,2025-07-28 13:06:00,1658.0 -50728,sell_contrast_m10_bb_pos,sell,2025-07-28 13:09:00,1654.0 -50729,sell_contrast_m10_bb_pos,sell,2025-07-28 13:30:00,1664.0 -50730,sell_contrast_m10_bb_pos,sell,2025-07-28 13:33:00,1659.0 -50731,sell_contrast_m10_bb_pos,sell,2025-07-28 13:36:00,1662.0 -50732,sell_contrast_m10_bb_pos,sell,2025-07-28 13:39:00,1662.0 -50733,sell_contrast_m10_bb_pos,sell,2025-07-28 13:42:00,1669.0 -50734,sell_contrast_m10_bb_pos,sell,2025-07-28 13:45:00,1671.0 -50735,sell_contrast_m10_bb_pos,sell,2025-07-28 13:48:00,1666.0 -50736,sell_contrast_m10_bb_pos,sell,2025-07-28 13:51:00,1664.0 -50737,sell_contrast_m10_bb_pos,sell,2025-07-28 13:54:00,1669.0 -50738,sell_contrast_m10_bb_pos,sell,2025-07-28 13:57:00,1668.0 -50739,sell_contrast_m10_bb_pos,sell,2025-07-28 14:00:00,1669.0 -50740,sell_contrast_m10_bb_pos,sell,2025-07-28 14:03:00,1672.0 -50741,sell_contrast_m10_bb_pos,sell,2025-07-28 14:06:00,1670.0 -50742,sell_contrast_m10_bb_pos,sell,2025-07-28 14:09:00,1672.0 -50743,sell_contrast_m10_bb_pos,sell,2025-07-28 14:12:00,1672.0 -50744,sell_contrast_m10_bb_pos,sell,2025-07-28 14:15:00,1673.0 -50745,sell_contrast_m10_bb_pos,sell,2025-07-28 14:18:00,1677.0 -50746,sell_contrast_m10_bb_pos,sell,2025-07-28 14:30:00,1673.0 -50747,sell_contrast_m10_bb_pos,sell,2025-07-28 14:33:00,1670.0 -50748,sell_contrast_m10_bb_pos,sell,2025-07-28 14:36:00,1672.0 -50749,sell_contrast_m10_bb_pos,sell,2025-07-28 14:39:00,1668.0 -50750,sell_contrast_m10_bb_pos,sell,2025-07-28 17:12:00,1678.0 -50751,sell_contrast_m10_bb_pos,sell,2025-07-28 17:15:00,1680.0 -50752,sell_contrast_m10_bb_pos,sell,2025-07-28 17:18:00,1675.0 -50753,sell_contrast_m10_bb_pos,sell,2025-07-28 18:21:00,1681.0 -50754,sell_contrast_m10_bb_pos,sell,2025-07-28 18:24:00,1677.0 -50755,sell_contrast_m10_bb_pos,sell,2025-07-28 18:27:00,1675.0 -50756,sell_contrast_m10_bb_pos,sell,2025-07-29 09:21:00,1551.0 -50757,sell_contrast_m10_bb_pos,sell,2025-07-29 09:24:00,1553.0 -50758,sell_contrast_m10_bb_pos,sell,2025-07-29 09:27:00,1553.0 -50759,sell_contrast_m10_bb_pos,sell,2025-07-29 10:30:00,1548.0 -50760,sell_contrast_m10_bb_pos,sell,2025-07-29 10:33:00,1548.0 -50761,sell_contrast_m10_bb_pos,sell,2025-07-29 10:36:00,1546.0 -50762,sell_contrast_m10_bb_pos,sell,2025-07-29 10:39:00,1546.0 -50763,sell_contrast_m10_bb_pos,sell,2025-07-29 14:42:00,1542.0 -50764,sell_contrast_m10_bb_pos,sell,2025-07-29 14:45:00,1541.0 -50765,sell_contrast_m10_bb_pos,sell,2025-07-29 14:48:00,1541.0 -50766,sell_contrast_m10_bb_pos,sell,2025-07-29 14:51:00,1542.0 -50767,sell_contrast_m10_bb_pos,sell,2025-07-29 14:54:00,1545.0 -50768,sell_contrast_m10_bb_pos,sell,2025-07-29 14:57:00,1546.0 -50769,sell_contrast_m10_bb_pos,sell,2025-07-29 15:21:00,1549.0 -50770,sell_contrast_m10_bb_pos,sell,2025-07-29 15:24:00,1550.0 -50771,sell_contrast_m10_bb_pos,sell,2025-07-29 15:27:00,1544.0 -50772,sell_contrast_m10_bb_pos,sell,2025-07-29 15:42:00,1545.0 -50773,sell_contrast_m10_bb_pos,sell,2025-07-29 15:45:00,1548.0 -50774,sell_contrast_m10_bb_pos,sell,2025-07-29 15:48:00,1542.0 -50775,sell_contrast_m10_bb_pos,sell,2025-07-29 16:21:00,1553.0 -50776,sell_contrast_m10_bb_pos,sell,2025-07-29 16:24:00,1551.0 -50777,sell_contrast_m10_bb_pos,sell,2025-07-29 16:27:00,1547.0 -50778,sell_contrast_m10_bb_pos,sell,2025-07-29 16:51:00,1562.0 -50779,sell_contrast_m10_bb_pos,sell,2025-07-29 16:54:00,1559.0 -50780,sell_contrast_m10_bb_pos,sell,2025-07-29 16:57:00,1558.0 -50781,sell_contrast_m10_bb_pos,sell,2025-07-29 17:00:00,1559.0 -50782,sell_contrast_m10_bb_pos,sell,2025-07-29 17:03:00,1556.0 -50783,sell_contrast_m10_bb_pos,sell,2025-07-29 17:06:00,1553.0 -50784,sell_contrast_m10_bb_pos,sell,2025-07-29 17:09:00,1548.0 -50785,sell_contrast_m10_bb_pos,sell,2025-07-29 22:30:00,1542.0 -50786,sell_contrast_m10_bb_pos,sell,2025-07-29 22:33:00,1540.0 -50787,sell_contrast_m10_bb_pos,sell,2025-07-29 22:36:00,1538.0 -50788,sell_contrast_m10_bb_pos,sell,2025-07-29 22:39:00,1537.0 -50789,sell_contrast_m10_bb_pos,sell,2025-07-30 04:21:00,1493.0 -50790,sell_contrast_m10_bb_pos,sell,2025-07-30 04:24:00,1474.0 -50791,sell_contrast_m10_bb_pos,sell,2025-07-30 04:27:00,1470.0 -50792,sell_contrast_m10_bb_pos,sell,2025-07-30 07:00:00,1490.0 -50793,sell_contrast_m10_bb_pos,sell,2025-07-30 07:03:00,1493.0 -50794,sell_contrast_m10_bb_pos,sell,2025-07-30 07:06:00,1487.0 -50795,sell_contrast_m10_bb_pos,sell,2025-07-30 07:09:00,1490.0 -50796,sell_contrast_m10_bb_pos,sell,2025-07-30 07:12:00,1487.0 -50797,sell_contrast_m10_bb_pos,sell,2025-07-30 07:15:00,1482.0 -50798,sell_contrast_m10_bb_pos,sell,2025-07-30 07:18:00,1487.0 -50799,sell_contrast_m10_bb_pos,sell,2025-07-30 07:30:00,1489.0 -50800,sell_contrast_m10_bb_pos,sell,2025-07-30 07:33:00,1488.0 -50801,sell_contrast_m10_bb_pos,sell,2025-07-30 07:36:00,1488.0 -50802,sell_contrast_m10_bb_pos,sell,2025-07-30 07:39:00,1490.0 -50803,sell_contrast_m10_bb_pos,sell,2025-07-30 07:42:00,1492.0 -50804,sell_contrast_m10_bb_pos,sell,2025-07-30 07:45:00,1491.0 -50805,sell_contrast_m10_bb_pos,sell,2025-07-30 07:48:00,1495.0 -50806,sell_contrast_m10_bb_pos,sell,2025-07-30 07:51:00,1494.0 -50807,sell_contrast_m10_bb_pos,sell,2025-07-30 07:54:00,1495.0 -50808,sell_contrast_m10_bb_pos,sell,2025-07-30 07:57:00,1496.0 -50809,sell_contrast_m10_bb_pos,sell,2025-07-30 08:00:00,1496.0 -50810,sell_contrast_m10_bb_pos,sell,2025-07-30 08:03:00,1496.0 -50811,sell_contrast_m10_bb_pos,sell,2025-07-30 08:06:00,1496.0 -50812,sell_contrast_m10_bb_pos,sell,2025-07-30 08:09:00,1496.0 -50813,sell_contrast_m10_bb_pos,sell,2025-07-30 08:12:00,1497.0 -50814,sell_contrast_m10_bb_pos,sell,2025-07-30 08:15:00,1496.0 -50815,sell_contrast_m10_bb_pos,sell,2025-07-30 08:18:00,1494.0 -50816,sell_contrast_m10_bb_pos,sell,2025-07-30 08:21:00,1500.0 -50817,sell_contrast_m10_bb_pos,sell,2025-07-30 08:24:00,1498.0 -50818,sell_contrast_m10_bb_pos,sell,2025-07-30 08:27:00,1496.0 -50819,sell_contrast_m10_bb_pos,sell,2025-07-30 08:42:00,1498.0 -50820,sell_contrast_m10_bb_pos,sell,2025-07-30 08:45:00,1497.0 -50821,sell_contrast_m10_bb_pos,sell,2025-07-30 08:48:00,1498.0 -50822,sell_contrast_m10_bb_pos,sell,2025-07-30 12:42:00,1495.0 -50823,sell_contrast_m10_bb_pos,sell,2025-07-30 12:45:00,1492.0 -50824,sell_contrast_m10_bb_pos,sell,2025-07-30 12:48:00,1490.0 -50825,sell_contrast_m10_bb_pos,sell,2025-07-30 23:30:00,1442.0 -50826,sell_contrast_m10_bb_pos,sell,2025-07-30 23:33:00,1445.0 -50827,sell_contrast_m10_bb_pos,sell,2025-07-30 23:36:00,1443.0 -50828,sell_contrast_m10_bb_pos,sell,2025-07-30 23:39:00,1445.0 -50829,sell_contrast_m10_bb_pos,sell,2025-07-30 23:42:00,1448.0 -50830,sell_contrast_m10_bb_pos,sell,2025-07-30 23:45:00,1451.0 -50831,sell_contrast_m10_bb_pos,sell,2025-07-30 23:48:00,1454.0 -50832,sell_contrast_m10_bb_pos,sell,2025-07-31 00:12:00,1460.0 -50833,sell_contrast_m10_bb_pos,sell,2025-07-31 00:15:00,1457.0 -50834,sell_contrast_m10_bb_pos,sell,2025-07-31 00:18:00,1459.0 -50835,sell_contrast_m10_bb_pos,sell,2025-07-31 00:21:00,1463.0 -50836,sell_contrast_m10_bb_pos,sell,2025-07-31 00:24:00,1458.0 -50837,sell_contrast_m10_bb_pos,sell,2025-07-31 00:27:00,1458.0 -50838,sell_contrast_m10_bb_pos,sell,2025-07-31 00:30:00,1459.0 -50839,sell_contrast_m10_bb_pos,sell,2025-07-31 00:33:00,1457.0 -50840,sell_contrast_m10_bb_pos,sell,2025-07-31 00:36:00,1464.0 -50841,sell_contrast_m10_bb_pos,sell,2025-07-31 00:39:00,1463.0 -50842,sell_contrast_m10_bb_pos,sell,2025-07-31 00:42:00,1465.0 -50843,sell_contrast_m10_bb_pos,sell,2025-07-31 00:45:00,1467.0 -50844,sell_contrast_m10_bb_pos,sell,2025-07-31 00:48:00,1469.0 -50845,sell_contrast_m10_bb_pos,sell,2025-07-31 00:51:00,1467.0 -50846,sell_contrast_m10_bb_pos,sell,2025-07-31 00:54:00,1470.0 -50847,sell_contrast_m10_bb_pos,sell,2025-07-31 00:57:00,1470.0 -50848,sell_contrast_m10_bb_pos,sell,2025-07-31 01:00:00,1471.0 -50849,sell_contrast_m10_bb_pos,sell,2025-07-31 01:03:00,1469.0 -50850,sell_contrast_m10_bb_pos,sell,2025-07-31 01:06:00,1467.0 -50851,sell_contrast_m10_bb_pos,sell,2025-07-31 01:09:00,1469.0 -50852,sell_contrast_m10_bb_pos,sell,2025-07-31 01:12:00,1470.0 -50853,sell_contrast_m10_bb_pos,sell,2025-07-31 01:15:00,1474.0 -50854,sell_contrast_m10_bb_pos,sell,2025-07-31 01:18:00,1479.0 -50855,sell_contrast_m10_bb_pos,sell,2025-07-31 01:21:00,1479.0 -50856,sell_contrast_m10_bb_pos,sell,2025-07-31 01:24:00,1482.0 -50857,sell_contrast_m10_bb_pos,sell,2025-07-31 01:27:00,1477.0 -50858,sell_contrast_m10_bb_pos,sell,2025-07-31 02:42:00,1484.0 -50859,sell_contrast_m10_bb_pos,sell,2025-07-31 02:45:00,1485.0 -50860,sell_contrast_m10_bb_pos,sell,2025-07-31 02:48:00,1477.0 -50861,sell_contrast_m10_bb_pos,sell,2025-07-31 03:21:00,1488.0 -50862,sell_contrast_m10_bb_pos,sell,2025-07-31 03:24:00,1491.0 -50863,sell_contrast_m10_bb_pos,sell,2025-07-31 03:27:00,1490.0 -50864,sell_contrast_m10_bb_pos,sell,2025-07-31 03:30:00,1489.0 -50865,sell_contrast_m10_bb_pos,sell,2025-07-31 03:33:00,1488.0 -50866,sell_contrast_m10_bb_pos,sell,2025-07-31 03:36:00,1488.0 -50867,sell_contrast_m10_bb_pos,sell,2025-07-31 03:39:00,1485.0 -50868,sell_contrast_m10_bb_pos,sell,2025-07-31 09:30:00,1480.0 -50869,sell_contrast_m10_bb_pos,sell,2025-07-31 09:33:00,1478.0 -50870,sell_contrast_m10_bb_pos,sell,2025-07-31 09:36:00,1480.0 -50871,sell_contrast_m10_bb_pos,sell,2025-07-31 09:39:00,1486.0 -50872,sell_contrast_m10_bb_pos,sell,2025-07-31 09:51:00,1485.0 -50873,sell_contrast_m10_bb_pos,sell,2025-07-31 09:54:00,1483.0 -50874,sell_contrast_m10_bb_pos,sell,2025-07-31 09:57:00,1483.0 -50875,sell_contrast_m10_bb_pos,sell,2025-07-31 10:00:00,1484.0 -50876,sell_contrast_m10_bb_pos,sell,2025-07-31 10:03:00,1482.0 -50877,sell_contrast_m10_bb_pos,sell,2025-07-31 10:06:00,1481.0 -50878,sell_contrast_m10_bb_pos,sell,2025-07-31 10:09:00,1483.0 -50879,sell_contrast_m10_bb_pos,sell,2025-07-31 11:42:00,1493.0 -50880,sell_contrast_m10_bb_pos,sell,2025-07-31 11:45:00,1492.0 -50881,sell_contrast_m10_bb_pos,sell,2025-07-31 11:48:00,1490.0 -50882,sell_contrast_m10_bb_pos,sell,2025-07-31 11:51:00,1490.0 -50883,sell_contrast_m10_bb_pos,sell,2025-07-31 11:54:00,1491.0 -50884,sell_contrast_m10_bb_pos,sell,2025-07-31 11:57:00,1491.0 -50885,sell_contrast_m10_bb_pos,sell,2025-07-31 12:51:00,1495.0 -50886,sell_contrast_m10_bb_pos,sell,2025-07-31 12:54:00,1494.0 -50887,sell_contrast_m10_bb_pos,sell,2025-07-31 12:57:00,1494.0 -50888,sell_contrast_m10_bb_pos,sell,2025-07-31 13:51:00,1494.0 -50889,sell_contrast_m10_bb_pos,sell,2025-07-31 13:54:00,1496.0 -50890,sell_contrast_m10_bb_pos,sell,2025-07-31 13:57:00,1496.0 -50891,sell_contrast_m10_bb_pos,sell,2025-07-31 14:00:00,1496.0 -50892,sell_contrast_m10_bb_pos,sell,2025-07-31 14:03:00,1495.0 -50893,sell_contrast_m10_bb_pos,sell,2025-07-31 14:06:00,1494.0 -50894,sell_contrast_m10_bb_pos,sell,2025-07-31 14:09:00,1494.0 -50895,sell_contrast_m10_bb_pos,sell,2025-07-31 15:51:00,1497.0 -50896,sell_contrast_m10_bb_pos,sell,2025-07-31 15:54:00,1497.0 -50897,sell_contrast_m10_bb_pos,sell,2025-07-31 15:57:00,1498.0 -50898,sell_contrast_m10_bb_pos,sell,2025-07-31 17:51:00,1496.0 -50899,sell_contrast_m10_bb_pos,sell,2025-07-31 17:54:00,1497.0 -50900,sell_contrast_m10_bb_pos,sell,2025-07-31 17:57:00,1497.0 -50901,sell_contrast_m10_bb_pos,sell,2025-07-31 18:30:00,1499.0 -50902,sell_contrast_m10_bb_pos,sell,2025-07-31 18:33:00,1502.0 -50903,sell_contrast_m10_bb_pos,sell,2025-07-31 18:36:00,1503.0 -50904,sell_contrast_m10_bb_pos,sell,2025-07-31 18:39:00,1501.0 -50905,sell_contrast_m10_bb_pos,sell,2025-08-01 01:30:00,1474.0 -50906,sell_contrast_m10_bb_pos,sell,2025-08-01 01:33:00,1482.0 -50907,sell_contrast_m10_bb_pos,sell,2025-08-01 01:36:00,1487.0 -50908,sell_contrast_m10_bb_pos,sell,2025-08-01 01:39:00,1490.0 -50909,sell_contrast_m10_bb_pos,sell,2025-08-01 02:00:00,1480.0 -50910,sell_contrast_m10_bb_pos,sell,2025-08-01 02:03:00,1470.0 -50911,sell_contrast_m10_bb_pos,sell,2025-08-01 02:06:00,1472.0 -50912,sell_contrast_m10_bb_pos,sell,2025-08-01 02:09:00,1471.0 -50913,sell_contrast_m10_bb_pos,sell,2025-08-01 20:51:00,1360.0 -50914,sell_contrast_m10_bb_pos,sell,2025-08-01 20:54:00,1362.0 -50915,sell_contrast_m10_bb_pos,sell,2025-08-01 20:57:00,1361.0 -50916,sell_contrast_m10_bb_pos,sell,2025-08-01 21:00:00,1361.0 -50917,sell_contrast_m10_bb_pos,sell,2025-08-01 21:03:00,1362.0 -50918,sell_contrast_m10_bb_pos,sell,2025-08-01 21:06:00,1366.0 -50919,sell_contrast_m10_bb_pos,sell,2025-08-01 21:09:00,1370.0 -50920,sell_contrast_m10_bb_pos,sell,2025-08-01 22:00:00,1367.0 -50921,sell_contrast_m10_bb_pos,sell,2025-08-01 22:03:00,1370.0 -50922,sell_contrast_m10_bb_pos,sell,2025-08-01 22:06:00,1369.0 -50923,sell_contrast_m10_bb_pos,sell,2025-08-01 22:09:00,1371.0 -50924,sell_contrast_m10_bb_pos,sell,2025-08-01 22:12:00,1372.0 -50925,sell_contrast_m10_bb_pos,sell,2025-08-01 22:15:00,1371.0 -50926,sell_contrast_m10_bb_pos,sell,2025-08-01 22:18:00,1373.0 -50927,sell_contrast_m10_bb_pos,sell,2025-08-01 22:21:00,1369.0 -50928,sell_contrast_m10_bb_pos,sell,2025-08-01 22:24:00,1364.0 -50929,sell_contrast_m10_bb_pos,sell,2025-08-01 22:27:00,1363.0 -50930,sell_contrast_m10_bb_pos,sell,2025-08-01 23:30:00,1374.0 -50931,sell_contrast_m10_bb_pos,sell,2025-08-01 23:33:00,1373.0 -50932,sell_contrast_m10_bb_pos,sell,2025-08-01 23:36:00,1376.0 -50933,sell_contrast_m10_bb_pos,sell,2025-08-01 23:39:00,1375.0 -50934,sell_contrast_m10_bb_pos,sell,2025-08-02 01:12:00,1380.0 -50935,sell_contrast_m10_bb_pos,sell,2025-08-02 01:15:00,1381.0 -50936,sell_contrast_m10_bb_pos,sell,2025-08-02 01:18:00,1380.0 -50937,sell_contrast_m10_bb_pos,sell,2025-08-02 01:21:00,1380.0 -50938,sell_contrast_m10_bb_pos,sell,2025-08-02 01:24:00,1381.0 -50939,sell_contrast_m10_bb_pos,sell,2025-08-02 01:27:00,1382.0 -50940,sell_contrast_m10_bb_pos,sell,2025-08-02 12:12:00,1356.0 -50941,sell_contrast_m10_bb_pos,sell,2025-08-02 12:15:00,1356.0 -50942,sell_contrast_m10_bb_pos,sell,2025-08-02 12:18:00,1359.0 -50943,sell_contrast_m10_bb_pos,sell,2025-08-02 12:21:00,1359.0 -50944,sell_contrast_m10_bb_pos,sell,2025-08-02 12:24:00,1357.0 -50945,sell_contrast_m10_bb_pos,sell,2025-08-02 12:27:00,1357.0 -50946,sell_contrast_m10_bb_pos,sell,2025-08-02 12:42:00,1360.0 -50947,sell_contrast_m10_bb_pos,sell,2025-08-02 12:45:00,1359.0 -50948,sell_contrast_m10_bb_pos,sell,2025-08-02 12:48:00,1357.0 -50949,sell_contrast_m10_bb_pos,sell,2025-08-02 13:00:00,1359.0 -50950,sell_contrast_m10_bb_pos,sell,2025-08-02 13:03:00,1358.0 -50951,sell_contrast_m10_bb_pos,sell,2025-08-02 13:06:00,1357.0 -50952,sell_contrast_m10_bb_pos,sell,2025-08-02 13:09:00,1359.0 -50953,sell_contrast_m10_bb_pos,sell,2025-08-02 13:51:00,1362.0 -50954,sell_contrast_m10_bb_pos,sell,2025-08-02 13:54:00,1361.0 -50955,sell_contrast_m10_bb_pos,sell,2025-08-02 13:57:00,1362.0 -50956,sell_contrast_m10_bb_pos,sell,2025-08-02 22:51:00,1336.0 -50957,sell_contrast_m10_bb_pos,sell,2025-08-02 22:54:00,1337.0 -50958,sell_contrast_m10_bb_pos,sell,2025-08-02 22:57:00,1343.0 -50959,sell_contrast_m10_bb_pos,sell,2025-08-02 23:00:00,1339.0 -50960,sell_contrast_m10_bb_pos,sell,2025-08-02 23:03:00,1336.0 -50961,sell_contrast_m10_bb_pos,sell,2025-08-02 23:06:00,1339.0 -50962,sell_contrast_m10_bb_pos,sell,2025-08-02 23:09:00,1336.0 -50963,sell_contrast_m10_bb_pos,sell,2025-08-03 06:00:00,1313.0 -50964,sell_contrast_m10_bb_pos,sell,2025-08-03 06:03:00,1317.0 -50965,sell_contrast_m10_bb_pos,sell,2025-08-03 06:06:00,1312.0 -50966,sell_contrast_m10_bb_pos,sell,2025-08-03 06:09:00,1311.0 -50967,sell_contrast_m10_bb_pos,sell,2025-08-03 10:12:00,1325.0 -50968,sell_contrast_m10_bb_pos,sell,2025-08-03 10:15:00,1325.0 -50969,sell_contrast_m10_bb_pos,sell,2025-08-03 10:18:00,1322.0 -50970,sell_contrast_m10_bb_pos,sell,2025-08-03 10:30:00,1326.0 -50971,sell_contrast_m10_bb_pos,sell,2025-08-03 10:33:00,1326.0 -50972,sell_contrast_m10_bb_pos,sell,2025-08-03 10:36:00,1328.0 -50973,sell_contrast_m10_bb_pos,sell,2025-08-03 10:39:00,1329.0 -50974,sell_contrast_m10_bb_pos,sell,2025-08-03 11:00:00,1328.0 -50975,sell_contrast_m10_bb_pos,sell,2025-08-03 11:03:00,1333.0 -50976,sell_contrast_m10_bb_pos,sell,2025-08-03 11:06:00,1336.0 -50977,sell_contrast_m10_bb_pos,sell,2025-08-03 11:09:00,1339.0 -50978,sell_contrast_m10_bb_pos,sell,2025-08-03 11:21:00,1338.0 -50979,sell_contrast_m10_bb_pos,sell,2025-08-03 11:24:00,1338.0 -50980,sell_contrast_m10_bb_pos,sell,2025-08-03 11:27:00,1339.0 -50981,sell_contrast_m10_bb_pos,sell,2025-08-03 11:30:00,1338.0 -50982,sell_contrast_m10_bb_pos,sell,2025-08-03 11:33:00,1340.0 -50983,sell_contrast_m10_bb_pos,sell,2025-08-03 11:36:00,1343.0 -50984,sell_contrast_m10_bb_pos,sell,2025-08-03 11:39:00,1344.0 -50985,sell_contrast_m10_bb_pos,sell,2025-08-03 11:42:00,1344.0 -50986,sell_contrast_m10_bb_pos,sell,2025-08-03 11:45:00,1345.0 -50987,sell_contrast_m10_bb_pos,sell,2025-08-03 11:48:00,1345.0 -50988,sell_contrast_m10_bb_pos,sell,2025-08-03 11:51:00,1343.0 -50989,sell_contrast_m10_bb_pos,sell,2025-08-03 11:54:00,1345.0 -50990,sell_contrast_m10_bb_pos,sell,2025-08-03 11:57:00,1345.0 -50991,sell_contrast_m10_bb_pos,sell,2025-08-03 12:00:00,1346.0 -50992,sell_contrast_m10_bb_pos,sell,2025-08-03 12:03:00,1343.0 -50993,sell_contrast_m10_bb_pos,sell,2025-08-03 12:06:00,1345.0 -50994,sell_contrast_m10_bb_pos,sell,2025-08-03 12:09:00,1346.0 -50995,sell_contrast_m10_bb_pos,sell,2025-08-03 12:12:00,1346.0 -50996,sell_contrast_m10_bb_pos,sell,2025-08-03 12:15:00,1344.0 -50997,sell_contrast_m10_bb_pos,sell,2025-08-03 12:18:00,1345.0 -50998,sell_contrast_m10_bb_pos,sell,2025-08-03 16:42:00,1348.0 -50999,sell_contrast_m10_bb_pos,sell,2025-08-03 16:45:00,1349.0 -51000,sell_contrast_m10_bb_pos,sell,2025-08-03 16:48:00,1349.0 -51001,sell_contrast_m10_bb_pos,sell,2025-08-03 16:51:00,1350.0 -51002,sell_contrast_m10_bb_pos,sell,2025-08-03 16:54:00,1348.0 -51003,sell_contrast_m10_bb_pos,sell,2025-08-03 16:57:00,1350.0 -51004,sell_contrast_m10_bb_pos,sell,2025-08-03 17:12:00,1351.0 -51005,sell_contrast_m10_bb_pos,sell,2025-08-03 17:15:00,1355.0 -51006,sell_contrast_m10_bb_pos,sell,2025-08-03 17:18:00,1353.0 -51007,sell_contrast_m10_bb_pos,sell,2025-08-03 19:21:00,1356.0 -51008,sell_contrast_m10_bb_pos,sell,2025-08-03 19:24:00,1354.0 -51009,sell_contrast_m10_bb_pos,sell,2025-08-03 19:27:00,1356.0 -51010,sell_contrast_m10_bb_pos,sell,2025-08-03 19:30:00,1356.0 -51011,sell_contrast_m10_bb_pos,sell,2025-08-03 19:33:00,1355.0 -51012,sell_contrast_m10_bb_pos,sell,2025-08-03 19:36:00,1355.0 -51013,sell_contrast_m10_bb_pos,sell,2025-08-03 19:39:00,1355.0 -51014,sell_contrast_m10_bb_pos,sell,2025-08-03 19:42:00,1355.0 -51015,sell_contrast_m10_bb_pos,sell,2025-08-03 19:45:00,1356.0 -51016,sell_contrast_m10_bb_pos,sell,2025-08-03 19:48:00,1357.0 -51017,sell_contrast_m10_bb_pos,sell,2025-08-03 20:00:00,1358.0 -51018,sell_contrast_m10_bb_pos,sell,2025-08-03 20:03:00,1358.0 -51019,sell_contrast_m10_bb_pos,sell,2025-08-03 20:06:00,1359.0 -51020,sell_contrast_m10_bb_pos,sell,2025-08-03 20:09:00,1360.0 -51021,sell_contrast_m10_bb_pos,sell,2025-08-03 20:30:00,1361.0 -51022,sell_contrast_m10_bb_pos,sell,2025-08-03 20:33:00,1357.0 -51023,sell_contrast_m10_bb_pos,sell,2025-08-03 20:36:00,1356.0 -51024,sell_contrast_m10_bb_pos,sell,2025-08-03 20:39:00,1356.0 -51025,sell_contrast_m10_bb_pos,sell,2025-08-04 00:21:00,1356.0 -51026,sell_contrast_m10_bb_pos,sell,2025-08-04 00:24:00,1356.0 -51027,sell_contrast_m10_bb_pos,sell,2025-08-04 00:27:00,1357.0 -51028,sell_contrast_m10_bb_pos,sell,2025-08-04 00:42:00,1358.0 -51029,sell_contrast_m10_bb_pos,sell,2025-08-04 00:45:00,1359.0 -51030,sell_contrast_m10_bb_pos,sell,2025-08-04 00:48:00,1357.0 -51031,sell_contrast_m10_bb_pos,sell,2025-08-04 00:51:00,1357.0 -51032,sell_contrast_m10_bb_pos,sell,2025-08-04 00:54:00,1357.0 -51033,sell_contrast_m10_bb_pos,sell,2025-08-04 00:57:00,1358.0 -51034,sell_contrast_m10_bb_pos,sell,2025-08-04 01:42:00,1357.0 -51035,sell_contrast_m10_bb_pos,sell,2025-08-04 01:45:00,1356.0 -51036,sell_contrast_m10_bb_pos,sell,2025-08-04 01:48:00,1356.0 -51037,sell_contrast_m10_bb_pos,sell,2025-08-04 01:51:00,1359.0 -51038,sell_contrast_m10_bb_pos,sell,2025-08-04 01:54:00,1360.0 -51039,sell_contrast_m10_bb_pos,sell,2025-08-04 01:57:00,1360.0 -51040,sell_contrast_m10_bb_pos,sell,2025-08-04 03:00:00,1360.0 -51041,sell_contrast_m10_bb_pos,sell,2025-08-04 03:03:00,1356.0 -51042,sell_contrast_m10_bb_pos,sell,2025-08-04 03:06:00,1358.0 -51043,sell_contrast_m10_bb_pos,sell,2025-08-04 03:09:00,1358.0 -51044,sell_contrast_m10_bb_pos,sell,2025-08-04 03:30:00,1361.0 -51045,sell_contrast_m10_bb_pos,sell,2025-08-04 03:33:00,1358.0 -51046,sell_contrast_m10_bb_pos,sell,2025-08-04 03:36:00,1357.0 -51047,sell_contrast_m10_bb_pos,sell,2025-08-04 03:39:00,1355.0 -51048,sell_contrast_m10_bb_pos,sell,2025-08-04 04:21:00,1362.0 -51049,sell_contrast_m10_bb_pos,sell,2025-08-04 04:24:00,1366.0 -51050,sell_contrast_m10_bb_pos,sell,2025-08-04 04:27:00,1366.0 -51051,sell_contrast_m10_bb_pos,sell,2025-08-04 04:42:00,1364.0 -51052,sell_contrast_m10_bb_pos,sell,2025-08-04 04:45:00,1360.0 -51053,sell_contrast_m10_bb_pos,sell,2025-08-04 04:48:00,1362.0 -51054,sell_contrast_m10_bb_pos,sell,2025-08-04 05:57:00,1363.0 -51055,sell_contrast_m10_bb_pos,sell,2025-08-04 06:12:00,1364.0 -51056,sell_contrast_m10_bb_pos,sell,2025-08-04 06:15:00,1366.0 -51057,sell_contrast_m10_bb_pos,sell,2025-08-04 06:18:00,1365.0 -51058,sell_contrast_m10_bb_pos,sell,2025-08-04 06:21:00,1368.0 -51059,sell_contrast_m10_bb_pos,sell,2025-08-04 06:24:00,1368.0 -51060,sell_contrast_m10_bb_pos,sell,2025-08-04 06:27:00,1367.0 -51061,sell_contrast_m10_bb_pos,sell,2025-08-04 06:42:00,1366.0 -51062,sell_contrast_m10_bb_pos,sell,2025-08-04 06:45:00,1367.0 -51063,sell_contrast_m10_bb_pos,sell,2025-08-04 06:48:00,1365.0 -51064,sell_contrast_m10_bb_pos,sell,2025-08-04 06:51:00,1367.0 -51065,sell_contrast_m10_bb_pos,sell,2025-08-04 06:54:00,1367.0 -51066,sell_contrast_m10_bb_pos,sell,2025-08-04 06:57:00,1369.0 -51067,sell_contrast_m10_bb_pos,sell,2025-08-04 07:00:00,1368.0 -51068,sell_contrast_m10_bb_pos,sell,2025-08-04 07:03:00,1370.0 -51069,sell_contrast_m10_bb_pos,sell,2025-08-04 07:06:00,1365.0 -51070,sell_contrast_m10_bb_pos,sell,2025-08-04 07:09:00,1363.0 -51071,sell_contrast_m10_bb_pos,sell,2025-08-04 08:00:00,1369.0 -51072,sell_contrast_m10_bb_pos,sell,2025-08-04 08:03:00,1371.0 -51073,sell_contrast_m10_bb_pos,sell,2025-08-04 08:06:00,1371.0 -51074,sell_contrast_m10_bb_pos,sell,2025-08-04 08:09:00,1373.0 -51075,sell_contrast_m10_bb_pos,sell,2025-08-04 08:30:00,1373.0 -51076,sell_contrast_m10_bb_pos,sell,2025-08-04 08:33:00,1372.0 -51077,sell_contrast_m10_bb_pos,sell,2025-08-04 08:36:00,1369.0 -51078,sell_contrast_m10_bb_pos,sell,2025-08-04 08:39:00,1370.0 -51079,sell_contrast_m10_bb_pos,sell,2025-08-04 10:21:00,1388.0 -51080,sell_contrast_m10_bb_pos,sell,2025-08-04 10:24:00,1386.0 -51081,sell_contrast_m10_bb_pos,sell,2025-08-04 10:27:00,1389.0 -51082,sell_contrast_m10_bb_pos,sell,2025-08-04 16:51:00,1381.0 -51083,sell_contrast_m10_bb_pos,sell,2025-08-04 16:54:00,1378.0 -51084,sell_contrast_m10_bb_pos,sell,2025-08-04 16:57:00,1377.0 -51085,sell_contrast_m10_bb_pos,sell,2025-08-04 17:21:00,1380.0 -51086,sell_contrast_m10_bb_pos,sell,2025-08-04 17:24:00,1380.0 -51087,sell_contrast_m10_bb_pos,sell,2025-08-04 17:27:00,1378.0 -51088,sell_contrast_m10_bb_pos,sell,2025-08-05 01:51:00,1399.0 -51089,sell_contrast_m10_bb_pos,sell,2025-08-05 01:54:00,1402.0 -51090,sell_contrast_m10_bb_pos,sell,2025-08-05 01:57:00,1403.0 -51091,sell_contrast_m10_bb_pos,sell,2025-08-05 02:21:00,1406.0 -51092,sell_contrast_m10_bb_pos,sell,2025-08-05 02:24:00,1402.0 -51093,sell_contrast_m10_bb_pos,sell,2025-08-05 02:27:00,1404.0 -51094,sell_contrast_m10_bb_pos,sell,2025-08-05 06:42:00,1395.0 -51095,sell_contrast_m10_bb_pos,sell,2025-08-05 06:45:00,1398.0 -51096,sell_contrast_m10_bb_pos,sell,2025-08-05 06:48:00,1398.0 -51097,sell_contrast_m10_bb_pos,sell,2025-08-05 07:00:00,1394.0 -51098,sell_contrast_m10_bb_pos,sell,2025-08-05 07:03:00,1392.0 -51099,sell_contrast_m10_bb_pos,sell,2025-08-05 07:06:00,1391.0 -51100,sell_contrast_m10_bb_pos,sell,2025-08-05 07:09:00,1395.0 -51101,sell_contrast_m10_bb_pos,sell,2025-08-05 07:21:00,1397.0 -51102,sell_contrast_m10_bb_pos,sell,2025-08-05 07:24:00,1396.0 -51103,sell_contrast_m10_bb_pos,sell,2025-08-05 07:27:00,1394.0 -51104,sell_contrast_m10_bb_pos,sell,2025-08-05 19:30:00,1345.0 -51105,sell_contrast_m10_bb_pos,sell,2025-08-05 19:33:00,1351.0 -51106,sell_contrast_m10_bb_pos,sell,2025-08-05 19:36:00,1354.0 -51107,sell_contrast_m10_bb_pos,sell,2025-08-05 19:39:00,1351.0 -51108,sell_contrast_m10_bb_pos,sell,2025-08-05 19:51:00,1348.0 -51109,sell_contrast_m10_bb_pos,sell,2025-08-05 19:54:00,1348.0 -51110,sell_contrast_m10_bb_pos,sell,2025-08-05 19:57:00,1345.0 -51111,sell_contrast_m10_bb_pos,sell,2025-08-05 20:21:00,1352.0 -51112,sell_contrast_m10_bb_pos,sell,2025-08-05 20:24:00,1354.0 -51113,sell_contrast_m10_bb_pos,sell,2025-08-05 20:27:00,1355.0 -51114,sell_contrast_m10_bb_pos,sell,2025-08-05 20:30:00,1355.0 -51115,sell_contrast_m10_bb_pos,sell,2025-08-05 20:33:00,1352.0 -51116,sell_contrast_m10_bb_pos,sell,2025-08-05 20:36:00,1354.0 -51117,sell_contrast_m10_bb_pos,sell,2025-08-05 20:39:00,1356.0 -51118,sell_contrast_m10_bb_pos,sell,2025-08-05 20:42:00,1358.0 -51119,sell_contrast_m10_bb_pos,sell,2025-08-05 20:45:00,1360.0 -51120,sell_contrast_m10_bb_pos,sell,2025-08-05 20:48:00,1358.0 -51121,sell_contrast_m10_bb_pos,sell,2025-08-05 20:51:00,1356.0 -51122,sell_contrast_m10_bb_pos,sell,2025-08-05 20:54:00,1357.0 -51123,sell_contrast_m10_bb_pos,sell,2025-08-05 20:57:00,1355.0 -51124,sell_contrast_m10_bb_pos,sell,2025-08-05 21:00:00,1358.0 -51125,sell_contrast_m10_bb_pos,sell,2025-08-05 21:03:00,1356.0 -51126,sell_contrast_m10_bb_pos,sell,2025-08-05 21:06:00,1356.0 -51127,sell_contrast_m10_bb_pos,sell,2025-08-05 21:09:00,1354.0 -51128,sell_contrast_m10_bb_pos,sell,2025-08-06 08:42:00,1321.0 -51129,sell_contrast_m10_bb_pos,sell,2025-08-06 08:45:00,1323.0 -51130,sell_contrast_m10_bb_pos,sell,2025-08-06 08:48:00,1323.0 -51131,sell_contrast_m10_bb_pos,sell,2025-08-06 08:51:00,1323.0 -51132,sell_contrast_m10_bb_pos,sell,2025-08-06 08:54:00,1323.0 -51133,sell_contrast_m10_bb_pos,sell,2025-08-06 08:57:00,1323.0 -51134,sell_contrast_m10_bb_pos,sell,2025-08-06 14:21:00,1313.0 -51135,sell_contrast_m10_bb_pos,sell,2025-08-06 14:24:00,1311.0 -51136,sell_contrast_m10_bb_pos,sell,2025-08-06 14:27:00,1316.0 -51137,sell_contrast_m10_bb_pos,sell,2025-08-06 14:30:00,1313.0 -51138,sell_contrast_m10_bb_pos,sell,2025-08-06 14:33:00,1312.0 -51139,sell_contrast_m10_bb_pos,sell,2025-08-06 14:36:00,1315.0 -51140,sell_contrast_m10_bb_pos,sell,2025-08-06 14:39:00,1322.0 -51141,sell_contrast_m10_bb_pos,sell,2025-08-06 14:51:00,1319.0 -51142,sell_contrast_m10_bb_pos,sell,2025-08-06 14:54:00,1316.0 -51143,sell_contrast_m10_bb_pos,sell,2025-08-06 14:57:00,1314.0 -51144,sell_contrast_m10_bb_pos,sell,2025-08-06 15:51:00,1322.0 -51145,sell_contrast_m10_bb_pos,sell,2025-08-06 15:54:00,1321.0 -51146,sell_contrast_m10_bb_pos,sell,2025-08-06 15:57:00,1322.0 -51147,sell_contrast_m10_bb_pos,sell,2025-08-06 23:51:00,1315.0 -51148,sell_contrast_m10_bb_pos,sell,2025-08-06 23:54:00,1316.0 -51149,sell_contrast_m10_bb_pos,sell,2025-08-06 23:57:00,1324.0 -51150,sell_contrast_m10_bb_pos,sell,2025-08-07 00:12:00,1322.0 -51151,sell_contrast_m10_bb_pos,sell,2025-08-07 00:15:00,1323.0 -51152,sell_contrast_m10_bb_pos,sell,2025-08-07 00:18:00,1327.0 -51153,sell_contrast_m10_bb_pos,sell,2025-08-07 00:30:00,1324.0 -51154,sell_contrast_m10_bb_pos,sell,2025-08-07 00:33:00,1324.0 -51155,sell_contrast_m10_bb_pos,sell,2025-08-07 00:36:00,1329.0 -51156,sell_contrast_m10_bb_pos,sell,2025-08-07 00:39:00,1330.0 -51157,sell_contrast_m10_bb_pos,sell,2025-08-07 00:42:00,1328.0 -51158,sell_contrast_m10_bb_pos,sell,2025-08-07 00:45:00,1326.0 -51159,sell_contrast_m10_bb_pos,sell,2025-08-07 00:48:00,1325.0 -51160,sell_contrast_m10_bb_pos,sell,2025-08-07 01:12:00,1336.0 -51161,sell_contrast_m10_bb_pos,sell,2025-08-07 01:15:00,1331.0 -51162,sell_contrast_m10_bb_pos,sell,2025-08-07 01:18:00,1332.0 -51163,sell_contrast_m10_bb_pos,sell,2025-08-07 02:42:00,1336.0 -51164,sell_contrast_m10_bb_pos,sell,2025-08-07 02:45:00,1337.0 -51165,sell_contrast_m10_bb_pos,sell,2025-08-07 02:48:00,1337.0 -51166,sell_contrast_m10_bb_pos,sell,2025-08-07 02:51:00,1340.0 -51167,sell_contrast_m10_bb_pos,sell,2025-08-07 02:54:00,1337.0 -51168,sell_contrast_m10_bb_pos,sell,2025-08-07 02:57:00,1341.0 -51169,sell_contrast_m10_bb_pos,sell,2025-08-07 03:30:00,1345.0 -51170,sell_contrast_m10_bb_pos,sell,2025-08-07 03:33:00,1347.0 -51171,sell_contrast_m10_bb_pos,sell,2025-08-07 03:36:00,1345.0 -51172,sell_contrast_m10_bb_pos,sell,2025-08-07 03:39:00,1346.0 -51173,sell_contrast_m10_bb_pos,sell,2025-08-07 07:51:00,1347.0 -51174,sell_contrast_m10_bb_pos,sell,2025-08-07 07:54:00,1348.0 -51175,sell_contrast_m10_bb_pos,sell,2025-08-07 07:57:00,1350.0 -51176,sell_contrast_m10_bb_pos,sell,2025-08-07 14:30:00,1343.0 -51177,sell_contrast_m10_bb_pos,sell,2025-08-07 14:33:00,1348.0 -51178,sell_contrast_m10_bb_pos,sell,2025-08-07 14:36:00,1345.0 -51179,sell_contrast_m10_bb_pos,sell,2025-08-07 14:39:00,1343.0 -51180,sell_contrast_m10_bb_pos,sell,2025-08-07 14:51:00,1345.0 -51181,sell_contrast_m10_bb_pos,sell,2025-08-07 14:54:00,1344.0 -51182,sell_contrast_m10_bb_pos,sell,2025-08-07 14:57:00,1347.0 -51183,sell_contrast_m10_bb_pos,sell,2025-08-07 15:42:00,1350.0 -51184,sell_contrast_m10_bb_pos,sell,2025-08-07 15:45:00,1351.0 -51185,sell_contrast_m10_bb_pos,sell,2025-08-07 15:48:00,1354.0 -51186,sell_contrast_m10_bb_pos,sell,2025-08-07 16:12:00,1353.0 -51187,sell_contrast_m10_bb_pos,sell,2025-08-07 16:15:00,1355.0 -51188,sell_contrast_m10_bb_pos,sell,2025-08-07 16:18:00,1355.0 -51189,sell_contrast_m10_bb_pos,sell,2025-08-07 16:21:00,1356.0 -51190,sell_contrast_m10_bb_pos,sell,2025-08-07 16:24:00,1356.0 -51191,sell_contrast_m10_bb_pos,sell,2025-08-07 16:27:00,1352.0 -51192,sell_contrast_m10_bb_pos,sell,2025-08-07 19:00:00,1356.0 -51193,sell_contrast_m10_bb_pos,sell,2025-08-07 19:03:00,1357.0 -51194,sell_contrast_m10_bb_pos,sell,2025-08-07 19:06:00,1360.0 -51195,sell_contrast_m10_bb_pos,sell,2025-08-07 19:09:00,1362.0 -51196,sell_contrast_m10_bb_pos,sell,2025-08-07 20:12:00,1387.0 -51197,sell_contrast_m10_bb_pos,sell,2025-08-07 20:15:00,1388.0 -51198,sell_contrast_m10_bb_pos,sell,2025-08-07 20:18:00,1387.0 -51199,sell_contrast_m10_bb_pos,sell,2025-08-07 20:21:00,1386.0 -51200,sell_contrast_m10_bb_pos,sell,2025-08-07 20:24:00,1392.0 -51201,sell_contrast_m10_bb_pos,sell,2025-08-07 20:27:00,1394.0 -51202,sell_contrast_m10_bb_pos,sell,2025-08-07 20:30:00,1394.0 -51203,sell_contrast_m10_bb_pos,sell,2025-08-07 20:33:00,1388.0 -51204,sell_contrast_m10_bb_pos,sell,2025-08-07 20:36:00,1389.0 -51205,sell_contrast_m10_bb_pos,sell,2025-08-07 20:39:00,1389.0 -51206,sell_contrast_m10_bb_pos,sell,2025-08-07 20:51:00,1395.0 -51207,sell_contrast_m10_bb_pos,sell,2025-08-07 20:54:00,1394.0 -51208,sell_contrast_m10_bb_pos,sell,2025-08-07 20:57:00,1392.0 -51209,sell_contrast_m10_bb_pos,sell,2025-08-08 05:12:00,1389.0 -51210,sell_contrast_m10_bb_pos,sell,2025-08-08 05:15:00,1387.0 -51211,sell_contrast_m10_bb_pos,sell,2025-08-08 05:18:00,1387.0 -51212,sell_contrast_m10_bb_pos,sell,2025-08-08 05:21:00,1386.0 -51213,sell_contrast_m10_bb_pos,sell,2025-08-08 05:24:00,1385.0 -51214,sell_contrast_m10_bb_pos,sell,2025-08-08 05:27:00,1388.0 -51215,sell_contrast_m10_bb_pos,sell,2025-08-08 05:30:00,1388.0 -51216,sell_contrast_m10_bb_pos,sell,2025-08-08 05:33:00,1390.0 -51217,sell_contrast_m10_bb_pos,sell,2025-08-08 05:36:00,1390.0 -51218,sell_contrast_m10_bb_pos,sell,2025-08-08 05:39:00,1392.0 -51219,sell_contrast_m10_bb_pos,sell,2025-08-08 05:51:00,1392.0 -51220,sell_contrast_m10_bb_pos,sell,2025-08-08 05:54:00,1389.0 -51221,sell_contrast_m10_bb_pos,sell,2025-08-08 05:57:00,1388.0 -51222,sell_contrast_m10_bb_pos,sell,2025-08-08 06:21:00,1395.0 -51223,sell_contrast_m10_bb_pos,sell,2025-08-08 06:24:00,1396.0 -51224,sell_contrast_m10_bb_pos,sell,2025-08-08 06:27:00,1394.0 -51225,sell_contrast_m10_bb_pos,sell,2025-08-08 07:30:00,1401.0 -51226,sell_contrast_m10_bb_pos,sell,2025-08-08 07:33:00,1397.0 -51227,sell_contrast_m10_bb_pos,sell,2025-08-08 07:36:00,1402.0 -51228,sell_contrast_m10_bb_pos,sell,2025-08-08 07:39:00,1402.0 -51229,sell_contrast_m10_bb_pos,sell,2025-08-08 07:42:00,1401.0 -51230,sell_contrast_m10_bb_pos,sell,2025-08-08 07:45:00,1401.0 -51231,sell_contrast_m10_bb_pos,sell,2025-08-08 07:48:00,1406.0 -51232,sell_contrast_m10_bb_pos,sell,2025-08-08 08:21:00,1406.0 -51233,sell_contrast_m10_bb_pos,sell,2025-08-08 08:24:00,1405.0 -51234,sell_contrast_m10_bb_pos,sell,2025-08-08 08:27:00,1401.0 -51235,sell_contrast_m10_bb_pos,sell,2025-08-08 08:51:00,1410.0 -51236,sell_contrast_m10_bb_pos,sell,2025-08-08 08:54:00,1412.0 -51237,sell_contrast_m10_bb_pos,sell,2025-08-08 08:57:00,1411.0 -51238,sell_contrast_m10_bb_pos,sell,2025-08-08 09:00:00,1412.0 -51239,sell_contrast_m10_bb_pos,sell,2025-08-08 09:03:00,1409.0 -51240,sell_contrast_m10_bb_pos,sell,2025-08-08 09:06:00,1405.0 -51241,sell_contrast_m10_bb_pos,sell,2025-08-08 09:09:00,1403.0 -51242,sell_contrast_m10_bb_pos,sell,2025-08-08 16:21:00,1408.0 -51243,sell_contrast_m10_bb_pos,sell,2025-08-08 16:24:00,1406.0 -51244,sell_contrast_m10_bb_pos,sell,2025-08-08 16:27:00,1405.0 -51245,sell_contrast_m10_bb_pos,sell,2025-08-08 16:51:00,1410.0 -51246,sell_contrast_m10_bb_pos,sell,2025-08-08 16:54:00,1413.0 -51247,sell_contrast_m10_bb_pos,sell,2025-08-08 16:57:00,1414.0 -51248,sell_contrast_m10_bb_pos,sell,2025-08-08 17:00:00,1412.0 -51249,sell_contrast_m10_bb_pos,sell,2025-08-08 17:03:00,1411.0 -51250,sell_contrast_m10_bb_pos,sell,2025-08-08 17:06:00,1413.0 -51251,sell_contrast_m10_bb_pos,sell,2025-08-08 17:09:00,1415.0 -51252,sell_contrast_m10_bb_pos,sell,2025-08-08 20:42:00,1408.0 -51253,sell_contrast_m10_bb_pos,sell,2025-08-08 20:45:00,1408.0 -51254,sell_contrast_m10_bb_pos,sell,2025-08-08 20:48:00,1410.0 -51255,sell_contrast_m10_bb_pos,sell,2025-08-09 02:30:00,1410.0 -51256,sell_contrast_m10_bb_pos,sell,2025-08-09 02:33:00,1414.0 -51257,sell_contrast_m10_bb_pos,sell,2025-08-09 02:36:00,1417.0 -51258,sell_contrast_m10_bb_pos,sell,2025-08-09 02:39:00,1422.0 -51259,sell_contrast_m10_bb_pos,sell,2025-08-09 03:21:00,1432.0 -51260,sell_contrast_m10_bb_pos,sell,2025-08-09 03:24:00,1431.0 -51261,sell_contrast_m10_bb_pos,sell,2025-08-09 03:27:00,1429.0 -51262,sell_contrast_m10_bb_pos,sell,2025-08-09 03:30:00,1427.0 -51263,sell_contrast_m10_bb_pos,sell,2025-08-09 03:33:00,1427.0 -51264,sell_contrast_m10_bb_pos,sell,2025-08-09 03:36:00,1427.0 -51265,sell_contrast_m10_bb_pos,sell,2025-08-09 03:39:00,1422.0 -51266,sell_contrast_m10_bb_pos,sell,2025-08-09 07:30:00,1430.0 -51267,sell_contrast_m10_bb_pos,sell,2025-08-09 07:33:00,1427.0 -51268,sell_contrast_m10_bb_pos,sell,2025-08-09 07:36:00,1427.0 -51269,sell_contrast_m10_bb_pos,sell,2025-08-09 07:39:00,1427.0 -51270,sell_contrast_m10_bb_pos,sell,2025-08-09 09:12:00,1428.0 -51271,sell_contrast_m10_bb_pos,sell,2025-08-09 09:15:00,1427.0 -51272,sell_contrast_m10_bb_pos,sell,2025-08-09 09:18:00,1425.0 -51273,sell_contrast_m10_bb_pos,sell,2025-08-09 11:00:00,1430.0 -51274,sell_contrast_m10_bb_pos,sell,2025-08-09 11:03:00,1431.0 -51275,sell_contrast_m10_bb_pos,sell,2025-08-09 11:06:00,1430.0 -51276,sell_contrast_m10_bb_pos,sell,2025-08-09 11:09:00,1430.0 -51277,sell_contrast_m10_bb_pos,sell,2025-08-09 11:12:00,1431.0 -51278,sell_contrast_m10_bb_pos,sell,2025-08-09 11:15:00,1429.0 -51279,sell_contrast_m10_bb_pos,sell,2025-08-09 11:18:00,1429.0 -51280,sell_contrast_m10_bb_pos,sell,2025-08-09 15:00:00,1490.0 -51281,sell_contrast_m10_bb_pos,sell,2025-08-09 15:03:00,1487.0 -51282,sell_contrast_m10_bb_pos,sell,2025-08-09 15:06:00,1479.0 -51283,sell_contrast_m10_bb_pos,sell,2025-08-09 15:09:00,1480.0 -51284,sell_contrast_m10_bb_pos,sell,2025-08-09 18:51:00,1476.0 -51285,sell_contrast_m10_bb_pos,sell,2025-08-09 18:54:00,1475.0 -51286,sell_contrast_m10_bb_pos,sell,2025-08-09 18:57:00,1478.0 -51287,sell_contrast_m10_bb_pos,sell,2025-08-09 19:00:00,1478.0 -51288,sell_contrast_m10_bb_pos,sell,2025-08-09 19:03:00,1479.0 -51289,sell_contrast_m10_bb_pos,sell,2025-08-09 19:06:00,1484.0 -51290,sell_contrast_m10_bb_pos,sell,2025-08-09 19:09:00,1482.0 -51291,sell_contrast_m10_bb_pos,sell,2025-08-09 19:30:00,1481.0 -51292,sell_contrast_m10_bb_pos,sell,2025-08-09 19:33:00,1478.0 -51293,sell_contrast_m10_bb_pos,sell,2025-08-09 19:36:00,1479.0 -51294,sell_contrast_m10_bb_pos,sell,2025-08-09 19:39:00,1478.0 -51295,sell_contrast_m10_bb_pos,sell,2025-08-09 21:21:00,1488.0 -51296,sell_contrast_m10_bb_pos,sell,2025-08-09 21:24:00,1490.0 -51297,sell_contrast_m10_bb_pos,sell,2025-08-09 21:27:00,1492.0 -51298,sell_contrast_m10_bb_pos,sell,2025-08-10 02:42:00,1478.0 -51299,sell_contrast_m10_bb_pos,sell,2025-08-10 02:45:00,1479.0 -51300,sell_contrast_m10_bb_pos,sell,2025-08-10 02:48:00,1477.0 -51301,sell_contrast_m10_bb_pos,sell,2025-08-10 03:42:00,1483.0 -51302,sell_contrast_m10_bb_pos,sell,2025-08-10 03:45:00,1481.0 -51303,sell_contrast_m10_bb_pos,sell,2025-08-10 03:48:00,1481.0 -51304,sell_contrast_m10_bb_pos,sell,2025-08-10 03:51:00,1481.0 -51305,sell_contrast_m10_bb_pos,sell,2025-08-10 03:54:00,1484.0 -51306,sell_contrast_m10_bb_pos,sell,2025-08-10 03:57:00,1487.0 -51307,sell_contrast_m10_bb_pos,sell,2025-08-10 04:30:00,1490.0 -51308,sell_contrast_m10_bb_pos,sell,2025-08-10 04:33:00,1490.0 -51309,sell_contrast_m10_bb_pos,sell,2025-08-10 04:36:00,1489.0 -51310,sell_contrast_m10_bb_pos,sell,2025-08-10 04:39:00,1490.0 -51311,sell_contrast_m10_bb_pos,sell,2025-08-10 04:42:00,1490.0 -51312,sell_contrast_m10_bb_pos,sell,2025-08-10 04:45:00,1490.0 -51313,sell_contrast_m10_bb_pos,sell,2025-08-10 04:48:00,1488.0 -51314,sell_contrast_m10_bb_pos,sell,2025-08-10 04:51:00,1489.0 -51315,sell_contrast_m10_bb_pos,sell,2025-08-10 04:54:00,1487.0 -51316,sell_contrast_m10_bb_pos,sell,2025-08-10 04:57:00,1488.0 -51317,sell_contrast_m10_bb_pos,sell,2025-08-10 05:51:00,1499.0 -51318,sell_contrast_m10_bb_pos,sell,2025-08-10 05:54:00,1500.0 -51319,sell_contrast_m10_bb_pos,sell,2025-08-10 05:57:00,1502.0 -51320,sell_contrast_m10_bb_pos,sell,2025-08-10 06:00:00,1504.0 -51321,sell_contrast_m10_bb_pos,sell,2025-08-10 06:03:00,1502.0 -51322,sell_contrast_m10_bb_pos,sell,2025-08-10 06:06:00,1499.0 -51323,sell_contrast_m10_bb_pos,sell,2025-08-10 06:09:00,1500.0 -51324,sell_contrast_m10_bb_pos,sell,2025-08-10 07:30:00,1504.0 -51325,sell_contrast_m10_bb_pos,sell,2025-08-10 07:33:00,1498.0 -51326,sell_contrast_m10_bb_pos,sell,2025-08-10 07:36:00,1501.0 -51327,sell_contrast_m10_bb_pos,sell,2025-08-10 07:39:00,1498.0 -51328,sell_contrast_m10_bb_pos,sell,2025-08-10 10:00:00,1501.0 -51329,sell_contrast_m10_bb_pos,sell,2025-08-10 10:03:00,1507.0 -51330,sell_contrast_m10_bb_pos,sell,2025-08-10 10:06:00,1507.0 -51331,sell_contrast_m10_bb_pos,sell,2025-08-10 10:09:00,1505.0 -51332,sell_contrast_m10_bb_pos,sell,2025-08-10 10:12:00,1502.0 -51333,sell_contrast_m10_bb_pos,sell,2025-08-10 10:15:00,1498.0 -51334,sell_contrast_m10_bb_pos,sell,2025-08-10 10:18:00,1506.0 -51335,sell_contrast_m10_bb_pos,sell,2025-08-10 10:21:00,1504.0 -51336,sell_contrast_m10_bb_pos,sell,2025-08-10 10:24:00,1497.0 -51337,sell_contrast_m10_bb_pos,sell,2025-08-10 10:27:00,1500.0 -51338,sell_contrast_m10_bb_pos,sell,2025-08-10 10:42:00,1505.0 -51339,sell_contrast_m10_bb_pos,sell,2025-08-10 10:45:00,1505.0 -51340,sell_contrast_m10_bb_pos,sell,2025-08-10 10:48:00,1501.0 -51341,sell_contrast_m10_bb_pos,sell,2025-08-10 11:21:00,1508.0 -51342,sell_contrast_m10_bb_pos,sell,2025-08-10 11:24:00,1504.0 -51343,sell_contrast_m10_bb_pos,sell,2025-08-10 11:27:00,1504.0 -51344,sell_contrast_m10_bb_pos,sell,2025-08-10 13:30:00,1514.0 -51345,sell_contrast_m10_bb_pos,sell,2025-08-10 13:33:00,1513.0 -51346,sell_contrast_m10_bb_pos,sell,2025-08-10 13:36:00,1514.0 -51347,sell_contrast_m10_bb_pos,sell,2025-08-10 13:39:00,1513.0 -51348,sell_contrast_m10_bb_pos,sell,2025-08-10 13:42:00,1511.0 -51349,sell_contrast_m10_bb_pos,sell,2025-08-10 13:45:00,1510.0 -51350,sell_contrast_m10_bb_pos,sell,2025-08-10 13:48:00,1512.0 -51351,sell_contrast_m10_bb_pos,sell,2025-08-10 23:30:00,1445.0 -51352,sell_contrast_m10_bb_pos,sell,2025-08-10 23:33:00,1451.0 -51353,sell_contrast_m10_bb_pos,sell,2025-08-10 23:36:00,1456.0 -51354,sell_contrast_m10_bb_pos,sell,2025-08-10 23:39:00,1458.0 -51355,sell_contrast_m10_bb_pos,sell,2025-08-10 23:51:00,1453.0 -51356,sell_contrast_m10_bb_pos,sell,2025-08-10 23:54:00,1456.0 -51357,sell_contrast_m10_bb_pos,sell,2025-08-10 23:57:00,1455.0 -51358,sell_contrast_m10_bb_pos,sell,2025-08-11 00:12:00,1456.0 -51359,sell_contrast_m10_bb_pos,sell,2025-08-11 00:15:00,1462.0 -51360,sell_contrast_m10_bb_pos,sell,2025-08-11 00:18:00,1463.0 -51361,sell_contrast_m10_bb_pos,sell,2025-08-11 00:42:00,1467.0 -51362,sell_contrast_m10_bb_pos,sell,2025-08-11 00:45:00,1466.0 -51363,sell_contrast_m10_bb_pos,sell,2025-08-11 00:48:00,1470.0 -51364,sell_contrast_m10_bb_pos,sell,2025-08-11 00:51:00,1466.0 -51365,sell_contrast_m10_bb_pos,sell,2025-08-11 00:54:00,1465.0 -51366,sell_contrast_m10_bb_pos,sell,2025-08-11 00:57:00,1462.0 -51367,sell_contrast_m10_bb_pos,sell,2025-08-11 02:00:00,1476.0 -51368,sell_contrast_m10_bb_pos,sell,2025-08-11 02:03:00,1475.0 -51369,sell_contrast_m10_bb_pos,sell,2025-08-11 02:06:00,1475.0 -51370,sell_contrast_m10_bb_pos,sell,2025-08-11 02:09:00,1475.0 -51371,sell_contrast_m10_bb_pos,sell,2025-08-11 03:00:00,1478.0 -51372,sell_contrast_m10_bb_pos,sell,2025-08-11 03:03:00,1480.0 -51373,sell_contrast_m10_bb_pos,sell,2025-08-11 03:06:00,1484.0 -51374,sell_contrast_m10_bb_pos,sell,2025-08-11 03:09:00,1484.0 -51375,sell_contrast_m10_bb_pos,sell,2025-08-11 03:21:00,1483.0 -51376,sell_contrast_m10_bb_pos,sell,2025-08-11 03:24:00,1485.0 -51377,sell_contrast_m10_bb_pos,sell,2025-08-11 03:27:00,1487.0 -51378,sell_contrast_m10_bb_pos,sell,2025-08-11 03:30:00,1481.0 -51379,sell_contrast_m10_bb_pos,sell,2025-08-11 03:33:00,1483.0 -51380,sell_contrast_m10_bb_pos,sell,2025-08-11 03:36:00,1486.0 -51381,sell_contrast_m10_bb_pos,sell,2025-08-11 03:39:00,1486.0 -51382,sell_contrast_m10_bb_pos,sell,2025-08-11 03:42:00,1484.0 -51383,sell_contrast_m10_bb_pos,sell,2025-08-11 03:45:00,1483.0 -51384,sell_contrast_m10_bb_pos,sell,2025-08-11 03:48:00,1482.0 -51385,sell_contrast_m10_bb_pos,sell,2025-08-11 04:42:00,1486.0 -51386,sell_contrast_m10_bb_pos,sell,2025-08-11 04:45:00,1487.0 -51387,sell_contrast_m10_bb_pos,sell,2025-08-11 04:48:00,1487.0 -51388,sell_contrast_m10_bb_pos,sell,2025-08-11 04:51:00,1490.0 -51389,sell_contrast_m10_bb_pos,sell,2025-08-11 04:54:00,1491.0 -51390,sell_contrast_m10_bb_pos,sell,2025-08-11 04:57:00,1491.0 -51391,sell_contrast_m10_bb_pos,sell,2025-08-11 08:51:00,1485.0 -51392,sell_contrast_m10_bb_pos,sell,2025-08-11 08:54:00,1486.0 -51393,sell_contrast_m10_bb_pos,sell,2025-08-11 08:57:00,1485.0 -51394,sell_contrast_m10_bb_pos,sell,2025-08-11 10:30:00,1485.0 -51395,sell_contrast_m10_bb_pos,sell,2025-08-11 10:33:00,1493.0 -51396,sell_contrast_m10_bb_pos,sell,2025-08-11 10:36:00,1496.0 -51397,sell_contrast_m10_bb_pos,sell,2025-08-11 10:39:00,1498.0 -51398,sell_contrast_m10_bb_pos,sell,2025-08-11 10:51:00,1495.0 -51399,sell_contrast_m10_bb_pos,sell,2025-08-11 10:54:00,1493.0 -51400,sell_contrast_m10_bb_pos,sell,2025-08-11 10:57:00,1493.0 -51401,sell_contrast_m10_bb_pos,sell,2025-08-11 11:00:00,1492.0 -51402,sell_contrast_m10_bb_pos,sell,2025-08-11 11:03:00,1501.0 -51403,sell_contrast_m10_bb_pos,sell,2025-08-11 11:06:00,1504.0 -51404,sell_contrast_m10_bb_pos,sell,2025-08-11 11:09:00,1503.0 -51405,sell_contrast_m10_bb_pos,sell,2025-08-12 00:42:00,1422.0 -51406,sell_contrast_m10_bb_pos,sell,2025-08-12 00:45:00,1424.0 -51407,sell_contrast_m10_bb_pos,sell,2025-08-12 00:48:00,1422.0 -51408,sell_contrast_m10_bb_pos,sell,2025-08-12 01:00:00,1427.0 -51409,sell_contrast_m10_bb_pos,sell,2025-08-12 01:03:00,1431.0 -51410,sell_contrast_m10_bb_pos,sell,2025-08-12 01:06:00,1441.0 -51411,sell_contrast_m10_bb_pos,sell,2025-08-12 01:09:00,1443.0 -51412,sell_contrast_m10_bb_pos,sell,2025-08-12 09:51:00,1378.0 -51413,sell_contrast_m10_bb_pos,sell,2025-08-12 09:54:00,1380.0 -51414,sell_contrast_m10_bb_pos,sell,2025-08-12 09:57:00,1382.0 -51415,sell_contrast_m10_bb_pos,sell,2025-08-12 10:00:00,1381.0 -51416,sell_contrast_m10_bb_pos,sell,2025-08-12 10:03:00,1380.0 -51417,sell_contrast_m10_bb_pos,sell,2025-08-12 10:06:00,1379.0 -51418,sell_contrast_m10_bb_pos,sell,2025-08-12 10:09:00,1383.0 -51419,sell_contrast_m10_bb_pos,sell,2025-08-12 10:12:00,1382.0 -51420,sell_contrast_m10_bb_pos,sell,2025-08-12 10:15:00,1380.0 -51421,sell_contrast_m10_bb_pos,sell,2025-08-12 10:18:00,1379.0 -51422,sell_contrast_m10_bb_pos,sell,2025-08-12 10:21:00,1382.0 -51423,sell_contrast_m10_bb_pos,sell,2025-08-12 10:24:00,1383.0 -51424,sell_contrast_m10_bb_pos,sell,2025-08-12 10:27:00,1384.0 -51425,sell_contrast_m10_bb_pos,sell,2025-08-12 10:30:00,1385.0 -51426,sell_contrast_m10_bb_pos,sell,2025-08-12 10:33:00,1383.0 -51427,sell_contrast_m10_bb_pos,sell,2025-08-12 10:36:00,1384.0 -51428,sell_contrast_m10_bb_pos,sell,2025-08-12 10:39:00,1383.0 -51429,sell_contrast_m10_bb_pos,sell,2025-08-12 10:42:00,1383.0 -51430,sell_contrast_m10_bb_pos,sell,2025-08-12 10:45:00,1384.0 -51431,sell_contrast_m10_bb_pos,sell,2025-08-12 10:48:00,1383.0 -51432,sell_contrast_m10_bb_pos,sell,2025-08-12 11:42:00,1386.0 -51433,sell_contrast_m10_bb_pos,sell,2025-08-12 11:45:00,1383.0 -51434,sell_contrast_m10_bb_pos,sell,2025-08-12 11:48:00,1380.0 -51435,sell_contrast_m10_bb_pos,sell,2025-08-12 17:00:00,1373.0 -51436,sell_contrast_m10_bb_pos,sell,2025-08-12 17:03:00,1369.0 -51437,sell_contrast_m10_bb_pos,sell,2025-08-12 17:06:00,1363.0 -51438,sell_contrast_m10_bb_pos,sell,2025-08-12 17:09:00,1363.0 -51439,sell_contrast_m10_bb_pos,sell,2025-08-12 22:12:00,1384.0 -51440,sell_contrast_m10_bb_pos,sell,2025-08-12 22:15:00,1385.0 -51441,sell_contrast_m10_bb_pos,sell,2025-08-12 22:18:00,1389.0 -51442,sell_contrast_m10_bb_pos,sell,2025-08-12 22:21:00,1387.0 -51443,sell_contrast_m10_bb_pos,sell,2025-08-12 22:24:00,1391.0 -51444,sell_contrast_m10_bb_pos,sell,2025-08-12 22:27:00,1391.0 -51445,sell_contrast_m10_bb_pos,sell,2025-08-12 22:30:00,1396.0 -51446,sell_contrast_m10_bb_pos,sell,2025-08-12 22:33:00,1392.0 -51447,sell_contrast_m10_bb_pos,sell,2025-08-12 22:36:00,1395.0 -51448,sell_contrast_m10_bb_pos,sell,2025-08-12 22:39:00,1390.0 -51449,sell_contrast_m10_bb_pos,sell,2025-08-12 22:42:00,1397.0 -51450,sell_contrast_m10_bb_pos,sell,2025-08-12 22:45:00,1386.0 -51451,sell_contrast_m10_bb_pos,sell,2025-08-12 22:48:00,1385.0 -51452,sell_contrast_m10_bb_pos,sell,2025-08-13 00:21:00,1415.0 -51453,sell_contrast_m10_bb_pos,sell,2025-08-13 00:24:00,1417.0 -51454,sell_contrast_m10_bb_pos,sell,2025-08-13 00:27:00,1416.0 -51455,sell_contrast_m10_bb_pos,sell,2025-08-13 00:30:00,1417.0 -51456,sell_contrast_m10_bb_pos,sell,2025-08-13 00:33:00,1419.0 -51457,sell_contrast_m10_bb_pos,sell,2025-08-13 00:36:00,1421.0 -51458,sell_contrast_m10_bb_pos,sell,2025-08-13 00:39:00,1418.0 -51459,sell_contrast_m10_bb_pos,sell,2025-08-13 00:42:00,1415.0 -51460,sell_contrast_m10_bb_pos,sell,2025-08-13 00:45:00,1416.0 -51461,sell_contrast_m10_bb_pos,sell,2025-08-13 00:48:00,1418.0 -51462,sell_contrast_m10_bb_pos,sell,2025-08-13 00:51:00,1423.0 -51463,sell_contrast_m10_bb_pos,sell,2025-08-13 00:54:00,1423.0 -51464,sell_contrast_m10_bb_pos,sell,2025-08-13 00:57:00,1428.0 -51465,sell_contrast_m10_bb_pos,sell,2025-08-13 01:12:00,1422.0 -51466,sell_contrast_m10_bb_pos,sell,2025-08-13 01:15:00,1421.0 -51467,sell_contrast_m10_bb_pos,sell,2025-08-13 01:18:00,1423.0 -51468,sell_contrast_m10_bb_pos,sell,2025-08-13 01:21:00,1426.0 -51469,sell_contrast_m10_bb_pos,sell,2025-08-13 01:24:00,1431.0 -51470,sell_contrast_m10_bb_pos,sell,2025-08-13 01:27:00,1430.0 -51471,sell_contrast_m10_bb_pos,sell,2025-08-13 01:30:00,1433.0 -51472,sell_contrast_m10_bb_pos,sell,2025-08-13 01:33:00,1432.0 -51473,sell_contrast_m10_bb_pos,sell,2025-08-13 01:36:00,1429.0 -51474,sell_contrast_m10_bb_pos,sell,2025-08-13 01:39:00,1429.0 -51475,sell_contrast_m10_bb_pos,sell,2025-08-13 02:00:00,1436.0 -51476,sell_contrast_m10_bb_pos,sell,2025-08-13 02:03:00,1440.0 -51477,sell_contrast_m10_bb_pos,sell,2025-08-13 02:06:00,1445.0 -51478,sell_contrast_m10_bb_pos,sell,2025-08-13 02:09:00,1442.0 -51479,sell_contrast_m10_bb_pos,sell,2025-08-13 02:12:00,1445.0 -51480,sell_contrast_m10_bb_pos,sell,2025-08-13 02:15:00,1439.0 -51481,sell_contrast_m10_bb_pos,sell,2025-08-13 02:18:00,1447.0 -51482,sell_contrast_m10_bb_pos,sell,2025-08-13 02:21:00,1450.0 -51483,sell_contrast_m10_bb_pos,sell,2025-08-13 02:24:00,1454.0 -51484,sell_contrast_m10_bb_pos,sell,2025-08-13 02:27:00,1454.0 -51485,sell_contrast_m10_bb_pos,sell,2025-08-13 02:30:00,1447.0 -51486,sell_contrast_m10_bb_pos,sell,2025-08-13 02:33:00,1446.0 -51487,sell_contrast_m10_bb_pos,sell,2025-08-13 02:36:00,1449.0 -51488,sell_contrast_m10_bb_pos,sell,2025-08-13 02:39:00,1447.0 -51489,sell_contrast_m10_bb_pos,sell,2025-08-13 02:42:00,1452.0 -51490,sell_contrast_m10_bb_pos,sell,2025-08-13 02:45:00,1450.0 -51491,sell_contrast_m10_bb_pos,sell,2025-08-13 02:48:00,1448.0 -51492,sell_contrast_m10_bb_pos,sell,2025-08-13 03:21:00,1459.0 -51493,sell_contrast_m10_bb_pos,sell,2025-08-13 03:24:00,1457.0 -51494,sell_contrast_m10_bb_pos,sell,2025-08-13 03:27:00,1454.0 -51495,sell_contrast_m10_bb_pos,sell,2025-08-13 03:30:00,1453.0 -51496,sell_contrast_m10_bb_pos,sell,2025-08-13 03:33:00,1453.0 -51497,sell_contrast_m10_bb_pos,sell,2025-08-13 03:36:00,1449.0 -51498,sell_contrast_m10_bb_pos,sell,2025-08-13 03:39:00,1450.0 -51499,sell_contrast_m10_bb_pos,sell,2025-08-13 05:42:00,1463.0 -51500,sell_contrast_m10_bb_pos,sell,2025-08-13 05:45:00,1462.0 -51501,sell_contrast_m10_bb_pos,sell,2025-08-13 05:48:00,1464.0 -51502,sell_contrast_m10_bb_pos,sell,2025-08-13 06:00:00,1466.0 -51503,sell_contrast_m10_bb_pos,sell,2025-08-13 06:03:00,1463.0 -51504,sell_contrast_m10_bb_pos,sell,2025-08-13 06:06:00,1466.0 -51505,sell_contrast_m10_bb_pos,sell,2025-08-13 06:09:00,1460.0 -51506,sell_contrast_m10_bb_pos,sell,2025-08-13 09:51:00,1459.0 -51507,sell_contrast_m10_bb_pos,sell,2025-08-13 09:54:00,1458.0 -51508,sell_contrast_m10_bb_pos,sell,2025-08-13 09:57:00,1457.0 -51509,sell_contrast_m10_bb_pos,sell,2025-08-13 12:00:00,1463.0 -51510,sell_contrast_m10_bb_pos,sell,2025-08-13 12:03:00,1467.0 -51511,sell_contrast_m10_bb_pos,sell,2025-08-13 12:06:00,1461.0 -51512,sell_contrast_m10_bb_pos,sell,2025-08-13 12:09:00,1457.0 -51513,sell_contrast_m10_bb_pos,sell,2025-08-13 12:42:00,1470.0 -51514,sell_contrast_m10_bb_pos,sell,2025-08-13 12:45:00,1469.0 -51515,sell_contrast_m10_bb_pos,sell,2025-08-13 12:48:00,1466.0 -51516,sell_contrast_m10_bb_pos,sell,2025-08-13 12:51:00,1469.0 -51517,sell_contrast_m10_bb_pos,sell,2025-08-13 12:54:00,1467.0 -51518,sell_contrast_m10_bb_pos,sell,2025-08-13 12:57:00,1465.0 -51519,sell_contrast_m10_bb_pos,sell,2025-08-13 13:12:00,1467.0 -51520,sell_contrast_m10_bb_pos,sell,2025-08-13 13:15:00,1469.0 -51521,sell_contrast_m10_bb_pos,sell,2025-08-13 13:18:00,1470.0 -51522,sell_contrast_m10_bb_pos,sell,2025-08-13 13:21:00,1473.0 -51523,sell_contrast_m10_bb_pos,sell,2025-08-13 13:24:00,1468.0 -51524,sell_contrast_m10_bb_pos,sell,2025-08-13 13:27:00,1468.0 -51525,sell_contrast_m10_bb_pos,sell,2025-08-13 17:12:00,1479.0 -51526,sell_contrast_m10_bb_pos,sell,2025-08-13 17:15:00,1483.0 -51527,sell_contrast_m10_bb_pos,sell,2025-08-13 17:18:00,1489.0 -51528,sell_contrast_m10_bb_pos,sell,2025-08-13 17:42:00,1489.0 -51529,sell_contrast_m10_bb_pos,sell,2025-08-13 17:45:00,1484.0 -51530,sell_contrast_m10_bb_pos,sell,2025-08-13 17:48:00,1484.0 -51531,sell_contrast_m10_bb_pos,sell,2025-08-13 18:00:00,1489.0 -51532,sell_contrast_m10_bb_pos,sell,2025-08-13 18:03:00,1489.0 -51533,sell_contrast_m10_bb_pos,sell,2025-08-13 18:06:00,1487.0 -51534,sell_contrast_m10_bb_pos,sell,2025-08-13 18:09:00,1493.0 -51535,sell_contrast_m10_bb_pos,sell,2025-08-13 18:12:00,1493.0 -51536,sell_contrast_m10_bb_pos,sell,2025-08-13 18:15:00,1489.0 -51537,sell_contrast_m10_bb_pos,sell,2025-08-13 18:18:00,1485.0 -51538,sell_contrast_m10_bb_pos,sell,2025-08-13 22:30:00,1496.0 -51539,sell_contrast_m10_bb_pos,sell,2025-08-13 22:33:00,1497.0 -51540,sell_contrast_m10_bb_pos,sell,2025-08-13 22:36:00,1500.0 -51541,sell_contrast_m10_bb_pos,sell,2025-08-13 22:39:00,1497.0 -51542,sell_contrast_m10_bb_pos,sell,2025-08-13 22:51:00,1497.0 -51543,sell_contrast_m10_bb_pos,sell,2025-08-13 22:54:00,1489.0 -51544,sell_contrast_m10_bb_pos,sell,2025-08-13 22:57:00,1477.0 -51545,sell_contrast_m10_bb_pos,sell,2025-08-14 02:21:00,1496.0 -51546,sell_contrast_m10_bb_pos,sell,2025-08-14 02:24:00,1498.0 -51547,sell_contrast_m10_bb_pos,sell,2025-08-14 02:27:00,1498.0 -51548,sell_contrast_m10_bb_pos,sell,2025-08-14 03:00:00,1514.0 -51549,sell_contrast_m10_bb_pos,sell,2025-08-14 03:03:00,1518.0 -51550,sell_contrast_m10_bb_pos,sell,2025-08-14 03:06:00,1519.0 -51551,sell_contrast_m10_bb_pos,sell,2025-08-14 03:09:00,1522.0 -51552,sell_contrast_m10_bb_pos,sell,2025-08-14 06:21:00,1514.0 -51553,sell_contrast_m10_bb_pos,sell,2025-08-14 06:24:00,1512.0 -51554,sell_contrast_m10_bb_pos,sell,2025-08-14 06:27:00,1510.0 -51555,sell_contrast_m10_bb_pos,sell,2025-08-14 06:42:00,1513.0 -51556,sell_contrast_m10_bb_pos,sell,2025-08-14 06:45:00,1511.0 -51557,sell_contrast_m10_bb_pos,sell,2025-08-14 06:48:00,1507.0 -51558,sell_contrast_m10_bb_pos,sell,2025-08-14 07:12:00,1517.0 -51559,sell_contrast_m10_bb_pos,sell,2025-08-14 07:15:00,1516.0 -51560,sell_contrast_m10_bb_pos,sell,2025-08-14 07:18:00,1515.0 -51561,sell_contrast_m10_bb_pos,sell,2025-08-14 08:21:00,1541.0 -51562,sell_contrast_m10_bb_pos,sell,2025-08-14 08:24:00,1542.0 -51563,sell_contrast_m10_bb_pos,sell,2025-08-14 08:27:00,1535.0 -51564,sell_contrast_m10_bb_pos,sell,2025-08-14 08:42:00,1542.0 -51565,sell_contrast_m10_bb_pos,sell,2025-08-14 08:45:00,1539.0 -51566,sell_contrast_m10_bb_pos,sell,2025-08-14 08:48:00,1532.0 -51567,sell_contrast_m10_bb_pos,sell,2025-08-14 11:51:00,1543.0 -51568,sell_contrast_m10_bb_pos,sell,2025-08-14 11:54:00,1545.0 -51569,sell_contrast_m10_bb_pos,sell,2025-08-14 11:57:00,1545.0 -51570,sell_contrast_m10_bb_pos,sell,2025-08-14 12:00:00,1545.0 -51571,sell_contrast_m10_bb_pos,sell,2025-08-14 12:03:00,1541.0 -51572,sell_contrast_m10_bb_pos,sell,2025-08-14 12:06:00,1539.0 -51573,sell_contrast_m10_bb_pos,sell,2025-08-14 12:09:00,1539.0 -51574,sell_contrast_m10_bb_pos,sell,2025-08-14 12:21:00,1544.0 -51575,sell_contrast_m10_bb_pos,sell,2025-08-14 12:24:00,1543.0 -51576,sell_contrast_m10_bb_pos,sell,2025-08-14 12:27:00,1540.0 -51577,sell_contrast_m10_bb_pos,sell,2025-08-15 04:21:00,1404.0 -51578,sell_contrast_m10_bb_pos,sell,2025-08-15 04:24:00,1403.0 -51579,sell_contrast_m10_bb_pos,sell,2025-08-15 04:27:00,1407.0 -51580,sell_contrast_m10_bb_pos,sell,2025-08-15 10:21:00,1401.0 -51581,sell_contrast_m10_bb_pos,sell,2025-08-15 10:24:00,1405.0 -51582,sell_contrast_m10_bb_pos,sell,2025-08-15 10:27:00,1409.0 -51583,sell_contrast_m10_bb_pos,sell,2025-08-15 11:00:00,1411.0 -51584,sell_contrast_m10_bb_pos,sell,2025-08-15 11:03:00,1410.0 -51585,sell_contrast_m10_bb_pos,sell,2025-08-15 11:06:00,1408.0 -51586,sell_contrast_m10_bb_pos,sell,2025-08-15 11:09:00,1413.0 -51587,sell_contrast_m10_bb_pos,sell,2025-08-15 11:12:00,1412.0 -51588,sell_contrast_m10_bb_pos,sell,2025-08-15 11:15:00,1409.0 -51589,sell_contrast_m10_bb_pos,sell,2025-08-15 11:18:00,1410.0 -51590,sell_contrast_m10_bb_pos,sell,2025-08-15 12:42:00,1412.0 -51591,sell_contrast_m10_bb_pos,sell,2025-08-15 12:45:00,1409.0 -51592,sell_contrast_m10_bb_pos,sell,2025-08-15 12:48:00,1410.0 -51593,sell_contrast_m10_bb_pos,sell,2025-08-15 15:12:00,1410.0 -51594,sell_contrast_m10_bb_pos,sell,2025-08-15 15:15:00,1409.0 -51595,sell_contrast_m10_bb_pos,sell,2025-08-15 15:18:00,1407.0 -51596,sell_contrast_m10_bb_pos,sell,2025-08-15 15:30:00,1413.0 -51597,sell_contrast_m10_bb_pos,sell,2025-08-15 15:33:00,1415.0 -51598,sell_contrast_m10_bb_pos,sell,2025-08-15 15:36:00,1414.0 -51599,sell_contrast_m10_bb_pos,sell,2025-08-15 15:39:00,1414.0 -51600,sell_contrast_m10_bb_pos,sell,2025-08-15 15:42:00,1415.0 -51601,sell_contrast_m10_bb_pos,sell,2025-08-15 15:45:00,1416.0 -51602,sell_contrast_m10_bb_pos,sell,2025-08-15 15:48:00,1413.0 -51603,sell_contrast_m10_bb_pos,sell,2025-08-15 16:12:00,1412.0 -51604,sell_contrast_m10_bb_pos,sell,2025-08-15 16:15:00,1407.0 -51605,sell_contrast_m10_bb_pos,sell,2025-08-15 16:18:00,1410.0 -51606,sell_contrast_m10_bb_pos,sell,2025-08-16 06:00:00,1360.0 -51607,sell_contrast_m10_bb_pos,sell,2025-08-16 06:03:00,1364.0 -51608,sell_contrast_m10_bb_pos,sell,2025-08-16 06:06:00,1361.0 -51609,sell_contrast_m10_bb_pos,sell,2025-08-16 06:09:00,1360.0 -51610,sell_contrast_m10_bb_pos,sell,2025-08-16 06:12:00,1360.0 -51611,sell_contrast_m10_bb_pos,sell,2025-08-16 06:15:00,1360.0 -51612,sell_contrast_m10_bb_pos,sell,2025-08-16 06:18:00,1360.0 -51613,sell_contrast_m10_bb_pos,sell,2025-08-16 06:21:00,1361.0 -51614,sell_contrast_m10_bb_pos,sell,2025-08-16 06:24:00,1363.0 -51615,sell_contrast_m10_bb_pos,sell,2025-08-16 06:27:00,1365.0 -51616,sell_contrast_m10_bb_pos,sell,2025-08-16 07:12:00,1370.0 -51617,sell_contrast_m10_bb_pos,sell,2025-08-16 07:15:00,1370.0 -51618,sell_contrast_m10_bb_pos,sell,2025-08-16 07:18:00,1372.0 -51619,sell_contrast_m10_bb_pos,sell,2025-08-16 07:21:00,1372.0 -51620,sell_contrast_m10_bb_pos,sell,2025-08-16 07:24:00,1374.0 -51621,sell_contrast_m10_bb_pos,sell,2025-08-16 07:27:00,1375.0 -51622,sell_contrast_m10_bb_pos,sell,2025-08-16 07:30:00,1376.0 -51623,sell_contrast_m10_bb_pos,sell,2025-08-16 07:33:00,1379.0 -51624,sell_contrast_m10_bb_pos,sell,2025-08-16 07:36:00,1380.0 -51625,sell_contrast_m10_bb_pos,sell,2025-08-16 07:39:00,1381.0 -51626,sell_contrast_m10_bb_pos,sell,2025-08-16 09:42:00,1389.0 -51627,sell_contrast_m10_bb_pos,sell,2025-08-16 09:45:00,1389.0 -51628,sell_contrast_m10_bb_pos,sell,2025-08-16 09:48:00,1390.0 -51629,sell_contrast_m10_bb_pos,sell,2025-08-16 09:51:00,1391.0 -51630,sell_contrast_m10_bb_pos,sell,2025-08-16 09:54:00,1391.0 -51631,sell_contrast_m10_bb_pos,sell,2025-08-16 09:57:00,1389.0 -51632,sell_contrast_m10_bb_pos,sell,2025-08-16 18:42:00,1373.0 -51633,sell_contrast_m10_bb_pos,sell,2025-08-16 18:45:00,1374.0 -51634,sell_contrast_m10_bb_pos,sell,2025-08-16 18:48:00,1372.0 -51635,sell_contrast_m10_bb_pos,sell,2025-08-16 22:12:00,1366.0 -51636,sell_contrast_m10_bb_pos,sell,2025-08-16 22:15:00,1368.0 -51637,sell_contrast_m10_bb_pos,sell,2025-08-16 22:18:00,1369.0 -51638,sell_contrast_m10_bb_pos,sell,2025-08-16 22:21:00,1370.0 -51639,sell_contrast_m10_bb_pos,sell,2025-08-16 22:24:00,1369.0 -51640,sell_contrast_m10_bb_pos,sell,2025-08-16 22:27:00,1369.0 -51641,sell_contrast_m10_bb_pos,sell,2025-08-16 22:30:00,1368.0 -51642,sell_contrast_m10_bb_pos,sell,2025-08-16 22:33:00,1367.0 -51643,sell_contrast_m10_bb_pos,sell,2025-08-16 22:36:00,1366.0 -51644,sell_contrast_m10_bb_pos,sell,2025-08-16 22:39:00,1366.0 -51645,sell_contrast_m10_bb_pos,sell,2025-08-16 23:51:00,1369.0 -51646,sell_contrast_m10_bb_pos,sell,2025-08-16 23:54:00,1370.0 -51647,sell_contrast_m10_bb_pos,sell,2025-08-16 23:57:00,1372.0 -51648,sell_contrast_m10_bb_pos,sell,2025-08-17 00:00:00,1371.0 -51649,sell_contrast_m10_bb_pos,sell,2025-08-17 00:03:00,1372.0 -51650,sell_contrast_m10_bb_pos,sell,2025-08-17 00:06:00,1374.0 -51651,sell_contrast_m10_bb_pos,sell,2025-08-17 00:09:00,1372.0 -51652,sell_contrast_m10_bb_pos,sell,2025-08-17 00:12:00,1371.0 -51653,sell_contrast_m10_bb_pos,sell,2025-08-17 00:15:00,1373.0 -51654,sell_contrast_m10_bb_pos,sell,2025-08-17 00:18:00,1376.0 -51655,sell_contrast_m10_bb_pos,sell,2025-08-17 00:42:00,1374.0 -51656,sell_contrast_m10_bb_pos,sell,2025-08-17 00:45:00,1376.0 -51657,sell_contrast_m10_bb_pos,sell,2025-08-17 00:48:00,1375.0 -51658,sell_contrast_m10_bb_pos,sell,2025-08-17 08:00:00,1399.0 -51659,sell_contrast_m10_bb_pos,sell,2025-08-17 08:03:00,1400.0 -51660,sell_contrast_m10_bb_pos,sell,2025-08-17 08:06:00,1398.0 -51661,sell_contrast_m10_bb_pos,sell,2025-08-17 08:09:00,1398.0 -51662,sell_contrast_m10_bb_pos,sell,2025-08-17 08:12:00,1396.0 -51663,sell_contrast_m10_bb_pos,sell,2025-08-17 08:15:00,1396.0 -51664,sell_contrast_m10_bb_pos,sell,2025-08-17 08:18:00,1397.0 -51665,sell_contrast_m10_bb_pos,sell,2025-08-17 12:42:00,1394.0 -51666,sell_contrast_m10_bb_pos,sell,2025-08-17 12:45:00,1394.0 -51667,sell_contrast_m10_bb_pos,sell,2025-08-17 12:48:00,1391.0 -51668,sell_contrast_m10_bb_pos,sell,2025-08-17 13:12:00,1391.0 -51669,sell_contrast_m10_bb_pos,sell,2025-08-17 13:15:00,1390.0 -51670,sell_contrast_m10_bb_pos,sell,2025-08-17 13:18:00,1393.0 -51671,sell_contrast_m10_bb_pos,sell,2025-08-17 13:21:00,1393.0 -51672,sell_contrast_m10_bb_pos,sell,2025-08-17 13:24:00,1393.0 -51673,sell_contrast_m10_bb_pos,sell,2025-08-17 13:27:00,1392.0 -51674,sell_contrast_m10_bb_pos,sell,2025-08-17 13:42:00,1396.0 -51675,sell_contrast_m10_bb_pos,sell,2025-08-17 13:45:00,1396.0 -51676,sell_contrast_m10_bb_pos,sell,2025-08-17 13:48:00,1398.0 -51677,sell_contrast_m10_bb_pos,sell,2025-08-17 14:00:00,1398.0 -51678,sell_contrast_m10_bb_pos,sell,2025-08-17 14:03:00,1398.0 -51679,sell_contrast_m10_bb_pos,sell,2025-08-17 14:06:00,1398.0 -51680,sell_contrast_m10_bb_pos,sell,2025-08-17 14:09:00,1398.0 -51681,sell_contrast_m10_bb_pos,sell,2025-08-17 14:12:00,1401.0 -51682,sell_contrast_m10_bb_pos,sell,2025-08-17 14:15:00,1402.0 -51683,sell_contrast_m10_bb_pos,sell,2025-08-17 14:18:00,1400.0 -51684,sell_contrast_m10_bb_pos,sell,2025-08-17 14:21:00,1400.0 -51685,sell_contrast_m10_bb_pos,sell,2025-08-17 14:24:00,1399.0 -51686,sell_contrast_m10_bb_pos,sell,2025-08-17 14:27:00,1395.0 -51687,sell_contrast_m10_bb_pos,sell,2025-08-17 17:51:00,1398.0 -51688,sell_contrast_m10_bb_pos,sell,2025-08-17 17:54:00,1404.0 -51689,sell_contrast_m10_bb_pos,sell,2025-08-17 17:57:00,1406.0 -51690,sell_contrast_m10_bb_pos,sell,2025-08-17 18:12:00,1404.0 -51691,sell_contrast_m10_bb_pos,sell,2025-08-17 18:15:00,1400.0 -51692,sell_contrast_m10_bb_pos,sell,2025-08-17 18:18:00,1398.0 -51693,sell_contrast_m10_bb_pos,sell,2025-08-17 20:00:00,1404.0 -51694,sell_contrast_m10_bb_pos,sell,2025-08-17 20:03:00,1403.0 -51695,sell_contrast_m10_bb_pos,sell,2025-08-17 20:06:00,1401.0 -51696,sell_contrast_m10_bb_pos,sell,2025-08-17 20:09:00,1400.0 -51697,sell_contrast_m10_bb_pos,sell,2025-08-17 21:00:00,1404.0 -51698,sell_contrast_m10_bb_pos,sell,2025-08-17 21:03:00,1403.0 -51699,sell_contrast_m10_bb_pos,sell,2025-08-17 21:06:00,1404.0 -51700,sell_contrast_m10_bb_pos,sell,2025-08-17 21:09:00,1405.0 -51701,sell_contrast_m10_bb_pos,sell,2025-08-17 23:51:00,1406.0 -51702,sell_contrast_m10_bb_pos,sell,2025-08-17 23:54:00,1407.0 -51703,sell_contrast_m10_bb_pos,sell,2025-08-17 23:57:00,1406.0 -51704,sell_contrast_m10_bb_pos,sell,2025-08-18 00:00:00,1408.0 -51705,sell_contrast_m10_bb_pos,sell,2025-08-18 00:03:00,1409.0 -51706,sell_contrast_m10_bb_pos,sell,2025-08-18 00:06:00,1408.0 -51707,sell_contrast_m10_bb_pos,sell,2025-08-18 00:09:00,1409.0 -51708,sell_contrast_m10_bb_pos,sell,2025-08-18 08:00:00,1405.0 -51709,sell_contrast_m10_bb_pos,sell,2025-08-18 08:03:00,1406.0 -51710,sell_contrast_m10_bb_pos,sell,2025-08-18 08:06:00,1404.0 -51711,sell_contrast_m10_bb_pos,sell,2025-08-18 08:09:00,1402.0 -51712,sell_contrast_m10_bb_pos,sell,2025-08-18 19:00:00,1339.0 -51713,sell_contrast_m10_bb_pos,sell,2025-08-18 19:03:00,1339.0 -51714,sell_contrast_m10_bb_pos,sell,2025-08-18 19:06:00,1337.0 -51715,sell_contrast_m10_bb_pos,sell,2025-08-18 19:09:00,1337.0 -51716,sell_contrast_m10_bb_pos,sell,2025-08-18 22:21:00,1344.0 -51717,sell_contrast_m10_bb_pos,sell,2025-08-18 22:24:00,1346.0 -51718,sell_contrast_m10_bb_pos,sell,2025-08-18 22:27:00,1345.0 -51719,sell_contrast_m10_bb_pos,sell,2025-08-18 22:30:00,1345.0 -51720,sell_contrast_m10_bb_pos,sell,2025-08-18 22:33:00,1340.0 -51721,sell_contrast_m10_bb_pos,sell,2025-08-18 22:36:00,1344.0 -51722,sell_contrast_m10_bb_pos,sell,2025-08-18 22:39:00,1338.0 -51723,sell_contrast_m10_bb_pos,sell,2025-08-19 06:21:00,1339.0 -51724,sell_contrast_m10_bb_pos,sell,2025-08-19 06:24:00,1339.0 -51725,sell_contrast_m10_bb_pos,sell,2025-08-19 06:27:00,1340.0 -51726,sell_contrast_m10_bb_pos,sell,2025-08-19 06:30:00,1339.0 -51727,sell_contrast_m10_bb_pos,sell,2025-08-19 06:33:00,1337.0 -51728,sell_contrast_m10_bb_pos,sell,2025-08-19 06:36:00,1336.0 -51729,sell_contrast_m10_bb_pos,sell,2025-08-19 06:39:00,1336.0 -51730,sell_contrast_m10_bb_pos,sell,2025-08-19 07:30:00,1347.0 -51731,sell_contrast_m10_bb_pos,sell,2025-08-19 07:33:00,1345.0 -51732,sell_contrast_m10_bb_pos,sell,2025-08-19 07:36:00,1344.0 -51733,sell_contrast_m10_bb_pos,sell,2025-08-19 07:39:00,1345.0 -51734,sell_contrast_m10_bb_pos,sell,2025-08-19 18:00:00,1302.0 -51735,sell_contrast_m10_bb_pos,sell,2025-08-19 18:03:00,1305.0 -51736,sell_contrast_m10_bb_pos,sell,2025-08-19 18:06:00,1309.0 -51737,sell_contrast_m10_bb_pos,sell,2025-08-19 18:09:00,1311.0 -51738,sell_contrast_m10_bb_pos,sell,2025-08-19 18:42:00,1313.0 -51739,sell_contrast_m10_bb_pos,sell,2025-08-19 18:45:00,1311.0 -51740,sell_contrast_m10_bb_pos,sell,2025-08-19 18:48:00,1312.0 -51741,sell_contrast_m10_bb_pos,sell,2025-08-19 19:42:00,1319.0 -51742,sell_contrast_m10_bb_pos,sell,2025-08-19 19:45:00,1318.0 -51743,sell_contrast_m10_bb_pos,sell,2025-08-19 19:48:00,1318.0 -51744,sell_contrast_m10_bb_pos,sell,2025-08-20 11:00:00,1271.0 -51745,sell_contrast_m10_bb_pos,sell,2025-08-20 11:03:00,1271.0 -51746,sell_contrast_m10_bb_pos,sell,2025-08-20 11:06:00,1270.0 -51747,sell_contrast_m10_bb_pos,sell,2025-08-20 11:09:00,1271.0 -51748,sell_contrast_m10_bb_pos,sell,2025-08-20 11:21:00,1272.0 -51749,sell_contrast_m10_bb_pos,sell,2025-08-20 11:24:00,1273.0 -51750,sell_contrast_m10_bb_pos,sell,2025-08-20 11:27:00,1274.0 -51751,sell_contrast_m10_bb_pos,sell,2025-08-20 11:30:00,1273.0 -51752,sell_contrast_m10_bb_pos,sell,2025-08-20 11:33:00,1271.0 -51753,sell_contrast_m10_bb_pos,sell,2025-08-20 11:36:00,1270.0 -51754,sell_contrast_m10_bb_pos,sell,2025-08-20 11:39:00,1269.0 -51755,sell_contrast_m10_bb_pos,sell,2025-08-20 12:42:00,1274.0 -51756,sell_contrast_m10_bb_pos,sell,2025-08-20 12:45:00,1273.0 -51757,sell_contrast_m10_bb_pos,sell,2025-08-20 12:48:00,1274.0 -51758,sell_contrast_m10_bb_pos,sell,2025-08-20 13:30:00,1286.0 -51759,sell_contrast_m10_bb_pos,sell,2025-08-20 13:33:00,1287.0 -51760,sell_contrast_m10_bb_pos,sell,2025-08-20 13:36:00,1287.0 -51761,sell_contrast_m10_bb_pos,sell,2025-08-20 13:39:00,1286.0 -51762,sell_contrast_m10_bb_pos,sell,2025-08-20 13:42:00,1285.0 -51763,sell_contrast_m10_bb_pos,sell,2025-08-20 13:45:00,1286.0 -51764,sell_contrast_m10_bb_pos,sell,2025-08-20 13:48:00,1285.0 -51765,sell_contrast_m10_bb_pos,sell,2025-08-20 13:51:00,1287.0 -51766,sell_contrast_m10_bb_pos,sell,2025-08-20 13:54:00,1287.0 -51767,sell_contrast_m10_bb_pos,sell,2025-08-20 13:57:00,1286.0 -51768,sell_contrast_m10_bb_pos,sell,2025-08-20 14:42:00,1288.0 -51769,sell_contrast_m10_bb_pos,sell,2025-08-20 14:45:00,1287.0 -51770,sell_contrast_m10_bb_pos,sell,2025-08-20 14:48:00,1287.0 -51771,sell_contrast_m10_bb_pos,sell,2025-08-20 14:51:00,1289.0 -51772,sell_contrast_m10_bb_pos,sell,2025-08-20 14:54:00,1289.0 -51773,sell_contrast_m10_bb_pos,sell,2025-08-20 14:57:00,1290.0 -51774,sell_contrast_m10_bb_pos,sell,2025-08-20 15:00:00,1292.0 -51775,sell_contrast_m10_bb_pos,sell,2025-08-20 15:03:00,1291.0 -51776,sell_contrast_m10_bb_pos,sell,2025-08-20 15:06:00,1291.0 -51777,sell_contrast_m10_bb_pos,sell,2025-08-20 15:09:00,1289.0 -51778,sell_contrast_m10_bb_pos,sell,2025-08-20 16:30:00,1294.0 -51779,sell_contrast_m10_bb_pos,sell,2025-08-20 16:33:00,1295.0 -51780,sell_contrast_m10_bb_pos,sell,2025-08-20 16:36:00,1293.0 -51781,sell_contrast_m10_bb_pos,sell,2025-08-20 16:39:00,1295.0 -51782,sell_contrast_m10_bb_pos,sell,2025-08-20 16:42:00,1297.0 -51783,sell_contrast_m10_bb_pos,sell,2025-08-20 16:45:00,1295.0 -51784,sell_contrast_m10_bb_pos,sell,2025-08-20 16:48:00,1298.0 -51785,sell_contrast_m10_bb_pos,sell,2025-08-20 16:51:00,1296.0 -51786,sell_contrast_m10_bb_pos,sell,2025-08-20 16:54:00,1297.0 -51787,sell_contrast_m10_bb_pos,sell,2025-08-20 16:57:00,1295.0 -51788,sell_contrast_m10_bb_pos,sell,2025-08-20 17:00:00,1296.0 -51789,sell_contrast_m10_bb_pos,sell,2025-08-20 17:03:00,1294.0 -51790,sell_contrast_m10_bb_pos,sell,2025-08-20 17:06:00,1296.0 -51791,sell_contrast_m10_bb_pos,sell,2025-08-20 17:09:00,1294.0 -51792,sell_contrast_m10_bb_pos,sell,2025-08-20 18:30:00,1310.0 -51793,sell_contrast_m10_bb_pos,sell,2025-08-20 18:33:00,1309.0 -51794,sell_contrast_m10_bb_pos,sell,2025-08-20 18:36:00,1310.0 -51795,sell_contrast_m10_bb_pos,sell,2025-08-20 18:39:00,1312.0 -51796,sell_contrast_m10_bb_pos,sell,2025-08-20 18:42:00,1312.0 -51797,sell_contrast_m10_bb_pos,sell,2025-08-20 18:45:00,1314.0 -51798,sell_contrast_m10_bb_pos,sell,2025-08-20 18:48:00,1318.0 -51799,sell_contrast_m10_bb_pos,sell,2025-08-20 18:51:00,1314.0 -51800,sell_contrast_m10_bb_pos,sell,2025-08-20 18:54:00,1306.0 -51801,sell_contrast_m10_bb_pos,sell,2025-08-20 18:57:00,1310.0 -51802,sell_contrast_m10_bb_pos,sell,2025-08-20 19:21:00,1313.0 -51803,sell_contrast_m10_bb_pos,sell,2025-08-20 19:24:00,1312.0 -51804,sell_contrast_m10_bb_pos,sell,2025-08-20 19:27:00,1311.0 -51805,sell_contrast_m10_bb_pos,sell,2025-08-20 23:51:00,1306.0 -51806,sell_contrast_m10_bb_pos,sell,2025-08-20 23:54:00,1301.0 -51807,sell_contrast_m10_bb_pos,sell,2025-08-20 23:57:00,1299.0 -51808,sell_contrast_m10_bb_pos,sell,2025-08-21 00:42:00,1319.0 -51809,sell_contrast_m10_bb_pos,sell,2025-08-21 00:45:00,1316.0 -51810,sell_contrast_m10_bb_pos,sell,2025-08-21 00:48:00,1312.0 -51811,sell_contrast_m10_bb_pos,sell,2025-08-21 01:21:00,1326.0 -51812,sell_contrast_m10_bb_pos,sell,2025-08-21 01:24:00,1324.0 -51813,sell_contrast_m10_bb_pos,sell,2025-08-21 01:27:00,1325.0 -51814,sell_contrast_m10_bb_pos,sell,2025-08-21 01:30:00,1329.0 -51815,sell_contrast_m10_bb_pos,sell,2025-08-21 01:33:00,1321.0 -51816,sell_contrast_m10_bb_pos,sell,2025-08-21 01:36:00,1319.0 -51817,sell_contrast_m10_bb_pos,sell,2025-08-21 01:39:00,1317.0 -51818,sell_contrast_m10_bb_pos,sell,2025-08-21 04:51:00,1327.0 -51819,sell_contrast_m10_bb_pos,sell,2025-08-21 04:54:00,1328.0 -51820,sell_contrast_m10_bb_pos,sell,2025-08-21 04:57:00,1329.0 -51821,sell_contrast_m10_bb_pos,sell,2025-08-21 05:21:00,1329.0 -51822,sell_contrast_m10_bb_pos,sell,2025-08-21 05:24:00,1330.0 -51823,sell_contrast_m10_bb_pos,sell,2025-08-21 05:27:00,1330.0 -51824,sell_contrast_m10_bb_pos,sell,2025-08-21 05:30:00,1330.0 -51825,sell_contrast_m10_bb_pos,sell,2025-08-21 05:33:00,1329.0 -51826,sell_contrast_m10_bb_pos,sell,2025-08-21 05:36:00,1328.0 -51827,sell_contrast_m10_bb_pos,sell,2025-08-21 05:39:00,1328.0 -51828,sell_contrast_m10_bb_pos,sell,2025-08-21 06:12:00,1333.0 -51829,sell_contrast_m10_bb_pos,sell,2025-08-21 06:15:00,1333.0 -51830,sell_contrast_m10_bb_pos,sell,2025-08-21 06:18:00,1328.0 -51831,sell_contrast_m10_bb_pos,sell,2025-08-21 07:00:00,1336.0 -51832,sell_contrast_m10_bb_pos,sell,2025-08-21 07:03:00,1338.0 -51833,sell_contrast_m10_bb_pos,sell,2025-08-21 07:06:00,1334.0 -51834,sell_contrast_m10_bb_pos,sell,2025-08-21 07:09:00,1335.0 -51835,sell_contrast_m10_bb_pos,sell,2025-08-21 07:30:00,1337.0 -51836,sell_contrast_m10_bb_pos,sell,2025-08-21 07:33:00,1338.0 -51837,sell_contrast_m10_bb_pos,sell,2025-08-21 07:36:00,1335.0 -51838,sell_contrast_m10_bb_pos,sell,2025-08-21 07:39:00,1336.0 -51839,sell_contrast_m10_bb_pos,sell,2025-08-21 07:42:00,1338.0 -51840,sell_contrast_m10_bb_pos,sell,2025-08-21 07:45:00,1339.0 -51841,sell_contrast_m10_bb_pos,sell,2025-08-21 07:48:00,1339.0 -51842,sell_contrast_m10_bb_pos,sell,2025-08-21 08:00:00,1340.0 -51843,sell_contrast_m10_bb_pos,sell,2025-08-21 08:03:00,1341.0 -51844,sell_contrast_m10_bb_pos,sell,2025-08-21 08:06:00,1341.0 -51845,sell_contrast_m10_bb_pos,sell,2025-08-21 08:09:00,1343.0 -51846,sell_contrast_m10_bb_pos,sell,2025-08-21 11:00:00,1343.0 -51847,sell_contrast_m10_bb_pos,sell,2025-08-21 11:03:00,1344.0 -51848,sell_contrast_m10_bb_pos,sell,2025-08-21 11:06:00,1341.0 -51849,sell_contrast_m10_bb_pos,sell,2025-08-21 11:09:00,1338.0 -51850,sell_contrast_m10_bb_pos,sell,2025-08-21 12:12:00,1342.0 -51851,sell_contrast_m10_bb_pos,sell,2025-08-21 12:15:00,1340.0 -51852,sell_contrast_m10_bb_pos,sell,2025-08-21 12:18:00,1340.0 -51853,sell_contrast_m10_bb_pos,sell,2025-08-21 23:30:00,1316.0 -51854,sell_contrast_m10_bb_pos,sell,2025-08-21 23:33:00,1311.0 -51855,sell_contrast_m10_bb_pos,sell,2025-08-21 23:36:00,1309.0 -51856,sell_contrast_m10_bb_pos,sell,2025-08-21 23:39:00,1303.0 -51857,sell_contrast_m10_bb_pos,sell,2025-08-22 02:51:00,1304.0 -51858,sell_contrast_m10_bb_pos,sell,2025-08-22 02:54:00,1304.0 -51859,sell_contrast_m10_bb_pos,sell,2025-08-22 02:57:00,1305.0 -51860,sell_contrast_m10_bb_pos,sell,2025-08-22 03:12:00,1304.0 -51861,sell_contrast_m10_bb_pos,sell,2025-08-22 03:15:00,1303.0 -51862,sell_contrast_m10_bb_pos,sell,2025-08-22 03:18:00,1306.0 -51863,sell_contrast_m10_bb_pos,sell,2025-08-22 04:00:00,1311.0 -51864,sell_contrast_m10_bb_pos,sell,2025-08-22 04:03:00,1313.0 -51865,sell_contrast_m10_bb_pos,sell,2025-08-22 04:06:00,1312.0 -51866,sell_contrast_m10_bb_pos,sell,2025-08-22 04:09:00,1314.0 -51867,sell_contrast_m10_bb_pos,sell,2025-08-22 06:30:00,1312.0 -51868,sell_contrast_m10_bb_pos,sell,2025-08-22 06:33:00,1311.0 -51869,sell_contrast_m10_bb_pos,sell,2025-08-22 06:36:00,1314.0 -51870,sell_contrast_m10_bb_pos,sell,2025-08-22 06:39:00,1312.0 -51871,sell_contrast_m10_bb_pos,sell,2025-08-22 07:12:00,1315.0 -51872,sell_contrast_m10_bb_pos,sell,2025-08-22 07:15:00,1317.0 -51873,sell_contrast_m10_bb_pos,sell,2025-08-22 07:18:00,1316.0 -51874,sell_contrast_m10_bb_pos,sell,2025-08-22 07:21:00,1317.0 -51875,sell_contrast_m10_bb_pos,sell,2025-08-22 07:24:00,1318.0 -51876,sell_contrast_m10_bb_pos,sell,2025-08-22 07:42:00,1317.0 -51877,sell_contrast_m10_bb_pos,sell,2025-08-22 07:45:00,1317.0 -51878,sell_contrast_m10_bb_pos,sell,2025-08-22 07:48:00,1317.0 -51879,sell_contrast_m10_bb_pos,sell,2025-08-22 07:51:00,1318.0 -51880,sell_contrast_m10_bb_pos,sell,2025-08-22 07:54:00,1317.0 -51881,sell_contrast_m10_bb_pos,sell,2025-08-22 07:57:00,1320.0 -51882,sell_contrast_m10_bb_pos,sell,2025-08-22 08:00:00,1318.0 -51883,sell_contrast_m10_bb_pos,sell,2025-08-22 08:03:00,1318.0 -51884,sell_contrast_m10_bb_pos,sell,2025-08-22 08:06:00,1316.0 -51885,sell_contrast_m10_bb_pos,sell,2025-08-22 08:09:00,1312.0 -51886,sell_contrast_m10_bb_pos,sell,2025-08-22 11:21:00,1318.0 -51887,sell_contrast_m10_bb_pos,sell,2025-08-22 11:24:00,1319.0 -51888,sell_contrast_m10_bb_pos,sell,2025-08-22 11:27:00,1319.0 -51889,sell_contrast_m10_bb_pos,sell,2025-08-22 11:42:00,1315.0 -51890,sell_contrast_m10_bb_pos,sell,2025-08-22 11:45:00,1315.0 -51891,sell_contrast_m10_bb_pos,sell,2025-08-22 11:48:00,1315.0 -51892,sell_contrast_m10_bb_pos,sell,2025-08-22 12:12:00,1320.0 -51893,sell_contrast_m10_bb_pos,sell,2025-08-22 12:15:00,1317.0 -51894,sell_contrast_m10_bb_pos,sell,2025-08-22 12:18:00,1313.0 -51895,sell_contrast_m10_bb_pos,sell,2025-08-22 17:21:00,1312.0 -51896,sell_contrast_m10_bb_pos,sell,2025-08-22 17:24:00,1310.0 -51897,sell_contrast_m10_bb_pos,sell,2025-08-22 17:27:00,1307.0 -51898,sell_contrast_m10_bb_pos,sell,2025-08-22 17:30:00,1310.0 -51899,sell_contrast_m10_bb_pos,sell,2025-08-22 17:33:00,1307.0 -51900,sell_contrast_m10_bb_pos,sell,2025-08-22 17:36:00,1307.0 -51901,sell_contrast_m10_bb_pos,sell,2025-08-22 17:39:00,1306.0 -51902,sell_contrast_m10_bb_pos,sell,2025-08-23 00:00:00,1355.0 -51903,sell_contrast_m10_bb_pos,sell,2025-08-23 00:03:00,1365.0 -51904,sell_contrast_m10_bb_pos,sell,2025-08-23 00:06:00,1369.0 -51905,sell_contrast_m10_bb_pos,sell,2025-08-23 00:09:00,1361.0 -51906,sell_contrast_m10_bb_pos,sell,2025-08-23 00:12:00,1360.0 -51907,sell_contrast_m10_bb_pos,sell,2025-08-23 00:15:00,1360.0 -51908,sell_contrast_m10_bb_pos,sell,2025-08-23 00:18:00,1367.0 -51909,sell_contrast_m10_bb_pos,sell,2025-08-23 00:21:00,1368.0 -51910,sell_contrast_m10_bb_pos,sell,2025-08-23 00:24:00,1369.0 -51911,sell_contrast_m10_bb_pos,sell,2025-08-23 00:27:00,1368.0 -51912,sell_contrast_m10_bb_pos,sell,2025-08-23 00:30:00,1368.0 -51913,sell_contrast_m10_bb_pos,sell,2025-08-23 00:33:00,1370.0 -51914,sell_contrast_m10_bb_pos,sell,2025-08-23 00:36:00,1372.0 -51915,sell_contrast_m10_bb_pos,sell,2025-08-23 00:39:00,1375.0 -51916,sell_contrast_m10_bb_pos,sell,2025-08-23 00:42:00,1371.0 -51917,sell_contrast_m10_bb_pos,sell,2025-08-23 00:45:00,1372.0 -51918,sell_contrast_m10_bb_pos,sell,2025-08-23 00:48:00,1371.0 -51919,sell_contrast_m10_bb_pos,sell,2025-08-23 02:21:00,1402.0 -51920,sell_contrast_m10_bb_pos,sell,2025-08-23 02:24:00,1405.0 -51921,sell_contrast_m10_bb_pos,sell,2025-08-23 02:27:00,1403.0 -51922,sell_contrast_m10_bb_pos,sell,2025-08-23 02:30:00,1406.0 -51923,sell_contrast_m10_bb_pos,sell,2025-08-23 02:33:00,1402.0 -51924,sell_contrast_m10_bb_pos,sell,2025-08-23 02:36:00,1404.0 -51925,sell_contrast_m10_bb_pos,sell,2025-08-23 02:39:00,1402.0 -51926,sell_contrast_m10_bb_pos,sell,2025-08-23 03:12:00,1407.0 -51927,sell_contrast_m10_bb_pos,sell,2025-08-23 03:15:00,1406.0 -51928,sell_contrast_m10_bb_pos,sell,2025-08-23 03:18:00,1404.0 -51929,sell_contrast_m10_bb_pos,sell,2025-08-23 03:51:00,1410.0 -51930,sell_contrast_m10_bb_pos,sell,2025-08-23 03:54:00,1408.0 -51931,sell_contrast_m10_bb_pos,sell,2025-08-23 03:57:00,1411.0 -51932,sell_contrast_m10_bb_pos,sell,2025-08-23 04:21:00,1412.0 -51933,sell_contrast_m10_bb_pos,sell,2025-08-23 04:24:00,1411.0 -51934,sell_contrast_m10_bb_pos,sell,2025-08-23 04:27:00,1410.0 -51935,sell_contrast_m10_bb_pos,sell,2025-08-23 05:00:00,1415.0 -51936,sell_contrast_m10_bb_pos,sell,2025-08-23 05:03:00,1413.0 -51937,sell_contrast_m10_bb_pos,sell,2025-08-23 05:06:00,1412.0 -51938,sell_contrast_m10_bb_pos,sell,2025-08-23 05:09:00,1412.0 -51939,sell_contrast_m10_bb_pos,sell,2025-08-23 06:30:00,1416.0 -51940,sell_contrast_m10_bb_pos,sell,2025-08-23 06:33:00,1415.0 -51941,sell_contrast_m10_bb_pos,sell,2025-08-23 06:36:00,1414.0 -51942,sell_contrast_m10_bb_pos,sell,2025-08-23 06:39:00,1414.0 -51943,sell_contrast_m10_bb_pos,sell,2025-08-23 06:51:00,1416.0 -51944,sell_contrast_m10_bb_pos,sell,2025-08-23 06:54:00,1414.0 -51945,sell_contrast_m10_bb_pos,sell,2025-08-23 06:57:00,1412.0 -51946,sell_contrast_m10_bb_pos,sell,2025-08-23 13:51:00,1399.0 -51947,sell_contrast_m10_bb_pos,sell,2025-08-23 13:54:00,1400.0 -51948,sell_contrast_m10_bb_pos,sell,2025-08-23 13:57:00,1400.0 -51949,sell_contrast_m10_bb_pos,sell,2025-08-23 14:12:00,1401.0 -51950,sell_contrast_m10_bb_pos,sell,2025-08-23 14:15:00,1402.0 -51951,sell_contrast_m10_bb_pos,sell,2025-08-23 14:18:00,1407.0 -51952,sell_contrast_m10_bb_pos,sell,2025-08-23 14:42:00,1410.0 -51953,sell_contrast_m10_bb_pos,sell,2025-08-23 14:45:00,1411.0 -51954,sell_contrast_m10_bb_pos,sell,2025-08-23 14:48:00,1411.0 -51955,sell_contrast_m10_bb_pos,sell,2025-08-23 14:51:00,1412.0 -51956,sell_contrast_m10_bb_pos,sell,2025-08-23 14:54:00,1412.0 -51957,sell_contrast_m10_bb_pos,sell,2025-08-23 14:57:00,1413.0 -51958,sell_contrast_m10_bb_pos,sell,2025-08-23 15:00:00,1413.0 -51959,sell_contrast_m10_bb_pos,sell,2025-08-23 15:03:00,1415.0 -51960,sell_contrast_m10_bb_pos,sell,2025-08-23 15:06:00,1417.0 -51961,sell_contrast_m10_bb_pos,sell,2025-08-23 15:09:00,1416.0 -51962,sell_contrast_m10_bb_pos,sell,2025-08-23 15:12:00,1410.0 -51963,sell_contrast_m10_bb_pos,sell,2025-08-23 15:15:00,1410.0 -51964,sell_contrast_m10_bb_pos,sell,2025-08-23 15:18:00,1409.0 -51965,sell_contrast_m10_bb_pos,sell,2025-08-23 21:21:00,1407.0 -51966,sell_contrast_m10_bb_pos,sell,2025-08-23 21:24:00,1407.0 -51967,sell_contrast_m10_bb_pos,sell,2025-08-23 21:27:00,1405.0 -51968,sell_contrast_m10_bb_pos,sell,2025-08-23 22:30:00,1407.0 -51969,sell_contrast_m10_bb_pos,sell,2025-08-23 22:33:00,1405.0 -51970,sell_contrast_m10_bb_pos,sell,2025-08-23 22:36:00,1404.0 -51971,sell_contrast_m10_bb_pos,sell,2025-08-23 22:39:00,1401.0 -51972,sell_contrast_m10_bb_pos,sell,2025-08-23 22:51:00,1409.0 -51973,sell_contrast_m10_bb_pos,sell,2025-08-23 22:54:00,1403.0 -51974,sell_contrast_m10_bb_pos,sell,2025-08-23 22:57:00,1402.0 -51975,sell_contrast_m10_bb_pos,sell,2025-08-24 00:42:00,1408.0 -51976,sell_contrast_m10_bb_pos,sell,2025-08-24 00:45:00,1407.0 -51977,sell_contrast_m10_bb_pos,sell,2025-08-24 00:48:00,1407.0 -51978,sell_contrast_m10_bb_pos,sell,2025-08-24 00:51:00,1408.0 -51979,sell_contrast_m10_bb_pos,sell,2025-08-24 00:54:00,1406.0 -51980,sell_contrast_m10_bb_pos,sell,2025-08-24 00:57:00,1405.0 -51981,sell_contrast_m10_bb_pos,sell,2025-08-24 02:12:00,1407.0 -51982,sell_contrast_m10_bb_pos,sell,2025-08-24 02:15:00,1405.0 -51983,sell_contrast_m10_bb_pos,sell,2025-08-24 02:18:00,1404.0 -51984,sell_contrast_m10_bb_pos,sell,2025-08-24 04:21:00,1404.0 -51985,sell_contrast_m10_bb_pos,sell,2025-08-24 04:24:00,1402.0 -51986,sell_contrast_m10_bb_pos,sell,2025-08-24 04:27:00,1402.0 -51987,sell_contrast_m10_bb_pos,sell,2025-08-24 04:42:00,1406.0 -51988,sell_contrast_m10_bb_pos,sell,2025-08-24 04:45:00,1407.0 -51989,sell_contrast_m10_bb_pos,sell,2025-08-24 04:48:00,1407.0 -51990,sell_contrast_m10_bb_pos,sell,2025-08-24 05:12:00,1409.0 -51991,sell_contrast_m10_bb_pos,sell,2025-08-24 05:15:00,1408.0 -51992,sell_contrast_m10_bb_pos,sell,2025-08-24 05:18:00,1406.0 -51993,sell_contrast_m10_bb_pos,sell,2025-08-24 22:42:00,1341.0 -51994,sell_contrast_m10_bb_pos,sell,2025-08-24 22:45:00,1340.0 -51995,sell_contrast_m10_bb_pos,sell,2025-08-24 22:48:00,1341.0 -51996,sell_contrast_m10_bb_pos,sell,2025-08-24 23:51:00,1344.0 -51997,sell_contrast_m10_bb_pos,sell,2025-08-24 23:54:00,1347.0 -51998,sell_contrast_m10_bb_pos,sell,2025-08-24 23:57:00,1345.0 -51999,sell_contrast_m10_bb_pos,sell,2025-08-25 00:00:00,1345.0 -52000,sell_contrast_m10_bb_pos,sell,2025-08-25 00:03:00,1343.0 -52001,sell_contrast_m10_bb_pos,sell,2025-08-25 00:06:00,1353.0 -52002,sell_contrast_m10_bb_pos,sell,2025-08-25 00:09:00,1354.0 -52003,sell_contrast_m10_bb_pos,sell,2025-08-25 00:30:00,1355.0 -52004,sell_contrast_m10_bb_pos,sell,2025-08-25 00:33:00,1358.0 -52005,sell_contrast_m10_bb_pos,sell,2025-08-25 00:36:00,1356.0 -52006,sell_contrast_m10_bb_pos,sell,2025-08-25 00:39:00,1354.0 -52007,sell_contrast_m10_bb_pos,sell,2025-08-25 02:21:00,1359.0 -52008,sell_contrast_m10_bb_pos,sell,2025-08-25 02:24:00,1361.0 -52009,sell_contrast_m10_bb_pos,sell,2025-08-25 02:27:00,1362.0 -52010,sell_contrast_m10_bb_pos,sell,2025-08-25 03:00:00,1370.0 -52011,sell_contrast_m10_bb_pos,sell,2025-08-25 03:03:00,1368.0 -52012,sell_contrast_m10_bb_pos,sell,2025-08-25 03:06:00,1369.0 -52013,sell_contrast_m10_bb_pos,sell,2025-08-25 03:09:00,1374.0 -52014,sell_contrast_m10_bb_pos,sell,2025-08-25 04:00:00,1401.0 -52015,sell_contrast_m10_bb_pos,sell,2025-08-25 04:03:00,1405.0 -52016,sell_contrast_m10_bb_pos,sell,2025-08-25 04:06:00,1405.0 -52017,sell_contrast_m10_bb_pos,sell,2025-08-25 04:09:00,1408.0 -52018,sell_contrast_m10_bb_pos,sell,2025-08-25 04:12:00,1412.0 -52019,sell_contrast_m10_bb_pos,sell,2025-08-25 04:15:00,1410.0 -52020,sell_contrast_m10_bb_pos,sell,2025-08-25 04:18:00,1411.0 -52021,sell_contrast_m10_bb_pos,sell,2025-08-25 04:21:00,1412.0 -52022,sell_contrast_m10_bb_pos,sell,2025-08-25 04:24:00,1416.0 -52023,sell_contrast_m10_bb_pos,sell,2025-08-25 04:27:00,1407.0 -52024,sell_contrast_m10_bb_pos,sell,2025-08-25 11:51:00,1360.0 -52025,sell_contrast_m10_bb_pos,sell,2025-08-25 11:54:00,1362.0 -52026,sell_contrast_m10_bb_pos,sell,2025-08-25 11:57:00,1364.0 -52027,sell_contrast_m10_bb_pos,sell,2025-08-25 12:00:00,1361.0 -52028,sell_contrast_m10_bb_pos,sell,2025-08-25 12:03:00,1360.0 -52029,sell_contrast_m10_bb_pos,sell,2025-08-25 12:06:00,1358.0 -52030,sell_contrast_m10_bb_pos,sell,2025-08-25 12:09:00,1361.0 -52031,sell_contrast_m10_bb_pos,sell,2025-08-25 12:12:00,1363.0 -52032,sell_contrast_m10_bb_pos,sell,2025-08-25 12:15:00,1357.0 -52033,sell_contrast_m10_bb_pos,sell,2025-08-25 12:18:00,1358.0 -52034,sell_contrast_m10_bb_pos,sell,2025-08-26 08:51:00,1250.0 -52035,sell_contrast_m10_bb_pos,sell,2025-08-26 08:54:00,1248.0 -52036,sell_contrast_m10_bb_pos,sell,2025-08-26 08:57:00,1250.0 -52037,sell_contrast_m10_bb_pos,sell,2025-08-26 19:42:00,1268.0 -52038,sell_contrast_m10_bb_pos,sell,2025-08-26 19:45:00,1270.0 -52039,sell_contrast_m10_bb_pos,sell,2025-08-26 19:48:00,1268.0 -52040,sell_contrast_m10_bb_pos,sell,2025-08-26 22:00:00,1283.0 -52041,sell_contrast_m10_bb_pos,sell,2025-08-26 22:03:00,1278.0 -52042,sell_contrast_m10_bb_pos,sell,2025-08-26 22:06:00,1279.0 -52043,sell_contrast_m10_bb_pos,sell,2025-08-26 22:09:00,1281.0 -52044,sell_contrast_m10_bb_pos,sell,2025-08-26 22:12:00,1277.0 -52045,sell_contrast_m10_bb_pos,sell,2025-08-26 22:15:00,1274.0 -52046,sell_contrast_m10_bb_pos,sell,2025-08-26 22:18:00,1278.0 -52047,sell_contrast_m10_bb_pos,sell,2025-08-27 01:12:00,1288.0 -52048,sell_contrast_m10_bb_pos,sell,2025-08-27 01:15:00,1286.0 -52049,sell_contrast_m10_bb_pos,sell,2025-08-27 01:18:00,1290.0 -52050,sell_contrast_m10_bb_pos,sell,2025-08-27 01:30:00,1289.0 -52051,sell_contrast_m10_bb_pos,sell,2025-08-27 01:33:00,1288.0 -52052,sell_contrast_m10_bb_pos,sell,2025-08-27 01:36:00,1287.0 -52053,sell_contrast_m10_bb_pos,sell,2025-08-27 01:39:00,1285.0 -52054,sell_contrast_m10_bb_pos,sell,2025-08-27 01:51:00,1293.0 -52055,sell_contrast_m10_bb_pos,sell,2025-08-27 01:54:00,1288.0 -52056,sell_contrast_m10_bb_pos,sell,2025-08-27 01:57:00,1292.0 -52057,sell_contrast_m10_bb_pos,sell,2025-08-27 02:00:00,1296.0 -52058,sell_contrast_m10_bb_pos,sell,2025-08-27 02:03:00,1293.0 -52059,sell_contrast_m10_bb_pos,sell,2025-08-27 02:06:00,1295.0 -52060,sell_contrast_m10_bb_pos,sell,2025-08-27 02:09:00,1295.0 -52061,sell_contrast_m10_bb_pos,sell,2025-08-27 02:12:00,1291.0 -52062,sell_contrast_m10_bb_pos,sell,2025-08-27 02:15:00,1293.0 -52063,sell_contrast_m10_bb_pos,sell,2025-08-27 02:18:00,1295.0 -52064,sell_contrast_m10_bb_pos,sell,2025-08-27 02:21:00,1298.0 -52065,sell_contrast_m10_bb_pos,sell,2025-08-27 02:24:00,1302.0 -52066,sell_contrast_m10_bb_pos,sell,2025-08-27 02:27:00,1303.0 -52067,sell_contrast_m10_bb_pos,sell,2025-08-27 03:00:00,1298.0 -52068,sell_contrast_m10_bb_pos,sell,2025-08-27 03:03:00,1302.0 -52069,sell_contrast_m10_bb_pos,sell,2025-08-27 03:06:00,1299.0 -52070,sell_contrast_m10_bb_pos,sell,2025-08-27 03:09:00,1301.0 -52071,sell_contrast_m10_bb_pos,sell,2025-08-27 03:12:00,1304.0 -52072,sell_contrast_m10_bb_pos,sell,2025-08-27 03:15:00,1301.0 -52073,sell_contrast_m10_bb_pos,sell,2025-08-27 03:18:00,1303.0 -52074,sell_contrast_m10_bb_pos,sell,2025-08-27 03:21:00,1301.0 -52075,sell_contrast_m10_bb_pos,sell,2025-08-27 03:24:00,1303.0 -52076,sell_contrast_m10_bb_pos,sell,2025-08-27 03:27:00,1305.0 -52077,sell_contrast_m10_bb_pos,sell,2025-08-27 03:30:00,1305.0 -52078,sell_contrast_m10_bb_pos,sell,2025-08-27 03:33:00,1303.0 -52079,sell_contrast_m10_bb_pos,sell,2025-08-27 03:36:00,1305.0 -52080,sell_contrast_m10_bb_pos,sell,2025-08-27 03:39:00,1305.0 -52081,sell_contrast_m10_bb_pos,sell,2025-08-27 03:42:00,1305.0 -52082,sell_contrast_m10_bb_pos,sell,2025-08-27 03:45:00,1304.0 -52083,sell_contrast_m10_bb_pos,sell,2025-08-27 03:48:00,1304.0 -52084,sell_contrast_m10_bb_pos,sell,2025-08-27 03:51:00,1304.0 -52085,sell_contrast_m10_bb_pos,sell,2025-08-27 03:54:00,1305.0 -52086,sell_contrast_m10_bb_pos,sell,2025-08-27 03:57:00,1301.0 -52087,sell_contrast_m10_bb_pos,sell,2025-08-27 04:30:00,1307.0 -52088,sell_contrast_m10_bb_pos,sell,2025-08-27 04:33:00,1307.0 -52089,sell_contrast_m10_bb_pos,sell,2025-08-27 04:36:00,1308.0 -52090,sell_contrast_m10_bb_pos,sell,2025-08-27 04:39:00,1308.0 -52091,sell_contrast_m10_bb_pos,sell,2025-08-27 04:42:00,1310.0 -52092,sell_contrast_m10_bb_pos,sell,2025-08-27 04:45:00,1309.0 -52093,sell_contrast_m10_bb_pos,sell,2025-08-27 04:48:00,1314.0 -52094,sell_contrast_m10_bb_pos,sell,2025-08-27 05:42:00,1324.0 -52095,sell_contrast_m10_bb_pos,sell,2025-08-27 05:45:00,1326.0 -52096,sell_contrast_m10_bb_pos,sell,2025-08-27 05:48:00,1323.0 -52097,sell_contrast_m10_bb_pos,sell,2025-08-27 06:00:00,1329.0 -52098,sell_contrast_m10_bb_pos,sell,2025-08-27 06:03:00,1326.0 -52099,sell_contrast_m10_bb_pos,sell,2025-08-27 06:06:00,1329.0 -52100,sell_contrast_m10_bb_pos,sell,2025-08-27 06:09:00,1318.0 -52101,sell_contrast_m10_bb_pos,sell,2025-08-27 08:00:00,1332.0 -52102,sell_contrast_m10_bb_pos,sell,2025-08-27 08:03:00,1332.0 -52103,sell_contrast_m10_bb_pos,sell,2025-08-27 08:06:00,1329.0 -52104,sell_contrast_m10_bb_pos,sell,2025-08-27 08:09:00,1333.0 -52105,sell_contrast_m10_bb_pos,sell,2025-08-27 08:12:00,1333.0 -52106,sell_contrast_m10_bb_pos,sell,2025-08-27 08:15:00,1331.0 -52107,sell_contrast_m10_bb_pos,sell,2025-08-27 08:18:00,1328.0 -52108,sell_contrast_m10_bb_pos,sell,2025-08-27 09:00:00,1334.0 -52109,sell_contrast_m10_bb_pos,sell,2025-08-27 09:03:00,1334.0 -52110,sell_contrast_m10_bb_pos,sell,2025-08-27 09:06:00,1334.0 -52111,sell_contrast_m10_bb_pos,sell,2025-08-27 09:09:00,1330.0 -52112,sell_contrast_m10_bb_pos,sell,2025-08-27 09:42:00,1333.0 -52113,sell_contrast_m10_bb_pos,sell,2025-08-27 09:45:00,1331.0 -52114,sell_contrast_m10_bb_pos,sell,2025-08-27 09:48:00,1329.0 -52115,sell_contrast_m10_bb_pos,sell,2025-08-27 12:51:00,1339.0 -52116,sell_contrast_m10_bb_pos,sell,2025-08-27 12:54:00,1340.0 -52117,sell_contrast_m10_bb_pos,sell,2025-08-27 12:57:00,1337.0 -52118,sell_contrast_m10_bb_pos,sell,2025-08-27 13:51:00,1341.0 -52119,sell_contrast_m10_bb_pos,sell,2025-08-27 13:54:00,1343.0 -52120,sell_contrast_m10_bb_pos,sell,2025-08-27 13:57:00,1342.0 -52121,sell_contrast_m10_bb_pos,sell,2025-08-27 20:21:00,1323.0 -52122,sell_contrast_m10_bb_pos,sell,2025-08-27 20:24:00,1320.0 -52123,sell_contrast_m10_bb_pos,sell,2025-08-27 20:27:00,1316.0 -52124,sell_contrast_m10_bb_pos,sell,2025-08-27 22:51:00,1323.0 -52125,sell_contrast_m10_bb_pos,sell,2025-08-27 22:54:00,1320.0 -52126,sell_contrast_m10_bb_pos,sell,2025-08-27 22:57:00,1316.0 -52127,sell_contrast_m10_bb_pos,sell,2025-08-27 23:30:00,1323.0 -52128,sell_contrast_m10_bb_pos,sell,2025-08-27 23:33:00,1327.0 -52129,sell_contrast_m10_bb_pos,sell,2025-08-27 23:36:00,1330.0 -52130,sell_contrast_m10_bb_pos,sell,2025-08-27 23:39:00,1329.0 -52131,sell_contrast_m10_bb_pos,sell,2025-08-28 01:00:00,1325.0 -52132,sell_contrast_m10_bb_pos,sell,2025-08-28 01:03:00,1324.0 -52133,sell_contrast_m10_bb_pos,sell,2025-08-28 01:06:00,1321.0 -52134,sell_contrast_m10_bb_pos,sell,2025-08-28 01:09:00,1322.0 -52135,sell_contrast_m10_bb_pos,sell,2025-08-28 05:21:00,1332.0 -52136,sell_contrast_m10_bb_pos,sell,2025-08-28 05:24:00,1323.0 -52137,sell_contrast_m10_bb_pos,sell,2025-08-28 05:27:00,1329.0 -52138,sell_contrast_m10_bb_pos,sell,2025-08-28 05:42:00,1326.0 -52139,sell_contrast_m10_bb_pos,sell,2025-08-28 05:45:00,1331.0 -52140,sell_contrast_m10_bb_pos,sell,2025-08-28 05:48:00,1328.0 -52141,sell_contrast_m10_bb_pos,sell,2025-08-28 05:51:00,1328.0 -52142,sell_contrast_m10_bb_pos,sell,2025-08-28 05:54:00,1325.0 -52143,sell_contrast_m10_bb_pos,sell,2025-08-28 05:57:00,1330.0 -52144,sell_contrast_m10_bb_pos,sell,2025-08-28 06:00:00,1332.0 -52145,sell_contrast_m10_bb_pos,sell,2025-08-28 06:03:00,1328.0 -52146,sell_contrast_m10_bb_pos,sell,2025-08-28 06:06:00,1332.0 -52147,sell_contrast_m10_bb_pos,sell,2025-08-28 06:09:00,1333.0 -52148,sell_contrast_m10_bb_pos,sell,2025-08-28 11:42:00,1317.0 -52149,sell_contrast_m10_bb_pos,sell,2025-08-28 11:45:00,1312.0 -52150,sell_contrast_m10_bb_pos,sell,2025-08-28 11:48:00,1310.0 -52151,sell_contrast_m10_bb_pos,sell,2025-08-28 13:00:00,1317.0 -52152,sell_contrast_m10_bb_pos,sell,2025-08-28 13:03:00,1313.0 -52153,sell_contrast_m10_bb_pos,sell,2025-08-28 13:06:00,1316.0 -52154,sell_contrast_m10_bb_pos,sell,2025-08-28 13:09:00,1320.0 -52155,sell_contrast_m10_bb_pos,sell,2025-08-28 14:21:00,1320.0 -52156,sell_contrast_m10_bb_pos,sell,2025-08-28 14:24:00,1319.0 -52157,sell_contrast_m10_bb_pos,sell,2025-08-28 14:27:00,1318.0 -52158,sell_contrast_m10_bb_pos,sell,2025-08-28 16:51:00,1322.0 -52159,sell_contrast_m10_bb_pos,sell,2025-08-28 16:54:00,1324.0 -52160,sell_contrast_m10_bb_pos,sell,2025-08-28 16:57:00,1324.0 -52161,sell_contrast_m10_bb_pos,sell,2025-08-28 17:21:00,1323.0 -52162,sell_contrast_m10_bb_pos,sell,2025-08-28 17:24:00,1321.0 -52163,sell_contrast_m10_bb_pos,sell,2025-08-28 17:27:00,1320.0 -52164,sell_contrast_m10_bb_pos,sell,2025-08-28 21:42:00,1324.0 -52165,sell_contrast_m10_bb_pos,sell,2025-08-28 21:45:00,1325.0 -52166,sell_contrast_m10_bb_pos,sell,2025-08-28 21:48:00,1321.0 -52167,sell_contrast_m10_bb_pos,sell,2025-08-28 22:42:00,1319.0 -52168,sell_contrast_m10_bb_pos,sell,2025-08-28 22:45:00,1321.0 -52169,sell_contrast_m10_bb_pos,sell,2025-08-28 22:48:00,1319.0 -52170,sell_contrast_m10_bb_pos,sell,2025-08-28 23:00:00,1323.0 -52171,sell_contrast_m10_bb_pos,sell,2025-08-28 23:03:00,1322.0 -52172,sell_contrast_m10_bb_pos,sell,2025-08-28 23:06:00,1328.0 -52173,sell_contrast_m10_bb_pos,sell,2025-08-28 23:09:00,1324.0 -52174,sell_contrast_m10_bb_pos,sell,2025-08-29 00:12:00,1331.0 -52175,sell_contrast_m10_bb_pos,sell,2025-08-29 00:15:00,1333.0 -52176,sell_contrast_m10_bb_pos,sell,2025-08-29 00:18:00,1338.0 -52177,sell_contrast_m10_bb_pos,sell,2025-08-29 00:30:00,1333.0 -52178,sell_contrast_m10_bb_pos,sell,2025-08-29 00:33:00,1335.0 -52179,sell_contrast_m10_bb_pos,sell,2025-08-29 00:36:00,1338.0 -52180,sell_contrast_m10_bb_pos,sell,2025-08-29 00:39:00,1335.0 -52181,sell_contrast_m10_bb_pos,sell,2025-08-29 00:42:00,1334.0 -52182,sell_contrast_m10_bb_pos,sell,2025-08-29 00:45:00,1334.0 -52183,sell_contrast_m10_bb_pos,sell,2025-08-29 00:48:00,1331.0 -52184,sell_contrast_m10_bb_pos,sell,2025-08-29 06:21:00,1326.0 -52185,sell_contrast_m10_bb_pos,sell,2025-08-29 06:24:00,1328.0 -52186,sell_contrast_m10_bb_pos,sell,2025-08-29 06:27:00,1325.0 -52187,sell_contrast_m10_bb_pos,sell,2025-08-29 06:30:00,1326.0 -52188,sell_contrast_m10_bb_pos,sell,2025-08-29 06:33:00,1325.0 -52189,sell_contrast_m10_bb_pos,sell,2025-08-29 06:36:00,1327.0 -52190,sell_contrast_m10_bb_pos,sell,2025-08-29 06:39:00,1324.0 -52191,sell_contrast_m10_bb_pos,sell,2025-08-29 07:42:00,1340.0 -52192,sell_contrast_m10_bb_pos,sell,2025-08-29 07:45:00,1338.0 -52193,sell_contrast_m10_bb_pos,sell,2025-08-29 07:48:00,1340.0 -52194,sell_contrast_m10_bb_pos,sell,2025-08-29 07:51:00,1339.0 -52195,sell_contrast_m10_bb_pos,sell,2025-08-29 07:54:00,1337.0 -52196,sell_contrast_m10_bb_pos,sell,2025-08-29 07:57:00,1340.0 -52197,sell_contrast_m10_bb_pos,sell,2025-08-29 08:00:00,1340.0 -52198,sell_contrast_m10_bb_pos,sell,2025-08-29 08:03:00,1339.0 -52199,sell_contrast_m10_bb_pos,sell,2025-08-29 08:06:00,1339.0 -52200,sell_contrast_m10_bb_pos,sell,2025-08-29 08:09:00,1339.0 -52201,sell_contrast_m10_bb_pos,sell,2025-08-29 09:30:00,1343.0 -52202,sell_contrast_m10_bb_pos,sell,2025-08-29 09:33:00,1338.0 -52203,sell_contrast_m10_bb_pos,sell,2025-08-29 09:36:00,1338.0 -52204,sell_contrast_m10_bb_pos,sell,2025-08-29 09:39:00,1335.0 -52205,sell_contrast_m10_bb_pos,sell,2025-08-29 13:00:00,1335.0 -52206,sell_contrast_m10_bb_pos,sell,2025-08-29 13:03:00,1334.0 -52207,sell_contrast_m10_bb_pos,sell,2025-08-29 13:06:00,1333.0 -52208,sell_contrast_m10_bb_pos,sell,2025-08-29 13:09:00,1330.0 -52209,sell_contrast_m10_bb_pos,sell,2025-08-29 19:30:00,1294.0 -52210,sell_contrast_m10_bb_pos,sell,2025-08-29 19:33:00,1290.0 -52211,sell_contrast_m10_bb_pos,sell,2025-08-29 19:36:00,1290.0 -52212,sell_contrast_m10_bb_pos,sell,2025-08-29 19:39:00,1289.0 -52213,sell_contrast_m10_bb_pos,sell,2025-08-29 22:00:00,1299.0 -52214,sell_contrast_m10_bb_pos,sell,2025-08-29 22:03:00,1297.0 -52215,sell_contrast_m10_bb_pos,sell,2025-08-29 22:06:00,1297.0 -52216,sell_contrast_m10_bb_pos,sell,2025-08-29 22:09:00,1292.0 -52217,sell_contrast_m10_bb_pos,sell,2025-08-30 04:51:00,1268.0 -52218,sell_contrast_m10_bb_pos,sell,2025-08-30 04:54:00,1268.0 -52219,sell_contrast_m10_bb_pos,sell,2025-08-30 04:57:00,1270.0 -52220,sell_contrast_m10_bb_pos,sell,2025-08-30 07:00:00,1275.0 -52221,sell_contrast_m10_bb_pos,sell,2025-08-30 07:03:00,1273.0 -52222,sell_contrast_m10_bb_pos,sell,2025-08-30 07:06:00,1272.0 -52223,sell_contrast_m10_bb_pos,sell,2025-08-30 07:09:00,1272.0 -52224,sell_contrast_m10_bb_pos,sell,2025-08-30 07:30:00,1275.0 -52225,sell_contrast_m10_bb_pos,sell,2025-08-30 07:33:00,1276.0 -52226,sell_contrast_m10_bb_pos,sell,2025-08-30 07:36:00,1277.0 -52227,sell_contrast_m10_bb_pos,sell,2025-08-30 07:39:00,1273.0 -52228,sell_contrast_m10_bb_pos,sell,2025-08-30 08:00:00,1276.0 -52229,sell_contrast_m10_bb_pos,sell,2025-08-30 08:03:00,1277.0 -52230,sell_contrast_m10_bb_pos,sell,2025-08-30 08:06:00,1274.0 -52231,sell_contrast_m10_bb_pos,sell,2025-08-30 08:09:00,1273.0 -52232,sell_contrast_m10_bb_pos,sell,2025-08-30 08:21:00,1275.0 -52233,sell_contrast_m10_bb_pos,sell,2025-08-30 08:24:00,1277.0 -52234,sell_contrast_m10_bb_pos,sell,2025-08-30 08:27:00,1273.0 -52235,sell_contrast_m10_bb_pos,sell,2025-08-30 12:21:00,1278.0 -52236,sell_contrast_m10_bb_pos,sell,2025-08-30 12:24:00,1282.0 -52237,sell_contrast_m10_bb_pos,sell,2025-08-30 12:27:00,1279.0 -52238,sell_contrast_m10_bb_pos,sell,2025-08-30 12:30:00,1280.0 -52239,sell_contrast_m10_bb_pos,sell,2025-08-30 12:33:00,1280.0 -52240,sell_contrast_m10_bb_pos,sell,2025-08-30 12:36:00,1279.0 -52241,sell_contrast_m10_bb_pos,sell,2025-08-30 12:39:00,1281.0 -52242,sell_contrast_m10_bb_pos,sell,2025-08-30 12:42:00,1277.0 -52243,sell_contrast_m10_bb_pos,sell,2025-08-30 12:45:00,1276.0 -52244,sell_contrast_m10_bb_pos,sell,2025-08-30 12:48:00,1276.0 -52245,sell_contrast_m10_bb_pos,sell,2025-08-30 13:00:00,1279.0 -52246,sell_contrast_m10_bb_pos,sell,2025-08-30 13:03:00,1279.0 -52247,sell_contrast_m10_bb_pos,sell,2025-08-30 13:06:00,1278.0 -52248,sell_contrast_m10_bb_pos,sell,2025-08-30 13:09:00,1279.0 -52249,sell_contrast_m10_bb_pos,sell,2025-08-30 13:12:00,1280.0 -52250,sell_contrast_m10_bb_pos,sell,2025-08-30 13:15:00,1276.0 -52251,sell_contrast_m10_bb_pos,sell,2025-08-30 13:18:00,1277.0 -52252,sell_contrast_m10_bb_pos,sell,2025-08-30 16:42:00,1281.0 -52253,sell_contrast_m10_bb_pos,sell,2025-08-30 16:45:00,1282.0 -52254,sell_contrast_m10_bb_pos,sell,2025-08-30 16:48:00,1282.0 -52255,sell_contrast_m10_bb_pos,sell,2025-08-30 17:00:00,1283.0 -52256,sell_contrast_m10_bb_pos,sell,2025-08-30 17:03:00,1282.0 -52257,sell_contrast_m10_bb_pos,sell,2025-08-30 17:06:00,1283.0 -52258,sell_contrast_m10_bb_pos,sell,2025-08-30 17:09:00,1282.0 -52259,sell_contrast_m10_bb_pos,sell,2025-08-30 17:12:00,1281.0 -52260,sell_contrast_m10_bb_pos,sell,2025-08-30 17:15:00,1281.0 -52261,sell_contrast_m10_bb_pos,sell,2025-08-30 17:18:00,1279.0 -52262,sell_contrast_m10_bb_pos,sell,2025-08-30 21:12:00,1276.0 -52263,sell_contrast_m10_bb_pos,sell,2025-08-30 21:15:00,1275.0 -52264,sell_contrast_m10_bb_pos,sell,2025-08-30 21:18:00,1274.0 -52265,sell_contrast_m10_bb_pos,sell,2025-08-30 21:21:00,1276.0 -52266,sell_contrast_m10_bb_pos,sell,2025-08-30 21:24:00,1274.0 -52267,sell_contrast_m10_bb_pos,sell,2025-08-30 21:27:00,1271.0 -52268,sell_contrast_m10_bb_pos,sell,2025-08-31 00:30:00,1271.0 -52269,sell_contrast_m10_bb_pos,sell,2025-08-31 00:33:00,1269.0 -52270,sell_contrast_m10_bb_pos,sell,2025-08-31 00:36:00,1270.0 -52271,sell_contrast_m10_bb_pos,sell,2025-08-31 00:39:00,1271.0 -52272,sell_contrast_m10_bb_pos,sell,2025-08-31 00:42:00,1274.0 -52273,sell_contrast_m10_bb_pos,sell,2025-08-31 00:45:00,1273.0 -52274,sell_contrast_m10_bb_pos,sell,2025-08-31 00:48:00,1274.0 -52275,sell_contrast_m10_bb_pos,sell,2025-08-31 00:51:00,1271.0 -52276,sell_contrast_m10_bb_pos,sell,2025-08-31 00:54:00,1269.0 -52277,sell_contrast_m10_bb_pos,sell,2025-08-31 00:57:00,1269.0 -52278,sell_contrast_m10_bb_pos,sell,2025-08-31 01:00:00,1270.0 -52279,sell_contrast_m10_bb_pos,sell,2025-08-31 01:03:00,1271.0 -52280,sell_contrast_m10_bb_pos,sell,2025-08-31 01:06:00,1270.0 -52281,sell_contrast_m10_bb_pos,sell,2025-08-31 01:09:00,1269.0 -52282,sell_contrast_m10_bb_pos,sell,2025-08-31 01:12:00,1268.0 -52283,sell_contrast_m10_bb_pos,sell,2025-08-31 01:15:00,1267.0 -52284,sell_contrast_m10_bb_pos,sell,2025-08-31 01:18:00,1268.0 -52285,sell_contrast_m10_bb_pos,sell,2025-08-31 08:00:00,1258.0 -52286,sell_contrast_m10_bb_pos,sell,2025-08-31 08:03:00,1260.0 -52287,sell_contrast_m10_bb_pos,sell,2025-08-31 08:06:00,1260.0 -52288,sell_contrast_m10_bb_pos,sell,2025-08-31 08:09:00,1261.0 -52289,sell_contrast_m10_bb_pos,sell,2025-08-31 08:42:00,1262.0 -52290,sell_contrast_m10_bb_pos,sell,2025-08-31 08:45:00,1261.0 -52291,sell_contrast_m10_bb_pos,sell,2025-08-31 08:48:00,1259.0 -52292,sell_contrast_m10_bb_pos,sell,2025-08-31 09:00:00,1262.0 -52293,sell_contrast_m10_bb_pos,sell,2025-08-31 09:03:00,1267.0 -52294,sell_contrast_m10_bb_pos,sell,2025-08-31 09:06:00,1265.0 -52295,sell_contrast_m10_bb_pos,sell,2025-08-31 09:09:00,1267.0 -52296,sell_contrast_m10_bb_pos,sell,2025-08-31 09:21:00,1266.0 -52297,sell_contrast_m10_bb_pos,sell,2025-08-31 09:24:00,1266.0 -52298,sell_contrast_m10_bb_pos,sell,2025-08-31 09:27:00,1266.0 -52299,sell_contrast_m10_bb_pos,sell,2025-08-31 09:30:00,1267.0 -52300,sell_contrast_m10_bb_pos,sell,2025-08-31 09:33:00,1266.0 -52301,sell_contrast_m10_bb_pos,sell,2025-08-31 09:36:00,1267.0 -52302,sell_contrast_m10_bb_pos,sell,2025-08-31 09:39:00,1269.0 -52303,sell_contrast_m10_bb_pos,sell,2025-08-31 09:42:00,1267.0 -52304,sell_contrast_m10_bb_pos,sell,2025-08-31 09:45:00,1271.0 -52305,sell_contrast_m10_bb_pos,sell,2025-08-31 09:48:00,1273.0 -52306,sell_contrast_m10_bb_pos,sell,2025-08-31 10:12:00,1273.0 -52307,sell_contrast_m10_bb_pos,sell,2025-08-31 10:15:00,1272.0 -52308,sell_contrast_m10_bb_pos,sell,2025-08-31 10:18:00,1272.0 -52309,sell_contrast_m10_bb_pos,sell,2025-08-31 10:21:00,1274.0 -52310,sell_contrast_m10_bb_pos,sell,2025-08-31 10:24:00,1274.0 -52311,sell_contrast_m10_bb_pos,sell,2025-08-31 10:27:00,1275.0 -52312,sell_contrast_m10_bb_pos,sell,2025-08-31 10:30:00,1276.0 -52313,sell_contrast_m10_bb_pos,sell,2025-08-31 10:33:00,1279.0 -52314,sell_contrast_m10_bb_pos,sell,2025-08-31 10:36:00,1279.0 -52315,sell_contrast_m10_bb_pos,sell,2025-08-31 10:39:00,1278.0 -52316,sell_contrast_m10_bb_pos,sell,2025-08-31 10:42:00,1277.0 -52317,sell_contrast_m10_bb_pos,sell,2025-08-31 10:45:00,1275.0 -52318,sell_contrast_m10_bb_pos,sell,2025-08-31 10:48:00,1277.0 -52319,sell_contrast_m10_bb_pos,sell,2025-08-31 10:51:00,1278.0 -52320,sell_contrast_m10_bb_pos,sell,2025-08-31 10:54:00,1278.0 -52321,sell_contrast_m10_bb_pos,sell,2025-08-31 10:57:00,1279.0 -52322,sell_contrast_m10_bb_pos,sell,2025-08-31 11:00:00,1280.0 -52323,sell_contrast_m10_bb_pos,sell,2025-08-31 11:03:00,1278.0 -52324,sell_contrast_m10_bb_pos,sell,2025-08-31 11:06:00,1280.0 -52325,sell_contrast_m10_bb_pos,sell,2025-08-31 11:09:00,1277.0 -52326,sell_contrast_m10_bb_pos,sell,2025-08-31 18:12:00,1266.0 -52327,sell_contrast_m10_bb_pos,sell,2025-08-31 18:15:00,1266.0 -52328,sell_contrast_m10_bb_pos,sell,2025-08-31 18:18:00,1266.0 -52329,sell_contrast_m10_bb_pos,sell,2025-08-31 18:21:00,1267.0 -52330,sell_contrast_m10_bb_pos,sell,2025-08-31 18:24:00,1269.0 -52331,sell_contrast_m10_bb_pos,sell,2025-08-31 18:27:00,1265.0 -52332,sell_contrast_m10_bb_pos,sell,2025-09-01 00:51:00,1256.0 -52333,sell_contrast_m10_bb_pos,sell,2025-09-01 00:54:00,1257.0 -52334,sell_contrast_m10_bb_pos,sell,2025-09-01 00:57:00,1257.0 -52335,sell_contrast_m10_bb_pos,sell,2025-09-01 03:51:00,1257.0 -52336,sell_contrast_m10_bb_pos,sell,2025-09-01 03:54:00,1258.0 -52337,sell_contrast_m10_bb_pos,sell,2025-09-01 03:57:00,1257.0 -52338,sell_contrast_m10_bb_pos,sell,2025-09-01 04:00:00,1257.0 -52339,sell_contrast_m10_bb_pos,sell,2025-09-01 04:03:00,1258.0 -52340,sell_contrast_m10_bb_pos,sell,2025-09-01 04:06:00,1257.0 -52341,sell_contrast_m10_bb_pos,sell,2025-09-01 04:09:00,1255.0 -52342,sell_contrast_m10_bb_pos,sell,2025-09-01 06:51:00,1256.0 -52343,sell_contrast_m10_bb_pos,sell,2025-09-01 06:54:00,1256.0 -52344,sell_contrast_m10_bb_pos,sell,2025-09-01 06:57:00,1253.0 -52345,sell_contrast_m10_bb_pos,sell,2025-09-01 16:21:00,1215.0 -52346,sell_contrast_m10_bb_pos,sell,2025-09-01 16:24:00,1213.0 -52347,sell_contrast_m10_bb_pos,sell,2025-09-01 16:27:00,1215.0 -52348,sell_contrast_m10_bb_pos,sell,2025-09-01 17:21:00,1245.0 -52349,sell_contrast_m10_bb_pos,sell,2025-09-01 17:24:00,1252.0 -52350,sell_contrast_m10_bb_pos,sell,2025-09-01 17:27:00,1251.0 -52351,sell_contrast_m10_bb_pos,sell,2025-09-01 17:30:00,1248.0 -52352,sell_contrast_m10_bb_pos,sell,2025-09-01 17:33:00,1249.0 -52353,sell_contrast_m10_bb_pos,sell,2025-09-01 17:36:00,1249.0 -52354,sell_contrast_m10_bb_pos,sell,2025-09-01 17:39:00,1252.0 -52355,sell_contrast_m10_bb_pos,sell,2025-09-01 17:42:00,1248.0 -52356,sell_contrast_m10_bb_pos,sell,2025-09-01 17:45:00,1249.0 -52357,sell_contrast_m10_bb_pos,sell,2025-09-01 17:48:00,1247.0 -52358,sell_contrast_m10_bb_pos,sell,2025-09-01 17:51:00,1251.0 -52359,sell_contrast_m10_bb_pos,sell,2025-09-01 17:54:00,1251.0 -52360,sell_contrast_m10_bb_pos,sell,2025-09-01 17:57:00,1252.0 -52361,sell_contrast_m10_bb_pos,sell,2025-09-01 18:00:00,1257.0 -52362,sell_contrast_m10_bb_pos,sell,2025-09-01 18:03:00,1256.0 -52363,sell_contrast_m10_bb_pos,sell,2025-09-01 18:06:00,1259.0 -52364,sell_contrast_m10_bb_pos,sell,2025-09-01 18:09:00,1258.0 -52365,sell_contrast_m10_bb_pos,sell,2025-09-01 18:12:00,1257.0 -52366,sell_contrast_m10_bb_pos,sell,2025-09-01 18:15:00,1257.0 -52367,sell_contrast_m10_bb_pos,sell,2025-09-01 18:18:00,1256.0 -52368,sell_contrast_m10_bb_pos,sell,2025-09-02 04:12:00,1210.0 -52369,sell_contrast_m10_bb_pos,sell,2025-09-02 04:15:00,1209.0 -52370,sell_contrast_m10_bb_pos,sell,2025-09-02 04:18:00,1209.0 -52371,sell_contrast_m10_bb_pos,sell,2025-09-02 08:51:00,1194.0 -52372,sell_contrast_m10_bb_pos,sell,2025-09-02 08:54:00,1191.0 -52373,sell_contrast_m10_bb_pos,sell,2025-09-02 08:57:00,1193.0 -52374,sell_contrast_m10_bb_pos,sell,2025-09-02 09:12:00,1195.0 -52375,sell_contrast_m10_bb_pos,sell,2025-09-02 09:15:00,1191.0 -52376,sell_contrast_m10_bb_pos,sell,2025-09-02 09:18:00,1190.0 -52377,sell_contrast_m10_bb_pos,sell,2025-09-02 09:21:00,1194.0 -52378,sell_contrast_m10_bb_pos,sell,2025-09-02 09:24:00,1195.0 -52379,sell_contrast_m10_bb_pos,sell,2025-09-02 09:27:00,1196.0 -52380,sell_contrast_m10_bb_pos,sell,2025-09-02 09:30:00,1194.0 -52381,sell_contrast_m10_bb_pos,sell,2025-09-02 09:33:00,1196.0 -52382,sell_contrast_m10_bb_pos,sell,2025-09-02 09:36:00,1196.0 -52383,sell_contrast_m10_bb_pos,sell,2025-09-02 09:39:00,1195.0 -52384,sell_contrast_m10_bb_pos,sell,2025-09-02 11:12:00,1201.0 -52385,sell_contrast_m10_bb_pos,sell,2025-09-02 11:15:00,1205.0 -52386,sell_contrast_m10_bb_pos,sell,2025-09-02 11:18:00,1201.0 -52387,sell_contrast_m10_bb_pos,sell,2025-09-02 11:21:00,1204.0 -52388,sell_contrast_m10_bb_pos,sell,2025-09-02 11:24:00,1205.0 -52389,sell_contrast_m10_bb_pos,sell,2025-09-02 11:27:00,1205.0 -52390,sell_contrast_m10_bb_pos,sell,2025-09-02 11:30:00,1203.0 -52391,sell_contrast_m10_bb_pos,sell,2025-09-02 11:33:00,1203.0 -52392,sell_contrast_m10_bb_pos,sell,2025-09-02 11:36:00,1207.0 -52393,sell_contrast_m10_bb_pos,sell,2025-09-02 11:39:00,1205.0 -52394,sell_contrast_m10_bb_pos,sell,2025-09-02 11:42:00,1203.0 -52395,sell_contrast_m10_bb_pos,sell,2025-09-02 11:45:00,1206.0 -52396,sell_contrast_m10_bb_pos,sell,2025-09-02 11:48:00,1209.0 -52397,sell_contrast_m10_bb_pos,sell,2025-09-02 13:00:00,1218.0 -52398,sell_contrast_m10_bb_pos,sell,2025-09-02 13:03:00,1215.0 -52399,sell_contrast_m10_bb_pos,sell,2025-09-02 13:06:00,1215.0 -52400,sell_contrast_m10_bb_pos,sell,2025-09-02 13:09:00,1215.0 -52401,sell_contrast_m10_bb_pos,sell,2025-09-02 13:42:00,1220.0 -52402,sell_contrast_m10_bb_pos,sell,2025-09-02 13:45:00,1222.0 -52403,sell_contrast_m10_bb_pos,sell,2025-09-02 13:48:00,1223.0 -52404,sell_contrast_m10_bb_pos,sell,2025-09-02 14:00:00,1222.0 -52405,sell_contrast_m10_bb_pos,sell,2025-09-02 14:03:00,1221.0 -52406,sell_contrast_m10_bb_pos,sell,2025-09-02 14:06:00,1218.0 -52407,sell_contrast_m10_bb_pos,sell,2025-09-02 14:09:00,1219.0 -52408,sell_contrast_m10_bb_pos,sell,2025-09-02 15:12:00,1220.0 -52409,sell_contrast_m10_bb_pos,sell,2025-09-02 15:15:00,1220.0 -52410,sell_contrast_m10_bb_pos,sell,2025-09-02 15:18:00,1222.0 -52411,sell_contrast_m10_bb_pos,sell,2025-09-02 15:42:00,1225.0 -52412,sell_contrast_m10_bb_pos,sell,2025-09-02 15:45:00,1225.0 -52413,sell_contrast_m10_bb_pos,sell,2025-09-02 15:48:00,1224.0 -52414,sell_contrast_m10_bb_pos,sell,2025-09-02 20:00:00,1222.0 -52415,sell_contrast_m10_bb_pos,sell,2025-09-02 20:03:00,1220.0 -52416,sell_contrast_m10_bb_pos,sell,2025-09-02 20:06:00,1220.0 -52417,sell_contrast_m10_bb_pos,sell,2025-09-02 20:09:00,1220.0 -52418,sell_contrast_m10_bb_pos,sell,2025-09-02 22:51:00,1230.0 -52419,sell_contrast_m10_bb_pos,sell,2025-09-02 22:54:00,1229.0 -52420,sell_contrast_m10_bb_pos,sell,2025-09-02 22:57:00,1231.0 -52421,sell_contrast_m10_bb_pos,sell,2025-09-02 23:00:00,1229.0 -52422,sell_contrast_m10_bb_pos,sell,2025-09-02 23:03:00,1227.0 -52423,sell_contrast_m10_bb_pos,sell,2025-09-02 23:06:00,1217.0 -52424,sell_contrast_m10_bb_pos,sell,2025-09-02 23:09:00,1221.0 -52425,sell_contrast_m10_bb_pos,sell,2025-09-02 23:21:00,1230.0 -52426,sell_contrast_m10_bb_pos,sell,2025-09-02 23:24:00,1228.0 -52427,sell_contrast_m10_bb_pos,sell,2025-09-02 23:27:00,1228.0 -52428,sell_contrast_m10_bb_pos,sell,2025-09-02 23:48:00,1228.0 -52429,sell_contrast_m10_bb_pos,sell,2025-09-03 05:12:00,1226.0 -52430,sell_contrast_m10_bb_pos,sell,2025-09-03 05:15:00,1226.0 -52431,sell_contrast_m10_bb_pos,sell,2025-09-03 05:18:00,1227.0 -52432,sell_contrast_m10_bb_pos,sell,2025-09-03 06:00:00,1236.0 -52433,sell_contrast_m10_bb_pos,sell,2025-09-03 06:03:00,1238.0 -52434,sell_contrast_m10_bb_pos,sell,2025-09-03 06:06:00,1238.0 -52435,sell_contrast_m10_bb_pos,sell,2025-09-03 06:09:00,1238.0 -52436,sell_contrast_m10_bb_pos,sell,2025-09-03 06:42:00,1240.0 -52437,sell_contrast_m10_bb_pos,sell,2025-09-03 06:45:00,1241.0 -52438,sell_contrast_m10_bb_pos,sell,2025-09-03 06:48:00,1239.0 -52439,sell_contrast_m10_bb_pos,sell,2025-09-03 11:00:00,1242.0 -52440,sell_contrast_m10_bb_pos,sell,2025-09-03 11:03:00,1244.0 -52441,sell_contrast_m10_bb_pos,sell,2025-09-03 11:06:00,1240.0 -52442,sell_contrast_m10_bb_pos,sell,2025-09-03 11:09:00,1238.0 -52443,sell_contrast_m10_bb_pos,sell,2025-09-03 11:21:00,1244.0 -52444,sell_contrast_m10_bb_pos,sell,2025-09-03 11:24:00,1245.0 -52445,sell_contrast_m10_bb_pos,sell,2025-09-03 11:27:00,1246.0 -52446,sell_contrast_m10_bb_pos,sell,2025-09-03 11:42:00,1241.0 -52447,sell_contrast_m10_bb_pos,sell,2025-09-03 11:45:00,1241.0 -52448,sell_contrast_m10_bb_pos,sell,2025-09-03 11:48:00,1241.0 -52449,sell_contrast_m10_bb_pos,sell,2025-09-03 19:21:00,1235.0 -52450,sell_contrast_m10_bb_pos,sell,2025-09-03 19:24:00,1235.0 -52451,sell_contrast_m10_bb_pos,sell,2025-09-03 19:27:00,1235.0 -52452,sell_contrast_m10_bb_pos,sell,2025-09-03 19:42:00,1233.0 -52453,sell_contrast_m10_bb_pos,sell,2025-09-03 19:45:00,1233.0 -52454,sell_contrast_m10_bb_pos,sell,2025-09-03 19:48:00,1230.0 -52455,sell_contrast_m10_bb_pos,sell,2025-09-03 21:30:00,1238.0 -52456,sell_contrast_m10_bb_pos,sell,2025-09-03 21:33:00,1236.0 -52457,sell_contrast_m10_bb_pos,sell,2025-09-03 21:36:00,1235.0 -52458,sell_contrast_m10_bb_pos,sell,2025-09-03 21:39:00,1238.0 -52459,sell_contrast_m10_bb_pos,sell,2025-09-03 22:21:00,1239.0 -52460,sell_contrast_m10_bb_pos,sell,2025-09-03 22:24:00,1239.0 -52461,sell_contrast_m10_bb_pos,sell,2025-09-03 22:27:00,1239.0 -52462,sell_contrast_m10_bb_pos,sell,2025-09-03 23:00:00,1241.0 -52463,sell_contrast_m10_bb_pos,sell,2025-09-03 23:03:00,1242.0 -52464,sell_contrast_m10_bb_pos,sell,2025-09-03 23:06:00,1245.0 -52465,sell_contrast_m10_bb_pos,sell,2025-09-03 23:09:00,1245.0 -52466,sell_contrast_m10_bb_pos,sell,2025-09-03 23:21:00,1243.0 -52467,sell_contrast_m10_bb_pos,sell,2025-09-03 23:24:00,1242.0 -52468,sell_contrast_m10_bb_pos,sell,2025-09-03 23:27:00,1243.0 -52469,sell_contrast_m10_bb_pos,sell,2025-09-03 23:30:00,1244.0 -52470,sell_contrast_m10_bb_pos,sell,2025-09-03 23:33:00,1245.0 -52471,sell_contrast_m10_bb_pos,sell,2025-09-03 23:36:00,1245.0 -52472,sell_contrast_m10_bb_pos,sell,2025-09-03 23:39:00,1246.0 -52473,sell_contrast_m10_bb_pos,sell,2025-09-03 23:42:00,1249.0 -52474,sell_contrast_m10_bb_pos,sell,2025-09-03 23:45:00,1250.0 -52475,sell_contrast_m10_bb_pos,sell,2025-09-03 23:48:00,1249.0 -52476,sell_contrast_m10_bb_pos,sell,2025-09-04 00:00:00,1251.0 -52477,sell_contrast_m10_bb_pos,sell,2025-09-04 00:03:00,1247.0 -52478,sell_contrast_m10_bb_pos,sell,2025-09-04 00:06:00,1250.0 -52479,sell_contrast_m10_bb_pos,sell,2025-09-04 00:09:00,1250.0 -52480,sell_contrast_m10_bb_pos,sell,2025-09-04 00:12:00,1251.0 -52481,sell_contrast_m10_bb_pos,sell,2025-09-04 00:15:00,1247.0 -52482,sell_contrast_m10_bb_pos,sell,2025-09-04 00:18:00,1247.0 -52483,sell_contrast_m10_bb_pos,sell,2025-09-04 05:21:00,1257.0 -52484,sell_contrast_m10_bb_pos,sell,2025-09-04 05:24:00,1255.0 -52485,sell_contrast_m10_bb_pos,sell,2025-09-04 05:27:00,1254.0 -52486,sell_contrast_m10_bb_pos,sell,2025-09-04 05:42:00,1257.0 -52487,sell_contrast_m10_bb_pos,sell,2025-09-04 05:45:00,1256.0 -52488,sell_contrast_m10_bb_pos,sell,2025-09-04 05:48:00,1255.0 -52489,sell_contrast_m10_bb_pos,sell,2025-09-04 07:12:00,1258.0 -52490,sell_contrast_m10_bb_pos,sell,2025-09-04 07:15:00,1256.0 -52491,sell_contrast_m10_bb_pos,sell,2025-09-04 07:18:00,1257.0 -52492,sell_contrast_m10_bb_pos,sell,2025-09-04 11:42:00,1255.0 -52493,sell_contrast_m10_bb_pos,sell,2025-09-04 11:45:00,1253.0 -52494,sell_contrast_m10_bb_pos,sell,2025-09-04 11:48:00,1253.0 -52495,sell_contrast_m10_bb_pos,sell,2025-09-04 20:30:00,1232.0 -52496,sell_contrast_m10_bb_pos,sell,2025-09-04 20:33:00,1233.0 -52497,sell_contrast_m10_bb_pos,sell,2025-09-04 20:36:00,1235.0 -52498,sell_contrast_m10_bb_pos,sell,2025-09-04 20:39:00,1236.0 -52499,sell_contrast_m10_bb_pos,sell,2025-09-04 20:42:00,1236.0 -52500,sell_contrast_m10_bb_pos,sell,2025-09-04 20:45:00,1235.0 -52501,sell_contrast_m10_bb_pos,sell,2025-09-04 20:48:00,1236.0 -52502,sell_contrast_m10_bb_pos,sell,2025-09-04 20:51:00,1234.0 -52503,sell_contrast_m10_bb_pos,sell,2025-09-04 20:54:00,1235.0 -52504,sell_contrast_m10_bb_pos,sell,2025-09-04 20:57:00,1235.0 -52505,sell_contrast_m10_bb_pos,sell,2025-09-04 21:00:00,1234.0 -52506,sell_contrast_m10_bb_pos,sell,2025-09-04 21:03:00,1232.0 -52507,sell_contrast_m10_bb_pos,sell,2025-09-04 21:06:00,1236.0 -52508,sell_contrast_m10_bb_pos,sell,2025-09-04 21:09:00,1237.0 -52509,sell_contrast_m10_bb_pos,sell,2025-09-04 21:21:00,1238.0 -52510,sell_contrast_m10_bb_pos,sell,2025-09-04 21:24:00,1240.0 -52511,sell_contrast_m10_bb_pos,sell,2025-09-04 21:27:00,1239.0 -52512,sell_contrast_m10_bb_pos,sell,2025-09-04 21:30:00,1239.0 -52513,sell_contrast_m10_bb_pos,sell,2025-09-04 21:33:00,1230.0 -52514,sell_contrast_m10_bb_pos,sell,2025-09-04 21:36:00,1228.0 -52515,sell_contrast_m10_bb_pos,sell,2025-09-04 21:39:00,1226.0 -52516,sell_contrast_m10_bb_pos,sell,2025-09-05 02:21:00,1222.0 -52517,sell_contrast_m10_bb_pos,sell,2025-09-05 02:24:00,1220.0 -52518,sell_contrast_m10_bb_pos,sell,2025-09-05 02:27:00,1220.0 -52519,sell_contrast_m10_bb_pos,sell,2025-09-05 05:12:00,1223.0 -52520,sell_contrast_m10_bb_pos,sell,2025-09-05 05:15:00,1223.0 -52521,sell_contrast_m10_bb_pos,sell,2025-09-05 05:18:00,1224.0 -52522,sell_contrast_m10_bb_pos,sell,2025-09-05 07:00:00,1225.0 -52523,sell_contrast_m10_bb_pos,sell,2025-09-05 07:06:00,1225.0 -52524,sell_contrast_m10_bb_pos,sell,2025-09-05 07:09:00,1224.0 -52525,sell_contrast_m10_bb_pos,sell,2025-09-05 07:30:00,1226.0 -52526,sell_contrast_m10_bb_pos,sell,2025-09-05 07:33:00,1227.0 -52527,sell_contrast_m10_bb_pos,sell,2025-09-05 07:36:00,1224.0 -52528,sell_contrast_m10_bb_pos,sell,2025-09-05 07:39:00,1223.0 -52529,sell_contrast_m10_bb_pos,sell,2025-09-05 11:12:00,1225.0 -52530,sell_contrast_m10_bb_pos,sell,2025-09-05 11:15:00,1225.0 -52531,sell_contrast_m10_bb_pos,sell,2025-09-05 11:18:00,1222.0 -52532,sell_contrast_m10_bb_pos,sell,2025-09-05 11:30:00,1226.0 -52533,sell_contrast_m10_bb_pos,sell,2025-09-05 11:33:00,1224.0 -52534,sell_contrast_m10_bb_pos,sell,2025-09-05 11:36:00,1227.0 -52535,sell_contrast_m10_bb_pos,sell,2025-09-05 11:39:00,1225.0 -52536,sell_contrast_m10_bb_pos,sell,2025-09-05 14:21:00,1225.0 -52537,sell_contrast_m10_bb_pos,sell,2025-09-05 14:24:00,1224.0 -52538,sell_contrast_m10_bb_pos,sell,2025-09-05 14:27:00,1224.0 -52539,sell_contrast_m10_bb_pos,sell,2025-09-05 14:30:00,1226.0 -52540,sell_contrast_m10_bb_pos,sell,2025-09-05 14:33:00,1226.0 -52541,sell_contrast_m10_bb_pos,sell,2025-09-05 14:36:00,1226.0 -52542,sell_contrast_m10_bb_pos,sell,2025-09-05 14:39:00,1224.0 -52543,sell_contrast_m10_bb_pos,sell,2025-09-05 15:00:00,1227.0 -52544,sell_contrast_m10_bb_pos,sell,2025-09-05 15:03:00,1228.0 -52545,sell_contrast_m10_bb_pos,sell,2025-09-05 15:06:00,1226.0 -52546,sell_contrast_m10_bb_pos,sell,2025-09-05 15:09:00,1228.0 -52547,sell_contrast_m10_bb_pos,sell,2025-09-05 20:30:00,1248.0 -52548,sell_contrast_m10_bb_pos,sell,2025-09-05 20:33:00,1249.0 -52549,sell_contrast_m10_bb_pos,sell,2025-09-05 20:36:00,1250.0 -52550,sell_contrast_m10_bb_pos,sell,2025-09-05 20:39:00,1249.0 -52551,sell_contrast_m10_bb_pos,sell,2025-09-05 20:51:00,1249.0 -52552,sell_contrast_m10_bb_pos,sell,2025-09-05 20:54:00,1250.0 -52553,sell_contrast_m10_bb_pos,sell,2025-09-05 20:57:00,1250.0 -52554,sell_contrast_m10_bb_pos,sell,2025-09-05 21:12:00,1252.0 -52555,sell_contrast_m10_bb_pos,sell,2025-09-05 21:15:00,1253.0 -52556,sell_contrast_m10_bb_pos,sell,2025-09-05 21:18:00,1253.0 -52557,sell_contrast_m10_bb_pos,sell,2025-09-05 21:42:00,1253.0 -52558,sell_contrast_m10_bb_pos,sell,2025-09-05 21:45:00,1262.0 -52559,sell_contrast_m10_bb_pos,sell,2025-09-05 21:48:00,1261.0 -52560,sell_contrast_m10_bb_pos,sell,2025-09-06 04:42:00,1255.0 -52561,sell_contrast_m10_bb_pos,sell,2025-09-06 04:45:00,1254.0 -52562,sell_contrast_m10_bb_pos,sell,2025-09-06 04:48:00,1259.0 -52563,sell_contrast_m10_bb_pos,sell,2025-09-06 05:12:00,1262.0 -52564,sell_contrast_m10_bb_pos,sell,2025-09-06 05:15:00,1260.0 -52565,sell_contrast_m10_bb_pos,sell,2025-09-06 05:18:00,1259.0 -52566,sell_contrast_m10_bb_pos,sell,2025-09-06 05:21:00,1259.0 -52567,sell_contrast_m10_bb_pos,sell,2025-09-06 05:24:00,1261.0 -52568,sell_contrast_m10_bb_pos,sell,2025-09-06 05:27:00,1262.0 -52569,sell_contrast_m10_bb_pos,sell,2025-09-06 05:30:00,1262.0 -52570,sell_contrast_m10_bb_pos,sell,2025-09-06 05:33:00,1262.0 -52571,sell_contrast_m10_bb_pos,sell,2025-09-06 05:36:00,1262.0 -52572,sell_contrast_m10_bb_pos,sell,2025-09-06 05:39:00,1265.0 -52573,sell_contrast_m10_bb_pos,sell,2025-09-06 05:42:00,1265.0 -52574,sell_contrast_m10_bb_pos,sell,2025-09-06 05:45:00,1261.0 -52575,sell_contrast_m10_bb_pos,sell,2025-09-06 05:48:00,1259.0 -52576,sell_contrast_m10_bb_pos,sell,2025-09-06 06:00:00,1266.0 -52577,sell_contrast_m10_bb_pos,sell,2025-09-06 06:03:00,1266.0 -52578,sell_contrast_m10_bb_pos,sell,2025-09-06 06:06:00,1265.0 -52579,sell_contrast_m10_bb_pos,sell,2025-09-06 06:09:00,1265.0 -52580,sell_contrast_m10_bb_pos,sell,2025-09-06 06:12:00,1266.0 -52581,sell_contrast_m10_bb_pos,sell,2025-09-06 06:15:00,1267.0 -52582,sell_contrast_m10_bb_pos,sell,2025-09-06 06:18:00,1264.0 -52583,sell_contrast_m10_bb_pos,sell,2025-09-06 07:42:00,1272.0 -52584,sell_contrast_m10_bb_pos,sell,2025-09-06 07:45:00,1272.0 -52585,sell_contrast_m10_bb_pos,sell,2025-09-06 07:48:00,1274.0 -52586,sell_contrast_m10_bb_pos,sell,2025-09-06 08:51:00,1283.0 -52587,sell_contrast_m10_bb_pos,sell,2025-09-06 08:54:00,1283.0 -52588,sell_contrast_m10_bb_pos,sell,2025-09-06 08:57:00,1282.0 -52589,sell_contrast_m10_bb_pos,sell,2025-09-06 09:00:00,1281.0 -52590,sell_contrast_m10_bb_pos,sell,2025-09-06 09:03:00,1280.0 -52591,sell_contrast_m10_bb_pos,sell,2025-09-06 09:06:00,1278.0 -52592,sell_contrast_m10_bb_pos,sell,2025-09-06 09:09:00,1277.0 -52593,sell_contrast_m10_bb_pos,sell,2025-09-06 09:42:00,1285.0 -52594,sell_contrast_m10_bb_pos,sell,2025-09-06 09:45:00,1284.0 -52595,sell_contrast_m10_bb_pos,sell,2025-09-06 09:48:00,1285.0 -52596,sell_contrast_m10_bb_pos,sell,2025-09-06 13:00:00,1280.0 -52597,sell_contrast_m10_bb_pos,sell,2025-09-06 13:03:00,1277.0 -52598,sell_contrast_m10_bb_pos,sell,2025-09-06 13:06:00,1279.0 -52599,sell_contrast_m10_bb_pos,sell,2025-09-06 13:09:00,1276.0 -52600,sell_contrast_m10_bb_pos,sell,2025-09-06 23:00:00,1276.0 -52601,sell_contrast_m10_bb_pos,sell,2025-09-06 23:03:00,1278.0 -52602,sell_contrast_m10_bb_pos,sell,2025-09-06 23:06:00,1280.0 -52603,sell_contrast_m10_bb_pos,sell,2025-09-06 23:09:00,1279.0 -52604,sell_contrast_m10_bb_pos,sell,2025-09-07 00:42:00,1282.0 -52605,sell_contrast_m10_bb_pos,sell,2025-09-07 00:45:00,1277.0 -52606,sell_contrast_m10_bb_pos,sell,2025-09-07 00:48:00,1276.0 -52607,sell_contrast_m10_bb_pos,sell,2025-09-07 02:21:00,1288.0 -52608,sell_contrast_m10_bb_pos,sell,2025-09-07 02:24:00,1286.0 -52609,sell_contrast_m10_bb_pos,sell,2025-09-07 02:27:00,1285.0 -52610,sell_contrast_m10_bb_pos,sell,2025-09-07 03:00:00,1290.0 -52611,sell_contrast_m10_bb_pos,sell,2025-09-07 03:03:00,1293.0 -52612,sell_contrast_m10_bb_pos,sell,2025-09-07 03:06:00,1293.0 -52613,sell_contrast_m10_bb_pos,sell,2025-09-07 03:09:00,1292.0 -52614,sell_contrast_m10_bb_pos,sell,2025-09-07 03:12:00,1294.0 -52615,sell_contrast_m10_bb_pos,sell,2025-09-07 03:15:00,1298.0 -52616,sell_contrast_m10_bb_pos,sell,2025-09-07 03:18:00,1306.0 -52617,sell_contrast_m10_bb_pos,sell,2025-09-07 03:51:00,1314.0 -52618,sell_contrast_m10_bb_pos,sell,2025-09-07 03:54:00,1320.0 -52619,sell_contrast_m10_bb_pos,sell,2025-09-07 03:57:00,1321.0 -52620,sell_contrast_m10_bb_pos,sell,2025-09-07 04:00:00,1316.0 -52621,sell_contrast_m10_bb_pos,sell,2025-09-07 04:03:00,1307.0 -52622,sell_contrast_m10_bb_pos,sell,2025-09-07 04:06:00,1308.0 -52623,sell_contrast_m10_bb_pos,sell,2025-09-07 04:09:00,1309.0 -52624,sell_contrast_m10_bb_pos,sell,2025-09-07 05:51:00,1317.0 -52625,sell_contrast_m10_bb_pos,sell,2025-09-07 05:54:00,1321.0 -52626,sell_contrast_m10_bb_pos,sell,2025-09-07 05:57:00,1322.0 -52627,sell_contrast_m10_bb_pos,sell,2025-09-07 06:00:00,1320.0 -52628,sell_contrast_m10_bb_pos,sell,2025-09-07 06:03:00,1318.0 -52629,sell_contrast_m10_bb_pos,sell,2025-09-07 06:06:00,1317.0 -52630,sell_contrast_m10_bb_pos,sell,2025-09-07 06:09:00,1318.0 -52631,sell_contrast_m10_bb_pos,sell,2025-09-07 06:21:00,1321.0 -52632,sell_contrast_m10_bb_pos,sell,2025-09-07 06:24:00,1323.0 -52633,sell_contrast_m10_bb_pos,sell,2025-09-07 06:27:00,1329.0 -52634,sell_contrast_m10_bb_pos,sell,2025-09-07 06:30:00,1327.0 -52635,sell_contrast_m10_bb_pos,sell,2025-09-07 06:33:00,1329.0 -52636,sell_contrast_m10_bb_pos,sell,2025-09-07 06:36:00,1331.0 -52637,sell_contrast_m10_bb_pos,sell,2025-09-07 06:39:00,1332.0 -52638,sell_contrast_m10_bb_pos,sell,2025-09-07 07:12:00,1343.0 -52639,sell_contrast_m10_bb_pos,sell,2025-09-07 07:15:00,1346.0 -52640,sell_contrast_m10_bb_pos,sell,2025-09-07 07:18:00,1345.0 -52641,sell_contrast_m10_bb_pos,sell,2025-09-07 07:21:00,1353.0 -52642,sell_contrast_m10_bb_pos,sell,2025-09-07 07:24:00,1346.0 -52643,sell_contrast_m10_bb_pos,sell,2025-09-07 07:27:00,1337.0 -52644,sell_contrast_m10_bb_pos,sell,2025-09-07 08:30:00,1354.0 -52645,sell_contrast_m10_bb_pos,sell,2025-09-07 08:33:00,1354.0 -52646,sell_contrast_m10_bb_pos,sell,2025-09-07 08:36:00,1351.0 -52647,sell_contrast_m10_bb_pos,sell,2025-09-07 08:39:00,1355.0 -52648,sell_contrast_m10_bb_pos,sell,2025-09-07 08:51:00,1357.0 -52649,sell_contrast_m10_bb_pos,sell,2025-09-07 08:54:00,1354.0 -52650,sell_contrast_m10_bb_pos,sell,2025-09-07 08:57:00,1354.0 -52651,sell_contrast_m10_bb_pos,sell,2025-09-07 11:21:00,1388.0 -52652,sell_contrast_m10_bb_pos,sell,2025-09-07 11:24:00,1390.0 -52653,sell_contrast_m10_bb_pos,sell,2025-09-07 11:27:00,1390.0 -52654,sell_contrast_m10_bb_pos,sell,2025-09-07 11:30:00,1392.0 -52655,sell_contrast_m10_bb_pos,sell,2025-09-07 11:33:00,1393.0 -52656,sell_contrast_m10_bb_pos,sell,2025-09-07 11:36:00,1393.0 -52657,sell_contrast_m10_bb_pos,sell,2025-09-07 11:39:00,1395.0 -52658,sell_contrast_m10_bb_pos,sell,2025-09-07 11:42:00,1394.0 -52659,sell_contrast_m10_bb_pos,sell,2025-09-07 11:45:00,1395.0 -52660,sell_contrast_m10_bb_pos,sell,2025-09-07 11:48:00,1392.0 -52661,sell_contrast_m10_bb_pos,sell,2025-09-07 11:51:00,1393.0 -52662,sell_contrast_m10_bb_pos,sell,2025-09-07 11:54:00,1386.0 -52663,sell_contrast_m10_bb_pos,sell,2025-09-07 11:57:00,1385.0 -52664,sell_contrast_m10_bb_pos,sell,2025-09-07 13:51:00,1418.0 -52665,sell_contrast_m10_bb_pos,sell,2025-09-07 13:54:00,1417.0 -52666,sell_contrast_m10_bb_pos,sell,2025-09-07 13:57:00,1423.0 -52667,sell_contrast_m10_bb_pos,sell,2025-09-07 14:00:00,1420.0 -52668,sell_contrast_m10_bb_pos,sell,2025-09-07 14:03:00,1421.0 -52669,sell_contrast_m10_bb_pos,sell,2025-09-07 14:06:00,1424.0 -52670,sell_contrast_m10_bb_pos,sell,2025-09-07 14:09:00,1422.0 -52671,sell_contrast_m10_bb_pos,sell,2025-09-07 14:12:00,1421.0 -52672,sell_contrast_m10_bb_pos,sell,2025-09-07 14:15:00,1422.0 -52673,sell_contrast_m10_bb_pos,sell,2025-09-07 14:18:00,1422.0 -52674,sell_contrast_m10_bb_pos,sell,2025-09-07 15:12:00,1458.0 -52675,sell_contrast_m10_bb_pos,sell,2025-09-07 15:15:00,1445.0 -52676,sell_contrast_m10_bb_pos,sell,2025-09-07 15:18:00,1435.0 -52677,sell_contrast_m10_bb_pos,sell,2025-09-07 20:00:00,1432.0 -52678,sell_contrast_m10_bb_pos,sell,2025-09-07 20:03:00,1432.0 -52679,sell_contrast_m10_bb_pos,sell,2025-09-07 20:06:00,1432.0 -52680,sell_contrast_m10_bb_pos,sell,2025-09-07 20:09:00,1432.0 -52681,sell_contrast_m10_bb_pos,sell,2025-09-07 20:12:00,1432.0 -52682,sell_contrast_m10_bb_pos,sell,2025-09-07 20:15:00,1433.0 -52683,sell_contrast_m10_bb_pos,sell,2025-09-07 20:18:00,1431.0 -52684,sell_contrast_m10_bb_pos,sell,2025-09-07 21:21:00,1454.0 -52685,sell_contrast_m10_bb_pos,sell,2025-09-07 21:24:00,1454.0 -52686,sell_contrast_m10_bb_pos,sell,2025-09-07 21:27:00,1454.0 -52687,sell_contrast_m10_bb_pos,sell,2025-09-07 21:42:00,1461.0 -52688,sell_contrast_m10_bb_pos,sell,2025-09-07 21:45:00,1454.0 -52689,sell_contrast_m10_bb_pos,sell,2025-09-07 21:48:00,1454.0 -52690,sell_contrast_m10_bb_pos,sell,2025-09-07 22:42:00,1468.0 -52691,sell_contrast_m10_bb_pos,sell,2025-09-07 22:45:00,1473.0 -52692,sell_contrast_m10_bb_pos,sell,2025-09-07 22:48:00,1469.0 -52693,sell_contrast_m10_bb_pos,sell,2025-09-07 22:51:00,1484.0 -52694,sell_contrast_m10_bb_pos,sell,2025-09-07 22:54:00,1478.0 -52695,sell_contrast_m10_bb_pos,sell,2025-09-07 22:57:00,1483.0 -52696,sell_contrast_m10_bb_pos,sell,2025-09-07 23:12:00,1464.0 -52697,sell_contrast_m10_bb_pos,sell,2025-09-07 23:15:00,1463.0 -52698,sell_contrast_m10_bb_pos,sell,2025-09-07 23:18:00,1463.0 -52699,sell_contrast_m10_bb_pos,sell,2025-09-07 23:51:00,1483.0 -52700,sell_contrast_m10_bb_pos,sell,2025-09-07 23:54:00,1481.0 -52701,sell_contrast_m10_bb_pos,sell,2025-09-07 23:57:00,1485.0 -52702,sell_contrast_m10_bb_pos,sell,2025-09-08 00:00:00,1483.0 -52703,sell_contrast_m10_bb_pos,sell,2025-09-08 00:03:00,1476.0 -52704,sell_contrast_m10_bb_pos,sell,2025-09-08 00:06:00,1470.0 -52705,sell_contrast_m10_bb_pos,sell,2025-09-08 00:09:00,1474.0 -52706,sell_contrast_m10_bb_pos,sell,2025-09-08 00:30:00,1489.0 -52707,sell_contrast_m10_bb_pos,sell,2025-09-08 00:33:00,1481.0 -52708,sell_contrast_m10_bb_pos,sell,2025-09-08 00:36:00,1483.0 -52709,sell_contrast_m10_bb_pos,sell,2025-09-08 00:39:00,1478.0 -52710,sell_contrast_m10_bb_pos,sell,2025-09-08 04:42:00,1459.0 -52711,sell_contrast_m10_bb_pos,sell,2025-09-08 04:45:00,1457.0 -52712,sell_contrast_m10_bb_pos,sell,2025-09-08 04:48:00,1457.0 -52713,sell_contrast_m10_bb_pos,sell,2025-09-08 05:00:00,1460.0 -52714,sell_contrast_m10_bb_pos,sell,2025-09-08 05:03:00,1456.0 -52715,sell_contrast_m10_bb_pos,sell,2025-09-08 05:06:00,1455.0 -52716,sell_contrast_m10_bb_pos,sell,2025-09-08 05:09:00,1451.0 -52717,sell_contrast_m10_bb_pos,sell,2025-09-08 08:30:00,1451.0 -52718,sell_contrast_m10_bb_pos,sell,2025-09-08 08:33:00,1451.0 -52719,sell_contrast_m10_bb_pos,sell,2025-09-08 08:36:00,1451.0 -52720,sell_contrast_m10_bb_pos,sell,2025-09-08 08:39:00,1446.0 -52721,sell_contrast_m10_bb_pos,sell,2025-09-08 10:00:00,1449.0 -52722,sell_contrast_m10_bb_pos,sell,2025-09-08 10:03:00,1471.0 -52723,sell_contrast_m10_bb_pos,sell,2025-09-08 10:06:00,1471.0 -52724,sell_contrast_m10_bb_pos,sell,2025-09-08 10:09:00,1471.0 -52725,sell_contrast_m10_bb_pos,sell,2025-09-08 11:30:00,1568.0 -52726,sell_contrast_m10_bb_pos,sell,2025-09-08 11:33:00,1569.0 -52727,sell_contrast_m10_bb_pos,sell,2025-09-08 11:36:00,1568.0 -52728,sell_contrast_m10_bb_pos,sell,2025-09-08 11:39:00,1586.0 -52729,sell_contrast_m10_bb_pos,sell,2025-09-08 11:42:00,1584.0 -52730,sell_contrast_m10_bb_pos,sell,2025-09-08 11:45:00,1594.0 -52731,sell_contrast_m10_bb_pos,sell,2025-09-08 11:48:00,1606.0 -52732,sell_contrast_m10_bb_pos,sell,2025-09-08 12:00:00,1633.0 -52733,sell_contrast_m10_bb_pos,sell,2025-09-08 12:03:00,1635.0 -52734,sell_contrast_m10_bb_pos,sell,2025-09-08 12:06:00,1634.0 -52735,sell_contrast_m10_bb_pos,sell,2025-09-08 12:09:00,1643.0 -52736,sell_contrast_m10_bb_pos,sell,2025-09-08 12:12:00,1659.0 -52737,sell_contrast_m10_bb_pos,sell,2025-09-08 12:15:00,1662.0 -52738,sell_contrast_m10_bb_pos,sell,2025-09-08 12:18:00,1659.0 -52739,sell_contrast_m10_bb_pos,sell,2025-09-08 12:21:00,1670.0 -52740,sell_contrast_m10_bb_pos,sell,2025-09-08 12:24:00,1668.0 -52741,sell_contrast_m10_bb_pos,sell,2025-09-08 12:27:00,1658.0 -52742,sell_contrast_m10_bb_pos,sell,2025-09-08 12:30:00,1656.0 -52743,sell_contrast_m10_bb_pos,sell,2025-09-08 12:33:00,1658.0 -52744,sell_contrast_m10_bb_pos,sell,2025-09-08 12:36:00,1662.0 -52745,sell_contrast_m10_bb_pos,sell,2025-09-08 12:39:00,1695.0 -52746,sell_contrast_m10_bb_pos,sell,2025-09-08 12:42:00,1699.0 -52747,sell_contrast_m10_bb_pos,sell,2025-09-08 12:45:00,1697.0 -52748,sell_contrast_m10_bb_pos,sell,2025-09-08 12:48:00,1668.0 -52749,sell_contrast_m10_bb_pos,sell,2025-09-08 12:51:00,1674.0 -52750,sell_contrast_m10_bb_pos,sell,2025-09-08 12:54:00,1687.0 -52751,sell_contrast_m10_bb_pos,sell,2025-09-08 12:57:00,1666.0 -52752,sell_contrast_m10_bb_pos,sell,2025-09-08 13:21:00,1702.0 -52753,sell_contrast_m10_bb_pos,sell,2025-09-08 13:24:00,1714.0 -52754,sell_contrast_m10_bb_pos,sell,2025-09-08 13:27:00,1725.0 -52755,sell_contrast_m10_bb_pos,sell,2025-09-08 13:30:00,1733.0 -52756,sell_contrast_m10_bb_pos,sell,2025-09-08 13:33:00,1724.0 -52757,sell_contrast_m10_bb_pos,sell,2025-09-08 13:36:00,1722.0 -52758,sell_contrast_m10_bb_pos,sell,2025-09-08 13:39:00,1723.0 -52759,sell_contrast_m10_bb_pos,sell,2025-09-08 13:42:00,1724.0 -52760,sell_contrast_m10_bb_pos,sell,2025-09-08 13:45:00,1732.0 -52761,sell_contrast_m10_bb_pos,sell,2025-09-08 13:48:00,1721.0 -52762,sell_contrast_m10_bb_pos,sell,2025-09-08 14:00:00,1761.0 -52763,sell_contrast_m10_bb_pos,sell,2025-09-08 14:03:00,1784.0 -52764,sell_contrast_m10_bb_pos,sell,2025-09-08 14:06:00,1797.0 -52765,sell_contrast_m10_bb_pos,sell,2025-09-08 14:09:00,1813.0 -52766,sell_contrast_m10_bb_pos,sell,2025-09-08 14:21:00,1767.0 -52767,sell_contrast_m10_bb_pos,sell,2025-09-08 14:24:00,1777.0 -52768,sell_contrast_m10_bb_pos,sell,2025-09-08 14:27:00,1779.0 -52769,sell_contrast_m10_bb_pos,sell,2025-09-08 14:30:00,1791.0 -52770,sell_contrast_m10_bb_pos,sell,2025-09-08 14:33:00,1783.0 -52771,sell_contrast_m10_bb_pos,sell,2025-09-08 14:36:00,1783.0 -52772,sell_contrast_m10_bb_pos,sell,2025-09-08 14:39:00,1784.0 -52773,sell_contrast_m10_bb_pos,sell,2025-09-08 14:42:00,1775.0 -52774,sell_contrast_m10_bb_pos,sell,2025-09-08 14:45:00,1786.0 -52775,sell_contrast_m10_bb_pos,sell,2025-09-08 14:48:00,1784.0 -52776,sell_contrast_m10_bb_pos,sell,2025-09-08 19:51:00,1765.0 -52777,sell_contrast_m10_bb_pos,sell,2025-09-08 19:54:00,1774.0 -52778,sell_contrast_m10_bb_pos,sell,2025-09-08 19:57:00,1767.0 -52779,sell_contrast_m10_bb_pos,sell,2025-09-08 22:30:00,1779.0 -52780,sell_contrast_m10_bb_pos,sell,2025-09-08 22:33:00,1787.0 -52781,sell_contrast_m10_bb_pos,sell,2025-09-08 22:36:00,1797.0 -52782,sell_contrast_m10_bb_pos,sell,2025-09-08 22:39:00,1773.0 -52783,sell_contrast_m10_bb_pos,sell,2025-09-08 22:51:00,1808.0 -52784,sell_contrast_m10_bb_pos,sell,2025-09-08 22:54:00,1809.0 -52785,sell_contrast_m10_bb_pos,sell,2025-09-08 22:57:00,1809.0 -52786,sell_contrast_m10_bb_pos,sell,2025-09-08 23:00:00,1809.0 -52787,sell_contrast_m10_bb_pos,sell,2025-09-08 23:03:00,1869.0 -52788,sell_contrast_m10_bb_pos,sell,2025-09-08 23:06:00,1871.0 -52789,sell_contrast_m10_bb_pos,sell,2025-09-08 23:09:00,1880.0 -52790,sell_contrast_m10_bb_pos,sell,2025-09-09 00:21:00,2079.0 -52791,sell_contrast_m10_bb_pos,sell,2025-09-09 00:24:00,2105.0 -52792,sell_contrast_m10_bb_pos,sell,2025-09-09 00:27:00,2152.0 -52793,sell_contrast_m10_bb_pos,sell,2025-09-09 00:30:00,2127.0 -52794,sell_contrast_m10_bb_pos,sell,2025-09-09 00:33:00,2112.0 -52795,sell_contrast_m10_bb_pos,sell,2025-09-09 00:36:00,2091.0 -52796,sell_contrast_m10_bb_pos,sell,2025-09-09 00:39:00,2083.0 -52797,sell_contrast_m10_bb_pos,sell,2025-09-09 02:42:00,2116.0 -52798,sell_contrast_m10_bb_pos,sell,2025-09-09 02:45:00,2100.0 -52799,sell_contrast_m10_bb_pos,sell,2025-09-09 02:48:00,2086.0 -52800,sell_contrast_m10_bb_pos,sell,2025-09-09 06:42:00,2135.0 -52801,sell_contrast_m10_bb_pos,sell,2025-09-09 06:45:00,2127.0 -52802,sell_contrast_m10_bb_pos,sell,2025-09-09 06:48:00,2136.0 -52803,sell_contrast_m10_bb_pos,sell,2025-09-09 06:51:00,2130.0 -52804,sell_contrast_m10_bb_pos,sell,2025-09-09 06:54:00,2139.0 -52805,sell_contrast_m10_bb_pos,sell,2025-09-09 06:57:00,2143.0 -52806,sell_contrast_m10_bb_pos,sell,2025-09-09 09:42:00,2432.0 -52807,sell_contrast_m10_bb_pos,sell,2025-09-09 09:45:00,2413.0 -52808,sell_contrast_m10_bb_pos,sell,2025-09-09 09:48:00,2393.0 -52809,sell_contrast_m10_bb_pos,sell,2025-09-09 09:51:00,2426.0 -52810,sell_contrast_m10_bb_pos,sell,2025-09-09 09:54:00,2425.0 -52811,sell_contrast_m10_bb_pos,sell,2025-09-09 09:57:00,2442.0 -52812,sell_contrast_m10_bb_pos,sell,2025-09-09 10:00:00,2435.0 -52813,sell_contrast_m10_bb_pos,sell,2025-09-09 10:03:00,2446.0 -52814,sell_contrast_m10_bb_pos,sell,2025-09-09 10:06:00,2471.0 -52815,sell_contrast_m10_bb_pos,sell,2025-09-09 10:09:00,2491.0 -52816,sell_contrast_m10_bb_pos,sell,2025-09-09 10:12:00,2464.0 -52817,sell_contrast_m10_bb_pos,sell,2025-09-09 10:15:00,2490.0 -52818,sell_contrast_m10_bb_pos,sell,2025-09-09 10:18:00,2493.0 -52819,sell_contrast_m10_bb_pos,sell,2025-09-09 12:30:00,2520.0 -52820,sell_contrast_m10_bb_pos,sell,2025-09-09 12:33:00,2513.0 -52821,sell_contrast_m10_bb_pos,sell,2025-09-09 12:36:00,2508.0 -52822,sell_contrast_m10_bb_pos,sell,2025-09-09 12:39:00,2496.0 -52823,sell_contrast_m10_bb_pos,sell,2025-09-09 12:42:00,2518.0 -52824,sell_contrast_m10_bb_pos,sell,2025-09-09 12:45:00,2573.0 -52825,sell_contrast_m10_bb_pos,sell,2025-09-09 12:48:00,2545.0 -52826,sell_contrast_m10_bb_pos,sell,2025-09-09 15:42:00,2629.0 -52827,sell_contrast_m10_bb_pos,sell,2025-09-09 15:45:00,2654.0 -52828,sell_contrast_m10_bb_pos,sell,2025-09-09 15:48:00,2663.0 -52829,sell_contrast_m10_bb_pos,sell,2025-09-09 19:12:00,2796.0 -52830,sell_contrast_m10_bb_pos,sell,2025-09-09 19:15:00,2786.0 -52831,sell_contrast_m10_bb_pos,sell,2025-09-09 19:18:00,2806.0 -52832,sell_contrast_m10_bb_pos,sell,2025-09-09 20:12:00,2866.0 -52833,sell_contrast_m10_bb_pos,sell,2025-09-09 20:15:00,2857.0 -52834,sell_contrast_m10_bb_pos,sell,2025-09-09 20:18:00,2874.0 -52835,sell_contrast_m10_bb_pos,sell,2025-09-09 20:30:00,2930.0 -52836,sell_contrast_m10_bb_pos,sell,2025-09-09 20:33:00,2892.0 -52837,sell_contrast_m10_bb_pos,sell,2025-09-09 20:36:00,2905.0 -52838,sell_contrast_m10_bb_pos,sell,2025-09-09 20:39:00,2901.0 -52839,sell_contrast_m10_bb_pos,sell,2025-09-10 04:30:00,2581.0 -52840,sell_contrast_m10_bb_pos,sell,2025-09-10 04:33:00,2579.0 -52841,sell_contrast_m10_bb_pos,sell,2025-09-10 04:36:00,2587.0 -52842,sell_contrast_m10_bb_pos,sell,2025-09-10 04:39:00,2589.0 -52843,sell_contrast_m10_bb_pos,sell,2025-09-10 04:42:00,2584.0 -52844,sell_contrast_m10_bb_pos,sell,2025-09-10 04:45:00,2588.0 -52845,sell_contrast_m10_bb_pos,sell,2025-09-10 04:48:00,2580.0 -52846,sell_contrast_m10_bb_pos,sell,2025-09-10 04:51:00,2576.0 -52847,sell_contrast_m10_bb_pos,sell,2025-09-10 04:54:00,2546.0 -52848,sell_contrast_m10_bb_pos,sell,2025-09-10 04:57:00,2529.0 -52849,sell_contrast_m10_bb_pos,sell,2025-09-10 07:51:00,2589.0 -52850,sell_contrast_m10_bb_pos,sell,2025-09-10 07:54:00,2566.0 -52851,sell_contrast_m10_bb_pos,sell,2025-09-10 07:57:00,2572.0 -52852,sell_contrast_m10_bb_pos,sell,2025-09-10 08:42:00,2673.0 -52853,sell_contrast_m10_bb_pos,sell,2025-09-10 08:45:00,2675.0 -52854,sell_contrast_m10_bb_pos,sell,2025-09-10 08:48:00,2688.0 -52855,sell_contrast_m10_bb_pos,sell,2025-09-10 08:51:00,2694.0 -52856,sell_contrast_m10_bb_pos,sell,2025-09-10 08:54:00,2703.0 -52857,sell_contrast_m10_bb_pos,sell,2025-09-10 08:57:00,2691.0 -52858,sell_contrast_m10_bb_pos,sell,2025-09-10 09:00:00,2689.0 -52859,sell_contrast_m10_bb_pos,sell,2025-09-10 09:03:00,2691.0 -52860,sell_contrast_m10_bb_pos,sell,2025-09-10 09:06:00,2659.0 -52861,sell_contrast_m10_bb_pos,sell,2025-09-10 09:09:00,2673.0 -52862,sell_contrast_m10_bb_pos,sell,2025-09-10 10:12:00,2772.0 -52863,sell_contrast_m10_bb_pos,sell,2025-09-10 10:15:00,2750.0 -52864,sell_contrast_m10_bb_pos,sell,2025-09-10 10:18:00,2784.0 -52865,sell_contrast_m10_bb_pos,sell,2025-09-10 10:42:00,2844.0 -52866,sell_contrast_m10_bb_pos,sell,2025-09-10 10:45:00,2844.0 -52867,sell_contrast_m10_bb_pos,sell,2025-09-10 10:48:00,2810.0 -52868,sell_contrast_m10_bb_pos,sell,2025-09-10 11:12:00,2806.0 -52869,sell_contrast_m10_bb_pos,sell,2025-09-10 11:15:00,2794.0 -52870,sell_contrast_m10_bb_pos,sell,2025-09-10 11:18:00,2806.0 -52871,sell_contrast_m10_bb_pos,sell,2025-09-10 22:21:00,2630.0 -52872,sell_contrast_m10_bb_pos,sell,2025-09-10 22:24:00,2617.0 -52873,sell_contrast_m10_bb_pos,sell,2025-09-10 22:27:00,2624.0 -52874,sell_contrast_m10_bb_pos,sell,2025-09-11 04:51:00,2534.0 -52875,sell_contrast_m10_bb_pos,sell,2025-09-11 04:54:00,2539.0 -52876,sell_contrast_m10_bb_pos,sell,2025-09-11 04:57:00,2546.0 -52877,sell_contrast_m10_bb_pos,sell,2025-09-11 05:42:00,2581.0 -52878,sell_contrast_m10_bb_pos,sell,2025-09-11 05:45:00,2577.0 -52879,sell_contrast_m10_bb_pos,sell,2025-09-11 05:48:00,2578.0 -52880,sell_contrast_m10_bb_pos,sell,2025-09-11 05:51:00,2576.0 -52881,sell_contrast_m10_bb_pos,sell,2025-09-11 05:54:00,2583.0 -52882,sell_contrast_m10_bb_pos,sell,2025-09-11 05:57:00,2582.0 -52883,sell_contrast_m10_bb_pos,sell,2025-09-11 06:00:00,2580.0 -52884,sell_contrast_m10_bb_pos,sell,2025-09-11 06:03:00,2597.0 -52885,sell_contrast_m10_bb_pos,sell,2025-09-11 06:06:00,2597.0 -52886,sell_contrast_m10_bb_pos,sell,2025-09-11 06:09:00,2605.0 -52887,sell_contrast_m10_bb_pos,sell,2025-09-11 06:12:00,2598.0 -52888,sell_contrast_m10_bb_pos,sell,2025-09-11 06:15:00,2593.0 -52889,sell_contrast_m10_bb_pos,sell,2025-09-11 06:18:00,2598.0 -52890,sell_contrast_m10_bb_pos,sell,2025-09-11 06:21:00,2594.0 -52891,sell_contrast_m10_bb_pos,sell,2025-09-11 06:24:00,2591.0 -52892,sell_contrast_m10_bb_pos,sell,2025-09-11 06:27:00,2594.0 -52893,sell_contrast_m10_bb_pos,sell,2025-09-11 08:30:00,2625.0 -52894,sell_contrast_m10_bb_pos,sell,2025-09-11 08:33:00,2620.0 -52895,sell_contrast_m10_bb_pos,sell,2025-09-11 08:36:00,2608.0 -52896,sell_contrast_m10_bb_pos,sell,2025-09-11 08:39:00,2601.0 -52897,sell_contrast_m10_bb_pos,sell,2025-09-11 18:42:00,2459.0 -52898,sell_contrast_m10_bb_pos,sell,2025-09-11 18:45:00,2458.0 -52899,sell_contrast_m10_bb_pos,sell,2025-09-11 18:48:00,2458.0 -52900,sell_contrast_m10_bb_pos,sell,2025-09-12 03:21:00,2275.0 -52901,sell_contrast_m10_bb_pos,sell,2025-09-12 03:24:00,2269.0 -52902,sell_contrast_m10_bb_pos,sell,2025-09-12 03:27:00,2267.0 -52903,sell_contrast_m10_bb_pos,sell,2025-09-12 05:42:00,2281.0 -52904,sell_contrast_m10_bb_pos,sell,2025-09-12 05:45:00,2280.0 -52905,sell_contrast_m10_bb_pos,sell,2025-09-12 05:48:00,2277.0 -52906,sell_contrast_m10_bb_pos,sell,2025-09-12 06:12:00,2284.0 -52907,sell_contrast_m10_bb_pos,sell,2025-09-12 06:15:00,2288.0 -52908,sell_contrast_m10_bb_pos,sell,2025-09-12 06:18:00,2285.0 -52909,sell_contrast_m10_bb_pos,sell,2025-09-12 06:21:00,2284.0 -52910,sell_contrast_m10_bb_pos,sell,2025-09-12 06:24:00,2283.0 -52911,sell_contrast_m10_bb_pos,sell,2025-09-12 06:27:00,2283.0 -52912,sell_contrast_m10_bb_pos,sell,2025-09-12 06:51:00,2288.0 -52913,sell_contrast_m10_bb_pos,sell,2025-09-12 06:54:00,2291.0 -52914,sell_contrast_m10_bb_pos,sell,2025-09-12 06:57:00,2295.0 -52915,sell_contrast_m10_bb_pos,sell,2025-09-12 07:42:00,2306.0 -52916,sell_contrast_m10_bb_pos,sell,2025-09-12 07:45:00,2305.0 -52917,sell_contrast_m10_bb_pos,sell,2025-09-12 07:48:00,2305.0 -52918,sell_contrast_m10_bb_pos,sell,2025-09-12 14:42:00,2298.0 -52919,sell_contrast_m10_bb_pos,sell,2025-09-12 14:45:00,2296.0 -52920,sell_contrast_m10_bb_pos,sell,2025-09-12 14:48:00,2285.0 -52921,sell_contrast_m10_bb_pos,sell,2025-09-12 15:51:00,2365.0 -52922,sell_contrast_m10_bb_pos,sell,2025-09-12 15:54:00,2358.0 -52923,sell_contrast_m10_bb_pos,sell,2025-09-12 15:57:00,2359.0 -52924,sell_contrast_m10_bb_pos,sell,2025-09-12 16:12:00,2379.0 -52925,sell_contrast_m10_bb_pos,sell,2025-09-12 16:15:00,2376.0 -52926,sell_contrast_m10_bb_pos,sell,2025-09-12 16:18:00,2391.0 -52927,sell_contrast_m10_bb_pos,sell,2025-09-13 03:30:00,2259.0 -52928,sell_contrast_m10_bb_pos,sell,2025-09-13 03:33:00,2252.0 -52929,sell_contrast_m10_bb_pos,sell,2025-09-13 03:36:00,2258.0 -52930,sell_contrast_m10_bb_pos,sell,2025-09-13 03:39:00,2254.0 -52931,sell_contrast_m10_bb_pos,sell,2025-09-13 04:00:00,2263.0 -52932,sell_contrast_m10_bb_pos,sell,2025-09-13 04:03:00,2256.0 -52933,sell_contrast_m10_bb_pos,sell,2025-09-13 04:06:00,2260.0 -52934,sell_contrast_m10_bb_pos,sell,2025-09-13 04:09:00,2272.0 -52935,sell_contrast_m10_bb_pos,sell,2025-09-13 04:12:00,2272.0 -52936,sell_contrast_m10_bb_pos,sell,2025-09-13 04:15:00,2271.0 -52937,sell_contrast_m10_bb_pos,sell,2025-09-13 04:18:00,2276.0 -52938,sell_contrast_m10_bb_pos,sell,2025-09-13 04:30:00,2278.0 -52939,sell_contrast_m10_bb_pos,sell,2025-09-13 04:33:00,2280.0 -52940,sell_contrast_m10_bb_pos,sell,2025-09-13 04:36:00,2282.0 -52941,sell_contrast_m10_bb_pos,sell,2025-09-13 04:39:00,2277.0 -52942,sell_contrast_m10_bb_pos,sell,2025-09-13 04:42:00,2272.0 -52943,sell_contrast_m10_bb_pos,sell,2025-09-13 04:45:00,2274.0 -52944,sell_contrast_m10_bb_pos,sell,2025-09-13 04:48:00,2273.0 -52945,sell_contrast_m10_bb_pos,sell,2025-09-13 05:00:00,2290.0 -52946,sell_contrast_m10_bb_pos,sell,2025-09-13 05:03:00,2283.0 -52947,sell_contrast_m10_bb_pos,sell,2025-09-13 05:06:00,2279.0 -52948,sell_contrast_m10_bb_pos,sell,2025-09-13 05:09:00,2279.0 -52949,sell_contrast_m10_bb_pos,sell,2025-09-13 07:00:00,2297.0 -52950,sell_contrast_m10_bb_pos,sell,2025-09-13 07:03:00,2293.0 -52951,sell_contrast_m10_bb_pos,sell,2025-09-13 07:06:00,2300.0 -52952,sell_contrast_m10_bb_pos,sell,2025-09-13 07:09:00,2293.0 -52953,sell_contrast_m10_bb_pos,sell,2025-09-13 07:21:00,2293.0 -52954,sell_contrast_m10_bb_pos,sell,2025-09-13 07:24:00,2297.0 -52955,sell_contrast_m10_bb_pos,sell,2025-09-13 07:27:00,2298.0 -52956,sell_contrast_m10_bb_pos,sell,2025-09-13 07:30:00,2297.0 -52957,sell_contrast_m10_bb_pos,sell,2025-09-13 07:33:00,2289.0 -52958,sell_contrast_m10_bb_pos,sell,2025-09-13 07:36:00,2291.0 -52959,sell_contrast_m10_bb_pos,sell,2025-09-13 07:39:00,2296.0 -52960,sell_contrast_m10_bb_pos,sell,2025-09-13 21:00:00,2262.0 -52961,sell_contrast_m10_bb_pos,sell,2025-09-13 21:03:00,2260.0 -52962,sell_contrast_m10_bb_pos,sell,2025-09-13 21:06:00,2256.0 -52963,sell_contrast_m10_bb_pos,sell,2025-09-13 21:09:00,2253.0 -52964,sell_contrast_m10_bb_pos,sell,2025-09-13 21:21:00,2264.0 -52965,sell_contrast_m10_bb_pos,sell,2025-09-13 21:24:00,2258.0 -52966,sell_contrast_m10_bb_pos,sell,2025-09-13 21:27:00,2257.0 -52967,sell_contrast_m10_bb_pos,sell,2025-09-13 21:42:00,2262.0 -52968,sell_contrast_m10_bb_pos,sell,2025-09-13 21:45:00,2261.0 -52969,sell_contrast_m10_bb_pos,sell,2025-09-13 21:48:00,2261.0 -52970,sell_contrast_m10_bb_pos,sell,2025-09-13 21:51:00,2267.0 -52971,sell_contrast_m10_bb_pos,sell,2025-09-13 21:54:00,2272.0 -52972,sell_contrast_m10_bb_pos,sell,2025-09-13 21:57:00,2266.0 -52973,sell_contrast_m10_bb_pos,sell,2025-09-14 03:00:00,2232.0 -52974,sell_contrast_m10_bb_pos,sell,2025-09-14 03:03:00,2224.0 -52975,sell_contrast_m10_bb_pos,sell,2025-09-14 03:06:00,2221.0 -52976,sell_contrast_m10_bb_pos,sell,2025-09-14 03:09:00,2216.0 -52977,sell_contrast_m10_bb_pos,sell,2025-09-14 05:00:00,2243.0 -52978,sell_contrast_m10_bb_pos,sell,2025-09-14 05:03:00,2246.0 -52979,sell_contrast_m10_bb_pos,sell,2025-09-14 05:06:00,2244.0 -52980,sell_contrast_m10_bb_pos,sell,2025-09-14 05:09:00,2241.0 -52981,sell_contrast_m10_bb_pos,sell,2025-09-14 05:12:00,2237.0 -52982,sell_contrast_m10_bb_pos,sell,2025-09-14 05:15:00,2247.0 -52983,sell_contrast_m10_bb_pos,sell,2025-09-14 05:18:00,2242.0 -52984,sell_contrast_m10_bb_pos,sell,2025-09-14 05:21:00,2242.0 -52985,sell_contrast_m10_bb_pos,sell,2025-09-14 05:24:00,2242.0 -52986,sell_contrast_m10_bb_pos,sell,2025-09-14 05:27:00,2257.0 -52987,sell_contrast_m10_bb_pos,sell,2025-09-14 06:00:00,2256.0 -52988,sell_contrast_m10_bb_pos,sell,2025-09-14 06:03:00,2260.0 -52989,sell_contrast_m10_bb_pos,sell,2025-09-14 06:06:00,2255.0 -52990,sell_contrast_m10_bb_pos,sell,2025-09-14 06:09:00,2269.0 -52991,sell_contrast_m10_bb_pos,sell,2025-09-14 06:30:00,2277.0 -52992,sell_contrast_m10_bb_pos,sell,2025-09-14 06:33:00,2267.0 -52993,sell_contrast_m10_bb_pos,sell,2025-09-14 06:36:00,2275.0 -52994,sell_contrast_m10_bb_pos,sell,2025-09-14 06:39:00,2272.0 -52995,sell_contrast_m10_bb_pos,sell,2025-09-14 06:42:00,2270.0 -52996,sell_contrast_m10_bb_pos,sell,2025-09-14 06:45:00,2275.0 -52997,sell_contrast_m10_bb_pos,sell,2025-09-14 06:48:00,2275.0 -52998,sell_contrast_m10_bb_pos,sell,2025-09-14 12:12:00,2293.0 -52999,sell_contrast_m10_bb_pos,sell,2025-09-14 12:15:00,2294.0 -53000,sell_contrast_m10_bb_pos,sell,2025-09-14 12:18:00,2305.0 -53001,sell_contrast_m10_bb_pos,sell,2025-09-14 12:30:00,2283.0 -53002,sell_contrast_m10_bb_pos,sell,2025-09-14 12:33:00,2265.0 -53003,sell_contrast_m10_bb_pos,sell,2025-09-14 12:36:00,2259.0 -53004,sell_contrast_m10_bb_pos,sell,2025-09-14 12:39:00,2260.0 -53005,sell_contrast_m10_bb_pos,sell,2025-09-14 13:21:00,2288.0 -53006,sell_contrast_m10_bb_pos,sell,2025-09-14 13:24:00,2272.0 -53007,sell_contrast_m10_bb_pos,sell,2025-09-14 13:27:00,2268.0 -53008,sell_contrast_m10_bb_pos,sell,2025-09-14 13:42:00,2288.0 -53009,sell_contrast_m10_bb_pos,sell,2025-09-14 13:45:00,2300.0 -53010,sell_contrast_m10_bb_pos,sell,2025-09-14 13:48:00,2298.0 -53011,sell_contrast_m10_bb_pos,sell,2025-09-14 13:51:00,2300.0 -53012,sell_contrast_m10_bb_pos,sell,2025-09-14 13:54:00,2310.0 -53013,sell_contrast_m10_bb_pos,sell,2025-09-14 13:57:00,2298.0 -53014,sell_contrast_m10_bb_pos,sell,2025-09-14 14:00:00,2298.0 -53015,sell_contrast_m10_bb_pos,sell,2025-09-14 14:03:00,2290.0 -53016,sell_contrast_m10_bb_pos,sell,2025-09-14 14:06:00,2304.0 -53017,sell_contrast_m10_bb_pos,sell,2025-09-14 14:09:00,2320.0 -53018,sell_contrast_m10_bb_pos,sell,2025-09-14 14:30:00,2324.0 -53019,sell_contrast_m10_bb_pos,sell,2025-09-14 14:33:00,2330.0 -53020,sell_contrast_m10_bb_pos,sell,2025-09-14 14:36:00,2337.0 -53021,sell_contrast_m10_bb_pos,sell,2025-09-14 14:39:00,2327.0 -53022,sell_contrast_m10_bb_pos,sell,2025-09-14 14:42:00,2325.0 -53023,sell_contrast_m10_bb_pos,sell,2025-09-14 14:45:00,2320.0 -53024,sell_contrast_m10_bb_pos,sell,2025-09-14 14:48:00,2310.0 -53025,sell_contrast_m10_bb_pos,sell,2025-09-14 15:21:00,2349.0 -53026,sell_contrast_m10_bb_pos,sell,2025-09-14 15:24:00,2335.0 -53027,sell_contrast_m10_bb_pos,sell,2025-09-14 15:27:00,2326.0 -53028,sell_contrast_m10_bb_pos,sell,2025-09-14 15:42:00,2359.0 -53029,sell_contrast_m10_bb_pos,sell,2025-09-14 15:45:00,2366.0 -53030,sell_contrast_m10_bb_pos,sell,2025-09-14 15:48:00,2370.0 -53031,sell_contrast_m10_bb_pos,sell,2025-09-14 15:51:00,2384.0 -53032,sell_contrast_m10_bb_pos,sell,2025-09-14 15:54:00,2386.0 -53033,sell_contrast_m10_bb_pos,sell,2025-09-14 15:57:00,2381.0 -53034,sell_contrast_m10_bb_pos,sell,2025-09-14 16:00:00,2376.0 -53035,sell_contrast_m10_bb_pos,sell,2025-09-14 16:03:00,2363.0 -53036,sell_contrast_m10_bb_pos,sell,2025-09-14 16:06:00,2360.0 -53037,sell_contrast_m10_bb_pos,sell,2025-09-14 16:09:00,2357.0 -53038,sell_contrast_m10_bb_pos,sell,2025-09-14 16:21:00,2388.0 -53039,sell_contrast_m10_bb_pos,sell,2025-09-14 16:24:00,2386.0 -53040,sell_contrast_m10_bb_pos,sell,2025-09-14 16:27:00,2365.0 -53041,sell_contrast_m10_bb_pos,sell,2025-09-14 16:42:00,2387.0 -53042,sell_contrast_m10_bb_pos,sell,2025-09-14 16:45:00,2382.0 -53043,sell_contrast_m10_bb_pos,sell,2025-09-14 16:48:00,2391.0 -53044,sell_contrast_m10_bb_pos,sell,2025-09-15 06:21:00,2240.0 -53045,sell_contrast_m10_bb_pos,sell,2025-09-15 06:24:00,2241.0 -53046,sell_contrast_m10_bb_pos,sell,2025-09-15 06:27:00,2242.0 -53047,sell_contrast_m10_bb_pos,sell,2025-09-15 06:30:00,2240.0 -53048,sell_contrast_m10_bb_pos,sell,2025-09-15 06:33:00,2238.0 -53049,sell_contrast_m10_bb_pos,sell,2025-09-15 06:36:00,2243.0 -53050,sell_contrast_m10_bb_pos,sell,2025-09-15 06:39:00,2246.0 -53051,sell_contrast_m10_bb_pos,sell,2025-09-15 14:12:00,2228.0 -53052,sell_contrast_m10_bb_pos,sell,2025-09-15 14:15:00,2228.0 -53053,sell_contrast_m10_bb_pos,sell,2025-09-15 14:18:00,2225.0 -53054,sell_contrast_m10_bb_pos,sell,2025-09-15 14:30:00,2227.0 -53055,sell_contrast_m10_bb_pos,sell,2025-09-15 14:33:00,2229.0 -53056,sell_contrast_m10_bb_pos,sell,2025-09-15 14:36:00,2230.0 -53057,sell_contrast_m10_bb_pos,sell,2025-09-15 14:39:00,2227.0 -53058,sell_contrast_m10_bb_pos,sell,2025-09-15 14:42:00,2226.0 -53059,sell_contrast_m10_bb_pos,sell,2025-09-15 14:45:00,2223.0 -53060,sell_contrast_m10_bb_pos,sell,2025-09-15 14:48:00,2226.0 -53061,sell_contrast_m10_bb_pos,sell,2025-09-15 14:51:00,2228.0 -53062,sell_contrast_m10_bb_pos,sell,2025-09-15 14:54:00,2228.0 -53063,sell_contrast_m10_bb_pos,sell,2025-09-15 14:57:00,2228.0 -53064,sell_contrast_m10_bb_pos,sell,2025-09-15 18:51:00,2224.0 -53065,sell_contrast_m10_bb_pos,sell,2025-09-15 18:54:00,2234.0 -53066,sell_contrast_m10_bb_pos,sell,2025-09-15 18:57:00,2237.0 -53067,sell_contrast_m10_bb_pos,sell,2025-09-16 04:12:00,2090.0 -53068,sell_contrast_m10_bb_pos,sell,2025-09-16 04:15:00,2090.0 -53069,sell_contrast_m10_bb_pos,sell,2025-09-16 04:18:00,2084.0 -53070,sell_contrast_m10_bb_pos,sell,2025-09-16 04:51:00,2096.0 -53071,sell_contrast_m10_bb_pos,sell,2025-09-16 04:54:00,2096.0 -53072,sell_contrast_m10_bb_pos,sell,2025-09-16 04:57:00,2091.0 -53073,sell_contrast_m10_bb_pos,sell,2025-09-16 05:12:00,2096.0 -53074,sell_contrast_m10_bb_pos,sell,2025-09-16 05:15:00,2100.0 -53075,sell_contrast_m10_bb_pos,sell,2025-09-16 05:18:00,2101.0 -53076,sell_contrast_m10_bb_pos,sell,2025-09-16 05:21:00,2102.0 -53077,sell_contrast_m10_bb_pos,sell,2025-09-16 05:24:00,2103.0 -53078,sell_contrast_m10_bb_pos,sell,2025-09-16 05:27:00,2100.0 -53079,sell_contrast_m10_bb_pos,sell,2025-09-16 05:30:00,2103.0 -53080,sell_contrast_m10_bb_pos,sell,2025-09-16 05:33:00,2105.0 -53081,sell_contrast_m10_bb_pos,sell,2025-09-16 05:36:00,2103.0 -53082,sell_contrast_m10_bb_pos,sell,2025-09-16 05:39:00,2107.0 -53083,sell_contrast_m10_bb_pos,sell,2025-09-16 05:42:00,2108.0 -53084,sell_contrast_m10_bb_pos,sell,2025-09-16 05:45:00,2105.0 -53085,sell_contrast_m10_bb_pos,sell,2025-09-16 05:48:00,2110.0 -53086,sell_contrast_m10_bb_pos,sell,2025-09-16 05:51:00,2115.0 -53087,sell_contrast_m10_bb_pos,sell,2025-09-16 05:54:00,2110.0 -53088,sell_contrast_m10_bb_pos,sell,2025-09-16 05:57:00,2109.0 -53089,sell_contrast_m10_bb_pos,sell,2025-09-16 06:00:00,2109.0 -53090,sell_contrast_m10_bb_pos,sell,2025-09-16 06:03:00,2108.0 -53091,sell_contrast_m10_bb_pos,sell,2025-09-16 06:06:00,2108.0 -53092,sell_contrast_m10_bb_pos,sell,2025-09-16 06:09:00,2110.0 -53093,sell_contrast_m10_bb_pos,sell,2025-09-16 06:12:00,2111.0 -53094,sell_contrast_m10_bb_pos,sell,2025-09-16 06:15:00,2110.0 -53095,sell_contrast_m10_bb_pos,sell,2025-09-16 06:18:00,2108.0 -53096,sell_contrast_m10_bb_pos,sell,2025-09-16 07:21:00,2120.0 -53097,sell_contrast_m10_bb_pos,sell,2025-09-16 07:24:00,2114.0 -53098,sell_contrast_m10_bb_pos,sell,2025-09-16 07:27:00,2112.0 -53099,sell_contrast_m10_bb_pos,sell,2025-09-16 15:21:00,2099.0 -53100,sell_contrast_m10_bb_pos,sell,2025-09-16 15:24:00,2096.0 -53101,sell_contrast_m10_bb_pos,sell,2025-09-16 15:27:00,2091.0 -53102,sell_contrast_m10_bb_pos,sell,2025-09-16 22:42:00,2206.0 -53103,sell_contrast_m10_bb_pos,sell,2025-09-16 22:45:00,2197.0 -53104,sell_contrast_m10_bb_pos,sell,2025-09-16 22:48:00,2204.0 -53105,sell_contrast_m10_bb_pos,sell,2025-09-16 22:51:00,2184.0 -53106,sell_contrast_m10_bb_pos,sell,2025-09-16 22:54:00,2169.0 -53107,sell_contrast_m10_bb_pos,sell,2025-09-16 22:57:00,2173.0 -53108,sell_contrast_m10_bb_pos,sell,2025-09-17 06:51:00,2100.0 -53109,sell_contrast_m10_bb_pos,sell,2025-09-17 06:54:00,2106.0 -53110,sell_contrast_m10_bb_pos,sell,2025-09-17 06:57:00,2108.0 -53111,sell_contrast_m10_bb_pos,sell,2025-09-17 16:12:00,2098.0 -53112,sell_contrast_m10_bb_pos,sell,2025-09-17 16:15:00,2100.0 -53113,sell_contrast_m10_bb_pos,sell,2025-09-17 16:18:00,2103.0 -53114,sell_contrast_m10_bb_pos,sell,2025-09-17 16:21:00,2102.0 -53115,sell_contrast_m10_bb_pos,sell,2025-09-17 16:24:00,2100.0 -53116,sell_contrast_m10_bb_pos,sell,2025-09-17 16:27:00,2096.0 -53117,sell_contrast_m10_bb_pos,sell,2025-09-17 20:30:00,2084.0 -53118,sell_contrast_m10_bb_pos,sell,2025-09-17 20:33:00,2082.0 -53119,sell_contrast_m10_bb_pos,sell,2025-09-17 20:36:00,2081.0 -53120,sell_contrast_m10_bb_pos,sell,2025-09-17 20:39:00,2079.0 -53121,sell_contrast_m10_bb_pos,sell,2025-09-17 21:21:00,2090.0 -53122,sell_contrast_m10_bb_pos,sell,2025-09-17 21:24:00,2084.0 -53123,sell_contrast_m10_bb_pos,sell,2025-09-17 21:27:00,2087.0 -53124,sell_contrast_m10_bb_pos,sell,2025-09-17 21:42:00,2086.0 -53125,sell_contrast_m10_bb_pos,sell,2025-09-17 21:45:00,2094.0 -53126,sell_contrast_m10_bb_pos,sell,2025-09-17 21:48:00,2093.0 -53127,sell_contrast_m10_bb_pos,sell,2025-09-17 22:21:00,2104.0 -53128,sell_contrast_m10_bb_pos,sell,2025-09-17 22:24:00,2102.0 -53129,sell_contrast_m10_bb_pos,sell,2025-09-17 22:27:00,2100.0 -53130,sell_contrast_m10_bb_pos,sell,2025-09-17 22:30:00,2100.0 -53131,sell_contrast_m10_bb_pos,sell,2025-09-17 22:33:00,2093.0 -53132,sell_contrast_m10_bb_pos,sell,2025-09-17 22:36:00,2087.0 -53133,sell_contrast_m10_bb_pos,sell,2025-09-17 22:39:00,2090.0 -53134,sell_contrast_m10_bb_pos,sell,2025-09-17 22:51:00,2113.0 -53135,sell_contrast_m10_bb_pos,sell,2025-09-17 22:54:00,2105.0 -53136,sell_contrast_m10_bb_pos,sell,2025-09-17 22:57:00,2100.0 -53137,sell_contrast_m10_bb_pos,sell,2025-09-17 23:21:00,2106.0 -53138,sell_contrast_m10_bb_pos,sell,2025-09-17 23:24:00,2107.0 -53139,sell_contrast_m10_bb_pos,sell,2025-09-17 23:27:00,2110.0 -53140,sell_contrast_m10_bb_pos,sell,2025-09-18 00:51:00,2112.0 -53141,sell_contrast_m10_bb_pos,sell,2025-09-18 00:54:00,2106.0 -53142,sell_contrast_m10_bb_pos,sell,2025-09-18 00:57:00,2111.0 -53143,sell_contrast_m10_bb_pos,sell,2025-09-18 02:12:00,2161.0 -53144,sell_contrast_m10_bb_pos,sell,2025-09-18 02:15:00,2150.0 -53145,sell_contrast_m10_bb_pos,sell,2025-09-18 02:18:00,2159.0 -53146,sell_contrast_m10_bb_pos,sell,2025-09-18 02:42:00,2176.0 -53147,sell_contrast_m10_bb_pos,sell,2025-09-18 02:45:00,2164.0 -53148,sell_contrast_m10_bb_pos,sell,2025-09-18 02:48:00,2163.0 -53149,sell_contrast_m10_bb_pos,sell,2025-09-18 08:00:00,2233.0 -53150,sell_contrast_m10_bb_pos,sell,2025-09-18 08:03:00,2228.0 -53151,sell_contrast_m10_bb_pos,sell,2025-09-18 08:06:00,2226.0 -53152,sell_contrast_m10_bb_pos,sell,2025-09-18 08:09:00,2217.0 -53153,sell_contrast_m10_bb_pos,sell,2025-09-18 11:30:00,2227.0 -53154,sell_contrast_m10_bb_pos,sell,2025-09-18 11:33:00,2226.0 -53155,sell_contrast_m10_bb_pos,sell,2025-09-18 11:36:00,2207.0 -53156,sell_contrast_m10_bb_pos,sell,2025-09-18 11:39:00,2205.0 -53157,sell_contrast_m10_bb_pos,sell,2025-09-18 13:51:00,2238.0 -53158,sell_contrast_m10_bb_pos,sell,2025-09-18 13:54:00,2231.0 -53159,sell_contrast_m10_bb_pos,sell,2025-09-18 13:57:00,2238.0 -53160,sell_contrast_m10_bb_pos,sell,2025-09-18 14:21:00,2241.0 -53161,sell_contrast_m10_bb_pos,sell,2025-09-18 14:24:00,2240.0 -53162,sell_contrast_m10_bb_pos,sell,2025-09-18 14:27:00,2231.0 -53163,sell_contrast_m10_bb_pos,sell,2025-09-18 23:42:00,2264.0 -53164,sell_contrast_m10_bb_pos,sell,2025-09-18 23:45:00,2263.0 -53165,sell_contrast_m10_bb_pos,sell,2025-09-18 23:48:00,2272.0 -53166,sell_contrast_m10_bb_pos,sell,2025-09-19 04:00:00,2216.0 -53167,sell_contrast_m10_bb_pos,sell,2025-09-19 04:03:00,2209.0 -53168,sell_contrast_m10_bb_pos,sell,2025-09-19 04:06:00,2214.0 -53169,sell_contrast_m10_bb_pos,sell,2025-09-19 04:09:00,2214.0 -53170,sell_contrast_m10_bb_pos,sell,2025-09-19 04:12:00,2215.0 -53171,sell_contrast_m10_bb_pos,sell,2025-09-19 04:15:00,2217.0 -53172,sell_contrast_m10_bb_pos,sell,2025-09-19 04:18:00,2222.0 -53173,sell_contrast_m10_bb_pos,sell,2025-09-19 05:12:00,2218.0 -53174,sell_contrast_m10_bb_pos,sell,2025-09-19 05:15:00,2216.0 -53175,sell_contrast_m10_bb_pos,sell,2025-09-19 05:18:00,2222.0 -53176,sell_contrast_m10_bb_pos,sell,2025-09-19 06:42:00,2227.0 -53177,sell_contrast_m10_bb_pos,sell,2025-09-19 06:45:00,2228.0 -53178,sell_contrast_m10_bb_pos,sell,2025-09-19 06:48:00,2234.0 -53179,sell_contrast_m10_bb_pos,sell,2025-09-19 07:00:00,2232.0 -53180,sell_contrast_m10_bb_pos,sell,2025-09-19 07:03:00,2224.0 -53181,sell_contrast_m10_bb_pos,sell,2025-09-19 07:06:00,2225.0 -53182,sell_contrast_m10_bb_pos,sell,2025-09-19 07:09:00,2221.0 -53183,sell_contrast_m10_bb_pos,sell,2025-09-19 17:21:00,2175.0 -53184,sell_contrast_m10_bb_pos,sell,2025-09-19 17:24:00,2175.0 -53185,sell_contrast_m10_bb_pos,sell,2025-09-19 17:27:00,2175.0 -53186,sell_contrast_m10_bb_pos,sell,2025-09-19 18:21:00,2175.0 -53187,sell_contrast_m10_bb_pos,sell,2025-09-19 18:24:00,2172.0 -53188,sell_contrast_m10_bb_pos,sell,2025-09-19 18:27:00,2168.0 -53189,sell_contrast_m10_bb_pos,sell,2025-09-19 22:42:00,2146.0 -53190,sell_contrast_m10_bb_pos,sell,2025-09-19 22:45:00,2135.0 -53191,sell_contrast_m10_bb_pos,sell,2025-09-19 22:48:00,2141.0 -53192,sell_contrast_m10_bb_pos,sell,2025-09-19 22:51:00,2145.0 -53193,sell_contrast_m10_bb_pos,sell,2025-09-19 22:54:00,2146.0 -53194,sell_contrast_m10_bb_pos,sell,2025-09-19 22:57:00,2139.0 -53195,sell_contrast_m10_bb_pos,sell,2025-09-20 05:42:00,2118.0 -53196,sell_contrast_m10_bb_pos,sell,2025-09-20 05:45:00,2119.0 -53197,sell_contrast_m10_bb_pos,sell,2025-09-20 05:48:00,2115.0 -53198,sell_contrast_m10_bb_pos,sell,2025-09-20 06:30:00,2120.0 -53199,sell_contrast_m10_bb_pos,sell,2025-09-20 06:33:00,2121.0 -53200,sell_contrast_m10_bb_pos,sell,2025-09-20 06:36:00,2123.0 -53201,sell_contrast_m10_bb_pos,sell,2025-09-20 06:39:00,2123.0 -53202,sell_contrast_m10_bb_pos,sell,2025-09-20 06:51:00,2123.0 -53203,sell_contrast_m10_bb_pos,sell,2025-09-20 06:54:00,2119.0 -53204,sell_contrast_m10_bb_pos,sell,2025-09-20 06:57:00,2118.0 -53205,sell_contrast_m10_bb_pos,sell,2025-09-20 07:12:00,2121.0 -53206,sell_contrast_m10_bb_pos,sell,2025-09-20 07:15:00,2126.0 -53207,sell_contrast_m10_bb_pos,sell,2025-09-20 07:18:00,2122.0 -53208,sell_contrast_m10_bb_pos,sell,2025-09-20 07:42:00,2123.0 -53209,sell_contrast_m10_bb_pos,sell,2025-09-20 07:45:00,2122.0 -53210,sell_contrast_m10_bb_pos,sell,2025-09-20 07:48:00,2125.0 -53211,sell_contrast_m10_bb_pos,sell,2025-09-20 07:51:00,2126.0 -53212,sell_contrast_m10_bb_pos,sell,2025-09-20 07:54:00,2128.0 -53213,sell_contrast_m10_bb_pos,sell,2025-09-20 07:57:00,2127.0 -53214,sell_contrast_m10_bb_pos,sell,2025-09-20 09:51:00,2128.0 -53215,sell_contrast_m10_bb_pos,sell,2025-09-20 09:54:00,2129.0 -53216,sell_contrast_m10_bb_pos,sell,2025-09-20 09:57:00,2127.0 -53217,sell_contrast_m10_bb_pos,sell,2025-09-20 10:00:00,2130.0 -53218,sell_contrast_m10_bb_pos,sell,2025-09-20 10:03:00,2126.0 -53219,sell_contrast_m10_bb_pos,sell,2025-09-20 10:06:00,2124.0 -53220,sell_contrast_m10_bb_pos,sell,2025-09-20 10:09:00,2122.0 -53221,sell_contrast_m10_bb_pos,sell,2025-09-20 16:00:00,2098.0 -53222,sell_contrast_m10_bb_pos,sell,2025-09-20 16:03:00,2097.0 -53223,sell_contrast_m10_bb_pos,sell,2025-09-20 16:06:00,2092.0 -53224,sell_contrast_m10_bb_pos,sell,2025-09-20 16:09:00,2096.0 -53225,sell_contrast_m10_bb_pos,sell,2025-09-20 17:21:00,2109.0 -53226,sell_contrast_m10_bb_pos,sell,2025-09-20 17:24:00,2110.0 -53227,sell_contrast_m10_bb_pos,sell,2025-09-20 17:27:00,2109.0 -53228,sell_contrast_m10_bb_pos,sell,2025-09-20 17:30:00,2109.0 -53229,sell_contrast_m10_bb_pos,sell,2025-09-20 17:33:00,2108.0 -53230,sell_contrast_m10_bb_pos,sell,2025-09-20 17:36:00,2107.0 -53231,sell_contrast_m10_bb_pos,sell,2025-09-20 17:39:00,2111.0 -53232,sell_contrast_m10_bb_pos,sell,2025-09-20 17:42:00,2114.0 -53233,sell_contrast_m10_bb_pos,sell,2025-09-20 17:45:00,2113.0 -53234,sell_contrast_m10_bb_pos,sell,2025-09-20 17:48:00,2110.0 -53235,sell_contrast_m10_bb_pos,sell,2025-09-20 18:12:00,2122.0 -53236,sell_contrast_m10_bb_pos,sell,2025-09-20 18:15:00,2117.0 -53237,sell_contrast_m10_bb_pos,sell,2025-09-20 18:18:00,2119.0 -53238,sell_contrast_m10_bb_pos,sell,2025-09-20 19:12:00,2126.0 -53239,sell_contrast_m10_bb_pos,sell,2025-09-20 19:15:00,2124.0 -53240,sell_contrast_m10_bb_pos,sell,2025-09-20 19:18:00,2116.0 -53241,sell_contrast_m10_bb_pos,sell,2025-09-20 19:21:00,2126.0 -53242,sell_contrast_m10_bb_pos,sell,2025-09-20 19:24:00,2126.0 -53243,sell_contrast_m10_bb_pos,sell,2025-09-20 19:27:00,2127.0 -53244,sell_contrast_m10_bb_pos,sell,2025-09-20 19:30:00,2124.0 -53245,sell_contrast_m10_bb_pos,sell,2025-09-20 19:33:00,2117.0 -53246,sell_contrast_m10_bb_pos,sell,2025-09-20 19:36:00,2119.0 -53247,sell_contrast_m10_bb_pos,sell,2025-09-20 19:39:00,2120.0 -53248,sell_contrast_m10_bb_pos,sell,2025-09-20 21:21:00,2136.0 -53249,sell_contrast_m10_bb_pos,sell,2025-09-20 21:24:00,2133.0 -53250,sell_contrast_m10_bb_pos,sell,2025-09-20 21:27:00,2135.0 -53251,sell_contrast_m10_bb_pos,sell,2025-09-21 00:21:00,2142.0 -53252,sell_contrast_m10_bb_pos,sell,2025-09-21 00:24:00,2140.0 -53253,sell_contrast_m10_bb_pos,sell,2025-09-21 00:27:00,2144.0 -53254,sell_contrast_m10_bb_pos,sell,2025-09-21 05:30:00,2130.0 -53255,sell_contrast_m10_bb_pos,sell,2025-09-21 05:33:00,2126.0 -53256,sell_contrast_m10_bb_pos,sell,2025-09-21 05:36:00,2126.0 -53257,sell_contrast_m10_bb_pos,sell,2025-09-21 05:39:00,2127.0 -53258,sell_contrast_m10_bb_pos,sell,2025-09-21 05:42:00,2128.0 -53259,sell_contrast_m10_bb_pos,sell,2025-09-21 05:45:00,2126.0 -53260,sell_contrast_m10_bb_pos,sell,2025-09-21 05:48:00,2128.0 -53261,sell_contrast_m10_bb_pos,sell,2025-09-21 06:21:00,2133.0 -53262,sell_contrast_m10_bb_pos,sell,2025-09-21 06:24:00,2131.0 -53263,sell_contrast_m10_bb_pos,sell,2025-09-21 06:27:00,2132.0 -53264,sell_contrast_m10_bb_pos,sell,2025-09-21 06:30:00,2133.0 -53265,sell_contrast_m10_bb_pos,sell,2025-09-21 06:33:00,2132.0 -53266,sell_contrast_m10_bb_pos,sell,2025-09-21 06:36:00,2134.0 -53267,sell_contrast_m10_bb_pos,sell,2025-09-21 06:39:00,2133.0 -53268,sell_contrast_m10_bb_pos,sell,2025-09-21 06:42:00,2135.0 -53269,sell_contrast_m10_bb_pos,sell,2025-09-21 06:45:00,2136.0 -53270,sell_contrast_m10_bb_pos,sell,2025-09-21 06:48:00,2131.0 -53271,sell_contrast_m10_bb_pos,sell,2025-09-21 14:30:00,2108.0 -53272,sell_contrast_m10_bb_pos,sell,2025-09-21 14:33:00,2116.0 -53273,sell_contrast_m10_bb_pos,sell,2025-09-21 14:36:00,2116.0 -53274,sell_contrast_m10_bb_pos,sell,2025-09-21 14:39:00,2117.0 -53275,sell_contrast_m10_bb_pos,sell,2025-09-21 15:21:00,2120.0 -53276,sell_contrast_m10_bb_pos,sell,2025-09-21 15:24:00,2119.0 -53277,sell_contrast_m10_bb_pos,sell,2025-09-21 15:27:00,2116.0 -53278,sell_contrast_m10_bb_pos,sell,2025-09-21 21:42:00,2069.0 -53279,sell_contrast_m10_bb_pos,sell,2025-09-21 21:45:00,2069.0 -53280,sell_contrast_m10_bb_pos,sell,2025-09-21 21:48:00,2067.0 -53281,sell_contrast_m10_bb_pos,sell,2025-09-21 22:30:00,2074.0 -53282,sell_contrast_m10_bb_pos,sell,2025-09-21 22:33:00,2076.0 -53283,sell_contrast_m10_bb_pos,sell,2025-09-21 22:36:00,2077.0 -53284,sell_contrast_m10_bb_pos,sell,2025-09-21 22:39:00,2074.0 -53285,sell_contrast_m10_bb_pos,sell,2025-09-21 22:42:00,2073.0 -53286,sell_contrast_m10_bb_pos,sell,2025-09-21 22:45:00,2075.0 -53287,sell_contrast_m10_bb_pos,sell,2025-09-21 22:48:00,2087.0 -53288,sell_contrast_m10_bb_pos,sell,2025-09-22 03:12:00,2081.0 -53289,sell_contrast_m10_bb_pos,sell,2025-09-22 03:15:00,2077.0 -53290,sell_contrast_m10_bb_pos,sell,2025-09-22 03:18:00,2077.0 -53291,sell_contrast_m10_bb_pos,sell,2025-09-22 03:21:00,2081.0 -53292,sell_contrast_m10_bb_pos,sell,2025-09-22 03:24:00,2082.0 -53293,sell_contrast_m10_bb_pos,sell,2025-09-22 03:27:00,2078.0 -53294,sell_contrast_m10_bb_pos,sell,2025-09-22 03:42:00,2079.0 -53295,sell_contrast_m10_bb_pos,sell,2025-09-22 03:45:00,2081.0 -53296,sell_contrast_m10_bb_pos,sell,2025-09-22 03:48:00,2082.0 -53297,sell_contrast_m10_bb_pos,sell,2025-09-22 03:51:00,2082.0 -53298,sell_contrast_m10_bb_pos,sell,2025-09-22 03:54:00,2082.0 -53299,sell_contrast_m10_bb_pos,sell,2025-09-22 03:57:00,2081.0 -53300,sell_contrast_m10_bb_pos,sell,2025-09-22 04:00:00,2084.0 -53301,sell_contrast_m10_bb_pos,sell,2025-09-22 04:03:00,2078.0 -53302,sell_contrast_m10_bb_pos,sell,2025-09-22 04:06:00,2078.0 -53303,sell_contrast_m10_bb_pos,sell,2025-09-22 04:09:00,2070.0 -53304,sell_contrast_m10_bb_pos,sell,2025-09-22 22:30:00,1883.0 -53305,sell_contrast_m10_bb_pos,sell,2025-09-22 22:33:00,1881.0 -53306,sell_contrast_m10_bb_pos,sell,2025-09-22 22:36:00,1880.0 -53307,sell_contrast_m10_bb_pos,sell,2025-09-22 22:39:00,1874.0 -53308,sell_contrast_m10_bb_pos,sell,2025-09-23 01:30:00,1937.0 -53309,sell_contrast_m10_bb_pos,sell,2025-09-23 01:33:00,1943.0 -53310,sell_contrast_m10_bb_pos,sell,2025-09-23 01:36:00,1952.0 -53311,sell_contrast_m10_bb_pos,sell,2025-09-23 01:39:00,1932.0 -53312,sell_contrast_m10_bb_pos,sell,2025-09-23 01:42:00,1927.0 -53313,sell_contrast_m10_bb_pos,sell,2025-09-23 01:45:00,1920.0 -53314,sell_contrast_m10_bb_pos,sell,2025-09-23 01:48:00,1907.0 -53315,sell_contrast_m10_bb_pos,sell,2025-09-23 04:00:00,1952.0 -53316,sell_contrast_m10_bb_pos,sell,2025-09-23 04:03:00,1941.0 -53317,sell_contrast_m10_bb_pos,sell,2025-09-23 04:06:00,1936.0 -53318,sell_contrast_m10_bb_pos,sell,2025-09-23 04:09:00,1953.0 -53319,sell_contrast_m10_bb_pos,sell,2025-09-23 04:12:00,1965.0 -53320,sell_contrast_m10_bb_pos,sell,2025-09-23 04:15:00,1964.0 -53321,sell_contrast_m10_bb_pos,sell,2025-09-23 04:18:00,1962.0 -53322,sell_contrast_m10_bb_pos,sell,2025-09-23 04:21:00,1962.0 -53323,sell_contrast_m10_bb_pos,sell,2025-09-23 04:24:00,1954.0 -53324,sell_contrast_m10_bb_pos,sell,2025-09-23 04:27:00,1950.0 -53325,sell_contrast_m10_bb_pos,sell,2025-09-23 04:42:00,1970.0 -53326,sell_contrast_m10_bb_pos,sell,2025-09-23 04:45:00,1968.0 -53327,sell_contrast_m10_bb_pos,sell,2025-09-23 04:48:00,1969.0 -53328,sell_contrast_m10_bb_pos,sell,2025-09-23 04:51:00,1970.0 -53329,sell_contrast_m10_bb_pos,sell,2025-09-23 04:54:00,1969.0 -53330,sell_contrast_m10_bb_pos,sell,2025-09-23 04:57:00,1964.0 -53331,sell_contrast_m10_bb_pos,sell,2025-09-23 05:00:00,1971.0 -53332,sell_contrast_m10_bb_pos,sell,2025-09-23 05:03:00,1972.0 -53333,sell_contrast_m10_bb_pos,sell,2025-09-23 05:06:00,1983.0 -53334,sell_contrast_m10_bb_pos,sell,2025-09-23 05:09:00,1976.0 -53335,sell_contrast_m10_bb_pos,sell,2025-09-23 05:12:00,1977.0 -53336,sell_contrast_m10_bb_pos,sell,2025-09-23 05:15:00,1966.0 -53337,sell_contrast_m10_bb_pos,sell,2025-09-23 05:18:00,1969.0 -53338,sell_contrast_m10_bb_pos,sell,2025-09-23 07:30:00,1971.0 -53339,sell_contrast_m10_bb_pos,sell,2025-09-23 07:33:00,1974.0 -53340,sell_contrast_m10_bb_pos,sell,2025-09-23 07:36:00,1978.0 -53341,sell_contrast_m10_bb_pos,sell,2025-09-23 07:39:00,1969.0 -53342,sell_contrast_m10_bb_pos,sell,2025-09-23 08:30:00,1969.0 -53343,sell_contrast_m10_bb_pos,sell,2025-09-23 08:33:00,1967.0 -53344,sell_contrast_m10_bb_pos,sell,2025-09-23 08:36:00,1971.0 -53345,sell_contrast_m10_bb_pos,sell,2025-09-23 08:39:00,1997.0 -53346,sell_contrast_m10_bb_pos,sell,2025-09-23 09:00:00,1986.0 -53347,sell_contrast_m10_bb_pos,sell,2025-09-23 09:03:00,1992.0 -53348,sell_contrast_m10_bb_pos,sell,2025-09-23 09:06:00,1980.0 -53349,sell_contrast_m10_bb_pos,sell,2025-09-23 09:09:00,1975.0 -53350,sell_contrast_m10_bb_pos,sell,2025-09-23 12:42:00,1959.0 -53351,sell_contrast_m10_bb_pos,sell,2025-09-23 12:45:00,1950.0 -53352,sell_contrast_m10_bb_pos,sell,2025-09-23 12:48:00,1954.0 -53353,sell_contrast_m10_bb_pos,sell,2025-09-23 21:51:00,1893.0 -53354,sell_contrast_m10_bb_pos,sell,2025-09-23 21:54:00,1892.0 -53355,sell_contrast_m10_bb_pos,sell,2025-09-23 21:57:00,1890.0 -53356,sell_contrast_m10_bb_pos,sell,2025-09-23 22:00:00,1892.0 -53357,sell_contrast_m10_bb_pos,sell,2025-09-23 22:03:00,1888.0 -53358,sell_contrast_m10_bb_pos,sell,2025-09-23 22:06:00,1892.0 -53359,sell_contrast_m10_bb_pos,sell,2025-09-23 22:09:00,1890.0 -53360,sell_contrast_m10_bb_pos,sell,2025-09-23 22:42:00,1883.0 -53361,sell_contrast_m10_bb_pos,sell,2025-09-23 22:45:00,1883.0 -53362,sell_contrast_m10_bb_pos,sell,2025-09-23 22:48:00,1888.0 -53363,sell_contrast_m10_bb_pos,sell,2025-09-23 23:12:00,1895.0 -53364,sell_contrast_m10_bb_pos,sell,2025-09-23 23:15:00,1921.0 -53365,sell_contrast_m10_bb_pos,sell,2025-09-23 23:18:00,1940.0 -53366,sell_contrast_m10_bb_pos,sell,2025-09-23 23:42:00,1920.0 -53367,sell_contrast_m10_bb_pos,sell,2025-09-23 23:45:00,1923.0 -53368,sell_contrast_m10_bb_pos,sell,2025-09-23 23:48:00,1914.0 -53369,sell_contrast_m10_bb_pos,sell,2025-09-24 14:51:00,1868.0 -53370,sell_contrast_m10_bb_pos,sell,2025-09-24 14:54:00,1870.0 -53371,sell_contrast_m10_bb_pos,sell,2025-09-24 14:57:00,1870.0 -53372,sell_contrast_m10_bb_pos,sell,2025-09-24 15:00:00,1875.0 -53373,sell_contrast_m10_bb_pos,sell,2025-09-24 15:03:00,1870.0 -53374,sell_contrast_m10_bb_pos,sell,2025-09-24 15:06:00,1870.0 -53375,sell_contrast_m10_bb_pos,sell,2025-09-24 15:09:00,1874.0 -53376,sell_contrast_m10_bb_pos,sell,2025-09-24 15:12:00,1877.0 -53377,sell_contrast_m10_bb_pos,sell,2025-09-24 15:15:00,1871.0 -53378,sell_contrast_m10_bb_pos,sell,2025-09-24 15:18:00,1871.0 -53379,sell_contrast_m10_bb_pos,sell,2025-09-24 19:00:00,1882.0 -53380,sell_contrast_m10_bb_pos,sell,2025-09-24 19:03:00,1882.0 -53381,sell_contrast_m10_bb_pos,sell,2025-09-24 19:06:00,1882.0 -53382,sell_contrast_m10_bb_pos,sell,2025-09-24 19:09:00,1885.0 -53383,sell_contrast_m10_bb_pos,sell,2025-09-24 19:12:00,1884.0 -53384,sell_contrast_m10_bb_pos,sell,2025-09-24 19:15:00,1882.0 -53385,sell_contrast_m10_bb_pos,sell,2025-09-24 19:18:00,1883.0 -53386,sell_contrast_m10_bb_pos,sell,2025-09-24 19:21:00,1883.0 -53387,sell_contrast_m10_bb_pos,sell,2025-09-24 19:24:00,1882.0 -53388,sell_contrast_m10_bb_pos,sell,2025-09-24 19:27:00,1883.0 -53389,sell_contrast_m10_bb_pos,sell,2025-09-24 20:21:00,1890.0 -53390,sell_contrast_m10_bb_pos,sell,2025-09-24 20:24:00,1894.0 -53391,sell_contrast_m10_bb_pos,sell,2025-09-24 20:27:00,1895.0 -53392,sell_contrast_m10_bb_pos,sell,2025-09-24 20:42:00,1887.0 -53393,sell_contrast_m10_bb_pos,sell,2025-09-24 20:45:00,1889.0 -53394,sell_contrast_m10_bb_pos,sell,2025-09-24 20:48:00,1888.0 -53395,sell_contrast_m10_bb_pos,sell,2025-09-24 23:51:00,1912.0 -53396,sell_contrast_m10_bb_pos,sell,2025-09-24 23:54:00,1919.0 -53397,sell_contrast_m10_bb_pos,sell,2025-09-24 23:57:00,1915.0 -53398,sell_contrast_m10_bb_pos,sell,2025-09-25 00:12:00,1920.0 -53399,sell_contrast_m10_bb_pos,sell,2025-09-25 00:15:00,1923.0 -53400,sell_contrast_m10_bb_pos,sell,2025-09-25 00:18:00,1917.0 -53401,sell_contrast_m10_bb_pos,sell,2025-09-25 01:51:00,1921.0 -53402,sell_contrast_m10_bb_pos,sell,2025-09-25 01:54:00,1923.0 -53403,sell_contrast_m10_bb_pos,sell,2025-09-25 01:57:00,1921.0 -53404,sell_contrast_m10_bb_pos,sell,2025-09-25 02:00:00,1925.0 -53405,sell_contrast_m10_bb_pos,sell,2025-09-25 02:03:00,1919.0 -53406,sell_contrast_m10_bb_pos,sell,2025-09-25 02:06:00,1915.0 -53407,sell_contrast_m10_bb_pos,sell,2025-09-25 02:09:00,1915.0 -53408,sell_contrast_m10_bb_pos,sell,2025-09-25 06:00:00,1915.0 -53409,sell_contrast_m10_bb_pos,sell,2025-09-25 06:03:00,1915.0 -53410,sell_contrast_m10_bb_pos,sell,2025-09-25 06:06:00,1917.0 -53411,sell_contrast_m10_bb_pos,sell,2025-09-25 06:09:00,1917.0 -53412,sell_contrast_m10_bb_pos,sell,2025-09-25 06:12:00,1919.0 -53413,sell_contrast_m10_bb_pos,sell,2025-09-25 06:15:00,1920.0 -53414,sell_contrast_m10_bb_pos,sell,2025-09-25 06:18:00,1919.0 -53415,sell_contrast_m10_bb_pos,sell,2025-09-25 06:42:00,1919.0 -53416,sell_contrast_m10_bb_pos,sell,2025-09-25 06:45:00,1917.0 -53417,sell_contrast_m10_bb_pos,sell,2025-09-25 06:48:00,1916.0 -53418,sell_contrast_m10_bb_pos,sell,2025-09-25 18:12:00,1850.0 -53419,sell_contrast_m10_bb_pos,sell,2025-09-25 18:15:00,1854.0 -53420,sell_contrast_m10_bb_pos,sell,2025-09-25 18:18:00,1856.0 -53421,sell_contrast_m10_bb_pos,sell,2025-09-25 18:21:00,1850.0 -53422,sell_contrast_m10_bb_pos,sell,2025-09-25 18:24:00,1851.0 -53423,sell_contrast_m10_bb_pos,sell,2025-09-25 18:27:00,1854.0 -53424,sell_contrast_m10_bb_pos,sell,2025-09-25 23:12:00,1830.0 -53425,sell_contrast_m10_bb_pos,sell,2025-09-25 23:15:00,1834.0 -53426,sell_contrast_m10_bb_pos,sell,2025-09-25 23:18:00,1834.0 -53427,sell_contrast_m10_bb_pos,sell,2025-09-26 03:21:00,1825.0 -53428,sell_contrast_m10_bb_pos,sell,2025-09-26 03:24:00,1821.0 -53429,sell_contrast_m10_bb_pos,sell,2025-09-26 03:27:00,1830.0 -53430,sell_contrast_m10_bb_pos,sell,2025-09-26 04:21:00,1895.0 -53431,sell_contrast_m10_bb_pos,sell,2025-09-26 04:24:00,1887.0 -53432,sell_contrast_m10_bb_pos,sell,2025-09-26 04:27:00,1894.0 -53433,sell_contrast_m10_bb_pos,sell,2025-09-26 04:30:00,1893.0 -53434,sell_contrast_m10_bb_pos,sell,2025-09-26 04:33:00,1885.0 -53435,sell_contrast_m10_bb_pos,sell,2025-09-26 04:36:00,1884.0 -53436,sell_contrast_m10_bb_pos,sell,2025-09-26 04:39:00,1875.0 -53437,sell_contrast_m10_bb_pos,sell,2025-09-26 09:21:00,1850.0 -53438,sell_contrast_m10_bb_pos,sell,2025-09-26 09:24:00,1832.0 -53439,sell_contrast_m10_bb_pos,sell,2025-09-26 09:27:00,1836.0 -53440,sell_contrast_m10_bb_pos,sell,2025-09-26 10:21:00,1847.0 -53441,sell_contrast_m10_bb_pos,sell,2025-09-26 10:24:00,1840.0 -53442,sell_contrast_m10_bb_pos,sell,2025-09-26 10:27:00,1840.0 -53443,sell_contrast_m10_bb_pos,sell,2025-09-26 22:00:00,1813.0 -53444,sell_contrast_m10_bb_pos,sell,2025-09-26 22:03:00,1809.0 -53445,sell_contrast_m10_bb_pos,sell,2025-09-26 22:06:00,1810.0 -53446,sell_contrast_m10_bb_pos,sell,2025-09-26 22:09:00,1810.0 -53447,sell_contrast_m10_bb_pos,sell,2025-09-26 22:12:00,1811.0 -53448,sell_contrast_m10_bb_pos,sell,2025-09-26 22:15:00,1808.0 -53449,sell_contrast_m10_bb_pos,sell,2025-09-26 22:18:00,1804.0 -53450,sell_contrast_m10_bb_pos,sell,2025-09-26 23:00:00,1820.0 -53451,sell_contrast_m10_bb_pos,sell,2025-09-26 23:03:00,1814.0 -53452,sell_contrast_m10_bb_pos,sell,2025-09-26 23:06:00,1808.0 -53453,sell_contrast_m10_bb_pos,sell,2025-09-26 23:09:00,1807.0 -53454,sell_contrast_m10_bb_pos,sell,2025-09-27 00:12:00,1823.0 -53455,sell_contrast_m10_bb_pos,sell,2025-09-27 00:15:00,1814.0 -53456,sell_contrast_m10_bb_pos,sell,2025-09-27 00:18:00,1825.0 -53457,sell_contrast_m10_bb_pos,sell,2025-09-27 00:21:00,1826.0 -53458,sell_contrast_m10_bb_pos,sell,2025-09-27 00:24:00,1817.0 -53459,sell_contrast_m10_bb_pos,sell,2025-09-27 00:27:00,1821.0 -53460,sell_contrast_m10_bb_pos,sell,2025-09-27 01:12:00,1833.0 -53461,sell_contrast_m10_bb_pos,sell,2025-09-27 01:15:00,1825.0 -53462,sell_contrast_m10_bb_pos,sell,2025-09-27 01:18:00,1831.0 -53463,sell_contrast_m10_bb_pos,sell,2025-09-27 02:42:00,1835.0 -53464,sell_contrast_m10_bb_pos,sell,2025-09-27 02:45:00,1833.0 -53465,sell_contrast_m10_bb_pos,sell,2025-09-27 02:48:00,1832.0 -53466,sell_contrast_m10_bb_pos,sell,2025-09-27 02:51:00,1839.0 -53467,sell_contrast_m10_bb_pos,sell,2025-09-27 02:54:00,1839.0 -53468,sell_contrast_m10_bb_pos,sell,2025-09-27 02:57:00,1834.0 -53469,sell_contrast_m10_bb_pos,sell,2025-09-27 03:00:00,1839.0 -53470,sell_contrast_m10_bb_pos,sell,2025-09-27 03:03:00,1841.0 -53471,sell_contrast_m10_bb_pos,sell,2025-09-27 03:06:00,1836.0 -53472,sell_contrast_m10_bb_pos,sell,2025-09-27 03:09:00,1839.0 -53473,sell_contrast_m10_bb_pos,sell,2025-09-27 03:30:00,1843.0 -53474,sell_contrast_m10_bb_pos,sell,2025-09-27 03:33:00,1843.0 -53475,sell_contrast_m10_bb_pos,sell,2025-09-27 03:36:00,1845.0 -53476,sell_contrast_m10_bb_pos,sell,2025-09-27 03:39:00,1843.0 -53477,sell_contrast_m10_bb_pos,sell,2025-09-27 04:21:00,1848.0 -53478,sell_contrast_m10_bb_pos,sell,2025-09-27 04:24:00,1850.0 -53479,sell_contrast_m10_bb_pos,sell,2025-09-27 04:27:00,1847.0 -53480,sell_contrast_m10_bb_pos,sell,2025-09-27 05:21:00,1854.0 -53481,sell_contrast_m10_bb_pos,sell,2025-09-27 05:24:00,1851.0 -53482,sell_contrast_m10_bb_pos,sell,2025-09-27 05:27:00,1853.0 -53483,sell_contrast_m10_bb_pos,sell,2025-09-27 06:42:00,1848.0 -53484,sell_contrast_m10_bb_pos,sell,2025-09-27 06:45:00,1843.0 -53485,sell_contrast_m10_bb_pos,sell,2025-09-27 06:48:00,1845.0 -53486,sell_contrast_m10_bb_pos,sell,2025-09-27 09:00:00,1853.0 -53487,sell_contrast_m10_bb_pos,sell,2025-09-27 09:03:00,1854.0 -53488,sell_contrast_m10_bb_pos,sell,2025-09-27 09:06:00,1850.0 -53489,sell_contrast_m10_bb_pos,sell,2025-09-27 09:09:00,1853.0 -53490,sell_contrast_m10_bb_pos,sell,2025-09-27 09:12:00,1850.0 -53491,sell_contrast_m10_bb_pos,sell,2025-09-27 09:15:00,1848.0 -53492,sell_contrast_m10_bb_pos,sell,2025-09-27 09:18:00,1848.0 -53493,sell_contrast_m10_bb_pos,sell,2025-09-27 12:42:00,1877.0 -53494,sell_contrast_m10_bb_pos,sell,2025-09-27 12:45:00,1881.0 -53495,sell_contrast_m10_bb_pos,sell,2025-09-27 12:48:00,1885.0 -53496,sell_contrast_m10_bb_pos,sell,2025-09-27 12:51:00,1888.0 -53497,sell_contrast_m10_bb_pos,sell,2025-09-27 12:54:00,1886.0 -53498,sell_contrast_m10_bb_pos,sell,2025-09-27 12:57:00,1882.0 -53499,sell_contrast_m10_bb_pos,sell,2025-09-27 13:00:00,1888.0 -53500,sell_contrast_m10_bb_pos,sell,2025-09-27 13:03:00,1892.0 -53501,sell_contrast_m10_bb_pos,sell,2025-09-27 13:06:00,1890.0 -53502,sell_contrast_m10_bb_pos,sell,2025-09-27 13:09:00,1891.0 -53503,sell_contrast_m10_bb_pos,sell,2025-09-27 13:12:00,1890.0 -53504,sell_contrast_m10_bb_pos,sell,2025-09-27 13:15:00,1890.0 -53505,sell_contrast_m10_bb_pos,sell,2025-09-27 13:18:00,1894.0 -53506,sell_contrast_m10_bb_pos,sell,2025-09-27 13:21:00,1897.0 -53507,sell_contrast_m10_bb_pos,sell,2025-09-27 13:24:00,1899.0 -53508,sell_contrast_m10_bb_pos,sell,2025-09-27 13:27:00,1889.0 -53509,sell_contrast_m10_bb_pos,sell,2025-09-27 14:42:00,1911.0 -53510,sell_contrast_m10_bb_pos,sell,2025-09-27 14:45:00,1944.0 -53511,sell_contrast_m10_bb_pos,sell,2025-09-27 14:48:00,1978.0 -53512,sell_contrast_m10_bb_pos,sell,2025-09-27 15:12:00,1947.0 -53513,sell_contrast_m10_bb_pos,sell,2025-09-27 15:15:00,1944.0 -53514,sell_contrast_m10_bb_pos,sell,2025-09-27 15:18:00,1947.0 -53515,sell_contrast_m10_bb_pos,sell,2025-09-27 15:21:00,1932.0 -53516,sell_contrast_m10_bb_pos,sell,2025-09-27 15:24:00,1926.0 -53517,sell_contrast_m10_bb_pos,sell,2025-09-27 15:27:00,1924.0 -53518,sell_contrast_m10_bb_pos,sell,2025-09-27 21:00:00,1876.0 -53519,sell_contrast_m10_bb_pos,sell,2025-09-27 21:03:00,1876.0 -53520,sell_contrast_m10_bb_pos,sell,2025-09-27 21:06:00,1876.0 -53521,sell_contrast_m10_bb_pos,sell,2025-09-27 21:09:00,1870.0 -53522,sell_contrast_m10_bb_pos,sell,2025-09-27 21:51:00,1881.0 -53523,sell_contrast_m10_bb_pos,sell,2025-09-27 21:54:00,1883.0 -53524,sell_contrast_m10_bb_pos,sell,2025-09-27 21:57:00,1887.0 -53525,sell_contrast_m10_bb_pos,sell,2025-09-28 04:30:00,1845.0 -53526,sell_contrast_m10_bb_pos,sell,2025-09-28 04:33:00,1844.0 -53527,sell_contrast_m10_bb_pos,sell,2025-09-28 04:36:00,1843.0 -53528,sell_contrast_m10_bb_pos,sell,2025-09-28 04:39:00,1843.0 -53529,sell_contrast_m10_bb_pos,sell,2025-09-28 05:12:00,1845.0 -53530,sell_contrast_m10_bb_pos,sell,2025-09-28 05:15:00,1843.0 -53531,sell_contrast_m10_bb_pos,sell,2025-09-28 05:18:00,1842.0 -53532,sell_contrast_m10_bb_pos,sell,2025-09-28 13:42:00,1825.0 -53533,sell_contrast_m10_bb_pos,sell,2025-09-28 13:45:00,1826.0 -53534,sell_contrast_m10_bb_pos,sell,2025-09-28 13:48:00,1824.0 -53535,sell_contrast_m10_bb_pos,sell,2025-09-28 13:51:00,1826.0 -53536,sell_contrast_m10_bb_pos,sell,2025-09-28 13:54:00,1823.0 -53537,sell_contrast_m10_bb_pos,sell,2025-09-28 13:57:00,1819.0 -53538,sell_contrast_m10_bb_pos,sell,2025-09-28 23:12:00,1811.0 -53539,sell_contrast_m10_bb_pos,sell,2025-09-28 23:15:00,1809.0 -53540,sell_contrast_m10_bb_pos,sell,2025-09-28 23:18:00,1808.0 -53541,sell_contrast_m10_bb_pos,sell,2025-09-28 23:30:00,1813.0 -53542,sell_contrast_m10_bb_pos,sell,2025-09-28 23:33:00,1810.0 -53543,sell_contrast_m10_bb_pos,sell,2025-09-28 23:36:00,1812.0 -53544,sell_contrast_m10_bb_pos,sell,2025-09-28 23:39:00,1810.0 -53545,sell_contrast_m10_bb_pos,sell,2025-09-29 00:30:00,1817.0 -53546,sell_contrast_m10_bb_pos,sell,2025-09-29 00:33:00,1817.0 -53547,sell_contrast_m10_bb_pos,sell,2025-09-29 00:36:00,1817.0 -53548,sell_contrast_m10_bb_pos,sell,2025-09-29 00:39:00,1818.0 -53549,sell_contrast_m10_bb_pos,sell,2025-09-29 01:00:00,1819.0 -53550,sell_contrast_m10_bb_pos,sell,2025-09-29 01:03:00,1824.0 -53551,sell_contrast_m10_bb_pos,sell,2025-09-29 01:06:00,1827.0 -53552,sell_contrast_m10_bb_pos,sell,2025-09-29 01:09:00,1831.0 -53553,sell_contrast_m10_bb_pos,sell,2025-09-29 01:30:00,1823.0 -53554,sell_contrast_m10_bb_pos,sell,2025-09-29 01:33:00,1821.0 -53555,sell_contrast_m10_bb_pos,sell,2025-09-29 01:36:00,1819.0 -53556,sell_contrast_m10_bb_pos,sell,2025-09-29 01:39:00,1816.0 -53557,sell_contrast_m10_bb_pos,sell,2025-09-29 02:12:00,1826.0 -53558,sell_contrast_m10_bb_pos,sell,2025-09-29 02:15:00,1827.0 -53559,sell_contrast_m10_bb_pos,sell,2025-09-29 02:18:00,1827.0 -53560,sell_contrast_m10_bb_pos,sell,2025-09-29 02:30:00,1826.0 -53561,sell_contrast_m10_bb_pos,sell,2025-09-29 02:33:00,1830.0 -53562,sell_contrast_m10_bb_pos,sell,2025-09-29 02:36:00,1833.0 -53563,sell_contrast_m10_bb_pos,sell,2025-09-29 02:39:00,1833.0 -53564,sell_contrast_m10_bb_pos,sell,2025-09-29 03:00:00,1835.0 -53565,sell_contrast_m10_bb_pos,sell,2025-09-29 03:03:00,1836.0 -53566,sell_contrast_m10_bb_pos,sell,2025-09-29 03:06:00,1838.0 -53567,sell_contrast_m10_bb_pos,sell,2025-09-29 03:09:00,1835.0 -53568,sell_contrast_m10_bb_pos,sell,2025-09-29 03:12:00,1836.0 -53569,sell_contrast_m10_bb_pos,sell,2025-09-29 03:15:00,1835.0 -53570,sell_contrast_m10_bb_pos,sell,2025-09-29 03:18:00,1840.0 -53571,sell_contrast_m10_bb_pos,sell,2025-09-29 03:21:00,1837.0 -53572,sell_contrast_m10_bb_pos,sell,2025-09-29 03:24:00,1837.0 -53573,sell_contrast_m10_bb_pos,sell,2025-09-29 03:27:00,1837.0 -53574,sell_contrast_m10_bb_pos,sell,2025-09-29 03:30:00,1836.0 -53575,sell_contrast_m10_bb_pos,sell,2025-09-29 03:33:00,1837.0 -53576,sell_contrast_m10_bb_pos,sell,2025-09-29 03:36:00,1838.0 -53577,sell_contrast_m10_bb_pos,sell,2025-09-29 03:39:00,1839.0 -53578,sell_contrast_m10_bb_pos,sell,2025-09-29 03:42:00,1845.0 -53579,sell_contrast_m10_bb_pos,sell,2025-09-29 03:45:00,1851.0 -53580,sell_contrast_m10_bb_pos,sell,2025-09-29 03:48:00,1854.0 -53581,sell_contrast_m10_bb_pos,sell,2025-09-29 05:21:00,1854.0 -53582,sell_contrast_m10_bb_pos,sell,2025-09-29 05:24:00,1855.0 -53583,sell_contrast_m10_bb_pos,sell,2025-09-29 05:27:00,1857.0 -53584,sell_contrast_m10_bb_pos,sell,2025-09-29 05:30:00,1856.0 -53585,sell_contrast_m10_bb_pos,sell,2025-09-29 05:33:00,1858.0 -53586,sell_contrast_m10_bb_pos,sell,2025-09-29 05:36:00,1864.0 -53587,sell_contrast_m10_bb_pos,sell,2025-09-29 05:39:00,1862.0 -53588,sell_contrast_m10_bb_pos,sell,2025-09-29 05:42:00,1860.0 -53589,sell_contrast_m10_bb_pos,sell,2025-09-29 05:45:00,1855.0 -53590,sell_contrast_m10_bb_pos,sell,2025-09-29 05:48:00,1855.0 -53591,sell_contrast_m10_bb_pos,sell,2025-09-29 07:30:00,1873.0 -53592,sell_contrast_m10_bb_pos,sell,2025-09-29 07:33:00,1884.0 -53593,sell_contrast_m10_bb_pos,sell,2025-09-29 07:36:00,1880.0 -53594,sell_contrast_m10_bb_pos,sell,2025-09-29 07:39:00,1886.0 -53595,sell_contrast_m10_bb_pos,sell,2025-09-29 08:21:00,1913.0 -53596,sell_contrast_m10_bb_pos,sell,2025-09-29 08:24:00,1911.0 -53597,sell_contrast_m10_bb_pos,sell,2025-09-29 08:27:00,1898.0 -53598,sell_contrast_m10_bb_pos,sell,2025-09-29 23:12:00,1856.0 -53599,sell_contrast_m10_bb_pos,sell,2025-09-29 23:15:00,1864.0 -53600,sell_contrast_m10_bb_pos,sell,2025-09-29 23:18:00,1863.0 -53601,sell_contrast_m10_bb_pos,sell,2025-09-29 23:21:00,1865.0 -53602,sell_contrast_m10_bb_pos,sell,2025-09-29 23:24:00,1860.0 -53603,sell_contrast_m10_bb_pos,sell,2025-09-29 23:27:00,1863.0 -53604,sell_contrast_m10_bb_pos,sell,2025-09-29 23:30:00,1864.0 -53605,sell_contrast_m10_bb_pos,sell,2025-09-29 23:33:00,1866.0 -53606,sell_contrast_m10_bb_pos,sell,2025-09-29 23:36:00,1865.0 -53607,sell_contrast_m10_bb_pos,sell,2025-09-29 23:39:00,1865.0 -53608,sell_contrast_m10_bb_pos,sell,2025-09-29 23:42:00,1866.0 -53609,sell_contrast_m10_bb_pos,sell,2025-09-29 23:45:00,1866.0 -53610,sell_contrast_m10_bb_pos,sell,2025-09-29 23:48:00,1871.0 -53611,sell_contrast_m10_bb_pos,sell,2025-09-30 00:00:00,1869.0 -53612,sell_contrast_m10_bb_pos,sell,2025-09-30 00:03:00,1871.0 -53613,sell_contrast_m10_bb_pos,sell,2025-09-30 00:06:00,1878.0 -53614,sell_contrast_m10_bb_pos,sell,2025-09-30 00:09:00,1870.0 -53615,sell_contrast_m10_bb_pos,sell,2025-09-30 00:12:00,1863.0 -53616,sell_contrast_m10_bb_pos,sell,2025-09-30 00:15:00,1862.0 -53617,sell_contrast_m10_bb_pos,sell,2025-09-30 00:18:00,1853.0 -53618,sell_contrast_m10_bb_pos,sell,2025-09-30 04:21:00,1830.0 -53619,sell_contrast_m10_bb_pos,sell,2025-09-30 04:24:00,1826.0 -53620,sell_contrast_m10_bb_pos,sell,2025-09-30 04:27:00,1826.0 -53621,sell_contrast_m10_bb_pos,sell,2025-09-30 04:42:00,1831.0 -53622,sell_contrast_m10_bb_pos,sell,2025-09-30 04:45:00,1837.0 -53623,sell_contrast_m10_bb_pos,sell,2025-09-30 04:48:00,1839.0 -53624,sell_contrast_m10_bb_pos,sell,2025-09-30 06:00:00,1877.0 -53625,sell_contrast_m10_bb_pos,sell,2025-09-30 06:03:00,1875.0 -53626,sell_contrast_m10_bb_pos,sell,2025-09-30 06:06:00,1877.0 -53627,sell_contrast_m10_bb_pos,sell,2025-09-30 06:09:00,1874.0 -53628,sell_contrast_m10_bb_pos,sell,2025-09-30 06:12:00,1876.0 -53629,sell_contrast_m10_bb_pos,sell,2025-09-30 06:15:00,1876.0 -53630,sell_contrast_m10_bb_pos,sell,2025-09-30 06:18:00,1868.0 -53631,sell_contrast_m10_bb_pos,sell,2025-09-30 23:51:00,1790.0 -53632,sell_contrast_m10_bb_pos,sell,2025-09-30 23:54:00,1789.0 -53633,sell_contrast_m10_bb_pos,sell,2025-09-30 23:57:00,1791.0 -53634,sell_contrast_m10_bb_pos,sell,2025-10-01 00:00:00,1792.0 -53635,sell_contrast_m10_bb_pos,sell,2025-10-01 00:03:00,1788.0 -53636,sell_contrast_m10_bb_pos,sell,2025-10-01 00:06:00,1786.0 -53637,sell_contrast_m10_bb_pos,sell,2025-10-01 00:09:00,1781.0 -53638,sell_contrast_m10_bb_pos,sell,2025-10-01 05:30:00,1773.0 -53639,sell_contrast_m10_bb_pos,sell,2025-10-01 05:33:00,1778.0 -53640,sell_contrast_m10_bb_pos,sell,2025-10-01 05:36:00,1776.0 -53641,sell_contrast_m10_bb_pos,sell,2025-10-01 05:39:00,1774.0 -53642,sell_contrast_m10_bb_pos,sell,2025-10-01 05:42:00,1777.0 -53643,sell_contrast_m10_bb_pos,sell,2025-10-01 05:45:00,1782.0 -53644,sell_contrast_m10_bb_pos,sell,2025-10-01 05:48:00,1791.0 -53645,sell_contrast_m10_bb_pos,sell,2025-10-01 06:21:00,1795.0 -53646,sell_contrast_m10_bb_pos,sell,2025-10-01 06:24:00,1795.0 -53647,sell_contrast_m10_bb_pos,sell,2025-10-01 06:27:00,1793.0 -53648,sell_contrast_m10_bb_pos,sell,2025-10-01 06:30:00,1792.0 -53649,sell_contrast_m10_bb_pos,sell,2025-10-01 06:33:00,1788.0 -53650,sell_contrast_m10_bb_pos,sell,2025-10-01 06:36:00,1784.0 -53651,sell_contrast_m10_bb_pos,sell,2025-10-01 06:39:00,1787.0 -53652,sell_contrast_m10_bb_pos,sell,2025-10-01 11:21:00,1795.0 -53653,sell_contrast_m10_bb_pos,sell,2025-10-01 11:24:00,1792.0 -53654,sell_contrast_m10_bb_pos,sell,2025-10-01 11:27:00,1792.0 -53655,sell_contrast_m10_bb_pos,sell,2025-10-01 14:21:00,1793.0 -53656,sell_contrast_m10_bb_pos,sell,2025-10-01 14:24:00,1791.0 -53657,sell_contrast_m10_bb_pos,sell,2025-10-01 14:27:00,1788.0 -53658,sell_contrast_m10_bb_pos,sell,2025-10-01 18:42:00,1863.0 -53659,sell_contrast_m10_bb_pos,sell,2025-10-01 18:45:00,1869.0 -53660,sell_contrast_m10_bb_pos,sell,2025-10-01 18:48:00,1865.0 -53661,sell_contrast_m10_bb_pos,sell,2025-10-02 01:00:00,1866.0 -53662,sell_contrast_m10_bb_pos,sell,2025-10-02 01:03:00,1863.0 -53663,sell_contrast_m10_bb_pos,sell,2025-10-02 01:06:00,1865.0 -53664,sell_contrast_m10_bb_pos,sell,2025-10-02 01:09:00,1866.0 -53665,sell_contrast_m10_bb_pos,sell,2025-10-02 01:12:00,1865.0 -53666,sell_contrast_m10_bb_pos,sell,2025-10-02 01:15:00,1867.0 -53667,sell_contrast_m10_bb_pos,sell,2025-10-02 01:18:00,1865.0 -53668,sell_contrast_m10_bb_pos,sell,2025-10-02 01:42:00,1872.0 -53669,sell_contrast_m10_bb_pos,sell,2025-10-02 01:45:00,1867.0 -53670,sell_contrast_m10_bb_pos,sell,2025-10-02 01:48:00,1866.0 -53671,sell_contrast_m10_bb_pos,sell,2025-10-02 02:42:00,1871.0 -53672,sell_contrast_m10_bb_pos,sell,2025-10-02 02:45:00,1871.0 -53673,sell_contrast_m10_bb_pos,sell,2025-10-02 02:48:00,1866.0 -53674,sell_contrast_m10_bb_pos,sell,2025-10-02 03:51:00,1877.0 -53675,sell_contrast_m10_bb_pos,sell,2025-10-02 03:54:00,1876.0 -53676,sell_contrast_m10_bb_pos,sell,2025-10-02 03:57:00,1876.0 -53677,sell_contrast_m10_bb_pos,sell,2025-10-02 08:12:00,1868.0 -53678,sell_contrast_m10_bb_pos,sell,2025-10-02 08:15:00,1868.0 -53679,sell_contrast_m10_bb_pos,sell,2025-10-02 08:18:00,1869.0 -53680,sell_contrast_m10_bb_pos,sell,2025-10-02 08:42:00,1869.0 -53681,sell_contrast_m10_bb_pos,sell,2025-10-02 08:45:00,1870.0 -53682,sell_contrast_m10_bb_pos,sell,2025-10-02 08:48:00,1868.0 -53683,sell_contrast_m10_bb_pos,sell,2025-10-02 09:00:00,1873.0 -53684,sell_contrast_m10_bb_pos,sell,2025-10-02 09:03:00,1877.0 -53685,sell_contrast_m10_bb_pos,sell,2025-10-02 09:06:00,1876.0 -53686,sell_contrast_m10_bb_pos,sell,2025-10-02 09:09:00,1876.0 -53687,sell_contrast_m10_bb_pos,sell,2025-10-02 09:12:00,1874.0 -53688,sell_contrast_m10_bb_pos,sell,2025-10-02 09:15:00,1876.0 -53689,sell_contrast_m10_bb_pos,sell,2025-10-02 09:18:00,1876.0 -53690,sell_contrast_m10_bb_pos,sell,2025-10-02 09:21:00,1878.0 -53691,sell_contrast_m10_bb_pos,sell,2025-10-02 09:24:00,1874.0 -53692,sell_contrast_m10_bb_pos,sell,2025-10-02 09:27:00,1873.0 -53693,sell_contrast_m10_bb_pos,sell,2025-10-02 12:00:00,1919.0 -53694,sell_contrast_m10_bb_pos,sell,2025-10-02 12:03:00,1908.0 -53695,sell_contrast_m10_bb_pos,sell,2025-10-02 12:06:00,1907.0 -53696,sell_contrast_m10_bb_pos,sell,2025-10-02 12:09:00,1918.0 -53697,sell_contrast_m10_bb_pos,sell,2025-10-02 12:12:00,1912.0 -53698,sell_contrast_m10_bb_pos,sell,2025-10-02 12:15:00,1915.0 -53699,sell_contrast_m10_bb_pos,sell,2025-10-02 12:18:00,1910.0 -53700,sell_contrast_m10_bb_pos,sell,2025-10-02 19:21:00,1888.0 -53701,sell_contrast_m10_bb_pos,sell,2025-10-02 19:24:00,1889.0 -53702,sell_contrast_m10_bb_pos,sell,2025-10-02 19:27:00,1889.0 -53703,sell_contrast_m10_bb_pos,sell,2025-10-02 19:42:00,1891.0 -53704,sell_contrast_m10_bb_pos,sell,2025-10-02 19:45:00,1900.0 -53705,sell_contrast_m10_bb_pos,sell,2025-10-02 19:48:00,1900.0 -53706,sell_contrast_m10_bb_pos,sell,2025-10-02 20:12:00,1898.0 -53707,sell_contrast_m10_bb_pos,sell,2025-10-02 20:15:00,1904.0 -53708,sell_contrast_m10_bb_pos,sell,2025-10-02 20:18:00,1911.0 -53709,sell_contrast_m10_bb_pos,sell,2025-10-02 20:30:00,1904.0 -53710,sell_contrast_m10_bb_pos,sell,2025-10-02 20:33:00,1902.0 -53711,sell_contrast_m10_bb_pos,sell,2025-10-02 20:36:00,1906.0 -53712,sell_contrast_m10_bb_pos,sell,2025-10-02 20:39:00,1907.0 -53713,sell_contrast_m10_bb_pos,sell,2025-10-02 20:42:00,1908.0 -53714,sell_contrast_m10_bb_pos,sell,2025-10-02 20:45:00,1913.0 -53715,sell_contrast_m10_bb_pos,sell,2025-10-02 20:48:00,1916.0 -53716,sell_contrast_m10_bb_pos,sell,2025-10-03 01:21:00,1886.0 -53717,sell_contrast_m10_bb_pos,sell,2025-10-03 01:24:00,1888.0 -53718,sell_contrast_m10_bb_pos,sell,2025-10-03 01:27:00,1891.0 -53719,sell_contrast_m10_bb_pos,sell,2025-10-03 01:30:00,1889.0 -53720,sell_contrast_m10_bb_pos,sell,2025-10-03 01:33:00,1886.0 -53721,sell_contrast_m10_bb_pos,sell,2025-10-03 01:36:00,1883.0 -53722,sell_contrast_m10_bb_pos,sell,2025-10-03 01:39:00,1877.0 -53723,sell_contrast_m10_bb_pos,sell,2025-10-03 02:30:00,1892.0 -53724,sell_contrast_m10_bb_pos,sell,2025-10-03 02:33:00,1890.0 -53725,sell_contrast_m10_bb_pos,sell,2025-10-03 02:36:00,1892.0 -53726,sell_contrast_m10_bb_pos,sell,2025-10-03 02:39:00,1890.0 -53727,sell_contrast_m10_bb_pos,sell,2025-10-03 02:51:00,1897.0 -53728,sell_contrast_m10_bb_pos,sell,2025-10-03 02:54:00,1892.0 -53729,sell_contrast_m10_bb_pos,sell,2025-10-03 02:57:00,1896.0 -53730,sell_contrast_m10_bb_pos,sell,2025-10-03 03:00:00,1897.0 -53731,sell_contrast_m10_bb_pos,sell,2025-10-03 03:03:00,1900.0 -53732,sell_contrast_m10_bb_pos,sell,2025-10-03 03:06:00,1907.0 -53733,sell_contrast_m10_bb_pos,sell,2025-10-03 03:09:00,1906.0 -53734,sell_contrast_m10_bb_pos,sell,2025-10-03 03:12:00,1903.0 -53735,sell_contrast_m10_bb_pos,sell,2025-10-03 03:15:00,1905.0 -53736,sell_contrast_m10_bb_pos,sell,2025-10-03 03:18:00,1903.0 -53737,sell_contrast_m10_bb_pos,sell,2025-10-03 03:21:00,1904.0 -53738,sell_contrast_m10_bb_pos,sell,2025-10-03 03:24:00,1904.0 -53739,sell_contrast_m10_bb_pos,sell,2025-10-03 03:27:00,1904.0 -53740,sell_contrast_m10_bb_pos,sell,2025-10-03 03:30:00,1904.0 -53741,sell_contrast_m10_bb_pos,sell,2025-10-03 03:33:00,1900.0 -53742,sell_contrast_m10_bb_pos,sell,2025-10-03 03:36:00,1903.0 -53743,sell_contrast_m10_bb_pos,sell,2025-10-03 03:39:00,1906.0 -53744,sell_contrast_m10_bb_pos,sell,2025-10-03 03:42:00,1904.0 -53745,sell_contrast_m10_bb_pos,sell,2025-10-03 03:45:00,1908.0 -53746,sell_contrast_m10_bb_pos,sell,2025-10-03 03:48:00,1908.0 -53747,sell_contrast_m10_bb_pos,sell,2025-10-03 03:51:00,1907.0 -53748,sell_contrast_m10_bb_pos,sell,2025-10-03 03:54:00,1908.0 -53749,sell_contrast_m10_bb_pos,sell,2025-10-03 03:57:00,1909.0 -53750,sell_contrast_m10_bb_pos,sell,2025-10-03 04:00:00,1910.0 -53751,sell_contrast_m10_bb_pos,sell,2025-10-03 04:03:00,1910.0 -53752,sell_contrast_m10_bb_pos,sell,2025-10-03 04:06:00,1914.0 -53753,sell_contrast_m10_bb_pos,sell,2025-10-03 04:09:00,1920.0 -53754,sell_contrast_m10_bb_pos,sell,2025-10-03 04:21:00,1918.0 -53755,sell_contrast_m10_bb_pos,sell,2025-10-03 04:24:00,1908.0 -53756,sell_contrast_m10_bb_pos,sell,2025-10-03 04:27:00,1911.0 -53757,sell_contrast_m10_bb_pos,sell,2025-10-03 04:30:00,1917.0 -53758,sell_contrast_m10_bb_pos,sell,2025-10-03 04:33:00,1913.0 -53759,sell_contrast_m10_bb_pos,sell,2025-10-03 04:36:00,1914.0 -53760,sell_contrast_m10_bb_pos,sell,2025-10-03 04:39:00,1912.0 -53761,sell_contrast_m10_bb_pos,sell,2025-10-03 12:12:00,1906.0 -53762,sell_contrast_m10_bb_pos,sell,2025-10-03 12:15:00,1904.0 -53763,sell_contrast_m10_bb_pos,sell,2025-10-03 12:18:00,1917.0 -53764,sell_contrast_m10_bb_pos,sell,2025-10-03 12:51:00,1908.0 -53765,sell_contrast_m10_bb_pos,sell,2025-10-03 12:54:00,1909.0 -53766,sell_contrast_m10_bb_pos,sell,2025-10-03 12:57:00,1898.0 -53767,sell_contrast_m10_bb_pos,sell,2025-10-03 13:21:00,1917.0 -53768,sell_contrast_m10_bb_pos,sell,2025-10-03 13:24:00,1920.0 -53769,sell_contrast_m10_bb_pos,sell,2025-10-03 13:27:00,1917.0 -53770,sell_contrast_m10_bb_pos,sell,2025-10-03 13:30:00,1916.0 -53771,sell_contrast_m10_bb_pos,sell,2025-10-03 13:33:00,1914.0 -53772,sell_contrast_m10_bb_pos,sell,2025-10-03 13:36:00,1910.0 -53773,sell_contrast_m10_bb_pos,sell,2025-10-03 13:39:00,1910.0 -53774,sell_contrast_m10_bb_pos,sell,2025-10-03 15:42:00,1919.0 -53775,sell_contrast_m10_bb_pos,sell,2025-10-03 15:45:00,1920.0 -53776,sell_contrast_m10_bb_pos,sell,2025-10-03 15:48:00,1912.0 -53777,sell_contrast_m10_bb_pos,sell,2025-10-03 17:30:00,1914.0 -53778,sell_contrast_m10_bb_pos,sell,2025-10-03 17:33:00,1914.0 -53779,sell_contrast_m10_bb_pos,sell,2025-10-03 17:36:00,1919.0 -53780,sell_contrast_m10_bb_pos,sell,2025-10-03 17:39:00,1921.0 -53781,sell_contrast_m10_bb_pos,sell,2025-10-03 18:00:00,1922.0 -53782,sell_contrast_m10_bb_pos,sell,2025-10-03 18:03:00,1914.0 -53783,sell_contrast_m10_bb_pos,sell,2025-10-03 18:06:00,1910.0 -53784,sell_contrast_m10_bb_pos,sell,2025-10-03 18:09:00,1909.0 -53785,sell_contrast_m10_bb_pos,sell,2025-10-03 22:42:00,1895.0 -53786,sell_contrast_m10_bb_pos,sell,2025-10-03 22:45:00,1890.0 -53787,sell_contrast_m10_bb_pos,sell,2025-10-03 22:48:00,1897.0 -53788,sell_contrast_m10_bb_pos,sell,2025-10-04 01:21:00,1917.0 -53789,sell_contrast_m10_bb_pos,sell,2025-10-04 01:24:00,1922.0 -53790,sell_contrast_m10_bb_pos,sell,2025-10-04 01:27:00,1928.0 -53791,sell_contrast_m10_bb_pos,sell,2025-10-04 15:12:00,1878.0 -53792,sell_contrast_m10_bb_pos,sell,2025-10-04 15:15:00,1875.0 -53793,sell_contrast_m10_bb_pos,sell,2025-10-04 15:18:00,1877.0 -53794,sell_contrast_m10_bb_pos,sell,2025-10-04 22:21:00,1844.0 -53795,sell_contrast_m10_bb_pos,sell,2025-10-04 22:24:00,1847.0 -53796,sell_contrast_m10_bb_pos,sell,2025-10-04 22:27:00,1845.0 -53797,sell_contrast_m10_bb_pos,sell,2025-10-04 22:42:00,1844.0 -53798,sell_contrast_m10_bb_pos,sell,2025-10-04 22:45:00,1842.0 -53799,sell_contrast_m10_bb_pos,sell,2025-10-04 22:48:00,1840.0 -53800,sell_contrast_m10_bb_pos,sell,2025-10-05 11:42:00,1813.0 -53801,sell_contrast_m10_bb_pos,sell,2025-10-05 11:45:00,1812.0 -53802,sell_contrast_m10_bb_pos,sell,2025-10-05 11:48:00,1816.0 -53803,sell_contrast_m10_bb_pos,sell,2025-10-05 11:51:00,1822.0 -53804,sell_contrast_m10_bb_pos,sell,2025-10-05 11:54:00,1818.0 -53805,sell_contrast_m10_bb_pos,sell,2025-10-05 11:57:00,1823.0 -53806,sell_contrast_m10_bb_pos,sell,2025-10-05 12:42:00,1825.0 -53807,sell_contrast_m10_bb_pos,sell,2025-10-05 12:45:00,1832.0 -53808,sell_contrast_m10_bb_pos,sell,2025-10-05 12:48:00,1831.0 -53809,sell_contrast_m10_bb_pos,sell,2025-10-05 12:51:00,1829.0 -53810,sell_contrast_m10_bb_pos,sell,2025-10-05 12:54:00,1827.0 -53811,sell_contrast_m10_bb_pos,sell,2025-10-05 12:57:00,1824.0 -53812,sell_contrast_m10_bb_pos,sell,2025-10-05 13:42:00,1835.0 -53813,sell_contrast_m10_bb_pos,sell,2025-10-05 13:45:00,1839.0 -53814,sell_contrast_m10_bb_pos,sell,2025-10-05 13:48:00,1852.0 -53815,sell_contrast_m10_bb_pos,sell,2025-10-05 14:12:00,1847.0 -53816,sell_contrast_m10_bb_pos,sell,2025-10-05 14:15:00,1849.0 -53817,sell_contrast_m10_bb_pos,sell,2025-10-05 14:18:00,1853.0 -53818,sell_contrast_m10_bb_pos,sell,2025-10-05 14:21:00,1857.0 -53819,sell_contrast_m10_bb_pos,sell,2025-10-05 14:24:00,1857.0 -53820,sell_contrast_m10_bb_pos,sell,2025-10-05 14:27:00,1863.0 -53821,sell_contrast_m10_bb_pos,sell,2025-10-05 14:42:00,1861.0 -53822,sell_contrast_m10_bb_pos,sell,2025-10-05 14:45:00,1859.0 -53823,sell_contrast_m10_bb_pos,sell,2025-10-05 14:48:00,1851.0 -53824,sell_contrast_m10_bb_pos,sell,2025-10-05 16:12:00,1868.0 -53825,sell_contrast_m10_bb_pos,sell,2025-10-05 16:15:00,1869.0 -53826,sell_contrast_m10_bb_pos,sell,2025-10-05 16:18:00,1875.0 -53827,sell_contrast_m10_bb_pos,sell,2025-10-05 16:21:00,1879.0 -53828,sell_contrast_m10_bb_pos,sell,2025-10-05 16:24:00,1870.0 -53829,sell_contrast_m10_bb_pos,sell,2025-10-05 16:27:00,1870.0 -53830,sell_contrast_m10_bb_pos,sell,2025-10-05 16:51:00,1871.0 -53831,sell_contrast_m10_bb_pos,sell,2025-10-05 16:54:00,1870.0 -53832,sell_contrast_m10_bb_pos,sell,2025-10-05 16:57:00,1872.0 -53833,sell_contrast_m10_bb_pos,sell,2025-10-05 17:00:00,1874.0 -53834,sell_contrast_m10_bb_pos,sell,2025-10-05 17:03:00,1877.0 -53835,sell_contrast_m10_bb_pos,sell,2025-10-05 17:06:00,1871.0 -53836,sell_contrast_m10_bb_pos,sell,2025-10-05 17:09:00,1869.0 -53837,sell_contrast_m10_bb_pos,sell,2025-10-05 23:21:00,1836.0 -53838,sell_contrast_m10_bb_pos,sell,2025-10-05 23:24:00,1835.0 -53839,sell_contrast_m10_bb_pos,sell,2025-10-05 23:27:00,1837.0 -53840,sell_contrast_m10_bb_pos,sell,2025-10-05 23:30:00,1838.0 -53841,sell_contrast_m10_bb_pos,sell,2025-10-05 23:33:00,1835.0 -53842,sell_contrast_m10_bb_pos,sell,2025-10-05 23:36:00,1828.0 -53843,sell_contrast_m10_bb_pos,sell,2025-10-05 23:39:00,1822.0 -53844,sell_contrast_m10_bb_pos,sell,2025-10-06 00:21:00,1840.0 -53845,sell_contrast_m10_bb_pos,sell,2025-10-06 00:24:00,1841.0 -53846,sell_contrast_m10_bb_pos,sell,2025-10-06 00:27:00,1840.0 -53847,sell_contrast_m10_bb_pos,sell,2025-10-06 01:00:00,1845.0 -53848,sell_contrast_m10_bb_pos,sell,2025-10-06 01:03:00,1845.0 -53849,sell_contrast_m10_bb_pos,sell,2025-10-06 01:06:00,1840.0 -53850,sell_contrast_m10_bb_pos,sell,2025-10-06 01:09:00,1841.0 -53851,sell_contrast_m10_bb_pos,sell,2025-10-06 01:12:00,1844.0 -53852,sell_contrast_m10_bb_pos,sell,2025-10-06 01:15:00,1840.0 -53853,sell_contrast_m10_bb_pos,sell,2025-10-06 01:18:00,1839.0 -53854,sell_contrast_m10_bb_pos,sell,2025-10-06 10:42:00,1815.0 -53855,sell_contrast_m10_bb_pos,sell,2025-10-06 10:45:00,1806.0 -53856,sell_contrast_m10_bb_pos,sell,2025-10-06 10:48:00,1808.0 -53857,sell_contrast_m10_bb_pos,sell,2025-10-06 11:51:00,1821.0 -53858,sell_contrast_m10_bb_pos,sell,2025-10-06 11:54:00,1812.0 -53859,sell_contrast_m10_bb_pos,sell,2025-10-06 11:57:00,1809.0 -53860,sell_contrast_m10_bb_pos,sell,2025-10-06 15:42:00,1807.0 -53861,sell_contrast_m10_bb_pos,sell,2025-10-06 15:45:00,1807.0 -53862,sell_contrast_m10_bb_pos,sell,2025-10-06 15:48:00,1805.0 -53863,sell_contrast_m10_bb_pos,sell,2025-10-06 20:30:00,1806.0 -53864,sell_contrast_m10_bb_pos,sell,2025-10-06 20:33:00,1799.0 -53865,sell_contrast_m10_bb_pos,sell,2025-10-06 20:36:00,1801.0 -53866,sell_contrast_m10_bb_pos,sell,2025-10-06 20:39:00,1802.0 -53867,sell_contrast_m10_bb_pos,sell,2025-10-06 21:30:00,1807.0 -53868,sell_contrast_m10_bb_pos,sell,2025-10-06 21:33:00,1806.0 -53869,sell_contrast_m10_bb_pos,sell,2025-10-06 21:36:00,1806.0 -53870,sell_contrast_m10_bb_pos,sell,2025-10-06 21:39:00,1807.0 -53871,sell_contrast_m10_bb_pos,sell,2025-10-06 21:51:00,1808.0 -53872,sell_contrast_m10_bb_pos,sell,2025-10-06 21:54:00,1808.0 -53873,sell_contrast_m10_bb_pos,sell,2025-10-06 21:57:00,1807.0 -53874,sell_contrast_m10_bb_pos,sell,2025-10-06 22:00:00,1808.0 -53875,sell_contrast_m10_bb_pos,sell,2025-10-06 22:03:00,1808.0 -53876,sell_contrast_m10_bb_pos,sell,2025-10-06 22:06:00,1813.0 -53877,sell_contrast_m10_bb_pos,sell,2025-10-06 22:09:00,1814.0 -53878,sell_contrast_m10_bb_pos,sell,2025-10-06 22:30:00,1813.0 -53879,sell_contrast_m10_bb_pos,sell,2025-10-06 22:33:00,1809.0 -53880,sell_contrast_m10_bb_pos,sell,2025-10-06 22:36:00,1811.0 -53881,sell_contrast_m10_bb_pos,sell,2025-10-06 22:39:00,1822.0 -53882,sell_contrast_m10_bb_pos,sell,2025-10-06 22:51:00,1817.0 -53883,sell_contrast_m10_bb_pos,sell,2025-10-06 22:54:00,1820.0 -53884,sell_contrast_m10_bb_pos,sell,2025-10-06 22:57:00,1823.0 -53885,sell_contrast_m10_bb_pos,sell,2025-10-07 02:30:00,1858.0 -53886,sell_contrast_m10_bb_pos,sell,2025-10-07 02:33:00,1860.0 -53887,sell_contrast_m10_bb_pos,sell,2025-10-07 02:36:00,1852.0 -53888,sell_contrast_m10_bb_pos,sell,2025-10-07 02:39:00,1852.0 -53889,sell_contrast_m10_bb_pos,sell,2025-10-07 03:12:00,1860.0 -53890,sell_contrast_m10_bb_pos,sell,2025-10-07 03:15:00,1864.0 -53891,sell_contrast_m10_bb_pos,sell,2025-10-07 03:18:00,1863.0 -53892,sell_contrast_m10_bb_pos,sell,2025-10-07 03:21:00,1865.0 -53893,sell_contrast_m10_bb_pos,sell,2025-10-07 03:24:00,1866.0 -53894,sell_contrast_m10_bb_pos,sell,2025-10-07 03:27:00,1865.0 -53895,sell_contrast_m10_bb_pos,sell,2025-10-07 03:30:00,1866.0 -53896,sell_contrast_m10_bb_pos,sell,2025-10-07 03:33:00,1864.0 -53897,sell_contrast_m10_bb_pos,sell,2025-10-07 03:36:00,1864.0 -53898,sell_contrast_m10_bb_pos,sell,2025-10-07 03:39:00,1861.0 -53899,sell_contrast_m10_bb_pos,sell,2025-10-07 04:00:00,1869.0 -53900,sell_contrast_m10_bb_pos,sell,2025-10-07 04:03:00,1868.0 -53901,sell_contrast_m10_bb_pos,sell,2025-10-07 04:06:00,1864.0 -53902,sell_contrast_m10_bb_pos,sell,2025-10-07 04:09:00,1862.0 -53903,sell_contrast_m10_bb_pos,sell,2025-10-07 05:12:00,1871.0 -53904,sell_contrast_m10_bb_pos,sell,2025-10-07 05:15:00,1869.0 -53905,sell_contrast_m10_bb_pos,sell,2025-10-07 05:18:00,1865.0 -53906,sell_contrast_m10_bb_pos,sell,2025-10-07 07:00:00,1874.0 -53907,sell_contrast_m10_bb_pos,sell,2025-10-07 07:03:00,1880.0 -53908,sell_contrast_m10_bb_pos,sell,2025-10-07 07:06:00,1878.0 -53909,sell_contrast_m10_bb_pos,sell,2025-10-07 07:09:00,1881.0 -53910,sell_contrast_m10_bb_pos,sell,2025-10-07 07:21:00,1876.0 -53911,sell_contrast_m10_bb_pos,sell,2025-10-07 07:24:00,1874.0 -53912,sell_contrast_m10_bb_pos,sell,2025-10-07 07:27:00,1871.0 -53913,sell_contrast_m10_bb_pos,sell,2025-10-07 10:42:00,1874.0 -53914,sell_contrast_m10_bb_pos,sell,2025-10-07 10:45:00,1872.0 -53915,sell_contrast_m10_bb_pos,sell,2025-10-07 10:48:00,1873.0 -53916,sell_contrast_m10_bb_pos,sell,2025-10-07 11:00:00,1874.0 -53917,sell_contrast_m10_bb_pos,sell,2025-10-07 11:03:00,1874.0 -53918,sell_contrast_m10_bb_pos,sell,2025-10-07 11:06:00,1872.0 -53919,sell_contrast_m10_bb_pos,sell,2025-10-07 11:09:00,1868.0 -53920,sell_contrast_m10_bb_pos,sell,2025-10-07 12:21:00,1874.0 -53921,sell_contrast_m10_bb_pos,sell,2025-10-07 12:24:00,1869.0 -53922,sell_contrast_m10_bb_pos,sell,2025-10-07 12:27:00,1864.0 -53923,sell_contrast_m10_bb_pos,sell,2025-10-07 14:51:00,1883.0 -53924,sell_contrast_m10_bb_pos,sell,2025-10-07 14:54:00,1881.0 -53925,sell_contrast_m10_bb_pos,sell,2025-10-07 14:57:00,1886.0 -53926,sell_contrast_m10_bb_pos,sell,2025-10-07 15:12:00,1881.0 -53927,sell_contrast_m10_bb_pos,sell,2025-10-07 15:15:00,1890.0 -53928,sell_contrast_m10_bb_pos,sell,2025-10-07 15:18:00,1887.0 -53929,sell_contrast_m10_bb_pos,sell,2025-10-07 21:51:00,1830.0 -53930,sell_contrast_m10_bb_pos,sell,2025-10-07 21:54:00,1835.0 -53931,sell_contrast_m10_bb_pos,sell,2025-10-07 21:57:00,1839.0 -53932,sell_contrast_m10_bb_pos,sell,2025-10-08 05:12:00,1756.0 -53933,sell_contrast_m10_bb_pos,sell,2025-10-08 05:15:00,1756.0 -53934,sell_contrast_m10_bb_pos,sell,2025-10-08 05:18:00,1754.0 -53935,sell_contrast_m10_bb_pos,sell,2025-10-08 05:21:00,1756.0 -53936,sell_contrast_m10_bb_pos,sell,2025-10-08 05:24:00,1755.0 -53937,sell_contrast_m10_bb_pos,sell,2025-10-08 05:27:00,1759.0 -53938,sell_contrast_m10_bb_pos,sell,2025-10-08 06:00:00,1760.0 -53939,sell_contrast_m10_bb_pos,sell,2025-10-08 06:03:00,1760.0 -53940,sell_contrast_m10_bb_pos,sell,2025-10-08 06:06:00,1761.0 -53941,sell_contrast_m10_bb_pos,sell,2025-10-08 06:09:00,1762.0 -53942,sell_contrast_m10_bb_pos,sell,2025-10-08 06:12:00,1765.0 -53943,sell_contrast_m10_bb_pos,sell,2025-10-08 06:15:00,1764.0 -53944,sell_contrast_m10_bb_pos,sell,2025-10-08 06:18:00,1767.0 -53945,sell_contrast_m10_bb_pos,sell,2025-10-08 06:21:00,1766.0 -53946,sell_contrast_m10_bb_pos,sell,2025-10-08 06:24:00,1767.0 -53947,sell_contrast_m10_bb_pos,sell,2025-10-08 06:27:00,1764.0 -53948,sell_contrast_m10_bb_pos,sell,2025-10-08 06:30:00,1764.0 -53949,sell_contrast_m10_bb_pos,sell,2025-10-08 06:33:00,1763.0 -53950,sell_contrast_m10_bb_pos,sell,2025-10-08 06:36:00,1761.0 -53951,sell_contrast_m10_bb_pos,sell,2025-10-08 06:39:00,1759.0 -53952,sell_contrast_m10_bb_pos,sell,2025-10-08 11:30:00,1750.0 -53953,sell_contrast_m10_bb_pos,sell,2025-10-08 11:33:00,1747.0 -53954,sell_contrast_m10_bb_pos,sell,2025-10-08 11:36:00,1748.0 -53955,sell_contrast_m10_bb_pos,sell,2025-10-08 11:39:00,1747.0 -53956,sell_contrast_m10_bb_pos,sell,2025-10-08 16:51:00,1721.0 -53957,sell_contrast_m10_bb_pos,sell,2025-10-08 16:54:00,1722.0 -53958,sell_contrast_m10_bb_pos,sell,2025-10-08 16:57:00,1724.0 -53959,sell_contrast_m10_bb_pos,sell,2025-10-08 17:30:00,1725.0 -53960,sell_contrast_m10_bb_pos,sell,2025-10-08 17:33:00,1729.0 -53961,sell_contrast_m10_bb_pos,sell,2025-10-08 17:36:00,1732.0 -53962,sell_contrast_m10_bb_pos,sell,2025-10-08 17:39:00,1731.0 -53963,sell_contrast_m10_bb_pos,sell,2025-10-08 17:51:00,1733.0 -53964,sell_contrast_m10_bb_pos,sell,2025-10-08 17:54:00,1730.0 -53965,sell_contrast_m10_bb_pos,sell,2025-10-08 17:57:00,1727.0 -53966,sell_contrast_m10_bb_pos,sell,2025-10-08 18:00:00,1732.0 -53967,sell_contrast_m10_bb_pos,sell,2025-10-08 18:03:00,1734.0 -53968,sell_contrast_m10_bb_pos,sell,2025-10-08 18:06:00,1731.0 -53969,sell_contrast_m10_bb_pos,sell,2025-10-08 18:09:00,1732.0 -53970,sell_contrast_m10_bb_pos,sell,2025-10-08 23:21:00,1730.0 -53971,sell_contrast_m10_bb_pos,sell,2025-10-08 23:24:00,1726.0 -53972,sell_contrast_m10_bb_pos,sell,2025-10-08 23:27:00,1724.0 -53973,sell_contrast_m10_bb_pos,sell,2025-10-09 01:12:00,1738.0 -53974,sell_contrast_m10_bb_pos,sell,2025-10-09 01:15:00,1741.0 -53975,sell_contrast_m10_bb_pos,sell,2025-10-09 01:18:00,1739.0 -53976,sell_contrast_m10_bb_pos,sell,2025-10-09 01:30:00,1737.0 -53977,sell_contrast_m10_bb_pos,sell,2025-10-09 01:33:00,1734.0 -53978,sell_contrast_m10_bb_pos,sell,2025-10-09 01:36:00,1735.0 -53979,sell_contrast_m10_bb_pos,sell,2025-10-09 01:39:00,1737.0 -53980,sell_contrast_m10_bb_pos,sell,2025-10-09 01:42:00,1737.0 -53981,sell_contrast_m10_bb_pos,sell,2025-10-09 01:45:00,1738.0 -53982,sell_contrast_m10_bb_pos,sell,2025-10-09 01:48:00,1736.0 -53983,sell_contrast_m10_bb_pos,sell,2025-10-09 02:42:00,1763.0 -53984,sell_contrast_m10_bb_pos,sell,2025-10-09 02:45:00,1768.0 -53985,sell_contrast_m10_bb_pos,sell,2025-10-09 02:48:00,1768.0 -53986,sell_contrast_m10_bb_pos,sell,2025-10-09 02:51:00,1783.0 -53987,sell_contrast_m10_bb_pos,sell,2025-10-09 02:54:00,1790.0 -53988,sell_contrast_m10_bb_pos,sell,2025-10-09 02:57:00,1791.0 -53989,sell_contrast_m10_bb_pos,sell,2025-10-09 03:12:00,1791.0 -53990,sell_contrast_m10_bb_pos,sell,2025-10-09 03:15:00,1791.0 -53991,sell_contrast_m10_bb_pos,sell,2025-10-09 03:18:00,1792.0 -53992,sell_contrast_m10_bb_pos,sell,2025-10-09 03:51:00,1809.0 -53993,sell_contrast_m10_bb_pos,sell,2025-10-09 03:54:00,1820.0 -53994,sell_contrast_m10_bb_pos,sell,2025-10-09 03:57:00,1822.0 -53995,sell_contrast_m10_bb_pos,sell,2025-10-09 04:00:00,1819.0 -53996,sell_contrast_m10_bb_pos,sell,2025-10-09 04:03:00,1822.0 -53997,sell_contrast_m10_bb_pos,sell,2025-10-09 04:06:00,1822.0 -53998,sell_contrast_m10_bb_pos,sell,2025-10-09 04:09:00,1819.0 -53999,sell_contrast_m10_bb_pos,sell,2025-10-09 04:12:00,1813.0 -54000,sell_contrast_m10_bb_pos,sell,2025-10-09 04:15:00,1816.0 -54001,sell_contrast_m10_bb_pos,sell,2025-10-09 04:18:00,1809.0 -54002,sell_contrast_m10_bb_pos,sell,2025-10-09 06:30:00,1842.0 -54003,sell_contrast_m10_bb_pos,sell,2025-10-09 06:33:00,1840.0 -54004,sell_contrast_m10_bb_pos,sell,2025-10-09 06:36:00,1835.0 -54005,sell_contrast_m10_bb_pos,sell,2025-10-09 06:39:00,1840.0 -54006,sell_contrast_m10_bb_pos,sell,2025-10-09 06:42:00,1842.0 -54007,sell_contrast_m10_bb_pos,sell,2025-10-09 06:45:00,1839.0 -54008,sell_contrast_m10_bb_pos,sell,2025-10-09 06:48:00,1833.0 -54009,sell_contrast_m10_bb_pos,sell,2025-10-09 08:21:00,1838.0 -54010,sell_contrast_m10_bb_pos,sell,2025-10-09 08:24:00,1834.0 -54011,sell_contrast_m10_bb_pos,sell,2025-10-09 08:27:00,1834.0 -54012,sell_contrast_m10_bb_pos,sell,2025-10-09 09:00:00,1844.0 -54013,sell_contrast_m10_bb_pos,sell,2025-10-09 09:03:00,1839.0 -54014,sell_contrast_m10_bb_pos,sell,2025-10-09 09:06:00,1840.0 -54015,sell_contrast_m10_bb_pos,sell,2025-10-09 09:09:00,1839.0 -54016,sell_contrast_m10_bb_pos,sell,2025-10-09 21:21:00,1766.0 -54017,sell_contrast_m10_bb_pos,sell,2025-10-09 21:24:00,1770.0 -54018,sell_contrast_m10_bb_pos,sell,2025-10-09 21:27:00,1766.0 -54019,sell_contrast_m10_bb_pos,sell,2025-10-09 21:30:00,1766.0 -54020,sell_contrast_m10_bb_pos,sell,2025-10-09 21:33:00,1772.0 -54021,sell_contrast_m10_bb_pos,sell,2025-10-09 21:36:00,1768.0 -54022,sell_contrast_m10_bb_pos,sell,2025-10-09 21:39:00,1770.0 -54023,sell_contrast_m10_bb_pos,sell,2025-10-09 22:00:00,1769.0 -54024,sell_contrast_m10_bb_pos,sell,2025-10-09 22:03:00,1771.0 -54025,sell_contrast_m10_bb_pos,sell,2025-10-09 22:06:00,1765.0 -54026,sell_contrast_m10_bb_pos,sell,2025-10-09 22:09:00,1763.0 -54027,sell_contrast_m10_bb_pos,sell,2025-10-10 02:12:00,1764.0 -54028,sell_contrast_m10_bb_pos,sell,2025-10-10 02:15:00,1759.0 -54029,sell_contrast_m10_bb_pos,sell,2025-10-10 02:18:00,1755.0 -54030,sell_contrast_m10_bb_pos,sell,2025-10-10 02:42:00,1762.0 -54031,sell_contrast_m10_bb_pos,sell,2025-10-10 02:45:00,1755.0 -54032,sell_contrast_m10_bb_pos,sell,2025-10-10 02:48:00,1759.0 -54033,sell_contrast_m10_bb_pos,sell,2025-10-10 03:00:00,1766.0 -54034,sell_contrast_m10_bb_pos,sell,2025-10-10 03:03:00,1765.0 -54035,sell_contrast_m10_bb_pos,sell,2025-10-10 03:06:00,1763.0 -54036,sell_contrast_m10_bb_pos,sell,2025-10-10 03:09:00,1759.0 -54037,sell_contrast_m10_bb_pos,sell,2025-10-10 06:21:00,1761.0 -54038,sell_contrast_m10_bb_pos,sell,2025-10-10 06:24:00,1760.0 -54039,sell_contrast_m10_bb_pos,sell,2025-10-10 06:27:00,1756.0 -54040,sell_contrast_m10_bb_pos,sell,2025-10-10 10:30:00,1782.0 -54041,sell_contrast_m10_bb_pos,sell,2025-10-10 10:33:00,1783.0 -54042,sell_contrast_m10_bb_pos,sell,2025-10-10 10:36:00,1781.0 -54043,sell_contrast_m10_bb_pos,sell,2025-10-10 10:39:00,1779.0 -54044,sell_contrast_m10_bb_pos,sell,2025-10-10 10:42:00,1778.0 -54045,sell_contrast_m10_bb_pos,sell,2025-10-10 10:45:00,1780.0 -54046,sell_contrast_m10_bb_pos,sell,2025-10-10 10:48:00,1780.0 -54047,sell_contrast_m10_bb_pos,sell,2025-10-10 10:51:00,1782.0 -54048,sell_contrast_m10_bb_pos,sell,2025-10-10 10:54:00,1783.0 -54049,sell_contrast_m10_bb_pos,sell,2025-10-10 10:57:00,1782.0 -54050,sell_contrast_m10_bb_pos,sell,2025-10-10 11:12:00,1797.0 -54051,sell_contrast_m10_bb_pos,sell,2025-10-10 11:15:00,1806.0 -54052,sell_contrast_m10_bb_pos,sell,2025-10-10 11:18:00,1806.0 -54053,sell_contrast_m10_bb_pos,sell,2025-10-10 11:30:00,1799.0 -54054,sell_contrast_m10_bb_pos,sell,2025-10-10 11:33:00,1798.0 -54055,sell_contrast_m10_bb_pos,sell,2025-10-10 11:36:00,1796.0 -54056,sell_contrast_m10_bb_pos,sell,2025-10-10 11:39:00,1789.0 -54057,sell_contrast_m10_bb_pos,sell,2025-10-10 12:51:00,1820.0 -54058,sell_contrast_m10_bb_pos,sell,2025-10-10 12:54:00,1815.0 -54059,sell_contrast_m10_bb_pos,sell,2025-10-10 12:57:00,1817.0 -54060,sell_contrast_m10_bb_pos,sell,2025-10-10 13:00:00,1822.0 -54061,sell_contrast_m10_bb_pos,sell,2025-10-10 13:03:00,1822.0 -54062,sell_contrast_m10_bb_pos,sell,2025-10-10 13:06:00,1814.0 -54063,sell_contrast_m10_bb_pos,sell,2025-10-10 13:09:00,1819.0 -54064,sell_contrast_m10_bb_pos,sell,2025-10-10 13:42:00,1833.0 -54065,sell_contrast_m10_bb_pos,sell,2025-10-10 13:45:00,1831.0 -54066,sell_contrast_m10_bb_pos,sell,2025-10-10 13:48:00,1835.0 -54067,sell_contrast_m10_bb_pos,sell,2025-10-10 13:51:00,1834.0 -54068,sell_contrast_m10_bb_pos,sell,2025-10-10 13:54:00,1834.0 -54069,sell_contrast_m10_bb_pos,sell,2025-10-10 13:57:00,1833.0 -54070,sell_contrast_m10_bb_pos,sell,2025-10-10 19:51:00,1817.0 -54071,sell_contrast_m10_bb_pos,sell,2025-10-10 19:54:00,1815.0 -54072,sell_contrast_m10_bb_pos,sell,2025-10-10 19:57:00,1819.0 -54073,sell_contrast_m10_bb_pos,sell,2025-10-10 20:30:00,1818.0 -54074,sell_contrast_m10_bb_pos,sell,2025-10-10 20:33:00,1819.0 -54075,sell_contrast_m10_bb_pos,sell,2025-10-10 20:36:00,1820.0 -54076,sell_contrast_m10_bb_pos,sell,2025-10-10 20:39:00,1827.0 -54077,sell_contrast_m10_bb_pos,sell,2025-10-10 21:21:00,1846.0 -54078,sell_contrast_m10_bb_pos,sell,2025-10-10 21:24:00,1845.0 -54079,sell_contrast_m10_bb_pos,sell,2025-10-10 21:27:00,1844.0 -54080,sell_contrast_m10_bb_pos,sell,2025-10-10 21:30:00,1848.0 -54081,sell_contrast_m10_bb_pos,sell,2025-10-10 21:33:00,1852.0 -54082,sell_contrast_m10_bb_pos,sell,2025-10-10 21:36:00,1853.0 -54083,sell_contrast_m10_bb_pos,sell,2025-10-10 21:39:00,1844.0 -54084,sell_contrast_m10_bb_pos,sell,2025-10-10 21:42:00,1854.0 -54085,sell_contrast_m10_bb_pos,sell,2025-10-10 21:45:00,1856.0 -54086,sell_contrast_m10_bb_pos,sell,2025-10-10 21:48:00,1856.0 -54087,sell_contrast_m10_bb_pos,sell,2025-10-10 21:51:00,1864.0 -54088,sell_contrast_m10_bb_pos,sell,2025-10-10 21:54:00,1864.0 -54089,sell_contrast_m10_bb_pos,sell,2025-10-10 21:57:00,1866.0 -54090,sell_contrast_m10_bb_pos,sell,2025-10-10 22:30:00,1885.0 -54091,sell_contrast_m10_bb_pos,sell,2025-10-10 22:33:00,1886.0 -54092,sell_contrast_m10_bb_pos,sell,2025-10-10 22:36:00,1891.0 -54093,sell_contrast_m10_bb_pos,sell,2025-10-10 22:39:00,1879.0 -54094,sell_contrast_m10_bb_pos,sell,2025-10-11 11:42:00,1445.0 -54095,sell_contrast_m10_bb_pos,sell,2025-10-11 11:45:00,1440.0 -54096,sell_contrast_m10_bb_pos,sell,2025-10-11 11:48:00,1427.0 -54097,sell_contrast_m10_bb_pos,sell,2025-10-11 15:21:00,1460.0 -54098,sell_contrast_m10_bb_pos,sell,2025-10-11 15:24:00,1454.0 -54099,sell_contrast_m10_bb_pos,sell,2025-10-11 15:27:00,1457.0 -54100,sell_contrast_m10_bb_pos,sell,2025-10-11 17:21:00,1458.0 -54101,sell_contrast_m10_bb_pos,sell,2025-10-11 17:24:00,1466.0 -54102,sell_contrast_m10_bb_pos,sell,2025-10-11 17:27:00,1483.0 -54103,sell_contrast_m10_bb_pos,sell,2025-10-11 18:21:00,1499.0 -54104,sell_contrast_m10_bb_pos,sell,2025-10-11 18:24:00,1499.0 -54105,sell_contrast_m10_bb_pos,sell,2025-10-11 18:27:00,1500.0 -54106,sell_contrast_m10_bb_pos,sell,2025-10-11 18:30:00,1500.0 -54107,sell_contrast_m10_bb_pos,sell,2025-10-11 18:33:00,1492.0 -54108,sell_contrast_m10_bb_pos,sell,2025-10-11 18:36:00,1485.0 -54109,sell_contrast_m10_bb_pos,sell,2025-10-11 18:39:00,1488.0 -54110,sell_contrast_m10_bb_pos,sell,2025-10-12 07:12:00,1416.0 -54111,sell_contrast_m10_bb_pos,sell,2025-10-12 07:15:00,1415.0 -54112,sell_contrast_m10_bb_pos,sell,2025-10-12 07:18:00,1411.0 -54113,sell_contrast_m10_bb_pos,sell,2025-10-12 07:30:00,1415.0 -54114,sell_contrast_m10_bb_pos,sell,2025-10-12 07:33:00,1415.0 -54115,sell_contrast_m10_bb_pos,sell,2025-10-12 07:36:00,1420.0 -54116,sell_contrast_m10_bb_pos,sell,2025-10-12 07:39:00,1426.0 -54117,sell_contrast_m10_bb_pos,sell,2025-10-12 07:51:00,1422.0 -54118,sell_contrast_m10_bb_pos,sell,2025-10-12 07:54:00,1417.0 -54119,sell_contrast_m10_bb_pos,sell,2025-10-12 07:57:00,1415.0 -54120,sell_contrast_m10_bb_pos,sell,2025-10-12 13:12:00,1400.0 -54121,sell_contrast_m10_bb_pos,sell,2025-10-12 13:15:00,1402.0 -54122,sell_contrast_m10_bb_pos,sell,2025-10-12 13:18:00,1408.0 -54123,sell_contrast_m10_bb_pos,sell,2025-10-12 13:51:00,1411.0 -54124,sell_contrast_m10_bb_pos,sell,2025-10-12 13:54:00,1408.0 -54125,sell_contrast_m10_bb_pos,sell,2025-10-12 13:57:00,1404.0 -54126,sell_contrast_m10_bb_pos,sell,2025-10-12 20:51:00,1397.0 -54127,sell_contrast_m10_bb_pos,sell,2025-10-12 20:54:00,1393.0 -54128,sell_contrast_m10_bb_pos,sell,2025-10-12 20:57:00,1393.0 -54129,sell_contrast_m10_bb_pos,sell,2025-10-12 21:21:00,1400.0 -54130,sell_contrast_m10_bb_pos,sell,2025-10-12 21:24:00,1406.0 -54131,sell_contrast_m10_bb_pos,sell,2025-10-12 21:27:00,1409.0 -54132,sell_contrast_m10_bb_pos,sell,2025-10-12 21:42:00,1411.0 -54133,sell_contrast_m10_bb_pos,sell,2025-10-12 21:45:00,1411.0 -54134,sell_contrast_m10_bb_pos,sell,2025-10-12 21:48:00,1410.0 -54135,sell_contrast_m10_bb_pos,sell,2025-10-12 22:12:00,1410.0 -54136,sell_contrast_m10_bb_pos,sell,2025-10-12 22:15:00,1410.0 -54137,sell_contrast_m10_bb_pos,sell,2025-10-12 22:18:00,1409.0 -54138,sell_contrast_m10_bb_pos,sell,2025-10-12 23:21:00,1406.0 -54139,sell_contrast_m10_bb_pos,sell,2025-10-12 23:24:00,1410.0 -54140,sell_contrast_m10_bb_pos,sell,2025-10-12 23:27:00,1407.0 -54141,sell_contrast_m10_bb_pos,sell,2025-10-13 00:42:00,1485.0 -54142,sell_contrast_m10_bb_pos,sell,2025-10-13 00:45:00,1487.0 -54143,sell_contrast_m10_bb_pos,sell,2025-10-13 00:48:00,1499.0 -54144,sell_contrast_m10_bb_pos,sell,2025-10-13 00:51:00,1511.0 -54145,sell_contrast_m10_bb_pos,sell,2025-10-13 00:54:00,1502.0 -54146,sell_contrast_m10_bb_pos,sell,2025-10-13 00:57:00,1507.0 -54147,sell_contrast_m10_bb_pos,sell,2025-10-13 01:00:00,1507.0 -54148,sell_contrast_m10_bb_pos,sell,2025-10-13 01:03:00,1528.0 -54149,sell_contrast_m10_bb_pos,sell,2025-10-13 01:06:00,1544.0 -54150,sell_contrast_m10_bb_pos,sell,2025-10-13 01:09:00,1536.0 -54151,sell_contrast_m10_bb_pos,sell,2025-10-13 01:12:00,1526.0 -54152,sell_contrast_m10_bb_pos,sell,2025-10-13 01:15:00,1534.0 -54153,sell_contrast_m10_bb_pos,sell,2025-10-13 01:18:00,1533.0 -54154,sell_contrast_m10_bb_pos,sell,2025-10-13 01:21:00,1550.0 -54155,sell_contrast_m10_bb_pos,sell,2025-10-13 01:24:00,1560.0 -54156,sell_contrast_m10_bb_pos,sell,2025-10-13 01:27:00,1564.0 -54157,sell_contrast_m10_bb_pos,sell,2025-10-13 01:30:00,1575.0 -54158,sell_contrast_m10_bb_pos,sell,2025-10-13 01:33:00,1561.0 -54159,sell_contrast_m10_bb_pos,sell,2025-10-13 01:36:00,1552.0 -54160,sell_contrast_m10_bb_pos,sell,2025-10-13 01:39:00,1548.0 -54161,sell_contrast_m10_bb_pos,sell,2025-10-13 01:51:00,1567.0 -54162,sell_contrast_m10_bb_pos,sell,2025-10-13 01:54:00,1559.0 -54163,sell_contrast_m10_bb_pos,sell,2025-10-13 01:57:00,1572.0 -54164,sell_contrast_m10_bb_pos,sell,2025-10-13 12:00:00,1514.0 -54165,sell_contrast_m10_bb_pos,sell,2025-10-13 12:03:00,1513.0 -54166,sell_contrast_m10_bb_pos,sell,2025-10-13 12:06:00,1514.0 -54167,sell_contrast_m10_bb_pos,sell,2025-10-13 12:09:00,1515.0 -54168,sell_contrast_m10_bb_pos,sell,2025-10-13 12:12:00,1509.0 -54169,sell_contrast_m10_bb_pos,sell,2025-10-13 12:15:00,1511.0 -54170,sell_contrast_m10_bb_pos,sell,2025-10-13 12:18:00,1511.0 -54171,sell_contrast_m10_bb_pos,sell,2025-10-13 15:51:00,1511.0 -54172,sell_contrast_m10_bb_pos,sell,2025-10-13 15:54:00,1516.0 -54173,sell_contrast_m10_bb_pos,sell,2025-10-13 15:57:00,1514.0 -54174,sell_contrast_m10_bb_pos,sell,2025-10-13 16:00:00,1510.0 -54175,sell_contrast_m10_bb_pos,sell,2025-10-13 16:03:00,1506.0 -54176,sell_contrast_m10_bb_pos,sell,2025-10-13 16:06:00,1503.0 -54177,sell_contrast_m10_bb_pos,sell,2025-10-13 16:09:00,1509.0 -54178,sell_contrast_m10_bb_pos,sell,2025-10-13 16:12:00,1513.0 -54179,sell_contrast_m10_bb_pos,sell,2025-10-13 16:15:00,1511.0 -54180,sell_contrast_m10_bb_pos,sell,2025-10-13 16:18:00,1508.0 -54181,sell_contrast_m10_bb_pos,sell,2025-10-13 17:42:00,1513.0 -54182,sell_contrast_m10_bb_pos,sell,2025-10-13 17:45:00,1507.0 -54183,sell_contrast_m10_bb_pos,sell,2025-10-13 17:48:00,1506.0 -54184,sell_contrast_m10_bb_pos,sell,2025-10-13 22:42:00,1498.0 -54185,sell_contrast_m10_bb_pos,sell,2025-10-13 22:45:00,1510.0 -54186,sell_contrast_m10_bb_pos,sell,2025-10-13 22:48:00,1507.0 -54187,sell_contrast_m10_bb_pos,sell,2025-10-13 23:00:00,1509.0 -54188,sell_contrast_m10_bb_pos,sell,2025-10-13 23:03:00,1500.0 -54189,sell_contrast_m10_bb_pos,sell,2025-10-13 23:06:00,1502.0 -54190,sell_contrast_m10_bb_pos,sell,2025-10-13 23:09:00,1498.0 -54191,sell_contrast_m10_bb_pos,sell,2025-10-14 00:21:00,1507.0 -54192,sell_contrast_m10_bb_pos,sell,2025-10-14 00:24:00,1506.0 -54193,sell_contrast_m10_bb_pos,sell,2025-10-14 00:27:00,1509.0 -54194,sell_contrast_m10_bb_pos,sell,2025-10-14 00:42:00,1512.0 -54195,sell_contrast_m10_bb_pos,sell,2025-10-14 00:45:00,1507.0 -54196,sell_contrast_m10_bb_pos,sell,2025-10-14 00:48:00,1517.0 -54197,sell_contrast_m10_bb_pos,sell,2025-10-14 01:00:00,1513.0 -54198,sell_contrast_m10_bb_pos,sell,2025-10-14 01:03:00,1508.0 -54199,sell_contrast_m10_bb_pos,sell,2025-10-14 01:06:00,1508.0 -54200,sell_contrast_m10_bb_pos,sell,2025-10-14 01:09:00,1512.0 -54201,sell_contrast_m10_bb_pos,sell,2025-10-14 05:51:00,1501.0 -54202,sell_contrast_m10_bb_pos,sell,2025-10-14 05:54:00,1503.0 -54203,sell_contrast_m10_bb_pos,sell,2025-10-14 05:57:00,1501.0 -54204,sell_contrast_m10_bb_pos,sell,2025-10-14 06:12:00,1508.0 -54205,sell_contrast_m10_bb_pos,sell,2025-10-14 06:15:00,1508.0 -54206,sell_contrast_m10_bb_pos,sell,2025-10-14 06:18:00,1511.0 -54207,sell_contrast_m10_bb_pos,sell,2025-10-14 06:51:00,1509.0 -54208,sell_contrast_m10_bb_pos,sell,2025-10-14 06:54:00,1504.0 -54209,sell_contrast_m10_bb_pos,sell,2025-10-14 06:57:00,1508.0 -54210,sell_contrast_m10_bb_pos,sell,2025-10-14 09:12:00,1508.0 -54211,sell_contrast_m10_bb_pos,sell,2025-10-14 09:15:00,1506.0 -54212,sell_contrast_m10_bb_pos,sell,2025-10-14 09:18:00,1509.0 -54213,sell_contrast_m10_bb_pos,sell,2025-10-14 18:21:00,1414.0 -54214,sell_contrast_m10_bb_pos,sell,2025-10-14 18:24:00,1408.0 -54215,sell_contrast_m10_bb_pos,sell,2025-10-14 18:27:00,1411.0 -54216,sell_contrast_m10_bb_pos,sell,2025-10-14 19:00:00,1415.0 -54217,sell_contrast_m10_bb_pos,sell,2025-10-14 19:03:00,1408.0 -54218,sell_contrast_m10_bb_pos,sell,2025-10-14 19:06:00,1405.0 -54219,sell_contrast_m10_bb_pos,sell,2025-10-14 19:09:00,1405.0 -54220,sell_contrast_m10_bb_pos,sell,2025-10-14 20:12:00,1418.0 -54221,sell_contrast_m10_bb_pos,sell,2025-10-14 20:15:00,1421.0 -54222,sell_contrast_m10_bb_pos,sell,2025-10-14 20:18:00,1417.0 -54223,sell_contrast_m10_bb_pos,sell,2025-10-14 20:21:00,1418.0 -54224,sell_contrast_m10_bb_pos,sell,2025-10-14 20:24:00,1420.0 -54225,sell_contrast_m10_bb_pos,sell,2025-10-14 20:27:00,1417.0 -54226,sell_contrast_m10_bb_pos,sell,2025-10-14 20:51:00,1420.0 -54227,sell_contrast_m10_bb_pos,sell,2025-10-14 20:54:00,1417.0 -54228,sell_contrast_m10_bb_pos,sell,2025-10-14 20:57:00,1415.0 -54229,sell_contrast_m10_bb_pos,sell,2025-10-14 22:51:00,1418.0 -54230,sell_contrast_m10_bb_pos,sell,2025-10-14 22:54:00,1420.0 -54231,sell_contrast_m10_bb_pos,sell,2025-10-14 22:57:00,1419.0 -54232,sell_contrast_m10_bb_pos,sell,2025-10-14 23:51:00,1425.0 -54233,sell_contrast_m10_bb_pos,sell,2025-10-14 23:54:00,1423.0 -54234,sell_contrast_m10_bb_pos,sell,2025-10-14 23:57:00,1425.0 -54235,sell_contrast_m10_bb_pos,sell,2025-10-15 00:51:00,1444.0 -54236,sell_contrast_m10_bb_pos,sell,2025-10-15 00:54:00,1449.0 -54237,sell_contrast_m10_bb_pos,sell,2025-10-15 00:57:00,1449.0 -54238,sell_contrast_m10_bb_pos,sell,2025-10-15 01:21:00,1463.0 -54239,sell_contrast_m10_bb_pos,sell,2025-10-15 01:24:00,1457.0 -54240,sell_contrast_m10_bb_pos,sell,2025-10-15 01:27:00,1454.0 -54241,sell_contrast_m10_bb_pos,sell,2025-10-15 02:12:00,1461.0 -54242,sell_contrast_m10_bb_pos,sell,2025-10-15 02:15:00,1461.0 -54243,sell_contrast_m10_bb_pos,sell,2025-10-15 02:18:00,1461.0 -54244,sell_contrast_m10_bb_pos,sell,2025-10-15 07:12:00,1451.0 -54245,sell_contrast_m10_bb_pos,sell,2025-10-15 07:15:00,1448.0 -54246,sell_contrast_m10_bb_pos,sell,2025-10-15 07:18:00,1448.0 -54247,sell_contrast_m10_bb_pos,sell,2025-10-15 08:12:00,1447.0 -54248,sell_contrast_m10_bb_pos,sell,2025-10-15 08:15:00,1445.0 -54249,sell_contrast_m10_bb_pos,sell,2025-10-15 08:18:00,1445.0 -54250,sell_contrast_m10_bb_pos,sell,2025-10-15 09:51:00,1451.0 -54251,sell_contrast_m10_bb_pos,sell,2025-10-15 09:54:00,1453.0 -54252,sell_contrast_m10_bb_pos,sell,2025-10-15 09:57:00,1455.0 -54253,sell_contrast_m10_bb_pos,sell,2025-10-15 11:21:00,1457.0 -54254,sell_contrast_m10_bb_pos,sell,2025-10-15 11:24:00,1455.0 -54255,sell_contrast_m10_bb_pos,sell,2025-10-15 11:27:00,1457.0 -54256,sell_contrast_m10_bb_pos,sell,2025-10-15 14:12:00,1457.0 -54257,sell_contrast_m10_bb_pos,sell,2025-10-15 14:15:00,1459.0 -54258,sell_contrast_m10_bb_pos,sell,2025-10-15 14:18:00,1459.0 -54259,sell_contrast_m10_bb_pos,sell,2025-10-15 14:21:00,1460.0 -54260,sell_contrast_m10_bb_pos,sell,2025-10-15 14:24:00,1457.0 -54261,sell_contrast_m10_bb_pos,sell,2025-10-15 14:27:00,1458.0 -54262,sell_contrast_m10_bb_pos,sell,2025-10-15 17:30:00,1460.0 -54263,sell_contrast_m10_bb_pos,sell,2025-10-15 17:33:00,1467.0 -54264,sell_contrast_m10_bb_pos,sell,2025-10-15 17:36:00,1461.0 -54265,sell_contrast_m10_bb_pos,sell,2025-10-15 17:39:00,1463.0 -54266,sell_contrast_m10_bb_pos,sell,2025-10-15 17:42:00,1461.0 -54267,sell_contrast_m10_bb_pos,sell,2025-10-15 17:45:00,1459.0 -54268,sell_contrast_m10_bb_pos,sell,2025-10-15 17:48:00,1454.0 -54269,sell_contrast_m10_bb_pos,sell,2025-10-15 21:12:00,1448.0 -54270,sell_contrast_m10_bb_pos,sell,2025-10-15 21:15:00,1446.0 -54271,sell_contrast_m10_bb_pos,sell,2025-10-15 21:18:00,1445.0 -54272,sell_contrast_m10_bb_pos,sell,2025-10-15 21:51:00,1451.0 -54273,sell_contrast_m10_bb_pos,sell,2025-10-15 21:54:00,1448.0 -54274,sell_contrast_m10_bb_pos,sell,2025-10-15 21:57:00,1446.0 -54275,sell_contrast_m10_bb_pos,sell,2025-10-15 23:21:00,1454.0 -54276,sell_contrast_m10_bb_pos,sell,2025-10-15 23:24:00,1456.0 -54277,sell_contrast_m10_bb_pos,sell,2025-10-15 23:27:00,1454.0 -54278,sell_contrast_m10_bb_pos,sell,2025-10-16 10:12:00,1424.0 -54279,sell_contrast_m10_bb_pos,sell,2025-10-16 10:15:00,1422.0 -54280,sell_contrast_m10_bb_pos,sell,2025-10-16 10:18:00,1423.0 -54281,sell_contrast_m10_bb_pos,sell,2025-10-16 10:30:00,1423.0 -54282,sell_contrast_m10_bb_pos,sell,2025-10-16 10:33:00,1430.0 -54283,sell_contrast_m10_bb_pos,sell,2025-10-16 10:36:00,1425.0 -54284,sell_contrast_m10_bb_pos,sell,2025-10-16 10:39:00,1428.0 -54285,sell_contrast_m10_bb_pos,sell,2025-10-16 10:51:00,1428.0 -54286,sell_contrast_m10_bb_pos,sell,2025-10-16 10:54:00,1433.0 -54287,sell_contrast_m10_bb_pos,sell,2025-10-16 10:57:00,1435.0 -54288,sell_contrast_m10_bb_pos,sell,2025-10-16 12:00:00,1431.0 -54289,sell_contrast_m10_bb_pos,sell,2025-10-16 12:03:00,1433.0 -54290,sell_contrast_m10_bb_pos,sell,2025-10-16 12:06:00,1431.0 -54291,sell_contrast_m10_bb_pos,sell,2025-10-16 12:09:00,1431.0 -54292,sell_contrast_m10_bb_pos,sell,2025-10-16 16:51:00,1424.0 -54293,sell_contrast_m10_bb_pos,sell,2025-10-16 16:54:00,1422.0 -54294,sell_contrast_m10_bb_pos,sell,2025-10-16 16:57:00,1421.0 -54295,sell_contrast_m10_bb_pos,sell,2025-10-16 19:00:00,1429.0 -54296,sell_contrast_m10_bb_pos,sell,2025-10-16 19:03:00,1434.0 -54297,sell_contrast_m10_bb_pos,sell,2025-10-16 19:06:00,1432.0 -54298,sell_contrast_m10_bb_pos,sell,2025-10-16 19:09:00,1432.0 -54299,sell_contrast_m10_bb_pos,sell,2025-10-16 19:12:00,1430.0 -54300,sell_contrast_m10_bb_pos,sell,2025-10-16 19:15:00,1440.0 -54301,sell_contrast_m10_bb_pos,sell,2025-10-16 19:18:00,1444.0 -54302,sell_contrast_m10_bb_pos,sell,2025-10-16 19:51:00,1439.0 -54303,sell_contrast_m10_bb_pos,sell,2025-10-16 19:54:00,1439.0 -54304,sell_contrast_m10_bb_pos,sell,2025-10-16 19:57:00,1438.0 -54305,sell_contrast_m10_bb_pos,sell,2025-10-16 20:00:00,1443.0 -54306,sell_contrast_m10_bb_pos,sell,2025-10-16 20:03:00,1443.0 -54307,sell_contrast_m10_bb_pos,sell,2025-10-16 20:06:00,1442.0 -54308,sell_contrast_m10_bb_pos,sell,2025-10-16 20:09:00,1435.0 -54309,sell_contrast_m10_bb_pos,sell,2025-10-17 10:12:00,1381.0 -54310,sell_contrast_m10_bb_pos,sell,2025-10-17 10:15:00,1383.0 -54311,sell_contrast_m10_bb_pos,sell,2025-10-17 10:18:00,1381.0 -54312,sell_contrast_m10_bb_pos,sell,2025-10-17 18:42:00,1320.0 -54313,sell_contrast_m10_bb_pos,sell,2025-10-17 18:45:00,1318.0 -54314,sell_contrast_m10_bb_pos,sell,2025-10-17 18:48:00,1320.0 -54315,sell_contrast_m10_bb_pos,sell,2025-10-17 20:21:00,1329.0 -54316,sell_contrast_m10_bb_pos,sell,2025-10-17 20:24:00,1328.0 -54317,sell_contrast_m10_bb_pos,sell,2025-10-17 20:27:00,1330.0 -54318,sell_contrast_m10_bb_pos,sell,2025-10-17 20:51:00,1326.0 -54319,sell_contrast_m10_bb_pos,sell,2025-10-17 20:54:00,1324.0 -54320,sell_contrast_m10_bb_pos,sell,2025-10-17 20:57:00,1325.0 -54321,sell_contrast_m10_bb_pos,sell,2025-10-17 21:12:00,1326.0 -54322,sell_contrast_m10_bb_pos,sell,2025-10-17 21:15:00,1330.0 -54323,sell_contrast_m10_bb_pos,sell,2025-10-17 21:18:00,1332.0 -54324,sell_contrast_m10_bb_pos,sell,2025-10-17 21:21:00,1334.0 -54325,sell_contrast_m10_bb_pos,sell,2025-10-17 21:24:00,1337.0 -54326,sell_contrast_m10_bb_pos,sell,2025-10-17 21:27:00,1330.0 -54327,sell_contrast_m10_bb_pos,sell,2025-10-18 01:00:00,1334.0 -54328,sell_contrast_m10_bb_pos,sell,2025-10-18 01:03:00,1341.0 -54329,sell_contrast_m10_bb_pos,sell,2025-10-18 01:06:00,1340.0 -54330,sell_contrast_m10_bb_pos,sell,2025-10-18 01:09:00,1340.0 -54331,sell_contrast_m10_bb_pos,sell,2025-10-18 01:21:00,1338.0 -54332,sell_contrast_m10_bb_pos,sell,2025-10-18 01:24:00,1339.0 -54333,sell_contrast_m10_bb_pos,sell,2025-10-18 01:27:00,1331.0 -54334,sell_contrast_m10_bb_pos,sell,2025-10-18 01:51:00,1337.0 -54335,sell_contrast_m10_bb_pos,sell,2025-10-18 01:54:00,1334.0 -54336,sell_contrast_m10_bb_pos,sell,2025-10-18 01:57:00,1328.0 -54337,sell_contrast_m10_bb_pos,sell,2025-10-18 02:21:00,1345.0 -54338,sell_contrast_m10_bb_pos,sell,2025-10-18 02:24:00,1351.0 -54339,sell_contrast_m10_bb_pos,sell,2025-10-18 02:27:00,1342.0 -54340,sell_contrast_m10_bb_pos,sell,2025-10-18 02:42:00,1350.0 -54341,sell_contrast_m10_bb_pos,sell,2025-10-18 02:45:00,1356.0 -54342,sell_contrast_m10_bb_pos,sell,2025-10-18 02:48:00,1343.0 -54343,sell_contrast_m10_bb_pos,sell,2025-10-18 02:51:00,1354.0 -54344,sell_contrast_m10_bb_pos,sell,2025-10-18 02:54:00,1359.0 -54345,sell_contrast_m10_bb_pos,sell,2025-10-18 02:57:00,1352.0 -54346,sell_contrast_m10_bb_pos,sell,2025-10-18 03:00:00,1352.0 -54347,sell_contrast_m10_bb_pos,sell,2025-10-18 03:03:00,1350.0 -54348,sell_contrast_m10_bb_pos,sell,2025-10-18 03:06:00,1349.0 -54349,sell_contrast_m10_bb_pos,sell,2025-10-18 03:09:00,1346.0 -54350,sell_contrast_m10_bb_pos,sell,2025-10-18 03:21:00,1354.0 -54351,sell_contrast_m10_bb_pos,sell,2025-10-18 03:24:00,1357.0 -54352,sell_contrast_m10_bb_pos,sell,2025-10-18 03:27:00,1353.0 -54353,sell_contrast_m10_bb_pos,sell,2025-10-18 06:21:00,1352.0 -54354,sell_contrast_m10_bb_pos,sell,2025-10-18 06:24:00,1352.0 -54355,sell_contrast_m10_bb_pos,sell,2025-10-18 06:27:00,1351.0 -54356,sell_contrast_m10_bb_pos,sell,2025-10-18 10:12:00,1353.0 -54357,sell_contrast_m10_bb_pos,sell,2025-10-18 10:15:00,1350.0 -54358,sell_contrast_m10_bb_pos,sell,2025-10-18 10:18:00,1353.0 -54359,sell_contrast_m10_bb_pos,sell,2025-10-18 10:21:00,1354.0 -54360,sell_contrast_m10_bb_pos,sell,2025-10-18 10:24:00,1355.0 -54361,sell_contrast_m10_bb_pos,sell,2025-10-18 10:27:00,1357.0 -54362,sell_contrast_m10_bb_pos,sell,2025-10-18 11:00:00,1357.0 -54363,sell_contrast_m10_bb_pos,sell,2025-10-18 11:03:00,1357.0 -54364,sell_contrast_m10_bb_pos,sell,2025-10-18 11:06:00,1356.0 -54365,sell_contrast_m10_bb_pos,sell,2025-10-18 11:09:00,1355.0 -54366,sell_contrast_m10_bb_pos,sell,2025-10-18 11:12:00,1351.0 -54367,sell_contrast_m10_bb_pos,sell,2025-10-18 11:15:00,1350.0 -54368,sell_contrast_m10_bb_pos,sell,2025-10-18 11:18:00,1349.0 -54369,sell_contrast_m10_bb_pos,sell,2025-10-18 15:00:00,1354.0 -54370,sell_contrast_m10_bb_pos,sell,2025-10-18 15:03:00,1352.0 -54371,sell_contrast_m10_bb_pos,sell,2025-10-18 15:06:00,1356.0 -54372,sell_contrast_m10_bb_pos,sell,2025-10-18 15:09:00,1356.0 -54373,sell_contrast_m10_bb_pos,sell,2025-10-18 16:42:00,1361.0 -54374,sell_contrast_m10_bb_pos,sell,2025-10-18 16:45:00,1359.0 -54375,sell_contrast_m10_bb_pos,sell,2025-10-18 16:48:00,1356.0 -54376,sell_contrast_m10_bb_pos,sell,2025-10-18 16:51:00,1360.0 -54377,sell_contrast_m10_bb_pos,sell,2025-10-18 16:54:00,1360.0 -54378,sell_contrast_m10_bb_pos,sell,2025-10-18 16:57:00,1352.0 -54379,sell_contrast_m10_bb_pos,sell,2025-10-18 17:21:00,1359.0 -54380,sell_contrast_m10_bb_pos,sell,2025-10-18 17:24:00,1359.0 -54381,sell_contrast_m10_bb_pos,sell,2025-10-18 17:27:00,1356.0 -54382,sell_contrast_m10_bb_pos,sell,2025-10-18 18:30:00,1363.0 -54383,sell_contrast_m10_bb_pos,sell,2025-10-18 18:33:00,1362.0 -54384,sell_contrast_m10_bb_pos,sell,2025-10-18 18:36:00,1361.0 -54385,sell_contrast_m10_bb_pos,sell,2025-10-18 18:39:00,1361.0 -54386,sell_contrast_m10_bb_pos,sell,2025-10-18 18:51:00,1367.0 -54387,sell_contrast_m10_bb_pos,sell,2025-10-18 18:54:00,1370.0 -54388,sell_contrast_m10_bb_pos,sell,2025-10-18 18:57:00,1370.0 -54389,sell_contrast_m10_bb_pos,sell,2025-10-18 19:51:00,1369.0 -54390,sell_contrast_m10_bb_pos,sell,2025-10-18 19:54:00,1367.0 -54391,sell_contrast_m10_bb_pos,sell,2025-10-18 19:57:00,1364.0 -54392,sell_contrast_m10_bb_pos,sell,2025-10-19 03:30:00,1358.0 -54393,sell_contrast_m10_bb_pos,sell,2025-10-19 03:33:00,1360.0 -54394,sell_contrast_m10_bb_pos,sell,2025-10-19 03:36:00,1361.0 -54395,sell_contrast_m10_bb_pos,sell,2025-10-19 03:39:00,1362.0 -54396,sell_contrast_m10_bb_pos,sell,2025-10-19 05:12:00,1359.0 -54397,sell_contrast_m10_bb_pos,sell,2025-10-19 05:15:00,1360.0 -54398,sell_contrast_m10_bb_pos,sell,2025-10-19 05:18:00,1361.0 -54399,sell_contrast_m10_bb_pos,sell,2025-10-19 05:30:00,1364.0 -54400,sell_contrast_m10_bb_pos,sell,2025-10-19 05:33:00,1364.0 -54401,sell_contrast_m10_bb_pos,sell,2025-10-19 05:36:00,1364.0 -54402,sell_contrast_m10_bb_pos,sell,2025-10-19 05:39:00,1361.0 -54403,sell_contrast_m10_bb_pos,sell,2025-10-19 12:21:00,1350.0 -54404,sell_contrast_m10_bb_pos,sell,2025-10-19 12:24:00,1348.0 -54405,sell_contrast_m10_bb_pos,sell,2025-10-19 12:27:00,1350.0 -54406,sell_contrast_m10_bb_pos,sell,2025-10-19 12:42:00,1354.0 -54407,sell_contrast_m10_bb_pos,sell,2025-10-19 12:45:00,1351.0 -54408,sell_contrast_m10_bb_pos,sell,2025-10-19 12:48:00,1353.0 -54409,sell_contrast_m10_bb_pos,sell,2025-10-19 12:51:00,1351.0 -54410,sell_contrast_m10_bb_pos,sell,2025-10-19 12:54:00,1347.0 -54411,sell_contrast_m10_bb_pos,sell,2025-10-19 12:57:00,1349.0 -54412,sell_contrast_m10_bb_pos,sell,2025-10-19 19:21:00,1351.0 -54413,sell_contrast_m10_bb_pos,sell,2025-10-19 19:24:00,1357.0 -54414,sell_contrast_m10_bb_pos,sell,2025-10-19 19:27:00,1365.0 -54415,sell_contrast_m10_bb_pos,sell,2025-10-19 19:51:00,1363.0 -54416,sell_contrast_m10_bb_pos,sell,2025-10-19 19:54:00,1362.0 -54417,sell_contrast_m10_bb_pos,sell,2025-10-19 19:57:00,1359.0 -54418,sell_contrast_m10_bb_pos,sell,2025-10-19 20:00:00,1363.0 -54419,sell_contrast_m10_bb_pos,sell,2025-10-19 20:03:00,1365.0 -54420,sell_contrast_m10_bb_pos,sell,2025-10-19 20:06:00,1368.0 -54421,sell_contrast_m10_bb_pos,sell,2025-10-19 20:09:00,1372.0 -54422,sell_contrast_m10_bb_pos,sell,2025-10-19 20:21:00,1371.0 -54423,sell_contrast_m10_bb_pos,sell,2025-10-19 20:24:00,1369.0 -54424,sell_contrast_m10_bb_pos,sell,2025-10-19 20:27:00,1366.0 -54425,sell_contrast_m10_bb_pos,sell,2025-10-19 23:12:00,1382.0 -54426,sell_contrast_m10_bb_pos,sell,2025-10-19 23:15:00,1379.0 -54427,sell_contrast_m10_bb_pos,sell,2025-10-19 23:18:00,1383.0 -54428,sell_contrast_m10_bb_pos,sell,2025-10-19 23:42:00,1393.0 -54429,sell_contrast_m10_bb_pos,sell,2025-10-19 23:45:00,1397.0 -54430,sell_contrast_m10_bb_pos,sell,2025-10-19 23:48:00,1397.0 -54431,sell_contrast_m10_bb_pos,sell,2025-10-20 00:12:00,1401.0 -54432,sell_contrast_m10_bb_pos,sell,2025-10-20 00:15:00,1400.0 -54433,sell_contrast_m10_bb_pos,sell,2025-10-20 00:18:00,1398.0 -54434,sell_contrast_m10_bb_pos,sell,2025-10-20 00:21:00,1401.0 -54435,sell_contrast_m10_bb_pos,sell,2025-10-20 00:24:00,1395.0 -54436,sell_contrast_m10_bb_pos,sell,2025-10-20 00:27:00,1392.0 -54437,sell_contrast_m10_bb_pos,sell,2025-10-20 06:00:00,1402.0 -54438,sell_contrast_m10_bb_pos,sell,2025-10-20 06:03:00,1400.0 -54439,sell_contrast_m10_bb_pos,sell,2025-10-20 06:06:00,1398.0 -54440,sell_contrast_m10_bb_pos,sell,2025-10-20 06:09:00,1397.0 -54441,sell_contrast_m10_bb_pos,sell,2025-10-20 13:21:00,1391.0 -54442,sell_contrast_m10_bb_pos,sell,2025-10-20 13:24:00,1391.0 -54443,sell_contrast_m10_bb_pos,sell,2025-10-20 13:27:00,1393.0 -54444,sell_contrast_m10_bb_pos,sell,2025-10-20 13:30:00,1391.0 -54445,sell_contrast_m10_bb_pos,sell,2025-10-20 13:33:00,1397.0 -54446,sell_contrast_m10_bb_pos,sell,2025-10-20 13:36:00,1392.0 -54447,sell_contrast_m10_bb_pos,sell,2025-10-20 13:39:00,1392.0 -54448,sell_contrast_m10_bb_pos,sell,2025-10-20 15:42:00,1408.0 -54449,sell_contrast_m10_bb_pos,sell,2025-10-20 15:45:00,1409.0 -54450,sell_contrast_m10_bb_pos,sell,2025-10-20 15:48:00,1408.0 -54451,sell_contrast_m10_bb_pos,sell,2025-10-20 15:51:00,1406.0 -54452,sell_contrast_m10_bb_pos,sell,2025-10-20 15:54:00,1407.0 -54453,sell_contrast_m10_bb_pos,sell,2025-10-20 15:57:00,1409.0 -54454,sell_contrast_m10_bb_pos,sell,2025-10-20 19:21:00,1401.0 -54455,sell_contrast_m10_bb_pos,sell,2025-10-20 19:24:00,1402.0 -54456,sell_contrast_m10_bb_pos,sell,2025-10-20 19:27:00,1401.0 -54457,sell_contrast_m10_bb_pos,sell,2025-10-20 19:30:00,1401.0 -54458,sell_contrast_m10_bb_pos,sell,2025-10-20 19:33:00,1402.0 -54459,sell_contrast_m10_bb_pos,sell,2025-10-20 19:36:00,1401.0 -54460,sell_contrast_m10_bb_pos,sell,2025-10-20 19:39:00,1402.0 -54461,sell_contrast_m10_bb_pos,sell,2025-10-20 19:42:00,1395.0 -54462,sell_contrast_m10_bb_pos,sell,2025-10-20 19:45:00,1395.0 -54463,sell_contrast_m10_bb_pos,sell,2025-10-20 19:48:00,1393.0 -54464,sell_contrast_m10_bb_pos,sell,2025-10-20 23:12:00,1401.0 -54465,sell_contrast_m10_bb_pos,sell,2025-10-20 23:15:00,1402.0 -54466,sell_contrast_m10_bb_pos,sell,2025-10-20 23:18:00,1395.0 -54467,sell_contrast_m10_bb_pos,sell,2025-10-20 23:30:00,1404.0 -54468,sell_contrast_m10_bb_pos,sell,2025-10-20 23:33:00,1402.0 -54469,sell_contrast_m10_bb_pos,sell,2025-10-20 23:36:00,1399.0 -54470,sell_contrast_m10_bb_pos,sell,2025-10-20 23:39:00,1396.0 -54471,sell_contrast_m10_bb_pos,sell,2025-10-21 04:51:00,1381.0 -54472,sell_contrast_m10_bb_pos,sell,2025-10-21 04:54:00,1381.0 -54473,sell_contrast_m10_bb_pos,sell,2025-10-21 04:57:00,1381.0 -54474,sell_contrast_m10_bb_pos,sell,2025-10-21 06:21:00,1384.0 -54475,sell_contrast_m10_bb_pos,sell,2025-10-21 06:24:00,1382.0 -54476,sell_contrast_m10_bb_pos,sell,2025-10-21 06:27:00,1382.0 -54477,sell_contrast_m10_bb_pos,sell,2025-10-21 16:30:00,1342.0 -54478,sell_contrast_m10_bb_pos,sell,2025-10-21 16:33:00,1343.0 -54479,sell_contrast_m10_bb_pos,sell,2025-10-21 16:36:00,1343.0 -54480,sell_contrast_m10_bb_pos,sell,2025-10-21 16:39:00,1339.0 -54481,sell_contrast_m10_bb_pos,sell,2025-10-21 17:00:00,1342.0 -54482,sell_contrast_m10_bb_pos,sell,2025-10-21 17:03:00,1340.0 -54483,sell_contrast_m10_bb_pos,sell,2025-10-21 17:06:00,1339.0 -54484,sell_contrast_m10_bb_pos,sell,2025-10-21 17:09:00,1339.0 -54485,sell_contrast_m10_bb_pos,sell,2025-10-21 20:12:00,1341.0 -54486,sell_contrast_m10_bb_pos,sell,2025-10-21 20:15:00,1343.0 -54487,sell_contrast_m10_bb_pos,sell,2025-10-21 20:18:00,1346.0 -54488,sell_contrast_m10_bb_pos,sell,2025-10-21 20:42:00,1348.0 -54489,sell_contrast_m10_bb_pos,sell,2025-10-21 20:45:00,1346.0 -54490,sell_contrast_m10_bb_pos,sell,2025-10-21 20:48:00,1347.0 -54491,sell_contrast_m10_bb_pos,sell,2025-10-21 20:51:00,1348.0 -54492,sell_contrast_m10_bb_pos,sell,2025-10-21 20:54:00,1348.0 -54493,sell_contrast_m10_bb_pos,sell,2025-10-21 20:57:00,1346.0 -54494,sell_contrast_m10_bb_pos,sell,2025-10-21 21:21:00,1353.0 -54495,sell_contrast_m10_bb_pos,sell,2025-10-21 21:24:00,1359.0 -54496,sell_contrast_m10_bb_pos,sell,2025-10-21 21:27:00,1355.0 -54497,sell_contrast_m10_bb_pos,sell,2025-10-21 21:42:00,1359.0 -54498,sell_contrast_m10_bb_pos,sell,2025-10-21 21:45:00,1358.0 -54499,sell_contrast_m10_bb_pos,sell,2025-10-21 21:48:00,1357.0 -54500,sell_contrast_m10_bb_pos,sell,2025-10-21 23:30:00,1374.0 -54501,sell_contrast_m10_bb_pos,sell,2025-10-21 23:33:00,1386.0 -54502,sell_contrast_m10_bb_pos,sell,2025-10-21 23:36:00,1385.0 -54503,sell_contrast_m10_bb_pos,sell,2025-10-21 23:39:00,1385.0 -54504,sell_contrast_m10_bb_pos,sell,2025-10-22 00:30:00,1425.0 -54505,sell_contrast_m10_bb_pos,sell,2025-10-22 00:33:00,1422.0 -54506,sell_contrast_m10_bb_pos,sell,2025-10-22 00:36:00,1419.0 -54507,sell_contrast_m10_bb_pos,sell,2025-10-22 00:39:00,1418.0 -54508,sell_contrast_m10_bb_pos,sell,2025-10-22 00:42:00,1424.0 -54509,sell_contrast_m10_bb_pos,sell,2025-10-22 00:45:00,1422.0 -54510,sell_contrast_m10_bb_pos,sell,2025-10-22 00:48:00,1419.0 -54511,sell_contrast_m10_bb_pos,sell,2025-10-22 13:21:00,1344.0 -54512,sell_contrast_m10_bb_pos,sell,2025-10-22 13:24:00,1347.0 -54513,sell_contrast_m10_bb_pos,sell,2025-10-22 13:27:00,1345.0 -54514,sell_contrast_m10_bb_pos,sell,2025-10-22 13:51:00,1345.0 -54515,sell_contrast_m10_bb_pos,sell,2025-10-22 13:54:00,1345.0 -54516,sell_contrast_m10_bb_pos,sell,2025-10-22 13:57:00,1348.0 -54517,sell_contrast_m10_bb_pos,sell,2025-10-22 14:00:00,1347.0 -54518,sell_contrast_m10_bb_pos,sell,2025-10-22 14:03:00,1342.0 -54519,sell_contrast_m10_bb_pos,sell,2025-10-22 14:06:00,1342.0 -54520,sell_contrast_m10_bb_pos,sell,2025-10-22 14:09:00,1340.0 -54521,sell_contrast_m10_bb_pos,sell,2025-10-22 21:42:00,1325.0 -54522,sell_contrast_m10_bb_pos,sell,2025-10-22 21:45:00,1325.0 -54523,sell_contrast_m10_bb_pos,sell,2025-10-22 21:48:00,1322.0 -54524,sell_contrast_m10_bb_pos,sell,2025-10-22 22:21:00,1326.0 -54525,sell_contrast_m10_bb_pos,sell,2025-10-22 22:24:00,1325.0 -54526,sell_contrast_m10_bb_pos,sell,2025-10-22 22:27:00,1325.0 -54527,sell_contrast_m10_bb_pos,sell,2025-10-22 22:42:00,1322.0 -54528,sell_contrast_m10_bb_pos,sell,2025-10-22 22:45:00,1322.0 -54529,sell_contrast_m10_bb_pos,sell,2025-10-22 22:48:00,1322.0 -54530,sell_contrast_m10_bb_pos,sell,2025-10-23 00:00:00,1332.0 -54531,sell_contrast_m10_bb_pos,sell,2025-10-23 00:03:00,1330.0 -54532,sell_contrast_m10_bb_pos,sell,2025-10-23 00:06:00,1326.0 -54533,sell_contrast_m10_bb_pos,sell,2025-10-23 00:09:00,1324.0 -54534,sell_contrast_m10_bb_pos,sell,2025-10-23 08:42:00,1277.0 -54535,sell_contrast_m10_bb_pos,sell,2025-10-23 08:45:00,1274.0 -54536,sell_contrast_m10_bb_pos,sell,2025-10-23 08:48:00,1275.0 -54537,sell_contrast_m10_bb_pos,sell,2025-10-23 09:00:00,1280.0 -54538,sell_contrast_m10_bb_pos,sell,2025-10-23 09:03:00,1280.0 -54539,sell_contrast_m10_bb_pos,sell,2025-10-23 09:06:00,1279.0 -54540,sell_contrast_m10_bb_pos,sell,2025-10-23 09:09:00,1278.0 -54541,sell_contrast_m10_bb_pos,sell,2025-10-23 09:12:00,1278.0 -54542,sell_contrast_m10_bb_pos,sell,2025-10-23 09:15:00,1282.0 -54543,sell_contrast_m10_bb_pos,sell,2025-10-23 09:18:00,1280.0 -54544,sell_contrast_m10_bb_pos,sell,2025-10-23 09:21:00,1278.0 -54545,sell_contrast_m10_bb_pos,sell,2025-10-23 09:24:00,1276.0 -54546,sell_contrast_m10_bb_pos,sell,2025-10-23 09:27:00,1276.0 -54547,sell_contrast_m10_bb_pos,sell,2025-10-23 09:30:00,1279.0 -54548,sell_contrast_m10_bb_pos,sell,2025-10-23 09:33:00,1281.0 -54549,sell_contrast_m10_bb_pos,sell,2025-10-23 09:36:00,1286.0 -54550,sell_contrast_m10_bb_pos,sell,2025-10-23 09:39:00,1284.0 -54551,sell_contrast_m10_bb_pos,sell,2025-10-23 09:42:00,1282.0 -54552,sell_contrast_m10_bb_pos,sell,2025-10-23 09:45:00,1286.0 -54553,sell_contrast_m10_bb_pos,sell,2025-10-23 09:48:00,1288.0 -54554,sell_contrast_m10_bb_pos,sell,2025-10-23 10:00:00,1290.0 -54555,sell_contrast_m10_bb_pos,sell,2025-10-23 10:03:00,1291.0 -54556,sell_contrast_m10_bb_pos,sell,2025-10-23 10:06:00,1287.0 -54557,sell_contrast_m10_bb_pos,sell,2025-10-23 10:09:00,1286.0 -54558,sell_contrast_m10_bb_pos,sell,2025-10-23 15:21:00,1278.0 -54559,sell_contrast_m10_bb_pos,sell,2025-10-23 15:24:00,1281.0 -54560,sell_contrast_m10_bb_pos,sell,2025-10-23 15:27:00,1283.0 -54561,sell_contrast_m10_bb_pos,sell,2025-10-23 15:30:00,1280.0 -54562,sell_contrast_m10_bb_pos,sell,2025-10-23 15:33:00,1280.0 -54563,sell_contrast_m10_bb_pos,sell,2025-10-23 15:36:00,1281.0 -54564,sell_contrast_m10_bb_pos,sell,2025-10-23 15:39:00,1283.0 -54565,sell_contrast_m10_bb_pos,sell,2025-10-23 16:12:00,1286.0 -54566,sell_contrast_m10_bb_pos,sell,2025-10-23 16:15:00,1285.0 -54567,sell_contrast_m10_bb_pos,sell,2025-10-23 16:18:00,1285.0 -54568,sell_contrast_m10_bb_pos,sell,2025-10-23 16:30:00,1288.0 -54569,sell_contrast_m10_bb_pos,sell,2025-10-23 16:33:00,1291.0 -54570,sell_contrast_m10_bb_pos,sell,2025-10-23 16:36:00,1288.0 -54571,sell_contrast_m10_bb_pos,sell,2025-10-23 16:39:00,1285.0 -54572,sell_contrast_m10_bb_pos,sell,2025-10-23 17:12:00,1291.0 -54573,sell_contrast_m10_bb_pos,sell,2025-10-23 17:15:00,1291.0 -54574,sell_contrast_m10_bb_pos,sell,2025-10-23 17:18:00,1289.0 -54575,sell_contrast_m10_bb_pos,sell,2025-10-23 19:00:00,1294.0 -54576,sell_contrast_m10_bb_pos,sell,2025-10-23 19:03:00,1296.0 -54577,sell_contrast_m10_bb_pos,sell,2025-10-23 19:06:00,1294.0 -54578,sell_contrast_m10_bb_pos,sell,2025-10-23 19:09:00,1294.0 -54579,sell_contrast_m10_bb_pos,sell,2025-10-23 19:12:00,1298.0 -54580,sell_contrast_m10_bb_pos,sell,2025-10-23 19:15:00,1300.0 -54581,sell_contrast_m10_bb_pos,sell,2025-10-23 19:18:00,1304.0 -54582,sell_contrast_m10_bb_pos,sell,2025-10-24 07:21:00,1288.0 -54583,sell_contrast_m10_bb_pos,sell,2025-10-24 07:24:00,1286.0 -54584,sell_contrast_m10_bb_pos,sell,2025-10-24 07:27:00,1286.0 -54585,sell_contrast_m10_bb_pos,sell,2025-10-24 07:30:00,1289.0 -54586,sell_contrast_m10_bb_pos,sell,2025-10-24 07:33:00,1291.0 -54587,sell_contrast_m10_bb_pos,sell,2025-10-24 07:36:00,1290.0 -54588,sell_contrast_m10_bb_pos,sell,2025-10-24 07:39:00,1290.0 -54589,sell_contrast_m10_bb_pos,sell,2025-10-24 08:21:00,1295.0 -54590,sell_contrast_m10_bb_pos,sell,2025-10-24 08:24:00,1296.0 -54591,sell_contrast_m10_bb_pos,sell,2025-10-24 08:27:00,1295.0 -54592,sell_contrast_m10_bb_pos,sell,2025-10-24 08:30:00,1295.0 -54593,sell_contrast_m10_bb_pos,sell,2025-10-24 08:33:00,1294.0 -54594,sell_contrast_m10_bb_pos,sell,2025-10-24 08:36:00,1293.0 -54595,sell_contrast_m10_bb_pos,sell,2025-10-24 08:39:00,1294.0 -54596,sell_contrast_m10_bb_pos,sell,2025-10-24 08:51:00,1298.0 -54597,sell_contrast_m10_bb_pos,sell,2025-10-24 08:54:00,1298.0 -54598,sell_contrast_m10_bb_pos,sell,2025-10-24 08:57:00,1300.0 -54599,sell_contrast_m10_bb_pos,sell,2025-10-24 09:00:00,1300.0 -54600,sell_contrast_m10_bb_pos,sell,2025-10-24 09:03:00,1298.0 -54601,sell_contrast_m10_bb_pos,sell,2025-10-24 09:06:00,1300.0 -54602,sell_contrast_m10_bb_pos,sell,2025-10-24 09:09:00,1298.0 -54603,sell_contrast_m10_bb_pos,sell,2025-10-24 14:30:00,1313.0 -54604,sell_contrast_m10_bb_pos,sell,2025-10-24 14:33:00,1313.0 -54605,sell_contrast_m10_bb_pos,sell,2025-10-24 14:36:00,1314.0 -54606,sell_contrast_m10_bb_pos,sell,2025-10-24 14:39:00,1314.0 -54607,sell_contrast_m10_bb_pos,sell,2025-10-24 14:42:00,1315.0 -54608,sell_contrast_m10_bb_pos,sell,2025-10-24 14:45:00,1316.0 -54609,sell_contrast_m10_bb_pos,sell,2025-10-24 14:48:00,1319.0 -54610,sell_contrast_m10_bb_pos,sell,2025-10-24 14:51:00,1320.0 -54611,sell_contrast_m10_bb_pos,sell,2025-10-24 14:54:00,1318.0 -54612,sell_contrast_m10_bb_pos,sell,2025-10-24 14:57:00,1316.0 -54613,sell_contrast_m10_bb_pos,sell,2025-10-24 15:21:00,1323.0 -54614,sell_contrast_m10_bb_pos,sell,2025-10-24 15:24:00,1324.0 -54615,sell_contrast_m10_bb_pos,sell,2025-10-24 15:27:00,1322.0 -54616,sell_contrast_m10_bb_pos,sell,2025-10-24 15:30:00,1323.0 -54617,sell_contrast_m10_bb_pos,sell,2025-10-24 15:33:00,1320.0 -54618,sell_contrast_m10_bb_pos,sell,2025-10-24 15:36:00,1322.0 -54619,sell_contrast_m10_bb_pos,sell,2025-10-24 15:39:00,1322.0 -54620,sell_contrast_m10_bb_pos,sell,2025-10-24 22:00:00,1329.0 -54621,sell_contrast_m10_bb_pos,sell,2025-10-24 22:03:00,1325.0 -54622,sell_contrast_m10_bb_pos,sell,2025-10-24 22:06:00,1328.0 -54623,sell_contrast_m10_bb_pos,sell,2025-10-24 22:09:00,1329.0 -54624,sell_contrast_m10_bb_pos,sell,2025-10-24 22:12:00,1326.0 -54625,sell_contrast_m10_bb_pos,sell,2025-10-24 22:15:00,1327.0 -54626,sell_contrast_m10_bb_pos,sell,2025-10-24 22:18:00,1327.0 -54627,sell_contrast_m10_bb_pos,sell,2025-10-25 04:42:00,1327.0 -54628,sell_contrast_m10_bb_pos,sell,2025-10-25 04:45:00,1330.0 -54629,sell_contrast_m10_bb_pos,sell,2025-10-25 04:48:00,1328.0 -54630,sell_contrast_m10_bb_pos,sell,2025-10-25 05:00:00,1327.0 -54631,sell_contrast_m10_bb_pos,sell,2025-10-25 05:03:00,1327.0 -54632,sell_contrast_m10_bb_pos,sell,2025-10-25 05:06:00,1326.0 -54633,sell_contrast_m10_bb_pos,sell,2025-10-25 05:09:00,1325.0 -54634,sell_contrast_m10_bb_pos,sell,2025-10-25 05:21:00,1332.0 -54635,sell_contrast_m10_bb_pos,sell,2025-10-25 05:24:00,1338.0 -54636,sell_contrast_m10_bb_pos,sell,2025-10-25 05:27:00,1346.0 -54637,sell_contrast_m10_bb_pos,sell,2025-10-25 05:30:00,1337.0 -54638,sell_contrast_m10_bb_pos,sell,2025-10-25 05:33:00,1336.0 -54639,sell_contrast_m10_bb_pos,sell,2025-10-25 05:36:00,1343.0 -54640,sell_contrast_m10_bb_pos,sell,2025-10-25 05:39:00,1338.0 -54641,sell_contrast_m10_bb_pos,sell,2025-10-25 05:51:00,1337.0 -54642,sell_contrast_m10_bb_pos,sell,2025-10-25 05:54:00,1337.0 -54643,sell_contrast_m10_bb_pos,sell,2025-10-25 05:57:00,1336.0 -54644,sell_contrast_m10_bb_pos,sell,2025-10-25 06:51:00,1340.0 -54645,sell_contrast_m10_bb_pos,sell,2025-10-25 06:54:00,1340.0 -54646,sell_contrast_m10_bb_pos,sell,2025-10-25 06:57:00,1338.0 -54647,sell_contrast_m10_bb_pos,sell,2025-10-25 07:30:00,1342.0 -54648,sell_contrast_m10_bb_pos,sell,2025-10-25 07:33:00,1344.0 -54649,sell_contrast_m10_bb_pos,sell,2025-10-25 07:36:00,1345.0 -54650,sell_contrast_m10_bb_pos,sell,2025-10-25 07:39:00,1343.0 -54651,sell_contrast_m10_bb_pos,sell,2025-10-25 07:42:00,1341.0 -54652,sell_contrast_m10_bb_pos,sell,2025-10-25 07:45:00,1342.0 -54653,sell_contrast_m10_bb_pos,sell,2025-10-25 07:48:00,1339.0 -54654,sell_contrast_m10_bb_pos,sell,2025-10-25 17:51:00,1313.0 -54655,sell_contrast_m10_bb_pos,sell,2025-10-25 17:54:00,1313.0 -54656,sell_contrast_m10_bb_pos,sell,2025-10-25 17:57:00,1312.0 -54657,sell_contrast_m10_bb_pos,sell,2025-10-25 18:12:00,1312.0 -54658,sell_contrast_m10_bb_pos,sell,2025-10-25 18:15:00,1315.0 -54659,sell_contrast_m10_bb_pos,sell,2025-10-25 18:18:00,1312.0 -54660,sell_contrast_m10_bb_pos,sell,2025-10-25 18:21:00,1313.0 -54661,sell_contrast_m10_bb_pos,sell,2025-10-25 18:24:00,1312.0 -54662,sell_contrast_m10_bb_pos,sell,2025-10-25 18:27:00,1309.0 -54663,sell_contrast_m10_bb_pos,sell,2025-10-25 23:42:00,1310.0 -54664,sell_contrast_m10_bb_pos,sell,2025-10-25 23:45:00,1310.0 -54665,sell_contrast_m10_bb_pos,sell,2025-10-25 23:48:00,1311.0 -54666,sell_contrast_m10_bb_pos,sell,2025-10-26 01:30:00,1317.0 -54667,sell_contrast_m10_bb_pos,sell,2025-10-26 01:33:00,1319.0 -54668,sell_contrast_m10_bb_pos,sell,2025-10-26 01:36:00,1319.0 -54669,sell_contrast_m10_bb_pos,sell,2025-10-26 01:39:00,1315.0 -54670,sell_contrast_m10_bb_pos,sell,2025-10-26 02:12:00,1321.0 -54671,sell_contrast_m10_bb_pos,sell,2025-10-26 02:15:00,1324.0 -54672,sell_contrast_m10_bb_pos,sell,2025-10-26 02:18:00,1323.0 -54673,sell_contrast_m10_bb_pos,sell,2025-10-26 03:21:00,1322.0 -54674,sell_contrast_m10_bb_pos,sell,2025-10-26 03:24:00,1322.0 -54675,sell_contrast_m10_bb_pos,sell,2025-10-26 03:27:00,1323.0 -54676,sell_contrast_m10_bb_pos,sell,2025-10-26 03:30:00,1324.0 -54677,sell_contrast_m10_bb_pos,sell,2025-10-26 03:33:00,1324.0 -54678,sell_contrast_m10_bb_pos,sell,2025-10-26 03:36:00,1326.0 -54679,sell_contrast_m10_bb_pos,sell,2025-10-26 03:39:00,1329.0 -54680,sell_contrast_m10_bb_pos,sell,2025-10-26 03:51:00,1324.0 -54681,sell_contrast_m10_bb_pos,sell,2025-10-26 03:54:00,1324.0 -54682,sell_contrast_m10_bb_pos,sell,2025-10-26 03:57:00,1325.0 -54683,sell_contrast_m10_bb_pos,sell,2025-10-26 05:12:00,1329.0 -54684,sell_contrast_m10_bb_pos,sell,2025-10-26 05:15:00,1329.0 -54685,sell_contrast_m10_bb_pos,sell,2025-10-26 05:18:00,1329.0 -54686,sell_contrast_m10_bb_pos,sell,2025-10-26 05:21:00,1329.0 -54687,sell_contrast_m10_bb_pos,sell,2025-10-26 05:24:00,1331.0 -54688,sell_contrast_m10_bb_pos,sell,2025-10-26 05:27:00,1330.0 -54689,sell_contrast_m10_bb_pos,sell,2025-10-26 05:42:00,1333.0 -54690,sell_contrast_m10_bb_pos,sell,2025-10-26 05:45:00,1334.0 -54691,sell_contrast_m10_bb_pos,sell,2025-10-26 05:48:00,1335.0 -54692,sell_contrast_m10_bb_pos,sell,2025-10-26 06:00:00,1335.0 -54693,sell_contrast_m10_bb_pos,sell,2025-10-26 06:03:00,1334.0 -54694,sell_contrast_m10_bb_pos,sell,2025-10-26 06:06:00,1333.0 -54695,sell_contrast_m10_bb_pos,sell,2025-10-26 06:09:00,1336.0 -54696,sell_contrast_m10_bb_pos,sell,2025-10-26 06:12:00,1336.0 -54697,sell_contrast_m10_bb_pos,sell,2025-10-26 06:15:00,1334.0 -54698,sell_contrast_m10_bb_pos,sell,2025-10-26 06:18:00,1333.0 -54699,sell_contrast_m10_bb_pos,sell,2025-10-26 08:00:00,1336.0 -54700,sell_contrast_m10_bb_pos,sell,2025-10-26 08:03:00,1334.0 -54701,sell_contrast_m10_bb_pos,sell,2025-10-26 08:06:00,1337.0 -54702,sell_contrast_m10_bb_pos,sell,2025-10-26 08:09:00,1336.0 -54703,sell_contrast_m10_bb_pos,sell,2025-10-26 08:12:00,1337.0 -54704,sell_contrast_m10_bb_pos,sell,2025-10-26 08:15:00,1336.0 -54705,sell_contrast_m10_bb_pos,sell,2025-10-26 08:18:00,1332.0 -54706,sell_contrast_m10_bb_pos,sell,2025-10-26 10:00:00,1337.0 -54707,sell_contrast_m10_bb_pos,sell,2025-10-26 10:03:00,1334.0 -54708,sell_contrast_m10_bb_pos,sell,2025-10-26 10:06:00,1335.0 -54709,sell_contrast_m10_bb_pos,sell,2025-10-26 10:09:00,1333.0 -54710,sell_contrast_m10_bb_pos,sell,2025-10-26 14:30:00,1324.0 -54711,sell_contrast_m10_bb_pos,sell,2025-10-26 14:33:00,1324.0 -54712,sell_contrast_m10_bb_pos,sell,2025-10-26 14:36:00,1327.0 -54713,sell_contrast_m10_bb_pos,sell,2025-10-26 14:39:00,1328.0 -54714,sell_contrast_m10_bb_pos,sell,2025-10-26 15:12:00,1330.0 -54715,sell_contrast_m10_bb_pos,sell,2025-10-26 15:15:00,1331.0 -54716,sell_contrast_m10_bb_pos,sell,2025-10-26 15:18:00,1331.0 -54717,sell_contrast_m10_bb_pos,sell,2025-10-26 15:21:00,1333.0 -54718,sell_contrast_m10_bb_pos,sell,2025-10-26 15:24:00,1335.0 -54719,sell_contrast_m10_bb_pos,sell,2025-10-26 15:27:00,1338.0 -54720,sell_contrast_m10_bb_pos,sell,2025-10-26 15:51:00,1337.0 -54721,sell_contrast_m10_bb_pos,sell,2025-10-26 15:54:00,1335.0 -54722,sell_contrast_m10_bb_pos,sell,2025-10-26 15:57:00,1335.0 -54723,sell_contrast_m10_bb_pos,sell,2025-10-26 16:00:00,1336.0 -54724,sell_contrast_m10_bb_pos,sell,2025-10-26 16:03:00,1332.0 -54725,sell_contrast_m10_bb_pos,sell,2025-10-26 16:06:00,1335.0 -54726,sell_contrast_m10_bb_pos,sell,2025-10-26 16:09:00,1334.0 -54727,sell_contrast_m10_bb_pos,sell,2025-10-26 17:12:00,1339.0 -54728,sell_contrast_m10_bb_pos,sell,2025-10-26 17:15:00,1338.0 -54729,sell_contrast_m10_bb_pos,sell,2025-10-26 17:18:00,1336.0 -54730,sell_contrast_m10_bb_pos,sell,2025-10-26 18:12:00,1342.0 -54731,sell_contrast_m10_bb_pos,sell,2025-10-26 18:15:00,1341.0 -54732,sell_contrast_m10_bb_pos,sell,2025-10-26 18:18:00,1342.0 -54733,sell_contrast_m10_bb_pos,sell,2025-10-26 18:21:00,1346.0 -54734,sell_contrast_m10_bb_pos,sell,2025-10-26 18:24:00,1355.0 -54735,sell_contrast_m10_bb_pos,sell,2025-10-26 18:27:00,1365.0 -54736,sell_contrast_m10_bb_pos,sell,2025-10-26 18:42:00,1354.0 -54737,sell_contrast_m10_bb_pos,sell,2025-10-26 18:45:00,1355.0 -54738,sell_contrast_m10_bb_pos,sell,2025-10-26 18:48:00,1356.0 -54739,sell_contrast_m10_bb_pos,sell,2025-10-26 19:00:00,1361.0 -54740,sell_contrast_m10_bb_pos,sell,2025-10-26 19:03:00,1358.0 -54741,sell_contrast_m10_bb_pos,sell,2025-10-26 19:06:00,1356.0 -54742,sell_contrast_m10_bb_pos,sell,2025-10-26 19:09:00,1360.0 -54743,sell_contrast_m10_bb_pos,sell,2025-10-26 19:12:00,1362.0 -54744,sell_contrast_m10_bb_pos,sell,2025-10-26 19:15:00,1363.0 -54745,sell_contrast_m10_bb_pos,sell,2025-10-26 19:18:00,1359.0 -54746,sell_contrast_m10_bb_pos,sell,2025-10-26 19:21:00,1361.0 -54747,sell_contrast_m10_bb_pos,sell,2025-10-26 19:24:00,1358.0 -54748,sell_contrast_m10_bb_pos,sell,2025-10-26 19:27:00,1361.0 -54749,sell_contrast_m10_bb_pos,sell,2025-10-26 20:42:00,1373.0 -54750,sell_contrast_m10_bb_pos,sell,2025-10-26 20:45:00,1385.0 -54751,sell_contrast_m10_bb_pos,sell,2025-10-26 20:48:00,1381.0 -54752,sell_contrast_m10_bb_pos,sell,2025-10-26 21:30:00,1390.0 -54753,sell_contrast_m10_bb_pos,sell,2025-10-26 21:33:00,1385.0 -54754,sell_contrast_m10_bb_pos,sell,2025-10-26 21:36:00,1384.0 -54755,sell_contrast_m10_bb_pos,sell,2025-10-26 21:39:00,1383.0 -54756,sell_contrast_m10_bb_pos,sell,2025-10-27 00:51:00,1387.0 -54757,sell_contrast_m10_bb_pos,sell,2025-10-27 00:54:00,1393.0 -54758,sell_contrast_m10_bb_pos,sell,2025-10-27 00:57:00,1394.0 -54759,sell_contrast_m10_bb_pos,sell,2025-10-27 01:00:00,1391.0 -54760,sell_contrast_m10_bb_pos,sell,2025-10-27 01:03:00,1387.0 -54761,sell_contrast_m10_bb_pos,sell,2025-10-27 01:06:00,1387.0 -54762,sell_contrast_m10_bb_pos,sell,2025-10-27 01:09:00,1385.0 -54763,sell_contrast_m10_bb_pos,sell,2025-10-27 03:12:00,1402.0 -54764,sell_contrast_m10_bb_pos,sell,2025-10-27 03:15:00,1402.0 -54765,sell_contrast_m10_bb_pos,sell,2025-10-27 03:18:00,1403.0 -54766,sell_contrast_m10_bb_pos,sell,2025-10-27 03:21:00,1403.0 -54767,sell_contrast_m10_bb_pos,sell,2025-10-27 03:24:00,1402.0 -54768,sell_contrast_m10_bb_pos,sell,2025-10-27 03:27:00,1399.0 -54769,sell_contrast_m10_bb_pos,sell,2025-10-27 04:00:00,1407.0 -54770,sell_contrast_m10_bb_pos,sell,2025-10-27 04:03:00,1408.0 -54771,sell_contrast_m10_bb_pos,sell,2025-10-27 04:06:00,1410.0 -54772,sell_contrast_m10_bb_pos,sell,2025-10-27 04:09:00,1410.0 -54773,sell_contrast_m10_bb_pos,sell,2025-10-27 07:21:00,1412.0 -54774,sell_contrast_m10_bb_pos,sell,2025-10-27 07:24:00,1410.0 -54775,sell_contrast_m10_bb_pos,sell,2025-10-27 07:27:00,1412.0 -54776,sell_contrast_m10_bb_pos,sell,2025-10-27 07:30:00,1413.0 -54777,sell_contrast_m10_bb_pos,sell,2025-10-27 07:33:00,1409.0 -54778,sell_contrast_m10_bb_pos,sell,2025-10-27 07:36:00,1410.0 -54779,sell_contrast_m10_bb_pos,sell,2025-10-27 07:39:00,1410.0 -54780,sell_contrast_m10_bb_pos,sell,2025-10-27 07:51:00,1416.0 -54781,sell_contrast_m10_bb_pos,sell,2025-10-27 07:54:00,1413.0 -54782,sell_contrast_m10_bb_pos,sell,2025-10-27 07:57:00,1415.0 -54783,sell_contrast_m10_bb_pos,sell,2025-10-27 08:00:00,1414.0 -54784,sell_contrast_m10_bb_pos,sell,2025-10-27 08:03:00,1415.0 -54785,sell_contrast_m10_bb_pos,sell,2025-10-27 08:06:00,1409.0 -54786,sell_contrast_m10_bb_pos,sell,2025-10-27 08:09:00,1412.0 -54787,sell_contrast_m10_bb_pos,sell,2025-10-27 12:12:00,1411.0 -54788,sell_contrast_m10_bb_pos,sell,2025-10-27 12:15:00,1409.0 -54789,sell_contrast_m10_bb_pos,sell,2025-10-27 12:18:00,1408.0 -54790,sell_contrast_m10_bb_pos,sell,2025-10-28 01:12:00,1363.0 -54791,sell_contrast_m10_bb_pos,sell,2025-10-28 01:15:00,1362.0 -54792,sell_contrast_m10_bb_pos,sell,2025-10-28 01:18:00,1363.0 -54793,sell_contrast_m10_bb_pos,sell,2025-10-28 01:51:00,1372.0 -54794,sell_contrast_m10_bb_pos,sell,2025-10-28 01:54:00,1374.0 -54795,sell_contrast_m10_bb_pos,sell,2025-10-28 01:57:00,1375.0 -54796,sell_contrast_m10_bb_pos,sell,2025-10-28 02:12:00,1373.0 -54797,sell_contrast_m10_bb_pos,sell,2025-10-28 02:15:00,1372.0 -54798,sell_contrast_m10_bb_pos,sell,2025-10-28 02:18:00,1372.0 -54799,sell_contrast_m10_bb_pos,sell,2025-10-28 02:21:00,1373.0 -54800,sell_contrast_m10_bb_pos,sell,2025-10-28 02:24:00,1368.0 -54801,sell_contrast_m10_bb_pos,sell,2025-10-28 02:27:00,1368.0 -54802,sell_contrast_m10_bb_pos,sell,2025-10-28 02:42:00,1370.0 -54803,sell_contrast_m10_bb_pos,sell,2025-10-28 02:45:00,1368.0 -54804,sell_contrast_m10_bb_pos,sell,2025-10-28 02:48:00,1365.0 -54805,sell_contrast_m10_bb_pos,sell,2025-10-28 03:12:00,1373.0 -54806,sell_contrast_m10_bb_pos,sell,2025-10-28 03:15:00,1375.0 -54807,sell_contrast_m10_bb_pos,sell,2025-10-28 03:18:00,1371.0 -54808,sell_contrast_m10_bb_pos,sell,2025-10-28 10:51:00,1342.0 -54809,sell_contrast_m10_bb_pos,sell,2025-10-28 10:54:00,1341.0 -54810,sell_contrast_m10_bb_pos,sell,2025-10-28 10:57:00,1339.0 -54811,sell_contrast_m10_bb_pos,sell,2025-10-28 16:12:00,1334.0 -54812,sell_contrast_m10_bb_pos,sell,2025-10-28 16:15:00,1334.0 -54813,sell_contrast_m10_bb_pos,sell,2025-10-28 16:18:00,1334.0 -54814,sell_contrast_m10_bb_pos,sell,2025-10-28 20:00:00,1332.0 -54815,sell_contrast_m10_bb_pos,sell,2025-10-28 20:03:00,1330.0 -54816,sell_contrast_m10_bb_pos,sell,2025-10-28 20:06:00,1329.0 -54817,sell_contrast_m10_bb_pos,sell,2025-10-28 20:09:00,1331.0 -54818,sell_contrast_m10_bb_pos,sell,2025-10-28 21:51:00,1342.0 -54819,sell_contrast_m10_bb_pos,sell,2025-10-28 21:54:00,1341.0 -54820,sell_contrast_m10_bb_pos,sell,2025-10-28 21:57:00,1343.0 -54821,sell_contrast_m10_bb_pos,sell,2025-10-28 22:21:00,1352.0 -54822,sell_contrast_m10_bb_pos,sell,2025-10-28 22:24:00,1352.0 -54823,sell_contrast_m10_bb_pos,sell,2025-10-28 22:27:00,1353.0 -54824,sell_contrast_m10_bb_pos,sell,2025-10-28 22:30:00,1351.0 -54825,sell_contrast_m10_bb_pos,sell,2025-10-28 22:33:00,1355.0 -54826,sell_contrast_m10_bb_pos,sell,2025-10-28 22:36:00,1351.0 -54827,sell_contrast_m10_bb_pos,sell,2025-10-28 22:39:00,1353.0 -54828,sell_contrast_m10_bb_pos,sell,2025-10-28 23:00:00,1357.0 -54829,sell_contrast_m10_bb_pos,sell,2025-10-28 23:03:00,1355.0 -54830,sell_contrast_m10_bb_pos,sell,2025-10-28 23:06:00,1354.0 -54831,sell_contrast_m10_bb_pos,sell,2025-10-28 23:09:00,1354.0 -54832,sell_contrast_m10_bb_pos,sell,2025-10-28 23:12:00,1353.0 -54833,sell_contrast_m10_bb_pos,sell,2025-10-28 23:15:00,1354.0 -54834,sell_contrast_m10_bb_pos,sell,2025-10-28 23:18:00,1354.0 -54835,sell_contrast_m10_bb_pos,sell,2025-10-28 23:21:00,1359.0 -54836,sell_contrast_m10_bb_pos,sell,2025-10-28 23:24:00,1352.0 -54837,sell_contrast_m10_bb_pos,sell,2025-10-28 23:27:00,1348.0 -54838,sell_contrast_m10_bb_pos,sell,2025-10-29 16:21:00,1292.0 -54839,sell_contrast_m10_bb_pos,sell,2025-10-29 16:24:00,1295.0 -54840,sell_contrast_m10_bb_pos,sell,2025-10-29 16:27:00,1294.0 -54841,sell_contrast_m10_bb_pos,sell,2025-10-29 16:42:00,1292.0 -54842,sell_contrast_m10_bb_pos,sell,2025-10-29 16:45:00,1291.0 -54843,sell_contrast_m10_bb_pos,sell,2025-10-29 16:48:00,1292.0 -54844,sell_contrast_m10_bb_pos,sell,2025-10-29 16:51:00,1295.0 -54845,sell_contrast_m10_bb_pos,sell,2025-10-29 16:54:00,1298.0 -54846,sell_contrast_m10_bb_pos,sell,2025-10-29 16:57:00,1301.0 -54847,sell_contrast_m10_bb_pos,sell,2025-10-29 19:30:00,1299.0 -54848,sell_contrast_m10_bb_pos,sell,2025-10-29 19:33:00,1297.0 -54849,sell_contrast_m10_bb_pos,sell,2025-10-29 19:36:00,1298.0 -54850,sell_contrast_m10_bb_pos,sell,2025-10-29 19:39:00,1301.0 -54851,sell_contrast_m10_bb_pos,sell,2025-10-29 20:30:00,1304.0 -54852,sell_contrast_m10_bb_pos,sell,2025-10-29 20:33:00,1305.0 -54853,sell_contrast_m10_bb_pos,sell,2025-10-29 20:36:00,1305.0 -54854,sell_contrast_m10_bb_pos,sell,2025-10-29 20:39:00,1305.0 -54855,sell_contrast_m10_bb_pos,sell,2025-10-29 20:42:00,1304.0 -54856,sell_contrast_m10_bb_pos,sell,2025-10-29 20:45:00,1306.0 -54857,sell_contrast_m10_bb_pos,sell,2025-10-29 20:48:00,1305.0 -54858,sell_contrast_m10_bb_pos,sell,2025-10-29 20:51:00,1305.0 -54859,sell_contrast_m10_bb_pos,sell,2025-10-29 20:54:00,1306.0 -54860,sell_contrast_m10_bb_pos,sell,2025-10-29 20:57:00,1305.0 -54861,sell_contrast_m10_bb_pos,sell,2025-10-29 22:12:00,1309.0 -54862,sell_contrast_m10_bb_pos,sell,2025-10-29 22:15:00,1311.0 -54863,sell_contrast_m10_bb_pos,sell,2025-10-29 22:18:00,1312.0 -54864,sell_contrast_m10_bb_pos,sell,2025-10-29 22:42:00,1311.0 -54865,sell_contrast_m10_bb_pos,sell,2025-10-29 22:45:00,1312.0 -54866,sell_contrast_m10_bb_pos,sell,2025-10-29 22:48:00,1311.0 -54867,sell_contrast_m10_bb_pos,sell,2025-10-29 22:51:00,1311.0 -54868,sell_contrast_m10_bb_pos,sell,2025-10-29 22:54:00,1310.0 -54869,sell_contrast_m10_bb_pos,sell,2025-10-29 22:57:00,1310.0 -54870,sell_contrast_m10_bb_pos,sell,2025-10-30 03:12:00,1320.0 -54871,sell_contrast_m10_bb_pos,sell,2025-10-30 03:15:00,1314.0 -54872,sell_contrast_m10_bb_pos,sell,2025-10-30 03:18:00,1323.0 -54873,sell_contrast_m10_bb_pos,sell,2025-10-30 03:21:00,1316.0 -54874,sell_contrast_m10_bb_pos,sell,2025-10-30 03:24:00,1315.0 -54875,sell_contrast_m10_bb_pos,sell,2025-10-30 03:27:00,1315.0 -54876,sell_contrast_m10_bb_pos,sell,2025-10-30 05:30:00,1332.0 -54877,sell_contrast_m10_bb_pos,sell,2025-10-30 05:33:00,1332.0 -54878,sell_contrast_m10_bb_pos,sell,2025-10-30 05:36:00,1328.0 -54879,sell_contrast_m10_bb_pos,sell,2025-10-30 05:39:00,1330.0 -54880,sell_contrast_m10_bb_pos,sell,2025-10-30 11:30:00,1299.0 -54881,sell_contrast_m10_bb_pos,sell,2025-10-30 11:33:00,1296.0 -54882,sell_contrast_m10_bb_pos,sell,2025-10-30 11:36:00,1296.0 -54883,sell_contrast_m10_bb_pos,sell,2025-10-30 11:39:00,1295.0 -54884,sell_contrast_m10_bb_pos,sell,2025-10-30 16:21:00,1274.0 -54885,sell_contrast_m10_bb_pos,sell,2025-10-30 16:24:00,1273.0 -54886,sell_contrast_m10_bb_pos,sell,2025-10-30 16:27:00,1274.0 -54887,sell_contrast_m10_bb_pos,sell,2025-10-30 16:30:00,1275.0 -54888,sell_contrast_m10_bb_pos,sell,2025-10-30 16:33:00,1274.0 -54889,sell_contrast_m10_bb_pos,sell,2025-10-30 16:36:00,1275.0 -54890,sell_contrast_m10_bb_pos,sell,2025-10-30 16:39:00,1276.0 -54891,sell_contrast_m10_bb_pos,sell,2025-10-30 16:42:00,1275.0 -54892,sell_contrast_m10_bb_pos,sell,2025-10-30 16:45:00,1278.0 -54893,sell_contrast_m10_bb_pos,sell,2025-10-30 16:48:00,1277.0 -54894,sell_contrast_m10_bb_pos,sell,2025-10-30 17:00:00,1275.0 -54895,sell_contrast_m10_bb_pos,sell,2025-10-30 17:03:00,1272.0 -54896,sell_contrast_m10_bb_pos,sell,2025-10-30 17:06:00,1274.0 -54897,sell_contrast_m10_bb_pos,sell,2025-10-30 17:09:00,1273.0 -54898,sell_contrast_m10_bb_pos,sell,2025-10-31 06:00:00,1184.0 -54899,sell_contrast_m10_bb_pos,sell,2025-10-31 06:03:00,1187.0 -54900,sell_contrast_m10_bb_pos,sell,2025-10-31 06:06:00,1187.0 -54901,sell_contrast_m10_bb_pos,sell,2025-10-31 06:09:00,1189.0 -54902,sell_contrast_m10_bb_pos,sell,2025-10-31 06:30:00,1188.0 -54903,sell_contrast_m10_bb_pos,sell,2025-10-31 06:33:00,1185.0 -54904,sell_contrast_m10_bb_pos,sell,2025-10-31 06:36:00,1186.0 -54905,sell_contrast_m10_bb_pos,sell,2025-10-31 06:39:00,1186.0 -54906,sell_contrast_m10_bb_pos,sell,2025-10-31 06:42:00,1190.0 -54907,sell_contrast_m10_bb_pos,sell,2025-10-31 06:45:00,1189.0 -54908,sell_contrast_m10_bb_pos,sell,2025-10-31 06:48:00,1190.0 -54909,sell_contrast_m10_bb_pos,sell,2025-10-31 06:51:00,1196.0 -54910,sell_contrast_m10_bb_pos,sell,2025-10-31 06:54:00,1197.0 -54911,sell_contrast_m10_bb_pos,sell,2025-10-31 06:57:00,1194.0 -54912,sell_contrast_m10_bb_pos,sell,2025-10-31 07:00:00,1193.0 -54913,sell_contrast_m10_bb_pos,sell,2025-10-31 07:03:00,1193.0 -54914,sell_contrast_m10_bb_pos,sell,2025-10-31 07:06:00,1195.0 -54915,sell_contrast_m10_bb_pos,sell,2025-10-31 07:09:00,1193.0 -54916,sell_contrast_m10_bb_pos,sell,2025-10-31 07:12:00,1192.0 -54917,sell_contrast_m10_bb_pos,sell,2025-10-31 07:15:00,1194.0 -54918,sell_contrast_m10_bb_pos,sell,2025-10-31 07:18:00,1196.0 -54919,sell_contrast_m10_bb_pos,sell,2025-10-31 07:21:00,1197.0 -54920,sell_contrast_m10_bb_pos,sell,2025-10-31 07:24:00,1197.0 -54921,sell_contrast_m10_bb_pos,sell,2025-10-31 07:27:00,1198.0 -54922,sell_contrast_m10_bb_pos,sell,2025-10-31 07:30:00,1197.0 -54923,sell_contrast_m10_bb_pos,sell,2025-10-31 07:33:00,1197.0 -54924,sell_contrast_m10_bb_pos,sell,2025-10-31 07:36:00,1198.0 -54925,sell_contrast_m10_bb_pos,sell,2025-10-31 07:39:00,1199.0 -54926,sell_contrast_m10_bb_pos,sell,2025-10-31 07:42:00,1199.0 -54927,sell_contrast_m10_bb_pos,sell,2025-10-31 07:45:00,1199.0 -54928,sell_contrast_m10_bb_pos,sell,2025-10-31 07:48:00,1200.0 -54929,sell_contrast_m10_bb_pos,sell,2025-10-31 08:00:00,1203.0 -54930,sell_contrast_m10_bb_pos,sell,2025-10-31 08:03:00,1201.0 -54931,sell_contrast_m10_bb_pos,sell,2025-10-31 08:06:00,1204.0 -54932,sell_contrast_m10_bb_pos,sell,2025-10-31 08:09:00,1202.0 -54933,sell_contrast_m10_bb_pos,sell,2025-10-31 08:12:00,1202.0 -54934,sell_contrast_m10_bb_pos,sell,2025-10-31 08:15:00,1203.0 -54935,sell_contrast_m10_bb_pos,sell,2025-10-31 08:18:00,1202.0 -54936,sell_contrast_m10_bb_pos,sell,2025-10-31 08:21:00,1206.0 -54937,sell_contrast_m10_bb_pos,sell,2025-10-31 08:24:00,1207.0 -54938,sell_contrast_m10_bb_pos,sell,2025-10-31 08:27:00,1207.0 -54939,sell_contrast_m10_bb_pos,sell,2025-10-31 08:30:00,1209.0 -54940,sell_contrast_m10_bb_pos,sell,2025-10-31 08:33:00,1209.0 -54941,sell_contrast_m10_bb_pos,sell,2025-10-31 08:36:00,1209.0 -54942,sell_contrast_m10_bb_pos,sell,2025-10-31 08:39:00,1208.0 -54943,sell_contrast_m10_bb_pos,sell,2025-10-31 08:42:00,1208.0 -54944,sell_contrast_m10_bb_pos,sell,2025-10-31 08:45:00,1210.0 -54945,sell_contrast_m10_bb_pos,sell,2025-10-31 08:48:00,1212.0 -54946,sell_contrast_m10_bb_pos,sell,2025-10-31 08:51:00,1211.0 -54947,sell_contrast_m10_bb_pos,sell,2025-10-31 08:54:00,1211.0 -54948,sell_contrast_m10_bb_pos,sell,2025-10-31 08:57:00,1212.0 -54949,sell_contrast_m10_bb_pos,sell,2025-10-31 09:00:00,1211.0 -54950,sell_contrast_m10_bb_pos,sell,2025-10-31 09:03:00,1209.0 -54951,sell_contrast_m10_bb_pos,sell,2025-10-31 09:06:00,1208.0 -54952,sell_contrast_m10_bb_pos,sell,2025-10-31 09:09:00,1210.0 -54953,sell_contrast_m10_bb_pos,sell,2025-10-31 09:42:00,1214.0 -54954,sell_contrast_m10_bb_pos,sell,2025-10-31 09:45:00,1215.0 -54955,sell_contrast_m10_bb_pos,sell,2025-10-31 09:48:00,1214.0 -54956,sell_contrast_m10_bb_pos,sell,2025-10-31 09:51:00,1215.0 -54957,sell_contrast_m10_bb_pos,sell,2025-10-31 09:54:00,1220.0 -54958,sell_contrast_m10_bb_pos,sell,2025-10-31 09:57:00,1217.0 -54959,sell_contrast_m10_bb_pos,sell,2025-10-31 10:00:00,1215.0 -54960,sell_contrast_m10_bb_pos,sell,2025-10-31 10:03:00,1213.0 -54961,sell_contrast_m10_bb_pos,sell,2025-10-31 10:06:00,1216.0 -54962,sell_contrast_m10_bb_pos,sell,2025-10-31 10:09:00,1219.0 -54963,sell_contrast_m10_bb_pos,sell,2025-10-31 10:12:00,1221.0 -54964,sell_contrast_m10_bb_pos,sell,2025-10-31 10:15:00,1220.0 -54965,sell_contrast_m10_bb_pos,sell,2025-10-31 10:18:00,1220.0 -54966,sell_contrast_m10_bb_pos,sell,2025-10-31 10:21:00,1220.0 -54967,sell_contrast_m10_bb_pos,sell,2025-10-31 10:24:00,1220.0 -54968,sell_contrast_m10_bb_pos,sell,2025-10-31 10:27:00,1220.0 -54969,sell_contrast_m10_bb_pos,sell,2025-10-31 10:30:00,1220.0 -54970,sell_contrast_m10_bb_pos,sell,2025-10-31 10:33:00,1218.0 -54971,sell_contrast_m10_bb_pos,sell,2025-10-31 10:36:00,1219.0 -54972,sell_contrast_m10_bb_pos,sell,2025-10-31 10:39:00,1221.0 -54973,sell_contrast_m10_bb_pos,sell,2025-10-31 10:42:00,1221.0 -54974,sell_contrast_m10_bb_pos,sell,2025-10-31 10:45:00,1221.0 -54975,sell_contrast_m10_bb_pos,sell,2025-10-31 10:48:00,1223.0 -54976,sell_contrast_m10_bb_pos,sell,2025-10-31 10:51:00,1226.0 -54977,sell_contrast_m10_bb_pos,sell,2025-10-31 10:54:00,1226.0 -54978,sell_contrast_m10_bb_pos,sell,2025-10-31 10:57:00,1226.0 -54979,sell_contrast_m10_bb_pos,sell,2025-10-31 11:00:00,1226.0 -54980,sell_contrast_m10_bb_pos,sell,2025-10-31 11:03:00,1225.0 -54981,sell_contrast_m10_bb_pos,sell,2025-10-31 11:06:00,1221.0 -54982,sell_contrast_m10_bb_pos,sell,2025-10-31 11:09:00,1219.0 -54983,sell_contrast_m10_bb_pos,sell,2025-10-31 21:30:00,1212.0 -54984,sell_contrast_m10_bb_pos,sell,2025-10-31 21:33:00,1212.0 -54985,sell_contrast_m10_bb_pos,sell,2025-10-31 21:36:00,1211.0 -54986,sell_contrast_m10_bb_pos,sell,2025-10-31 21:39:00,1208.0 -54987,sell_contrast_m10_bb_pos,sell,2025-11-01 00:00:00,1214.0 -54988,sell_contrast_m10_bb_pos,sell,2025-11-01 00:03:00,1208.0 -54989,sell_contrast_m10_bb_pos,sell,2025-11-01 00:06:00,1210.0 -54990,sell_contrast_m10_bb_pos,sell,2025-11-01 00:09:00,1214.0 -54991,sell_contrast_m10_bb_pos,sell,2025-11-01 00:12:00,1213.0 -54992,sell_contrast_m10_bb_pos,sell,2025-11-01 00:15:00,1215.0 -54993,sell_contrast_m10_bb_pos,sell,2025-11-01 00:18:00,1214.0 -54994,sell_contrast_m10_bb_pos,sell,2025-11-01 00:21:00,1213.0 -54995,sell_contrast_m10_bb_pos,sell,2025-11-01 00:24:00,1210.0 -54996,sell_contrast_m10_bb_pos,sell,2025-11-01 00:27:00,1206.0 -54997,sell_contrast_m10_bb_pos,sell,2025-11-01 04:42:00,1203.0 -54998,sell_contrast_m10_bb_pos,sell,2025-11-01 04:45:00,1207.0 -54999,sell_contrast_m10_bb_pos,sell,2025-11-01 04:48:00,1209.0 -55000,sell_contrast_m10_bb_pos,sell,2025-11-01 05:12:00,1208.0 -55001,sell_contrast_m10_bb_pos,sell,2025-11-01 05:15:00,1206.0 -55002,sell_contrast_m10_bb_pos,sell,2025-11-01 05:18:00,1208.0 -55003,sell_contrast_m10_bb_pos,sell,2025-11-01 05:21:00,1209.0 -55004,sell_contrast_m10_bb_pos,sell,2025-11-01 05:24:00,1209.0 -55005,sell_contrast_m10_bb_pos,sell,2025-11-01 05:27:00,1207.0 -55006,sell_contrast_m10_bb_pos,sell,2025-11-01 11:51:00,1200.0 -55007,sell_contrast_m10_bb_pos,sell,2025-11-01 11:54:00,1202.0 -55008,sell_contrast_m10_bb_pos,sell,2025-11-01 11:57:00,1205.0 -55009,sell_contrast_m10_bb_pos,sell,2025-11-01 12:42:00,1210.0 -55010,sell_contrast_m10_bb_pos,sell,2025-11-01 12:45:00,1211.0 -55011,sell_contrast_m10_bb_pos,sell,2025-11-01 12:48:00,1211.0 -55012,sell_contrast_m10_bb_pos,sell,2025-11-01 13:00:00,1212.0 -55013,sell_contrast_m10_bb_pos,sell,2025-11-01 13:03:00,1212.0 -55014,sell_contrast_m10_bb_pos,sell,2025-11-01 13:06:00,1214.0 -55015,sell_contrast_m10_bb_pos,sell,2025-11-01 13:09:00,1215.0 -55016,sell_contrast_m10_bb_pos,sell,2025-11-01 13:12:00,1211.0 -55017,sell_contrast_m10_bb_pos,sell,2025-11-01 13:15:00,1210.0 -55018,sell_contrast_m10_bb_pos,sell,2025-11-01 13:18:00,1209.0 -55019,sell_contrast_m10_bb_pos,sell,2025-11-01 17:30:00,1316.0 -55020,sell_contrast_m10_bb_pos,sell,2025-11-01 17:33:00,1312.0 -55021,sell_contrast_m10_bb_pos,sell,2025-11-01 17:36:00,1320.0 -55022,sell_contrast_m10_bb_pos,sell,2025-11-01 17:39:00,1313.0 -55023,sell_contrast_m10_bb_pos,sell,2025-11-01 17:42:00,1316.0 -55024,sell_contrast_m10_bb_pos,sell,2025-11-01 17:45:00,1299.0 -55025,sell_contrast_m10_bb_pos,sell,2025-11-01 17:48:00,1297.0 -55026,sell_contrast_m10_bb_pos,sell,2025-11-01 21:30:00,1306.0 -55027,sell_contrast_m10_bb_pos,sell,2025-11-01 21:33:00,1314.0 -55028,sell_contrast_m10_bb_pos,sell,2025-11-01 21:36:00,1319.0 -55029,sell_contrast_m10_bb_pos,sell,2025-11-01 21:39:00,1314.0 -55030,sell_contrast_m10_bb_pos,sell,2025-11-01 21:51:00,1313.0 -55031,sell_contrast_m10_bb_pos,sell,2025-11-01 21:54:00,1310.0 -55032,sell_contrast_m10_bb_pos,sell,2025-11-01 21:57:00,1310.0 -55033,sell_contrast_m10_bb_pos,sell,2025-11-02 01:12:00,1308.0 -55034,sell_contrast_m10_bb_pos,sell,2025-11-02 01:15:00,1308.0 -55035,sell_contrast_m10_bb_pos,sell,2025-11-02 01:18:00,1311.0 -55036,sell_contrast_m10_bb_pos,sell,2025-11-02 01:21:00,1312.0 -55037,sell_contrast_m10_bb_pos,sell,2025-11-02 01:24:00,1311.0 -55038,sell_contrast_m10_bb_pos,sell,2025-11-02 01:27:00,1309.0 -55039,sell_contrast_m10_bb_pos,sell,2025-11-02 01:42:00,1307.0 -55040,sell_contrast_m10_bb_pos,sell,2025-11-02 01:45:00,1309.0 -55041,sell_contrast_m10_bb_pos,sell,2025-11-02 01:48:00,1305.0 -55042,sell_contrast_m10_bb_pos,sell,2025-11-02 03:51:00,1313.0 -55043,sell_contrast_m10_bb_pos,sell,2025-11-02 03:54:00,1312.0 -55044,sell_contrast_m10_bb_pos,sell,2025-11-02 03:57:00,1312.0 -55045,sell_contrast_m10_bb_pos,sell,2025-11-02 13:42:00,1279.0 -55046,sell_contrast_m10_bb_pos,sell,2025-11-02 13:45:00,1280.0 -55047,sell_contrast_m10_bb_pos,sell,2025-11-02 13:48:00,1281.0 -55048,sell_contrast_m10_bb_pos,sell,2025-11-02 14:12:00,1277.0 -55049,sell_contrast_m10_bb_pos,sell,2025-11-02 14:15:00,1281.0 -55050,sell_contrast_m10_bb_pos,sell,2025-11-02 14:18:00,1283.0 -55051,sell_contrast_m10_bb_pos,sell,2025-11-02 14:21:00,1278.0 -55052,sell_contrast_m10_bb_pos,sell,2025-11-02 14:24:00,1276.0 -55053,sell_contrast_m10_bb_pos,sell,2025-11-02 14:27:00,1275.0 -55054,sell_contrast_m10_bb_pos,sell,2025-11-02 15:00:00,1282.0 -55055,sell_contrast_m10_bb_pos,sell,2025-11-02 15:03:00,1277.0 -55056,sell_contrast_m10_bb_pos,sell,2025-11-02 15:06:00,1280.0 -55057,sell_contrast_m10_bb_pos,sell,2025-11-02 15:09:00,1280.0 -55058,sell_contrast_m10_bb_pos,sell,2025-11-02 15:21:00,1281.0 -55059,sell_contrast_m10_bb_pos,sell,2025-11-02 15:24:00,1279.0 -55060,sell_contrast_m10_bb_pos,sell,2025-11-02 15:27:00,1278.0 -55061,sell_contrast_m10_bb_pos,sell,2025-11-03 06:00:00,1243.0 -55062,sell_contrast_m10_bb_pos,sell,2025-11-03 06:03:00,1245.0 -55063,sell_contrast_m10_bb_pos,sell,2025-11-03 06:06:00,1245.0 -55064,sell_contrast_m10_bb_pos,sell,2025-11-03 06:09:00,1244.0 -55065,sell_contrast_m10_bb_pos,sell,2025-11-03 06:12:00,1243.0 -55066,sell_contrast_m10_bb_pos,sell,2025-11-03 06:15:00,1240.0 -55067,sell_contrast_m10_bb_pos,sell,2025-11-03 06:18:00,1240.0 -55068,sell_contrast_m10_bb_pos,sell,2025-11-03 06:51:00,1246.0 -55069,sell_contrast_m10_bb_pos,sell,2025-11-03 06:54:00,1246.0 -55070,sell_contrast_m10_bb_pos,sell,2025-11-03 06:57:00,1245.0 -55071,sell_contrast_m10_bb_pos,sell,2025-11-03 07:21:00,1247.0 -55072,sell_contrast_m10_bb_pos,sell,2025-11-03 07:24:00,1247.0 -55073,sell_contrast_m10_bb_pos,sell,2025-11-03 07:27:00,1244.0 -55074,sell_contrast_m10_bb_pos,sell,2025-11-03 08:30:00,1249.0 -55075,sell_contrast_m10_bb_pos,sell,2025-11-03 08:33:00,1246.0 -55076,sell_contrast_m10_bb_pos,sell,2025-11-03 08:36:00,1246.0 -55077,sell_contrast_m10_bb_pos,sell,2025-11-03 08:39:00,1246.0 -55078,sell_contrast_m10_bb_pos,sell,2025-11-03 08:42:00,1249.0 -55079,sell_contrast_m10_bb_pos,sell,2025-11-03 08:45:00,1247.0 -55080,sell_contrast_m10_bb_pos,sell,2025-11-03 08:48:00,1250.0 -55081,sell_contrast_m10_bb_pos,sell,2025-11-03 08:51:00,1249.0 -55082,sell_contrast_m10_bb_pos,sell,2025-11-03 08:54:00,1250.0 -55083,sell_contrast_m10_bb_pos,sell,2025-11-03 08:57:00,1251.0 -55084,sell_contrast_m10_bb_pos,sell,2025-11-03 09:12:00,1249.0 -55085,sell_contrast_m10_bb_pos,sell,2025-11-03 09:15:00,1251.0 -55086,sell_contrast_m10_bb_pos,sell,2025-11-03 09:18:00,1249.0 -55087,sell_contrast_m10_bb_pos,sell,2025-11-04 10:00:00,1097.0 -55088,sell_contrast_m10_bb_pos,sell,2025-11-04 10:03:00,1091.0 -55089,sell_contrast_m10_bb_pos,sell,2025-11-04 10:06:00,1089.0 -55090,sell_contrast_m10_bb_pos,sell,2025-11-04 10:09:00,1089.0 -55091,sell_contrast_m10_bb_pos,sell,2025-11-04 10:42:00,1098.0 -55092,sell_contrast_m10_bb_pos,sell,2025-11-04 10:45:00,1099.0 -55093,sell_contrast_m10_bb_pos,sell,2025-11-04 10:48:00,1097.0 -55094,sell_contrast_m10_bb_pos,sell,2025-11-04 12:42:00,1101.0 -55095,sell_contrast_m10_bb_pos,sell,2025-11-04 12:45:00,1103.0 -55096,sell_contrast_m10_bb_pos,sell,2025-11-04 12:48:00,1101.0 -55097,sell_contrast_m10_bb_pos,sell,2025-11-04 19:12:00,1070.0 -55098,sell_contrast_m10_bb_pos,sell,2025-11-04 19:15:00,1071.0 -55099,sell_contrast_m10_bb_pos,sell,2025-11-04 19:18:00,1068.0 -55100,sell_contrast_m10_bb_pos,sell,2025-11-04 19:21:00,1070.0 -55101,sell_contrast_m10_bb_pos,sell,2025-11-04 19:24:00,1071.0 -55102,sell_contrast_m10_bb_pos,sell,2025-11-04 19:27:00,1072.0 -55103,sell_contrast_m10_bb_pos,sell,2025-11-04 19:30:00,1069.0 -55104,sell_contrast_m10_bb_pos,sell,2025-11-04 19:33:00,1069.0 -55105,sell_contrast_m10_bb_pos,sell,2025-11-04 19:36:00,1068.0 -55106,sell_contrast_m10_bb_pos,sell,2025-11-04 19:39:00,1070.0 -55107,sell_contrast_m10_bb_pos,sell,2025-11-04 20:12:00,1076.0 -55108,sell_contrast_m10_bb_pos,sell,2025-11-04 20:15:00,1075.0 -55109,sell_contrast_m10_bb_pos,sell,2025-11-04 20:18:00,1076.0 -55110,sell_contrast_m10_bb_pos,sell,2025-11-04 20:21:00,1078.0 -55111,sell_contrast_m10_bb_pos,sell,2025-11-04 20:24:00,1073.0 -55112,sell_contrast_m10_bb_pos,sell,2025-11-04 20:27:00,1069.0 -55113,sell_contrast_m10_bb_pos,sell,2025-11-04 23:51:00,1067.0 -55114,sell_contrast_m10_bb_pos,sell,2025-11-04 23:54:00,1071.0 -55115,sell_contrast_m10_bb_pos,sell,2025-11-04 23:57:00,1071.0 -55116,sell_contrast_m10_bb_pos,sell,2025-11-05 00:00:00,1067.0 -55117,sell_contrast_m10_bb_pos,sell,2025-11-05 00:03:00,1073.0 -55118,sell_contrast_m10_bb_pos,sell,2025-11-05 00:06:00,1072.0 -55119,sell_contrast_m10_bb_pos,sell,2025-11-05 00:09:00,1065.0 -55120,sell_contrast_m10_bb_pos,sell,2025-11-05 00:30:00,1073.0 -55121,sell_contrast_m10_bb_pos,sell,2025-11-05 00:33:00,1069.0 -55122,sell_contrast_m10_bb_pos,sell,2025-11-05 00:36:00,1071.0 -55123,sell_contrast_m10_bb_pos,sell,2025-11-05 00:39:00,1068.0 -55124,sell_contrast_m10_bb_pos,sell,2025-11-05 00:42:00,1068.0 -55125,sell_contrast_m10_bb_pos,sell,2025-11-05 00:45:00,1067.0 -55126,sell_contrast_m10_bb_pos,sell,2025-11-05 00:48:00,1056.0 -55127,sell_contrast_m10_bb_pos,sell,2025-11-05 07:12:00,1052.0 -55128,sell_contrast_m10_bb_pos,sell,2025-11-05 07:15:00,1057.0 -55129,sell_contrast_m10_bb_pos,sell,2025-11-05 07:18:00,1057.0 -55130,sell_contrast_m10_bb_pos,sell,2025-11-05 07:30:00,1056.0 -55131,sell_contrast_m10_bb_pos,sell,2025-11-05 07:33:00,1056.0 -55132,sell_contrast_m10_bb_pos,sell,2025-11-05 07:36:00,1060.0 -55133,sell_contrast_m10_bb_pos,sell,2025-11-05 07:39:00,1059.0 -55134,sell_contrast_m10_bb_pos,sell,2025-11-05 07:42:00,1060.0 -55135,sell_contrast_m10_bb_pos,sell,2025-11-05 07:45:00,1058.0 -55136,sell_contrast_m10_bb_pos,sell,2025-11-05 07:48:00,1060.0 -55137,sell_contrast_m10_bb_pos,sell,2025-11-05 07:51:00,1057.0 -55138,sell_contrast_m10_bb_pos,sell,2025-11-05 07:54:00,1053.0 -55139,sell_contrast_m10_bb_pos,sell,2025-11-05 07:57:00,1052.0 -55140,sell_contrast_m10_bb_pos,sell,2025-11-05 12:30:00,1062.0 -55141,sell_contrast_m10_bb_pos,sell,2025-11-05 12:33:00,1061.0 -55142,sell_contrast_m10_bb_pos,sell,2025-11-05 12:36:00,1063.0 -55143,sell_contrast_m10_bb_pos,sell,2025-11-05 12:39:00,1062.0 -55144,sell_contrast_m10_bb_pos,sell,2025-11-05 12:42:00,1067.0 -55145,sell_contrast_m10_bb_pos,sell,2025-11-05 12:45:00,1068.0 -55146,sell_contrast_m10_bb_pos,sell,2025-11-05 12:48:00,1068.0 -55147,sell_contrast_m10_bb_pos,sell,2025-11-05 12:51:00,1068.0 -55148,sell_contrast_m10_bb_pos,sell,2025-11-05 12:54:00,1069.0 -55149,sell_contrast_m10_bb_pos,sell,2025-11-05 12:57:00,1064.0 -55150,sell_contrast_m10_bb_pos,sell,2025-11-05 15:00:00,1072.0 -55151,sell_contrast_m10_bb_pos,sell,2025-11-05 15:03:00,1074.0 -55152,sell_contrast_m10_bb_pos,sell,2025-11-05 15:06:00,1071.0 -55153,sell_contrast_m10_bb_pos,sell,2025-11-05 15:09:00,1069.0 -55154,sell_contrast_m10_bb_pos,sell,2025-11-05 21:30:00,1073.0 -55155,sell_contrast_m10_bb_pos,sell,2025-11-05 21:33:00,1071.0 -55156,sell_contrast_m10_bb_pos,sell,2025-11-05 21:36:00,1072.0 -55157,sell_contrast_m10_bb_pos,sell,2025-11-05 21:39:00,1074.0 -55158,sell_contrast_m10_bb_pos,sell,2025-11-05 21:42:00,1075.0 -55159,sell_contrast_m10_bb_pos,sell,2025-11-05 21:45:00,1077.0 -55160,sell_contrast_m10_bb_pos,sell,2025-11-05 21:48:00,1075.0 -55161,sell_contrast_m10_bb_pos,sell,2025-11-05 21:51:00,1077.0 -55162,sell_contrast_m10_bb_pos,sell,2025-11-05 21:54:00,1077.0 -55163,sell_contrast_m10_bb_pos,sell,2025-11-05 21:57:00,1079.0 -55164,sell_contrast_m10_bb_pos,sell,2025-11-05 22:00:00,1079.0 -55165,sell_contrast_m10_bb_pos,sell,2025-11-05 22:03:00,1080.0 -55166,sell_contrast_m10_bb_pos,sell,2025-11-05 22:06:00,1081.0 -55167,sell_contrast_m10_bb_pos,sell,2025-11-05 22:09:00,1079.0 -55168,sell_contrast_m10_bb_pos,sell,2025-11-05 22:12:00,1076.0 -55169,sell_contrast_m10_bb_pos,sell,2025-11-05 22:15:00,1075.0 -55170,sell_contrast_m10_bb_pos,sell,2025-11-05 22:18:00,1074.0 -55171,sell_contrast_m10_bb_pos,sell,2025-11-05 22:42:00,1085.0 -55172,sell_contrast_m10_bb_pos,sell,2025-11-05 22:45:00,1083.0 -55173,sell_contrast_m10_bb_pos,sell,2025-11-05 22:48:00,1085.0 -55174,sell_contrast_m10_bb_pos,sell,2025-11-05 22:51:00,1086.0 -55175,sell_contrast_m10_bb_pos,sell,2025-11-05 22:54:00,1092.0 -55176,sell_contrast_m10_bb_pos,sell,2025-11-05 22:57:00,1093.0 -55177,sell_contrast_m10_bb_pos,sell,2025-11-05 23:00:00,1090.0 -55178,sell_contrast_m10_bb_pos,sell,2025-11-05 23:03:00,1093.0 -55179,sell_contrast_m10_bb_pos,sell,2025-11-05 23:06:00,1093.0 -55180,sell_contrast_m10_bb_pos,sell,2025-11-05 23:09:00,1092.0 -55181,sell_contrast_m10_bb_pos,sell,2025-11-05 23:12:00,1092.0 -55182,sell_contrast_m10_bb_pos,sell,2025-11-05 23:15:00,1090.0 -55183,sell_contrast_m10_bb_pos,sell,2025-11-05 23:18:00,1085.0 -55184,sell_contrast_m10_bb_pos,sell,2025-11-06 01:00:00,1090.0 -55185,sell_contrast_m10_bb_pos,sell,2025-11-06 01:03:00,1093.0 -55186,sell_contrast_m10_bb_pos,sell,2025-11-06 01:06:00,1094.0 -55187,sell_contrast_m10_bb_pos,sell,2025-11-06 01:09:00,1093.0 -55188,sell_contrast_m10_bb_pos,sell,2025-11-06 01:12:00,1090.0 -55189,sell_contrast_m10_bb_pos,sell,2025-11-06 01:15:00,1087.0 -55190,sell_contrast_m10_bb_pos,sell,2025-11-06 01:18:00,1087.0 -55191,sell_contrast_m10_bb_pos,sell,2025-11-06 01:42:00,1092.0 -55192,sell_contrast_m10_bb_pos,sell,2025-11-06 01:45:00,1091.0 -55193,sell_contrast_m10_bb_pos,sell,2025-11-06 01:48:00,1094.0 -55194,sell_contrast_m10_bb_pos,sell,2025-11-06 03:42:00,1102.0 -55195,sell_contrast_m10_bb_pos,sell,2025-11-06 03:45:00,1101.0 -55196,sell_contrast_m10_bb_pos,sell,2025-11-06 03:48:00,1103.0 -55197,sell_contrast_m10_bb_pos,sell,2025-11-06 03:51:00,1105.0 -55198,sell_contrast_m10_bb_pos,sell,2025-11-06 03:54:00,1105.0 -55199,sell_contrast_m10_bb_pos,sell,2025-11-06 03:57:00,1104.0 -55200,sell_contrast_m10_bb_pos,sell,2025-11-06 04:00:00,1105.0 -55201,sell_contrast_m10_bb_pos,sell,2025-11-06 04:03:00,1102.0 -55202,sell_contrast_m10_bb_pos,sell,2025-11-06 04:06:00,1100.0 -55203,sell_contrast_m10_bb_pos,sell,2025-11-06 04:09:00,1096.0 -55204,sell_contrast_m10_bb_pos,sell,2025-11-06 07:30:00,1105.0 -55205,sell_contrast_m10_bb_pos,sell,2025-11-06 07:33:00,1104.0 -55206,sell_contrast_m10_bb_pos,sell,2025-11-06 07:36:00,1106.0 -55207,sell_contrast_m10_bb_pos,sell,2025-11-06 07:39:00,1106.0 -55208,sell_contrast_m10_bb_pos,sell,2025-11-06 08:12:00,1110.0 -55209,sell_contrast_m10_bb_pos,sell,2025-11-06 08:15:00,1107.0 -55210,sell_contrast_m10_bb_pos,sell,2025-11-06 08:18:00,1107.0 -55211,sell_contrast_m10_bb_pos,sell,2025-11-06 08:21:00,1109.0 -55212,sell_contrast_m10_bb_pos,sell,2025-11-06 08:24:00,1108.0 -55213,sell_contrast_m10_bb_pos,sell,2025-11-06 08:27:00,1108.0 -55214,sell_contrast_m10_bb_pos,sell,2025-11-06 08:30:00,1112.0 -55215,sell_contrast_m10_bb_pos,sell,2025-11-06 08:33:00,1112.0 -55216,sell_contrast_m10_bb_pos,sell,2025-11-06 08:36:00,1111.0 -55217,sell_contrast_m10_bb_pos,sell,2025-11-06 08:39:00,1111.0 -55218,sell_contrast_m10_bb_pos,sell,2025-11-06 23:00:00,1083.0 -55219,sell_contrast_m10_bb_pos,sell,2025-11-06 23:03:00,1084.0 -55220,sell_contrast_m10_bb_pos,sell,2025-11-06 23:06:00,1078.0 -55221,sell_contrast_m10_bb_pos,sell,2025-11-06 23:09:00,1071.0 -55222,sell_contrast_m10_bb_pos,sell,2025-11-07 09:42:00,1064.0 -55223,sell_contrast_m10_bb_pos,sell,2025-11-07 09:45:00,1067.0 -55224,sell_contrast_m10_bb_pos,sell,2025-11-07 09:48:00,1068.0 -55225,sell_contrast_m10_bb_pos,sell,2025-11-07 10:00:00,1067.0 -55226,sell_contrast_m10_bb_pos,sell,2025-11-07 10:03:00,1071.0 -55227,sell_contrast_m10_bb_pos,sell,2025-11-07 10:06:00,1069.0 -55228,sell_contrast_m10_bb_pos,sell,2025-11-07 10:09:00,1063.0 -55229,sell_contrast_m10_bb_pos,sell,2025-11-07 10:21:00,1072.0 -55230,sell_contrast_m10_bb_pos,sell,2025-11-07 10:24:00,1075.0 -55231,sell_contrast_m10_bb_pos,sell,2025-11-07 10:27:00,1073.0 -55232,sell_contrast_m10_bb_pos,sell,2025-11-07 12:00:00,1077.0 -55233,sell_contrast_m10_bb_pos,sell,2025-11-07 12:03:00,1076.0 -55234,sell_contrast_m10_bb_pos,sell,2025-11-07 12:06:00,1082.0 -55235,sell_contrast_m10_bb_pos,sell,2025-11-07 12:09:00,1083.0 -55236,sell_contrast_m10_bb_pos,sell,2025-11-07 12:30:00,1083.0 -55237,sell_contrast_m10_bb_pos,sell,2025-11-07 12:33:00,1082.0 -55238,sell_contrast_m10_bb_pos,sell,2025-11-07 12:36:00,1082.0 -55239,sell_contrast_m10_bb_pos,sell,2025-11-07 12:39:00,1081.0 -55240,sell_contrast_m10_bb_pos,sell,2025-11-07 15:12:00,1104.0 -55241,sell_contrast_m10_bb_pos,sell,2025-11-07 15:15:00,1103.0 -55242,sell_contrast_m10_bb_pos,sell,2025-11-07 15:18:00,1103.0 -55243,sell_contrast_m10_bb_pos,sell,2025-11-07 15:21:00,1107.0 -55244,sell_contrast_m10_bb_pos,sell,2025-11-07 15:24:00,1110.0 -55245,sell_contrast_m10_bb_pos,sell,2025-11-07 15:27:00,1113.0 -55246,sell_contrast_m10_bb_pos,sell,2025-11-07 15:42:00,1115.0 -55247,sell_contrast_m10_bb_pos,sell,2025-11-07 15:45:00,1111.0 -55248,sell_contrast_m10_bb_pos,sell,2025-11-07 15:48:00,1111.0 -55249,sell_contrast_m10_bb_pos,sell,2025-11-07 15:51:00,1113.0 -55250,sell_contrast_m10_bb_pos,sell,2025-11-07 15:54:00,1113.0 -55251,sell_contrast_m10_bb_pos,sell,2025-11-07 15:57:00,1110.0 -55252,sell_contrast_m10_bb_pos,sell,2025-11-07 16:12:00,1115.0 -55253,sell_contrast_m10_bb_pos,sell,2025-11-07 16:15:00,1117.0 -55254,sell_contrast_m10_bb_pos,sell,2025-11-07 16:18:00,1124.0 -55255,sell_contrast_m10_bb_pos,sell,2025-11-07 16:21:00,1123.0 -55256,sell_contrast_m10_bb_pos,sell,2025-11-07 16:24:00,1124.0 -55257,sell_contrast_m10_bb_pos,sell,2025-11-07 16:27:00,1117.0 -55258,sell_contrast_m10_bb_pos,sell,2025-11-07 16:51:00,1128.0 -55259,sell_contrast_m10_bb_pos,sell,2025-11-07 16:54:00,1135.0 -55260,sell_contrast_m10_bb_pos,sell,2025-11-07 16:57:00,1141.0 -55261,sell_contrast_m10_bb_pos,sell,2025-11-07 17:12:00,1132.0 -55262,sell_contrast_m10_bb_pos,sell,2025-11-07 17:15:00,1132.0 -55263,sell_contrast_m10_bb_pos,sell,2025-11-07 17:18:00,1134.0 -55264,sell_contrast_m10_bb_pos,sell,2025-11-07 17:21:00,1133.0 -55265,sell_contrast_m10_bb_pos,sell,2025-11-07 17:24:00,1127.0 -55266,sell_contrast_m10_bb_pos,sell,2025-11-07 17:27:00,1126.0 -55267,sell_contrast_m10_bb_pos,sell,2025-11-07 23:12:00,1118.0 -55268,sell_contrast_m10_bb_pos,sell,2025-11-07 23:15:00,1118.0 -55269,sell_contrast_m10_bb_pos,sell,2025-11-07 23:18:00,1114.0 -55270,sell_contrast_m10_bb_pos,sell,2025-11-07 23:21:00,1109.0 -55271,sell_contrast_m10_bb_pos,sell,2025-11-07 23:24:00,1108.0 -55272,sell_contrast_m10_bb_pos,sell,2025-11-07 23:27:00,1109.0 -55273,sell_contrast_m10_bb_pos,sell,2025-11-08 00:42:00,1181.0 -55274,sell_contrast_m10_bb_pos,sell,2025-11-08 00:45:00,1183.0 -55275,sell_contrast_m10_bb_pos,sell,2025-11-08 00:48:00,1188.0 -55276,sell_contrast_m10_bb_pos,sell,2025-11-08 01:00:00,1198.0 -55277,sell_contrast_m10_bb_pos,sell,2025-11-08 01:03:00,1205.0 -55278,sell_contrast_m10_bb_pos,sell,2025-11-08 01:06:00,1205.0 -55279,sell_contrast_m10_bb_pos,sell,2025-11-08 01:09:00,1195.0 -55280,sell_contrast_m10_bb_pos,sell,2025-11-08 01:12:00,1195.0 -55281,sell_contrast_m10_bb_pos,sell,2025-11-08 01:15:00,1195.0 -55282,sell_contrast_m10_bb_pos,sell,2025-11-08 01:18:00,1197.0 -55283,sell_contrast_m10_bb_pos,sell,2025-11-08 01:21:00,1210.0 -55284,sell_contrast_m10_bb_pos,sell,2025-11-08 01:24:00,1217.0 -55285,sell_contrast_m10_bb_pos,sell,2025-11-08 01:27:00,1213.0 -55286,sell_contrast_m10_bb_pos,sell,2025-11-08 01:30:00,1216.0 -55287,sell_contrast_m10_bb_pos,sell,2025-11-08 01:33:00,1210.0 -55288,sell_contrast_m10_bb_pos,sell,2025-11-08 01:36:00,1210.0 -55289,sell_contrast_m10_bb_pos,sell,2025-11-08 01:39:00,1210.0 -55290,sell_contrast_m10_bb_pos,sell,2025-11-08 02:30:00,1248.0 -55291,sell_contrast_m10_bb_pos,sell,2025-11-08 02:33:00,1254.0 -55292,sell_contrast_m10_bb_pos,sell,2025-11-08 02:36:00,1256.0 -55293,sell_contrast_m10_bb_pos,sell,2025-11-08 02:39:00,1265.0 -55294,sell_contrast_m10_bb_pos,sell,2025-11-08 02:42:00,1259.0 -55295,sell_contrast_m10_bb_pos,sell,2025-11-08 02:45:00,1276.0 -55296,sell_contrast_m10_bb_pos,sell,2025-11-08 02:48:00,1269.0 -55297,sell_contrast_m10_bb_pos,sell,2025-11-08 02:51:00,1265.0 -55298,sell_contrast_m10_bb_pos,sell,2025-11-08 02:54:00,1258.0 -55299,sell_contrast_m10_bb_pos,sell,2025-11-08 02:57:00,1262.0 -55300,sell_contrast_m10_bb_pos,sell,2025-11-08 03:00:00,1266.0 -55301,sell_contrast_m10_bb_pos,sell,2025-11-08 03:03:00,1272.0 -55302,sell_contrast_m10_bb_pos,sell,2025-11-08 03:06:00,1272.0 -55303,sell_contrast_m10_bb_pos,sell,2025-11-08 03:09:00,1276.0 -55304,sell_contrast_m10_bb_pos,sell,2025-11-08 03:12:00,1273.0 -55305,sell_contrast_m10_bb_pos,sell,2025-11-08 03:15:00,1276.0 -55306,sell_contrast_m10_bb_pos,sell,2025-11-08 03:18:00,1272.0 -55307,sell_contrast_m10_bb_pos,sell,2025-11-08 03:21:00,1272.0 -55308,sell_contrast_m10_bb_pos,sell,2025-11-08 03:24:00,1269.0 -55309,sell_contrast_m10_bb_pos,sell,2025-11-08 03:27:00,1274.0 -55310,sell_contrast_m10_bb_pos,sell,2025-11-08 03:30:00,1281.0 -55311,sell_contrast_m10_bb_pos,sell,2025-11-08 03:33:00,1276.0 -55312,sell_contrast_m10_bb_pos,sell,2025-11-08 03:36:00,1276.0 -55313,sell_contrast_m10_bb_pos,sell,2025-11-08 03:39:00,1277.0 -55314,sell_contrast_m10_bb_pos,sell,2025-11-08 03:42:00,1279.0 -55315,sell_contrast_m10_bb_pos,sell,2025-11-08 03:45:00,1287.0 -55316,sell_contrast_m10_bb_pos,sell,2025-11-08 03:48:00,1288.0 -55317,sell_contrast_m10_bb_pos,sell,2025-11-08 03:51:00,1287.0 -55318,sell_contrast_m10_bb_pos,sell,2025-11-08 03:54:00,1284.0 -55319,sell_contrast_m10_bb_pos,sell,2025-11-08 03:57:00,1270.0 -55320,sell_contrast_m10_bb_pos,sell,2025-11-08 11:30:00,1262.0 -55321,sell_contrast_m10_bb_pos,sell,2025-11-08 11:33:00,1261.0 -55322,sell_contrast_m10_bb_pos,sell,2025-11-08 11:36:00,1262.0 -55323,sell_contrast_m10_bb_pos,sell,2025-11-08 11:39:00,1266.0 -55324,sell_contrast_m10_bb_pos,sell,2025-11-08 11:42:00,1268.0 -55325,sell_contrast_m10_bb_pos,sell,2025-11-08 11:45:00,1268.0 -55326,sell_contrast_m10_bb_pos,sell,2025-11-08 11:48:00,1263.0 -55327,sell_contrast_m10_bb_pos,sell,2025-11-08 11:51:00,1264.0 -55328,sell_contrast_m10_bb_pos,sell,2025-11-08 11:54:00,1256.0 -55329,sell_contrast_m10_bb_pos,sell,2025-11-08 11:57:00,1256.0 -55330,sell_contrast_m10_bb_pos,sell,2025-11-08 12:30:00,1267.0 -55331,sell_contrast_m10_bb_pos,sell,2025-11-08 12:33:00,1264.0 -55332,sell_contrast_m10_bb_pos,sell,2025-11-08 12:36:00,1256.0 -55333,sell_contrast_m10_bb_pos,sell,2025-11-08 12:39:00,1255.0 -55334,sell_contrast_m10_bb_pos,sell,2025-11-08 17:51:00,1229.0 -55335,sell_contrast_m10_bb_pos,sell,2025-11-08 17:54:00,1229.0 -55336,sell_contrast_m10_bb_pos,sell,2025-11-08 17:57:00,1231.0 -55337,sell_contrast_m10_bb_pos,sell,2025-11-08 18:00:00,1231.0 -55338,sell_contrast_m10_bb_pos,sell,2025-11-08 18:03:00,1227.0 -55339,sell_contrast_m10_bb_pos,sell,2025-11-08 18:06:00,1221.0 -55340,sell_contrast_m10_bb_pos,sell,2025-11-08 18:09:00,1221.0 -55341,sell_contrast_m10_bb_pos,sell,2025-11-08 19:51:00,1232.0 -55342,sell_contrast_m10_bb_pos,sell,2025-11-08 19:54:00,1231.0 -55343,sell_contrast_m10_bb_pos,sell,2025-11-08 19:57:00,1236.0 -55344,sell_contrast_m10_bb_pos,sell,2025-11-08 20:00:00,1234.0 -55345,sell_contrast_m10_bb_pos,sell,2025-11-08 20:03:00,1231.0 -55346,sell_contrast_m10_bb_pos,sell,2025-11-08 20:06:00,1240.0 -55347,sell_contrast_m10_bb_pos,sell,2025-11-08 20:09:00,1241.0 -55348,sell_contrast_m10_bb_pos,sell,2025-11-09 04:12:00,1208.0 -55349,sell_contrast_m10_bb_pos,sell,2025-11-09 04:15:00,1208.0 -55350,sell_contrast_m10_bb_pos,sell,2025-11-09 04:18:00,1206.0 -55351,sell_contrast_m10_bb_pos,sell,2025-11-09 06:42:00,1210.0 -55352,sell_contrast_m10_bb_pos,sell,2025-11-09 06:45:00,1210.0 -55353,sell_contrast_m10_bb_pos,sell,2025-11-09 06:48:00,1210.0 -55354,sell_contrast_m10_bb_pos,sell,2025-11-09 07:21:00,1214.0 -55355,sell_contrast_m10_bb_pos,sell,2025-11-09 07:24:00,1217.0 -55356,sell_contrast_m10_bb_pos,sell,2025-11-09 07:27:00,1217.0 -55357,sell_contrast_m10_bb_pos,sell,2025-11-09 07:42:00,1215.0 -55358,sell_contrast_m10_bb_pos,sell,2025-11-09 07:45:00,1213.0 -55359,sell_contrast_m10_bb_pos,sell,2025-11-09 07:48:00,1217.0 -55360,sell_contrast_m10_bb_pos,sell,2025-11-09 08:00:00,1215.0 -55361,sell_contrast_m10_bb_pos,sell,2025-11-09 08:03:00,1215.0 -55362,sell_contrast_m10_bb_pos,sell,2025-11-09 08:06:00,1215.0 -55363,sell_contrast_m10_bb_pos,sell,2025-11-09 08:09:00,1212.0 -55364,sell_contrast_m10_bb_pos,sell,2025-11-09 09:00:00,1218.0 -55365,sell_contrast_m10_bb_pos,sell,2025-11-09 09:03:00,1218.0 -55366,sell_contrast_m10_bb_pos,sell,2025-11-09 09:06:00,1218.0 -55367,sell_contrast_m10_bb_pos,sell,2025-11-09 09:09:00,1215.0 -55368,sell_contrast_m10_bb_pos,sell,2025-11-09 15:21:00,1183.0 -55369,sell_contrast_m10_bb_pos,sell,2025-11-09 15:24:00,1185.0 -55370,sell_contrast_m10_bb_pos,sell,2025-11-09 15:27:00,1185.0 -55371,sell_contrast_m10_bb_pos,sell,2025-11-09 15:42:00,1190.0 -55372,sell_contrast_m10_bb_pos,sell,2025-11-09 15:45:00,1185.0 -55373,sell_contrast_m10_bb_pos,sell,2025-11-09 15:48:00,1181.0 -55374,sell_contrast_m10_bb_pos,sell,2025-11-09 17:00:00,1192.0 -55375,sell_contrast_m10_bb_pos,sell,2025-11-09 17:03:00,1190.0 -55376,sell_contrast_m10_bb_pos,sell,2025-11-09 17:06:00,1190.0 -55377,sell_contrast_m10_bb_pos,sell,2025-11-09 17:09:00,1190.0 -55378,sell_contrast_m10_bb_pos,sell,2025-11-09 20:12:00,1193.0 -55379,sell_contrast_m10_bb_pos,sell,2025-11-09 20:15:00,1196.0 -55380,sell_contrast_m10_bb_pos,sell,2025-11-09 20:18:00,1193.0 -55381,sell_contrast_m10_bb_pos,sell,2025-11-09 20:21:00,1196.0 -55382,sell_contrast_m10_bb_pos,sell,2025-11-09 20:24:00,1191.0 -55383,sell_contrast_m10_bb_pos,sell,2025-11-09 20:27:00,1194.0 -55384,sell_contrast_m10_bb_pos,sell,2025-11-09 20:30:00,1193.0 -55385,sell_contrast_m10_bb_pos,sell,2025-11-09 20:33:00,1191.0 -55386,sell_contrast_m10_bb_pos,sell,2025-11-09 20:36:00,1189.0 -55387,sell_contrast_m10_bb_pos,sell,2025-11-09 20:39:00,1187.0 -55388,sell_contrast_m10_bb_pos,sell,2025-11-09 20:51:00,1193.0 -55389,sell_contrast_m10_bb_pos,sell,2025-11-09 20:54:00,1194.0 -55390,sell_contrast_m10_bb_pos,sell,2025-11-09 20:57:00,1191.0 -55391,sell_contrast_m10_bb_pos,sell,2025-11-09 21:21:00,1201.0 -55392,sell_contrast_m10_bb_pos,sell,2025-11-09 21:24:00,1199.0 -55393,sell_contrast_m10_bb_pos,sell,2025-11-09 21:27:00,1196.0 -55394,sell_contrast_m10_bb_pos,sell,2025-11-10 00:12:00,1218.0 -55395,sell_contrast_m10_bb_pos,sell,2025-11-10 00:15:00,1213.0 -55396,sell_contrast_m10_bb_pos,sell,2025-11-10 00:18:00,1215.0 -55397,sell_contrast_m10_bb_pos,sell,2025-11-10 00:21:00,1221.0 -55398,sell_contrast_m10_bb_pos,sell,2025-11-10 00:24:00,1219.0 -55399,sell_contrast_m10_bb_pos,sell,2025-11-10 00:27:00,1217.0 -55400,sell_contrast_m10_bb_pos,sell,2025-11-10 00:30:00,1220.0 -55401,sell_contrast_m10_bb_pos,sell,2025-11-10 00:33:00,1221.0 -55402,sell_contrast_m10_bb_pos,sell,2025-11-10 00:36:00,1223.0 -55403,sell_contrast_m10_bb_pos,sell,2025-11-10 00:39:00,1223.0 -55404,sell_contrast_m10_bb_pos,sell,2025-11-10 00:42:00,1221.0 -55405,sell_contrast_m10_bb_pos,sell,2025-11-10 00:45:00,1222.0 -55406,sell_contrast_m10_bb_pos,sell,2025-11-10 00:48:00,1218.0 -55407,sell_contrast_m10_bb_pos,sell,2025-11-10 04:42:00,1219.0 -55408,sell_contrast_m10_bb_pos,sell,2025-11-10 04:45:00,1219.0 -55409,sell_contrast_m10_bb_pos,sell,2025-11-10 04:48:00,1220.0 -55410,sell_contrast_m10_bb_pos,sell,2025-11-10 04:51:00,1222.0 -55411,sell_contrast_m10_bb_pos,sell,2025-11-10 04:54:00,1222.0 -55412,sell_contrast_m10_bb_pos,sell,2025-11-10 04:57:00,1221.0 -55413,sell_contrast_m10_bb_pos,sell,2025-11-10 09:21:00,1222.0 -55414,sell_contrast_m10_bb_pos,sell,2025-11-10 09:24:00,1220.0 -55415,sell_contrast_m10_bb_pos,sell,2025-11-10 09:27:00,1219.0 -55416,sell_contrast_m10_bb_pos,sell,2025-11-10 10:21:00,1227.0 -55417,sell_contrast_m10_bb_pos,sell,2025-11-10 10:24:00,1227.0 -55418,sell_contrast_m10_bb_pos,sell,2025-11-10 10:27:00,1228.0 -55419,sell_contrast_m10_bb_pos,sell,2025-11-10 10:30:00,1230.0 -55420,sell_contrast_m10_bb_pos,sell,2025-11-10 10:33:00,1229.0 -55421,sell_contrast_m10_bb_pos,sell,2025-11-10 10:36:00,1224.0 -55422,sell_contrast_m10_bb_pos,sell,2025-11-10 10:39:00,1224.0 -55423,sell_contrast_m10_bb_pos,sell,2025-11-10 12:42:00,1230.0 -55424,sell_contrast_m10_bb_pos,sell,2025-11-10 12:45:00,1231.0 -55425,sell_contrast_m10_bb_pos,sell,2025-11-10 12:48:00,1227.0 -55426,sell_contrast_m10_bb_pos,sell,2025-11-10 14:00:00,1233.0 -55427,sell_contrast_m10_bb_pos,sell,2025-11-10 14:03:00,1238.0 -55428,sell_contrast_m10_bb_pos,sell,2025-11-10 14:06:00,1241.0 -55429,sell_contrast_m10_bb_pos,sell,2025-11-10 14:09:00,1237.0 -55430,sell_contrast_m10_bb_pos,sell,2025-11-10 14:21:00,1236.0 -55431,sell_contrast_m10_bb_pos,sell,2025-11-10 14:24:00,1231.0 -55432,sell_contrast_m10_bb_pos,sell,2025-11-10 14:27:00,1229.0 -55433,sell_contrast_m10_bb_pos,sell,2025-11-10 15:00:00,1236.0 -55434,sell_contrast_m10_bb_pos,sell,2025-11-10 15:03:00,1234.0 -55435,sell_contrast_m10_bb_pos,sell,2025-11-10 15:06:00,1236.0 -55436,sell_contrast_m10_bb_pos,sell,2025-11-10 15:09:00,1233.0 -55437,sell_contrast_m10_bb_pos,sell,2025-11-10 19:00:00,1250.0 -55438,sell_contrast_m10_bb_pos,sell,2025-11-10 19:03:00,1250.0 -55439,sell_contrast_m10_bb_pos,sell,2025-11-10 19:06:00,1248.0 -55440,sell_contrast_m10_bb_pos,sell,2025-11-10 19:09:00,1243.0 -55441,sell_contrast_m10_bb_pos,sell,2025-11-10 22:42:00,1246.0 -55442,sell_contrast_m10_bb_pos,sell,2025-11-10 22:45:00,1246.0 -55443,sell_contrast_m10_bb_pos,sell,2025-11-10 22:48:00,1246.0 -55444,sell_contrast_m10_bb_pos,sell,2025-11-11 04:51:00,1223.0 -55445,sell_contrast_m10_bb_pos,sell,2025-11-11 04:54:00,1218.0 -55446,sell_contrast_m10_bb_pos,sell,2025-11-11 04:57:00,1215.0 -55447,sell_contrast_m10_bb_pos,sell,2025-11-11 05:21:00,1221.0 -55448,sell_contrast_m10_bb_pos,sell,2025-11-11 05:24:00,1222.0 -55449,sell_contrast_m10_bb_pos,sell,2025-11-11 05:27:00,1218.0 -55450,sell_contrast_m10_bb_pos,sell,2025-11-11 08:12:00,1237.0 -55451,sell_contrast_m10_bb_pos,sell,2025-11-11 08:15:00,1237.0 -55452,sell_contrast_m10_bb_pos,sell,2025-11-11 08:18:00,1235.0 -55453,sell_contrast_m10_bb_pos,sell,2025-11-11 11:42:00,1240.0 -55454,sell_contrast_m10_bb_pos,sell,2025-11-11 11:45:00,1244.0 -55455,sell_contrast_m10_bb_pos,sell,2025-11-11 11:48:00,1242.0 -55456,sell_contrast_m10_bb_pos,sell,2025-11-11 12:12:00,1246.0 -55457,sell_contrast_m10_bb_pos,sell,2025-11-11 12:15:00,1248.0 -55458,sell_contrast_m10_bb_pos,sell,2025-11-11 12:18:00,1245.0 -55459,sell_contrast_m10_bb_pos,sell,2025-11-11 12:21:00,1246.0 -55460,sell_contrast_m10_bb_pos,sell,2025-11-11 12:24:00,1247.0 -55461,sell_contrast_m10_bb_pos,sell,2025-11-11 12:27:00,1247.0 -55462,sell_contrast_m10_bb_pos,sell,2025-11-11 20:12:00,1194.0 -55463,sell_contrast_m10_bb_pos,sell,2025-11-11 20:15:00,1196.0 -55464,sell_contrast_m10_bb_pos,sell,2025-11-11 20:18:00,1194.0 -55465,sell_contrast_m10_bb_pos,sell,2025-11-12 00:00:00,1200.0 -55466,sell_contrast_m10_bb_pos,sell,2025-11-12 00:03:00,1194.0 -55467,sell_contrast_m10_bb_pos,sell,2025-11-12 00:06:00,1190.0 -55468,sell_contrast_m10_bb_pos,sell,2025-11-12 00:09:00,1196.0 -55469,sell_contrast_m10_bb_pos,sell,2025-11-12 01:21:00,1198.0 -55470,sell_contrast_m10_bb_pos,sell,2025-11-12 01:24:00,1197.0 -55471,sell_contrast_m10_bb_pos,sell,2025-11-12 01:27:00,1195.0 -55472,sell_contrast_m10_bb_pos,sell,2025-11-12 02:12:00,1200.0 -55473,sell_contrast_m10_bb_pos,sell,2025-11-12 02:15:00,1200.0 -55474,sell_contrast_m10_bb_pos,sell,2025-11-12 02:18:00,1196.0 -55475,sell_contrast_m10_bb_pos,sell,2025-11-12 11:21:00,1161.0 -55476,sell_contrast_m10_bb_pos,sell,2025-11-12 11:24:00,1162.0 -55477,sell_contrast_m10_bb_pos,sell,2025-11-12 11:27:00,1159.0 -55478,sell_contrast_m10_bb_pos,sell,2025-11-12 12:00:00,1166.0 -55479,sell_contrast_m10_bb_pos,sell,2025-11-12 12:03:00,1167.0 -55480,sell_contrast_m10_bb_pos,sell,2025-11-12 12:06:00,1168.0 -55481,sell_contrast_m10_bb_pos,sell,2025-11-12 12:09:00,1167.0 -55482,sell_contrast_m10_bb_pos,sell,2025-11-12 12:12:00,1166.0 -55483,sell_contrast_m10_bb_pos,sell,2025-11-12 12:15:00,1169.0 -55484,sell_contrast_m10_bb_pos,sell,2025-11-12 12:18:00,1170.0 -55485,sell_contrast_m10_bb_pos,sell,2025-11-12 12:42:00,1176.0 -55486,sell_contrast_m10_bb_pos,sell,2025-11-12 12:45:00,1178.0 -55487,sell_contrast_m10_bb_pos,sell,2025-11-12 12:48:00,1176.0 -55488,sell_contrast_m10_bb_pos,sell,2025-11-12 14:21:00,1175.0 -55489,sell_contrast_m10_bb_pos,sell,2025-11-12 14:24:00,1176.0 -55490,sell_contrast_m10_bb_pos,sell,2025-11-12 14:27:00,1176.0 -55491,sell_contrast_m10_bb_pos,sell,2025-11-12 15:51:00,1193.0 -55492,sell_contrast_m10_bb_pos,sell,2025-11-12 15:54:00,1192.0 -55493,sell_contrast_m10_bb_pos,sell,2025-11-12 15:57:00,1190.0 -55494,sell_contrast_m10_bb_pos,sell,2025-11-12 17:51:00,1200.0 -55495,sell_contrast_m10_bb_pos,sell,2025-11-12 17:54:00,1199.0 -55496,sell_contrast_m10_bb_pos,sell,2025-11-12 17:57:00,1196.0 -55497,sell_contrast_m10_bb_pos,sell,2025-11-12 18:00:00,1197.0 -55498,sell_contrast_m10_bb_pos,sell,2025-11-12 18:03:00,1197.0 -55499,sell_contrast_m10_bb_pos,sell,2025-11-12 18:06:00,1196.0 -55500,sell_contrast_m10_bb_pos,sell,2025-11-12 18:09:00,1198.0 -55501,sell_contrast_m10_bb_pos,sell,2025-11-12 18:12:00,1201.0 -55502,sell_contrast_m10_bb_pos,sell,2025-11-12 18:15:00,1200.0 -55503,sell_contrast_m10_bb_pos,sell,2025-11-12 18:18:00,1199.0 -55504,sell_contrast_m10_bb_pos,sell,2025-11-12 18:21:00,1198.0 -55505,sell_contrast_m10_bb_pos,sell,2025-11-12 18:24:00,1197.0 -55506,sell_contrast_m10_bb_pos,sell,2025-11-12 18:27:00,1193.0 -55507,sell_contrast_m10_bb_pos,sell,2025-11-12 19:12:00,1204.0 -55508,sell_contrast_m10_bb_pos,sell,2025-11-12 19:15:00,1204.0 -55509,sell_contrast_m10_bb_pos,sell,2025-11-12 19:18:00,1203.0 -55510,sell_contrast_m10_bb_pos,sell,2025-11-12 19:21:00,1204.0 -55511,sell_contrast_m10_bb_pos,sell,2025-11-12 19:24:00,1208.0 -55512,sell_contrast_m10_bb_pos,sell,2025-11-12 19:27:00,1206.0 -55513,sell_contrast_m10_bb_pos,sell,2025-11-12 19:30:00,1208.0 -55514,sell_contrast_m10_bb_pos,sell,2025-11-12 19:33:00,1212.0 -55515,sell_contrast_m10_bb_pos,sell,2025-11-12 19:36:00,1217.0 -55516,sell_contrast_m10_bb_pos,sell,2025-11-12 19:39:00,1208.0 -55517,sell_contrast_m10_bb_pos,sell,2025-11-12 19:42:00,1209.0 -55518,sell_contrast_m10_bb_pos,sell,2025-11-12 19:45:00,1207.0 -55519,sell_contrast_m10_bb_pos,sell,2025-11-12 19:48:00,1212.0 -55520,sell_contrast_m10_bb_pos,sell,2025-11-12 19:51:00,1209.0 -55521,sell_contrast_m10_bb_pos,sell,2025-11-12 19:54:00,1209.0 -55522,sell_contrast_m10_bb_pos,sell,2025-11-12 19:57:00,1206.0 -55523,sell_contrast_m10_bb_pos,sell,2025-11-12 21:30:00,1213.0 -55524,sell_contrast_m10_bb_pos,sell,2025-11-12 21:33:00,1210.0 -55525,sell_contrast_m10_bb_pos,sell,2025-11-12 21:36:00,1210.0 -55526,sell_contrast_m10_bb_pos,sell,2025-11-12 21:39:00,1207.0 -55527,sell_contrast_m10_bb_pos,sell,2025-11-13 05:12:00,1144.0 -55528,sell_contrast_m10_bb_pos,sell,2025-11-13 05:15:00,1138.0 -55529,sell_contrast_m10_bb_pos,sell,2025-11-13 05:18:00,1140.0 -55530,sell_contrast_m10_bb_pos,sell,2025-11-13 05:30:00,1149.0 -55531,sell_contrast_m10_bb_pos,sell,2025-11-13 05:33:00,1151.0 -55532,sell_contrast_m10_bb_pos,sell,2025-11-13 05:36:00,1150.0 -55533,sell_contrast_m10_bb_pos,sell,2025-11-13 05:39:00,1148.0 -55534,sell_contrast_m10_bb_pos,sell,2025-11-13 05:51:00,1151.0 -55535,sell_contrast_m10_bb_pos,sell,2025-11-13 05:54:00,1151.0 -55536,sell_contrast_m10_bb_pos,sell,2025-11-13 05:57:00,1150.0 -55537,sell_contrast_m10_bb_pos,sell,2025-11-13 06:00:00,1149.0 -55538,sell_contrast_m10_bb_pos,sell,2025-11-13 06:03:00,1151.0 -55539,sell_contrast_m10_bb_pos,sell,2025-11-13 06:06:00,1150.0 -55540,sell_contrast_m10_bb_pos,sell,2025-11-13 06:09:00,1152.0 -55541,sell_contrast_m10_bb_pos,sell,2025-11-13 06:12:00,1153.0 -55542,sell_contrast_m10_bb_pos,sell,2025-11-13 06:15:00,1154.0 -55543,sell_contrast_m10_bb_pos,sell,2025-11-13 06:18:00,1151.0 -55544,sell_contrast_m10_bb_pos,sell,2025-11-13 06:21:00,1154.0 -55545,sell_contrast_m10_bb_pos,sell,2025-11-13 06:24:00,1155.0 -55546,sell_contrast_m10_bb_pos,sell,2025-11-13 06:27:00,1152.0 -55547,sell_contrast_m10_bb_pos,sell,2025-11-13 06:30:00,1154.0 -55548,sell_contrast_m10_bb_pos,sell,2025-11-13 06:33:00,1158.0 -55549,sell_contrast_m10_bb_pos,sell,2025-11-13 06:36:00,1158.0 -55550,sell_contrast_m10_bb_pos,sell,2025-11-13 06:39:00,1161.0 -55551,sell_contrast_m10_bb_pos,sell,2025-11-13 06:42:00,1159.0 -55552,sell_contrast_m10_bb_pos,sell,2025-11-13 06:45:00,1160.0 -55553,sell_contrast_m10_bb_pos,sell,2025-11-13 06:48:00,1157.0 -55554,sell_contrast_m10_bb_pos,sell,2025-11-13 06:51:00,1157.0 -55555,sell_contrast_m10_bb_pos,sell,2025-11-13 06:54:00,1160.0 -55556,sell_contrast_m10_bb_pos,sell,2025-11-13 06:57:00,1162.0 -55557,sell_contrast_m10_bb_pos,sell,2025-11-13 07:00:00,1160.0 -55558,sell_contrast_m10_bb_pos,sell,2025-11-13 07:03:00,1160.0 -55559,sell_contrast_m10_bb_pos,sell,2025-11-13 07:06:00,1158.0 -55560,sell_contrast_m10_bb_pos,sell,2025-11-13 07:09:00,1154.0 -55561,sell_contrast_m10_bb_pos,sell,2025-11-13 09:42:00,1157.0 -55562,sell_contrast_m10_bb_pos,sell,2025-11-13 09:45:00,1156.0 -55563,sell_contrast_m10_bb_pos,sell,2025-11-13 09:48:00,1155.0 -55564,sell_contrast_m10_bb_pos,sell,2025-11-13 10:12:00,1166.0 -55565,sell_contrast_m10_bb_pos,sell,2025-11-13 10:15:00,1169.0 -55566,sell_contrast_m10_bb_pos,sell,2025-11-13 10:18:00,1168.0 -55567,sell_contrast_m10_bb_pos,sell,2025-11-13 10:51:00,1169.0 -55568,sell_contrast_m10_bb_pos,sell,2025-11-13 10:54:00,1170.0 -55569,sell_contrast_m10_bb_pos,sell,2025-11-13 10:57:00,1168.0 -55570,sell_contrast_m10_bb_pos,sell,2025-11-13 11:12:00,1168.0 -55571,sell_contrast_m10_bb_pos,sell,2025-11-13 11:15:00,1168.0 -55572,sell_contrast_m10_bb_pos,sell,2025-11-13 11:18:00,1170.0 -55573,sell_contrast_m10_bb_pos,sell,2025-11-13 11:21:00,1171.0 -55574,sell_contrast_m10_bb_pos,sell,2025-11-13 11:24:00,1167.0 -55575,sell_contrast_m10_bb_pos,sell,2025-11-13 11:27:00,1166.0 -55576,sell_contrast_m10_bb_pos,sell,2025-11-13 12:30:00,1176.0 -55577,sell_contrast_m10_bb_pos,sell,2025-11-13 12:33:00,1180.0 -55578,sell_contrast_m10_bb_pos,sell,2025-11-13 12:36:00,1178.0 -55579,sell_contrast_m10_bb_pos,sell,2025-11-13 12:39:00,1181.0 -55580,sell_contrast_m10_bb_pos,sell,2025-11-13 13:21:00,1182.0 -55581,sell_contrast_m10_bb_pos,sell,2025-11-13 13:24:00,1179.0 -55582,sell_contrast_m10_bb_pos,sell,2025-11-13 13:27:00,1179.0 -55583,sell_contrast_m10_bb_pos,sell,2025-11-13 14:30:00,1185.0 -55584,sell_contrast_m10_bb_pos,sell,2025-11-13 14:33:00,1184.0 -55585,sell_contrast_m10_bb_pos,sell,2025-11-13 14:36:00,1187.0 -55586,sell_contrast_m10_bb_pos,sell,2025-11-13 14:39:00,1192.0 -55587,sell_contrast_m10_bb_pos,sell,2025-11-13 15:21:00,1199.0 -55588,sell_contrast_m10_bb_pos,sell,2025-11-13 15:24:00,1200.0 -55589,sell_contrast_m10_bb_pos,sell,2025-11-13 15:27:00,1198.0 -55590,sell_contrast_m10_bb_pos,sell,2025-11-14 00:21:00,1187.0 -55591,sell_contrast_m10_bb_pos,sell,2025-11-14 00:24:00,1185.0 -55592,sell_contrast_m10_bb_pos,sell,2025-11-14 00:27:00,1180.0 -55593,sell_contrast_m10_bb_pos,sell,2025-11-14 07:51:00,1126.0 -55594,sell_contrast_m10_bb_pos,sell,2025-11-14 07:54:00,1129.0 -55595,sell_contrast_m10_bb_pos,sell,2025-11-14 07:57:00,1127.0 -55596,sell_contrast_m10_bb_pos,sell,2025-11-14 08:00:00,1126.0 -55597,sell_contrast_m10_bb_pos,sell,2025-11-14 08:03:00,1124.0 -55598,sell_contrast_m10_bb_pos,sell,2025-11-14 08:06:00,1126.0 -55599,sell_contrast_m10_bb_pos,sell,2025-11-14 08:09:00,1131.0 -55600,sell_contrast_m10_bb_pos,sell,2025-11-14 16:12:00,1118.0 -55601,sell_contrast_m10_bb_pos,sell,2025-11-14 16:15:00,1124.0 -55602,sell_contrast_m10_bb_pos,sell,2025-11-14 16:18:00,1126.0 -55603,sell_contrast_m10_bb_pos,sell,2025-11-14 16:30:00,1123.0 -55604,sell_contrast_m10_bb_pos,sell,2025-11-14 16:33:00,1120.0 -55605,sell_contrast_m10_bb_pos,sell,2025-11-14 16:36:00,1122.0 -55606,sell_contrast_m10_bb_pos,sell,2025-11-14 16:39:00,1121.0 -55607,sell_contrast_m10_bb_pos,sell,2025-11-15 00:12:00,1096.0 -55608,sell_contrast_m10_bb_pos,sell,2025-11-15 00:15:00,1094.0 -55609,sell_contrast_m10_bb_pos,sell,2025-11-15 00:18:00,1098.0 -55610,sell_contrast_m10_bb_pos,sell,2025-11-15 00:30:00,1106.0 -55611,sell_contrast_m10_bb_pos,sell,2025-11-15 00:33:00,1105.0 -55612,sell_contrast_m10_bb_pos,sell,2025-11-15 00:36:00,1104.0 -55613,sell_contrast_m10_bb_pos,sell,2025-11-15 00:39:00,1109.0 -55614,sell_contrast_m10_bb_pos,sell,2025-11-15 00:42:00,1107.0 -55615,sell_contrast_m10_bb_pos,sell,2025-11-15 00:45:00,1111.0 -55616,sell_contrast_m10_bb_pos,sell,2025-11-15 00:48:00,1120.0 -55617,sell_contrast_m10_bb_pos,sell,2025-11-15 01:00:00,1110.0 -55618,sell_contrast_m10_bb_pos,sell,2025-11-15 01:03:00,1109.0 -55619,sell_contrast_m10_bb_pos,sell,2025-11-15 01:06:00,1104.0 -55620,sell_contrast_m10_bb_pos,sell,2025-11-15 01:09:00,1105.0 -55621,sell_contrast_m10_bb_pos,sell,2025-11-15 01:30:00,1114.0 -55622,sell_contrast_m10_bb_pos,sell,2025-11-15 01:33:00,1111.0 -55623,sell_contrast_m10_bb_pos,sell,2025-11-15 01:36:00,1113.0 -55624,sell_contrast_m10_bb_pos,sell,2025-11-15 01:39:00,1114.0 -55625,sell_contrast_m10_bb_pos,sell,2025-11-15 11:30:00,1092.0 -55626,sell_contrast_m10_bb_pos,sell,2025-11-15 11:33:00,1091.0 -55627,sell_contrast_m10_bb_pos,sell,2025-11-15 11:36:00,1090.0 -55628,sell_contrast_m10_bb_pos,sell,2025-11-15 11:39:00,1091.0 -55629,sell_contrast_m10_bb_pos,sell,2025-11-15 12:00:00,1097.0 -55630,sell_contrast_m10_bb_pos,sell,2025-11-15 12:03:00,1095.0 -55631,sell_contrast_m10_bb_pos,sell,2025-11-15 12:06:00,1093.0 -55632,sell_contrast_m10_bb_pos,sell,2025-11-15 12:09:00,1095.0 -55633,sell_contrast_m10_bb_pos,sell,2025-11-15 12:12:00,1095.0 -55634,sell_contrast_m10_bb_pos,sell,2025-11-15 12:15:00,1096.0 -55635,sell_contrast_m10_bb_pos,sell,2025-11-15 12:18:00,1096.0 -55636,sell_contrast_m10_bb_pos,sell,2025-11-15 12:21:00,1095.0 -55637,sell_contrast_m10_bb_pos,sell,2025-11-15 12:24:00,1096.0 -55638,sell_contrast_m10_bb_pos,sell,2025-11-15 12:27:00,1094.0 -55639,sell_contrast_m10_bb_pos,sell,2025-11-15 21:30:00,1070.0 -55640,sell_contrast_m10_bb_pos,sell,2025-11-15 21:33:00,1069.0 -55641,sell_contrast_m10_bb_pos,sell,2025-11-15 21:36:00,1070.0 -55642,sell_contrast_m10_bb_pos,sell,2025-11-15 21:39:00,1070.0 -55643,sell_contrast_m10_bb_pos,sell,2025-11-15 22:12:00,1071.0 -55644,sell_contrast_m10_bb_pos,sell,2025-11-15 22:15:00,1070.0 -55645,sell_contrast_m10_bb_pos,sell,2025-11-15 22:18:00,1076.0 -55646,sell_contrast_m10_bb_pos,sell,2025-11-15 22:30:00,1073.0 -55647,sell_contrast_m10_bb_pos,sell,2025-11-15 22:33:00,1072.0 -55648,sell_contrast_m10_bb_pos,sell,2025-11-15 22:36:00,1072.0 -55649,sell_contrast_m10_bb_pos,sell,2025-11-15 22:39:00,1076.0 -55650,sell_contrast_m10_bb_pos,sell,2025-11-15 22:42:00,1073.0 -55651,sell_contrast_m10_bb_pos,sell,2025-11-15 22:45:00,1070.0 -55652,sell_contrast_m10_bb_pos,sell,2025-11-15 22:48:00,1070.0 -55653,sell_contrast_m10_bb_pos,sell,2025-11-16 08:21:00,1057.0 -55654,sell_contrast_m10_bb_pos,sell,2025-11-16 08:24:00,1056.0 -55655,sell_contrast_m10_bb_pos,sell,2025-11-16 08:27:00,1057.0 -55656,sell_contrast_m10_bb_pos,sell,2025-11-16 19:12:00,1054.0 -55657,sell_contrast_m10_bb_pos,sell,2025-11-16 19:15:00,1055.0 -55658,sell_contrast_m10_bb_pos,sell,2025-11-16 19:18:00,1055.0 -55659,sell_contrast_m10_bb_pos,sell,2025-11-16 19:21:00,1054.0 -55660,sell_contrast_m10_bb_pos,sell,2025-11-16 19:24:00,1053.0 -55661,sell_contrast_m10_bb_pos,sell,2025-11-16 19:27:00,1055.0 -55662,sell_contrast_m10_bb_pos,sell,2025-11-16 19:30:00,1054.0 -55663,sell_contrast_m10_bb_pos,sell,2025-11-16 19:33:00,1055.0 -55664,sell_contrast_m10_bb_pos,sell,2025-11-16 19:36:00,1056.0 -55665,sell_contrast_m10_bb_pos,sell,2025-11-16 19:39:00,1055.0 -55666,sell_contrast_m10_bb_pos,sell,2025-11-16 19:42:00,1054.0 -55667,sell_contrast_m10_bb_pos,sell,2025-11-16 19:45:00,1054.0 -55668,sell_contrast_m10_bb_pos,sell,2025-11-16 19:48:00,1053.0 -55669,sell_contrast_m10_bb_pos,sell,2025-11-17 07:51:00,1004.0 -55670,sell_contrast_m10_bb_pos,sell,2025-11-17 07:54:00,1006.0 -55671,sell_contrast_m10_bb_pos,sell,2025-11-17 07:57:00,1003.0 -55672,sell_contrast_m10_bb_pos,sell,2025-11-17 08:42:00,1010.0 -55673,sell_contrast_m10_bb_pos,sell,2025-11-17 08:45:00,1008.0 -55674,sell_contrast_m10_bb_pos,sell,2025-11-17 08:48:00,1006.0 -55675,sell_contrast_m10_bb_pos,sell,2025-11-17 09:30:00,1009.0 -55676,sell_contrast_m10_bb_pos,sell,2025-11-17 09:33:00,1003.0 -55677,sell_contrast_m10_bb_pos,sell,2025-11-17 09:36:00,1010.0 -55678,sell_contrast_m10_bb_pos,sell,2025-11-17 09:39:00,1010.0 -55679,sell_contrast_m10_bb_pos,sell,2025-11-17 09:42:00,1010.0 -55680,sell_contrast_m10_bb_pos,sell,2025-11-17 09:45:00,1010.0 -55681,sell_contrast_m10_bb_pos,sell,2025-11-17 09:48:00,1009.0 -55682,sell_contrast_m10_bb_pos,sell,2025-11-17 12:12:00,1015.0 -55683,sell_contrast_m10_bb_pos,sell,2025-11-17 12:15:00,1017.0 -55684,sell_contrast_m10_bb_pos,sell,2025-11-17 12:18:00,1017.0 -55685,sell_contrast_m10_bb_pos,sell,2025-11-17 12:21:00,1015.0 -55686,sell_contrast_m10_bb_pos,sell,2025-11-17 12:24:00,1017.0 -55687,sell_contrast_m10_bb_pos,sell,2025-11-17 12:27:00,1017.0 -55688,sell_contrast_m10_bb_pos,sell,2025-11-17 12:30:00,1017.0 -55689,sell_contrast_m10_bb_pos,sell,2025-11-17 12:33:00,1017.0 -55690,sell_contrast_m10_bb_pos,sell,2025-11-17 12:36:00,1016.0 -55691,sell_contrast_m10_bb_pos,sell,2025-11-17 12:39:00,1016.0 -55692,sell_contrast_m10_bb_pos,sell,2025-11-17 12:42:00,1017.0 -55693,sell_contrast_m10_bb_pos,sell,2025-11-17 12:45:00,1016.0 -55694,sell_contrast_m10_bb_pos,sell,2025-11-17 12:48:00,1016.0 -55695,sell_contrast_m10_bb_pos,sell,2025-11-17 12:51:00,1014.0 -55696,sell_contrast_m10_bb_pos,sell,2025-11-17 12:54:00,1016.0 -55697,sell_contrast_m10_bb_pos,sell,2025-11-17 12:57:00,1016.0 -55698,sell_contrast_m10_bb_pos,sell,2025-11-17 13:00:00,1017.0 -55699,sell_contrast_m10_bb_pos,sell,2025-11-17 13:03:00,1019.0 -55700,sell_contrast_m10_bb_pos,sell,2025-11-17 13:06:00,1018.0 -55701,sell_contrast_m10_bb_pos,sell,2025-11-17 13:09:00,1018.0 -55702,sell_contrast_m10_bb_pos,sell,2025-11-17 13:12:00,1018.0 -55703,sell_contrast_m10_bb_pos,sell,2025-11-17 13:15:00,1016.0 -55704,sell_contrast_m10_bb_pos,sell,2025-11-17 13:18:00,1016.0 -55705,sell_contrast_m10_bb_pos,sell,2025-11-17 13:42:00,1020.0 -55706,sell_contrast_m10_bb_pos,sell,2025-11-17 13:45:00,1021.0 -55707,sell_contrast_m10_bb_pos,sell,2025-11-17 13:48:00,1020.0 -55708,sell_contrast_m10_bb_pos,sell,2025-11-17 16:51:00,1021.0 -55709,sell_contrast_m10_bb_pos,sell,2025-11-17 16:54:00,1019.0 -55710,sell_contrast_m10_bb_pos,sell,2025-11-17 16:57:00,1019.0 -55711,sell_contrast_m10_bb_pos,sell,2025-11-17 17:00:00,1021.0 -55712,sell_contrast_m10_bb_pos,sell,2025-11-17 17:03:00,1019.0 -55713,sell_contrast_m10_bb_pos,sell,2025-11-17 17:06:00,1020.0 -55714,sell_contrast_m10_bb_pos,sell,2025-11-17 17:09:00,1018.0 -55715,sell_contrast_m10_bb_pos,sell,2025-11-17 18:21:00,1020.0 -55716,sell_contrast_m10_bb_pos,sell,2025-11-17 18:24:00,1019.0 -55717,sell_contrast_m10_bb_pos,sell,2025-11-17 18:27:00,1020.0 -55718,sell_contrast_m10_bb_pos,sell,2025-11-17 20:21:00,1019.0 -55719,sell_contrast_m10_bb_pos,sell,2025-11-17 20:24:00,1020.0 -55720,sell_contrast_m10_bb_pos,sell,2025-11-17 20:27:00,1020.0 -55721,sell_contrast_m10_bb_pos,sell,2025-11-17 20:30:00,1021.0 -55722,sell_contrast_m10_bb_pos,sell,2025-11-17 20:33:00,1022.0 -55723,sell_contrast_m10_bb_pos,sell,2025-11-17 20:36:00,1023.0 -55724,sell_contrast_m10_bb_pos,sell,2025-11-17 20:39:00,1023.0 -55725,sell_contrast_m10_bb_pos,sell,2025-11-18 07:30:00,976.0 -55726,sell_contrast_m10_bb_pos,sell,2025-11-18 07:33:00,977.0 -55727,sell_contrast_m10_bb_pos,sell,2025-11-18 07:36:00,977.0 -55728,sell_contrast_m10_bb_pos,sell,2025-11-18 07:39:00,977.0 -55729,sell_contrast_m10_bb_pos,sell,2025-11-18 07:42:00,975.0 -55730,sell_contrast_m10_bb_pos,sell,2025-11-18 07:45:00,976.0 -55731,sell_contrast_m10_bb_pos,sell,2025-11-18 07:48:00,973.0 -55732,sell_contrast_m10_bb_pos,sell,2025-11-18 09:12:00,977.0 -55733,sell_contrast_m10_bb_pos,sell,2025-11-18 09:15:00,976.0 -55734,sell_contrast_m10_bb_pos,sell,2025-11-18 09:18:00,975.0 -55735,sell_contrast_m10_bb_pos,sell,2025-11-18 10:30:00,983.0 -55736,sell_contrast_m10_bb_pos,sell,2025-11-18 10:33:00,984.0 -55737,sell_contrast_m10_bb_pos,sell,2025-11-18 10:36:00,983.0 -55738,sell_contrast_m10_bb_pos,sell,2025-11-18 10:39:00,979.0 -55739,sell_contrast_m10_bb_pos,sell,2025-11-18 11:30:00,988.0 -55740,sell_contrast_m10_bb_pos,sell,2025-11-18 11:33:00,990.0 -55741,sell_contrast_m10_bb_pos,sell,2025-11-18 11:36:00,985.0 -55742,sell_contrast_m10_bb_pos,sell,2025-11-18 11:39:00,985.0 -55743,sell_contrast_m10_bb_pos,sell,2025-11-18 12:51:00,991.0 -55744,sell_contrast_m10_bb_pos,sell,2025-11-18 12:54:00,989.0 -55745,sell_contrast_m10_bb_pos,sell,2025-11-18 12:57:00,988.0 -55746,sell_contrast_m10_bb_pos,sell,2025-11-18 13:00:00,990.0 -55747,sell_contrast_m10_bb_pos,sell,2025-11-18 13:03:00,989.0 -55748,sell_contrast_m10_bb_pos,sell,2025-11-18 13:06:00,988.0 -55749,sell_contrast_m10_bb_pos,sell,2025-11-18 13:09:00,989.0 -55750,sell_contrast_m10_bb_pos,sell,2025-11-18 14:00:00,993.0 -55751,sell_contrast_m10_bb_pos,sell,2025-11-18 14:03:00,988.0 -55752,sell_contrast_m10_bb_pos,sell,2025-11-18 14:06:00,990.0 -55753,sell_contrast_m10_bb_pos,sell,2025-11-18 14:09:00,994.0 -55754,sell_contrast_m10_bb_pos,sell,2025-11-18 17:51:00,998.0 -55755,sell_contrast_m10_bb_pos,sell,2025-11-18 17:54:00,995.0 -55756,sell_contrast_m10_bb_pos,sell,2025-11-18 17:57:00,996.0 -55757,sell_contrast_m10_bb_pos,sell,2025-11-18 22:00:00,1000.0 -55758,sell_contrast_m10_bb_pos,sell,2025-11-18 22:03:00,1001.0 -55759,sell_contrast_m10_bb_pos,sell,2025-11-18 22:06:00,997.0 -55760,sell_contrast_m10_bb_pos,sell,2025-11-18 22:09:00,995.0 -55761,sell_contrast_m10_bb_pos,sell,2025-11-19 00:21:00,1003.0 -55762,sell_contrast_m10_bb_pos,sell,2025-11-19 00:24:00,1004.0 -55763,sell_contrast_m10_bb_pos,sell,2025-11-19 00:27:00,1009.0 -55764,sell_contrast_m10_bb_pos,sell,2025-11-19 00:51:00,1002.0 -55765,sell_contrast_m10_bb_pos,sell,2025-11-19 00:54:00,1007.0 -55766,sell_contrast_m10_bb_pos,sell,2025-11-19 00:57:00,1010.0 -55767,sell_contrast_m10_bb_pos,sell,2025-11-19 01:51:00,1025.0 -55768,sell_contrast_m10_bb_pos,sell,2025-11-19 01:54:00,1018.0 -55769,sell_contrast_m10_bb_pos,sell,2025-11-19 01:57:00,1020.0 -55770,sell_contrast_m10_bb_pos,sell,2025-11-19 04:42:00,1024.0 -55771,sell_contrast_m10_bb_pos,sell,2025-11-19 04:45:00,1026.0 -55772,sell_contrast_m10_bb_pos,sell,2025-11-19 04:48:00,1024.0 -55773,sell_contrast_m10_bb_pos,sell,2025-11-19 08:00:00,1026.0 -55774,sell_contrast_m10_bb_pos,sell,2025-11-19 08:03:00,1027.0 -55775,sell_contrast_m10_bb_pos,sell,2025-11-19 08:06:00,1027.0 -55776,sell_contrast_m10_bb_pos,sell,2025-11-19 08:09:00,1025.0 -55777,sell_contrast_m10_bb_pos,sell,2025-11-19 21:30:00,997.0 -55778,sell_contrast_m10_bb_pos,sell,2025-11-19 21:33:00,996.0 -55779,sell_contrast_m10_bb_pos,sell,2025-11-19 21:36:00,996.0 -55780,sell_contrast_m10_bb_pos,sell,2025-11-19 21:39:00,994.0 -55781,sell_contrast_m10_bb_pos,sell,2025-11-19 22:00:00,998.0 -55782,sell_contrast_m10_bb_pos,sell,2025-11-19 22:03:00,997.0 -55783,sell_contrast_m10_bb_pos,sell,2025-11-19 22:06:00,995.0 -55784,sell_contrast_m10_bb_pos,sell,2025-11-19 22:09:00,996.0 -55785,sell_contrast_m10_bb_pos,sell,2025-11-19 22:21:00,998.0 -55786,sell_contrast_m10_bb_pos,sell,2025-11-19 22:24:00,995.0 -55787,sell_contrast_m10_bb_pos,sell,2025-11-19 22:27:00,998.0 -55788,sell_contrast_m10_bb_pos,sell,2025-11-20 05:51:00,968.0 -55789,sell_contrast_m10_bb_pos,sell,2025-11-20 05:54:00,969.0 -55790,sell_contrast_m10_bb_pos,sell,2025-11-20 05:57:00,973.0 -55791,sell_contrast_m10_bb_pos,sell,2025-11-20 07:00:00,992.0 -55792,sell_contrast_m10_bb_pos,sell,2025-11-20 07:03:00,987.0 -55793,sell_contrast_m10_bb_pos,sell,2025-11-20 07:06:00,986.0 -55794,sell_contrast_m10_bb_pos,sell,2025-11-20 07:09:00,988.0 -55795,sell_contrast_m10_bb_pos,sell,2025-11-20 07:12:00,986.0 -55796,sell_contrast_m10_bb_pos,sell,2025-11-20 07:15:00,985.0 -55797,sell_contrast_m10_bb_pos,sell,2025-11-20 07:18:00,984.0 -55798,sell_contrast_m10_bb_pos,sell,2025-11-20 08:12:00,996.0 -55799,sell_contrast_m10_bb_pos,sell,2025-11-20 08:15:00,998.0 -55800,sell_contrast_m10_bb_pos,sell,2025-11-20 08:18:00,999.0 -55801,sell_contrast_m10_bb_pos,sell,2025-11-20 08:21:00,997.0 -55802,sell_contrast_m10_bb_pos,sell,2025-11-20 08:24:00,998.0 -55803,sell_contrast_m10_bb_pos,sell,2025-11-20 08:27:00,997.0 -55804,sell_contrast_m10_bb_pos,sell,2025-11-20 09:21:00,1000.0 -55805,sell_contrast_m10_bb_pos,sell,2025-11-20 09:24:00,1001.0 -55806,sell_contrast_m10_bb_pos,sell,2025-11-20 09:27:00,1000.0 -55807,sell_contrast_m10_bb_pos,sell,2025-11-20 09:30:00,1001.0 -55808,sell_contrast_m10_bb_pos,sell,2025-11-20 09:33:00,1002.0 -55809,sell_contrast_m10_bb_pos,sell,2025-11-20 09:36:00,1002.0 -55810,sell_contrast_m10_bb_pos,sell,2025-11-20 09:39:00,1001.0 -55811,sell_contrast_m10_bb_pos,sell,2025-11-20 09:42:00,1000.0 -55812,sell_contrast_m10_bb_pos,sell,2025-11-20 09:45:00,1001.0 -55813,sell_contrast_m10_bb_pos,sell,2025-11-20 09:48:00,1001.0 -55814,sell_contrast_m10_bb_pos,sell,2025-11-20 11:00:00,1005.0 -55815,sell_contrast_m10_bb_pos,sell,2025-11-20 11:03:00,1005.0 -55816,sell_contrast_m10_bb_pos,sell,2025-11-20 11:06:00,1007.0 -55817,sell_contrast_m10_bb_pos,sell,2025-11-20 11:09:00,1004.0 -55818,sell_contrast_m10_bb_pos,sell,2025-11-20 11:21:00,1006.0 -55819,sell_contrast_m10_bb_pos,sell,2025-11-20 11:24:00,1006.0 -55820,sell_contrast_m10_bb_pos,sell,2025-11-20 11:27:00,1007.0 -55821,sell_contrast_m10_bb_pos,sell,2025-11-20 11:30:00,1007.0 -55822,sell_contrast_m10_bb_pos,sell,2025-11-20 11:33:00,1007.0 -55823,sell_contrast_m10_bb_pos,sell,2025-11-20 11:36:00,1008.0 -55824,sell_contrast_m10_bb_pos,sell,2025-11-20 11:39:00,1009.0 -55825,sell_contrast_m10_bb_pos,sell,2025-11-20 11:42:00,1007.0 -55826,sell_contrast_m10_bb_pos,sell,2025-11-20 11:45:00,1006.0 -55827,sell_contrast_m10_bb_pos,sell,2025-11-20 11:48:00,1004.0 -55828,sell_contrast_m10_bb_pos,sell,2025-11-20 14:00:00,1009.0 -55829,sell_contrast_m10_bb_pos,sell,2025-11-20 14:03:00,1005.0 -55830,sell_contrast_m10_bb_pos,sell,2025-11-20 14:06:00,1005.0 -55831,sell_contrast_m10_bb_pos,sell,2025-11-20 14:09:00,1009.0 -55832,sell_contrast_m10_bb_pos,sell,2025-11-20 14:51:00,1010.0 -55833,sell_contrast_m10_bb_pos,sell,2025-11-20 14:54:00,1008.0 -55834,sell_contrast_m10_bb_pos,sell,2025-11-20 14:57:00,1009.0 -55835,sell_contrast_m10_bb_pos,sell,2025-11-20 15:30:00,1013.0 -55836,sell_contrast_m10_bb_pos,sell,2025-11-20 15:33:00,1014.0 -55837,sell_contrast_m10_bb_pos,sell,2025-11-20 15:36:00,1013.0 -55838,sell_contrast_m10_bb_pos,sell,2025-11-20 15:39:00,1010.0 -55839,sell_contrast_m10_bb_pos,sell,2025-11-20 16:12:00,1012.0 -55840,sell_contrast_m10_bb_pos,sell,2025-11-20 16:15:00,1012.0 -55841,sell_contrast_m10_bb_pos,sell,2025-11-20 16:18:00,1011.0 -55842,sell_contrast_m10_bb_pos,sell,2025-11-20 16:42:00,1018.0 -55843,sell_contrast_m10_bb_pos,sell,2025-11-20 16:45:00,1017.0 -55844,sell_contrast_m10_bb_pos,sell,2025-11-20 16:48:00,1019.0 -55845,sell_contrast_m10_bb_pos,sell,2025-11-20 17:30:00,1024.0 -55846,sell_contrast_m10_bb_pos,sell,2025-11-20 17:33:00,1023.0 -55847,sell_contrast_m10_bb_pos,sell,2025-11-20 17:36:00,1026.0 -55848,sell_contrast_m10_bb_pos,sell,2025-11-20 17:39:00,1025.0 -55849,sell_contrast_m10_bb_pos,sell,2025-11-20 17:42:00,1024.0 -55850,sell_contrast_m10_bb_pos,sell,2025-11-20 17:45:00,1024.0 -55851,sell_contrast_m10_bb_pos,sell,2025-11-20 17:48:00,1025.0 -55852,sell_contrast_m10_bb_pos,sell,2025-11-20 17:51:00,1025.0 -55853,sell_contrast_m10_bb_pos,sell,2025-11-20 17:54:00,1027.0 -55854,sell_contrast_m10_bb_pos,sell,2025-11-20 17:57:00,1029.0 -55855,sell_contrast_m10_bb_pos,sell,2025-11-20 18:00:00,1029.0 -55856,sell_contrast_m10_bb_pos,sell,2025-11-20 18:03:00,1030.0 -55857,sell_contrast_m10_bb_pos,sell,2025-11-20 18:06:00,1028.0 -55858,sell_contrast_m10_bb_pos,sell,2025-11-20 18:09:00,1027.0 -55859,sell_contrast_m10_bb_pos,sell,2025-11-20 18:12:00,1028.0 -55860,sell_contrast_m10_bb_pos,sell,2025-11-20 18:15:00,1031.0 -55861,sell_contrast_m10_bb_pos,sell,2025-11-20 18:18:00,1035.0 -55862,sell_contrast_m10_bb_pos,sell,2025-11-20 18:30:00,1034.0 -55863,sell_contrast_m10_bb_pos,sell,2025-11-20 18:33:00,1040.0 -55864,sell_contrast_m10_bb_pos,sell,2025-11-20 18:36:00,1050.0 -55865,sell_contrast_m10_bb_pos,sell,2025-11-20 18:39:00,1049.0 -55866,sell_contrast_m10_bb_pos,sell,2025-11-20 18:51:00,1036.0 -55867,sell_contrast_m10_bb_pos,sell,2025-11-20 18:54:00,1041.0 -55868,sell_contrast_m10_bb_pos,sell,2025-11-20 18:57:00,1038.0 -55869,sell_contrast_m10_bb_pos,sell,2025-11-20 21:12:00,1048.0 -55870,sell_contrast_m10_bb_pos,sell,2025-11-20 21:15:00,1044.0 -55871,sell_contrast_m10_bb_pos,sell,2025-11-20 21:18:00,1042.0 -55872,sell_contrast_m10_bb_pos,sell,2025-11-20 21:21:00,1043.0 -55873,sell_contrast_m10_bb_pos,sell,2025-11-20 21:24:00,1045.0 -55874,sell_contrast_m10_bb_pos,sell,2025-11-20 21:27:00,1045.0 -55875,sell_contrast_m10_bb_pos,sell,2025-11-20 21:51:00,1049.0 -55876,sell_contrast_m10_bb_pos,sell,2025-11-20 21:54:00,1056.0 -55877,sell_contrast_m10_bb_pos,sell,2025-11-20 21:57:00,1056.0 -55878,sell_contrast_m10_bb_pos,sell,2025-11-20 22:12:00,1053.0 -55879,sell_contrast_m10_bb_pos,sell,2025-11-20 22:15:00,1058.0 -55880,sell_contrast_m10_bb_pos,sell,2025-11-20 22:18:00,1056.0 -55881,sell_contrast_m10_bb_pos,sell,2025-11-20 22:21:00,1052.0 -55882,sell_contrast_m10_bb_pos,sell,2025-11-20 22:24:00,1046.0 -55883,sell_contrast_m10_bb_pos,sell,2025-11-20 22:27:00,1047.0 -55884,sell_contrast_m10_bb_pos,sell,2025-11-21 05:42:00,982.0 -55885,sell_contrast_m10_bb_pos,sell,2025-11-21 05:45:00,982.0 -55886,sell_contrast_m10_bb_pos,sell,2025-11-21 05:48:00,980.0 -55887,sell_contrast_m10_bb_pos,sell,2025-11-21 06:30:00,993.0 -55888,sell_contrast_m10_bb_pos,sell,2025-11-21 06:33:00,995.0 -55889,sell_contrast_m10_bb_pos,sell,2025-11-21 06:36:00,996.0 -55890,sell_contrast_m10_bb_pos,sell,2025-11-21 06:39:00,996.0 -55891,sell_contrast_m10_bb_pos,sell,2025-11-21 06:42:00,998.0 -55892,sell_contrast_m10_bb_pos,sell,2025-11-21 06:45:00,998.0 -55893,sell_contrast_m10_bb_pos,sell,2025-11-21 06:48:00,1000.0 -55894,sell_contrast_m10_bb_pos,sell,2025-11-21 06:51:00,997.0 -55895,sell_contrast_m10_bb_pos,sell,2025-11-21 06:54:00,996.0 -55896,sell_contrast_m10_bb_pos,sell,2025-11-21 06:57:00,996.0 -55897,sell_contrast_m10_bb_pos,sell,2025-11-21 07:42:00,1014.0 -55898,sell_contrast_m10_bb_pos,sell,2025-11-21 07:45:00,1011.0 -55899,sell_contrast_m10_bb_pos,sell,2025-11-21 07:48:00,1013.0 -55900,sell_contrast_m10_bb_pos,sell,2025-11-21 07:51:00,1012.0 -55901,sell_contrast_m10_bb_pos,sell,2025-11-21 07:54:00,1011.0 -55902,sell_contrast_m10_bb_pos,sell,2025-11-21 07:57:00,1010.0 -55903,sell_contrast_m10_bb_pos,sell,2025-11-21 22:21:00,911.0 -55904,sell_contrast_m10_bb_pos,sell,2025-11-21 22:24:00,909.0 -55905,sell_contrast_m10_bb_pos,sell,2025-11-21 22:27:00,907.0 -55906,sell_contrast_m10_bb_pos,sell,2025-11-22 00:00:00,921.0 -55907,sell_contrast_m10_bb_pos,sell,2025-11-22 00:03:00,915.0 -55908,sell_contrast_m10_bb_pos,sell,2025-11-22 00:06:00,916.0 -55909,sell_contrast_m10_bb_pos,sell,2025-11-22 00:09:00,915.0 -55910,sell_contrast_m10_bb_pos,sell,2025-11-22 02:00:00,919.0 -55911,sell_contrast_m10_bb_pos,sell,2025-11-22 02:03:00,919.0 -55912,sell_contrast_m10_bb_pos,sell,2025-11-22 02:06:00,924.0 -55913,sell_contrast_m10_bb_pos,sell,2025-11-22 02:09:00,927.0 -55914,sell_contrast_m10_bb_pos,sell,2025-11-22 02:21:00,926.0 -55915,sell_contrast_m10_bb_pos,sell,2025-11-22 02:24:00,928.0 -55916,sell_contrast_m10_bb_pos,sell,2025-11-22 02:27:00,928.0 -55917,sell_contrast_m10_bb_pos,sell,2025-11-22 02:30:00,928.0 -55918,sell_contrast_m10_bb_pos,sell,2025-11-22 02:33:00,931.0 -55919,sell_contrast_m10_bb_pos,sell,2025-11-22 02:36:00,932.0 -55920,sell_contrast_m10_bb_pos,sell,2025-11-22 02:39:00,928.0 -55921,sell_contrast_m10_bb_pos,sell,2025-11-22 02:42:00,929.0 -55922,sell_contrast_m10_bb_pos,sell,2025-11-22 02:45:00,929.0 -55923,sell_contrast_m10_bb_pos,sell,2025-11-22 02:48:00,927.0 -55924,sell_contrast_m10_bb_pos,sell,2025-11-22 10:42:00,912.0 -55925,sell_contrast_m10_bb_pos,sell,2025-11-22 10:45:00,910.0 -55926,sell_contrast_m10_bb_pos,sell,2025-11-22 10:48:00,916.0 -55927,sell_contrast_m10_bb_pos,sell,2025-11-22 10:51:00,918.0 -55928,sell_contrast_m10_bb_pos,sell,2025-11-22 10:54:00,916.0 -55929,sell_contrast_m10_bb_pos,sell,2025-11-22 10:57:00,913.0 -55930,sell_contrast_m10_bb_pos,sell,2025-11-22 11:00:00,919.0 -55931,sell_contrast_m10_bb_pos,sell,2025-11-22 11:03:00,921.0 -55932,sell_contrast_m10_bb_pos,sell,2025-11-22 11:06:00,922.0 -55933,sell_contrast_m10_bb_pos,sell,2025-11-22 11:09:00,923.0 -55934,sell_contrast_m10_bb_pos,sell,2025-11-22 11:12:00,919.0 -55935,sell_contrast_m10_bb_pos,sell,2025-11-22 11:15:00,919.0 -55936,sell_contrast_m10_bb_pos,sell,2025-11-22 11:18:00,921.0 -55937,sell_contrast_m10_bb_pos,sell,2025-11-22 16:42:00,899.0 -55938,sell_contrast_m10_bb_pos,sell,2025-11-22 16:45:00,898.0 -55939,sell_contrast_m10_bb_pos,sell,2025-11-22 16:48:00,898.0 -55940,sell_contrast_m10_bb_pos,sell,2025-11-22 17:00:00,903.0 -55941,sell_contrast_m10_bb_pos,sell,2025-11-22 17:03:00,901.0 -55942,sell_contrast_m10_bb_pos,sell,2025-11-22 17:06:00,902.0 -55943,sell_contrast_m10_bb_pos,sell,2025-11-22 17:09:00,900.0 -55944,sell_contrast_m10_bb_pos,sell,2025-11-22 20:42:00,895.0 -55945,sell_contrast_m10_bb_pos,sell,2025-11-22 20:45:00,896.0 -55946,sell_contrast_m10_bb_pos,sell,2025-11-22 20:48:00,896.0 -55947,sell_contrast_m10_bb_pos,sell,2025-11-22 23:42:00,900.0 -55948,sell_contrast_m10_bb_pos,sell,2025-11-22 23:45:00,899.0 -55949,sell_contrast_m10_bb_pos,sell,2025-11-22 23:48:00,898.0 -55950,sell_contrast_m10_bb_pos,sell,2025-11-22 23:51:00,901.0 -55951,sell_contrast_m10_bb_pos,sell,2025-11-22 23:54:00,903.0 -55952,sell_contrast_m10_bb_pos,sell,2025-11-22 23:57:00,901.0 -55953,sell_contrast_m10_bb_pos,sell,2025-11-23 00:00:00,902.0 -55954,sell_contrast_m10_bb_pos,sell,2025-11-23 00:03:00,898.0 -55955,sell_contrast_m10_bb_pos,sell,2025-11-23 00:06:00,897.0 -55956,sell_contrast_m10_bb_pos,sell,2025-11-23 00:09:00,896.0 -55957,sell_contrast_m10_bb_pos,sell,2025-11-23 01:12:00,905.0 -55958,sell_contrast_m10_bb_pos,sell,2025-11-23 01:15:00,904.0 -55959,sell_contrast_m10_bb_pos,sell,2025-11-23 01:18:00,905.0 -55960,sell_contrast_m10_bb_pos,sell,2025-11-23 01:30:00,906.0 -55961,sell_contrast_m10_bb_pos,sell,2025-11-23 01:33:00,906.0 -55962,sell_contrast_m10_bb_pos,sell,2025-11-23 01:36:00,905.0 -55963,sell_contrast_m10_bb_pos,sell,2025-11-23 01:39:00,905.0 -55964,sell_contrast_m10_bb_pos,sell,2025-11-23 01:42:00,908.0 -55965,sell_contrast_m10_bb_pos,sell,2025-11-23 01:45:00,910.0 -55966,sell_contrast_m10_bb_pos,sell,2025-11-23 01:48:00,907.0 -55967,sell_contrast_m10_bb_pos,sell,2025-11-23 01:51:00,909.0 -55968,sell_contrast_m10_bb_pos,sell,2025-11-23 01:54:00,905.0 -55969,sell_contrast_m10_bb_pos,sell,2025-11-23 01:57:00,907.0 -55970,sell_contrast_m10_bb_pos,sell,2025-11-23 02:00:00,909.0 -55971,sell_contrast_m10_bb_pos,sell,2025-11-23 02:03:00,908.0 -55972,sell_contrast_m10_bb_pos,sell,2025-11-23 02:06:00,906.0 -55973,sell_contrast_m10_bb_pos,sell,2025-11-23 02:09:00,905.0 -55974,sell_contrast_m10_bb_pos,sell,2025-11-23 07:42:00,905.0 -55975,sell_contrast_m10_bb_pos,sell,2025-11-23 07:45:00,905.0 -55976,sell_contrast_m10_bb_pos,sell,2025-11-23 07:48:00,905.0 -55977,sell_contrast_m10_bb_pos,sell,2025-11-23 07:51:00,907.0 -55978,sell_contrast_m10_bb_pos,sell,2025-11-23 07:54:00,915.0 -55979,sell_contrast_m10_bb_pos,sell,2025-11-23 07:57:00,913.0 -55980,sell_contrast_m10_bb_pos,sell,2025-11-23 08:12:00,908.0 -55981,sell_contrast_m10_bb_pos,sell,2025-11-23 08:15:00,912.0 -55982,sell_contrast_m10_bb_pos,sell,2025-11-23 08:18:00,907.0 -55983,sell_contrast_m10_bb_pos,sell,2025-11-23 08:42:00,913.0 -55984,sell_contrast_m10_bb_pos,sell,2025-11-23 08:45:00,911.0 -55985,sell_contrast_m10_bb_pos,sell,2025-11-23 08:48:00,911.0 -55986,sell_contrast_m10_bb_pos,sell,2025-11-23 09:00:00,911.0 -55987,sell_contrast_m10_bb_pos,sell,2025-11-23 09:03:00,911.0 -55988,sell_contrast_m10_bb_pos,sell,2025-11-23 09:06:00,912.0 -55989,sell_contrast_m10_bb_pos,sell,2025-11-23 09:09:00,911.0 -55990,sell_contrast_m10_bb_pos,sell,2025-11-23 09:21:00,910.0 -55991,sell_contrast_m10_bb_pos,sell,2025-11-23 09:24:00,912.0 -55992,sell_contrast_m10_bb_pos,sell,2025-11-23 09:27:00,910.0 -55993,sell_contrast_m10_bb_pos,sell,2025-11-23 11:12:00,921.0 -55994,sell_contrast_m10_bb_pos,sell,2025-11-23 11:15:00,920.0 -55995,sell_contrast_m10_bb_pos,sell,2025-11-23 11:18:00,920.0 -55996,sell_contrast_m10_bb_pos,sell,2025-11-23 11:21:00,919.0 -55997,sell_contrast_m10_bb_pos,sell,2025-11-23 11:24:00,921.0 -55998,sell_contrast_m10_bb_pos,sell,2025-11-23 11:27:00,925.0 -55999,sell_contrast_m10_bb_pos,sell,2025-11-23 11:42:00,926.0 -56000,sell_contrast_m10_bb_pos,sell,2025-11-23 11:45:00,925.0 -56001,sell_contrast_m10_bb_pos,sell,2025-11-23 11:48:00,926.0 -56002,sell_contrast_m10_bb_pos,sell,2025-11-23 11:51:00,925.0 -56003,sell_contrast_m10_bb_pos,sell,2025-11-23 11:54:00,923.0 -56004,sell_contrast_m10_bb_pos,sell,2025-11-23 11:57:00,922.0 -56005,sell_contrast_m10_bb_pos,sell,2025-11-23 13:21:00,929.0 -56006,sell_contrast_m10_bb_pos,sell,2025-11-23 13:24:00,928.0 -56007,sell_contrast_m10_bb_pos,sell,2025-11-23 13:27:00,927.0 -56008,sell_contrast_m10_bb_pos,sell,2025-11-23 13:42:00,926.0 -56009,sell_contrast_m10_bb_pos,sell,2025-11-23 13:45:00,926.0 -56010,sell_contrast_m10_bb_pos,sell,2025-11-23 13:48:00,926.0 -56011,sell_contrast_m10_bb_pos,sell,2025-11-23 13:51:00,928.0 -56012,sell_contrast_m10_bb_pos,sell,2025-11-23 13:54:00,928.0 -56013,sell_contrast_m10_bb_pos,sell,2025-11-23 13:57:00,928.0 -56014,sell_contrast_m10_bb_pos,sell,2025-11-23 14:00:00,928.0 -56015,sell_contrast_m10_bb_pos,sell,2025-11-23 14:03:00,928.0 -56016,sell_contrast_m10_bb_pos,sell,2025-11-23 14:06:00,926.0 -56017,sell_contrast_m10_bb_pos,sell,2025-11-23 14:09:00,926.0 -56018,sell_contrast_m10_bb_pos,sell,2025-11-23 15:12:00,929.0 -56019,sell_contrast_m10_bb_pos,sell,2025-11-23 15:15:00,928.0 -56020,sell_contrast_m10_bb_pos,sell,2025-11-23 15:18:00,926.0 -56021,sell_contrast_m10_bb_pos,sell,2025-11-23 21:21:00,925.0 -56022,sell_contrast_m10_bb_pos,sell,2025-11-23 21:24:00,925.0 -56023,sell_contrast_m10_bb_pos,sell,2025-11-23 21:27:00,925.0 -56024,sell_contrast_m10_bb_pos,sell,2025-11-23 21:30:00,925.0 -56025,sell_contrast_m10_bb_pos,sell,2025-11-23 21:33:00,925.0 -56026,sell_contrast_m10_bb_pos,sell,2025-11-23 21:36:00,926.0 -56027,sell_contrast_m10_bb_pos,sell,2025-11-23 21:39:00,923.0 -56028,sell_contrast_m10_bb_pos,sell,2025-11-23 22:51:00,926.0 -56029,sell_contrast_m10_bb_pos,sell,2025-11-23 22:54:00,924.0 -56030,sell_contrast_m10_bb_pos,sell,2025-11-23 22:57:00,926.0 -56031,sell_contrast_m10_bb_pos,sell,2025-11-23 23:12:00,925.0 -56032,sell_contrast_m10_bb_pos,sell,2025-11-23 23:15:00,925.0 -56033,sell_contrast_m10_bb_pos,sell,2025-11-23 23:18:00,926.0 -56034,sell_contrast_m10_bb_pos,sell,2025-11-24 01:00:00,927.0 -56035,sell_contrast_m10_bb_pos,sell,2025-11-24 05:51:00,928.0 -56036,sell_contrast_m10_bb_pos,sell,2025-11-24 07:30:00,929.0 -56037,sell_contrast_m10_bb_pos,sell,2025-11-24 07:33:00,941.0 -56038,sell_contrast_m10_bb_pos,sell,2025-11-24 07:36:00,943.0 -56039,sell_contrast_m10_bb_pos,sell,2025-11-24 07:39:00,942.0 -56040,sell_contrast_m10_bb_pos,sell,2025-11-24 11:12:00,940.0 -56041,sell_contrast_m10_bb_pos,sell,2025-11-24 11:15:00,941.0 -56042,sell_contrast_m10_bb_pos,sell,2025-11-24 11:18:00,943.0 -56043,sell_contrast_m10_bb_pos,sell,2025-11-24 12:21:00,945.0 -56044,sell_contrast_m10_bb_pos,sell,2025-11-24 12:24:00,941.0 -56045,sell_contrast_m10_bb_pos,sell,2025-11-24 12:27:00,939.0 -56046,sell_contrast_m10_bb_pos,sell,2025-11-24 22:42:00,915.0 -56047,sell_contrast_m10_bb_pos,sell,2025-11-24 22:45:00,916.0 -56048,sell_contrast_m10_bb_pos,sell,2025-11-24 22:48:00,914.0 -56049,sell_contrast_m10_bb_pos,sell,2025-11-25 00:42:00,923.0 -56050,sell_contrast_m10_bb_pos,sell,2025-11-25 00:45:00,925.0 -56051,sell_contrast_m10_bb_pos,sell,2025-11-25 00:48:00,929.0 -56052,sell_contrast_m10_bb_pos,sell,2025-11-25 01:00:00,925.0 -56053,sell_contrast_m10_bb_pos,sell,2025-11-25 01:03:00,932.0 -56054,sell_contrast_m10_bb_pos,sell,2025-11-25 01:06:00,927.0 -56055,sell_contrast_m10_bb_pos,sell,2025-11-25 01:09:00,927.0 -56056,sell_contrast_m10_bb_pos,sell,2025-11-25 01:12:00,929.0 -56057,sell_contrast_m10_bb_pos,sell,2025-11-25 01:15:00,930.0 -56058,sell_contrast_m10_bb_pos,sell,2025-11-25 01:18:00,932.0 -56059,sell_contrast_m10_bb_pos,sell,2025-11-25 01:30:00,934.0 -56060,sell_contrast_m10_bb_pos,sell,2025-11-25 01:33:00,933.0 -56061,sell_contrast_m10_bb_pos,sell,2025-11-25 01:36:00,935.0 -56062,sell_contrast_m10_bb_pos,sell,2025-11-25 01:39:00,935.0 -56063,sell_contrast_m10_bb_pos,sell,2025-11-25 01:42:00,934.0 -56064,sell_contrast_m10_bb_pos,sell,2025-11-25 01:45:00,936.0 -56065,sell_contrast_m10_bb_pos,sell,2025-11-25 01:48:00,937.0 -56066,sell_contrast_m10_bb_pos,sell,2025-11-25 01:51:00,935.0 -56067,sell_contrast_m10_bb_pos,sell,2025-11-25 01:54:00,933.0 -56068,sell_contrast_m10_bb_pos,sell,2025-11-25 01:57:00,934.0 -56069,sell_contrast_m10_bb_pos,sell,2025-11-25 02:42:00,949.0 -56070,sell_contrast_m10_bb_pos,sell,2025-11-25 02:45:00,948.0 -56071,sell_contrast_m10_bb_pos,sell,2025-11-25 02:48:00,950.0 -56072,sell_contrast_m10_bb_pos,sell,2025-11-25 02:51:00,952.0 -56073,sell_contrast_m10_bb_pos,sell,2025-11-25 02:54:00,954.0 -56074,sell_contrast_m10_bb_pos,sell,2025-11-25 02:57:00,956.0 -56075,sell_contrast_m10_bb_pos,sell,2025-11-25 03:12:00,959.0 -56076,sell_contrast_m10_bb_pos,sell,2025-11-25 03:15:00,960.0 -56077,sell_contrast_m10_bb_pos,sell,2025-11-25 03:18:00,962.0 -56078,sell_contrast_m10_bb_pos,sell,2025-11-25 03:21:00,960.0 -56079,sell_contrast_m10_bb_pos,sell,2025-11-25 03:24:00,958.0 -56080,sell_contrast_m10_bb_pos,sell,2025-11-25 03:27:00,957.0 -56081,sell_contrast_m10_bb_pos,sell,2025-11-25 03:42:00,960.0 -56082,sell_contrast_m10_bb_pos,sell,2025-11-25 03:45:00,961.0 -56083,sell_contrast_m10_bb_pos,sell,2025-11-25 03:48:00,960.0 -56084,sell_contrast_m10_bb_pos,sell,2025-11-25 03:51:00,961.0 -56085,sell_contrast_m10_bb_pos,sell,2025-11-25 03:54:00,959.0 -56086,sell_contrast_m10_bb_pos,sell,2025-11-25 03:57:00,958.0 -56087,sell_contrast_m10_bb_pos,sell,2025-11-25 05:51:00,965.0 -56088,sell_contrast_m10_bb_pos,sell,2025-11-25 05:54:00,967.0 -56089,sell_contrast_m10_bb_pos,sell,2025-11-25 05:57:00,964.0 -56090,sell_contrast_m10_bb_pos,sell,2025-11-25 06:12:00,966.0 -56091,sell_contrast_m10_bb_pos,sell,2025-11-25 06:15:00,967.0 -56092,sell_contrast_m10_bb_pos,sell,2025-11-25 06:18:00,964.0 -56093,sell_contrast_m10_bb_pos,sell,2025-11-25 20:00:00,944.0 -56094,sell_contrast_m10_bb_pos,sell,2025-11-25 20:03:00,942.0 -56095,sell_contrast_m10_bb_pos,sell,2025-11-25 20:06:00,942.0 -56096,sell_contrast_m10_bb_pos,sell,2025-11-25 20:09:00,942.0 -56097,sell_contrast_m10_bb_pos,sell,2025-11-25 21:21:00,948.0 -56098,sell_contrast_m10_bb_pos,sell,2025-11-25 21:24:00,949.0 -56099,sell_contrast_m10_bb_pos,sell,2025-11-25 21:27:00,948.0 -56100,sell_contrast_m10_bb_pos,sell,2025-11-25 21:30:00,948.0 -56101,sell_contrast_m10_bb_pos,sell,2025-11-25 21:33:00,947.0 -56102,sell_contrast_m10_bb_pos,sell,2025-11-25 21:36:00,947.0 -56103,sell_contrast_m10_bb_pos,sell,2025-11-25 21:39:00,948.0 -56104,sell_contrast_m10_bb_pos,sell,2025-11-25 21:42:00,946.0 -56105,sell_contrast_m10_bb_pos,sell,2025-11-25 21:45:00,950.0 -56106,sell_contrast_m10_bb_pos,sell,2025-11-25 21:48:00,948.0 -56107,sell_contrast_m10_bb_pos,sell,2025-11-25 21:51:00,949.0 -56108,sell_contrast_m10_bb_pos,sell,2025-11-25 21:54:00,949.0 -56109,sell_contrast_m10_bb_pos,sell,2025-11-25 21:57:00,950.0 -56110,sell_contrast_m10_bb_pos,sell,2025-11-25 22:12:00,948.0 -56111,sell_contrast_m10_bb_pos,sell,2025-11-25 22:15:00,950.0 -56112,sell_contrast_m10_bb_pos,sell,2025-11-25 22:18:00,948.0 -56113,sell_contrast_m10_bb_pos,sell,2025-11-25 22:21:00,949.0 -56114,sell_contrast_m10_bb_pos,sell,2025-11-25 22:24:00,951.0 -56115,sell_contrast_m10_bb_pos,sell,2025-11-25 22:27:00,950.0 -56116,sell_contrast_m10_bb_pos,sell,2025-11-25 22:30:00,951.0 -56117,sell_contrast_m10_bb_pos,sell,2025-11-25 22:33:00,951.0 -56118,sell_contrast_m10_bb_pos,sell,2025-11-25 22:36:00,946.0 -56119,sell_contrast_m10_bb_pos,sell,2025-11-25 22:39:00,943.0 -56120,sell_contrast_m10_bb_pos,sell,2025-11-26 02:42:00,949.0 -56121,sell_contrast_m10_bb_pos,sell,2025-11-26 02:45:00,947.0 -56122,sell_contrast_m10_bb_pos,sell,2025-11-26 02:48:00,946.0 -56123,sell_contrast_m10_bb_pos,sell,2025-11-26 02:51:00,947.0 -56124,sell_contrast_m10_bb_pos,sell,2025-11-26 02:54:00,947.0 -56125,sell_contrast_m10_bb_pos,sell,2025-11-26 02:57:00,946.0 -56126,sell_contrast_m10_bb_pos,sell,2025-11-26 03:21:00,949.0 -56127,sell_contrast_m10_bb_pos,sell,2025-11-26 03:24:00,948.0 -56128,sell_contrast_m10_bb_pos,sell,2025-11-26 03:27:00,946.0 -56129,sell_contrast_m10_bb_pos,sell,2025-11-26 08:30:00,960.0 -56130,sell_contrast_m10_bb_pos,sell,2025-11-26 08:33:00,961.0 -56131,sell_contrast_m10_bb_pos,sell,2025-11-26 08:36:00,960.0 -56132,sell_contrast_m10_bb_pos,sell,2025-11-26 08:39:00,959.0 -56133,sell_contrast_m10_bb_pos,sell,2025-11-26 08:42:00,961.0 -56134,sell_contrast_m10_bb_pos,sell,2025-11-26 08:45:00,961.0 -56135,sell_contrast_m10_bb_pos,sell,2025-11-26 08:48:00,959.0 -56136,sell_contrast_m10_bb_pos,sell,2025-11-26 15:12:00,952.0 -56137,sell_contrast_m10_bb_pos,sell,2025-11-26 15:15:00,954.0 -56138,sell_contrast_m10_bb_pos,sell,2025-11-26 15:18:00,951.0 -56139,sell_contrast_m10_bb_pos,sell,2025-11-26 16:21:00,955.0 -56140,sell_contrast_m10_bb_pos,sell,2025-11-26 16:24:00,955.0 -56141,sell_contrast_m10_bb_pos,sell,2025-11-26 16:27:00,955.0 -56142,sell_contrast_m10_bb_pos,sell,2025-11-26 16:42:00,955.0 -56143,sell_contrast_m10_bb_pos,sell,2025-11-26 16:45:00,956.0 -56144,sell_contrast_m10_bb_pos,sell,2025-11-26 16:48:00,956.0 -56145,sell_contrast_m10_bb_pos,sell,2025-11-26 17:00:00,958.0 -56146,sell_contrast_m10_bb_pos,sell,2025-11-26 17:03:00,958.0 -56147,sell_contrast_m10_bb_pos,sell,2025-11-26 17:06:00,957.0 -56148,sell_contrast_m10_bb_pos,sell,2025-11-26 17:09:00,958.0 -56149,sell_contrast_m10_bb_pos,sell,2025-11-27 01:42:00,944.0 -56150,sell_contrast_m10_bb_pos,sell,2025-11-27 01:45:00,946.0 -56151,sell_contrast_m10_bb_pos,sell,2025-11-27 01:48:00,944.0 -56152,sell_contrast_m10_bb_pos,sell,2025-11-27 02:00:00,944.0 -56153,sell_contrast_m10_bb_pos,sell,2025-11-27 02:03:00,943.0 -56154,sell_contrast_m10_bb_pos,sell,2025-11-27 02:06:00,943.0 -56155,sell_contrast_m10_bb_pos,sell,2025-11-27 02:09:00,941.0 -56156,sell_contrast_m10_bb_pos,sell,2025-11-27 03:12:00,970.0 -56157,sell_contrast_m10_bb_pos,sell,2025-11-27 03:15:00,973.0 -56158,sell_contrast_m10_bb_pos,sell,2025-11-27 03:18:00,974.0 -56159,sell_contrast_m10_bb_pos,sell,2025-11-27 03:30:00,979.0 -56160,sell_contrast_m10_bb_pos,sell,2025-11-27 03:33:00,978.0 -56161,sell_contrast_m10_bb_pos,sell,2025-11-27 03:36:00,978.0 -56162,sell_contrast_m10_bb_pos,sell,2025-11-27 03:39:00,972.0 -56163,sell_contrast_m10_bb_pos,sell,2025-11-27 03:42:00,976.0 -56164,sell_contrast_m10_bb_pos,sell,2025-11-27 03:45:00,974.0 -56165,sell_contrast_m10_bb_pos,sell,2025-11-27 03:48:00,977.0 -56166,sell_contrast_m10_bb_pos,sell,2025-11-27 03:51:00,979.0 -56167,sell_contrast_m10_bb_pos,sell,2025-11-27 03:54:00,977.0 -56168,sell_contrast_m10_bb_pos,sell,2025-11-27 03:57:00,979.0 -56169,sell_contrast_m10_bb_pos,sell,2025-11-27 04:00:00,981.0 -56170,sell_contrast_m10_bb_pos,sell,2025-11-27 04:03:00,978.0 -56171,sell_contrast_m10_bb_pos,sell,2025-11-27 04:06:00,977.0 -56172,sell_contrast_m10_bb_pos,sell,2025-11-27 04:09:00,977.0 -56173,sell_contrast_m10_bb_pos,sell,2025-11-27 06:51:00,980.0 -56174,sell_contrast_m10_bb_pos,sell,2025-11-27 06:54:00,979.0 -56175,sell_contrast_m10_bb_pos,sell,2025-11-27 06:57:00,978.0 -56176,sell_contrast_m10_bb_pos,sell,2025-11-27 08:00:00,978.0 -56177,sell_contrast_m10_bb_pos,sell,2025-11-27 08:03:00,977.0 -56178,sell_contrast_m10_bb_pos,sell,2025-11-27 08:06:00,980.0 -56179,sell_contrast_m10_bb_pos,sell,2025-11-27 08:09:00,979.0 -56180,sell_contrast_m10_bb_pos,sell,2025-11-27 08:12:00,981.0 -56181,sell_contrast_m10_bb_pos,sell,2025-11-27 08:15:00,982.0 -56182,sell_contrast_m10_bb_pos,sell,2025-11-27 08:18:00,980.0 -56183,sell_contrast_m10_bb_pos,sell,2025-11-27 08:21:00,979.0 -56184,sell_contrast_m10_bb_pos,sell,2025-11-27 08:24:00,981.0 -56185,sell_contrast_m10_bb_pos,sell,2025-11-27 08:27:00,980.0 -56186,sell_contrast_m10_bb_pos,sell,2025-11-27 09:00:00,981.0 -56187,sell_contrast_m10_bb_pos,sell,2025-11-27 09:03:00,980.0 -56188,sell_contrast_m10_bb_pos,sell,2025-11-27 09:06:00,978.0 -56189,sell_contrast_m10_bb_pos,sell,2025-11-27 09:09:00,979.0 -56190,sell_contrast_m10_bb_pos,sell,2025-11-27 09:51:00,981.0 -56191,sell_contrast_m10_bb_pos,sell,2025-11-27 09:54:00,979.0 -56192,sell_contrast_m10_bb_pos,sell,2025-11-27 09:57:00,978.0 -56193,sell_contrast_m10_bb_pos,sell,2025-11-27 11:42:00,988.0 -56194,sell_contrast_m10_bb_pos,sell,2025-11-27 11:45:00,989.0 -56195,sell_contrast_m10_bb_pos,sell,2025-11-27 11:48:00,988.0 -56196,sell_contrast_m10_bb_pos,sell,2025-11-27 18:42:00,978.0 -56197,sell_contrast_m10_bb_pos,sell,2025-11-27 18:45:00,977.0 -56198,sell_contrast_m10_bb_pos,sell,2025-11-27 18:48:00,976.0 -56199,sell_contrast_m10_bb_pos,sell,2025-11-27 22:30:00,972.0 -56200,sell_contrast_m10_bb_pos,sell,2025-11-27 22:33:00,970.0 -56201,sell_contrast_m10_bb_pos,sell,2025-11-27 22:36:00,971.0 -56202,sell_contrast_m10_bb_pos,sell,2025-11-27 22:39:00,973.0 -56203,sell_contrast_m10_bb_pos,sell,2025-11-27 23:00:00,973.0 -56204,sell_contrast_m10_bb_pos,sell,2025-11-27 23:03:00,973.0 -56205,sell_contrast_m10_bb_pos,sell,2025-11-27 23:06:00,971.0 -56206,sell_contrast_m10_bb_pos,sell,2025-11-27 23:09:00,973.0 -56207,sell_contrast_m10_bb_pos,sell,2025-11-27 23:12:00,972.0 -56208,sell_contrast_m10_bb_pos,sell,2025-11-27 23:15:00,972.0 -56209,sell_contrast_m10_bb_pos,sell,2025-11-27 23:18:00,973.0 -56210,sell_contrast_m10_bb_pos,sell,2025-11-27 23:21:00,972.0 -56211,sell_contrast_m10_bb_pos,sell,2025-11-27 23:24:00,972.0 -56212,sell_contrast_m10_bb_pos,sell,2025-11-27 23:27:00,975.0 -56213,sell_contrast_m10_bb_pos,sell,2025-11-28 00:42:00,978.0 -56214,sell_contrast_m10_bb_pos,sell,2025-11-28 00:45:00,979.0 -56215,sell_contrast_m10_bb_pos,sell,2025-11-28 00:48:00,980.0 -56216,sell_contrast_m10_bb_pos,sell,2025-11-28 01:12:00,983.0 -56217,sell_contrast_m10_bb_pos,sell,2025-11-28 01:15:00,989.0 -56218,sell_contrast_m10_bb_pos,sell,2025-11-28 01:18:00,987.0 -56219,sell_contrast_m10_bb_pos,sell,2025-11-28 01:51:00,989.0 -56220,sell_contrast_m10_bb_pos,sell,2025-11-28 01:54:00,993.0 -56221,sell_contrast_m10_bb_pos,sell,2025-11-28 01:57:00,994.0 -56222,sell_contrast_m10_bb_pos,sell,2025-11-28 02:00:00,991.0 -56223,sell_contrast_m10_bb_pos,sell,2025-11-28 02:03:00,991.0 -56224,sell_contrast_m10_bb_pos,sell,2025-11-28 02:06:00,990.0 -56225,sell_contrast_m10_bb_pos,sell,2025-11-28 02:09:00,991.0 -56226,sell_contrast_m10_bb_pos,sell,2025-11-28 02:12:00,991.0 -56227,sell_contrast_m10_bb_pos,sell,2025-11-28 02:15:00,990.0 -56228,sell_contrast_m10_bb_pos,sell,2025-11-28 02:18:00,990.0 -56229,sell_contrast_m10_bb_pos,sell,2025-11-28 04:00:00,995.0 -56230,sell_contrast_m10_bb_pos,sell,2025-11-28 04:03:00,997.0 -56231,sell_contrast_m10_bb_pos,sell,2025-11-28 04:06:00,997.0 -56232,sell_contrast_m10_bb_pos,sell,2025-11-28 04:09:00,998.0 -56233,sell_contrast_m10_bb_pos,sell,2025-11-28 04:12:00,997.0 -56234,sell_contrast_m10_bb_pos,sell,2025-11-28 04:15:00,998.0 -56235,sell_contrast_m10_bb_pos,sell,2025-11-28 04:18:00,998.0 -56236,sell_contrast_m10_bb_pos,sell,2025-11-28 04:21:00,998.0 -56237,sell_contrast_m10_bb_pos,sell,2025-11-28 04:24:00,995.0 -56238,sell_contrast_m10_bb_pos,sell,2025-11-28 04:27:00,994.0 -56239,sell_contrast_m10_bb_pos,sell,2025-11-28 17:12:00,967.0 -56240,sell_contrast_m10_bb_pos,sell,2025-11-28 17:15:00,969.0 -56241,sell_contrast_m10_bb_pos,sell,2025-11-28 17:18:00,967.0 -56242,sell_contrast_m10_bb_pos,sell,2025-11-28 18:21:00,984.0 -56243,sell_contrast_m10_bb_pos,sell,2025-11-28 18:24:00,986.0 -56244,sell_contrast_m10_bb_pos,sell,2025-11-28 18:27:00,989.0 -56245,sell_contrast_m10_bb_pos,sell,2025-11-28 18:30:00,986.0 -56246,sell_contrast_m10_bb_pos,sell,2025-11-28 18:33:00,985.0 -56247,sell_contrast_m10_bb_pos,sell,2025-11-28 18:36:00,985.0 -56248,sell_contrast_m10_bb_pos,sell,2025-11-28 18:39:00,985.0 -56249,sell_contrast_m10_bb_pos,sell,2025-11-28 22:42:00,975.0 -56250,sell_contrast_m10_bb_pos,sell,2025-11-28 22:45:00,975.0 -56251,sell_contrast_m10_bb_pos,sell,2025-11-28 22:48:00,983.0 -56252,sell_contrast_m10_bb_pos,sell,2025-11-28 23:12:00,982.0 -56253,sell_contrast_m10_bb_pos,sell,2025-11-28 23:15:00,981.0 -56254,sell_contrast_m10_bb_pos,sell,2025-11-28 23:18:00,983.0 -56255,sell_contrast_m10_bb_pos,sell,2025-11-28 23:21:00,981.0 -56256,sell_contrast_m10_bb_pos,sell,2025-11-28 23:24:00,984.0 -56257,sell_contrast_m10_bb_pos,sell,2025-11-28 23:27:00,989.0 -56258,sell_contrast_m10_bb_pos,sell,2025-11-28 23:30:00,985.0 -56259,sell_contrast_m10_bb_pos,sell,2025-11-28 23:33:00,984.0 -56260,sell_contrast_m10_bb_pos,sell,2025-11-28 23:36:00,982.0 -56261,sell_contrast_m10_bb_pos,sell,2025-11-28 23:39:00,980.0 -56262,sell_contrast_m10_bb_pos,sell,2025-11-29 00:21:00,987.0 -56263,sell_contrast_m10_bb_pos,sell,2025-11-29 00:24:00,988.0 -56264,sell_contrast_m10_bb_pos,sell,2025-11-29 00:27:00,991.0 -56265,sell_contrast_m10_bb_pos,sell,2025-11-29 04:51:00,972.0 -56266,sell_contrast_m10_bb_pos,sell,2025-11-29 04:54:00,972.0 -56267,sell_contrast_m10_bb_pos,sell,2025-11-29 04:57:00,971.0 -56268,sell_contrast_m10_bb_pos,sell,2025-11-29 05:00:00,971.0 -56269,sell_contrast_m10_bb_pos,sell,2025-11-29 05:03:00,970.0 -56270,sell_contrast_m10_bb_pos,sell,2025-11-29 05:06:00,968.0 -56271,sell_contrast_m10_bb_pos,sell,2025-11-29 05:21:00,973.0 -56272,sell_contrast_m10_bb_pos,sell,2025-11-29 05:24:00,974.0 -56273,sell_contrast_m10_bb_pos,sell,2025-11-29 05:27:00,973.0 -56274,sell_contrast_m10_bb_pos,sell,2025-11-29 05:30:00,972.0 -56275,sell_contrast_m10_bb_pos,sell,2025-11-29 05:33:00,972.0 -56276,sell_contrast_m10_bb_pos,sell,2025-11-29 05:36:00,971.0 -56277,sell_contrast_m10_bb_pos,sell,2025-11-29 05:39:00,971.0 -56278,sell_contrast_m10_bb_pos,sell,2025-11-29 08:12:00,975.0 -56279,sell_contrast_m10_bb_pos,sell,2025-11-29 08:15:00,974.0 -56280,sell_contrast_m10_bb_pos,sell,2025-11-29 08:18:00,975.0 -56281,sell_contrast_m10_bb_pos,sell,2025-11-29 08:42:00,974.0 -56282,sell_contrast_m10_bb_pos,sell,2025-11-29 08:45:00,973.0 -56283,sell_contrast_m10_bb_pos,sell,2025-11-29 08:48:00,974.0 -56284,sell_contrast_m10_bb_pos,sell,2025-11-29 20:42:00,962.0 -56285,sell_contrast_m10_bb_pos,sell,2025-11-29 20:45:00,965.0 -56286,sell_contrast_m10_bb_pos,sell,2025-11-29 20:48:00,964.0 -56287,sell_contrast_m10_bb_pos,sell,2025-11-30 18:42:00,945.0 -56288,sell_contrast_m10_bb_pos,sell,2025-11-30 18:45:00,944.0 -56289,sell_contrast_m10_bb_pos,sell,2025-11-30 18:48:00,944.0 -56290,sell_contrast_m10_bb_pos,sell,2025-11-30 18:51:00,945.0 -56291,sell_contrast_m10_bb_pos,sell,2025-11-30 18:54:00,944.0 -56292,sell_contrast_m10_bb_pos,sell,2025-11-30 18:57:00,945.0 -56293,sell_contrast_m10_bb_pos,sell,2025-11-30 19:12:00,944.0 -56294,sell_contrast_m10_bb_pos,sell,2025-11-30 19:15:00,945.0 -56295,sell_contrast_m10_bb_pos,sell,2025-11-30 19:18:00,945.0 -56296,sell_contrast_m10_bb_pos,sell,2025-11-30 21:51:00,946.0 -56297,sell_contrast_m10_bb_pos,sell,2025-11-30 21:54:00,946.0 -56298,sell_contrast_m10_bb_pos,sell,2025-11-30 21:57:00,947.0 -56299,sell_contrast_m10_bb_pos,sell,2025-11-30 22:42:00,953.0 -56300,sell_contrast_m10_bb_pos,sell,2025-11-30 22:45:00,953.0 -56301,sell_contrast_m10_bb_pos,sell,2025-11-30 22:48:00,952.0 -56302,sell_contrast_m10_bb_pos,sell,2025-11-30 23:00:00,954.0 -56303,sell_contrast_m10_bb_pos,sell,2025-11-30 23:03:00,953.0 -56304,sell_contrast_m10_bb_pos,sell,2025-11-30 23:06:00,952.0 -56305,sell_contrast_m10_bb_pos,sell,2025-11-30 23:09:00,949.0 -56306,sell_contrast_m10_bb_pos,sell,2025-12-01 03:42:00,952.0 -56307,sell_contrast_m10_bb_pos,sell,2025-12-01 03:45:00,952.0 -56308,sell_contrast_m10_bb_pos,sell,2025-12-01 03:48:00,953.0 -56309,sell_contrast_m10_bb_pos,sell,2025-12-01 04:12:00,955.0 -56310,sell_contrast_m10_bb_pos,sell,2025-12-01 04:15:00,955.0 -56311,sell_contrast_m10_bb_pos,sell,2025-12-01 04:18:00,955.0 -56312,sell_contrast_m10_bb_pos,sell,2025-12-01 04:30:00,956.0 -56313,sell_contrast_m10_bb_pos,sell,2025-12-01 04:33:00,955.0 -56314,sell_contrast_m10_bb_pos,sell,2025-12-01 04:36:00,954.0 -56315,sell_contrast_m10_bb_pos,sell,2025-12-01 04:39:00,954.0 -56316,sell_contrast_m10_bb_pos,sell,2025-12-01 05:21:00,958.0 -56317,sell_contrast_m10_bb_pos,sell,2025-12-01 05:24:00,957.0 -56318,sell_contrast_m10_bb_pos,sell,2025-12-01 05:27:00,958.0 -56319,sell_contrast_m10_bb_pos,sell,2025-12-01 07:21:00,958.0 -56320,sell_contrast_m10_bb_pos,sell,2025-12-01 07:24:00,958.0 -56321,sell_contrast_m10_bb_pos,sell,2025-12-01 07:27:00,956.0 -56322,sell_contrast_m10_bb_pos,sell,2025-12-01 15:00:00,869.0 -56323,sell_contrast_m10_bb_pos,sell,2025-12-01 15:03:00,875.0 -56324,sell_contrast_m10_bb_pos,sell,2025-12-01 15:06:00,872.0 -56325,sell_contrast_m10_bb_pos,sell,2025-12-01 15:09:00,872.0 -56326,sell_contrast_m10_bb_pos,sell,2025-12-01 15:21:00,871.0 -56327,sell_contrast_m10_bb_pos,sell,2025-12-01 15:24:00,869.0 -56328,sell_contrast_m10_bb_pos,sell,2025-12-01 15:27:00,867.0 -56329,sell_contrast_m10_bb_pos,sell,2025-12-01 15:42:00,868.0 -56330,sell_contrast_m10_bb_pos,sell,2025-12-01 15:45:00,868.0 -56331,sell_contrast_m10_bb_pos,sell,2025-12-01 15:48:00,869.0 -56332,sell_contrast_m10_bb_pos,sell,2025-12-02 05:42:00,848.0 -56333,sell_contrast_m10_bb_pos,sell,2025-12-02 05:45:00,851.0 -56334,sell_contrast_m10_bb_pos,sell,2025-12-02 05:48:00,851.0 -56335,sell_contrast_m10_bb_pos,sell,2025-12-02 06:00:00,851.0 -56336,sell_contrast_m10_bb_pos,sell,2025-12-02 06:03:00,851.0 -56337,sell_contrast_m10_bb_pos,sell,2025-12-02 06:06:00,853.0 -56338,sell_contrast_m10_bb_pos,sell,2025-12-02 06:09:00,856.0 -56339,sell_contrast_m10_bb_pos,sell,2025-12-02 06:21:00,858.0 -56340,sell_contrast_m10_bb_pos,sell,2025-12-02 06:24:00,859.0 -56341,sell_contrast_m10_bb_pos,sell,2025-12-02 06:27:00,862.0 -56342,sell_contrast_m10_bb_pos,sell,2025-12-02 06:51:00,862.0 -56343,sell_contrast_m10_bb_pos,sell,2025-12-02 06:54:00,862.0 -56344,sell_contrast_m10_bb_pos,sell,2025-12-02 06:57:00,862.0 -56345,sell_contrast_m10_bb_pos,sell,2025-12-02 07:00:00,862.0 -56346,sell_contrast_m10_bb_pos,sell,2025-12-02 07:03:00,864.0 -56347,sell_contrast_m10_bb_pos,sell,2025-12-02 07:06:00,866.0 -56348,sell_contrast_m10_bb_pos,sell,2025-12-02 07:09:00,865.0 -56349,sell_contrast_m10_bb_pos,sell,2025-12-02 07:12:00,865.0 -56350,sell_contrast_m10_bb_pos,sell,2025-12-02 07:15:00,861.0 -56351,sell_contrast_m10_bb_pos,sell,2025-12-02 07:18:00,862.0 -56352,sell_contrast_m10_bb_pos,sell,2025-12-02 15:30:00,862.0 -56353,sell_contrast_m10_bb_pos,sell,2025-12-02 15:33:00,863.0 -56354,sell_contrast_m10_bb_pos,sell,2025-12-02 15:36:00,862.0 -56355,sell_contrast_m10_bb_pos,sell,2025-12-02 15:39:00,861.0 -56356,sell_contrast_m10_bb_pos,sell,2025-12-02 16:21:00,862.0 -56357,sell_contrast_m10_bb_pos,sell,2025-12-02 16:24:00,863.0 -56358,sell_contrast_m10_bb_pos,sell,2025-12-02 16:27:00,861.0 -56359,sell_contrast_m10_bb_pos,sell,2025-12-02 19:51:00,858.0 -56360,sell_contrast_m10_bb_pos,sell,2025-12-02 19:54:00,862.0 -56361,sell_contrast_m10_bb_pos,sell,2025-12-02 19:57:00,861.0 -56362,sell_contrast_m10_bb_pos,sell,2025-12-02 20:21:00,861.0 -56363,sell_contrast_m10_bb_pos,sell,2025-12-02 20:24:00,861.0 -56364,sell_contrast_m10_bb_pos,sell,2025-12-02 20:27:00,862.0 -56365,sell_contrast_m10_bb_pos,sell,2025-12-02 20:42:00,863.0 -56366,sell_contrast_m10_bb_pos,sell,2025-12-02 20:45:00,865.0 -56367,sell_contrast_m10_bb_pos,sell,2025-12-02 20:48:00,865.0 -56368,sell_contrast_m10_bb_pos,sell,2025-12-02 21:00:00,866.0 -56369,sell_contrast_m10_bb_pos,sell,2025-12-02 21:03:00,868.0 -56370,sell_contrast_m10_bb_pos,sell,2025-12-02 21:06:00,870.0 -56371,sell_contrast_m10_bb_pos,sell,2025-12-02 21:09:00,870.0 -56372,sell_contrast_m10_bb_pos,sell,2025-12-02 22:21:00,872.0 -56373,sell_contrast_m10_bb_pos,sell,2025-12-02 22:24:00,871.0 -56374,sell_contrast_m10_bb_pos,sell,2025-12-02 22:27:00,873.0 -56375,sell_contrast_m10_bb_pos,sell,2025-12-02 22:30:00,872.0 -56376,sell_contrast_m10_bb_pos,sell,2025-12-02 22:33:00,872.0 -56377,sell_contrast_m10_bb_pos,sell,2025-12-02 22:36:00,872.0 -56378,sell_contrast_m10_bb_pos,sell,2025-12-02 22:39:00,873.0 -56379,sell_contrast_m10_bb_pos,sell,2025-12-02 22:42:00,873.0 -56380,sell_contrast_m10_bb_pos,sell,2025-12-02 22:45:00,873.0 -56381,sell_contrast_m10_bb_pos,sell,2025-12-02 22:48:00,875.0 -56382,sell_contrast_m10_bb_pos,sell,2025-12-03 01:12:00,979.0 -56383,sell_contrast_m10_bb_pos,sell,2025-12-03 01:15:00,966.0 -56384,sell_contrast_m10_bb_pos,sell,2025-12-03 01:18:00,971.0 -56385,sell_contrast_m10_bb_pos,sell,2025-12-03 11:21:00,941.0 -56386,sell_contrast_m10_bb_pos,sell,2025-12-03 11:24:00,942.0 -56387,sell_contrast_m10_bb_pos,sell,2025-12-03 11:27:00,943.0 -56388,sell_contrast_m10_bb_pos,sell,2025-12-03 11:42:00,940.0 -56389,sell_contrast_m10_bb_pos,sell,2025-12-03 11:45:00,941.0 -56390,sell_contrast_m10_bb_pos,sell,2025-12-03 11:48:00,940.0 -56391,sell_contrast_m10_bb_pos,sell,2025-12-03 11:51:00,940.0 -56392,sell_contrast_m10_bb_pos,sell,2025-12-03 11:54:00,939.0 -56393,sell_contrast_m10_bb_pos,sell,2025-12-03 11:57:00,941.0 -56394,sell_contrast_m10_bb_pos,sell,2025-12-03 12:21:00,944.0 -56395,sell_contrast_m10_bb_pos,sell,2025-12-03 12:24:00,943.0 -56396,sell_contrast_m10_bb_pos,sell,2025-12-03 12:27:00,945.0 -56397,sell_contrast_m10_bb_pos,sell,2025-12-03 12:30:00,945.0 -56398,sell_contrast_m10_bb_pos,sell,2025-12-03 12:33:00,943.0 -56399,sell_contrast_m10_bb_pos,sell,2025-12-03 12:36:00,943.0 -56400,sell_contrast_m10_bb_pos,sell,2025-12-03 12:39:00,942.0 -56401,sell_contrast_m10_bb_pos,sell,2025-12-03 14:21:00,950.0 -56402,sell_contrast_m10_bb_pos,sell,2025-12-03 14:24:00,951.0 -56403,sell_contrast_m10_bb_pos,sell,2025-12-03 14:27:00,950.0 -56404,sell_contrast_m10_bb_pos,sell,2025-12-03 14:30:00,951.0 -56405,sell_contrast_m10_bb_pos,sell,2025-12-03 14:33:00,950.0 -56406,sell_contrast_m10_bb_pos,sell,2025-12-03 14:36:00,950.0 -56407,sell_contrast_m10_bb_pos,sell,2025-12-03 14:39:00,950.0 -56408,sell_contrast_m10_bb_pos,sell,2025-12-03 14:42:00,950.0 -56409,sell_contrast_m10_bb_pos,sell,2025-12-03 14:45:00,950.0 -56410,sell_contrast_m10_bb_pos,sell,2025-12-03 14:48:00,948.0 -56411,sell_contrast_m10_bb_pos,sell,2025-12-03 15:21:00,954.0 -56412,sell_contrast_m10_bb_pos,sell,2025-12-03 15:24:00,954.0 -56413,sell_contrast_m10_bb_pos,sell,2025-12-03 15:27:00,952.0 -56414,sell_contrast_m10_bb_pos,sell,2025-12-04 03:00:00,941.0 -56415,sell_contrast_m10_bb_pos,sell,2025-12-04 03:03:00,942.0 -56416,sell_contrast_m10_bb_pos,sell,2025-12-04 03:06:00,941.0 -56417,sell_contrast_m10_bb_pos,sell,2025-12-04 03:09:00,940.0 -56418,sell_contrast_m10_bb_pos,sell,2025-12-04 07:12:00,943.0 -56419,sell_contrast_m10_bb_pos,sell,2025-12-04 07:15:00,946.0 -56420,sell_contrast_m10_bb_pos,sell,2025-12-04 07:18:00,944.0 -56421,sell_contrast_m10_bb_pos,sell,2025-12-04 07:30:00,943.0 -56422,sell_contrast_m10_bb_pos,sell,2025-12-04 07:33:00,942.0 -56423,sell_contrast_m10_bb_pos,sell,2025-12-04 07:36:00,943.0 -56424,sell_contrast_m10_bb_pos,sell,2025-12-04 07:39:00,944.0 -56425,sell_contrast_m10_bb_pos,sell,2025-12-04 07:42:00,942.0 -56426,sell_contrast_m10_bb_pos,sell,2025-12-04 07:45:00,943.0 -56427,sell_contrast_m10_bb_pos,sell,2025-12-04 07:48:00,947.0 -56428,sell_contrast_m10_bb_pos,sell,2025-12-04 08:21:00,947.0 -56429,sell_contrast_m10_bb_pos,sell,2025-12-04 08:24:00,947.0 -56430,sell_contrast_m10_bb_pos,sell,2025-12-04 08:27:00,946.0 -56431,sell_contrast_m10_bb_pos,sell,2025-12-04 10:21:00,949.0 -56432,sell_contrast_m10_bb_pos,sell,2025-12-04 10:24:00,949.0 -56433,sell_contrast_m10_bb_pos,sell,2025-12-04 10:27:00,951.0 -56434,sell_contrast_m10_bb_pos,sell,2025-12-04 10:30:00,950.0 -56435,sell_contrast_m10_bb_pos,sell,2025-12-04 10:33:00,951.0 -56436,sell_contrast_m10_bb_pos,sell,2025-12-04 10:36:00,951.0 -56437,sell_contrast_m10_bb_pos,sell,2025-12-04 10:39:00,951.0 -56438,sell_contrast_m10_bb_pos,sell,2025-12-04 10:42:00,951.0 -56439,sell_contrast_m10_bb_pos,sell,2025-12-04 10:45:00,951.0 -56440,sell_contrast_m10_bb_pos,sell,2025-12-04 10:48:00,948.0 -56441,sell_contrast_m10_bb_pos,sell,2025-12-04 11:30:00,951.0 -56442,sell_contrast_m10_bb_pos,sell,2025-12-04 11:33:00,950.0 -56443,sell_contrast_m10_bb_pos,sell,2025-12-04 11:36:00,952.0 -56444,sell_contrast_m10_bb_pos,sell,2025-12-04 11:39:00,952.0 -56445,sell_contrast_m10_bb_pos,sell,2025-12-04 11:42:00,951.0 -56446,sell_contrast_m10_bb_pos,sell,2025-12-04 11:45:00,953.0 -56447,sell_contrast_m10_bb_pos,sell,2025-12-04 11:48:00,952.0 -56448,sell_contrast_m10_bb_pos,sell,2025-12-04 11:51:00,953.0 -56449,sell_contrast_m10_bb_pos,sell,2025-12-04 11:54:00,952.0 -56450,sell_contrast_m10_bb_pos,sell,2025-12-04 11:57:00,951.0 -56451,sell_contrast_m10_bb_pos,sell,2025-12-04 15:42:00,955.0 -56452,sell_contrast_m10_bb_pos,sell,2025-12-04 15:45:00,953.0 -56453,sell_contrast_m10_bb_pos,sell,2025-12-04 15:48:00,952.0 -56454,sell_contrast_m10_bb_pos,sell,2025-12-05 00:21:00,945.0 -56455,sell_contrast_m10_bb_pos,sell,2025-12-05 00:24:00,944.0 -56456,sell_contrast_m10_bb_pos,sell,2025-12-05 00:27:00,940.0 -56457,sell_contrast_m10_bb_pos,sell,2025-12-05 01:30:00,951.0 -56458,sell_contrast_m10_bb_pos,sell,2025-12-05 01:33:00,949.0 -56459,sell_contrast_m10_bb_pos,sell,2025-12-05 01:36:00,948.0 -56460,sell_contrast_m10_bb_pos,sell,2025-12-05 01:39:00,946.0 -56461,sell_contrast_m10_bb_pos,sell,2025-12-05 16:21:00,920.0 -56462,sell_contrast_m10_bb_pos,sell,2025-12-05 16:24:00,922.0 -56463,sell_contrast_m10_bb_pos,sell,2025-12-05 16:27:00,921.0 -56464,sell_contrast_m10_bb_pos,sell,2025-12-05 16:30:00,920.0 -56465,sell_contrast_m10_bb_pos,sell,2025-12-05 16:33:00,920.0 -56466,sell_contrast_m10_bb_pos,sell,2025-12-05 16:36:00,920.0 -56467,sell_contrast_m10_bb_pos,sell,2025-12-05 16:39:00,920.0 -56468,sell_contrast_m10_bb_pos,sell,2025-12-05 16:42:00,918.0 -56469,sell_contrast_m10_bb_pos,sell,2025-12-05 16:45:00,919.0 -56470,sell_contrast_m10_bb_pos,sell,2025-12-05 16:48:00,919.0 -56471,sell_contrast_m10_bb_pos,sell,2025-12-05 17:00:00,922.0 -56472,sell_contrast_m10_bb_pos,sell,2025-12-05 17:03:00,921.0 -56473,sell_contrast_m10_bb_pos,sell,2025-12-05 17:06:00,919.0 -56474,sell_contrast_m10_bb_pos,sell,2025-12-05 17:09:00,918.0 -56475,sell_contrast_m10_bb_pos,sell,2025-12-06 07:42:00,857.0 -56476,sell_contrast_m10_bb_pos,sell,2025-12-06 07:45:00,860.0 -56477,sell_contrast_m10_bb_pos,sell,2025-12-06 07:48:00,861.0 -56478,sell_contrast_m10_bb_pos,sell,2025-12-06 08:00:00,858.0 -56479,sell_contrast_m10_bb_pos,sell,2025-12-06 08:03:00,857.0 -56480,sell_contrast_m10_bb_pos,sell,2025-12-06 08:06:00,855.0 -56481,sell_contrast_m10_bb_pos,sell,2025-12-06 08:09:00,851.0 -56482,sell_contrast_m10_bb_pos,sell,2025-12-06 08:42:00,860.0 -56483,sell_contrast_m10_bb_pos,sell,2025-12-06 08:45:00,858.0 -56484,sell_contrast_m10_bb_pos,sell,2025-12-06 08:48:00,860.0 -56485,sell_contrast_m10_bb_pos,sell,2025-12-06 08:51:00,861.0 -56486,sell_contrast_m10_bb_pos,sell,2025-12-06 08:54:00,861.0 -56487,sell_contrast_m10_bb_pos,sell,2025-12-06 08:57:00,862.0 -56488,sell_contrast_m10_bb_pos,sell,2025-12-06 09:00:00,860.0 -56489,sell_contrast_m10_bb_pos,sell,2025-12-06 09:03:00,858.0 -56490,sell_contrast_m10_bb_pos,sell,2025-12-06 09:06:00,860.0 -56491,sell_contrast_m10_bb_pos,sell,2025-12-06 09:09:00,861.0 -56492,sell_contrast_m10_bb_pos,sell,2025-12-06 09:12:00,859.0 -56493,sell_contrast_m10_bb_pos,sell,2025-12-06 09:15:00,861.0 -56494,sell_contrast_m10_bb_pos,sell,2025-12-06 09:18:00,862.0 -56495,sell_contrast_m10_bb_pos,sell,2025-12-06 09:51:00,863.0 -56496,sell_contrast_m10_bb_pos,sell,2025-12-06 09:54:00,864.0 -56497,sell_contrast_m10_bb_pos,sell,2025-12-06 09:57:00,864.0 -56498,sell_contrast_m10_bb_pos,sell,2025-12-06 10:00:00,865.0 -56499,sell_contrast_m10_bb_pos,sell,2025-12-06 10:03:00,865.0 -56500,sell_contrast_m10_bb_pos,sell,2025-12-06 10:06:00,864.0 -56501,sell_contrast_m10_bb_pos,sell,2025-12-06 10:09:00,866.0 -56502,sell_contrast_m10_bb_pos,sell,2025-12-06 10:12:00,866.0 -56503,sell_contrast_m10_bb_pos,sell,2025-12-06 10:15:00,866.0 -56504,sell_contrast_m10_bb_pos,sell,2025-12-06 10:18:00,869.0 -56505,sell_contrast_m10_bb_pos,sell,2025-12-06 10:21:00,869.0 -56506,sell_contrast_m10_bb_pos,sell,2025-12-06 10:24:00,869.0 -56507,sell_contrast_m10_bb_pos,sell,2025-12-06 10:27:00,869.0 -56508,sell_contrast_m10_bb_pos,sell,2025-12-06 10:30:00,867.0 -56509,sell_contrast_m10_bb_pos,sell,2025-12-06 10:33:00,862.0 -56510,sell_contrast_m10_bb_pos,sell,2025-12-06 10:36:00,864.0 -56511,sell_contrast_m10_bb_pos,sell,2025-12-06 10:39:00,863.0 -56512,sell_contrast_m10_bb_pos,sell,2025-12-06 12:42:00,867.0 -56513,sell_contrast_m10_bb_pos,sell,2025-12-06 12:45:00,867.0 -56514,sell_contrast_m10_bb_pos,sell,2025-12-06 12:48:00,867.0 -56515,sell_contrast_m10_bb_pos,sell,2025-12-06 16:00:00,867.0 -56516,sell_contrast_m10_bb_pos,sell,2025-12-06 16:03:00,867.0 -56517,sell_contrast_m10_bb_pos,sell,2025-12-06 16:06:00,868.0 -56518,sell_contrast_m10_bb_pos,sell,2025-12-06 16:09:00,867.0 -56519,sell_contrast_m10_bb_pos,sell,2025-12-06 16:12:00,867.0 -56520,sell_contrast_m10_bb_pos,sell,2025-12-06 16:15:00,867.0 -56521,sell_contrast_m10_bb_pos,sell,2025-12-06 16:18:00,866.0 -56522,sell_contrast_m10_bb_pos,sell,2025-12-06 16:21:00,867.0 -56523,sell_contrast_m10_bb_pos,sell,2025-12-06 16:24:00,868.0 -56524,sell_contrast_m10_bb_pos,sell,2025-12-06 16:27:00,867.0 -56525,sell_contrast_m10_bb_pos,sell,2025-12-06 16:30:00,867.0 -56526,sell_contrast_m10_bb_pos,sell,2025-12-06 16:33:00,866.0 -56527,sell_contrast_m10_bb_pos,sell,2025-12-06 16:36:00,865.0 -56528,sell_contrast_m10_bb_pos,sell,2025-12-06 16:39:00,865.0 -56529,sell_contrast_m10_bb_pos,sell,2025-12-06 21:30:00,865.0 -56530,sell_contrast_m10_bb_pos,sell,2025-12-06 21:33:00,865.0 -56531,sell_contrast_m10_bb_pos,sell,2025-12-06 21:36:00,866.0 -56532,sell_contrast_m10_bb_pos,sell,2025-12-06 21:39:00,865.0 -56533,sell_contrast_m10_bb_pos,sell,2025-12-06 21:42:00,865.0 -56534,sell_contrast_m10_bb_pos,sell,2025-12-06 21:45:00,865.0 -56535,sell_contrast_m10_bb_pos,sell,2025-12-06 21:48:00,863.0 -56536,sell_contrast_m10_bb_pos,sell,2025-12-06 23:42:00,865.0 -56537,sell_contrast_m10_bb_pos,sell,2025-12-06 23:45:00,866.0 -56538,sell_contrast_m10_bb_pos,sell,2025-12-06 23:48:00,867.0 -56539,sell_contrast_m10_bb_pos,sell,2025-12-07 00:00:00,867.0 -56540,sell_contrast_m10_bb_pos,sell,2025-12-07 00:03:00,865.0 -56541,sell_contrast_m10_bb_pos,sell,2025-12-07 00:06:00,865.0 -56542,sell_contrast_m10_bb_pos,sell,2025-12-07 00:09:00,865.0 -56543,sell_contrast_m10_bb_pos,sell,2025-12-07 03:30:00,868.0 -56544,sell_contrast_m10_bb_pos,sell,2025-12-07 03:33:00,868.0 -56545,sell_contrast_m10_bb_pos,sell,2025-12-07 03:36:00,867.0 -56546,sell_contrast_m10_bb_pos,sell,2025-12-07 03:39:00,866.0 -56547,sell_contrast_m10_bb_pos,sell,2025-12-07 07:21:00,867.0 -56548,sell_contrast_m10_bb_pos,sell,2025-12-07 07:24:00,867.0 -56549,sell_contrast_m10_bb_pos,sell,2025-12-07 07:27:00,866.0 -56550,sell_contrast_m10_bb_pos,sell,2025-12-07 09:21:00,867.0 -56551,sell_contrast_m10_bb_pos,sell,2025-12-07 09:24:00,867.0 -56552,sell_contrast_m10_bb_pos,sell,2025-12-07 09:27:00,865.0 -56553,sell_contrast_m10_bb_pos,sell,2025-12-07 14:51:00,869.0 -56554,sell_contrast_m10_bb_pos,sell,2025-12-07 14:54:00,869.0 -56555,sell_contrast_m10_bb_pos,sell,2025-12-07 14:57:00,869.0 -56556,sell_contrast_m10_bb_pos,sell,2025-12-07 15:42:00,872.0 -56557,sell_contrast_m10_bb_pos,sell,2025-12-07 15:45:00,871.0 -56558,sell_contrast_m10_bb_pos,sell,2025-12-07 15:48:00,872.0 -56559,sell_contrast_m10_bb_pos,sell,2025-12-07 16:00:00,872.0 -56560,sell_contrast_m10_bb_pos,sell,2025-12-07 16:03:00,872.0 -56561,sell_contrast_m10_bb_pos,sell,2025-12-07 16:06:00,872.0 -56562,sell_contrast_m10_bb_pos,sell,2025-12-07 16:09:00,871.0 -56563,sell_contrast_m10_bb_pos,sell,2025-12-07 20:42:00,870.0 -56564,sell_contrast_m10_bb_pos,sell,2025-12-07 20:45:00,872.0 -56565,sell_contrast_m10_bb_pos,sell,2025-12-07 20:48:00,873.0 -56566,sell_contrast_m10_bb_pos,sell,2025-12-08 03:00:00,877.0 -56567,sell_contrast_m10_bb_pos,sell,2025-12-08 03:03:00,880.0 -56568,sell_contrast_m10_bb_pos,sell,2025-12-08 03:06:00,879.0 -56569,sell_contrast_m10_bb_pos,sell,2025-12-08 03:09:00,880.0 -56570,sell_contrast_m10_bb_pos,sell,2025-12-08 03:12:00,881.0 -56571,sell_contrast_m10_bb_pos,sell,2025-12-08 03:15:00,880.0 -56572,sell_contrast_m10_bb_pos,sell,2025-12-08 03:18:00,882.0 -56573,sell_contrast_m10_bb_pos,sell,2025-12-08 03:21:00,880.0 -56574,sell_contrast_m10_bb_pos,sell,2025-12-08 03:24:00,880.0 -56575,sell_contrast_m10_bb_pos,sell,2025-12-08 03:27:00,884.0 -56576,sell_contrast_m10_bb_pos,sell,2025-12-08 03:30:00,884.0 -56577,sell_contrast_m10_bb_pos,sell,2025-12-08 03:33:00,885.0 -56578,sell_contrast_m10_bb_pos,sell,2025-12-08 03:36:00,886.0 -56579,sell_contrast_m10_bb_pos,sell,2025-12-08 03:39:00,886.0 -56580,sell_contrast_m10_bb_pos,sell,2025-12-08 03:42:00,884.0 -56581,sell_contrast_m10_bb_pos,sell,2025-12-08 03:45:00,883.0 -56582,sell_contrast_m10_bb_pos,sell,2025-12-08 03:48:00,883.0 -56583,sell_contrast_m10_bb_pos,sell,2025-12-08 10:21:00,851.0 -56584,sell_contrast_m10_bb_pos,sell,2025-12-08 10:24:00,851.0 -56585,sell_contrast_m10_bb_pos,sell,2025-12-08 10:27:00,855.0 -56586,sell_contrast_m10_bb_pos,sell,2025-12-08 10:51:00,862.0 -56587,sell_contrast_m10_bb_pos,sell,2025-12-08 10:54:00,861.0 -56588,sell_contrast_m10_bb_pos,sell,2025-12-08 10:57:00,858.0 -56589,sell_contrast_m10_bb_pos,sell,2025-12-08 14:21:00,865.0 -56590,sell_contrast_m10_bb_pos,sell,2025-12-08 14:24:00,865.0 -56591,sell_contrast_m10_bb_pos,sell,2025-12-08 14:27:00,866.0 -56592,sell_contrast_m10_bb_pos,sell,2025-12-08 14:30:00,865.0 -56593,sell_contrast_m10_bb_pos,sell,2025-12-08 14:33:00,866.0 -56594,sell_contrast_m10_bb_pos,sell,2025-12-08 14:36:00,869.0 -56595,sell_contrast_m10_bb_pos,sell,2025-12-08 14:39:00,866.0 -56596,sell_contrast_m10_bb_pos,sell,2025-12-08 14:42:00,867.0 -56597,sell_contrast_m10_bb_pos,sell,2025-12-08 14:45:00,866.0 -56598,sell_contrast_m10_bb_pos,sell,2025-12-08 14:48:00,867.0 -56599,sell_contrast_m10_bb_pos,sell,2025-12-08 14:51:00,867.0 -56600,sell_contrast_m10_bb_pos,sell,2025-12-08 14:54:00,865.0 -56601,sell_contrast_m10_bb_pos,sell,2025-12-08 14:57:00,865.0 -56602,sell_contrast_m10_bb_pos,sell,2025-12-08 15:21:00,866.0 -56603,sell_contrast_m10_bb_pos,sell,2025-12-08 15:24:00,865.0 -56604,sell_contrast_m10_bb_pos,sell,2025-12-08 15:27:00,864.0 -56605,sell_contrast_m10_bb_pos,sell,2025-12-08 15:42:00,869.0 -56606,sell_contrast_m10_bb_pos,sell,2025-12-08 15:45:00,869.0 -56607,sell_contrast_m10_bb_pos,sell,2025-12-08 15:48:00,871.0 -56608,sell_contrast_m10_bb_pos,sell,2025-12-08 16:00:00,871.0 -56609,sell_contrast_m10_bb_pos,sell,2025-12-08 16:03:00,870.0 -56610,sell_contrast_m10_bb_pos,sell,2025-12-08 16:06:00,870.0 -56611,sell_contrast_m10_bb_pos,sell,2025-12-08 16:09:00,869.0 -56612,sell_contrast_m10_bb_pos,sell,2025-12-08 16:42:00,872.0 -56613,sell_contrast_m10_bb_pos,sell,2025-12-08 16:45:00,871.0 -56614,sell_contrast_m10_bb_pos,sell,2025-12-08 16:48:00,870.0 -56615,sell_contrast_m10_bb_pos,sell,2025-12-08 17:21:00,873.0 -56616,sell_contrast_m10_bb_pos,sell,2025-12-08 17:24:00,873.0 -56617,sell_contrast_m10_bb_pos,sell,2025-12-08 17:27:00,872.0 -56618,sell_contrast_m10_bb_pos,sell,2025-12-08 17:30:00,874.0 -56619,sell_contrast_m10_bb_pos,sell,2025-12-08 17:33:00,873.0 -56620,sell_contrast_m10_bb_pos,sell,2025-12-08 17:36:00,872.0 -56621,sell_contrast_m10_bb_pos,sell,2025-12-08 17:39:00,872.0 -56622,sell_contrast_m10_bb_pos,sell,2025-12-08 18:21:00,878.0 -56623,sell_contrast_m10_bb_pos,sell,2025-12-08 18:24:00,878.0 -56624,sell_contrast_m10_bb_pos,sell,2025-12-08 18:27:00,878.0 -56625,sell_contrast_m10_bb_pos,sell,2025-12-08 19:12:00,880.0 -56626,sell_contrast_m10_bb_pos,sell,2025-12-08 19:15:00,879.0 -56627,sell_contrast_m10_bb_pos,sell,2025-12-08 19:18:00,880.0 -56628,sell_contrast_m10_bb_pos,sell,2025-12-08 19:42:00,880.0 -56629,sell_contrast_m10_bb_pos,sell,2025-12-08 19:45:00,880.0 -56630,sell_contrast_m10_bb_pos,sell,2025-12-08 19:48:00,881.0 -56631,sell_contrast_m10_bb_pos,sell,2025-12-08 22:00:00,882.0 -56632,sell_contrast_m10_bb_pos,sell,2025-12-08 22:03:00,882.0 -56633,sell_contrast_m10_bb_pos,sell,2025-12-08 22:06:00,882.0 -56634,sell_contrast_m10_bb_pos,sell,2025-12-08 22:09:00,883.0 -56635,sell_contrast_m10_bb_pos,sell,2025-12-09 00:00:00,885.0 -56636,sell_contrast_m10_bb_pos,sell,2025-12-09 00:03:00,884.0 -56637,sell_contrast_m10_bb_pos,sell,2025-12-09 00:06:00,887.0 -56638,sell_contrast_m10_bb_pos,sell,2025-12-09 00:09:00,884.0 -56639,sell_contrast_m10_bb_pos,sell,2025-12-09 01:30:00,888.0 -56640,sell_contrast_m10_bb_pos,sell,2025-12-09 01:33:00,895.0 -56641,sell_contrast_m10_bb_pos,sell,2025-12-09 01:36:00,894.0 -56642,sell_contrast_m10_bb_pos,sell,2025-12-09 01:39:00,895.0 -56643,sell_contrast_m10_bb_pos,sell,2025-12-09 06:21:00,892.0 -56644,sell_contrast_m10_bb_pos,sell,2025-12-09 06:24:00,890.0 -56645,sell_contrast_m10_bb_pos,sell,2025-12-09 06:27:00,887.0 -56646,sell_contrast_m10_bb_pos,sell,2025-12-09 06:30:00,890.0 -56647,sell_contrast_m10_bb_pos,sell,2025-12-09 06:33:00,893.0 -56648,sell_contrast_m10_bb_pos,sell,2025-12-09 06:36:00,892.0 -56649,sell_contrast_m10_bb_pos,sell,2025-12-09 06:39:00,893.0 -56650,sell_contrast_m10_bb_pos,sell,2025-12-09 07:12:00,903.0 -56651,sell_contrast_m10_bb_pos,sell,2025-12-09 07:15:00,904.0 -56652,sell_contrast_m10_bb_pos,sell,2025-12-09 07:18:00,907.0 -56653,sell_contrast_m10_bb_pos,sell,2025-12-09 08:00:00,911.0 -56654,sell_contrast_m10_bb_pos,sell,2025-12-09 08:03:00,915.0 -56655,sell_contrast_m10_bb_pos,sell,2025-12-09 08:06:00,909.0 -56656,sell_contrast_m10_bb_pos,sell,2025-12-09 08:09:00,910.0 -56657,sell_contrast_m10_bb_pos,sell,2025-12-09 08:12:00,910.0 -56658,sell_contrast_m10_bb_pos,sell,2025-12-09 08:15:00,912.0 -56659,sell_contrast_m10_bb_pos,sell,2025-12-09 08:18:00,915.0 -56660,sell_contrast_m10_bb_pos,sell,2025-12-09 08:21:00,906.0 -56661,sell_contrast_m10_bb_pos,sell,2025-12-09 08:24:00,903.0 -56662,sell_contrast_m10_bb_pos,sell,2025-12-09 08:27:00,904.0 -56663,sell_contrast_m10_bb_pos,sell,2025-12-09 08:42:00,913.0 -56664,sell_contrast_m10_bb_pos,sell,2025-12-09 08:45:00,913.0 -56665,sell_contrast_m10_bb_pos,sell,2025-12-09 08:48:00,911.0 -56666,sell_contrast_m10_bb_pos,sell,2025-12-09 09:21:00,916.0 -56667,sell_contrast_m10_bb_pos,sell,2025-12-09 09:24:00,913.0 -56668,sell_contrast_m10_bb_pos,sell,2025-12-09 09:27:00,911.0 -56669,sell_contrast_m10_bb_pos,sell,2025-12-09 13:30:00,915.0 -56670,sell_contrast_m10_bb_pos,sell,2025-12-09 13:33:00,908.0 -56671,sell_contrast_m10_bb_pos,sell,2025-12-09 13:36:00,906.0 -56672,sell_contrast_m10_bb_pos,sell,2025-12-09 13:39:00,908.0 -56673,sell_contrast_m10_bb_pos,sell,2025-12-09 21:00:00,888.0 -56674,sell_contrast_m10_bb_pos,sell,2025-12-09 21:03:00,888.0 -56675,sell_contrast_m10_bb_pos,sell,2025-12-09 21:06:00,888.0 -56676,sell_contrast_m10_bb_pos,sell,2025-12-09 21:09:00,891.0 -56677,sell_contrast_m10_bb_pos,sell,2025-12-09 22:00:00,901.0 -56678,sell_contrast_m10_bb_pos,sell,2025-12-09 22:03:00,907.0 -56679,sell_contrast_m10_bb_pos,sell,2025-12-09 22:06:00,904.0 -56680,sell_contrast_m10_bb_pos,sell,2025-12-09 22:09:00,901.0 -56681,sell_contrast_m10_bb_pos,sell,2025-12-09 22:12:00,902.0 -56682,sell_contrast_m10_bb_pos,sell,2025-12-09 22:15:00,903.0 -56683,sell_contrast_m10_bb_pos,sell,2025-12-09 22:18:00,907.0 -56684,sell_contrast_m10_bb_pos,sell,2025-12-09 22:21:00,901.0 -56685,sell_contrast_m10_bb_pos,sell,2025-12-09 22:24:00,901.0 -56686,sell_contrast_m10_bb_pos,sell,2025-12-09 22:27:00,904.0 -56687,sell_contrast_m10_bb_pos,sell,2025-12-10 00:12:00,907.0 -56688,sell_contrast_m10_bb_pos,sell,2025-12-10 00:15:00,908.0 -56689,sell_contrast_m10_bb_pos,sell,2025-12-10 00:18:00,908.0 -56690,sell_contrast_m10_bb_pos,sell,2025-12-10 00:21:00,910.0 -56691,sell_contrast_m10_bb_pos,sell,2025-12-10 00:24:00,907.0 -56692,sell_contrast_m10_bb_pos,sell,2025-12-10 00:27:00,909.0 -56693,sell_contrast_m10_bb_pos,sell,2025-12-10 02:00:00,941.0 -56694,sell_contrast_m10_bb_pos,sell,2025-12-10 02:03:00,940.0 -56695,sell_contrast_m10_bb_pos,sell,2025-12-10 02:06:00,945.0 -56696,sell_contrast_m10_bb_pos,sell,2025-12-10 02:09:00,946.0 -56697,sell_contrast_m10_bb_pos,sell,2025-12-10 02:12:00,945.0 -56698,sell_contrast_m10_bb_pos,sell,2025-12-10 02:15:00,945.0 -56699,sell_contrast_m10_bb_pos,sell,2025-12-10 02:18:00,942.0 -56700,sell_contrast_m10_bb_pos,sell,2025-12-10 08:51:00,944.0 -56701,sell_contrast_m10_bb_pos,sell,2025-12-10 08:54:00,943.0 -56702,sell_contrast_m10_bb_pos,sell,2025-12-10 08:57:00,942.0 -56703,sell_contrast_m10_bb_pos,sell,2025-12-10 14:21:00,936.0 -56704,sell_contrast_m10_bb_pos,sell,2025-12-10 14:24:00,935.0 -56705,sell_contrast_m10_bb_pos,sell,2025-12-10 14:27:00,935.0 -56706,sell_contrast_m10_bb_pos,sell,2025-12-10 14:30:00,935.0 -56707,sell_contrast_m10_bb_pos,sell,2025-12-10 14:33:00,932.0 -56708,sell_contrast_m10_bb_pos,sell,2025-12-10 14:36:00,935.0 -56709,sell_contrast_m10_bb_pos,sell,2025-12-10 14:39:00,934.0 -56710,sell_contrast_m10_bb_pos,sell,2025-12-10 15:21:00,935.0 -56711,sell_contrast_m10_bb_pos,sell,2025-12-10 15:24:00,935.0 -56712,sell_contrast_m10_bb_pos,sell,2025-12-10 15:27:00,937.0 -56713,sell_contrast_m10_bb_pos,sell,2025-12-10 15:51:00,938.0 -56714,sell_contrast_m10_bb_pos,sell,2025-12-10 15:54:00,937.0 -56715,sell_contrast_m10_bb_pos,sell,2025-12-10 15:57:00,937.0 -56716,sell_contrast_m10_bb_pos,sell,2025-12-10 16:00:00,939.0 -56717,sell_contrast_m10_bb_pos,sell,2025-12-10 16:03:00,938.0 -56718,sell_contrast_m10_bb_pos,sell,2025-12-10 16:06:00,938.0 -56719,sell_contrast_m10_bb_pos,sell,2025-12-10 16:09:00,934.0 -56720,sell_contrast_m10_bb_pos,sell,2025-12-10 21:12:00,928.0 -56721,sell_contrast_m10_bb_pos,sell,2025-12-10 21:15:00,928.0 -56722,sell_contrast_m10_bb_pos,sell,2025-12-10 21:18:00,928.0 -56723,sell_contrast_m10_bb_pos,sell,2025-12-10 21:51:00,930.0 -56724,sell_contrast_m10_bb_pos,sell,2025-12-10 21:54:00,930.0 -56725,sell_contrast_m10_bb_pos,sell,2025-12-10 21:57:00,932.0 -56726,sell_contrast_m10_bb_pos,sell,2025-12-10 22:12:00,930.0 -56727,sell_contrast_m10_bb_pos,sell,2025-12-10 22:15:00,931.0 -56728,sell_contrast_m10_bb_pos,sell,2025-12-10 22:18:00,930.0 -56729,sell_contrast_m10_bb_pos,sell,2025-12-10 22:30:00,933.0 -56730,sell_contrast_m10_bb_pos,sell,2025-12-10 22:33:00,932.0 -56731,sell_contrast_m10_bb_pos,sell,2025-12-10 22:36:00,933.0 -56732,sell_contrast_m10_bb_pos,sell,2025-12-10 22:39:00,935.0 -56733,sell_contrast_m10_bb_pos,sell,2025-12-10 22:42:00,933.0 -56734,sell_contrast_m10_bb_pos,sell,2025-12-10 22:45:00,935.0 -56735,sell_contrast_m10_bb_pos,sell,2025-12-10 22:48:00,937.0 -56736,sell_contrast_m10_bb_pos,sell,2025-12-10 22:51:00,933.0 -56737,sell_contrast_m10_bb_pos,sell,2025-12-10 22:54:00,934.0 -56738,sell_contrast_m10_bb_pos,sell,2025-12-10 22:57:00,934.0 -56739,sell_contrast_m10_bb_pos,sell,2025-12-10 23:00:00,935.0 -56740,sell_contrast_m10_bb_pos,sell,2025-12-10 23:03:00,935.0 -56741,sell_contrast_m10_bb_pos,sell,2025-12-10 23:06:00,935.0 -56742,sell_contrast_m10_bb_pos,sell,2025-12-10 23:09:00,937.0 -56743,sell_contrast_m10_bb_pos,sell,2025-12-10 23:21:00,938.0 -56744,sell_contrast_m10_bb_pos,sell,2025-12-10 23:24:00,939.0 -56745,sell_contrast_m10_bb_pos,sell,2025-12-10 23:27:00,937.0 -56746,sell_contrast_m10_bb_pos,sell,2025-12-10 23:42:00,940.0 -56747,sell_contrast_m10_bb_pos,sell,2025-12-10 23:45:00,936.0 -56748,sell_contrast_m10_bb_pos,sell,2025-12-10 23:48:00,935.0 -56749,sell_contrast_m10_bb_pos,sell,2025-12-11 03:51:00,938.0 -56750,sell_contrast_m10_bb_pos,sell,2025-12-11 03:54:00,935.0 -56751,sell_contrast_m10_bb_pos,sell,2025-12-11 03:57:00,932.0 -56752,sell_contrast_m10_bb_pos,sell,2025-12-11 04:21:00,947.0 -56753,sell_contrast_m10_bb_pos,sell,2025-12-11 04:24:00,946.0 -56754,sell_contrast_m10_bb_pos,sell,2025-12-11 04:27:00,940.0 -56755,sell_contrast_m10_bb_pos,sell,2025-12-11 05:00:00,950.0 -56756,sell_contrast_m10_bb_pos,sell,2025-12-11 05:03:00,944.0 -56757,sell_contrast_m10_bb_pos,sell,2025-12-11 05:06:00,948.0 -56758,sell_contrast_m10_bb_pos,sell,2025-12-11 05:09:00,954.0 -56759,sell_contrast_m10_bb_pos,sell,2025-12-11 05:12:00,955.0 -56760,sell_contrast_m10_bb_pos,sell,2025-12-11 05:15:00,962.0 -56761,sell_contrast_m10_bb_pos,sell,2025-12-11 05:18:00,964.0 -56762,sell_contrast_m10_bb_pos,sell,2025-12-11 05:42:00,952.0 -56763,sell_contrast_m10_bb_pos,sell,2025-12-11 05:45:00,952.0 -56764,sell_contrast_m10_bb_pos,sell,2025-12-11 05:48:00,946.0 -56765,sell_contrast_m10_bb_pos,sell,2025-12-11 14:21:00,888.0 -56766,sell_contrast_m10_bb_pos,sell,2025-12-11 14:24:00,888.0 -56767,sell_contrast_m10_bb_pos,sell,2025-12-11 14:27:00,888.0 -56768,sell_contrast_m10_bb_pos,sell,2025-12-11 14:30:00,888.0 -56769,sell_contrast_m10_bb_pos,sell,2025-12-11 14:33:00,888.0 -56770,sell_contrast_m10_bb_pos,sell,2025-12-11 14:36:00,890.0 -56771,sell_contrast_m10_bb_pos,sell,2025-12-11 14:39:00,891.0 -56772,sell_contrast_m10_bb_pos,sell,2025-12-11 14:42:00,887.0 -56773,sell_contrast_m10_bb_pos,sell,2025-12-11 14:45:00,886.0 -56774,sell_contrast_m10_bb_pos,sell,2025-12-11 14:48:00,886.0 -56775,sell_contrast_m10_bb_pos,sell,2025-12-11 20:51:00,882.0 -56776,sell_contrast_m10_bb_pos,sell,2025-12-11 20:54:00,883.0 -56777,sell_contrast_m10_bb_pos,sell,2025-12-11 20:57:00,882.0 -56778,sell_contrast_m10_bb_pos,sell,2025-12-11 21:42:00,881.0 -56779,sell_contrast_m10_bb_pos,sell,2025-12-11 21:45:00,883.0 -56780,sell_contrast_m10_bb_pos,sell,2025-12-11 21:48:00,883.0 -56781,sell_contrast_m10_bb_pos,sell,2025-12-11 22:12:00,883.0 -56782,sell_contrast_m10_bb_pos,sell,2025-12-11 22:15:00,882.0 -56783,sell_contrast_m10_bb_pos,sell,2025-12-11 22:18:00,882.0 -56784,sell_contrast_m10_bb_pos,sell,2025-12-12 02:42:00,881.0 -56785,sell_contrast_m10_bb_pos,sell,2025-12-12 02:45:00,881.0 -56786,sell_contrast_m10_bb_pos,sell,2025-12-12 02:48:00,880.0 -56787,sell_contrast_m10_bb_pos,sell,2025-12-12 03:42:00,889.0 -56788,sell_contrast_m10_bb_pos,sell,2025-12-12 03:45:00,901.0 -56789,sell_contrast_m10_bb_pos,sell,2025-12-12 03:48:00,900.0 -56790,sell_contrast_m10_bb_pos,sell,2025-12-12 04:12:00,893.0 -56791,sell_contrast_m10_bb_pos,sell,2025-12-12 04:15:00,895.0 -56792,sell_contrast_m10_bb_pos,sell,2025-12-12 04:18:00,894.0 -56793,sell_contrast_m10_bb_pos,sell,2025-12-12 04:30:00,896.0 -56794,sell_contrast_m10_bb_pos,sell,2025-12-12 04:33:00,897.0 -56795,sell_contrast_m10_bb_pos,sell,2025-12-12 04:36:00,898.0 -56796,sell_contrast_m10_bb_pos,sell,2025-12-12 04:39:00,899.0 -56797,sell_contrast_m10_bb_pos,sell,2025-12-12 04:42:00,898.0 -56798,sell_contrast_m10_bb_pos,sell,2025-12-12 04:45:00,896.0 -56799,sell_contrast_m10_bb_pos,sell,2025-12-12 04:48:00,895.0 -56800,sell_contrast_m10_bb_pos,sell,2025-12-12 04:51:00,896.0 -56801,sell_contrast_m10_bb_pos,sell,2025-12-12 04:54:00,891.0 -56802,sell_contrast_m10_bb_pos,sell,2025-12-12 04:57:00,890.0 -56803,sell_contrast_m10_bb_pos,sell,2025-12-12 11:21:00,892.0 -56804,sell_contrast_m10_bb_pos,sell,2025-12-12 11:24:00,891.0 -56805,sell_contrast_m10_bb_pos,sell,2025-12-12 11:27:00,892.0 -56806,sell_contrast_m10_bb_pos,sell,2025-12-12 11:30:00,892.0 -56807,sell_contrast_m10_bb_pos,sell,2025-12-12 11:33:00,892.0 -56808,sell_contrast_m10_bb_pos,sell,2025-12-12 11:36:00,890.0 -56809,sell_contrast_m10_bb_pos,sell,2025-12-12 11:39:00,890.0 -56810,sell_contrast_m10_bb_pos,sell,2025-12-12 11:51:00,890.0 -56811,sell_contrast_m10_bb_pos,sell,2025-12-12 11:54:00,892.0 -56812,sell_contrast_m10_bb_pos,sell,2025-12-12 11:57:00,893.0 -56813,sell_contrast_m10_bb_pos,sell,2025-12-12 14:51:00,892.0 -56814,sell_contrast_m10_bb_pos,sell,2025-12-12 14:54:00,894.0 -56815,sell_contrast_m10_bb_pos,sell,2025-12-12 14:57:00,894.0 -56816,sell_contrast_m10_bb_pos,sell,2025-12-12 15:00:00,894.0 -56817,sell_contrast_m10_bb_pos,sell,2025-12-12 15:03:00,898.0 -56818,sell_contrast_m10_bb_pos,sell,2025-12-12 15:06:00,899.0 -56819,sell_contrast_m10_bb_pos,sell,2025-12-12 15:09:00,898.0 -56820,sell_contrast_m10_bb_pos,sell,2025-12-12 15:30:00,898.0 -56821,sell_contrast_m10_bb_pos,sell,2025-12-12 15:33:00,897.0 -56822,sell_contrast_m10_bb_pos,sell,2025-12-12 15:36:00,897.0 -56823,sell_contrast_m10_bb_pos,sell,2025-12-12 15:39:00,895.0 -56824,sell_contrast_m10_bb_pos,sell,2025-12-12 19:21:00,899.0 -56825,sell_contrast_m10_bb_pos,sell,2025-12-12 19:24:00,899.0 -56826,sell_contrast_m10_bb_pos,sell,2025-12-12 19:27:00,900.0 -56827,sell_contrast_m10_bb_pos,sell,2025-12-12 19:30:00,901.0 -56828,sell_contrast_m10_bb_pos,sell,2025-12-12 19:33:00,900.0 -56829,sell_contrast_m10_bb_pos,sell,2025-12-12 19:36:00,899.0 -56830,sell_contrast_m10_bb_pos,sell,2025-12-12 19:39:00,898.0 -56831,sell_contrast_m10_bb_pos,sell,2025-12-12 23:21:00,902.0 -56832,sell_contrast_m10_bb_pos,sell,2025-12-12 23:24:00,902.0 -56833,sell_contrast_m10_bb_pos,sell,2025-12-12 23:27:00,901.0 -56834,sell_contrast_m10_bb_pos,sell,2025-12-13 06:42:00,863.0 -56835,sell_contrast_m10_bb_pos,sell,2025-12-13 06:45:00,864.0 -56836,sell_contrast_m10_bb_pos,sell,2025-12-13 06:48:00,864.0 -56837,sell_contrast_m10_bb_pos,sell,2025-12-13 06:51:00,864.0 -56838,sell_contrast_m10_bb_pos,sell,2025-12-13 06:54:00,862.0 -56839,sell_contrast_m10_bb_pos,sell,2025-12-13 06:57:00,862.0 -56840,sell_contrast_m10_bb_pos,sell,2025-12-13 07:12:00,865.0 -56841,sell_contrast_m10_bb_pos,sell,2025-12-13 07:15:00,864.0 -56842,sell_contrast_m10_bb_pos,sell,2025-12-13 07:18:00,864.0 -56843,sell_contrast_m10_bb_pos,sell,2025-12-13 07:21:00,864.0 -56844,sell_contrast_m10_bb_pos,sell,2025-12-13 07:24:00,866.0 -56845,sell_contrast_m10_bb_pos,sell,2025-12-13 07:27:00,868.0 -56846,sell_contrast_m10_bb_pos,sell,2025-12-13 07:51:00,868.0 -56847,sell_contrast_m10_bb_pos,sell,2025-12-13 07:54:00,866.0 -56848,sell_contrast_m10_bb_pos,sell,2025-12-13 07:57:00,868.0 -56849,sell_contrast_m10_bb_pos,sell,2025-12-13 08:00:00,867.0 -56850,sell_contrast_m10_bb_pos,sell,2025-12-13 08:03:00,868.0 -56851,sell_contrast_m10_bb_pos,sell,2025-12-13 08:06:00,868.0 -56852,sell_contrast_m10_bb_pos,sell,2025-12-13 08:09:00,868.0 -56853,sell_contrast_m10_bb_pos,sell,2025-12-13 08:21:00,868.0 -56854,sell_contrast_m10_bb_pos,sell,2025-12-13 08:24:00,868.0 -56855,sell_contrast_m10_bb_pos,sell,2025-12-13 08:27:00,867.0 -56856,sell_contrast_m10_bb_pos,sell,2025-12-13 09:21:00,870.0 -56857,sell_contrast_m10_bb_pos,sell,2025-12-13 09:24:00,869.0 -56858,sell_contrast_m10_bb_pos,sell,2025-12-13 09:27:00,868.0 -56859,sell_contrast_m10_bb_pos,sell,2025-12-13 12:21:00,874.0 -56860,sell_contrast_m10_bb_pos,sell,2025-12-13 12:24:00,874.0 -56861,sell_contrast_m10_bb_pos,sell,2025-12-13 12:27:00,874.0 -56862,sell_contrast_m10_bb_pos,sell,2025-12-13 12:51:00,875.0 -56863,sell_contrast_m10_bb_pos,sell,2025-12-13 12:54:00,877.0 -56864,sell_contrast_m10_bb_pos,sell,2025-12-13 12:57:00,878.0 -56865,sell_contrast_m10_bb_pos,sell,2025-12-13 13:00:00,879.0 -56866,sell_contrast_m10_bb_pos,sell,2025-12-13 13:03:00,880.0 -56867,sell_contrast_m10_bb_pos,sell,2025-12-13 13:06:00,879.0 -56868,sell_contrast_m10_bb_pos,sell,2025-12-13 13:09:00,877.0 -56869,sell_contrast_m10_bb_pos,sell,2025-12-13 13:21:00,881.0 -56870,sell_contrast_m10_bb_pos,sell,2025-12-13 13:24:00,881.0 -56871,sell_contrast_m10_bb_pos,sell,2025-12-13 13:27:00,881.0 -56872,sell_contrast_m10_bb_pos,sell,2025-12-13 13:30:00,880.0 -56873,sell_contrast_m10_bb_pos,sell,2025-12-13 13:33:00,880.0 -56874,sell_contrast_m10_bb_pos,sell,2025-12-13 13:36:00,881.0 -56875,sell_contrast_m10_bb_pos,sell,2025-12-13 13:39:00,882.0 -56876,sell_contrast_m10_bb_pos,sell,2025-12-13 13:42:00,880.0 -56877,sell_contrast_m10_bb_pos,sell,2025-12-13 13:45:00,880.0 -56878,sell_contrast_m10_bb_pos,sell,2025-12-13 13:48:00,879.0 -56879,sell_contrast_m10_bb_pos,sell,2025-12-13 17:51:00,878.0 -56880,sell_contrast_m10_bb_pos,sell,2025-12-13 17:54:00,876.0 -56881,sell_contrast_m10_bb_pos,sell,2025-12-13 17:57:00,876.0 -56882,sell_contrast_m10_bb_pos,sell,2025-12-13 18:00:00,877.0 -56883,sell_contrast_m10_bb_pos,sell,2025-12-13 18:03:00,878.0 -56884,sell_contrast_m10_bb_pos,sell,2025-12-13 18:06:00,878.0 -56885,sell_contrast_m10_bb_pos,sell,2025-12-13 18:09:00,878.0 -56886,sell_contrast_m10_bb_pos,sell,2025-12-13 19:42:00,879.0 -56887,sell_contrast_m10_bb_pos,sell,2025-12-13 19:45:00,880.0 -56888,sell_contrast_m10_bb_pos,sell,2025-12-13 19:48:00,878.0 -56889,sell_contrast_m10_bb_pos,sell,2025-12-13 21:12:00,880.0 -56890,sell_contrast_m10_bb_pos,sell,2025-12-13 21:15:00,881.0 -56891,sell_contrast_m10_bb_pos,sell,2025-12-13 21:18:00,882.0 -56892,sell_contrast_m10_bb_pos,sell,2025-12-14 00:21:00,883.0 -56893,sell_contrast_m10_bb_pos,sell,2025-12-14 00:24:00,884.0 -56894,sell_contrast_m10_bb_pos,sell,2025-12-14 00:27:00,884.0 -56895,sell_contrast_m10_bb_pos,sell,2025-12-14 01:00:00,884.0 -56896,sell_contrast_m10_bb_pos,sell,2025-12-14 01:03:00,886.0 -56897,sell_contrast_m10_bb_pos,sell,2025-12-14 01:06:00,886.0 -56898,sell_contrast_m10_bb_pos,sell,2025-12-14 01:09:00,888.0 -56899,sell_contrast_m10_bb_pos,sell,2025-12-14 01:21:00,888.0 -56900,sell_contrast_m10_bb_pos,sell,2025-12-14 01:24:00,889.0 -56901,sell_contrast_m10_bb_pos,sell,2025-12-14 01:27:00,889.0 -56902,sell_contrast_m10_bb_pos,sell,2025-12-14 01:30:00,890.0 -56903,sell_contrast_m10_bb_pos,sell,2025-12-14 01:33:00,888.0 -56904,sell_contrast_m10_bb_pos,sell,2025-12-14 01:36:00,889.0 -56905,sell_contrast_m10_bb_pos,sell,2025-12-14 01:39:00,889.0 -56906,sell_contrast_m10_bb_pos,sell,2025-12-14 01:42:00,889.0 -56907,sell_contrast_m10_bb_pos,sell,2025-12-14 01:45:00,889.0 -56908,sell_contrast_m10_bb_pos,sell,2025-12-14 01:48:00,891.0 -56909,sell_contrast_m10_bb_pos,sell,2025-12-14 01:51:00,890.0 -56910,sell_contrast_m10_bb_pos,sell,2025-12-14 01:54:00,892.0 -56911,sell_contrast_m10_bb_pos,sell,2025-12-14 01:57:00,893.0 -56912,sell_contrast_m10_bb_pos,sell,2025-12-14 02:00:00,892.0 -56913,sell_contrast_m10_bb_pos,sell,2025-12-14 02:03:00,893.0 -56914,sell_contrast_m10_bb_pos,sell,2025-12-14 02:06:00,893.0 -56915,sell_contrast_m10_bb_pos,sell,2025-12-14 02:09:00,892.0 -56916,sell_contrast_m10_bb_pos,sell,2025-12-14 03:30:00,894.0 -56917,sell_contrast_m10_bb_pos,sell,2025-12-14 03:33:00,892.0 -56918,sell_contrast_m10_bb_pos,sell,2025-12-14 03:36:00,892.0 -56919,sell_contrast_m10_bb_pos,sell,2025-12-14 03:39:00,893.0 -56920,sell_contrast_m10_bb_pos,sell,2025-12-14 03:42:00,892.0 -56921,sell_contrast_m10_bb_pos,sell,2025-12-14 03:45:00,891.0 -56922,sell_contrast_m10_bb_pos,sell,2025-12-14 03:48:00,891.0 -56923,sell_contrast_m10_bb_pos,sell,2025-12-14 17:12:00,875.0 -56924,sell_contrast_m10_bb_pos,sell,2025-12-14 17:15:00,874.0 -56925,sell_contrast_m10_bb_pos,sell,2025-12-14 17:18:00,873.0 -56926,sell_contrast_m10_bb_pos,sell,2025-12-14 17:21:00,873.0 -56927,sell_contrast_m10_bb_pos,sell,2025-12-14 17:24:00,874.0 -56928,sell_contrast_m10_bb_pos,sell,2025-12-14 17:27:00,874.0 -56929,sell_contrast_m10_bb_pos,sell,2025-12-15 09:42:00,846.0 -56930,sell_contrast_m10_bb_pos,sell,2025-12-15 09:45:00,846.0 -56931,sell_contrast_m10_bb_pos,sell,2025-12-15 09:48:00,847.0 -56932,sell_contrast_m10_bb_pos,sell,2025-12-15 09:51:00,847.0 -56933,sell_contrast_m10_bb_pos,sell,2025-12-15 09:54:00,849.0 -56934,sell_contrast_m10_bb_pos,sell,2025-12-15 09:57:00,851.0 -56935,sell_contrast_m10_bb_pos,sell,2025-12-15 10:30:00,852.0 -56936,sell_contrast_m10_bb_pos,sell,2025-12-15 10:33:00,854.0 -56937,sell_contrast_m10_bb_pos,sell,2025-12-15 10:36:00,858.0 -56938,sell_contrast_m10_bb_pos,sell,2025-12-15 10:39:00,862.0 -56939,sell_contrast_m10_bb_pos,sell,2025-12-15 10:51:00,860.0 -56940,sell_contrast_m10_bb_pos,sell,2025-12-15 10:54:00,861.0 -56941,sell_contrast_m10_bb_pos,sell,2025-12-15 10:57:00,862.0 -56942,sell_contrast_m10_bb_pos,sell,2025-12-15 11:00:00,862.0 -56943,sell_contrast_m10_bb_pos,sell,2025-12-15 11:03:00,863.0 -56944,sell_contrast_m10_bb_pos,sell,2025-12-15 11:06:00,865.0 -56945,sell_contrast_m10_bb_pos,sell,2025-12-15 11:09:00,866.0 -56946,sell_contrast_m10_bb_pos,sell,2025-12-15 11:30:00,866.0 -56947,sell_contrast_m10_bb_pos,sell,2025-12-15 11:33:00,866.0 -56948,sell_contrast_m10_bb_pos,sell,2025-12-15 11:36:00,865.0 -56949,sell_contrast_m10_bb_pos,sell,2025-12-15 11:39:00,863.0 -56950,sell_contrast_m10_bb_pos,sell,2025-12-15 14:30:00,866.0 -56951,sell_contrast_m10_bb_pos,sell,2025-12-15 14:33:00,866.0 -56952,sell_contrast_m10_bb_pos,sell,2025-12-15 14:36:00,864.0 -56953,sell_contrast_m10_bb_pos,sell,2025-12-15 14:39:00,863.0 -56954,sell_contrast_m10_bb_pos,sell,2025-12-15 14:51:00,865.0 -56955,sell_contrast_m10_bb_pos,sell,2025-12-15 14:54:00,865.0 -56956,sell_contrast_m10_bb_pos,sell,2025-12-15 14:57:00,866.0 -56957,sell_contrast_m10_bb_pos,sell,2025-12-15 15:00:00,867.0 -56958,sell_contrast_m10_bb_pos,sell,2025-12-15 15:03:00,867.0 -56959,sell_contrast_m10_bb_pos,sell,2025-12-15 15:06:00,866.0 -56960,sell_contrast_m10_bb_pos,sell,2025-12-15 15:09:00,866.0 -56961,sell_contrast_m10_bb_pos,sell,2025-12-15 15:12:00,866.0 -56962,sell_contrast_m10_bb_pos,sell,2025-12-15 15:15:00,864.0 -56963,sell_contrast_m10_bb_pos,sell,2025-12-15 15:18:00,865.0 -56964,sell_contrast_m10_bb_pos,sell,2025-12-15 15:21:00,867.0 -56965,sell_contrast_m10_bb_pos,sell,2025-12-15 15:24:00,865.0 -56966,sell_contrast_m10_bb_pos,sell,2025-12-15 15:27:00,866.0 -56967,sell_contrast_m10_bb_pos,sell,2025-12-15 19:30:00,864.0 -56968,sell_contrast_m10_bb_pos,sell,2025-12-15 19:33:00,866.0 -56969,sell_contrast_m10_bb_pos,sell,2025-12-15 19:36:00,865.0 -56970,sell_contrast_m10_bb_pos,sell,2025-12-15 19:39:00,865.0 -56971,sell_contrast_m10_bb_pos,sell,2025-12-15 19:51:00,864.0 -56972,sell_contrast_m10_bb_pos,sell,2025-12-15 19:54:00,864.0 -56973,sell_contrast_m10_bb_pos,sell,2025-12-15 19:57:00,864.0 -56974,sell_contrast_m10_bb_pos,sell,2025-12-15 20:12:00,864.0 -56975,sell_contrast_m10_bb_pos,sell,2025-12-15 20:15:00,864.0 -56976,sell_contrast_m10_bb_pos,sell,2025-12-15 20:18:00,864.0 -56977,sell_contrast_m10_bb_pos,sell,2025-12-16 06:30:00,800.0 -56978,sell_contrast_m10_bb_pos,sell,2025-12-16 06:33:00,800.0 -56979,sell_contrast_m10_bb_pos,sell,2025-12-16 06:36:00,801.0 -56980,sell_contrast_m10_bb_pos,sell,2025-12-16 06:39:00,802.0 -56981,sell_contrast_m10_bb_pos,sell,2025-12-16 06:42:00,799.0 -56982,sell_contrast_m10_bb_pos,sell,2025-12-16 06:45:00,799.0 -56983,sell_contrast_m10_bb_pos,sell,2025-12-16 06:48:00,798.0 -56984,sell_contrast_m10_bb_pos,sell,2025-12-16 08:12:00,805.0 -56985,sell_contrast_m10_bb_pos,sell,2025-12-16 08:15:00,806.0 -56986,sell_contrast_m10_bb_pos,sell,2025-12-16 08:18:00,805.0 -56987,sell_contrast_m10_bb_pos,sell,2025-12-16 08:30:00,805.0 -56988,sell_contrast_m10_bb_pos,sell,2025-12-16 08:33:00,804.0 -56989,sell_contrast_m10_bb_pos,sell,2025-12-16 08:36:00,805.0 -56990,sell_contrast_m10_bb_pos,sell,2025-12-16 08:39:00,805.0 -56991,sell_contrast_m10_bb_pos,sell,2025-12-16 08:42:00,806.0 -56992,sell_contrast_m10_bb_pos,sell,2025-12-16 08:45:00,806.0 -56993,sell_contrast_m10_bb_pos,sell,2025-12-16 08:48:00,806.0 -56994,sell_contrast_m10_bb_pos,sell,2025-12-16 09:00:00,806.0 -56995,sell_contrast_m10_bb_pos,sell,2025-12-16 09:03:00,804.0 -56996,sell_contrast_m10_bb_pos,sell,2025-12-16 09:06:00,806.0 -56997,sell_contrast_m10_bb_pos,sell,2025-12-16 09:09:00,806.0 -56998,sell_contrast_m10_bb_pos,sell,2025-12-16 13:00:00,797.0 -56999,sell_contrast_m10_bb_pos,sell,2025-12-16 13:03:00,796.0 -57000,sell_contrast_m10_bb_pos,sell,2025-12-16 13:06:00,796.0 -57001,sell_contrast_m10_bb_pos,sell,2025-12-16 13:09:00,796.0 -57002,sell_contrast_m10_bb_pos,sell,2025-12-16 13:12:00,796.0 -57003,sell_contrast_m10_bb_pos,sell,2025-12-16 13:15:00,795.0 -57004,sell_contrast_m10_bb_pos,sell,2025-12-16 13:18:00,795.0 -57005,sell_contrast_m10_bb_pos,sell,2025-12-16 20:12:00,796.0 -57006,sell_contrast_m10_bb_pos,sell,2025-12-16 20:15:00,796.0 -57007,sell_contrast_m10_bb_pos,sell,2025-12-16 20:18:00,800.0 -57008,sell_contrast_m10_bb_pos,sell,2025-12-16 20:21:00,799.0 -57009,sell_contrast_m10_bb_pos,sell,2025-12-16 20:24:00,800.0 -57010,sell_contrast_m10_bb_pos,sell,2025-12-16 20:27:00,801.0 -57011,sell_contrast_m10_bb_pos,sell,2025-12-16 20:42:00,800.0 -57012,sell_contrast_m10_bb_pos,sell,2025-12-16 20:45:00,800.0 -57013,sell_contrast_m10_bb_pos,sell,2025-12-16 20:48:00,801.0 -57014,sell_contrast_m10_bb_pos,sell,2025-12-17 01:00:00,798.0 -57015,sell_contrast_m10_bb_pos,sell,2025-12-17 01:03:00,799.0 -57016,sell_contrast_m10_bb_pos,sell,2025-12-17 01:06:00,796.0 -57017,sell_contrast_m10_bb_pos,sell,2025-12-17 01:09:00,794.0 -57018,sell_contrast_m10_bb_pos,sell,2025-12-17 05:42:00,791.0 -57019,sell_contrast_m10_bb_pos,sell,2025-12-17 05:45:00,791.0 -57020,sell_contrast_m10_bb_pos,sell,2025-12-17 05:48:00,789.0 -57021,sell_contrast_m10_bb_pos,sell,2025-12-17 20:30:00,769.0 -57022,sell_contrast_m10_bb_pos,sell,2025-12-17 20:33:00,770.0 -57023,sell_contrast_m10_bb_pos,sell,2025-12-17 20:36:00,771.0 -57024,sell_contrast_m10_bb_pos,sell,2025-12-17 20:39:00,771.0 -57025,sell_contrast_m10_bb_pos,sell,2025-12-17 21:42:00,772.0 -57026,sell_contrast_m10_bb_pos,sell,2025-12-17 21:45:00,772.0 -57027,sell_contrast_m10_bb_pos,sell,2025-12-17 21:48:00,771.0 -57028,sell_contrast_m10_bb_pos,sell,2025-12-17 23:12:00,780.0 -57029,sell_contrast_m10_bb_pos,sell,2025-12-17 23:15:00,780.0 -57030,sell_contrast_m10_bb_pos,sell,2025-12-17 23:18:00,780.0 -57031,sell_contrast_m10_bb_pos,sell,2025-12-17 23:21:00,781.0 -57032,sell_contrast_m10_bb_pos,sell,2025-12-17 23:24:00,781.0 -57033,sell_contrast_m10_bb_pos,sell,2025-12-17 23:27:00,782.0 -57034,sell_contrast_m10_bb_pos,sell,2025-12-17 23:30:00,782.0 -57035,sell_contrast_m10_bb_pos,sell,2025-12-17 23:33:00,782.0 -57036,sell_contrast_m10_bb_pos,sell,2025-12-17 23:36:00,780.0 -57037,sell_contrast_m10_bb_pos,sell,2025-12-17 23:39:00,778.0 -57038,sell_contrast_m10_bb_pos,sell,2025-12-18 00:30:00,798.0 -57039,sell_contrast_m10_bb_pos,sell,2025-12-18 00:33:00,797.0 -57040,sell_contrast_m10_bb_pos,sell,2025-12-18 00:36:00,790.0 -57041,sell_contrast_m10_bb_pos,sell,2025-12-18 00:39:00,789.0 -57042,sell_contrast_m10_bb_pos,sell,2025-12-18 05:30:00,755.0 -57043,sell_contrast_m10_bb_pos,sell,2025-12-18 05:33:00,750.0 -57044,sell_contrast_m10_bb_pos,sell,2025-12-18 05:36:00,751.0 -57045,sell_contrast_m10_bb_pos,sell,2025-12-18 05:39:00,749.0 -57046,sell_contrast_m10_bb_pos,sell,2025-12-18 11:21:00,742.0 -57047,sell_contrast_m10_bb_pos,sell,2025-12-18 11:24:00,741.0 -57048,sell_contrast_m10_bb_pos,sell,2025-12-18 11:27:00,740.0 -57049,sell_contrast_m10_bb_pos,sell,2025-12-18 11:51:00,744.0 -57050,sell_contrast_m10_bb_pos,sell,2025-12-18 11:54:00,744.0 -57051,sell_contrast_m10_bb_pos,sell,2025-12-18 11:57:00,744.0 -57052,sell_contrast_m10_bb_pos,sell,2025-12-18 12:12:00,744.0 -57053,sell_contrast_m10_bb_pos,sell,2025-12-18 12:15:00,743.0 -57054,sell_contrast_m10_bb_pos,sell,2025-12-18 12:18:00,743.0 -57055,sell_contrast_m10_bb_pos,sell,2025-12-18 17:42:00,742.0 -57056,sell_contrast_m10_bb_pos,sell,2025-12-18 17:45:00,742.0 -57057,sell_contrast_m10_bb_pos,sell,2025-12-18 17:48:00,742.0 -57058,sell_contrast_m10_bb_pos,sell,2025-12-18 20:00:00,746.0 -57059,sell_contrast_m10_bb_pos,sell,2025-12-18 20:03:00,747.0 -57060,sell_contrast_m10_bb_pos,sell,2025-12-18 20:06:00,745.0 -57061,sell_contrast_m10_bb_pos,sell,2025-12-18 20:09:00,744.0 -57062,sell_contrast_m10_bb_pos,sell,2025-12-18 20:12:00,745.0 -57063,sell_contrast_m10_bb_pos,sell,2025-12-18 20:15:00,742.0 -57064,sell_contrast_m10_bb_pos,sell,2025-12-18 20:18:00,744.0 -57065,sell_contrast_m10_bb_pos,sell,2025-12-18 20:21:00,745.0 -57066,sell_contrast_m10_bb_pos,sell,2025-12-18 20:24:00,745.0 -57067,sell_contrast_m10_bb_pos,sell,2025-12-18 20:27:00,743.0 -57068,sell_contrast_m10_bb_pos,sell,2025-12-18 20:51:00,746.0 -57069,sell_contrast_m10_bb_pos,sell,2025-12-18 20:54:00,746.0 -57070,sell_contrast_m10_bb_pos,sell,2025-12-18 20:57:00,748.0 -57071,sell_contrast_m10_bb_pos,sell,2025-12-18 21:12:00,747.0 -57072,sell_contrast_m10_bb_pos,sell,2025-12-18 21:15:00,746.0 -57073,sell_contrast_m10_bb_pos,sell,2025-12-18 21:18:00,747.0 -57074,sell_contrast_m10_bb_pos,sell,2025-12-18 21:51:00,749.0 -57075,sell_contrast_m10_bb_pos,sell,2025-12-18 21:54:00,751.0 -57076,sell_contrast_m10_bb_pos,sell,2025-12-18 21:57:00,751.0 -57077,sell_contrast_m10_bb_pos,sell,2025-12-18 22:30:00,754.0 -57078,sell_contrast_m10_bb_pos,sell,2025-12-18 22:33:00,765.0 -57079,sell_contrast_m10_bb_pos,sell,2025-12-18 22:36:00,760.0 -57080,sell_contrast_m10_bb_pos,sell,2025-12-18 22:39:00,764.0 -57081,sell_contrast_m10_bb_pos,sell,2025-12-18 23:21:00,770.0 -57082,sell_contrast_m10_bb_pos,sell,2025-12-18 23:24:00,770.0 -57083,sell_contrast_m10_bb_pos,sell,2025-12-18 23:27:00,770.0 -57084,sell_contrast_m10_bb_pos,sell,2025-12-19 11:51:00,718.0 -57085,sell_contrast_m10_bb_pos,sell,2025-12-19 11:54:00,718.0 -57086,sell_contrast_m10_bb_pos,sell,2025-12-19 11:57:00,717.0 -57087,sell_contrast_m10_bb_pos,sell,2025-12-19 12:00:00,718.0 -57088,sell_contrast_m10_bb_pos,sell,2025-12-19 12:03:00,720.0 -57089,sell_contrast_m10_bb_pos,sell,2025-12-19 12:06:00,723.0 -57090,sell_contrast_m10_bb_pos,sell,2025-12-19 12:09:00,726.0 -57091,sell_contrast_m10_bb_pos,sell,2025-12-19 13:00:00,740.0 -57092,sell_contrast_m10_bb_pos,sell,2025-12-19 13:03:00,740.0 -57093,sell_contrast_m10_bb_pos,sell,2025-12-19 13:06:00,740.0 -57094,sell_contrast_m10_bb_pos,sell,2025-12-19 13:09:00,743.0 -57095,sell_contrast_m10_bb_pos,sell,2025-12-19 13:12:00,744.0 -57096,sell_contrast_m10_bb_pos,sell,2025-12-19 13:15:00,744.0 -57097,sell_contrast_m10_bb_pos,sell,2025-12-19 13:18:00,744.0 -57098,sell_contrast_m10_bb_pos,sell,2025-12-19 13:21:00,744.0 -57099,sell_contrast_m10_bb_pos,sell,2025-12-19 13:24:00,743.0 -57100,sell_contrast_m10_bb_pos,sell,2025-12-19 13:27:00,744.0 -57101,sell_contrast_m10_bb_pos,sell,2025-12-19 16:30:00,753.0 -57102,sell_contrast_m10_bb_pos,sell,2025-12-19 16:33:00,750.0 -57103,sell_contrast_m10_bb_pos,sell,2025-12-19 16:36:00,750.0 -57104,sell_contrast_m10_bb_pos,sell,2025-12-19 16:39:00,750.0 -57105,sell_contrast_m10_bb_pos,sell,2025-12-19 17:12:00,754.0 -57106,sell_contrast_m10_bb_pos,sell,2025-12-19 17:15:00,753.0 -57107,sell_contrast_m10_bb_pos,sell,2025-12-19 17:18:00,755.0 -57108,sell_contrast_m10_bb_pos,sell,2025-12-19 20:42:00,753.0 -57109,sell_contrast_m10_bb_pos,sell,2025-12-19 20:45:00,753.0 -57110,sell_contrast_m10_bb_pos,sell,2025-12-19 20:48:00,754.0 -57111,sell_contrast_m10_bb_pos,sell,2025-12-19 20:51:00,753.0 -57112,sell_contrast_m10_bb_pos,sell,2025-12-19 20:54:00,753.0 -57113,sell_contrast_m10_bb_pos,sell,2025-12-19 20:57:00,753.0 -57114,sell_contrast_m10_bb_pos,sell,2025-12-19 21:00:00,754.0 -57115,sell_contrast_m10_bb_pos,sell,2025-12-19 21:03:00,754.0 -57116,sell_contrast_m10_bb_pos,sell,2025-12-19 21:06:00,752.0 -57117,sell_contrast_m10_bb_pos,sell,2025-12-19 21:09:00,753.0 -57118,sell_contrast_m10_bb_pos,sell,2025-12-19 21:42:00,756.0 -57119,sell_contrast_m10_bb_pos,sell,2025-12-19 21:45:00,756.0 -57120,sell_contrast_m10_bb_pos,sell,2025-12-19 21:48:00,757.0 -57121,sell_contrast_m10_bb_pos,sell,2025-12-19 21:51:00,756.0 -57122,sell_contrast_m10_bb_pos,sell,2025-12-19 21:54:00,755.0 -57123,sell_contrast_m10_bb_pos,sell,2025-12-19 21:57:00,754.0 -57124,sell_contrast_m10_bb_pos,sell,2025-12-20 00:30:00,763.0 -57125,sell_contrast_m10_bb_pos,sell,2025-12-20 00:33:00,767.0 -57126,sell_contrast_m10_bb_pos,sell,2025-12-20 00:36:00,768.0 -57127,sell_contrast_m10_bb_pos,sell,2025-12-20 00:39:00,767.0 -57128,sell_contrast_m10_bb_pos,sell,2025-12-20 01:21:00,772.0 -57129,sell_contrast_m10_bb_pos,sell,2025-12-20 01:24:00,771.0 -57130,sell_contrast_m10_bb_pos,sell,2025-12-20 01:27:00,771.0 -57131,sell_contrast_m10_bb_pos,sell,2025-12-20 01:30:00,771.0 -57132,sell_contrast_m10_bb_pos,sell,2025-12-20 01:33:00,777.0 -57133,sell_contrast_m10_bb_pos,sell,2025-12-20 01:36:00,779.0 -57134,sell_contrast_m10_bb_pos,sell,2025-12-20 01:39:00,778.0 -57135,sell_contrast_m10_bb_pos,sell,2025-12-20 01:51:00,773.0 -57136,sell_contrast_m10_bb_pos,sell,2025-12-20 01:54:00,771.0 -57137,sell_contrast_m10_bb_pos,sell,2025-12-20 01:57:00,769.0 -57138,sell_contrast_m10_bb_pos,sell,2025-12-20 04:30:00,776.0 -57139,sell_contrast_m10_bb_pos,sell,2025-12-20 04:33:00,780.0 -57140,sell_contrast_m10_bb_pos,sell,2025-12-20 04:36:00,781.0 -57141,sell_contrast_m10_bb_pos,sell,2025-12-20 04:39:00,781.0 -57142,sell_contrast_m10_bb_pos,sell,2025-12-20 05:00:00,779.0 -57143,sell_contrast_m10_bb_pos,sell,2025-12-20 05:03:00,783.0 -57144,sell_contrast_m10_bb_pos,sell,2025-12-20 05:06:00,782.0 -57145,sell_contrast_m10_bb_pos,sell,2025-12-20 05:09:00,781.0 -57146,sell_contrast_m10_bb_pos,sell,2025-12-20 05:21:00,782.0 -57147,sell_contrast_m10_bb_pos,sell,2025-12-20 05:24:00,784.0 -57148,sell_contrast_m10_bb_pos,sell,2025-12-20 05:27:00,784.0 -57149,sell_contrast_m10_bb_pos,sell,2025-12-20 05:30:00,782.0 -57150,sell_contrast_m10_bb_pos,sell,2025-12-20 05:33:00,781.0 -57151,sell_contrast_m10_bb_pos,sell,2025-12-20 05:36:00,786.0 -57152,sell_contrast_m10_bb_pos,sell,2025-12-20 05:39:00,783.0 -57153,sell_contrast_m10_bb_pos,sell,2025-12-20 05:51:00,786.0 -57154,sell_contrast_m10_bb_pos,sell,2025-12-20 05:54:00,784.0 -57155,sell_contrast_m10_bb_pos,sell,2025-12-20 05:57:00,782.0 -57156,sell_contrast_m10_bb_pos,sell,2025-12-20 15:21:00,773.0 -57157,sell_contrast_m10_bb_pos,sell,2025-12-20 15:24:00,773.0 -57158,sell_contrast_m10_bb_pos,sell,2025-12-20 15:27:00,772.0 -57159,sell_contrast_m10_bb_pos,sell,2025-12-20 16:12:00,772.0 -57160,sell_contrast_m10_bb_pos,sell,2025-12-20 16:15:00,773.0 -57161,sell_contrast_m10_bb_pos,sell,2025-12-20 16:18:00,772.0 -57162,sell_contrast_m10_bb_pos,sell,2025-12-20 17:12:00,779.0 -57163,sell_contrast_m10_bb_pos,sell,2025-12-20 17:15:00,778.0 -57164,sell_contrast_m10_bb_pos,sell,2025-12-20 17:18:00,779.0 -57165,sell_contrast_m10_bb_pos,sell,2025-12-20 17:21:00,780.0 -57166,sell_contrast_m10_bb_pos,sell,2025-12-20 17:24:00,780.0 -57167,sell_contrast_m10_bb_pos,sell,2025-12-20 17:27:00,781.0 -57168,sell_contrast_m10_bb_pos,sell,2025-12-20 17:30:00,781.0 -57169,sell_contrast_m10_bb_pos,sell,2025-12-20 17:33:00,782.0 -57170,sell_contrast_m10_bb_pos,sell,2025-12-20 17:36:00,782.0 -57171,sell_contrast_m10_bb_pos,sell,2025-12-20 17:39:00,782.0 -57172,sell_contrast_m10_bb_pos,sell,2025-12-20 17:42:00,782.0 -57173,sell_contrast_m10_bb_pos,sell,2025-12-20 17:45:00,781.0 -57174,sell_contrast_m10_bb_pos,sell,2025-12-20 17:48:00,780.0 -57175,sell_contrast_m10_bb_pos,sell,2025-12-20 17:51:00,781.0 -57176,sell_contrast_m10_bb_pos,sell,2025-12-20 17:54:00,779.0 -57177,sell_contrast_m10_bb_pos,sell,2025-12-20 17:57:00,778.0 -57178,sell_contrast_m10_bb_pos,sell,2025-12-21 01:12:00,775.0 -57179,sell_contrast_m10_bb_pos,sell,2025-12-21 01:15:00,775.0 -57180,sell_contrast_m10_bb_pos,sell,2025-12-21 01:18:00,775.0 -57181,sell_contrast_m10_bb_pos,sell,2025-12-21 02:33:00,778.0 -57182,sell_contrast_m10_bb_pos,sell,2025-12-21 02:36:00,777.0 -57183,sell_contrast_m10_bb_pos,sell,2025-12-21 02:39:00,776.0 -57184,sell_contrast_m10_bb_pos,sell,2025-12-21 04:00:00,778.0 -57185,sell_contrast_m10_bb_pos,sell,2025-12-21 04:03:00,777.0 -57186,sell_contrast_m10_bb_pos,sell,2025-12-21 04:06:00,777.0 -57187,sell_contrast_m10_bb_pos,sell,2025-12-21 04:09:00,777.0 -57188,sell_contrast_m10_bb_pos,sell,2025-12-21 05:51:00,777.0 -57189,sell_contrast_m10_bb_pos,sell,2025-12-21 05:54:00,778.0 -57190,sell_contrast_m10_bb_pos,sell,2025-12-21 05:57:00,777.0 -57191,sell_contrast_m10_bb_pos,sell,2025-12-21 06:00:00,778.0 -57192,sell_contrast_m10_bb_pos,sell,2025-12-21 06:03:00,778.0 -57193,sell_contrast_m10_bb_pos,sell,2025-12-21 06:06:00,779.0 -57194,sell_contrast_m10_bb_pos,sell,2025-12-21 06:09:00,779.0 -57195,sell_contrast_m10_bb_pos,sell,2025-12-21 06:30:00,779.0 -57196,sell_contrast_m10_bb_pos,sell,2025-12-21 06:36:00,780.0 -57197,sell_contrast_m10_bb_pos,sell,2025-12-21 06:39:00,780.0 -57198,sell_contrast_m10_bb_pos,sell,2025-12-21 06:42:00,781.0 -57199,sell_contrast_m10_bb_pos,sell,2025-12-21 06:45:00,780.0 -57200,sell_contrast_m10_bb_pos,sell,2025-12-21 06:48:00,779.0 -57201,sell_contrast_m10_bb_pos,sell,2025-12-21 07:12:00,780.0 -57202,sell_contrast_m10_bb_pos,sell,2025-12-21 07:15:00,779.0 -57203,sell_contrast_m10_bb_pos,sell,2025-12-21 07:18:00,779.0 -57204,sell_contrast_m10_bb_pos,sell,2025-12-21 07:30:00,780.0 -57205,sell_contrast_m10_bb_pos,sell,2025-12-21 07:33:00,780.0 -57206,sell_contrast_m10_bb_pos,sell,2025-12-21 07:36:00,781.0 -57207,sell_contrast_m10_bb_pos,sell,2025-12-21 07:39:00,780.0 -57208,sell_contrast_m10_bb_pos,sell,2025-12-21 07:42:00,781.0 -57209,sell_contrast_m10_bb_pos,sell,2025-12-21 07:45:00,781.0 -57210,sell_contrast_m10_bb_pos,sell,2025-12-21 07:48:00,781.0 -57211,sell_contrast_m10_bb_pos,sell,2025-12-21 07:51:00,781.0 -57212,sell_contrast_m10_bb_pos,sell,2025-12-21 07:54:00,781.0 -57213,sell_contrast_m10_bb_pos,sell,2025-12-21 07:57:00,781.0 -57214,sell_contrast_m10_bb_pos,sell,2025-12-21 08:00:00,782.0 -57215,sell_contrast_m10_bb_pos,sell,2025-12-21 08:03:00,782.0 -57216,sell_contrast_m10_bb_pos,sell,2025-12-21 08:06:00,782.0 -57217,sell_contrast_m10_bb_pos,sell,2025-12-21 08:09:00,781.0 -57218,sell_contrast_m10_bb_pos,sell,2025-12-21 08:21:00,781.0 -57219,sell_contrast_m10_bb_pos,sell,2025-12-21 08:24:00,779.0 -57220,sell_contrast_m10_bb_pos,sell,2025-12-21 08:27:00,780.0 -57221,sell_contrast_m10_bb_pos,sell,2025-12-21 14:42:00,769.0 -57222,sell_contrast_m10_bb_pos,sell,2025-12-21 14:45:00,769.0 -57223,sell_contrast_m10_bb_pos,sell,2025-12-21 14:48:00,769.0 -57224,sell_contrast_m10_bb_pos,sell,2025-12-21 18:51:00,777.0 -57225,sell_contrast_m10_bb_pos,sell,2025-12-21 18:54:00,776.0 -57226,sell_contrast_m10_bb_pos,sell,2025-12-21 18:57:00,777.0 -57227,sell_contrast_m10_bb_pos,sell,2025-12-21 19:00:00,777.0 -57228,sell_contrast_m10_bb_pos,sell,2025-12-21 19:03:00,778.0 -57229,sell_contrast_m10_bb_pos,sell,2025-12-21 19:06:00,775.0 -57230,sell_contrast_m10_bb_pos,sell,2025-12-21 19:09:00,776.0 -57231,sell_contrast_m10_bb_pos,sell,2025-12-22 01:30:00,751.0 -57232,sell_contrast_m10_bb_pos,sell,2025-12-22 01:33:00,752.0 -57233,sell_contrast_m10_bb_pos,sell,2025-12-22 01:36:00,752.0 -57234,sell_contrast_m10_bb_pos,sell,2025-12-22 01:39:00,752.0 -57235,sell_contrast_m10_bb_pos,sell,2025-12-22 06:30:00,753.0 -57236,sell_contrast_m10_bb_pos,sell,2025-12-22 06:33:00,754.0 -57237,sell_contrast_m10_bb_pos,sell,2025-12-22 06:36:00,754.0 -57238,sell_contrast_m10_bb_pos,sell,2025-12-22 06:39:00,752.0 -57239,sell_contrast_m10_bb_pos,sell,2025-12-22 07:30:00,753.0 -57240,sell_contrast_m10_bb_pos,sell,2025-12-22 07:33:00,753.0 -57241,sell_contrast_m10_bb_pos,sell,2025-12-22 07:36:00,753.0 -57242,sell_contrast_m10_bb_pos,sell,2025-12-22 07:39:00,753.0 -57243,sell_contrast_m10_bb_pos,sell,2025-12-22 07:42:00,754.0 -57244,sell_contrast_m10_bb_pos,sell,2025-12-22 07:45:00,755.0 -57245,sell_contrast_m10_bb_pos,sell,2025-12-22 07:48:00,756.0 -57246,sell_contrast_m10_bb_pos,sell,2025-12-22 08:30:00,760.0 -57247,sell_contrast_m10_bb_pos,sell,2025-12-22 08:33:00,757.0 -57248,sell_contrast_m10_bb_pos,sell,2025-12-22 08:36:00,758.0 -57249,sell_contrast_m10_bb_pos,sell,2025-12-22 08:39:00,759.0 -57250,sell_contrast_m10_bb_pos,sell,2025-12-22 09:12:00,766.0 -57251,sell_contrast_m10_bb_pos,sell,2025-12-22 09:15:00,774.0 -57252,sell_contrast_m10_bb_pos,sell,2025-12-22 09:18:00,771.0 -57253,sell_contrast_m10_bb_pos,sell,2025-12-22 09:51:00,771.0 -57254,sell_contrast_m10_bb_pos,sell,2025-12-22 09:54:00,769.0 -57255,sell_contrast_m10_bb_pos,sell,2025-12-22 09:57:00,769.0 -57256,sell_contrast_m10_bb_pos,sell,2025-12-22 10:42:00,770.0 -57257,sell_contrast_m10_bb_pos,sell,2025-12-22 10:45:00,769.0 -57258,sell_contrast_m10_bb_pos,sell,2025-12-22 10:48:00,768.0 -57259,sell_contrast_m10_bb_pos,sell,2025-12-22 17:42:00,771.0 -57260,sell_contrast_m10_bb_pos,sell,2025-12-22 17:45:00,770.0 -57261,sell_contrast_m10_bb_pos,sell,2025-12-22 17:48:00,770.0 -57262,sell_contrast_m10_bb_pos,sell,2025-12-22 21:21:00,770.0 -57263,sell_contrast_m10_bb_pos,sell,2025-12-22 21:24:00,770.0 -57264,sell_contrast_m10_bb_pos,sell,2025-12-22 21:27:00,770.0 -57265,sell_contrast_m10_bb_pos,sell,2025-12-22 23:21:00,771.0 -57266,sell_contrast_m10_bb_pos,sell,2025-12-22 23:24:00,770.0 -57267,sell_contrast_m10_bb_pos,sell,2025-12-22 23:27:00,769.0 -57268,sell_contrast_m10_bb_pos,sell,2025-12-23 00:00:00,771.0 -57269,sell_contrast_m10_bb_pos,sell,2025-12-23 00:03:00,769.0 -57270,sell_contrast_m10_bb_pos,sell,2025-12-23 00:06:00,770.0 -57271,sell_contrast_m10_bb_pos,sell,2025-12-23 00:09:00,771.0 -57272,sell_contrast_m10_bb_pos,sell,2025-12-23 08:21:00,753.0 -57273,sell_contrast_m10_bb_pos,sell,2025-12-23 08:24:00,753.0 -57274,sell_contrast_m10_bb_pos,sell,2025-12-23 08:27:00,752.0 -57275,sell_contrast_m10_bb_pos,sell,2025-12-23 08:30:00,753.0 -57276,sell_contrast_m10_bb_pos,sell,2025-12-23 08:33:00,753.0 -57277,sell_contrast_m10_bb_pos,sell,2025-12-23 08:36:00,751.0 -57278,sell_contrast_m10_bb_pos,sell,2025-12-23 08:39:00,752.0 -57279,sell_contrast_m10_bb_pos,sell,2025-12-23 09:21:00,753.0 -57280,sell_contrast_m10_bb_pos,sell,2025-12-23 09:24:00,754.0 -57281,sell_contrast_m10_bb_pos,sell,2025-12-23 09:27:00,754.0 -57282,sell_contrast_m10_bb_pos,sell,2025-12-23 09:30:00,756.0 -57283,sell_contrast_m10_bb_pos,sell,2025-12-23 09:33:00,757.0 -57284,sell_contrast_m10_bb_pos,sell,2025-12-23 09:36:00,757.0 -57285,sell_contrast_m10_bb_pos,sell,2025-12-23 09:39:00,759.0 -57286,sell_contrast_m10_bb_pos,sell,2025-12-23 10:12:00,761.0 -57287,sell_contrast_m10_bb_pos,sell,2025-12-23 10:15:00,759.0 -57288,sell_contrast_m10_bb_pos,sell,2025-12-23 10:18:00,757.0 -57289,sell_contrast_m10_bb_pos,sell,2025-12-23 19:51:00,746.0 -57290,sell_contrast_m10_bb_pos,sell,2025-12-23 19:54:00,744.0 -57291,sell_contrast_m10_bb_pos,sell,2025-12-23 19:57:00,745.0 -57292,sell_contrast_m10_bb_pos,sell,2025-12-23 20:00:00,745.0 -57293,sell_contrast_m10_bb_pos,sell,2025-12-23 20:06:00,745.0 -57294,sell_contrast_m10_bb_pos,sell,2025-12-23 20:09:00,745.0 -57295,sell_contrast_m10_bb_pos,sell,2025-12-24 02:00:00,735.0 -57296,sell_contrast_m10_bb_pos,sell,2025-12-24 02:03:00,735.0 -57297,sell_contrast_m10_bb_pos,sell,2025-12-24 02:06:00,737.0 -57298,sell_contrast_m10_bb_pos,sell,2025-12-24 02:09:00,737.0 -57299,sell_contrast_m10_bb_pos,sell,2025-12-24 02:12:00,736.0 -57300,sell_contrast_m10_bb_pos,sell,2025-12-24 02:15:00,736.0 -57301,sell_contrast_m10_bb_pos,sell,2025-12-24 02:18:00,738.0 -57302,sell_contrast_m10_bb_pos,sell,2025-12-24 03:42:00,739.0 -57303,sell_contrast_m10_bb_pos,sell,2025-12-24 03:45:00,741.0 -57304,sell_contrast_m10_bb_pos,sell,2025-12-24 03:48:00,742.0 -57305,sell_contrast_m10_bb_pos,sell,2025-12-24 03:51:00,740.0 -57306,sell_contrast_m10_bb_pos,sell,2025-12-24 03:54:00,739.0 -57307,sell_contrast_m10_bb_pos,sell,2025-12-24 03:57:00,741.0 -57308,sell_contrast_m10_bb_pos,sell,2025-12-24 04:00:00,740.0 -57309,sell_contrast_m10_bb_pos,sell,2025-12-24 04:03:00,739.0 -57310,sell_contrast_m10_bb_pos,sell,2025-12-24 04:06:00,740.0 -57311,sell_contrast_m10_bb_pos,sell,2025-12-24 04:09:00,737.0 -57312,sell_contrast_m10_bb_pos,sell,2025-12-24 05:51:00,742.0 -57313,sell_contrast_m10_bb_pos,sell,2025-12-24 05:54:00,742.0 -57314,sell_contrast_m10_bb_pos,sell,2025-12-24 05:57:00,741.0 -57315,sell_contrast_m10_bb_pos,sell,2025-12-24 16:51:00,716.0 -57316,sell_contrast_m10_bb_pos,sell,2025-12-24 16:54:00,717.0 -57317,sell_contrast_m10_bb_pos,sell,2025-12-24 16:57:00,714.0 -57318,sell_contrast_m10_bb_pos,sell,2025-12-24 21:51:00,716.0 -57319,sell_contrast_m10_bb_pos,sell,2025-12-24 21:54:00,716.0 -57320,sell_contrast_m10_bb_pos,sell,2025-12-24 21:57:00,717.0 -57321,sell_contrast_m10_bb_pos,sell,2025-12-24 22:00:00,716.0 -57322,sell_contrast_m10_bb_pos,sell,2025-12-24 22:03:00,716.0 -57323,sell_contrast_m10_bb_pos,sell,2025-12-24 22:06:00,716.0 -57324,sell_contrast_m10_bb_pos,sell,2025-12-24 22:09:00,715.0 -57325,sell_contrast_m10_bb_pos,sell,2025-12-25 00:42:00,717.0 -57326,sell_contrast_m10_bb_pos,sell,2025-12-25 00:45:00,719.0 -57327,sell_contrast_m10_bb_pos,sell,2025-12-25 00:48:00,718.0 -57328,sell_contrast_m10_bb_pos,sell,2025-12-25 00:51:00,716.0 -57329,sell_contrast_m10_bb_pos,sell,2025-12-25 00:54:00,718.0 -57330,sell_contrast_m10_bb_pos,sell,2025-12-25 00:57:00,717.0 -57331,sell_contrast_m10_bb_pos,sell,2025-12-25 01:00:00,718.0 -57332,sell_contrast_m10_bb_pos,sell,2025-12-25 01:03:00,718.0 -57333,sell_contrast_m10_bb_pos,sell,2025-12-25 01:06:00,718.0 -57334,sell_contrast_m10_bb_pos,sell,2025-12-25 01:09:00,717.0 -57335,sell_contrast_m10_bb_pos,sell,2025-12-25 01:51:00,716.0 -57336,sell_contrast_m10_bb_pos,sell,2025-12-25 01:54:00,716.0 -57337,sell_contrast_m10_bb_pos,sell,2025-12-25 01:57:00,716.0 -57338,sell_contrast_m10_bb_pos,sell,2025-12-25 05:12:00,718.0 -57339,sell_contrast_m10_bb_pos,sell,2025-12-25 05:15:00,717.0 -57340,sell_contrast_m10_bb_pos,sell,2025-12-25 05:18:00,718.0 -57341,sell_contrast_m10_bb_pos,sell,2025-12-25 05:21:00,719.0 -57342,sell_contrast_m10_bb_pos,sell,2025-12-25 05:24:00,719.0 -57343,sell_contrast_m10_bb_pos,sell,2025-12-25 05:27:00,717.0 -57344,sell_contrast_m10_bb_pos,sell,2025-12-25 05:30:00,718.0 -57345,sell_contrast_m10_bb_pos,sell,2025-12-25 05:33:00,719.0 -57346,sell_contrast_m10_bb_pos,sell,2025-12-25 05:39:00,717.0 -57347,sell_contrast_m10_bb_pos,sell,2025-12-25 07:12:00,722.0 -57348,sell_contrast_m10_bb_pos,sell,2025-12-25 07:15:00,722.0 -57349,sell_contrast_m10_bb_pos,sell,2025-12-25 07:18:00,722.0 -57350,sell_contrast_m10_bb_pos,sell,2025-12-25 07:21:00,722.0 -57351,sell_contrast_m10_bb_pos,sell,2025-12-25 07:24:00,722.0 -57352,sell_contrast_m10_bb_pos,sell,2025-12-25 07:27:00,722.0 -57353,sell_contrast_m10_bb_pos,sell,2025-12-25 07:30:00,722.0 -57354,sell_contrast_m10_bb_pos,sell,2025-12-25 07:33:00,724.0 -57355,sell_contrast_m10_bb_pos,sell,2025-12-25 07:36:00,724.0 -57356,sell_contrast_m10_bb_pos,sell,2025-12-25 07:39:00,726.0 -57357,sell_contrast_m10_bb_pos,sell,2025-12-25 07:51:00,724.0 -57358,sell_contrast_m10_bb_pos,sell,2025-12-25 07:54:00,726.0 -57359,sell_contrast_m10_bb_pos,sell,2025-12-25 07:57:00,725.0 -57360,sell_contrast_m10_bb_pos,sell,2025-12-25 08:00:00,725.0 -57361,sell_contrast_m10_bb_pos,sell,2025-12-25 08:03:00,724.0 -57362,sell_contrast_m10_bb_pos,sell,2025-12-25 08:06:00,723.0 -57363,sell_contrast_m10_bb_pos,sell,2025-12-25 08:09:00,723.0 -57364,sell_contrast_m10_bb_pos,sell,2025-12-25 10:21:00,725.0 -57365,sell_contrast_m10_bb_pos,sell,2025-12-25 10:24:00,725.0 -57366,sell_contrast_m10_bb_pos,sell,2025-12-25 10:27:00,723.0 -57367,sell_contrast_m10_bb_pos,sell,2025-12-25 10:51:00,725.0 -57368,sell_contrast_m10_bb_pos,sell,2025-12-25 10:54:00,724.0 -57369,sell_contrast_m10_bb_pos,sell,2025-12-25 10:57:00,723.0 -57370,sell_contrast_m10_bb_pos,sell,2025-12-25 12:12:00,732.0 -57371,sell_contrast_m10_bb_pos,sell,2025-12-25 12:15:00,734.0 -57372,sell_contrast_m10_bb_pos,sell,2025-12-25 12:18:00,733.0 -57373,sell_contrast_m10_bb_pos,sell,2025-12-25 12:21:00,735.0 -57374,sell_contrast_m10_bb_pos,sell,2025-12-25 12:24:00,734.0 -57375,sell_contrast_m10_bb_pos,sell,2025-12-25 12:27:00,733.0 -57376,sell_contrast_m10_bb_pos,sell,2025-12-25 12:30:00,733.0 -57377,sell_contrast_m10_bb_pos,sell,2025-12-25 12:33:00,732.0 -57378,sell_contrast_m10_bb_pos,sell,2025-12-25 12:36:00,732.0 -57379,sell_contrast_m10_bb_pos,sell,2025-12-25 12:39:00,732.0 -57380,sell_contrast_m10_bb_pos,sell,2025-12-25 16:51:00,734.0 -57381,sell_contrast_m10_bb_pos,sell,2025-12-25 16:54:00,733.0 -57382,sell_contrast_m10_bb_pos,sell,2025-12-25 16:57:00,734.0 -57383,sell_contrast_m10_bb_pos,sell,2025-12-25 17:00:00,734.0 -57384,sell_contrast_m10_bb_pos,sell,2025-12-25 17:03:00,734.0 -57385,sell_contrast_m10_bb_pos,sell,2025-12-25 17:06:00,738.0 -57386,sell_contrast_m10_bb_pos,sell,2025-12-25 17:09:00,740.0 -57387,sell_contrast_m10_bb_pos,sell,2025-12-25 17:21:00,738.0 -57388,sell_contrast_m10_bb_pos,sell,2025-12-25 17:24:00,734.0 -57389,sell_contrast_m10_bb_pos,sell,2025-12-25 17:27:00,737.0 -57390,sell_contrast_m10_bb_pos,sell,2025-12-25 18:00:00,738.0 -57391,sell_contrast_m10_bb_pos,sell,2025-12-25 18:03:00,740.0 -57392,sell_contrast_m10_bb_pos,sell,2025-12-25 18:06:00,738.0 -57393,sell_contrast_m10_bb_pos,sell,2025-12-25 18:09:00,738.0 -57394,sell_contrast_m10_bb_pos,sell,2025-12-25 22:12:00,733.0 -57395,sell_contrast_m10_bb_pos,sell,2025-12-25 22:15:00,733.0 -57396,sell_contrast_m10_bb_pos,sell,2025-12-25 22:18:00,731.0 -57397,sell_contrast_m10_bb_pos,sell,2025-12-26 01:00:00,735.0 -57398,sell_contrast_m10_bb_pos,sell,2025-12-26 01:03:00,734.0 -57399,sell_contrast_m10_bb_pos,sell,2025-12-26 01:06:00,734.0 -57400,sell_contrast_m10_bb_pos,sell,2025-12-26 01:09:00,734.0 -57401,sell_contrast_m10_bb_pos,sell,2025-12-26 01:12:00,735.0 -57402,sell_contrast_m10_bb_pos,sell,2025-12-26 01:15:00,737.0 -57403,sell_contrast_m10_bb_pos,sell,2025-12-26 01:18:00,736.0 -57404,sell_contrast_m10_bb_pos,sell,2025-12-26 01:21:00,734.0 -57405,sell_contrast_m10_bb_pos,sell,2025-12-26 01:24:00,736.0 -57406,sell_contrast_m10_bb_pos,sell,2025-12-26 01:27:00,737.0 -57407,sell_contrast_m10_bb_pos,sell,2025-12-26 01:30:00,736.0 -57408,sell_contrast_m10_bb_pos,sell,2025-12-26 01:33:00,735.0 -57409,sell_contrast_m10_bb_pos,sell,2025-12-26 01:36:00,736.0 -57410,sell_contrast_m10_bb_pos,sell,2025-12-26 01:39:00,737.0 -57411,sell_contrast_m10_bb_pos,sell,2025-12-26 01:42:00,737.0 -57412,sell_contrast_m10_bb_pos,sell,2025-12-26 01:45:00,737.0 -57413,sell_contrast_m10_bb_pos,sell,2025-12-26 01:48:00,734.0 -57414,sell_contrast_m10_bb_pos,sell,2025-12-26 05:00:00,738.0 -57415,sell_contrast_m10_bb_pos,sell,2025-12-26 05:03:00,736.0 -57416,sell_contrast_m10_bb_pos,sell,2025-12-26 05:06:00,736.0 -57417,sell_contrast_m10_bb_pos,sell,2025-12-26 05:09:00,737.0 -57418,sell_contrast_m10_bb_pos,sell,2025-12-26 11:42:00,726.0 -57419,sell_contrast_m10_bb_pos,sell,2025-12-26 11:45:00,726.0 -57420,sell_contrast_m10_bb_pos,sell,2025-12-26 11:48:00,728.0 -57421,sell_contrast_m10_bb_pos,sell,2025-12-26 11:51:00,725.0 -57422,sell_contrast_m10_bb_pos,sell,2025-12-26 11:54:00,727.0 -57423,sell_contrast_m10_bb_pos,sell,2025-12-26 11:57:00,726.0 -57424,sell_contrast_m10_bb_pos,sell,2025-12-26 12:00:00,726.0 -57425,sell_contrast_m10_bb_pos,sell,2025-12-26 12:03:00,725.0 -57426,sell_contrast_m10_bb_pos,sell,2025-12-26 12:06:00,724.0 -57427,sell_contrast_m10_bb_pos,sell,2025-12-26 12:09:00,723.0 -57428,sell_contrast_m10_bb_pos,sell,2025-12-26 14:51:00,728.0 -57429,sell_contrast_m10_bb_pos,sell,2025-12-26 14:54:00,730.0 -57430,sell_contrast_m10_bb_pos,sell,2025-12-26 14:57:00,731.0 -57431,sell_contrast_m10_bb_pos,sell,2025-12-26 15:00:00,731.0 -57432,sell_contrast_m10_bb_pos,sell,2025-12-26 15:03:00,732.0 -57433,sell_contrast_m10_bb_pos,sell,2025-12-26 15:06:00,733.0 -57434,sell_contrast_m10_bb_pos,sell,2025-12-26 15:09:00,732.0 -57435,sell_contrast_m10_bb_pos,sell,2025-12-26 15:12:00,732.0 -57436,sell_contrast_m10_bb_pos,sell,2025-12-26 15:15:00,733.0 -57437,sell_contrast_m10_bb_pos,sell,2025-12-26 15:18:00,734.0 -57438,sell_contrast_m10_bb_pos,sell,2025-12-26 22:42:00,726.0 -57439,sell_contrast_m10_bb_pos,sell,2025-12-26 22:45:00,725.0 -57440,sell_contrast_m10_bb_pos,sell,2025-12-26 22:48:00,726.0 -57441,sell_contrast_m10_bb_pos,sell,2025-12-26 22:51:00,727.0 -57442,sell_contrast_m10_bb_pos,sell,2025-12-26 22:54:00,727.0 -57443,sell_contrast_m10_bb_pos,sell,2025-12-26 22:57:00,726.0 -57444,sell_contrast_m10_bb_pos,sell,2025-12-27 03:21:00,720.0 -57445,sell_contrast_m10_bb_pos,sell,2025-12-27 03:24:00,719.0 -57446,sell_contrast_m10_bb_pos,sell,2025-12-27 03:27:00,721.0 -57447,sell_contrast_m10_bb_pos,sell,2025-12-27 03:30:00,721.0 -57448,sell_contrast_m10_bb_pos,sell,2025-12-27 03:33:00,722.0 -57449,sell_contrast_m10_bb_pos,sell,2025-12-27 03:36:00,721.0 -57450,sell_contrast_m10_bb_pos,sell,2025-12-27 03:51:00,721.0 -57451,sell_contrast_m10_bb_pos,sell,2025-12-27 03:54:00,721.0 -57452,sell_contrast_m10_bb_pos,sell,2025-12-27 04:21:00,723.0 -57453,sell_contrast_m10_bb_pos,sell,2025-12-27 04:24:00,724.0 -57454,sell_contrast_m10_bb_pos,sell,2025-12-27 04:27:00,723.0 -57455,sell_contrast_m10_bb_pos,sell,2025-12-27 04:30:00,724.0 -57456,sell_contrast_m10_bb_pos,sell,2025-12-27 04:33:00,725.0 -57457,sell_contrast_m10_bb_pos,sell,2025-12-27 04:36:00,727.0 -57458,sell_contrast_m10_bb_pos,sell,2025-12-27 04:39:00,727.0 -57459,sell_contrast_m10_bb_pos,sell,2025-12-27 04:42:00,725.0 -57460,sell_contrast_m10_bb_pos,sell,2025-12-27 04:45:00,726.0 -57461,sell_contrast_m10_bb_pos,sell,2025-12-27 04:48:00,725.0 -57462,sell_contrast_m10_bb_pos,sell,2025-12-27 05:00:00,726.0 -57463,sell_contrast_m10_bb_pos,sell,2025-12-27 05:06:00,724.0 -57464,sell_contrast_m10_bb_pos,sell,2025-12-27 09:42:00,723.0 -57465,sell_contrast_m10_bb_pos,sell,2025-12-27 09:45:00,723.0 -57466,sell_contrast_m10_bb_pos,sell,2025-12-27 09:48:00,721.0 -57467,sell_contrast_m10_bb_pos,sell,2025-12-27 11:12:00,724.0 -57468,sell_contrast_m10_bb_pos,sell,2025-12-27 11:15:00,724.0 -57469,sell_contrast_m10_bb_pos,sell,2025-12-27 11:18:00,723.0 -57470,sell_contrast_m10_bb_pos,sell,2025-12-27 11:51:00,723.0 -57471,sell_contrast_m10_bb_pos,sell,2025-12-27 11:54:00,724.0 -57472,sell_contrast_m10_bb_pos,sell,2025-12-27 11:57:00,724.0 -57473,sell_contrast_m10_bb_pos,sell,2025-12-27 12:51:00,727.0 -57474,sell_contrast_m10_bb_pos,sell,2025-12-27 12:54:00,725.0 -57475,sell_contrast_m10_bb_pos,sell,2025-12-27 12:57:00,726.0 -57476,sell_contrast_m10_bb_pos,sell,2025-12-27 13:00:00,727.0 -57477,sell_contrast_m10_bb_pos,sell,2025-12-27 13:03:00,726.0 -57478,sell_contrast_m10_bb_pos,sell,2025-12-27 13:06:00,725.0 -57479,sell_contrast_m10_bb_pos,sell,2025-12-27 13:09:00,726.0 -57480,sell_contrast_m10_bb_pos,sell,2025-12-27 13:21:00,726.0 -57481,sell_contrast_m10_bb_pos,sell,2025-12-27 13:24:00,726.0 -57482,sell_contrast_m10_bb_pos,sell,2025-12-27 13:27:00,725.0 -57483,sell_contrast_m10_bb_pos,sell,2025-12-27 19:21:00,723.0 -57484,sell_contrast_m10_bb_pos,sell,2025-12-27 19:24:00,722.0 -57485,sell_contrast_m10_bb_pos,sell,2025-12-27 19:27:00,722.0 -57486,sell_contrast_m10_bb_pos,sell,2025-12-27 20:21:00,725.0 -57487,sell_contrast_m10_bb_pos,sell,2025-12-27 20:24:00,725.0 -57488,sell_contrast_m10_bb_pos,sell,2025-12-27 20:27:00,726.0 -57489,sell_contrast_m10_bb_pos,sell,2025-12-27 20:42:00,726.0 -57490,sell_contrast_m10_bb_pos,sell,2025-12-27 20:45:00,724.0 -57491,sell_contrast_m10_bb_pos,sell,2025-12-27 20:48:00,725.0 -57492,sell_contrast_m10_bb_pos,sell,2025-12-27 20:51:00,726.0 -57493,sell_contrast_m10_bb_pos,sell,2025-12-27 20:54:00,726.0 -57494,sell_contrast_m10_bb_pos,sell,2025-12-27 20:57:00,726.0 -57495,sell_contrast_m10_bb_pos,sell,2025-12-27 21:00:00,725.0 -57496,sell_contrast_m10_bb_pos,sell,2025-12-27 21:03:00,727.0 -57497,sell_contrast_m10_bb_pos,sell,2025-12-27 21:06:00,727.0 -57498,sell_contrast_m10_bb_pos,sell,2025-12-27 21:09:00,726.0 -57499,sell_contrast_m10_bb_pos,sell,2025-12-27 21:12:00,726.0 -57500,sell_contrast_m10_bb_pos,sell,2025-12-27 21:15:00,726.0 -57501,sell_contrast_m10_bb_pos,sell,2025-12-27 21:18:00,727.0 -57502,sell_contrast_m10_bb_pos,sell,2025-12-27 21:21:00,726.0 -57503,sell_contrast_m10_bb_pos,sell,2025-12-27 21:24:00,726.0 -57504,sell_contrast_m10_bb_pos,sell,2025-12-27 21:27:00,726.0 -57505,sell_contrast_m10_bb_pos,sell,2025-12-27 21:42:00,727.0 -57506,sell_contrast_m10_bb_pos,sell,2025-12-27 21:45:00,727.0 -57507,sell_contrast_m10_bb_pos,sell,2025-12-27 21:48:00,727.0 -57508,sell_contrast_m10_bb_pos,sell,2025-12-28 00:00:00,727.0 -57509,sell_contrast_m10_bb_pos,sell,2025-12-28 00:03:00,725.0 -57510,sell_contrast_m10_bb_pos,sell,2025-12-28 00:06:00,726.0 -57511,sell_contrast_m10_bb_pos,sell,2025-12-28 00:09:00,725.0 -57512,sell_contrast_m10_bb_pos,sell,2025-12-28 00:21:00,726.0 -57513,sell_contrast_m10_bb_pos,sell,2025-12-28 00:24:00,726.0 -57514,sell_contrast_m10_bb_pos,sell,2025-12-28 00:27:00,727.0 -57515,sell_contrast_m10_bb_pos,sell,2025-12-28 00:42:00,728.0 -57516,sell_contrast_m10_bb_pos,sell,2025-12-28 00:45:00,728.0 -57517,sell_contrast_m10_bb_pos,sell,2025-12-28 00:48:00,728.0 -57518,sell_contrast_m10_bb_pos,sell,2025-12-28 00:51:00,730.0 -57519,sell_contrast_m10_bb_pos,sell,2025-12-28 00:54:00,729.0 -57520,sell_contrast_m10_bb_pos,sell,2025-12-28 00:57:00,730.0 -57521,sell_contrast_m10_bb_pos,sell,2025-12-28 01:30:00,732.0 -57522,sell_contrast_m10_bb_pos,sell,2025-12-28 01:33:00,732.0 -57523,sell_contrast_m10_bb_pos,sell,2025-12-28 01:36:00,733.0 -57524,sell_contrast_m10_bb_pos,sell,2025-12-28 01:39:00,733.0 -57525,sell_contrast_m10_bb_pos,sell,2025-12-28 01:42:00,731.0 -57526,sell_contrast_m10_bb_pos,sell,2025-12-28 01:45:00,732.0 -57527,sell_contrast_m10_bb_pos,sell,2025-12-28 01:48:00,731.0 -57528,sell_contrast_m10_bb_pos,sell,2025-12-28 04:51:00,732.0 -57529,sell_contrast_m10_bb_pos,sell,2025-12-28 04:54:00,732.0 -57530,sell_contrast_m10_bb_pos,sell,2025-12-28 04:57:00,732.0 -57531,sell_contrast_m10_bb_pos,sell,2025-12-28 05:00:00,732.0 -57532,sell_contrast_m10_bb_pos,sell,2025-12-28 05:03:00,732.0 -57533,sell_contrast_m10_bb_pos,sell,2025-12-28 05:06:00,734.0 -57534,sell_contrast_m10_bb_pos,sell,2025-12-28 05:09:00,732.0 -57535,sell_contrast_m10_bb_pos,sell,2025-12-28 05:12:00,732.0 -57536,sell_contrast_m10_bb_pos,sell,2025-12-28 05:15:00,732.0 -57537,sell_contrast_m10_bb_pos,sell,2025-12-28 05:18:00,731.0 -57538,sell_contrast_m10_bb_pos,sell,2025-12-28 07:12:00,741.0 -57539,sell_contrast_m10_bb_pos,sell,2025-12-28 07:15:00,742.0 -57540,sell_contrast_m10_bb_pos,sell,2025-12-28 07:18:00,739.0 -57541,sell_contrast_m10_bb_pos,sell,2025-12-28 07:30:00,737.0 -57542,sell_contrast_m10_bb_pos,sell,2025-12-28 07:33:00,735.0 -57543,sell_contrast_m10_bb_pos,sell,2025-12-28 07:36:00,735.0 -57544,sell_contrast_m10_bb_pos,sell,2025-12-28 07:39:00,735.0 -57545,sell_contrast_m10_bb_pos,sell,2025-12-28 08:30:00,741.0 -57546,sell_contrast_m10_bb_pos,sell,2025-12-28 08:33:00,741.0 -57547,sell_contrast_m10_bb_pos,sell,2025-12-28 08:36:00,745.0 -57548,sell_contrast_m10_bb_pos,sell,2025-12-28 08:39:00,743.0 -57549,sell_contrast_m10_bb_pos,sell,2025-12-28 08:42:00,742.0 -57550,sell_contrast_m10_bb_pos,sell,2025-12-28 08:45:00,742.0 -57551,sell_contrast_m10_bb_pos,sell,2025-12-28 08:48:00,749.0 -57552,sell_contrast_m10_bb_pos,sell,2025-12-28 09:12:00,746.0 -57553,sell_contrast_m10_bb_pos,sell,2025-12-28 09:15:00,747.0 -57554,sell_contrast_m10_bb_pos,sell,2025-12-28 09:18:00,747.0 -57555,sell_contrast_m10_bb_pos,sell,2025-12-28 09:21:00,746.0 -57556,sell_contrast_m10_bb_pos,sell,2025-12-28 09:24:00,746.0 -57557,sell_contrast_m10_bb_pos,sell,2025-12-28 09:27:00,745.0 -57558,sell_contrast_m10_bb_pos,sell,2025-12-28 16:21:00,745.0 -57559,sell_contrast_m10_bb_pos,sell,2025-12-28 16:24:00,745.0 -57560,sell_contrast_m10_bb_pos,sell,2025-12-28 16:27:00,745.0 -57561,sell_contrast_m10_bb_pos,sell,2025-12-28 16:51:00,746.0 -57562,sell_contrast_m10_bb_pos,sell,2025-12-28 16:54:00,744.0 -57563,sell_contrast_m10_bb_pos,sell,2025-12-28 16:57:00,745.0 -57564,sell_contrast_m10_bb_pos,sell,2025-12-28 17:42:00,747.0 -57565,sell_contrast_m10_bb_pos,sell,2025-12-28 17:45:00,747.0 -57566,sell_contrast_m10_bb_pos,sell,2025-12-28 17:48:00,747.0 -57567,sell_contrast_m10_bb_pos,sell,2025-12-29 00:12:00,745.0 -57568,sell_contrast_m10_bb_pos,sell,2025-12-29 00:15:00,743.0 -57569,sell_contrast_m10_bb_pos,sell,2025-12-29 00:18:00,743.0 -57570,sell_contrast_m10_bb_pos,sell,2025-12-29 02:12:00,744.0 -57571,sell_contrast_m10_bb_pos,sell,2025-12-29 02:15:00,744.0 -57572,sell_contrast_m10_bb_pos,sell,2025-12-29 02:18:00,746.0 -57573,sell_contrast_m10_bb_pos,sell,2025-12-29 07:51:00,735.0 -57574,sell_contrast_m10_bb_pos,sell,2025-12-29 07:54:00,735.0 -57575,sell_contrast_m10_bb_pos,sell,2025-12-29 07:57:00,734.0 -57576,sell_contrast_m10_bb_pos,sell,2025-12-29 09:00:00,735.0 -57577,sell_contrast_m10_bb_pos,sell,2025-12-29 09:03:00,733.0 -57578,sell_contrast_m10_bb_pos,sell,2025-12-29 09:06:00,733.0 -57579,sell_contrast_m10_bb_pos,sell,2025-12-29 09:09:00,733.0 -57580,sell_contrast_m10_bb_pos,sell,2025-12-29 10:00:00,738.0 -57581,sell_contrast_m10_bb_pos,sell,2025-12-29 10:03:00,737.0 -57582,sell_contrast_m10_bb_pos,sell,2025-12-29 10:06:00,735.0 -57583,sell_contrast_m10_bb_pos,sell,2025-12-29 10:09:00,735.0 -57584,sell_contrast_m10_bb_pos,sell,2025-12-29 10:42:00,743.0 -57585,sell_contrast_m10_bb_pos,sell,2025-12-29 10:45:00,741.0 -57586,sell_contrast_m10_bb_pos,sell,2025-12-29 10:48:00,740.0 -57587,sell_contrast_m10_bb_pos,sell,2025-12-29 11:00:00,741.0 -57588,sell_contrast_m10_bb_pos,sell,2025-12-29 11:03:00,742.0 -57589,sell_contrast_m10_bb_pos,sell,2025-12-29 11:06:00,744.0 -57590,sell_contrast_m10_bb_pos,sell,2025-12-29 11:09:00,745.0 -57591,sell_contrast_m10_bb_pos,sell,2025-12-29 11:21:00,743.0 -57592,sell_contrast_m10_bb_pos,sell,2025-12-29 11:24:00,742.0 -57593,sell_contrast_m10_bb_pos,sell,2025-12-29 11:27:00,743.0 -57594,sell_contrast_m10_bb_pos,sell,2025-12-29 11:30:00,744.0 -57595,sell_contrast_m10_bb_pos,sell,2025-12-29 11:33:00,743.0 -57596,sell_contrast_m10_bb_pos,sell,2025-12-29 11:36:00,744.0 -57597,sell_contrast_m10_bb_pos,sell,2025-12-29 11:39:00,741.0 -57598,sell_contrast_m10_bb_pos,sell,2025-12-29 12:30:00,747.0 -57599,sell_contrast_m10_bb_pos,sell,2025-12-29 12:33:00,747.0 -57600,sell_contrast_m10_bb_pos,sell,2025-12-29 12:36:00,749.0 -57601,sell_contrast_m10_bb_pos,sell,2025-12-29 12:39:00,749.0 -57602,sell_contrast_m10_bb_pos,sell,2025-12-29 13:00:00,752.0 -57603,sell_contrast_m10_bb_pos,sell,2025-12-29 13:03:00,750.0 -57604,sell_contrast_m10_bb_pos,sell,2025-12-29 13:06:00,750.0 -57605,sell_contrast_m10_bb_pos,sell,2025-12-29 13:09:00,751.0 -57606,sell_contrast_m10_bb_pos,sell,2025-12-29 13:12:00,750.0 -57607,sell_contrast_m10_bb_pos,sell,2025-12-29 13:15:00,750.0 -57608,sell_contrast_m10_bb_pos,sell,2025-12-29 13:18:00,750.0 -57609,sell_contrast_m10_bb_pos,sell,2025-12-29 13:42:00,751.0 -57610,sell_contrast_m10_bb_pos,sell,2025-12-29 13:45:00,750.0 -57611,sell_contrast_m10_bb_pos,sell,2025-12-29 13:48:00,750.0 -57612,sell_contrast_m10_bb_pos,sell,2025-12-30 00:30:00,731.0 -57613,sell_contrast_m10_bb_pos,sell,2025-12-30 00:33:00,731.0 -57614,sell_contrast_m10_bb_pos,sell,2025-12-30 00:36:00,731.0 -57615,sell_contrast_m10_bb_pos,sell,2025-12-30 00:39:00,730.0 -57616,sell_contrast_m10_bb_pos,sell,2025-12-30 07:00:00,722.0 -57617,sell_contrast_m10_bb_pos,sell,2025-12-30 07:03:00,720.0 -57618,sell_contrast_m10_bb_pos,sell,2025-12-30 07:06:00,720.0 -57619,sell_contrast_m10_bb_pos,sell,2025-12-30 07:09:00,720.0 -57620,sell_contrast_m10_bb_pos,sell,2025-12-30 07:21:00,722.0 -57621,sell_contrast_m10_bb_pos,sell,2025-12-30 07:24:00,723.0 -57622,sell_contrast_m10_bb_pos,sell,2025-12-30 07:27:00,721.0 -57623,sell_contrast_m10_bb_pos,sell,2025-12-30 13:00:00,718.0 -57624,sell_contrast_m10_bb_pos,sell,2025-12-30 13:03:00,719.0 -57625,sell_contrast_m10_bb_pos,sell,2025-12-30 13:06:00,718.0 -57626,sell_contrast_m10_bb_pos,sell,2025-12-30 13:09:00,718.0 -57627,sell_contrast_m10_bb_pos,sell,2025-12-30 13:42:00,719.0 -57628,sell_contrast_m10_bb_pos,sell,2025-12-30 13:45:00,719.0 -57629,sell_contrast_m10_bb_pos,sell,2025-12-30 13:48:00,720.0 -57630,sell_contrast_m10_bb_pos,sell,2025-12-30 13:51:00,719.0 -57631,sell_contrast_m10_bb_pos,sell,2025-12-30 13:54:00,719.0 -57632,sell_contrast_m10_bb_pos,sell,2025-12-30 13:57:00,718.0 -57633,sell_contrast_m10_bb_pos,sell,2025-12-30 15:51:00,720.0 -57634,sell_contrast_m10_bb_pos,sell,2025-12-30 15:54:00,719.0 -57635,sell_contrast_m10_bb_pos,sell,2025-12-30 15:57:00,718.0 -57636,sell_contrast_m10_bb_pos,sell,2025-12-30 16:51:00,721.0 -57637,sell_contrast_m10_bb_pos,sell,2025-12-30 16:54:00,721.0 -57638,sell_contrast_m10_bb_pos,sell,2025-12-30 16:57:00,720.0 -57639,sell_contrast_m10_bb_pos,sell,2025-12-30 17:30:00,724.0 -57640,sell_contrast_m10_bb_pos,sell,2025-12-30 17:33:00,724.0 -57641,sell_contrast_m10_bb_pos,sell,2025-12-30 17:36:00,725.0 -57642,sell_contrast_m10_bb_pos,sell,2025-12-30 17:39:00,725.0 -57643,sell_contrast_m10_bb_pos,sell,2025-12-30 17:42:00,726.0 -57644,sell_contrast_m10_bb_pos,sell,2025-12-30 17:45:00,725.0 -57645,sell_contrast_m10_bb_pos,sell,2025-12-30 17:48:00,724.0 -57646,sell_contrast_m10_bb_pos,sell,2025-12-30 22:30:00,727.0 -57647,sell_contrast_m10_bb_pos,sell,2025-12-30 22:33:00,724.0 -57648,sell_contrast_m10_bb_pos,sell,2025-12-30 22:36:00,725.0 -57649,sell_contrast_m10_bb_pos,sell,2025-12-30 22:39:00,725.0 -57650,sell_contrast_m10_bb_pos,sell,2025-12-31 07:21:00,715.0 -57651,sell_contrast_m10_bb_pos,sell,2025-12-31 07:24:00,715.0 -57652,sell_contrast_m10_bb_pos,sell,2025-12-31 07:27:00,715.0 -57653,sell_contrast_m10_bb_pos,sell,2025-12-31 07:30:00,715.0 -57654,sell_contrast_m10_bb_pos,sell,2025-12-31 07:33:00,714.0 -57655,sell_contrast_m10_bb_pos,sell,2025-12-31 07:36:00,714.0 -57656,sell_contrast_m10_bb_pos,sell,2025-12-31 07:39:00,712.0 -57657,sell_contrast_m10_bb_pos,sell,2025-12-31 08:30:00,715.0 -57658,sell_contrast_m10_bb_pos,sell,2025-12-31 08:33:00,715.0 -57659,sell_contrast_m10_bb_pos,sell,2025-12-31 08:36:00,715.0 -57660,sell_contrast_m10_bb_pos,sell,2025-12-31 10:42:00,717.0 -57661,sell_contrast_m10_bb_pos,sell,2025-12-31 10:45:00,717.0 -57662,sell_contrast_m10_bb_pos,sell,2025-12-31 10:48:00,716.0 -57663,sell_contrast_m10_bb_pos,sell,2025-12-31 11:21:00,716.0 -57664,sell_contrast_m10_bb_pos,sell,2025-12-31 11:24:00,716.0 -57665,sell_contrast_m10_bb_pos,sell,2025-12-31 11:27:00,716.0 -57666,sell_contrast_m10_bb_pos,sell,2025-12-31 11:33:00,717.0 -57667,sell_contrast_m10_bb_pos,sell,2025-12-31 11:36:00,716.0 -57668,sell_contrast_m10_bb_pos,sell,2025-12-31 11:39:00,716.0 -57669,sell_contrast_m10_bb_pos,sell,2025-12-31 20:42:00,713.0 -57670,sell_contrast_m10_bb_pos,sell,2025-12-31 20:45:00,714.0 -57671,sell_contrast_m10_bb_pos,sell,2025-12-31 20:48:00,713.0 -57672,sell_contrast_m10_bb_pos,sell,2025-12-31 21:00:00,714.0 -57673,sell_contrast_m10_bb_pos,sell,2025-12-31 21:03:00,712.0 -57674,sell_contrast_m10_bb_pos,sell,2025-12-31 21:06:00,713.0 -57675,sell_contrast_m10_bb_pos,sell,2025-12-31 21:09:00,713.0 -57676,sell_contrast_m10_bb_pos,sell,2025-12-31 23:00:00,714.0 -57677,sell_contrast_m10_bb_pos,sell,2025-12-31 23:03:00,714.0 -57678,sell_contrast_m10_bb_pos,sell,2025-12-31 23:06:00,714.0 -57679,sell_contrast_m10_bb_pos,sell,2025-12-31 23:09:00,717.0 -57680,sell_contrast_m10_bb_pos,sell,2025-12-31 23:21:00,716.0 -57681,sell_contrast_m10_bb_pos,sell,2025-12-31 23:24:00,715.0 -57682,sell_contrast_m10_bb_pos,sell,2025-12-31 23:27:00,714.0 -57683,sell_contrast_m10_bb_pos,sell,2026-01-01 05:42:00,697.0 -57684,sell_contrast_m10_bb_pos,sell,2026-01-01 05:45:00,699.0 -57685,sell_contrast_m10_bb_pos,sell,2026-01-01 05:48:00,700.0 -57686,sell_contrast_m10_bb_pos,sell,2026-01-01 06:24:00,702.0 -57687,sell_contrast_m10_bb_pos,sell,2026-01-01 06:27:00,702.0 -57688,sell_contrast_m10_bb_pos,sell,2026-01-01 06:30:00,702.0 -57689,sell_contrast_m10_bb_pos,sell,2026-01-01 06:33:00,702.0 -57690,sell_contrast_m10_bb_pos,sell,2026-01-01 06:36:00,702.0 -57691,sell_contrast_m10_bb_pos,sell,2026-01-01 06:39:00,703.0 -57692,sell_contrast_m10_bb_pos,sell,2026-01-01 06:42:00,703.0 -57693,sell_contrast_m10_bb_pos,sell,2026-01-01 06:45:00,703.0 -57694,sell_contrast_m10_bb_pos,sell,2026-01-01 06:48:00,705.0 -57695,sell_contrast_m10_bb_pos,sell,2026-01-01 06:51:00,703.0 -57696,sell_contrast_m10_bb_pos,sell,2026-01-01 06:54:00,703.0 -57697,sell_contrast_m10_bb_pos,sell,2026-01-01 06:57:00,703.0 -57698,sell_contrast_m10_bb_pos,sell,2026-01-01 07:00:00,704.0 -57699,sell_contrast_m10_bb_pos,sell,2026-01-01 07:03:00,703.0 -57700,sell_contrast_m10_bb_pos,sell,2026-01-01 07:06:00,702.0 -57701,sell_contrast_m10_bb_pos,sell,2026-01-01 07:09:00,704.0 -57702,sell_contrast_m10_bb_pos,sell,2026-01-01 09:21:00,706.0 -57703,sell_contrast_m10_bb_pos,sell,2026-01-01 09:24:00,707.0 -57704,sell_contrast_m10_bb_pos,sell,2026-01-01 09:27:00,709.0 -57705,sell_contrast_m10_bb_pos,sell,2026-01-01 09:42:00,706.0 -57706,sell_contrast_m10_bb_pos,sell,2026-01-01 09:45:00,706.0 -57707,sell_contrast_m10_bb_pos,sell,2026-01-01 09:48:00,706.0 -57708,sell_contrast_m10_bb_pos,sell,2026-01-01 14:12:00,704.0 -57709,sell_contrast_m10_bb_pos,sell,2026-01-01 14:15:00,705.0 -57710,sell_contrast_m10_bb_pos,sell,2026-01-01 14:18:00,705.0 -57711,sell_contrast_m10_bb_pos,sell,2026-01-01 14:21:00,705.0 -57712,sell_contrast_m10_bb_pos,sell,2026-01-01 14:24:00,704.0 -57713,sell_contrast_m10_bb_pos,sell,2026-01-01 14:27:00,705.0 -57714,sell_contrast_m10_bb_pos,sell,2026-01-01 15:00:00,706.0 -57715,sell_contrast_m10_bb_pos,sell,2026-01-01 15:03:00,707.0 -57716,sell_contrast_m10_bb_pos,sell,2026-01-01 15:06:00,707.0 -57717,sell_contrast_m10_bb_pos,sell,2026-01-01 15:09:00,707.0 -57718,sell_contrast_m10_bb_pos,sell,2026-01-01 18:30:00,709.0 -57719,sell_contrast_m10_bb_pos,sell,2026-01-01 18:33:00,709.0 -57720,sell_contrast_m10_bb_pos,sell,2026-01-01 18:36:00,709.0 -57721,sell_contrast_m10_bb_pos,sell,2026-01-01 18:39:00,710.0 -57722,sell_contrast_m10_bb_pos,sell,2026-01-01 18:51:00,710.0 -57723,sell_contrast_m10_bb_pos,sell,2026-01-01 18:54:00,709.0 -57724,sell_contrast_m10_bb_pos,sell,2026-01-01 18:57:00,709.0 -57725,sell_contrast_m10_bb_pos,sell,2026-01-01 19:00:00,710.0 -57726,sell_contrast_m10_bb_pos,sell,2026-01-01 19:03:00,710.0 -57727,sell_contrast_m10_bb_pos,sell,2026-01-01 19:06:00,710.0 -57728,sell_contrast_m10_bb_pos,sell,2026-01-01 19:09:00,710.0 -57729,sell_contrast_m10_bb_pos,sell,2026-01-01 19:12:00,712.0 -57730,sell_contrast_m10_bb_pos,sell,2026-01-01 19:15:00,712.0 -57731,sell_contrast_m10_bb_pos,sell,2026-01-01 19:18:00,711.0 -57732,sell_contrast_m10_bb_pos,sell,2026-01-01 19:21:00,711.0 -57733,sell_contrast_m10_bb_pos,sell,2026-01-01 19:24:00,711.0 -57734,sell_contrast_m10_bb_pos,sell,2026-01-01 19:27:00,711.0 -57735,sell_contrast_m10_bb_pos,sell,2026-01-01 19:51:00,711.0 -57736,sell_contrast_m10_bb_pos,sell,2026-01-01 19:54:00,713.0 -57737,sell_contrast_m10_bb_pos,sell,2026-01-01 19:57:00,712.0 -57738,sell_contrast_m10_bb_pos,sell,2026-01-01 20:51:00,712.0 -57739,sell_contrast_m10_bb_pos,sell,2026-01-01 20:54:00,712.0 -57740,sell_contrast_m10_bb_pos,sell,2026-01-01 20:57:00,713.0 -57741,sell_contrast_m10_bb_pos,sell,2026-01-01 21:12:00,714.0 -57742,sell_contrast_m10_bb_pos,sell,2026-01-01 21:15:00,712.0 -57743,sell_contrast_m10_bb_pos,sell,2026-01-01 21:18:00,711.0 -57744,sell_contrast_m10_bb_pos,sell,2026-01-01 22:12:00,713.0 -57745,sell_contrast_m10_bb_pos,sell,2026-01-01 22:15:00,714.0 -57746,sell_contrast_m10_bb_pos,sell,2026-01-01 22:18:00,714.0 -57747,sell_contrast_m10_bb_pos,sell,2026-01-01 22:30:00,715.0 -57748,sell_contrast_m10_bb_pos,sell,2026-01-01 22:33:00,715.0 -57749,sell_contrast_m10_bb_pos,sell,2026-01-01 22:36:00,716.0 -57750,sell_contrast_m10_bb_pos,sell,2026-01-01 22:39:00,716.0 -57751,sell_contrast_m10_bb_pos,sell,2026-01-01 23:30:00,723.0 -57752,sell_contrast_m10_bb_pos,sell,2026-01-01 23:33:00,722.0 -57753,sell_contrast_m10_bb_pos,sell,2026-01-01 23:36:00,724.0 -57754,sell_contrast_m10_bb_pos,sell,2026-01-01 23:39:00,723.0 -57755,sell_contrast_m10_bb_pos,sell,2026-01-01 23:42:00,723.0 -57756,sell_contrast_m10_bb_pos,sell,2026-01-01 23:45:00,723.0 -57757,sell_contrast_m10_bb_pos,sell,2026-01-01 23:48:00,725.0 -57758,sell_contrast_m10_bb_pos,sell,2026-01-01 23:51:00,730.0 -57759,sell_contrast_m10_bb_pos,sell,2026-01-01 23:54:00,729.0 -57760,sell_contrast_m10_bb_pos,sell,2026-01-01 23:57:00,728.0 -57761,sell_contrast_m10_bb_pos,sell,2026-01-02 00:00:00,728.0 -57762,sell_contrast_m10_bb_pos,sell,2026-01-02 00:03:00,728.0 -57763,sell_contrast_m10_bb_pos,sell,2026-01-02 00:06:00,728.0 -57764,sell_contrast_m10_bb_pos,sell,2026-01-02 00:09:00,729.0 -57765,sell_contrast_m10_bb_pos,sell,2026-01-02 00:12:00,728.0 -57766,sell_contrast_m10_bb_pos,sell,2026-01-02 00:15:00,728.0 -57767,sell_contrast_m10_bb_pos,sell,2026-01-02 00:18:00,730.0 -57768,sell_contrast_m10_bb_pos,sell,2026-01-02 00:21:00,729.0 -57769,sell_contrast_m10_bb_pos,sell,2026-01-02 00:24:00,728.0 -57770,sell_contrast_m10_bb_pos,sell,2026-01-02 00:27:00,727.0 -57771,sell_contrast_m10_bb_pos,sell,2026-01-02 00:51:00,733.0 -57772,sell_contrast_m10_bb_pos,sell,2026-01-02 00:54:00,734.0 -57773,sell_contrast_m10_bb_pos,sell,2026-01-02 00:57:00,734.0 -57774,sell_contrast_m10_bb_pos,sell,2026-01-02 01:00:00,735.0 -57775,sell_contrast_m10_bb_pos,sell,2026-01-02 01:03:00,735.0 -57776,sell_contrast_m10_bb_pos,sell,2026-01-02 01:06:00,735.0 -57777,sell_contrast_m10_bb_pos,sell,2026-01-02 01:09:00,734.0 -57778,sell_contrast_m10_bb_pos,sell,2026-01-02 01:12:00,733.0 -57779,sell_contrast_m10_bb_pos,sell,2026-01-02 01:15:00,733.0 -57780,sell_contrast_m10_bb_pos,sell,2026-01-02 01:18:00,735.0 -57781,sell_contrast_m10_bb_pos,sell,2026-01-02 01:30:00,735.0 -57782,sell_contrast_m10_bb_pos,sell,2026-01-02 01:33:00,736.0 -57783,sell_contrast_m10_bb_pos,sell,2026-01-02 01:36:00,735.0 -57784,sell_contrast_m10_bb_pos,sell,2026-01-02 01:39:00,736.0 -57785,sell_contrast_m10_bb_pos,sell,2026-01-02 01:51:00,736.0 -57786,sell_contrast_m10_bb_pos,sell,2026-01-02 01:54:00,735.0 -57787,sell_contrast_m10_bb_pos,sell,2026-01-02 01:57:00,735.0 -57788,sell_contrast_m10_bb_pos,sell,2026-01-02 02:12:00,740.0 -57789,sell_contrast_m10_bb_pos,sell,2026-01-02 02:15:00,740.0 -57790,sell_contrast_m10_bb_pos,sell,2026-01-02 02:18:00,739.0 -57791,sell_contrast_m10_bb_pos,sell,2026-01-02 02:21:00,741.0 -57792,sell_contrast_m10_bb_pos,sell,2026-01-02 02:24:00,743.0 -57793,sell_contrast_m10_bb_pos,sell,2026-01-02 02:27:00,744.0 -57794,sell_contrast_m10_bb_pos,sell,2026-01-02 02:30:00,742.0 -57795,sell_contrast_m10_bb_pos,sell,2026-01-02 02:33:00,743.0 -57796,sell_contrast_m10_bb_pos,sell,2026-01-02 02:36:00,744.0 -57797,sell_contrast_m10_bb_pos,sell,2026-01-02 02:39:00,745.0 -57798,sell_contrast_m10_bb_pos,sell,2026-01-02 02:51:00,743.0 -57799,sell_contrast_m10_bb_pos,sell,2026-01-02 02:54:00,743.0 -57800,sell_contrast_m10_bb_pos,sell,2026-01-02 02:57:00,743.0 -57801,sell_contrast_m10_bb_pos,sell,2026-01-02 03:00:00,745.0 -57802,sell_contrast_m10_bb_pos,sell,2026-01-02 03:03:00,745.0 -57803,sell_contrast_m10_bb_pos,sell,2026-01-02 03:06:00,745.0 -57804,sell_contrast_m10_bb_pos,sell,2026-01-02 03:09:00,745.0 -57805,sell_contrast_m10_bb_pos,sell,2026-01-02 03:12:00,744.0 -57806,sell_contrast_m10_bb_pos,sell,2026-01-02 03:15:00,743.0 -57807,sell_contrast_m10_bb_pos,sell,2026-01-02 03:18:00,743.0 -57808,sell_contrast_m10_bb_pos,sell,2026-01-02 04:12:00,747.0 -57809,sell_contrast_m10_bb_pos,sell,2026-01-02 04:15:00,745.0 -57810,sell_contrast_m10_bb_pos,sell,2026-01-02 04:18:00,745.0 -57811,sell_contrast_m10_bb_pos,sell,2026-01-02 05:12:00,750.0 -57812,sell_contrast_m10_bb_pos,sell,2026-01-02 05:15:00,749.0 -57813,sell_contrast_m10_bb_pos,sell,2026-01-02 05:18:00,748.0 -57814,sell_contrast_m10_bb_pos,sell,2026-01-02 05:21:00,750.0 -57815,sell_contrast_m10_bb_pos,sell,2026-01-02 05:24:00,750.0 -57816,sell_contrast_m10_bb_pos,sell,2026-01-02 05:27:00,749.0 -57817,sell_contrast_m10_bb_pos,sell,2026-01-02 05:30:00,750.0 -57818,sell_contrast_m10_bb_pos,sell,2026-01-02 05:33:00,746.0 -57819,sell_contrast_m10_bb_pos,sell,2026-01-02 05:36:00,747.0 -57820,sell_contrast_m10_bb_pos,sell,2026-01-02 05:39:00,748.0 -57821,sell_contrast_m10_bb_pos,sell,2026-01-02 05:51:00,750.0 -57822,sell_contrast_m10_bb_pos,sell,2026-01-02 05:54:00,749.0 -57823,sell_contrast_m10_bb_pos,sell,2026-01-02 05:57:00,750.0 -57824,sell_contrast_m10_bb_pos,sell,2026-01-02 06:00:00,750.0 -57825,sell_contrast_m10_bb_pos,sell,2026-01-02 06:03:00,749.0 -57826,sell_contrast_m10_bb_pos,sell,2026-01-02 06:06:00,748.0 -57827,sell_contrast_m10_bb_pos,sell,2026-01-02 06:09:00,747.0 -57828,sell_contrast_m10_bb_pos,sell,2026-01-02 07:12:00,750.0 -57829,sell_contrast_m10_bb_pos,sell,2026-01-02 07:15:00,750.0 -57830,sell_contrast_m10_bb_pos,sell,2026-01-02 07:18:00,750.0 -57831,sell_contrast_m10_bb_pos,sell,2026-01-02 08:12:00,755.0 -57832,sell_contrast_m10_bb_pos,sell,2026-01-02 08:15:00,756.0 -57833,sell_contrast_m10_bb_pos,sell,2026-01-02 08:18:00,757.0 -57834,sell_contrast_m10_bb_pos,sell,2026-01-02 08:21:00,757.0 -57835,sell_contrast_m10_bb_pos,sell,2026-01-02 08:24:00,756.0 -57836,sell_contrast_m10_bb_pos,sell,2026-01-02 08:27:00,756.0 -57837,sell_contrast_m10_bb_pos,sell,2026-01-02 11:21:00,757.0 -57838,sell_contrast_m10_bb_pos,sell,2026-01-02 11:24:00,757.0 -57839,sell_contrast_m10_bb_pos,sell,2026-01-02 11:27:00,750.0 -57840,sell_contrast_m10_bb_pos,sell,2026-01-02 12:30:00,757.0 -57841,sell_contrast_m10_bb_pos,sell,2026-01-02 12:33:00,762.0 -57842,sell_contrast_m10_bb_pos,sell,2026-01-02 12:36:00,761.0 -57843,sell_contrast_m10_bb_pos,sell,2026-01-02 12:39:00,760.0 -57844,sell_contrast_m10_bb_pos,sell,2026-01-02 13:12:00,760.0 -57845,sell_contrast_m10_bb_pos,sell,2026-01-02 13:15:00,759.0 -57846,sell_contrast_m10_bb_pos,sell,2026-01-02 13:18:00,758.0 -57847,sell_contrast_m10_bb_pos,sell,2026-01-02 15:00:00,765.0 -57848,sell_contrast_m10_bb_pos,sell,2026-01-02 15:03:00,764.0 -57849,sell_contrast_m10_bb_pos,sell,2026-01-02 15:06:00,765.0 -57850,sell_contrast_m10_bb_pos,sell,2026-01-02 15:09:00,765.0 -57851,sell_contrast_m10_bb_pos,sell,2026-01-02 15:21:00,765.0 -57852,sell_contrast_m10_bb_pos,sell,2026-01-02 15:24:00,763.0 -57853,sell_contrast_m10_bb_pos,sell,2026-01-02 15:27:00,763.0 -57854,sell_contrast_m10_bb_pos,sell,2026-01-02 15:30:00,765.0 -57855,sell_contrast_m10_bb_pos,sell,2026-01-02 15:33:00,764.0 -57856,sell_contrast_m10_bb_pos,sell,2026-01-02 15:36:00,763.0 -57857,sell_contrast_m10_bb_pos,sell,2026-01-02 15:39:00,765.0 -57858,sell_contrast_m10_bb_pos,sell,2026-01-02 19:12:00,770.0 -57859,sell_contrast_m10_bb_pos,sell,2026-01-02 19:15:00,770.0 -57860,sell_contrast_m10_bb_pos,sell,2026-01-02 19:18:00,769.0 -57861,sell_contrast_m10_bb_pos,sell,2026-01-02 19:21:00,768.0 -57862,sell_contrast_m10_bb_pos,sell,2026-01-02 19:24:00,767.0 -57863,sell_contrast_m10_bb_pos,sell,2026-01-02 19:27:00,766.0 -57864,sell_contrast_m10_bb_pos,sell,2026-01-02 22:12:00,775.0 -57865,sell_contrast_m10_bb_pos,sell,2026-01-02 22:15:00,776.0 -57866,sell_contrast_m10_bb_pos,sell,2026-01-02 22:18:00,779.0 -57867,sell_contrast_m10_bb_pos,sell,2026-01-02 22:30:00,779.0 -57868,sell_contrast_m10_bb_pos,sell,2026-01-02 22:33:00,782.0 -57869,sell_contrast_m10_bb_pos,sell,2026-01-02 22:36:00,781.0 -57870,sell_contrast_m10_bb_pos,sell,2026-01-02 22:39:00,781.0 -57871,sell_contrast_m10_bb_pos,sell,2026-01-02 22:42:00,780.0 -57872,sell_contrast_m10_bb_pos,sell,2026-01-02 22:45:00,780.0 -57873,sell_contrast_m10_bb_pos,sell,2026-01-02 22:48:00,780.0 -57874,sell_contrast_m10_bb_pos,sell,2026-01-03 01:30:00,785.0 -57875,sell_contrast_m10_bb_pos,sell,2026-01-03 01:33:00,788.0 -57876,sell_contrast_m10_bb_pos,sell,2026-01-03 01:36:00,790.0 -57877,sell_contrast_m10_bb_pos,sell,2026-01-03 01:39:00,787.0 -57878,sell_contrast_m10_bb_pos,sell,2026-01-03 02:21:00,799.0 -57879,sell_contrast_m10_bb_pos,sell,2026-01-03 02:24:00,797.0 -57880,sell_contrast_m10_bb_pos,sell,2026-01-03 02:27:00,795.0 -57881,sell_contrast_m10_bb_pos,sell,2026-01-03 02:30:00,796.0 -57882,sell_contrast_m10_bb_pos,sell,2026-01-03 02:33:00,790.0 -57883,sell_contrast_m10_bb_pos,sell,2026-01-03 02:36:00,791.0 -57884,sell_contrast_m10_bb_pos,sell,2026-01-03 02:39:00,790.0 -57885,sell_contrast_m10_bb_pos,sell,2026-01-03 07:00:00,795.0 -57886,sell_contrast_m10_bb_pos,sell,2026-01-03 07:03:00,796.0 -57887,sell_contrast_m10_bb_pos,sell,2026-01-03 07:06:00,801.0 -57888,sell_contrast_m10_bb_pos,sell,2026-01-03 07:09:00,798.0 -57889,sell_contrast_m10_bb_pos,sell,2026-01-03 07:21:00,797.0 -57890,sell_contrast_m10_bb_pos,sell,2026-01-03 07:24:00,796.0 -57891,sell_contrast_m10_bb_pos,sell,2026-01-03 07:27:00,796.0 -57892,sell_contrast_m10_bb_pos,sell,2026-01-03 07:30:00,798.0 -57893,sell_contrast_m10_bb_pos,sell,2026-01-03 07:33:00,799.0 -57894,sell_contrast_m10_bb_pos,sell,2026-01-03 07:36:00,798.0 -57895,sell_contrast_m10_bb_pos,sell,2026-01-03 07:39:00,799.0 -57896,sell_contrast_m10_bb_pos,sell,2026-01-03 07:42:00,801.0 -57897,sell_contrast_m10_bb_pos,sell,2026-01-03 07:45:00,802.0 -57898,sell_contrast_m10_bb_pos,sell,2026-01-03 07:48:00,803.0 -57899,sell_contrast_m10_bb_pos,sell,2026-01-03 08:00:00,802.0 -57900,sell_contrast_m10_bb_pos,sell,2026-01-03 08:03:00,801.0 -57901,sell_contrast_m10_bb_pos,sell,2026-01-03 08:06:00,802.0 -57902,sell_contrast_m10_bb_pos,sell,2026-01-03 08:09:00,801.0 -57903,sell_contrast_m10_bb_pos,sell,2026-01-03 08:12:00,802.0 -57904,sell_contrast_m10_bb_pos,sell,2026-01-03 08:15:00,802.0 -57905,sell_contrast_m10_bb_pos,sell,2026-01-03 08:18:00,805.0 -57906,sell_contrast_m10_bb_pos,sell,2026-01-03 08:21:00,805.0 -57907,sell_contrast_m10_bb_pos,sell,2026-01-03 08:24:00,804.0 -57908,sell_contrast_m10_bb_pos,sell,2026-01-03 08:27:00,804.0 -57909,sell_contrast_m10_bb_pos,sell,2026-01-03 08:30:00,804.0 -57910,sell_contrast_m10_bb_pos,sell,2026-01-03 08:33:00,805.0 -57911,sell_contrast_m10_bb_pos,sell,2026-01-03 08:36:00,802.0 -57912,sell_contrast_m10_bb_pos,sell,2026-01-03 08:39:00,803.0 -57913,sell_contrast_m10_bb_pos,sell,2026-01-03 08:51:00,804.0 -57914,sell_contrast_m10_bb_pos,sell,2026-01-03 08:54:00,803.0 -57915,sell_contrast_m10_bb_pos,sell,2026-01-03 08:57:00,803.0 -57916,sell_contrast_m10_bb_pos,sell,2026-01-03 09:12:00,810.0 -57917,sell_contrast_m10_bb_pos,sell,2026-01-03 09:15:00,808.0 -57918,sell_contrast_m10_bb_pos,sell,2026-01-03 09:18:00,806.0 -57919,sell_contrast_m10_bb_pos,sell,2026-01-03 09:42:00,807.0 -57920,sell_contrast_m10_bb_pos,sell,2026-01-03 09:45:00,810.0 -57921,sell_contrast_m10_bb_pos,sell,2026-01-03 09:48:00,808.0 -57922,sell_contrast_m10_bb_pos,sell,2026-01-03 11:42:00,810.0 -57923,sell_contrast_m10_bb_pos,sell,2026-01-03 11:45:00,811.0 -57924,sell_contrast_m10_bb_pos,sell,2026-01-03 11:48:00,812.0 -57925,sell_contrast_m10_bb_pos,sell,2026-01-03 12:12:00,812.0 -57926,sell_contrast_m10_bb_pos,sell,2026-01-03 12:15:00,812.0 -57927,sell_contrast_m10_bb_pos,sell,2026-01-03 12:18:00,812.0 -57928,sell_contrast_m10_bb_pos,sell,2026-01-03 12:21:00,811.0 -57929,sell_contrast_m10_bb_pos,sell,2026-01-03 12:24:00,809.0 -57930,sell_contrast_m10_bb_pos,sell,2026-01-03 12:27:00,808.0 -57931,sell_contrast_m10_bb_pos,sell,2026-01-03 13:12:00,816.0 -57932,sell_contrast_m10_bb_pos,sell,2026-01-03 13:15:00,815.0 -57933,sell_contrast_m10_bb_pos,sell,2026-01-03 13:18:00,815.0 -57934,sell_contrast_m10_bb_pos,sell,2026-01-03 13:42:00,818.0 -57935,sell_contrast_m10_bb_pos,sell,2026-01-03 13:45:00,816.0 -57936,sell_contrast_m10_bb_pos,sell,2026-01-03 13:48:00,825.0 -57937,sell_contrast_m10_bb_pos,sell,2026-01-03 14:21:00,826.0 -57938,sell_contrast_m10_bb_pos,sell,2026-01-03 14:24:00,826.0 -57939,sell_contrast_m10_bb_pos,sell,2026-01-03 14:27:00,829.0 -57940,sell_contrast_m10_bb_pos,sell,2026-01-03 14:51:00,823.0 -57941,sell_contrast_m10_bb_pos,sell,2026-01-03 14:54:00,824.0 -57942,sell_contrast_m10_bb_pos,sell,2026-01-03 14:57:00,825.0 -57943,sell_contrast_m10_bb_pos,sell,2026-01-03 15:30:00,852.0 -57944,sell_contrast_m10_bb_pos,sell,2026-01-03 15:33:00,856.0 -57945,sell_contrast_m10_bb_pos,sell,2026-01-03 15:36:00,859.0 -57946,sell_contrast_m10_bb_pos,sell,2026-01-03 15:39:00,853.0 -57947,sell_contrast_m10_bb_pos,sell,2026-01-03 19:42:00,823.0 -57948,sell_contrast_m10_bb_pos,sell,2026-01-03 19:45:00,821.0 -57949,sell_contrast_m10_bb_pos,sell,2026-01-03 19:48:00,821.0 -57950,sell_contrast_m10_bb_pos,sell,2026-01-03 19:51:00,824.0 -57951,sell_contrast_m10_bb_pos,sell,2026-01-03 19:54:00,825.0 -57952,sell_contrast_m10_bb_pos,sell,2026-01-03 19:57:00,824.0 -57953,sell_contrast_m10_bb_pos,sell,2026-01-03 20:00:00,823.0 -57954,sell_contrast_m10_bb_pos,sell,2026-01-03 20:03:00,820.0 -57955,sell_contrast_m10_bb_pos,sell,2026-01-03 20:06:00,819.0 -57956,sell_contrast_m10_bb_pos,sell,2026-01-03 20:09:00,818.0 -57957,sell_contrast_m10_bb_pos,sell,2026-01-03 21:12:00,827.0 -57958,sell_contrast_m10_bb_pos,sell,2026-01-03 21:15:00,825.0 -57959,sell_contrast_m10_bb_pos,sell,2026-01-03 21:18:00,829.0 -57960,sell_contrast_m10_bb_pos,sell,2026-01-03 21:42:00,832.0 -57961,sell_contrast_m10_bb_pos,sell,2026-01-03 21:45:00,833.0 -57962,sell_contrast_m10_bb_pos,sell,2026-01-03 21:48:00,834.0 -57963,sell_contrast_m10_bb_pos,sell,2026-01-03 22:12:00,835.0 -57964,sell_contrast_m10_bb_pos,sell,2026-01-03 22:15:00,835.0 -57965,sell_contrast_m10_bb_pos,sell,2026-01-03 22:18:00,835.0 -57966,sell_contrast_m10_bb_pos,sell,2026-01-03 22:21:00,836.0 -57967,sell_contrast_m10_bb_pos,sell,2026-01-03 22:24:00,836.0 -57968,sell_contrast_m10_bb_pos,sell,2026-01-03 22:27:00,833.0 -57969,sell_contrast_m10_bb_pos,sell,2026-01-03 22:30:00,835.0 -57970,sell_contrast_m10_bb_pos,sell,2026-01-03 22:33:00,837.0 -57971,sell_contrast_m10_bb_pos,sell,2026-01-03 22:36:00,838.0 -57972,sell_contrast_m10_bb_pos,sell,2026-01-03 22:39:00,839.0 -57973,sell_contrast_m10_bb_pos,sell,2026-01-03 22:42:00,837.0 -57974,sell_contrast_m10_bb_pos,sell,2026-01-03 22:45:00,832.0 -57975,sell_contrast_m10_bb_pos,sell,2026-01-03 22:48:00,827.0 -57976,sell_contrast_m10_bb_pos,sell,2026-01-04 02:12:00,851.0 -57977,sell_contrast_m10_bb_pos,sell,2026-01-04 02:15:00,853.0 -57978,sell_contrast_m10_bb_pos,sell,2026-01-04 02:18:00,852.0 -57979,sell_contrast_m10_bb_pos,sell,2026-01-04 02:21:00,853.0 -57980,sell_contrast_m10_bb_pos,sell,2026-01-04 02:24:00,853.0 -57981,sell_contrast_m10_bb_pos,sell,2026-01-04 02:27:00,854.0 -57982,sell_contrast_m10_bb_pos,sell,2026-01-04 02:30:00,853.0 -57983,sell_contrast_m10_bb_pos,sell,2026-01-04 02:33:00,854.0 -57984,sell_contrast_m10_bb_pos,sell,2026-01-04 02:36:00,852.0 -57985,sell_contrast_m10_bb_pos,sell,2026-01-04 02:39:00,858.0 -57986,sell_contrast_m10_bb_pos,sell,2026-01-04 02:42:00,860.0 -57987,sell_contrast_m10_bb_pos,sell,2026-01-04 02:45:00,857.0 -57988,sell_contrast_m10_bb_pos,sell,2026-01-04 02:48:00,850.0 -57989,sell_contrast_m10_bb_pos,sell,2026-01-04 07:21:00,838.0 -57990,sell_contrast_m10_bb_pos,sell,2026-01-04 07:24:00,838.0 -57991,sell_contrast_m10_bb_pos,sell,2026-01-04 07:27:00,840.0 -57992,sell_contrast_m10_bb_pos,sell,2026-01-04 08:12:00,846.0 -57993,sell_contrast_m10_bb_pos,sell,2026-01-04 08:15:00,844.0 -57994,sell_contrast_m10_bb_pos,sell,2026-01-04 08:18:00,849.0 -57995,sell_contrast_m10_bb_pos,sell,2026-01-04 08:21:00,847.0 -57996,sell_contrast_m10_bb_pos,sell,2026-01-04 08:24:00,848.0 -57997,sell_contrast_m10_bb_pos,sell,2026-01-04 08:27:00,849.0 -57998,sell_contrast_m10_bb_pos,sell,2026-01-04 08:30:00,849.0 -57999,sell_contrast_m10_bb_pos,sell,2026-01-04 08:33:00,848.0 -58000,sell_contrast_m10_bb_pos,sell,2026-01-04 08:36:00,848.0 -58001,sell_contrast_m10_bb_pos,sell,2026-01-04 08:39:00,848.0 -58002,sell_contrast_m10_bb_pos,sell,2026-01-04 11:12:00,848.0 -58003,sell_contrast_m10_bb_pos,sell,2026-01-04 11:15:00,848.0 -58004,sell_contrast_m10_bb_pos,sell,2026-01-04 11:18:00,850.0 -58005,sell_contrast_m10_bb_pos,sell,2026-01-04 11:21:00,853.0 -58006,sell_contrast_m10_bb_pos,sell,2026-01-04 11:24:00,855.0 -58007,sell_contrast_m10_bb_pos,sell,2026-01-04 11:27:00,854.0 -58008,sell_contrast_m10_bb_pos,sell,2026-01-04 11:30:00,851.0 -58009,sell_contrast_m10_bb_pos,sell,2026-01-04 11:33:00,850.0 -58010,sell_contrast_m10_bb_pos,sell,2026-01-04 11:36:00,851.0 -58011,sell_contrast_m10_bb_pos,sell,2026-01-04 11:39:00,848.0 -58012,sell_contrast_m10_bb_pos,sell,2026-01-04 12:42:00,856.0 -58013,sell_contrast_m10_bb_pos,sell,2026-01-04 12:45:00,855.0 -58014,sell_contrast_m10_bb_pos,sell,2026-01-04 12:48:00,856.0 -58015,sell_contrast_m10_bb_pos,sell,2026-01-04 15:00:00,858.0 -58016,sell_contrast_m10_bb_pos,sell,2026-01-04 15:03:00,859.0 -58017,sell_contrast_m10_bb_pos,sell,2026-01-04 15:06:00,859.0 -58018,sell_contrast_m10_bb_pos,sell,2026-01-04 15:09:00,858.0 -58019,sell_contrast_m10_bb_pos,sell,2026-01-04 15:12:00,858.0 -58020,sell_contrast_m10_bb_pos,sell,2026-01-04 15:15:00,859.0 -58021,sell_contrast_m10_bb_pos,sell,2026-01-04 15:18:00,858.0 -58022,sell_contrast_m10_bb_pos,sell,2026-01-04 23:21:00,862.0 -58023,sell_contrast_m10_bb_pos,sell,2026-01-04 23:24:00,862.0 -58024,sell_contrast_m10_bb_pos,sell,2026-01-04 23:27:00,859.0 -58025,sell_contrast_m10_bb_pos,sell,2026-01-04 23:51:00,866.0 -58026,sell_contrast_m10_bb_pos,sell,2026-01-04 23:54:00,866.0 -58027,sell_contrast_m10_bb_pos,sell,2026-01-04 23:57:00,863.0 -58028,sell_contrast_m10_bb_pos,sell,2026-01-05 00:00:00,863.0 -58029,sell_contrast_m10_bb_pos,sell,2026-01-05 00:03:00,865.0 -58030,sell_contrast_m10_bb_pos,sell,2026-01-05 00:06:00,863.0 -58031,sell_contrast_m10_bb_pos,sell,2026-01-05 00:09:00,865.0 -58032,sell_contrast_m10_bb_pos,sell,2026-01-05 00:30:00,867.0 -58033,sell_contrast_m10_bb_pos,sell,2026-01-05 00:33:00,871.0 -58034,sell_contrast_m10_bb_pos,sell,2026-01-05 00:36:00,868.0 -58035,sell_contrast_m10_bb_pos,sell,2026-01-05 00:39:00,863.0 -58036,sell_contrast_m10_bb_pos,sell,2026-01-05 01:00:00,870.0 -58037,sell_contrast_m10_bb_pos,sell,2026-01-05 01:03:00,874.0 -58038,sell_contrast_m10_bb_pos,sell,2026-01-05 01:06:00,877.0 -58039,sell_contrast_m10_bb_pos,sell,2026-01-05 01:09:00,875.0 -58040,sell_contrast_m10_bb_pos,sell,2026-01-05 01:21:00,875.0 -58041,sell_contrast_m10_bb_pos,sell,2026-01-05 01:24:00,878.0 -58042,sell_contrast_m10_bb_pos,sell,2026-01-05 01:27:00,879.0 -58043,sell_contrast_m10_bb_pos,sell,2026-01-05 01:30:00,875.0 -58044,sell_contrast_m10_bb_pos,sell,2026-01-05 01:33:00,875.0 -58045,sell_contrast_m10_bb_pos,sell,2026-01-05 01:36:00,877.0 -58046,sell_contrast_m10_bb_pos,sell,2026-01-05 01:39:00,880.0 -58047,sell_contrast_m10_bb_pos,sell,2026-01-05 01:42:00,876.0 -58048,sell_contrast_m10_bb_pos,sell,2026-01-05 01:45:00,876.0 -58049,sell_contrast_m10_bb_pos,sell,2026-01-05 01:48:00,877.0 -58050,sell_contrast_m10_bb_pos,sell,2026-01-05 01:51:00,878.0 -58051,sell_contrast_m10_bb_pos,sell,2026-01-05 01:54:00,879.0 -58052,sell_contrast_m10_bb_pos,sell,2026-01-05 01:57:00,880.0 -58053,sell_contrast_m10_bb_pos,sell,2026-01-05 02:00:00,880.0 -58054,sell_contrast_m10_bb_pos,sell,2026-01-05 02:03:00,880.0 -58055,sell_contrast_m10_bb_pos,sell,2026-01-05 02:06:00,881.0 -58056,sell_contrast_m10_bb_pos,sell,2026-01-05 02:09:00,879.0 -58057,sell_contrast_m10_bb_pos,sell,2026-01-05 02:21:00,879.0 -58058,sell_contrast_m10_bb_pos,sell,2026-01-05 02:24:00,878.0 -58059,sell_contrast_m10_bb_pos,sell,2026-01-05 02:27:00,875.0 -58060,sell_contrast_m10_bb_pos,sell,2026-01-05 07:30:00,871.0 -58061,sell_contrast_m10_bb_pos,sell,2026-01-05 07:33:00,869.0 -58062,sell_contrast_m10_bb_pos,sell,2026-01-05 07:36:00,866.0 -58063,sell_contrast_m10_bb_pos,sell,2026-01-05 07:39:00,865.0 -58064,sell_contrast_m10_bb_pos,sell,2026-01-05 08:12:00,873.0 -58065,sell_contrast_m10_bb_pos,sell,2026-01-05 08:15:00,869.0 -58066,sell_contrast_m10_bb_pos,sell,2026-01-05 08:18:00,870.0 -58067,sell_contrast_m10_bb_pos,sell,2026-01-05 08:21:00,870.0 -58068,sell_contrast_m10_bb_pos,sell,2026-01-05 08:24:00,874.0 -58069,sell_contrast_m10_bb_pos,sell,2026-01-05 08:27:00,872.0 -58070,sell_contrast_m10_bb_pos,sell,2026-01-05 09:51:00,875.0 -58071,sell_contrast_m10_bb_pos,sell,2026-01-05 09:54:00,869.0 -58072,sell_contrast_m10_bb_pos,sell,2026-01-05 09:57:00,869.0 -58073,sell_contrast_m10_bb_pos,sell,2026-01-05 10:12:00,873.0 -58074,sell_contrast_m10_bb_pos,sell,2026-01-05 10:15:00,873.0 -58075,sell_contrast_m10_bb_pos,sell,2026-01-05 10:18:00,873.0 -58076,sell_contrast_m10_bb_pos,sell,2026-01-05 11:00:00,881.0 -58077,sell_contrast_m10_bb_pos,sell,2026-01-05 11:03:00,885.0 -58078,sell_contrast_m10_bb_pos,sell,2026-01-05 11:06:00,880.0 -58079,sell_contrast_m10_bb_pos,sell,2026-01-05 11:09:00,874.0 -58080,sell_contrast_m10_bb_pos,sell,2026-01-05 16:21:00,869.0 -58081,sell_contrast_m10_bb_pos,sell,2026-01-05 16:24:00,865.0 -58082,sell_contrast_m10_bb_pos,sell,2026-01-05 16:27:00,868.0 -58083,sell_contrast_m10_bb_pos,sell,2026-01-05 17:00:00,870.0 -58084,sell_contrast_m10_bb_pos,sell,2026-01-05 17:03:00,868.0 -58085,sell_contrast_m10_bb_pos,sell,2026-01-05 17:06:00,870.0 -58086,sell_contrast_m10_bb_pos,sell,2026-01-05 17:09:00,871.0 -58087,sell_contrast_m10_bb_pos,sell,2026-01-05 17:12:00,871.0 -58088,sell_contrast_m10_bb_pos,sell,2026-01-05 17:15:00,870.0 -58089,sell_contrast_m10_bb_pos,sell,2026-01-05 17:18:00,869.0 -58090,sell_contrast_m10_bb_pos,sell,2026-01-05 17:30:00,872.0 -58091,sell_contrast_m10_bb_pos,sell,2026-01-05 17:33:00,872.0 -58092,sell_contrast_m10_bb_pos,sell,2026-01-05 17:36:00,869.0 -58093,sell_contrast_m10_bb_pos,sell,2026-01-05 17:39:00,867.0 -58094,sell_contrast_m10_bb_pos,sell,2026-01-05 21:51:00,864.0 -58095,sell_contrast_m10_bb_pos,sell,2026-01-05 21:54:00,864.0 -58096,sell_contrast_m10_bb_pos,sell,2026-01-05 21:57:00,864.0 -58097,sell_contrast_m10_bb_pos,sell,2026-01-05 23:00:00,863.0 -58098,sell_contrast_m10_bb_pos,sell,2026-01-05 23:03:00,863.0 -58099,sell_contrast_m10_bb_pos,sell,2026-01-05 23:06:00,863.0 -58100,sell_contrast_m10_bb_pos,sell,2026-01-05 23:09:00,861.0 -58101,sell_contrast_m10_bb_pos,sell,2026-01-05 23:21:00,865.0 -58102,sell_contrast_m10_bb_pos,sell,2026-01-05 23:24:00,863.0 -58103,sell_contrast_m10_bb_pos,sell,2026-01-05 23:27:00,861.0 -58104,sell_contrast_m10_bb_pos,sell,2026-01-05 23:30:00,864.0 -58105,sell_contrast_m10_bb_pos,sell,2026-01-05 23:33:00,864.0 -58106,sell_contrast_m10_bb_pos,sell,2026-01-05 23:36:00,862.0 -58107,sell_contrast_m10_bb_pos,sell,2026-01-05 23:39:00,866.0 -58108,sell_contrast_m10_bb_pos,sell,2026-01-06 00:21:00,870.0 -58109,sell_contrast_m10_bb_pos,sell,2026-01-06 00:24:00,867.0 -58110,sell_contrast_m10_bb_pos,sell,2026-01-06 00:27:00,868.0 -58111,sell_contrast_m10_bb_pos,sell,2026-01-06 01:12:00,878.0 -58112,sell_contrast_m10_bb_pos,sell,2026-01-06 01:15:00,879.0 -58113,sell_contrast_m10_bb_pos,sell,2026-01-06 01:18:00,877.0 -58114,sell_contrast_m10_bb_pos,sell,2026-01-06 01:21:00,878.0 -58115,sell_contrast_m10_bb_pos,sell,2026-01-06 01:24:00,874.0 -58116,sell_contrast_m10_bb_pos,sell,2026-01-06 01:27:00,877.0 -58117,sell_contrast_m10_bb_pos,sell,2026-01-06 01:42:00,878.0 -58118,sell_contrast_m10_bb_pos,sell,2026-01-06 01:45:00,878.0 -58119,sell_contrast_m10_bb_pos,sell,2026-01-06 01:48:00,879.0 -58120,sell_contrast_m10_bb_pos,sell,2026-01-06 01:51:00,882.0 -58121,sell_contrast_m10_bb_pos,sell,2026-01-06 01:54:00,881.0 -58122,sell_contrast_m10_bb_pos,sell,2026-01-06 01:57:00,881.0 -58123,sell_contrast_m10_bb_pos,sell,2026-01-06 02:00:00,881.0 -58124,sell_contrast_m10_bb_pos,sell,2026-01-06 02:03:00,885.0 -58125,sell_contrast_m10_bb_pos,sell,2026-01-06 02:06:00,885.0 -58126,sell_contrast_m10_bb_pos,sell,2026-01-06 02:09:00,884.0 -58127,sell_contrast_m10_bb_pos,sell,2026-01-06 02:12:00,884.0 -58128,sell_contrast_m10_bb_pos,sell,2026-01-06 02:15:00,883.0 -58129,sell_contrast_m10_bb_pos,sell,2026-01-06 02:18:00,884.0 -58130,sell_contrast_m10_bb_pos,sell,2026-01-06 02:42:00,885.0 -58131,sell_contrast_m10_bb_pos,sell,2026-01-06 02:45:00,888.0 -58132,sell_contrast_m10_bb_pos,sell,2026-01-06 02:48:00,888.0 -58133,sell_contrast_m10_bb_pos,sell,2026-01-06 04:21:00,933.0 -58134,sell_contrast_m10_bb_pos,sell,2026-01-06 04:24:00,929.0 -58135,sell_contrast_m10_bb_pos,sell,2026-01-06 04:27:00,926.0 -58136,sell_contrast_m10_bb_pos,sell,2026-01-06 13:42:00,925.0 -58137,sell_contrast_m10_bb_pos,sell,2026-01-06 13:45:00,927.0 -58138,sell_contrast_m10_bb_pos,sell,2026-01-06 13:48:00,928.0 -58139,sell_contrast_m10_bb_pos,sell,2026-01-06 14:42:00,926.0 -58140,sell_contrast_m10_bb_pos,sell,2026-01-06 14:45:00,926.0 -58141,sell_contrast_m10_bb_pos,sell,2026-01-06 14:48:00,922.0 -58142,sell_contrast_m10_bb_pos,sell,2026-01-06 19:42:00,912.0 -58143,sell_contrast_m10_bb_pos,sell,2026-01-06 19:45:00,911.0 -58144,sell_contrast_m10_bb_pos,sell,2026-01-06 19:48:00,912.0 -58145,sell_contrast_m10_bb_pos,sell,2026-01-06 20:00:00,912.0 -58146,sell_contrast_m10_bb_pos,sell,2026-01-06 20:03:00,914.0 -58147,sell_contrast_m10_bb_pos,sell,2026-01-06 20:06:00,913.0 -58148,sell_contrast_m10_bb_pos,sell,2026-01-06 20:09:00,916.0 -58149,sell_contrast_m10_bb_pos,sell,2026-01-06 20:51:00,921.0 -58150,sell_contrast_m10_bb_pos,sell,2026-01-06 20:54:00,919.0 -58151,sell_contrast_m10_bb_pos,sell,2026-01-06 20:57:00,919.0 -58152,sell_contrast_m10_bb_pos,sell,2026-01-06 21:21:00,923.0 -58153,sell_contrast_m10_bb_pos,sell,2026-01-06 21:24:00,923.0 -58154,sell_contrast_m10_bb_pos,sell,2026-01-06 21:27:00,924.0 -58155,sell_contrast_m10_bb_pos,sell,2026-01-06 21:30:00,925.0 -58156,sell_contrast_m10_bb_pos,sell,2026-01-06 21:33:00,926.0 -58157,sell_contrast_m10_bb_pos,sell,2026-01-06 21:36:00,925.0 -58158,sell_contrast_m10_bb_pos,sell,2026-01-06 21:39:00,925.0 -58159,sell_contrast_m10_bb_pos,sell,2026-01-07 05:42:00,907.0 -58160,sell_contrast_m10_bb_pos,sell,2026-01-07 05:45:00,906.0 -58161,sell_contrast_m10_bb_pos,sell,2026-01-07 05:48:00,905.0 -58162,sell_contrast_m10_bb_pos,sell,2026-01-07 05:51:00,905.0 -58163,sell_contrast_m10_bb_pos,sell,2026-01-07 05:54:00,904.0 -58164,sell_contrast_m10_bb_pos,sell,2026-01-07 05:57:00,905.0 -58165,sell_contrast_m10_bb_pos,sell,2026-01-07 06:51:00,920.0 -58166,sell_contrast_m10_bb_pos,sell,2026-01-07 06:54:00,923.0 -58167,sell_contrast_m10_bb_pos,sell,2026-01-07 06:57:00,924.0 -58168,sell_contrast_m10_bb_pos,sell,2026-01-07 07:12:00,927.0 -58169,sell_contrast_m10_bb_pos,sell,2026-01-07 07:15:00,926.0 -58170,sell_contrast_m10_bb_pos,sell,2026-01-07 07:18:00,922.0 -58171,sell_contrast_m10_bb_pos,sell,2026-01-07 16:21:00,903.0 -58172,sell_contrast_m10_bb_pos,sell,2026-01-07 16:24:00,904.0 -58173,sell_contrast_m10_bb_pos,sell,2026-01-07 16:27:00,907.0 -58174,sell_contrast_m10_bb_pos,sell,2026-01-08 03:30:00,875.0 -58175,sell_contrast_m10_bb_pos,sell,2026-01-08 03:33:00,878.0 -58176,sell_contrast_m10_bb_pos,sell,2026-01-08 03:36:00,876.0 -58177,sell_contrast_m10_bb_pos,sell,2026-01-08 03:39:00,876.0 -58178,sell_contrast_m10_bb_pos,sell,2026-01-08 03:42:00,875.0 -58179,sell_contrast_m10_bb_pos,sell,2026-01-08 03:45:00,873.0 -58180,sell_contrast_m10_bb_pos,sell,2026-01-08 03:48:00,875.0 -58181,sell_contrast_m10_bb_pos,sell,2026-01-08 08:30:00,870.0 -58182,sell_contrast_m10_bb_pos,sell,2026-01-08 08:33:00,868.0 -58183,sell_contrast_m10_bb_pos,sell,2026-01-08 08:36:00,865.0 -58184,sell_contrast_m10_bb_pos,sell,2026-01-08 08:39:00,866.0 -58185,sell_contrast_m10_bb_pos,sell,2026-01-08 10:42:00,871.0 -58186,sell_contrast_m10_bb_pos,sell,2026-01-08 10:45:00,871.0 -58187,sell_contrast_m10_bb_pos,sell,2026-01-08 10:48:00,871.0 -58188,sell_contrast_m10_bb_pos,sell,2026-01-08 11:00:00,872.0 -58189,sell_contrast_m10_bb_pos,sell,2026-01-08 11:03:00,870.0 -58190,sell_contrast_m10_bb_pos,sell,2026-01-08 11:06:00,870.0 -58191,sell_contrast_m10_bb_pos,sell,2026-01-08 11:09:00,872.0 -58192,sell_contrast_m10_bb_pos,sell,2026-01-08 11:12:00,871.0 -58193,sell_contrast_m10_bb_pos,sell,2026-01-08 11:15:00,872.0 -58194,sell_contrast_m10_bb_pos,sell,2026-01-08 11:18:00,873.0 -58195,sell_contrast_m10_bb_pos,sell,2026-01-08 11:21:00,873.0 -58196,sell_contrast_m10_bb_pos,sell,2026-01-08 11:24:00,870.0 -58197,sell_contrast_m10_bb_pos,sell,2026-01-08 11:27:00,869.0 -58198,sell_contrast_m10_bb_pos,sell,2026-01-09 01:12:00,857.0 -58199,sell_contrast_m10_bb_pos,sell,2026-01-09 01:15:00,854.0 -58200,sell_contrast_m10_bb_pos,sell,2026-01-09 01:18:00,854.0 -58201,sell_contrast_m10_bb_pos,sell,2026-01-09 06:42:00,859.0 -58202,sell_contrast_m10_bb_pos,sell,2026-01-09 06:45:00,858.0 -58203,sell_contrast_m10_bb_pos,sell,2026-01-09 06:48:00,857.0 -58204,sell_contrast_m10_bb_pos,sell,2026-01-09 07:00:00,859.0 -58205,sell_contrast_m10_bb_pos,sell,2026-01-09 07:03:00,861.0 -58206,sell_contrast_m10_bb_pos,sell,2026-01-09 07:06:00,860.0 -58207,sell_contrast_m10_bb_pos,sell,2026-01-09 07:09:00,859.0 -58208,sell_contrast_m10_bb_pos,sell,2026-01-09 07:12:00,859.0 -58209,sell_contrast_m10_bb_pos,sell,2026-01-09 07:15:00,860.0 -58210,sell_contrast_m10_bb_pos,sell,2026-01-09 07:18:00,859.0 -58211,sell_contrast_m10_bb_pos,sell,2026-01-09 10:30:00,859.0 -58212,sell_contrast_m10_bb_pos,sell,2026-01-09 10:33:00,854.0 -58213,sell_contrast_m10_bb_pos,sell,2026-01-09 10:36:00,848.0 -58214,sell_contrast_m10_bb_pos,sell,2026-01-09 10:39:00,847.0 -58215,sell_contrast_m10_bb_pos,sell,2026-01-09 15:00:00,854.0 -58216,sell_contrast_m10_bb_pos,sell,2026-01-09 15:03:00,853.0 -58217,sell_contrast_m10_bb_pos,sell,2026-01-09 15:06:00,853.0 -58218,sell_contrast_m10_bb_pos,sell,2026-01-09 15:09:00,853.0 -58219,sell_contrast_m10_bb_pos,sell,2026-01-09 15:21:00,853.0 -58220,sell_contrast_m10_bb_pos,sell,2026-01-09 15:24:00,853.0 -58221,sell_contrast_m10_bb_pos,sell,2026-01-09 15:27:00,853.0 -58222,sell_contrast_m10_bb_pos,sell,2026-01-09 16:21:00,860.0 -58223,sell_contrast_m10_bb_pos,sell,2026-01-09 16:24:00,861.0 -58224,sell_contrast_m10_bb_pos,sell,2026-01-09 16:27:00,861.0 -58225,sell_contrast_m10_bb_pos,sell,2026-01-09 16:42:00,862.0 -58226,sell_contrast_m10_bb_pos,sell,2026-01-09 16:45:00,861.0 -58227,sell_contrast_m10_bb_pos,sell,2026-01-09 16:48:00,861.0 -58228,sell_contrast_m10_bb_pos,sell,2026-01-09 16:51:00,860.0 -58229,sell_contrast_m10_bb_pos,sell,2026-01-09 16:54:00,861.0 -58230,sell_contrast_m10_bb_pos,sell,2026-01-09 16:57:00,858.0 -58231,sell_contrast_m10_bb_pos,sell,2026-01-09 17:12:00,864.0 -58232,sell_contrast_m10_bb_pos,sell,2026-01-09 17:15:00,860.0 -58233,sell_contrast_m10_bb_pos,sell,2026-01-09 17:18:00,859.0 -58234,sell_contrast_m10_bb_pos,sell,2026-01-09 22:42:00,856.0 -58235,sell_contrast_m10_bb_pos,sell,2026-01-09 22:45:00,855.0 -58236,sell_contrast_m10_bb_pos,sell,2026-01-09 22:48:00,851.0 -58237,sell_contrast_m10_bb_pos,sell,2026-01-09 23:00:00,856.0 -58238,sell_contrast_m10_bb_pos,sell,2026-01-09 23:03:00,855.0 -58239,sell_contrast_m10_bb_pos,sell,2026-01-09 23:06:00,853.0 -58240,sell_contrast_m10_bb_pos,sell,2026-01-09 23:09:00,850.0 -58241,sell_contrast_m10_bb_pos,sell,2026-01-10 01:00:00,865.0 -58242,sell_contrast_m10_bb_pos,sell,2026-01-10 01:03:00,870.0 -58243,sell_contrast_m10_bb_pos,sell,2026-01-10 01:06:00,871.0 -58244,sell_contrast_m10_bb_pos,sell,2026-01-10 01:09:00,871.0 -58245,sell_contrast_m10_bb_pos,sell,2026-01-10 01:12:00,871.0 -58246,sell_contrast_m10_bb_pos,sell,2026-01-10 01:15:00,876.0 -58247,sell_contrast_m10_bb_pos,sell,2026-01-10 01:18:00,876.0 -58248,sell_contrast_m10_bb_pos,sell,2026-01-10 01:30:00,871.0 -58249,sell_contrast_m10_bb_pos,sell,2026-01-10 01:33:00,872.0 -58250,sell_contrast_m10_bb_pos,sell,2026-01-10 01:36:00,868.0 -58251,sell_contrast_m10_bb_pos,sell,2026-01-10 01:39:00,869.0 -58252,sell_contrast_m10_bb_pos,sell,2026-01-10 01:51:00,874.0 -58253,sell_contrast_m10_bb_pos,sell,2026-01-10 01:54:00,873.0 -58254,sell_contrast_m10_bb_pos,sell,2026-01-10 01:57:00,874.0 -58255,sell_contrast_m10_bb_pos,sell,2026-01-10 02:00:00,875.0 -58256,sell_contrast_m10_bb_pos,sell,2026-01-10 02:03:00,874.0 -58257,sell_contrast_m10_bb_pos,sell,2026-01-10 02:06:00,873.0 -58258,sell_contrast_m10_bb_pos,sell,2026-01-10 02:09:00,871.0 -58259,sell_contrast_m10_bb_pos,sell,2026-01-10 07:42:00,858.0 -58260,sell_contrast_m10_bb_pos,sell,2026-01-10 07:45:00,857.0 -58261,sell_contrast_m10_bb_pos,sell,2026-01-10 07:48:00,857.0 -58262,sell_contrast_m10_bb_pos,sell,2026-01-10 16:12:00,847.0 -58263,sell_contrast_m10_bb_pos,sell,2026-01-10 16:15:00,850.0 -58264,sell_contrast_m10_bb_pos,sell,2026-01-10 16:18:00,850.0 -58265,sell_contrast_m10_bb_pos,sell,2026-01-10 16:42:00,848.0 -58266,sell_contrast_m10_bb_pos,sell,2026-01-10 16:45:00,848.0 -58267,sell_contrast_m10_bb_pos,sell,2026-01-10 16:48:00,851.0 -58268,sell_contrast_m10_bb_pos,sell,2026-01-10 17:00:00,850.0 -58269,sell_contrast_m10_bb_pos,sell,2026-01-10 17:03:00,851.0 -58270,sell_contrast_m10_bb_pos,sell,2026-01-10 17:06:00,852.0 -58271,sell_contrast_m10_bb_pos,sell,2026-01-10 17:09:00,850.0 -58272,sell_contrast_m10_bb_pos,sell,2026-01-10 17:12:00,851.0 -58273,sell_contrast_m10_bb_pos,sell,2026-01-10 17:15:00,851.0 -58274,sell_contrast_m10_bb_pos,sell,2026-01-10 17:18:00,849.0 -58275,sell_contrast_m10_bb_pos,sell,2026-01-10 18:51:00,854.0 -58276,sell_contrast_m10_bb_pos,sell,2026-01-10 18:54:00,853.0 -58277,sell_contrast_m10_bb_pos,sell,2026-01-10 18:57:00,854.0 -58278,sell_contrast_m10_bb_pos,sell,2026-01-10 19:00:00,854.0 -58279,sell_contrast_m10_bb_pos,sell,2026-01-10 19:03:00,853.0 -58280,sell_contrast_m10_bb_pos,sell,2026-01-10 19:06:00,852.0 -58281,sell_contrast_m10_bb_pos,sell,2026-01-10 19:09:00,853.0 -58282,sell_contrast_m10_bb_pos,sell,2026-01-10 20:00:00,856.0 -58283,sell_contrast_m10_bb_pos,sell,2026-01-10 20:03:00,857.0 -58284,sell_contrast_m10_bb_pos,sell,2026-01-10 20:06:00,856.0 -58285,sell_contrast_m10_bb_pos,sell,2026-01-10 20:09:00,856.0 -58286,sell_contrast_m10_bb_pos,sell,2026-01-10 20:12:00,857.0 -58287,sell_contrast_m10_bb_pos,sell,2026-01-10 20:15:00,856.0 -58288,sell_contrast_m10_bb_pos,sell,2026-01-10 20:18:00,857.0 -58289,sell_contrast_m10_bb_pos,sell,2026-01-10 20:21:00,856.0 -58290,sell_contrast_m10_bb_pos,sell,2026-01-10 20:24:00,856.0 -58291,sell_contrast_m10_bb_pos,sell,2026-01-10 20:27:00,855.0 -58292,sell_contrast_m10_bb_pos,sell,2026-01-10 20:51:00,860.0 -58293,sell_contrast_m10_bb_pos,sell,2026-01-10 20:54:00,861.0 -58294,sell_contrast_m10_bb_pos,sell,2026-01-10 20:57:00,861.0 -58295,sell_contrast_m10_bb_pos,sell,2026-01-10 21:21:00,864.0 -58296,sell_contrast_m10_bb_pos,sell,2026-01-10 21:24:00,863.0 -58297,sell_contrast_m10_bb_pos,sell,2026-01-10 21:27:00,863.0 -58298,sell_contrast_m10_bb_pos,sell,2026-01-10 21:30:00,862.0 -58299,sell_contrast_m10_bb_pos,sell,2026-01-10 21:33:00,862.0 -58300,sell_contrast_m10_bb_pos,sell,2026-01-10 21:36:00,863.0 -58301,sell_contrast_m10_bb_pos,sell,2026-01-10 21:39:00,863.0 -58302,sell_contrast_m10_bb_pos,sell,2026-01-10 21:42:00,863.0 -58303,sell_contrast_m10_bb_pos,sell,2026-01-10 21:45:00,862.0 -58304,sell_contrast_m10_bb_pos,sell,2026-01-10 21:48:00,862.0 -58305,sell_contrast_m10_bb_pos,sell,2026-01-10 22:12:00,865.0 -58306,sell_contrast_m10_bb_pos,sell,2026-01-10 22:15:00,864.0 -58307,sell_contrast_m10_bb_pos,sell,2026-01-10 22:18:00,866.0 -58308,sell_contrast_m10_bb_pos,sell,2026-01-10 22:21:00,867.0 -58309,sell_contrast_m10_bb_pos,sell,2026-01-10 22:24:00,866.0 -58310,sell_contrast_m10_bb_pos,sell,2026-01-10 22:27:00,866.0 -58311,sell_contrast_m10_bb_pos,sell,2026-01-10 22:42:00,867.0 -58312,sell_contrast_m10_bb_pos,sell,2026-01-10 22:45:00,866.0 -58313,sell_contrast_m10_bb_pos,sell,2026-01-10 22:48:00,865.0 -58314,sell_contrast_m10_bb_pos,sell,2026-01-11 05:03:00,856.0 -58315,sell_contrast_m10_bb_pos,sell,2026-01-11 05:06:00,856.0 -58316,sell_contrast_m10_bb_pos,sell,2026-01-11 10:51:00,846.0 -58317,sell_contrast_m10_bb_pos,sell,2026-01-11 10:54:00,845.0 -58318,sell_contrast_m10_bb_pos,sell,2026-01-11 10:57:00,847.0 -58319,sell_contrast_m10_bb_pos,sell,2026-01-11 11:00:00,847.0 -58320,sell_contrast_m10_bb_pos,sell,2026-01-11 11:03:00,846.0 -58321,sell_contrast_m10_bb_pos,sell,2026-01-11 11:06:00,846.0 -58322,sell_contrast_m10_bb_pos,sell,2026-01-11 11:09:00,847.0 -58323,sell_contrast_m10_bb_pos,sell,2026-01-11 11:12:00,848.0 -58324,sell_contrast_m10_bb_pos,sell,2026-01-11 11:15:00,848.0 -58325,sell_contrast_m10_bb_pos,sell,2026-01-11 11:18:00,848.0 -58326,sell_contrast_m10_bb_pos,sell,2026-01-11 11:21:00,847.0 -58327,sell_contrast_m10_bb_pos,sell,2026-01-11 11:24:00,847.0 -58328,sell_contrast_m10_bb_pos,sell,2026-01-11 11:27:00,849.0 -58329,sell_contrast_m10_bb_pos,sell,2026-01-11 11:30:00,848.0 -58330,sell_contrast_m10_bb_pos,sell,2026-01-11 11:33:00,849.0 -58331,sell_contrast_m10_bb_pos,sell,2026-01-11 11:36:00,848.0 -58332,sell_contrast_m10_bb_pos,sell,2026-01-11 11:39:00,847.0 -58333,sell_contrast_m10_bb_pos,sell,2026-01-11 11:42:00,849.0 -58334,sell_contrast_m10_bb_pos,sell,2026-01-11 11:45:00,847.0 -58335,sell_contrast_m10_bb_pos,sell,2026-01-11 11:48:00,846.0 -58336,sell_contrast_m10_bb_pos,sell,2026-01-11 16:00:00,846.0 -58337,sell_contrast_m10_bb_pos,sell,2026-01-11 16:03:00,847.0 -58338,sell_contrast_m10_bb_pos,sell,2026-01-11 16:06:00,845.0 -58339,sell_contrast_m10_bb_pos,sell,2026-01-11 16:09:00,845.0 -58340,sell_contrast_m10_bb_pos,sell,2026-01-11 16:21:00,845.0 -58341,sell_contrast_m10_bb_pos,sell,2026-01-11 16:24:00,845.0 -58342,sell_contrast_m10_bb_pos,sell,2026-01-11 16:27:00,845.0 -58343,sell_contrast_m10_bb_pos,sell,2026-01-11 16:42:00,847.0 -58344,sell_contrast_m10_bb_pos,sell,2026-01-11 16:45:00,846.0 -58345,sell_contrast_m10_bb_pos,sell,2026-01-11 16:48:00,847.0 -58346,sell_contrast_m10_bb_pos,sell,2026-01-11 17:12:00,846.0 -58347,sell_contrast_m10_bb_pos,sell,2026-01-11 17:15:00,846.0 -58348,sell_contrast_m10_bb_pos,sell,2026-01-11 17:42:00,849.0 -58349,sell_contrast_m10_bb_pos,sell,2026-01-11 17:45:00,848.0 -58350,sell_contrast_m10_bb_pos,sell,2026-01-11 17:48:00,848.0 -58351,sell_contrast_m10_bb_pos,sell,2026-01-11 17:51:00,848.0 -58352,sell_contrast_m10_bb_pos,sell,2026-01-11 17:54:00,848.0 -58353,sell_contrast_m10_bb_pos,sell,2026-01-11 17:57:00,851.0 -58354,sell_contrast_m10_bb_pos,sell,2026-01-11 18:00:00,849.0 -58355,sell_contrast_m10_bb_pos,sell,2026-01-11 18:03:00,851.0 -58356,sell_contrast_m10_bb_pos,sell,2026-01-11 18:06:00,851.0 -58357,sell_contrast_m10_bb_pos,sell,2026-01-11 18:09:00,850.0 -58358,sell_contrast_m10_bb_pos,sell,2026-01-11 18:12:00,851.0 -58359,sell_contrast_m10_bb_pos,sell,2026-01-11 18:15:00,851.0 -58360,sell_contrast_m10_bb_pos,sell,2026-01-11 18:18:00,853.0 -58361,sell_contrast_m10_bb_pos,sell,2026-01-11 18:30:00,852.0 -58362,sell_contrast_m10_bb_pos,sell,2026-01-11 18:33:00,852.0 -58363,sell_contrast_m10_bb_pos,sell,2026-01-11 18:36:00,849.0 -58364,sell_contrast_m10_bb_pos,sell,2026-01-11 18:39:00,848.0 -58365,sell_contrast_m10_bb_pos,sell,2026-01-11 18:51:00,851.0 -58366,sell_contrast_m10_bb_pos,sell,2026-01-11 18:54:00,851.0 -58367,sell_contrast_m10_bb_pos,sell,2026-01-11 18:57:00,850.0 -58368,sell_contrast_m10_bb_pos,sell,2026-01-11 19:12:00,851.0 -58369,sell_contrast_m10_bb_pos,sell,2026-01-11 19:15:00,853.0 -58370,sell_contrast_m10_bb_pos,sell,2026-01-11 19:18:00,852.0 -58371,sell_contrast_m10_bb_pos,sell,2026-01-11 19:21:00,852.0 -58372,sell_contrast_m10_bb_pos,sell,2026-01-11 19:24:00,851.0 -58373,sell_contrast_m10_bb_pos,sell,2026-01-11 19:27:00,851.0 -58374,sell_contrast_m10_bb_pos,sell,2026-01-11 20:42:00,854.0 -58375,sell_contrast_m10_bb_pos,sell,2026-01-11 20:45:00,855.0 -58376,sell_contrast_m10_bb_pos,sell,2026-01-11 20:48:00,854.0 -58377,sell_contrast_m10_bb_pos,sell,2026-01-11 21:30:00,857.0 -58378,sell_contrast_m10_bb_pos,sell,2026-01-11 21:33:00,857.0 -58379,sell_contrast_m10_bb_pos,sell,2026-01-11 21:36:00,856.0 -58380,sell_contrast_m10_bb_pos,sell,2026-01-11 21:39:00,857.0 -58381,sell_contrast_m10_bb_pos,sell,2026-01-11 21:42:00,857.0 -58382,sell_contrast_m10_bb_pos,sell,2026-01-11 21:45:00,857.0 -58383,sell_contrast_m10_bb_pos,sell,2026-01-11 21:48:00,859.0 -58384,sell_contrast_m10_bb_pos,sell,2026-01-11 21:51:00,859.0 -58385,sell_contrast_m10_bb_pos,sell,2026-01-11 21:54:00,859.0 -58386,sell_contrast_m10_bb_pos,sell,2026-01-11 21:57:00,860.0 -58387,sell_contrast_m10_bb_pos,sell,2026-01-11 22:00:00,858.0 -58388,sell_contrast_m10_bb_pos,sell,2026-01-11 22:03:00,857.0 -58389,sell_contrast_m10_bb_pos,sell,2026-01-11 22:06:00,857.0 -58390,sell_contrast_m10_bb_pos,sell,2026-01-11 22:09:00,857.0 -58391,sell_contrast_m10_bb_pos,sell,2026-01-12 09:21:00,839.0 -58392,sell_contrast_m10_bb_pos,sell,2026-01-12 09:24:00,840.0 -58393,sell_contrast_m10_bb_pos,sell,2026-01-12 09:27:00,838.0 -58394,sell_contrast_m10_bb_pos,sell,2026-01-12 10:00:00,839.0 -58395,sell_contrast_m10_bb_pos,sell,2026-01-12 10:03:00,842.0 -58396,sell_contrast_m10_bb_pos,sell,2026-01-12 10:06:00,847.0 -58397,sell_contrast_m10_bb_pos,sell,2026-01-12 10:09:00,843.0 -58398,sell_contrast_m10_bb_pos,sell,2026-01-12 10:21:00,845.0 -58399,sell_contrast_m10_bb_pos,sell,2026-01-12 10:24:00,847.0 -58400,sell_contrast_m10_bb_pos,sell,2026-01-12 10:27:00,845.0 -58401,sell_contrast_m10_bb_pos,sell,2026-01-12 10:51:00,845.0 -58402,sell_contrast_m10_bb_pos,sell,2026-01-12 10:54:00,846.0 -58403,sell_contrast_m10_bb_pos,sell,2026-01-12 10:57:00,845.0 -58404,sell_contrast_m10_bb_pos,sell,2026-01-12 11:00:00,846.0 -58405,sell_contrast_m10_bb_pos,sell,2026-01-12 11:03:00,848.0 -58406,sell_contrast_m10_bb_pos,sell,2026-01-12 11:06:00,850.0 -58407,sell_contrast_m10_bb_pos,sell,2026-01-12 11:09:00,849.0 -58408,sell_contrast_m10_bb_pos,sell,2026-01-12 11:12:00,848.0 -58409,sell_contrast_m10_bb_pos,sell,2026-01-12 11:15:00,855.0 -58410,sell_contrast_m10_bb_pos,sell,2026-01-12 11:18:00,855.0 -58411,sell_contrast_m10_bb_pos,sell,2026-01-12 11:30:00,854.0 -58412,sell_contrast_m10_bb_pos,sell,2026-01-12 11:33:00,851.0 -58413,sell_contrast_m10_bb_pos,sell,2026-01-12 11:36:00,852.0 -58414,sell_contrast_m10_bb_pos,sell,2026-01-12 11:39:00,854.0 -58415,sell_contrast_m10_bb_pos,sell,2026-01-12 11:42:00,854.0 -58416,sell_contrast_m10_bb_pos,sell,2026-01-12 11:45:00,855.0 -58417,sell_contrast_m10_bb_pos,sell,2026-01-12 11:48:00,858.0 -58418,sell_contrast_m10_bb_pos,sell,2026-01-12 12:12:00,862.0 -58419,sell_contrast_m10_bb_pos,sell,2026-01-12 12:15:00,864.0 -58420,sell_contrast_m10_bb_pos,sell,2026-01-12 12:18:00,865.0 -58421,sell_contrast_m10_bb_pos,sell,2026-01-12 12:21:00,864.0 -58422,sell_contrast_m10_bb_pos,sell,2026-01-12 12:24:00,864.0 -58423,sell_contrast_m10_bb_pos,sell,2026-01-12 12:27:00,867.0 -58424,sell_contrast_m10_bb_pos,sell,2026-01-12 12:30:00,867.0 -58425,sell_contrast_m10_bb_pos,sell,2026-01-12 12:33:00,865.0 -58426,sell_contrast_m10_bb_pos,sell,2026-01-12 12:36:00,863.0 -58427,sell_contrast_m10_bb_pos,sell,2026-01-12 12:39:00,861.0 -58428,sell_contrast_m10_bb_pos,sell,2026-01-12 21:12:00,838.0 -58429,sell_contrast_m10_bb_pos,sell,2026-01-12 21:15:00,837.0 -58430,sell_contrast_m10_bb_pos,sell,2026-01-12 21:18:00,837.0 -58431,sell_contrast_m10_bb_pos,sell,2026-01-13 00:42:00,842.0 -58432,sell_contrast_m10_bb_pos,sell,2026-01-13 00:45:00,842.0 -58433,sell_contrast_m10_bb_pos,sell,2026-01-13 00:48:00,841.0 -58434,sell_contrast_m10_bb_pos,sell,2026-01-13 00:51:00,840.0 -58435,sell_contrast_m10_bb_pos,sell,2026-01-13 00:54:00,840.0 -58436,sell_contrast_m10_bb_pos,sell,2026-01-13 00:57:00,841.0 -58437,sell_contrast_m10_bb_pos,sell,2026-01-13 01:00:00,840.0 -58438,sell_contrast_m10_bb_pos,sell,2026-01-13 01:03:00,839.0 -58439,sell_contrast_m10_bb_pos,sell,2026-01-13 01:06:00,842.0 -58440,sell_contrast_m10_bb_pos,sell,2026-01-13 01:09:00,840.0 -58441,sell_contrast_m10_bb_pos,sell,2026-01-13 01:42:00,844.0 -58442,sell_contrast_m10_bb_pos,sell,2026-01-13 01:45:00,843.0 -58443,sell_contrast_m10_bb_pos,sell,2026-01-13 01:48:00,841.0 -58444,sell_contrast_m10_bb_pos,sell,2026-01-13 09:21:00,824.0 -58445,sell_contrast_m10_bb_pos,sell,2026-01-13 09:24:00,825.0 -58446,sell_contrast_m10_bb_pos,sell,2026-01-13 09:27:00,824.0 -58447,sell_contrast_m10_bb_pos,sell,2026-01-13 10:00:00,825.0 -58448,sell_contrast_m10_bb_pos,sell,2026-01-13 10:03:00,825.0 -58449,sell_contrast_m10_bb_pos,sell,2026-01-13 10:06:00,825.0 -58450,sell_contrast_m10_bb_pos,sell,2026-01-13 10:09:00,827.0 -58451,sell_contrast_m10_bb_pos,sell,2026-01-13 10:12:00,826.0 -58452,sell_contrast_m10_bb_pos,sell,2026-01-13 10:15:00,826.0 -58453,sell_contrast_m10_bb_pos,sell,2026-01-13 10:18:00,827.0 -58454,sell_contrast_m10_bb_pos,sell,2026-01-13 10:21:00,826.0 -58455,sell_contrast_m10_bb_pos,sell,2026-01-13 10:24:00,826.0 -58456,sell_contrast_m10_bb_pos,sell,2026-01-13 10:27:00,824.0 -58457,sell_contrast_m10_bb_pos,sell,2026-01-13 11:12:00,827.0 -58458,sell_contrast_m10_bb_pos,sell,2026-01-13 11:15:00,828.0 -58459,sell_contrast_m10_bb_pos,sell,2026-01-13 11:18:00,829.0 -58460,sell_contrast_m10_bb_pos,sell,2026-01-13 11:21:00,828.0 -58461,sell_contrast_m10_bb_pos,sell,2026-01-13 11:24:00,828.0 -58462,sell_contrast_m10_bb_pos,sell,2026-01-13 11:27:00,825.0 -58463,sell_contrast_m10_bb_pos,sell,2026-01-13 11:30:00,828.0 -58464,sell_contrast_m10_bb_pos,sell,2026-01-13 11:33:00,828.0 -58465,sell_contrast_m10_bb_pos,sell,2026-01-13 11:36:00,826.0 -58466,sell_contrast_m10_bb_pos,sell,2026-01-13 11:39:00,826.0 -58467,sell_contrast_m10_bb_pos,sell,2026-01-13 16:00:00,836.0 -58468,sell_contrast_m10_bb_pos,sell,2026-01-13 16:03:00,835.0 -58469,sell_contrast_m10_bb_pos,sell,2026-01-13 16:06:00,833.0 -58470,sell_contrast_m10_bb_pos,sell,2026-01-13 16:09:00,835.0 -58471,sell_contrast_m10_bb_pos,sell,2026-01-13 17:51:00,837.0 -58472,sell_contrast_m10_bb_pos,sell,2026-01-13 17:54:00,837.0 -58473,sell_contrast_m10_bb_pos,sell,2026-01-13 17:57:00,837.0 -58474,sell_contrast_m10_bb_pos,sell,2026-01-13 18:21:00,838.0 -58475,sell_contrast_m10_bb_pos,sell,2026-01-13 18:24:00,836.0 -58476,sell_contrast_m10_bb_pos,sell,2026-01-13 18:27:00,838.0 -58477,sell_contrast_m10_bb_pos,sell,2026-01-13 18:30:00,838.0 -58478,sell_contrast_m10_bb_pos,sell,2026-01-13 18:33:00,840.0 -58479,sell_contrast_m10_bb_pos,sell,2026-01-13 18:36:00,837.0 -58480,sell_contrast_m10_bb_pos,sell,2026-01-13 18:39:00,838.0 -58481,sell_contrast_m10_bb_pos,sell,2026-01-13 20:21:00,842.0 -58482,sell_contrast_m10_bb_pos,sell,2026-01-13 20:24:00,842.0 -58483,sell_contrast_m10_bb_pos,sell,2026-01-13 20:27:00,844.0 -58484,sell_contrast_m10_bb_pos,sell,2026-01-13 20:30:00,844.0 -58485,sell_contrast_m10_bb_pos,sell,2026-01-13 20:33:00,845.0 -58486,sell_contrast_m10_bb_pos,sell,2026-01-13 20:36:00,845.0 -58487,sell_contrast_m10_bb_pos,sell,2026-01-13 20:39:00,849.0 -58488,sell_contrast_m10_bb_pos,sell,2026-01-13 21:00:00,844.0 -58489,sell_contrast_m10_bb_pos,sell,2026-01-13 21:03:00,845.0 -58490,sell_contrast_m10_bb_pos,sell,2026-01-13 21:06:00,843.0 -58491,sell_contrast_m10_bb_pos,sell,2026-01-13 21:09:00,843.0 -58492,sell_contrast_m10_bb_pos,sell,2026-01-13 22:00:00,847.0 -58493,sell_contrast_m10_bb_pos,sell,2026-01-13 22:03:00,845.0 -58494,sell_contrast_m10_bb_pos,sell,2026-01-13 22:06:00,847.0 -58495,sell_contrast_m10_bb_pos,sell,2026-01-13 22:09:00,848.0 -58496,sell_contrast_m10_bb_pos,sell,2026-01-13 22:12:00,847.0 -58497,sell_contrast_m10_bb_pos,sell,2026-01-13 22:15:00,847.0 -58498,sell_contrast_m10_bb_pos,sell,2026-01-13 22:18:00,847.0 -58499,sell_contrast_m10_bb_pos,sell,2026-01-13 22:21:00,849.0 -58500,sell_contrast_m10_bb_pos,sell,2026-01-13 22:24:00,849.0 -58501,sell_contrast_m10_bb_pos,sell,2026-01-13 22:27:00,849.0 -58502,sell_contrast_m10_bb_pos,sell,2026-01-13 23:12:00,859.0 -58503,sell_contrast_m10_bb_pos,sell,2026-01-13 23:15:00,859.0 -58504,sell_contrast_m10_bb_pos,sell,2026-01-13 23:18:00,861.0 -58505,sell_contrast_m10_bb_pos,sell,2026-01-13 23:51:00,874.0 -58506,sell_contrast_m10_bb_pos,sell,2026-01-13 23:54:00,871.0 -58507,sell_contrast_m10_bb_pos,sell,2026-01-13 23:57:00,869.0 -58508,sell_contrast_m10_bb_pos,sell,2026-01-14 00:42:00,882.0 -58509,sell_contrast_m10_bb_pos,sell,2026-01-14 00:45:00,883.0 -58510,sell_contrast_m10_bb_pos,sell,2026-01-14 00:48:00,887.0 -58511,sell_contrast_m10_bb_pos,sell,2026-01-14 01:12:00,890.0 -58512,sell_contrast_m10_bb_pos,sell,2026-01-14 01:15:00,888.0 -58513,sell_contrast_m10_bb_pos,sell,2026-01-14 01:18:00,889.0 -58514,sell_contrast_m10_bb_pos,sell,2026-01-14 01:21:00,890.0 -58515,sell_contrast_m10_bb_pos,sell,2026-01-14 01:24:00,889.0 -58516,sell_contrast_m10_bb_pos,sell,2026-01-14 01:27:00,888.0 -58517,sell_contrast_m10_bb_pos,sell,2026-01-14 01:51:00,899.0 -58518,sell_contrast_m10_bb_pos,sell,2026-01-14 01:54:00,901.0 -58519,sell_contrast_m10_bb_pos,sell,2026-01-14 01:57:00,897.0 -58520,sell_contrast_m10_bb_pos,sell,2026-01-14 02:00:00,897.0 -58521,sell_contrast_m10_bb_pos,sell,2026-01-14 02:03:00,894.0 -58522,sell_contrast_m10_bb_pos,sell,2026-01-14 02:06:00,890.0 -58523,sell_contrast_m10_bb_pos,sell,2026-01-14 02:09:00,889.0 -58524,sell_contrast_m10_bb_pos,sell,2026-01-14 08:00:00,915.0 -58525,sell_contrast_m10_bb_pos,sell,2026-01-14 08:03:00,918.0 -58526,sell_contrast_m10_bb_pos,sell,2026-01-14 08:06:00,916.0 -58527,sell_contrast_m10_bb_pos,sell,2026-01-14 08:09:00,916.0 -58528,sell_contrast_m10_bb_pos,sell,2026-01-14 08:12:00,914.0 -58529,sell_contrast_m10_bb_pos,sell,2026-01-14 08:15:00,916.0 -58530,sell_contrast_m10_bb_pos,sell,2026-01-14 08:18:00,919.0 -58531,sell_contrast_m10_bb_pos,sell,2026-01-14 08:21:00,916.0 -58532,sell_contrast_m10_bb_pos,sell,2026-01-14 08:24:00,913.0 -58533,sell_contrast_m10_bb_pos,sell,2026-01-14 08:27:00,911.0 -58534,sell_contrast_m10_bb_pos,sell,2026-01-15 00:21:00,897.0 -58535,sell_contrast_m10_bb_pos,sell,2026-01-15 00:24:00,897.0 -58536,sell_contrast_m10_bb_pos,sell,2026-01-15 00:27:00,899.0 -58537,sell_contrast_m10_bb_pos,sell,2026-01-15 00:30:00,897.0 -58538,sell_contrast_m10_bb_pos,sell,2026-01-15 00:33:00,894.0 -58539,sell_contrast_m10_bb_pos,sell,2026-01-15 00:36:00,899.0 -58540,sell_contrast_m10_bb_pos,sell,2026-01-15 00:39:00,892.0 -58541,sell_contrast_m10_bb_pos,sell,2026-01-15 01:00:00,898.0 -58542,sell_contrast_m10_bb_pos,sell,2026-01-15 01:03:00,901.0 -58543,sell_contrast_m10_bb_pos,sell,2026-01-15 01:06:00,903.0 -58544,sell_contrast_m10_bb_pos,sell,2026-01-15 01:09:00,905.0 -58545,sell_contrast_m10_bb_pos,sell,2026-01-15 01:30:00,904.0 -58546,sell_contrast_m10_bb_pos,sell,2026-01-15 01:33:00,907.0 -58547,sell_contrast_m10_bb_pos,sell,2026-01-15 01:36:00,899.0 -58548,sell_contrast_m10_bb_pos,sell,2026-01-15 01:39:00,904.0 -58549,sell_contrast_m10_bb_pos,sell,2026-01-15 01:42:00,904.0 -58550,sell_contrast_m10_bb_pos,sell,2026-01-15 01:45:00,903.0 -58551,sell_contrast_m10_bb_pos,sell,2026-01-15 01:48:00,906.0 -58552,sell_contrast_m10_bb_pos,sell,2026-01-15 01:51:00,904.0 -58553,sell_contrast_m10_bb_pos,sell,2026-01-15 01:54:00,903.0 -58554,sell_contrast_m10_bb_pos,sell,2026-01-15 01:57:00,902.0 -58555,sell_contrast_m10_bb_pos,sell,2026-01-15 15:21:00,861.0 -58556,sell_contrast_m10_bb_pos,sell,2026-01-15 15:24:00,862.0 -58557,sell_contrast_m10_bb_pos,sell,2026-01-15 15:27:00,862.0 -58558,sell_contrast_m10_bb_pos,sell,2026-01-15 16:12:00,863.0 -58559,sell_contrast_m10_bb_pos,sell,2026-01-15 16:15:00,863.0 -58560,sell_contrast_m10_bb_pos,sell,2026-01-15 16:18:00,864.0 -58561,sell_contrast_m10_bb_pos,sell,2026-01-15 16:21:00,865.0 -58562,sell_contrast_m10_bb_pos,sell,2026-01-15 16:24:00,867.0 -58563,sell_contrast_m10_bb_pos,sell,2026-01-15 16:27:00,867.0 -58564,sell_contrast_m10_bb_pos,sell,2026-01-15 17:00:00,869.0 -58565,sell_contrast_m10_bb_pos,sell,2026-01-15 17:03:00,866.0 -58566,sell_contrast_m10_bb_pos,sell,2026-01-15 17:06:00,867.0 -58567,sell_contrast_m10_bb_pos,sell,2026-01-15 17:09:00,867.0 -58568,sell_contrast_m10_bb_pos,sell,2026-01-15 19:00:00,873.0 -58569,sell_contrast_m10_bb_pos,sell,2026-01-15 19:03:00,873.0 -58570,sell_contrast_m10_bb_pos,sell,2026-01-15 19:06:00,870.0 -58571,sell_contrast_m10_bb_pos,sell,2026-01-15 19:09:00,870.0 -58572,sell_contrast_m10_bb_pos,sell,2026-01-15 22:00:00,872.0 -58573,sell_contrast_m10_bb_pos,sell,2026-01-15 22:03:00,869.0 -58574,sell_contrast_m10_bb_pos,sell,2026-01-15 22:06:00,871.0 -58575,sell_contrast_m10_bb_pos,sell,2026-01-15 22:09:00,871.0 -58576,sell_contrast_m10_bb_pos,sell,2026-01-15 22:12:00,872.0 -58577,sell_contrast_m10_bb_pos,sell,2026-01-15 22:15:00,872.0 -58578,sell_contrast_m10_bb_pos,sell,2026-01-15 22:18:00,874.0 -58579,sell_contrast_m10_bb_pos,sell,2026-01-15 22:51:00,874.0 -58580,sell_contrast_m10_bb_pos,sell,2026-01-15 22:54:00,875.0 -58581,sell_contrast_m10_bb_pos,sell,2026-01-15 22:57:00,875.0 -58582,sell_contrast_m10_bb_pos,sell,2026-01-16 06:51:00,828.0 -58583,sell_contrast_m10_bb_pos,sell,2026-01-16 06:54:00,828.0 -58584,sell_contrast_m10_bb_pos,sell,2026-01-16 06:57:00,828.0 -58585,sell_contrast_m10_bb_pos,sell,2026-01-16 07:12:00,832.0 -58586,sell_contrast_m10_bb_pos,sell,2026-01-16 07:15:00,831.0 -58587,sell_contrast_m10_bb_pos,sell,2026-01-16 07:18:00,831.0 -58588,sell_contrast_m10_bb_pos,sell,2026-01-16 07:42:00,833.0 -58589,sell_contrast_m10_bb_pos,sell,2026-01-16 07:45:00,831.0 -58590,sell_contrast_m10_bb_pos,sell,2026-01-16 07:48:00,830.0 -58591,sell_contrast_m10_bb_pos,sell,2026-01-16 09:21:00,833.0 -58592,sell_contrast_m10_bb_pos,sell,2026-01-16 09:24:00,832.0 -58593,sell_contrast_m10_bb_pos,sell,2026-01-16 09:27:00,832.0 -58594,sell_contrast_m10_bb_pos,sell,2026-01-16 14:51:00,829.0 -58595,sell_contrast_m10_bb_pos,sell,2026-01-16 14:54:00,829.0 -58596,sell_contrast_m10_bb_pos,sell,2026-01-16 14:57:00,828.0 -58597,sell_contrast_m10_bb_pos,sell,2026-01-16 15:42:00,829.0 -58598,sell_contrast_m10_bb_pos,sell,2026-01-16 15:45:00,830.0 -58599,sell_contrast_m10_bb_pos,sell,2026-01-16 15:48:00,831.0 -58600,sell_contrast_m10_bb_pos,sell,2026-01-16 15:51:00,831.0 -58601,sell_contrast_m10_bb_pos,sell,2026-01-16 15:54:00,831.0 -58602,sell_contrast_m10_bb_pos,sell,2026-01-16 15:57:00,830.0 -58603,sell_contrast_m10_bb_pos,sell,2026-01-16 16:12:00,832.0 -58604,sell_contrast_m10_bb_pos,sell,2026-01-16 16:15:00,832.0 -58605,sell_contrast_m10_bb_pos,sell,2026-01-16 16:18:00,831.0 -58606,sell_contrast_m10_bb_pos,sell,2026-01-16 16:21:00,833.0 -58607,sell_contrast_m10_bb_pos,sell,2026-01-16 16:24:00,832.0 -58608,sell_contrast_m10_bb_pos,sell,2026-01-16 16:27:00,832.0 -58609,sell_contrast_m10_bb_pos,sell,2026-01-16 17:21:00,835.0 -58610,sell_contrast_m10_bb_pos,sell,2026-01-16 17:24:00,833.0 -58611,sell_contrast_m10_bb_pos,sell,2026-01-16 17:27:00,833.0 -58612,sell_contrast_m10_bb_pos,sell,2026-01-16 17:30:00,834.0 -58613,sell_contrast_m10_bb_pos,sell,2026-01-16 17:33:00,835.0 -58614,sell_contrast_m10_bb_pos,sell,2026-01-16 17:36:00,835.0 -58615,sell_contrast_m10_bb_pos,sell,2026-01-16 17:39:00,833.0 -58616,sell_contrast_m10_bb_pos,sell,2026-01-16 17:51:00,834.0 -58617,sell_contrast_m10_bb_pos,sell,2026-01-16 17:54:00,835.0 -58618,sell_contrast_m10_bb_pos,sell,2026-01-16 17:57:00,835.0 -58619,sell_contrast_m10_bb_pos,sell,2026-01-16 18:21:00,838.0 -58620,sell_contrast_m10_bb_pos,sell,2026-01-16 18:24:00,837.0 -58621,sell_contrast_m10_bb_pos,sell,2026-01-16 18:27:00,838.0 -58622,sell_contrast_m10_bb_pos,sell,2026-01-16 18:42:00,839.0 -58623,sell_contrast_m10_bb_pos,sell,2026-01-16 18:45:00,838.0 -58624,sell_contrast_m10_bb_pos,sell,2026-01-16 18:48:00,839.0 -58625,sell_contrast_m10_bb_pos,sell,2026-01-16 18:51:00,838.0 -58626,sell_contrast_m10_bb_pos,sell,2026-01-16 18:54:00,839.0 -58627,sell_contrast_m10_bb_pos,sell,2026-01-16 18:57:00,838.0 -58628,sell_contrast_m10_bb_pos,sell,2026-01-17 06:12:00,825.0 -58629,sell_contrast_m10_bb_pos,sell,2026-01-17 06:15:00,823.0 -58630,sell_contrast_m10_bb_pos,sell,2026-01-17 06:18:00,822.0 -58631,sell_contrast_m10_bb_pos,sell,2026-01-17 06:21:00,823.0 -58632,sell_contrast_m10_bb_pos,sell,2026-01-17 06:24:00,824.0 -58633,sell_contrast_m10_bb_pos,sell,2026-01-17 06:27:00,824.0 -58634,sell_contrast_m10_bb_pos,sell,2026-01-17 06:30:00,825.0 -58635,sell_contrast_m10_bb_pos,sell,2026-01-17 06:33:00,825.0 -58636,sell_contrast_m10_bb_pos,sell,2026-01-17 06:36:00,823.0 -58637,sell_contrast_m10_bb_pos,sell,2026-01-17 06:39:00,823.0 -58638,sell_contrast_m10_bb_pos,sell,2026-01-17 10:00:00,822.0 -58639,sell_contrast_m10_bb_pos,sell,2026-01-17 10:03:00,823.0 -58640,sell_contrast_m10_bb_pos,sell,2026-01-17 10:06:00,822.0 -58641,sell_contrast_m10_bb_pos,sell,2026-01-17 10:09:00,824.0 -58642,sell_contrast_m10_bb_pos,sell,2026-01-17 10:30:00,824.0 -58643,sell_contrast_m10_bb_pos,sell,2026-01-17 10:33:00,822.0 -58644,sell_contrast_m10_bb_pos,sell,2026-01-17 10:36:00,822.0 -58645,sell_contrast_m10_bb_pos,sell,2026-01-17 10:39:00,821.0 -58646,sell_contrast_m10_bb_pos,sell,2026-01-17 14:12:00,821.0 -58647,sell_contrast_m10_bb_pos,sell,2026-01-17 14:15:00,821.0 -58648,sell_contrast_m10_bb_pos,sell,2026-01-17 14:18:00,822.0 -58649,sell_contrast_m10_bb_pos,sell,2026-01-17 14:21:00,822.0 -58650,sell_contrast_m10_bb_pos,sell,2026-01-17 14:24:00,821.0 -58651,sell_contrast_m10_bb_pos,sell,2026-01-17 14:27:00,822.0 -58652,sell_contrast_m10_bb_pos,sell,2026-01-17 16:51:00,823.0 -58653,sell_contrast_m10_bb_pos,sell,2026-01-17 16:54:00,822.0 -58654,sell_contrast_m10_bb_pos,sell,2026-01-17 16:57:00,823.0 -58655,sell_contrast_m10_bb_pos,sell,2026-01-17 17:00:00,823.0 -58656,sell_contrast_m10_bb_pos,sell,2026-01-17 17:03:00,825.0 -58657,sell_contrast_m10_bb_pos,sell,2026-01-17 17:06:00,825.0 -58658,sell_contrast_m10_bb_pos,sell,2026-01-17 17:09:00,824.0 -58659,sell_contrast_m10_bb_pos,sell,2026-01-17 17:12:00,824.0 -58660,sell_contrast_m10_bb_pos,sell,2026-01-17 17:15:00,823.0 -58661,sell_contrast_m10_bb_pos,sell,2026-01-17 17:18:00,824.0 -58662,sell_contrast_m10_bb_pos,sell,2026-01-17 17:30:00,824.0 -58663,sell_contrast_m10_bb_pos,sell,2026-01-17 17:33:00,822.0 -58664,sell_contrast_m10_bb_pos,sell,2026-01-17 17:36:00,822.0 -58665,sell_contrast_m10_bb_pos,sell,2026-01-17 17:39:00,823.0 -58666,sell_contrast_m10_bb_pos,sell,2026-01-17 17:51:00,824.0 -58667,sell_contrast_m10_bb_pos,sell,2026-01-17 17:54:00,824.0 -58668,sell_contrast_m10_bb_pos,sell,2026-01-17 17:57:00,823.0 -58669,sell_contrast_m10_bb_pos,sell,2026-01-17 18:00:00,825.0 -58670,sell_contrast_m10_bb_pos,sell,2026-01-17 18:03:00,825.0 -58671,sell_contrast_m10_bb_pos,sell,2026-01-17 18:06:00,824.0 -58672,sell_contrast_m10_bb_pos,sell,2026-01-17 18:09:00,824.0 -58673,sell_contrast_m10_bb_pos,sell,2026-01-17 22:42:00,823.0 -58674,sell_contrast_m10_bb_pos,sell,2026-01-17 22:45:00,822.0 -58675,sell_contrast_m10_bb_pos,sell,2026-01-17 22:48:00,823.0 -58676,sell_contrast_m10_bb_pos,sell,2026-01-18 15:12:00,809.0 -58677,sell_contrast_m10_bb_pos,sell,2026-01-18 15:15:00,809.0 -58678,sell_contrast_m10_bb_pos,sell,2026-01-18 15:18:00,807.0 -58679,sell_contrast_m10_bb_pos,sell,2026-01-19 01:12:00,803.0 -58680,sell_contrast_m10_bb_pos,sell,2026-01-19 01:15:00,805.0 -58681,sell_contrast_m10_bb_pos,sell,2026-01-19 01:18:00,805.0 -58682,sell_contrast_m10_bb_pos,sell,2026-01-19 01:21:00,804.0 -58683,sell_contrast_m10_bb_pos,sell,2026-01-19 01:24:00,805.0 -58684,sell_contrast_m10_bb_pos,sell,2026-01-19 01:27:00,802.0 -58685,sell_contrast_m10_bb_pos,sell,2026-01-19 03:42:00,805.0 -58686,sell_contrast_m10_bb_pos,sell,2026-01-19 03:45:00,806.0 -58687,sell_contrast_m10_bb_pos,sell,2026-01-19 03:48:00,806.0 -58688,sell_contrast_m10_bb_pos,sell,2026-01-19 03:51:00,806.0 -58689,sell_contrast_m10_bb_pos,sell,2026-01-19 03:54:00,806.0 -58690,sell_contrast_m10_bb_pos,sell,2026-01-19 03:57:00,805.0 -58691,sell_contrast_m10_bb_pos,sell,2026-01-19 05:30:00,805.0 -58692,sell_contrast_m10_bb_pos,sell,2026-01-19 05:33:00,805.0 -58693,sell_contrast_m10_bb_pos,sell,2026-01-19 05:36:00,804.0 -58694,sell_contrast_m10_bb_pos,sell,2026-01-19 05:39:00,803.0 -58695,sell_contrast_m10_bb_pos,sell,2026-01-19 13:12:00,731.0 -58696,sell_contrast_m10_bb_pos,sell,2026-01-19 13:15:00,730.0 -58697,sell_contrast_m10_bb_pos,sell,2026-01-19 13:18:00,730.0 -58698,sell_contrast_m10_bb_pos,sell,2026-01-19 13:21:00,730.0 -58699,sell_contrast_m10_bb_pos,sell,2026-01-19 13:24:00,730.0 -58700,sell_contrast_m10_bb_pos,sell,2026-01-19 13:27:00,730.0 -58701,sell_contrast_m10_bb_pos,sell,2026-01-19 16:42:00,730.0 -58702,sell_contrast_m10_bb_pos,sell,2026-01-19 16:45:00,729.0 -58703,sell_contrast_m10_bb_pos,sell,2026-01-19 16:48:00,729.0 -58704,sell_contrast_m10_bb_pos,sell,2026-01-19 17:21:00,735.0 -58705,sell_contrast_m10_bb_pos,sell,2026-01-19 17:24:00,734.0 -58706,sell_contrast_m10_bb_pos,sell,2026-01-19 17:27:00,732.0 -58707,sell_contrast_m10_bb_pos,sell,2026-01-19 20:00:00,734.0 -58708,sell_contrast_m10_bb_pos,sell,2026-01-19 20:03:00,735.0 -58709,sell_contrast_m10_bb_pos,sell,2026-01-19 20:06:00,735.0 -58710,sell_contrast_m10_bb_pos,sell,2026-01-19 20:09:00,735.0 -58711,sell_contrast_m10_bb_pos,sell,2026-01-19 20:12:00,733.0 -58712,sell_contrast_m10_bb_pos,sell,2026-01-19 20:15:00,734.0 -58713,sell_contrast_m10_bb_pos,sell,2026-01-19 20:18:00,733.0 -58714,sell_contrast_m10_bb_pos,sell,2026-01-19 20:30:00,734.0 -58715,sell_contrast_m10_bb_pos,sell,2026-01-19 20:33:00,733.0 -58716,sell_contrast_m10_bb_pos,sell,2026-01-19 20:36:00,735.0 -58717,sell_contrast_m10_bb_pos,sell,2026-01-19 20:39:00,737.0 -58718,sell_contrast_m10_bb_pos,sell,2026-01-19 21:00:00,735.0 -58719,sell_contrast_m10_bb_pos,sell,2026-01-19 21:03:00,733.0 -58720,sell_contrast_m10_bb_pos,sell,2026-01-19 21:06:00,732.0 -58721,sell_contrast_m10_bb_pos,sell,2026-01-19 21:09:00,733.0 -58722,sell_contrast_m10_bb_pos,sell,2026-01-19 21:21:00,735.0 -58723,sell_contrast_m10_bb_pos,sell,2026-01-19 21:24:00,734.0 -58724,sell_contrast_m10_bb_pos,sell,2026-01-19 21:27:00,734.0 -58725,sell_contrast_m10_bb_pos,sell,2026-01-19 21:51:00,738.0 -58726,sell_contrast_m10_bb_pos,sell,2026-01-19 21:54:00,737.0 -58727,sell_contrast_m10_bb_pos,sell,2026-01-19 21:57:00,737.0 -58728,sell_contrast_m10_bb_pos,sell,2026-01-19 22:00:00,737.0 -58729,sell_contrast_m10_bb_pos,sell,2026-01-19 22:03:00,737.0 -58730,sell_contrast_m10_bb_pos,sell,2026-01-19 22:06:00,737.0 -58731,sell_contrast_m10_bb_pos,sell,2026-01-19 22:09:00,739.0 -58732,sell_contrast_m10_bb_pos,sell,2026-01-19 22:21:00,738.0 -58733,sell_contrast_m10_bb_pos,sell,2026-01-19 22:24:00,737.0 -58734,sell_contrast_m10_bb_pos,sell,2026-01-19 22:27:00,738.0 -58735,sell_contrast_m10_bb_pos,sell,2026-01-19 23:51:00,739.0 -58736,sell_contrast_m10_bb_pos,sell,2026-01-19 23:54:00,737.0 -58737,sell_contrast_m10_bb_pos,sell,2026-01-19 23:57:00,737.0 -58738,sell_contrast_m10_bb_pos,sell,2026-01-20 01:30:00,740.0 -58739,sell_contrast_m10_bb_pos,sell,2026-01-20 01:33:00,738.0 -58740,sell_contrast_m10_bb_pos,sell,2026-01-20 01:36:00,739.0 -58741,sell_contrast_m10_bb_pos,sell,2026-01-20 01:39:00,740.0 -58742,sell_contrast_m10_bb_pos,sell,2026-01-20 02:12:00,744.0 -58743,sell_contrast_m10_bb_pos,sell,2026-01-20 02:15:00,745.0 -58744,sell_contrast_m10_bb_pos,sell,2026-01-20 02:18:00,747.0 -58745,sell_contrast_m10_bb_pos,sell,2026-01-20 02:30:00,746.0 -58746,sell_contrast_m10_bb_pos,sell,2026-01-20 02:33:00,745.0 -58747,sell_contrast_m10_bb_pos,sell,2026-01-20 02:36:00,744.0 -58748,sell_contrast_m10_bb_pos,sell,2026-01-20 02:39:00,745.0 -58749,sell_contrast_m10_bb_pos,sell,2026-01-20 02:42:00,743.0 -58750,sell_contrast_m10_bb_pos,sell,2026-01-20 02:45:00,744.0 -58751,sell_contrast_m10_bb_pos,sell,2026-01-20 02:48:00,746.0 -58752,sell_contrast_m10_bb_pos,sell,2026-01-20 02:51:00,745.0 -58753,sell_contrast_m10_bb_pos,sell,2026-01-20 02:54:00,745.0 -58754,sell_contrast_m10_bb_pos,sell,2026-01-20 02:57:00,744.0 -58755,sell_contrast_m10_bb_pos,sell,2026-01-20 04:00:00,750.0 -58756,sell_contrast_m10_bb_pos,sell,2026-01-20 04:03:00,754.0 -58757,sell_contrast_m10_bb_pos,sell,2026-01-20 04:06:00,752.0 -58758,sell_contrast_m10_bb_pos,sell,2026-01-20 04:09:00,753.0 -58759,sell_contrast_m10_bb_pos,sell,2026-01-20 04:12:00,751.0 -58760,sell_contrast_m10_bb_pos,sell,2026-01-20 04:15:00,750.0 -58761,sell_contrast_m10_bb_pos,sell,2026-01-20 04:18:00,753.0 -58762,sell_contrast_m10_bb_pos,sell,2026-01-20 04:21:00,753.0 -58763,sell_contrast_m10_bb_pos,sell,2026-01-20 04:24:00,753.0 -58764,sell_contrast_m10_bb_pos,sell,2026-01-20 04:27:00,752.0 -58765,sell_contrast_m10_bb_pos,sell,2026-01-21 05:51:00,707.0 -58766,sell_contrast_m10_bb_pos,sell,2026-01-21 05:54:00,707.0 -58767,sell_contrast_m10_bb_pos,sell,2026-01-21 05:57:00,708.0 -58768,sell_contrast_m10_bb_pos,sell,2026-01-21 06:00:00,707.0 -58769,sell_contrast_m10_bb_pos,sell,2026-01-21 06:03:00,705.0 -58770,sell_contrast_m10_bb_pos,sell,2026-01-21 06:06:00,705.0 -58771,sell_contrast_m10_bb_pos,sell,2026-01-21 06:09:00,705.0 -58772,sell_contrast_m10_bb_pos,sell,2026-01-21 09:30:00,703.0 -58773,sell_contrast_m10_bb_pos,sell,2026-01-21 09:33:00,702.0 -58774,sell_contrast_m10_bb_pos,sell,2026-01-21 09:36:00,704.0 -58775,sell_contrast_m10_bb_pos,sell,2026-01-21 09:39:00,708.0 -58776,sell_contrast_m10_bb_pos,sell,2026-01-21 10:30:00,716.0 -58777,sell_contrast_m10_bb_pos,sell,2026-01-21 10:33:00,715.0 -58778,sell_contrast_m10_bb_pos,sell,2026-01-21 10:36:00,714.0 -58779,sell_contrast_m10_bb_pos,sell,2026-01-21 10:39:00,714.0 -58780,sell_contrast_m10_bb_pos,sell,2026-01-21 12:12:00,716.0 -58781,sell_contrast_m10_bb_pos,sell,2026-01-21 12:15:00,719.0 -58782,sell_contrast_m10_bb_pos,sell,2026-01-21 12:18:00,718.0 -58783,sell_contrast_m10_bb_pos,sell,2026-01-21 13:42:00,721.0 -58784,sell_contrast_m10_bb_pos,sell,2026-01-21 13:45:00,722.0 -58785,sell_contrast_m10_bb_pos,sell,2026-01-21 13:48:00,721.0 -58786,sell_contrast_m10_bb_pos,sell,2026-01-21 13:51:00,722.0 -58787,sell_contrast_m10_bb_pos,sell,2026-01-21 13:54:00,720.0 -58788,sell_contrast_m10_bb_pos,sell,2026-01-21 13:57:00,721.0 -58789,sell_contrast_m10_bb_pos,sell,2026-01-21 14:12:00,722.0 -58790,sell_contrast_m10_bb_pos,sell,2026-01-21 14:15:00,722.0 -58791,sell_contrast_m10_bb_pos,sell,2026-01-21 14:18:00,721.0 -58792,sell_contrast_m10_bb_pos,sell,2026-01-21 16:30:00,722.0 -58793,sell_contrast_m10_bb_pos,sell,2026-01-21 16:33:00,718.0 -58794,sell_contrast_m10_bb_pos,sell,2026-01-21 16:36:00,718.0 -58795,sell_contrast_m10_bb_pos,sell,2026-01-21 16:39:00,717.0 -58796,sell_contrast_m10_bb_pos,sell,2026-01-21 23:21:00,716.0 -58797,sell_contrast_m10_bb_pos,sell,2026-01-21 23:24:00,719.0 -58798,sell_contrast_m10_bb_pos,sell,2026-01-21 23:27:00,717.0 -58799,sell_contrast_m10_bb_pos,sell,2026-01-21 23:51:00,717.0 -58800,sell_contrast_m10_bb_pos,sell,2026-01-21 23:54:00,717.0 -58801,sell_contrast_m10_bb_pos,sell,2026-01-21 23:57:00,720.0 -58802,sell_contrast_m10_bb_pos,sell,2026-01-22 00:00:00,720.0 -58803,sell_contrast_m10_bb_pos,sell,2026-01-22 00:03:00,719.0 -58804,sell_contrast_m10_bb_pos,sell,2026-01-22 00:06:00,720.0 -58805,sell_contrast_m10_bb_pos,sell,2026-01-22 00:09:00,722.0 -58806,sell_contrast_m10_bb_pos,sell,2026-01-22 00:12:00,721.0 -58807,sell_contrast_m10_bb_pos,sell,2026-01-22 00:15:00,721.0 -58808,sell_contrast_m10_bb_pos,sell,2026-01-22 00:18:00,723.0 -58809,sell_contrast_m10_bb_pos,sell,2026-01-22 00:21:00,722.0 -58810,sell_contrast_m10_bb_pos,sell,2026-01-22 00:24:00,722.0 -58811,sell_contrast_m10_bb_pos,sell,2026-01-22 00:27:00,722.0 -58812,sell_contrast_m10_bb_pos,sell,2026-01-22 04:30:00,710.0 -58813,sell_contrast_m10_bb_pos,sell,2026-01-22 04:33:00,713.0 -58814,sell_contrast_m10_bb_pos,sell,2026-01-22 04:36:00,716.0 -58815,sell_contrast_m10_bb_pos,sell,2026-01-22 04:39:00,719.0 -58816,sell_contrast_m10_bb_pos,sell,2026-01-22 05:12:00,718.0 -58817,sell_contrast_m10_bb_pos,sell,2026-01-22 05:15:00,716.0 -58818,sell_contrast_m10_bb_pos,sell,2026-01-22 05:18:00,715.0 -58819,sell_contrast_m10_bb_pos,sell,2026-01-22 11:00:00,719.0 -58820,sell_contrast_m10_bb_pos,sell,2026-01-22 11:03:00,720.0 -58821,sell_contrast_m10_bb_pos,sell,2026-01-22 11:06:00,720.0 -58822,sell_contrast_m10_bb_pos,sell,2026-01-22 11:09:00,719.0 -58823,sell_contrast_m10_bb_pos,sell,2026-01-22 11:21:00,719.0 -58824,sell_contrast_m10_bb_pos,sell,2026-01-22 11:24:00,719.0 -58825,sell_contrast_m10_bb_pos,sell,2026-01-22 11:27:00,719.0 -58826,sell_contrast_m10_bb_pos,sell,2026-01-22 16:00:00,716.0 -58827,sell_contrast_m10_bb_pos,sell,2026-01-22 16:03:00,715.0 -58828,sell_contrast_m10_bb_pos,sell,2026-01-22 16:06:00,714.0 -58829,sell_contrast_m10_bb_pos,sell,2026-01-22 16:09:00,713.0 -58830,sell_contrast_m10_bb_pos,sell,2026-01-22 18:42:00,717.0 -58831,sell_contrast_m10_bb_pos,sell,2026-01-22 18:45:00,718.0 -58832,sell_contrast_m10_bb_pos,sell,2026-01-22 18:48:00,718.0 -58833,sell_contrast_m10_bb_pos,sell,2026-01-23 09:12:00,704.0 -58834,sell_contrast_m10_bb_pos,sell,2026-01-23 09:15:00,704.0 -58835,sell_contrast_m10_bb_pos,sell,2026-01-23 09:18:00,704.0 -58836,sell_contrast_m10_bb_pos,sell,2026-01-23 09:21:00,703.0 -58837,sell_contrast_m10_bb_pos,sell,2026-01-23 09:24:00,703.0 -58838,sell_contrast_m10_bb_pos,sell,2026-01-23 09:27:00,704.0 -58839,sell_contrast_m10_bb_pos,sell,2026-01-23 10:51:00,706.0 -58840,sell_contrast_m10_bb_pos,sell,2026-01-23 10:54:00,708.0 -58841,sell_contrast_m10_bb_pos,sell,2026-01-23 10:57:00,708.0 -58842,sell_contrast_m10_bb_pos,sell,2026-01-23 12:42:00,711.0 -58843,sell_contrast_m10_bb_pos,sell,2026-01-23 12:45:00,711.0 -58844,sell_contrast_m10_bb_pos,sell,2026-01-23 12:48:00,711.0 -58845,sell_contrast_m10_bb_pos,sell,2026-01-23 13:00:00,712.0 -58846,sell_contrast_m10_bb_pos,sell,2026-01-23 13:03:00,712.0 -58847,sell_contrast_m10_bb_pos,sell,2026-01-23 13:06:00,712.0 -58848,sell_contrast_m10_bb_pos,sell,2026-01-23 13:09:00,712.0 -58849,sell_contrast_m10_bb_pos,sell,2026-01-23 13:12:00,712.0 -58850,sell_contrast_m10_bb_pos,sell,2026-01-23 13:15:00,713.0 -58851,sell_contrast_m10_bb_pos,sell,2026-01-23 13:18:00,713.0 -58852,sell_contrast_m10_bb_pos,sell,2026-01-23 13:21:00,714.0 -58853,sell_contrast_m10_bb_pos,sell,2026-01-23 13:24:00,714.0 -58854,sell_contrast_m10_bb_pos,sell,2026-01-23 13:27:00,714.0 -58855,sell_contrast_m10_bb_pos,sell,2026-01-23 13:42:00,714.0 -58856,sell_contrast_m10_bb_pos,sell,2026-01-23 13:45:00,714.0 -58857,sell_contrast_m10_bb_pos,sell,2026-01-23 13:48:00,716.0 -58858,sell_contrast_m10_bb_pos,sell,2026-01-23 13:51:00,716.0 -58859,sell_contrast_m10_bb_pos,sell,2026-01-23 13:54:00,716.0 -58860,sell_contrast_m10_bb_pos,sell,2026-01-23 13:57:00,716.0 -58861,sell_contrast_m10_bb_pos,sell,2026-01-23 14:12:00,714.0 -58862,sell_contrast_m10_bb_pos,sell,2026-01-23 14:15:00,715.0 -58863,sell_contrast_m10_bb_pos,sell,2026-01-23 14:18:00,713.0 -58864,sell_contrast_m10_bb_pos,sell,2026-01-23 20:42:00,705.0 -58865,sell_contrast_m10_bb_pos,sell,2026-01-23 20:45:00,703.0 -58866,sell_contrast_m10_bb_pos,sell,2026-01-23 20:48:00,704.0 -58867,sell_contrast_m10_bb_pos,sell,2026-01-23 20:51:00,705.0 -58868,sell_contrast_m10_bb_pos,sell,2026-01-23 20:54:00,705.0 -58869,sell_contrast_m10_bb_pos,sell,2026-01-23 20:57:00,705.0 -58870,sell_contrast_m10_bb_pos,sell,2026-01-23 21:00:00,704.0 -58871,sell_contrast_m10_bb_pos,sell,2026-01-23 21:03:00,705.0 -58872,sell_contrast_m10_bb_pos,sell,2026-01-23 21:06:00,705.0 -58873,sell_contrast_m10_bb_pos,sell,2026-01-23 21:09:00,704.0 -58874,sell_contrast_m10_bb_pos,sell,2026-01-23 21:12:00,704.0 -58875,sell_contrast_m10_bb_pos,sell,2026-01-23 21:15:00,703.0 -58876,sell_contrast_m10_bb_pos,sell,2026-01-23 21:18:00,703.0 -58877,sell_contrast_m10_bb_pos,sell,2026-01-23 21:51:00,704.0 -58878,sell_contrast_m10_bb_pos,sell,2026-01-23 21:54:00,703.0 -58879,sell_contrast_m10_bb_pos,sell,2026-01-23 21:57:00,704.0 -58880,sell_contrast_m10_bb_pos,sell,2026-01-24 01:51:00,709.0 -58881,sell_contrast_m10_bb_pos,sell,2026-01-24 01:54:00,707.0 -58882,sell_contrast_m10_bb_pos,sell,2026-01-24 01:57:00,706.0 -58883,sell_contrast_m10_bb_pos,sell,2026-01-24 02:42:00,714.0 -58884,sell_contrast_m10_bb_pos,sell,2026-01-24 02:45:00,713.0 -58885,sell_contrast_m10_bb_pos,sell,2026-01-24 02:48:00,713.0 -58886,sell_contrast_m10_bb_pos,sell,2026-01-24 02:51:00,711.0 -58887,sell_contrast_m10_bb_pos,sell,2026-01-24 02:54:00,710.0 -58888,sell_contrast_m10_bb_pos,sell,2026-01-24 02:57:00,709.0 -58889,sell_contrast_m10_bb_pos,sell,2026-01-24 11:00:00,692.0 -58890,sell_contrast_m10_bb_pos,sell,2026-01-24 11:03:00,693.0 -58891,sell_contrast_m10_bb_pos,sell,2026-01-24 11:06:00,692.0 -58892,sell_contrast_m10_bb_pos,sell,2026-01-24 11:09:00,693.0 -58893,sell_contrast_m10_bb_pos,sell,2026-01-24 11:12:00,693.0 -58894,sell_contrast_m10_bb_pos,sell,2026-01-24 11:15:00,692.0 -58895,sell_contrast_m10_bb_pos,sell,2026-01-24 11:18:00,693.0 -58896,sell_contrast_m10_bb_pos,sell,2026-01-24 11:21:00,692.0 -58897,sell_contrast_m10_bb_pos,sell,2026-01-24 11:24:00,692.0 -58898,sell_contrast_m10_bb_pos,sell,2026-01-24 11:27:00,693.0 -58899,sell_contrast_m10_bb_pos,sell,2026-01-24 11:30:00,692.0 -58900,sell_contrast_m10_bb_pos,sell,2026-01-24 11:33:00,691.0 -58901,sell_contrast_m10_bb_pos,sell,2026-01-24 11:36:00,692.0 -58902,sell_contrast_m10_bb_pos,sell,2026-01-24 11:39:00,693.0 -58903,sell_contrast_m10_bb_pos,sell,2026-01-24 11:51:00,693.0 -58904,sell_contrast_m10_bb_pos,sell,2026-01-24 11:54:00,693.0 -58905,sell_contrast_m10_bb_pos,sell,2026-01-24 11:57:00,692.0 -58906,sell_contrast_m10_bb_pos,sell,2026-01-24 12:00:00,693.0 -58907,sell_contrast_m10_bb_pos,sell,2026-01-24 12:03:00,694.0 -58908,sell_contrast_m10_bb_pos,sell,2026-01-24 12:06:00,695.0 -58909,sell_contrast_m10_bb_pos,sell,2026-01-24 12:09:00,696.0 -58910,sell_contrast_m10_bb_pos,sell,2026-01-24 12:51:00,698.0 -58911,sell_contrast_m10_bb_pos,sell,2026-01-24 12:54:00,700.0 -58912,sell_contrast_m10_bb_pos,sell,2026-01-24 12:57:00,699.0 -58913,sell_contrast_m10_bb_pos,sell,2026-01-24 13:00:00,699.0 -58914,sell_contrast_m10_bb_pos,sell,2026-01-24 13:03:00,699.0 -58915,sell_contrast_m10_bb_pos,sell,2026-01-24 13:06:00,699.0 -58916,sell_contrast_m10_bb_pos,sell,2026-01-24 13:09:00,698.0 -58917,sell_contrast_m10_bb_pos,sell,2026-01-24 19:51:00,699.0 -58918,sell_contrast_m10_bb_pos,sell,2026-01-24 19:54:00,699.0 -58919,sell_contrast_m10_bb_pos,sell,2026-01-24 19:57:00,699.0 -58920,sell_contrast_m10_bb_pos,sell,2026-01-24 20:00:00,699.0 -58921,sell_contrast_m10_bb_pos,sell,2026-01-24 20:03:00,700.0 -58922,sell_contrast_m10_bb_pos,sell,2026-01-24 20:06:00,700.0 -58923,sell_contrast_m10_bb_pos,sell,2026-01-24 20:09:00,699.0 -58924,sell_contrast_m10_bb_pos,sell,2026-01-24 20:21:00,700.0 -58925,sell_contrast_m10_bb_pos,sell,2026-01-24 20:24:00,700.0 -58926,sell_contrast_m10_bb_pos,sell,2026-01-24 20:27:00,700.0 -58927,sell_contrast_m10_bb_pos,sell,2026-01-24 20:42:00,701.0 -58928,sell_contrast_m10_bb_pos,sell,2026-01-24 20:45:00,701.0 -58929,sell_contrast_m10_bb_pos,sell,2026-01-24 20:48:00,701.0 -58930,sell_contrast_m10_bb_pos,sell,2026-01-24 20:51:00,702.0 -58931,sell_contrast_m10_bb_pos,sell,2026-01-24 20:54:00,701.0 -58932,sell_contrast_m10_bb_pos,sell,2026-01-24 20:57:00,701.0 -58933,sell_contrast_m10_bb_pos,sell,2026-01-24 21:00:00,702.0 -58934,sell_contrast_m10_bb_pos,sell,2026-01-24 21:03:00,700.0 -58935,sell_contrast_m10_bb_pos,sell,2026-01-24 21:06:00,700.0 -58936,sell_contrast_m10_bb_pos,sell,2026-01-24 21:09:00,702.0 -58937,sell_contrast_m10_bb_pos,sell,2026-01-24 21:12:00,703.0 -58938,sell_contrast_m10_bb_pos,sell,2026-01-24 21:15:00,703.0 -58939,sell_contrast_m10_bb_pos,sell,2026-01-24 21:18:00,703.0 -58940,sell_contrast_m10_bb_pos,sell,2026-01-24 21:21:00,703.0 -58941,sell_contrast_m10_bb_pos,sell,2026-01-24 21:24:00,703.0 -58942,sell_contrast_m10_bb_pos,sell,2026-01-24 21:27:00,702.0 -58943,sell_contrast_m10_bb_pos,sell,2026-01-24 21:30:00,703.0 -58944,sell_contrast_m10_bb_pos,sell,2026-01-24 21:33:00,703.0 -58945,sell_contrast_m10_bb_pos,sell,2026-01-24 21:36:00,702.0 -58946,sell_contrast_m10_bb_pos,sell,2026-01-24 21:39:00,702.0 -58947,sell_contrast_m10_bb_pos,sell,2026-01-25 03:51:00,698.0 -58948,sell_contrast_m10_bb_pos,sell,2026-01-25 03:54:00,696.0 -58949,sell_contrast_m10_bb_pos,sell,2026-01-25 03:57:00,698.0 -58950,sell_contrast_m10_bb_pos,sell,2026-01-25 05:21:00,698.0 -58951,sell_contrast_m10_bb_pos,sell,2026-01-25 05:24:00,698.0 -58952,sell_contrast_m10_bb_pos,sell,2026-01-25 05:27:00,698.0 -58953,sell_contrast_m10_bb_pos,sell,2026-01-25 09:12:00,695.0 -58954,sell_contrast_m10_bb_pos,sell,2026-01-25 09:15:00,695.0 -58955,sell_contrast_m10_bb_pos,sell,2026-01-25 09:18:00,695.0 -58956,sell_contrast_m10_bb_pos,sell,2026-01-25 15:00:00,693.0 -58957,sell_contrast_m10_bb_pos,sell,2026-01-25 15:03:00,694.0 -58958,sell_contrast_m10_bb_pos,sell,2026-01-25 15:06:00,691.0 -58959,sell_contrast_m10_bb_pos,sell,2026-01-25 15:09:00,691.0 -58960,sell_contrast_m10_bb_pos,sell,2026-01-25 15:30:00,693.0 -58961,sell_contrast_m10_bb_pos,sell,2026-01-25 15:33:00,694.0 -58962,sell_contrast_m10_bb_pos,sell,2026-01-25 15:36:00,694.0 -58963,sell_contrast_m10_bb_pos,sell,2026-01-25 15:39:00,693.0 -58964,sell_contrast_m10_bb_pos,sell,2026-01-25 18:42:00,693.0 -58965,sell_contrast_m10_bb_pos,sell,2026-01-25 18:45:00,693.0 -58966,sell_contrast_m10_bb_pos,sell,2026-01-25 18:48:00,694.0 -58967,sell_contrast_m10_bb_pos,sell,2026-01-25 18:51:00,692.0 -58968,sell_contrast_m10_bb_pos,sell,2026-01-25 18:54:00,692.0 -58969,sell_contrast_m10_bb_pos,sell,2026-01-25 18:57:00,691.0 -58970,sell_contrast_m10_bb_pos,sell,2026-01-25 19:21:00,694.0 -58971,sell_contrast_m10_bb_pos,sell,2026-01-25 19:24:00,696.0 -58972,sell_contrast_m10_bb_pos,sell,2026-01-25 19:27:00,696.0 -58973,sell_contrast_m10_bb_pos,sell,2026-01-25 19:51:00,695.0 -58974,sell_contrast_m10_bb_pos,sell,2026-01-25 19:54:00,696.0 -58975,sell_contrast_m10_bb_pos,sell,2026-01-25 19:57:00,695.0 -58976,sell_contrast_m10_bb_pos,sell,2026-01-25 20:00:00,696.0 -58977,sell_contrast_m10_bb_pos,sell,2026-01-25 20:03:00,695.0 -58978,sell_contrast_m10_bb_pos,sell,2026-01-25 20:06:00,696.0 -58979,sell_contrast_m10_bb_pos,sell,2026-01-25 20:09:00,696.0 -58980,sell_contrast_m10_bb_pos,sell,2026-01-25 20:21:00,696.0 -58981,sell_contrast_m10_bb_pos,sell,2026-01-25 20:24:00,698.0 -58982,sell_contrast_m10_bb_pos,sell,2026-01-25 20:27:00,696.0 -58983,sell_contrast_m10_bb_pos,sell,2026-01-26 10:00:00,659.0 -58984,sell_contrast_m10_bb_pos,sell,2026-01-26 10:03:00,662.0 -58985,sell_contrast_m10_bb_pos,sell,2026-01-26 10:06:00,665.0 -58986,sell_contrast_m10_bb_pos,sell,2026-01-26 10:09:00,667.0 -58987,sell_contrast_m10_bb_pos,sell,2026-01-26 10:42:00,669.0 -58988,sell_contrast_m10_bb_pos,sell,2026-01-26 10:45:00,670.0 -58989,sell_contrast_m10_bb_pos,sell,2026-01-26 10:48:00,670.0 -58990,sell_contrast_m10_bb_pos,sell,2026-01-26 10:51:00,668.0 -58991,sell_contrast_m10_bb_pos,sell,2026-01-26 10:54:00,671.0 -58992,sell_contrast_m10_bb_pos,sell,2026-01-26 10:57:00,670.0 -58993,sell_contrast_m10_bb_pos,sell,2026-01-26 11:00:00,669.0 -58994,sell_contrast_m10_bb_pos,sell,2026-01-26 11:03:00,667.0 -58995,sell_contrast_m10_bb_pos,sell,2026-01-26 11:06:00,665.0 -58996,sell_contrast_m10_bb_pos,sell,2026-01-26 11:09:00,665.0 -58997,sell_contrast_m10_bb_pos,sell,2026-01-26 15:51:00,668.0 -58998,sell_contrast_m10_bb_pos,sell,2026-01-26 15:54:00,667.0 -58999,sell_contrast_m10_bb_pos,sell,2026-01-26 15:57:00,667.0 -59000,sell_contrast_m10_bb_pos,sell,2026-01-26 16:00:00,668.0 -59001,sell_contrast_m10_bb_pos,sell,2026-01-26 16:03:00,668.0 -59002,sell_contrast_m10_bb_pos,sell,2026-01-26 16:06:00,667.0 -59003,sell_contrast_m10_bb_pos,sell,2026-01-26 16:09:00,667.0 -59004,sell_contrast_m10_bb_pos,sell,2026-01-26 16:12:00,668.0 -59005,sell_contrast_m10_bb_pos,sell,2026-01-26 16:15:00,669.0 -59006,sell_contrast_m10_bb_pos,sell,2026-01-26 16:18:00,668.0 -59007,sell_contrast_m10_bb_pos,sell,2026-01-26 16:21:00,668.0 -59008,sell_contrast_m10_bb_pos,sell,2026-01-26 16:24:00,668.0 -59009,sell_contrast_m10_bb_pos,sell,2026-01-26 16:27:00,668.0 -59010,sell_contrast_m10_bb_pos,sell,2026-01-26 17:00:00,668.0 -59011,sell_contrast_m10_bb_pos,sell,2026-01-26 17:03:00,669.0 -59012,sell_contrast_m10_bb_pos,sell,2026-01-26 17:06:00,669.0 -59013,sell_contrast_m10_bb_pos,sell,2026-01-26 17:09:00,668.0 -59014,sell_contrast_m10_bb_pos,sell,2026-01-26 17:12:00,668.0 -59015,sell_contrast_m10_bb_pos,sell,2026-01-26 17:15:00,667.0 -59016,sell_contrast_m10_bb_pos,sell,2026-01-26 17:18:00,668.0 -59017,sell_contrast_m10_bb_pos,sell,2026-01-26 17:30:00,670.0 -59018,sell_contrast_m10_bb_pos,sell,2026-01-26 17:33:00,671.0 -59019,sell_contrast_m10_bb_pos,sell,2026-01-26 17:36:00,670.0 -59020,sell_contrast_m10_bb_pos,sell,2026-01-26 17:39:00,670.0 -59021,sell_contrast_m10_bb_pos,sell,2026-01-26 17:42:00,670.0 -59022,sell_contrast_m10_bb_pos,sell,2026-01-26 17:45:00,668.0 -59023,sell_contrast_m10_bb_pos,sell,2026-01-26 17:48:00,669.0 -59024,sell_contrast_m10_bb_pos,sell,2026-01-26 22:00:00,669.0 -59025,sell_contrast_m10_bb_pos,sell,2026-01-26 22:03:00,670.0 -59026,sell_contrast_m10_bb_pos,sell,2026-01-26 22:06:00,670.0 -59027,sell_contrast_m10_bb_pos,sell,2026-01-26 22:09:00,669.0 -59028,sell_contrast_m10_bb_pos,sell,2026-01-26 22:12:00,668.0 -59029,sell_contrast_m10_bb_pos,sell,2026-01-26 22:15:00,671.0 -59030,sell_contrast_m10_bb_pos,sell,2026-01-26 22:18:00,670.0 -59031,sell_contrast_m10_bb_pos,sell,2026-01-26 22:51:00,673.0 -59032,sell_contrast_m10_bb_pos,sell,2026-01-26 22:54:00,673.0 -59033,sell_contrast_m10_bb_pos,sell,2026-01-26 22:57:00,673.0 -59034,sell_contrast_m10_bb_pos,sell,2026-01-26 23:00:00,673.0 -59035,sell_contrast_m10_bb_pos,sell,2026-01-26 23:03:00,674.0 -59036,sell_contrast_m10_bb_pos,sell,2026-01-26 23:06:00,672.0 -59037,sell_contrast_m10_bb_pos,sell,2026-01-26 23:09:00,672.0 -59038,sell_contrast_m10_bb_pos,sell,2026-01-27 00:12:00,682.0 -59039,sell_contrast_m10_bb_pos,sell,2026-01-27 00:15:00,685.0 -59040,sell_contrast_m10_bb_pos,sell,2026-01-27 00:18:00,686.0 -59041,sell_contrast_m10_bb_pos,sell,2026-01-27 00:30:00,681.0 -59042,sell_contrast_m10_bb_pos,sell,2026-01-27 00:33:00,679.0 -59043,sell_contrast_m10_bb_pos,sell,2026-01-27 00:36:00,679.0 -59044,sell_contrast_m10_bb_pos,sell,2026-01-27 00:39:00,678.0 -59045,sell_contrast_m10_bb_pos,sell,2026-01-27 03:42:00,678.0 -59046,sell_contrast_m10_bb_pos,sell,2026-01-27 03:45:00,677.0 -59047,sell_contrast_m10_bb_pos,sell,2026-01-27 04:00:00,680.0 -59048,sell_contrast_m10_bb_pos,sell,2026-01-27 04:03:00,681.0 -59049,sell_contrast_m10_bb_pos,sell,2026-01-27 04:06:00,679.0 -59050,sell_contrast_m10_bb_pos,sell,2026-01-27 04:09:00,679.0 -59051,sell_contrast_m10_bb_pos,sell,2026-01-27 10:42:00,674.0 -59052,sell_contrast_m10_bb_pos,sell,2026-01-27 10:48:00,674.0 -59053,sell_contrast_m10_bb_pos,sell,2026-01-27 10:51:00,675.0 -59054,sell_contrast_m10_bb_pos,sell,2026-01-27 10:54:00,674.0 -59055,sell_contrast_m10_bb_pos,sell,2026-01-27 10:57:00,674.0 -59056,sell_contrast_m10_bb_pos,sell,2026-01-27 20:30:00,668.0 -59057,sell_contrast_m10_bb_pos,sell,2026-01-27 20:33:00,668.0 -59058,sell_contrast_m10_bb_pos,sell,2026-01-27 20:36:00,668.0 -59059,sell_contrast_m10_bb_pos,sell,2026-01-27 20:39:00,669.0 -59060,sell_contrast_m10_bb_pos,sell,2026-01-27 22:12:00,667.0 -59061,sell_contrast_m10_bb_pos,sell,2026-01-27 22:15:00,668.0 -59062,sell_contrast_m10_bb_pos,sell,2026-01-27 22:18:00,666.0 -59063,sell_contrast_m10_bb_pos,sell,2026-01-28 01:30:00,674.0 -59064,sell_contrast_m10_bb_pos,sell,2026-01-28 01:33:00,679.0 -59065,sell_contrast_m10_bb_pos,sell,2026-01-28 01:36:00,680.0 -59066,sell_contrast_m10_bb_pos,sell,2026-01-28 01:39:00,680.0 -59067,sell_contrast_m10_bb_pos,sell,2026-01-28 02:00:00,678.0 -59068,sell_contrast_m10_bb_pos,sell,2026-01-28 02:03:00,676.0 -59069,sell_contrast_m10_bb_pos,sell,2026-01-28 02:06:00,674.0 -59070,sell_contrast_m10_bb_pos,sell,2026-01-28 02:09:00,673.0 -59071,sell_contrast_m10_bb_pos,sell,2026-01-28 05:12:00,675.0 -59072,sell_contrast_m10_bb_pos,sell,2026-01-28 05:15:00,675.0 -59073,sell_contrast_m10_bb_pos,sell,2026-01-28 05:18:00,676.0 -59074,sell_contrast_m10_bb_pos,sell,2026-01-28 05:42:00,678.0 -59075,sell_contrast_m10_bb_pos,sell,2026-01-28 05:45:00,676.0 -59076,sell_contrast_m10_bb_pos,sell,2026-01-28 05:48:00,680.0 -59077,sell_contrast_m10_bb_pos,sell,2026-01-28 05:51:00,679.0 -59078,sell_contrast_m10_bb_pos,sell,2026-01-28 05:54:00,679.0 -59079,sell_contrast_m10_bb_pos,sell,2026-01-28 05:57:00,680.0 -59080,sell_contrast_m10_bb_pos,sell,2026-01-28 06:00:00,681.0 -59081,sell_contrast_m10_bb_pos,sell,2026-01-28 06:03:00,679.0 -59082,sell_contrast_m10_bb_pos,sell,2026-01-28 06:06:00,681.0 -59083,sell_contrast_m10_bb_pos,sell,2026-01-28 06:09:00,679.0 -59084,sell_contrast_m10_bb_pos,sell,2026-01-28 19:12:00,672.0 -59085,sell_contrast_m10_bb_pos,sell,2026-01-28 19:15:00,674.0 -59086,sell_contrast_m10_bb_pos,sell,2026-01-28 19:18:00,671.0 -59087,sell_contrast_m10_bb_pos,sell,2026-01-28 19:21:00,670.0 -59088,sell_contrast_m10_bb_pos,sell,2026-01-28 19:24:00,671.0 -59089,sell_contrast_m10_bb_pos,sell,2026-01-28 19:27:00,670.0 -59090,sell_contrast_m10_bb_pos,sell,2026-01-28 20:51:00,674.0 -59091,sell_contrast_m10_bb_pos,sell,2026-01-28 20:54:00,676.0 -59092,sell_contrast_m10_bb_pos,sell,2026-01-28 20:57:00,677.0 -59093,sell_contrast_m10_bb_pos,sell,2026-01-28 21:12:00,676.0 -59094,sell_contrast_m10_bb_pos,sell,2026-01-28 21:15:00,674.0 -59095,sell_contrast_m10_bb_pos,sell,2026-01-28 21:18:00,673.0 -59096,sell_contrast_m10_bb_pos,sell,2026-01-29 05:21:00,667.0 -59097,sell_contrast_m10_bb_pos,sell,2026-01-29 05:24:00,668.0 -59098,sell_contrast_m10_bb_pos,sell,2026-01-29 05:27:00,669.0 -59099,sell_contrast_m10_bb_pos,sell,2026-01-29 07:00:00,793.0 -59100,sell_contrast_m10_bb_pos,sell,2026-01-29 07:03:00,780.0 -59101,sell_contrast_m10_bb_pos,sell,2026-01-29 07:06:00,779.0 -59102,sell_contrast_m10_bb_pos,sell,2026-01-29 07:09:00,779.0 -59103,sell_contrast_m10_bb_pos,sell,2026-01-29 07:12:00,795.0 -59104,sell_contrast_m10_bb_pos,sell,2026-01-29 07:15:00,795.0 -59105,sell_contrast_m10_bb_pos,sell,2026-01-29 07:18:00,800.0 -59106,sell_contrast_m10_bb_pos,sell,2026-01-29 07:21:00,803.0 -59107,sell_contrast_m10_bb_pos,sell,2026-01-29 07:24:00,810.0 -59108,sell_contrast_m10_bb_pos,sell,2026-01-29 07:27:00,841.0 -59109,sell_contrast_m10_bb_pos,sell,2026-01-29 08:00:00,912.0 -59110,sell_contrast_m10_bb_pos,sell,2026-01-29 08:03:00,923.0 -59111,sell_contrast_m10_bb_pos,sell,2026-01-29 08:06:00,902.0 -59112,sell_contrast_m10_bb_pos,sell,2026-01-29 08:09:00,902.0 -59113,sell_contrast_m10_bb_pos,sell,2026-01-29 08:12:00,917.0 -59114,sell_contrast_m10_bb_pos,sell,2026-01-29 08:15:00,915.0 -59115,sell_contrast_m10_bb_pos,sell,2026-01-29 08:18:00,930.0 -59116,sell_contrast_m10_bb_pos,sell,2026-01-29 08:21:00,913.0 -59117,sell_contrast_m10_bb_pos,sell,2026-01-29 08:24:00,899.0 -59118,sell_contrast_m10_bb_pos,sell,2026-01-29 08:27:00,906.0 -59119,sell_contrast_m10_bb_pos,sell,2026-01-30 03:12:00,712.0 -59120,sell_contrast_m10_bb_pos,sell,2026-01-30 03:15:00,712.0 -59121,sell_contrast_m10_bb_pos,sell,2026-01-30 03:18:00,711.0 -59122,sell_contrast_m10_bb_pos,sell,2026-01-30 07:21:00,703.0 -59123,sell_contrast_m10_bb_pos,sell,2026-01-30 07:24:00,702.0 -59124,sell_contrast_m10_bb_pos,sell,2026-01-30 07:27:00,702.0 -59125,sell_contrast_m10_bb_pos,sell,2026-01-30 07:30:00,705.0 -59126,sell_contrast_m10_bb_pos,sell,2026-01-30 07:33:00,706.0 -59127,sell_contrast_m10_bb_pos,sell,2026-01-30 07:36:00,702.0 -59128,sell_contrast_m10_bb_pos,sell,2026-01-30 07:39:00,703.0 -59129,sell_contrast_m10_bb_pos,sell,2026-01-30 07:51:00,705.0 -59130,sell_contrast_m10_bb_pos,sell,2026-01-30 07:54:00,708.0 -59131,sell_contrast_m10_bb_pos,sell,2026-01-30 07:57:00,708.0 -59132,sell_contrast_m10_bb_pos,sell,2026-01-30 08:12:00,705.0 -59133,sell_contrast_m10_bb_pos,sell,2026-01-30 08:15:00,707.0 -59134,sell_contrast_m10_bb_pos,sell,2026-01-30 08:18:00,705.0 -59135,sell_contrast_m10_bb_pos,sell,2026-01-30 08:21:00,708.0 -59136,sell_contrast_m10_bb_pos,sell,2026-01-30 08:24:00,709.0 -59137,sell_contrast_m10_bb_pos,sell,2026-01-30 08:27:00,706.0 -59138,sell_contrast_m10_bb_pos,sell,2026-01-30 13:42:00,692.0 -59139,sell_contrast_m10_bb_pos,sell,2026-01-30 13:45:00,695.0 -59140,sell_contrast_m10_bb_pos,sell,2026-01-30 13:48:00,693.0 -59141,sell_contrast_m10_bb_pos,sell,2026-01-30 14:00:00,685.0 -59142,sell_contrast_m10_bb_pos,sell,2026-01-30 14:03:00,683.0 -59143,sell_contrast_m10_bb_pos,sell,2026-01-30 14:06:00,683.0 -59144,sell_contrast_m10_bb_pos,sell,2026-01-30 14:09:00,684.0 -59145,sell_contrast_m10_bb_pos,sell,2026-01-30 14:30:00,686.0 -59146,sell_contrast_m10_bb_pos,sell,2026-01-30 14:33:00,688.0 -59147,sell_contrast_m10_bb_pos,sell,2026-01-30 14:36:00,688.0 -59148,sell_contrast_m10_bb_pos,sell,2026-01-30 14:39:00,689.0 -59149,sell_contrast_m10_bb_pos,sell,2026-01-30 14:42:00,687.0 -59150,sell_contrast_m10_bb_pos,sell,2026-01-30 14:45:00,688.0 -59151,sell_contrast_m10_bb_pos,sell,2026-01-30 14:48:00,684.0 -59152,sell_contrast_m10_bb_pos,sell,2026-01-30 20:12:00,679.0 -59153,sell_contrast_m10_bb_pos,sell,2026-01-30 20:15:00,680.0 -59154,sell_contrast_m10_bb_pos,sell,2026-01-30 20:18:00,684.0 -59155,sell_contrast_m10_bb_pos,sell,2026-01-30 20:42:00,685.0 -59156,sell_contrast_m10_bb_pos,sell,2026-01-30 20:45:00,682.0 -59157,sell_contrast_m10_bb_pos,sell,2026-01-30 20:48:00,684.0 -59158,sell_contrast_m10_bb_pos,sell,2026-01-30 20:51:00,685.0 -59159,sell_contrast_m10_bb_pos,sell,2026-01-30 20:54:00,687.0 -59160,sell_contrast_m10_bb_pos,sell,2026-01-30 20:57:00,684.0 -59161,sell_contrast_m10_bb_pos,sell,2026-01-30 21:00:00,686.0 -59162,sell_contrast_m10_bb_pos,sell,2026-01-30 21:03:00,687.0 -59163,sell_contrast_m10_bb_pos,sell,2026-01-30 21:06:00,684.0 -59164,sell_contrast_m10_bb_pos,sell,2026-01-30 21:09:00,684.0 -59165,sell_contrast_m10_bb_pos,sell,2026-01-30 22:21:00,686.0 -59166,sell_contrast_m10_bb_pos,sell,2026-01-30 22:24:00,684.0 -59167,sell_contrast_m10_bb_pos,sell,2026-01-30 22:27:00,686.0 -59168,sell_contrast_m10_bb_pos,sell,2026-01-30 22:30:00,687.0 -59169,sell_contrast_m10_bb_pos,sell,2026-01-30 22:33:00,685.0 -59170,sell_contrast_m10_bb_pos,sell,2026-01-30 22:36:00,686.0 -59171,sell_contrast_m10_bb_pos,sell,2026-01-30 22:39:00,684.0 -59172,sell_contrast_m10_bb_pos,sell,2026-01-30 23:51:00,687.0 -59173,sell_contrast_m10_bb_pos,sell,2026-01-30 23:54:00,685.0 -59174,sell_contrast_m10_bb_pos,sell,2026-01-30 23:57:00,684.0 -59175,sell_contrast_m10_bb_pos,sell,2026-01-31 00:12:00,688.0 -59176,sell_contrast_m10_bb_pos,sell,2026-01-31 00:15:00,684.0 -59177,sell_contrast_m10_bb_pos,sell,2026-01-31 00:18:00,682.0 -59178,sell_contrast_m10_bb_pos,sell,2026-01-31 01:21:00,688.0 -59179,sell_contrast_m10_bb_pos,sell,2026-01-31 01:24:00,684.0 -59180,sell_contrast_m10_bb_pos,sell,2026-01-31 01:27:00,685.0 -59181,sell_contrast_m10_bb_pos,sell,2026-01-31 01:30:00,690.0 -59182,sell_contrast_m10_bb_pos,sell,2026-01-31 01:33:00,694.0 -59183,sell_contrast_m10_bb_pos,sell,2026-01-31 01:36:00,694.0 -59184,sell_contrast_m10_bb_pos,sell,2026-01-31 01:39:00,697.0 -59185,sell_contrast_m10_bb_pos,sell,2026-01-31 01:51:00,692.0 -59186,sell_contrast_m10_bb_pos,sell,2026-01-31 01:54:00,693.0 -59187,sell_contrast_m10_bb_pos,sell,2026-01-31 01:57:00,693.0 -59188,sell_contrast_m10_bb_pos,sell,2026-01-31 02:00:00,693.0 -59189,sell_contrast_m10_bb_pos,sell,2026-01-31 02:03:00,692.0 -59190,sell_contrast_m10_bb_pos,sell,2026-01-31 02:06:00,690.0 -59191,sell_contrast_m10_bb_pos,sell,2026-01-31 02:09:00,691.0 -59192,sell_contrast_m10_bb_pos,sell,2026-01-31 02:21:00,694.0 -59193,sell_contrast_m10_bb_pos,sell,2026-01-31 02:24:00,697.0 -59194,sell_contrast_m10_bb_pos,sell,2026-01-31 02:27:00,700.0 -59195,sell_contrast_m10_bb_pos,sell,2026-01-31 02:42:00,696.0 -59196,sell_contrast_m10_bb_pos,sell,2026-01-31 02:45:00,698.0 -59197,sell_contrast_m10_bb_pos,sell,2026-01-31 02:48:00,696.0 -59198,sell_contrast_m10_bb_pos,sell,2026-01-31 04:12:00,701.0 -59199,sell_contrast_m10_bb_pos,sell,2026-01-31 04:15:00,704.0 -59200,sell_contrast_m10_bb_pos,sell,2026-01-31 04:18:00,705.0 -59201,sell_contrast_m10_bb_pos,sell,2026-01-31 04:42:00,706.0 -59202,sell_contrast_m10_bb_pos,sell,2026-01-31 04:45:00,706.0 -59203,sell_contrast_m10_bb_pos,sell,2026-01-31 04:48:00,708.0 -59204,sell_contrast_m10_bb_pos,sell,2026-01-31 04:51:00,707.0 -59205,sell_contrast_m10_bb_pos,sell,2026-01-31 04:54:00,708.0 -59206,sell_contrast_m10_bb_pos,sell,2026-01-31 04:57:00,709.0 -59207,sell_contrast_m10_bb_pos,sell,2026-01-31 06:51:00,711.0 -59208,sell_contrast_m10_bb_pos,sell,2026-01-31 06:54:00,711.0 -59209,sell_contrast_m10_bb_pos,sell,2026-01-31 06:57:00,711.0 -59210,sell_contrast_m10_bb_pos,sell,2026-01-31 07:00:00,711.0 -59211,sell_contrast_m10_bb_pos,sell,2026-01-31 07:03:00,707.0 -59212,sell_contrast_m10_bb_pos,sell,2026-01-31 07:06:00,706.0 -59213,sell_contrast_m10_bb_pos,sell,2026-01-31 07:09:00,705.0 -59214,sell_contrast_m10_bb_pos,sell,2026-02-01 05:42:00,591.0 -59215,sell_contrast_m10_bb_pos,sell,2026-02-01 05:45:00,596.0 -59216,sell_contrast_m10_bb_pos,sell,2026-02-01 05:48:00,597.0 -59217,sell_contrast_m10_bb_pos,sell,2026-02-01 06:51:00,617.0 -59218,sell_contrast_m10_bb_pos,sell,2026-02-01 06:54:00,617.0 -59219,sell_contrast_m10_bb_pos,sell,2026-02-01 06:57:00,615.0 -59220,sell_contrast_m10_bb_pos,sell,2026-02-01 07:00:00,616.0 -59221,sell_contrast_m10_bb_pos,sell,2026-02-01 07:03:00,617.0 -59222,sell_contrast_m10_bb_pos,sell,2026-02-01 07:06:00,616.0 -59223,sell_contrast_m10_bb_pos,sell,2026-02-01 07:09:00,616.0 -59224,sell_contrast_m10_bb_pos,sell,2026-02-01 09:12:00,623.0 -59225,sell_contrast_m10_bb_pos,sell,2026-02-01 09:15:00,621.0 -59226,sell_contrast_m10_bb_pos,sell,2026-02-01 09:18:00,621.0 -59227,sell_contrast_m10_bb_pos,sell,2026-02-01 09:21:00,621.0 -59228,sell_contrast_m10_bb_pos,sell,2026-02-01 09:24:00,618.0 -59229,sell_contrast_m10_bb_pos,sell,2026-02-01 09:27:00,619.0 -59230,sell_contrast_m10_bb_pos,sell,2026-02-01 14:30:00,614.0 -59231,sell_contrast_m10_bb_pos,sell,2026-02-01 14:33:00,612.0 -59232,sell_contrast_m10_bb_pos,sell,2026-02-01 14:36:00,611.0 -59233,sell_contrast_m10_bb_pos,sell,2026-02-01 14:39:00,611.0 -59234,sell_contrast_m10_bb_pos,sell,2026-02-02 03:12:00,588.0 -59235,sell_contrast_m10_bb_pos,sell,2026-02-02 03:15:00,592.0 -59236,sell_contrast_m10_bb_pos,sell,2026-02-02 03:18:00,590.0 -59237,sell_contrast_m10_bb_pos,sell,2026-02-02 07:42:00,582.0 -59238,sell_contrast_m10_bb_pos,sell,2026-02-02 07:45:00,582.0 -59239,sell_contrast_m10_bb_pos,sell,2026-02-02 07:48:00,582.0 -59240,sell_contrast_m10_bb_pos,sell,2026-02-02 09:21:00,587.0 -59241,sell_contrast_m10_bb_pos,sell,2026-02-02 09:24:00,588.0 -59242,sell_contrast_m10_bb_pos,sell,2026-02-02 09:27:00,589.0 -59243,sell_contrast_m10_bb_pos,sell,2026-02-02 09:51:00,593.0 -59244,sell_contrast_m10_bb_pos,sell,2026-02-02 09:54:00,592.0 -59245,sell_contrast_m10_bb_pos,sell,2026-02-02 09:57:00,593.0 -59246,sell_contrast_m10_bb_pos,sell,2026-02-02 10:00:00,591.0 -59247,sell_contrast_m10_bb_pos,sell,2026-02-02 10:03:00,594.0 -59248,sell_contrast_m10_bb_pos,sell,2026-02-02 10:06:00,592.0 -59249,sell_contrast_m10_bb_pos,sell,2026-02-02 10:09:00,588.0 -59250,sell_contrast_m10_bb_pos,sell,2026-02-02 10:21:00,590.0 -59251,sell_contrast_m10_bb_pos,sell,2026-02-02 10:24:00,595.0 -59252,sell_contrast_m10_bb_pos,sell,2026-02-02 10:27:00,599.0 -59253,sell_contrast_m10_bb_pos,sell,2026-02-02 10:42:00,597.0 -59254,sell_contrast_m10_bb_pos,sell,2026-02-02 10:45:00,598.0 -59255,sell_contrast_m10_bb_pos,sell,2026-02-02 10:48:00,596.0 -59256,sell_contrast_m10_bb_pos,sell,2026-02-02 18:30:00,591.0 -59257,sell_contrast_m10_bb_pos,sell,2026-02-02 18:33:00,589.0 -59258,sell_contrast_m10_bb_pos,sell,2026-02-02 18:36:00,588.0 -59259,sell_contrast_m10_bb_pos,sell,2026-02-02 18:39:00,591.0 -59260,sell_contrast_m10_bb_pos,sell,2026-02-02 21:42:00,596.0 -59261,sell_contrast_m10_bb_pos,sell,2026-02-02 21:45:00,595.0 -59262,sell_contrast_m10_bb_pos,sell,2026-02-02 21:48:00,595.0 -59263,sell_contrast_m10_bb_pos,sell,2026-02-02 22:00:00,596.0 -59264,sell_contrast_m10_bb_pos,sell,2026-02-02 22:03:00,596.0 -59265,sell_contrast_m10_bb_pos,sell,2026-02-02 22:06:00,595.0 -59266,sell_contrast_m10_bb_pos,sell,2026-02-02 22:09:00,595.0 -59267,sell_contrast_m10_bb_pos,sell,2026-02-02 22:12:00,596.0 -59268,sell_contrast_m10_bb_pos,sell,2026-02-02 22:15:00,596.0 -59269,sell_contrast_m10_bb_pos,sell,2026-02-02 22:18:00,595.0 -59270,sell_contrast_m10_bb_pos,sell,2026-02-02 22:21:00,598.0 -59271,sell_contrast_m10_bb_pos,sell,2026-02-02 22:24:00,599.0 -59272,sell_contrast_m10_bb_pos,sell,2026-02-02 22:27:00,599.0 -59273,sell_contrast_m10_bb_pos,sell,2026-02-02 22:42:00,599.0 -59274,sell_contrast_m10_bb_pos,sell,2026-02-02 22:45:00,598.0 -59275,sell_contrast_m10_bb_pos,sell,2026-02-02 22:48:00,598.0 -59276,sell_contrast_m10_bb_pos,sell,2026-02-02 23:00:00,598.0 -59277,sell_contrast_m10_bb_pos,sell,2026-02-02 23:03:00,597.0 -59278,sell_contrast_m10_bb_pos,sell,2026-02-02 23:06:00,596.0 -59279,sell_contrast_m10_bb_pos,sell,2026-02-02 23:09:00,597.0 -59280,sell_contrast_m10_bb_pos,sell,2026-02-02 23:42:00,601.0 -59281,sell_contrast_m10_bb_pos,sell,2026-02-02 23:45:00,599.0 -59282,sell_contrast_m10_bb_pos,sell,2026-02-02 23:48:00,599.0 -59283,sell_contrast_m10_bb_pos,sell,2026-02-03 00:21:00,602.0 -59284,sell_contrast_m10_bb_pos,sell,2026-02-03 00:24:00,603.0 -59285,sell_contrast_m10_bb_pos,sell,2026-02-03 00:27:00,602.0 -59286,sell_contrast_m10_bb_pos,sell,2026-02-03 00:30:00,601.0 -59287,sell_contrast_m10_bb_pos,sell,2026-02-03 00:33:00,603.0 -59288,sell_contrast_m10_bb_pos,sell,2026-02-03 00:36:00,601.0 -59289,sell_contrast_m10_bb_pos,sell,2026-02-03 00:39:00,605.0 -59290,sell_contrast_m10_bb_pos,sell,2026-02-03 01:12:00,607.0 -59291,sell_contrast_m10_bb_pos,sell,2026-02-03 01:15:00,605.0 -59292,sell_contrast_m10_bb_pos,sell,2026-02-03 01:18:00,606.0 -59293,sell_contrast_m10_bb_pos,sell,2026-02-03 01:21:00,606.0 -59294,sell_contrast_m10_bb_pos,sell,2026-02-03 01:24:00,604.0 -59295,sell_contrast_m10_bb_pos,sell,2026-02-03 01:27:00,602.0 -59296,sell_contrast_m10_bb_pos,sell,2026-02-03 07:42:00,596.0 -59297,sell_contrast_m10_bb_pos,sell,2026-02-03 07:45:00,596.0 -59298,sell_contrast_m10_bb_pos,sell,2026-02-03 07:48:00,597.0 -59299,sell_contrast_m10_bb_pos,sell,2026-02-03 08:00:00,596.0 -59300,sell_contrast_m10_bb_pos,sell,2026-02-03 08:03:00,598.0 -59301,sell_contrast_m10_bb_pos,sell,2026-02-03 08:06:00,599.0 -59302,sell_contrast_m10_bb_pos,sell,2026-02-03 08:09:00,601.0 -59303,sell_contrast_m10_bb_pos,sell,2026-02-03 09:00:00,609.0 -59304,sell_contrast_m10_bb_pos,sell,2026-02-03 09:03:00,604.0 -59305,sell_contrast_m10_bb_pos,sell,2026-02-03 09:06:00,604.0 -59306,sell_contrast_m10_bb_pos,sell,2026-02-03 09:09:00,605.0 -59307,sell_contrast_m10_bb_pos,sell,2026-02-03 09:30:00,610.0 -59308,sell_contrast_m10_bb_pos,sell,2026-02-03 09:33:00,605.0 -59309,sell_contrast_m10_bb_pos,sell,2026-02-03 09:36:00,603.0 -59310,sell_contrast_m10_bb_pos,sell,2026-02-03 09:39:00,604.0 -59311,sell_contrast_m10_bb_pos,sell,2026-02-03 14:00:00,602.0 -59312,sell_contrast_m10_bb_pos,sell,2026-02-03 14:03:00,599.0 -59313,sell_contrast_m10_bb_pos,sell,2026-02-03 14:06:00,600.0 -59314,sell_contrast_m10_bb_pos,sell,2026-02-03 14:09:00,600.0 -59315,sell_contrast_m10_bb_pos,sell,2026-02-03 15:42:00,602.0 -59316,sell_contrast_m10_bb_pos,sell,2026-02-03 15:45:00,601.0 -59317,sell_contrast_m10_bb_pos,sell,2026-02-03 15:48:00,602.0 -59318,sell_contrast_m10_bb_pos,sell,2026-02-03 21:12:00,600.0 -59319,sell_contrast_m10_bb_pos,sell,2026-02-03 21:15:00,602.0 -59320,sell_contrast_m10_bb_pos,sell,2026-02-03 21:18:00,602.0 -59321,sell_contrast_m10_bb_pos,sell,2026-02-03 21:21:00,602.0 -59322,sell_contrast_m10_bb_pos,sell,2026-02-03 21:24:00,603.0 -59323,sell_contrast_m10_bb_pos,sell,2026-02-03 21:27:00,604.0 -59324,sell_contrast_m10_bb_pos,sell,2026-02-03 21:42:00,602.0 -59325,sell_contrast_m10_bb_pos,sell,2026-02-03 21:45:00,603.0 -59326,sell_contrast_m10_bb_pos,sell,2026-02-03 21:48:00,605.0 -59327,sell_contrast_m10_bb_pos,sell,2026-02-03 22:00:00,606.0 -59328,sell_contrast_m10_bb_pos,sell,2026-02-03 22:03:00,605.0 -59329,sell_contrast_m10_bb_pos,sell,2026-02-03 22:06:00,605.0 -59330,sell_contrast_m10_bb_pos,sell,2026-02-03 22:09:00,606.0 -59331,sell_contrast_m10_bb_pos,sell,2026-02-03 22:12:00,605.0 -59332,sell_contrast_m10_bb_pos,sell,2026-02-03 22:15:00,605.0 -59333,sell_contrast_m10_bb_pos,sell,2026-02-03 22:18:00,607.0 -59334,sell_contrast_m10_bb_pos,sell,2026-02-03 22:21:00,607.0 -59335,sell_contrast_m10_bb_pos,sell,2026-02-03 22:24:00,606.0 -59336,sell_contrast_m10_bb_pos,sell,2026-02-03 22:27:00,608.0 -59337,sell_contrast_m10_bb_pos,sell,2026-02-03 22:30:00,609.0 -59338,sell_contrast_m10_bb_pos,sell,2026-02-03 22:33:00,606.0 -59339,sell_contrast_m10_bb_pos,sell,2026-02-03 22:36:00,606.0 -59340,sell_contrast_m10_bb_pos,sell,2026-02-03 22:39:00,607.0 -59341,sell_contrast_m10_bb_pos,sell,2026-02-04 01:00:00,614.0 -59342,sell_contrast_m10_bb_pos,sell,2026-02-04 01:03:00,612.0 -59343,sell_contrast_m10_bb_pos,sell,2026-02-04 01:06:00,612.0 -59344,sell_contrast_m10_bb_pos,sell,2026-02-04 01:09:00,612.0 -59345,sell_contrast_m10_bb_pos,sell,2026-02-04 04:42:00,625.0 -59346,sell_contrast_m10_bb_pos,sell,2026-02-04 04:45:00,621.0 -59347,sell_contrast_m10_bb_pos,sell,2026-02-04 04:48:00,617.0 -59348,sell_contrast_m10_bb_pos,sell,2026-02-04 05:42:00,622.0 -59349,sell_contrast_m10_bb_pos,sell,2026-02-04 05:45:00,622.0 -59350,sell_contrast_m10_bb_pos,sell,2026-02-04 05:48:00,621.0 -59351,sell_contrast_m10_bb_pos,sell,2026-02-04 06:12:00,625.0 -59352,sell_contrast_m10_bb_pos,sell,2026-02-04 06:15:00,624.0 -59353,sell_contrast_m10_bb_pos,sell,2026-02-04 06:18:00,622.0 -59354,sell_contrast_m10_bb_pos,sell,2026-02-04 10:12:00,615.0 -59355,sell_contrast_m10_bb_pos,sell,2026-02-04 10:15:00,615.0 -59356,sell_contrast_m10_bb_pos,sell,2026-02-04 10:18:00,616.0 -59357,sell_contrast_m10_bb_pos,sell,2026-02-04 10:21:00,615.0 -59358,sell_contrast_m10_bb_pos,sell,2026-02-04 10:24:00,614.0 -59359,sell_contrast_m10_bb_pos,sell,2026-02-04 10:27:00,614.0 -59360,sell_contrast_m10_bb_pos,sell,2026-02-04 10:30:00,615.0 -59361,sell_contrast_m10_bb_pos,sell,2026-02-04 10:33:00,613.0 -59362,sell_contrast_m10_bb_pos,sell,2026-02-04 10:36:00,615.0 -59363,sell_contrast_m10_bb_pos,sell,2026-02-04 10:39:00,613.0 -59364,sell_contrast_m10_bb_pos,sell,2026-02-04 12:42:00,616.0 -59365,sell_contrast_m10_bb_pos,sell,2026-02-04 12:45:00,615.0 -59366,sell_contrast_m10_bb_pos,sell,2026-02-04 12:48:00,615.0 -59367,sell_contrast_m10_bb_pos,sell,2026-02-04 12:51:00,615.0 -59368,sell_contrast_m10_bb_pos,sell,2026-02-04 12:54:00,615.0 -59369,sell_contrast_m10_bb_pos,sell,2026-02-04 12:57:00,615.0 -59370,sell_contrast_m10_bb_pos,sell,2026-02-04 13:12:00,616.0 -59371,sell_contrast_m10_bb_pos,sell,2026-02-04 13:15:00,615.0 -59372,sell_contrast_m10_bb_pos,sell,2026-02-04 13:18:00,615.0 -59373,sell_contrast_m10_bb_pos,sell,2026-02-04 13:51:00,615.0 -59374,sell_contrast_m10_bb_pos,sell,2026-02-04 13:54:00,615.0 -59375,sell_contrast_m10_bb_pos,sell,2026-02-04 13:57:00,615.0 -59376,sell_contrast_m10_bb_pos,sell,2026-02-04 14:12:00,616.0 -59377,sell_contrast_m10_bb_pos,sell,2026-02-04 14:15:00,616.0 -59378,sell_contrast_m10_bb_pos,sell,2026-02-04 14:18:00,615.0 -59379,sell_contrast_m10_bb_pos,sell,2026-02-04 17:51:00,613.0 -59380,sell_contrast_m10_bb_pos,sell,2026-02-04 17:54:00,612.0 -59381,sell_contrast_m10_bb_pos,sell,2026-02-04 17:57:00,611.0 -59382,sell_contrast_m10_bb_pos,sell,2026-02-05 04:00:00,603.0 -59383,sell_contrast_m10_bb_pos,sell,2026-02-05 04:03:00,608.0 -59384,sell_contrast_m10_bb_pos,sell,2026-02-05 04:06:00,610.0 -59385,sell_contrast_m10_bb_pos,sell,2026-02-05 04:09:00,609.0 -59386,sell_contrast_m10_bb_pos,sell,2026-02-05 04:21:00,607.0 -59387,sell_contrast_m10_bb_pos,sell,2026-02-05 04:24:00,604.0 -59388,sell_contrast_m10_bb_pos,sell,2026-02-05 04:27:00,605.0 -59389,sell_contrast_m10_bb_pos,sell,2026-02-05 04:51:00,607.0 -59390,sell_contrast_m10_bb_pos,sell,2026-02-05 04:54:00,608.0 -59391,sell_contrast_m10_bb_pos,sell,2026-02-05 04:57:00,610.0 -59392,sell_contrast_m10_bb_pos,sell,2026-02-05 05:00:00,610.0 -59393,sell_contrast_m10_bb_pos,sell,2026-02-05 05:03:00,608.0 -59394,sell_contrast_m10_bb_pos,sell,2026-02-05 05:06:00,609.0 -59395,sell_contrast_m10_bb_pos,sell,2026-02-05 05:09:00,609.0 -59396,sell_contrast_m10_bb_pos,sell,2026-02-05 10:30:00,608.0 -59397,sell_contrast_m10_bb_pos,sell,2026-02-05 10:33:00,607.0 -59398,sell_contrast_m10_bb_pos,sell,2026-02-05 10:36:00,606.0 -59399,sell_contrast_m10_bb_pos,sell,2026-02-05 10:39:00,606.0 -59400,sell_contrast_m10_bb_pos,sell,2026-02-05 17:21:00,592.0 -59401,sell_contrast_m10_bb_pos,sell,2026-02-05 17:24:00,591.0 -59402,sell_contrast_m10_bb_pos,sell,2026-02-05 17:27:00,594.0 -59403,sell_contrast_m10_bb_pos,sell,2026-02-05 17:30:00,594.0 -59404,sell_contrast_m10_bb_pos,sell,2026-02-05 17:33:00,595.0 -59405,sell_contrast_m10_bb_pos,sell,2026-02-05 17:36:00,595.0 -59406,sell_contrast_m10_bb_pos,sell,2026-02-05 17:39:00,595.0 -59407,sell_contrast_m10_bb_pos,sell,2026-02-05 18:21:00,595.0 -59408,sell_contrast_m10_bb_pos,sell,2026-02-05 18:24:00,594.0 -59409,sell_contrast_m10_bb_pos,sell,2026-02-05 18:27:00,595.0 -59410,sell_contrast_m10_bb_pos,sell,2026-02-06 08:12:00,528.0 -59411,sell_contrast_m10_bb_pos,sell,2026-02-06 08:15:00,527.0 -59412,sell_contrast_m10_bb_pos,sell,2026-02-06 08:18:00,527.0 -59413,sell_contrast_m10_bb_pos,sell,2026-02-06 08:30:00,524.0 -59414,sell_contrast_m10_bb_pos,sell,2026-02-06 08:33:00,523.0 -59415,sell_contrast_m10_bb_pos,sell,2026-02-06 08:36:00,517.0 -59416,sell_contrast_m10_bb_pos,sell,2026-02-06 08:39:00,517.0 -59417,sell_contrast_m10_bb_pos,sell,2026-02-06 14:21:00,517.0 -59418,sell_contrast_m10_bb_pos,sell,2026-02-06 14:24:00,517.0 -59419,sell_contrast_m10_bb_pos,sell,2026-02-06 14:27:00,517.0 -59420,sell_contrast_m10_bb_pos,sell,2026-02-06 19:00:00,534.0 -59421,sell_contrast_m10_bb_pos,sell,2026-02-06 19:03:00,534.0 -59422,sell_contrast_m10_bb_pos,sell,2026-02-06 19:06:00,535.0 -59423,sell_contrast_m10_bb_pos,sell,2026-02-06 19:09:00,535.0 -59424,sell_contrast_m10_bb_pos,sell,2026-02-06 19:12:00,535.0 -59425,sell_contrast_m10_bb_pos,sell,2026-02-06 19:15:00,536.0 -59426,sell_contrast_m10_bb_pos,sell,2026-02-06 19:18:00,540.0 -59427,sell_contrast_m10_bb_pos,sell,2026-02-06 19:30:00,540.0 -59428,sell_contrast_m10_bb_pos,sell,2026-02-06 19:33:00,541.0 -59429,sell_contrast_m10_bb_pos,sell,2026-02-06 19:36:00,542.0 -59430,sell_contrast_m10_bb_pos,sell,2026-02-06 19:39:00,536.0 -59431,sell_contrast_m10_bb_pos,sell,2026-02-06 20:00:00,544.0 -59432,sell_contrast_m10_bb_pos,sell,2026-02-06 20:03:00,544.0 -59433,sell_contrast_m10_bb_pos,sell,2026-02-06 20:06:00,547.0 -59434,sell_contrast_m10_bb_pos,sell,2026-02-06 20:09:00,547.0 -59435,sell_contrast_m10_bb_pos,sell,2026-02-06 20:12:00,545.0 -59436,sell_contrast_m10_bb_pos,sell,2026-02-06 20:15:00,546.0 -59437,sell_contrast_m10_bb_pos,sell,2026-02-06 20:18:00,546.0 -59438,sell_contrast_m10_bb_pos,sell,2026-02-06 20:21:00,546.0 -59439,sell_contrast_m10_bb_pos,sell,2026-02-06 20:24:00,548.0 -59440,sell_contrast_m10_bb_pos,sell,2026-02-06 20:27:00,546.0 -59441,sell_contrast_m10_bb_pos,sell,2026-02-06 20:30:00,548.0 -59442,sell_contrast_m10_bb_pos,sell,2026-02-06 20:33:00,548.0 -59443,sell_contrast_m10_bb_pos,sell,2026-02-06 20:36:00,550.0 -59444,sell_contrast_m10_bb_pos,sell,2026-02-06 20:39:00,548.0 -59445,sell_contrast_m10_bb_pos,sell,2026-02-06 20:42:00,548.0 -59446,sell_contrast_m10_bb_pos,sell,2026-02-06 20:45:00,548.0 -59447,sell_contrast_m10_bb_pos,sell,2026-02-06 20:48:00,548.0 -59448,sell_contrast_m10_bb_pos,sell,2026-02-06 21:00:00,553.0 -59449,sell_contrast_m10_bb_pos,sell,2026-02-06 21:03:00,551.0 -59450,sell_contrast_m10_bb_pos,sell,2026-02-06 21:06:00,547.0 -59451,sell_contrast_m10_bb_pos,sell,2026-02-06 21:09:00,546.0 -59452,sell_contrast_m10_bb_pos,sell,2026-02-06 21:51:00,556.0 -59453,sell_contrast_m10_bb_pos,sell,2026-02-06 21:54:00,558.0 -59454,sell_contrast_m10_bb_pos,sell,2026-02-06 21:57:00,560.0 -59455,sell_contrast_m10_bb_pos,sell,2026-02-06 22:21:00,567.0 -59456,sell_contrast_m10_bb_pos,sell,2026-02-06 22:24:00,567.0 -59457,sell_contrast_m10_bb_pos,sell,2026-02-06 22:27:00,569.0 -59458,sell_contrast_m10_bb_pos,sell,2026-02-06 22:30:00,567.0 -59459,sell_contrast_m10_bb_pos,sell,2026-02-06 22:33:00,567.0 -59460,sell_contrast_m10_bb_pos,sell,2026-02-06 22:36:00,574.0 -59461,sell_contrast_m10_bb_pos,sell,2026-02-06 22:39:00,572.0 -59462,sell_contrast_m10_bb_pos,sell,2026-02-06 22:42:00,572.0 -59463,sell_contrast_m10_bb_pos,sell,2026-02-06 22:45:00,570.0 -59464,sell_contrast_m10_bb_pos,sell,2026-02-06 22:48:00,569.0 -59465,sell_contrast_m10_bb_pos,sell,2026-02-06 22:51:00,570.0 -59466,sell_contrast_m10_bb_pos,sell,2026-02-06 22:54:00,573.0 -59467,sell_contrast_m10_bb_pos,sell,2026-02-06 22:57:00,575.0 -59468,sell_contrast_m10_bb_pos,sell,2026-02-06 23:00:00,573.0 -59469,sell_contrast_m10_bb_pos,sell,2026-02-06 23:03:00,573.0 -59470,sell_contrast_m10_bb_pos,sell,2026-02-06 23:06:00,570.0 -59471,sell_contrast_m10_bb_pos,sell,2026-02-06 23:09:00,575.0 -59472,sell_contrast_m10_bb_pos,sell,2026-02-06 23:12:00,574.0 -59473,sell_contrast_m10_bb_pos,sell,2026-02-06 23:15:00,576.0 -59474,sell_contrast_m10_bb_pos,sell,2026-02-06 23:18:00,574.0 -59475,sell_contrast_m10_bb_pos,sell,2026-02-06 23:21:00,575.0 -59476,sell_contrast_m10_bb_pos,sell,2026-02-06 23:24:00,571.0 -59477,sell_contrast_m10_bb_pos,sell,2026-02-06 23:27:00,573.0 -59478,sell_contrast_m10_bb_pos,sell,2026-02-06 23:30:00,579.0 -59479,sell_contrast_m10_bb_pos,sell,2026-02-06 23:33:00,581.0 -59480,sell_contrast_m10_bb_pos,sell,2026-02-06 23:36:00,586.0 -59481,sell_contrast_m10_bb_pos,sell,2026-02-06 23:39:00,587.0 -59482,sell_contrast_m10_bb_pos,sell,2026-02-06 23:42:00,583.0 -59483,sell_contrast_m10_bb_pos,sell,2026-02-06 23:45:00,588.0 -59484,sell_contrast_m10_bb_pos,sell,2026-02-06 23:48:00,595.0 -59485,sell_contrast_m10_bb_pos,sell,2026-02-07 00:00:00,591.0 -59486,sell_contrast_m10_bb_pos,sell,2026-02-07 00:03:00,592.0 -59487,sell_contrast_m10_bb_pos,sell,2026-02-07 00:06:00,594.0 -59488,sell_contrast_m10_bb_pos,sell,2026-02-07 00:09:00,595.0 -59489,sell_contrast_m10_bb_pos,sell,2026-02-07 00:12:00,592.0 -59490,sell_contrast_m10_bb_pos,sell,2026-02-07 00:15:00,589.0 -59491,sell_contrast_m10_bb_pos,sell,2026-02-07 00:18:00,597.0 -59492,sell_contrast_m10_bb_pos,sell,2026-02-07 00:21:00,591.0 -59493,sell_contrast_m10_bb_pos,sell,2026-02-07 00:24:00,589.0 -59494,sell_contrast_m10_bb_pos,sell,2026-02-07 00:27:00,590.0 -59495,sell_contrast_m10_bb_pos,sell,2026-02-07 00:51:00,593.0 -59496,sell_contrast_m10_bb_pos,sell,2026-02-07 00:54:00,594.0 -59497,sell_contrast_m10_bb_pos,sell,2026-02-07 00:57:00,593.0 -59498,sell_contrast_m10_bb_pos,sell,2026-02-07 01:51:00,602.0 -59499,sell_contrast_m10_bb_pos,sell,2026-02-07 01:54:00,604.0 -59500,sell_contrast_m10_bb_pos,sell,2026-02-07 01:57:00,602.0 -59501,sell_contrast_m10_bb_pos,sell,2026-02-07 02:21:00,605.0 -59502,sell_contrast_m10_bb_pos,sell,2026-02-07 02:24:00,605.0 -59503,sell_contrast_m10_bb_pos,sell,2026-02-07 02:27:00,606.0 -59504,sell_contrast_m10_bb_pos,sell,2026-02-07 02:30:00,609.0 -59505,sell_contrast_m10_bb_pos,sell,2026-02-07 02:33:00,611.0 -59506,sell_contrast_m10_bb_pos,sell,2026-02-07 02:36:00,607.0 -59507,sell_contrast_m10_bb_pos,sell,2026-02-07 02:39:00,610.0 -59508,sell_contrast_m10_bb_pos,sell,2026-02-07 02:51:00,609.0 -59509,sell_contrast_m10_bb_pos,sell,2026-02-07 02:54:00,609.0 -59510,sell_contrast_m10_bb_pos,sell,2026-02-07 02:57:00,608.0 -59511,sell_contrast_m10_bb_pos,sell,2026-02-07 06:21:00,602.0 -59512,sell_contrast_m10_bb_pos,sell,2026-02-07 06:24:00,603.0 -59513,sell_contrast_m10_bb_pos,sell,2026-02-07 06:27:00,602.0 -59514,sell_contrast_m10_bb_pos,sell,2026-02-07 07:12:00,601.0 -59515,sell_contrast_m10_bb_pos,sell,2026-02-07 07:15:00,598.0 -59516,sell_contrast_m10_bb_pos,sell,2026-02-07 07:18:00,599.0 -59517,sell_contrast_m10_bb_pos,sell,2026-02-07 07:30:00,603.0 -59518,sell_contrast_m10_bb_pos,sell,2026-02-07 07:33:00,603.0 -59519,sell_contrast_m10_bb_pos,sell,2026-02-07 07:36:00,606.0 -59520,sell_contrast_m10_bb_pos,sell,2026-02-07 07:39:00,606.0 -59521,sell_contrast_m10_bb_pos,sell,2026-02-07 07:42:00,605.0 -59522,sell_contrast_m10_bb_pos,sell,2026-02-07 07:45:00,603.0 -59523,sell_contrast_m10_bb_pos,sell,2026-02-07 07:48:00,602.0 -59524,sell_contrast_m10_bb_pos,sell,2026-02-07 07:51:00,604.0 -59525,sell_contrast_m10_bb_pos,sell,2026-02-07 07:54:00,605.0 -59526,sell_contrast_m10_bb_pos,sell,2026-02-07 07:57:00,605.0 -59527,sell_contrast_m10_bb_pos,sell,2026-02-07 08:00:00,605.0 -59528,sell_contrast_m10_bb_pos,sell,2026-02-07 08:03:00,607.0 -59529,sell_contrast_m10_bb_pos,sell,2026-02-07 08:06:00,607.0 -59530,sell_contrast_m10_bb_pos,sell,2026-02-07 08:09:00,608.0 -59531,sell_contrast_m10_bb_pos,sell,2026-02-07 11:30:00,605.0 -59532,sell_contrast_m10_bb_pos,sell,2026-02-07 11:33:00,603.0 -59533,sell_contrast_m10_bb_pos,sell,2026-02-07 11:36:00,604.0 -59534,sell_contrast_m10_bb_pos,sell,2026-02-07 11:39:00,603.0 -59535,sell_contrast_m10_bb_pos,sell,2026-02-07 11:51:00,605.0 -59536,sell_contrast_m10_bb_pos,sell,2026-02-07 11:54:00,605.0 -59537,sell_contrast_m10_bb_pos,sell,2026-02-07 11:57:00,603.0 -59538,sell_contrast_m10_bb_pos,sell,2026-02-07 12:00:00,605.0 -59539,sell_contrast_m10_bb_pos,sell,2026-02-07 12:03:00,604.0 -59540,sell_contrast_m10_bb_pos,sell,2026-02-07 12:06:00,605.0 -59541,sell_contrast_m10_bb_pos,sell,2026-02-07 12:09:00,606.0 -59542,sell_contrast_m10_bb_pos,sell,2026-02-07 12:12:00,616.0 -59543,sell_contrast_m10_bb_pos,sell,2026-02-07 12:15:00,613.0 -59544,sell_contrast_m10_bb_pos,sell,2026-02-07 12:18:00,613.0 -59545,sell_contrast_m10_bb_pos,sell,2026-02-07 12:30:00,611.0 -59546,sell_contrast_m10_bb_pos,sell,2026-02-07 12:33:00,608.0 -59547,sell_contrast_m10_bb_pos,sell,2026-02-07 12:36:00,610.0 -59548,sell_contrast_m10_bb_pos,sell,2026-02-07 12:39:00,609.0 -59549,sell_contrast_m10_bb_pos,sell,2026-02-07 13:12:00,620.0 -59550,sell_contrast_m10_bb_pos,sell,2026-02-07 13:15:00,621.0 -59551,sell_contrast_m10_bb_pos,sell,2026-02-07 13:18:00,624.0 -59552,sell_contrast_m10_bb_pos,sell,2026-02-07 21:30:00,593.0 -59553,sell_contrast_m10_bb_pos,sell,2026-02-07 21:33:00,595.0 -59554,sell_contrast_m10_bb_pos,sell,2026-02-07 21:36:00,595.0 -59555,sell_contrast_m10_bb_pos,sell,2026-02-07 21:39:00,592.0 -59556,sell_contrast_m10_bb_pos,sell,2026-02-08 01:30:00,590.0 -59557,sell_contrast_m10_bb_pos,sell,2026-02-08 01:33:00,589.0 -59558,sell_contrast_m10_bb_pos,sell,2026-02-08 01:36:00,589.0 -59559,sell_contrast_m10_bb_pos,sell,2026-02-08 01:39:00,590.0 -59560,sell_contrast_m10_bb_pos,sell,2026-02-08 03:21:00,593.0 -59561,sell_contrast_m10_bb_pos,sell,2026-02-08 03:24:00,592.0 -59562,sell_contrast_m10_bb_pos,sell,2026-02-08 03:27:00,592.0 -59563,sell_contrast_m10_bb_pos,sell,2026-02-08 03:51:00,595.0 -59564,sell_contrast_m10_bb_pos,sell,2026-02-08 03:54:00,595.0 -59565,sell_contrast_m10_bb_pos,sell,2026-02-08 03:57:00,594.0 -59566,sell_contrast_m10_bb_pos,sell,2026-02-08 13:33:00,588.0 -59567,sell_contrast_m10_bb_pos,sell,2026-02-08 13:36:00,586.0 -59568,sell_contrast_m10_bb_pos,sell,2026-02-08 13:39:00,587.0 -59569,sell_contrast_m10_bb_pos,sell,2026-02-08 17:21:00,589.0 -59570,sell_contrast_m10_bb_pos,sell,2026-02-08 17:24:00,590.0 -59571,sell_contrast_m10_bb_pos,sell,2026-02-08 17:27:00,591.0 -59572,sell_contrast_m10_bb_pos,sell,2026-02-08 18:12:00,597.0 -59573,sell_contrast_m10_bb_pos,sell,2026-02-08 18:15:00,597.0 -59574,sell_contrast_m10_bb_pos,sell,2026-02-08 18:18:00,595.0 -59575,sell_contrast_m10_bb_pos,sell,2026-02-08 21:51:00,596.0 -59576,sell_contrast_m10_bb_pos,sell,2026-02-08 21:54:00,596.0 -59577,sell_contrast_m10_bb_pos,sell,2026-02-08 21:57:00,597.0 -59578,sell_contrast_m10_bb_pos,sell,2026-02-08 22:21:00,597.0 -59579,sell_contrast_m10_bb_pos,sell,2026-02-08 22:24:00,599.0 -59580,sell_contrast_m10_bb_pos,sell,2026-02-08 22:27:00,598.0 -59581,sell_contrast_m10_bb_pos,sell,2026-02-08 23:00:00,599.0 -59582,sell_contrast_m10_bb_pos,sell,2026-02-08 23:03:00,599.0 -59583,sell_contrast_m10_bb_pos,sell,2026-02-08 23:06:00,598.0 -59584,sell_contrast_m10_bb_pos,sell,2026-02-08 23:09:00,598.0 -59585,sell_contrast_m10_bb_pos,sell,2026-02-09 11:42:00,581.0 -59586,sell_contrast_m10_bb_pos,sell,2026-02-09 11:45:00,579.0 -59587,sell_contrast_m10_bb_pos,sell,2026-02-09 11:48:00,578.0 -59588,sell_contrast_m10_bb_pos,sell,2026-02-09 12:12:00,578.0 -59589,sell_contrast_m10_bb_pos,sell,2026-02-09 12:15:00,578.0 -59590,sell_contrast_m10_bb_pos,sell,2026-02-09 12:18:00,578.0 -59591,sell_contrast_m10_bb_pos,sell,2026-02-09 13:12:00,582.0 -59592,sell_contrast_m10_bb_pos,sell,2026-02-09 13:15:00,583.0 -59593,sell_contrast_m10_bb_pos,sell,2026-02-09 13:18:00,582.0 -59594,sell_contrast_m10_bb_pos,sell,2026-02-09 13:21:00,584.0 -59595,sell_contrast_m10_bb_pos,sell,2026-02-09 13:24:00,583.0 -59596,sell_contrast_m10_bb_pos,sell,2026-02-09 13:27:00,583.0 -59597,sell_contrast_m10_bb_pos,sell,2026-02-09 23:42:00,566.0 -59598,sell_contrast_m10_bb_pos,sell,2026-02-09 23:45:00,566.0 -59599,sell_contrast_m10_bb_pos,sell,2026-02-09 23:48:00,567.0 -59600,sell_contrast_m10_bb_pos,sell,2026-02-09 23:51:00,568.0 -59601,sell_contrast_m10_bb_pos,sell,2026-02-09 23:54:00,566.0 -59602,sell_contrast_m10_bb_pos,sell,2026-02-09 23:57:00,566.0 -59603,sell_contrast_m10_bb_pos,sell,2026-02-10 00:12:00,568.0 -59604,sell_contrast_m10_bb_pos,sell,2026-02-10 00:15:00,567.0 -59605,sell_contrast_m10_bb_pos,sell,2026-02-10 00:18:00,566.0 -59606,sell_contrast_m10_bb_pos,sell,2026-02-10 01:00:00,569.0 -59607,sell_contrast_m10_bb_pos,sell,2026-02-10 01:03:00,568.0 -59608,sell_contrast_m10_bb_pos,sell,2026-02-10 01:06:00,567.0 -59609,sell_contrast_m10_bb_pos,sell,2026-02-10 01:09:00,566.0 -59610,sell_contrast_m10_bb_pos,sell,2026-02-10 02:00:00,572.0 -59611,sell_contrast_m10_bb_pos,sell,2026-02-10 02:03:00,573.0 -59612,sell_contrast_m10_bb_pos,sell,2026-02-10 02:06:00,570.0 -59613,sell_contrast_m10_bb_pos,sell,2026-02-10 02:09:00,569.0 -59614,sell_contrast_m10_bb_pos,sell,2026-02-10 03:12:00,577.0 -59615,sell_contrast_m10_bb_pos,sell,2026-02-10 03:15:00,576.0 -59616,sell_contrast_m10_bb_pos,sell,2026-02-10 03:18:00,575.0 -59617,sell_contrast_m10_bb_pos,sell,2026-02-10 10:42:00,580.0 -59618,sell_contrast_m10_bb_pos,sell,2026-02-10 10:45:00,580.0 -59619,sell_contrast_m10_bb_pos,sell,2026-02-10 10:48:00,579.0 -59620,sell_contrast_m10_bb_pos,sell,2026-02-10 10:51:00,579.0 -59621,sell_contrast_m10_bb_pos,sell,2026-02-10 10:54:00,578.0 -59622,sell_contrast_m10_bb_pos,sell,2026-02-10 10:57:00,578.0 -59623,sell_contrast_m10_bb_pos,sell,2026-02-10 17:51:00,569.0 -59624,sell_contrast_m10_bb_pos,sell,2026-02-10 17:54:00,569.0 -59625,sell_contrast_m10_bb_pos,sell,2026-02-10 17:57:00,569.0 -59626,sell_contrast_m10_bb_pos,sell,2026-02-10 18:00:00,569.0 -59627,sell_contrast_m10_bb_pos,sell,2026-02-10 18:03:00,570.0 -59628,sell_contrast_m10_bb_pos,sell,2026-02-10 18:06:00,570.0 -59629,sell_contrast_m10_bb_pos,sell,2026-02-10 18:09:00,569.0 -59630,sell_contrast_m10_bb_pos,sell,2026-02-10 18:12:00,570.0 -59631,sell_contrast_m10_bb_pos,sell,2026-02-10 18:15:00,570.0 -59632,sell_contrast_m10_bb_pos,sell,2026-02-10 18:18:00,570.0 -59633,sell_contrast_m10_bb_pos,sell,2026-02-10 18:21:00,570.0 -59634,sell_contrast_m10_bb_pos,sell,2026-02-10 18:24:00,571.0 -59635,sell_contrast_m10_bb_pos,sell,2026-02-10 18:27:00,570.0 -59636,sell_contrast_m10_bb_pos,sell,2026-02-10 20:21:00,576.0 -59637,sell_contrast_m10_bb_pos,sell,2026-02-10 20:24:00,577.0 -59638,sell_contrast_m10_bb_pos,sell,2026-02-10 20:27:00,577.0 -59639,sell_contrast_m10_bb_pos,sell,2026-02-10 20:30:00,577.0 -59640,sell_contrast_m10_bb_pos,sell,2026-02-10 20:33:00,579.0 -59641,sell_contrast_m10_bb_pos,sell,2026-02-10 20:36:00,582.0 -59642,sell_contrast_m10_bb_pos,sell,2026-02-10 20:39:00,582.0 -59643,sell_contrast_m10_bb_pos,sell,2026-02-11 09:21:00,562.0 -59644,sell_contrast_m10_bb_pos,sell,2026-02-11 09:24:00,563.0 -59645,sell_contrast_m10_bb_pos,sell,2026-02-11 09:27:00,562.0 -59646,sell_contrast_m10_bb_pos,sell,2026-02-11 09:30:00,563.0 -59647,sell_contrast_m10_bb_pos,sell,2026-02-11 09:33:00,563.0 -59648,sell_contrast_m10_bb_pos,sell,2026-02-11 09:36:00,563.0 -59649,sell_contrast_m10_bb_pos,sell,2026-02-11 09:39:00,562.0 -59650,sell_contrast_m10_bb_pos,sell,2026-02-11 09:51:00,563.0 -59651,sell_contrast_m10_bb_pos,sell,2026-02-11 09:54:00,562.0 -59652,sell_contrast_m10_bb_pos,sell,2026-02-11 09:57:00,563.0 -59653,sell_contrast_m10_bb_pos,sell,2026-02-11 11:00:00,564.0 -59654,sell_contrast_m10_bb_pos,sell,2026-02-11 11:03:00,565.0 -59655,sell_contrast_m10_bb_pos,sell,2026-02-11 11:06:00,565.0 -59656,sell_contrast_m10_bb_pos,sell,2026-02-11 11:09:00,565.0 -59657,sell_contrast_m10_bb_pos,sell,2026-02-11 11:12:00,564.0 -59658,sell_contrast_m10_bb_pos,sell,2026-02-11 11:15:00,563.0 -59659,sell_contrast_m10_bb_pos,sell,2026-02-11 11:18:00,566.0 -59660,sell_contrast_m10_bb_pos,sell,2026-02-11 21:12:00,542.0 -59661,sell_contrast_m10_bb_pos,sell,2026-02-11 21:15:00,543.0 -59662,sell_contrast_m10_bb_pos,sell,2026-02-11 21:18:00,543.0 -59663,sell_contrast_m10_bb_pos,sell,2026-02-11 21:21:00,545.0 -59664,sell_contrast_m10_bb_pos,sell,2026-02-11 21:24:00,546.0 -59665,sell_contrast_m10_bb_pos,sell,2026-02-11 21:27:00,545.0 -59666,sell_contrast_m10_bb_pos,sell,2026-02-11 21:42:00,544.0 -59667,sell_contrast_m10_bb_pos,sell,2026-02-11 21:45:00,543.0 -59668,sell_contrast_m10_bb_pos,sell,2026-02-11 21:48:00,543.0 -59669,sell_contrast_m10_bb_pos,sell,2026-02-11 21:51:00,544.0 -59670,sell_contrast_m10_bb_pos,sell,2026-02-11 21:54:00,543.0 -59671,sell_contrast_m10_bb_pos,sell,2026-02-11 21:57:00,544.0 -59672,sell_contrast_m10_bb_pos,sell,2026-02-11 22:42:00,546.0 -59673,sell_contrast_m10_bb_pos,sell,2026-02-11 22:45:00,546.0 -59674,sell_contrast_m10_bb_pos,sell,2026-02-11 22:48:00,546.0 -59675,sell_contrast_m10_bb_pos,sell,2026-02-11 22:51:00,546.0 -59676,sell_contrast_m10_bb_pos,sell,2026-02-11 22:54:00,545.0 -59677,sell_contrast_m10_bb_pos,sell,2026-02-11 22:57:00,547.0 -59678,sell_contrast_m10_bb_pos,sell,2026-02-11 23:30:00,552.0 -59679,sell_contrast_m10_bb_pos,sell,2026-02-11 23:33:00,551.0 -59680,sell_contrast_m10_bb_pos,sell,2026-02-11 23:36:00,547.0 -59681,sell_contrast_m10_bb_pos,sell,2026-02-11 23:39:00,546.0 -59682,sell_contrast_m10_bb_pos,sell,2026-02-12 02:51:00,547.0 -59683,sell_contrast_m10_bb_pos,sell,2026-02-12 02:54:00,548.0 -59684,sell_contrast_m10_bb_pos,sell,2026-02-12 02:57:00,546.0 -59685,sell_contrast_m10_bb_pos,sell,2026-02-12 03:51:00,548.0 -59686,sell_contrast_m10_bb_pos,sell,2026-02-12 03:54:00,548.0 -59687,sell_contrast_m10_bb_pos,sell,2026-02-12 03:57:00,548.0 -59688,sell_contrast_m10_bb_pos,sell,2026-02-12 06:30:00,549.0 -59689,sell_contrast_m10_bb_pos,sell,2026-02-12 06:33:00,548.0 -59690,sell_contrast_m10_bb_pos,sell,2026-02-12 06:36:00,550.0 -59691,sell_contrast_m10_bb_pos,sell,2026-02-12 06:39:00,550.0 -59692,sell_contrast_m10_bb_pos,sell,2026-02-12 06:42:00,548.0 -59693,sell_contrast_m10_bb_pos,sell,2026-02-12 06:45:00,548.0 -59694,sell_contrast_m10_bb_pos,sell,2026-02-12 06:48:00,550.0 -59695,sell_contrast_m10_bb_pos,sell,2026-02-12 06:51:00,549.0 -59696,sell_contrast_m10_bb_pos,sell,2026-02-12 06:54:00,551.0 -59697,sell_contrast_m10_bb_pos,sell,2026-02-12 06:57:00,550.0 -59698,sell_contrast_m10_bb_pos,sell,2026-02-12 07:00:00,550.0 -59699,sell_contrast_m10_bb_pos,sell,2026-02-12 07:03:00,550.0 -59700,sell_contrast_m10_bb_pos,sell,2026-02-12 07:06:00,550.0 -59701,sell_contrast_m10_bb_pos,sell,2026-02-12 07:09:00,552.0 -59702,sell_contrast_m10_bb_pos,sell,2026-02-12 07:21:00,551.0 -59703,sell_contrast_m10_bb_pos,sell,2026-02-12 07:24:00,552.0 -59704,sell_contrast_m10_bb_pos,sell,2026-02-12 07:27:00,551.0 -59705,sell_contrast_m10_bb_pos,sell,2026-02-12 07:30:00,551.0 -59706,sell_contrast_m10_bb_pos,sell,2026-02-12 07:33:00,552.0 -59707,sell_contrast_m10_bb_pos,sell,2026-02-12 07:36:00,550.0 -59708,sell_contrast_m10_bb_pos,sell,2026-02-12 07:39:00,552.0 -59709,sell_contrast_m10_bb_pos,sell,2026-02-12 10:30:00,552.0 -59710,sell_contrast_m10_bb_pos,sell,2026-02-12 10:33:00,552.0 -59711,sell_contrast_m10_bb_pos,sell,2026-02-12 10:36:00,550.0 -59712,sell_contrast_m10_bb_pos,sell,2026-02-12 10:39:00,552.0 -59713,sell_contrast_m10_bb_pos,sell,2026-02-12 11:51:00,552.0 -59714,sell_contrast_m10_bb_pos,sell,2026-02-12 11:54:00,551.0 -59715,sell_contrast_m10_bb_pos,sell,2026-02-12 11:57:00,551.0 -59716,sell_contrast_m10_bb_pos,sell,2026-02-12 12:00:00,552.0 -59717,sell_contrast_m10_bb_pos,sell,2026-02-12 12:03:00,553.0 -59718,sell_contrast_m10_bb_pos,sell,2026-02-12 12:06:00,553.0 -59719,sell_contrast_m10_bb_pos,sell,2026-02-12 12:09:00,553.0 -59720,sell_contrast_m10_bb_pos,sell,2026-02-12 12:12:00,552.0 -59721,sell_contrast_m10_bb_pos,sell,2026-02-12 12:15:00,552.0 -59722,sell_contrast_m10_bb_pos,sell,2026-02-12 12:18:00,551.0 -59723,sell_contrast_m10_bb_pos,sell,2026-02-12 12:42:00,553.0 -59724,sell_contrast_m10_bb_pos,sell,2026-02-12 12:45:00,553.0 -59725,sell_contrast_m10_bb_pos,sell,2026-02-12 12:48:00,554.0 -59726,sell_contrast_m10_bb_pos,sell,2026-02-12 12:51:00,553.0 -59727,sell_contrast_m10_bb_pos,sell,2026-02-12 12:54:00,552.0 -59728,sell_contrast_m10_bb_pos,sell,2026-02-12 12:57:00,553.0 -59729,sell_contrast_m10_bb_pos,sell,2026-02-12 13:00:00,554.0 -59730,sell_contrast_m10_bb_pos,sell,2026-02-12 13:03:00,553.0 -59731,sell_contrast_m10_bb_pos,sell,2026-02-12 13:06:00,553.0 -59732,sell_contrast_m10_bb_pos,sell,2026-02-12 13:09:00,552.0 -59733,sell_contrast_m10_bb_pos,sell,2026-02-12 13:42:00,554.0 -59734,sell_contrast_m10_bb_pos,sell,2026-02-12 13:45:00,553.0 -59735,sell_contrast_m10_bb_pos,sell,2026-02-12 13:48:00,555.0 -59736,sell_contrast_m10_bb_pos,sell,2026-02-12 15:51:00,560.0 -59737,sell_contrast_m10_bb_pos,sell,2026-02-12 15:54:00,560.0 -59738,sell_contrast_m10_bb_pos,sell,2026-02-12 15:57:00,560.0 -59739,sell_contrast_m10_bb_pos,sell,2026-02-12 16:00:00,560.0 -59740,sell_contrast_m10_bb_pos,sell,2026-02-12 16:03:00,559.0 -59741,sell_contrast_m10_bb_pos,sell,2026-02-12 16:06:00,559.0 -59742,sell_contrast_m10_bb_pos,sell,2026-02-12 16:09:00,559.0 -59743,sell_contrast_m10_bb_pos,sell,2026-02-12 16:30:00,563.0 -59744,sell_contrast_m10_bb_pos,sell,2026-02-12 16:33:00,563.0 -59745,sell_contrast_m10_bb_pos,sell,2026-02-12 16:36:00,564.0 -59746,sell_contrast_m10_bb_pos,sell,2026-02-12 16:39:00,564.0 -59747,sell_contrast_m10_bb_pos,sell,2026-02-12 16:42:00,564.0 -59748,sell_contrast_m10_bb_pos,sell,2026-02-12 16:45:00,565.0 -59749,sell_contrast_m10_bb_pos,sell,2026-02-12 16:48:00,563.0 -59750,sell_contrast_m10_bb_pos,sell,2026-02-12 16:51:00,562.0 -59751,sell_contrast_m10_bb_pos,sell,2026-02-12 16:54:00,561.0 -59752,sell_contrast_m10_bb_pos,sell,2026-02-12 16:57:00,564.0 -59753,sell_contrast_m10_bb_pos,sell,2026-02-12 18:00:00,565.0 -59754,sell_contrast_m10_bb_pos,sell,2026-02-12 18:03:00,563.0 -59755,sell_contrast_m10_bb_pos,sell,2026-02-12 18:06:00,565.0 -59756,sell_contrast_m10_bb_pos,sell,2026-02-12 18:09:00,564.0 -59757,sell_contrast_m10_bb_pos,sell,2026-02-12 19:30:00,571.0 -59758,sell_contrast_m10_bb_pos,sell,2026-02-12 19:33:00,572.0 -59759,sell_contrast_m10_bb_pos,sell,2026-02-12 19:36:00,572.0 -59760,sell_contrast_m10_bb_pos,sell,2026-02-12 19:39:00,572.0 -59761,sell_contrast_m10_bb_pos,sell,2026-02-12 19:42:00,571.0 -59762,sell_contrast_m10_bb_pos,sell,2026-02-12 19:45:00,572.0 -59763,sell_contrast_m10_bb_pos,sell,2026-02-12 19:48:00,572.0 -59764,sell_contrast_m10_bb_pos,sell,2026-02-12 19:51:00,574.0 -59765,sell_contrast_m10_bb_pos,sell,2026-02-12 19:54:00,575.0 -59766,sell_contrast_m10_bb_pos,sell,2026-02-12 19:57:00,575.0 -59767,sell_contrast_m10_bb_pos,sell,2026-02-12 20:30:00,579.0 -59768,sell_contrast_m10_bb_pos,sell,2026-02-12 20:33:00,577.0 -59769,sell_contrast_m10_bb_pos,sell,2026-02-12 20:36:00,578.0 -59770,sell_contrast_m10_bb_pos,sell,2026-02-12 20:39:00,576.0 -59771,sell_contrast_m10_bb_pos,sell,2026-02-12 20:42:00,575.0 -59772,sell_contrast_m10_bb_pos,sell,2026-02-12 20:45:00,575.0 -59773,sell_contrast_m10_bb_pos,sell,2026-02-12 20:48:00,574.0 -59774,sell_contrast_m10_bb_pos,sell,2026-02-13 07:51:00,560.0 -59775,sell_contrast_m10_bb_pos,sell,2026-02-13 07:54:00,558.0 -59776,sell_contrast_m10_bb_pos,sell,2026-02-13 07:57:00,558.0 -59777,sell_contrast_m10_bb_pos,sell,2026-02-13 08:00:00,560.0 -59778,sell_contrast_m10_bb_pos,sell,2026-02-13 08:03:00,561.0 -59779,sell_contrast_m10_bb_pos,sell,2026-02-13 08:06:00,561.0 -59780,sell_contrast_m10_bb_pos,sell,2026-02-13 08:09:00,562.0 -59781,sell_contrast_m10_bb_pos,sell,2026-02-13 08:21:00,561.0 -59782,sell_contrast_m10_bb_pos,sell,2026-02-13 08:24:00,561.0 -59783,sell_contrast_m10_bb_pos,sell,2026-02-13 08:27:00,562.0 -59784,sell_contrast_m10_bb_pos,sell,2026-02-13 08:30:00,561.0 -59785,sell_contrast_m10_bb_pos,sell,2026-02-13 08:33:00,561.0 -59786,sell_contrast_m10_bb_pos,sell,2026-02-13 08:36:00,560.0 -59787,sell_contrast_m10_bb_pos,sell,2026-02-13 08:39:00,559.0 -59788,sell_contrast_m10_bb_pos,sell,2026-02-13 16:42:00,559.0 -59789,sell_contrast_m10_bb_pos,sell,2026-02-13 16:45:00,559.0 -59790,sell_contrast_m10_bb_pos,sell,2026-02-13 16:48:00,558.0 -59791,sell_contrast_m10_bb_pos,sell,2026-02-13 17:12:00,562.0 -59792,sell_contrast_m10_bb_pos,sell,2026-02-13 17:15:00,560.0 -59793,sell_contrast_m10_bb_pos,sell,2026-02-13 17:18:00,561.0 -59794,sell_contrast_m10_bb_pos,sell,2026-02-13 17:21:00,562.0 -59795,sell_contrast_m10_bb_pos,sell,2026-02-13 17:24:00,563.0 -59796,sell_contrast_m10_bb_pos,sell,2026-02-13 17:27:00,564.0 -59797,sell_contrast_m10_bb_pos,sell,2026-02-13 18:00:00,567.0 -59798,sell_contrast_m10_bb_pos,sell,2026-02-13 18:03:00,566.0 -59799,sell_contrast_m10_bb_pos,sell,2026-02-13 18:06:00,566.0 -59800,sell_contrast_m10_bb_pos,sell,2026-02-13 18:09:00,566.0 -59801,sell_contrast_m10_bb_pos,sell,2026-02-13 22:30:00,567.0 -59802,sell_contrast_m10_bb_pos,sell,2026-02-13 22:33:00,565.0 -59803,sell_contrast_m10_bb_pos,sell,2026-02-13 22:36:00,567.0 -59804,sell_contrast_m10_bb_pos,sell,2026-02-13 22:39:00,566.0 -59805,sell_contrast_m10_bb_pos,sell,2026-02-13 23:30:00,567.0 -59806,sell_contrast_m10_bb_pos,sell,2026-02-13 23:33:00,568.0 -59807,sell_contrast_m10_bb_pos,sell,2026-02-13 23:36:00,569.0 -59808,sell_contrast_m10_bb_pos,sell,2026-02-13 23:39:00,569.0 -59809,sell_contrast_m10_bb_pos,sell,2026-02-14 01:12:00,578.0 -59810,sell_contrast_m10_bb_pos,sell,2026-02-14 01:15:00,579.0 -59811,sell_contrast_m10_bb_pos,sell,2026-02-14 01:18:00,580.0 -59812,sell_contrast_m10_bb_pos,sell,2026-02-14 06:21:00,581.0 -59813,sell_contrast_m10_bb_pos,sell,2026-02-14 06:24:00,581.0 -59814,sell_contrast_m10_bb_pos,sell,2026-02-14 06:27:00,582.0 -59815,sell_contrast_m10_bb_pos,sell,2026-02-14 06:30:00,582.0 -59816,sell_contrast_m10_bb_pos,sell,2026-02-14 06:33:00,580.0 -59817,sell_contrast_m10_bb_pos,sell,2026-02-14 06:36:00,581.0 -59818,sell_contrast_m10_bb_pos,sell,2026-02-14 06:39:00,580.0 -59819,sell_contrast_m10_bb_pos,sell,2026-02-14 06:51:00,581.0 -59820,sell_contrast_m10_bb_pos,sell,2026-02-14 06:54:00,581.0 -59821,sell_contrast_m10_bb_pos,sell,2026-02-14 06:57:00,580.0 -59822,sell_contrast_m10_bb_pos,sell,2026-02-14 10:12:00,583.0 -59823,sell_contrast_m10_bb_pos,sell,2026-02-14 10:15:00,584.0 -59824,sell_contrast_m10_bb_pos,sell,2026-02-14 10:18:00,584.0 -59825,sell_contrast_m10_bb_pos,sell,2026-02-14 10:21:00,585.0 -59826,sell_contrast_m10_bb_pos,sell,2026-02-14 10:24:00,583.0 -59827,sell_contrast_m10_bb_pos,sell,2026-02-14 10:27:00,584.0 -59828,sell_contrast_m10_bb_pos,sell,2026-02-14 11:00:00,588.0 -59829,sell_contrast_m10_bb_pos,sell,2026-02-14 11:03:00,588.0 -59830,sell_contrast_m10_bb_pos,sell,2026-02-14 11:06:00,589.0 -59831,sell_contrast_m10_bb_pos,sell,2026-02-14 11:09:00,589.0 -59832,sell_contrast_m10_bb_pos,sell,2026-02-14 11:21:00,590.0 -59833,sell_contrast_m10_bb_pos,sell,2026-02-14 11:24:00,589.0 -59834,sell_contrast_m10_bb_pos,sell,2026-02-14 11:27:00,589.0 -59835,sell_contrast_m10_bb_pos,sell,2026-02-14 11:42:00,591.0 -59836,sell_contrast_m10_bb_pos,sell,2026-02-14 11:45:00,589.0 -59837,sell_contrast_m10_bb_pos,sell,2026-02-14 11:48:00,590.0 -59838,sell_contrast_m10_bb_pos,sell,2026-02-14 12:42:00,592.0 -59839,sell_contrast_m10_bb_pos,sell,2026-02-14 12:45:00,591.0 -59840,sell_contrast_m10_bb_pos,sell,2026-02-14 12:48:00,592.0 -59841,sell_contrast_m10_bb_pos,sell,2026-02-14 13:00:00,592.0 -59842,sell_contrast_m10_bb_pos,sell,2026-02-14 13:03:00,592.0 -59843,sell_contrast_m10_bb_pos,sell,2026-02-14 13:06:00,591.0 -59844,sell_contrast_m10_bb_pos,sell,2026-02-14 13:09:00,590.0 -59845,sell_contrast_m10_bb_pos,sell,2026-02-14 17:00:00,591.0 -59846,sell_contrast_m10_bb_pos,sell,2026-02-14 17:03:00,591.0 -59847,sell_contrast_m10_bb_pos,sell,2026-02-14 17:06:00,591.0 -59848,sell_contrast_m10_bb_pos,sell,2026-02-14 17:09:00,594.0 -59849,sell_contrast_m10_bb_pos,sell,2026-02-14 18:00:00,598.0 -59850,sell_contrast_m10_bb_pos,sell,2026-02-14 18:03:00,599.0 -59851,sell_contrast_m10_bb_pos,sell,2026-02-14 18:06:00,600.0 -59852,sell_contrast_m10_bb_pos,sell,2026-02-14 18:09:00,601.0 -59853,sell_contrast_m10_bb_pos,sell,2026-02-14 18:21:00,602.0 -59854,sell_contrast_m10_bb_pos,sell,2026-02-14 18:24:00,600.0 -59855,sell_contrast_m10_bb_pos,sell,2026-02-14 18:27:00,601.0 -59856,sell_contrast_m10_bb_pos,sell,2026-02-14 18:30:00,600.0 -59857,sell_contrast_m10_bb_pos,sell,2026-02-14 18:33:00,601.0 -59858,sell_contrast_m10_bb_pos,sell,2026-02-14 18:36:00,602.0 -59859,sell_contrast_m10_bb_pos,sell,2026-02-14 18:39:00,602.0 -59860,sell_contrast_m10_bb_pos,sell,2026-02-14 18:42:00,602.0 -59861,sell_contrast_m10_bb_pos,sell,2026-02-14 18:45:00,603.0 -59862,sell_contrast_m10_bb_pos,sell,2026-02-14 18:48:00,602.0 -59863,sell_contrast_m10_bb_pos,sell,2026-02-14 18:51:00,605.0 -59864,sell_contrast_m10_bb_pos,sell,2026-02-14 18:54:00,605.0 -59865,sell_contrast_m10_bb_pos,sell,2026-02-14 18:57:00,604.0 -59866,sell_contrast_m10_bb_pos,sell,2026-02-14 20:30:00,605.0 -59867,sell_contrast_m10_bb_pos,sell,2026-02-14 20:33:00,604.0 -59868,sell_contrast_m10_bb_pos,sell,2026-02-14 20:36:00,604.0 -59869,sell_contrast_m10_bb_pos,sell,2026-02-14 20:39:00,605.0 -59870,sell_contrast_m10_bb_pos,sell,2026-02-14 20:51:00,605.0 -59871,sell_contrast_m10_bb_pos,sell,2026-02-14 20:54:00,605.0 -59872,sell_contrast_m10_bb_pos,sell,2026-02-14 20:57:00,604.0 -59873,sell_contrast_m10_bb_pos,sell,2026-02-14 21:00:00,605.0 -59874,sell_contrast_m10_bb_pos,sell,2026-02-14 21:03:00,605.0 -59875,sell_contrast_m10_bb_pos,sell,2026-02-14 21:06:00,605.0 -59876,sell_contrast_m10_bb_pos,sell,2026-02-14 21:09:00,606.0 -59877,sell_contrast_m10_bb_pos,sell,2026-02-14 21:12:00,607.0 -59878,sell_contrast_m10_bb_pos,sell,2026-02-14 21:15:00,608.0 -59879,sell_contrast_m10_bb_pos,sell,2026-02-14 21:18:00,608.0 -59880,sell_contrast_m10_bb_pos,sell,2026-02-14 21:21:00,607.0 -59881,sell_contrast_m10_bb_pos,sell,2026-02-14 21:24:00,607.0 -59882,sell_contrast_m10_bb_pos,sell,2026-02-14 21:27:00,607.0 -59883,sell_contrast_m10_bb_pos,sell,2026-02-14 21:30:00,607.0 -59884,sell_contrast_m10_bb_pos,sell,2026-02-14 21:33:00,605.0 -59885,sell_contrast_m10_bb_pos,sell,2026-02-14 21:36:00,606.0 -59886,sell_contrast_m10_bb_pos,sell,2026-02-14 21:39:00,604.0 -59887,sell_contrast_m10_bb_pos,sell,2026-02-14 23:42:00,608.0 -59888,sell_contrast_m10_bb_pos,sell,2026-02-14 23:45:00,609.0 -59889,sell_contrast_m10_bb_pos,sell,2026-02-14 23:48:00,609.0 -59890,sell_contrast_m10_bb_pos,sell,2026-02-14 23:51:00,610.0 -59891,sell_contrast_m10_bb_pos,sell,2026-02-14 23:54:00,613.0 -59892,sell_contrast_m10_bb_pos,sell,2026-02-14 23:57:00,615.0 -59893,sell_contrast_m10_bb_pos,sell,2026-02-15 00:12:00,611.0 -59894,sell_contrast_m10_bb_pos,sell,2026-02-15 00:15:00,610.0 -59895,sell_contrast_m10_bb_pos,sell,2026-02-15 00:18:00,612.0 -59896,sell_contrast_m10_bb_pos,sell,2026-02-15 00:21:00,612.0 -59897,sell_contrast_m10_bb_pos,sell,2026-02-15 00:24:00,613.0 -59898,sell_contrast_m10_bb_pos,sell,2026-02-15 00:27:00,613.0 -59899,sell_contrast_m10_bb_pos,sell,2026-02-15 00:30:00,613.0 -59900,sell_contrast_m10_bb_pos,sell,2026-02-15 00:33:00,613.0 -59901,sell_contrast_m10_bb_pos,sell,2026-02-15 00:36:00,614.0 -59902,sell_contrast_m10_bb_pos,sell,2026-02-15 00:39:00,614.0 -59903,sell_contrast_m10_bb_pos,sell,2026-02-15 00:42:00,614.0 -59904,sell_contrast_m10_bb_pos,sell,2026-02-15 00:45:00,616.0 -59905,sell_contrast_m10_bb_pos,sell,2026-02-15 00:48:00,618.0 -59906,sell_contrast_m10_bb_pos,sell,2026-02-15 01:12:00,622.0 -59907,sell_contrast_m10_bb_pos,sell,2026-02-15 01:15:00,622.0 -59908,sell_contrast_m10_bb_pos,sell,2026-02-15 01:18:00,625.0 -59909,sell_contrast_m10_bb_pos,sell,2026-02-15 01:21:00,621.0 -59910,sell_contrast_m10_bb_pos,sell,2026-02-15 01:24:00,619.0 -59911,sell_contrast_m10_bb_pos,sell,2026-02-15 01:27:00,620.0 -59912,sell_contrast_m10_bb_pos,sell,2026-02-15 01:51:00,626.0 -59913,sell_contrast_m10_bb_pos,sell,2026-02-15 01:54:00,630.0 -59914,sell_contrast_m10_bb_pos,sell,2026-02-15 01:57:00,629.0 -59915,sell_contrast_m10_bb_pos,sell,2026-02-15 02:00:00,630.0 -59916,sell_contrast_m10_bb_pos,sell,2026-02-15 02:03:00,628.0 -59917,sell_contrast_m10_bb_pos,sell,2026-02-15 02:06:00,627.0 -59918,sell_contrast_m10_bb_pos,sell,2026-02-15 02:09:00,627.0 -59919,sell_contrast_m10_bb_pos,sell,2026-02-15 02:12:00,629.0 -59920,sell_contrast_m10_bb_pos,sell,2026-02-15 02:15:00,631.0 -59921,sell_contrast_m10_bb_pos,sell,2026-02-15 02:18:00,629.0 -59922,sell_contrast_m10_bb_pos,sell,2026-02-15 02:21:00,633.0 -59923,sell_contrast_m10_bb_pos,sell,2026-02-15 02:24:00,635.0 -59924,sell_contrast_m10_bb_pos,sell,2026-02-15 02:27:00,636.0 -59925,sell_contrast_m10_bb_pos,sell,2026-02-15 02:30:00,635.0 -59926,sell_contrast_m10_bb_pos,sell,2026-02-15 02:33:00,635.0 -59927,sell_contrast_m10_bb_pos,sell,2026-02-15 02:36:00,630.0 -59928,sell_contrast_m10_bb_pos,sell,2026-02-15 02:39:00,630.0 -59929,sell_contrast_m10_bb_pos,sell,2026-02-15 03:21:00,635.0 -59930,sell_contrast_m10_bb_pos,sell,2026-02-15 03:24:00,635.0 -59931,sell_contrast_m10_bb_pos,sell,2026-02-15 03:27:00,631.0 -59932,sell_contrast_m10_bb_pos,sell,2026-02-15 04:51:00,639.0 -59933,sell_contrast_m10_bb_pos,sell,2026-02-15 04:54:00,638.0 -59934,sell_contrast_m10_bb_pos,sell,2026-02-15 04:57:00,638.0 -59935,sell_contrast_m10_bb_pos,sell,2026-02-15 06:12:00,639.0 -59936,sell_contrast_m10_bb_pos,sell,2026-02-15 06:15:00,641.0 -59937,sell_contrast_m10_bb_pos,sell,2026-02-15 06:18:00,641.0 -59938,sell_contrast_m10_bb_pos,sell,2026-02-15 06:21:00,642.0 -59939,sell_contrast_m10_bb_pos,sell,2026-02-15 06:24:00,640.0 -59940,sell_contrast_m10_bb_pos,sell,2026-02-15 06:27:00,639.0 -59941,sell_contrast_m10_bb_pos,sell,2026-02-15 14:21:00,629.0 -59942,sell_contrast_m10_bb_pos,sell,2026-02-15 14:24:00,627.0 -59943,sell_contrast_m10_bb_pos,sell,2026-02-15 14:27:00,628.0 -59944,sell_contrast_m10_bb_pos,sell,2026-02-15 14:51:00,628.0 -59945,sell_contrast_m10_bb_pos,sell,2026-02-15 14:54:00,629.0 -59946,sell_contrast_m10_bb_pos,sell,2026-02-15 14:57:00,629.0 -59947,sell_contrast_m10_bb_pos,sell,2026-02-15 15:12:00,632.0 -59948,sell_contrast_m10_bb_pos,sell,2026-02-15 15:15:00,631.0 -59949,sell_contrast_m10_bb_pos,sell,2026-02-15 15:18:00,632.0 -59950,sell_contrast_m10_bb_pos,sell,2026-02-15 15:21:00,633.0 -59951,sell_contrast_m10_bb_pos,sell,2026-02-15 15:24:00,633.0 -59952,sell_contrast_m10_bb_pos,sell,2026-02-15 15:27:00,634.0 -59953,sell_contrast_m10_bb_pos,sell,2026-02-15 15:42:00,631.0 -59954,sell_contrast_m10_bb_pos,sell,2026-02-15 15:45:00,631.0 -59955,sell_contrast_m10_bb_pos,sell,2026-02-15 15:48:00,629.0 -59956,sell_contrast_m10_bb_pos,sell,2026-02-15 16:21:00,633.0 -59957,sell_contrast_m10_bb_pos,sell,2026-02-15 16:24:00,632.0 -59958,sell_contrast_m10_bb_pos,sell,2026-02-15 16:27:00,632.0 -59959,sell_contrast_m10_bb_pos,sell,2026-02-15 16:42:00,633.0 -59960,sell_contrast_m10_bb_pos,sell,2026-02-15 16:45:00,632.0 -59961,sell_contrast_m10_bb_pos,sell,2026-02-15 16:48:00,632.0 -59962,sell_contrast_m10_bb_pos,sell,2026-02-16 01:21:00,607.0 -59963,sell_contrast_m10_bb_pos,sell,2026-02-16 01:24:00,606.0 -59964,sell_contrast_m10_bb_pos,sell,2026-02-16 01:27:00,607.0 -59965,sell_contrast_m10_bb_pos,sell,2026-02-16 01:30:00,608.0 -59966,sell_contrast_m10_bb_pos,sell,2026-02-16 01:33:00,607.0 -59967,sell_contrast_m10_bb_pos,sell,2026-02-16 01:36:00,606.0 -59968,sell_contrast_m10_bb_pos,sell,2026-02-16 01:39:00,605.0 -59969,sell_contrast_m10_bb_pos,sell,2026-02-16 06:12:00,598.0 -59970,sell_contrast_m10_bb_pos,sell,2026-02-16 06:15:00,598.0 -59971,sell_contrast_m10_bb_pos,sell,2026-02-16 06:18:00,598.0 -59972,sell_contrast_m10_bb_pos,sell,2026-02-16 06:21:00,599.0 -59973,sell_contrast_m10_bb_pos,sell,2026-02-16 06:24:00,598.0 -59974,sell_contrast_m10_bb_pos,sell,2026-02-16 06:27:00,598.0 -59975,sell_contrast_m10_bb_pos,sell,2026-02-16 06:30:00,598.0 -59976,sell_contrast_m10_bb_pos,sell,2026-02-16 06:33:00,599.0 -59977,sell_contrast_m10_bb_pos,sell,2026-02-16 06:36:00,598.0 -59978,sell_contrast_m10_bb_pos,sell,2026-02-16 06:39:00,598.0 -59979,sell_contrast_m10_bb_pos,sell,2026-02-16 07:00:00,599.0 -59980,sell_contrast_m10_bb_pos,sell,2026-02-16 07:03:00,597.0 -59981,sell_contrast_m10_bb_pos,sell,2026-02-16 07:06:00,598.0 -59982,sell_contrast_m10_bb_pos,sell,2026-02-16 07:09:00,599.0 -59983,sell_contrast_m10_bb_pos,sell,2026-02-16 07:51:00,600.0 -59984,sell_contrast_m10_bb_pos,sell,2026-02-16 07:54:00,600.0 -59985,sell_contrast_m10_bb_pos,sell,2026-02-16 07:57:00,601.0 -59986,sell_contrast_m10_bb_pos,sell,2026-02-16 15:42:00,601.0 -59987,sell_contrast_m10_bb_pos,sell,2026-02-16 15:45:00,601.0 -59988,sell_contrast_m10_bb_pos,sell,2026-02-16 15:48:00,600.0 -59989,sell_contrast_m10_bb_pos,sell,2026-02-16 15:51:00,601.0 -59990,sell_contrast_m10_bb_pos,sell,2026-02-16 15:54:00,602.0 -59991,sell_contrast_m10_bb_pos,sell,2026-02-16 15:57:00,601.0 -59992,sell_contrast_m10_bb_pos,sell,2026-02-16 18:42:00,600.0 -59993,sell_contrast_m10_bb_pos,sell,2026-02-16 18:45:00,601.0 -59994,sell_contrast_m10_bb_pos,sell,2026-02-16 18:48:00,601.0 -59995,sell_contrast_m10_bb_pos,sell,2026-02-16 19:12:00,602.0 -59996,sell_contrast_m10_bb_pos,sell,2026-02-16 19:15:00,601.0 -59997,sell_contrast_m10_bb_pos,sell,2026-02-16 19:18:00,600.0 -59998,sell_contrast_m10_bb_pos,sell,2026-02-16 22:00:00,603.0 -59999,sell_contrast_m10_bb_pos,sell,2026-02-16 22:03:00,605.0 -60000,sell_contrast_m10_bb_pos,sell,2026-02-16 22:06:00,605.0 -60001,sell_contrast_m10_bb_pos,sell,2026-02-16 22:09:00,603.0 -60002,sell_contrast_m10_bb_pos,sell,2026-02-16 22:12:00,602.0 -60003,sell_contrast_m10_bb_pos,sell,2026-02-16 22:15:00,603.0 -60004,sell_contrast_m10_bb_pos,sell,2026-02-16 22:18:00,603.0 -60005,sell_contrast_m10_bb_pos,sell,2026-02-17 03:21:00,598.0 -60006,sell_contrast_m10_bb_pos,sell,2026-02-17 03:24:00,597.0 -60007,sell_contrast_m10_bb_pos,sell,2026-02-17 03:27:00,598.0 -60008,sell_contrast_m10_bb_pos,sell,2026-02-17 05:30:00,597.0 -60009,sell_contrast_m10_bb_pos,sell,2026-02-17 05:33:00,596.0 -60010,sell_contrast_m10_bb_pos,sell,2026-02-17 05:36:00,596.0 -60011,sell_contrast_m10_bb_pos,sell,2026-02-17 05:39:00,595.0 -60012,sell_contrast_m10_bb_pos,sell,2026-02-17 05:51:00,599.0 -60013,sell_contrast_m10_bb_pos,sell,2026-02-17 05:54:00,599.0 -60014,sell_contrast_m10_bb_pos,sell,2026-02-17 05:57:00,600.0 -60015,sell_contrast_m10_bb_pos,sell,2026-02-17 06:12:00,598.0 -60016,sell_contrast_m10_bb_pos,sell,2026-02-17 06:15:00,600.0 -60017,sell_contrast_m10_bb_pos,sell,2026-02-17 06:18:00,599.0 -60018,sell_contrast_m10_bb_pos,sell,2026-02-17 06:21:00,600.0 -60019,sell_contrast_m10_bb_pos,sell,2026-02-17 06:24:00,602.0 -60020,sell_contrast_m10_bb_pos,sell,2026-02-17 06:27:00,601.0 -60021,sell_contrast_m10_bb_pos,sell,2026-02-17 06:51:00,601.0 -60022,sell_contrast_m10_bb_pos,sell,2026-02-17 06:54:00,601.0 -60023,sell_contrast_m10_bb_pos,sell,2026-02-17 06:57:00,602.0 -60024,sell_contrast_m10_bb_pos,sell,2026-02-17 07:12:00,604.0 -60025,sell_contrast_m10_bb_pos,sell,2026-02-17 07:15:00,603.0 -60026,sell_contrast_m10_bb_pos,sell,2026-02-17 07:18:00,602.0 -60027,sell_contrast_m10_bb_pos,sell,2026-02-17 21:12:00,589.0 -60028,sell_contrast_m10_bb_pos,sell,2026-02-17 21:15:00,587.0 -60029,sell_contrast_m10_bb_pos,sell,2026-02-17 21:18:00,587.0 -60030,sell_contrast_m10_bb_pos,sell,2026-02-17 23:00:00,589.0 -60031,sell_contrast_m10_bb_pos,sell,2026-02-17 23:03:00,588.0 -60032,sell_contrast_m10_bb_pos,sell,2026-02-17 23:06:00,590.0 -60033,sell_contrast_m10_bb_pos,sell,2026-02-17 23:09:00,588.0 -60034,sell_contrast_m10_bb_pos,sell,2026-02-17 23:12:00,588.0 -60035,sell_contrast_m10_bb_pos,sell,2026-02-17 23:15:00,588.0 -60036,sell_contrast_m10_bb_pos,sell,2026-02-17 23:18:00,588.0 -60037,sell_contrast_m10_bb_pos,sell,2026-02-18 03:30:00,588.0 -60038,sell_contrast_m10_bb_pos,sell,2026-02-18 03:33:00,590.0 -60039,sell_contrast_m10_bb_pos,sell,2026-02-18 03:36:00,587.0 -60040,sell_contrast_m10_bb_pos,sell,2026-02-18 03:39:00,591.0 -60041,sell_contrast_m10_bb_pos,sell,2026-02-18 04:00:00,595.0 -60042,sell_contrast_m10_bb_pos,sell,2026-02-18 04:03:00,593.0 -60043,sell_contrast_m10_bb_pos,sell,2026-02-18 04:06:00,592.0 -60044,sell_contrast_m10_bb_pos,sell,2026-02-18 04:09:00,592.0 -60045,sell_contrast_m10_bb_pos,sell,2026-02-19 10:21:00,563.0 -60046,sell_contrast_m10_bb_pos,sell,2026-02-19 10:24:00,562.0 -60047,sell_contrast_m10_bb_pos,sell,2026-02-19 10:27:00,563.0 -60048,sell_contrast_m10_bb_pos,sell,2026-02-19 10:30:00,563.0 -60049,sell_contrast_m10_bb_pos,sell,2026-02-19 10:33:00,562.0 -60050,sell_contrast_m10_bb_pos,sell,2026-02-19 10:36:00,562.0 -60051,sell_contrast_m10_bb_pos,sell,2026-02-19 10:39:00,562.0 -60052,sell_contrast_m10_bb_pos,sell,2026-02-19 11:21:00,567.0 -60053,sell_contrast_m10_bb_pos,sell,2026-02-19 11:24:00,567.0 -60054,sell_contrast_m10_bb_pos,sell,2026-02-19 11:27:00,567.0 -60055,sell_contrast_m10_bb_pos,sell,2026-02-19 11:30:00,567.0 -60056,sell_contrast_m10_bb_pos,sell,2026-02-19 11:33:00,566.0 -60057,sell_contrast_m10_bb_pos,sell,2026-02-19 11:36:00,565.0 -60058,sell_contrast_m10_bb_pos,sell,2026-02-19 11:39:00,564.0 -60059,sell_contrast_m10_bb_pos,sell,2026-02-19 12:30:00,568.0 -60060,sell_contrast_m10_bb_pos,sell,2026-02-19 12:33:00,567.0 -60061,sell_contrast_m10_bb_pos,sell,2026-02-19 12:36:00,568.0 -60062,sell_contrast_m10_bb_pos,sell,2026-02-19 12:39:00,566.0 -60063,sell_contrast_m10_bb_pos,sell,2026-02-20 03:30:00,552.0 -60064,sell_contrast_m10_bb_pos,sell,2026-02-20 03:33:00,552.0 -60065,sell_contrast_m10_bb_pos,sell,2026-02-20 03:36:00,550.0 -60066,sell_contrast_m10_bb_pos,sell,2026-02-20 03:39:00,550.0 -60067,sell_contrast_m10_bb_pos,sell,2026-02-20 03:51:00,552.0 -60068,sell_contrast_m10_bb_pos,sell,2026-02-20 03:54:00,552.0 -60069,sell_contrast_m10_bb_pos,sell,2026-02-20 03:57:00,551.0 -60070,sell_contrast_m10_bb_pos,sell,2026-02-20 08:12:00,549.0 -60071,sell_contrast_m10_bb_pos,sell,2026-02-20 08:15:00,550.0 -60072,sell_contrast_m10_bb_pos,sell,2026-02-20 08:18:00,550.0 -60073,sell_contrast_m10_bb_pos,sell,2026-02-20 08:30:00,551.0 -60074,sell_contrast_m10_bb_pos,sell,2026-02-20 08:33:00,553.0 -60075,sell_contrast_m10_bb_pos,sell,2026-02-20 08:36:00,552.0 -60076,sell_contrast_m10_bb_pos,sell,2026-02-20 08:39:00,551.0 -60077,sell_contrast_m10_bb_pos,sell,2026-02-20 09:42:00,556.0 -60078,sell_contrast_m10_bb_pos,sell,2026-02-20 09:45:00,556.0 -60079,sell_contrast_m10_bb_pos,sell,2026-02-20 09:48:00,556.0 -60080,sell_contrast_m10_bb_pos,sell,2026-02-20 09:51:00,557.0 -60081,sell_contrast_m10_bb_pos,sell,2026-02-20 09:54:00,556.0 -60082,sell_contrast_m10_bb_pos,sell,2026-02-20 09:57:00,555.0 -60083,sell_contrast_m10_bb_pos,sell,2026-02-20 11:51:00,560.0 -60084,sell_contrast_m10_bb_pos,sell,2026-02-20 11:54:00,558.0 -60085,sell_contrast_m10_bb_pos,sell,2026-02-20 11:57:00,558.0 -60086,sell_contrast_m10_bb_pos,sell,2026-02-20 12:42:00,559.0 -60087,sell_contrast_m10_bb_pos,sell,2026-02-20 12:45:00,559.0 -60088,sell_contrast_m10_bb_pos,sell,2026-02-20 12:48:00,560.0 -60089,sell_contrast_m10_bb_pos,sell,2026-02-20 14:51:00,562.0 -60090,sell_contrast_m10_bb_pos,sell,2026-02-20 14:54:00,560.0 -60091,sell_contrast_m10_bb_pos,sell,2026-02-20 14:57:00,559.0 -60092,sell_contrast_m10_bb_pos,sell,2026-02-20 18:30:00,567.0 -60093,sell_contrast_m10_bb_pos,sell,2026-02-20 18:33:00,567.0 -60094,sell_contrast_m10_bb_pos,sell,2026-02-20 18:36:00,566.0 -60095,sell_contrast_m10_bb_pos,sell,2026-02-20 18:39:00,566.0 -60096,sell_contrast_m10_bb_pos,sell,2026-02-20 18:42:00,566.0 -60097,sell_contrast_m10_bb_pos,sell,2026-02-20 18:45:00,566.0 -60098,sell_contrast_m10_bb_pos,sell,2026-02-20 18:48:00,565.0 -60099,sell_contrast_m10_bb_pos,sell,2026-02-20 19:12:00,568.0 -60100,sell_contrast_m10_bb_pos,sell,2026-02-20 19:15:00,568.0 -60101,sell_contrast_m10_bb_pos,sell,2026-02-20 19:18:00,570.0 -60102,sell_contrast_m10_bb_pos,sell,2026-02-20 19:21:00,571.0 -60103,sell_contrast_m10_bb_pos,sell,2026-02-20 19:24:00,569.0 -60104,sell_contrast_m10_bb_pos,sell,2026-02-20 19:27:00,570.0 -60105,sell_contrast_m10_bb_pos,sell,2026-02-20 19:30:00,571.0 -60106,sell_contrast_m10_bb_pos,sell,2026-02-20 19:33:00,572.0 -60107,sell_contrast_m10_bb_pos,sell,2026-02-20 19:36:00,570.0 -60108,sell_contrast_m10_bb_pos,sell,2026-02-20 19:39:00,570.0 -60109,sell_contrast_m10_bb_pos,sell,2026-02-20 19:42:00,570.0 -60110,sell_contrast_m10_bb_pos,sell,2026-02-20 19:45:00,568.0 -60111,sell_contrast_m10_bb_pos,sell,2026-02-20 19:48:00,569.0 -60112,sell_contrast_m10_bb_pos,sell,2026-02-21 00:42:00,569.0 -60113,sell_contrast_m10_bb_pos,sell,2026-02-21 00:45:00,569.0 -60114,sell_contrast_m10_bb_pos,sell,2026-02-21 00:48:00,573.0 -60115,sell_contrast_m10_bb_pos,sell,2026-02-21 00:51:00,570.0 -60116,sell_contrast_m10_bb_pos,sell,2026-02-21 00:54:00,572.0 -60117,sell_contrast_m10_bb_pos,sell,2026-02-21 00:57:00,573.0 -60118,sell_contrast_m10_bb_pos,sell,2026-02-21 01:00:00,574.0 -60119,sell_contrast_m10_bb_pos,sell,2026-02-21 01:03:00,577.0 -60120,sell_contrast_m10_bb_pos,sell,2026-02-21 01:06:00,580.0 -60121,sell_contrast_m10_bb_pos,sell,2026-02-21 01:09:00,583.0 -60122,sell_contrast_m10_bb_pos,sell,2026-02-21 01:21:00,577.0 -60123,sell_contrast_m10_bb_pos,sell,2026-02-21 01:24:00,582.0 -60124,sell_contrast_m10_bb_pos,sell,2026-02-21 01:27:00,581.0 -60125,sell_contrast_m10_bb_pos,sell,2026-02-21 01:30:00,578.0 -60126,sell_contrast_m10_bb_pos,sell,2026-02-21 01:33:00,578.0 -60127,sell_contrast_m10_bb_pos,sell,2026-02-21 01:36:00,579.0 -60128,sell_contrast_m10_bb_pos,sell,2026-02-21 01:39:00,577.0 -60129,sell_contrast_m10_bb_pos,sell,2026-02-21 08:12:00,575.0 -60130,sell_contrast_m10_bb_pos,sell,2026-02-21 08:15:00,575.0 -60131,sell_contrast_m10_bb_pos,sell,2026-02-21 08:18:00,574.0 -60132,sell_contrast_m10_bb_pos,sell,2026-02-21 08:21:00,574.0 -60133,sell_contrast_m10_bb_pos,sell,2026-02-21 08:24:00,573.0 -60134,sell_contrast_m10_bb_pos,sell,2026-02-21 08:27:00,574.0 -60135,sell_contrast_m10_bb_pos,sell,2026-02-21 08:30:00,574.0 -60136,sell_contrast_m10_bb_pos,sell,2026-02-21 08:33:00,576.0 -60137,sell_contrast_m10_bb_pos,sell,2026-02-21 08:36:00,575.0 -60138,sell_contrast_m10_bb_pos,sell,2026-02-21 08:39:00,574.0 -60139,sell_contrast_m10_bb_pos,sell,2026-02-21 08:51:00,575.0 -60140,sell_contrast_m10_bb_pos,sell,2026-02-21 08:54:00,576.0 -60141,sell_contrast_m10_bb_pos,sell,2026-02-21 08:57:00,576.0 -60142,sell_contrast_m10_bb_pos,sell,2026-02-21 09:00:00,575.0 -60143,sell_contrast_m10_bb_pos,sell,2026-02-21 09:03:00,576.0 -60144,sell_contrast_m10_bb_pos,sell,2026-02-21 09:06:00,576.0 -60145,sell_contrast_m10_bb_pos,sell,2026-02-21 09:09:00,575.0 -60146,sell_contrast_m10_bb_pos,sell,2026-02-21 09:30:00,576.0 -60147,sell_contrast_m10_bb_pos,sell,2026-02-21 09:33:00,575.0 -60148,sell_contrast_m10_bb_pos,sell,2026-02-21 09:36:00,575.0 -60149,sell_contrast_m10_bb_pos,sell,2026-02-21 09:39:00,575.0 -60150,sell_contrast_m10_bb_pos,sell,2026-02-21 10:51:00,576.0 -60151,sell_contrast_m10_bb_pos,sell,2026-02-21 10:54:00,576.0 -60152,sell_contrast_m10_bb_pos,sell,2026-02-21 10:57:00,576.0 -60153,sell_contrast_m10_bb_pos,sell,2026-02-21 11:21:00,577.0 -60154,sell_contrast_m10_bb_pos,sell,2026-02-21 11:24:00,578.0 -60155,sell_contrast_m10_bb_pos,sell,2026-02-21 11:27:00,579.0 -60156,sell_contrast_m10_bb_pos,sell,2026-02-21 11:42:00,578.0 -60157,sell_contrast_m10_bb_pos,sell,2026-02-21 11:45:00,578.0 -60158,sell_contrast_m10_bb_pos,sell,2026-02-21 11:48:00,579.0 -60159,sell_contrast_m10_bb_pos,sell,2026-02-21 11:51:00,578.0 -60160,sell_contrast_m10_bb_pos,sell,2026-02-21 11:54:00,578.0 -60161,sell_contrast_m10_bb_pos,sell,2026-02-21 11:57:00,580.0 -60162,sell_contrast_m10_bb_pos,sell,2026-02-21 12:00:00,579.0 -60163,sell_contrast_m10_bb_pos,sell,2026-02-21 12:03:00,576.0 -60164,sell_contrast_m10_bb_pos,sell,2026-02-21 12:06:00,575.0 -60165,sell_contrast_m10_bb_pos,sell,2026-02-21 12:09:00,575.0 -60166,sell_contrast_m10_bb_pos,sell,2026-02-21 14:21:00,579.0 -60167,sell_contrast_m10_bb_pos,sell,2026-02-21 14:24:00,580.0 -60168,sell_contrast_m10_bb_pos,sell,2026-02-21 14:27:00,579.0 -60169,sell_contrast_m10_bb_pos,sell,2026-02-21 14:30:00,579.0 -60170,sell_contrast_m10_bb_pos,sell,2026-02-21 14:36:00,579.0 -60171,sell_contrast_m10_bb_pos,sell,2026-02-21 14:39:00,579.0 -60172,sell_contrast_m10_bb_pos,sell,2026-02-21 14:42:00,580.0 -60173,sell_contrast_m10_bb_pos,sell,2026-02-21 14:45:00,579.0 -60174,sell_contrast_m10_bb_pos,sell,2026-02-21 14:48:00,578.0 -60175,sell_contrast_m10_bb_pos,sell,2026-02-21 18:21:00,584.0 -60176,sell_contrast_m10_bb_pos,sell,2026-02-21 18:24:00,583.0 -60177,sell_contrast_m10_bb_pos,sell,2026-02-21 18:27:00,585.0 -60178,sell_contrast_m10_bb_pos,sell,2026-02-22 16:30:00,564.0 -60179,sell_contrast_m10_bb_pos,sell,2026-02-22 16:33:00,564.0 -60180,sell_contrast_m10_bb_pos,sell,2026-02-22 16:36:00,565.0 -60181,sell_contrast_m10_bb_pos,sell,2026-02-22 16:39:00,565.0 -60182,sell_contrast_m10_bb_pos,sell,2026-02-23 01:12:00,562.0 -60183,sell_contrast_m10_bb_pos,sell,2026-02-23 01:15:00,563.0 -60184,sell_contrast_m10_bb_pos,sell,2026-02-23 01:18:00,563.0 -60185,sell_contrast_m10_bb_pos,sell,2026-02-23 01:30:00,562.0 -60186,sell_contrast_m10_bb_pos,sell,2026-02-23 01:33:00,563.0 -60187,sell_contrast_m10_bb_pos,sell,2026-02-23 01:36:00,560.0 -60188,sell_contrast_m10_bb_pos,sell,2026-02-23 01:39:00,558.0 -60189,sell_contrast_m10_bb_pos,sell,2026-02-23 02:00:00,562.0 -60190,sell_contrast_m10_bb_pos,sell,2026-02-23 02:03:00,562.0 -60191,sell_contrast_m10_bb_pos,sell,2026-02-23 02:06:00,563.0 -60192,sell_contrast_m10_bb_pos,sell,2026-02-23 02:09:00,564.0 -60193,sell_contrast_m10_bb_pos,sell,2026-02-23 02:12:00,563.0 -60194,sell_contrast_m10_bb_pos,sell,2026-02-23 02:15:00,562.0 -60195,sell_contrast_m10_bb_pos,sell,2026-02-23 04:00:00,563.0 -60196,sell_contrast_m10_bb_pos,sell,2026-02-23 04:03:00,564.0 -60197,sell_contrast_m10_bb_pos,sell,2026-02-23 04:06:00,564.0 -60198,sell_contrast_m10_bb_pos,sell,2026-02-23 04:09:00,563.0 -60199,sell_contrast_m10_bb_pos,sell,2026-02-23 05:00:00,564.0 -60200,sell_contrast_m10_bb_pos,sell,2026-02-23 05:03:00,563.0 -60201,sell_contrast_m10_bb_pos,sell,2026-02-23 05:06:00,564.0 -60202,sell_contrast_m10_bb_pos,sell,2026-02-23 05:09:00,564.0 -60203,sell_contrast_m10_bb_pos,sell,2026-02-23 05:51:00,565.0 -60204,sell_contrast_m10_bb_pos,sell,2026-02-23 05:54:00,564.0 -60205,sell_contrast_m10_bb_pos,sell,2026-02-23 05:57:00,563.0 -60206,sell_contrast_m10_bb_pos,sell,2026-02-23 08:00:00,564.0 -60207,sell_contrast_m10_bb_pos,sell,2026-02-23 08:03:00,566.0 -60208,sell_contrast_m10_bb_pos,sell,2026-02-23 08:06:00,567.0 -60209,sell_contrast_m10_bb_pos,sell,2026-02-23 08:09:00,566.0 -60210,sell_contrast_m10_bb_pos,sell,2026-02-23 09:00:00,565.0 -60211,sell_contrast_m10_bb_pos,sell,2026-02-23 09:03:00,566.0 -60212,sell_contrast_m10_bb_pos,sell,2026-02-23 09:06:00,566.0 -60213,sell_contrast_m10_bb_pos,sell,2026-02-23 09:09:00,565.0 -60214,sell_contrast_m10_bb_pos,sell,2026-02-23 09:12:00,564.0 -60215,sell_contrast_m10_bb_pos,sell,2026-02-23 09:15:00,564.0 -60216,sell_contrast_m10_bb_pos,sell,2026-02-23 09:18:00,564.0 -60217,sell_contrast_m10_bb_pos,sell,2026-02-23 15:00:00,545.0 -60218,sell_contrast_m10_bb_pos,sell,2026-02-23 15:03:00,545.0 -60219,sell_contrast_m10_bb_pos,sell,2026-02-23 15:06:00,546.0 -60220,sell_contrast_m10_bb_pos,sell,2026-02-23 15:09:00,550.0 -60221,sell_contrast_m10_bb_pos,sell,2026-02-23 15:30:00,550.0 -60222,sell_contrast_m10_bb_pos,sell,2026-02-23 15:33:00,550.0 -60223,sell_contrast_m10_bb_pos,sell,2026-02-23 15:36:00,551.0 -60224,sell_contrast_m10_bb_pos,sell,2026-02-23 15:39:00,552.0 -60225,sell_contrast_m10_bb_pos,sell,2026-02-23 15:51:00,553.0 -60226,sell_contrast_m10_bb_pos,sell,2026-02-23 15:54:00,553.0 -60227,sell_contrast_m10_bb_pos,sell,2026-02-23 15:57:00,552.0 -60228,sell_contrast_m10_bb_pos,sell,2026-02-23 19:21:00,565.0 -60229,sell_contrast_m10_bb_pos,sell,2026-02-23 19:24:00,563.0 -60230,sell_contrast_m10_bb_pos,sell,2026-02-23 19:27:00,564.0 -60231,sell_contrast_m10_bb_pos,sell,2026-02-24 07:30:00,551.0 -60232,sell_contrast_m10_bb_pos,sell,2026-02-24 07:33:00,552.0 -60233,sell_contrast_m10_bb_pos,sell,2026-02-24 07:36:00,551.0 -60234,sell_contrast_m10_bb_pos,sell,2026-02-24 07:39:00,550.0 -60235,sell_contrast_m10_bb_pos,sell,2026-02-24 07:42:00,551.0 -60236,sell_contrast_m10_bb_pos,sell,2026-02-24 07:45:00,551.0 -60237,sell_contrast_m10_bb_pos,sell,2026-02-24 07:48:00,551.0 -60238,sell_contrast_m10_bb_pos,sell,2026-02-24 18:12:00,542.0 -60239,sell_contrast_m10_bb_pos,sell,2026-02-24 18:15:00,542.0 -60240,sell_contrast_m10_bb_pos,sell,2026-02-24 18:18:00,541.0 -60241,sell_contrast_m10_bb_pos,sell,2026-02-24 21:42:00,545.0 -60242,sell_contrast_m10_bb_pos,sell,2026-02-24 21:45:00,544.0 -60243,sell_contrast_m10_bb_pos,sell,2026-02-24 21:48:00,543.0 -60244,sell_contrast_m10_bb_pos,sell,2026-02-24 21:51:00,543.0 -60245,sell_contrast_m10_bb_pos,sell,2026-02-24 21:54:00,544.0 -60246,sell_contrast_m10_bb_pos,sell,2026-02-24 21:57:00,545.0 -60247,sell_contrast_m10_bb_pos,sell,2026-02-24 22:00:00,545.0 -60248,sell_contrast_m10_bb_pos,sell,2026-02-24 22:03:00,545.0 -60249,sell_contrast_m10_bb_pos,sell,2026-02-24 22:06:00,543.0 -60250,sell_contrast_m10_bb_pos,sell,2026-02-24 22:09:00,545.0 -60251,sell_contrast_m10_bb_pos,sell,2026-02-24 22:12:00,545.0 -60252,sell_contrast_m10_bb_pos,sell,2026-02-24 22:15:00,546.0 -60253,sell_contrast_m10_bb_pos,sell,2026-02-24 22:18:00,545.0 -60254,sell_contrast_m10_bb_pos,sell,2026-02-24 22:21:00,545.0 -60255,sell_contrast_m10_bb_pos,sell,2026-02-24 22:24:00,545.0 -60256,sell_contrast_m10_bb_pos,sell,2026-02-24 22:27:00,546.0 -60257,sell_contrast_m10_bb_pos,sell,2026-02-24 22:30:00,547.0 -60258,sell_contrast_m10_bb_pos,sell,2026-02-24 22:33:00,545.0 -60259,sell_contrast_m10_bb_pos,sell,2026-02-24 22:36:00,548.0 -60260,sell_contrast_m10_bb_pos,sell,2026-02-24 22:39:00,547.0 -60261,sell_contrast_m10_bb_pos,sell,2026-02-24 22:42:00,546.0 -60262,sell_contrast_m10_bb_pos,sell,2026-02-24 22:45:00,548.0 -60263,sell_contrast_m10_bb_pos,sell,2026-02-24 22:48:00,548.0 -60264,sell_contrast_m10_bb_pos,sell,2026-02-24 23:00:00,548.0 -60265,sell_contrast_m10_bb_pos,sell,2026-02-24 23:03:00,549.0 -60266,sell_contrast_m10_bb_pos,sell,2026-02-24 23:06:00,548.0 -60267,sell_contrast_m10_bb_pos,sell,2026-02-24 23:09:00,548.0 -60268,sell_contrast_m10_bb_pos,sell,2026-02-24 23:51:00,550.0 -60269,sell_contrast_m10_bb_pos,sell,2026-02-24 23:54:00,553.0 -60270,sell_contrast_m10_bb_pos,sell,2026-02-24 23:57:00,552.0 -60271,sell_contrast_m10_bb_pos,sell,2026-02-25 00:42:00,562.0 -60272,sell_contrast_m10_bb_pos,sell,2026-02-25 00:45:00,562.0 -60273,sell_contrast_m10_bb_pos,sell,2026-02-25 00:48:00,560.0 -60274,sell_contrast_m10_bb_pos,sell,2026-02-25 01:12:00,562.0 -60275,sell_contrast_m10_bb_pos,sell,2026-02-25 01:15:00,562.0 -60276,sell_contrast_m10_bb_pos,sell,2026-02-25 01:18:00,559.0 -60277,sell_contrast_m10_bb_pos,sell,2026-02-25 08:30:00,554.0 -60278,sell_contrast_m10_bb_pos,sell,2026-02-25 08:33:00,555.0 -60279,sell_contrast_m10_bb_pos,sell,2026-02-25 08:36:00,552.0 -60280,sell_contrast_m10_bb_pos,sell,2026-02-25 08:39:00,552.0 -60281,sell_contrast_m10_bb_pos,sell,2026-02-25 10:51:00,568.0 -60282,sell_contrast_m10_bb_pos,sell,2026-02-25 10:54:00,568.0 -60283,sell_contrast_m10_bb_pos,sell,2026-02-25 10:57:00,569.0 -60284,sell_contrast_m10_bb_pos,sell,2026-02-25 11:00:00,568.0 -60285,sell_contrast_m10_bb_pos,sell,2026-02-25 11:03:00,568.0 -60286,sell_contrast_m10_bb_pos,sell,2026-02-25 11:06:00,568.0 -60287,sell_contrast_m10_bb_pos,sell,2026-02-25 11:09:00,570.0 -60288,sell_contrast_m10_bb_pos,sell,2026-02-25 11:12:00,569.0 -60289,sell_contrast_m10_bb_pos,sell,2026-02-25 11:15:00,570.0 -60290,sell_contrast_m10_bb_pos,sell,2026-02-25 11:18:00,570.0 -60291,sell_contrast_m10_bb_pos,sell,2026-02-25 11:21:00,571.0 -60292,sell_contrast_m10_bb_pos,sell,2026-02-25 11:24:00,570.0 -60293,sell_contrast_m10_bb_pos,sell,2026-02-25 11:27:00,570.0 -60294,sell_contrast_m10_bb_pos,sell,2026-02-25 17:12:00,568.0 -60295,sell_contrast_m10_bb_pos,sell,2026-02-25 17:15:00,568.0 -60296,sell_contrast_m10_bb_pos,sell,2026-02-25 17:18:00,569.0 -60297,sell_contrast_m10_bb_pos,sell,2026-02-25 17:21:00,570.0 -60298,sell_contrast_m10_bb_pos,sell,2026-02-25 17:24:00,570.0 -60299,sell_contrast_m10_bb_pos,sell,2026-02-25 17:27:00,571.0 -60300,sell_contrast_m10_bb_pos,sell,2026-02-25 17:30:00,571.0 -60301,sell_contrast_m10_bb_pos,sell,2026-02-25 17:33:00,570.0 -60302,sell_contrast_m10_bb_pos,sell,2026-02-25 17:36:00,571.0 -60303,sell_contrast_m10_bb_pos,sell,2026-02-25 17:39:00,571.0 -60304,sell_contrast_m10_bb_pos,sell,2026-02-25 17:42:00,571.0 -60305,sell_contrast_m10_bb_pos,sell,2026-02-25 17:45:00,570.0 -60306,sell_contrast_m10_bb_pos,sell,2026-02-25 17:48:00,571.0 -60307,sell_contrast_m10_bb_pos,sell,2026-02-25 17:51:00,572.0 -60308,sell_contrast_m10_bb_pos,sell,2026-02-25 17:54:00,574.0 -60309,sell_contrast_m10_bb_pos,sell,2026-02-25 17:57:00,575.0 -60310,sell_contrast_m10_bb_pos,sell,2026-02-25 18:51:00,586.0 -60311,sell_contrast_m10_bb_pos,sell,2026-02-25 18:54:00,585.0 -60312,sell_contrast_m10_bb_pos,sell,2026-02-25 18:57:00,586.0 -60313,sell_contrast_m10_bb_pos,sell,2026-02-25 19:00:00,586.0 -60314,sell_contrast_m10_bb_pos,sell,2026-02-25 19:03:00,588.0 -60315,sell_contrast_m10_bb_pos,sell,2026-02-25 19:06:00,586.0 -60316,sell_contrast_m10_bb_pos,sell,2026-02-25 19:09:00,588.0 -60317,sell_contrast_m10_bb_pos,sell,2026-02-25 19:12:00,587.0 -60318,sell_contrast_m10_bb_pos,sell,2026-02-25 19:15:00,589.0 -60319,sell_contrast_m10_bb_pos,sell,2026-02-25 19:18:00,589.0 -60320,sell_contrast_m10_bb_pos,sell,2026-02-25 19:21:00,589.0 -60321,sell_contrast_m10_bb_pos,sell,2026-02-25 19:24:00,586.0 -60322,sell_contrast_m10_bb_pos,sell,2026-02-25 19:27:00,588.0 -60323,sell_contrast_m10_bb_pos,sell,2026-02-25 20:00:00,593.0 -60324,sell_contrast_m10_bb_pos,sell,2026-02-25 20:03:00,591.0 -60325,sell_contrast_m10_bb_pos,sell,2026-02-25 20:06:00,588.0 -60326,sell_contrast_m10_bb_pos,sell,2026-02-25 20:09:00,587.0 -60327,sell_contrast_m10_bb_pos,sell,2026-02-25 23:30:00,585.0 -60328,sell_contrast_m10_bb_pos,sell,2026-02-25 23:33:00,583.0 -60329,sell_contrast_m10_bb_pos,sell,2026-02-25 23:36:00,581.0 -60330,sell_contrast_m10_bb_pos,sell,2026-02-25 23:39:00,582.0 -60331,sell_contrast_m10_bb_pos,sell,2026-02-25 23:51:00,585.0 -60332,sell_contrast_m10_bb_pos,sell,2026-02-25 23:54:00,586.0 -60333,sell_contrast_m10_bb_pos,sell,2026-02-25 23:57:00,586.0 -60334,sell_contrast_m10_bb_pos,sell,2026-02-26 00:30:00,587.0 -60335,sell_contrast_m10_bb_pos,sell,2026-02-26 00:33:00,588.0 -60336,sell_contrast_m10_bb_pos,sell,2026-02-26 00:36:00,588.0 -60337,sell_contrast_m10_bb_pos,sell,2026-02-26 00:39:00,589.0 -60338,sell_contrast_m10_bb_pos,sell,2026-02-26 00:42:00,589.0 -60339,sell_contrast_m10_bb_pos,sell,2026-02-26 00:45:00,591.0 -60340,sell_contrast_m10_bb_pos,sell,2026-02-26 00:48:00,591.0 -60341,sell_contrast_m10_bb_pos,sell,2026-02-26 01:00:00,591.0 -60342,sell_contrast_m10_bb_pos,sell,2026-02-26 01:03:00,594.0 -60343,sell_contrast_m10_bb_pos,sell,2026-02-26 01:06:00,594.0 -60344,sell_contrast_m10_bb_pos,sell,2026-02-26 01:09:00,595.0 -60345,sell_contrast_m10_bb_pos,sell,2026-02-26 01:30:00,599.0 -60346,sell_contrast_m10_bb_pos,sell,2026-02-26 01:33:00,597.0 -60347,sell_contrast_m10_bb_pos,sell,2026-02-26 01:36:00,598.0 -60348,sell_contrast_m10_bb_pos,sell,2026-02-26 01:39:00,597.0 -60349,sell_contrast_m10_bb_pos,sell,2026-02-26 01:51:00,597.0 -60350,sell_contrast_m10_bb_pos,sell,2026-02-26 01:54:00,595.0 -60351,sell_contrast_m10_bb_pos,sell,2026-02-26 01:57:00,598.0 -60352,sell_contrast_m10_bb_pos,sell,2026-02-26 02:12:00,604.0 -60353,sell_contrast_m10_bb_pos,sell,2026-02-26 02:15:00,604.0 -60354,sell_contrast_m10_bb_pos,sell,2026-02-26 02:18:00,606.0 -60355,sell_contrast_m10_bb_pos,sell,2026-02-26 02:21:00,603.0 -60356,sell_contrast_m10_bb_pos,sell,2026-02-26 02:24:00,603.0 -60357,sell_contrast_m10_bb_pos,sell,2026-02-26 02:27:00,603.0 -60358,sell_contrast_m10_bb_pos,sell,2026-02-26 03:12:00,606.0 -60359,sell_contrast_m10_bb_pos,sell,2026-02-26 03:15:00,605.0 -60360,sell_contrast_m10_bb_pos,sell,2026-02-26 03:18:00,605.0 -60361,sell_contrast_m10_bb_pos,sell,2026-02-26 03:30:00,609.0 -60362,sell_contrast_m10_bb_pos,sell,2026-02-26 03:33:00,606.0 -60363,sell_contrast_m10_bb_pos,sell,2026-02-26 03:36:00,609.0 -60364,sell_contrast_m10_bb_pos,sell,2026-02-26 03:39:00,608.0 -60365,sell_contrast_m10_bb_pos,sell,2026-02-26 04:21:00,617.0 -60366,sell_contrast_m10_bb_pos,sell,2026-02-26 04:24:00,621.0 -60367,sell_contrast_m10_bb_pos,sell,2026-02-26 04:27:00,617.0 -60368,sell_contrast_m10_bb_pos,sell,2026-02-26 04:51:00,620.0 -60369,sell_contrast_m10_bb_pos,sell,2026-02-26 04:54:00,624.0 -60370,sell_contrast_m10_bb_pos,sell,2026-02-26 04:57:00,622.0 -60371,sell_contrast_m10_bb_pos,sell,2026-02-26 05:00:00,621.0 -60372,sell_contrast_m10_bb_pos,sell,2026-02-26 05:03:00,617.0 -60373,sell_contrast_m10_bb_pos,sell,2026-02-26 05:06:00,617.0 -60374,sell_contrast_m10_bb_pos,sell,2026-02-26 05:09:00,613.0 -60375,sell_contrast_m10_bb_pos,sell,2026-02-26 17:21:00,589.0 -60376,sell_contrast_m10_bb_pos,sell,2026-02-26 17:24:00,590.0 -60377,sell_contrast_m10_bb_pos,sell,2026-02-26 17:27:00,591.0 -60378,sell_contrast_m10_bb_pos,sell,2026-02-26 17:30:00,590.0 -60379,sell_contrast_m10_bb_pos,sell,2026-02-26 17:33:00,589.0 -60380,sell_contrast_m10_bb_pos,sell,2026-02-26 17:36:00,588.0 -60381,sell_contrast_m10_bb_pos,sell,2026-02-26 17:39:00,590.0 -60382,sell_contrast_m10_bb_pos,sell,2026-02-26 17:42:00,589.0 -60383,sell_contrast_m10_bb_pos,sell,2026-02-26 17:45:00,588.0 -60384,sell_contrast_m10_bb_pos,sell,2026-02-26 17:48:00,589.0 -60385,sell_contrast_m10_bb_pos,sell,2026-02-26 17:51:00,590.0 -60386,sell_contrast_m10_bb_pos,sell,2026-02-26 17:54:00,590.0 -60387,sell_contrast_m10_bb_pos,sell,2026-02-26 17:57:00,588.0 -60388,sell_contrast_m10_bb_pos,sell,2026-02-27 04:12:00,576.0 -60389,sell_contrast_m10_bb_pos,sell,2026-02-27 04:15:00,576.0 -60390,sell_contrast_m10_bb_pos,sell,2026-02-27 04:18:00,577.0 -60391,sell_contrast_m10_bb_pos,sell,2026-02-27 04:21:00,577.0 -60392,sell_contrast_m10_bb_pos,sell,2026-02-27 04:24:00,578.0 -60393,sell_contrast_m10_bb_pos,sell,2026-02-27 04:27:00,577.0 -60394,sell_contrast_m10_bb_pos,sell,2026-02-27 04:30:00,578.0 -60395,sell_contrast_m10_bb_pos,sell,2026-02-27 04:33:00,578.0 -60396,sell_contrast_m10_bb_pos,sell,2026-02-27 04:36:00,578.0 -60397,sell_contrast_m10_bb_pos,sell,2026-02-27 04:39:00,577.0 -60398,sell_contrast_m10_bb_pos,sell,2026-02-27 04:51:00,576.0 -60399,sell_contrast_m10_bb_pos,sell,2026-02-27 04:54:00,576.0 -60400,sell_contrast_m10_bb_pos,sell,2026-02-27 04:57:00,576.0 -60401,sell_contrast_m10_bb_pos,sell,2026-02-27 05:12:00,577.0 -60402,sell_contrast_m10_bb_pos,sell,2026-02-27 05:15:00,578.0 -60403,sell_contrast_m10_bb_pos,sell,2026-02-27 05:18:00,577.0 -60404,sell_contrast_m10_bb_pos,sell,2026-02-27 07:42:00,579.0 -60405,sell_contrast_m10_bb_pos,sell,2026-02-27 07:45:00,578.0 -60406,sell_contrast_m10_bb_pos,sell,2026-02-27 07:48:00,579.0 -60407,sell_contrast_m10_bb_pos,sell,2026-02-27 08:00:00,579.0 -60408,sell_contrast_m10_bb_pos,sell,2026-02-27 08:03:00,578.0 -60409,sell_contrast_m10_bb_pos,sell,2026-02-27 08:06:00,577.0 -60410,sell_contrast_m10_bb_pos,sell,2026-02-27 08:09:00,578.0 -60411,sell_contrast_m10_bb_pos,sell,2026-02-27 08:21:00,580.0 -60412,sell_contrast_m10_bb_pos,sell,2026-02-27 08:24:00,581.0 -60413,sell_contrast_m10_bb_pos,sell,2026-02-27 08:27:00,581.0 -60414,sell_contrast_m10_bb_pos,sell,2026-02-27 08:30:00,580.0 -60415,sell_contrast_m10_bb_pos,sell,2026-02-27 08:33:00,579.0 -60416,sell_contrast_m10_bb_pos,sell,2026-02-27 08:36:00,578.0 -60417,sell_contrast_m10_bb_pos,sell,2026-02-27 08:39:00,579.0 -60418,sell_contrast_m10_bb_pos,sell,2026-02-27 09:30:00,580.0 -60419,sell_contrast_m10_bb_pos,sell,2026-02-27 09:33:00,579.0 -60420,sell_contrast_m10_bb_pos,sell,2026-02-27 09:36:00,580.0 -60421,sell_contrast_m10_bb_pos,sell,2026-02-27 09:39:00,578.0 -60422,sell_contrast_m10_bb_pos,sell,2026-02-27 11:21:00,582.0 -60423,sell_contrast_m10_bb_pos,sell,2026-02-27 11:24:00,580.0 -60424,sell_contrast_m10_bb_pos,sell,2026-02-27 11:27:00,581.0 -60425,sell_contrast_m10_bb_pos,sell,2026-02-27 13:00:00,582.0 -60426,sell_contrast_m10_bb_pos,sell,2026-02-27 13:03:00,583.0 -60427,sell_contrast_m10_bb_pos,sell,2026-02-27 13:06:00,586.0 -60428,sell_contrast_m10_bb_pos,sell,2026-02-27 13:09:00,585.0 -60429,sell_contrast_m10_bb_pos,sell,2026-02-27 17:00:00,589.0 -60430,sell_contrast_m10_bb_pos,sell,2026-02-27 17:03:00,589.0 -60431,sell_contrast_m10_bb_pos,sell,2026-02-27 17:06:00,589.0 -60432,sell_contrast_m10_bb_pos,sell,2026-02-27 17:09:00,589.0 -60433,sell_contrast_m10_bb_pos,sell,2026-02-27 17:12:00,589.0 -60434,sell_contrast_m10_bb_pos,sell,2026-02-27 17:15:00,588.0 -60435,sell_contrast_m10_bb_pos,sell,2026-02-27 17:18:00,588.0 -60436,sell_contrast_m10_bb_pos,sell,2026-02-27 18:12:00,589.0 -60437,sell_contrast_m10_bb_pos,sell,2026-02-27 18:15:00,590.0 -60438,sell_contrast_m10_bb_pos,sell,2026-02-27 18:18:00,590.0 -60439,sell_contrast_m10_bb_pos,sell,2026-02-27 18:30:00,591.0 -60440,sell_contrast_m10_bb_pos,sell,2026-02-27 18:33:00,591.0 -60441,sell_contrast_m10_bb_pos,sell,2026-02-27 18:36:00,591.0 -60442,sell_contrast_m10_bb_pos,sell,2026-02-27 18:39:00,591.0 -60443,sell_contrast_m10_bb_pos,sell,2026-02-27 18:42:00,591.0 -60444,sell_contrast_m10_bb_pos,sell,2026-02-27 18:45:00,590.0 -60445,sell_contrast_m10_bb_pos,sell,2026-02-27 18:48:00,588.0 -60446,sell_contrast_m10_bb_pos,sell,2026-02-28 10:21:00,570.0 -60447,sell_contrast_m10_bb_pos,sell,2026-02-28 10:24:00,570.0 -60448,sell_contrast_m10_bb_pos,sell,2026-02-28 10:27:00,570.0 -60449,sell_contrast_m10_bb_pos,sell,2026-02-28 20:12:00,544.0 -60450,sell_contrast_m10_bb_pos,sell,2026-02-28 20:15:00,543.0 -60451,sell_contrast_m10_bb_pos,sell,2026-02-28 20:18:00,543.0 -60452,sell_contrast_m10_bb_pos,sell,2026-02-28 20:21:00,544.0 -60453,sell_contrast_m10_bb_pos,sell,2026-02-28 20:24:00,544.0 -60454,sell_contrast_m10_bb_pos,sell,2026-02-28 20:27:00,545.0 -60455,sell_contrast_m10_bb_pos,sell,2026-02-28 23:21:00,557.0 -60456,sell_contrast_m10_bb_pos,sell,2026-02-28 23:24:00,556.0 -60457,sell_contrast_m10_bb_pos,sell,2026-02-28 23:27:00,557.0 -60458,sell_contrast_m10_bb_pos,sell,2026-02-28 23:30:00,556.0 -60459,sell_contrast_m10_bb_pos,sell,2026-02-28 23:33:00,555.0 -60460,sell_contrast_m10_bb_pos,sell,2026-02-28 23:36:00,557.0 -60461,sell_contrast_m10_bb_pos,sell,2026-02-28 23:39:00,560.0 -60462,sell_contrast_m10_bb_pos,sell,2026-02-28 23:42:00,559.0 -60463,sell_contrast_m10_bb_pos,sell,2026-02-28 23:45:00,560.0 -60464,sell_contrast_m10_bb_pos,sell,2026-02-28 23:48:00,558.0 -60465,sell_contrast_m10_bb_pos,sell,2026-03-01 05:00:00,567.0 -60466,sell_contrast_m10_bb_pos,sell,2026-03-01 05:03:00,568.0 -60467,sell_contrast_m10_bb_pos,sell,2026-03-01 05:06:00,569.0 -60468,sell_contrast_m10_bb_pos,sell,2026-03-01 05:09:00,569.0 -60469,sell_contrast_m10_bb_pos,sell,2026-03-01 05:12:00,571.0 -60470,sell_contrast_m10_bb_pos,sell,2026-03-01 05:15:00,571.0 -60471,sell_contrast_m10_bb_pos,sell,2026-03-01 05:18:00,571.0 -60472,sell_contrast_m10_bb_pos,sell,2026-03-01 05:21:00,575.0 -60473,sell_contrast_m10_bb_pos,sell,2026-03-01 05:24:00,576.0 -60474,sell_contrast_m10_bb_pos,sell,2026-03-01 05:27:00,578.0 -60475,sell_contrast_m10_bb_pos,sell,2026-03-01 05:42:00,576.0 -60476,sell_contrast_m10_bb_pos,sell,2026-03-01 05:45:00,574.0 -60477,sell_contrast_m10_bb_pos,sell,2026-03-01 05:48:00,579.0 -60478,sell_contrast_m10_bb_pos,sell,2026-03-01 05:51:00,578.0 -60479,sell_contrast_m10_bb_pos,sell,2026-03-01 05:54:00,579.0 -60480,sell_contrast_m10_bb_pos,sell,2026-03-01 05:57:00,577.0 -60481,sell_contrast_m10_bb_pos,sell,2026-03-01 06:00:00,578.0 -60482,sell_contrast_m10_bb_pos,sell,2026-03-01 06:03:00,575.0 -60483,sell_contrast_m10_bb_pos,sell,2026-03-01 06:06:00,574.0 -60484,sell_contrast_m10_bb_pos,sell,2026-03-01 06:09:00,574.0 -60485,sell_contrast_m10_bb_pos,sell,2026-03-01 07:42:00,580.0 -60486,sell_contrast_m10_bb_pos,sell,2026-03-01 07:45:00,581.0 -60487,sell_contrast_m10_bb_pos,sell,2026-03-01 07:48:00,582.0 -60488,sell_contrast_m10_bb_pos,sell,2026-03-01 08:00:00,583.0 -60489,sell_contrast_m10_bb_pos,sell,2026-03-01 08:03:00,583.0 -60490,sell_contrast_m10_bb_pos,sell,2026-03-01 08:06:00,583.0 -60491,sell_contrast_m10_bb_pos,sell,2026-03-01 08:09:00,583.0 -60492,sell_contrast_m10_bb_pos,sell,2026-03-01 08:12:00,584.0 -60493,sell_contrast_m10_bb_pos,sell,2026-03-01 08:15:00,582.0 -60494,sell_contrast_m10_bb_pos,sell,2026-03-01 08:18:00,583.0 -60495,sell_contrast_m10_bb_pos,sell,2026-03-01 08:21:00,583.0 -60496,sell_contrast_m10_bb_pos,sell,2026-03-01 08:24:00,584.0 -60497,sell_contrast_m10_bb_pos,sell,2026-03-01 08:27:00,583.0 -60498,sell_contrast_m10_bb_pos,sell,2026-03-01 08:30:00,584.0 -60499,sell_contrast_m10_bb_pos,sell,2026-03-01 08:33:00,583.0 -60500,sell_contrast_m10_bb_pos,sell,2026-03-01 08:36:00,582.0 -60501,sell_contrast_m10_bb_pos,sell,2026-03-01 08:39:00,581.0 -60502,sell_contrast_m10_bb_pos,sell,2026-03-01 11:21:00,589.0 -60503,sell_contrast_m10_bb_pos,sell,2026-03-01 11:24:00,587.0 -60504,sell_contrast_m10_bb_pos,sell,2026-03-01 11:27:00,588.0 -60505,sell_contrast_m10_bb_pos,sell,2026-03-01 11:30:00,588.0 -60506,sell_contrast_m10_bb_pos,sell,2026-03-01 11:33:00,587.0 -60507,sell_contrast_m10_bb_pos,sell,2026-03-01 11:36:00,590.0 -60508,sell_contrast_m10_bb_pos,sell,2026-03-01 11:39:00,590.0 -60509,sell_contrast_m10_bb_pos,sell,2026-03-01 11:42:00,591.0 -60510,sell_contrast_m10_bb_pos,sell,2026-03-01 11:45:00,591.0 -60511,sell_contrast_m10_bb_pos,sell,2026-03-01 11:48:00,592.0 -60512,sell_contrast_m10_bb_pos,sell,2026-03-01 23:12:00,570.0 -60513,sell_contrast_m10_bb_pos,sell,2026-03-01 23:15:00,571.0 -60514,sell_contrast_m10_bb_pos,sell,2026-03-01 23:18:00,572.0 -60515,sell_contrast_m10_bb_pos,sell,2026-03-01 23:21:00,570.0 -60516,sell_contrast_m10_bb_pos,sell,2026-03-01 23:24:00,567.0 -60517,sell_contrast_m10_bb_pos,sell,2026-03-01 23:27:00,567.0 -60518,sell_contrast_m10_bb_pos,sell,2026-03-02 07:21:00,563.0 -60519,sell_contrast_m10_bb_pos,sell,2026-03-02 07:24:00,563.0 -60520,sell_contrast_m10_bb_pos,sell,2026-03-02 07:27:00,561.0 -60521,sell_contrast_m10_bb_pos,sell,2026-03-02 07:30:00,562.0 -60522,sell_contrast_m10_bb_pos,sell,2026-03-02 07:33:00,561.0 -60523,sell_contrast_m10_bb_pos,sell,2026-03-02 07:36:00,559.0 -60524,sell_contrast_m10_bb_pos,sell,2026-03-02 07:39:00,559.0 -60525,sell_contrast_m10_bb_pos,sell,2026-03-02 10:00:00,567.0 -60526,sell_contrast_m10_bb_pos,sell,2026-03-02 10:03:00,566.0 -60527,sell_contrast_m10_bb_pos,sell,2026-03-02 10:06:00,566.0 -60528,sell_contrast_m10_bb_pos,sell,2026-03-02 10:09:00,569.0 -60529,sell_contrast_m10_bb_pos,sell,2026-03-02 10:21:00,569.0 -60530,sell_contrast_m10_bb_pos,sell,2026-03-02 10:24:00,569.0 -60531,sell_contrast_m10_bb_pos,sell,2026-03-02 10:27:00,568.0 -60532,sell_contrast_m10_bb_pos,sell,2026-03-02 10:30:00,568.0 -60533,sell_contrast_m10_bb_pos,sell,2026-03-02 10:33:00,568.0 -60534,sell_contrast_m10_bb_pos,sell,2026-03-02 10:36:00,568.0 -60535,sell_contrast_m10_bb_pos,sell,2026-03-02 10:39:00,568.0 -60536,sell_contrast_m10_bb_pos,sell,2026-03-02 10:42:00,570.0 -60537,sell_contrast_m10_bb_pos,sell,2026-03-02 10:45:00,568.0 -60538,sell_contrast_m10_bb_pos,sell,2026-03-02 10:48:00,568.0 -60539,sell_contrast_m10_bb_pos,sell,2026-03-02 18:00:00,565.0 -60540,sell_contrast_m10_bb_pos,sell,2026-03-02 18:03:00,565.0 -60541,sell_contrast_m10_bb_pos,sell,2026-03-02 18:06:00,563.0 -60542,sell_contrast_m10_bb_pos,sell,2026-03-02 18:09:00,563.0 -60543,sell_contrast_m10_bb_pos,sell,2026-03-02 18:12:00,566.0 -60544,sell_contrast_m10_bb_pos,sell,2026-03-02 18:15:00,566.0 -60545,sell_contrast_m10_bb_pos,sell,2026-03-02 18:18:00,566.0 -60546,sell_contrast_m10_bb_pos,sell,2026-03-02 18:21:00,566.0 -60547,sell_contrast_m10_bb_pos,sell,2026-03-02 18:24:00,566.0 -60548,sell_contrast_m10_bb_pos,sell,2026-03-02 18:27:00,566.0 -60549,sell_contrast_m10_bb_pos,sell,2026-03-02 18:30:00,565.0 -60550,sell_contrast_m10_bb_pos,sell,2026-03-02 18:33:00,565.0 -60551,sell_contrast_m10_bb_pos,sell,2026-03-02 18:36:00,565.0 -60552,sell_contrast_m10_bb_pos,sell,2026-03-02 18:39:00,565.0 -60553,sell_contrast_m10_bb_pos,sell,2026-03-02 23:30:00,565.0 -60554,sell_contrast_m10_bb_pos,sell,2026-03-02 23:33:00,570.0 -60555,sell_contrast_m10_bb_pos,sell,2026-03-02 23:36:00,571.0 -60556,sell_contrast_m10_bb_pos,sell,2026-03-02 23:39:00,571.0 -60557,sell_contrast_m10_bb_pos,sell,2026-03-03 00:51:00,592.0 -60558,sell_contrast_m10_bb_pos,sell,2026-03-03 00:54:00,586.0 -60559,sell_contrast_m10_bb_pos,sell,2026-03-03 00:57:00,587.0 -60560,sell_contrast_m10_bb_pos,sell,2026-03-03 01:00:00,589.0 -60561,sell_contrast_m10_bb_pos,sell,2026-03-03 01:03:00,589.0 -60562,sell_contrast_m10_bb_pos,sell,2026-03-03 01:06:00,592.0 -60563,sell_contrast_m10_bb_pos,sell,2026-03-03 01:09:00,595.0 -60564,sell_contrast_m10_bb_pos,sell,2026-03-03 01:21:00,594.0 -60565,sell_contrast_m10_bb_pos,sell,2026-03-03 01:24:00,597.0 -60566,sell_contrast_m10_bb_pos,sell,2026-03-03 01:27:00,593.0 -60567,sell_contrast_m10_bb_pos,sell,2026-03-03 01:30:00,594.0 -60568,sell_contrast_m10_bb_pos,sell,2026-03-03 01:33:00,591.0 -60569,sell_contrast_m10_bb_pos,sell,2026-03-03 01:36:00,589.0 -60570,sell_contrast_m10_bb_pos,sell,2026-03-03 01:39:00,588.0 -60571,sell_contrast_m10_bb_pos,sell,2026-03-03 01:51:00,599.0 -60572,sell_contrast_m10_bb_pos,sell,2026-03-03 01:54:00,600.0 -60573,sell_contrast_m10_bb_pos,sell,2026-03-03 01:57:00,600.0 -60574,sell_contrast_m10_bb_pos,sell,2026-03-03 03:00:00,604.0 -60575,sell_contrast_m10_bb_pos,sell,2026-03-03 03:03:00,605.0 -60576,sell_contrast_m10_bb_pos,sell,2026-03-03 03:06:00,609.0 -60577,sell_contrast_m10_bb_pos,sell,2026-03-03 03:09:00,607.0 -60578,sell_contrast_m10_bb_pos,sell,2026-03-03 03:12:00,605.0 -60579,sell_contrast_m10_bb_pos,sell,2026-03-03 03:15:00,610.0 -60580,sell_contrast_m10_bb_pos,sell,2026-03-03 03:18:00,606.0 -60581,sell_contrast_m10_bb_pos,sell,2026-03-03 03:21:00,606.0 -60582,sell_contrast_m10_bb_pos,sell,2026-03-03 03:24:00,606.0 -60583,sell_contrast_m10_bb_pos,sell,2026-03-03 03:27:00,601.0 -60584,sell_contrast_m10_bb_pos,sell,2026-03-03 03:51:00,609.0 -60585,sell_contrast_m10_bb_pos,sell,2026-03-03 03:54:00,607.0 -60586,sell_contrast_m10_bb_pos,sell,2026-03-03 03:57:00,605.0 -60587,sell_contrast_m10_bb_pos,sell,2026-03-03 12:42:00,591.0 -60588,sell_contrast_m10_bb_pos,sell,2026-03-03 12:45:00,591.0 -60589,sell_contrast_m10_bb_pos,sell,2026-03-03 12:48:00,589.0 -60590,sell_contrast_m10_bb_pos,sell,2026-03-03 14:21:00,590.0 -60591,sell_contrast_m10_bb_pos,sell,2026-03-03 14:24:00,589.0 -60592,sell_contrast_m10_bb_pos,sell,2026-03-03 14:27:00,590.0 -60593,sell_contrast_m10_bb_pos,sell,2026-03-03 21:12:00,582.0 -60594,sell_contrast_m10_bb_pos,sell,2026-03-03 21:15:00,583.0 -60595,sell_contrast_m10_bb_pos,sell,2026-03-03 21:18:00,582.0 -60596,sell_contrast_m10_bb_pos,sell,2026-03-04 01:00:00,579.0 -60597,sell_contrast_m10_bb_pos,sell,2026-03-04 01:03:00,579.0 -60598,sell_contrast_m10_bb_pos,sell,2026-03-04 01:06:00,582.0 -60599,sell_contrast_m10_bb_pos,sell,2026-03-04 01:09:00,583.0 -60600,sell_contrast_m10_bb_pos,sell,2026-03-04 01:21:00,583.0 -60601,sell_contrast_m10_bb_pos,sell,2026-03-04 01:24:00,585.0 -60602,sell_contrast_m10_bb_pos,sell,2026-03-04 01:27:00,587.0 -60603,sell_contrast_m10_bb_pos,sell,2026-03-04 03:30:00,585.0 -60604,sell_contrast_m10_bb_pos,sell,2026-03-04 03:33:00,586.0 -60605,sell_contrast_m10_bb_pos,sell,2026-03-04 03:36:00,586.0 -60606,sell_contrast_m10_bb_pos,sell,2026-03-04 03:39:00,586.0 -60607,sell_contrast_m10_bb_pos,sell,2026-03-04 03:42:00,585.0 -60608,sell_contrast_m10_bb_pos,sell,2026-03-04 03:45:00,583.0 -60609,sell_contrast_m10_bb_pos,sell,2026-03-04 03:48:00,583.0 -60610,sell_contrast_m10_bb_pos,sell,2026-03-04 16:30:00,571.0 -60611,sell_contrast_m10_bb_pos,sell,2026-03-04 16:33:00,571.0 -60612,sell_contrast_m10_bb_pos,sell,2026-03-04 16:36:00,571.0 -60613,sell_contrast_m10_bb_pos,sell,2026-03-04 16:39:00,572.0 -60614,sell_contrast_m10_bb_pos,sell,2026-03-04 16:42:00,572.0 -60615,sell_contrast_m10_bb_pos,sell,2026-03-04 16:45:00,572.0 -60616,sell_contrast_m10_bb_pos,sell,2026-03-04 16:48:00,576.0 -60617,sell_contrast_m10_bb_pos,sell,2026-03-04 17:21:00,576.0 -60618,sell_contrast_m10_bb_pos,sell,2026-03-04 17:24:00,576.0 -60619,sell_contrast_m10_bb_pos,sell,2026-03-04 17:27:00,576.0 -60620,sell_contrast_m10_bb_pos,sell,2026-03-04 17:30:00,577.0 -60621,sell_contrast_m10_bb_pos,sell,2026-03-04 17:33:00,579.0 -60622,sell_contrast_m10_bb_pos,sell,2026-03-04 17:36:00,580.0 -60623,sell_contrast_m10_bb_pos,sell,2026-03-04 17:39:00,581.0 -60624,sell_contrast_m10_bb_pos,sell,2026-03-04 18:51:00,600.0 -60625,sell_contrast_m10_bb_pos,sell,2026-03-04 18:54:00,594.0 -60626,sell_contrast_m10_bb_pos,sell,2026-03-04 18:57:00,594.0 -60627,sell_contrast_m10_bb_pos,sell,2026-03-04 22:51:00,593.0 -60628,sell_contrast_m10_bb_pos,sell,2026-03-04 22:54:00,593.0 -60629,sell_contrast_m10_bb_pos,sell,2026-03-04 22:57:00,595.0 -60630,sell_contrast_m10_bb_pos,sell,2026-03-04 23:51:00,602.0 -60631,sell_contrast_m10_bb_pos,sell,2026-03-04 23:54:00,604.0 -60632,sell_contrast_m10_bb_pos,sell,2026-03-04 23:57:00,604.0 -60633,sell_contrast_m10_bb_pos,sell,2026-03-05 00:00:00,604.0 -60634,sell_contrast_m10_bb_pos,sell,2026-03-05 00:03:00,608.0 -60635,sell_contrast_m10_bb_pos,sell,2026-03-05 00:06:00,607.0 -60636,sell_contrast_m10_bb_pos,sell,2026-03-05 00:09:00,610.0 -60637,sell_contrast_m10_bb_pos,sell,2026-03-05 01:12:00,638.0 -60638,sell_contrast_m10_bb_pos,sell,2026-03-05 01:15:00,637.0 -60639,sell_contrast_m10_bb_pos,sell,2026-03-05 01:18:00,638.0 -60640,sell_contrast_m10_bb_pos,sell,2026-03-05 01:21:00,629.0 -60641,sell_contrast_m10_bb_pos,sell,2026-03-05 01:24:00,632.0 -60642,sell_contrast_m10_bb_pos,sell,2026-03-05 01:27:00,639.0 -60643,sell_contrast_m10_bb_pos,sell,2026-03-05 01:30:00,636.0 -60644,sell_contrast_m10_bb_pos,sell,2026-03-05 01:33:00,632.0 -60645,sell_contrast_m10_bb_pos,sell,2026-03-05 01:36:00,638.0 -60646,sell_contrast_m10_bb_pos,sell,2026-03-05 01:39:00,634.0 -60647,sell_contrast_m10_bb_pos,sell,2026-03-05 07:12:00,624.0 -60648,sell_contrast_m10_bb_pos,sell,2026-03-05 07:15:00,623.0 -60649,sell_contrast_m10_bb_pos,sell,2026-03-05 07:18:00,622.0 -60650,sell_contrast_m10_bb_pos,sell,2026-03-05 13:51:00,606.0 -60651,sell_contrast_m10_bb_pos,sell,2026-03-05 13:54:00,606.0 -60652,sell_contrast_m10_bb_pos,sell,2026-03-05 13:57:00,607.0 -60653,sell_contrast_m10_bb_pos,sell,2026-03-05 15:51:00,608.0 -60654,sell_contrast_m10_bb_pos,sell,2026-03-05 15:54:00,608.0 -60655,sell_contrast_m10_bb_pos,sell,2026-03-05 16:00:00,608.0 -60656,sell_contrast_m10_bb_pos,sell,2026-03-05 16:03:00,608.0 -60657,sell_contrast_m10_bb_pos,sell,2026-03-05 16:06:00,607.0 -60658,sell_contrast_m10_bb_pos,sell,2026-03-05 16:09:00,607.0 -60659,sell_contrast_m10_bb_pos,sell,2026-03-05 20:12:00,613.0 -60660,sell_contrast_m10_bb_pos,sell,2026-03-05 20:15:00,614.0 -60661,sell_contrast_m10_bb_pos,sell,2026-03-05 20:18:00,613.0 -60662,sell_contrast_m10_bb_pos,sell,2026-03-06 04:30:00,601.0 -60663,sell_contrast_m10_bb_pos,sell,2026-03-06 04:33:00,601.0 -60664,sell_contrast_m10_bb_pos,sell,2026-03-06 04:36:00,601.0 -60665,sell_contrast_m10_bb_pos,sell,2026-03-06 04:39:00,600.0 -60666,sell_contrast_m10_bb_pos,sell,2026-03-06 05:12:00,603.0 -60667,sell_contrast_m10_bb_pos,sell,2026-03-06 05:15:00,603.0 -60668,sell_contrast_m10_bb_pos,sell,2026-03-06 05:18:00,604.0 -60669,sell_contrast_m10_bb_pos,sell,2026-03-06 05:21:00,604.0 -60670,sell_contrast_m10_bb_pos,sell,2026-03-06 05:24:00,605.0 -60671,sell_contrast_m10_bb_pos,sell,2026-03-06 05:27:00,605.0 -60672,sell_contrast_m10_bb_pos,sell,2026-03-06 05:30:00,606.0 -60673,sell_contrast_m10_bb_pos,sell,2026-03-06 05:33:00,606.0 -60674,sell_contrast_m10_bb_pos,sell,2026-03-06 05:36:00,606.0 -60675,sell_contrast_m10_bb_pos,sell,2026-03-06 05:39:00,605.0 -60676,sell_contrast_m10_bb_pos,sell,2026-03-06 05:42:00,605.0 -60677,sell_contrast_m10_bb_pos,sell,2026-03-06 05:45:00,605.0 -60678,sell_contrast_m10_bb_pos,sell,2026-03-06 05:48:00,606.0 -60679,sell_contrast_m10_bb_pos,sell,2026-03-06 05:51:00,605.0 -60680,sell_contrast_m10_bb_pos,sell,2026-03-06 05:54:00,606.0 -60681,sell_contrast_m10_bb_pos,sell,2026-03-06 05:57:00,606.0 -60682,sell_contrast_m10_bb_pos,sell,2026-03-06 06:21:00,608.0 -60683,sell_contrast_m10_bb_pos,sell,2026-03-06 06:24:00,607.0 -60684,sell_contrast_m10_bb_pos,sell,2026-03-06 06:27:00,607.0 -60685,sell_contrast_m10_bb_pos,sell,2026-03-06 16:30:00,598.0 -60686,sell_contrast_m10_bb_pos,sell,2026-03-06 16:33:00,597.0 -60687,sell_contrast_m10_bb_pos,sell,2026-03-06 16:36:00,598.0 -60688,sell_contrast_m10_bb_pos,sell,2026-03-06 16:39:00,597.0 -60689,sell_contrast_m10_bb_pos,sell,2026-03-07 04:00:00,572.0 -60690,sell_contrast_m10_bb_pos,sell,2026-03-07 04:03:00,573.0 -60691,sell_contrast_m10_bb_pos,sell,2026-03-07 04:06:00,573.0 -60692,sell_contrast_m10_bb_pos,sell,2026-03-07 04:09:00,573.0 -60693,sell_contrast_m10_bb_pos,sell,2026-03-07 04:21:00,573.0 -60694,sell_contrast_m10_bb_pos,sell,2026-03-07 04:24:00,573.0 -60695,sell_contrast_m10_bb_pos,sell,2026-03-07 04:27:00,573.0 -60696,sell_contrast_m10_bb_pos,sell,2026-03-07 04:30:00,574.0 -60697,sell_contrast_m10_bb_pos,sell,2026-03-07 04:33:00,573.0 -60698,sell_contrast_m10_bb_pos,sell,2026-03-07 04:36:00,574.0 -60699,sell_contrast_m10_bb_pos,sell,2026-03-07 04:39:00,573.0 -60700,sell_contrast_m10_bb_pos,sell,2026-03-07 04:51:00,574.0 -60701,sell_contrast_m10_bb_pos,sell,2026-03-07 04:54:00,574.0 -60702,sell_contrast_m10_bb_pos,sell,2026-03-07 04:57:00,573.0 -60703,sell_contrast_m10_bb_pos,sell,2026-03-07 07:30:00,575.0 -60704,sell_contrast_m10_bb_pos,sell,2026-03-07 07:33:00,575.0 -60705,sell_contrast_m10_bb_pos,sell,2026-03-07 07:36:00,575.0 -60706,sell_contrast_m10_bb_pos,sell,2026-03-07 07:39:00,575.0 -60707,sell_contrast_m10_bb_pos,sell,2026-03-07 07:42:00,575.0 -60708,sell_contrast_m10_bb_pos,sell,2026-03-07 07:45:00,576.0 -60709,sell_contrast_m10_bb_pos,sell,2026-03-07 07:48:00,576.0 -60710,sell_contrast_m10_bb_pos,sell,2026-03-07 08:00:00,576.0 -60711,sell_contrast_m10_bb_pos,sell,2026-03-07 08:03:00,576.0 -60712,sell_contrast_m10_bb_pos,sell,2026-03-07 08:06:00,575.0 -60713,sell_contrast_m10_bb_pos,sell,2026-03-07 08:09:00,576.0 -60714,sell_contrast_m10_bb_pos,sell,2026-03-07 08:12:00,575.0 -60715,sell_contrast_m10_bb_pos,sell,2026-03-07 08:15:00,575.0 -60716,sell_contrast_m10_bb_pos,sell,2026-03-07 08:18:00,577.0 -60717,sell_contrast_m10_bb_pos,sell,2026-03-07 08:21:00,576.0 -60718,sell_contrast_m10_bb_pos,sell,2026-03-07 08:24:00,577.0 -60719,sell_contrast_m10_bb_pos,sell,2026-03-07 08:27:00,576.0 -60720,sell_contrast_m10_bb_pos,sell,2026-03-07 08:30:00,577.0 -60721,sell_contrast_m10_bb_pos,sell,2026-03-07 08:33:00,576.0 -60722,sell_contrast_m10_bb_pos,sell,2026-03-07 08:36:00,575.0 -60723,sell_contrast_m10_bb_pos,sell,2026-03-07 08:39:00,576.0 -60724,sell_contrast_m10_bb_pos,sell,2026-03-07 20:21:00,572.0 -60725,sell_contrast_m10_bb_pos,sell,2026-03-07 20:24:00,573.0 -60726,sell_contrast_m10_bb_pos,sell,2026-03-07 20:27:00,573.0 -60727,sell_contrast_m10_bb_pos,sell,2026-03-08 16:12:00,554.0 -60728,sell_contrast_m10_bb_pos,sell,2026-03-08 16:15:00,554.0 -60729,sell_contrast_m10_bb_pos,sell,2026-03-08 16:18:00,554.0 -60730,sell_contrast_m10_bb_pos,sell,2026-03-08 16:21:00,554.0 -60731,sell_contrast_m10_bb_pos,sell,2026-03-08 16:24:00,554.0 -60732,sell_contrast_m10_bb_pos,sell,2026-03-08 16:27:00,554.0 -60733,sell_contrast_m10_bb_pos,sell,2026-03-08 16:51:00,554.0 -60734,sell_contrast_m10_bb_pos,sell,2026-03-08 16:54:00,553.0 -60735,sell_contrast_m10_bb_pos,sell,2026-03-08 16:57:00,552.0 -60736,sell_contrast_m10_bb_pos,sell,2026-03-08 18:42:00,556.0 -60737,sell_contrast_m10_bb_pos,sell,2026-03-08 18:45:00,556.0 -60738,sell_contrast_m10_bb_pos,sell,2026-03-08 18:48:00,556.0 -60739,sell_contrast_m10_bb_pos,sell,2026-03-08 18:51:00,556.0 -60740,sell_contrast_m10_bb_pos,sell,2026-03-08 18:54:00,555.0 -60741,sell_contrast_m10_bb_pos,sell,2026-03-08 18:57:00,556.0 -60742,sell_contrast_m10_bb_pos,sell,2026-03-08 19:00:00,556.0 -60743,sell_contrast_m10_bb_pos,sell,2026-03-08 19:03:00,555.0 -60744,sell_contrast_m10_bb_pos,sell,2026-03-08 19:06:00,555.0 -60745,sell_contrast_m10_bb_pos,sell,2026-03-08 19:09:00,557.0 -60746,sell_contrast_m10_bb_pos,sell,2026-03-08 19:12:00,556.0 -60747,sell_contrast_m10_bb_pos,sell,2026-03-08 19:15:00,556.0 -60748,sell_contrast_m10_bb_pos,sell,2026-03-08 19:18:00,557.0 -60749,sell_contrast_m10_bb_pos,sell,2026-03-08 19:21:00,557.0 -60750,sell_contrast_m10_bb_pos,sell,2026-03-08 19:24:00,561.0 -60751,sell_contrast_m10_bb_pos,sell,2026-03-08 19:27:00,561.0 -60752,sell_contrast_m10_bb_pos,sell,2026-03-08 19:42:00,559.0 -60753,sell_contrast_m10_bb_pos,sell,2026-03-08 19:45:00,559.0 -60754,sell_contrast_m10_bb_pos,sell,2026-03-08 19:48:00,559.0 -60755,sell_contrast_m10_bb_pos,sell,2026-03-08 19:51:00,559.0 -60756,sell_contrast_m10_bb_pos,sell,2026-03-08 19:54:00,559.0 -60757,sell_contrast_m10_bb_pos,sell,2026-03-08 19:57:00,560.0 -60758,sell_contrast_m10_bb_pos,sell,2026-03-08 20:00:00,560.0 -60759,sell_contrast_m10_bb_pos,sell,2026-03-08 20:03:00,559.0 -60760,sell_contrast_m10_bb_pos,sell,2026-03-08 20:06:00,555.0 -60761,sell_contrast_m10_bb_pos,sell,2026-03-08 20:09:00,554.0 -60762,sell_contrast_m10_bb_pos,sell,2026-03-09 05:42:00,544.0 -60763,sell_contrast_m10_bb_pos,sell,2026-03-09 05:45:00,543.0 -60764,sell_contrast_m10_bb_pos,sell,2026-03-09 05:48:00,543.0 -60765,sell_contrast_m10_bb_pos,sell,2026-03-09 05:51:00,542.0 -60766,sell_contrast_m10_bb_pos,sell,2026-03-09 05:54:00,541.0 -60767,sell_contrast_m10_bb_pos,sell,2026-03-09 05:57:00,542.0 -60768,sell_contrast_m10_bb_pos,sell,2026-03-09 09:42:00,541.0 -60769,sell_contrast_m10_bb_pos,sell,2026-03-09 09:45:00,541.0 -60770,sell_contrast_m10_bb_pos,sell,2026-03-09 09:48:00,540.0 -60771,sell_contrast_m10_bb_pos,sell,2026-03-09 11:51:00,541.0 -60772,sell_contrast_m10_bb_pos,sell,2026-03-09 11:54:00,540.0 -60773,sell_contrast_m10_bb_pos,sell,2026-03-09 11:57:00,541.0 -60774,sell_contrast_m10_bb_pos,sell,2026-03-09 12:12:00,544.0 -60775,sell_contrast_m10_bb_pos,sell,2026-03-09 12:15:00,544.0 -60776,sell_contrast_m10_bb_pos,sell,2026-03-09 12:18:00,543.0 -60777,sell_contrast_m10_bb_pos,sell,2026-03-09 15:12:00,545.0 -60778,sell_contrast_m10_bb_pos,sell,2026-03-09 15:15:00,545.0 -60779,sell_contrast_m10_bb_pos,sell,2026-03-09 15:18:00,546.0 -60780,sell_contrast_m10_bb_pos,sell,2026-03-09 15:21:00,545.0 -60781,sell_contrast_m10_bb_pos,sell,2026-03-09 15:24:00,545.0 -60782,sell_contrast_m10_bb_pos,sell,2026-03-09 15:27:00,545.0 -60783,sell_contrast_m10_bb_pos,sell,2026-03-09 21:21:00,542.0 -60784,sell_contrast_m10_bb_pos,sell,2026-03-09 21:24:00,542.0 -60785,sell_contrast_m10_bb_pos,sell,2026-03-09 21:27:00,541.0 -60786,sell_contrast_m10_bb_pos,sell,2026-03-09 21:42:00,541.0 -60787,sell_contrast_m10_bb_pos,sell,2026-03-09 21:45:00,540.0 -60788,sell_contrast_m10_bb_pos,sell,2026-03-09 21:48:00,541.0 -60789,sell_contrast_m10_bb_pos,sell,2026-03-09 22:12:00,544.0 -60790,sell_contrast_m10_bb_pos,sell,2026-03-09 22:15:00,543.0 -60791,sell_contrast_m10_bb_pos,sell,2026-03-09 22:18:00,542.0 -60792,sell_contrast_m10_bb_pos,sell,2026-03-09 22:42:00,542.0 -60793,sell_contrast_m10_bb_pos,sell,2026-03-09 22:45:00,548.0 -60794,sell_contrast_m10_bb_pos,sell,2026-03-09 22:48:00,549.0 -60795,sell_contrast_m10_bb_pos,sell,2026-03-09 23:00:00,546.0 -60796,sell_contrast_m10_bb_pos,sell,2026-03-09 23:03:00,547.0 -60797,sell_contrast_m10_bb_pos,sell,2026-03-09 23:06:00,543.0 -60798,sell_contrast_m10_bb_pos,sell,2026-03-09 23:09:00,543.0 -60799,sell_contrast_m10_bb_pos,sell,2026-03-10 09:42:00,537.0 -60800,sell_contrast_m10_bb_pos,sell,2026-03-10 09:45:00,538.0 -60801,sell_contrast_m10_bb_pos,sell,2026-03-10 09:48:00,538.0 -60802,sell_contrast_m10_bb_pos,sell,2026-03-10 09:51:00,538.0 -60803,sell_contrast_m10_bb_pos,sell,2026-03-10 09:54:00,536.0 -60804,sell_contrast_m10_bb_pos,sell,2026-03-10 09:57:00,536.0 -60805,sell_contrast_m10_bb_pos,sell,2026-03-10 12:00:00,541.0 -60806,sell_contrast_m10_bb_pos,sell,2026-03-10 12:03:00,540.0 -60807,sell_contrast_m10_bb_pos,sell,2026-03-10 12:06:00,540.0 -60808,sell_contrast_m10_bb_pos,sell,2026-03-10 12:09:00,540.0 -60809,sell_contrast_m10_bb_pos,sell,2026-03-10 12:12:00,541.0 -60810,sell_contrast_m10_bb_pos,sell,2026-03-10 12:15:00,541.0 -60811,sell_contrast_m10_bb_pos,sell,2026-03-10 12:18:00,542.0 -60812,sell_contrast_m10_bb_pos,sell,2026-03-10 12:21:00,542.0 -60813,sell_contrast_m10_bb_pos,sell,2026-03-10 12:24:00,541.0 -60814,sell_contrast_m10_bb_pos,sell,2026-03-10 12:27:00,542.0 -60815,sell_contrast_m10_bb_pos,sell,2026-03-10 16:21:00,541.0 -60816,sell_contrast_m10_bb_pos,sell,2026-03-10 16:24:00,542.0 -60817,sell_contrast_m10_bb_pos,sell,2026-03-10 16:27:00,543.0 -60818,sell_contrast_m10_bb_pos,sell,2026-03-10 16:42:00,542.0 -60819,sell_contrast_m10_bb_pos,sell,2026-03-10 16:45:00,542.0 -60820,sell_contrast_m10_bb_pos,sell,2026-03-10 16:48:00,542.0 -60821,sell_contrast_m10_bb_pos,sell,2026-03-10 17:12:00,544.0 -60822,sell_contrast_m10_bb_pos,sell,2026-03-10 17:15:00,544.0 -60823,sell_contrast_m10_bb_pos,sell,2026-03-10 17:18:00,544.0 -60824,sell_contrast_m10_bb_pos,sell,2026-03-10 17:21:00,545.0 -60825,sell_contrast_m10_bb_pos,sell,2026-03-10 17:24:00,544.0 -60826,sell_contrast_m10_bb_pos,sell,2026-03-10 17:27:00,543.0 -60827,sell_contrast_m10_bb_pos,sell,2026-03-10 17:42:00,545.0 -60828,sell_contrast_m10_bb_pos,sell,2026-03-10 17:45:00,545.0 -60829,sell_contrast_m10_bb_pos,sell,2026-03-10 17:48:00,545.0 -60830,sell_contrast_m10_bb_pos,sell,2026-03-10 17:51:00,546.0 -60831,sell_contrast_m10_bb_pos,sell,2026-03-10 17:54:00,544.0 -60832,sell_contrast_m10_bb_pos,sell,2026-03-10 17:57:00,545.0 -60833,sell_contrast_m10_bb_pos,sell,2026-03-10 18:00:00,545.0 -60834,sell_contrast_m10_bb_pos,sell,2026-03-10 18:03:00,546.0 -60835,sell_contrast_m10_bb_pos,sell,2026-03-10 18:06:00,546.0 -60836,sell_contrast_m10_bb_pos,sell,2026-03-10 18:09:00,547.0 -60837,sell_contrast_m10_bb_pos,sell,2026-03-10 18:12:00,548.0 -60838,sell_contrast_m10_bb_pos,sell,2026-03-10 18:15:00,548.0 -60839,sell_contrast_m10_bb_pos,sell,2026-03-10 18:18:00,550.0 -60840,sell_contrast_m10_bb_pos,sell,2026-03-10 19:00:00,554.0 -60841,sell_contrast_m10_bb_pos,sell,2026-03-10 19:03:00,555.0 -60842,sell_contrast_m10_bb_pos,sell,2026-03-10 19:06:00,555.0 -60843,sell_contrast_m10_bb_pos,sell,2026-03-10 19:09:00,551.0 -60844,sell_contrast_m10_bb_pos,sell,2026-03-11 02:30:00,541.0 -60845,sell_contrast_m10_bb_pos,sell,2026-03-11 02:33:00,541.0 -60846,sell_contrast_m10_bb_pos,sell,2026-03-11 02:36:00,538.0 -60847,sell_contrast_m10_bb_pos,sell,2026-03-11 02:39:00,536.0 -60848,sell_contrast_m10_bb_pos,sell,2026-03-11 12:00:00,524.0 -60849,sell_contrast_m10_bb_pos,sell,2026-03-11 12:03:00,526.0 -60850,sell_contrast_m10_bb_pos,sell,2026-03-11 12:06:00,525.0 -60851,sell_contrast_m10_bb_pos,sell,2026-03-11 12:09:00,525.0 -60852,sell_contrast_m10_bb_pos,sell,2026-03-11 12:21:00,524.0 -60853,sell_contrast_m10_bb_pos,sell,2026-03-11 12:24:00,524.0 -60854,sell_contrast_m10_bb_pos,sell,2026-03-11 12:27:00,523.0 -60855,sell_contrast_m10_bb_pos,sell,2026-03-11 19:42:00,519.0 -60856,sell_contrast_m10_bb_pos,sell,2026-03-11 19:45:00,520.0 -60857,sell_contrast_m10_bb_pos,sell,2026-03-11 19:48:00,521.0 -60858,sell_contrast_m10_bb_pos,sell,2026-03-11 19:51:00,520.0 -60859,sell_contrast_m10_bb_pos,sell,2026-03-11 19:54:00,520.0 -60860,sell_contrast_m10_bb_pos,sell,2026-03-11 19:57:00,520.0 -60861,sell_contrast_m10_bb_pos,sell,2026-03-11 20:00:00,520.0 -60862,sell_contrast_m10_bb_pos,sell,2026-03-11 20:03:00,520.0 -60863,sell_contrast_m10_bb_pos,sell,2026-03-11 20:06:00,520.0 -60864,sell_contrast_m10_bb_pos,sell,2026-03-11 20:09:00,521.0 -60865,sell_contrast_m10_bb_pos,sell,2026-03-11 20:30:00,522.0 -60866,sell_contrast_m10_bb_pos,sell,2026-03-11 20:33:00,523.0 -60867,sell_contrast_m10_bb_pos,sell,2026-03-11 20:36:00,523.0 -60868,sell_contrast_m10_bb_pos,sell,2026-03-11 20:39:00,523.0 -60869,sell_contrast_m10_bb_pos,sell,2026-03-11 20:51:00,522.0 -60870,sell_contrast_m10_bb_pos,sell,2026-03-11 20:54:00,521.0 -60871,sell_contrast_m10_bb_pos,sell,2026-03-11 20:57:00,521.0 -60872,sell_contrast_m10_bb_pos,sell,2026-03-11 21:51:00,527.0 -60873,sell_contrast_m10_bb_pos,sell,2026-03-11 21:54:00,526.0 -60874,sell_contrast_m10_bb_pos,sell,2026-03-11 21:57:00,527.0 -60875,sell_contrast_m10_bb_pos,sell,2026-03-11 22:00:00,527.0 -60876,sell_contrast_m10_bb_pos,sell,2026-03-11 22:03:00,526.0 -60877,sell_contrast_m10_bb_pos,sell,2026-03-11 22:06:00,527.0 -60878,sell_contrast_m10_bb_pos,sell,2026-03-11 22:09:00,528.0 -60879,sell_contrast_m10_bb_pos,sell,2026-03-11 22:12:00,527.0 -60880,sell_contrast_m10_bb_pos,sell,2026-03-11 22:15:00,530.0 -60881,sell_contrast_m10_bb_pos,sell,2026-03-11 22:18:00,529.0 -60882,sell_contrast_m10_bb_pos,sell,2026-03-11 22:21:00,530.0 -60883,sell_contrast_m10_bb_pos,sell,2026-03-11 22:24:00,530.0 -60884,sell_contrast_m10_bb_pos,sell,2026-03-11 22:27:00,529.0 -60885,sell_contrast_m10_bb_pos,sell,2026-03-11 22:30:00,529.0 -60886,sell_contrast_m10_bb_pos,sell,2026-03-11 22:33:00,531.0 -60887,sell_contrast_m10_bb_pos,sell,2026-03-11 22:36:00,532.0 -60888,sell_contrast_m10_bb_pos,sell,2026-03-11 22:39:00,534.0 -60889,sell_contrast_m10_bb_pos,sell,2026-03-12 16:12:00,516.0 -60890,sell_contrast_m10_bb_pos,sell,2026-03-12 16:15:00,516.0 -60891,sell_contrast_m10_bb_pos,sell,2026-03-12 16:18:00,516.0 -60892,sell_contrast_m10_bb_pos,sell,2026-03-12 19:30:00,520.0 -60893,sell_contrast_m10_bb_pos,sell,2026-03-12 19:33:00,520.0 -60894,sell_contrast_m10_bb_pos,sell,2026-03-12 19:36:00,520.0 -60895,sell_contrast_m10_bb_pos,sell,2026-03-12 19:39:00,521.0 -60896,sell_contrast_m10_bb_pos,sell,2026-03-12 19:51:00,521.0 -60897,sell_contrast_m10_bb_pos,sell,2026-03-12 19:54:00,521.0 -60898,sell_contrast_m10_bb_pos,sell,2026-03-12 19:57:00,521.0 -60899,sell_contrast_m10_bb_pos,sell,2026-03-12 20:00:00,521.0 -60900,sell_contrast_m10_bb_pos,sell,2026-03-12 20:03:00,521.0 -60901,sell_contrast_m10_bb_pos,sell,2026-03-12 20:06:00,520.0 -60902,sell_contrast_m10_bb_pos,sell,2026-03-12 20:09:00,520.0 -60903,sell_contrast_m10_bb_pos,sell,2026-03-12 20:12:00,521.0 -60904,sell_contrast_m10_bb_pos,sell,2026-03-12 20:15:00,520.0 -60905,sell_contrast_m10_bb_pos,sell,2026-03-12 20:18:00,521.0 -60906,sell_contrast_m10_bb_pos,sell,2026-03-12 21:21:00,522.0 -60907,sell_contrast_m10_bb_pos,sell,2026-03-12 21:24:00,541.0 -60908,sell_contrast_m10_bb_pos,sell,2026-03-12 21:27:00,539.0 -60909,sell_contrast_m10_bb_pos,sell,2026-03-12 22:12:00,530.0 -60910,sell_contrast_m10_bb_pos,sell,2026-03-12 22:15:00,529.0 -60911,sell_contrast_m10_bb_pos,sell,2026-03-12 22:18:00,525.0 -60912,sell_contrast_m10_bb_pos,sell,2026-03-13 02:42:00,519.0 -60913,sell_contrast_m10_bb_pos,sell,2026-03-13 02:45:00,518.0 -60914,sell_contrast_m10_bb_pos,sell,2026-03-13 02:48:00,520.0 -60915,sell_contrast_m10_bb_pos,sell,2026-03-13 02:51:00,519.0 -60916,sell_contrast_m10_bb_pos,sell,2026-03-13 02:54:00,517.0 -60917,sell_contrast_m10_bb_pos,sell,2026-03-13 02:57:00,519.0 -60918,sell_contrast_m10_bb_pos,sell,2026-03-13 03:12:00,521.0 -60919,sell_contrast_m10_bb_pos,sell,2026-03-13 03:15:00,522.0 -60920,sell_contrast_m10_bb_pos,sell,2026-03-13 03:18:00,521.0 -60921,sell_contrast_m10_bb_pos,sell,2026-03-13 03:21:00,519.0 -60922,sell_contrast_m10_bb_pos,sell,2026-03-13 03:24:00,521.0 -60923,sell_contrast_m10_bb_pos,sell,2026-03-13 03:27:00,521.0 -60924,sell_contrast_m10_bb_pos,sell,2026-03-13 03:42:00,522.0 -60925,sell_contrast_m10_bb_pos,sell,2026-03-13 03:45:00,522.0 -60926,sell_contrast_m10_bb_pos,sell,2026-03-13 03:48:00,522.0 -60927,sell_contrast_m10_bb_pos,sell,2026-03-13 04:00:00,524.0 -60928,sell_contrast_m10_bb_pos,sell,2026-03-13 04:03:00,523.0 -60929,sell_contrast_m10_bb_pos,sell,2026-03-13 04:06:00,523.0 -60930,sell_contrast_m10_bb_pos,sell,2026-03-13 04:09:00,523.0 -60931,sell_contrast_m10_bb_pos,sell,2026-03-13 04:42:00,530.0 -60932,sell_contrast_m10_bb_pos,sell,2026-03-13 04:45:00,530.0 -60933,sell_contrast_m10_bb_pos,sell,2026-03-13 04:48:00,528.0 -60934,sell_contrast_m10_bb_pos,sell,2026-03-13 04:51:00,528.0 -60935,sell_contrast_m10_bb_pos,sell,2026-03-13 04:54:00,528.0 -60936,sell_contrast_m10_bb_pos,sell,2026-03-13 04:57:00,528.0 -60937,sell_contrast_m10_bb_pos,sell,2026-03-13 07:12:00,529.0 -60938,sell_contrast_m10_bb_pos,sell,2026-03-13 07:15:00,529.0 -60939,sell_contrast_m10_bb_pos,sell,2026-03-13 07:18:00,529.0 -60940,sell_contrast_m10_bb_pos,sell,2026-03-13 09:21:00,531.0 -60941,sell_contrast_m10_bb_pos,sell,2026-03-13 09:24:00,532.0 -60942,sell_contrast_m10_bb_pos,sell,2026-03-13 09:27:00,532.0 -60943,sell_contrast_m10_bb_pos,sell,2026-03-13 10:00:00,533.0 -60944,sell_contrast_m10_bb_pos,sell,2026-03-13 10:03:00,534.0 -60945,sell_contrast_m10_bb_pos,sell,2026-03-13 10:06:00,535.0 -60946,sell_contrast_m10_bb_pos,sell,2026-03-13 10:09:00,534.0 -60947,sell_contrast_m10_bb_pos,sell,2026-03-13 10:30:00,534.0 -60948,sell_contrast_m10_bb_pos,sell,2026-03-13 10:33:00,534.0 -60949,sell_contrast_m10_bb_pos,sell,2026-03-13 10:36:00,534.0 -60950,sell_contrast_m10_bb_pos,sell,2026-03-13 10:39:00,533.0 -60951,sell_contrast_m10_bb_pos,sell,2026-03-13 10:51:00,537.0 -60952,sell_contrast_m10_bb_pos,sell,2026-03-13 10:54:00,536.0 -60953,sell_contrast_m10_bb_pos,sell,2026-03-13 10:57:00,536.0 -60954,sell_contrast_m10_bb_pos,sell,2026-03-13 11:00:00,538.0 -60955,sell_contrast_m10_bb_pos,sell,2026-03-13 11:03:00,537.0 -60956,sell_contrast_m10_bb_pos,sell,2026-03-13 11:06:00,537.0 -60957,sell_contrast_m10_bb_pos,sell,2026-03-13 11:09:00,537.0 -60958,sell_contrast_m10_bb_pos,sell,2026-03-13 11:12:00,538.0 -60959,sell_contrast_m10_bb_pos,sell,2026-03-13 11:15:00,537.0 -60960,sell_contrast_m10_bb_pos,sell,2026-03-13 11:18:00,534.0 -60961,sell_contrast_m10_bb_pos,sell,2026-03-13 13:21:00,539.0 -60962,sell_contrast_m10_bb_pos,sell,2026-03-13 13:24:00,539.0 -60963,sell_contrast_m10_bb_pos,sell,2026-03-13 13:27:00,538.0 -60964,sell_contrast_m10_bb_pos,sell,2026-03-13 16:30:00,539.0 -60965,sell_contrast_m10_bb_pos,sell,2026-03-13 16:33:00,538.0 -60966,sell_contrast_m10_bb_pos,sell,2026-03-13 16:36:00,539.0 -60967,sell_contrast_m10_bb_pos,sell,2026-03-13 16:39:00,539.0 -60968,sell_contrast_m10_bb_pos,sell,2026-03-13 16:42:00,540.0 -60969,sell_contrast_m10_bb_pos,sell,2026-03-13 16:45:00,540.0 -60970,sell_contrast_m10_bb_pos,sell,2026-03-13 16:48:00,540.0 -60971,sell_contrast_m10_bb_pos,sell,2026-03-13 19:21:00,542.0 -60972,sell_contrast_m10_bb_pos,sell,2026-03-13 19:24:00,543.0 -60973,sell_contrast_m10_bb_pos,sell,2026-03-13 19:27:00,542.0 -60974,sell_contrast_m10_bb_pos,sell,2026-03-13 19:30:00,542.0 -60975,sell_contrast_m10_bb_pos,sell,2026-03-13 19:33:00,543.0 -60976,sell_contrast_m10_bb_pos,sell,2026-03-13 19:36:00,542.0 -60977,sell_contrast_m10_bb_pos,sell,2026-03-13 19:39:00,542.0 -60978,sell_contrast_m10_bb_pos,sell,2026-03-13 19:51:00,543.0 -60979,sell_contrast_m10_bb_pos,sell,2026-03-13 19:54:00,541.0 -60980,sell_contrast_m10_bb_pos,sell,2026-03-13 19:57:00,542.0 -60981,sell_contrast_m10_bb_pos,sell,2026-03-13 22:30:00,550.0 -60982,sell_contrast_m10_bb_pos,sell,2026-03-13 22:33:00,550.0 -60983,sell_contrast_m10_bb_pos,sell,2026-03-13 22:36:00,549.0 -60984,sell_contrast_m10_bb_pos,sell,2026-03-13 22:39:00,550.0 -60985,sell_contrast_m10_bb_pos,sell,2026-03-13 22:42:00,549.0 -60986,sell_contrast_m10_bb_pos,sell,2026-03-13 22:45:00,550.0 -60987,sell_contrast_m10_bb_pos,sell,2026-03-13 22:48:00,550.0 -60988,sell_contrast_m10_bb_pos,sell,2026-03-13 23:00:00,550.0 -60989,sell_contrast_m10_bb_pos,sell,2026-03-13 23:03:00,549.0 -60990,sell_contrast_m10_bb_pos,sell,2026-03-13 23:06:00,549.0 -60991,sell_contrast_m10_bb_pos,sell,2026-03-13 23:09:00,548.0 -60992,sell_contrast_m10_bb_pos,sell,2026-03-14 11:51:00,528.0 -60993,sell_contrast_m10_bb_pos,sell,2026-03-14 11:54:00,529.0 -60994,sell_contrast_m10_bb_pos,sell,2026-03-14 11:57:00,529.0 -60995,sell_contrast_m10_bb_pos,sell,2026-03-14 12:42:00,529.0 -60996,sell_contrast_m10_bb_pos,sell,2026-03-14 12:45:00,529.0 -60997,sell_contrast_m10_bb_pos,sell,2026-03-14 12:48:00,529.0 -60998,sell_contrast_m10_bb_pos,sell,2026-03-14 12:51:00,530.0 -60999,sell_contrast_m10_bb_pos,sell,2026-03-14 12:54:00,529.0 -61000,sell_contrast_m10_bb_pos,sell,2026-03-14 12:57:00,530.0 -61001,sell_contrast_m10_bb_pos,sell,2026-03-14 20:51:00,521.0 -61002,sell_contrast_m10_bb_pos,sell,2026-03-14 20:54:00,522.0 -61003,sell_contrast_m10_bb_pos,sell,2026-03-14 20:57:00,522.0 -61004,sell_contrast_m10_bb_pos,sell,2026-03-15 00:21:00,521.0 -61005,sell_contrast_m10_bb_pos,sell,2026-03-15 00:24:00,521.0 -61006,sell_contrast_m10_bb_pos,sell,2026-03-15 00:27:00,521.0 -61007,sell_contrast_m10_bb_pos,sell,2026-03-15 01:00:00,522.0 -61008,sell_contrast_m10_bb_pos,sell,2026-03-15 01:03:00,522.0 -61009,sell_contrast_m10_bb_pos,sell,2026-03-15 01:06:00,520.0 -61010,sell_contrast_m10_bb_pos,sell,2026-03-15 01:09:00,522.0 -61011,sell_contrast_m10_bb_pos,sell,2026-03-15 02:00:00,526.0 -61012,sell_contrast_m10_bb_pos,sell,2026-03-15 02:03:00,526.0 -61013,sell_contrast_m10_bb_pos,sell,2026-03-15 02:06:00,526.0 -61014,sell_contrast_m10_bb_pos,sell,2026-03-15 02:09:00,525.0 -61015,sell_contrast_m10_bb_pos,sell,2026-03-15 02:21:00,526.0 -61016,sell_contrast_m10_bb_pos,sell,2026-03-15 02:24:00,526.0 -61017,sell_contrast_m10_bb_pos,sell,2026-03-15 02:27:00,526.0 -61018,sell_contrast_m10_bb_pos,sell,2026-03-15 07:12:00,523.0 -61019,sell_contrast_m10_bb_pos,sell,2026-03-15 07:15:00,523.0 -61020,sell_contrast_m10_bb_pos,sell,2026-03-15 07:30:00,523.0 -61021,sell_contrast_m10_bb_pos,sell,2026-03-15 07:33:00,524.0 -61022,sell_contrast_m10_bb_pos,sell,2026-03-15 07:36:00,523.0 -61023,sell_contrast_m10_bb_pos,sell,2026-03-15 07:39:00,523.0 -61024,sell_contrast_m10_bb_pos,sell,2026-03-15 07:42:00,523.0 -61025,sell_contrast_m10_bb_pos,sell,2026-03-15 07:45:00,523.0 -61026,sell_contrast_m10_bb_pos,sell,2026-03-15 07:48:00,524.0 -61027,sell_contrast_m10_bb_pos,sell,2026-03-15 07:51:00,523.0 -61028,sell_contrast_m10_bb_pos,sell,2026-03-15 07:54:00,523.0 -61029,sell_contrast_m10_bb_pos,sell,2026-03-15 07:57:00,522.0 -61030,sell_contrast_m10_bb_pos,sell,2026-03-15 08:30:00,525.0 -61031,sell_contrast_m10_bb_pos,sell,2026-03-15 08:33:00,526.0 -61032,sell_contrast_m10_bb_pos,sell,2026-03-15 08:36:00,526.0 -61033,sell_contrast_m10_bb_pos,sell,2026-03-15 08:39:00,527.0 -61034,sell_contrast_m10_bb_pos,sell,2026-03-15 10:51:00,528.0 -61035,sell_contrast_m10_bb_pos,sell,2026-03-15 10:54:00,528.0 -61036,sell_contrast_m10_bb_pos,sell,2026-03-15 10:57:00,527.0 -61037,sell_contrast_m10_bb_pos,sell,2026-03-15 11:00:00,527.0 -61038,sell_contrast_m10_bb_pos,sell,2026-03-15 11:03:00,531.0 -61039,sell_contrast_m10_bb_pos,sell,2026-03-15 11:06:00,530.0 -61040,sell_contrast_m10_bb_pos,sell,2026-03-15 11:09:00,532.0 -61041,sell_contrast_m10_bb_pos,sell,2026-03-15 11:30:00,530.0 -61042,sell_contrast_m10_bb_pos,sell,2026-03-15 11:33:00,530.0 -61043,sell_contrast_m10_bb_pos,sell,2026-03-15 11:36:00,530.0 -61044,sell_contrast_m10_bb_pos,sell,2026-03-15 11:39:00,530.0 -61045,sell_contrast_m10_bb_pos,sell,2026-03-15 11:42:00,531.0 -61046,sell_contrast_m10_bb_pos,sell,2026-03-15 11:45:00,533.0 -61047,sell_contrast_m10_bb_pos,sell,2026-03-15 11:48:00,534.0 -61048,sell_contrast_m10_bb_pos,sell,2026-03-15 12:00:00,533.0 -61049,sell_contrast_m10_bb_pos,sell,2026-03-15 12:03:00,533.0 -61050,sell_contrast_m10_bb_pos,sell,2026-03-15 12:06:00,533.0 -61051,sell_contrast_m10_bb_pos,sell,2026-03-15 12:09:00,533.0 -61052,sell_contrast_m10_bb_pos,sell,2026-03-15 12:12:00,533.0 -61053,sell_contrast_m10_bb_pos,sell,2026-03-15 12:15:00,534.0 -61054,sell_contrast_m10_bb_pos,sell,2026-03-15 12:18:00,535.0 -61055,sell_contrast_m10_bb_pos,sell,2026-03-15 17:00:00,530.0 -61056,sell_contrast_m10_bb_pos,sell,2026-03-15 17:03:00,531.0 -61057,sell_contrast_m10_bb_pos,sell,2026-03-15 17:06:00,531.0 -61058,sell_contrast_m10_bb_pos,sell,2026-03-15 17:09:00,529.0 -61059,sell_contrast_m10_bb_pos,sell,2026-03-15 17:51:00,530.0 -61060,sell_contrast_m10_bb_pos,sell,2026-03-15 17:54:00,530.0 -61061,sell_contrast_m10_bb_pos,sell,2026-03-15 17:57:00,529.0 -61062,sell_contrast_m10_bb_pos,sell,2026-03-15 18:21:00,532.0 -61063,sell_contrast_m10_bb_pos,sell,2026-03-15 18:24:00,532.0 -61064,sell_contrast_m10_bb_pos,sell,2026-03-15 18:27:00,530.0 -61065,sell_contrast_m10_bb_pos,sell,2026-03-15 21:30:00,531.0 -61066,sell_contrast_m10_bb_pos,sell,2026-03-15 21:33:00,532.0 -61067,sell_contrast_m10_bb_pos,sell,2026-03-15 21:36:00,532.0 -61068,sell_contrast_m10_bb_pos,sell,2026-03-15 21:39:00,532.0 -61069,sell_contrast_m10_bb_pos,sell,2026-03-16 01:12:00,529.0 -61070,sell_contrast_m10_bb_pos,sell,2026-03-16 01:15:00,531.0 -61071,sell_contrast_m10_bb_pos,sell,2026-03-16 01:18:00,530.0 -61072,sell_contrast_m10_bb_pos,sell,2026-03-16 01:30:00,530.0 -61073,sell_contrast_m10_bb_pos,sell,2026-03-16 01:33:00,528.0 -61074,sell_contrast_m10_bb_pos,sell,2026-03-16 01:36:00,529.0 -61075,sell_contrast_m10_bb_pos,sell,2026-03-16 01:39:00,530.0 -61076,sell_contrast_m10_bb_pos,sell,2026-03-16 01:42:00,530.0 -61077,sell_contrast_m10_bb_pos,sell,2026-03-16 01:45:00,529.0 -61078,sell_contrast_m10_bb_pos,sell,2026-03-16 01:48:00,529.0 -61079,sell_contrast_m10_bb_pos,sell,2026-03-16 02:51:00,531.0 -61080,sell_contrast_m10_bb_pos,sell,2026-03-16 02:54:00,535.0 -61081,sell_contrast_m10_bb_pos,sell,2026-03-16 02:57:00,533.0 -61082,sell_contrast_m10_bb_pos,sell,2026-03-16 03:21:00,532.0 -61083,sell_contrast_m10_bb_pos,sell,2026-03-16 03:24:00,532.0 -61084,sell_contrast_m10_bb_pos,sell,2026-03-16 03:27:00,532.0 -61085,sell_contrast_m10_bb_pos,sell,2026-03-16 03:42:00,533.0 -61086,sell_contrast_m10_bb_pos,sell,2026-03-16 03:45:00,533.0 -61087,sell_contrast_m10_bb_pos,sell,2026-03-16 03:48:00,531.0 -61088,sell_contrast_m10_bb_pos,sell,2026-03-16 06:51:00,535.0 -61089,sell_contrast_m10_bb_pos,sell,2026-03-16 06:54:00,535.0 -61090,sell_contrast_m10_bb_pos,sell,2026-03-16 06:57:00,535.0 -61091,sell_contrast_m10_bb_pos,sell,2026-03-16 07:00:00,535.0 -61092,sell_contrast_m10_bb_pos,sell,2026-03-16 07:03:00,536.0 -61093,sell_contrast_m10_bb_pos,sell,2026-03-16 07:06:00,535.0 -61094,sell_contrast_m10_bb_pos,sell,2026-03-16 07:09:00,535.0 -61095,sell_contrast_m10_bb_pos,sell,2026-03-16 07:12:00,533.0 -61096,sell_contrast_m10_bb_pos,sell,2026-03-16 07:15:00,532.0 -61097,sell_contrast_m10_bb_pos,sell,2026-03-16 07:18:00,532.0 -61098,sell_contrast_m10_bb_pos,sell,2026-03-16 07:51:00,536.0 -61099,sell_contrast_m10_bb_pos,sell,2026-03-16 07:54:00,536.0 -61100,sell_contrast_m10_bb_pos,sell,2026-03-16 07:57:00,536.0 -61101,sell_contrast_m10_bb_pos,sell,2026-03-16 08:00:00,536.0 -61102,sell_contrast_m10_bb_pos,sell,2026-03-16 08:03:00,537.0 -61103,sell_contrast_m10_bb_pos,sell,2026-03-16 08:06:00,537.0 -61104,sell_contrast_m10_bb_pos,sell,2026-03-16 08:09:00,538.0 -61105,sell_contrast_m10_bb_pos,sell,2026-03-16 09:00:00,537.0 -61106,sell_contrast_m10_bb_pos,sell,2026-03-16 09:03:00,538.0 -61107,sell_contrast_m10_bb_pos,sell,2026-03-16 09:06:00,538.0 -61108,sell_contrast_m10_bb_pos,sell,2026-03-16 09:09:00,539.0 -61109,sell_contrast_m10_bb_pos,sell,2026-03-16 11:00:00,538.0 -61110,sell_contrast_m10_bb_pos,sell,2026-03-16 11:03:00,537.0 -61111,sell_contrast_m10_bb_pos,sell,2026-03-16 11:06:00,537.0 -61112,sell_contrast_m10_bb_pos,sell,2026-03-16 11:09:00,538.0 -61113,sell_contrast_m10_bb_pos,sell,2026-03-16 12:00:00,538.0 -61114,sell_contrast_m10_bb_pos,sell,2026-03-16 12:03:00,537.0 -61115,sell_contrast_m10_bb_pos,sell,2026-03-16 12:06:00,539.0 -61116,sell_contrast_m10_bb_pos,sell,2026-03-16 12:09:00,538.0 -61117,sell_contrast_m10_bb_pos,sell,2026-03-16 12:51:00,545.0 -61118,sell_contrast_m10_bb_pos,sell,2026-03-16 12:54:00,545.0 -61119,sell_contrast_m10_bb_pos,sell,2026-03-16 12:57:00,545.0 -61120,sell_contrast_m10_bb_pos,sell,2026-03-16 13:21:00,548.0 -61121,sell_contrast_m10_bb_pos,sell,2026-03-16 13:24:00,547.0 -61122,sell_contrast_m10_bb_pos,sell,2026-03-16 13:27:00,547.0 -61123,sell_contrast_m10_bb_pos,sell,2026-03-16 13:30:00,548.0 -61124,sell_contrast_m10_bb_pos,sell,2026-03-16 13:33:00,547.0 -61125,sell_contrast_m10_bb_pos,sell,2026-03-16 13:36:00,546.0 -61126,sell_contrast_m10_bb_pos,sell,2026-03-16 13:39:00,549.0 -61127,sell_contrast_m10_bb_pos,sell,2026-03-16 13:42:00,548.0 -61128,sell_contrast_m10_bb_pos,sell,2026-03-16 13:45:00,548.0 -61129,sell_contrast_m10_bb_pos,sell,2026-03-16 13:48:00,550.0 -61130,sell_contrast_m10_bb_pos,sell,2026-03-16 13:51:00,550.0 -61131,sell_contrast_m10_bb_pos,sell,2026-03-16 13:54:00,551.0 -61132,sell_contrast_m10_bb_pos,sell,2026-03-16 13:57:00,552.0 -61133,sell_contrast_m10_bb_pos,sell,2026-03-16 14:00:00,552.0 -61134,sell_contrast_m10_bb_pos,sell,2026-03-16 14:03:00,552.0 -61135,sell_contrast_m10_bb_pos,sell,2026-03-16 14:06:00,554.0 -61136,sell_contrast_m10_bb_pos,sell,2026-03-16 14:09:00,555.0 -61137,sell_contrast_m10_bb_pos,sell,2026-03-16 14:12:00,555.0 -61138,sell_contrast_m10_bb_pos,sell,2026-03-16 14:15:00,553.0 -61139,sell_contrast_m10_bb_pos,sell,2026-03-16 14:18:00,554.0 -61140,sell_contrast_m10_bb_pos,sell,2026-03-16 14:30:00,555.0 -61141,sell_contrast_m10_bb_pos,sell,2026-03-16 14:33:00,554.0 -61142,sell_contrast_m10_bb_pos,sell,2026-03-16 14:36:00,554.0 -61143,sell_contrast_m10_bb_pos,sell,2026-03-16 14:39:00,556.0 -61144,sell_contrast_m10_bb_pos,sell,2026-03-16 14:42:00,556.0 -61145,sell_contrast_m10_bb_pos,sell,2026-03-16 14:45:00,557.0 -61146,sell_contrast_m10_bb_pos,sell,2026-03-16 14:48:00,556.0 -61147,sell_contrast_m10_bb_pos,sell,2026-03-16 14:51:00,557.0 -61148,sell_contrast_m10_bb_pos,sell,2026-03-16 14:54:00,557.0 -61149,sell_contrast_m10_bb_pos,sell,2026-03-16 14:57:00,557.0 -61150,sell_contrast_m10_bb_pos,sell,2026-03-16 15:00:00,558.0 -61151,sell_contrast_m10_bb_pos,sell,2026-03-16 15:03:00,556.0 -61152,sell_contrast_m10_bb_pos,sell,2026-03-16 15:06:00,554.0 -61153,sell_contrast_m10_bb_pos,sell,2026-03-16 15:09:00,554.0 -61154,sell_contrast_m10_bb_pos,sell,2026-03-16 15:21:00,557.0 -61155,sell_contrast_m10_bb_pos,sell,2026-03-16 15:24:00,558.0 -61156,sell_contrast_m10_bb_pos,sell,2026-03-16 15:27:00,557.0 -61157,sell_contrast_m10_bb_pos,sell,2026-03-16 15:30:00,559.0 -61158,sell_contrast_m10_bb_pos,sell,2026-03-16 15:33:00,558.0 -61159,sell_contrast_m10_bb_pos,sell,2026-03-16 15:36:00,559.0 -61160,sell_contrast_m10_bb_pos,sell,2026-03-16 15:39:00,559.0 -61161,sell_contrast_m10_bb_pos,sell,2026-03-16 15:42:00,560.0 -61162,sell_contrast_m10_bb_pos,sell,2026-03-16 15:45:00,561.0 -61163,sell_contrast_m10_bb_pos,sell,2026-03-16 15:48:00,560.0 -61164,sell_contrast_m10_bb_pos,sell,2026-03-16 16:12:00,564.0 -61165,sell_contrast_m10_bb_pos,sell,2026-03-16 16:15:00,562.0 -61166,sell_contrast_m10_bb_pos,sell,2026-03-16 16:18:00,562.0 -61167,sell_contrast_m10_bb_pos,sell,2026-03-16 16:21:00,561.0 -61168,sell_contrast_m10_bb_pos,sell,2026-03-16 16:24:00,563.0 -61169,sell_contrast_m10_bb_pos,sell,2026-03-16 16:27:00,563.0 -61170,sell_contrast_m10_bb_pos,sell,2026-03-16 16:42:00,565.0 -61171,sell_contrast_m10_bb_pos,sell,2026-03-16 16:45:00,566.0 -61172,sell_contrast_m10_bb_pos,sell,2026-03-16 16:48:00,567.0 -61173,sell_contrast_m10_bb_pos,sell,2026-03-16 16:51:00,563.0 -61174,sell_contrast_m10_bb_pos,sell,2026-03-16 16:54:00,563.0 -61175,sell_contrast_m10_bb_pos,sell,2026-03-16 16:57:00,564.0 -61176,sell_contrast_m10_bb_pos,sell,2026-03-16 17:21:00,565.0 -61177,sell_contrast_m10_bb_pos,sell,2026-03-16 17:24:00,565.0 -61178,sell_contrast_m10_bb_pos,sell,2026-03-16 17:27:00,564.0 -61179,sell_contrast_m10_bb_pos,sell,2026-03-16 21:42:00,562.0 -61180,sell_contrast_m10_bb_pos,sell,2026-03-16 21:45:00,561.0 -61181,sell_contrast_m10_bb_pos,sell,2026-03-16 21:48:00,560.0 -61182,sell_contrast_m10_bb_pos,sell,2026-03-16 22:51:00,565.0 -61183,sell_contrast_m10_bb_pos,sell,2026-03-16 22:54:00,563.0 -61184,sell_contrast_m10_bb_pos,sell,2026-03-16 22:57:00,563.0 -61185,sell_contrast_m10_bb_pos,sell,2026-03-16 23:00:00,564.0 -61186,sell_contrast_m10_bb_pos,sell,2026-03-16 23:03:00,565.0 -61187,sell_contrast_m10_bb_pos,sell,2026-03-16 23:06:00,564.0 -61188,sell_contrast_m10_bb_pos,sell,2026-03-16 23:09:00,566.0 -61189,sell_contrast_m10_bb_pos,sell,2026-03-16 23:12:00,565.0 -61190,sell_contrast_m10_bb_pos,sell,2026-03-16 23:15:00,565.0 -61191,sell_contrast_m10_bb_pos,sell,2026-03-16 23:18:00,565.0 -61192,sell_contrast_m10_bb_pos,sell,2026-03-17 00:00:00,565.0 -61193,sell_contrast_m10_bb_pos,sell,2026-03-17 00:03:00,566.0 -61194,sell_contrast_m10_bb_pos,sell,2026-03-17 00:06:00,566.0 -61195,sell_contrast_m10_bb_pos,sell,2026-03-17 00:09:00,566.0 -61196,sell_contrast_m10_bb_pos,sell,2026-03-17 00:12:00,564.0 -61197,sell_contrast_m10_bb_pos,sell,2026-03-17 00:15:00,565.0 -61198,sell_contrast_m10_bb_pos,sell,2026-03-17 00:18:00,566.0 -61199,sell_contrast_m10_bb_pos,sell,2026-03-17 00:30:00,566.0 -61200,sell_contrast_m10_bb_pos,sell,2026-03-17 00:33:00,566.0 -61201,sell_contrast_m10_bb_pos,sell,2026-03-17 00:36:00,566.0 -61202,sell_contrast_m10_bb_pos,sell,2026-03-17 00:39:00,564.0 -61203,sell_contrast_m10_bb_pos,sell,2026-03-17 01:12:00,569.0 -61204,sell_contrast_m10_bb_pos,sell,2026-03-17 01:15:00,571.0 -61205,sell_contrast_m10_bb_pos,sell,2026-03-17 01:18:00,575.0 -61206,sell_contrast_m10_bb_pos,sell,2026-03-17 02:21:00,582.0 -61207,sell_contrast_m10_bb_pos,sell,2026-03-17 02:24:00,582.0 -61208,sell_contrast_m10_bb_pos,sell,2026-03-17 02:27:00,583.0 -61209,sell_contrast_m10_bb_pos,sell,2026-03-17 05:30:00,582.0 -61210,sell_contrast_m10_bb_pos,sell,2026-03-17 05:33:00,581.0 -61211,sell_contrast_m10_bb_pos,sell,2026-03-17 05:36:00,583.0 -61212,sell_contrast_m10_bb_pos,sell,2026-03-17 05:39:00,582.0 -61213,sell_contrast_m10_bb_pos,sell,2026-03-17 06:12:00,584.0 -61214,sell_contrast_m10_bb_pos,sell,2026-03-17 06:15:00,584.0 -61215,sell_contrast_m10_bb_pos,sell,2026-03-17 06:18:00,586.0 -61216,sell_contrast_m10_bb_pos,sell,2026-03-17 06:21:00,583.0 -61217,sell_contrast_m10_bb_pos,sell,2026-03-17 06:24:00,585.0 -61218,sell_contrast_m10_bb_pos,sell,2026-03-17 06:27:00,584.0 -61219,sell_contrast_m10_bb_pos,sell,2026-03-17 06:42:00,588.0 -61220,sell_contrast_m10_bb_pos,sell,2026-03-17 06:45:00,588.0 -61221,sell_contrast_m10_bb_pos,sell,2026-03-17 06:48:00,589.0 -61222,sell_contrast_m10_bb_pos,sell,2026-03-17 07:30:00,591.0 -61223,sell_contrast_m10_bb_pos,sell,2026-03-17 07:33:00,591.0 -61224,sell_contrast_m10_bb_pos,sell,2026-03-17 07:36:00,592.0 -61225,sell_contrast_m10_bb_pos,sell,2026-03-17 07:39:00,594.0 -61226,sell_contrast_m10_bb_pos,sell,2026-03-17 07:42:00,592.0 -61227,sell_contrast_m10_bb_pos,sell,2026-03-17 07:45:00,593.0 -61228,sell_contrast_m10_bb_pos,sell,2026-03-17 07:48:00,594.0 -61229,sell_contrast_m10_bb_pos,sell,2026-03-17 07:51:00,592.0 -61230,sell_contrast_m10_bb_pos,sell,2026-03-17 07:54:00,595.0 -61231,sell_contrast_m10_bb_pos,sell,2026-03-17 07:57:00,592.0 -61232,sell_contrast_m10_bb_pos,sell,2026-03-17 11:42:00,588.0 -61233,sell_contrast_m10_bb_pos,sell,2026-03-17 11:45:00,588.0 -61234,sell_contrast_m10_bb_pos,sell,2026-03-17 11:48:00,587.0 -61235,sell_contrast_m10_bb_pos,sell,2026-03-17 16:51:00,582.0 -61236,sell_contrast_m10_bb_pos,sell,2026-03-17 16:54:00,582.0 -61237,sell_contrast_m10_bb_pos,sell,2026-03-17 16:57:00,582.0 -61238,sell_contrast_m10_bb_pos,sell,2026-03-18 01:30:00,582.0 -61239,sell_contrast_m10_bb_pos,sell,2026-03-18 01:33:00,581.0 -61240,sell_contrast_m10_bb_pos,sell,2026-03-18 01:36:00,579.0 -61241,sell_contrast_m10_bb_pos,sell,2026-03-18 01:39:00,579.0 -61242,sell_contrast_m10_bb_pos,sell,2026-03-18 02:51:00,585.0 -61243,sell_contrast_m10_bb_pos,sell,2026-03-18 02:54:00,586.0 -61244,sell_contrast_m10_bb_pos,sell,2026-03-18 02:57:00,586.0 -61245,sell_contrast_m10_bb_pos,sell,2026-03-18 03:00:00,586.0 -61246,sell_contrast_m10_bb_pos,sell,2026-03-18 03:03:00,584.0 -61247,sell_contrast_m10_bb_pos,sell,2026-03-18 03:06:00,585.0 -61248,sell_contrast_m10_bb_pos,sell,2026-03-18 03:09:00,586.0 -61249,sell_contrast_m10_bb_pos,sell,2026-03-18 03:12:00,587.0 -61250,sell_contrast_m10_bb_pos,sell,2026-03-18 03:15:00,586.0 -61251,sell_contrast_m10_bb_pos,sell,2026-03-18 03:18:00,585.0 -61252,sell_contrast_m10_bb_pos,sell,2026-03-18 03:21:00,585.0 -61253,sell_contrast_m10_bb_pos,sell,2026-03-18 03:24:00,584.0 -61254,sell_contrast_m10_bb_pos,sell,2026-03-18 03:27:00,582.0 -61255,sell_contrast_m10_bb_pos,sell,2026-03-18 04:51:00,585.0 -61256,sell_contrast_m10_bb_pos,sell,2026-03-18 04:54:00,585.0 -61257,sell_contrast_m10_bb_pos,sell,2026-03-18 04:57:00,583.0 -61258,sell_contrast_m10_bb_pos,sell,2026-03-18 05:30:00,587.0 -61259,sell_contrast_m10_bb_pos,sell,2026-03-18 05:33:00,586.0 -61260,sell_contrast_m10_bb_pos,sell,2026-03-18 05:36:00,585.0 -61261,sell_contrast_m10_bb_pos,sell,2026-03-18 05:39:00,584.0 -61262,sell_contrast_m10_bb_pos,sell,2026-03-18 06:30:00,588.0 -61263,sell_contrast_m10_bb_pos,sell,2026-03-18 06:33:00,588.0 -61264,sell_contrast_m10_bb_pos,sell,2026-03-18 06:36:00,588.0 -61265,sell_contrast_m10_bb_pos,sell,2026-03-18 06:39:00,589.0 -61266,sell_contrast_m10_bb_pos,sell,2026-03-18 06:42:00,589.0 -61267,sell_contrast_m10_bb_pos,sell,2026-03-18 06:45:00,589.0 -61268,sell_contrast_m10_bb_pos,sell,2026-03-18 06:48:00,590.0 -61269,sell_contrast_m10_bb_pos,sell,2026-03-18 07:00:00,589.0 -61270,sell_contrast_m10_bb_pos,sell,2026-03-18 07:03:00,590.0 -61271,sell_contrast_m10_bb_pos,sell,2026-03-18 07:06:00,591.0 -61272,sell_contrast_m10_bb_pos,sell,2026-03-18 07:09:00,589.0 -61273,sell_contrast_m10_bb_pos,sell,2026-03-18 11:51:00,584.0 -61274,sell_contrast_m10_bb_pos,sell,2026-03-18 11:54:00,583.0 -61275,sell_contrast_m10_bb_pos,sell,2026-03-18 11:57:00,584.0 -61276,sell_contrast_m10_bb_pos,sell,2026-03-18 12:42:00,587.0 -61277,sell_contrast_m10_bb_pos,sell,2026-03-18 12:45:00,586.0 -61278,sell_contrast_m10_bb_pos,sell,2026-03-18 12:48:00,585.0 -61279,sell_contrast_m10_bb_pos,sell,2026-03-18 13:00:00,587.0 -61280,sell_contrast_m10_bb_pos,sell,2026-03-18 13:03:00,586.0 -61281,sell_contrast_m10_bb_pos,sell,2026-03-18 13:06:00,587.0 -61282,sell_contrast_m10_bb_pos,sell,2026-03-18 13:09:00,587.0 -61283,sell_contrast_m10_bb_pos,sell,2026-03-18 14:30:00,590.0 -61284,sell_contrast_m10_bb_pos,sell,2026-03-18 14:33:00,589.0 -61285,sell_contrast_m10_bb_pos,sell,2026-03-18 14:36:00,588.0 -61286,sell_contrast_m10_bb_pos,sell,2026-03-18 14:39:00,587.0 -61287,sell_contrast_m10_bb_pos,sell,2026-03-19 03:12:00,544.0 -61288,sell_contrast_m10_bb_pos,sell,2026-03-19 03:15:00,543.0 -61289,sell_contrast_m10_bb_pos,sell,2026-03-19 03:18:00,543.0 -61290,sell_contrast_m10_bb_pos,sell,2026-03-19 03:42:00,544.0 -61291,sell_contrast_m10_bb_pos,sell,2026-03-19 03:45:00,543.0 -61292,sell_contrast_m10_bb_pos,sell,2026-03-19 03:48:00,543.0 -61293,sell_contrast_m10_bb_pos,sell,2026-03-19 05:42:00,545.0 -61294,sell_contrast_m10_bb_pos,sell,2026-03-19 05:45:00,544.0 -61295,sell_contrast_m10_bb_pos,sell,2026-03-19 05:48:00,544.0 -61296,sell_contrast_m10_bb_pos,sell,2026-03-19 05:51:00,545.0 -61297,sell_contrast_m10_bb_pos,sell,2026-03-19 05:54:00,545.0 -61298,sell_contrast_m10_bb_pos,sell,2026-03-19 05:57:00,545.0 -61299,sell_contrast_m10_bb_pos,sell,2026-03-19 06:00:00,545.0 -61300,sell_contrast_m10_bb_pos,sell,2026-03-19 06:03:00,545.0 -61301,sell_contrast_m10_bb_pos,sell,2026-03-19 06:06:00,546.0 -61302,sell_contrast_m10_bb_pos,sell,2026-03-19 06:09:00,546.0 -61303,sell_contrast_m10_bb_pos,sell,2026-03-19 06:12:00,548.0 -61304,sell_contrast_m10_bb_pos,sell,2026-03-19 06:15:00,548.0 -61305,sell_contrast_m10_bb_pos,sell,2026-03-19 06:18:00,548.0 -61306,sell_contrast_m10_bb_pos,sell,2026-03-19 06:51:00,551.0 -61307,sell_contrast_m10_bb_pos,sell,2026-03-19 06:54:00,551.0 -61308,sell_contrast_m10_bb_pos,sell,2026-03-19 07:00:00,550.0 -61309,sell_contrast_m10_bb_pos,sell,2026-03-19 07:03:00,548.0 -61310,sell_contrast_m10_bb_pos,sell,2026-03-19 07:06:00,547.0 -61311,sell_contrast_m10_bb_pos,sell,2026-03-19 07:09:00,545.0 -61312,sell_contrast_m10_bb_pos,sell,2026-03-20 07:00:00,498.0 -61313,sell_contrast_m10_bb_pos,sell,2026-03-20 07:03:00,496.0 -61314,sell_contrast_m10_bb_pos,sell,2026-03-20 07:06:00,495.0 -61315,sell_contrast_m10_bb_pos,sell,2026-03-20 07:09:00,496.0 -61316,sell_contrast_m10_bb_pos,sell,2026-03-20 14:30:00,495.0 -61317,sell_contrast_m10_bb_pos,sell,2026-03-20 14:33:00,495.0 -61318,sell_contrast_m10_bb_pos,sell,2026-03-20 14:36:00,497.0 -61319,sell_contrast_m10_bb_pos,sell,2026-03-20 14:39:00,497.0 -61320,sell_contrast_m10_bb_pos,sell,2026-03-20 15:00:00,497.0 -61321,sell_contrast_m10_bb_pos,sell,2026-03-20 15:03:00,496.0 -61322,sell_contrast_m10_bb_pos,sell,2026-03-20 15:06:00,497.0 -61323,sell_contrast_m10_bb_pos,sell,2026-03-20 15:09:00,498.0 -61324,sell_contrast_m10_bb_pos,sell,2026-03-20 15:12:00,497.0 -61325,sell_contrast_m10_bb_pos,sell,2026-03-20 15:15:00,498.0 -61326,sell_contrast_m10_bb_pos,sell,2026-03-20 15:18:00,498.0 -61327,sell_contrast_m10_bb_pos,sell,2026-03-21 00:42:00,482.0 -61328,sell_contrast_m10_bb_pos,sell,2026-03-21 00:45:00,482.0 -61329,sell_contrast_m10_bb_pos,sell,2026-03-21 00:48:00,482.0 -61330,sell_contrast_m10_bb_pos,sell,2026-03-21 01:00:00,483.0 -61331,sell_contrast_m10_bb_pos,sell,2026-03-21 01:03:00,483.0 -61332,sell_contrast_m10_bb_pos,sell,2026-03-21 01:06:00,484.0 -61333,sell_contrast_m10_bb_pos,sell,2026-03-21 01:09:00,484.0 -61334,sell_contrast_m10_bb_pos,sell,2026-03-21 01:21:00,485.0 -61335,sell_contrast_m10_bb_pos,sell,2026-03-21 01:24:00,484.0 -61336,sell_contrast_m10_bb_pos,sell,2026-03-21 01:27:00,484.0 -61337,sell_contrast_m10_bb_pos,sell,2026-03-21 01:30:00,485.0 -61338,sell_contrast_m10_bb_pos,sell,2026-03-21 01:33:00,484.0 -61339,sell_contrast_m10_bb_pos,sell,2026-03-21 01:36:00,484.0 -61340,sell_contrast_m10_bb_pos,sell,2026-03-21 01:39:00,483.0 -61341,sell_contrast_m10_bb_pos,sell,2026-03-21 02:30:00,511.0 -61342,sell_contrast_m10_bb_pos,sell,2026-03-21 02:33:00,508.0 -61343,sell_contrast_m10_bb_pos,sell,2026-03-21 02:36:00,505.0 -61344,sell_contrast_m10_bb_pos,sell,2026-03-21 02:39:00,501.0 -61345,sell_contrast_m10_bb_pos,sell,2026-03-21 12:12:00,480.0 -61346,sell_contrast_m10_bb_pos,sell,2026-03-21 12:15:00,480.0 -61347,sell_contrast_m10_bb_pos,sell,2026-03-21 12:18:00,479.0 -61348,sell_contrast_m10_bb_pos,sell,2026-03-21 12:30:00,482.0 -61349,sell_contrast_m10_bb_pos,sell,2026-03-21 12:33:00,483.0 -61350,sell_contrast_m10_bb_pos,sell,2026-03-21 12:36:00,482.0 -61351,sell_contrast_m10_bb_pos,sell,2026-03-21 12:39:00,484.0 -61352,sell_contrast_m10_bb_pos,sell,2026-03-21 12:51:00,483.0 -61353,sell_contrast_m10_bb_pos,sell,2026-03-21 12:54:00,481.0 -61354,sell_contrast_m10_bb_pos,sell,2026-03-21 12:57:00,481.0 -61355,sell_contrast_m10_bb_pos,sell,2026-03-21 15:21:00,483.0 -61356,sell_contrast_m10_bb_pos,sell,2026-03-21 15:24:00,483.0 -61357,sell_contrast_m10_bb_pos,sell,2026-03-21 15:27:00,483.0 -61358,sell_contrast_m10_bb_pos,sell,2026-03-21 23:42:00,472.0 -61359,sell_contrast_m10_bb_pos,sell,2026-03-21 23:45:00,472.0 -61360,sell_contrast_m10_bb_pos,sell,2026-03-21 23:48:00,472.0 -61361,sell_contrast_m10_bb_pos,sell,2026-03-22 00:42:00,472.0 -61362,sell_contrast_m10_bb_pos,sell,2026-03-22 00:45:00,472.0 -61363,sell_contrast_m10_bb_pos,sell,2026-03-22 00:48:00,473.0 -61364,sell_contrast_m10_bb_pos,sell,2026-03-22 00:51:00,473.0 -61365,sell_contrast_m10_bb_pos,sell,2026-03-22 00:54:00,475.0 -61366,sell_contrast_m10_bb_pos,sell,2026-03-22 00:57:00,476.0 -61367,sell_contrast_m10_bb_pos,sell,2026-03-22 01:21:00,476.0 -61368,sell_contrast_m10_bb_pos,sell,2026-03-22 01:24:00,474.0 -61369,sell_contrast_m10_bb_pos,sell,2026-03-22 01:27:00,475.0 -61370,sell_contrast_m10_bb_pos,sell,2026-03-22 01:42:00,475.0 -61371,sell_contrast_m10_bb_pos,sell,2026-03-22 01:45:00,475.0 -61372,sell_contrast_m10_bb_pos,sell,2026-03-22 01:48:00,475.0 -61373,sell_contrast_m10_bb_pos,sell,2026-03-22 03:21:00,477.0 -61374,sell_contrast_m10_bb_pos,sell,2026-03-22 03:24:00,479.0 -61375,sell_contrast_m10_bb_pos,sell,2026-03-22 03:27:00,478.0 -61376,sell_contrast_m10_bb_pos,sell,2026-03-22 04:00:00,480.0 -61377,sell_contrast_m10_bb_pos,sell,2026-03-22 04:03:00,480.0 -61378,sell_contrast_m10_bb_pos,sell,2026-03-22 04:06:00,479.0 -61379,sell_contrast_m10_bb_pos,sell,2026-03-22 04:09:00,479.0 -61380,sell_contrast_m10_bb_pos,sell,2026-03-22 05:00:00,482.0 -61381,sell_contrast_m10_bb_pos,sell,2026-03-22 05:03:00,483.0 -61382,sell_contrast_m10_bb_pos,sell,2026-03-22 05:06:00,484.0 -61383,sell_contrast_m10_bb_pos,sell,2026-03-22 05:09:00,483.0 -61384,sell_contrast_m10_bb_pos,sell,2026-03-22 05:12:00,485.0 -61385,sell_contrast_m10_bb_pos,sell,2026-03-22 05:15:00,485.0 -61386,sell_contrast_m10_bb_pos,sell,2026-03-22 05:18:00,484.0 -61387,sell_contrast_m10_bb_pos,sell,2026-03-22 06:00:00,489.0 -61388,sell_contrast_m10_bb_pos,sell,2026-03-22 06:03:00,490.0 -61389,sell_contrast_m10_bb_pos,sell,2026-03-22 06:06:00,491.0 -61390,sell_contrast_m10_bb_pos,sell,2026-03-22 06:09:00,492.0 -61391,sell_contrast_m10_bb_pos,sell,2026-03-22 06:12:00,492.0 -61392,sell_contrast_m10_bb_pos,sell,2026-03-22 06:15:00,492.0 -61393,sell_contrast_m10_bb_pos,sell,2026-03-22 06:18:00,492.0 -61394,sell_contrast_m10_bb_pos,sell,2026-03-22 06:21:00,492.0 -61395,sell_contrast_m10_bb_pos,sell,2026-03-22 06:24:00,492.0 -61396,sell_contrast_m10_bb_pos,sell,2026-03-22 06:27:00,491.0 -61397,sell_contrast_m10_bb_pos,sell,2026-03-22 12:00:00,479.0 -61398,sell_contrast_m10_bb_pos,sell,2026-03-22 12:03:00,480.0 -61399,sell_contrast_m10_bb_pos,sell,2026-03-22 12:06:00,478.0 -61400,sell_contrast_m10_bb_pos,sell,2026-03-22 12:09:00,479.0 -61401,sell_contrast_m10_bb_pos,sell,2026-03-22 12:21:00,480.0 -61402,sell_contrast_m10_bb_pos,sell,2026-03-22 12:24:00,479.0 -61403,sell_contrast_m10_bb_pos,sell,2026-03-22 12:27:00,479.0 -61404,sell_contrast_m10_bb_pos,sell,2026-03-22 12:42:00,480.0 -61405,sell_contrast_m10_bb_pos,sell,2026-03-22 12:45:00,480.0 -61406,sell_contrast_m10_bb_pos,sell,2026-03-22 12:48:00,480.0 -61407,sell_contrast_m10_bb_pos,sell,2026-03-22 12:51:00,480.0 -61408,sell_contrast_m10_bb_pos,sell,2026-03-22 12:54:00,481.0 -61409,sell_contrast_m10_bb_pos,sell,2026-03-22 12:57:00,480.0 -61410,sell_contrast_m10_bb_pos,sell,2026-03-22 13:00:00,481.0 -61411,sell_contrast_m10_bb_pos,sell,2026-03-22 13:03:00,483.0 -61412,sell_contrast_m10_bb_pos,sell,2026-03-22 13:06:00,482.0 -61413,sell_contrast_m10_bb_pos,sell,2026-03-22 13:09:00,482.0 -61414,sell_contrast_m10_bb_pos,sell,2026-03-22 13:12:00,479.0 -61415,sell_contrast_m10_bb_pos,sell,2026-03-22 13:15:00,481.0 -61416,sell_contrast_m10_bb_pos,sell,2026-03-22 13:18:00,481.0 -61417,sell_contrast_m10_bb_pos,sell,2026-03-22 18:12:00,477.0 -61418,sell_contrast_m10_bb_pos,sell,2026-03-22 18:15:00,478.0 -61419,sell_contrast_m10_bb_pos,sell,2026-03-22 18:18:00,476.0 -61420,sell_contrast_m10_bb_pos,sell,2026-03-23 01:21:00,472.0 -61421,sell_contrast_m10_bb_pos,sell,2026-03-23 01:24:00,472.0 -61422,sell_contrast_m10_bb_pos,sell,2026-03-23 01:27:00,472.0 -61423,sell_contrast_m10_bb_pos,sell,2026-03-23 07:30:00,464.0 -61424,sell_contrast_m10_bb_pos,sell,2026-03-23 07:33:00,463.0 -61425,sell_contrast_m10_bb_pos,sell,2026-03-23 07:36:00,463.0 -61426,sell_contrast_m10_bb_pos,sell,2026-03-23 07:39:00,463.0 -61427,sell_contrast_m10_bb_pos,sell,2026-03-23 07:51:00,463.0 -61428,sell_contrast_m10_bb_pos,sell,2026-03-23 07:54:00,464.0 -61429,sell_contrast_m10_bb_pos,sell,2026-03-23 07:57:00,464.0 -61430,sell_contrast_m10_bb_pos,sell,2026-03-23 08:00:00,464.0 -61431,sell_contrast_m10_bb_pos,sell,2026-03-23 08:03:00,464.0 -61432,sell_contrast_m10_bb_pos,sell,2026-03-23 08:06:00,464.0 -61433,sell_contrast_m10_bb_pos,sell,2026-03-23 08:09:00,464.0 -61434,sell_contrast_m10_bb_pos,sell,2026-03-23 08:12:00,465.0 -61435,sell_contrast_m10_bb_pos,sell,2026-03-23 08:15:00,466.0 -61436,sell_contrast_m10_bb_pos,sell,2026-03-23 08:18:00,465.0 -61437,sell_contrast_m10_bb_pos,sell,2026-03-23 08:21:00,465.0 -61438,sell_contrast_m10_bb_pos,sell,2026-03-23 08:24:00,466.0 -61439,sell_contrast_m10_bb_pos,sell,2026-03-23 08:27:00,465.0 -61440,sell_contrast_m10_bb_pos,sell,2026-03-23 10:12:00,465.0 -61441,sell_contrast_m10_bb_pos,sell,2026-03-23 10:15:00,464.0 -61442,sell_contrast_m10_bb_pos,sell,2026-03-23 10:18:00,466.0 -61443,sell_contrast_m10_bb_pos,sell,2026-03-23 10:21:00,467.0 -61444,sell_contrast_m10_bb_pos,sell,2026-03-23 10:24:00,468.0 -61445,sell_contrast_m10_bb_pos,sell,2026-03-23 10:27:00,467.0 -61446,sell_contrast_m10_bb_pos,sell,2026-03-23 11:00:00,468.0 -61447,sell_contrast_m10_bb_pos,sell,2026-03-23 11:03:00,467.0 -61448,sell_contrast_m10_bb_pos,sell,2026-03-23 11:06:00,467.0 -61449,sell_contrast_m10_bb_pos,sell,2026-03-23 11:09:00,466.0 -61450,sell_contrast_m10_bb_pos,sell,2026-03-23 11:30:00,470.0 -61451,sell_contrast_m10_bb_pos,sell,2026-03-23 11:33:00,469.0 -61452,sell_contrast_m10_bb_pos,sell,2026-03-23 11:36:00,469.0 -61453,sell_contrast_m10_bb_pos,sell,2026-03-23 11:39:00,469.0 -61454,sell_contrast_m10_bb_pos,sell,2026-03-23 11:42:00,469.0 -61455,sell_contrast_m10_bb_pos,sell,2026-03-23 11:45:00,469.0 -61456,sell_contrast_m10_bb_pos,sell,2026-03-23 11:48:00,470.0 -61457,sell_contrast_m10_bb_pos,sell,2026-03-23 11:51:00,469.0 -61458,sell_contrast_m10_bb_pos,sell,2026-03-23 11:54:00,470.0 -61459,sell_contrast_m10_bb_pos,sell,2026-03-23 11:57:00,471.0 -61460,sell_contrast_m10_bb_pos,sell,2026-03-23 12:00:00,471.0 -61461,sell_contrast_m10_bb_pos,sell,2026-03-23 12:03:00,473.0 -61462,sell_contrast_m10_bb_pos,sell,2026-03-23 12:06:00,473.0 -61463,sell_contrast_m10_bb_pos,sell,2026-03-23 12:09:00,473.0 -61464,sell_contrast_m10_bb_pos,sell,2026-03-23 23:12:00,473.0 -61465,sell_contrast_m10_bb_pos,sell,2026-03-23 23:15:00,472.0 -61466,sell_contrast_m10_bb_pos,sell,2026-03-23 23:18:00,472.0 -61467,sell_contrast_m10_bb_pos,sell,2026-03-24 00:12:00,472.0 -61468,sell_contrast_m10_bb_pos,sell,2026-03-24 00:15:00,472.0 -61469,sell_contrast_m10_bb_pos,sell,2026-03-24 00:18:00,472.0 -61470,sell_contrast_m10_bb_pos,sell,2026-03-24 00:51:00,475.0 -61471,sell_contrast_m10_bb_pos,sell,2026-03-24 00:54:00,472.0 -61472,sell_contrast_m10_bb_pos,sell,2026-03-24 00:57:00,472.0 -61473,sell_contrast_m10_bb_pos,sell,2026-03-24 01:21:00,474.0 -61474,sell_contrast_m10_bb_pos,sell,2026-03-24 01:24:00,474.0 -61475,sell_contrast_m10_bb_pos,sell,2026-03-24 01:27:00,472.0 -61476,sell_contrast_m10_bb_pos,sell,2026-03-24 02:42:00,479.0 -61477,sell_contrast_m10_bb_pos,sell,2026-03-24 02:45:00,479.0 -61478,sell_contrast_m10_bb_pos,sell,2026-03-24 02:48:00,479.0 -61479,sell_contrast_m10_bb_pos,sell,2026-03-24 02:51:00,479.0 -61480,sell_contrast_m10_bb_pos,sell,2026-03-24 02:54:00,480.0 -61481,sell_contrast_m10_bb_pos,sell,2026-03-24 02:57:00,480.0 -61482,sell_contrast_m10_bb_pos,sell,2026-03-24 03:00:00,480.0 -61483,sell_contrast_m10_bb_pos,sell,2026-03-24 03:03:00,483.0 -61484,sell_contrast_m10_bb_pos,sell,2026-03-24 03:06:00,484.0 -61485,sell_contrast_m10_bb_pos,sell,2026-03-24 03:09:00,483.0 -61486,sell_contrast_m10_bb_pos,sell,2026-03-24 03:12:00,483.0 -61487,sell_contrast_m10_bb_pos,sell,2026-03-24 03:15:00,481.0 -61488,sell_contrast_m10_bb_pos,sell,2026-03-24 03:18:00,483.0 -61489,sell_contrast_m10_bb_pos,sell,2026-03-24 03:21:00,484.0 -61490,sell_contrast_m10_bb_pos,sell,2026-03-24 03:24:00,484.0 -61491,sell_contrast_m10_bb_pos,sell,2026-03-24 03:27:00,485.0 -61492,sell_contrast_m10_bb_pos,sell,2026-03-24 03:30:00,483.0 -61493,sell_contrast_m10_bb_pos,sell,2026-03-24 03:33:00,483.0 -61494,sell_contrast_m10_bb_pos,sell,2026-03-24 03:36:00,483.0 -61495,sell_contrast_m10_bb_pos,sell,2026-03-24 03:39:00,483.0 -61496,sell_contrast_m10_bb_pos,sell,2026-03-24 03:51:00,485.0 -61497,sell_contrast_m10_bb_pos,sell,2026-03-24 03:54:00,482.0 -61498,sell_contrast_m10_bb_pos,sell,2026-03-24 03:57:00,485.0 -61499,sell_contrast_m10_bb_pos,sell,2026-03-24 04:00:00,485.0 -61500,sell_contrast_m10_bb_pos,sell,2026-03-24 04:03:00,486.0 -61501,sell_contrast_m10_bb_pos,sell,2026-03-24 04:06:00,488.0 -61502,sell_contrast_m10_bb_pos,sell,2026-03-24 04:09:00,487.0 -61503,sell_contrast_m10_bb_pos,sell,2026-03-24 04:12:00,489.0 -61504,sell_contrast_m10_bb_pos,sell,2026-03-24 04:15:00,488.0 -61505,sell_contrast_m10_bb_pos,sell,2026-03-24 04:18:00,488.0 -61506,sell_contrast_m10_bb_pos,sell,2026-03-24 04:21:00,488.0 -61507,sell_contrast_m10_bb_pos,sell,2026-03-24 04:24:00,486.0 -61508,sell_contrast_m10_bb_pos,sell,2026-03-24 04:27:00,483.0 -61509,sell_contrast_m10_bb_pos,sell,2026-03-24 06:42:00,487.0 -61510,sell_contrast_m10_bb_pos,sell,2026-03-24 06:45:00,486.0 -61511,sell_contrast_m10_bb_pos,sell,2026-03-24 06:48:00,486.0 -61512,sell_contrast_m10_bb_pos,sell,2026-03-24 12:30:00,481.0 -61513,sell_contrast_m10_bb_pos,sell,2026-03-24 12:33:00,482.0 -61514,sell_contrast_m10_bb_pos,sell,2026-03-24 12:36:00,481.0 -61515,sell_contrast_m10_bb_pos,sell,2026-03-24 12:39:00,482.0 -61516,sell_contrast_m10_bb_pos,sell,2026-03-24 12:51:00,481.0 -61517,sell_contrast_m10_bb_pos,sell,2026-03-24 12:54:00,481.0 -61518,sell_contrast_m10_bb_pos,sell,2026-03-24 12:57:00,482.0 -61519,sell_contrast_m10_bb_pos,sell,2026-03-24 13:00:00,482.0 -61520,sell_contrast_m10_bb_pos,sell,2026-03-24 13:03:00,481.0 -61521,sell_contrast_m10_bb_pos,sell,2026-03-24 13:06:00,481.0 -61522,sell_contrast_m10_bb_pos,sell,2026-03-24 13:09:00,481.0 -61523,sell_contrast_m10_bb_pos,sell,2026-03-24 15:12:00,482.0 -61524,sell_contrast_m10_bb_pos,sell,2026-03-24 15:15:00,483.0 -61525,sell_contrast_m10_bb_pos,sell,2026-03-24 15:18:00,479.0 -61526,sell_contrast_m10_bb_pos,sell,2026-03-24 16:00:00,482.0 -61527,sell_contrast_m10_bb_pos,sell,2026-03-24 16:03:00,482.0 -61528,sell_contrast_m10_bb_pos,sell,2026-03-24 16:06:00,482.0 -61529,sell_contrast_m10_bb_pos,sell,2026-03-24 16:09:00,485.0 -61530,sell_contrast_m10_bb_pos,sell,2026-03-24 17:00:00,483.0 -61531,sell_contrast_m10_bb_pos,sell,2026-03-24 17:03:00,481.0 -61532,sell_contrast_m10_bb_pos,sell,2026-03-24 17:06:00,482.0 -61533,sell_contrast_m10_bb_pos,sell,2026-03-24 17:09:00,482.0 -61534,sell_contrast_m10_bb_pos,sell,2026-03-25 02:00:00,476.0 -61535,sell_contrast_m10_bb_pos,sell,2026-03-25 02:03:00,474.0 -61536,sell_contrast_m10_bb_pos,sell,2026-03-25 02:06:00,472.0 -61537,sell_contrast_m10_bb_pos,sell,2026-03-25 02:09:00,473.0 -61538,sell_contrast_m10_bb_pos,sell,2026-03-25 03:42:00,475.0 -61539,sell_contrast_m10_bb_pos,sell,2026-03-25 03:45:00,474.0 -61540,sell_contrast_m10_bb_pos,sell,2026-03-25 05:21:00,478.0 -61541,sell_contrast_m10_bb_pos,sell,2026-03-25 05:24:00,478.0 -61542,sell_contrast_m10_bb_pos,sell,2026-03-25 05:27:00,481.0 -61543,sell_contrast_m10_bb_pos,sell,2026-03-25 05:51:00,480.0 -61544,sell_contrast_m10_bb_pos,sell,2026-03-25 05:54:00,480.0 -61545,sell_contrast_m10_bb_pos,sell,2026-03-25 05:57:00,481.0 -61546,sell_contrast_m10_bb_pos,sell,2026-03-25 09:42:00,480.0 -61547,sell_contrast_m10_bb_pos,sell,2026-03-25 09:45:00,481.0 -61548,sell_contrast_m10_bb_pos,sell,2026-03-25 09:48:00,481.0 -61549,sell_contrast_m10_bb_pos,sell,2026-03-25 09:51:00,481.0 -61550,sell_contrast_m10_bb_pos,sell,2026-03-25 09:54:00,479.0 -61551,sell_contrast_m10_bb_pos,sell,2026-03-25 09:57:00,479.0 -61552,sell_contrast_m10_bb_pos,sell,2026-03-25 10:51:00,481.0 -61553,sell_contrast_m10_bb_pos,sell,2026-03-25 10:54:00,480.0 -61554,sell_contrast_m10_bb_pos,sell,2026-03-25 10:57:00,480.0 -61555,sell_contrast_m10_bb_pos,sell,2026-03-25 17:30:00,479.0 -61556,sell_contrast_m10_bb_pos,sell,2026-03-25 17:33:00,480.0 -61557,sell_contrast_m10_bb_pos,sell,2026-03-25 17:36:00,480.0 -61558,sell_contrast_m10_bb_pos,sell,2026-03-25 17:39:00,478.0 -61559,sell_contrast_m10_bb_pos,sell,2026-03-25 17:42:00,479.0 -61560,sell_contrast_m10_bb_pos,sell,2026-03-25 17:45:00,479.0 -61561,sell_contrast_m10_bb_pos,sell,2026-03-25 17:48:00,480.0 -61562,sell_contrast_m10_bb_pos,sell,2026-03-25 17:51:00,480.0 -61563,sell_contrast_m10_bb_pos,sell,2026-03-25 17:54:00,479.0 -61564,sell_contrast_m10_bb_pos,sell,2026-03-25 17:57:00,479.0 -61565,sell_contrast_m10_bb_pos,sell,2026-03-25 18:51:00,479.0 -61566,sell_contrast_m10_bb_pos,sell,2026-03-25 18:54:00,479.0 -61567,sell_contrast_m10_bb_pos,sell,2026-03-25 18:57:00,481.0 -61568,sell_contrast_m10_bb_pos,sell,2026-03-25 19:00:00,480.0 -61569,sell_contrast_m10_bb_pos,sell,2026-03-25 19:03:00,481.0 -61570,sell_contrast_m10_bb_pos,sell,2026-03-25 19:06:00,480.0 -61571,sell_contrast_m10_bb_pos,sell,2026-03-25 19:09:00,479.0 -61572,sell_contrast_m10_bb_pos,sell,2026-03-25 19:12:00,479.0 -61573,sell_contrast_m10_bb_pos,sell,2026-03-25 19:15:00,480.0 -61574,sell_contrast_m10_bb_pos,sell,2026-03-25 19:18:00,479.0 -61575,sell_contrast_m10_bb_pos,sell,2026-03-25 21:51:00,484.0 -61576,sell_contrast_m10_bb_pos,sell,2026-03-25 21:54:00,484.0 -61577,sell_contrast_m10_bb_pos,sell,2026-03-25 21:57:00,486.0 -61578,sell_contrast_m10_bb_pos,sell,2026-03-25 22:00:00,487.0 -61579,sell_contrast_m10_bb_pos,sell,2026-03-25 22:03:00,486.0 -61580,sell_contrast_m10_bb_pos,sell,2026-03-25 22:06:00,485.0 -61581,sell_contrast_m10_bb_pos,sell,2026-03-25 22:09:00,485.0 -61582,sell_contrast_m10_bb_pos,sell,2026-03-25 22:21:00,487.0 -61583,sell_contrast_m10_bb_pos,sell,2026-03-25 22:24:00,486.0 -61584,sell_contrast_m10_bb_pos,sell,2026-03-25 22:27:00,485.0 -61585,sell_contrast_m10_bb_pos,sell,2026-03-26 04:42:00,481.0 -61586,sell_contrast_m10_bb_pos,sell,2026-03-26 04:45:00,480.0 -61587,sell_contrast_m10_bb_pos,sell,2026-03-26 04:48:00,480.0 -61588,sell_contrast_m10_bb_pos,sell,2026-03-26 04:51:00,480.0 -61589,sell_contrast_m10_bb_pos,sell,2026-03-26 04:54:00,479.0 -61590,sell_contrast_m10_bb_pos,sell,2026-03-26 04:57:00,478.0 -61591,sell_contrast_m10_bb_pos,sell,2026-03-26 07:21:00,481.0 -61592,sell_contrast_m10_bb_pos,sell,2026-03-26 07:24:00,482.0 -61593,sell_contrast_m10_bb_pos,sell,2026-03-26 07:27:00,482.0 -61594,sell_contrast_m10_bb_pos,sell,2026-03-26 07:30:00,482.0 -61595,sell_contrast_m10_bb_pos,sell,2026-03-26 07:33:00,485.0 -61596,sell_contrast_m10_bb_pos,sell,2026-03-26 07:36:00,485.0 -61597,sell_contrast_m10_bb_pos,sell,2026-03-26 07:39:00,485.0 -61598,sell_contrast_m10_bb_pos,sell,2026-03-26 07:51:00,483.0 -61599,sell_contrast_m10_bb_pos,sell,2026-03-26 07:54:00,484.0 -61600,sell_contrast_m10_bb_pos,sell,2026-03-26 07:57:00,484.0 -61601,sell_contrast_m10_bb_pos,sell,2026-03-26 08:00:00,484.0 -61602,sell_contrast_m10_bb_pos,sell,2026-03-26 08:03:00,483.0 -61603,sell_contrast_m10_bb_pos,sell,2026-03-26 08:06:00,481.0 -61604,sell_contrast_m10_bb_pos,sell,2026-03-26 08:09:00,482.0 -61605,sell_contrast_m10_bb_pos,sell,2026-03-26 08:30:00,485.0 -61606,sell_contrast_m10_bb_pos,sell,2026-03-26 08:33:00,485.0 -61607,sell_contrast_m10_bb_pos,sell,2026-03-26 08:36:00,484.0 -61608,sell_contrast_m10_bb_pos,sell,2026-03-26 08:39:00,483.0 -61609,sell_contrast_m10_bb_pos,sell,2026-03-26 18:30:00,463.0 -61610,sell_contrast_m10_bb_pos,sell,2026-03-26 18:33:00,459.0 -61611,sell_contrast_m10_bb_pos,sell,2026-03-26 18:36:00,460.0 -61612,sell_contrast_m10_bb_pos,sell,2026-03-26 18:39:00,460.0 -61613,sell_contrast_m10_bb_pos,sell,2026-03-26 22:51:00,461.0 -61614,sell_contrast_m10_bb_pos,sell,2026-03-26 22:54:00,463.0 -61615,sell_contrast_m10_bb_pos,sell,2026-03-26 22:57:00,461.0 -61616,sell_contrast_m10_bb_pos,sell,2026-03-27 05:42:00,444.0 -61617,sell_contrast_m10_bb_pos,sell,2026-03-27 05:45:00,444.0 -61618,sell_contrast_m10_bb_pos,sell,2026-03-27 05:48:00,444.0 -61619,sell_contrast_m10_bb_pos,sell,2026-03-28 13:21:00,380.0 -61620,sell_contrast_m10_bb_pos,sell,2026-03-28 13:24:00,380.0 -61621,sell_contrast_m10_bb_pos,sell,2026-03-28 13:27:00,381.0 -61622,sell_contrast_m10_bb_pos,sell,2026-03-28 13:30:00,380.0 -61623,sell_contrast_m10_bb_pos,sell,2026-03-28 13:33:00,378.0 -61624,sell_contrast_m10_bb_pos,sell,2026-03-28 13:36:00,379.0 -61625,sell_contrast_m10_bb_pos,sell,2026-03-28 13:39:00,378.0 -61626,sell_contrast_m10_bb_pos,sell,2026-03-28 13:51:00,381.0 -61627,sell_contrast_m10_bb_pos,sell,2026-03-28 13:54:00,380.0 -61628,sell_contrast_m10_bb_pos,sell,2026-03-28 13:57:00,380.0 -61629,sell_contrast_m10_bb_pos,sell,2026-03-28 14:30:00,381.0 -61630,sell_contrast_m10_bb_pos,sell,2026-03-28 14:33:00,381.0 -61631,sell_contrast_m10_bb_pos,sell,2026-03-28 14:36:00,380.0 -61632,sell_contrast_m10_bb_pos,sell,2026-03-28 14:39:00,378.0 -61633,sell_contrast_m10_bb_pos,sell,2026-03-28 15:00:00,382.0 -61634,sell_contrast_m10_bb_pos,sell,2026-03-28 15:03:00,382.0 -61635,sell_contrast_m10_bb_pos,sell,2026-03-28 15:06:00,383.0 -61636,sell_contrast_m10_bb_pos,sell,2026-03-28 15:09:00,383.0 -61637,sell_contrast_m10_bb_pos,sell,2026-03-28 15:12:00,383.0 -61638,sell_contrast_m10_bb_pos,sell,2026-03-28 15:15:00,383.0 -61639,sell_contrast_m10_bb_pos,sell,2026-03-28 15:18:00,386.0 -61640,sell_contrast_m10_bb_pos,sell,2026-03-28 15:51:00,388.0 -61641,sell_contrast_m10_bb_pos,sell,2026-03-28 15:54:00,390.0 -61642,sell_contrast_m10_bb_pos,sell,2026-03-28 15:57:00,390.0 -61643,sell_contrast_m10_bb_pos,sell,2026-03-28 16:21:00,393.0 -61644,sell_contrast_m10_bb_pos,sell,2026-03-28 16:24:00,393.0 -61645,sell_contrast_m10_bb_pos,sell,2026-03-28 16:27:00,395.0 -61646,sell_contrast_m10_bb_pos,sell,2026-03-28 16:30:00,396.0 -61647,sell_contrast_m10_bb_pos,sell,2026-03-28 16:33:00,396.0 -61648,sell_contrast_m10_bb_pos,sell,2026-03-28 16:36:00,396.0 -61649,sell_contrast_m10_bb_pos,sell,2026-03-28 16:39:00,398.0 -61650,sell_contrast_m10_bb_pos,sell,2026-03-28 16:42:00,398.0 -61651,sell_contrast_m10_bb_pos,sell,2026-03-28 16:45:00,402.0 -61652,sell_contrast_m10_bb_pos,sell,2026-03-28 16:48:00,405.0 -61653,sell_contrast_m10_bb_pos,sell,2026-03-28 17:21:00,407.0 -61654,sell_contrast_m10_bb_pos,sell,2026-03-28 17:24:00,406.0 -61655,sell_contrast_m10_bb_pos,sell,2026-03-28 17:27:00,406.0 -61656,sell_contrast_m10_bb_pos,sell,2026-03-28 17:51:00,409.0 -61657,sell_contrast_m10_bb_pos,sell,2026-03-28 17:54:00,408.0 -61658,sell_contrast_m10_bb_pos,sell,2026-03-28 17:57:00,407.0 -61659,sell_contrast_m10_bb_pos,sell,2026-03-28 18:21:00,418.0 -61660,sell_contrast_m10_bb_pos,sell,2026-03-28 18:24:00,416.0 -61661,sell_contrast_m10_bb_pos,sell,2026-03-28 18:27:00,414.0 -61662,sell_contrast_m10_bb_pos,sell,2026-03-28 18:30:00,415.0 -61663,sell_contrast_m10_bb_pos,sell,2026-03-28 18:33:00,410.0 -61664,sell_contrast_m10_bb_pos,sell,2026-03-28 18:36:00,410.0 -61665,sell_contrast_m10_bb_pos,sell,2026-03-28 18:39:00,410.0 -61666,sell_contrast_m10_bb_pos,sell,2026-03-28 23:00:00,414.0 -61667,sell_contrast_m10_bb_pos,sell,2026-03-28 23:03:00,413.0 -61668,sell_contrast_m10_bb_pos,sell,2026-03-28 23:06:00,414.0 -61669,sell_contrast_m10_bb_pos,sell,2026-03-28 23:09:00,412.0 -61670,sell_contrast_m10_bb_pos,sell,2026-03-28 23:21:00,417.0 -61671,sell_contrast_m10_bb_pos,sell,2026-03-28 23:24:00,417.0 -61672,sell_contrast_m10_bb_pos,sell,2026-03-28 23:27:00,418.0 -61673,sell_contrast_m10_bb_pos,sell,2026-03-28 23:30:00,416.0 -61674,sell_contrast_m10_bb_pos,sell,2026-03-28 23:33:00,415.0 -61675,sell_contrast_m10_bb_pos,sell,2026-03-28 23:36:00,415.0 -61676,sell_contrast_m10_bb_pos,sell,2026-03-28 23:39:00,415.0 -61677,sell_contrast_m10_bb_pos,sell,2026-03-28 23:42:00,414.0 -61678,sell_contrast_m10_bb_pos,sell,2026-03-28 23:45:00,415.0 -61679,sell_contrast_m10_bb_pos,sell,2026-03-28 23:48:00,413.0 -61680,sell_contrast_m10_bb_pos,sell,2026-03-29 03:12:00,415.0 -61681,sell_contrast_m10_bb_pos,sell,2026-03-29 03:15:00,416.0 -61682,sell_contrast_m10_bb_pos,sell,2026-03-29 03:18:00,415.0 -61683,sell_contrast_m10_bb_pos,sell,2026-03-29 03:21:00,415.0 -61684,sell_contrast_m10_bb_pos,sell,2026-03-29 03:24:00,415.0 -61685,sell_contrast_m10_bb_pos,sell,2026-03-29 03:27:00,415.0 -61686,sell_contrast_m10_bb_pos,sell,2026-03-29 03:42:00,416.0 -61687,sell_contrast_m10_bb_pos,sell,2026-03-29 03:45:00,416.0 -61688,sell_contrast_m10_bb_pos,sell,2026-03-29 03:48:00,416.0 -61689,sell_contrast_m10_bb_pos,sell,2026-03-29 04:00:00,416.0 -61690,sell_contrast_m10_bb_pos,sell,2026-03-29 04:03:00,415.0 -61691,sell_contrast_m10_bb_pos,sell,2026-03-29 04:06:00,416.0 -61692,sell_contrast_m10_bb_pos,sell,2026-03-29 04:09:00,415.0 -61693,sell_contrast_m10_bb_pos,sell,2026-03-29 05:12:00,417.0 -61694,sell_contrast_m10_bb_pos,sell,2026-03-29 05:15:00,417.0 -61695,sell_contrast_m10_bb_pos,sell,2026-03-29 05:18:00,417.0 -61696,sell_contrast_m10_bb_pos,sell,2026-03-29 11:51:00,415.0 -61697,sell_contrast_m10_bb_pos,sell,2026-03-29 11:54:00,415.0 -61698,sell_contrast_m10_bb_pos,sell,2026-03-29 11:57:00,412.0 -61699,sell_contrast_m10_bb_pos,sell,2026-03-29 12:21:00,416.0 -61700,sell_contrast_m10_bb_pos,sell,2026-03-29 12:24:00,415.0 -61701,sell_contrast_m10_bb_pos,sell,2026-03-29 12:27:00,415.0 -61702,sell_contrast_m10_bb_pos,sell,2026-03-29 14:42:00,415.0 -61703,sell_contrast_m10_bb_pos,sell,2026-03-29 14:45:00,415.0 -61704,sell_contrast_m10_bb_pos,sell,2026-03-29 14:48:00,415.0 -61705,sell_contrast_m10_bb_pos,sell,2026-03-29 15:12:00,416.0 -61706,sell_contrast_m10_bb_pos,sell,2026-03-29 15:15:00,417.0 -61707,sell_contrast_m10_bb_pos,sell,2026-03-29 15:18:00,417.0 -61708,sell_contrast_m10_bb_pos,sell,2026-03-29 15:21:00,414.0 -61709,sell_contrast_m10_bb_pos,sell,2026-03-29 15:24:00,414.0 -61710,sell_contrast_m10_bb_pos,sell,2026-03-29 15:27:00,415.0 -61711,sell_contrast_m10_bb_pos,sell,2026-03-29 15:42:00,418.0 -61712,sell_contrast_m10_bb_pos,sell,2026-03-29 15:45:00,417.0 -61713,sell_contrast_m10_bb_pos,sell,2026-03-29 15:48:00,420.0 -61714,sell_contrast_m10_bb_pos,sell,2026-03-29 18:00:00,420.0 -61715,sell_contrast_m10_bb_pos,sell,2026-03-29 18:03:00,416.0 -61716,sell_contrast_m10_bb_pos,sell,2026-03-29 18:06:00,416.0 -61717,sell_contrast_m10_bb_pos,sell,2026-03-29 18:09:00,416.0 -61718,sell_contrast_m10_bb_pos,sell,2026-03-30 10:30:00,419.0 -61719,sell_contrast_m10_bb_pos,sell,2026-03-30 10:33:00,419.0 -61720,sell_contrast_m10_bb_pos,sell,2026-03-30 10:36:00,418.0 -61721,sell_contrast_m10_bb_pos,sell,2026-03-30 10:39:00,418.0 -61722,sell_contrast_m10_bb_pos,sell,2026-03-30 11:21:00,424.0 -61723,sell_contrast_m10_bb_pos,sell,2026-03-30 11:24:00,424.0 -61724,sell_contrast_m10_bb_pos,sell,2026-03-30 11:27:00,424.0 -61725,sell_contrast_m10_bb_pos,sell,2026-03-30 11:30:00,424.0 -61726,sell_contrast_m10_bb_pos,sell,2026-03-30 11:33:00,423.0 -61727,sell_contrast_m10_bb_pos,sell,2026-03-30 11:36:00,425.0 -61728,sell_contrast_m10_bb_pos,sell,2026-03-30 11:39:00,427.0 -61729,sell_contrast_m10_bb_pos,sell,2026-03-30 11:42:00,426.0 -61730,sell_contrast_m10_bb_pos,sell,2026-03-30 11:45:00,429.0 -61731,sell_contrast_m10_bb_pos,sell,2026-03-30 11:48:00,433.0 -61732,sell_contrast_m10_bb_pos,sell,2026-03-30 12:00:00,429.0 -61733,sell_contrast_m10_bb_pos,sell,2026-03-30 12:03:00,430.0 -61734,sell_contrast_m10_bb_pos,sell,2026-03-30 12:06:00,430.0 -61735,sell_contrast_m10_bb_pos,sell,2026-03-30 12:09:00,428.0 -61736,sell_contrast_m10_bb_pos,sell,2026-03-30 12:21:00,430.0 -61737,sell_contrast_m10_bb_pos,sell,2026-03-30 12:24:00,431.0 -61738,sell_contrast_m10_bb_pos,sell,2026-03-30 12:27:00,432.0 -61739,sell_contrast_m10_bb_pos,sell,2026-03-30 16:51:00,430.0 -61740,sell_contrast_m10_bb_pos,sell,2026-03-30 16:54:00,430.0 -61741,sell_contrast_m10_bb_pos,sell,2026-03-30 16:57:00,430.0 -61742,sell_contrast_m10_bb_pos,sell,2026-03-30 17:42:00,428.0 -61743,sell_contrast_m10_bb_pos,sell,2026-03-30 17:45:00,428.0 -61744,sell_contrast_m10_bb_pos,sell,2026-03-30 17:48:00,429.0 -61745,sell_contrast_m10_bb_pos,sell,2026-03-30 19:42:00,432.0 -61746,sell_contrast_m10_bb_pos,sell,2026-03-30 19:45:00,433.0 -61747,sell_contrast_m10_bb_pos,sell,2026-03-30 19:48:00,432.0 -61748,sell_contrast_m10_bb_pos,sell,2026-03-30 20:12:00,430.0 -61749,sell_contrast_m10_bb_pos,sell,2026-03-30 20:15:00,431.0 -61750,sell_contrast_m10_bb_pos,sell,2026-03-30 20:18:00,431.0 -61751,sell_contrast_m10_bb_pos,sell,2026-03-31 02:00:00,425.0 -61752,sell_contrast_m10_bb_pos,sell,2026-03-31 02:03:00,425.0 -61753,sell_contrast_m10_bb_pos,sell,2026-03-31 02:06:00,424.0 -61754,sell_contrast_m10_bb_pos,sell,2026-03-31 02:09:00,422.0 -61755,sell_contrast_m10_bb_pos,sell,2026-03-31 06:51:00,419.0 -61756,sell_contrast_m10_bb_pos,sell,2026-03-31 06:54:00,418.0 -61757,sell_contrast_m10_bb_pos,sell,2026-03-31 06:57:00,418.0 -61758,sell_contrast_m10_bb_pos,sell,2026-03-31 10:30:00,420.0 -61759,sell_contrast_m10_bb_pos,sell,2026-03-31 10:33:00,421.0 -61760,sell_contrast_m10_bb_pos,sell,2026-03-31 10:36:00,421.0 -61761,sell_contrast_m10_bb_pos,sell,2026-03-31 10:39:00,420.0 -61762,sell_contrast_m10_bb_pos,sell,2026-03-31 10:42:00,419.0 -61763,sell_contrast_m10_bb_pos,sell,2026-03-31 10:45:00,418.0 -61764,sell_contrast_m10_bb_pos,sell,2026-03-31 10:48:00,418.0 -61765,sell_contrast_m10_bb_pos,sell,2026-03-31 11:12:00,421.0 -61766,sell_contrast_m10_bb_pos,sell,2026-03-31 11:15:00,421.0 -61767,sell_contrast_m10_bb_pos,sell,2026-03-31 11:18:00,424.0 -61768,sell_contrast_m10_bb_pos,sell,2026-03-31 11:21:00,422.0 -61769,sell_contrast_m10_bb_pos,sell,2026-03-31 11:24:00,423.0 -61770,sell_contrast_m10_bb_pos,sell,2026-03-31 11:27:00,423.0 -61771,sell_contrast_m10_bb_pos,sell,2026-03-31 11:30:00,423.0 -61772,sell_contrast_m10_bb_pos,sell,2026-03-31 11:33:00,423.0 -61773,sell_contrast_m10_bb_pos,sell,2026-03-31 11:36:00,424.0 -61774,sell_contrast_m10_bb_pos,sell,2026-03-31 11:39:00,424.0 -61775,sell_contrast_m10_bb_pos,sell,2026-03-31 11:42:00,424.0 -61776,sell_contrast_m10_bb_pos,sell,2026-03-31 11:45:00,424.0 -61777,sell_contrast_m10_bb_pos,sell,2026-03-31 11:48:00,422.0 -61778,sell_contrast_m10_bb_pos,sell,2026-03-31 14:12:00,422.0 -61779,sell_contrast_m10_bb_pos,sell,2026-03-31 14:15:00,421.0 -61780,sell_contrast_m10_bb_pos,sell,2026-03-31 14:18:00,421.0 -61781,sell_contrast_m10_bb_pos,sell,2026-03-31 16:00:00,423.0 -61782,sell_contrast_m10_bb_pos,sell,2026-03-31 16:03:00,423.0 -61783,sell_contrast_m10_bb_pos,sell,2026-03-31 16:06:00,423.0 -61784,sell_contrast_m10_bb_pos,sell,2026-03-31 16:09:00,422.0 -61785,sell_contrast_m10_bb_pos,sell,2026-03-31 17:12:00,422.0 -61786,sell_contrast_m10_bb_pos,sell,2026-03-31 17:15:00,422.0 -61787,sell_contrast_m10_bb_pos,sell,2026-03-31 17:18:00,424.0 -61788,sell_contrast_m10_bb_pos,sell,2026-03-31 21:12:00,417.0 -61789,sell_contrast_m10_bb_pos,sell,2026-03-31 21:15:00,417.0 -61790,sell_contrast_m10_bb_pos,sell,2026-03-31 21:18:00,417.0 -61791,sell_contrast_m10_bb_pos,sell,2026-03-31 21:21:00,418.0 -61792,sell_contrast_m10_bb_pos,sell,2026-03-31 21:24:00,417.0 -61793,sell_contrast_m10_bb_pos,sell,2026-03-31 21:27:00,418.0 -61794,sell_contrast_m10_bb_pos,sell,2026-03-31 23:00:00,421.0 -61795,sell_contrast_m10_bb_pos,sell,2026-03-31 23:03:00,421.0 -61796,sell_contrast_m10_bb_pos,sell,2026-03-31 23:06:00,419.0 -61797,sell_contrast_m10_bb_pos,sell,2026-03-31 23:09:00,420.0 -61798,sell_contrast_m10_bb_pos,sell,2026-04-01 05:42:00,418.0 -61799,sell_contrast_m10_bb_pos,sell,2026-04-01 05:45:00,417.0 -61800,sell_contrast_m10_bb_pos,sell,2026-04-01 05:48:00,419.0 -61801,sell_contrast_m10_bb_pos,sell,2026-04-01 06:00:00,418.0 -61802,sell_contrast_m10_bb_pos,sell,2026-04-01 06:03:00,416.0 -61803,sell_contrast_m10_bb_pos,sell,2026-04-01 06:06:00,418.0 -61804,sell_contrast_m10_bb_pos,sell,2026-04-01 06:09:00,417.0 -61805,sell_contrast_m10_bb_pos,sell,2026-04-01 06:21:00,418.0 -61806,sell_contrast_m10_bb_pos,sell,2026-04-01 06:24:00,418.0 -61807,sell_contrast_m10_bb_pos,sell,2026-04-01 06:27:00,418.0 -61808,sell_contrast_m10_bb_pos,sell,2026-04-01 09:42:00,418.0 -61809,sell_contrast_m10_bb_pos,sell,2026-04-01 09:45:00,419.0 -61810,sell_contrast_m10_bb_pos,sell,2026-04-01 09:48:00,419.0 -61811,sell_contrast_m10_bb_pos,sell,2026-04-01 09:51:00,421.0 -61812,sell_contrast_m10_bb_pos,sell,2026-04-01 09:54:00,421.0 -61813,sell_contrast_m10_bb_pos,sell,2026-04-01 09:57:00,422.0 -61814,sell_contrast_m10_bb_pos,sell,2026-04-01 10:30:00,422.0 -61815,sell_contrast_m10_bb_pos,sell,2026-04-01 10:33:00,424.0 -61816,sell_contrast_m10_bb_pos,sell,2026-04-01 10:36:00,422.0 -61817,sell_contrast_m10_bb_pos,sell,2026-04-01 10:39:00,422.0 -61818,sell_contrast_m10_bb_pos,sell,2026-04-01 14:21:00,422.0 -61819,sell_contrast_m10_bb_pos,sell,2026-04-01 14:24:00,421.0 -61820,sell_contrast_m10_bb_pos,sell,2026-04-01 14:27:00,423.0 -61821,sell_contrast_m10_bb_pos,sell,2026-04-01 14:42:00,423.0 -61822,sell_contrast_m10_bb_pos,sell,2026-04-01 14:45:00,423.0 -61823,sell_contrast_m10_bb_pos,sell,2026-04-01 14:48:00,423.0 -61824,sell_contrast_m10_bb_pos,sell,2026-04-01 14:51:00,424.0 -61825,sell_contrast_m10_bb_pos,sell,2026-04-01 14:54:00,424.0 -61826,sell_contrast_m10_bb_pos,sell,2026-04-01 14:57:00,423.0 -61827,sell_contrast_m10_bb_pos,sell,2026-04-01 15:12:00,426.0 -61828,sell_contrast_m10_bb_pos,sell,2026-04-01 15:15:00,424.0 -61829,sell_contrast_m10_bb_pos,sell,2026-04-01 15:18:00,425.0 -61830,sell_contrast_m10_bb_pos,sell,2026-04-01 15:30:00,425.0 -61831,sell_contrast_m10_bb_pos,sell,2026-04-01 15:33:00,424.0 -61832,sell_contrast_m10_bb_pos,sell,2026-04-01 15:36:00,424.0 -61833,sell_contrast_m10_bb_pos,sell,2026-04-01 15:39:00,424.0 -61834,sell_contrast_m10_bb_pos,sell,2026-04-01 19:51:00,425.0 -61835,sell_contrast_m10_bb_pos,sell,2026-04-01 19:54:00,423.0 -61836,sell_contrast_m10_bb_pos,sell,2026-04-01 19:57:00,422.0 -61837,sell_contrast_m10_bb_pos,sell,2026-04-01 20:21:00,425.0 -61838,sell_contrast_m10_bb_pos,sell,2026-04-01 20:24:00,424.0 -61839,sell_contrast_m10_bb_pos,sell,2026-04-01 20:27:00,426.0 -61840,sell_contrast_m10_bb_pos,sell,2026-04-01 20:51:00,426.0 -61841,sell_contrast_m10_bb_pos,sell,2026-04-01 20:54:00,425.0 -61842,sell_contrast_m10_bb_pos,sell,2026-04-01 20:57:00,425.0 -61843,sell_contrast_m10_bb_pos,sell,2026-04-01 21:12:00,427.0 -61844,sell_contrast_m10_bb_pos,sell,2026-04-01 21:15:00,427.0 -61845,sell_contrast_m10_bb_pos,sell,2026-04-01 21:18:00,427.0 -61846,sell_contrast_m10_bb_pos,sell,2026-04-01 21:21:00,425.0 -61847,sell_contrast_m10_bb_pos,sell,2026-04-01 21:24:00,425.0 -61848,sell_contrast_m10_bb_pos,sell,2026-04-01 21:27:00,424.0 -61849,sell_contrast_m10_bb_pos,sell,2026-04-01 21:51:00,428.0 -61850,sell_contrast_m10_bb_pos,sell,2026-04-01 21:54:00,427.0 -61851,sell_contrast_m10_bb_pos,sell,2026-04-01 21:57:00,427.0 -61852,sell_contrast_m10_bb_pos,sell,2026-04-01 22:00:00,427.0 -61853,sell_contrast_m10_bb_pos,sell,2026-04-01 22:03:00,425.0 -61854,sell_contrast_m10_bb_pos,sell,2026-04-01 22:06:00,424.0 -61855,sell_contrast_m10_bb_pos,sell,2026-04-01 22:09:00,425.0 -61856,sell_contrast_m10_bb_pos,sell,2026-04-01 22:21:00,427.0 -61857,sell_contrast_m10_bb_pos,sell,2026-04-01 22:24:00,426.0 -61858,sell_contrast_m10_bb_pos,sell,2026-04-01 22:27:00,427.0 -61859,sell_contrast_m10_bb_pos,sell,2026-04-02 06:51:00,423.0 -61860,sell_contrast_m10_bb_pos,sell,2026-04-02 06:54:00,422.0 -61861,sell_contrast_m10_bb_pos,sell,2026-04-02 06:57:00,423.0 -61862,sell_contrast_m10_bb_pos,sell,2026-04-02 07:00:00,424.0 -61863,sell_contrast_m10_bb_pos,sell,2026-04-02 07:03:00,423.0 -61864,sell_contrast_m10_bb_pos,sell,2026-04-02 07:06:00,421.0 -61865,sell_contrast_m10_bb_pos,sell,2026-04-02 07:09:00,422.0 -61866,sell_contrast_m10_bb_pos,sell,2026-04-02 15:00:00,411.0 -61867,sell_contrast_m10_bb_pos,sell,2026-04-02 15:03:00,410.0 -61868,sell_contrast_m10_bb_pos,sell,2026-04-02 15:06:00,411.0 -61869,sell_contrast_m10_bb_pos,sell,2026-04-02 15:09:00,412.0 -61870,sell_contrast_m10_bb_pos,sell,2026-04-02 15:12:00,412.0 -61871,sell_contrast_m10_bb_pos,sell,2026-04-02 15:15:00,412.0 -61872,sell_contrast_m10_bb_pos,sell,2026-04-02 15:18:00,413.0 -61873,sell_contrast_m10_bb_pos,sell,2026-04-02 15:30:00,412.0 -61874,sell_contrast_m10_bb_pos,sell,2026-04-02 15:33:00,413.0 -61875,sell_contrast_m10_bb_pos,sell,2026-04-02 15:36:00,413.0 -61876,sell_contrast_m10_bb_pos,sell,2026-04-02 15:39:00,412.0 -61877,sell_contrast_m10_bb_pos,sell,2026-04-02 15:42:00,413.0 -61878,sell_contrast_m10_bb_pos,sell,2026-04-02 15:45:00,413.0 -61879,sell_contrast_m10_bb_pos,sell,2026-04-02 15:48:00,413.0 -61880,sell_contrast_m10_bb_pos,sell,2026-04-02 16:12:00,413.0 -61881,sell_contrast_m10_bb_pos,sell,2026-04-02 16:15:00,413.0 -61882,sell_contrast_m10_bb_pos,sell,2026-04-02 16:18:00,413.0 -61883,sell_contrast_m10_bb_pos,sell,2026-04-03 00:00:00,409.0 -61884,sell_contrast_m10_bb_pos,sell,2026-04-03 00:03:00,408.0 -61885,sell_contrast_m10_bb_pos,sell,2026-04-03 00:06:00,408.0 -61886,sell_contrast_m10_bb_pos,sell,2026-04-03 00:09:00,409.0 -61887,sell_contrast_m10_bb_pos,sell,2026-04-03 00:12:00,410.0 -61888,sell_contrast_m10_bb_pos,sell,2026-04-03 00:15:00,409.0 -61889,sell_contrast_m10_bb_pos,sell,2026-04-03 00:18:00,407.0 -61890,sell_contrast_m10_bb_pos,sell,2026-04-03 05:21:00,408.0 -61891,sell_contrast_m10_bb_pos,sell,2026-04-03 05:24:00,407.0 -61892,sell_contrast_m10_bb_pos,sell,2026-04-03 05:27:00,407.0 -61893,sell_contrast_m10_bb_pos,sell,2026-04-03 05:30:00,408.0 -61894,sell_contrast_m10_bb_pos,sell,2026-04-03 05:33:00,409.0 -61895,sell_contrast_m10_bb_pos,sell,2026-04-03 05:36:00,409.0 -61896,sell_contrast_m10_bb_pos,sell,2026-04-03 05:39:00,410.0 -61897,sell_contrast_m10_bb_pos,sell,2026-04-03 13:51:00,406.0 -61898,sell_contrast_m10_bb_pos,sell,2026-04-03 13:54:00,406.0 -61899,sell_contrast_m10_bb_pos,sell,2026-04-03 13:57:00,407.0 -61900,sell_contrast_m10_bb_pos,sell,2026-04-03 14:12:00,407.0 -61901,sell_contrast_m10_bb_pos,sell,2026-04-03 14:15:00,407.0 -61902,sell_contrast_m10_bb_pos,sell,2026-04-03 14:18:00,406.0 -61903,sell_contrast_m10_bb_pos,sell,2026-04-03 14:21:00,407.0 -61904,sell_contrast_m10_bb_pos,sell,2026-04-03 14:24:00,406.0 -61905,sell_contrast_m10_bb_pos,sell,2026-04-03 14:27:00,407.0 -61906,sell_contrast_m10_bb_pos,sell,2026-04-03 15:00:00,409.0 -61907,sell_contrast_m10_bb_pos,sell,2026-04-03 15:03:00,408.0 -61908,sell_contrast_m10_bb_pos,sell,2026-04-03 15:06:00,409.0 -61909,sell_contrast_m10_bb_pos,sell,2026-04-03 15:09:00,408.0 -61910,sell_contrast_m10_bb_pos,sell,2026-04-03 15:51:00,411.0 -61911,sell_contrast_m10_bb_pos,sell,2026-04-03 15:54:00,411.0 -61912,sell_contrast_m10_bb_pos,sell,2026-04-03 15:57:00,411.0 -61913,sell_contrast_m10_bb_pos,sell,2026-04-03 16:00:00,411.0 -61914,sell_contrast_m10_bb_pos,sell,2026-04-03 16:03:00,410.0 -61915,sell_contrast_m10_bb_pos,sell,2026-04-03 16:06:00,411.0 -61916,sell_contrast_m10_bb_pos,sell,2026-04-03 16:09:00,411.0 -61917,sell_contrast_m10_bb_pos,sell,2026-04-03 16:12:00,411.0 -61918,sell_contrast_m10_bb_pos,sell,2026-04-03 16:15:00,411.0 -61919,sell_contrast_m10_bb_pos,sell,2026-04-03 16:18:00,411.0 -61920,sell_contrast_m10_bb_pos,sell,2026-04-03 17:12:00,411.0 -61921,sell_contrast_m10_bb_pos,sell,2026-04-03 17:15:00,410.0 -61922,sell_contrast_m10_bb_pos,sell,2026-04-03 17:18:00,411.0 -61923,sell_contrast_m10_bb_pos,sell,2026-04-03 18:21:00,412.0 -61924,sell_contrast_m10_bb_pos,sell,2026-04-03 18:24:00,411.0 -61925,sell_contrast_m10_bb_pos,sell,2026-04-03 18:27:00,412.0 -61926,sell_contrast_m10_bb_pos,sell,2026-04-03 18:42:00,412.0 -61927,sell_contrast_m10_bb_pos,sell,2026-04-03 18:45:00,413.0 -61928,sell_contrast_m10_bb_pos,sell,2026-04-03 18:48:00,413.0 -61929,sell_contrast_m10_bb_pos,sell,2026-04-03 18:51:00,413.0 -61930,sell_contrast_m10_bb_pos,sell,2026-04-03 18:54:00,413.0 -61931,sell_contrast_m10_bb_pos,sell,2026-04-03 18:57:00,413.0 -61932,sell_contrast_m10_bb_pos,sell,2026-04-03 20:42:00,412.0 -61933,sell_contrast_m10_bb_pos,sell,2026-04-03 20:45:00,413.0 -61934,sell_contrast_m10_bb_pos,sell,2026-04-03 20:48:00,412.0 -61935,sell_contrast_m10_bb_pos,sell,2026-04-03 20:51:00,413.0 -61936,sell_contrast_m10_bb_pos,sell,2026-04-03 20:54:00,413.0 -61937,sell_contrast_m10_bb_pos,sell,2026-04-03 20:57:00,414.0 -61938,sell_contrast_m10_bb_pos,sell,2026-04-03 21:30:00,414.0 -61939,sell_contrast_m10_bb_pos,sell,2026-04-03 21:33:00,412.0 -61940,sell_contrast_m10_bb_pos,sell,2026-04-03 21:36:00,412.0 -61941,sell_contrast_m10_bb_pos,sell,2026-04-03 21:39:00,413.0 -61942,sell_contrast_m10_bb_pos,sell,2026-04-04 00:12:00,413.0 -61943,sell_contrast_m10_bb_pos,sell,2026-04-04 00:15:00,414.0 -61944,sell_contrast_m10_bb_pos,sell,2026-04-04 00:18:00,413.0 -61945,sell_contrast_m10_bb_pos,sell,2026-04-04 13:12:00,403.0 -61946,sell_contrast_m10_bb_pos,sell,2026-04-04 13:15:00,404.0 -61947,sell_contrast_m10_bb_pos,sell,2026-04-04 13:18:00,403.0 -61948,sell_contrast_m10_bb_pos,sell,2026-04-04 13:51:00,404.0 -61949,sell_contrast_m10_bb_pos,sell,2026-04-04 13:54:00,404.0 -61950,sell_contrast_m10_bb_pos,sell,2026-04-04 13:57:00,403.0 -61951,sell_contrast_m10_bb_pos,sell,2026-04-04 15:51:00,404.0 -61952,sell_contrast_m10_bb_pos,sell,2026-04-04 15:54:00,403.0 -61953,sell_contrast_m10_bb_pos,sell,2026-04-04 15:57:00,404.0 -61954,sell_contrast_m10_bb_pos,sell,2026-04-04 21:42:00,400.0 -61955,sell_contrast_m10_bb_pos,sell,2026-04-04 21:45:00,399.0 -61956,sell_contrast_m10_bb_pos,sell,2026-04-04 21:48:00,399.0 -61957,sell_contrast_m10_bb_pos,sell,2026-04-04 22:00:00,400.0 -61958,sell_contrast_m10_bb_pos,sell,2026-04-04 22:03:00,401.0 -61959,sell_contrast_m10_bb_pos,sell,2026-04-04 22:06:00,399.0 -61960,sell_contrast_m10_bb_pos,sell,2026-04-04 22:09:00,399.0 -61961,sell_contrast_m10_bb_pos,sell,2026-04-04 22:30:00,401.0 -61962,sell_contrast_m10_bb_pos,sell,2026-04-04 22:33:00,400.0 -61963,sell_contrast_m10_bb_pos,sell,2026-04-04 22:36:00,400.0 -61964,sell_contrast_m10_bb_pos,sell,2026-04-04 22:39:00,402.0 -61965,sell_contrast_m10_bb_pos,sell,2026-04-04 22:42:00,401.0 -61966,sell_contrast_m10_bb_pos,sell,2026-04-04 22:45:00,402.0 -61967,sell_contrast_m10_bb_pos,sell,2026-04-04 22:48:00,400.0 -61968,sell_contrast_m10_bb_pos,sell,2026-04-05 02:21:00,400.0 -61969,sell_contrast_m10_bb_pos,sell,2026-04-05 02:24:00,401.0 -61970,sell_contrast_m10_bb_pos,sell,2026-04-05 02:27:00,402.0 -61971,sell_contrast_m10_bb_pos,sell,2026-04-05 02:42:00,402.0 -61972,sell_contrast_m10_bb_pos,sell,2026-04-05 02:45:00,402.0 -61973,sell_contrast_m10_bb_pos,sell,2026-04-05 02:48:00,402.0 -61974,sell_contrast_m10_bb_pos,sell,2026-04-05 02:51:00,402.0 -61975,sell_contrast_m10_bb_pos,sell,2026-04-05 02:54:00,402.0 -61976,sell_contrast_m10_bb_pos,sell,2026-04-05 02:57:00,401.0 -61977,sell_contrast_m10_bb_pos,sell,2026-04-05 03:00:00,402.0 -61978,sell_contrast_m10_bb_pos,sell,2026-04-05 03:03:00,402.0 -61979,sell_contrast_m10_bb_pos,sell,2026-04-05 03:06:00,401.0 -61980,sell_contrast_m10_bb_pos,sell,2026-04-05 03:09:00,401.0 -61981,sell_contrast_m10_bb_pos,sell,2026-04-06 00:51:00,379.0 -61982,sell_contrast_m10_bb_pos,sell,2026-04-06 00:54:00,378.0 -61983,sell_contrast_m10_bb_pos,sell,2026-04-06 00:57:00,378.0 -61984,sell_contrast_m10_bb_pos,sell,2026-04-06 01:12:00,380.0 -61985,sell_contrast_m10_bb_pos,sell,2026-04-06 01:15:00,381.0 -61986,sell_contrast_m10_bb_pos,sell,2026-04-06 01:18:00,381.0 -61987,sell_contrast_m10_bb_pos,sell,2026-04-06 01:30:00,380.0 -61988,sell_contrast_m10_bb_pos,sell,2026-04-06 01:33:00,381.0 -61989,sell_contrast_m10_bb_pos,sell,2026-04-06 01:36:00,380.0 -61990,sell_contrast_m10_bb_pos,sell,2026-04-06 01:39:00,381.0 -61991,sell_contrast_m10_bb_pos,sell,2026-04-06 01:42:00,380.0 -61992,sell_contrast_m10_bb_pos,sell,2026-04-06 01:45:00,380.0 -61993,sell_contrast_m10_bb_pos,sell,2026-04-06 01:48:00,380.0 -61994,sell_contrast_m10_bb_pos,sell,2026-04-06 08:00:00,372.0 -61995,sell_contrast_m10_bb_pos,sell,2026-04-06 08:03:00,371.0 -61996,sell_contrast_m10_bb_pos,sell,2026-04-06 08:06:00,370.0 -61997,sell_contrast_m10_bb_pos,sell,2026-04-06 08:09:00,371.0 -61998,sell_contrast_m10_bb_pos,sell,2026-04-06 08:51:00,375.0 -61999,sell_contrast_m10_bb_pos,sell,2026-04-06 08:54:00,375.0 -62000,sell_contrast_m10_bb_pos,sell,2026-04-06 08:57:00,375.0 -62001,sell_contrast_m10_bb_pos,sell,2026-04-06 09:00:00,377.0 -62002,sell_contrast_m10_bb_pos,sell,2026-04-06 09:03:00,380.0 -62003,sell_contrast_m10_bb_pos,sell,2026-04-06 09:06:00,382.0 -62004,sell_contrast_m10_bb_pos,sell,2026-04-06 09:09:00,380.0 -62005,sell_contrast_m10_bb_pos,sell,2026-04-06 09:21:00,378.0 -62006,sell_contrast_m10_bb_pos,sell,2026-04-06 09:24:00,378.0 -62007,sell_contrast_m10_bb_pos,sell,2026-04-06 09:27:00,378.0 -62008,sell_contrast_m10_bb_pos,sell,2026-04-06 09:30:00,379.0 -62009,sell_contrast_m10_bb_pos,sell,2026-04-06 09:33:00,378.0 -62010,sell_contrast_m10_bb_pos,sell,2026-04-06 09:36:00,378.0 -62011,sell_contrast_m10_bb_pos,sell,2026-04-06 09:39:00,377.0 -62012,sell_contrast_m10_bb_pos,sell,2026-04-06 11:21:00,380.0 -62013,sell_contrast_m10_bb_pos,sell,2026-04-06 11:24:00,378.0 -62014,sell_contrast_m10_bb_pos,sell,2026-04-06 11:27:00,378.0 -62015,sell_contrast_m10_bb_pos,sell,2026-04-06 11:42:00,379.0 -62016,sell_contrast_m10_bb_pos,sell,2026-04-06 11:45:00,379.0 -62017,sell_contrast_m10_bb_pos,sell,2026-04-06 11:48:00,380.0 -62018,sell_contrast_m10_bb_pos,sell,2026-04-06 17:51:00,375.0 -62019,sell_contrast_m10_bb_pos,sell,2026-04-06 17:54:00,374.0 -62020,sell_contrast_m10_bb_pos,sell,2026-04-06 17:57:00,375.0 -62021,sell_contrast_m10_bb_pos,sell,2026-04-06 18:12:00,376.0 -62022,sell_contrast_m10_bb_pos,sell,2026-04-06 18:15:00,377.0 -62023,sell_contrast_m10_bb_pos,sell,2026-04-06 18:18:00,378.0 -62024,sell_contrast_m10_bb_pos,sell,2026-04-06 18:51:00,377.0 -62025,sell_contrast_m10_bb_pos,sell,2026-04-06 18:54:00,377.0 -62026,sell_contrast_m10_bb_pos,sell,2026-04-06 18:57:00,378.0 -62027,sell_contrast_m10_bb_pos,sell,2026-04-06 19:30:00,381.0 -62028,sell_contrast_m10_bb_pos,sell,2026-04-06 19:33:00,381.0 -62029,sell_contrast_m10_bb_pos,sell,2026-04-06 19:36:00,381.0 -62030,sell_contrast_m10_bb_pos,sell,2026-04-06 19:39:00,381.0 -62031,sell_contrast_m10_bb_pos,sell,2026-04-06 19:42:00,382.0 -62032,sell_contrast_m10_bb_pos,sell,2026-04-06 19:45:00,383.0 -62033,sell_contrast_m10_bb_pos,sell,2026-04-06 19:48:00,381.0 -62034,sell_contrast_m10_bb_pos,sell,2026-04-06 19:51:00,381.0 -62035,sell_contrast_m10_bb_pos,sell,2026-04-06 19:54:00,382.0 -62036,sell_contrast_m10_bb_pos,sell,2026-04-06 19:57:00,381.0 -62037,sell_contrast_m10_bb_pos,sell,2026-04-06 20:00:00,382.0 -62038,sell_contrast_m10_bb_pos,sell,2026-04-06 20:03:00,381.0 -62039,sell_contrast_m10_bb_pos,sell,2026-04-06 20:06:00,383.0 -62040,sell_contrast_m10_bb_pos,sell,2026-04-06 20:09:00,383.0 -62041,sell_contrast_m10_bb_pos,sell,2026-04-06 20:21:00,383.0 -62042,sell_contrast_m10_bb_pos,sell,2026-04-06 20:24:00,382.0 -62043,sell_contrast_m10_bb_pos,sell,2026-04-06 20:27:00,382.0 -62044,sell_contrast_m10_bb_pos,sell,2026-04-06 22:30:00,383.0 -62045,sell_contrast_m10_bb_pos,sell,2026-04-06 22:33:00,384.0 -62046,sell_contrast_m10_bb_pos,sell,2026-04-06 22:36:00,385.0 -62047,sell_contrast_m10_bb_pos,sell,2026-04-06 22:39:00,384.0 -62048,sell_contrast_m10_bb_pos,sell,2026-04-06 23:00:00,384.0 -62049,sell_contrast_m10_bb_pos,sell,2026-04-06 23:03:00,384.0 -62050,sell_contrast_m10_bb_pos,sell,2026-04-06 23:06:00,383.0 -62051,sell_contrast_m10_bb_pos,sell,2026-04-06 23:09:00,382.0 -62052,sell_contrast_m10_bb_pos,sell,2026-04-07 14:00:00,369.0 -62053,sell_contrast_m10_bb_pos,sell,2026-04-07 14:03:00,370.0 -62054,sell_contrast_m10_bb_pos,sell,2026-04-07 14:06:00,369.0 -62055,sell_contrast_m10_bb_pos,sell,2026-04-07 14:09:00,368.0 -62056,sell_contrast_m10_bb_pos,sell,2026-04-07 14:21:00,370.0 -62057,sell_contrast_m10_bb_pos,sell,2026-04-07 14:24:00,369.0 -62058,sell_contrast_m10_bb_pos,sell,2026-04-07 14:27:00,368.0 -62059,sell_contrast_m10_bb_pos,sell,2026-04-07 16:00:00,370.0 -62060,sell_contrast_m10_bb_pos,sell,2026-04-07 16:03:00,370.0 -62061,sell_contrast_m10_bb_pos,sell,2026-04-07 16:06:00,370.0 -62062,sell_contrast_m10_bb_pos,sell,2026-04-07 16:09:00,370.0 -62063,sell_contrast_m10_bb_pos,sell,2026-04-07 16:12:00,368.0 -62064,sell_contrast_m10_bb_pos,sell,2026-04-07 16:15:00,369.0 -62065,sell_contrast_m10_bb_pos,sell,2026-04-07 16:18:00,369.0 -62066,sell_contrast_m10_bb_pos,sell,2026-04-07 17:30:00,371.0 -62067,sell_contrast_m10_bb_pos,sell,2026-04-07 17:33:00,372.0 -62068,sell_contrast_m10_bb_pos,sell,2026-04-07 17:36:00,370.0 -62069,sell_contrast_m10_bb_pos,sell,2026-04-07 18:21:00,373.0 -62070,sell_contrast_m10_bb_pos,sell,2026-04-07 18:24:00,373.0 -62071,sell_contrast_m10_bb_pos,sell,2026-04-07 18:27:00,372.0 -62072,sell_contrast_m10_bb_pos,sell,2026-04-07 18:42:00,373.0 -62073,sell_contrast_m10_bb_pos,sell,2026-04-07 18:45:00,373.0 -62074,sell_contrast_m10_bb_pos,sell,2026-04-07 18:48:00,374.0 -62075,sell_contrast_m10_bb_pos,sell,2026-04-07 18:51:00,373.0 -62076,sell_contrast_m10_bb_pos,sell,2026-04-07 18:54:00,373.0 -62077,sell_contrast_m10_bb_pos,sell,2026-04-07 18:57:00,373.0 -62078,sell_contrast_m10_bb_pos,sell,2026-04-07 19:00:00,374.0 -62079,sell_contrast_m10_bb_pos,sell,2026-04-07 19:03:00,375.0 -62080,sell_contrast_m10_bb_pos,sell,2026-04-07 19:06:00,375.0 -62081,sell_contrast_m10_bb_pos,sell,2026-04-07 19:09:00,375.0 -62082,sell_contrast_m10_bb_pos,sell,2026-04-07 19:12:00,372.0 -62083,sell_contrast_m10_bb_pos,sell,2026-04-07 19:15:00,373.0 -62084,sell_contrast_m10_bb_pos,sell,2026-04-07 19:18:00,373.0 -62085,sell_contrast_m10_bb_pos,sell,2026-04-07 23:30:00,372.0 -62086,sell_contrast_m10_bb_pos,sell,2026-04-07 23:33:00,372.0 -62087,sell_contrast_m10_bb_pos,sell,2026-04-07 23:36:00,372.0 -62088,sell_contrast_m10_bb_pos,sell,2026-04-07 23:39:00,370.0 -62089,sell_contrast_m10_bb_pos,sell,2026-04-08 03:42:00,382.0 -62090,sell_contrast_m10_bb_pos,sell,2026-04-08 03:45:00,382.0 -62091,sell_contrast_m10_bb_pos,sell,2026-04-08 03:48:00,381.0 -62092,sell_contrast_m10_bb_pos,sell,2026-04-08 05:00:00,386.0 -62093,sell_contrast_m10_bb_pos,sell,2026-04-08 05:03:00,387.0 -62094,sell_contrast_m10_bb_pos,sell,2026-04-08 05:06:00,388.0 -62095,sell_contrast_m10_bb_pos,sell,2026-04-08 05:09:00,387.0 -62096,sell_contrast_m10_bb_pos,sell,2026-04-08 06:21:00,390.0 -62097,sell_contrast_m10_bb_pos,sell,2026-04-08 06:24:00,390.0 -62098,sell_contrast_m10_bb_pos,sell,2026-04-08 06:27:00,391.0 -62099,sell_contrast_m10_bb_pos,sell,2026-04-08 06:30:00,391.0 -62100,sell_contrast_m10_bb_pos,sell,2026-04-08 06:33:00,393.0 -62101,sell_contrast_m10_bb_pos,sell,2026-04-08 06:36:00,395.0 -62102,sell_contrast_m10_bb_pos,sell,2026-04-08 06:39:00,398.0 -62103,sell_contrast_m10_bb_pos,sell,2026-04-08 07:42:00,398.0 -62104,sell_contrast_m10_bb_pos,sell,2026-04-08 07:45:00,398.0 -62105,sell_contrast_m10_bb_pos,sell,2026-04-08 07:48:00,400.0 -62106,sell_contrast_m10_bb_pos,sell,2026-04-08 07:51:00,403.0 -62107,sell_contrast_m10_bb_pos,sell,2026-04-08 07:54:00,404.0 -62108,sell_contrast_m10_bb_pos,sell,2026-04-08 07:57:00,404.0 -62109,sell_contrast_m10_bb_pos,sell,2026-04-08 08:00:00,405.0 -62110,sell_contrast_m10_bb_pos,sell,2026-04-08 08:03:00,403.0 -62111,sell_contrast_m10_bb_pos,sell,2026-04-08 08:06:00,401.0 -62112,sell_contrast_m10_bb_pos,sell,2026-04-08 08:09:00,401.0 -62113,sell_contrast_m10_bb_pos,sell,2026-04-08 08:30:00,406.0 -62114,sell_contrast_m10_bb_pos,sell,2026-04-08 08:33:00,406.0 -62115,sell_contrast_m10_bb_pos,sell,2026-04-08 08:36:00,407.0 -62116,sell_contrast_m10_bb_pos,sell,2026-04-08 08:39:00,407.0 -62117,sell_contrast_m10_bb_pos,sell,2026-04-08 08:51:00,408.0 -62118,sell_contrast_m10_bb_pos,sell,2026-04-08 08:54:00,406.0 -62119,sell_contrast_m10_bb_pos,sell,2026-04-08 08:57:00,404.0 -62120,sell_contrast_m10_bb_pos,sell,2026-04-08 15:30:00,394.0 -62121,sell_contrast_m10_bb_pos,sell,2026-04-08 15:33:00,392.0 -62122,sell_contrast_m10_bb_pos,sell,2026-04-08 15:36:00,393.0 -62123,sell_contrast_m10_bb_pos,sell,2026-04-08 15:39:00,392.0 -62124,sell_contrast_m10_bb_pos,sell,2026-04-08 19:51:00,391.0 -62125,sell_contrast_m10_bb_pos,sell,2026-04-08 19:54:00,390.0 -62126,sell_contrast_m10_bb_pos,sell,2026-04-08 19:57:00,390.0 -62127,sell_contrast_m10_bb_pos,sell,2026-04-08 22:21:00,393.0 -62128,sell_contrast_m10_bb_pos,sell,2026-04-08 22:24:00,393.0 -62129,sell_contrast_m10_bb_pos,sell,2026-04-08 22:27:00,393.0 -62130,sell_contrast_m10_bb_pos,sell,2026-04-08 22:42:00,393.0 -62131,sell_contrast_m10_bb_pos,sell,2026-04-08 22:45:00,391.0 -62132,sell_contrast_m10_bb_pos,sell,2026-04-08 22:48:00,393.0 -62133,sell_contrast_m10_bb_pos,sell,2026-04-09 01:12:00,394.0 -62134,sell_contrast_m10_bb_pos,sell,2026-04-09 01:15:00,394.0 -62135,sell_contrast_m10_bb_pos,sell,2026-04-09 01:18:00,393.0 -62136,sell_contrast_m10_bb_pos,sell,2026-04-09 02:00:00,396.0 -62137,sell_contrast_m10_bb_pos,sell,2026-04-09 02:03:00,397.0 -62138,sell_contrast_m10_bb_pos,sell,2026-04-09 02:06:00,398.0 -62139,sell_contrast_m10_bb_pos,sell,2026-04-09 02:09:00,397.0 -62140,sell_contrast_m10_bb_pos,sell,2026-04-09 02:12:00,399.0 -62141,sell_contrast_m10_bb_pos,sell,2026-04-09 02:15:00,398.0 -62142,sell_contrast_m10_bb_pos,sell,2026-04-09 02:18:00,396.0 -62143,sell_contrast_m10_bb_pos,sell,2026-04-09 02:21:00,396.0 -62144,sell_contrast_m10_bb_pos,sell,2026-04-09 02:24:00,393.0 -62145,sell_contrast_m10_bb_pos,sell,2026-04-09 02:27:00,393.0 -62146,sell_contrast_m10_bb_pos,sell,2026-04-09 16:00:00,383.0 -62147,sell_contrast_m10_bb_pos,sell,2026-04-09 16:03:00,382.0 -62148,sell_contrast_m10_bb_pos,sell,2026-04-09 16:06:00,383.0 -62149,sell_contrast_m10_bb_pos,sell,2026-04-09 16:09:00,383.0 -62150,sell_contrast_m10_bb_pos,sell,2026-04-09 16:12:00,383.0 -62151,sell_contrast_m10_bb_pos,sell,2026-04-09 16:15:00,383.0 -62152,sell_contrast_m10_bb_pos,sell,2026-04-09 16:18:00,383.0 -62153,sell_contrast_m10_bb_pos,sell,2026-04-09 16:42:00,382.0 -62154,sell_contrast_m10_bb_pos,sell,2026-04-09 16:45:00,382.0 -62155,sell_contrast_m10_bb_pos,sell,2026-04-09 16:48:00,382.0 -62156,sell_contrast_m10_bb_pos,sell,2026-04-09 19:42:00,390.0 -62157,sell_contrast_m10_bb_pos,sell,2026-04-09 19:45:00,390.0 -62158,sell_contrast_m10_bb_pos,sell,2026-04-09 19:48:00,390.0 -62159,sell_contrast_m10_bb_pos,sell,2026-04-09 20:00:00,390.0 -62160,sell_contrast_m10_bb_pos,sell,2026-04-09 20:03:00,391.0 -62161,sell_contrast_m10_bb_pos,sell,2026-04-09 20:06:00,391.0 -62162,sell_contrast_m10_bb_pos,sell,2026-04-09 20:09:00,392.0 -62163,sell_contrast_m10_bb_pos,sell,2026-04-09 20:12:00,391.0 -62164,sell_contrast_m10_bb_pos,sell,2026-04-09 20:15:00,391.0 -62165,sell_contrast_m10_bb_pos,sell,2026-04-09 20:18:00,391.0 -62166,sell_contrast_m10_bb_pos,sell,2026-04-09 20:21:00,391.0 -62167,sell_contrast_m10_bb_pos,sell,2026-04-09 20:24:00,391.0 -62168,sell_contrast_m10_bb_pos,sell,2026-04-09 20:27:00,392.0 -62169,sell_contrast_m10_bb_pos,sell,2026-04-09 23:42:00,391.0 -62170,sell_contrast_m10_bb_pos,sell,2026-04-09 23:45:00,392.0 -62171,sell_contrast_m10_bb_pos,sell,2026-04-09 23:48:00,394.0 -62172,sell_contrast_m10_bb_pos,sell,2026-04-10 00:30:00,394.0 -62173,sell_contrast_m10_bb_pos,sell,2026-04-10 00:33:00,394.0 -62174,sell_contrast_m10_bb_pos,sell,2026-04-10 00:36:00,397.0 -62175,sell_contrast_m10_bb_pos,sell,2026-04-10 00:39:00,395.0 -62176,sell_contrast_m10_bb_pos,sell,2026-04-10 00:42:00,396.0 -62177,sell_contrast_m10_bb_pos,sell,2026-04-10 00:45:00,397.0 -62178,sell_contrast_m10_bb_pos,sell,2026-04-10 00:48:00,398.0 -62179,sell_contrast_m10_bb_pos,sell,2026-04-10 00:51:00,398.0 -62180,sell_contrast_m10_bb_pos,sell,2026-04-10 00:54:00,399.0 -62181,sell_contrast_m10_bb_pos,sell,2026-04-10 00:57:00,397.0 -62182,sell_contrast_m10_bb_pos,sell,2026-04-10 01:00:00,397.0 -62183,sell_contrast_m10_bb_pos,sell,2026-04-10 01:03:00,399.0 -62184,sell_contrast_m10_bb_pos,sell,2026-04-10 01:06:00,397.0 -62185,sell_contrast_m10_bb_pos,sell,2026-04-10 01:09:00,398.0 -62186,sell_contrast_m10_bb_pos,sell,2026-04-10 01:12:00,398.0 -62187,sell_contrast_m10_bb_pos,sell,2026-04-10 01:15:00,398.0 -62188,sell_contrast_m10_bb_pos,sell,2026-04-10 01:18:00,399.0 -62189,sell_contrast_m10_bb_pos,sell,2026-04-10 01:21:00,398.0 -62190,sell_contrast_m10_bb_pos,sell,2026-04-10 01:24:00,396.0 -62191,sell_contrast_m10_bb_pos,sell,2026-04-10 01:27:00,396.0 -62192,sell_contrast_m10_bb_pos,sell,2026-04-10 02:12:00,398.0 -62193,sell_contrast_m10_bb_pos,sell,2026-04-10 02:15:00,398.0 -62194,sell_contrast_m10_bb_pos,sell,2026-04-10 02:18:00,398.0 -62195,sell_contrast_m10_bb_pos,sell,2026-04-10 04:12:00,398.0 -62196,sell_contrast_m10_bb_pos,sell,2026-04-10 04:15:00,398.0 -62197,sell_contrast_m10_bb_pos,sell,2026-04-10 04:18:00,397.0 -62198,sell_contrast_m10_bb_pos,sell,2026-04-10 05:12:00,400.0 -62199,sell_contrast_m10_bb_pos,sell,2026-04-10 05:15:00,400.0 -62200,sell_contrast_m10_bb_pos,sell,2026-04-10 05:18:00,402.0 -62201,sell_contrast_m10_bb_pos,sell,2026-04-10 05:21:00,401.0 -62202,sell_contrast_m10_bb_pos,sell,2026-04-10 05:27:00,401.0 -62203,sell_contrast_m10_bb_pos,sell,2026-04-10 06:51:00,403.0 -62204,sell_contrast_m10_bb_pos,sell,2026-04-10 06:54:00,402.0 -62205,sell_contrast_m10_bb_pos,sell,2026-04-10 06:57:00,402.0 -62206,sell_contrast_m10_bb_pos,sell,2026-04-10 07:42:00,406.0 -62207,sell_contrast_m10_bb_pos,sell,2026-04-10 07:45:00,406.0 -62208,sell_contrast_m10_bb_pos,sell,2026-04-10 07:48:00,405.0 -62209,sell_contrast_m10_bb_pos,sell,2026-04-10 11:21:00,400.0 -62210,sell_contrast_m10_bb_pos,sell,2026-04-10 11:24:00,402.0 -62211,sell_contrast_m10_bb_pos,sell,2026-04-10 11:27:00,402.0 -62212,sell_contrast_m10_bb_pos,sell,2026-04-10 11:42:00,402.0 -62213,sell_contrast_m10_bb_pos,sell,2026-04-10 11:45:00,402.0 -62214,sell_contrast_m10_bb_pos,sell,2026-04-10 11:48:00,401.0 -62215,sell_contrast_m10_bb_pos,sell,2026-04-10 15:00:00,402.0 -62216,sell_contrast_m10_bb_pos,sell,2026-04-10 15:03:00,403.0 -62217,sell_contrast_m10_bb_pos,sell,2026-04-10 15:06:00,404.0 -62218,sell_contrast_m10_bb_pos,sell,2026-04-10 15:09:00,404.0 -62219,sell_contrast_m10_bb_pos,sell,2026-04-10 15:21:00,403.0 -62220,sell_contrast_m10_bb_pos,sell,2026-04-10 15:24:00,402.0 -62221,sell_contrast_m10_bb_pos,sell,2026-04-10 15:27:00,403.0 -62222,sell_contrast_m10_bb_pos,sell,2026-04-10 19:21:00,401.0 -62223,sell_contrast_m10_bb_pos,sell,2026-04-10 19:24:00,402.0 -62224,sell_contrast_m10_bb_pos,sell,2026-04-10 19:27:00,400.0 -62225,sell_contrast_m10_bb_pos,sell,2026-04-10 21:21:00,402.0 -62226,sell_contrast_m10_bb_pos,sell,2026-04-10 21:24:00,399.0 -62227,sell_contrast_m10_bb_pos,sell,2026-04-10 21:27:00,398.0 -62228,sell_contrast_m10_bb_pos,sell,2026-04-10 22:12:00,402.0 -62229,sell_contrast_m10_bb_pos,sell,2026-04-10 22:15:00,401.0 -62230,sell_contrast_m10_bb_pos,sell,2026-04-10 22:18:00,401.0 -62231,sell_contrast_m10_bb_pos,sell,2026-04-11 00:30:00,409.0 -62232,sell_contrast_m10_bb_pos,sell,2026-04-11 00:33:00,409.0 -62233,sell_contrast_m10_bb_pos,sell,2026-04-11 00:36:00,409.0 -62234,sell_contrast_m10_bb_pos,sell,2026-04-11 00:39:00,410.0 -62235,sell_contrast_m10_bb_pos,sell,2026-04-11 00:42:00,409.0 -62236,sell_contrast_m10_bb_pos,sell,2026-04-11 00:45:00,410.0 -62237,sell_contrast_m10_bb_pos,sell,2026-04-11 00:48:00,411.0 -62238,sell_contrast_m10_bb_pos,sell,2026-04-11 00:51:00,410.0 -62239,sell_contrast_m10_bb_pos,sell,2026-04-11 00:54:00,412.0 -62240,sell_contrast_m10_bb_pos,sell,2026-04-11 00:57:00,411.0 -62241,sell_contrast_m10_bb_pos,sell,2026-04-11 01:00:00,413.0 -62242,sell_contrast_m10_bb_pos,sell,2026-04-11 01:03:00,414.0 -62243,sell_contrast_m10_bb_pos,sell,2026-04-11 01:06:00,412.0 -62244,sell_contrast_m10_bb_pos,sell,2026-04-11 01:09:00,413.0 -62245,sell_contrast_m10_bb_pos,sell,2026-04-11 01:12:00,413.0 -62246,sell_contrast_m10_bb_pos,sell,2026-04-11 01:15:00,414.0 -62247,sell_contrast_m10_bb_pos,sell,2026-04-11 01:18:00,414.0 -62248,sell_contrast_m10_bb_pos,sell,2026-04-11 01:21:00,413.0 -62249,sell_contrast_m10_bb_pos,sell,2026-04-11 01:24:00,412.0 -62250,sell_contrast_m10_bb_pos,sell,2026-04-11 01:27:00,411.0 -62251,sell_contrast_m10_bb_pos,sell,2026-04-11 04:00:00,414.0 -62252,sell_contrast_m10_bb_pos,sell,2026-04-11 04:03:00,413.0 -62253,sell_contrast_m10_bb_pos,sell,2026-04-11 04:06:00,413.0 -62254,sell_contrast_m10_bb_pos,sell,2026-04-11 04:09:00,412.0 -62255,sell_contrast_m10_bb_pos,sell,2026-04-11 04:42:00,413.0 -62256,sell_contrast_m10_bb_pos,sell,2026-04-11 04:45:00,413.0 -62257,sell_contrast_m10_bb_pos,sell,2026-04-11 04:48:00,413.0 -62258,sell_contrast_m10_bb_pos,sell,2026-04-11 05:30:00,419.0 -62259,sell_contrast_m10_bb_pos,sell,2026-04-11 05:33:00,419.0 -62260,sell_contrast_m10_bb_pos,sell,2026-04-11 05:36:00,419.0 -62261,sell_contrast_m10_bb_pos,sell,2026-04-11 05:39:00,417.0 -62262,sell_contrast_m10_bb_pos,sell,2026-04-11 05:51:00,420.0 -62263,sell_contrast_m10_bb_pos,sell,2026-04-11 05:54:00,419.0 -62264,sell_contrast_m10_bb_pos,sell,2026-04-11 05:57:00,421.0 -62265,sell_contrast_m10_bb_pos,sell,2026-04-11 06:00:00,421.0 -62266,sell_contrast_m10_bb_pos,sell,2026-04-11 06:03:00,423.0 -62267,sell_contrast_m10_bb_pos,sell,2026-04-11 06:06:00,421.0 -62268,sell_contrast_m10_bb_pos,sell,2026-04-11 06:09:00,419.0 -62269,sell_contrast_m10_bb_pos,sell,2026-04-11 11:00:00,416.0 -62270,sell_contrast_m10_bb_pos,sell,2026-04-11 11:03:00,416.0 -62271,sell_contrast_m10_bb_pos,sell,2026-04-11 11:06:00,416.0 -62272,sell_contrast_m10_bb_pos,sell,2026-04-11 11:09:00,417.0 -62273,sell_contrast_m10_bb_pos,sell,2026-04-11 11:42:00,424.0 -62274,sell_contrast_m10_bb_pos,sell,2026-04-11 11:45:00,420.0 -62275,sell_contrast_m10_bb_pos,sell,2026-04-11 11:48:00,419.0 -62276,sell_contrast_m10_bb_pos,sell,2026-04-11 12:00:00,421.0 -62277,sell_contrast_m10_bb_pos,sell,2026-04-11 12:03:00,423.0 -62278,sell_contrast_m10_bb_pos,sell,2026-04-11 12:06:00,422.0 -62279,sell_contrast_m10_bb_pos,sell,2026-04-11 12:09:00,422.0 -62280,sell_contrast_m10_bb_pos,sell,2026-04-11 12:21:00,422.0 -62281,sell_contrast_m10_bb_pos,sell,2026-04-11 12:24:00,422.0 -62282,sell_contrast_m10_bb_pos,sell,2026-04-11 12:27:00,422.0 -62283,sell_contrast_m10_bb_pos,sell,2026-04-11 23:21:00,423.0 -62284,sell_contrast_m10_bb_pos,sell,2026-04-11 23:24:00,423.0 -62285,sell_contrast_m10_bb_pos,sell,2026-04-11 23:27:00,422.0 -62286,sell_contrast_m10_bb_pos,sell,2026-04-11 23:42:00,423.0 -62287,sell_contrast_m10_bb_pos,sell,2026-04-11 23:45:00,423.0 -62288,sell_contrast_m10_bb_pos,sell,2026-04-11 23:48:00,423.0 -62289,sell_contrast_m10_bb_pos,sell,2026-04-11 23:51:00,424.0 -62290,sell_contrast_m10_bb_pos,sell,2026-04-11 23:54:00,424.0 -62291,sell_contrast_m10_bb_pos,sell,2026-04-11 23:57:00,423.0 -62292,sell_contrast_m10_bb_pos,sell,2026-04-12 00:42:00,431.0 -62293,sell_contrast_m10_bb_pos,sell,2026-04-12 00:45:00,431.0 -62294,sell_contrast_m10_bb_pos,sell,2026-04-12 00:48:00,432.0 -62295,sell_contrast_m10_bb_pos,sell,2026-04-12 00:51:00,433.0 -62296,sell_contrast_m10_bb_pos,sell,2026-04-12 00:54:00,436.0 -62297,sell_contrast_m10_bb_pos,sell,2026-04-12 00:57:00,437.0 -62298,sell_contrast_m10_bb_pos,sell,2026-04-12 01:12:00,437.0 -62299,sell_contrast_m10_bb_pos,sell,2026-04-12 01:15:00,435.0 -62300,sell_contrast_m10_bb_pos,sell,2026-04-12 01:18:00,435.0 -62301,sell_contrast_m10_bb_pos,sell,2026-04-12 01:21:00,436.0 -62302,sell_contrast_m10_bb_pos,sell,2026-04-12 01:24:00,435.0 -62303,sell_contrast_m10_bb_pos,sell,2026-04-12 01:27:00,435.0 -62304,sell_contrast_m10_bb_pos,sell,2026-04-12 04:30:00,444.0 -62305,sell_contrast_m10_bb_pos,sell,2026-04-12 04:33:00,444.0 -62306,sell_contrast_m10_bb_pos,sell,2026-04-12 04:36:00,441.0 -62307,sell_contrast_m10_bb_pos,sell,2026-04-12 04:39:00,442.0 -62308,sell_contrast_m10_bb_pos,sell,2026-04-12 04:42:00,444.0 -62309,sell_contrast_m10_bb_pos,sell,2026-04-12 04:45:00,444.0 -62310,sell_contrast_m10_bb_pos,sell,2026-04-12 04:48:00,442.0 -62311,sell_contrast_m10_bb_pos,sell,2026-04-12 05:51:00,448.0 -62312,sell_contrast_m10_bb_pos,sell,2026-04-12 05:54:00,447.0 -62313,sell_contrast_m10_bb_pos,sell,2026-04-12 05:57:00,447.0 -62314,sell_contrast_m10_bb_pos,sell,2026-04-12 07:12:00,446.0 -62315,sell_contrast_m10_bb_pos,sell,2026-04-12 07:15:00,446.0 -62316,sell_contrast_m10_bb_pos,sell,2026-04-12 07:18:00,448.0 -62317,sell_contrast_m10_bb_pos,sell,2026-04-12 07:21:00,448.0 -62318,sell_contrast_m10_bb_pos,sell,2026-04-12 07:24:00,448.0 -62319,sell_contrast_m10_bb_pos,sell,2026-04-12 07:27:00,445.0 -62320,sell_contrast_m10_bb_pos,sell,2026-04-12 10:30:00,447.0 -62321,sell_contrast_m10_bb_pos,sell,2026-04-12 10:33:00,446.0 -62322,sell_contrast_m10_bb_pos,sell,2026-04-12 10:36:00,440.0 -62323,sell_contrast_m10_bb_pos,sell,2026-04-12 10:39:00,436.0 -62324,sell_contrast_m10_bb_pos,sell,2026-04-12 17:21:00,431.0 -62325,sell_contrast_m10_bb_pos,sell,2026-04-12 17:24:00,431.0 -62326,sell_contrast_m10_bb_pos,sell,2026-04-12 17:27:00,431.0 -62327,sell_contrast_m10_bb_pos,sell,2026-04-12 17:30:00,432.0 -62328,sell_contrast_m10_bb_pos,sell,2026-04-12 17:33:00,433.0 -62329,sell_contrast_m10_bb_pos,sell,2026-04-12 17:36:00,431.0 -62330,sell_contrast_m10_bb_pos,sell,2026-04-12 17:39:00,432.0 -62331,sell_contrast_m10_bb_pos,sell,2026-04-12 17:42:00,433.0 -62332,sell_contrast_m10_bb_pos,sell,2026-04-12 17:45:00,433.0 -62333,sell_contrast_m10_bb_pos,sell,2026-04-12 17:48:00,432.0 -62334,sell_contrast_m10_bb_pos,sell,2026-04-12 17:51:00,432.0 -62335,sell_contrast_m10_bb_pos,sell,2026-04-12 17:54:00,432.0 -62336,sell_contrast_m10_bb_pos,sell,2026-04-12 17:57:00,432.0 -62337,sell_contrast_m10_bb_pos,sell,2026-04-12 18:00:00,432.0 -62338,sell_contrast_m10_bb_pos,sell,2026-04-12 18:03:00,432.0 -62339,sell_contrast_m10_bb_pos,sell,2026-04-12 18:06:00,432.0 -62340,sell_contrast_m10_bb_pos,sell,2026-04-12 18:09:00,432.0 -62341,sell_contrast_m10_bb_pos,sell,2026-04-12 18:12:00,433.0 -62342,sell_contrast_m10_bb_pos,sell,2026-04-12 18:15:00,435.0 -62343,sell_contrast_m10_bb_pos,sell,2026-04-12 18:18:00,436.0 -62344,sell_contrast_m10_bb_pos,sell,2026-04-12 18:21:00,433.0 -62345,sell_contrast_m10_bb_pos,sell,2026-04-12 18:24:00,434.0 -62346,sell_contrast_m10_bb_pos,sell,2026-04-12 18:27:00,433.0 -62347,sell_contrast_m10_bb_pos,sell,2026-04-12 18:42:00,434.0 -62348,sell_contrast_m10_bb_pos,sell,2026-04-12 18:45:00,435.0 -62349,sell_contrast_m10_bb_pos,sell,2026-04-12 18:48:00,434.0 -62350,sell_contrast_m10_bb_pos,sell,2026-04-12 19:00:00,435.0 -62351,sell_contrast_m10_bb_pos,sell,2026-04-12 19:03:00,434.0 -62352,sell_contrast_m10_bb_pos,sell,2026-04-12 19:06:00,435.0 -62353,sell_contrast_m10_bb_pos,sell,2026-04-12 19:09:00,436.0 -62354,sell_contrast_m10_bb_pos,sell,2026-04-12 19:12:00,436.0 -62355,sell_contrast_m10_bb_pos,sell,2026-04-12 19:15:00,437.0 -62356,sell_contrast_m10_bb_pos,sell,2026-04-12 19:18:00,440.0 -62357,sell_contrast_m10_bb_pos,sell,2026-04-12 19:51:00,439.0 -62358,sell_contrast_m10_bb_pos,sell,2026-04-12 19:54:00,436.0 -62359,sell_contrast_m10_bb_pos,sell,2026-04-12 19:57:00,435.0 -62360,sell_contrast_m10_bb_pos,sell,2026-04-12 20:21:00,439.0 -62361,sell_contrast_m10_bb_pos,sell,2026-04-12 20:24:00,440.0 -62362,sell_contrast_m10_bb_pos,sell,2026-04-12 20:27:00,441.0 -62363,sell_contrast_m10_bb_pos,sell,2026-04-12 20:30:00,441.0 -62364,sell_contrast_m10_bb_pos,sell,2026-04-12 20:33:00,441.0 -62365,sell_contrast_m10_bb_pos,sell,2026-04-12 20:36:00,439.0 -62366,sell_contrast_m10_bb_pos,sell,2026-04-12 20:39:00,439.0 -62367,sell_contrast_m10_bb_pos,sell,2026-04-13 02:00:00,429.0 -62368,sell_contrast_m10_bb_pos,sell,2026-04-13 02:03:00,430.0 -62369,sell_contrast_m10_bb_pos,sell,2026-04-13 02:06:00,431.0 -62370,sell_contrast_m10_bb_pos,sell,2026-04-13 02:09:00,433.0 -62371,sell_contrast_m10_bb_pos,sell,2026-04-13 02:21:00,430.0 -62372,sell_contrast_m10_bb_pos,sell,2026-04-13 02:24:00,432.0 -62373,sell_contrast_m10_bb_pos,sell,2026-04-13 02:27:00,431.0 -62374,sell_contrast_m10_bb_pos,sell,2026-04-13 02:30:00,432.0 -62375,sell_contrast_m10_bb_pos,sell,2026-04-13 02:33:00,432.0 -62376,sell_contrast_m10_bb_pos,sell,2026-04-13 02:36:00,432.0 -62377,sell_contrast_m10_bb_pos,sell,2026-04-13 02:39:00,432.0 -62378,sell_contrast_m10_bb_pos,sell,2026-04-13 03:12:00,437.0 -62379,sell_contrast_m10_bb_pos,sell,2026-04-13 03:15:00,438.0 -62380,sell_contrast_m10_bb_pos,sell,2026-04-13 03:18:00,437.0 -62381,sell_contrast_m10_bb_pos,sell,2026-04-13 03:21:00,440.0 -62382,sell_contrast_m10_bb_pos,sell,2026-04-13 03:24:00,440.0 -62383,sell_contrast_m10_bb_pos,sell,2026-04-13 03:27:00,439.0 -62384,sell_contrast_m10_bb_pos,sell,2026-04-13 03:33:00,438.0 -62385,sell_contrast_m10_bb_pos,sell,2026-04-13 03:36:00,439.0 -62386,sell_contrast_m10_bb_pos,sell,2026-04-13 03:39:00,438.0 -62387,sell_contrast_m10_bb_pos,sell,2026-04-13 03:42:00,437.0 -62388,sell_contrast_m10_bb_pos,sell,2026-04-13 03:45:00,436.0 -62389,sell_contrast_m10_bb_pos,sell,2026-04-13 03:48:00,436.0 -62390,sell_contrast_m10_bb_pos,sell,2026-04-13 04:12:00,441.0 -62391,sell_contrast_m10_bb_pos,sell,2026-04-13 04:15:00,440.0 -62392,sell_contrast_m10_bb_pos,sell,2026-04-13 04:18:00,440.0 -62393,sell_contrast_m10_bb_pos,sell,2026-04-13 04:21:00,439.0 -62394,sell_contrast_m10_bb_pos,sell,2026-04-13 04:24:00,439.0 -62395,sell_contrast_m10_bb_pos,sell,2026-04-13 04:27:00,439.0 -62396,sell_contrast_m10_bb_pos,sell,2026-04-13 09:42:00,437.0 -62397,sell_contrast_m10_bb_pos,sell,2026-04-13 09:45:00,438.0 -62398,sell_contrast_m10_bb_pos,sell,2026-04-13 09:48:00,436.0 -62399,sell_contrast_m10_bb_pos,sell,2026-04-13 10:30:00,443.0 -62400,sell_contrast_m10_bb_pos,sell,2026-04-13 10:33:00,443.0 -62401,sell_contrast_m10_bb_pos,sell,2026-04-13 10:36:00,445.0 -62402,sell_contrast_m10_bb_pos,sell,2026-04-13 10:39:00,445.0 -62403,sell_contrast_m10_bb_pos,sell,2026-04-13 11:00:00,447.0 -62404,sell_contrast_m10_bb_pos,sell,2026-04-13 11:03:00,444.0 -62405,sell_contrast_m10_bb_pos,sell,2026-04-13 11:06:00,443.0 -62406,sell_contrast_m10_bb_pos,sell,2026-04-13 11:09:00,445.0 -62407,sell_contrast_m10_bb_pos,sell,2026-04-13 11:30:00,450.0 -62408,sell_contrast_m10_bb_pos,sell,2026-04-13 11:33:00,451.0 -62409,sell_contrast_m10_bb_pos,sell,2026-04-13 11:36:00,447.0 -62410,sell_contrast_m10_bb_pos,sell,2026-04-13 11:39:00,447.0 -62411,sell_contrast_m10_bb_pos,sell,2026-04-13 15:21:00,441.0 -62412,sell_contrast_m10_bb_pos,sell,2026-04-13 15:24:00,443.0 -62413,sell_contrast_m10_bb_pos,sell,2026-04-13 15:27:00,441.0 -62414,sell_contrast_m10_bb_pos,sell,2026-04-13 19:51:00,438.0 -62415,sell_contrast_m10_bb_pos,sell,2026-04-13 19:54:00,438.0 -62416,sell_contrast_m10_bb_pos,sell,2026-04-13 19:57:00,439.0 -62417,sell_contrast_m10_bb_pos,sell,2026-04-13 20:21:00,440.0 -62418,sell_contrast_m10_bb_pos,sell,2026-04-13 20:24:00,440.0 -62419,sell_contrast_m10_bb_pos,sell,2026-04-13 20:27:00,441.0 -62420,sell_contrast_m10_bb_pos,sell,2026-04-13 21:21:00,449.0 -62421,sell_contrast_m10_bb_pos,sell,2026-04-13 21:24:00,449.0 -62422,sell_contrast_m10_bb_pos,sell,2026-04-13 21:27:00,448.0 -62423,sell_contrast_m10_bb_pos,sell,2026-04-13 21:30:00,447.0 -62424,sell_contrast_m10_bb_pos,sell,2026-04-13 21:33:00,447.0 -62425,sell_contrast_m10_bb_pos,sell,2026-04-13 21:36:00,448.0 -62426,sell_contrast_m10_bb_pos,sell,2026-04-13 21:39:00,448.0 -62427,sell_contrast_m10_bb_pos,sell,2026-04-13 21:42:00,449.0 -62428,sell_contrast_m10_bb_pos,sell,2026-04-13 21:45:00,450.0 -62429,sell_contrast_m10_bb_pos,sell,2026-04-13 21:48:00,451.0 -62430,sell_contrast_m10_bb_pos,sell,2026-04-13 21:51:00,450.0 -62431,sell_contrast_m10_bb_pos,sell,2026-04-13 21:54:00,452.0 -62432,sell_contrast_m10_bb_pos,sell,2026-04-13 21:57:00,454.0 -62433,sell_contrast_m10_bb_pos,sell,2026-04-13 22:12:00,455.0 -62434,sell_contrast_m10_bb_pos,sell,2026-04-13 22:15:00,457.0 -62435,sell_contrast_m10_bb_pos,sell,2026-04-13 22:18:00,455.0 -62436,sell_contrast_m10_bb_pos,sell,2026-04-13 22:30:00,455.0 -62437,sell_contrast_m10_bb_pos,sell,2026-04-13 22:33:00,454.0 -62438,sell_contrast_m10_bb_pos,sell,2026-04-13 22:36:00,455.0 -62439,sell_contrast_m10_bb_pos,sell,2026-04-13 22:39:00,451.0 -62440,sell_contrast_m10_bb_pos,sell,2026-04-13 23:12:00,463.0 -62441,sell_contrast_m10_bb_pos,sell,2026-04-13 23:15:00,459.0 -62442,sell_contrast_m10_bb_pos,sell,2026-04-13 23:18:00,457.0 -62443,sell_contrast_m10_bb_pos,sell,2026-04-14 04:21:00,445.0 -62444,sell_contrast_m10_bb_pos,sell,2026-04-14 04:24:00,444.0 -62445,sell_contrast_m10_bb_pos,sell,2026-04-14 04:27:00,445.0 -62446,sell_contrast_m10_bb_pos,sell,2026-04-14 04:42:00,445.0 -62447,sell_contrast_m10_bb_pos,sell,2026-04-14 04:45:00,445.0 -62448,sell_contrast_m10_bb_pos,sell,2026-04-14 04:48:00,444.0 -62449,sell_contrast_m10_bb_pos,sell,2026-04-14 04:51:00,446.0 -62450,sell_contrast_m10_bb_pos,sell,2026-04-14 04:54:00,446.0 -62451,sell_contrast_m10_bb_pos,sell,2026-04-14 04:57:00,445.0 -62452,sell_contrast_m10_bb_pos,sell,2026-04-14 05:12:00,445.0 -62453,sell_contrast_m10_bb_pos,sell,2026-04-14 05:15:00,444.0 -62454,sell_contrast_m10_bb_pos,sell,2026-04-14 05:18:00,443.0 -62455,sell_contrast_m10_bb_pos,sell,2026-04-14 06:42:00,447.0 -62456,sell_contrast_m10_bb_pos,sell,2026-04-14 06:45:00,448.0 -62457,sell_contrast_m10_bb_pos,sell,2026-04-14 06:48:00,447.0 -62458,sell_contrast_m10_bb_pos,sell,2026-04-14 06:51:00,448.0 -62459,sell_contrast_m10_bb_pos,sell,2026-04-14 06:54:00,448.0 -62460,sell_contrast_m10_bb_pos,sell,2026-04-14 06:57:00,449.0 -62461,sell_contrast_m10_bb_pos,sell,2026-04-14 07:00:00,448.0 -62462,sell_contrast_m10_bb_pos,sell,2026-04-14 07:03:00,449.0 -62463,sell_contrast_m10_bb_pos,sell,2026-04-14 07:06:00,449.0 -62464,sell_contrast_m10_bb_pos,sell,2026-04-14 07:09:00,449.0 -62465,sell_contrast_m10_bb_pos,sell,2026-04-14 07:12:00,449.0 -62466,sell_contrast_m10_bb_pos,sell,2026-04-14 07:15:00,450.0 -62467,sell_contrast_m10_bb_pos,sell,2026-04-14 07:18:00,454.0 -62468,sell_contrast_m10_bb_pos,sell,2026-04-14 08:12:00,456.0 -62469,sell_contrast_m10_bb_pos,sell,2026-04-14 08:15:00,456.0 -62470,sell_contrast_m10_bb_pos,sell,2026-04-14 08:18:00,455.0 -62471,sell_contrast_m10_bb_pos,sell,2026-04-14 10:30:00,459.0 -62472,sell_contrast_m10_bb_pos,sell,2026-04-14 10:33:00,459.0 -62473,sell_contrast_m10_bb_pos,sell,2026-04-14 10:36:00,456.0 -62474,sell_contrast_m10_bb_pos,sell,2026-04-14 10:39:00,457.0 -62475,sell_contrast_m10_bb_pos,sell,2026-04-14 10:51:00,459.0 -62476,sell_contrast_m10_bb_pos,sell,2026-04-14 10:54:00,459.0 -62477,sell_contrast_m10_bb_pos,sell,2026-04-14 10:57:00,460.0 -62478,sell_contrast_m10_bb_pos,sell,2026-04-14 11:30:00,464.0 -62479,sell_contrast_m10_bb_pos,sell,2026-04-14 11:33:00,463.0 -62480,sell_contrast_m10_bb_pos,sell,2026-04-14 11:36:00,462.0 -62481,sell_contrast_m10_bb_pos,sell,2026-04-14 11:39:00,463.0 -62482,sell_contrast_m10_bb_pos,sell,2026-04-14 12:30:00,468.0 -62483,sell_contrast_m10_bb_pos,sell,2026-04-14 12:33:00,468.0 -62484,sell_contrast_m10_bb_pos,sell,2026-04-14 12:36:00,468.0 -62485,sell_contrast_m10_bb_pos,sell,2026-04-14 12:39:00,467.0 -62486,sell_contrast_m10_bb_pos,sell,2026-04-14 12:51:00,468.0 -62487,sell_contrast_m10_bb_pos,sell,2026-04-14 12:54:00,468.0 -62488,sell_contrast_m10_bb_pos,sell,2026-04-14 12:57:00,470.0 -62489,sell_contrast_m10_bb_pos,sell,2026-04-14 13:30:00,471.0 -62490,sell_contrast_m10_bb_pos,sell,2026-04-14 13:33:00,469.0 -62491,sell_contrast_m10_bb_pos,sell,2026-04-14 13:36:00,469.0 -62492,sell_contrast_m10_bb_pos,sell,2026-04-14 13:39:00,469.0 -62493,sell_contrast_m10_bb_pos,sell,2026-04-14 15:12:00,470.0 -62494,sell_contrast_m10_bb_pos,sell,2026-04-14 15:15:00,471.0 -62495,sell_contrast_m10_bb_pos,sell,2026-04-14 15:18:00,471.0 -62496,sell_contrast_m10_bb_pos,sell,2026-04-14 15:30:00,471.0 -62497,sell_contrast_m10_bb_pos,sell,2026-04-14 15:33:00,471.0 -62498,sell_contrast_m10_bb_pos,sell,2026-04-14 15:36:00,468.0 -62499,sell_contrast_m10_bb_pos,sell,2026-04-14 15:39:00,469.0 -62500,sell_contrast_m10_bb_pos,sell,2026-04-14 16:00:00,472.0 -62501,sell_contrast_m10_bb_pos,sell,2026-04-14 16:03:00,474.0 -62502,sell_contrast_m10_bb_pos,sell,2026-04-14 16:06:00,474.0 -62503,sell_contrast_m10_bb_pos,sell,2026-04-14 16:09:00,477.0 -62504,sell_contrast_m10_bb_pos,sell,2026-04-14 16:21:00,477.0 -62505,sell_contrast_m10_bb_pos,sell,2026-04-14 16:24:00,477.0 -62506,sell_contrast_m10_bb_pos,sell,2026-04-14 16:27:00,478.0 -62507,sell_contrast_m10_bb_pos,sell,2026-04-14 16:51:00,483.0 -62508,sell_contrast_m10_bb_pos,sell,2026-04-14 16:54:00,482.0 -62509,sell_contrast_m10_bb_pos,sell,2026-04-14 16:57:00,479.0 -62510,sell_contrast_m10_bb_pos,sell,2026-04-14 17:00:00,480.0 -62511,sell_contrast_m10_bb_pos,sell,2026-04-14 17:03:00,478.0 -62512,sell_contrast_m10_bb_pos,sell,2026-04-14 17:06:00,482.0 -62513,sell_contrast_m10_bb_pos,sell,2026-04-14 17:09:00,480.0 -62514,sell_contrast_m10_bb_pos,sell,2026-04-14 23:00:00,470.0 -62515,sell_contrast_m10_bb_pos,sell,2026-04-14 23:03:00,467.0 -62516,sell_contrast_m10_bb_pos,sell,2026-04-14 23:06:00,468.0 -62517,sell_contrast_m10_bb_pos,sell,2026-04-14 23:09:00,464.0 -62518,sell_contrast_m10_bb_pos,sell,2026-04-15 08:51:00,439.0 -62519,sell_contrast_m10_bb_pos,sell,2026-04-15 08:54:00,439.0 -62520,sell_contrast_m10_bb_pos,sell,2026-04-15 08:57:00,439.0 -62521,sell_contrast_m10_bb_pos,sell,2026-04-15 10:42:00,440.0 -62522,sell_contrast_m10_bb_pos,sell,2026-04-15 10:45:00,442.0 -62523,sell_contrast_m10_bb_pos,sell,2026-04-15 10:48:00,442.0 -62524,sell_contrast_m10_bb_pos,sell,2026-04-15 11:00:00,442.0 -62525,sell_contrast_m10_bb_pos,sell,2026-04-15 11:03:00,442.0 -62526,sell_contrast_m10_bb_pos,sell,2026-04-15 11:06:00,443.0 -62527,sell_contrast_m10_bb_pos,sell,2026-04-15 11:09:00,442.0 -62528,sell_contrast_m10_bb_pos,sell,2026-04-15 11:12:00,442.0 -62529,sell_contrast_m10_bb_pos,sell,2026-04-15 11:15:00,443.0 -62530,sell_contrast_m10_bb_pos,sell,2026-04-15 11:18:00,443.0 -62531,sell_contrast_m10_bb_pos,sell,2026-04-15 11:21:00,443.0 -62532,sell_contrast_m10_bb_pos,sell,2026-04-15 11:24:00,441.0 -62533,sell_contrast_m10_bb_pos,sell,2026-04-15 11:27:00,441.0 -62534,sell_contrast_m10_bb_pos,sell,2026-04-15 12:30:00,443.0 -62535,sell_contrast_m10_bb_pos,sell,2026-04-15 12:33:00,441.0 -62536,sell_contrast_m10_bb_pos,sell,2026-04-15 12:36:00,441.0 -62537,sell_contrast_m10_bb_pos,sell,2026-04-15 12:39:00,441.0 -62538,sell_contrast_m10_bb_pos,sell,2026-04-15 19:21:00,439.0 -62539,sell_contrast_m10_bb_pos,sell,2026-04-15 19:24:00,439.0 -62540,sell_contrast_m10_bb_pos,sell,2026-04-15 19:27:00,438.0 -62541,sell_contrast_m10_bb_pos,sell,2026-04-15 19:30:00,439.0 -62542,sell_contrast_m10_bb_pos,sell,2026-04-15 19:33:00,438.0 -62543,sell_contrast_m10_bb_pos,sell,2026-04-15 19:36:00,439.0 -62544,sell_contrast_m10_bb_pos,sell,2026-04-15 19:39:00,440.0 -62545,sell_contrast_m10_bb_pos,sell,2026-04-15 20:21:00,441.0 -62546,sell_contrast_m10_bb_pos,sell,2026-04-15 20:24:00,441.0 -62547,sell_contrast_m10_bb_pos,sell,2026-04-15 20:27:00,442.0 -62548,sell_contrast_m10_bb_pos,sell,2026-04-16 05:51:00,447.0 -62549,sell_contrast_m10_bb_pos,sell,2026-04-16 05:54:00,447.0 -62550,sell_contrast_m10_bb_pos,sell,2026-04-16 05:57:00,447.0 -62551,sell_contrast_m10_bb_pos,sell,2026-04-16 06:12:00,449.0 -62552,sell_contrast_m10_bb_pos,sell,2026-04-16 06:15:00,449.0 -62553,sell_contrast_m10_bb_pos,sell,2026-04-16 06:18:00,448.0 -62554,sell_contrast_m10_bb_pos,sell,2026-04-16 06:42:00,449.0 -62555,sell_contrast_m10_bb_pos,sell,2026-04-16 06:45:00,449.0 -62556,sell_contrast_m10_bb_pos,sell,2026-04-16 06:48:00,451.0 -62557,sell_contrast_m10_bb_pos,sell,2026-04-16 07:12:00,451.0 -62558,sell_contrast_m10_bb_pos,sell,2026-04-16 07:15:00,450.0 -62559,sell_contrast_m10_bb_pos,sell,2026-04-16 07:18:00,450.0 -62560,sell_contrast_m10_bb_pos,sell,2026-04-16 07:51:00,454.0 -62561,sell_contrast_m10_bb_pos,sell,2026-04-16 07:54:00,454.0 -62562,sell_contrast_m10_bb_pos,sell,2026-04-16 07:57:00,451.0 -62563,sell_contrast_m10_bb_pos,sell,2026-04-16 10:21:00,453.0 -62564,sell_contrast_m10_bb_pos,sell,2026-04-16 10:24:00,452.0 -62565,sell_contrast_m10_bb_pos,sell,2026-04-16 10:27:00,452.0 -62566,sell_contrast_m10_bb_pos,sell,2026-04-16 10:42:00,453.0 -62567,sell_contrast_m10_bb_pos,sell,2026-04-16 10:45:00,455.0 -62568,sell_contrast_m10_bb_pos,sell,2026-04-16 10:48:00,456.0 -62569,sell_contrast_m10_bb_pos,sell,2026-04-16 11:12:00,457.0 -62570,sell_contrast_m10_bb_pos,sell,2026-04-16 11:15:00,456.0 -62571,sell_contrast_m10_bb_pos,sell,2026-04-16 11:18:00,457.0 -62572,sell_contrast_m10_bb_pos,sell,2026-04-16 11:21:00,456.0 -62573,sell_contrast_m10_bb_pos,sell,2026-04-16 11:24:00,456.0 -62574,sell_contrast_m10_bb_pos,sell,2026-04-16 11:27:00,455.0 -62575,sell_contrast_m10_bb_pos,sell,2026-04-16 11:30:00,457.0 -62576,sell_contrast_m10_bb_pos,sell,2026-04-16 11:33:00,460.0 -62577,sell_contrast_m10_bb_pos,sell,2026-04-16 11:36:00,459.0 -62578,sell_contrast_m10_bb_pos,sell,2026-04-16 11:39:00,459.0 -62579,sell_contrast_m10_bb_pos,sell,2026-04-16 11:51:00,459.0 -62580,sell_contrast_m10_bb_pos,sell,2026-04-16 11:54:00,457.0 -62581,sell_contrast_m10_bb_pos,sell,2026-04-16 11:57:00,457.0 -62582,sell_contrast_m10_bb_pos,sell,2026-04-16 12:42:00,460.0 -62583,sell_contrast_m10_bb_pos,sell,2026-04-16 12:45:00,460.0 -62584,sell_contrast_m10_bb_pos,sell,2026-04-16 12:48:00,460.0 -62585,sell_contrast_m10_bb_pos,sell,2026-04-16 12:51:00,461.0 -62586,sell_contrast_m10_bb_pos,sell,2026-04-16 12:54:00,459.0 -62587,sell_contrast_m10_bb_pos,sell,2026-04-16 12:57:00,459.0 -62588,sell_contrast_m10_bb_pos,sell,2026-04-16 16:21:00,458.0 -62589,sell_contrast_m10_bb_pos,sell,2026-04-16 16:24:00,458.0 -62590,sell_contrast_m10_bb_pos,sell,2026-04-16 16:27:00,457.0 -62591,sell_contrast_m10_bb_pos,sell,2026-04-16 20:30:00,457.0 -62592,sell_contrast_m10_bb_pos,sell,2026-04-16 20:33:00,456.0 -62593,sell_contrast_m10_bb_pos,sell,2026-04-16 20:36:00,459.0 -62594,sell_contrast_m10_bb_pos,sell,2026-04-16 20:39:00,457.0 -62595,sell_contrast_m10_bb_pos,sell,2026-04-16 20:42:00,457.0 -62596,sell_contrast_m10_bb_pos,sell,2026-04-16 20:45:00,457.0 -62597,sell_contrast_m10_bb_pos,sell,2026-04-16 20:48:00,456.0 -62598,sell_contrast_m10_bb_pos,sell,2026-04-16 21:42:00,460.0 -62599,sell_contrast_m10_bb_pos,sell,2026-04-16 21:45:00,462.0 -62600,sell_contrast_m10_bb_pos,sell,2026-04-16 21:48:00,460.0 -62601,sell_contrast_m10_bb_pos,sell,2026-04-17 00:21:00,470.0 -62602,sell_contrast_m10_bb_pos,sell,2026-04-17 00:24:00,470.0 -62603,sell_contrast_m10_bb_pos,sell,2026-04-17 00:27:00,470.0 -62604,sell_contrast_m10_bb_pos,sell,2026-04-17 00:30:00,469.0 -62605,sell_contrast_m10_bb_pos,sell,2026-04-17 00:33:00,470.0 -62606,sell_contrast_m10_bb_pos,sell,2026-04-17 00:36:00,471.0 -62607,sell_contrast_m10_bb_pos,sell,2026-04-17 00:39:00,476.0 -62608,sell_contrast_m10_bb_pos,sell,2026-04-17 00:51:00,475.0 -62609,sell_contrast_m10_bb_pos,sell,2026-04-17 00:54:00,475.0 -62610,sell_contrast_m10_bb_pos,sell,2026-04-17 00:57:00,474.0 -62611,sell_contrast_m10_bb_pos,sell,2026-04-17 01:00:00,474.0 -62612,sell_contrast_m10_bb_pos,sell,2026-04-17 01:03:00,472.0 -62613,sell_contrast_m10_bb_pos,sell,2026-04-17 01:06:00,473.0 -62614,sell_contrast_m10_bb_pos,sell,2026-04-17 01:09:00,473.0 -62615,sell_contrast_m10_bb_pos,sell,2026-04-17 04:21:00,472.0 -62616,sell_contrast_m10_bb_pos,sell,2026-04-17 04:24:00,471.0 -62617,sell_contrast_m10_bb_pos,sell,2026-04-17 04:27:00,470.0 -62618,sell_contrast_m10_bb_pos,sell,2026-04-17 04:42:00,472.0 -62619,sell_contrast_m10_bb_pos,sell,2026-04-17 04:45:00,470.0 -62620,sell_contrast_m10_bb_pos,sell,2026-04-17 04:48:00,471.0 -62621,sell_contrast_m10_bb_pos,sell,2026-04-17 05:00:00,472.0 -62622,sell_contrast_m10_bb_pos,sell,2026-04-17 05:03:00,471.0 -62623,sell_contrast_m10_bb_pos,sell,2026-04-17 05:06:00,472.0 -62624,sell_contrast_m10_bb_pos,sell,2026-04-17 05:09:00,472.0 -62625,sell_contrast_m10_bb_pos,sell,2026-04-17 06:51:00,472.0 -62626,sell_contrast_m10_bb_pos,sell,2026-04-17 06:54:00,473.0 -62627,sell_contrast_m10_bb_pos,sell,2026-04-17 06:57:00,474.0 -62628,sell_contrast_m10_bb_pos,sell,2026-04-17 08:00:00,482.0 -62629,sell_contrast_m10_bb_pos,sell,2026-04-17 08:03:00,482.0 -62630,sell_contrast_m10_bb_pos,sell,2026-04-17 08:06:00,483.0 -62631,sell_contrast_m10_bb_pos,sell,2026-04-17 08:09:00,482.0 -62632,sell_contrast_m10_bb_pos,sell,2026-04-17 08:12:00,482.0 -62633,sell_contrast_m10_bb_pos,sell,2026-04-17 08:15:00,482.0 -62634,sell_contrast_m10_bb_pos,sell,2026-04-17 08:18:00,482.0 -62635,sell_contrast_m10_bb_pos,sell,2026-04-17 16:12:00,472.0 -62636,sell_contrast_m10_bb_pos,sell,2026-04-17 16:15:00,473.0 -62637,sell_contrast_m10_bb_pos,sell,2026-04-17 16:18:00,471.0 -62638,sell_contrast_m10_bb_pos,sell,2026-04-17 16:30:00,473.0 -62639,sell_contrast_m10_bb_pos,sell,2026-04-17 16:33:00,473.0 -62640,sell_contrast_m10_bb_pos,sell,2026-04-17 16:36:00,472.0 -62641,sell_contrast_m10_bb_pos,sell,2026-04-17 16:39:00,472.0 -62642,sell_contrast_m10_bb_pos,sell,2026-04-17 22:42:00,465.0 -62643,sell_contrast_m10_bb_pos,sell,2026-04-17 22:45:00,466.0 -62644,sell_contrast_m10_bb_pos,sell,2026-04-17 22:48:00,466.0 -62645,sell_contrast_m10_bb_pos,sell,2026-04-17 22:51:00,466.0 -62646,sell_contrast_m10_bb_pos,sell,2026-04-17 22:54:00,468.0 -62647,sell_contrast_m10_bb_pos,sell,2026-04-17 22:57:00,468.0 -62648,sell_contrast_m10_bb_pos,sell,2026-04-18 09:51:00,419.0 -62649,sell_contrast_m10_bb_pos,sell,2026-04-18 09:54:00,421.0 -62650,sell_contrast_m10_bb_pos,sell,2026-04-18 09:57:00,422.0 -62651,sell_contrast_m10_bb_pos,sell,2026-04-18 13:21:00,421.0 -62652,sell_contrast_m10_bb_pos,sell,2026-04-18 13:24:00,421.0 -62653,sell_contrast_m10_bb_pos,sell,2026-04-18 13:27:00,421.0 -62654,sell_contrast_m10_bb_pos,sell,2026-04-18 14:30:00,420.0 -62655,sell_contrast_m10_bb_pos,sell,2026-04-18 14:33:00,419.0 -62656,sell_contrast_m10_bb_pos,sell,2026-04-18 14:36:00,419.0 -62657,sell_contrast_m10_bb_pos,sell,2026-04-18 14:39:00,419.0 -62658,sell_contrast_m10_bb_pos,sell,2026-04-18 15:30:00,421.0 -62659,sell_contrast_m10_bb_pos,sell,2026-04-18 15:33:00,422.0 -62660,sell_contrast_m10_bb_pos,sell,2026-04-18 15:36:00,422.0 -62661,sell_contrast_m10_bb_pos,sell,2026-04-18 15:39:00,422.0 -62662,sell_contrast_m10_bb_pos,sell,2026-04-19 08:12:00,396.0 -62663,sell_contrast_m10_bb_pos,sell,2026-04-19 08:15:00,395.0 -62664,sell_contrast_m10_bb_pos,sell,2026-04-19 08:18:00,395.0 -62665,sell_contrast_m10_bb_pos,sell,2026-04-19 15:51:00,389.0 -62666,sell_contrast_m10_bb_pos,sell,2026-04-19 15:54:00,390.0 -62667,sell_contrast_m10_bb_pos,sell,2026-04-19 15:57:00,390.0 -62668,sell_contrast_m10_bb_pos,sell,2026-04-19 16:00:00,390.0 -62669,sell_contrast_m10_bb_pos,sell,2026-04-19 16:03:00,390.0 -62670,sell_contrast_m10_bb_pos,sell,2026-04-19 16:06:00,391.0 -62671,sell_contrast_m10_bb_pos,sell,2026-04-19 16:09:00,390.0 -62672,sell_contrast_m10_bb_pos,sell,2026-04-19 16:12:00,388.0 -62673,sell_contrast_m10_bb_pos,sell,2026-04-19 16:15:00,389.0 -62674,sell_contrast_m10_bb_pos,sell,2026-04-19 16:18:00,389.0 -62675,sell_contrast_m10_bb_pos,sell,2026-04-19 19:51:00,391.0 -62676,sell_contrast_m10_bb_pos,sell,2026-04-19 19:54:00,390.0 -62677,sell_contrast_m10_bb_pos,sell,2026-04-19 19:57:00,390.0 -62678,sell_contrast_m10_bb_pos,sell,2026-04-19 20:12:00,391.0 -62679,sell_contrast_m10_bb_pos,sell,2026-04-19 20:15:00,391.0 -62680,sell_contrast_m10_bb_pos,sell,2026-04-19 20:18:00,393.0 -62681,sell_contrast_m10_bb_pos,sell,2026-04-19 21:00:00,393.0 -62682,sell_contrast_m10_bb_pos,sell,2026-04-19 21:03:00,394.0 -62683,sell_contrast_m10_bb_pos,sell,2026-04-19 21:06:00,394.0 -62684,sell_contrast_m10_bb_pos,sell,2026-04-19 21:09:00,394.0 -62685,sell_contrast_m10_bb_pos,sell,2026-04-19 21:30:00,395.0 -62686,sell_contrast_m10_bb_pos,sell,2026-04-19 21:33:00,396.0 -62687,sell_contrast_m10_bb_pos,sell,2026-04-19 21:36:00,396.0 -62688,sell_contrast_m10_bb_pos,sell,2026-04-19 21:39:00,397.0 -62689,sell_contrast_m10_bb_pos,sell,2026-04-19 21:51:00,396.0 -62690,sell_contrast_m10_bb_pos,sell,2026-04-19 21:54:00,398.0 -62691,sell_contrast_m10_bb_pos,sell,2026-04-19 21:57:00,398.0 -62692,sell_contrast_m10_bb_pos,sell,2026-04-19 22:00:00,397.0 -62693,sell_contrast_m10_bb_pos,sell,2026-04-19 22:03:00,397.0 -62694,sell_contrast_m10_bb_pos,sell,2026-04-19 22:06:00,397.0 -62695,sell_contrast_m10_bb_pos,sell,2026-04-19 22:09:00,397.0 -62696,sell_contrast_m10_bb_pos,sell,2026-04-19 22:12:00,398.0 -62697,sell_contrast_m10_bb_pos,sell,2026-04-19 22:15:00,399.0 -62698,sell_contrast_m10_bb_pos,sell,2026-04-19 22:18:00,398.0 -62699,sell_contrast_m10_bb_pos,sell,2026-04-19 22:30:00,400.0 -62700,sell_contrast_m10_bb_pos,sell,2026-04-19 22:33:00,400.0 -62701,sell_contrast_m10_bb_pos,sell,2026-04-19 22:36:00,400.0 -62702,sell_contrast_m10_bb_pos,sell,2026-04-19 22:39:00,399.0 -62703,sell_contrast_m10_bb_pos,sell,2026-04-19 22:42:00,399.0 -62704,sell_contrast_m10_bb_pos,sell,2026-04-19 22:45:00,400.0 -62705,sell_contrast_m10_bb_pos,sell,2026-04-19 22:48:00,399.0 -62706,sell_contrast_m10_bb_pos,sell,2026-04-19 23:21:00,400.0 -62707,sell_contrast_m10_bb_pos,sell,2026-04-19 23:24:00,400.0 -62708,sell_contrast_m10_bb_pos,sell,2026-04-19 23:27:00,401.0 -62709,sell_contrast_m10_bb_pos,sell,2026-04-19 23:42:00,400.0 -62710,sell_contrast_m10_bb_pos,sell,2026-04-19 23:45:00,400.0 -62711,sell_contrast_m10_bb_pos,sell,2026-04-19 23:48:00,401.0 -62712,sell_contrast_m10_bb_pos,sell,2026-04-20 09:30:00,391.0 -62713,sell_contrast_m10_bb_pos,sell,2026-04-20 09:33:00,390.0 -62714,sell_contrast_m10_bb_pos,sell,2026-04-20 09:36:00,390.0 -62715,sell_contrast_m10_bb_pos,sell,2026-04-20 09:39:00,390.0 -62716,sell_contrast_m10_bb_pos,sell,2026-04-20 10:12:00,391.0 -62717,sell_contrast_m10_bb_pos,sell,2026-04-20 10:15:00,389.0 -62718,sell_contrast_m10_bb_pos,sell,2026-04-20 10:18:00,390.0 -62719,sell_contrast_m10_bb_pos,sell,2026-04-20 10:30:00,391.0 -62720,sell_contrast_m10_bb_pos,sell,2026-04-20 10:33:00,392.0 -62721,sell_contrast_m10_bb_pos,sell,2026-04-20 10:36:00,392.0 -62722,sell_contrast_m10_bb_pos,sell,2026-04-20 10:39:00,392.0 -62723,sell_contrast_m10_bb_pos,sell,2026-04-20 10:42:00,393.0 -62724,sell_contrast_m10_bb_pos,sell,2026-04-20 10:45:00,393.0 -62725,sell_contrast_m10_bb_pos,sell,2026-04-20 10:48:00,393.0 -62726,sell_contrast_m10_bb_pos,sell,2026-04-20 10:51:00,392.0 -62727,sell_contrast_m10_bb_pos,sell,2026-04-20 10:54:00,392.0 -62728,sell_contrast_m10_bb_pos,sell,2026-04-20 10:57:00,392.0 -62729,sell_contrast_m10_bb_pos,sell,2026-04-20 11:00:00,392.0 -62730,sell_contrast_m10_bb_pos,sell,2026-04-20 11:03:00,391.0 -62731,sell_contrast_m10_bb_pos,sell,2026-04-20 11:06:00,390.0 -62732,sell_contrast_m10_bb_pos,sell,2026-04-20 11:09:00,390.0 -62733,sell_contrast_m10_bb_pos,sell,2026-04-20 18:51:00,391.0 -62734,sell_contrast_m10_bb_pos,sell,2026-04-20 18:54:00,391.0 -62735,sell_contrast_m10_bb_pos,sell,2026-04-20 18:57:00,392.0 -62736,sell_contrast_m10_bb_pos,sell,2026-04-20 19:12:00,392.0 -62737,sell_contrast_m10_bb_pos,sell,2026-04-20 19:15:00,392.0 -62738,sell_contrast_m10_bb_pos,sell,2026-04-20 19:18:00,393.0 -62739,sell_contrast_m10_bb_pos,sell,2026-04-20 19:51:00,392.0 -62740,sell_contrast_m10_bb_pos,sell,2026-04-20 19:54:00,392.0 -62741,sell_contrast_m10_bb_pos,sell,2026-04-20 19:57:00,391.0 -62742,sell_contrast_m10_bb_pos,sell,2026-04-20 21:42:00,393.0 -62743,sell_contrast_m10_bb_pos,sell,2026-04-20 21:45:00,394.0 -62744,sell_contrast_m10_bb_pos,sell,2026-04-20 21:48:00,393.0 -62745,sell_contrast_m10_bb_pos,sell,2026-04-20 21:51:00,393.0 -62746,sell_contrast_m10_bb_pos,sell,2026-04-20 21:54:00,394.0 -62747,sell_contrast_m10_bb_pos,sell,2026-04-20 21:57:00,393.0 -62748,sell_contrast_m10_bb_pos,sell,2026-04-20 22:00:00,393.0 -62749,sell_contrast_m10_bb_pos,sell,2026-04-20 22:03:00,393.0 -62750,sell_contrast_m10_bb_pos,sell,2026-04-20 22:06:00,392.0 -62751,sell_contrast_m10_bb_pos,sell,2026-04-20 22:09:00,393.0 -62752,sell_contrast_m10_bb_pos,sell,2026-04-21 02:21:00,394.0 -62753,sell_contrast_m10_bb_pos,sell,2026-04-21 02:24:00,393.0 -62754,sell_contrast_m10_bb_pos,sell,2026-04-21 02:27:00,393.0 -62755,sell_contrast_m10_bb_pos,sell,2026-04-21 02:51:00,393.0 -62756,sell_contrast_m10_bb_pos,sell,2026-04-21 02:54:00,392.0 -62757,sell_contrast_m10_bb_pos,sell,2026-04-21 02:57:00,393.0 -62758,sell_contrast_m10_bb_pos,sell,2026-04-21 03:21:00,395.0 -62759,sell_contrast_m10_bb_pos,sell,2026-04-21 03:24:00,396.0 -62760,sell_contrast_m10_bb_pos,sell,2026-04-21 03:27:00,395.0 -62761,sell_contrast_m10_bb_pos,sell,2026-04-21 03:30:00,394.0 -62762,sell_contrast_m10_bb_pos,sell,2026-04-21 03:33:00,395.0 -62763,sell_contrast_m10_bb_pos,sell,2026-04-21 03:36:00,394.0 -62764,sell_contrast_m10_bb_pos,sell,2026-04-21 03:39:00,394.0 -62765,sell_contrast_m10_bb_pos,sell,2026-04-21 03:42:00,395.0 -62766,sell_contrast_m10_bb_pos,sell,2026-04-21 03:45:00,395.0 -62767,sell_contrast_m10_bb_pos,sell,2026-04-21 03:48:00,394.0 -62768,sell_contrast_m10_bb_pos,sell,2026-04-21 04:00:00,396.0 -62769,sell_contrast_m10_bb_pos,sell,2026-04-21 04:03:00,395.0 -62770,sell_contrast_m10_bb_pos,sell,2026-04-21 04:06:00,394.0 -62771,sell_contrast_m10_bb_pos,sell,2026-04-21 04:09:00,394.0 -62772,sell_contrast_m10_bb_pos,sell,2026-04-21 05:21:00,395.0 -62773,sell_contrast_m10_bb_pos,sell,2026-04-21 05:24:00,397.0 -62774,sell_contrast_m10_bb_pos,sell,2026-04-21 05:27:00,396.0 -62775,sell_contrast_m10_bb_pos,sell,2026-04-21 19:21:00,393.0 -62776,sell_contrast_m10_bb_pos,sell,2026-04-21 19:24:00,393.0 -62777,sell_contrast_m10_bb_pos,sell,2026-04-21 19:27:00,392.0 -62778,sell_contrast_m10_bb_pos,sell,2026-04-21 20:30:00,394.0 -62779,sell_contrast_m10_bb_pos,sell,2026-04-21 20:33:00,394.0 -62780,sell_contrast_m10_bb_pos,sell,2026-04-21 20:36:00,394.0 -62781,sell_contrast_m10_bb_pos,sell,2026-04-21 20:39:00,394.0 -62782,sell_contrast_m10_bb_pos,sell,2026-04-21 20:42:00,394.0 -62783,sell_contrast_m10_bb_pos,sell,2026-04-21 20:45:00,393.0 -62784,sell_contrast_m10_bb_pos,sell,2026-04-21 20:48:00,393.0 -62785,sell_contrast_m10_bb_pos,sell,2026-04-22 00:21:00,391.0 -62786,sell_contrast_m10_bb_pos,sell,2026-04-22 00:24:00,391.0 -62787,sell_contrast_m10_bb_pos,sell,2026-04-22 00:27:00,389.0 -62788,sell_contrast_m10_bb_pos,sell,2026-04-22 05:21:00,390.0 -62789,sell_contrast_m10_bb_pos,sell,2026-04-22 05:24:00,390.0 -62790,sell_contrast_m10_bb_pos,sell,2026-04-22 05:27:00,391.0 -62791,sell_contrast_m10_bb_pos,sell,2026-04-22 05:30:00,391.0 -62792,sell_contrast_m10_bb_pos,sell,2026-04-22 05:33:00,391.0 -62793,sell_contrast_m10_bb_pos,sell,2026-04-22 05:36:00,391.0 -62794,sell_contrast_m10_bb_pos,sell,2026-04-22 05:39:00,390.0 -62795,sell_contrast_m10_bb_pos,sell,2026-04-22 08:51:00,390.0 -62796,sell_contrast_m10_bb_pos,sell,2026-04-22 08:54:00,388.0 -62797,sell_contrast_m10_bb_pos,sell,2026-04-22 08:57:00,389.0 -62798,sell_contrast_m10_bb_pos,sell,2026-04-22 11:21:00,390.0 -62799,sell_contrast_m10_bb_pos,sell,2026-04-22 11:24:00,390.0 -62800,sell_contrast_m10_bb_pos,sell,2026-04-22 11:27:00,390.0 -62801,sell_contrast_m10_bb_pos,sell,2026-04-22 12:00:00,391.0 -62802,sell_contrast_m10_bb_pos,sell,2026-04-22 12:03:00,390.0 -62803,sell_contrast_m10_bb_pos,sell,2026-04-22 12:06:00,391.0 -62804,sell_contrast_m10_bb_pos,sell,2026-04-22 12:09:00,391.0 -62805,sell_contrast_m10_bb_pos,sell,2026-04-22 12:12:00,391.0 -62806,sell_contrast_m10_bb_pos,sell,2026-04-22 12:15:00,391.0 -62807,sell_contrast_m10_bb_pos,sell,2026-04-22 12:18:00,390.0 -62808,sell_contrast_m10_bb_pos,sell,2026-04-22 16:51:00,394.0 -62809,sell_contrast_m10_bb_pos,sell,2026-04-22 16:54:00,394.0 -62810,sell_contrast_m10_bb_pos,sell,2026-04-22 16:57:00,395.0 -62811,sell_contrast_m10_bb_pos,sell,2026-04-22 17:30:00,397.0 -62812,sell_contrast_m10_bb_pos,sell,2026-04-22 17:33:00,398.0 -62813,sell_contrast_m10_bb_pos,sell,2026-04-22 17:36:00,399.0 -62814,sell_contrast_m10_bb_pos,sell,2026-04-22 17:39:00,399.0 -62815,sell_contrast_m10_bb_pos,sell,2026-04-22 17:51:00,397.0 -62816,sell_contrast_m10_bb_pos,sell,2026-04-22 17:54:00,397.0 -62817,sell_contrast_m10_bb_pos,sell,2026-04-22 17:57:00,397.0 -62818,sell_contrast_m10_bb_pos,sell,2026-04-22 18:12:00,398.0 -62819,sell_contrast_m10_bb_pos,sell,2026-04-22 18:15:00,398.0 -62820,sell_contrast_m10_bb_pos,sell,2026-04-22 18:18:00,397.0 -62821,sell_contrast_m10_bb_pos,sell,2026-04-22 18:51:00,398.0 -62822,sell_contrast_m10_bb_pos,sell,2026-04-22 18:54:00,396.0 -62823,sell_contrast_m10_bb_pos,sell,2026-04-22 18:57:00,396.0 -62824,sell_contrast_m10_bb_pos,sell,2026-04-22 20:51:00,398.0 -62825,sell_contrast_m10_bb_pos,sell,2026-04-22 20:54:00,399.0 -62826,sell_contrast_m10_bb_pos,sell,2026-04-22 20:57:00,398.0 -62827,sell_contrast_m10_bb_pos,sell,2026-04-22 21:00:00,399.0 -62828,sell_contrast_m10_bb_pos,sell,2026-04-22 21:03:00,399.0 -62829,sell_contrast_m10_bb_pos,sell,2026-04-22 21:06:00,398.0 -62830,sell_contrast_m10_bb_pos,sell,2026-04-22 21:09:00,398.0 -62831,sell_contrast_m10_bb_pos,sell,2026-04-23 00:42:00,398.0 -62832,sell_contrast_m10_bb_pos,sell,2026-04-23 00:45:00,398.0 -62833,sell_contrast_m10_bb_pos,sell,2026-04-23 00:48:00,398.0 -62834,sell_contrast_m10_bb_pos,sell,2026-04-23 02:00:00,399.0 -62835,sell_contrast_m10_bb_pos,sell,2026-04-23 02:03:00,400.0 -62836,sell_contrast_m10_bb_pos,sell,2026-04-23 02:06:00,400.0 -62837,sell_contrast_m10_bb_pos,sell,2026-04-23 02:09:00,398.0 -62838,sell_contrast_m10_bb_pos,sell,2026-04-23 03:00:00,400.0 -62839,sell_contrast_m10_bb_pos,sell,2026-04-23 03:03:00,401.0 -62840,sell_contrast_m10_bb_pos,sell,2026-04-23 03:06:00,400.0 -62841,sell_contrast_m10_bb_pos,sell,2026-04-23 03:09:00,400.0 -62842,sell_contrast_m10_bb_pos,sell,2026-04-23 03:51:00,402.0 -62843,sell_contrast_m10_bb_pos,sell,2026-04-23 03:54:00,400.0 -62844,sell_contrast_m10_bb_pos,sell,2026-04-23 03:57:00,400.0 -62845,sell_contrast_m10_bb_pos,sell,2026-04-23 04:21:00,403.0 -62846,sell_contrast_m10_bb_pos,sell,2026-04-23 04:24:00,403.0 -62847,sell_contrast_m10_bb_pos,sell,2026-04-23 04:27:00,401.0 -62848,sell_contrast_m10_bb_pos,sell,2026-04-23 15:30:00,392.0 -62849,sell_contrast_m10_bb_pos,sell,2026-04-23 15:33:00,392.0 -62850,sell_contrast_m10_bb_pos,sell,2026-04-23 15:36:00,392.0 -62851,sell_contrast_m10_bb_pos,sell,2026-04-23 15:39:00,391.0 -62852,sell_contrast_m10_bb_pos,sell,2026-04-23 20:51:00,390.0 -62853,sell_contrast_m10_bb_pos,sell,2026-04-23 20:54:00,389.0 -62854,sell_contrast_m10_bb_pos,sell,2026-04-23 20:57:00,390.0 -62855,sell_contrast_m10_bb_pos,sell,2026-04-23 21:12:00,388.0 -62856,sell_contrast_m10_bb_pos,sell,2026-04-23 21:15:00,389.0 -62857,sell_contrast_m10_bb_pos,sell,2026-04-23 21:18:00,389.0 -62858,sell_contrast_m10_bb_pos,sell,2026-04-24 05:12:00,388.0 -62859,sell_contrast_m10_bb_pos,sell,2026-04-24 05:15:00,387.0 -62860,sell_contrast_m10_bb_pos,sell,2026-04-24 05:18:00,387.0 -62861,sell_contrast_m10_bb_pos,sell,2026-04-24 05:21:00,388.0 -62862,sell_contrast_m10_bb_pos,sell,2026-04-24 05:24:00,387.0 -62863,sell_contrast_m10_bb_pos,sell,2026-04-24 05:27:00,387.0 -62864,sell_contrast_m10_bb_pos,sell,2026-04-24 05:51:00,390.0 -62865,sell_contrast_m10_bb_pos,sell,2026-04-24 05:54:00,389.0 -62866,sell_contrast_m10_bb_pos,sell,2026-04-24 05:57:00,388.0 -62867,sell_contrast_m10_bb_pos,sell,2026-04-24 06:00:00,389.0 -62868,sell_contrast_m10_bb_pos,sell,2026-04-24 06:03:00,389.0 -62869,sell_contrast_m10_bb_pos,sell,2026-04-24 06:06:00,389.0 -62870,sell_contrast_m10_bb_pos,sell,2026-04-24 06:09:00,388.0 -62871,sell_contrast_m10_bb_pos,sell,2026-04-24 06:42:00,390.0 -62872,sell_contrast_m10_bb_pos,sell,2026-04-24 06:45:00,390.0 -62873,sell_contrast_m10_bb_pos,sell,2026-04-24 06:48:00,391.0 -62874,sell_contrast_m10_bb_pos,sell,2026-04-24 06:51:00,390.0 -62875,sell_contrast_m10_bb_pos,sell,2026-04-24 06:54:00,391.0 -62876,sell_contrast_m10_bb_pos,sell,2026-04-24 06:57:00,390.0 -62877,sell_contrast_m10_bb_pos,sell,2026-04-24 07:21:00,390.0 -62878,sell_contrast_m10_bb_pos,sell,2026-04-24 07:24:00,390.0 -62879,sell_contrast_m10_bb_pos,sell,2026-04-24 07:27:00,390.0 -62880,sell_contrast_m10_bb_pos,sell,2026-04-24 07:42:00,391.0 -62881,sell_contrast_m10_bb_pos,sell,2026-04-24 07:45:00,391.0 -62882,sell_contrast_m10_bb_pos,sell,2026-04-24 07:48:00,390.0 -62883,sell_contrast_m10_bb_pos,sell,2026-04-24 09:21:00,394.0 -62884,sell_contrast_m10_bb_pos,sell,2026-04-24 09:24:00,395.0 -62885,sell_contrast_m10_bb_pos,sell,2026-04-24 09:27:00,394.0 -62886,sell_contrast_m10_bb_pos,sell,2026-04-24 09:30:00,394.0 -62887,sell_contrast_m10_bb_pos,sell,2026-04-24 09:33:00,394.0 -62888,sell_contrast_m10_bb_pos,sell,2026-04-24 09:36:00,396.0 -62889,sell_contrast_m10_bb_pos,sell,2026-04-24 09:39:00,396.0 -62890,sell_contrast_m10_bb_pos,sell,2026-04-24 10:21:00,395.0 -62891,sell_contrast_m10_bb_pos,sell,2026-04-24 10:24:00,394.0 -62892,sell_contrast_m10_bb_pos,sell,2026-04-24 10:27:00,394.0 -62893,sell_contrast_m10_bb_pos,sell,2026-04-24 10:51:00,397.0 -62894,sell_contrast_m10_bb_pos,sell,2026-04-24 10:54:00,397.0 -62895,sell_contrast_m10_bb_pos,sell,2026-04-24 10:57:00,397.0 -62896,sell_contrast_m10_bb_pos,sell,2026-04-24 11:00:00,397.0 -62897,sell_contrast_m10_bb_pos,sell,2026-04-24 11:03:00,396.0 -62898,sell_contrast_m10_bb_pos,sell,2026-04-24 11:06:00,396.0 -62899,sell_contrast_m10_bb_pos,sell,2026-04-24 11:09:00,396.0 -62900,sell_contrast_m10_bb_pos,sell,2026-04-24 15:12:00,392.0 -62901,sell_contrast_m10_bb_pos,sell,2026-04-24 15:15:00,392.0 -62902,sell_contrast_m10_bb_pos,sell,2026-04-24 15:18:00,393.0 -62903,sell_contrast_m10_bb_pos,sell,2026-04-24 16:12:00,393.0 -62904,sell_contrast_m10_bb_pos,sell,2026-04-24 16:15:00,393.0 -62905,sell_contrast_m10_bb_pos,sell,2026-04-24 16:18:00,392.0 -62906,sell_contrast_m10_bb_pos,sell,2026-04-24 20:12:00,392.0 -62907,sell_contrast_m10_bb_pos,sell,2026-04-24 20:15:00,391.0 -62908,sell_contrast_m10_bb_pos,sell,2026-04-24 20:18:00,390.0 -62909,sell_contrast_m10_bb_pos,sell,2026-04-24 21:12:00,392.0 -62910,sell_contrast_m10_bb_pos,sell,2026-04-24 21:15:00,393.0 -62911,sell_contrast_m10_bb_pos,sell,2026-04-24 21:18:00,393.0 -62912,sell_contrast_m10_bb_pos,sell,2026-04-24 21:21:00,392.0 -62913,sell_contrast_m10_bb_pos,sell,2026-04-24 21:24:00,392.0 -62914,sell_contrast_m10_bb_pos,sell,2026-04-24 21:27:00,392.0 -62915,sell_contrast_m10_bb_pos,sell,2026-04-24 21:30:00,392.0 -62916,sell_contrast_m10_bb_pos,sell,2026-04-24 21:33:00,392.0 -62917,sell_contrast_m10_bb_pos,sell,2026-04-24 21:36:00,392.0 -62918,sell_contrast_m10_bb_pos,sell,2026-04-24 21:39:00,391.0 -62919,sell_contrast_m10_bb_pos,sell,2026-04-24 22:12:00,393.0 -62920,sell_contrast_m10_bb_pos,sell,2026-04-24 22:15:00,393.0 -62921,sell_contrast_m10_bb_pos,sell,2026-04-24 22:18:00,392.0 -62922,sell_contrast_m10_bb_pos,sell,2026-04-24 22:21:00,393.0 -62923,sell_contrast_m10_bb_pos,sell,2026-04-24 22:24:00,393.0 -62924,sell_contrast_m10_bb_pos,sell,2026-04-24 22:27:00,392.0 -62925,sell_contrast_m10_bb_pos,sell,2026-04-24 23:42:00,392.0 -62926,sell_contrast_m10_bb_pos,sell,2026-04-24 23:45:00,392.0 -62927,sell_contrast_m10_bb_pos,sell,2026-04-24 23:48:00,392.0 -62928,sell_contrast_m10_bb_pos,sell,2026-04-25 05:42:00,391.0 -62929,sell_contrast_m10_bb_pos,sell,2026-04-25 05:45:00,390.0 -62930,sell_contrast_m10_bb_pos,sell,2026-04-25 06:00:00,391.0 -62931,sell_contrast_m10_bb_pos,sell,2026-04-25 06:03:00,391.0 -62932,sell_contrast_m10_bb_pos,sell,2026-04-25 06:06:00,392.0 -62933,sell_contrast_m10_bb_pos,sell,2026-04-25 06:09:00,392.0 -62934,sell_contrast_m10_bb_pos,sell,2026-04-25 10:21:00,388.0 -62935,sell_contrast_m10_bb_pos,sell,2026-04-25 10:24:00,389.0 -62936,sell_contrast_m10_bb_pos,sell,2026-04-25 10:27:00,388.0 -62937,sell_contrast_m10_bb_pos,sell,2026-04-25 11:51:00,389.0 -62938,sell_contrast_m10_bb_pos,sell,2026-04-25 11:54:00,390.0 -62939,sell_contrast_m10_bb_pos,sell,2026-04-25 11:57:00,389.0 -62940,sell_contrast_m10_bb_pos,sell,2026-04-25 12:12:00,390.0 -62941,sell_contrast_m10_bb_pos,sell,2026-04-25 12:15:00,390.0 -62942,sell_contrast_m10_bb_pos,sell,2026-04-25 12:18:00,390.0 -62943,sell_contrast_m10_bb_pos,sell,2026-04-25 12:30:00,390.0 -62944,sell_contrast_m10_bb_pos,sell,2026-04-25 12:33:00,389.0 -62945,sell_contrast_m10_bb_pos,sell,2026-04-25 12:36:00,389.0 -62946,sell_contrast_m10_bb_pos,sell,2026-04-25 12:39:00,390.0 -62947,sell_contrast_m10_bb_pos,sell,2026-04-25 13:21:00,390.0 -62948,sell_contrast_m10_bb_pos,sell,2026-04-25 13:24:00,390.0 -62949,sell_contrast_m10_bb_pos,sell,2026-04-25 13:27:00,390.0 -62950,sell_contrast_m10_bb_pos,sell,2026-04-25 15:51:00,391.0 -62951,sell_contrast_m10_bb_pos,sell,2026-04-25 15:54:00,392.0 -62952,sell_contrast_m10_bb_pos,sell,2026-04-25 15:57:00,391.0 -62953,sell_contrast_m10_bb_pos,sell,2026-04-25 18:12:00,391.0 -62954,sell_contrast_m10_bb_pos,sell,2026-04-25 18:15:00,392.0 -62955,sell_contrast_m10_bb_pos,sell,2026-04-25 18:18:00,392.0 -62956,sell_contrast_m10_bb_pos,sell,2026-04-25 18:42:00,391.0 -62957,sell_contrast_m10_bb_pos,sell,2026-04-25 18:45:00,392.0 -62958,sell_contrast_m10_bb_pos,sell,2026-04-25 18:48:00,392.0 -62959,sell_contrast_m10_bb_pos,sell,2026-04-25 18:51:00,392.0 -62960,sell_contrast_m10_bb_pos,sell,2026-04-25 18:54:00,392.0 -62961,sell_contrast_m10_bb_pos,sell,2026-04-25 18:57:00,392.0 -62962,sell_contrast_m10_bb_pos,sell,2026-04-26 06:00:00,385.0 -62963,sell_contrast_m10_bb_pos,sell,2026-04-26 06:03:00,385.0 -62964,sell_contrast_m10_bb_pos,sell,2026-04-26 06:06:00,385.0 -62965,sell_contrast_m10_bb_pos,sell,2026-04-26 06:09:00,384.0 -62966,sell_contrast_m10_bb_pos,sell,2026-04-26 07:33:00,385.0 -62967,sell_contrast_m10_bb_pos,sell,2026-04-26 07:36:00,385.0 -62968,sell_contrast_m10_bb_pos,sell,2026-04-26 07:39:00,385.0 -62969,sell_contrast_m10_bb_pos,sell,2026-04-26 07:42:00,385.0 -62970,sell_contrast_m10_bb_pos,sell,2026-04-26 07:45:00,385.0 -62971,sell_contrast_m10_bb_pos,sell,2026-04-26 07:48:00,385.0 -62972,sell_contrast_m10_bb_pos,sell,2026-04-26 07:51:00,385.0 -62973,sell_contrast_m10_bb_pos,sell,2026-04-26 07:54:00,385.0 -62974,sell_contrast_m10_bb_pos,sell,2026-04-26 07:57:00,384.0 -62975,sell_contrast_m10_bb_pos,sell,2026-04-26 08:12:00,385.0 -62976,sell_contrast_m10_bb_pos,sell,2026-04-26 08:15:00,385.0 -62977,sell_contrast_m10_bb_pos,sell,2026-04-26 08:18:00,385.0 -62978,sell_contrast_m10_bb_pos,sell,2026-04-26 08:30:00,385.0 -62979,sell_contrast_m10_bb_pos,sell,2026-04-26 08:33:00,385.0 -62980,sell_contrast_m10_bb_pos,sell,2026-04-26 08:36:00,385.0 -62981,sell_contrast_m10_bb_pos,sell,2026-04-26 08:39:00,384.0 -62982,sell_contrast_m10_bb_pos,sell,2026-04-26 09:51:00,385.0 -62983,sell_contrast_m10_bb_pos,sell,2026-04-26 09:54:00,385.0 -62984,sell_contrast_m10_bb_pos,sell,2026-04-26 09:57:00,384.0 -62985,sell_contrast_m10_bb_pos,sell,2026-04-26 14:30:00,387.0 -62986,sell_contrast_m10_bb_pos,sell,2026-04-26 14:33:00,387.0 -62987,sell_contrast_m10_bb_pos,sell,2026-04-26 14:36:00,386.0 -62988,sell_contrast_m10_bb_pos,sell,2026-04-26 14:39:00,386.0 -62989,sell_contrast_m10_bb_pos,sell,2026-04-26 15:00:00,387.0 -62990,sell_contrast_m10_bb_pos,sell,2026-04-26 15:03:00,388.0 -62991,sell_contrast_m10_bb_pos,sell,2026-04-26 15:06:00,388.0 -62992,sell_contrast_m10_bb_pos,sell,2026-04-26 15:09:00,387.0 -62993,sell_contrast_m10_bb_pos,sell,2026-04-26 15:51:00,388.0 -62994,sell_contrast_m10_bb_pos,sell,2026-04-26 15:54:00,387.0 -62995,sell_contrast_m10_bb_pos,sell,2026-04-26 15:57:00,387.0 -62996,sell_contrast_m10_bb_pos,sell,2026-04-26 20:42:00,387.0 -62997,sell_contrast_m10_bb_pos,sell,2026-04-26 20:45:00,387.0 -62998,sell_contrast_m10_bb_pos,sell,2026-04-26 20:48:00,387.0 -62999,sell_contrast_m10_bb_pos,sell,2026-04-27 00:30:00,387.0 -63000,sell_contrast_m10_bb_pos,sell,2026-04-27 00:33:00,387.0 -63001,sell_contrast_m10_bb_pos,sell,2026-04-27 00:36:00,386.0 -63002,sell_contrast_m10_bb_pos,sell,2026-04-27 00:39:00,387.0 -63003,sell_contrast_m10_bb_pos,sell,2026-04-27 00:42:00,386.0 -63004,sell_contrast_m10_bb_pos,sell,2026-04-27 00:45:00,386.0 -63005,sell_contrast_m10_bb_pos,sell,2026-04-27 00:48:00,386.0 -63006,sell_contrast_m10_bb_pos,sell,2026-04-27 06:12:00,386.0 -63007,sell_contrast_m10_bb_pos,sell,2026-04-27 06:15:00,387.0 -63008,sell_contrast_m10_bb_pos,sell,2026-04-27 06:18:00,387.0 -63009,sell_contrast_m10_bb_pos,sell,2026-04-27 08:51:00,387.0 -63010,sell_contrast_m10_bb_pos,sell,2026-04-27 08:54:00,386.0 -63011,sell_contrast_m10_bb_pos,sell,2026-04-27 08:57:00,387.0 -63012,sell_contrast_m10_bb_pos,sell,2026-04-27 10:12:00,389.0 -63013,sell_contrast_m10_bb_pos,sell,2026-04-27 10:15:00,388.0 -63014,sell_contrast_m10_bb_pos,sell,2026-04-27 10:18:00,388.0 -63015,sell_contrast_m10_bb_pos,sell,2026-04-27 10:30:00,389.0 -63016,sell_contrast_m10_bb_pos,sell,2026-04-27 10:33:00,389.0 -63017,sell_contrast_m10_bb_pos,sell,2026-04-27 10:36:00,389.0 -63018,sell_contrast_m10_bb_pos,sell,2026-04-27 10:39:00,389.0 -63019,sell_contrast_m10_bb_pos,sell,2026-04-27 10:42:00,390.0 -63020,sell_contrast_m10_bb_pos,sell,2026-04-27 10:45:00,389.0 -63021,sell_contrast_m10_bb_pos,sell,2026-04-27 10:48:00,390.0 -63022,sell_contrast_m10_bb_pos,sell,2026-04-27 10:51:00,389.0 -63023,sell_contrast_m10_bb_pos,sell,2026-04-27 10:54:00,389.0 -63024,sell_contrast_m10_bb_pos,sell,2026-04-27 10:57:00,390.0 -63025,sell_contrast_m10_bb_pos,sell,2026-04-27 11:00:00,390.0 -63026,sell_contrast_m10_bb_pos,sell,2026-04-27 11:03:00,390.0 -63027,sell_contrast_m10_bb_pos,sell,2026-04-27 11:06:00,389.0 -63028,sell_contrast_m10_bb_pos,sell,2026-04-27 11:09:00,388.0 -63029,sell_contrast_m10_bb_pos,sell,2026-04-27 11:51:00,390.0 -63030,sell_contrast_m10_bb_pos,sell,2026-04-27 11:54:00,391.0 -63031,sell_contrast_m10_bb_pos,sell,2026-04-27 11:57:00,391.0 -63032,sell_contrast_m10_bb_pos,sell,2026-04-27 12:30:00,391.0 -63033,sell_contrast_m10_bb_pos,sell,2026-04-27 12:33:00,391.0 -63034,sell_contrast_m10_bb_pos,sell,2026-04-27 12:36:00,391.0 -63035,sell_contrast_m10_bb_pos,sell,2026-04-27 12:39:00,391.0 -63036,sell_contrast_m10_bb_pos,sell,2026-04-27 12:42:00,390.0 -63037,sell_contrast_m10_bb_pos,sell,2026-04-27 12:45:00,390.0 -63038,sell_contrast_m10_bb_pos,sell,2026-04-27 12:48:00,389.0 -63039,sell_contrast_m10_bb_pos,sell,2026-04-27 19:42:00,377.0 -63040,sell_contrast_m10_bb_pos,sell,2026-04-27 19:45:00,376.0 -63041,sell_contrast_m10_bb_pos,sell,2026-04-27 19:48:00,377.0 -63042,sell_contrast_m10_bb_pos,sell,2026-04-27 20:21:00,378.0 -63043,sell_contrast_m10_bb_pos,sell,2026-04-27 20:24:00,377.0 -63044,sell_contrast_m10_bb_pos,sell,2026-04-27 20:27:00,378.0 -63045,sell_contrast_m10_bb_pos,sell,2026-04-27 21:51:00,378.0 -63046,sell_contrast_m10_bb_pos,sell,2026-04-27 21:54:00,378.0 -63047,sell_contrast_m10_bb_pos,sell,2026-04-27 21:57:00,378.0 -63048,sell_contrast_m10_bb_pos,sell,2026-04-27 22:12:00,378.0 -63049,sell_contrast_m10_bb_pos,sell,2026-04-27 22:15:00,378.0 -63050,sell_contrast_m10_bb_pos,sell,2026-04-27 22:18:00,378.0 -63051,sell_contrast_m10_bb_pos,sell,2026-04-28 05:51:00,374.0 -63052,sell_contrast_m10_bb_pos,sell,2026-04-28 05:54:00,374.0 -63053,sell_contrast_m10_bb_pos,sell,2026-04-28 05:57:00,375.0 -63054,sell_contrast_m10_bb_pos,sell,2026-04-28 06:00:00,375.0 -63055,sell_contrast_m10_bb_pos,sell,2026-04-28 06:03:00,374.0 -63056,sell_contrast_m10_bb_pos,sell,2026-04-28 06:09:00,374.0 -63057,sell_contrast_m10_bb_pos,sell,2026-04-28 06:21:00,374.0 -63058,sell_contrast_m10_bb_pos,sell,2026-04-28 06:24:00,375.0 -63059,sell_contrast_m10_bb_pos,sell,2026-04-28 06:27:00,375.0 -63060,sell_contrast_m10_bb_pos,sell,2026-04-28 06:51:00,375.0 -63061,sell_contrast_m10_bb_pos,sell,2026-04-28 06:54:00,376.0 -63062,sell_contrast_m10_bb_pos,sell,2026-04-28 06:57:00,375.0 -63063,sell_contrast_m10_bb_pos,sell,2026-04-28 07:12:00,377.0 -63064,sell_contrast_m10_bb_pos,sell,2026-04-28 07:15:00,376.0 -63065,sell_contrast_m10_bb_pos,sell,2026-04-28 07:18:00,376.0 -63066,sell_contrast_m10_bb_pos,sell,2026-04-28 07:21:00,375.0 -63067,sell_contrast_m10_bb_pos,sell,2026-04-28 07:24:00,375.0 -63068,sell_contrast_m10_bb_pos,sell,2026-04-28 07:27:00,376.0 -63069,sell_contrast_m10_bb_pos,sell,2026-04-28 07:42:00,377.0 -63070,sell_contrast_m10_bb_pos,sell,2026-04-28 07:45:00,377.0 -63071,sell_contrast_m10_bb_pos,sell,2026-04-28 07:48:00,378.0 -63072,sell_contrast_m10_bb_pos,sell,2026-04-28 08:21:00,378.0 -63073,sell_contrast_m10_bb_pos,sell,2026-04-28 08:27:00,378.0 -63074,sell_contrast_m10_bb_pos,sell,2026-04-28 09:00:00,379.0 -63075,sell_contrast_m10_bb_pos,sell,2026-04-28 09:03:00,378.0 -63076,sell_contrast_m10_bb_pos,sell,2026-04-28 09:06:00,378.0 -63077,sell_contrast_m10_bb_pos,sell,2026-04-28 09:09:00,379.0 -63078,sell_contrast_m10_bb_pos,sell,2026-04-28 09:12:00,379.0 -63079,sell_contrast_m10_bb_pos,sell,2026-04-28 09:15:00,378.0 -63080,sell_contrast_m10_bb_pos,sell,2026-04-28 09:18:00,378.0 -63081,sell_contrast_m10_bb_pos,sell,2026-04-28 10:21:00,378.0 -63082,sell_contrast_m10_bb_pos,sell,2026-04-28 10:24:00,378.0 -63083,sell_contrast_m10_bb_pos,sell,2026-04-28 10:27:00,378.0 -63084,sell_contrast_m10_bb_pos,sell,2026-04-28 22:00:00,373.0 -63085,sell_contrast_m10_bb_pos,sell,2026-04-28 22:03:00,373.0 -63086,sell_contrast_m10_bb_pos,sell,2026-04-28 22:06:00,372.0 -63087,sell_contrast_m10_bb_pos,sell,2026-04-28 22:09:00,372.0 -63088,sell_contrast_m10_bb_pos,sell,2026-04-28 22:30:00,373.0 -63089,sell_contrast_m10_bb_pos,sell,2026-04-28 22:33:00,372.0 -63090,sell_contrast_m10_bb_pos,sell,2026-04-28 22:36:00,373.0 -63091,sell_contrast_m10_bb_pos,sell,2026-04-28 22:39:00,374.0 -63092,sell_contrast_m10_bb_pos,sell,2026-04-28 22:51:00,374.0 -63093,sell_contrast_m10_bb_pos,sell,2026-04-28 22:54:00,372.0 -63094,sell_contrast_m10_bb_pos,sell,2026-04-28 22:57:00,373.0 -63095,sell_contrast_m10_bb_pos,sell,2026-04-28 23:00:00,374.0 -63096,sell_contrast_m10_bb_pos,sell,2026-04-28 23:03:00,372.0 -63097,sell_contrast_m10_bb_pos,sell,2026-04-28 23:06:00,374.0 -63098,sell_contrast_m10_bb_pos,sell,2026-04-28 23:09:00,374.0 -63099,sell_contrast_m10_bb_pos,sell,2026-04-28 23:12:00,374.0 -63100,sell_contrast_m10_bb_pos,sell,2026-04-28 23:15:00,373.0 -63101,sell_contrast_m10_bb_pos,sell,2026-04-28 23:18:00,373.0 -63102,sell_contrast_m10_bb_pos,sell,2026-04-29 00:12:00,374.0 -63103,sell_contrast_m10_bb_pos,sell,2026-04-29 00:15:00,374.0 -63104,sell_contrast_m10_bb_pos,sell,2026-04-29 00:18:00,375.0 -63105,sell_contrast_m10_bb_pos,sell,2026-04-29 00:21:00,374.0 -63106,sell_contrast_m10_bb_pos,sell,2026-04-29 00:24:00,373.0 -63107,sell_contrast_m10_bb_pos,sell,2026-04-29 00:27:00,373.0 -63108,sell_contrast_m10_bb_pos,sell,2026-04-29 03:21:00,374.0 -63109,sell_contrast_m10_bb_pos,sell,2026-04-29 03:24:00,375.0 -63110,sell_contrast_m10_bb_pos,sell,2026-04-29 03:27:00,374.0 -63111,sell_contrast_m10_bb_pos,sell,2026-04-29 03:30:00,375.0 -63112,sell_contrast_m10_bb_pos,sell,2026-04-29 03:33:00,375.0 -63113,sell_contrast_m10_bb_pos,sell,2026-04-29 03:36:00,375.0 -63114,sell_contrast_m10_bb_pos,sell,2026-04-29 03:39:00,375.0 -63115,sell_contrast_m10_bb_pos,sell,2026-04-29 03:42:00,375.0 -63116,sell_contrast_m10_bb_pos,sell,2026-04-29 03:45:00,375.0 -63117,sell_contrast_m10_bb_pos,sell,2026-04-29 03:48:00,375.0 -63118,sell_contrast_m10_bb_pos,sell,2026-04-29 03:54:00,375.0 -63119,sell_contrast_m10_bb_pos,sell,2026-04-29 03:57:00,375.0 -63120,sell_contrast_m10_bb_pos,sell,2026-04-29 05:00:00,376.0 -63121,sell_contrast_m10_bb_pos,sell,2026-04-29 05:03:00,374.0 -63122,sell_contrast_m10_bb_pos,sell,2026-04-29 05:09:00,375.0 -63123,sell_contrast_m10_bb_pos,sell,2026-04-29 13:30:00,376.0 -63124,sell_contrast_m10_bb_pos,sell,2026-04-29 13:33:00,376.0 -63125,sell_contrast_m10_bb_pos,sell,2026-04-29 13:36:00,376.0 -63126,sell_contrast_m10_bb_pos,sell,2026-04-29 13:39:00,376.0 -63127,sell_contrast_m10_bb_pos,sell,2026-04-29 14:00:00,377.0 -63128,sell_contrast_m10_bb_pos,sell,2026-04-29 14:03:00,376.0 -63129,sell_contrast_m10_bb_pos,sell,2026-04-29 14:06:00,377.0 -63130,sell_contrast_m10_bb_pos,sell,2026-04-29 14:09:00,377.0 -63131,sell_contrast_m10_bb_pos,sell,2026-04-29 14:12:00,376.0 -63132,sell_contrast_m10_bb_pos,sell,2026-04-29 14:15:00,376.0 -63133,sell_contrast_m10_bb_pos,sell,2026-04-29 14:18:00,376.0 -63134,sell_contrast_m10_bb_pos,sell,2026-04-29 19:42:00,378.0 -63135,sell_contrast_m10_bb_pos,sell,2026-04-29 19:45:00,379.0 -63136,sell_contrast_m10_bb_pos,sell,2026-04-29 19:48:00,379.0 -63137,sell_contrast_m10_bb_pos,sell,2026-04-30 06:21:00,369.0 -63138,sell_contrast_m10_bb_pos,sell,2026-04-30 06:24:00,369.0 -63139,sell_contrast_m10_bb_pos,sell,2026-04-30 06:27:00,370.0 -63140,sell_contrast_m10_bb_pos,sell,2026-04-30 06:30:00,370.0 -63141,sell_contrast_m10_bb_pos,sell,2026-04-30 06:33:00,369.0 -63142,sell_contrast_m10_bb_pos,sell,2026-04-30 06:36:00,370.0 -63143,sell_contrast_m10_bb_pos,sell,2026-04-30 06:39:00,370.0 -63144,sell_contrast_m10_bb_pos,sell,2026-04-30 06:42:00,371.0 -63145,sell_contrast_m10_bb_pos,sell,2026-04-30 06:45:00,370.0 -63146,sell_contrast_m10_bb_pos,sell,2026-04-30 06:48:00,371.0 -63147,sell_contrast_m10_bb_pos,sell,2026-04-30 08:51:00,371.0 -63148,sell_contrast_m10_bb_pos,sell,2026-04-30 08:54:00,371.0 -63149,sell_contrast_m10_bb_pos,sell,2026-04-30 08:57:00,370.0 -63150,sell_contrast_m10_bb_pos,sell,2026-04-30 09:00:00,371.0 -63151,sell_contrast_m10_bb_pos,sell,2026-04-30 09:03:00,371.0 -63152,sell_contrast_m10_bb_pos,sell,2026-04-30 09:06:00,371.0 -63153,sell_contrast_m10_bb_pos,sell,2026-04-30 09:09:00,370.0 -63154,sell_contrast_m10_bb_pos,sell,2026-04-30 09:42:00,370.0 -63155,sell_contrast_m10_bb_pos,sell,2026-04-30 09:45:00,370.0 -63156,sell_contrast_m10_bb_pos,sell,2026-04-30 09:48:00,372.0 -63157,sell_contrast_m10_bb_pos,sell,2026-04-30 09:51:00,371.0 -63158,sell_contrast_m10_bb_pos,sell,2026-04-30 09:54:00,372.0 -63159,sell_contrast_m10_bb_pos,sell,2026-04-30 09:57:00,372.0 -63160,sell_contrast_m10_bb_pos,sell,2026-04-30 10:12:00,372.0 -63161,sell_contrast_m10_bb_pos,sell,2026-04-30 10:15:00,372.0 -63162,sell_contrast_m10_bb_pos,sell,2026-04-30 10:18:00,372.0 -63163,sell_contrast_m10_bb_pos,sell,2026-04-30 10:42:00,373.0 -63164,sell_contrast_m10_bb_pos,sell,2026-04-30 10:45:00,374.0 -63165,sell_contrast_m10_bb_pos,sell,2026-04-30 10:48:00,373.0 -63166,sell_contrast_m10_bb_pos,sell,2026-04-30 11:00:00,374.0 -63167,sell_contrast_m10_bb_pos,sell,2026-04-30 11:03:00,374.0 -63168,sell_contrast_m10_bb_pos,sell,2026-04-30 11:06:00,374.0 -63169,sell_contrast_m10_bb_pos,sell,2026-04-30 11:09:00,374.0 -63170,sell_contrast_m10_bb_pos,sell,2026-05-01 01:12:00,363.0 -63171,sell_contrast_m10_bb_pos,sell,2026-05-01 01:15:00,363.0 -63172,sell_contrast_m10_bb_pos,sell,2026-05-01 01:18:00,363.0 -63173,sell_contrast_m10_bb_pos,sell,2026-05-01 01:21:00,363.0 -63174,sell_contrast_m10_bb_pos,sell,2026-05-01 01:24:00,364.0 -63175,sell_contrast_m10_bb_pos,sell,2026-05-01 01:27:00,363.0 -63176,sell_contrast_m10_bb_pos,sell,2026-05-01 01:30:00,363.0 -63177,sell_contrast_m10_bb_pos,sell,2026-05-01 01:33:00,363.0 -63178,sell_contrast_m10_bb_pos,sell,2026-05-01 01:36:00,363.0 -63179,sell_contrast_m10_bb_pos,sell,2026-05-01 01:39:00,364.0 -63180,sell_contrast_m10_bb_pos,sell,2026-05-01 01:51:00,363.0 -63181,sell_contrast_m10_bb_pos,sell,2026-05-01 01:54:00,362.0 -63182,sell_contrast_m10_bb_pos,sell,2026-05-01 01:57:00,362.0 -63183,sell_contrast_m10_bb_pos,sell,2026-05-01 02:12:00,364.0 -63184,sell_contrast_m10_bb_pos,sell,2026-05-01 02:15:00,364.0 -63185,sell_contrast_m10_bb_pos,sell,2026-05-01 02:18:00,364.0 -63186,sell_contrast_m10_bb_pos,sell,2026-05-01 02:21:00,364.0 -63187,sell_contrast_m10_bb_pos,sell,2026-05-01 02:24:00,364.0 -63188,sell_contrast_m10_bb_pos,sell,2026-05-01 02:27:00,365.0 -63189,sell_contrast_m10_bb_pos,sell,2026-05-01 02:30:00,365.0 -63190,sell_contrast_m10_bb_pos,sell,2026-05-01 02:33:00,364.0 -63191,sell_contrast_m10_bb_pos,sell,2026-05-01 02:36:00,364.0 -63192,sell_contrast_m10_bb_pos,sell,2026-05-01 02:39:00,364.0 -63193,sell_contrast_m10_bb_pos,sell,2026-05-01 02:51:00,365.0 -63194,sell_contrast_m10_bb_pos,sell,2026-05-01 02:54:00,366.0 -63195,sell_contrast_m10_bb_pos,sell,2026-05-01 02:57:00,367.0 -63196,sell_contrast_m10_bb_pos,sell,2026-05-01 03:21:00,368.0 -63197,sell_contrast_m10_bb_pos,sell,2026-05-01 03:24:00,367.0 -63198,sell_contrast_m10_bb_pos,sell,2026-05-01 03:27:00,367.0 -63199,sell_contrast_m10_bb_pos,sell,2026-05-01 04:21:00,367.0 -63200,sell_contrast_m10_bb_pos,sell,2026-05-01 04:24:00,367.0 -63201,sell_contrast_m10_bb_pos,sell,2026-05-01 09:30:00,364.0 -63202,sell_contrast_m10_bb_pos,sell,2026-05-01 09:33:00,363.0 -63203,sell_contrast_m10_bb_pos,sell,2026-05-01 09:36:00,363.0 -63204,sell_contrast_m10_bb_pos,sell,2026-05-01 09:39:00,363.0 -63205,sell_contrast_m10_bb_pos,sell,2026-05-01 09:42:00,363.0 -63206,sell_contrast_m10_bb_pos,sell,2026-05-01 09:45:00,363.0 -63207,sell_contrast_m10_bb_pos,sell,2026-05-01 09:48:00,364.0 -63208,sell_contrast_m10_bb_pos,sell,2026-05-01 10:12:00,364.0 -63209,sell_contrast_m10_bb_pos,sell,2026-05-01 10:15:00,363.0 -63210,sell_contrast_m10_bb_pos,sell,2026-05-01 10:18:00,363.0 -63211,sell_contrast_m10_bb_pos,sell,2026-05-01 10:51:00,364.0 -63212,sell_contrast_m10_bb_pos,sell,2026-05-01 10:54:00,363.0 -63213,sell_contrast_m10_bb_pos,sell,2026-05-01 10:57:00,364.0 -63214,sell_contrast_m10_bb_pos,sell,2026-05-01 18:12:00,359.0 -63215,sell_contrast_m10_bb_pos,sell,2026-05-01 18:15:00,359.0 -63216,sell_contrast_m10_bb_pos,sell,2026-05-01 18:18:00,358.0 -63217,sell_contrast_m10_bb_pos,sell,2026-05-01 18:21:00,358.0 -63218,sell_contrast_m10_bb_pos,sell,2026-05-01 18:24:00,358.0 -63219,sell_contrast_m10_bb_pos,sell,2026-05-01 18:27:00,358.0 -63220,sell_contrast_m10_bb_pos,sell,2026-05-01 22:42:00,356.0 -63221,sell_contrast_m10_bb_pos,sell,2026-05-01 22:45:00,356.0 -63222,sell_contrast_m10_bb_pos,sell,2026-05-01 22:48:00,356.0 -63223,sell_contrast_m10_bb_pos,sell,2026-05-02 04:12:00,355.0 -63224,sell_contrast_m10_bb_pos,sell,2026-05-02 04:15:00,355.0 -63225,sell_contrast_m10_bb_pos,sell,2026-05-02 04:18:00,354.0 -63226,sell_contrast_m10_bb_pos,sell,2026-05-02 04:21:00,355.0 -63227,sell_contrast_m10_bb_pos,sell,2026-05-02 04:24:00,355.0 -63228,sell_contrast_m10_bb_pos,sell,2026-05-02 04:27:00,354.0 -63229,sell_contrast_m10_bb_pos,sell,2026-05-02 04:30:00,355.0 -63230,sell_contrast_m10_bb_pos,sell,2026-05-02 04:33:00,355.0 -63231,sell_contrast_m10_bb_pos,sell,2026-05-02 04:39:00,355.0 -63232,sell_contrast_m10_bb_pos,sell,2026-05-02 04:42:00,354.0 -63233,sell_contrast_m10_bb_pos,sell,2026-05-02 04:48:00,355.0 -63234,sell_contrast_m10_bb_pos,sell,2026-05-02 16:21:00,350.0 -63235,sell_contrast_m10_bb_pos,sell,2026-05-02 16:24:00,352.0 -63236,sell_contrast_m10_bb_pos,sell,2026-05-02 16:27:00,351.0 -63237,sell_contrast_m10_bb_pos,sell,2026-05-02 16:42:00,350.0 -63238,sell_contrast_m10_bb_pos,sell,2026-05-02 16:45:00,351.0 -63239,sell_contrast_m10_bb_pos,sell,2026-05-02 16:48:00,351.0 -63240,sell_contrast_m10_bb_pos,sell,2026-05-02 16:51:00,350.0 -63241,sell_contrast_m10_bb_pos,sell,2026-05-02 16:54:00,350.0 -63242,sell_contrast_m10_bb_pos,sell,2026-05-02 16:57:00,350.0 -63243,sell_contrast_m10_bb_pos,sell,2026-05-02 19:00:00,352.0 -63244,sell_contrast_m10_bb_pos,sell,2026-05-02 19:03:00,351.0 -63245,sell_contrast_m10_bb_pos,sell,2026-05-02 19:06:00,352.0 -63246,sell_contrast_m10_bb_pos,sell,2026-05-02 19:09:00,351.0 -63247,sell_contrast_m10_bb_pos,sell,2026-05-02 19:30:00,352.0 -63248,sell_contrast_m10_bb_pos,sell,2026-05-02 19:33:00,352.0 -63249,sell_contrast_m10_bb_pos,sell,2026-05-02 19:36:00,351.0 -63250,sell_contrast_m10_bb_pos,sell,2026-05-02 19:39:00,352.0 -63251,sell_contrast_m10_bb_pos,sell,2026-05-02 19:42:00,352.0 -63252,sell_contrast_m10_bb_pos,sell,2026-05-02 19:45:00,352.0 -63253,sell_contrast_m10_bb_pos,sell,2026-05-02 19:48:00,351.0 -63254,sell_contrast_m10_bb_pos,sell,2026-05-02 21:12:00,352.0 -63255,sell_contrast_m10_bb_pos,sell,2026-05-02 21:15:00,352.0 -63256,sell_contrast_m10_bb_pos,sell,2026-05-02 21:18:00,351.0 -63257,sell_contrast_m10_bb_pos,sell,2026-05-02 21:51:00,352.0 -63258,sell_contrast_m10_bb_pos,sell,2026-05-02 21:54:00,351.0 -63259,sell_contrast_m10_bb_pos,sell,2026-05-02 23:51:00,353.0 -63260,sell_contrast_m10_bb_pos,sell,2026-05-02 23:54:00,353.0 -63261,sell_contrast_m10_bb_pos,sell,2026-05-02 23:57:00,354.0 -63262,sell_contrast_m10_bb_pos,sell,2026-05-03 00:42:00,358.0 -63263,sell_contrast_m10_bb_pos,sell,2026-05-03 00:45:00,358.0 -63264,sell_contrast_m10_bb_pos,sell,2026-05-03 00:48:00,359.0 -63265,sell_contrast_m10_bb_pos,sell,2026-05-03 01:00:00,358.0 -63266,sell_contrast_m10_bb_pos,sell,2026-05-03 01:03:00,360.0 -63267,sell_contrast_m10_bb_pos,sell,2026-05-03 01:06:00,359.0 -63268,sell_contrast_m10_bb_pos,sell,2026-05-03 01:09:00,358.0 -63269,sell_contrast_m10_bb_pos,sell,2026-05-03 01:12:00,359.0 -63270,sell_contrast_m10_bb_pos,sell,2026-05-03 01:15:00,359.0 -63271,sell_contrast_m10_bb_pos,sell,2026-05-03 01:18:00,359.0 -63272,sell_contrast_m10_bb_pos,sell,2026-05-03 01:21:00,359.0 -63273,sell_contrast_m10_bb_pos,sell,2026-05-03 01:24:00,358.0 -63274,sell_contrast_m10_bb_pos,sell,2026-05-03 01:27:00,357.0 -63275,sell_contrast_m10_bb_pos,sell,2026-05-03 02:00:00,360.0 -63276,sell_contrast_m10_bb_pos,sell,2026-05-03 02:03:00,360.0 -63277,sell_contrast_m10_bb_pos,sell,2026-05-03 02:06:00,360.0 -63278,sell_contrast_m10_bb_pos,sell,2026-05-03 02:09:00,361.0 -63279,sell_contrast_m10_bb_pos,sell,2026-05-03 02:12:00,361.0 -63280,sell_contrast_m10_bb_pos,sell,2026-05-03 02:15:00,361.0 -63281,sell_contrast_m10_bb_pos,sell,2026-05-03 02:18:00,361.0 -63282,sell_contrast_m10_bb_pos,sell,2026-05-03 02:21:00,362.0 -63283,sell_contrast_m10_bb_pos,sell,2026-05-03 02:24:00,361.0 -63284,sell_contrast_m10_bb_pos,sell,2026-05-03 02:27:00,361.0 -63285,sell_contrast_m10_bb_pos,sell,2026-05-03 02:30:00,362.0 -63286,sell_contrast_m10_bb_pos,sell,2026-05-03 02:33:00,362.0 -63287,sell_contrast_m10_bb_pos,sell,2026-05-03 02:36:00,363.0 -63288,sell_contrast_m10_bb_pos,sell,2026-05-03 02:39:00,362.0 -63289,sell_contrast_m10_bb_pos,sell,2026-05-03 02:42:00,360.0 -63290,sell_contrast_m10_bb_pos,sell,2026-05-03 02:45:00,361.0 -63291,sell_contrast_m10_bb_pos,sell,2026-05-03 02:48:00,360.0 -63292,sell_contrast_m10_bb_pos,sell,2026-05-03 03:42:00,362.0 -63293,sell_contrast_m10_bb_pos,sell,2026-05-03 03:45:00,362.0 -63294,sell_contrast_m10_bb_pos,sell,2026-05-03 03:48:00,362.0 -63295,sell_contrast_m10_bb_pos,sell,2026-05-03 03:51:00,363.0 -63296,sell_contrast_m10_bb_pos,sell,2026-05-03 03:57:00,362.0 -63297,sell_contrast_m10_bb_pos,sell,2026-05-03 04:12:00,363.0 -63298,sell_contrast_m10_bb_pos,sell,2026-05-03 04:15:00,363.0 -63299,sell_contrast_m10_bb_pos,sell,2026-05-03 04:18:00,361.0 -63300,sell_contrast_m10_bb_pos,sell,2026-05-03 14:21:00,355.0 -63301,sell_contrast_m10_bb_pos,sell,2026-05-03 14:24:00,355.0 -63302,sell_contrast_m10_bb_pos,sell,2026-05-03 14:27:00,355.0 -63303,sell_contrast_m10_bb_pos,sell,2026-05-03 16:51:00,356.0 -63304,sell_contrast_m10_bb_pos,sell,2026-05-03 16:54:00,355.0 -63305,sell_contrast_m10_bb_pos,sell,2026-05-03 16:57:00,355.0 -63306,sell_contrast_m10_bb_pos,sell,2026-05-03 17:21:00,356.0 -63307,sell_contrast_m10_bb_pos,sell,2026-05-03 17:24:00,355.0 -63308,sell_contrast_m10_bb_pos,sell,2026-05-03 17:27:00,356.0 -63309,sell_contrast_m10_bb_pos,sell,2026-05-03 21:51:00,354.0 -63310,sell_contrast_m10_bb_pos,sell,2026-05-03 21:54:00,354.0 -63311,sell_contrast_m10_bb_pos,sell,2026-05-03 21:57:00,354.0 -63312,sell_contrast_m10_bb_pos,sell,2026-05-03 23:51:00,355.0 -63313,sell_contrast_m10_bb_pos,sell,2026-05-03 23:57:00,354.0 -63314,sell_contrast_m10_bb_pos,sell,2026-05-04 00:30:00,355.0 -63315,sell_contrast_m10_bb_pos,sell,2026-05-04 00:33:00,355.0 -63316,sell_contrast_m10_bb_pos,sell,2026-05-04 00:36:00,354.0 -63317,sell_contrast_m10_bb_pos,sell,2026-05-04 00:39:00,354.0 -63318,sell_contrast_m10_bb_pos,sell,2026-05-04 01:00:00,355.0 -63319,sell_contrast_m10_bb_pos,sell,2026-05-04 01:03:00,355.0 -63320,sell_contrast_m10_bb_pos,sell,2026-05-04 01:06:00,355.0 -63321,sell_contrast_m10_bb_pos,sell,2026-05-04 01:09:00,355.0 -63322,sell_contrast_m10_bb_pos,sell,2026-05-04 01:12:00,354.0 -63323,sell_contrast_m10_bb_pos,sell,2026-05-04 01:15:00,355.0 -63324,sell_contrast_m10_bb_pos,sell,2026-05-04 01:18:00,354.0 -63325,sell_contrast_m10_bb_pos,sell,2026-05-04 01:42:00,357.0 -63326,sell_contrast_m10_bb_pos,sell,2026-05-04 01:45:00,356.0 -63327,sell_contrast_m10_bb_pos,sell,2026-05-04 01:48:00,356.0 -63328,sell_contrast_m10_bb_pos,sell,2026-05-04 02:24:00,356.0 -63329,sell_contrast_m10_bb_pos,sell,2026-05-04 02:27:00,356.0 -63330,sell_contrast_m10_bb_pos,sell,2026-05-04 04:33:00,357.0 -63331,sell_contrast_m10_bb_pos,sell,2026-05-04 04:39:00,357.0 -63332,sell_contrast_m10_bb_pos,sell,2026-05-04 04:42:00,356.0 -63333,sell_contrast_m10_bb_pos,sell,2026-05-04 04:45:00,356.0 -63334,sell_contrast_m10_bb_pos,sell,2026-05-04 04:48:00,356.0 -63335,sell_contrast_m10_bb_pos,sell,2026-05-04 05:12:00,356.0 -63336,sell_contrast_m10_bb_pos,sell,2026-05-04 05:15:00,356.0 -63337,sell_contrast_m10_bb_pos,sell,2026-05-04 05:18:00,357.0 -63338,sell_contrast_m10_bb_pos,sell,2026-05-04 05:21:00,357.0 -63339,sell_contrast_m10_bb_pos,sell,2026-05-04 05:24:00,357.0 -63340,sell_contrast_m10_bb_pos,sell,2026-05-04 05:42:00,356.0 -63341,sell_contrast_m10_bb_pos,sell,2026-05-04 05:45:00,356.0 -63342,sell_contrast_m10_bb_pos,sell,2026-05-04 05:48:00,355.0 -63343,sell_contrast_m10_bb_pos,sell,2026-05-04 11:00:00,355.0 -63344,sell_contrast_m10_bb_pos,sell,2026-05-04 11:03:00,355.0 -63345,sell_contrast_m10_bb_pos,sell,2026-05-04 11:06:00,354.0 -63346,sell_contrast_m10_bb_pos,sell,2026-05-04 11:09:00,355.0 -63347,sell_contrast_m10_bb_pos,sell,2026-05-04 11:12:00,355.0 -63348,sell_contrast_m10_bb_pos,sell,2026-05-04 11:15:00,355.0 -63349,sell_contrast_m10_bb_pos,sell,2026-05-04 11:18:00,356.0 -63350,sell_contrast_m10_bb_pos,sell,2026-05-04 11:30:00,356.0 -63351,sell_contrast_m10_bb_pos,sell,2026-05-04 11:33:00,357.0 -63352,sell_contrast_m10_bb_pos,sell,2026-05-04 11:36:00,357.0 -63353,sell_contrast_m10_bb_pos,sell,2026-05-04 11:39:00,358.0 -63354,sell_contrast_m10_bb_pos,sell,2026-05-04 11:51:00,357.0 -63355,sell_contrast_m10_bb_pos,sell,2026-05-04 11:54:00,358.0 -63356,sell_contrast_m10_bb_pos,sell,2026-05-04 11:57:00,357.0 -63357,sell_contrast_m10_bb_pos,sell,2026-05-04 12:00:00,357.0 -63358,sell_contrast_m10_bb_pos,sell,2026-05-04 12:03:00,356.0 -63359,sell_contrast_m10_bb_pos,sell,2026-05-04 12:06:00,356.0 -63360,sell_contrast_m10_bb_pos,sell,2026-05-04 12:09:00,357.0 -63361,sell_contrast_m10_bb_pos,sell,2026-05-04 13:21:00,359.0 -63362,sell_contrast_m10_bb_pos,sell,2026-05-04 13:24:00,359.0 -63363,sell_contrast_m10_bb_pos,sell,2026-05-04 13:27:00,358.0 -63364,sell_contrast_m10_bb_pos,sell,2026-05-04 13:30:00,359.0 -63365,sell_contrast_m10_bb_pos,sell,2026-05-04 13:33:00,358.0 -63366,sell_contrast_m10_bb_pos,sell,2026-05-04 13:36:00,358.0 -63367,sell_contrast_m10_bb_pos,sell,2026-05-04 13:39:00,358.0 -63368,sell_contrast_m10_bb_pos,sell,2026-05-04 15:00:00,359.0 -63369,sell_contrast_m10_bb_pos,sell,2026-05-04 15:03:00,358.0 -63370,sell_contrast_m10_bb_pos,sell,2026-05-04 15:06:00,357.0 -63371,sell_contrast_m10_bb_pos,sell,2026-05-04 15:09:00,357.0 -63372,sell_contrast_m10_bb_pos,sell,2026-05-04 18:51:00,357.0 -63373,sell_contrast_m10_bb_pos,sell,2026-05-04 18:54:00,358.0 -63374,sell_contrast_m10_bb_pos,sell,2026-05-04 18:57:00,357.0 -63375,sell_contrast_m10_bb_pos,sell,2026-05-05 00:00:00,353.0 -63376,sell_contrast_m10_bb_pos,sell,2026-05-05 00:03:00,354.0 -63377,sell_contrast_m10_bb_pos,sell,2026-05-05 00:06:00,354.0 -63378,sell_contrast_m10_bb_pos,sell,2026-05-05 00:09:00,353.0 -63379,sell_contrast_m10_bb_pos,sell,2026-05-05 02:21:00,354.0 -63380,sell_contrast_m10_bb_pos,sell,2026-05-05 02:24:00,355.0 -63381,sell_contrast_m10_bb_pos,sell,2026-05-05 02:27:00,354.0 -63382,sell_contrast_m10_bb_pos,sell,2026-05-05 02:30:00,354.0 -63383,sell_contrast_m10_bb_pos,sell,2026-05-05 02:33:00,354.0 -63384,sell_contrast_m10_bb_pos,sell,2026-05-05 02:36:00,353.0 -63385,sell_contrast_m10_bb_pos,sell,2026-05-05 02:39:00,354.0 -63386,sell_contrast_m10_bb_pos,sell,2026-05-05 02:42:00,354.0 -63387,sell_contrast_m10_bb_pos,sell,2026-05-05 02:48:00,354.0 -63388,sell_contrast_m10_bb_pos,sell,2026-05-05 02:51:00,355.0 -63389,sell_contrast_m10_bb_pos,sell,2026-05-05 02:54:00,355.0 -63390,sell_contrast_m10_bb_pos,sell,2026-05-05 02:57:00,356.0 -63391,sell_contrast_m10_bb_pos,sell,2026-05-05 03:00:00,355.0 -63392,sell_contrast_m10_bb_pos,sell,2026-05-05 03:03:00,356.0 -63393,sell_contrast_m10_bb_pos,sell,2026-05-05 03:06:00,356.0 -63394,sell_contrast_m10_bb_pos,sell,2026-05-05 03:09:00,355.0 -63395,sell_contrast_m10_bb_pos,sell,2026-05-05 03:12:00,356.0 -63396,sell_contrast_m10_bb_pos,sell,2026-05-05 03:15:00,355.0 -63397,sell_contrast_m10_bb_pos,sell,2026-05-05 03:18:00,356.0 -63398,sell_contrast_m10_bb_pos,sell,2026-05-05 03:42:00,356.0 -63399,sell_contrast_m10_bb_pos,sell,2026-05-05 03:45:00,356.0 -63400,sell_contrast_m10_bb_pos,sell,2026-05-05 06:42:00,356.0 -63401,sell_contrast_m10_bb_pos,sell,2026-05-05 06:45:00,356.0 -63402,sell_contrast_m10_bb_pos,sell,2026-05-05 06:48:00,355.0 -63403,sell_contrast_m10_bb_pos,sell,2026-05-05 07:00:00,356.0 -63404,sell_contrast_m10_bb_pos,sell,2026-05-05 07:03:00,356.0 -63405,sell_contrast_m10_bb_pos,sell,2026-05-05 07:06:00,356.0 -63406,sell_contrast_m10_bb_pos,sell,2026-05-05 07:09:00,355.0 -63407,sell_contrast_m10_bb_pos,sell,2026-05-05 10:30:00,354.0 -63408,sell_contrast_m10_bb_pos,sell,2026-05-05 10:33:00,353.0 -63409,sell_contrast_m10_bb_pos,sell,2026-05-05 10:36:00,354.0 -63410,sell_contrast_m10_bb_pos,sell,2026-05-05 10:39:00,353.0 -63411,sell_contrast_m10_bb_pos,sell,2026-05-05 10:51:00,354.0 -63412,sell_contrast_m10_bb_pos,sell,2026-05-05 10:54:00,355.0 -63413,sell_contrast_m10_bb_pos,sell,2026-05-05 10:57:00,355.0 -63414,sell_contrast_m10_bb_pos,sell,2026-05-05 11:00:00,354.0 -63415,sell_contrast_m10_bb_pos,sell,2026-05-05 11:03:00,355.0 -63416,sell_contrast_m10_bb_pos,sell,2026-05-05 11:06:00,355.0 -63417,sell_contrast_m10_bb_pos,sell,2026-05-05 11:09:00,355.0 -63418,sell_contrast_m10_bb_pos,sell,2026-05-05 11:12:00,354.0 -63419,sell_contrast_m10_bb_pos,sell,2026-05-05 11:15:00,355.0 -63420,sell_contrast_m10_bb_pos,sell,2026-05-05 11:18:00,355.0 -63421,sell_contrast_m10_bb_pos,sell,2026-05-05 12:42:00,355.0 -63422,sell_contrast_m10_bb_pos,sell,2026-05-05 12:45:00,355.0 -63423,sell_contrast_m10_bb_pos,sell,2026-05-05 12:48:00,356.0 -63424,sell_contrast_m10_bb_pos,sell,2026-05-05 12:51:00,356.0 -63425,sell_contrast_m10_bb_pos,sell,2026-05-05 12:54:00,355.0 -63426,sell_contrast_m10_bb_pos,sell,2026-05-05 12:57:00,356.0 -63427,sell_contrast_m10_bb_pos,sell,2026-05-05 13:21:00,356.0 -63428,sell_contrast_m10_bb_pos,sell,2026-05-05 13:24:00,357.0 -63429,sell_contrast_m10_bb_pos,sell,2026-05-05 13:27:00,357.0 -63430,sell_contrast_m10_bb_pos,sell,2026-05-05 15:12:00,361.0 -63431,sell_contrast_m10_bb_pos,sell,2026-05-05 15:15:00,362.0 -63432,sell_contrast_m10_bb_pos,sell,2026-05-05 15:18:00,361.0 -63433,sell_contrast_m10_bb_pos,sell,2026-05-05 15:42:00,361.0 -63434,sell_contrast_m10_bb_pos,sell,2026-05-05 15:45:00,361.0 -63435,sell_contrast_m10_bb_pos,sell,2026-05-05 15:48:00,361.0 -63436,sell_contrast_m10_bb_pos,sell,2026-05-05 15:51:00,362.0 -63437,sell_contrast_m10_bb_pos,sell,2026-05-05 15:54:00,362.0 -63438,sell_contrast_m10_bb_pos,sell,2026-05-05 15:57:00,362.0 -63439,sell_contrast_m10_bb_pos,sell,2026-05-05 16:00:00,362.0 -63440,sell_contrast_m10_bb_pos,sell,2026-05-05 16:03:00,361.0 -63441,sell_contrast_m10_bb_pos,sell,2026-05-05 16:06:00,360.0 -63442,sell_contrast_m10_bb_pos,sell,2026-05-05 16:09:00,361.0 -63443,sell_contrast_m10_bb_pos,sell,2026-05-05 16:21:00,363.0 -63444,sell_contrast_m10_bb_pos,sell,2026-05-05 16:24:00,361.0 -63445,sell_contrast_m10_bb_pos,sell,2026-05-05 16:27:00,361.0 -63446,sell_contrast_m10_bb_pos,sell,2026-05-05 19:51:00,361.0 -63447,sell_contrast_m10_bb_pos,sell,2026-05-05 19:54:00,361.0 -63448,sell_contrast_m10_bb_pos,sell,2026-05-05 19:57:00,361.0 -63449,sell_contrast_m10_bb_pos,sell,2026-05-05 21:12:00,362.0 -63450,sell_contrast_m10_bb_pos,sell,2026-05-05 21:15:00,362.0 -63451,sell_contrast_m10_bb_pos,sell,2026-05-05 21:18:00,361.0 -63452,sell_contrast_m10_bb_pos,sell,2026-05-05 21:21:00,362.0 -63453,sell_contrast_m10_bb_pos,sell,2026-05-05 21:24:00,361.0 -63454,sell_contrast_m10_bb_pos,sell,2026-05-05 21:27:00,361.0 -63455,sell_contrast_m10_bb_pos,sell,2026-05-06 04:12:00,360.0 -63456,sell_contrast_m10_bb_pos,sell,2026-05-06 04:15:00,360.0 -63457,sell_contrast_m10_bb_pos,sell,2026-05-06 04:18:00,360.0 -63458,sell_contrast_m10_bb_pos,sell,2026-05-06 04:51:00,361.0 -63459,sell_contrast_m10_bb_pos,sell,2026-05-06 04:54:00,361.0 -63460,sell_contrast_m10_bb_pos,sell,2026-05-06 04:57:00,361.0 -63461,sell_contrast_m10_bb_pos,sell,2026-05-06 05:12:00,362.0 -63462,sell_contrast_m10_bb_pos,sell,2026-05-06 05:15:00,363.0 -63463,sell_contrast_m10_bb_pos,sell,2026-05-06 05:18:00,363.0 -63464,sell_contrast_m10_bb_pos,sell,2026-05-06 06:21:00,369.0 -63465,sell_contrast_m10_bb_pos,sell,2026-05-06 06:24:00,369.0 -63466,sell_contrast_m10_bb_pos,sell,2026-05-06 06:27:00,368.0 -63467,sell_contrast_m10_bb_pos,sell,2026-05-06 06:30:00,368.0 -63468,sell_contrast_m10_bb_pos,sell,2026-05-06 06:33:00,368.0 -63469,sell_contrast_m10_bb_pos,sell,2026-05-06 06:36:00,367.0 -63470,sell_contrast_m10_bb_pos,sell,2026-05-06 06:39:00,368.0 -63471,sell_contrast_m10_bb_pos,sell,2026-05-06 06:42:00,367.0 -63472,sell_contrast_m10_bb_pos,sell,2026-05-06 06:45:00,366.0 -63473,sell_contrast_m10_bb_pos,sell,2026-05-06 06:48:00,366.0 -63474,sell_contrast_m10_bb_pos,sell,2026-05-06 11:00:00,367.0 -63475,sell_contrast_m10_bb_pos,sell,2026-05-06 11:03:00,367.0 -63476,sell_contrast_m10_bb_pos,sell,2026-05-06 11:06:00,367.0 -63477,sell_contrast_m10_bb_pos,sell,2026-05-06 11:09:00,367.0 -63478,sell_contrast_m10_bb_pos,sell,2026-05-06 11:12:00,367.0 -63479,sell_contrast_m10_bb_pos,sell,2026-05-06 11:15:00,367.0 -63480,sell_contrast_m10_bb_pos,sell,2026-05-06 11:18:00,367.0 -63481,sell_contrast_m10_bb_pos,sell,2026-05-06 12:12:00,367.0 -63482,sell_contrast_m10_bb_pos,sell,2026-05-06 12:15:00,367.0 -63483,sell_contrast_m10_bb_pos,sell,2026-05-06 12:18:00,367.0 -63484,sell_contrast_m10_bb_pos,sell,2026-05-06 12:51:00,370.0 -63485,sell_contrast_m10_bb_pos,sell,2026-05-06 12:54:00,371.0 -63486,sell_contrast_m10_bb_pos,sell,2026-05-06 12:57:00,372.0 -63487,sell_contrast_m10_bb_pos,sell,2026-05-06 13:00:00,371.0 -63488,sell_contrast_m10_bb_pos,sell,2026-05-06 13:03:00,371.0 -63489,sell_contrast_m10_bb_pos,sell,2026-05-06 13:06:00,372.0 -63490,sell_contrast_m10_bb_pos,sell,2026-05-06 13:09:00,372.0 -63491,sell_contrast_m10_bb_pos,sell,2026-05-06 13:21:00,372.0 -63492,sell_contrast_m10_bb_pos,sell,2026-05-06 13:24:00,371.0 -63493,sell_contrast_m10_bb_pos,sell,2026-05-06 13:27:00,372.0 -63494,sell_contrast_m10_bb_pos,sell,2026-05-06 15:51:00,371.0 -63495,sell_contrast_m10_bb_pos,sell,2026-05-06 15:54:00,372.0 -63496,sell_contrast_m10_bb_pos,sell,2026-05-06 15:57:00,372.0 -63497,sell_contrast_m10_bb_pos,sell,2026-05-06 16:12:00,372.0 -63498,sell_contrast_m10_bb_pos,sell,2026-05-06 16:15:00,372.0 -63499,sell_contrast_m10_bb_pos,sell,2026-05-06 16:18:00,372.0 -63500,sell_contrast_m10_bb_pos,sell,2026-05-06 16:21:00,373.0 -63501,sell_contrast_m10_bb_pos,sell,2026-05-06 16:24:00,374.0 -63502,sell_contrast_m10_bb_pos,sell,2026-05-06 16:27:00,375.0 -63503,sell_contrast_m10_bb_pos,sell,2026-05-06 16:51:00,375.0 -63504,sell_contrast_m10_bb_pos,sell,2026-05-06 16:54:00,374.0 -63505,sell_contrast_m10_bb_pos,sell,2026-05-06 16:57:00,373.0 -63506,sell_contrast_m10_bb_pos,sell,2026-05-06 17:12:00,373.0 -63507,sell_contrast_m10_bb_pos,sell,2026-05-06 17:15:00,373.0 -63508,sell_contrast_m10_bb_pos,sell,2026-05-06 17:18:00,374.0 -63509,sell_contrast_m10_bb_pos,sell,2026-05-06 17:30:00,375.0 -63510,sell_contrast_m10_bb_pos,sell,2026-05-06 17:33:00,375.0 -63511,sell_contrast_m10_bb_pos,sell,2026-05-06 17:36:00,376.0 -63512,sell_contrast_m10_bb_pos,sell,2026-05-06 17:39:00,376.0 -63513,sell_contrast_m10_bb_pos,sell,2026-05-06 17:42:00,376.0 -63514,sell_contrast_m10_bb_pos,sell,2026-05-06 17:45:00,377.0 -63515,sell_contrast_m10_bb_pos,sell,2026-05-06 17:48:00,377.0 -63516,sell_contrast_m10_bb_pos,sell,2026-05-06 17:51:00,378.0 -63517,sell_contrast_m10_bb_pos,sell,2026-05-06 17:54:00,378.0 -63518,sell_contrast_m10_bb_pos,sell,2026-05-06 17:57:00,378.0 -63519,sell_contrast_m10_bb_pos,sell,2026-05-06 18:12:00,379.0 -63520,sell_contrast_m10_bb_pos,sell,2026-05-06 18:15:00,378.0 -63521,sell_contrast_m10_bb_pos,sell,2026-05-06 18:18:00,379.0 -63522,sell_contrast_m10_bb_pos,sell,2026-05-06 18:21:00,380.0 -63523,sell_contrast_m10_bb_pos,sell,2026-05-06 18:24:00,379.0 -63524,sell_contrast_m10_bb_pos,sell,2026-05-06 18:27:00,379.0 -63525,sell_contrast_m10_bb_pos,sell,2026-05-06 18:30:00,379.0 -63526,sell_contrast_m10_bb_pos,sell,2026-05-06 18:33:00,381.0 -63527,sell_contrast_m10_bb_pos,sell,2026-05-06 18:36:00,380.0 -63528,sell_contrast_m10_bb_pos,sell,2026-05-06 18:39:00,379.0 -63529,sell_contrast_m10_bb_pos,sell,2026-05-06 18:42:00,380.0 -63530,sell_contrast_m10_bb_pos,sell,2026-05-06 18:45:00,378.0 -63531,sell_contrast_m10_bb_pos,sell,2026-05-06 18:48:00,379.0 -63532,sell_contrast_m10_bb_pos,sell,2026-05-06 18:51:00,379.0 -63533,sell_contrast_m10_bb_pos,sell,2026-05-06 18:54:00,379.0 -63534,sell_contrast_m10_bb_pos,sell,2026-05-06 18:57:00,380.0 -63535,sell_contrast_m10_bb_pos,sell,2026-05-06 19:00:00,380.0 -63536,sell_contrast_m10_bb_pos,sell,2026-05-06 19:03:00,380.0 -63537,sell_contrast_m10_bb_pos,sell,2026-05-06 19:06:00,379.0 -63538,sell_contrast_m10_bb_pos,sell,2026-05-06 19:09:00,380.0 -63539,sell_contrast_m10_bb_pos,sell,2026-05-06 19:12:00,380.0 -63540,sell_contrast_m10_bb_pos,sell,2026-05-06 19:15:00,380.0 -63541,sell_contrast_m10_bb_pos,sell,2026-05-06 19:18:00,381.0 -63542,sell_contrast_m10_bb_pos,sell,2026-05-06 19:21:00,381.0 -63543,sell_contrast_m10_bb_pos,sell,2026-05-06 19:24:00,381.0 -63544,sell_contrast_m10_bb_pos,sell,2026-05-06 19:27:00,382.0 -63545,sell_contrast_m10_bb_pos,sell,2026-05-06 19:30:00,381.0 -63546,sell_contrast_m10_bb_pos,sell,2026-05-06 19:33:00,382.0 -63547,sell_contrast_m10_bb_pos,sell,2026-05-06 19:36:00,382.0 -63548,sell_contrast_m10_bb_pos,sell,2026-05-06 19:39:00,383.0 -63549,sell_contrast_m10_bb_pos,sell,2026-05-06 19:42:00,384.0 -63550,sell_contrast_m10_bb_pos,sell,2026-05-06 19:45:00,383.0 -63551,sell_contrast_m10_bb_pos,sell,2026-05-06 19:48:00,383.0 -63552,sell_contrast_m10_bb_pos,sell,2026-05-06 19:51:00,382.0 -63553,sell_contrast_m10_bb_pos,sell,2026-05-06 19:54:00,382.0 -63554,sell_contrast_m10_bb_pos,sell,2026-05-06 19:57:00,382.0 -63555,sell_contrast_m10_bb_pos,sell,2026-05-07 01:12:00,380.0 -63556,sell_contrast_m10_bb_pos,sell,2026-05-07 01:15:00,379.0 -63557,sell_contrast_m10_bb_pos,sell,2026-05-07 01:18:00,379.0 -63558,sell_contrast_m10_bb_pos,sell,2026-05-07 01:51:00,380.0 -63559,sell_contrast_m10_bb_pos,sell,2026-05-07 01:54:00,379.0 -63560,sell_contrast_m10_bb_pos,sell,2026-05-07 01:57:00,379.0 -63561,sell_contrast_m10_bb_pos,sell,2026-05-07 05:30:00,377.0 -63562,sell_contrast_m10_bb_pos,sell,2026-05-07 05:33:00,375.0 -63563,sell_contrast_m10_bb_pos,sell,2026-05-07 05:36:00,374.0 -63564,sell_contrast_m10_bb_pos,sell,2026-05-07 05:39:00,374.0 -63565,sell_contrast_m10_bb_pos,sell,2026-05-07 06:51:00,380.0 -63566,sell_contrast_m10_bb_pos,sell,2026-05-07 06:54:00,381.0 -63567,sell_contrast_m10_bb_pos,sell,2026-05-07 06:57:00,380.0 -63568,sell_contrast_m10_bb_pos,sell,2026-05-07 13:30:00,371.0 -63569,sell_contrast_m10_bb_pos,sell,2026-05-07 13:33:00,371.0 -63570,sell_contrast_m10_bb_pos,sell,2026-05-07 13:36:00,371.0 -63571,sell_contrast_m10_bb_pos,sell,2026-05-07 13:39:00,371.0 -63572,sell_contrast_m10_bb_pos,sell,2026-05-07 14:21:00,372.0 -63573,sell_contrast_m10_bb_pos,sell,2026-05-07 14:24:00,373.0 -63574,sell_contrast_m10_bb_pos,sell,2026-05-07 14:27:00,373.0 -63575,sell_contrast_m10_bb_pos,sell,2026-05-07 14:30:00,374.0 -63576,sell_contrast_m10_bb_pos,sell,2026-05-07 14:33:00,373.0 -63577,sell_contrast_m10_bb_pos,sell,2026-05-07 14:36:00,372.0 -63578,sell_contrast_m10_bb_pos,sell,2026-05-07 14:39:00,372.0 -63579,sell_contrast_m10_bb_pos,sell,2026-05-07 15:42:00,377.0 -63580,sell_contrast_m10_bb_pos,sell,2026-05-07 15:45:00,379.0 -63581,sell_contrast_m10_bb_pos,sell,2026-05-07 15:48:00,379.0 -63582,sell_contrast_m10_bb_pos,sell,2026-05-07 16:21:00,382.0 -63583,sell_contrast_m10_bb_pos,sell,2026-05-07 16:24:00,381.0 -63584,sell_contrast_m10_bb_pos,sell,2026-05-07 16:27:00,381.0 -63585,sell_contrast_m10_bb_pos,sell,2026-05-07 16:30:00,381.0 -63586,sell_contrast_m10_bb_pos,sell,2026-05-07 16:33:00,381.0 -63587,sell_contrast_m10_bb_pos,sell,2026-05-07 16:36:00,381.0 -63588,sell_contrast_m10_bb_pos,sell,2026-05-07 16:39:00,381.0 -63589,sell_contrast_m10_bb_pos,sell,2026-05-07 21:51:00,380.0 -63590,sell_contrast_m10_bb_pos,sell,2026-05-07 21:54:00,381.0 -63591,sell_contrast_m10_bb_pos,sell,2026-05-07 21:57:00,381.0 -63592,sell_contrast_m10_bb_pos,sell,2026-05-07 22:00:00,381.0 -63593,sell_contrast_m10_bb_pos,sell,2026-05-07 22:03:00,381.0 -63594,sell_contrast_m10_bb_pos,sell,2026-05-07 22:06:00,381.0 -63595,sell_contrast_m10_bb_pos,sell,2026-05-07 22:09:00,381.0 -63596,sell_contrast_m10_bb_pos,sell,2026-05-08 03:30:00,374.0 -63597,sell_contrast_m10_bb_pos,sell,2026-05-08 03:33:00,376.0 -63598,sell_contrast_m10_bb_pos,sell,2026-05-08 03:36:00,375.0 -63599,sell_contrast_m10_bb_pos,sell,2026-05-08 03:39:00,375.0 -63600,sell_contrast_m10_bb_pos,sell,2026-05-08 08:51:00,372.0 -63601,sell_contrast_m10_bb_pos,sell,2026-05-08 08:54:00,372.0 -63602,sell_contrast_m10_bb_pos,sell,2026-05-08 08:57:00,372.0 -63603,sell_contrast_m10_bb_pos,sell,2026-05-08 09:00:00,372.0 -63604,sell_contrast_m10_bb_pos,sell,2026-05-08 09:03:00,372.0 -63605,sell_contrast_m10_bb_pos,sell,2026-05-08 09:06:00,373.0 -63606,sell_contrast_m10_bb_pos,sell,2026-05-08 09:09:00,373.0 -63607,sell_contrast_m10_bb_pos,sell,2026-05-08 09:30:00,373.0 -63608,sell_contrast_m10_bb_pos,sell,2026-05-08 09:33:00,373.0 -63609,sell_contrast_m10_bb_pos,sell,2026-05-08 09:36:00,373.0 -63610,sell_contrast_m10_bb_pos,sell,2026-05-08 09:39:00,373.0 -63611,sell_contrast_m10_bb_pos,sell,2026-05-08 10:51:00,375.0 -63612,sell_contrast_m10_bb_pos,sell,2026-05-08 10:54:00,375.0 -63613,sell_contrast_m10_bb_pos,sell,2026-05-08 10:57:00,375.0 -63614,sell_contrast_m10_bb_pos,sell,2026-05-08 13:21:00,376.0 -63615,sell_contrast_m10_bb_pos,sell,2026-05-08 13:24:00,377.0 -63616,sell_contrast_m10_bb_pos,sell,2026-05-08 13:27:00,377.0 -63617,sell_contrast_m10_bb_pos,sell,2026-05-08 13:42:00,376.0 -63618,sell_contrast_m10_bb_pos,sell,2026-05-08 13:45:00,376.0 -63619,sell_contrast_m10_bb_pos,sell,2026-05-08 13:48:00,376.0 -63620,sell_contrast_m10_bb_pos,sell,2026-05-08 13:51:00,377.0 -63621,sell_contrast_m10_bb_pos,sell,2026-05-08 13:54:00,377.0 -63622,sell_contrast_m10_bb_pos,sell,2026-05-08 13:57:00,377.0 -63623,sell_contrast_m10_bb_pos,sell,2026-05-08 14:12:00,378.0 -63624,sell_contrast_m10_bb_pos,sell,2026-05-08 14:15:00,378.0 -63625,sell_contrast_m10_bb_pos,sell,2026-05-08 14:18:00,378.0 -63626,sell_contrast_m10_bb_pos,sell,2026-05-08 14:21:00,378.0 -63627,sell_contrast_m10_bb_pos,sell,2026-05-08 14:24:00,378.0 -63628,sell_contrast_m10_bb_pos,sell,2026-05-08 14:27:00,378.0 -63629,sell_contrast_m10_bb_pos,sell,2026-05-08 15:42:00,379.0 -63630,sell_contrast_m10_bb_pos,sell,2026-05-08 15:45:00,380.0 -63631,sell_contrast_m10_bb_pos,sell,2026-05-08 15:48:00,379.0 -63632,sell_contrast_m10_bb_pos,sell,2026-05-08 17:30:00,383.0 -63633,sell_contrast_m10_bb_pos,sell,2026-05-08 17:33:00,382.0 -63634,sell_contrast_m10_bb_pos,sell,2026-05-08 17:36:00,383.0 -63635,sell_contrast_m10_bb_pos,sell,2026-05-08 17:39:00,383.0 -63636,sell_contrast_m10_bb_pos,sell,2026-05-08 20:30:00,383.0 -63637,sell_contrast_m10_bb_pos,sell,2026-05-08 20:33:00,382.0 -63638,sell_contrast_m10_bb_pos,sell,2026-05-08 20:36:00,382.0 -63639,sell_contrast_m10_bb_pos,sell,2026-05-08 20:39:00,382.0 -63640,sell_contrast_m10_bb_pos,sell,2026-05-08 20:42:00,383.0 -63641,sell_contrast_m10_bb_pos,sell,2026-05-08 20:45:00,382.0 -63642,sell_contrast_m10_bb_pos,sell,2026-05-08 20:48:00,382.0 -63643,sell_contrast_m10_bb_pos,sell,2026-05-08 21:00:00,383.0 -63644,sell_contrast_m10_bb_pos,sell,2026-05-08 21:03:00,383.0 -63645,sell_contrast_m10_bb_pos,sell,2026-05-08 21:06:00,383.0 -63646,sell_contrast_m10_bb_pos,sell,2026-05-08 21:09:00,383.0 -63647,sell_contrast_m10_bb_pos,sell,2026-05-08 21:12:00,382.0 -63648,sell_contrast_m10_bb_pos,sell,2026-05-08 21:15:00,382.0 -63649,sell_contrast_m10_bb_pos,sell,2026-05-08 21:18:00,381.0 -63650,sell_contrast_m10_bb_pos,sell,2026-05-08 23:42:00,385.0 -63651,sell_contrast_m10_bb_pos,sell,2026-05-08 23:45:00,385.0 -63652,sell_contrast_m10_bb_pos,sell,2026-05-08 23:48:00,385.0 -63653,sell_contrast_m10_bb_pos,sell,2026-05-08 23:51:00,386.0 -63654,sell_contrast_m10_bb_pos,sell,2026-05-08 23:54:00,385.0 -63655,sell_contrast_m10_bb_pos,sell,2026-05-08 23:57:00,385.0 -63656,sell_contrast_m10_bb_pos,sell,2026-05-09 00:00:00,385.0 -63657,sell_contrast_m10_bb_pos,sell,2026-05-09 00:03:00,386.0 -63658,sell_contrast_m10_bb_pos,sell,2026-05-09 00:06:00,386.0 -63659,sell_contrast_m10_bb_pos,sell,2026-05-09 00:09:00,387.0 -63660,sell_contrast_m10_bb_pos,sell,2026-05-09 00:21:00,385.0 -63661,sell_contrast_m10_bb_pos,sell,2026-05-09 00:24:00,385.0 -63662,sell_contrast_m10_bb_pos,sell,2026-05-09 00:27:00,384.0 -63663,sell_contrast_m10_bb_pos,sell,2026-05-09 00:30:00,387.0 -63664,sell_contrast_m10_bb_pos,sell,2026-05-09 00:33:00,388.0 -63665,sell_contrast_m10_bb_pos,sell,2026-05-09 00:36:00,387.0 -63666,sell_contrast_m10_bb_pos,sell,2026-05-09 00:39:00,388.0 -63667,sell_contrast_m10_bb_pos,sell,2026-05-09 02:51:00,396.0 -63668,sell_contrast_m10_bb_pos,sell,2026-05-09 02:54:00,395.0 -63669,sell_contrast_m10_bb_pos,sell,2026-05-09 02:57:00,396.0 -63670,sell_contrast_m10_bb_pos,sell,2026-05-09 03:21:00,400.0 -63671,sell_contrast_m10_bb_pos,sell,2026-05-09 03:24:00,400.0 -63672,sell_contrast_m10_bb_pos,sell,2026-05-09 03:27:00,401.0 -63673,sell_contrast_m10_bb_pos,sell,2026-05-09 03:30:00,401.0 -63674,sell_contrast_m10_bb_pos,sell,2026-05-09 03:33:00,403.0 -63675,sell_contrast_m10_bb_pos,sell,2026-05-09 03:36:00,402.0 -63676,sell_contrast_m10_bb_pos,sell,2026-05-09 03:39:00,403.0 -63677,sell_contrast_m10_bb_pos,sell,2026-05-09 03:51:00,403.0 -63678,sell_contrast_m10_bb_pos,sell,2026-05-09 03:54:00,402.0 -63679,sell_contrast_m10_bb_pos,sell,2026-05-09 03:57:00,401.0 -63680,sell_contrast_m10_bb_pos,sell,2026-05-09 04:12:00,405.0 -63681,sell_contrast_m10_bb_pos,sell,2026-05-09 04:15:00,406.0 -63682,sell_contrast_m10_bb_pos,sell,2026-05-09 04:18:00,405.0 -63683,sell_contrast_m10_bb_pos,sell,2026-05-09 04:21:00,404.0 -63684,sell_contrast_m10_bb_pos,sell,2026-05-09 04:24:00,404.0 -63685,sell_contrast_m10_bb_pos,sell,2026-05-09 04:27:00,408.0 -63686,sell_contrast_m10_bb_pos,sell,2026-05-09 04:42:00,405.0 -63687,sell_contrast_m10_bb_pos,sell,2026-05-09 04:45:00,403.0 -63688,sell_contrast_m10_bb_pos,sell,2026-05-09 04:48:00,404.0 -63689,sell_contrast_m10_bb_pos,sell,2026-05-09 10:42:00,406.0 -63690,sell_contrast_m10_bb_pos,sell,2026-05-09 10:45:00,405.0 -63691,sell_contrast_m10_bb_pos,sell,2026-05-09 10:48:00,406.0 -63692,sell_contrast_m10_bb_pos,sell,2026-05-09 10:51:00,407.0 -63693,sell_contrast_m10_bb_pos,sell,2026-05-09 10:54:00,407.0 -63694,sell_contrast_m10_bb_pos,sell,2026-05-09 10:57:00,407.0 -63695,sell_contrast_m10_bb_pos,sell,2026-05-09 12:21:00,408.0 -63696,sell_contrast_m10_bb_pos,sell,2026-05-09 12:24:00,406.0 -63697,sell_contrast_m10_bb_pos,sell,2026-05-09 12:27:00,406.0 -63698,sell_contrast_m10_bb_pos,sell,2026-05-09 13:00:00,407.0 -63699,sell_contrast_m10_bb_pos,sell,2026-05-09 13:03:00,405.0 -63700,sell_contrast_m10_bb_pos,sell,2026-05-09 13:06:00,407.0 -63701,sell_contrast_m10_bb_pos,sell,2026-05-09 13:09:00,407.0 -63702,sell_contrast_m10_bb_pos,sell,2026-05-09 13:12:00,406.0 -63703,sell_contrast_m10_bb_pos,sell,2026-05-09 13:15:00,406.0 -63704,sell_contrast_m10_bb_pos,sell,2026-05-09 13:18:00,405.0 -63705,sell_contrast_m10_bb_pos,sell,2026-05-09 20:42:00,401.0 -63706,sell_contrast_m10_bb_pos,sell,2026-05-09 20:45:00,402.0 -63707,sell_contrast_m10_bb_pos,sell,2026-05-09 20:48:00,402.0 -63708,sell_contrast_m10_bb_pos,sell,2026-05-09 20:51:00,402.0 -63709,sell_contrast_m10_bb_pos,sell,2026-05-09 20:54:00,402.0 -63710,sell_contrast_m10_bb_pos,sell,2026-05-09 20:57:00,401.0 -63711,sell_contrast_m10_bb_pos,sell,2026-05-09 21:30:00,403.0 -63712,sell_contrast_m10_bb_pos,sell,2026-05-09 21:33:00,402.0 -63713,sell_contrast_m10_bb_pos,sell,2026-05-09 21:36:00,401.0 -63714,sell_contrast_m10_bb_pos,sell,2026-05-09 21:39:00,400.0 -63715,sell_contrast_m10_bb_pos,sell,2026-05-09 22:21:00,401.0 -63716,sell_contrast_m10_bb_pos,sell,2026-05-09 22:24:00,401.0 -63717,sell_contrast_m10_bb_pos,sell,2026-05-09 22:27:00,403.0 -63718,sell_contrast_m10_bb_pos,sell,2026-05-10 02:45:00,401.0 -63719,sell_contrast_m10_bb_pos,sell,2026-05-10 02:48:00,402.0 -63720,sell_contrast_m10_bb_pos,sell,2026-05-10 02:51:00,401.0 -63721,sell_contrast_m10_bb_pos,sell,2026-05-10 02:54:00,401.0 -63722,sell_contrast_m10_bb_pos,sell,2026-05-10 02:57:00,400.0 -63723,sell_contrast_m10_bb_pos,sell,2026-05-10 03:00:00,402.0 -63724,sell_contrast_m10_bb_pos,sell,2026-05-10 03:03:00,402.0 -63725,sell_contrast_m10_bb_pos,sell,2026-05-10 03:06:00,402.0 -63726,sell_contrast_m10_bb_pos,sell,2026-05-10 03:09:00,402.0 -63727,sell_contrast_m10_bb_pos,sell,2026-05-10 03:12:00,402.0 -63728,sell_contrast_m10_bb_pos,sell,2026-05-10 03:15:00,401.0 -63729,sell_contrast_m10_bb_pos,sell,2026-05-10 03:18:00,402.0 -63730,sell_contrast_m10_bb_pos,sell,2026-05-10 03:30:00,403.0 -63731,sell_contrast_m10_bb_pos,sell,2026-05-10 03:33:00,403.0 -63732,sell_contrast_m10_bb_pos,sell,2026-05-10 03:36:00,402.0 -63733,sell_contrast_m10_bb_pos,sell,2026-05-10 03:39:00,402.0 -63734,sell_contrast_m10_bb_pos,sell,2026-05-10 16:12:00,396.0 -63735,sell_contrast_m10_bb_pos,sell,2026-05-10 16:15:00,396.0 -63736,sell_contrast_m10_bb_pos,sell,2026-05-10 16:18:00,396.0 -63737,sell_contrast_m10_bb_pos,sell,2026-05-10 16:21:00,397.0 -63738,sell_contrast_m10_bb_pos,sell,2026-05-10 16:24:00,398.0 -63739,sell_contrast_m10_bb_pos,sell,2026-05-10 16:27:00,398.0 -63740,sell_contrast_m10_bb_pos,sell,2026-05-10 17:42:00,401.0 -63741,sell_contrast_m10_bb_pos,sell,2026-05-10 17:45:00,401.0 -63742,sell_contrast_m10_bb_pos,sell,2026-05-10 17:48:00,401.0 -63743,sell_contrast_m10_bb_pos,sell,2026-05-10 17:51:00,401.0 -63744,sell_contrast_m10_bb_pos,sell,2026-05-10 17:54:00,401.0 -63745,sell_contrast_m10_bb_pos,sell,2026-05-10 17:57:00,401.0 -63746,sell_contrast_m10_bb_pos,sell,2026-05-10 18:00:00,401.0 -63747,sell_contrast_m10_bb_pos,sell,2026-05-10 18:03:00,402.0 -63748,sell_contrast_m10_bb_pos,sell,2026-05-10 18:06:00,402.0 -63749,sell_contrast_m10_bb_pos,sell,2026-05-10 18:09:00,402.0 -63750,sell_contrast_m10_bb_pos,sell,2026-05-10 18:12:00,401.0 -63751,sell_contrast_m10_bb_pos,sell,2026-05-10 18:15:00,402.0 -63752,sell_contrast_m10_bb_pos,sell,2026-05-10 18:18:00,402.0 -63753,sell_contrast_m10_bb_pos,sell,2026-05-10 18:21:00,401.0 -63754,sell_contrast_m10_bb_pos,sell,2026-05-10 18:24:00,401.0 -63755,sell_contrast_m10_bb_pos,sell,2026-05-10 18:27:00,402.0 -63756,sell_contrast_m10_bb_pos,sell,2026-05-10 19:51:00,402.0 -63757,sell_contrast_m10_bb_pos,sell,2026-05-10 19:54:00,404.0 -63758,sell_contrast_m10_bb_pos,sell,2026-05-10 19:57:00,402.0 -63759,sell_contrast_m10_bb_pos,sell,2026-05-10 23:12:00,402.0 -63760,sell_contrast_m10_bb_pos,sell,2026-05-10 23:15:00,401.0 -63761,sell_contrast_m10_bb_pos,sell,2026-05-10 23:18:00,400.0 -63762,sell_contrast_m10_bb_pos,sell,2026-05-11 04:42:00,422.0 -63763,sell_contrast_m10_bb_pos,sell,2026-05-11 04:45:00,422.0 -63764,sell_contrast_m10_bb_pos,sell,2026-05-11 04:48:00,423.0 -63765,sell_contrast_m10_bb_pos,sell,2026-05-11 04:51:00,422.0 -63766,sell_contrast_m10_bb_pos,sell,2026-05-11 04:54:00,420.0 -63767,sell_contrast_m10_bb_pos,sell,2026-05-11 04:57:00,421.0 -63768,sell_contrast_m10_bb_pos,sell,2026-05-11 05:00:00,422.0 -63769,sell_contrast_m10_bb_pos,sell,2026-05-11 05:03:00,422.0 -63770,sell_contrast_m10_bb_pos,sell,2026-05-11 05:06:00,422.0 -63771,sell_contrast_m10_bb_pos,sell,2026-05-11 05:09:00,424.0 -63772,sell_contrast_m10_bb_pos,sell,2026-05-11 05:12:00,424.0 -63773,sell_contrast_m10_bb_pos,sell,2026-05-11 05:15:00,419.0 -63774,sell_contrast_m10_bb_pos,sell,2026-05-11 05:18:00,416.0 -63775,sell_contrast_m10_bb_pos,sell,2026-05-11 14:51:00,417.0 -63776,sell_contrast_m10_bb_pos,sell,2026-05-11 14:54:00,415.0 -63777,sell_contrast_m10_bb_pos,sell,2026-05-11 14:57:00,416.0 -63778,sell_contrast_m10_bb_pos,sell,2026-05-11 15:12:00,418.0 -63779,sell_contrast_m10_bb_pos,sell,2026-05-11 15:15:00,416.0 -63780,sell_contrast_m10_bb_pos,sell,2026-05-11 15:18:00,417.0 -63781,sell_contrast_m10_bb_pos,sell,2026-05-11 19:30:00,415.0 -63782,sell_contrast_m10_bb_pos,sell,2026-05-11 19:33:00,415.0 -63783,sell_contrast_m10_bb_pos,sell,2026-05-11 19:36:00,413.0 -63784,sell_contrast_m10_bb_pos,sell,2026-05-11 19:39:00,413.0 -63785,sell_contrast_m10_bb_pos,sell,2026-05-11 20:42:00,417.0 -63786,sell_contrast_m10_bb_pos,sell,2026-05-11 20:45:00,415.0 -63787,sell_contrast_m10_bb_pos,sell,2026-05-11 20:48:00,415.0 -63788,sell_contrast_m10_bb_pos,sell,2026-05-11 21:00:00,416.0 -63789,sell_contrast_m10_bb_pos,sell,2026-05-11 21:03:00,416.0 -63790,sell_contrast_m10_bb_pos,sell,2026-05-11 21:06:00,413.0 -63791,sell_contrast_m10_bb_pos,sell,2026-05-11 21:09:00,413.0 -63792,sell_contrast_m10_bb_pos,sell,2026-05-12 00:51:00,416.0 -63793,sell_contrast_m10_bb_pos,sell,2026-05-12 00:54:00,416.0 -63794,sell_contrast_m10_bb_pos,sell,2026-05-12 00:57:00,415.0 -63795,sell_contrast_m10_bb_pos,sell,2026-05-12 01:00:00,416.0 -63796,sell_contrast_m10_bb_pos,sell,2026-05-12 01:03:00,415.0 -63797,sell_contrast_m10_bb_pos,sell,2026-05-12 01:06:00,415.0 -63798,sell_contrast_m10_bb_pos,sell,2026-05-12 01:09:00,417.0 -63799,sell_contrast_m10_bb_pos,sell,2026-05-12 01:12:00,419.0 -63800,sell_contrast_m10_bb_pos,sell,2026-05-12 01:15:00,417.0 -63801,sell_contrast_m10_bb_pos,sell,2026-05-12 01:18:00,416.0 -63802,sell_contrast_m10_bb_pos,sell,2026-05-12 03:12:00,418.0 -63803,sell_contrast_m10_bb_pos,sell,2026-05-12 03:15:00,418.0 -63804,sell_contrast_m10_bb_pos,sell,2026-05-12 03:18:00,415.0 -63805,sell_contrast_m10_bb_pos,sell,2026-05-12 04:51:00,417.0 -63806,sell_contrast_m10_bb_pos,sell,2026-05-12 04:54:00,416.0 -63807,sell_contrast_m10_bb_pos,sell,2026-05-12 04:57:00,416.0 -63808,sell_contrast_m10_bb_pos,sell,2026-05-12 10:00:00,415.0 -63809,sell_contrast_m10_bb_pos,sell,2026-05-12 10:03:00,415.0 -63810,sell_contrast_m10_bb_pos,sell,2026-05-12 10:06:00,413.0 -63811,sell_contrast_m10_bb_pos,sell,2026-05-12 10:09:00,413.0 -63812,sell_contrast_m10_bb_pos,sell,2026-05-12 14:12:00,411.0 -63813,sell_contrast_m10_bb_pos,sell,2026-05-12 14:15:00,410.0 -63814,sell_contrast_m10_bb_pos,sell,2026-05-12 14:18:00,409.0 -63815,sell_contrast_m10_bb_pos,sell,2026-05-12 15:00:00,412.0 -63816,sell_contrast_m10_bb_pos,sell,2026-05-12 15:03:00,412.0 -63817,sell_contrast_m10_bb_pos,sell,2026-05-12 15:06:00,411.0 -63818,sell_contrast_m10_bb_pos,sell,2026-05-12 15:09:00,412.0 -63819,sell_contrast_m10_bb_pos,sell,2026-05-12 15:12:00,412.0 -63820,sell_contrast_m10_bb_pos,sell,2026-05-12 15:15:00,412.0 -63821,sell_contrast_m10_bb_pos,sell,2026-05-12 15:18:00,413.0 -63822,sell_contrast_m10_bb_pos,sell,2026-05-12 15:21:00,413.0 -63823,sell_contrast_m10_bb_pos,sell,2026-05-12 15:24:00,413.0 -63824,sell_contrast_m10_bb_pos,sell,2026-05-12 15:27:00,413.0 -63825,sell_contrast_m10_bb_pos,sell,2026-05-13 03:42:00,396.0 -63826,sell_contrast_m10_bb_pos,sell,2026-05-13 03:45:00,396.0 -63827,sell_contrast_m10_bb_pos,sell,2026-05-13 03:48:00,395.0 -63828,sell_contrast_m10_bb_pos,sell,2026-05-13 04:42:00,397.0 -63829,sell_contrast_m10_bb_pos,sell,2026-05-13 04:45:00,397.0 -63830,sell_contrast_m10_bb_pos,sell,2026-05-13 04:48:00,397.0 -63831,sell_contrast_m10_bb_pos,sell,2026-05-13 04:51:00,398.0 -63832,sell_contrast_m10_bb_pos,sell,2026-05-13 04:54:00,398.0 -63833,sell_contrast_m10_bb_pos,sell,2026-05-13 04:57:00,397.0 -63834,sell_contrast_m10_bb_pos,sell,2026-05-13 05:30:00,398.0 -63835,sell_contrast_m10_bb_pos,sell,2026-05-13 05:33:00,398.0 -63836,sell_contrast_m10_bb_pos,sell,2026-05-13 05:36:00,398.0 -63837,sell_contrast_m10_bb_pos,sell,2026-05-13 05:39:00,398.0 -63838,sell_contrast_m10_bb_pos,sell,2026-05-13 05:42:00,398.0 -63839,sell_contrast_m10_bb_pos,sell,2026-05-13 05:45:00,399.0 -63840,sell_contrast_m10_bb_pos,sell,2026-05-13 05:48:00,399.0 -63841,sell_contrast_m10_bb_pos,sell,2026-05-13 05:51:00,399.0 -63842,sell_contrast_m10_bb_pos,sell,2026-05-13 05:54:00,399.0 -63843,sell_contrast_m10_bb_pos,sell,2026-05-13 05:57:00,399.0 -63844,sell_contrast_m10_bb_pos,sell,2026-05-13 06:00:00,400.0 -63845,sell_contrast_m10_bb_pos,sell,2026-05-13 06:03:00,400.0 -63846,sell_contrast_m10_bb_pos,sell,2026-05-13 06:06:00,400.0 -63847,sell_contrast_m10_bb_pos,sell,2026-05-13 06:09:00,399.0 -63848,sell_contrast_m10_bb_pos,sell,2026-05-13 06:12:00,400.0 -63849,sell_contrast_m10_bb_pos,sell,2026-05-13 06:15:00,400.0 -63850,sell_contrast_m10_bb_pos,sell,2026-05-13 06:18:00,400.0 -63851,sell_contrast_m10_bb_pos,sell,2026-05-13 06:30:00,400.0 -63852,sell_contrast_m10_bb_pos,sell,2026-05-13 06:33:00,400.0 -63853,sell_contrast_m10_bb_pos,sell,2026-05-13 06:36:00,400.0 -63854,sell_contrast_m10_bb_pos,sell,2026-05-13 06:39:00,400.0 -63855,sell_contrast_m10_bb_pos,sell,2026-05-13 06:42:00,400.0 -63856,sell_contrast_m10_bb_pos,sell,2026-05-13 06:45:00,400.0 -63857,sell_contrast_m10_bb_pos,sell,2026-05-13 06:48:00,400.0 -63858,sell_contrast_m10_bb_pos,sell,2026-05-13 07:21:00,401.0 -63859,sell_contrast_m10_bb_pos,sell,2026-05-13 07:24:00,400.0 -63860,sell_contrast_m10_bb_pos,sell,2026-05-13 07:27:00,399.0 -63861,sell_contrast_m10_bb_pos,sell,2026-05-13 11:00:00,405.0 -63862,sell_contrast_m10_bb_pos,sell,2026-05-13 11:03:00,404.0 -63863,sell_contrast_m10_bb_pos,sell,2026-05-13 11:06:00,404.0 -63864,sell_contrast_m10_bb_pos,sell,2026-05-13 11:09:00,405.0 -63865,sell_contrast_m10_bb_pos,sell,2026-05-13 11:12:00,406.0 -63866,sell_contrast_m10_bb_pos,sell,2026-05-13 11:15:00,406.0 -63867,sell_contrast_m10_bb_pos,sell,2026-05-13 11:18:00,407.0 -63868,sell_contrast_m10_bb_pos,sell,2026-05-13 11:21:00,407.0 -63869,sell_contrast_m10_bb_pos,sell,2026-05-13 11:24:00,408.0 -63870,sell_contrast_m10_bb_pos,sell,2026-05-13 11:27:00,409.0 -63871,sell_contrast_m10_bb_pos,sell,2026-05-13 11:30:00,408.0 -63872,sell_contrast_m10_bb_pos,sell,2026-05-13 11:33:00,408.0 -63873,sell_contrast_m10_bb_pos,sell,2026-05-13 11:36:00,409.0 -63874,sell_contrast_m10_bb_pos,sell,2026-05-13 11:39:00,407.0 -63875,sell_contrast_m10_bb_pos,sell,2026-05-13 12:42:00,409.0 -63876,sell_contrast_m10_bb_pos,sell,2026-05-13 12:45:00,411.0 -63877,sell_contrast_m10_bb_pos,sell,2026-05-13 12:48:00,411.0 -63878,sell_contrast_m10_bb_pos,sell,2026-05-13 13:00:00,411.0 -63879,sell_contrast_m10_bb_pos,sell,2026-05-13 13:03:00,411.0 -63880,sell_contrast_m10_bb_pos,sell,2026-05-13 13:06:00,411.0 -63881,sell_contrast_m10_bb_pos,sell,2026-05-13 13:09:00,411.0 -63882,sell_contrast_m10_bb_pos,sell,2026-05-13 13:12:00,410.0 -63883,sell_contrast_m10_bb_pos,sell,2026-05-13 13:15:00,410.0 -63884,sell_contrast_m10_bb_pos,sell,2026-05-13 13:18:00,410.0 -63885,sell_contrast_m10_bb_pos,sell,2026-05-13 13:51:00,411.0 -63886,sell_contrast_m10_bb_pos,sell,2026-05-13 13:54:00,412.0 -63887,sell_contrast_m10_bb_pos,sell,2026-05-13 13:57:00,411.0 -63888,sell_contrast_m10_bb_pos,sell,2026-05-13 17:21:00,411.0 -63889,sell_contrast_m10_bb_pos,sell,2026-05-13 17:24:00,411.0 -63890,sell_contrast_m10_bb_pos,sell,2026-05-13 17:27:00,412.0 -63891,sell_contrast_m10_bb_pos,sell,2026-05-13 18:12:00,417.0 -63892,sell_contrast_m10_bb_pos,sell,2026-05-13 18:15:00,418.0 -63893,sell_contrast_m10_bb_pos,sell,2026-05-13 18:18:00,418.0 -63894,sell_contrast_m10_bb_pos,sell,2026-05-13 18:30:00,420.0 -63895,sell_contrast_m10_bb_pos,sell,2026-05-13 18:33:00,421.0 -63896,sell_contrast_m10_bb_pos,sell,2026-05-13 18:36:00,422.0 -63897,sell_contrast_m10_bb_pos,sell,2026-05-13 18:39:00,421.0 -63898,sell_contrast_m10_bb_pos,sell,2026-05-13 18:51:00,423.0 -63899,sell_contrast_m10_bb_pos,sell,2026-05-13 18:54:00,423.0 -63900,sell_contrast_m10_bb_pos,sell,2026-05-13 18:57:00,421.0 -63901,sell_contrast_m10_bb_pos,sell,2026-05-13 19:00:00,421.0 -63902,sell_contrast_m10_bb_pos,sell,2026-05-13 19:03:00,420.0 -63903,sell_contrast_m10_bb_pos,sell,2026-05-13 19:06:00,420.0 -63904,sell_contrast_m10_bb_pos,sell,2026-05-13 19:09:00,417.0 -63905,sell_contrast_m10_bb_pos,sell,2026-05-14 03:21:00,390.0 -63906,sell_contrast_m10_bb_pos,sell,2026-05-14 03:24:00,388.0 -63907,sell_contrast_m10_bb_pos,sell,2026-05-14 03:27:00,389.0 -63908,sell_contrast_m10_bb_pos,sell,2026-05-14 09:30:00,388.0 -63909,sell_contrast_m10_bb_pos,sell,2026-05-14 09:33:00,390.0 -63910,sell_contrast_m10_bb_pos,sell,2026-05-14 09:36:00,390.0 -63911,sell_contrast_m10_bb_pos,sell,2026-05-14 09:39:00,390.0 -63912,sell_contrast_m10_bb_pos,sell,2026-05-14 09:51:00,388.0 -63913,sell_contrast_m10_bb_pos,sell,2026-05-14 09:54:00,388.0 -63914,sell_contrast_m10_bb_pos,sell,2026-05-14 09:57:00,388.0 -63915,sell_contrast_m10_bb_pos,sell,2026-05-14 15:21:00,385.0 -63916,sell_contrast_m10_bb_pos,sell,2026-05-14 15:24:00,385.0 -63917,sell_contrast_m10_bb_pos,sell,2026-05-14 15:27:00,385.0 -63918,sell_contrast_m10_bb_pos,sell,2026-05-14 20:00:00,383.0 -63919,sell_contrast_m10_bb_pos,sell,2026-05-14 20:03:00,382.0 -63920,sell_contrast_m10_bb_pos,sell,2026-05-14 20:06:00,382.0 -63921,sell_contrast_m10_bb_pos,sell,2026-05-14 20:09:00,382.0 -63922,sell_contrast_m10_bb_pos,sell,2026-05-15 00:12:00,388.0 -63923,sell_contrast_m10_bb_pos,sell,2026-05-15 00:15:00,387.0 -63924,sell_contrast_m10_bb_pos,sell,2026-05-15 00:18:00,389.0 -63925,sell_contrast_m10_bb_pos,sell,2026-05-15 00:30:00,390.0 -63926,sell_contrast_m10_bb_pos,sell,2026-05-15 00:33:00,389.0 -63927,sell_contrast_m10_bb_pos,sell,2026-05-15 00:36:00,388.0 -63928,sell_contrast_m10_bb_pos,sell,2026-05-15 00:39:00,387.0 -63929,sell_contrast_m10_bb_pos,sell,2026-05-15 00:51:00,391.0 -63930,sell_contrast_m10_bb_pos,sell,2026-05-15 00:54:00,390.0 -63931,sell_contrast_m10_bb_pos,sell,2026-05-15 00:57:00,390.0 -63932,sell_contrast_m10_bb_pos,sell,2026-05-15 01:00:00,390.0 -63933,sell_contrast_m10_bb_pos,sell,2026-05-15 01:03:00,389.0 -63934,sell_contrast_m10_bb_pos,sell,2026-05-15 01:06:00,391.0 -63935,sell_contrast_m10_bb_pos,sell,2026-05-15 01:09:00,392.0 -63936,sell_contrast_m10_bb_pos,sell,2026-05-15 01:12:00,392.0 -63937,sell_contrast_m10_bb_pos,sell,2026-05-15 01:15:00,393.0 -63938,sell_contrast_m10_bb_pos,sell,2026-05-15 01:18:00,392.0 -63939,sell_contrast_m10_bb_pos,sell,2026-05-15 02:51:00,393.0 -63940,sell_contrast_m10_bb_pos,sell,2026-05-15 02:54:00,393.0 -63941,sell_contrast_m10_bb_pos,sell,2026-05-15 02:57:00,393.0 -63942,sell_contrast_m10_bb_pos,sell,2026-05-15 03:42:00,395.0 -63943,sell_contrast_m10_bb_pos,sell,2026-05-15 03:45:00,395.0 -63944,sell_contrast_m10_bb_pos,sell,2026-05-15 03:48:00,397.0 -63945,sell_contrast_m10_bb_pos,sell,2026-05-15 03:51:00,397.0 -63946,sell_contrast_m10_bb_pos,sell,2026-05-15 03:54:00,398.0 -63947,sell_contrast_m10_bb_pos,sell,2026-05-15 03:57:00,400.0 -63948,sell_contrast_m10_bb_pos,sell,2026-05-15 20:21:00,376.0 -63949,sell_contrast_m10_bb_pos,sell,2026-05-15 20:24:00,376.0 -63950,sell_contrast_m10_bb_pos,sell,2026-05-15 20:27:00,376.0 -63951,sell_contrast_m10_bb_pos,sell,2026-05-15 20:30:00,376.0 -63952,sell_contrast_m10_bb_pos,sell,2026-05-15 20:33:00,376.0 -63953,sell_contrast_m10_bb_pos,sell,2026-05-15 20:36:00,377.0 -63954,sell_contrast_m10_bb_pos,sell,2026-05-15 20:39:00,376.0 -63955,sell_contrast_m10_bb_pos,sell,2026-05-16 01:51:00,365.0 -63956,sell_contrast_m10_bb_pos,sell,2026-05-16 01:54:00,365.0 -63957,sell_contrast_m10_bb_pos,sell,2026-05-16 01:57:00,366.0 -63958,sell_contrast_m10_bb_pos,sell,2026-05-16 02:00:00,366.0 -63959,sell_contrast_m10_bb_pos,sell,2026-05-16 02:03:00,366.0 -63960,sell_contrast_m10_bb_pos,sell,2026-05-16 02:06:00,366.0 -63961,sell_contrast_m10_bb_pos,sell,2026-05-16 02:09:00,366.0 -63962,sell_contrast_m10_bb_pos,sell,2026-05-16 02:12:00,367.0 -63963,sell_contrast_m10_bb_pos,sell,2026-05-16 02:15:00,367.0 -63964,sell_contrast_m10_bb_pos,sell,2026-05-16 02:18:00,366.0 -63965,sell_contrast_m10_bb_pos,sell,2026-05-16 02:21:00,366.0 -63966,sell_contrast_m10_bb_pos,sell,2026-05-16 02:24:00,367.0 -63967,sell_contrast_m10_bb_pos,sell,2026-05-16 02:27:00,367.0 -63968,sell_contrast_m10_bb_pos,sell,2026-05-16 02:33:00,366.0 -63969,sell_contrast_m10_bb_pos,sell,2026-05-16 02:36:00,367.0 -63970,sell_contrast_m10_bb_pos,sell,2026-05-16 02:39:00,367.0 -63971,sell_contrast_m10_bb_pos,sell,2026-05-16 02:42:00,366.0 -63972,sell_contrast_m10_bb_pos,sell,2026-05-16 02:45:00,366.0 -63973,sell_contrast_m10_bb_pos,sell,2026-05-16 02:48:00,366.0 -63974,sell_contrast_m10_bb_pos,sell,2026-05-16 03:00:00,368.0 -63975,sell_contrast_m10_bb_pos,sell,2026-05-16 03:03:00,369.0 -63976,sell_contrast_m10_bb_pos,sell,2026-05-16 03:06:00,368.0 -63977,sell_contrast_m10_bb_pos,sell,2026-05-16 03:12:00,368.0 -63978,sell_contrast_m10_bb_pos,sell,2026-05-16 03:15:00,368.0 -63979,sell_contrast_m10_bb_pos,sell,2026-05-16 03:18:00,366.0 -63980,sell_contrast_m10_bb_pos,sell,2026-05-16 09:30:00,366.0 -63981,sell_contrast_m10_bb_pos,sell,2026-05-16 09:33:00,367.0 -63982,sell_contrast_m10_bb_pos,sell,2026-05-16 09:36:00,366.0 -63983,sell_contrast_m10_bb_pos,sell,2026-05-16 09:39:00,366.0 -63984,sell_contrast_m10_bb_pos,sell,2026-05-16 10:00:00,367.0 -63985,sell_contrast_m10_bb_pos,sell,2026-05-16 10:03:00,367.0 -63986,sell_contrast_m10_bb_pos,sell,2026-05-16 10:06:00,366.0 -63987,sell_contrast_m10_bb_pos,sell,2026-05-16 10:09:00,367.0 -63988,sell_contrast_m10_bb_pos,sell,2026-05-16 11:00:00,367.0 -63989,sell_contrast_m10_bb_pos,sell,2026-05-16 11:03:00,367.0 -63990,sell_contrast_m10_bb_pos,sell,2026-05-16 11:06:00,368.0 -63991,sell_contrast_m10_bb_pos,sell,2026-05-16 11:09:00,368.0 -63992,sell_contrast_m10_bb_pos,sell,2026-05-16 12:00:00,368.0 -63993,sell_contrast_m10_bb_pos,sell,2026-05-16 12:06:00,368.0 -63994,sell_contrast_m10_bb_pos,sell,2026-05-16 12:09:00,367.0 -63995,sell_contrast_m10_bb_pos,sell,2026-05-16 21:51:00,358.0 -63996,sell_contrast_m10_bb_pos,sell,2026-05-16 21:54:00,358.0 -63997,sell_contrast_m10_bb_pos,sell,2026-05-16 21:57:00,358.0 -63998,sell_contrast_m10_bb_pos,sell,2026-05-16 22:21:00,359.0 -63999,sell_contrast_m10_bb_pos,sell,2026-05-16 22:24:00,358.0 -64000,sell_contrast_m10_bb_pos,sell,2026-05-16 22:27:00,357.0 -64001,sell_contrast_m10_bb_pos,sell,2026-05-16 23:51:00,359.0 -64002,sell_contrast_m10_bb_pos,sell,2026-05-16 23:54:00,358.0 -64003,sell_contrast_m10_bb_pos,sell,2026-05-17 00:00:00,359.0 -64004,sell_contrast_m10_bb_pos,sell,2026-05-17 00:03:00,360.0 -64005,sell_contrast_m10_bb_pos,sell,2026-05-17 00:06:00,360.0 -64006,sell_contrast_m10_bb_pos,sell,2026-05-17 00:09:00,360.0 -64007,sell_contrast_m10_bb_pos,sell,2026-05-17 00:21:00,360.0 -64008,sell_contrast_m10_bb_pos,sell,2026-05-17 00:24:00,360.0 -64009,sell_contrast_m10_bb_pos,sell,2026-05-17 00:27:00,360.0 -64010,sell_contrast_m10_bb_pos,sell,2026-05-17 01:12:00,362.0 -64011,sell_contrast_m10_bb_pos,sell,2026-05-17 01:15:00,362.0 -64012,sell_contrast_m10_bb_pos,sell,2026-05-17 01:18:00,362.0 -64013,sell_contrast_m10_bb_pos,sell,2026-05-17 01:21:00,362.0 -64014,sell_contrast_m10_bb_pos,sell,2026-05-17 01:24:00,362.0 -64015,sell_contrast_m10_bb_pos,sell,2026-05-17 01:27:00,362.0 -64016,sell_contrast_m10_bb_pos,sell,2026-05-17 04:12:00,361.0 -64017,sell_contrast_m10_bb_pos,sell,2026-05-17 04:15:00,361.0 -64018,sell_contrast_m10_bb_pos,sell,2026-05-17 04:18:00,360.0 -64019,sell_contrast_m10_bb_pos,sell,2026-05-17 09:12:00,360.0 -64020,sell_contrast_m10_bb_pos,sell,2026-05-17 09:15:00,360.0 -64021,sell_contrast_m10_bb_pos,sell,2026-05-17 09:18:00,360.0 -64022,sell_contrast_m10_bb_pos,sell,2026-05-17 09:21:00,360.0 -64023,sell_contrast_m10_bb_pos,sell,2026-05-17 09:27:00,359.0 -64024,sell_contrast_m10_bb_pos,sell,2026-05-17 09:30:00,360.0 -64025,sell_contrast_m10_bb_pos,sell,2026-05-17 09:33:00,360.0 -64026,sell_contrast_m10_bb_pos,sell,2026-05-17 09:39:00,359.0 -64027,sell_contrast_m10_bb_pos,sell,2026-05-17 12:42:00,360.0 -64028,sell_contrast_m10_bb_pos,sell,2026-05-17 12:45:00,359.0 -64029,sell_contrast_m10_bb_pos,sell,2026-05-17 12:48:00,359.0 -64030,sell_contrast_m10_bb_pos,sell,2026-05-17 12:51:00,361.0 -64031,sell_contrast_m10_bb_pos,sell,2026-05-17 12:54:00,361.0 -64032,sell_contrast_m10_bb_pos,sell,2026-05-17 12:57:00,361.0 -64033,sell_contrast_m10_bb_pos,sell,2026-05-17 13:00:00,360.0 -64034,sell_contrast_m10_bb_pos,sell,2026-05-17 13:03:00,361.0 -64035,sell_contrast_m10_bb_pos,sell,2026-05-17 13:06:00,360.0 -64036,sell_contrast_m10_bb_pos,sell,2026-05-17 13:09:00,361.0 -64037,sell_contrast_m10_bb_pos,sell,2026-05-17 13:30:00,361.0 -64038,sell_contrast_m10_bb_pos,sell,2026-05-17 13:33:00,361.0 -64039,sell_contrast_m10_bb_pos,sell,2026-05-17 13:36:00,361.0 -64040,sell_contrast_m10_bb_pos,sell,2026-05-17 13:39:00,362.0 -64041,sell_contrast_m10_bb_pos,sell,2026-05-17 13:42:00,362.0 -64042,sell_contrast_m10_bb_pos,sell,2026-05-17 13:45:00,363.0 -64043,sell_contrast_m10_bb_pos,sell,2026-05-17 13:48:00,362.0 -64044,sell_contrast_m10_bb_pos,sell,2026-05-17 14:21:00,363.0 -64045,sell_contrast_m10_bb_pos,sell,2026-05-17 14:24:00,362.0 -64046,sell_contrast_m10_bb_pos,sell,2026-05-17 14:27:00,362.0 -64047,sell_contrast_m10_bb_pos,sell,2026-05-17 14:30:00,363.0 -64048,sell_contrast_m10_bb_pos,sell,2026-05-17 14:33:00,363.0 -64049,sell_contrast_m10_bb_pos,sell,2026-05-17 14:36:00,363.0 -64050,sell_contrast_m10_bb_pos,sell,2026-05-17 14:39:00,363.0 -64051,sell_contrast_m10_bb_pos,sell,2026-05-17 15:00:00,364.0 -64052,sell_contrast_m10_bb_pos,sell,2026-05-17 15:03:00,363.0 -64053,sell_contrast_m10_bb_pos,sell,2026-05-17 15:06:00,362.0 -64054,sell_contrast_m10_bb_pos,sell,2026-05-17 15:09:00,363.0 -64055,sell_contrast_m10_bb_pos,sell,2026-05-17 16:30:00,364.0 -64056,sell_contrast_m10_bb_pos,sell,2026-05-17 16:33:00,365.0 -64057,sell_contrast_m10_bb_pos,sell,2026-05-17 16:36:00,364.0 -64058,sell_contrast_m10_bb_pos,sell,2026-05-17 16:39:00,364.0 -64059,sell_contrast_m10_bb_pos,sell,2026-05-17 18:33:00,364.0 -64060,sell_contrast_m10_bb_pos,sell,2026-05-17 18:36:00,363.0 -64061,sell_contrast_m10_bb_pos,sell,2026-05-17 18:39:00,363.0 -64062,sell_contrast_m10_bb_pos,sell,2026-05-17 19:51:00,365.0 -64063,sell_contrast_m10_bb_pos,sell,2026-05-17 19:54:00,364.0 -64064,sell_contrast_m10_bb_pos,sell,2026-05-17 19:57:00,363.0 -64065,sell_contrast_m10_bb_pos,sell,2026-05-18 04:30:00,360.0 -64066,sell_contrast_m10_bb_pos,sell,2026-05-18 04:33:00,360.0 -64067,sell_contrast_m10_bb_pos,sell,2026-05-18 04:36:00,360.0 -64068,sell_contrast_m10_bb_pos,sell,2026-05-18 04:39:00,360.0 -64069,sell_contrast_m10_bb_pos,sell,2026-05-18 04:42:00,360.0 -64070,sell_contrast_m10_bb_pos,sell,2026-05-18 04:45:00,360.0 -64071,sell_contrast_m10_bb_pos,sell,2026-05-18 04:48:00,360.0 -64072,sell_contrast_m10_bb_pos,sell,2026-05-18 04:51:00,360.0 -64073,sell_contrast_m10_bb_pos,sell,2026-05-18 04:54:00,360.0 -64074,sell_contrast_m10_bb_pos,sell,2026-05-18 05:00:00,360.0 -64075,sell_contrast_m10_bb_pos,sell,2026-05-18 05:03:00,360.0 -64076,sell_contrast_m10_bb_pos,sell,2026-05-18 05:06:00,360.0 -64077,sell_contrast_m10_bb_pos,sell,2026-05-18 06:51:00,362.0 -64078,sell_contrast_m10_bb_pos,sell,2026-05-18 06:54:00,362.0 -64079,sell_contrast_m10_bb_pos,sell,2026-05-18 06:57:00,361.0 -64080,sell_contrast_m10_bb_pos,sell,2026-05-18 07:00:00,362.0 -64081,sell_contrast_m10_bb_pos,sell,2026-05-18 07:03:00,360.0 -64082,sell_contrast_m10_bb_pos,sell,2026-05-18 07:06:00,361.0 -64083,sell_contrast_m10_bb_pos,sell,2026-05-18 07:09:00,360.0 -64084,sell_contrast_m10_bb_pos,sell,2026-05-18 14:00:00,354.0 -64085,sell_contrast_m10_bb_pos,sell,2026-05-18 14:03:00,352.0 -64086,sell_contrast_m10_bb_pos,sell,2026-05-18 14:06:00,352.0 -64087,sell_contrast_m10_bb_pos,sell,2026-05-18 14:09:00,352.0 -64088,sell_contrast_m10_bb_pos,sell,2026-05-18 20:51:00,349.0 -64089,sell_contrast_m10_bb_pos,sell,2026-05-18 20:54:00,348.0 -64090,sell_contrast_m10_bb_pos,sell,2026-05-18 20:57:00,348.0 -64091,sell_contrast_m10_bb_pos,sell,2026-05-18 21:00:00,348.0 -64092,sell_contrast_m10_bb_pos,sell,2026-05-18 21:03:00,349.0 -64093,sell_contrast_m10_bb_pos,sell,2026-05-18 21:06:00,349.0 -64094,sell_contrast_m10_bb_pos,sell,2026-05-18 21:09:00,350.0 -64095,sell_contrast_m10_bb_pos,sell,2026-05-18 21:21:00,350.0 -64096,sell_contrast_m10_bb_pos,sell,2026-05-18 21:24:00,351.0 -64097,sell_contrast_m10_bb_pos,sell,2026-05-18 21:27:00,350.0 -64098,sell_contrast_m10_bb_pos,sell,2026-05-18 22:00:00,352.0 -64099,sell_contrast_m10_bb_pos,sell,2026-05-18 22:03:00,350.0 -64100,sell_contrast_m10_bb_pos,sell,2026-05-18 22:06:00,351.0 -64101,sell_contrast_m10_bb_pos,sell,2026-05-18 22:09:00,350.0 -64102,sell_contrast_m10_bb_pos,sell,2026-05-18 22:30:00,352.0 -64103,sell_contrast_m10_bb_pos,sell,2026-05-18 22:33:00,352.0 -64104,sell_contrast_m10_bb_pos,sell,2026-05-18 22:36:00,351.0 -64105,sell_contrast_m10_bb_pos,sell,2026-05-18 22:39:00,351.0 -64106,sell_contrast_m10_bb_pos,sell,2026-05-19 02:12:00,351.0 -64107,sell_contrast_m10_bb_pos,sell,2026-05-19 02:15:00,351.0 -64108,sell_contrast_m10_bb_pos,sell,2026-05-19 02:18:00,350.0 -64109,sell_contrast_m10_bb_pos,sell,2026-05-19 02:21:00,351.0 -64110,sell_contrast_m10_bb_pos,sell,2026-05-19 02:24:00,350.0 -64111,sell_contrast_m10_bb_pos,sell,2026-05-19 02:27:00,351.0 -64112,sell_contrast_m10_bb_pos,sell,2026-05-19 02:30:00,351.0 -64113,sell_contrast_m10_bb_pos,sell,2026-05-19 02:36:00,351.0 -64114,sell_contrast_m10_bb_pos,sell,2026-05-19 02:39:00,351.0 -64115,sell_contrast_m10_bb_pos,sell,2026-05-19 02:45:00,350.0 -64116,sell_contrast_m10_bb_pos,sell,2026-05-19 02:48:00,351.0 -64117,sell_contrast_m10_bb_pos,sell,2026-05-19 03:00:00,352.0 -64118,sell_contrast_m10_bb_pos,sell,2026-05-19 03:03:00,350.0 -64119,sell_contrast_m10_bb_pos,sell,2026-05-19 03:06:00,349.0 -64120,sell_contrast_m10_bb_pos,sell,2026-05-19 03:09:00,349.0 -64121,sell_contrast_m10_bb_pos,sell,2026-05-19 04:51:00,354.0 -64122,sell_contrast_m10_bb_pos,sell,2026-05-19 04:54:00,355.0 -64123,sell_contrast_m10_bb_pos,sell,2026-05-19 04:57:00,354.0 -64124,sell_contrast_m10_bb_pos,sell,2026-05-19 05:00:00,355.0 -64125,sell_contrast_m10_bb_pos,sell,2026-05-19 05:03:00,355.0 -64126,sell_contrast_m10_bb_pos,sell,2026-05-19 05:06:00,354.0 -64127,sell_contrast_m10_bb_pos,sell,2026-05-19 05:09:00,355.0 -64128,sell_contrast_m10_bb_pos,sell,2026-05-19 05:24:00,357.0 -64129,sell_contrast_m10_bb_pos,sell,2026-05-19 05:27:00,358.0 -64130,sell_contrast_m10_bb_pos,sell,2026-05-19 05:30:00,358.0 -64131,sell_contrast_m10_bb_pos,sell,2026-05-19 05:33:00,358.0 -64132,sell_contrast_m10_bb_pos,sell,2026-05-19 05:36:00,358.0 -64133,sell_contrast_m10_bb_pos,sell,2026-05-19 05:39:00,356.0 -64134,sell_contrast_m10_bb_pos,sell,2026-05-19 07:21:00,359.0 -64135,sell_contrast_m10_bb_pos,sell,2026-05-19 07:24:00,358.0 -64136,sell_contrast_m10_bb_pos,sell,2026-05-19 07:27:00,358.0 -64137,sell_contrast_m10_bb_pos,sell,2026-05-19 08:12:00,359.0 -64138,sell_contrast_m10_bb_pos,sell,2026-05-19 08:15:00,359.0 -64139,sell_contrast_m10_bb_pos,sell,2026-05-19 08:18:00,359.0 -64140,sell_contrast_m10_bb_pos,sell,2026-05-19 09:51:00,361.0 -64141,sell_contrast_m10_bb_pos,sell,2026-05-19 09:54:00,361.0 -64142,sell_contrast_m10_bb_pos,sell,2026-05-19 09:57:00,361.0 -64143,sell_contrast_m10_bb_pos,sell,2026-05-19 12:51:00,361.0 -64144,sell_contrast_m10_bb_pos,sell,2026-05-19 12:54:00,361.0 -64145,sell_contrast_m10_bb_pos,sell,2026-05-19 12:57:00,360.0 -64146,sell_contrast_m10_bb_pos,sell,2026-05-19 13:30:00,362.0 -64147,sell_contrast_m10_bb_pos,sell,2026-05-19 13:33:00,363.0 -64148,sell_contrast_m10_bb_pos,sell,2026-05-19 13:36:00,364.0 -64149,sell_contrast_m10_bb_pos,sell,2026-05-19 13:39:00,365.0 -64150,sell_contrast_m10_bb_pos,sell,2026-05-19 14:12:00,366.0 -64151,sell_contrast_m10_bb_pos,sell,2026-05-19 14:15:00,364.0 -64152,sell_contrast_m10_bb_pos,sell,2026-05-19 14:18:00,364.0 -64153,sell_contrast_m10_bb_pos,sell,2026-05-19 14:42:00,367.0 -64154,sell_contrast_m10_bb_pos,sell,2026-05-19 14:45:00,367.0 -64155,sell_contrast_m10_bb_pos,sell,2026-05-19 14:48:00,367.0 -64156,sell_contrast_m10_bb_pos,sell,2026-05-19 14:51:00,368.0 -64157,sell_contrast_m10_bb_pos,sell,2026-05-19 14:54:00,367.0 -64158,sell_contrast_m10_bb_pos,sell,2026-05-19 14:57:00,368.0 -64159,sell_contrast_m10_bb_pos,sell,2026-05-19 15:00:00,367.0 -64160,sell_contrast_m10_bb_pos,sell,2026-05-19 15:03:00,368.0 -64161,sell_contrast_m10_bb_pos,sell,2026-05-19 15:06:00,367.0 -64162,sell_contrast_m10_bb_pos,sell,2026-05-19 15:09:00,367.0 -64163,sell_contrast_m10_bb_pos,sell,2026-05-19 15:12:00,368.0 -64164,sell_contrast_m10_bb_pos,sell,2026-05-19 15:15:00,370.0 -64165,sell_contrast_m10_bb_pos,sell,2026-05-19 15:18:00,369.0 -64166,sell_contrast_m10_bb_pos,sell,2026-05-19 15:21:00,369.0 -64167,sell_contrast_m10_bb_pos,sell,2026-05-19 15:24:00,369.0 -64168,sell_contrast_m10_bb_pos,sell,2026-05-19 15:27:00,370.0 -64169,sell_contrast_m10_bb_pos,sell,2026-05-19 15:30:00,370.0 -64170,sell_contrast_m10_bb_pos,sell,2026-05-19 15:33:00,370.0 -64171,sell_contrast_m10_bb_pos,sell,2026-05-19 15:36:00,370.0 -64172,sell_contrast_m10_bb_pos,sell,2026-05-19 15:39:00,371.0 -64173,sell_contrast_m10_bb_pos,sell,2026-05-19 15:42:00,369.0 -64174,sell_contrast_m10_bb_pos,sell,2026-05-19 15:45:00,371.0 -64175,sell_contrast_m10_bb_pos,sell,2026-05-19 15:48:00,371.0 -64176,sell_contrast_m10_bb_pos,sell,2026-05-19 15:51:00,369.0 -64177,sell_contrast_m10_bb_pos,sell,2026-05-19 15:54:00,370.0 -64178,sell_contrast_m10_bb_pos,sell,2026-05-19 15:57:00,370.0 -64179,sell_contrast_m10_bb_pos,sell,2026-05-19 22:42:00,365.0 -64180,sell_contrast_m10_bb_pos,sell,2026-05-19 22:45:00,364.0 -64181,sell_contrast_m10_bb_pos,sell,2026-05-19 22:48:00,365.0 -64182,sell_contrast_m10_bb_pos,sell,2026-05-19 22:51:00,365.0 -64183,sell_contrast_m10_bb_pos,sell,2026-05-19 22:54:00,365.0 -64184,sell_contrast_m10_bb_pos,sell,2026-05-19 22:57:00,364.0 -64185,sell_contrast_m10_bb_pos,sell,2026-05-20 10:12:00,357.0 -64186,sell_contrast_m10_bb_pos,sell,2026-05-20 10:15:00,357.0 -64187,sell_contrast_m10_bb_pos,sell,2026-05-20 10:18:00,357.0 -64188,sell_contrast_m10_bb_pos,sell,2026-05-20 11:00:00,358.0 -64189,sell_contrast_m10_bb_pos,sell,2026-05-20 11:03:00,358.0 -64190,sell_contrast_m10_bb_pos,sell,2026-05-20 11:06:00,358.0 -64191,sell_contrast_m10_bb_pos,sell,2026-05-20 11:09:00,357.0 -64192,sell_contrast_m10_bb_pos,sell,2026-05-20 11:12:00,357.0 -64193,sell_contrast_m10_bb_pos,sell,2026-05-20 11:15:00,357.0 -64194,sell_contrast_m10_bb_pos,sell,2026-05-20 11:18:00,357.0 -64195,sell_contrast_m10_bb_pos,sell,2026-05-20 11:21:00,358.0 -64196,sell_contrast_m10_bb_pos,sell,2026-05-20 11:24:00,358.0 -64197,sell_contrast_m10_bb_pos,sell,2026-05-20 11:27:00,357.0 -64198,sell_contrast_m10_bb_pos,sell,2026-05-20 17:42:00,357.0 -64199,sell_contrast_m10_bb_pos,sell,2026-05-20 17:45:00,358.0 -64200,sell_contrast_m10_bb_pos,sell,2026-05-20 17:48:00,357.0 -64201,sell_contrast_m10_bb_pos,sell,2026-05-20 18:30:00,358.0 -64202,sell_contrast_m10_bb_pos,sell,2026-05-20 18:36:00,358.0 -64203,sell_contrast_m10_bb_pos,sell,2026-05-20 18:39:00,358.0 -64204,sell_contrast_m10_bb_pos,sell,2026-05-20 18:42:00,358.0 -64205,sell_contrast_m10_bb_pos,sell,2026-05-20 18:45:00,357.0 -64206,sell_contrast_m10_bb_pos,sell,2026-05-20 18:48:00,357.0 -64207,sell_contrast_m10_bb_pos,sell,2026-05-20 19:21:00,358.0 -64208,sell_contrast_m10_bb_pos,sell,2026-05-20 19:24:00,358.0 -64209,sell_contrast_m10_bb_pos,sell,2026-05-20 19:27:00,357.0 -64210,sell_contrast_m10_bb_pos,sell,2026-05-20 23:30:00,358.0 -64211,sell_contrast_m10_bb_pos,sell,2026-05-20 23:33:00,358.0 -64212,sell_contrast_m10_bb_pos,sell,2026-05-20 23:39:00,358.0 -64213,sell_contrast_m10_bb_pos,sell,2026-05-20 23:45:00,358.0 -64214,sell_contrast_m10_bb_pos,sell,2026-05-20 23:48:00,358.0 -64215,sell_contrast_m10_bb_pos,sell,2026-05-21 00:12:00,360.0 -64216,sell_contrast_m10_bb_pos,sell,2026-05-21 00:15:00,360.0 -64217,sell_contrast_m10_bb_pos,sell,2026-05-21 00:18:00,363.0 -64218,sell_contrast_m10_bb_pos,sell,2026-05-21 00:30:00,362.0 -64219,sell_contrast_m10_bb_pos,sell,2026-05-21 00:33:00,362.0 -64220,sell_contrast_m10_bb_pos,sell,2026-05-21 00:36:00,363.0 -64221,sell_contrast_m10_bb_pos,sell,2026-05-21 00:39:00,364.0 -64222,sell_contrast_m10_bb_pos,sell,2026-05-21 00:42:00,363.0 -64223,sell_contrast_m10_bb_pos,sell,2026-05-21 00:45:00,363.0 -64224,sell_contrast_m10_bb_pos,sell,2026-05-21 00:48:00,364.0 -64225,sell_contrast_m10_bb_pos,sell,2026-05-21 00:51:00,364.0 -64226,sell_contrast_m10_bb_pos,sell,2026-05-21 00:54:00,364.0 -64227,sell_contrast_m10_bb_pos,sell,2026-05-21 00:57:00,364.0 -64228,sell_contrast_m10_bb_pos,sell,2026-05-21 01:00:00,365.0 -64229,sell_contrast_m10_bb_pos,sell,2026-05-21 01:03:00,365.0 -64230,sell_contrast_m10_bb_pos,sell,2026-05-21 01:06:00,366.0 -64231,sell_contrast_m10_bb_pos,sell,2026-05-21 01:09:00,367.0 -64232,sell_contrast_m10_bb_pos,sell,2026-05-21 01:30:00,366.0 -64233,sell_contrast_m10_bb_pos,sell,2026-05-21 01:33:00,368.0 -64234,sell_contrast_m10_bb_pos,sell,2026-05-21 01:36:00,370.0 -64235,sell_contrast_m10_bb_pos,sell,2026-05-21 01:39:00,373.0 -64236,sell_contrast_m10_bb_pos,sell,2026-05-21 02:00:00,375.0 -64237,sell_contrast_m10_bb_pos,sell,2026-05-21 02:03:00,378.0 -64238,sell_contrast_m10_bb_pos,sell,2026-05-21 02:06:00,375.0 -64239,sell_contrast_m10_bb_pos,sell,2026-05-21 02:09:00,374.0 -64240,sell_contrast_m10_bb_pos,sell,2026-05-21 02:12:00,377.0 -64241,sell_contrast_m10_bb_pos,sell,2026-05-21 02:15:00,374.0 -64242,sell_contrast_m10_bb_pos,sell,2026-05-21 02:18:00,375.0 -64243,sell_contrast_m10_bb_pos,sell,2026-05-21 02:21:00,375.0 -64244,sell_contrast_m10_bb_pos,sell,2026-05-21 02:24:00,374.0 -64245,sell_contrast_m10_bb_pos,sell,2026-05-21 02:27:00,372.0 -64246,sell_contrast_m10_bb_pos,sell,2026-05-21 06:00:00,375.0 -64247,sell_contrast_m10_bb_pos,sell,2026-05-21 06:03:00,375.0 -64248,sell_contrast_m10_bb_pos,sell,2026-05-21 06:06:00,375.0 -64249,sell_contrast_m10_bb_pos,sell,2026-05-21 06:09:00,375.0 -64250,sell_contrast_m10_bb_pos,sell,2026-05-21 06:12:00,373.0 -64251,sell_contrast_m10_bb_pos,sell,2026-05-21 06:15:00,375.0 -64252,sell_contrast_m10_bb_pos,sell,2026-05-21 06:18:00,374.0 -64253,sell_contrast_m10_bb_pos,sell,2026-05-21 10:21:00,374.0 -64254,sell_contrast_m10_bb_pos,sell,2026-05-21 10:24:00,374.0 -64255,sell_contrast_m10_bb_pos,sell,2026-05-21 10:27:00,374.0 -64256,sell_contrast_m10_bb_pos,sell,2026-05-21 10:30:00,374.0 -64257,sell_contrast_m10_bb_pos,sell,2026-05-21 10:33:00,375.0 -64258,sell_contrast_m10_bb_pos,sell,2026-05-21 10:36:00,374.0 -64259,sell_contrast_m10_bb_pos,sell,2026-05-21 10:39:00,373.0 -64260,sell_contrast_m10_bb_pos,sell,2026-05-21 10:51:00,375.0 -64261,sell_contrast_m10_bb_pos,sell,2026-05-21 10:54:00,373.0 -64262,sell_contrast_m10_bb_pos,sell,2026-05-21 10:57:00,374.0 -64263,sell_contrast_m10_bb_pos,sell,2026-05-21 11:21:00,379.0 -64264,sell_contrast_m10_bb_pos,sell,2026-05-21 11:24:00,377.0 -64265,sell_contrast_m10_bb_pos,sell,2026-05-21 11:27:00,375.0 -64266,sell_contrast_m10_bb_pos,sell,2026-05-21 11:42:00,379.0 -64267,sell_contrast_m10_bb_pos,sell,2026-05-21 11:45:00,378.0 -64268,sell_contrast_m10_bb_pos,sell,2026-05-21 11:48:00,378.0 -64269,sell_contrast_m10_bb_pos,sell,2026-05-21 12:12:00,379.0 -64270,sell_contrast_m10_bb_pos,sell,2026-05-21 12:15:00,378.0 -64271,sell_contrast_m10_bb_pos,sell,2026-05-21 12:18:00,377.0 -64272,sell_contrast_m10_bb_pos,sell,2026-05-21 12:30:00,380.0 -64273,sell_contrast_m10_bb_pos,sell,2026-05-21 12:33:00,380.0 -64274,sell_contrast_m10_bb_pos,sell,2026-05-21 12:36:00,379.0 -64275,sell_contrast_m10_bb_pos,sell,2026-05-21 12:39:00,379.0 -64276,sell_contrast_m10_bb_pos,sell,2026-05-21 12:42:00,378.0 -64277,sell_contrast_m10_bb_pos,sell,2026-05-21 12:45:00,378.0 -64278,sell_contrast_m10_bb_pos,sell,2026-05-21 12:48:00,378.0 -64279,sell_contrast_m10_bb_pos,sell,2026-05-21 14:30:00,380.0 -64280,sell_contrast_m10_bb_pos,sell,2026-05-21 14:33:00,380.0 -64281,sell_contrast_m10_bb_pos,sell,2026-05-21 14:36:00,379.0 -64282,sell_contrast_m10_bb_pos,sell,2026-05-21 14:39:00,378.0 -64283,sell_contrast_m10_bb_pos,sell,2026-05-21 15:21:00,380.0 -64284,sell_contrast_m10_bb_pos,sell,2026-05-21 15:24:00,380.0 -64285,sell_contrast_m10_bb_pos,sell,2026-05-21 15:27:00,380.0 -64286,sell_contrast_m10_bb_pos,sell,2026-05-21 15:30:00,380.0 -64287,sell_contrast_m10_bb_pos,sell,2026-05-21 15:33:00,380.0 -64288,sell_contrast_m10_bb_pos,sell,2026-05-21 15:36:00,382.0 -64289,sell_contrast_m10_bb_pos,sell,2026-05-21 15:39:00,381.0 -64290,sell_contrast_m10_bb_pos,sell,2026-05-21 16:12:00,380.0 -64291,sell_contrast_m10_bb_pos,sell,2026-05-21 16:15:00,381.0 -64292,sell_contrast_m10_bb_pos,sell,2026-05-21 16:18:00,380.0 -64293,sell_contrast_m10_bb_pos,sell,2026-05-21 17:51:00,392.0 -64294,sell_contrast_m10_bb_pos,sell,2026-05-21 17:54:00,393.0 -64295,sell_contrast_m10_bb_pos,sell,2026-05-21 17:57:00,393.0 -64296,sell_contrast_m10_bb_pos,sell,2026-05-21 18:00:00,393.0 -64297,sell_contrast_m10_bb_pos,sell,2026-05-21 18:03:00,396.0 -64298,sell_contrast_m10_bb_pos,sell,2026-05-21 18:06:00,397.0 -64299,sell_contrast_m10_bb_pos,sell,2026-05-21 18:09:00,396.0 -64300,sell_contrast_m10_bb_pos,sell,2026-05-21 18:21:00,396.0 -64301,sell_contrast_m10_bb_pos,sell,2026-05-21 18:24:00,397.0 -64302,sell_contrast_m10_bb_pos,sell,2026-05-21 18:27:00,394.0 -64303,sell_contrast_m10_bb_pos,sell,2026-05-21 22:51:00,385.0 -64304,sell_contrast_m10_bb_pos,sell,2026-05-21 22:54:00,389.0 -64305,sell_contrast_m10_bb_pos,sell,2026-05-21 22:57:00,390.0 -64306,sell_contrast_m10_bb_pos,sell,2026-05-22 03:00:00,397.0 -64307,sell_contrast_m10_bb_pos,sell,2026-05-22 03:03:00,397.0 -64308,sell_contrast_m10_bb_pos,sell,2026-05-22 03:06:00,397.0 -64309,sell_contrast_m10_bb_pos,sell,2026-05-22 03:09:00,401.0 -64310,sell_contrast_m10_bb_pos,sell,2026-05-22 03:30:00,401.0 -64311,sell_contrast_m10_bb_pos,sell,2026-05-22 03:33:00,401.0 -64312,sell_contrast_m10_bb_pos,sell,2026-05-22 03:36:00,400.0 -64313,sell_contrast_m10_bb_pos,sell,2026-05-22 03:39:00,400.0 -64314,sell_contrast_m10_bb_pos,sell,2026-05-22 05:30:00,408.0 -64315,sell_contrast_m10_bb_pos,sell,2026-05-22 05:33:00,408.0 -64316,sell_contrast_m10_bb_pos,sell,2026-05-22 05:36:00,406.0 -64317,sell_contrast_m10_bb_pos,sell,2026-05-22 05:39:00,403.0 -64318,sell_contrast_m10_bb_pos,sell,2026-05-22 09:42:00,400.0 -64319,sell_contrast_m10_bb_pos,sell,2026-05-22 09:45:00,401.0 -64320,sell_contrast_m10_bb_pos,sell,2026-05-22 09:48:00,400.0 -64321,sell_contrast_m10_bb_pos,sell,2026-05-22 09:51:00,400.0 -64322,sell_contrast_m10_bb_pos,sell,2026-05-22 09:54:00,401.0 -64323,sell_contrast_m10_bb_pos,sell,2026-05-22 09:57:00,403.0 -64324,sell_contrast_m10_bb_pos,sell,2026-05-22 10:12:00,403.0 -64325,sell_contrast_m10_bb_pos,sell,2026-05-22 10:15:00,405.0 -64326,sell_contrast_m10_bb_pos,sell,2026-05-22 10:18:00,404.0 -64327,sell_contrast_m10_bb_pos,sell,2026-05-22 11:00:00,406.0 -64328,sell_contrast_m10_bb_pos,sell,2026-05-22 11:03:00,410.0 -64329,sell_contrast_m10_bb_pos,sell,2026-05-22 11:06:00,408.0 -64330,sell_contrast_m10_bb_pos,sell,2026-05-22 11:09:00,408.0 -64331,sell_contrast_m10_bb_pos,sell,2026-05-22 12:00:00,408.0 -64332,sell_contrast_m10_bb_pos,sell,2026-05-22 12:03:00,409.0 -64333,sell_contrast_m10_bb_pos,sell,2026-05-22 12:06:00,410.0 -64334,sell_contrast_m10_bb_pos,sell,2026-05-22 12:09:00,411.0 -64335,sell_contrast_m10_bb_pos,sell,2026-05-22 12:42:00,414.0 -64336,sell_contrast_m10_bb_pos,sell,2026-05-22 12:45:00,413.0 -64337,sell_contrast_m10_bb_pos,sell,2026-05-22 12:48:00,413.0 -64338,sell_contrast_m10_bb_pos,sell,2026-05-22 12:51:00,415.0 -64339,sell_contrast_m10_bb_pos,sell,2026-05-22 12:54:00,414.0 -64340,sell_contrast_m10_bb_pos,sell,2026-05-22 12:57:00,413.0 -64341,sell_contrast_m10_bb_pos,sell,2026-05-22 13:21:00,416.0 -64342,sell_contrast_m10_bb_pos,sell,2026-05-22 13:24:00,418.0 -64343,sell_contrast_m10_bb_pos,sell,2026-05-22 13:27:00,417.0 -64344,sell_contrast_m10_bb_pos,sell,2026-05-22 13:30:00,417.0 -64345,sell_contrast_m10_bb_pos,sell,2026-05-22 13:33:00,417.0 -64346,sell_contrast_m10_bb_pos,sell,2026-05-22 13:36:00,417.0 -64347,sell_contrast_m10_bb_pos,sell,2026-05-22 13:39:00,417.0 -64348,sell_contrast_m10_bb_pos,sell,2026-05-22 13:42:00,415.0 -64349,sell_contrast_m10_bb_pos,sell,2026-05-22 13:45:00,416.0 -64350,sell_contrast_m10_bb_pos,sell,2026-05-22 13:48:00,414.0 -64351,sell_contrast_m10_bb_pos,sell,2026-05-22 14:21:00,419.0 -64352,sell_contrast_m10_bb_pos,sell,2026-05-22 14:24:00,417.0 -64353,sell_contrast_m10_bb_pos,sell,2026-05-22 14:27:00,418.0 -64354,sell_contrast_m10_bb_pos,sell,2026-05-22 14:30:00,419.0 -64355,sell_contrast_m10_bb_pos,sell,2026-05-22 14:33:00,420.0 -64356,sell_contrast_m10_bb_pos,sell,2026-05-22 14:36:00,418.0 -64357,sell_contrast_m10_bb_pos,sell,2026-05-22 14:39:00,417.0 -64358,sell_contrast_m10_bb_pos,sell,2026-05-22 15:00:00,420.0 -64359,sell_contrast_m10_bb_pos,sell,2026-05-22 15:03:00,421.0 -64360,sell_contrast_m10_bb_pos,sell,2026-05-22 15:06:00,421.0 -64361,sell_contrast_m10_bb_pos,sell,2026-05-22 15:09:00,418.0 -64362,sell_contrast_m10_bb_pos,sell,2026-05-22 16:30:00,422.0 -64363,sell_contrast_m10_bb_pos,sell,2026-05-22 16:33:00,420.0 -64364,sell_contrast_m10_bb_pos,sell,2026-05-22 16:36:00,420.0 -64365,sell_contrast_m10_bb_pos,sell,2026-05-22 16:39:00,426.0 -64366,sell_contrast_m10_bb_pos,sell,2026-05-22 17:00:00,428.0 -64367,sell_contrast_m10_bb_pos,sell,2026-05-22 17:03:00,430.0 -64368,sell_contrast_m10_bb_pos,sell,2026-05-22 17:06:00,428.0 -64369,sell_contrast_m10_bb_pos,sell,2026-05-22 17:09:00,426.0 -64370,sell_contrast_m10_bb_pos,sell,2026-05-22 20:42:00,436.0 -64371,sell_contrast_m10_bb_pos,sell,2026-05-22 20:45:00,434.0 -64372,sell_contrast_m10_bb_pos,sell,2026-05-22 20:48:00,436.0 -64373,sell_contrast_m10_bb_pos,sell,2026-05-22 21:00:00,432.0 -64374,sell_contrast_m10_bb_pos,sell,2026-05-22 21:03:00,429.0 -64375,sell_contrast_m10_bb_pos,sell,2026-05-22 21:06:00,430.0 -64376,sell_contrast_m10_bb_pos,sell,2026-05-22 21:09:00,431.0 -64377,sell_contrast_m10_bb_pos,sell,2026-05-22 22:30:00,436.0 -64378,sell_contrast_m10_bb_pos,sell,2026-05-22 22:33:00,433.0 -64379,sell_contrast_m10_bb_pos,sell,2026-05-22 22:36:00,432.0 -64380,sell_contrast_m10_bb_pos,sell,2026-05-22 22:39:00,433.0 -64381,sell_contrast_m10_bb_pos,sell,2026-05-23 00:12:00,437.0 -64382,sell_contrast_m10_bb_pos,sell,2026-05-23 00:15:00,436.0 -64383,sell_contrast_m10_bb_pos,sell,2026-05-23 00:18:00,436.0 -64384,sell_contrast_m10_bb_pos,sell,2026-05-23 01:12:00,444.0 -64385,sell_contrast_m10_bb_pos,sell,2026-05-23 01:15:00,439.0 -64386,sell_contrast_m10_bb_pos,sell,2026-05-23 01:18:00,440.0 -64387,sell_contrast_m10_bb_pos,sell,2026-05-23 02:12:00,443.0 -64388,sell_contrast_m10_bb_pos,sell,2026-05-23 02:15:00,443.0 -64389,sell_contrast_m10_bb_pos,sell,2026-05-23 02:18:00,441.0 -64390,sell_contrast_m10_bb_pos,sell,2026-05-23 06:51:00,425.0 -64391,sell_contrast_m10_bb_pos,sell,2026-05-23 06:54:00,423.0 -64392,sell_contrast_m10_bb_pos,sell,2026-05-23 06:57:00,422.0 -64393,sell_contrast_m10_bb_pos,sell,2026-05-23 12:30:00,408.0 -64394,sell_contrast_m10_bb_pos,sell,2026-05-23 12:33:00,409.0 -64395,sell_contrast_m10_bb_pos,sell,2026-05-23 12:36:00,411.0 -64396,sell_contrast_m10_bb_pos,sell,2026-05-23 12:39:00,411.0 -64397,sell_contrast_m10_bb_pos,sell,2026-05-23 13:00:00,411.0 -64398,sell_contrast_m10_bb_pos,sell,2026-05-23 13:03:00,410.0 -64399,sell_contrast_m10_bb_pos,sell,2026-05-23 13:06:00,410.0 -64400,sell_contrast_m10_bb_pos,sell,2026-05-23 13:09:00,411.0 -64401,sell_contrast_m10_bb_pos,sell,2026-05-23 13:12:00,411.0 -64402,sell_contrast_m10_bb_pos,sell,2026-05-23 13:15:00,412.0 -64403,sell_contrast_m10_bb_pos,sell,2026-05-23 13:18:00,411.0 -64404,sell_contrast_m10_bb_pos,sell,2026-05-23 13:30:00,412.0 -64405,sell_contrast_m10_bb_pos,sell,2026-05-23 13:33:00,415.0 -64406,sell_contrast_m10_bb_pos,sell,2026-05-23 13:36:00,412.0 -64407,sell_contrast_m10_bb_pos,sell,2026-05-23 13:39:00,412.0 -64408,sell_contrast_m10_bb_pos,sell,2026-05-23 20:21:00,402.0 -64409,sell_contrast_m10_bb_pos,sell,2026-05-23 20:24:00,402.0 -64410,sell_contrast_m10_bb_pos,sell,2026-05-23 20:27:00,405.0 -64411,sell_contrast_m10_bb_pos,sell,2026-05-23 20:42:00,404.0 -64412,sell_contrast_m10_bb_pos,sell,2026-05-23 20:45:00,404.0 -64413,sell_contrast_m10_bb_pos,sell,2026-05-23 20:48:00,403.0 -64414,sell_contrast_m10_bb_pos,sell,2026-05-23 20:51:00,404.0 -64415,sell_contrast_m10_bb_pos,sell,2026-05-23 20:54:00,403.0 -64416,sell_contrast_m10_bb_pos,sell,2026-05-23 20:57:00,402.0 -64417,sell_contrast_m10_bb_pos,sell,2026-05-23 21:42:00,404.0 -64418,sell_contrast_m10_bb_pos,sell,2026-05-23 21:45:00,404.0 -64419,sell_contrast_m10_bb_pos,sell,2026-05-23 21:48:00,404.0 -64420,sell_contrast_m10_bb_pos,sell,2026-05-23 22:12:00,408.0 -64421,sell_contrast_m10_bb_pos,sell,2026-05-23 22:15:00,409.0 -64422,sell_contrast_m10_bb_pos,sell,2026-05-23 22:18:00,408.0 -64423,sell_contrast_m10_bb_pos,sell,2026-05-23 22:42:00,412.0 -64424,sell_contrast_m10_bb_pos,sell,2026-05-23 22:45:00,412.0 -64425,sell_contrast_m10_bb_pos,sell,2026-05-23 22:48:00,413.0 -64426,sell_contrast_m10_bb_pos,sell,2026-05-23 23:00:00,416.0 -64427,sell_contrast_m10_bb_pos,sell,2026-05-23 23:03:00,413.0 -64428,sell_contrast_m10_bb_pos,sell,2026-05-23 23:06:00,414.0 -64429,sell_contrast_m10_bb_pos,sell,2026-05-23 23:09:00,419.0 -64430,sell_contrast_m10_bb_pos,sell,2026-05-23 23:21:00,416.0 -64431,sell_contrast_m10_bb_pos,sell,2026-05-23 23:24:00,416.0 -64432,sell_contrast_m10_bb_pos,sell,2026-05-23 23:27:00,415.0 -64433,sell_contrast_m10_bb_pos,sell,2026-05-23 23:51:00,420.0 -64434,sell_contrast_m10_bb_pos,sell,2026-05-23 23:54:00,419.0 -64435,sell_contrast_m10_bb_pos,sell,2026-05-23 23:57:00,422.0 -64436,sell_contrast_m10_bb_pos,sell,2026-05-24 00:12:00,423.0 -64437,sell_contrast_m10_bb_pos,sell,2026-05-24 00:15:00,424.0 -64438,sell_contrast_m10_bb_pos,sell,2026-05-24 00:18:00,421.0 -64439,sell_contrast_m10_bb_pos,sell,2026-05-24 00:21:00,423.0 -64440,sell_contrast_m10_bb_pos,sell,2026-05-24 00:24:00,423.0 -64441,sell_contrast_m10_bb_pos,sell,2026-05-24 00:27:00,423.0 -64442,sell_contrast_m10_bb_pos,sell,2026-05-24 01:00:00,424.0 -64443,sell_contrast_m10_bb_pos,sell,2026-05-24 01:03:00,425.0 -64444,sell_contrast_m10_bb_pos,sell,2026-05-24 01:06:00,424.0 -64445,sell_contrast_m10_bb_pos,sell,2026-05-24 01:09:00,424.0 -64446,sell_contrast_m10_bb_pos,sell,2026-05-24 01:12:00,425.0 -64447,sell_contrast_m10_bb_pos,sell,2026-05-24 01:15:00,424.0 -64448,sell_contrast_m10_bb_pos,sell,2026-05-24 01:18:00,426.0 -64449,sell_contrast_m10_bb_pos,sell,2026-05-24 01:21:00,426.0 -64450,sell_contrast_m10_bb_pos,sell,2026-05-24 01:24:00,424.0 -64451,sell_contrast_m10_bb_pos,sell,2026-05-24 01:27:00,425.0 -64452,sell_contrast_m10_bb_pos,sell,2026-05-24 01:30:00,425.0 -64453,sell_contrast_m10_bb_pos,sell,2026-05-24 01:33:00,426.0 -64454,sell_contrast_m10_bb_pos,sell,2026-05-24 01:36:00,426.0 -64455,sell_contrast_m10_bb_pos,sell,2026-05-24 01:39:00,428.0 -64456,sell_contrast_m10_bb_pos,sell,2026-05-24 02:00:00,430.0 -64457,sell_contrast_m10_bb_pos,sell,2026-05-24 02:03:00,431.0 -64458,sell_contrast_m10_bb_pos,sell,2026-05-24 02:06:00,432.0 -64459,sell_contrast_m10_bb_pos,sell,2026-05-24 02:09:00,436.0 -64460,sell_contrast_m10_bb_pos,sell,2026-05-24 02:51:00,440.0 -64461,sell_contrast_m10_bb_pos,sell,2026-05-24 02:54:00,440.0 -64462,sell_contrast_m10_bb_pos,sell,2026-05-24 02:57:00,441.0 -64463,sell_contrast_m10_bb_pos,sell,2026-05-24 03:00:00,440.0 -64464,sell_contrast_m10_bb_pos,sell,2026-05-24 03:03:00,442.0 -64465,sell_contrast_m10_bb_pos,sell,2026-05-24 03:06:00,444.0 -64466,sell_contrast_m10_bb_pos,sell,2026-05-24 03:09:00,445.0 -64467,sell_contrast_m10_bb_pos,sell,2026-05-24 03:30:00,450.0 -64468,sell_contrast_m10_bb_pos,sell,2026-05-24 03:33:00,454.0 -64469,sell_contrast_m10_bb_pos,sell,2026-05-24 03:36:00,458.0 -64470,sell_contrast_m10_bb_pos,sell,2026-05-24 03:39:00,452.0 -64471,sell_contrast_m10_bb_pos,sell,2026-05-24 03:42:00,454.0 -64472,sell_contrast_m10_bb_pos,sell,2026-05-24 03:45:00,454.0 -64473,sell_contrast_m10_bb_pos,sell,2026-05-24 03:48:00,456.0 -64474,sell_contrast_m10_bb_pos,sell,2026-05-24 03:51:00,457.0 -64475,sell_contrast_m10_bb_pos,sell,2026-05-24 03:54:00,459.0 -64476,sell_contrast_m10_bb_pos,sell,2026-05-24 03:57:00,458.0 -64477,sell_contrast_m10_bb_pos,sell,2026-05-24 04:00:00,454.0 -64478,sell_contrast_m10_bb_pos,sell,2026-05-24 04:03:00,452.0 -64479,sell_contrast_m10_bb_pos,sell,2026-05-24 04:06:00,451.0 -64480,sell_contrast_m10_bb_pos,sell,2026-05-24 04:09:00,449.0 -64481,sell_contrast_m10_bb_pos,sell,2026-05-24 05:51:00,458.0 -64482,sell_contrast_m10_bb_pos,sell,2026-05-24 05:54:00,456.0 -64483,sell_contrast_m10_bb_pos,sell,2026-05-24 05:57:00,457.0 -64484,sell_contrast_m10_bb_pos,sell,2026-05-24 06:00:00,459.0 -64485,sell_contrast_m10_bb_pos,sell,2026-05-24 06:03:00,455.0 -64486,sell_contrast_m10_bb_pos,sell,2026-05-24 06:06:00,455.0 -64487,sell_contrast_m10_bb_pos,sell,2026-05-24 06:09:00,455.0 -64488,sell_contrast_m10_bb_pos,sell,2026-05-24 10:12:00,452.0 -64489,sell_contrast_m10_bb_pos,sell,2026-05-24 10:15:00,453.0 -64490,sell_contrast_m10_bb_pos,sell,2026-05-24 10:18:00,453.0 -64491,sell_contrast_m10_bb_pos,sell,2026-05-24 10:51:00,453.0 -64492,sell_contrast_m10_bb_pos,sell,2026-05-24 10:54:00,452.0 -64493,sell_contrast_m10_bb_pos,sell,2026-05-24 10:57:00,451.0 -64494,sell_contrast_m10_bb_pos,sell,2026-05-24 13:42:00,453.0 -64495,sell_contrast_m10_bb_pos,sell,2026-05-24 13:45:00,454.0 -64496,sell_contrast_m10_bb_pos,sell,2026-05-24 13:48:00,452.0 -64497,sell_contrast_m10_bb_pos,sell,2026-05-24 13:51:00,452.0 -64498,sell_contrast_m10_bb_pos,sell,2026-05-24 13:54:00,453.0 -64499,sell_contrast_m10_bb_pos,sell,2026-05-24 13:57:00,452.0 -64500,sell_contrast_m10_bb_pos,sell,2026-05-24 15:21:00,452.0 -64501,sell_contrast_m10_bb_pos,sell,2026-05-24 15:24:00,453.0 -64502,sell_contrast_m10_bb_pos,sell,2026-05-24 15:27:00,450.0 -64503,sell_contrast_m10_bb_pos,sell,2026-05-24 16:00:00,455.0 -64504,sell_contrast_m10_bb_pos,sell,2026-05-24 16:03:00,454.0 -64505,sell_contrast_m10_bb_pos,sell,2026-05-24 16:06:00,454.0 -64506,sell_contrast_m10_bb_pos,sell,2026-05-24 16:09:00,456.0 -64507,sell_contrast_m10_bb_pos,sell,2026-05-24 16:21:00,456.0 -64508,sell_contrast_m10_bb_pos,sell,2026-05-24 16:24:00,453.0 -64509,sell_contrast_m10_bb_pos,sell,2026-05-24 16:27:00,453.0 -64510,sell_contrast_m10_bb_pos,sell,2026-05-24 18:51:00,457.0 -64511,sell_contrast_m10_bb_pos,sell,2026-05-24 18:54:00,458.0 -64512,sell_contrast_m10_bb_pos,sell,2026-05-24 18:57:00,459.0 -64513,sell_contrast_m10_bb_pos,sell,2026-05-24 22:12:00,456.0 -64514,sell_contrast_m10_bb_pos,sell,2026-05-24 22:15:00,458.0 -64515,sell_contrast_m10_bb_pos,sell,2026-05-24 22:18:00,458.0 -64516,sell_contrast_m10_bb_pos,sell,2026-05-25 08:12:00,440.0 -64517,sell_contrast_m10_bb_pos,sell,2026-05-25 08:15:00,442.0 -64518,sell_contrast_m10_bb_pos,sell,2026-05-25 08:18:00,439.0 -64519,sell_contrast_m10_bb_pos,sell,2026-05-25 08:21:00,439.0 -64520,sell_contrast_m10_bb_pos,sell,2026-05-25 08:24:00,438.0 -64521,sell_contrast_m10_bb_pos,sell,2026-05-25 08:27:00,436.0 -64522,sell_contrast_m10_bb_pos,sell,2026-05-25 14:42:00,439.0 -64523,sell_contrast_m10_bb_pos,sell,2026-05-25 14:45:00,440.0 -64524,sell_contrast_m10_bb_pos,sell,2026-05-25 14:48:00,440.0 -64525,sell_contrast_m10_bb_pos,sell,2026-05-25 15:00:00,440.0 -64526,sell_contrast_m10_bb_pos,sell,2026-05-25 15:03:00,439.0 -64527,sell_contrast_m10_bb_pos,sell,2026-05-25 15:06:00,439.0 -64528,sell_contrast_m10_bb_pos,sell,2026-05-25 15:09:00,439.0 -64529,sell_contrast_m10_bb_pos,sell,2026-05-25 16:21:00,441.0 -64530,sell_contrast_m10_bb_pos,sell,2026-05-25 16:24:00,440.0 -64531,sell_contrast_m10_bb_pos,sell,2026-05-25 16:27:00,439.0 -64532,sell_contrast_m10_bb_pos,sell,2026-05-25 16:51:00,441.0 -64533,sell_contrast_m10_bb_pos,sell,2026-05-25 16:54:00,441.0 -64534,sell_contrast_m10_bb_pos,sell,2026-05-25 16:57:00,443.0 -64535,sell_contrast_m10_bb_pos,sell,2026-05-25 17:00:00,443.0 -64536,sell_contrast_m10_bb_pos,sell,2026-05-25 17:03:00,443.0 -64537,sell_contrast_m10_bb_pos,sell,2026-05-25 17:06:00,444.0 -64538,sell_contrast_m10_bb_pos,sell,2026-05-25 17:09:00,443.0 -64539,sell_contrast_m10_bb_pos,sell,2026-05-25 18:21:00,455.0 -64540,sell_contrast_m10_bb_pos,sell,2026-05-25 18:24:00,454.0 -64541,sell_contrast_m10_bb_pos,sell,2026-05-25 18:27:00,454.0 -64542,sell_contrast_m10_bb_pos,sell,2026-05-25 20:00:00,457.0 -64543,sell_contrast_m10_bb_pos,sell,2026-05-25 20:03:00,456.0 -64544,sell_contrast_m10_bb_pos,sell,2026-05-25 20:06:00,454.0 -64545,sell_contrast_m10_bb_pos,sell,2026-05-25 20:09:00,455.0 -64546,sell_contrast_m10_bb_pos,sell,2026-05-25 23:12:00,455.0 -64547,sell_contrast_m10_bb_pos,sell,2026-05-25 23:15:00,455.0 -64548,sell_contrast_m10_bb_pos,sell,2026-05-25 23:18:00,454.0 -64549,sell_contrast_m10_bb_pos,sell,2026-05-26 03:51:00,481.0 -64550,sell_contrast_m10_bb_pos,sell,2026-05-26 03:54:00,483.0 -64551,sell_contrast_m10_bb_pos,sell,2026-05-26 03:57:00,485.0 -64552,sell_contrast_m10_bb_pos,sell,2026-05-26 04:00:00,484.0 -64553,sell_contrast_m10_bb_pos,sell,2026-05-26 04:03:00,482.0 -64554,sell_contrast_m10_bb_pos,sell,2026-05-26 04:06:00,488.0 -64555,sell_contrast_m10_bb_pos,sell,2026-05-26 04:09:00,489.0 -64556,sell_contrast_m10_bb_pos,sell,2026-05-26 04:12:00,492.0 -64557,sell_contrast_m10_bb_pos,sell,2026-05-26 04:15:00,491.0 -64558,sell_contrast_m10_bb_pos,sell,2026-05-26 04:18:00,491.0 -64559,sell_contrast_m10_bb_pos,sell,2026-05-26 04:21:00,491.0 -64560,sell_contrast_m10_bb_pos,sell,2026-05-26 04:24:00,495.0 -64561,sell_contrast_m10_bb_pos,sell,2026-05-26 04:27:00,495.0 -64562,sell_contrast_m10_bb_pos,sell,2026-05-26 04:30:00,497.0 -64563,sell_contrast_m10_bb_pos,sell,2026-05-26 04:33:00,499.0 -64564,sell_contrast_m10_bb_pos,sell,2026-05-26 04:36:00,495.0 -64565,sell_contrast_m10_bb_pos,sell,2026-05-26 04:39:00,495.0 -64566,sell_contrast_m10_bb_pos,sell,2026-05-26 05:12:00,502.0 -64567,sell_contrast_m10_bb_pos,sell,2026-05-26 05:15:00,504.0 -64568,sell_contrast_m10_bb_pos,sell,2026-05-26 05:18:00,501.0 -64569,sell_contrast_m10_bb_pos,sell,2026-05-26 05:21:00,504.0 -64570,sell_contrast_m10_bb_pos,sell,2026-05-26 05:24:00,499.0 -64571,sell_contrast_m10_bb_pos,sell,2026-05-26 05:27:00,495.0 -64572,sell_contrast_m10_bb_pos,sell,2026-05-26 10:30:00,494.0 -64573,sell_contrast_m10_bb_pos,sell,2026-05-26 10:33:00,489.0 -64574,sell_contrast_m10_bb_pos,sell,2026-05-26 10:36:00,484.0 -64575,sell_contrast_m10_bb_pos,sell,2026-05-26 10:39:00,483.0 -64576,sell_contrast_m10_bb_pos,sell,2026-05-26 14:12:00,505.0 -64577,sell_contrast_m10_bb_pos,sell,2026-05-26 14:15:00,508.0 -64578,sell_contrast_m10_bb_pos,sell,2026-05-26 14:18:00,509.0 -64579,sell_contrast_m10_bb_pos,sell,2026-05-26 14:42:00,516.0 -64580,sell_contrast_m10_bb_pos,sell,2026-05-26 14:45:00,510.0 -64581,sell_contrast_m10_bb_pos,sell,2026-05-26 14:48:00,506.0 -64582,sell_contrast_m10_bb_pos,sell,2026-05-26 15:21:00,516.0 -64583,sell_contrast_m10_bb_pos,sell,2026-05-26 15:24:00,512.0 -64584,sell_contrast_m10_bb_pos,sell,2026-05-26 15:27:00,514.0 -64585,sell_contrast_m10_bb_pos,sell,2026-05-26 15:42:00,521.0 -64586,sell_contrast_m10_bb_pos,sell,2026-05-26 15:45:00,524.0 -64587,sell_contrast_m10_bb_pos,sell,2026-05-26 15:48:00,528.0 -64588,sell_contrast_m10_bb_pos,sell,2026-05-26 15:51:00,535.0 -64589,sell_contrast_m10_bb_pos,sell,2026-05-26 15:54:00,537.0 -64590,sell_contrast_m10_bb_pos,sell,2026-05-26 15:57:00,536.0 -64591,sell_contrast_m10_bb_pos,sell,2026-05-26 16:51:00,535.0 -64592,sell_contrast_m10_bb_pos,sell,2026-05-26 16:54:00,539.0 -64593,sell_contrast_m10_bb_pos,sell,2026-05-26 16:57:00,536.0 -64594,sell_contrast_m10_bb_pos,sell,2026-05-26 17:00:00,539.0 -64595,sell_contrast_m10_bb_pos,sell,2026-05-26 17:03:00,543.0 -64596,sell_contrast_m10_bb_pos,sell,2026-05-26 17:06:00,544.0 -64597,sell_contrast_m10_bb_pos,sell,2026-05-26 17:09:00,542.0 -64598,sell_contrast_m10_bb_pos,sell,2026-05-26 17:12:00,542.0 -64599,sell_contrast_m10_bb_pos,sell,2026-05-26 17:15:00,539.0 -64600,sell_contrast_m10_bb_pos,sell,2026-05-26 17:18:00,542.0 -64601,sell_contrast_m10_bb_pos,sell,2026-05-26 17:42:00,542.0 -64602,sell_contrast_m10_bb_pos,sell,2026-05-26 17:45:00,546.0 -64603,sell_contrast_m10_bb_pos,sell,2026-05-26 17:48:00,545.0 -64604,sell_contrast_m10_bb_pos,sell,2026-05-26 17:51:00,544.0 -64605,sell_contrast_m10_bb_pos,sell,2026-05-26 17:54:00,551.0 -64606,sell_contrast_m10_bb_pos,sell,2026-05-26 17:57:00,554.0 -64607,sell_contrast_m10_bb_pos,sell,2026-05-26 18:00:00,549.0 -64608,sell_contrast_m10_bb_pos,sell,2026-05-26 18:03:00,553.0 -64609,sell_contrast_m10_bb_pos,sell,2026-05-26 18:06:00,552.0 -64610,sell_contrast_m10_bb_pos,sell,2026-05-26 18:09:00,550.0 -64611,sell_contrast_m10_bb_pos,sell,2026-05-26 18:12:00,553.0 -64612,sell_contrast_m10_bb_pos,sell,2026-05-26 18:15:00,551.0 -64613,sell_contrast_m10_bb_pos,sell,2026-05-26 18:18:00,554.0 -64614,sell_contrast_m10_bb_pos,sell,2026-05-26 18:21:00,556.0 -64615,sell_contrast_m10_bb_pos,sell,2026-05-26 18:24:00,555.0 -64616,sell_contrast_m10_bb_pos,sell,2026-05-26 18:27:00,551.0 -64617,sell_contrast_m10_bb_pos,sell,2026-05-26 18:30:00,552.0 -64618,sell_contrast_m10_bb_pos,sell,2026-05-26 18:33:00,554.0 -64619,sell_contrast_m10_bb_pos,sell,2026-05-26 18:36:00,557.0 -64620,sell_contrast_m10_bb_pos,sell,2026-05-26 18:39:00,554.0 -64621,sell_contrast_m10_bb_pos,sell,2026-05-26 18:51:00,558.0 -64622,sell_contrast_m10_bb_pos,sell,2026-05-26 18:54:00,560.0 -64623,sell_contrast_m10_bb_pos,sell,2026-05-26 18:57:00,563.0 -64624,sell_contrast_m10_bb_pos,sell,2026-05-26 19:00:00,564.0 -64625,sell_contrast_m10_bb_pos,sell,2026-05-26 19:03:00,558.0 -64626,sell_contrast_m10_bb_pos,sell,2026-05-26 19:06:00,557.0 -64627,sell_contrast_m10_bb_pos,sell,2026-05-26 19:09:00,561.0 -64628,sell_contrast_m10_bb_pos,sell,2026-05-26 19:12:00,565.0 -64629,sell_contrast_m10_bb_pos,sell,2026-05-26 19:15:00,567.0 -64630,sell_contrast_m10_bb_pos,sell,2026-05-26 19:18:00,571.0 -64631,sell_contrast_m10_bb_pos,sell,2026-05-26 19:30:00,576.0 -64632,sell_contrast_m10_bb_pos,sell,2026-05-26 19:33:00,577.0 -64633,sell_contrast_m10_bb_pos,sell,2026-05-26 19:36:00,577.0 -64634,sell_contrast_m10_bb_pos,sell,2026-05-26 19:39:00,571.0 -64635,sell_contrast_m10_bb_pos,sell,2026-05-26 19:51:00,579.0 -64636,sell_contrast_m10_bb_pos,sell,2026-05-26 19:54:00,579.0 -64637,sell_contrast_m10_bb_pos,sell,2026-05-26 19:57:00,583.0 -64638,sell_contrast_m10_bb_pos,sell,2026-05-26 20:00:00,584.0 -64639,sell_contrast_m10_bb_pos,sell,2026-05-26 20:03:00,587.0 -64640,sell_contrast_m10_bb_pos,sell,2026-05-26 20:06:00,580.0 -64641,sell_contrast_m10_bb_pos,sell,2026-05-26 20:09:00,583.0 -64642,sell_contrast_m10_bb_pos,sell,2026-05-26 20:12:00,588.0 -64643,sell_contrast_m10_bb_pos,sell,2026-05-26 20:15:00,582.0 -64644,sell_contrast_m10_bb_pos,sell,2026-05-26 20:18:00,571.0 -64645,sell_contrast_m10_bb_pos,sell,2026-05-26 20:42:00,582.0 -64646,sell_contrast_m10_bb_pos,sell,2026-05-26 20:45:00,590.0 -64647,sell_contrast_m10_bb_pos,sell,2026-05-26 20:48:00,595.0 -64648,sell_contrast_m10_bb_pos,sell,2026-05-26 20:51:00,594.0 -64649,sell_contrast_m10_bb_pos,sell,2026-05-26 20:54:00,594.0 -64650,sell_contrast_m10_bb_pos,sell,2026-05-26 20:57:00,593.0 -64651,sell_contrast_m10_bb_pos,sell,2026-05-26 21:21:00,593.0 -64652,sell_contrast_m10_bb_pos,sell,2026-05-26 21:24:00,598.0 -64653,sell_contrast_m10_bb_pos,sell,2026-05-26 21:27:00,599.0 -64654,sell_contrast_m10_bb_pos,sell,2026-05-27 00:51:00,593.0 -64655,sell_contrast_m10_bb_pos,sell,2026-05-27 00:54:00,593.0 -64656,sell_contrast_m10_bb_pos,sell,2026-05-27 00:57:00,598.0 -64657,sell_contrast_m10_bb_pos,sell,2026-05-27 03:12:00,593.0 -64658,sell_contrast_m10_bb_pos,sell,2026-05-27 03:15:00,591.0 -64659,sell_contrast_m10_bb_pos,sell,2026-05-27 03:18:00,590.0 -64660,sell_contrast_m10_bb_pos,sell,2026-05-27 14:30:00,539.0 -64661,sell_contrast_m10_bb_pos,sell,2026-05-27 14:33:00,540.0 -64662,sell_contrast_m10_bb_pos,sell,2026-05-27 14:36:00,542.0 -64663,sell_contrast_m10_bb_pos,sell,2026-05-27 14:39:00,545.0 -64664,sell_contrast_m10_bb_pos,sell,2026-05-27 15:00:00,548.0 -64665,sell_contrast_m10_bb_pos,sell,2026-05-27 15:03:00,544.0 -64666,sell_contrast_m10_bb_pos,sell,2026-05-27 15:06:00,545.0 -64667,sell_contrast_m10_bb_pos,sell,2026-05-27 15:09:00,545.0 -64668,sell_contrast_m10_bb_pos,sell,2026-05-27 21:21:00,538.0 -64669,sell_contrast_m10_bb_pos,sell,2026-05-27 21:24:00,538.0 -64670,sell_contrast_m10_bb_pos,sell,2026-05-27 21:27:00,538.0 -64671,sell_contrast_m10_bb_pos,sell,2026-05-27 21:30:00,536.0 -64672,sell_contrast_m10_bb_pos,sell,2026-05-27 21:33:00,536.0 -64673,sell_contrast_m10_bb_pos,sell,2026-05-27 21:36:00,535.0 -64674,sell_contrast_m10_bb_pos,sell,2026-05-27 21:39:00,537.0 -64675,sell_contrast_m10_bb_pos,sell,2026-05-28 00:42:00,541.0 -64676,sell_contrast_m10_bb_pos,sell,2026-05-28 00:45:00,541.0 -64677,sell_contrast_m10_bb_pos,sell,2026-05-28 00:48:00,543.0 -64678,sell_contrast_m10_bb_pos,sell,2026-05-28 05:42:00,519.0 -64679,sell_contrast_m10_bb_pos,sell,2026-05-28 05:45:00,517.0 -64680,sell_contrast_m10_bb_pos,sell,2026-05-28 05:48:00,518.0 -64681,sell_contrast_m10_bb_pos,sell,2026-05-29 03:51:00,423.0 -64682,sell_contrast_m10_bb_pos,sell,2026-05-29 03:54:00,424.0 -64683,sell_contrast_m10_bb_pos,sell,2026-05-29 03:57:00,423.0 -64684,sell_contrast_m10_bb_pos,sell,2026-05-29 04:00:00,424.0 -64685,sell_contrast_m10_bb_pos,sell,2026-05-29 04:03:00,423.0 -64686,sell_contrast_m10_bb_pos,sell,2026-05-29 04:06:00,423.0 -64687,sell_contrast_m10_bb_pos,sell,2026-05-29 04:09:00,422.0 -64688,sell_contrast_m10_bb_pos,sell,2026-05-29 09:21:00,426.0 -64689,sell_contrast_m10_bb_pos,sell,2026-05-29 09:24:00,428.0 -64690,sell_contrast_m10_bb_pos,sell,2026-05-29 09:27:00,423.0 -64691,sell_contrast_m10_bb_pos,sell,2026-05-29 09:42:00,425.0 -64692,sell_contrast_m10_bb_pos,sell,2026-05-29 09:45:00,427.0 -64693,sell_contrast_m10_bb_pos,sell,2026-05-29 09:48:00,426.0 -64694,sell_contrast_m10_bb_pos,sell,2026-05-29 09:51:00,426.0 -64695,sell_contrast_m10_bb_pos,sell,2026-05-29 09:54:00,427.0 -64696,sell_contrast_m10_bb_pos,sell,2026-05-29 09:57:00,426.0 -64697,sell_contrast_m10_bb_pos,sell,2026-05-29 10:00:00,428.0 -64698,sell_contrast_m10_bb_pos,sell,2026-05-29 10:03:00,430.0 -64699,sell_contrast_m10_bb_pos,sell,2026-05-29 10:06:00,433.0 -64700,sell_contrast_m10_bb_pos,sell,2026-05-29 10:09:00,436.0 -64701,sell_contrast_m10_bb_pos,sell,2026-05-29 10:21:00,433.0 -64702,sell_contrast_m10_bb_pos,sell,2026-05-29 10:24:00,433.0 -64703,sell_contrast_m10_bb_pos,sell,2026-05-29 10:27:00,433.0 -64704,sell_contrast_m10_bb_pos,sell,2026-05-29 10:30:00,432.0 -64705,sell_contrast_m10_bb_pos,sell,2026-05-29 10:33:00,430.0 -64706,sell_contrast_m10_bb_pos,sell,2026-05-29 10:36:00,429.0 -64707,sell_contrast_m10_bb_pos,sell,2026-05-29 10:39:00,428.0 -64708,sell_contrast_m10_bb_pos,sell,2026-05-29 14:21:00,433.0 -64709,sell_contrast_m10_bb_pos,sell,2026-05-29 14:24:00,434.0 -64710,sell_contrast_m10_bb_pos,sell,2026-05-29 14:27:00,435.0 -64711,sell_contrast_m10_bb_pos,sell,2026-05-29 14:42:00,433.0 -64712,sell_contrast_m10_bb_pos,sell,2026-05-29 14:45:00,436.0 -64713,sell_contrast_m10_bb_pos,sell,2026-05-29 14:48:00,433.0 -64714,sell_contrast_m10_bb_pos,sell,2026-05-29 15:30:00,448.0 -64715,sell_contrast_m10_bb_pos,sell,2026-05-29 15:33:00,448.0 -64716,sell_contrast_m10_bb_pos,sell,2026-05-29 15:36:00,443.0 -64717,sell_contrast_m10_bb_pos,sell,2026-05-29 15:39:00,445.0 -64718,sell_contrast_m10_bb_pos,sell,2026-05-29 16:12:00,453.0 -64719,sell_contrast_m10_bb_pos,sell,2026-05-29 16:15:00,454.0 -64720,sell_contrast_m10_bb_pos,sell,2026-05-29 16:18:00,455.0 -64721,sell_contrast_m10_bb_pos,sell,2026-05-29 16:21:00,460.0 -64722,sell_contrast_m10_bb_pos,sell,2026-05-29 16:24:00,463.0 -64723,sell_contrast_m10_bb_pos,sell,2026-05-29 16:27:00,462.0 -64724,sell_contrast_m10_bb_pos,sell,2026-05-29 23:21:00,444.0 -64725,sell_contrast_m10_bb_pos,sell,2026-05-29 23:24:00,440.0 -64726,sell_contrast_m10_bb_pos,sell,2026-05-29 23:27:00,438.0 -64727,sell_contrast_m10_bb_pos,sell,2026-05-29 23:30:00,441.0 -64728,sell_contrast_m10_bb_pos,sell,2026-05-29 23:33:00,437.0 -64729,sell_contrast_m10_bb_pos,sell,2026-05-29 23:36:00,438.0 -64730,sell_contrast_m10_bb_pos,sell,2026-05-29 23:39:00,439.0 -64731,sell_contrast_m10_bb_pos,sell,2026-05-30 00:21:00,446.0 -64732,sell_contrast_m10_bb_pos,sell,2026-05-30 00:24:00,446.0 -64733,sell_contrast_m10_bb_pos,sell,2026-05-30 00:27:00,444.0 -64734,sell_contrast_m10_bb_pos,sell,2026-05-30 02:30:00,454.0 -64735,sell_contrast_m10_bb_pos,sell,2026-05-30 02:33:00,454.0 -64736,sell_contrast_m10_bb_pos,sell,2026-05-30 02:36:00,453.0 -64737,sell_contrast_m10_bb_pos,sell,2026-05-30 02:39:00,457.0 -64738,sell_contrast_m10_bb_pos,sell,2026-05-30 10:42:00,437.0 -64739,sell_contrast_m10_bb_pos,sell,2026-05-30 10:45:00,436.0 -64740,sell_contrast_m10_bb_pos,sell,2026-05-30 10:48:00,435.0 -64741,sell_contrast_m10_bb_pos,sell,2026-05-30 11:21:00,437.0 -64742,sell_contrast_m10_bb_pos,sell,2026-05-30 11:24:00,435.0 -64743,sell_contrast_m10_bb_pos,sell,2026-05-30 11:27:00,436.0 -64744,sell_contrast_m10_bb_pos,sell,2026-05-30 11:30:00,437.0 -64745,sell_contrast_m10_bb_pos,sell,2026-05-30 11:33:00,438.0 -64746,sell_contrast_m10_bb_pos,sell,2026-05-30 11:36:00,445.0 -64747,sell_contrast_m10_bb_pos,sell,2026-05-30 11:39:00,443.0 -64748,sell_contrast_m10_bb_pos,sell,2026-05-30 11:51:00,441.0 -64749,sell_contrast_m10_bb_pos,sell,2026-05-30 11:54:00,441.0 -64750,sell_contrast_m10_bb_pos,sell,2026-05-30 11:57:00,442.0 -64751,sell_contrast_m10_bb_pos,sell,2026-05-30 12:00:00,441.0 -64752,sell_contrast_m10_bb_pos,sell,2026-05-30 12:03:00,440.0 -64753,sell_contrast_m10_bb_pos,sell,2026-05-30 12:06:00,440.0 -64754,sell_contrast_m10_bb_pos,sell,2026-05-30 12:09:00,440.0 -64755,sell_contrast_m10_bb_pos,sell,2026-05-30 14:30:00,444.0 -64756,sell_contrast_m10_bb_pos,sell,2026-05-30 14:33:00,442.0 -64757,sell_contrast_m10_bb_pos,sell,2026-05-30 14:36:00,442.0 -64758,sell_contrast_m10_bb_pos,sell,2026-05-30 14:39:00,440.0 -64759,sell_contrast_m10_bb_pos,sell,2026-05-30 17:51:00,442.0 -64760,sell_contrast_m10_bb_pos,sell,2026-05-30 17:54:00,440.0 -64761,sell_contrast_m10_bb_pos,sell,2026-05-30 17:57:00,441.0 -64762,sell_contrast_m10_bb_pos,sell,2026-05-30 18:21:00,441.0 -64763,sell_contrast_m10_bb_pos,sell,2026-05-30 18:24:00,442.0 -64764,sell_contrast_m10_bb_pos,sell,2026-05-30 18:27:00,442.0 -64765,sell_contrast_m10_bb_pos,sell,2026-05-30 19:12:00,439.0 -64766,sell_contrast_m10_bb_pos,sell,2026-05-30 19:15:00,441.0 -64767,sell_contrast_m10_bb_pos,sell,2026-05-30 19:18:00,440.0 -64768,sell_contrast_m10_bb_pos,sell,2026-05-30 19:21:00,442.0 -64769,sell_contrast_m10_bb_pos,sell,2026-05-30 19:24:00,442.0 -64770,sell_contrast_m10_bb_pos,sell,2026-05-30 19:27:00,442.0 -64771,sell_contrast_m10_bb_pos,sell,2026-05-30 20:21:00,444.0 -64772,sell_contrast_m10_bb_pos,sell,2026-05-30 20:24:00,444.0 -64773,sell_contrast_m10_bb_pos,sell,2026-05-30 20:27:00,444.0 -64774,sell_contrast_m10_bb_pos,sell,2026-05-30 20:51:00,446.0 -64775,sell_contrast_m10_bb_pos,sell,2026-05-30 20:54:00,445.0 -64776,sell_contrast_m10_bb_pos,sell,2026-05-30 20:57:00,445.0 -64777,sell_contrast_m10_bb_pos,sell,2026-05-30 21:12:00,446.0 -64778,sell_contrast_m10_bb_pos,sell,2026-05-30 21:15:00,445.0 -64779,sell_contrast_m10_bb_pos,sell,2026-05-30 21:18:00,448.0 -64780,sell_contrast_m10_bb_pos,sell,2026-05-30 21:21:00,449.0 -64781,sell_contrast_m10_bb_pos,sell,2026-05-30 21:24:00,449.0 -64782,sell_contrast_m10_bb_pos,sell,2026-05-30 21:27:00,449.0 -64783,sell_contrast_m10_bb_pos,sell,2026-05-30 21:30:00,450.0 -64784,sell_contrast_m10_bb_pos,sell,2026-05-30 21:33:00,449.0 -64785,sell_contrast_m10_bb_pos,sell,2026-05-30 21:36:00,450.0 -64786,sell_contrast_m10_bb_pos,sell,2026-05-30 21:39:00,452.0 -64787,sell_contrast_m10_bb_pos,sell,2026-05-30 22:12:00,453.0 -64788,sell_contrast_m10_bb_pos,sell,2026-05-30 22:15:00,454.0 -64789,sell_contrast_m10_bb_pos,sell,2026-05-30 22:18:00,453.0 -64790,sell_contrast_m10_bb_pos,sell,2026-05-30 22:21:00,455.0 -64791,sell_contrast_m10_bb_pos,sell,2026-05-30 22:24:00,454.0 -64792,sell_contrast_m10_bb_pos,sell,2026-05-30 22:27:00,451.0 -64793,sell_contrast_m10_bb_pos,sell,2026-05-30 23:30:00,480.0 -64794,sell_contrast_m10_bb_pos,sell,2026-05-30 23:33:00,481.0 -64795,sell_contrast_m10_bb_pos,sell,2026-05-30 23:36:00,487.0 -64796,sell_contrast_m10_bb_pos,sell,2026-05-30 23:39:00,486.0 -64797,sell_contrast_m10_bb_pos,sell,2026-05-30 23:42:00,482.0 -64798,sell_contrast_m10_bb_pos,sell,2026-05-30 23:45:00,483.0 -64799,sell_contrast_m10_bb_pos,sell,2026-05-30 23:48:00,485.0 -64800,sell_contrast_m10_bb_pos,sell,2026-05-30 23:51:00,490.0 -64801,sell_contrast_m10_bb_pos,sell,2026-05-30 23:54:00,486.0 -64802,sell_contrast_m10_bb_pos,sell,2026-05-30 23:57:00,489.0 -64803,sell_contrast_m10_bb_pos,sell,2026-05-31 00:30:00,511.0 -64804,sell_contrast_m10_bb_pos,sell,2026-05-31 00:33:00,506.0 -64805,sell_contrast_m10_bb_pos,sell,2026-05-31 00:36:00,511.0 -64806,sell_contrast_m10_bb_pos,sell,2026-05-31 00:39:00,511.0 -64807,sell_contrast_m10_bb_pos,sell,2026-05-31 00:51:00,515.0 -64808,sell_contrast_m10_bb_pos,sell,2026-05-31 00:54:00,520.0 -64809,sell_contrast_m10_bb_pos,sell,2026-05-31 00:57:00,517.0 -64810,sell_contrast_m10_bb_pos,sell,2026-05-31 01:00:00,517.0 -64811,sell_contrast_m10_bb_pos,sell,2026-05-31 01:03:00,521.0 -64812,sell_contrast_m10_bb_pos,sell,2026-05-31 01:06:00,525.0 -64813,sell_contrast_m10_bb_pos,sell,2026-05-31 01:09:00,530.0 -64814,sell_contrast_m10_bb_pos,sell,2026-05-31 01:12:00,526.0 -64815,sell_contrast_m10_bb_pos,sell,2026-05-31 01:15:00,527.0 -64816,sell_contrast_m10_bb_pos,sell,2026-05-31 01:18:00,522.0 -64817,sell_contrast_m10_bb_pos,sell,2026-05-31 05:12:00,546.0 -64818,sell_contrast_m10_bb_pos,sell,2026-05-31 05:15:00,550.0 -64819,sell_contrast_m10_bb_pos,sell,2026-05-31 05:18:00,553.0 -64820,sell_contrast_m10_bb_pos,sell,2026-05-31 05:21:00,554.0 -64821,sell_contrast_m10_bb_pos,sell,2026-05-31 05:24:00,549.0 -64822,sell_contrast_m10_bb_pos,sell,2026-05-31 05:27:00,553.0 -64823,sell_contrast_m10_bb_pos,sell,2026-05-31 05:30:00,553.0 -64824,sell_contrast_m10_bb_pos,sell,2026-05-31 05:33:00,556.0 -64825,sell_contrast_m10_bb_pos,sell,2026-05-31 05:36:00,560.0 -64826,sell_contrast_m10_bb_pos,sell,2026-05-31 05:39:00,561.0 -64827,sell_contrast_m10_bb_pos,sell,2026-05-31 05:42:00,560.0 -64828,sell_contrast_m10_bb_pos,sell,2026-05-31 05:45:00,560.0 -64829,sell_contrast_m10_bb_pos,sell,2026-05-31 05:48:00,561.0 -64830,sell_contrast_m10_bb_pos,sell,2026-05-31 11:30:00,507.0 -64831,sell_contrast_m10_bb_pos,sell,2026-05-31 11:33:00,507.0 -64832,sell_contrast_m10_bb_pos,sell,2026-05-31 11:36:00,508.0 -64833,sell_contrast_m10_bb_pos,sell,2026-05-31 11:39:00,507.0 -64834,sell_contrast_m10_bb_pos,sell,2026-05-31 12:00:00,514.0 -64835,sell_contrast_m10_bb_pos,sell,2026-05-31 12:03:00,513.0 -64836,sell_contrast_m10_bb_pos,sell,2026-05-31 12:06:00,514.0 -64837,sell_contrast_m10_bb_pos,sell,2026-05-31 12:09:00,513.0 -64838,sell_contrast_m10_bb_pos,sell,2026-05-31 12:21:00,515.0 -64839,sell_contrast_m10_bb_pos,sell,2026-05-31 12:24:00,515.0 -64840,sell_contrast_m10_bb_pos,sell,2026-05-31 12:27:00,514.0 -64841,sell_contrast_m10_bb_pos,sell,2026-05-31 12:30:00,514.0 -64842,sell_contrast_m10_bb_pos,sell,2026-05-31 12:33:00,516.0 -64843,sell_contrast_m10_bb_pos,sell,2026-05-31 12:36:00,514.0 -64844,sell_contrast_m10_bb_pos,sell,2026-05-31 12:39:00,513.0 -64845,sell_contrast_m10_bb_pos,sell,2026-05-31 12:51:00,512.0 -64846,sell_contrast_m10_bb_pos,sell,2026-05-31 12:54:00,516.0 -64847,sell_contrast_m10_bb_pos,sell,2026-05-31 12:57:00,516.0 -64848,sell_contrast_m10_bb_pos,sell,2026-06-01 07:12:00,516.0 -64849,sell_contrast_m10_bb_pos,sell,2026-06-01 07:15:00,516.0 -64850,sell_contrast_m10_bb_pos,sell,2026-06-01 07:18:00,517.0 -64851,sell_contrast_m10_bb_pos,sell,2026-06-01 09:30:00,531.0 -64852,sell_contrast_m10_bb_pos,sell,2026-06-01 09:33:00,532.0 -64853,sell_contrast_m10_bb_pos,sell,2026-06-01 09:36:00,531.0 -64854,sell_contrast_m10_bb_pos,sell,2026-06-01 09:39:00,527.0 -64855,sell_contrast_m10_bb_pos,sell,2026-06-01 09:42:00,527.0 -64856,sell_contrast_m10_bb_pos,sell,2026-06-01 09:45:00,528.0 -64857,sell_contrast_m10_bb_pos,sell,2026-06-01 09:48:00,530.0 -64858,sell_contrast_m10_bb_pos,sell,2026-06-01 10:21:00,532.0 -64859,sell_contrast_m10_bb_pos,sell,2026-06-01 10:24:00,531.0 -64860,sell_contrast_m10_bb_pos,sell,2026-06-01 10:27:00,534.0 -64861,sell_contrast_m10_bb_pos,sell,2026-06-01 11:12:00,548.0 -64862,sell_contrast_m10_bb_pos,sell,2026-06-01 11:15:00,550.0 -64863,sell_contrast_m10_bb_pos,sell,2026-06-01 11:18:00,549.0 -64864,sell_contrast_m10_bb_pos,sell,2026-06-01 11:21:00,549.0 -64865,sell_contrast_m10_bb_pos,sell,2026-06-01 11:24:00,553.0 -64866,sell_contrast_m10_bb_pos,sell,2026-06-01 11:27:00,553.0 -64867,sell_contrast_m10_bb_pos,sell,2026-06-01 11:30:00,552.0 -64868,sell_contrast_m10_bb_pos,sell,2026-06-01 11:33:00,556.0 -64869,sell_contrast_m10_bb_pos,sell,2026-06-01 11:36:00,553.0 -64870,sell_contrast_m10_bb_pos,sell,2026-06-01 11:39:00,557.0 -64871,sell_contrast_m10_bb_pos,sell,2026-06-01 11:51:00,569.0 -64872,sell_contrast_m10_bb_pos,sell,2026-06-01 11:54:00,564.0 -64873,sell_contrast_m10_bb_pos,sell,2026-06-01 11:57:00,560.0 -64874,sell_contrast_m10_bb_pos,sell,2026-06-01 12:00:00,565.0 -64875,sell_contrast_m10_bb_pos,sell,2026-06-01 12:03:00,568.0 -64876,sell_contrast_m10_bb_pos,sell,2026-06-01 12:06:00,573.0 -64877,sell_contrast_m10_bb_pos,sell,2026-06-01 12:09:00,562.0 -64878,sell_contrast_m10_bb_pos,sell,2026-06-01 12:30:00,585.0 -64879,sell_contrast_m10_bb_pos,sell,2026-06-01 12:33:00,583.0 -64880,sell_contrast_m10_bb_pos,sell,2026-06-01 12:36:00,577.0 -64881,sell_contrast_m10_bb_pos,sell,2026-06-01 12:39:00,575.0 -64882,sell_contrast_m10_bb_pos,sell,2026-06-01 12:51:00,574.0 -64883,sell_contrast_m10_bb_pos,sell,2026-06-01 12:54:00,575.0 -64884,sell_contrast_m10_bb_pos,sell,2026-06-01 12:57:00,580.0 -64885,sell_contrast_m10_bb_pos,sell,2026-06-01 20:12:00,560.0 -64886,sell_contrast_m10_bb_pos,sell,2026-06-01 20:15:00,560.0 -64887,sell_contrast_m10_bb_pos,sell,2026-06-01 20:18:00,562.0 -64888,sell_contrast_m10_bb_pos,sell,2026-06-02 01:12:00,570.0 -64889,sell_contrast_m10_bb_pos,sell,2026-06-02 01:15:00,576.0 -64890,sell_contrast_m10_bb_pos,sell,2026-06-02 01:18:00,579.0 -64891,sell_contrast_m10_bb_pos,sell,2026-06-02 02:00:00,593.0 -64892,sell_contrast_m10_bb_pos,sell,2026-06-02 02:03:00,594.0 -64893,sell_contrast_m10_bb_pos,sell,2026-06-02 02:06:00,594.0 -64894,sell_contrast_m10_bb_pos,sell,2026-06-02 02:09:00,597.0 -64895,sell_contrast_m10_bb_pos,sell,2026-06-02 02:12:00,603.0 -64896,sell_contrast_m10_bb_pos,sell,2026-06-02 02:15:00,592.0 -64897,sell_contrast_m10_bb_pos,sell,2026-06-02 02:18:00,585.0 -64898,sell_contrast_m10_bb_pos,sell,2026-06-02 03:21:00,617.0 -64899,sell_contrast_m10_bb_pos,sell,2026-06-02 03:24:00,617.0 -64900,sell_contrast_m10_bb_pos,sell,2026-06-02 03:27:00,614.0 -64901,sell_contrast_m10_bb_pos,sell,2026-06-02 03:30:00,609.0 -64902,sell_contrast_m10_bb_pos,sell,2026-06-02 03:33:00,617.0 -64903,sell_contrast_m10_bb_pos,sell,2026-06-02 03:36:00,625.0 -64904,sell_contrast_m10_bb_pos,sell,2026-06-02 03:39:00,627.0 -64905,sell_contrast_m10_bb_pos,sell,2026-06-02 04:30:00,612.0 -64906,sell_contrast_m10_bb_pos,sell,2026-06-02 04:33:00,624.0 -64907,sell_contrast_m10_bb_pos,sell,2026-06-02 04:36:00,627.0 -64908,sell_contrast_m10_bb_pos,sell,2026-06-02 04:39:00,627.0 -64909,sell_contrast_m10_bb_pos,sell,2026-06-02 05:00:00,634.0 -64910,sell_contrast_m10_bb_pos,sell,2026-06-02 05:03:00,632.0 -64911,sell_contrast_m10_bb_pos,sell,2026-06-02 05:06:00,637.0 -64912,sell_contrast_m10_bb_pos,sell,2026-06-02 05:09:00,631.0 -64913,sell_contrast_m10_bb_pos,sell,2026-06-02 05:12:00,628.0 -64914,sell_contrast_m10_bb_pos,sell,2026-06-02 05:15:00,632.0 -64915,sell_contrast_m10_bb_pos,sell,2026-06-02 05:18:00,631.0 -64916,sell_contrast_m10_bb_pos,sell,2026-06-02 05:21:00,633.0 -64917,sell_contrast_m10_bb_pos,sell,2026-06-02 05:24:00,635.0 -64918,sell_contrast_m10_bb_pos,sell,2026-06-02 05:27:00,628.0 -64919,sell_contrast_m10_bb_pos,sell,2026-06-02 06:30:00,642.0 -64920,sell_contrast_m10_bb_pos,sell,2026-06-02 06:33:00,641.0 -64921,sell_contrast_m10_bb_pos,sell,2026-06-02 06:36:00,647.0 -64922,sell_contrast_m10_bb_pos,sell,2026-06-02 06:39:00,642.0 -64923,sell_contrast_m10_bb_pos,sell,2026-06-02 12:00:00,640.0 -64924,sell_contrast_m10_bb_pos,sell,2026-06-02 12:03:00,641.0 -64925,sell_contrast_m10_bb_pos,sell,2026-06-02 12:06:00,652.0 -64926,sell_contrast_m10_bb_pos,sell,2026-06-02 12:09:00,648.0 -64927,sell_contrast_m10_bb_pos,sell,2026-06-02 12:42:00,662.0 -64928,sell_contrast_m10_bb_pos,sell,2026-06-02 12:45:00,658.0 -64929,sell_contrast_m10_bb_pos,sell,2026-06-02 12:48:00,666.0 -64930,sell_contrast_m10_bb_pos,sell,2026-06-02 13:12:00,660.0 -64931,sell_contrast_m10_bb_pos,sell,2026-06-02 13:15:00,664.0 -64932,sell_contrast_m10_bb_pos,sell,2026-06-02 13:18:00,664.0 -64933,sell_contrast_m10_bb_pos,sell,2026-06-02 13:21:00,673.0 -64934,sell_contrast_m10_bb_pos,sell,2026-06-02 13:24:00,674.0 -64935,sell_contrast_m10_bb_pos,sell,2026-06-02 13:27:00,672.0 -64936,sell_contrast_m10_bb_pos,sell,2026-06-02 13:30:00,675.0 -64937,sell_contrast_m10_bb_pos,sell,2026-06-02 13:33:00,677.0 -64938,sell_contrast_m10_bb_pos,sell,2026-06-02 13:36:00,682.0 -64939,sell_contrast_m10_bb_pos,sell,2026-06-02 13:39:00,682.0 -64940,sell_contrast_m10_bb_pos,sell,2026-06-02 13:42:00,680.0 -64941,sell_contrast_m10_bb_pos,sell,2026-06-02 13:45:00,684.0 -64942,sell_contrast_m10_bb_pos,sell,2026-06-02 13:48:00,672.0 -64943,sell_contrast_m10_bb_pos,sell,2026-06-02 14:00:00,692.0 -64944,sell_contrast_m10_bb_pos,sell,2026-06-02 14:03:00,684.0 -64945,sell_contrast_m10_bb_pos,sell,2026-06-02 14:06:00,686.0 -64946,sell_contrast_m10_bb_pos,sell,2026-06-02 14:09:00,692.0 -64947,sell_contrast_m10_bb_pos,sell,2026-06-02 14:12:00,684.0 -64948,sell_contrast_m10_bb_pos,sell,2026-06-02 14:15:00,693.0 -64949,sell_contrast_m10_bb_pos,sell,2026-06-02 14:18:00,697.0 -64950,sell_contrast_m10_bb_pos,sell,2026-06-02 14:21:00,699.0 -64951,sell_contrast_m10_bb_pos,sell,2026-06-02 14:24:00,692.0 -64952,sell_contrast_m10_bb_pos,sell,2026-06-02 14:27:00,681.0 -64953,sell_contrast_m10_bb_pos,sell,2026-06-02 20:12:00,617.0 -64954,sell_contrast_m10_bb_pos,sell,2026-06-02 20:15:00,619.0 -64955,sell_contrast_m10_bb_pos,sell,2026-06-02 20:18:00,619.0 -64956,sell_contrast_m10_bb_pos,sell,2026-06-03 02:00:00,605.0 -64957,sell_contrast_m10_bb_pos,sell,2026-06-03 02:03:00,611.0 -64958,sell_contrast_m10_bb_pos,sell,2026-06-03 02:06:00,618.0 -64959,sell_contrast_m10_bb_pos,sell,2026-06-03 02:09:00,620.0 -64960,sell_contrast_m10_bb_pos,sell,2026-06-03 02:12:00,619.0 -64961,sell_contrast_m10_bb_pos,sell,2026-06-03 02:15:00,619.0 -64962,sell_contrast_m10_bb_pos,sell,2026-06-03 02:18:00,617.0 -64963,sell_contrast_m10_bb_pos,sell,2026-06-03 06:30:00,604.0 -64964,sell_contrast_m10_bb_pos,sell,2026-06-03 06:33:00,603.0 -64965,sell_contrast_m10_bb_pos,sell,2026-06-03 06:36:00,604.0 -64966,sell_contrast_m10_bb_pos,sell,2026-06-03 06:39:00,608.0 -64967,sell_contrast_m10_bb_pos,sell,2026-06-03 06:42:00,600.0 -64968,sell_contrast_m10_bb_pos,sell,2026-06-03 06:45:00,603.0 -64969,sell_contrast_m10_bb_pos,sell,2026-06-03 06:48:00,600.0 -64970,sell_contrast_m10_bb_pos,sell,2026-06-03 09:42:00,587.0 -64971,sell_contrast_m10_bb_pos,sell,2026-06-03 09:45:00,591.0 -64972,sell_contrast_m10_bb_pos,sell,2026-06-03 09:48:00,592.0 -64973,sell_contrast_m10_bb_pos,sell,2026-06-03 10:12:00,591.0 -64974,sell_contrast_m10_bb_pos,sell,2026-06-03 10:15:00,589.0 -64975,sell_contrast_m10_bb_pos,sell,2026-06-03 10:18:00,593.0 -64976,sell_contrast_m10_bb_pos,sell,2026-06-03 13:21:00,593.0 -64977,sell_contrast_m10_bb_pos,sell,2026-06-03 13:24:00,592.0 -64978,sell_contrast_m10_bb_pos,sell,2026-06-03 13:27:00,597.0 -64979,sell_contrast_m10_bb_pos,sell,2026-06-03 13:42:00,591.0 -64980,sell_contrast_m10_bb_pos,sell,2026-06-03 13:45:00,593.0 -64981,sell_contrast_m10_bb_pos,sell,2026-06-03 13:48:00,596.0 -64982,sell_contrast_m10_bb_pos,sell,2026-06-03 13:51:00,596.0 -64983,sell_contrast_m10_bb_pos,sell,2026-06-03 13:54:00,592.0 -64984,sell_contrast_m10_bb_pos,sell,2026-06-03 13:57:00,600.0 -64985,sell_contrast_m10_bb_pos,sell,2026-06-03 14:00:00,603.0 -64986,sell_contrast_m10_bb_pos,sell,2026-06-03 14:03:00,606.0 -64987,sell_contrast_m10_bb_pos,sell,2026-06-03 14:06:00,605.0 -64988,sell_contrast_m10_bb_pos,sell,2026-06-03 14:09:00,608.0 -64989,sell_contrast_m10_bb_pos,sell,2026-06-03 14:12:00,608.0 -64990,sell_contrast_m10_bb_pos,sell,2026-06-03 14:15:00,606.0 -64991,sell_contrast_m10_bb_pos,sell,2026-06-03 14:18:00,611.0 -64992,sell_contrast_m10_bb_pos,sell,2026-06-03 14:21:00,611.0 -64993,sell_contrast_m10_bb_pos,sell,2026-06-03 14:24:00,611.0 -64994,sell_contrast_m10_bb_pos,sell,2026-06-03 14:27:00,607.0 -64995,sell_contrast_m10_bb_pos,sell,2026-06-03 14:42:00,623.0 -64996,sell_contrast_m10_bb_pos,sell,2026-06-03 14:45:00,621.0 -64997,sell_contrast_m10_bb_pos,sell,2026-06-03 14:48:00,613.0 -64998,sell_contrast_m10_bb_pos,sell,2026-06-03 15:21:00,641.0 -64999,sell_contrast_m10_bb_pos,sell,2026-06-03 15:24:00,645.0 -65000,sell_contrast_m10_bb_pos,sell,2026-06-03 15:27:00,644.0 -65001,sell_contrast_m10_bb_pos,sell,2026-06-03 15:30:00,644.0 -65002,sell_contrast_m10_bb_pos,sell,2026-06-03 15:33:00,647.0 -65003,sell_contrast_m10_bb_pos,sell,2026-06-03 15:36:00,654.0 -65004,sell_contrast_m10_bb_pos,sell,2026-06-03 15:39:00,656.0 -65005,sell_contrast_m10_bb_pos,sell,2026-06-03 15:42:00,654.0 -65006,sell_contrast_m10_bb_pos,sell,2026-06-03 15:45:00,659.0 -65007,sell_contrast_m10_bb_pos,sell,2026-06-03 15:48:00,657.0 -65008,sell_contrast_m10_bb_pos,sell,2026-06-03 15:51:00,649.0 -65009,sell_contrast_m10_bb_pos,sell,2026-06-03 15:54:00,647.0 -65010,sell_contrast_m10_bb_pos,sell,2026-06-03 15:57:00,647.0 -65011,sell_contrast_m10_bb_pos,sell,2026-06-03 17:51:00,687.0 -65012,sell_contrast_m10_bb_pos,sell,2026-06-03 17:54:00,684.0 -65013,sell_contrast_m10_bb_pos,sell,2026-06-03 17:57:00,685.0 -65014,sell_contrast_m10_bb_pos,sell,2026-06-03 18:21:00,674.0 -65015,sell_contrast_m10_bb_pos,sell,2026-06-03 18:24:00,682.0 -65016,sell_contrast_m10_bb_pos,sell,2026-06-03 18:27:00,685.0 -65017,sell_contrast_m10_bb_pos,sell,2026-06-03 18:30:00,688.0 -65018,sell_contrast_m10_bb_pos,sell,2026-06-03 18:33:00,693.0 -65019,sell_contrast_m10_bb_pos,sell,2026-06-03 18:36:00,690.0 -65020,sell_contrast_m10_bb_pos,sell,2026-06-03 18:39:00,695.0 -65021,sell_contrast_m10_bb_pos,sell,2026-06-03 19:12:00,704.0 -65022,sell_contrast_m10_bb_pos,sell,2026-06-03 19:15:00,700.0 -65023,sell_contrast_m10_bb_pos,sell,2026-06-03 19:18:00,697.0 -65024,sell_contrast_m10_bb_pos,sell,2026-06-03 19:42:00,740.0 -65025,sell_contrast_m10_bb_pos,sell,2026-06-03 19:45:00,733.0 -65026,sell_contrast_m10_bb_pos,sell,2026-06-03 19:48:00,745.0 -65027,sell_contrast_m10_bb_pos,sell,2026-06-03 19:51:00,750.0 -65028,sell_contrast_m10_bb_pos,sell,2026-06-03 19:54:00,745.0 -65029,sell_contrast_m10_bb_pos,sell,2026-06-03 19:57:00,755.0 -65030,sell_contrast_m10_bb_pos,sell,2026-06-03 20:00:00,751.0 -65031,sell_contrast_m10_bb_pos,sell,2026-06-03 20:03:00,760.0 -65032,sell_contrast_m10_bb_pos,sell,2026-06-03 20:06:00,761.0 -65033,sell_contrast_m10_bb_pos,sell,2026-06-03 20:09:00,765.0 -65034,sell_contrast_m10_bb_pos,sell,2026-06-03 22:21:00,777.0 -65035,sell_contrast_m10_bb_pos,sell,2026-06-03 22:24:00,773.0 -65036,sell_contrast_m10_bb_pos,sell,2026-06-03 22:27:00,773.0 -65037,sell_contrast_m10_bb_pos,sell,2026-06-03 23:42:00,775.0 -65038,sell_contrast_m10_bb_pos,sell,2026-06-03 23:42:00,775.0 -65039,sell_contrast_m10_bb_pos,sell,2026-06-03 23:45:00,780.0 -65040,sell_contrast_m10_bb_pos,sell,2026-06-03 23:45:00,780.0 -65041,sell_contrast_m10_bb_pos,sell,2026-06-03 23:48:00,770.0 -65042,sell_contrast_m10_bb_pos,sell,2026-06-03 23:48:00,770.0 -65043,sell_contrast_m10_bb_pos,sell,2026-06-04 00:51:00,789.0 -65044,sell_contrast_m10_bb_pos,sell,2026-06-04 00:51:00,789.0 -65045,sell_contrast_m10_bb_pos,sell,2026-06-04 00:54:00,784.0 -65046,sell_contrast_m10_bb_pos,sell,2026-06-04 00:54:00,784.0 -65047,sell_contrast_m10_bb_pos,sell,2026-06-04 00:57:00,784.0 -65048,sell_contrast_m10_bb_pos,sell,2026-06-04 00:57:00,784.0 -65049,sell_contrast_m10_bb_pos,sell,2026-06-04 02:00:00,800.0 -65050,sell_contrast_m10_bb_pos,sell,2026-06-04 02:00:00,800.0 -65051,sell_contrast_m10_bb_pos,sell,2026-06-04 02:03:00,797.0 -65052,sell_contrast_m10_bb_pos,sell,2026-06-04 02:03:00,797.0 -65053,sell_contrast_m10_bb_pos,sell,2026-06-04 02:06:00,780.0 -65054,sell_contrast_m10_bb_pos,sell,2026-06-04 02:06:00,780.0 -65055,sell_contrast_m10_bb_pos,sell,2026-06-04 02:09:00,780.0 -65056,sell_contrast_m10_bb_pos,sell,2026-06-04 02:09:00,780.0 -65057,sell_contrast_m10_bb_pos,sell,2026-06-04 03:51:00,771.0 -65058,sell_contrast_m10_bb_pos,sell,2026-06-04 03:51:00,771.0 -65059,sell_contrast_m10_bb_pos,sell,2026-06-04 03:54:00,773.0 -65060,sell_contrast_m10_bb_pos,sell,2026-06-04 03:54:00,773.0 -65061,sell_contrast_m10_bb_pos,sell,2026-06-04 03:57:00,777.0 -65062,sell_contrast_m10_bb_pos,sell,2026-06-04 03:57:00,777.0 -65063,sell_contrast_m10_bb_pos,sell,2026-06-04 04:30:00,772.0 -65064,sell_contrast_m10_bb_pos,sell,2026-06-04 04:30:00,772.0 -65065,sell_contrast_m10_bb_pos,sell,2026-06-04 04:33:00,768.0 -65066,sell_contrast_m10_bb_pos,sell,2026-06-04 04:33:00,768.0 -65067,sell_contrast_m10_bb_pos,sell,2026-06-04 04:36:00,768.0 -65068,sell_contrast_m10_bb_pos,sell,2026-06-04 04:36:00,768.0 -65069,sell_contrast_m10_bb_pos,sell,2026-06-04 04:39:00,783.0 -65070,sell_contrast_m10_bb_pos,sell,2026-06-04 04:39:00,783.0 -65071,sell_contrast_m10_bb_pos,sell,2026-06-04 04:42:00,787.0 -65072,sell_contrast_m10_bb_pos,sell,2026-06-04 04:42:00,787.0 -65073,sell_contrast_m10_bb_pos,sell,2026-06-04 04:45:00,788.0 -65074,sell_contrast_m10_bb_pos,sell,2026-06-04 04:45:00,788.0 -65075,sell_contrast_m10_bb_pos,sell,2026-06-04 04:48:00,788.0 -65076,sell_contrast_m10_bb_pos,sell,2026-06-04 04:48:00,788.0 -65077,sell_contrast_m10_bb_pos,sell,2026-06-04 04:51:00,779.0 -65078,sell_contrast_m10_bb_pos,sell,2026-06-04 04:51:00,779.0 -65079,sell_contrast_m10_bb_pos,sell,2026-06-04 04:54:00,779.0 -65080,sell_contrast_m10_bb_pos,sell,2026-06-04 04:54:00,779.0 -65081,sell_contrast_m10_bb_pos,sell,2026-06-04 04:57:00,779.0 -65082,sell_contrast_m10_bb_pos,sell,2026-06-04 04:57:00,779.0 -65083,sell_contrast_m10_bb_pos,sell,2026-06-04 05:12:00,794.0 -65084,sell_contrast_m10_bb_pos,sell,2026-06-04 05:12:00,794.0 -65085,sell_contrast_m10_bb_pos,sell,2026-06-04 05:15:00,785.0 -65086,sell_contrast_m10_bb_pos,sell,2026-06-04 05:15:00,785.0 -65087,sell_contrast_m10_bb_pos,sell,2026-06-04 05:18:00,780.0 -65088,sell_contrast_m10_bb_pos,sell,2026-06-04 05:18:00,780.0 -65089,sell_contrast_m10_bb_pos,sell,2026-06-04 05:30:00,789.0 -65090,sell_contrast_m10_bb_pos,sell,2026-06-04 05:30:00,789.0 -65091,sell_contrast_m10_bb_pos,sell,2026-06-04 05:33:00,782.0 -65092,sell_contrast_m10_bb_pos,sell,2026-06-04 05:33:00,782.0 -65093,sell_contrast_m10_bb_pos,sell,2026-06-04 05:36:00,775.0 -65094,sell_contrast_m10_bb_pos,sell,2026-06-04 05:36:00,775.0 -65095,sell_contrast_m10_bb_pos,sell,2026-06-04 05:39:00,779.0 -65096,sell_contrast_m10_bb_pos,sell,2026-06-04 05:39:00,779.0 -65097,sell_mtf_cross_all_tf,sell,2025-06-08 04:30:00,1555.0 -65098,sell_mtf_cross_all_tf,sell,2025-06-08 04:33:00,1552.0 -65099,sell_mtf_cross_all_tf,sell,2025-06-08 04:36:00,1552.0 -65100,sell_mtf_cross_all_tf,sell,2025-06-08 04:39:00,1553.0 -65101,sell_mtf_cross_all_tf,sell,2025-06-08 06:30:00,1558.0 -65102,sell_mtf_cross_all_tf,sell,2025-06-08 06:33:00,1557.0 -65103,sell_mtf_cross_all_tf,sell,2025-06-08 06:36:00,1561.0 -65104,sell_mtf_cross_all_tf,sell,2025-06-08 06:39:00,1559.0 -65105,sell_mtf_cross_all_tf,sell,2025-06-08 07:30:00,1564.0 -65106,sell_mtf_cross_all_tf,sell,2025-06-08 07:42:00,1565.0 -65107,sell_mtf_cross_all_tf,sell,2025-06-10 06:36:00,1578.0 -65108,sell_mtf_cross_all_tf,sell,2025-06-10 06:39:00,1577.0 -65109,sell_mtf_cross_all_tf,sell,2025-06-10 06:42:00,1570.0 -65110,sell_mtf_cross_all_tf,sell,2025-06-10 07:06:00,1577.0 -65111,sell_mtf_cross_all_tf,sell,2025-06-10 07:36:00,1590.0 -65112,sell_mtf_cross_all_tf,sell,2025-06-10 07:39:00,1585.0 -65113,sell_mtf_cross_all_tf,sell,2025-06-10 07:45:00,1586.0 -65114,sell_mtf_cross_all_tf,sell,2025-06-10 08:00:00,1592.0 -65115,sell_mtf_cross_all_tf,sell,2025-06-10 08:03:00,1595.0 -65116,sell_mtf_cross_all_tf,sell,2025-06-10 08:06:00,1594.0 -65117,sell_mtf_cross_all_tf,sell,2025-06-10 08:12:00,1593.0 -65118,sell_mtf_cross_all_tf,sell,2025-06-10 09:36:00,1598.0 -65119,sell_mtf_cross_all_tf,sell,2025-06-10 09:39:00,1598.0 -65120,sell_mtf_cross_all_tf,sell,2025-06-10 16:36:00,1571.0 -65121,sell_mtf_cross_all_tf,sell,2025-06-10 16:39:00,1568.0 -65122,sell_mtf_cross_all_tf,sell,2025-06-10 16:42:00,1570.0 -65123,sell_mtf_cross_all_tf,sell,2025-06-10 16:45:00,1568.0 -65124,sell_mtf_cross_all_tf,sell,2025-06-10 19:06:00,1573.0 -65125,sell_mtf_cross_all_tf,sell,2025-06-10 19:09:00,1573.0 -65126,sell_mtf_cross_all_tf,sell,2025-06-10 20:51:00,1598.0 -65127,sell_mtf_cross_all_tf,sell,2025-06-10 20:54:00,1609.0 -65128,sell_mtf_cross_all_tf,sell,2025-06-10 21:00:00,1614.0 -65129,sell_mtf_cross_all_tf,sell,2025-06-10 21:03:00,1620.0 -65130,sell_mtf_cross_all_tf,sell,2025-06-10 21:06:00,1612.0 -65131,sell_mtf_cross_all_tf,sell,2025-06-10 21:21:00,1622.0 -65132,sell_mtf_cross_all_tf,sell,2025-06-10 21:24:00,1619.0 -65133,sell_mtf_cross_all_tf,sell,2025-06-10 21:27:00,1616.0 -65134,sell_mtf_cross_all_tf,sell,2025-06-10 21:30:00,1619.0 -65135,sell_mtf_cross_all_tf,sell,2025-06-10 21:33:00,1617.0 -65136,sell_mtf_cross_all_tf,sell,2025-06-10 21:36:00,1620.0 -65137,sell_mtf_cross_all_tf,sell,2025-06-10 21:45:00,1626.0 -65138,sell_mtf_cross_all_tf,sell,2025-06-10 21:48:00,1627.0 -65139,sell_mtf_cross_all_tf,sell,2025-06-10 21:54:00,1627.0 -65140,sell_mtf_cross_all_tf,sell,2025-06-10 21:57:00,1628.0 -65141,sell_mtf_cross_all_tf,sell,2025-06-10 22:00:00,1630.0 -65142,sell_mtf_cross_all_tf,sell,2025-06-10 22:15:00,1632.0 -65143,sell_mtf_cross_all_tf,sell,2025-06-11 04:15:00,1593.0 -65144,sell_mtf_cross_all_tf,sell,2025-06-11 04:18:00,1593.0 -65145,sell_mtf_cross_all_tf,sell,2025-06-11 04:21:00,1595.0 -65146,sell_mtf_cross_all_tf,sell,2025-06-11 04:24:00,1597.0 -65147,sell_mtf_cross_all_tf,sell,2025-06-11 04:27:00,1597.0 -65148,sell_mtf_cross_all_tf,sell,2025-06-11 04:30:00,1598.0 -65149,sell_mtf_cross_all_tf,sell,2025-06-11 04:33:00,1601.0 -65150,sell_mtf_cross_all_tf,sell,2025-06-11 04:36:00,1606.0 -65151,sell_mtf_cross_all_tf,sell,2025-06-11 04:39:00,1608.0 -65152,sell_mtf_cross_all_tf,sell,2025-06-11 04:42:00,1604.0 -65153,sell_mtf_cross_all_tf,sell,2025-06-11 07:27:00,1606.0 -65154,sell_mtf_cross_all_tf,sell,2025-06-11 07:30:00,1607.0 -65155,sell_mtf_cross_all_tf,sell,2025-06-11 07:33:00,1608.0 -65156,sell_mtf_cross_all_tf,sell,2025-06-11 07:36:00,1605.0 -65157,sell_mtf_cross_all_tf,sell,2025-06-11 08:00:00,1607.0 -65158,sell_mtf_cross_all_tf,sell,2025-06-11 08:03:00,1609.0 -65159,sell_mtf_cross_all_tf,sell,2025-06-11 08:06:00,1611.0 -65160,sell_mtf_cross_all_tf,sell,2025-06-11 08:45:00,1613.0 -65161,sell_mtf_cross_all_tf,sell,2025-06-11 08:48:00,1610.0 -65162,sell_mtf_cross_all_tf,sell,2025-06-11 09:00:00,1611.0 -65163,sell_mtf_cross_all_tf,sell,2025-06-11 09:12:00,1612.0 -65164,sell_mtf_cross_all_tf,sell,2025-06-11 12:27:00,1610.0 -65165,sell_mtf_cross_all_tf,sell,2025-06-11 21:51:00,1604.0 -65166,sell_mtf_cross_all_tf,sell,2025-06-11 21:54:00,1604.0 -65167,sell_mtf_cross_all_tf,sell,2025-06-11 21:57:00,1606.0 -65168,sell_mtf_cross_all_tf,sell,2025-06-11 22:00:00,1608.0 -65169,sell_mtf_cross_all_tf,sell,2025-06-11 22:03:00,1605.0 -65170,sell_mtf_cross_all_tf,sell,2025-06-11 22:06:00,1610.0 -65171,sell_mtf_cross_all_tf,sell,2025-06-11 22:09:00,1612.0 -65172,sell_mtf_cross_all_tf,sell,2025-06-11 22:12:00,1610.0 -65173,sell_mtf_cross_all_tf,sell,2025-06-11 22:21:00,1616.0 -65174,sell_mtf_cross_all_tf,sell,2025-06-11 22:24:00,1614.0 -65175,sell_mtf_cross_all_tf,sell,2025-06-11 22:27:00,1622.0 -65176,sell_mtf_cross_all_tf,sell,2025-06-11 22:42:00,1619.0 -65177,sell_mtf_cross_all_tf,sell,2025-06-11 23:45:00,1644.0 -65178,sell_mtf_cross_all_tf,sell,2025-06-11 23:48:00,1643.0 -65179,sell_mtf_cross_all_tf,sell,2025-06-11 23:57:00,1648.0 -65180,sell_mtf_cross_all_tf,sell,2025-06-24 05:36:00,1222.0 -65181,sell_mtf_cross_all_tf,sell,2025-06-24 05:39:00,1219.0 -65182,sell_mtf_cross_all_tf,sell,2025-06-24 05:42:00,1228.0 -65183,sell_mtf_cross_all_tf,sell,2025-06-24 05:45:00,1228.0 -65184,sell_mtf_cross_all_tf,sell,2025-06-24 05:48:00,1224.0 -65185,sell_mtf_cross_all_tf,sell,2025-06-24 05:51:00,1223.0 -65186,sell_mtf_cross_all_tf,sell,2025-06-24 05:54:00,1225.0 -65187,sell_mtf_cross_all_tf,sell,2025-06-24 05:57:00,1225.0 -65188,sell_mtf_cross_all_tf,sell,2025-06-24 06:00:00,1229.0 -65189,sell_mtf_cross_all_tf,sell,2025-06-24 06:03:00,1231.0 -65190,sell_mtf_cross_all_tf,sell,2025-06-24 07:36:00,1264.0 -65191,sell_mtf_cross_all_tf,sell,2025-06-24 07:39:00,1264.0 -65192,sell_mtf_cross_all_tf,sell,2025-06-24 07:42:00,1259.0 -65193,sell_mtf_cross_all_tf,sell,2025-06-24 07:45:00,1259.0 -65194,sell_mtf_cross_all_tf,sell,2025-06-24 08:00:00,1271.0 -65195,sell_mtf_cross_all_tf,sell,2025-06-24 08:03:00,1272.0 -65196,sell_mtf_cross_all_tf,sell,2025-06-24 08:06:00,1269.0 -65197,sell_mtf_cross_all_tf,sell,2025-06-24 08:09:00,1271.0 -65198,sell_mtf_cross_all_tf,sell,2025-06-24 08:15:00,1275.0 -65199,sell_mtf_cross_all_tf,sell,2025-06-24 08:18:00,1273.0 -65200,sell_mtf_cross_all_tf,sell,2025-06-24 08:39:00,1282.0 -65201,sell_mtf_cross_all_tf,sell,2025-06-24 08:42:00,1283.0 -65202,sell_mtf_cross_all_tf,sell,2025-06-24 08:57:00,1287.0 -65203,sell_mtf_cross_all_tf,sell,2025-06-24 09:06:00,1289.0 -65204,sell_mtf_cross_all_tf,sell,2025-06-24 09:09:00,1288.0 -65205,sell_mtf_cross_all_tf,sell,2025-06-24 12:15:00,1289.0 -65206,sell_mtf_cross_all_tf,sell,2025-06-24 12:30:00,1289.0 -65207,sell_mtf_cross_all_tf,sell,2025-06-24 12:33:00,1291.0 -65208,sell_mtf_cross_all_tf,sell,2025-06-24 12:51:00,1294.0 -65209,sell_mtf_cross_all_tf,sell,2025-06-24 12:54:00,1295.0 -65210,sell_mtf_cross_all_tf,sell,2025-06-24 12:57:00,1293.0 -65211,sell_mtf_cross_all_tf,sell,2025-06-24 13:12:00,1296.0 -65212,sell_mtf_cross_all_tf,sell,2025-06-24 13:30:00,1297.0 -65213,sell_mtf_cross_all_tf,sell,2025-06-24 14:57:00,1321.0 -65214,sell_mtf_cross_all_tf,sell,2025-06-24 15:00:00,1319.0 -65215,sell_mtf_cross_all_tf,sell,2025-06-24 15:03:00,1321.0 -65216,sell_mtf_cross_all_tf,sell,2025-06-24 15:09:00,1319.0 -65217,sell_mtf_cross_all_tf,sell,2025-06-25 09:06:00,1276.0 -65218,sell_mtf_cross_all_tf,sell,2025-06-25 09:09:00,1277.0 -65219,sell_mtf_cross_all_tf,sell,2025-06-25 09:12:00,1278.0 -65220,sell_mtf_cross_all_tf,sell,2025-06-25 09:15:00,1279.0 -65221,sell_mtf_cross_all_tf,sell,2025-06-25 09:18:00,1281.0 -65222,sell_mtf_cross_all_tf,sell,2025-06-25 09:21:00,1280.0 -65223,sell_mtf_cross_all_tf,sell,2025-06-25 09:24:00,1280.0 -65224,sell_mtf_cross_all_tf,sell,2025-06-25 09:27:00,1281.0 -65225,sell_mtf_cross_all_tf,sell,2025-06-25 09:30:00,1280.0 -65226,sell_mtf_cross_all_tf,sell,2025-06-25 10:00:00,1283.0 -65227,sell_mtf_cross_all_tf,sell,2025-06-25 11:18:00,1284.0 -65228,sell_mtf_cross_all_tf,sell,2025-06-25 11:21:00,1283.0 -65229,sell_mtf_cross_all_tf,sell,2025-06-25 11:24:00,1283.0 -65230,sell_mtf_cross_all_tf,sell,2025-06-29 01:21:00,1210.0 -65231,sell_mtf_cross_all_tf,sell,2025-06-29 01:24:00,1210.0 -65232,sell_mtf_cross_all_tf,sell,2025-06-29 01:30:00,1211.0 -65233,sell_mtf_cross_all_tf,sell,2025-06-29 01:33:00,1214.0 -65234,sell_mtf_cross_all_tf,sell,2025-06-29 01:36:00,1215.0 -65235,sell_mtf_cross_all_tf,sell,2025-06-29 01:39:00,1214.0 -65236,sell_mtf_cross_all_tf,sell,2025-06-29 03:06:00,1214.0 -65237,sell_mtf_cross_all_tf,sell,2025-06-29 03:09:00,1214.0 -65238,sell_mtf_cross_all_tf,sell,2025-06-29 03:15:00,1215.0 -65239,sell_mtf_cross_all_tf,sell,2025-06-29 04:27:00,1220.0 -65240,sell_mtf_cross_all_tf,sell,2025-06-29 07:06:00,1226.0 -65241,sell_mtf_cross_all_tf,sell,2025-06-29 07:21:00,1234.0 -65242,sell_mtf_cross_all_tf,sell,2025-06-29 07:30:00,1236.0 -65243,sell_mtf_cross_all_tf,sell,2025-06-29 07:33:00,1237.0 -65244,sell_mtf_cross_all_tf,sell,2025-06-29 07:57:00,1236.0 -65245,sell_mtf_cross_all_tf,sell,2025-06-29 08:06:00,1237.0 -65246,sell_mtf_cross_all_tf,sell,2025-06-29 16:21:00,1230.0 -65247,sell_mtf_cross_all_tf,sell,2025-06-29 16:24:00,1228.0 -65248,sell_mtf_cross_all_tf,sell,2025-06-29 16:27:00,1229.0 -65249,sell_mtf_cross_all_tf,sell,2025-06-29 17:03:00,1232.0 -65250,sell_mtf_cross_all_tf,sell,2025-06-29 17:12:00,1234.0 -65251,sell_mtf_cross_all_tf,sell,2025-06-29 17:30:00,1234.0 -65252,sell_mtf_cross_all_tf,sell,2025-06-29 17:36:00,1236.0 -65253,sell_mtf_cross_all_tf,sell,2025-06-29 17:39:00,1237.0 -65254,sell_mtf_cross_all_tf,sell,2025-06-29 17:45:00,1236.0 -65255,sell_mtf_cross_all_tf,sell,2025-06-29 17:48:00,1236.0 -65256,sell_mtf_cross_all_tf,sell,2025-06-29 17:51:00,1238.0 -65257,sell_mtf_cross_all_tf,sell,2025-06-29 17:54:00,1237.0 -65258,sell_mtf_cross_all_tf,sell,2025-06-29 17:57:00,1237.0 -65259,sell_mtf_cross_all_tf,sell,2025-06-29 18:00:00,1237.0 -65260,sell_mtf_cross_all_tf,sell,2025-06-29 18:24:00,1239.0 -65261,sell_mtf_cross_all_tf,sell,2025-06-29 18:30:00,1240.0 -65262,sell_mtf_cross_all_tf,sell,2025-06-29 18:33:00,1240.0 -65263,sell_mtf_cross_all_tf,sell,2025-06-29 18:42:00,1241.0 -65264,sell_mtf_cross_all_tf,sell,2025-06-29 18:45:00,1242.0 -65265,sell_mtf_cross_all_tf,sell,2025-06-29 18:48:00,1241.0 -65266,sell_mtf_cross_all_tf,sell,2025-06-30 04:06:00,1233.0 -65267,sell_mtf_cross_all_tf,sell,2025-06-30 04:09:00,1234.0 -65268,sell_mtf_cross_all_tf,sell,2025-06-30 04:12:00,1235.0 -65269,sell_mtf_cross_all_tf,sell,2025-06-30 04:15:00,1233.0 -65270,sell_mtf_cross_all_tf,sell,2025-06-30 04:21:00,1233.0 -65271,sell_mtf_cross_all_tf,sell,2025-06-30 04:24:00,1233.0 -65272,sell_mtf_cross_all_tf,sell,2025-06-30 04:30:00,1235.0 -65273,sell_mtf_cross_all_tf,sell,2025-06-30 04:33:00,1236.0 -65274,sell_mtf_cross_all_tf,sell,2025-06-30 04:36:00,1237.0 -65275,sell_mtf_cross_all_tf,sell,2025-06-30 04:39:00,1237.0 -65276,sell_mtf_cross_all_tf,sell,2025-06-30 04:51:00,1237.0 -65277,sell_mtf_cross_all_tf,sell,2025-06-30 04:54:00,1237.0 -65278,sell_mtf_cross_all_tf,sell,2025-06-30 04:57:00,1238.0 -65279,sell_mtf_cross_all_tf,sell,2025-06-30 05:00:00,1238.0 -65280,sell_mtf_cross_all_tf,sell,2025-06-30 05:03:00,1237.0 -65281,sell_mtf_cross_all_tf,sell,2025-06-30 05:21:00,1238.0 -65282,sell_mtf_cross_all_tf,sell,2025-06-30 05:24:00,1239.0 -65283,sell_mtf_cross_all_tf,sell,2025-06-30 05:27:00,1239.0 -65284,sell_mtf_cross_all_tf,sell,2025-06-30 05:36:00,1240.0 -65285,sell_mtf_cross_all_tf,sell,2025-06-30 05:39:00,1239.0 -65286,sell_mtf_cross_all_tf,sell,2025-06-30 05:42:00,1240.0 -65287,sell_mtf_cross_all_tf,sell,2025-06-30 06:30:00,1241.0 -65288,sell_mtf_cross_all_tf,sell,2025-06-30 07:36:00,1299.0 -65289,sell_mtf_cross_all_tf,sell,2025-06-30 07:39:00,1298.0 -65290,sell_mtf_cross_all_tf,sell,2025-06-30 07:42:00,1299.0 -65291,sell_mtf_cross_all_tf,sell,2025-06-30 07:45:00,1301.0 -65292,sell_mtf_cross_all_tf,sell,2025-06-30 07:48:00,1307.0 -65293,sell_mtf_cross_all_tf,sell,2025-06-30 07:51:00,1309.0 -65294,sell_mtf_cross_all_tf,sell,2025-06-30 07:54:00,1309.0 -65295,sell_mtf_cross_all_tf,sell,2025-06-30 07:57:00,1308.0 -65296,sell_mtf_cross_all_tf,sell,2025-06-30 08:00:00,1305.0 -65297,sell_mtf_cross_all_tf,sell,2025-06-30 08:03:00,1307.0 -65298,sell_mtf_cross_all_tf,sell,2025-07-02 12:00:00,1175.0 -65299,sell_mtf_cross_all_tf,sell,2025-07-02 12:06:00,1176.0 -65300,sell_mtf_cross_all_tf,sell,2025-07-02 12:30:00,1181.0 -65301,sell_mtf_cross_all_tf,sell,2025-07-02 12:33:00,1182.0 -65302,sell_mtf_cross_all_tf,sell,2025-07-02 13:48:00,1183.0 -65303,sell_mtf_cross_all_tf,sell,2025-07-02 14:06:00,1187.0 -65304,sell_mtf_cross_all_tf,sell,2025-07-02 14:09:00,1189.0 -65305,sell_mtf_cross_all_tf,sell,2025-07-02 14:12:00,1190.0 -65306,sell_mtf_cross_all_tf,sell,2025-07-02 14:15:00,1190.0 -65307,sell_mtf_cross_all_tf,sell,2025-07-02 14:18:00,1194.0 -65308,sell_mtf_cross_all_tf,sell,2025-07-02 14:21:00,1191.0 -65309,sell_mtf_cross_all_tf,sell,2025-07-02 14:24:00,1194.0 -65310,sell_mtf_cross_all_tf,sell,2025-07-02 14:27:00,1192.0 -65311,sell_mtf_cross_all_tf,sell,2025-07-02 14:30:00,1192.0 -65312,sell_mtf_cross_all_tf,sell,2025-07-02 14:33:00,1191.0 -65313,sell_mtf_cross_all_tf,sell,2025-07-02 14:42:00,1193.0 -65314,sell_mtf_cross_all_tf,sell,2025-07-02 15:51:00,1199.0 -65315,sell_mtf_cross_all_tf,sell,2025-07-02 15:54:00,1199.0 -65316,sell_mtf_cross_all_tf,sell,2025-07-02 20:18:00,1220.0 -65317,sell_mtf_cross_all_tf,sell,2025-07-02 22:12:00,1225.0 -65318,sell_mtf_cross_all_tf,sell,2025-07-02 22:21:00,1226.0 -65319,sell_mtf_cross_all_tf,sell,2025-07-02 22:24:00,1225.0 -65320,sell_mtf_cross_all_tf,sell,2025-07-02 22:30:00,1225.0 -65321,sell_mtf_cross_all_tf,sell,2025-07-02 22:51:00,1231.0 -65322,sell_mtf_cross_all_tf,sell,2025-07-02 23:42:00,1232.0 -65323,sell_mtf_cross_all_tf,sell,2025-07-03 00:00:00,1235.0 -65324,sell_mtf_cross_all_tf,sell,2025-07-03 00:03:00,1234.0 -65325,sell_mtf_cross_all_tf,sell,2025-07-03 00:06:00,1239.0 -65326,sell_mtf_cross_all_tf,sell,2025-07-03 00:09:00,1239.0 -65327,sell_mtf_cross_all_tf,sell,2025-07-03 00:15:00,1241.0 -65328,sell_mtf_cross_all_tf,sell,2025-07-03 00:18:00,1245.0 -65329,sell_mtf_cross_all_tf,sell,2025-07-03 00:36:00,1245.0 -65330,sell_mtf_cross_all_tf,sell,2025-07-03 00:39:00,1243.0 -65331,sell_mtf_cross_all_tf,sell,2025-07-03 00:45:00,1244.0 -65332,sell_mtf_cross_all_tf,sell,2025-07-03 00:48:00,1245.0 -65333,sell_mtf_cross_all_tf,sell,2025-07-03 00:57:00,1246.0 -65334,sell_mtf_cross_all_tf,sell,2025-07-03 01:00:00,1247.0 -65335,sell_mtf_cross_all_tf,sell,2025-07-03 01:03:00,1249.0 -65336,sell_mtf_cross_all_tf,sell,2025-07-03 01:30:00,1272.0 -65337,sell_mtf_cross_all_tf,sell,2025-07-03 01:33:00,1273.0 -65338,sell_mtf_cross_all_tf,sell,2025-07-03 01:36:00,1279.0 -65339,sell_mtf_cross_all_tf,sell,2025-07-03 01:39:00,1279.0 -65340,sell_mtf_cross_all_tf,sell,2025-07-03 01:42:00,1284.0 -65341,sell_mtf_cross_all_tf,sell,2025-07-03 01:45:00,1286.0 -65342,sell_mtf_cross_all_tf,sell,2025-07-03 01:48:00,1286.0 -65343,sell_mtf_cross_all_tf,sell,2025-07-03 01:51:00,1285.0 -65344,sell_mtf_cross_all_tf,sell,2025-07-03 01:54:00,1286.0 -65345,sell_mtf_cross_all_tf,sell,2025-07-03 02:00:00,1284.0 -65346,sell_mtf_cross_all_tf,sell,2025-07-03 02:03:00,1292.0 -65347,sell_mtf_cross_all_tf,sell,2025-07-03 02:06:00,1290.0 -65348,sell_mtf_cross_all_tf,sell,2025-07-03 03:12:00,1296.0 -65349,sell_mtf_cross_all_tf,sell,2025-07-03 03:27:00,1297.0 -65350,sell_mtf_cross_all_tf,sell,2025-07-03 03:30:00,1302.0 -65351,sell_mtf_cross_all_tf,sell,2025-07-03 03:33:00,1300.0 -65352,sell_mtf_cross_all_tf,sell,2025-07-03 03:36:00,1298.0 -65353,sell_mtf_cross_all_tf,sell,2025-07-03 04:00:00,1301.0 -65354,sell_mtf_cross_all_tf,sell,2025-07-03 05:36:00,1306.0 -65355,sell_mtf_cross_all_tf,sell,2025-07-03 05:39:00,1306.0 -65356,sell_mtf_cross_all_tf,sell,2025-07-03 05:42:00,1305.0 -65357,sell_mtf_cross_all_tf,sell,2025-07-03 10:45:00,1305.0 -65358,sell_mtf_cross_all_tf,sell,2025-07-03 10:48:00,1306.0 -65359,sell_mtf_cross_all_tf,sell,2025-07-03 10:51:00,1308.0 -65360,sell_mtf_cross_all_tf,sell,2025-07-03 10:54:00,1308.0 -65361,sell_mtf_cross_all_tf,sell,2025-07-03 11:00:00,1312.0 -65362,sell_mtf_cross_all_tf,sell,2025-07-03 11:03:00,1310.0 -65363,sell_mtf_cross_all_tf,sell,2025-07-03 11:06:00,1312.0 -65364,sell_mtf_cross_all_tf,sell,2025-07-03 14:30:00,1324.0 -65365,sell_mtf_cross_all_tf,sell,2025-07-03 14:33:00,1327.0 -65366,sell_mtf_cross_all_tf,sell,2025-07-03 14:42:00,1333.0 -65367,sell_mtf_cross_all_tf,sell,2025-07-03 14:45:00,1329.0 -65368,sell_mtf_cross_all_tf,sell,2025-07-03 14:48:00,1329.0 -65369,sell_mtf_cross_all_tf,sell,2025-07-03 14:51:00,1329.0 -65370,sell_mtf_cross_all_tf,sell,2025-07-03 14:54:00,1332.0 -65371,sell_mtf_cross_all_tf,sell,2025-07-03 14:57:00,1331.0 -65372,sell_mtf_cross_all_tf,sell,2025-07-03 15:45:00,1333.0 -65373,sell_mtf_cross_all_tf,sell,2025-07-10 03:21:00,1206.0 -65374,sell_mtf_cross_all_tf,sell,2025-07-10 03:24:00,1207.0 -65375,sell_mtf_cross_all_tf,sell,2025-07-10 03:30:00,1206.0 -65376,sell_mtf_cross_all_tf,sell,2025-07-10 03:33:00,1204.0 -65377,sell_mtf_cross_all_tf,sell,2025-07-10 03:36:00,1207.0 -65378,sell_mtf_cross_all_tf,sell,2025-07-10 03:39:00,1206.0 -65379,sell_mtf_cross_all_tf,sell,2025-07-10 05:00:00,1230.0 -65380,sell_mtf_cross_all_tf,sell,2025-07-10 05:06:00,1234.0 -65381,sell_mtf_cross_all_tf,sell,2025-07-10 06:21:00,1242.0 -65382,sell_mtf_cross_all_tf,sell,2025-07-10 06:27:00,1242.0 -65383,sell_mtf_cross_all_tf,sell,2025-07-10 06:30:00,1244.0 -65384,sell_mtf_cross_all_tf,sell,2025-07-10 06:33:00,1244.0 -65385,sell_mtf_cross_all_tf,sell,2025-07-10 06:42:00,1242.0 -65386,sell_mtf_cross_all_tf,sell,2025-07-10 06:45:00,1243.0 -65387,sell_mtf_cross_all_tf,sell,2025-07-10 06:48:00,1245.0 -65388,sell_mtf_cross_all_tf,sell,2025-07-10 12:54:00,1249.0 -65389,sell_mtf_cross_all_tf,sell,2025-07-10 13:30:00,1250.0 -65390,sell_mtf_cross_all_tf,sell,2025-07-10 13:33:00,1252.0 -65391,sell_mtf_cross_all_tf,sell,2025-07-10 13:36:00,1252.0 -65392,sell_mtf_cross_all_tf,sell,2025-07-10 13:39:00,1252.0 -65393,sell_mtf_cross_all_tf,sell,2025-07-10 13:42:00,1254.0 -65394,sell_mtf_cross_all_tf,sell,2025-07-10 13:45:00,1254.0 -65395,sell_mtf_cross_all_tf,sell,2025-07-10 13:48:00,1254.0 -65396,sell_mtf_cross_all_tf,sell,2025-07-10 13:51:00,1253.0 -65397,sell_mtf_cross_all_tf,sell,2025-07-10 13:54:00,1253.0 -65398,sell_mtf_cross_all_tf,sell,2025-07-10 13:57:00,1255.0 -65399,sell_mtf_cross_all_tf,sell,2025-07-10 14:00:00,1256.0 -65400,sell_mtf_cross_all_tf,sell,2025-07-10 14:03:00,1255.0 -65401,sell_mtf_cross_all_tf,sell,2025-07-10 14:06:00,1254.0 -65402,sell_mtf_cross_all_tf,sell,2025-07-10 14:09:00,1255.0 -65403,sell_mtf_cross_all_tf,sell,2025-07-10 16:21:00,1260.0 -65404,sell_mtf_cross_all_tf,sell,2025-07-10 16:30:00,1259.0 -65405,sell_mtf_cross_all_tf,sell,2025-07-10 17:54:00,1267.0 -65406,sell_mtf_cross_all_tf,sell,2025-07-10 18:06:00,1265.0 -65407,sell_mtf_cross_all_tf,sell,2025-07-10 18:09:00,1266.0 -65408,sell_mtf_cross_all_tf,sell,2025-07-10 18:21:00,1267.0 -65409,sell_mtf_cross_all_tf,sell,2025-07-10 18:33:00,1269.0 -65410,sell_mtf_cross_all_tf,sell,2025-07-10 18:39:00,1269.0 -65411,sell_mtf_cross_all_tf,sell,2025-07-10 19:45:00,1270.0 -65412,sell_mtf_cross_all_tf,sell,2025-07-10 19:48:00,1269.0 -65413,sell_mtf_cross_all_tf,sell,2025-07-10 19:51:00,1272.0 -65414,sell_mtf_cross_all_tf,sell,2025-07-10 19:54:00,1272.0 -65415,sell_mtf_cross_all_tf,sell,2025-07-10 19:57:00,1270.0 -65416,sell_mtf_cross_all_tf,sell,2025-07-10 20:51:00,1272.0 -65417,sell_mtf_cross_all_tf,sell,2025-07-10 22:42:00,1284.0 -65418,sell_mtf_cross_all_tf,sell,2025-07-11 01:57:00,1299.0 -65419,sell_mtf_cross_all_tf,sell,2025-07-11 02:00:00,1300.0 -65420,sell_mtf_cross_all_tf,sell,2025-07-11 02:06:00,1299.0 -65421,sell_mtf_cross_all_tf,sell,2025-07-11 02:09:00,1306.0 -65422,sell_mtf_cross_all_tf,sell,2025-07-11 02:12:00,1309.0 -65423,sell_mtf_cross_all_tf,sell,2025-07-11 02:15:00,1314.0 -65424,sell_mtf_cross_all_tf,sell,2025-07-11 02:18:00,1309.0 -65425,sell_mtf_cross_all_tf,sell,2025-07-11 02:21:00,1309.0 -65426,sell_mtf_cross_all_tf,sell,2025-07-11 02:24:00,1308.0 -65427,sell_mtf_cross_all_tf,sell,2025-07-11 02:27:00,1312.0 -65428,sell_mtf_cross_all_tf,sell,2025-07-11 02:30:00,1315.0 -65429,sell_mtf_cross_all_tf,sell,2025-07-11 02:33:00,1318.0 -65430,sell_mtf_cross_all_tf,sell,2025-07-11 02:36:00,1316.0 -65431,sell_mtf_cross_all_tf,sell,2025-07-11 02:39:00,1318.0 -65432,sell_mtf_cross_all_tf,sell,2025-07-11 02:45:00,1323.0 -65433,sell_mtf_cross_all_tf,sell,2025-07-11 02:48:00,1322.0 -65434,sell_mtf_cross_all_tf,sell,2025-07-11 02:51:00,1324.0 -65435,sell_mtf_cross_all_tf,sell,2025-07-11 02:54:00,1329.0 -65436,sell_mtf_cross_all_tf,sell,2025-07-11 02:57:00,1330.0 -65437,sell_mtf_cross_all_tf,sell,2025-07-11 03:00:00,1330.0 -65438,sell_mtf_cross_all_tf,sell,2025-07-11 03:03:00,1330.0 -65439,sell_mtf_cross_all_tf,sell,2025-07-11 03:06:00,1329.0 -65440,sell_mtf_cross_all_tf,sell,2025-07-11 03:09:00,1330.0 -65441,sell_mtf_cross_all_tf,sell,2025-07-11 03:12:00,1328.0 -65442,sell_mtf_cross_all_tf,sell,2025-07-11 03:15:00,1331.0 -65443,sell_mtf_cross_all_tf,sell,2025-07-11 03:18:00,1331.0 -65444,sell_mtf_cross_all_tf,sell,2025-07-11 03:21:00,1334.0 -65445,sell_mtf_cross_all_tf,sell,2025-07-11 03:24:00,1336.0 -65446,sell_mtf_cross_all_tf,sell,2025-07-11 04:12:00,1342.0 -65447,sell_mtf_cross_all_tf,sell,2025-07-11 04:15:00,1340.0 -65448,sell_mtf_cross_all_tf,sell,2025-07-11 04:18:00,1347.0 -65449,sell_mtf_cross_all_tf,sell,2025-07-11 06:00:00,1350.0 -65450,sell_mtf_cross_all_tf,sell,2025-07-11 06:57:00,1411.0 -65451,sell_mtf_cross_all_tf,sell,2025-07-11 07:00:00,1418.0 -65452,sell_mtf_cross_all_tf,sell,2025-07-11 07:03:00,1424.0 -65453,sell_mtf_cross_all_tf,sell,2025-07-11 07:12:00,1432.0 -65454,sell_mtf_cross_all_tf,sell,2025-07-11 07:15:00,1432.0 -65455,sell_mtf_cross_all_tf,sell,2025-07-11 07:18:00,1432.0 -65456,sell_mtf_cross_all_tf,sell,2025-07-11 07:21:00,1432.0 -65457,sell_mtf_cross_all_tf,sell,2025-07-11 08:06:00,1437.0 -65458,sell_mtf_cross_all_tf,sell,2025-07-11 08:09:00,1436.0 -65459,sell_mtf_cross_all_tf,sell,2025-07-11 11:33:00,1460.0 -65460,sell_mtf_cross_all_tf,sell,2025-07-11 11:57:00,1479.0 -65461,sell_mtf_cross_all_tf,sell,2025-07-11 12:00:00,1475.0 -65462,sell_mtf_cross_all_tf,sell,2025-07-11 12:03:00,1474.0 -65463,sell_mtf_cross_all_tf,sell,2025-07-11 12:54:00,1482.0 -65464,sell_mtf_cross_all_tf,sell,2025-07-11 12:57:00,1485.0 -65465,sell_mtf_cross_all_tf,sell,2025-07-11 13:00:00,1484.0 -65466,sell_mtf_cross_all_tf,sell,2025-07-11 13:03:00,1483.0 -65467,sell_mtf_cross_all_tf,sell,2025-07-11 13:06:00,1483.0 -65468,sell_mtf_cross_all_tf,sell,2025-07-11 13:09:00,1483.0 -65469,sell_mtf_cross_all_tf,sell,2025-07-11 13:42:00,1485.0 -65470,sell_mtf_cross_all_tf,sell,2025-07-11 14:21:00,1512.0 -65471,sell_mtf_cross_all_tf,sell,2025-07-11 14:24:00,1523.0 -65472,sell_mtf_cross_all_tf,sell,2025-07-11 14:30:00,1516.0 -65473,sell_mtf_cross_all_tf,sell,2025-07-11 14:33:00,1517.0 -65474,sell_mtf_cross_all_tf,sell,2025-07-11 14:36:00,1525.0 -65475,sell_mtf_cross_all_tf,sell,2025-07-11 14:39:00,1522.0 -65476,sell_mtf_cross_all_tf,sell,2025-07-11 14:42:00,1527.0 -65477,sell_mtf_cross_all_tf,sell,2025-07-11 14:45:00,1526.0 -65478,sell_mtf_cross_all_tf,sell,2025-07-11 14:48:00,1528.0 -65479,sell_mtf_cross_all_tf,sell,2025-07-11 14:51:00,1531.0 -65480,sell_mtf_cross_all_tf,sell,2025-07-11 14:57:00,1527.0 -65481,sell_mtf_cross_all_tf,sell,2025-07-11 23:42:00,1486.0 -65482,sell_mtf_cross_all_tf,sell,2025-07-13 09:00:00,1399.0 -65483,sell_mtf_cross_all_tf,sell,2025-07-13 09:06:00,1399.0 -65484,sell_mtf_cross_all_tf,sell,2025-07-13 09:09:00,1397.0 -65485,sell_mtf_cross_all_tf,sell,2025-07-13 09:21:00,1403.0 -65486,sell_mtf_cross_all_tf,sell,2025-07-13 09:24:00,1404.0 -65487,sell_mtf_cross_all_tf,sell,2025-07-13 09:30:00,1403.0 -65488,sell_mtf_cross_all_tf,sell,2025-07-13 09:48:00,1406.0 -65489,sell_mtf_cross_all_tf,sell,2025-07-13 09:54:00,1405.0 -65490,sell_mtf_cross_all_tf,sell,2025-07-13 10:00:00,1406.0 -65491,sell_mtf_cross_all_tf,sell,2025-07-13 10:09:00,1407.0 -65492,sell_mtf_cross_all_tf,sell,2025-07-13 14:06:00,1415.0 -65493,sell_mtf_cross_all_tf,sell,2025-07-13 14:09:00,1417.0 -65494,sell_mtf_cross_all_tf,sell,2025-07-13 14:15:00,1415.0 -65495,sell_mtf_cross_all_tf,sell,2025-07-13 14:36:00,1418.0 -65496,sell_mtf_cross_all_tf,sell,2025-07-13 14:42:00,1417.0 -65497,sell_mtf_cross_all_tf,sell,2025-07-13 16:45:00,1421.0 -65498,sell_mtf_cross_all_tf,sell,2025-07-13 16:48:00,1420.0 -65499,sell_mtf_cross_all_tf,sell,2025-07-13 20:27:00,1418.0 -65500,sell_mtf_cross_all_tf,sell,2025-07-13 20:30:00,1419.0 -65501,sell_mtf_cross_all_tf,sell,2025-07-13 20:33:00,1419.0 -65502,sell_mtf_cross_all_tf,sell,2025-07-13 20:36:00,1418.0 -65503,sell_mtf_cross_all_tf,sell,2025-07-13 20:39:00,1418.0 -65504,sell_mtf_cross_all_tf,sell,2025-07-13 20:42:00,1420.0 -65505,sell_mtf_cross_all_tf,sell,2025-07-13 20:45:00,1419.0 -65506,sell_mtf_cross_all_tf,sell,2025-07-13 21:03:00,1422.0 -65507,sell_mtf_cross_all_tf,sell,2025-07-13 21:30:00,1425.0 -65508,sell_mtf_cross_all_tf,sell,2025-07-13 21:33:00,1424.0 -65509,sell_mtf_cross_all_tf,sell,2025-07-13 21:39:00,1424.0 -65510,sell_mtf_cross_all_tf,sell,2025-07-13 21:45:00,1426.0 -65511,sell_mtf_cross_all_tf,sell,2025-07-13 21:48:00,1428.0 -65512,sell_mtf_cross_all_tf,sell,2025-07-13 22:00:00,1430.0 -65513,sell_mtf_cross_all_tf,sell,2025-07-13 22:03:00,1432.0 -65514,sell_mtf_cross_all_tf,sell,2025-07-13 22:21:00,1431.0 -65515,sell_mtf_cross_all_tf,sell,2025-07-13 22:24:00,1432.0 -65516,sell_mtf_cross_all_tf,sell,2025-07-13 22:45:00,1434.0 -65517,sell_mtf_cross_all_tf,sell,2025-07-13 22:48:00,1436.0 -65518,sell_mtf_cross_all_tf,sell,2025-07-13 22:51:00,1435.0 -65519,sell_mtf_cross_all_tf,sell,2025-07-13 23:36:00,1441.0 -65520,sell_mtf_cross_all_tf,sell,2025-07-13 23:39:00,1440.0 -65521,sell_mtf_cross_all_tf,sell,2025-07-14 00:21:00,1444.0 -65522,sell_mtf_cross_all_tf,sell,2025-07-14 01:15:00,1443.0 -65523,sell_mtf_cross_all_tf,sell,2025-07-14 01:18:00,1445.0 -65524,sell_mtf_cross_all_tf,sell,2025-07-14 01:21:00,1445.0 -65525,sell_mtf_cross_all_tf,sell,2025-07-14 01:24:00,1444.0 -65526,sell_mtf_cross_all_tf,sell,2025-07-14 01:27:00,1442.0 -65527,sell_mtf_cross_all_tf,sell,2025-07-14 01:42:00,1443.0 -65528,sell_mtf_cross_all_tf,sell,2025-07-14 03:36:00,1447.0 -65529,sell_mtf_cross_all_tf,sell,2025-07-14 03:39:00,1447.0 -65530,sell_mtf_cross_all_tf,sell,2025-07-14 10:51:00,1438.0 -65531,sell_mtf_cross_all_tf,sell,2025-07-14 11:15:00,1450.0 -65532,sell_mtf_cross_all_tf,sell,2025-07-14 11:18:00,1451.0 -65533,sell_mtf_cross_all_tf,sell,2025-07-14 11:21:00,1448.0 -65534,sell_mtf_cross_all_tf,sell,2025-07-14 11:24:00,1456.0 -65535,sell_mtf_cross_all_tf,sell,2025-07-14 11:36:00,1461.0 -65536,sell_mtf_cross_all_tf,sell,2025-07-14 11:39:00,1466.0 -65537,sell_mtf_cross_all_tf,sell,2025-07-14 11:42:00,1470.0 -65538,sell_mtf_cross_all_tf,sell,2025-07-14 11:45:00,1469.0 -65539,sell_mtf_cross_all_tf,sell,2025-07-14 11:48:00,1471.0 -65540,sell_mtf_cross_all_tf,sell,2025-07-14 12:30:00,1467.0 -65541,sell_mtf_cross_all_tf,sell,2025-07-14 12:42:00,1472.0 -65542,sell_mtf_cross_all_tf,sell,2025-07-14 12:51:00,1471.0 -65543,sell_mtf_cross_all_tf,sell,2025-07-14 12:54:00,1473.0 -65544,sell_mtf_cross_all_tf,sell,2025-07-14 12:57:00,1473.0 -65545,sell_mtf_cross_all_tf,sell,2025-07-14 13:00:00,1474.0 -65546,sell_mtf_cross_all_tf,sell,2025-07-14 13:03:00,1473.0 -65547,sell_mtf_cross_all_tf,sell,2025-07-14 13:15:00,1478.0 -65548,sell_mtf_cross_all_tf,sell,2025-07-14 13:36:00,1491.0 -65549,sell_mtf_cross_all_tf,sell,2025-07-14 13:39:00,1494.0 -65550,sell_mtf_cross_all_tf,sell,2025-07-14 13:42:00,1494.0 -65551,sell_mtf_cross_all_tf,sell,2025-07-14 14:06:00,1507.0 -65552,sell_mtf_cross_all_tf,sell,2025-07-14 14:09:00,1510.0 -65553,sell_mtf_cross_all_tf,sell,2025-07-14 14:18:00,1516.0 -65554,sell_mtf_cross_all_tf,sell,2025-07-14 14:21:00,1519.0 -65555,sell_mtf_cross_all_tf,sell,2025-07-16 01:15:00,1425.0 -65556,sell_mtf_cross_all_tf,sell,2025-07-16 01:18:00,1427.0 -65557,sell_mtf_cross_all_tf,sell,2025-07-16 01:21:00,1429.0 -65558,sell_mtf_cross_all_tf,sell,2025-07-16 01:24:00,1429.0 -65559,sell_mtf_cross_all_tf,sell,2025-07-16 01:27:00,1424.0 -65560,sell_mtf_cross_all_tf,sell,2025-07-16 01:45:00,1432.0 -65561,sell_mtf_cross_all_tf,sell,2025-07-16 03:00:00,1464.0 -65562,sell_mtf_cross_all_tf,sell,2025-07-16 03:03:00,1463.0 -65563,sell_mtf_cross_all_tf,sell,2025-07-16 03:06:00,1465.0 -65564,sell_mtf_cross_all_tf,sell,2025-07-16 03:09:00,1462.0 -65565,sell_mtf_cross_all_tf,sell,2025-07-16 03:12:00,1463.0 -65566,sell_mtf_cross_all_tf,sell,2025-07-16 03:15:00,1464.0 -65567,sell_mtf_cross_all_tf,sell,2025-07-16 03:18:00,1465.0 -65568,sell_mtf_cross_all_tf,sell,2025-07-16 03:21:00,1466.0 -65569,sell_mtf_cross_all_tf,sell,2025-07-16 03:24:00,1467.0 -65570,sell_mtf_cross_all_tf,sell,2025-07-16 08:21:00,1470.0 -65571,sell_mtf_cross_all_tf,sell,2025-07-16 08:30:00,1472.0 -65572,sell_mtf_cross_all_tf,sell,2025-07-16 08:33:00,1473.0 -65573,sell_mtf_cross_all_tf,sell,2025-07-16 08:36:00,1474.0 -65574,sell_mtf_cross_all_tf,sell,2025-07-16 08:39:00,1477.0 -65575,sell_mtf_cross_all_tf,sell,2025-07-16 08:42:00,1481.0 -65576,sell_mtf_cross_all_tf,sell,2025-07-16 08:45:00,1482.0 -65577,sell_mtf_cross_all_tf,sell,2025-07-16 08:48:00,1480.0 -65578,sell_mtf_cross_all_tf,sell,2025-07-16 08:51:00,1481.0 -65579,sell_mtf_cross_all_tf,sell,2025-07-16 09:45:00,1485.0 -65580,sell_mtf_cross_all_tf,sell,2025-07-16 09:51:00,1485.0 -65581,sell_mtf_cross_all_tf,sell,2025-07-16 16:00:00,1465.0 -65582,sell_mtf_cross_all_tf,sell,2025-07-16 16:03:00,1466.0 -65583,sell_mtf_cross_all_tf,sell,2025-07-16 16:33:00,1468.0 -65584,sell_mtf_cross_all_tf,sell,2025-07-16 16:39:00,1471.0 -65585,sell_mtf_cross_all_tf,sell,2025-07-16 16:45:00,1474.0 -65586,sell_mtf_cross_all_tf,sell,2025-07-16 16:48:00,1475.0 -65587,sell_mtf_cross_all_tf,sell,2025-07-16 16:57:00,1475.0 -65588,sell_mtf_cross_all_tf,sell,2025-07-16 17:00:00,1474.0 -65589,sell_mtf_cross_all_tf,sell,2025-07-16 21:15:00,1483.0 -65590,sell_mtf_cross_all_tf,sell,2025-07-16 21:18:00,1484.0 -65591,sell_mtf_cross_all_tf,sell,2025-07-16 21:21:00,1482.0 -65592,sell_mtf_cross_all_tf,sell,2025-07-16 21:24:00,1483.0 -65593,sell_mtf_cross_all_tf,sell,2025-07-16 21:30:00,1486.0 -65594,sell_mtf_cross_all_tf,sell,2025-07-16 21:33:00,1486.0 -65595,sell_mtf_cross_all_tf,sell,2025-07-16 21:36:00,1492.0 -65596,sell_mtf_cross_all_tf,sell,2025-07-16 21:39:00,1492.0 -65597,sell_mtf_cross_all_tf,sell,2025-07-16 21:42:00,1491.0 -65598,sell_mtf_cross_all_tf,sell,2025-07-16 21:45:00,1492.0 -65599,sell_mtf_cross_all_tf,sell,2025-07-16 21:48:00,1491.0 -65600,sell_mtf_cross_all_tf,sell,2025-07-16 23:57:00,1492.0 -65601,sell_mtf_cross_all_tf,sell,2025-07-17 00:00:00,1490.0 -65602,sell_mtf_cross_all_tf,sell,2025-07-17 00:03:00,1494.0 -65603,sell_mtf_cross_all_tf,sell,2025-07-17 00:06:00,1493.0 -65604,sell_mtf_cross_all_tf,sell,2025-07-17 00:09:00,1496.0 -65605,sell_mtf_cross_all_tf,sell,2025-07-17 01:06:00,1503.0 -65606,sell_mtf_cross_all_tf,sell,2025-07-17 01:09:00,1501.0 -65607,sell_mtf_cross_all_tf,sell,2025-07-17 01:12:00,1505.0 -65608,sell_mtf_cross_all_tf,sell,2025-07-17 01:15:00,1508.0 -65609,sell_mtf_cross_all_tf,sell,2025-07-17 01:18:00,1512.0 -65610,sell_mtf_cross_all_tf,sell,2025-07-17 01:36:00,1524.0 -65611,sell_mtf_cross_all_tf,sell,2025-07-17 01:39:00,1523.0 -65612,sell_mtf_cross_all_tf,sell,2025-07-17 01:42:00,1528.0 -65613,sell_mtf_cross_all_tf,sell,2025-07-17 01:45:00,1532.0 -65614,sell_mtf_cross_all_tf,sell,2025-07-17 01:48:00,1526.0 -65615,sell_mtf_cross_all_tf,sell,2025-07-17 01:51:00,1526.0 -65616,sell_mtf_cross_all_tf,sell,2025-07-17 01:54:00,1529.0 -65617,sell_mtf_cross_all_tf,sell,2025-07-17 01:57:00,1532.0 -65618,sell_mtf_cross_all_tf,sell,2025-07-17 02:00:00,1532.0 -65619,sell_mtf_cross_all_tf,sell,2025-07-17 02:03:00,1534.0 -65620,sell_mtf_cross_all_tf,sell,2025-07-17 02:12:00,1531.0 -65621,sell_mtf_cross_all_tf,sell,2025-07-17 05:36:00,1545.0 -65622,sell_mtf_cross_all_tf,sell,2025-07-17 05:39:00,1546.0 -65623,sell_mtf_cross_all_tf,sell,2025-07-17 05:42:00,1540.0 -65624,sell_mtf_cross_all_tf,sell,2025-07-17 05:45:00,1545.0 -65625,sell_mtf_cross_all_tf,sell,2025-07-17 06:33:00,1556.0 -65626,sell_mtf_cross_all_tf,sell,2025-07-17 15:36:00,1517.0 -65627,sell_mtf_cross_all_tf,sell,2025-07-17 15:39:00,1518.0 -65628,sell_mtf_cross_all_tf,sell,2025-07-17 16:00:00,1525.0 -65629,sell_mtf_cross_all_tf,sell,2025-07-17 16:45:00,1528.0 -65630,sell_mtf_cross_all_tf,sell,2025-07-17 16:48:00,1529.0 -65631,sell_mtf_cross_all_tf,sell,2025-07-17 16:51:00,1529.0 -65632,sell_mtf_cross_all_tf,sell,2025-07-17 16:54:00,1529.0 -65633,sell_mtf_cross_all_tf,sell,2025-07-17 16:57:00,1528.0 -65634,sell_mtf_cross_all_tf,sell,2025-07-17 17:12:00,1535.0 -65635,sell_mtf_cross_all_tf,sell,2025-07-17 17:15:00,1531.0 -65636,sell_mtf_cross_all_tf,sell,2025-07-17 17:18:00,1531.0 -65637,sell_mtf_cross_all_tf,sell,2025-07-17 18:36:00,1536.0 -65638,sell_mtf_cross_all_tf,sell,2025-07-17 18:39:00,1538.0 -65639,sell_mtf_cross_all_tf,sell,2025-07-17 18:42:00,1539.0 -65640,sell_mtf_cross_all_tf,sell,2025-07-17 18:45:00,1539.0 -65641,sell_mtf_cross_all_tf,sell,2025-07-17 18:48:00,1537.0 -65642,sell_mtf_cross_all_tf,sell,2025-07-17 18:51:00,1540.0 -65643,sell_mtf_cross_all_tf,sell,2025-07-17 18:54:00,1542.0 -65644,sell_mtf_cross_all_tf,sell,2025-07-17 18:57:00,1541.0 -65645,sell_mtf_cross_all_tf,sell,2025-07-18 08:09:00,1526.0 -65646,sell_mtf_cross_all_tf,sell,2025-07-18 08:12:00,1526.0 -65647,sell_mtf_cross_all_tf,sell,2025-07-18 08:15:00,1526.0 -65648,sell_mtf_cross_all_tf,sell,2025-07-18 08:27:00,1530.0 -65649,sell_mtf_cross_all_tf,sell,2025-07-18 10:27:00,1556.0 -65650,sell_mtf_cross_all_tf,sell,2025-07-18 10:30:00,1560.0 -65651,sell_mtf_cross_all_tf,sell,2025-07-18 10:33:00,1563.0 -65652,sell_mtf_cross_all_tf,sell,2025-07-18 10:42:00,1570.0 -65653,sell_mtf_cross_all_tf,sell,2025-07-18 10:45:00,1569.0 -65654,sell_mtf_cross_all_tf,sell,2025-07-18 10:48:00,1570.0 -65655,sell_mtf_cross_all_tf,sell,2025-07-18 10:51:00,1572.0 -65656,sell_mtf_cross_all_tf,sell,2025-07-18 10:54:00,1579.0 -65657,sell_mtf_cross_all_tf,sell,2025-07-18 10:57:00,1572.0 -65658,sell_mtf_cross_all_tf,sell,2025-07-18 11:00:00,1572.0 -65659,sell_mtf_cross_all_tf,sell,2025-07-18 13:54:00,1587.0 -65660,sell_mtf_cross_all_tf,sell,2025-07-18 13:57:00,1588.0 -65661,sell_mtf_cross_all_tf,sell,2025-07-18 14:30:00,1637.0 -65662,sell_mtf_cross_all_tf,sell,2025-07-18 14:33:00,1640.0 -65663,sell_mtf_cross_all_tf,sell,2025-07-18 14:36:00,1633.0 -65664,sell_mtf_cross_all_tf,sell,2025-07-18 14:39:00,1642.0 -65665,sell_mtf_cross_all_tf,sell,2025-07-18 14:42:00,1636.0 -65666,sell_mtf_cross_all_tf,sell,2025-07-18 14:45:00,1635.0 -65667,sell_mtf_cross_all_tf,sell,2025-07-18 22:00:00,1623.0 -65668,sell_mtf_cross_all_tf,sell,2025-07-18 22:03:00,1616.0 -65669,sell_mtf_cross_all_tf,sell,2025-07-18 22:36:00,1622.0 -65670,sell_mtf_cross_all_tf,sell,2025-07-19 12:21:00,1582.0 -65671,sell_mtf_cross_all_tf,sell,2025-07-19 12:24:00,1579.0 -65672,sell_mtf_cross_all_tf,sell,2025-07-19 12:27:00,1577.0 -65673,sell_mtf_cross_all_tf,sell,2025-07-19 12:30:00,1576.0 -65674,sell_mtf_cross_all_tf,sell,2025-07-19 12:36:00,1576.0 -65675,sell_mtf_cross_all_tf,sell,2025-07-19 12:39:00,1584.0 -65676,sell_mtf_cross_all_tf,sell,2025-07-19 12:42:00,1585.0 -65677,sell_mtf_cross_all_tf,sell,2025-07-19 12:45:00,1581.0 -65678,sell_mtf_cross_all_tf,sell,2025-07-19 12:48:00,1583.0 -65679,sell_mtf_cross_all_tf,sell,2025-07-19 13:12:00,1603.0 -65680,sell_mtf_cross_all_tf,sell,2025-07-19 13:15:00,1607.0 -65681,sell_mtf_cross_all_tf,sell,2025-07-19 13:18:00,1603.0 -65682,sell_mtf_cross_all_tf,sell,2025-07-20 04:57:00,1579.0 -65683,sell_mtf_cross_all_tf,sell,2025-07-20 05:00:00,1579.0 -65684,sell_mtf_cross_all_tf,sell,2025-07-20 05:06:00,1574.0 -65685,sell_mtf_cross_all_tf,sell,2025-07-20 05:09:00,1577.0 -65686,sell_mtf_cross_all_tf,sell,2025-07-20 05:12:00,1580.0 -65687,sell_mtf_cross_all_tf,sell,2025-07-20 05:42:00,1582.0 -65688,sell_mtf_cross_all_tf,sell,2025-07-20 05:57:00,1587.0 -65689,sell_mtf_cross_all_tf,sell,2025-07-20 07:18:00,1590.0 -65690,sell_mtf_cross_all_tf,sell,2025-07-20 07:21:00,1591.0 -65691,sell_mtf_cross_all_tf,sell,2025-07-20 07:24:00,1585.0 -65692,sell_mtf_cross_all_tf,sell,2025-07-20 10:15:00,1583.0 -65693,sell_mtf_cross_all_tf,sell,2025-07-20 10:18:00,1584.0 -65694,sell_mtf_cross_all_tf,sell,2025-07-20 10:21:00,1584.0 -65695,sell_mtf_cross_all_tf,sell,2025-07-20 10:24:00,1590.0 -65696,sell_mtf_cross_all_tf,sell,2025-07-20 12:45:00,1594.0 -65697,sell_mtf_cross_all_tf,sell,2025-07-20 13:30:00,1600.0 -65698,sell_mtf_cross_all_tf,sell,2025-07-20 13:33:00,1603.0 -65699,sell_mtf_cross_all_tf,sell,2025-07-20 13:36:00,1597.0 -65700,sell_mtf_cross_all_tf,sell,2025-07-20 15:06:00,1618.0 -65701,sell_mtf_cross_all_tf,sell,2025-07-20 15:09:00,1618.0 -65702,sell_mtf_cross_all_tf,sell,2025-07-20 15:12:00,1619.0 -65703,sell_mtf_cross_all_tf,sell,2025-07-20 15:15:00,1619.0 -65704,sell_mtf_cross_all_tf,sell,2025-07-20 15:18:00,1620.0 -65705,sell_mtf_cross_all_tf,sell,2025-07-20 15:21:00,1620.0 -65706,sell_mtf_cross_all_tf,sell,2025-07-20 15:24:00,1618.0 -65707,sell_mtf_cross_all_tf,sell,2025-07-20 15:27:00,1623.0 -65708,sell_mtf_cross_all_tf,sell,2025-07-20 15:30:00,1630.0 -65709,sell_mtf_cross_all_tf,sell,2025-07-20 15:33:00,1630.0 -65710,sell_mtf_cross_all_tf,sell,2025-07-20 15:36:00,1626.0 -65711,sell_mtf_cross_all_tf,sell,2025-07-20 15:39:00,1625.0 -65712,sell_mtf_cross_all_tf,sell,2025-07-20 15:42:00,1632.0 -65713,sell_mtf_cross_all_tf,sell,2025-07-20 15:45:00,1633.0 -65714,sell_mtf_cross_all_tf,sell,2025-07-20 15:48:00,1630.0 -65715,sell_mtf_cross_all_tf,sell,2025-07-20 16:21:00,1632.0 -65716,sell_mtf_cross_all_tf,sell,2025-07-20 16:27:00,1634.0 -65717,sell_mtf_cross_all_tf,sell,2025-07-20 19:30:00,1637.0 -65718,sell_mtf_cross_all_tf,sell,2025-07-20 19:33:00,1636.0 -65719,sell_mtf_cross_all_tf,sell,2025-07-20 20:57:00,1678.0 -65720,sell_mtf_cross_all_tf,sell,2025-07-20 21:00:00,1677.0 -65721,sell_mtf_cross_all_tf,sell,2025-07-21 01:06:00,1726.0 -65722,sell_mtf_cross_all_tf,sell,2025-07-21 01:09:00,1726.0 -65723,sell_mtf_cross_all_tf,sell,2025-07-21 01:12:00,1728.0 -65724,sell_mtf_cross_all_tf,sell,2025-07-21 01:15:00,1731.0 -65725,sell_mtf_cross_all_tf,sell,2025-07-21 12:15:00,1679.0 -65726,sell_mtf_cross_all_tf,sell,2025-07-21 12:18:00,1683.0 -65727,sell_mtf_cross_all_tf,sell,2025-07-21 12:27:00,1683.0 -65728,sell_mtf_cross_all_tf,sell,2025-07-21 12:30:00,1685.0 -65729,sell_mtf_cross_all_tf,sell,2025-07-21 12:33:00,1685.0 -65730,sell_mtf_cross_all_tf,sell,2025-07-21 12:36:00,1686.0 -65731,sell_mtf_cross_all_tf,sell,2025-07-21 13:00:00,1686.0 -65732,sell_mtf_cross_all_tf,sell,2025-07-21 13:03:00,1685.0 -65733,sell_mtf_cross_all_tf,sell,2025-07-21 15:18:00,1692.0 -65734,sell_mtf_cross_all_tf,sell,2025-07-21 15:21:00,1694.0 -65735,sell_mtf_cross_all_tf,sell,2025-07-21 15:24:00,1697.0 -65736,sell_mtf_cross_all_tf,sell,2025-07-21 15:27:00,1697.0 -65737,sell_mtf_cross_all_tf,sell,2025-07-21 15:30:00,1696.0 -65738,sell_mtf_cross_all_tf,sell,2025-07-21 15:33:00,1694.0 -65739,sell_mtf_cross_all_tf,sell,2025-07-21 15:36:00,1698.0 -65740,sell_mtf_cross_all_tf,sell,2025-07-21 16:15:00,1700.0 -65741,sell_mtf_cross_all_tf,sell,2025-07-21 16:18:00,1698.0 -65742,sell_mtf_cross_all_tf,sell,2025-07-21 16:30:00,1700.0 -65743,sell_mtf_cross_all_tf,sell,2025-07-21 20:00:00,1698.0 -65744,sell_mtf_cross_all_tf,sell,2025-07-21 20:03:00,1699.0 -65745,sell_mtf_cross_all_tf,sell,2025-07-21 20:06:00,1695.0 -65746,sell_mtf_cross_all_tf,sell,2025-07-21 20:09:00,1698.0 -65747,sell_mtf_cross_all_tf,sell,2025-07-21 20:12:00,1701.0 -65748,sell_mtf_cross_all_tf,sell,2025-07-21 20:15:00,1702.0 -65749,sell_mtf_cross_all_tf,sell,2025-07-21 20:18:00,1701.0 -65750,sell_mtf_cross_all_tf,sell,2025-07-21 20:21:00,1704.0 -65751,sell_mtf_cross_all_tf,sell,2025-07-21 20:24:00,1706.0 -65752,sell_mtf_cross_all_tf,sell,2025-07-21 20:30:00,1708.0 -65753,sell_mtf_cross_all_tf,sell,2025-07-21 20:33:00,1706.0 -65754,sell_mtf_cross_all_tf,sell,2025-07-21 22:45:00,1704.0 -65755,sell_mtf_cross_all_tf,sell,2025-07-21 22:48:00,1706.0 -65756,sell_mtf_cross_all_tf,sell,2025-07-21 23:27:00,1723.0 -65757,sell_mtf_cross_all_tf,sell,2025-07-21 23:30:00,1731.0 -65758,sell_mtf_cross_all_tf,sell,2025-07-21 23:33:00,1738.0 -65759,sell_mtf_cross_all_tf,sell,2025-07-21 23:42:00,1736.0 -65760,sell_mtf_cross_all_tf,sell,2025-07-21 23:45:00,1736.0 -65761,sell_mtf_cross_all_tf,sell,2025-07-22 20:00:00,1650.0 -65762,sell_mtf_cross_all_tf,sell,2025-07-22 20:06:00,1648.0 -65763,sell_mtf_cross_all_tf,sell,2025-07-22 20:09:00,1649.0 -65764,sell_mtf_cross_all_tf,sell,2025-07-22 21:27:00,1683.0 -65765,sell_mtf_cross_all_tf,sell,2025-07-22 21:30:00,1689.0 -65766,sell_mtf_cross_all_tf,sell,2025-07-22 21:33:00,1686.0 -65767,sell_mtf_cross_all_tf,sell,2025-07-22 21:36:00,1686.0 -65768,sell_mtf_cross_all_tf,sell,2025-07-22 21:39:00,1692.0 -65769,sell_mtf_cross_all_tf,sell,2025-07-22 21:57:00,1703.0 -65770,sell_mtf_cross_all_tf,sell,2025-07-22 22:00:00,1700.0 -65771,sell_mtf_cross_all_tf,sell,2025-07-23 04:21:00,1680.0 -65772,sell_mtf_cross_all_tf,sell,2025-07-23 04:24:00,1684.0 -65773,sell_mtf_cross_all_tf,sell,2025-07-23 04:42:00,1696.0 -65774,sell_mtf_cross_all_tf,sell,2025-07-23 04:45:00,1697.0 -65775,sell_mtf_cross_all_tf,sell,2025-07-23 04:48:00,1692.0 -65776,sell_mtf_cross_all_tf,sell,2025-07-23 05:00:00,1699.0 -65777,sell_mtf_cross_all_tf,sell,2025-07-23 05:30:00,1731.0 -65778,sell_mtf_cross_all_tf,sell,2025-07-23 05:33:00,1737.0 -65779,sell_mtf_cross_all_tf,sell,2025-07-23 05:36:00,1732.0 -65780,sell_mtf_cross_all_tf,sell,2025-07-23 05:39:00,1736.0 -65781,sell_mtf_cross_all_tf,sell,2025-07-23 05:42:00,1732.0 -65782,sell_mtf_cross_all_tf,sell,2025-07-23 05:45:00,1739.0 -65783,sell_mtf_cross_all_tf,sell,2025-07-23 05:48:00,1739.0 -65784,sell_mtf_cross_all_tf,sell,2025-07-23 05:51:00,1740.0 -65785,sell_mtf_cross_all_tf,sell,2025-07-23 05:54:00,1739.0 -65786,sell_mtf_cross_all_tf,sell,2025-07-23 06:36:00,1768.0 -65787,sell_mtf_cross_all_tf,sell,2025-07-23 07:00:00,1816.0 -65788,sell_mtf_cross_all_tf,sell,2025-07-23 07:03:00,1812.0 -65789,sell_mtf_cross_all_tf,sell,2025-07-23 07:06:00,1818.0 -65790,sell_mtf_cross_all_tf,sell,2025-07-23 07:09:00,1815.0 -65791,sell_mtf_cross_all_tf,sell,2025-07-23 07:12:00,1821.0 -65792,sell_mtf_cross_all_tf,sell,2025-07-23 07:21:00,1828.0 -65793,sell_mtf_cross_all_tf,sell,2025-07-23 07:24:00,1830.0 -65794,sell_mtf_cross_all_tf,sell,2025-07-23 07:27:00,1826.0 -65795,sell_mtf_cross_all_tf,sell,2025-07-23 07:45:00,1844.0 -65796,sell_mtf_cross_all_tf,sell,2025-07-23 07:48:00,1838.0 -65797,sell_mtf_cross_all_tf,sell,2025-07-23 08:21:00,1871.0 -65798,sell_mtf_cross_all_tf,sell,2025-07-23 08:24:00,1871.0 -65799,sell_mtf_cross_all_tf,sell,2025-07-23 08:30:00,1873.0 -65800,sell_mtf_cross_all_tf,sell,2025-07-23 08:33:00,1882.0 -65801,sell_mtf_cross_all_tf,sell,2025-07-23 08:36:00,1888.0 -65802,sell_mtf_cross_all_tf,sell,2025-07-23 08:39:00,1878.0 -65803,sell_mtf_cross_all_tf,sell,2025-07-23 08:57:00,1896.0 -65804,sell_mtf_cross_all_tf,sell,2025-07-23 09:00:00,1892.0 -65805,sell_mtf_cross_all_tf,sell,2025-07-27 01:00:00,1597.0 -65806,sell_mtf_cross_all_tf,sell,2025-07-27 01:30:00,1602.0 -65807,sell_mtf_cross_all_tf,sell,2025-07-27 01:33:00,1601.0 -65808,sell_mtf_cross_all_tf,sell,2025-07-27 04:12:00,1603.0 -65809,sell_mtf_cross_all_tf,sell,2025-07-27 04:15:00,1603.0 -65810,sell_mtf_cross_all_tf,sell,2025-07-27 04:18:00,1605.0 -65811,sell_mtf_cross_all_tf,sell,2025-07-27 05:00:00,1606.0 -65812,sell_mtf_cross_all_tf,sell,2025-07-27 13:36:00,1600.0 -65813,sell_mtf_cross_all_tf,sell,2025-07-27 13:39:00,1601.0 -65814,sell_mtf_cross_all_tf,sell,2025-07-27 13:45:00,1600.0 -65815,sell_mtf_cross_all_tf,sell,2025-07-27 13:48:00,1602.0 -65816,sell_mtf_cross_all_tf,sell,2025-07-27 13:51:00,1602.0 -65817,sell_mtf_cross_all_tf,sell,2025-07-27 13:54:00,1605.0 -65818,sell_mtf_cross_all_tf,sell,2025-07-27 13:57:00,1605.0 -65819,sell_mtf_cross_all_tf,sell,2025-07-27 14:06:00,1606.0 -65820,sell_mtf_cross_all_tf,sell,2025-07-27 14:09:00,1604.0 -65821,sell_mtf_cross_all_tf,sell,2025-07-27 14:33:00,1611.0 -65822,sell_mtf_cross_all_tf,sell,2025-07-27 14:39:00,1609.0 -65823,sell_mtf_cross_all_tf,sell,2025-07-27 14:42:00,1610.0 -65824,sell_mtf_cross_all_tf,sell,2025-07-27 19:45:00,1605.0 -65825,sell_mtf_cross_all_tf,sell,2025-07-27 19:48:00,1603.0 -65826,sell_mtf_cross_all_tf,sell,2025-07-27 19:57:00,1607.0 -65827,sell_mtf_cross_all_tf,sell,2025-07-27 20:00:00,1607.0 -65828,sell_mtf_cross_all_tf,sell,2025-07-27 20:03:00,1609.0 -65829,sell_mtf_cross_all_tf,sell,2025-07-27 20:06:00,1607.0 -65830,sell_mtf_cross_all_tf,sell,2025-07-27 20:09:00,1608.0 -65831,sell_mtf_cross_all_tf,sell,2025-07-27 22:00:00,1610.0 -65832,sell_mtf_cross_all_tf,sell,2025-07-27 22:03:00,1612.0 -65833,sell_mtf_cross_all_tf,sell,2025-07-27 22:12:00,1610.0 -65834,sell_mtf_cross_all_tf,sell,2025-07-27 23:21:00,1616.0 -65835,sell_mtf_cross_all_tf,sell,2025-07-27 23:24:00,1613.0 -65836,sell_mtf_cross_all_tf,sell,2025-07-27 23:30:00,1614.0 -65837,sell_mtf_cross_all_tf,sell,2025-07-27 23:33:00,1613.0 -65838,sell_mtf_cross_all_tf,sell,2025-07-28 01:30:00,1640.0 -65839,sell_mtf_cross_all_tf,sell,2025-07-28 01:33:00,1638.0 -65840,sell_mtf_cross_all_tf,sell,2025-07-28 01:36:00,1638.0 -65841,sell_mtf_cross_all_tf,sell,2025-07-28 01:39:00,1644.0 -65842,sell_mtf_cross_all_tf,sell,2025-07-28 01:42:00,1642.0 -65843,sell_mtf_cross_all_tf,sell,2025-07-28 02:30:00,1644.0 -65844,sell_mtf_cross_all_tf,sell,2025-07-28 02:39:00,1640.0 -65845,sell_mtf_cross_all_tf,sell,2025-07-28 02:45:00,1646.0 -65846,sell_mtf_cross_all_tf,sell,2025-07-28 02:51:00,1647.0 -65847,sell_mtf_cross_all_tf,sell,2025-07-28 03:06:00,1647.0 -65848,sell_mtf_cross_all_tf,sell,2025-07-28 07:27:00,1657.0 -65849,sell_mtf_cross_all_tf,sell,2025-07-28 07:30:00,1657.0 -65850,sell_mtf_cross_all_tf,sell,2025-07-28 07:33:00,1657.0 -65851,sell_mtf_cross_all_tf,sell,2025-07-28 07:42:00,1661.0 -65852,sell_mtf_cross_all_tf,sell,2025-07-28 07:45:00,1662.0 -65853,sell_mtf_cross_all_tf,sell,2025-07-28 07:48:00,1660.0 -65854,sell_mtf_cross_all_tf,sell,2025-07-28 07:51:00,1660.0 -65855,sell_mtf_cross_all_tf,sell,2025-07-28 09:27:00,1669.0 -65856,sell_mtf_cross_all_tf,sell,2025-07-28 09:30:00,1670.0 -65857,sell_mtf_cross_all_tf,sell,2025-07-28 09:33:00,1667.0 -65858,sell_mtf_cross_all_tf,sell,2025-07-28 09:36:00,1667.0 -65859,sell_mtf_cross_all_tf,sell,2025-07-28 13:36:00,1662.0 -65860,sell_mtf_cross_all_tf,sell,2025-07-28 13:39:00,1662.0 -65861,sell_mtf_cross_all_tf,sell,2025-07-28 13:51:00,1664.0 -65862,sell_mtf_cross_all_tf,sell,2025-07-28 13:54:00,1669.0 -65863,sell_mtf_cross_all_tf,sell,2025-07-28 13:57:00,1668.0 -65864,sell_mtf_cross_all_tf,sell,2025-07-28 14:00:00,1669.0 -65865,sell_mtf_cross_all_tf,sell,2025-07-28 14:03:00,1672.0 -65866,sell_mtf_cross_all_tf,sell,2025-07-28 14:06:00,1670.0 -65867,sell_mtf_cross_all_tf,sell,2025-07-28 14:09:00,1672.0 -65868,sell_mtf_cross_all_tf,sell,2025-07-28 14:12:00,1672.0 -65869,sell_mtf_cross_all_tf,sell,2025-07-28 14:15:00,1673.0 -65870,sell_mtf_cross_all_tf,sell,2025-07-28 14:18:00,1677.0 -65871,sell_mtf_cross_all_tf,sell,2025-07-28 14:21:00,1677.0 -65872,sell_mtf_cross_all_tf,sell,2025-07-28 14:24:00,1673.0 -65873,sell_mtf_cross_all_tf,sell,2025-07-28 14:27:00,1673.0 -65874,sell_mtf_cross_all_tf,sell,2025-07-28 15:15:00,1676.0 -65875,sell_mtf_cross_all_tf,sell,2025-07-28 17:00:00,1681.0 -65876,sell_mtf_cross_all_tf,sell,2025-07-28 17:03:00,1681.0 -65877,sell_mtf_cross_all_tf,sell,2025-07-28 17:06:00,1683.0 -65878,sell_mtf_cross_all_tf,sell,2025-07-28 17:09:00,1686.0 -65879,sell_mtf_cross_all_tf,sell,2025-07-28 17:15:00,1680.0 -65880,sell_mtf_cross_all_tf,sell,2025-07-28 18:21:00,1681.0 -65881,sell_mtf_cross_all_tf,sell,2025-07-28 18:24:00,1677.0 -65882,sell_mtf_cross_all_tf,sell,2025-08-04 03:00:00,1360.0 -65883,sell_mtf_cross_all_tf,sell,2025-08-04 03:30:00,1361.0 -65884,sell_mtf_cross_all_tf,sell,2025-08-04 04:42:00,1364.0 -65885,sell_mtf_cross_all_tf,sell,2025-08-04 06:18:00,1365.0 -65886,sell_mtf_cross_all_tf,sell,2025-08-04 06:24:00,1368.0 -65887,sell_mtf_cross_all_tf,sell,2025-08-04 06:27:00,1367.0 -65888,sell_mtf_cross_all_tf,sell,2025-08-04 06:36:00,1367.0 -65889,sell_mtf_cross_all_tf,sell,2025-08-04 06:45:00,1367.0 -65890,sell_mtf_cross_all_tf,sell,2025-08-04 06:57:00,1369.0 -65891,sell_mtf_cross_all_tf,sell,2025-08-04 07:00:00,1368.0 -65892,sell_mtf_cross_all_tf,sell,2025-08-04 08:00:00,1369.0 -65893,sell_mtf_cross_all_tf,sell,2025-08-04 08:06:00,1371.0 -65894,sell_mtf_cross_all_tf,sell,2025-08-04 08:15:00,1373.0 -65895,sell_mtf_cross_all_tf,sell,2025-08-04 08:18:00,1372.0 -65896,sell_mtf_cross_all_tf,sell,2025-08-04 08:27:00,1373.0 -65897,sell_mtf_cross_all_tf,sell,2025-08-04 08:30:00,1373.0 -65898,sell_mtf_cross_all_tf,sell,2025-08-04 09:33:00,1375.0 -65899,sell_mtf_cross_all_tf,sell,2025-08-04 10:12:00,1394.0 -65900,sell_mtf_cross_all_tf,sell,2025-08-04 10:15:00,1392.0 -65901,sell_mtf_cross_all_tf,sell,2025-08-04 22:57:00,1385.0 -65902,sell_mtf_cross_all_tf,sell,2025-08-04 23:21:00,1397.0 -65903,sell_mtf_cross_all_tf,sell,2025-08-04 23:24:00,1398.0 -65904,sell_mtf_cross_all_tf,sell,2025-08-04 23:27:00,1399.0 -65905,sell_mtf_cross_all_tf,sell,2025-08-04 23:30:00,1402.0 -65906,sell_mtf_cross_all_tf,sell,2025-08-04 23:33:00,1398.0 -65907,sell_mtf_cross_all_tf,sell,2025-08-07 00:06:00,1322.0 -65908,sell_mtf_cross_all_tf,sell,2025-08-07 00:09:00,1322.0 -65909,sell_mtf_cross_all_tf,sell,2025-08-07 00:12:00,1322.0 -65910,sell_mtf_cross_all_tf,sell,2025-08-07 00:15:00,1323.0 -65911,sell_mtf_cross_all_tf,sell,2025-08-07 00:18:00,1327.0 -65912,sell_mtf_cross_all_tf,sell,2025-08-07 00:21:00,1327.0 -65913,sell_mtf_cross_all_tf,sell,2025-08-07 00:24:00,1324.0 -65914,sell_mtf_cross_all_tf,sell,2025-08-07 00:36:00,1329.0 -65915,sell_mtf_cross_all_tf,sell,2025-08-07 00:39:00,1330.0 -65916,sell_mtf_cross_all_tf,sell,2025-08-07 00:42:00,1328.0 -65917,sell_mtf_cross_all_tf,sell,2025-08-07 01:12:00,1336.0 -65918,sell_mtf_cross_all_tf,sell,2025-08-07 02:57:00,1341.0 -65919,sell_mtf_cross_all_tf,sell,2025-08-07 03:12:00,1349.0 -65920,sell_mtf_cross_all_tf,sell,2025-08-07 03:21:00,1347.0 -65921,sell_mtf_cross_all_tf,sell,2025-08-07 07:36:00,1344.0 -65922,sell_mtf_cross_all_tf,sell,2025-08-07 07:39:00,1345.0 -65923,sell_mtf_cross_all_tf,sell,2025-08-07 07:42:00,1344.0 -65924,sell_mtf_cross_all_tf,sell,2025-08-07 07:45:00,1346.0 -65925,sell_mtf_cross_all_tf,sell,2025-08-07 07:51:00,1347.0 -65926,sell_mtf_cross_all_tf,sell,2025-08-07 07:54:00,1348.0 -65927,sell_mtf_cross_all_tf,sell,2025-08-07 10:42:00,1353.0 -65928,sell_mtf_cross_all_tf,sell,2025-08-07 15:21:00,1349.0 -65929,sell_mtf_cross_all_tf,sell,2025-08-07 15:45:00,1351.0 -65930,sell_mtf_cross_all_tf,sell,2025-08-07 16:06:00,1352.0 -65931,sell_mtf_cross_all_tf,sell,2025-08-07 16:09:00,1354.0 -65932,sell_mtf_cross_all_tf,sell,2025-08-07 16:12:00,1353.0 -65933,sell_mtf_cross_all_tf,sell,2025-08-07 16:15:00,1355.0 -65934,sell_mtf_cross_all_tf,sell,2025-08-07 16:18:00,1355.0 -65935,sell_mtf_cross_all_tf,sell,2025-08-07 16:21:00,1356.0 -65936,sell_mtf_cross_all_tf,sell,2025-08-07 16:24:00,1356.0 -65937,sell_mtf_cross_all_tf,sell,2025-08-07 19:00:00,1356.0 -65938,sell_mtf_cross_all_tf,sell,2025-08-07 19:45:00,1386.0 -65939,sell_mtf_cross_all_tf,sell,2025-08-07 19:48:00,1385.0 -65940,sell_mtf_cross_all_tf,sell,2025-08-07 19:51:00,1385.0 -65941,sell_mtf_cross_all_tf,sell,2025-08-07 19:54:00,1385.0 -65942,sell_mtf_cross_all_tf,sell,2025-08-07 19:57:00,1382.0 -65943,sell_mtf_cross_all_tf,sell,2025-08-07 20:00:00,1386.0 -65944,sell_mtf_cross_all_tf,sell,2025-08-07 20:03:00,1386.0 -65945,sell_mtf_cross_all_tf,sell,2025-08-07 20:06:00,1384.0 -65946,sell_mtf_cross_all_tf,sell,2025-08-07 20:09:00,1386.0 -65947,sell_mtf_cross_all_tf,sell,2025-08-07 20:12:00,1387.0 -65948,sell_mtf_cross_all_tf,sell,2025-08-07 20:51:00,1395.0 -65949,sell_mtf_cross_all_tf,sell,2025-08-07 20:54:00,1394.0 -65950,sell_mtf_cross_all_tf,sell,2025-08-07 21:00:00,1394.0 -65951,sell_mtf_cross_all_tf,sell,2025-08-07 21:12:00,1398.0 -65952,sell_mtf_cross_all_tf,sell,2025-08-07 21:15:00,1398.0 -65953,sell_mtf_cross_all_tf,sell,2025-08-07 21:18:00,1401.0 -65954,sell_mtf_cross_all_tf,sell,2025-08-07 21:21:00,1399.0 -65955,sell_mtf_cross_all_tf,sell,2025-08-08 06:30:00,1394.0 -65956,sell_mtf_cross_all_tf,sell,2025-08-08 06:33:00,1396.0 -65957,sell_mtf_cross_all_tf,sell,2025-08-08 06:36:00,1394.0 -65958,sell_mtf_cross_all_tf,sell,2025-08-08 07:42:00,1401.0 -65959,sell_mtf_cross_all_tf,sell,2025-08-08 07:45:00,1401.0 -65960,sell_mtf_cross_all_tf,sell,2025-08-08 08:06:00,1408.0 -65961,sell_mtf_cross_all_tf,sell,2025-08-08 08:09:00,1408.0 -65962,sell_mtf_cross_all_tf,sell,2025-08-08 08:12:00,1408.0 -65963,sell_mtf_cross_all_tf,sell,2025-08-08 08:51:00,1410.0 -65964,sell_mtf_cross_all_tf,sell,2025-08-08 08:54:00,1412.0 -65965,sell_mtf_cross_all_tf,sell,2025-08-08 08:57:00,1411.0 -65966,sell_mtf_cross_all_tf,sell,2025-08-08 09:00:00,1412.0 -65967,sell_mtf_cross_all_tf,sell,2025-08-08 12:36:00,1410.0 -65968,sell_mtf_cross_all_tf,sell,2025-08-08 12:39:00,1410.0 -65969,sell_mtf_cross_all_tf,sell,2025-08-08 17:00:00,1412.0 -65970,sell_mtf_cross_all_tf,sell,2025-08-08 17:03:00,1411.0 -65971,sell_mtf_cross_all_tf,sell,2025-08-08 17:06:00,1413.0 -65972,sell_mtf_cross_all_tf,sell,2025-08-08 17:09:00,1415.0 -65973,sell_mtf_cross_all_tf,sell,2025-08-08 17:21:00,1416.0 -65974,sell_mtf_cross_all_tf,sell,2025-08-08 23:12:00,1417.0 -65975,sell_mtf_cross_all_tf,sell,2025-08-09 02:45:00,1421.0 -65976,sell_mtf_cross_all_tf,sell,2025-08-09 02:48:00,1420.0 -65977,sell_mtf_cross_all_tf,sell,2025-08-09 02:51:00,1423.0 -65978,sell_mtf_cross_all_tf,sell,2025-08-09 02:54:00,1421.0 -65979,sell_mtf_cross_all_tf,sell,2025-08-09 02:57:00,1423.0 -65980,sell_mtf_cross_all_tf,sell,2025-08-09 03:00:00,1425.0 -65981,sell_mtf_cross_all_tf,sell,2025-08-09 03:03:00,1430.0 -65982,sell_mtf_cross_all_tf,sell,2025-08-09 03:09:00,1433.0 -65983,sell_mtf_cross_all_tf,sell,2025-08-09 03:12:00,1432.0 -65984,sell_mtf_cross_all_tf,sell,2025-08-09 03:15:00,1428.0 -65985,sell_mtf_cross_all_tf,sell,2025-08-09 03:18:00,1427.0 -65986,sell_mtf_cross_all_tf,sell,2025-08-09 03:21:00,1432.0 -65987,sell_mtf_cross_all_tf,sell,2025-08-09 03:24:00,1431.0 -65988,sell_mtf_cross_all_tf,sell,2025-08-09 11:00:00,1430.0 -65989,sell_mtf_cross_all_tf,sell,2025-08-09 11:03:00,1431.0 -65990,sell_mtf_cross_all_tf,sell,2025-08-09 11:06:00,1430.0 -65991,sell_mtf_cross_all_tf,sell,2025-08-09 11:09:00,1430.0 -65992,sell_mtf_cross_all_tf,sell,2025-08-09 13:45:00,1440.0 -65993,sell_mtf_cross_all_tf,sell,2025-08-09 13:48:00,1440.0 -65994,sell_mtf_cross_all_tf,sell,2025-08-09 13:51:00,1441.0 -65995,sell_mtf_cross_all_tf,sell,2025-08-09 13:54:00,1444.0 -65996,sell_mtf_cross_all_tf,sell,2025-08-09 13:57:00,1447.0 -65997,sell_mtf_cross_all_tf,sell,2025-08-09 14:00:00,1445.0 -65998,sell_mtf_cross_all_tf,sell,2025-08-09 14:03:00,1446.0 -65999,sell_mtf_cross_all_tf,sell,2025-08-09 14:15:00,1458.0 -66000,sell_mtf_cross_all_tf,sell,2025-08-09 14:18:00,1461.0 -66001,sell_mtf_cross_all_tf,sell,2025-08-09 14:21:00,1466.0 -66002,sell_mtf_cross_all_tf,sell,2025-08-09 14:42:00,1484.0 -66003,sell_mtf_cross_all_tf,sell,2025-08-09 14:45:00,1487.0 -66004,sell_mtf_cross_all_tf,sell,2025-08-09 14:48:00,1489.0 -66005,sell_mtf_cross_all_tf,sell,2025-08-09 14:51:00,1489.0 -66006,sell_mtf_cross_all_tf,sell,2025-08-09 14:54:00,1490.0 -66007,sell_mtf_cross_all_tf,sell,2025-08-09 15:00:00,1490.0 -66008,sell_mtf_cross_all_tf,sell,2025-08-09 15:03:00,1487.0 -66009,sell_mtf_cross_all_tf,sell,2025-08-09 19:21:00,1483.0 -66010,sell_mtf_cross_all_tf,sell,2025-08-09 19:24:00,1484.0 -66011,sell_mtf_cross_all_tf,sell,2025-08-09 21:45:00,1491.0 -66012,sell_mtf_cross_all_tf,sell,2025-08-09 21:48:00,1491.0 -66013,sell_mtf_cross_all_tf,sell,2025-08-09 21:51:00,1497.0 -66014,sell_mtf_cross_all_tf,sell,2025-08-09 21:54:00,1499.0 -66015,sell_mtf_cross_all_tf,sell,2025-08-09 22:00:00,1498.0 -66016,sell_mtf_cross_all_tf,sell,2025-08-09 22:03:00,1497.0 -66017,sell_mtf_cross_all_tf,sell,2025-08-09 22:06:00,1499.0 -66018,sell_mtf_cross_all_tf,sell,2025-08-10 03:45:00,1481.0 -66019,sell_mtf_cross_all_tf,sell,2025-08-10 03:48:00,1481.0 -66020,sell_mtf_cross_all_tf,sell,2025-08-10 03:51:00,1481.0 -66021,sell_mtf_cross_all_tf,sell,2025-08-10 04:00:00,1484.0 -66022,sell_mtf_cross_all_tf,sell,2025-08-10 04:03:00,1485.0 -66023,sell_mtf_cross_all_tf,sell,2025-08-10 04:21:00,1491.0 -66024,sell_mtf_cross_all_tf,sell,2025-08-10 04:24:00,1489.0 -66025,sell_mtf_cross_all_tf,sell,2025-08-10 04:30:00,1490.0 -66026,sell_mtf_cross_all_tf,sell,2025-08-10 04:33:00,1490.0 -66027,sell_mtf_cross_all_tf,sell,2025-08-10 04:39:00,1490.0 -66028,sell_mtf_cross_all_tf,sell,2025-08-10 05:51:00,1499.0 -66029,sell_mtf_cross_all_tf,sell,2025-08-10 05:54:00,1500.0 -66030,sell_mtf_cross_all_tf,sell,2025-08-10 05:57:00,1502.0 -66031,sell_mtf_cross_all_tf,sell,2025-08-10 07:30:00,1504.0 -66032,sell_mtf_cross_all_tf,sell,2025-08-11 00:00:00,1457.0 -66033,sell_mtf_cross_all_tf,sell,2025-08-11 00:15:00,1462.0 -66034,sell_mtf_cross_all_tf,sell,2025-08-11 00:18:00,1463.0 -66035,sell_mtf_cross_all_tf,sell,2025-08-11 00:21:00,1464.0 -66036,sell_mtf_cross_all_tf,sell,2025-08-11 00:24:00,1466.0 -66037,sell_mtf_cross_all_tf,sell,2025-08-11 00:30:00,1468.0 -66038,sell_mtf_cross_all_tf,sell,2025-08-11 00:33:00,1465.0 -66039,sell_mtf_cross_all_tf,sell,2025-08-11 01:21:00,1467.0 -66040,sell_mtf_cross_all_tf,sell,2025-08-11 02:12:00,1477.0 -66041,sell_mtf_cross_all_tf,sell,2025-08-11 02:15:00,1476.0 -66042,sell_mtf_cross_all_tf,sell,2025-08-11 02:18:00,1474.0 -66043,sell_mtf_cross_all_tf,sell,2025-08-11 02:21:00,1475.0 -66044,sell_mtf_cross_all_tf,sell,2025-08-11 03:21:00,1483.0 -66045,sell_mtf_cross_all_tf,sell,2025-08-11 03:24:00,1485.0 -66046,sell_mtf_cross_all_tf,sell,2025-08-11 03:27:00,1487.0 -66047,sell_mtf_cross_all_tf,sell,2025-08-11 04:57:00,1491.0 -66048,sell_mtf_cross_all_tf,sell,2025-08-11 10:45:00,1496.0 -66049,sell_mtf_cross_all_tf,sell,2025-08-11 10:48:00,1493.0 -66050,sell_mtf_cross_all_tf,sell,2025-08-11 10:51:00,1495.0 -66051,sell_mtf_cross_all_tf,sell,2025-08-11 10:54:00,1493.0 -66052,sell_mtf_cross_all_tf,sell,2025-08-11 10:57:00,1493.0 -66053,sell_mtf_cross_all_tf,sell,2025-08-11 11:06:00,1504.0 -66054,sell_mtf_cross_all_tf,sell,2025-08-11 11:09:00,1503.0 -66055,sell_mtf_cross_all_tf,sell,2025-08-11 11:12:00,1502.0 -66056,sell_mtf_cross_all_tf,sell,2025-08-11 11:15:00,1501.0 -66057,sell_mtf_cross_all_tf,sell,2025-08-11 11:18:00,1507.0 -66058,sell_mtf_cross_all_tf,sell,2025-08-11 11:21:00,1508.0 -66059,sell_mtf_cross_all_tf,sell,2025-08-11 11:24:00,1505.0 -66060,sell_mtf_cross_all_tf,sell,2025-08-11 11:30:00,1508.0 -66061,sell_mtf_cross_all_tf,sell,2025-08-11 11:33:00,1510.0 -66062,sell_mtf_cross_all_tf,sell,2025-08-11 11:36:00,1511.0 -66063,sell_mtf_cross_all_tf,sell,2025-08-11 11:39:00,1511.0 -66064,sell_mtf_cross_all_tf,sell,2025-08-11 11:42:00,1513.0 -66065,sell_mtf_cross_all_tf,sell,2025-08-11 11:45:00,1515.0 -66066,sell_mtf_cross_all_tf,sell,2025-08-11 11:51:00,1517.0 -66067,sell_mtf_cross_all_tf,sell,2025-08-11 11:54:00,1516.0 -66068,sell_mtf_cross_all_tf,sell,2025-08-13 00:00:00,1405.0 -66069,sell_mtf_cross_all_tf,sell,2025-08-13 00:12:00,1410.0 -66070,sell_mtf_cross_all_tf,sell,2025-08-13 00:15:00,1410.0 -66071,sell_mtf_cross_all_tf,sell,2025-08-13 00:18:00,1410.0 -66072,sell_mtf_cross_all_tf,sell,2025-08-13 00:27:00,1416.0 -66073,sell_mtf_cross_all_tf,sell,2025-08-13 00:30:00,1417.0 -66074,sell_mtf_cross_all_tf,sell,2025-08-13 00:33:00,1419.0 -66075,sell_mtf_cross_all_tf,sell,2025-08-13 00:36:00,1421.0 -66076,sell_mtf_cross_all_tf,sell,2025-08-13 00:39:00,1418.0 -66077,sell_mtf_cross_all_tf,sell,2025-08-13 00:45:00,1416.0 -66078,sell_mtf_cross_all_tf,sell,2025-08-13 00:48:00,1418.0 -66079,sell_mtf_cross_all_tf,sell,2025-08-13 00:51:00,1423.0 -66080,sell_mtf_cross_all_tf,sell,2025-08-13 00:54:00,1423.0 -66081,sell_mtf_cross_all_tf,sell,2025-08-13 01:00:00,1427.0 -66082,sell_mtf_cross_all_tf,sell,2025-08-13 01:03:00,1428.0 -66083,sell_mtf_cross_all_tf,sell,2025-08-13 01:06:00,1429.0 -66084,sell_mtf_cross_all_tf,sell,2025-08-13 01:09:00,1428.0 -66085,sell_mtf_cross_all_tf,sell,2025-08-13 01:30:00,1433.0 -66086,sell_mtf_cross_all_tf,sell,2025-08-13 01:33:00,1432.0 -66087,sell_mtf_cross_all_tf,sell,2025-08-13 01:36:00,1429.0 -66088,sell_mtf_cross_all_tf,sell,2025-08-13 01:45:00,1431.0 -66089,sell_mtf_cross_all_tf,sell,2025-08-13 01:48:00,1434.0 -66090,sell_mtf_cross_all_tf,sell,2025-08-13 01:57:00,1435.0 -66091,sell_mtf_cross_all_tf,sell,2025-08-13 02:00:00,1436.0 -66092,sell_mtf_cross_all_tf,sell,2025-08-13 02:15:00,1439.0 -66093,sell_mtf_cross_all_tf,sell,2025-08-13 02:30:00,1447.0 -66094,sell_mtf_cross_all_tf,sell,2025-08-13 02:33:00,1446.0 -66095,sell_mtf_cross_all_tf,sell,2025-08-13 02:36:00,1449.0 -66096,sell_mtf_cross_all_tf,sell,2025-08-13 02:45:00,1450.0 -66097,sell_mtf_cross_all_tf,sell,2025-08-13 03:24:00,1457.0 -66098,sell_mtf_cross_all_tf,sell,2025-08-13 03:27:00,1454.0 -66099,sell_mtf_cross_all_tf,sell,2025-08-13 05:36:00,1466.0 -66100,sell_mtf_cross_all_tf,sell,2025-08-13 12:45:00,1469.0 -66101,sell_mtf_cross_all_tf,sell,2025-08-13 12:48:00,1466.0 -66102,sell_mtf_cross_all_tf,sell,2025-08-13 12:51:00,1469.0 -66103,sell_mtf_cross_all_tf,sell,2025-08-13 12:54:00,1467.0 -66104,sell_mtf_cross_all_tf,sell,2025-08-13 13:15:00,1469.0 -66105,sell_mtf_cross_all_tf,sell,2025-08-13 13:18:00,1470.0 -66106,sell_mtf_cross_all_tf,sell,2025-08-13 13:21:00,1473.0 -66107,sell_mtf_cross_all_tf,sell,2025-08-13 17:06:00,1477.0 -66108,sell_mtf_cross_all_tf,sell,2025-08-13 17:09:00,1476.0 -66109,sell_mtf_cross_all_tf,sell,2025-08-13 17:12:00,1479.0 -66110,sell_mtf_cross_all_tf,sell,2025-08-13 17:36:00,1491.0 -66111,sell_mtf_cross_all_tf,sell,2025-08-13 17:39:00,1492.0 -66112,sell_mtf_cross_all_tf,sell,2025-08-13 18:12:00,1493.0 -66113,sell_mtf_cross_all_tf,sell,2025-08-13 19:30:00,1496.0 -66114,sell_mtf_cross_all_tf,sell,2025-08-13 19:33:00,1493.0 -66115,sell_mtf_cross_all_tf,sell,2025-08-14 02:57:00,1515.0 -66116,sell_mtf_cross_all_tf,sell,2025-08-14 03:00:00,1514.0 -66117,sell_mtf_cross_all_tf,sell,2025-08-14 03:03:00,1518.0 -66118,sell_mtf_cross_all_tf,sell,2025-08-14 03:06:00,1519.0 -66119,sell_mtf_cross_all_tf,sell,2025-08-14 03:09:00,1522.0 -66120,sell_mtf_cross_all_tf,sell,2025-08-14 03:12:00,1527.0 -66121,sell_mtf_cross_all_tf,sell,2025-08-14 08:00:00,1536.0 -66122,sell_mtf_cross_all_tf,sell,2025-08-14 08:15:00,1550.0 -66123,sell_mtf_cross_all_tf,sell,2025-08-14 08:18:00,1549.0 -66124,sell_mtf_cross_all_tf,sell,2025-08-22 04:00:00,1311.0 -66125,sell_mtf_cross_all_tf,sell,2025-08-22 04:06:00,1312.0 -66126,sell_mtf_cross_all_tf,sell,2025-08-22 04:09:00,1314.0 -66127,sell_mtf_cross_all_tf,sell,2025-08-22 06:30:00,1312.0 -66128,sell_mtf_cross_all_tf,sell,2025-08-22 06:33:00,1311.0 -66129,sell_mtf_cross_all_tf,sell,2025-08-22 06:36:00,1314.0 -66130,sell_mtf_cross_all_tf,sell,2025-08-22 06:39:00,1312.0 -66131,sell_mtf_cross_all_tf,sell,2025-08-22 06:42:00,1313.0 -66132,sell_mtf_cross_all_tf,sell,2025-08-22 07:30:00,1318.0 -66133,sell_mtf_cross_all_tf,sell,2025-08-22 07:51:00,1318.0 -66134,sell_mtf_cross_all_tf,sell,2025-08-22 07:57:00,1320.0 -66135,sell_mtf_cross_all_tf,sell,2025-08-22 11:30:00,1320.0 -66136,sell_mtf_cross_all_tf,sell,2025-08-22 11:33:00,1318.0 -66137,sell_mtf_cross_all_tf,sell,2025-08-22 23:21:00,1338.0 -66138,sell_mtf_cross_all_tf,sell,2025-08-22 23:24:00,1332.0 -66139,sell_mtf_cross_all_tf,sell,2025-08-22 23:27:00,1341.0 -66140,sell_mtf_cross_all_tf,sell,2025-08-22 23:30:00,1340.0 -66141,sell_mtf_cross_all_tf,sell,2025-08-22 23:33:00,1348.0 -66142,sell_mtf_cross_all_tf,sell,2025-08-22 23:36:00,1354.0 -66143,sell_mtf_cross_all_tf,sell,2025-08-22 23:39:00,1353.0 -66144,sell_mtf_cross_all_tf,sell,2025-08-22 23:42:00,1357.0 -66145,sell_mtf_cross_all_tf,sell,2025-08-22 23:45:00,1354.0 -66146,sell_mtf_cross_all_tf,sell,2025-08-22 23:48:00,1362.0 -66147,sell_mtf_cross_all_tf,sell,2025-08-22 23:51:00,1362.0 -66148,sell_mtf_cross_all_tf,sell,2025-08-22 23:54:00,1364.0 -66149,sell_mtf_cross_all_tf,sell,2025-08-22 23:57:00,1358.0 -66150,sell_mtf_cross_all_tf,sell,2025-08-23 00:06:00,1369.0 -66151,sell_mtf_cross_all_tf,sell,2025-08-23 00:09:00,1361.0 -66152,sell_mtf_cross_all_tf,sell,2025-08-23 00:42:00,1371.0 -66153,sell_mtf_cross_all_tf,sell,2025-08-23 00:45:00,1372.0 -66154,sell_mtf_cross_all_tf,sell,2025-08-23 00:48:00,1371.0 -66155,sell_mtf_cross_all_tf,sell,2025-08-23 02:21:00,1402.0 -66156,sell_mtf_cross_all_tf,sell,2025-08-23 02:24:00,1405.0 -66157,sell_mtf_cross_all_tf,sell,2025-08-23 02:27:00,1403.0 -66158,sell_mtf_cross_all_tf,sell,2025-08-23 02:30:00,1406.0 -66159,sell_mtf_cross_all_tf,sell,2025-08-23 02:33:00,1402.0 -66160,sell_mtf_cross_all_tf,sell,2025-08-23 04:15:00,1413.0 -66161,sell_mtf_cross_all_tf,sell,2025-08-23 04:18:00,1413.0 -66162,sell_mtf_cross_all_tf,sell,2025-08-23 04:21:00,1412.0 -66163,sell_mtf_cross_all_tf,sell,2025-08-23 06:51:00,1416.0 -66164,sell_mtf_cross_all_tf,sell,2025-08-23 14:30:00,1411.0 -66165,sell_mtf_cross_all_tf,sell,2025-08-23 14:33:00,1414.0 -66166,sell_mtf_cross_all_tf,sell,2025-08-23 14:36:00,1414.0 -66167,sell_mtf_cross_all_tf,sell,2025-08-23 14:39:00,1413.0 -66168,sell_mtf_cross_all_tf,sell,2025-08-23 14:42:00,1410.0 -66169,sell_mtf_cross_all_tf,sell,2025-08-23 15:06:00,1417.0 -66170,sell_mtf_cross_all_tf,sell,2025-08-23 15:09:00,1416.0 -66171,sell_mtf_cross_all_tf,sell,2025-08-23 21:27:00,1405.0 -66172,sell_mtf_cross_all_tf,sell,2025-08-23 22:33:00,1405.0 -66173,sell_mtf_cross_all_tf,sell,2025-08-23 22:36:00,1404.0 -66174,sell_mtf_cross_all_tf,sell,2025-08-24 00:45:00,1407.0 -66175,sell_mtf_cross_all_tf,sell,2025-08-24 00:48:00,1407.0 -66176,sell_mtf_cross_all_tf,sell,2025-08-24 00:51:00,1408.0 -66177,sell_mtf_cross_all_tf,sell,2025-08-24 00:54:00,1406.0 -66178,sell_mtf_cross_all_tf,sell,2025-08-24 05:06:00,1412.0 -66179,sell_mtf_cross_all_tf,sell,2025-08-24 05:09:00,1409.0 -66180,sell_mtf_cross_all_tf,sell,2025-08-28 13:45:00,1319.0 -66181,sell_mtf_cross_all_tf,sell,2025-08-28 14:00:00,1323.0 -66182,sell_mtf_cross_all_tf,sell,2025-08-28 17:15:00,1328.0 -66183,sell_mtf_cross_all_tf,sell,2025-08-28 17:18:00,1326.0 -66184,sell_mtf_cross_all_tf,sell,2025-08-28 23:09:00,1324.0 -66185,sell_mtf_cross_all_tf,sell,2025-08-28 23:12:00,1327.0 -66186,sell_mtf_cross_all_tf,sell,2025-08-28 23:45:00,1330.0 -66187,sell_mtf_cross_all_tf,sell,2025-08-28 23:48:00,1332.0 -66188,sell_mtf_cross_all_tf,sell,2025-08-28 23:54:00,1333.0 -66189,sell_mtf_cross_all_tf,sell,2025-08-28 23:57:00,1334.0 -66190,sell_mtf_cross_all_tf,sell,2025-09-03 05:30:00,1231.0 -66191,sell_mtf_cross_all_tf,sell,2025-09-03 05:33:00,1229.0 -66192,sell_mtf_cross_all_tf,sell,2025-09-03 05:36:00,1232.0 -66193,sell_mtf_cross_all_tf,sell,2025-09-03 05:39:00,1234.0 -66194,sell_mtf_cross_all_tf,sell,2025-09-03 05:45:00,1235.0 -66195,sell_mtf_cross_all_tf,sell,2025-09-03 05:48:00,1236.0 -66196,sell_mtf_cross_all_tf,sell,2025-09-03 05:51:00,1236.0 -66197,sell_mtf_cross_all_tf,sell,2025-09-03 05:54:00,1235.0 -66198,sell_mtf_cross_all_tf,sell,2025-09-03 05:57:00,1237.0 -66199,sell_mtf_cross_all_tf,sell,2025-09-03 06:00:00,1236.0 -66200,sell_mtf_cross_all_tf,sell,2025-09-03 06:03:00,1238.0 -66201,sell_mtf_cross_all_tf,sell,2025-09-03 06:06:00,1238.0 -66202,sell_mtf_cross_all_tf,sell,2025-09-03 06:09:00,1238.0 -66203,sell_mtf_cross_all_tf,sell,2025-09-03 06:12:00,1240.0 -66204,sell_mtf_cross_all_tf,sell,2025-09-03 06:15:00,1238.0 -66205,sell_mtf_cross_all_tf,sell,2025-09-03 06:36:00,1239.0 -66206,sell_mtf_cross_all_tf,sell,2025-09-03 06:42:00,1240.0 -66207,sell_mtf_cross_all_tf,sell,2025-09-03 06:45:00,1241.0 -66208,sell_mtf_cross_all_tf,sell,2025-09-03 11:06:00,1240.0 -66209,sell_mtf_cross_all_tf,sell,2025-09-03 11:09:00,1238.0 -66210,sell_mtf_cross_all_tf,sell,2025-09-03 11:30:00,1245.0 -66211,sell_mtf_cross_all_tf,sell,2025-09-03 11:33:00,1243.0 -66212,sell_mtf_cross_all_tf,sell,2025-09-03 11:36:00,1243.0 -66213,sell_mtf_cross_all_tf,sell,2025-09-03 21:00:00,1236.0 -66214,sell_mtf_cross_all_tf,sell,2025-09-03 21:27:00,1239.0 -66215,sell_mtf_cross_all_tf,sell,2025-09-03 22:57:00,1242.0 -66216,sell_mtf_cross_all_tf,sell,2025-09-03 23:06:00,1245.0 -66217,sell_mtf_cross_all_tf,sell,2025-09-03 23:09:00,1245.0 -66218,sell_mtf_cross_all_tf,sell,2025-09-03 23:12:00,1244.0 -66219,sell_mtf_cross_all_tf,sell,2025-09-03 23:36:00,1245.0 -66220,sell_mtf_cross_all_tf,sell,2025-09-03 23:39:00,1246.0 -66221,sell_mtf_cross_all_tf,sell,2025-09-03 23:54:00,1247.0 -66222,sell_mtf_cross_all_tf,sell,2025-09-04 00:00:00,1251.0 -66223,sell_mtf_cross_all_tf,sell,2025-09-04 00:06:00,1250.0 -66224,sell_mtf_cross_all_tf,sell,2025-09-04 00:09:00,1250.0 -66225,sell_mtf_cross_all_tf,sell,2025-09-04 00:12:00,1251.0 -66226,sell_mtf_cross_all_tf,sell,2025-09-04 05:15:00,1258.0 -66227,sell_mtf_cross_all_tf,sell,2025-09-04 05:18:00,1257.0 -66228,sell_mtf_cross_all_tf,sell,2025-09-05 10:51:00,1225.0 -66229,sell_mtf_cross_all_tf,sell,2025-09-05 10:54:00,1225.0 -66230,sell_mtf_cross_all_tf,sell,2025-09-05 10:57:00,1225.0 -66231,sell_mtf_cross_all_tf,sell,2025-09-05 14:21:00,1225.0 -66232,sell_mtf_cross_all_tf,sell,2025-09-05 15:00:00,1227.0 -66233,sell_mtf_cross_all_tf,sell,2025-09-05 15:03:00,1228.0 -66234,sell_mtf_cross_all_tf,sell,2025-09-05 17:00:00,1258.0 -66235,sell_mtf_cross_all_tf,sell,2025-09-05 21:15:00,1253.0 -66236,sell_mtf_cross_all_tf,sell,2025-09-05 21:18:00,1253.0 -66237,sell_mtf_cross_all_tf,sell,2025-09-05 21:24:00,1254.0 -66238,sell_mtf_cross_all_tf,sell,2025-09-05 21:45:00,1262.0 -66239,sell_mtf_cross_all_tf,sell,2025-09-05 21:48:00,1261.0 -66240,sell_mtf_cross_all_tf,sell,2025-09-06 03:57:00,1255.0 -66241,sell_mtf_cross_all_tf,sell,2025-09-06 04:30:00,1256.0 -66242,sell_mtf_cross_all_tf,sell,2025-09-06 04:33:00,1254.0 -66243,sell_mtf_cross_all_tf,sell,2025-09-06 04:36:00,1258.0 -66244,sell_mtf_cross_all_tf,sell,2025-09-06 04:39:00,1256.0 -66245,sell_mtf_cross_all_tf,sell,2025-09-06 04:51:00,1257.0 -66246,sell_mtf_cross_all_tf,sell,2025-09-06 04:54:00,1257.0 -66247,sell_mtf_cross_all_tf,sell,2025-09-06 04:57:00,1258.0 -66248,sell_mtf_cross_all_tf,sell,2025-09-06 05:00:00,1260.0 -66249,sell_mtf_cross_all_tf,sell,2025-09-06 05:06:00,1260.0 -66250,sell_mtf_cross_all_tf,sell,2025-09-06 05:09:00,1259.0 -66251,sell_mtf_cross_all_tf,sell,2025-09-06 05:27:00,1262.0 -66252,sell_mtf_cross_all_tf,sell,2025-09-06 05:30:00,1262.0 -66253,sell_mtf_cross_all_tf,sell,2025-09-06 05:33:00,1262.0 -66254,sell_mtf_cross_all_tf,sell,2025-09-06 05:42:00,1265.0 -66255,sell_mtf_cross_all_tf,sell,2025-09-06 06:00:00,1266.0 -66256,sell_mtf_cross_all_tf,sell,2025-09-06 06:03:00,1266.0 -66257,sell_mtf_cross_all_tf,sell,2025-09-06 06:06:00,1265.0 -66258,sell_mtf_cross_all_tf,sell,2025-09-06 06:09:00,1265.0 -66259,sell_mtf_cross_all_tf,sell,2025-09-06 06:12:00,1266.0 -66260,sell_mtf_cross_all_tf,sell,2025-09-06 06:15:00,1267.0 -66261,sell_mtf_cross_all_tf,sell,2025-09-06 06:21:00,1266.0 -66262,sell_mtf_cross_all_tf,sell,2025-09-06 06:30:00,1267.0 -66263,sell_mtf_cross_all_tf,sell,2025-09-06 06:33:00,1268.0 -66264,sell_mtf_cross_all_tf,sell,2025-09-06 08:42:00,1278.0 -66265,sell_mtf_cross_all_tf,sell,2025-09-06 08:45:00,1280.0 -66266,sell_mtf_cross_all_tf,sell,2025-09-06 08:48:00,1281.0 -66267,sell_mtf_cross_all_tf,sell,2025-09-06 08:51:00,1283.0 -66268,sell_mtf_cross_all_tf,sell,2025-09-06 08:54:00,1283.0 -66269,sell_mtf_cross_all_tf,sell,2025-09-06 08:57:00,1282.0 -66270,sell_mtf_cross_all_tf,sell,2025-09-06 23:15:00,1278.0 -66271,sell_mtf_cross_all_tf,sell,2025-09-06 23:18:00,1278.0 -66272,sell_mtf_cross_all_tf,sell,2025-09-06 23:21:00,1280.0 -66273,sell_mtf_cross_all_tf,sell,2025-09-06 23:24:00,1280.0 -66274,sell_mtf_cross_all_tf,sell,2025-09-06 23:36:00,1281.0 -66275,sell_mtf_cross_all_tf,sell,2025-09-06 23:39:00,1283.0 -66276,sell_mtf_cross_all_tf,sell,2025-09-06 23:42:00,1283.0 -66277,sell_mtf_cross_all_tf,sell,2025-09-06 23:45:00,1282.0 -66278,sell_mtf_cross_all_tf,sell,2025-09-06 23:51:00,1283.0 -66279,sell_mtf_cross_all_tf,sell,2025-09-07 00:42:00,1282.0 -66280,sell_mtf_cross_all_tf,sell,2025-09-07 02:15:00,1289.0 -66281,sell_mtf_cross_all_tf,sell,2025-09-07 02:18:00,1289.0 -66282,sell_mtf_cross_all_tf,sell,2025-09-07 03:06:00,1293.0 -66283,sell_mtf_cross_all_tf,sell,2025-09-07 03:09:00,1292.0 -66284,sell_mtf_cross_all_tf,sell,2025-09-07 03:36:00,1308.0 -66285,sell_mtf_cross_all_tf,sell,2025-09-07 03:39:00,1309.0 -66286,sell_mtf_cross_all_tf,sell,2025-09-07 03:42:00,1311.0 -66287,sell_mtf_cross_all_tf,sell,2025-09-07 03:45:00,1308.0 -66288,sell_mtf_cross_all_tf,sell,2025-09-07 03:51:00,1314.0 -66289,sell_mtf_cross_all_tf,sell,2025-09-07 03:54:00,1320.0 -66290,sell_mtf_cross_all_tf,sell,2025-09-07 04:00:00,1316.0 -66291,sell_mtf_cross_all_tf,sell,2025-09-07 06:00:00,1320.0 -66292,sell_mtf_cross_all_tf,sell,2025-09-07 06:03:00,1318.0 -66293,sell_mtf_cross_all_tf,sell,2025-09-07 06:06:00,1317.0 -66294,sell_mtf_cross_all_tf,sell,2025-09-07 06:09:00,1318.0 -66295,sell_mtf_cross_all_tf,sell,2025-09-07 06:12:00,1323.0 -66296,sell_mtf_cross_all_tf,sell,2025-09-07 06:15:00,1321.0 -66297,sell_mtf_cross_all_tf,sell,2025-09-07 06:18:00,1321.0 -66298,sell_mtf_cross_all_tf,sell,2025-09-07 06:21:00,1321.0 -66299,sell_mtf_cross_all_tf,sell,2025-09-07 06:24:00,1323.0 -66300,sell_mtf_cross_all_tf,sell,2025-09-07 06:27:00,1329.0 -66301,sell_mtf_cross_all_tf,sell,2025-09-07 06:30:00,1327.0 -66302,sell_mtf_cross_all_tf,sell,2025-09-07 06:33:00,1329.0 -66303,sell_mtf_cross_all_tf,sell,2025-09-07 06:48:00,1337.0 -66304,sell_mtf_cross_all_tf,sell,2025-09-07 06:57:00,1344.0 -66305,sell_mtf_cross_all_tf,sell,2025-09-07 07:00:00,1347.0 -66306,sell_mtf_cross_all_tf,sell,2025-09-07 07:03:00,1347.0 -66307,sell_mtf_cross_all_tf,sell,2025-09-07 07:15:00,1346.0 -66308,sell_mtf_cross_all_tf,sell,2025-09-07 07:18:00,1345.0 -66309,sell_mtf_cross_all_tf,sell,2025-09-07 07:21:00,1353.0 -66310,sell_mtf_cross_all_tf,sell,2025-09-07 07:24:00,1346.0 -66311,sell_mtf_cross_all_tf,sell,2025-09-07 08:36:00,1351.0 -66312,sell_mtf_cross_all_tf,sell,2025-09-07 08:39:00,1355.0 -66313,sell_mtf_cross_all_tf,sell,2025-09-07 08:42:00,1351.0 -66314,sell_mtf_cross_all_tf,sell,2025-09-07 11:00:00,1382.0 -66315,sell_mtf_cross_all_tf,sell,2025-09-07 11:03:00,1383.0 -66316,sell_mtf_cross_all_tf,sell,2025-09-07 11:06:00,1387.0 -66317,sell_mtf_cross_all_tf,sell,2025-09-07 11:09:00,1385.0 -66318,sell_mtf_cross_all_tf,sell,2025-09-07 11:12:00,1385.0 -66319,sell_mtf_cross_all_tf,sell,2025-09-07 11:15:00,1390.0 -66320,sell_mtf_cross_all_tf,sell,2025-09-07 11:18:00,1386.0 -66321,sell_mtf_cross_all_tf,sell,2025-09-07 11:21:00,1388.0 -66322,sell_mtf_cross_all_tf,sell,2025-09-07 11:24:00,1390.0 -66323,sell_mtf_cross_all_tf,sell,2025-09-07 11:27:00,1390.0 -66324,sell_mtf_cross_all_tf,sell,2025-09-07 11:30:00,1392.0 -66325,sell_mtf_cross_all_tf,sell,2025-09-07 11:33:00,1393.0 -66326,sell_mtf_cross_all_tf,sell,2025-09-07 11:36:00,1393.0 -66327,sell_mtf_cross_all_tf,sell,2025-09-07 11:39:00,1395.0 -66328,sell_mtf_cross_all_tf,sell,2025-09-07 11:42:00,1394.0 -66329,sell_mtf_cross_all_tf,sell,2025-09-07 13:36:00,1428.0 -66330,sell_mtf_cross_all_tf,sell,2025-09-07 13:39:00,1425.0 -66331,sell_mtf_cross_all_tf,sell,2025-09-07 13:42:00,1423.0 -66332,sell_mtf_cross_all_tf,sell,2025-09-07 13:45:00,1425.0 -66333,sell_mtf_cross_all_tf,sell,2025-09-07 13:48:00,1422.0 -66334,sell_mtf_cross_all_tf,sell,2025-09-07 15:00:00,1466.0 -66335,sell_mtf_cross_all_tf,sell,2025-09-07 15:03:00,1470.0 -66336,sell_mtf_cross_all_tf,sell,2025-09-07 15:06:00,1470.0 -66337,sell_mtf_cross_all_tf,sell,2025-09-07 15:09:00,1470.0 -66338,sell_mtf_cross_all_tf,sell,2025-09-07 20:15:00,1433.0 -66339,sell_mtf_cross_all_tf,sell,2025-09-07 20:18:00,1431.0 -66340,sell_mtf_cross_all_tf,sell,2025-09-07 20:27:00,1435.0 -66341,sell_mtf_cross_all_tf,sell,2025-09-07 20:30:00,1437.0 -66342,sell_mtf_cross_all_tf,sell,2025-09-07 20:33:00,1435.0 -66343,sell_mtf_cross_all_tf,sell,2025-09-07 20:36:00,1436.0 -66344,sell_mtf_cross_all_tf,sell,2025-09-07 20:39:00,1438.0 -66345,sell_mtf_cross_all_tf,sell,2025-09-07 21:06:00,1448.0 -66346,sell_mtf_cross_all_tf,sell,2025-09-07 21:15:00,1450.0 -66347,sell_mtf_cross_all_tf,sell,2025-09-07 21:18:00,1450.0 -66348,sell_mtf_cross_all_tf,sell,2025-09-07 21:21:00,1454.0 -66349,sell_mtf_cross_all_tf,sell,2025-09-07 21:24:00,1454.0 -66350,sell_mtf_cross_all_tf,sell,2025-09-07 21:27:00,1454.0 -66351,sell_mtf_cross_all_tf,sell,2025-09-07 21:30:00,1458.0 -66352,sell_mtf_cross_all_tf,sell,2025-09-07 21:33:00,1452.0 -66353,sell_mtf_cross_all_tf,sell,2025-09-07 22:15:00,1463.0 -66354,sell_mtf_cross_all_tf,sell,2025-09-07 22:30:00,1464.0 -66355,sell_mtf_cross_all_tf,sell,2025-09-07 22:33:00,1472.0 -66356,sell_mtf_cross_all_tf,sell,2025-09-07 22:36:00,1474.0 -66357,sell_mtf_cross_all_tf,sell,2025-09-07 22:39:00,1475.0 -66358,sell_mtf_cross_all_tf,sell,2025-09-07 22:45:00,1473.0 -66359,sell_mtf_cross_all_tf,sell,2025-09-07 22:54:00,1478.0 -66360,sell_mtf_cross_all_tf,sell,2025-09-07 23:06:00,1483.0 -66361,sell_mtf_cross_all_tf,sell,2025-09-07 23:09:00,1480.0 -66362,sell_mtf_cross_all_tf,sell,2025-09-08 00:00:00,1483.0 -66363,sell_mtf_cross_all_tf,sell,2025-09-08 00:24:00,1494.0 -66364,sell_mtf_cross_all_tf,sell,2025-09-08 10:36:00,1507.0 -66365,sell_mtf_cross_all_tf,sell,2025-09-08 10:39:00,1516.0 -66366,sell_mtf_cross_all_tf,sell,2025-09-08 11:00:00,1538.0 -66367,sell_mtf_cross_all_tf,sell,2025-09-08 11:03:00,1545.0 -66368,sell_mtf_cross_all_tf,sell,2025-09-08 11:06:00,1546.0 -66369,sell_mtf_cross_all_tf,sell,2025-09-08 11:21:00,1572.0 -66370,sell_mtf_cross_all_tf,sell,2025-09-08 11:24:00,1593.0 -66371,sell_mtf_cross_all_tf,sell,2025-09-08 11:42:00,1584.0 -66372,sell_mtf_cross_all_tf,sell,2025-09-08 11:45:00,1594.0 -66373,sell_mtf_cross_all_tf,sell,2025-09-08 11:48:00,1606.0 -66374,sell_mtf_cross_all_tf,sell,2025-09-08 11:57:00,1625.0 -66375,sell_mtf_cross_all_tf,sell,2025-09-08 12:00:00,1633.0 -66376,sell_mtf_cross_all_tf,sell,2025-09-08 12:03:00,1635.0 -66377,sell_mtf_cross_all_tf,sell,2025-09-08 12:06:00,1634.0 -66378,sell_mtf_cross_all_tf,sell,2025-09-08 12:09:00,1643.0 -66379,sell_mtf_cross_all_tf,sell,2025-09-08 12:15:00,1662.0 -66380,sell_mtf_cross_all_tf,sell,2025-09-08 12:18:00,1659.0 -66381,sell_mtf_cross_all_tf,sell,2025-09-08 12:21:00,1670.0 -66382,sell_mtf_cross_all_tf,sell,2025-09-08 12:24:00,1668.0 -66383,sell_mtf_cross_all_tf,sell,2025-09-08 12:27:00,1658.0 -66384,sell_mtf_cross_all_tf,sell,2025-09-08 12:30:00,1656.0 -66385,sell_mtf_cross_all_tf,sell,2025-09-08 12:33:00,1658.0 -66386,sell_mtf_cross_all_tf,sell,2025-09-08 12:36:00,1662.0 -66387,sell_mtf_cross_all_tf,sell,2025-09-08 12:45:00,1697.0 -66388,sell_mtf_cross_all_tf,sell,2025-09-08 13:21:00,1702.0 -66389,sell_mtf_cross_all_tf,sell,2025-09-08 13:36:00,1722.0 -66390,sell_mtf_cross_all_tf,sell,2025-09-08 13:39:00,1723.0 -66391,sell_mtf_cross_all_tf,sell,2025-09-08 13:42:00,1724.0 -66392,sell_mtf_cross_all_tf,sell,2025-09-08 13:45:00,1732.0 -66393,sell_mtf_cross_all_tf,sell,2025-09-08 13:48:00,1721.0 -66394,sell_mtf_cross_all_tf,sell,2025-09-08 13:51:00,1725.0 -66395,sell_mtf_cross_all_tf,sell,2025-09-08 13:54:00,1728.0 -66396,sell_mtf_cross_all_tf,sell,2025-09-08 13:57:00,1746.0 -66397,sell_mtf_cross_all_tf,sell,2025-09-08 14:15:00,1801.0 -66398,sell_mtf_cross_all_tf,sell,2025-09-08 14:18:00,1784.0 -66399,sell_mtf_cross_all_tf,sell,2025-09-08 14:30:00,1791.0 -66400,sell_mtf_cross_all_tf,sell,2025-09-08 22:30:00,1779.0 -66401,sell_mtf_cross_all_tf,sell,2025-09-08 22:45:00,1804.0 -66402,sell_mtf_cross_all_tf,sell,2025-09-08 22:48:00,1805.0 -66403,sell_mtf_cross_all_tf,sell,2025-09-08 22:51:00,1808.0 -66404,sell_mtf_cross_all_tf,sell,2025-09-08 22:54:00,1809.0 -66405,sell_mtf_cross_all_tf,sell,2025-09-08 22:57:00,1809.0 -66406,sell_mtf_cross_all_tf,sell,2025-09-08 23:00:00,1809.0 -66407,sell_mtf_cross_all_tf,sell,2025-09-08 23:27:00,1934.0 -66408,sell_mtf_cross_all_tf,sell,2025-09-08 23:36:00,1970.0 -66409,sell_mtf_cross_all_tf,sell,2025-09-08 23:39:00,2000.0 -66410,sell_mtf_cross_all_tf,sell,2025-09-08 23:45:00,2037.0 -66411,sell_mtf_cross_all_tf,sell,2025-09-08 23:48:00,2024.0 -66412,sell_mtf_cross_all_tf,sell,2025-09-08 23:51:00,2020.0 -66413,sell_mtf_cross_all_tf,sell,2025-09-08 23:54:00,2034.0 -66414,sell_mtf_cross_all_tf,sell,2025-09-08 23:57:00,2026.0 -66415,sell_mtf_cross_all_tf,sell,2025-09-09 00:00:00,2073.0 -66416,sell_mtf_cross_all_tf,sell,2025-09-09 00:12:00,2105.0 -66417,sell_mtf_cross_all_tf,sell,2025-09-09 00:15:00,2135.0 -66418,sell_mtf_cross_all_tf,sell,2025-09-09 00:18:00,2110.0 -66419,sell_mtf_cross_all_tf,sell,2025-09-09 00:30:00,2127.0 -66420,sell_mtf_cross_all_tf,sell,2025-09-09 06:45:00,2127.0 -66421,sell_mtf_cross_all_tf,sell,2025-09-09 06:48:00,2136.0 -66422,sell_mtf_cross_all_tf,sell,2025-09-09 06:51:00,2130.0 -66423,sell_mtf_cross_all_tf,sell,2025-09-09 06:54:00,2139.0 -66424,sell_mtf_cross_all_tf,sell,2025-09-09 06:57:00,2143.0 -66425,sell_mtf_cross_all_tf,sell,2025-09-09 07:00:00,2145.0 -66426,sell_mtf_cross_all_tf,sell,2025-09-09 07:03:00,2144.0 -66427,sell_mtf_cross_all_tf,sell,2025-09-09 07:06:00,2147.0 -66428,sell_mtf_cross_all_tf,sell,2025-09-09 07:09:00,2146.0 -66429,sell_mtf_cross_all_tf,sell,2025-09-09 08:57:00,2182.0 -66430,sell_mtf_cross_all_tf,sell,2025-09-09 09:30:00,2494.0 -66431,sell_mtf_cross_all_tf,sell,2025-09-09 09:33:00,2445.0 -66432,sell_mtf_cross_all_tf,sell,2025-09-09 09:36:00,2439.0 -66433,sell_mtf_cross_all_tf,sell,2025-09-09 12:51:00,2541.0 -66434,sell_mtf_cross_all_tf,sell,2025-09-09 12:54:00,2552.0 -66435,sell_mtf_cross_all_tf,sell,2025-09-09 13:03:00,2591.0 -66436,sell_mtf_cross_all_tf,sell,2025-09-09 13:06:00,2601.0 -66437,sell_mtf_cross_all_tf,sell,2025-09-09 13:09:00,2616.0 -66438,sell_mtf_cross_all_tf,sell,2025-09-09 13:12:00,2591.0 -66439,sell_mtf_cross_all_tf,sell,2025-09-09 16:21:00,2734.0 -66440,sell_mtf_cross_all_tf,sell,2025-09-09 19:42:00,2940.0 -66441,sell_mtf_cross_all_tf,sell,2025-09-09 19:45:00,2938.0 -66442,sell_mtf_cross_all_tf,sell,2025-09-09 19:48:00,2917.0 -66443,sell_mtf_cross_all_tf,sell,2025-09-10 08:21:00,2650.0 -66444,sell_mtf_cross_all_tf,sell,2025-09-10 08:24:00,2653.0 -66445,sell_mtf_cross_all_tf,sell,2025-09-10 08:27:00,2668.0 -66446,sell_mtf_cross_all_tf,sell,2025-09-10 08:30:00,2666.0 -66447,sell_mtf_cross_all_tf,sell,2025-09-10 08:33:00,2657.0 -66448,sell_mtf_cross_all_tf,sell,2025-09-10 08:45:00,2675.0 -66449,sell_mtf_cross_all_tf,sell,2025-09-10 08:48:00,2688.0 -66450,sell_mtf_cross_all_tf,sell,2025-09-10 08:51:00,2694.0 -66451,sell_mtf_cross_all_tf,sell,2025-09-10 08:54:00,2703.0 -66452,sell_mtf_cross_all_tf,sell,2025-09-10 08:57:00,2691.0 -66453,sell_mtf_cross_all_tf,sell,2025-09-10 10:42:00,2844.0 -66454,sell_mtf_cross_all_tf,sell,2025-09-10 10:45:00,2844.0 -66455,sell_mtf_cross_all_tf,sell,2025-09-18 00:51:00,2112.0 -66456,sell_mtf_cross_all_tf,sell,2025-09-18 01:45:00,2145.0 -66457,sell_mtf_cross_all_tf,sell,2025-09-18 01:48:00,2143.0 -66458,sell_mtf_cross_all_tf,sell,2025-09-18 01:51:00,2163.0 -66459,sell_mtf_cross_all_tf,sell,2025-09-18 02:00:00,2176.0 -66460,sell_mtf_cross_all_tf,sell,2025-09-18 02:03:00,2157.0 -66461,sell_mtf_cross_all_tf,sell,2025-09-18 04:15:00,2218.0 -66462,sell_mtf_cross_all_tf,sell,2025-09-18 04:21:00,2218.0 -66463,sell_mtf_cross_all_tf,sell,2025-09-18 04:24:00,2209.0 -66464,sell_mtf_cross_all_tf,sell,2025-09-18 04:27:00,2208.0 -66465,sell_mtf_cross_all_tf,sell,2025-09-18 07:15:00,2226.0 -66466,sell_mtf_cross_all_tf,sell,2025-09-18 07:18:00,2220.0 -66467,sell_mtf_cross_all_tf,sell,2025-09-18 07:21:00,2223.0 -66468,sell_mtf_cross_all_tf,sell,2025-09-18 07:24:00,2222.0 -66469,sell_mtf_cross_all_tf,sell,2025-09-18 12:36:00,2240.0 -66470,sell_mtf_cross_all_tf,sell,2025-09-27 02:36:00,1837.0 -66471,sell_mtf_cross_all_tf,sell,2025-09-27 02:39:00,1839.0 -66472,sell_mtf_cross_all_tf,sell,2025-09-27 02:42:00,1835.0 -66473,sell_mtf_cross_all_tf,sell,2025-09-27 02:51:00,1839.0 -66474,sell_mtf_cross_all_tf,sell,2025-09-27 02:54:00,1839.0 -66475,sell_mtf_cross_all_tf,sell,2025-09-27 03:00:00,1839.0 -66476,sell_mtf_cross_all_tf,sell,2025-09-27 03:03:00,1841.0 -66477,sell_mtf_cross_all_tf,sell,2025-09-27 03:09:00,1839.0 -66478,sell_mtf_cross_all_tf,sell,2025-09-27 05:27:00,1853.0 -66479,sell_mtf_cross_all_tf,sell,2025-09-27 09:00:00,1853.0 -66480,sell_mtf_cross_all_tf,sell,2025-09-27 09:03:00,1854.0 -66481,sell_mtf_cross_all_tf,sell,2025-09-27 09:09:00,1853.0 -66482,sell_mtf_cross_all_tf,sell,2025-09-27 11:57:00,1870.0 -66483,sell_mtf_cross_all_tf,sell,2025-09-27 12:00:00,1869.0 -66484,sell_mtf_cross_all_tf,sell,2025-09-27 12:36:00,1884.0 -66485,sell_mtf_cross_all_tf,sell,2025-09-27 12:39:00,1885.0 -66486,sell_mtf_cross_all_tf,sell,2025-09-27 13:21:00,1897.0 -66487,sell_mtf_cross_all_tf,sell,2025-09-27 13:24:00,1899.0 -66488,sell_mtf_cross_all_tf,sell,2025-09-27 15:00:00,1951.0 -66489,sell_mtf_cross_all_tf,sell,2025-09-27 15:03:00,1957.0 -66490,sell_mtf_cross_all_tf,sell,2025-09-29 00:51:00,1817.0 -66491,sell_mtf_cross_all_tf,sell,2025-09-29 00:54:00,1817.0 -66492,sell_mtf_cross_all_tf,sell,2025-09-29 01:00:00,1819.0 -66493,sell_mtf_cross_all_tf,sell,2025-09-29 01:15:00,1823.0 -66494,sell_mtf_cross_all_tf,sell,2025-09-29 02:18:00,1827.0 -66495,sell_mtf_cross_all_tf,sell,2025-09-29 02:21:00,1828.0 -66496,sell_mtf_cross_all_tf,sell,2025-09-29 02:24:00,1828.0 -66497,sell_mtf_cross_all_tf,sell,2025-09-29 02:30:00,1826.0 -66498,sell_mtf_cross_all_tf,sell,2025-09-29 02:33:00,1830.0 -66499,sell_mtf_cross_all_tf,sell,2025-09-29 02:39:00,1833.0 -66500,sell_mtf_cross_all_tf,sell,2025-09-29 02:51:00,1836.0 -66501,sell_mtf_cross_all_tf,sell,2025-09-29 02:54:00,1834.0 -66502,sell_mtf_cross_all_tf,sell,2025-09-29 03:00:00,1835.0 -66503,sell_mtf_cross_all_tf,sell,2025-09-29 03:03:00,1836.0 -66504,sell_mtf_cross_all_tf,sell,2025-09-29 03:06:00,1838.0 -66505,sell_mtf_cross_all_tf,sell,2025-09-29 03:12:00,1836.0 -66506,sell_mtf_cross_all_tf,sell,2025-09-29 04:06:00,1854.0 -66507,sell_mtf_cross_all_tf,sell,2025-09-29 05:30:00,1856.0 -66508,sell_mtf_cross_all_tf,sell,2025-09-29 05:39:00,1862.0 -66509,sell_mtf_cross_all_tf,sell,2025-09-29 06:15:00,1860.0 -66510,sell_mtf_cross_all_tf,sell,2025-09-29 07:30:00,1873.0 -66511,sell_mtf_cross_all_tf,sell,2025-09-29 07:33:00,1884.0 -66512,sell_mtf_cross_all_tf,sell,2025-09-29 07:45:00,1887.0 -66513,sell_mtf_cross_all_tf,sell,2025-10-02 00:45:00,1865.0 -66514,sell_mtf_cross_all_tf,sell,2025-10-02 00:48:00,1866.0 -66515,sell_mtf_cross_all_tf,sell,2025-10-02 01:00:00,1866.0 -66516,sell_mtf_cross_all_tf,sell,2025-10-02 01:12:00,1865.0 -66517,sell_mtf_cross_all_tf,sell,2025-10-02 01:15:00,1867.0 -66518,sell_mtf_cross_all_tf,sell,2025-10-02 03:30:00,1871.0 -66519,sell_mtf_cross_all_tf,sell,2025-10-02 03:33:00,1875.0 -66520,sell_mtf_cross_all_tf,sell,2025-10-02 03:42:00,1876.0 -66521,sell_mtf_cross_all_tf,sell,2025-10-02 03:45:00,1876.0 -66522,sell_mtf_cross_all_tf,sell,2025-10-02 03:48:00,1877.0 -66523,sell_mtf_cross_all_tf,sell,2025-10-02 03:51:00,1877.0 -66524,sell_mtf_cross_all_tf,sell,2025-10-02 03:54:00,1876.0 -66525,sell_mtf_cross_all_tf,sell,2025-10-02 09:00:00,1873.0 -66526,sell_mtf_cross_all_tf,sell,2025-10-02 09:09:00,1876.0 -66527,sell_mtf_cross_all_tf,sell,2025-10-02 09:12:00,1874.0 -66528,sell_mtf_cross_all_tf,sell,2025-10-02 09:15:00,1876.0 -66529,sell_mtf_cross_all_tf,sell,2025-10-02 09:18:00,1876.0 -66530,sell_mtf_cross_all_tf,sell,2025-10-02 09:21:00,1878.0 -66531,sell_mtf_cross_all_tf,sell,2025-10-02 11:06:00,1902.0 -66532,sell_mtf_cross_all_tf,sell,2025-10-02 11:09:00,1899.0 -66533,sell_mtf_cross_all_tf,sell,2025-10-02 11:12:00,1899.0 -66534,sell_mtf_cross_all_tf,sell,2025-10-02 11:15:00,1901.0 -66535,sell_mtf_cross_all_tf,sell,2025-10-02 11:18:00,1900.0 -66536,sell_mtf_cross_all_tf,sell,2025-10-02 11:24:00,1899.0 -66537,sell_mtf_cross_all_tf,sell,2025-10-02 11:27:00,1905.0 -66538,sell_mtf_cross_all_tf,sell,2025-10-02 11:30:00,1908.0 -66539,sell_mtf_cross_all_tf,sell,2025-10-02 11:33:00,1910.0 -66540,sell_mtf_cross_all_tf,sell,2025-10-02 11:39:00,1915.0 -66541,sell_mtf_cross_all_tf,sell,2025-10-02 11:42:00,1917.0 -66542,sell_mtf_cross_all_tf,sell,2025-10-02 11:45:00,1918.0 -66543,sell_mtf_cross_all_tf,sell,2025-10-02 11:48:00,1920.0 -66544,sell_mtf_cross_all_tf,sell,2025-10-02 11:51:00,1917.0 -66545,sell_mtf_cross_all_tf,sell,2025-10-02 11:54:00,1914.0 -66546,sell_mtf_cross_all_tf,sell,2025-10-02 12:00:00,1919.0 -66547,sell_mtf_cross_all_tf,sell,2025-10-03 04:00:00,1910.0 -66548,sell_mtf_cross_all_tf,sell,2025-10-03 04:03:00,1910.0 -66549,sell_mtf_cross_all_tf,sell,2025-10-03 04:21:00,1918.0 -66550,sell_mtf_cross_all_tf,sell,2025-10-03 04:30:00,1917.0 -66551,sell_mtf_cross_all_tf,sell,2025-10-03 05:12:00,1922.0 -66552,sell_mtf_cross_all_tf,sell,2025-10-03 05:15:00,1924.0 -66553,sell_mtf_cross_all_tf,sell,2025-10-03 05:18:00,1924.0 -66554,sell_mtf_cross_all_tf,sell,2025-10-03 05:30:00,1924.0 -66555,sell_mtf_cross_all_tf,sell,2025-10-03 07:15:00,1928.0 -66556,sell_mtf_cross_all_tf,sell,2025-10-03 13:30:00,1916.0 -66557,sell_mtf_cross_all_tf,sell,2025-10-03 13:33:00,1914.0 -66558,sell_mtf_cross_all_tf,sell,2025-10-03 14:06:00,1917.0 -66559,sell_mtf_cross_all_tf,sell,2025-10-04 01:12:00,1927.0 -66560,sell_mtf_cross_all_tf,sell,2025-10-04 01:15:00,1930.0 -66561,sell_mtf_cross_all_tf,sell,2025-10-04 01:18:00,1921.0 -66562,sell_mtf_cross_all_tf,sell,2025-10-04 01:24:00,1922.0 -66563,sell_mtf_cross_all_tf,sell,2025-10-04 01:27:00,1928.0 -66564,sell_mtf_cross_all_tf,sell,2025-10-04 01:30:00,1930.0 -66565,sell_mtf_cross_all_tf,sell,2025-10-04 01:51:00,1958.0 -66566,sell_mtf_cross_all_tf,sell,2025-10-04 01:54:00,1950.0 -66567,sell_mtf_cross_all_tf,sell,2025-10-04 01:57:00,1955.0 -66568,sell_mtf_cross_all_tf,sell,2025-10-10 09:57:00,1767.0 -66569,sell_mtf_cross_all_tf,sell,2025-10-10 10:00:00,1769.0 -66570,sell_mtf_cross_all_tf,sell,2025-10-10 10:03:00,1770.0 -66571,sell_mtf_cross_all_tf,sell,2025-10-10 10:21:00,1786.0 -66572,sell_mtf_cross_all_tf,sell,2025-10-10 10:24:00,1782.0 -66573,sell_mtf_cross_all_tf,sell,2025-10-10 10:30:00,1782.0 -66574,sell_mtf_cross_all_tf,sell,2025-10-10 10:33:00,1783.0 -66575,sell_mtf_cross_all_tf,sell,2025-10-10 11:30:00,1799.0 -66576,sell_mtf_cross_all_tf,sell,2025-10-10 11:33:00,1798.0 -66577,sell_mtf_cross_all_tf,sell,2025-10-10 20:30:00,1818.0 -66578,sell_mtf_cross_all_tf,sell,2025-10-10 20:33:00,1819.0 -66579,sell_mtf_cross_all_tf,sell,2025-10-10 20:36:00,1820.0 -66580,sell_mtf_cross_all_tf,sell,2025-10-10 21:06:00,1848.0 -66581,sell_mtf_cross_all_tf,sell,2025-10-10 21:09:00,1857.0 -66582,sell_mtf_cross_all_tf,sell,2025-10-10 21:12:00,1848.0 -66583,sell_mtf_cross_all_tf,sell,2025-10-10 21:15:00,1848.0 -66584,sell_mtf_cross_all_tf,sell,2025-10-10 21:18:00,1846.0 -66585,sell_mtf_cross_all_tf,sell,2025-10-10 21:36:00,1853.0 -66586,sell_mtf_cross_all_tf,sell,2025-10-10 21:45:00,1856.0 -66587,sell_mtf_cross_all_tf,sell,2025-10-10 21:48:00,1856.0 -66588,sell_mtf_cross_all_tf,sell,2025-10-10 22:15:00,1879.0 -66589,sell_mtf_cross_all_tf,sell,2025-10-10 22:18:00,1877.0 -66590,sell_mtf_cross_all_tf,sell,2025-10-10 22:21:00,1892.0 -66591,sell_mtf_cross_all_tf,sell,2025-10-10 22:24:00,1891.0 -66592,sell_mtf_cross_all_tf,sell,2025-10-10 22:27:00,1890.0 -66593,sell_mtf_cross_all_tf,sell,2025-10-10 22:30:00,1885.0 -66594,sell_mtf_cross_all_tf,sell,2025-10-10 22:33:00,1886.0 -66595,sell_mtf_cross_all_tf,sell,2025-10-10 22:36:00,1891.0 -66596,sell_mtf_cross_all_tf,sell,2025-10-19 05:36:00,1364.0 -66597,sell_mtf_cross_all_tf,sell,2025-10-19 19:00:00,1347.0 -66598,sell_mtf_cross_all_tf,sell,2025-10-19 19:03:00,1349.0 -66599,sell_mtf_cross_all_tf,sell,2025-10-19 19:21:00,1351.0 -66600,sell_mtf_cross_all_tf,sell,2025-10-19 19:24:00,1357.0 -66601,sell_mtf_cross_all_tf,sell,2025-10-19 19:36:00,1361.0 -66602,sell_mtf_cross_all_tf,sell,2025-10-19 19:39:00,1362.0 -66603,sell_mtf_cross_all_tf,sell,2025-10-19 19:42:00,1365.0 -66604,sell_mtf_cross_all_tf,sell,2025-10-19 19:45:00,1365.0 -66605,sell_mtf_cross_all_tf,sell,2025-10-19 19:48:00,1362.0 -66606,sell_mtf_cross_all_tf,sell,2025-10-19 20:06:00,1368.0 -66607,sell_mtf_cross_all_tf,sell,2025-10-19 20:09:00,1372.0 -66608,sell_mtf_cross_all_tf,sell,2025-10-19 20:21:00,1371.0 -66609,sell_mtf_cross_all_tf,sell,2025-10-19 23:12:00,1382.0 -66610,sell_mtf_cross_all_tf,sell,2025-10-19 23:30:00,1393.0 -66611,sell_mtf_cross_all_tf,sell,2025-10-19 23:33:00,1394.0 -66612,sell_mtf_cross_all_tf,sell,2025-10-19 23:36:00,1390.0 -66613,sell_mtf_cross_all_tf,sell,2025-10-19 23:39:00,1390.0 -66614,sell_mtf_cross_all_tf,sell,2025-10-19 23:45:00,1397.0 -66615,sell_mtf_cross_all_tf,sell,2025-10-19 23:48:00,1397.0 -66616,sell_mtf_cross_all_tf,sell,2025-10-19 23:51:00,1400.0 -66617,sell_mtf_cross_all_tf,sell,2025-10-19 23:54:00,1403.0 -66618,sell_mtf_cross_all_tf,sell,2025-10-19 23:57:00,1402.0 -66619,sell_mtf_cross_all_tf,sell,2025-10-20 00:00:00,1403.0 -66620,sell_mtf_cross_all_tf,sell,2025-10-20 00:03:00,1400.0 -66621,sell_mtf_cross_all_tf,sell,2025-10-20 00:06:00,1399.0 -66622,sell_mtf_cross_all_tf,sell,2025-10-20 00:12:00,1401.0 -66623,sell_mtf_cross_all_tf,sell,2025-10-20 00:21:00,1401.0 -66624,sell_mtf_cross_all_tf,sell,2025-10-20 13:12:00,1395.0 -66625,sell_mtf_cross_all_tf,sell,2025-10-20 13:15:00,1400.0 -66626,sell_mtf_cross_all_tf,sell,2025-10-20 13:18:00,1395.0 -66627,sell_mtf_cross_all_tf,sell,2025-10-20 15:12:00,1403.0 -66628,sell_mtf_cross_all_tf,sell,2025-10-20 15:42:00,1408.0 -66629,sell_mtf_cross_all_tf,sell,2025-10-20 15:48:00,1408.0 -66630,sell_mtf_cross_all_tf,sell,2025-10-20 15:51:00,1406.0 -66631,sell_mtf_cross_all_tf,sell,2025-10-20 15:54:00,1407.0 -66632,sell_mtf_cross_all_tf,sell,2025-10-20 15:57:00,1409.0 -66633,sell_mtf_cross_all_tf,sell,2025-10-20 23:00:00,1407.0 -66634,sell_mtf_cross_all_tf,sell,2025-10-20 23:06:00,1403.0 -66635,sell_mtf_cross_all_tf,sell,2025-10-21 20:06:00,1343.0 -66636,sell_mtf_cross_all_tf,sell,2025-10-21 20:09:00,1342.0 -66637,sell_mtf_cross_all_tf,sell,2025-10-21 20:15:00,1343.0 -66638,sell_mtf_cross_all_tf,sell,2025-10-21 20:18:00,1346.0 -66639,sell_mtf_cross_all_tf,sell,2025-10-21 20:30:00,1348.0 -66640,sell_mtf_cross_all_tf,sell,2025-10-21 20:36:00,1347.0 -66641,sell_mtf_cross_all_tf,sell,2025-10-21 20:39:00,1347.0 -66642,sell_mtf_cross_all_tf,sell,2025-10-21 20:42:00,1348.0 -66643,sell_mtf_cross_all_tf,sell,2025-10-21 21:30:00,1355.0 -66644,sell_mtf_cross_all_tf,sell,2025-10-21 21:33:00,1356.0 -66645,sell_mtf_cross_all_tf,sell,2025-10-21 21:36:00,1353.0 -66646,sell_mtf_cross_all_tf,sell,2025-10-21 21:39:00,1356.0 -66647,sell_mtf_cross_all_tf,sell,2025-10-21 21:42:00,1359.0 -66648,sell_mtf_cross_all_tf,sell,2025-10-21 21:45:00,1358.0 -66649,sell_mtf_cross_all_tf,sell,2025-10-21 21:48:00,1357.0 -66650,sell_mtf_cross_all_tf,sell,2025-10-21 23:36:00,1385.0 -66651,sell_mtf_cross_all_tf,sell,2025-10-21 23:39:00,1385.0 -66652,sell_mtf_cross_all_tf,sell,2025-10-21 23:42:00,1386.0 -66653,sell_mtf_cross_all_tf,sell,2025-10-21 23:48:00,1386.0 -66654,sell_mtf_cross_all_tf,sell,2025-10-21 23:51:00,1395.0 -66655,sell_mtf_cross_all_tf,sell,2025-10-21 23:54:00,1400.0 -66656,sell_mtf_cross_all_tf,sell,2025-10-26 00:06:00,1313.0 -66657,sell_mtf_cross_all_tf,sell,2025-10-26 01:06:00,1315.0 -66658,sell_mtf_cross_all_tf,sell,2025-10-26 01:30:00,1317.0 -66659,sell_mtf_cross_all_tf,sell,2025-10-26 01:33:00,1319.0 -66660,sell_mtf_cross_all_tf,sell,2025-10-26 01:36:00,1319.0 -66661,sell_mtf_cross_all_tf,sell,2025-10-26 02:21:00,1322.0 -66662,sell_mtf_cross_all_tf,sell,2025-10-26 03:45:00,1328.0 -66663,sell_mtf_cross_all_tf,sell,2025-10-26 03:48:00,1326.0 -66664,sell_mtf_cross_all_tf,sell,2025-10-26 05:12:00,1329.0 -66665,sell_mtf_cross_all_tf,sell,2025-10-26 05:15:00,1329.0 -66666,sell_mtf_cross_all_tf,sell,2025-10-26 05:18:00,1329.0 -66667,sell_mtf_cross_all_tf,sell,2025-10-26 05:21:00,1329.0 -66668,sell_mtf_cross_all_tf,sell,2025-10-26 05:42:00,1333.0 -66669,sell_mtf_cross_all_tf,sell,2025-10-26 05:45:00,1334.0 -66670,sell_mtf_cross_all_tf,sell,2025-10-26 05:48:00,1335.0 -66671,sell_mtf_cross_all_tf,sell,2025-10-26 05:57:00,1338.0 -66672,sell_mtf_cross_all_tf,sell,2025-10-26 06:00:00,1335.0 -66673,sell_mtf_cross_all_tf,sell,2025-10-26 06:12:00,1336.0 -66674,sell_mtf_cross_all_tf,sell,2025-10-26 08:00:00,1336.0 -66675,sell_mtf_cross_all_tf,sell,2025-10-26 08:03:00,1334.0 -66676,sell_mtf_cross_all_tf,sell,2025-10-26 08:06:00,1337.0 -66677,sell_mtf_cross_all_tf,sell,2025-10-26 08:09:00,1336.0 -66678,sell_mtf_cross_all_tf,sell,2025-10-26 08:12:00,1337.0 -66679,sell_mtf_cross_all_tf,sell,2025-10-26 08:15:00,1336.0 -66680,sell_mtf_cross_all_tf,sell,2025-10-26 15:06:00,1332.0 -66681,sell_mtf_cross_all_tf,sell,2025-10-26 15:09:00,1331.0 -66682,sell_mtf_cross_all_tf,sell,2025-10-26 15:21:00,1333.0 -66683,sell_mtf_cross_all_tf,sell,2025-10-26 15:24:00,1335.0 -66684,sell_mtf_cross_all_tf,sell,2025-10-26 15:45:00,1336.0 -66685,sell_mtf_cross_all_tf,sell,2025-10-26 15:51:00,1337.0 -66686,sell_mtf_cross_all_tf,sell,2025-10-26 17:15:00,1338.0 -66687,sell_mtf_cross_all_tf,sell,2025-10-26 18:06:00,1347.0 -66688,sell_mtf_cross_all_tf,sell,2025-10-26 18:09:00,1346.0 -66689,sell_mtf_cross_all_tf,sell,2025-10-26 18:36:00,1359.0 -66690,sell_mtf_cross_all_tf,sell,2025-10-26 19:00:00,1361.0 -66691,sell_mtf_cross_all_tf,sell,2025-10-26 19:15:00,1363.0 -66692,sell_mtf_cross_all_tf,sell,2025-10-26 21:12:00,1391.0 -66693,sell_mtf_cross_all_tf,sell,2025-10-26 21:15:00,1392.0 -66694,sell_mtf_cross_all_tf,sell,2025-10-26 21:18:00,1400.0 -66695,sell_mtf_cross_all_tf,sell,2025-10-26 21:21:00,1391.0 -66696,sell_mtf_cross_all_tf,sell,2025-10-27 01:51:00,1402.0 -66697,sell_mtf_cross_all_tf,sell,2025-10-27 01:54:00,1399.0 -66698,sell_mtf_cross_all_tf,sell,2025-10-27 01:57:00,1398.0 -66699,sell_mtf_cross_all_tf,sell,2025-10-27 03:21:00,1403.0 -66700,sell_mtf_cross_all_tf,sell,2025-10-27 03:24:00,1402.0 -66701,sell_mtf_cross_all_tf,sell,2025-10-27 04:03:00,1408.0 -66702,sell_mtf_cross_all_tf,sell,2025-10-27 07:21:00,1412.0 -66703,sell_mtf_cross_all_tf,sell,2025-10-27 07:24:00,1410.0 -66704,sell_mtf_cross_all_tf,sell,2025-10-27 07:27:00,1412.0 -66705,sell_mtf_cross_all_tf,sell,2025-10-27 07:30:00,1413.0 -66706,sell_mtf_cross_all_tf,sell,2025-10-27 07:45:00,1413.0 -66707,sell_mtf_cross_all_tf,sell,2025-10-27 07:48:00,1416.0 -66708,sell_mtf_cross_all_tf,sell,2025-10-27 07:51:00,1416.0 -66709,sell_mtf_cross_all_tf,sell,2025-11-02 01:12:00,1308.0 -66710,sell_mtf_cross_all_tf,sell,2025-11-02 03:51:00,1313.0 -66711,sell_mtf_cross_all_tf,sell,2025-11-08 00:06:00,1139.0 -66712,sell_mtf_cross_all_tf,sell,2025-11-08 00:09:00,1138.0 -66713,sell_mtf_cross_all_tf,sell,2025-11-08 00:27:00,1175.0 -66714,sell_mtf_cross_all_tf,sell,2025-11-08 00:42:00,1181.0 -66715,sell_mtf_cross_all_tf,sell,2025-11-08 00:45:00,1183.0 -66716,sell_mtf_cross_all_tf,sell,2025-11-08 00:48:00,1188.0 -66717,sell_mtf_cross_all_tf,sell,2025-11-08 00:51:00,1191.0 -66718,sell_mtf_cross_all_tf,sell,2025-11-08 00:54:00,1194.0 -66719,sell_mtf_cross_all_tf,sell,2025-11-08 00:57:00,1194.0 -66720,sell_mtf_cross_all_tf,sell,2025-11-08 01:00:00,1198.0 -66721,sell_mtf_cross_all_tf,sell,2025-11-08 01:03:00,1205.0 -66722,sell_mtf_cross_all_tf,sell,2025-11-08 01:06:00,1205.0 -66723,sell_mtf_cross_all_tf,sell,2025-11-08 01:09:00,1195.0 -66724,sell_mtf_cross_all_tf,sell,2025-11-08 01:12:00,1195.0 -66725,sell_mtf_cross_all_tf,sell,2025-11-08 01:21:00,1210.0 -66726,sell_mtf_cross_all_tf,sell,2025-11-08 01:27:00,1213.0 -66727,sell_mtf_cross_all_tf,sell,2025-11-08 01:30:00,1216.0 -66728,sell_mtf_cross_all_tf,sell,2025-11-08 01:33:00,1210.0 -66729,sell_mtf_cross_all_tf,sell,2025-11-08 01:57:00,1213.0 -66730,sell_mtf_cross_all_tf,sell,2025-11-08 02:51:00,1265.0 -66731,sell_mtf_cross_all_tf,sell,2025-11-08 02:54:00,1258.0 -66732,sell_mtf_cross_all_tf,sell,2025-11-08 02:57:00,1262.0 -66733,sell_mtf_cross_all_tf,sell,2025-11-08 03:00:00,1266.0 -66734,sell_mtf_cross_all_tf,sell,2025-11-08 03:03:00,1272.0 -66735,sell_mtf_cross_all_tf,sell,2025-11-08 03:06:00,1272.0 -66736,sell_mtf_cross_all_tf,sell,2025-11-08 03:09:00,1276.0 -66737,sell_mtf_cross_all_tf,sell,2025-11-08 03:12:00,1273.0 -66738,sell_mtf_cross_all_tf,sell,2025-11-08 03:15:00,1276.0 -66739,sell_mtf_cross_all_tf,sell,2025-11-08 03:18:00,1272.0 -66740,sell_mtf_cross_all_tf,sell,2025-11-08 03:30:00,1281.0 -66741,sell_mtf_cross_all_tf,sell,2025-11-08 03:33:00,1276.0 -66742,sell_mtf_cross_all_tf,sell,2025-11-09 20:21:00,1196.0 -66743,sell_mtf_cross_all_tf,sell,2025-11-09 20:24:00,1191.0 -66744,sell_mtf_cross_all_tf,sell,2025-11-09 20:27:00,1194.0 -66745,sell_mtf_cross_all_tf,sell,2025-11-09 20:30:00,1193.0 -66746,sell_mtf_cross_all_tf,sell,2025-11-09 22:42:00,1200.0 -66747,sell_mtf_cross_all_tf,sell,2025-11-09 23:42:00,1220.0 -66748,sell_mtf_cross_all_tf,sell,2025-11-09 23:45:00,1215.0 -66749,sell_mtf_cross_all_tf,sell,2025-11-10 00:21:00,1221.0 -66750,sell_mtf_cross_all_tf,sell,2025-11-10 05:03:00,1223.0 -66751,sell_mtf_cross_all_tf,sell,2025-11-10 05:06:00,1221.0 -66752,sell_mtf_cross_all_tf,sell,2025-11-10 09:30:00,1220.0 -66753,sell_mtf_cross_all_tf,sell,2025-11-10 09:33:00,1222.0 -66754,sell_mtf_cross_all_tf,sell,2025-11-10 10:00:00,1231.0 -66755,sell_mtf_cross_all_tf,sell,2025-11-10 10:03:00,1235.0 -66756,sell_mtf_cross_all_tf,sell,2025-11-10 10:06:00,1232.0 -66757,sell_mtf_cross_all_tf,sell,2025-11-10 14:12:00,1238.0 -66758,sell_mtf_cross_all_tf,sell,2025-11-10 14:15:00,1239.0 -66759,sell_mtf_cross_all_tf,sell,2025-11-10 18:45:00,1249.0 -66760,sell_mtf_cross_all_tf,sell,2025-11-10 18:48:00,1251.0 -66761,sell_mtf_cross_all_tf,sell,2025-11-10 18:51:00,1252.0 -66762,sell_mtf_cross_all_tf,sell,2025-11-10 18:54:00,1255.0 -66763,sell_mtf_cross_all_tf,sell,2025-11-10 18:57:00,1252.0 -66764,sell_mtf_cross_all_tf,sell,2025-11-10 19:00:00,1250.0 -66765,sell_mtf_cross_all_tf,sell,2025-11-10 19:03:00,1250.0 -66766,sell_mtf_cross_all_tf,sell,2025-11-11 08:00:00,1239.0 -66767,sell_mtf_cross_all_tf,sell,2025-11-11 08:03:00,1235.0 -66768,sell_mtf_cross_all_tf,sell,2025-11-11 08:15:00,1237.0 -66769,sell_mtf_cross_all_tf,sell,2025-11-11 11:45:00,1244.0 -66770,sell_mtf_cross_all_tf,sell,2025-11-11 11:48:00,1242.0 -66771,sell_mtf_cross_all_tf,sell,2025-11-20 08:21:00,997.0 -66772,sell_mtf_cross_all_tf,sell,2025-11-20 08:24:00,998.0 -66773,sell_mtf_cross_all_tf,sell,2025-11-20 08:27:00,997.0 -66774,sell_mtf_cross_all_tf,sell,2025-11-20 08:30:00,996.0 -66775,sell_mtf_cross_all_tf,sell,2025-11-20 08:33:00,995.0 -66776,sell_mtf_cross_all_tf,sell,2025-11-20 09:36:00,1002.0 -66777,sell_mtf_cross_all_tf,sell,2025-11-20 09:39:00,1001.0 -66778,sell_mtf_cross_all_tf,sell,2025-11-20 09:42:00,1000.0 -66779,sell_mtf_cross_all_tf,sell,2025-11-20 10:45:00,1003.0 -66780,sell_mtf_cross_all_tf,sell,2025-11-20 10:48:00,1002.0 -66781,sell_mtf_cross_all_tf,sell,2025-11-20 11:00:00,1005.0 -66782,sell_mtf_cross_all_tf,sell,2025-11-20 11:03:00,1005.0 -66783,sell_mtf_cross_all_tf,sell,2025-11-20 11:15:00,1007.0 -66784,sell_mtf_cross_all_tf,sell,2025-11-20 11:18:00,1007.0 -66785,sell_mtf_cross_all_tf,sell,2025-11-20 11:21:00,1006.0 -66786,sell_mtf_cross_all_tf,sell,2025-11-20 11:24:00,1006.0 -66787,sell_mtf_cross_all_tf,sell,2025-11-20 11:27:00,1007.0 -66788,sell_mtf_cross_all_tf,sell,2025-11-20 11:30:00,1007.0 -66789,sell_mtf_cross_all_tf,sell,2025-11-20 11:33:00,1007.0 -66790,sell_mtf_cross_all_tf,sell,2025-11-20 11:36:00,1008.0 -66791,sell_mtf_cross_all_tf,sell,2025-11-20 11:42:00,1007.0 -66792,sell_mtf_cross_all_tf,sell,2025-11-20 14:12:00,1007.0 -66793,sell_mtf_cross_all_tf,sell,2025-11-20 14:51:00,1010.0 -66794,sell_mtf_cross_all_tf,sell,2025-11-20 15:15:00,1011.0 -66795,sell_mtf_cross_all_tf,sell,2025-11-20 15:30:00,1013.0 -66796,sell_mtf_cross_all_tf,sell,2025-11-20 15:36:00,1013.0 -66797,sell_mtf_cross_all_tf,sell,2025-11-20 17:00:00,1021.0 -66798,sell_mtf_cross_all_tf,sell,2025-11-20 17:03:00,1023.0 -66799,sell_mtf_cross_all_tf,sell,2025-11-20 17:06:00,1022.0 -66800,sell_mtf_cross_all_tf,sell,2025-11-20 17:09:00,1022.0 -66801,sell_mtf_cross_all_tf,sell,2025-11-20 17:12:00,1024.0 -66802,sell_mtf_cross_all_tf,sell,2025-11-20 17:15:00,1024.0 -66803,sell_mtf_cross_all_tf,sell,2025-11-20 17:18:00,1024.0 -66804,sell_mtf_cross_all_tf,sell,2025-11-20 17:21:00,1026.0 -66805,sell_mtf_cross_all_tf,sell,2025-11-20 17:24:00,1023.0 -66806,sell_mtf_cross_all_tf,sell,2025-11-20 17:30:00,1024.0 -66807,sell_mtf_cross_all_tf,sell,2025-11-20 17:36:00,1026.0 -66808,sell_mtf_cross_all_tf,sell,2025-11-20 17:39:00,1025.0 -66809,sell_mtf_cross_all_tf,sell,2025-11-20 18:06:00,1028.0 -66810,sell_mtf_cross_all_tf,sell,2025-11-20 18:12:00,1028.0 -66811,sell_mtf_cross_all_tf,sell,2025-11-20 18:27:00,1035.0 -66812,sell_mtf_cross_all_tf,sell,2025-11-20 18:30:00,1034.0 -66813,sell_mtf_cross_all_tf,sell,2025-11-20 21:00:00,1040.0 -66814,sell_mtf_cross_all_tf,sell,2025-11-20 21:03:00,1039.0 -66815,sell_mtf_cross_all_tf,sell,2025-11-20 21:06:00,1039.0 -66816,sell_mtf_cross_all_tf,sell,2025-11-20 21:15:00,1044.0 -66817,sell_mtf_cross_all_tf,sell,2025-11-20 21:18:00,1042.0 -66818,sell_mtf_cross_all_tf,sell,2025-11-20 21:21:00,1043.0 -66819,sell_mtf_cross_all_tf,sell,2025-11-20 21:24:00,1045.0 -66820,sell_mtf_cross_all_tf,sell,2025-11-20 21:27:00,1045.0 -66821,sell_mtf_cross_all_tf,sell,2025-11-20 21:30:00,1045.0 -66822,sell_mtf_cross_all_tf,sell,2025-11-20 21:36:00,1046.0 -66823,sell_mtf_cross_all_tf,sell,2025-11-20 21:51:00,1049.0 -66824,sell_mtf_cross_all_tf,sell,2025-11-20 22:12:00,1053.0 -66825,sell_mtf_cross_all_tf,sell,2025-11-20 22:15:00,1058.0 -66826,sell_mtf_cross_all_tf,sell,2025-11-20 22:18:00,1056.0 -66827,sell_mtf_cross_all_tf,sell,2025-11-24 00:45:00,927.0 -66828,sell_mtf_cross_all_tf,sell,2025-11-24 00:48:00,928.0 -66829,sell_mtf_cross_all_tf,sell,2025-11-24 00:51:00,927.0 -66830,sell_mtf_cross_all_tf,sell,2025-11-24 00:54:00,927.0 -66831,sell_mtf_cross_all_tf,sell,2025-11-24 00:57:00,929.0 -66832,sell_mtf_cross_all_tf,sell,2025-11-24 01:00:00,927.0 -66833,sell_mtf_cross_all_tf,sell,2025-11-24 05:51:00,928.0 -66834,sell_mtf_cross_all_tf,sell,2025-11-24 07:30:00,929.0 -66835,sell_mtf_cross_all_tf,sell,2025-11-24 07:45:00,940.0 -66836,sell_mtf_cross_all_tf,sell,2025-11-24 07:48:00,939.0 -66837,sell_mtf_cross_all_tf,sell,2025-11-24 07:51:00,938.0 -66838,sell_mtf_cross_all_tf,sell,2025-11-24 07:54:00,938.0 -66839,sell_mtf_cross_all_tf,sell,2025-11-24 07:57:00,938.0 -66840,sell_mtf_cross_all_tf,sell,2025-11-24 08:00:00,939.0 -66841,sell_mtf_cross_all_tf,sell,2025-11-24 11:30:00,939.0 -66842,sell_mtf_cross_all_tf,sell,2025-11-24 14:30:00,942.0 -66843,sell_mtf_cross_all_tf,sell,2025-11-25 00:06:00,923.0 -66844,sell_mtf_cross_all_tf,sell,2025-11-25 00:09:00,921.0 -66845,sell_mtf_cross_all_tf,sell,2025-11-25 00:12:00,921.0 -66846,sell_mtf_cross_all_tf,sell,2025-11-25 00:15:00,920.0 -66847,sell_mtf_cross_all_tf,sell,2025-11-25 00:18:00,919.0 -66848,sell_mtf_cross_all_tf,sell,2025-11-25 00:45:00,925.0 -66849,sell_mtf_cross_all_tf,sell,2025-11-25 00:51:00,928.0 -66850,sell_mtf_cross_all_tf,sell,2025-11-25 00:54:00,925.0 -66851,sell_mtf_cross_all_tf,sell,2025-11-25 01:06:00,927.0 -66852,sell_mtf_cross_all_tf,sell,2025-11-25 01:09:00,927.0 -66853,sell_mtf_cross_all_tf,sell,2025-11-25 01:12:00,929.0 -66854,sell_mtf_cross_all_tf,sell,2025-11-25 01:15:00,930.0 -66855,sell_mtf_cross_all_tf,sell,2025-11-25 01:18:00,932.0 -66856,sell_mtf_cross_all_tf,sell,2025-11-25 01:21:00,935.0 -66857,sell_mtf_cross_all_tf,sell,2025-11-25 01:24:00,936.0 -66858,sell_mtf_cross_all_tf,sell,2025-11-25 01:30:00,934.0 -66859,sell_mtf_cross_all_tf,sell,2025-11-25 01:33:00,933.0 -66860,sell_mtf_cross_all_tf,sell,2025-11-25 01:36:00,935.0 -66861,sell_mtf_cross_all_tf,sell,2025-11-25 01:39:00,935.0 -66862,sell_mtf_cross_all_tf,sell,2025-11-25 01:42:00,934.0 -66863,sell_mtf_cross_all_tf,sell,2025-11-25 01:45:00,936.0 -66864,sell_mtf_cross_all_tf,sell,2025-11-25 01:48:00,937.0 -66865,sell_mtf_cross_all_tf,sell,2025-11-25 02:45:00,948.0 -66866,sell_mtf_cross_all_tf,sell,2025-11-25 02:48:00,950.0 -66867,sell_mtf_cross_all_tf,sell,2025-11-25 02:51:00,952.0 -66868,sell_mtf_cross_all_tf,sell,2025-11-25 02:54:00,954.0 -66869,sell_mtf_cross_all_tf,sell,2025-11-25 03:06:00,959.0 -66870,sell_mtf_cross_all_tf,sell,2025-11-25 03:09:00,963.0 -66871,sell_mtf_cross_all_tf,sell,2025-11-25 03:12:00,959.0 -66872,sell_mtf_cross_all_tf,sell,2025-11-25 03:15:00,960.0 -66873,sell_mtf_cross_all_tf,sell,2025-11-25 03:18:00,962.0 -66874,sell_mtf_cross_all_tf,sell,2025-11-25 03:21:00,960.0 -66875,sell_mtf_cross_all_tf,sell,2025-11-26 05:30:00,950.0 -66876,sell_mtf_cross_all_tf,sell,2025-11-26 05:36:00,952.0 -66877,sell_mtf_cross_all_tf,sell,2025-11-26 05:39:00,950.0 -66878,sell_mtf_cross_all_tf,sell,2025-11-26 05:42:00,950.0 -66879,sell_mtf_cross_all_tf,sell,2025-11-26 05:45:00,951.0 -66880,sell_mtf_cross_all_tf,sell,2025-11-26 05:48:00,951.0 -66881,sell_mtf_cross_all_tf,sell,2025-11-26 05:51:00,951.0 -66882,sell_mtf_cross_all_tf,sell,2025-11-26 05:54:00,951.0 -66883,sell_mtf_cross_all_tf,sell,2025-11-26 05:57:00,952.0 -66884,sell_mtf_cross_all_tf,sell,2025-11-26 07:45:00,953.0 -66885,sell_mtf_cross_all_tf,sell,2025-11-26 07:48:00,951.0 -66886,sell_mtf_cross_all_tf,sell,2025-11-26 08:06:00,955.0 -66887,sell_mtf_cross_all_tf,sell,2025-11-26 08:09:00,958.0 -66888,sell_mtf_cross_all_tf,sell,2025-11-26 08:21:00,964.0 -66889,sell_mtf_cross_all_tf,sell,2025-11-26 08:24:00,960.0 -66890,sell_mtf_cross_all_tf,sell,2025-11-26 08:27:00,960.0 -66891,sell_mtf_cross_all_tf,sell,2025-11-26 08:30:00,960.0 -66892,sell_mtf_cross_all_tf,sell,2025-11-26 08:33:00,961.0 -66893,sell_mtf_cross_all_tf,sell,2025-11-27 01:51:00,943.0 -66894,sell_mtf_cross_all_tf,sell,2025-11-27 02:00:00,944.0 -66895,sell_mtf_cross_all_tf,sell,2025-11-27 02:57:00,968.0 -66896,sell_mtf_cross_all_tf,sell,2025-11-27 03:00:00,969.0 -66897,sell_mtf_cross_all_tf,sell,2025-11-27 03:03:00,969.0 -66898,sell_mtf_cross_all_tf,sell,2025-11-27 03:06:00,968.0 -66899,sell_mtf_cross_all_tf,sell,2025-11-27 03:09:00,972.0 -66900,sell_mtf_cross_all_tf,sell,2025-11-27 03:12:00,970.0 -66901,sell_mtf_cross_all_tf,sell,2025-11-27 03:15:00,973.0 -66902,sell_mtf_cross_all_tf,sell,2025-11-27 03:18:00,974.0 -66903,sell_mtf_cross_all_tf,sell,2025-11-27 03:21:00,973.0 -66904,sell_mtf_cross_all_tf,sell,2025-11-27 03:24:00,975.0 -66905,sell_mtf_cross_all_tf,sell,2025-11-27 03:33:00,978.0 -66906,sell_mtf_cross_all_tf,sell,2025-11-27 03:36:00,978.0 -66907,sell_mtf_cross_all_tf,sell,2025-11-27 04:00:00,981.0 -66908,sell_mtf_cross_all_tf,sell,2025-11-27 04:03:00,978.0 -66909,sell_mtf_cross_all_tf,sell,2025-11-27 08:00:00,978.0 -66910,sell_mtf_cross_all_tf,sell,2025-11-27 08:03:00,977.0 -66911,sell_mtf_cross_all_tf,sell,2025-11-27 08:09:00,979.0 -66912,sell_mtf_cross_all_tf,sell,2025-11-27 08:21:00,979.0 -66913,sell_mtf_cross_all_tf,sell,2025-11-27 08:24:00,981.0 -66914,sell_mtf_cross_all_tf,sell,2025-11-27 08:27:00,980.0 -66915,sell_mtf_cross_all_tf,sell,2025-11-27 09:00:00,981.0 -66916,sell_mtf_cross_all_tf,sell,2025-11-27 11:15:00,986.0 -66917,sell_mtf_cross_all_tf,sell,2025-11-27 11:18:00,986.0 -66918,sell_mtf_cross_all_tf,sell,2025-11-27 11:24:00,987.0 -66919,sell_mtf_cross_all_tf,sell,2025-11-27 11:27:00,989.0 -66920,sell_mtf_cross_all_tf,sell,2025-11-27 11:36:00,988.0 -66921,sell_mtf_cross_all_tf,sell,2025-11-27 11:39:00,988.0 -66922,sell_mtf_cross_all_tf,sell,2025-11-27 11:45:00,989.0 -66923,sell_mtf_cross_all_tf,sell,2025-11-27 23:39:00,976.0 -66924,sell_mtf_cross_all_tf,sell,2025-11-27 23:45:00,977.0 -66925,sell_mtf_cross_all_tf,sell,2025-11-27 23:48:00,977.0 -66926,sell_mtf_cross_all_tf,sell,2025-11-27 23:51:00,977.0 -66927,sell_mtf_cross_all_tf,sell,2025-11-28 00:00:00,979.0 -66928,sell_mtf_cross_all_tf,sell,2025-11-28 00:03:00,978.0 -66929,sell_mtf_cross_all_tf,sell,2025-11-28 00:06:00,979.0 -66930,sell_mtf_cross_all_tf,sell,2025-11-28 00:45:00,979.0 -66931,sell_mtf_cross_all_tf,sell,2025-11-28 00:48:00,980.0 -66932,sell_mtf_cross_all_tf,sell,2025-11-28 01:00:00,983.0 -66933,sell_mtf_cross_all_tf,sell,2025-11-28 01:03:00,985.0 -66934,sell_mtf_cross_all_tf,sell,2025-11-28 01:06:00,982.0 -66935,sell_mtf_cross_all_tf,sell,2025-11-28 01:09:00,982.0 -66936,sell_mtf_cross_all_tf,sell,2025-11-28 01:21:00,986.0 -66937,sell_mtf_cross_all_tf,sell,2025-11-28 01:24:00,986.0 -66938,sell_mtf_cross_all_tf,sell,2025-11-28 01:27:00,986.0 -66939,sell_mtf_cross_all_tf,sell,2025-11-28 01:30:00,987.0 -66940,sell_mtf_cross_all_tf,sell,2025-11-28 01:33:00,989.0 -66941,sell_mtf_cross_all_tf,sell,2025-11-28 01:36:00,990.0 -66942,sell_mtf_cross_all_tf,sell,2025-11-28 01:45:00,992.0 -66943,sell_mtf_cross_all_tf,sell,2025-11-28 01:48:00,991.0 -66944,sell_mtf_cross_all_tf,sell,2025-11-28 01:57:00,994.0 -66945,sell_mtf_cross_all_tf,sell,2025-11-28 03:57:00,996.0 -66946,sell_mtf_cross_all_tf,sell,2025-11-28 04:00:00,995.0 -66947,sell_mtf_cross_all_tf,sell,2025-11-28 04:03:00,997.0 -66948,sell_mtf_cross_all_tf,sell,2025-11-28 04:06:00,997.0 -66949,sell_mtf_cross_all_tf,sell,2025-11-28 04:09:00,998.0 -66950,sell_mtf_cross_all_tf,sell,2025-11-28 04:12:00,997.0 -66951,sell_mtf_cross_all_tf,sell,2025-11-28 04:15:00,998.0 -66952,sell_mtf_cross_all_tf,sell,2025-11-28 04:18:00,998.0 -66953,sell_mtf_cross_all_tf,sell,2025-11-28 04:21:00,998.0 -66954,sell_mtf_cross_all_tf,sell,2025-11-28 17:42:00,976.0 -66955,sell_mtf_cross_all_tf,sell,2025-11-28 17:45:00,975.0 -66956,sell_mtf_cross_all_tf,sell,2025-11-28 17:48:00,975.0 -66957,sell_mtf_cross_all_tf,sell,2025-11-28 17:51:00,979.0 -66958,sell_mtf_cross_all_tf,sell,2025-11-28 18:06:00,990.0 -66959,sell_mtf_cross_all_tf,sell,2025-11-28 18:09:00,988.0 -66960,sell_mtf_cross_all_tf,sell,2025-11-28 18:12:00,989.0 -66961,sell_mtf_cross_all_tf,sell,2025-11-28 18:15:00,989.0 -66962,sell_mtf_cross_all_tf,sell,2025-11-28 18:18:00,987.0 -66963,sell_mtf_cross_all_tf,sell,2025-11-28 23:30:00,985.0 -66964,sell_mtf_cross_all_tf,sell,2025-11-28 23:33:00,984.0 -66965,sell_mtf_cross_all_tf,sell,2025-12-03 00:30:00,942.0 -66966,sell_mtf_cross_all_tf,sell,2025-12-03 00:33:00,952.0 -66967,sell_mtf_cross_all_tf,sell,2025-12-03 00:36:00,954.0 -66968,sell_mtf_cross_all_tf,sell,2025-12-03 00:39:00,962.0 -66969,sell_mtf_cross_all_tf,sell,2025-12-03 00:42:00,963.0 -66970,sell_mtf_cross_all_tf,sell,2025-12-03 00:45:00,972.0 -66971,sell_mtf_cross_all_tf,sell,2025-12-03 00:48:00,979.0 -66972,sell_mtf_cross_all_tf,sell,2025-12-03 00:51:00,975.0 -66973,sell_mtf_cross_all_tf,sell,2025-12-03 00:54:00,978.0 -66974,sell_mtf_cross_all_tf,sell,2025-12-03 00:57:00,976.0 -66975,sell_mtf_cross_all_tf,sell,2025-12-03 01:00:00,982.0 -66976,sell_mtf_cross_all_tf,sell,2025-12-03 01:03:00,984.0 -66977,sell_mtf_cross_all_tf,sell,2025-12-03 01:06:00,981.0 -66978,sell_mtf_cross_all_tf,sell,2025-12-03 01:09:00,983.0 -66979,sell_mtf_cross_all_tf,sell,2025-12-03 01:12:00,979.0 -66980,sell_mtf_cross_all_tf,sell,2025-12-03 11:21:00,941.0 -66981,sell_mtf_cross_all_tf,sell,2025-12-03 11:24:00,942.0 -66982,sell_mtf_cross_all_tf,sell,2025-12-03 11:27:00,943.0 -66983,sell_mtf_cross_all_tf,sell,2025-12-03 11:30:00,944.0 -66984,sell_mtf_cross_all_tf,sell,2025-12-03 11:33:00,942.0 -66985,sell_mtf_cross_all_tf,sell,2025-12-03 12:30:00,945.0 -66986,sell_mtf_cross_all_tf,sell,2025-12-03 14:15:00,952.0 -66987,sell_mtf_cross_all_tf,sell,2025-12-03 14:18:00,951.0 -66988,sell_mtf_cross_all_tf,sell,2025-12-03 14:21:00,950.0 -66989,sell_mtf_cross_all_tf,sell,2025-12-03 14:24:00,951.0 -66990,sell_mtf_cross_all_tf,sell,2025-12-03 14:30:00,951.0 -66991,sell_mtf_cross_all_tf,sell,2025-12-04 07:06:00,943.0 -66992,sell_mtf_cross_all_tf,sell,2025-12-04 07:09:00,942.0 -66993,sell_mtf_cross_all_tf,sell,2025-12-04 07:12:00,943.0 -66994,sell_mtf_cross_all_tf,sell,2025-12-04 07:21:00,945.0 -66995,sell_mtf_cross_all_tf,sell,2025-12-04 07:24:00,946.0 -66996,sell_mtf_cross_all_tf,sell,2025-12-04 08:00:00,949.0 -66997,sell_mtf_cross_all_tf,sell,2025-12-04 08:06:00,950.0 -66998,sell_mtf_cross_all_tf,sell,2025-12-04 08:09:00,950.0 -66999,sell_mtf_cross_all_tf,sell,2025-12-04 08:12:00,949.0 -67000,sell_mtf_cross_all_tf,sell,2025-12-04 08:15:00,949.0 -67001,sell_mtf_cross_all_tf,sell,2025-12-04 08:18:00,951.0 -67002,sell_mtf_cross_all_tf,sell,2025-12-04 10:21:00,949.0 -67003,sell_mtf_cross_all_tf,sell,2025-12-04 10:24:00,949.0 -67004,sell_mtf_cross_all_tf,sell,2025-12-04 10:27:00,951.0 -67005,sell_mtf_cross_all_tf,sell,2025-12-04 10:30:00,950.0 -67006,sell_mtf_cross_all_tf,sell,2025-12-04 10:33:00,951.0 -67007,sell_mtf_cross_all_tf,sell,2025-12-04 10:36:00,951.0 -67008,sell_mtf_cross_all_tf,sell,2025-12-04 10:39:00,951.0 -67009,sell_mtf_cross_all_tf,sell,2025-12-04 10:42:00,951.0 -67010,sell_mtf_cross_all_tf,sell,2025-12-04 10:45:00,951.0 -67011,sell_mtf_cross_all_tf,sell,2025-12-04 11:45:00,953.0 -67012,sell_mtf_cross_all_tf,sell,2025-12-04 11:48:00,952.0 -67013,sell_mtf_cross_all_tf,sell,2025-12-04 11:51:00,953.0 -67014,sell_mtf_cross_all_tf,sell,2025-12-04 11:54:00,952.0 -67015,sell_mtf_cross_all_tf,sell,2025-12-08 02:45:00,876.0 -67016,sell_mtf_cross_all_tf,sell,2025-12-08 02:48:00,878.0 -67017,sell_mtf_cross_all_tf,sell,2025-12-08 02:51:00,878.0 -67018,sell_mtf_cross_all_tf,sell,2025-12-08 02:54:00,878.0 -67019,sell_mtf_cross_all_tf,sell,2025-12-08 02:57:00,877.0 -67020,sell_mtf_cross_all_tf,sell,2025-12-08 03:00:00,877.0 -67021,sell_mtf_cross_all_tf,sell,2025-12-08 03:03:00,880.0 -67022,sell_mtf_cross_all_tf,sell,2025-12-08 03:06:00,879.0 -67023,sell_mtf_cross_all_tf,sell,2025-12-08 03:09:00,880.0 -67024,sell_mtf_cross_all_tf,sell,2025-12-08 03:12:00,881.0 -67025,sell_mtf_cross_all_tf,sell,2025-12-08 03:15:00,880.0 -67026,sell_mtf_cross_all_tf,sell,2025-12-08 03:18:00,882.0 -67027,sell_mtf_cross_all_tf,sell,2025-12-08 03:27:00,884.0 -67028,sell_mtf_cross_all_tf,sell,2025-12-08 03:30:00,884.0 -67029,sell_mtf_cross_all_tf,sell,2025-12-08 03:33:00,885.0 -67030,sell_mtf_cross_all_tf,sell,2025-12-08 03:39:00,886.0 -67031,sell_mtf_cross_all_tf,sell,2025-12-08 14:45:00,866.0 -67032,sell_mtf_cross_all_tf,sell,2025-12-08 14:48:00,867.0 -67033,sell_mtf_cross_all_tf,sell,2025-12-08 14:51:00,867.0 -67034,sell_mtf_cross_all_tf,sell,2025-12-08 15:42:00,869.0 -67035,sell_mtf_cross_all_tf,sell,2025-12-08 15:45:00,869.0 -67036,sell_mtf_cross_all_tf,sell,2025-12-08 16:00:00,871.0 -67037,sell_mtf_cross_all_tf,sell,2025-12-08 16:36:00,874.0 -67038,sell_mtf_cross_all_tf,sell,2025-12-08 16:39:00,873.0 -67039,sell_mtf_cross_all_tf,sell,2025-12-08 17:21:00,873.0 -67040,sell_mtf_cross_all_tf,sell,2025-12-08 17:24:00,873.0 -67041,sell_mtf_cross_all_tf,sell,2025-12-08 17:30:00,874.0 -67042,sell_mtf_cross_all_tf,sell,2025-12-08 17:33:00,873.0 -67043,sell_mtf_cross_all_tf,sell,2025-12-08 18:15:00,877.0 -67044,sell_mtf_cross_all_tf,sell,2025-12-08 18:18:00,877.0 -67045,sell_mtf_cross_all_tf,sell,2025-12-08 18:21:00,878.0 -67046,sell_mtf_cross_all_tf,sell,2025-12-08 18:24:00,878.0 -67047,sell_mtf_cross_all_tf,sell,2025-12-08 18:27:00,878.0 -67048,sell_mtf_cross_all_tf,sell,2025-12-08 18:30:00,879.0 -67049,sell_mtf_cross_all_tf,sell,2025-12-08 18:33:00,880.0 -67050,sell_mtf_cross_all_tf,sell,2025-12-08 18:36:00,879.0 -67051,sell_mtf_cross_all_tf,sell,2025-12-08 18:39:00,880.0 -67052,sell_mtf_cross_all_tf,sell,2025-12-08 18:42:00,881.0 -67053,sell_mtf_cross_all_tf,sell,2025-12-08 18:45:00,880.0 -67054,sell_mtf_cross_all_tf,sell,2025-12-08 19:54:00,881.0 -67055,sell_mtf_cross_all_tf,sell,2025-12-08 20:00:00,882.0 -67056,sell_mtf_cross_all_tf,sell,2025-12-08 20:03:00,882.0 -67057,sell_mtf_cross_all_tf,sell,2025-12-08 22:00:00,882.0 -67058,sell_mtf_cross_all_tf,sell,2025-12-08 22:03:00,882.0 -67059,sell_mtf_cross_all_tf,sell,2025-12-08 22:06:00,882.0 -67060,sell_mtf_cross_all_tf,sell,2025-12-08 22:09:00,883.0 -67061,sell_mtf_cross_all_tf,sell,2025-12-09 01:30:00,888.0 -67062,sell_mtf_cross_all_tf,sell,2025-12-09 06:30:00,890.0 -67063,sell_mtf_cross_all_tf,sell,2025-12-09 06:33:00,893.0 -67064,sell_mtf_cross_all_tf,sell,2025-12-09 06:36:00,892.0 -67065,sell_mtf_cross_all_tf,sell,2025-12-09 06:39:00,893.0 -67066,sell_mtf_cross_all_tf,sell,2025-12-09 06:42:00,894.0 -67067,sell_mtf_cross_all_tf,sell,2025-12-09 06:45:00,895.0 -67068,sell_mtf_cross_all_tf,sell,2025-12-09 06:48:00,895.0 -67069,sell_mtf_cross_all_tf,sell,2025-12-09 06:51:00,897.0 -67070,sell_mtf_cross_all_tf,sell,2025-12-09 06:54:00,899.0 -67071,sell_mtf_cross_all_tf,sell,2025-12-09 06:57:00,899.0 -67072,sell_mtf_cross_all_tf,sell,2025-12-09 07:00:00,899.0 -67073,sell_mtf_cross_all_tf,sell,2025-12-09 07:03:00,900.0 -67074,sell_mtf_cross_all_tf,sell,2025-12-09 07:06:00,902.0 -67075,sell_mtf_cross_all_tf,sell,2025-12-09 07:12:00,903.0 -67076,sell_mtf_cross_all_tf,sell,2025-12-09 07:15:00,904.0 -67077,sell_mtf_cross_all_tf,sell,2025-12-09 07:18:00,907.0 -67078,sell_mtf_cross_all_tf,sell,2025-12-09 07:21:00,905.0 -67079,sell_mtf_cross_all_tf,sell,2025-12-09 07:24:00,902.0 -67080,sell_mtf_cross_all_tf,sell,2025-12-09 08:12:00,910.0 -67081,sell_mtf_cross_all_tf,sell,2025-12-09 08:15:00,912.0 -67082,sell_mtf_cross_all_tf,sell,2025-12-09 08:18:00,915.0 -67083,sell_mtf_cross_all_tf,sell,2025-12-09 08:42:00,913.0 -67084,sell_mtf_cross_all_tf,sell,2025-12-09 08:51:00,913.0 -67085,sell_mtf_cross_all_tf,sell,2025-12-09 08:54:00,913.0 -67086,sell_mtf_cross_all_tf,sell,2025-12-09 09:21:00,916.0 -67087,sell_mtf_cross_all_tf,sell,2025-12-09 13:15:00,915.0 -67088,sell_mtf_cross_all_tf,sell,2025-12-09 13:18:00,921.0 -67089,sell_mtf_cross_all_tf,sell,2025-12-09 13:21:00,919.0 -67090,sell_mtf_cross_all_tf,sell,2025-12-09 13:24:00,918.0 -67091,sell_mtf_cross_all_tf,sell,2025-12-09 21:45:00,905.0 -67092,sell_mtf_cross_all_tf,sell,2025-12-09 21:48:00,902.0 -67093,sell_mtf_cross_all_tf,sell,2025-12-09 21:51:00,903.0 -67094,sell_mtf_cross_all_tf,sell,2025-12-09 21:54:00,903.0 -67095,sell_mtf_cross_all_tf,sell,2025-12-09 22:06:00,904.0 -67096,sell_mtf_cross_all_tf,sell,2025-12-10 00:21:00,910.0 -67097,sell_mtf_cross_all_tf,sell,2025-12-10 00:24:00,907.0 -67098,sell_mtf_cross_all_tf,sell,2025-12-10 00:27:00,909.0 -67099,sell_mtf_cross_all_tf,sell,2025-12-10 00:36:00,910.0 -67100,sell_mtf_cross_all_tf,sell,2025-12-10 00:39:00,914.0 -67101,sell_mtf_cross_all_tf,sell,2025-12-10 00:51:00,920.0 -67102,sell_mtf_cross_all_tf,sell,2025-12-10 01:00:00,924.0 -67103,sell_mtf_cross_all_tf,sell,2025-12-10 01:12:00,931.0 -67104,sell_mtf_cross_all_tf,sell,2025-12-10 01:15:00,929.0 -67105,sell_mtf_cross_all_tf,sell,2025-12-10 01:18:00,927.0 -67106,sell_mtf_cross_all_tf,sell,2025-12-10 01:21:00,927.0 -67107,sell_mtf_cross_all_tf,sell,2025-12-10 01:24:00,932.0 -67108,sell_mtf_cross_all_tf,sell,2025-12-10 01:27:00,932.0 -67109,sell_mtf_cross_all_tf,sell,2025-12-10 01:30:00,933.0 -67110,sell_mtf_cross_all_tf,sell,2025-12-10 01:33:00,933.0 -67111,sell_mtf_cross_all_tf,sell,2025-12-10 01:39:00,938.0 -67112,sell_mtf_cross_all_tf,sell,2025-12-10 01:45:00,938.0 -67113,sell_mtf_cross_all_tf,sell,2025-12-10 01:48:00,941.0 -67114,sell_mtf_cross_all_tf,sell,2025-12-10 01:51:00,941.0 -67115,sell_mtf_cross_all_tf,sell,2025-12-10 01:54:00,940.0 -67116,sell_mtf_cross_all_tf,sell,2025-12-10 01:57:00,941.0 -67117,sell_mtf_cross_all_tf,sell,2025-12-10 02:00:00,941.0 -67118,sell_mtf_cross_all_tf,sell,2025-12-10 02:03:00,940.0 -67119,sell_mtf_cross_all_tf,sell,2025-12-10 02:06:00,945.0 -67120,sell_mtf_cross_all_tf,sell,2025-12-10 02:09:00,946.0 -67121,sell_mtf_cross_all_tf,sell,2025-12-10 02:12:00,945.0 -67122,sell_mtf_cross_all_tf,sell,2025-12-10 02:15:00,945.0 -67123,sell_mtf_cross_all_tf,sell,2025-12-10 08:51:00,944.0 -67124,sell_mtf_cross_all_tf,sell,2025-12-10 15:36:00,936.0 -67125,sell_mtf_cross_all_tf,sell,2025-12-10 15:39:00,938.0 -67126,sell_mtf_cross_all_tf,sell,2025-12-10 15:42:00,938.0 -67127,sell_mtf_cross_all_tf,sell,2025-12-10 15:51:00,938.0 -67128,sell_mtf_cross_all_tf,sell,2025-12-10 21:42:00,932.0 -67129,sell_mtf_cross_all_tf,sell,2025-12-10 21:45:00,931.0 -67130,sell_mtf_cross_all_tf,sell,2025-12-10 21:48:00,931.0 -67131,sell_mtf_cross_all_tf,sell,2025-12-10 21:57:00,932.0 -67132,sell_mtf_cross_all_tf,sell,2025-12-10 22:00:00,933.0 -67133,sell_mtf_cross_all_tf,sell,2025-12-10 22:27:00,934.0 -67134,sell_mtf_cross_all_tf,sell,2025-12-10 22:45:00,935.0 -67135,sell_mtf_cross_all_tf,sell,2025-12-10 23:00:00,935.0 -67136,sell_mtf_cross_all_tf,sell,2025-12-10 23:03:00,935.0 -67137,sell_mtf_cross_all_tf,sell,2025-12-10 23:06:00,935.0 -67138,sell_mtf_cross_all_tf,sell,2025-12-10 23:09:00,937.0 -67139,sell_mtf_cross_all_tf,sell,2025-12-10 23:15:00,937.0 -67140,sell_mtf_cross_all_tf,sell,2025-12-10 23:21:00,938.0 -67141,sell_mtf_cross_all_tf,sell,2025-12-10 23:39:00,938.0 -67142,sell_mtf_cross_all_tf,sell,2025-12-10 23:42:00,940.0 -67143,sell_mtf_cross_all_tf,sell,2025-12-20 00:00:00,762.0 -67144,sell_mtf_cross_all_tf,sell,2025-12-20 00:06:00,761.0 -67145,sell_mtf_cross_all_tf,sell,2025-12-20 00:09:00,762.0 -67146,sell_mtf_cross_all_tf,sell,2025-12-20 00:12:00,763.0 -67147,sell_mtf_cross_all_tf,sell,2025-12-20 00:15:00,765.0 -67148,sell_mtf_cross_all_tf,sell,2025-12-20 00:24:00,765.0 -67149,sell_mtf_cross_all_tf,sell,2025-12-20 00:36:00,768.0 -67150,sell_mtf_cross_all_tf,sell,2025-12-20 00:39:00,767.0 -67151,sell_mtf_cross_all_tf,sell,2025-12-20 00:42:00,767.0 -67152,sell_mtf_cross_all_tf,sell,2025-12-20 01:21:00,772.0 -67153,sell_mtf_cross_all_tf,sell,2025-12-20 01:24:00,771.0 -67154,sell_mtf_cross_all_tf,sell,2025-12-20 01:27:00,771.0 -67155,sell_mtf_cross_all_tf,sell,2025-12-20 01:33:00,777.0 -67156,sell_mtf_cross_all_tf,sell,2025-12-20 01:45:00,776.0 -67157,sell_mtf_cross_all_tf,sell,2025-12-20 04:45:00,781.0 -67158,sell_mtf_cross_all_tf,sell,2025-12-20 04:48:00,782.0 -67159,sell_mtf_cross_all_tf,sell,2025-12-20 04:51:00,781.0 -67160,sell_mtf_cross_all_tf,sell,2025-12-20 04:54:00,780.0 -67161,sell_mtf_cross_all_tf,sell,2025-12-20 05:06:00,782.0 -67162,sell_mtf_cross_all_tf,sell,2025-12-20 05:27:00,784.0 -67163,sell_mtf_cross_all_tf,sell,2025-12-20 05:39:00,783.0 -67164,sell_mtf_cross_all_tf,sell,2025-12-20 05:51:00,786.0 -67165,sell_mtf_cross_all_tf,sell,2025-12-20 05:54:00,784.0 -67166,sell_mtf_cross_all_tf,sell,2025-12-20 16:57:00,778.0 -67167,sell_mtf_cross_all_tf,sell,2025-12-20 17:00:00,779.0 -67168,sell_mtf_cross_all_tf,sell,2025-12-20 17:03:00,779.0 -67169,sell_mtf_cross_all_tf,sell,2025-12-20 17:06:00,779.0 -67170,sell_mtf_cross_all_tf,sell,2025-12-20 17:09:00,779.0 -67171,sell_mtf_cross_all_tf,sell,2025-12-20 17:12:00,779.0 -67172,sell_mtf_cross_all_tf,sell,2025-12-20 17:27:00,781.0 -67173,sell_mtf_cross_all_tf,sell,2025-12-20 17:30:00,781.0 -67174,sell_mtf_cross_all_tf,sell,2025-12-20 17:39:00,782.0 -67175,sell_mtf_cross_all_tf,sell,2025-12-28 00:06:00,726.0 -67176,sell_mtf_cross_all_tf,sell,2025-12-28 00:45:00,728.0 -67177,sell_mtf_cross_all_tf,sell,2025-12-28 00:48:00,728.0 -67178,sell_mtf_cross_all_tf,sell,2025-12-28 00:54:00,729.0 -67179,sell_mtf_cross_all_tf,sell,2025-12-28 01:15:00,732.0 -67180,sell_mtf_cross_all_tf,sell,2025-12-28 01:18:00,733.0 -67181,sell_mtf_cross_all_tf,sell,2025-12-28 01:27:00,732.0 -67182,sell_mtf_cross_all_tf,sell,2025-12-28 06:33:00,734.0 -67183,sell_mtf_cross_all_tf,sell,2025-12-28 06:45:00,735.0 -67184,sell_mtf_cross_all_tf,sell,2025-12-28 06:48:00,736.0 -67185,sell_mtf_cross_all_tf,sell,2025-12-28 06:57:00,737.0 -67186,sell_mtf_cross_all_tf,sell,2025-12-28 07:00:00,737.0 -67187,sell_mtf_cross_all_tf,sell,2025-12-28 07:03:00,737.0 -67188,sell_mtf_cross_all_tf,sell,2025-12-28 07:09:00,737.0 -67189,sell_mtf_cross_all_tf,sell,2025-12-28 07:21:00,739.0 -67190,sell_mtf_cross_all_tf,sell,2025-12-28 08:15:00,740.0 -67191,sell_mtf_cross_all_tf,sell,2025-12-28 08:27:00,741.0 -67192,sell_mtf_cross_all_tf,sell,2025-12-28 08:30:00,741.0 -67193,sell_mtf_cross_all_tf,sell,2025-12-28 08:33:00,741.0 -67194,sell_mtf_cross_all_tf,sell,2025-12-28 08:42:00,742.0 -67195,sell_mtf_cross_all_tf,sell,2025-12-28 08:45:00,742.0 -67196,sell_mtf_cross_all_tf,sell,2025-12-28 09:06:00,747.0 -67197,sell_mtf_cross_all_tf,sell,2025-12-28 17:42:00,747.0 -67198,sell_mtf_cross_all_tf,sell,2025-12-28 17:45:00,747.0 -67199,sell_mtf_cross_all_tf,sell,2025-12-28 17:48:00,747.0 -67200,sell_mtf_cross_all_tf,sell,2025-12-29 09:00:00,735.0 -67201,sell_mtf_cross_all_tf,sell,2025-12-29 09:42:00,739.0 -67202,sell_mtf_cross_all_tf,sell,2025-12-29 09:45:00,739.0 -67203,sell_mtf_cross_all_tf,sell,2025-12-29 09:48:00,741.0 -67204,sell_mtf_cross_all_tf,sell,2025-12-29 09:54:00,739.0 -67205,sell_mtf_cross_all_tf,sell,2025-12-29 10:45:00,741.0 -67206,sell_mtf_cross_all_tf,sell,2025-12-29 10:48:00,740.0 -67207,sell_mtf_cross_all_tf,sell,2025-12-29 10:51:00,741.0 -67208,sell_mtf_cross_all_tf,sell,2025-12-29 10:54:00,740.0 -67209,sell_mtf_cross_all_tf,sell,2025-12-29 11:00:00,741.0 -67210,sell_mtf_cross_all_tf,sell,2025-12-29 11:03:00,742.0 -67211,sell_mtf_cross_all_tf,sell,2025-12-29 11:06:00,744.0 -67212,sell_mtf_cross_all_tf,sell,2025-12-29 11:09:00,745.0 -67213,sell_mtf_cross_all_tf,sell,2025-12-29 11:15:00,746.0 -67214,sell_mtf_cross_all_tf,sell,2025-12-29 11:18:00,744.0 -67215,sell_mtf_cross_all_tf,sell,2025-12-29 12:21:00,746.0 -67216,sell_mtf_cross_all_tf,sell,2025-12-29 12:24:00,745.0 -67217,sell_mtf_cross_all_tf,sell,2025-12-29 12:27:00,745.0 -67218,sell_mtf_cross_all_tf,sell,2025-12-29 12:33:00,747.0 -67219,sell_mtf_cross_all_tf,sell,2025-12-29 12:57:00,752.0 -67220,sell_mtf_cross_all_tf,sell,2025-12-29 13:00:00,752.0 -67221,sell_mtf_cross_all_tf,sell,2025-12-29 13:09:00,751.0 -67222,sell_mtf_cross_all_tf,sell,2026-01-02 00:00:00,728.0 -67223,sell_mtf_cross_all_tf,sell,2026-01-02 00:03:00,728.0 -67224,sell_mtf_cross_all_tf,sell,2026-01-02 00:06:00,728.0 -67225,sell_mtf_cross_all_tf,sell,2026-01-02 00:09:00,729.0 -67226,sell_mtf_cross_all_tf,sell,2026-01-02 00:12:00,728.0 -67227,sell_mtf_cross_all_tf,sell,2026-01-02 00:15:00,728.0 -67228,sell_mtf_cross_all_tf,sell,2026-01-02 00:18:00,730.0 -67229,sell_mtf_cross_all_tf,sell,2026-01-02 00:21:00,729.0 -67230,sell_mtf_cross_all_tf,sell,2026-01-02 01:03:00,735.0 -67231,sell_mtf_cross_all_tf,sell,2026-01-02 01:06:00,735.0 -67232,sell_mtf_cross_all_tf,sell,2026-01-02 01:09:00,734.0 -67233,sell_mtf_cross_all_tf,sell,2026-01-02 01:30:00,735.0 -67234,sell_mtf_cross_all_tf,sell,2026-01-02 01:33:00,736.0 -67235,sell_mtf_cross_all_tf,sell,2026-01-02 01:36:00,735.0 -67236,sell_mtf_cross_all_tf,sell,2026-01-02 01:39:00,736.0 -67237,sell_mtf_cross_all_tf,sell,2026-01-02 01:51:00,736.0 -67238,sell_mtf_cross_all_tf,sell,2026-01-02 02:15:00,740.0 -67239,sell_mtf_cross_all_tf,sell,2026-01-02 02:18:00,739.0 -67240,sell_mtf_cross_all_tf,sell,2026-01-02 02:21:00,741.0 -67241,sell_mtf_cross_all_tf,sell,2026-01-02 02:30:00,742.0 -67242,sell_mtf_cross_all_tf,sell,2026-01-02 02:33:00,743.0 -67243,sell_mtf_cross_all_tf,sell,2026-01-02 02:36:00,744.0 -67244,sell_mtf_cross_all_tf,sell,2026-01-02 02:39:00,745.0 -67245,sell_mtf_cross_all_tf,sell,2026-01-02 02:45:00,743.0 -67246,sell_mtf_cross_all_tf,sell,2026-01-02 02:51:00,743.0 -67247,sell_mtf_cross_all_tf,sell,2026-01-02 03:00:00,745.0 -67248,sell_mtf_cross_all_tf,sell,2026-01-02 03:03:00,745.0 -67249,sell_mtf_cross_all_tf,sell,2026-01-02 03:06:00,745.0 -67250,sell_mtf_cross_all_tf,sell,2026-01-02 03:09:00,745.0 -67251,sell_mtf_cross_all_tf,sell,2026-01-02 04:00:00,745.0 -67252,sell_mtf_cross_all_tf,sell,2026-01-02 04:03:00,745.0 -67253,sell_mtf_cross_all_tf,sell,2026-01-02 05:12:00,750.0 -67254,sell_mtf_cross_all_tf,sell,2026-01-02 05:15:00,749.0 -67255,sell_mtf_cross_all_tf,sell,2026-01-02 05:21:00,750.0 -67256,sell_mtf_cross_all_tf,sell,2026-01-02 05:24:00,750.0 -67257,sell_mtf_cross_all_tf,sell,2026-01-02 07:15:00,750.0 -67258,sell_mtf_cross_all_tf,sell,2026-01-02 07:18:00,750.0 -67259,sell_mtf_cross_all_tf,sell,2026-01-02 07:36:00,753.0 -67260,sell_mtf_cross_all_tf,sell,2026-01-02 08:06:00,756.0 -67261,sell_mtf_cross_all_tf,sell,2026-01-02 08:09:00,757.0 -67262,sell_mtf_cross_all_tf,sell,2026-01-02 08:21:00,757.0 -67263,sell_mtf_cross_all_tf,sell,2026-01-02 12:45:00,760.0 -67264,sell_mtf_cross_all_tf,sell,2026-01-02 12:51:00,762.0 -67265,sell_mtf_cross_all_tf,sell,2026-01-02 12:54:00,761.0 -67266,sell_mtf_cross_all_tf,sell,2026-01-02 12:57:00,762.0 -67267,sell_mtf_cross_all_tf,sell,2026-01-02 13:00:00,764.0 -67268,sell_mtf_cross_all_tf,sell,2026-01-02 13:03:00,765.0 -67269,sell_mtf_cross_all_tf,sell,2026-01-02 13:06:00,763.0 -67270,sell_mtf_cross_all_tf,sell,2026-01-02 15:15:00,765.0 -67271,sell_mtf_cross_all_tf,sell,2026-01-02 15:18:00,766.0 -67272,sell_mtf_cross_all_tf,sell,2026-01-02 15:21:00,765.0 -67273,sell_mtf_cross_all_tf,sell,2026-01-02 15:30:00,765.0 -67274,sell_mtf_cross_all_tf,sell,2026-01-02 19:00:00,769.0 -67275,sell_mtf_cross_all_tf,sell,2026-01-02 19:03:00,768.0 -67276,sell_mtf_cross_all_tf,sell,2026-01-02 19:06:00,769.0 -67277,sell_mtf_cross_all_tf,sell,2026-01-02 19:09:00,769.0 -67278,sell_mtf_cross_all_tf,sell,2026-01-02 19:12:00,770.0 -67279,sell_mtf_cross_all_tf,sell,2026-01-02 19:15:00,770.0 -67280,sell_mtf_cross_all_tf,sell,2026-01-02 19:18:00,769.0 -67281,sell_mtf_cross_all_tf,sell,2026-01-02 22:00:00,776.0 -67282,sell_mtf_cross_all_tf,sell,2026-01-02 22:06:00,774.0 -67283,sell_mtf_cross_all_tf,sell,2026-01-02 22:09:00,775.0 -67284,sell_mtf_cross_all_tf,sell,2026-01-02 22:12:00,775.0 -67285,sell_mtf_cross_all_tf,sell,2026-01-02 22:15:00,776.0 -67286,sell_mtf_cross_all_tf,sell,2026-01-02 22:18:00,779.0 -67287,sell_mtf_cross_all_tf,sell,2026-01-02 22:30:00,779.0 -67288,sell_mtf_cross_all_tf,sell,2026-01-02 22:33:00,782.0 -67289,sell_mtf_cross_all_tf,sell,2026-01-02 22:36:00,781.0 -67290,sell_mtf_cross_all_tf,sell,2026-01-02 22:39:00,781.0 -67291,sell_mtf_cross_all_tf,sell,2026-01-02 22:42:00,780.0 -67292,sell_mtf_cross_all_tf,sell,2026-01-03 01:42:00,788.0 -67293,sell_mtf_cross_all_tf,sell,2026-01-03 01:45:00,787.0 -67294,sell_mtf_cross_all_tf,sell,2026-01-03 01:54:00,792.0 -67295,sell_mtf_cross_all_tf,sell,2026-01-03 01:57:00,792.0 -67296,sell_mtf_cross_all_tf,sell,2026-01-03 02:00:00,795.0 -67297,sell_mtf_cross_all_tf,sell,2026-01-03 02:06:00,798.0 -67298,sell_mtf_cross_all_tf,sell,2026-01-03 02:09:00,798.0 -67299,sell_mtf_cross_all_tf,sell,2026-01-03 02:12:00,799.0 -67300,sell_mtf_cross_all_tf,sell,2026-01-03 02:15:00,796.0 -67301,sell_mtf_cross_all_tf,sell,2026-01-03 02:18:00,798.0 -67302,sell_mtf_cross_all_tf,sell,2026-01-03 02:21:00,799.0 -67303,sell_mtf_cross_all_tf,sell,2026-01-03 02:24:00,797.0 -67304,sell_mtf_cross_all_tf,sell,2026-01-03 07:15:00,797.0 -67305,sell_mtf_cross_all_tf,sell,2026-01-03 07:18:00,797.0 -67306,sell_mtf_cross_all_tf,sell,2026-01-03 07:21:00,797.0 -67307,sell_mtf_cross_all_tf,sell,2026-01-03 07:30:00,798.0 -67308,sell_mtf_cross_all_tf,sell,2026-01-03 07:33:00,799.0 -67309,sell_mtf_cross_all_tf,sell,2026-01-03 07:36:00,798.0 -67310,sell_mtf_cross_all_tf,sell,2026-01-03 07:39:00,799.0 -67311,sell_mtf_cross_all_tf,sell,2026-01-03 07:42:00,801.0 -67312,sell_mtf_cross_all_tf,sell,2026-01-03 07:45:00,802.0 -67313,sell_mtf_cross_all_tf,sell,2026-01-03 07:51:00,803.0 -67314,sell_mtf_cross_all_tf,sell,2026-01-03 07:57:00,803.0 -67315,sell_mtf_cross_all_tf,sell,2026-01-03 08:00:00,802.0 -67316,sell_mtf_cross_all_tf,sell,2026-01-03 08:06:00,802.0 -67317,sell_mtf_cross_all_tf,sell,2026-01-03 08:21:00,805.0 -67318,sell_mtf_cross_all_tf,sell,2026-01-03 08:24:00,804.0 -67319,sell_mtf_cross_all_tf,sell,2026-01-03 08:30:00,804.0 -67320,sell_mtf_cross_all_tf,sell,2026-01-03 08:33:00,805.0 -67321,sell_mtf_cross_all_tf,sell,2026-01-03 09:45:00,810.0 -67322,sell_mtf_cross_all_tf,sell,2026-01-03 12:00:00,812.0 -67323,sell_mtf_cross_all_tf,sell,2026-01-03 12:03:00,812.0 -67324,sell_mtf_cross_all_tf,sell,2026-01-03 12:06:00,812.0 -67325,sell_mtf_cross_all_tf,sell,2026-01-03 12:09:00,812.0 -67326,sell_mtf_cross_all_tf,sell,2026-01-03 12:12:00,812.0 -67327,sell_mtf_cross_all_tf,sell,2026-01-03 12:45:00,816.0 -67328,sell_mtf_cross_all_tf,sell,2026-01-03 12:48:00,816.0 -67329,sell_mtf_cross_all_tf,sell,2026-01-03 12:51:00,816.0 -67330,sell_mtf_cross_all_tf,sell,2026-01-03 12:54:00,817.0 -67331,sell_mtf_cross_all_tf,sell,2026-01-03 13:06:00,818.0 -67332,sell_mtf_cross_all_tf,sell,2026-01-03 14:00:00,825.0 -67333,sell_mtf_cross_all_tf,sell,2026-01-03 14:03:00,826.0 -67334,sell_mtf_cross_all_tf,sell,2026-01-03 14:15:00,828.0 -67335,sell_mtf_cross_all_tf,sell,2026-01-03 14:18:00,828.0 -67336,sell_mtf_cross_all_tf,sell,2026-01-03 14:27:00,829.0 -67337,sell_mtf_cross_all_tf,sell,2026-01-03 14:30:00,830.0 -67338,sell_mtf_cross_all_tf,sell,2026-01-03 14:33:00,832.0 -67339,sell_mtf_cross_all_tf,sell,2026-01-03 15:30:00,852.0 -67340,sell_mtf_cross_all_tf,sell,2026-01-03 15:33:00,856.0 -67341,sell_mtf_cross_all_tf,sell,2026-01-03 15:36:00,859.0 -67342,sell_mtf_cross_all_tf,sell,2026-01-03 21:15:00,825.0 -67343,sell_mtf_cross_all_tf,sell,2026-01-03 21:45:00,833.0 -67344,sell_mtf_cross_all_tf,sell,2026-01-03 21:48:00,834.0 -67345,sell_mtf_cross_all_tf,sell,2026-01-03 21:51:00,836.0 -67346,sell_mtf_cross_all_tf,sell,2026-01-03 21:54:00,834.0 -67347,sell_mtf_cross_all_tf,sell,2026-01-03 22:00:00,835.0 -67348,sell_mtf_cross_all_tf,sell,2026-01-03 22:06:00,835.0 -67349,sell_mtf_cross_all_tf,sell,2026-01-03 22:09:00,835.0 -67350,sell_mtf_cross_all_tf,sell,2026-01-03 22:12:00,835.0 -67351,sell_mtf_cross_all_tf,sell,2026-01-03 22:21:00,836.0 -67352,sell_mtf_cross_all_tf,sell,2026-01-03 22:24:00,836.0 -67353,sell_mtf_cross_all_tf,sell,2026-01-04 01:30:00,835.0 -67354,sell_mtf_cross_all_tf,sell,2026-01-04 01:33:00,834.0 -67355,sell_mtf_cross_all_tf,sell,2026-01-04 01:36:00,835.0 -67356,sell_mtf_cross_all_tf,sell,2026-01-04 02:00:00,856.0 -67357,sell_mtf_cross_all_tf,sell,2026-01-04 02:03:00,854.0 -67358,sell_mtf_cross_all_tf,sell,2026-01-04 02:06:00,855.0 -67359,sell_mtf_cross_all_tf,sell,2026-01-04 02:09:00,852.0 -67360,sell_mtf_cross_all_tf,sell,2026-01-04 02:42:00,860.0 -67361,sell_mtf_cross_all_tf,sell,2026-01-04 08:00:00,850.0 -67362,sell_mtf_cross_all_tf,sell,2026-01-04 08:06:00,848.0 -67363,sell_mtf_cross_all_tf,sell,2026-01-04 11:30:00,851.0 -67364,sell_mtf_cross_all_tf,sell,2026-01-04 11:33:00,850.0 -67365,sell_mtf_cross_all_tf,sell,2026-01-04 11:36:00,851.0 -67366,sell_mtf_cross_all_tf,sell,2026-01-04 12:15:00,854.0 -67367,sell_mtf_cross_all_tf,sell,2026-01-04 12:27:00,854.0 -67368,sell_mtf_cross_all_tf,sell,2026-01-04 12:42:00,856.0 -67369,sell_mtf_cross_all_tf,sell,2026-01-04 12:45:00,855.0 -67370,sell_mtf_cross_all_tf,sell,2026-01-04 12:48:00,856.0 -67371,sell_mtf_cross_all_tf,sell,2026-01-04 15:06:00,859.0 -67372,sell_mtf_cross_all_tf,sell,2026-01-04 15:09:00,858.0 -67373,sell_mtf_cross_all_tf,sell,2026-01-04 15:12:00,858.0 -67374,sell_mtf_cross_all_tf,sell,2026-01-04 15:15:00,859.0 -67375,sell_mtf_cross_all_tf,sell,2026-01-04 15:18:00,858.0 -67376,sell_mtf_cross_all_tf,sell,2026-01-04 15:21:00,860.0 -67377,sell_mtf_cross_all_tf,sell,2026-01-04 21:39:00,857.0 -67378,sell_mtf_cross_all_tf,sell,2026-01-04 23:21:00,862.0 -67379,sell_mtf_cross_all_tf,sell,2026-01-04 23:24:00,862.0 -67380,sell_mtf_cross_all_tf,sell,2026-01-04 23:45:00,864.0 -67381,sell_mtf_cross_all_tf,sell,2026-01-04 23:48:00,864.0 -67382,sell_mtf_cross_all_tf,sell,2026-01-04 23:51:00,866.0 -67383,sell_mtf_cross_all_tf,sell,2026-01-04 23:54:00,866.0 -67384,sell_mtf_cross_all_tf,sell,2026-01-05 00:12:00,866.0 -67385,sell_mtf_cross_all_tf,sell,2026-01-05 01:00:00,870.0 -67386,sell_mtf_cross_all_tf,sell,2026-01-05 01:12:00,876.0 -67387,sell_mtf_cross_all_tf,sell,2026-01-05 01:15:00,875.0 -67388,sell_mtf_cross_all_tf,sell,2026-01-05 01:18:00,876.0 -67389,sell_mtf_cross_all_tf,sell,2026-01-05 01:21:00,875.0 -67390,sell_mtf_cross_all_tf,sell,2026-01-05 01:24:00,878.0 -67391,sell_mtf_cross_all_tf,sell,2026-01-05 01:27:00,879.0 -67392,sell_mtf_cross_all_tf,sell,2026-01-05 01:36:00,877.0 -67393,sell_mtf_cross_all_tf,sell,2026-01-05 01:39:00,880.0 -67394,sell_mtf_cross_all_tf,sell,2026-01-05 01:51:00,878.0 -67395,sell_mtf_cross_all_tf,sell,2026-01-05 01:54:00,879.0 -67396,sell_mtf_cross_all_tf,sell,2026-01-05 02:00:00,880.0 -67397,sell_mtf_cross_all_tf,sell,2026-01-05 02:03:00,880.0 -67398,sell_mtf_cross_all_tf,sell,2026-01-05 10:15:00,873.0 -67399,sell_mtf_cross_all_tf,sell,2026-01-05 10:18:00,873.0 -67400,sell_mtf_cross_all_tf,sell,2026-01-05 10:45:00,880.0 -67401,sell_mtf_cross_all_tf,sell,2026-01-05 10:54:00,882.0 -67402,sell_mtf_cross_all_tf,sell,2026-01-05 10:57:00,882.0 -67403,sell_mtf_cross_all_tf,sell,2026-01-05 11:00:00,881.0 -67404,sell_mtf_cross_all_tf,sell,2026-01-05 11:03:00,885.0 -67405,sell_mtf_cross_all_tf,sell,2026-01-05 23:30:00,864.0 -67406,sell_mtf_cross_all_tf,sell,2026-01-05 23:33:00,864.0 -67407,sell_mtf_cross_all_tf,sell,2026-01-06 00:45:00,876.0 -67408,sell_mtf_cross_all_tf,sell,2026-01-06 00:51:00,876.0 -67409,sell_mtf_cross_all_tf,sell,2026-01-06 00:54:00,876.0 -67410,sell_mtf_cross_all_tf,sell,2026-01-06 00:57:00,876.0 -67411,sell_mtf_cross_all_tf,sell,2026-01-06 01:00:00,878.0 -67412,sell_mtf_cross_all_tf,sell,2026-01-06 01:03:00,880.0 -67413,sell_mtf_cross_all_tf,sell,2026-01-06 01:06:00,877.0 -67414,sell_mtf_cross_all_tf,sell,2026-01-06 01:15:00,879.0 -67415,sell_mtf_cross_all_tf,sell,2026-01-06 01:21:00,878.0 -67416,sell_mtf_cross_all_tf,sell,2026-01-06 01:36:00,879.0 -67417,sell_mtf_cross_all_tf,sell,2026-01-06 01:54:00,881.0 -67418,sell_mtf_cross_all_tf,sell,2026-01-06 01:57:00,881.0 -67419,sell_mtf_cross_all_tf,sell,2026-01-06 02:12:00,884.0 -67420,sell_mtf_cross_all_tf,sell,2026-01-06 02:15:00,883.0 -67421,sell_mtf_cross_all_tf,sell,2026-01-06 02:18:00,884.0 -67422,sell_mtf_cross_all_tf,sell,2026-01-06 03:36:00,926.0 -67423,sell_mtf_cross_all_tf,sell,2026-01-06 03:39:00,924.0 -67424,sell_mtf_cross_all_tf,sell,2026-01-06 03:42:00,925.0 -67425,sell_mtf_cross_all_tf,sell,2026-01-06 03:45:00,929.0 -67426,sell_mtf_cross_all_tf,sell,2026-01-06 03:48:00,928.0 -67427,sell_mtf_cross_all_tf,sell,2026-01-06 03:51:00,929.0 -67428,sell_mtf_cross_all_tf,sell,2026-01-06 03:54:00,930.0 -67429,sell_mtf_cross_all_tf,sell,2026-01-06 03:57:00,931.0 -67430,sell_mtf_cross_all_tf,sell,2026-01-06 04:00:00,938.0 -67431,sell_mtf_cross_all_tf,sell,2026-01-06 04:03:00,938.0 -67432,sell_mtf_cross_all_tf,sell,2026-01-06 04:06:00,941.0 -67433,sell_mtf_cross_all_tf,sell,2026-01-06 04:09:00,944.0 -67434,sell_mtf_cross_all_tf,sell,2026-01-06 04:18:00,939.0 -67435,sell_mtf_cross_all_tf,sell,2026-01-06 20:21:00,919.0 -67436,sell_mtf_cross_all_tf,sell,2026-01-06 20:24:00,919.0 -67437,sell_mtf_cross_all_tf,sell,2026-01-06 20:27:00,920.0 -67438,sell_mtf_cross_all_tf,sell,2026-01-06 20:36:00,923.0 -67439,sell_mtf_cross_all_tf,sell,2026-01-06 20:39:00,923.0 -67440,sell_mtf_cross_all_tf,sell,2026-01-06 20:42:00,921.0 -67441,sell_mtf_cross_all_tf,sell,2026-01-06 20:45:00,921.0 -67442,sell_mtf_cross_all_tf,sell,2026-01-06 21:21:00,923.0 -67443,sell_mtf_cross_all_tf,sell,2026-01-06 21:24:00,923.0 -67444,sell_mtf_cross_all_tf,sell,2026-01-06 21:27:00,924.0 -67445,sell_mtf_cross_all_tf,sell,2026-01-06 21:36:00,925.0 -67446,sell_mtf_cross_all_tf,sell,2026-01-06 21:39:00,925.0 -67447,sell_mtf_cross_all_tf,sell,2026-01-06 22:30:00,927.0 -67448,sell_mtf_cross_all_tf,sell,2026-01-06 22:45:00,928.0 -67449,sell_mtf_cross_all_tf,sell,2026-01-06 23:30:00,939.0 -67450,sell_mtf_cross_all_tf,sell,2026-01-10 00:45:00,863.0 -67451,sell_mtf_cross_all_tf,sell,2026-01-10 00:48:00,869.0 -67452,sell_mtf_cross_all_tf,sell,2026-01-10 00:51:00,866.0 -67453,sell_mtf_cross_all_tf,sell,2026-01-10 00:54:00,865.0 -67454,sell_mtf_cross_all_tf,sell,2026-01-10 01:06:00,871.0 -67455,sell_mtf_cross_all_tf,sell,2026-01-10 01:09:00,871.0 -67456,sell_mtf_cross_all_tf,sell,2026-01-10 01:12:00,871.0 -67457,sell_mtf_cross_all_tf,sell,2026-01-10 01:15:00,876.0 -67458,sell_mtf_cross_all_tf,sell,2026-01-10 01:18:00,876.0 -67459,sell_mtf_cross_all_tf,sell,2026-01-10 01:21:00,877.0 -67460,sell_mtf_cross_all_tf,sell,2026-01-10 01:24:00,875.0 -67461,sell_mtf_cross_all_tf,sell,2026-01-10 16:27:00,848.0 -67462,sell_mtf_cross_all_tf,sell,2026-01-10 16:30:00,849.0 -67463,sell_mtf_cross_all_tf,sell,2026-01-10 16:33:00,849.0 -67464,sell_mtf_cross_all_tf,sell,2026-01-10 16:36:00,850.0 -67465,sell_mtf_cross_all_tf,sell,2026-01-10 16:39:00,850.0 -67466,sell_mtf_cross_all_tf,sell,2026-01-10 16:51:00,851.0 -67467,sell_mtf_cross_all_tf,sell,2026-01-10 16:54:00,850.0 -67468,sell_mtf_cross_all_tf,sell,2026-01-10 16:57:00,850.0 -67469,sell_mtf_cross_all_tf,sell,2026-01-10 17:06:00,852.0 -67470,sell_mtf_cross_all_tf,sell,2026-01-10 17:12:00,851.0 -67471,sell_mtf_cross_all_tf,sell,2026-01-10 18:42:00,853.0 -67472,sell_mtf_cross_all_tf,sell,2026-01-10 18:45:00,853.0 -67473,sell_mtf_cross_all_tf,sell,2026-01-10 18:48:00,854.0 -67474,sell_mtf_cross_all_tf,sell,2026-01-10 18:57:00,854.0 -67475,sell_mtf_cross_all_tf,sell,2026-01-10 19:00:00,854.0 -67476,sell_mtf_cross_all_tf,sell,2026-01-10 19:57:00,856.0 -67477,sell_mtf_cross_all_tf,sell,2026-01-10 20:00:00,856.0 -67478,sell_mtf_cross_all_tf,sell,2026-01-10 20:03:00,857.0 -67479,sell_mtf_cross_all_tf,sell,2026-01-10 20:06:00,856.0 -67480,sell_mtf_cross_all_tf,sell,2026-01-10 20:09:00,856.0 -67481,sell_mtf_cross_all_tf,sell,2026-01-10 20:12:00,857.0 -67482,sell_mtf_cross_all_tf,sell,2026-01-10 20:15:00,856.0 -67483,sell_mtf_cross_all_tf,sell,2026-01-10 20:18:00,857.0 -67484,sell_mtf_cross_all_tf,sell,2026-01-10 21:06:00,862.0 -67485,sell_mtf_cross_all_tf,sell,2026-01-10 21:09:00,862.0 -67486,sell_mtf_cross_all_tf,sell,2026-01-10 21:12:00,862.0 -67487,sell_mtf_cross_all_tf,sell,2026-01-10 21:15:00,862.0 -67488,sell_mtf_cross_all_tf,sell,2026-01-10 21:18:00,864.0 -67489,sell_mtf_cross_all_tf,sell,2026-01-10 21:21:00,864.0 -67490,sell_mtf_cross_all_tf,sell,2026-01-10 21:24:00,863.0 -67491,sell_mtf_cross_all_tf,sell,2026-01-10 21:27:00,863.0 -67492,sell_mtf_cross_all_tf,sell,2026-01-10 22:21:00,867.0 -67493,sell_mtf_cross_all_tf,sell,2026-01-10 22:24:00,866.0 -67494,sell_mtf_cross_all_tf,sell,2026-01-13 14:00:00,828.0 -67495,sell_mtf_cross_all_tf,sell,2026-01-13 16:00:00,836.0 -67496,sell_mtf_cross_all_tf,sell,2026-01-13 16:03:00,835.0 -67497,sell_mtf_cross_all_tf,sell,2026-01-13 18:00:00,837.0 -67498,sell_mtf_cross_all_tf,sell,2026-01-13 18:03:00,837.0 -67499,sell_mtf_cross_all_tf,sell,2026-01-13 18:15:00,838.0 -67500,sell_mtf_cross_all_tf,sell,2026-01-13 18:27:00,838.0 -67501,sell_mtf_cross_all_tf,sell,2026-01-13 18:30:00,838.0 -67502,sell_mtf_cross_all_tf,sell,2026-01-13 18:33:00,840.0 -67503,sell_mtf_cross_all_tf,sell,2026-01-13 19:12:00,840.0 -67504,sell_mtf_cross_all_tf,sell,2026-01-13 20:00:00,841.0 -67505,sell_mtf_cross_all_tf,sell,2026-01-13 20:36:00,845.0 -67506,sell_mtf_cross_all_tf,sell,2026-01-13 20:45:00,845.0 -67507,sell_mtf_cross_all_tf,sell,2026-01-13 20:48:00,845.0 -67508,sell_mtf_cross_all_tf,sell,2026-01-13 22:12:00,847.0 -67509,sell_mtf_cross_all_tf,sell,2026-01-13 22:15:00,847.0 -67510,sell_mtf_cross_all_tf,sell,2026-01-13 22:18:00,847.0 -67511,sell_mtf_cross_all_tf,sell,2026-01-13 22:21:00,849.0 -67512,sell_mtf_cross_all_tf,sell,2026-01-13 22:24:00,849.0 -67513,sell_mtf_cross_all_tf,sell,2026-01-13 23:00:00,858.0 -67514,sell_mtf_cross_all_tf,sell,2026-01-13 23:03:00,857.0 -67515,sell_mtf_cross_all_tf,sell,2026-01-13 23:15:00,859.0 -67516,sell_mtf_cross_all_tf,sell,2026-01-13 23:18:00,861.0 -67517,sell_mtf_cross_all_tf,sell,2026-01-13 23:21:00,861.0 -67518,sell_mtf_cross_all_tf,sell,2026-01-13 23:45:00,878.0 -67519,sell_mtf_cross_all_tf,sell,2026-01-13 23:48:00,877.0 -67520,sell_mtf_cross_all_tf,sell,2026-01-13 23:51:00,874.0 -67521,sell_mtf_cross_all_tf,sell,2026-01-14 00:36:00,878.0 -67522,sell_mtf_cross_all_tf,sell,2026-01-14 01:12:00,890.0 -67523,sell_mtf_cross_all_tf,sell,2026-01-14 01:36:00,894.0 -67524,sell_mtf_cross_all_tf,sell,2026-01-14 01:39:00,893.0 -67525,sell_mtf_cross_all_tf,sell,2026-01-14 01:51:00,899.0 -67526,sell_mtf_cross_all_tf,sell,2026-01-14 01:57:00,897.0 -67527,sell_mtf_cross_all_tf,sell,2026-01-14 07:30:00,911.0 -67528,sell_mtf_cross_all_tf,sell,2026-01-14 07:33:00,912.0 -67529,sell_mtf_cross_all_tf,sell,2026-01-14 07:36:00,913.0 -67530,sell_mtf_cross_all_tf,sell,2026-01-14 07:39:00,916.0 -67531,sell_mtf_cross_all_tf,sell,2026-01-14 07:42:00,917.0 -67532,sell_mtf_cross_all_tf,sell,2026-01-14 07:45:00,917.0 -67533,sell_mtf_cross_all_tf,sell,2026-01-14 07:48:00,918.0 -67534,sell_mtf_cross_all_tf,sell,2026-01-14 07:51:00,917.0 -67535,sell_mtf_cross_all_tf,sell,2026-01-14 07:54:00,917.0 -67536,sell_mtf_cross_all_tf,sell,2026-01-14 07:57:00,916.0 -67537,sell_mtf_cross_all_tf,sell,2026-01-29 06:21:00,734.0 -67538,sell_mtf_cross_all_tf,sell,2026-01-29 06:24:00,732.0 -67539,sell_mtf_cross_all_tf,sell,2026-01-29 06:27:00,739.0 -67540,sell_mtf_cross_all_tf,sell,2026-01-29 06:30:00,754.0 -67541,sell_mtf_cross_all_tf,sell,2026-01-29 06:33:00,754.0 -67542,sell_mtf_cross_all_tf,sell,2026-01-29 06:36:00,763.0 -67543,sell_mtf_cross_all_tf,sell,2026-01-29 06:39:00,779.0 -67544,sell_mtf_cross_all_tf,sell,2026-01-29 06:42:00,787.0 -67545,sell_mtf_cross_all_tf,sell,2026-01-29 06:45:00,779.0 -67546,sell_mtf_cross_all_tf,sell,2026-01-29 06:48:00,798.0 -67547,sell_mtf_cross_all_tf,sell,2026-01-29 06:51:00,806.0 -67548,sell_mtf_cross_all_tf,sell,2026-01-29 06:54:00,806.0 -67549,sell_mtf_cross_all_tf,sell,2026-01-29 06:57:00,782.0 -67550,sell_mtf_cross_all_tf,sell,2026-01-29 07:00:00,793.0 -67551,sell_mtf_cross_all_tf,sell,2026-01-29 07:57:00,907.0 -67552,sell_mtf_cross_all_tf,sell,2026-01-29 08:00:00,912.0 -67553,sell_mtf_cross_all_tf,sell,2026-01-29 08:03:00,923.0 -67554,sell_mtf_cross_all_tf,sell,2026-01-29 08:15:00,915.0 -67555,sell_mtf_cross_all_tf,sell,2026-01-29 08:18:00,930.0 -67556,sell_mtf_cross_all_tf,sell,2026-02-03 00:33:00,603.0 -67557,sell_mtf_cross_all_tf,sell,2026-02-03 00:57:00,605.0 -67558,sell_mtf_cross_all_tf,sell,2026-02-03 01:00:00,607.0 -67559,sell_mtf_cross_all_tf,sell,2026-02-03 01:12:00,607.0 -67560,sell_mtf_cross_all_tf,sell,2026-02-03 08:30:00,602.0 -67561,sell_mtf_cross_all_tf,sell,2026-02-03 08:33:00,603.0 -67562,sell_mtf_cross_all_tf,sell,2026-02-03 08:51:00,610.0 -67563,sell_mtf_cross_all_tf,sell,2026-02-03 08:54:00,608.0 -67564,sell_mtf_cross_all_tf,sell,2026-02-03 08:57:00,609.0 -67565,sell_mtf_cross_all_tf,sell,2026-02-03 09:00:00,609.0 -67566,sell_mtf_cross_all_tf,sell,2026-02-03 09:30:00,610.0 -67567,sell_mtf_cross_all_tf,sell,2026-02-03 21:21:00,602.0 -67568,sell_mtf_cross_all_tf,sell,2026-02-03 21:33:00,602.0 -67569,sell_mtf_cross_all_tf,sell,2026-02-03 21:45:00,603.0 -67570,sell_mtf_cross_all_tf,sell,2026-02-03 21:48:00,605.0 -67571,sell_mtf_cross_all_tf,sell,2026-02-03 22:00:00,606.0 -67572,sell_mtf_cross_all_tf,sell,2026-02-03 22:03:00,605.0 -67573,sell_mtf_cross_all_tf,sell,2026-02-03 22:21:00,607.0 -67574,sell_mtf_cross_all_tf,sell,2026-02-03 22:24:00,606.0 -67575,sell_mtf_cross_all_tf,sell,2026-02-03 22:27:00,608.0 -67576,sell_mtf_cross_all_tf,sell,2026-02-04 00:51:00,616.0 -67577,sell_mtf_cross_all_tf,sell,2026-02-04 00:54:00,614.0 -67578,sell_mtf_cross_all_tf,sell,2026-02-04 00:57:00,614.0 -67579,sell_mtf_cross_all_tf,sell,2026-02-04 01:00:00,614.0 -67580,sell_mtf_cross_all_tf,sell,2026-02-04 04:36:00,628.0 -67581,sell_mtf_cross_all_tf,sell,2026-02-04 04:39:00,626.0 -67582,sell_mtf_cross_all_tf,sell,2026-02-04 04:42:00,625.0 -67583,sell_mtf_cross_all_tf,sell,2026-02-04 06:06:00,630.0 -67584,sell_mtf_cross_all_tf,sell,2026-02-04 06:09:00,626.0 -67585,sell_mtf_cross_all_tf,sell,2026-02-04 12:51:00,615.0 -67586,sell_mtf_cross_all_tf,sell,2026-02-04 12:54:00,615.0 -67587,sell_mtf_cross_all_tf,sell,2026-02-04 12:57:00,615.0 -67588,sell_mtf_cross_all_tf,sell,2026-02-07 00:00:00,591.0 -67589,sell_mtf_cross_all_tf,sell,2026-02-07 00:03:00,592.0 -67590,sell_mtf_cross_all_tf,sell,2026-02-07 00:12:00,592.0 -67591,sell_mtf_cross_all_tf,sell,2026-02-07 01:15:00,596.0 -67592,sell_mtf_cross_all_tf,sell,2026-02-07 01:27:00,597.0 -67593,sell_mtf_cross_all_tf,sell,2026-02-07 01:30:00,597.0 -67594,sell_mtf_cross_all_tf,sell,2026-02-07 01:33:00,596.0 -67595,sell_mtf_cross_all_tf,sell,2026-02-07 01:39:00,599.0 -67596,sell_mtf_cross_all_tf,sell,2026-02-07 01:42:00,597.0 -67597,sell_mtf_cross_all_tf,sell,2026-02-07 01:45:00,599.0 -67598,sell_mtf_cross_all_tf,sell,2026-02-07 01:48:00,598.0 -67599,sell_mtf_cross_all_tf,sell,2026-02-07 02:15:00,603.0 -67600,sell_mtf_cross_all_tf,sell,2026-02-07 02:18:00,604.0 -67601,sell_mtf_cross_all_tf,sell,2026-02-07 02:27:00,606.0 -67602,sell_mtf_cross_all_tf,sell,2026-02-07 02:45:00,611.0 -67603,sell_mtf_cross_all_tf,sell,2026-02-07 02:48:00,611.0 -67604,sell_mtf_cross_all_tf,sell,2026-02-07 02:51:00,609.0 -67605,sell_mtf_cross_all_tf,sell,2026-02-07 02:54:00,609.0 -67606,sell_mtf_cross_all_tf,sell,2026-02-07 07:45:00,603.0 -67607,sell_mtf_cross_all_tf,sell,2026-02-07 07:51:00,604.0 -67608,sell_mtf_cross_all_tf,sell,2026-02-07 07:54:00,605.0 -67609,sell_mtf_cross_all_tf,sell,2026-02-07 07:57:00,605.0 -67610,sell_mtf_cross_all_tf,sell,2026-02-07 08:00:00,605.0 -67611,sell_mtf_cross_all_tf,sell,2026-02-07 08:03:00,607.0 -67612,sell_mtf_cross_all_tf,sell,2026-02-07 08:06:00,607.0 -67613,sell_mtf_cross_all_tf,sell,2026-02-07 08:09:00,608.0 -67614,sell_mtf_cross_all_tf,sell,2026-02-07 08:12:00,606.0 -67615,sell_mtf_cross_all_tf,sell,2026-02-07 11:48:00,605.0 -67616,sell_mtf_cross_all_tf,sell,2026-02-07 11:51:00,605.0 -67617,sell_mtf_cross_all_tf,sell,2026-02-07 11:54:00,605.0 -67618,sell_mtf_cross_all_tf,sell,2026-02-07 12:27:00,612.0 -67619,sell_mtf_cross_all_tf,sell,2026-02-07 12:30:00,611.0 -67620,sell_mtf_cross_all_tf,sell,2026-02-08 03:45:00,595.0 -67621,sell_mtf_cross_all_tf,sell,2026-02-08 03:48:00,594.0 -67622,sell_mtf_cross_all_tf,sell,2026-02-08 03:51:00,595.0 -67623,sell_mtf_cross_all_tf,sell,2026-02-08 03:54:00,595.0 -67624,sell_mtf_cross_all_tf,sell,2026-02-08 17:15:00,589.0 -67625,sell_mtf_cross_all_tf,sell,2026-02-08 17:42:00,596.0 -67626,sell_mtf_cross_all_tf,sell,2026-02-08 17:45:00,596.0 -67627,sell_mtf_cross_all_tf,sell,2026-02-08 17:48:00,597.0 -67628,sell_mtf_cross_all_tf,sell,2026-02-08 17:57:00,597.0 -67629,sell_mtf_cross_all_tf,sell,2026-02-08 18:00:00,598.0 -67630,sell_mtf_cross_all_tf,sell,2026-02-08 18:03:00,597.0 -67631,sell_mtf_cross_all_tf,sell,2026-02-08 22:00:00,597.0 -67632,sell_mtf_cross_all_tf,sell,2026-02-08 23:00:00,599.0 -67633,sell_mtf_cross_all_tf,sell,2026-02-08 23:03:00,599.0 -67634,sell_mtf_cross_all_tf,sell,2026-02-13 16:12:00,561.0 -67635,sell_mtf_cross_all_tf,sell,2026-02-13 16:27:00,561.0 -67636,sell_mtf_cross_all_tf,sell,2026-02-13 16:30:00,561.0 -67637,sell_mtf_cross_all_tf,sell,2026-02-13 16:33:00,561.0 -67638,sell_mtf_cross_all_tf,sell,2026-02-13 17:12:00,562.0 -67639,sell_mtf_cross_all_tf,sell,2026-02-13 17:57:00,568.0 -67640,sell_mtf_cross_all_tf,sell,2026-02-13 18:00:00,567.0 -67641,sell_mtf_cross_all_tf,sell,2026-02-13 22:39:00,566.0 -67642,sell_mtf_cross_all_tf,sell,2026-02-13 23:30:00,567.0 -67643,sell_mtf_cross_all_tf,sell,2026-02-13 23:45:00,569.0 -67644,sell_mtf_cross_all_tf,sell,2026-02-13 23:57:00,571.0 -67645,sell_mtf_cross_all_tf,sell,2026-02-14 00:00:00,571.0 -67646,sell_mtf_cross_all_tf,sell,2026-02-14 00:03:00,573.0 -67647,sell_mtf_cross_all_tf,sell,2026-02-14 00:09:00,573.0 -67648,sell_mtf_cross_all_tf,sell,2026-02-14 00:21:00,577.0 -67649,sell_mtf_cross_all_tf,sell,2026-02-14 00:24:00,577.0 -67650,sell_mtf_cross_all_tf,sell,2026-02-14 00:27:00,579.0 -67651,sell_mtf_cross_all_tf,sell,2026-02-14 06:15:00,582.0 -67652,sell_mtf_cross_all_tf,sell,2026-02-14 06:27:00,582.0 -67653,sell_mtf_cross_all_tf,sell,2026-02-14 06:30:00,582.0 -67654,sell_mtf_cross_all_tf,sell,2026-02-14 10:00:00,584.0 -67655,sell_mtf_cross_all_tf,sell,2026-02-14 10:15:00,584.0 -67656,sell_mtf_cross_all_tf,sell,2026-02-14 10:18:00,584.0 -67657,sell_mtf_cross_all_tf,sell,2026-02-14 10:21:00,585.0 -67658,sell_mtf_cross_all_tf,sell,2026-02-14 10:30:00,585.0 -67659,sell_mtf_cross_all_tf,sell,2026-02-14 10:33:00,586.0 -67660,sell_mtf_cross_all_tf,sell,2026-02-14 10:45:00,587.0 -67661,sell_mtf_cross_all_tf,sell,2026-02-14 10:51:00,588.0 -67662,sell_mtf_cross_all_tf,sell,2026-02-14 10:54:00,587.0 -67663,sell_mtf_cross_all_tf,sell,2026-02-14 10:57:00,587.0 -67664,sell_mtf_cross_all_tf,sell,2026-02-14 11:00:00,588.0 -67665,sell_mtf_cross_all_tf,sell,2026-02-14 11:03:00,588.0 -67666,sell_mtf_cross_all_tf,sell,2026-02-14 11:18:00,591.0 -67667,sell_mtf_cross_all_tf,sell,2026-02-14 11:21:00,590.0 -67668,sell_mtf_cross_all_tf,sell,2026-02-14 11:42:00,591.0 -67669,sell_mtf_cross_all_tf,sell,2026-02-14 12:30:00,591.0 -67670,sell_mtf_cross_all_tf,sell,2026-02-14 12:33:00,591.0 -67671,sell_mtf_cross_all_tf,sell,2026-02-14 12:39:00,592.0 -67672,sell_mtf_cross_all_tf,sell,2026-02-14 12:42:00,592.0 -67673,sell_mtf_cross_all_tf,sell,2026-02-14 17:27:00,596.0 -67674,sell_mtf_cross_all_tf,sell,2026-02-14 17:30:00,595.0 -67675,sell_mtf_cross_all_tf,sell,2026-02-14 17:33:00,596.0 -67676,sell_mtf_cross_all_tf,sell,2026-02-14 17:36:00,597.0 -67677,sell_mtf_cross_all_tf,sell,2026-02-14 17:39:00,598.0 -67678,sell_mtf_cross_all_tf,sell,2026-02-14 17:45:00,598.0 -67679,sell_mtf_cross_all_tf,sell,2026-02-14 17:48:00,598.0 -67680,sell_mtf_cross_all_tf,sell,2026-02-14 17:51:00,598.0 -67681,sell_mtf_cross_all_tf,sell,2026-02-14 17:54:00,598.0 -67682,sell_mtf_cross_all_tf,sell,2026-02-14 17:57:00,598.0 -67683,sell_mtf_cross_all_tf,sell,2026-02-14 18:00:00,598.0 -67684,sell_mtf_cross_all_tf,sell,2026-02-14 18:03:00,599.0 -67685,sell_mtf_cross_all_tf,sell,2026-02-14 18:15:00,601.0 -67686,sell_mtf_cross_all_tf,sell,2026-02-14 18:21:00,602.0 -67687,sell_mtf_cross_all_tf,sell,2026-02-14 18:36:00,602.0 -67688,sell_mtf_cross_all_tf,sell,2026-02-14 18:39:00,602.0 -67689,sell_mtf_cross_all_tf,sell,2026-02-14 18:42:00,602.0 -67690,sell_mtf_cross_all_tf,sell,2026-02-14 18:45:00,603.0 -67691,sell_mtf_cross_all_tf,sell,2026-02-14 18:48:00,602.0 -67692,sell_mtf_cross_all_tf,sell,2026-02-14 18:57:00,604.0 -67693,sell_mtf_cross_all_tf,sell,2026-02-14 20:30:00,605.0 -67694,sell_mtf_cross_all_tf,sell,2026-02-14 20:33:00,604.0 -67695,sell_mtf_cross_all_tf,sell,2026-02-14 20:36:00,604.0 -67696,sell_mtf_cross_all_tf,sell,2026-02-14 20:39:00,605.0 -67697,sell_mtf_cross_all_tf,sell,2026-02-14 21:00:00,605.0 -67698,sell_mtf_cross_all_tf,sell,2026-02-14 21:21:00,607.0 -67699,sell_mtf_cross_all_tf,sell,2026-02-14 21:24:00,607.0 -67700,sell_mtf_cross_all_tf,sell,2026-02-15 00:06:00,611.0 -67701,sell_mtf_cross_all_tf,sell,2026-02-15 00:09:00,611.0 -67702,sell_mtf_cross_all_tf,sell,2026-02-15 00:12:00,611.0 -67703,sell_mtf_cross_all_tf,sell,2026-02-15 00:21:00,612.0 -67704,sell_mtf_cross_all_tf,sell,2026-02-15 00:24:00,613.0 -67705,sell_mtf_cross_all_tf,sell,2026-02-15 00:27:00,613.0 -67706,sell_mtf_cross_all_tf,sell,2026-02-15 00:30:00,613.0 -67707,sell_mtf_cross_all_tf,sell,2026-02-15 00:33:00,613.0 -67708,sell_mtf_cross_all_tf,sell,2026-02-15 00:36:00,614.0 -67709,sell_mtf_cross_all_tf,sell,2026-02-15 00:39:00,614.0 -67710,sell_mtf_cross_all_tf,sell,2026-02-15 00:42:00,614.0 -67711,sell_mtf_cross_all_tf,sell,2026-02-15 01:12:00,622.0 -67712,sell_mtf_cross_all_tf,sell,2026-02-15 01:18:00,625.0 -67713,sell_mtf_cross_all_tf,sell,2026-02-15 01:45:00,625.0 -67714,sell_mtf_cross_all_tf,sell,2026-02-15 01:48:00,627.0 -67715,sell_mtf_cross_all_tf,sell,2026-02-15 01:51:00,626.0 -67716,sell_mtf_cross_all_tf,sell,2026-02-15 01:57:00,629.0 -67717,sell_mtf_cross_all_tf,sell,2026-02-15 02:00:00,630.0 -67718,sell_mtf_cross_all_tf,sell,2026-02-15 02:03:00,628.0 -67719,sell_mtf_cross_all_tf,sell,2026-02-15 02:15:00,631.0 -67720,sell_mtf_cross_all_tf,sell,2026-02-15 02:18:00,629.0 -67721,sell_mtf_cross_all_tf,sell,2026-02-15 02:21:00,633.0 -67722,sell_mtf_cross_all_tf,sell,2026-02-15 02:30:00,635.0 -67723,sell_mtf_cross_all_tf,sell,2026-02-15 02:33:00,635.0 -67724,sell_mtf_cross_all_tf,sell,2026-02-15 03:21:00,635.0 -67725,sell_mtf_cross_all_tf,sell,2026-02-15 03:24:00,635.0 -67726,sell_mtf_cross_all_tf,sell,2026-02-15 04:51:00,639.0 -67727,sell_mtf_cross_all_tf,sell,2026-02-15 06:15:00,641.0 -67728,sell_mtf_cross_all_tf,sell,2026-02-15 06:18:00,641.0 -67729,sell_mtf_cross_all_tf,sell,2026-02-15 14:54:00,629.0 -67730,sell_mtf_cross_all_tf,sell,2026-02-15 14:57:00,629.0 -67731,sell_mtf_cross_all_tf,sell,2026-02-15 15:00:00,629.0 -67732,sell_mtf_cross_all_tf,sell,2026-02-15 15:03:00,630.0 -67733,sell_mtf_cross_all_tf,sell,2026-02-15 15:06:00,630.0 -67734,sell_mtf_cross_all_tf,sell,2026-02-15 15:15:00,631.0 -67735,sell_mtf_cross_all_tf,sell,2026-02-15 15:24:00,633.0 -67736,sell_mtf_cross_all_tf,sell,2026-02-15 15:36:00,635.0 -67737,sell_mtf_cross_all_tf,sell,2026-02-15 15:39:00,633.0 -67738,sell_mtf_cross_all_tf,sell,2026-02-21 00:30:00,575.0 -67739,sell_mtf_cross_all_tf,sell,2026-02-21 00:33:00,573.0 -67740,sell_mtf_cross_all_tf,sell,2026-02-21 00:39:00,571.0 -67741,sell_mtf_cross_all_tf,sell,2026-02-21 01:00:00,574.0 -67742,sell_mtf_cross_all_tf,sell,2026-02-21 01:15:00,581.0 -67743,sell_mtf_cross_all_tf,sell,2026-02-21 01:18:00,578.0 -67744,sell_mtf_cross_all_tf,sell,2026-02-21 01:27:00,581.0 -67745,sell_mtf_cross_all_tf,sell,2026-02-21 09:06:00,576.0 -67746,sell_mtf_cross_all_tf,sell,2026-02-21 11:00:00,576.0 -67747,sell_mtf_cross_all_tf,sell,2026-02-21 11:03:00,576.0 -67748,sell_mtf_cross_all_tf,sell,2026-02-21 11:12:00,576.0 -67749,sell_mtf_cross_all_tf,sell,2026-02-21 11:21:00,577.0 -67750,sell_mtf_cross_all_tf,sell,2026-02-21 11:24:00,578.0 -67751,sell_mtf_cross_all_tf,sell,2026-02-21 11:30:00,578.0 -67752,sell_mtf_cross_all_tf,sell,2026-02-21 11:42:00,578.0 -67753,sell_mtf_cross_all_tf,sell,2026-02-21 13:33:00,577.0 -67754,sell_mtf_cross_all_tf,sell,2026-02-21 14:21:00,579.0 -67755,sell_mtf_cross_all_tf,sell,2026-02-21 14:27:00,579.0 -67756,sell_mtf_cross_all_tf,sell,2026-02-21 14:30:00,579.0 -67757,sell_mtf_cross_all_tf,sell,2026-02-21 14:36:00,579.0 -67758,sell_mtf_cross_all_tf,sell,2026-02-21 14:39:00,579.0 -67759,sell_mtf_cross_all_tf,sell,2026-02-21 14:42:00,580.0 -67760,sell_mtf_cross_all_tf,sell,2026-02-21 15:09:00,581.0 -67761,sell_mtf_cross_all_tf,sell,2026-02-21 15:12:00,582.0 -67762,sell_mtf_cross_all_tf,sell,2026-02-21 15:24:00,582.0 -67763,sell_mtf_cross_all_tf,sell,2026-02-21 18:06:00,582.0 -67764,sell_mtf_cross_all_tf,sell,2026-02-21 18:42:00,585.0 -67765,sell_mtf_cross_all_tf,sell,2026-02-21 18:48:00,585.0 -67766,sell_mtf_cross_all_tf,sell,2026-02-25 00:00:00,552.0 -67767,sell_mtf_cross_all_tf,sell,2026-02-25 00:03:00,551.0 -67768,sell_mtf_cross_all_tf,sell,2026-02-25 00:09:00,553.0 -67769,sell_mtf_cross_all_tf,sell,2026-02-25 00:36:00,565.0 -67770,sell_mtf_cross_all_tf,sell,2026-02-25 10:36:00,572.0 -67771,sell_mtf_cross_all_tf,sell,2026-02-25 10:39:00,571.0 -67772,sell_mtf_cross_all_tf,sell,2026-02-25 10:42:00,570.0 -67773,sell_mtf_cross_all_tf,sell,2026-02-25 10:45:00,569.0 -67774,sell_mtf_cross_all_tf,sell,2026-02-25 10:48:00,569.0 -67775,sell_mtf_cross_all_tf,sell,2026-02-25 17:06:00,569.0 -67776,sell_mtf_cross_all_tf,sell,2026-02-25 17:09:00,569.0 -67777,sell_mtf_cross_all_tf,sell,2026-02-25 17:21:00,570.0 -67778,sell_mtf_cross_all_tf,sell,2026-02-25 17:24:00,570.0 -67779,sell_mtf_cross_all_tf,sell,2026-02-25 17:27:00,571.0 -67780,sell_mtf_cross_all_tf,sell,2026-02-25 17:30:00,571.0 -67781,sell_mtf_cross_all_tf,sell,2026-02-25 17:33:00,570.0 -67782,sell_mtf_cross_all_tf,sell,2026-02-25 17:36:00,571.0 -67783,sell_mtf_cross_all_tf,sell,2026-02-25 17:39:00,571.0 -67784,sell_mtf_cross_all_tf,sell,2026-02-25 17:42:00,571.0 -67785,sell_mtf_cross_all_tf,sell,2026-02-25 18:30:00,583.0 -67786,sell_mtf_cross_all_tf,sell,2026-02-25 18:33:00,585.0 -67787,sell_mtf_cross_all_tf,sell,2026-02-25 18:36:00,584.0 -67788,sell_mtf_cross_all_tf,sell,2026-02-25 18:39:00,583.0 -67789,sell_mtf_cross_all_tf,sell,2026-02-25 18:42:00,583.0 -67790,sell_mtf_cross_all_tf,sell,2026-02-25 18:45:00,583.0 -67791,sell_mtf_cross_all_tf,sell,2026-02-25 18:48:00,584.0 -67792,sell_mtf_cross_all_tf,sell,2026-02-25 18:51:00,586.0 -67793,sell_mtf_cross_all_tf,sell,2026-02-25 18:54:00,585.0 -67794,sell_mtf_cross_all_tf,sell,2026-02-25 18:57:00,586.0 -67795,sell_mtf_cross_all_tf,sell,2026-02-25 19:00:00,586.0 -67796,sell_mtf_cross_all_tf,sell,2026-02-25 19:03:00,588.0 -67797,sell_mtf_cross_all_tf,sell,2026-02-25 19:06:00,586.0 -67798,sell_mtf_cross_all_tf,sell,2026-02-25 19:12:00,587.0 -67799,sell_mtf_cross_all_tf,sell,2026-02-25 19:18:00,589.0 -67800,sell_mtf_cross_all_tf,sell,2026-02-25 19:21:00,589.0 -67801,sell_mtf_cross_all_tf,sell,2026-02-25 19:54:00,591.0 -67802,sell_mtf_cross_all_tf,sell,2026-02-26 00:57:00,590.0 -67803,sell_mtf_cross_all_tf,sell,2026-02-26 01:00:00,591.0 -67804,sell_mtf_cross_all_tf,sell,2026-02-26 01:06:00,594.0 -67805,sell_mtf_cross_all_tf,sell,2026-02-26 01:09:00,595.0 -67806,sell_mtf_cross_all_tf,sell,2026-02-26 02:15:00,604.0 -67807,sell_mtf_cross_all_tf,sell,2026-02-26 02:18:00,606.0 -67808,sell_mtf_cross_all_tf,sell,2026-02-26 03:12:00,606.0 -67809,sell_mtf_cross_all_tf,sell,2026-02-26 03:15:00,605.0 -67810,sell_mtf_cross_all_tf,sell,2026-02-26 03:18:00,605.0 -67811,sell_mtf_cross_all_tf,sell,2026-02-26 03:39:00,608.0 -67812,sell_mtf_cross_all_tf,sell,2026-02-26 03:42:00,608.0 -67813,sell_mtf_cross_all_tf,sell,2026-02-26 03:45:00,608.0 -67814,sell_mtf_cross_all_tf,sell,2026-02-26 03:48:00,608.0 -67815,sell_mtf_cross_all_tf,sell,2026-02-26 03:54:00,608.0 -67816,sell_mtf_cross_all_tf,sell,2026-02-26 03:57:00,609.0 -67817,sell_mtf_cross_all_tf,sell,2026-02-26 04:18:00,616.0 -67818,sell_mtf_cross_all_tf,sell,2026-02-26 04:21:00,617.0 -67819,sell_mtf_cross_all_tf,sell,2026-02-26 04:30:00,620.0 -67820,sell_mtf_cross_all_tf,sell,2026-02-26 04:33:00,621.0 -67821,sell_mtf_cross_all_tf,sell,2026-02-26 04:36:00,624.0 -67822,sell_mtf_cross_all_tf,sell,2026-02-26 04:39:00,624.0 -67823,sell_mtf_cross_all_tf,sell,2026-02-26 04:42:00,622.0 -67824,sell_mtf_cross_all_tf,sell,2026-02-26 04:45:00,624.0 -67825,sell_mtf_cross_all_tf,sell,2026-02-26 04:57:00,622.0 -67826,sell_mtf_cross_all_tf,sell,2026-03-01 04:00:00,564.0 -67827,sell_mtf_cross_all_tf,sell,2026-03-01 04:45:00,567.0 -67828,sell_mtf_cross_all_tf,sell,2026-03-01 04:48:00,568.0 -67829,sell_mtf_cross_all_tf,sell,2026-03-01 04:54:00,569.0 -67830,sell_mtf_cross_all_tf,sell,2026-03-01 05:06:00,569.0 -67831,sell_mtf_cross_all_tf,sell,2026-03-01 05:09:00,569.0 -67832,sell_mtf_cross_all_tf,sell,2026-03-01 05:12:00,571.0 -67833,sell_mtf_cross_all_tf,sell,2026-03-01 05:15:00,571.0 -67834,sell_mtf_cross_all_tf,sell,2026-03-01 05:18:00,571.0 -67835,sell_mtf_cross_all_tf,sell,2026-03-01 05:36:00,576.0 -67836,sell_mtf_cross_all_tf,sell,2026-03-01 05:42:00,576.0 -67837,sell_mtf_cross_all_tf,sell,2026-03-01 05:51:00,578.0 -67838,sell_mtf_cross_all_tf,sell,2026-03-01 05:54:00,579.0 -67839,sell_mtf_cross_all_tf,sell,2026-03-01 05:57:00,577.0 -67840,sell_mtf_cross_all_tf,sell,2026-03-01 06:00:00,578.0 -67841,sell_mtf_cross_all_tf,sell,2026-03-01 07:45:00,581.0 -67842,sell_mtf_cross_all_tf,sell,2026-03-01 07:48:00,582.0 -67843,sell_mtf_cross_all_tf,sell,2026-03-01 08:00:00,583.0 -67844,sell_mtf_cross_all_tf,sell,2026-03-01 08:03:00,583.0 -67845,sell_mtf_cross_all_tf,sell,2026-03-01 08:06:00,583.0 -67846,sell_mtf_cross_all_tf,sell,2026-03-01 08:12:00,584.0 -67847,sell_mtf_cross_all_tf,sell,2026-03-01 11:21:00,589.0 -67848,sell_mtf_cross_all_tf,sell,2026-03-01 11:24:00,587.0 -67849,sell_mtf_cross_all_tf,sell,2026-03-01 11:30:00,588.0 -67850,sell_mtf_cross_all_tf,sell,2026-03-01 11:36:00,590.0 -67851,sell_mtf_cross_all_tf,sell,2026-03-01 11:39:00,590.0 -67852,sell_mtf_cross_all_tf,sell,2026-03-01 11:42:00,591.0 -67853,sell_mtf_cross_all_tf,sell,2026-03-01 11:45:00,591.0 -67854,sell_mtf_cross_all_tf,sell,2026-03-01 11:48:00,592.0 -67855,sell_mtf_cross_all_tf,sell,2026-03-02 09:42:00,564.0 -67856,sell_mtf_cross_all_tf,sell,2026-03-02 09:57:00,568.0 -67857,sell_mtf_cross_all_tf,sell,2026-03-02 10:00:00,567.0 -67858,sell_mtf_cross_all_tf,sell,2026-03-02 10:09:00,569.0 -67859,sell_mtf_cross_all_tf,sell,2026-03-02 10:21:00,569.0 -67860,sell_mtf_cross_all_tf,sell,2026-03-02 10:24:00,569.0 -67861,sell_mtf_cross_all_tf,sell,2026-03-02 23:30:00,565.0 -67862,sell_mtf_cross_all_tf,sell,2026-03-03 00:21:00,589.0 -67863,sell_mtf_cross_all_tf,sell,2026-03-03 00:24:00,587.0 -67864,sell_mtf_cross_all_tf,sell,2026-03-03 00:27:00,588.0 -67865,sell_mtf_cross_all_tf,sell,2026-03-03 00:30:00,587.0 -67866,sell_mtf_cross_all_tf,sell,2026-03-03 00:36:00,587.0 -67867,sell_mtf_cross_all_tf,sell,2026-03-03 00:39:00,589.0 -67868,sell_mtf_cross_all_tf,sell,2026-03-03 00:42:00,590.0 -67869,sell_mtf_cross_all_tf,sell,2026-03-03 00:45:00,592.0 -67870,sell_mtf_cross_all_tf,sell,2026-03-03 00:48:00,591.0 -67871,sell_mtf_cross_all_tf,sell,2026-03-03 00:51:00,592.0 -67872,sell_mtf_cross_all_tf,sell,2026-03-03 01:18:00,595.0 -67873,sell_mtf_cross_all_tf,sell,2026-03-03 01:57:00,600.0 -67874,sell_mtf_cross_all_tf,sell,2026-03-03 03:00:00,604.0 -67875,sell_mtf_cross_all_tf,sell,2026-03-03 03:03:00,605.0 -67876,sell_mtf_cross_all_tf,sell,2026-03-03 03:09:00,607.0 -67877,sell_mtf_cross_all_tf,sell,2026-03-03 03:12:00,605.0 -67878,sell_mtf_cross_all_tf,sell,2026-03-04 17:06:00,576.0 -67879,sell_mtf_cross_all_tf,sell,2026-03-04 17:09:00,577.0 -67880,sell_mtf_cross_all_tf,sell,2026-03-04 17:15:00,578.0 -67881,sell_mtf_cross_all_tf,sell,2026-03-04 17:18:00,577.0 -67882,sell_mtf_cross_all_tf,sell,2026-03-04 17:21:00,576.0 -67883,sell_mtf_cross_all_tf,sell,2026-03-04 17:24:00,576.0 -67884,sell_mtf_cross_all_tf,sell,2026-03-04 17:30:00,577.0 -67885,sell_mtf_cross_all_tf,sell,2026-03-04 17:33:00,579.0 -67886,sell_mtf_cross_all_tf,sell,2026-03-04 18:06:00,591.0 -67887,sell_mtf_cross_all_tf,sell,2026-03-04 18:09:00,591.0 -67888,sell_mtf_cross_all_tf,sell,2026-03-04 18:12:00,592.0 -67889,sell_mtf_cross_all_tf,sell,2026-03-04 18:21:00,597.0 -67890,sell_mtf_cross_all_tf,sell,2026-03-04 18:24:00,595.0 -67891,sell_mtf_cross_all_tf,sell,2026-03-04 18:27:00,596.0 -67892,sell_mtf_cross_all_tf,sell,2026-03-04 18:30:00,596.0 -67893,sell_mtf_cross_all_tf,sell,2026-03-04 18:33:00,595.0 -67894,sell_mtf_cross_all_tf,sell,2026-03-04 18:36:00,597.0 -67895,sell_mtf_cross_all_tf,sell,2026-03-04 18:39:00,600.0 -67896,sell_mtf_cross_all_tf,sell,2026-03-04 18:45:00,599.0 -67897,sell_mtf_cross_all_tf,sell,2026-03-04 18:48:00,599.0 -67898,sell_mtf_cross_all_tf,sell,2026-03-04 18:51:00,600.0 -67899,sell_mtf_cross_all_tf,sell,2026-03-04 23:06:00,596.0 -67900,sell_mtf_cross_all_tf,sell,2026-03-04 23:09:00,597.0 -67901,sell_mtf_cross_all_tf,sell,2026-03-04 23:15:00,598.0 -67902,sell_mtf_cross_all_tf,sell,2026-03-04 23:18:00,599.0 -67903,sell_mtf_cross_all_tf,sell,2026-03-04 23:27:00,601.0 -67904,sell_mtf_cross_all_tf,sell,2026-03-05 00:00:00,604.0 -67905,sell_mtf_cross_all_tf,sell,2026-03-05 00:03:00,608.0 -67906,sell_mtf_cross_all_tf,sell,2026-03-05 00:06:00,607.0 -67907,sell_mtf_cross_all_tf,sell,2026-03-05 00:36:00,626.0 -67908,sell_mtf_cross_all_tf,sell,2026-03-05 00:39:00,627.0 -67909,sell_mtf_cross_all_tf,sell,2026-03-05 00:42:00,630.0 -67910,sell_mtf_cross_all_tf,sell,2026-03-05 00:45:00,630.0 -67911,sell_mtf_cross_all_tf,sell,2026-03-05 00:48:00,629.0 -67912,sell_mtf_cross_all_tf,sell,2026-03-05 00:51:00,631.0 -67913,sell_mtf_cross_all_tf,sell,2026-03-05 00:54:00,639.0 -67914,sell_mtf_cross_all_tf,sell,2026-03-05 01:00:00,638.0 -67915,sell_mtf_cross_all_tf,sell,2026-03-05 01:03:00,640.0 -67916,sell_mtf_cross_all_tf,sell,2026-03-05 01:06:00,639.0 -67917,sell_mtf_cross_all_tf,sell,2026-03-05 01:09:00,641.0 -67918,sell_mtf_cross_all_tf,sell,2026-03-05 01:12:00,638.0 -67919,sell_mtf_cross_all_tf,sell,2026-03-05 01:15:00,637.0 -67920,sell_mtf_cross_all_tf,sell,2026-03-05 01:18:00,638.0 -67921,sell_mtf_cross_all_tf,sell,2026-03-05 19:45:00,611.0 -67922,sell_mtf_cross_all_tf,sell,2026-03-05 19:48:00,612.0 -67923,sell_mtf_cross_all_tf,sell,2026-03-05 20:00:00,614.0 -67924,sell_mtf_cross_all_tf,sell,2026-03-05 20:03:00,613.0 -67925,sell_mtf_cross_all_tf,sell,2026-03-05 20:06:00,613.0 -67926,sell_mtf_cross_all_tf,sell,2026-03-05 20:09:00,614.0 -67927,sell_mtf_cross_all_tf,sell,2026-03-05 20:15:00,614.0 -67928,sell_mtf_cross_all_tf,sell,2026-03-13 04:00:00,524.0 -67929,sell_mtf_cross_all_tf,sell,2026-03-13 04:03:00,523.0 -67930,sell_mtf_cross_all_tf,sell,2026-03-13 04:36:00,529.0 -67931,sell_mtf_cross_all_tf,sell,2026-03-13 04:39:00,530.0 -67932,sell_mtf_cross_all_tf,sell,2026-03-13 04:42:00,530.0 -67933,sell_mtf_cross_all_tf,sell,2026-03-13 04:45:00,530.0 -67934,sell_mtf_cross_all_tf,sell,2026-03-13 07:15:00,529.0 -67935,sell_mtf_cross_all_tf,sell,2026-03-13 07:18:00,529.0 -67936,sell_mtf_cross_all_tf,sell,2026-03-13 07:21:00,529.0 -67937,sell_mtf_cross_all_tf,sell,2026-03-13 07:27:00,529.0 -67938,sell_mtf_cross_all_tf,sell,2026-03-13 10:00:00,533.0 -67939,sell_mtf_cross_all_tf,sell,2026-03-13 10:03:00,534.0 -67940,sell_mtf_cross_all_tf,sell,2026-03-13 10:06:00,535.0 -67941,sell_mtf_cross_all_tf,sell,2026-03-13 10:09:00,534.0 -67942,sell_mtf_cross_all_tf,sell,2026-03-13 10:12:00,535.0 -67943,sell_mtf_cross_all_tf,sell,2026-03-13 10:15:00,536.0 -67944,sell_mtf_cross_all_tf,sell,2026-03-13 10:18:00,536.0 -67945,sell_mtf_cross_all_tf,sell,2026-03-13 10:21:00,536.0 -67946,sell_mtf_cross_all_tf,sell,2026-03-13 10:24:00,535.0 -67947,sell_mtf_cross_all_tf,sell,2026-03-13 10:51:00,537.0 -67948,sell_mtf_cross_all_tf,sell,2026-03-13 10:54:00,536.0 -67949,sell_mtf_cross_all_tf,sell,2026-03-13 11:00:00,538.0 -67950,sell_mtf_cross_all_tf,sell,2026-03-13 11:03:00,537.0 -67951,sell_mtf_cross_all_tf,sell,2026-03-13 11:12:00,538.0 -67952,sell_mtf_cross_all_tf,sell,2026-03-13 13:12:00,540.0 -67953,sell_mtf_cross_all_tf,sell,2026-03-13 13:15:00,539.0 -67954,sell_mtf_cross_all_tf,sell,2026-03-13 13:18:00,539.0 -67955,sell_mtf_cross_all_tf,sell,2026-03-13 13:21:00,539.0 -67956,sell_mtf_cross_all_tf,sell,2026-03-13 19:00:00,542.0 -67957,sell_mtf_cross_all_tf,sell,2026-03-13 19:03:00,544.0 -67958,sell_mtf_cross_all_tf,sell,2026-03-13 19:12:00,542.0 -67959,sell_mtf_cross_all_tf,sell,2026-03-13 22:06:00,547.0 -67960,sell_mtf_cross_all_tf,sell,2026-03-13 22:09:00,548.0 -67961,sell_mtf_cross_all_tf,sell,2026-03-13 22:15:00,547.0 -67962,sell_mtf_cross_all_tf,sell,2026-03-13 22:18:00,550.0 -67963,sell_mtf_cross_all_tf,sell,2026-03-13 22:27:00,549.0 -67964,sell_mtf_cross_all_tf,sell,2026-03-13 22:30:00,550.0 -67965,sell_mtf_cross_all_tf,sell,2026-03-13 22:33:00,550.0 -67966,sell_mtf_cross_all_tf,sell,2026-03-13 22:45:00,550.0 -67967,sell_mtf_cross_all_tf,sell,2026-03-13 22:48:00,550.0 -67968,sell_mtf_cross_all_tf,sell,2026-03-16 01:21:00,529.0 -67969,sell_mtf_cross_all_tf,sell,2026-03-16 01:24:00,530.0 -67970,sell_mtf_cross_all_tf,sell,2026-03-16 03:06:00,533.0 -67971,sell_mtf_cross_all_tf,sell,2026-03-16 03:09:00,533.0 -67972,sell_mtf_cross_all_tf,sell,2026-03-16 03:12:00,534.0 -67973,sell_mtf_cross_all_tf,sell,2026-03-16 05:45:00,533.0 -67974,sell_mtf_cross_all_tf,sell,2026-03-16 06:45:00,535.0 -67975,sell_mtf_cross_all_tf,sell,2026-03-16 06:48:00,535.0 -67976,sell_mtf_cross_all_tf,sell,2026-03-16 06:51:00,535.0 -67977,sell_mtf_cross_all_tf,sell,2026-03-16 06:54:00,535.0 -67978,sell_mtf_cross_all_tf,sell,2026-03-16 06:57:00,535.0 -67979,sell_mtf_cross_all_tf,sell,2026-03-16 07:00:00,535.0 -67980,sell_mtf_cross_all_tf,sell,2026-03-16 07:03:00,536.0 -67981,sell_mtf_cross_all_tf,sell,2026-03-16 07:51:00,536.0 -67982,sell_mtf_cross_all_tf,sell,2026-03-16 07:54:00,536.0 -67983,sell_mtf_cross_all_tf,sell,2026-03-16 08:00:00,536.0 -67984,sell_mtf_cross_all_tf,sell,2026-03-16 08:03:00,537.0 -67985,sell_mtf_cross_all_tf,sell,2026-03-16 08:06:00,537.0 -67986,sell_mtf_cross_all_tf,sell,2026-03-16 08:09:00,538.0 -67987,sell_mtf_cross_all_tf,sell,2026-03-16 08:15:00,538.0 -67988,sell_mtf_cross_all_tf,sell,2026-03-16 09:00:00,537.0 -67989,sell_mtf_cross_all_tf,sell,2026-03-16 09:03:00,538.0 -67990,sell_mtf_cross_all_tf,sell,2026-03-16 09:12:00,537.0 -67991,sell_mtf_cross_all_tf,sell,2026-03-16 11:06:00,537.0 -67992,sell_mtf_cross_all_tf,sell,2026-03-16 11:09:00,538.0 -67993,sell_mtf_cross_all_tf,sell,2026-03-16 11:15:00,538.0 -67994,sell_mtf_cross_all_tf,sell,2026-03-16 12:15:00,539.0 -67995,sell_mtf_cross_all_tf,sell,2026-03-16 12:18:00,538.0 -67996,sell_mtf_cross_all_tf,sell,2026-03-16 12:45:00,544.0 -67997,sell_mtf_cross_all_tf,sell,2026-03-16 12:51:00,545.0 -67998,sell_mtf_cross_all_tf,sell,2026-03-16 12:54:00,545.0 -67999,sell_mtf_cross_all_tf,sell,2026-03-16 12:57:00,545.0 -68000,sell_mtf_cross_all_tf,sell,2026-03-16 13:00:00,546.0 -68001,sell_mtf_cross_all_tf,sell,2026-03-16 13:03:00,547.0 -68002,sell_mtf_cross_all_tf,sell,2026-03-16 13:06:00,548.0 -68003,sell_mtf_cross_all_tf,sell,2026-03-16 13:09:00,548.0 -68004,sell_mtf_cross_all_tf,sell,2026-03-16 13:21:00,548.0 -68005,sell_mtf_cross_all_tf,sell,2026-03-16 14:03:00,552.0 -68006,sell_mtf_cross_all_tf,sell,2026-03-16 14:15:00,553.0 -68007,sell_mtf_cross_all_tf,sell,2026-03-16 14:18:00,554.0 -68008,sell_mtf_cross_all_tf,sell,2026-03-16 14:27:00,555.0 -68009,sell_mtf_cross_all_tf,sell,2026-03-16 14:30:00,555.0 -68010,sell_mtf_cross_all_tf,sell,2026-03-16 14:33:00,554.0 -68011,sell_mtf_cross_all_tf,sell,2026-03-16 14:39:00,556.0 -68012,sell_mtf_cross_all_tf,sell,2026-03-16 14:42:00,556.0 -68013,sell_mtf_cross_all_tf,sell,2026-03-16 14:45:00,557.0 -68014,sell_mtf_cross_all_tf,sell,2026-03-16 14:48:00,556.0 -68015,sell_mtf_cross_all_tf,sell,2026-03-16 14:51:00,557.0 -68016,sell_mtf_cross_all_tf,sell,2026-03-16 14:54:00,557.0 -68017,sell_mtf_cross_all_tf,sell,2026-03-16 15:00:00,558.0 -68018,sell_mtf_cross_all_tf,sell,2026-03-16 15:30:00,559.0 -68019,sell_mtf_cross_all_tf,sell,2026-03-16 15:33:00,558.0 -68020,sell_mtf_cross_all_tf,sell,2026-03-16 15:36:00,559.0 -68021,sell_mtf_cross_all_tf,sell,2026-03-16 15:39:00,559.0 -68022,sell_mtf_cross_all_tf,sell,2026-03-16 15:42:00,560.0 -68023,sell_mtf_cross_all_tf,sell,2026-03-16 16:15:00,562.0 -68024,sell_mtf_cross_all_tf,sell,2026-03-16 16:18:00,562.0 -68025,sell_mtf_cross_all_tf,sell,2026-03-16 16:21:00,561.0 -68026,sell_mtf_cross_all_tf,sell,2026-03-16 16:24:00,563.0 -68027,sell_mtf_cross_all_tf,sell,2026-03-16 16:27:00,563.0 -68028,sell_mtf_cross_all_tf,sell,2026-03-16 16:42:00,565.0 -68029,sell_mtf_cross_all_tf,sell,2026-03-16 16:45:00,566.0 -68030,sell_mtf_cross_all_tf,sell,2026-03-16 16:48:00,567.0 -68031,sell_mtf_cross_all_tf,sell,2026-03-16 23:00:00,564.0 -68032,sell_mtf_cross_all_tf,sell,2026-03-16 23:03:00,565.0 -68033,sell_mtf_cross_all_tf,sell,2026-03-16 23:09:00,566.0 -68034,sell_mtf_cross_all_tf,sell,2026-03-16 23:15:00,565.0 -68035,sell_mtf_cross_all_tf,sell,2026-03-16 23:18:00,565.0 -68036,sell_mtf_cross_all_tf,sell,2026-03-17 00:00:00,565.0 -68037,sell_mtf_cross_all_tf,sell,2026-03-17 00:03:00,566.0 -68038,sell_mtf_cross_all_tf,sell,2026-03-17 00:21:00,565.0 -68039,sell_mtf_cross_all_tf,sell,2026-03-17 00:24:00,566.0 -68040,sell_mtf_cross_all_tf,sell,2026-03-17 00:27:00,566.0 -68041,sell_mtf_cross_all_tf,sell,2026-03-17 01:42:00,580.0 -68042,sell_mtf_cross_all_tf,sell,2026-03-17 01:45:00,581.0 -68043,sell_mtf_cross_all_tf,sell,2026-03-17 01:48:00,580.0 -68044,sell_mtf_cross_all_tf,sell,2026-03-17 01:51:00,581.0 -68045,sell_mtf_cross_all_tf,sell,2026-03-17 01:54:00,583.0 -68046,sell_mtf_cross_all_tf,sell,2026-03-17 01:57:00,583.0 -68047,sell_mtf_cross_all_tf,sell,2026-03-17 02:00:00,582.0 -68048,sell_mtf_cross_all_tf,sell,2026-03-17 02:03:00,585.0 -68049,sell_mtf_cross_all_tf,sell,2026-03-17 02:12:00,588.0 -68050,sell_mtf_cross_all_tf,sell,2026-03-17 06:15:00,584.0 -68051,sell_mtf_cross_all_tf,sell,2026-03-17 06:24:00,585.0 -68052,sell_mtf_cross_all_tf,sell,2026-03-17 07:15:00,592.0 -68053,sell_mtf_cross_all_tf,sell,2026-03-17 07:18:00,593.0 -68054,sell_mtf_cross_all_tf,sell,2026-03-17 07:21:00,592.0 -68055,sell_mtf_cross_all_tf,sell,2026-03-17 07:30:00,591.0 -68056,sell_mtf_cross_all_tf,sell,2026-03-17 07:42:00,592.0 -68057,sell_mtf_cross_all_tf,sell,2026-03-17 07:45:00,593.0 -68058,sell_mtf_cross_all_tf,sell,2026-03-17 07:48:00,594.0 -68059,sell_mtf_cross_all_tf,sell,2026-03-17 07:54:00,595.0 -68060,sell_mtf_cross_all_tf,sell,2026-03-24 00:45:00,474.0 -68061,sell_mtf_cross_all_tf,sell,2026-03-24 00:48:00,474.0 -68062,sell_mtf_cross_all_tf,sell,2026-03-24 01:21:00,474.0 -68063,sell_mtf_cross_all_tf,sell,2026-03-24 02:06:00,479.0 -68064,sell_mtf_cross_all_tf,sell,2026-03-24 02:09:00,480.0 -68065,sell_mtf_cross_all_tf,sell,2026-03-24 02:12:00,480.0 -68066,sell_mtf_cross_all_tf,sell,2026-03-24 02:15:00,479.0 -68067,sell_mtf_cross_all_tf,sell,2026-03-24 02:18:00,479.0 -68068,sell_mtf_cross_all_tf,sell,2026-03-24 02:54:00,480.0 -68069,sell_mtf_cross_all_tf,sell,2026-03-24 03:09:00,483.0 -68070,sell_mtf_cross_all_tf,sell,2026-03-24 03:12:00,483.0 -68071,sell_mtf_cross_all_tf,sell,2026-03-24 03:21:00,484.0 -68072,sell_mtf_cross_all_tf,sell,2026-03-24 03:24:00,484.0 -68073,sell_mtf_cross_all_tf,sell,2026-03-24 03:30:00,483.0 -68074,sell_mtf_cross_all_tf,sell,2026-03-24 03:48:00,484.0 -68075,sell_mtf_cross_all_tf,sell,2026-03-24 03:51:00,485.0 -68076,sell_mtf_cross_all_tf,sell,2026-03-24 03:57:00,485.0 -68077,sell_mtf_cross_all_tf,sell,2026-03-24 04:00:00,485.0 -68078,sell_mtf_cross_all_tf,sell,2026-03-24 04:21:00,488.0 -68079,sell_mtf_cross_all_tf,sell,2026-03-24 12:57:00,482.0 -68080,sell_mtf_cross_all_tf,sell,2026-03-24 16:15:00,484.0 -68081,sell_mtf_cross_all_tf,sell,2026-03-25 05:45:00,480.0 -68082,sell_mtf_cross_all_tf,sell,2026-03-25 05:51:00,480.0 -68083,sell_mtf_cross_all_tf,sell,2026-03-25 05:54:00,480.0 -68084,sell_mtf_cross_all_tf,sell,2026-03-25 05:57:00,481.0 -68085,sell_mtf_cross_all_tf,sell,2026-03-25 06:00:00,481.0 -68086,sell_mtf_cross_all_tf,sell,2026-03-25 06:03:00,481.0 -68087,sell_mtf_cross_all_tf,sell,2026-03-25 06:06:00,481.0 -68088,sell_mtf_cross_all_tf,sell,2026-03-25 10:51:00,481.0 -68089,sell_mtf_cross_all_tf,sell,2026-03-25 18:51:00,479.0 -68090,sell_mtf_cross_all_tf,sell,2026-03-25 18:54:00,479.0 -68091,sell_mtf_cross_all_tf,sell,2026-03-25 19:00:00,480.0 -68092,sell_mtf_cross_all_tf,sell,2026-03-25 19:06:00,480.0 -68093,sell_mtf_cross_all_tf,sell,2026-03-25 20:42:00,483.0 -68094,sell_mtf_cross_all_tf,sell,2026-03-25 20:45:00,483.0 -68095,sell_mtf_cross_all_tf,sell,2026-03-25 21:00:00,485.0 -68096,sell_mtf_cross_all_tf,sell,2026-03-25 21:03:00,485.0 -68097,sell_mtf_cross_all_tf,sell,2026-03-25 22:21:00,487.0 -68098,sell_mtf_cross_all_tf,sell,2026-03-25 22:24:00,486.0 -68099,sell_mtf_cross_all_tf,sell,2026-03-30 09:30:00,418.0 -68100,sell_mtf_cross_all_tf,sell,2026-03-30 09:33:00,419.0 -68101,sell_mtf_cross_all_tf,sell,2026-03-30 09:36:00,417.0 -68102,sell_mtf_cross_all_tf,sell,2026-03-30 10:30:00,419.0 -68103,sell_mtf_cross_all_tf,sell,2026-03-30 10:33:00,419.0 -68104,sell_mtf_cross_all_tf,sell,2026-03-30 10:36:00,418.0 -68105,sell_mtf_cross_all_tf,sell,2026-03-30 10:39:00,418.0 -68106,sell_mtf_cross_all_tf,sell,2026-03-30 10:45:00,420.0 -68107,sell_mtf_cross_all_tf,sell,2026-03-30 11:00:00,423.0 -68108,sell_mtf_cross_all_tf,sell,2026-03-30 11:03:00,424.0 -68109,sell_mtf_cross_all_tf,sell,2026-03-30 11:09:00,425.0 -68110,sell_mtf_cross_all_tf,sell,2026-03-30 11:12:00,424.0 -68111,sell_mtf_cross_all_tf,sell,2026-03-30 11:15:00,425.0 -68112,sell_mtf_cross_all_tf,sell,2026-03-30 11:18:00,424.0 -68113,sell_mtf_cross_all_tf,sell,2026-03-30 11:21:00,424.0 -68114,sell_mtf_cross_all_tf,sell,2026-03-30 11:24:00,424.0 -68115,sell_mtf_cross_all_tf,sell,2026-03-30 11:36:00,425.0 -68116,sell_mtf_cross_all_tf,sell,2026-03-30 11:39:00,427.0 -68117,sell_mtf_cross_all_tf,sell,2026-03-30 11:42:00,426.0 -68118,sell_mtf_cross_all_tf,sell,2026-03-30 12:06:00,430.0 -68119,sell_mtf_cross_all_tf,sell,2026-03-30 12:27:00,432.0 -68120,sell_mtf_cross_all_tf,sell,2026-03-30 17:15:00,431.0 -68121,sell_mtf_cross_all_tf,sell,2026-03-30 17:18:00,430.0 -68122,sell_mtf_cross_all_tf,sell,2026-03-30 17:21:00,430.0 -68123,sell_mtf_cross_all_tf,sell,2026-03-30 19:54:00,433.0 -68124,sell_mtf_cross_all_tf,sell,2026-03-30 19:57:00,434.0 -68125,sell_mtf_cross_all_tf,sell,2026-04-01 09:48:00,419.0 -68126,sell_mtf_cross_all_tf,sell,2026-04-01 10:06:00,422.0 -68127,sell_mtf_cross_all_tf,sell,2026-04-01 10:09:00,422.0 -68128,sell_mtf_cross_all_tf,sell,2026-04-01 10:12:00,423.0 -68129,sell_mtf_cross_all_tf,sell,2026-04-01 10:15:00,423.0 -68130,sell_mtf_cross_all_tf,sell,2026-04-01 10:18:00,423.0 -68131,sell_mtf_cross_all_tf,sell,2026-04-01 10:21:00,423.0 -68132,sell_mtf_cross_all_tf,sell,2026-04-01 10:24:00,423.0 -68133,sell_mtf_cross_all_tf,sell,2026-04-01 10:27:00,423.0 -68134,sell_mtf_cross_all_tf,sell,2026-04-01 14:36:00,423.0 -68135,sell_mtf_cross_all_tf,sell,2026-04-01 14:42:00,423.0 -68136,sell_mtf_cross_all_tf,sell,2026-04-01 15:30:00,425.0 -68137,sell_mtf_cross_all_tf,sell,2026-04-01 19:48:00,425.0 -68138,sell_mtf_cross_all_tf,sell,2026-04-01 19:51:00,425.0 -68139,sell_mtf_cross_all_tf,sell,2026-04-01 20:21:00,425.0 -68140,sell_mtf_cross_all_tf,sell,2026-04-01 20:27:00,426.0 -68141,sell_mtf_cross_all_tf,sell,2026-04-01 20:45:00,426.0 -68142,sell_mtf_cross_all_tf,sell,2026-04-01 20:48:00,425.0 -68143,sell_mtf_cross_all_tf,sell,2026-04-01 20:51:00,426.0 -68144,sell_mtf_cross_all_tf,sell,2026-04-08 03:06:00,379.0 -68145,sell_mtf_cross_all_tf,sell,2026-04-08 03:09:00,378.0 -68146,sell_mtf_cross_all_tf,sell,2026-04-08 03:12:00,380.0 -68147,sell_mtf_cross_all_tf,sell,2026-04-08 03:15:00,379.0 -68148,sell_mtf_cross_all_tf,sell,2026-04-08 03:18:00,380.0 -68149,sell_mtf_cross_all_tf,sell,2026-04-08 03:21:00,379.0 -68150,sell_mtf_cross_all_tf,sell,2026-04-08 03:24:00,382.0 -68151,sell_mtf_cross_all_tf,sell,2026-04-08 03:33:00,384.0 -68152,sell_mtf_cross_all_tf,sell,2026-04-08 03:42:00,382.0 -68153,sell_mtf_cross_all_tf,sell,2026-04-08 05:15:00,386.0 -68154,sell_mtf_cross_all_tf,sell,2026-04-08 05:18:00,386.0 -68155,sell_mtf_cross_all_tf,sell,2026-04-08 06:15:00,390.0 -68156,sell_mtf_cross_all_tf,sell,2026-04-08 06:18:00,390.0 -68157,sell_mtf_cross_all_tf,sell,2026-04-08 06:21:00,390.0 -68158,sell_mtf_cross_all_tf,sell,2026-04-08 06:24:00,390.0 -68159,sell_mtf_cross_all_tf,sell,2026-04-08 06:30:00,391.0 -68160,sell_mtf_cross_all_tf,sell,2026-04-08 06:33:00,393.0 -68161,sell_mtf_cross_all_tf,sell,2026-04-08 06:57:00,398.0 -68162,sell_mtf_cross_all_tf,sell,2026-04-08 07:00:00,399.0 -68163,sell_mtf_cross_all_tf,sell,2026-04-08 08:27:00,406.0 -68164,sell_mtf_cross_all_tf,sell,2026-04-08 08:30:00,406.0 -68165,sell_mtf_cross_all_tf,sell,2026-04-08 08:33:00,406.0 -68166,sell_mtf_cross_all_tf,sell,2026-04-08 08:36:00,407.0 -68167,sell_mtf_cross_all_tf,sell,2026-04-08 08:39:00,407.0 -68168,sell_mtf_cross_all_tf,sell,2026-04-08 08:45:00,408.0 -68169,sell_mtf_cross_all_tf,sell,2026-04-08 08:51:00,408.0 -68170,sell_mtf_cross_all_tf,sell,2026-04-08 14:51:00,393.0 -68171,sell_mtf_cross_all_tf,sell,2026-04-08 14:54:00,394.0 -68172,sell_mtf_cross_all_tf,sell,2026-04-09 16:00:00,383.0 -68173,sell_mtf_cross_all_tf,sell,2026-04-09 16:06:00,383.0 -68174,sell_mtf_cross_all_tf,sell,2026-04-09 16:09:00,383.0 -68175,sell_mtf_cross_all_tf,sell,2026-04-09 19:12:00,389.0 -68176,sell_mtf_cross_all_tf,sell,2026-04-09 19:15:00,388.0 -68177,sell_mtf_cross_all_tf,sell,2026-04-09 19:18:00,389.0 -68178,sell_mtf_cross_all_tf,sell,2026-04-09 19:21:00,388.0 -68179,sell_mtf_cross_all_tf,sell,2026-04-09 19:24:00,388.0 -68180,sell_mtf_cross_all_tf,sell,2026-04-09 19:27:00,390.0 -68181,sell_mtf_cross_all_tf,sell,2026-04-09 19:30:00,390.0 -68182,sell_mtf_cross_all_tf,sell,2026-04-09 19:45:00,390.0 -68183,sell_mtf_cross_all_tf,sell,2026-04-09 19:48:00,390.0 -68184,sell_mtf_cross_all_tf,sell,2026-04-09 19:51:00,390.0 -68185,sell_mtf_cross_all_tf,sell,2026-04-09 19:54:00,390.0 -68186,sell_mtf_cross_all_tf,sell,2026-04-09 20:06:00,391.0 -68187,sell_mtf_cross_all_tf,sell,2026-04-09 20:21:00,391.0 -68188,sell_mtf_cross_all_tf,sell,2026-04-09 20:24:00,391.0 -68189,sell_mtf_cross_all_tf,sell,2026-04-10 00:21:00,395.0 -68190,sell_mtf_cross_all_tf,sell,2026-04-10 00:24:00,394.0 -68191,sell_mtf_cross_all_tf,sell,2026-04-10 00:39:00,395.0 -68192,sell_mtf_cross_all_tf,sell,2026-04-10 00:45:00,397.0 -68193,sell_mtf_cross_all_tf,sell,2026-04-10 00:51:00,398.0 -68194,sell_mtf_cross_all_tf,sell,2026-04-10 01:00:00,397.0 -68195,sell_mtf_cross_all_tf,sell,2026-04-10 01:03:00,399.0 -68196,sell_mtf_cross_all_tf,sell,2026-04-10 01:09:00,398.0 -68197,sell_mtf_cross_all_tf,sell,2026-04-10 01:12:00,398.0 -68198,sell_mtf_cross_all_tf,sell,2026-04-10 01:15:00,398.0 -68199,sell_mtf_cross_all_tf,sell,2026-04-10 01:18:00,399.0 -68200,sell_mtf_cross_all_tf,sell,2026-04-10 04:57:00,400.0 -68201,sell_mtf_cross_all_tf,sell,2026-04-10 05:12:00,400.0 -68202,sell_mtf_cross_all_tf,sell,2026-04-10 05:15:00,400.0 -68203,sell_mtf_cross_all_tf,sell,2026-04-10 05:21:00,401.0 -68204,sell_mtf_cross_all_tf,sell,2026-04-10 05:27:00,401.0 -68205,sell_mtf_cross_all_tf,sell,2026-04-10 05:45:00,403.0 -68206,sell_mtf_cross_all_tf,sell,2026-04-10 06:51:00,403.0 -68207,sell_mtf_cross_all_tf,sell,2026-04-10 07:00:00,403.0 -68208,sell_mtf_cross_all_tf,sell,2026-04-10 14:00:00,401.0 -68209,sell_mtf_cross_all_tf,sell,2026-04-10 14:06:00,401.0 -68210,sell_mtf_cross_all_tf,sell,2026-04-10 15:00:00,402.0 -68211,sell_mtf_cross_all_tf,sell,2026-04-10 15:12:00,404.0 -68212,sell_mtf_cross_all_tf,sell,2026-04-10 15:15:00,403.0 -68213,sell_mtf_cross_all_tf,sell,2026-04-10 15:18:00,404.0 -68214,sell_mtf_cross_all_tf,sell,2026-04-10 15:21:00,403.0 -68215,sell_mtf_cross_all_tf,sell,2026-04-11 00:15:00,408.0 -68216,sell_mtf_cross_all_tf,sell,2026-04-11 00:18:00,408.0 -68217,sell_mtf_cross_all_tf,sell,2026-04-11 00:21:00,411.0 -68218,sell_mtf_cross_all_tf,sell,2026-04-11 01:00:00,413.0 -68219,sell_mtf_cross_all_tf,sell,2026-04-11 01:03:00,414.0 -68220,sell_mtf_cross_all_tf,sell,2026-04-11 01:21:00,413.0 -68221,sell_mtf_cross_all_tf,sell,2026-04-11 04:06:00,413.0 -68222,sell_mtf_cross_all_tf,sell,2026-04-11 04:09:00,412.0 -68223,sell_mtf_cross_all_tf,sell,2026-04-11 04:24:00,414.0 -68224,sell_mtf_cross_all_tf,sell,2026-04-11 04:27:00,413.0 -68225,sell_mtf_cross_all_tf,sell,2026-04-11 05:15:00,418.0 -68226,sell_mtf_cross_all_tf,sell,2026-04-11 05:21:00,419.0 -68227,sell_mtf_cross_all_tf,sell,2026-04-11 05:24:00,419.0 -68228,sell_mtf_cross_all_tf,sell,2026-04-11 05:27:00,419.0 -68229,sell_mtf_cross_all_tf,sell,2026-04-11 05:30:00,419.0 -68230,sell_mtf_cross_all_tf,sell,2026-04-11 05:33:00,419.0 -68231,sell_mtf_cross_all_tf,sell,2026-04-11 05:36:00,419.0 -68232,sell_mtf_cross_all_tf,sell,2026-04-11 05:51:00,420.0 -68233,sell_mtf_cross_all_tf,sell,2026-04-11 06:06:00,421.0 -68234,sell_mtf_cross_all_tf,sell,2026-04-11 11:36:00,422.0 -68235,sell_mtf_cross_all_tf,sell,2026-04-11 11:39:00,423.0 -68236,sell_mtf_cross_all_tf,sell,2026-04-11 11:42:00,424.0 -68237,sell_mtf_cross_all_tf,sell,2026-04-11 18:30:00,424.0 -68238,sell_mtf_cross_all_tf,sell,2026-04-11 18:33:00,423.0 -68239,sell_mtf_cross_all_tf,sell,2026-04-11 19:06:00,425.0 -68240,sell_mtf_cross_all_tf,sell,2026-04-11 19:09:00,425.0 -68241,sell_mtf_cross_all_tf,sell,2026-04-11 19:15:00,425.0 -68242,sell_mtf_cross_all_tf,sell,2026-04-12 00:51:00,433.0 -68243,sell_mtf_cross_all_tf,sell,2026-04-12 00:54:00,436.0 -68244,sell_mtf_cross_all_tf,sell,2026-04-12 00:57:00,437.0 -68245,sell_mtf_cross_all_tf,sell,2026-04-12 01:00:00,437.0 -68246,sell_mtf_cross_all_tf,sell,2026-04-12 01:03:00,437.0 -68247,sell_mtf_cross_all_tf,sell,2026-04-12 01:21:00,436.0 -68248,sell_mtf_cross_all_tf,sell,2026-04-12 04:15:00,442.0 -68249,sell_mtf_cross_all_tf,sell,2026-04-12 04:18:00,446.0 -68250,sell_mtf_cross_all_tf,sell,2026-04-12 04:27:00,447.0 -68251,sell_mtf_cross_all_tf,sell,2026-04-12 04:30:00,444.0 -68252,sell_mtf_cross_all_tf,sell,2026-04-12 04:33:00,444.0 -68253,sell_mtf_cross_all_tf,sell,2026-04-12 05:57:00,447.0 -68254,sell_mtf_cross_all_tf,sell,2026-04-12 17:30:00,432.0 -68255,sell_mtf_cross_all_tf,sell,2026-04-12 17:39:00,432.0 -68256,sell_mtf_cross_all_tf,sell,2026-04-12 17:42:00,433.0 -68257,sell_mtf_cross_all_tf,sell,2026-04-12 17:45:00,433.0 -68258,sell_mtf_cross_all_tf,sell,2026-04-12 17:48:00,432.0 -68259,sell_mtf_cross_all_tf,sell,2026-04-12 17:51:00,432.0 -68260,sell_mtf_cross_all_tf,sell,2026-04-12 18:30:00,435.0 -68261,sell_mtf_cross_all_tf,sell,2026-04-12 18:33:00,434.0 -68262,sell_mtf_cross_all_tf,sell,2026-04-12 18:45:00,435.0 -68263,sell_mtf_cross_all_tf,sell,2026-04-12 18:57:00,436.0 -68264,sell_mtf_cross_all_tf,sell,2026-04-12 19:00:00,435.0 -68265,sell_mtf_cross_all_tf,sell,2026-04-12 19:30:00,439.0 -68266,sell_mtf_cross_all_tf,sell,2026-04-12 19:33:00,439.0 -68267,sell_mtf_cross_all_tf,sell,2026-04-12 19:48:00,439.0 -68268,sell_mtf_cross_all_tf,sell,2026-04-12 19:51:00,439.0 -68269,sell_mtf_cross_all_tf,sell,2026-04-13 04:15:00,440.0 -68270,sell_mtf_cross_all_tf,sell,2026-04-13 04:18:00,440.0 -68271,sell_mtf_cross_all_tf,sell,2026-04-13 09:36:00,438.0 -68272,sell_mtf_cross_all_tf,sell,2026-04-13 09:39:00,438.0 -68273,sell_mtf_cross_all_tf,sell,2026-04-13 10:15:00,441.0 -68274,sell_mtf_cross_all_tf,sell,2026-04-13 10:18:00,441.0 -68275,sell_mtf_cross_all_tf,sell,2026-04-13 10:24:00,442.0 -68276,sell_mtf_cross_all_tf,sell,2026-04-13 10:27:00,442.0 -68277,sell_mtf_cross_all_tf,sell,2026-04-13 10:30:00,443.0 -68278,sell_mtf_cross_all_tf,sell,2026-04-13 10:33:00,443.0 -68279,sell_mtf_cross_all_tf,sell,2026-04-13 10:42:00,445.0 -68280,sell_mtf_cross_all_tf,sell,2026-04-13 11:00:00,447.0 -68281,sell_mtf_cross_all_tf,sell,2026-04-13 11:30:00,450.0 -68282,sell_mtf_cross_all_tf,sell,2026-04-13 11:33:00,451.0 -68283,sell_mtf_cross_all_tf,sell,2026-04-13 20:21:00,440.0 -68284,sell_mtf_cross_all_tf,sell,2026-04-13 20:24:00,440.0 -68285,sell_mtf_cross_all_tf,sell,2026-04-13 20:27:00,441.0 -68286,sell_mtf_cross_all_tf,sell,2026-04-13 20:42:00,442.0 -68287,sell_mtf_cross_all_tf,sell,2026-04-13 21:00:00,446.0 -68288,sell_mtf_cross_all_tf,sell,2026-04-13 21:03:00,446.0 -68289,sell_mtf_cross_all_tf,sell,2026-04-13 21:06:00,446.0 -68290,sell_mtf_cross_all_tf,sell,2026-04-13 21:09:00,447.0 -68291,sell_mtf_cross_all_tf,sell,2026-04-13 21:12:00,447.0 -68292,sell_mtf_cross_all_tf,sell,2026-04-13 21:15:00,447.0 -68293,sell_mtf_cross_all_tf,sell,2026-04-13 21:18:00,447.0 -68294,sell_mtf_cross_all_tf,sell,2026-04-13 21:21:00,449.0 -68295,sell_mtf_cross_all_tf,sell,2026-04-13 21:24:00,449.0 -68296,sell_mtf_cross_all_tf,sell,2026-04-13 21:27:00,448.0 -68297,sell_mtf_cross_all_tf,sell,2026-04-13 21:36:00,448.0 -68298,sell_mtf_cross_all_tf,sell,2026-04-13 21:39:00,448.0 -68299,sell_mtf_cross_all_tf,sell,2026-04-13 21:51:00,450.0 -68300,sell_mtf_cross_all_tf,sell,2026-04-13 22:03:00,452.0 -68301,sell_mtf_cross_all_tf,sell,2026-04-13 22:09:00,452.0 -68302,sell_mtf_cross_all_tf,sell,2026-04-13 23:06:00,463.0 -68303,sell_mtf_cross_all_tf,sell,2026-04-14 06:45:00,448.0 -68304,sell_mtf_cross_all_tf,sell,2026-04-14 06:51:00,448.0 -68305,sell_mtf_cross_all_tf,sell,2026-04-14 06:54:00,448.0 -68306,sell_mtf_cross_all_tf,sell,2026-04-14 06:57:00,449.0 -68307,sell_mtf_cross_all_tf,sell,2026-04-14 07:00:00,448.0 -68308,sell_mtf_cross_all_tf,sell,2026-04-14 07:03:00,449.0 -68309,sell_mtf_cross_all_tf,sell,2026-04-14 07:06:00,449.0 -68310,sell_mtf_cross_all_tf,sell,2026-04-14 07:09:00,449.0 -68311,sell_mtf_cross_all_tf,sell,2026-04-14 07:12:00,449.0 -68312,sell_mtf_cross_all_tf,sell,2026-04-14 07:42:00,457.0 -68313,sell_mtf_cross_all_tf,sell,2026-04-14 07:51:00,458.0 -68314,sell_mtf_cross_all_tf,sell,2026-04-14 07:54:00,460.0 -68315,sell_mtf_cross_all_tf,sell,2026-04-14 08:00:00,459.0 -68316,sell_mtf_cross_all_tf,sell,2026-04-14 08:57:00,458.0 -68317,sell_mtf_cross_all_tf,sell,2026-04-14 09:12:00,459.0 -68318,sell_mtf_cross_all_tf,sell,2026-04-14 12:39:00,467.0 -68319,sell_mtf_cross_all_tf,sell,2026-04-14 12:51:00,468.0 -68320,sell_mtf_cross_all_tf,sell,2026-04-14 12:54:00,468.0 -68321,sell_mtf_cross_all_tf,sell,2026-04-14 13:00:00,469.0 -68322,sell_mtf_cross_all_tf,sell,2026-04-14 13:03:00,469.0 -68323,sell_mtf_cross_all_tf,sell,2026-04-14 13:06:00,469.0 -68324,sell_mtf_cross_all_tf,sell,2026-04-14 15:27:00,472.0 -68325,sell_mtf_cross_all_tf,sell,2026-04-14 15:30:00,471.0 -68326,sell_mtf_cross_all_tf,sell,2026-04-14 15:33:00,471.0 -68327,sell_mtf_cross_all_tf,sell,2026-04-14 16:00:00,472.0 -68328,sell_mtf_cross_all_tf,sell,2026-04-14 16:15:00,475.0 -68329,sell_mtf_cross_all_tf,sell,2026-04-14 16:18:00,476.0 -68330,sell_mtf_cross_all_tf,sell,2026-04-14 16:21:00,477.0 -68331,sell_mtf_cross_all_tf,sell,2026-04-14 16:24:00,477.0 -68332,sell_mtf_cross_all_tf,sell,2026-04-14 16:27:00,478.0 -68333,sell_mtf_cross_all_tf,sell,2026-04-14 16:45:00,480.0 -68334,sell_mtf_cross_all_tf,sell,2026-04-14 16:48:00,482.0 -68335,sell_mtf_cross_all_tf,sell,2026-04-14 16:51:00,483.0 -68336,sell_mtf_cross_all_tf,sell,2026-04-14 16:54:00,482.0 -68337,sell_mtf_cross_all_tf,sell,2026-04-16 01:45:00,444.0 -68338,sell_mtf_cross_all_tf,sell,2026-04-16 01:57:00,444.0 -68339,sell_mtf_cross_all_tf,sell,2026-04-16 02:00:00,446.0 -68340,sell_mtf_cross_all_tf,sell,2026-04-16 02:03:00,446.0 -68341,sell_mtf_cross_all_tf,sell,2026-04-16 02:06:00,447.0 -68342,sell_mtf_cross_all_tf,sell,2026-04-16 02:09:00,448.0 -68343,sell_mtf_cross_all_tf,sell,2026-04-16 02:12:00,446.0 -68344,sell_mtf_cross_all_tf,sell,2026-04-16 04:45:00,447.0 -68345,sell_mtf_cross_all_tf,sell,2026-04-16 04:51:00,447.0 -68346,sell_mtf_cross_all_tf,sell,2026-04-16 06:12:00,449.0 -68347,sell_mtf_cross_all_tf,sell,2026-04-16 06:15:00,449.0 -68348,sell_mtf_cross_all_tf,sell,2026-04-16 06:18:00,448.0 -68349,sell_mtf_cross_all_tf,sell,2026-04-16 06:45:00,449.0 -68350,sell_mtf_cross_all_tf,sell,2026-04-16 07:12:00,451.0 -68351,sell_mtf_cross_all_tf,sell,2026-04-16 07:51:00,454.0 -68352,sell_mtf_cross_all_tf,sell,2026-04-16 07:54:00,454.0 -68353,sell_mtf_cross_all_tf,sell,2026-04-16 11:00:00,456.0 -68354,sell_mtf_cross_all_tf,sell,2026-04-16 11:03:00,456.0 -68355,sell_mtf_cross_all_tf,sell,2026-04-16 11:09:00,456.0 -68356,sell_mtf_cross_all_tf,sell,2026-04-16 11:12:00,457.0 -68357,sell_mtf_cross_all_tf,sell,2026-04-16 11:15:00,456.0 -68358,sell_mtf_cross_all_tf,sell,2026-04-16 11:18:00,457.0 -68359,sell_mtf_cross_all_tf,sell,2026-04-16 11:21:00,456.0 -68360,sell_mtf_cross_all_tf,sell,2026-04-16 11:30:00,457.0 -68361,sell_mtf_cross_all_tf,sell,2026-04-16 11:42:00,459.0 -68362,sell_mtf_cross_all_tf,sell,2026-04-16 11:45:00,458.0 -68363,sell_mtf_cross_all_tf,sell,2026-04-16 12:42:00,460.0 -68364,sell_mtf_cross_all_tf,sell,2026-04-16 12:45:00,460.0 -68365,sell_mtf_cross_all_tf,sell,2026-04-16 12:48:00,460.0 -68366,sell_mtf_cross_all_tf,sell,2026-04-16 12:51:00,461.0 -68367,sell_mtf_cross_all_tf,sell,2026-04-16 21:15:00,459.0 -68368,sell_mtf_cross_all_tf,sell,2026-04-16 21:21:00,459.0 -68369,sell_mtf_cross_all_tf,sell,2026-04-16 21:24:00,459.0 -68370,sell_mtf_cross_all_tf,sell,2026-04-16 21:27:00,460.0 -68371,sell_mtf_cross_all_tf,sell,2026-04-16 21:51:00,461.0 -68372,sell_mtf_cross_all_tf,sell,2026-04-16 22:27:00,468.0 -68373,sell_mtf_cross_all_tf,sell,2026-04-17 00:15:00,467.0 -68374,sell_mtf_cross_all_tf,sell,2026-04-17 00:18:00,467.0 -68375,sell_mtf_cross_all_tf,sell,2026-04-17 00:30:00,469.0 -68376,sell_mtf_cross_all_tf,sell,2026-04-17 00:33:00,470.0 -68377,sell_mtf_cross_all_tf,sell,2026-04-17 00:36:00,471.0 -68378,sell_mtf_cross_all_tf,sell,2026-04-17 00:45:00,475.0 -68379,sell_mtf_cross_all_tf,sell,2026-04-17 00:51:00,475.0 -68380,sell_mtf_cross_all_tf,sell,2026-04-17 00:54:00,475.0 -68381,sell_mtf_cross_all_tf,sell,2026-04-17 00:57:00,474.0 -68382,sell_mtf_cross_all_tf,sell,2026-04-17 01:00:00,474.0 -68383,sell_mtf_cross_all_tf,sell,2026-04-17 07:15:00,478.0 -68384,sell_mtf_cross_all_tf,sell,2026-04-17 07:18:00,478.0 -68385,sell_mtf_cross_all_tf,sell,2026-04-17 07:21:00,478.0 -68386,sell_mtf_cross_all_tf,sell,2026-04-17 07:30:00,479.0 -68387,sell_mtf_cross_all_tf,sell,2026-04-17 07:33:00,479.0 -68388,sell_mtf_cross_all_tf,sell,2026-04-17 07:51:00,483.0 -68389,sell_mtf_cross_all_tf,sell,2026-04-17 07:54:00,483.0 -68390,sell_mtf_cross_all_tf,sell,2026-04-17 07:57:00,483.0 -68391,sell_mtf_cross_all_tf,sell,2026-04-17 08:06:00,483.0 -68392,sell_mtf_cross_all_tf,sell,2026-04-22 12:00:00,391.0 -68393,sell_mtf_cross_all_tf,sell,2026-04-22 14:42:00,395.0 -68394,sell_mtf_cross_all_tf,sell,2026-04-22 14:45:00,395.0 -68395,sell_mtf_cross_all_tf,sell,2026-04-22 14:48:00,396.0 -68396,sell_mtf_cross_all_tf,sell,2026-04-22 14:51:00,395.0 -68397,sell_mtf_cross_all_tf,sell,2026-04-22 16:57:00,395.0 -68398,sell_mtf_cross_all_tf,sell,2026-04-22 17:00:00,395.0 -68399,sell_mtf_cross_all_tf,sell,2026-04-22 17:03:00,394.0 -68400,sell_mtf_cross_all_tf,sell,2026-04-22 17:06:00,395.0 -68401,sell_mtf_cross_all_tf,sell,2026-04-22 17:09:00,395.0 -68402,sell_mtf_cross_all_tf,sell,2026-04-22 17:27:00,397.0 -68403,sell_mtf_cross_all_tf,sell,2026-04-22 17:30:00,397.0 -68404,sell_mtf_cross_all_tf,sell,2026-04-22 17:33:00,398.0 -68405,sell_mtf_cross_all_tf,sell,2026-04-22 17:39:00,399.0 -68406,sell_mtf_cross_all_tf,sell,2026-04-22 17:42:00,398.0 -68407,sell_mtf_cross_all_tf,sell,2026-04-22 17:48:00,398.0 -68408,sell_mtf_cross_all_tf,sell,2026-04-23 02:00:00,399.0 -68409,sell_mtf_cross_all_tf,sell,2026-04-23 02:03:00,400.0 -68410,sell_mtf_cross_all_tf,sell,2026-04-23 02:06:00,400.0 -68411,sell_mtf_cross_all_tf,sell,2026-04-23 03:00:00,400.0 -68412,sell_mtf_cross_all_tf,sell,2026-04-23 03:06:00,400.0 -68413,sell_mtf_cross_all_tf,sell,2026-04-23 03:09:00,400.0 -68414,sell_mtf_cross_all_tf,sell,2026-04-23 03:12:00,400.0 -68415,sell_mtf_cross_all_tf,sell,2026-04-23 03:27:00,402.0 -68416,sell_mtf_cross_all_tf,sell,2026-04-23 03:30:00,403.0 -68417,sell_mtf_cross_all_tf,sell,2026-04-23 03:33:00,403.0 -68418,sell_mtf_cross_all_tf,sell,2026-04-23 03:36:00,403.0 -68419,sell_mtf_cross_all_tf,sell,2026-04-23 03:39:00,404.0 -68420,sell_mtf_cross_all_tf,sell,2026-04-23 03:42:00,403.0 -68421,sell_mtf_cross_all_tf,sell,2026-05-03 00:21:00,356.0 -68422,sell_mtf_cross_all_tf,sell,2026-05-03 00:24:00,357.0 -68423,sell_mtf_cross_all_tf,sell,2026-05-03 00:27:00,358.0 -68424,sell_mtf_cross_all_tf,sell,2026-05-03 00:30:00,357.0 -68425,sell_mtf_cross_all_tf,sell,2026-05-03 00:33:00,358.0 -68426,sell_mtf_cross_all_tf,sell,2026-05-03 00:36:00,358.0 -68427,sell_mtf_cross_all_tf,sell,2026-05-03 00:42:00,358.0 -68428,sell_mtf_cross_all_tf,sell,2026-05-03 00:45:00,358.0 -68429,sell_mtf_cross_all_tf,sell,2026-05-03 00:48:00,359.0 -68430,sell_mtf_cross_all_tf,sell,2026-05-03 00:51:00,358.0 -68431,sell_mtf_cross_all_tf,sell,2026-05-03 00:54:00,358.0 -68432,sell_mtf_cross_all_tf,sell,2026-05-03 01:06:00,359.0 -68433,sell_mtf_cross_all_tf,sell,2026-05-03 01:12:00,359.0 -68434,sell_mtf_cross_all_tf,sell,2026-05-03 02:00:00,360.0 -68435,sell_mtf_cross_all_tf,sell,2026-05-03 02:03:00,360.0 -68436,sell_mtf_cross_all_tf,sell,2026-05-03 02:06:00,360.0 -68437,sell_mtf_cross_all_tf,sell,2026-05-03 02:09:00,361.0 -68438,sell_mtf_cross_all_tf,sell,2026-05-03 02:15:00,361.0 -68439,sell_mtf_cross_all_tf,sell,2026-05-03 02:18:00,361.0 -68440,sell_mtf_cross_all_tf,sell,2026-05-03 02:21:00,362.0 -68441,sell_mtf_cross_all_tf,sell,2026-05-03 02:24:00,361.0 -68442,sell_mtf_cross_all_tf,sell,2026-05-03 02:30:00,362.0 -68443,sell_mtf_cross_all_tf,sell,2026-05-03 02:33:00,362.0 -68444,sell_mtf_cross_all_tf,sell,2026-05-03 02:39:00,362.0 -68445,sell_mtf_cross_all_tf,sell,2026-05-03 03:51:00,363.0 -68446,sell_mtf_cross_all_tf,sell,2026-05-03 04:15:00,363.0 -68447,sell_mtf_cross_all_tf,sell,2026-05-05 00:00:00,353.0 -68448,sell_mtf_cross_all_tf,sell,2026-05-05 00:03:00,354.0 -68449,sell_mtf_cross_all_tf,sell,2026-05-05 00:06:00,354.0 -68450,sell_mtf_cross_all_tf,sell,2026-05-05 00:09:00,353.0 -68451,sell_mtf_cross_all_tf,sell,2026-05-05 00:12:00,353.0 -68452,sell_mtf_cross_all_tf,sell,2026-05-05 00:15:00,354.0 -68453,sell_mtf_cross_all_tf,sell,2026-05-05 00:18:00,354.0 -68454,sell_mtf_cross_all_tf,sell,2026-05-05 02:21:00,354.0 -68455,sell_mtf_cross_all_tf,sell,2026-05-05 02:30:00,354.0 -68456,sell_mtf_cross_all_tf,sell,2026-05-05 02:33:00,354.0 -68457,sell_mtf_cross_all_tf,sell,2026-05-05 02:51:00,355.0 -68458,sell_mtf_cross_all_tf,sell,2026-05-05 02:54:00,355.0 -68459,sell_mtf_cross_all_tf,sell,2026-05-05 03:00:00,355.0 -68460,sell_mtf_cross_all_tf,sell,2026-05-05 03:39:00,356.0 -68461,sell_mtf_cross_all_tf,sell,2026-05-05 03:42:00,356.0 -68462,sell_mtf_cross_all_tf,sell,2026-05-05 03:45:00,356.0 -68463,sell_mtf_cross_all_tf,sell,2026-05-05 04:00:00,356.0 -68464,sell_mtf_cross_all_tf,sell,2026-05-05 06:45:00,356.0 -68465,sell_mtf_cross_all_tf,sell,2026-05-05 06:48:00,355.0 -68466,sell_mtf_cross_all_tf,sell,2026-05-05 13:30:00,357.0 -68467,sell_mtf_cross_all_tf,sell,2026-05-05 15:12:00,361.0 -68468,sell_mtf_cross_all_tf,sell,2026-05-05 15:21:00,361.0 -68469,sell_mtf_cross_all_tf,sell,2026-05-05 15:24:00,361.0 -68470,sell_mtf_cross_all_tf,sell,2026-05-05 15:51:00,362.0 -68471,sell_mtf_cross_all_tf,sell,2026-05-05 15:54:00,362.0 -68472,sell_mtf_cross_all_tf,sell,2026-05-05 15:57:00,362.0 -68473,sell_mtf_cross_all_tf,sell,2026-05-05 16:21:00,363.0 -68474,sell_mtf_cross_all_tf,sell,2026-05-05 21:15:00,362.0 -68475,sell_mtf_cross_all_tf,sell,2026-05-05 21:21:00,362.0 -68476,sell_mtf_cross_all_tf,sell,2026-05-05 21:30:00,362.0 -68477,sell_mtf_cross_all_tf,sell,2026-05-05 21:36:00,362.0 -68478,sell_mtf_cross_all_tf,sell,2026-05-05 21:39:00,362.0 -68479,sell_mtf_cross_all_tf,sell,2026-05-06 04:45:00,362.0 -68480,sell_mtf_cross_all_tf,sell,2026-05-06 04:48:00,362.0 -68481,sell_mtf_cross_all_tf,sell,2026-05-06 05:00:00,362.0 -68482,sell_mtf_cross_all_tf,sell,2026-05-06 05:03:00,362.0 -68483,sell_mtf_cross_all_tf,sell,2026-05-06 05:09:00,362.0 -68484,sell_mtf_cross_all_tf,sell,2026-05-06 05:12:00,362.0 -68485,sell_mtf_cross_all_tf,sell,2026-05-06 05:15:00,363.0 -68486,sell_mtf_cross_all_tf,sell,2026-05-06 05:18:00,363.0 -68487,sell_mtf_cross_all_tf,sell,2026-05-06 05:21:00,363.0 -68488,sell_mtf_cross_all_tf,sell,2026-05-06 05:30:00,364.0 -68489,sell_mtf_cross_all_tf,sell,2026-05-06 05:42:00,364.0 -68490,sell_mtf_cross_all_tf,sell,2026-05-06 05:45:00,365.0 -68491,sell_mtf_cross_all_tf,sell,2026-05-06 05:51:00,366.0 -68492,sell_mtf_cross_all_tf,sell,2026-05-06 05:54:00,366.0 -68493,sell_mtf_cross_all_tf,sell,2026-05-06 05:57:00,366.0 -68494,sell_mtf_cross_all_tf,sell,2026-05-06 06:15:00,369.0 -68495,sell_mtf_cross_all_tf,sell,2026-05-06 06:18:00,369.0 -68496,sell_mtf_cross_all_tf,sell,2026-05-06 06:21:00,369.0 -68497,sell_mtf_cross_all_tf,sell,2026-05-06 06:24:00,369.0 -68498,sell_mtf_cross_all_tf,sell,2026-05-06 12:45:00,371.0 -68499,sell_mtf_cross_all_tf,sell,2026-05-06 12:48:00,371.0 -68500,sell_mtf_cross_all_tf,sell,2026-05-06 12:51:00,370.0 -68501,sell_mtf_cross_all_tf,sell,2026-05-06 12:54:00,371.0 -68502,sell_mtf_cross_all_tf,sell,2026-05-06 12:57:00,372.0 -68503,sell_mtf_cross_all_tf,sell,2026-05-06 13:00:00,371.0 -68504,sell_mtf_cross_all_tf,sell,2026-05-06 13:03:00,371.0 -68505,sell_mtf_cross_all_tf,sell,2026-05-06 13:06:00,372.0 -68506,sell_mtf_cross_all_tf,sell,2026-05-06 13:09:00,372.0 -68507,sell_mtf_cross_all_tf,sell,2026-05-06 13:12:00,372.0 -68508,sell_mtf_cross_all_tf,sell,2026-05-06 13:15:00,372.0 -68509,sell_mtf_cross_all_tf,sell,2026-05-06 13:18:00,372.0 -68510,sell_mtf_cross_all_tf,sell,2026-05-06 13:27:00,372.0 -68511,sell_mtf_cross_all_tf,sell,2026-05-06 16:15:00,372.0 -68512,sell_mtf_cross_all_tf,sell,2026-05-06 16:18:00,372.0 -68513,sell_mtf_cross_all_tf,sell,2026-05-06 16:21:00,373.0 -68514,sell_mtf_cross_all_tf,sell,2026-05-06 16:30:00,374.0 -68515,sell_mtf_cross_all_tf,sell,2026-05-06 16:33:00,374.0 -68516,sell_mtf_cross_all_tf,sell,2026-05-06 16:36:00,374.0 -68517,sell_mtf_cross_all_tf,sell,2026-05-06 16:39:00,374.0 -68518,sell_mtf_cross_all_tf,sell,2026-05-06 16:42:00,374.0 -68519,sell_mtf_cross_all_tf,sell,2026-05-06 16:45:00,374.0 -68520,sell_mtf_cross_all_tf,sell,2026-05-06 16:48:00,374.0 -68521,sell_mtf_cross_all_tf,sell,2026-05-06 16:51:00,375.0 -68522,sell_mtf_cross_all_tf,sell,2026-05-06 17:30:00,375.0 -68523,sell_mtf_cross_all_tf,sell,2026-05-06 17:33:00,375.0 -68524,sell_mtf_cross_all_tf,sell,2026-05-06 17:42:00,376.0 -68525,sell_mtf_cross_all_tf,sell,2026-05-06 18:06:00,378.0 -68526,sell_mtf_cross_all_tf,sell,2026-05-06 18:09:00,379.0 -68527,sell_mtf_cross_all_tf,sell,2026-05-06 18:12:00,379.0 -68528,sell_mtf_cross_all_tf,sell,2026-05-06 18:15:00,378.0 -68529,sell_mtf_cross_all_tf,sell,2026-05-06 18:18:00,379.0 -68530,sell_mtf_cross_all_tf,sell,2026-05-06 18:21:00,380.0 -68531,sell_mtf_cross_all_tf,sell,2026-05-06 18:24:00,379.0 -68532,sell_mtf_cross_all_tf,sell,2026-05-06 18:27:00,379.0 -68533,sell_mtf_cross_all_tf,sell,2026-05-06 18:30:00,379.0 -68534,sell_mtf_cross_all_tf,sell,2026-05-06 18:36:00,380.0 -68535,sell_mtf_cross_all_tf,sell,2026-05-06 19:00:00,380.0 -68536,sell_mtf_cross_all_tf,sell,2026-05-06 19:03:00,380.0 -68537,sell_mtf_cross_all_tf,sell,2026-05-06 19:09:00,380.0 -68538,sell_mtf_cross_all_tf,sell,2026-05-06 19:21:00,381.0 -68539,sell_mtf_cross_all_tf,sell,2026-05-06 19:24:00,381.0 -68540,sell_mtf_cross_all_tf,sell,2026-05-06 19:30:00,381.0 -68541,sell_mtf_cross_all_tf,sell,2026-05-06 19:45:00,383.0 -68542,sell_mtf_cross_all_tf,sell,2026-05-06 19:48:00,383.0 -68543,sell_mtf_cross_all_tf,sell,2026-05-07 06:36:00,378.0 -68544,sell_mtf_cross_all_tf,sell,2026-05-07 06:51:00,380.0 -68545,sell_mtf_cross_all_tf,sell,2026-05-07 06:54:00,381.0 -68546,sell_mtf_cross_all_tf,sell,2026-05-07 06:57:00,380.0 -68547,sell_mtf_cross_all_tf,sell,2026-05-07 14:15:00,373.0 -68548,sell_mtf_cross_all_tf,sell,2026-05-07 14:18:00,373.0 -68549,sell_mtf_cross_all_tf,sell,2026-05-07 14:24:00,373.0 -68550,sell_mtf_cross_all_tf,sell,2026-05-07 14:30:00,374.0 -68551,sell_mtf_cross_all_tf,sell,2026-05-07 16:06:00,381.0 -68552,sell_mtf_cross_all_tf,sell,2026-05-07 16:09:00,381.0 -68553,sell_mtf_cross_all_tf,sell,2026-05-07 16:12:00,381.0 -68554,sell_mtf_cross_all_tf,sell,2026-05-07 16:15:00,381.0 -68555,sell_mtf_cross_all_tf,sell,2026-05-07 16:18:00,381.0 -68556,sell_mtf_cross_all_tf,sell,2026-05-07 16:21:00,382.0 -68557,sell_mtf_cross_all_tf,sell,2026-05-07 16:24:00,381.0 -68558,sell_mtf_cross_all_tf,sell,2026-05-07 16:27:00,381.0 -68559,sell_mtf_cross_all_tf,sell,2026-05-08 10:36:00,374.0 -68560,sell_mtf_cross_all_tf,sell,2026-05-08 11:45:00,375.0 -68561,sell_mtf_cross_all_tf,sell,2026-05-08 11:48:00,375.0 -68562,sell_mtf_cross_all_tf,sell,2026-05-08 11:51:00,376.0 -68563,sell_mtf_cross_all_tf,sell,2026-05-08 11:54:00,375.0 -68564,sell_mtf_cross_all_tf,sell,2026-05-08 13:51:00,377.0 -68565,sell_mtf_cross_all_tf,sell,2026-05-08 13:54:00,377.0 -68566,sell_mtf_cross_all_tf,sell,2026-05-08 13:57:00,377.0 -68567,sell_mtf_cross_all_tf,sell,2026-05-08 14:00:00,377.0 -68568,sell_mtf_cross_all_tf,sell,2026-05-08 14:12:00,378.0 -68569,sell_mtf_cross_all_tf,sell,2026-05-08 14:15:00,378.0 -68570,sell_mtf_cross_all_tf,sell,2026-05-08 14:18:00,378.0 -68571,sell_mtf_cross_all_tf,sell,2026-05-08 14:21:00,378.0 -68572,sell_mtf_cross_all_tf,sell,2026-05-08 14:24:00,378.0 -68573,sell_mtf_cross_all_tf,sell,2026-05-08 15:42:00,379.0 -68574,sell_mtf_cross_all_tf,sell,2026-05-08 17:00:00,382.0 -68575,sell_mtf_cross_all_tf,sell,2026-05-08 17:03:00,382.0 -68576,sell_mtf_cross_all_tf,sell,2026-05-08 17:06:00,382.0 -68577,sell_mtf_cross_all_tf,sell,2026-05-08 17:09:00,382.0 -68578,sell_mtf_cross_all_tf,sell,2026-05-08 17:15:00,383.0 -68579,sell_mtf_cross_all_tf,sell,2026-05-08 17:30:00,383.0 -68580,sell_mtf_cross_all_tf,sell,2026-05-08 17:36:00,383.0 -68581,sell_mtf_cross_all_tf,sell,2026-05-08 17:39:00,383.0 -68582,sell_mtf_cross_all_tf,sell,2026-05-08 20:30:00,383.0 -68583,sell_mtf_cross_all_tf,sell,2026-05-08 20:33:00,382.0 -68584,sell_mtf_cross_all_tf,sell,2026-05-08 20:42:00,383.0 -68585,sell_mtf_cross_all_tf,sell,2026-05-08 23:51:00,386.0 -68586,sell_mtf_cross_all_tf,sell,2026-05-08 23:54:00,385.0 -68587,sell_mtf_cross_all_tf,sell,2026-05-08 23:57:00,385.0 -68588,sell_mtf_cross_all_tf,sell,2026-05-09 00:00:00,385.0 -68589,sell_mtf_cross_all_tf,sell,2026-05-09 00:03:00,386.0 -68590,sell_mtf_cross_all_tf,sell,2026-05-09 00:06:00,386.0 -68591,sell_mtf_cross_all_tf,sell,2026-05-09 00:09:00,387.0 -68592,sell_mtf_cross_all_tf,sell,2026-05-09 00:12:00,386.0 -68593,sell_mtf_cross_all_tf,sell,2026-05-09 00:15:00,387.0 -68594,sell_mtf_cross_all_tf,sell,2026-05-09 00:18:00,386.0 -68595,sell_mtf_cross_all_tf,sell,2026-05-09 00:30:00,387.0 -68596,sell_mtf_cross_all_tf,sell,2026-05-09 00:36:00,387.0 -68597,sell_mtf_cross_all_tf,sell,2026-05-09 01:06:00,396.0 -68598,sell_mtf_cross_all_tf,sell,2026-05-09 01:09:00,397.0 -68599,sell_mtf_cross_all_tf,sell,2026-05-09 01:12:00,396.0 -68600,sell_mtf_cross_all_tf,sell,2026-05-09 01:15:00,396.0 -68601,sell_mtf_cross_all_tf,sell,2026-05-09 02:39:00,397.0 -68602,sell_mtf_cross_all_tf,sell,2026-05-09 02:42:00,395.0 -68603,sell_mtf_cross_all_tf,sell,2026-05-09 02:45:00,397.0 -68604,sell_mtf_cross_all_tf,sell,2026-05-09 02:48:00,398.0 -68605,sell_mtf_cross_all_tf,sell,2026-05-09 02:51:00,396.0 -68606,sell_mtf_cross_all_tf,sell,2026-05-09 03:42:00,402.0 -68607,sell_mtf_cross_all_tf,sell,2026-05-09 03:45:00,401.0 -68608,sell_mtf_cross_all_tf,sell,2026-05-09 03:48:00,403.0 -68609,sell_mtf_cross_all_tf,sell,2026-05-09 03:51:00,403.0 -68610,sell_mtf_cross_all_tf,sell,2026-05-09 03:54:00,402.0 -68611,sell_mtf_cross_all_tf,sell,2026-05-09 04:18:00,405.0 -68612,sell_mtf_cross_all_tf,sell,2026-05-09 04:21:00,404.0 -68613,sell_mtf_cross_all_tf,sell,2026-05-09 04:24:00,404.0 -68614,sell_mtf_cross_all_tf,sell,2026-05-09 04:36:00,408.0 -68615,sell_mtf_cross_all_tf,sell,2026-05-09 09:36:00,404.0 -68616,sell_mtf_cross_all_tf,sell,2026-05-09 09:39:00,404.0 -68617,sell_mtf_cross_all_tf,sell,2026-05-09 09:42:00,405.0 -68618,sell_mtf_cross_all_tf,sell,2026-05-10 16:15:00,396.0 -68619,sell_mtf_cross_all_tf,sell,2026-05-10 16:18:00,396.0 -68620,sell_mtf_cross_all_tf,sell,2026-05-10 16:36:00,398.0 -68621,sell_mtf_cross_all_tf,sell,2026-05-10 16:39:00,398.0 -68622,sell_mtf_cross_all_tf,sell,2026-05-10 16:45:00,398.0 -68623,sell_mtf_cross_all_tf,sell,2026-05-10 16:51:00,398.0 -68624,sell_mtf_cross_all_tf,sell,2026-05-10 17:15:00,399.0 -68625,sell_mtf_cross_all_tf,sell,2026-05-10 17:33:00,400.0 -68626,sell_mtf_cross_all_tf,sell,2026-05-10 17:36:00,400.0 -68627,sell_mtf_cross_all_tf,sell,2026-05-10 17:42:00,401.0 -68628,sell_mtf_cross_all_tf,sell,2026-05-10 17:45:00,401.0 -68629,sell_mtf_cross_all_tf,sell,2026-05-10 17:48:00,401.0 -68630,sell_mtf_cross_all_tf,sell,2026-05-10 17:51:00,401.0 -68631,sell_mtf_cross_all_tf,sell,2026-05-10 17:54:00,401.0 -68632,sell_mtf_cross_all_tf,sell,2026-05-10 17:57:00,401.0 -68633,sell_mtf_cross_all_tf,sell,2026-05-10 18:06:00,402.0 -68634,sell_mtf_cross_all_tf,sell,2026-05-10 18:09:00,402.0 -68635,sell_mtf_cross_all_tf,sell,2026-05-10 18:15:00,402.0 -68636,sell_mtf_cross_all_tf,sell,2026-05-10 18:18:00,402.0 -68637,sell_mtf_cross_all_tf,sell,2026-05-11 00:45:00,402.0 -68638,sell_mtf_cross_all_tf,sell,2026-05-11 01:30:00,423.0 -68639,sell_mtf_cross_all_tf,sell,2026-05-11 01:33:00,423.0 -68640,sell_mtf_cross_all_tf,sell,2026-05-19 04:30:00,352.0 -68641,sell_mtf_cross_all_tf,sell,2026-05-19 04:33:00,352.0 -68642,sell_mtf_cross_all_tf,sell,2026-05-19 04:36:00,352.0 -68643,sell_mtf_cross_all_tf,sell,2026-05-19 04:39:00,352.0 -68644,sell_mtf_cross_all_tf,sell,2026-05-19 04:42:00,352.0 -68645,sell_mtf_cross_all_tf,sell,2026-05-19 04:45:00,353.0 -68646,sell_mtf_cross_all_tf,sell,2026-05-19 04:48:00,354.0 -68647,sell_mtf_cross_all_tf,sell,2026-05-19 04:51:00,354.0 -68648,sell_mtf_cross_all_tf,sell,2026-05-19 04:54:00,355.0 -68649,sell_mtf_cross_all_tf,sell,2026-05-19 04:57:00,354.0 -68650,sell_mtf_cross_all_tf,sell,2026-05-19 05:03:00,355.0 -68651,sell_mtf_cross_all_tf,sell,2026-05-19 05:06:00,354.0 -68652,sell_mtf_cross_all_tf,sell,2026-05-19 05:09:00,355.0 -68653,sell_mtf_cross_all_tf,sell,2026-05-19 05:18:00,356.0 -68654,sell_mtf_cross_all_tf,sell,2026-05-19 05:24:00,357.0 -68655,sell_mtf_cross_all_tf,sell,2026-05-19 05:27:00,358.0 -68656,sell_mtf_cross_all_tf,sell,2026-05-19 05:30:00,358.0 -68657,sell_mtf_cross_all_tf,sell,2026-05-19 05:33:00,358.0 -68658,sell_mtf_cross_all_tf,sell,2026-05-19 09:15:00,360.0 -68659,sell_mtf_cross_all_tf,sell,2026-05-19 09:27:00,360.0 -68660,sell_mtf_cross_all_tf,sell,2026-05-19 09:51:00,361.0 -68661,sell_mtf_cross_all_tf,sell,2026-05-19 09:54:00,361.0 -68662,sell_mtf_cross_all_tf,sell,2026-05-19 09:57:00,361.0 -68663,sell_mtf_cross_all_tf,sell,2026-05-19 13:15:00,362.0 -68664,sell_mtf_cross_all_tf,sell,2026-05-19 13:18:00,362.0 -68665,sell_mtf_cross_all_tf,sell,2026-05-19 13:21:00,362.0 -68666,sell_mtf_cross_all_tf,sell,2026-05-19 13:24:00,362.0 -68667,sell_mtf_cross_all_tf,sell,2026-05-19 13:27:00,362.0 -68668,sell_mtf_cross_all_tf,sell,2026-05-19 13:45:00,365.0 -68669,sell_mtf_cross_all_tf,sell,2026-05-19 13:48:00,365.0 -68670,sell_mtf_cross_all_tf,sell,2026-05-19 13:51:00,364.0 -68671,sell_mtf_cross_all_tf,sell,2026-05-19 13:54:00,366.0 -68672,sell_mtf_cross_all_tf,sell,2026-05-19 14:12:00,366.0 -68673,sell_mtf_cross_all_tf,sell,2026-05-19 14:42:00,367.0 -68674,sell_mtf_cross_all_tf,sell,2026-05-19 14:45:00,367.0 -68675,sell_mtf_cross_all_tf,sell,2026-05-19 14:48:00,367.0 -68676,sell_mtf_cross_all_tf,sell,2026-05-19 14:51:00,368.0 -68677,sell_mtf_cross_all_tf,sell,2026-05-19 14:54:00,367.0 -68678,sell_mtf_cross_all_tf,sell,2026-05-19 14:57:00,368.0 -68679,sell_mtf_cross_all_tf,sell,2026-05-19 15:00:00,367.0 -68680,sell_mtf_cross_all_tf,sell,2026-05-19 15:03:00,368.0 -68681,sell_mtf_cross_all_tf,sell,2026-05-19 15:21:00,369.0 -68682,sell_mtf_cross_all_tf,sell,2026-05-19 15:24:00,369.0 -68683,sell_mtf_cross_all_tf,sell,2026-05-19 15:27:00,370.0 -68684,sell_mtf_cross_all_tf,sell,2026-05-19 15:30:00,370.0 -68685,sell_mtf_cross_all_tf,sell,2026-05-19 15:33:00,370.0 -68686,sell_mtf_cross_all_tf,sell,2026-05-19 15:36:00,370.0 -68687,sell_mtf_cross_all_tf,sell,2026-05-19 15:45:00,371.0 -68688,sell_mtf_cross_all_tf,sell,2026-05-19 15:48:00,371.0 -68689,sell_mtf_cross_all_tf,sell,2026-05-20 18:36:00,358.0 -68690,sell_mtf_cross_all_tf,sell,2026-05-20 18:39:00,358.0 -68691,sell_mtf_cross_all_tf,sell,2026-05-20 18:42:00,358.0 -68692,sell_mtf_cross_all_tf,sell,2026-05-20 19:21:00,358.0 -68693,sell_mtf_cross_all_tf,sell,2026-05-20 19:24:00,358.0 -68694,sell_mtf_cross_all_tf,sell,2026-05-20 19:30:00,358.0 -68695,sell_mtf_cross_all_tf,sell,2026-05-20 19:33:00,358.0 -68696,sell_mtf_cross_all_tf,sell,2026-05-20 23:30:00,358.0 -68697,sell_mtf_cross_all_tf,sell,2026-05-20 23:33:00,358.0 -68698,sell_mtf_cross_all_tf,sell,2026-05-21 00:06:00,360.0 -68699,sell_mtf_cross_all_tf,sell,2026-05-21 00:15:00,360.0 -68700,sell_mtf_cross_all_tf,sell,2026-05-21 00:30:00,362.0 -68701,sell_mtf_cross_all_tf,sell,2026-05-21 00:33:00,362.0 -68702,sell_mtf_cross_all_tf,sell,2026-05-21 00:36:00,363.0 -68703,sell_mtf_cross_all_tf,sell,2026-05-21 00:39:00,364.0 -68704,sell_mtf_cross_all_tf,sell,2026-05-21 00:42:00,363.0 -68705,sell_mtf_cross_all_tf,sell,2026-05-21 00:45:00,363.0 -68706,sell_mtf_cross_all_tf,sell,2026-05-21 00:48:00,364.0 -68707,sell_mtf_cross_all_tf,sell,2026-05-21 00:51:00,364.0 -68708,sell_mtf_cross_all_tf,sell,2026-05-21 00:54:00,364.0 -68709,sell_mtf_cross_all_tf,sell,2026-05-21 01:00:00,365.0 -68710,sell_mtf_cross_all_tf,sell,2026-05-21 01:03:00,365.0 -68711,sell_mtf_cross_all_tf,sell,2026-05-21 01:06:00,366.0 -68712,sell_mtf_cross_all_tf,sell,2026-05-21 01:12:00,366.0 -68713,sell_mtf_cross_all_tf,sell,2026-05-21 01:30:00,366.0 -68714,sell_mtf_cross_all_tf,sell,2026-05-21 01:33:00,368.0 -68715,sell_mtf_cross_all_tf,sell,2026-05-21 01:57:00,374.0 -68716,sell_mtf_cross_all_tf,sell,2026-05-21 02:00:00,375.0 -68717,sell_mtf_cross_all_tf,sell,2026-05-21 02:03:00,378.0 -68718,sell_mtf_cross_all_tf,sell,2026-05-21 02:06:00,375.0 -68719,sell_mtf_cross_all_tf,sell,2026-05-21 10:15:00,376.0 -68720,sell_mtf_cross_all_tf,sell,2026-05-21 10:18:00,375.0 -68721,sell_mtf_cross_all_tf,sell,2026-05-21 11:45:00,378.0 -68722,sell_mtf_cross_all_tf,sell,2026-05-21 11:48:00,378.0 -68723,sell_mtf_cross_all_tf,sell,2026-05-21 12:12:00,379.0 -68724,sell_mtf_cross_all_tf,sell,2026-05-21 12:30:00,380.0 -68725,sell_mtf_cross_all_tf,sell,2026-05-21 12:33:00,380.0 -68726,sell_mtf_cross_all_tf,sell,2026-05-21 15:21:00,380.0 -68727,sell_mtf_cross_all_tf,sell,2026-05-21 15:24:00,380.0 -68728,sell_mtf_cross_all_tf,sell,2026-05-21 15:30:00,380.0 -68729,sell_mtf_cross_all_tf,sell,2026-05-21 15:33:00,380.0 -68730,sell_mtf_cross_all_tf,sell,2026-05-21 16:15:00,381.0 -68731,sell_mtf_cross_all_tf,sell,2026-05-21 16:42:00,383.0 -68732,sell_mtf_cross_all_tf,sell,2026-05-21 16:45:00,383.0 -68733,sell_mtf_cross_all_tf,sell,2026-05-21 17:00:00,385.0 -68734,sell_mtf_cross_all_tf,sell,2026-05-21 17:03:00,386.0 -68735,sell_mtf_cross_all_tf,sell,2026-05-21 17:21:00,389.0 -68736,sell_mtf_cross_all_tf,sell,2026-05-21 17:24:00,390.0 -68737,sell_mtf_cross_all_tf,sell,2026-05-21 17:27:00,390.0 -68738,sell_mtf_cross_all_tf,sell,2026-05-21 17:30:00,391.0 -68739,sell_mtf_cross_all_tf,sell,2026-05-21 17:33:00,391.0 -68740,sell_mtf_cross_all_tf,sell,2026-05-21 17:36:00,391.0 -68741,sell_mtf_cross_all_tf,sell,2026-05-21 17:39:00,391.0 -68742,sell_mtf_cross_all_tf,sell,2026-05-21 17:42:00,393.0 -68743,sell_mtf_cross_all_tf,sell,2026-05-21 17:45:00,393.0 -68744,sell_mtf_cross_all_tf,sell,2026-05-21 17:48:00,392.0 -68745,sell_mtf_cross_all_tf,sell,2026-05-21 17:51:00,392.0 -68746,sell_mtf_cross_all_tf,sell,2026-05-21 17:54:00,393.0 -68747,sell_mtf_cross_all_tf,sell,2026-05-21 17:57:00,393.0 -68748,sell_mtf_cross_all_tf,sell,2026-05-21 18:00:00,393.0 -68749,sell_mtf_cross_all_tf,sell,2026-05-21 18:09:00,396.0 -68750,sell_mtf_cross_all_tf,sell,2026-05-21 18:12:00,396.0 -68751,sell_mtf_cross_all_tf,sell,2026-05-21 18:15:00,395.0 -68752,sell_mtf_cross_all_tf,sell,2026-05-21 18:18:00,396.0 -68753,sell_mtf_cross_all_tf,sell,2026-05-21 23:12:00,390.0 -68754,sell_mtf_cross_all_tf,sell,2026-05-22 00:30:00,393.0 -68755,sell_mtf_cross_all_tf,sell,2026-05-22 00:33:00,391.0 -68756,sell_mtf_cross_all_tf,sell,2026-05-22 02:42:00,395.0 -68757,sell_mtf_cross_all_tf,sell,2026-05-22 02:45:00,395.0 -68758,sell_mtf_cross_all_tf,sell,2026-05-22 02:48:00,394.0 -68759,sell_mtf_cross_all_tf,sell,2026-05-22 02:51:00,395.0 -68760,sell_mtf_cross_all_tf,sell,2026-05-22 02:54:00,397.0 -68761,sell_mtf_cross_all_tf,sell,2026-05-22 02:57:00,396.0 -68762,sell_mtf_cross_all_tf,sell,2026-05-22 03:00:00,397.0 -68763,sell_mtf_cross_all_tf,sell,2026-05-22 03:03:00,397.0 -68764,sell_mtf_cross_all_tf,sell,2026-05-22 03:12:00,400.0 -68765,sell_mtf_cross_all_tf,sell,2026-05-22 03:15:00,400.0 -68766,sell_mtf_cross_all_tf,sell,2026-05-22 03:18:00,400.0 -68767,sell_mtf_cross_all_tf,sell,2026-05-22 03:21:00,400.0 -68768,sell_mtf_cross_all_tf,sell,2026-05-22 03:24:00,401.0 -68769,sell_mtf_cross_all_tf,sell,2026-05-22 03:27:00,402.0 -68770,sell_mtf_cross_all_tf,sell,2026-05-22 03:30:00,401.0 -68771,sell_mtf_cross_all_tf,sell,2026-05-22 03:33:00,401.0 -68772,sell_mtf_cross_all_tf,sell,2026-05-22 04:51:00,403.0 -68773,sell_mtf_cross_all_tf,sell,2026-05-22 05:15:00,411.0 -68774,sell_mtf_cross_all_tf,sell,2026-05-22 05:18:00,410.0 -68775,sell_mtf_cross_all_tf,sell,2026-05-22 05:21:00,410.0 -68776,sell_mtf_cross_all_tf,sell,2026-05-22 05:24:00,409.0 -68777,sell_mtf_cross_all_tf,sell,2026-05-22 05:27:00,410.0 -68778,sell_mtf_cross_all_tf,sell,2026-05-22 10:30:00,405.0 -68779,sell_mtf_cross_all_tf,sell,2026-05-22 10:45:00,405.0 -68780,sell_mtf_cross_all_tf,sell,2026-05-22 10:51:00,405.0 -68781,sell_mtf_cross_all_tf,sell,2026-05-22 10:54:00,405.0 -68782,sell_mtf_cross_all_tf,sell,2026-05-22 11:00:00,406.0 -68783,sell_mtf_cross_all_tf,sell,2026-05-22 11:12:00,407.0 -68784,sell_mtf_cross_all_tf,sell,2026-05-22 12:00:00,408.0 -68785,sell_mtf_cross_all_tf,sell,2026-05-22 12:15:00,411.0 -68786,sell_mtf_cross_all_tf,sell,2026-05-22 12:36:00,414.0 -68787,sell_mtf_cross_all_tf,sell,2026-05-22 12:39:00,414.0 -68788,sell_mtf_cross_all_tf,sell,2026-05-22 12:42:00,414.0 -68789,sell_mtf_cross_all_tf,sell,2026-05-22 13:21:00,416.0 -68790,sell_mtf_cross_all_tf,sell,2026-05-22 13:27:00,417.0 -68791,sell_mtf_cross_all_tf,sell,2026-05-22 13:30:00,417.0 -68792,sell_mtf_cross_all_tf,sell,2026-05-22 13:33:00,417.0 -68793,sell_mtf_cross_all_tf,sell,2026-05-22 13:36:00,417.0 -68794,sell_mtf_cross_all_tf,sell,2026-05-22 13:39:00,417.0 -68795,sell_mtf_cross_all_tf,sell,2026-05-22 14:21:00,419.0 -68796,sell_mtf_cross_all_tf,sell,2026-05-22 14:27:00,418.0 -68797,sell_mtf_cross_all_tf,sell,2026-05-22 14:30:00,419.0 -68798,sell_mtf_cross_all_tf,sell,2026-05-22 14:33:00,420.0 -68799,sell_mtf_cross_all_tf,sell,2026-05-22 14:36:00,418.0 -68800,sell_mtf_cross_all_tf,sell,2026-05-22 15:00:00,420.0 -68801,sell_mtf_cross_all_tf,sell,2026-05-22 15:03:00,421.0 -68802,sell_mtf_cross_all_tf,sell,2026-05-22 15:06:00,421.0 -68803,sell_mtf_cross_all_tf,sell,2026-05-22 16:30:00,422.0 -68804,sell_mtf_cross_all_tf,sell,2026-05-22 16:57:00,429.0 -68805,sell_mtf_cross_all_tf,sell,2026-05-22 17:00:00,428.0 -68806,sell_mtf_cross_all_tf,sell,2026-05-22 17:03:00,430.0 -68807,sell_mtf_cross_all_tf,sell,2026-05-22 17:06:00,428.0 -68808,sell_mtf_cross_all_tf,sell,2026-05-22 17:15:00,429.0 -68809,sell_mtf_cross_all_tf,sell,2026-05-22 17:18:00,430.0 -68810,sell_mtf_cross_all_tf,sell,2026-05-22 17:21:00,431.0 -68811,sell_mtf_cross_all_tf,sell,2026-05-22 17:24:00,433.0 -68812,sell_mtf_cross_all_tf,sell,2026-05-22 17:27:00,433.0 -68813,sell_mtf_cross_all_tf,sell,2026-05-22 17:33:00,434.0 -68814,sell_mtf_cross_all_tf,sell,2026-05-22 20:45:00,434.0 -68815,sell_mtf_cross_all_tf,sell,2026-05-22 20:48:00,436.0 -68816,sell_mtf_cross_all_tf,sell,2026-05-22 20:51:00,436.0 -68817,sell_mtf_cross_all_tf,sell,2026-05-22 20:54:00,436.0 -68818,sell_mtf_cross_all_tf,sell,2026-05-22 23:00:00,441.0 -68819,sell_mtf_cross_all_tf,sell,2026-05-22 23:03:00,441.0 -68820,sell_mtf_cross_all_tf,sell,2026-05-23 21:54:00,405.0 -68821,sell_mtf_cross_all_tf,sell,2026-05-23 21:57:00,406.0 -68822,sell_mtf_cross_all_tf,sell,2026-05-23 22:00:00,407.0 -68823,sell_mtf_cross_all_tf,sell,2026-05-23 22:03:00,407.0 -68824,sell_mtf_cross_all_tf,sell,2026-05-23 22:06:00,409.0 -68825,sell_mtf_cross_all_tf,sell,2026-05-23 22:09:00,410.0 -68826,sell_mtf_cross_all_tf,sell,2026-05-23 22:12:00,408.0 -68827,sell_mtf_cross_all_tf,sell,2026-05-23 22:15:00,409.0 -68828,sell_mtf_cross_all_tf,sell,2026-05-23 22:18:00,408.0 -68829,sell_mtf_cross_all_tf,sell,2026-05-23 22:21:00,409.0 -68830,sell_mtf_cross_all_tf,sell,2026-05-23 22:24:00,410.0 -68831,sell_mtf_cross_all_tf,sell,2026-05-23 22:27:00,412.0 -68832,sell_mtf_cross_all_tf,sell,2026-05-23 22:36:00,412.0 -68833,sell_mtf_cross_all_tf,sell,2026-05-23 22:39:00,412.0 -68834,sell_mtf_cross_all_tf,sell,2026-05-23 22:45:00,412.0 -68835,sell_mtf_cross_all_tf,sell,2026-05-23 22:48:00,413.0 -68836,sell_mtf_cross_all_tf,sell,2026-05-23 22:51:00,415.0 -68837,sell_mtf_cross_all_tf,sell,2026-05-23 22:54:00,414.0 -68838,sell_mtf_cross_all_tf,sell,2026-05-23 23:00:00,416.0 -68839,sell_mtf_cross_all_tf,sell,2026-05-23 23:15:00,419.0 -68840,sell_mtf_cross_all_tf,sell,2026-05-23 23:18:00,417.0 -68841,sell_mtf_cross_all_tf,sell,2026-05-23 23:51:00,420.0 -68842,sell_mtf_cross_all_tf,sell,2026-05-23 23:54:00,419.0 -68843,sell_mtf_cross_all_tf,sell,2026-05-24 00:00:00,419.0 -68844,sell_mtf_cross_all_tf,sell,2026-05-24 00:06:00,420.0 -68845,sell_mtf_cross_all_tf,sell,2026-05-24 00:09:00,422.0 -68846,sell_mtf_cross_all_tf,sell,2026-05-24 00:12:00,423.0 -68847,sell_mtf_cross_all_tf,sell,2026-05-24 00:21:00,423.0 -68848,sell_mtf_cross_all_tf,sell,2026-05-24 00:24:00,423.0 -68849,sell_mtf_cross_all_tf,sell,2026-05-24 00:27:00,423.0 -68850,sell_mtf_cross_all_tf,sell,2026-05-24 01:00:00,424.0 -68851,sell_mtf_cross_all_tf,sell,2026-05-24 01:06:00,424.0 -68852,sell_mtf_cross_all_tf,sell,2026-05-24 01:09:00,424.0 -68853,sell_mtf_cross_all_tf,sell,2026-05-24 01:12:00,425.0 -68854,sell_mtf_cross_all_tf,sell,2026-05-24 01:21:00,426.0 -68855,sell_mtf_cross_all_tf,sell,2026-05-24 01:27:00,425.0 -68856,sell_mtf_cross_all_tf,sell,2026-05-24 01:30:00,425.0 -68857,sell_mtf_cross_all_tf,sell,2026-05-24 01:33:00,426.0 -68858,sell_mtf_cross_all_tf,sell,2026-05-24 01:36:00,426.0 -68859,sell_mtf_cross_all_tf,sell,2026-05-24 01:45:00,427.0 -68860,sell_mtf_cross_all_tf,sell,2026-05-24 02:27:00,436.0 -68861,sell_mtf_cross_all_tf,sell,2026-05-24 02:36:00,440.0 -68862,sell_mtf_cross_all_tf,sell,2026-05-24 02:39:00,441.0 -68863,sell_mtf_cross_all_tf,sell,2026-05-24 02:42:00,443.0 -68864,sell_mtf_cross_all_tf,sell,2026-05-24 02:45:00,439.0 -68865,sell_mtf_cross_all_tf,sell,2026-05-24 02:57:00,441.0 -68866,sell_mtf_cross_all_tf,sell,2026-05-24 03:21:00,450.0 -68867,sell_mtf_cross_all_tf,sell,2026-05-24 03:24:00,449.0 -68868,sell_mtf_cross_all_tf,sell,2026-05-24 03:27:00,448.0 -68869,sell_mtf_cross_all_tf,sell,2026-05-24 03:30:00,450.0 -68870,sell_mtf_cross_all_tf,sell,2026-05-24 03:42:00,454.0 -68871,sell_mtf_cross_all_tf,sell,2026-05-24 03:45:00,454.0 -68872,sell_mtf_cross_all_tf,sell,2026-05-24 03:48:00,456.0 -68873,sell_mtf_cross_all_tf,sell,2026-05-24 03:51:00,457.0 -68874,sell_mtf_cross_all_tf,sell,2026-05-24 03:54:00,459.0 -68875,sell_mtf_cross_all_tf,sell,2026-05-24 03:57:00,458.0 -68876,sell_mtf_cross_all_tf,sell,2026-05-24 13:51:00,452.0 -68877,sell_mtf_cross_all_tf,sell,2026-05-24 13:54:00,453.0 -68878,sell_mtf_cross_all_tf,sell,2026-05-24 15:15:00,453.0 -68879,sell_mtf_cross_all_tf,sell,2026-05-24 15:18:00,453.0 -68880,sell_mtf_cross_all_tf,sell,2026-05-24 15:21:00,452.0 -68881,sell_mtf_cross_all_tf,sell,2026-05-24 15:24:00,453.0 -68882,sell_mtf_cross_all_tf,sell,2026-05-24 15:45:00,454.0 -68883,sell_mtf_cross_all_tf,sell,2026-05-24 15:48:00,455.0 -68884,sell_mtf_cross_all_tf,sell,2026-05-24 16:00:00,455.0 -68885,sell_mtf_cross_all_tf,sell,2026-05-24 16:03:00,454.0 -68886,sell_mtf_cross_all_tf,sell,2026-05-24 16:12:00,456.0 -68887,sell_mtf_cross_all_tf,sell,2026-05-24 16:15:00,456.0 -68888,sell_mtf_cross_all_tf,sell,2026-05-24 16:18:00,456.0 -68889,sell_mtf_cross_all_tf,sell,2026-05-25 16:30:00,440.0 -68890,sell_mtf_cross_all_tf,sell,2026-05-25 16:57:00,443.0 -68891,sell_mtf_cross_all_tf,sell,2026-05-25 17:00:00,443.0 -68892,sell_mtf_cross_all_tf,sell,2026-05-25 17:03:00,443.0 -68893,sell_mtf_cross_all_tf,sell,2026-05-25 17:06:00,444.0 -68894,sell_mtf_cross_all_tf,sell,2026-05-25 17:09:00,443.0 -68895,sell_mtf_cross_all_tf,sell,2026-05-25 17:12:00,443.0 -68896,sell_mtf_cross_all_tf,sell,2026-05-25 17:30:00,446.0 -68897,sell_mtf_cross_all_tf,sell,2026-05-25 17:36:00,445.0 -68898,sell_mtf_cross_all_tf,sell,2026-05-25 17:39:00,446.0 -68899,sell_mtf_cross_all_tf,sell,2026-05-25 18:06:00,453.0 -68900,sell_mtf_cross_all_tf,sell,2026-05-25 18:09:00,455.0 -68901,sell_mtf_cross_all_tf,sell,2026-05-25 18:12:00,455.0 -68902,sell_mtf_cross_all_tf,sell,2026-05-25 18:15:00,453.0 -68903,sell_mtf_cross_all_tf,sell,2026-05-25 18:18:00,456.0 -68904,sell_mtf_cross_all_tf,sell,2026-05-25 18:21:00,455.0 -68905,sell_mtf_cross_all_tf,sell,2026-05-25 18:24:00,454.0 -68906,sell_mtf_cross_all_tf,sell,2026-05-25 18:45:00,455.0 -68907,sell_mtf_cross_all_tf,sell,2026-05-25 18:48:00,455.0 -68908,sell_mtf_cross_all_tf,sell,2026-05-26 03:00:00,465.0 -68909,sell_mtf_cross_all_tf,sell,2026-05-26 03:03:00,468.0 -68910,sell_mtf_cross_all_tf,sell,2026-05-26 03:12:00,467.0 -68911,sell_mtf_cross_all_tf,sell,2026-05-26 03:15:00,468.0 -68912,sell_mtf_cross_all_tf,sell,2026-05-26 03:27:00,473.0 -68913,sell_mtf_cross_all_tf,sell,2026-05-26 03:36:00,477.0 -68914,sell_mtf_cross_all_tf,sell,2026-05-26 03:39:00,477.0 -68915,sell_mtf_cross_all_tf,sell,2026-05-26 03:48:00,481.0 -68916,sell_mtf_cross_all_tf,sell,2026-05-26 03:51:00,481.0 -68917,sell_mtf_cross_all_tf,sell,2026-05-26 03:54:00,483.0 -68918,sell_mtf_cross_all_tf,sell,2026-05-26 03:57:00,485.0 -68919,sell_mtf_cross_all_tf,sell,2026-05-26 04:00:00,484.0 -68920,sell_mtf_cross_all_tf,sell,2026-05-26 04:03:00,482.0 -68921,sell_mtf_cross_all_tf,sell,2026-05-26 04:06:00,488.0 -68922,sell_mtf_cross_all_tf,sell,2026-05-26 04:09:00,489.0 -68923,sell_mtf_cross_all_tf,sell,2026-05-26 04:15:00,491.0 -68924,sell_mtf_cross_all_tf,sell,2026-05-26 04:18:00,491.0 -68925,sell_mtf_cross_all_tf,sell,2026-05-26 04:21:00,491.0 -68926,sell_mtf_cross_all_tf,sell,2026-05-26 04:24:00,495.0 -68927,sell_mtf_cross_all_tf,sell,2026-05-26 04:27:00,495.0 -68928,sell_mtf_cross_all_tf,sell,2026-05-26 04:30:00,497.0 -68929,sell_mtf_cross_all_tf,sell,2026-05-26 04:33:00,499.0 -68930,sell_mtf_cross_all_tf,sell,2026-05-26 04:36:00,495.0 -68931,sell_mtf_cross_all_tf,sell,2026-05-26 04:39:00,495.0 -68932,sell_mtf_cross_all_tf,sell,2026-05-26 13:00:00,493.0 -68933,sell_mtf_cross_all_tf,sell,2026-05-26 13:03:00,494.0 -68934,sell_mtf_cross_all_tf,sell,2026-05-26 13:51:00,502.0 -68935,sell_mtf_cross_all_tf,sell,2026-05-26 13:54:00,504.0 -68936,sell_mtf_cross_all_tf,sell,2026-05-26 13:57:00,506.0 -68937,sell_mtf_cross_all_tf,sell,2026-05-26 14:00:00,505.0 -68938,sell_mtf_cross_all_tf,sell,2026-05-26 14:03:00,503.0 -68939,sell_mtf_cross_all_tf,sell,2026-05-26 14:06:00,505.0 -68940,sell_mtf_cross_all_tf,sell,2026-05-26 14:09:00,505.0 -68941,sell_mtf_cross_all_tf,sell,2026-05-26 14:12:00,505.0 -68942,sell_mtf_cross_all_tf,sell,2026-05-26 14:15:00,508.0 -68943,sell_mtf_cross_all_tf,sell,2026-05-26 14:18:00,509.0 -68944,sell_mtf_cross_all_tf,sell,2026-05-26 14:42:00,516.0 -68945,sell_mtf_cross_all_tf,sell,2026-05-26 15:42:00,521.0 -68946,sell_mtf_cross_all_tf,sell,2026-05-26 16:51:00,535.0 -68947,sell_mtf_cross_all_tf,sell,2026-05-26 16:54:00,539.0 -68948,sell_mtf_cross_all_tf,sell,2026-05-26 16:57:00,536.0 -68949,sell_mtf_cross_all_tf,sell,2026-05-26 17:00:00,539.0 -68950,sell_mtf_cross_all_tf,sell,2026-05-26 17:12:00,542.0 -68951,sell_mtf_cross_all_tf,sell,2026-05-26 17:15:00,539.0 -68952,sell_mtf_cross_all_tf,sell,2026-05-26 17:18:00,542.0 -68953,sell_mtf_cross_all_tf,sell,2026-05-26 17:21:00,543.0 -68954,sell_mtf_cross_all_tf,sell,2026-05-26 17:24:00,542.0 -68955,sell_mtf_cross_all_tf,sell,2026-05-26 17:27:00,541.0 -68956,sell_mtf_cross_all_tf,sell,2026-05-26 17:45:00,546.0 -68957,sell_mtf_cross_all_tf,sell,2026-05-26 17:48:00,545.0 -68958,sell_mtf_cross_all_tf,sell,2026-05-26 18:00:00,549.0 -68959,sell_mtf_cross_all_tf,sell,2026-05-26 18:06:00,552.0 -68960,sell_mtf_cross_all_tf,sell,2026-05-26 18:09:00,550.0 -68961,sell_mtf_cross_all_tf,sell,2026-05-26 18:12:00,553.0 -68962,sell_mtf_cross_all_tf,sell,2026-05-26 18:15:00,551.0 -68963,sell_mtf_cross_all_tf,sell,2026-05-26 18:18:00,554.0 -68964,sell_mtf_cross_all_tf,sell,2026-05-26 18:21:00,556.0 -68965,sell_mtf_cross_all_tf,sell,2026-05-26 18:24:00,555.0 -68966,sell_mtf_cross_all_tf,sell,2026-05-26 18:33:00,554.0 -68967,sell_mtf_cross_all_tf,sell,2026-05-26 18:45:00,557.0 -68968,sell_mtf_cross_all_tf,sell,2026-05-26 18:48:00,555.0 -68969,sell_mtf_cross_all_tf,sell,2026-05-26 19:03:00,558.0 -68970,sell_mtf_cross_all_tf,sell,2026-05-26 19:27:00,573.0 -68971,sell_mtf_cross_all_tf,sell,2026-05-26 19:51:00,579.0 -68972,sell_mtf_cross_all_tf,sell,2026-05-26 19:54:00,579.0 -68973,sell_mtf_cross_all_tf,sell,2026-05-26 19:57:00,583.0 -68974,sell_mtf_cross_all_tf,sell,2026-05-26 20:00:00,584.0 -68975,sell_mtf_cross_all_tf,sell,2026-05-26 20:03:00,587.0 -68976,sell_mtf_cross_all_tf,sell,2026-05-26 20:06:00,580.0 -68977,sell_mtf_cross_all_tf,sell,2026-05-26 20:09:00,583.0 -68978,sell_mtf_cross_all_tf,sell,2026-05-26 20:12:00,588.0 -68979,sell_mtf_cross_all_tf,sell,2026-05-26 20:15:00,582.0 -68980,sell_mtf_cross_all_tf,sell,2026-05-26 21:00:00,590.0 -68981,sell_mtf_cross_all_tf,sell,2026-05-26 21:21:00,593.0 -68982,sell_mtf_cross_all_tf,sell,2026-05-26 21:24:00,598.0 -68983,sell_mtf_cross_all_tf,sell,2026-05-26 21:27:00,599.0 -68984,sell_mtf_cross_all_tf,sell,2026-05-26 21:36:00,599.0 -68985,sell_mtf_cross_all_tf,sell,2026-05-27 01:09:00,598.0 -68986,sell_mtf_cross_all_tf,sell,2026-05-31 00:00:00,490.0 -68987,sell_mtf_cross_all_tf,sell,2026-05-31 00:03:00,493.0 -68988,sell_mtf_cross_all_tf,sell,2026-05-31 00:09:00,490.0 -68989,sell_mtf_cross_all_tf,sell,2026-05-31 00:18:00,503.0 -68990,sell_mtf_cross_all_tf,sell,2026-05-31 00:21:00,502.0 -68991,sell_mtf_cross_all_tf,sell,2026-05-31 00:30:00,511.0 -68992,sell_mtf_cross_all_tf,sell,2026-05-31 00:33:00,506.0 -68993,sell_mtf_cross_all_tf,sell,2026-05-31 00:36:00,511.0 -68994,sell_mtf_cross_all_tf,sell,2026-05-31 00:39:00,511.0 -68995,sell_mtf_cross_all_tf,sell,2026-05-31 00:51:00,515.0 -68996,sell_mtf_cross_all_tf,sell,2026-05-31 00:54:00,520.0 -68997,sell_mtf_cross_all_tf,sell,2026-05-31 00:57:00,517.0 -68998,sell_mtf_cross_all_tf,sell,2026-05-31 01:00:00,517.0 -68999,sell_mtf_cross_all_tf,sell,2026-05-31 01:03:00,521.0 -69000,sell_mtf_cross_all_tf,sell,2026-05-31 01:06:00,525.0 -69001,sell_mtf_cross_all_tf,sell,2026-05-31 01:12:00,526.0 -69002,sell_mtf_cross_all_tf,sell,2026-05-31 05:12:00,546.0 -69003,sell_mtf_cross_all_tf,sell,2026-05-31 05:27:00,553.0 -69004,sell_mtf_cross_all_tf,sell,2026-05-31 05:30:00,553.0 -69005,sell_mtf_cross_all_tf,sell,2026-05-31 05:33:00,556.0 -69006,sell_mtf_cross_all_tf,sell,2026-05-31 05:42:00,560.0 -69007,sell_mtf_cross_all_tf,sell,2026-05-31 05:45:00,560.0 -69008,sell_mtf_cross_all_tf,sell,2026-05-31 05:48:00,561.0 -69009,sell_mtf_cross_all_tf,sell,2026-06-01 06:51:00,517.0 -69010,sell_mtf_cross_all_tf,sell,2026-06-01 06:54:00,518.0 -69011,sell_mtf_cross_all_tf,sell,2026-06-01 06:57:00,520.0 -69012,sell_mtf_cross_all_tf,sell,2026-06-01 09:15:00,530.0 -69013,sell_mtf_cross_all_tf,sell,2026-06-01 09:18:00,527.0 -69014,sell_mtf_cross_all_tf,sell,2026-06-01 09:27:00,534.0 -69015,sell_mtf_cross_all_tf,sell,2026-06-01 09:30:00,531.0 -69016,sell_mtf_cross_all_tf,sell,2026-06-01 09:33:00,532.0 -69017,sell_mtf_cross_all_tf,sell,2026-06-01 10:30:00,534.0 -69018,sell_mtf_cross_all_tf,sell,2026-06-01 10:42:00,540.0 -69019,sell_mtf_cross_all_tf,sell,2026-06-01 11:00:00,542.0 -69020,sell_mtf_cross_all_tf,sell,2026-06-01 11:03:00,548.0 -69021,sell_mtf_cross_all_tf,sell,2026-06-01 11:12:00,548.0 -69022,sell_mtf_cross_all_tf,sell,2026-06-01 11:15:00,550.0 -69023,sell_mtf_cross_all_tf,sell,2026-06-01 11:18:00,549.0 -69024,sell_mtf_cross_all_tf,sell,2026-06-01 11:21:00,549.0 -69025,sell_mtf_cross_all_tf,sell,2026-06-01 11:24:00,553.0 -69026,sell_mtf_cross_all_tf,sell,2026-06-01 11:27:00,553.0 -69027,sell_mtf_cross_all_tf,sell,2026-06-01 11:30:00,552.0 -69028,sell_mtf_cross_all_tf,sell,2026-06-01 11:33:00,556.0 -69029,sell_mtf_cross_all_tf,sell,2026-06-01 11:36:00,553.0 -69030,sell_mtf_cross_all_tf,sell,2026-06-01 11:39:00,557.0 -69031,sell_mtf_cross_all_tf,sell,2026-06-01 11:45:00,561.0 -69032,sell_mtf_cross_all_tf,sell,2026-06-01 11:54:00,564.0 -69033,sell_mtf_cross_all_tf,sell,2026-06-01 12:00:00,565.0 -69034,sell_mtf_cross_all_tf,sell,2026-06-01 12:03:00,568.0 -69035,sell_mtf_cross_all_tf,sell,2026-06-01 12:15:00,570.0 -69036,sell_mtf_cross_all_tf,sell,2026-06-01 12:18:00,574.0 -69037,sell_mtf_cross_all_tf,sell,2026-06-01 12:21:00,576.0 -69038,sell_mtf_cross_all_tf,sell,2026-06-01 12:24:00,574.0 -69039,sell_mtf_cross_all_tf,sell,2026-06-01 12:27:00,579.0 -69040,sell_mtf_cross_all_tf,sell,2026-06-01 12:33:00,583.0 -69041,sell_mtf_cross_all_tf,sell,2026-06-01 12:36:00,577.0 -69042,sell_mtf_cross_all_tf,sell,2026-06-01 12:57:00,580.0 -69043,sell_mtf_cross_all_tf,sell,2026-06-01 13:00:00,586.0 -69044,sell_mtf_cross_all_tf,sell,2026-06-01 13:03:00,583.0 -69045,sell_mtf_cross_all_tf,sell,2026-06-01 13:33:00,584.0 -69046,sell_mtf_cross_all_tf,sell,2026-06-02 00:57:00,567.0 -69047,sell_mtf_cross_all_tf,sell,2026-06-02 01:00:00,570.0 -69048,sell_mtf_cross_all_tf,sell,2026-06-02 01:03:00,573.0 -69049,sell_mtf_cross_all_tf,sell,2026-06-02 01:06:00,574.0 -69050,sell_mtf_cross_all_tf,sell,2026-06-02 01:12:00,570.0 -69051,sell_mtf_cross_all_tf,sell,2026-06-02 01:15:00,576.0 -69052,sell_mtf_cross_all_tf,sell,2026-06-02 01:18:00,579.0 -69053,sell_mtf_cross_all_tf,sell,2026-06-02 01:21:00,577.0 -69054,sell_mtf_cross_all_tf,sell,2026-06-02 01:24:00,582.0 -69055,sell_mtf_cross_all_tf,sell,2026-06-02 01:27:00,583.0 -69056,sell_mtf_cross_all_tf,sell,2026-06-02 01:45:00,593.0 -69057,sell_mtf_cross_all_tf,sell,2026-06-02 01:48:00,598.0 -69058,sell_mtf_cross_all_tf,sell,2026-06-02 01:51:00,600.0 -69059,sell_mtf_cross_all_tf,sell,2026-06-02 01:54:00,600.0 -69060,sell_mtf_cross_all_tf,sell,2026-06-02 01:57:00,595.0 -69061,sell_mtf_cross_all_tf,sell,2026-06-02 02:12:00,603.0 -69062,sell_mtf_cross_all_tf,sell,2026-06-02 03:30:00,609.0 -69063,sell_mtf_cross_all_tf,sell,2026-06-02 03:33:00,617.0 -69064,sell_mtf_cross_all_tf,sell,2026-06-02 03:45:00,622.0 -69065,sell_mtf_cross_all_tf,sell,2026-06-02 04:36:00,627.0 -69066,sell_mtf_cross_all_tf,sell,2026-06-02 04:39:00,627.0 -69067,sell_mtf_cross_all_tf,sell,2026-06-02 04:42:00,628.0 -69068,sell_mtf_cross_all_tf,sell,2026-06-02 04:57:00,642.0 -69069,sell_mtf_cross_all_tf,sell,2026-06-02 05:00:00,634.0 -69070,sell_mtf_cross_all_tf,sell,2026-06-02 06:30:00,642.0 -69071,sell_mtf_cross_all_tf,sell,2026-06-02 06:33:00,641.0 -69072,sell_mtf_cross_all_tf,sell,2026-06-02 06:39:00,642.0 -69073,sell_mtf_cross_all_tf,sell,2026-06-02 06:42:00,643.0 -69074,sell_mtf_cross_all_tf,sell,2026-06-02 12:27:00,661.0 -69075,sell_mtf_cross_all_tf,sell,2026-06-02 12:42:00,662.0 -69076,sell_mtf_cross_all_tf,sell,2026-06-02 13:00:00,671.0 -69077,sell_mtf_cross_all_tf,sell,2026-06-02 13:30:00,675.0 -69078,sell_mtf_cross_all_tf,sell,2026-06-02 13:33:00,677.0 -69079,sell_mtf_cross_all_tf,sell,2026-06-02 13:42:00,680.0 -69080,sell_mtf_cross_all_tf,sell,2026-06-02 13:45:00,684.0 -69081,sell_mtf_cross_all_tf,sell,2026-06-03 13:24:00,592.0 -69082,sell_mtf_cross_all_tf,sell,2026-06-03 13:45:00,593.0 -69083,sell_mtf_cross_all_tf,sell,2026-06-03 13:48:00,596.0 -69084,sell_mtf_cross_all_tf,sell,2026-06-03 13:51:00,596.0 -69085,sell_mtf_cross_all_tf,sell,2026-06-03 13:57:00,600.0 -69086,sell_mtf_cross_all_tf,sell,2026-06-03 14:06:00,605.0 -69087,sell_mtf_cross_all_tf,sell,2026-06-03 14:12:00,608.0 -69088,sell_mtf_cross_all_tf,sell,2026-06-03 14:15:00,606.0 -69089,sell_mtf_cross_all_tf,sell,2026-06-03 14:18:00,611.0 -69090,sell_mtf_cross_all_tf,sell,2026-06-03 14:21:00,611.0 -69091,sell_mtf_cross_all_tf,sell,2026-06-03 14:24:00,611.0 -69092,sell_mtf_cross_all_tf,sell,2026-06-03 14:27:00,607.0 -69093,sell_mtf_cross_all_tf,sell,2026-06-03 14:30:00,614.0 -69094,sell_mtf_cross_all_tf,sell,2026-06-03 14:33:00,608.0 -69095,sell_mtf_cross_all_tf,sell,2026-06-03 14:36:00,616.0 -69096,sell_mtf_cross_all_tf,sell,2026-06-03 14:39:00,618.0 -69097,sell_mtf_cross_all_tf,sell,2026-06-03 14:45:00,621.0 -69098,sell_mtf_cross_all_tf,sell,2026-06-03 15:51:00,649.0 -69099,sell_mtf_cross_all_tf,sell,2026-06-03 16:24:00,668.0 -69100,sell_mtf_cross_all_tf,sell,2026-06-03 16:42:00,673.0 -69101,sell_mtf_cross_all_tf,sell,2026-06-03 18:36:00,690.0 -69102,sell_mtf_cross_all_tf,sell,2026-06-03 18:39:00,695.0 -69103,sell_mtf_cross_all_tf,sell,2026-06-03 19:06:00,707.0 -69104,sell_mtf_cross_all_tf,sell,2026-06-03 19:09:00,700.0 -69105,sell_mtf_cross_all_tf,sell,2026-06-03 19:51:00,750.0 -69106,sell_mtf_cross_all_tf,sell,2026-06-03 19:54:00,745.0 -69107,sell_mtf_cross_all_tf,sell,2026-06-03 20:12:00,764.0 -69108,sell_mtf_cross_all_tf,sell,2026-06-03 20:15:00,772.0 -69109,sell_mtf_cross_all_tf,sell,2026-06-03 20:18:00,770.0 -69110,sell_mtf_cross_all_tf,sell,2026-06-03 20:21:00,766.0 -69111,sell_mtf_cross_all_tf,sell,2026-06-03 20:24:00,773.0 -69112,sell_mtf_cross_all_tf,sell,2026-06-03 22:18:00,779.0 -69113,sell_mtf_cross_all_tf,sell,2026-06-04 06:51:00,808.0 -69114,sell_mtf_cross_all_tf,sell,2026-06-04 06:54:00,819.0 -69115,sell_mtf_cross_all_tf,sell,2026-06-04 06:57:00,818.0 -69116,gt_model_buy_zigzag_bb,buy,2025-06-05 06:21:00,1585.0 -69117,gt_model_buy_zigzag_bb,buy,2025-06-05 10:24:00,1574.0 -69118,gt_model_buy_zigzag_bb,buy,2025-06-06 04:12:00,1506.0 -69119,gt_model_buy_zigzag_bb,buy,2025-06-18 01:21:00,1263.0 -69120,gt_model_buy_zigzag_bb,buy,2025-06-22 01:36:00,1188.0 -69121,gt_model_buy_zigzag_bb,buy,2025-11-04 15:54:00,1061.0 -69122,gt_model_buy_zigzag_bb,buy,2025-11-04 18:15:00,1052.0 -69123,gt_model_buy_zigzag_bb,buy,2025-11-05 03:15:00,1042.0 -69124,gt_model_buy_zigzag_bb,buy,2025-11-05 04:33:00,1036.0 -69125,gt_model_buy_zigzag_bb,buy,2025-11-18 06:39:00,965.0 -69126,gt_model_buy_zigzag_bb,buy,2025-12-01 22:48:00,849.0 -69127,gt_model_buy_zigzag_bb,buy,2025-12-17 18:30:00,764.0 -69128,gt_model_buy_zigzag_bb,buy,2025-12-19 05:57:00,709.0 -69129,gt_model_buy_zigzag_bb,buy,2026-01-01 03:54:00,689.0 -69130,gt_model_buy_zigzag_bb,buy,2026-01-26 02:33:00,668.0 -69131,gt_model_buy_zigzag_bb,buy,2026-02-01 03:09:00,586.0 -69132,gt_model_buy_zigzag_bb,buy,2026-02-01 04:42:00,580.0 -69133,gt_model_buy_zigzag_bb,buy,2026-02-05 21:27:00,572.0 -69134,gt_model_buy_zigzag_bb,buy,2026-02-06 03:18:00,537.0 -69135,gt_model_buy_zigzag_bb,buy,2026-02-06 04:30:00,534.0 -69136,gt_model_buy_zigzag_bb,buy,2026-03-27 02:00:00,442.0 -69137,gt_model_buy_zigzag_bb,buy,2026-03-27 06:03:00,441.0 -69138,gt_model_buy_zigzag_bb,buy,2026-03-28 09:06:00,381.0 -69139,gt_model_buy_zigzag_bb,buy,2026-04-06 05:39:00,370.0 -69140,gt_model_buy_zigzag_bb,buy,2026-05-02 07:06:00,350.0 -69141,gt_model_buy_trough_local,buy,2025-06-04 12:51:00,1666.0 -69142,gt_model_buy_trough_local,buy,2025-06-04 12:54:00,1667.0 -69143,gt_model_buy_trough_local,buy,2025-06-05 06:21:00,1585.0 -69144,gt_model_buy_trough_local,buy,2025-06-05 10:24:00,1574.0 -69145,gt_model_buy_trough_local,buy,2025-06-06 04:12:00,1506.0 -69146,gt_model_buy_trough_local,buy,2025-06-07 01:39:00,1500.0 -69147,gt_model_buy_trough_local,buy,2025-06-07 23:03:00,1564.0 -69148,gt_model_buy_trough_local,buy,2025-06-07 23:06:00,1565.0 -69149,gt_model_buy_trough_local,buy,2025-06-08 08:15:00,1559.0 -69150,gt_model_buy_trough_local,buy,2025-06-09 17:27:00,1485.0 -69151,gt_model_buy_trough_local,buy,2025-06-09 22:12:00,1552.0 -69152,gt_model_buy_trough_local,buy,2025-06-11 06:15:00,1580.0 -69153,gt_model_buy_trough_local,buy,2025-06-11 12:48:00,1601.0 -69154,gt_model_buy_trough_local,buy,2025-06-11 14:48:00,1594.0 -69155,gt_model_buy_trough_local,buy,2025-06-12 10:33:00,1526.0 -69156,gt_model_buy_trough_local,buy,2025-06-12 16:24:00,1524.0 -69157,gt_model_buy_trough_local,buy,2025-06-14 17:18:00,1364.0 -69158,gt_model_buy_trough_local,buy,2025-06-14 18:30:00,1368.0 -69159,gt_model_buy_trough_local,buy,2025-06-14 18:33:00,1369.0 -69160,gt_model_buy_trough_local,buy,2025-06-15 13:54:00,1359.0 -69161,gt_model_buy_trough_local,buy,2025-06-15 15:18:00,1361.0 -69162,gt_model_buy_trough_local,buy,2025-06-15 15:24:00,1359.0 -69163,gt_model_buy_trough_local,buy,2025-06-15 17:30:00,1349.0 -69164,gt_model_buy_trough_local,buy,2025-06-16 09:12:00,1353.0 -69165,gt_model_buy_trough_local,buy,2025-06-16 09:15:00,1351.0 -69166,gt_model_buy_trough_local,buy,2025-06-16 16:24:00,1394.0 -69167,gt_model_buy_trough_local,buy,2025-06-16 21:27:00,1382.0 -69168,gt_model_buy_trough_local,buy,2025-06-16 22:30:00,1387.0 -69169,gt_model_buy_trough_local,buy,2025-06-17 02:00:00,1389.0 -69170,gt_model_buy_trough_local,buy,2025-06-17 12:45:00,1315.0 -69171,gt_model_buy_trough_local,buy,2025-06-17 18:51:00,1289.0 -69172,gt_model_buy_trough_local,buy,2025-06-17 22:18:00,1281.0 -69173,gt_model_buy_trough_local,buy,2025-06-18 01:21:00,1263.0 -69174,gt_model_buy_trough_local,buy,2025-06-18 07:21:00,1274.0 -69175,gt_model_buy_trough_local,buy,2025-06-18 07:24:00,1271.0 -69176,gt_model_buy_trough_local,buy,2025-06-18 08:57:00,1269.0 -69177,gt_model_buy_trough_local,buy,2025-06-18 10:30:00,1274.0 -69178,gt_model_buy_trough_local,buy,2025-06-19 01:15:00,1257.0 -69179,gt_model_buy_trough_local,buy,2025-06-19 12:54:00,1308.0 -69180,gt_model_buy_trough_local,buy,2025-06-19 12:57:00,1307.0 -69181,gt_model_buy_trough_local,buy,2025-06-19 17:45:00,1299.0 -69182,gt_model_buy_trough_local,buy,2025-06-19 21:39:00,1281.0 -69183,gt_model_buy_trough_local,buy,2025-06-19 22:42:00,1284.0 -69184,gt_model_buy_trough_local,buy,2025-06-20 04:39:00,1291.0 -69185,gt_model_buy_trough_local,buy,2025-06-20 09:27:00,1290.0 -69186,gt_model_buy_trough_local,buy,2025-06-20 09:30:00,1290.0 -69187,gt_model_buy_trough_local,buy,2025-06-21 11:18:00,1235.0 -69188,gt_model_buy_trough_local,buy,2025-06-21 18:21:00,1235.0 -69189,gt_model_buy_trough_local,buy,2025-06-22 01:36:00,1188.0 -69190,gt_model_buy_trough_local,buy,2025-06-22 12:30:00,1187.0 -69191,gt_model_buy_trough_local,buy,2025-06-23 11:18:00,1160.0 -69192,gt_model_buy_trough_local,buy,2025-06-23 11:24:00,1159.0 -69193,gt_model_buy_trough_local,buy,2025-06-23 11:30:00,1159.0 -69194,gt_model_buy_trough_local,buy,2025-06-23 13:45:00,1148.0 -69195,gt_model_buy_trough_local,buy,2025-06-23 21:21:00,1145.0 -69196,gt_model_buy_trough_local,buy,2025-06-24 18:09:00,1285.0 -69197,gt_model_buy_trough_local,buy,2025-06-24 19:15:00,1283.0 -69198,gt_model_buy_trough_local,buy,2025-06-24 21:21:00,1275.0 -69199,gt_model_buy_trough_local,buy,2025-06-25 12:54:00,1279.0 -69200,gt_model_buy_trough_local,buy,2025-06-25 16:03:00,1263.0 -69201,gt_model_buy_trough_local,buy,2025-06-25 16:06:00,1261.0 -69202,gt_model_buy_trough_local,buy,2025-06-25 19:42:00,1246.0 -69203,gt_model_buy_trough_local,buy,2025-06-25 21:18:00,1250.0 -69204,gt_model_buy_trough_local,buy,2025-06-26 03:06:00,1230.0 -69205,gt_model_buy_trough_local,buy,2025-06-26 04:57:00,1224.0 -69206,gt_model_buy_trough_local,buy,2025-06-26 20:00:00,1209.0 -69207,gt_model_buy_trough_local,buy,2025-06-27 07:33:00,1195.0 -69208,gt_model_buy_trough_local,buy,2025-06-28 04:42:00,1177.0 -69209,gt_model_buy_trough_local,buy,2025-06-28 11:36:00,1200.0 -69210,gt_model_buy_trough_local,buy,2025-06-28 14:57:00,1202.0 -69211,gt_model_buy_trough_local,buy,2025-06-28 19:06:00,1198.0 -69212,gt_model_buy_trough_local,buy,2025-06-28 20:51:00,1194.0 -69213,gt_model_buy_trough_local,buy,2025-06-28 20:54:00,1194.0 -69214,gt_model_buy_trough_local,buy,2025-06-29 04:54:00,1218.0 -69215,gt_model_buy_trough_local,buy,2025-06-29 14:03:00,1224.0 -69216,gt_model_buy_trough_local,buy,2025-06-29 16:48:00,1224.0 -69217,gt_model_buy_trough_local,buy,2025-06-29 20:45:00,1234.0 -69218,gt_model_buy_trough_local,buy,2025-06-30 01:48:00,1219.0 -69219,gt_model_buy_trough_local,buy,2025-07-01 13:09:00,1208.0 -69220,gt_model_buy_trough_local,buy,2025-07-01 17:21:00,1194.0 -69221,gt_model_buy_trough_local,buy,2025-07-02 02:03:00,1180.0 -69222,gt_model_buy_trough_local,buy,2025-07-02 03:06:00,1180.0 -69223,gt_model_buy_trough_local,buy,2025-07-02 03:12:00,1180.0 -69224,gt_model_buy_trough_local,buy,2025-07-02 06:12:00,1168.0 -69225,gt_model_buy_trough_local,buy,2025-07-02 07:12:00,1168.0 -69226,gt_model_buy_trough_local,buy,2025-07-02 11:18:00,1169.0 -69227,gt_model_buy_trough_local,buy,2025-07-03 03:45:00,1286.0 -69228,gt_model_buy_trough_local,buy,2025-07-03 07:27:00,1295.0 -69229,gt_model_buy_trough_local,buy,2025-07-03 19:09:00,1314.0 -69230,gt_model_buy_trough_local,buy,2025-07-03 19:12:00,1314.0 -69231,gt_model_buy_trough_local,buy,2025-07-04 04:18:00,1278.0 -69232,gt_model_buy_trough_local,buy,2025-07-04 14:54:00,1262.0 -69233,gt_model_buy_trough_local,buy,2025-07-04 21:00:00,1222.0 -69234,gt_model_buy_trough_local,buy,2025-07-04 21:03:00,1222.0 -69235,gt_model_buy_trough_local,buy,2025-07-05 02:27:00,1186.0 -69236,gt_model_buy_trough_local,buy,2025-07-05 02:30:00,1185.0 -69237,gt_model_buy_trough_local,buy,2025-07-05 04:24:00,1186.0 -69238,gt_model_buy_trough_local,buy,2025-07-05 19:15:00,1201.0 -69239,gt_model_buy_trough_local,buy,2025-07-05 19:18:00,1200.0 -69240,gt_model_buy_trough_local,buy,2025-07-05 20:57:00,1200.0 -69241,gt_model_buy_trough_local,buy,2025-07-05 22:36:00,1191.0 -69242,gt_model_buy_trough_local,buy,2025-07-05 22:39:00,1191.0 -69243,gt_model_buy_trough_local,buy,2025-07-06 01:48:00,1189.0 -69244,gt_model_buy_trough_local,buy,2025-07-06 13:39:00,1180.0 -69245,gt_model_buy_trough_local,buy,2025-07-06 15:06:00,1178.0 -69246,gt_model_buy_trough_local,buy,2025-07-06 18:27:00,1189.0 -69247,gt_model_buy_trough_local,buy,2025-07-07 00:51:00,1198.0 -69248,gt_model_buy_trough_local,buy,2025-07-07 00:54:00,1199.0 -69249,gt_model_buy_trough_local,buy,2025-07-07 04:51:00,1204.0 -69250,gt_model_buy_trough_local,buy,2025-07-07 09:33:00,1211.0 -69251,gt_model_buy_trough_local,buy,2025-07-07 13:45:00,1223.0 -69252,gt_model_buy_trough_local,buy,2025-07-07 21:18:00,1197.0 -69253,gt_model_buy_trough_local,buy,2025-07-07 22:18:00,1197.0 -69254,gt_model_buy_trough_local,buy,2025-07-08 07:27:00,1181.0 -69255,gt_model_buy_trough_local,buy,2025-07-08 12:09:00,1181.0 -69256,gt_model_buy_trough_local,buy,2025-07-08 22:30:00,1186.0 -69257,gt_model_buy_trough_local,buy,2025-07-09 07:18:00,1192.0 -69258,gt_model_buy_trough_local,buy,2025-07-09 07:21:00,1191.0 -69259,gt_model_buy_trough_local,buy,2025-07-09 07:24:00,1192.0 -69260,gt_model_buy_trough_local,buy,2025-07-09 14:12:00,1179.0 -69261,gt_model_buy_trough_local,buy,2025-07-09 20:57:00,1192.0 -69262,gt_model_buy_trough_local,buy,2025-07-10 08:51:00,1239.0 -69263,gt_model_buy_trough_local,buy,2025-07-11 22:39:00,1459.0 -69264,gt_model_buy_trough_local,buy,2025-07-12 17:39:00,1402.0 -69265,gt_model_buy_trough_local,buy,2025-07-12 20:12:00,1405.0 -69266,gt_model_buy_trough_local,buy,2025-07-13 15:57:00,1409.0 -69267,gt_model_buy_trough_local,buy,2025-07-13 17:03:00,1415.0 -69268,gt_model_buy_trough_local,buy,2025-07-14 06:03:00,1447.0 -69269,gt_model_buy_trough_local,buy,2025-07-14 08:27:00,1415.0 -69270,gt_model_buy_trough_local,buy,2025-07-14 18:21:00,1461.0 -69271,gt_model_buy_trough_local,buy,2025-07-14 22:21:00,1452.0 -69272,gt_model_buy_trough_local,buy,2025-07-15 00:36:00,1429.0 -69273,gt_model_buy_trough_local,buy,2025-07-15 11:21:00,1405.0 -69274,gt_model_buy_trough_local,buy,2025-07-16 04:36:00,1437.0 -69275,gt_model_buy_trough_local,buy,2025-07-16 04:39:00,1432.0 -69276,gt_model_buy_trough_local,buy,2025-07-16 19:42:00,1462.0 -69277,gt_model_buy_trough_local,buy,2025-07-17 11:48:00,1505.0 -69278,gt_model_buy_trough_local,buy,2025-07-18 16:18:00,1619.0 -69279,gt_model_buy_trough_local,buy,2025-07-19 02:06:00,1568.0 -69280,gt_model_buy_trough_local,buy,2025-07-19 22:12:00,1547.0 -69281,gt_model_buy_trough_local,buy,2025-07-20 02:12:00,1540.0 -69282,gt_model_buy_trough_local,buy,2025-07-21 00:09:00,1658.0 -69283,gt_model_buy_trough_local,buy,2025-07-21 08:15:00,1668.0 -69284,gt_model_buy_trough_local,buy,2025-07-21 10:21:00,1656.0 -69285,gt_model_buy_trough_local,buy,2025-07-22 03:42:00,1659.0 -69286,gt_model_buy_trough_local,buy,2025-07-22 18:24:00,1608.0 -69287,gt_model_buy_trough_local,buy,2025-07-23 11:12:00,1813.0 -69288,gt_model_buy_trough_local,buy,2025-07-23 20:12:00,1727.0 -69289,gt_model_buy_trough_local,buy,2025-07-23 23:48:00,1669.0 -69290,gt_model_buy_trough_local,buy,2025-07-25 04:33:00,1588.0 -69291,gt_model_buy_trough_local,buy,2025-07-25 16:06:00,1528.0 -69292,gt_model_buy_trough_local,buy,2025-07-25 17:54:00,1535.0 -69293,gt_model_buy_trough_local,buy,2025-07-26 01:39:00,1515.0 -69294,gt_model_buy_trough_local,buy,2025-07-26 09:09:00,1583.0 -69295,gt_model_buy_trough_local,buy,2025-07-26 13:27:00,1583.0 -69296,gt_model_buy_trough_local,buy,2025-07-26 15:09:00,1582.0 -69297,gt_model_buy_trough_local,buy,2025-07-27 22:33:00,1601.0 -69298,gt_model_buy_trough_local,buy,2025-07-28 19:39:00,1667.0 -69299,gt_model_buy_trough_local,buy,2025-07-29 04:33:00,1556.0 -69300,gt_model_buy_trough_local,buy,2025-07-29 04:36:00,1551.0 -69301,gt_model_buy_trough_local,buy,2025-07-29 07:24:00,1542.0 -69302,gt_model_buy_trough_local,buy,2025-07-29 08:45:00,1537.0 -69303,gt_model_buy_trough_local,buy,2025-07-29 20:54:00,1519.0 -69304,gt_model_buy_trough_local,buy,2025-07-29 20:57:00,1518.0 -69305,gt_model_buy_trough_local,buy,2025-07-30 18:12:00,1468.0 -69306,gt_model_buy_trough_local,buy,2025-07-31 16:12:00,1490.0 -69307,gt_model_buy_trough_local,buy,2025-08-01 16:42:00,1365.0 -69308,gt_model_buy_trough_local,buy,2025-08-02 21:09:00,1329.0 -69309,gt_model_buy_trough_local,buy,2025-08-02 21:12:00,1330.0 -69310,gt_model_buy_trough_local,buy,2025-08-03 00:36:00,1321.0 -69311,gt_model_buy_trough_local,buy,2025-08-03 04:54:00,1301.0 -69312,gt_model_buy_trough_local,buy,2025-08-03 05:00:00,1301.0 -69313,gt_model_buy_trough_local,buy,2025-08-03 09:27:00,1305.0 -69314,gt_model_buy_trough_local,buy,2025-08-03 14:03:00,1343.0 -69315,gt_model_buy_trough_local,buy,2025-08-03 18:45:00,1349.0 -69316,gt_model_buy_trough_local,buy,2025-08-04 02:24:00,1354.0 -69317,gt_model_buy_trough_local,buy,2025-08-04 15:45:00,1371.0 -69318,gt_model_buy_trough_local,buy,2025-08-04 20:00:00,1370.0 -69319,gt_model_buy_trough_local,buy,2025-08-04 21:30:00,1366.0 -69320,gt_model_buy_trough_local,buy,2025-08-04 21:45:00,1364.0 -69321,gt_model_buy_trough_local,buy,2025-08-05 14:39:00,1349.0 -69322,gt_model_buy_trough_local,buy,2025-08-06 05:51:00,1314.0 -69323,gt_model_buy_trough_local,buy,2025-08-06 11:27:00,1307.0 -69324,gt_model_buy_trough_local,buy,2025-08-06 12:09:00,1305.0 -69325,gt_model_buy_trough_local,buy,2025-08-06 18:45:00,1315.0 -69326,gt_model_buy_trough_local,buy,2025-08-07 12:24:00,1337.0 -69327,gt_model_buy_trough_local,buy,2025-08-08 11:03:00,1399.0 -69328,gt_model_buy_trough_local,buy,2025-08-09 09:57:00,1424.0 -69329,gt_model_buy_trough_local,buy,2025-08-09 16:51:00,1465.0 -69330,gt_model_buy_trough_local,buy,2025-08-10 13:09:00,1494.0 -69331,gt_model_buy_trough_local,buy,2025-08-12 06:21:00,1393.0 -69332,gt_model_buy_trough_local,buy,2025-08-12 21:09:00,1345.0 -69333,gt_model_buy_trough_local,buy,2025-08-13 14:39:00,1462.0 -69334,gt_model_buy_trough_local,buy,2025-08-14 16:21:00,1518.0 -69335,gt_model_buy_trough_local,buy,2025-08-14 20:42:00,1488.0 -69336,gt_model_buy_trough_local,buy,2025-08-15 03:09:00,1396.0 -69337,gt_model_buy_trough_local,buy,2025-08-15 06:06:00,1394.0 -69338,gt_model_buy_trough_local,buy,2025-08-15 13:00:00,1407.0 -69339,gt_model_buy_trough_local,buy,2025-08-15 19:54:00,1393.0 -69340,gt_model_buy_trough_local,buy,2025-08-16 12:03:00,1381.0 -69341,gt_model_buy_trough_local,buy,2025-08-16 14:21:00,1371.0 -69342,gt_model_buy_trough_local,buy,2025-08-16 15:42:00,1368.0 -69343,gt_model_buy_trough_local,buy,2025-08-16 20:45:00,1358.0 -69344,gt_model_buy_trough_local,buy,2025-08-17 21:33:00,1400.0 -69345,gt_model_buy_trough_local,buy,2025-08-17 21:45:00,1400.0 -69346,gt_model_buy_trough_local,buy,2025-08-18 04:54:00,1393.0 -69347,gt_model_buy_trough_local,buy,2025-08-18 21:30:00,1331.0 -69348,gt_model_buy_trough_local,buy,2025-08-19 01:30:00,1327.0 -69349,gt_model_buy_trough_local,buy,2025-08-19 01:33:00,1325.0 -69350,gt_model_buy_trough_local,buy,2025-08-19 10:30:00,1327.0 -69351,gt_model_buy_trough_local,buy,2025-08-19 17:21:00,1290.0 -69352,gt_model_buy_trough_local,buy,2025-08-19 21:42:00,1313.0 -69353,gt_model_buy_trough_local,buy,2025-08-20 03:06:00,1277.0 -69354,gt_model_buy_trough_local,buy,2025-08-20 05:00:00,1266.0 -69355,gt_model_buy_trough_local,buy,2025-08-20 15:18:00,1283.0 -69356,gt_model_buy_trough_local,buy,2025-08-21 11:18:00,1331.0 -69357,gt_model_buy_trough_local,buy,2025-08-21 14:12:00,1329.0 -69358,gt_model_buy_trough_local,buy,2025-08-21 14:21:00,1330.0 -69359,gt_model_buy_trough_local,buy,2025-08-22 13:42:00,1303.0 -69360,gt_model_buy_trough_local,buy,2025-08-22 13:45:00,1303.0 -69361,gt_model_buy_trough_local,buy,2025-08-23 06:15:00,1408.0 -69362,gt_model_buy_trough_local,buy,2025-08-23 06:18:00,1407.0 -69363,gt_model_buy_trough_local,buy,2025-08-23 07:12:00,1411.0 -69364,gt_model_buy_trough_local,buy,2025-08-23 23:06:00,1399.0 -69365,gt_model_buy_trough_local,buy,2025-08-24 01:06:00,1402.0 -69366,gt_model_buy_trough_local,buy,2025-08-24 02:48:00,1400.0 -69367,gt_model_buy_trough_local,buy,2025-08-24 11:21:00,1390.0 -69368,gt_model_buy_trough_local,buy,2025-08-24 11:24:00,1390.0 -69369,gt_model_buy_trough_local,buy,2025-08-24 17:00:00,1348.0 -69370,gt_model_buy_trough_local,buy,2025-08-25 06:06:00,1354.0 -69371,gt_model_buy_trough_local,buy,2025-08-25 18:06:00,1297.0 -69372,gt_model_buy_trough_local,buy,2025-08-26 11:33:00,1263.0 -69373,gt_model_buy_trough_local,buy,2025-08-26 13:03:00,1257.0 -69374,gt_model_buy_trough_local,buy,2025-08-26 16:00:00,1257.0 -69375,gt_model_buy_trough_local,buy,2025-08-26 16:03:00,1256.0 -69376,gt_model_buy_trough_local,buy,2025-08-26 17:21:00,1259.0 -69377,gt_model_buy_trough_local,buy,2025-08-26 17:24:00,1259.0 -69378,gt_model_buy_trough_local,buy,2025-08-27 09:27:00,1327.0 -69379,gt_model_buy_trough_local,buy,2025-08-27 18:42:00,1314.0 -69380,gt_model_buy_trough_local,buy,2025-08-27 22:39:00,1311.0 -69381,gt_model_buy_trough_local,buy,2025-08-30 19:42:00,1267.0 -69382,gt_model_buy_trough_local,buy,2025-08-30 23:12:00,1257.0 -69383,gt_model_buy_trough_local,buy,2025-08-31 06:33:00,1254.0 -69384,gt_model_buy_trough_local,buy,2025-08-31 22:36:00,1250.0 -69385,gt_model_buy_trough_local,buy,2025-08-31 22:39:00,1249.0 -69386,gt_model_buy_trough_local,buy,2025-08-31 22:42:00,1248.0 -69387,gt_model_buy_trough_local,buy,2025-09-01 06:06:00,1251.0 -69388,gt_model_buy_trough_local,buy,2025-09-01 12:51:00,1205.0 -69389,gt_model_buy_trough_local,buy,2025-09-02 18:09:00,1214.0 -69390,gt_model_buy_trough_local,buy,2025-09-02 20:21:00,1218.0 -69391,gt_model_buy_trough_local,buy,2025-09-03 04:48:00,1219.0 -69392,gt_model_buy_trough_local,buy,2025-09-03 16:03:00,1230.0 -69393,gt_model_buy_trough_local,buy,2025-09-03 17:30:00,1229.0 -69394,gt_model_buy_trough_local,buy,2025-09-03 19:12:00,1227.0 -69395,gt_model_buy_trough_local,buy,2025-09-04 07:45:00,1252.0 -69396,gt_model_buy_trough_local,buy,2025-09-04 09:39:00,1247.0 -69397,gt_model_buy_trough_local,buy,2025-09-04 11:21:00,1248.0 -69398,gt_model_buy_trough_local,buy,2025-09-04 16:51:00,1228.0 -69399,gt_model_buy_trough_local,buy,2025-09-04 17:48:00,1230.0 -69400,gt_model_buy_trough_local,buy,2025-09-05 01:30:00,1210.0 -69401,gt_model_buy_trough_local,buy,2025-09-05 12:18:00,1222.0 -69402,gt_model_buy_trough_local,buy,2025-09-05 13:27:00,1221.0 -69403,gt_model_buy_trough_local,buy,2025-09-05 13:36:00,1221.0 -69404,gt_model_buy_trough_local,buy,2025-09-06 16:33:00,1274.0 -69405,gt_model_buy_trough_local,buy,2025-09-06 19:12:00,1262.0 -69406,gt_model_buy_trough_local,buy,2025-09-06 22:33:00,1272.0 -69407,gt_model_buy_trough_local,buy,2025-09-06 22:39:00,1273.0 -69408,gt_model_buy_trough_local,buy,2025-09-08 00:39:00,1478.0 -69409,gt_model_buy_trough_local,buy,2025-09-08 06:30:00,1446.0 -69410,gt_model_buy_trough_local,buy,2025-09-08 16:09:00,1753.0 -69411,gt_model_buy_trough_local,buy,2025-09-08 19:03:00,1751.0 -69412,gt_model_buy_trough_local,buy,2025-09-09 22:39:00,2603.0 -69413,gt_model_buy_trough_local,buy,2025-09-10 01:18:00,2453.0 -69414,gt_model_buy_trough_local,buy,2025-09-11 04:09:00,2508.0 -69415,gt_model_buy_trough_local,buy,2025-09-11 13:30:00,2486.0 -69416,gt_model_buy_trough_local,buy,2025-09-11 17:12:00,2434.0 -69417,gt_model_buy_trough_local,buy,2025-09-11 17:15:00,2436.0 -69418,gt_model_buy_trough_local,buy,2025-09-12 05:03:00,2267.0 -69419,gt_model_buy_trough_local,buy,2025-09-13 15:03:00,2290.0 -69420,gt_model_buy_trough_local,buy,2025-09-13 20:15:00,2241.0 -69421,gt_model_buy_trough_local,buy,2025-09-14 21:42:00,2256.0 -69422,gt_model_buy_trough_local,buy,2025-09-15 03:21:00,2233.0 -69423,gt_model_buy_trough_local,buy,2025-09-15 07:06:00,2235.0 -69424,gt_model_buy_trough_local,buy,2025-09-15 09:48:00,2201.0 -69425,gt_model_buy_trough_local,buy,2025-09-16 02:00:00,2065.0 -69426,gt_model_buy_trough_local,buy,2025-09-16 08:33:00,2103.0 -69427,gt_model_buy_trough_local,buy,2025-09-16 08:36:00,2103.0 -69428,gt_model_buy_trough_local,buy,2025-09-16 11:54:00,2082.0 -69429,gt_model_buy_trough_local,buy,2025-09-16 14:03:00,2089.0 -69430,gt_model_buy_trough_local,buy,2025-09-16 16:30:00,2090.0 -69431,gt_model_buy_trough_local,buy,2025-09-16 16:36:00,2088.0 -69432,gt_model_buy_trough_local,buy,2025-09-17 00:15:00,2121.0 -69433,gt_model_buy_trough_local,buy,2025-09-17 02:51:00,2103.0 -69434,gt_model_buy_trough_local,buy,2025-09-17 02:54:00,2105.0 -69435,gt_model_buy_trough_local,buy,2025-09-17 18:12:00,2080.0 -69436,gt_model_buy_trough_local,buy,2025-09-17 23:39:00,2102.0 -69437,gt_model_buy_trough_local,buy,2025-09-18 03:57:00,2163.0 -69438,gt_model_buy_trough_local,buy,2025-09-18 10:54:00,2203.0 -69439,gt_model_buy_trough_local,buy,2025-09-18 18:06:00,2179.0 -69440,gt_model_buy_trough_local,buy,2025-09-18 20:27:00,2171.0 -69441,gt_model_buy_trough_local,buy,2025-09-18 22:09:00,2174.0 -69442,gt_model_buy_trough_local,buy,2025-09-19 14:09:00,2171.0 -69443,gt_model_buy_trough_local,buy,2025-09-19 15:27:00,2165.0 -69444,gt_model_buy_trough_local,buy,2025-09-19 16:57:00,2162.0 -69445,gt_model_buy_trough_local,buy,2025-09-19 17:00:00,2162.0 -69446,gt_model_buy_trough_local,buy,2025-09-20 09:27:00,2111.0 -69447,gt_model_buy_trough_local,buy,2025-09-20 12:15:00,2091.0 -69448,gt_model_buy_trough_local,buy,2025-09-20 13:33:00,2090.0 -69449,gt_model_buy_trough_local,buy,2025-09-20 15:03:00,2095.0 -69450,gt_model_buy_trough_local,buy,2025-09-22 05:18:00,2070.0 -69451,gt_model_buy_trough_local,buy,2025-09-22 12:36:00,2003.0 -69452,gt_model_buy_trough_local,buy,2025-09-22 20:36:00,1866.0 -69453,gt_model_buy_trough_local,buy,2025-09-22 21:48:00,1863.0 -69454,gt_model_buy_trough_local,buy,2025-09-23 00:51:00,1864.0 -69455,gt_model_buy_trough_local,buy,2025-09-23 00:54:00,1864.0 -69456,gt_model_buy_trough_local,buy,2025-09-23 16:03:00,1896.0 -69457,gt_model_buy_trough_local,buy,2025-09-25 02:09:00,1915.0 -69458,gt_model_buy_trough_local,buy,2025-09-25 18:48:00,1835.0 -69459,gt_model_buy_trough_local,buy,2025-09-25 19:57:00,1820.0 -69460,gt_model_buy_trough_local,buy,2025-09-26 12:09:00,1829.0 -69461,gt_model_buy_trough_local,buy,2025-09-26 15:00:00,1806.0 -69462,gt_model_buy_trough_local,buy,2025-09-26 21:06:00,1787.0 -69463,gt_model_buy_trough_local,buy,2025-09-27 05:45:00,1842.0 -69464,gt_model_buy_trough_local,buy,2025-09-27 17:36:00,1888.0 -69465,gt_model_buy_trough_local,buy,2025-09-28 12:48:00,1818.0 -69466,gt_model_buy_trough_local,buy,2025-09-28 18:21:00,1797.0 -69467,gt_model_buy_trough_local,buy,2025-09-29 13:03:00,1901.0 -69468,gt_model_buy_trough_local,buy,2025-09-29 19:42:00,1857.0 -69469,gt_model_buy_trough_local,buy,2025-09-29 21:06:00,1841.0 -69470,gt_model_buy_trough_local,buy,2025-09-30 14:00:00,1803.0 -69471,gt_model_buy_trough_local,buy,2025-09-30 15:57:00,1800.0 -69472,gt_model_buy_trough_local,buy,2025-09-30 16:18:00,1800.0 -69473,gt_model_buy_trough_local,buy,2025-09-30 17:45:00,1793.0 -69474,gt_model_buy_trough_local,buy,2025-09-30 22:33:00,1787.0 -69475,gt_model_buy_trough_local,buy,2025-10-01 13:54:00,1785.0 -69476,gt_model_buy_trough_local,buy,2025-10-01 23:48:00,1853.0 -69477,gt_model_buy_trough_local,buy,2025-10-01 23:51:00,1850.0 -69478,gt_model_buy_trough_local,buy,2025-10-02 17:54:00,1882.0 -69479,gt_model_buy_trough_local,buy,2025-10-03 07:39:00,1914.0 -69480,gt_model_buy_trough_local,buy,2025-10-03 19:36:00,1899.0 -69481,gt_model_buy_trough_local,buy,2025-10-03 19:39:00,1897.0 -69482,gt_model_buy_trough_local,buy,2025-10-03 23:03:00,1876.0 -69483,gt_model_buy_trough_local,buy,2025-10-03 23:06:00,1878.0 -69484,gt_model_buy_trough_local,buy,2025-10-04 15:45:00,1867.0 -69485,gt_model_buy_trough_local,buy,2025-10-04 18:39:00,1846.0 -69486,gt_model_buy_trough_local,buy,2025-10-05 21:18:00,1825.0 -69487,gt_model_buy_trough_local,buy,2025-10-06 15:18:00,1802.0 -69488,gt_model_buy_trough_local,buy,2025-10-07 05:39:00,1862.0 -69489,gt_model_buy_trough_local,buy,2025-10-07 05:42:00,1863.0 -69490,gt_model_buy_trough_local,buy,2025-10-07 12:39:00,1863.0 -69491,gt_model_buy_trough_local,buy,2025-10-07 12:42:00,1861.0 -69492,gt_model_buy_trough_local,buy,2025-10-08 12:06:00,1742.0 -69493,gt_model_buy_trough_local,buy,2025-10-10 04:48:00,1751.0 -69494,gt_model_buy_trough_local,buy,2025-10-10 14:33:00,1815.0 -69495,gt_model_buy_trough_local,buy,2025-10-12 09:30:00,1407.0 -69496,gt_model_buy_trough_local,buy,2025-10-14 03:54:00,1484.0 -69497,gt_model_buy_trough_local,buy,2025-10-14 16:45:00,1394.0 -69498,gt_model_buy_trough_local,buy,2025-10-15 08:48:00,1441.0 -69499,gt_model_buy_trough_local,buy,2025-10-15 20:00:00,1439.0 -69500,gt_model_buy_trough_local,buy,2025-10-15 22:27:00,1440.0 -69501,gt_model_buy_trough_local,buy,2025-10-16 12:39:00,1427.0 -69502,gt_model_buy_trough_local,buy,2025-10-16 17:24:00,1418.0 -69503,gt_model_buy_trough_local,buy,2025-10-17 08:57:00,1370.0 -69504,gt_model_buy_trough_local,buy,2025-10-18 01:36:00,1327.0 -69505,gt_model_buy_trough_local,buy,2025-10-18 12:51:00,1350.0 -69506,gt_model_buy_trough_local,buy,2025-10-18 15:33:00,1345.0 -69507,gt_model_buy_trough_local,buy,2025-10-19 13:03:00,1347.0 -69508,gt_model_buy_trough_local,buy,2025-10-19 22:12:00,1361.0 -69509,gt_model_buy_trough_local,buy,2025-10-20 04:00:00,1397.0 -69510,gt_model_buy_trough_local,buy,2025-10-20 12:09:00,1365.0 -69511,gt_model_buy_trough_local,buy,2025-10-20 18:21:00,1389.0 -69512,gt_model_buy_trough_local,buy,2025-10-20 18:24:00,1389.0 -69513,gt_model_buy_trough_local,buy,2025-10-21 02:36:00,1373.0 -69514,gt_model_buy_trough_local,buy,2025-10-21 02:45:00,1375.0 -69515,gt_model_buy_trough_local,buy,2025-10-21 05:21:00,1377.0 -69516,gt_model_buy_trough_local,buy,2025-10-21 06:39:00,1380.0 -69517,gt_model_buy_trough_local,buy,2025-10-21 08:03:00,1380.0 -69518,gt_model_buy_trough_local,buy,2025-10-21 18:42:00,1331.0 -69519,gt_model_buy_trough_local,buy,2025-10-22 04:12:00,1388.0 -69520,gt_model_buy_trough_local,buy,2025-10-22 04:18:00,1390.0 -69521,gt_model_buy_trough_local,buy,2025-10-22 07:24:00,1360.0 -69522,gt_model_buy_trough_local,buy,2025-10-22 10:33:00,1335.0 -69523,gt_model_buy_trough_local,buy,2025-10-22 17:06:00,1327.0 -69524,gt_model_buy_trough_local,buy,2025-10-22 17:09:00,1327.0 -69525,gt_model_buy_trough_local,buy,2025-10-22 17:12:00,1328.0 -69526,gt_model_buy_trough_local,buy,2025-10-23 00:21:00,1317.0 -69527,gt_model_buy_trough_local,buy,2025-10-23 04:48:00,1292.0 -69528,gt_model_buy_trough_local,buy,2025-10-23 04:54:00,1293.0 -69529,gt_model_buy_trough_local,buy,2025-10-23 04:57:00,1292.0 -69530,gt_model_buy_trough_local,buy,2025-10-23 07:09:00,1257.0 -69531,gt_model_buy_trough_local,buy,2025-10-23 12:48:00,1273.0 -69532,gt_model_buy_trough_local,buy,2025-10-23 13:03:00,1274.0 -69533,gt_model_buy_trough_local,buy,2025-10-23 19:45:00,1295.0 -69534,gt_model_buy_trough_local,buy,2025-10-25 11:36:00,1324.0 -69535,gt_model_buy_trough_local,buy,2025-10-25 13:09:00,1316.0 -69536,gt_model_buy_trough_local,buy,2025-10-25 17:00:00,1303.0 -69537,gt_model_buy_trough_local,buy,2025-10-26 23:24:00,1379.0 -69538,gt_model_buy_trough_local,buy,2025-10-27 04:48:00,1399.0 -69539,gt_model_buy_trough_local,buy,2025-10-27 13:42:00,1402.0 -69540,gt_model_buy_trough_local,buy,2025-10-27 16:09:00,1396.0 -69541,gt_model_buy_trough_local,buy,2025-10-27 16:12:00,1396.0 -69542,gt_model_buy_trough_local,buy,2025-10-27 20:54:00,1371.0 -69543,gt_model_buy_trough_local,buy,2025-10-29 00:45:00,1327.0 -69544,gt_model_buy_trough_local,buy,2025-10-29 09:27:00,1296.0 -69545,gt_model_buy_trough_local,buy,2025-10-29 13:06:00,1291.0 -69546,gt_model_buy_trough_local,buy,2025-10-29 14:57:00,1288.0 -69547,gt_model_buy_trough_local,buy,2025-10-29 15:06:00,1289.0 -69548,gt_model_buy_trough_local,buy,2025-10-30 14:30:00,1254.0 -69549,gt_model_buy_trough_local,buy,2025-10-30 20:42:00,1247.0 -69550,gt_model_buy_trough_local,buy,2025-10-30 23:36:00,1210.0 -69551,gt_model_buy_trough_local,buy,2025-10-31 03:33:00,1178.0 -69552,gt_model_buy_trough_local,buy,2025-10-31 04:39:00,1171.0 -69553,gt_model_buy_trough_local,buy,2025-10-31 19:27:00,1201.0 -69554,gt_model_buy_trough_local,buy,2025-10-31 23:30:00,1204.0 -69555,gt_model_buy_trough_local,buy,2025-11-01 07:45:00,1195.0 -69556,gt_model_buy_trough_local,buy,2025-11-01 07:48:00,1197.0 -69557,gt_model_buy_trough_local,buy,2025-11-01 08:48:00,1198.0 -69558,gt_model_buy_trough_local,buy,2025-11-02 12:00:00,1267.0 -69559,gt_model_buy_trough_local,buy,2025-11-02 12:18:00,1266.0 -69560,gt_model_buy_trough_local,buy,2025-11-02 15:36:00,1277.0 -69561,gt_model_buy_trough_local,buy,2025-11-02 15:39:00,1274.0 -69562,gt_model_buy_trough_local,buy,2025-11-03 03:51:00,1237.0 -69563,gt_model_buy_trough_local,buy,2025-11-03 20:57:00,1174.0 -69564,gt_model_buy_trough_local,buy,2025-11-04 02:06:00,1104.0 -69565,gt_model_buy_trough_local,buy,2025-11-04 09:00:00,1084.0 -69566,gt_model_buy_trough_local,buy,2025-11-04 09:03:00,1084.0 -69567,gt_model_buy_trough_local,buy,2025-11-04 15:54:00,1061.0 -69568,gt_model_buy_trough_local,buy,2025-11-04 18:15:00,1052.0 -69569,gt_model_buy_trough_local,buy,2025-11-05 03:15:00,1042.0 -69570,gt_model_buy_trough_local,buy,2025-11-05 04:33:00,1036.0 -69571,gt_model_buy_trough_local,buy,2025-11-05 16:21:00,1067.0 -69572,gt_model_buy_trough_local,buy,2025-11-06 11:24:00,1083.0 -69573,gt_model_buy_trough_local,buy,2025-11-06 11:27:00,1080.0 -69574,gt_model_buy_trough_local,buy,2025-11-06 15:48:00,1072.0 -69575,gt_model_buy_trough_local,buy,2025-11-06 15:57:00,1072.0 -69576,gt_model_buy_trough_local,buy,2025-11-06 17:15:00,1072.0 -69577,gt_model_buy_trough_local,buy,2025-11-06 18:48:00,1070.0 -69578,gt_model_buy_trough_local,buy,2025-11-06 20:06:00,1066.0 -69579,gt_model_buy_trough_local,buy,2025-11-07 21:24:00,1091.0 -69580,gt_model_buy_trough_local,buy,2025-11-08 05:21:00,1260.0 -69581,gt_model_buy_trough_local,buy,2025-11-08 09:51:00,1244.0 -69582,gt_model_buy_trough_local,buy,2025-11-08 16:12:00,1211.0 -69583,gt_model_buy_trough_local,buy,2025-11-08 16:27:00,1215.0 -69584,gt_model_buy_trough_local,buy,2025-11-09 00:15:00,1209.0 -69585,gt_model_buy_trough_local,buy,2025-11-09 05:24:00,1201.0 -69586,gt_model_buy_trough_local,buy,2025-11-11 00:51:00,1225.0 -69587,gt_model_buy_trough_local,buy,2025-11-11 05:33:00,1212.0 -69588,gt_model_buy_trough_local,buy,2025-11-11 20:33:00,1190.0 -69589,gt_model_buy_trough_local,buy,2025-11-12 06:39:00,1161.0 -69590,gt_model_buy_trough_local,buy,2025-11-13 13:12:00,1173.0 -69591,gt_model_buy_trough_local,buy,2025-11-13 19:36:00,1175.0 -69592,gt_model_buy_trough_local,buy,2025-11-13 19:39:00,1174.0 -69593,gt_model_buy_trough_local,buy,2025-11-13 20:54:00,1170.0 -69594,gt_model_buy_trough_local,buy,2025-11-13 23:36:00,1172.0 -69595,gt_model_buy_trough_local,buy,2025-11-14 00:42:00,1173.0 -69596,gt_model_buy_trough_local,buy,2025-11-14 06:21:00,1108.0 -69597,gt_model_buy_trough_local,buy,2025-11-14 06:24:00,1109.0 -69598,gt_model_buy_trough_local,buy,2025-11-14 19:51:00,1098.0 -69599,gt_model_buy_trough_local,buy,2025-11-14 22:39:00,1076.0 -69600,gt_model_buy_trough_local,buy,2025-11-15 03:48:00,1092.0 -69601,gt_model_buy_trough_local,buy,2025-11-15 03:51:00,1094.0 -69602,gt_model_buy_trough_local,buy,2025-11-15 03:57:00,1093.0 -69603,gt_model_buy_trough_local,buy,2025-11-15 04:00:00,1094.0 -69604,gt_model_buy_trough_local,buy,2025-11-15 19:00:00,1062.0 -69605,gt_model_buy_trough_local,buy,2025-11-16 14:36:00,1049.0 -69606,gt_model_buy_trough_local,buy,2025-11-16 14:42:00,1047.0 -69607,gt_model_buy_trough_local,buy,2025-11-16 15:57:00,1047.0 -69608,gt_model_buy_trough_local,buy,2025-11-16 17:12:00,1047.0 -69609,gt_model_buy_trough_local,buy,2025-11-17 00:15:00,1022.0 -69610,gt_model_buy_trough_local,buy,2025-11-17 03:54:00,997.0 -69611,gt_model_buy_trough_local,buy,2025-11-17 06:00:00,999.0 -69612,gt_model_buy_trough_local,buy,2025-11-17 10:21:00,1007.0 -69613,gt_model_buy_trough_local,buy,2025-11-18 06:39:00,965.0 -69614,gt_model_buy_trough_local,buy,2025-11-18 09:30:00,968.0 -69615,gt_model_buy_trough_local,buy,2025-11-18 12:15:00,979.0 -69616,gt_model_buy_trough_local,buy,2025-11-18 14:42:00,990.0 -69617,gt_model_buy_trough_local,buy,2025-11-19 11:48:00,1015.0 -69618,gt_model_buy_trough_local,buy,2025-11-19 21:00:00,992.0 -69619,gt_model_buy_trough_local,buy,2025-11-20 00:27:00,991.0 -69620,gt_model_buy_trough_local,buy,2025-11-20 10:06:00,997.0 -69621,gt_model_buy_trough_local,buy,2025-11-21 00:06:00,1043.0 -69622,gt_model_buy_trough_local,buy,2025-11-21 12:57:00,971.0 -69623,gt_model_buy_trough_local,buy,2025-11-22 04:15:00,909.0 -69624,gt_model_buy_trough_local,buy,2025-11-22 04:18:00,909.0 -69625,gt_model_buy_trough_local,buy,2025-11-22 18:30:00,883.0 -69626,gt_model_buy_trough_local,buy,2025-11-22 22:24:00,888.0 -69627,gt_model_buy_trough_local,buy,2025-11-22 22:27:00,887.0 -69628,gt_model_buy_trough_local,buy,2025-11-24 10:18:00,918.0 -69629,gt_model_buy_trough_local,buy,2025-11-24 18:03:00,927.0 -69630,gt_model_buy_trough_local,buy,2025-11-24 20:33:00,910.0 -69631,gt_model_buy_trough_local,buy,2025-11-25 07:45:00,960.0 -69632,gt_model_buy_trough_local,buy,2025-11-25 10:30:00,954.0 -69633,gt_model_buy_trough_local,buy,2025-11-25 22:06:00,947.0 -69634,gt_model_buy_trough_local,buy,2025-11-26 13:48:00,950.0 -69635,gt_model_buy_trough_local,buy,2025-11-26 22:15:00,933.0 -69636,gt_model_buy_trough_local,buy,2025-11-27 06:06:00,970.0 -69637,gt_model_buy_trough_local,buy,2025-11-27 10:33:00,978.0 -69638,gt_model_buy_trough_local,buy,2025-11-27 13:42:00,982.0 -69639,gt_model_buy_trough_local,buy,2025-11-27 16:21:00,972.0 -69640,gt_model_buy_trough_local,buy,2025-11-27 21:24:00,967.0 -69641,gt_model_buy_trough_local,buy,2025-11-27 21:42:00,967.0 -69642,gt_model_buy_trough_local,buy,2025-11-28 09:33:00,977.0 -69643,gt_model_buy_trough_local,buy,2025-11-29 14:42:00,969.0 -69644,gt_model_buy_trough_local,buy,2025-11-29 16:33:00,962.0 -69645,gt_model_buy_trough_local,buy,2025-11-29 16:36:00,962.0 -69646,gt_model_buy_trough_local,buy,2025-11-29 16:39:00,961.0 -69647,gt_model_buy_trough_local,buy,2025-11-30 10:51:00,945.0 -69648,gt_model_buy_trough_local,buy,2025-11-30 10:57:00,946.0 -69649,gt_model_buy_trough_local,buy,2025-11-30 11:00:00,945.0 -69650,gt_model_buy_trough_local,buy,2025-11-30 18:03:00,942.0 -69651,gt_model_buy_trough_local,buy,2025-12-01 05:51:00,954.0 -69652,gt_model_buy_trough_local,buy,2025-12-01 10:54:00,874.0 -69653,gt_model_buy_trough_local,buy,2025-12-01 10:57:00,871.0 -69654,gt_model_buy_trough_local,buy,2025-12-01 11:00:00,870.0 -69655,gt_model_buy_trough_local,buy,2025-12-01 19:48:00,865.0 -69656,gt_model_buy_trough_local,buy,2025-12-01 22:48:00,849.0 -69657,gt_model_buy_trough_local,buy,2025-12-02 04:42:00,837.0 -69658,gt_model_buy_trough_local,buy,2025-12-02 15:03:00,858.0 -69659,gt_model_buy_trough_local,buy,2025-12-02 18:27:00,851.0 -69660,gt_model_buy_trough_local,buy,2025-12-02 19:30:00,852.0 -69661,gt_model_buy_trough_local,buy,2025-12-03 10:33:00,933.0 -69662,gt_model_buy_trough_local,buy,2025-12-03 19:33:00,943.0 -69663,gt_model_buy_trough_local,buy,2025-12-03 22:57:00,939.0 -69664,gt_model_buy_trough_local,buy,2025-12-04 14:18:00,949.0 -69665,gt_model_buy_trough_local,buy,2025-12-04 14:24:00,949.0 -69666,gt_model_buy_trough_local,buy,2025-12-04 14:51:00,951.0 -69667,gt_model_buy_trough_local,buy,2025-12-04 16:03:00,950.0 -69668,gt_model_buy_trough_local,buy,2025-12-04 16:06:00,951.0 -69669,gt_model_buy_trough_local,buy,2025-12-05 10:15:00,925.0 -69670,gt_model_buy_trough_local,buy,2025-12-05 12:09:00,924.0 -69671,gt_model_buy_trough_local,buy,2025-12-05 14:48:00,911.0 -69672,gt_model_buy_trough_local,buy,2025-12-06 00:57:00,882.0 -69673,gt_model_buy_trough_local,buy,2025-12-06 05:00:00,852.0 -69674,gt_model_buy_trough_local,buy,2025-12-06 18:54:00,861.0 -69675,gt_model_buy_trough_local,buy,2025-12-06 18:57:00,861.0 -69676,gt_model_buy_trough_local,buy,2025-12-07 01:33:00,863.0 -69677,gt_model_buy_trough_local,buy,2025-12-07 01:36:00,863.0 -69678,gt_model_buy_trough_local,buy,2025-12-07 18:12:00,866.0 -69679,gt_model_buy_trough_local,buy,2025-12-08 22:42:00,879.0 -69680,gt_model_buy_trough_local,buy,2025-12-10 19:27:00,923.0 -69681,gt_model_buy_trough_local,buy,2025-12-10 20:39:00,924.0 -69682,gt_model_buy_trough_local,buy,2025-12-11 02:00:00,929.0 -69683,gt_model_buy_trough_local,buy,2025-12-11 16:27:00,879.0 -69684,gt_model_buy_trough_local,buy,2025-12-12 14:27:00,885.0 -69685,gt_model_buy_trough_local,buy,2025-12-12 21:15:00,896.0 -69686,gt_model_buy_trough_local,buy,2025-12-12 22:42:00,899.0 -69687,gt_model_buy_trough_local,buy,2025-12-13 09:48:00,867.0 -69688,gt_model_buy_trough_local,buy,2025-12-13 22:42:00,877.0 -69689,gt_model_buy_trough_local,buy,2025-12-13 22:45:00,877.0 -69690,gt_model_buy_trough_local,buy,2025-12-14 04:00:00,889.0 -69691,gt_model_buy_trough_local,buy,2025-12-14 05:36:00,887.0 -69692,gt_model_buy_trough_local,buy,2025-12-14 10:21:00,883.0 -69693,gt_model_buy_trough_local,buy,2025-12-14 11:48:00,881.0 -69694,gt_model_buy_trough_local,buy,2025-12-14 11:51:00,881.0 -69695,gt_model_buy_trough_local,buy,2025-12-14 19:03:00,870.0 -69696,gt_model_buy_trough_local,buy,2025-12-15 03:45:00,847.0 -69697,gt_model_buy_trough_local,buy,2025-12-15 17:48:00,861.0 -69698,gt_model_buy_trough_local,buy,2025-12-15 17:51:00,860.0 -69699,gt_model_buy_trough_local,buy,2025-12-15 19:21:00,861.0 -69700,gt_model_buy_trough_local,buy,2025-12-16 12:15:00,792.0 -69701,gt_model_buy_trough_local,buy,2025-12-16 13:30:00,793.0 -69702,gt_model_buy_trough_local,buy,2025-12-17 10:51:00,782.0 -69703,gt_model_buy_trough_local,buy,2025-12-17 12:33:00,783.0 -69704,gt_model_buy_trough_local,buy,2025-12-17 12:36:00,782.0 -69705,gt_model_buy_trough_local,buy,2025-12-17 17:03:00,766.0 -69706,gt_model_buy_trough_local,buy,2025-12-17 17:09:00,766.0 -69707,gt_model_buy_trough_local,buy,2025-12-17 17:12:00,767.0 -69708,gt_model_buy_trough_local,buy,2025-12-17 18:30:00,764.0 -69709,gt_model_buy_trough_local,buy,2025-12-18 00:45:00,784.0 -69710,gt_model_buy_trough_local,buy,2025-12-18 02:39:00,750.0 -69711,gt_model_buy_trough_local,buy,2025-12-18 08:18:00,738.0 -69712,gt_model_buy_trough_local,buy,2025-12-18 09:21:00,740.0 -69713,gt_model_buy_trough_local,buy,2025-12-19 01:15:00,765.0 -69714,gt_model_buy_trough_local,buy,2025-12-19 05:57:00,709.0 -69715,gt_model_buy_trough_local,buy,2025-12-19 15:06:00,740.0 -69716,gt_model_buy_trough_local,buy,2025-12-19 18:30:00,750.0 -69717,gt_model_buy_trough_local,buy,2025-12-20 18:57:00,777.0 -69718,gt_model_buy_trough_local,buy,2025-12-21 17:12:00,768.0 -69719,gt_model_buy_trough_local,buy,2025-12-21 23:54:00,745.0 -69720,gt_model_buy_trough_local,buy,2025-12-22 07:00:00,750.0 -69721,gt_model_buy_trough_local,buy,2025-12-22 14:15:00,767.0 -69722,gt_model_buy_trough_local,buy,2025-12-22 23:36:00,767.0 -69723,gt_model_buy_trough_local,buy,2025-12-22 23:39:00,766.0 -69724,gt_model_buy_trough_local,buy,2025-12-22 23:42:00,766.0 -69725,gt_model_buy_trough_local,buy,2025-12-22 23:45:00,768.0 -69726,gt_model_buy_trough_local,buy,2025-12-23 01:36:00,764.0 -69727,gt_model_buy_trough_local,buy,2025-12-23 11:33:00,753.0 -69728,gt_model_buy_trough_local,buy,2025-12-23 13:06:00,743.0 -69729,gt_model_buy_trough_local,buy,2025-12-23 15:33:00,742.0 -69730,gt_model_buy_trough_local,buy,2025-12-24 00:54:00,730.0 -69731,gt_model_buy_trough_local,buy,2025-12-24 18:33:00,713.0 -69732,gt_model_buy_trough_local,buy,2025-12-25 15:15:00,728.0 -69733,gt_model_buy_trough_local,buy,2025-12-26 05:24:00,735.0 -69734,gt_model_buy_trough_local,buy,2025-12-26 20:27:00,724.0 -69735,gt_model_buy_trough_local,buy,2025-12-27 17:00:00,721.0 -69736,gt_model_buy_trough_local,buy,2025-12-27 23:27:00,723.0 -69737,gt_model_buy_trough_local,buy,2025-12-28 15:27:00,741.0 -69738,gt_model_buy_trough_local,buy,2025-12-28 17:33:00,745.0 -69739,gt_model_buy_trough_local,buy,2025-12-28 22:54:00,737.0 -69740,gt_model_buy_trough_local,buy,2025-12-29 02:42:00,741.0 -69741,gt_model_buy_trough_local,buy,2025-12-29 06:03:00,730.0 -69742,gt_model_buy_trough_local,buy,2025-12-29 07:42:00,730.0 -69743,gt_model_buy_trough_local,buy,2025-12-30 03:39:00,722.0 -69744,gt_model_buy_trough_local,buy,2025-12-30 05:00:00,719.0 -69745,gt_model_buy_trough_local,buy,2025-12-30 10:36:00,716.0 -69746,gt_model_buy_trough_local,buy,2025-12-30 20:30:00,724.0 -69747,gt_model_buy_trough_local,buy,2025-12-30 21:42:00,724.0 -69748,gt_model_buy_trough_local,buy,2025-12-31 01:12:00,719.0 -69749,gt_model_buy_trough_local,buy,2025-12-31 01:15:00,719.0 -69750,gt_model_buy_trough_local,buy,2025-12-31 04:00:00,713.0 -69751,gt_model_buy_trough_local,buy,2025-12-31 07:39:00,712.0 -69752,gt_model_buy_trough_local,buy,2025-12-31 14:54:00,712.0 -69753,gt_model_buy_trough_local,buy,2025-12-31 15:06:00,712.0 -69754,gt_model_buy_trough_local,buy,2025-12-31 15:18:00,712.0 -69755,gt_model_buy_trough_local,buy,2025-12-31 16:36:00,711.0 -69756,gt_model_buy_trough_local,buy,2025-12-31 17:33:00,711.0 -69757,gt_model_buy_trough_local,buy,2025-12-31 23:36:00,712.0 -69758,gt_model_buy_trough_local,buy,2025-12-31 23:39:00,711.0 -69759,gt_model_buy_trough_local,buy,2026-01-01 03:54:00,689.0 -69760,gt_model_buy_trough_local,buy,2026-01-01 04:00:00,689.0 -69761,gt_model_buy_trough_local,buy,2026-01-01 04:03:00,690.0 -69762,gt_model_buy_trough_local,buy,2026-01-01 09:00:00,702.0 -69763,gt_model_buy_trough_local,buy,2026-01-01 09:06:00,703.0 -69764,gt_model_buy_trough_local,buy,2026-01-01 09:57:00,704.0 -69765,gt_model_buy_trough_local,buy,2026-01-01 16:54:00,704.0 -69766,gt_model_buy_trough_local,buy,2026-01-01 16:57:00,704.0 -69767,gt_model_buy_trough_local,buy,2026-01-01 17:03:00,704.0 -69768,gt_model_buy_trough_local,buy,2026-01-01 21:24:00,710.0 -69769,gt_model_buy_trough_local,buy,2026-01-02 04:30:00,744.0 -69770,gt_model_buy_trough_local,buy,2026-01-02 05:33:00,746.0 -69771,gt_model_buy_trough_local,buy,2026-01-02 05:36:00,747.0 -69772,gt_model_buy_trough_local,buy,2026-01-02 17:39:00,757.0 -69773,gt_model_buy_trough_local,buy,2026-01-04 06:03:00,831.0 -69774,gt_model_buy_trough_local,buy,2026-01-04 06:09:00,830.0 -69775,gt_model_buy_trough_local,buy,2026-01-04 06:15:00,831.0 -69776,gt_model_buy_trough_local,buy,2026-01-04 17:24:00,849.0 -69777,gt_model_buy_trough_local,buy,2026-01-04 22:06:00,853.0 -69778,gt_model_buy_trough_local,buy,2026-01-05 07:42:00,864.0 -69779,gt_model_buy_trough_local,buy,2026-01-05 08:54:00,868.0 -69780,gt_model_buy_trough_local,buy,2026-01-05 20:39:00,858.0 -69781,gt_model_buy_trough_local,buy,2026-01-05 20:42:00,858.0 -69782,gt_model_buy_trough_local,buy,2026-01-06 16:21:00,914.0 -69783,gt_model_buy_trough_local,buy,2026-01-06 17:48:00,897.0 -69784,gt_model_buy_trough_local,buy,2026-01-06 23:45:00,930.0 -69785,gt_model_buy_trough_local,buy,2026-01-07 19:45:00,903.0 -69786,gt_model_buy_trough_local,buy,2026-01-07 21:00:00,905.0 -69787,gt_model_buy_trough_local,buy,2026-01-08 03:57:00,869.0 -69788,gt_model_buy_trough_local,buy,2026-01-08 05:24:00,865.0 -69789,gt_model_buy_trough_local,buy,2026-01-08 08:00:00,864.0 -69790,gt_model_buy_trough_local,buy,2026-01-08 20:00:00,846.0 -69791,gt_model_buy_trough_local,buy,2026-01-08 22:51:00,835.0 -69792,gt_model_buy_trough_local,buy,2026-01-08 22:54:00,835.0 -69793,gt_model_buy_trough_local,buy,2026-01-09 02:36:00,855.0 -69794,gt_model_buy_trough_local,buy,2026-01-09 02:39:00,854.0 -69795,gt_model_buy_trough_local,buy,2026-01-09 04:39:00,854.0 -69796,gt_model_buy_trough_local,buy,2026-01-09 08:39:00,855.0 -69797,gt_model_buy_trough_local,buy,2026-01-09 11:51:00,846.0 -69798,gt_model_buy_trough_local,buy,2026-01-09 12:00:00,845.0 -69799,gt_model_buy_trough_local,buy,2026-01-09 18:51:00,853.0 -69800,gt_model_buy_trough_local,buy,2026-01-10 08:24:00,856.0 -69801,gt_model_buy_trough_local,buy,2026-01-10 10:54:00,850.0 -69802,gt_model_buy_trough_local,buy,2026-01-10 13:09:00,843.0 -69803,gt_model_buy_trough_local,buy,2026-01-10 15:06:00,843.0 -69804,gt_model_buy_trough_local,buy,2026-01-11 14:24:00,843.0 -69805,gt_model_buy_trough_local,buy,2026-01-11 14:30:00,843.0 -69806,gt_model_buy_trough_local,buy,2026-01-11 19:42:00,849.0 -69807,gt_model_buy_trough_local,buy,2026-01-11 23:48:00,852.0 -69808,gt_model_buy_trough_local,buy,2026-01-12 00:15:00,851.0 -69809,gt_model_buy_trough_local,buy,2026-01-12 03:42:00,847.0 -69810,gt_model_buy_trough_local,buy,2026-01-12 07:03:00,835.0 -69811,gt_model_buy_trough_local,buy,2026-01-12 18:45:00,834.0 -69812,gt_model_buy_trough_local,buy,2026-01-13 03:36:00,829.0 -69813,gt_model_buy_trough_local,buy,2026-01-13 07:57:00,822.0 -69814,gt_model_buy_trough_local,buy,2026-01-13 11:45:00,825.0 -69815,gt_model_buy_trough_local,buy,2026-01-13 11:48:00,825.0 -69816,gt_model_buy_trough_local,buy,2026-01-13 11:54:00,826.0 -69817,gt_model_buy_trough_local,buy,2026-01-14 03:09:00,887.0 -69818,gt_model_buy_trough_local,buy,2026-01-14 13:09:00,904.0 -69819,gt_model_buy_trough_local,buy,2026-01-14 16:30:00,896.0 -69820,gt_model_buy_trough_local,buy,2026-01-14 16:33:00,897.0 -69821,gt_model_buy_trough_local,buy,2026-01-14 16:36:00,898.0 -69822,gt_model_buy_trough_local,buy,2026-01-15 06:48:00,881.0 -69823,gt_model_buy_trough_local,buy,2026-01-15 06:51:00,883.0 -69824,gt_model_buy_trough_local,buy,2026-01-15 10:45:00,875.0 -69825,gt_model_buy_trough_local,buy,2026-01-15 10:54:00,873.0 -69826,gt_model_buy_trough_local,buy,2026-01-15 19:30:00,867.0 -69827,gt_model_buy_trough_local,buy,2026-01-16 05:39:00,823.0 -69828,gt_model_buy_trough_local,buy,2026-01-16 12:18:00,827.0 -69829,gt_model_buy_trough_local,buy,2026-01-16 12:21:00,826.0 -69830,gt_model_buy_trough_local,buy,2026-01-16 21:15:00,831.0 -69831,gt_model_buy_trough_local,buy,2026-01-17 08:36:00,820.0 -69832,gt_model_buy_trough_local,buy,2026-01-17 10:39:00,821.0 -69833,gt_model_buy_trough_local,buy,2026-01-17 18:33:00,821.0 -69834,gt_model_buy_trough_local,buy,2026-01-18 02:33:00,821.0 -69835,gt_model_buy_trough_local,buy,2026-01-18 05:54:00,820.0 -69836,gt_model_buy_trough_local,buy,2026-01-18 05:57:00,820.0 -69837,gt_model_buy_trough_local,buy,2026-01-18 07:09:00,818.0 -69838,gt_model_buy_trough_local,buy,2026-01-18 07:21:00,818.0 -69839,gt_model_buy_trough_local,buy,2026-01-18 07:24:00,818.0 -69840,gt_model_buy_trough_local,buy,2026-01-18 18:03:00,803.0 -69841,gt_model_buy_trough_local,buy,2026-01-19 10:00:00,723.0 -69842,gt_model_buy_trough_local,buy,2026-01-19 16:45:00,729.0 -69843,gt_model_buy_trough_local,buy,2026-01-19 18:33:00,731.0 -69844,gt_model_buy_trough_local,buy,2026-01-19 20:33:00,733.0 -69845,gt_model_buy_trough_local,buy,2026-01-20 00:12:00,736.0 -69846,gt_model_buy_trough_local,buy,2026-01-20 11:09:00,741.0 -69847,gt_model_buy_trough_local,buy,2026-01-20 18:45:00,720.0 -69848,gt_model_buy_trough_local,buy,2026-01-21 04:45:00,700.0 -69849,gt_model_buy_trough_local,buy,2026-01-21 04:51:00,700.0 -69850,gt_model_buy_trough_local,buy,2026-01-21 18:45:00,715.0 -69851,gt_model_buy_trough_local,buy,2026-01-21 18:48:00,715.0 -69852,gt_model_buy_trough_local,buy,2026-01-21 18:51:00,715.0 -69853,gt_model_buy_trough_local,buy,2026-01-21 18:54:00,715.0 -69854,gt_model_buy_trough_local,buy,2026-01-21 22:27:00,704.0 -69855,gt_model_buy_trough_local,buy,2026-01-21 22:30:00,702.0 -69856,gt_model_buy_trough_local,buy,2026-01-22 03:30:00,692.0 -69857,gt_model_buy_trough_local,buy,2026-01-22 16:24:00,712.0 -69858,gt_model_buy_trough_local,buy,2026-01-22 16:27:00,712.0 -69859,gt_model_buy_trough_local,buy,2026-01-22 22:39:00,710.0 -69860,gt_model_buy_trough_local,buy,2026-01-23 03:48:00,703.0 -69861,gt_model_buy_trough_local,buy,2026-01-23 06:42:00,699.0 -69862,gt_model_buy_trough_local,buy,2026-01-23 06:45:00,699.0 -69863,gt_model_buy_trough_local,buy,2026-01-23 16:54:00,708.0 -69864,gt_model_buy_trough_local,buy,2026-01-23 16:57:00,708.0 -69865,gt_model_buy_trough_local,buy,2026-01-23 17:09:00,708.0 -69866,gt_model_buy_trough_local,buy,2026-01-23 17:15:00,707.0 -69867,gt_model_buy_trough_local,buy,2026-01-23 18:51:00,702.0 -69868,gt_model_buy_trough_local,buy,2026-01-23 19:33:00,700.0 -69869,gt_model_buy_trough_local,buy,2026-01-23 23:03:00,702.0 -69870,gt_model_buy_trough_local,buy,2026-01-24 09:45:00,690.0 -69871,gt_model_buy_trough_local,buy,2026-01-24 09:48:00,690.0 -69872,gt_model_buy_trough_local,buy,2026-01-24 11:33:00,691.0 -69873,gt_model_buy_trough_local,buy,2026-01-24 18:18:00,697.0 -69874,gt_model_buy_trough_local,buy,2026-01-25 07:30:00,693.0 -69875,gt_model_buy_trough_local,buy,2026-01-25 07:36:00,693.0 -69876,gt_model_buy_trough_local,buy,2026-01-25 11:54:00,692.0 -69877,gt_model_buy_trough_local,buy,2026-01-26 02:33:00,668.0 -69878,gt_model_buy_trough_local,buy,2026-01-26 12:09:00,666.0 -69879,gt_model_buy_trough_local,buy,2026-01-26 12:12:00,666.0 -69880,gt_model_buy_trough_local,buy,2026-01-26 17:45:00,668.0 -69881,gt_model_buy_trough_local,buy,2026-01-27 01:39:00,676.0 -69882,gt_model_buy_trough_local,buy,2026-01-27 01:42:00,675.0 -69883,gt_model_buy_trough_local,buy,2026-01-27 09:00:00,673.0 -69884,gt_model_buy_trough_local,buy,2026-01-27 09:06:00,672.0 -69885,gt_model_buy_trough_local,buy,2026-01-27 11:12:00,673.0 -69886,gt_model_buy_trough_local,buy,2026-01-27 11:15:00,673.0 -69887,gt_model_buy_trough_local,buy,2026-01-27 13:51:00,668.0 -69888,gt_model_buy_trough_local,buy,2026-01-27 23:45:00,665.0 -69889,gt_model_buy_trough_local,buy,2026-01-27 23:48:00,664.0 -69890,gt_model_buy_trough_local,buy,2026-01-27 23:51:00,664.0 -69891,gt_model_buy_trough_local,buy,2026-01-27 23:57:00,665.0 -69892,gt_model_buy_trough_local,buy,2026-01-28 00:00:00,663.0 -69893,gt_model_buy_trough_local,buy,2026-01-28 10:39:00,671.0 -69894,gt_model_buy_trough_local,buy,2026-01-28 14:27:00,664.0 -69895,gt_model_buy_trough_local,buy,2026-01-28 14:33:00,664.0 -69896,gt_model_buy_trough_local,buy,2026-01-28 19:24:00,671.0 -69897,gt_model_buy_trough_local,buy,2026-01-28 22:57:00,670.0 -69898,gt_model_buy_trough_local,buy,2026-01-29 01:15:00,662.0 -69899,gt_model_buy_trough_local,buy,2026-01-29 03:30:00,664.0 -69900,gt_model_buy_trough_local,buy,2026-01-29 05:42:00,665.0 -69901,gt_model_buy_trough_local,buy,2026-01-29 10:36:00,805.0 -69902,gt_model_buy_trough_local,buy,2026-01-30 02:42:00,704.0 -69903,gt_model_buy_trough_local,buy,2026-01-30 05:09:00,697.0 -69904,gt_model_buy_trough_local,buy,2026-01-30 16:42:00,675.0 -69905,gt_model_buy_trough_local,buy,2026-01-30 16:45:00,675.0 -69906,gt_model_buy_trough_local,buy,2026-01-30 17:03:00,675.0 -69907,gt_model_buy_trough_local,buy,2026-01-31 01:24:00,684.0 -69908,gt_model_buy_trough_local,buy,2026-01-31 21:09:00,653.0 -69909,gt_model_buy_trough_local,buy,2026-01-31 21:12:00,653.0 -69910,gt_model_buy_trough_local,buy,2026-01-31 21:15:00,651.0 -69911,gt_model_buy_trough_local,buy,2026-02-01 00:42:00,620.0 -69912,gt_model_buy_trough_local,buy,2026-02-01 03:09:00,586.0 -69913,gt_model_buy_trough_local,buy,2026-02-01 04:42:00,580.0 -69914,gt_model_buy_trough_local,buy,2026-02-01 12:51:00,611.0 -69915,gt_model_buy_trough_local,buy,2026-02-01 15:45:00,610.0 -69916,gt_model_buy_trough_local,buy,2026-02-01 17:21:00,607.0 -69917,gt_model_buy_trough_local,buy,2026-02-01 17:27:00,606.0 -69918,gt_model_buy_trough_local,buy,2026-02-01 21:15:00,600.0 -69919,gt_model_buy_trough_local,buy,2026-02-02 02:48:00,578.0 -69920,gt_model_buy_trough_local,buy,2026-02-02 02:51:00,579.0 -69921,gt_model_buy_trough_local,buy,2026-02-02 03:48:00,585.0 -69922,gt_model_buy_trough_local,buy,2026-02-02 06:27:00,578.0 -69923,gt_model_buy_trough_local,buy,2026-02-02 11:12:00,592.0 -69924,gt_model_buy_trough_local,buy,2026-02-03 04:24:00,593.0 -69925,gt_model_buy_trough_local,buy,2026-02-03 16:15:00,601.0 -69926,gt_model_buy_trough_local,buy,2026-02-04 17:03:00,609.0 -69927,gt_model_buy_trough_local,buy,2026-02-05 01:33:00,590.0 -69928,gt_model_buy_trough_local,buy,2026-02-05 08:06:00,596.0 -69929,gt_model_buy_trough_local,buy,2026-02-05 14:06:00,592.0 -69930,gt_model_buy_trough_local,buy,2026-02-05 15:21:00,587.0 -69931,gt_model_buy_trough_local,buy,2026-02-05 16:45:00,589.0 -69932,gt_model_buy_trough_local,buy,2026-02-05 21:27:00,572.0 -69933,gt_model_buy_trough_local,buy,2026-02-06 03:18:00,537.0 -69934,gt_model_buy_trough_local,buy,2026-02-06 04:30:00,534.0 -69935,gt_model_buy_trough_local,buy,2026-02-07 05:27:00,595.0 -69936,gt_model_buy_trough_local,buy,2026-02-07 15:27:00,601.0 -69937,gt_model_buy_trough_local,buy,2026-02-08 06:21:00,591.0 -69938,gt_model_buy_trough_local,buy,2026-02-08 06:24:00,591.0 -69939,gt_model_buy_trough_local,buy,2026-02-08 09:09:00,587.0 -69940,gt_model_buy_trough_local,buy,2026-02-08 10:51:00,585.0 -69941,gt_model_buy_trough_local,buy,2026-02-08 11:48:00,586.0 -69942,gt_model_buy_trough_local,buy,2026-02-08 14:03:00,585.0 -69943,gt_model_buy_trough_local,buy,2026-02-08 14:18:00,586.0 -69944,gt_model_buy_trough_local,buy,2026-02-08 15:57:00,586.0 -69945,gt_model_buy_trough_local,buy,2026-02-09 09:33:00,576.0 -69946,gt_model_buy_trough_local,buy,2026-02-09 10:36:00,575.0 -69947,gt_model_buy_trough_local,buy,2026-02-09 10:42:00,573.0 -69948,gt_model_buy_trough_local,buy,2026-02-09 15:03:00,581.0 -69949,gt_model_buy_trough_local,buy,2026-02-09 15:09:00,581.0 -69950,gt_model_buy_trough_local,buy,2026-02-10 06:15:00,574.0 -69951,gt_model_buy_trough_local,buy,2026-02-10 16:51:00,564.0 -69952,gt_model_buy_trough_local,buy,2026-02-10 19:39:00,570.0 -69953,gt_model_buy_trough_local,buy,2026-02-11 02:03:00,563.0 -69954,gt_model_buy_trough_local,buy,2026-02-11 09:45:00,562.0 -69955,gt_model_buy_trough_local,buy,2026-02-11 13:18:00,557.0 -69956,gt_model_buy_trough_local,buy,2026-02-11 17:09:00,544.0 -69957,gt_model_buy_trough_local,buy,2026-02-12 03:03:00,544.0 -69958,gt_model_buy_trough_local,buy,2026-02-12 13:30:00,552.0 -69959,gt_model_buy_trough_local,buy,2026-02-12 23:06:00,568.0 -69960,gt_model_buy_trough_local,buy,2026-02-12 23:24:00,567.0 -69961,gt_model_buy_trough_local,buy,2026-02-13 02:51:00,553.0 -69962,gt_model_buy_trough_local,buy,2026-02-13 14:09:00,554.0 -69963,gt_model_buy_trough_local,buy,2026-02-13 15:15:00,556.0 -69964,gt_model_buy_trough_local,buy,2026-02-13 22:48:00,565.0 -69965,gt_model_buy_trough_local,buy,2026-02-14 03:03:00,577.0 -69966,gt_model_buy_trough_local,buy,2026-02-14 03:06:00,578.0 -69967,gt_model_buy_trough_local,buy,2026-02-14 04:18:00,578.0 -69968,gt_model_buy_trough_local,buy,2026-02-14 05:39:00,579.0 -69969,gt_model_buy_trough_local,buy,2026-02-15 10:48:00,626.0 -69970,gt_model_buy_trough_local,buy,2026-02-15 11:27:00,625.0 -69971,gt_model_buy_trough_local,buy,2026-02-15 20:15:00,622.0 -69972,gt_model_buy_trough_local,buy,2026-02-15 20:36:00,622.0 -69973,gt_model_buy_trough_local,buy,2026-02-16 01:39:00,605.0 -69974,gt_model_buy_trough_local,buy,2026-02-16 03:48:00,592.0 -69975,gt_model_buy_trough_local,buy,2026-02-16 05:06:00,594.0 -69976,gt_model_buy_trough_local,buy,2026-02-16 11:45:00,598.0 -69977,gt_model_buy_trough_local,buy,2026-02-16 13:45:00,597.0 -69978,gt_model_buy_trough_local,buy,2026-02-17 00:27:00,595.0 -69979,gt_model_buy_trough_local,buy,2026-02-17 01:36:00,592.0 -69980,gt_model_buy_trough_local,buy,2026-02-18 08:51:00,588.0 -69981,gt_model_buy_trough_local,buy,2026-02-18 09:00:00,588.0 -69982,gt_model_buy_trough_local,buy,2026-02-18 11:42:00,584.0 -69983,gt_model_buy_trough_local,buy,2026-02-18 21:06:00,575.0 -69984,gt_model_buy_trough_local,buy,2026-02-18 21:09:00,575.0 -69985,gt_model_buy_trough_local,buy,2026-02-18 23:45:00,570.0 -69986,gt_model_buy_trough_local,buy,2026-02-19 09:27:00,560.0 -69987,gt_model_buy_trough_local,buy,2026-02-19 12:54:00,566.0 -69988,gt_model_buy_trough_local,buy,2026-02-19 17:09:00,562.0 -69989,gt_model_buy_trough_local,buy,2026-02-20 05:39:00,547.0 -69990,gt_model_buy_trough_local,buy,2026-02-20 06:09:00,547.0 -69991,gt_model_buy_trough_local,buy,2026-02-20 15:24:00,556.0 -69992,gt_model_buy_trough_local,buy,2026-02-20 21:42:00,562.0 -69993,gt_model_buy_trough_local,buy,2026-02-21 16:30:00,577.0 -69994,gt_model_buy_trough_local,buy,2026-02-21 20:45:00,580.0 -69995,gt_model_buy_trough_local,buy,2026-02-21 20:48:00,580.0 -69996,gt_model_buy_trough_local,buy,2026-02-21 20:57:00,581.0 -69997,gt_model_buy_trough_local,buy,2026-02-21 21:00:00,581.0 -69998,gt_model_buy_trough_local,buy,2026-02-21 22:36:00,577.0 -69999,gt_model_buy_trough_local,buy,2026-02-22 02:30:00,571.0 -70000,gt_model_buy_trough_local,buy,2026-02-22 03:45:00,572.0 -70001,gt_model_buy_trough_local,buy,2026-02-22 13:27:00,562.0 -70002,gt_model_buy_trough_local,buy,2026-02-22 15:33:00,562.0 -70003,gt_model_buy_trough_local,buy,2026-02-22 17:00:00,563.0 -70004,gt_model_buy_trough_local,buy,2026-02-22 20:24:00,561.0 -70005,gt_model_buy_trough_local,buy,2026-02-22 20:27:00,561.0 -70006,gt_model_buy_trough_local,buy,2026-02-22 20:30:00,561.0 -70007,gt_model_buy_trough_local,buy,2026-02-22 20:33:00,561.0 -70008,gt_model_buy_trough_local,buy,2026-02-22 22:12:00,554.0 -70009,gt_model_buy_trough_local,buy,2026-02-22 23:42:00,553.0 -70010,gt_model_buy_trough_local,buy,2026-02-23 05:30:00,561.0 -70011,gt_model_buy_trough_local,buy,2026-02-23 11:51:00,540.0 -70012,gt_model_buy_trough_local,buy,2026-02-23 11:57:00,539.0 -70013,gt_model_buy_trough_local,buy,2026-02-23 12:00:00,540.0 -70014,gt_model_buy_trough_local,buy,2026-02-24 09:54:00,550.0 -70015,gt_model_buy_trough_local,buy,2026-02-24 11:15:00,546.0 -70016,gt_model_buy_trough_local,buy,2026-02-24 16:51:00,538.0 -70017,gt_model_buy_trough_local,buy,2026-02-24 16:54:00,537.0 -70018,gt_model_buy_trough_local,buy,2026-02-24 19:33:00,538.0 -70019,gt_model_buy_trough_local,buy,2026-02-25 02:36:00,557.0 -70020,gt_model_buy_trough_local,buy,2026-02-25 05:24:00,553.0 -70021,gt_model_buy_trough_local,buy,2026-02-25 05:27:00,553.0 -70022,gt_model_buy_trough_local,buy,2026-02-25 08:48:00,551.0 -70023,gt_model_buy_trough_local,buy,2026-02-25 08:51:00,551.0 -70024,gt_model_buy_trough_local,buy,2026-02-26 07:24:00,608.0 -70025,gt_model_buy_trough_local,buy,2026-02-26 07:27:00,608.0 -70026,gt_model_buy_trough_local,buy,2026-02-26 09:42:00,590.0 -70027,gt_model_buy_trough_local,buy,2026-02-26 10:45:00,591.0 -70028,gt_model_buy_trough_local,buy,2026-02-26 16:54:00,585.0 -70029,gt_model_buy_trough_local,buy,2026-02-26 23:21:00,583.0 -70030,gt_model_buy_trough_local,buy,2026-02-27 02:51:00,566.0 -70031,gt_model_buy_trough_local,buy,2026-02-27 02:54:00,567.0 -70032,gt_model_buy_trough_local,buy,2026-02-27 03:00:00,567.0 -70033,gt_model_buy_trough_local,buy,2026-02-27 09:54:00,578.0 -70034,gt_model_buy_trough_local,buy,2026-02-27 15:21:00,585.0 -70035,gt_model_buy_trough_local,buy,2026-02-27 15:27:00,585.0 -70036,gt_model_buy_trough_local,buy,2026-02-27 17:36:00,586.0 -70037,gt_model_buy_trough_local,buy,2026-02-28 12:00:00,567.0 -70038,gt_model_buy_trough_local,buy,2026-02-28 13:03:00,567.0 -70039,gt_model_buy_trough_local,buy,2026-02-28 17:21:00,539.0 -70040,gt_model_buy_trough_local,buy,2026-02-28 17:24:00,538.0 -70041,gt_model_buy_trough_local,buy,2026-02-28 19:06:00,536.0 -70042,gt_model_buy_trough_local,buy,2026-03-01 01:12:00,553.0 -70043,gt_model_buy_trough_local,buy,2026-03-01 18:51:00,566.0 -70044,gt_model_buy_trough_local,buy,2026-03-01 23:39:00,567.0 -70045,gt_model_buy_trough_local,buy,2026-03-01 23:42:00,566.0 -70046,gt_model_buy_trough_local,buy,2026-03-02 12:09:00,565.0 -70047,gt_model_buy_trough_local,buy,2026-03-02 13:06:00,567.0 -70048,gt_model_buy_trough_local,buy,2026-03-02 15:03:00,565.0 -70049,gt_model_buy_trough_local,buy,2026-03-02 15:06:00,565.0 -70050,gt_model_buy_trough_local,buy,2026-03-02 23:03:00,561.0 -70051,gt_model_buy_trough_local,buy,2026-03-03 03:42:00,602.0 -70052,gt_model_buy_trough_local,buy,2026-03-03 07:24:00,592.0 -70053,gt_model_buy_trough_local,buy,2026-03-03 09:33:00,590.0 -70054,gt_model_buy_trough_local,buy,2026-03-03 14:39:00,586.0 -70055,gt_model_buy_trough_local,buy,2026-03-03 23:45:00,571.0 -70056,gt_model_buy_trough_local,buy,2026-03-04 12:06:00,573.0 -70057,gt_model_buy_trough_local,buy,2026-03-04 14:36:00,567.0 -70058,gt_model_buy_trough_local,buy,2026-03-04 15:27:00,567.0 -70059,gt_model_buy_trough_local,buy,2026-03-04 15:33:00,568.0 -70060,gt_model_buy_trough_local,buy,2026-03-04 16:15:00,567.0 -70061,gt_model_buy_trough_local,buy,2026-03-04 21:36:00,585.0 -70062,gt_model_buy_trough_local,buy,2026-03-05 06:06:00,616.0 -70063,gt_model_buy_trough_local,buy,2026-03-05 09:30:00,605.0 -70064,gt_model_buy_trough_local,buy,2026-03-05 09:33:00,605.0 -70065,gt_model_buy_trough_local,buy,2026-03-05 10:24:00,605.0 -70066,gt_model_buy_trough_local,buy,2026-03-05 11:42:00,602.0 -70067,gt_model_buy_trough_local,buy,2026-03-05 12:30:00,603.0 -70068,gt_model_buy_trough_local,buy,2026-03-05 12:36:00,602.0 -70069,gt_model_buy_trough_local,buy,2026-03-05 12:39:00,602.0 -70070,gt_model_buy_trough_local,buy,2026-03-05 12:42:00,603.0 -70071,gt_model_buy_trough_local,buy,2026-03-05 22:15:00,608.0 -70072,gt_model_buy_trough_local,buy,2026-03-06 02:12:00,596.0 -70073,gt_model_buy_trough_local,buy,2026-03-06 08:12:00,602.0 -70074,gt_model_buy_trough_local,buy,2026-03-06 08:21:00,602.0 -70075,gt_model_buy_trough_local,buy,2026-03-06 08:24:00,601.0 -70076,gt_model_buy_trough_local,buy,2026-03-06 09:57:00,598.0 -70077,gt_model_buy_trough_local,buy,2026-03-06 13:15:00,597.0 -70078,gt_model_buy_trough_local,buy,2026-03-06 15:39:00,594.0 -70079,gt_model_buy_trough_local,buy,2026-03-06 17:09:00,595.0 -70080,gt_model_buy_trough_local,buy,2026-03-07 09:51:00,575.0 -70081,gt_model_buy_trough_local,buy,2026-03-07 11:27:00,573.0 -70082,gt_model_buy_trough_local,buy,2026-03-07 12:51:00,573.0 -70083,gt_model_buy_trough_local,buy,2026-03-07 12:57:00,573.0 -70084,gt_model_buy_trough_local,buy,2026-03-07 19:45:00,571.0 -70085,gt_model_buy_trough_local,buy,2026-03-07 19:48:00,571.0 -70086,gt_model_buy_trough_local,buy,2026-03-07 19:54:00,571.0 -70087,gt_model_buy_trough_local,buy,2026-03-07 20:57:00,571.0 -70088,gt_model_buy_trough_local,buy,2026-03-07 21:00:00,570.0 -70089,gt_model_buy_trough_local,buy,2026-03-07 21:06:00,571.0 -70090,gt_model_buy_trough_local,buy,2026-03-08 00:03:00,567.0 -70091,gt_model_buy_trough_local,buy,2026-03-08 03:06:00,565.0 -70092,gt_model_buy_trough_local,buy,2026-03-08 11:09:00,556.0 -70093,gt_model_buy_trough_local,buy,2026-03-08 13:00:00,552.0 -70094,gt_model_buy_trough_local,buy,2026-03-08 13:03:00,552.0 -70095,gt_model_buy_trough_local,buy,2026-03-08 13:09:00,552.0 -70096,gt_model_buy_trough_local,buy,2026-03-08 13:12:00,551.0 -70097,gt_model_buy_trough_local,buy,2026-03-09 06:15:00,541.0 -70098,gt_model_buy_trough_local,buy,2026-03-09 06:18:00,541.0 -70099,gt_model_buy_trough_local,buy,2026-03-09 13:48:00,540.0 -70100,gt_model_buy_trough_local,buy,2026-03-09 17:15:00,538.0 -70101,gt_model_buy_trough_local,buy,2026-03-09 19:09:00,539.0 -70102,gt_model_buy_trough_local,buy,2026-03-09 20:51:00,537.0 -70103,gt_model_buy_trough_local,buy,2026-03-10 05:12:00,536.0 -70104,gt_model_buy_trough_local,buy,2026-03-10 05:15:00,535.0 -70105,gt_model_buy_trough_local,buy,2026-03-10 08:51:00,533.0 -70106,gt_model_buy_trough_local,buy,2026-03-11 00:18:00,534.0 -70107,gt_model_buy_trough_local,buy,2026-03-11 11:18:00,522.0 -70108,gt_model_buy_trough_local,buy,2026-03-11 14:18:00,521.0 -70109,gt_model_buy_trough_local,buy,2026-03-11 19:09:00,517.0 -70110,gt_model_buy_trough_local,buy,2026-03-11 23:51:00,528.0 -70111,gt_model_buy_trough_local,buy,2026-03-11 23:54:00,528.0 -70112,gt_model_buy_trough_local,buy,2026-03-12 08:33:00,520.0 -70113,gt_model_buy_trough_local,buy,2026-03-12 09:57:00,520.0 -70114,gt_model_buy_trough_local,buy,2026-03-12 11:33:00,516.0 -70115,gt_model_buy_trough_local,buy,2026-03-12 17:18:00,516.0 -70116,gt_model_buy_trough_local,buy,2026-03-12 17:24:00,515.0 -70117,gt_model_buy_trough_local,buy,2026-03-13 15:12:00,537.0 -70118,gt_model_buy_trough_local,buy,2026-03-14 00:54:00,538.0 -70119,gt_model_buy_trough_local,buy,2026-03-14 02:24:00,536.0 -70120,gt_model_buy_trough_local,buy,2026-03-14 10:00:00,525.0 -70121,gt_model_buy_trough_local,buy,2026-03-14 10:06:00,525.0 -70122,gt_model_buy_trough_local,buy,2026-03-14 14:15:00,529.0 -70123,gt_model_buy_trough_local,buy,2026-03-14 14:21:00,529.0 -70124,gt_model_buy_trough_local,buy,2026-03-14 16:36:00,522.0 -70125,gt_model_buy_trough_local,buy,2026-03-14 16:39:00,521.0 -70126,gt_model_buy_trough_local,buy,2026-03-14 16:42:00,521.0 -70127,gt_model_buy_trough_local,buy,2026-03-14 17:57:00,521.0 -70128,gt_model_buy_trough_local,buy,2026-03-14 18:00:00,521.0 -70129,gt_model_buy_trough_local,buy,2026-03-14 19:48:00,519.0 -70130,gt_model_buy_trough_local,buy,2026-03-15 04:36:00,522.0 -70131,gt_model_buy_trough_local,buy,2026-03-15 06:42:00,520.0 -70132,gt_model_buy_trough_local,buy,2026-03-15 15:06:00,528.0 -70133,gt_model_buy_trough_local,buy,2026-03-15 19:42:00,529.0 -70134,gt_model_buy_trough_local,buy,2026-03-15 19:45:00,529.0 -70135,gt_model_buy_trough_local,buy,2026-03-15 19:48:00,528.0 -70136,gt_model_buy_trough_local,buy,2026-03-15 20:54:00,528.0 -70137,gt_model_buy_trough_local,buy,2026-03-15 21:09:00,528.0 -70138,gt_model_buy_trough_local,buy,2026-03-15 22:03:00,530.0 -70139,gt_model_buy_trough_local,buy,2026-03-16 00:30:00,527.0 -70140,gt_model_buy_trough_local,buy,2026-03-16 00:36:00,526.0 -70141,gt_model_buy_trough_local,buy,2026-03-16 05:12:00,531.0 -70142,gt_model_buy_trough_local,buy,2026-03-16 05:21:00,531.0 -70143,gt_model_buy_trough_local,buy,2026-03-16 06:24:00,531.0 -70144,gt_model_buy_trough_local,buy,2026-03-16 09:30:00,535.0 -70145,gt_model_buy_trough_local,buy,2026-03-17 09:51:00,586.0 -70146,gt_model_buy_trough_local,buy,2026-03-17 10:54:00,586.0 -70147,gt_model_buy_trough_local,buy,2026-03-17 11:21:00,587.0 -70148,gt_model_buy_trough_local,buy,2026-03-17 18:09:00,578.0 -70149,gt_model_buy_trough_local,buy,2026-03-17 18:15:00,577.0 -70150,gt_model_buy_trough_local,buy,2026-03-17 18:21:00,578.0 -70151,gt_model_buy_trough_local,buy,2026-03-17 20:36:00,576.0 -70152,gt_model_buy_trough_local,buy,2026-03-17 20:48:00,577.0 -70153,gt_model_buy_trough_local,buy,2026-03-18 08:36:00,583.0 -70154,gt_model_buy_trough_local,buy,2026-03-18 14:39:00,587.0 -70155,gt_model_buy_trough_local,buy,2026-03-18 14:42:00,587.0 -70156,gt_model_buy_trough_local,buy,2026-03-18 15:57:00,584.0 -70157,gt_model_buy_trough_local,buy,2026-03-18 17:42:00,580.0 -70158,gt_model_buy_trough_local,buy,2026-03-18 18:57:00,580.0 -70159,gt_model_buy_trough_local,buy,2026-03-18 19:03:00,581.0 -70160,gt_model_buy_trough_local,buy,2026-03-18 23:00:00,551.0 -70161,gt_model_buy_trough_local,buy,2026-03-19 12:45:00,539.0 -70162,gt_model_buy_trough_local,buy,2026-03-19 12:51:00,539.0 -70163,gt_model_buy_trough_local,buy,2026-03-19 12:54:00,539.0 -70164,gt_model_buy_trough_local,buy,2026-03-19 14:06:00,536.0 -70165,gt_model_buy_trough_local,buy,2026-03-19 17:21:00,513.0 -70166,gt_model_buy_trough_local,buy,2026-03-19 23:12:00,497.0 -70167,gt_model_buy_trough_local,buy,2026-03-20 08:36:00,493.0 -70168,gt_model_buy_trough_local,buy,2026-03-20 08:39:00,493.0 -70169,gt_model_buy_trough_local,buy,2026-03-20 10:27:00,492.0 -70170,gt_model_buy_trough_local,buy,2026-03-20 13:42:00,491.0 -70171,gt_model_buy_trough_local,buy,2026-03-21 05:33:00,488.0 -70172,gt_model_buy_trough_local,buy,2026-03-21 07:15:00,490.0 -70173,gt_model_buy_trough_local,buy,2026-03-21 15:57:00,480.0 -70174,gt_model_buy_trough_local,buy,2026-03-21 21:27:00,470.0 -70175,gt_model_buy_trough_local,buy,2026-03-21 22:30:00,470.0 -70176,gt_model_buy_trough_local,buy,2026-03-22 08:24:00,486.0 -70177,gt_model_buy_trough_local,buy,2026-03-22 08:27:00,485.0 -70178,gt_model_buy_trough_local,buy,2026-03-22 08:30:00,485.0 -70179,gt_model_buy_trough_local,buy,2026-03-22 10:00:00,474.0 -70180,gt_model_buy_trough_local,buy,2026-03-22 14:21:00,478.0 -70181,gt_model_buy_trough_local,buy,2026-03-22 20:45:00,470.0 -70182,gt_model_buy_trough_local,buy,2026-03-22 21:54:00,471.0 -70183,gt_model_buy_trough_local,buy,2026-03-22 22:00:00,471.0 -70184,gt_model_buy_trough_local,buy,2026-03-22 23:45:00,470.0 -70185,gt_model_buy_trough_local,buy,2026-03-23 17:24:00,464.0 -70186,gt_model_buy_trough_local,buy,2026-03-23 22:06:00,465.0 -70187,gt_model_buy_trough_local,buy,2026-03-24 06:03:00,484.0 -70188,gt_model_buy_trough_local,buy,2026-03-24 09:15:00,481.0 -70189,gt_model_buy_trough_local,buy,2026-03-24 16:36:00,481.0 -70190,gt_model_buy_trough_local,buy,2026-03-24 16:42:00,481.0 -70191,gt_model_buy_trough_local,buy,2026-03-24 20:24:00,476.0 -70192,gt_model_buy_trough_local,buy,2026-03-25 11:57:00,480.0 -70193,gt_model_buy_trough_local,buy,2026-03-25 12:00:00,480.0 -70194,gt_model_buy_trough_local,buy,2026-03-25 12:06:00,480.0 -70195,gt_model_buy_trough_local,buy,2026-03-25 12:09:00,480.0 -70196,gt_model_buy_trough_local,buy,2026-03-25 13:15:00,479.0 -70197,gt_model_buy_trough_local,buy,2026-03-25 19:30:00,479.0 -70198,gt_model_buy_trough_local,buy,2026-03-26 00:12:00,480.0 -70199,gt_model_buy_trough_local,buy,2026-03-26 10:54:00,478.0 -70200,gt_model_buy_trough_local,buy,2026-03-26 16:24:00,461.0 -70201,gt_model_buy_trough_local,buy,2026-03-26 23:24:00,459.0 -70202,gt_model_buy_trough_local,buy,2026-03-27 02:00:00,442.0 -70203,gt_model_buy_trough_local,buy,2026-03-27 02:15:00,442.0 -70204,gt_model_buy_trough_local,buy,2026-03-27 06:03:00,441.0 -70205,gt_model_buy_trough_local,buy,2026-03-27 06:06:00,441.0 -70206,gt_model_buy_trough_local,buy,2026-03-27 07:09:00,440.0 -70207,gt_model_buy_trough_local,buy,2026-03-27 09:39:00,440.0 -70208,gt_model_buy_trough_local,buy,2026-03-27 21:03:00,417.0 -70209,gt_model_buy_trough_local,buy,2026-03-28 09:06:00,381.0 -70210,gt_model_buy_trough_local,buy,2026-03-28 15:45:00,383.0 -70211,gt_model_buy_trough_local,buy,2026-03-29 07:57:00,411.0 -70212,gt_model_buy_trough_local,buy,2026-03-29 09:09:00,406.0 -70213,gt_model_buy_trough_local,buy,2026-03-29 09:15:00,407.0 -70214,gt_model_buy_trough_local,buy,2026-03-29 12:03:00,412.0 -70215,gt_model_buy_trough_local,buy,2026-03-29 18:03:00,416.0 -70216,gt_model_buy_trough_local,buy,2026-03-29 18:06:00,416.0 -70217,gt_model_buy_trough_local,buy,2026-03-29 18:09:00,416.0 -70218,gt_model_buy_trough_local,buy,2026-03-29 18:15:00,416.0 -70219,gt_model_buy_trough_local,buy,2026-03-30 09:42:00,414.0 -70220,gt_model_buy_trough_local,buy,2026-03-30 14:30:00,429.0 -70221,gt_model_buy_trough_local,buy,2026-03-30 14:33:00,428.0 -70222,gt_model_buy_trough_local,buy,2026-03-30 15:48:00,426.0 -70223,gt_model_buy_trough_local,buy,2026-03-30 22:18:00,428.0 -70224,gt_model_buy_trough_local,buy,2026-03-30 22:27:00,428.0 -70225,gt_model_buy_trough_local,buy,2026-03-31 01:48:00,423.0 -70226,gt_model_buy_trough_local,buy,2026-03-31 07:03:00,418.0 -70227,gt_model_buy_trough_local,buy,2026-03-31 13:36:00,419.0 -70228,gt_model_buy_trough_local,buy,2026-03-31 13:42:00,419.0 -70229,gt_model_buy_trough_local,buy,2026-03-31 15:36:00,420.0 -70230,gt_model_buy_trough_local,buy,2026-03-31 15:39:00,420.0 -70231,gt_model_buy_trough_local,buy,2026-03-31 16:30:00,421.0 -70232,gt_model_buy_trough_local,buy,2026-03-31 16:33:00,420.0 -70233,gt_model_buy_trough_local,buy,2026-03-31 16:36:00,420.0 -70234,gt_model_buy_trough_local,buy,2026-03-31 16:39:00,421.0 -70235,gt_model_buy_trough_local,buy,2026-03-31 16:42:00,421.0 -70236,gt_model_buy_trough_local,buy,2026-03-31 19:33:00,417.0 -70237,gt_model_buy_trough_local,buy,2026-03-31 23:06:00,419.0 -70238,gt_model_buy_trough_local,buy,2026-04-01 06:03:00,416.0 -70239,gt_model_buy_trough_local,buy,2026-04-01 07:09:00,417.0 -70240,gt_model_buy_trough_local,buy,2026-04-01 12:27:00,418.0 -70241,gt_model_buy_trough_local,buy,2026-04-01 18:09:00,420.0 -70242,gt_model_buy_trough_local,buy,2026-04-02 04:03:00,418.0 -70243,gt_model_buy_trough_local,buy,2026-04-02 04:06:00,419.0 -70244,gt_model_buy_trough_local,buy,2026-04-02 05:18:00,420.0 -70245,gt_model_buy_trough_local,buy,2026-04-02 13:48:00,408.0 -70246,gt_model_buy_trough_local,buy,2026-04-02 13:54:00,408.0 -70247,gt_model_buy_trough_local,buy,2026-04-02 19:12:00,408.0 -70248,gt_model_buy_trough_local,buy,2026-04-02 19:24:00,408.0 -70249,gt_model_buy_trough_local,buy,2026-04-02 19:27:00,408.0 -70250,gt_model_buy_trough_local,buy,2026-04-02 21:00:00,407.0 -70251,gt_model_buy_trough_local,buy,2026-04-03 19:21:00,412.0 -70252,gt_model_buy_trough_local,buy,2026-04-04 05:33:00,406.0 -70253,gt_model_buy_trough_local,buy,2026-04-04 05:39:00,406.0 -70254,gt_model_buy_trough_local,buy,2026-04-04 09:27:00,403.0 -70255,gt_model_buy_trough_local,buy,2026-04-04 11:42:00,402.0 -70256,gt_model_buy_trough_local,buy,2026-04-04 17:21:00,401.0 -70257,gt_model_buy_trough_local,buy,2026-04-04 17:30:00,401.0 -70258,gt_model_buy_trough_local,buy,2026-04-05 04:42:00,398.0 -70259,gt_model_buy_trough_local,buy,2026-04-05 04:45:00,399.0 -70260,gt_model_buy_trough_local,buy,2026-04-05 04:48:00,398.0 -70261,gt_model_buy_trough_local,buy,2026-04-05 06:51:00,398.0 -70262,gt_model_buy_trough_local,buy,2026-04-05 10:09:00,391.0 -70263,gt_model_buy_trough_local,buy,2026-04-05 10:18:00,391.0 -70264,gt_model_buy_trough_local,buy,2026-04-05 12:18:00,389.0 -70265,gt_model_buy_trough_local,buy,2026-04-05 12:21:00,389.0 -70266,gt_model_buy_trough_local,buy,2026-04-05 14:42:00,386.0 -70267,gt_model_buy_trough_local,buy,2026-04-05 16:12:00,383.0 -70268,gt_model_buy_trough_local,buy,2026-04-05 16:15:00,383.0 -70269,gt_model_buy_trough_local,buy,2026-04-05 16:21:00,382.0 -70270,gt_model_buy_trough_local,buy,2026-04-05 17:33:00,379.0 -70271,gt_model_buy_trough_local,buy,2026-04-05 22:42:00,375.0 -70272,gt_model_buy_trough_local,buy,2026-04-06 03:21:00,377.0 -70273,gt_model_buy_trough_local,buy,2026-04-06 03:24:00,377.0 -70274,gt_model_buy_trough_local,buy,2026-04-06 05:39:00,370.0 -70275,gt_model_buy_trough_local,buy,2026-04-07 06:03:00,376.0 -70276,gt_model_buy_trough_local,buy,2026-04-07 06:12:00,377.0 -70277,gt_model_buy_trough_local,buy,2026-04-07 09:27:00,367.0 -70278,gt_model_buy_trough_local,buy,2026-04-07 10:39:00,367.0 -70279,gt_model_buy_trough_local,buy,2026-04-07 20:36:00,370.0 -70280,gt_model_buy_trough_local,buy,2026-04-08 00:06:00,367.0 -70281,gt_model_buy_trough_local,buy,2026-04-08 13:15:00,389.0 -70282,gt_model_buy_trough_local,buy,2026-04-08 13:18:00,389.0 -70283,gt_model_buy_trough_local,buy,2026-04-08 13:24:00,389.0 -70284,gt_model_buy_trough_local,buy,2026-04-08 18:18:00,389.0 -70285,gt_model_buy_trough_local,buy,2026-04-08 18:27:00,389.0 -70286,gt_model_buy_trough_local,buy,2026-04-08 19:45:00,390.0 -70287,gt_model_buy_trough_local,buy,2026-04-08 19:48:00,390.0 -70288,gt_model_buy_trough_local,buy,2026-04-08 20:00:00,389.0 -70289,gt_model_buy_trough_local,buy,2026-04-09 05:39:00,385.0 -70290,gt_model_buy_trough_local,buy,2026-04-09 09:00:00,382.0 -70291,gt_model_buy_trough_local,buy,2026-04-09 15:30:00,381.0 -70292,gt_model_buy_trough_local,buy,2026-04-09 17:21:00,382.0 -70293,gt_model_buy_trough_local,buy,2026-04-09 17:30:00,382.0 -70294,gt_model_buy_trough_local,buy,2026-04-09 17:54:00,381.0 -70295,gt_model_buy_trough_local,buy,2026-04-10 11:00:00,397.0 -70296,gt_model_buy_trough_local,buy,2026-04-10 16:54:00,400.0 -70297,gt_model_buy_trough_local,buy,2026-04-10 17:03:00,400.0 -70298,gt_model_buy_trough_local,buy,2026-04-10 18:51:00,400.0 -70299,gt_model_buy_trough_local,buy,2026-04-10 18:54:00,400.0 -70300,gt_model_buy_trough_local,buy,2026-04-10 20:54:00,399.0 -70301,gt_model_buy_trough_local,buy,2026-04-10 20:57:00,399.0 -70302,gt_model_buy_trough_local,buy,2026-04-11 07:39:00,415.0 -70303,gt_model_buy_trough_local,buy,2026-04-11 10:24:00,412.0 -70304,gt_model_buy_trough_local,buy,2026-04-11 14:21:00,418.0 -70305,gt_model_buy_trough_local,buy,2026-04-11 16:03:00,419.0 -70306,gt_model_buy_trough_local,buy,2026-04-11 19:12:00,423.0 -70307,gt_model_buy_trough_local,buy,2026-04-12 03:15:00,426.0 -70308,gt_model_buy_trough_local,buy,2026-04-12 20:51:00,437.0 -70309,gt_model_buy_trough_local,buy,2026-04-12 20:54:00,436.0 -70310,gt_model_buy_trough_local,buy,2026-04-12 23:54:00,425.0 -70311,gt_model_buy_trough_local,buy,2026-04-13 00:00:00,424.0 -70312,gt_model_buy_trough_local,buy,2026-04-13 00:03:00,424.0 -70313,gt_model_buy_trough_local,buy,2026-04-13 00:06:00,424.0 -70314,gt_model_buy_trough_local,buy,2026-04-13 14:12:00,436.0 -70315,gt_model_buy_trough_local,buy,2026-04-13 14:15:00,437.0 -70316,gt_model_buy_trough_local,buy,2026-04-14 02:03:00,441.0 -70317,gt_model_buy_trough_local,buy,2026-04-15 05:36:00,437.0 -70318,gt_model_buy_trough_local,buy,2026-04-15 05:48:00,437.0 -70319,gt_model_buy_trough_local,buy,2026-04-15 06:36:00,438.0 -70320,gt_model_buy_trough_local,buy,2026-04-15 07:45:00,436.0 -70321,gt_model_buy_trough_local,buy,2026-04-15 07:48:00,436.0 -70322,gt_model_buy_trough_local,buy,2026-04-15 15:36:00,442.0 -70323,gt_model_buy_trough_local,buy,2026-04-15 15:39:00,442.0 -70324,gt_model_buy_trough_local,buy,2026-04-15 15:42:00,441.0 -70325,gt_model_buy_trough_local,buy,2026-04-16 06:36:00,447.0 -70326,gt_model_buy_trough_local,buy,2026-04-16 13:00:00,458.0 -70327,gt_model_buy_trough_local,buy,2026-04-16 15:06:00,454.0 -70328,gt_model_buy_trough_local,buy,2026-04-16 15:09:00,455.0 -70329,gt_model_buy_trough_local,buy,2026-04-17 10:12:00,477.0 -70330,gt_model_buy_trough_local,buy,2026-04-17 10:15:00,477.0 -70331,gt_model_buy_trough_local,buy,2026-04-17 19:00:00,469.0 -70332,gt_model_buy_trough_local,buy,2026-04-18 11:51:00,416.0 -70333,gt_model_buy_trough_local,buy,2026-04-18 11:54:00,416.0 -70334,gt_model_buy_trough_local,buy,2026-04-18 12:06:00,416.0 -70335,gt_model_buy_trough_local,buy,2026-04-18 18:42:00,419.0 -70336,gt_model_buy_trough_local,buy,2026-04-19 03:21:00,399.0 -70337,gt_model_buy_trough_local,buy,2026-04-19 05:42:00,392.0 -70338,gt_model_buy_trough_local,buy,2026-04-19 10:39:00,389.0 -70339,gt_model_buy_trough_local,buy,2026-04-19 13:03:00,388.0 -70340,gt_model_buy_trough_local,buy,2026-04-19 14:39:00,387.0 -70341,gt_model_buy_trough_local,buy,2026-04-19 14:42:00,387.0 -70342,gt_model_buy_trough_local,buy,2026-04-19 16:12:00,388.0 -70343,gt_model_buy_trough_local,buy,2026-04-19 17:33:00,388.0 -70344,gt_model_buy_trough_local,buy,2026-04-20 08:24:00,385.0 -70345,gt_model_buy_trough_local,buy,2026-04-20 12:12:00,390.0 -70346,gt_model_buy_trough_local,buy,2026-04-20 12:18:00,389.0 -70347,gt_model_buy_trough_local,buy,2026-04-20 12:21:00,390.0 -70348,gt_model_buy_trough_local,buy,2026-04-20 13:18:00,390.0 -70349,gt_model_buy_trough_local,buy,2026-04-20 16:54:00,390.0 -70350,gt_model_buy_trough_local,buy,2026-04-20 19:00:00,390.0 -70351,gt_model_buy_trough_local,buy,2026-04-20 20:36:00,391.0 -70352,gt_model_buy_trough_local,buy,2026-04-20 21:06:00,391.0 -70353,gt_model_buy_trough_local,buy,2026-04-20 23:48:00,391.0 -70354,gt_model_buy_trough_local,buy,2026-04-21 00:54:00,388.0 -70355,gt_model_buy_trough_local,buy,2026-04-21 01:03:00,388.0 -70356,gt_model_buy_trough_local,buy,2026-04-21 01:06:00,389.0 -70357,gt_model_buy_trough_local,buy,2026-04-21 01:54:00,390.0 -70358,gt_model_buy_trough_local,buy,2026-04-21 07:18:00,394.0 -70359,gt_model_buy_trough_local,buy,2026-04-21 09:12:00,391.0 -70360,gt_model_buy_trough_local,buy,2026-04-21 09:30:00,391.0 -70361,gt_model_buy_trough_local,buy,2026-04-21 12:00:00,391.0 -70362,gt_model_buy_trough_local,buy,2026-04-21 14:42:00,390.0 -70363,gt_model_buy_trough_local,buy,2026-04-21 19:33:00,391.0 -70364,gt_model_buy_trough_local,buy,2026-04-21 19:36:00,391.0 -70365,gt_model_buy_trough_local,buy,2026-04-21 21:00:00,392.0 -70366,gt_model_buy_trough_local,buy,2026-04-21 21:09:00,392.0 -70367,gt_model_buy_trough_local,buy,2026-04-21 22:39:00,388.0 -70368,gt_model_buy_trough_local,buy,2026-04-22 01:33:00,389.0 -70369,gt_model_buy_trough_local,buy,2026-04-22 03:27:00,387.0 -70370,gt_model_buy_trough_local,buy,2026-04-22 03:33:00,388.0 -70371,gt_model_buy_trough_local,buy,2026-04-22 07:09:00,388.0 -70372,gt_model_buy_trough_local,buy,2026-04-22 07:12:00,388.0 -70373,gt_model_buy_trough_local,buy,2026-04-22 07:15:00,388.0 -70374,gt_model_buy_trough_local,buy,2026-04-22 23:00:00,397.0 -70375,gt_model_buy_trough_local,buy,2026-04-23 05:36:00,398.0 -70376,gt_model_buy_trough_local,buy,2026-04-23 10:12:00,390.0 -70377,gt_model_buy_trough_local,buy,2026-04-23 12:33:00,387.0 -70378,gt_model_buy_trough_local,buy,2026-04-23 12:36:00,387.0 -70379,gt_model_buy_trough_local,buy,2026-04-23 14:57:00,390.0 -70380,gt_model_buy_trough_local,buy,2026-04-23 16:03:00,391.0 -70381,gt_model_buy_trough_local,buy,2026-04-23 17:51:00,389.0 -70382,gt_model_buy_trough_local,buy,2026-04-23 18:06:00,389.0 -70383,gt_model_buy_trough_local,buy,2026-04-23 18:09:00,389.0 -70384,gt_model_buy_trough_local,buy,2026-04-23 22:51:00,388.0 -70385,gt_model_buy_trough_local,buy,2026-04-23 22:54:00,388.0 -70386,gt_model_buy_trough_local,buy,2026-04-23 23:21:00,388.0 -70387,gt_model_buy_trough_local,buy,2026-04-24 00:06:00,388.0 -70388,gt_model_buy_trough_local,buy,2026-04-24 01:09:00,388.0 -70389,gt_model_buy_trough_local,buy,2026-04-24 01:15:00,388.0 -70390,gt_model_buy_trough_local,buy,2026-04-24 11:30:00,394.0 -70391,gt_model_buy_trough_local,buy,2026-04-24 11:36:00,394.0 -70392,gt_model_buy_trough_local,buy,2026-04-24 14:15:00,390.0 -70393,gt_model_buy_trough_local,buy,2026-04-24 14:39:00,390.0 -70394,gt_model_buy_trough_local,buy,2026-04-24 19:06:00,388.0 -70395,gt_model_buy_trough_local,buy,2026-04-24 21:51:00,391.0 -70396,gt_model_buy_trough_local,buy,2026-04-24 22:54:00,391.0 -70397,gt_model_buy_trough_local,buy,2026-04-24 23:57:00,391.0 -70398,gt_model_buy_trough_local,buy,2026-04-25 02:48:00,390.0 -70399,gt_model_buy_trough_local,buy,2026-04-25 02:51:00,390.0 -70400,gt_model_buy_trough_local,buy,2026-04-25 02:54:00,390.0 -70401,gt_model_buy_trough_local,buy,2026-04-25 04:21:00,389.0 -70402,gt_model_buy_trough_local,buy,2026-04-25 04:27:00,389.0 -70403,gt_model_buy_trough_local,buy,2026-04-25 06:24:00,389.0 -70404,gt_model_buy_trough_local,buy,2026-04-25 09:09:00,389.0 -70405,gt_model_buy_trough_local,buy,2026-04-25 17:57:00,389.0 -70406,gt_model_buy_trough_local,buy,2026-04-25 22:33:00,388.0 -70407,gt_model_buy_trough_local,buy,2026-04-25 22:39:00,388.0 -70408,gt_model_buy_trough_local,buy,2026-04-26 07:57:00,384.0 -70409,gt_model_buy_trough_local,buy,2026-04-26 08:00:00,384.0 -70410,gt_model_buy_trough_local,buy,2026-04-26 08:03:00,384.0 -70411,gt_model_buy_trough_local,buy,2026-04-26 09:30:00,385.0 -70412,gt_model_buy_trough_local,buy,2026-04-26 09:33:00,385.0 -70413,gt_model_buy_trough_local,buy,2026-04-26 18:15:00,386.0 -70414,gt_model_buy_trough_local,buy,2026-04-26 18:21:00,386.0 -70415,gt_model_buy_trough_local,buy,2026-04-26 18:24:00,386.0 -70416,gt_model_buy_trough_local,buy,2026-04-26 19:12:00,387.0 -70417,gt_model_buy_trough_local,buy,2026-04-26 23:03:00,384.0 -70418,gt_model_buy_trough_local,buy,2026-04-26 23:09:00,384.0 -70419,gt_model_buy_trough_local,buy,2026-04-27 00:00:00,385.0 -70420,gt_model_buy_trough_local,buy,2026-04-27 00:06:00,385.0 -70421,gt_model_buy_trough_local,buy,2026-04-27 05:45:00,385.0 -70422,gt_model_buy_trough_local,buy,2026-04-27 07:45:00,385.0 -70423,gt_model_buy_trough_local,buy,2026-04-27 09:30:00,385.0 -70424,gt_model_buy_trough_local,buy,2026-04-27 09:33:00,386.0 -70425,gt_model_buy_trough_local,buy,2026-04-27 15:21:00,382.0 -70426,gt_model_buy_trough_local,buy,2026-04-28 01:24:00,372.0 -70427,gt_model_buy_trough_local,buy,2026-04-28 09:48:00,377.0 -70428,gt_model_buy_trough_local,buy,2026-04-28 10:30:00,377.0 -70429,gt_model_buy_trough_local,buy,2026-04-28 10:36:00,377.0 -70430,gt_model_buy_trough_local,buy,2026-04-28 10:48:00,377.0 -70431,gt_model_buy_trough_local,buy,2026-04-28 12:42:00,375.0 -70432,gt_model_buy_trough_local,buy,2026-04-28 14:36:00,374.0 -70433,gt_model_buy_trough_local,buy,2026-04-28 18:54:00,371.0 -70434,gt_model_buy_trough_local,buy,2026-04-28 20:15:00,371.0 -70435,gt_model_buy_trough_local,buy,2026-04-28 23:21:00,373.0 -70436,gt_model_buy_trough_local,buy,2026-04-29 00:33:00,373.0 -70437,gt_model_buy_trough_local,buy,2026-04-29 06:18:00,374.0 -70438,gt_model_buy_trough_local,buy,2026-04-29 07:45:00,373.0 -70439,gt_model_buy_trough_local,buy,2026-04-29 09:12:00,373.0 -70440,gt_model_buy_trough_local,buy,2026-04-29 09:27:00,373.0 -70441,gt_model_buy_trough_local,buy,2026-04-29 11:36:00,373.0 -70442,gt_model_buy_trough_local,buy,2026-04-29 11:48:00,373.0 -70443,gt_model_buy_trough_local,buy,2026-04-29 11:51:00,373.0 -70444,gt_model_buy_trough_local,buy,2026-04-29 16:21:00,373.0 -70445,gt_model_buy_trough_local,buy,2026-04-29 17:15:00,374.0 -70446,gt_model_buy_trough_local,buy,2026-04-29 17:21:00,374.0 -70447,gt_model_buy_trough_local,buy,2026-04-29 22:33:00,373.0 -70448,gt_model_buy_trough_local,buy,2026-04-29 23:54:00,372.0 -70449,gt_model_buy_trough_local,buy,2026-04-30 01:45:00,367.0 -70450,gt_model_buy_trough_local,buy,2026-04-30 01:54:00,367.0 -70451,gt_model_buy_trough_local,buy,2026-04-30 01:57:00,367.0 -70452,gt_model_buy_trough_local,buy,2026-04-30 02:24:00,367.0 -70453,gt_model_buy_trough_local,buy,2026-04-30 08:30:00,369.0 -70454,gt_model_buy_trough_local,buy,2026-04-30 13:15:00,371.0 -70455,gt_model_buy_trough_local,buy,2026-04-30 14:57:00,368.0 -70456,gt_model_buy_trough_local,buy,2026-04-30 17:12:00,366.0 -70457,gt_model_buy_trough_local,buy,2026-04-30 17:18:00,366.0 -70458,gt_model_buy_trough_local,buy,2026-04-30 18:51:00,365.0 -70459,gt_model_buy_trough_local,buy,2026-04-30 20:45:00,362.0 -70460,gt_model_buy_trough_local,buy,2026-04-30 20:48:00,361.0 -70461,gt_model_buy_trough_local,buy,2026-04-30 21:51:00,362.0 -70462,gt_model_buy_trough_local,buy,2026-05-01 12:54:00,363.0 -70463,gt_model_buy_trough_local,buy,2026-05-01 13:00:00,363.0 -70464,gt_model_buy_trough_local,buy,2026-05-01 16:48:00,356.0 -70465,gt_model_buy_trough_local,buy,2026-05-01 17:03:00,356.0 -70466,gt_model_buy_trough_local,buy,2026-05-01 18:36:00,357.0 -70467,gt_model_buy_trough_local,buy,2026-05-01 18:45:00,357.0 -70468,gt_model_buy_trough_local,buy,2026-05-01 20:36:00,353.0 -70469,gt_model_buy_trough_local,buy,2026-05-01 21:45:00,354.0 -70470,gt_model_buy_trough_local,buy,2026-05-02 01:09:00,354.0 -70471,gt_model_buy_trough_local,buy,2026-05-02 07:06:00,350.0 -70472,gt_model_buy_trough_local,buy,2026-05-02 08:09:00,349.0 -70473,gt_model_buy_trough_local,buy,2026-05-02 14:18:00,346.0 -70474,gt_model_buy_trough_local,buy,2026-05-02 15:24:00,346.0 -70475,gt_model_buy_trough_local,buy,2026-05-03 09:12:00,359.0 -70476,gt_model_buy_trough_local,buy,2026-05-03 12:27:00,354.0 -70477,gt_model_buy_trough_local,buy,2026-05-03 13:03:00,354.0 -70478,gt_model_buy_trough_local,buy,2026-05-03 13:09:00,354.0 -70479,gt_model_buy_trough_local,buy,2026-05-03 17:57:00,355.0 -70480,gt_model_buy_trough_local,buy,2026-05-03 19:06:00,353.0 -70481,gt_model_buy_trough_local,buy,2026-05-03 19:27:00,353.0 -70482,gt_model_buy_trough_local,buy,2026-05-03 19:30:00,353.0 -70483,gt_model_buy_trough_local,buy,2026-05-03 19:33:00,353.0 -70484,gt_model_buy_trough_local,buy,2026-05-03 19:36:00,353.0 -70485,gt_model_buy_trough_local,buy,2026-05-03 20:00:00,353.0 -70486,gt_model_buy_trough_local,buy,2026-05-03 20:06:00,353.0 -70487,gt_model_buy_trough_local,buy,2026-05-03 20:09:00,353.0 -70488,gt_model_buy_trough_local,buy,2026-05-03 20:12:00,353.0 -70489,gt_model_buy_trough_local,buy,2026-05-03 20:24:00,353.0 -70490,gt_model_buy_trough_local,buy,2026-05-03 20:27:00,353.0 -70491,gt_model_buy_trough_local,buy,2026-05-03 21:57:00,354.0 -70492,gt_model_buy_trough_local,buy,2026-05-03 23:42:00,353.0 -70493,gt_model_buy_trough_local,buy,2026-05-04 04:09:00,355.0 -70494,gt_model_buy_trough_local,buy,2026-05-04 05:30:00,356.0 -70495,gt_model_buy_trough_local,buy,2026-05-04 10:21:00,349.0 -70496,gt_model_buy_trough_local,buy,2026-05-04 15:15:00,357.0 -70497,gt_model_buy_trough_local,buy,2026-05-04 16:30:00,355.0 -70498,gt_model_buy_trough_local,buy,2026-05-04 16:36:00,355.0 -70499,gt_model_buy_trough_local,buy,2026-05-04 16:48:00,356.0 -70500,gt_model_buy_trough_local,buy,2026-05-04 18:03:00,355.0 -70501,gt_model_buy_trough_local,buy,2026-05-04 21:33:00,351.0 -70502,gt_model_buy_trough_local,buy,2026-05-04 21:42:00,351.0 -70503,gt_model_buy_trough_local,buy,2026-05-04 21:54:00,351.0 -70504,gt_model_buy_trough_local,buy,2026-05-04 23:03:00,349.0 -70505,gt_model_buy_trough_local,buy,2026-05-04 23:06:00,349.0 -70506,gt_model_buy_trough_local,buy,2026-05-05 09:09:00,350.0 -70507,gt_model_buy_trough_local,buy,2026-05-05 14:12:00,356.0 -70508,gt_model_buy_trough_local,buy,2026-05-05 23:39:00,359.0 -70509,gt_model_buy_trough_local,buy,2026-05-06 01:12:00,359.0 -70510,gt_model_buy_trough_local,buy,2026-05-06 01:27:00,359.0 -70511,gt_model_buy_trough_local,buy,2026-05-06 01:33:00,359.0 -70512,gt_model_buy_trough_local,buy,2026-05-06 02:45:00,357.0 -70513,gt_model_buy_trough_local,buy,2026-05-06 21:39:00,379.0 -70514,gt_model_buy_trough_local,buy,2026-05-07 00:15:00,371.0 -70515,gt_model_buy_trough_local,buy,2026-05-07 03:27:00,375.0 -70516,gt_model_buy_trough_local,buy,2026-05-07 04:39:00,374.0 -70517,gt_model_buy_trough_local,buy,2026-05-07 05:33:00,375.0 -70518,gt_model_buy_trough_local,buy,2026-05-07 05:36:00,374.0 -70519,gt_model_buy_trough_local,buy,2026-05-07 05:39:00,374.0 -70520,gt_model_buy_trough_local,buy,2026-05-07 05:48:00,374.0 -70521,gt_model_buy_trough_local,buy,2026-05-07 18:09:00,380.0 -70522,gt_model_buy_trough_local,buy,2026-05-08 05:27:00,373.0 -70523,gt_model_buy_trough_local,buy,2026-05-08 07:06:00,368.0 -70524,gt_model_buy_trough_local,buy,2026-05-08 07:09:00,369.0 -70525,gt_model_buy_trough_local,buy,2026-05-08 11:12:00,373.0 -70526,gt_model_buy_trough_local,buy,2026-05-08 13:06:00,374.0 -70527,gt_model_buy_trough_local,buy,2026-05-08 21:12:00,382.0 -70528,gt_model_buy_trough_local,buy,2026-05-09 07:24:00,402.0 -70529,gt_model_buy_trough_local,buy,2026-05-09 08:39:00,401.0 -70530,gt_model_buy_trough_local,buy,2026-05-09 09:03:00,402.0 -70531,gt_model_buy_trough_local,buy,2026-05-09 12:45:00,404.0 -70532,gt_model_buy_trough_local,buy,2026-05-09 13:36:00,405.0 -70533,gt_model_buy_trough_local,buy,2026-05-09 17:45:00,400.0 -70534,gt_model_buy_trough_local,buy,2026-05-09 17:48:00,400.0 -70535,gt_model_buy_trough_local,buy,2026-05-10 00:27:00,398.0 -70536,gt_model_buy_trough_local,buy,2026-05-10 01:09:00,397.0 -70537,gt_model_buy_trough_local,buy,2026-05-10 05:27:00,401.0 -70538,gt_model_buy_trough_local,buy,2026-05-10 06:21:00,400.0 -70539,gt_model_buy_trough_local,buy,2026-05-10 08:12:00,400.0 -70540,gt_model_buy_trough_local,buy,2026-05-10 12:00:00,392.0 -70541,gt_model_buy_trough_local,buy,2026-05-11 11:09:00,411.0 -70542,gt_model_buy_trough_local,buy,2026-05-11 21:09:00,413.0 -70543,gt_model_buy_trough_local,buy,2026-05-12 17:03:00,408.0 -70544,gt_model_buy_trough_local,buy,2026-05-12 17:06:00,408.0 -70545,gt_model_buy_trough_local,buy,2026-05-12 19:15:00,404.0 -70546,gt_model_buy_trough_local,buy,2026-05-12 22:30:00,399.0 -70547,gt_model_buy_trough_local,buy,2026-05-13 01:27:00,390.0 -70548,gt_model_buy_trough_local,buy,2026-05-13 22:36:00,396.0 -70549,gt_model_buy_trough_local,buy,2026-05-14 11:42:00,386.0 -70550,gt_model_buy_trough_local,buy,2026-05-14 18:00:00,381.0 -70551,gt_model_buy_trough_local,buy,2026-05-14 20:39:00,379.0 -70552,gt_model_buy_trough_local,buy,2026-05-15 06:21:00,392.0 -70553,gt_model_buy_trough_local,buy,2026-05-15 08:00:00,391.0 -70554,gt_model_buy_trough_local,buy,2026-05-15 12:33:00,387.0 -70555,gt_model_buy_trough_local,buy,2026-05-15 19:21:00,373.0 -70556,gt_model_buy_trough_local,buy,2026-05-16 00:00:00,359.0 -70557,gt_model_buy_trough_local,buy,2026-05-16 00:45:00,358.0 -70558,gt_model_buy_trough_local,buy,2026-05-16 04:39:00,367.0 -70559,gt_model_buy_trough_local,buy,2026-05-16 07:39:00,364.0 -70560,gt_model_buy_trough_local,buy,2026-05-16 14:33:00,364.0 -70561,gt_model_buy_trough_local,buy,2026-05-17 04:27:00,359.0 -70562,gt_model_buy_trough_local,buy,2026-05-17 04:30:00,359.0 -70563,gt_model_buy_trough_local,buy,2026-05-17 05:42:00,359.0 -70564,gt_model_buy_trough_local,buy,2026-05-17 06:48:00,359.0 -70565,gt_model_buy_trough_local,buy,2026-05-17 06:51:00,359.0 -70566,gt_model_buy_trough_local,buy,2026-05-17 09:00:00,358.0 -70567,gt_model_buy_trough_local,buy,2026-05-17 09:45:00,358.0 -70568,gt_model_buy_trough_local,buy,2026-05-17 19:00:00,363.0 -70569,gt_model_buy_trough_local,buy,2026-05-18 00:15:00,360.0 -70570,gt_model_buy_trough_local,buy,2026-05-18 00:18:00,360.0 -70571,gt_model_buy_trough_local,buy,2026-05-18 00:21:00,360.0 -70572,gt_model_buy_trough_local,buy,2026-05-18 00:24:00,360.0 -70573,gt_model_buy_trough_local,buy,2026-05-18 00:30:00,360.0 -70574,gt_model_buy_trough_local,buy,2026-05-18 00:39:00,360.0 -70575,gt_model_buy_trough_local,buy,2026-05-18 01:03:00,360.0 -70576,gt_model_buy_trough_local,buy,2026-05-18 01:15:00,360.0 -70577,gt_model_buy_trough_local,buy,2026-05-18 01:18:00,360.0 -70578,gt_model_buy_trough_local,buy,2026-05-18 01:21:00,360.0 -70579,gt_model_buy_trough_local,buy,2026-05-18 01:24:00,360.0 -70580,gt_model_buy_trough_local,buy,2026-05-18 01:30:00,360.0 -70581,gt_model_buy_trough_local,buy,2026-05-18 07:03:00,360.0 -70582,gt_model_buy_trough_local,buy,2026-05-18 07:09:00,360.0 -70583,gt_model_buy_trough_local,buy,2026-05-18 14:30:00,351.0 -70584,gt_model_buy_trough_local,buy,2026-05-18 17:42:00,346.0 -70585,gt_model_buy_trough_local,buy,2026-05-18 20:03:00,344.0 -70586,gt_model_buy_trough_local,buy,2026-05-18 20:24:00,344.0 -70587,gt_model_buy_trough_local,buy,2026-05-19 12:03:00,356.0 -70588,gt_model_buy_trough_local,buy,2026-05-19 19:30:00,363.0 -70589,gt_model_buy_trough_local,buy,2026-05-19 22:00:00,361.0 -70590,gt_model_buy_trough_local,buy,2026-05-19 22:09:00,361.0 -70591,gt_model_buy_trough_local,buy,2026-05-19 22:12:00,361.0 -70592,gt_model_buy_trough_local,buy,2026-05-20 00:51:00,357.0 -70593,gt_model_buy_trough_local,buy,2026-05-20 01:48:00,358.0 -70594,gt_model_buy_trough_local,buy,2026-05-20 02:09:00,358.0 -70595,gt_model_buy_trough_local,buy,2026-05-20 02:12:00,358.0 -70596,gt_model_buy_trough_local,buy,2026-05-20 05:15:00,358.0 -70597,gt_model_buy_trough_local,buy,2026-05-20 12:57:00,356.0 -70598,gt_model_buy_trough_local,buy,2026-05-20 18:06:00,356.0 -70599,gt_model_buy_trough_local,buy,2026-05-20 18:18:00,356.0 -70600,gt_model_buy_trough_local,buy,2026-05-20 19:12:00,357.0 -70601,gt_model_buy_trough_local,buy,2026-05-20 19:27:00,357.0 -70602,gt_model_buy_trough_local,buy,2026-05-20 22:27:00,355.0 -70603,gt_model_buy_trough_local,buy,2026-05-21 05:03:00,371.0 -70604,gt_model_buy_trough_local,buy,2026-05-21 06:21:00,373.0 -70605,gt_model_buy_trough_local,buy,2026-05-21 08:21:00,367.0 -70606,gt_model_buy_trough_local,buy,2026-05-21 23:42:00,384.0 -70607,gt_model_buy_trough_local,buy,2026-05-22 07:51:00,398.0 -70608,gt_model_buy_trough_local,buy,2026-05-22 07:54:00,398.0 -70609,gt_model_buy_trough_local,buy,2026-05-22 08:03:00,398.0 -70610,gt_model_buy_trough_local,buy,2026-05-23 08:39:00,421.0 -70611,gt_model_buy_trough_local,buy,2026-05-23 08:42:00,421.0 -70612,gt_model_buy_trough_local,buy,2026-05-24 21:24:00,450.0 -70613,gt_model_buy_trough_local,buy,2026-05-24 21:27:00,449.0 -70614,gt_model_buy_trough_local,buy,2026-05-24 21:33:00,450.0 -70615,gt_model_buy_trough_local,buy,2026-05-24 21:36:00,450.0 -70616,gt_model_buy_trough_local,buy,2026-05-25 00:15:00,448.0 -70617,gt_model_buy_trough_local,buy,2026-05-25 03:27:00,442.0 -70618,gt_model_buy_trough_local,buy,2026-05-25 10:45:00,438.0 -70619,gt_model_buy_trough_local,buy,2026-05-25 22:00:00,447.0 -70620,gt_model_buy_trough_local,buy,2026-05-26 10:51:00,485.0 -70621,gt_model_buy_trough_local,buy,2026-05-27 04:42:00,564.0 -70622,gt_model_buy_trough_local,buy,2026-05-27 10:15:00,548.0 -70623,gt_model_buy_trough_local,buy,2026-05-27 12:39:00,533.0 -70624,gt_model_buy_trough_local,buy,2026-05-27 17:45:00,535.0 -70625,gt_model_buy_trough_local,buy,2026-05-27 17:48:00,535.0 -70626,gt_model_buy_trough_local,buy,2026-05-27 17:51:00,535.0 -70627,gt_model_buy_trough_local,buy,2026-05-28 11:15:00,488.0 -70628,gt_model_buy_trough_local,buy,2026-05-28 22:15:00,433.0 -70629,gt_model_buy_trough_local,buy,2026-05-29 06:06:00,419.0 -70630,gt_model_buy_trough_local,buy,2026-05-29 08:27:00,410.0 -70631,gt_model_buy_trough_local,buy,2026-05-29 12:21:00,428.0 -70632,gt_model_buy_trough_local,buy,2026-05-29 22:33:00,431.0 -70633,gt_model_buy_trough_local,buy,2026-05-30 16:06:00,438.0 -70634,gt_model_buy_trough_local,buy,2026-05-30 19:57:00,440.0 -70635,gt_model_buy_trough_local,buy,2026-05-31 14:45:00,509.0 -70636,gt_model_buy_trough_local,buy,2026-05-31 17:09:00,501.0 -70637,gt_model_buy_trough_local,buy,2026-05-31 17:12:00,501.0 -70638,gt_model_buy_trough_local,buy,2026-05-31 19:06:00,498.0 -70639,gt_model_buy_trough_local,buy,2026-05-31 19:12:00,498.0 -70640,gt_model_buy_trough_local,buy,2026-05-31 19:15:00,497.0 -70641,gt_model_buy_trough_local,buy,2026-06-01 18:00:00,560.0 -70642,gt_model_buy_trough_local,buy,2026-06-01 22:06:00,547.0 -70643,gt_model_buy_trough_local,buy,2026-06-02 10:36:00,632.0 -70644,gt_model_buy_trough_local,buy,2026-06-02 10:39:00,631.0 -70645,gt_model_buy_trough_local,buy,2026-06-02 18:45:00,605.0 -70646,gt_model_buy_trough_local,buy,2026-06-03 12:21:00,580.0 -70647,gt_model_buy_trough_local,buy,2026-06-04 05:03:00,784.0 -70648,gt_model_buy_trough_local,buy,2026-06-04 06:24:00,775.0 -70649,gt_model_sell_zigzag_peak,sell,2025-06-04 11:24:00,1669.0 -70650,gt_model_sell_zigzag_peak,sell,2025-07-20 21:48:00,1660.0 -70651,gt_model_sell_zigzag_peak,sell,2025-07-21 02:00:00,1715.0 -70652,gt_model_sell_zigzag_peak,sell,2025-07-23 09:57:00,1807.0 -70653,gt_model_sell_zigzag_peak,sell,2025-09-09 01:03:00,2090.0 -70654,gt_model_sell_zigzag_peak,sell,2025-09-09 10:27:00,2487.0 -70655,gt_model_sell_zigzag_peak,sell,2025-09-09 14:06:00,2538.0 -70656,gt_model_sell_zigzag_peak,sell,2025-09-09 17:12:00,2671.0 -70657,gt_model_sell_zigzag_peak,sell,2025-09-09 20:33:00,2892.0 -70658,gt_model_sell_peak_local,sell,2025-06-04 11:24:00,1669.0 -70659,gt_model_sell_peak_local,sell,2025-06-04 11:30:00,1670.0 -70660,gt_model_sell_peak_local,sell,2025-06-04 11:33:00,1672.0 -70661,gt_model_sell_peak_local,sell,2025-06-04 13:36:00,1656.0 -70662,gt_model_sell_peak_local,sell,2025-06-04 18:24:00,1629.0 -70663,gt_model_sell_peak_local,sell,2025-06-04 19:54:00,1628.0 -70664,gt_model_sell_peak_local,sell,2025-06-04 23:39:00,1595.0 -70665,gt_model_sell_peak_local,sell,2025-06-05 01:42:00,1620.0 -70666,gt_model_sell_peak_local,sell,2025-06-05 04:27:00,1614.0 -70667,gt_model_sell_peak_local,sell,2025-06-05 07:51:00,1591.0 -70668,gt_model_sell_peak_local,sell,2025-06-05 11:06:00,1570.0 -70669,gt_model_sell_peak_local,sell,2025-06-05 11:15:00,1575.0 -70670,gt_model_sell_peak_local,sell,2025-06-05 12:39:00,1565.0 -70671,gt_model_sell_peak_local,sell,2025-06-05 14:15:00,1557.0 -70672,gt_model_sell_peak_local,sell,2025-06-05 14:18:00,1557.0 -70673,gt_model_sell_peak_local,sell,2025-06-05 14:33:00,1545.0 -70674,gt_model_sell_peak_local,sell,2025-06-05 17:24:00,1560.0 -70675,gt_model_sell_peak_local,sell,2025-06-05 17:27:00,1563.0 -70676,gt_model_sell_peak_local,sell,2025-06-05 17:30:00,1557.0 -70677,gt_model_sell_peak_local,sell,2025-06-05 17:33:00,1560.0 -70678,gt_model_sell_peak_local,sell,2025-06-05 23:06:00,1527.0 -70679,gt_model_sell_peak_local,sell,2025-06-06 01:27:00,1517.0 -70680,gt_model_sell_peak_local,sell,2025-06-06 07:57:00,1446.0 -70681,gt_model_sell_peak_local,sell,2025-06-06 09:09:00,1444.0 -70682,gt_model_sell_peak_local,sell,2025-06-06 09:12:00,1444.0 -70683,gt_model_sell_peak_local,sell,2025-06-06 11:09:00,1455.0 -70684,gt_model_sell_peak_local,sell,2025-06-06 11:12:00,1452.0 -70685,gt_model_sell_peak_local,sell,2025-06-06 17:03:00,1471.0 -70686,gt_model_sell_peak_local,sell,2025-06-06 17:06:00,1474.0 -70687,gt_model_sell_peak_local,sell,2025-06-06 18:45:00,1475.0 -70688,gt_model_sell_peak_local,sell,2025-06-06 18:48:00,1472.0 -70689,gt_model_sell_peak_local,sell,2025-06-06 22:33:00,1477.0 -70690,gt_model_sell_peak_local,sell,2025-06-07 01:15:00,1501.0 -70691,gt_model_sell_peak_local,sell,2025-06-07 02:24:00,1499.0 -70692,gt_model_sell_peak_local,sell,2025-06-07 06:30:00,1478.0 -70693,gt_model_sell_peak_local,sell,2025-06-07 07:45:00,1472.0 -70694,gt_model_sell_peak_local,sell,2025-06-07 11:12:00,1495.0 -70695,gt_model_sell_peak_local,sell,2025-06-07 13:51:00,1535.0 -70696,gt_model_sell_peak_local,sell,2025-06-07 18:06:00,1557.0 -70697,gt_model_sell_peak_local,sell,2025-06-07 20:57:00,1564.0 -70698,gt_model_sell_peak_local,sell,2025-06-07 22:42:00,1567.0 -70699,gt_model_sell_peak_local,sell,2025-06-08 02:03:00,1534.0 -70700,gt_model_sell_peak_local,sell,2025-06-08 06:15:00,1555.0 -70701,gt_model_sell_peak_local,sell,2025-06-08 08:33:00,1558.0 -70702,gt_model_sell_peak_local,sell,2025-06-08 11:45:00,1550.0 -70703,gt_model_sell_peak_local,sell,2025-06-08 14:33:00,1534.0 -70704,gt_model_sell_peak_local,sell,2025-06-08 14:36:00,1534.0 -70705,gt_model_sell_peak_local,sell,2025-06-08 14:39:00,1533.0 -70706,gt_model_sell_peak_local,sell,2025-06-08 14:42:00,1533.0 -70707,gt_model_sell_peak_local,sell,2025-06-08 18:21:00,1520.0 -70708,gt_model_sell_peak_local,sell,2025-06-08 22:12:00,1523.0 -70709,gt_model_sell_peak_local,sell,2025-06-08 23:48:00,1528.0 -70710,gt_model_sell_peak_local,sell,2025-06-09 01:09:00,1531.0 -70711,gt_model_sell_peak_local,sell,2025-06-09 01:12:00,1533.0 -70712,gt_model_sell_peak_local,sell,2025-06-09 03:06:00,1532.0 -70713,gt_model_sell_peak_local,sell,2025-06-09 07:57:00,1534.0 -70714,gt_model_sell_peak_local,sell,2025-06-09 10:36:00,1530.0 -70715,gt_model_sell_peak_local,sell,2025-06-09 14:06:00,1493.0 -70716,gt_model_sell_peak_local,sell,2025-06-09 14:09:00,1494.0 -70717,gt_model_sell_peak_local,sell,2025-06-09 16:54:00,1488.0 -70718,gt_model_sell_peak_local,sell,2025-06-09 20:30:00,1560.0 -70719,gt_model_sell_peak_local,sell,2025-06-09 22:42:00,1534.0 -70720,gt_model_sell_peak_local,sell,2025-06-10 02:42:00,1532.0 -70721,gt_model_sell_peak_local,sell,2025-06-10 05:06:00,1531.0 -70722,gt_model_sell_peak_local,sell,2025-06-10 09:00:00,1588.0 -70723,gt_model_sell_peak_local,sell,2025-06-10 10:24:00,1584.0 -70724,gt_model_sell_peak_local,sell,2025-06-10 15:18:00,1540.0 -70725,gt_model_sell_peak_local,sell,2025-06-10 18:09:00,1552.0 -70726,gt_model_sell_peak_local,sell,2025-06-10 19:57:00,1570.0 -70727,gt_model_sell_peak_local,sell,2025-06-10 20:03:00,1566.0 -70728,gt_model_sell_peak_local,sell,2025-06-10 22:57:00,1597.0 -70729,gt_model_sell_peak_local,sell,2025-06-10 23:12:00,1597.0 -70730,gt_model_sell_peak_local,sell,2025-06-11 05:36:00,1582.0 -70731,gt_model_sell_peak_local,sell,2025-06-11 06:57:00,1582.0 -70732,gt_model_sell_peak_local,sell,2025-06-11 08:30:00,1604.0 -70733,gt_model_sell_peak_local,sell,2025-06-11 08:33:00,1605.0 -70734,gt_model_sell_peak_local,sell,2025-06-11 09:45:00,1603.0 -70735,gt_model_sell_peak_local,sell,2025-06-11 09:57:00,1601.0 -70736,gt_model_sell_peak_local,sell,2025-06-11 10:09:00,1586.0 -70737,gt_model_sell_peak_local,sell,2025-06-11 13:33:00,1604.0 -70738,gt_model_sell_peak_local,sell,2025-06-11 17:30:00,1599.0 -70739,gt_model_sell_peak_local,sell,2025-06-11 20:48:00,1563.0 -70740,gt_model_sell_peak_local,sell,2025-06-11 20:51:00,1564.0 -70741,gt_model_sell_peak_local,sell,2025-06-11 20:57:00,1573.0 -70742,gt_model_sell_peak_local,sell,2025-06-12 01:00:00,1644.0 -70743,gt_model_sell_peak_local,sell,2025-06-12 02:27:00,1640.0 -70744,gt_model_sell_peak_local,sell,2025-06-12 07:12:00,1540.0 -70745,gt_model_sell_peak_local,sell,2025-06-12 07:21:00,1527.0 -70746,gt_model_sell_peak_local,sell,2025-06-12 09:30:00,1526.0 -70747,gt_model_sell_peak_local,sell,2025-06-12 12:03:00,1527.0 -70748,gt_model_sell_peak_local,sell,2025-06-12 15:33:00,1525.0 -70749,gt_model_sell_peak_local,sell,2025-06-12 16:42:00,1512.0 -70750,gt_model_sell_peak_local,sell,2025-06-13 00:48:00,1473.0 -70751,gt_model_sell_peak_local,sell,2025-06-13 00:51:00,1468.0 -70752,gt_model_sell_peak_local,sell,2025-06-13 03:45:00,1469.0 -70753,gt_model_sell_peak_local,sell,2025-06-13 03:48:00,1462.0 -70754,gt_model_sell_peak_local,sell,2025-06-13 03:51:00,1466.0 -70755,gt_model_sell_peak_local,sell,2025-06-13 09:24:00,1370.0 -70756,gt_model_sell_peak_local,sell,2025-06-13 09:42:00,1350.0 -70757,gt_model_sell_peak_local,sell,2025-06-13 09:48:00,1360.0 -70758,gt_model_sell_peak_local,sell,2025-06-13 13:57:00,1352.0 -70759,gt_model_sell_peak_local,sell,2025-06-13 14:36:00,1345.0 -70760,gt_model_sell_peak_local,sell,2025-06-13 18:33:00,1357.0 -70761,gt_model_sell_peak_local,sell,2025-06-13 22:09:00,1342.0 -70762,gt_model_sell_peak_local,sell,2025-06-13 23:42:00,1343.0 -70763,gt_model_sell_peak_local,sell,2025-06-14 02:15:00,1370.0 -70764,gt_model_sell_peak_local,sell,2025-06-14 08:03:00,1382.0 -70765,gt_model_sell_peak_local,sell,2025-06-14 08:06:00,1386.0 -70766,gt_model_sell_peak_local,sell,2025-06-14 09:57:00,1385.0 -70767,gt_model_sell_peak_local,sell,2025-06-14 10:00:00,1385.0 -70768,gt_model_sell_peak_local,sell,2025-06-14 14:36:00,1378.0 -70769,gt_model_sell_peak_local,sell,2025-06-14 15:48:00,1372.0 -70770,gt_model_sell_peak_local,sell,2025-06-14 17:45:00,1373.0 -70771,gt_model_sell_peak_local,sell,2025-06-14 19:21:00,1362.0 -70772,gt_model_sell_peak_local,sell,2025-06-14 21:21:00,1362.0 -70773,gt_model_sell_peak_local,sell,2025-06-14 23:12:00,1370.0 -70774,gt_model_sell_peak_local,sell,2025-06-15 04:06:00,1343.0 -70775,gt_model_sell_peak_local,sell,2025-06-15 05:39:00,1338.0 -70776,gt_model_sell_peak_local,sell,2025-06-15 08:03:00,1361.0 -70777,gt_model_sell_peak_local,sell,2025-06-15 10:51:00,1359.0 -70778,gt_model_sell_peak_local,sell,2025-06-15 15:48:00,1356.0 -70779,gt_model_sell_peak_local,sell,2025-06-15 17:57:00,1348.0 -70780,gt_model_sell_peak_local,sell,2025-06-15 20:54:00,1357.0 -70781,gt_model_sell_peak_local,sell,2025-06-15 20:57:00,1355.0 -70782,gt_model_sell_peak_local,sell,2025-06-15 21:03:00,1353.0 -70783,gt_model_sell_peak_local,sell,2025-06-15 21:06:00,1353.0 -70784,gt_model_sell_peak_local,sell,2025-06-16 00:54:00,1361.0 -70785,gt_model_sell_peak_local,sell,2025-06-16 03:48:00,1349.0 -70786,gt_model_sell_peak_local,sell,2025-06-16 05:12:00,1343.0 -70787,gt_model_sell_peak_local,sell,2025-06-16 08:21:00,1357.0 -70788,gt_model_sell_peak_local,sell,2025-06-16 08:24:00,1353.0 -70789,gt_model_sell_peak_local,sell,2025-06-16 09:36:00,1347.0 -70790,gt_model_sell_peak_local,sell,2025-06-16 12:12:00,1362.0 -70791,gt_model_sell_peak_local,sell,2025-06-16 12:15:00,1363.0 -70792,gt_model_sell_peak_local,sell,2025-06-16 12:18:00,1363.0 -70793,gt_model_sell_peak_local,sell,2025-06-16 17:45:00,1398.0 -70794,gt_model_sell_peak_local,sell,2025-06-16 17:48:00,1399.0 -70795,gt_model_sell_peak_local,sell,2025-06-16 19:24:00,1402.0 -70796,gt_model_sell_peak_local,sell,2025-06-16 19:48:00,1388.0 -70797,gt_model_sell_peak_local,sell,2025-06-16 21:45:00,1388.0 -70798,gt_model_sell_peak_local,sell,2025-06-16 22:48:00,1390.0 -70799,gt_model_sell_peak_local,sell,2025-06-17 00:36:00,1389.0 -70800,gt_model_sell_peak_local,sell,2025-06-17 02:21:00,1391.0 -70801,gt_model_sell_peak_local,sell,2025-06-17 05:27:00,1394.0 -70802,gt_model_sell_peak_local,sell,2025-06-17 06:42:00,1389.0 -70803,gt_model_sell_peak_local,sell,2025-06-17 11:06:00,1301.0 -70804,gt_model_sell_peak_local,sell,2025-06-17 13:09:00,1322.0 -70805,gt_model_sell_peak_local,sell,2025-06-17 13:12:00,1322.0 -70806,gt_model_sell_peak_local,sell,2025-06-17 17:36:00,1291.0 -70807,gt_model_sell_peak_local,sell,2025-06-17 22:12:00,1283.0 -70808,gt_model_sell_peak_local,sell,2025-06-18 00:12:00,1273.0 -70809,gt_model_sell_peak_local,sell,2025-06-18 05:51:00,1283.0 -70810,gt_model_sell_peak_local,sell,2025-06-18 11:21:00,1268.0 -70811,gt_model_sell_peak_local,sell,2025-06-18 12:27:00,1275.0 -70812,gt_model_sell_peak_local,sell,2025-06-18 15:27:00,1277.0 -70813,gt_model_sell_peak_local,sell,2025-06-18 18:03:00,1265.0 -70814,gt_model_sell_peak_local,sell,2025-06-18 22:00:00,1233.0 -70815,gt_model_sell_peak_local,sell,2025-06-18 22:09:00,1228.0 -70816,gt_model_sell_peak_local,sell,2025-06-18 22:12:00,1227.0 -70817,gt_model_sell_peak_local,sell,2025-06-19 01:48:00,1246.0 -70818,gt_model_sell_peak_local,sell,2025-06-19 05:21:00,1265.0 -70819,gt_model_sell_peak_local,sell,2025-06-19 07:54:00,1314.0 -70820,gt_model_sell_peak_local,sell,2025-06-19 10:42:00,1310.0 -70821,gt_model_sell_peak_local,sell,2025-06-19 13:27:00,1306.0 -70822,gt_model_sell_peak_local,sell,2025-06-19 15:21:00,1306.0 -70823,gt_model_sell_peak_local,sell,2025-06-19 17:06:00,1300.0 -70824,gt_model_sell_peak_local,sell,2025-06-19 19:48:00,1288.0 -70825,gt_model_sell_peak_local,sell,2025-06-20 00:27:00,1292.0 -70826,gt_model_sell_peak_local,sell,2025-06-20 02:27:00,1285.0 -70827,gt_model_sell_peak_local,sell,2025-06-20 04:06:00,1297.0 -70828,gt_model_sell_peak_local,sell,2025-06-20 04:09:00,1294.0 -70829,gt_model_sell_peak_local,sell,2025-06-20 08:36:00,1288.0 -70830,gt_model_sell_peak_local,sell,2025-06-20 10:12:00,1285.0 -70831,gt_model_sell_peak_local,sell,2025-06-20 12:09:00,1279.0 -70832,gt_model_sell_peak_local,sell,2025-06-20 18:12:00,1295.0 -70833,gt_model_sell_peak_local,sell,2025-06-20 18:15:00,1299.0 -70834,gt_model_sell_peak_local,sell,2025-06-20 20:39:00,1289.0 -70835,gt_model_sell_peak_local,sell,2025-06-20 20:42:00,1289.0 -70836,gt_model_sell_peak_local,sell,2025-06-20 22:45:00,1291.0 -70837,gt_model_sell_peak_local,sell,2025-06-20 22:48:00,1285.0 -70838,gt_model_sell_peak_local,sell,2025-06-20 23:06:00,1285.0 -70839,gt_model_sell_peak_local,sell,2025-06-21 01:54:00,1252.0 -70840,gt_model_sell_peak_local,sell,2025-06-21 04:12:00,1240.0 -70841,gt_model_sell_peak_local,sell,2025-06-21 04:15:00,1238.0 -70842,gt_model_sell_peak_local,sell,2025-06-21 06:36:00,1244.0 -70843,gt_model_sell_peak_local,sell,2025-06-21 06:39:00,1240.0 -70844,gt_model_sell_peak_local,sell,2025-06-21 06:42:00,1240.0 -70845,gt_model_sell_peak_local,sell,2025-06-21 10:27:00,1236.0 -70846,gt_model_sell_peak_local,sell,2025-06-21 11:42:00,1239.0 -70847,gt_model_sell_peak_local,sell,2025-06-21 11:45:00,1238.0 -70848,gt_model_sell_peak_local,sell,2025-06-21 13:33:00,1234.0 -70849,gt_model_sell_peak_local,sell,2025-06-21 15:33:00,1235.0 -70850,gt_model_sell_peak_local,sell,2025-06-21 17:45:00,1238.0 -70851,gt_model_sell_peak_local,sell,2025-06-21 19:00:00,1236.0 -70852,gt_model_sell_peak_local,sell,2025-06-22 02:24:00,1183.0 -70853,gt_model_sell_peak_local,sell,2025-06-22 06:54:00,1152.0 -70854,gt_model_sell_peak_local,sell,2025-06-22 06:57:00,1145.0 -70855,gt_model_sell_peak_local,sell,2025-06-22 10:21:00,1212.0 -70856,gt_model_sell_peak_local,sell,2025-06-22 10:39:00,1200.0 -70857,gt_model_sell_peak_local,sell,2025-06-22 14:09:00,1186.0 -70858,gt_model_sell_peak_local,sell,2025-06-22 16:54:00,1185.0 -70859,gt_model_sell_peak_local,sell,2025-06-22 17:03:00,1188.0 -70860,gt_model_sell_peak_local,sell,2025-06-22 21:18:00,1162.0 -70861,gt_model_sell_peak_local,sell,2025-06-23 01:06:00,1114.0 -70862,gt_model_sell_peak_local,sell,2025-06-23 01:09:00,1113.0 -70863,gt_model_sell_peak_local,sell,2025-06-23 01:15:00,1108.0 -70864,gt_model_sell_peak_local,sell,2025-06-23 01:18:00,1108.0 -70865,gt_model_sell_peak_local,sell,2025-06-23 04:42:00,1101.0 -70866,gt_model_sell_peak_local,sell,2025-06-23 07:03:00,1122.0 -70867,gt_model_sell_peak_local,sell,2025-06-23 10:45:00,1162.0 -70868,gt_model_sell_peak_local,sell,2025-06-23 11:54:00,1154.0 -70869,gt_model_sell_peak_local,sell,2025-06-23 17:06:00,1158.0 -70870,gt_model_sell_peak_local,sell,2025-06-23 19:18:00,1156.0 -70871,gt_model_sell_peak_local,sell,2025-06-24 00:18:00,1173.0 -70872,gt_model_sell_peak_local,sell,2025-06-24 04:36:00,1190.0 -70873,gt_model_sell_peak_local,sell,2025-06-24 07:00:00,1217.0 -70874,gt_model_sell_peak_local,sell,2025-06-24 07:03:00,1225.0 -70875,gt_model_sell_peak_local,sell,2025-06-24 09:48:00,1266.0 -70876,gt_model_sell_peak_local,sell,2025-06-24 11:57:00,1282.0 -70877,gt_model_sell_peak_local,sell,2025-06-24 14:09:00,1290.0 -70878,gt_model_sell_peak_local,sell,2025-06-24 15:57:00,1316.0 -70879,gt_model_sell_peak_local,sell,2025-06-24 19:27:00,1280.0 -70880,gt_model_sell_peak_local,sell,2025-06-24 19:30:00,1281.0 -70881,gt_model_sell_peak_local,sell,2025-06-24 22:12:00,1271.0 -70882,gt_model_sell_peak_local,sell,2025-06-25 00:45:00,1266.0 -70883,gt_model_sell_peak_local,sell,2025-06-25 03:00:00,1268.0 -70884,gt_model_sell_peak_local,sell,2025-06-25 03:03:00,1268.0 -70885,gt_model_sell_peak_local,sell,2025-06-25 05:33:00,1257.0 -70886,gt_model_sell_peak_local,sell,2025-06-25 07:54:00,1270.0 -70887,gt_model_sell_peak_local,sell,2025-06-25 07:57:00,1271.0 -70888,gt_model_sell_peak_local,sell,2025-06-25 10:57:00,1278.0 -70889,gt_model_sell_peak_local,sell,2025-06-25 11:00:00,1279.0 -70890,gt_model_sell_peak_local,sell,2025-06-25 12:12:00,1280.0 -70891,gt_model_sell_peak_local,sell,2025-06-25 13:36:00,1272.0 -70892,gt_model_sell_peak_local,sell,2025-06-25 13:39:00,1270.0 -70893,gt_model_sell_peak_local,sell,2025-06-25 13:42:00,1272.0 -70894,gt_model_sell_peak_local,sell,2025-06-25 13:45:00,1269.0 -70895,gt_model_sell_peak_local,sell,2025-06-25 17:27:00,1258.0 -70896,gt_model_sell_peak_local,sell,2025-06-25 19:21:00,1248.0 -70897,gt_model_sell_peak_local,sell,2025-06-25 19:27:00,1252.0 -70898,gt_model_sell_peak_local,sell,2025-06-25 21:57:00,1250.0 -70899,gt_model_sell_peak_local,sell,2025-06-25 23:21:00,1240.0 -70900,gt_model_sell_peak_local,sell,2025-06-26 03:21:00,1227.0 -70901,gt_model_sell_peak_local,sell,2025-06-26 05:27:00,1228.0 -70902,gt_model_sell_peak_local,sell,2025-06-26 07:03:00,1216.0 -70903,gt_model_sell_peak_local,sell,2025-06-26 13:06:00,1222.0 -70904,gt_model_sell_peak_local,sell,2025-06-26 17:18:00,1228.0 -70905,gt_model_sell_peak_local,sell,2025-06-26 17:21:00,1226.0 -70906,gt_model_sell_peak_local,sell,2025-06-26 17:24:00,1225.0 -70907,gt_model_sell_peak_local,sell,2025-06-26 17:39:00,1228.0 -70908,gt_model_sell_peak_local,sell,2025-06-26 17:42:00,1224.0 -70909,gt_model_sell_peak_local,sell,2025-06-26 17:45:00,1222.0 -70910,gt_model_sell_peak_local,sell,2025-06-26 20:27:00,1208.0 -70911,gt_model_sell_peak_local,sell,2025-06-26 20:36:00,1208.0 -70912,gt_model_sell_peak_local,sell,2025-06-27 01:24:00,1186.0 -70913,gt_model_sell_peak_local,sell,2025-06-27 03:06:00,1188.0 -70914,gt_model_sell_peak_local,sell,2025-06-27 06:39:00,1197.0 -70915,gt_model_sell_peak_local,sell,2025-06-27 06:42:00,1197.0 -70916,gt_model_sell_peak_local,sell,2025-06-27 10:36:00,1187.0 -70917,gt_model_sell_peak_local,sell,2025-06-27 10:39:00,1188.0 -70918,gt_model_sell_peak_local,sell,2025-06-27 12:48:00,1193.0 -70919,gt_model_sell_peak_local,sell,2025-06-27 15:12:00,1185.0 -70920,gt_model_sell_peak_local,sell,2025-06-27 17:18:00,1182.0 -70921,gt_model_sell_peak_local,sell,2025-06-27 18:51:00,1193.0 -70922,gt_model_sell_peak_local,sell,2025-06-27 22:27:00,1180.0 -70923,gt_model_sell_peak_local,sell,2025-06-28 00:06:00,1184.0 -70924,gt_model_sell_peak_local,sell,2025-06-28 02:33:00,1188.0 -70925,gt_model_sell_peak_local,sell,2025-06-28 02:36:00,1189.0 -70926,gt_model_sell_peak_local,sell,2025-06-28 08:57:00,1198.0 -70927,gt_model_sell_peak_local,sell,2025-06-28 12:09:00,1200.0 -70928,gt_model_sell_peak_local,sell,2025-06-28 12:12:00,1201.0 -70929,gt_model_sell_peak_local,sell,2025-06-28 13:48:00,1198.0 -70930,gt_model_sell_peak_local,sell,2025-06-28 13:54:00,1197.0 -70931,gt_model_sell_peak_local,sell,2025-06-28 15:21:00,1202.0 -70932,gt_model_sell_peak_local,sell,2025-06-28 17:57:00,1198.0 -70933,gt_model_sell_peak_local,sell,2025-06-28 18:00:00,1199.0 -70934,gt_model_sell_peak_local,sell,2025-06-28 19:36:00,1196.0 -70935,gt_model_sell_peak_local,sell,2025-06-28 19:39:00,1197.0 -70936,gt_model_sell_peak_local,sell,2025-06-28 19:48:00,1195.0 -70937,gt_model_sell_peak_local,sell,2025-06-28 19:51:00,1194.0 -70938,gt_model_sell_peak_local,sell,2025-06-28 19:54:00,1193.0 -70939,gt_model_sell_peak_local,sell,2025-06-28 21:21:00,1193.0 -70940,gt_model_sell_peak_local,sell,2025-06-28 21:24:00,1193.0 -70941,gt_model_sell_peak_local,sell,2025-06-28 23:06:00,1196.0 -70942,gt_model_sell_peak_local,sell,2025-06-29 00:21:00,1200.0 -70943,gt_model_sell_peak_local,sell,2025-06-29 00:24:00,1197.0 -70944,gt_model_sell_peak_local,sell,2025-06-29 00:27:00,1197.0 -70945,gt_model_sell_peak_local,sell,2025-06-29 02:06:00,1208.0 -70946,gt_model_sell_peak_local,sell,2025-06-29 02:33:00,1204.0 -70947,gt_model_sell_peak_local,sell,2025-06-29 02:36:00,1201.0 -70948,gt_model_sell_peak_local,sell,2025-06-29 03:54:00,1213.0 -70949,gt_model_sell_peak_local,sell,2025-06-29 03:57:00,1218.0 -70950,gt_model_sell_peak_local,sell,2025-06-29 05:21:00,1217.0 -70951,gt_model_sell_peak_local,sell,2025-06-29 05:24:00,1219.0 -70952,gt_model_sell_peak_local,sell,2025-06-29 08:24:00,1230.0 -70953,gt_model_sell_peak_local,sell,2025-06-29 08:51:00,1226.0 -70954,gt_model_sell_peak_local,sell,2025-06-29 10:48:00,1222.0 -70955,gt_model_sell_peak_local,sell,2025-06-29 10:51:00,1221.0 -70956,gt_model_sell_peak_local,sell,2025-06-29 10:54:00,1220.0 -70957,gt_model_sell_peak_local,sell,2025-06-29 13:27:00,1226.0 -70958,gt_model_sell_peak_local,sell,2025-06-29 13:30:00,1226.0 -70959,gt_model_sell_peak_local,sell,2025-06-29 14:33:00,1219.0 -70960,gt_model_sell_peak_local,sell,2025-06-29 19:36:00,1237.0 -70961,gt_model_sell_peak_local,sell,2025-06-29 23:03:00,1233.0 -70962,gt_model_sell_peak_local,sell,2025-06-30 03:09:00,1223.0 -70963,gt_model_sell_peak_local,sell,2025-06-30 08:51:00,1288.0 -70964,gt_model_sell_peak_local,sell,2025-06-30 08:54:00,1290.0 -70965,gt_model_sell_peak_local,sell,2025-06-30 13:42:00,1251.0 -70966,gt_model_sell_peak_local,sell,2025-06-30 15:48:00,1244.0 -70967,gt_model_sell_peak_local,sell,2025-06-30 17:48:00,1252.0 -70968,gt_model_sell_peak_local,sell,2025-06-30 23:27:00,1220.0 -70969,gt_model_sell_peak_local,sell,2025-07-01 01:48:00,1236.0 -70970,gt_model_sell_peak_local,sell,2025-07-01 03:24:00,1228.0 -70971,gt_model_sell_peak_local,sell,2025-07-01 06:18:00,1237.0 -70972,gt_model_sell_peak_local,sell,2025-07-01 11:24:00,1213.0 -70973,gt_model_sell_peak_local,sell,2025-07-01 11:36:00,1211.0 -70974,gt_model_sell_peak_local,sell,2025-07-01 16:45:00,1198.0 -70975,gt_model_sell_peak_local,sell,2025-07-01 17:57:00,1193.0 -70976,gt_model_sell_peak_local,sell,2025-07-01 20:21:00,1189.0 -70977,gt_model_sell_peak_local,sell,2025-07-02 00:15:00,1186.0 -70978,gt_model_sell_peak_local,sell,2025-07-02 03:21:00,1174.0 -70979,gt_model_sell_peak_local,sell,2025-07-02 03:39:00,1172.0 -70980,gt_model_sell_peak_local,sell,2025-07-02 03:42:00,1172.0 -70981,gt_model_sell_peak_local,sell,2025-07-02 06:39:00,1170.0 -70982,gt_model_sell_peak_local,sell,2025-07-02 06:54:00,1172.0 -70983,gt_model_sell_peak_local,sell,2025-07-02 07:24:00,1169.0 -70984,gt_model_sell_peak_local,sell,2025-07-02 08:45:00,1172.0 -70985,gt_model_sell_peak_local,sell,2025-07-02 10:39:00,1173.0 -70986,gt_model_sell_peak_local,sell,2025-07-02 11:48:00,1174.0 -70987,gt_model_sell_peak_local,sell,2025-07-02 11:51:00,1173.0 -70988,gt_model_sell_peak_local,sell,2025-07-02 13:15:00,1172.0 -70989,gt_model_sell_peak_local,sell,2025-07-02 13:18:00,1174.0 -70990,gt_model_sell_peak_local,sell,2025-07-02 13:21:00,1173.0 -70991,gt_model_sell_peak_local,sell,2025-07-02 13:24:00,1177.0 -70992,gt_model_sell_peak_local,sell,2025-07-02 13:27:00,1179.0 -70993,gt_model_sell_peak_local,sell,2025-07-02 17:09:00,1217.0 -70994,gt_model_sell_peak_local,sell,2025-07-02 18:39:00,1212.0 -70995,gt_model_sell_peak_local,sell,2025-07-02 21:12:00,1215.0 -70996,gt_model_sell_peak_local,sell,2025-07-03 04:18:00,1297.0 -70997,gt_model_sell_peak_local,sell,2025-07-03 06:33:00,1294.0 -70998,gt_model_sell_peak_local,sell,2025-07-03 06:36:00,1297.0 -70999,gt_model_sell_peak_local,sell,2025-07-03 06:42:00,1294.0 -71000,gt_model_sell_peak_local,sell,2025-07-03 06:45:00,1293.0 -71001,gt_model_sell_peak_local,sell,2025-07-03 06:48:00,1294.0 -71002,gt_model_sell_peak_local,sell,2025-07-03 08:36:00,1280.0 -71003,gt_model_sell_peak_local,sell,2025-07-03 11:57:00,1308.0 -71004,gt_model_sell_peak_local,sell,2025-07-03 13:03:00,1293.0 -71005,gt_model_sell_peak_local,sell,2025-07-03 15:54:00,1330.0 -71006,gt_model_sell_peak_local,sell,2025-07-03 17:03:00,1316.0 -71007,gt_model_sell_peak_local,sell,2025-07-03 17:06:00,1318.0 -71008,gt_model_sell_peak_local,sell,2025-07-03 19:42:00,1301.0 -71009,gt_model_sell_peak_local,sell,2025-07-03 22:27:00,1292.0 -71010,gt_model_sell_peak_local,sell,2025-07-03 23:54:00,1286.0 -71011,gt_model_sell_peak_local,sell,2025-07-04 07:03:00,1292.0 -71012,gt_model_sell_peak_local,sell,2025-07-04 08:09:00,1287.0 -71013,gt_model_sell_peak_local,sell,2025-07-04 11:18:00,1273.0 -71014,gt_model_sell_peak_local,sell,2025-07-04 13:27:00,1272.0 -71015,gt_model_sell_peak_local,sell,2025-07-04 14:09:00,1262.0 -71016,gt_model_sell_peak_local,sell,2025-07-04 15:36:00,1250.0 -71017,gt_model_sell_peak_local,sell,2025-07-04 15:42:00,1247.0 -71018,gt_model_sell_peak_local,sell,2025-07-04 19:12:00,1229.0 -71019,gt_model_sell_peak_local,sell,2025-07-04 21:30:00,1225.0 -71020,gt_model_sell_peak_local,sell,2025-07-04 22:27:00,1216.0 -71021,gt_model_sell_peak_local,sell,2025-07-05 03:51:00,1187.0 -71022,gt_model_sell_peak_local,sell,2025-07-05 05:15:00,1192.0 -71023,gt_model_sell_peak_local,sell,2025-07-05 06:48:00,1192.0 -71024,gt_model_sell_peak_local,sell,2025-07-05 06:51:00,1193.0 -71025,gt_model_sell_peak_local,sell,2025-07-05 08:54:00,1197.0 -71026,gt_model_sell_peak_local,sell,2025-07-05 10:27:00,1196.0 -71027,gt_model_sell_peak_local,sell,2025-07-05 13:30:00,1204.0 -71028,gt_model_sell_peak_local,sell,2025-07-05 16:33:00,1207.0 -71029,gt_model_sell_peak_local,sell,2025-07-05 16:54:00,1204.0 -71030,gt_model_sell_peak_local,sell,2025-07-05 16:57:00,1204.0 -71031,gt_model_sell_peak_local,sell,2025-07-05 17:00:00,1205.0 -71032,gt_model_sell_peak_local,sell,2025-07-05 17:06:00,1206.0 -71033,gt_model_sell_peak_local,sell,2025-07-05 18:24:00,1197.0 -71034,gt_model_sell_peak_local,sell,2025-07-05 19:57:00,1199.0 -71035,gt_model_sell_peak_local,sell,2025-07-05 21:36:00,1191.0 -71036,gt_model_sell_peak_local,sell,2025-07-05 21:42:00,1190.0 -71037,gt_model_sell_peak_local,sell,2025-07-05 21:45:00,1191.0 -71038,gt_model_sell_peak_local,sell,2025-07-05 21:48:00,1193.0 -71039,gt_model_sell_peak_local,sell,2025-07-05 23:27:00,1193.0 -71040,gt_model_sell_peak_local,sell,2025-07-06 00:36:00,1194.0 -71041,gt_model_sell_peak_local,sell,2025-07-06 00:57:00,1192.0 -71042,gt_model_sell_peak_local,sell,2025-07-06 01:06:00,1193.0 -71043,gt_model_sell_peak_local,sell,2025-07-06 01:09:00,1194.0 -71044,gt_model_sell_peak_local,sell,2025-07-06 03:00:00,1190.0 -71045,gt_model_sell_peak_local,sell,2025-07-06 03:06:00,1189.0 -71046,gt_model_sell_peak_local,sell,2025-07-06 06:54:00,1186.0 -71047,gt_model_sell_peak_local,sell,2025-07-06 06:57:00,1186.0 -71048,gt_model_sell_peak_local,sell,2025-07-06 07:03:00,1187.0 -71049,gt_model_sell_peak_local,sell,2025-07-06 09:06:00,1188.0 -71050,gt_model_sell_peak_local,sell,2025-07-06 09:15:00,1188.0 -71051,gt_model_sell_peak_local,sell,2025-07-06 10:24:00,1182.0 -71052,gt_model_sell_peak_local,sell,2025-07-06 12:09:00,1182.0 -71053,gt_model_sell_peak_local,sell,2025-07-06 14:12:00,1178.0 -71054,gt_model_sell_peak_local,sell,2025-07-06 17:24:00,1187.0 -71055,gt_model_sell_peak_local,sell,2025-07-06 17:30:00,1185.0 -71056,gt_model_sell_peak_local,sell,2025-07-06 18:48:00,1191.0 -71057,gt_model_sell_peak_local,sell,2025-07-06 18:51:00,1188.0 -71058,gt_model_sell_peak_local,sell,2025-07-06 23:51:00,1200.0 -71059,gt_model_sell_peak_local,sell,2025-07-06 23:54:00,1197.0 -71060,gt_model_sell_peak_local,sell,2025-07-07 00:03:00,1201.0 -71061,gt_model_sell_peak_local,sell,2025-07-07 02:57:00,1205.0 -71062,gt_model_sell_peak_local,sell,2025-07-07 03:00:00,1206.0 -71063,gt_model_sell_peak_local,sell,2025-07-07 08:03:00,1217.0 -71064,gt_model_sell_peak_local,sell,2025-07-07 08:06:00,1217.0 -71065,gt_model_sell_peak_local,sell,2025-07-07 08:09:00,1218.0 -71066,gt_model_sell_peak_local,sell,2025-07-07 08:18:00,1214.0 -71067,gt_model_sell_peak_local,sell,2025-07-07 12:42:00,1226.0 -71068,gt_model_sell_peak_local,sell,2025-07-07 12:45:00,1226.0 -71069,gt_model_sell_peak_local,sell,2025-07-07 18:00:00,1214.0 -71070,gt_model_sell_peak_local,sell,2025-07-07 21:33:00,1198.0 -71071,gt_model_sell_peak_local,sell,2025-07-07 23:27:00,1196.0 -71072,gt_model_sell_peak_local,sell,2025-07-08 01:30:00,1190.0 -71073,gt_model_sell_peak_local,sell,2025-07-08 01:33:00,1190.0 -71074,gt_model_sell_peak_local,sell,2025-07-08 02:42:00,1190.0 -71075,gt_model_sell_peak_local,sell,2025-07-08 04:09:00,1191.0 -71076,gt_model_sell_peak_local,sell,2025-07-08 05:27:00,1184.0 -71077,gt_model_sell_peak_local,sell,2025-07-08 07:51:00,1184.0 -71078,gt_model_sell_peak_local,sell,2025-07-08 09:39:00,1193.0 -71079,gt_model_sell_peak_local,sell,2025-07-08 10:42:00,1179.0 -71080,gt_model_sell_peak_local,sell,2025-07-08 12:21:00,1184.0 -71081,gt_model_sell_peak_local,sell,2025-07-08 12:24:00,1182.0 -71082,gt_model_sell_peak_local,sell,2025-07-08 16:12:00,1177.0 -71083,gt_model_sell_peak_local,sell,2025-07-08 17:54:00,1174.0 -71084,gt_model_sell_peak_local,sell,2025-07-08 17:57:00,1174.0 -71085,gt_model_sell_peak_local,sell,2025-07-08 21:21:00,1184.0 -71086,gt_model_sell_peak_local,sell,2025-07-08 23:00:00,1189.0 -71087,gt_model_sell_peak_local,sell,2025-07-08 23:03:00,1185.0 -71088,gt_model_sell_peak_local,sell,2025-07-08 23:06:00,1185.0 -71089,gt_model_sell_peak_local,sell,2025-07-08 23:54:00,1172.0 -71090,gt_model_sell_peak_local,sell,2025-07-08 23:57:00,1171.0 -71091,gt_model_sell_peak_local,sell,2025-07-09 05:18:00,1197.0 -71092,gt_model_sell_peak_local,sell,2025-07-09 05:21:00,1198.0 -71093,gt_model_sell_peak_local,sell,2025-07-09 08:00:00,1194.0 -71094,gt_model_sell_peak_local,sell,2025-07-09 13:03:00,1179.0 -71095,gt_model_sell_peak_local,sell,2025-07-09 13:06:00,1176.0 -71096,gt_model_sell_peak_local,sell,2025-07-09 15:39:00,1185.0 -71097,gt_model_sell_peak_local,sell,2025-07-09 15:42:00,1184.0 -71098,gt_model_sell_peak_local,sell,2025-07-09 17:21:00,1189.0 -71099,gt_model_sell_peak_local,sell,2025-07-09 17:24:00,1187.0 -71100,gt_model_sell_peak_local,sell,2025-07-09 17:30:00,1189.0 -71101,gt_model_sell_peak_local,sell,2025-07-09 18:51:00,1187.0 -71102,gt_model_sell_peak_local,sell,2025-07-09 22:33:00,1201.0 -71103,gt_model_sell_peak_local,sell,2025-07-09 22:36:00,1198.0 -71104,gt_model_sell_peak_local,sell,2025-07-09 22:42:00,1198.0 -71105,gt_model_sell_peak_local,sell,2025-07-10 02:30:00,1187.0 -71106,gt_model_sell_peak_local,sell,2025-07-10 02:33:00,1186.0 -71107,gt_model_sell_peak_local,sell,2025-07-10 06:03:00,1231.0 -71108,gt_model_sell_peak_local,sell,2025-07-10 07:30:00,1239.0 -71109,gt_model_sell_peak_local,sell,2025-07-10 09:36:00,1227.0 -71110,gt_model_sell_peak_local,sell,2025-07-10 14:42:00,1250.0 -71111,gt_model_sell_peak_local,sell,2025-07-10 14:48:00,1247.0 -71112,gt_model_sell_peak_local,sell,2025-07-10 15:03:00,1248.0 -71113,gt_model_sell_peak_local,sell,2025-07-10 15:06:00,1246.0 -71114,gt_model_sell_peak_local,sell,2025-07-10 17:15:00,1252.0 -71115,gt_model_sell_peak_local,sell,2025-07-10 19:36:00,1269.0 -71116,gt_model_sell_peak_local,sell,2025-07-10 20:51:00,1272.0 -71117,gt_model_sell_peak_local,sell,2025-07-10 23:27:00,1272.0 -71118,gt_model_sell_peak_local,sell,2025-07-11 05:18:00,1335.0 -71119,gt_model_sell_peak_local,sell,2025-07-11 11:03:00,1452.0 -71120,gt_model_sell_peak_local,sell,2025-07-11 12:42:00,1477.0 -71121,gt_model_sell_peak_local,sell,2025-07-11 16:06:00,1476.0 -71122,gt_model_sell_peak_local,sell,2025-07-11 19:27:00,1484.0 -71123,gt_model_sell_peak_local,sell,2025-07-11 23:00:00,1473.0 -71124,gt_model_sell_peak_local,sell,2025-07-12 00:30:00,1470.0 -71125,gt_model_sell_peak_local,sell,2025-07-12 00:33:00,1470.0 -71126,gt_model_sell_peak_local,sell,2025-07-12 00:36:00,1477.0 -71127,gt_model_sell_peak_local,sell,2025-07-12 04:15:00,1467.0 -71128,gt_model_sell_peak_local,sell,2025-07-12 06:15:00,1440.0 -71129,gt_model_sell_peak_local,sell,2025-07-12 06:18:00,1441.0 -71130,gt_model_sell_peak_local,sell,2025-07-12 09:24:00,1387.0 -71131,gt_model_sell_peak_local,sell,2025-07-12 12:30:00,1422.0 -71132,gt_model_sell_peak_local,sell,2025-07-12 12:42:00,1419.0 -71133,gt_model_sell_peak_local,sell,2025-07-12 17:15:00,1409.0 -71134,gt_model_sell_peak_local,sell,2025-07-12 19:18:00,1401.0 -71135,gt_model_sell_peak_local,sell,2025-07-12 21:00:00,1399.0 -71136,gt_model_sell_peak_local,sell,2025-07-13 00:27:00,1364.0 -71137,gt_model_sell_peak_local,sell,2025-07-13 05:42:00,1385.0 -71138,gt_model_sell_peak_local,sell,2025-07-13 07:57:00,1393.0 -71139,gt_model_sell_peak_local,sell,2025-07-13 11:03:00,1402.0 -71140,gt_model_sell_peak_local,sell,2025-07-13 13:36:00,1403.0 -71141,gt_model_sell_peak_local,sell,2025-07-13 14:57:00,1408.0 -71142,gt_model_sell_peak_local,sell,2025-07-13 17:39:00,1407.0 -71143,gt_model_sell_peak_local,sell,2025-07-14 00:30:00,1438.0 -71144,gt_model_sell_peak_local,sell,2025-07-14 02:18:00,1429.0 -71145,gt_model_sell_peak_local,sell,2025-07-14 02:21:00,1433.0 -71146,gt_model_sell_peak_local,sell,2025-07-14 05:27:00,1451.0 -71147,gt_model_sell_peak_local,sell,2025-07-14 05:30:00,1451.0 -71148,gt_model_sell_peak_local,sell,2025-07-14 06:36:00,1431.0 -71149,gt_model_sell_peak_local,sell,2025-07-14 15:12:00,1471.0 -71150,gt_model_sell_peak_local,sell,2025-07-14 17:57:00,1466.0 -71151,gt_model_sell_peak_local,sell,2025-07-14 19:51:00,1467.0 -71152,gt_model_sell_peak_local,sell,2025-07-14 23:06:00,1465.0 -71153,gt_model_sell_peak_local,sell,2025-07-14 23:54:00,1439.0 -71154,gt_model_sell_peak_local,sell,2025-07-15 00:06:00,1430.0 -71155,gt_model_sell_peak_local,sell,2025-07-15 02:24:00,1431.0 -71156,gt_model_sell_peak_local,sell,2025-07-15 02:54:00,1433.0 -71157,gt_model_sell_peak_local,sell,2025-07-15 02:57:00,1434.0 -71158,gt_model_sell_peak_local,sell,2025-07-15 10:27:00,1401.0 -71159,gt_model_sell_peak_local,sell,2025-07-15 16:09:00,1397.0 -71160,gt_model_sell_peak_local,sell,2025-07-15 19:36:00,1385.0 -71161,gt_model_sell_peak_local,sell,2025-07-15 19:39:00,1383.0 -71162,gt_model_sell_peak_local,sell,2025-07-15 21:03:00,1384.0 -71163,gt_model_sell_peak_local,sell,2025-07-15 21:06:00,1383.0 -71164,gt_model_sell_peak_local,sell,2025-07-16 00:12:00,1381.0 -71165,gt_model_sell_peak_local,sell,2025-07-16 04:21:00,1445.0 -71166,gt_model_sell_peak_local,sell,2025-07-16 07:42:00,1455.0 -71167,gt_model_sell_peak_local,sell,2025-07-16 10:36:00,1482.0 -71168,gt_model_sell_peak_local,sell,2025-07-16 13:33:00,1456.0 -71169,gt_model_sell_peak_local,sell,2025-07-16 13:36:00,1454.0 -71170,gt_model_sell_peak_local,sell,2025-07-16 15:12:00,1452.0 -71171,gt_model_sell_peak_local,sell,2025-07-16 17:51:00,1465.0 -71172,gt_model_sell_peak_local,sell,2025-07-16 19:12:00,1466.0 -71173,gt_model_sell_peak_local,sell,2025-07-16 19:18:00,1466.0 -71174,gt_model_sell_peak_local,sell,2025-07-16 22:42:00,1470.0 -71175,gt_model_sell_peak_local,sell,2025-07-17 04:06:00,1521.0 -71176,gt_model_sell_peak_local,sell,2025-07-17 07:27:00,1538.0 -71177,gt_model_sell_peak_local,sell,2025-07-17 10:42:00,1506.0 -71178,gt_model_sell_peak_local,sell,2025-07-17 12:33:00,1487.0 -71179,gt_model_sell_peak_local,sell,2025-07-17 12:54:00,1491.0 -71180,gt_model_sell_peak_local,sell,2025-07-17 16:27:00,1512.0 -71181,gt_model_sell_peak_local,sell,2025-07-17 18:15:00,1529.0 -71182,gt_model_sell_peak_local,sell,2025-07-17 19:51:00,1525.0 -71183,gt_model_sell_peak_local,sell,2025-07-17 19:54:00,1525.0 -71184,gt_model_sell_peak_local,sell,2025-07-17 23:24:00,1514.0 -71185,gt_model_sell_peak_local,sell,2025-07-18 00:48:00,1511.0 -71186,gt_model_sell_peak_local,sell,2025-07-18 00:51:00,1511.0 -71187,gt_model_sell_peak_local,sell,2025-07-18 00:54:00,1518.0 -71188,gt_model_sell_peak_local,sell,2025-07-18 01:00:00,1514.0 -71189,gt_model_sell_peak_local,sell,2025-07-18 05:18:00,1457.0 -71190,gt_model_sell_peak_local,sell,2025-07-18 07:21:00,1507.0 -71191,gt_model_sell_peak_local,sell,2025-07-18 09:21:00,1503.0 -71192,gt_model_sell_peak_local,sell,2025-07-18 11:57:00,1557.0 -71193,gt_model_sell_peak_local,sell,2025-07-18 15:42:00,1630.0 -71194,gt_model_sell_peak_local,sell,2025-07-18 16:51:00,1606.0 -71195,gt_model_sell_peak_local,sell,2025-07-18 19:57:00,1588.0 -71196,gt_model_sell_peak_local,sell,2025-07-18 22:51:00,1620.0 -71197,gt_model_sell_peak_local,sell,2025-07-19 00:12:00,1593.0 -71198,gt_model_sell_peak_local,sell,2025-07-19 02:42:00,1576.0 -71199,gt_model_sell_peak_local,sell,2025-07-19 03:33:00,1560.0 -71200,gt_model_sell_peak_local,sell,2025-07-19 03:39:00,1563.0 -71201,gt_model_sell_peak_local,sell,2025-07-19 08:33:00,1553.0 -71202,gt_model_sell_peak_local,sell,2025-07-19 10:30:00,1532.0 -71203,gt_model_sell_peak_local,sell,2025-07-19 14:06:00,1590.0 -71204,gt_model_sell_peak_local,sell,2025-07-19 15:42:00,1573.0 -71205,gt_model_sell_peak_local,sell,2025-07-19 15:45:00,1574.0 -71206,gt_model_sell_peak_local,sell,2025-07-19 20:36:00,1559.0 -71207,gt_model_sell_peak_local,sell,2025-07-19 20:39:00,1561.0 -71208,gt_model_sell_peak_local,sell,2025-07-19 20:42:00,1561.0 -71209,gt_model_sell_peak_local,sell,2025-07-19 22:54:00,1542.0 -71210,gt_model_sell_peak_local,sell,2025-07-20 01:21:00,1539.0 -71211,gt_model_sell_peak_local,sell,2025-07-20 02:30:00,1538.0 -71212,gt_model_sell_peak_local,sell,2025-07-20 06:51:00,1573.0 -71213,gt_model_sell_peak_local,sell,2025-07-20 08:18:00,1572.0 -71214,gt_model_sell_peak_local,sell,2025-07-20 09:36:00,1565.0 -71215,gt_model_sell_peak_local,sell,2025-07-20 09:39:00,1568.0 -71216,gt_model_sell_peak_local,sell,2025-07-20 11:24:00,1572.0 -71217,gt_model_sell_peak_local,sell,2025-07-20 13:36:00,1597.0 -71218,gt_model_sell_peak_local,sell,2025-07-20 13:39:00,1592.0 -71219,gt_model_sell_peak_local,sell,2025-07-20 17:24:00,1623.0 -71220,gt_model_sell_peak_local,sell,2025-07-20 19:51:00,1637.0 -71221,gt_model_sell_peak_local,sell,2025-07-20 21:48:00,1660.0 -71222,gt_model_sell_peak_local,sell,2025-07-21 02:00:00,1715.0 -71223,gt_model_sell_peak_local,sell,2025-07-21 04:54:00,1714.0 -71224,gt_model_sell_peak_local,sell,2025-07-21 09:42:00,1658.0 -71225,gt_model_sell_peak_local,sell,2025-07-21 11:06:00,1657.0 -71226,gt_model_sell_peak_local,sell,2025-07-21 13:33:00,1680.0 -71227,gt_model_sell_peak_local,sell,2025-07-21 14:48:00,1683.0 -71228,gt_model_sell_peak_local,sell,2025-07-21 17:15:00,1694.0 -71229,gt_model_sell_peak_local,sell,2025-07-21 18:24:00,1678.0 -71230,gt_model_sell_peak_local,sell,2025-07-21 18:33:00,1688.0 -71231,gt_model_sell_peak_local,sell,2025-07-21 18:36:00,1693.0 -71232,gt_model_sell_peak_local,sell,2025-07-21 21:27:00,1701.0 -71233,gt_model_sell_peak_local,sell,2025-07-22 00:33:00,1709.0 -71234,gt_model_sell_peak_local,sell,2025-07-22 00:36:00,1700.0 -71235,gt_model_sell_peak_local,sell,2025-07-22 04:15:00,1660.0 -71236,gt_model_sell_peak_local,sell,2025-07-22 09:36:00,1686.0 -71237,gt_model_sell_peak_local,sell,2025-07-22 12:39:00,1658.0 -71238,gt_model_sell_peak_local,sell,2025-07-22 17:27:00,1598.0 -71239,gt_model_sell_peak_local,sell,2025-07-22 22:15:00,1693.0 -71240,gt_model_sell_peak_local,sell,2025-07-23 01:00:00,1661.0 -71241,gt_model_sell_peak_local,sell,2025-07-23 01:03:00,1655.0 -71242,gt_model_sell_peak_local,sell,2025-07-23 09:57:00,1807.0 -71243,gt_model_sell_peak_local,sell,2025-07-23 11:36:00,1825.0 -71244,gt_model_sell_peak_local,sell,2025-07-23 13:27:00,1826.0 -71245,gt_model_sell_peak_local,sell,2025-07-23 14:39:00,1824.0 -71246,gt_model_sell_peak_local,sell,2025-07-23 17:18:00,1773.0 -71247,gt_model_sell_peak_local,sell,2025-07-23 17:21:00,1773.0 -71248,gt_model_sell_peak_local,sell,2025-07-23 19:00:00,1738.0 -71249,gt_model_sell_peak_local,sell,2025-07-23 22:21:00,1687.0 -71250,gt_model_sell_peak_local,sell,2025-07-24 01:30:00,1681.0 -71251,gt_model_sell_peak_local,sell,2025-07-24 04:57:00,1633.0 -71252,gt_model_sell_peak_local,sell,2025-07-24 09:12:00,1595.0 -71253,gt_model_sell_peak_local,sell,2025-07-24 09:21:00,1618.0 -71254,gt_model_sell_peak_local,sell,2025-07-24 10:39:00,1619.0 -71255,gt_model_sell_peak_local,sell,2025-07-24 10:42:00,1614.0 -71256,gt_model_sell_peak_local,sell,2025-07-24 11:57:00,1618.0 -71257,gt_model_sell_peak_local,sell,2025-07-24 12:00:00,1616.0 -71258,gt_model_sell_peak_local,sell,2025-07-24 13:27:00,1606.0 -71259,gt_model_sell_peak_local,sell,2025-07-24 18:48:00,1534.0 -71260,gt_model_sell_peak_local,sell,2025-07-24 19:03:00,1531.0 -71261,gt_model_sell_peak_local,sell,2025-07-24 19:06:00,1537.0 -71262,gt_model_sell_peak_local,sell,2025-07-24 21:51:00,1548.0 -71263,gt_model_sell_peak_local,sell,2025-07-24 23:18:00,1541.0 -71264,gt_model_sell_peak_local,sell,2025-07-24 23:27:00,1554.0 -71265,gt_model_sell_peak_local,sell,2025-07-25 01:15:00,1596.0 -71266,gt_model_sell_peak_local,sell,2025-07-25 03:51:00,1602.0 -71267,gt_model_sell_peak_local,sell,2025-07-25 05:03:00,1582.0 -71268,gt_model_sell_peak_local,sell,2025-07-25 05:21:00,1577.0 -71269,gt_model_sell_peak_local,sell,2025-07-25 06:54:00,1578.0 -71270,gt_model_sell_peak_local,sell,2025-07-25 06:57:00,1578.0 -71271,gt_model_sell_peak_local,sell,2025-07-25 12:09:00,1539.0 -71272,gt_model_sell_peak_local,sell,2025-07-25 15:03:00,1525.0 -71273,gt_model_sell_peak_local,sell,2025-07-25 18:24:00,1549.0 -71274,gt_model_sell_peak_local,sell,2025-07-25 21:27:00,1560.0 -71275,gt_model_sell_peak_local,sell,2025-07-25 23:24:00,1547.0 -71276,gt_model_sell_peak_local,sell,2025-07-26 03:12:00,1541.0 -71277,gt_model_sell_peak_local,sell,2025-07-26 07:21:00,1584.0 -71278,gt_model_sell_peak_local,sell,2025-07-26 09:36:00,1587.0 -71279,gt_model_sell_peak_local,sell,2025-07-26 09:39:00,1588.0 -71280,gt_model_sell_peak_local,sell,2025-07-26 10:57:00,1573.0 -71281,gt_model_sell_peak_local,sell,2025-07-26 11:12:00,1576.0 -71282,gt_model_sell_peak_local,sell,2025-07-26 11:15:00,1579.0 -71283,gt_model_sell_peak_local,sell,2025-07-26 12:33:00,1584.0 -71284,gt_model_sell_peak_local,sell,2025-07-26 13:51:00,1583.0 -71285,gt_model_sell_peak_local,sell,2025-07-26 13:54:00,1583.0 -71286,gt_model_sell_peak_local,sell,2025-07-26 13:57:00,1582.0 -71287,gt_model_sell_peak_local,sell,2025-07-26 15:42:00,1584.0 -71288,gt_model_sell_peak_local,sell,2025-07-26 18:24:00,1576.0 -71289,gt_model_sell_peak_local,sell,2025-07-26 18:27:00,1578.0 -71290,gt_model_sell_peak_local,sell,2025-07-26 18:30:00,1577.0 -71291,gt_model_sell_peak_local,sell,2025-07-26 21:15:00,1578.0 -71292,gt_model_sell_peak_local,sell,2025-07-27 00:21:00,1585.0 -71293,gt_model_sell_peak_local,sell,2025-07-27 02:24:00,1595.0 -71294,gt_model_sell_peak_local,sell,2025-07-27 05:09:00,1600.0 -71295,gt_model_sell_peak_local,sell,2025-07-27 08:21:00,1592.0 -71296,gt_model_sell_peak_local,sell,2025-07-27 11:18:00,1597.0 -71297,gt_model_sell_peak_local,sell,2025-07-27 11:21:00,1597.0 -71298,gt_model_sell_peak_local,sell,2025-07-27 12:54:00,1592.0 -71299,gt_model_sell_peak_local,sell,2025-07-27 15:27:00,1599.0 -71300,gt_model_sell_peak_local,sell,2025-07-27 17:09:00,1593.0 -71301,gt_model_sell_peak_local,sell,2025-07-27 20:51:00,1597.0 -71302,gt_model_sell_peak_local,sell,2025-07-27 21:03:00,1601.0 -71303,gt_model_sell_peak_local,sell,2025-07-27 22:57:00,1603.0 -71304,gt_model_sell_peak_local,sell,2025-07-27 23:03:00,1609.0 -71305,gt_model_sell_peak_local,sell,2025-07-27 23:06:00,1607.0 -71306,gt_model_sell_peak_local,sell,2025-07-27 23:09:00,1609.0 -71307,gt_model_sell_peak_local,sell,2025-07-28 00:18:00,1606.0 -71308,gt_model_sell_peak_local,sell,2025-07-28 02:39:00,1640.0 -71309,gt_model_sell_peak_local,sell,2025-07-28 03:45:00,1640.0 -71310,gt_model_sell_peak_local,sell,2025-07-28 04:12:00,1632.0 -71311,gt_model_sell_peak_local,sell,2025-07-28 06:03:00,1639.0 -71312,gt_model_sell_peak_local,sell,2025-07-28 08:42:00,1646.0 -71313,gt_model_sell_peak_local,sell,2025-07-28 08:45:00,1649.0 -71314,gt_model_sell_peak_local,sell,2025-07-28 08:48:00,1651.0 -71315,gt_model_sell_peak_local,sell,2025-07-28 10:18:00,1641.0 -71316,gt_model_sell_peak_local,sell,2025-07-28 12:33:00,1655.0 -71317,gt_model_sell_peak_local,sell,2025-07-28 15:18:00,1672.0 -71318,gt_model_sell_peak_local,sell,2025-07-28 18:06:00,1674.0 -71319,gt_model_sell_peak_local,sell,2025-07-28 19:54:00,1672.0 -71320,gt_model_sell_peak_local,sell,2025-07-28 22:21:00,1635.0 -71321,gt_model_sell_peak_local,sell,2025-07-29 02:48:00,1571.0 -71322,gt_model_sell_peak_local,sell,2025-07-29 05:24:00,1545.0 -71323,gt_model_sell_peak_local,sell,2025-07-29 07:42:00,1535.0 -71324,gt_model_sell_peak_local,sell,2025-07-29 07:45:00,1537.0 -71325,gt_model_sell_peak_local,sell,2025-07-29 10:24:00,1545.0 -71326,gt_model_sell_peak_local,sell,2025-07-29 14:09:00,1529.0 -71327,gt_model_sell_peak_local,sell,2025-07-29 17:51:00,1545.0 -71328,gt_model_sell_peak_local,sell,2025-07-29 17:54:00,1546.0 -71329,gt_model_sell_peak_local,sell,2025-07-29 23:27:00,1509.0 -71330,gt_model_sell_peak_local,sell,2025-07-30 01:48:00,1485.0 -71331,gt_model_sell_peak_local,sell,2025-07-30 03:30:00,1486.0 -71332,gt_model_sell_peak_local,sell,2025-07-30 04:36:00,1474.0 -71333,gt_model_sell_peak_local,sell,2025-07-30 04:39:00,1472.0 -71334,gt_model_sell_peak_local,sell,2025-07-30 05:18:00,1464.0 -71335,gt_model_sell_peak_local,sell,2025-07-30 06:21:00,1468.0 -71336,gt_model_sell_peak_local,sell,2025-07-30 06:24:00,1471.0 -71337,gt_model_sell_peak_local,sell,2025-07-30 09:36:00,1482.0 -71338,gt_model_sell_peak_local,sell,2025-07-30 12:51:00,1491.0 -71339,gt_model_sell_peak_local,sell,2025-07-30 13:42:00,1478.0 -71340,gt_model_sell_peak_local,sell,2025-07-30 17:06:00,1466.0 -71341,gt_model_sell_peak_local,sell,2025-07-30 18:39:00,1458.0 -71342,gt_model_sell_peak_local,sell,2025-07-30 20:36:00,1434.0 -71343,gt_model_sell_peak_local,sell,2025-07-30 20:39:00,1432.0 -71344,gt_model_sell_peak_local,sell,2025-07-30 22:57:00,1437.0 -71345,gt_model_sell_peak_local,sell,2025-07-31 02:21:00,1476.0 -71346,gt_model_sell_peak_local,sell,2025-07-31 04:12:00,1425.0 -71347,gt_model_sell_peak_local,sell,2025-07-31 04:27:00,1443.0 -71348,gt_model_sell_peak_local,sell,2025-07-31 06:12:00,1480.0 -71349,gt_model_sell_peak_local,sell,2025-07-31 10:42:00,1482.0 -71350,gt_model_sell_peak_local,sell,2025-07-31 10:45:00,1484.0 -71351,gt_model_sell_peak_local,sell,2025-07-31 13:48:00,1494.0 -71352,gt_model_sell_peak_local,sell,2025-07-31 13:51:00,1494.0 -71353,gt_model_sell_peak_local,sell,2025-07-31 14:54:00,1488.0 -71354,gt_model_sell_peak_local,sell,2025-07-31 14:57:00,1487.0 -71355,gt_model_sell_peak_local,sell,2025-07-31 15:18:00,1485.0 -71356,gt_model_sell_peak_local,sell,2025-07-31 16:54:00,1494.0 -71357,gt_model_sell_peak_local,sell,2025-07-31 19:54:00,1504.0 -71358,gt_model_sell_peak_local,sell,2025-07-31 19:57:00,1503.0 -71359,gt_model_sell_peak_local,sell,2025-08-01 02:36:00,1473.0 -71360,gt_model_sell_peak_local,sell,2025-08-01 09:12:00,1385.0 -71361,gt_model_sell_peak_local,sell,2025-08-01 12:18:00,1394.0 -71362,gt_model_sell_peak_local,sell,2025-08-01 12:21:00,1399.0 -71363,gt_model_sell_peak_local,sell,2025-08-01 12:24:00,1398.0 -71364,gt_model_sell_peak_local,sell,2025-08-01 13:27:00,1379.0 -71365,gt_model_sell_peak_local,sell,2025-08-01 17:00:00,1368.0 -71366,gt_model_sell_peak_local,sell,2025-08-01 19:18:00,1357.0 -71367,gt_model_sell_peak_local,sell,2025-08-01 19:21:00,1355.0 -71368,gt_model_sell_peak_local,sell,2025-08-01 20:42:00,1356.0 -71369,gt_model_sell_peak_local,sell,2025-08-01 22:33:00,1359.0 -71370,gt_model_sell_peak_local,sell,2025-08-01 22:42:00,1357.0 -71371,gt_model_sell_peak_local,sell,2025-08-01 23:12:00,1356.0 -71372,gt_model_sell_peak_local,sell,2025-08-01 23:15:00,1357.0 -71373,gt_model_sell_peak_local,sell,2025-08-02 00:36:00,1356.0 -71374,gt_model_sell_peak_local,sell,2025-08-02 02:21:00,1354.0 -71375,gt_model_sell_peak_local,sell,2025-08-02 06:00:00,1362.0 -71376,gt_model_sell_peak_local,sell,2025-08-02 07:06:00,1351.0 -71377,gt_model_sell_peak_local,sell,2025-08-02 11:00:00,1355.0 -71378,gt_model_sell_peak_local,sell,2025-08-02 11:03:00,1355.0 -71379,gt_model_sell_peak_local,sell,2025-08-02 13:33:00,1355.0 -71380,gt_model_sell_peak_local,sell,2025-08-02 13:36:00,1359.0 -71381,gt_model_sell_peak_local,sell,2025-08-02 14:45:00,1348.0 -71382,gt_model_sell_peak_local,sell,2025-08-02 14:48:00,1349.0 -71383,gt_model_sell_peak_local,sell,2025-08-02 17:57:00,1335.0 -71384,gt_model_sell_peak_local,sell,2025-08-02 20:27:00,1335.0 -71385,gt_model_sell_peak_local,sell,2025-08-02 21:30:00,1328.0 -71386,gt_model_sell_peak_local,sell,2025-08-02 23:57:00,1318.0 -71387,gt_model_sell_peak_local,sell,2025-08-03 01:24:00,1313.0 -71388,gt_model_sell_peak_local,sell,2025-08-03 03:27:00,1297.0 -71389,gt_model_sell_peak_local,sell,2025-08-03 05:33:00,1308.0 -71390,gt_model_sell_peak_local,sell,2025-08-03 07:00:00,1309.0 -71391,gt_model_sell_peak_local,sell,2025-08-03 07:03:00,1312.0 -71392,gt_model_sell_peak_local,sell,2025-08-03 08:51:00,1310.0 -71393,gt_model_sell_peak_local,sell,2025-08-03 08:54:00,1308.0 -71394,gt_model_sell_peak_local,sell,2025-08-03 08:57:00,1309.0 -71395,gt_model_sell_peak_local,sell,2025-08-03 13:42:00,1342.0 -71396,gt_model_sell_peak_local,sell,2025-08-03 13:45:00,1343.0 -71397,gt_model_sell_peak_local,sell,2025-08-03 13:48:00,1342.0 -71398,gt_model_sell_peak_local,sell,2025-08-03 15:27:00,1342.0 -71399,gt_model_sell_peak_local,sell,2025-08-03 15:36:00,1339.0 -71400,gt_model_sell_peak_local,sell,2025-08-03 16:00:00,1340.0 -71401,gt_model_sell_peak_local,sell,2025-08-03 18:15:00,1348.0 -71402,gt_model_sell_peak_local,sell,2025-08-03 21:18:00,1348.0 -71403,gt_model_sell_peak_local,sell,2025-08-04 01:45:00,1356.0 -71404,gt_model_sell_peak_local,sell,2025-08-04 02:54:00,1359.0 -71405,gt_model_sell_peak_local,sell,2025-08-04 03:00:00,1360.0 -71406,gt_model_sell_peak_local,sell,2025-08-04 05:45:00,1362.0 -71407,gt_model_sell_peak_local,sell,2025-08-04 07:57:00,1369.0 -71408,gt_model_sell_peak_local,sell,2025-08-04 08:00:00,1369.0 -71409,gt_model_sell_peak_local,sell,2025-08-04 09:12:00,1365.0 -71410,gt_model_sell_peak_local,sell,2025-08-04 09:21:00,1374.0 -71411,gt_model_sell_peak_local,sell,2025-08-04 11:03:00,1375.0 -71412,gt_model_sell_peak_local,sell,2025-08-04 11:06:00,1374.0 -71413,gt_model_sell_peak_local,sell,2025-08-04 12:33:00,1377.0 -71414,gt_model_sell_peak_local,sell,2025-08-04 14:27:00,1372.0 -71415,gt_model_sell_peak_local,sell,2025-08-04 16:06:00,1376.0 -71416,gt_model_sell_peak_local,sell,2025-08-04 17:48:00,1377.0 -71417,gt_model_sell_peak_local,sell,2025-08-04 19:27:00,1372.0 -71418,gt_model_sell_peak_local,sell,2025-08-04 19:30:00,1374.0 -71419,gt_model_sell_peak_local,sell,2025-08-04 22:18:00,1368.0 -71420,gt_model_sell_peak_local,sell,2025-08-04 22:21:00,1364.0 -71421,gt_model_sell_peak_local,sell,2025-08-05 00:27:00,1389.0 -71422,gt_model_sell_peak_local,sell,2025-08-05 03:15:00,1389.0 -71423,gt_model_sell_peak_local,sell,2025-08-05 07:45:00,1396.0 -71424,gt_model_sell_peak_local,sell,2025-08-05 08:54:00,1392.0 -71425,gt_model_sell_peak_local,sell,2025-08-05 08:57:00,1392.0 -71426,gt_model_sell_peak_local,sell,2025-08-05 09:00:00,1393.0 -71427,gt_model_sell_peak_local,sell,2025-08-05 09:12:00,1389.0 -71428,gt_model_sell_peak_local,sell,2025-08-05 10:36:00,1382.0 -71429,gt_model_sell_peak_local,sell,2025-08-05 16:24:00,1340.0 -71430,gt_model_sell_peak_local,sell,2025-08-05 19:09:00,1334.0 -71431,gt_model_sell_peak_local,sell,2025-08-05 21:42:00,1337.0 -71432,gt_model_sell_peak_local,sell,2025-08-05 23:51:00,1322.0 -71433,gt_model_sell_peak_local,sell,2025-08-06 01:18:00,1320.0 -71434,gt_model_sell_peak_local,sell,2025-08-06 02:27:00,1322.0 -71435,gt_model_sell_peak_local,sell,2025-08-06 04:00:00,1317.0 -71436,gt_model_sell_peak_local,sell,2025-08-06 05:09:00,1316.0 -71437,gt_model_sell_peak_local,sell,2025-08-06 06:30:00,1315.0 -71438,gt_model_sell_peak_local,sell,2025-08-06 10:06:00,1307.0 -71439,gt_model_sell_peak_local,sell,2025-08-06 10:09:00,1308.0 -71440,gt_model_sell_peak_local,sell,2025-08-06 15:42:00,1322.0 -71441,gt_model_sell_peak_local,sell,2025-08-06 18:03:00,1313.0 -71442,gt_model_sell_peak_local,sell,2025-08-06 21:21:00,1307.0 -71443,gt_model_sell_peak_local,sell,2025-08-07 02:03:00,1324.0 -71444,gt_model_sell_peak_local,sell,2025-08-07 04:15:00,1338.0 -71445,gt_model_sell_peak_local,sell,2025-08-07 07:06:00,1338.0 -71446,gt_model_sell_peak_local,sell,2025-08-07 08:57:00,1345.0 -71447,gt_model_sell_peak_local,sell,2025-08-07 09:00:00,1345.0 -71448,gt_model_sell_peak_local,sell,2025-08-07 11:27:00,1337.0 -71449,gt_model_sell_peak_local,sell,2025-08-07 13:45:00,1343.0 -71450,gt_model_sell_peak_local,sell,2025-08-07 14:24:00,1341.0 -71451,gt_model_sell_peak_local,sell,2025-08-07 14:27:00,1340.0 -71452,gt_model_sell_peak_local,sell,2025-08-07 14:30:00,1343.0 -71453,gt_model_sell_peak_local,sell,2025-08-07 17:18:00,1355.0 -71454,gt_model_sell_peak_local,sell,2025-08-07 18:24:00,1348.0 -71455,gt_model_sell_peak_local,sell,2025-08-07 18:27:00,1349.0 -71456,gt_model_sell_peak_local,sell,2025-08-07 22:03:00,1395.0 -71457,gt_model_sell_peak_local,sell,2025-08-08 02:03:00,1381.0 -71458,gt_model_sell_peak_local,sell,2025-08-08 02:33:00,1381.0 -71459,gt_model_sell_peak_local,sell,2025-08-08 08:57:00,1411.0 -71460,gt_model_sell_peak_local,sell,2025-08-08 10:39:00,1402.0 -71461,gt_model_sell_peak_local,sell,2025-08-08 10:42:00,1400.0 -71462,gt_model_sell_peak_local,sell,2025-08-08 13:27:00,1406.0 -71463,gt_model_sell_peak_local,sell,2025-08-08 18:12:00,1403.0 -71464,gt_model_sell_peak_local,sell,2025-08-08 18:15:00,1401.0 -71465,gt_model_sell_peak_local,sell,2025-08-08 20:36:00,1410.0 -71466,gt_model_sell_peak_local,sell,2025-08-08 21:57:00,1395.0 -71467,gt_model_sell_peak_local,sell,2025-08-09 00:03:00,1401.0 -71468,gt_model_sell_peak_local,sell,2025-08-09 04:03:00,1424.0 -71469,gt_model_sell_peak_local,sell,2025-08-09 04:06:00,1419.0 -71470,gt_model_sell_peak_local,sell,2025-08-09 04:09:00,1422.0 -71471,gt_model_sell_peak_local,sell,2025-08-09 04:21:00,1425.0 -71472,gt_model_sell_peak_local,sell,2025-08-09 07:03:00,1423.0 -71473,gt_model_sell_peak_local,sell,2025-08-09 08:27:00,1425.0 -71474,gt_model_sell_peak_local,sell,2025-08-09 10:09:00,1427.0 -71475,gt_model_sell_peak_local,sell,2025-08-09 10:36:00,1425.0 -71476,gt_model_sell_peak_local,sell,2025-08-09 11:51:00,1426.0 -71477,gt_model_sell_peak_local,sell,2025-08-09 11:54:00,1425.0 -71478,gt_model_sell_peak_local,sell,2025-08-09 15:48:00,1462.0 -71479,gt_model_sell_peak_local,sell,2025-08-09 15:51:00,1464.0 -71480,gt_model_sell_peak_local,sell,2025-08-09 18:06:00,1467.0 -71481,gt_model_sell_peak_local,sell,2025-08-09 20:48:00,1477.0 -71482,gt_model_sell_peak_local,sell,2025-08-09 22:54:00,1472.0 -71483,gt_model_sell_peak_local,sell,2025-08-09 22:57:00,1473.0 -71484,gt_model_sell_peak_local,sell,2025-08-10 00:57:00,1474.0 -71485,gt_model_sell_peak_local,sell,2025-08-10 01:00:00,1474.0 -71486,gt_model_sell_peak_local,sell,2025-08-10 01:03:00,1477.0 -71487,gt_model_sell_peak_local,sell,2025-08-10 02:12:00,1473.0 -71488,gt_model_sell_peak_local,sell,2025-08-10 02:15:00,1471.0 -71489,gt_model_sell_peak_local,sell,2025-08-10 03:36:00,1478.0 -71490,gt_model_sell_peak_local,sell,2025-08-10 05:15:00,1488.0 -71491,gt_model_sell_peak_local,sell,2025-08-10 05:18:00,1489.0 -71492,gt_model_sell_peak_local,sell,2025-08-10 06:42:00,1485.0 -71493,gt_model_sell_peak_local,sell,2025-08-10 06:45:00,1484.0 -71494,gt_model_sell_peak_local,sell,2025-08-10 08:27:00,1484.0 -71495,gt_model_sell_peak_local,sell,2025-08-10 12:18:00,1488.0 -71496,gt_model_sell_peak_local,sell,2025-08-10 14:27:00,1490.0 -71497,gt_model_sell_peak_local,sell,2025-08-10 17:21:00,1428.0 -71498,gt_model_sell_peak_local,sell,2025-08-10 19:42:00,1436.0 -71499,gt_model_sell_peak_local,sell,2025-08-10 19:45:00,1442.0 -71500,gt_model_sell_peak_local,sell,2025-08-10 19:48:00,1443.0 -71501,gt_model_sell_peak_local,sell,2025-08-10 21:24:00,1434.0 -71502,gt_model_sell_peak_local,sell,2025-08-10 21:27:00,1433.0 -71503,gt_model_sell_peak_local,sell,2025-08-10 21:33:00,1435.0 -71504,gt_model_sell_peak_local,sell,2025-08-10 21:42:00,1440.0 -71505,gt_model_sell_peak_local,sell,2025-08-10 21:45:00,1441.0 -71506,gt_model_sell_peak_local,sell,2025-08-10 23:09:00,1436.0 -71507,gt_model_sell_peak_local,sell,2025-08-11 01:27:00,1465.0 -71508,gt_model_sell_peak_local,sell,2025-08-11 04:15:00,1486.0 -71509,gt_model_sell_peak_local,sell,2025-08-11 04:36:00,1485.0 -71510,gt_model_sell_peak_local,sell,2025-08-11 05:54:00,1485.0 -71511,gt_model_sell_peak_local,sell,2025-08-11 06:06:00,1469.0 -71512,gt_model_sell_peak_local,sell,2025-08-11 10:27:00,1485.0 -71513,gt_model_sell_peak_local,sell,2025-08-11 10:30:00,1485.0 -71514,gt_model_sell_peak_local,sell,2025-08-11 12:51:00,1503.0 -71515,gt_model_sell_peak_local,sell,2025-08-11 14:15:00,1497.0 -71516,gt_model_sell_peak_local,sell,2025-08-11 14:18:00,1497.0 -71517,gt_model_sell_peak_local,sell,2025-08-11 16:24:00,1478.0 -71518,gt_model_sell_peak_local,sell,2025-08-11 19:30:00,1462.0 -71519,gt_model_sell_peak_local,sell,2025-08-11 23:48:00,1417.0 -71520,gt_model_sell_peak_local,sell,2025-08-12 00:36:00,1424.0 -71521,gt_model_sell_peak_local,sell,2025-08-12 02:06:00,1425.0 -71522,gt_model_sell_peak_local,sell,2025-08-12 04:33:00,1408.0 -71523,gt_model_sell_peak_local,sell,2025-08-12 12:36:00,1373.0 -71524,gt_model_sell_peak_local,sell,2025-08-12 14:42:00,1354.0 -71525,gt_model_sell_peak_local,sell,2025-08-12 17:33:00,1357.0 -71526,gt_model_sell_peak_local,sell,2025-08-12 17:36:00,1357.0 -71527,gt_model_sell_peak_local,sell,2025-08-12 17:51:00,1364.0 -71528,gt_model_sell_peak_local,sell,2025-08-12 17:54:00,1360.0 -71529,gt_model_sell_peak_local,sell,2025-08-12 17:57:00,1360.0 -71530,gt_model_sell_peak_local,sell,2025-08-13 04:18:00,1453.0 -71531,gt_model_sell_peak_local,sell,2025-08-13 04:21:00,1455.0 -71532,gt_model_sell_peak_local,sell,2025-08-13 06:18:00,1463.0 -71533,gt_model_sell_peak_local,sell,2025-08-13 06:33:00,1458.0 -71534,gt_model_sell_peak_local,sell,2025-08-13 10:15:00,1438.0 -71535,gt_model_sell_peak_local,sell,2025-08-13 10:48:00,1435.0 -71536,gt_model_sell_peak_local,sell,2025-08-13 10:57:00,1438.0 -71537,gt_model_sell_peak_local,sell,2025-08-13 14:18:00,1466.0 -71538,gt_model_sell_peak_local,sell,2025-08-13 15:45:00,1455.0 -71539,gt_model_sell_peak_local,sell,2025-08-13 18:30:00,1482.0 -71540,gt_model_sell_peak_local,sell,2025-08-13 20:42:00,1484.0 -71541,gt_model_sell_peak_local,sell,2025-08-13 22:03:00,1479.0 -71542,gt_model_sell_peak_local,sell,2025-08-13 23:33:00,1484.0 -71543,gt_model_sell_peak_local,sell,2025-08-14 04:12:00,1494.0 -71544,gt_model_sell_peak_local,sell,2025-08-14 05:33:00,1500.0 -71545,gt_model_sell_peak_local,sell,2025-08-14 09:12:00,1541.0 -71546,gt_model_sell_peak_local,sell,2025-08-14 12:54:00,1537.0 -71547,gt_model_sell_peak_local,sell,2025-08-14 12:57:00,1538.0 -71548,gt_model_sell_peak_local,sell,2025-08-14 13:18:00,1536.0 -71549,gt_model_sell_peak_local,sell,2025-08-14 13:21:00,1541.0 -71550,gt_model_sell_peak_local,sell,2025-08-14 19:57:00,1491.0 -71551,gt_model_sell_peak_local,sell,2025-08-14 22:27:00,1400.0 -71552,gt_model_sell_peak_local,sell,2025-08-15 00:30:00,1419.0 -71553,gt_model_sell_peak_local,sell,2025-08-15 03:33:00,1397.0 -71554,gt_model_sell_peak_local,sell,2025-08-15 05:42:00,1396.0 -71555,gt_model_sell_peak_local,sell,2025-08-15 09:09:00,1396.0 -71556,gt_model_sell_peak_local,sell,2025-08-15 10:12:00,1399.0 -71557,gt_model_sell_peak_local,sell,2025-08-15 11:54:00,1404.0 -71558,gt_model_sell_peak_local,sell,2025-08-15 11:57:00,1405.0 -71559,gt_model_sell_peak_local,sell,2025-08-15 12:09:00,1407.0 -71560,gt_model_sell_peak_local,sell,2025-08-15 13:36:00,1404.0 -71561,gt_model_sell_peak_local,sell,2025-08-15 16:42:00,1408.0 -71562,gt_model_sell_peak_local,sell,2025-08-15 18:42:00,1393.0 -71563,gt_model_sell_peak_local,sell,2025-08-15 22:48:00,1384.0 -71564,gt_model_sell_peak_local,sell,2025-08-16 03:42:00,1350.0 -71565,gt_model_sell_peak_local,sell,2025-08-16 03:57:00,1354.0 -71566,gt_model_sell_peak_local,sell,2025-08-16 04:00:00,1347.0 -71567,gt_model_sell_peak_local,sell,2025-08-16 05:15:00,1352.0 -71568,gt_model_sell_peak_local,sell,2025-08-16 09:00:00,1380.0 -71569,gt_model_sell_peak_local,sell,2025-08-16 10:48:00,1384.0 -71570,gt_model_sell_peak_local,sell,2025-08-16 12:12:00,1381.0 -71571,gt_model_sell_peak_local,sell,2025-08-16 12:18:00,1381.0 -71572,gt_model_sell_peak_local,sell,2025-08-16 12:33:00,1378.0 -71573,gt_model_sell_peak_local,sell,2025-08-16 14:30:00,1370.0 -71574,gt_model_sell_peak_local,sell,2025-08-16 14:57:00,1368.0 -71575,gt_model_sell_peak_local,sell,2025-08-16 17:36:00,1369.0 -71576,gt_model_sell_peak_local,sell,2025-08-16 19:36:00,1360.0 -71577,gt_model_sell_peak_local,sell,2025-08-16 19:39:00,1356.0 -71578,gt_model_sell_peak_local,sell,2025-08-16 19:42:00,1358.0 -71579,gt_model_sell_peak_local,sell,2025-08-16 21:15:00,1353.0 -71580,gt_model_sell_peak_local,sell,2025-08-16 23:27:00,1362.0 -71581,gt_model_sell_peak_local,sell,2025-08-17 08:57:00,1394.0 -71582,gt_model_sell_peak_local,sell,2025-08-17 15:12:00,1392.0 -71583,gt_model_sell_peak_local,sell,2025-08-17 18:57:00,1400.0 -71584,gt_model_sell_peak_local,sell,2025-08-17 20:57:00,1402.0 -71585,gt_model_sell_peak_local,sell,2025-08-17 21:00:00,1404.0 -71586,gt_model_sell_peak_local,sell,2025-08-17 22:09:00,1392.0 -71587,gt_model_sell_peak_local,sell,2025-08-18 02:09:00,1412.0 -71588,gt_model_sell_peak_local,sell,2025-08-18 04:15:00,1402.0 -71589,gt_model_sell_peak_local,sell,2025-08-18 04:18:00,1403.0 -71590,gt_model_sell_peak_local,sell,2025-08-18 06:39:00,1393.0 -71591,gt_model_sell_peak_local,sell,2025-08-18 08:33:00,1394.0 -71592,gt_model_sell_peak_local,sell,2025-08-18 08:48:00,1393.0 -71593,gt_model_sell_peak_local,sell,2025-08-18 15:09:00,1342.0 -71594,gt_model_sell_peak_local,sell,2025-08-18 15:12:00,1340.0 -71595,gt_model_sell_peak_local,sell,2025-08-18 17:36:00,1331.0 -71596,gt_model_sell_peak_local,sell,2025-08-18 18:30:00,1319.0 -71597,gt_model_sell_peak_local,sell,2025-08-18 19:51:00,1336.0 -71598,gt_model_sell_peak_local,sell,2025-08-18 22:57:00,1329.0 -71599,gt_model_sell_peak_local,sell,2025-08-18 23:03:00,1323.0 -71600,gt_model_sell_peak_local,sell,2025-08-19 02:06:00,1329.0 -71601,gt_model_sell_peak_local,sell,2025-08-19 03:33:00,1338.0 -71602,gt_model_sell_peak_local,sell,2025-08-19 04:54:00,1330.0 -71603,gt_model_sell_peak_local,sell,2025-08-19 05:00:00,1330.0 -71604,gt_model_sell_peak_local,sell,2025-08-19 05:03:00,1331.0 -71605,gt_model_sell_peak_local,sell,2025-08-19 05:06:00,1330.0 -71606,gt_model_sell_peak_local,sell,2025-08-19 08:15:00,1334.0 -71607,gt_model_sell_peak_local,sell,2025-08-19 11:03:00,1319.0 -71608,gt_model_sell_peak_local,sell,2025-08-19 15:00:00,1295.0 -71609,gt_model_sell_peak_local,sell,2025-08-19 21:24:00,1318.0 -71610,gt_model_sell_peak_local,sell,2025-08-20 01:27:00,1286.0 -71611,gt_model_sell_peak_local,sell,2025-08-20 06:54:00,1274.0 -71612,gt_model_sell_peak_local,sell,2025-08-20 06:57:00,1275.0 -71613,gt_model_sell_peak_local,sell,2025-08-20 07:39:00,1270.0 -71614,gt_model_sell_peak_local,sell,2025-08-20 07:42:00,1272.0 -71615,gt_model_sell_peak_local,sell,2025-08-20 11:06:00,1270.0 -71616,gt_model_sell_peak_local,sell,2025-08-20 12:15:00,1270.0 -71617,gt_model_sell_peak_local,sell,2025-08-20 12:24:00,1273.0 -71618,gt_model_sell_peak_local,sell,2025-08-20 14:33:00,1285.0 -71619,gt_model_sell_peak_local,sell,2025-08-20 16:03:00,1291.0 -71620,gt_model_sell_peak_local,sell,2025-08-20 19:45:00,1309.0 -71621,gt_model_sell_peak_local,sell,2025-08-20 22:03:00,1293.0 -71622,gt_model_sell_peak_local,sell,2025-08-21 02:21:00,1321.0 -71623,gt_model_sell_peak_local,sell,2025-08-21 02:24:00,1318.0 -71624,gt_model_sell_peak_local,sell,2025-08-21 02:27:00,1317.0 -71625,gt_model_sell_peak_local,sell,2025-08-21 04:00:00,1319.0 -71626,gt_model_sell_peak_local,sell,2025-08-21 06:06:00,1329.0 -71627,gt_model_sell_peak_local,sell,2025-08-21 09:09:00,1337.0 -71628,gt_model_sell_peak_local,sell,2025-08-21 10:39:00,1335.0 -71629,gt_model_sell_peak_local,sell,2025-08-21 12:00:00,1333.0 -71630,gt_model_sell_peak_local,sell,2025-08-21 13:09:00,1330.0 -71631,gt_model_sell_peak_local,sell,2025-08-21 14:48:00,1333.0 -71632,gt_model_sell_peak_local,sell,2025-08-21 15:51:00,1326.0 -71633,gt_model_sell_peak_local,sell,2025-08-21 17:54:00,1319.0 -71634,gt_model_sell_peak_local,sell,2025-08-21 17:57:00,1319.0 -71635,gt_model_sell_peak_local,sell,2025-08-21 21:09:00,1307.0 -71636,gt_model_sell_peak_local,sell,2025-08-21 21:12:00,1304.0 -71637,gt_model_sell_peak_local,sell,2025-08-21 21:18:00,1301.0 -71638,gt_model_sell_peak_local,sell,2025-08-22 00:18:00,1300.0 -71639,gt_model_sell_peak_local,sell,2025-08-22 01:39:00,1299.0 -71640,gt_model_sell_peak_local,sell,2025-08-22 05:03:00,1300.0 -71641,gt_model_sell_peak_local,sell,2025-08-22 08:30:00,1308.0 -71642,gt_model_sell_peak_local,sell,2025-08-22 08:51:00,1306.0 -71643,gt_model_sell_peak_local,sell,2025-08-22 08:57:00,1309.0 -71644,gt_model_sell_peak_local,sell,2025-08-22 10:36:00,1308.0 -71645,gt_model_sell_peak_local,sell,2025-08-22 12:51:00,1300.0 -71646,gt_model_sell_peak_local,sell,2025-08-22 16:21:00,1304.0 -71647,gt_model_sell_peak_local,sell,2025-08-22 18:18:00,1302.0 -71648,gt_model_sell_peak_local,sell,2025-08-22 18:21:00,1300.0 -71649,gt_model_sell_peak_local,sell,2025-08-22 19:51:00,1294.0 -71650,gt_model_sell_peak_local,sell,2025-08-23 05:57:00,1409.0 -71651,gt_model_sell_peak_local,sell,2025-08-23 07:42:00,1404.0 -71652,gt_model_sell_peak_local,sell,2025-08-23 07:48:00,1408.0 -71653,gt_model_sell_peak_local,sell,2025-08-23 10:03:00,1404.0 -71654,gt_model_sell_peak_local,sell,2025-08-23 16:06:00,1403.0 -71655,gt_model_sell_peak_local,sell,2025-08-23 19:51:00,1394.0 -71656,gt_model_sell_peak_local,sell,2025-08-23 20:00:00,1392.0 -71657,gt_model_sell_peak_local,sell,2025-08-23 22:18:00,1402.0 -71658,gt_model_sell_peak_local,sell,2025-08-23 22:21:00,1404.0 -71659,gt_model_sell_peak_local,sell,2025-08-23 23:48:00,1402.0 -71660,gt_model_sell_peak_local,sell,2025-08-24 00:24:00,1402.0 -71661,gt_model_sell_peak_local,sell,2025-08-24 01:48:00,1397.0 -71662,gt_model_sell_peak_local,sell,2025-08-24 03:12:00,1399.0 -71663,gt_model_sell_peak_local,sell,2025-08-24 03:15:00,1400.0 -71664,gt_model_sell_peak_local,sell,2025-08-24 05:57:00,1402.0 -71665,gt_model_sell_peak_local,sell,2025-08-24 06:00:00,1401.0 -71666,gt_model_sell_peak_local,sell,2025-08-24 06:03:00,1399.0 -71667,gt_model_sell_peak_local,sell,2025-08-24 09:18:00,1399.0 -71668,gt_model_sell_peak_local,sell,2025-08-24 10:42:00,1393.0 -71669,gt_model_sell_peak_local,sell,2025-08-24 14:03:00,1372.0 -71670,gt_model_sell_peak_local,sell,2025-08-24 14:06:00,1370.0 -71671,gt_model_sell_peak_local,sell,2025-08-24 18:12:00,1350.0 -71672,gt_model_sell_peak_local,sell,2025-08-24 19:42:00,1331.0 -71673,gt_model_sell_peak_local,sell,2025-08-24 19:45:00,1330.0 -71674,gt_model_sell_peak_local,sell,2025-08-24 19:48:00,1333.0 -71675,gt_model_sell_peak_local,sell,2025-08-24 21:30:00,1334.0 -71676,gt_model_sell_peak_local,sell,2025-08-24 23:27:00,1339.0 -71677,gt_model_sell_peak_local,sell,2025-08-24 23:33:00,1338.0 -71678,gt_model_sell_peak_local,sell,2025-08-24 23:36:00,1339.0 -71679,gt_model_sell_peak_local,sell,2025-08-25 01:21:00,1347.0 -71680,gt_model_sell_peak_local,sell,2025-08-25 05:21:00,1360.0 -71681,gt_model_sell_peak_local,sell,2025-08-25 06:42:00,1364.0 -71682,gt_model_sell_peak_local,sell,2025-08-25 06:45:00,1362.0 -71683,gt_model_sell_peak_local,sell,2025-08-25 09:24:00,1346.0 -71684,gt_model_sell_peak_local,sell,2025-08-25 12:54:00,1354.0 -71685,gt_model_sell_peak_local,sell,2025-08-25 22:24:00,1285.0 -71686,gt_model_sell_peak_local,sell,2025-08-26 00:51:00,1302.0 -71687,gt_model_sell_peak_local,sell,2025-08-26 02:21:00,1286.0 -71688,gt_model_sell_peak_local,sell,2025-08-26 08:42:00,1244.0 -71689,gt_model_sell_peak_local,sell,2025-08-26 10:42:00,1261.0 -71690,gt_model_sell_peak_local,sell,2025-08-26 12:12:00,1260.0 -71691,gt_model_sell_peak_local,sell,2025-08-26 15:09:00,1257.0 -71692,gt_model_sell_peak_local,sell,2025-08-26 15:12:00,1259.0 -71693,gt_model_sell_peak_local,sell,2025-08-26 15:15:00,1260.0 -71694,gt_model_sell_peak_local,sell,2025-08-26 17:51:00,1258.0 -71695,gt_model_sell_peak_local,sell,2025-08-26 20:42:00,1252.0 -71696,gt_model_sell_peak_local,sell,2025-08-26 20:45:00,1256.0 -71697,gt_model_sell_peak_local,sell,2025-08-26 22:48:00,1273.0 -71698,gt_model_sell_peak_local,sell,2025-08-27 01:03:00,1284.0 -71699,gt_model_sell_peak_local,sell,2025-08-27 06:54:00,1325.0 -71700,gt_model_sell_peak_local,sell,2025-08-27 09:54:00,1333.0 -71701,gt_model_sell_peak_local,sell,2025-08-27 10:00:00,1327.0 -71702,gt_model_sell_peak_local,sell,2025-08-27 12:42:00,1330.0 -71703,gt_model_sell_peak_local,sell,2025-08-27 14:12:00,1341.0 -71704,gt_model_sell_peak_local,sell,2025-08-27 14:18:00,1337.0 -71705,gt_model_sell_peak_local,sell,2025-08-27 16:33:00,1323.0 -71706,gt_model_sell_peak_local,sell,2025-08-27 19:21:00,1318.0 -71707,gt_model_sell_peak_local,sell,2025-08-27 19:24:00,1315.0 -71708,gt_model_sell_peak_local,sell,2025-08-27 19:27:00,1316.0 -71709,gt_model_sell_peak_local,sell,2025-08-27 21:21:00,1312.0 -71710,gt_model_sell_peak_local,sell,2025-08-28 00:36:00,1315.0 -71711,gt_model_sell_peak_local,sell,2025-08-28 02:00:00,1317.0 -71712,gt_model_sell_peak_local,sell,2025-08-28 02:21:00,1316.0 -71713,gt_model_sell_peak_local,sell,2025-08-28 04:12:00,1321.0 -71714,gt_model_sell_peak_local,sell,2025-08-28 07:06:00,1307.0 -71715,gt_model_sell_peak_local,sell,2025-08-28 08:42:00,1308.0 -71716,gt_model_sell_peak_local,sell,2025-08-28 12:30:00,1310.0 -71717,gt_model_sell_peak_local,sell,2025-08-28 12:39:00,1314.0 -71718,gt_model_sell_peak_local,sell,2025-08-28 15:03:00,1318.0 -71719,gt_model_sell_peak_local,sell,2025-08-28 18:06:00,1316.0 -71720,gt_model_sell_peak_local,sell,2025-08-28 21:33:00,1324.0 -71721,gt_model_sell_peak_local,sell,2025-08-28 22:42:00,1319.0 -71722,gt_model_sell_peak_local,sell,2025-08-29 01:33:00,1325.0 -71723,gt_model_sell_peak_local,sell,2025-08-29 01:36:00,1324.0 -71724,gt_model_sell_peak_local,sell,2025-08-29 04:39:00,1312.0 -71725,gt_model_sell_peak_local,sell,2025-08-29 08:33:00,1336.0 -71726,gt_model_sell_peak_local,sell,2025-08-29 10:27:00,1321.0 -71727,gt_model_sell_peak_local,sell,2025-08-29 12:24:00,1329.0 -71728,gt_model_sell_peak_local,sell,2025-08-29 14:27:00,1323.0 -71729,gt_model_sell_peak_local,sell,2025-08-29 21:12:00,1285.0 -71730,gt_model_sell_peak_local,sell,2025-08-29 22:48:00,1275.0 -71731,gt_model_sell_peak_local,sell,2025-08-30 01:18:00,1273.0 -71732,gt_model_sell_peak_local,sell,2025-08-30 01:21:00,1273.0 -71733,gt_model_sell_peak_local,sell,2025-08-30 01:24:00,1273.0 -71734,gt_model_sell_peak_local,sell,2025-08-30 05:48:00,1262.0 -71735,gt_model_sell_peak_local,sell,2025-08-30 07:45:00,1273.0 -71736,gt_model_sell_peak_local,sell,2025-08-30 09:00:00,1272.0 -71737,gt_model_sell_peak_local,sell,2025-08-30 10:24:00,1261.0 -71738,gt_model_sell_peak_local,sell,2025-08-30 13:24:00,1276.0 -71739,gt_model_sell_peak_local,sell,2025-08-30 13:27:00,1276.0 -71740,gt_model_sell_peak_local,sell,2025-08-30 13:33:00,1276.0 -71741,gt_model_sell_peak_local,sell,2025-08-30 13:36:00,1273.0 -71742,gt_model_sell_peak_local,sell,2025-08-30 15:45:00,1280.0 -71743,gt_model_sell_peak_local,sell,2025-08-30 15:51:00,1277.0 -71744,gt_model_sell_peak_local,sell,2025-08-30 17:48:00,1273.0 -71745,gt_model_sell_peak_local,sell,2025-08-30 17:51:00,1274.0 -71746,gt_model_sell_peak_local,sell,2025-08-30 17:54:00,1274.0 -71747,gt_model_sell_peak_local,sell,2025-08-30 17:57:00,1273.0 -71748,gt_model_sell_peak_local,sell,2025-08-30 18:00:00,1273.0 -71749,gt_model_sell_peak_local,sell,2025-08-30 18:03:00,1272.0 -71750,gt_model_sell_peak_local,sell,2025-08-30 20:18:00,1271.0 -71751,gt_model_sell_peak_local,sell,2025-08-30 21:57:00,1266.0 -71752,gt_model_sell_peak_local,sell,2025-08-30 22:00:00,1265.0 -71753,gt_model_sell_peak_local,sell,2025-08-30 22:12:00,1252.0 -71754,gt_model_sell_peak_local,sell,2025-08-31 01:42:00,1260.0 -71755,gt_model_sell_peak_local,sell,2025-08-31 01:45:00,1259.0 -71756,gt_model_sell_peak_local,sell,2025-08-31 05:45:00,1255.0 -71757,gt_model_sell_peak_local,sell,2025-08-31 05:48:00,1255.0 -71758,gt_model_sell_peak_local,sell,2025-08-31 06:00:00,1254.0 -71759,gt_model_sell_peak_local,sell,2025-08-31 06:03:00,1255.0 -71760,gt_model_sell_peak_local,sell,2025-08-31 12:00:00,1275.0 -71761,gt_model_sell_peak_local,sell,2025-08-31 13:54:00,1265.0 -71762,gt_model_sell_peak_local,sell,2025-08-31 14:00:00,1266.0 -71763,gt_model_sell_peak_local,sell,2025-08-31 17:09:00,1258.0 -71764,gt_model_sell_peak_local,sell,2025-08-31 18:54:00,1259.0 -71765,gt_model_sell_peak_local,sell,2025-08-31 18:57:00,1258.0 -71766,gt_model_sell_peak_local,sell,2025-08-31 21:33:00,1250.0 -71767,gt_model_sell_peak_local,sell,2025-08-31 23:18:00,1248.0 -71768,gt_model_sell_peak_local,sell,2025-08-31 23:21:00,1247.0 -71769,gt_model_sell_peak_local,sell,2025-08-31 23:24:00,1246.0 -71770,gt_model_sell_peak_local,sell,2025-08-31 23:27:00,1248.0 -71771,gt_model_sell_peak_local,sell,2025-09-01 01:45:00,1251.0 -71772,gt_model_sell_peak_local,sell,2025-09-01 01:48:00,1250.0 -71773,gt_model_sell_peak_local,sell,2025-09-01 01:51:00,1250.0 -71774,gt_model_sell_peak_local,sell,2025-09-01 01:54:00,1252.0 -71775,gt_model_sell_peak_local,sell,2025-09-01 01:57:00,1250.0 -71776,gt_model_sell_peak_local,sell,2025-09-01 05:06:00,1252.0 -71777,gt_model_sell_peak_local,sell,2025-09-01 06:36:00,1251.0 -71778,gt_model_sell_peak_local,sell,2025-09-01 07:51:00,1245.0 -71779,gt_model_sell_peak_local,sell,2025-09-01 11:42:00,1209.0 -71780,gt_model_sell_peak_local,sell,2025-09-01 11:45:00,1210.0 -71781,gt_model_sell_peak_local,sell,2025-09-01 19:09:00,1237.0 -71782,gt_model_sell_peak_local,sell,2025-09-01 23:27:00,1221.0 -71783,gt_model_sell_peak_local,sell,2025-09-02 00:54:00,1208.0 -71784,gt_model_sell_peak_local,sell,2025-09-02 00:57:00,1209.0 -71785,gt_model_sell_peak_local,sell,2025-09-02 04:48:00,1209.0 -71786,gt_model_sell_peak_local,sell,2025-09-02 05:09:00,1210.0 -71787,gt_model_sell_peak_local,sell,2025-09-02 06:03:00,1185.0 -71788,gt_model_sell_peak_local,sell,2025-09-02 10:33:00,1195.0 -71789,gt_model_sell_peak_local,sell,2025-09-02 10:39:00,1195.0 -71790,gt_model_sell_peak_local,sell,2025-09-02 13:09:00,1215.0 -71791,gt_model_sell_peak_local,sell,2025-09-02 13:12:00,1214.0 -71792,gt_model_sell_peak_local,sell,2025-09-02 13:15:00,1218.0 -71793,gt_model_sell_peak_local,sell,2025-09-02 14:45:00,1217.0 -71794,gt_model_sell_peak_local,sell,2025-09-02 16:42:00,1216.0 -71795,gt_model_sell_peak_local,sell,2025-09-02 18:51:00,1219.0 -71796,gt_model_sell_peak_local,sell,2025-09-02 21:00:00,1213.0 -71797,gt_model_sell_peak_local,sell,2025-09-03 01:24:00,1209.0 -71798,gt_model_sell_peak_local,sell,2025-09-03 01:27:00,1211.0 -71799,gt_model_sell_peak_local,sell,2025-09-03 03:30:00,1218.0 -71800,gt_model_sell_peak_local,sell,2025-09-03 03:33:00,1216.0 -71801,gt_model_sell_peak_local,sell,2025-09-03 05:09:00,1225.0 -71802,gt_model_sell_peak_local,sell,2025-09-03 07:42:00,1238.0 -71803,gt_model_sell_peak_local,sell,2025-09-03 07:45:00,1238.0 -71804,gt_model_sell_peak_local,sell,2025-09-03 09:15:00,1236.0 -71805,gt_model_sell_peak_local,sell,2025-09-03 10:27:00,1233.0 -71806,gt_model_sell_peak_local,sell,2025-09-03 12:27:00,1237.0 -71807,gt_model_sell_peak_local,sell,2025-09-03 16:27:00,1227.0 -71808,gt_model_sell_peak_local,sell,2025-09-03 16:30:00,1228.0 -71809,gt_model_sell_peak_local,sell,2025-09-03 18:15:00,1222.0 -71810,gt_model_sell_peak_local,sell,2025-09-03 18:18:00,1223.0 -71811,gt_model_sell_peak_local,sell,2025-09-03 20:30:00,1232.0 -71812,gt_model_sell_peak_local,sell,2025-09-03 22:21:00,1239.0 -71813,gt_model_sell_peak_local,sell,2025-09-04 01:09:00,1249.0 -71814,gt_model_sell_peak_local,sell,2025-09-04 02:03:00,1246.0 -71815,gt_model_sell_peak_local,sell,2025-09-04 02:06:00,1246.0 -71816,gt_model_sell_peak_local,sell,2025-09-04 03:36:00,1249.0 -71817,gt_model_sell_peak_local,sell,2025-09-04 06:00:00,1256.0 -71818,gt_model_sell_peak_local,sell,2025-09-04 06:03:00,1253.0 -71819,gt_model_sell_peak_local,sell,2025-09-04 06:06:00,1255.0 -71820,gt_model_sell_peak_local,sell,2025-09-04 06:09:00,1255.0 -71821,gt_model_sell_peak_local,sell,2025-09-04 06:12:00,1255.0 -71822,gt_model_sell_peak_local,sell,2025-09-04 06:15:00,1253.0 -71823,gt_model_sell_peak_local,sell,2025-09-04 06:36:00,1252.0 -71824,gt_model_sell_peak_local,sell,2025-09-04 08:06:00,1252.0 -71825,gt_model_sell_peak_local,sell,2025-09-04 08:09:00,1254.0 -71826,gt_model_sell_peak_local,sell,2025-09-04 08:18:00,1251.0 -71827,gt_model_sell_peak_local,sell,2025-09-04 10:21:00,1248.0 -71828,gt_model_sell_peak_local,sell,2025-09-04 10:27:00,1247.0 -71829,gt_model_sell_peak_local,sell,2025-09-04 10:54:00,1249.0 -71830,gt_model_sell_peak_local,sell,2025-09-04 11:00:00,1252.0 -71831,gt_model_sell_peak_local,sell,2025-09-04 12:42:00,1244.0 -71832,gt_model_sell_peak_local,sell,2025-09-04 14:42:00,1234.0 -71833,gt_model_sell_peak_local,sell,2025-09-04 14:45:00,1233.0 -71834,gt_model_sell_peak_local,sell,2025-09-04 18:09:00,1228.0 -71835,gt_model_sell_peak_local,sell,2025-09-04 22:15:00,1226.0 -71836,gt_model_sell_peak_local,sell,2025-09-05 03:18:00,1220.0 -71837,gt_model_sell_peak_local,sell,2025-09-05 03:24:00,1219.0 -71838,gt_model_sell_peak_local,sell,2025-09-05 06:24:00,1220.0 -71839,gt_model_sell_peak_local,sell,2025-09-05 06:27:00,1219.0 -71840,gt_model_sell_peak_local,sell,2025-09-05 09:03:00,1220.0 -71841,gt_model_sell_peak_local,sell,2025-09-05 12:06:00,1225.0 -71842,gt_model_sell_peak_local,sell,2025-09-05 12:36:00,1220.0 -71843,gt_model_sell_peak_local,sell,2025-09-05 13:51:00,1222.0 -71844,gt_model_sell_peak_local,sell,2025-09-05 14:03:00,1223.0 -71845,gt_model_sell_peak_local,sell,2025-09-05 15:54:00,1224.0 -71846,gt_model_sell_peak_local,sell,2025-09-05 15:57:00,1224.0 -71847,gt_model_sell_peak_local,sell,2025-09-05 17:54:00,1248.0 -71848,gt_model_sell_peak_local,sell,2025-09-05 17:57:00,1246.0 -71849,gt_model_sell_peak_local,sell,2025-09-05 20:09:00,1245.0 -71850,gt_model_sell_peak_local,sell,2025-09-05 23:03:00,1261.0 -71851,gt_model_sell_peak_local,sell,2025-09-06 01:39:00,1244.0 -71852,gt_model_sell_peak_local,sell,2025-09-06 02:57:00,1242.0 -71853,gt_model_sell_peak_local,sell,2025-09-06 03:00:00,1245.0 -71854,gt_model_sell_peak_local,sell,2025-09-06 10:42:00,1273.0 -71855,gt_model_sell_peak_local,sell,2025-09-06 10:45:00,1273.0 -71856,gt_model_sell_peak_local,sell,2025-09-06 13:54:00,1274.0 -71857,gt_model_sell_peak_local,sell,2025-09-06 18:03:00,1265.0 -71858,gt_model_sell_peak_local,sell,2025-09-06 18:06:00,1263.0 -71859,gt_model_sell_peak_local,sell,2025-09-06 20:54:00,1270.0 -71860,gt_model_sell_peak_local,sell,2025-09-06 20:57:00,1273.0 -71861,gt_model_sell_peak_local,sell,2025-09-06 22:51:00,1275.0 -71862,gt_model_sell_peak_local,sell,2025-09-07 00:42:00,1282.0 -71863,gt_model_sell_peak_local,sell,2025-09-07 01:36:00,1277.0 -71864,gt_model_sell_peak_local,sell,2025-09-07 04:54:00,1289.0 -71865,gt_model_sell_peak_local,sell,2025-09-07 08:00:00,1343.0 -71866,gt_model_sell_peak_local,sell,2025-09-07 09:51:00,1339.0 -71867,gt_model_sell_peak_local,sell,2025-09-07 12:39:00,1378.0 -71868,gt_model_sell_peak_local,sell,2025-09-07 14:33:00,1422.0 -71869,gt_model_sell_peak_local,sell,2025-09-07 16:03:00,1423.0 -71870,gt_model_sell_peak_local,sell,2025-09-07 18:45:00,1410.0 -71871,gt_model_sell_peak_local,sell,2025-09-07 23:57:00,1485.0 -71872,gt_model_sell_peak_local,sell,2025-09-08 01:24:00,1457.0 -71873,gt_model_sell_peak_local,sell,2025-09-08 05:51:00,1448.0 -71874,gt_model_sell_peak_local,sell,2025-09-08 05:54:00,1447.0 -71875,gt_model_sell_peak_local,sell,2025-09-08 05:57:00,1448.0 -71876,gt_model_sell_peak_local,sell,2025-09-08 09:27:00,1440.0 -71877,gt_model_sell_peak_local,sell,2025-09-08 09:30:00,1448.0 -71878,gt_model_sell_peak_local,sell,2025-09-08 09:33:00,1445.0 -71879,gt_model_sell_peak_local,sell,2025-09-08 15:12:00,1746.0 -71880,gt_model_sell_peak_local,sell,2025-09-08 16:42:00,1755.0 -71881,gt_model_sell_peak_local,sell,2025-09-08 19:33:00,1741.0 -71882,gt_model_sell_peak_local,sell,2025-09-08 20:54:00,1702.0 -71883,gt_model_sell_peak_local,sell,2025-09-09 01:03:00,2090.0 -71884,gt_model_sell_peak_local,sell,2025-09-09 03:36:00,2036.0 -71885,gt_model_sell_peak_local,sell,2025-09-09 05:30:00,2099.0 -71886,gt_model_sell_peak_local,sell,2025-09-09 08:09:00,2136.0 -71887,gt_model_sell_peak_local,sell,2025-09-09 10:27:00,2487.0 -71888,gt_model_sell_peak_local,sell,2025-09-09 14:06:00,2538.0 -71889,gt_model_sell_peak_local,sell,2025-09-09 17:12:00,2671.0 -71890,gt_model_sell_peak_local,sell,2025-09-09 20:33:00,2892.0 -71891,gt_model_sell_peak_local,sell,2025-09-10 03:57:00,2504.0 -71892,gt_model_sell_peak_local,sell,2025-09-10 05:39:00,2502.0 -71893,gt_model_sell_peak_local,sell,2025-09-10 09:51:00,2642.0 -71894,gt_model_sell_peak_local,sell,2025-09-10 11:36:00,2769.0 -71895,gt_model_sell_peak_local,sell,2025-09-10 15:00:00,2677.0 -71896,gt_model_sell_peak_local,sell,2025-09-10 16:21:00,2623.0 -71897,gt_model_sell_peak_local,sell,2025-09-10 19:03:00,2617.0 -71898,gt_model_sell_peak_local,sell,2025-09-10 22:33:00,2602.0 -71899,gt_model_sell_peak_local,sell,2025-09-11 01:09:00,2541.0 -71900,gt_model_sell_peak_local,sell,2025-09-11 03:18:00,2502.0 -71901,gt_model_sell_peak_local,sell,2025-09-11 07:09:00,2562.0 -71902,gt_model_sell_peak_local,sell,2025-09-11 09:12:00,2607.0 -71903,gt_model_sell_peak_local,sell,2025-09-11 13:51:00,2490.0 -71904,gt_model_sell_peak_local,sell,2025-09-11 16:21:00,2434.0 -71905,gt_model_sell_peak_local,sell,2025-09-11 19:57:00,2409.0 -71906,gt_model_sell_peak_local,sell,2025-09-12 04:12:00,2264.0 -71907,gt_model_sell_peak_local,sell,2025-09-12 08:18:00,2306.0 -71908,gt_model_sell_peak_local,sell,2025-09-12 09:39:00,2312.0 -71909,gt_model_sell_peak_local,sell,2025-09-12 16:36:00,2356.0 -71910,gt_model_sell_peak_local,sell,2025-09-12 20:54:00,2260.0 -71911,gt_model_sell_peak_local,sell,2025-09-12 22:30:00,2251.0 -71912,gt_model_sell_peak_local,sell,2025-09-12 23:57:00,2237.0 -71913,gt_model_sell_peak_local,sell,2025-09-13 03:09:00,2230.0 -71914,gt_model_sell_peak_local,sell,2025-09-13 05:57:00,2271.0 -71915,gt_model_sell_peak_local,sell,2025-09-13 07:42:00,2292.0 -71916,gt_model_sell_peak_local,sell,2025-09-13 10:27:00,2285.0 -71917,gt_model_sell_peak_local,sell,2025-09-13 13:18:00,2309.0 -71918,gt_model_sell_peak_local,sell,2025-09-13 13:24:00,2308.0 -71919,gt_model_sell_peak_local,sell,2025-09-13 15:39:00,2277.0 -71920,gt_model_sell_peak_local,sell,2025-09-13 15:45:00,2275.0 -71921,gt_model_sell_peak_local,sell,2025-09-13 15:48:00,2275.0 -71922,gt_model_sell_peak_local,sell,2025-09-13 20:39:00,2246.0 -71923,gt_model_sell_peak_local,sell,2025-09-13 22:51:00,2220.0 -71924,gt_model_sell_peak_local,sell,2025-09-13 22:54:00,2225.0 -71925,gt_model_sell_peak_local,sell,2025-09-14 01:03:00,2216.0 -71926,gt_model_sell_peak_local,sell,2025-09-14 07:27:00,2264.0 -71927,gt_model_sell_peak_local,sell,2025-09-14 09:54:00,2236.0 -71928,gt_model_sell_peak_local,sell,2025-09-14 13:24:00,2272.0 -71929,gt_model_sell_peak_local,sell,2025-09-14 17:36:00,2319.0 -71930,gt_model_sell_peak_local,sell,2025-09-14 21:06:00,2261.0 -71931,gt_model_sell_peak_local,sell,2025-09-15 00:12:00,2219.0 -71932,gt_model_sell_peak_local,sell,2025-09-15 03:48:00,2230.0 -71933,gt_model_sell_peak_local,sell,2025-09-15 05:33:00,2233.0 -71934,gt_model_sell_peak_local,sell,2025-09-15 07:57:00,2237.0 -71935,gt_model_sell_peak_local,sell,2025-09-15 10:27:00,2184.0 -71936,gt_model_sell_peak_local,sell,2025-09-15 12:15:00,2211.0 -71937,gt_model_sell_peak_local,sell,2025-09-15 12:18:00,2209.0 -71938,gt_model_sell_peak_local,sell,2025-09-15 15:21:00,2222.0 -71939,gt_model_sell_peak_local,sell,2025-09-15 19:54:00,2205.0 -71940,gt_model_sell_peak_local,sell,2025-09-15 23:12:00,2158.0 -71941,gt_model_sell_peak_local,sell,2025-09-16 02:45:00,2079.0 -71942,gt_model_sell_peak_local,sell,2025-09-16 06:51:00,2105.0 -71943,gt_model_sell_peak_local,sell,2025-09-16 08:18:00,2108.0 -71944,gt_model_sell_peak_local,sell,2025-09-16 08:21:00,2106.0 -71945,gt_model_sell_peak_local,sell,2025-09-16 09:57:00,2083.0 -71946,gt_model_sell_peak_local,sell,2025-09-16 11:21:00,2087.0 -71947,gt_model_sell_peak_local,sell,2025-09-16 11:24:00,2088.0 -71948,gt_model_sell_peak_local,sell,2025-09-16 14:27:00,2088.0 -71949,gt_model_sell_peak_local,sell,2025-09-16 16:15:00,2090.0 -71950,gt_model_sell_peak_local,sell,2025-09-16 16:18:00,2092.0 -71951,gt_model_sell_peak_local,sell,2025-09-16 18:12:00,2092.0 -71952,gt_model_sell_peak_local,sell,2025-09-16 23:33:00,2130.0 -71953,gt_model_sell_peak_local,sell,2025-09-17 03:21:00,2107.0 -71954,gt_model_sell_peak_local,sell,2025-09-17 03:24:00,2104.0 -71955,gt_model_sell_peak_local,sell,2025-09-17 08:27:00,2105.0 -71956,gt_model_sell_peak_local,sell,2025-09-17 10:42:00,2104.0 -71957,gt_model_sell_peak_local,sell,2025-09-17 10:45:00,2101.0 -71958,gt_model_sell_peak_local,sell,2025-09-17 12:36:00,2084.0 -71959,gt_model_sell_peak_local,sell,2025-09-17 12:51:00,2078.0 -71960,gt_model_sell_peak_local,sell,2025-09-17 14:39:00,2064.0 -71961,gt_model_sell_peak_local,sell,2025-09-17 16:51:00,2093.0 -71962,gt_model_sell_peak_local,sell,2025-09-17 19:39:00,2071.0 -71963,gt_model_sell_peak_local,sell,2025-09-18 00:06:00,2099.0 -71964,gt_model_sell_peak_local,sell,2025-09-18 02:54:00,2168.0 -71965,gt_model_sell_peak_local,sell,2025-09-18 05:15:00,2209.0 -71966,gt_model_sell_peak_local,sell,2025-09-18 09:00:00,2218.0 -71967,gt_model_sell_peak_local,sell,2025-09-18 09:03:00,2214.0 -71968,gt_model_sell_peak_local,sell,2025-09-18 11:21:00,2216.0 -71969,gt_model_sell_peak_local,sell,2025-09-18 13:36:00,2230.0 -71970,gt_model_sell_peak_local,sell,2025-09-18 15:21:00,2202.0 -71971,gt_model_sell_peak_local,sell,2025-09-18 18:39:00,2182.0 -71972,gt_model_sell_peak_local,sell,2025-09-18 19:45:00,2180.0 -71973,gt_model_sell_peak_local,sell,2025-09-18 21:06:00,2176.0 -71974,gt_model_sell_peak_local,sell,2025-09-18 21:09:00,2173.0 -71975,gt_model_sell_peak_local,sell,2025-09-18 22:27:00,2179.0 -71976,gt_model_sell_peak_local,sell,2025-09-19 00:24:00,2232.0 -71977,gt_model_sell_peak_local,sell,2025-09-19 03:21:00,2207.0 -71978,gt_model_sell_peak_local,sell,2025-09-19 05:24:00,2218.0 -71979,gt_model_sell_peak_local,sell,2025-09-19 07:51:00,2223.0 -71980,gt_model_sell_peak_local,sell,2025-09-19 11:12:00,2215.0 -71981,gt_model_sell_peak_local,sell,2025-09-19 11:15:00,2215.0 -71982,gt_model_sell_peak_local,sell,2025-09-19 14:36:00,2170.0 -71983,gt_model_sell_peak_local,sell,2025-09-19 17:15:00,2169.0 -71984,gt_model_sell_peak_local,sell,2025-09-19 18:24:00,2172.0 -71985,gt_model_sell_peak_local,sell,2025-09-19 22:03:00,2126.0 -71986,gt_model_sell_peak_local,sell,2025-09-19 23:51:00,2125.0 -71987,gt_model_sell_peak_local,sell,2025-09-20 05:36:00,2116.0 -71988,gt_model_sell_peak_local,sell,2025-09-20 07:36:00,2123.0 -71989,gt_model_sell_peak_local,sell,2025-09-20 08:48:00,2118.0 -71990,gt_model_sell_peak_local,sell,2025-09-20 08:51:00,2119.0 -71991,gt_model_sell_peak_local,sell,2025-09-20 08:54:00,2119.0 -71992,gt_model_sell_peak_local,sell,2025-09-20 08:57:00,2119.0 -71993,gt_model_sell_peak_local,sell,2025-09-20 10:51:00,2115.0 -71994,gt_model_sell_peak_local,sell,2025-09-20 14:09:00,2094.0 -71995,gt_model_sell_peak_local,sell,2025-09-20 15:48:00,2090.0 -71996,gt_model_sell_peak_local,sell,2025-09-20 15:57:00,2098.0 -71997,gt_model_sell_peak_local,sell,2025-09-20 18:03:00,2107.0 -71998,gt_model_sell_peak_local,sell,2025-09-20 20:24:00,2118.0 -71999,gt_model_sell_peak_local,sell,2025-09-20 22:57:00,2132.0 -72000,gt_model_sell_peak_local,sell,2025-09-21 01:18:00,2128.0 -72001,gt_model_sell_peak_local,sell,2025-09-21 07:39:00,2127.0 -72002,gt_model_sell_peak_local,sell,2025-09-21 07:42:00,2124.0 -72003,gt_model_sell_peak_local,sell,2025-09-21 08:48:00,2110.0 -72004,gt_model_sell_peak_local,sell,2025-09-21 14:00:00,2101.0 -72005,gt_model_sell_peak_local,sell,2025-09-21 16:12:00,2115.0 -72006,gt_model_sell_peak_local,sell,2025-09-21 20:36:00,2055.0 -72007,gt_model_sell_peak_local,sell,2025-09-21 22:24:00,2070.0 -72008,gt_model_sell_peak_local,sell,2025-09-21 22:27:00,2071.0 -72009,gt_model_sell_peak_local,sell,2025-09-21 22:30:00,2074.0 -72010,gt_model_sell_peak_local,sell,2025-09-22 00:00:00,2075.0 -72011,gt_model_sell_peak_local,sell,2025-09-22 04:48:00,2074.0 -72012,gt_model_sell_peak_local,sell,2025-09-22 06:27:00,2071.0 -72013,gt_model_sell_peak_local,sell,2025-09-22 07:42:00,2073.0 -72014,gt_model_sell_peak_local,sell,2025-09-22 07:45:00,2072.0 -72015,gt_model_sell_peak_local,sell,2025-09-22 11:39:00,1989.0 -72016,gt_model_sell_peak_local,sell,2025-09-22 11:42:00,1996.0 -72017,gt_model_sell_peak_local,sell,2025-09-22 13:15:00,1957.0 -72018,gt_model_sell_peak_local,sell,2025-09-22 19:09:00,1876.0 -72019,gt_model_sell_peak_local,sell,2025-09-22 21:09:00,1868.0 -72020,gt_model_sell_peak_local,sell,2025-09-23 00:03:00,1867.0 -72021,gt_model_sell_peak_local,sell,2025-09-23 02:18:00,1904.0 -72022,gt_model_sell_peak_local,sell,2025-09-23 06:06:00,1943.0 -72023,gt_model_sell_peak_local,sell,2025-09-23 08:33:00,1967.0 -72024,gt_model_sell_peak_local,sell,2025-09-23 09:45:00,1950.0 -72025,gt_model_sell_peak_local,sell,2025-09-23 13:39:00,1908.0 -72026,gt_model_sell_peak_local,sell,2025-09-23 16:36:00,1902.0 -72027,gt_model_sell_peak_local,sell,2025-09-23 19:12:00,1882.0 -72028,gt_model_sell_peak_local,sell,2025-09-23 22:18:00,1882.0 -72029,gt_model_sell_peak_local,sell,2025-09-23 22:48:00,1888.0 -72030,gt_model_sell_peak_local,sell,2025-09-24 00:24:00,1929.0 -72031,gt_model_sell_peak_local,sell,2025-09-24 00:27:00,1932.0 -72032,gt_model_sell_peak_local,sell,2025-09-24 03:06:00,1913.0 -72033,gt_model_sell_peak_local,sell,2025-09-24 05:18:00,1867.0 -72034,gt_model_sell_peak_local,sell,2025-09-24 08:12:00,1876.0 -72035,gt_model_sell_peak_local,sell,2025-09-24 10:24:00,1866.0 -72036,gt_model_sell_peak_local,sell,2025-09-24 10:27:00,1866.0 -72037,gt_model_sell_peak_local,sell,2025-09-24 12:00:00,1860.0 -72038,gt_model_sell_peak_local,sell,2025-09-24 12:03:00,1858.0 -72039,gt_model_sell_peak_local,sell,2025-09-24 16:36:00,1866.0 -72040,gt_model_sell_peak_local,sell,2025-09-24 16:48:00,1871.0 -72041,gt_model_sell_peak_local,sell,2025-09-24 16:51:00,1867.0 -72042,gt_model_sell_peak_local,sell,2025-09-24 16:54:00,1868.0 -72043,gt_model_sell_peak_local,sell,2025-09-24 17:03:00,1872.0 -72044,gt_model_sell_peak_local,sell,2025-09-24 20:09:00,1884.0 -72045,gt_model_sell_peak_local,sell,2025-09-24 22:15:00,1905.0 -72046,gt_model_sell_peak_local,sell,2025-09-24 23:21:00,1900.0 -72047,gt_model_sell_peak_local,sell,2025-09-25 01:12:00,1905.0 -72048,gt_model_sell_peak_local,sell,2025-09-25 01:15:00,1910.0 -72049,gt_model_sell_peak_local,sell,2025-09-25 02:54:00,1918.0 -72050,gt_model_sell_peak_local,sell,2025-09-25 07:33:00,1918.0 -72051,gt_model_sell_peak_local,sell,2025-09-25 08:12:00,1907.0 -72052,gt_model_sell_peak_local,sell,2025-09-25 10:09:00,1887.0 -72053,gt_model_sell_peak_local,sell,2025-09-25 12:57:00,1865.0 -72054,gt_model_sell_peak_local,sell,2025-09-25 17:42:00,1841.0 -72055,gt_model_sell_peak_local,sell,2025-09-25 19:15:00,1829.0 -72056,gt_model_sell_peak_local,sell,2025-09-26 00:15:00,1802.0 -72057,gt_model_sell_peak_local,sell,2025-09-26 05:27:00,1860.0 -72058,gt_model_sell_peak_local,sell,2025-09-26 10:57:00,1830.0 -72059,gt_model_sell_peak_local,sell,2025-09-26 13:15:00,1828.0 -72060,gt_model_sell_peak_local,sell,2025-09-26 14:18:00,1807.0 -72061,gt_model_sell_peak_local,sell,2025-09-26 14:21:00,1814.0 -72062,gt_model_sell_peak_local,sell,2025-09-26 17:12:00,1808.0 -72063,gt_model_sell_peak_local,sell,2025-09-26 22:42:00,1805.0 -72064,gt_model_sell_peak_local,sell,2025-09-26 23:57:00,1813.0 -72065,gt_model_sell_peak_local,sell,2025-09-27 02:21:00,1830.0 -72066,gt_model_sell_peak_local,sell,2025-09-27 04:18:00,1851.0 -72067,gt_model_sell_peak_local,sell,2025-09-27 06:15:00,1848.0 -72068,gt_model_sell_peak_local,sell,2025-09-27 09:51:00,1851.0 -72069,gt_model_sell_peak_local,sell,2025-09-27 09:57:00,1851.0 -72070,gt_model_sell_peak_local,sell,2025-09-27 10:00:00,1852.0 -72071,gt_model_sell_peak_local,sell,2025-09-27 11:06:00,1848.0 -72072,gt_model_sell_peak_local,sell,2025-09-27 14:21:00,1881.0 -72073,gt_model_sell_peak_local,sell,2025-09-27 15:51:00,1922.0 -72074,gt_model_sell_peak_local,sell,2025-09-27 18:27:00,1855.0 -72075,gt_model_sell_peak_local,sell,2025-09-27 23:18:00,1876.0 -72076,gt_model_sell_peak_local,sell,2025-09-28 01:57:00,1835.0 -72077,gt_model_sell_peak_local,sell,2025-09-28 04:03:00,1837.0 -72078,gt_model_sell_peak_local,sell,2025-09-28 06:03:00,1831.0 -72079,gt_model_sell_peak_local,sell,2025-09-28 08:27:00,1838.0 -72080,gt_model_sell_peak_local,sell,2025-09-28 13:06:00,1822.0 -72081,gt_model_sell_peak_local,sell,2025-09-28 13:12:00,1822.0 -72082,gt_model_sell_peak_local,sell,2025-09-28 13:15:00,1821.0 -72083,gt_model_sell_peak_local,sell,2025-09-28 13:27:00,1820.0 -72084,gt_model_sell_peak_local,sell,2025-09-28 14:42:00,1817.0 -72085,gt_model_sell_peak_local,sell,2025-09-28 16:03:00,1805.0 -72086,gt_model_sell_peak_local,sell,2025-09-28 17:33:00,1798.0 -72087,gt_model_sell_peak_local,sell,2025-09-28 18:48:00,1799.0 -72088,gt_model_sell_peak_local,sell,2025-09-28 20:39:00,1800.0 -72089,gt_model_sell_peak_local,sell,2025-09-28 23:57:00,1809.0 -72090,gt_model_sell_peak_local,sell,2025-09-29 02:06:00,1818.0 -72091,gt_model_sell_peak_local,sell,2025-09-29 05:03:00,1848.0 -72092,gt_model_sell_peak_local,sell,2025-09-29 06:36:00,1852.0 -72093,gt_model_sell_peak_local,sell,2025-09-29 09:00:00,1906.0 -72094,gt_model_sell_peak_local,sell,2025-09-29 09:03:00,1903.0 -72095,gt_model_sell_peak_local,sell,2025-09-29 10:57:00,1899.0 -72096,gt_model_sell_peak_local,sell,2025-09-29 12:24:00,1905.0 -72097,gt_model_sell_peak_local,sell,2025-09-29 12:27:00,1904.0 -72098,gt_model_sell_peak_local,sell,2025-09-29 13:48:00,1884.0 -72099,gt_model_sell_peak_local,sell,2025-09-29 16:54:00,1879.0 -72100,gt_model_sell_peak_local,sell,2025-09-30 01:03:00,1835.0 -72101,gt_model_sell_peak_local,sell,2025-09-30 03:45:00,1815.0 -72102,gt_model_sell_peak_local,sell,2025-09-30 03:48:00,1818.0 -72103,gt_model_sell_peak_local,sell,2025-09-30 03:54:00,1816.0 -72104,gt_model_sell_peak_local,sell,2025-09-30 06:51:00,1867.0 -72105,gt_model_sell_peak_local,sell,2025-09-30 12:24:00,1814.0 -72106,gt_model_sell_peak_local,sell,2025-09-30 14:27:00,1801.0 -72107,gt_model_sell_peak_local,sell,2025-09-30 16:42:00,1793.0 -72108,gt_model_sell_peak_local,sell,2025-09-30 20:18:00,1788.0 -72109,gt_model_sell_peak_local,sell,2025-09-30 21:42:00,1786.0 -72110,gt_model_sell_peak_local,sell,2025-09-30 21:48:00,1787.0 -72111,gt_model_sell_peak_local,sell,2025-09-30 21:51:00,1788.0 -72112,gt_model_sell_peak_local,sell,2025-09-30 21:54:00,1787.0 -72113,gt_model_sell_peak_local,sell,2025-09-30 23:45:00,1786.0 -72114,gt_model_sell_peak_local,sell,2025-10-01 02:24:00,1767.0 -72115,gt_model_sell_peak_local,sell,2025-10-01 04:27:00,1761.0 -72116,gt_model_sell_peak_local,sell,2025-10-01 07:09:00,1792.0 -72117,gt_model_sell_peak_local,sell,2025-10-01 08:18:00,1776.0 -72118,gt_model_sell_peak_local,sell,2025-10-01 10:03:00,1768.0 -72119,gt_model_sell_peak_local,sell,2025-10-01 12:00:00,1786.0 -72120,gt_model_sell_peak_local,sell,2025-10-01 15:36:00,1779.0 -72121,gt_model_sell_peak_local,sell,2025-10-01 19:15:00,1842.0 -72122,gt_model_sell_peak_local,sell,2025-10-01 21:15:00,1861.0 -72123,gt_model_sell_peak_local,sell,2025-10-01 21:21:00,1861.0 -72124,gt_model_sell_peak_local,sell,2025-10-01 22:36:00,1854.0 -72125,gt_model_sell_peak_local,sell,2025-10-02 00:18:00,1859.0 -72126,gt_model_sell_peak_local,sell,2025-10-02 04:36:00,1872.0 -72127,gt_model_sell_peak_local,sell,2025-10-02 04:48:00,1871.0 -72128,gt_model_sell_peak_local,sell,2025-10-02 10:06:00,1855.0 -72129,gt_model_sell_peak_local,sell,2025-10-02 12:57:00,1900.0 -72130,gt_model_sell_peak_local,sell,2025-10-02 15:33:00,1901.0 -72131,gt_model_sell_peak_local,sell,2025-10-02 16:39:00,1886.0 -72132,gt_model_sell_peak_local,sell,2025-10-02 21:51:00,1886.0 -72133,gt_model_sell_peak_local,sell,2025-10-03 02:15:00,1881.0 -72134,gt_model_sell_peak_local,sell,2025-10-03 05:12:00,1922.0 -72135,gt_model_sell_peak_local,sell,2025-10-03 06:15:00,1921.0 -72136,gt_model_sell_peak_local,sell,2025-10-03 08:09:00,1916.0 -72137,gt_model_sell_peak_local,sell,2025-10-03 09:57:00,1900.0 -72138,gt_model_sell_peak_local,sell,2025-10-03 13:21:00,1917.0 -72139,gt_model_sell_peak_local,sell,2025-10-03 14:24:00,1907.0 -72140,gt_model_sell_peak_local,sell,2025-10-03 14:27:00,1907.0 -72141,gt_model_sell_peak_local,sell,2025-10-03 15:00:00,1898.0 -72142,gt_model_sell_peak_local,sell,2025-10-03 15:03:00,1901.0 -72143,gt_model_sell_peak_local,sell,2025-10-03 16:42:00,1895.0 -72144,gt_model_sell_peak_local,sell,2025-10-03 18:45:00,1901.0 -72145,gt_model_sell_peak_local,sell,2025-10-03 22:18:00,1876.0 -72146,gt_model_sell_peak_local,sell,2025-10-03 22:21:00,1885.0 -72147,gt_model_sell_peak_local,sell,2025-10-03 23:33:00,1876.0 -72148,gt_model_sell_peak_local,sell,2025-10-04 02:45:00,1902.0 -72149,gt_model_sell_peak_local,sell,2025-10-04 05:33:00,1906.0 -72150,gt_model_sell_peak_local,sell,2025-10-04 07:06:00,1905.0 -72151,gt_model_sell_peak_local,sell,2025-10-04 08:27:00,1903.0 -72152,gt_model_sell_peak_local,sell,2025-10-04 14:09:00,1873.0 -72153,gt_model_sell_peak_local,sell,2025-10-04 15:24:00,1879.0 -72154,gt_model_sell_peak_local,sell,2025-10-04 16:24:00,1864.0 -72155,gt_model_sell_peak_local,sell,2025-10-04 23:09:00,1833.0 -72156,gt_model_sell_peak_local,sell,2025-10-05 08:48:00,1820.0 -72157,gt_model_sell_peak_local,sell,2025-10-05 09:36:00,1815.0 -72158,gt_model_sell_peak_local,sell,2025-10-05 13:06:00,1830.0 -72159,gt_model_sell_peak_local,sell,2025-10-05 15:27:00,1849.0 -72160,gt_model_sell_peak_local,sell,2025-10-05 18:00:00,1859.0 -72161,gt_model_sell_peak_local,sell,2025-10-05 21:54:00,1825.0 -72162,gt_model_sell_peak_local,sell,2025-10-05 21:57:00,1825.0 -72163,gt_model_sell_peak_local,sell,2025-10-06 00:09:00,1828.0 -72164,gt_model_sell_peak_local,sell,2025-10-06 01:57:00,1832.0 -72165,gt_model_sell_peak_local,sell,2025-10-06 04:36:00,1808.0 -72166,gt_model_sell_peak_local,sell,2025-10-06 04:39:00,1804.0 -72167,gt_model_sell_peak_local,sell,2025-10-06 06:36:00,1801.0 -72168,gt_model_sell_peak_local,sell,2025-10-06 06:39:00,1802.0 -72169,gt_model_sell_peak_local,sell,2025-10-06 10:18:00,1802.0 -72170,gt_model_sell_peak_local,sell,2025-10-06 11:33:00,1804.0 -72171,gt_model_sell_peak_local,sell,2025-10-06 12:48:00,1805.0 -72172,gt_model_sell_peak_local,sell,2025-10-06 16:36:00,1801.0 -72173,gt_model_sell_peak_local,sell,2025-10-06 19:54:00,1801.0 -72174,gt_model_sell_peak_local,sell,2025-10-07 01:27:00,1836.0 -72175,gt_model_sell_peak_local,sell,2025-10-07 01:36:00,1832.0 -72176,gt_model_sell_peak_local,sell,2025-10-07 04:54:00,1866.0 -72177,gt_model_sell_peak_local,sell,2025-10-07 05:00:00,1867.0 -72178,gt_model_sell_peak_local,sell,2025-10-07 06:09:00,1866.0 -72179,gt_model_sell_peak_local,sell,2025-10-07 08:03:00,1865.0 -72180,gt_model_sell_peak_local,sell,2025-10-07 08:06:00,1863.0 -72181,gt_model_sell_peak_local,sell,2025-10-07 10:03:00,1862.0 -72182,gt_model_sell_peak_local,sell,2025-10-07 11:42:00,1857.0 -72183,gt_model_sell_peak_local,sell,2025-10-07 13:18:00,1867.0 -72184,gt_model_sell_peak_local,sell,2025-10-07 14:51:00,1883.0 -72185,gt_model_sell_peak_local,sell,2025-10-07 16:03:00,1870.0 -72186,gt_model_sell_peak_local,sell,2025-10-07 19:15:00,1822.0 -72187,gt_model_sell_peak_local,sell,2025-10-07 21:06:00,1823.0 -72188,gt_model_sell_peak_local,sell,2025-10-07 23:03:00,1801.0 -72189,gt_model_sell_peak_local,sell,2025-10-07 23:09:00,1793.0 -72190,gt_model_sell_peak_local,sell,2025-10-08 02:39:00,1750.0 -72191,gt_model_sell_peak_local,sell,2025-10-08 02:48:00,1751.0 -72192,gt_model_sell_peak_local,sell,2025-10-08 02:51:00,1747.0 -72193,gt_model_sell_peak_local,sell,2025-10-08 06:54:00,1751.0 -72194,gt_model_sell_peak_local,sell,2025-10-08 07:18:00,1756.0 -72195,gt_model_sell_peak_local,sell,2025-10-08 12:27:00,1714.0 -72196,gt_model_sell_peak_local,sell,2025-10-08 18:42:00,1721.0 -72197,gt_model_sell_peak_local,sell,2025-10-08 21:09:00,1704.0 -72198,gt_model_sell_peak_local,sell,2025-10-08 21:12:00,1710.0 -72199,gt_model_sell_peak_local,sell,2025-10-09 00:06:00,1722.0 -72200,gt_model_sell_peak_local,sell,2025-10-09 04:54:00,1814.0 -72201,gt_model_sell_peak_local,sell,2025-10-09 04:57:00,1811.0 -72202,gt_model_sell_peak_local,sell,2025-10-09 06:39:00,1840.0 -72203,gt_model_sell_peak_local,sell,2025-10-09 07:42:00,1826.0 -72204,gt_model_sell_peak_local,sell,2025-10-09 09:54:00,1817.0 -72205,gt_model_sell_peak_local,sell,2025-10-09 11:57:00,1786.0 -72206,gt_model_sell_peak_local,sell,2025-10-09 13:39:00,1797.0 -72207,gt_model_sell_peak_local,sell,2025-10-09 13:42:00,1799.0 -72208,gt_model_sell_peak_local,sell,2025-10-09 15:03:00,1800.0 -72209,gt_model_sell_peak_local,sell,2025-10-09 19:36:00,1754.0 -72210,gt_model_sell_peak_local,sell,2025-10-09 22:39:00,1750.0 -72211,gt_model_sell_peak_local,sell,2025-10-10 01:18:00,1755.0 -72212,gt_model_sell_peak_local,sell,2025-10-10 01:21:00,1748.0 -72213,gt_model_sell_peak_local,sell,2025-10-10 04:03:00,1753.0 -72214,gt_model_sell_peak_local,sell,2025-10-10 05:27:00,1752.0 -72215,gt_model_sell_peak_local,sell,2025-10-10 07:21:00,1758.0 -72216,gt_model_sell_peak_local,sell,2025-10-10 07:45:00,1757.0 -72217,gt_model_sell_peak_local,sell,2025-10-10 08:48:00,1750.0 -72218,gt_model_sell_peak_local,sell,2025-10-10 12:18:00,1790.0 -72219,gt_model_sell_peak_local,sell,2025-10-10 13:33:00,1819.0 -72220,gt_model_sell_peak_local,sell,2025-10-10 14:51:00,1830.0 -72221,gt_model_sell_peak_local,sell,2025-10-10 19:00:00,1802.0 -72222,gt_model_sell_peak_local,sell,2025-10-10 23:09:00,1867.0 -72223,gt_model_sell_peak_local,sell,2025-10-11 06:45:00,1405.0 -72224,gt_model_sell_peak_local,sell,2025-10-11 08:15:00,1387.0 -72225,gt_model_sell_peak_local,sell,2025-10-11 09:45:00,1400.0 -72226,gt_model_sell_peak_local,sell,2025-10-11 12:33:00,1434.0 -72227,gt_model_sell_peak_local,sell,2025-10-11 13:45:00,1436.0 -72228,gt_model_sell_peak_local,sell,2025-10-11 15:54:00,1432.0 -72229,gt_model_sell_peak_local,sell,2025-10-11 19:03:00,1475.0 -72230,gt_model_sell_peak_local,sell,2025-10-11 22:15:00,1452.0 -72231,gt_model_sell_peak_local,sell,2025-10-12 01:21:00,1446.0 -72232,gt_model_sell_peak_local,sell,2025-10-12 07:24:00,1410.0 -72233,gt_model_sell_peak_local,sell,2025-10-12 08:39:00,1408.0 -72234,gt_model_sell_peak_local,sell,2025-10-12 10:15:00,1397.0 -72235,gt_model_sell_peak_local,sell,2025-10-12 14:33:00,1400.0 -72236,gt_model_sell_peak_local,sell,2025-10-12 16:27:00,1405.0 -72237,gt_model_sell_peak_local,sell,2025-10-12 16:45:00,1400.0 -72238,gt_model_sell_peak_local,sell,2025-10-12 18:15:00,1387.0 -72239,gt_model_sell_peak_local,sell,2025-10-12 19:33:00,1393.0 -72240,gt_model_sell_peak_local,sell,2025-10-12 23:12:00,1399.0 -72241,gt_model_sell_peak_local,sell,2025-10-13 03:03:00,1535.0 -72242,gt_model_sell_peak_local,sell,2025-10-13 06:03:00,1549.0 -72243,gt_model_sell_peak_local,sell,2025-10-13 13:06:00,1508.0 -72244,gt_model_sell_peak_local,sell,2025-10-13 16:54:00,1499.0 -72245,gt_model_sell_peak_local,sell,2025-10-13 18:51:00,1507.0 -72246,gt_model_sell_peak_local,sell,2025-10-13 19:57:00,1506.0 -72247,gt_model_sell_peak_local,sell,2025-10-13 20:06:00,1496.0 -72248,gt_model_sell_peak_local,sell,2025-10-13 23:57:00,1478.0 -72249,gt_model_sell_peak_local,sell,2025-10-14 01:48:00,1496.0 -72250,gt_model_sell_peak_local,sell,2025-10-14 04:27:00,1481.0 -72251,gt_model_sell_peak_local,sell,2025-10-14 07:18:00,1503.0 -72252,gt_model_sell_peak_local,sell,2025-10-14 07:45:00,1509.0 -72253,gt_model_sell_peak_local,sell,2025-10-14 07:48:00,1503.0 -72254,gt_model_sell_peak_local,sell,2025-10-14 10:18:00,1494.0 -72255,gt_model_sell_peak_local,sell,2025-10-14 10:21:00,1496.0 -72256,gt_model_sell_peak_local,sell,2025-10-14 10:27:00,1495.0 -72257,gt_model_sell_peak_local,sell,2025-10-14 19:15:00,1401.0 -72258,gt_model_sell_peak_local,sell,2025-10-14 19:18:00,1398.0 -72259,gt_model_sell_peak_local,sell,2025-10-14 19:36:00,1391.0 -72260,gt_model_sell_peak_local,sell,2025-10-14 19:42:00,1405.0 -72261,gt_model_sell_peak_local,sell,2025-10-14 19:45:00,1403.0 -72262,gt_model_sell_peak_local,sell,2025-10-14 19:57:00,1411.0 -72263,gt_model_sell_peak_local,sell,2025-10-14 21:21:00,1410.0 -72264,gt_model_sell_peak_local,sell,2025-10-14 21:36:00,1402.0 -72265,gt_model_sell_peak_local,sell,2025-10-15 02:48:00,1454.0 -72266,gt_model_sell_peak_local,sell,2025-10-15 05:21:00,1444.0 -72267,gt_model_sell_peak_local,sell,2025-10-15 08:03:00,1445.0 -72268,gt_model_sell_peak_local,sell,2025-10-15 08:06:00,1448.0 -72269,gt_model_sell_peak_local,sell,2025-10-15 10:57:00,1449.0 -72270,gt_model_sell_peak_local,sell,2025-10-15 12:27:00,1451.0 -72271,gt_model_sell_peak_local,sell,2025-10-15 15:18:00,1444.0 -72272,gt_model_sell_peak_local,sell,2025-10-15 18:36:00,1443.0 -72273,gt_model_sell_peak_local,sell,2025-10-15 20:21:00,1440.0 -72274,gt_model_sell_peak_local,sell,2025-10-15 21:42:00,1444.0 -72275,gt_model_sell_peak_local,sell,2025-10-15 22:51:00,1432.0 -72276,gt_model_sell_peak_local,sell,2025-10-16 00:09:00,1445.0 -72277,gt_model_sell_peak_local,sell,2025-10-16 02:51:00,1438.0 -72278,gt_model_sell_peak_local,sell,2025-10-16 04:57:00,1423.0 -72279,gt_model_sell_peak_local,sell,2025-10-16 07:36:00,1421.0 -72280,gt_model_sell_peak_local,sell,2025-10-16 09:42:00,1416.0 -72281,gt_model_sell_peak_local,sell,2025-10-16 11:57:00,1432.0 -72282,gt_model_sell_peak_local,sell,2025-10-16 13:27:00,1423.0 -72283,gt_model_sell_peak_local,sell,2025-10-16 16:30:00,1415.0 -72284,gt_model_sell_peak_local,sell,2025-10-16 17:48:00,1411.0 -72285,gt_model_sell_peak_local,sell,2025-10-16 21:00:00,1440.0 -72286,gt_model_sell_peak_local,sell,2025-10-16 22:39:00,1433.0 -72287,gt_model_sell_peak_local,sell,2025-10-17 00:42:00,1403.0 -72288,gt_model_sell_peak_local,sell,2025-10-17 02:57:00,1390.0 -72289,gt_model_sell_peak_local,sell,2025-10-17 04:45:00,1380.0 -72290,gt_model_sell_peak_local,sell,2025-10-17 07:36:00,1372.0 -72291,gt_model_sell_peak_local,sell,2025-10-17 07:51:00,1368.0 -72292,gt_model_sell_peak_local,sell,2025-10-17 07:54:00,1370.0 -72293,gt_model_sell_peak_local,sell,2025-10-17 07:57:00,1366.0 -72294,gt_model_sell_peak_local,sell,2025-10-17 11:06:00,1372.0 -72295,gt_model_sell_peak_local,sell,2025-10-17 11:09:00,1372.0 -72296,gt_model_sell_peak_local,sell,2025-10-17 13:33:00,1367.0 -72297,gt_model_sell_peak_local,sell,2025-10-17 13:57:00,1363.0 -72298,gt_model_sell_peak_local,sell,2025-10-17 19:36:00,1299.0 -72299,gt_model_sell_peak_local,sell,2025-10-17 22:21:00,1325.0 -72300,gt_model_sell_peak_local,sell,2025-10-17 23:54:00,1320.0 -72301,gt_model_sell_peak_local,sell,2025-10-18 02:03:00,1334.0 -72302,gt_model_sell_peak_local,sell,2025-10-18 03:51:00,1346.0 -72303,gt_model_sell_peak_local,sell,2025-10-18 04:21:00,1342.0 -72304,gt_model_sell_peak_local,sell,2025-10-18 07:15:00,1348.0 -72305,gt_model_sell_peak_local,sell,2025-10-18 11:30:00,1351.0 -72306,gt_model_sell_peak_local,sell,2025-10-18 11:33:00,1350.0 -72307,gt_model_sell_peak_local,sell,2025-10-18 11:36:00,1348.0 -72308,gt_model_sell_peak_local,sell,2025-10-18 11:39:00,1347.0 -72309,gt_model_sell_peak_local,sell,2025-10-18 11:57:00,1348.0 -72310,gt_model_sell_peak_local,sell,2025-10-18 12:00:00,1350.0 -72311,gt_model_sell_peak_local,sell,2025-10-18 12:03:00,1349.0 -72312,gt_model_sell_peak_local,sell,2025-10-18 13:18:00,1345.0 -72313,gt_model_sell_peak_local,sell,2025-10-18 13:30:00,1349.0 -72314,gt_model_sell_peak_local,sell,2025-10-18 13:33:00,1347.0 -72315,gt_model_sell_peak_local,sell,2025-10-18 17:42:00,1355.0 -72316,gt_model_sell_peak_local,sell,2025-10-18 17:51:00,1359.0 -72317,gt_model_sell_peak_local,sell,2025-10-18 18:18:00,1356.0 -72318,gt_model_sell_peak_local,sell,2025-10-18 18:21:00,1359.0 -72319,gt_model_sell_peak_local,sell,2025-10-18 20:03:00,1367.0 -72320,gt_model_sell_peak_local,sell,2025-10-19 01:06:00,1352.0 -72321,gt_model_sell_peak_local,sell,2025-10-19 01:09:00,1352.0 -72322,gt_model_sell_peak_local,sell,2025-10-19 01:21:00,1349.0 -72323,gt_model_sell_peak_local,sell,2025-10-19 04:39:00,1354.0 -72324,gt_model_sell_peak_local,sell,2025-10-19 06:09:00,1350.0 -72325,gt_model_sell_peak_local,sell,2025-10-19 06:30:00,1359.0 -72326,gt_model_sell_peak_local,sell,2025-10-19 08:27:00,1352.0 -72327,gt_model_sell_peak_local,sell,2025-10-19 12:24:00,1348.0 -72328,gt_model_sell_peak_local,sell,2025-10-19 13:33:00,1344.0 -72329,gt_model_sell_peak_local,sell,2025-10-19 13:36:00,1344.0 -72330,gt_model_sell_peak_local,sell,2025-10-19 15:21:00,1335.0 -72331,gt_model_sell_peak_local,sell,2025-10-19 18:06:00,1329.0 -72332,gt_model_sell_peak_local,sell,2025-10-19 21:12:00,1361.0 -72333,gt_model_sell_peak_local,sell,2025-10-20 00:54:00,1395.0 -72334,gt_model_sell_peak_local,sell,2025-10-20 01:00:00,1395.0 -72335,gt_model_sell_peak_local,sell,2025-10-20 01:45:00,1401.0 -72336,gt_model_sell_peak_local,sell,2025-10-20 03:24:00,1398.0 -72337,gt_model_sell_peak_local,sell,2025-10-20 04:45:00,1402.0 -72338,gt_model_sell_peak_local,sell,2025-10-20 04:48:00,1399.0 -72339,gt_model_sell_peak_local,sell,2025-10-20 06:57:00,1391.0 -72340,gt_model_sell_peak_local,sell,2025-10-20 07:00:00,1395.0 -72341,gt_model_sell_peak_local,sell,2025-10-20 08:42:00,1384.0 -72342,gt_model_sell_peak_local,sell,2025-10-20 13:57:00,1392.0 -72343,gt_model_sell_peak_local,sell,2025-10-20 16:42:00,1394.0 -72344,gt_model_sell_peak_local,sell,2025-10-20 16:54:00,1390.0 -72345,gt_model_sell_peak_local,sell,2025-10-20 20:21:00,1390.0 -72346,gt_model_sell_peak_local,sell,2025-10-20 20:27:00,1394.0 -72347,gt_model_sell_peak_local,sell,2025-10-20 20:30:00,1392.0 -72348,gt_model_sell_peak_local,sell,2025-10-20 20:33:00,1390.0 -72349,gt_model_sell_peak_local,sell,2025-10-20 20:36:00,1389.0 -72350,gt_model_sell_peak_local,sell,2025-10-20 23:54:00,1401.0 -72351,gt_model_sell_peak_local,sell,2025-10-20 23:57:00,1400.0 -72352,gt_model_sell_peak_local,sell,2025-10-21 03:03:00,1380.0 -72353,gt_model_sell_peak_local,sell,2025-10-21 05:48:00,1377.0 -72354,gt_model_sell_peak_local,sell,2025-10-21 07:12:00,1379.0 -72355,gt_model_sell_peak_local,sell,2025-10-21 08:42:00,1378.0 -72356,gt_model_sell_peak_local,sell,2025-10-21 13:24:00,1341.0 -72357,gt_model_sell_peak_local,sell,2025-10-21 17:30:00,1334.0 -72358,gt_model_sell_peak_local,sell,2025-10-21 17:33:00,1331.0 -72359,gt_model_sell_peak_local,sell,2025-10-21 17:57:00,1337.0 -72360,gt_model_sell_peak_local,sell,2025-10-22 01:12:00,1425.0 -72361,gt_model_sell_peak_local,sell,2025-10-22 01:21:00,1423.0 -72362,gt_model_sell_peak_local,sell,2025-10-22 11:09:00,1337.0 -72363,gt_model_sell_peak_local,sell,2025-10-22 11:12:00,1338.0 -72364,gt_model_sell_peak_local,sell,2025-10-22 14:33:00,1335.0 -72365,gt_model_sell_peak_local,sell,2025-10-22 14:39:00,1332.0 -72366,gt_model_sell_peak_local,sell,2025-10-22 17:39:00,1327.0 -72367,gt_model_sell_peak_local,sell,2025-10-22 21:12:00,1318.0 -72368,gt_model_sell_peak_local,sell,2025-10-23 00:00:00,1332.0 -72369,gt_model_sell_peak_local,sell,2025-10-23 01:00:00,1319.0 -72370,gt_model_sell_peak_local,sell,2025-10-23 05:06:00,1290.0 -72371,gt_model_sell_peak_local,sell,2025-10-23 05:09:00,1290.0 -72372,gt_model_sell_peak_local,sell,2025-10-23 10:51:00,1279.0 -72373,gt_model_sell_peak_local,sell,2025-10-23 14:42:00,1270.0 -72374,gt_model_sell_peak_local,sell,2025-10-23 16:57:00,1286.0 -72375,gt_model_sell_peak_local,sell,2025-10-23 18:51:00,1291.0 -72376,gt_model_sell_peak_local,sell,2025-10-23 20:21:00,1291.0 -72377,gt_model_sell_peak_local,sell,2025-10-23 20:27:00,1293.0 -72378,gt_model_sell_peak_local,sell,2025-10-23 23:36:00,1287.0 -72379,gt_model_sell_peak_local,sell,2025-10-24 01:12:00,1286.0 -72380,gt_model_sell_peak_local,sell,2025-10-24 03:36:00,1278.0 -72381,gt_model_sell_peak_local,sell,2025-10-24 03:39:00,1278.0 -72382,gt_model_sell_peak_local,sell,2025-10-24 03:48:00,1277.0 -72383,gt_model_sell_peak_local,sell,2025-10-24 03:57:00,1278.0 -72384,gt_model_sell_peak_local,sell,2025-10-24 05:57:00,1282.0 -72385,gt_model_sell_peak_local,sell,2025-10-24 10:54:00,1298.0 -72386,gt_model_sell_peak_local,sell,2025-10-24 12:54:00,1293.0 -72387,gt_model_sell_peak_local,sell,2025-10-24 16:21:00,1322.0 -72388,gt_model_sell_peak_local,sell,2025-10-24 17:30:00,1316.0 -72389,gt_model_sell_peak_local,sell,2025-10-24 17:39:00,1323.0 -72390,gt_model_sell_peak_local,sell,2025-10-24 18:45:00,1326.0 -72391,gt_model_sell_peak_local,sell,2025-10-24 19:48:00,1313.0 -72392,gt_model_sell_peak_local,sell,2025-10-24 22:42:00,1319.0 -72393,gt_model_sell_peak_local,sell,2025-10-25 01:21:00,1302.0 -72394,gt_model_sell_peak_local,sell,2025-10-25 03:33:00,1301.0 -72395,gt_model_sell_peak_local,sell,2025-10-25 06:42:00,1325.0 -72396,gt_model_sell_peak_local,sell,2025-10-25 08:33:00,1350.0 -72397,gt_model_sell_peak_local,sell,2025-10-25 12:54:00,1319.0 -72398,gt_model_sell_peak_local,sell,2025-10-25 18:51:00,1308.0 -72399,gt_model_sell_peak_local,sell,2025-10-25 18:54:00,1309.0 -72400,gt_model_sell_peak_local,sell,2025-10-25 18:57:00,1307.0 -72401,gt_model_sell_peak_local,sell,2025-10-25 19:00:00,1307.0 -72402,gt_model_sell_peak_local,sell,2025-10-25 19:06:00,1307.0 -72403,gt_model_sell_peak_local,sell,2025-10-25 19:09:00,1306.0 -72404,gt_model_sell_peak_local,sell,2025-10-25 19:12:00,1305.0 -72405,gt_model_sell_peak_local,sell,2025-10-25 19:18:00,1307.0 -72406,gt_model_sell_peak_local,sell,2025-10-25 22:27:00,1305.0 -72407,gt_model_sell_peak_local,sell,2025-10-26 03:12:00,1318.0 -72408,gt_model_sell_peak_local,sell,2025-10-26 03:15:00,1319.0 -72409,gt_model_sell_peak_local,sell,2025-10-26 03:18:00,1321.0 -72410,gt_model_sell_peak_local,sell,2025-10-26 04:39:00,1324.0 -72411,gt_model_sell_peak_local,sell,2025-10-26 06:54:00,1328.0 -72412,gt_model_sell_peak_local,sell,2025-10-26 08:54:00,1332.0 -72413,gt_model_sell_peak_local,sell,2025-10-26 10:54:00,1328.0 -72414,gt_model_sell_peak_local,sell,2025-10-26 14:21:00,1322.0 -72415,gt_model_sell_peak_local,sell,2025-10-26 14:24:00,1322.0 -72416,gt_model_sell_peak_local,sell,2025-10-26 16:27:00,1335.0 -72417,gt_model_sell_peak_local,sell,2025-10-26 19:27:00,1361.0 -72418,gt_model_sell_peak_local,sell,2025-10-26 22:00:00,1387.0 -72419,gt_model_sell_peak_local,sell,2025-10-26 22:03:00,1387.0 -72420,gt_model_sell_peak_local,sell,2025-10-26 23:39:00,1382.0 -72421,gt_model_sell_peak_local,sell,2025-10-27 02:45:00,1384.0 -72422,gt_model_sell_peak_local,sell,2025-10-27 05:12:00,1390.0 -72423,gt_model_sell_peak_local,sell,2025-10-27 08:48:00,1404.0 -72424,gt_model_sell_peak_local,sell,2025-10-27 12:00:00,1406.0 -72425,gt_model_sell_peak_local,sell,2025-10-27 12:24:00,1404.0 -72426,gt_model_sell_peak_local,sell,2025-10-27 13:09:00,1400.0 -72427,gt_model_sell_peak_local,sell,2025-10-27 15:27:00,1395.0 -72428,gt_model_sell_peak_local,sell,2025-10-27 16:51:00,1389.0 -72429,gt_model_sell_peak_local,sell,2025-10-27 21:15:00,1371.0 -72430,gt_model_sell_peak_local,sell,2025-10-28 02:57:00,1370.0 -72431,gt_model_sell_peak_local,sell,2025-10-28 04:06:00,1365.0 -72432,gt_model_sell_peak_local,sell,2025-10-28 04:09:00,1366.0 -72433,gt_model_sell_peak_local,sell,2025-10-28 04:12:00,1366.0 -72434,gt_model_sell_peak_local,sell,2025-10-28 07:48:00,1342.0 -72435,gt_model_sell_peak_local,sell,2025-10-28 11:51:00,1329.0 -72436,gt_model_sell_peak_local,sell,2025-10-28 14:54:00,1320.0 -72437,gt_model_sell_peak_local,sell,2025-10-28 17:00:00,1327.0 -72438,gt_model_sell_peak_local,sell,2025-10-28 17:03:00,1326.0 -72439,gt_model_sell_peak_local,sell,2025-10-28 18:36:00,1325.0 -72440,gt_model_sell_peak_local,sell,2025-10-28 18:42:00,1326.0 -72441,gt_model_sell_peak_local,sell,2025-10-28 19:06:00,1325.0 -72442,gt_model_sell_peak_local,sell,2025-10-28 21:33:00,1330.0 -72443,gt_model_sell_peak_local,sell,2025-10-28 21:36:00,1329.0 -72444,gt_model_sell_peak_local,sell,2025-10-28 23:45:00,1330.0 -72445,gt_model_sell_peak_local,sell,2025-10-29 02:51:00,1335.0 -72446,gt_model_sell_peak_local,sell,2025-10-29 08:51:00,1296.0 -72447,gt_model_sell_peak_local,sell,2025-10-29 08:54:00,1298.0 -72448,gt_model_sell_peak_local,sell,2025-10-29 08:57:00,1297.0 -72449,gt_model_sell_peak_local,sell,2025-10-29 11:57:00,1292.0 -72450,gt_model_sell_peak_local,sell,2025-10-29 13:48:00,1290.0 -72451,gt_model_sell_peak_local,sell,2025-10-29 13:51:00,1289.0 -72452,gt_model_sell_peak_local,sell,2025-10-29 14:09:00,1288.0 -72453,gt_model_sell_peak_local,sell,2025-10-29 15:27:00,1288.0 -72454,gt_model_sell_peak_local,sell,2025-10-29 17:57:00,1288.0 -72455,gt_model_sell_peak_local,sell,2025-10-29 21:39:00,1299.0 -72456,gt_model_sell_peak_local,sell,2025-10-29 21:45:00,1302.0 -72457,gt_model_sell_peak_local,sell,2025-10-29 21:51:00,1302.0 -72458,gt_model_sell_peak_local,sell,2025-10-29 21:54:00,1304.0 -72459,gt_model_sell_peak_local,sell,2025-10-29 23:30:00,1300.0 -72460,gt_model_sell_peak_local,sell,2025-10-30 01:06:00,1283.0 -72461,gt_model_sell_peak_local,sell,2025-10-30 03:51:00,1305.0 -72462,gt_model_sell_peak_local,sell,2025-10-30 04:00:00,1308.0 -72463,gt_model_sell_peak_local,sell,2025-10-30 04:06:00,1309.0 -72464,gt_model_sell_peak_local,sell,2025-10-30 06:30:00,1318.0 -72465,gt_model_sell_peak_local,sell,2025-10-30 10:54:00,1292.0 -72466,gt_model_sell_peak_local,sell,2025-10-30 10:57:00,1296.0 -72467,gt_model_sell_peak_local,sell,2025-10-30 12:24:00,1290.0 -72468,gt_model_sell_peak_local,sell,2025-10-30 12:27:00,1289.0 -72469,gt_model_sell_peak_local,sell,2025-10-30 12:30:00,1291.0 -72470,gt_model_sell_peak_local,sell,2025-10-30 15:51:00,1268.0 -72471,gt_model_sell_peak_local,sell,2025-10-30 15:54:00,1268.0 -72472,gt_model_sell_peak_local,sell,2025-10-30 17:45:00,1263.0 -72473,gt_model_sell_peak_local,sell,2025-10-31 11:54:00,1217.0 -72474,gt_model_sell_peak_local,sell,2025-10-31 11:57:00,1217.0 -72475,gt_model_sell_peak_local,sell,2025-10-31 13:27:00,1221.0 -72476,gt_model_sell_peak_local,sell,2025-10-31 14:42:00,1213.0 -72477,gt_model_sell_peak_local,sell,2025-10-31 14:51:00,1213.0 -72478,gt_model_sell_peak_local,sell,2025-10-31 19:45:00,1203.0 -72479,gt_model_sell_peak_local,sell,2025-10-31 22:18:00,1202.0 -72480,gt_model_sell_peak_local,sell,2025-10-31 22:21:00,1205.0 -72481,gt_model_sell_peak_local,sell,2025-11-01 01:15:00,1203.0 -72482,gt_model_sell_peak_local,sell,2025-11-01 01:18:00,1199.0 -72483,gt_model_sell_peak_local,sell,2025-11-01 05:54:00,1197.0 -72484,gt_model_sell_peak_local,sell,2025-11-01 06:18:00,1198.0 -72485,gt_model_sell_peak_local,sell,2025-11-01 08:06:00,1198.0 -72486,gt_model_sell_peak_local,sell,2025-11-01 08:09:00,1197.0 -72487,gt_model_sell_peak_local,sell,2025-11-01 09:36:00,1191.0 -72488,gt_model_sell_peak_local,sell,2025-11-01 11:15:00,1188.0 -72489,gt_model_sell_peak_local,sell,2025-11-01 11:30:00,1195.0 -72490,gt_model_sell_peak_local,sell,2025-11-01 14:06:00,1206.0 -72491,gt_model_sell_peak_local,sell,2025-11-01 15:42:00,1205.0 -72492,gt_model_sell_peak_local,sell,2025-11-01 18:12:00,1278.0 -72493,gt_model_sell_peak_local,sell,2025-11-01 20:42:00,1291.0 -72494,gt_model_sell_peak_local,sell,2025-11-01 22:42:00,1300.0 -72495,gt_model_sell_peak_local,sell,2025-11-02 02:06:00,1301.0 -72496,gt_model_sell_peak_local,sell,2025-11-02 04:42:00,1306.0 -72497,gt_model_sell_peak_local,sell,2025-11-02 04:45:00,1307.0 -72498,gt_model_sell_peak_local,sell,2025-11-02 04:48:00,1306.0 -72499,gt_model_sell_peak_local,sell,2025-11-02 07:15:00,1298.0 -72500,gt_model_sell_peak_local,sell,2025-11-02 07:24:00,1296.0 -72501,gt_model_sell_peak_local,sell,2025-11-02 07:27:00,1296.0 -72502,gt_model_sell_peak_local,sell,2025-11-02 09:15:00,1294.0 -72503,gt_model_sell_peak_local,sell,2025-11-02 12:36:00,1267.0 -72504,gt_model_sell_peak_local,sell,2025-11-02 12:39:00,1263.0 -72505,gt_model_sell_peak_local,sell,2025-11-02 15:15:00,1280.0 -72506,gt_model_sell_peak_local,sell,2025-11-02 17:00:00,1277.0 -72507,gt_model_sell_peak_local,sell,2025-11-02 19:24:00,1260.0 -72508,gt_model_sell_peak_local,sell,2025-11-02 19:27:00,1262.0 -72509,gt_model_sell_peak_local,sell,2025-11-02 21:57:00,1262.0 -72510,gt_model_sell_peak_local,sell,2025-11-02 22:00:00,1261.0 -72511,gt_model_sell_peak_local,sell,2025-11-03 01:33:00,1239.0 -72512,gt_model_sell_peak_local,sell,2025-11-03 03:18:00,1236.0 -72513,gt_model_sell_peak_local,sell,2025-11-03 04:33:00,1229.0 -72514,gt_model_sell_peak_local,sell,2025-11-03 09:54:00,1233.0 -72515,gt_model_sell_peak_local,sell,2025-11-03 15:09:00,1186.0 -72516,gt_model_sell_peak_local,sell,2025-11-03 17:39:00,1168.0 -72517,gt_model_sell_peak_local,sell,2025-11-03 19:12:00,1173.0 -72518,gt_model_sell_peak_local,sell,2025-11-03 19:15:00,1172.0 -72519,gt_model_sell_peak_local,sell,2025-11-03 21:15:00,1178.0 -72520,gt_model_sell_peak_local,sell,2025-11-03 22:21:00,1165.0 -72521,gt_model_sell_peak_local,sell,2025-11-04 00:06:00,1167.0 -72522,gt_model_sell_peak_local,sell,2025-11-04 03:57:00,1103.0 -72523,gt_model_sell_peak_local,sell,2025-11-04 08:48:00,1084.0 -72524,gt_model_sell_peak_local,sell,2025-11-04 10:45:00,1099.0 -72525,gt_model_sell_peak_local,sell,2025-11-04 11:57:00,1092.0 -72526,gt_model_sell_peak_local,sell,2025-11-04 13:39:00,1098.0 -72527,gt_model_sell_peak_local,sell,2025-11-04 21:18:00,1060.0 -72528,gt_model_sell_peak_local,sell,2025-11-05 01:24:00,1052.0 -72529,gt_model_sell_peak_local,sell,2025-11-05 03:36:00,1018.0 -72530,gt_model_sell_peak_local,sell,2025-11-05 05:03:00,1025.0 -72531,gt_model_sell_peak_local,sell,2025-11-05 06:42:00,993.0 -72532,gt_model_sell_peak_local,sell,2025-11-05 08:39:00,1054.0 -72533,gt_model_sell_peak_local,sell,2025-11-05 09:51:00,1029.0 -72534,gt_model_sell_peak_local,sell,2025-11-05 09:54:00,1028.0 -72535,gt_model_sell_peak_local,sell,2025-11-05 13:51:00,1064.0 -72536,gt_model_sell_peak_local,sell,2025-11-05 15:57:00,1068.0 -72537,gt_model_sell_peak_local,sell,2025-11-05 16:00:00,1068.0 -72538,gt_model_sell_peak_local,sell,2025-11-05 17:54:00,1053.0 -72539,gt_model_sell_peak_local,sell,2025-11-05 17:57:00,1054.0 -72540,gt_model_sell_peak_local,sell,2025-11-05 19:39:00,1060.0 -72541,gt_model_sell_peak_local,sell,2025-11-05 19:51:00,1053.0 -72542,gt_model_sell_peak_local,sell,2025-11-05 19:54:00,1053.0 -72543,gt_model_sell_peak_local,sell,2025-11-05 19:57:00,1053.0 -72544,gt_model_sell_peak_local,sell,2025-11-05 23:54:00,1086.0 -72545,gt_model_sell_peak_local,sell,2025-11-06 02:57:00,1093.0 -72546,gt_model_sell_peak_local,sell,2025-11-06 04:57:00,1102.0 -72547,gt_model_sell_peak_local,sell,2025-11-06 06:12:00,1096.0 -72548,gt_model_sell_peak_local,sell,2025-11-06 08:57:00,1109.0 -72549,gt_model_sell_peak_local,sell,2025-11-06 12:57:00,1089.0 -72550,gt_model_sell_peak_local,sell,2025-11-06 15:03:00,1071.0 -72551,gt_model_sell_peak_local,sell,2025-11-06 16:30:00,1076.0 -72552,gt_model_sell_peak_local,sell,2025-11-06 17:27:00,1071.0 -72553,gt_model_sell_peak_local,sell,2025-11-06 19:39:00,1070.0 -72554,gt_model_sell_peak_local,sell,2025-11-06 21:45:00,1062.0 -72555,gt_model_sell_peak_local,sell,2025-11-06 23:51:00,1077.0 -72556,gt_model_sell_peak_local,sell,2025-11-07 04:51:00,1056.0 -72557,gt_model_sell_peak_local,sell,2025-11-07 06:03:00,1052.0 -72558,gt_model_sell_peak_local,sell,2025-11-07 08:21:00,1049.0 -72559,gt_model_sell_peak_local,sell,2025-11-07 11:27:00,1066.0 -72560,gt_model_sell_peak_local,sell,2025-11-07 13:12:00,1073.0 -72561,gt_model_sell_peak_local,sell,2025-11-07 17:57:00,1118.0 -72562,gt_model_sell_peak_local,sell,2025-11-07 22:06:00,1082.0 -72563,gt_model_sell_peak_local,sell,2025-11-08 04:45:00,1277.0 -72564,gt_model_sell_peak_local,sell,2025-11-08 08:57:00,1240.0 -72565,gt_model_sell_peak_local,sell,2025-11-08 09:00:00,1240.0 -72566,gt_model_sell_peak_local,sell,2025-11-08 10:15:00,1233.0 -72567,gt_model_sell_peak_local,sell,2025-11-08 12:42:00,1249.0 -72568,gt_model_sell_peak_local,sell,2025-11-08 14:48:00,1223.0 -72569,gt_model_sell_peak_local,sell,2025-11-08 16:45:00,1223.0 -72570,gt_model_sell_peak_local,sell,2025-11-08 18:42:00,1223.0 -72571,gt_model_sell_peak_local,sell,2025-11-08 18:57:00,1213.0 -72572,gt_model_sell_peak_local,sell,2025-11-08 21:27:00,1241.0 -72573,gt_model_sell_peak_local,sell,2025-11-09 03:24:00,1200.0 -72574,gt_model_sell_peak_local,sell,2025-11-09 05:09:00,1205.0 -72575,gt_model_sell_peak_local,sell,2025-11-09 08:51:00,1216.0 -72576,gt_model_sell_peak_local,sell,2025-11-09 09:57:00,1199.0 -72577,gt_model_sell_peak_local,sell,2025-11-09 10:00:00,1201.0 -72578,gt_model_sell_peak_local,sell,2025-11-09 14:24:00,1178.0 -72579,gt_model_sell_peak_local,sell,2025-11-09 14:30:00,1180.0 -72580,gt_model_sell_peak_local,sell,2025-11-09 16:27:00,1184.0 -72581,gt_model_sell_peak_local,sell,2025-11-09 16:30:00,1184.0 -72582,gt_model_sell_peak_local,sell,2025-11-09 17:48:00,1178.0 -72583,gt_model_sell_peak_local,sell,2025-11-09 19:24:00,1169.0 -72584,gt_model_sell_peak_local,sell,2025-11-09 21:12:00,1193.0 -72585,gt_model_sell_peak_local,sell,2025-11-09 21:15:00,1192.0 -72586,gt_model_sell_peak_local,sell,2025-11-09 22:21:00,1193.0 -72587,gt_model_sell_peak_local,sell,2025-11-10 00:30:00,1220.0 -72588,gt_model_sell_peak_local,sell,2025-11-10 00:33:00,1221.0 -72589,gt_model_sell_peak_local,sell,2025-11-10 01:36:00,1212.0 -72590,gt_model_sell_peak_local,sell,2025-11-10 03:06:00,1205.0 -72591,gt_model_sell_peak_local,sell,2025-11-10 05:51:00,1214.0 -72592,gt_model_sell_peak_local,sell,2025-11-10 06:00:00,1213.0 -72593,gt_model_sell_peak_local,sell,2025-11-10 09:06:00,1204.0 -72594,gt_model_sell_peak_local,sell,2025-11-10 09:15:00,1214.0 -72595,gt_model_sell_peak_local,sell,2025-11-10 10:54:00,1226.0 -72596,gt_model_sell_peak_local,sell,2025-11-10 13:36:00,1224.0 -72597,gt_model_sell_peak_local,sell,2025-11-10 13:42:00,1228.0 -72598,gt_model_sell_peak_local,sell,2025-11-10 15:03:00,1234.0 -72599,gt_model_sell_peak_local,sell,2025-11-10 15:06:00,1236.0 -72600,gt_model_sell_peak_local,sell,2025-11-10 15:12:00,1233.0 -72601,gt_model_sell_peak_local,sell,2025-11-10 15:54:00,1228.0 -72602,gt_model_sell_peak_local,sell,2025-11-10 17:09:00,1229.0 -72603,gt_model_sell_peak_local,sell,2025-11-10 19:51:00,1237.0 -72604,gt_model_sell_peak_local,sell,2025-11-10 21:45:00,1237.0 -72605,gt_model_sell_peak_local,sell,2025-11-10 21:48:00,1235.0 -72606,gt_model_sell_peak_local,sell,2025-11-10 23:36:00,1233.0 -72607,gt_model_sell_peak_local,sell,2025-11-11 01:33:00,1216.0 -72608,gt_model_sell_peak_local,sell,2025-11-11 01:42:00,1205.0 -72609,gt_model_sell_peak_local,sell,2025-11-11 03:39:00,1217.0 -72610,gt_model_sell_peak_local,sell,2025-11-11 03:42:00,1215.0 -72611,gt_model_sell_peak_local,sell,2025-11-11 03:45:00,1216.0 -72612,gt_model_sell_peak_local,sell,2025-11-11 03:48:00,1215.0 -72613,gt_model_sell_peak_local,sell,2025-11-11 06:12:00,1211.0 -72614,gt_model_sell_peak_local,sell,2025-11-11 06:45:00,1211.0 -72615,gt_model_sell_peak_local,sell,2025-11-11 08:51:00,1230.0 -72616,gt_model_sell_peak_local,sell,2025-11-11 08:54:00,1228.0 -72617,gt_model_sell_peak_local,sell,2025-11-11 11:21:00,1227.0 -72618,gt_model_sell_peak_local,sell,2025-11-11 13:09:00,1243.0 -72619,gt_model_sell_peak_local,sell,2025-11-11 19:30:00,1189.0 -72620,gt_model_sell_peak_local,sell,2025-11-11 19:33:00,1189.0 -72621,gt_model_sell_peak_local,sell,2025-11-11 19:36:00,1187.0 -72622,gt_model_sell_peak_local,sell,2025-11-11 22:09:00,1196.0 -72623,gt_model_sell_peak_local,sell,2025-11-11 23:24:00,1187.0 -72624,gt_model_sell_peak_local,sell,2025-11-11 23:30:00,1186.0 -72625,gt_model_sell_peak_local,sell,2025-11-12 01:00:00,1189.0 -72626,gt_model_sell_peak_local,sell,2025-11-12 02:48:00,1189.0 -72627,gt_model_sell_peak_local,sell,2025-11-12 08:54:00,1152.0 -72628,gt_model_sell_peak_local,sell,2025-11-12 13:42:00,1170.0 -72629,gt_model_sell_peak_local,sell,2025-11-12 13:45:00,1168.0 -72630,gt_model_sell_peak_local,sell,2025-11-12 13:48:00,1167.0 -72631,gt_model_sell_peak_local,sell,2025-11-12 13:54:00,1170.0 -72632,gt_model_sell_peak_local,sell,2025-11-12 16:48:00,1180.0 -72633,gt_model_sell_peak_local,sell,2025-11-12 16:51:00,1179.0 -72634,gt_model_sell_peak_local,sell,2025-11-12 18:51:00,1195.0 -72635,gt_model_sell_peak_local,sell,2025-11-12 20:33:00,1203.0 -72636,gt_model_sell_peak_local,sell,2025-11-12 22:21:00,1198.0 -72637,gt_model_sell_peak_local,sell,2025-11-12 22:24:00,1199.0 -72638,gt_model_sell_peak_local,sell,2025-11-12 22:27:00,1199.0 -72639,gt_model_sell_peak_local,sell,2025-11-12 23:48:00,1189.0 -72640,gt_model_sell_peak_local,sell,2025-11-13 04:21:00,1130.0 -72641,gt_model_sell_peak_local,sell,2025-11-13 07:57:00,1154.0 -72642,gt_model_sell_peak_local,sell,2025-11-13 11:42:00,1171.0 -72643,gt_model_sell_peak_local,sell,2025-11-13 13:48:00,1176.0 -72644,gt_model_sell_peak_local,sell,2025-11-13 15:54:00,1201.0 -72645,gt_model_sell_peak_local,sell,2025-11-13 17:03:00,1183.0 -72646,gt_model_sell_peak_local,sell,2025-11-13 20:18:00,1173.0 -72647,gt_model_sell_peak_local,sell,2025-11-13 20:21:00,1172.0 -72648,gt_model_sell_peak_local,sell,2025-11-13 23:15:00,1170.0 -72649,gt_model_sell_peak_local,sell,2025-11-13 23:18:00,1172.0 -72650,gt_model_sell_peak_local,sell,2025-11-14 01:15:00,1172.0 -72651,gt_model_sell_peak_local,sell,2025-11-14 05:27:00,1106.0 -72652,gt_model_sell_peak_local,sell,2025-11-14 06:36:00,1102.0 -72653,gt_model_sell_peak_local,sell,2025-11-14 09:36:00,1129.0 -72654,gt_model_sell_peak_local,sell,2025-11-14 12:30:00,1113.0 -72655,gt_model_sell_peak_local,sell,2025-11-14 15:51:00,1103.0 -72656,gt_model_sell_peak_local,sell,2025-11-14 17:18:00,1116.0 -72657,gt_model_sell_peak_local,sell,2025-11-14 17:21:00,1116.0 -72658,gt_model_sell_peak_local,sell,2025-11-14 20:39:00,1084.0 -72659,gt_model_sell_peak_local,sell,2025-11-14 23:03:00,1084.0 -72660,gt_model_sell_peak_local,sell,2025-11-15 01:48:00,1109.0 -72661,gt_model_sell_peak_local,sell,2025-11-15 05:21:00,1099.0 -72662,gt_model_sell_peak_local,sell,2025-11-15 05:24:00,1094.0 -72663,gt_model_sell_peak_local,sell,2025-11-15 08:45:00,1072.0 -72664,gt_model_sell_peak_local,sell,2025-11-15 13:00:00,1095.0 -72665,gt_model_sell_peak_local,sell,2025-11-15 14:18:00,1090.0 -72666,gt_model_sell_peak_local,sell,2025-11-15 16:36:00,1080.0 -72667,gt_model_sell_peak_local,sell,2025-11-15 20:45:00,1061.0 -72668,gt_model_sell_peak_local,sell,2025-11-15 20:48:00,1061.0 -72669,gt_model_sell_peak_local,sell,2025-11-15 20:51:00,1058.0 -72670,gt_model_sell_peak_local,sell,2025-11-15 20:54:00,1059.0 -72671,gt_model_sell_peak_local,sell,2025-11-15 20:57:00,1062.0 -72672,gt_model_sell_peak_local,sell,2025-11-15 21:00:00,1062.0 -72673,gt_model_sell_peak_local,sell,2025-11-15 21:12:00,1063.0 -72674,gt_model_sell_peak_local,sell,2025-11-15 23:18:00,1071.0 -72675,gt_model_sell_peak_local,sell,2025-11-15 23:21:00,1069.0 -72676,gt_model_sell_peak_local,sell,2025-11-16 01:54:00,1060.0 -72677,gt_model_sell_peak_local,sell,2025-11-16 04:21:00,1060.0 -72678,gt_model_sell_peak_local,sell,2025-11-16 07:12:00,1049.0 -72679,gt_model_sell_peak_local,sell,2025-11-16 07:27:00,1052.0 -72680,gt_model_sell_peak_local,sell,2025-11-16 09:33:00,1047.0 -72681,gt_model_sell_peak_local,sell,2025-11-16 09:36:00,1050.0 -72682,gt_model_sell_peak_local,sell,2025-11-16 10:03:00,1050.0 -72683,gt_model_sell_peak_local,sell,2025-11-16 12:48:00,1052.0 -72684,gt_model_sell_peak_local,sell,2025-11-16 12:54:00,1052.0 -72685,gt_model_sell_peak_local,sell,2025-11-16 12:57:00,1052.0 -72686,gt_model_sell_peak_local,sell,2025-11-16 13:00:00,1053.0 -72687,gt_model_sell_peak_local,sell,2025-11-16 15:12:00,1049.0 -72688,gt_model_sell_peak_local,sell,2025-11-16 15:15:00,1048.0 -72689,gt_model_sell_peak_local,sell,2025-11-16 17:48:00,1045.0 -72690,gt_model_sell_peak_local,sell,2025-11-16 17:51:00,1045.0 -72691,gt_model_sell_peak_local,sell,2025-11-16 17:57:00,1048.0 -72692,gt_model_sell_peak_local,sell,2025-11-16 19:54:00,1052.0 -72693,gt_model_sell_peak_local,sell,2025-11-16 19:57:00,1052.0 -72694,gt_model_sell_peak_local,sell,2025-11-16 20:00:00,1051.0 -72695,gt_model_sell_peak_local,sell,2025-11-16 20:18:00,1043.0 -72696,gt_model_sell_peak_local,sell,2025-11-16 20:21:00,1043.0 -72697,gt_model_sell_peak_local,sell,2025-11-16 20:42:00,1025.0 -72698,gt_model_sell_peak_local,sell,2025-11-16 23:18:00,1016.0 -72699,gt_model_sell_peak_local,sell,2025-11-17 00:51:00,1021.0 -72700,gt_model_sell_peak_local,sell,2025-11-17 00:54:00,1017.0 -72701,gt_model_sell_peak_local,sell,2025-11-17 00:57:00,1015.0 -72702,gt_model_sell_peak_local,sell,2025-11-17 04:12:00,1005.0 -72703,gt_model_sell_peak_local,sell,2025-11-17 04:15:00,1009.0 -72704,gt_model_sell_peak_local,sell,2025-11-17 06:27:00,990.0 -72705,gt_model_sell_peak_local,sell,2025-11-17 09:27:00,1005.0 -72706,gt_model_sell_peak_local,sell,2025-11-17 10:42:00,1009.0 -72707,gt_model_sell_peak_local,sell,2025-11-17 11:12:00,1011.0 -72708,gt_model_sell_peak_local,sell,2025-11-17 14:27:00,1014.0 -72709,gt_model_sell_peak_local,sell,2025-11-17 14:39:00,1013.0 -72710,gt_model_sell_peak_local,sell,2025-11-17 14:42:00,1015.0 -72711,gt_model_sell_peak_local,sell,2025-11-17 14:45:00,1016.0 -72712,gt_model_sell_peak_local,sell,2025-11-17 17:45:00,1016.0 -72713,gt_model_sell_peak_local,sell,2025-11-17 17:48:00,1015.0 -72714,gt_model_sell_peak_local,sell,2025-11-17 17:51:00,1016.0 -72715,gt_model_sell_peak_local,sell,2025-11-17 18:24:00,1019.0 -72716,gt_model_sell_peak_local,sell,2025-11-17 20:15:00,1017.0 -72717,gt_model_sell_peak_local,sell,2025-11-17 21:33:00,1016.0 -72718,gt_model_sell_peak_local,sell,2025-11-17 21:36:00,1014.0 -72719,gt_model_sell_peak_local,sell,2025-11-18 00:48:00,1004.0 -72720,gt_model_sell_peak_local,sell,2025-11-18 02:57:00,989.0 -72721,gt_model_sell_peak_local,sell,2025-11-18 07:06:00,966.0 -72722,gt_model_sell_peak_local,sell,2025-11-18 08:33:00,963.0 -72723,gt_model_sell_peak_local,sell,2025-11-18 11:09:00,975.0 -72724,gt_model_sell_peak_local,sell,2025-11-18 11:18:00,970.0 -72725,gt_model_sell_peak_local,sell,2025-11-18 11:21:00,981.0 -72726,gt_model_sell_peak_local,sell,2025-11-18 12:30:00,977.0 -72727,gt_model_sell_peak_local,sell,2025-11-18 13:42:00,984.0 -72728,gt_model_sell_peak_local,sell,2025-11-18 15:18:00,988.0 -72729,gt_model_sell_peak_local,sell,2025-11-18 15:21:00,988.0 -72730,gt_model_sell_peak_local,sell,2025-11-18 18:39:00,993.0 -72731,gt_model_sell_peak_local,sell,2025-11-18 18:42:00,992.0 -72732,gt_model_sell_peak_local,sell,2025-11-18 18:45:00,996.0 -72733,gt_model_sell_peak_local,sell,2025-11-18 20:45:00,993.0 -72734,gt_model_sell_peak_local,sell,2025-11-18 20:51:00,994.0 -72735,gt_model_sell_peak_local,sell,2025-11-18 20:54:00,993.0 -72736,gt_model_sell_peak_local,sell,2025-11-18 20:57:00,993.0 -72737,gt_model_sell_peak_local,sell,2025-11-18 23:00:00,990.0 -72738,gt_model_sell_peak_local,sell,2025-11-19 02:36:00,1018.0 -72739,gt_model_sell_peak_local,sell,2025-11-19 05:27:00,1020.0 -72740,gt_model_sell_peak_local,sell,2025-11-19 07:12:00,1016.0 -72741,gt_model_sell_peak_local,sell,2025-11-19 09:00:00,1017.0 -72742,gt_model_sell_peak_local,sell,2025-11-19 10:54:00,1015.0 -72743,gt_model_sell_peak_local,sell,2025-11-19 11:30:00,1015.0 -72744,gt_model_sell_peak_local,sell,2025-11-19 12:15:00,1014.0 -72745,gt_model_sell_peak_local,sell,2025-11-19 17:51:00,991.0 -72746,gt_model_sell_peak_local,sell,2025-11-19 20:09:00,992.0 -72747,gt_model_sell_peak_local,sell,2025-11-19 22:15:00,997.0 -72748,gt_model_sell_peak_local,sell,2025-11-19 23:18:00,988.0 -72749,gt_model_sell_peak_local,sell,2025-11-20 01:15:00,980.0 -72750,gt_model_sell_peak_local,sell,2025-11-20 04:12:00,953.0 -72751,gt_model_sell_peak_local,sell,2025-11-20 07:57:00,984.0 -72752,gt_model_sell_peak_local,sell,2025-11-20 09:15:00,995.0 -72753,gt_model_sell_peak_local,sell,2025-11-20 10:30:00,999.0 -72754,gt_model_sell_peak_local,sell,2025-11-20 10:33:00,1000.0 -72755,gt_model_sell_peak_local,sell,2025-11-20 10:36:00,1001.0 -72756,gt_model_sell_peak_local,sell,2025-11-20 12:33:00,1005.0 -72757,gt_model_sell_peak_local,sell,2025-11-20 12:36:00,1007.0 -72758,gt_model_sell_peak_local,sell,2025-11-20 12:39:00,1006.0 -72759,gt_model_sell_peak_local,sell,2025-11-20 16:18:00,1011.0 -72760,gt_model_sell_peak_local,sell,2025-11-20 16:30:00,1013.0 -72761,gt_model_sell_peak_local,sell,2025-11-20 16:33:00,1012.0 -72762,gt_model_sell_peak_local,sell,2025-11-20 19:36:00,1023.0 -72763,gt_model_sell_peak_local,sell,2025-11-20 19:42:00,1020.0 -72764,gt_model_sell_peak_local,sell,2025-11-20 23:15:00,1036.0 -72765,gt_model_sell_peak_local,sell,2025-11-21 00:36:00,1037.0 -72766,gt_model_sell_peak_local,sell,2025-11-21 04:09:00,965.0 -72767,gt_model_sell_peak_local,sell,2025-11-21 08:27:00,995.0 -72768,gt_model_sell_peak_local,sell,2025-11-21 11:06:00,984.0 -72769,gt_model_sell_peak_local,sell,2025-11-21 11:27:00,979.0 -72770,gt_model_sell_peak_local,sell,2025-11-21 13:42:00,961.0 -72771,gt_model_sell_peak_local,sell,2025-11-21 14:57:00,962.0 -72772,gt_model_sell_peak_local,sell,2025-11-21 15:30:00,959.0 -72773,gt_model_sell_peak_local,sell,2025-11-21 15:33:00,960.0 -72774,gt_model_sell_peak_local,sell,2025-11-21 16:51:00,927.0 -72775,gt_model_sell_peak_local,sell,2025-11-21 20:45:00,893.0 -72776,gt_model_sell_peak_local,sell,2025-11-22 00:54:00,895.0 -72777,gt_model_sell_peak_local,sell,2025-11-22 00:57:00,901.0 -72778,gt_model_sell_peak_local,sell,2025-11-22 03:33:00,913.0 -72779,gt_model_sell_peak_local,sell,2025-11-22 08:15:00,874.0 -72780,gt_model_sell_peak_local,sell,2025-11-22 12:03:00,912.0 -72781,gt_model_sell_peak_local,sell,2025-11-22 12:09:00,915.0 -72782,gt_model_sell_peak_local,sell,2025-11-22 16:36:00,896.0 -72783,gt_model_sell_peak_local,sell,2025-11-22 17:57:00,886.0 -72784,gt_model_sell_peak_local,sell,2025-11-22 19:36:00,885.0 -72785,gt_model_sell_peak_local,sell,2025-11-22 19:39:00,886.0 -72786,gt_model_sell_peak_local,sell,2025-11-22 19:42:00,885.0 -72787,gt_model_sell_peak_local,sell,2025-11-22 21:27:00,887.0 -72788,gt_model_sell_peak_local,sell,2025-11-22 21:33:00,889.0 -72789,gt_model_sell_peak_local,sell,2025-11-23 00:27:00,900.0 -72790,gt_model_sell_peak_local,sell,2025-11-23 02:42:00,903.0 -72791,gt_model_sell_peak_local,sell,2025-11-23 04:21:00,902.0 -72792,gt_model_sell_peak_local,sell,2025-11-23 06:15:00,895.0 -72793,gt_model_sell_peak_local,sell,2025-11-23 06:18:00,898.0 -72794,gt_model_sell_peak_local,sell,2025-11-23 08:57:00,910.0 -72795,gt_model_sell_peak_local,sell,2025-11-23 10:03:00,906.0 -72796,gt_model_sell_peak_local,sell,2025-11-23 12:33:00,916.0 -72797,gt_model_sell_peak_local,sell,2025-11-23 12:42:00,915.0 -72798,gt_model_sell_peak_local,sell,2025-11-23 12:45:00,917.0 -72799,gt_model_sell_peak_local,sell,2025-11-23 12:48:00,917.0 -72800,gt_model_sell_peak_local,sell,2025-11-23 14:51:00,930.0 -72801,gt_model_sell_peak_local,sell,2025-11-23 14:54:00,929.0 -72802,gt_model_sell_peak_local,sell,2025-11-23 16:06:00,915.0 -72803,gt_model_sell_peak_local,sell,2025-11-23 19:18:00,919.0 -72804,gt_model_sell_peak_local,sell,2025-11-23 19:42:00,918.0 -72805,gt_model_sell_peak_local,sell,2025-11-23 22:33:00,921.0 -72806,gt_model_sell_peak_local,sell,2025-11-24 00:03:00,919.0 -72807,gt_model_sell_peak_local,sell,2025-11-24 08:36:00,925.0 -72808,gt_model_sell_peak_local,sell,2025-11-24 10:51:00,917.0 -72809,gt_model_sell_peak_local,sell,2025-11-24 12:18:00,938.0 -72810,gt_model_sell_peak_local,sell,2025-11-24 13:21:00,926.0 -72811,gt_model_sell_peak_local,sell,2025-11-24 15:24:00,926.0 -72812,gt_model_sell_peak_local,sell,2025-11-24 17:45:00,926.0 -72813,gt_model_sell_peak_local,sell,2025-11-24 21:45:00,907.0 -72814,gt_model_sell_peak_local,sell,2025-11-24 21:48:00,906.0 -72815,gt_model_sell_peak_local,sell,2025-11-24 21:54:00,904.0 -72816,gt_model_sell_peak_local,sell,2025-11-24 21:57:00,906.0 -72817,gt_model_sell_peak_local,sell,2025-11-25 04:00:00,958.0 -72818,gt_model_sell_peak_local,sell,2025-11-25 05:06:00,954.0 -72819,gt_model_sell_peak_local,sell,2025-11-25 06:54:00,959.0 -72820,gt_model_sell_peak_local,sell,2025-11-25 07:12:00,963.0 -72821,gt_model_sell_peak_local,sell,2025-11-25 08:36:00,955.0 -72822,gt_model_sell_peak_local,sell,2025-11-25 11:12:00,951.0 -72823,gt_model_sell_peak_local,sell,2025-11-25 13:24:00,943.0 -72824,gt_model_sell_peak_local,sell,2025-11-25 13:27:00,943.0 -72825,gt_model_sell_peak_local,sell,2025-11-25 15:21:00,944.0 -72826,gt_model_sell_peak_local,sell,2025-11-25 17:39:00,941.0 -72827,gt_model_sell_peak_local,sell,2025-11-25 17:42:00,943.0 -72828,gt_model_sell_peak_local,sell,2025-11-25 20:27:00,942.0 -72829,gt_model_sell_peak_local,sell,2025-11-25 20:57:00,941.0 -72830,gt_model_sell_peak_local,sell,2025-11-25 21:00:00,942.0 -72831,gt_model_sell_peak_local,sell,2025-11-25 21:06:00,943.0 -72832,gt_model_sell_peak_local,sell,2025-11-25 21:09:00,941.0 -72833,gt_model_sell_peak_local,sell,2025-11-25 21:12:00,942.0 -72834,gt_model_sell_peak_local,sell,2025-11-25 23:27:00,944.0 -72835,gt_model_sell_peak_local,sell,2025-11-25 23:30:00,944.0 -72836,gt_model_sell_peak_local,sell,2025-11-26 02:30:00,943.0 -72837,gt_model_sell_peak_local,sell,2025-11-26 04:21:00,928.0 -72838,gt_model_sell_peak_local,sell,2025-11-26 06:48:00,948.0 -72839,gt_model_sell_peak_local,sell,2025-11-26 06:51:00,951.0 -72840,gt_model_sell_peak_local,sell,2025-11-26 07:27:00,946.0 -72841,gt_model_sell_peak_local,sell,2025-11-26 09:18:00,956.0 -72842,gt_model_sell_peak_local,sell,2025-11-26 11:42:00,955.0 -72843,gt_model_sell_peak_local,sell,2025-11-26 13:21:00,950.0 -72844,gt_model_sell_peak_local,sell,2025-11-26 13:24:00,951.0 -72845,gt_model_sell_peak_local,sell,2025-11-26 14:03:00,948.0 -72846,gt_model_sell_peak_local,sell,2025-11-26 15:36:00,952.0 -72847,gt_model_sell_peak_local,sell,2025-11-26 15:39:00,954.0 -72848,gt_model_sell_peak_local,sell,2025-11-26 15:42:00,953.0 -72849,gt_model_sell_peak_local,sell,2025-11-26 15:45:00,954.0 -72850,gt_model_sell_peak_local,sell,2025-11-26 17:15:00,956.0 -72851,gt_model_sell_peak_local,sell,2025-11-26 17:57:00,949.0 -72852,gt_model_sell_peak_local,sell,2025-11-26 18:00:00,948.0 -72853,gt_model_sell_peak_local,sell,2025-11-27 00:15:00,932.0 -72854,gt_model_sell_peak_local,sell,2025-11-27 00:48:00,926.0 -72855,gt_model_sell_peak_local,sell,2025-11-27 04:57:00,975.0 -72856,gt_model_sell_peak_local,sell,2025-11-27 07:48:00,976.0 -72857,gt_model_sell_peak_local,sell,2025-11-27 09:15:00,978.0 -72858,gt_model_sell_peak_local,sell,2025-11-27 11:06:00,983.0 -72859,gt_model_sell_peak_local,sell,2025-11-27 12:30:00,983.0 -72860,gt_model_sell_peak_local,sell,2025-11-27 14:12:00,978.0 -72861,gt_model_sell_peak_local,sell,2025-11-27 16:42:00,971.0 -72862,gt_model_sell_peak_local,sell,2025-11-27 19:33:00,968.0 -72863,gt_model_sell_peak_local,sell,2025-11-27 19:36:00,968.0 -72864,gt_model_sell_peak_local,sell,2025-11-27 19:39:00,969.0 -72865,gt_model_sell_peak_local,sell,2025-11-27 19:42:00,970.0 -72866,gt_model_sell_peak_local,sell,2025-11-27 22:15:00,969.0 -72867,gt_model_sell_peak_local,sell,2025-11-28 02:45:00,987.0 -72868,gt_model_sell_peak_local,sell,2025-11-28 02:57:00,991.0 -72869,gt_model_sell_peak_local,sell,2025-11-28 03:00:00,989.0 -72870,gt_model_sell_peak_local,sell,2025-11-28 05:15:00,996.0 -72871,gt_model_sell_peak_local,sell,2025-11-28 05:18:00,995.0 -72872,gt_model_sell_peak_local,sell,2025-11-28 07:21:00,986.0 -72873,gt_model_sell_peak_local,sell,2025-11-28 10:12:00,968.0 -72874,gt_model_sell_peak_local,sell,2025-11-28 10:21:00,966.0 -72875,gt_model_sell_peak_local,sell,2025-11-28 13:45:00,959.0 -72876,gt_model_sell_peak_local,sell,2025-11-28 13:48:00,960.0 -72877,gt_model_sell_peak_local,sell,2025-11-28 13:54:00,959.0 -72878,gt_model_sell_peak_local,sell,2025-11-28 15:51:00,957.0 -72879,gt_model_sell_peak_local,sell,2025-11-28 15:54:00,958.0 -72880,gt_model_sell_peak_local,sell,2025-11-28 15:57:00,957.0 -72881,gt_model_sell_peak_local,sell,2025-11-28 19:00:00,984.0 -72882,gt_model_sell_peak_local,sell,2025-11-28 19:03:00,983.0 -72883,gt_model_sell_peak_local,sell,2025-11-28 19:09:00,982.0 -72884,gt_model_sell_peak_local,sell,2025-11-28 19:12:00,982.0 -72885,gt_model_sell_peak_local,sell,2025-11-29 01:33:00,972.0 -72886,gt_model_sell_peak_local,sell,2025-11-29 05:48:00,971.0 -72887,gt_model_sell_peak_local,sell,2025-11-29 09:03:00,970.0 -72888,gt_model_sell_peak_local,sell,2025-11-29 09:12:00,967.0 -72889,gt_model_sell_peak_local,sell,2025-11-29 09:18:00,967.0 -72890,gt_model_sell_peak_local,sell,2025-11-29 09:21:00,967.0 -72891,gt_model_sell_peak_local,sell,2025-11-29 09:24:00,968.0 -72892,gt_model_sell_peak_local,sell,2025-11-29 11:18:00,973.0 -72893,gt_model_sell_peak_local,sell,2025-11-29 13:06:00,968.0 -72894,gt_model_sell_peak_local,sell,2025-11-29 15:15:00,969.0 -72895,gt_model_sell_peak_local,sell,2025-11-29 22:03:00,957.0 -72896,gt_model_sell_peak_local,sell,2025-11-29 22:06:00,959.0 -72897,gt_model_sell_peak_local,sell,2025-11-29 23:30:00,954.0 -72898,gt_model_sell_peak_local,sell,2025-11-30 01:21:00,958.0 -72899,gt_model_sell_peak_local,sell,2025-11-30 05:21:00,945.0 -72900,gt_model_sell_peak_local,sell,2025-11-30 07:42:00,949.0 -72901,gt_model_sell_peak_local,sell,2025-11-30 07:57:00,948.0 -72902,gt_model_sell_peak_local,sell,2025-11-30 10:15:00,949.0 -72903,gt_model_sell_peak_local,sell,2025-11-30 10:18:00,950.0 -72904,gt_model_sell_peak_local,sell,2025-11-30 11:06:00,948.0 -72905,gt_model_sell_peak_local,sell,2025-11-30 11:09:00,946.0 -72906,gt_model_sell_peak_local,sell,2025-11-30 11:12:00,948.0 -72907,gt_model_sell_peak_local,sell,2025-11-30 12:12:00,939.0 -72908,gt_model_sell_peak_local,sell,2025-11-30 13:57:00,940.0 -72909,gt_model_sell_peak_local,sell,2025-11-30 14:00:00,942.0 -72910,gt_model_sell_peak_local,sell,2025-11-30 14:03:00,942.0 -72911,gt_model_sell_peak_local,sell,2025-11-30 14:06:00,940.0 -72912,gt_model_sell_peak_local,sell,2025-11-30 14:09:00,940.0 -72913,gt_model_sell_peak_local,sell,2025-11-30 14:12:00,939.0 -72914,gt_model_sell_peak_local,sell,2025-11-30 14:15:00,939.0 -72915,gt_model_sell_peak_local,sell,2025-11-30 14:18:00,937.0 -72916,gt_model_sell_peak_local,sell,2025-11-30 16:33:00,941.0 -72917,gt_model_sell_peak_local,sell,2025-11-30 18:24:00,944.0 -72918,gt_model_sell_peak_local,sell,2025-11-30 20:30:00,942.0 -72919,gt_model_sell_peak_local,sell,2025-11-30 23:24:00,948.0 -72920,gt_model_sell_peak_local,sell,2025-11-30 23:27:00,950.0 -72921,gt_model_sell_peak_local,sell,2025-12-01 02:21:00,945.0 -72922,gt_model_sell_peak_local,sell,2025-12-01 02:24:00,944.0 -72923,gt_model_sell_peak_local,sell,2025-12-01 02:27:00,943.0 -72924,gt_model_sell_peak_local,sell,2025-12-01 02:30:00,943.0 -72925,gt_model_sell_peak_local,sell,2025-12-01 02:48:00,950.0 -72926,gt_model_sell_peak_local,sell,2025-12-01 02:51:00,950.0 -72927,gt_model_sell_peak_local,sell,2025-12-01 06:09:00,954.0 -72928,gt_model_sell_peak_local,sell,2025-12-01 06:12:00,953.0 -72929,gt_model_sell_peak_local,sell,2025-12-01 08:12:00,947.0 -72930,gt_model_sell_peak_local,sell,2025-12-01 08:15:00,945.0 -72931,gt_model_sell_peak_local,sell,2025-12-01 11:36:00,874.0 -72932,gt_model_sell_peak_local,sell,2025-12-01 16:09:00,868.0 -72933,gt_model_sell_peak_local,sell,2025-12-01 16:12:00,868.0 -72934,gt_model_sell_peak_local,sell,2025-12-01 16:15:00,867.0 -72935,gt_model_sell_peak_local,sell,2025-12-01 18:36:00,866.0 -72936,gt_model_sell_peak_local,sell,2025-12-01 18:39:00,866.0 -72937,gt_model_sell_peak_local,sell,2025-12-01 18:45:00,868.0 -72938,gt_model_sell_peak_local,sell,2025-12-01 19:03:00,867.0 -72939,gt_model_sell_peak_local,sell,2025-12-01 19:06:00,866.0 -72940,gt_model_sell_peak_local,sell,2025-12-01 19:21:00,866.0 -72941,gt_model_sell_peak_local,sell,2025-12-01 20:33:00,857.0 -72942,gt_model_sell_peak_local,sell,2025-12-01 23:03:00,854.0 -72943,gt_model_sell_peak_local,sell,2025-12-02 00:36:00,841.0 -72944,gt_model_sell_peak_local,sell,2025-12-02 04:15:00,840.0 -72945,gt_model_sell_peak_local,sell,2025-12-02 08:06:00,865.0 -72946,gt_model_sell_peak_local,sell,2025-12-02 08:09:00,863.0 -72947,gt_model_sell_peak_local,sell,2025-12-02 09:03:00,862.0 -72948,gt_model_sell_peak_local,sell,2025-12-02 09:30:00,860.0 -72949,gt_model_sell_peak_local,sell,2025-12-02 11:09:00,859.0 -72950,gt_model_sell_peak_local,sell,2025-12-02 12:45:00,859.0 -72951,gt_model_sell_peak_local,sell,2025-12-02 14:00:00,857.0 -72952,gt_model_sell_peak_local,sell,2025-12-02 14:03:00,857.0 -72953,gt_model_sell_peak_local,sell,2025-12-02 14:18:00,857.0 -72954,gt_model_sell_peak_local,sell,2025-12-02 16:30:00,860.0 -72955,gt_model_sell_peak_local,sell,2025-12-02 17:21:00,852.0 -72956,gt_model_sell_peak_local,sell,2025-12-02 22:06:00,864.0 -72957,gt_model_sell_peak_local,sell,2025-12-02 22:09:00,864.0 -72958,gt_model_sell_peak_local,sell,2025-12-02 22:12:00,867.0 -72959,gt_model_sell_peak_local,sell,2025-12-03 02:00:00,977.0 -72960,gt_model_sell_peak_local,sell,2025-12-03 09:00:00,933.0 -72961,gt_model_sell_peak_local,sell,2025-12-03 13:27:00,944.0 -72962,gt_model_sell_peak_local,sell,2025-12-03 15:09:00,953.0 -72963,gt_model_sell_peak_local,sell,2025-12-03 16:33:00,942.0 -72964,gt_model_sell_peak_local,sell,2025-12-03 18:45:00,943.0 -72965,gt_model_sell_peak_local,sell,2025-12-03 18:48:00,943.0 -72966,gt_model_sell_peak_local,sell,2025-12-03 18:51:00,943.0 -72967,gt_model_sell_peak_local,sell,2025-12-03 20:18:00,936.0 -72968,gt_model_sell_peak_local,sell,2025-12-03 20:24:00,939.0 -72969,gt_model_sell_peak_local,sell,2025-12-03 20:27:00,938.0 -72970,gt_model_sell_peak_local,sell,2025-12-03 22:03:00,938.0 -72971,gt_model_sell_peak_local,sell,2025-12-03 22:24:00,942.0 -72972,gt_model_sell_peak_local,sell,2025-12-04 01:42:00,932.0 -72973,gt_model_sell_peak_local,sell,2025-12-04 04:03:00,938.0 -72974,gt_model_sell_peak_local,sell,2025-12-04 04:12:00,938.0 -72975,gt_model_sell_peak_local,sell,2025-12-04 06:15:00,938.0 -72976,gt_model_sell_peak_local,sell,2025-12-04 09:06:00,943.0 -72977,gt_model_sell_peak_local,sell,2025-12-04 11:12:00,948.0 -72978,gt_model_sell_peak_local,sell,2025-12-04 12:27:00,950.0 -72979,gt_model_sell_peak_local,sell,2025-12-04 12:39:00,948.0 -72980,gt_model_sell_peak_local,sell,2025-12-04 13:06:00,951.0 -72981,gt_model_sell_peak_local,sell,2025-12-04 15:30:00,952.0 -72982,gt_model_sell_peak_local,sell,2025-12-04 16:36:00,947.0 -72983,gt_model_sell_peak_local,sell,2025-12-04 19:09:00,951.0 -72984,gt_model_sell_peak_local,sell,2025-12-04 22:06:00,941.0 -72985,gt_model_sell_peak_local,sell,2025-12-04 22:09:00,940.0 -72986,gt_model_sell_peak_local,sell,2025-12-04 23:18:00,939.0 -72987,gt_model_sell_peak_local,sell,2025-12-04 23:27:00,940.0 -72988,gt_model_sell_peak_local,sell,2025-12-05 02:24:00,942.0 -72989,gt_model_sell_peak_local,sell,2025-12-05 04:33:00,935.0 -72990,gt_model_sell_peak_local,sell,2025-12-05 06:51:00,931.0 -72991,gt_model_sell_peak_local,sell,2025-12-05 08:54:00,924.0 -72992,gt_model_sell_peak_local,sell,2025-12-05 10:09:00,927.0 -72993,gt_model_sell_peak_local,sell,2025-12-05 10:24:00,926.0 -72994,gt_model_sell_peak_local,sell,2025-12-05 10:42:00,924.0 -72995,gt_model_sell_peak_local,sell,2025-12-05 10:45:00,924.0 -72996,gt_model_sell_peak_local,sell,2025-12-05 12:27:00,920.0 -72997,gt_model_sell_peak_local,sell,2025-12-05 12:36:00,919.0 -72998,gt_model_sell_peak_local,sell,2025-12-05 12:39:00,918.0 -72999,gt_model_sell_peak_local,sell,2025-12-05 12:42:00,918.0 -73000,gt_model_sell_peak_local,sell,2025-12-05 17:54:00,914.0 -73001,gt_model_sell_peak_local,sell,2025-12-05 17:57:00,914.0 -73002,gt_model_sell_peak_local,sell,2025-12-05 20:24:00,904.0 -73003,gt_model_sell_peak_local,sell,2025-12-05 22:36:00,897.0 -73004,gt_model_sell_peak_local,sell,2025-12-05 22:39:00,897.0 -73005,gt_model_sell_peak_local,sell,2025-12-05 22:51:00,889.0 -73006,gt_model_sell_peak_local,sell,2025-12-06 01:33:00,869.0 -73007,gt_model_sell_peak_local,sell,2025-12-06 03:48:00,852.0 -73008,gt_model_sell_peak_local,sell,2025-12-06 03:51:00,855.0 -73009,gt_model_sell_peak_local,sell,2025-12-06 03:54:00,852.0 -73010,gt_model_sell_peak_local,sell,2025-12-06 04:09:00,850.0 -73011,gt_model_sell_peak_local,sell,2025-12-06 05:39:00,850.0 -73012,gt_model_sell_peak_local,sell,2025-12-06 08:51:00,861.0 -73013,gt_model_sell_peak_local,sell,2025-12-06 11:18:00,861.0 -73014,gt_model_sell_peak_local,sell,2025-12-06 11:21:00,860.0 -73015,gt_model_sell_peak_local,sell,2025-12-06 11:24:00,860.0 -73016,gt_model_sell_peak_local,sell,2025-12-06 13:39:00,864.0 -73017,gt_model_sell_peak_local,sell,2025-12-06 13:45:00,863.0 -73018,gt_model_sell_peak_local,sell,2025-12-06 13:48:00,864.0 -73019,gt_model_sell_peak_local,sell,2025-12-06 14:00:00,861.0 -73020,gt_model_sell_peak_local,sell,2025-12-06 17:00:00,867.0 -73021,gt_model_sell_peak_local,sell,2025-12-06 17:03:00,864.0 -73022,gt_model_sell_peak_local,sell,2025-12-06 17:06:00,865.0 -73023,gt_model_sell_peak_local,sell,2025-12-06 17:09:00,865.0 -73024,gt_model_sell_peak_local,sell,2025-12-06 17:12:00,865.0 -73025,gt_model_sell_peak_local,sell,2025-12-06 17:24:00,863.0 -73026,gt_model_sell_peak_local,sell,2025-12-06 17:42:00,862.0 -73027,gt_model_sell_peak_local,sell,2025-12-06 17:45:00,863.0 -73028,gt_model_sell_peak_local,sell,2025-12-06 17:48:00,863.0 -73029,gt_model_sell_peak_local,sell,2025-12-06 17:57:00,860.0 -73030,gt_model_sell_peak_local,sell,2025-12-06 19:12:00,858.0 -73031,gt_model_sell_peak_local,sell,2025-12-06 22:33:00,861.0 -73032,gt_model_sell_peak_local,sell,2025-12-06 22:39:00,863.0 -73033,gt_model_sell_peak_local,sell,2025-12-06 22:42:00,863.0 -73034,gt_model_sell_peak_local,sell,2025-12-07 00:48:00,865.0 -73035,gt_model_sell_peak_local,sell,2025-12-07 02:06:00,864.0 -73036,gt_model_sell_peak_local,sell,2025-12-07 02:09:00,864.0 -73037,gt_model_sell_peak_local,sell,2025-12-07 02:12:00,863.0 -73038,gt_model_sell_peak_local,sell,2025-12-07 04:24:00,863.0 -73039,gt_model_sell_peak_local,sell,2025-12-07 07:06:00,866.0 -73040,gt_model_sell_peak_local,sell,2025-12-07 08:18:00,862.0 -73041,gt_model_sell_peak_local,sell,2025-12-07 08:21:00,862.0 -73042,gt_model_sell_peak_local,sell,2025-12-07 08:24:00,861.0 -73043,gt_model_sell_peak_local,sell,2025-12-07 10:42:00,868.0 -73044,gt_model_sell_peak_local,sell,2025-12-07 13:54:00,865.0 -73045,gt_model_sell_peak_local,sell,2025-12-07 13:57:00,866.0 -73046,gt_model_sell_peak_local,sell,2025-12-07 16:27:00,867.0 -73047,gt_model_sell_peak_local,sell,2025-12-07 17:00:00,867.0 -73048,gt_model_sell_peak_local,sell,2025-12-07 18:42:00,862.0 -73049,gt_model_sell_peak_local,sell,2025-12-07 21:45:00,862.0 -73050,gt_model_sell_peak_local,sell,2025-12-08 02:00:00,856.0 -73051,gt_model_sell_peak_local,sell,2025-12-08 04:33:00,876.0 -73052,gt_model_sell_peak_local,sell,2025-12-08 04:36:00,875.0 -73053,gt_model_sell_peak_local,sell,2025-12-08 06:00:00,880.0 -73054,gt_model_sell_peak_local,sell,2025-12-08 06:27:00,874.0 -73055,gt_model_sell_peak_local,sell,2025-12-08 11:39:00,854.0 -73056,gt_model_sell_peak_local,sell,2025-12-08 13:24:00,859.0 -73057,gt_model_sell_peak_local,sell,2025-12-08 17:36:00,872.0 -73058,gt_model_sell_peak_local,sell,2025-12-08 19:06:00,878.0 -73059,gt_model_sell_peak_local,sell,2025-12-08 20:57:00,881.0 -73060,gt_model_sell_peak_local,sell,2025-12-08 21:00:00,879.0 -73061,gt_model_sell_peak_local,sell,2025-12-08 23:06:00,881.0 -73062,gt_model_sell_peak_local,sell,2025-12-08 23:09:00,881.0 -73063,gt_model_sell_peak_local,sell,2025-12-08 23:12:00,880.0 -73064,gt_model_sell_peak_local,sell,2025-12-08 23:15:00,881.0 -73065,gt_model_sell_peak_local,sell,2025-12-08 23:21:00,882.0 -73066,gt_model_sell_peak_local,sell,2025-12-09 00:51:00,877.0 -73067,gt_model_sell_peak_local,sell,2025-12-09 02:45:00,882.0 -73068,gt_model_sell_peak_local,sell,2025-12-09 10:00:00,905.0 -73069,gt_model_sell_peak_local,sell,2025-12-09 10:18:00,904.0 -73070,gt_model_sell_peak_local,sell,2025-12-09 14:03:00,904.0 -73071,gt_model_sell_peak_local,sell,2025-12-09 17:39:00,887.0 -73072,gt_model_sell_peak_local,sell,2025-12-09 17:42:00,887.0 -73073,gt_model_sell_peak_local,sell,2025-12-09 23:03:00,903.0 -73074,gt_model_sell_peak_local,sell,2025-12-10 03:12:00,939.0 -73075,gt_model_sell_peak_local,sell,2025-12-10 04:24:00,934.0 -73076,gt_model_sell_peak_local,sell,2025-12-10 04:27:00,933.0 -73077,gt_model_sell_peak_local,sell,2025-12-10 05:54:00,939.0 -73078,gt_model_sell_peak_local,sell,2025-12-10 05:57:00,938.0 -73079,gt_model_sell_peak_local,sell,2025-12-10 06:09:00,937.0 -73080,gt_model_sell_peak_local,sell,2025-12-10 09:39:00,938.0 -73081,gt_model_sell_peak_local,sell,2025-12-10 09:42:00,936.0 -73082,gt_model_sell_peak_local,sell,2025-12-10 09:45:00,937.0 -73083,gt_model_sell_peak_local,sell,2025-12-10 11:57:00,933.0 -73084,gt_model_sell_peak_local,sell,2025-12-10 15:18:00,934.0 -73085,gt_model_sell_peak_local,sell,2025-12-10 16:42:00,930.0 -73086,gt_model_sell_peak_local,sell,2025-12-10 16:48:00,932.0 -73087,gt_model_sell_peak_local,sell,2025-12-10 20:03:00,926.0 -73088,gt_model_sell_peak_local,sell,2025-12-10 20:12:00,925.0 -73089,gt_model_sell_peak_local,sell,2025-12-11 00:33:00,937.0 -73090,gt_model_sell_peak_local,sell,2025-12-11 01:21:00,933.0 -73091,gt_model_sell_peak_local,sell,2025-12-11 03:27:00,931.0 -73092,gt_model_sell_peak_local,sell,2025-12-11 06:15:00,937.0 -73093,gt_model_sell_peak_local,sell,2025-12-11 08:57:00,918.0 -73094,gt_model_sell_peak_local,sell,2025-12-11 15:36:00,882.0 -73095,gt_model_sell_peak_local,sell,2025-12-11 18:21:00,880.0 -73096,gt_model_sell_peak_local,sell,2025-12-11 18:24:00,879.0 -73097,gt_model_sell_peak_local,sell,2025-12-11 19:39:00,877.0 -73098,gt_model_sell_peak_local,sell,2025-12-11 21:36:00,882.0 -73099,gt_model_sell_peak_local,sell,2025-12-11 22:48:00,878.0 -73100,gt_model_sell_peak_local,sell,2025-12-11 23:09:00,880.0 -73101,gt_model_sell_peak_local,sell,2025-12-12 00:18:00,874.0 -73102,gt_model_sell_peak_local,sell,2025-12-12 03:24:00,880.0 -73103,gt_model_sell_peak_local,sell,2025-12-12 04:45:00,896.0 -73104,gt_model_sell_peak_local,sell,2025-12-12 07:30:00,887.0 -73105,gt_model_sell_peak_local,sell,2025-12-12 07:33:00,886.0 -73106,gt_model_sell_peak_local,sell,2025-12-12 10:21:00,882.0 -73107,gt_model_sell_peak_local,sell,2025-12-12 12:54:00,889.0 -73108,gt_model_sell_peak_local,sell,2025-12-12 16:12:00,892.0 -73109,gt_model_sell_peak_local,sell,2025-12-12 16:15:00,892.0 -73110,gt_model_sell_peak_local,sell,2025-12-12 16:18:00,892.0 -73111,gt_model_sell_peak_local,sell,2025-12-12 16:21:00,893.0 -73112,gt_model_sell_peak_local,sell,2025-12-12 16:24:00,892.0 -73113,gt_model_sell_peak_local,sell,2025-12-12 20:09:00,896.0 -73114,gt_model_sell_peak_local,sell,2025-12-12 23:18:00,899.0 -73115,gt_model_sell_peak_local,sell,2025-12-13 00:36:00,874.0 -73116,gt_model_sell_peak_local,sell,2025-12-13 03:15:00,861.0 -73117,gt_model_sell_peak_local,sell,2025-12-13 04:51:00,856.0 -73118,gt_model_sell_peak_local,sell,2025-12-13 08:39:00,867.0 -73119,gt_model_sell_peak_local,sell,2025-12-13 09:03:00,868.0 -73120,gt_model_sell_peak_local,sell,2025-12-13 10:12:00,868.0 -73121,gt_model_sell_peak_local,sell,2025-12-13 14:27:00,874.0 -73122,gt_model_sell_peak_local,sell,2025-12-13 14:36:00,871.0 -73123,gt_model_sell_peak_local,sell,2025-12-13 18:21:00,876.0 -73124,gt_model_sell_peak_local,sell,2025-12-13 18:24:00,876.0 -73125,gt_model_sell_peak_local,sell,2025-12-13 18:51:00,876.0 -73126,gt_model_sell_peak_local,sell,2025-12-13 19:06:00,876.0 -73127,gt_model_sell_peak_local,sell,2025-12-13 19:09:00,875.0 -73128,gt_model_sell_peak_local,sell,2025-12-13 20:45:00,876.0 -73129,gt_model_sell_peak_local,sell,2025-12-13 22:18:00,879.0 -73130,gt_model_sell_peak_local,sell,2025-12-13 23:36:00,879.0 -73131,gt_model_sell_peak_local,sell,2025-12-14 02:12:00,891.0 -73132,gt_model_sell_peak_local,sell,2025-12-14 04:27:00,889.0 -73133,gt_model_sell_peak_local,sell,2025-12-14 06:06:00,886.0 -73134,gt_model_sell_peak_local,sell,2025-12-14 08:03:00,885.0 -73135,gt_model_sell_peak_local,sell,2025-12-14 08:12:00,884.0 -73136,gt_model_sell_peak_local,sell,2025-12-14 09:42:00,884.0 -73137,gt_model_sell_peak_local,sell,2025-12-14 09:45:00,885.0 -73138,gt_model_sell_peak_local,sell,2025-12-14 10:15:00,883.0 -73139,gt_model_sell_peak_local,sell,2025-12-14 12:30:00,880.0 -73140,gt_model_sell_peak_local,sell,2025-12-14 12:33:00,880.0 -73141,gt_model_sell_peak_local,sell,2025-12-14 17:03:00,873.0 -73142,gt_model_sell_peak_local,sell,2025-12-14 18:12:00,871.0 -73143,gt_model_sell_peak_local,sell,2025-12-14 19:57:00,867.0 -73144,gt_model_sell_peak_local,sell,2025-12-14 20:06:00,868.0 -73145,gt_model_sell_peak_local,sell,2025-12-14 20:09:00,867.0 -73146,gt_model_sell_peak_local,sell,2025-12-14 22:54:00,862.0 -73147,gt_model_sell_peak_local,sell,2025-12-15 00:03:00,854.0 -73148,gt_model_sell_peak_local,sell,2025-12-15 00:06:00,853.0 -73149,gt_model_sell_peak_local,sell,2025-12-15 00:12:00,853.0 -73150,gt_model_sell_peak_local,sell,2025-12-15 00:18:00,854.0 -73151,gt_model_sell_peak_local,sell,2025-12-15 02:30:00,848.0 -73152,gt_model_sell_peak_local,sell,2025-12-15 04:54:00,845.0 -73153,gt_model_sell_peak_local,sell,2025-12-15 04:57:00,845.0 -73154,gt_model_sell_peak_local,sell,2025-12-15 06:15:00,841.0 -73155,gt_model_sell_peak_local,sell,2025-12-15 06:33:00,843.0 -73156,gt_model_sell_peak_local,sell,2025-12-15 06:42:00,841.0 -73157,gt_model_sell_peak_local,sell,2025-12-15 12:18:00,860.0 -73158,gt_model_sell_peak_local,sell,2025-12-15 14:09:00,862.0 -73159,gt_model_sell_peak_local,sell,2025-12-15 16:00:00,865.0 -73160,gt_model_sell_peak_local,sell,2025-12-15 16:03:00,865.0 -73161,gt_model_sell_peak_local,sell,2025-12-15 18:27:00,861.0 -73162,gt_model_sell_peak_local,sell,2025-12-15 20:33:00,861.0 -73163,gt_model_sell_peak_local,sell,2025-12-15 20:36:00,862.0 -73164,gt_model_sell_peak_local,sell,2025-12-15 21:00:00,861.0 -73165,gt_model_sell_peak_local,sell,2025-12-15 21:06:00,859.0 -73166,gt_model_sell_peak_local,sell,2025-12-15 21:09:00,858.0 -73167,gt_model_sell_peak_local,sell,2025-12-15 22:51:00,854.0 -73168,gt_model_sell_peak_local,sell,2025-12-16 00:15:00,832.0 -73169,gt_model_sell_peak_local,sell,2025-12-16 00:18:00,823.0 -73170,gt_model_sell_peak_local,sell,2025-12-16 05:24:00,790.0 -73171,gt_model_sell_peak_local,sell,2025-12-16 05:27:00,790.0 -73172,gt_model_sell_peak_local,sell,2025-12-16 07:36:00,799.0 -73173,gt_model_sell_peak_local,sell,2025-12-16 09:57:00,793.0 -73174,gt_model_sell_peak_local,sell,2025-12-16 10:24:00,795.0 -73175,gt_model_sell_peak_local,sell,2025-12-16 12:30:00,793.0 -73176,gt_model_sell_peak_local,sell,2025-12-16 13:42:00,790.0 -73177,gt_model_sell_peak_local,sell,2025-12-16 13:57:00,789.0 -73178,gt_model_sell_peak_local,sell,2025-12-16 16:51:00,778.0 -73179,gt_model_sell_peak_local,sell,2025-12-16 16:54:00,777.0 -73180,gt_model_sell_peak_local,sell,2025-12-16 21:30:00,799.0 -73181,gt_model_sell_peak_local,sell,2025-12-16 21:33:00,799.0 -73182,gt_model_sell_peak_local,sell,2025-12-17 01:54:00,787.0 -73183,gt_model_sell_peak_local,sell,2025-12-17 04:48:00,786.0 -73184,gt_model_sell_peak_local,sell,2025-12-17 04:51:00,788.0 -73185,gt_model_sell_peak_local,sell,2025-12-17 06:36:00,787.0 -73186,gt_model_sell_peak_local,sell,2025-12-17 06:39:00,788.0 -73187,gt_model_sell_peak_local,sell,2025-12-17 06:42:00,787.0 -73188,gt_model_sell_peak_local,sell,2025-12-17 06:45:00,788.0 -73189,gt_model_sell_peak_local,sell,2025-12-17 08:24:00,786.0 -73190,gt_model_sell_peak_local,sell,2025-12-17 08:51:00,784.0 -73191,gt_model_sell_peak_local,sell,2025-12-17 11:18:00,781.0 -73192,gt_model_sell_peak_local,sell,2025-12-17 13:06:00,781.0 -73193,gt_model_sell_peak_local,sell,2025-12-17 16:12:00,766.0 -73194,gt_model_sell_peak_local,sell,2025-12-17 16:15:00,765.0 -73195,gt_model_sell_peak_local,sell,2025-12-17 16:18:00,766.0 -73196,gt_model_sell_peak_local,sell,2025-12-17 16:24:00,767.0 -73197,gt_model_sell_peak_local,sell,2025-12-17 17:45:00,764.0 -73198,gt_model_sell_peak_local,sell,2025-12-17 17:48:00,765.0 -73199,gt_model_sell_peak_local,sell,2025-12-17 19:51:00,766.0 -73200,gt_model_sell_peak_local,sell,2025-12-17 19:57:00,766.0 -73201,gt_model_sell_peak_local,sell,2025-12-17 22:03:00,772.0 -73202,gt_model_sell_peak_local,sell,2025-12-17 22:06:00,774.0 -73203,gt_model_sell_peak_local,sell,2025-12-17 22:12:00,773.0 -73204,gt_model_sell_peak_local,sell,2025-12-18 01:06:00,775.0 -73205,gt_model_sell_peak_local,sell,2025-12-18 06:27:00,745.0 -73206,gt_model_sell_peak_local,sell,2025-12-18 08:51:00,742.0 -73207,gt_model_sell_peak_local,sell,2025-12-18 08:54:00,741.0 -73208,gt_model_sell_peak_local,sell,2025-12-18 08:57:00,741.0 -73209,gt_model_sell_peak_local,sell,2025-12-18 10:54:00,737.0 -73210,gt_model_sell_peak_local,sell,2025-12-18 10:57:00,738.0 -73211,gt_model_sell_peak_local,sell,2025-12-18 12:45:00,739.0 -73212,gt_model_sell_peak_local,sell,2025-12-18 12:48:00,739.0 -73213,gt_model_sell_peak_local,sell,2025-12-18 13:03:00,742.0 -73214,gt_model_sell_peak_local,sell,2025-12-18 13:09:00,740.0 -73215,gt_model_sell_peak_local,sell,2025-12-18 13:12:00,739.0 -73216,gt_model_sell_peak_local,sell,2025-12-18 18:24:00,740.0 -73217,gt_model_sell_peak_local,sell,2025-12-18 18:33:00,741.0 -73218,gt_model_sell_peak_local,sell,2025-12-18 18:36:00,742.0 -73219,gt_model_sell_peak_local,sell,2025-12-19 00:03:00,760.0 -73220,gt_model_sell_peak_local,sell,2025-12-19 01:39:00,764.0 -73221,gt_model_sell_peak_local,sell,2025-12-19 01:42:00,764.0 -73222,gt_model_sell_peak_local,sell,2025-12-19 08:09:00,718.0 -73223,gt_model_sell_peak_local,sell,2025-12-19 10:24:00,711.0 -73224,gt_model_sell_peak_local,sell,2025-12-19 10:54:00,712.0 -73225,gt_model_sell_peak_local,sell,2025-12-19 10:57:00,711.0 -73226,gt_model_sell_peak_local,sell,2025-12-19 13:30:00,743.0 -73227,gt_model_sell_peak_local,sell,2025-12-19 14:33:00,739.0 -73228,gt_model_sell_peak_local,sell,2025-12-19 14:48:00,742.0 -73229,gt_model_sell_peak_local,sell,2025-12-19 14:51:00,742.0 -73230,gt_model_sell_peak_local,sell,2025-12-19 14:54:00,742.0 -73231,gt_model_sell_peak_local,sell,2025-12-19 14:57:00,741.0 -73232,gt_model_sell_peak_local,sell,2025-12-19 17:12:00,754.0 -73233,gt_model_sell_peak_local,sell,2025-12-19 20:03:00,749.0 -73234,gt_model_sell_peak_local,sell,2025-12-19 20:18:00,751.0 -73235,gt_model_sell_peak_local,sell,2025-12-19 20:21:00,751.0 -73236,gt_model_sell_peak_local,sell,2025-12-19 22:15:00,755.0 -73237,gt_model_sell_peak_local,sell,2025-12-19 22:27:00,755.0 -73238,gt_model_sell_peak_local,sell,2025-12-20 02:33:00,766.0 -73239,gt_model_sell_peak_local,sell,2025-12-20 02:36:00,763.0 -73240,gt_model_sell_peak_local,sell,2025-12-20 02:39:00,767.0 -73241,gt_model_sell_peak_local,sell,2025-12-20 02:42:00,762.0 -73242,gt_model_sell_peak_local,sell,2025-12-20 06:48:00,778.0 -73243,gt_model_sell_peak_local,sell,2025-12-20 06:51:00,777.0 -73244,gt_model_sell_peak_local,sell,2025-12-20 08:45:00,779.0 -73245,gt_model_sell_peak_local,sell,2025-12-20 11:30:00,773.0 -73246,gt_model_sell_peak_local,sell,2025-12-20 13:42:00,768.0 -73247,gt_model_sell_peak_local,sell,2025-12-20 16:18:00,772.0 -73248,gt_model_sell_peak_local,sell,2025-12-20 16:21:00,772.0 -73249,gt_model_sell_peak_local,sell,2025-12-20 18:33:00,777.0 -73250,gt_model_sell_peak_local,sell,2025-12-20 18:36:00,778.0 -73251,gt_model_sell_peak_local,sell,2025-12-20 21:42:00,774.0 -73252,gt_model_sell_peak_local,sell,2025-12-20 21:48:00,773.0 -73253,gt_model_sell_peak_local,sell,2025-12-20 21:51:00,773.0 -73254,gt_model_sell_peak_local,sell,2025-12-20 21:54:00,774.0 -73255,gt_model_sell_peak_local,sell,2025-12-20 21:57:00,774.0 -73256,gt_model_sell_peak_local,sell,2025-12-20 22:00:00,776.0 -73257,gt_model_sell_peak_local,sell,2025-12-21 00:54:00,775.0 -73258,gt_model_sell_peak_local,sell,2025-12-21 00:57:00,775.0 -73259,gt_model_sell_peak_local,sell,2025-12-21 01:00:00,774.0 -73260,gt_model_sell_peak_local,sell,2025-12-21 01:45:00,773.0 -73261,gt_model_sell_peak_local,sell,2025-12-21 03:24:00,775.0 -73262,gt_model_sell_peak_local,sell,2025-12-21 05:21:00,776.0 -73263,gt_model_sell_peak_local,sell,2025-12-21 05:33:00,777.0 -73264,gt_model_sell_peak_local,sell,2025-12-21 05:57:00,777.0 -73265,gt_model_sell_peak_local,sell,2025-12-21 07:21:00,778.0 -73266,gt_model_sell_peak_local,sell,2025-12-21 07:36:00,781.0 -73267,gt_model_sell_peak_local,sell,2025-12-21 07:39:00,780.0 -73268,gt_model_sell_peak_local,sell,2025-12-21 08:45:00,779.0 -73269,gt_model_sell_peak_local,sell,2025-12-21 08:48:00,779.0 -73270,gt_model_sell_peak_local,sell,2025-12-21 08:51:00,780.0 -73271,gt_model_sell_peak_local,sell,2025-12-21 08:54:00,780.0 -73272,gt_model_sell_peak_local,sell,2025-12-21 08:57:00,779.0 -73273,gt_model_sell_peak_local,sell,2025-12-21 09:00:00,779.0 -73274,gt_model_sell_peak_local,sell,2025-12-21 09:03:00,779.0 -73275,gt_model_sell_peak_local,sell,2025-12-21 09:06:00,780.0 -73276,gt_model_sell_peak_local,sell,2025-12-21 09:09:00,780.0 -73277,gt_model_sell_peak_local,sell,2025-12-21 09:12:00,779.0 -73278,gt_model_sell_peak_local,sell,2025-12-21 09:15:00,779.0 -73279,gt_model_sell_peak_local,sell,2025-12-21 09:18:00,779.0 -73280,gt_model_sell_peak_local,sell,2025-12-21 09:21:00,780.0 -73281,gt_model_sell_peak_local,sell,2025-12-21 10:27:00,774.0 -73282,gt_model_sell_peak_local,sell,2025-12-21 13:30:00,766.0 -73283,gt_model_sell_peak_local,sell,2025-12-21 14:00:00,765.0 -73284,gt_model_sell_peak_local,sell,2025-12-21 14:03:00,766.0 -73285,gt_model_sell_peak_local,sell,2025-12-21 14:09:00,767.0 -73286,gt_model_sell_peak_local,sell,2025-12-21 15:33:00,769.0 -73287,gt_model_sell_peak_local,sell,2025-12-21 16:45:00,768.0 -73288,gt_model_sell_peak_local,sell,2025-12-21 16:51:00,769.0 -73289,gt_model_sell_peak_local,sell,2025-12-21 16:57:00,769.0 -73290,gt_model_sell_peak_local,sell,2025-12-21 19:54:00,770.0 -73291,gt_model_sell_peak_local,sell,2025-12-21 19:57:00,770.0 -73292,gt_model_sell_peak_local,sell,2025-12-21 20:00:00,769.0 -73293,gt_model_sell_peak_local,sell,2025-12-21 20:03:00,769.0 -73294,gt_model_sell_peak_local,sell,2025-12-21 20:12:00,767.0 -73295,gt_model_sell_peak_local,sell,2025-12-22 03:15:00,744.0 -73296,gt_model_sell_peak_local,sell,2025-12-22 03:18:00,745.0 -73297,gt_model_sell_peak_local,sell,2025-12-22 03:21:00,746.0 -73298,gt_model_sell_peak_local,sell,2025-12-22 03:24:00,746.0 -73299,gt_model_sell_peak_local,sell,2025-12-22 06:00:00,749.0 -73300,gt_model_sell_peak_local,sell,2025-12-22 07:27:00,753.0 -73301,gt_model_sell_peak_local,sell,2025-12-22 07:33:00,753.0 -73302,gt_model_sell_peak_local,sell,2025-12-22 09:03:00,762.0 -73303,gt_model_sell_peak_local,sell,2025-12-22 10:15:00,767.0 -73304,gt_model_sell_peak_local,sell,2025-12-22 11:33:00,758.0 -73305,gt_model_sell_peak_local,sell,2025-12-22 11:36:00,759.0 -73306,gt_model_sell_peak_local,sell,2025-12-22 11:39:00,762.0 -73307,gt_model_sell_peak_local,sell,2025-12-22 14:42:00,766.0 -73308,gt_model_sell_peak_local,sell,2025-12-22 14:48:00,767.0 -73309,gt_model_sell_peak_local,sell,2025-12-22 14:51:00,766.0 -73310,gt_model_sell_peak_local,sell,2025-12-22 18:27:00,768.0 -73311,gt_model_sell_peak_local,sell,2025-12-22 20:39:00,766.0 -73312,gt_model_sell_peak_local,sell,2025-12-22 20:42:00,766.0 -73313,gt_model_sell_peak_local,sell,2025-12-22 20:48:00,768.0 -73314,gt_model_sell_peak_local,sell,2025-12-22 23:00:00,768.0 -73315,gt_model_sell_peak_local,sell,2025-12-22 23:03:00,769.0 -73316,gt_model_sell_peak_local,sell,2025-12-23 00:18:00,768.0 -73317,gt_model_sell_peak_local,sell,2025-12-23 02:12:00,763.0 -73318,gt_model_sell_peak_local,sell,2025-12-23 02:15:00,762.0 -73319,gt_model_sell_peak_local,sell,2025-12-23 02:18:00,763.0 -73320,gt_model_sell_peak_local,sell,2025-12-23 02:27:00,762.0 -73321,gt_model_sell_peak_local,sell,2025-12-23 04:39:00,751.0 -73322,gt_model_sell_peak_local,sell,2025-12-23 04:42:00,750.0 -73323,gt_model_sell_peak_local,sell,2025-12-23 07:42:00,750.0 -73324,gt_model_sell_peak_local,sell,2025-12-23 08:54:00,752.0 -73325,gt_model_sell_peak_local,sell,2025-12-23 10:51:00,753.0 -73326,gt_model_sell_peak_local,sell,2025-12-23 10:54:00,753.0 -73327,gt_model_sell_peak_local,sell,2025-12-23 11:06:00,753.0 -73328,gt_model_sell_peak_local,sell,2025-12-23 11:09:00,755.0 -73329,gt_model_sell_peak_local,sell,2025-12-23 11:12:00,754.0 -73330,gt_model_sell_peak_local,sell,2025-12-23 15:21:00,743.0 -73331,gt_model_sell_peak_local,sell,2025-12-23 15:24:00,742.0 -73332,gt_model_sell_peak_local,sell,2025-12-23 15:27:00,742.0 -73333,gt_model_sell_peak_local,sell,2025-12-23 16:06:00,744.0 -73334,gt_model_sell_peak_local,sell,2025-12-23 18:18:00,740.0 -73335,gt_model_sell_peak_local,sell,2025-12-23 18:21:00,739.0 -73336,gt_model_sell_peak_local,sell,2025-12-23 20:30:00,744.0 -73337,gt_model_sell_peak_local,sell,2025-12-23 20:51:00,742.0 -73338,gt_model_sell_peak_local,sell,2025-12-23 20:54:00,743.0 -73339,gt_model_sell_peak_local,sell,2025-12-23 21:03:00,740.0 -73340,gt_model_sell_peak_local,sell,2025-12-23 21:21:00,737.0 -73341,gt_model_sell_peak_local,sell,2025-12-23 21:24:00,738.0 -73342,gt_model_sell_peak_local,sell,2025-12-23 21:42:00,739.0 -73343,gt_model_sell_peak_local,sell,2025-12-23 21:45:00,740.0 -73344,gt_model_sell_peak_local,sell,2025-12-23 23:12:00,736.0 -73345,gt_model_sell_peak_local,sell,2025-12-23 23:18:00,731.0 -73346,gt_model_sell_peak_local,sell,2025-12-24 03:18:00,733.0 -73347,gt_model_sell_peak_local,sell,2025-12-24 04:51:00,738.0 -73348,gt_model_sell_peak_local,sell,2025-12-24 04:54:00,738.0 -73349,gt_model_sell_peak_local,sell,2025-12-24 05:03:00,739.0 -73350,gt_model_sell_peak_local,sell,2025-12-24 05:06:00,738.0 -73351,gt_model_sell_peak_local,sell,2025-12-24 06:42:00,738.0 -73352,gt_model_sell_peak_local,sell,2025-12-24 08:06:00,734.0 -73353,gt_model_sell_peak_local,sell,2025-12-24 09:51:00,733.0 -73354,gt_model_sell_peak_local,sell,2025-12-24 13:51:00,716.0 -73355,gt_model_sell_peak_local,sell,2025-12-24 13:57:00,716.0 -73356,gt_model_sell_peak_local,sell,2025-12-24 14:03:00,717.0 -73357,gt_model_sell_peak_local,sell,2025-12-24 14:06:00,718.0 -73358,gt_model_sell_peak_local,sell,2025-12-24 14:12:00,716.0 -73359,gt_model_sell_peak_local,sell,2025-12-24 17:33:00,715.0 -73360,gt_model_sell_peak_local,sell,2025-12-24 17:36:00,713.0 -73361,gt_model_sell_peak_local,sell,2025-12-24 17:39:00,714.0 -73362,gt_model_sell_peak_local,sell,2025-12-24 17:48:00,714.0 -73363,gt_model_sell_peak_local,sell,2025-12-24 19:03:00,711.0 -73364,gt_model_sell_peak_local,sell,2025-12-24 21:06:00,712.0 -73365,gt_model_sell_peak_local,sell,2025-12-24 21:09:00,713.0 -73366,gt_model_sell_peak_local,sell,2025-12-24 22:33:00,712.0 -73367,gt_model_sell_peak_local,sell,2025-12-24 22:36:00,711.0 -73368,gt_model_sell_peak_local,sell,2025-12-24 22:39:00,712.0 -73369,gt_model_sell_peak_local,sell,2025-12-24 22:57:00,712.0 -73370,gt_model_sell_peak_local,sell,2025-12-25 00:09:00,714.0 -73371,gt_model_sell_peak_local,sell,2025-12-25 02:03:00,716.0 -73372,gt_model_sell_peak_local,sell,2025-12-25 03:12:00,710.0 -73373,gt_model_sell_peak_local,sell,2025-12-25 03:36:00,712.0 -73374,gt_model_sell_peak_local,sell,2025-12-25 03:39:00,711.0 -73375,gt_model_sell_peak_local,sell,2025-12-25 06:33:00,717.0 -73376,gt_model_sell_peak_local,sell,2025-12-25 07:09:00,720.0 -73377,gt_model_sell_peak_local,sell,2025-12-25 08:39:00,721.0 -73378,gt_model_sell_peak_local,sell,2025-12-25 13:00:00,733.0 -73379,gt_model_sell_peak_local,sell,2025-12-25 13:21:00,732.0 -73380,gt_model_sell_peak_local,sell,2025-12-25 13:54:00,731.0 -73381,gt_model_sell_peak_local,sell,2025-12-25 16:51:00,734.0 -73382,gt_model_sell_peak_local,sell,2025-12-25 18:09:00,738.0 -73383,gt_model_sell_peak_local,sell,2025-12-25 23:06:00,728.0 -73384,gt_model_sell_peak_local,sell,2025-12-26 02:15:00,729.0 -73385,gt_model_sell_peak_local,sell,2025-12-26 02:27:00,730.0 -73386,gt_model_sell_peak_local,sell,2025-12-26 04:48:00,736.0 -73387,gt_model_sell_peak_local,sell,2025-12-26 04:54:00,736.0 -73388,gt_model_sell_peak_local,sell,2025-12-26 06:00:00,735.0 -73389,gt_model_sell_peak_local,sell,2025-12-26 06:03:00,735.0 -73390,gt_model_sell_peak_local,sell,2025-12-26 06:12:00,736.0 -73391,gt_model_sell_peak_local,sell,2025-12-26 06:15:00,737.0 -73392,gt_model_sell_peak_local,sell,2025-12-26 06:18:00,736.0 -73393,gt_model_sell_peak_local,sell,2025-12-26 06:24:00,736.0 -73394,gt_model_sell_peak_local,sell,2025-12-26 07:48:00,720.0 -73395,gt_model_sell_peak_local,sell,2025-12-26 07:51:00,714.0 -73396,gt_model_sell_peak_local,sell,2025-12-26 07:57:00,712.0 -73397,gt_model_sell_peak_local,sell,2025-12-26 08:00:00,712.0 -73398,gt_model_sell_peak_local,sell,2025-12-26 12:24:00,721.0 -73399,gt_model_sell_peak_local,sell,2025-12-26 14:45:00,728.0 -73400,gt_model_sell_peak_local,sell,2025-12-26 16:18:00,732.0 -73401,gt_model_sell_peak_local,sell,2025-12-26 18:57:00,727.0 -73402,gt_model_sell_peak_local,sell,2025-12-26 19:03:00,726.0 -73403,gt_model_sell_peak_local,sell,2025-12-26 19:33:00,725.0 -73404,gt_model_sell_peak_local,sell,2025-12-26 20:45:00,724.0 -73405,gt_model_sell_peak_local,sell,2025-12-26 20:51:00,724.0 -73406,gt_model_sell_peak_local,sell,2025-12-26 22:48:00,726.0 -73407,gt_model_sell_peak_local,sell,2025-12-26 23:51:00,714.0 -73408,gt_model_sell_peak_local,sell,2025-12-27 00:24:00,717.0 -73409,gt_model_sell_peak_local,sell,2025-12-27 02:03:00,712.0 -73410,gt_model_sell_peak_local,sell,2025-12-27 02:09:00,712.0 -73411,gt_model_sell_peak_local,sell,2025-12-27 05:48:00,724.0 -73412,gt_model_sell_peak_local,sell,2025-12-27 06:06:00,725.0 -73413,gt_model_sell_peak_local,sell,2025-12-27 06:09:00,723.0 -73414,gt_model_sell_peak_local,sell,2025-12-27 07:21:00,719.0 -73415,gt_model_sell_peak_local,sell,2025-12-27 07:24:00,718.0 -73416,gt_model_sell_peak_local,sell,2025-12-27 10:18:00,719.0 -73417,gt_model_sell_peak_local,sell,2025-12-27 10:39:00,721.0 -73418,gt_model_sell_peak_local,sell,2025-12-27 10:42:00,721.0 -73419,gt_model_sell_peak_local,sell,2025-12-27 12:09:00,723.0 -73420,gt_model_sell_peak_local,sell,2025-12-27 13:36:00,726.0 -73421,gt_model_sell_peak_local,sell,2025-12-27 17:27:00,721.0 -73422,gt_model_sell_peak_local,sell,2025-12-27 20:06:00,723.0 -73423,gt_model_sell_peak_local,sell,2025-12-27 20:15:00,723.0 -73424,gt_model_sell_peak_local,sell,2025-12-27 20:18:00,723.0 -73425,gt_model_sell_peak_local,sell,2025-12-27 22:36:00,723.0 -73426,gt_model_sell_peak_local,sell,2025-12-27 22:42:00,724.0 -73427,gt_model_sell_peak_local,sell,2025-12-28 02:27:00,731.0 -73428,gt_model_sell_peak_local,sell,2025-12-28 03:54:00,730.0 -73429,gt_model_sell_peak_local,sell,2025-12-28 04:09:00,730.0 -73430,gt_model_sell_peak_local,sell,2025-12-28 04:15:00,731.0 -73431,gt_model_sell_peak_local,sell,2025-12-28 06:09:00,731.0 -73432,gt_model_sell_peak_local,sell,2025-12-28 08:15:00,740.0 -73433,gt_model_sell_peak_local,sell,2025-12-28 09:57:00,742.0 -73434,gt_model_sell_peak_local,sell,2025-12-28 10:00:00,743.0 -73435,gt_model_sell_peak_local,sell,2025-12-28 12:33:00,744.0 -73436,gt_model_sell_peak_local,sell,2025-12-28 12:36:00,744.0 -73437,gt_model_sell_peak_local,sell,2025-12-28 12:39:00,744.0 -73438,gt_model_sell_peak_local,sell,2025-12-28 12:42:00,744.0 -73439,gt_model_sell_peak_local,sell,2025-12-28 12:45:00,744.0 -73440,gt_model_sell_peak_local,sell,2025-12-28 12:54:00,745.0 -73441,gt_model_sell_peak_local,sell,2025-12-28 12:57:00,743.0 -73442,gt_model_sell_peak_local,sell,2025-12-28 13:00:00,743.0 -73443,gt_model_sell_peak_local,sell,2025-12-28 17:03:00,745.0 -73444,gt_model_sell_peak_local,sell,2025-12-28 17:06:00,745.0 -73445,gt_model_sell_peak_local,sell,2025-12-28 17:09:00,746.0 -73446,gt_model_sell_peak_local,sell,2025-12-28 18:42:00,742.0 -73447,gt_model_sell_peak_local,sell,2025-12-28 20:09:00,744.0 -73448,gt_model_sell_peak_local,sell,2025-12-28 20:12:00,745.0 -73449,gt_model_sell_peak_local,sell,2025-12-28 20:15:00,744.0 -73450,gt_model_sell_peak_local,sell,2025-12-28 20:18:00,744.0 -73451,gt_model_sell_peak_local,sell,2025-12-29 00:48:00,740.0 -73452,gt_model_sell_peak_local,sell,2025-12-29 03:12:00,740.0 -73453,gt_model_sell_peak_local,sell,2025-12-29 03:15:00,739.0 -73454,gt_model_sell_peak_local,sell,2025-12-29 03:18:00,736.0 -73455,gt_model_sell_peak_local,sell,2025-12-29 03:21:00,736.0 -73456,gt_model_sell_peak_local,sell,2025-12-29 03:24:00,736.0 -73457,gt_model_sell_peak_local,sell,2025-12-29 06:54:00,730.0 -73458,gt_model_sell_peak_local,sell,2025-12-29 10:33:00,734.0 -73459,gt_model_sell_peak_local,sell,2025-12-29 12:15:00,745.0 -73460,gt_model_sell_peak_local,sell,2025-12-29 13:45:00,750.0 -73461,gt_model_sell_peak_local,sell,2025-12-29 13:51:00,749.0 -73462,gt_model_sell_peak_local,sell,2025-12-29 13:57:00,750.0 -73463,gt_model_sell_peak_local,sell,2025-12-29 14:39:00,747.0 -73464,gt_model_sell_peak_local,sell,2025-12-29 16:18:00,741.0 -73465,gt_model_sell_peak_local,sell,2025-12-29 18:21:00,743.0 -73466,gt_model_sell_peak_local,sell,2025-12-29 18:24:00,743.0 -73467,gt_model_sell_peak_local,sell,2025-12-29 18:30:00,743.0 -73468,gt_model_sell_peak_local,sell,2025-12-29 20:33:00,737.0 -73469,gt_model_sell_peak_local,sell,2025-12-29 20:42:00,735.0 -73470,gt_model_sell_peak_local,sell,2025-12-29 20:45:00,734.0 -73471,gt_model_sell_peak_local,sell,2025-12-29 20:48:00,734.0 -73472,gt_model_sell_peak_local,sell,2025-12-30 01:12:00,728.0 -73473,gt_model_sell_peak_local,sell,2025-12-30 01:15:00,728.0 -73474,gt_model_sell_peak_local,sell,2025-12-30 04:12:00,721.0 -73475,gt_model_sell_peak_local,sell,2025-12-30 07:15:00,720.0 -73476,gt_model_sell_peak_local,sell,2025-12-30 07:18:00,721.0 -73477,gt_model_sell_peak_local,sell,2025-12-30 07:42:00,721.0 -73478,gt_model_sell_peak_local,sell,2025-12-30 07:51:00,720.0 -73479,gt_model_sell_peak_local,sell,2025-12-30 07:54:00,721.0 -73480,gt_model_sell_peak_local,sell,2025-12-30 07:57:00,721.0 -73481,gt_model_sell_peak_local,sell,2025-12-30 08:18:00,720.0 -73482,gt_model_sell_peak_local,sell,2025-12-30 08:21:00,720.0 -73483,gt_model_sell_peak_local,sell,2025-12-30 08:30:00,718.0 -73484,gt_model_sell_peak_local,sell,2025-12-30 08:36:00,719.0 -73485,gt_model_sell_peak_local,sell,2025-12-30 08:42:00,719.0 -73486,gt_model_sell_peak_local,sell,2025-12-30 08:45:00,719.0 -73487,gt_model_sell_peak_local,sell,2025-12-30 09:12:00,720.0 -73488,gt_model_sell_peak_local,sell,2025-12-30 09:24:00,719.0 -73489,gt_model_sell_peak_local,sell,2025-12-30 11:45:00,716.0 -73490,gt_model_sell_peak_local,sell,2025-12-30 11:48:00,717.0 -73491,gt_model_sell_peak_local,sell,2025-12-30 11:51:00,716.0 -73492,gt_model_sell_peak_local,sell,2025-12-30 14:30:00,715.0 -73493,gt_model_sell_peak_local,sell,2025-12-30 14:36:00,713.0 -73494,gt_model_sell_peak_local,sell,2025-12-30 16:42:00,720.0 -73495,gt_model_sell_peak_local,sell,2025-12-30 18:12:00,725.0 -73496,gt_model_sell_peak_local,sell,2025-12-30 18:15:00,724.0 -73497,gt_model_sell_peak_local,sell,2025-12-30 19:54:00,724.0 -73498,gt_model_sell_peak_local,sell,2025-12-30 20:00:00,726.0 -73499,gt_model_sell_peak_local,sell,2025-12-30 20:06:00,724.0 -73500,gt_model_sell_peak_local,sell,2025-12-30 22:12:00,724.0 -73501,gt_model_sell_peak_local,sell,2025-12-30 23:27:00,719.0 -73502,gt_model_sell_peak_local,sell,2025-12-30 23:45:00,720.0 -73503,gt_model_sell_peak_local,sell,2025-12-31 02:21:00,715.0 -73504,gt_model_sell_peak_local,sell,2025-12-31 02:24:00,716.0 -73505,gt_model_sell_peak_local,sell,2025-12-31 04:42:00,713.0 -73506,gt_model_sell_peak_local,sell,2025-12-31 05:57:00,711.0 -73507,gt_model_sell_peak_local,sell,2025-12-31 08:18:00,714.0 -73508,gt_model_sell_peak_local,sell,2025-12-31 08:24:00,713.0 -73509,gt_model_sell_peak_local,sell,2025-12-31 09:30:00,713.0 -73510,gt_model_sell_peak_local,sell,2025-12-31 09:33:00,713.0 -73511,gt_model_sell_peak_local,sell,2025-12-31 09:36:00,713.0 -73512,gt_model_sell_peak_local,sell,2025-12-31 09:39:00,713.0 -73513,gt_model_sell_peak_local,sell,2025-12-31 09:42:00,714.0 -73514,gt_model_sell_peak_local,sell,2025-12-31 09:45:00,714.0 -73515,gt_model_sell_peak_local,sell,2025-12-31 09:48:00,713.0 -73516,gt_model_sell_peak_local,sell,2025-12-31 09:51:00,713.0 -73517,gt_model_sell_peak_local,sell,2025-12-31 11:27:00,716.0 -73518,gt_model_sell_peak_local,sell,2025-12-31 11:45:00,715.0 -73519,gt_model_sell_peak_local,sell,2025-12-31 13:06:00,713.0 -73520,gt_model_sell_peak_local,sell,2025-12-31 13:09:00,713.0 -73521,gt_model_sell_peak_local,sell,2025-12-31 14:36:00,713.0 -73522,gt_model_sell_peak_local,sell,2025-12-31 15:57:00,713.0 -73523,gt_model_sell_peak_local,sell,2025-12-31 16:09:00,712.0 -73524,gt_model_sell_peak_local,sell,2025-12-31 16:12:00,712.0 -73525,gt_model_sell_peak_local,sell,2025-12-31 16:57:00,712.0 -73526,gt_model_sell_peak_local,sell,2025-12-31 18:09:00,708.0 -73527,gt_model_sell_peak_local,sell,2025-12-31 18:12:00,708.0 -73528,gt_model_sell_peak_local,sell,2025-12-31 19:57:00,711.0 -73529,gt_model_sell_peak_local,sell,2025-12-31 20:00:00,711.0 -73530,gt_model_sell_peak_local,sell,2025-12-31 20:09:00,712.0 -73531,gt_model_sell_peak_local,sell,2025-12-31 20:12:00,713.0 -73532,gt_model_sell_peak_local,sell,2025-12-31 20:15:00,712.0 -73533,gt_model_sell_peak_local,sell,2025-12-31 20:18:00,713.0 -73534,gt_model_sell_peak_local,sell,2025-12-31 20:24:00,713.0 -73535,gt_model_sell_peak_local,sell,2025-12-31 20:27:00,711.0 -73536,gt_model_sell_peak_local,sell,2025-12-31 21:39:00,712.0 -73537,gt_model_sell_peak_local,sell,2025-12-31 21:42:00,712.0 -73538,gt_model_sell_peak_local,sell,2025-12-31 21:45:00,710.0 -73539,gt_model_sell_peak_local,sell,2025-12-31 21:48:00,709.0 -73540,gt_model_sell_peak_local,sell,2025-12-31 21:51:00,710.0 -73541,gt_model_sell_peak_local,sell,2025-12-31 21:57:00,710.0 -73542,gt_model_sell_peak_local,sell,2025-12-31 22:00:00,709.0 -73543,gt_model_sell_peak_local,sell,2026-01-01 00:12:00,710.0 -73544,gt_model_sell_peak_local,sell,2026-01-01 05:39:00,696.0 -73545,gt_model_sell_peak_local,sell,2026-01-01 10:27:00,702.0 -73546,gt_model_sell_peak_local,sell,2026-01-01 12:21:00,703.0 -73547,gt_model_sell_peak_local,sell,2026-01-01 12:36:00,701.0 -73548,gt_model_sell_peak_local,sell,2026-01-01 12:48:00,701.0 -73549,gt_model_sell_peak_local,sell,2026-01-01 12:54:00,700.0 -73550,gt_model_sell_peak_local,sell,2026-01-01 12:57:00,700.0 -73551,gt_model_sell_peak_local,sell,2026-01-01 13:21:00,698.0 -73552,gt_model_sell_peak_local,sell,2026-01-01 16:06:00,705.0 -73553,gt_model_sell_peak_local,sell,2026-01-01 17:30:00,703.0 -73554,gt_model_sell_peak_local,sell,2026-01-01 17:33:00,705.0 -73555,gt_model_sell_peak_local,sell,2026-01-01 17:36:00,703.0 -73556,gt_model_sell_peak_local,sell,2026-01-01 17:39:00,704.0 -73557,gt_model_sell_peak_local,sell,2026-01-01 17:42:00,704.0 -73558,gt_model_sell_peak_local,sell,2026-01-01 19:45:00,711.0 -73559,gt_model_sell_peak_local,sell,2026-01-01 21:03:00,714.0 -73560,gt_model_sell_peak_local,sell,2026-01-01 21:15:00,712.0 -73561,gt_model_sell_peak_local,sell,2026-01-01 21:21:00,710.0 -73562,gt_model_sell_peak_local,sell,2026-01-01 21:57:00,710.0 -73563,gt_model_sell_peak_local,sell,2026-01-01 22:00:00,711.0 -73564,gt_model_sell_peak_local,sell,2026-01-01 22:03:00,712.0 -73565,gt_model_sell_peak_local,sell,2026-01-01 22:06:00,712.0 -73566,gt_model_sell_peak_local,sell,2026-01-01 22:09:00,714.0 -73567,gt_model_sell_peak_local,sell,2026-01-01 22:12:00,713.0 -73568,gt_model_sell_peak_local,sell,2026-01-02 02:00:00,736.0 -73569,gt_model_sell_peak_local,sell,2026-01-02 04:00:00,745.0 -73570,gt_model_sell_peak_local,sell,2026-01-02 04:03:00,745.0 -73571,gt_model_sell_peak_local,sell,2026-01-02 06:03:00,749.0 -73572,gt_model_sell_peak_local,sell,2026-01-02 09:00:00,756.0 -73573,gt_model_sell_peak_local,sell,2026-01-02 12:18:00,758.0 -73574,gt_model_sell_peak_local,sell,2026-01-02 14:00:00,762.0 -73575,gt_model_sell_peak_local,sell,2026-01-02 16:09:00,763.0 -73576,gt_model_sell_peak_local,sell,2026-01-02 16:12:00,762.0 -73577,gt_model_sell_peak_local,sell,2026-01-02 16:15:00,763.0 -73578,gt_model_sell_peak_local,sell,2026-01-02 16:18:00,762.0 -73579,gt_model_sell_peak_local,sell,2026-01-02 20:06:00,767.0 -73580,gt_model_sell_peak_local,sell,2026-01-02 20:12:00,767.0 -73581,gt_model_sell_peak_local,sell,2026-01-02 20:15:00,767.0 -73582,gt_model_sell_peak_local,sell,2026-01-02 20:51:00,761.0 -73583,gt_model_sell_peak_local,sell,2026-01-02 23:33:00,765.0 -73584,gt_model_sell_peak_local,sell,2026-01-03 03:03:00,791.0 -73585,gt_model_sell_peak_local,sell,2026-01-03 03:06:00,790.0 -73586,gt_model_sell_peak_local,sell,2026-01-03 03:09:00,791.0 -73587,gt_model_sell_peak_local,sell,2026-01-03 03:18:00,792.0 -73588,gt_model_sell_peak_local,sell,2026-01-03 03:21:00,793.0 -73589,gt_model_sell_peak_local,sell,2026-01-03 05:18:00,792.0 -73590,gt_model_sell_peak_local,sell,2026-01-03 06:00:00,788.0 -73591,gt_model_sell_peak_local,sell,2026-01-03 06:03:00,789.0 -73592,gt_model_sell_peak_local,sell,2026-01-03 08:54:00,803.0 -73593,gt_model_sell_peak_local,sell,2026-01-03 10:45:00,809.0 -73594,gt_model_sell_peak_local,sell,2026-01-03 16:21:00,821.0 -73595,gt_model_sell_peak_local,sell,2026-01-03 20:51:00,822.0 -73596,gt_model_sell_peak_local,sell,2026-01-03 20:54:00,823.0 -73597,gt_model_sell_peak_local,sell,2026-01-03 23:36:00,825.0 -73598,gt_model_sell_peak_local,sell,2026-01-04 03:39:00,832.0 -73599,gt_model_sell_peak_local,sell,2026-01-04 05:45:00,834.0 -73600,gt_model_sell_peak_local,sell,2026-01-04 08:54:00,844.0 -73601,gt_model_sell_peak_local,sell,2026-01-04 08:57:00,846.0 -73602,gt_model_sell_peak_local,sell,2026-01-04 10:06:00,846.0 -73603,gt_model_sell_peak_local,sell,2026-01-04 13:42:00,854.0 -73604,gt_model_sell_peak_local,sell,2026-01-04 13:45:00,854.0 -73605,gt_model_sell_peak_local,sell,2026-01-04 16:24:00,849.0 -73606,gt_model_sell_peak_local,sell,2026-01-04 17:54:00,853.0 -73607,gt_model_sell_peak_local,sell,2026-01-04 20:09:00,852.0 -73608,gt_model_sell_peak_local,sell,2026-01-04 22:48:00,857.0 -73609,gt_model_sell_peak_local,sell,2026-01-04 22:51:00,858.0 -73610,gt_model_sell_peak_local,sell,2026-01-05 02:57:00,880.0 -73611,gt_model_sell_peak_local,sell,2026-01-05 04:03:00,867.0 -73612,gt_model_sell_peak_local,sell,2026-01-05 06:51:00,861.0 -73613,gt_model_sell_peak_local,sell,2026-01-05 08:09:00,871.0 -73614,gt_model_sell_peak_local,sell,2026-01-05 09:24:00,864.0 -73615,gt_model_sell_peak_local,sell,2026-01-05 11:48:00,880.0 -73616,gt_model_sell_peak_local,sell,2026-01-05 11:51:00,880.0 -73617,gt_model_sell_peak_local,sell,2026-01-05 13:00:00,873.0 -73618,gt_model_sell_peak_local,sell,2026-01-05 15:24:00,858.0 -73619,gt_model_sell_peak_local,sell,2026-01-05 17:42:00,864.0 -73620,gt_model_sell_peak_local,sell,2026-01-05 20:03:00,859.0 -73621,gt_model_sell_peak_local,sell,2026-01-05 20:06:00,858.0 -73622,gt_model_sell_peak_local,sell,2026-01-05 20:09:00,860.0 -73623,gt_model_sell_peak_local,sell,2026-01-05 20:12:00,860.0 -73624,gt_model_sell_peak_local,sell,2026-01-05 22:48:00,860.0 -73625,gt_model_sell_peak_local,sell,2026-01-05 22:51:00,859.0 -73626,gt_model_sell_peak_local,sell,2026-01-05 23:00:00,863.0 -73627,gt_model_sell_peak_local,sell,2026-01-06 05:12:00,918.0 -73628,gt_model_sell_peak_local,sell,2026-01-06 08:57:00,922.0 -73629,gt_model_sell_peak_local,sell,2026-01-06 09:00:00,923.0 -73630,gt_model_sell_peak_local,sell,2026-01-06 09:15:00,921.0 -73631,gt_model_sell_peak_local,sell,2026-01-06 09:18:00,921.0 -73632,gt_model_sell_peak_local,sell,2026-01-06 09:21:00,919.0 -73633,gt_model_sell_peak_local,sell,2026-01-06 09:24:00,921.0 -73634,gt_model_sell_peak_local,sell,2026-01-06 09:27:00,917.0 -73635,gt_model_sell_peak_local,sell,2026-01-06 09:30:00,916.0 -73636,gt_model_sell_peak_local,sell,2026-01-06 09:33:00,915.0 -73637,gt_model_sell_peak_local,sell,2026-01-06 11:24:00,918.0 -73638,gt_model_sell_peak_local,sell,2026-01-06 11:27:00,919.0 -73639,gt_model_sell_peak_local,sell,2026-01-06 13:33:00,923.0 -73640,gt_model_sell_peak_local,sell,2026-01-06 14:51:00,920.0 -73641,gt_model_sell_peak_local,sell,2026-01-07 00:21:00,929.0 -73642,gt_model_sell_peak_local,sell,2026-01-07 00:27:00,933.0 -73643,gt_model_sell_peak_local,sell,2026-01-07 03:33:00,899.0 -73644,gt_model_sell_peak_local,sell,2026-01-07 05:12:00,900.0 -73645,gt_model_sell_peak_local,sell,2026-01-07 08:00:00,918.0 -73646,gt_model_sell_peak_local,sell,2026-01-07 08:03:00,918.0 -73647,gt_model_sell_peak_local,sell,2026-01-07 09:36:00,914.0 -73648,gt_model_sell_peak_local,sell,2026-01-07 13:18:00,901.0 -73649,gt_model_sell_peak_local,sell,2026-01-07 13:21:00,900.0 -73650,gt_model_sell_peak_local,sell,2026-01-07 13:24:00,900.0 -73651,gt_model_sell_peak_local,sell,2026-01-07 13:27:00,900.0 -73652,gt_model_sell_peak_local,sell,2026-01-07 15:39:00,896.0 -73653,gt_model_sell_peak_local,sell,2026-01-07 15:42:00,896.0 -73654,gt_model_sell_peak_local,sell,2026-01-07 19:03:00,903.0 -73655,gt_model_sell_peak_local,sell,2026-01-07 21:06:00,902.0 -73656,gt_model_sell_peak_local,sell,2026-01-07 21:21:00,902.0 -73657,gt_model_sell_peak_local,sell,2026-01-07 21:24:00,901.0 -73658,gt_model_sell_peak_local,sell,2026-01-07 21:42:00,897.0 -73659,gt_model_sell_peak_local,sell,2026-01-08 04:33:00,871.0 -73660,gt_model_sell_peak_local,sell,2026-01-08 05:51:00,867.0 -73661,gt_model_sell_peak_local,sell,2026-01-08 05:54:00,866.0 -73662,gt_model_sell_peak_local,sell,2026-01-08 07:27:00,867.0 -73663,gt_model_sell_peak_local,sell,2026-01-08 07:30:00,866.0 -73664,gt_model_sell_peak_local,sell,2026-01-08 07:33:00,870.0 -73665,gt_model_sell_peak_local,sell,2026-01-08 07:42:00,866.0 -73666,gt_model_sell_peak_local,sell,2026-01-08 07:48:00,866.0 -73667,gt_model_sell_peak_local,sell,2026-01-08 09:24:00,861.0 -73668,gt_model_sell_peak_local,sell,2026-01-08 09:27:00,863.0 -73669,gt_model_sell_peak_local,sell,2026-01-08 09:30:00,862.0 -73670,gt_model_sell_peak_local,sell,2026-01-08 12:18:00,870.0 -73671,gt_model_sell_peak_local,sell,2026-01-08 15:39:00,861.0 -73672,gt_model_sell_peak_local,sell,2026-01-08 18:27:00,851.0 -73673,gt_model_sell_peak_local,sell,2026-01-08 23:27:00,832.0 -73674,gt_model_sell_peak_local,sell,2026-01-09 02:00:00,860.0 -73675,gt_model_sell_peak_local,sell,2026-01-09 03:03:00,858.0 -73676,gt_model_sell_peak_local,sell,2026-01-09 03:06:00,859.0 -73677,gt_model_sell_peak_local,sell,2026-01-09 03:12:00,856.0 -73678,gt_model_sell_peak_local,sell,2026-01-09 05:06:00,844.0 -73679,gt_model_sell_peak_local,sell,2026-01-09 05:09:00,842.0 -73680,gt_model_sell_peak_local,sell,2026-01-09 08:00:00,854.0 -73681,gt_model_sell_peak_local,sell,2026-01-09 08:03:00,855.0 -73682,gt_model_sell_peak_local,sell,2026-01-09 08:15:00,856.0 -73683,gt_model_sell_peak_local,sell,2026-01-09 08:18:00,857.0 -73684,gt_model_sell_peak_local,sell,2026-01-09 08:21:00,857.0 -73685,gt_model_sell_peak_local,sell,2026-01-09 12:12:00,851.0 -73686,gt_model_sell_peak_local,sell,2026-01-09 13:57:00,849.0 -73687,gt_model_sell_peak_local,sell,2026-01-09 14:00:00,849.0 -73688,gt_model_sell_peak_local,sell,2026-01-09 17:27:00,862.0 -73689,gt_model_sell_peak_local,sell,2026-01-09 17:30:00,859.0 -73690,gt_model_sell_peak_local,sell,2026-01-09 17:39:00,855.0 -73691,gt_model_sell_peak_local,sell,2026-01-09 17:42:00,853.0 -73692,gt_model_sell_peak_local,sell,2026-01-09 18:09:00,860.0 -73693,gt_model_sell_peak_local,sell,2026-01-09 18:12:00,854.0 -73694,gt_model_sell_peak_local,sell,2026-01-09 21:33:00,846.0 -73695,gt_model_sell_peak_local,sell,2026-01-09 23:54:00,851.0 -73696,gt_model_sell_peak_local,sell,2026-01-09 23:57:00,848.0 -73697,gt_model_sell_peak_local,sell,2026-01-10 02:18:00,862.0 -73698,gt_model_sell_peak_local,sell,2026-01-10 07:33:00,855.0 -73699,gt_model_sell_peak_local,sell,2026-01-10 08:54:00,853.0 -73700,gt_model_sell_peak_local,sell,2026-01-10 08:57:00,853.0 -73701,gt_model_sell_peak_local,sell,2026-01-10 11:21:00,851.0 -73702,gt_model_sell_peak_local,sell,2026-01-10 11:45:00,848.0 -73703,gt_model_sell_peak_local,sell,2026-01-10 15:12:00,843.0 -73704,gt_model_sell_peak_local,sell,2026-01-10 15:15:00,843.0 -73705,gt_model_sell_peak_local,sell,2026-01-10 18:03:00,851.0 -73706,gt_model_sell_peak_local,sell,2026-01-10 23:00:00,862.0 -73707,gt_model_sell_peak_local,sell,2026-01-10 23:06:00,862.0 -73708,gt_model_sell_peak_local,sell,2026-01-10 23:18:00,859.0 -73709,gt_model_sell_peak_local,sell,2026-01-10 23:39:00,857.0 -73710,gt_model_sell_peak_local,sell,2026-01-11 03:36:00,850.0 -73711,gt_model_sell_peak_local,sell,2026-01-11 06:03:00,851.0 -73712,gt_model_sell_peak_local,sell,2026-01-11 06:15:00,850.0 -73713,gt_model_sell_peak_local,sell,2026-01-11 06:18:00,849.0 -73714,gt_model_sell_peak_local,sell,2026-01-11 06:27:00,849.0 -73715,gt_model_sell_peak_local,sell,2026-01-11 09:45:00,843.0 -73716,gt_model_sell_peak_local,sell,2026-01-11 12:12:00,845.0 -73717,gt_model_sell_peak_local,sell,2026-01-11 12:15:00,844.0 -73718,gt_model_sell_peak_local,sell,2026-01-11 12:27:00,845.0 -73719,gt_model_sell_peak_local,sell,2026-01-11 12:30:00,844.0 -73720,gt_model_sell_peak_local,sell,2026-01-11 12:33:00,845.0 -73721,gt_model_sell_peak_local,sell,2026-01-11 12:36:00,845.0 -73722,gt_model_sell_peak_local,sell,2026-01-11 12:42:00,845.0 -73723,gt_model_sell_peak_local,sell,2026-01-11 15:12:00,844.0 -73724,gt_model_sell_peak_local,sell,2026-01-11 15:15:00,845.0 -73725,gt_model_sell_peak_local,sell,2026-01-11 15:45:00,842.0 -73726,gt_model_sell_peak_local,sell,2026-01-11 17:15:00,846.0 -73727,gt_model_sell_peak_local,sell,2026-01-11 17:21:00,846.0 -73728,gt_model_sell_peak_local,sell,2026-01-11 19:18:00,852.0 -73729,gt_model_sell_peak_local,sell,2026-01-11 19:21:00,852.0 -73730,gt_model_sell_peak_local,sell,2026-01-11 19:24:00,851.0 -73731,gt_model_sell_peak_local,sell,2026-01-11 19:27:00,851.0 -73732,gt_model_sell_peak_local,sell,2026-01-11 22:57:00,852.0 -73733,gt_model_sell_peak_local,sell,2026-01-12 00:57:00,842.0 -73734,gt_model_sell_peak_local,sell,2026-01-12 03:12:00,849.0 -73735,gt_model_sell_peak_local,sell,2026-01-12 05:27:00,838.0 -73736,gt_model_sell_peak_local,sell,2026-01-12 05:36:00,838.0 -73737,gt_model_sell_peak_local,sell,2026-01-12 07:57:00,832.0 -73738,gt_model_sell_peak_local,sell,2026-01-12 13:27:00,855.0 -73739,gt_model_sell_peak_local,sell,2026-01-12 13:30:00,856.0 -73740,gt_model_sell_peak_local,sell,2026-01-12 15:21:00,857.0 -73741,gt_model_sell_peak_local,sell,2026-01-12 15:24:00,855.0 -73742,gt_model_sell_peak_local,sell,2026-01-12 15:30:00,855.0 -73743,gt_model_sell_peak_local,sell,2026-01-12 21:36:00,835.0 -73744,gt_model_sell_peak_local,sell,2026-01-12 22:06:00,832.0 -73745,gt_model_sell_peak_local,sell,2026-01-13 02:30:00,834.0 -73746,gt_model_sell_peak_local,sell,2026-01-13 04:27:00,830.0 -73747,gt_model_sell_peak_local,sell,2026-01-13 06:06:00,823.0 -73748,gt_model_sell_peak_local,sell,2026-01-13 06:09:00,825.0 -73749,gt_model_sell_peak_local,sell,2026-01-13 08:15:00,819.0 -73750,gt_model_sell_peak_local,sell,2026-01-13 08:45:00,820.0 -73751,gt_model_sell_peak_local,sell,2026-01-13 12:15:00,824.0 -73752,gt_model_sell_peak_local,sell,2026-01-13 15:27:00,832.0 -73753,gt_model_sell_peak_local,sell,2026-01-13 16:54:00,834.0 -73754,gt_model_sell_peak_local,sell,2026-01-13 20:06:00,839.0 -73755,gt_model_sell_peak_local,sell,2026-01-13 20:09:00,839.0 -73756,gt_model_sell_peak_local,sell,2026-01-13 21:39:00,842.0 -73757,gt_model_sell_peak_local,sell,2026-01-14 02:51:00,888.0 -73758,gt_model_sell_peak_local,sell,2026-01-14 05:51:00,878.0 -73759,gt_model_sell_peak_local,sell,2026-01-14 05:54:00,878.0 -73760,gt_model_sell_peak_local,sell,2026-01-14 05:57:00,878.0 -73761,gt_model_sell_peak_local,sell,2026-01-14 06:03:00,880.0 -73762,gt_model_sell_peak_local,sell,2026-01-14 08:48:00,900.0 -73763,gt_model_sell_peak_local,sell,2026-01-14 10:57:00,908.0 -73764,gt_model_sell_peak_local,sell,2026-01-14 11:15:00,909.0 -73765,gt_model_sell_peak_local,sell,2026-01-14 11:33:00,906.0 -73766,gt_model_sell_peak_local,sell,2026-01-14 13:45:00,904.0 -73767,gt_model_sell_peak_local,sell,2026-01-14 13:51:00,903.0 -73768,gt_model_sell_peak_local,sell,2026-01-14 13:54:00,904.0 -73769,gt_model_sell_peak_local,sell,2026-01-14 13:57:00,904.0 -73770,gt_model_sell_peak_local,sell,2026-01-14 14:00:00,904.0 -73771,gt_model_sell_peak_local,sell,2026-01-14 14:27:00,898.0 -73772,gt_model_sell_peak_local,sell,2026-01-14 17:12:00,897.0 -73773,gt_model_sell_peak_local,sell,2026-01-14 20:12:00,893.0 -73774,gt_model_sell_peak_local,sell,2026-01-14 22:12:00,889.0 -73775,gt_model_sell_peak_local,sell,2026-01-14 22:15:00,889.0 -73776,gt_model_sell_peak_local,sell,2026-01-15 02:09:00,903.0 -73777,gt_model_sell_peak_local,sell,2026-01-15 02:12:00,904.0 -73778,gt_model_sell_peak_local,sell,2026-01-15 02:15:00,904.0 -73779,gt_model_sell_peak_local,sell,2026-01-15 02:30:00,900.0 -73780,gt_model_sell_peak_local,sell,2026-01-15 02:48:00,897.0 -73781,gt_model_sell_peak_local,sell,2026-01-15 06:09:00,887.0 -73782,gt_model_sell_peak_local,sell,2026-01-15 11:06:00,872.0 -73783,gt_model_sell_peak_local,sell,2026-01-15 17:45:00,867.0 -73784,gt_model_sell_peak_local,sell,2026-01-15 17:48:00,867.0 -73785,gt_model_sell_peak_local,sell,2026-01-15 17:51:00,867.0 -73786,gt_model_sell_peak_local,sell,2026-01-15 17:54:00,867.0 -73787,gt_model_sell_peak_local,sell,2026-01-15 20:00:00,869.0 -73788,gt_model_sell_peak_local,sell,2026-01-15 20:03:00,871.0 -73789,gt_model_sell_peak_local,sell,2026-01-15 23:54:00,864.0 -73790,gt_model_sell_peak_local,sell,2026-01-16 02:45:00,848.0 -73791,gt_model_sell_peak_local,sell,2026-01-16 02:51:00,843.0 -73792,gt_model_sell_peak_local,sell,2026-01-16 03:00:00,836.0 -73793,gt_model_sell_peak_local,sell,2026-01-16 06:03:00,823.0 -73794,gt_model_sell_peak_local,sell,2026-01-16 06:09:00,823.0 -73795,gt_model_sell_peak_local,sell,2026-01-16 06:12:00,823.0 -73796,gt_model_sell_peak_local,sell,2026-01-16 08:30:00,828.0 -73797,gt_model_sell_peak_local,sell,2026-01-16 08:33:00,828.0 -73798,gt_model_sell_peak_local,sell,2026-01-16 10:21:00,827.0 -73799,gt_model_sell_peak_local,sell,2026-01-16 10:36:00,828.0 -73800,gt_model_sell_peak_local,sell,2026-01-16 10:39:00,827.0 -73801,gt_model_sell_peak_local,sell,2026-01-16 13:00:00,826.0 -73802,gt_model_sell_peak_local,sell,2026-01-16 14:15:00,824.0 -73803,gt_model_sell_peak_local,sell,2026-01-16 19:12:00,836.0 -73804,gt_model_sell_peak_local,sell,2026-01-16 19:39:00,832.0 -73805,gt_model_sell_peak_local,sell,2026-01-16 19:42:00,830.0 -73806,gt_model_sell_peak_local,sell,2026-01-16 21:33:00,831.0 -73807,gt_model_sell_peak_local,sell,2026-01-17 01:09:00,809.0 -73808,gt_model_sell_peak_local,sell,2026-01-17 01:12:00,807.0 -73809,gt_model_sell_peak_local,sell,2026-01-17 02:51:00,813.0 -73810,gt_model_sell_peak_local,sell,2026-01-17 04:06:00,810.0 -73811,gt_model_sell_peak_local,sell,2026-01-17 04:24:00,808.0 -73812,gt_model_sell_peak_local,sell,2026-01-17 04:33:00,811.0 -73813,gt_model_sell_peak_local,sell,2026-01-17 07:06:00,818.0 -73814,gt_model_sell_peak_local,sell,2026-01-17 07:09:00,820.0 -73815,gt_model_sell_peak_local,sell,2026-01-17 07:24:00,819.0 -73816,gt_model_sell_peak_local,sell,2026-01-17 07:27:00,821.0 -73817,gt_model_sell_peak_local,sell,2026-01-17 09:15:00,820.0 -73818,gt_model_sell_peak_local,sell,2026-01-17 09:30:00,821.0 -73819,gt_model_sell_peak_local,sell,2026-01-17 11:18:00,823.0 -73820,gt_model_sell_peak_local,sell,2026-01-17 11:21:00,821.0 -73821,gt_model_sell_peak_local,sell,2026-01-17 11:24:00,821.0 -73822,gt_model_sell_peak_local,sell,2026-01-17 11:27:00,820.0 -73823,gt_model_sell_peak_local,sell,2026-01-17 15:06:00,820.0 -73824,gt_model_sell_peak_local,sell,2026-01-17 15:09:00,818.0 -73825,gt_model_sell_peak_local,sell,2026-01-17 15:15:00,820.0 -73826,gt_model_sell_peak_local,sell,2026-01-17 15:18:00,819.0 -73827,gt_model_sell_peak_local,sell,2026-01-17 15:21:00,818.0 -73828,gt_model_sell_peak_local,sell,2026-01-17 15:24:00,819.0 -73829,gt_model_sell_peak_local,sell,2026-01-17 15:27:00,819.0 -73830,gt_model_sell_peak_local,sell,2026-01-17 15:51:00,818.0 -73831,gt_model_sell_peak_local,sell,2026-01-17 17:36:00,822.0 -73832,gt_model_sell_peak_local,sell,2026-01-17 17:45:00,823.0 -73833,gt_model_sell_peak_local,sell,2026-01-17 18:06:00,824.0 -73834,gt_model_sell_peak_local,sell,2026-01-17 18:09:00,824.0 -73835,gt_model_sell_peak_local,sell,2026-01-17 18:18:00,821.0 -73836,gt_model_sell_peak_local,sell,2026-01-17 18:48:00,822.0 -73837,gt_model_sell_peak_local,sell,2026-01-17 18:51:00,822.0 -73838,gt_model_sell_peak_local,sell,2026-01-17 19:00:00,821.0 -73839,gt_model_sell_peak_local,sell,2026-01-17 19:03:00,820.0 -73840,gt_model_sell_peak_local,sell,2026-01-17 20:24:00,820.0 -73841,gt_model_sell_peak_local,sell,2026-01-17 20:27:00,820.0 -73842,gt_model_sell_peak_local,sell,2026-01-17 23:00:00,821.0 -73843,gt_model_sell_peak_local,sell,2026-01-18 01:06:00,832.0 -73844,gt_model_sell_peak_local,sell,2026-01-18 01:09:00,831.0 -73845,gt_model_sell_peak_local,sell,2026-01-18 04:48:00,821.0 -73846,gt_model_sell_peak_local,sell,2026-01-18 05:06:00,822.0 -73847,gt_model_sell_peak_local,sell,2026-01-18 05:18:00,823.0 -73848,gt_model_sell_peak_local,sell,2026-01-18 05:21:00,823.0 -73849,gt_model_sell_peak_local,sell,2026-01-18 05:30:00,822.0 -73850,gt_model_sell_peak_local,sell,2026-01-18 05:33:00,821.0 -73851,gt_model_sell_peak_local,sell,2026-01-18 06:18:00,818.0 -73852,gt_model_sell_peak_local,sell,2026-01-18 06:21:00,818.0 -73853,gt_model_sell_peak_local,sell,2026-01-18 06:24:00,819.0 -73854,gt_model_sell_peak_local,sell,2026-01-18 08:00:00,812.0 -73855,gt_model_sell_peak_local,sell,2026-01-18 10:15:00,807.0 -73856,gt_model_sell_peak_local,sell,2026-01-18 10:18:00,807.0 -73857,gt_model_sell_peak_local,sell,2026-01-18 10:24:00,809.0 -73858,gt_model_sell_peak_local,sell,2026-01-18 10:27:00,809.0 -73859,gt_model_sell_peak_local,sell,2026-01-18 10:30:00,808.0 -73860,gt_model_sell_peak_local,sell,2026-01-18 10:33:00,809.0 -73861,gt_model_sell_peak_local,sell,2026-01-18 10:36:00,807.0 -73862,gt_model_sell_peak_local,sell,2026-01-18 12:09:00,807.0 -73863,gt_model_sell_peak_local,sell,2026-01-18 12:12:00,808.0 -73864,gt_model_sell_peak_local,sell,2026-01-18 12:15:00,806.0 -73865,gt_model_sell_peak_local,sell,2026-01-18 13:33:00,807.0 -73866,gt_model_sell_peak_local,sell,2026-01-18 13:36:00,806.0 -73867,gt_model_sell_peak_local,sell,2026-01-18 13:39:00,806.0 -73868,gt_model_sell_peak_local,sell,2026-01-18 13:42:00,808.0 -73869,gt_model_sell_peak_local,sell,2026-01-18 16:03:00,807.0 -73870,gt_model_sell_peak_local,sell,2026-01-18 16:06:00,806.0 -73871,gt_model_sell_peak_local,sell,2026-01-18 16:09:00,805.0 -73872,gt_model_sell_peak_local,sell,2026-01-18 16:12:00,805.0 -73873,gt_model_sell_peak_local,sell,2026-01-18 18:24:00,803.0 -73874,gt_model_sell_peak_local,sell,2026-01-18 20:21:00,804.0 -73875,gt_model_sell_peak_local,sell,2026-01-18 21:12:00,801.0 -73876,gt_model_sell_peak_local,sell,2026-01-18 21:15:00,801.0 -73877,gt_model_sell_peak_local,sell,2026-01-18 21:18:00,802.0 -73878,gt_model_sell_peak_local,sell,2026-01-18 21:36:00,801.0 -73879,gt_model_sell_peak_local,sell,2026-01-18 21:48:00,802.0 -73880,gt_model_sell_peak_local,sell,2026-01-19 00:18:00,800.0 -73881,gt_model_sell_peak_local,sell,2026-01-19 00:21:00,801.0 -73882,gt_model_sell_peak_local,sell,2026-01-19 00:33:00,800.0 -73883,gt_model_sell_peak_local,sell,2026-01-19 02:12:00,802.0 -73884,gt_model_sell_peak_local,sell,2026-01-19 02:21:00,800.0 -73885,gt_model_sell_peak_local,sell,2026-01-19 02:27:00,800.0 -73886,gt_model_sell_peak_local,sell,2026-01-19 02:30:00,800.0 -73887,gt_model_sell_peak_local,sell,2026-01-19 02:45:00,799.0 -73888,gt_model_sell_peak_local,sell,2026-01-19 04:39:00,800.0 -73889,gt_model_sell_peak_local,sell,2026-01-19 04:51:00,797.0 -73890,gt_model_sell_peak_local,sell,2026-01-19 04:54:00,797.0 -73891,gt_model_sell_peak_local,sell,2026-01-19 06:33:00,803.0 -73892,gt_model_sell_peak_local,sell,2026-01-19 06:36:00,803.0 -73893,gt_model_sell_peak_local,sell,2026-01-19 07:03:00,804.0 -73894,gt_model_sell_peak_local,sell,2026-01-19 07:15:00,805.0 -73895,gt_model_sell_peak_local,sell,2026-01-19 07:18:00,804.0 -73896,gt_model_sell_peak_local,sell,2026-01-19 07:27:00,803.0 -73897,gt_model_sell_peak_local,sell,2026-01-19 08:51:00,769.0 -73898,gt_model_sell_peak_local,sell,2026-01-19 08:54:00,766.0 -73899,gt_model_sell_peak_local,sell,2026-01-19 08:57:00,764.0 -73900,gt_model_sell_peak_local,sell,2026-01-19 12:33:00,727.0 -73901,gt_model_sell_peak_local,sell,2026-01-19 12:36:00,727.0 -73902,gt_model_sell_peak_local,sell,2026-01-19 12:39:00,727.0 -73903,gt_model_sell_peak_local,sell,2026-01-19 14:03:00,727.0 -73904,gt_model_sell_peak_local,sell,2026-01-19 15:54:00,727.0 -73905,gt_model_sell_peak_local,sell,2026-01-19 15:57:00,728.0 -73906,gt_model_sell_peak_local,sell,2026-01-19 17:24:00,734.0 -73907,gt_model_sell_peak_local,sell,2026-01-19 18:48:00,733.0 -73908,gt_model_sell_peak_local,sell,2026-01-19 18:51:00,731.0 -73909,gt_model_sell_peak_local,sell,2026-01-19 18:54:00,730.0 -73910,gt_model_sell_peak_local,sell,2026-01-19 18:57:00,731.0 -73911,gt_model_sell_peak_local,sell,2026-01-19 21:00:00,735.0 -73912,gt_model_sell_peak_local,sell,2026-01-19 21:03:00,733.0 -73913,gt_model_sell_peak_local,sell,2026-01-19 21:06:00,732.0 -73914,gt_model_sell_peak_local,sell,2026-01-19 23:09:00,734.0 -73915,gt_model_sell_peak_local,sell,2026-01-19 23:12:00,734.0 -73916,gt_model_sell_peak_local,sell,2026-01-19 23:15:00,733.0 -73917,gt_model_sell_peak_local,sell,2026-01-20 00:48:00,731.0 -73918,gt_model_sell_peak_local,sell,2026-01-20 03:30:00,746.0 -73919,gt_model_sell_peak_local,sell,2026-01-20 05:21:00,750.0 -73920,gt_model_sell_peak_local,sell,2026-01-20 07:00:00,746.0 -73921,gt_model_sell_peak_local,sell,2026-01-20 09:33:00,744.0 -73922,gt_model_sell_peak_local,sell,2026-01-20 09:36:00,745.0 -73923,gt_model_sell_peak_local,sell,2026-01-20 09:48:00,744.0 -73924,gt_model_sell_peak_local,sell,2026-01-20 09:51:00,742.0 -73925,gt_model_sell_peak_local,sell,2026-01-20 09:57:00,742.0 -73926,gt_model_sell_peak_local,sell,2026-01-20 11:27:00,740.0 -73927,gt_model_sell_peak_local,sell,2026-01-20 13:48:00,743.0 -73928,gt_model_sell_peak_local,sell,2026-01-20 15:06:00,739.0 -73929,gt_model_sell_peak_local,sell,2026-01-20 20:15:00,725.0 -73930,gt_model_sell_peak_local,sell,2026-01-20 21:06:00,723.0 -73931,gt_model_sell_peak_local,sell,2026-01-20 21:09:00,724.0 -73932,gt_model_sell_peak_local,sell,2026-01-20 22:45:00,718.0 -73933,gt_model_sell_peak_local,sell,2026-01-21 00:39:00,712.0 -73934,gt_model_sell_peak_local,sell,2026-01-21 00:42:00,711.0 -73935,gt_model_sell_peak_local,sell,2026-01-21 02:18:00,713.0 -73936,gt_model_sell_peak_local,sell,2026-01-21 05:03:00,700.0 -73937,gt_model_sell_peak_local,sell,2026-01-21 05:06:00,700.0 -73938,gt_model_sell_peak_local,sell,2026-01-21 06:27:00,702.0 -73939,gt_model_sell_peak_local,sell,2026-01-21 06:51:00,700.0 -73940,gt_model_sell_peak_local,sell,2026-01-21 06:54:00,700.0 -73941,gt_model_sell_peak_local,sell,2026-01-21 06:57:00,700.0 -73942,gt_model_sell_peak_local,sell,2026-01-21 11:18:00,715.0 -73943,gt_model_sell_peak_local,sell,2026-01-21 13:00:00,717.0 -73944,gt_model_sell_peak_local,sell,2026-01-21 13:03:00,718.0 -73945,gt_model_sell_peak_local,sell,2026-01-21 13:06:00,717.0 -73946,gt_model_sell_peak_local,sell,2026-01-21 13:15:00,716.0 -73947,gt_model_sell_peak_local,sell,2026-01-21 14:45:00,720.0 -73948,gt_model_sell_peak_local,sell,2026-01-21 14:57:00,721.0 -73949,gt_model_sell_peak_local,sell,2026-01-21 15:06:00,721.0 -73950,gt_model_sell_peak_local,sell,2026-01-21 15:12:00,719.0 -73951,gt_model_sell_peak_local,sell,2026-01-21 15:48:00,719.0 -73952,gt_model_sell_peak_local,sell,2026-01-21 15:51:00,720.0 -73953,gt_model_sell_peak_local,sell,2026-01-21 15:54:00,718.0 -73954,gt_model_sell_peak_local,sell,2026-01-21 17:27:00,718.0 -73955,gt_model_sell_peak_local,sell,2026-01-21 20:09:00,712.0 -73956,gt_model_sell_peak_local,sell,2026-01-21 23:09:00,708.0 -73957,gt_model_sell_peak_local,sell,2026-01-22 01:18:00,716.0 -73958,gt_model_sell_peak_local,sell,2026-01-22 01:24:00,709.0 -73959,gt_model_sell_peak_local,sell,2026-01-22 05:45:00,711.0 -73960,gt_model_sell_peak_local,sell,2026-01-22 07:06:00,719.0 -73961,gt_model_sell_peak_local,sell,2026-01-22 07:18:00,718.0 -73962,gt_model_sell_peak_local,sell,2026-01-22 07:21:00,718.0 -73963,gt_model_sell_peak_local,sell,2026-01-22 07:45:00,717.0 -73964,gt_model_sell_peak_local,sell,2026-01-22 12:03:00,716.0 -73965,gt_model_sell_peak_local,sell,2026-01-22 14:45:00,713.0 -73966,gt_model_sell_peak_local,sell,2026-01-22 15:06:00,715.0 -73967,gt_model_sell_peak_local,sell,2026-01-22 17:00:00,712.0 -73968,gt_model_sell_peak_local,sell,2026-01-22 19:42:00,715.0 -73969,gt_model_sell_peak_local,sell,2026-01-22 19:45:00,715.0 -73970,gt_model_sell_peak_local,sell,2026-01-22 20:57:00,713.0 -73971,gt_model_sell_peak_local,sell,2026-01-22 23:27:00,703.0 -73972,gt_model_sell_peak_local,sell,2026-01-22 23:30:00,702.0 -73973,gt_model_sell_peak_local,sell,2026-01-23 03:12:00,705.0 -73974,gt_model_sell_peak_local,sell,2026-01-23 05:39:00,697.0 -73975,gt_model_sell_peak_local,sell,2026-01-23 05:42:00,697.0 -73976,gt_model_sell_peak_local,sell,2026-01-23 07:21:00,700.0 -73977,gt_model_sell_peak_local,sell,2026-01-23 07:24:00,700.0 -73978,gt_model_sell_peak_local,sell,2026-01-23 08:54:00,701.0 -73979,gt_model_sell_peak_local,sell,2026-01-23 10:18:00,705.0 -73980,gt_model_sell_peak_local,sell,2026-01-23 10:27:00,705.0 -73981,gt_model_sell_peak_local,sell,2026-01-23 12:03:00,706.0 -73982,gt_model_sell_peak_local,sell,2026-01-23 12:12:00,706.0 -73983,gt_model_sell_peak_local,sell,2026-01-23 14:48:00,711.0 -73984,gt_model_sell_peak_local,sell,2026-01-23 19:42:00,701.0 -73985,gt_model_sell_peak_local,sell,2026-01-23 21:33:00,703.0 -73986,gt_model_sell_peak_local,sell,2026-01-23 21:36:00,701.0 -73987,gt_model_sell_peak_local,sell,2026-01-23 21:39:00,702.0 -73988,gt_model_sell_peak_local,sell,2026-01-23 21:42:00,702.0 -73989,gt_model_sell_peak_local,sell,2026-01-23 21:51:00,704.0 -73990,gt_model_sell_peak_local,sell,2026-01-23 21:54:00,703.0 -73991,gt_model_sell_peak_local,sell,2026-01-23 21:57:00,704.0 -73992,gt_model_sell_peak_local,sell,2026-01-23 22:03:00,702.0 -73993,gt_model_sell_peak_local,sell,2026-01-23 22:09:00,701.0 -73994,gt_model_sell_peak_local,sell,2026-01-23 23:18:00,701.0 -73995,gt_model_sell_peak_local,sell,2026-01-23 23:27:00,702.0 -73996,gt_model_sell_peak_local,sell,2026-01-24 03:36:00,710.0 -73997,gt_model_sell_peak_local,sell,2026-01-24 03:39:00,708.0 -73998,gt_model_sell_peak_local,sell,2026-01-24 07:24:00,692.0 -73999,gt_model_sell_peak_local,sell,2026-01-24 07:27:00,692.0 -74000,gt_model_sell_peak_local,sell,2026-01-24 08:30:00,690.0 -74001,gt_model_sell_peak_local,sell,2026-01-24 08:57:00,690.0 -74002,gt_model_sell_peak_local,sell,2026-01-24 10:03:00,689.0 -74003,gt_model_sell_peak_local,sell,2026-01-24 10:15:00,690.0 -74004,gt_model_sell_peak_local,sell,2026-01-24 10:18:00,689.0 -74005,gt_model_sell_peak_local,sell,2026-01-24 10:24:00,689.0 -74006,gt_model_sell_peak_local,sell,2026-01-24 13:42:00,695.0 -74007,gt_model_sell_peak_local,sell,2026-01-24 16:00:00,696.0 -74008,gt_model_sell_peak_local,sell,2026-01-24 16:03:00,695.0 -74009,gt_model_sell_peak_local,sell,2026-01-24 16:12:00,697.0 -74010,gt_model_sell_peak_local,sell,2026-01-24 16:15:00,697.0 -74011,gt_model_sell_peak_local,sell,2026-01-24 16:18:00,696.0 -74012,gt_model_sell_peak_local,sell,2026-01-24 16:27:00,696.0 -74013,gt_model_sell_peak_local,sell,2026-01-24 16:45:00,695.0 -74014,gt_model_sell_peak_local,sell,2026-01-24 16:48:00,695.0 -74015,gt_model_sell_peak_local,sell,2026-01-24 16:51:00,696.0 -74016,gt_model_sell_peak_local,sell,2026-01-24 16:54:00,696.0 -74017,gt_model_sell_peak_local,sell,2026-01-24 16:57:00,695.0 -74018,gt_model_sell_peak_local,sell,2026-01-24 17:06:00,694.0 -74019,gt_model_sell_peak_local,sell,2026-01-24 17:09:00,694.0 -74020,gt_model_sell_peak_local,sell,2026-01-24 17:12:00,694.0 -74021,gt_model_sell_peak_local,sell,2026-01-24 17:15:00,695.0 -74022,gt_model_sell_peak_local,sell,2026-01-24 17:18:00,694.0 -74023,gt_model_sell_peak_local,sell,2026-01-24 17:21:00,695.0 -74024,gt_model_sell_peak_local,sell,2026-01-24 17:24:00,696.0 -74025,gt_model_sell_peak_local,sell,2026-01-24 17:27:00,696.0 -74026,gt_model_sell_peak_local,sell,2026-01-24 17:30:00,696.0 -74027,gt_model_sell_peak_local,sell,2026-01-24 17:33:00,697.0 -74028,gt_model_sell_peak_local,sell,2026-01-24 17:36:00,697.0 -74029,gt_model_sell_peak_local,sell,2026-01-24 18:48:00,697.0 -74030,gt_model_sell_peak_local,sell,2026-01-24 18:51:00,697.0 -74031,gt_model_sell_peak_local,sell,2026-01-24 18:54:00,697.0 -74032,gt_model_sell_peak_local,sell,2026-01-24 18:57:00,697.0 -74033,gt_model_sell_peak_local,sell,2026-01-24 19:00:00,697.0 -74034,gt_model_sell_peak_local,sell,2026-01-24 22:18:00,700.0 -74035,gt_model_sell_peak_local,sell,2026-01-24 22:33:00,700.0 -74036,gt_model_sell_peak_local,sell,2026-01-24 23:00:00,697.0 -74037,gt_model_sell_peak_local,sell,2026-01-24 23:03:00,698.0 -74038,gt_model_sell_peak_local,sell,2026-01-25 00:42:00,696.0 -74039,gt_model_sell_peak_local,sell,2026-01-25 00:45:00,695.0 -74040,gt_model_sell_peak_local,sell,2026-01-25 00:48:00,697.0 -74041,gt_model_sell_peak_local,sell,2026-01-25 00:51:00,697.0 -74042,gt_model_sell_peak_local,sell,2026-01-25 04:42:00,695.0 -74043,gt_model_sell_peak_local,sell,2026-01-25 04:48:00,696.0 -74044,gt_model_sell_peak_local,sell,2026-01-25 04:51:00,695.0 -74045,gt_model_sell_peak_local,sell,2026-01-25 06:18:00,695.0 -74046,gt_model_sell_peak_local,sell,2026-01-25 08:15:00,694.0 -74047,gt_model_sell_peak_local,sell,2026-01-25 08:18:00,694.0 -74048,gt_model_sell_peak_local,sell,2026-01-25 08:21:00,694.0 -74049,gt_model_sell_peak_local,sell,2026-01-25 08:48:00,695.0 -74050,gt_model_sell_peak_local,sell,2026-01-25 08:51:00,694.0 -74051,gt_model_sell_peak_local,sell,2026-01-25 10:57:00,690.0 -74052,gt_model_sell_peak_local,sell,2026-01-25 11:00:00,691.0 -74053,gt_model_sell_peak_local,sell,2026-01-25 12:15:00,691.0 -74054,gt_model_sell_peak_local,sell,2026-01-25 12:33:00,686.0 -74055,gt_model_sell_peak_local,sell,2026-01-25 13:03:00,690.0 -74056,gt_model_sell_peak_local,sell,2026-01-25 14:42:00,691.0 -74057,gt_model_sell_peak_local,sell,2026-01-25 16:24:00,690.0 -74058,gt_model_sell_peak_local,sell,2026-01-25 16:27:00,690.0 -74059,gt_model_sell_peak_local,sell,2026-01-25 16:30:00,690.0 -74060,gt_model_sell_peak_local,sell,2026-01-25 16:33:00,690.0 -74061,gt_model_sell_peak_local,sell,2026-01-25 16:36:00,690.0 -74062,gt_model_sell_peak_local,sell,2026-01-25 16:45:00,691.0 -74063,gt_model_sell_peak_local,sell,2026-01-25 18:06:00,687.0 -74064,gt_model_sell_peak_local,sell,2026-01-25 18:09:00,688.0 -74065,gt_model_sell_peak_local,sell,2026-01-25 18:12:00,688.0 -74066,gt_model_sell_peak_local,sell,2026-01-25 18:15:00,688.0 -74067,gt_model_sell_peak_local,sell,2026-01-25 18:24:00,688.0 -74068,gt_model_sell_peak_local,sell,2026-01-25 20:30:00,697.0 -74069,gt_model_sell_peak_local,sell,2026-01-25 20:36:00,697.0 -74070,gt_model_sell_peak_local,sell,2026-01-25 20:39:00,696.0 -74071,gt_model_sell_peak_local,sell,2026-01-25 20:45:00,694.0 -74072,gt_model_sell_peak_local,sell,2026-01-25 21:30:00,689.0 -74073,gt_model_sell_peak_local,sell,2026-01-25 21:33:00,689.0 -74074,gt_model_sell_peak_local,sell,2026-01-25 23:51:00,686.0 -74075,gt_model_sell_peak_local,sell,2026-01-26 01:27:00,667.0 -74076,gt_model_sell_peak_local,sell,2026-01-26 01:33:00,667.0 -74077,gt_model_sell_peak_local,sell,2026-01-26 03:48:00,660.0 -74078,gt_model_sell_peak_local,sell,2026-01-26 07:15:00,653.0 -74079,gt_model_sell_peak_local,sell,2026-01-26 07:18:00,652.0 -74080,gt_model_sell_peak_local,sell,2026-01-26 07:21:00,650.0 -74081,gt_model_sell_peak_local,sell,2026-01-26 07:24:00,649.0 -74082,gt_model_sell_peak_local,sell,2026-01-26 07:27:00,649.0 -74083,gt_model_sell_peak_local,sell,2026-01-26 11:45:00,667.0 -74084,gt_model_sell_peak_local,sell,2026-01-26 11:48:00,667.0 -74085,gt_model_sell_peak_local,sell,2026-01-26 14:30:00,664.0 -74086,gt_model_sell_peak_local,sell,2026-01-26 17:00:00,668.0 -74087,gt_model_sell_peak_local,sell,2026-01-26 17:15:00,667.0 -74088,gt_model_sell_peak_local,sell,2026-01-26 17:18:00,668.0 -74089,gt_model_sell_peak_local,sell,2026-01-26 18:30:00,663.0 -74090,gt_model_sell_peak_local,sell,2026-01-26 21:06:00,669.0 -74091,gt_model_sell_peak_local,sell,2026-01-26 23:33:00,668.0 -74092,gt_model_sell_peak_local,sell,2026-01-27 01:15:00,675.0 -74093,gt_model_sell_peak_local,sell,2026-01-27 02:54:00,678.0 -74094,gt_model_sell_peak_local,sell,2026-01-27 04:45:00,676.0 -74095,gt_model_sell_peak_local,sell,2026-01-27 07:54:00,675.0 -74096,gt_model_sell_peak_local,sell,2026-01-27 08:12:00,674.0 -74097,gt_model_sell_peak_local,sell,2026-01-27 09:39:00,672.0 -74098,gt_model_sell_peak_local,sell,2026-01-27 12:03:00,672.0 -74099,gt_model_sell_peak_local,sell,2026-01-27 12:06:00,672.0 -74100,gt_model_sell_peak_local,sell,2026-01-27 14:12:00,667.0 -74101,gt_model_sell_peak_local,sell,2026-01-27 14:15:00,667.0 -74102,gt_model_sell_peak_local,sell,2026-01-27 14:18:00,666.0 -74103,gt_model_sell_peak_local,sell,2026-01-27 14:21:00,667.0 -74104,gt_model_sell_peak_local,sell,2026-01-27 16:21:00,664.0 -74105,gt_model_sell_peak_local,sell,2026-01-27 17:42:00,666.0 -74106,gt_model_sell_peak_local,sell,2026-01-27 17:45:00,666.0 -74107,gt_model_sell_peak_local,sell,2026-01-27 18:03:00,666.0 -74108,gt_model_sell_peak_local,sell,2026-01-27 18:06:00,666.0 -74109,gt_model_sell_peak_local,sell,2026-01-27 18:30:00,663.0 -74110,gt_model_sell_peak_local,sell,2026-01-27 18:51:00,664.0 -74111,gt_model_sell_peak_local,sell,2026-01-27 18:54:00,663.0 -74112,gt_model_sell_peak_local,sell,2026-01-27 18:57:00,663.0 -74113,gt_model_sell_peak_local,sell,2026-01-27 21:39:00,666.0 -74114,gt_model_sell_peak_local,sell,2026-01-27 23:06:00,665.0 -74115,gt_model_sell_peak_local,sell,2026-01-28 00:21:00,665.0 -74116,gt_model_sell_peak_local,sell,2026-01-28 00:24:00,664.0 -74117,gt_model_sell_peak_local,sell,2026-01-28 02:39:00,664.0 -74118,gt_model_sell_peak_local,sell,2026-01-28 02:45:00,659.0 -74119,gt_model_sell_peak_local,sell,2026-01-28 06:21:00,679.0 -74120,gt_model_sell_peak_local,sell,2026-01-28 06:27:00,678.0 -74121,gt_model_sell_peak_local,sell,2026-01-28 08:42:00,676.0 -74122,gt_model_sell_peak_local,sell,2026-01-28 09:48:00,670.0 -74123,gt_model_sell_peak_local,sell,2026-01-28 11:03:00,674.0 -74124,gt_model_sell_peak_local,sell,2026-01-28 12:30:00,670.0 -74125,gt_model_sell_peak_local,sell,2026-01-28 16:57:00,666.0 -74126,gt_model_sell_peak_local,sell,2026-01-28 18:21:00,666.0 -74127,gt_model_sell_peak_local,sell,2026-01-28 19:39:00,671.0 -74128,gt_model_sell_peak_local,sell,2026-01-28 19:42:00,671.0 -74129,gt_model_sell_peak_local,sell,2026-01-28 19:45:00,671.0 -74130,gt_model_sell_peak_local,sell,2026-01-28 19:51:00,671.0 -74131,gt_model_sell_peak_local,sell,2026-01-28 19:54:00,670.0 -74132,gt_model_sell_peak_local,sell,2026-01-28 19:57:00,670.0 -74133,gt_model_sell_peak_local,sell,2026-01-28 21:57:00,670.0 -74134,gt_model_sell_peak_local,sell,2026-01-28 23:42:00,667.0 -74135,gt_model_sell_peak_local,sell,2026-01-29 01:39:00,664.0 -74136,gt_model_sell_peak_local,sell,2026-01-29 01:42:00,662.0 -74137,gt_model_sell_peak_local,sell,2026-01-29 03:57:00,662.0 -74138,gt_model_sell_peak_local,sell,2026-01-29 08:48:00,867.0 -74139,gt_model_sell_peak_local,sell,2026-01-29 15:21:00,747.0 -74140,gt_model_sell_peak_local,sell,2026-01-29 18:27:00,726.0 -74141,gt_model_sell_peak_local,sell,2026-01-29 20:57:00,709.0 -74142,gt_model_sell_peak_local,sell,2026-01-29 23:27:00,703.0 -74143,gt_model_sell_peak_local,sell,2026-01-30 02:12:00,705.0 -74144,gt_model_sell_peak_local,sell,2026-01-30 04:12:00,697.0 -74145,gt_model_sell_peak_local,sell,2026-01-30 09:21:00,692.0 -74146,gt_model_sell_peak_local,sell,2026-01-30 11:27:00,663.0 -74147,gt_model_sell_peak_local,sell,2026-01-30 11:30:00,663.0 -74148,gt_model_sell_peak_local,sell,2026-01-30 14:45:00,688.0 -74149,gt_model_sell_peak_local,sell,2026-01-30 17:54:00,671.0 -74150,gt_model_sell_peak_local,sell,2026-01-30 21:51:00,683.0 -74151,gt_model_sell_peak_local,sell,2026-01-30 22:00:00,685.0 -74152,gt_model_sell_peak_local,sell,2026-01-30 23:15:00,687.0 -74153,gt_model_sell_peak_local,sell,2026-01-31 00:42:00,687.0 -74154,gt_model_sell_peak_local,sell,2026-01-31 03:24:00,680.0 -74155,gt_model_sell_peak_local,sell,2026-01-31 05:36:00,706.0 -74156,gt_model_sell_peak_local,sell,2026-01-31 07:33:00,703.0 -74157,gt_model_sell_peak_local,sell,2026-01-31 12:36:00,680.0 -74158,gt_model_sell_peak_local,sell,2026-01-31 12:39:00,678.0 -74159,gt_model_sell_peak_local,sell,2026-01-31 12:42:00,679.0 -74160,gt_model_sell_peak_local,sell,2026-01-31 12:45:00,679.0 -74161,gt_model_sell_peak_local,sell,2026-01-31 12:48:00,678.0 -74162,gt_model_sell_peak_local,sell,2026-01-31 15:27:00,671.0 -74163,gt_model_sell_peak_local,sell,2026-01-31 15:30:00,672.0 -74164,gt_model_sell_peak_local,sell,2026-01-31 15:33:00,671.0 -74165,gt_model_sell_peak_local,sell,2026-01-31 15:48:00,671.0 -74166,gt_model_sell_peak_local,sell,2026-01-31 15:57:00,671.0 -74167,gt_model_sell_peak_local,sell,2026-01-31 16:09:00,671.0 -74168,gt_model_sell_peak_local,sell,2026-01-31 19:33:00,661.0 -74169,gt_model_sell_peak_local,sell,2026-01-31 22:24:00,652.0 -74170,gt_model_sell_peak_local,sell,2026-01-31 23:06:00,653.0 -74171,gt_model_sell_peak_local,sell,2026-02-01 05:18:00,584.0 -74172,gt_model_sell_peak_local,sell,2026-02-01 07:51:00,610.0 -74173,gt_model_sell_peak_local,sell,2026-02-01 10:54:00,613.0 -74174,gt_model_sell_peak_local,sell,2026-02-01 12:12:00,614.0 -74175,gt_model_sell_peak_local,sell,2026-02-01 12:15:00,614.0 -74176,gt_model_sell_peak_local,sell,2026-02-01 14:18:00,610.0 -74177,gt_model_sell_peak_local,sell,2026-02-01 14:21:00,610.0 -74178,gt_model_sell_peak_local,sell,2026-02-01 15:27:00,612.0 -74179,gt_model_sell_peak_local,sell,2026-02-01 16:33:00,607.0 -74180,gt_model_sell_peak_local,sell,2026-02-01 17:42:00,610.0 -74181,gt_model_sell_peak_local,sell,2026-02-01 20:12:00,599.0 -74182,gt_model_sell_peak_local,sell,2026-02-01 21:42:00,600.0 -74183,gt_model_sell_peak_local,sell,2026-02-01 23:03:00,592.0 -74184,gt_model_sell_peak_local,sell,2026-02-01 23:06:00,593.0 -74185,gt_model_sell_peak_local,sell,2026-02-01 23:09:00,594.0 -74186,gt_model_sell_peak_local,sell,2026-02-01 23:12:00,593.0 -74187,gt_model_sell_peak_local,sell,2026-02-02 00:51:00,583.0 -74188,gt_model_sell_peak_local,sell,2026-02-02 02:27:00,580.0 -74189,gt_model_sell_peak_local,sell,2026-02-02 04:21:00,581.0 -74190,gt_model_sell_peak_local,sell,2026-02-02 04:27:00,583.0 -74191,gt_model_sell_peak_local,sell,2026-02-02 06:39:00,581.0 -74192,gt_model_sell_peak_local,sell,2026-02-02 08:39:00,583.0 -74193,gt_model_sell_peak_local,sell,2026-02-02 11:27:00,597.0 -74194,gt_model_sell_peak_local,sell,2026-02-02 14:27:00,574.0 -74195,gt_model_sell_peak_local,sell,2026-02-02 14:33:00,578.0 -74196,gt_model_sell_peak_local,sell,2026-02-02 14:36:00,577.0 -74197,gt_model_sell_peak_local,sell,2026-02-02 14:39:00,575.0 -74198,gt_model_sell_peak_local,sell,2026-02-02 14:42:00,577.0 -74199,gt_model_sell_peak_local,sell,2026-02-02 17:09:00,588.0 -74200,gt_model_sell_peak_local,sell,2026-02-02 19:48:00,588.0 -74201,gt_model_sell_peak_local,sell,2026-02-02 20:12:00,590.0 -74202,gt_model_sell_peak_local,sell,2026-02-03 01:48:00,600.0 -74203,gt_model_sell_peak_local,sell,2026-02-03 02:09:00,600.0 -74204,gt_model_sell_peak_local,sell,2026-02-03 09:39:00,604.0 -74205,gt_model_sell_peak_local,sell,2026-02-03 10:27:00,603.0 -74206,gt_model_sell_peak_local,sell,2026-02-03 14:45:00,601.0 -74207,gt_model_sell_peak_local,sell,2026-02-03 14:48:00,603.0 -74208,gt_model_sell_peak_local,sell,2026-02-03 14:51:00,601.0 -74209,gt_model_sell_peak_local,sell,2026-02-03 16:30:00,601.0 -74210,gt_model_sell_peak_local,sell,2026-02-03 16:33:00,601.0 -74211,gt_model_sell_peak_local,sell,2026-02-03 16:36:00,603.0 -74212,gt_model_sell_peak_local,sell,2026-02-03 18:24:00,592.0 -74213,gt_model_sell_peak_local,sell,2026-02-03 18:27:00,592.0 -74214,gt_model_sell_peak_local,sell,2026-02-03 18:30:00,592.0 -74215,gt_model_sell_peak_local,sell,2026-02-03 18:33:00,594.0 -74216,gt_model_sell_peak_local,sell,2026-02-03 18:36:00,596.0 -74217,gt_model_sell_peak_local,sell,2026-02-03 20:27:00,597.0 -74218,gt_model_sell_peak_local,sell,2026-02-03 23:27:00,607.0 -74219,gt_model_sell_peak_local,sell,2026-02-04 00:00:00,597.0 -74220,gt_model_sell_peak_local,sell,2026-02-04 00:03:00,596.0 -74221,gt_model_sell_peak_local,sell,2026-02-04 00:06:00,603.0 -74222,gt_model_sell_peak_local,sell,2026-02-04 00:09:00,608.0 -74223,gt_model_sell_peak_local,sell,2026-02-04 00:12:00,604.0 -74224,gt_model_sell_peak_local,sell,2026-02-04 01:39:00,610.0 -74225,gt_model_sell_peak_local,sell,2026-02-04 01:48:00,609.0 -74226,gt_model_sell_peak_local,sell,2026-02-04 01:54:00,608.0 -74227,gt_model_sell_peak_local,sell,2026-02-04 01:57:00,610.0 -74228,gt_model_sell_peak_local,sell,2026-02-04 05:33:00,625.0 -74229,gt_model_sell_peak_local,sell,2026-02-04 07:03:00,615.0 -74230,gt_model_sell_peak_local,sell,2026-02-04 07:09:00,612.0 -74231,gt_model_sell_peak_local,sell,2026-02-04 11:12:00,611.0 -74232,gt_model_sell_peak_local,sell,2026-02-04 13:45:00,614.0 -74233,gt_model_sell_peak_local,sell,2026-02-04 13:48:00,614.0 -74234,gt_model_sell_peak_local,sell,2026-02-04 13:51:00,615.0 -74235,gt_model_sell_peak_local,sell,2026-02-04 15:06:00,609.0 -74236,gt_model_sell_peak_local,sell,2026-02-04 15:09:00,608.0 -74237,gt_model_sell_peak_local,sell,2026-02-04 15:12:00,611.0 -74238,gt_model_sell_peak_local,sell,2026-02-04 16:39:00,612.0 -74239,gt_model_sell_peak_local,sell,2026-02-04 16:42:00,613.0 -74240,gt_model_sell_peak_local,sell,2026-02-04 16:45:00,613.0 -74241,gt_model_sell_peak_local,sell,2026-02-04 16:48:00,611.0 -74242,gt_model_sell_peak_local,sell,2026-02-04 16:51:00,611.0 -74243,gt_model_sell_peak_local,sell,2026-02-04 17:33:00,610.0 -74244,gt_model_sell_peak_local,sell,2026-02-04 17:39:00,611.0 -74245,gt_model_sell_peak_local,sell,2026-02-04 17:42:00,611.0 -74246,gt_model_sell_peak_local,sell,2026-02-04 18:45:00,610.0 -74247,gt_model_sell_peak_local,sell,2026-02-04 18:48:00,609.0 -74248,gt_model_sell_peak_local,sell,2026-02-04 20:21:00,605.0 -74249,gt_model_sell_peak_local,sell,2026-02-04 20:24:00,604.0 -74250,gt_model_sell_peak_local,sell,2026-02-04 20:27:00,606.0 -74251,gt_model_sell_peak_local,sell,2026-02-04 20:30:00,605.0 -74252,gt_model_sell_peak_local,sell,2026-02-04 20:33:00,607.0 -74253,gt_model_sell_peak_local,sell,2026-02-04 20:36:00,607.0 -74254,gt_model_sell_peak_local,sell,2026-02-04 22:18:00,601.0 -74255,gt_model_sell_peak_local,sell,2026-02-04 22:21:00,601.0 -74256,gt_model_sell_peak_local,sell,2026-02-05 00:48:00,594.0 -74257,gt_model_sell_peak_local,sell,2026-02-05 04:42:00,606.0 -74258,gt_model_sell_peak_local,sell,2026-02-05 05:57:00,606.0 -74259,gt_model_sell_peak_local,sell,2026-02-05 06:18:00,605.0 -74260,gt_model_sell_peak_local,sell,2026-02-05 08:27:00,603.0 -74261,gt_model_sell_peak_local,sell,2026-02-05 09:36:00,603.0 -74262,gt_model_sell_peak_local,sell,2026-02-05 11:09:00,601.0 -74263,gt_model_sell_peak_local,sell,2026-02-05 11:30:00,602.0 -74264,gt_model_sell_peak_local,sell,2026-02-05 12:39:00,594.0 -74265,gt_model_sell_peak_local,sell,2026-02-05 12:42:00,595.0 -74266,gt_model_sell_peak_local,sell,2026-02-05 14:48:00,591.0 -74267,gt_model_sell_peak_local,sell,2026-02-05 15:42:00,590.0 -74268,gt_model_sell_peak_local,sell,2026-02-05 19:09:00,590.0 -74269,gt_model_sell_peak_local,sell,2026-02-05 23:06:00,575.0 -74270,gt_model_sell_peak_local,sell,2026-02-05 23:09:00,573.0 -74271,gt_model_sell_peak_local,sell,2026-02-06 00:42:00,550.0 -74272,gt_model_sell_peak_local,sell,2026-02-06 02:54:00,540.0 -74273,gt_model_sell_peak_local,sell,2026-02-06 02:57:00,539.0 -74274,gt_model_sell_peak_local,sell,2026-02-06 04:57:00,531.0 -74275,gt_model_sell_peak_local,sell,2026-02-06 09:12:00,495.0 -74276,gt_model_sell_peak_local,sell,2026-02-06 12:03:00,508.0 -74277,gt_model_sell_peak_local,sell,2026-02-06 16:03:00,513.0 -74278,gt_model_sell_peak_local,sell,2026-02-07 03:45:00,601.0 -74279,gt_model_sell_peak_local,sell,2026-02-07 05:51:00,600.0 -74280,gt_model_sell_peak_local,sell,2026-02-07 07:21:00,600.0 -74281,gt_model_sell_peak_local,sell,2026-02-07 09:03:00,598.0 -74282,gt_model_sell_peak_local,sell,2026-02-07 09:06:00,599.0 -74283,gt_model_sell_peak_local,sell,2026-02-07 09:09:00,598.0 -74284,gt_model_sell_peak_local,sell,2026-02-07 14:18:00,604.0 -74285,gt_model_sell_peak_local,sell,2026-02-07 14:21:00,604.0 -74286,gt_model_sell_peak_local,sell,2026-02-07 18:57:00,586.0 -74287,gt_model_sell_peak_local,sell,2026-02-07 19:09:00,586.0 -74288,gt_model_sell_peak_local,sell,2026-02-07 22:33:00,582.0 -74289,gt_model_sell_peak_local,sell,2026-02-07 23:57:00,581.0 -74290,gt_model_sell_peak_local,sell,2026-02-08 01:33:00,589.0 -74291,gt_model_sell_peak_local,sell,2026-02-08 02:15:00,586.0 -74292,gt_model_sell_peak_local,sell,2026-02-08 04:42:00,590.0 -74293,gt_model_sell_peak_local,sell,2026-02-08 04:51:00,590.0 -74294,gt_model_sell_peak_local,sell,2026-02-08 06:36:00,592.0 -74295,gt_model_sell_peak_local,sell,2026-02-08 06:39:00,592.0 -74296,gt_model_sell_peak_local,sell,2026-02-08 06:57:00,590.0 -74297,gt_model_sell_peak_local,sell,2026-02-08 07:00:00,590.0 -74298,gt_model_sell_peak_local,sell,2026-02-08 07:15:00,590.0 -74299,gt_model_sell_peak_local,sell,2026-02-08 07:39:00,590.0 -74300,gt_model_sell_peak_local,sell,2026-02-08 09:48:00,584.0 -74301,gt_model_sell_peak_local,sell,2026-02-08 09:51:00,586.0 -74302,gt_model_sell_peak_local,sell,2026-02-08 11:06:00,587.0 -74303,gt_model_sell_peak_local,sell,2026-02-08 11:12:00,586.0 -74304,gt_model_sell_peak_local,sell,2026-02-08 12:18:00,585.0 -74305,gt_model_sell_peak_local,sell,2026-02-08 12:21:00,585.0 -74306,gt_model_sell_peak_local,sell,2026-02-08 12:24:00,585.0 -74307,gt_model_sell_peak_local,sell,2026-02-08 12:39:00,587.0 -74308,gt_model_sell_peak_local,sell,2026-02-08 12:42:00,586.0 -74309,gt_model_sell_peak_local,sell,2026-02-08 13:00:00,585.0 -74310,gt_model_sell_peak_local,sell,2026-02-08 13:03:00,586.0 -74311,gt_model_sell_peak_local,sell,2026-02-08 13:36:00,586.0 -74312,gt_model_sell_peak_local,sell,2026-02-08 13:39:00,587.0 -74313,gt_model_sell_peak_local,sell,2026-02-08 13:42:00,586.0 -74314,gt_model_sell_peak_local,sell,2026-02-08 14:33:00,586.0 -74315,gt_model_sell_peak_local,sell,2026-02-08 14:48:00,585.0 -74316,gt_model_sell_peak_local,sell,2026-02-08 15:15:00,587.0 -74317,gt_model_sell_peak_local,sell,2026-02-08 15:24:00,586.0 -74318,gt_model_sell_peak_local,sell,2026-02-08 15:42:00,587.0 -74319,gt_model_sell_peak_local,sell,2026-02-08 16:36:00,587.0 -74320,gt_model_sell_peak_local,sell,2026-02-08 16:45:00,587.0 -74321,gt_model_sell_peak_local,sell,2026-02-08 16:54:00,588.0 -74322,gt_model_sell_peak_local,sell,2026-02-08 18:48:00,592.0 -74323,gt_model_sell_peak_local,sell,2026-02-08 18:57:00,592.0 -74324,gt_model_sell_peak_local,sell,2026-02-08 19:00:00,591.0 -74325,gt_model_sell_peak_local,sell,2026-02-08 19:06:00,593.0 -74326,gt_model_sell_peak_local,sell,2026-02-08 19:09:00,592.0 -74327,gt_model_sell_peak_local,sell,2026-02-08 21:48:00,597.0 -74328,gt_model_sell_peak_local,sell,2026-02-08 21:54:00,596.0 -74329,gt_model_sell_peak_local,sell,2026-02-08 22:03:00,596.0 -74330,gt_model_sell_peak_local,sell,2026-02-08 23:24:00,595.0 -74331,gt_model_sell_peak_local,sell,2026-02-08 23:45:00,595.0 -74332,gt_model_sell_peak_local,sell,2026-02-08 23:54:00,595.0 -74333,gt_model_sell_peak_local,sell,2026-02-08 23:57:00,596.0 -74334,gt_model_sell_peak_local,sell,2026-02-09 00:00:00,596.0 -74335,gt_model_sell_peak_local,sell,2026-02-09 04:48:00,585.0 -74336,gt_model_sell_peak_local,sell,2026-02-09 05:54:00,580.0 -74337,gt_model_sell_peak_local,sell,2026-02-09 09:06:00,579.0 -74338,gt_model_sell_peak_local,sell,2026-02-09 11:24:00,577.0 -74339,gt_model_sell_peak_local,sell,2026-02-09 13:57:00,582.0 -74340,gt_model_sell_peak_local,sell,2026-02-09 14:00:00,581.0 -74341,gt_model_sell_peak_local,sell,2026-02-09 15:36:00,578.0 -74342,gt_model_sell_peak_local,sell,2026-02-09 15:48:00,577.0 -74343,gt_model_sell_peak_local,sell,2026-02-09 15:54:00,578.0 -74344,gt_model_sell_peak_local,sell,2026-02-09 17:18:00,574.0 -74345,gt_model_sell_peak_local,sell,2026-02-09 22:39:00,563.0 -74346,gt_model_sell_peak_local,sell,2026-02-09 22:42:00,563.0 -74347,gt_model_sell_peak_local,sell,2026-02-10 01:06:00,567.0 -74348,gt_model_sell_peak_local,sell,2026-02-10 03:54:00,576.0 -74349,gt_model_sell_peak_local,sell,2026-02-10 03:57:00,576.0 -74350,gt_model_sell_peak_local,sell,2026-02-10 04:03:00,577.0 -74351,gt_model_sell_peak_local,sell,2026-02-10 05:30:00,574.0 -74352,gt_model_sell_peak_local,sell,2026-02-10 05:33:00,575.0 -74353,gt_model_sell_peak_local,sell,2026-02-10 08:09:00,578.0 -74354,gt_model_sell_peak_local,sell,2026-02-10 11:27:00,577.0 -74355,gt_model_sell_peak_local,sell,2026-02-10 11:39:00,576.0 -74356,gt_model_sell_peak_local,sell,2026-02-10 11:42:00,575.0 -74357,gt_model_sell_peak_local,sell,2026-02-10 11:45:00,576.0 -74358,gt_model_sell_peak_local,sell,2026-02-10 11:48:00,576.0 -74359,gt_model_sell_peak_local,sell,2026-02-10 14:15:00,573.0 -74360,gt_model_sell_peak_local,sell,2026-02-10 14:48:00,566.0 -74361,gt_model_sell_peak_local,sell,2026-02-10 14:57:00,566.0 -74362,gt_model_sell_peak_local,sell,2026-02-10 15:00:00,567.0 -74363,gt_model_sell_peak_local,sell,2026-02-10 15:03:00,566.0 -74364,gt_model_sell_peak_local,sell,2026-02-10 18:24:00,571.0 -74365,gt_model_sell_peak_local,sell,2026-02-10 20:21:00,576.0 -74366,gt_model_sell_peak_local,sell,2026-02-10 20:24:00,577.0 -74367,gt_model_sell_peak_local,sell,2026-02-10 20:27:00,577.0 -74368,gt_model_sell_peak_local,sell,2026-02-10 21:39:00,566.0 -74369,gt_model_sell_peak_local,sell,2026-02-10 23:33:00,566.0 -74370,gt_model_sell_peak_local,sell,2026-02-11 01:39:00,564.0 -74371,gt_model_sell_peak_local,sell,2026-02-11 05:39:00,562.0 -74372,gt_model_sell_peak_local,sell,2026-02-11 06:03:00,563.0 -74373,gt_model_sell_peak_local,sell,2026-02-11 06:45:00,561.0 -74374,gt_model_sell_peak_local,sell,2026-02-11 06:48:00,562.0 -74375,gt_model_sell_peak_local,sell,2026-02-11 08:24:00,562.0 -74376,gt_model_sell_peak_local,sell,2026-02-11 08:27:00,561.0 -74377,gt_model_sell_peak_local,sell,2026-02-11 08:36:00,561.0 -74378,gt_model_sell_peak_local,sell,2026-02-11 08:39:00,561.0 -74379,gt_model_sell_peak_local,sell,2026-02-11 08:42:00,561.0 -74380,gt_model_sell_peak_local,sell,2026-02-11 09:12:00,563.0 -74381,gt_model_sell_peak_local,sell,2026-02-11 12:18:00,556.0 -74382,gt_model_sell_peak_local,sell,2026-02-11 17:45:00,543.0 -74383,gt_model_sell_peak_local,sell,2026-02-11 17:51:00,542.0 -74384,gt_model_sell_peak_local,sell,2026-02-11 22:24:00,542.0 -74385,gt_model_sell_peak_local,sell,2026-02-11 22:27:00,542.0 -74386,gt_model_sell_peak_local,sell,2026-02-11 22:30:00,543.0 -74387,gt_model_sell_peak_local,sell,2026-02-12 00:12:00,537.0 -74388,gt_model_sell_peak_local,sell,2026-02-12 02:15:00,541.0 -74389,gt_model_sell_peak_local,sell,2026-02-12 02:18:00,542.0 -74390,gt_model_sell_peak_local,sell,2026-02-12 02:21:00,545.0 -74391,gt_model_sell_peak_local,sell,2026-02-12 02:24:00,547.0 -74392,gt_model_sell_peak_local,sell,2026-02-12 03:27:00,548.0 -74393,gt_model_sell_peak_local,sell,2026-02-12 03:33:00,545.0 -74394,gt_model_sell_peak_local,sell,2026-02-12 03:36:00,546.0 -74395,gt_model_sell_peak_local,sell,2026-02-12 04:51:00,543.0 -74396,gt_model_sell_peak_local,sell,2026-02-12 04:54:00,543.0 -74397,gt_model_sell_peak_local,sell,2026-02-12 08:09:00,545.0 -74398,gt_model_sell_peak_local,sell,2026-02-12 08:15:00,543.0 -74399,gt_model_sell_peak_local,sell,2026-02-12 11:27:00,548.0 -74400,gt_model_sell_peak_local,sell,2026-02-12 13:03:00,553.0 -74401,gt_model_sell_peak_local,sell,2026-02-12 14:36:00,554.0 -74402,gt_model_sell_peak_local,sell,2026-02-12 14:39:00,554.0 -74403,gt_model_sell_peak_local,sell,2026-02-12 17:42:00,562.0 -74404,gt_model_sell_peak_local,sell,2026-02-12 21:30:00,569.0 -74405,gt_model_sell_peak_local,sell,2026-02-12 23:54:00,567.0 -74406,gt_model_sell_peak_local,sell,2026-02-12 23:57:00,568.0 -74407,gt_model_sell_peak_local,sell,2026-02-13 01:24:00,554.0 -74408,gt_model_sell_peak_local,sell,2026-02-13 01:27:00,552.0 -74409,gt_model_sell_peak_local,sell,2026-02-13 03:24:00,553.0 -74410,gt_model_sell_peak_local,sell,2026-02-13 05:33:00,552.0 -74411,gt_model_sell_peak_local,sell,2026-02-13 05:36:00,554.0 -74412,gt_model_sell_peak_local,sell,2026-02-13 09:27:00,559.0 -74413,gt_model_sell_peak_local,sell,2026-02-13 11:48:00,559.0 -74414,gt_model_sell_peak_local,sell,2026-02-13 11:51:00,559.0 -74415,gt_model_sell_peak_local,sell,2026-02-13 12:54:00,554.0 -74416,gt_model_sell_peak_local,sell,2026-02-13 12:57:00,555.0 -74417,gt_model_sell_peak_local,sell,2026-02-13 13:30:00,555.0 -74418,gt_model_sell_peak_local,sell,2026-02-13 15:30:00,554.0 -74419,gt_model_sell_peak_local,sell,2026-02-13 15:36:00,555.0 -74420,gt_model_sell_peak_local,sell,2026-02-13 15:45:00,556.0 -74421,gt_model_sell_peak_local,sell,2026-02-13 15:48:00,556.0 -74422,gt_model_sell_peak_local,sell,2026-02-13 17:15:00,560.0 -74423,gt_model_sell_peak_local,sell,2026-02-13 17:18:00,561.0 -74424,gt_model_sell_peak_local,sell,2026-02-13 18:48:00,565.0 -74425,gt_model_sell_peak_local,sell,2026-02-13 20:45:00,565.0 -74426,gt_model_sell_peak_local,sell,2026-02-13 20:48:00,565.0 -74427,gt_model_sell_peak_local,sell,2026-02-13 20:51:00,566.0 -74428,gt_model_sell_peak_local,sell,2026-02-13 21:54:00,566.0 -74429,gt_model_sell_peak_local,sell,2026-02-13 21:57:00,565.0 -74430,gt_model_sell_peak_local,sell,2026-02-14 01:30:00,580.0 -74431,gt_model_sell_peak_local,sell,2026-02-14 01:33:00,582.0 -74432,gt_model_sell_peak_local,sell,2026-02-14 03:27:00,578.0 -74433,gt_model_sell_peak_local,sell,2026-02-14 03:30:00,578.0 -74434,gt_model_sell_peak_local,sell,2026-02-14 03:33:00,579.0 -74435,gt_model_sell_peak_local,sell,2026-02-14 05:21:00,579.0 -74436,gt_model_sell_peak_local,sell,2026-02-14 05:36:00,579.0 -74437,gt_model_sell_peak_local,sell,2026-02-14 05:51:00,579.0 -74438,gt_model_sell_peak_local,sell,2026-02-14 05:54:00,579.0 -74439,gt_model_sell_peak_local,sell,2026-02-14 05:57:00,579.0 -74440,gt_model_sell_peak_local,sell,2026-02-14 07:06:00,582.0 -74441,gt_model_sell_peak_local,sell,2026-02-14 07:09:00,582.0 -74442,gt_model_sell_peak_local,sell,2026-02-14 07:12:00,582.0 -74443,gt_model_sell_peak_local,sell,2026-02-14 07:15:00,580.0 -74444,gt_model_sell_peak_local,sell,2026-02-14 08:09:00,577.0 -74445,gt_model_sell_peak_local,sell,2026-02-14 12:12:00,590.0 -74446,gt_model_sell_peak_local,sell,2026-02-14 13:39:00,589.0 -74447,gt_model_sell_peak_local,sell,2026-02-14 13:54:00,588.0 -74448,gt_model_sell_peak_local,sell,2026-02-14 15:12:00,584.0 -74449,gt_model_sell_peak_local,sell,2026-02-14 15:15:00,585.0 -74450,gt_model_sell_peak_local,sell,2026-02-14 15:18:00,585.0 -74451,gt_model_sell_peak_local,sell,2026-02-14 15:21:00,584.0 -74452,gt_model_sell_peak_local,sell,2026-02-14 15:24:00,584.0 -74453,gt_model_sell_peak_local,sell,2026-02-14 15:27:00,586.0 -74454,gt_model_sell_peak_local,sell,2026-02-14 19:51:00,599.0 -74455,gt_model_sell_peak_local,sell,2026-02-14 22:12:00,601.0 -74456,gt_model_sell_peak_local,sell,2026-02-14 22:15:00,602.0 -74457,gt_model_sell_peak_local,sell,2026-02-14 22:18:00,602.0 -74458,gt_model_sell_peak_local,sell,2026-02-15 04:21:00,633.0 -74459,gt_model_sell_peak_local,sell,2026-02-15 05:39:00,635.0 -74460,gt_model_sell_peak_local,sell,2026-02-15 07:18:00,632.0 -74461,gt_model_sell_peak_local,sell,2026-02-15 08:45:00,631.0 -74462,gt_model_sell_peak_local,sell,2026-02-15 08:48:00,632.0 -74463,gt_model_sell_peak_local,sell,2026-02-15 12:03:00,625.0 -74464,gt_model_sell_peak_local,sell,2026-02-15 14:09:00,627.0 -74465,gt_model_sell_peak_local,sell,2026-02-15 14:12:00,627.0 -74466,gt_model_sell_peak_local,sell,2026-02-15 16:24:00,632.0 -74467,gt_model_sell_peak_local,sell,2026-02-15 16:27:00,632.0 -74468,gt_model_sell_peak_local,sell,2026-02-15 16:30:00,632.0 -74469,gt_model_sell_peak_local,sell,2026-02-15 16:33:00,634.0 -74470,gt_model_sell_peak_local,sell,2026-02-15 17:36:00,622.0 -74471,gt_model_sell_peak_local,sell,2026-02-15 19:30:00,621.0 -74472,gt_model_sell_peak_local,sell,2026-02-15 19:33:00,622.0 -74473,gt_model_sell_peak_local,sell,2026-02-16 01:12:00,606.0 -74474,gt_model_sell_peak_local,sell,2026-02-16 02:18:00,602.0 -74475,gt_model_sell_peak_local,sell,2026-02-16 05:27:00,595.0 -74476,gt_model_sell_peak_local,sell,2026-02-16 05:30:00,595.0 -74477,gt_model_sell_peak_local,sell,2026-02-16 07:03:00,597.0 -74478,gt_model_sell_peak_local,sell,2026-02-16 07:09:00,599.0 -74479,gt_model_sell_peak_local,sell,2026-02-16 07:12:00,598.0 -74480,gt_model_sell_peak_local,sell,2026-02-16 07:18:00,598.0 -74481,gt_model_sell_peak_local,sell,2026-02-16 07:21:00,596.0 -74482,gt_model_sell_peak_local,sell,2026-02-16 07:24:00,598.0 -74483,gt_model_sell_peak_local,sell,2026-02-16 08:33:00,599.0 -74484,gt_model_sell_peak_local,sell,2026-02-16 08:36:00,599.0 -74485,gt_model_sell_peak_local,sell,2026-02-16 08:48:00,600.0 -74486,gt_model_sell_peak_local,sell,2026-02-16 08:51:00,600.0 -74487,gt_model_sell_peak_local,sell,2026-02-16 08:54:00,599.0 -74488,gt_model_sell_peak_local,sell,2026-02-16 08:57:00,600.0 -74489,gt_model_sell_peak_local,sell,2026-02-16 10:18:00,602.0 -74490,gt_model_sell_peak_local,sell,2026-02-16 14:30:00,597.0 -74491,gt_model_sell_peak_local,sell,2026-02-16 15:00:00,597.0 -74492,gt_model_sell_peak_local,sell,2026-02-16 15:03:00,599.0 -74493,gt_model_sell_peak_local,sell,2026-02-16 16:36:00,599.0 -74494,gt_model_sell_peak_local,sell,2026-02-16 19:57:00,594.0 -74495,gt_model_sell_peak_local,sell,2026-02-16 20:06:00,595.0 -74496,gt_model_sell_peak_local,sell,2026-02-16 23:03:00,593.0 -74497,gt_model_sell_peak_local,sell,2026-02-17 01:03:00,591.0 -74498,gt_model_sell_peak_local,sell,2026-02-17 02:45:00,594.0 -74499,gt_model_sell_peak_local,sell,2026-02-17 04:27:00,595.0 -74500,gt_model_sell_peak_local,sell,2026-02-17 04:30:00,594.0 -74501,gt_model_sell_peak_local,sell,2026-02-17 08:00:00,600.0 -74502,gt_model_sell_peak_local,sell,2026-02-17 12:33:00,594.0 -74503,gt_model_sell_peak_local,sell,2026-02-17 12:36:00,593.0 -74504,gt_model_sell_peak_local,sell,2026-02-17 12:42:00,595.0 -74505,gt_model_sell_peak_local,sell,2026-02-17 14:21:00,590.0 -74506,gt_model_sell_peak_local,sell,2026-02-17 14:57:00,591.0 -74507,gt_model_sell_peak_local,sell,2026-02-17 16:51:00,591.0 -74508,gt_model_sell_peak_local,sell,2026-02-17 18:12:00,586.0 -74509,gt_model_sell_peak_local,sell,2026-02-17 19:45:00,585.0 -74510,gt_model_sell_peak_local,sell,2026-02-17 19:51:00,584.0 -74511,gt_model_sell_peak_local,sell,2026-02-17 19:54:00,584.0 -74512,gt_model_sell_peak_local,sell,2026-02-17 20:09:00,586.0 -74513,gt_model_sell_peak_local,sell,2026-02-17 21:21:00,587.0 -74514,gt_model_sell_peak_local,sell,2026-02-17 21:27:00,587.0 -74515,gt_model_sell_peak_local,sell,2026-02-17 22:39:00,587.0 -74516,gt_model_sell_peak_local,sell,2026-02-17 23:27:00,589.0 -74517,gt_model_sell_peak_local,sell,2026-02-17 23:51:00,574.0 -74518,gt_model_sell_peak_local,sell,2026-02-17 23:54:00,575.0 -74519,gt_model_sell_peak_local,sell,2026-02-17 23:57:00,577.0 -74520,gt_model_sell_peak_local,sell,2026-02-18 00:33:00,579.0 -74521,gt_model_sell_peak_local,sell,2026-02-18 02:36:00,582.0 -74522,gt_model_sell_peak_local,sell,2026-02-18 04:51:00,587.0 -74523,gt_model_sell_peak_local,sell,2026-02-18 04:54:00,588.0 -74524,gt_model_sell_peak_local,sell,2026-02-18 07:21:00,589.0 -74525,gt_model_sell_peak_local,sell,2026-02-18 08:36:00,589.0 -74526,gt_model_sell_peak_local,sell,2026-02-18 10:03:00,585.0 -74527,gt_model_sell_peak_local,sell,2026-02-18 10:06:00,585.0 -74528,gt_model_sell_peak_local,sell,2026-02-18 12:03:00,584.0 -74529,gt_model_sell_peak_local,sell,2026-02-18 12:06:00,584.0 -74530,gt_model_sell_peak_local,sell,2026-02-18 12:09:00,583.0 -74531,gt_model_sell_peak_local,sell,2026-02-18 13:00:00,584.0 -74532,gt_model_sell_peak_local,sell,2026-02-18 13:15:00,582.0 -74533,gt_model_sell_peak_local,sell,2026-02-18 13:18:00,581.0 -74534,gt_model_sell_peak_local,sell,2026-02-18 13:24:00,581.0 -74535,gt_model_sell_peak_local,sell,2026-02-18 13:27:00,581.0 -74536,gt_model_sell_peak_local,sell,2026-02-18 13:30:00,581.0 -74537,gt_model_sell_peak_local,sell,2026-02-18 13:36:00,581.0 -74538,gt_model_sell_peak_local,sell,2026-02-18 15:24:00,579.0 -74539,gt_model_sell_peak_local,sell,2026-02-18 16:36:00,578.0 -74540,gt_model_sell_peak_local,sell,2026-02-18 18:27:00,579.0 -74541,gt_model_sell_peak_local,sell,2026-02-18 18:30:00,579.0 -74542,gt_model_sell_peak_local,sell,2026-02-18 18:33:00,581.0 -74543,gt_model_sell_peak_local,sell,2026-02-18 20:12:00,573.0 -74544,gt_model_sell_peak_local,sell,2026-02-18 22:48:00,569.0 -74545,gt_model_sell_peak_local,sell,2026-02-19 01:39:00,573.0 -74546,gt_model_sell_peak_local,sell,2026-02-19 06:48:00,564.0 -74547,gt_model_sell_peak_local,sell,2026-02-19 09:54:00,558.0 -74548,gt_model_sell_peak_local,sell,2026-02-19 09:57:00,558.0 -74549,gt_model_sell_peak_local,sell,2026-02-19 10:03:00,561.0 -74550,gt_model_sell_peak_local,sell,2026-02-19 10:12:00,561.0 -74551,gt_model_sell_peak_local,sell,2026-02-19 12:09:00,566.0 -74552,gt_model_sell_peak_local,sell,2026-02-19 12:21:00,567.0 -74553,gt_model_sell_peak_local,sell,2026-02-19 12:24:00,567.0 -74554,gt_model_sell_peak_local,sell,2026-02-19 12:27:00,567.0 -74555,gt_model_sell_peak_local,sell,2026-02-19 13:24:00,564.0 -74556,gt_model_sell_peak_local,sell,2026-02-19 13:27:00,566.0 -74557,gt_model_sell_peak_local,sell,2026-02-19 13:30:00,565.0 -74558,gt_model_sell_peak_local,sell,2026-02-19 13:36:00,566.0 -74559,gt_model_sell_peak_local,sell,2026-02-19 14:06:00,563.0 -74560,gt_model_sell_peak_local,sell,2026-02-19 16:21:00,563.0 -74561,gt_model_sell_peak_local,sell,2026-02-19 17:54:00,557.0 -74562,gt_model_sell_peak_local,sell,2026-02-19 17:57:00,556.0 -74563,gt_model_sell_peak_local,sell,2026-02-19 19:42:00,555.0 -74564,gt_model_sell_peak_local,sell,2026-02-19 21:18:00,555.0 -74565,gt_model_sell_peak_local,sell,2026-02-19 21:42:00,554.0 -74566,gt_model_sell_peak_local,sell,2026-02-19 21:45:00,554.0 -74567,gt_model_sell_peak_local,sell,2026-02-20 01:03:00,546.0 -74568,gt_model_sell_peak_local,sell,2026-02-20 03:18:00,549.0 -74569,gt_model_sell_peak_local,sell,2026-02-20 03:21:00,549.0 -74570,gt_model_sell_peak_local,sell,2026-02-20 04:27:00,550.0 -74571,gt_model_sell_peak_local,sell,2026-02-20 04:30:00,550.0 -74572,gt_model_sell_peak_local,sell,2026-02-20 04:42:00,547.0 -74573,gt_model_sell_peak_local,sell,2026-02-20 04:45:00,548.0 -74574,gt_model_sell_peak_local,sell,2026-02-20 04:48:00,547.0 -74575,gt_model_sell_peak_local,sell,2026-02-20 07:33:00,547.0 -74576,gt_model_sell_peak_local,sell,2026-02-20 07:39:00,546.0 -74577,gt_model_sell_peak_local,sell,2026-02-20 07:42:00,547.0 -74578,gt_model_sell_peak_local,sell,2026-02-20 07:45:00,547.0 -74579,gt_model_sell_peak_local,sell,2026-02-20 10:30:00,556.0 -74580,gt_model_sell_peak_local,sell,2026-02-20 12:06:00,558.0 -74581,gt_model_sell_peak_local,sell,2026-02-20 12:09:00,558.0 -74582,gt_model_sell_peak_local,sell,2026-02-20 12:42:00,559.0 -74583,gt_model_sell_peak_local,sell,2026-02-20 12:45:00,559.0 -74584,gt_model_sell_peak_local,sell,2026-02-20 12:48:00,560.0 -74585,gt_model_sell_peak_local,sell,2026-02-20 15:48:00,558.0 -74586,gt_model_sell_peak_local,sell,2026-02-20 15:51:00,559.0 -74587,gt_model_sell_peak_local,sell,2026-02-20 20:30:00,564.0 -74588,gt_model_sell_peak_local,sell,2026-02-20 22:45:00,552.0 -74589,gt_model_sell_peak_local,sell,2026-02-20 22:51:00,554.0 -74590,gt_model_sell_peak_local,sell,2026-02-21 02:12:00,573.0 -74591,gt_model_sell_peak_local,sell,2026-02-21 04:00:00,579.0 -74592,gt_model_sell_peak_local,sell,2026-02-21 04:03:00,577.0 -74593,gt_model_sell_peak_local,sell,2026-02-21 07:03:00,571.0 -74594,gt_model_sell_peak_local,sell,2026-02-21 07:12:00,571.0 -74595,gt_model_sell_peak_local,sell,2026-02-21 09:54:00,574.0 -74596,gt_model_sell_peak_local,sell,2026-02-21 12:33:00,577.0 -74597,gt_model_sell_peak_local,sell,2026-02-21 16:18:00,578.0 -74598,gt_model_sell_peak_local,sell,2026-02-21 16:21:00,579.0 -74599,gt_model_sell_peak_local,sell,2026-02-21 17:39:00,579.0 -74600,gt_model_sell_peak_local,sell,2026-02-21 17:42:00,579.0 -74601,gt_model_sell_peak_local,sell,2026-02-21 19:27:00,583.0 -74602,gt_model_sell_peak_local,sell,2026-02-21 21:21:00,581.0 -74603,gt_model_sell_peak_local,sell,2026-02-22 00:24:00,577.0 -74604,gt_model_sell_peak_local,sell,2026-02-22 05:12:00,572.0 -74605,gt_model_sell_peak_local,sell,2026-02-22 06:42:00,573.0 -74606,gt_model_sell_peak_local,sell,2026-02-22 08:06:00,571.0 -74607,gt_model_sell_peak_local,sell,2026-02-22 11:00:00,565.0 -74608,gt_model_sell_peak_local,sell,2026-02-22 11:03:00,565.0 -74609,gt_model_sell_peak_local,sell,2026-02-22 11:06:00,565.0 -74610,gt_model_sell_peak_local,sell,2026-02-22 11:36:00,563.0 -74611,gt_model_sell_peak_local,sell,2026-02-22 13:33:00,563.0 -74612,gt_model_sell_peak_local,sell,2026-02-22 13:36:00,564.0 -74613,gt_model_sell_peak_local,sell,2026-02-22 14:12:00,562.0 -74614,gt_model_sell_peak_local,sell,2026-02-22 14:21:00,563.0 -74615,gt_model_sell_peak_local,sell,2026-02-22 15:30:00,563.0 -74616,gt_model_sell_peak_local,sell,2026-02-22 15:36:00,563.0 -74617,gt_model_sell_peak_local,sell,2026-02-22 15:42:00,563.0 -74618,gt_model_sell_peak_local,sell,2026-02-22 15:45:00,563.0 -74619,gt_model_sell_peak_local,sell,2026-02-22 15:48:00,562.0 -74620,gt_model_sell_peak_local,sell,2026-02-22 15:51:00,563.0 -74621,gt_model_sell_peak_local,sell,2026-02-22 16:06:00,562.0 -74622,gt_model_sell_peak_local,sell,2026-02-22 16:09:00,563.0 -74623,gt_model_sell_peak_local,sell,2026-02-22 16:12:00,563.0 -74624,gt_model_sell_peak_local,sell,2026-02-22 17:39:00,561.0 -74625,gt_model_sell_peak_local,sell,2026-02-22 17:42:00,562.0 -74626,gt_model_sell_peak_local,sell,2026-02-22 19:33:00,561.0 -74627,gt_model_sell_peak_local,sell,2026-02-22 19:36:00,561.0 -74628,gt_model_sell_peak_local,sell,2026-02-22 19:45:00,561.0 -74629,gt_model_sell_peak_local,sell,2026-02-22 19:54:00,562.0 -74630,gt_model_sell_peak_local,sell,2026-02-22 19:57:00,561.0 -74631,gt_model_sell_peak_local,sell,2026-02-22 20:51:00,561.0 -74632,gt_model_sell_peak_local,sell,2026-02-22 20:54:00,561.0 -74633,gt_model_sell_peak_local,sell,2026-02-22 21:15:00,554.0 -74634,gt_model_sell_peak_local,sell,2026-02-22 21:18:00,555.0 -74635,gt_model_sell_peak_local,sell,2026-02-22 23:30:00,553.0 -74636,gt_model_sell_peak_local,sell,2026-02-23 03:09:00,560.0 -74637,gt_model_sell_peak_local,sell,2026-02-23 03:12:00,561.0 -74638,gt_model_sell_peak_local,sell,2026-02-23 05:06:00,564.0 -74639,gt_model_sell_peak_local,sell,2026-02-23 05:57:00,563.0 -74640,gt_model_sell_peak_local,sell,2026-02-23 06:09:00,562.0 -74641,gt_model_sell_peak_local,sell,2026-02-23 06:54:00,562.0 -74642,gt_model_sell_peak_local,sell,2026-02-23 06:57:00,562.0 -74643,gt_model_sell_peak_local,sell,2026-02-23 09:06:00,566.0 -74644,gt_model_sell_peak_local,sell,2026-02-23 13:06:00,542.0 -74645,gt_model_sell_peak_local,sell,2026-02-23 13:54:00,539.0 -74646,gt_model_sell_peak_local,sell,2026-02-23 16:12:00,551.0 -74647,gt_model_sell_peak_local,sell,2026-02-23 16:54:00,553.0 -74648,gt_model_sell_peak_local,sell,2026-02-23 16:57:00,552.0 -74649,gt_model_sell_peak_local,sell,2026-02-23 18:15:00,551.0 -74650,gt_model_sell_peak_local,sell,2026-02-23 18:18:00,552.0 -74651,gt_model_sell_peak_local,sell,2026-02-23 19:54:00,565.0 -74652,gt_model_sell_peak_local,sell,2026-02-23 21:27:00,570.0 -74653,gt_model_sell_peak_local,sell,2026-02-23 23:30:00,564.0 -74654,gt_model_sell_peak_local,sell,2026-02-24 04:42:00,547.0 -74655,gt_model_sell_peak_local,sell,2026-02-24 04:45:00,547.0 -74656,gt_model_sell_peak_local,sell,2026-02-24 08:15:00,551.0 -74657,gt_model_sell_peak_local,sell,2026-02-24 08:21:00,551.0 -74658,gt_model_sell_peak_local,sell,2026-02-24 08:24:00,551.0 -74659,gt_model_sell_peak_local,sell,2026-02-24 08:27:00,550.0 -74660,gt_model_sell_peak_local,sell,2026-02-24 10:21:00,549.0 -74661,gt_model_sell_peak_local,sell,2026-02-24 11:33:00,548.0 -74662,gt_model_sell_peak_local,sell,2026-02-24 14:03:00,540.0 -74663,gt_model_sell_peak_local,sell,2026-02-24 15:06:00,537.0 -74664,gt_model_sell_peak_local,sell,2026-02-24 15:09:00,538.0 -74665,gt_model_sell_peak_local,sell,2026-02-24 15:12:00,539.0 -74666,gt_model_sell_peak_local,sell,2026-02-24 17:30:00,541.0 -74667,gt_model_sell_peak_local,sell,2026-02-24 18:45:00,540.0 -74668,gt_model_sell_peak_local,sell,2026-02-24 18:54:00,539.0 -74669,gt_model_sell_peak_local,sell,2026-02-24 18:57:00,539.0 -74670,gt_model_sell_peak_local,sell,2026-02-25 01:30:00,557.0 -74671,gt_model_sell_peak_local,sell,2026-02-25 04:48:00,554.0 -74672,gt_model_sell_peak_local,sell,2026-02-25 05:00:00,555.0 -74673,gt_model_sell_peak_local,sell,2026-02-25 08:06:00,550.0 -74674,gt_model_sell_peak_local,sell,2026-02-25 08:09:00,550.0 -74675,gt_model_sell_peak_local,sell,2026-02-25 08:12:00,551.0 -74676,gt_model_sell_peak_local,sell,2026-02-25 08:15:00,553.0 -74677,gt_model_sell_peak_local,sell,2026-02-25 09:21:00,549.0 -74678,gt_model_sell_peak_local,sell,2026-02-25 09:24:00,549.0 -74679,gt_model_sell_peak_local,sell,2026-02-25 09:27:00,548.0 -74680,gt_model_sell_peak_local,sell,2026-02-25 09:30:00,549.0 -74681,gt_model_sell_peak_local,sell,2026-02-25 11:36:00,569.0 -74682,gt_model_sell_peak_local,sell,2026-02-25 13:06:00,564.0 -74683,gt_model_sell_peak_local,sell,2026-02-25 13:09:00,563.0 -74684,gt_model_sell_peak_local,sell,2026-02-25 13:12:00,564.0 -74685,gt_model_sell_peak_local,sell,2026-02-25 14:48:00,562.0 -74686,gt_model_sell_peak_local,sell,2026-02-25 16:03:00,563.0 -74687,gt_model_sell_peak_local,sell,2026-02-25 16:06:00,562.0 -74688,gt_model_sell_peak_local,sell,2026-02-25 20:57:00,582.0 -74689,gt_model_sell_peak_local,sell,2026-02-25 21:00:00,582.0 -74690,gt_model_sell_peak_local,sell,2026-02-26 02:21:00,603.0 -74691,gt_model_sell_peak_local,sell,2026-02-26 05:36:00,608.0 -74692,gt_model_sell_peak_local,sell,2026-02-26 08:12:00,606.0 -74693,gt_model_sell_peak_local,sell,2026-02-26 12:57:00,591.0 -74694,gt_model_sell_peak_local,sell,2026-02-26 14:33:00,586.0 -74695,gt_model_sell_peak_local,sell,2026-02-26 14:36:00,586.0 -74696,gt_model_sell_peak_local,sell,2026-02-26 14:39:00,586.0 -74697,gt_model_sell_peak_local,sell,2026-02-26 14:42:00,588.0 -74698,gt_model_sell_peak_local,sell,2026-02-26 16:06:00,587.0 -74699,gt_model_sell_peak_local,sell,2026-02-26 16:09:00,588.0 -74700,gt_model_sell_peak_local,sell,2026-02-26 19:36:00,587.0 -74701,gt_model_sell_peak_local,sell,2026-02-26 22:54:00,583.0 -74702,gt_model_sell_peak_local,sell,2026-02-26 22:57:00,583.0 -74703,gt_model_sell_peak_local,sell,2026-02-26 23:00:00,583.0 -74704,gt_model_sell_peak_local,sell,2026-02-27 00:27:00,579.0 -74705,gt_model_sell_peak_local,sell,2026-02-27 00:36:00,574.0 -74706,gt_model_sell_peak_local,sell,2026-02-27 05:30:00,576.0 -74707,gt_model_sell_peak_local,sell,2026-02-27 05:33:00,576.0 -74708,gt_model_sell_peak_local,sell,2026-02-27 05:36:00,575.0 -74709,gt_model_sell_peak_local,sell,2026-02-27 06:18:00,576.0 -74710,gt_model_sell_peak_local,sell,2026-02-27 09:21:00,579.0 -74711,gt_model_sell_peak_local,sell,2026-02-27 09:27:00,579.0 -74712,gt_model_sell_peak_local,sell,2026-02-27 09:30:00,580.0 -74713,gt_model_sell_peak_local,sell,2026-02-27 10:33:00,577.0 -74714,gt_model_sell_peak_local,sell,2026-02-27 10:51:00,577.0 -74715,gt_model_sell_peak_local,sell,2026-02-27 12:21:00,578.0 -74716,gt_model_sell_peak_local,sell,2026-02-27 12:24:00,578.0 -74717,gt_model_sell_peak_local,sell,2026-02-27 12:27:00,577.0 -74718,gt_model_sell_peak_local,sell,2026-02-27 12:30:00,578.0 -74719,gt_model_sell_peak_local,sell,2026-02-27 12:33:00,578.0 -74720,gt_model_sell_peak_local,sell,2026-02-27 12:36:00,578.0 -74721,gt_model_sell_peak_local,sell,2026-02-27 12:39:00,579.0 -74722,gt_model_sell_peak_local,sell,2026-02-27 12:51:00,579.0 -74723,gt_model_sell_peak_local,sell,2026-02-27 14:12:00,586.0 -74724,gt_model_sell_peak_local,sell,2026-02-27 14:15:00,587.0 -74725,gt_model_sell_peak_local,sell,2026-02-27 14:18:00,587.0 -74726,gt_model_sell_peak_local,sell,2026-02-27 14:21:00,586.0 -74727,gt_model_sell_peak_local,sell,2026-02-27 14:24:00,585.0 -74728,gt_model_sell_peak_local,sell,2026-02-27 15:06:00,588.0 -74729,gt_model_sell_peak_local,sell,2026-02-27 16:48:00,586.0 -74730,gt_model_sell_peak_local,sell,2026-02-27 16:51:00,587.0 -74731,gt_model_sell_peak_local,sell,2026-02-27 16:54:00,588.0 -74732,gt_model_sell_peak_local,sell,2026-02-27 17:57:00,589.0 -74733,gt_model_sell_peak_local,sell,2026-02-27 18:00:00,589.0 -74734,gt_model_sell_peak_local,sell,2026-02-27 18:09:00,590.0 -74735,gt_model_sell_peak_local,sell,2026-02-27 19:18:00,583.0 -74736,gt_model_sell_peak_local,sell,2026-02-27 19:21:00,582.0 -74737,gt_model_sell_peak_local,sell,2026-02-27 19:24:00,583.0 -74738,gt_model_sell_peak_local,sell,2026-02-27 19:30:00,582.0 -74739,gt_model_sell_peak_local,sell,2026-02-27 19:33:00,584.0 -74740,gt_model_sell_peak_local,sell,2026-02-27 19:39:00,583.0 -74741,gt_model_sell_peak_local,sell,2026-02-27 19:42:00,583.0 -74742,gt_model_sell_peak_local,sell,2026-02-27 23:09:00,578.0 -74743,gt_model_sell_peak_local,sell,2026-02-27 23:12:00,578.0 -74744,gt_model_sell_peak_local,sell,2026-02-27 23:15:00,578.0 -74745,gt_model_sell_peak_local,sell,2026-02-27 23:18:00,576.0 -74746,gt_model_sell_peak_local,sell,2026-02-28 00:00:00,576.0 -74747,gt_model_sell_peak_local,sell,2026-02-28 01:09:00,572.0 -74748,gt_model_sell_peak_local,sell,2026-02-28 02:27:00,568.0 -74749,gt_model_sell_peak_local,sell,2026-02-28 02:30:00,567.0 -74750,gt_model_sell_peak_local,sell,2026-02-28 04:03:00,571.0 -74751,gt_model_sell_peak_local,sell,2026-02-28 04:06:00,571.0 -74752,gt_model_sell_peak_local,sell,2026-02-28 04:33:00,568.0 -74753,gt_model_sell_peak_local,sell,2026-02-28 04:36:00,569.0 -74754,gt_model_sell_peak_local,sell,2026-02-28 04:39:00,568.0 -74755,gt_model_sell_peak_local,sell,2026-02-28 07:09:00,567.0 -74756,gt_model_sell_peak_local,sell,2026-02-28 07:18:00,567.0 -74757,gt_model_sell_peak_local,sell,2026-02-28 10:15:00,571.0 -74758,gt_model_sell_peak_local,sell,2026-02-28 11:21:00,568.0 -74759,gt_model_sell_peak_local,sell,2026-02-28 12:30:00,567.0 -74760,gt_model_sell_peak_local,sell,2026-02-28 12:33:00,567.0 -74761,gt_model_sell_peak_local,sell,2026-02-28 13:15:00,565.0 -74762,gt_model_sell_peak_local,sell,2026-02-28 13:18:00,565.0 -74763,gt_model_sell_peak_local,sell,2026-02-28 15:12:00,560.0 -74764,gt_model_sell_peak_local,sell,2026-02-28 17:39:00,538.0 -74765,gt_model_sell_peak_local,sell,2026-02-28 17:42:00,538.0 -74766,gt_model_sell_peak_local,sell,2026-02-28 21:36:00,545.0 -74767,gt_model_sell_peak_local,sell,2026-03-01 00:39:00,555.0 -74768,gt_model_sell_peak_local,sell,2026-03-01 00:42:00,556.0 -74769,gt_model_sell_peak_local,sell,2026-03-01 02:48:00,555.0 -74770,gt_model_sell_peak_local,sell,2026-03-01 03:00:00,556.0 -74771,gt_model_sell_peak_local,sell,2026-03-01 03:03:00,556.0 -74772,gt_model_sell_peak_local,sell,2026-03-01 06:48:00,576.0 -74773,gt_model_sell_peak_local,sell,2026-03-01 06:54:00,575.0 -74774,gt_model_sell_peak_local,sell,2026-03-01 06:57:00,575.0 -74775,gt_model_sell_peak_local,sell,2026-03-01 08:54:00,583.0 -74776,gt_model_sell_peak_local,sell,2026-03-01 08:57:00,580.0 -74777,gt_model_sell_peak_local,sell,2026-03-01 12:45:00,583.0 -74778,gt_model_sell_peak_local,sell,2026-03-01 15:12:00,575.0 -74779,gt_model_sell_peak_local,sell,2026-03-01 15:18:00,574.0 -74780,gt_model_sell_peak_local,sell,2026-03-01 15:21:00,576.0 -74781,gt_model_sell_peak_local,sell,2026-03-01 15:24:00,576.0 -74782,gt_model_sell_peak_local,sell,2026-03-01 15:39:00,574.0 -74783,gt_model_sell_peak_local,sell,2026-03-01 15:54:00,574.0 -74784,gt_model_sell_peak_local,sell,2026-03-01 17:39:00,571.0 -74785,gt_model_sell_peak_local,sell,2026-03-01 17:45:00,571.0 -74786,gt_model_sell_peak_local,sell,2026-03-01 18:00:00,567.0 -74787,gt_model_sell_peak_local,sell,2026-03-01 20:36:00,567.0 -74788,gt_model_sell_peak_local,sell,2026-03-01 20:48:00,567.0 -74789,gt_model_sell_peak_local,sell,2026-03-01 20:51:00,566.0 -74790,gt_model_sell_peak_local,sell,2026-03-01 20:54:00,566.0 -74791,gt_model_sell_peak_local,sell,2026-03-01 20:57:00,565.0 -74792,gt_model_sell_peak_local,sell,2026-03-01 21:00:00,565.0 -74793,gt_model_sell_peak_local,sell,2026-03-01 21:15:00,565.0 -74794,gt_model_sell_peak_local,sell,2026-03-01 21:18:00,566.0 -74795,gt_model_sell_peak_local,sell,2026-03-01 21:24:00,567.0 -74796,gt_model_sell_peak_local,sell,2026-03-01 21:27:00,566.0 -74797,gt_model_sell_peak_local,sell,2026-03-01 21:48:00,563.0 -74798,gt_model_sell_peak_local,sell,2026-03-01 23:57:00,565.0 -74799,gt_model_sell_peak_local,sell,2026-03-02 00:06:00,568.0 -74800,gt_model_sell_peak_local,sell,2026-03-02 00:15:00,569.0 -74801,gt_model_sell_peak_local,sell,2026-03-02 00:18:00,569.0 -74802,gt_model_sell_peak_local,sell,2026-03-02 00:21:00,569.0 -74803,gt_model_sell_peak_local,sell,2026-03-02 01:30:00,569.0 -74804,gt_model_sell_peak_local,sell,2026-03-02 02:33:00,561.0 -74805,gt_model_sell_peak_local,sell,2026-03-02 02:36:00,561.0 -74806,gt_model_sell_peak_local,sell,2026-03-02 04:21:00,560.0 -74807,gt_model_sell_peak_local,sell,2026-03-02 04:27:00,559.0 -74808,gt_model_sell_peak_local,sell,2026-03-02 08:18:00,562.0 -74809,gt_model_sell_peak_local,sell,2026-03-02 11:15:00,564.0 -74810,gt_model_sell_peak_local,sell,2026-03-02 12:36:00,569.0 -74811,gt_model_sell_peak_local,sell,2026-03-02 13:42:00,570.0 -74812,gt_model_sell_peak_local,sell,2026-03-02 13:51:00,568.0 -74813,gt_model_sell_peak_local,sell,2026-03-02 13:54:00,567.0 -74814,gt_model_sell_peak_local,sell,2026-03-02 14:39:00,568.0 -74815,gt_model_sell_peak_local,sell,2026-03-02 17:39:00,560.0 -74816,gt_model_sell_peak_local,sell,2026-03-02 17:45:00,562.0 -74817,gt_model_sell_peak_local,sell,2026-03-02 17:48:00,561.0 -74818,gt_model_sell_peak_local,sell,2026-03-02 19:12:00,562.0 -74819,gt_model_sell_peak_local,sell,2026-03-02 19:15:00,563.0 -74820,gt_model_sell_peak_local,sell,2026-03-02 19:18:00,562.0 -74821,gt_model_sell_peak_local,sell,2026-03-02 21:48:00,562.0 -74822,gt_model_sell_peak_local,sell,2026-03-02 21:51:00,562.0 -74823,gt_model_sell_peak_local,sell,2026-03-02 21:57:00,563.0 -74824,gt_model_sell_peak_local,sell,2026-03-02 22:09:00,561.0 -74825,gt_model_sell_peak_local,sell,2026-03-02 22:12:00,562.0 -74826,gt_model_sell_peak_local,sell,2026-03-02 22:15:00,562.0 -74827,gt_model_sell_peak_local,sell,2026-03-02 23:24:00,564.0 -74828,gt_model_sell_peak_local,sell,2026-03-03 02:45:00,590.0 -74829,gt_model_sell_peak_local,sell,2026-03-03 02:48:00,595.0 -74830,gt_model_sell_peak_local,sell,2026-03-03 02:51:00,597.0 -74831,gt_model_sell_peak_local,sell,2026-03-03 04:06:00,604.0 -74832,gt_model_sell_peak_local,sell,2026-03-03 04:15:00,604.0 -74833,gt_model_sell_peak_local,sell,2026-03-03 05:18:00,598.0 -74834,gt_model_sell_peak_local,sell,2026-03-03 05:21:00,597.0 -74835,gt_model_sell_peak_local,sell,2026-03-03 06:03:00,591.0 -74836,gt_model_sell_peak_local,sell,2026-03-03 08:36:00,589.0 -74837,gt_model_sell_peak_local,sell,2026-03-03 08:39:00,590.0 -74838,gt_model_sell_peak_local,sell,2026-03-03 11:06:00,585.0 -74839,gt_model_sell_peak_local,sell,2026-03-03 11:09:00,586.0 -74840,gt_model_sell_peak_local,sell,2026-03-03 11:12:00,585.0 -74841,gt_model_sell_peak_local,sell,2026-03-03 13:39:00,585.0 -74842,gt_model_sell_peak_local,sell,2026-03-03 13:42:00,586.0 -74843,gt_model_sell_peak_local,sell,2026-03-03 15:24:00,585.0 -74844,gt_model_sell_peak_local,sell,2026-03-03 15:27:00,584.0 -74845,gt_model_sell_peak_local,sell,2026-03-03 17:18:00,585.0 -74846,gt_model_sell_peak_local,sell,2026-03-03 17:21:00,583.0 -74847,gt_model_sell_peak_local,sell,2026-03-03 17:24:00,584.0 -74848,gt_model_sell_peak_local,sell,2026-03-03 17:27:00,584.0 -74849,gt_model_sell_peak_local,sell,2026-03-03 17:30:00,585.0 -74850,gt_model_sell_peak_local,sell,2026-03-03 17:33:00,584.0 -74851,gt_model_sell_peak_local,sell,2026-03-03 17:36:00,584.0 -74852,gt_model_sell_peak_local,sell,2026-03-03 17:39:00,583.0 -74853,gt_model_sell_peak_local,sell,2026-03-03 18:09:00,583.0 -74854,gt_model_sell_peak_local,sell,2026-03-03 22:12:00,574.0 -74855,gt_model_sell_peak_local,sell,2026-03-04 00:24:00,576.0 -74856,gt_model_sell_peak_local,sell,2026-03-04 00:27:00,575.0 -74857,gt_model_sell_peak_local,sell,2026-03-04 00:30:00,574.0 -74858,gt_model_sell_peak_local,sell,2026-03-04 02:24:00,580.0 -74859,gt_model_sell_peak_local,sell,2026-03-04 02:27:00,578.0 -74860,gt_model_sell_peak_local,sell,2026-03-04 04:42:00,581.0 -74861,gt_model_sell_peak_local,sell,2026-03-04 08:42:00,578.0 -74862,gt_model_sell_peak_local,sell,2026-03-04 09:21:00,576.0 -74863,gt_model_sell_peak_local,sell,2026-03-04 11:36:00,572.0 -74864,gt_model_sell_peak_local,sell,2026-03-04 12:51:00,569.0 -74865,gt_model_sell_peak_local,sell,2026-03-04 15:45:00,571.0 -74866,gt_model_sell_peak_local,sell,2026-03-04 19:39:00,588.0 -74867,gt_model_sell_peak_local,sell,2026-03-04 19:42:00,586.0 -74868,gt_model_sell_peak_local,sell,2026-03-04 19:45:00,587.0 -74869,gt_model_sell_peak_local,sell,2026-03-04 21:21:00,587.0 -74870,gt_model_sell_peak_local,sell,2026-03-04 21:24:00,587.0 -74871,gt_model_sell_peak_local,sell,2026-03-04 21:27:00,587.0 -74872,gt_model_sell_peak_local,sell,2026-03-04 21:30:00,585.0 -74873,gt_model_sell_peak_local,sell,2026-03-05 01:54:00,624.0 -74874,gt_model_sell_peak_local,sell,2026-03-05 01:57:00,620.0 -74875,gt_model_sell_peak_local,sell,2026-03-05 02:00:00,623.0 -74876,gt_model_sell_peak_local,sell,2026-03-05 05:06:00,616.0 -74877,gt_model_sell_peak_local,sell,2026-03-05 08:12:00,611.0 -74878,gt_model_sell_peak_local,sell,2026-03-05 11:09:00,605.0 -74879,gt_model_sell_peak_local,sell,2026-03-05 11:12:00,606.0 -74880,gt_model_sell_peak_local,sell,2026-03-05 13:00:00,604.0 -74881,gt_model_sell_peak_local,sell,2026-03-05 13:06:00,606.0 -74882,gt_model_sell_peak_local,sell,2026-03-05 14:48:00,606.0 -74883,gt_model_sell_peak_local,sell,2026-03-05 14:57:00,606.0 -74884,gt_model_sell_peak_local,sell,2026-03-05 15:03:00,605.0 -74885,gt_model_sell_peak_local,sell,2026-03-05 15:09:00,603.0 -74886,gt_model_sell_peak_local,sell,2026-03-05 15:12:00,603.0 -74887,gt_model_sell_peak_local,sell,2026-03-05 15:15:00,604.0 -74888,gt_model_sell_peak_local,sell,2026-03-05 16:54:00,601.0 -74889,gt_model_sell_peak_local,sell,2026-03-05 16:57:00,601.0 -74890,gt_model_sell_peak_local,sell,2026-03-05 20:51:00,609.0 -74891,gt_model_sell_peak_local,sell,2026-03-05 20:54:00,608.0 -74892,gt_model_sell_peak_local,sell,2026-03-05 20:57:00,609.0 -74893,gt_model_sell_peak_local,sell,2026-03-05 21:00:00,609.0 -74894,gt_model_sell_peak_local,sell,2026-03-05 21:03:00,608.0 -74895,gt_model_sell_peak_local,sell,2026-03-05 21:06:00,608.0 -74896,gt_model_sell_peak_local,sell,2026-03-05 21:09:00,609.0 -74897,gt_model_sell_peak_local,sell,2026-03-05 21:12:00,609.0 -74898,gt_model_sell_peak_local,sell,2026-03-05 21:15:00,608.0 -74899,gt_model_sell_peak_local,sell,2026-03-05 22:45:00,606.0 -74900,gt_model_sell_peak_local,sell,2026-03-05 22:48:00,606.0 -74901,gt_model_sell_peak_local,sell,2026-03-06 00:54:00,605.0 -74902,gt_model_sell_peak_local,sell,2026-03-06 01:00:00,603.0 -74903,gt_model_sell_peak_local,sell,2026-03-06 07:18:00,602.0 -74904,gt_model_sell_peak_local,sell,2026-03-06 08:42:00,599.0 -74905,gt_model_sell_peak_local,sell,2026-03-06 08:48:00,598.0 -74906,gt_model_sell_peak_local,sell,2026-03-06 08:54:00,598.0 -74907,gt_model_sell_peak_local,sell,2026-03-06 10:48:00,599.0 -74908,gt_model_sell_peak_local,sell,2026-03-06 10:54:00,600.0 -74909,gt_model_sell_peak_local,sell,2026-03-06 12:15:00,595.0 -74910,gt_model_sell_peak_local,sell,2026-03-06 14:00:00,594.0 -74911,gt_model_sell_peak_local,sell,2026-03-06 14:03:00,594.0 -74912,gt_model_sell_peak_local,sell,2026-03-06 17:51:00,593.0 -74913,gt_model_sell_peak_local,sell,2026-03-06 17:54:00,593.0 -74914,gt_model_sell_peak_local,sell,2026-03-06 20:24:00,590.0 -74915,gt_model_sell_peak_local,sell,2026-03-06 20:30:00,590.0 -74916,gt_model_sell_peak_local,sell,2026-03-06 20:42:00,589.0 -74917,gt_model_sell_peak_local,sell,2026-03-06 23:36:00,573.0 -74918,gt_model_sell_peak_local,sell,2026-03-07 01:36:00,568.0 -74919,gt_model_sell_peak_local,sell,2026-03-07 03:21:00,571.0 -74920,gt_model_sell_peak_local,sell,2026-03-07 05:15:00,571.0 -74921,gt_model_sell_peak_local,sell,2026-03-07 05:18:00,572.0 -74922,gt_model_sell_peak_local,sell,2026-03-07 05:42:00,572.0 -74923,gt_model_sell_peak_local,sell,2026-03-07 05:51:00,573.0 -74924,gt_model_sell_peak_local,sell,2026-03-07 05:54:00,573.0 -74925,gt_model_sell_peak_local,sell,2026-03-07 06:57:00,574.0 -74926,gt_model_sell_peak_local,sell,2026-03-07 07:00:00,574.0 -74927,gt_model_sell_peak_local,sell,2026-03-07 07:03:00,574.0 -74928,gt_model_sell_peak_local,sell,2026-03-07 07:12:00,574.0 -74929,gt_model_sell_peak_local,sell,2026-03-07 07:15:00,574.0 -74930,gt_model_sell_peak_local,sell,2026-03-07 08:48:00,575.0 -74931,gt_model_sell_peak_local,sell,2026-03-07 08:54:00,574.0 -74932,gt_model_sell_peak_local,sell,2026-03-07 08:57:00,575.0 -74933,gt_model_sell_peak_local,sell,2026-03-07 09:00:00,575.0 -74934,gt_model_sell_peak_local,sell,2026-03-07 10:12:00,574.0 -74935,gt_model_sell_peak_local,sell,2026-03-07 11:45:00,572.0 -74936,gt_model_sell_peak_local,sell,2026-03-07 13:15:00,571.0 -74937,gt_model_sell_peak_local,sell,2026-03-07 14:48:00,574.0 -74938,gt_model_sell_peak_local,sell,2026-03-07 15:18:00,572.0 -74939,gt_model_sell_peak_local,sell,2026-03-07 15:57:00,569.0 -74940,gt_model_sell_peak_local,sell,2026-03-07 18:33:00,570.0 -74941,gt_model_sell_peak_local,sell,2026-03-07 18:48:00,571.0 -74942,gt_model_sell_peak_local,sell,2026-03-07 20:09:00,570.0 -74943,gt_model_sell_peak_local,sell,2026-03-07 21:18:00,572.0 -74944,gt_model_sell_peak_local,sell,2026-03-07 21:27:00,572.0 -74945,gt_model_sell_peak_local,sell,2026-03-07 22:33:00,569.0 -74946,gt_model_sell_peak_local,sell,2026-03-07 23:45:00,570.0 -74947,gt_model_sell_peak_local,sell,2026-03-07 23:51:00,569.0 -74948,gt_model_sell_peak_local,sell,2026-03-07 23:57:00,570.0 -74949,gt_model_sell_peak_local,sell,2026-03-08 00:42:00,563.0 -74950,gt_model_sell_peak_local,sell,2026-03-08 00:45:00,563.0 -74951,gt_model_sell_peak_local,sell,2026-03-08 00:54:00,564.0 -74952,gt_model_sell_peak_local,sell,2026-03-08 03:42:00,564.0 -74953,gt_model_sell_peak_local,sell,2026-03-08 03:45:00,564.0 -74954,gt_model_sell_peak_local,sell,2026-03-08 03:51:00,563.0 -74955,gt_model_sell_peak_local,sell,2026-03-08 04:00:00,563.0 -74956,gt_model_sell_peak_local,sell,2026-03-08 06:48:00,560.0 -74957,gt_model_sell_peak_local,sell,2026-03-08 06:54:00,561.0 -74958,gt_model_sell_peak_local,sell,2026-03-08 06:57:00,561.0 -74959,gt_model_sell_peak_local,sell,2026-03-08 07:12:00,559.0 -74960,gt_model_sell_peak_local,sell,2026-03-08 07:15:00,560.0 -74961,gt_model_sell_peak_local,sell,2026-03-08 07:27:00,557.0 -74962,gt_model_sell_peak_local,sell,2026-03-08 10:12:00,556.0 -74963,gt_model_sell_peak_local,sell,2026-03-08 10:15:00,557.0 -74964,gt_model_sell_peak_local,sell,2026-03-08 10:18:00,558.0 -74965,gt_model_sell_peak_local,sell,2026-03-08 10:21:00,557.0 -74966,gt_model_sell_peak_local,sell,2026-03-08 11:45:00,558.0 -74967,gt_model_sell_peak_local,sell,2026-03-08 11:48:00,555.0 -74968,gt_model_sell_peak_local,sell,2026-03-08 11:51:00,551.0 -74969,gt_model_sell_peak_local,sell,2026-03-08 11:54:00,553.0 -74970,gt_model_sell_peak_local,sell,2026-03-08 11:57:00,551.0 -74971,gt_model_sell_peak_local,sell,2026-03-08 15:24:00,550.0 -74972,gt_model_sell_peak_local,sell,2026-03-08 15:27:00,549.0 -74973,gt_model_sell_peak_local,sell,2026-03-08 15:30:00,550.0 -74974,gt_model_sell_peak_local,sell,2026-03-08 15:33:00,551.0 -74975,gt_model_sell_peak_local,sell,2026-03-08 15:36:00,550.0 -74976,gt_model_sell_peak_local,sell,2026-03-08 17:12:00,552.0 -74977,gt_model_sell_peak_local,sell,2026-03-08 20:24:00,557.0 -74978,gt_model_sell_peak_local,sell,2026-03-08 20:30:00,557.0 -74979,gt_model_sell_peak_local,sell,2026-03-08 22:42:00,548.0 -74980,gt_model_sell_peak_local,sell,2026-03-09 00:12:00,547.0 -74981,gt_model_sell_peak_local,sell,2026-03-09 00:15:00,546.0 -74982,gt_model_sell_peak_local,sell,2026-03-09 00:18:00,546.0 -74983,gt_model_sell_peak_local,sell,2026-03-09 02:27:00,536.0 -74984,gt_model_sell_peak_local,sell,2026-03-09 03:06:00,535.0 -74985,gt_model_sell_peak_local,sell,2026-03-09 05:39:00,543.0 -74986,gt_model_sell_peak_local,sell,2026-03-09 06:45:00,542.0 -74987,gt_model_sell_peak_local,sell,2026-03-09 09:03:00,535.0 -74988,gt_model_sell_peak_local,sell,2026-03-09 10:36:00,541.0 -74989,gt_model_sell_peak_local,sell,2026-03-09 13:12:00,541.0 -74990,gt_model_sell_peak_local,sell,2026-03-09 15:57:00,541.0 -74991,gt_model_sell_peak_local,sell,2026-03-09 16:00:00,539.0 -74992,gt_model_sell_peak_local,sell,2026-03-09 17:57:00,539.0 -74993,gt_model_sell_peak_local,sell,2026-03-09 18:00:00,538.0 -74994,gt_model_sell_peak_local,sell,2026-03-09 18:03:00,537.0 -74995,gt_model_sell_peak_local,sell,2026-03-09 18:06:00,538.0 -74996,gt_model_sell_peak_local,sell,2026-03-09 19:33:00,539.0 -74997,gt_model_sell_peak_local,sell,2026-03-09 21:12:00,539.0 -74998,gt_model_sell_peak_local,sell,2026-03-09 23:48:00,546.0 -74999,gt_model_sell_peak_local,sell,2026-03-10 00:18:00,538.0 -75000,gt_model_sell_peak_local,sell,2026-03-10 02:30:00,537.0 -75001,gt_model_sell_peak_local,sell,2026-03-10 02:36:00,535.0 -75002,gt_model_sell_peak_local,sell,2026-03-10 03:06:00,533.0 -75003,gt_model_sell_peak_local,sell,2026-03-10 05:27:00,535.0 -75004,gt_model_sell_peak_local,sell,2026-03-10 07:42:00,534.0 -75005,gt_model_sell_peak_local,sell,2026-03-10 07:45:00,534.0 -75006,gt_model_sell_peak_local,sell,2026-03-10 08:00:00,532.0 -75007,gt_model_sell_peak_local,sell,2026-03-10 10:36:00,533.0 -75008,gt_model_sell_peak_local,sell,2026-03-10 10:39:00,533.0 -75009,gt_model_sell_peak_local,sell,2026-03-10 10:48:00,534.0 -75010,gt_model_sell_peak_local,sell,2026-03-10 13:27:00,539.0 -75011,gt_model_sell_peak_local,sell,2026-03-10 15:03:00,538.0 -75012,gt_model_sell_peak_local,sell,2026-03-10 15:06:00,537.0 -75013,gt_model_sell_peak_local,sell,2026-03-10 19:45:00,551.0 -75014,gt_model_sell_peak_local,sell,2026-03-10 21:24:00,549.0 -75015,gt_model_sell_peak_local,sell,2026-03-10 21:27:00,549.0 -75016,gt_model_sell_peak_local,sell,2026-03-11 00:57:00,535.0 -75017,gt_model_sell_peak_local,sell,2026-03-11 03:30:00,531.0 -75018,gt_model_sell_peak_local,sell,2026-03-11 06:06:00,527.0 -75019,gt_model_sell_peak_local,sell,2026-03-11 07:03:00,518.0 -75020,gt_model_sell_peak_local,sell,2026-03-11 09:39:00,521.0 -75021,gt_model_sell_peak_local,sell,2026-03-11 10:54:00,522.0 -75022,gt_model_sell_peak_local,sell,2026-03-11 10:57:00,523.0 -75023,gt_model_sell_peak_local,sell,2026-03-11 11:00:00,522.0 -75024,gt_model_sell_peak_local,sell,2026-03-11 11:06:00,523.0 -75025,gt_model_sell_peak_local,sell,2026-03-11 11:45:00,521.0 -75026,gt_model_sell_peak_local,sell,2026-03-11 13:09:00,520.0 -75027,gt_model_sell_peak_local,sell,2026-03-11 15:00:00,518.0 -75028,gt_model_sell_peak_local,sell,2026-03-11 15:06:00,519.0 -75029,gt_model_sell_peak_local,sell,2026-03-11 16:54:00,517.0 -75030,gt_model_sell_peak_local,sell,2026-03-11 16:57:00,516.0 -75031,gt_model_sell_peak_local,sell,2026-03-11 17:00:00,516.0 -75032,gt_model_sell_peak_local,sell,2026-03-11 17:03:00,516.0 -75033,gt_model_sell_peak_local,sell,2026-03-11 17:18:00,518.0 -75034,gt_model_sell_peak_local,sell,2026-03-11 17:21:00,516.0 -75035,gt_model_sell_peak_local,sell,2026-03-11 17:24:00,517.0 -75036,gt_model_sell_peak_local,sell,2026-03-11 21:15:00,521.0 -75037,gt_model_sell_peak_local,sell,2026-03-11 23:36:00,530.0 -75038,gt_model_sell_peak_local,sell,2026-03-11 23:39:00,531.0 -75039,gt_model_sell_peak_local,sell,2026-03-12 00:42:00,523.0 -75040,gt_model_sell_peak_local,sell,2026-03-12 02:42:00,523.0 -75041,gt_model_sell_peak_local,sell,2026-03-12 03:06:00,523.0 -75042,gt_model_sell_peak_local,sell,2026-03-12 03:09:00,523.0 -75043,gt_model_sell_peak_local,sell,2026-03-12 03:24:00,523.0 -75044,gt_model_sell_peak_local,sell,2026-03-12 03:27:00,524.0 -75045,gt_model_sell_peak_local,sell,2026-03-12 04:30:00,523.0 -75046,gt_model_sell_peak_local,sell,2026-03-12 05:45:00,522.0 -75047,gt_model_sell_peak_local,sell,2026-03-12 07:57:00,521.0 -75048,gt_model_sell_peak_local,sell,2026-03-12 09:36:00,521.0 -75049,gt_model_sell_peak_local,sell,2026-03-12 09:39:00,520.0 -75050,gt_model_sell_peak_local,sell,2026-03-12 10:48:00,518.0 -75051,gt_model_sell_peak_local,sell,2026-03-12 13:18:00,513.0 -75052,gt_model_sell_peak_local,sell,2026-03-12 13:21:00,513.0 -75053,gt_model_sell_peak_local,sell,2026-03-12 13:24:00,513.0 -75054,gt_model_sell_peak_local,sell,2026-03-12 13:42:00,514.0 -75055,gt_model_sell_peak_local,sell,2026-03-12 15:48:00,516.0 -75056,gt_model_sell_peak_local,sell,2026-03-12 17:42:00,515.0 -75057,gt_model_sell_peak_local,sell,2026-03-12 20:42:00,519.0 -75058,gt_model_sell_peak_local,sell,2026-03-12 20:45:00,520.0 -75059,gt_model_sell_peak_local,sell,2026-03-12 21:00:00,519.0 -75060,gt_model_sell_peak_local,sell,2026-03-12 22:27:00,524.0 -75061,gt_model_sell_peak_local,sell,2026-03-13 01:33:00,516.0 -75062,gt_model_sell_peak_local,sell,2026-03-13 02:42:00,519.0 -75063,gt_model_sell_peak_local,sell,2026-03-13 05:30:00,522.0 -75064,gt_model_sell_peak_local,sell,2026-03-13 08:09:00,528.0 -75065,gt_model_sell_peak_local,sell,2026-03-13 08:12:00,528.0 -75066,gt_model_sell_peak_local,sell,2026-03-13 12:03:00,535.0 -75067,gt_model_sell_peak_local,sell,2026-03-13 12:09:00,536.0 -75068,gt_model_sell_peak_local,sell,2026-03-13 13:57:00,537.0 -75069,gt_model_sell_peak_local,sell,2026-03-13 14:06:00,534.0 -75070,gt_model_sell_peak_local,sell,2026-03-13 14:09:00,537.0 -75071,gt_model_sell_peak_local,sell,2026-03-13 14:12:00,535.0 -75072,gt_model_sell_peak_local,sell,2026-03-13 14:18:00,536.0 -75073,gt_model_sell_peak_local,sell,2026-03-13 14:21:00,537.0 -75074,gt_model_sell_peak_local,sell,2026-03-13 15:36:00,538.0 -75075,gt_model_sell_peak_local,sell,2026-03-13 17:27:00,536.0 -75076,gt_model_sell_peak_local,sell,2026-03-13 17:36:00,538.0 -75077,gt_model_sell_peak_local,sell,2026-03-13 17:42:00,535.0 -75078,gt_model_sell_peak_local,sell,2026-03-13 17:45:00,535.0 -75079,gt_model_sell_peak_local,sell,2026-03-13 17:48:00,533.0 -75080,gt_model_sell_peak_local,sell,2026-03-13 17:57:00,535.0 -75081,gt_model_sell_peak_local,sell,2026-03-13 20:03:00,542.0 -75082,gt_model_sell_peak_local,sell,2026-03-13 21:06:00,542.0 -75083,gt_model_sell_peak_local,sell,2026-03-13 21:09:00,541.0 -75084,gt_model_sell_peak_local,sell,2026-03-13 23:18:00,549.0 -75085,gt_model_sell_peak_local,sell,2026-03-13 23:24:00,549.0 -75086,gt_model_sell_peak_local,sell,2026-03-13 23:27:00,549.0 -75087,gt_model_sell_peak_local,sell,2026-03-13 23:45:00,540.0 -75088,gt_model_sell_peak_local,sell,2026-03-13 23:54:00,537.0 -75089,gt_model_sell_peak_local,sell,2026-03-13 23:57:00,537.0 -75090,gt_model_sell_peak_local,sell,2026-03-14 00:12:00,542.0 -75091,gt_model_sell_peak_local,sell,2026-03-14 00:15:00,543.0 -75092,gt_model_sell_peak_local,sell,2026-03-14 02:51:00,528.0 -75093,gt_model_sell_peak_local,sell,2026-03-14 02:54:00,530.0 -75094,gt_model_sell_peak_local,sell,2026-03-14 04:39:00,529.0 -75095,gt_model_sell_peak_local,sell,2026-03-14 04:48:00,529.0 -75096,gt_model_sell_peak_local,sell,2026-03-14 07:09:00,526.0 -75097,gt_model_sell_peak_local,sell,2026-03-14 07:12:00,527.0 -75098,gt_model_sell_peak_local,sell,2026-03-14 09:24:00,527.0 -75099,gt_model_sell_peak_local,sell,2026-03-14 10:30:00,525.0 -75100,gt_model_sell_peak_local,sell,2026-03-14 13:18:00,527.0 -75101,gt_model_sell_peak_local,sell,2026-03-14 13:33:00,530.0 -75102,gt_model_sell_peak_local,sell,2026-03-14 14:42:00,526.0 -75103,gt_model_sell_peak_local,sell,2026-03-14 14:48:00,527.0 -75104,gt_model_sell_peak_local,sell,2026-03-14 17:27:00,522.0 -75105,gt_model_sell_peak_local,sell,2026-03-14 18:36:00,521.0 -75106,gt_model_sell_peak_local,sell,2026-03-14 19:03:00,520.0 -75107,gt_model_sell_peak_local,sell,2026-03-14 19:12:00,521.0 -75108,gt_model_sell_peak_local,sell,2026-03-14 19:15:00,521.0 -75109,gt_model_sell_peak_local,sell,2026-03-14 21:30:00,519.0 -75110,gt_model_sell_peak_local,sell,2026-03-14 21:39:00,519.0 -75111,gt_model_sell_peak_local,sell,2026-03-14 21:42:00,518.0 -75112,gt_model_sell_peak_local,sell,2026-03-14 21:48:00,517.0 -75113,gt_model_sell_peak_local,sell,2026-03-14 21:54:00,518.0 -75114,gt_model_sell_peak_local,sell,2026-03-14 21:57:00,518.0 -75115,gt_model_sell_peak_local,sell,2026-03-15 00:27:00,521.0 -75116,gt_model_sell_peak_local,sell,2026-03-15 00:30:00,521.0 -75117,gt_model_sell_peak_local,sell,2026-03-15 00:33:00,520.0 -75118,gt_model_sell_peak_local,sell,2026-03-15 00:36:00,519.0 -75119,gt_model_sell_peak_local,sell,2026-03-15 00:39:00,520.0 -75120,gt_model_sell_peak_local,sell,2026-03-15 00:45:00,520.0 -75121,gt_model_sell_peak_local,sell,2026-03-15 02:54:00,523.0 -75122,gt_model_sell_peak_local,sell,2026-03-15 03:12:00,523.0 -75123,gt_model_sell_peak_local,sell,2026-03-15 03:21:00,522.0 -75124,gt_model_sell_peak_local,sell,2026-03-15 03:48:00,523.0 -75125,gt_model_sell_peak_local,sell,2026-03-15 03:51:00,522.0 -75126,gt_model_sell_peak_local,sell,2026-03-15 05:15:00,520.0 -75127,gt_model_sell_peak_local,sell,2026-03-15 05:21:00,520.0 -75128,gt_model_sell_peak_local,sell,2026-03-15 05:24:00,520.0 -75129,gt_model_sell_peak_local,sell,2026-03-15 05:27:00,520.0 -75130,gt_model_sell_peak_local,sell,2026-03-15 09:36:00,523.0 -75131,gt_model_sell_peak_local,sell,2026-03-15 09:39:00,523.0 -75132,gt_model_sell_peak_local,sell,2026-03-15 09:42:00,524.0 -75133,gt_model_sell_peak_local,sell,2026-03-15 09:45:00,524.0 -75134,gt_model_sell_peak_local,sell,2026-03-15 12:48:00,528.0 -75135,gt_model_sell_peak_local,sell,2026-03-15 13:15:00,532.0 -75136,gt_model_sell_peak_local,sell,2026-03-15 15:18:00,528.0 -75137,gt_model_sell_peak_local,sell,2026-03-15 15:21:00,528.0 -75138,gt_model_sell_peak_local,sell,2026-03-15 17:54:00,530.0 -75139,gt_model_sell_peak_local,sell,2026-03-15 18:03:00,531.0 -75140,gt_model_sell_peak_local,sell,2026-03-15 19:06:00,528.0 -75141,gt_model_sell_peak_local,sell,2026-03-15 19:15:00,530.0 -75142,gt_model_sell_peak_local,sell,2026-03-15 20:18:00,529.0 -75143,gt_model_sell_peak_local,sell,2026-03-15 20:24:00,529.0 -75144,gt_model_sell_peak_local,sell,2026-03-15 22:30:00,527.0 -75145,gt_model_sell_peak_local,sell,2026-03-15 22:33:00,527.0 -75146,gt_model_sell_peak_local,sell,2026-03-15 22:36:00,526.0 -75147,gt_model_sell_peak_local,sell,2026-03-15 22:39:00,526.0 -75148,gt_model_sell_peak_local,sell,2026-03-15 22:42:00,526.0 -75149,gt_model_sell_peak_local,sell,2026-03-15 22:45:00,527.0 -75150,gt_model_sell_peak_local,sell,2026-03-16 00:06:00,529.0 -75151,gt_model_sell_peak_local,sell,2026-03-16 00:09:00,528.0 -75152,gt_model_sell_peak_local,sell,2026-03-16 00:12:00,527.0 -75153,gt_model_sell_peak_local,sell,2026-03-16 01:00:00,528.0 -75154,gt_model_sell_peak_local,sell,2026-03-16 01:03:00,529.0 -75155,gt_model_sell_peak_local,sell,2026-03-16 04:42:00,531.0 -75156,gt_model_sell_peak_local,sell,2026-03-16 04:51:00,531.0 -75157,gt_model_sell_peak_local,sell,2026-03-16 06:09:00,531.0 -75158,gt_model_sell_peak_local,sell,2026-03-16 08:03:00,537.0 -75159,gt_model_sell_peak_local,sell,2026-03-16 10:03:00,537.0 -75160,gt_model_sell_peak_local,sell,2026-03-16 10:06:00,535.0 -75161,gt_model_sell_peak_local,sell,2026-03-16 11:57:00,539.0 -75162,gt_model_sell_peak_local,sell,2026-03-16 18:09:00,560.0 -75163,gt_model_sell_peak_local,sell,2026-03-17 00:09:00,566.0 -75164,gt_model_sell_peak_local,sell,2026-03-17 03:06:00,576.0 -75165,gt_model_sell_peak_local,sell,2026-03-17 05:15:00,580.0 -75166,gt_model_sell_peak_local,sell,2026-03-17 08:42:00,589.0 -75167,gt_model_sell_peak_local,sell,2026-03-17 08:45:00,589.0 -75168,gt_model_sell_peak_local,sell,2026-03-17 08:48:00,588.0 -75169,gt_model_sell_peak_local,sell,2026-03-17 08:51:00,588.0 -75170,gt_model_sell_peak_local,sell,2026-03-17 08:54:00,586.0 -75171,gt_model_sell_peak_local,sell,2026-03-17 08:57:00,588.0 -75172,gt_model_sell_peak_local,sell,2026-03-17 10:33:00,587.0 -75173,gt_model_sell_peak_local,sell,2026-03-17 10:36:00,588.0 -75174,gt_model_sell_peak_local,sell,2026-03-17 11:00:00,587.0 -75175,gt_model_sell_peak_local,sell,2026-03-17 11:09:00,586.0 -75176,gt_model_sell_peak_local,sell,2026-03-17 11:12:00,587.0 -75177,gt_model_sell_peak_local,sell,2026-03-17 12:39:00,578.0 -75178,gt_model_sell_peak_local,sell,2026-03-17 17:51:00,579.0 -75179,gt_model_sell_peak_local,sell,2026-03-17 19:24:00,576.0 -75180,gt_model_sell_peak_local,sell,2026-03-17 19:39:00,575.0 -75181,gt_model_sell_peak_local,sell,2026-03-17 21:24:00,574.0 -75182,gt_model_sell_peak_local,sell,2026-03-17 23:33:00,572.0 -75183,gt_model_sell_peak_local,sell,2026-03-18 02:24:00,582.0 -75184,gt_model_sell_peak_local,sell,2026-03-18 04:12:00,583.0 -75185,gt_model_sell_peak_local,sell,2026-03-18 07:18:00,587.0 -75186,gt_model_sell_peak_local,sell,2026-03-18 07:21:00,588.0 -75187,gt_model_sell_peak_local,sell,2026-03-18 07:45:00,584.0 -75188,gt_model_sell_peak_local,sell,2026-03-18 07:48:00,585.0 -75189,gt_model_sell_peak_local,sell,2026-03-18 08:03:00,585.0 -75190,gt_model_sell_peak_local,sell,2026-03-18 13:27:00,586.0 -75191,gt_model_sell_peak_local,sell,2026-03-18 13:33:00,585.0 -75192,gt_model_sell_peak_local,sell,2026-03-18 13:36:00,585.0 -75193,gt_model_sell_peak_local,sell,2026-03-18 15:12:00,584.0 -75194,gt_model_sell_peak_local,sell,2026-03-18 15:15:00,585.0 -75195,gt_model_sell_peak_local,sell,2026-03-18 18:00:00,581.0 -75196,gt_model_sell_peak_local,sell,2026-03-18 18:03:00,580.0 -75197,gt_model_sell_peak_local,sell,2026-03-18 19:30:00,581.0 -75198,gt_model_sell_peak_local,sell,2026-03-18 19:33:00,578.0 -75199,gt_model_sell_peak_local,sell,2026-03-18 19:36:00,576.0 -75200,gt_model_sell_peak_local,sell,2026-03-18 19:39:00,575.0 -75201,gt_model_sell_peak_local,sell,2026-03-18 19:42:00,574.0 -75202,gt_model_sell_peak_local,sell,2026-03-18 23:36:00,544.0 -75203,gt_model_sell_peak_local,sell,2026-03-18 23:39:00,544.0 -75204,gt_model_sell_peak_local,sell,2026-03-18 23:42:00,543.0 -75205,gt_model_sell_peak_local,sell,2026-03-19 04:39:00,543.0 -75206,gt_model_sell_peak_local,sell,2026-03-19 07:42:00,546.0 -75207,gt_model_sell_peak_local,sell,2026-03-19 09:48:00,546.0 -75208,gt_model_sell_peak_local,sell,2026-03-19 09:54:00,546.0 -75209,gt_model_sell_peak_local,sell,2026-03-19 09:57:00,546.0 -75210,gt_model_sell_peak_local,sell,2026-03-19 10:12:00,544.0 -75211,gt_model_sell_peak_local,sell,2026-03-19 10:15:00,545.0 -75212,gt_model_sell_peak_local,sell,2026-03-19 10:30:00,543.0 -75213,gt_model_sell_peak_local,sell,2026-03-19 13:21:00,538.0 -75214,gt_model_sell_peak_local,sell,2026-03-19 13:27:00,538.0 -75215,gt_model_sell_peak_local,sell,2026-03-19 13:30:00,539.0 -75216,gt_model_sell_peak_local,sell,2026-03-19 19:24:00,510.0 -75217,gt_model_sell_peak_local,sell,2026-03-19 19:27:00,510.0 -75218,gt_model_sell_peak_local,sell,2026-03-19 19:30:00,510.0 -75219,gt_model_sell_peak_local,sell,2026-03-19 21:54:00,499.0 -75220,gt_model_sell_peak_local,sell,2026-03-19 21:57:00,500.0 -75221,gt_model_sell_peak_local,sell,2026-03-20 03:30:00,488.0 -75222,gt_model_sell_peak_local,sell,2026-03-20 05:06:00,488.0 -75223,gt_model_sell_peak_local,sell,2026-03-20 05:09:00,489.0 -75224,gt_model_sell_peak_local,sell,2026-03-20 07:21:00,496.0 -75225,gt_model_sell_peak_local,sell,2026-03-20 11:03:00,493.0 -75226,gt_model_sell_peak_local,sell,2026-03-20 11:06:00,494.0 -75227,gt_model_sell_peak_local,sell,2026-03-20 14:03:00,492.0 -75228,gt_model_sell_peak_local,sell,2026-03-20 15:42:00,495.0 -75229,gt_model_sell_peak_local,sell,2026-03-20 15:45:00,495.0 -75230,gt_model_sell_peak_local,sell,2026-03-20 18:12:00,490.0 -75231,gt_model_sell_peak_local,sell,2026-03-20 18:15:00,490.0 -75232,gt_model_sell_peak_local,sell,2026-03-20 21:06:00,483.0 -75233,gt_model_sell_peak_local,sell,2026-03-20 21:09:00,483.0 -75234,gt_model_sell_peak_local,sell,2026-03-20 21:12:00,483.0 -75235,gt_model_sell_peak_local,sell,2026-03-20 23:24:00,480.0 -75236,gt_model_sell_peak_local,sell,2026-03-21 00:33:00,481.0 -75237,gt_model_sell_peak_local,sell,2026-03-21 00:36:00,482.0 -75238,gt_model_sell_peak_local,sell,2026-03-21 00:39:00,481.0 -75239,gt_model_sell_peak_local,sell,2026-03-21 03:18:00,503.0 -75240,gt_model_sell_peak_local,sell,2026-03-21 06:12:00,487.0 -75241,gt_model_sell_peak_local,sell,2026-03-21 07:36:00,490.0 -75242,gt_model_sell_peak_local,sell,2026-03-21 10:57:00,479.0 -75243,gt_model_sell_peak_local,sell,2026-03-21 11:00:00,479.0 -75244,gt_model_sell_peak_local,sell,2026-03-21 13:42:00,479.0 -75245,gt_model_sell_peak_local,sell,2026-03-21 13:48:00,481.0 -75246,gt_model_sell_peak_local,sell,2026-03-21 16:15:00,480.0 -75247,gt_model_sell_peak_local,sell,2026-03-21 19:03:00,472.0 -75248,gt_model_sell_peak_local,sell,2026-03-21 21:00:00,472.0 -75249,gt_model_sell_peak_local,sell,2026-03-21 21:03:00,471.0 -75250,gt_model_sell_peak_local,sell,2026-03-21 21:06:00,471.0 -75251,gt_model_sell_peak_local,sell,2026-03-21 22:51:00,469.0 -75252,gt_model_sell_peak_local,sell,2026-03-21 22:54:00,470.0 -75253,gt_model_sell_peak_local,sell,2026-03-21 22:57:00,470.0 -75254,gt_model_sell_peak_local,sell,2026-03-21 23:00:00,471.0 -75255,gt_model_sell_peak_local,sell,2026-03-21 23:03:00,470.0 -75256,gt_model_sell_peak_local,sell,2026-03-21 23:09:00,469.0 -75257,gt_model_sell_peak_local,sell,2026-03-21 23:15:00,472.0 -75258,gt_model_sell_peak_local,sell,2026-03-22 00:18:00,472.0 -75259,gt_model_sell_peak_local,sell,2026-03-22 02:00:00,473.0 -75260,gt_model_sell_peak_local,sell,2026-03-22 02:03:00,472.0 -75261,gt_model_sell_peak_local,sell,2026-03-22 02:06:00,472.0 -75262,gt_model_sell_peak_local,sell,2026-03-22 02:18:00,472.0 -75263,gt_model_sell_peak_local,sell,2026-03-22 02:39:00,476.0 -75264,gt_model_sell_peak_local,sell,2026-03-22 04:51:00,482.0 -75265,gt_model_sell_peak_local,sell,2026-03-22 07:09:00,485.0 -75266,gt_model_sell_peak_local,sell,2026-03-22 07:15:00,487.0 -75267,gt_model_sell_peak_local,sell,2026-03-22 07:18:00,487.0 -75268,gt_model_sell_peak_local,sell,2026-03-22 08:36:00,485.0 -75269,gt_model_sell_peak_local,sell,2026-03-22 08:45:00,486.0 -75270,gt_model_sell_peak_local,sell,2026-03-22 08:48:00,483.0 -75271,gt_model_sell_peak_local,sell,2026-03-22 08:57:00,475.0 -75272,gt_model_sell_peak_local,sell,2026-03-22 13:36:00,478.0 -75273,gt_model_sell_peak_local,sell,2026-03-22 14:03:00,479.0 -75274,gt_model_sell_peak_local,sell,2026-03-22 14:06:00,481.0 -75275,gt_model_sell_peak_local,sell,2026-03-22 17:03:00,474.0 -75276,gt_model_sell_peak_local,sell,2026-03-22 17:06:00,475.0 -75277,gt_model_sell_peak_local,sell,2026-03-22 19:09:00,473.0 -75278,gt_model_sell_peak_local,sell,2026-03-22 19:12:00,473.0 -75279,gt_model_sell_peak_local,sell,2026-03-22 22:33:00,471.0 -75280,gt_model_sell_peak_local,sell,2026-03-22 22:36:00,471.0 -75281,gt_model_sell_peak_local,sell,2026-03-23 00:09:00,470.0 -75282,gt_model_sell_peak_local,sell,2026-03-23 00:24:00,470.0 -75283,gt_model_sell_peak_local,sell,2026-03-23 00:27:00,470.0 -75284,gt_model_sell_peak_local,sell,2026-03-23 02:18:00,469.0 -75285,gt_model_sell_peak_local,sell,2026-03-23 06:21:00,456.0 -75286,gt_model_sell_peak_local,sell,2026-03-23 09:12:00,463.0 -75287,gt_model_sell_peak_local,sell,2026-03-23 09:15:00,463.0 -75288,gt_model_sell_peak_local,sell,2026-03-23 09:18:00,462.0 -75289,gt_model_sell_peak_local,sell,2026-03-23 09:21:00,462.0 -75290,gt_model_sell_peak_local,sell,2026-03-23 09:24:00,463.0 -75291,gt_model_sell_peak_local,sell,2026-03-23 13:03:00,469.0 -75292,gt_model_sell_peak_local,sell,2026-03-23 13:06:00,469.0 -75293,gt_model_sell_peak_local,sell,2026-03-23 15:03:00,465.0 -75294,gt_model_sell_peak_local,sell,2026-03-23 15:06:00,466.0 -75295,gt_model_sell_peak_local,sell,2026-03-23 15:09:00,465.0 -75296,gt_model_sell_peak_local,sell,2026-03-23 15:12:00,466.0 -75297,gt_model_sell_peak_local,sell,2026-03-23 15:15:00,466.0 -75298,gt_model_sell_peak_local,sell,2026-03-23 15:18:00,466.0 -75299,gt_model_sell_peak_local,sell,2026-03-23 15:21:00,466.0 -75300,gt_model_sell_peak_local,sell,2026-03-23 15:24:00,468.0 -75301,gt_model_sell_peak_local,sell,2026-03-23 16:27:00,461.0 -75302,gt_model_sell_peak_local,sell,2026-03-23 16:33:00,463.0 -75303,gt_model_sell_peak_local,sell,2026-03-23 18:03:00,461.0 -75304,gt_model_sell_peak_local,sell,2026-03-23 18:06:00,461.0 -75305,gt_model_sell_peak_local,sell,2026-03-23 18:12:00,461.0 -75306,gt_model_sell_peak_local,sell,2026-03-23 18:15:00,460.0 -75307,gt_model_sell_peak_local,sell,2026-03-23 18:18:00,460.0 -75308,gt_model_sell_peak_local,sell,2026-03-23 18:21:00,461.0 -75309,gt_model_sell_peak_local,sell,2026-03-23 18:27:00,459.0 -75310,gt_model_sell_peak_local,sell,2026-03-23 18:30:00,460.0 -75311,gt_model_sell_peak_local,sell,2026-03-23 21:09:00,464.0 -75312,gt_model_sell_peak_local,sell,2026-03-23 21:12:00,465.0 -75313,gt_model_sell_peak_local,sell,2026-03-23 21:15:00,465.0 -75314,gt_model_sell_peak_local,sell,2026-03-24 00:09:00,473.0 -75315,gt_model_sell_peak_local,sell,2026-03-24 05:12:00,485.0 -75316,gt_model_sell_peak_local,sell,2026-03-24 05:18:00,486.0 -75317,gt_model_sell_peak_local,sell,2026-03-24 06:21:00,484.0 -75318,gt_model_sell_peak_local,sell,2026-03-24 06:36:00,485.0 -75319,gt_model_sell_peak_local,sell,2026-03-24 07:39:00,482.0 -75320,gt_model_sell_peak_local,sell,2026-03-24 07:48:00,481.0 -75321,gt_model_sell_peak_local,sell,2026-03-24 07:51:00,480.0 -75322,gt_model_sell_peak_local,sell,2026-03-24 09:51:00,479.0 -75323,gt_model_sell_peak_local,sell,2026-03-24 09:54:00,481.0 -75324,gt_model_sell_peak_local,sell,2026-03-24 09:57:00,481.0 -75325,gt_model_sell_peak_local,sell,2026-03-24 12:06:00,481.0 -75326,gt_model_sell_peak_local,sell,2026-03-24 12:12:00,480.0 -75327,gt_model_sell_peak_local,sell,2026-03-24 12:18:00,480.0 -75328,gt_model_sell_peak_local,sell,2026-03-24 12:24:00,481.0 -75329,gt_model_sell_peak_local,sell,2026-03-24 13:27:00,481.0 -75330,gt_model_sell_peak_local,sell,2026-03-24 13:30:00,480.0 -75331,gt_model_sell_peak_local,sell,2026-03-24 13:33:00,478.0 -75332,gt_model_sell_peak_local,sell,2026-03-24 13:39:00,478.0 -75333,gt_model_sell_peak_local,sell,2026-03-24 13:42:00,478.0 -75334,gt_model_sell_peak_local,sell,2026-03-24 13:45:00,479.0 -75335,gt_model_sell_peak_local,sell,2026-03-24 13:48:00,479.0 -75336,gt_model_sell_peak_local,sell,2026-03-24 13:54:00,479.0 -75337,gt_model_sell_peak_local,sell,2026-03-24 13:57:00,480.0 -75338,gt_model_sell_peak_local,sell,2026-03-24 14:00:00,479.0 -75339,gt_model_sell_peak_local,sell,2026-03-24 14:03:00,479.0 -75340,gt_model_sell_peak_local,sell,2026-03-24 17:09:00,482.0 -75341,gt_model_sell_peak_local,sell,2026-03-24 20:57:00,474.0 -75342,gt_model_sell_peak_local,sell,2026-03-24 22:42:00,475.0 -75343,gt_model_sell_peak_local,sell,2026-03-24 22:51:00,476.0 -75344,gt_model_sell_peak_local,sell,2026-03-24 23:33:00,472.0 -75345,gt_model_sell_peak_local,sell,2026-03-25 01:24:00,473.0 -75346,gt_model_sell_peak_local,sell,2026-03-25 02:51:00,470.0 -75347,gt_model_sell_peak_local,sell,2026-03-25 02:54:00,470.0 -75348,gt_model_sell_peak_local,sell,2026-03-25 02:57:00,472.0 -75349,gt_model_sell_peak_local,sell,2026-03-25 04:48:00,472.0 -75350,gt_model_sell_peak_local,sell,2026-03-25 07:00:00,478.0 -75351,gt_model_sell_peak_local,sell,2026-03-25 09:30:00,479.0 -75352,gt_model_sell_peak_local,sell,2026-03-25 10:42:00,480.0 -75353,gt_model_sell_peak_local,sell,2026-03-25 11:45:00,481.0 -75354,gt_model_sell_peak_local,sell,2026-03-25 12:36:00,480.0 -75355,gt_model_sell_peak_local,sell,2026-03-25 12:45:00,480.0 -75356,gt_model_sell_peak_local,sell,2026-03-25 13:48:00,477.0 -75357,gt_model_sell_peak_local,sell,2026-03-25 18:18:00,477.0 -75358,gt_model_sell_peak_local,sell,2026-03-25 19:57:00,479.0 -75359,gt_model_sell_peak_local,sell,2026-03-25 20:00:00,479.0 -75360,gt_model_sell_peak_local,sell,2026-03-25 22:09:00,485.0 -75361,gt_model_sell_peak_local,sell,2026-03-25 23:21:00,480.0 -75362,gt_model_sell_peak_local,sell,2026-03-25 23:30:00,481.0 -75363,gt_model_sell_peak_local,sell,2026-03-26 00:45:00,475.0 -75364,gt_model_sell_peak_local,sell,2026-03-26 02:27:00,476.0 -75365,gt_model_sell_peak_local,sell,2026-03-26 02:30:00,475.0 -75366,gt_model_sell_peak_local,sell,2026-03-26 02:33:00,475.0 -75367,gt_model_sell_peak_local,sell,2026-03-26 02:36:00,475.0 -75368,gt_model_sell_peak_local,sell,2026-03-26 02:39:00,474.0 -75369,gt_model_sell_peak_local,sell,2026-03-26 02:42:00,474.0 -75370,gt_model_sell_peak_local,sell,2026-03-26 02:45:00,474.0 -75371,gt_model_sell_peak_local,sell,2026-03-26 05:42:00,476.0 -75372,gt_model_sell_peak_local,sell,2026-03-26 05:48:00,475.0 -75373,gt_model_sell_peak_local,sell,2026-03-26 08:33:00,485.0 -75374,gt_model_sell_peak_local,sell,2026-03-26 08:36:00,484.0 -75375,gt_model_sell_peak_local,sell,2026-03-26 08:39:00,483.0 -75376,gt_model_sell_peak_local,sell,2026-03-26 09:57:00,479.0 -75377,gt_model_sell_peak_local,sell,2026-03-26 10:00:00,481.0 -75378,gt_model_sell_peak_local,sell,2026-03-26 17:00:00,461.0 -75379,gt_model_sell_peak_local,sell,2026-03-26 17:03:00,461.0 -75380,gt_model_sell_peak_local,sell,2026-03-26 19:27:00,458.0 -75381,gt_model_sell_peak_local,sell,2026-03-26 20:51:00,458.0 -75382,gt_model_sell_peak_local,sell,2026-03-26 20:54:00,458.0 -75383,gt_model_sell_peak_local,sell,2026-03-26 20:57:00,459.0 -75384,gt_model_sell_peak_local,sell,2026-03-26 21:00:00,458.0 -75385,gt_model_sell_peak_local,sell,2026-03-26 21:03:00,458.0 -75386,gt_model_sell_peak_local,sell,2026-03-26 21:06:00,457.0 -75387,gt_model_sell_peak_local,sell,2026-03-26 21:15:00,458.0 -75388,gt_model_sell_peak_local,sell,2026-03-26 22:27:00,459.0 -75389,gt_model_sell_peak_local,sell,2026-03-26 22:30:00,458.0 -75390,gt_model_sell_peak_local,sell,2026-03-26 23:51:00,456.0 -75391,gt_model_sell_peak_local,sell,2026-03-26 23:54:00,451.0 -75392,gt_model_sell_peak_local,sell,2026-03-26 23:57:00,453.0 -75393,gt_model_sell_peak_local,sell,2026-03-27 00:00:00,453.0 -75394,gt_model_sell_peak_local,sell,2026-03-27 02:39:00,444.0 -75395,gt_model_sell_peak_local,sell,2026-03-27 02:42:00,445.0 -75396,gt_model_sell_peak_local,sell,2026-03-27 02:45:00,445.0 -75397,gt_model_sell_peak_local,sell,2026-03-27 02:48:00,445.0 -75398,gt_model_sell_peak_local,sell,2026-03-27 02:51:00,444.0 -75399,gt_model_sell_peak_local,sell,2026-03-27 03:06:00,443.0 -75400,gt_model_sell_peak_local,sell,2026-03-27 03:33:00,445.0 -75401,gt_model_sell_peak_local,sell,2026-03-27 03:36:00,445.0 -75402,gt_model_sell_peak_local,sell,2026-03-27 03:39:00,444.0 -75403,gt_model_sell_peak_local,sell,2026-03-27 03:42:00,443.0 -75404,gt_model_sell_peak_local,sell,2026-03-27 03:45:00,444.0 -75405,gt_model_sell_peak_local,sell,2026-03-27 04:30:00,442.0 -75406,gt_model_sell_peak_local,sell,2026-03-27 04:33:00,442.0 -75407,gt_model_sell_peak_local,sell,2026-03-27 04:36:00,443.0 -75408,gt_model_sell_peak_local,sell,2026-03-27 04:39:00,442.0 -75409,gt_model_sell_peak_local,sell,2026-03-27 04:45:00,442.0 -75410,gt_model_sell_peak_local,sell,2026-03-27 05:00:00,439.0 -75411,gt_model_sell_peak_local,sell,2026-03-27 06:12:00,440.0 -75412,gt_model_sell_peak_local,sell,2026-03-27 06:15:00,440.0 -75413,gt_model_sell_peak_local,sell,2026-03-27 06:18:00,441.0 -75414,gt_model_sell_peak_local,sell,2026-03-27 06:21:00,441.0 -75415,gt_model_sell_peak_local,sell,2026-03-27 06:30:00,442.0 -75416,gt_model_sell_peak_local,sell,2026-03-27 06:39:00,441.0 -75417,gt_model_sell_peak_local,sell,2026-03-27 06:42:00,441.0 -75418,gt_model_sell_peak_local,sell,2026-03-27 07:57:00,440.0 -75419,gt_model_sell_peak_local,sell,2026-03-27 09:54:00,439.0 -75420,gt_model_sell_peak_local,sell,2026-03-27 10:06:00,439.0 -75421,gt_model_sell_peak_local,sell,2026-03-27 10:15:00,440.0 -75422,gt_model_sell_peak_local,sell,2026-03-27 10:18:00,439.0 -75423,gt_model_sell_peak_local,sell,2026-03-27 10:21:00,439.0 -75424,gt_model_sell_peak_local,sell,2026-03-27 10:24:00,438.0 -75425,gt_model_sell_peak_local,sell,2026-03-27 12:33:00,439.0 -75426,gt_model_sell_peak_local,sell,2026-03-27 17:54:00,427.0 -75427,gt_model_sell_peak_local,sell,2026-03-27 20:24:00,416.0 -75428,gt_model_sell_peak_local,sell,2026-03-27 21:54:00,416.0 -75429,gt_model_sell_peak_local,sell,2026-03-27 22:03:00,416.0 -75430,gt_model_sell_peak_local,sell,2026-03-27 23:39:00,416.0 -75431,gt_model_sell_peak_local,sell,2026-03-28 03:09:00,402.0 -75432,gt_model_sell_peak_local,sell,2026-03-28 03:15:00,402.0 -75433,gt_model_sell_peak_local,sell,2026-03-28 06:15:00,396.0 -75434,gt_model_sell_peak_local,sell,2026-03-28 10:39:00,373.0 -75435,gt_model_sell_peak_local,sell,2026-03-28 12:03:00,374.0 -75436,gt_model_sell_peak_local,sell,2026-03-28 14:24:00,381.0 -75437,gt_model_sell_peak_local,sell,2026-03-28 19:21:00,410.0 -75438,gt_model_sell_peak_local,sell,2026-03-28 20:57:00,409.0 -75439,gt_model_sell_peak_local,sell,2026-03-28 22:18:00,411.0 -75440,gt_model_sell_peak_local,sell,2026-03-29 00:24:00,414.0 -75441,gt_model_sell_peak_local,sell,2026-03-29 04:36:00,415.0 -75442,gt_model_sell_peak_local,sell,2026-03-29 04:39:00,415.0 -75443,gt_model_sell_peak_local,sell,2026-03-29 05:00:00,416.0 -75444,gt_model_sell_peak_local,sell,2026-03-29 06:06:00,416.0 -75445,gt_model_sell_peak_local,sell,2026-03-29 11:18:00,411.0 -75446,gt_model_sell_peak_local,sell,2026-03-29 13:18:00,412.0 -75447,gt_model_sell_peak_local,sell,2026-03-29 13:21:00,412.0 -75448,gt_model_sell_peak_local,sell,2026-03-29 13:24:00,411.0 -75449,gt_model_sell_peak_local,sell,2026-03-29 13:27:00,411.0 -75450,gt_model_sell_peak_local,sell,2026-03-29 13:30:00,412.0 -75451,gt_model_sell_peak_local,sell,2026-03-29 16:54:00,416.0 -75452,gt_model_sell_peak_local,sell,2026-03-29 18:30:00,415.0 -75453,gt_model_sell_peak_local,sell,2026-03-29 18:33:00,416.0 -75454,gt_model_sell_peak_local,sell,2026-03-29 19:51:00,412.0 -75455,gt_model_sell_peak_local,sell,2026-03-29 19:54:00,412.0 -75456,gt_model_sell_peak_local,sell,2026-03-29 21:45:00,412.0 -75457,gt_model_sell_peak_local,sell,2026-03-29 23:21:00,413.0 -75458,gt_model_sell_peak_local,sell,2026-03-29 23:24:00,414.0 -75459,gt_model_sell_peak_local,sell,2026-03-29 23:30:00,414.0 -75460,gt_model_sell_peak_local,sell,2026-03-29 23:33:00,413.0 -75461,gt_model_sell_peak_local,sell,2026-03-29 23:39:00,413.0 -75462,gt_model_sell_peak_local,sell,2026-03-29 23:42:00,413.0 -75463,gt_model_sell_peak_local,sell,2026-03-29 23:45:00,413.0 -75464,gt_model_sell_peak_local,sell,2026-03-30 08:51:00,412.0 -75465,gt_model_sell_peak_local,sell,2026-03-30 08:54:00,412.0 -75466,gt_model_sell_peak_local,sell,2026-03-30 08:57:00,413.0 -75467,gt_model_sell_peak_local,sell,2026-03-30 10:27:00,418.0 -75468,gt_model_sell_peak_local,sell,2026-03-30 12:51:00,430.0 -75469,gt_model_sell_peak_local,sell,2026-03-30 12:54:00,429.0 -75470,gt_model_sell_peak_local,sell,2026-03-30 14:09:00,430.0 -75471,gt_model_sell_peak_local,sell,2026-03-30 14:12:00,431.0 -75472,gt_model_sell_peak_local,sell,2026-03-30 14:15:00,432.0 -75473,gt_model_sell_peak_local,sell,2026-03-30 14:18:00,430.0 -75474,gt_model_sell_peak_local,sell,2026-03-30 14:54:00,427.0 -75475,gt_model_sell_peak_local,sell,2026-03-30 14:57:00,426.0 -75476,gt_model_sell_peak_local,sell,2026-03-30 15:06:00,426.0 -75477,gt_model_sell_peak_local,sell,2026-03-30 15:09:00,425.0 -75478,gt_model_sell_peak_local,sell,2026-03-30 15:12:00,427.0 -75479,gt_model_sell_peak_local,sell,2026-03-30 18:15:00,428.0 -75480,gt_model_sell_peak_local,sell,2026-03-30 18:51:00,428.0 -75481,gt_model_sell_peak_local,sell,2026-03-30 20:51:00,431.0 -75482,gt_model_sell_peak_local,sell,2026-03-30 20:54:00,429.0 -75483,gt_model_sell_peak_local,sell,2026-03-30 22:57:00,421.0 -75484,gt_model_sell_peak_local,sell,2026-03-31 00:57:00,423.0 -75485,gt_model_sell_peak_local,sell,2026-03-31 02:39:00,418.0 -75486,gt_model_sell_peak_local,sell,2026-03-31 06:06:00,415.0 -75487,gt_model_sell_peak_local,sell,2026-03-31 06:09:00,416.0 -75488,gt_model_sell_peak_local,sell,2026-03-31 07:21:00,418.0 -75489,gt_model_sell_peak_local,sell,2026-03-31 07:36:00,417.0 -75490,gt_model_sell_peak_local,sell,2026-03-31 12:30:00,419.0 -75491,gt_model_sell_peak_local,sell,2026-03-31 12:36:00,418.0 -75492,gt_model_sell_peak_local,sell,2026-03-31 12:39:00,418.0 -75493,gt_model_sell_peak_local,sell,2026-03-31 12:42:00,419.0 -75494,gt_model_sell_peak_local,sell,2026-03-31 15:09:00,421.0 -75495,gt_model_sell_peak_local,sell,2026-03-31 16:54:00,422.0 -75496,gt_model_sell_peak_local,sell,2026-03-31 16:57:00,422.0 -75497,gt_model_sell_peak_local,sell,2026-03-31 17:00:00,422.0 -75498,gt_model_sell_peak_local,sell,2026-03-31 17:03:00,422.0 -75499,gt_model_sell_peak_local,sell,2026-03-31 18:24:00,417.0 -75500,gt_model_sell_peak_local,sell,2026-03-31 20:27:00,414.0 -75501,gt_model_sell_peak_local,sell,2026-03-31 20:45:00,416.0 -75502,gt_model_sell_peak_local,sell,2026-03-31 22:06:00,417.0 -75503,gt_model_sell_peak_local,sell,2026-04-01 00:18:00,417.0 -75504,gt_model_sell_peak_local,sell,2026-04-01 02:42:00,416.0 -75505,gt_model_sell_peak_local,sell,2026-04-01 06:15:00,418.0 -75506,gt_model_sell_peak_local,sell,2026-04-01 06:27:00,418.0 -75507,gt_model_sell_peak_local,sell,2026-04-01 06:42:00,418.0 -75508,gt_model_sell_peak_local,sell,2026-04-01 06:57:00,417.0 -75509,gt_model_sell_peak_local,sell,2026-04-01 07:06:00,417.0 -75510,gt_model_sell_peak_local,sell,2026-04-01 07:30:00,416.0 -75511,gt_model_sell_peak_local,sell,2026-04-01 07:33:00,414.0 -75512,gt_model_sell_peak_local,sell,2026-04-01 07:36:00,414.0 -75513,gt_model_sell_peak_local,sell,2026-04-01 07:42:00,415.0 -75514,gt_model_sell_peak_local,sell,2026-04-01 07:48:00,415.0 -75515,gt_model_sell_peak_local,sell,2026-04-01 07:51:00,416.0 -75516,gt_model_sell_peak_local,sell,2026-04-01 11:12:00,418.0 -75517,gt_model_sell_peak_local,sell,2026-04-01 11:15:00,418.0 -75518,gt_model_sell_peak_local,sell,2026-04-01 11:21:00,418.0 -75519,gt_model_sell_peak_local,sell,2026-04-01 11:24:00,417.0 -75520,gt_model_sell_peak_local,sell,2026-04-01 14:03:00,419.0 -75521,gt_model_sell_peak_local,sell,2026-04-01 16:09:00,423.0 -75522,gt_model_sell_peak_local,sell,2026-04-01 17:36:00,424.0 -75523,gt_model_sell_peak_local,sell,2026-04-01 17:39:00,424.0 -75524,gt_model_sell_peak_local,sell,2026-04-01 18:39:00,422.0 -75525,gt_model_sell_peak_local,sell,2026-04-01 20:42:00,424.0 -75526,gt_model_sell_peak_local,sell,2026-04-01 20:48:00,425.0 -75527,gt_model_sell_peak_local,sell,2026-04-01 22:45:00,422.0 -75528,gt_model_sell_peak_local,sell,2026-04-01 22:48:00,421.0 -75529,gt_model_sell_peak_local,sell,2026-04-01 22:51:00,422.0 -75530,gt_model_sell_peak_local,sell,2026-04-01 22:54:00,422.0 -75531,gt_model_sell_peak_local,sell,2026-04-01 23:18:00,423.0 -75532,gt_model_sell_peak_local,sell,2026-04-02 02:00:00,423.0 -75533,gt_model_sell_peak_local,sell,2026-04-02 04:39:00,420.0 -75534,gt_model_sell_peak_local,sell,2026-04-02 05:30:00,418.0 -75535,gt_model_sell_peak_local,sell,2026-04-02 05:48:00,420.0 -75536,gt_model_sell_peak_local,sell,2026-04-02 05:51:00,420.0 -75537,gt_model_sell_peak_local,sell,2026-04-02 05:54:00,421.0 -75538,gt_model_sell_peak_local,sell,2026-04-02 06:00:00,421.0 -75539,gt_model_sell_peak_local,sell,2026-04-02 07:33:00,419.0 -75540,gt_model_sell_peak_local,sell,2026-04-02 10:42:00,412.0 -75541,gt_model_sell_peak_local,sell,2026-04-02 13:27:00,410.0 -75542,gt_model_sell_peak_local,sell,2026-04-02 16:18:00,413.0 -75543,gt_model_sell_peak_local,sell,2026-04-02 16:36:00,410.0 -75544,gt_model_sell_peak_local,sell,2026-04-02 17:18:00,411.0 -75545,gt_model_sell_peak_local,sell,2026-04-02 17:21:00,411.0 -75546,gt_model_sell_peak_local,sell,2026-04-02 17:24:00,411.0 -75547,gt_model_sell_peak_local,sell,2026-04-02 19:39:00,407.0 -75548,gt_model_sell_peak_local,sell,2026-04-02 19:42:00,408.0 -75549,gt_model_sell_peak_local,sell,2026-04-02 19:45:00,409.0 -75550,gt_model_sell_peak_local,sell,2026-04-02 19:48:00,409.0 -75551,gt_model_sell_peak_local,sell,2026-04-02 19:51:00,408.0 -75552,gt_model_sell_peak_local,sell,2026-04-02 19:54:00,408.0 -75553,gt_model_sell_peak_local,sell,2026-04-02 19:57:00,409.0 -75554,gt_model_sell_peak_local,sell,2026-04-02 20:00:00,408.0 -75555,gt_model_sell_peak_local,sell,2026-04-02 20:03:00,408.0 -75556,gt_model_sell_peak_local,sell,2026-04-02 21:21:00,407.0 -75557,gt_model_sell_peak_local,sell,2026-04-02 23:30:00,401.0 -75558,gt_model_sell_peak_local,sell,2026-04-03 00:45:00,407.0 -75559,gt_model_sell_peak_local,sell,2026-04-03 00:54:00,405.0 -75560,gt_model_sell_peak_local,sell,2026-04-03 00:57:00,405.0 -75561,gt_model_sell_peak_local,sell,2026-04-03 01:03:00,405.0 -75562,gt_model_sell_peak_local,sell,2026-04-03 01:06:00,405.0 -75563,gt_model_sell_peak_local,sell,2026-04-03 01:09:00,405.0 -75564,gt_model_sell_peak_local,sell,2026-04-03 01:12:00,405.0 -75565,gt_model_sell_peak_local,sell,2026-04-03 03:24:00,404.0 -75566,gt_model_sell_peak_local,sell,2026-04-03 03:30:00,403.0 -75567,gt_model_sell_peak_local,sell,2026-04-03 04:54:00,406.0 -75568,gt_model_sell_peak_local,sell,2026-04-03 04:57:00,406.0 -75569,gt_model_sell_peak_local,sell,2026-04-03 05:00:00,406.0 -75570,gt_model_sell_peak_local,sell,2026-04-03 06:39:00,404.0 -75571,gt_model_sell_peak_local,sell,2026-04-03 06:42:00,404.0 -75572,gt_model_sell_peak_local,sell,2026-04-03 08:06:00,406.0 -75573,gt_model_sell_peak_local,sell,2026-04-03 08:09:00,405.0 -75574,gt_model_sell_peak_local,sell,2026-04-03 10:03:00,402.0 -75575,gt_model_sell_peak_local,sell,2026-04-03 12:57:00,405.0 -75576,gt_model_sell_peak_local,sell,2026-04-03 13:15:00,405.0 -75577,gt_model_sell_peak_local,sell,2026-04-03 13:18:00,404.0 -75578,gt_model_sell_peak_local,sell,2026-04-03 13:24:00,404.0 -75579,gt_model_sell_peak_local,sell,2026-04-03 13:27:00,404.0 -75580,gt_model_sell_peak_local,sell,2026-04-03 13:51:00,406.0 -75581,gt_model_sell_peak_local,sell,2026-04-03 15:36:00,410.0 -75582,gt_model_sell_peak_local,sell,2026-04-03 16:51:00,409.0 -75583,gt_model_sell_peak_local,sell,2026-04-03 18:33:00,413.0 -75584,gt_model_sell_peak_local,sell,2026-04-03 18:36:00,414.0 -75585,gt_model_sell_peak_local,sell,2026-04-03 18:45:00,413.0 -75586,gt_model_sell_peak_local,sell,2026-04-03 19:03:00,413.0 -75587,gt_model_sell_peak_local,sell,2026-04-03 19:15:00,412.0 -75588,gt_model_sell_peak_local,sell,2026-04-03 19:33:00,411.0 -75589,gt_model_sell_peak_local,sell,2026-04-03 19:36:00,412.0 -75590,gt_model_sell_peak_local,sell,2026-04-03 19:39:00,412.0 -75591,gt_model_sell_peak_local,sell,2026-04-03 19:45:00,412.0 -75592,gt_model_sell_peak_local,sell,2026-04-03 19:51:00,412.0 -75593,gt_model_sell_peak_local,sell,2026-04-03 19:54:00,412.0 -75594,gt_model_sell_peak_local,sell,2026-04-03 20:06:00,412.0 -75595,gt_model_sell_peak_local,sell,2026-04-03 22:15:00,412.0 -75596,gt_model_sell_peak_local,sell,2026-04-04 00:30:00,412.0 -75597,gt_model_sell_peak_local,sell,2026-04-04 00:57:00,409.0 -75598,gt_model_sell_peak_local,sell,2026-04-04 01:03:00,410.0 -75599,gt_model_sell_peak_local,sell,2026-04-04 01:15:00,410.0 -75600,gt_model_sell_peak_local,sell,2026-04-04 01:18:00,410.0 -75601,gt_model_sell_peak_local,sell,2026-04-04 03:06:00,410.0 -75602,gt_model_sell_peak_local,sell,2026-04-04 03:21:00,410.0 -75603,gt_model_sell_peak_local,sell,2026-04-04 03:24:00,411.0 -75604,gt_model_sell_peak_local,sell,2026-04-04 06:21:00,407.0 -75605,gt_model_sell_peak_local,sell,2026-04-04 06:24:00,407.0 -75606,gt_model_sell_peak_local,sell,2026-04-04 06:27:00,407.0 -75607,gt_model_sell_peak_local,sell,2026-04-04 06:30:00,406.0 -75608,gt_model_sell_peak_local,sell,2026-04-04 06:33:00,406.0 -75609,gt_model_sell_peak_local,sell,2026-04-04 06:36:00,406.0 -75610,gt_model_sell_peak_local,sell,2026-04-04 06:48:00,404.0 -75611,gt_model_sell_peak_local,sell,2026-04-04 06:51:00,405.0 -75612,gt_model_sell_peak_local,sell,2026-04-04 07:09:00,405.0 -75613,gt_model_sell_peak_local,sell,2026-04-04 07:15:00,405.0 -75614,gt_model_sell_peak_local,sell,2026-04-04 07:18:00,405.0 -75615,gt_model_sell_peak_local,sell,2026-04-04 07:21:00,405.0 -75616,gt_model_sell_peak_local,sell,2026-04-04 07:24:00,405.0 -75617,gt_model_sell_peak_local,sell,2026-04-04 07:27:00,405.0 -75618,gt_model_sell_peak_local,sell,2026-04-04 09:48:00,403.0 -75619,gt_model_sell_peak_local,sell,2026-04-04 11:06:00,404.0 -75620,gt_model_sell_peak_local,sell,2026-04-04 11:12:00,403.0 -75621,gt_model_sell_peak_local,sell,2026-04-04 12:03:00,401.0 -75622,gt_model_sell_peak_local,sell,2026-04-04 12:18:00,402.0 -75623,gt_model_sell_peak_local,sell,2026-04-04 14:48:00,402.0 -75624,gt_model_sell_peak_local,sell,2026-04-04 16:51:00,402.0 -75625,gt_model_sell_peak_local,sell,2026-04-04 20:03:00,397.0 -75626,gt_model_sell_peak_local,sell,2026-04-04 20:09:00,398.0 -75627,gt_model_sell_peak_local,sell,2026-04-04 20:12:00,397.0 -75628,gt_model_sell_peak_local,sell,2026-04-04 20:15:00,397.0 -75629,gt_model_sell_peak_local,sell,2026-04-04 23:21:00,398.0 -75630,gt_model_sell_peak_local,sell,2026-04-04 23:39:00,397.0 -75631,gt_model_sell_peak_local,sell,2026-04-04 23:42:00,396.0 -75632,gt_model_sell_peak_local,sell,2026-04-05 01:09:00,399.0 -75633,gt_model_sell_peak_local,sell,2026-04-05 03:45:00,398.0 -75634,gt_model_sell_peak_local,sell,2026-04-05 03:51:00,398.0 -75635,gt_model_sell_peak_local,sell,2026-04-05 03:54:00,399.0 -75636,gt_model_sell_peak_local,sell,2026-04-05 03:57:00,398.0 -75637,gt_model_sell_peak_local,sell,2026-04-05 04:00:00,399.0 -75638,gt_model_sell_peak_local,sell,2026-04-05 04:03:00,400.0 -75639,gt_model_sell_peak_local,sell,2026-04-05 04:06:00,400.0 -75640,gt_model_sell_peak_local,sell,2026-04-05 04:15:00,402.0 -75641,gt_model_sell_peak_local,sell,2026-04-05 05:27:00,398.0 -75642,gt_model_sell_peak_local,sell,2026-04-05 07:15:00,398.0 -75643,gt_model_sell_peak_local,sell,2026-04-05 07:24:00,398.0 -75644,gt_model_sell_peak_local,sell,2026-04-05 11:00:00,390.0 -75645,gt_model_sell_peak_local,sell,2026-04-05 12:45:00,391.0 -75646,gt_model_sell_peak_local,sell,2026-04-05 13:51:00,386.0 -75647,gt_model_sell_peak_local,sell,2026-04-05 15:06:00,384.0 -75648,gt_model_sell_peak_local,sell,2026-04-05 15:09:00,384.0 -75649,gt_model_sell_peak_local,sell,2026-04-05 19:42:00,377.0 -75650,gt_model_sell_peak_local,sell,2026-04-05 21:54:00,376.0 -75651,gt_model_sell_peak_local,sell,2026-04-05 22:03:00,377.0 -75652,gt_model_sell_peak_local,sell,2026-04-06 02:18:00,377.0 -75653,gt_model_sell_peak_local,sell,2026-04-06 02:21:00,377.0 -75654,gt_model_sell_peak_local,sell,2026-04-06 04:00:00,376.0 -75655,gt_model_sell_peak_local,sell,2026-04-06 04:09:00,375.0 -75656,gt_model_sell_peak_local,sell,2026-04-06 10:06:00,377.0 -75657,gt_model_sell_peak_local,sell,2026-04-06 12:57:00,380.0 -75658,gt_model_sell_peak_local,sell,2026-04-06 14:00:00,378.0 -75659,gt_model_sell_peak_local,sell,2026-04-06 14:03:00,377.0 -75660,gt_model_sell_peak_local,sell,2026-04-06 14:39:00,375.0 -75661,gt_model_sell_peak_local,sell,2026-04-06 18:39:00,376.0 -75662,gt_model_sell_peak_local,sell,2026-04-06 21:18:00,380.0 -75663,gt_model_sell_peak_local,sell,2026-04-06 23:33:00,381.0 -75664,gt_model_sell_peak_local,sell,2026-04-06 23:42:00,377.0 -75665,gt_model_sell_peak_local,sell,2026-04-06 23:45:00,377.0 -75666,gt_model_sell_peak_local,sell,2026-04-06 23:48:00,378.0 -75667,gt_model_sell_peak_local,sell,2026-04-06 23:51:00,379.0 -75668,gt_model_sell_peak_local,sell,2026-04-07 00:15:00,379.0 -75669,gt_model_sell_peak_local,sell,2026-04-07 01:54:00,381.0 -75670,gt_model_sell_peak_local,sell,2026-04-07 05:06:00,377.0 -75671,gt_model_sell_peak_local,sell,2026-04-07 05:09:00,377.0 -75672,gt_model_sell_peak_local,sell,2026-04-07 05:24:00,378.0 -75673,gt_model_sell_peak_local,sell,2026-04-07 05:33:00,379.0 -75674,gt_model_sell_peak_local,sell,2026-04-07 06:39:00,375.0 -75675,gt_model_sell_peak_local,sell,2026-04-07 10:09:00,367.0 -75676,gt_model_sell_peak_local,sell,2026-04-07 11:27:00,367.0 -75677,gt_model_sell_peak_local,sell,2026-04-07 11:33:00,367.0 -75678,gt_model_sell_peak_local,sell,2026-04-07 13:33:00,367.0 -75679,gt_model_sell_peak_local,sell,2026-04-07 13:42:00,368.0 -75680,gt_model_sell_peak_local,sell,2026-04-07 14:45:00,367.0 -75681,gt_model_sell_peak_local,sell,2026-04-07 14:51:00,369.0 -75682,gt_model_sell_peak_local,sell,2026-04-07 15:03:00,368.0 -75683,gt_model_sell_peak_local,sell,2026-04-07 15:18:00,367.0 -75684,gt_model_sell_peak_local,sell,2026-04-07 15:21:00,366.0 -75685,gt_model_sell_peak_local,sell,2026-04-07 15:24:00,365.0 -75686,gt_model_sell_peak_local,sell,2026-04-07 17:00:00,368.0 -75687,gt_model_sell_peak_local,sell,2026-04-07 17:03:00,370.0 -75688,gt_model_sell_peak_local,sell,2026-04-07 17:06:00,370.0 -75689,gt_model_sell_peak_local,sell,2026-04-07 18:15:00,373.0 -75690,gt_model_sell_peak_local,sell,2026-04-07 19:48:00,371.0 -75691,gt_model_sell_peak_local,sell,2026-04-07 20:00:00,371.0 -75692,gt_model_sell_peak_local,sell,2026-04-07 20:03:00,370.0 -75693,gt_model_sell_peak_local,sell,2026-04-07 20:06:00,371.0 -75694,gt_model_sell_peak_local,sell,2026-04-07 21:30:00,368.0 -75695,gt_model_sell_peak_local,sell,2026-04-07 23:06:00,368.0 -75696,gt_model_sell_peak_local,sell,2026-04-08 00:24:00,367.0 -75697,gt_model_sell_peak_local,sell,2026-04-08 00:33:00,368.0 -75698,gt_model_sell_peak_local,sell,2026-04-08 04:30:00,380.0 -75699,gt_model_sell_peak_local,sell,2026-04-08 06:03:00,384.0 -75700,gt_model_sell_peak_local,sell,2026-04-08 07:48:00,400.0 -75701,gt_model_sell_peak_local,sell,2026-04-08 09:45:00,398.0 -75702,gt_model_sell_peak_local,sell,2026-04-08 09:48:00,396.0 -75703,gt_model_sell_peak_local,sell,2026-04-08 09:51:00,397.0 -75704,gt_model_sell_peak_local,sell,2026-04-08 12:09:00,390.0 -75705,gt_model_sell_peak_local,sell,2026-04-08 12:12:00,389.0 -75706,gt_model_sell_peak_local,sell,2026-04-08 13:57:00,390.0 -75707,gt_model_sell_peak_local,sell,2026-04-08 14:00:00,389.0 -75708,gt_model_sell_peak_local,sell,2026-04-08 14:03:00,390.0 -75709,gt_model_sell_peak_local,sell,2026-04-08 15:42:00,392.0 -75710,gt_model_sell_peak_local,sell,2026-04-08 15:48:00,390.0 -75711,gt_model_sell_peak_local,sell,2026-04-08 15:57:00,390.0 -75712,gt_model_sell_peak_local,sell,2026-04-08 16:21:00,391.0 -75713,gt_model_sell_peak_local,sell,2026-04-08 16:27:00,392.0 -75714,gt_model_sell_peak_local,sell,2026-04-08 18:36:00,390.0 -75715,gt_model_sell_peak_local,sell,2026-04-08 18:39:00,390.0 -75716,gt_model_sell_peak_local,sell,2026-04-08 18:51:00,390.0 -75717,gt_model_sell_peak_local,sell,2026-04-08 18:54:00,390.0 -75718,gt_model_sell_peak_local,sell,2026-04-08 19:00:00,389.0 -75719,gt_model_sell_peak_local,sell,2026-04-08 19:03:00,391.0 -75720,gt_model_sell_peak_local,sell,2026-04-08 19:06:00,391.0 -75721,gt_model_sell_peak_local,sell,2026-04-08 19:09:00,390.0 -75722,gt_model_sell_peak_local,sell,2026-04-08 19:12:00,390.0 -75723,gt_model_sell_peak_local,sell,2026-04-08 19:30:00,391.0 -75724,gt_model_sell_peak_local,sell,2026-04-08 19:33:00,390.0 -75725,gt_model_sell_peak_local,sell,2026-04-08 19:36:00,390.0 -75726,gt_model_sell_peak_local,sell,2026-04-08 19:39:00,390.0 -75727,gt_model_sell_peak_local,sell,2026-04-08 20:51:00,388.0 -75728,gt_model_sell_peak_local,sell,2026-04-08 21:18:00,388.0 -75729,gt_model_sell_peak_local,sell,2026-04-08 21:21:00,387.0 -75730,gt_model_sell_peak_local,sell,2026-04-08 21:24:00,387.0 -75731,gt_model_sell_peak_local,sell,2026-04-08 21:27:00,387.0 -75732,gt_model_sell_peak_local,sell,2026-04-08 23:18:00,390.0 -75733,gt_model_sell_peak_local,sell,2026-04-08 23:27:00,389.0 -75734,gt_model_sell_peak_local,sell,2026-04-09 03:12:00,395.0 -75735,gt_model_sell_peak_local,sell,2026-04-09 07:15:00,386.0 -75736,gt_model_sell_peak_local,sell,2026-04-09 12:48:00,379.0 -75737,gt_model_sell_peak_local,sell,2026-04-09 12:51:00,380.0 -75738,gt_model_sell_peak_local,sell,2026-04-09 12:57:00,379.0 -75739,gt_model_sell_peak_local,sell,2026-04-09 13:24:00,380.0 -75740,gt_model_sell_peak_local,sell,2026-04-09 16:21:00,382.0 -75741,gt_model_sell_peak_local,sell,2026-04-09 16:36:00,383.0 -75742,gt_model_sell_peak_local,sell,2026-04-09 16:39:00,383.0 -75743,gt_model_sell_peak_local,sell,2026-04-09 16:42:00,382.0 -75744,gt_model_sell_peak_local,sell,2026-04-09 16:54:00,381.0 -75745,gt_model_sell_peak_local,sell,2026-04-09 16:57:00,382.0 -75746,gt_model_sell_peak_local,sell,2026-04-09 17:09:00,383.0 -75747,gt_model_sell_peak_local,sell,2026-04-09 17:15:00,383.0 -75748,gt_model_sell_peak_local,sell,2026-04-09 18:12:00,382.0 -75749,gt_model_sell_peak_local,sell,2026-04-09 18:18:00,383.0 -75750,gt_model_sell_peak_local,sell,2026-04-09 18:27:00,383.0 -75751,gt_model_sell_peak_local,sell,2026-04-09 18:42:00,382.0 -75752,gt_model_sell_peak_local,sell,2026-04-09 21:03:00,388.0 -75753,gt_model_sell_peak_local,sell,2026-04-09 21:06:00,386.0 -75754,gt_model_sell_peak_local,sell,2026-04-09 21:09:00,387.0 -75755,gt_model_sell_peak_local,sell,2026-04-09 21:12:00,387.0 -75756,gt_model_sell_peak_local,sell,2026-04-09 21:15:00,387.0 -75757,gt_model_sell_peak_local,sell,2026-04-09 21:18:00,388.0 -75758,gt_model_sell_peak_local,sell,2026-04-09 21:21:00,386.0 -75759,gt_model_sell_peak_local,sell,2026-04-09 21:24:00,386.0 -75760,gt_model_sell_peak_local,sell,2026-04-09 21:27:00,387.0 -75761,gt_model_sell_peak_local,sell,2026-04-09 21:30:00,387.0 -75762,gt_model_sell_peak_local,sell,2026-04-09 21:36:00,386.0 -75763,gt_model_sell_peak_local,sell,2026-04-10 02:18:00,398.0 -75764,gt_model_sell_peak_local,sell,2026-04-10 03:57:00,397.0 -75765,gt_model_sell_peak_local,sell,2026-04-10 06:39:00,402.0 -75766,gt_model_sell_peak_local,sell,2026-04-10 08:27:00,399.0 -75767,gt_model_sell_peak_local,sell,2026-04-10 12:33:00,398.0 -75768,gt_model_sell_peak_local,sell,2026-04-10 14:54:00,401.0 -75769,gt_model_sell_peak_local,sell,2026-04-10 14:57:00,402.0 -75770,gt_model_sell_peak_local,sell,2026-04-10 16:03:00,400.0 -75771,gt_model_sell_peak_local,sell,2026-04-10 16:06:00,401.0 -75772,gt_model_sell_peak_local,sell,2026-04-10 16:09:00,402.0 -75773,gt_model_sell_peak_local,sell,2026-04-10 16:21:00,401.0 -75774,gt_model_sell_peak_local,sell,2026-04-10 16:36:00,401.0 -75775,gt_model_sell_peak_local,sell,2026-04-10 19:24:00,402.0 -75776,gt_model_sell_peak_local,sell,2026-04-10 21:30:00,401.0 -75777,gt_model_sell_peak_local,sell,2026-04-10 23:09:00,398.0 -75778,gt_model_sell_peak_local,sell,2026-04-11 02:00:00,410.0 -75779,gt_model_sell_peak_local,sell,2026-04-11 02:15:00,411.0 -75780,gt_model_sell_peak_local,sell,2026-04-11 02:18:00,412.0 -75781,gt_model_sell_peak_local,sell,2026-04-11 03:24:00,409.0 -75782,gt_model_sell_peak_local,sell,2026-04-11 03:27:00,408.0 -75783,gt_model_sell_peak_local,sell,2026-04-11 07:00:00,416.0 -75784,gt_model_sell_peak_local,sell,2026-04-11 07:03:00,416.0 -75785,gt_model_sell_peak_local,sell,2026-04-11 09:21:00,412.0 -75786,gt_model_sell_peak_local,sell,2026-04-11 09:39:00,412.0 -75787,gt_model_sell_peak_local,sell,2026-04-11 09:42:00,412.0 -75788,gt_model_sell_peak_local,sell,2026-04-11 09:45:00,413.0 -75789,gt_model_sell_peak_local,sell,2026-04-11 09:51:00,413.0 -75790,gt_model_sell_peak_local,sell,2026-04-11 12:21:00,422.0 -75791,gt_model_sell_peak_local,sell,2026-04-11 12:24:00,422.0 -75792,gt_model_sell_peak_local,sell,2026-04-11 12:27:00,422.0 -75793,gt_model_sell_peak_local,sell,2026-04-11 12:30:00,421.0 -75794,gt_model_sell_peak_local,sell,2026-04-11 12:33:00,421.0 -75795,gt_model_sell_peak_local,sell,2026-04-11 12:36:00,420.0 -75796,gt_model_sell_peak_local,sell,2026-04-11 12:39:00,419.0 -75797,gt_model_sell_peak_local,sell,2026-04-11 13:03:00,419.0 -75798,gt_model_sell_peak_local,sell,2026-04-11 13:06:00,419.0 -75799,gt_model_sell_peak_local,sell,2026-04-11 13:15:00,418.0 -75800,gt_model_sell_peak_local,sell,2026-04-11 14:54:00,420.0 -75801,gt_model_sell_peak_local,sell,2026-04-11 14:57:00,420.0 -75802,gt_model_sell_peak_local,sell,2026-04-11 15:00:00,419.0 -75803,gt_model_sell_peak_local,sell,2026-04-11 15:03:00,418.0 -75804,gt_model_sell_peak_local,sell,2026-04-11 15:42:00,420.0 -75805,gt_model_sell_peak_local,sell,2026-04-11 15:45:00,421.0 -75806,gt_model_sell_peak_local,sell,2026-04-11 15:48:00,420.0 -75807,gt_model_sell_peak_local,sell,2026-04-11 16:54:00,419.0 -75808,gt_model_sell_peak_local,sell,2026-04-11 17:24:00,419.0 -75809,gt_model_sell_peak_local,sell,2026-04-11 17:27:00,419.0 -75810,gt_model_sell_peak_local,sell,2026-04-11 17:30:00,419.0 -75811,gt_model_sell_peak_local,sell,2026-04-11 17:33:00,419.0 -75812,gt_model_sell_peak_local,sell,2026-04-11 17:36:00,419.0 -75813,gt_model_sell_peak_local,sell,2026-04-11 18:03:00,420.0 -75814,gt_model_sell_peak_local,sell,2026-04-11 18:06:00,420.0 -75815,gt_model_sell_peak_local,sell,2026-04-11 18:09:00,420.0 -75816,gt_model_sell_peak_local,sell,2026-04-11 20:06:00,421.0 -75817,gt_model_sell_peak_local,sell,2026-04-11 21:39:00,418.0 -75818,gt_model_sell_peak_local,sell,2026-04-12 02:00:00,431.0 -75819,gt_model_sell_peak_local,sell,2026-04-12 05:18:00,446.0 -75820,gt_model_sell_peak_local,sell,2026-04-12 05:21:00,444.0 -75821,gt_model_sell_peak_local,sell,2026-04-12 05:24:00,442.0 -75822,gt_model_sell_peak_local,sell,2026-04-12 06:54:00,445.0 -75823,gt_model_sell_peak_local,sell,2026-04-12 08:21:00,443.0 -75824,gt_model_sell_peak_local,sell,2026-04-12 11:30:00,426.0 -75825,gt_model_sell_peak_local,sell,2026-04-12 13:30:00,431.0 -75826,gt_model_sell_peak_local,sell,2026-04-12 14:48:00,429.0 -75827,gt_model_sell_peak_local,sell,2026-04-12 14:51:00,428.0 -75828,gt_model_sell_peak_local,sell,2026-04-12 16:09:00,428.0 -75829,gt_model_sell_peak_local,sell,2026-04-12 16:12:00,429.0 -75830,gt_model_sell_peak_local,sell,2026-04-12 16:15:00,428.0 -75831,gt_model_sell_peak_local,sell,2026-04-12 16:18:00,428.0 -75832,gt_model_sell_peak_local,sell,2026-04-12 16:21:00,428.0 -75833,gt_model_sell_peak_local,sell,2026-04-12 16:24:00,427.0 -75834,gt_model_sell_peak_local,sell,2026-04-12 21:33:00,433.0 -75835,gt_model_sell_peak_local,sell,2026-04-13 00:36:00,426.0 -75836,gt_model_sell_peak_local,sell,2026-04-13 04:24:00,439.0 -75837,gt_model_sell_peak_local,sell,2026-04-13 05:12:00,435.0 -75838,gt_model_sell_peak_local,sell,2026-04-13 05:15:00,434.0 -75839,gt_model_sell_peak_local,sell,2026-04-13 06:42:00,433.0 -75840,gt_model_sell_peak_local,sell,2026-04-13 12:30:00,439.0 -75841,gt_model_sell_peak_local,sell,2026-04-13 14:45:00,434.0 -75842,gt_model_sell_peak_local,sell,2026-04-13 16:21:00,435.0 -75843,gt_model_sell_peak_local,sell,2026-04-13 16:24:00,436.0 -75844,gt_model_sell_peak_local,sell,2026-04-13 23:57:00,451.0 -75845,gt_model_sell_peak_local,sell,2026-04-14 02:33:00,444.0 -75846,gt_model_sell_peak_local,sell,2026-04-14 05:21:00,444.0 -75847,gt_model_sell_peak_local,sell,2026-04-14 05:39:00,445.0 -75848,gt_model_sell_peak_local,sell,2026-04-14 05:42:00,445.0 -75849,gt_model_sell_peak_local,sell,2026-04-14 05:51:00,444.0 -75850,gt_model_sell_peak_local,sell,2026-04-14 06:03:00,444.0 -75851,gt_model_sell_peak_local,sell,2026-04-14 06:06:00,445.0 -75852,gt_model_sell_peak_local,sell,2026-04-14 06:09:00,446.0 -75853,gt_model_sell_peak_local,sell,2026-04-14 08:54:00,459.0 -75854,gt_model_sell_peak_local,sell,2026-04-14 10:09:00,456.0 -75855,gt_model_sell_peak_local,sell,2026-04-14 12:18:00,464.0 -75856,gt_model_sell_peak_local,sell,2026-04-14 13:57:00,466.0 -75857,gt_model_sell_peak_local,sell,2026-04-14 17:51:00,470.0 -75858,gt_model_sell_peak_local,sell,2026-04-14 20:09:00,468.0 -75859,gt_model_sell_peak_local,sell,2026-04-14 23:51:00,459.0 -75860,gt_model_sell_peak_local,sell,2026-04-14 23:57:00,460.0 -75861,gt_model_sell_peak_local,sell,2026-04-15 01:39:00,456.0 -75862,gt_model_sell_peak_local,sell,2026-04-15 03:15:00,450.0 -75863,gt_model_sell_peak_local,sell,2026-04-15 03:18:00,449.0 -75864,gt_model_sell_peak_local,sell,2026-04-15 03:21:00,449.0 -75865,gt_model_sell_peak_local,sell,2026-04-15 03:24:00,447.0 -75866,gt_model_sell_peak_local,sell,2026-04-15 07:03:00,438.0 -75867,gt_model_sell_peak_local,sell,2026-04-15 07:06:00,438.0 -75868,gt_model_sell_peak_local,sell,2026-04-15 07:24:00,437.0 -75869,gt_model_sell_peak_local,sell,2026-04-15 07:30:00,436.0 -75870,gt_model_sell_peak_local,sell,2026-04-15 08:12:00,438.0 -75871,gt_model_sell_peak_local,sell,2026-04-15 08:15:00,439.0 -75872,gt_model_sell_peak_local,sell,2026-04-15 10:06:00,435.0 -75873,gt_model_sell_peak_local,sell,2026-04-15 12:15:00,440.0 -75874,gt_model_sell_peak_local,sell,2026-04-15 14:57:00,443.0 -75875,gt_model_sell_peak_local,sell,2026-04-15 16:18:00,438.0 -75876,gt_model_sell_peak_local,sell,2026-04-15 16:21:00,438.0 -75877,gt_model_sell_peak_local,sell,2026-04-15 18:15:00,438.0 -75878,gt_model_sell_peak_local,sell,2026-04-15 18:21:00,437.0 -75879,gt_model_sell_peak_local,sell,2026-04-15 18:24:00,439.0 -75880,gt_model_sell_peak_local,sell,2026-04-15 18:27:00,437.0 -75881,gt_model_sell_peak_local,sell,2026-04-15 18:33:00,439.0 -75882,gt_model_sell_peak_local,sell,2026-04-15 18:36:00,438.0 -75883,gt_model_sell_peak_local,sell,2026-04-15 18:39:00,438.0 -75884,gt_model_sell_peak_local,sell,2026-04-15 18:42:00,437.0 -75885,gt_model_sell_peak_local,sell,2026-04-15 18:45:00,437.0 -75886,gt_model_sell_peak_local,sell,2026-04-15 18:48:00,437.0 -75887,gt_model_sell_peak_local,sell,2026-04-15 19:00:00,437.0 -75888,gt_model_sell_peak_local,sell,2026-04-15 19:03:00,438.0 -75889,gt_model_sell_peak_local,sell,2026-04-15 21:48:00,442.0 -75890,gt_model_sell_peak_local,sell,2026-04-16 03:06:00,445.0 -75891,gt_model_sell_peak_local,sell,2026-04-16 05:39:00,445.0 -75892,gt_model_sell_peak_local,sell,2026-04-16 08:42:00,450.0 -75893,gt_model_sell_peak_local,sell,2026-04-16 09:57:00,450.0 -75894,gt_model_sell_peak_local,sell,2026-04-16 12:33:00,458.0 -75895,gt_model_sell_peak_local,sell,2026-04-16 12:39:00,459.0 -75896,gt_model_sell_peak_local,sell,2026-04-16 13:45:00,457.0 -75897,gt_model_sell_peak_local,sell,2026-04-16 17:51:00,455.0 -75898,gt_model_sell_peak_local,sell,2026-04-16 17:57:00,453.0 -75899,gt_model_sell_peak_local,sell,2026-04-16 18:00:00,453.0 -75900,gt_model_sell_peak_local,sell,2026-04-16 19:24:00,454.0 -75901,gt_model_sell_peak_local,sell,2026-04-16 23:21:00,456.0 -75902,gt_model_sell_peak_local,sell,2026-04-17 01:45:00,471.0 -75903,gt_model_sell_peak_local,sell,2026-04-17 01:51:00,468.0 -75904,gt_model_sell_peak_local,sell,2026-04-17 01:54:00,464.0 -75905,gt_model_sell_peak_local,sell,2026-04-17 06:12:00,472.0 -75906,gt_model_sell_peak_local,sell,2026-04-17 08:45:00,483.0 -75907,gt_model_sell_peak_local,sell,2026-04-17 08:48:00,481.0 -75908,gt_model_sell_peak_local,sell,2026-04-17 13:48:00,469.0 -75909,gt_model_sell_peak_local,sell,2026-04-17 14:09:00,467.0 -75910,gt_model_sell_peak_local,sell,2026-04-17 17:30:00,471.0 -75911,gt_model_sell_peak_local,sell,2026-04-17 18:15:00,470.0 -75912,gt_model_sell_peak_local,sell,2026-04-17 23:54:00,460.0 -75913,gt_model_sell_peak_local,sell,2026-04-18 03:18:00,427.0 -75914,gt_model_sell_peak_local,sell,2026-04-18 05:57:00,421.0 -75915,gt_model_sell_peak_local,sell,2026-04-18 06:00:00,420.0 -75916,gt_model_sell_peak_local,sell,2026-04-18 06:03:00,420.0 -75917,gt_model_sell_peak_local,sell,2026-04-18 06:09:00,420.0 -75918,gt_model_sell_peak_local,sell,2026-04-18 06:12:00,421.0 -75919,gt_model_sell_peak_local,sell,2026-04-18 07:27:00,417.0 -75920,gt_model_sell_peak_local,sell,2026-04-18 10:54:00,416.0 -75921,gt_model_sell_peak_local,sell,2026-04-18 11:03:00,414.0 -75922,gt_model_sell_peak_local,sell,2026-04-18 11:06:00,414.0 -75923,gt_model_sell_peak_local,sell,2026-04-18 11:09:00,416.0 -75924,gt_model_sell_peak_local,sell,2026-04-18 11:15:00,417.0 -75925,gt_model_sell_peak_local,sell,2026-04-18 11:18:00,416.0 -75926,gt_model_sell_peak_local,sell,2026-04-18 12:27:00,418.0 -75927,gt_model_sell_peak_local,sell,2026-04-18 14:18:00,418.0 -75928,gt_model_sell_peak_local,sell,2026-04-18 14:21:00,419.0 -75929,gt_model_sell_peak_local,sell,2026-04-18 14:24:00,420.0 -75930,gt_model_sell_peak_local,sell,2026-04-18 16:45:00,421.0 -75931,gt_model_sell_peak_local,sell,2026-04-18 17:03:00,422.0 -75932,gt_model_sell_peak_local,sell,2026-04-18 19:30:00,414.0 -75933,gt_model_sell_peak_local,sell,2026-04-18 22:57:00,409.0 -75934,gt_model_sell_peak_local,sell,2026-04-18 23:00:00,409.0 -75935,gt_model_sell_peak_local,sell,2026-04-18 23:06:00,408.0 -75936,gt_model_sell_peak_local,sell,2026-04-18 23:09:00,410.0 -75937,gt_model_sell_peak_local,sell,2026-04-19 00:18:00,408.0 -75938,gt_model_sell_peak_local,sell,2026-04-19 00:33:00,408.0 -75939,gt_model_sell_peak_local,sell,2026-04-19 00:36:00,407.0 -75940,gt_model_sell_peak_local,sell,2026-04-19 00:39:00,406.0 -75941,gt_model_sell_peak_local,sell,2026-04-19 00:57:00,405.0 -75942,gt_model_sell_peak_local,sell,2026-04-19 03:39:00,396.0 -75943,gt_model_sell_peak_local,sell,2026-04-19 03:42:00,396.0 -75944,gt_model_sell_peak_local,sell,2026-04-19 03:45:00,398.0 -75945,gt_model_sell_peak_local,sell,2026-04-19 03:48:00,398.0 -75946,gt_model_sell_peak_local,sell,2026-04-19 03:51:00,397.0 -75947,gt_model_sell_peak_local,sell,2026-04-19 03:54:00,396.0 -75948,gt_model_sell_peak_local,sell,2026-04-19 03:57:00,396.0 -75949,gt_model_sell_peak_local,sell,2026-04-19 04:03:00,397.0 -75950,gt_model_sell_peak_local,sell,2026-04-19 04:09:00,396.0 -75951,gt_model_sell_peak_local,sell,2026-04-19 07:39:00,396.0 -75952,gt_model_sell_peak_local,sell,2026-04-19 07:42:00,396.0 -75953,gt_model_sell_peak_local,sell,2026-04-19 08:54:00,391.0 -75954,gt_model_sell_peak_local,sell,2026-04-19 11:03:00,389.0 -75955,gt_model_sell_peak_local,sell,2026-04-19 11:06:00,391.0 -75956,gt_model_sell_peak_local,sell,2026-04-19 11:09:00,391.0 -75957,gt_model_sell_peak_local,sell,2026-04-19 11:12:00,390.0 -75958,gt_model_sell_peak_local,sell,2026-04-19 11:15:00,391.0 -75959,gt_model_sell_peak_local,sell,2026-04-19 13:15:00,389.0 -75960,gt_model_sell_peak_local,sell,2026-04-19 13:18:00,388.0 -75961,gt_model_sell_peak_local,sell,2026-04-19 13:21:00,387.0 -75962,gt_model_sell_peak_local,sell,2026-04-19 13:24:00,387.0 -75963,gt_model_sell_peak_local,sell,2026-04-19 13:27:00,388.0 -75964,gt_model_sell_peak_local,sell,2026-04-19 13:30:00,388.0 -75965,gt_model_sell_peak_local,sell,2026-04-19 13:33:00,387.0 -75966,gt_model_sell_peak_local,sell,2026-04-19 13:36:00,388.0 -75967,gt_model_sell_peak_local,sell,2026-04-19 13:39:00,388.0 -75968,gt_model_sell_peak_local,sell,2026-04-19 13:42:00,386.0 -75969,gt_model_sell_peak_local,sell,2026-04-19 13:45:00,387.0 -75970,gt_model_sell_peak_local,sell,2026-04-19 13:48:00,387.0 -75971,gt_model_sell_peak_local,sell,2026-04-19 13:51:00,387.0 -75972,gt_model_sell_peak_local,sell,2026-04-19 13:54:00,388.0 -75973,gt_model_sell_peak_local,sell,2026-04-19 13:57:00,387.0 -75974,gt_model_sell_peak_local,sell,2026-04-19 14:12:00,388.0 -75975,gt_model_sell_peak_local,sell,2026-04-19 16:57:00,388.0 -75976,gt_model_sell_peak_local,sell,2026-04-19 17:00:00,388.0 -75977,gt_model_sell_peak_local,sell,2026-04-19 17:03:00,389.0 -75978,gt_model_sell_peak_local,sell,2026-04-19 17:06:00,389.0 -75979,gt_model_sell_peak_local,sell,2026-04-19 18:12:00,389.0 -75980,gt_model_sell_peak_local,sell,2026-04-19 19:33:00,390.0 -75981,gt_model_sell_peak_local,sell,2026-04-19 19:51:00,391.0 -75982,gt_model_sell_peak_local,sell,2026-04-19 23:21:00,400.0 -75983,gt_model_sell_peak_local,sell,2026-04-20 00:48:00,395.0 -75984,gt_model_sell_peak_local,sell,2026-04-20 00:57:00,394.0 -75985,gt_model_sell_peak_local,sell,2026-04-20 02:33:00,391.0 -75986,gt_model_sell_peak_local,sell,2026-04-20 02:36:00,390.0 -75987,gt_model_sell_peak_local,sell,2026-04-20 02:57:00,390.0 -75988,gt_model_sell_peak_local,sell,2026-04-20 05:21:00,389.0 -75989,gt_model_sell_peak_local,sell,2026-04-20 05:24:00,389.0 -75990,gt_model_sell_peak_local,sell,2026-04-20 06:57:00,388.0 -75991,gt_model_sell_peak_local,sell,2026-04-20 07:15:00,386.0 -75992,gt_model_sell_peak_local,sell,2026-04-20 07:42:00,386.0 -75993,gt_model_sell_peak_local,sell,2026-04-20 10:21:00,391.0 -75994,gt_model_sell_peak_local,sell,2026-04-20 10:27:00,390.0 -75995,gt_model_sell_peak_local,sell,2026-04-20 11:36:00,391.0 -75996,gt_model_sell_peak_local,sell,2026-04-20 11:39:00,391.0 -75997,gt_model_sell_peak_local,sell,2026-04-20 11:42:00,392.0 -75998,gt_model_sell_peak_local,sell,2026-04-20 11:45:00,392.0 -75999,gt_model_sell_peak_local,sell,2026-04-20 11:48:00,391.0 -76000,gt_model_sell_peak_local,sell,2026-04-20 11:51:00,391.0 -76001,gt_model_sell_peak_local,sell,2026-04-20 12:54:00,390.0 -76002,gt_model_sell_peak_local,sell,2026-04-20 12:57:00,391.0 -76003,gt_model_sell_peak_local,sell,2026-04-20 13:00:00,390.0 -76004,gt_model_sell_peak_local,sell,2026-04-20 13:39:00,391.0 -76005,gt_model_sell_peak_local,sell,2026-04-20 13:57:00,391.0 -76006,gt_model_sell_peak_local,sell,2026-04-20 14:12:00,387.0 -76007,gt_model_sell_peak_local,sell,2026-04-20 14:15:00,388.0 -76008,gt_model_sell_peak_local,sell,2026-04-20 14:24:00,388.0 -76009,gt_model_sell_peak_local,sell,2026-04-20 14:36:00,386.0 -76010,gt_model_sell_peak_local,sell,2026-04-20 14:48:00,387.0 -76011,gt_model_sell_peak_local,sell,2026-04-20 14:51:00,387.0 -76012,gt_model_sell_peak_local,sell,2026-04-20 14:54:00,388.0 -76013,gt_model_sell_peak_local,sell,2026-04-20 16:03:00,388.0 -76014,gt_model_sell_peak_local,sell,2026-04-20 17:24:00,390.0 -76015,gt_model_sell_peak_local,sell,2026-04-20 17:27:00,390.0 -76016,gt_model_sell_peak_local,sell,2026-04-20 19:24:00,392.0 -76017,gt_model_sell_peak_local,sell,2026-04-20 20:12:00,391.0 -76018,gt_model_sell_peak_local,sell,2026-04-20 20:15:00,392.0 -76019,gt_model_sell_peak_local,sell,2026-04-20 20:18:00,392.0 -76020,gt_model_sell_peak_local,sell,2026-04-20 20:27:00,393.0 -76021,gt_model_sell_peak_local,sell,2026-04-20 21:18:00,393.0 -76022,gt_model_sell_peak_local,sell,2026-04-20 23:12:00,392.0 -76023,gt_model_sell_peak_local,sell,2026-04-21 00:24:00,392.0 -76024,gt_model_sell_peak_local,sell,2026-04-21 04:24:00,393.0 -76025,gt_model_sell_peak_local,sell,2026-04-21 04:54:00,395.0 -76026,gt_model_sell_peak_local,sell,2026-04-21 06:24:00,393.0 -76027,gt_model_sell_peak_local,sell,2026-04-21 06:45:00,395.0 -76028,gt_model_sell_peak_local,sell,2026-04-21 06:48:00,395.0 -76029,gt_model_sell_peak_local,sell,2026-04-21 06:54:00,394.0 -76030,gt_model_sell_peak_local,sell,2026-04-21 08:09:00,391.0 -76031,gt_model_sell_peak_local,sell,2026-04-21 08:12:00,391.0 -76032,gt_model_sell_peak_local,sell,2026-04-21 11:12:00,392.0 -76033,gt_model_sell_peak_local,sell,2026-04-21 11:42:00,391.0 -76034,gt_model_sell_peak_local,sell,2026-04-21 15:09:00,389.0 -76035,gt_model_sell_peak_local,sell,2026-04-21 15:24:00,389.0 -76036,gt_model_sell_peak_local,sell,2026-04-21 15:39:00,390.0 -76037,gt_model_sell_peak_local,sell,2026-04-21 15:48:00,390.0 -76038,gt_model_sell_peak_local,sell,2026-04-21 15:51:00,390.0 -76039,gt_model_sell_peak_local,sell,2026-04-21 18:21:00,391.0 -76040,gt_model_sell_peak_local,sell,2026-04-21 18:24:00,392.0 -76041,gt_model_sell_peak_local,sell,2026-04-21 18:42:00,391.0 -76042,gt_model_sell_peak_local,sell,2026-04-21 18:48:00,392.0 -76043,gt_model_sell_peak_local,sell,2026-04-21 19:54:00,392.0 -76044,gt_model_sell_peak_local,sell,2026-04-21 19:57:00,392.0 -76045,gt_model_sell_peak_local,sell,2026-04-21 20:00:00,392.0 -76046,gt_model_sell_peak_local,sell,2026-04-21 20:03:00,391.0 -76047,gt_model_sell_peak_local,sell,2026-04-21 20:06:00,392.0 -76048,gt_model_sell_peak_local,sell,2026-04-21 20:09:00,392.0 -76049,gt_model_sell_peak_local,sell,2026-04-21 20:12:00,391.0 -76050,gt_model_sell_peak_local,sell,2026-04-21 20:15:00,392.0 -76051,gt_model_sell_peak_local,sell,2026-04-21 21:33:00,391.0 -76052,gt_model_sell_peak_local,sell,2026-04-21 21:39:00,390.0 -76053,gt_model_sell_peak_local,sell,2026-04-22 00:33:00,389.0 -76054,gt_model_sell_peak_local,sell,2026-04-22 00:36:00,388.0 -76055,gt_model_sell_peak_local,sell,2026-04-22 00:39:00,389.0 -76056,gt_model_sell_peak_local,sell,2026-04-22 01:57:00,389.0 -76057,gt_model_sell_peak_local,sell,2026-04-22 02:00:00,389.0 -76058,gt_model_sell_peak_local,sell,2026-04-22 03:42:00,388.0 -76059,gt_model_sell_peak_local,sell,2026-04-22 03:45:00,387.0 -76060,gt_model_sell_peak_local,sell,2026-04-22 05:03:00,387.0 -76061,gt_model_sell_peak_local,sell,2026-04-22 06:27:00,388.0 -76062,gt_model_sell_peak_local,sell,2026-04-22 06:30:00,388.0 -76063,gt_model_sell_peak_local,sell,2026-04-22 06:33:00,388.0 -76064,gt_model_sell_peak_local,sell,2026-04-22 08:03:00,388.0 -76065,gt_model_sell_peak_local,sell,2026-04-22 08:12:00,388.0 -76066,gt_model_sell_peak_local,sell,2026-04-22 09:45:00,388.0 -76067,gt_model_sell_peak_local,sell,2026-04-22 09:48:00,388.0 -76068,gt_model_sell_peak_local,sell,2026-04-22 09:51:00,387.0 -76069,gt_model_sell_peak_local,sell,2026-04-22 09:57:00,387.0 -76070,gt_model_sell_peak_local,sell,2026-04-22 10:06:00,387.0 -76071,gt_model_sell_peak_local,sell,2026-04-22 10:12:00,387.0 -76072,gt_model_sell_peak_local,sell,2026-04-22 12:30:00,390.0 -76073,gt_model_sell_peak_local,sell,2026-04-22 12:42:00,389.0 -76074,gt_model_sell_peak_local,sell,2026-04-22 12:45:00,389.0 -76075,gt_model_sell_peak_local,sell,2026-04-22 12:54:00,390.0 -76076,gt_model_sell_peak_local,sell,2026-04-22 13:00:00,390.0 -76077,gt_model_sell_peak_local,sell,2026-04-22 13:03:00,390.0 -76078,gt_model_sell_peak_local,sell,2026-04-22 13:06:00,390.0 -76079,gt_model_sell_peak_local,sell,2026-04-22 13:09:00,390.0 -76080,gt_model_sell_peak_local,sell,2026-04-22 13:12:00,389.0 -76081,gt_model_sell_peak_local,sell,2026-04-22 13:15:00,390.0 -76082,gt_model_sell_peak_local,sell,2026-04-22 13:18:00,390.0 -76083,gt_model_sell_peak_local,sell,2026-04-22 13:27:00,389.0 -76084,gt_model_sell_peak_local,sell,2026-04-22 15:33:00,393.0 -76085,gt_model_sell_peak_local,sell,2026-04-22 15:36:00,393.0 -76086,gt_model_sell_peak_local,sell,2026-04-22 15:42:00,393.0 -76087,gt_model_sell_peak_local,sell,2026-04-22 15:48:00,393.0 -76088,gt_model_sell_peak_local,sell,2026-04-22 18:36:00,398.0 -76089,gt_model_sell_peak_local,sell,2026-04-22 18:42:00,398.0 -76090,gt_model_sell_peak_local,sell,2026-04-22 18:45:00,399.0 -76091,gt_model_sell_peak_local,sell,2026-04-22 19:36:00,397.0 -76092,gt_model_sell_peak_local,sell,2026-04-22 19:39:00,397.0 -76093,gt_model_sell_peak_local,sell,2026-04-22 19:42:00,397.0 -76094,gt_model_sell_peak_local,sell,2026-04-22 19:45:00,396.0 -76095,gt_model_sell_peak_local,sell,2026-04-22 19:48:00,397.0 -76096,gt_model_sell_peak_local,sell,2026-04-22 22:00:00,395.0 -76097,gt_model_sell_peak_local,sell,2026-04-22 23:15:00,397.0 -76098,gt_model_sell_peak_local,sell,2026-04-22 23:18:00,398.0 -76099,gt_model_sell_peak_local,sell,2026-04-22 23:21:00,397.0 -76100,gt_model_sell_peak_local,sell,2026-04-22 23:27:00,399.0 -76101,gt_model_sell_peak_local,sell,2026-04-22 23:30:00,397.0 -76102,gt_model_sell_peak_local,sell,2026-04-22 23:33:00,398.0 -76103,gt_model_sell_peak_local,sell,2026-04-23 01:15:00,398.0 -76104,gt_model_sell_peak_local,sell,2026-04-23 02:51:00,399.0 -76105,gt_model_sell_peak_local,sell,2026-04-23 02:54:00,400.0 -76106,gt_model_sell_peak_local,sell,2026-04-23 04:36:00,397.0 -76107,gt_model_sell_peak_local,sell,2026-04-23 04:39:00,399.0 -76108,gt_model_sell_peak_local,sell,2026-04-23 04:51:00,402.0 -76109,gt_model_sell_peak_local,sell,2026-04-23 05:24:00,399.0 -76110,gt_model_sell_peak_local,sell,2026-04-23 07:27:00,397.0 -76111,gt_model_sell_peak_local,sell,2026-04-23 07:30:00,398.0 -76112,gt_model_sell_peak_local,sell,2026-04-23 07:36:00,397.0 -76113,gt_model_sell_peak_local,sell,2026-04-23 07:45:00,396.0 -76114,gt_model_sell_peak_local,sell,2026-04-23 07:48:00,396.0 -76115,gt_model_sell_peak_local,sell,2026-04-23 07:51:00,396.0 -76116,gt_model_sell_peak_local,sell,2026-04-23 07:54:00,395.0 -76117,gt_model_sell_peak_local,sell,2026-04-23 07:57:00,395.0 -76118,gt_model_sell_peak_local,sell,2026-04-23 08:00:00,396.0 -76119,gt_model_sell_peak_local,sell,2026-04-23 08:03:00,394.0 -76120,gt_model_sell_peak_local,sell,2026-04-23 08:06:00,394.0 -76121,gt_model_sell_peak_local,sell,2026-04-23 08:09:00,393.0 -76122,gt_model_sell_peak_local,sell,2026-04-23 08:12:00,395.0 -76123,gt_model_sell_peak_local,sell,2026-04-23 11:27:00,389.0 -76124,gt_model_sell_peak_local,sell,2026-04-23 11:51:00,389.0 -76125,gt_model_sell_peak_local,sell,2026-04-23 11:54:00,390.0 -76126,gt_model_sell_peak_local,sell,2026-04-23 11:57:00,389.0 -76127,gt_model_sell_peak_local,sell,2026-04-23 12:00:00,389.0 -76128,gt_model_sell_peak_local,sell,2026-04-23 12:03:00,390.0 -76129,gt_model_sell_peak_local,sell,2026-04-23 14:36:00,390.0 -76130,gt_model_sell_peak_local,sell,2026-04-23 15:03:00,391.0 -76131,gt_model_sell_peak_local,sell,2026-04-23 16:21:00,390.0 -76132,gt_model_sell_peak_local,sell,2026-04-23 18:18:00,389.0 -76133,gt_model_sell_peak_local,sell,2026-04-23 18:21:00,389.0 -76134,gt_model_sell_peak_local,sell,2026-04-23 18:24:00,389.0 -76135,gt_model_sell_peak_local,sell,2026-04-23 18:27:00,388.0 -76136,gt_model_sell_peak_local,sell,2026-04-23 18:30:00,389.0 -76137,gt_model_sell_peak_local,sell,2026-04-23 18:57:00,389.0 -76138,gt_model_sell_peak_local,sell,2026-04-23 19:00:00,388.0 -76139,gt_model_sell_peak_local,sell,2026-04-23 21:51:00,387.0 -76140,gt_model_sell_peak_local,sell,2026-04-23 21:54:00,387.0 -76141,gt_model_sell_peak_local,sell,2026-04-23 23:03:00,388.0 -76142,gt_model_sell_peak_local,sell,2026-04-23 23:06:00,388.0 -76143,gt_model_sell_peak_local,sell,2026-04-24 00:12:00,387.0 -76144,gt_model_sell_peak_local,sell,2026-04-24 00:15:00,387.0 -76145,gt_model_sell_peak_local,sell,2026-04-24 01:24:00,389.0 -76146,gt_model_sell_peak_local,sell,2026-04-24 01:27:00,389.0 -76147,gt_model_sell_peak_local,sell,2026-04-24 02:51:00,383.0 -76148,gt_model_sell_peak_local,sell,2026-04-24 07:48:00,390.0 -76149,gt_model_sell_peak_local,sell,2026-04-24 08:39:00,391.0 -76150,gt_model_sell_peak_local,sell,2026-04-24 08:42:00,392.0 -76151,gt_model_sell_peak_local,sell,2026-04-24 11:54:00,393.0 -76152,gt_model_sell_peak_local,sell,2026-04-24 14:21:00,390.0 -76153,gt_model_sell_peak_local,sell,2026-04-24 14:24:00,390.0 -76154,gt_model_sell_peak_local,sell,2026-04-24 14:30:00,390.0 -76155,gt_model_sell_peak_local,sell,2026-04-24 14:33:00,390.0 -76156,gt_model_sell_peak_local,sell,2026-04-24 14:36:00,390.0 -76157,gt_model_sell_peak_local,sell,2026-04-24 14:45:00,390.0 -76158,gt_model_sell_peak_local,sell,2026-04-24 16:18:00,392.0 -76159,gt_model_sell_peak_local,sell,2026-04-24 16:39:00,389.0 -76160,gt_model_sell_peak_local,sell,2026-04-24 17:09:00,388.0 -76161,gt_model_sell_peak_local,sell,2026-04-24 17:15:00,390.0 -76162,gt_model_sell_peak_local,sell,2026-04-24 18:21:00,389.0 -76163,gt_model_sell_peak_local,sell,2026-04-24 18:24:00,388.0 -76164,gt_model_sell_peak_local,sell,2026-04-24 18:42:00,390.0 -76165,gt_model_sell_peak_local,sell,2026-04-24 18:51:00,389.0 -76166,gt_model_sell_peak_local,sell,2026-04-24 18:54:00,389.0 -76167,gt_model_sell_peak_local,sell,2026-04-24 19:42:00,389.0 -76168,gt_model_sell_peak_local,sell,2026-04-24 21:06:00,391.0 -76169,gt_model_sell_peak_local,sell,2026-04-24 22:15:00,393.0 -76170,gt_model_sell_peak_local,sell,2026-04-24 23:12:00,392.0 -76171,gt_model_sell_peak_local,sell,2026-04-24 23:15:00,391.0 -76172,gt_model_sell_peak_local,sell,2026-04-25 00:36:00,391.0 -76173,gt_model_sell_peak_local,sell,2026-04-25 00:39:00,391.0 -76174,gt_model_sell_peak_local,sell,2026-04-25 00:42:00,391.0 -76175,gt_model_sell_peak_local,sell,2026-04-25 00:45:00,392.0 -76176,gt_model_sell_peak_local,sell,2026-04-25 01:48:00,389.0 -76177,gt_model_sell_peak_local,sell,2026-04-25 02:00:00,391.0 -76178,gt_model_sell_peak_local,sell,2026-04-25 02:06:00,391.0 -76179,gt_model_sell_peak_local,sell,2026-04-25 03:21:00,388.0 -76180,gt_model_sell_peak_local,sell,2026-04-25 03:24:00,389.0 -76181,gt_model_sell_peak_local,sell,2026-04-25 03:33:00,390.0 -76182,gt_model_sell_peak_local,sell,2026-04-25 03:36:00,390.0 -76183,gt_model_sell_peak_local,sell,2026-04-25 04:57:00,390.0 -76184,gt_model_sell_peak_local,sell,2026-04-25 05:00:00,390.0 -76185,gt_model_sell_peak_local,sell,2026-04-25 05:09:00,390.0 -76186,gt_model_sell_peak_local,sell,2026-04-25 05:12:00,391.0 -76187,gt_model_sell_peak_local,sell,2026-04-25 05:15:00,390.0 -76188,gt_model_sell_peak_local,sell,2026-04-25 07:06:00,388.0 -76189,gt_model_sell_peak_local,sell,2026-04-25 07:09:00,389.0 -76190,gt_model_sell_peak_local,sell,2026-04-25 09:27:00,389.0 -76191,gt_model_sell_peak_local,sell,2026-04-25 09:30:00,389.0 -76192,gt_model_sell_peak_local,sell,2026-04-25 09:33:00,387.0 -76193,gt_model_sell_peak_local,sell,2026-04-25 09:36:00,388.0 -76194,gt_model_sell_peak_local,sell,2026-04-25 09:39:00,387.0 -76195,gt_model_sell_peak_local,sell,2026-04-25 09:42:00,389.0 -76196,gt_model_sell_peak_local,sell,2026-04-25 09:45:00,387.0 -76197,gt_model_sell_peak_local,sell,2026-04-25 09:48:00,388.0 -76198,gt_model_sell_peak_local,sell,2026-04-25 09:51:00,388.0 -76199,gt_model_sell_peak_local,sell,2026-04-25 09:54:00,389.0 -76200,gt_model_sell_peak_local,sell,2026-04-25 09:57:00,389.0 -76201,gt_model_sell_peak_local,sell,2026-04-25 10:00:00,389.0 -76202,gt_model_sell_peak_local,sell,2026-04-25 10:03:00,389.0 -76203,gt_model_sell_peak_local,sell,2026-04-25 10:06:00,388.0 -76204,gt_model_sell_peak_local,sell,2026-04-25 10:21:00,388.0 -76205,gt_model_sell_peak_local,sell,2026-04-25 11:03:00,389.0 -76206,gt_model_sell_peak_local,sell,2026-04-25 11:18:00,389.0 -76207,gt_model_sell_peak_local,sell,2026-04-25 11:30:00,389.0 -76208,gt_model_sell_peak_local,sell,2026-04-25 12:45:00,391.0 -76209,gt_model_sell_peak_local,sell,2026-04-25 13:51:00,390.0 -76210,gt_model_sell_peak_local,sell,2026-04-25 13:54:00,390.0 -76211,gt_model_sell_peak_local,sell,2026-04-25 14:06:00,389.0 -76212,gt_model_sell_peak_local,sell,2026-04-25 14:09:00,389.0 -76213,gt_model_sell_peak_local,sell,2026-04-25 14:12:00,389.0 -76214,gt_model_sell_peak_local,sell,2026-04-25 14:18:00,389.0 -76215,gt_model_sell_peak_local,sell,2026-04-25 14:21:00,390.0 -76216,gt_model_sell_peak_local,sell,2026-04-25 16:48:00,389.0 -76217,gt_model_sell_peak_local,sell,2026-04-25 19:09:00,391.0 -76218,gt_model_sell_peak_local,sell,2026-04-25 19:51:00,391.0 -76219,gt_model_sell_peak_local,sell,2026-04-25 19:54:00,391.0 -76220,gt_model_sell_peak_local,sell,2026-04-25 20:09:00,390.0 -76221,gt_model_sell_peak_local,sell,2026-04-25 22:12:00,389.0 -76222,gt_model_sell_peak_local,sell,2026-04-25 22:15:00,389.0 -76223,gt_model_sell_peak_local,sell,2026-04-25 22:18:00,388.0 -76224,gt_model_sell_peak_local,sell,2026-04-25 22:21:00,388.0 -76225,gt_model_sell_peak_local,sell,2026-04-25 22:24:00,389.0 -76226,gt_model_sell_peak_local,sell,2026-04-25 23:51:00,388.0 -76227,gt_model_sell_peak_local,sell,2026-04-26 02:54:00,383.0 -76228,gt_model_sell_peak_local,sell,2026-04-26 02:57:00,383.0 -76229,gt_model_sell_peak_local,sell,2026-04-26 04:42:00,382.0 -76230,gt_model_sell_peak_local,sell,2026-04-26 07:03:00,384.0 -76231,gt_model_sell_peak_local,sell,2026-04-26 07:21:00,384.0 -76232,gt_model_sell_peak_local,sell,2026-04-26 07:24:00,384.0 -76233,gt_model_sell_peak_local,sell,2026-04-26 08:36:00,385.0 -76234,gt_model_sell_peak_local,sell,2026-04-26 08:39:00,384.0 -76235,gt_model_sell_peak_local,sell,2026-04-26 10:00:00,384.0 -76236,gt_model_sell_peak_local,sell,2026-04-26 12:48:00,383.0 -76237,gt_model_sell_peak_local,sell,2026-04-26 13:06:00,384.0 -76238,gt_model_sell_peak_local,sell,2026-04-26 13:09:00,384.0 -76239,gt_model_sell_peak_local,sell,2026-04-26 13:15:00,384.0 -76240,gt_model_sell_peak_local,sell,2026-04-26 13:18:00,384.0 -76241,gt_model_sell_peak_local,sell,2026-04-26 13:24:00,384.0 -76242,gt_model_sell_peak_local,sell,2026-04-26 15:27:00,386.0 -76243,gt_model_sell_peak_local,sell,2026-04-26 16:48:00,388.0 -76244,gt_model_sell_peak_local,sell,2026-04-26 17:24:00,387.0 -76245,gt_model_sell_peak_local,sell,2026-04-26 17:51:00,387.0 -76246,gt_model_sell_peak_local,sell,2026-04-26 17:54:00,387.0 -76247,gt_model_sell_peak_local,sell,2026-04-26 18:00:00,387.0 -76248,gt_model_sell_peak_local,sell,2026-04-26 18:06:00,387.0 -76249,gt_model_sell_peak_local,sell,2026-04-26 19:36:00,388.0 -76250,gt_model_sell_peak_local,sell,2026-04-26 19:51:00,387.0 -76251,gt_model_sell_peak_local,sell,2026-04-26 19:57:00,387.0 -76252,gt_model_sell_peak_local,sell,2026-04-26 20:09:00,386.0 -76253,gt_model_sell_peak_local,sell,2026-04-26 20:36:00,387.0 -76254,gt_model_sell_peak_local,sell,2026-04-26 21:42:00,386.0 -76255,gt_model_sell_peak_local,sell,2026-04-26 21:45:00,385.0 -76256,gt_model_sell_peak_local,sell,2026-04-26 21:57:00,385.0 -76257,gt_model_sell_peak_local,sell,2026-04-26 22:00:00,385.0 -76258,gt_model_sell_peak_local,sell,2026-04-26 22:06:00,384.0 -76259,gt_model_sell_peak_local,sell,2026-04-26 22:09:00,384.0 -76260,gt_model_sell_peak_local,sell,2026-04-26 22:24:00,386.0 -76261,gt_model_sell_peak_local,sell,2026-04-26 23:42:00,386.0 -76262,gt_model_sell_peak_local,sell,2026-04-27 00:54:00,386.0 -76263,gt_model_sell_peak_local,sell,2026-04-27 06:06:00,386.0 -76264,gt_model_sell_peak_local,sell,2026-04-27 06:12:00,386.0 -76265,gt_model_sell_peak_local,sell,2026-04-27 06:30:00,387.0 -76266,gt_model_sell_peak_local,sell,2026-04-27 07:18:00,387.0 -76267,gt_model_sell_peak_local,sell,2026-04-27 07:24:00,386.0 -76268,gt_model_sell_peak_local,sell,2026-04-27 08:15:00,385.0 -76269,gt_model_sell_peak_local,sell,2026-04-27 08:21:00,384.0 -76270,gt_model_sell_peak_local,sell,2026-04-27 12:00:00,390.0 -76271,gt_model_sell_peak_local,sell,2026-04-27 13:36:00,389.0 -76272,gt_model_sell_peak_local,sell,2026-04-27 18:57:00,376.0 -76273,gt_model_sell_peak_local,sell,2026-04-27 19:03:00,377.0 -76274,gt_model_sell_peak_local,sell,2026-04-27 20:00:00,377.0 -76275,gt_model_sell_peak_local,sell,2026-04-27 20:09:00,377.0 -76276,gt_model_sell_peak_local,sell,2026-04-27 20:21:00,378.0 -76277,gt_model_sell_peak_local,sell,2026-04-27 20:30:00,377.0 -76278,gt_model_sell_peak_local,sell,2026-04-27 20:39:00,376.0 -76279,gt_model_sell_peak_local,sell,2026-04-27 20:48:00,377.0 -76280,gt_model_sell_peak_local,sell,2026-04-27 20:51:00,377.0 -76281,gt_model_sell_peak_local,sell,2026-04-27 21:09:00,376.0 -76282,gt_model_sell_peak_local,sell,2026-04-27 21:18:00,378.0 -76283,gt_model_sell_peak_local,sell,2026-04-27 21:21:00,378.0 -76284,gt_model_sell_peak_local,sell,2026-04-27 21:24:00,378.0 -76285,gt_model_sell_peak_local,sell,2026-04-27 21:27:00,378.0 -76286,gt_model_sell_peak_local,sell,2026-04-27 21:30:00,377.0 -76287,gt_model_sell_peak_local,sell,2026-04-27 22:51:00,375.0 -76288,gt_model_sell_peak_local,sell,2026-04-28 00:39:00,372.0 -76289,gt_model_sell_peak_local,sell,2026-04-28 03:27:00,373.0 -76290,gt_model_sell_peak_local,sell,2026-04-28 03:30:00,373.0 -76291,gt_model_sell_peak_local,sell,2026-04-28 03:51:00,374.0 -76292,gt_model_sell_peak_local,sell,2026-04-28 04:00:00,374.0 -76293,gt_model_sell_peak_local,sell,2026-04-28 04:06:00,372.0 -76294,gt_model_sell_peak_local,sell,2026-04-28 04:21:00,373.0 -76295,gt_model_sell_peak_local,sell,2026-04-28 04:57:00,373.0 -76296,gt_model_sell_peak_local,sell,2026-04-28 05:00:00,373.0 -76297,gt_model_sell_peak_local,sell,2026-04-28 05:06:00,374.0 -76298,gt_model_sell_peak_local,sell,2026-04-28 06:21:00,374.0 -76299,gt_model_sell_peak_local,sell,2026-04-28 07:39:00,376.0 -76300,gt_model_sell_peak_local,sell,2026-04-28 09:30:00,377.0 -76301,gt_model_sell_peak_local,sell,2026-04-28 09:57:00,378.0 -76302,gt_model_sell_peak_local,sell,2026-04-28 11:15:00,377.0 -76303,gt_model_sell_peak_local,sell,2026-04-28 11:18:00,376.0 -76304,gt_model_sell_peak_local,sell,2026-04-28 11:42:00,375.0 -76305,gt_model_sell_peak_local,sell,2026-04-28 13:36:00,374.0 -76306,gt_model_sell_peak_local,sell,2026-04-28 15:06:00,375.0 -76307,gt_model_sell_peak_local,sell,2026-04-28 16:33:00,371.0 -76308,gt_model_sell_peak_local,sell,2026-04-28 18:21:00,372.0 -76309,gt_model_sell_peak_local,sell,2026-04-28 18:27:00,373.0 -76310,gt_model_sell_peak_local,sell,2026-04-28 18:33:00,372.0 -76311,gt_model_sell_peak_local,sell,2026-04-28 18:36:00,371.0 -76312,gt_model_sell_peak_local,sell,2026-04-28 18:39:00,372.0 -76313,gt_model_sell_peak_local,sell,2026-04-28 19:27:00,371.0 -76314,gt_model_sell_peak_local,sell,2026-04-28 20:45:00,372.0 -76315,gt_model_sell_peak_local,sell,2026-04-28 20:48:00,371.0 -76316,gt_model_sell_peak_local,sell,2026-04-28 20:51:00,371.0 -76317,gt_model_sell_peak_local,sell,2026-04-28 20:54:00,371.0 -76318,gt_model_sell_peak_local,sell,2026-04-28 20:57:00,371.0 -76319,gt_model_sell_peak_local,sell,2026-04-28 21:00:00,371.0 -76320,gt_model_sell_peak_local,sell,2026-04-28 23:45:00,373.0 -76321,gt_model_sell_peak_local,sell,2026-04-28 23:48:00,373.0 -76322,gt_model_sell_peak_local,sell,2026-04-29 00:09:00,374.0 -76323,gt_model_sell_peak_local,sell,2026-04-29 00:12:00,374.0 -76324,gt_model_sell_peak_local,sell,2026-04-29 01:00:00,373.0 -76325,gt_model_sell_peak_local,sell,2026-04-29 01:03:00,373.0 -76326,gt_model_sell_peak_local,sell,2026-04-29 01:06:00,373.0 -76327,gt_model_sell_peak_local,sell,2026-04-29 01:12:00,373.0 -76328,gt_model_sell_peak_local,sell,2026-04-29 01:18:00,374.0 -76329,gt_model_sell_peak_local,sell,2026-04-29 02:30:00,373.0 -76330,gt_model_sell_peak_local,sell,2026-04-29 02:33:00,373.0 -76331,gt_model_sell_peak_local,sell,2026-04-29 02:36:00,374.0 -76332,gt_model_sell_peak_local,sell,2026-04-29 03:00:00,374.0 -76333,gt_model_sell_peak_local,sell,2026-04-29 05:18:00,374.0 -76334,gt_model_sell_peak_local,sell,2026-04-29 07:03:00,374.0 -76335,gt_model_sell_peak_local,sell,2026-04-29 08:06:00,373.0 -76336,gt_model_sell_peak_local,sell,2026-04-29 08:09:00,373.0 -76337,gt_model_sell_peak_local,sell,2026-04-29 08:21:00,372.0 -76338,gt_model_sell_peak_local,sell,2026-04-29 08:24:00,373.0 -76339,gt_model_sell_peak_local,sell,2026-04-29 08:30:00,373.0 -76340,gt_model_sell_peak_local,sell,2026-04-29 08:36:00,374.0 -76341,gt_model_sell_peak_local,sell,2026-04-29 09:39:00,373.0 -76342,gt_model_sell_peak_local,sell,2026-04-29 09:54:00,373.0 -76343,gt_model_sell_peak_local,sell,2026-04-29 10:30:00,373.0 -76344,gt_model_sell_peak_local,sell,2026-04-29 12:00:00,373.0 -76345,gt_model_sell_peak_local,sell,2026-04-29 12:06:00,372.0 -76346,gt_model_sell_peak_local,sell,2026-04-29 12:09:00,373.0 -76347,gt_model_sell_peak_local,sell,2026-04-29 12:24:00,375.0 -76348,gt_model_sell_peak_local,sell,2026-04-29 12:27:00,375.0 -76349,gt_model_sell_peak_local,sell,2026-04-29 14:54:00,376.0 -76350,gt_model_sell_peak_local,sell,2026-04-29 15:06:00,375.0 -76351,gt_model_sell_peak_local,sell,2026-04-29 15:09:00,375.0 -76352,gt_model_sell_peak_local,sell,2026-04-29 15:21:00,374.0 -76353,gt_model_sell_peak_local,sell,2026-04-29 17:36:00,374.0 -76354,gt_model_sell_peak_local,sell,2026-04-29 17:39:00,374.0 -76355,gt_model_sell_peak_local,sell,2026-04-29 17:42:00,374.0 -76356,gt_model_sell_peak_local,sell,2026-04-29 17:48:00,374.0 -76357,gt_model_sell_peak_local,sell,2026-04-29 17:51:00,374.0 -76358,gt_model_sell_peak_local,sell,2026-04-29 18:06:00,375.0 -76359,gt_model_sell_peak_local,sell,2026-04-29 18:18:00,375.0 -76360,gt_model_sell_peak_local,sell,2026-04-29 20:06:00,377.0 -76361,gt_model_sell_peak_local,sell,2026-04-29 20:18:00,378.0 -76362,gt_model_sell_peak_local,sell,2026-04-29 20:36:00,377.0 -76363,gt_model_sell_peak_local,sell,2026-04-29 23:09:00,372.0 -76364,gt_model_sell_peak_local,sell,2026-04-29 23:15:00,372.0 -76365,gt_model_sell_peak_local,sell,2026-04-29 23:18:00,373.0 -76366,gt_model_sell_peak_local,sell,2026-04-30 00:36:00,369.0 -76367,gt_model_sell_peak_local,sell,2026-04-30 03:45:00,360.0 -76368,gt_model_sell_peak_local,sell,2026-04-30 03:48:00,362.0 -76369,gt_model_sell_peak_local,sell,2026-04-30 03:51:00,363.0 -76370,gt_model_sell_peak_local,sell,2026-04-30 03:54:00,363.0 -76371,gt_model_sell_peak_local,sell,2026-04-30 04:00:00,363.0 -76372,gt_model_sell_peak_local,sell,2026-04-30 07:42:00,370.0 -76373,gt_model_sell_peak_local,sell,2026-04-30 08:45:00,371.0 -76374,gt_model_sell_peak_local,sell,2026-04-30 09:48:00,372.0 -76375,gt_model_sell_peak_local,sell,2026-04-30 09:54:00,372.0 -76376,gt_model_sell_peak_local,sell,2026-04-30 11:57:00,370.0 -76377,gt_model_sell_peak_local,sell,2026-04-30 12:00:00,370.0 -76378,gt_model_sell_peak_local,sell,2026-04-30 12:03:00,370.0 -76379,gt_model_sell_peak_local,sell,2026-04-30 12:06:00,369.0 -76380,gt_model_sell_peak_local,sell,2026-04-30 13:54:00,367.0 -76381,gt_model_sell_peak_local,sell,2026-04-30 15:36:00,366.0 -76382,gt_model_sell_peak_local,sell,2026-04-30 15:39:00,367.0 -76383,gt_model_sell_peak_local,sell,2026-04-30 17:45:00,366.0 -76384,gt_model_sell_peak_local,sell,2026-04-30 18:03:00,365.0 -76385,gt_model_sell_peak_local,sell,2026-04-30 19:30:00,361.0 -76386,gt_model_sell_peak_local,sell,2026-04-30 21:18:00,363.0 -76387,gt_model_sell_peak_local,sell,2026-04-30 22:09:00,362.0 -76388,gt_model_sell_peak_local,sell,2026-04-30 22:18:00,363.0 -76389,gt_model_sell_peak_local,sell,2026-04-30 22:21:00,362.0 -76390,gt_model_sell_peak_local,sell,2026-04-30 22:24:00,362.0 -76391,gt_model_sell_peak_local,sell,2026-04-30 22:27:00,362.0 -76392,gt_model_sell_peak_local,sell,2026-04-30 22:30:00,361.0 -76393,gt_model_sell_peak_local,sell,2026-04-30 22:33:00,360.0 -76394,gt_model_sell_peak_local,sell,2026-04-30 22:36:00,360.0 -76395,gt_model_sell_peak_local,sell,2026-04-30 22:39:00,359.0 -76396,gt_model_sell_peak_local,sell,2026-04-30 22:42:00,360.0 -76397,gt_model_sell_peak_local,sell,2026-04-30 22:45:00,361.0 -76398,gt_model_sell_peak_local,sell,2026-04-30 23:12:00,360.0 -76399,gt_model_sell_peak_local,sell,2026-04-30 23:15:00,361.0 -76400,gt_model_sell_peak_local,sell,2026-05-01 00:33:00,361.0 -76401,gt_model_sell_peak_local,sell,2026-05-01 02:39:00,364.0 -76402,gt_model_sell_peak_local,sell,2026-05-01 02:42:00,364.0 -76403,gt_model_sell_peak_local,sell,2026-05-01 04:09:00,365.0 -76404,gt_model_sell_peak_local,sell,2026-05-01 05:36:00,364.0 -76405,gt_model_sell_peak_local,sell,2026-05-01 05:39:00,364.0 -76406,gt_model_sell_peak_local,sell,2026-05-01 05:42:00,365.0 -76407,gt_model_sell_peak_local,sell,2026-05-01 07:51:00,363.0 -76408,gt_model_sell_peak_local,sell,2026-05-01 09:39:00,363.0 -76409,gt_model_sell_peak_local,sell,2026-05-01 10:48:00,363.0 -76410,gt_model_sell_peak_local,sell,2026-05-01 11:12:00,363.0 -76411,gt_model_sell_peak_local,sell,2026-05-01 12:00:00,361.0 -76412,gt_model_sell_peak_local,sell,2026-05-01 13:21:00,364.0 -76413,gt_model_sell_peak_local,sell,2026-05-01 13:36:00,361.0 -76414,gt_model_sell_peak_local,sell,2026-05-01 17:51:00,357.0 -76415,gt_model_sell_peak_local,sell,2026-05-01 17:54:00,357.0 -76416,gt_model_sell_peak_local,sell,2026-05-01 19:06:00,356.0 -76417,gt_model_sell_peak_local,sell,2026-05-01 19:09:00,355.0 -76418,gt_model_sell_peak_local,sell,2026-05-01 19:12:00,353.0 -76419,gt_model_sell_peak_local,sell,2026-05-01 19:15:00,355.0 -76420,gt_model_sell_peak_local,sell,2026-05-01 19:18:00,355.0 -76421,gt_model_sell_peak_local,sell,2026-05-01 19:27:00,355.0 -76422,gt_model_sell_peak_local,sell,2026-05-01 21:27:00,355.0 -76423,gt_model_sell_peak_local,sell,2026-05-01 21:30:00,354.0 -76424,gt_model_sell_peak_local,sell,2026-05-01 21:33:00,355.0 -76425,gt_model_sell_peak_local,sell,2026-05-01 21:57:00,355.0 -76426,gt_model_sell_peak_local,sell,2026-05-01 22:03:00,355.0 -76427,gt_model_sell_peak_local,sell,2026-05-01 22:06:00,355.0 -76428,gt_model_sell_peak_local,sell,2026-05-01 23:33:00,355.0 -76429,gt_model_sell_peak_local,sell,2026-05-01 23:54:00,357.0 -76430,gt_model_sell_peak_local,sell,2026-05-01 23:57:00,356.0 -76431,gt_model_sell_peak_local,sell,2026-05-02 02:03:00,353.0 -76432,gt_model_sell_peak_local,sell,2026-05-02 02:06:00,351.0 -76433,gt_model_sell_peak_local,sell,2026-05-02 03:30:00,353.0 -76434,gt_model_sell_peak_local,sell,2026-05-02 03:42:00,355.0 -76435,gt_model_sell_peak_local,sell,2026-05-02 03:45:00,355.0 -76436,gt_model_sell_peak_local,sell,2026-05-02 03:48:00,355.0 -76437,gt_model_sell_peak_local,sell,2026-05-02 05:09:00,355.0 -76438,gt_model_sell_peak_local,sell,2026-05-02 05:24:00,354.0 -76439,gt_model_sell_peak_local,sell,2026-05-02 05:27:00,354.0 -76440,gt_model_sell_peak_local,sell,2026-05-02 05:36:00,354.0 -76441,gt_model_sell_peak_local,sell,2026-05-02 05:39:00,353.0 -76442,gt_model_sell_peak_local,sell,2026-05-02 05:51:00,353.0 -76443,gt_model_sell_peak_local,sell,2026-05-02 05:54:00,352.0 -76444,gt_model_sell_peak_local,sell,2026-05-02 05:57:00,352.0 -76445,gt_model_sell_peak_local,sell,2026-05-02 06:03:00,352.0 -76446,gt_model_sell_peak_local,sell,2026-05-02 06:15:00,350.0 -76447,gt_model_sell_peak_local,sell,2026-05-02 06:18:00,351.0 -76448,gt_model_sell_peak_local,sell,2026-05-02 10:48:00,350.0 -76449,gt_model_sell_peak_local,sell,2026-05-02 10:51:00,350.0 -76450,gt_model_sell_peak_local,sell,2026-05-02 10:54:00,350.0 -76451,gt_model_sell_peak_local,sell,2026-05-02 11:00:00,349.0 -76452,gt_model_sell_peak_local,sell,2026-05-02 11:06:00,349.0 -76453,gt_model_sell_peak_local,sell,2026-05-02 11:09:00,349.0 -76454,gt_model_sell_peak_local,sell,2026-05-02 11:12:00,348.0 -76455,gt_model_sell_peak_local,sell,2026-05-02 11:33:00,349.0 -76456,gt_model_sell_peak_local,sell,2026-05-02 11:54:00,349.0 -76457,gt_model_sell_peak_local,sell,2026-05-02 14:00:00,347.0 -76458,gt_model_sell_peak_local,sell,2026-05-02 14:03:00,347.0 -76459,gt_model_sell_peak_local,sell,2026-05-02 14:06:00,347.0 -76460,gt_model_sell_peak_local,sell,2026-05-02 14:12:00,347.0 -76461,gt_model_sell_peak_local,sell,2026-05-02 14:15:00,346.0 -76462,gt_model_sell_peak_local,sell,2026-05-02 14:27:00,345.0 -76463,gt_model_sell_peak_local,sell,2026-05-02 14:36:00,347.0 -76464,gt_model_sell_peak_local,sell,2026-05-02 14:39:00,346.0 -76465,gt_model_sell_peak_local,sell,2026-05-02 14:42:00,347.0 -76466,gt_model_sell_peak_local,sell,2026-05-02 14:48:00,346.0 -76467,gt_model_sell_peak_local,sell,2026-05-02 14:54:00,347.0 -76468,gt_model_sell_peak_local,sell,2026-05-02 15:00:00,346.0 -76469,gt_model_sell_peak_local,sell,2026-05-02 15:03:00,347.0 -76470,gt_model_sell_peak_local,sell,2026-05-02 15:06:00,347.0 -76471,gt_model_sell_peak_local,sell,2026-05-02 15:42:00,348.0 -76472,gt_model_sell_peak_local,sell,2026-05-02 17:00:00,350.0 -76473,gt_model_sell_peak_local,sell,2026-05-02 17:15:00,348.0 -76474,gt_model_sell_peak_local,sell,2026-05-02 17:24:00,349.0 -76475,gt_model_sell_peak_local,sell,2026-05-02 17:30:00,349.0 -76476,gt_model_sell_peak_local,sell,2026-05-02 17:33:00,350.0 -76477,gt_model_sell_peak_local,sell,2026-05-02 17:45:00,349.0 -76478,gt_model_sell_peak_local,sell,2026-05-02 19:57:00,350.0 -76479,gt_model_sell_peak_local,sell,2026-05-02 20:42:00,350.0 -76480,gt_model_sell_peak_local,sell,2026-05-02 20:45:00,350.0 -76481,gt_model_sell_peak_local,sell,2026-05-02 20:48:00,350.0 -76482,gt_model_sell_peak_local,sell,2026-05-02 22:42:00,351.0 -76483,gt_model_sell_peak_local,sell,2026-05-03 01:48:00,359.0 -76484,gt_model_sell_peak_local,sell,2026-05-03 03:30:00,360.0 -76485,gt_model_sell_peak_local,sell,2026-05-03 03:36:00,362.0 -76486,gt_model_sell_peak_local,sell,2026-05-03 05:12:00,362.0 -76487,gt_model_sell_peak_local,sell,2026-05-03 05:15:00,362.0 -76488,gt_model_sell_peak_local,sell,2026-05-03 05:18:00,362.0 -76489,gt_model_sell_peak_local,sell,2026-05-03 07:51:00,359.0 -76490,gt_model_sell_peak_local,sell,2026-05-03 09:39:00,358.0 -76491,gt_model_sell_peak_local,sell,2026-05-03 10:03:00,357.0 -76492,gt_model_sell_peak_local,sell,2026-05-03 12:51:00,355.0 -76493,gt_model_sell_peak_local,sell,2026-05-03 13:57:00,354.0 -76494,gt_model_sell_peak_local,sell,2026-05-03 14:06:00,354.0 -76495,gt_model_sell_peak_local,sell,2026-05-03 14:33:00,355.0 -76496,gt_model_sell_peak_local,sell,2026-05-03 14:36:00,355.0 -76497,gt_model_sell_peak_local,sell,2026-05-03 14:39:00,355.0 -76498,gt_model_sell_peak_local,sell,2026-05-03 14:45:00,354.0 -76499,gt_model_sell_peak_local,sell,2026-05-03 15:00:00,354.0 -76500,gt_model_sell_peak_local,sell,2026-05-03 15:15:00,353.0 -76501,gt_model_sell_peak_local,sell,2026-05-03 15:18:00,354.0 -76502,gt_model_sell_peak_local,sell,2026-05-03 15:30:00,353.0 -76503,gt_model_sell_peak_local,sell,2026-05-03 15:36:00,353.0 -76504,gt_model_sell_peak_local,sell,2026-05-03 15:39:00,354.0 -76505,gt_model_sell_peak_local,sell,2026-05-03 15:48:00,355.0 -76506,gt_model_sell_peak_local,sell,2026-05-03 17:06:00,355.0 -76507,gt_model_sell_peak_local,sell,2026-05-03 17:24:00,355.0 -76508,gt_model_sell_peak_local,sell,2026-05-03 17:45:00,356.0 -76509,gt_model_sell_peak_local,sell,2026-05-03 18:18:00,353.0 -76510,gt_model_sell_peak_local,sell,2026-05-03 18:33:00,353.0 -76511,gt_model_sell_peak_local,sell,2026-05-03 18:45:00,354.0 -76512,gt_model_sell_peak_local,sell,2026-05-03 21:45:00,355.0 -76513,gt_model_sell_peak_local,sell,2026-05-03 22:06:00,354.0 -76514,gt_model_sell_peak_local,sell,2026-05-03 22:12:00,353.0 -76515,gt_model_sell_peak_local,sell,2026-05-03 22:33:00,353.0 -76516,gt_model_sell_peak_local,sell,2026-05-03 22:42:00,353.0 -76517,gt_model_sell_peak_local,sell,2026-05-03 22:45:00,353.0 -76518,gt_model_sell_peak_local,sell,2026-05-04 00:48:00,354.0 -76519,gt_model_sell_peak_local,sell,2026-05-04 01:03:00,355.0 -76520,gt_model_sell_peak_local,sell,2026-05-04 01:27:00,355.0 -76521,gt_model_sell_peak_local,sell,2026-05-04 01:30:00,354.0 -76522,gt_model_sell_peak_local,sell,2026-05-04 01:33:00,355.0 -76523,gt_model_sell_peak_local,sell,2026-05-04 03:12:00,356.0 -76524,gt_model_sell_peak_local,sell,2026-05-04 05:39:00,357.0 -76525,gt_model_sell_peak_local,sell,2026-05-04 05:42:00,356.0 -76526,gt_model_sell_peak_local,sell,2026-05-04 06:15:00,356.0 -76527,gt_model_sell_peak_local,sell,2026-05-04 06:24:00,355.0 -76528,gt_model_sell_peak_local,sell,2026-05-04 06:27:00,355.0 -76529,gt_model_sell_peak_local,sell,2026-05-04 06:36:00,355.0 -76530,gt_model_sell_peak_local,sell,2026-05-04 06:42:00,354.0 -76531,gt_model_sell_peak_local,sell,2026-05-04 08:15:00,354.0 -76532,gt_model_sell_peak_local,sell,2026-05-04 08:45:00,352.0 -76533,gt_model_sell_peak_local,sell,2026-05-04 12:39:00,354.0 -76534,gt_model_sell_peak_local,sell,2026-05-04 12:42:00,355.0 -76535,gt_model_sell_peak_local,sell,2026-05-04 12:45:00,356.0 -76536,gt_model_sell_peak_local,sell,2026-05-04 12:54:00,357.0 -76537,gt_model_sell_peak_local,sell,2026-05-04 12:57:00,356.0 -76538,gt_model_sell_peak_local,sell,2026-05-04 13:09:00,358.0 -76539,gt_model_sell_peak_local,sell,2026-05-04 14:21:00,357.0 -76540,gt_model_sell_peak_local,sell,2026-05-04 15:39:00,355.0 -76541,gt_model_sell_peak_local,sell,2026-05-04 15:42:00,356.0 -76542,gt_model_sell_peak_local,sell,2026-05-04 15:45:00,355.0 -76543,gt_model_sell_peak_local,sell,2026-05-04 15:48:00,355.0 -76544,gt_model_sell_peak_local,sell,2026-05-04 15:54:00,357.0 -76545,gt_model_sell_peak_local,sell,2026-05-04 15:57:00,357.0 -76546,gt_model_sell_peak_local,sell,2026-05-04 16:00:00,357.0 -76547,gt_model_sell_peak_local,sell,2026-05-04 16:03:00,357.0 -76548,gt_model_sell_peak_local,sell,2026-05-04 17:09:00,354.0 -76549,gt_model_sell_peak_local,sell,2026-05-04 17:21:00,355.0 -76550,gt_model_sell_peak_local,sell,2026-05-04 19:48:00,351.0 -76551,gt_model_sell_peak_local,sell,2026-05-04 19:51:00,352.0 -76552,gt_model_sell_peak_local,sell,2026-05-04 19:54:00,351.0 -76553,gt_model_sell_peak_local,sell,2026-05-04 19:57:00,350.0 -76554,gt_model_sell_peak_local,sell,2026-05-04 21:06:00,352.0 -76555,gt_model_sell_peak_local,sell,2026-05-04 22:15:00,349.0 -76556,gt_model_sell_peak_local,sell,2026-05-04 22:21:00,350.0 -76557,gt_model_sell_peak_local,sell,2026-05-04 22:24:00,350.0 -76558,gt_model_sell_peak_local,sell,2026-05-04 22:33:00,350.0 -76559,gt_model_sell_peak_local,sell,2026-05-05 00:51:00,350.0 -76560,gt_model_sell_peak_local,sell,2026-05-05 00:54:00,350.0 -76561,gt_model_sell_peak_local,sell,2026-05-05 01:00:00,350.0 -76562,gt_model_sell_peak_local,sell,2026-05-05 01:03:00,351.0 -76563,gt_model_sell_peak_local,sell,2026-05-05 01:06:00,351.0 -76564,gt_model_sell_peak_local,sell,2026-05-05 01:09:00,349.0 -76565,gt_model_sell_peak_local,sell,2026-05-05 01:15:00,350.0 -76566,gt_model_sell_peak_local,sell,2026-05-05 04:15:00,355.0 -76567,gt_model_sell_peak_local,sell,2026-05-05 04:18:00,355.0 -76568,gt_model_sell_peak_local,sell,2026-05-05 04:27:00,354.0 -76569,gt_model_sell_peak_local,sell,2026-05-05 04:51:00,353.0 -76570,gt_model_sell_peak_local,sell,2026-05-05 04:54:00,353.0 -76571,gt_model_sell_peak_local,sell,2026-05-05 04:57:00,353.0 -76572,gt_model_sell_peak_local,sell,2026-05-05 07:45:00,351.0 -76573,gt_model_sell_peak_local,sell,2026-05-05 07:48:00,352.0 -76574,gt_model_sell_peak_local,sell,2026-05-05 07:54:00,352.0 -76575,gt_model_sell_peak_local,sell,2026-05-05 07:57:00,352.0 -76576,gt_model_sell_peak_local,sell,2026-05-05 08:06:00,351.0 -76577,gt_model_sell_peak_local,sell,2026-05-05 08:09:00,351.0 -76578,gt_model_sell_peak_local,sell,2026-05-05 12:36:00,356.0 -76579,gt_model_sell_peak_local,sell,2026-05-05 14:24:00,356.0 -76580,gt_model_sell_peak_local,sell,2026-05-05 14:27:00,356.0 -76581,gt_model_sell_peak_local,sell,2026-05-05 16:51:00,360.0 -76582,gt_model_sell_peak_local,sell,2026-05-05 17:21:00,360.0 -76583,gt_model_sell_peak_local,sell,2026-05-05 18:57:00,359.0 -76584,gt_model_sell_peak_local,sell,2026-05-05 19:00:00,360.0 -76585,gt_model_sell_peak_local,sell,2026-05-05 19:03:00,359.0 -76586,gt_model_sell_peak_local,sell,2026-05-05 19:06:00,359.0 -76587,gt_model_sell_peak_local,sell,2026-05-05 20:42:00,361.0 -76588,gt_model_sell_peak_local,sell,2026-05-05 22:30:00,361.0 -76589,gt_model_sell_peak_local,sell,2026-05-05 22:36:00,359.0 -76590,gt_model_sell_peak_local,sell,2026-05-05 22:48:00,361.0 -76591,gt_model_sell_peak_local,sell,2026-05-05 23:06:00,361.0 -76592,gt_model_sell_peak_local,sell,2026-05-05 23:09:00,362.0 -76593,gt_model_sell_peak_local,sell,2026-05-06 00:09:00,358.0 -76594,gt_model_sell_peak_local,sell,2026-05-06 00:24:00,359.0 -76595,gt_model_sell_peak_local,sell,2026-05-06 00:30:00,359.0 -76596,gt_model_sell_peak_local,sell,2026-05-06 01:39:00,357.0 -76597,gt_model_sell_peak_local,sell,2026-05-06 01:48:00,358.0 -76598,gt_model_sell_peak_local,sell,2026-05-06 02:27:00,359.0 -76599,gt_model_sell_peak_local,sell,2026-05-06 07:09:00,366.0 -76600,gt_model_sell_peak_local,sell,2026-05-06 11:51:00,367.0 -76601,gt_model_sell_peak_local,sell,2026-05-06 14:12:00,368.0 -76602,gt_model_sell_peak_local,sell,2026-05-06 15:30:00,369.0 -76603,gt_model_sell_peak_local,sell,2026-05-06 17:24:00,375.0 -76604,gt_model_sell_peak_local,sell,2026-05-06 17:27:00,374.0 -76605,gt_model_sell_peak_local,sell,2026-05-06 20:33:00,379.0 -76606,gt_model_sell_peak_local,sell,2026-05-06 20:36:00,380.0 -76607,gt_model_sell_peak_local,sell,2026-05-06 20:39:00,380.0 -76608,gt_model_sell_peak_local,sell,2026-05-06 20:42:00,379.0 -76609,gt_model_sell_peak_local,sell,2026-05-06 20:45:00,379.0 -76610,gt_model_sell_peak_local,sell,2026-05-06 20:48:00,380.0 -76611,gt_model_sell_peak_local,sell,2026-05-06 20:54:00,380.0 -76612,gt_model_sell_peak_local,sell,2026-05-06 22:48:00,374.0 -76613,gt_model_sell_peak_local,sell,2026-05-06 22:51:00,374.0 -76614,gt_model_sell_peak_local,sell,2026-05-07 02:09:00,378.0 -76615,gt_model_sell_peak_local,sell,2026-05-07 02:12:00,378.0 -76616,gt_model_sell_peak_local,sell,2026-05-07 03:06:00,375.0 -76617,gt_model_sell_peak_local,sell,2026-05-07 03:15:00,376.0 -76618,gt_model_sell_peak_local,sell,2026-05-07 05:03:00,376.0 -76619,gt_model_sell_peak_local,sell,2026-05-07 06:12:00,376.0 -76620,gt_model_sell_peak_local,sell,2026-05-07 06:15:00,376.0 -76621,gt_model_sell_peak_local,sell,2026-05-07 06:18:00,376.0 -76622,gt_model_sell_peak_local,sell,2026-05-07 06:21:00,376.0 -76623,gt_model_sell_peak_local,sell,2026-05-07 06:27:00,377.0 -76624,gt_model_sell_peak_local,sell,2026-05-07 07:39:00,375.0 -76625,gt_model_sell_peak_local,sell,2026-05-07 07:42:00,375.0 -76626,gt_model_sell_peak_local,sell,2026-05-07 07:51:00,374.0 -76627,gt_model_sell_peak_local,sell,2026-05-07 07:54:00,376.0 -76628,gt_model_sell_peak_local,sell,2026-05-07 09:57:00,373.0 -76629,gt_model_sell_peak_local,sell,2026-05-07 10:00:00,373.0 -76630,gt_model_sell_peak_local,sell,2026-05-07 12:57:00,366.0 -76631,gt_model_sell_peak_local,sell,2026-05-07 15:00:00,373.0 -76632,gt_model_sell_peak_local,sell,2026-05-07 15:03:00,372.0 -76633,gt_model_sell_peak_local,sell,2026-05-07 15:09:00,372.0 -76634,gt_model_sell_peak_local,sell,2026-05-07 15:12:00,371.0 -76635,gt_model_sell_peak_local,sell,2026-05-07 15:15:00,371.0 -76636,gt_model_sell_peak_local,sell,2026-05-07 15:18:00,371.0 -76637,gt_model_sell_peak_local,sell,2026-05-07 15:24:00,372.0 -76638,gt_model_sell_peak_local,sell,2026-05-07 15:27:00,371.0 -76639,gt_model_sell_peak_local,sell,2026-05-07 17:06:00,382.0 -76640,gt_model_sell_peak_local,sell,2026-05-07 17:21:00,381.0 -76641,gt_model_sell_peak_local,sell,2026-05-07 17:24:00,381.0 -76642,gt_model_sell_peak_local,sell,2026-05-07 17:27:00,381.0 -76643,gt_model_sell_peak_local,sell,2026-05-07 18:30:00,380.0 -76644,gt_model_sell_peak_local,sell,2026-05-07 18:33:00,380.0 -76645,gt_model_sell_peak_local,sell,2026-05-07 18:39:00,379.0 -76646,gt_model_sell_peak_local,sell,2026-05-07 18:42:00,379.0 -76647,gt_model_sell_peak_local,sell,2026-05-07 18:51:00,380.0 -76648,gt_model_sell_peak_local,sell,2026-05-07 18:54:00,379.0 -76649,gt_model_sell_peak_local,sell,2026-05-07 19:00:00,379.0 -76650,gt_model_sell_peak_local,sell,2026-05-07 21:12:00,380.0 -76651,gt_model_sell_peak_local,sell,2026-05-07 21:27:00,380.0 -76652,gt_model_sell_peak_local,sell,2026-05-07 21:30:00,380.0 -76653,gt_model_sell_peak_local,sell,2026-05-07 21:39:00,380.0 -76654,gt_model_sell_peak_local,sell,2026-05-07 22:12:00,379.0 -76655,gt_model_sell_peak_local,sell,2026-05-07 22:27:00,380.0 -76656,gt_model_sell_peak_local,sell,2026-05-07 22:36:00,377.0 -76657,gt_model_sell_peak_local,sell,2026-05-07 22:39:00,377.0 -76658,gt_model_sell_peak_local,sell,2026-05-07 22:42:00,376.0 -76659,gt_model_sell_peak_local,sell,2026-05-07 22:45:00,376.0 -76660,gt_model_sell_peak_local,sell,2026-05-07 22:51:00,373.0 -76661,gt_model_sell_peak_local,sell,2026-05-07 22:54:00,375.0 -76662,gt_model_sell_peak_local,sell,2026-05-07 22:57:00,375.0 -76663,gt_model_sell_peak_local,sell,2026-05-07 23:00:00,375.0 -76664,gt_model_sell_peak_local,sell,2026-05-07 23:03:00,375.0 -76665,gt_model_sell_peak_local,sell,2026-05-07 23:06:00,375.0 -76666,gt_model_sell_peak_local,sell,2026-05-07 23:21:00,376.0 -76667,gt_model_sell_peak_local,sell,2026-05-07 23:24:00,376.0 -76668,gt_model_sell_peak_local,sell,2026-05-08 02:24:00,373.0 -76669,gt_model_sell_peak_local,sell,2026-05-08 02:27:00,370.0 -76670,gt_model_sell_peak_local,sell,2026-05-08 02:30:00,370.0 -76671,gt_model_sell_peak_local,sell,2026-05-08 02:48:00,370.0 -76672,gt_model_sell_peak_local,sell,2026-05-08 02:54:00,371.0 -76673,gt_model_sell_peak_local,sell,2026-05-08 04:45:00,374.0 -76674,gt_model_sell_peak_local,sell,2026-05-08 04:48:00,373.0 -76675,gt_model_sell_peak_local,sell,2026-05-08 04:51:00,374.0 -76676,gt_model_sell_peak_local,sell,2026-05-08 06:03:00,370.0 -76677,gt_model_sell_peak_local,sell,2026-05-08 08:21:00,371.0 -76678,gt_model_sell_peak_local,sell,2026-05-08 10:12:00,371.0 -76679,gt_model_sell_peak_local,sell,2026-05-08 10:21:00,372.0 -76680,gt_model_sell_peak_local,sell,2026-05-08 10:24:00,374.0 -76681,gt_model_sell_peak_local,sell,2026-05-08 11:42:00,374.0 -76682,gt_model_sell_peak_local,sell,2026-05-08 11:45:00,375.0 -76683,gt_model_sell_peak_local,sell,2026-05-08 11:57:00,375.0 -76684,gt_model_sell_peak_local,sell,2026-05-08 12:33:00,376.0 -76685,gt_model_sell_peak_local,sell,2026-05-08 12:36:00,375.0 -76686,gt_model_sell_peak_local,sell,2026-05-08 12:45:00,375.0 -76687,gt_model_sell_peak_local,sell,2026-05-08 12:48:00,374.0 -76688,gt_model_sell_peak_local,sell,2026-05-08 12:51:00,375.0 -76689,gt_model_sell_peak_local,sell,2026-05-08 15:12:00,378.0 -76690,gt_model_sell_peak_local,sell,2026-05-08 15:15:00,378.0 -76691,gt_model_sell_peak_local,sell,2026-05-08 16:18:00,379.0 -76692,gt_model_sell_peak_local,sell,2026-05-08 16:21:00,379.0 -76693,gt_model_sell_peak_local,sell,2026-05-08 18:30:00,381.0 -76694,gt_model_sell_peak_local,sell,2026-05-08 18:36:00,382.0 -76695,gt_model_sell_peak_local,sell,2026-05-08 21:30:00,382.0 -76696,gt_model_sell_peak_local,sell,2026-05-08 21:51:00,380.0 -76697,gt_model_sell_peak_local,sell,2026-05-08 21:54:00,380.0 -76698,gt_model_sell_peak_local,sell,2026-05-08 21:57:00,381.0 -76699,gt_model_sell_peak_local,sell,2026-05-08 22:00:00,380.0 -76700,gt_model_sell_peak_local,sell,2026-05-08 22:03:00,380.0 -76701,gt_model_sell_peak_local,sell,2026-05-09 01:57:00,391.0 -76702,gt_model_sell_peak_local,sell,2026-05-09 05:30:00,401.0 -76703,gt_model_sell_peak_local,sell,2026-05-09 07:51:00,402.0 -76704,gt_model_sell_peak_local,sell,2026-05-09 10:45:00,405.0 -76705,gt_model_sell_peak_local,sell,2026-05-09 10:48:00,406.0 -76706,gt_model_sell_peak_local,sell,2026-05-09 10:51:00,407.0 -76707,gt_model_sell_peak_local,sell,2026-05-09 11:33:00,405.0 -76708,gt_model_sell_peak_local,sell,2026-05-09 11:36:00,406.0 -76709,gt_model_sell_peak_local,sell,2026-05-09 11:39:00,406.0 -76710,gt_model_sell_peak_local,sell,2026-05-09 11:48:00,405.0 -76711,gt_model_sell_peak_local,sell,2026-05-09 11:51:00,404.0 -76712,gt_model_sell_peak_local,sell,2026-05-09 11:54:00,404.0 -76713,gt_model_sell_peak_local,sell,2026-05-09 11:57:00,405.0 -76714,gt_model_sell_peak_local,sell,2026-05-09 12:15:00,406.0 -76715,gt_model_sell_peak_local,sell,2026-05-09 13:09:00,407.0 -76716,gt_model_sell_peak_local,sell,2026-05-09 13:12:00,406.0 -76717,gt_model_sell_peak_local,sell,2026-05-09 13:15:00,406.0 -76718,gt_model_sell_peak_local,sell,2026-05-09 13:18:00,405.0 -76719,gt_model_sell_peak_local,sell,2026-05-09 13:21:00,405.0 -76720,gt_model_sell_peak_local,sell,2026-05-09 13:24:00,404.0 -76721,gt_model_sell_peak_local,sell,2026-05-09 14:06:00,401.0 -76722,gt_model_sell_peak_local,sell,2026-05-09 14:09:00,402.0 -76723,gt_model_sell_peak_local,sell,2026-05-09 16:06:00,403.0 -76724,gt_model_sell_peak_local,sell,2026-05-09 16:12:00,402.0 -76725,gt_model_sell_peak_local,sell,2026-05-09 16:33:00,401.0 -76726,gt_model_sell_peak_local,sell,2026-05-09 19:03:00,396.0 -76727,gt_model_sell_peak_local,sell,2026-05-09 22:27:00,403.0 -76728,gt_model_sell_peak_local,sell,2026-05-09 23:27:00,397.0 -76729,gt_model_sell_peak_local,sell,2026-05-10 01:36:00,397.0 -76730,gt_model_sell_peak_local,sell,2026-05-10 03:39:00,402.0 -76731,gt_model_sell_peak_local,sell,2026-05-10 04:06:00,401.0 -76732,gt_model_sell_peak_local,sell,2026-05-10 04:09:00,401.0 -76733,gt_model_sell_peak_local,sell,2026-05-10 04:12:00,401.0 -76734,gt_model_sell_peak_local,sell,2026-05-10 04:24:00,401.0 -76735,gt_model_sell_peak_local,sell,2026-05-10 04:36:00,402.0 -76736,gt_model_sell_peak_local,sell,2026-05-10 04:42:00,401.0 -76737,gt_model_sell_peak_local,sell,2026-05-10 04:45:00,401.0 -76738,gt_model_sell_peak_local,sell,2026-05-10 04:57:00,401.0 -76739,gt_model_sell_peak_local,sell,2026-05-10 06:00:00,401.0 -76740,gt_model_sell_peak_local,sell,2026-05-10 06:03:00,400.0 -76741,gt_model_sell_peak_local,sell,2026-05-10 06:06:00,401.0 -76742,gt_model_sell_peak_local,sell,2026-05-10 07:21:00,400.0 -76743,gt_model_sell_peak_local,sell,2026-05-10 08:27:00,398.0 -76744,gt_model_sell_peak_local,sell,2026-05-10 08:42:00,398.0 -76745,gt_model_sell_peak_local,sell,2026-05-10 08:45:00,398.0 -76746,gt_model_sell_peak_local,sell,2026-05-10 08:48:00,398.0 -76747,gt_model_sell_peak_local,sell,2026-05-10 08:51:00,398.0 -76748,gt_model_sell_peak_local,sell,2026-05-10 10:27:00,392.0 -76749,gt_model_sell_peak_local,sell,2026-05-10 10:33:00,393.0 -76750,gt_model_sell_peak_local,sell,2026-05-10 12:30:00,394.0 -76751,gt_model_sell_peak_local,sell,2026-05-10 13:12:00,394.0 -76752,gt_model_sell_peak_local,sell,2026-05-10 13:42:00,394.0 -76753,gt_model_sell_peak_local,sell,2026-05-10 13:45:00,393.0 -76754,gt_model_sell_peak_local,sell,2026-05-10 14:00:00,393.0 -76755,gt_model_sell_peak_local,sell,2026-05-10 16:06:00,396.0 -76756,gt_model_sell_peak_local,sell,2026-05-10 19:03:00,400.0 -76757,gt_model_sell_peak_local,sell,2026-05-10 19:18:00,400.0 -76758,gt_model_sell_peak_local,sell,2026-05-10 19:27:00,402.0 -76759,gt_model_sell_peak_local,sell,2026-05-10 19:30:00,401.0 -76760,gt_model_sell_peak_local,sell,2026-05-10 19:48:00,402.0 -76761,gt_model_sell_peak_local,sell,2026-05-10 19:51:00,402.0 -76762,gt_model_sell_peak_local,sell,2026-05-10 20:24:00,399.0 -76763,gt_model_sell_peak_local,sell,2026-05-10 20:27:00,401.0 -76764,gt_model_sell_peak_local,sell,2026-05-10 20:39:00,400.0 -76765,gt_model_sell_peak_local,sell,2026-05-10 20:48:00,399.0 -76766,gt_model_sell_peak_local,sell,2026-05-10 20:51:00,398.0 -76767,gt_model_sell_peak_local,sell,2026-05-10 20:54:00,398.0 -76768,gt_model_sell_peak_local,sell,2026-05-10 23:24:00,400.0 -76769,gt_model_sell_peak_local,sell,2026-05-10 23:54:00,402.0 -76770,gt_model_sell_peak_local,sell,2026-05-11 02:12:00,414.0 -76771,gt_model_sell_peak_local,sell,2026-05-11 02:15:00,415.0 -76772,gt_model_sell_peak_local,sell,2026-05-11 05:36:00,413.0 -76773,gt_model_sell_peak_local,sell,2026-05-11 05:48:00,404.0 -76774,gt_model_sell_peak_local,sell,2026-05-11 06:09:00,403.0 -76775,gt_model_sell_peak_local,sell,2026-05-11 09:24:00,414.0 -76776,gt_model_sell_peak_local,sell,2026-05-11 11:24:00,410.0 -76777,gt_model_sell_peak_local,sell,2026-05-11 15:30:00,418.0 -76778,gt_model_sell_peak_local,sell,2026-05-11 15:33:00,418.0 -76779,gt_model_sell_peak_local,sell,2026-05-11 20:18:00,413.0 -76780,gt_model_sell_peak_local,sell,2026-05-11 21:39:00,413.0 -76781,gt_model_sell_peak_local,sell,2026-05-12 00:09:00,409.0 -76782,gt_model_sell_peak_local,sell,2026-05-12 02:12:00,414.0 -76783,gt_model_sell_peak_local,sell,2026-05-12 04:06:00,415.0 -76784,gt_model_sell_peak_local,sell,2026-05-12 05:42:00,414.0 -76785,gt_model_sell_peak_local,sell,2026-05-12 07:09:00,415.0 -76786,gt_model_sell_peak_local,sell,2026-05-12 07:12:00,413.0 -76787,gt_model_sell_peak_local,sell,2026-05-12 07:15:00,413.0 -76788,gt_model_sell_peak_local,sell,2026-05-12 07:36:00,409.0 -76789,gt_model_sell_peak_local,sell,2026-05-12 10:57:00,407.0 -76790,gt_model_sell_peak_local,sell,2026-05-12 11:00:00,406.0 -76791,gt_model_sell_peak_local,sell,2026-05-12 13:00:00,408.0 -76792,gt_model_sell_peak_local,sell,2026-05-12 15:57:00,409.0 -76793,gt_model_sell_peak_local,sell,2026-05-12 16:18:00,408.0 -76794,gt_model_sell_peak_local,sell,2026-05-12 16:21:00,408.0 -76795,gt_model_sell_peak_local,sell,2026-05-12 17:51:00,407.0 -76796,gt_model_sell_peak_local,sell,2026-05-12 19:42:00,400.0 -76797,gt_model_sell_peak_local,sell,2026-05-12 23:06:00,398.0 -76798,gt_model_sell_peak_local,sell,2026-05-13 03:21:00,393.0 -76799,gt_model_sell_peak_local,sell,2026-05-13 07:12:00,400.0 -76800,gt_model_sell_peak_local,sell,2026-05-13 07:15:00,400.0 -76801,gt_model_sell_peak_local,sell,2026-05-13 08:18:00,398.0 -76802,gt_model_sell_peak_local,sell,2026-05-13 09:24:00,398.0 -76803,gt_model_sell_peak_local,sell,2026-05-13 12:24:00,407.0 -76804,gt_model_sell_peak_local,sell,2026-05-13 12:30:00,408.0 -76805,gt_model_sell_peak_local,sell,2026-05-13 12:33:00,408.0 -76806,gt_model_sell_peak_local,sell,2026-05-13 13:57:00,411.0 -76807,gt_model_sell_peak_local,sell,2026-05-13 14:00:00,411.0 -76808,gt_model_sell_peak_local,sell,2026-05-13 14:03:00,410.0 -76809,gt_model_sell_peak_local,sell,2026-05-13 14:09:00,410.0 -76810,gt_model_sell_peak_local,sell,2026-05-13 14:21:00,408.0 -76811,gt_model_sell_peak_local,sell,2026-05-13 14:48:00,406.0 -76812,gt_model_sell_peak_local,sell,2026-05-13 14:54:00,408.0 -76813,gt_model_sell_peak_local,sell,2026-05-13 17:09:00,410.0 -76814,gt_model_sell_peak_local,sell,2026-05-13 19:45:00,414.0 -76815,gt_model_sell_peak_local,sell,2026-05-14 04:03:00,386.0 -76816,gt_model_sell_peak_local,sell,2026-05-14 04:06:00,385.0 -76817,gt_model_sell_peak_local,sell,2026-05-14 04:15:00,385.0 -76818,gt_model_sell_peak_local,sell,2026-05-14 04:27:00,384.0 -76819,gt_model_sell_peak_local,sell,2026-05-14 04:33:00,384.0 -76820,gt_model_sell_peak_local,sell,2026-05-14 06:39:00,384.0 -76821,gt_model_sell_peak_local,sell,2026-05-14 06:51:00,384.0 -76822,gt_model_sell_peak_local,sell,2026-05-14 08:42:00,386.0 -76823,gt_model_sell_peak_local,sell,2026-05-14 09:00:00,386.0 -76824,gt_model_sell_peak_local,sell,2026-05-14 09:06:00,386.0 -76825,gt_model_sell_peak_local,sell,2026-05-14 09:09:00,387.0 -76826,gt_model_sell_peak_local,sell,2026-05-14 09:12:00,388.0 -76827,gt_model_sell_peak_local,sell,2026-05-14 10:36:00,387.0 -76828,gt_model_sell_peak_local,sell,2026-05-14 12:15:00,383.0 -76829,gt_model_sell_peak_local,sell,2026-05-14 12:18:00,381.0 -76830,gt_model_sell_peak_local,sell,2026-05-14 12:21:00,379.0 -76831,gt_model_sell_peak_local,sell,2026-05-14 12:30:00,383.0 -76832,gt_model_sell_peak_local,sell,2026-05-14 12:33:00,383.0 -76833,gt_model_sell_peak_local,sell,2026-05-14 16:06:00,382.0 -76834,gt_model_sell_peak_local,sell,2026-05-14 16:09:00,383.0 -76835,gt_model_sell_peak_local,sell,2026-05-14 16:12:00,382.0 -76836,gt_model_sell_peak_local,sell,2026-05-14 16:15:00,381.0 -76837,gt_model_sell_peak_local,sell,2026-05-14 16:18:00,381.0 -76838,gt_model_sell_peak_local,sell,2026-05-14 16:21:00,381.0 -76839,gt_model_sell_peak_local,sell,2026-05-14 16:24:00,382.0 -76840,gt_model_sell_peak_local,sell,2026-05-14 18:39:00,379.0 -76841,gt_model_sell_peak_local,sell,2026-05-14 20:57:00,379.0 -76842,gt_model_sell_peak_local,sell,2026-05-15 02:12:00,393.0 -76843,gt_model_sell_peak_local,sell,2026-05-15 02:15:00,390.0 -76844,gt_model_sell_peak_local,sell,2026-05-15 03:09:00,391.0 -76845,gt_model_sell_peak_local,sell,2026-05-15 03:12:00,392.0 -76846,gt_model_sell_peak_local,sell,2026-05-15 05:06:00,393.0 -76847,gt_model_sell_peak_local,sell,2026-05-15 07:03:00,391.0 -76848,gt_model_sell_peak_local,sell,2026-05-15 07:09:00,393.0 -76849,gt_model_sell_peak_local,sell,2026-05-15 07:36:00,392.0 -76850,gt_model_sell_peak_local,sell,2026-05-15 07:39:00,393.0 -76851,gt_model_sell_peak_local,sell,2026-05-15 07:42:00,393.0 -76852,gt_model_sell_peak_local,sell,2026-05-15 07:45:00,393.0 -76853,gt_model_sell_peak_local,sell,2026-05-15 07:48:00,393.0 -76854,gt_model_sell_peak_local,sell,2026-05-15 07:51:00,392.0 -76855,gt_model_sell_peak_local,sell,2026-05-15 08:09:00,389.0 -76856,gt_model_sell_peak_local,sell,2026-05-15 08:12:00,389.0 -76857,gt_model_sell_peak_local,sell,2026-05-15 08:24:00,388.0 -76858,gt_model_sell_peak_local,sell,2026-05-15 08:30:00,390.0 -76859,gt_model_sell_peak_local,sell,2026-05-15 08:36:00,390.0 -76860,gt_model_sell_peak_local,sell,2026-05-15 08:42:00,388.0 -76861,gt_model_sell_peak_local,sell,2026-05-15 10:33:00,387.0 -76862,gt_model_sell_peak_local,sell,2026-05-15 10:36:00,388.0 -76863,gt_model_sell_peak_local,sell,2026-05-15 10:54:00,387.0 -76864,gt_model_sell_peak_local,sell,2026-05-15 10:57:00,387.0 -76865,gt_model_sell_peak_local,sell,2026-05-15 11:00:00,386.0 -76866,gt_model_sell_peak_local,sell,2026-05-15 11:03:00,386.0 -76867,gt_model_sell_peak_local,sell,2026-05-15 11:06:00,387.0 -76868,gt_model_sell_peak_local,sell,2026-05-15 11:15:00,385.0 -76869,gt_model_sell_peak_local,sell,2026-05-15 13:00:00,386.0 -76870,gt_model_sell_peak_local,sell,2026-05-15 13:03:00,385.0 -76871,gt_model_sell_peak_local,sell,2026-05-15 13:06:00,386.0 -76872,gt_model_sell_peak_local,sell,2026-05-15 13:09:00,386.0 -76873,gt_model_sell_peak_local,sell,2026-05-15 13:12:00,386.0 -76874,gt_model_sell_peak_local,sell,2026-05-15 13:18:00,385.0 -76875,gt_model_sell_peak_local,sell,2026-05-15 13:21:00,385.0 -76876,gt_model_sell_peak_local,sell,2026-05-15 13:24:00,384.0 -76877,gt_model_sell_peak_local,sell,2026-05-15 13:27:00,384.0 -76878,gt_model_sell_peak_local,sell,2026-05-15 17:24:00,374.0 -76879,gt_model_sell_peak_local,sell,2026-05-15 17:57:00,375.0 -76880,gt_model_sell_peak_local,sell,2026-05-15 20:54:00,376.0 -76881,gt_model_sell_peak_local,sell,2026-05-15 20:57:00,375.0 -76882,gt_model_sell_peak_local,sell,2026-05-15 21:18:00,376.0 -76883,gt_model_sell_peak_local,sell,2026-05-15 21:27:00,375.0 -76884,gt_model_sell_peak_local,sell,2026-05-15 21:30:00,375.0 -76885,gt_model_sell_peak_local,sell,2026-05-15 22:33:00,368.0 -76886,gt_model_sell_peak_local,sell,2026-05-16 04:18:00,367.0 -76887,gt_model_sell_peak_local,sell,2026-05-16 04:36:00,366.0 -76888,gt_model_sell_peak_local,sell,2026-05-16 04:54:00,366.0 -76889,gt_model_sell_peak_local,sell,2026-05-16 04:57:00,366.0 -76890,gt_model_sell_peak_local,sell,2026-05-16 05:00:00,366.0 -76891,gt_model_sell_peak_local,sell,2026-05-16 05:03:00,365.0 -76892,gt_model_sell_peak_local,sell,2026-05-16 05:30:00,365.0 -76893,gt_model_sell_peak_local,sell,2026-05-16 07:27:00,364.0 -76894,gt_model_sell_peak_local,sell,2026-05-16 08:12:00,365.0 -76895,gt_model_sell_peak_local,sell,2026-05-16 08:21:00,365.0 -76896,gt_model_sell_peak_local,sell,2026-05-16 08:57:00,366.0 -76897,gt_model_sell_peak_local,sell,2026-05-16 09:00:00,365.0 -76898,gt_model_sell_peak_local,sell,2026-05-16 09:06:00,366.0 -76899,gt_model_sell_peak_local,sell,2026-05-16 09:15:00,366.0 -76900,gt_model_sell_peak_local,sell,2026-05-16 09:18:00,366.0 -76901,gt_model_sell_peak_local,sell,2026-05-16 09:21:00,366.0 -76902,gt_model_sell_peak_local,sell,2026-05-16 09:24:00,366.0 -76903,gt_model_sell_peak_local,sell,2026-05-16 10:33:00,366.0 -76904,gt_model_sell_peak_local,sell,2026-05-16 12:12:00,368.0 -76905,gt_model_sell_peak_local,sell,2026-05-16 12:15:00,367.0 -76906,gt_model_sell_peak_local,sell,2026-05-16 12:24:00,369.0 -76907,gt_model_sell_peak_local,sell,2026-05-16 12:54:00,367.0 -76908,gt_model_sell_peak_local,sell,2026-05-16 13:06:00,367.0 -76909,gt_model_sell_peak_local,sell,2026-05-16 13:12:00,366.0 -76910,gt_model_sell_peak_local,sell,2026-05-16 13:24:00,367.0 -76911,gt_model_sell_peak_local,sell,2026-05-16 13:27:00,366.0 -76912,gt_model_sell_peak_local,sell,2026-05-16 13:30:00,366.0 -76913,gt_model_sell_peak_local,sell,2026-05-16 13:39:00,364.0 -76914,gt_model_sell_peak_local,sell,2026-05-16 13:57:00,365.0 -76915,gt_model_sell_peak_local,sell,2026-05-16 15:30:00,361.0 -76916,gt_model_sell_peak_local,sell,2026-05-16 15:36:00,362.0 -76917,gt_model_sell_peak_local,sell,2026-05-16 15:39:00,362.0 -76918,gt_model_sell_peak_local,sell,2026-05-16 15:42:00,361.0 -76919,gt_model_sell_peak_local,sell,2026-05-16 15:48:00,360.0 -76920,gt_model_sell_peak_local,sell,2026-05-16 15:51:00,360.0 -76921,gt_model_sell_peak_local,sell,2026-05-16 17:45:00,359.0 -76922,gt_model_sell_peak_local,sell,2026-05-16 18:00:00,358.0 -76923,gt_model_sell_peak_local,sell,2026-05-16 18:30:00,354.0 -76924,gt_model_sell_peak_local,sell,2026-05-16 21:27:00,356.0 -76925,gt_model_sell_peak_local,sell,2026-05-16 21:30:00,356.0 -76926,gt_model_sell_peak_local,sell,2026-05-16 22:51:00,358.0 -76927,gt_model_sell_peak_local,sell,2026-05-16 23:30:00,357.0 -76928,gt_model_sell_peak_local,sell,2026-05-16 23:33:00,358.0 -76929,gt_model_sell_peak_local,sell,2026-05-17 01:36:00,360.0 -76930,gt_model_sell_peak_local,sell,2026-05-17 01:39:00,360.0 -76931,gt_model_sell_peak_local,sell,2026-05-17 01:42:00,359.0 -76932,gt_model_sell_peak_local,sell,2026-05-17 01:48:00,359.0 -76933,gt_model_sell_peak_local,sell,2026-05-17 01:51:00,359.0 -76934,gt_model_sell_peak_local,sell,2026-05-17 02:12:00,361.0 -76935,gt_model_sell_peak_local,sell,2026-05-17 02:21:00,361.0 -76936,gt_model_sell_peak_local,sell,2026-05-17 02:24:00,361.0 -76937,gt_model_sell_peak_local,sell,2026-05-17 03:36:00,360.0 -76938,gt_model_sell_peak_local,sell,2026-05-17 03:39:00,359.0 -76939,gt_model_sell_peak_local,sell,2026-05-17 03:48:00,360.0 -76940,gt_model_sell_peak_local,sell,2026-05-17 03:51:00,360.0 -76941,gt_model_sell_peak_local,sell,2026-05-17 03:54:00,361.0 -76942,gt_model_sell_peak_local,sell,2026-05-17 03:57:00,360.0 -76943,gt_model_sell_peak_local,sell,2026-05-17 04:06:00,361.0 -76944,gt_model_sell_peak_local,sell,2026-05-17 05:27:00,359.0 -76945,gt_model_sell_peak_local,sell,2026-05-17 06:39:00,360.0 -76946,gt_model_sell_peak_local,sell,2026-05-17 07:03:00,358.0 -76947,gt_model_sell_peak_local,sell,2026-05-17 07:06:00,359.0 -76948,gt_model_sell_peak_local,sell,2026-05-17 07:12:00,358.0 -76949,gt_model_sell_peak_local,sell,2026-05-17 07:15:00,359.0 -76950,gt_model_sell_peak_local,sell,2026-05-17 07:18:00,359.0 -76951,gt_model_sell_peak_local,sell,2026-05-17 07:21:00,359.0 -76952,gt_model_sell_peak_local,sell,2026-05-17 07:27:00,358.0 -76953,gt_model_sell_peak_local,sell,2026-05-17 07:33:00,359.0 -76954,gt_model_sell_peak_local,sell,2026-05-17 07:36:00,359.0 -76955,gt_model_sell_peak_local,sell,2026-05-17 07:39:00,359.0 -76956,gt_model_sell_peak_local,sell,2026-05-17 07:42:00,359.0 -76957,gt_model_sell_peak_local,sell,2026-05-17 08:54:00,358.0 -76958,gt_model_sell_peak_local,sell,2026-05-17 10:09:00,358.0 -76959,gt_model_sell_peak_local,sell,2026-05-17 10:30:00,356.0 -76960,gt_model_sell_peak_local,sell,2026-05-17 12:30:00,358.0 -76961,gt_model_sell_peak_local,sell,2026-05-17 15:15:00,363.0 -76962,gt_model_sell_peak_local,sell,2026-05-17 16:00:00,362.0 -76963,gt_model_sell_peak_local,sell,2026-05-17 17:42:00,363.0 -76964,gt_model_sell_peak_local,sell,2026-05-17 20:21:00,362.0 -76965,gt_model_sell_peak_local,sell,2026-05-17 20:45:00,363.0 -76966,gt_model_sell_peak_local,sell,2026-05-17 22:18:00,361.0 -76967,gt_model_sell_peak_local,sell,2026-05-17 22:39:00,361.0 -76968,gt_model_sell_peak_local,sell,2026-05-17 22:42:00,362.0 -76969,gt_model_sell_peak_local,sell,2026-05-18 02:03:00,358.0 -76970,gt_model_sell_peak_local,sell,2026-05-18 05:24:00,360.0 -76971,gt_model_sell_peak_local,sell,2026-05-18 05:27:00,360.0 -76972,gt_model_sell_peak_local,sell,2026-05-18 05:51:00,360.0 -76973,gt_model_sell_peak_local,sell,2026-05-18 05:54:00,360.0 -76974,gt_model_sell_peak_local,sell,2026-05-18 05:57:00,359.0 -76975,gt_model_sell_peak_local,sell,2026-05-18 06:00:00,360.0 -76976,gt_model_sell_peak_local,sell,2026-05-18 06:03:00,359.0 -76977,gt_model_sell_peak_local,sell,2026-05-18 06:06:00,359.0 -76978,gt_model_sell_peak_local,sell,2026-05-18 06:09:00,360.0 -76979,gt_model_sell_peak_local,sell,2026-05-18 06:12:00,359.0 -76980,gt_model_sell_peak_local,sell,2026-05-18 06:15:00,360.0 -76981,gt_model_sell_peak_local,sell,2026-05-18 06:18:00,360.0 -76982,gt_model_sell_peak_local,sell,2026-05-18 06:21:00,360.0 -76983,gt_model_sell_peak_local,sell,2026-05-18 07:27:00,357.0 -76984,gt_model_sell_peak_local,sell,2026-05-18 07:33:00,358.0 -76985,gt_model_sell_peak_local,sell,2026-05-18 07:36:00,359.0 -76986,gt_model_sell_peak_local,sell,2026-05-18 07:42:00,358.0 -76987,gt_model_sell_peak_local,sell,2026-05-18 07:51:00,357.0 -76988,gt_model_sell_peak_local,sell,2026-05-18 07:54:00,357.0 -76989,gt_model_sell_peak_local,sell,2026-05-18 10:57:00,352.0 -76990,gt_model_sell_peak_local,sell,2026-05-18 11:00:00,351.0 -76991,gt_model_sell_peak_local,sell,2026-05-18 11:03:00,351.0 -76992,gt_model_sell_peak_local,sell,2026-05-18 11:06:00,352.0 -76993,gt_model_sell_peak_local,sell,2026-05-18 11:09:00,352.0 -76994,gt_model_sell_peak_local,sell,2026-05-18 13:06:00,352.0 -76995,gt_model_sell_peak_local,sell,2026-05-18 13:09:00,352.0 -76996,gt_model_sell_peak_local,sell,2026-05-18 13:21:00,353.0 -76997,gt_model_sell_peak_local,sell,2026-05-18 13:27:00,352.0 -76998,gt_model_sell_peak_local,sell,2026-05-18 13:30:00,351.0 -76999,gt_model_sell_peak_local,sell,2026-05-18 13:36:00,352.0 -77000,gt_model_sell_peak_local,sell,2026-05-18 13:42:00,352.0 -77001,gt_model_sell_peak_local,sell,2026-05-18 13:45:00,353.0 -77002,gt_model_sell_peak_local,sell,2026-05-18 13:51:00,353.0 -77003,gt_model_sell_peak_local,sell,2026-05-18 13:54:00,353.0 -77004,gt_model_sell_peak_local,sell,2026-05-18 14:18:00,352.0 -77005,gt_model_sell_peak_local,sell,2026-05-18 14:45:00,350.0 -77006,gt_model_sell_peak_local,sell,2026-05-18 14:54:00,351.0 -77007,gt_model_sell_peak_local,sell,2026-05-18 15:00:00,350.0 -77008,gt_model_sell_peak_local,sell,2026-05-18 15:12:00,349.0 -77009,gt_model_sell_peak_local,sell,2026-05-18 18:03:00,347.0 -77010,gt_model_sell_peak_local,sell,2026-05-18 18:06:00,346.0 -77011,gt_model_sell_peak_local,sell,2026-05-18 22:45:00,349.0 -77012,gt_model_sell_peak_local,sell,2026-05-19 03:39:00,347.0 -77013,gt_model_sell_peak_local,sell,2026-05-19 03:42:00,346.0 -77014,gt_model_sell_peak_local,sell,2026-05-19 03:54:00,347.0 -77015,gt_model_sell_peak_local,sell,2026-05-19 03:57:00,345.0 -77016,gt_model_sell_peak_local,sell,2026-05-19 04:00:00,345.0 -77017,gt_model_sell_peak_local,sell,2026-05-19 06:27:00,356.0 -77018,gt_model_sell_peak_local,sell,2026-05-19 07:54:00,357.0 -77019,gt_model_sell_peak_local,sell,2026-05-19 09:09:00,359.0 -77020,gt_model_sell_peak_local,sell,2026-05-19 10:21:00,359.0 -77021,gt_model_sell_peak_local,sell,2026-05-19 10:30:00,358.0 -77022,gt_model_sell_peak_local,sell,2026-05-19 10:54:00,358.0 -77023,gt_model_sell_peak_local,sell,2026-05-19 16:27:00,365.0 -77024,gt_model_sell_peak_local,sell,2026-05-19 16:30:00,366.0 -77025,gt_model_sell_peak_local,sell,2026-05-19 16:33:00,367.0 -77026,gt_model_sell_peak_local,sell,2026-05-19 16:36:00,366.0 -77027,gt_model_sell_peak_local,sell,2026-05-19 16:45:00,365.0 -77028,gt_model_sell_peak_local,sell,2026-05-19 19:06:00,364.0 -77029,gt_model_sell_peak_local,sell,2026-05-19 19:09:00,364.0 -77030,gt_model_sell_peak_local,sell,2026-05-19 19:12:00,364.0 -77031,gt_model_sell_peak_local,sell,2026-05-19 20:33:00,362.0 -77032,gt_model_sell_peak_local,sell,2026-05-19 23:36:00,358.0 -77033,gt_model_sell_peak_local,sell,2026-05-19 23:51:00,357.0 -77034,gt_model_sell_peak_local,sell,2026-05-20 02:24:00,358.0 -77035,gt_model_sell_peak_local,sell,2026-05-20 02:36:00,358.0 -77036,gt_model_sell_peak_local,sell,2026-05-20 04:30:00,358.0 -77037,gt_model_sell_peak_local,sell,2026-05-20 05:48:00,359.0 -77038,gt_model_sell_peak_local,sell,2026-05-20 06:39:00,359.0 -77039,gt_model_sell_peak_local,sell,2026-05-20 07:00:00,358.0 -77040,gt_model_sell_peak_local,sell,2026-05-20 07:03:00,358.0 -77041,gt_model_sell_peak_local,sell,2026-05-20 07:06:00,358.0 -77042,gt_model_sell_peak_local,sell,2026-05-20 07:21:00,356.0 -77043,gt_model_sell_peak_local,sell,2026-05-20 07:24:00,356.0 -77044,gt_model_sell_peak_local,sell,2026-05-20 07:30:00,355.0 -77045,gt_model_sell_peak_local,sell,2026-05-20 07:33:00,355.0 -77046,gt_model_sell_peak_local,sell,2026-05-20 07:42:00,355.0 -77047,gt_model_sell_peak_local,sell,2026-05-20 07:54:00,354.0 -77048,gt_model_sell_peak_local,sell,2026-05-20 09:27:00,355.0 -77049,gt_model_sell_peak_local,sell,2026-05-20 09:30:00,356.0 -77050,gt_model_sell_peak_local,sell,2026-05-20 09:33:00,357.0 -77051,gt_model_sell_peak_local,sell,2026-05-20 09:36:00,356.0 -77052,gt_model_sell_peak_local,sell,2026-05-20 09:39:00,356.0 -77053,gt_model_sell_peak_local,sell,2026-05-20 09:42:00,356.0 -77054,gt_model_sell_peak_local,sell,2026-05-20 09:48:00,357.0 -77055,gt_model_sell_peak_local,sell,2026-05-20 11:09:00,357.0 -77056,gt_model_sell_peak_local,sell,2026-05-20 11:12:00,357.0 -77057,gt_model_sell_peak_local,sell,2026-05-20 11:15:00,357.0 -77058,gt_model_sell_peak_local,sell,2026-05-20 11:18:00,357.0 -77059,gt_model_sell_peak_local,sell,2026-05-20 11:21:00,358.0 -77060,gt_model_sell_peak_local,sell,2026-05-20 11:51:00,356.0 -77061,gt_model_sell_peak_local,sell,2026-05-20 11:54:00,356.0 -77062,gt_model_sell_peak_local,sell,2026-05-20 11:57:00,356.0 -77063,gt_model_sell_peak_local,sell,2026-05-20 12:00:00,355.0 -77064,gt_model_sell_peak_local,sell,2026-05-20 12:03:00,355.0 -77065,gt_model_sell_peak_local,sell,2026-05-20 12:06:00,355.0 -77066,gt_model_sell_peak_local,sell,2026-05-20 12:09:00,356.0 -77067,gt_model_sell_peak_local,sell,2026-05-20 12:15:00,356.0 -77068,gt_model_sell_peak_local,sell,2026-05-20 12:18:00,357.0 -77069,gt_model_sell_peak_local,sell,2026-05-20 12:21:00,357.0 -77070,gt_model_sell_peak_local,sell,2026-05-20 12:24:00,357.0 -77071,gt_model_sell_peak_local,sell,2026-05-20 12:33:00,357.0 -77072,gt_model_sell_peak_local,sell,2026-05-20 12:42:00,357.0 -77073,gt_model_sell_peak_local,sell,2026-05-20 14:09:00,358.0 -77074,gt_model_sell_peak_local,sell,2026-05-20 15:06:00,357.0 -77075,gt_model_sell_peak_local,sell,2026-05-20 16:24:00,358.0 -77076,gt_model_sell_peak_local,sell,2026-05-20 16:27:00,358.0 -77077,gt_model_sell_peak_local,sell,2026-05-20 17:39:00,357.0 -77078,gt_model_sell_peak_local,sell,2026-05-20 19:39:00,358.0 -77079,gt_model_sell_peak_local,sell,2026-05-20 20:27:00,357.0 -77080,gt_model_sell_peak_local,sell,2026-05-20 20:30:00,357.0 -77081,gt_model_sell_peak_local,sell,2026-05-20 20:33:00,356.0 -77082,gt_model_sell_peak_local,sell,2026-05-20 20:48:00,357.0 -77083,gt_model_sell_peak_local,sell,2026-05-20 21:00:00,355.0 -77084,gt_model_sell_peak_local,sell,2026-05-20 21:09:00,354.0 -77085,gt_model_sell_peak_local,sell,2026-05-20 21:18:00,354.0 -77086,gt_model_sell_peak_local,sell,2026-05-20 23:03:00,355.0 -77087,gt_model_sell_peak_local,sell,2026-05-20 23:21:00,358.0 -77088,gt_model_sell_peak_local,sell,2026-05-21 02:48:00,372.0 -77089,gt_model_sell_peak_local,sell,2026-05-21 02:51:00,371.0 -77090,gt_model_sell_peak_local,sell,2026-05-21 05:27:00,371.0 -77091,gt_model_sell_peak_local,sell,2026-05-21 05:30:00,374.0 -77092,gt_model_sell_peak_local,sell,2026-05-21 05:39:00,373.0 -77093,gt_model_sell_peak_local,sell,2026-05-21 05:42:00,372.0 -77094,gt_model_sell_peak_local,sell,2026-05-21 05:45:00,374.0 -77095,gt_model_sell_peak_local,sell,2026-05-21 06:57:00,372.0 -77096,gt_model_sell_peak_local,sell,2026-05-21 13:24:00,376.0 -77097,gt_model_sell_peak_local,sell,2026-05-21 15:30:00,380.0 -77098,gt_model_sell_peak_local,sell,2026-05-21 19:03:00,385.0 -77099,gt_model_sell_peak_local,sell,2026-05-21 19:06:00,384.0 -77100,gt_model_sell_peak_local,sell,2026-05-21 19:09:00,385.0 -77101,gt_model_sell_peak_local,sell,2026-05-21 19:18:00,385.0 -77102,gt_model_sell_peak_local,sell,2026-05-21 19:21:00,386.0 -77103,gt_model_sell_peak_local,sell,2026-05-21 21:24:00,379.0 -77104,gt_model_sell_peak_local,sell,2026-05-22 00:00:00,383.0 -77105,gt_model_sell_peak_local,sell,2026-05-22 00:03:00,385.0 -77106,gt_model_sell_peak_local,sell,2026-05-22 01:24:00,383.0 -77107,gt_model_sell_peak_local,sell,2026-05-22 01:27:00,384.0 -77108,gt_model_sell_peak_local,sell,2026-05-22 04:24:00,400.0 -77109,gt_model_sell_peak_local,sell,2026-05-22 04:27:00,400.0 -77110,gt_model_sell_peak_local,sell,2026-05-22 04:30:00,400.0 -77111,gt_model_sell_peak_local,sell,2026-05-22 04:33:00,401.0 -77112,gt_model_sell_peak_local,sell,2026-05-22 06:12:00,402.0 -77113,gt_model_sell_peak_local,sell,2026-05-22 08:30:00,398.0 -77114,gt_model_sell_peak_local,sell,2026-05-22 13:21:00,416.0 -77115,gt_model_sell_peak_local,sell,2026-05-22 15:51:00,419.0 -77116,gt_model_sell_peak_local,sell,2026-05-22 16:00:00,415.0 -77117,gt_model_sell_peak_local,sell,2026-05-22 16:03:00,412.0 -77118,gt_model_sell_peak_local,sell,2026-05-22 18:30:00,424.0 -77119,gt_model_sell_peak_local,sell,2026-05-22 21:48:00,431.0 -77120,gt_model_sell_peak_local,sell,2026-05-22 21:51:00,431.0 -77121,gt_model_sell_peak_local,sell,2026-05-22 23:18:00,430.0 -77122,gt_model_sell_peak_local,sell,2026-05-22 23:24:00,425.0 -77123,gt_model_sell_peak_local,sell,2026-05-23 00:00:00,432.0 -77124,gt_model_sell_peak_local,sell,2026-05-23 01:30:00,437.0 -77125,gt_model_sell_peak_local,sell,2026-05-23 03:06:00,429.0 -77126,gt_model_sell_peak_local,sell,2026-05-23 03:12:00,430.0 -77127,gt_model_sell_peak_local,sell,2026-05-23 08:15:00,423.0 -77128,gt_model_sell_peak_local,sell,2026-05-23 14:30:00,408.0 -77129,gt_model_sell_peak_local,sell,2026-05-23 14:33:00,409.0 -77130,gt_model_sell_peak_local,sell,2026-05-23 16:15:00,409.0 -77131,gt_model_sell_peak_local,sell,2026-05-23 20:15:00,402.0 -77132,gt_model_sell_peak_local,sell,2026-05-23 21:30:00,399.0 -77133,gt_model_sell_peak_local,sell,2026-05-23 21:42:00,404.0 -77134,gt_model_sell_peak_local,sell,2026-05-24 04:54:00,450.0 -77135,gt_model_sell_peak_local,sell,2026-05-24 06:57:00,454.0 -77136,gt_model_sell_peak_local,sell,2026-05-24 11:06:00,450.0 -77137,gt_model_sell_peak_local,sell,2026-05-24 13:27:00,451.0 -77138,gt_model_sell_peak_local,sell,2026-05-24 14:39:00,447.0 -77139,gt_model_sell_peak_local,sell,2026-05-24 14:42:00,446.0 -77140,gt_model_sell_peak_local,sell,2026-05-24 14:45:00,444.0 -77141,gt_model_sell_peak_local,sell,2026-05-24 14:48:00,445.0 -77142,gt_model_sell_peak_local,sell,2026-05-24 17:15:00,449.0 -77143,gt_model_sell_peak_local,sell,2026-05-24 17:18:00,447.0 -77144,gt_model_sell_peak_local,sell,2026-05-24 19:57:00,452.0 -77145,gt_model_sell_peak_local,sell,2026-05-24 20:00:00,454.0 -77146,gt_model_sell_peak_local,sell,2026-05-24 21:03:00,451.0 -77147,gt_model_sell_peak_local,sell,2026-05-24 21:06:00,450.0 -77148,gt_model_sell_peak_local,sell,2026-05-24 21:12:00,450.0 -77149,gt_model_sell_peak_local,sell,2026-05-24 23:45:00,453.0 -77150,gt_model_sell_peak_local,sell,2026-05-25 01:54:00,445.0 -77151,gt_model_sell_peak_local,sell,2026-05-25 04:12:00,441.0 -77152,gt_model_sell_peak_local,sell,2026-05-25 07:18:00,435.0 -77153,gt_model_sell_peak_local,sell,2026-05-25 07:21:00,435.0 -77154,gt_model_sell_peak_local,sell,2026-05-25 10:09:00,440.0 -77155,gt_model_sell_peak_local,sell,2026-05-25 11:24:00,438.0 -77156,gt_model_sell_peak_local,sell,2026-05-25 11:33:00,438.0 -77157,gt_model_sell_peak_local,sell,2026-05-25 15:42:00,436.0 -77158,gt_model_sell_peak_local,sell,2026-05-25 15:45:00,437.0 -77159,gt_model_sell_peak_local,sell,2026-05-25 15:51:00,438.0 -77160,gt_model_sell_peak_local,sell,2026-05-25 15:54:00,437.0 -77161,gt_model_sell_peak_local,sell,2026-05-25 16:00:00,438.0 -77162,gt_model_sell_peak_local,sell,2026-05-25 16:03:00,438.0 -77163,gt_model_sell_peak_local,sell,2026-05-25 19:09:00,452.0 -77164,gt_model_sell_peak_local,sell,2026-05-25 21:00:00,451.0 -77165,gt_model_sell_peak_local,sell,2026-05-26 00:09:00,449.0 -77166,gt_model_sell_peak_local,sell,2026-05-26 06:18:00,490.0 -77167,gt_model_sell_peak_local,sell,2026-05-26 07:54:00,489.0 -77168,gt_model_sell_peak_local,sell,2026-05-26 10:18:00,490.0 -77169,gt_model_sell_peak_local,sell,2026-05-26 11:30:00,489.0 -77170,gt_model_sell_peak_local,sell,2026-05-26 12:48:00,489.0 -77171,gt_model_sell_peak_local,sell,2026-05-26 15:27:00,514.0 -77172,gt_model_sell_peak_local,sell,2026-05-26 15:30:00,514.0 -77173,gt_model_sell_peak_local,sell,2026-05-26 15:33:00,516.0 -77174,gt_model_sell_peak_local,sell,2026-05-26 22:30:00,584.0 -77175,gt_model_sell_peak_local,sell,2026-05-27 02:00:00,591.0 -77176,gt_model_sell_peak_local,sell,2026-05-27 02:09:00,596.0 -77177,gt_model_sell_peak_local,sell,2026-05-27 04:06:00,569.0 -77178,gt_model_sell_peak_local,sell,2026-05-27 06:48:00,564.0 -77179,gt_model_sell_peak_local,sell,2026-05-27 06:57:00,559.0 -77180,gt_model_sell_peak_local,sell,2026-05-27 09:12:00,554.0 -77181,gt_model_sell_peak_local,sell,2026-05-27 13:21:00,521.0 -77182,gt_model_sell_peak_local,sell,2026-05-27 15:51:00,542.0 -77183,gt_model_sell_peak_local,sell,2026-05-27 17:00:00,535.0 -77184,gt_model_sell_peak_local,sell,2026-05-27 18:21:00,525.0 -77185,gt_model_sell_peak_local,sell,2026-05-27 22:21:00,532.0 -77186,gt_model_sell_peak_local,sell,2026-05-28 01:36:00,524.0 -77187,gt_model_sell_peak_local,sell,2026-05-28 05:27:00,518.0 -77188,gt_model_sell_peak_local,sell,2026-05-28 05:36:00,516.0 -77189,gt_model_sell_peak_local,sell,2026-05-28 06:39:00,507.0 -77190,gt_model_sell_peak_local,sell,2026-05-28 06:42:00,507.0 -77191,gt_model_sell_peak_local,sell,2026-05-28 06:48:00,504.0 -77192,gt_model_sell_peak_local,sell,2026-05-28 09:51:00,490.0 -77193,gt_model_sell_peak_local,sell,2026-05-28 11:48:00,486.0 -77194,gt_model_sell_peak_local,sell,2026-05-28 13:27:00,473.0 -77195,gt_model_sell_peak_local,sell,2026-05-28 14:48:00,456.0 -77196,gt_model_sell_peak_local,sell,2026-05-28 18:06:00,454.0 -77197,gt_model_sell_peak_local,sell,2026-05-28 19:51:00,442.0 -77198,gt_model_sell_peak_local,sell,2026-05-28 20:06:00,436.0 -77199,gt_model_sell_peak_local,sell,2026-05-28 22:39:00,430.0 -77200,gt_model_sell_peak_local,sell,2026-05-28 22:42:00,432.0 -77201,gt_model_sell_peak_local,sell,2026-05-28 22:45:00,431.0 -77202,gt_model_sell_peak_local,sell,2026-05-28 22:48:00,429.0 -77203,gt_model_sell_peak_local,sell,2026-05-29 00:18:00,424.0 -77204,gt_model_sell_peak_local,sell,2026-05-29 04:51:00,422.0 -77205,gt_model_sell_peak_local,sell,2026-05-29 04:54:00,420.0 -77206,gt_model_sell_peak_local,sell,2026-05-29 04:57:00,418.0 -77207,gt_model_sell_peak_local,sell,2026-05-29 05:06:00,416.0 -77208,gt_model_sell_peak_local,sell,2026-05-29 07:27:00,415.0 -77209,gt_model_sell_peak_local,sell,2026-05-29 11:15:00,431.0 -77210,gt_model_sell_peak_local,sell,2026-05-29 16:09:00,453.0 -77211,gt_model_sell_peak_local,sell,2026-05-29 17:27:00,453.0 -77212,gt_model_sell_peak_local,sell,2026-05-30 01:30:00,441.0 -77213,gt_model_sell_peak_local,sell,2026-05-30 01:33:00,445.0 -77214,gt_model_sell_peak_local,sell,2026-05-30 03:39:00,447.0 -77215,gt_model_sell_peak_local,sell,2026-05-30 03:42:00,447.0 -77216,gt_model_sell_peak_local,sell,2026-05-30 03:51:00,444.0 -77217,gt_model_sell_peak_local,sell,2026-05-30 06:06:00,444.0 -77218,gt_model_sell_peak_local,sell,2026-05-30 06:09:00,442.0 -77219,gt_model_sell_peak_local,sell,2026-05-30 06:12:00,442.0 -77220,gt_model_sell_peak_local,sell,2026-05-30 06:30:00,439.0 -77221,gt_model_sell_peak_local,sell,2026-05-30 10:12:00,426.0 -77222,gt_model_sell_peak_local,sell,2026-05-30 12:42:00,433.0 -77223,gt_model_sell_peak_local,sell,2026-05-30 15:30:00,442.0 -77224,gt_model_sell_peak_local,sell,2026-05-30 18:51:00,440.0 -77225,gt_model_sell_peak_local,sell,2026-05-30 19:30:00,442.0 -77226,gt_model_sell_peak_local,sell,2026-05-31 06:45:00,538.0 -77227,gt_model_sell_peak_local,sell,2026-05-31 06:48:00,540.0 -77228,gt_model_sell_peak_local,sell,2026-05-31 06:51:00,548.0 -77229,gt_model_sell_peak_local,sell,2026-05-31 11:30:00,507.0 -77230,gt_model_sell_peak_local,sell,2026-05-31 11:33:00,507.0 -77231,gt_model_sell_peak_local,sell,2026-05-31 13:57:00,515.0 -77232,gt_model_sell_peak_local,sell,2026-05-31 14:00:00,513.0 -77233,gt_model_sell_peak_local,sell,2026-05-31 14:03:00,512.0 -77234,gt_model_sell_peak_local,sell,2026-05-31 19:48:00,491.0 -77235,gt_model_sell_peak_local,sell,2026-05-31 22:42:00,490.0 -77236,gt_model_sell_peak_local,sell,2026-06-01 07:42:00,515.0 -77237,gt_model_sell_peak_local,sell,2026-06-01 10:30:00,534.0 -77238,gt_model_sell_peak_local,sell,2026-06-01 14:03:00,573.0 -77239,gt_model_sell_peak_local,sell,2026-06-01 15:51:00,570.0 -77240,gt_model_sell_peak_local,sell,2026-06-01 17:24:00,564.0 -77241,gt_model_sell_peak_local,sell,2026-06-01 17:27:00,567.0 -77242,gt_model_sell_peak_local,sell,2026-06-01 21:06:00,548.0 -77243,gt_model_sell_peak_local,sell,2026-06-01 23:45:00,548.0 -77244,gt_model_sell_peak_local,sell,2026-06-02 02:51:00,592.0 -77245,gt_model_sell_peak_local,sell,2026-06-02 04:39:00,627.0 -77246,gt_model_sell_peak_local,sell,2026-06-02 05:51:00,619.0 -77247,gt_model_sell_peak_local,sell,2026-06-02 07:45:00,627.0 -77248,gt_model_sell_peak_local,sell,2026-06-02 07:48:00,633.0 -77249,gt_model_sell_peak_local,sell,2026-06-02 09:48:00,629.0 -77250,gt_model_sell_peak_local,sell,2026-06-02 11:00:00,636.0 -77251,gt_model_sell_peak_local,sell,2026-06-02 11:24:00,641.0 -77252,gt_model_sell_peak_local,sell,2026-06-02 11:27:00,640.0 -77253,gt_model_sell_peak_local,sell,2026-06-02 15:18:00,672.0 -77254,gt_model_sell_peak_local,sell,2026-06-02 19:00:00,604.0 -77255,gt_model_sell_peak_local,sell,2026-06-02 19:03:00,600.0 -77256,gt_model_sell_peak_local,sell,2026-06-02 20:24:00,618.0 -77257,gt_model_sell_peak_local,sell,2026-06-02 20:27:00,617.0 -77258,gt_model_sell_peak_local,sell,2026-06-02 20:39:00,612.0 -77259,gt_model_sell_peak_local,sell,2026-06-02 21:03:00,610.0 -77260,gt_model_sell_peak_local,sell,2026-06-02 21:06:00,603.0 -77261,gt_model_sell_peak_local,sell,2026-06-02 23:24:00,610.0 -77262,gt_model_sell_peak_local,sell,2026-06-03 03:06:00,610.0 -77263,gt_model_sell_peak_local,sell,2026-06-03 03:09:00,613.0 -77264,gt_model_sell_peak_local,sell,2026-06-03 07:36:00,596.0 -77265,gt_model_sell_peak_local,sell,2026-06-03 11:27:00,582.0 -77266,gt_model_sell_peak_local,sell,2026-06-03 13:06:00,585.0 -77267,gt_model_sell_peak_local,sell,2026-06-03 17:48:00,670.0 -77268,gt_model_sell_peak_local,sell,2026-06-03 21:24:00,741.0 -77269,gt_model_sell_peak_local,sell,2026-06-03 21:30:00,741.0 -77270,gt_model_sell_peak_local,sell,2026-06-03 23:09:00,764.0 -77271,gt_model_sell_peak_local,sell,2026-06-03 23:12:00,768.0 -77272,gt_model_sell_peak_local,sell,2026-06-04 00:15:00,772.0 -77273,gt_model_sell_peak_local,sell,2026-06-04 01:12:00,761.0 -77274,gt_model_sell_peak_local,sell,2026-06-04 02:24:00,763.0 -77275,gt_model_sell_peak_local,sell,2026-06-04 03:18:00,754.0 -77276,gt_model_sell_peak_local,sell,2026-06-04 04:30:00,772.0 -77277,gt_model_sell_peak_local,sell,2026-06-04 05:42:00,779.0 -77278,gt_model_sell_peak_local,sell,2026-06-04 07:21:00,802.0 -77279,gt_model_sell_peak_local,sell,2026-06-04 08:27:00,782.0 diff --git a/docs/04_matching/simulation_report.json b/docs/04_matching/simulation_report.json deleted file mode 100644 index 460f013..0000000 --- a/docs/04_matching/simulation_report.json +++ /dev/null @@ -1,1567 +0,0 @@ -{ - "label_mode": "leg_gt", - "train_ratio": 0.7, - "holdout_ratio": 0.15, - "outcomes_rows": 77184, - "walk_forward": [ - { - "month": "2025-06", - "pnl_pct": 15.0, - "start_asset_krw": 400000.0, - "end_asset_krw": 459985.0 - }, - { - "month": "2025-07", - "pnl_pct": 57.74, - "start_asset_krw": 459985.0, - "end_asset_krw": 725559.0 - }, - { - "month": "2025-08", - "pnl_pct": 21.52, - "start_asset_krw": 725559.0, - "end_asset_krw": 881721.0 - }, - { - "month": "2025-09", - "pnl_pct": 42.03, - "start_asset_krw": 881721.0, - "end_asset_krw": 1252333.0 - }, - { - "month": "2025-10", - "pnl_pct": 8.51, - "start_asset_krw": 1252333.0, - "end_asset_krw": 1358874.0 - }, - { - "month": "2025-11", - "pnl_pct": 8.1, - "start_asset_krw": 1358874.0, - "end_asset_krw": 1468941.0 - }, - { - "month": "2025-12", - "pnl_pct": -3.67, - "start_asset_krw": 1468941.0, - "end_asset_krw": 1415055.0 - }, - { - "month": "2026-01", - "pnl_pct": 34.57, - "start_asset_krw": 1415055.0, - "end_asset_krw": 1904276.0 - }, - { - "month": "2026-02", - "pnl_pct": 21.04, - "start_asset_krw": 1904276.0, - "end_asset_krw": 2304943.0 - }, - { - "month": "2026-03", - "pnl_pct": 1.08, - "start_asset_krw": 2304943.0, - "end_asset_krw": 2329782.0 - }, - { - "month": "2026-04", - "pnl_pct": 21.17, - "start_asset_krw": 2329782.0, - "end_asset_krw": 2822903.0 - }, - { - "month": "2026-05", - "pnl_pct": 41.14, - "start_asset_krw": 2822903.0, - "end_asset_krw": 3984211.0 - }, - { - "month": "2026-06", - "pnl_pct": 32.08, - "start_asset_krw": 3984211.0, - "end_asset_krw": 5262393.0 - } - ], - "walk_forward_summary": { - "buy_compound_tight": { - "months": 13, - "positive_months": 10, - "positive_ratio": 0.7692, - "mean_ev_pct": 7.0206 - }, - "buy_compound_top3": { - "months": 13, - "positive_months": 11, - "positive_ratio": 0.8462, - "mean_ev_pct": 6.8063 - }, - "buy_contrast_m10_bb_pos": { - "months": 13, - "positive_months": 10, - "positive_ratio": 0.7692, - "mean_ev_pct": 6.6378 - }, - "buy_mtf_cross_all_tf": { - "months": 12, - "positive_months": 11, - "positive_ratio": 0.9167, - "mean_ev_pct": 5.7691 - }, - "gt_model_buy_trough_local": { - "months": 13, - "positive_months": 11, - "positive_ratio": 0.8462, - "mean_ev_pct": 6.9544 - }, - "gt_model_buy_zigzag_bb": { - "months": 8, - "positive_months": 8, - "positive_ratio": 1.0, - "mean_ev_pct": 10.2649 - }, - "gt_model_sell_peak_local": { - "months": 13, - "positive_months": 13, - "positive_ratio": 1.0, - "mean_ev_pct": 2.6722 - }, - "gt_model_sell_zigzag_peak": { - "months": 2, - "positive_months": 2, - "positive_ratio": 1.0, - "mean_ev_pct": 11.6154 - }, - "sell_compound_tight": { - "months": 13, - "positive_months": 13, - "positive_ratio": 1.0, - "mean_ev_pct": 5.3948 - }, - "sell_compound_top3": { - "months": 13, - "positive_months": 13, - "positive_ratio": 1.0, - "mean_ev_pct": 5.0831 - }, - "sell_contrast_m10_bb_pos": { - "months": 13, - "positive_months": 13, - "positive_ratio": 1.0, - "mean_ev_pct": 4.8883 - }, - "sell_mtf_cross_all_tf": { - "months": 13, - "positive_months": 13, - "positive_ratio": 1.0, - "mean_ev_pct": 7.4322 - } - }, - "fee_stress_mult": 2.0, - "fee_stress_by_rule": { - "buy_compound_top3": { - "count": 9989, - "ev_pct": 5.3657, - "win_rate": 0.7162, - "profit_factor": 3.6056 - }, - "buy_compound_tight": { - "count": 1029, - "ev_pct": 5.4293, - "win_rate": 0.6842, - "profit_factor": 3.3529 - }, - "buy_contrast_m10_bb_pos": { - "count": 19029, - "ev_pct": 5.3862, - "win_rate": 0.7152, - "profit_factor": 3.6162 - }, - "buy_mtf_cross_all_tf": { - "count": 5244, - "ev_pct": 5.3262, - "win_rate": 0.7061, - "profit_factor": 3.809 - }, - "sell_compound_top3": { - "count": 11480, - "ev_pct": 4.6861, - "win_rate": 0.9444, - "profit_factor": 30.4894 - }, - "sell_compound_tight": { - "count": 1394, - "ev_pct": 5.0381, - "win_rate": 0.9505, - "profit_factor": 48.4627 - }, - "sell_contrast_m10_bb_pos": { - "count": 16859, - "ev_pct": 4.506, - "win_rate": 0.9361, - "profit_factor": 26.6487 - }, - "sell_mtf_cross_all_tf": { - "count": 4019, - "ev_pct": 7.2121, - "win_rate": 1.0, - "profit_factor": 28985.5736 - }, - "gt_model_buy_zigzag_bb": { - "count": 25, - "ev_pct": 8.5824, - "win_rate": 0.84, - "profit_factor": 41.1466 - }, - "gt_model_buy_trough_local": { - "count": 1508, - "ev_pct": 6.1193, - "win_rate": 0.7381, - "profit_factor": 4.738 - }, - "gt_model_sell_zigzag_peak": { - "count": 8, - "ev_pct": 11.7981, - "win_rate": 1.0, - "profit_factor": 94.3851 - }, - "gt_model_sell_peak_local": { - "count": 6600, - "ev_pct": 2.3127, - "win_rate": 0.8191, - "profit_factor": 4.83 - } - }, - "live_order_cap_sim": { - "assumptions": { - "slippage_pct": 0.05, - "sizing": "hybrid_dd_tier_compound" - }, - "taken_count": 890, - "total_count": 913, - "rules": { - "buy_compound_tight": { - "taken_count": 77, - "total_count": 100, - "metrics": { - "count": 77, - "ev_pct": 8.9083, - "win_rate": 0.7013, - "profit_factor": 6.6417 - } - }, - "sell_mtf_cross_all_tf": { - "taken_count": 813, - "total_count": 813, - "metrics": { - "count": 813, - "ev_pct": 7.7543, - "win_rate": 1.0, - "profit_factor": 6304.2446 - } - } - }, - "portfolio_adj_ev_pct": 7.8541 - }, - "go_no_go": { - "go": true, - "checks": [ - { - "rule_id": "buy_compound_tight", - "side": "buy", - "pass": true, - "holdout_ev": 10.8775, - "holdout_pf": 9.8832, - "wf_positive_ratio": 0.7692, - "fee_stress_ev": 5.4293 - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "pass": true, - "holdout_ev": 7.8043, - "holdout_pf": 6344.8946, - "wf_positive_ratio": 1.0, - "fee_stress_ev": 7.2121 - } - ], - "live_cap_taken_ratio": 1.0 - }, - "go_no_go_hybrid": { - "go": true, - "primary_sizing": "hybrid", - "checks": [ - { - "name": "monitor_rules_go", - "pass": true - }, - { - "name": "hybrid_holdout_pnl", - "pass": true, - "value": 101.42 - }, - { - "name": "hybrid_max_mdd", - "pass": true, - "value": 19.76 - }, - { - "name": "hybrid_fee_stress_pnl", - "pass": true, - "value": 1065.77 - }, - { - "name": "option_c_target_300pct", - "pass": true, - "value": 1215.6, - "optional": true - } - ] - }, - "go_no_go_option_c_phase2": { - "go": false, - "gt_capture_ratio": 0.2019, - "targets": { - "phase2_pnl_pct": 1000.0, - "min_gt_capture": 0.23, - "portfolio_wf_min_ratio": 0.5 - }, - "checks": [ - { - "name": "phase1_hybrid_go", - "pass": true - }, - { - "name": "full_pnl_1000pct", - "pass": true, - "value": 1215.6 - }, - { - "name": "gt_capture_23pct", - "pass": false, - "value": 0.2019 - }, - { - "name": "holdout_pnl_positive", - "pass": true, - "value": 101.42 - }, - { - "name": "max_mdd", - "pass": true, - "value": 19.76 - }, - { - "name": "fee_stress_ratio", - "pass": true, - "value": 1065.77, - "threshold": 850.0 - }, - { - "name": "slippage_stress_positive", - "pass": true, - "value": 91.16, - "note": "체결가 슬리피지 반영 후에도 흑자" - }, - { - "name": "portfolio_wf_positive_ratio", - "pass": true, - "value": 0.9231 - } - ] - }, - "portfolio_compare": { - "ground_truth_chrono": { - "initial_cash_krw": 400000, - "final_asset_krw": 24488124.0, - "pnl_krw": 24088124.0, - "pnl_pct": 6022.03, - "total_fees_krw": 127822.0, - "cash_krw": 24488124.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 485, - "max_drawdown_pct": 6.57, - "peak_asset_krw": 491720.0, - "trough_asset_krw": 459404.0 - }, - "sim_sized": { - "initial_cash_krw": 400000, - "final_asset_krw": 632469.0, - "pnl_krw": 232469.0, - "pnl_pct": 58.12, - "total_fees_krw": 8806.0, - "cash_krw": 632400.0, - "holding_qty": 0.087967, - "holding_value_krw": 69.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 5048, - "max_drawdown_pct": 9.61, - "peak_asset_krw": 408681.0, - "trough_asset_krw": 369398.0, - "sizing_mode": "gt_model_compound_causal", - "sizing_note": "전기간 복리·GT tier·총자산×비중, 보유현금 한도; 인과적 신호·tier(미래 미사용)" - }, - "sim_fixed_order": { - "initial_cash_krw": 400000, - "final_asset_krw": 26802.0, - "pnl_krw": -373198.0, - "pnl_pct": -93.3, - "total_fees_krw": 14326.0, - "cash_krw": 26802.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "order_krw": 40000.0, - "sizing_mode": "fixed", - "trade_count": 5048 - }, - "sim_gt_model": { - "initial_cash_krw": 400000, - "final_asset_krw": 485017.0, - "pnl_krw": 85017.0, - "pnl_pct": 21.25, - "total_fees_krw": 120.0, - "cash_krw": 309487.0, - "holding_qty": 223.320164, - "holding_value_krw": 175530.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 33, - "max_drawdown_pct": 9.79, - "peak_asset_krw": 429734.0, - "trough_asset_krw": 387649.0, - "sizing_mode": "gt_model_compound_causal", - "sizing_note": "전기간 복리·GT tier·총자산×비중, 보유현금 한도; 인과적 신호·tier(미래 미사용)" - }, - "sim_causal_gt": { - "initial_cash_krw": 400000, - "final_asset_krw": 457564.0, - "pnl_krw": 57564.0, - "pnl_pct": 14.39, - "total_fees_krw": 920.0, - "cash_krw": 457564.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 134, - "max_drawdown_pct": 1.52, - "peak_asset_krw": 446670.0, - "trough_asset_krw": 439902.0, - "leg_count": 17, - "sizing_mode": "causal_gt_leg_engine", - "sizing_note": "인과 GT leg: split_buy + peak_sell, causal tier 복리 (미래 미사용)", - "causal_gt_params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - }, - "alloc_stats": { - "buy_executed": 101, - "buy_skipped": 0, - "sell_executed": 33, - "sell_skipped": 0, - "buy_total_krw": 891175.0, - "large_leg_count": 0, - "large_tier_buy_count": 0, - "buy_amount_avg_krw": 8824.0, - "buy_amount_min_krw": 5000, - "buy_amount_max_krw": 22806.0 - } - }, - "sim_causal_hybrid": { - "initial_cash_krw": 400000, - "final_asset_krw": 5262393.0, - "pnl_krw": 4862393.0, - "pnl_pct": 1215.6, - "total_fees_krw": 197687.0, - "cash_krw": 5262393.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 5048, - "max_drawdown_pct": 19.76, - "peak_asset_krw": 2685460.0, - "trough_asset_krw": 2154801.0, - "sizing_mode": "monitor_dd_tier", - "sizing_note": "monitor buy+sell + drawdown·past-leg tier (미래 미사용)", - "alloc_stats": { - "buy_executed": 761, - "buy_skipped": 268, - "sell_executed": 4019, - "sell_skipped": 0, - "buy_total_krw": 195156416.0, - "large_leg_count": 750, - "large_tier_buy_count": 750, - "buy_amount_avg_krw": 256447.0, - "buy_amount_min_krw": 5000, - "buy_amount_max_krw": 3067511.0 - }, - "input_fires": 5048 - }, - "hybrid_dd_params": { - "dd_large_pct": 5.0, - "dd_medium_pct": 2.0 - }, - "sim_tier_enhanced": { - "initial_cash_krw": 400000, - "final_asset_krw": 542410.0, - "pnl_krw": 142410.0, - "pnl_pct": 35.6, - "total_fees_krw": 58472.0, - "cash_krw": 542395.0, - "holding_qty": 0.019611, - "holding_value_krw": 15.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 5048, - "max_drawdown_pct": 60.86, - "peak_asset_krw": 844144.0, - "trough_asset_krw": 330412.0, - "sizing_mode": "monitor_tier_enhanced", - "sizing_note": "monitor buy+sell + past-leg·drawdown tier + conviction (미래 미사용)", - "alloc_stats": { - "buy_executed": 150, - "buy_skipped": 879, - "sell_executed": 4019, - "sell_skipped": 0, - "buy_total_krw": 58371500.0, - "large_leg_count": 113, - "large_tier_buy_count": 113, - "buy_amount_avg_krw": 389143.0, - "buy_amount_min_krw": 5000, - "buy_amount_max_krw": 843688.0 - }, - "input_fires": 5048 - }, - "sim_sized_holdout": { - "initial_asset_krw": 559081.0, - "final_asset_krw": 632472.0, - "pnl_krw": 73391.0, - "pnl_pct": 13.13, - "trade_count": 913, - "note": "전기간 복리(causal tier) 후 holdout 구간 자산 증감" - }, - "sim_hybrid_holdout": { - "initial_asset_krw": 2612582.0, - "final_asset_krw": 5262393.0, - "pnl_krw": 2649811.0, - "pnl_pct": 101.42, - "trade_count": 913, - "note": "전기간 복리(hybrid DD tier) 후 holdout 구간 자산 증감" - }, - "sim_hybrid_fee_stress": { - "initial_cash_krw": 400000, - "final_asset_krw": 4663063.0, - "pnl_krw": 4263063.0, - "pnl_pct": 1065.77, - "total_fees_krw": 365943.0, - "cash_krw": 4663059.0, - "holding_qty": 0.005146, - "holding_value_krw": 4.0, - "mark_price": 786.0, - "fee_rate": 0.001, - "trade_count": 5048, - "max_drawdown_pct": 20.13, - "peak_asset_krw": 2445202.0, - "trough_asset_krw": 1953065.0 - }, - "sim_hybrid_slippage_stress": { - "initial_cash_krw": 400000, - "final_asset_krw": 764640.0, - "pnl_krw": 364640.0, - "pnl_pct": 91.16, - "total_fees_krw": 197687.0, - "cash_krw": 764640.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 5048, - "max_drawdown_pct": 46.47, - "peak_asset_krw": 1421723.0, - "trough_asset_krw": 761079.0, - "slippage_pct": 0.05, - "sizing_mode": "hybrid_slippage_stress" - }, - "hybrid_portfolio_walk_forward": [ - { - "month": "2025-06", - "pnl_pct": 15.0, - "start_asset_krw": 400000.0, - "end_asset_krw": 459985.0 - }, - { - "month": "2025-07", - "pnl_pct": 57.74, - "start_asset_krw": 459985.0, - "end_asset_krw": 725559.0 - }, - { - "month": "2025-08", - "pnl_pct": 21.52, - "start_asset_krw": 725559.0, - "end_asset_krw": 881721.0 - }, - { - "month": "2025-09", - "pnl_pct": 42.03, - "start_asset_krw": 881721.0, - "end_asset_krw": 1252333.0 - }, - { - "month": "2025-10", - "pnl_pct": 8.51, - "start_asset_krw": 1252333.0, - "end_asset_krw": 1358874.0 - }, - { - "month": "2025-11", - "pnl_pct": 8.1, - "start_asset_krw": 1358874.0, - "end_asset_krw": 1468941.0 - }, - { - "month": "2025-12", - "pnl_pct": -3.67, - "start_asset_krw": 1468941.0, - "end_asset_krw": 1415055.0 - }, - { - "month": "2026-01", - "pnl_pct": 34.57, - "start_asset_krw": 1415055.0, - "end_asset_krw": 1904276.0 - }, - { - "month": "2026-02", - "pnl_pct": 21.04, - "start_asset_krw": 1904276.0, - "end_asset_krw": 2304943.0 - }, - { - "month": "2026-03", - "pnl_pct": 1.08, - "start_asset_krw": 2304943.0, - "end_asset_krw": 2329782.0 - }, - { - "month": "2026-04", - "pnl_pct": 21.17, - "start_asset_krw": 2329782.0, - "end_asset_krw": 2822903.0 - }, - { - "month": "2026-05", - "pnl_pct": 41.14, - "start_asset_krw": 2822903.0, - "end_asset_krw": 3984211.0 - }, - { - "month": "2026-06", - "pnl_pct": 32.08, - "start_asset_krw": 3984211.0, - "end_asset_krw": 5262393.0 - } - ], - "hybrid_portfolio_wf_summary": { - "months": 13, - "positive_months": 12, - "positive_ratio": 0.9231, - "mean_pnl_pct": 23.1 - }, - "primary_sizing": "hybrid", - "sim_primary": { - "initial_cash_krw": 400000, - "final_asset_krw": 5262393.0, - "pnl_krw": 4862393.0, - "pnl_pct": 1215.6, - "total_fees_krw": 197687.0, - "cash_krw": 5262393.0, - "holding_qty": 0.0, - "holding_value_krw": 0.0, - "mark_price": 786.0, - "fee_rate": 0.0005, - "trade_count": 5048, - "max_drawdown_pct": 19.76, - "peak_asset_krw": 2685460.0, - "trough_asset_krw": 2154801.0, - "sizing_mode": "primary_hybrid_dd_tier", - "sizing_note": "권장: monitor + past-leg·drawdown tier (검증 통과, 미래 미사용)", - "alloc_stats": { - "buy_executed": 761, - "buy_skipped": 268, - "sell_executed": 4019, - "sell_skipped": 0, - "buy_total_krw": 195156416.0, - "large_leg_count": 750, - "large_tier_buy_count": 750, - "buy_amount_avg_krw": 256447.0, - "buy_amount_min_krw": 5000, - "buy_amount_max_krw": 3067511.0 - }, - "input_fires": 5048 - }, - "gt_capture_ratio": 0.0097, - "gt_pnl_pct": 6022.03, - "sim_sized_pnl_pct": 58.12, - "gt_model_capture_ratio": 0.0035, - "causal_gt_capture_ratio": 0.0024, - "sim_causal_gt_pnl_pct": 14.39, - "causal_hybrid_capture_ratio": 0.2019, - "sim_causal_hybrid_pnl_pct": 1215.6, - "tier_enhanced_capture_ratio": 0.0059, - "sim_tier_enhanced_pnl_pct": 35.6, - "causal_gt_params": { - "peak_mode": "local", - "pivot_order": 8, - "buy_swing_pct": 2.0, - "sell_swing_pct": 3.0, - "bb_max": 0.55, - "min_leg_pct": 8.0, - "min_bars_between_legs": 60, - "use_local_trough": false - }, - "gt_allocation_analysis": { - "large_leg_ids": [ - 3, - 5, - 18, - 19, - 20, - 21, - 22, - 33, - 40, - 46, - 49, - 52, - 53, - 72, - 74, - 76, - 78 - ], - "large_leg_count": 17, - "config_pct_large": 1.0, - "config_pct_small": 0.05, - "observed_implied_scale": { - "all": { - "count": 18, - "mean": 0.1404, - "median": 0.0667, - "p25": 0.0539, - "p75": 0.1318 - }, - "large_leg": { - "count": 1, - "mean": 1.1008, - "median": 1.1008, - "p25": 1.1008, - "p75": 1.1008 - }, - "small_leg": { - "count": 17, - "mean": 0.0839, - "median": 0.0583, - "p25": 0.0539, - "p75": 0.119 - } - }, - "recommended_pct_large_leg": 1.1008, - "recommended_pct_small_leg": 0.0583, - "note": "implied_scale = amount / (pre_buy_total_asset × weight_share); 시뮬 tier는 GT 분석 median 사용" - }, - "causal_mode": { - "gt_signal_causal": true, - "sim_causal_tier": true, - "note": "인과적: t 시점까지 데이터만 사용 (운영 정합)" - } - }, - "gt_model": { - "selection_mode": "split_buy_peak_sell", - "leg_definition": "이전 고점 매도 ~ 다음 고점 매도 구간 = leg_id; 기간말 잔여 구간은 마지막 leg", - "entry": { - "pivot": "trough", - "price": "Low", - "weight_rule": "inverse_price_normalized", - "weight_formula": "w_i = (1/price_i) / sum(1/price_j)", - "max_buys_per_leg": 12, - "min_bars_between_buys": 24, - "bb_filter": "bb_pos <= 0.45" - }, - "exit": { - "pivot": "peak", - "price": "High", - "weight_rule": "fixed_split_or_full", - "weights_split": [ - 0.65, - 0.35 - ], - "split_gap_pct": 2.5, - "max_sells_per_leg": 2 - }, - "capital": { - "buy": "target = total_asset * (weight/remaining_weights) * tier_scale; amount = min(target, available_cash/(1+fee))", - "optimal_buy_rate": "weight / sum(remaining_buy_weights_in_leg)", - "large_leg_top_pct": 0.2, - "pct_large_leg": 1.0, - "pct_small_leg": 0.05, - "min_order_krw": 5000.0, - "sell": "sell_base_qty * sell_weight * price (last sell = full leg_qty)" - }, - "execution": { - "chrono": "amount_krw 배분·summary.pnl_pct = 시각순 체결(매도 후 현금 → 다음 매수 반영)", - "leg_block_json": "JSON 저장 순서 = leg별 매수 전량 → 매도 전량 (차트·테이블 leg 정합)" - } - }, - "gt_weight_policy": { - "entry_weight_rule": "inverse_price_normalized", - "exit_split_weights": [ - 0.65, - 0.35 - ], - "capital_large_pct": 1.0, - "capital_small_pct": 0.05, - "large_leg_top_pct": 0.2 - }, - "gt_leg_weight_validation": { - "legs": { - "0": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "1": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 12, - "n_sell": 2, - "valid": true - }, - "2": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "3": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "4": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "5": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "6": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "7": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "8": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "9": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "10": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "11": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "12": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "13": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "14": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "15": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "16": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "17": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "18": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "19": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "20": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "21": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "22": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "23": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "24": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "25": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "26": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "27": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 1, - "valid": true - }, - "28": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "29": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "30": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "31": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "32": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "33": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "34": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "35": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "36": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "37": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "38": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "39": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "40": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "41": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 12, - "n_sell": 2, - "valid": true - }, - "42": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 11, - "n_sell": 2, - "valid": true - }, - "43": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "44": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "45": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "46": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "47": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "48": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 8, - "n_sell": 2, - "valid": true - }, - "49": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 10, - "n_sell": 2, - "valid": true - }, - "50": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "51": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "52": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "53": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "54": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "55": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "56": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "57": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "58": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "59": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 9, - "n_sell": 2, - "valid": true - }, - "60": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 5, - "n_sell": 2, - "valid": true - }, - "61": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "62": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "63": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "64": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 7, - "n_sell": 2, - "valid": true - }, - "65": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "66": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "67": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "68": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "69": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 1, - "n_sell": 2, - "valid": true - }, - "70": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "71": { - "buy_sum": 0.999, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "72": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "73": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "74": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 4, - "n_sell": 2, - "valid": true - }, - "75": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "76": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 2, - "valid": true - }, - "77": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 3, - "n_sell": 2, - "valid": true - }, - "78": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "79": { - "buy_sum": 1.001, - "sell_sum": 1.0, - "n_buy": 6, - "n_sell": 2, - "valid": true - }, - "80": { - "buy_sum": 1.0, - "sell_sum": 1.0, - "n_buy": 2, - "n_sell": 1, - "valid": true - } - }, - "invalid_leg_ids": [], - "all_valid": true - }, - "monitor_rules": [ - { - "rule_id": "buy_compound_tight", - "side": "buy", - "kind": "compound_tight", - "conditions": [ - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.02269722528896669, - "hi": 0.16417141470116056 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.050986874829589954, - "hi": 0.17673357601131273 - }, - { - "col": "m5_ga_cci_20", - "op": "between", - "lo": -169.2052113398648, - "hi": -124.73123841544977 - }, - { - "col": "m10_ga_cci_20", - "op": "between", - "lo": -175.7862791639258, - "hi": -132.6451584428887 - } - ], - "valid_fire_rate": 0.0055, - "metrics": { - "all": { - "count": 1029, - "ev_pct": 5.5293, - "win_rate": 0.688, - "profit_factor": 3.4292 - }, - "train": { - "count": 686, - "ev_pct": 4.4243, - "win_rate": 0.6706, - "profit_factor": 3.0189 - }, - "valid": { - "count": 243, - "ev_pct": 6.448, - "win_rate": 0.7119, - "profit_factor": 3.187 - }, - "holdout": { - "count": 100, - "ev_pct": 10.8775, - "win_rate": 0.75, - "profit_factor": 9.8832 - } - }, - "pass_valid": true, - "pass_holdout": true - }, - { - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "kind": "mtf_cross", - "conditions": [ - { - "col": "m3_bb_pos", - "op": "between", - "lo": 0.6734769690278859, - "hi": 0.9584317797555851 - }, - { - "col": "m5_bb_pos", - "op": "between", - "lo": 0.776608631452867, - "hi": 0.9797670778565873 - }, - { - "col": "m10_bb_pos", - "op": "between", - "lo": 0.7897850598593097, - "hi": 1.0 - }, - { - "col": "m15_bb_pos", - "op": "between", - "lo": 0.8094990667113329, - "hi": 1.0 - }, - { - "col": "m30_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m60_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "m240_ga_ha_bull", - "op": "eq_int", - "value": 1 - }, - { - "col": "d1_ga_ha_bull", - "op": "eq_int", - "value": 1 - } - ], - "valid_fire_rate": 0.0182, - "metrics": { - "all": { - "count": 4019, - "ev_pct": 7.3121, - "win_rate": 1.0, - "profit_factor": 29387.4736 - }, - "train": { - "count": 2397, - "ev_pct": 7.1764, - "win_rate": 1.0, - "profit_factor": 17201.897 - }, - "valid": { - "count": 809, - "ev_pct": 7.2196, - "win_rate": 1.0, - "profit_factor": 5840.682 - }, - "holdout": { - "count": 813, - "ev_pct": 7.8043, - "win_rate": 1.0, - "profit_factor": 6344.8946 - } - }, - "pass_valid": true, - "pass_holdout": true - } - ], - "gt_portfolio_calibration": {}, - "criteria": { - "min_holdout_ev": 0.0, - "min_holdout_pf": 1.0, - "wf_positive_ratio": 0.5, - "wf_min_months": 3, - "hybrid_min_holdout_pnl_pct": 0.0, - "hybrid_max_mdd_pct": 30.0, - "option_c_target_pnl_pct": 300.0, - "option_c_phase2_target_pnl_pct": 1000.0, - "option_c_phase2_fee_stress_ratio": 0.85, - "option_c_min_gt_capture": 0.23 - } -} \ No newline at end of file diff --git a/docs/05_ops/.gitkeep b/docs/05_ops/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/docs/05_ops/DEPLOYMENT_CHECKLIST.md b/docs/05_ops/DEPLOYMENT_CHECKLIST.md deleted file mode 100644 index 922b1e2..0000000 --- a/docs/05_ops/DEPLOYMENT_CHECKLIST.md +++ /dev/null @@ -1,115 +0,0 @@ -# DeepCoin 배포 체크리스트 (GT → Simulation → Operations) - -- **설계:** [ARCHITECTURE.md](../reference/ARCHITECTURE.md) -- **초기 자금:** ₩400,000 (`GT_INITIAL_CASH_KRW`) -- **운영 배분:** `sim_causal_hybrid` (= `06_execute_live`) - ---- - -## 1. 한 장 요약 - -```text -[Ground Truth] 사후 ZigZag · 미래 허용 → 벤치마크 PnL - ↓ -[Simulation] monitor_rules · 인과 스캔 · 40만·현금/보유 제약 - ↓ -[Operations] 동일 규칙·hybrid · LIVE=1 · 빗썸 실주문 -``` - -| 경로 | 배포 | -|------|------| -| GT oracle | 아님 | -| **sim_causal_hybrid** | **예** (시뮬·운영 공통) | -| sim_tier_enhanced | **금지** | - ---- - -## 2. Ground Truth - -- [ ] `01_download.py` 완료 (주봉·월봉 포함) -- [ ] `02_ground_truth.py` — `CHART_LOOKBACK_DAYS` 의도 확인 -- [ ] `03_analyze_enrich.py` + `03_analyze_trades.py` + `03_gt_mtf_profile.py` -- [ ] `05_chart_truth.py` — HTML·JSON 정합 -- [ ] `GENERAL_ANALYSIS_INTERVALS`에 `10080,43200` 포함 - ---- - -## 3. Simulation - -- [ ] `GT_SIGNAL_CAUSAL=1` -- [ ] `04_match_rules.py` — `monitor_rules` 2개 (`buy_compound_tight`, `sell_mtf_cross_all_tf`) -- [ ] `04_simulation_report.py` — `simulation_report.html` 확인 -- [ ] hybrid Go/No-Go·holdout·MDD 검토 ([SIMULATION.md](../reference/SIMULATION.md)) -- [ ] conviction tier 미배포 확인 - ---- - -## 4. Operations - -### 4.1 `.env` - -```env -LIVE_TRADING_ENABLED=1 -GT_SIGNAL_CAUSAL=1 -SIM_PRIMARY_SIZING=auto -GT_INITIAL_CASH_KRW=400000 -LIVE_DAILY_KRW_MAX=400000 -LIVE_DAILY_LOSS_LIMIT_KRW=40000 -LIVE_MAX_TRADES_PER_DAY=15 -LIVE_COOLDOWN_MIN=3 -MONITOR_LOOP_SLEEP_SEC=180 -``` - -전체: [env.recommended.md](env.recommended.md) - -### 4.2 기동 순서 - -```bash -python scripts/00_sync_ops.py -python scripts/06_verify_live.py -python scripts/check_balance.py -python scripts/06_execute_live.py --once -python scripts/06_execute_live.py -``` - -### 4.3 Go/No-Go (운영) - -**GO** - -- [ ] `06_verify_live.py` PASS -- [ ] 시뮬 hybrid 검토 완료 -- [ ] 빗썸 API·잔고 정상 -- [ ] `--once` 후 `data/ops/live_trades.jsonl` 확인 - -**NO-GO** - -- verify FAIL -- monitor_rules ≠ 2개 -- `GT_SIGNAL_CAUSAL=0` - -### 4.4 Kill switch - -- `06` 프로세스 중지 -- 빗썸 수동 청산 - ---- - -## 5. 주기적 유지보수 - -| 주기 | 작업 | -|------|------| -| 일 1회 | `01_download` (또는 06 자동 sync) | -| 주 1회 | `06_verify_live` | -| 월 1회 | `02`~`04` 재실행·시뮬 Go 재확인 | - ---- - -## 6. 스크립트 인덱스 - -| 축 | 스크립트 | -|----|----------| -| GT | `02`, `03_*`, `05_chart_truth` | -| Sim | `04_match_rules`, `04_simulation_report` | -| Ops | `06_verify_live`, `06_execute_live` | - -스크립트 목록: `scripts/README.md`, `docs/reference/ARCHITECTURE.md` diff --git a/docs/05_ops/env.recommended.md b/docs/05_ops/env.recommended.md deleted file mode 100644 index 4ddb8d7..0000000 --- a/docs/05_ops/env.recommended.md +++ /dev/null @@ -1,88 +0,0 @@ -# 운영 `.env` 권장값 (Operations) - -설계: [ARCHITECTURE.md](../reference/ARCHITECTURE.md). dry-run·Phase C 블록은 **사용하지 않습니다**. - ---- - -## 공통 (GT · Simulation · Operations) - -```env -SYMBOL=WLD -CHART_LOOKBACK_DAYS=365 - -# 10TF (주·월봉 포함) -GENERAL_ANALYSIS_INTERVALS=3,5,10,15,30,60,240,1440,10080,43200 -TREND_INTERVALS=60,240,1440,10080,43200 - -# 인과 sim · live hybrid (필수) -GT_SIGNAL_CAUSAL=1 -SIM_CAUSAL_TIER=1 -SIM_PRIMARY_SIZING=auto - -# hybrid DD (hybrid_dd_calibration.json 과 동기) -CAUSAL_GT_DD_LARGE_PCT=5.0 -CAUSAL_GT_DD_MEDIUM_PCT=2.0 - -GT_BUY_PCT_LARGE_LEG=1.0 -GT_BUY_PCT_SMALL_LEG=0.05 -GT_BUY_PCT_MEDIUM_LEG=0.25 -GT_LARGE_LEG_TOP_PCT=0.2 -GT_MIN_ORDER_KRW=5000 -GT_INITIAL_CASH_KRW=400000 - -MATCH_MONITOR_MAX_PER_SIDE=1 -``` - ---- - -## Operations (실거래) - -```env -LIVE_TRADING_ENABLED=1 - -LIVE_ORDER_KRW=40000 -LIVE_DAILY_KRW_MAX=400000 -LIVE_MAX_TRADES_PER_DAY=15 -LIVE_COOLDOWN_MIN=3 -LIVE_DAILY_LOSS_LIMIT_KRW=40000 -LIVE_SLIPPAGE_PCT=0.05 - -MONITOR_ALERT_KRW_AMOUNT=40000 -MONITOR_ALERT_COOLDOWN_MIN=3 -MONITOR_LOOP_SLEEP_SEC=180 -MATCH_LIVE_CACHE_SEC=180 -``` - -| 변수 | 값 | 설명 | -|------|-----|------| -| `GT_INITIAL_CASH_KRW` | 400,000 | 시뮬·운영 배분 기준 | -| `LIVE_DAILY_KRW_MAX` | 400,000 | 일 매수 한도 (large tier 1회와 정합) | -| `LIVE_DAILY_LOSS_LIMIT_KRW` | 40,000 | 일 손실 중단 | - -### 기동 확인 - -```bash -python scripts/06_verify_live.py -python scripts/check_balance.py -python scripts/06_execute_live.py --once -``` - ---- - -## 한도 상향 (검증 후만) - -시뮬 hybrid에 근접하려면 `LIVE_DAILY_KRW_MAX` 등을 올릴 수 있으나 **MDD·슬리피지·실계좌 검증 후**에만 적용합니다. - ---- - -## 절대 변경하지 말 것 - -```env -# LIVE_TRADING_ENABLED=0 → 06 기동 불가 (dry-run 제거됨) -# GT_SIGNAL_CAUSAL=0 → sim·live 불일치 -# conviction tier 배포 금지 (enhanced=False 고정) -# 시뮬 sim_causal_hybrid 정합: fire_outcomes monitor 발화 부트스트랩 -LIVE_HYBRID_BOOTSTRAP_FIRES=1 -``` - -체크리스트: [DEPLOYMENT_CHECKLIST.md](./DEPLOYMENT_CHECKLIST.md) diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 0bf834e..0000000 --- a/docs/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# docs - -| 경로 | 축 | Git | -|------|-----|-----| -| [reference/ARCHITECTURE.md](reference/ARCHITECTURE.md) | **전체 설계** | 추적 | -| [reference/GROUND_TRUTH.md](reference/GROUND_TRUTH.md) | GT | 추적 | -| [reference/SIMULATION.md](reference/SIMULATION.md) | Simulation | 추적 | -| [reference/OPERATIONS.md](reference/OPERATIONS.md) | Operations | 추적 | -| [02_ground_truth/](02_ground_truth/) | GT 산출물 (JSON·HTML 재생성) | CSV/JSON 추적, HTML는 .gitignore | -| [03_analysis/](03_analysis/) | GT 입력·프로필 | CSV/JSON 추적, HTML·latest는 .gitignore | -| [04_matching/](04_matching/) | Sim 산출물 | JSON/CSV 추적, HTML 일부 .gitignore | -| [05_ops/](05_ops/) | Ops 가이드·검증 기록 | env.recommended 추적, live_verification_* .gitignore | - -구조: [reference/STRUCTURE.md](reference/STRUCTURE.md) diff --git a/docs/reference/ARCHITECTURE.md b/docs/reference/ARCHITECTURE.md deleted file mode 100644 index 7c585d7..0000000 --- a/docs/reference/ARCHITECTURE.md +++ /dev/null @@ -1,182 +0,0 @@ -# DeepCoin 아키텍처 — Ground Truth · Simulation · Operations - -프로젝트는 **세 축만** 사용합니다. 예전 Phase A/B/C·dry-run·paper 모의 체결은 제거되었습니다. - -```mermaid -flowchart TB - subgraph data [공통 데이터] - DL[01_download] - DB[(coins.db)] - DL --> DB - end - - subgraph gt [Ground Truth] - GT02[02_ground_truth] - GT03[03 분석·프로필] - GT05[05_chart_truth] - DB --> GT02 - GT02 --> GJSON[ground_truth_trades.json] - GT03 --> GJSON - GJSON --> GT05 - end - - subgraph sim [Simulation] - M04[04_match_rules] - S04[04_simulation_report] - GJSON --> M04 - DB --> M04 - M04 --> MR[matched_rules.json] - MR --> S04 - S04 --> SR[simulation_report.*] - end - - subgraph ops [Operations] - V06[06_verify_live] - E06[06_execute_live] - MR --> E06 - SR --> V06 - E06 --> BT[빗썸 API] - end -``` - ---- - -## 1. Ground Truth (정답) - -### Plan — 목적 - -- **벤치마크** 매수·매도 타점·leg·비중 (운영 목표 수익의 상한 참고). -- **미래 데이터 허용**: ZigZag·피벗은 사후 라벨링 (`ground_truth.py`). -- 시뮬·운영 규칙의 **교사 신호**가 아님 (oracle 직접 매매 금지). - -### Do — 실행 - -| 순서 | 스크립트 | 산출 | -|------|----------|------| -| (선행) | `01_download.py` | `data/coins.db` (3m~일봉 + 주·월봉) | -| 1 | `02_ground_truth.py` | `data/ground_truth/ground_truth_trades.json` | -| 2 | `03_analyze_enrich.py` | `docs/03_analysis/latest/*` (10TF 지표) | -| 3 | `03_analyze_trades.py` | `general_analysis_trades.csv` (GT 타점 스냅샷) | -| 4 | `03_gt_mtf_profile.py` | `gt_mtf_profile.json` (규칙 후보 입력) | -| 5 | `05_chart_truth.py` | `docs/02_ground_truth/wld_ground_truth_chart.html` | - -패키지: `deepcoin/ground_truth/`, `deepcoin/analysis/` - -### Check — 핵심 설정 - -| 변수 | 의미 | -|------|------| -| `CHART_LOOKBACK_DAYS` | GT·스캔 구간 (기본 365) | -| `GT_INITIAL_CASH_KRW` | GT 포트폴리오 시뮬 초기 자금 (40만) | -| `GT_*` | ZigZag·분할 매수·leg 티어 | - -### Act — 갱신 시 - -GT 파라미터·구간 변경 후 **02 → 03* → 05** 순 재실행. - ---- - -## 2. Simulation (시뮬레이션) - -### Plan — 목적 - -- GT 프로필에서 **규칙 후보** 생성 → 전 구간 **발화 스캔** → EV·holdout 검증. -- **과거 데이터만** 사용 (`GT_SIGNAL_CAUSAL=1`, `enrich_scan_frame_gt_signals(causal=True)`). -- 초기 자금 **40만 원**, **현금 있을 때만 매수**, **보유 있을 때만 매도** (`gt_allocation` / `HybridSimPortfolio`). - -### Do — 실행 - -| 순서 | 스크립트 | 산출 | -|------|----------|------| -| 1 | `04_match_rules.py` | `matched_rules.json`, `fire_outcomes.csv` | -| 2 | `04_simulation_report.py` | `simulation_report.json/html`, Go/No-Go | -| (선택) | `04_hybrid_dd_calibrate.py` | `hybrid_dd_calibration.json` | -| (선택) | `04_causal_gt_calibrate.py` | `causal_gt_calibration.json` | - -패키지: `deepcoin/matching/` - -### Check — 운영 규칙·배분 - -| 항목 | 값 | -|------|-----| -| `monitor_rules` | `buy_compound_tight`, `sell_mtf_cross_all_tf` (주봉 w1 조건 포함 가능) | -| **권장 primary** | `sim_causal_hybrid` (hybrid DD tier, `enhanced=False`) | -| **배포 금지** | `sim_tier_enhanced` (conviction) | -| Go/No-Go | holdout EV, MDD, fee stress — [SIMULATION.md](SIMULATION.md) | - -### Act — 재검증 - -데이터·GT·`GENERAL_ANALYSIS_INTERVALS` 변경 시 **04_match → 04_simulation** 재실행. -운영 전 **simulation_report.html** 에서 hybrid Go/No-Go 확인. - ---- - -## 3. Operations (운영) - -### Plan — 목적 - -- 시뮬과 **동일 규칙·동일 hybrid 배분**으로 빗썸 **실주문**. -- `LIVE_TRADING_ENABLED=1` **필수**. dry-run·paper 없음. - -### Do — 실행 - -| 순서 | 스크립트 | 역할 | -|------|----------|------| -| (선행) | `00_sync_ops.py` | 운영 전 봉 동기화 | -| 1 | `06_verify_live.py` | 설정·규칙·한도·tier 점검 | -| 2 | `check_balance.py` | 빗썸 KRW·보유 확인 | -| 3 | `06_execute_live.py` | 실거래 루프 (`--once` 1회 테스트) | -| (선택) | `05_run_monitor.py` | 알림만 (주문 없음) | - -패키지: `deepcoin/ops/live_trader.py`, `hybrid_sim_execution.py` - -### Check — 제약 (시뮬과 동일) - -| 제약 | 구현 | -|------|------| -| 초기 자금 | `GT_INITIAL_CASH_KRW=400000` (배분 기준) | -| 매수 | 가용 현금·수수료, `LIVE_DAILY_KRW_MAX`, EV/WF 통과 매수만 | -| 매도 | 보유 수량, `plan_live_hit` → `sell_qty` | -| 이력 | `LIVE_HYBRID_BOOTSTRAP_FIRES=1` → `fire_outcomes` monitor 발화 + 운영 체결분 | -| 인과 | 발화 시점까지 OHLC·지표만 (`live_eval` + causal GT signals) | - -### Act — Kill switch - -1. `06_execute_live` 프로세스 중지 -2. 빗썸 앱 수동 청산 -3. 필요 시 `01`~`04` 재실행 후 규칙·시뮬 재승인 - ---- - -## 스크립트 번호 ↔ 축 (빠른 참조) - -| 축 | 스크립트 | -|----|----------| -| **데이터** | `01_download`, `00_sync_ops` | -| **GT** | `02`, `03_*`, `05_chart_truth` | -| **Sim** | `04_match_rules`, `04_simulation_report`, `04_*_calibrate` | -| **Ops** | `06_verify_live`, `06_execute_live`, `check_balance`, `05_run_monitor` | -| **검증** | `verify_env.py`, `test_buy_sell_rehearsal.py` | - ---- - -## 데이터·미래 사용 정책 - -| 축 | 미래 데이터 | -|----|-------------| -| Ground Truth | **허용** (라벨링·벤치마크) | -| Simulation | **금지** (발화·스캔·배분 tier는 과거 leg·DD만) | -| Operations | **금지** (Simulation과 동일 규칙·엔진) | - ---- - -## 관련 문서 - -| 문서 | 내용 | -|------|------| -| [GROUND_TRUTH.md](GROUND_TRUTH.md) | GT 타점·배분 상세 | -| [SIMULATION.md](SIMULATION.md) | Go/No-Go·portfolio_compare | -| [LIVE_TRADING.md](LIVE_TRADING.md) | 06 실거래 | -| [OPERATIONS.md](OPERATIONS.md) | 일상 루틴 | -| [RISK.md](RISK.md) | 한도·Kill switch | -| [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) | 기동 체크리스트 | diff --git a/docs/reference/GROUND_TRUTH.md b/docs/reference/GROUND_TRUTH.md deleted file mode 100644 index 9ce4b51..0000000 --- a/docs/reference/GROUND_TRUTH.md +++ /dev/null @@ -1,80 +0,0 @@ -# Ground Truth (정답 타점) - -설계: [ARCHITECTURE.md](ARCHITECTURE.md) — **Ground Truth** 축. - -1년(기본 `CHART_LOOKBACK_DAYS=365`) 3분봉에서 **사후 최적 스윙** 매수·매도 라벨. -**미래 데이터 허용** (ZigZag). Simulation·Operations에는 oracle을 직접 쓰지 않습니다. - -JSON 필드 `model`에 타점·비중·자본 배분 규칙이 일반화되어 있습니다 (`deepcoin/ground_truth/gt_model.py`). - -## Plan — 타점 구조 (일반화) - -### Leg (라운드트립 구간) - -- **leg_id**: 이전 **고점 매도** 시각 ~ 다음 **고점 매도** 직전까지. -- 마지막 구간: 마지막 major peak 이후 ~ 기간 말 → **기간말 leg** (종가 청산 1회). - -### 매수 타점 (Entry) - -| 항목 | 규칙 | -|------|------| -| 피벗 | ZigZag **저점(trough)**, `GT_BUY_MIN_SWING_PCT` | -| 가격 | 해당 봉 **Low** | -| 후보 | leg 구간 내 trough, `GT_BUY_MIN_BARS` 간격, BB (`bb_pos <= GT_BUY_BB_MAX`) | -| **비중 weight** | `w_i = (1/price_i) / Σ(1/price_j)` — **저가일수록 큰 비중** | -| leg당 상한 | `GT_MAX_BUYS_PER_LEG` (초과 시 저가 순 유지) | - -### 매도 타점 (Exit) - -| 항목 | 규칙 | -|------|------| -| 피벗 | **major swing 고점(peak)** | -| 가격 | 해당 봉 **High** | -| **비중 weight** | 1회 매도: **100%** · 2회 분할: **65% + 35%** (`GT_SELL_SPLIT_GAP_PCT`) | -| 수량 | leg 보유 수량 × 매도 비중 (마지막 매도 = leg 전량) | - -## Do — 자본 배분 (amount_krw) - -시각순 체결. **매도 후 현금**이 다음 매수에 반영됩니다. - -``` -총보유자산 = 현금 + 보유×체결가 -최적매수율 = (이번 weight / leg 남은 weight 합) × leg티어스케일 -목표매수액 = 총보유자산 × 최적매수율 -실제매수액 = min(목표, 가용현금/(1+수수료)), 최소 GT_MIN_ORDER_KRW -``` - -| leg 티어 | 조건 | 스케일 (`.env`) | -|----------|------|-----------------| -| 대형 | leg 수익률 상위 `GT_LARGE_LEG_TOP_PCT` | `GT_BUY_PCT_LARGE_LEG` (기본 1.0) | -| 소형 | 그 외 | `GT_BUY_PCT_SMALL_LEG` (기본 0.05) | - -**summary.pnl_pct**: 위 배분으로 **시각순** 시뮬 + 기간말 **종가 평가**. - -**JSON 저장 순서**: leg별 매수 전량 → 매도 전량 (`leg_block`, 차트·테이블 정합). - -## 실행 - -```bash -python scripts/02_ground_truth.py # ground_truth_trades.json (+ model) -python scripts/05_chart_truth.py # HTML 차트 -``` - -## Check — 주요 환경 변수 - -| 변수 | 기본 | 설명 | -|------|------|------| -| `GT_MIN_SWING_PCT` | 4.0 | 매도 피벗 ZigZag(%) | -| `GT_BUY_MIN_SWING_PCT` | 3.0 | 매수 피벗 ZigZag(%) | -| `GT_PIVOT_ORDER` | 20 | 국소 극값 반경 | -| `GT_MIN_BARS_BETWEEN` | 30 | 체결 최소 간격(봉) | -| `GT_MIN_LEG_PCT` | 8.0 | major leg 최소 수익(%) | -| `GT_BUY_PCT_LARGE_LEG` | 1.0 | 상위 leg 총자산 배분 스케일 | -| `GT_BUY_PCT_SMALL_LEG` | 0.05 | 소형 leg 스케일 | -| `GT_LARGE_LEG_TOP_PCT` | 0.2 | 대형 leg 상위 비율 | -| `GT_MIN_ORDER_KRW` | 5000 | 최소 체결 원화 | - -## Act - -- JSON·`model` 수정 후 `02` / `05` 재실행 -- 시뮬 비교: `04_simulation_report.py` (GT vs 시뮬·총자산% vs 고정 ₩/회) diff --git a/docs/reference/LIVE_TRADING.md b/docs/reference/LIVE_TRADING.md deleted file mode 100644 index bfab9ac..0000000 --- a/docs/reference/LIVE_TRADING.md +++ /dev/null @@ -1,67 +0,0 @@ -# 3단계 — 실거래 (hybrid primary) - -## 운영 모델 (시뮬과 동일) - -실거래는 **시뮬 `sim_causal_hybrid`** 와 같은 배분 경로만 사용합니다. dry-run·모의 체결은 제거되었습니다. - -| 구분 | 내용 | -|------|------| -| 신호 | `matched_rules.json` → `monitor_rules` 2개 | -| 매수 규칙 | `buy_compound_tight` | -| 매도 규칙 | `sell_mtf_cross_all_tf` (주봉 w1 조건 포함) | -| 배분 | hybrid DD tier + past-leg, **`enhanced=False`** | -| 이력 | `LIVE_HYBRID_BOOTSTRAP_FIRES=1` → `fire_outcomes` monitor 발화 + 운영 체결분 | -| 체결 엔진 | `plan_live_hit` = `replay_hybrid_signals` (= `build_monitor_hybrid_sized_trades`) | -| 매수 필터 | 시뮬과 동일 — monitor 발화 전체 (`approved_buy_rules=None`) | -| 금지 | `sim_tier_enhanced` (conviction), GT oracle 타점 | - -코드: `deepcoin/ops/hybrid_sim_execution.py` → `live_trader.py` (`LIVE_TRADING_ENABLED=1` 필수) - -## 기동 전 점검 - -```bash -python scripts/06_verify_live.py # 설정·tier·규칙·한도 -python scripts/check_balance.py # 빗썸 KRW·보유 확인 -``` - -## 실거래 실행 - -`.env` 에 `LIVE_TRADING_ENABLED=1` 확인 후: - -```bash -python scripts/06_execute_live.py --once # 1회 -python scripts/06_execute_live.py # 상시 루프 -``` - -## 환경 변수 (운영 예) - -| 변수 | 예 | 설명 | -|------|-----|------| -| `LIVE_TRADING_ENABLED` | 1 | 0이면 06 기동 불가 | -| `GT_SIGNAL_CAUSAL` | 1 | hybrid sizing (과거만) | -| `GT_INITIAL_CASH_KRW` | 400000 | 시뮬·배분 기준 | -| `LIVE_DAILY_KRW_MAX` | 400000 | 일 주문 한도 | -| `LIVE_DAILY_LOSS_LIMIT_KRW` | 40000 | 일 손실 한도 | -| `LIVE_COOLDOWN_MIN` | 3 | 규칙당 쿨다운(분) | -| `LIVE_MAX_TRADES_PER_DAY` | 15 | 일 최대 체결 수 | - -전체: [env.recommended.md](../05_ops/env.recommended.md) - -## 주문·배분 동작 - -- 발화 이력 → `plan_live_hit` / `replay_hybrid_signals` (인과, 현금·보유 제약) -- **매수:** EV/WF 통과 규칙만, 가용 현금 범위, 일한도·쿨다운 -- **매도:** 보유 수량 필요, 시뮬 분할 `sell_qty` 기준 시장가 매도 - -## 로그 - -| 경로 | 내용 | -|------|------| -| `data/ops/live_trades.jsonl` | 실주문 기록 | -| `data/ops/live_signal_history.json` | 발화 이력 (배분 정합) | -| `docs/05_ops/live_verification_*.md` | `06_verify_live.py` 점검 기록 | - -## Kill switch - -1. `06_execute_live` 프로세스 중지 -2. 빗썸 앱에서 수동 청산 diff --git a/docs/reference/OPERATIONS.md b/docs/reference/OPERATIONS.md deleted file mode 100644 index 6c9439f..0000000 --- a/docs/reference/OPERATIONS.md +++ /dev/null @@ -1,133 +0,0 @@ -# 운영 가이드 - -## 로드맵과 현재 위치 (2026-06-01) - -| 순서 | 단계 | 상태 | -|------|------|------| -| 1 | 시뮬레이션 | **완료** (GO) — [SIMULATION.md](SIMULATION.md) | -| 2 | 문서화 | **본 문서군** — SIMULATION / LIVE / RISK / OPERATIONS | -| 3 | 오픈 (실거래) | **운영 중** — [LIVE_TRADING.md](LIVE_TRADING.md) | -| 4 | 실계좌 검증 | 1~2주 | -| 5 | 지속 운영 | 06 상시 + 월간 재시뮬 | - -배포 모델: **hybrid primary** (= 시뮬 `sim_causal_hybrid`). 상세: [LIVE_TRADING.md](LIVE_TRADING.md) - ---- - -## 단계별 스크립트 - -| 단계 | 스크립트 | 산출·역할 | -|------|----------|-----------| -| 01 | `01_download.py` | `coins.db` (3~1440분, 1분 제외) | -| (자동) | 05/06·`load_frames_from_db` | API 수집 시 `MONITOR_PERSIST_CANDLES=1`이면 **즉시 DB INSERT** | -| 02 | `02_ground_truth.py` | GT JSON·차트 | -| 03 | `03_analyze_enrich.py` | `docs/03_analysis/latest/` | -| 03b | `03_analyze_trades.py` | GT MTF 스냅샷 CSV | -| 03c | `03_gt_mtf_profile.py` | GT 프로필 (04 입력) | -| 04 | `04_match_rules.py` | `matched_rules.json` | -| 04 시뮬 | `04_simulation_report.py` | Go/No-Go 리포트 | -| 05 | `05_run_monitor.py` | 알림 (주문 없음) | -| 06 | `06_execute_live.py` | 알림+주문 (LIVE=1) | -| 점검 | `06_verify_live.py` | hybrid·한도·규칙 PASS (`LIVE=1`) | -| 환경 | `verify_env.py` | `.env`·경로 검증 | - -구조: [STRUCTURE.md](STRUCTURE.md) - ---- - -## 실거래 운영 (LIVE=1) - -### `.env` 핵심 - -```env -LIVE_TRADING_ENABLED=1 -GT_SIGNAL_CAUSAL=1 -SIM_PRIMARY_SIZING=auto -MONITOR_LOOP_SLEEP_SEC=180 -``` - -전체: [env.recommended.md](../05_ops/env.recommended.md) - -### 매일 루틴 - -| 순서 | 명령 | 빈도 | -|------|------|------| -| 1 | `python scripts/01_download.py` | 1일 1회 | -| 2 | `python scripts/06_verify_live.py` | 기동 전·1일 1회 | -| 3 | `python scripts/06_execute_live.py` | 상시 (빗썸 실주문) | - -선택: `python scripts/05_run_monitor.py` (알림만 병행) - -### 기동 절차 - -1. [env.recommended.md](../05_ops/env.recommended.md) 적용 -2. `LIVE_TRADING_ENABLED=1` 확인 -3. `06_verify_live.py` → PASS -4. `06_execute_live.py --once` → `live_trades.jsonl` 확인 -5. `06_execute_live.py` 상시 - -체크리스트: [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) - ---- - -## Phase B-2 이후 (검증 통과 시) - -- `LIVE_DAILY_KRW_MAX` 등 한도 상향 (리스크 문서·본인 판단) -- 주간 `04_simulation_report.py`로 EV·hybrid Go 재확인 - ---- - -## 텔레그램 - -| 스크립트 | 내용 | -|----------|------| -| 05 | 규칙 발화·MTF 요약 (주문 없음) | -| 06 | 발화 + 실주문 체결 (`LIVE=1` 필수) | - -중복 완화: `MONITOR_ALERT_COOLDOWN_MIN`, `LIVE_COOLDOWN_MIN` - ---- - -## 장애 대응 - -| 증상 | 조치 | -|------|------| -| 주문 실패 | `live_trades.jsonl`, API 키·잔고 → `LIVE_TRADING_ENABLED=0` | -| 알림만, 주문 없음 | `LIVE_TRADING_ENABLED=1` 및 06 프로세스 확인 | -| verify FAIL | `.env`, `matched_rules` 2개, `GT_SIGNAL_CAUSAL=1` | -| hybrid 금액 0 | 현금·EV/WF·tier 스킵 로그 확인 | -| 과다 알림 | 쿨다운 증가 | -| 시뮬과 수익 괴리 | 일한도·슬리피지 — [RISK.md](RISK.md) | - ---- - -## 데이터·산출물 경로 - -| 경로 | 용도 | -|------|------| -| `data/coins.db` 또는 루트 `coins.db` | OHLCV | -| `data/ground_truth/ground_truth_trades.json` | GT | -| `docs/04_matching/matched_rules.json` | 운영 규칙 | -| `docs/04_matching/simulation_report.html` | 시뮬 리포트 | -| `data/ops/live_trades.jsonl` | 06 로그 | - ---- - -## 오픈 당일 체크리스트 (3단계) - -- [ ] 시뮬·hybrid Go/No-Go **GO** (참고) -- [ ] 운영 `.env` -- [ ] `06_verify_live.py` PASS -- [ ] `LIVE_TRADING_ENABLED=1` 의도 확인 -- [ ] `--once` 후 `live_trades.jsonl` -- [ ] [RISK.md](RISK.md) Kill switch 숙지 - ---- - -## 관련 문서 - -- [ROADMAP.md](ROADMAP.md) -- [SIMULATION.md](SIMULATION.md) -- [LIVE_TRADING.md](LIVE_TRADING.md) -- [RISK.md](RISK.md) -- [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) diff --git a/docs/reference/RISK.md b/docs/reference/RISK.md deleted file mode 100644 index 59c6b7d..0000000 --- a/docs/reference/RISK.md +++ /dev/null @@ -1,51 +0,0 @@ -# 리스크 — Simulation · Operations - -설계: [ARCHITECTURE.md](ARCHITECTURE.md) - -## 모델 리스크 (배포 경로) - -| 경로 | 리스크 수준 | 조치 | -|------|-------------|------| -| **hybrid primary** (`sim_causal_hybrid`) | 배포 허용 | `06_verify_live` 후 소액 시작 | -| GT oracle | **운영 금지** | 벤치마크만 (미래 허용) | -| conviction (`sim_tier_enhanced`) | **금지** | `enhanced=False` 고정 | -| sim 고수익 ≠ 실현 | **구조적 갭** | 일한도·슬리피지·부분 체결 | - -시뮬 Go/No-Go는 과거 데이터 가정이며 실계좌 수익을 보장하지 않습니다. - -## 자금·한도 (Operations) - -| 원칙 | 내용 | -|------|------| -| 초기 기준 | `GT_INITIAL_CASH_KRW=400000` | -| 일 매수 | `LIVE_DAILY_KRW_MAX` — hybrid 1회액 초과 시 스킵 | -| 일 손실 | `LIVE_DAILY_LOSS_LIMIT_KRW` 초과 시 당일 중단 | -| 매수 | EV/WF 통과 규칙 + 가용 현금 | -| 매도 | 보유 수량 필요 | - -한도는 [env.recommended.md](../05_ops/env.recommended.md) 기준으로 시작하고, 검증 후에만 상향합니다. - -## 시장·기술 리스크 - -| 리스크 | 완화 | -|--------|------| -| API 장애 | 재시도·06 중지 | -| 슬리피지 | 소액·`live_trades.jsonl` 기록 | -| 봉 지연 | `01_download` / `00_sync_ops` | -| 단일 종목(WLD) | 일한도·포지션 상한 | - -## Kill switch - -1. `06_execute_live` 프로세스 중지 -2. 빗썸 수동 청산 - -## 재평가 - -| 주기 | 작업 | -|------|------| -| 주 1회 | `06_verify_live.py` | -| 월 1회 | `04_simulation_report.py` | - -## 면책 - -실거래 손익은 운영자 책임입니다. 본 저장소는 투자 자문이 아닙니다. diff --git a/docs/reference/ROADMAP.md b/docs/reference/ROADMAP.md deleted file mode 100644 index 5498980..0000000 --- a/docs/reference/ROADMAP.md +++ /dev/null @@ -1,33 +0,0 @@ -# DeepCoin 로드맵 - -설계: [ARCHITECTURE.md](ARCHITECTURE.md) — **GT → Simulation → Operations** 만 사용합니다. - -## 축별 상태 - -| 축 | 상태 | 다음 액션 | -|----|------|-----------| -| **Ground Truth** | 1년 GT·10TF 프로필 | 구간·파라미터 변경 시 `02`~`03` 재실행 | -| **Simulation** | hybrid Go/No-Go (MDD 참고) | 월 1회 `04_simulation_report` | -| **Operations** | LIVE=1, dry-run 제거 | `06_verify_live` → `06_execute_live` | - -## 권장 워크플로 - -```text -01 download - → 02 GT (+ 03 분석·프로필, 05 차트) - → 04 match + 04 simulation (인과, 40만 원) - → 06 verify + 06 execute (동일 monitor_rules) -``` - -운영 배분: **sim_causal_hybrid** = **06 live** (`hybrid_sim_execution`) - -## 문서 맵 - -| 문서 | 축 | -|------|-----| -| [GROUND_TRUTH.md](GROUND_TRUTH.md) | GT | -| [SIMULATION.md](SIMULATION.md) | Simulation | -| [LIVE_TRADING.md](LIVE_TRADING.md) | Operations | -| [OPERATIONS.md](OPERATIONS.md) | Operations | -| [RISK.md](RISK.md) | Operations | -| [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) | 기동 체크 | diff --git a/docs/reference/SIMULATION.md b/docs/reference/SIMULATION.md deleted file mode 100644 index 1387094..0000000 --- a/docs/reference/SIMULATION.md +++ /dev/null @@ -1,111 +0,0 @@ -# Simulation (시뮬레이션) - -설계: [ARCHITECTURE.md](ARCHITECTURE.md). Ground Truth **이후**, Operations **이전** 단계입니다. - -## 목적 - -1. `monitor_rules`가 holdout·walk-forward·수수료 스트레스를 통과하는지 검증한다. -2. 운영에 쓸 **배분 경로(primary)** 를 정한다. (실전 = **hybrid**, GT oracle 아님) - -## 실행 - -```bash -python scripts/04_match_rules.py # 선행 -python scripts/04_simulation_report.py -``` - -## 산출물 - -| 파일 | 내용 | -|------|------| -| `docs/04_matching/simulation_report.json` | Go/No-Go, `portfolio_compare`, walk-forward | -| `docs/04_matching/simulation_report.html` | GT·시뮬 경로별 카드·차트 | - -## 배포 모델 (primary) - -| 경로 | `portfolio_compare` 키 | 전기간 PnL (최근 실행) | 운영 | -|------|------------------------|------------------------|------| -| GT oracle (사후 ZigZag) | `ground_truth_chrono` | +4,291% | **미사용** (미래 허용 벤치마크) | -| **권장 primary** | `sim_primary` = `sim_causal_hybrid` | (리포트 참고) | **Operations 배분** | -| causal tier only | `sim_sized` | +75% | 미사용 | -| 인과 GT leg 엔진 | `sim_causal_gt` | +15% | 미사용 | -| conviction tier | `sim_tier_enhanced` | -51% | **금지** | -| 고정 금액 baseline | `sim_fixed_order` | -94% | 비교용 | - -- `primary_sizing`: **hybrid** (`go_no_go_hybrid.primary_sizing`) -- hybrid: monitor 발화 + **DD tier + past-leg tier**, `enhanced=False` -- 코드: `deepcoin/ground_truth/causal_gt_hybrid.py`, `deepcoin/matching/simulation.py` - -## Go/No-Go (최근 실행 요약) - -### 규칙 (`go_no_go`) - -| rule_id | holdout EV | WF+ 비율 | fee 2× EV | 결과 | -|---------|------------|----------|-----------|------| -| `buy_compound_tight` | 5.66 | 0.75 | 4.99 | PASS | -| `sell_mtf_cross_all_tf` | 7.13 | 1.00 | 7.12 | PASS | - -→ **GO** - -### hybrid primary (`go_no_go_hybrid`) - -| 검사 | 값 | 결과 | -|------|-----|------| -| monitor_rules_go | - | PASS | -| hybrid_holdout_pnl | +62.35% | PASS | -| hybrid_max_mdd | 19.22% | PASS | -| hybrid_fee_stress_pnl | +975.74% | PASS | -| option_c_target_300pct (optional) | +1,147% | PASS | - -→ **GO** · `primary_sizing=hybrid` - -### Option C 2차 (`go_no_go_option_c_phase2`) - -- 전기간 +1,000% 목표, GT capture ≥23%, WF 양수 월 비율, 슬리피지 스트레스 등 → **GO** - -재실행 후 수치는 `simulation_report.json`을 기준으로 한다. - -## 포트폴리오 비교 (`portfolio_compare`) — 읽는 법 - -| 키 | 설명 | -|----|------| -| `ground_truth_chrono` | GT 타점·`amount_krw` 시각순 체결 (상한 벤치마크) | -| `sim_primary` / `sim_causal_hybrid` | **운영 배분과 동일** (monitor + hybrid tier) | -| `sim_sized` | EV/WF·leg 가중 복리 (구 경로) | -| `sim_hybrid_holdout` | hybrid 전기간 복리 후 **holdout 구간** 자산 증감 | -| `sim_hybrid_fee_stress` | 수수료 스트레스 hybrid | -| `hybrid_dd_params` | `dd_large_pct`, `dd_medium_pct` (캘리브 JSON과 동기) | - -## 검증 항목 - -| 항목 | 설명 | -|------|------| -| Holdout | 규칙별 EV≥0, PF≥1 | -| Walk-forward | 월별 EV·`SIM_GO_WF_POSITIVE_RATIO` | -| 수수료 스트레스 | `SIM_FEE_STRESS_MULT` (기본 2×) | -| hybrid | holdout PnL, MDD, fee stress, (선택) +300% | -| 슬리피지 | Option C 2차 — 체결가 불리 가정 후 흑자 여부 | - -## 시뮬 vs 실운영 (기대 갭) - -시뮬 hybrid는 **일한도 없이** 복리·전액 배분을 가정한다. 실거래는 `LIVE_DAILY_KRW_MAX` 등으로 체결이 잘리므로 **수익률이 sim_primary와 같지 않을 수 있다**. (배포 체크리스트 D6: 실현=sim 미달) - -## 환경 변수 - -| 변수 | 용도 | -|------|------| -| `SIM_GO_*`, `SIM_FEE_STRESS_MULT`, `SIM_WALK_FORWARD_MIN_MONTHS` | 규칙 Go/No-Go | -| `SIM_PRIMARY_SIZING` | `auto` \| `hybrid` \| `causal_tier` (권장: **auto** → hybrid) | -| `GT_SIGNAL_CAUSAL` | 1 — hybrid live sizing 활성 | -| `CAUSAL_GT_DD_LARGE_PCT`, `CAUSAL_GT_DD_MEDIUM_PCT` | hybrid tier (캘리브와 동기) | -| `GT_BUY_PCT_*`, `GT_LARGE_LEG_TOP_PCT` | tier 비중 | - -## NO-GO 시 - -1. `04_match_rules.py` 재실행 (프로필·선별) -2. `04_simulation_report.py` 재실행 -3. `go_no_go` / `go_no_go_hybrid` checks 확인 - -## 다음 단계 - -- **Operations:** [LIVE_TRADING.md](LIVE_TRADING.md), [OPERATIONS.md](OPERATIONS.md), [DEPLOYMENT_CHECKLIST.md](../05_ops/DEPLOYMENT_CHECKLIST.md) diff --git a/docs/reference/STRUCTURE.md b/docs/reference/STRUCTURE.md deleted file mode 100644 index 4cafa14..0000000 --- a/docs/reference/STRUCTURE.md +++ /dev/null @@ -1,44 +0,0 @@ -# DeepCoin 프로젝트 구조 - -실행은 **`scripts/`** 만 사용합니다. 설계는 **Ground Truth · Simulation · Operations** 세 축입니다. -[ARCHITECTURE.md](ARCHITECTURE.md) - -## 축별 매핑 - -| 축 | 패키지 | 스크립트 | 산출물 | -|----|--------|----------|--------| -| **데이터** | `deepcoin/data/` | `01_download`, `00_sync_ops` | `data/coins.db` | -| **Ground Truth** | `ground_truth/`, `analysis/` | `02`, `03_*`, `05_chart_truth` | `ground_truth_trades.json`, `docs/02_ground_truth/` | -| **Simulation** | `matching/` | `04_match_rules`, `04_simulation_report` | `docs/04_matching/` | -| **Operations** | `ops/` | `06_verify_live`, `06_execute_live` | `data/ops/live_trades.jsonl` | - -보조: `05_run_monitor` (알림), `verify_env`, `test_buy_sell_rehearsal` - -## 디렉터리 트리 - -```text -DeepCoin/ -├── .env, config.py -├── deepcoin/ -│ ├── api/ -│ ├── data/ -│ ├── ground_truth/ -│ ├── analysis/ -│ ├── matching/ -│ └── ops/ -├── scripts/ -├── data/ -└── docs/ - ├── reference/ # ARCHITECTURE, GROUND_TRUTH, SIMULATION … - ├── 02_ground_truth/ - ├── 03_analysis/ - ├── 04_matching/ - └── 05_ops/ -``` - -## `docs/` 규칙 - -- `docs/reference/` — 가이드 (Git) -- `docs/02_*` ~ `docs/05_ops/` — 스크립트 재생성 산출물 - -코드의 `REPORTS_*` 별칭은 `deepcoin/paths.py`에서 `docs/*`로 연결됩니다. diff --git a/environment.yml b/environment.yml deleted file mode 100644 index aff9ce7..0000000 --- a/environment.yml +++ /dev/null @@ -1,10 +0,0 @@ -# DeepCoin 권장 conda 환경 (기존 ncue에 설치) -# 생성: conda env create -f environment.yml (이미 ncue가 있으면 activate 후 pip만) -name: ncue -channels: - - defaults -dependencies: - - python>=3.10 - - pip - - pip: - - -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 7763945..d0c0716 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,3 @@ -pandas -numpy -PyJWT -requests -python-dateutil -python-dotenv>=1.0.0 -python-telegram-bot -plotly +python-dotenv==1.0.1 +requests==2.32.3 +pandas==2.2.3 diff --git a/scripts/00_sync_ops.py b/scripts/00_sync_ops.py deleted file mode 100644 index 00de21e..0000000 --- a/scripts/00_sync_ops.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env python3 -"""운영 전 누락 봉 증분 보완 (05/06 시작 시 자동 호출과 동일).""" -import argparse -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.data.ops_sync import ensure_ops_candles - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description="운영 전 coins.db 누락 봉 동기화") - parser.add_argument( - "--force", - action="store_true", - help="최신 간격도 전부 재수집", - ) - parser.add_argument( - "--verbose", - action="store_true", - help="API 수집 진행 로그 출력", - ) - args = parser.parse_args() - ensure_ops_candles(force=args.force, verbose_download=args.verbose) diff --git a/scripts/01_download.py b/scripts/01_download.py index 797b151..b28d185 100644 --- a/scripts/01_download.py +++ b/scripts/01_download.py @@ -1,11 +1,9 @@ #!/usr/bin/env python3 -"""01단계: WLD 봉 데이터 다운로드 → data/coins.db""" +"""0단계: 빗썸 캔들 데이터 수집 (download_candles.py 래퍼).""" + import runpy from pathlib import Path -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.data.downloader import download - if __name__ == "__main__": - download() + target = Path(__file__).resolve().parent / "download_candles.py" + runpy.run_path(str(target), run_name="__main__") diff --git a/scripts/02_ground_truth.py b/scripts/02_ground_truth.py index ebc486a..a976c47 100644 --- a/scripts/02_ground_truth.py +++ b/scripts/02_ground_truth.py @@ -1,11 +1,123 @@ #!/usr/bin/env python3 -"""Ground Truth: 매수·매도 정답 타점 JSON 생성.""" -import runpy +"""1단계: Ground Truth — 사후 최적 스윙 매수·매도 타점 (1매수·1매도 레그).""" + +from __future__ import annotations + +import argparse +import logging +import sys from pathlib import Path -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) +ROOT = Path(__file__).resolve().parents[1] +SRC = ROOT / "src" +if str(SRC) not in sys.path: + sys.path.insert(0, str(SRC)) + +from deepcoin.config import load_settings +from deepcoin.data.intervals import interval_label +from deepcoin.ground_truth.chart import render_ground_truth_chart +from deepcoin.ground_truth.ground_truth import GtParams, build_ground_truth, save_ground_truth + + +def _configure_logging(verbose: bool) -> None: + """로깅 레벨을 설정한다.""" + level = logging.DEBUG if verbose else logging.INFO + logging.basicConfig( + level=level, + format="%(asctime)s [%(levelname)s] %(message)s", + datefmt="%Y-%m-%d %H:%M:%S", + ) + + +def main() -> int: + """CLI 진입점.""" + parser = argparse.ArgumentParser(description="Ground Truth 스윙 레그 생성 (1단계)") + parser.add_argument("--interval", type=int, default=None, help="GT 인터벌(분)") + parser.add_argument("--days", type=int, default=None, help="GT·타점 기간(일). 기본 730(2년)") + parser.add_argument("--zigzag", type=float, default=None, help="ZigZag 되돌림 %%") + parser.add_argument("--min-leg", type=float, default=None, help="최소 레그 수익률 %%") + parser.add_argument("--no-chart", action="store_true", help="HTML 차트 생략") + parser.add_argument("-v", "--verbose", action="store_true") + args = parser.parse_args() + + _configure_logging(args.verbose) + settings = load_settings() + + params = GtParams( + interval_min=args.interval or settings.gt_interval_min, + lookback_days=args.days or settings.gt_lookback_days, + zigzag_reversal_pct=args.zigzag or settings.gt_zigzag_reversal_pct, + min_leg_pct=args.min_leg or settings.gt_min_leg_pct, + pullback_min_pct=settings.gt_pullback_min_pct, + pullback_local_order=settings.gt_pullback_local_order, + breakout_buffer_pct=settings.gt_breakout_buffer_pct, + breakout_consolidation_bars=settings.gt_breakout_consolidation_bars, + breakout_min_rally_pct=settings.gt_breakout_min_rally_pct, + div_local_order=settings.gt_div_local_order, + div_min_bars_between=settings.gt_div_min_bars_between, + div_min_rsi_diff=settings.gt_div_min_rsi_diff, + div_min_future_move_pct=settings.gt_div_min_future_move_pct, + ) + + logging.info( + "GT 생성: %s %s, %s일, ZigZag=%s%%, min_leg=%s%%, 초기=%s원", + settings.symbol, + interval_label(params.interval_min), + params.lookback_days, + params.zigzag_reversal_pct, + params.min_leg_pct, + f"{settings.gt_initial_cash_krw:,.0f}", + ) + + result = build_ground_truth( + db_path=settings.db_path, + symbol=settings.symbol, + coin_name=settings.coin_name, + params=params, + initial_cash_krw=settings.gt_initial_cash_krw, + fee_rate=settings.gt_trading_fee_rate, + ) + + out_json = save_ground_truth(result, settings.ground_truth_file) + summary = result["summary"] + meta = result["meta"] + pnl = result["pnl"] + + print("\n=== Ground Truth 완료 (1단계 벤치마크) ===") + print(f"대상: {meta['symbol']} ({meta['interval_label']})") + print(f"GT·수익 기간: {meta['data_from']} ~ {meta['data_to']} ({meta['bar_count']}봉)") + print(f"차트·타점: 최근 {settings.download_days}일 (2년)") + print(f"피벗: {meta['pivot_count']}개 → 레그: {summary['leg_count']}개") + print( + f"매수 타점: {summary['buy_count']}개 " + f"(눌림 {summary.get('pullback_buy_count', 0)} / 돌파 {summary.get('breakout_buy_count', 0)} " + f"/ 다이버전스 {summary.get('divergence_buy_count', 0)}) " + f"/ 매도: {summary['sell_count']}개 (다이버전스 {summary.get('divergence_sell_count', 0)})" + ) + print(f"레그 수익률 — 평균: {summary['avg_leg_pct']}%, 최대: {summary['max_leg_pct']}%") + + period = "" + if pnl.get("period_from"): + period = f" ({pnl['period_from'][:10]} ~ {pnl['period_to'][:10]})" + print(f"\n=== 누적 수익{period} — 초기 {pnl['initial_cash_krw']:,.0f}원 ===") + print(f"최종 자산: {pnl['final_cash_krw']:,.0f}원") + print(f"손익: {pnl['total_pnl_krw']:+,.0f}원") + print(f"기간 수익률: {pnl['total_return_pct']:+.2f}%") + print(f"거래 레그: {pnl['legs_traded']}건") + print(f"JSON: {out_json}") + + if not args.no_chart: + chart_path = render_ground_truth_chart( + db_path=settings.db_path, + symbol=settings.symbol, + gt_result=result, + output_path=settings.ground_truth_chart_file, + chart_lookback_days=settings.download_days, + ) + print(f"차트: {chart_path}") + + return 0 -from deepcoin.ground_truth.ground_truth import run_from_db if __name__ == "__main__": - run_from_db() + raise SystemExit(main()) diff --git a/scripts/03_analyze_enrich.py b/scripts/03_analyze_enrich.py deleted file mode 100644 index 6e53116..0000000 --- a/scripts/03_analyze_enrich.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""03단계: 3분~일봉 전 기법 enrich (latest CSV).""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.analysis.general_analysis_enrich_runner import main - -if __name__ == "__main__": - main() diff --git a/scripts/03_analyze_trades.py b/scripts/03_analyze_trades.py deleted file mode 100644 index bfee060..0000000 --- a/scripts/03_analyze_trades.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""03b단계: Ground Truth 타점 MTF 기술적 스냅샷 CSV.""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.analysis.general_analysis_runner import main - -if __name__ == "__main__": - main() diff --git a/scripts/03_gt_mtf_profile.py b/scripts/03_gt_mtf_profile.py deleted file mode 100644 index d887adc..0000000 --- a/scripts/03_gt_mtf_profile.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""03c단계: GT 타점 MTF 프로필 분석 (3분~월봉, 매수/매도 대조).""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.matching.gt_mtf_profile import run_gt_mtf_profile - -if __name__ == "__main__": - run_gt_mtf_profile() diff --git a/scripts/03_run_techniques.py b/scripts/03_run_techniques.py new file mode 100644 index 0000000..e113e58 --- /dev/null +++ b/scripts/03_run_techniques.py @@ -0,0 +1,137 @@ +#!/usr/bin/env python3 +"""2단계: Ground Truth 정합 매매 기법 실행 및 비교.""" + +from __future__ import annotations + +import argparse +import logging +import sys +from pathlib import Path + +ROOT = Path(__file__).resolve().parents[1] +SRC = ROOT / "src" +if str(SRC) not in sys.path: + sys.path.insert(0, str(SRC)) + +from deepcoin.config import load_settings +from deepcoin.data.intervals import interval_label +from deepcoin.evaluation.report import ( + build_comparison_report, + render_comparison_html, + save_comparison_report, +) +from deepcoin.techniques.base import TechniqueParams +from deepcoin.techniques.registry import list_technique_ids +from deepcoin.techniques.runner import ( + load_ground_truth, + run_all_techniques, + save_technique_result, +) + + +def _configure_logging(verbose: bool) -> None: + """로깅 레벨을 설정한다.""" + level = logging.DEBUG if verbose else logging.INFO + logging.basicConfig( + level=level, + format="%(asctime)s [%(levelname)s] %(message)s", + datefmt="%Y-%m-%d %H:%M:%S", + ) + + +def main() -> int: + """CLI 진입점.""" + parser = argparse.ArgumentParser(description="매매 기법 실행 및 GT 정합 비교 (2단계)") + parser.add_argument( + "--techniques", + type=str, + default=None, + help="실행할 기법 ID (쉼표 구분). 기본: 전체", + ) + parser.add_argument("--tolerance", type=int, default=None, help="GT 정합 허용 봉 수") + parser.add_argument("--no-report", action="store_true", help="비교 리포트 생략") + parser.add_argument("-v", "--verbose", action="store_true") + args = parser.parse_args() + + _configure_logging(args.verbose) + settings = load_settings() + + if not settings.ground_truth_file.exists(): + logging.error("Ground Truth 파일 없음: %s — 먼저 02_ground_truth.py 실행", settings.ground_truth_file) + return 1 + + gt_result = load_ground_truth(settings.ground_truth_file) + technique_ids = None + if args.techniques: + technique_ids = [t.strip() for t in args.techniques.split(",") if t.strip()] + + params = TechniqueParams( + interval_min=settings.gt_interval_min, + lookback_days=settings.gt_lookback_days, + min_leg_pct=settings.gt_min_leg_pct, + initial_cash_krw=settings.gt_initial_cash_krw, + fee_rate=settings.gt_trading_fee_rate, + extra={"reversal_pct": settings.gt_zigzag_reversal_pct}, + ) + + tolerance = args.tolerance or settings.gt_align_tolerance_bars + + logging.info( + "기법 실행: %s %s, %s일, tolerance=%s봉", + settings.symbol, + interval_label(params.interval_min), + params.lookback_days, + tolerance, + ) + + results = run_all_techniques( + db_path=settings.db_path, + symbol=settings.symbol, + params=params, + gt_result=gt_result, + tolerance_bars=tolerance, + technique_ids=technique_ids, + ) + + saved_paths: list[Path] = [] + for result in results: + path = save_technique_result(result, settings.techniques_dir) + saved_paths.append(path) + align = result.alignment or {} + legs = align.get("legs", {}) + print( + f" [{result.technique_id}] {result.technique_name}: " + f"레그 {result.summary.get('leg_count', 0)}개, " + f"수익 {result.pnl.get('total_return_pct', 0):+.1f}%, " + f"GT정합 score={align.get('score', 0)*100:.1f} " + f"(leg recall {legs.get('leg_recall', 0)*100:.0f}%)" + ) + + print(f"\n=== 2단계 기법 실행 완료 ({len(results)}개) ===") + print(f"저장: {settings.techniques_dir}/") + for path in saved_paths: + print(f" - {path.name}") + + if not args.no_report: + report = build_comparison_report(results, gt_result, settings.symbol) + json_path = save_comparison_report(report, settings.analysis_report_json) + html_path = render_comparison_html(report, settings.analysis_report_html) + print(f"\n=== GT 정합 순위 (상위 3) ===") + gt_return = report["gt"]["return_pct"] + print(f"GT 벤치마크: {gt_return:+.1f}%") + for idx, row in enumerate(report["ranking"][:3], start=1): + print( + f" {idx}. {row['technique_name']}: " + f"score {row['score']*100:.1f}, " + f"수익 {row['tech_return_pct']:+.1f}%, " + f"leg recall {row['leg_recall']*100:.0f}%" + ) + print(f"리포트 JSON: {json_path}") + print(f"리포트 HTML: {html_path}") + + print(f"\n등록 기법: {', '.join(list_technique_ids())}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/04_causal_gt_calibrate.py b/scripts/04_causal_gt_calibrate.py deleted file mode 100644 index 9f54f41..0000000 --- a/scripts/04_causal_gt_calibrate.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""인과 GT leg 엔진 파라미터 캘리브레이션 (Option C +300% 경로).""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.ground_truth.causal_gt_calibrate import run_causal_gt_calibration - -if __name__ == "__main__": - run_causal_gt_calibration() diff --git a/scripts/04_hybrid_dd_calibrate.py b/scripts/04_hybrid_dd_calibrate.py deleted file mode 100644 index 46dcb10..0000000 --- a/scripts/04_hybrid_dd_calibrate.py +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env python3 -"""Hybrid DD tier 임계값 train 캘리브레이션 (Option C 2차).""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -import pandas as pd - -from config import CHART_LOOKBACK_DAYS, MATCH_PRIMARY_INTERVAL, SYMBOL -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.ground_truth.ground_truth import load_ground_truth -from deepcoin.ground_truth.hybrid_dd_calibrate import run_and_save_calibration -from deepcoin.matching.load_rules import load_matched_rules -from deepcoin.ops.monitor import Monitor -from deepcoin.paths import MATCHING_FIRE_OUTCOMES, MATCHING_HYBRID_DD_CALIBRATION_JSON - - -def main() -> None: - """monitor 발화 + OHLC로 DD tier 캘리브레이션.""" - outcomes = pd.read_csv(MATCHING_FIRE_OUTCOMES) - matched = load_matched_rules() - monitor_ids = {r["rule_id"] for r in matched.get("monitor_rules", [])} - fires = outcomes[outcomes["rule_id"].isin(monitor_ids)] - - mon = Monitor(cooldown_file=None) - ohlc = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS)[ - MATCH_PRIMARY_INTERVAL - ] - gt = load_ground_truth() or {} - mark = (gt.get("summary") or {}).get("mark_price") - - result = run_and_save_calibration( - fires, - ohlc, - outcomes=outcomes, - last_price=float(mark) if mark else None, - ) - best = result.get("best_params") or {} - metrics = result.get("best_metrics") or {} - print(f"[hybrid DD] 저장: {MATCHING_HYBRID_DD_CALIBRATION_JSON}") - print( - f"[hybrid DD] best dd_large={best.get('dd_large_pct')} " - f"dd_medium={best.get('dd_medium_pct')} " - f"train={metrics.get('train_pnl_pct')}% " - f"holdout={metrics.get('holdout_pnl_pct')}% " - f"full={metrics.get('full_pnl_pct')}%" - ) - - -if __name__ == "__main__": - main() diff --git a/scripts/04_match_rules.py b/scripts/04_match_rules.py deleted file mode 100644 index 2792bfb..0000000 --- a/scripts/04_match_rules.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""Simulation: GT 프로필 + 인과 EV 매칭 (규칙·monitor_rules).""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.matching.pipeline import main - -if __name__ == "__main__": - main() diff --git a/scripts/04_simulation_report.py b/scripts/04_simulation_report.py deleted file mode 100644 index 435c4ac..0000000 --- a/scripts/04_simulation_report.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env python3 -"""Simulation: walk-forward·Go/No-Go 시뮬 리포트.""" -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.matching.simulation import run_simulation_report - -if __name__ == "__main__": - run_simulation_report() diff --git a/scripts/05_chart_truth.py b/scripts/05_chart_truth.py deleted file mode 100644 index d1369d8..0000000 --- a/scripts/05_chart_truth.py +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env python3 -"""05: Ground Truth JSON → HTML 차트 (기본: JSON만 반영, --regenerate 시 02 재실행).""" -import argparse -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.ops import simulation - - -def main() -> None: - parser = argparse.ArgumentParser(description="Ground Truth HTML 차트") - parser.add_argument( - "--regenerate", - action="store_true", - help="DB에서 GT JSON을 다시 생성한 뒤 HTML 작성", - ) - parser.add_argument( - "--no-browser", - action="store_true", - help="브라우저 자동 열기 생략", - ) - args = parser.parse_args() - simulation.run_ground_truth_chart( - open_browser=not args.no_browser, - from_json=not args.regenerate, - ) - - -if __name__ == "__main__": - main() diff --git a/scripts/05_run_monitor.py b/scripts/05_run_monitor.py deleted file mode 100644 index 419ccd6..0000000 --- a/scripts/05_run_monitor.py +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env python3 -"""05단계: WLD 실시간 모니터 루프 (04 규칙 알림 포함).""" -import argparse -import runpy -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.ops.monitor_coin import MonitorCoin - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description="WLD 모니터") - parser.add_argument("--once", action="store_true", help="1회만 출력 후 종료") - parser.add_argument("--no-rules", action="store_true", help="04 규칙 평가 생략") - args = parser.parse_args() - mon = MonitorCoin(cooldown_file=None, check_rules=not args.no_rules) - if args.once: - mon.monitor_wld() - else: - mon.run_schedule() diff --git a/scripts/06_execute_live.py b/scripts/06_execute_live.py deleted file mode 100644 index 8fdb260..0000000 --- a/scripts/06_execute_live.py +++ /dev/null @@ -1,51 +0,0 @@ -#!/usr/bin/env python3 -"""3단계: 실거래 (monitor_rules + 빗썸 주문). LIVE_TRADING_ENABLED=1 필수.""" -import argparse -import runpy -import sys -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from deepcoin.env_loader import ENV_FILE, env_status # noqa: E402 - -from config import ( - GT_INITIAL_CASH_KRW, - LIVE_DAILY_KRW_MAX, - LIVE_DAILY_LOSS_LIMIT_KRW, - LIVE_MAX_TRADES_PER_DAY, - LIVE_TRADING_ENABLED, - MONITOR_LOOP_SLEEP_SEC, -) -from deepcoin.ops.live_trader import LiveTrader - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description="WLD 실거래 (06)") - parser.add_argument("--once", action="store_true", help="1회만 실행") - args = parser.parse_args() - st = env_status() - print( - f"[06] 운영 설정 · LIVE=ON · " - f"초기₩{GT_INITIAL_CASH_KRW:,} · 일한도₩{LIVE_DAILY_KRW_MAX:,} · " - f"일손실₩{LIVE_DAILY_LOSS_LIMIT_KRW:,} · max_trades={LIVE_MAX_TRADES_PER_DAY}" - ) - print( - f"[06] .env 로더={st.get('loader')} · 파일={ENV_FILE.name} · " - f"LIVE_TRADING_ENABLED(raw)={st.get('live_trading_enabled')!r}" - ) - if st.get("loader") == "fallback": - print( - "주의: python-dotenv 미설치 — fallback 파서 사용. " - "권장: pip install python-dotenv (requirements.txt)" - ) - if not LIVE_TRADING_ENABLED: - print( - "오류: LIVE_TRADING_ENABLED=0 — dry-run은 제거되었습니다. " - ".env 에 LIVE_TRADING_ENABLED=1 설정 후 재실행하세요." - ) - sys.exit(1) - trader = LiveTrader() - if args.once: - trader.run_once() - else: - trader.run_loop(MONITOR_LOOP_SLEEP_SEC) diff --git a/scripts/06_verify_live.py b/scripts/06_verify_live.py deleted file mode 100644 index 5b7550b..0000000 --- a/scripts/06_verify_live.py +++ /dev/null @@ -1,345 +0,0 @@ -#!/usr/bin/env python3 -"""실거래(06) 기동 전 설정·hybrid tier·규칙·한도 점검. LIVE_TRADING_ENABLED=1 필수.""" - -from __future__ import annotations - -import argparse -import runpy -from datetime import datetime -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from config import ( # noqa: E402 - CHART_LOOKBACK_DAYS, - GT_INITIAL_CASH_KRW, - GT_SIGNAL_CAUSAL, - LIVE_HYBRID_BOOTSTRAP_FIRES, - LIVE_COOLDOWN_MIN, - LIVE_DAILY_KRW_MAX, - LIVE_DAILY_LOSS_LIMIT_KRW, - LIVE_MAX_TRADES_PER_DAY, - LIVE_ORDER_KRW, - LIVE_TRADING_ENABLED, - MATCH_LIVE_CACHE_SEC, - MATCH_PRIMARY_INTERVAL, - MONITOR_ALERT_KRW_AMOUNT, - MONITOR_LOOP_SLEEP_SEC, - SIM_PRIMARY_SIZING, - SYMBOL, - TRADING_FEE_RATE, -) -from deepcoin.data.mtf_bb import load_frames_from_db -from deepcoin.ground_truth.hybrid_dd_calibrate import load_hybrid_dd_params -from deepcoin.matching.live_eval import evaluate_live_rules -from deepcoin.ground_truth.causal_gt_hybrid import _close_series_from_df, hybrid_tier_scale -from deepcoin.ground_truth.gt_model import leg_entry_weights -from deepcoin.matching.position_sizing import compute_buy_amount_krw -from deepcoin.matching.load_rules import load_monitor_rules -from deepcoin.ops.hybrid_sim_execution import ( - bootstrap_monitor_signals_from_outcomes, - build_live_signal_history, - plan_live_hit, -) -from deepcoin.ops.live_trader import LiveTrader -from deepcoin.ops.monitor import Monitor - - -def _plan_with_dd( - cash: float, - qty: float, - price: float, - dd_pct: float, - *, - enhanced: bool, - completed_leg_ret: dict[int, float] | None = None, - leg_id: int = 1, -) -> float: - """drawdown %를 고정한 tier 매수 원화 (검증용).""" - weights = leg_entry_weights([price]) - trade: dict = {"leg_id": leg_id, "drawdown_pct": dd_pct} - dd_params = load_hybrid_dd_params() - scale = hybrid_tier_scale( - trade, - completed_leg_ret=completed_leg_ret or {}, - enhanced=enhanced, - dd_large_pct=dd_params.get("dd_large_pct"), - dd_medium_pct=dd_params.get("dd_medium_pct"), - ) - return compute_buy_amount_krw( - cash, - qty, - price, - weights[0], - weights[0], - asset_pct_scale=scale, - fee_rate=TRADING_FEE_RATE, - ignore_weight_split=bool(trade.get("conviction_buy")), - ) - - -def _print_header(title: str) -> None: - print(f"\n=== {title} ===") - - -def check_config() -> list[str]: - """필수 설정 확인. 문제 목록 반환.""" - issues: list[str] = [] - _print_header("1. 설정") - print(f" SYMBOL={SYMBOL}") - print(f" GT_SIGNAL_CAUSAL={GT_SIGNAL_CAUSAL}") - print(f" LIVE_HYBRID_BOOTSTRAP_FIRES={LIVE_HYBRID_BOOTSTRAP_FIRES}") - print(f" LIVE_TRADING_ENABLED={LIVE_TRADING_ENABLED}") - print(f" SIM_PRIMARY_SIZING={SIM_PRIMARY_SIZING}") - dd = load_hybrid_dd_params() - print(f" hybrid DD: large={dd.get('dd_large_pct')}% medium={dd.get('dd_medium_pct')}%") - print( - f" LIVE 한도: daily_max={LIVE_DAILY_KRW_MAX:,} " - f"max_trades={LIVE_MAX_TRADES_PER_DAY} " - f"loss_limit={LIVE_DAILY_LOSS_LIMIT_KRW:,} " - f"cooldown={LIVE_COOLDOWN_MIN}min" - ) - print( - f" 06 루프: sleep={MONITOR_LOOP_SLEEP_SEC}s · " - f"live_eval_cache={MATCH_LIVE_CACHE_SEC}s · bar={MATCH_PRIMARY_INTERVAL}m" - ) - print(" 체결 엔진: sim_causal_hybrid (hybrid_sim_execution)") - print(f" GT_INITIAL_CASH_KRW=₩{GT_INITIAL_CASH_KRW:,}") - rules = load_monitor_rules() - print(f" monitor_rules={[r['rule_id'] for r in rules]}") - if not LIVE_TRADING_ENABLED: - issues.append("LIVE_TRADING_ENABLED=0 — 실거래 기동 불가") - if not GT_SIGNAL_CAUSAL: - issues.append("GT_SIGNAL_CAUSAL=0 — 인과 GT·hybrid 정합 권장(1)") - if not LIVE_HYBRID_BOOTSTRAP_FIRES: - issues.append("LIVE_HYBRID_BOOTSTRAP_FIRES=0 — 시뮬 이력 부트스트랩 꺼짐") - if len(rules) != 2: - issues.append(f"monitor_rules {len(rules)}개 (기대 2)") - expected = {"buy_compound_tight", "sell_mtf_cross_all_tf"} - got = {r["rule_id"] for r in rules} - if got != expected: - issues.append(f"monitor_rules 불일치: {got}") - return issues - - -def check_capital_alignment() -> list[str]: - """초기 자금 40만 원 기준 원화 한도·알림 비율 점검.""" - issues: list[str] = [] - _print_header("1b. 초기 자금·비율 (운영)") - ic = int(GT_INITIAL_CASH_KRW) - expected: dict[str, int] = { - "GT_INITIAL_CASH_KRW": 400_000, - "MONITOR_ALERT_KRW_AMOUNT": int(ic * 0.10), - "LIVE_ORDER_KRW": int(ic * 0.10), - "LIVE_DAILY_LOSS_LIMIT_KRW": int(ic * 0.10), - "LIVE_DAILY_KRW_MAX": ic, - "LIVE_MAX_TRADES_PER_DAY": 15, - } - actual = { - "GT_INITIAL_CASH_KRW": ic, - "MONITOR_ALERT_KRW_AMOUNT": int(MONITOR_ALERT_KRW_AMOUNT), - "LIVE_ORDER_KRW": int(LIVE_ORDER_KRW), - "LIVE_DAILY_LOSS_LIMIT_KRW": int(LIVE_DAILY_LOSS_LIMIT_KRW), - "LIVE_DAILY_KRW_MAX": int(LIVE_DAILY_KRW_MAX), - "LIVE_MAX_TRADES_PER_DAY": int(LIVE_MAX_TRADES_PER_DAY), - } - for key, exp in expected.items(): - got = actual[key] - ok = got == exp - mark = "OK" if ok else "WARN" - print(f" [{mark}] {key}={got:,} (기대 {exp:,})") - if not ok: - issues.append(f"{key}={got:,} ≠ 기대 {exp:,}") - return issues - - -def check_tier_sizing(df) -> list[str]: - """hybrid vs conviction tier 금액 비교 (enhanced=False가 primary).""" - issues: list[str] = [] - _print_header("2. hybrid tier 사이징 (시나리오)") - price = 487.0 - ic = int(GT_INITIAL_CASH_KRW) - scenarios = [ - ("신규·소형DD(1%)", ic, 0.0, 1.0, {}), - ("신규·대형DD(6%)", ic, 0.0, 6.0, {}), - ("복리·과거leg+", ic * 2, ic / price * 0.5, 3.0, {0: 12.0}), - ] - for label, cash, qty, dd, completed in scenarios: - hybrid_amt = _plan_with_dd( - cash, qty, price, dd, enhanced=False, completed_leg_ret=completed - ) - conv_amt = _plan_with_dd( - cash, qty, price, dd, enhanced=True, completed_leg_ret=completed - ) - print( - f" [{label}] cash={cash:,} hybrid={hybrid_amt:,} " - f"conviction={conv_amt:,} (conviction 배포 금지)" - ) - if hybrid_amt <= 0: - issues.append(f"hybrid 금액 0: {label}") - return issues - - -def check_hybrid_bootstrap(df) -> list[str]: - """fire_outcomes 부트스트랩 건수·plan_live_hit 동작.""" - issues: list[str] = [] - _print_header("2b. hybrid 부트스트랩 (sim_causal_hybrid)") - boot = bootstrap_monitor_signals_from_outcomes() - print(f" fire_outcomes monitor 발화: {len(boot)}건") - if LIVE_HYBRID_BOOTSTRAP_FIRES and len(boot) < 100: - issues.append(f"bootstrap 발화 {len(boot)}건 — 04_match_rules 재실행 필요") - if df is None or df.empty or not boot: - return issues - hist = build_live_signal_history([]) - last_buy = [s for s in boot if s["side"] == "buy"][-1:] - if last_buy: - plan = plan_live_hit(hist, last_buy[0], df, approved_buy_rules=None) - print( - f" 최근 매수 샘플 {last_buy[0]['dt']}: " - f"ok={plan.ok} ₩{plan.amount_krw:,.0f} ({plan.message})" - ) - return issues - - -def check_live_limits() -> None: - """실거래 일한도 vs hybrid tier (plan_live_hit).""" - _print_header("3. 실거래 한도 vs hybrid tier") - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - df = frames.get(MATCH_PRIMARY_INTERVAL) - price = 487.0 - if df is not None and not df.empty: - close_s = _close_series_from_df(df) - if not close_s.empty: - price = float(close_s.iloc[-1]) - hist = build_live_signal_history([]) - dt = str(df.index[-1]) if df is not None and not df.empty else "2026-06-01 12:00:00" - planned = plan_live_hit( - hist, - { - "dt": dt, - "rule_id": "buy_compound_tight", - "side": "buy", - "close": price, - }, - df, - approved_buy_rules=None, - ).amount_krw - trader = LiveTrader() - ok, reason = trader._can_trade("buy_compound_tight", planned) - print(f" 현재가={price:,.0f} · hybrid planned={planned:,}") - print(f" LIVE_DAILY_KRW_MAX={LIVE_DAILY_KRW_MAX:,} → _can_trade={ok} ({reason or 'OK'})") - if planned > LIVE_DAILY_KRW_MAX: - print( - " WARN: hybrid 1회 매수액이 일한도 초과 가능 — " - "시뮬 대비 실거래 체결액이 작아질 수 있음" - ) - - -def check_live_eval() -> None: - """현재 시점 규칙 발화.""" - _print_header("4. 현재 발화 (live_eval)") - fired = evaluate_live_rules(force_refresh=True) - if not fired: - print(" 발화 없음 (정상 — 신호 대기)") - return - for hit in fired: - print(f" {hit['side']} {hit['rule_id']} @ {hit['dt']} close={hit['close']}") - - -def run_live_once() -> None: - """06 1회 실거래 루프 (발화 시 주문).""" - _print_header("5. 06_execute_live --once") - LiveTrader().run_once() - - -def write_verification_report(issues: list[str], out_path: Path) -> None: - """운영 점검 결과를 docs/05_ops에 기록.""" - out_path.parent.mkdir(parents=True, exist_ok=True) - status = "PASS" if not issues else "WARN" - lines = [ - "# Live 운영 점검", - "", - f"- 일시: {datetime.now():%Y-%m-%d %H:%M:%S}", - f"- 결과: **{status}**", - "", - "## Check", - "", - f"- GT_SIGNAL_CAUSAL={GT_SIGNAL_CAUSAL}", - f"- LIVE_TRADING_ENABLED={LIVE_TRADING_ENABLED}", - "- monitor_rules: buy_compound_tight, sell_mtf_cross_all_tf", - f"- hybrid DD: {load_hybrid_dd_params()}", - "", - ] - if issues: - lines.append("### 이슈") - lines.append("") - for i in issues: - lines.append(f"- {i}") - lines.append("") - lines.extend( - [ - "## Act", - "", - "```bash", - "python scripts/06_execute_live.py", - "```", - "", - "## Kill switch", - "", - "- 06 프로세스 중지", - "- 빗썸 앱 수동 청산", - "", - ] - ) - out_path.write_text("\n".join(lines), encoding="utf-8") - print(f"\n[저장] {out_path}") - - -def main() -> int: - """실거래 기동 전 점검.""" - parser = argparse.ArgumentParser(description="06 실거래 점검") - parser.add_argument( - "--once", - action="store_true", - help="점검 후 06_execute_live 1회 실행 (실주문 가능)", - ) - args = parser.parse_args() - - print("[06_verify] 실거래 점검 시작") - if not LIVE_TRADING_ENABLED: - print("오류: LIVE_TRADING_ENABLED=0 — .env 에 1 설정 필요") - return 1 - - issues = check_config() - issues.extend(check_capital_alignment()) - mon = Monitor(cooldown_file=None) - frames = load_frames_from_db(mon, SYMBOL, lookback_days=CHART_LOOKBACK_DAYS) - df = frames.get(MATCH_PRIMARY_INTERVAL) - if df is None or df.empty: - issues.append("3m OHLC 없음 — 01_download 필요") - else: - issues.extend(check_tier_sizing(df)) - issues.extend(check_hybrid_bootstrap(df)) - check_live_limits() - check_live_eval() - if args.once: - run_live_once() - out = ( - Path(__file__).resolve().parents[1] - / "docs" - / "05_ops" - / f"live_verification_{datetime.now():%Y%m%d}.md" - ) - write_verification_report(issues, out) - _print_header("요약") - if issues: - for i in issues: - print(f" WARN: {i}") - return 1 - print(" 운영 설정 PASS — 06_execute_live 기동 가능") - return 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/scripts/07_daily_pnl_telegram.py b/scripts/07_daily_pnl_telegram.py deleted file mode 100644 index 84d8049..0000000 --- a/scripts/07_daily_pnl_telegram.py +++ /dev/null @@ -1,82 +0,0 @@ -#!/usr/bin/env python3 -""" -매일 지정 시각(기본 19:00 KST) 최근 24시간 수익률 텔레그램 발송. - -사용: - python scripts/07_daily_pnl_telegram.py --once # 즉시 1회 발송 - python scripts/07_daily_pnl_telegram.py # 스케줄 루프 (상시) - python scripts/07_daily_pnl_telegram.py --record # 스냅샷만 기록 - -Windows 작업 스케줄러: 매일 19:00에 --once 실행도 가능. -""" - -from __future__ import annotations - -import argparse -import runpy -import sys -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from config import ( # noqa: E402 - DAILY_PNL_REPORT_ENABLED, - DAILY_PNL_REPORT_HOUR, - DAILY_PNL_REPORT_MINUTE, - DAILY_PNL_REPORT_TZ, -) -from deepcoin.ops.monitor import Monitor # noqa: E402 -from deepcoin.ops.portfolio_report import ( # noqa: E402 - append_portfolio_snapshot, - fetch_portfolio_snapshot, - run_schedule_loop, - send_daily_pnl_report, -) - - -def main() -> int: - """ - CLI 진입점. - - Returns: - 0 성공, 1 비활성/오류. - """ - parser = argparse.ArgumentParser(description="일일 24h 수익률 텔레그램") - parser.add_argument( - "--once", - action="store_true", - help="즉시 1회 발송 후 종료", - ) - parser.add_argument( - "--record", - action="store_true", - help="스냅샷만 기록 (텔레그램 없음)", - ) - args = parser.parse_args() - - if not DAILY_PNL_REPORT_ENABLED: - print("DAILY_PNL_REPORT_ENABLED=0 — 종료") - return 1 - - print( - f"[07] DAILY_PNL · {DAILY_PNL_REPORT_HOUR:02d}:" - f"{DAILY_PNL_REPORT_MINUTE:02d} {DAILY_PNL_REPORT_TZ}" - ) - mon = Monitor(cooldown_file=None) - - if args.record: - snap = fetch_portfolio_snapshot(mon) - append_portfolio_snapshot(snap) - print(f"[07] snapshot total=₩{snap['total_asset_krw']:,.0f}") - return 0 - - if args.once: - send_daily_pnl_report(mon) - return 0 - - run_schedule_loop(mon) - return 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/scripts/README.md b/scripts/README.md deleted file mode 100644 index dae43f8..0000000 --- a/scripts/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# scripts — CLI (Ground Truth · Simulation · Operations) - -`_bootstrap.py`가 `.env`를 로드합니다. 설계: [docs/reference/ARCHITECTURE.md](../docs/reference/ARCHITECTURE.md) - -## 데이터 (공통) - -| 스크립트 | 설명 | -|----------|------| -| `01_download.py` | OHLCV 적재 | -| `00_sync_ops.py` | 운영 전 DB 동기화 | - -## Ground Truth - -| 스크립트 | 설명 | -|----------|------| -| `02_ground_truth.py` | 정답 타점 JSON | -| `03_analyze_enrich.py` | 10TF 지표 enrich | -| `03_analyze_trades.py` | GT 타점 MTF 스냅샷 CSV | -| `03_gt_mtf_profile.py` | GT MTF 프로필 | -| `05_chart_truth.py` | GT HTML 차트 | - -## Simulation - -| 스크립트 | 설명 | -|----------|------| -| `04_match_rules.py` | 규칙·`matched_rules.json` | -| `04_simulation_report.py` | Go/No-Go 리포트 | -| `04_hybrid_dd_calibrate.py` | hybrid DD tier (필요 시) | -| `04_causal_gt_calibrate.py` | 인과 GT leg (필요 시) | - -## Operations - -| 스크립트 | 설명 | -|----------|------| -| `06_verify_live.py` | 기동 전 점검 | -| `check_balance.py` | 빗썸 잔고 | -| `06_execute_live.py` | 실거래 | -| `05_run_monitor.py` | 알림만 (선택) | -| `07_daily_pnl_telegram.py` | 매일 19:00 24h 수익률 텔레그램 (`--once` 즉시) | - -## 검증 - -| 스크립트 | 설명 | -|----------|------| -| `verify_env.py` | `.env` 검증 | -| `test_buy_sell_rehearsal.py` | hybrid 체결 제약 | - -## 재구축 - -```bash -python scripts/01_download.py -python scripts/02_ground_truth.py -python scripts/03_analyze_enrich.py && python scripts/03_analyze_trades.py && python scripts/03_gt_mtf_profile.py -python scripts/04_match_rules.py && python scripts/04_simulation_report.py -``` diff --git a/scripts/_bootstrap.py b/scripts/_bootstrap.py deleted file mode 100644 index f4a4b78..0000000 --- a/scripts/_bootstrap.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys -from pathlib import Path - -ROOT = Path(__file__).resolve().parents[1] -if str(ROOT) not in sys.path: - sys.path.insert(0, str(ROOT)) - -# .env → config 일관 로드 -from deepcoin.env_loader import load_project_env # noqa: E402 - -# 프로젝트 .env가 OS에 남은 LIVE_* 등보다 우선 (실거래 설정 일치) -load_project_env(override=True) diff --git a/scripts/check_balance.py b/scripts/check_balance.py deleted file mode 100644 index db6a2ba..0000000 --- a/scripts/check_balance.py +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env python3 -"""빗썸 실계좌 잔고 조회 (운영 점검용).""" - -from __future__ import annotations - -import runpy -import sys -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -from config import GT_INITIAL_CASH_KRW, LIVE_TRADING_ENABLED, SYMBOL # noqa: E402 -from deepcoin.ops.monitor import Monitor # noqa: E402 - - -def main() -> int: - """ - KRW·거래 심볼 잔고를 출력합니다. - - Returns: - 0 성공, 1 API 오류. - """ - print(f"LIVE_TRADING_ENABLED={int(LIVE_TRADING_ENABLED)}") - print(f"GT_INITIAL_CASH_KRW=₩{GT_INITIAL_CASH_KRW:,}") - m = Monitor(cooldown_file=None) - raw = m.getBalances() - if isinstance(raw, dict) and raw.get("error"): - print("API_ERROR", raw.get("error")) - return 1 - if not isinstance(raw, list): - print("UNEXPECTED_RESPONSE", type(raw)) - return 1 - krw = next((x for x in raw if x.get("currency") == "KRW"), None) - coin = next((x for x in raw if x.get("currency") == SYMBOL), None) - if krw: - bal = float(krw["balance"]) - print(f"KRW available=₩{bal:,.0f}") - if bal < float(GT_INITIAL_CASH_KRW): - print(f" [WARN] 가용 KRW < 초기자금 ₩{GT_INITIAL_CASH_KRW:,}") - if coin: - print(f"{SYMBOL} qty={float(coin['balance']):.6f}") - else: - print(f"{SYMBOL} qty=0") - return 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/scripts/download_candles.py b/scripts/download_candles.py new file mode 100644 index 0000000..b79388e --- /dev/null +++ b/scripts/download_candles.py @@ -0,0 +1,96 @@ +#!/usr/bin/env python3 +"""빗썸 WLD(또는 SYMBOL) 최근 N일 캔들 수집 스크립트.""" + +from __future__ import annotations + +import argparse +import logging +import sys +from pathlib import Path + +ROOT = Path(__file__).resolve().parents[1] +SRC = ROOT / "src" +if str(SRC) not in sys.path: + sys.path.insert(0, str(SRC)) + +from dataclasses import replace + +from deepcoin.config import load_settings +from deepcoin.data.candle_store import CandleStore +from deepcoin.data.downloader import CandleDownloader +from deepcoin.data.intervals import interval_label + + +def _configure_logging(verbose: bool) -> None: + """로깅 레벨을 설정한다.""" + level = logging.DEBUG if verbose else logging.INFO + logging.basicConfig( + level=level, + format="%(asctime)s [%(levelname)s] %(name)s: %(message)s", + datefmt="%Y-%m-%d %H:%M:%S", + ) + + +def main() -> int: + """CLI 진입점.""" + parser = argparse.ArgumentParser(description="빗썸 캔들 데이터 수집") + parser.add_argument( + "--days", + type=int, + default=None, + help="수집 일수 (기본: .env DOWNLOAD_DAYS 또는 730)", + ) + parser.add_argument( + "--intervals", + type=str, + default=None, + help="쉼표 구분 인터벌. 분봉=분, 일=1440, 주=10080, 월=43200", + ) + parser.add_argument("-v", "--verbose", action="store_true", help="디버그 로그") + args = parser.parse_args() + + _configure_logging(args.verbose) + settings = load_settings() + + if args.intervals: + settings = replace( + settings, + download_intervals=[ + int(x.strip()) for x in args.intervals.split(",") if x.strip() + ], + ) + + days = args.days or settings.download_days + logging.getLogger(__name__).info( + "대상=%s DB=%s days=%s intervals=%s", + settings.market, + settings.db_path, + days, + settings.download_intervals, + ) + + store = CandleStore(settings.db_path) + try: + downloader = CandleDownloader(settings) + results = downloader.download_all(store, days=days) + + print("\n=== 수집 완료 ===") + for result in results: + count, min_dt, max_dt = store.get_range(settings.symbol, result.interval_min) + min_s = min_dt.strftime("%Y-%m-%d %H:%M:%S") if min_dt else "-" + max_s = max_dt.strftime("%Y-%m-%d %H:%M:%S") if max_dt else "-" + flag = "OK" if result.reached_target else "PARTIAL" + label = interval_label(result.interval_min) + print( + f"[{flag}] {label} ({result.interval_min}) | " + f"requests={result.requests} upsert={result.saved_rows} " + f"db_rows={count} range={min_s} ~ {max_s}" + ) + finally: + store.close() + + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/test_buy_sell_rehearsal.py b/scripts/test_buy_sell_rehearsal.py deleted file mode 100644 index 730d3c7..0000000 --- a/scripts/test_buy_sell_rehearsal.py +++ /dev/null @@ -1,194 +0,0 @@ -#!/usr/bin/env python3 -""" -40만 원 기준 매수·매도 리허설 (DB 없이 synthetic + hybrid replay). -""" -from __future__ import annotations - -import runpy -import sys -from pathlib import Path - -runpy.run_path(str(Path(__file__).resolve().parent / "_bootstrap.py")) - -import pandas as pd - -from config import GT_INITIAL_CASH_KRW, TRADING_FEE_RATE -from deepcoin.ops.hybrid_sim_execution import ( - HybridSimPortfolio, - hit_key, - plan_live_hit, - replay_hybrid_signals, - sort_hits_sim_order, -) - - -def _mini_ohlc() -> pd.DataFrame: - """drawdown 계산용 최소 3m OHLC.""" - idx = pd.date_range("2026-06-01 09:00:00", periods=200, freq="3min") - close = pd.Series([500.0 - i * 0.1 for i in range(200)], index=idx, dtype=float) - return pd.DataFrame( - {"Open": close, "High": close + 2, "Low": close - 2, "Close": close}, - index=idx, - ) - - -def test_sort_buy_before_sell() -> None: - """동일 시각 buy·sell → buy 먼저.""" - hits = [ - {"dt": "2026-06-01 12:00:00", "rule_id": "sell_mtf_cross_all_tf", "side": "sell", "close": 500.0}, - {"dt": "2026-06-01 12:00:00", "rule_id": "buy_compound_tight", "side": "buy", "close": 500.0}, - ] - ordered = sort_hits_sim_order(hits) - assert ordered[0]["side"] == "buy", ordered - print(" [OK] 동일 시각 buy → sell 순서") - - -def test_sell_without_holdings() -> None: - """보유 없이 매도만 → 모의 보유 없음.""" - ohlc = _mini_ohlc() - approved = None - hist = [ - { - "dt": "2026-06-01 12:00:00", - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "close": 500.0, - } - ] - portfolio, results = replay_hybrid_signals(hist, ohlc, approved_buy_rules=approved) - key = hit_key(hist[0]) - res = results[key] - assert not res.ok and "보유 없음" in res.message, res - assert portfolio.qty < 1e-9 and portfolio.cash_krw == float(GT_INITIAL_CASH_KRW) - print(" [OK] 보유 없음 매도 스킵") - - -def test_buy_then_partial_sell() -> None: - """매수 후 분할 매도 1회.""" - ohlc = _mini_ohlc() - approved = None - dt_buy = str(ohlc.index[50]) - dt_sell = str(ohlc.index[80]) - price_buy = float(ohlc.loc[ohlc.index[50], "Close"]) - price_sell = float(ohlc.loc[ohlc.index[80], "Close"]) - hist = [ - { - "dt": dt_buy, - "rule_id": "buy_compound_tight", - "side": "buy", - "close": price_buy, - }, - { - "dt": dt_sell, - "rule_id": "sell_mtf_cross_all_tf", - "side": "sell", - "close": price_sell, - }, - ] - portfolio, results = replay_hybrid_signals(hist, ohlc, approved_buy_rules=approved) - buy_res = results[hit_key(hist[0])] - sell_res = results[hit_key(hist[1])] - assert buy_res.ok, buy_res.message - assert portfolio.qty > 0 or sell_res.ok, (portfolio.qty, sell_res) - if sell_res.ok: - assert sell_res.sell_qty > 0 and sell_res.amount_krw > 0 - assert portfolio.cash_krw > float(GT_INITIAL_CASH_KRW) * 0.5 - print( - f" [OK] 매수 ₩{buy_res.amount_krw:,.0f} → 매도 " - f"ok={sell_res.ok} qty={sell_res.sell_qty:.4f} 현금=₩{portfolio.cash_krw:,.0f}" - ) - - -def test_unapproved_buy_excluded_when_filter_set() -> None: - """approved_buy_rules 지정 시에만 미포함 매수 제외 (시뮬 기본은 필터 없음).""" - ohlc = _mini_ohlc() - hist = [ - { - "dt": str(ohlc.index[60]), - "rule_id": "buy_fake_rule", - "side": "buy", - "close": 500.0, - }, - ] - approved = {"buy_compound_tight"} - sized_hist = replay_hybrid_signals(hist, ohlc, approved_buy_rules=approved)[0] - assert sized_hist.qty < 1e-9 - print(" [OK] approved_buy_rules 지정 시 미승인 매수 제외") - - -def test_plan_live_matches_replay() -> None: - """plan_live_hit == replay 마지막 건.""" - ohlc = _mini_ohlc() - approved = None - hist = [] - hit = { - "dt": str(ohlc.index[70]), - "rule_id": "buy_compound_tight", - "side": "buy", - "close": float(ohlc["Close"].iloc[70]), - } - plan = plan_live_hit(hist, hit, ohlc, approved_buy_rules=approved) - hist.append(hit) - _, results = replay_hybrid_signals(hist, ohlc, approved_buy_rules=approved) - replay_res = results[hit_key(hit)] - assert plan.amount_krw == replay_res.amount_krw, (plan, replay_res) - assert plan.ok == replay_res.ok - print(f" [OK] plan_live_hit ≡ replay (₩{plan.amount_krw:,.0f})") - - -def test_initial_cash_400k_large_buy() -> None: - """40만·대형 DD 시 매수액 ≤ 가용현금.""" - ohlc = _mini_ohlc() - approved = None - hit = { - "dt": str(ohlc.index[100]), - "rule_id": "buy_compound_tight", - "side": "buy", - "close": float(ohlc["Close"].iloc[100]), - } - plan = plan_live_hit([], hit, ohlc, approved_buy_rules=approved) - assert plan.ok - assert 0 < plan.amount_krw <= GT_INITIAL_CASH_KRW - fee = plan.amount_krw * TRADING_FEE_RATE - assert plan.amount_krw + fee <= GT_INITIAL_CASH_KRW + 1 - print(f" [OK] 40만 대형 tier 매수 ₩{plan.amount_krw:,.0f} (≤{GT_INITIAL_CASH_KRW:,})") - - -def test_apply_buy_insufficient_cash() -> None: - """현금 부족 시 apply_buy 실패.""" - p = HybridSimPortfolio() - p.cash_krw = 10_000.0 - ok = p.apply_buy(50_000, 500.0, leg_id=1) - assert not ok - print(" [OK] 현금 부족 매수 거부") - - -def main() -> int: - """리허설 실행.""" - print(f"[리허설] GT_INITIAL_CASH_KRW=₩{GT_INITIAL_CASH_KRW:,}") - print(" approved_buy_rules: None (sim_causal_hybrid 동일)") - fails = 0 - tests = [ - test_sort_buy_before_sell, - test_sell_without_holdings, - test_buy_then_partial_sell, - test_unapproved_buy_excluded_when_filter_set, - test_plan_live_matches_replay, - test_initial_cash_400k_large_buy, - test_apply_buy_insufficient_cash, - ] - for fn in tests: - try: - fn() - except AssertionError as e: - print(f" [FAIL] {fn.__name__}: {e}") - fails += 1 - except Exception as e: - print(f" [ERROR] {fn.__name__}: {e}") - fails += 1 - print(f"\n[결과] {'PASS' if fails == 0 else f'FAIL ({fails})'}") - return 1 if fails else 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/scripts/verify_env.py b/scripts/verify_env.py deleted file mode 100644 index b68558f..0000000 --- a/scripts/verify_env.py +++ /dev/null @@ -1,218 +0,0 @@ -#!/usr/bin/env python3 -"""`.env` 완전성 및 config 로드 점검.""" - -from __future__ import annotations - -import os -import re -import sys -from pathlib import Path - -ROOT = Path(__file__).resolve().parents[1] -sys.path.insert(0, str(ROOT)) - -ENV_FILE = ROOT / ".env" -CONFIG_FILE = ROOT / "config.py" - -# config.py에서 읽는 환경 변수 키 (코드 기본값이 있는 항목) -CONFIG_ENV_KEYS = { - "BITHUMB_API_URL", - "BITHUMB_API_CANDLE_COUNT", - "BITHUMB_MINUTE_INTERVALS", - "HTS_API_RETRY_SLEEP_SEC", - "SYMBOL", - "COIN_NAME", - "DAILY_INTERVAL_MIN", - "ENTRY_INTERVAL", - "TREND_INTERVAL_1H", - "TREND_INTERVAL_1D", - "ALL_INTERVALS", - "DOWNLOAD_INTERVALS", - "GENERAL_ANALYSIS_INTERVALS", - "TIMING_INTERVALS", - "TREND_INTERVALS", - "INTERVAL_PREFIX", - "BB_PERIOD", - "BB_STD", - "BB_MIN_WIDTH_PCT", - "RSI_PERIOD", - "DISPARITY_PERIODS", - "DISPARITY_OVERBOUGHT", - "DISPARITY_OVERSOLD", - "MACD_FAST", - "MACD_SLOW", - "MACD_SIGNAL", - "STOCH_K_PERIOD", - "STOCH_D_PERIOD", - "STOCH_SMOOTH_K", - "STOCH_OVERSOLD", - "STOCH_OVERBOUGHT", - "TREND_RANGE_MA_GAP_PCT", - "ALIGN_RSI_OVERSOLD", - "ALIGN_RSI_OVERBOUGHT", - "ALIGN_RSI_CONFLICT_TIMING_LOW", - "ALIGN_RSI_CONFLICT_TIMING_HIGH", - "ALIGN_RSI_CONFLICT_TREND_LOW", - "ALIGN_RSI_CONFLICT_TREND_HIGH", - "ALIGN_BB_POS_LOW", - "ALIGN_BB_POS_HIGH", - "DOWNLOAD_MONTHS", - "INCREMENTAL_OVERLAP_BARS", - "DOWNLOAD_BACKFILL_EXTRA_BARS", - "DOWNLOAD_MIN_INCREMENTAL_BARS", - "DOWNLOAD_DAILY_EXTRA_DAYS", - "CHART_LOOKBACK_DAYS", - "DB_READ_LIMIT_DEFAULT", - "DB_ROW_WARMUP_BARS", - "DB_ROW_MIN_DAILY_BARS", - "DB_ROW_DAILY_PADDING_DAYS", - "DB_PATH", - "GROUND_TRUTH_FILE", - "GT_UNLIMITED_CHRONOLOGICAL_DAYS", - "GT_MIN_SWING_PCT", - "GT_PIVOT_ORDER", - "GT_MIN_BARS_BETWEEN", - "GT_MAX_ROUND_TRIPS", - "GT_SELECTION_MODE", - "GT_MIN_LEG_PCT", - "GT_BUY_MIN_SWING_PCT", - "GT_BUY_BB_MAX", - "GT_BUY_MIN_BARS", - "GT_MAX_BUYS_PER_LEG", - "GT_MAX_SELLS_PER_LEG", - "GT_SELL_SPLIT_GAP_PCT", - "GT_MARKER_SIZE_MIN", - "GT_MARKER_SIZE_MAX", - "GT_INITIAL_CASH_KRW", - "TRADING_FEE_RATE", - "MONITOR_LOOP_SLEEP_SEC", - "MONITOR_POOL_WORKERS", - "MONITOR_DEFAULT_INTERVAL", - "MONITOR_API_RETRIES", - "MONITOR_API_BONG_COUNT", - "MONITOR_SLEEP_AFTER_REQUEST_SEC", - "MONITOR_SLEEP_RATE_LIMIT_SEC", - "MONITOR_SLEEP_BETWEEN_CHUNKS_SEC", - "MONITOR_API_CHUNK_BARS", - "MONITOR_MA_WINDOWS", - "MONITOR_NORM_WINDOW", - "MONITOR_TELEGRAM_BATCH_SIZE", - "GA_COL_PREFIX", - "LOOKBACK_BARS", - "CONTEXT_TAIL_ROWS", - "GA_DEFAULT_TAIL_EXPORT", - "GA_PATTERN_TOLERANCE_PCT", - "GA_VP_BINS", - "GA_VP_VALUE_AREA_PCT", - "GA_HV_ROLLING_BARS", - "GA_HV_PERCENTILE_WINDOW", - "GA_HV_ANNUALIZE_SQRT", - "GA_DIVERGENCE_LOOKBACK", - "GA_SMA_PERIODS", - "GA_EMA_SPANS", - "GA_ATR_PERIOD", - "GA_KELTNER_ATR_MULT", - "GA_AO_FAST", - "GA_AO_SLOW", - "GA_LINREG_WINDOW", - "GA_ADX_PERIOD", - "GA_ADX_TREND_THRESHOLD", - "GA_SUPERTREND_ATR_MULT", - "GA_VOL_SPIKE_MULT", - "GA_VOL_MA_WINDOW", - "GA_CCI_PERIOD", - "GA_WILLIAMS_PERIOD", - "GA_ROC_PERIOD", - "GA_MFI_PERIOD", - "GA_CMF_PERIOD", - "GA_DONCHIAN_PERIOD", - "GA_BB_SQUEEZE_WINDOW", - "GA_BB_SQUEEZE_QUANTILE", - "GA_PIVOT_ORDER", - "GA_PSAR_AF_START", - "GA_PSAR_AF_STEP", - "GA_PSAR_AF_MAX", -} - -# 비어 있어도 되는 선택 항목 (현재는 모두 채움) -OPTIONAL_EMPTY = frozenset() - - -def parse_env_file(path: Path) -> dict[str, str]: - """`.env` 키=값 파싱.""" - out: dict[str, str] = {} - if not path.is_file(): - return out - for line in path.read_text(encoding="utf-8").splitlines(): - line = line.strip() - if not line or line.startswith("#"): - continue - if "=" not in line: - continue - key, _, val = line.partition("=") - out[key.strip()] = val.strip() - return out - - -def main() -> int: - errors: list[str] = [] - - if not ENV_FILE.is_file(): - errors.append(f".env 없음: {ENV_FILE}") - for e in errors: - print(f"FAIL: {e}") - return 1 - - env_vars = parse_env_file(ENV_FILE) - empty = [k for k, v in env_vars.items() if v == "" and k not in OPTIONAL_EMPTY] - missing = sorted(CONFIG_ENV_KEYS - set(env_vars.keys())) - extra = sorted(set(env_vars.keys()) - CONFIG_ENV_KEYS - { - "BITHUMB_ACCESS_KEY", - "BITHUMB_SECRET_KEY", - "COIN_TELEGRAM_BOT_TOKEN", - "COIN_TELEGRAM_CHAT_ID", - }) - - if empty: - errors.append(f"빈 값: {', '.join(empty)}") - if missing: - errors.append(f"config 대비 .env 누락: {', '.join(missing)}") - if extra: - print(f"WARN: config 미사용 .env 키: {', '.join(extra)}") - - from deepcoin.env_loader import env_status, load_project_env - - loaded = load_project_env(override=True) - if not loaded: - errors.append("load_project_env: .env 로드 실패 (python-dotenv 확인)") - - import config # noqa: E402 - - checks = [ - ("SYMBOL", config.SYMBOL, env_vars.get("SYMBOL")), - ("DB_PATH", config.DB_PATH, env_vars.get("DB_PATH")), - ("BITHUMB_ACCESS_KEY", bool(config.BITHUMB_ACCESS_KEY), bool(env_vars.get("BITHUMB_ACCESS_KEY"))), - ("LOOKBACK_BARS[3]", config.LOOKBACK_BARS.get(3), 120), - ] - for name, got, expected in checks: - if got != expected and expected is not None: - errors.append(f"config 불일치 {name}: got={got!r} expected={expected!r}") - - status = env_status() - print("env_status:", status) - print(f".env 키 수: {len(env_vars)} (config 필수 {len(CONFIG_ENV_KEYS)})") - print(f"SYMBOL={config.SYMBOL} DB_PATH={config.DB_PATH}") - print(f"BITHUMB_KEY set={bool(config.BITHUMB_ACCESS_KEY)} TELEGRAM set={bool(config.COIN_TELEGRAM_BOT_TOKEN)}") - - if errors: - print("\n=== 점검 실패 ===") - for e in errors: - print(f" - {e}") - return 1 - - print("\n=== 점검 통과: .env → config 로드 정상 ===") - return 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/src/deepcoin/__init__.py b/src/deepcoin/__init__.py new file mode 100644 index 0000000..8f97be6 --- /dev/null +++ b/src/deepcoin/__init__.py @@ -0,0 +1,3 @@ +"""DeepCoin — 빗썸 암호화폐 데이터 수집·분석.""" + +__version__ = "0.1.0" diff --git a/src/deepcoin/api/__init__.py b/src/deepcoin/api/__init__.py new file mode 100644 index 0000000..0d3f7b9 --- /dev/null +++ b/src/deepcoin/api/__init__.py @@ -0,0 +1 @@ +"""외부 API 클라이언트.""" diff --git a/src/deepcoin/api/bithumb.py b/src/deepcoin/api/bithumb.py new file mode 100644 index 0000000..cc3affa --- /dev/null +++ b/src/deepcoin/api/bithumb.py @@ -0,0 +1,134 @@ +"""빗썸 Public REST API — 캔들 조회.""" + +from __future__ import annotations + +import logging +import time +from datetime import datetime +from typing import Any + +import requests + +from deepcoin.data.intervals import INTERVAL_DAILY, INTERVAL_MONTHLY, INTERVAL_WEEKLY + +logger = logging.getLogger(__name__) + +# 인터벌(분) → 빗썸 candles API 경로 세그먼트 +_CALENDAR_PATHS: dict[int, str] = { + INTERVAL_DAILY: "days", + INTERVAL_WEEKLY: "weeks", + INTERVAL_MONTHLY: "months", +} + +KST_FMT = "%Y-%m-%d %H:%M:%S" +KST_FMT_T = "%Y-%m-%dT%H:%M:%S" + + +def parse_kst_datetime(value: str) -> datetime: + """KST 캔들 시각 문자열을 datetime으로 변환한다. + + Args: + value: `yyyy-MM-dd HH:mm:ss` 또는 ISO 형식. + + Returns: + naive datetime (KST 기준). + """ + normalized = value.strip().replace("T", " ") + return datetime.strptime(normalized, KST_FMT) + + +def format_kst_datetime(dt: datetime) -> str: + """datetime을 빗썸 `to` 파라미터 형식으로 포맷한다. + + Args: + dt: KST 기준 시각. + + Returns: + `yyyy-MM-dd HH:mm:ss` 문자열. + """ + return dt.strftime(KST_FMT) + + +class BithumbCandleClient: + """빗썸 캔들 API 클라이언트.""" + + def __init__( + self, + base_url: str = "https://api.bithumb.com", + count: int = 200, + sleep_sec: float = 0.35, + retries: int = 3, + ) -> None: + """클라이언트를 초기화한다. + + Args: + base_url: API 베이스 URL. + count: 요청당 캔들 개수 (최대 200). + sleep_sec: 연속 요청 간 대기(초). + retries: 실패 시 재시도 횟수. + """ + self.base_url = base_url.rstrip("/") + self.count = min(max(count, 1), 200) + self.sleep_sec = sleep_sec + self.retries = retries + self._session = requests.Session() + self._session.headers.update({"accept": "application/json"}) + + def fetch_candles( + self, + market: str, + interval_min: int, + to_kst: datetime | None = None, + ) -> list[dict[str, Any]]: + """캔들 배치를 조회한다 (최신순). + + Args: + market: 거래 페어 (예: KRW-WLD). + interval_min: 분 단위. 1440이면 일봉 API 사용. + to_kst: 조회 기준 시각(KST). 해당 시각 캔들은 제외. + + Returns: + 캔들 dict 리스트. API 오류 시 빈 리스트. + + Raises: + requests.RequestException: 재시도 후에도 네트워크 실패. + """ + if interval_min in _CALENDAR_PATHS: + segment = _CALENDAR_PATHS[interval_min] + url = f"{self.base_url}/v1/candles/{segment}" + params: dict[str, Any] = {"market": market, "count": self.count} + else: + url = f"{self.base_url}/v1/candles/minutes/{interval_min}" + params = {"market": market, "count": self.count} + + if to_kst is not None: + params["to"] = format_kst_datetime(to_kst) + + last_error: Exception | None = None + for attempt in range(1, self.retries + 1): + try: + response = self._session.get(url, params=params, timeout=30) + if response.status_code == 429: + wait = self.sleep_sec * attempt * 3 + logger.warning("Rate limit 429 — %ss 대기 후 재시도", wait) + time.sleep(wait) + continue + response.raise_for_status() + payload = response.json() + if isinstance(payload, dict) and "error" in payload: + logger.error("API error: %s", payload["error"]) + return [] + if not isinstance(payload, list): + logger.error("Unexpected response type: %s", type(payload)) + return [] + time.sleep(self.sleep_sec) + return payload + except requests.RequestException as exc: + last_error = exc + wait = self.sleep_sec * attempt * 2 + logger.warning("Request failed (%s/%s): %s", attempt, self.retries, exc) + time.sleep(wait) + + if last_error is not None: + raise last_error + return [] diff --git a/src/deepcoin/config.py b/src/deepcoin/config.py new file mode 100644 index 0000000..3f448e9 --- /dev/null +++ b/src/deepcoin/config.py @@ -0,0 +1,148 @@ +"""환경 변수 로드 및 애플리케이션 설정.""" + +from __future__ import annotations + +import os +from dataclasses import dataclass +from pathlib import Path + +from dotenv import load_dotenv + +from deepcoin.data.intervals import DEFAULT_DOWNLOAD_INTERVALS + +_PROJECT_ROOT = Path(__file__).resolve().parents[2] + + +def _parse_int_list(raw: str) -> list[int]: + """쉼표 구분 정수 목록을 파싱한다. + + Args: + raw: 예) "3,5,10,15" + + Returns: + 정수 리스트. 빈 입력이면 빈 리스트. + """ + if not raw or not raw.strip(): + return [] + return [int(part.strip()) for part in raw.split(",") if part.strip()] + + +@dataclass(frozen=True) +class Settings: + """DeepCoin 실행 설정.""" + + symbol: str + coin_name: str + api_url: str + candle_count: int + download_intervals: list[int] + download_days: int + db_path: Path + request_sleep_sec: float + request_retries: int + # Ground Truth (1단계) + gt_interval_min: int + gt_lookback_days: int + gt_zigzag_reversal_pct: float + gt_min_leg_pct: float + gt_pullback_min_pct: float + gt_pullback_local_order: int + gt_breakout_buffer_pct: float + gt_breakout_consolidation_bars: int + gt_breakout_min_rally_pct: float + gt_div_local_order: int + gt_div_min_bars_between: int + gt_div_min_rsi_diff: float + gt_div_min_future_move_pct: float + ground_truth_file: Path + ground_truth_chart_file: Path + gt_initial_cash_krw: float + gt_trading_fee_rate: float + # Techniques (2단계) + techniques_dir: Path + analysis_report_json: Path + analysis_report_html: Path + gt_align_tolerance_bars: int + + @property + def market(self) -> str: + """빗썸 마켓 코드 (예: KRW-BTC).""" + return f"KRW-{self.symbol}" + + +def load_settings(env_path: Path | None = None) -> Settings: + """`.env`를 로드하고 Settings를 반환한다. + + Args: + env_path: `.env` 경로. None이면 프로젝트 루트. + + Returns: + Settings 인스턴스. + """ + path = env_path or (_PROJECT_ROOT / ".env") + load_dotenv(path, override=False) + + default_intervals = ",".join(str(i) for i in DEFAULT_DOWNLOAD_INTERVALS) + intervals_raw = os.getenv("DOWNLOAD_INTERVALS", default_intervals) + intervals = sorted(set(_parse_int_list(intervals_raw))) + + db_raw = os.getenv("DB_PATH", "coins.db") + db_path = Path(db_raw) + if not db_path.is_absolute(): + db_path = _PROJECT_ROOT / db_path + + gt_file_raw = os.getenv("GROUND_TRUTH_FILE", "data/ground_truth/ground_truth_trades.json") + gt_chart_raw = os.getenv("GROUND_TRUTH_CHART_FILE", "docs/02_ground_truth/ground_truth_chart.html") + gt_file = Path(gt_file_raw) + gt_chart = Path(gt_chart_raw) + if not gt_file.is_absolute(): + gt_file = _PROJECT_ROOT / gt_file + if not gt_chart.is_absolute(): + gt_chart = _PROJECT_ROOT / gt_chart + + tech_dir_raw = os.getenv("TECHNIQUES_DIR", "data/techniques") + tech_dir = Path(tech_dir_raw) + if not tech_dir.is_absolute(): + tech_dir = _PROJECT_ROOT / tech_dir + + analysis_json_raw = os.getenv("ANALYSIS_REPORT_JSON", "docs/03_analysis/comparison_report.json") + analysis_html_raw = os.getenv("ANALYSIS_REPORT_HTML", "docs/03_analysis/comparison_report.html") + analysis_json = Path(analysis_json_raw) + analysis_html = Path(analysis_html_raw) + if not analysis_json.is_absolute(): + analysis_json = _PROJECT_ROOT / analysis_json + if not analysis_html.is_absolute(): + analysis_html = _PROJECT_ROOT / analysis_html + + return Settings( + symbol=os.getenv("SYMBOL", "BTC").upper(), + coin_name=os.getenv("COIN_NAME", "비트코인"), + api_url=os.getenv("BITHUMB_API_URL", "https://api.bithumb.com").rstrip("/"), + candle_count=int(os.getenv("BITHUMB_API_CANDLE_COUNT", "200")), + download_intervals=intervals, + download_days=int(os.getenv("DOWNLOAD_DAYS", "730")), + db_path=db_path, + request_sleep_sec=float(os.getenv("API_REQUEST_SLEEP_SEC", "0.35")), + request_retries=int(os.getenv("API_REQUEST_RETRIES", "3")), + gt_interval_min=int(os.getenv("GT_INTERVAL_MIN", "240")), + gt_lookback_days=int(os.getenv("GT_LOOKBACK_DAYS", "730")), + gt_zigzag_reversal_pct=float(os.getenv("GT_ZIGZAG_REVERSAL_PCT", "5.0")), + gt_min_leg_pct=float(os.getenv("GT_MIN_LEG_PCT", "3.0")), + gt_pullback_min_pct=float(os.getenv("GT_PULLBACK_MIN_PCT", "1.5")), + gt_pullback_local_order=int(os.getenv("GT_PULLBACK_LOCAL_ORDER", "10")), + gt_breakout_buffer_pct=float(os.getenv("GT_BREAKOUT_BUFFER_PCT", "0.1")), + gt_breakout_consolidation_bars=int(os.getenv("GT_BREAKOUT_CONSOLIDATION_BARS", "200")), + gt_breakout_min_rally_pct=float(os.getenv("GT_BREAKOUT_MIN_RALLY_PCT", "2.0")), + gt_div_local_order=int(os.getenv("GT_DIV_LOCAL_ORDER", "20")), + gt_div_min_bars_between=int(os.getenv("GT_DIV_MIN_BARS_BETWEEN", "1500")), + gt_div_min_rsi_diff=float(os.getenv("GT_DIV_MIN_RSI_DIFF", "5.0")), + gt_div_min_future_move_pct=float(os.getenv("GT_DIV_MIN_FUTURE_MOVE_PCT", "4.0")), + ground_truth_file=gt_file, + ground_truth_chart_file=gt_chart, + gt_initial_cash_krw=float(os.getenv("GT_INITIAL_CASH_KRW", "400000")), + gt_trading_fee_rate=float(os.getenv("GT_TRADING_FEE_RATE", "0.0005")), + techniques_dir=tech_dir, + analysis_report_json=analysis_json, + analysis_report_html=analysis_html, + gt_align_tolerance_bars=int(os.getenv("GT_ALIGN_TOLERANCE_BARS", "480")), + ) diff --git a/src/deepcoin/data/__init__.py b/src/deepcoin/data/__init__.py new file mode 100644 index 0000000..684f437 --- /dev/null +++ b/src/deepcoin/data/__init__.py @@ -0,0 +1 @@ +"""데이터 저장·수집.""" diff --git a/src/deepcoin/data/candle_loader.py b/src/deepcoin/data/candle_loader.py new file mode 100644 index 0000000..918ad61 --- /dev/null +++ b/src/deepcoin/data/candle_loader.py @@ -0,0 +1,70 @@ +"""SQLite 캔들 로더.""" + +from __future__ import annotations + +import sqlite3 +from datetime import datetime, timedelta +from pathlib import Path + +import pandas as pd + +from deepcoin.data.candle_store import table_name + + +def load_candles( + db_path: Path, + symbol: str, + interval_min: int, + lookback_days: int | None = None, + end_dt: datetime | None = None, +) -> pd.DataFrame: + """DB에서 캔들 DataFrame을 로드한다. + + Args: + db_path: SQLite 경로. + symbol: 코인 심볼. + interval_min: 분 단위 인터벌. + lookback_days: 최근 N일만 로드. None이면 전체. + end_dt: 종료 시각(KST). None이면 DB 최신. + + Returns: + 컬럼: datetime, open, high, low, close, volume (시간 오름차순). + """ + table = table_name(symbol, interval_min) + conn = sqlite3.connect(db_path) + try: + query = f""" + SELECT ymdhms, Open, High, Low, Close, Volume + FROM {table} + WHERE CODE = ? + ORDER BY ymdhms ASC + """ + df = pd.read_sql_query(query, conn, params=(symbol.upper(),)) + except sqlite3.OperationalError as exc: + raise ValueError(f"테이블 {table} 없음 — 먼저 download_candles.py 실행") from exc + finally: + conn.close() + + if df.empty: + raise ValueError(f"{table} 데이터가 비어 있습니다.") + + df = df.rename( + columns={ + "ymdhms": "datetime", + "Open": "open", + "High": "high", + "Low": "low", + "Close": "close", + "Volume": "volume", + } + ) + df["datetime"] = pd.to_datetime(df["datetime"]) + + if end_dt is not None: + df = df[df["datetime"] <= end_dt] + + if lookback_days is not None and not df.empty: + cutoff = df["datetime"].max() - timedelta(days=lookback_days) + df = df[df["datetime"] >= cutoff] + + return df.reset_index(drop=True) diff --git a/src/deepcoin/data/candle_store.py b/src/deepcoin/data/candle_store.py new file mode 100644 index 0000000..833c544 --- /dev/null +++ b/src/deepcoin/data/candle_store.py @@ -0,0 +1,216 @@ +"""SQLite 캔들 저장소.""" + +from __future__ import annotations + +import logging +import sqlite3 +from dataclasses import dataclass +from datetime import datetime +from pathlib import Path +from typing import Any + +from deepcoin.api.bithumb import parse_kst_datetime + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class CandleRow: + """DB에 저장할 단일 캔들 행.""" + + code: str + name: str + ymdhms: str + ymd: str + hms: str + close: float + open: float + high: float + low: float + volume: float + + +def table_name(symbol: str, interval_min: int) -> str: + """심볼·인터벌에 대응하는 테이블명을 반환한다. + + Args: + symbol: 코인 심볼 (예: WLD). + interval_min: 분 단위 (1440=일봉). + + Returns: + 테이블명 (예: WLD_60). + """ + return f"{symbol.upper()}_{interval_min}" + + +def candle_to_row( + candle: dict[str, Any], + symbol: str, + coin_name: str, +) -> CandleRow: + """빗썸 API 캔들 dict를 CandleRow로 변환한다. + + Args: + candle: API 응답 캔들 객체. + symbol: 코인 심볼. + coin_name: 코인 한글명. + + Returns: + CandleRow. + """ + kst_raw = candle["candle_date_time_kst"] + dt = parse_kst_datetime(kst_raw) + ymdhms = dt.strftime("%Y-%m-%d %H:%M:%S") + return CandleRow( + code=symbol.upper(), + name=coin_name, + ymdhms=ymdhms, + ymd=dt.strftime("%Y-%m-%d"), + hms=dt.strftime("%H:%M:%S"), + close=float(candle["trade_price"]), + open=float(candle["opening_price"]), + high=float(candle["high_price"]), + low=float(candle["low_price"]), + volume=float(candle["candle_acc_trade_volume"]), + ) + + +class CandleStore: + """SQLite 기반 캔들 저장소.""" + + def __init__(self, db_path: Path) -> None: + """저장소를 연다. + + Args: + db_path: SQLite DB 파일 경로. + """ + self.db_path = db_path + self.db_path.parent.mkdir(parents=True, exist_ok=True) + self._conn = sqlite3.connect(self.db_path) + self._conn.execute("PRAGMA journal_mode=WAL") + + def close(self) -> None: + """DB 연결을 닫는다.""" + self._conn.close() + + def ensure_table(self, symbol: str, interval_min: int) -> str: + """테이블과 인덱스를 보장한다. + + Args: + symbol: 코인 심볼. + interval_min: 분 단위. + + Returns: + 테이블명. + """ + name = table_name(symbol, interval_min) + self._conn.execute( + f""" + CREATE TABLE IF NOT EXISTS {name} ( + CODE text, + NAME text, + ymdhms datetime, + ymd text, + hms text, + Close REAL, + Open REAL, + High REAL, + Low REAL, + Volume REAL + ) + """ + ) + self._conn.execute( + f"CREATE INDEX IF NOT EXISTS {name}_idx ON {name}(CODE, ymdhms)" + ) + self._ensure_unique_index(name) + self._conn.commit() + return name + + def _ensure_unique_index(self, table: str) -> None: + """(CODE, ymdhms) 유니크 인덱스를 보장한다. 중복이 있으면 제거 후 생성. + + Args: + table: 테이블명. + """ + index_name = f"{table}_uk" + existing = self._conn.execute( + "SELECT name FROM sqlite_master WHERE type='index' AND name=?", + (index_name,), + ).fetchone() + if existing: + return + + self._conn.execute( + f""" + DELETE FROM {table} + WHERE rowid NOT IN ( + SELECT MAX(rowid) FROM {table} GROUP BY CODE, ymdhms + ) + """ + ) + self._conn.execute( + f"CREATE UNIQUE INDEX IF NOT EXISTS {index_name} ON {table}(CODE, ymdhms)" + ) + + def upsert_rows(self, table: str, rows: list[CandleRow]) -> int: + """캔들 행을 upsert한다. + + Args: + table: 대상 테이블명. + rows: 저장할 행 목록. + + Returns: + 저장(갱신)된 행 수. + """ + if not rows: + return 0 + sql = f""" + INSERT OR REPLACE INTO {table} + (CODE, NAME, ymdhms, ymd, hms, Close, Open, High, Low, Volume) + VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) + """ + payload = [ + ( + row.code, + row.name, + row.ymdhms, + row.ymd, + row.hms, + row.close, + row.open, + row.high, + row.low, + row.volume, + ) + for row in rows + ] + with self._conn: + self._conn.executemany(sql, payload) + return len(rows) + + def get_range(self, symbol: str, interval_min: int) -> tuple[int, datetime | None, datetime | None]: + """저장된 캔들 범위를 조회한다. + + Args: + symbol: 코인 심볼. + interval_min: 분 단위. + + Returns: + (행 수, 최소 시각, 최대 시각). 데이터 없으면 (0, None, None). + """ + table = table_name(symbol, interval_min) + try: + cursor = self._conn.execute( + f"SELECT COUNT(*), MIN(ymdhms), MAX(ymdhms) FROM {table}" + ) + count, min_raw, max_raw = cursor.fetchone() + except sqlite3.OperationalError: + return 0, None, None + + if not count: + return 0, None, None + + min_dt = datetime.strptime(min_raw, "%Y-%m-%d %H:%M:%S") if min_raw else None + max_dt = datetime.strptime(max_raw, "%Y-%m-%d %H:%M:%S") if max_raw else None + return int(count), min_dt, max_dt diff --git a/src/deepcoin/data/downloader.py b/src/deepcoin/data/downloader.py new file mode 100644 index 0000000..34dbaf1 --- /dev/null +++ b/src/deepcoin/data/downloader.py @@ -0,0 +1,161 @@ +"""빗썸 캔들 역방향 페이지네이션 다운로더.""" + +from __future__ import annotations + +import logging +from dataclasses import dataclass +from datetime import datetime, timedelta +from typing import Any + +from deepcoin.api.bithumb import BithumbCandleClient, parse_kst_datetime +from deepcoin.config import Settings +from deepcoin.data.candle_store import CandleStore, candle_to_row +from deepcoin.data.intervals import interval_label + +logger = logging.getLogger(__name__) + + +@dataclass +class DownloadResult: + """단일 인터벌 다운로드 결과.""" + + interval_min: int + requests: int + saved_rows: int + oldest_kst: datetime | None + newest_kst: datetime | None + reached_target: bool + + +class CandleDownloader: + """지정 기간 캔들을 수집해 SQLite에 저장한다.""" + + def __init__(self, settings: Settings, client: BithumbCandleClient | None = None) -> None: + """다운로더를 초기화한다. + + Args: + settings: 애플리케이션 설정. + client: API 클라이언트. None이면 기본 생성. + """ + self.settings = settings + self.client = client or BithumbCandleClient( + base_url=settings.api_url, + count=settings.candle_count, + sleep_sec=settings.request_sleep_sec, + retries=settings.request_retries, + ) + + def download_interval( + self, + store: CandleStore, + interval_min: int, + days: int | None = None, + ) -> DownloadResult: + """한 인터벌의 캔들을 역방향으로 수집한다. + + Args: + store: SQLite 저장소. + interval_min: 분 단위 (1440=일봉). + days: 수집 일수. None이면 settings.download_days. + + Returns: + DownloadResult. + """ + lookback_days = days if days is not None else self.settings.download_days + target_start = datetime.now() - timedelta(days=lookback_days) + table = store.ensure_table(self.settings.symbol, interval_min) + + to_kst: datetime | None = None + requests = 0 + saved_rows = 0 + oldest_kst: datetime | None = None + newest_kst: datetime | None = None + reached_target = False + seen_oldest: set[str] = set() + + logger.info( + "수집 시작: %s %s, 목표=%s 이후", + self.settings.market, + interval_label(interval_min), + target_start.strftime("%Y-%m-%d %H:%M:%S"), + ) + + while True: + batch = self.client.fetch_candles( + market=self.settings.market, + interval_min=interval_min, + to_kst=to_kst, + ) + requests += 1 + + if not batch: + logger.info("%s: 더 이상 데이터 없음", interval_label(interval_min)) + break + + rows = [ + candle_to_row(c, self.settings.symbol, self.settings.coin_name) + for c in batch + ] + saved_rows += store.upsert_rows(table, rows) + + batch_oldest = parse_kst_datetime(batch[-1]["candle_date_time_kst"]) + batch_newest = parse_kst_datetime(batch[0]["candle_date_time_kst"]) + + if newest_kst is None or batch_newest > newest_kst: + newest_kst = batch_newest + if oldest_kst is None or batch_oldest < oldest_kst: + oldest_kst = batch_oldest + + if batch_oldest <= target_start: + reached_target = True + logger.info( + "%s: 목표 기간 도달 (oldest=%s)", + interval_label(interval_min), + batch_oldest.strftime("%Y-%m-%d %H:%M:%S"), + ) + break + + oldest_key = batch[-1]["candle_date_time_kst"] + if oldest_key in seen_oldest: + logger.warning("%s: 페이지네이션 정체 — 중단", interval_label(interval_min)) + break + seen_oldest.add(oldest_key) + + to_kst = batch_oldest + + if requests % 20 == 0: + logger.info( + "%s: 진행 중 requests=%s saved=%s oldest=%s", + interval_label(interval_min), + requests, + saved_rows, + batch_oldest.strftime("%Y-%m-%d %H:%M:%S"), + ) + + return DownloadResult( + interval_min=interval_min, + requests=requests, + saved_rows=saved_rows, + oldest_kst=oldest_kst, + newest_kst=newest_kst, + reached_target=reached_target, + ) + + def download_all(self, store: CandleStore, days: int | None = None) -> list[DownloadResult]: + """설정된 모든 인터벌을 수집한다. + + Args: + store: SQLite 저장소. + days: 수집 일수. + + Returns: + 인터벌별 DownloadResult 리스트. + """ + results: list[DownloadResult] = [] + for interval in self.settings.download_intervals: + if interval == 1: + logger.warning("1분봉은 장기 수집 시 요청량이 매우 큽니다 — 건너뜁니다.") + continue + result = self.download_interval(store, interval, days=days) + results.append(result) + return results diff --git a/src/deepcoin/data/intervals.py b/src/deepcoin/data/intervals.py new file mode 100644 index 0000000..45b23bf --- /dev/null +++ b/src/deepcoin/data/intervals.py @@ -0,0 +1,47 @@ +"""캔들 인터벌 상수 및 라벨.""" + +from __future__ import annotations + +# 분 단위 인터벌 코드 (DB 테이블명: {SYMBOL}_{코드}) +INTERVAL_DAILY = 1440 +INTERVAL_WEEKLY = 10080 # 7 * 24 * 60 +INTERVAL_MONTHLY = 43200 # 30 * 24 * 60 (월봉 식별용 관례값) + +MINUTE_INTERVALS = frozenset({1, 3, 5, 10, 15, 30, 60, 240}) +CALENDAR_INTERVALS = frozenset({INTERVAL_DAILY, INTERVAL_WEEKLY, INTERVAL_MONTHLY}) + +DEFAULT_DOWNLOAD_INTERVALS = [ + 3, 5, 10, 15, 30, 60, 240, + INTERVAL_DAILY, INTERVAL_WEEKLY, INTERVAL_MONTHLY, +] + +INTERVAL_LABELS: dict[int, str] = { + 1: "1분", + 3: "3분", + 5: "5분", + 10: "10분", + 15: "15분", + 30: "30분", + 60: "60분", + 240: "240분", + INTERVAL_DAILY: "일봉", + INTERVAL_WEEKLY: "주봉", + INTERVAL_MONTHLY: "월봉", +} + + +def interval_label(interval_min: int) -> str: + """인터벌 표시명을 반환한다. + + Args: + interval_min: 분 단위 인터벌 코드. + + Returns: + 한글 라벨 (예: 일봉, 60분). + """ + return INTERVAL_LABELS.get(interval_min, f"{interval_min}분") + + +def is_calendar_interval(interval_min: int) -> bool: + """일/주/월봉 여부.""" + return interval_min in CALENDAR_INTERVALS diff --git a/src/deepcoin/evaluation/__init__.py b/src/deepcoin/evaluation/__init__.py new file mode 100644 index 0000000..ce3f097 --- /dev/null +++ b/src/deepcoin/evaluation/__init__.py @@ -0,0 +1,11 @@ +"""Ground Truth 정합 평가.""" + +from deepcoin.evaluation.gt_align import align_with_ground_truth +from deepcoin.evaluation.report import build_comparison_report, render_comparison_html, save_comparison_report + +__all__ = [ + "align_with_ground_truth", + "build_comparison_report", + "render_comparison_html", + "save_comparison_report", +] diff --git a/src/deepcoin/evaluation/gt_align.py b/src/deepcoin/evaluation/gt_align.py new file mode 100644 index 0000000..447c81c --- /dev/null +++ b/src/deepcoin/evaluation/gt_align.py @@ -0,0 +1,223 @@ +"""Ground Truth와 기법 신호·레그 정합 평가.""" + +from __future__ import annotations + +from typing import Any + + +def _bar_distance(a: int, b: int) -> int: + """두 봉 인덱스 간 절대 거리.""" + return abs(a - b) + + +def _match_signal( + gt_bar: int, + candidates: list[dict[str, Any]], + tolerance_bars: int, + used: set[int], +) -> dict[str, Any] | None: + """GT 신호에 가장 가까운 기법 신호를 찾는다.""" + best: dict[str, Any] | None = None + best_dist = tolerance_bars + 1 + best_idx = -1 + + for idx, candidate in enumerate(candidates): + if idx in used: + continue + pivot_bar = candidate.get("pivot_bar_index") + compare_bar = pivot_bar if pivot_bar is not None else candidate["bar_index"] + dist = _bar_distance(gt_bar, compare_bar) + if dist <= tolerance_bars and dist < best_dist: + best = candidate + best_dist = dist + best_idx = idx + + if best is None: + return None + + return { + "matched": True, + "gt_bar_index": gt_bar, + "tech_bar_index": best.get("pivot_bar_index") or best["bar_index"], + "signal_bar_index": best["bar_index"], + "bar_offset": best_dist, + "tech_price": best["price"], + "tech_datetime": best["datetime"], + "candidate_index": best_idx, + } + + +def align_signals( + gt_signals: list[dict[str, Any]], + tech_signals: list[dict[str, Any]], + tolerance_bars: int, + side: str, +) -> dict[str, Any]: + """GT 신호와 기법 신호의 정합률을 계산한다. + + Args: + gt_signals: GT signals 리스트. + tech_signals: 기법 신호 dict 리스트. + tolerance_bars: 허용 봉 오차. + side: buy | sell. + + Returns: + 정합 메트릭 dict. + """ + gt_filtered = [s for s in gt_signals if s["side"] == side] + tech_filtered = [s for s in tech_signals if s["side"] == side] + + used: set[int] = set() + hits: list[dict[str, Any]] = [] + misses: list[dict[str, Any]] = [] + + for gt_sig in gt_filtered: + match = _match_signal(gt_sig["bar_index"], tech_filtered, tolerance_bars, used) + if match: + used.add(match["candidate_index"]) + hits.append({**match, "gt_datetime": gt_sig["datetime"], "gt_price": gt_sig["price"]}) + else: + misses.append( + { + "gt_bar_index": gt_sig["bar_index"], + "gt_datetime": gt_sig["datetime"], + "gt_price": gt_sig["price"], + } + ) + + gt_count = len(gt_filtered) + hit_count = len(hits) + recall = hit_count / gt_count if gt_count else 0.0 + precision = hit_count / len(tech_filtered) if tech_filtered else 0.0 + f1 = 2 * precision * recall / (precision + recall) if (precision + recall) else 0.0 + avg_offset = sum(h["bar_offset"] for h in hits) / hit_count if hit_count else 0.0 + + return { + "side": side, + "gt_count": gt_count, + "tech_count": len(tech_filtered), + "hit_count": hit_count, + "miss_count": len(misses), + "recall": round(recall, 4), + "precision": round(precision, 4), + "f1": round(f1, 4), + "avg_bar_offset": round(avg_offset, 1), + "hits": hits, + "misses": misses, + } + + +def align_legs( + gt_legs: list[dict[str, Any]], + tech_legs: list[dict[str, Any]], + tolerance_bars: int, +) -> dict[str, Any]: + """GT 레그와 기법 레그의 정합률을 계산한다.""" + captured: list[dict[str, Any]] = [] + missed: list[dict[str, Any]] = [] + used_tech: set[int] = set() + + for gt_leg in gt_legs: + best_leg: dict[str, Any] | None = None + best_score = tolerance_bars * 2 + 1 + best_id = -1 + + for tech_leg in tech_legs: + tid = int(tech_leg["leg_id"]) + if tid in used_tech: + continue + buy_dist = _bar_distance(gt_leg["buy_bar_index"], tech_leg["buy_bar_index"]) + sell_dist = _bar_distance(gt_leg["sell_bar_index"], tech_leg["sell_bar_index"]) + score = buy_dist + sell_dist + if buy_dist <= tolerance_bars and sell_dist <= tolerance_bars and score < best_score: + best_leg = tech_leg + best_score = score + best_id = tid + + if best_leg: + used_tech.add(best_id) + captured.append( + { + "gt_leg_id": gt_leg["leg_id"], + "tech_leg_id": best_leg["leg_id"], + "gt_buy": gt_leg["buy_datetime"], + "tech_buy": best_leg["buy_datetime"], + "gt_sell": gt_leg["sell_datetime"], + "tech_sell": best_leg["sell_datetime"], + "buy_bar_offset": _bar_distance(gt_leg["buy_bar_index"], best_leg["buy_bar_index"]), + "sell_bar_offset": _bar_distance(gt_leg["sell_bar_index"], best_leg["sell_bar_index"]), + "gt_leg_pct": gt_leg["leg_pct"], + "tech_leg_pct": best_leg["leg_pct"], + } + ) + else: + missed.append( + { + "gt_leg_id": gt_leg["leg_id"], + "buy_datetime": gt_leg["buy_datetime"], + "sell_datetime": gt_leg["sell_datetime"], + "leg_pct": gt_leg["leg_pct"], + } + ) + + gt_count = len(gt_legs) + recall = len(captured) / gt_count if gt_count else 0.0 + + return { + "gt_leg_count": gt_count, + "tech_leg_count": len(tech_legs), + "captured_count": len(captured), + "missed_count": len(missed), + "leg_recall": round(recall, 4), + "captured": captured, + "missed": missed, + } + + +def align_with_ground_truth( + gt_result: dict[str, Any], + technique_signals: list[dict[str, Any]], + technique_legs: list[dict[str, Any]], + tolerance_bars: int, +) -> dict[str, Any]: + """GT 대비 기법 정합 결과 전체를 반환한다.""" + gt_signals = gt_result.get("signals", []) + gt_legs = gt_result.get("legs", []) + gt_pnl = gt_result.get("pnl", {}) + + buy_align = align_signals(gt_signals, technique_signals, tolerance_bars, "buy") + sell_align = align_signals(gt_signals, technique_signals, tolerance_bars, "sell") + leg_align = align_legs(gt_legs, technique_legs, tolerance_bars) + + tech_return = 0.0 + if technique_legs: + from deepcoin.ground_truth.pnl import simulate_gt_pnl + + tech_pnl = simulate_gt_pnl( + technique_legs, + initial_cash_krw=gt_pnl.get("initial_cash_krw", 400_000), + fee_rate=gt_pnl.get("fee_rate", 0.0005), + ) + tech_return = tech_pnl["total_return_pct"] + + gt_return = gt_pnl.get("total_return_pct", 0.0) + return_capture = tech_return / gt_return if gt_return else 0.0 + + return { + "tolerance_bars": tolerance_bars, + "buy": buy_align, + "sell": sell_align, + "legs": leg_align, + "gt_return_pct": gt_return, + "tech_return_pct": tech_return, + "return_capture_ratio": round(return_capture, 4), + "score": round( + ( + buy_align["recall"] * 0.25 + + sell_align["recall"] * 0.25 + + leg_align["leg_recall"] * 0.35 + + min(return_capture, 1.0) * 0.15 + ), + 4, + ), + } diff --git a/src/deepcoin/evaluation/report.py b/src/deepcoin/evaluation/report.py new file mode 100644 index 0000000..15d604c --- /dev/null +++ b/src/deepcoin/evaluation/report.py @@ -0,0 +1,132 @@ +"""2단계 기법 비교 리포트 생성.""" + +from __future__ import annotations + +import json +from datetime import datetime +from pathlib import Path +from typing import Any + +from deepcoin.techniques.base import TechniqueResult + + +def build_comparison_report( + results: list[TechniqueResult], + gt_result: dict[str, Any], + symbol: str, +) -> dict[str, Any]: + """기법 비교 요약 리포트를 생성한다.""" + gt_meta = gt_result.get("meta", {}) + gt_pnl = gt_result.get("pnl", {}) + gt_summary = gt_result.get("summary", {}) + + rows: list[dict[str, Any]] = [] + for result in results: + align = result.alignment or {} + buy = align.get("buy", {}) + sell = align.get("sell", {}) + legs = align.get("legs", {}) + rows.append( + { + "technique_id": result.technique_id, + "technique_name": result.technique_name, + "category": result.category, + "causal": result.causal, + "leg_count": result.summary.get("leg_count", 0), + "tech_return_pct": result.pnl.get("total_return_pct", 0.0), + "buy_recall": buy.get("recall", 0.0), + "sell_recall": sell.get("recall", 0.0), + "leg_recall": legs.get("leg_recall", 0.0), + "return_capture_ratio": align.get("return_capture_ratio", 0.0), + "score": align.get("score", 0.0), + "avg_buy_offset": buy.get("avg_bar_offset", 0.0), + "avg_sell_offset": sell.get("avg_bar_offset", 0.0), + } + ) + + rows.sort(key=lambda r: r["score"], reverse=True) + + return { + "generated_at": datetime.now().strftime("%Y-%m-%d %H:%M:%S"), + "symbol": symbol, + "gt": { + "leg_count": gt_summary.get("leg_count", 0), + "return_pct": gt_pnl.get("total_return_pct", 0.0), + "interval_label": gt_meta.get("interval_label", ""), + "lookback_days": gt_meta.get("lookback_days", 365), + }, + "ranking": rows, + } + + +def save_comparison_report(report: dict[str, Any], json_path: Path) -> Path: + """비교 리포트 JSON을 저장한다.""" + json_path.parent.mkdir(parents=True, exist_ok=True) + with json_path.open("w", encoding="utf-8") as fp: + json.dump(report, fp, ensure_ascii=False, indent=2) + return json_path + + +def render_comparison_html(report: dict[str, Any], html_path: Path) -> Path: + """비교 리포트 HTML을 생성한다.""" + html_path.parent.mkdir(parents=True, exist_ok=True) + rows = report.get("ranking", []) + gt = report.get("gt", {}) + + table_rows = "" + for idx, row in enumerate(rows, start=1): + table_rows += f""" + + {idx} + {row['technique_name']} + {row['category']} + {'Y' if row['causal'] else 'N'} + {row['leg_count']} + {row['tech_return_pct']:+.1f}% + {row['buy_recall']*100:.1f}% + {row['sell_recall']*100:.1f}% + {row['leg_recall']*100:.1f}% + {row['return_capture_ratio']*100:.1f}% + {row['score']*100:.1f} + """ + + html = f""" + + + + DeepCoin 2단계 — GT 정합 비교 + + + +

    DeepCoin 2단계 — Ground Truth 정합 비교

    +
    + 생성: {report.get('generated_at', '')} | + {report.get('symbol', '')} | + GT: {gt.get('leg_count', 0)}레그, {gt.get('return_pct', 0):+.1f}% | + 기간: 최근 {gt.get('lookback_days', 365)}일 +
    + + + + + + + + + {table_rows} + +
    순위기법유형인과레그수익률매수 Recall매도 Recall레그 Recall수익 포착종합 Score
    + +""" + + with html_path.open("w", encoding="utf-8") as fp: + fp.write(html) + return html_path diff --git a/src/deepcoin/ground_truth/__init__.py b/src/deepcoin/ground_truth/__init__.py new file mode 100644 index 0000000..c9ee079 --- /dev/null +++ b/src/deepcoin/ground_truth/__init__.py @@ -0,0 +1 @@ +"""Ground Truth — 사후 벤치마크 매수·매도 타점.""" diff --git a/src/deepcoin/ground_truth/breakout.py b/src/deepcoin/ground_truth/breakout.py new file mode 100644 index 0000000..02046df --- /dev/null +++ b/src/deepcoin/ground_truth/breakout.py @@ -0,0 +1,162 @@ +"""돌파 매수 타점 (Ground Truth 보조, 사후 최적).""" + +from __future__ import annotations + +from dataclasses import dataclass +from typing import Protocol + +import pandas as pd + +from deepcoin.ground_truth.zigzag import Pivot + + +class _LegLike(Protocol): + """레그 최소 인터페이스.""" + + leg_id: int + buy_bar_index: int + sell_bar_index: int + sell_price: float + + +@dataclass(frozen=True) +class BreakoutBuy: + """돌파 매수 타점.""" + + bar_index: int + price: float + datetime: pd.Timestamp + leg_id: int + resistance_price: float + + +def find_breakout_buy_pivots( + df: pd.DataFrame, + legs: list[_LegLike], + pullback_buys: list[Pivot], + breakout_buffer_pct: float = 0.1, + min_bars_after_anchor: int = 10, + consolidation_bars: int = 200, + leg_end_margin_bars: int = 80, + min_rally_to_sell_pct: float = 2.0, +) -> list[BreakoutBuy]: + """각 레그에서 횡보·눌림 후 저항 돌파 시점을 찾는다 (1단계 GT, 미래 허용). + + 눌림목 이후 구간 고점을 저항으로 보고, 종가가 저항을 돌파한 + 첫 봉을 레그당 돌파 매수 1개로 표시한다. + + Args: + df: OHLCV DataFrame. + legs: ZigZag 스윙 레그. + pullback_buys: 눌림목 Pivot (레그별 매칭). + breakout_buffer_pct: 저항 대비 돌파 확인 버퍼(%). + min_bars_after_anchor: 눌림목/구간 시작 후 최소 대기 봉. + consolidation_bars: 횡보 저항 산정 구간(봉). + leg_end_margin_bars: 매도 직전 제외 봉. + min_rally_to_sell_pct: 돌파 후 레그 고점까지 최소 추가 상승(%). + + Returns: + BreakoutBuy 리스트. + """ + if not legs or len(df) < 20: + return [] + + highs = df["high"].astype(float).values + closes = df["close"].astype(float).values + pullback_by_leg = _map_pullback_to_legs(legs, pullback_buys) + breakouts: list[BreakoutBuy] = [] + buffer = breakout_buffer_pct / 100.0 + + for leg in legs: + anchor = pullback_by_leg.get(leg.leg_id) + if anchor is not None: + zone_start = anchor.bar_index + else: + leg_len = leg.sell_bar_index - leg.buy_bar_index + zone_start = max( + leg.buy_bar_index + 120, + leg.sell_bar_index - int(leg_len * 0.35), + ) + + zone_end = min( + zone_start + consolidation_bars, + leg.sell_bar_index - leg_end_margin_bars - 5, + ) + search_start = zone_start + min_bars_after_anchor + search_end = leg.sell_bar_index - leg_end_margin_bars + if zone_end <= zone_start or search_end <= search_start + 5: + continue + + resistance = float(highs[zone_start:zone_end].max()) + if resistance <= 0: + continue + + breakout = _first_breakout_above( + df=df, + highs=highs, + closes=closes, + search_start=max(search_start, zone_end), + search_end=search_end, + resistance=resistance, + buffer=buffer, + sell_price=float(leg.sell_price), + min_rally_pct=min_rally_to_sell_pct, + ) + if breakout is None: + continue + + bar_idx, price, resistance = breakout + breakouts.append( + BreakoutBuy( + bar_index=bar_idx, + price=round(price, 2), + datetime=pd.Timestamp(df.iloc[bar_idx]["datetime"]), + leg_id=leg.leg_id, + resistance_price=round(resistance, 2), + ) + ) + + return breakouts + + +def _map_pullback_to_legs(legs: list[_LegLike], pullback_buys: list[Pivot]) -> dict[int, Pivot]: + """눌림목을 소속 레그에 매핑한다.""" + mapping: dict[int, Pivot] = {} + for pivot in pullback_buys: + for leg in legs: + if leg.buy_bar_index < pivot.bar_index < leg.sell_bar_index: + prev = mapping.get(leg.leg_id) + if prev is None or pivot.bar_index > prev.bar_index: + mapping[leg.leg_id] = pivot + return mapping + + +def _first_breakout_above( + df: pd.DataFrame, + highs, + closes, + search_start: int, + search_end: int, + resistance: float, + buffer: float, + sell_price: float, + min_rally_pct: float, +) -> tuple[int, float, float] | None: + """고정 저항선 상향 돌파 첫 봉을 반환한다.""" + threshold = resistance * (1 + buffer) + + for i in range(search_start, search_end): + close_val = float(closes[i]) + if close_val <= threshold: + continue + + future_max = float(highs[i : search_end + 1].max()) + rally_pct = (future_max - close_val) / close_val * 100.0 + sell_rally_pct = (sell_price - close_val) / close_val * 100.0 + + if rally_pct < min_rally_pct or sell_rally_pct < min_rally_pct: + continue + + return i, close_val, resistance + + return None diff --git a/src/deepcoin/ground_truth/chart.py b/src/deepcoin/ground_truth/chart.py new file mode 100644 index 0000000..6ef6425 --- /dev/null +++ b/src/deepcoin/ground_truth/chart.py @@ -0,0 +1,500 @@ +"""Ground Truth 차트 HTML 생성 (전체 기간 지원).""" + +from __future__ import annotations + +import json +from pathlib import Path +from typing import Any + +import pandas as pd + +from deepcoin.data.candle_loader import load_candles + +# 0이면 제한 없이 전체 봉 표시 +DEFAULT_MAX_CANDLES = 0 + + +def _data_js_path(html_path: Path) -> Path: + """HTML과 짝을 이루는 데이터 JS 경로 (file:// 프로토콜 호환).""" + return html_path.with_name("ground_truth_chart_data.js") + + +def render_ground_truth_chart( + db_path: Path, + symbol: str, + gt_result: dict[str, Any], + output_path: Path, + chart_lookback_days: int | None = None, + max_candles: int = DEFAULT_MAX_CANDLES, +) -> Path: + """GT 타점이 표시된 HTML 차트를 생성한다. + + 대용량(3분봉 2년 등)은 종가 라인으로 전체 기간을 표시하고, + JSON 데이터는 별도 파일로 분리한다. + + Args: + db_path: SQLite 경로. + symbol: 코인 심볼. + gt_result: build_ground_truth 결과. + output_path: HTML 출력 경로. + chart_lookback_days: 차트에 표시할 일수. None이면 GT lookback과 동일. + max_candles: 0이면 전체, 양수면 최근 N봉만. + + Returns: + HTML 저장 경로. + """ + interval_min = gt_result["meta"]["interval_min"] + gt_lookback_days = gt_result["meta"]["lookback_days"] + chart_days = chart_lookback_days if chart_lookback_days is not None else gt_lookback_days + + df = load_candles(db_path, symbol, interval_min, lookback_days=chart_days) + if max_candles > 0 and len(df) > max_candles: + df = df.iloc[-max_candles:].reset_index(drop=True) + + times = (pd.to_datetime(df["datetime"]).astype("int64") // 10**9).astype(int).tolist() + + buy_markers = [] + sell_markers = [] + for sig in gt_result.get("signals") or []: + ts = int(pd.Timestamp(sig["datetime"]).timestamp()) + marker = { + "time": ts, + "price": sig["price"], + "marker_id": sig.get("marker_id", sig.get("leg_id")), + "signal_type": sig.get("signal_type", "swing_low" if sig["side"] == "buy" else "swing_high"), + } + if sig["side"] == "buy": + buy_markers.append(marker) + else: + sell_markers.append(marker) + + chart_meta = { + **gt_result["meta"], + "chart_lookback_days": chart_days, + "gt_lookback_days": gt_lookback_days, + "chart_data_from": str(df["datetime"].min()), + "chart_data_to": str(df["datetime"].max()), + "gt_marker_count": len(buy_markers), + } + payload = { + "times": times, + "open": df["open"].astype(float).tolist(), + "high": df["high"].astype(float).tolist(), + "low": df["low"].astype(float).tolist(), + "close": df["close"].astype(float).tolist(), + "buy_markers": buy_markers, + "sell_markers": sell_markers, + "meta": chart_meta, + "bar_count": len(df), + } + + output_path.parent.mkdir(parents=True, exist_ok=True) + data_path = _data_js_path(output_path) + with data_path.open("w", encoding="utf-8") as fp: + fp.write("window.CHART_DATA=") + json.dump(payload, fp, ensure_ascii=False, separators=(",", ":")) + fp.write(";") + + output_path.write_text(_HTML_TEMPLATE, encoding="utf-8") + return output_path + + +_HTML_TEMPLATE = """ + + + + Ground Truth Chart + + + + + + + +
    +

    Ground Truth Chart

    +
    +
    +
    +
    + + + + 타점 - / - +
    +
    + + + + + +
    +
    + + + +
    +
    + + +
    + 데이터 로딩 중… +
    +
    +
    +

    상세 캔들

    +
    +
    + + +""" diff --git a/src/deepcoin/ground_truth/divergence.py b/src/deepcoin/ground_truth/divergence.py new file mode 100644 index 0000000..f170057 --- /dev/null +++ b/src/deepcoin/ground_truth/divergence.py @@ -0,0 +1,303 @@ +"""RSI·MACD 다이버전스 매수·매도 타점 (Ground Truth, 사후 검증).""" + +from __future__ import annotations + +from dataclasses import dataclass + +import pandas as pd + +from deepcoin.techniques.indicators import macd, rsi + + +@dataclass(frozen=True) +class DivergenceSignal: + """다이버전스 신호.""" + + side: str # buy | sell + bar_index: int + price: float + datetime: pd.Timestamp + indicator: str # rsi | macd_hist + price_prev: float + price_curr: float + ind_prev: float + ind_curr: float + + +def find_divergence_signals( + df: pd.DataFrame, + local_order: int = 15, + min_bars_between: int = 100, + max_pair_lookback_bars: int = 5000, + rsi_period: int = 14, + min_rsi_diff: float = 2.0, + min_macd_hist_diff: float = 0.0, + min_price_move_pct: float = 1.5, + future_bars: int = 2000, + min_future_move_pct: float = 2.0, +) -> tuple[list[DivergenceSignal], list[DivergenceSignal]]: + """가격·지표 다이버전스 매수·매도 후보를 찾는다. + + - 상승 다이버전스(매수): 가격 LL + RSI/MACD HL + - 하락 다이버전스(매도): 가격 HH + RSI/MACD LH + - 미래 데이터로 이후 유의미한 반등·하락을 사후 검증 + + Args: + df: OHLCV DataFrame. + local_order: 국소 극값 반경(봉). + min_bars_between: 연속 다이버전스 최소 간격(봉). + max_pair_lookback_bars: 비교할 이전 극값 최대 거리(봉). + rsi_period: RSI 기간. + min_rsi_diff: RSI 다이버전스 최소 차이(포인트). + min_macd_hist_diff: MACD 히스토그램 최소 차이. + min_price_move_pct: 극값 간 최소 가격 변동(%). + future_bars: 사후 검증 구간(봉). + min_future_move_pct: 사후 최소 가격 변동(%). + + Returns: + (매수 신호, 매도 신호) 리스트. + """ + if len(df) < local_order * 4 + rsi_period: + return [], [] + + close = df["close"].astype(float) + low = df["low"].astype(float) + high = df["high"].astype(float) + rsi_vals = rsi(close, period=rsi_period) + _, _, macd_hist = macd(close) + + lows = _find_local_extrema(df, low, rsi_vals, macd_hist, local_order, "low") + highs = _find_local_extrema(df, high, rsi_vals, macd_hist, local_order, "high") + + bull_rsi = _detect_bullish( + df, lows, rsi_vals, "rsi", min_rsi_diff, min_price_move_pct, + max_pair_lookback_bars, future_bars, min_future_move_pct, high, + ) + bear_rsi = _detect_bearish( + df, highs, rsi_vals, "rsi", min_rsi_diff, min_price_move_pct, + max_pair_lookback_bars, future_bars, min_future_move_pct, low, + ) + + bull_macd: list[DivergenceSignal] = [] + bear_macd: list[DivergenceSignal] = [] + if min_macd_hist_diff > 0: + bull_macd = _detect_bullish( + df, lows, macd_hist, "macd_hist", min_macd_hist_diff, min_price_move_pct, + max_pair_lookback_bars, future_bars, min_future_move_pct, high, + ) + bear_macd = _detect_bearish( + df, highs, macd_hist, "macd_hist", min_macd_hist_diff, min_price_move_pct, + max_pair_lookback_bars, future_bars, min_future_move_pct, low, + ) + + buys = _dedupe_signals( + _merge_same_bar(bull_rsi + bull_macd), min_bars_between, prefer_lower=True + ) + sells = _dedupe_signals( + _merge_same_bar(bear_rsi + bear_macd), min_bars_between, prefer_lower=False + ) + return buys, sells + + +@dataclass +class _ExtremePoint: + """국소 극값.""" + + bar_index: int + price: float + rsi: float + macd_hist: float + datetime: pd.Timestamp + + +def _find_local_extrema( + df: pd.DataFrame, + series: pd.Series, + rsi_vals: pd.Series, + macd_hist: pd.Series, + order: int, + side: str, +) -> list[_ExtremePoint]: + """국소 저점·고점을 수집한다.""" + points: list[_ExtremePoint] = [] + values = series.values + + for i in range(order, len(df) - order): + window = values[i - order : i + order + 1] + val = float(values[i]) + if side == "low" and val > window.min(): + continue + if side == "high" and val < window.max(): + continue + if pd.isna(rsi_vals.iloc[i]) or pd.isna(macd_hist.iloc[i]): + continue + points.append( + _ExtremePoint( + bar_index=i, + price=val, + rsi=float(rsi_vals.iloc[i]), + macd_hist=float(macd_hist.iloc[i]), + datetime=pd.Timestamp(df.iloc[i]["datetime"]), + ) + ) + return points + + +def _detect_bullish( + df: pd.DataFrame, + lows: list[_ExtremePoint], + indicator: pd.Series, + indicator_name: str, + min_ind_diff: float, + min_price_move_pct: float, + max_lookback: int, + future_bars: int, + min_future_move_pct: float, + highs, +) -> list[DivergenceSignal]: + """상승 다이버전스 매수를 탐지한다.""" + signals: list[DivergenceSignal] = [] + if len(lows) < 2: + return signals + + for idx in range(1, len(lows)): + curr = lows[idx] + for prev in reversed(lows[:idx]): + if curr.bar_index - prev.bar_index > max_lookback: + break + if curr.bar_index - prev.bar_index < 20: + continue + + price_move = (prev.price - curr.price) / prev.price * 100.0 + if price_move < min_price_move_pct: + continue + + ind_prev = float(indicator.iloc[prev.bar_index]) + ind_curr = float(indicator.iloc[curr.bar_index]) + if pd.isna(ind_prev) or pd.isna(ind_curr): + continue + if not (curr.price < prev.price and ind_curr > ind_prev + min_ind_diff): + continue + + end = min(len(df), curr.bar_index + future_bars + 1) + future_high = float(highs[curr.bar_index:end].max()) + rally = (future_high - curr.price) / curr.price * 100.0 + if rally < min_future_move_pct: + continue + + signals.append( + DivergenceSignal( + side="buy", + bar_index=curr.bar_index, + price=round(curr.price, 2), + datetime=curr.datetime, + indicator=indicator_name, + price_prev=round(prev.price, 2), + price_curr=round(curr.price, 2), + ind_prev=round(ind_prev, 4), + ind_curr=round(ind_curr, 4), + ) + ) + break + + return signals + + +def _detect_bearish( + df: pd.DataFrame, + highs: list[_ExtremePoint], + indicator: pd.Series, + indicator_name: str, + min_ind_diff: float, + min_price_move_pct: float, + max_lookback: int, + future_bars: int, + min_future_move_pct: float, + lows, +) -> list[DivergenceSignal]: + """하락 다이버전스 매도를 탐지한다.""" + signals: list[DivergenceSignal] = [] + if len(highs) < 2: + return signals + + for idx in range(1, len(highs)): + curr = highs[idx] + for prev in reversed(highs[:idx]): + if curr.bar_index - prev.bar_index > max_lookback: + break + if curr.bar_index - prev.bar_index < 20: + continue + + price_move = (curr.price - prev.price) / prev.price * 100.0 + if price_move < min_price_move_pct: + continue + + ind_prev = float(indicator.iloc[prev.bar_index]) + ind_curr = float(indicator.iloc[curr.bar_index]) + if pd.isna(ind_prev) or pd.isna(ind_curr): + continue + if not (curr.price > prev.price and ind_curr < ind_prev - min_ind_diff): + continue + + end = min(len(df), curr.bar_index + future_bars + 1) + future_low = float(lows[curr.bar_index:end].min()) + drop = (curr.price - future_low) / curr.price * 100.0 + if drop < min_future_move_pct: + continue + + signals.append( + DivergenceSignal( + side="sell", + bar_index=curr.bar_index, + price=round(curr.price, 2), + datetime=curr.datetime, + indicator=indicator_name, + price_prev=round(prev.price, 2), + price_curr=round(curr.price, 2), + ind_prev=round(ind_prev, 4), + ind_curr=round(ind_curr, 4), + ) + ) + break + + return signals + + +def _merge_same_bar(signals: list[DivergenceSignal]) -> list[DivergenceSignal]: + """동일 봉·동일 방향 신호를 하나로 합친다.""" + by_bar: dict[int, DivergenceSignal] = {} + for signal in signals: + prev = by_bar.get(signal.bar_index) + if prev is None: + by_bar[signal.bar_index] = signal + continue + prev_diff = abs(prev.ind_curr - prev.ind_prev) + curr_diff = abs(signal.ind_curr - signal.ind_prev) + if curr_diff > prev_diff: + by_bar[signal.bar_index] = signal + return sorted(by_bar.values(), key=lambda s: s.bar_index) + + +def _dedupe_signals( + signals: list[DivergenceSignal], + min_bars: int, + prefer_lower: bool, +) -> list[DivergenceSignal]: + """근접 신호를 병합한다.""" + if not signals: + return [] + + sorted_signals = sorted(signals, key=lambda s: s.bar_index) + merged: list[DivergenceSignal] = [sorted_signals[0]] + + for signal in sorted_signals[1:]: + last = merged[-1] + if signal.bar_index - last.bar_index < min_bars: + if prefer_lower and signal.price < last.price: + merged[-1] = signal + elif not prefer_lower and signal.price > last.price: + merged[-1] = signal + else: + merged.append(signal) + + return merged diff --git a/src/deepcoin/ground_truth/ground_truth.py b/src/deepcoin/ground_truth/ground_truth.py new file mode 100644 index 0000000..9a0cb09 --- /dev/null +++ b/src/deepcoin/ground_truth/ground_truth.py @@ -0,0 +1,375 @@ +"""Ground Truth 매수·매도 타점 생성 (1단계 벤치마크).""" + +from __future__ import annotations + +import json +from dataclasses import asdict, dataclass +from datetime import datetime +from pathlib import Path +from typing import Any + +import pandas as pd + +from deepcoin.data.candle_loader import load_candles +from deepcoin.data.intervals import interval_label +from deepcoin.ground_truth.pnl import simulate_gt_pnl +from deepcoin.ground_truth.breakout import find_breakout_buy_pivots +from deepcoin.ground_truth.divergence import find_divergence_signals +from deepcoin.ground_truth.pullback import find_pullback_buy_pivots +from deepcoin.ground_truth.zigzag import Pivot, find_zigzag_pivots + + +@dataclass(frozen=True) +class GtParams: + """Ground Truth 생성 파라미터.""" + + interval_min: int + lookback_days: int + zigzag_reversal_pct: float + min_leg_pct: float + pullback_min_pct: float = 1.5 + pullback_local_order: int = 10 + breakout_buffer_pct: float = 0.1 + breakout_consolidation_bars: int = 200 + breakout_min_rally_pct: float = 2.0 + div_local_order: int = 20 + div_min_bars_between: int = 1500 + div_min_rsi_diff: float = 5.0 + div_min_future_move_pct: float = 4.0 + + +@dataclass +class GtLeg: + """매수→매도 1레그 (최대 스윙 수익 구간).""" + + leg_id: int + buy_datetime: str + buy_price: float + buy_bar_index: int + sell_datetime: str + sell_price: float + sell_bar_index: int + leg_pct: float + bars_held: int + + +def build_ground_truth( + db_path: Path, + symbol: str, + coin_name: str, + params: GtParams, + initial_cash_krw: float = 400_000.0, + fee_rate: float = 0.0005, +) -> dict[str, Any]: + """최근 1년 구간에서 사후 최적 스윙 레그(1매수·1매도) GT를 생성한다. + + 미래 데이터를 사용해 ZigZag 스윙 저점 매수·고점 매도 쌍을 찾는다. + 1단계 벤치마크: 최대 스윙 수익을 포착하는 타점. + + Args: + db_path: SQLite 경로. + symbol: 코인 심볼. + coin_name: 코인 이름. + params: GT 파라미터. + initial_cash_krw: 수익률 계산 초기 자본 (1년 시작 시점). + fee_rate: 거래 수수료율. + + Returns: + JSON 직렬화 가능한 GT 결과 dict. + """ + df = load_candles( + db_path=db_path, + symbol=symbol, + interval_min=params.interval_min, + lookback_days=params.lookback_days, + ) + + pivots = find_zigzag_pivots(df, reversal_pct=params.zigzag_reversal_pct) + legs = _pivots_to_legs(pivots, min_leg_pct=params.min_leg_pct) + leg_dicts = [asdict(leg) for leg in legs] + pullback_buys = find_pullback_buy_pivots( + df, + legs=legs, + min_pullback_pct=params.pullback_min_pct, + local_order=params.pullback_local_order, + ) + breakout_buys = find_breakout_buy_pivots( + df, + legs=legs, + pullback_buys=pullback_buys, + breakout_buffer_pct=params.breakout_buffer_pct, + consolidation_bars=params.breakout_consolidation_bars, + min_rally_to_sell_pct=params.breakout_min_rally_pct, + ) + div_buys, div_sells = find_divergence_signals( + df, + local_order=params.div_local_order, + min_bars_between=params.div_min_bars_between, + min_rsi_diff=params.div_min_rsi_diff, + min_future_move_pct=params.div_min_future_move_pct, + ) + signals = _build_signals(legs, pullback_buys, breakout_buys, div_buys, div_sells) + summary = _summarize(legs, signals) + pnl = simulate_gt_pnl(leg_dicts, initial_cash_krw=initial_cash_krw, fee_rate=fee_rate) + + return { + "meta": { + "symbol": symbol.upper(), + "coin_name": coin_name, + "interval_min": params.interval_min, + "interval_label": interval_label(params.interval_min), + "lookback_days": params.lookback_days, + "mode": "optimal_swing_legs_with_pullback_breakout_divergence", + "zigzag_reversal_pct": params.zigzag_reversal_pct, + "min_leg_pct": params.min_leg_pct, + "pullback_min_pct": params.pullback_min_pct, + "initial_cash_krw": initial_cash_krw, + "generated_at": datetime.now().strftime("%Y-%m-%d %H:%M:%S"), + "data_from": str(df["datetime"].min()), + "data_to": str(df["datetime"].max()), + "bar_count": len(df), + "pivot_count": len(pivots), + "pullback_buy_count": len(pullback_buys), + "breakout_buy_count": len(breakout_buys), + "breakout_buffer_pct": params.breakout_buffer_pct, + "divergence_buy_count": len(div_buys), + "divergence_sell_count": len(div_sells), + }, + "legs": leg_dicts, + "signals": signals, + "summary": summary, + "pnl": pnl, + } + + +def save_ground_truth(result: dict[str, Any], output_path: Path) -> Path: + """GT 결과를 JSON으로 저장한다.""" + output_path.parent.mkdir(parents=True, exist_ok=True) + with output_path.open("w", encoding="utf-8") as fp: + json.dump(result, fp, ensure_ascii=False, indent=2) + return output_path + + +def _pivots_to_legs(pivots: list[Pivot], min_leg_pct: float) -> list[GtLeg]: + """스윙 저점→고점을 1매수·1매도 레그로 변환한다.""" + legs: list[GtLeg] = [] + leg_id = 0 + i = 0 + + while i < len(pivots) - 1: + buy_pivot = pivots[i] + sell_pivot = pivots[i + 1] + + if buy_pivot.side != "low" or sell_pivot.side != "high": + i += 1 + continue + if sell_pivot.bar_index <= buy_pivot.bar_index: + i += 1 + continue + + leg_pct = (sell_pivot.price - buy_pivot.price) / buy_pivot.price * 100.0 + if leg_pct < min_leg_pct: + i += 1 + continue + + leg_id += 1 + legs.append( + GtLeg( + leg_id=leg_id, + buy_datetime=buy_pivot.datetime.strftime("%Y-%m-%d %H:%M:%S"), + buy_price=round(buy_pivot.price, 2), + buy_bar_index=buy_pivot.bar_index, + sell_datetime=sell_pivot.datetime.strftime("%Y-%m-%d %H:%M:%S"), + sell_price=round(sell_pivot.price, 2), + sell_bar_index=sell_pivot.bar_index, + leg_pct=round(leg_pct, 2), + bars_held=sell_pivot.bar_index - buy_pivot.bar_index, + ) + ) + i += 2 + + return legs + + +def _build_signals( + legs: list[GtLeg], + pullback_buys: list[Pivot], + breakout_buys: list, + div_buys: list, + div_sells: list, +) -> list[dict[str, Any]]: + """스윙·눌림목·돌파·다이버전스 신호를 통합한다.""" + signals: list[dict[str, Any]] = [] + buy_marker_id = 0 + sell_marker_id = 0 + + existing_buy_bars: set[int] = {leg.buy_bar_index for leg in legs} + existing_sell_bars: set[int] = {leg.sell_bar_index for leg in legs} + nearby_tolerance = 120 + + for leg in legs: + buy_marker_id += 1 + signals.append( + { + "marker_id": buy_marker_id, + "leg_id": leg.leg_id, + "side": "buy", + "signal_type": "swing_low", + "datetime": leg.buy_datetime, + "price": leg.buy_price, + "bar_index": leg.buy_bar_index, + } + ) + sell_marker_id += 1 + existing_sell_bars.add(leg.sell_bar_index) + signals.append( + { + "marker_id": sell_marker_id, + "leg_id": leg.leg_id, + "side": "sell", + "signal_type": "swing_high", + "datetime": leg.sell_datetime, + "price": leg.sell_price, + "bar_index": leg.sell_bar_index, + "leg_pct": leg.leg_pct, + } + ) + + for pivot in pullback_buys: + if _is_near_existing_buy(pivot.bar_index, existing_buy_bars, nearby_tolerance): + continue + buy_marker_id += 1 + existing_buy_bars.add(pivot.bar_index) + signals.append( + { + "marker_id": buy_marker_id, + "leg_id": None, + "side": "buy", + "signal_type": "pullback", + "datetime": pivot.datetime.strftime("%Y-%m-%d %H:%M:%S"), + "price": round(pivot.price, 2), + "bar_index": pivot.bar_index, + } + ) + + for breakout in breakout_buys: + if _is_near_existing_buy(breakout.bar_index, existing_buy_bars, nearby_tolerance): + continue + buy_marker_id += 1 + existing_buy_bars.add(breakout.bar_index) + signals.append( + { + "marker_id": buy_marker_id, + "leg_id": breakout.leg_id, + "side": "buy", + "signal_type": "breakout", + "datetime": breakout.datetime.strftime("%Y-%m-%d %H:%M:%S"), + "price": breakout.price, + "bar_index": breakout.bar_index, + "resistance_price": breakout.resistance_price, + } + ) + + div_tolerance = 400 + for div in div_buys: + if _is_near_bar(div.bar_index, existing_buy_bars, div_tolerance): + continue + buy_marker_id += 1 + existing_buy_bars.add(div.bar_index) + signals.append(_divergence_to_dict(div, buy_marker_id, "div_bull")) + + for div in div_sells: + if _is_near_bar(div.bar_index, existing_sell_bars, div_tolerance): + continue + sell_marker_id += 1 + existing_sell_bars.add(div.bar_index) + signals.append(_divergence_to_dict(div, sell_marker_id, "div_bear")) + + signals.sort(key=lambda s: (s["bar_index"], _signal_sort_key(s))) + return signals + + +def _divergence_to_dict(div, marker_id: int, signal_type: str) -> dict[str, Any]: + """DivergenceSignal을 GT signal dict로 변환한다.""" + return { + "marker_id": marker_id, + "leg_id": None, + "side": div.side, + "signal_type": signal_type, + "datetime": div.datetime.strftime("%Y-%m-%d %H:%M:%S"), + "price": div.price, + "bar_index": div.bar_index, + "indicator": div.indicator, + "price_prev": div.price_prev, + "ind_prev": div.ind_prev, + "ind_curr": div.ind_curr, + } + + +def _signal_sort_key(signal: dict[str, Any]) -> int: + """동일 봉에서 신호 유형 정렬 우선순위.""" + order = { + "swing_low": 0, + "pullback": 1, + "breakout": 2, + "div_bull": 3, + "swing_high": 4, + "div_bear": 5, + } + return order.get(signal.get("signal_type", ""), 9) + + +def _is_near_bar(bar_index: int, existing_bars: set[int], tolerance: int) -> bool: + """기존 타점과 너무 가까우면 보조 신호를 제외한다.""" + for existing in existing_bars: + if abs(bar_index - existing) <= tolerance: + return True + return False + + +def _is_near_existing_buy(bar_index: int, existing_bars: set[int], tolerance: int) -> bool: + """기존 매수와 너무 가까우면 보조 매수를 제외한다.""" + return _is_near_bar(bar_index, existing_bars, tolerance) + + +def _summarize(legs: list[GtLeg], signals: list[dict[str, Any]]) -> dict[str, Any]: + """GT 요약 통계.""" + buy_count = sum(1 for s in signals if s["side"] == "buy") + sell_count = sum(1 for s in signals if s["side"] == "sell") + pullback_count = sum(1 for s in signals if s.get("signal_type") == "pullback") + breakout_count = sum(1 for s in signals if s.get("signal_type") == "breakout") + div_buy_count = sum(1 for s in signals if s.get("signal_type") == "div_bull") + div_sell_count = sum(1 for s in signals if s.get("signal_type") == "div_bear") + + if not legs: + return { + "leg_count": 0, + "buy_count": buy_count, + "sell_count": sell_count, + "pullback_buy_count": pullback_count, + "breakout_buy_count": breakout_count, + "divergence_buy_count": div_buy_count, + "divergence_sell_count": div_sell_count, + "avg_leg_pct": 0.0, + "median_leg_pct": 0.0, + "max_leg_pct": 0.0, + "min_leg_pct": 0.0, + "avg_bars_held": 0.0, + } + + pcts = [leg.leg_pct for leg in legs] + bars = [leg.bars_held for leg in legs] + return { + "leg_count": len(legs), + "buy_count": buy_count, + "sell_count": sell_count, + "pullback_buy_count": pullback_count, + "breakout_buy_count": breakout_count, + "divergence_buy_count": div_buy_count, + "divergence_sell_count": div_sell_count, + "avg_leg_pct": round(sum(pcts) / len(pcts), 2), + "median_leg_pct": round(float(pd.Series(pcts).median()), 2), + "max_leg_pct": round(max(pcts), 2), + "min_leg_pct": round(min(pcts), 2), + "avg_bars_held": round(sum(bars) / len(bars), 1), + } diff --git a/src/deepcoin/ground_truth/pnl.py b/src/deepcoin/ground_truth/pnl.py new file mode 100644 index 0000000..76e5bb9 --- /dev/null +++ b/src/deepcoin/ground_truth/pnl.py @@ -0,0 +1,101 @@ +"""Ground Truth 기준 초기 자본 누적 수익률 계산.""" + +from __future__ import annotations + +from dataclasses import asdict, dataclass +from typing import Any + + +@dataclass +class LegPnl: + """레그별 손익 (매수→매도 1쌍).""" + + leg_id: int + buy_datetime: str + sell_datetime: str + buy_price: float + sell_price: float + cash_before: float + cash_after: float + leg_return_pct: float + cumulative_return_pct: float + btc_qty: float + + +def simulate_gt_pnl( + legs: list[dict[str, Any]], + initial_cash_krw: float = 400_000.0, + fee_rate: float = 0.0005, + min_order_krw: float = 5_000.0, +) -> dict[str, Any]: + """GT 레그(1매수·1매도)를 순서대로 실행한 누적 수익률. + + - 초기 현금 전액 매수 → 전량 매도 반복 (복리) + - 1단계 Ground Truth 벤치마크용 + + Args: + legs: GT legs 리스트. + initial_cash_krw: 초기 원화. + fee_rate: 편도 수수료율. + min_order_krw: 최소 주문 금액. + + Returns: + 요약 + 레그별 손익 dict. + """ + cash = float(initial_cash_krw) + leg_pnls: list[LegPnl] = [] + skipped = 0 + + for leg in legs: + buy_price = float(leg["buy_price"]) + sell_price = float(leg["sell_price"]) + cash_before = cash + + if cash < min_order_krw: + skipped += 1 + continue + + buy_fee = cash * fee_rate + btc_bought = (cash - buy_fee) / buy_price + cash = 0.0 + + sell_gross = btc_bought * sell_price + sell_fee = sell_gross * fee_rate + cash = sell_gross - sell_fee + + leg_return = (cash - cash_before) / cash_before * 100.0 + cumulative = (cash - initial_cash_krw) / initial_cash_krw * 100.0 + + leg_pnls.append( + LegPnl( + leg_id=int(leg["leg_id"]), + buy_datetime=leg["buy_datetime"], + sell_datetime=leg["sell_datetime"], + buy_price=buy_price, + sell_price=sell_price, + cash_before=round(cash_before, 0), + cash_after=round(cash, 0), + leg_return_pct=round(leg_return, 2), + cumulative_return_pct=round(cumulative, 2), + btc_qty=round(btc_bought, 8), + ) + ) + + final_cash = cash + total_return_pct = (final_cash - initial_cash_krw) / initial_cash_krw * 100.0 + + period_from = leg_pnls[0].buy_datetime if leg_pnls else None + period_to = leg_pnls[-1].sell_datetime if leg_pnls else None + + return { + "initial_cash_krw": initial_cash_krw, + "final_cash_krw": round(final_cash, 0), + "total_pnl_krw": round(final_cash - initial_cash_krw, 0), + "total_return_pct": round(total_return_pct, 2), + "fee_rate": fee_rate, + "legs_traded": len(leg_pnls), + "legs_skipped": skipped, + "period_from": period_from, + "period_to": period_to, + "leg_pnls": [asdict(x) for x in leg_pnls], + } diff --git a/src/deepcoin/ground_truth/pullback.py b/src/deepcoin/ground_truth/pullback.py new file mode 100644 index 0000000..e85a5c6 --- /dev/null +++ b/src/deepcoin/ground_truth/pullback.py @@ -0,0 +1,118 @@ +"""상승 추세 중 눌림목 매수 타점 (Ground Truth 보조).""" + +from __future__ import annotations + +import pandas as pd + +from typing import Protocol + +from deepcoin.ground_truth.zigzag import Pivot + + +class _LegLike(Protocol): + """레그 최소 인터페이스.""" + + buy_bar_index: int + sell_bar_index: int + + +def find_pullback_buy_pivots( + df: pd.DataFrame, + legs: list[_LegLike], + min_pullback_pct: float = 1.5, + local_order: int = 10, + swing_near_bars: int = 120, + leg_end_margin_bars: int = 100, +) -> list[Pivot]: + """각 스윙 레그 구간에서 돌파 직전 최적 눌림목 1개를 찾는다 (1단계 GT). + + 빨간 원 유형(9/27, 7/8 등) — 스윙 매수 후·매도 전 구간의 + 가장 깊은 되돌림 저점을 레그당 1개만 선택한다. + + Args: + df: OHLCV DataFrame. + legs: ZigZag 스윙 레그. + min_pullback_pct: 직전 고점 대비 최소 되돌림(%). + local_order: 국소 저점 판별 반경(봉). + swing_near_bars: 스윙 매수 직후 구간 제외(봉). + leg_end_margin_bars: 매도 직전 구간 제외(봉). + + Returns: + 시간순 Pivot(low) 리스트. + """ + if not legs or len(df) < local_order * 2 + 10: + return [] + + highs = df["high"].astype(float).values + lows = df["low"].astype(float).values + pullbacks: list[Pivot] = [] + + for leg in legs: + full_start = leg.buy_bar_index + swing_near_bars + full_end = leg.sell_bar_index - leg_end_margin_bars + if full_end <= full_start + local_order * 2: + continue + + leg_len = leg.sell_bar_index - leg.buy_bar_index + pre_breakout_start = leg.sell_bar_index - int(leg_len * 0.35) + start = max(full_start, pre_breakout_start) + end = full_end + + best_idx = _best_pullback_in_range( + df, lows, highs, leg.buy_bar_index, start, end, local_order, min_pullback_pct + ) + if best_idx is None: + best_idx = _best_pullback_in_range( + df, lows, highs, leg.buy_bar_index, full_start, full_end, local_order, min_pullback_pct + ) + if best_idx is None: + continue + + pullbacks.append( + Pivot( + bar_index=best_idx, + side="low", + price=float(lows[best_idx]), + datetime=pd.Timestamp(df.iloc[best_idx]["datetime"]), + ) + ) + + return pullbacks + + +def _best_pullback_in_range( + df: pd.DataFrame, + lows, + highs, + buy_bar_index: int, + start: int, + end: int, + local_order: int, + min_pullback_pct: float, +) -> int | None: + """구간 내 최대 되돌림 국소 저점 bar_index를 반환한다.""" + if end <= start + local_order * 2: + return None + + best_idx: int | None = None + best_price = float("inf") + + for i in range(max(start, local_order), min(end, len(df) - local_order)): + low_val = float(lows[i]) + window = lows[i - local_order : i + local_order + 1] + if low_val > float(window.min()): + continue + + region_high = float(highs[buy_bar_index : i + 1].max()) + if region_high <= 0: + continue + + pullback_pct = (region_high - low_val) / region_high * 100.0 + if pullback_pct < min_pullback_pct: + continue + + if low_val < best_price: + best_price = low_val + best_idx = i + + return best_idx diff --git a/src/deepcoin/ground_truth/swing_signals.py b/src/deepcoin/ground_truth/swing_signals.py new file mode 100644 index 0000000..ce09a94 --- /dev/null +++ b/src/deepcoin/ground_truth/swing_signals.py @@ -0,0 +1,173 @@ +"""독립 매수·매도 스윙 타점 탐지 (레그 1:1 강제 없음).""" + +from __future__ import annotations + +from dataclasses import dataclass + +import pandas as pd + +from deepcoin.ground_truth.zigzag import Pivot, find_zigzag_pivots + + +@dataclass(frozen=True) +class SwingSignal: + """매수 또는 매도 타점.""" + + signal_id: int + side: str # buy | sell + bar_index: int + price: float + datetime: pd.Timestamp + source: str # minor_zigzag | local_extrema + swing_pct: float + + +def find_swing_signals( + df: pd.DataFrame, + minor_reversal_pct: float = 2.5, + local_order: int = 20, + min_swing_pct: float = 2.0, + min_bars_between: int = 30, +) -> tuple[list[SwingSignal], list[SwingSignal]]: + """적절한 매수·매도 타점을 독립적으로 찾는다. + + - 소형 ZigZag(되돌림 2.5% 등): 눌림목·반등 고점 + - 국소 극값: 횡보 후 돌파 전 저점(빨간 원 구간 유형) 보완 + - 매수·매도를 1:1 레그로 묶지 않음 + + Args: + df: OHLCV DataFrame. + minor_reversal_pct: 소형 ZigZag 되돌림 %. + local_order: 국소 극값 탐지 반경(봉). + min_swing_pct: 국소 극값 인정 최소 변동 %. + min_bars_between: 동일 방향 신호 최소 간격(봉). + + Returns: + (매수 신호 리스트, 매도 신호 리스트) — 각각 시간순. + """ + minor_pivots = find_zigzag_pivots(df, reversal_pct=minor_reversal_pct) + local_lows = _find_local_lows(df, order=local_order, min_swing_pct=min_swing_pct) + local_highs = _find_local_highs(df, order=local_order, min_swing_pct=min_swing_pct) + + buy_candidates = [p for p in minor_pivots if p.side == "low"] + sell_candidates = [p for p in minor_pivots if p.side == "high"] + + buy_candidates.extend(local_lows) + sell_candidates.extend(local_highs) + + buys = _to_signals(_dedupe_pivots(buy_candidates, min_bars_between, prefer="low"), "buy") + sells = _to_signals(_dedupe_pivots(sell_candidates, min_bars_between, prefer="high"), "sell") + + return buys, sells + + +def _find_local_lows( + df: pd.DataFrame, + order: int, + min_swing_pct: float, +) -> list[Pivot]: + """최근 고점 대비 되돌림 후 형성된 국소 저점.""" + pivots: list[Pivot] = [] + lookback = order * 4 + + for i in range(order, len(df) - order): + low_val = float(df.iloc[i]["low"]) + window = df["low"].iloc[i - order : i + order + 1] + if low_val > window.min(): + continue + + start = max(0, i - lookback) + recent_high = float(df["high"].iloc[start : i + 1].max()) + if recent_high <= 0: + continue + drop_pct = (recent_high - low_val) / recent_high * 100.0 + if drop_pct < min_swing_pct: + continue + + pivots.append( + Pivot( + bar_index=i, + side="low", + price=low_val, + datetime=pd.Timestamp(df.iloc[i]["datetime"]), + ) + ) + return pivots + + +def _find_local_highs( + df: pd.DataFrame, + order: int, + min_swing_pct: float, +) -> list[Pivot]: + """최근 저점 대비 반등 후 형성된 국소 고점.""" + pivots: list[Pivot] = [] + lookback = order * 4 + + for i in range(order, len(df) - order): + high_val = float(df.iloc[i]["high"]) + window = df["high"].iloc[i - order : i + order + 1] + if high_val < window.max(): + continue + + start = max(0, i - lookback) + recent_low = float(df["low"].iloc[start : i + 1].min()) + if recent_low <= 0: + continue + rise_pct = (high_val - recent_low) / recent_low * 100.0 + if rise_pct < min_swing_pct: + continue + + pivots.append( + Pivot( + bar_index=i, + side="high", + price=high_val, + datetime=pd.Timestamp(df.iloc[i]["datetime"]), + ) + ) + return pivots + + +def _dedupe_pivots( + pivots: list[Pivot], + min_bars: int, + prefer: str, +) -> list[Pivot]: + """가까운 동일 방향 피벗을 병합한다.""" + if not pivots: + return [] + + sorted_pivots = sorted(pivots, key=lambda p: p.bar_index) + merged: list[Pivot] = [sorted_pivots[0]] + + for pivot in sorted_pivots[1:]: + last = merged[-1] + if pivot.bar_index - last.bar_index < min_bars: + if prefer == "low" and pivot.price < last.price: + merged[-1] = pivot + elif prefer == "high" and pivot.price > last.price: + merged[-1] = pivot + else: + merged.append(pivot) + + return merged + + +def _to_signals(pivots: list[Pivot], side: str) -> list[SwingSignal]: + """Pivot 리스트를 SwingSignal로 변환한다.""" + source = "local_extrema" + signals: list[SwingSignal] = [] + for idx, pivot in enumerate(pivots, start=1): + signals.append( + SwingSignal( + signal_id=idx, + side=side, + bar_index=pivot.bar_index, + price=round(pivot.price, 2), + datetime=pivot.datetime, + source=source, + swing_pct=0.0, + ) + ) + return signals diff --git a/src/deepcoin/ground_truth/zigzag.py b/src/deepcoin/ground_truth/zigzag.py new file mode 100644 index 0000000..8370dbb --- /dev/null +++ b/src/deepcoin/ground_truth/zigzag.py @@ -0,0 +1,120 @@ +"""ZigZag 스윙 피벗 탐지 (Ground Truth용, 미래 데이터 허용).""" + +from __future__ import annotations + +from dataclasses import dataclass + +import pandas as pd + + +@dataclass(frozen=True) +class Pivot: + """스윙 고점/저점.""" + + bar_index: int + side: str # "low" | "high" + price: float + datetime: pd.Timestamp + + +def find_zigzag_pivots( + df: pd.DataFrame, + reversal_pct: float = 5.0, +) -> list[Pivot]: + """ZigZag 알고리즘으로 교대 스윙 피벗을 찾는다. + + 가격이 직전 극값 대비 `reversal_pct`% 이상 되돌림되면 피벗을 확정한다. + Ground Truth 라벨링용이므로 전체 시계열(미래 포함)을 사용한다. + + Args: + df: datetime, high, low, close 컬럼 DataFrame. + reversal_pct: 피벗 확정 최소 되돌림 비율(%). + + Returns: + 시간순 피벗 리스트 (low/high 교대). + """ + if len(df) < 3: + return [] + + threshold = reversal_pct / 100.0 + pivots: list[Pivot] = [] + + direction: str | None = None + extreme_idx = 0 + extreme_price = float(df.iloc[0]["close"]) + anchor_price = extreme_price + + for i in range(1, len(df)): + high = float(df.iloc[i]["high"]) + low = float(df.iloc[i]["low"]) + + if direction is None: + if high >= anchor_price * (1 + threshold): + direction = "up" + extreme_idx = i + extreme_price = high + elif low <= anchor_price * (1 - threshold): + direction = "down" + extreme_idx = i + extreme_price = low + continue + + if direction == "up": + if high >= extreme_price: + extreme_price = high + extreme_idx = i + if low <= extreme_price * (1 - threshold): + pivots.append(_make_pivot(df, extreme_idx, "high", extreme_price)) + direction = "down" + extreme_idx = i + extreme_price = low + anchor_price = extreme_price + else: + if low <= extreme_price: + extreme_price = low + extreme_idx = i + if high >= extreme_price * (1 + threshold): + pivots.append(_make_pivot(df, extreme_idx, "low", extreme_price)) + direction = "up" + extreme_idx = i + extreme_price = high + anchor_price = extreme_price + + # 마지막 미확정 극값도 피벗으로 추가 (방향에 따라) + if direction == "up": + pivots.append(_make_pivot(df, extreme_idx, "high", extreme_price)) + elif direction == "down": + pivots.append(_make_pivot(df, extreme_idx, "low", extreme_price)) + + return _normalize_alternating(pivots) + + +def _make_pivot(df: pd.DataFrame, idx: int, side: str, price: float) -> Pivot: + """Pivot 객체를 생성한다.""" + return Pivot( + bar_index=idx, + side=side, + price=price, + datetime=pd.Timestamp(df.iloc[idx]["datetime"]), + ) + + +def _normalize_alternating(pivots: list[Pivot]) -> list[Pivot]: + """인접 동일 side 피벗을 제거하고 low/high 교대를 맞춘다.""" + if not pivots: + return [] + + cleaned: list[Pivot] = [pivots[0]] + for pivot in pivots[1:]: + last = cleaned[-1] + if pivot.side == last.side: + # 같은 방향이면 더 극단적인 가격으로 갱신 + if pivot.side == "high" and pivot.price >= last.price: + cleaned[-1] = pivot + elif pivot.side == "low" and pivot.price <= last.price: + cleaned[-1] = pivot + else: + cleaned.append(pivot) + + # 첫 피벗이 high면 앞 low가 누락된 경우 — GT에서는 허용 + return cleaned diff --git a/src/deepcoin/techniques/__init__.py b/src/deepcoin/techniques/__init__.py new file mode 100644 index 0000000..a86f4a5 --- /dev/null +++ b/src/deepcoin/techniques/__init__.py @@ -0,0 +1,11 @@ +"""2단계: Ground Truth 정합 매매 기법.""" + +from deepcoin.techniques.registry import get_all_techniques, list_technique_ids +from deepcoin.techniques.runner import run_all_techniques, run_technique + +__all__ = [ + "get_all_techniques", + "list_technique_ids", + "run_all_techniques", + "run_technique", +] diff --git a/src/deepcoin/techniques/base.py b/src/deepcoin/techniques/base.py new file mode 100644 index 0000000..8a69319 --- /dev/null +++ b/src/deepcoin/techniques/base.py @@ -0,0 +1,85 @@ +"""매매 기법 공통 인터페이스 및 결과 타입.""" + +from __future__ import annotations + +from abc import ABC, abstractmethod +from dataclasses import asdict, dataclass, field +from typing import Any + +import pandas as pd + + +@dataclass +class TechniqueSignal: + """기법이 생성한 매수·매도 신호.""" + + side: str # buy | sell + bar_index: int + price: float + datetime: str + pivot_bar_index: int | None = None + confidence: float = 1.0 + reason: str = "" + + def to_dict(self) -> dict[str, Any]: + """JSON 직렬화용 dict.""" + return asdict(self) + + +@dataclass +class TechniqueParams: + """기법 실행 공통 파라미터.""" + + interval_min: int + lookback_days: int + min_leg_pct: float + initial_cash_krw: float + fee_rate: float + extra: dict[str, Any] = field(default_factory=dict) + + +@dataclass +class TechniqueResult: + """기법 실행 결과 (GT JSON과 호환 구조).""" + + technique_id: str + technique_name: str + category: str + causal: bool + description: str + params: dict[str, Any] + signals: list[dict[str, Any]] + legs: list[dict[str, Any]] + summary: dict[str, Any] + pnl: dict[str, Any] + alignment: dict[str, Any] | None = None + + def to_dict(self) -> dict[str, Any]: + """JSON 직렬화용 dict.""" + return asdict(self) + + +class BaseTechnique(ABC): + """Ground Truth 정합을 목표로 하는 매매 기법 베이스.""" + + technique_id: str + technique_name: str + category: str + causal: bool + description: str + + @abstractmethod + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + """캔들 DataFrame에서 매수·매도 신호를 생성한다. + + Args: + df: datetime, open, high, low, close, volume 컬럼. + params: 공통 실행 파라미터. + + Returns: + 시간순 신호 리스트. + """ + + def default_extra_params(self) -> dict[str, Any]: + """기법별 기본 추가 파라미터.""" + return {} diff --git a/src/deepcoin/techniques/bb_reversal.py b/src/deepcoin/techniques/bb_reversal.py new file mode 100644 index 0000000..eb04469 --- /dev/null +++ b/src/deepcoin/techniques/bb_reversal.py @@ -0,0 +1,80 @@ +"""볼린저 밴드 역추세 매매.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal +from deepcoin.techniques.indicators import bollinger_bands, ema + + +class BbReversalTechnique(BaseTechnique): + """BB 하단 터치 후 반등 매수, 상단 터치 후 하락 매도.""" + + technique_id = "bb_reversal" + technique_name = "볼린저 역추세" + category = "indicator" + causal = True + description = "BB(20,2) 하단 매수·상단 매도 + EMA 추세 필터" + + def default_extra_params(self) -> dict: + return {"window": 20, "num_std": 2.0, "ema_span": 60} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + window = int(params.extra.get("window", 20)) + num_std = float(params.extra.get("num_std", 2.0)) + ema_span = int(params.extra.get("ema_span", 60)) + + close = df["close"].astype(float) + low = df["low"].astype(float) + high = df["high"].astype(float) + _, upper, lower = bollinger_bands(close, window=window, num_std=num_std) + trend = ema(close, ema_span) + + signals: list[TechniqueSignal] = [] + in_oversold = False + in_overbought = False + + for i in range(window, len(df)): + if pd.isna(lower.iloc[i]) or pd.isna(upper.iloc[i]): + continue + + low_i = float(low.iloc[i]) + high_i = float(high.iloc[i]) + close_i = float(close.iloc[i]) + lower_i = float(lower.iloc[i]) + upper_i = float(upper.iloc[i]) + trend_i = float(trend.iloc[i]) + dt = pd.Timestamp(df.iloc[i]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + + if low_i <= lower_i: + in_oversold = True + if in_oversold and close_i > lower_i and close_i >= trend_i * 0.98: + signals.append( + TechniqueSignal( + side="buy", + bar_index=i, + price=round(close_i, 2), + datetime=dt, + confidence=0.7, + reason="bb_lower_bounce", + ) + ) + in_oversold = False + + if high_i >= upper_i: + in_overbought = True + if in_overbought and close_i < upper_i: + signals.append( + TechniqueSignal( + side="sell", + bar_index=i, + price=round(close_i, 2), + datetime=dt, + confidence=0.7, + reason="bb_upper_reject", + ) + ) + in_overbought = False + + return signals diff --git a/src/deepcoin/techniques/donchian.py b/src/deepcoin/techniques/donchian.py new file mode 100644 index 0000000..772f5a6 --- /dev/null +++ b/src/deepcoin/techniques/donchian.py @@ -0,0 +1,76 @@ +"""돈치안 채널 스윙.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal + + +class DonchianTechnique(BaseTechnique): + """N봉 최저가 터치 후 반등 매수, N봉 최고가 터치 후 하락 매도.""" + + technique_id = "donchian" + technique_name = "돈치안 채널" + category = "swing" + causal = True + description = "돈치안(40) 채널 하단 매수·상단 매도" + + def default_extra_params(self) -> dict: + return {"window": 40} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + window = int(params.extra.get("window", 40)) + low = df["low"].astype(float) + high = df["high"].astype(float) + close = df["close"].astype(float) + + lower_channel = low.rolling(window=window, min_periods=window).min() + upper_channel = high.rolling(window=window, min_periods=window).max() + + signals: list[TechniqueSignal] = [] + touched_lower = False + touched_upper = False + + for i in range(window, len(df)): + if pd.isna(lower_channel.iloc[i]): + continue + + low_i = float(low.iloc[i]) + high_i = float(high.iloc[i]) + close_i = float(close.iloc[i]) + lower_i = float(lower_channel.iloc[i]) + upper_i = float(upper_channel.iloc[i]) + dt = pd.Timestamp(df.iloc[i]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + + if low_i <= lower_i: + touched_lower = True + if touched_lower and close_i > lower_i * 1.005: + signals.append( + TechniqueSignal( + side="buy", + bar_index=i, + price=round(close_i, 2), + datetime=dt, + confidence=0.65, + reason="donchian_lower_bounce", + ) + ) + touched_lower = False + + if high_i >= upper_i: + touched_upper = True + if touched_upper and close_i < upper_i * 0.995: + signals.append( + TechniqueSignal( + side="sell", + bar_index=i, + price=round(close_i, 2), + datetime=dt, + confidence=0.65, + reason="donchian_upper_reject", + ) + ) + touched_upper = False + + return signals diff --git a/src/deepcoin/techniques/indicators.py b/src/deepcoin/techniques/indicators.py new file mode 100644 index 0000000..0a75fc3 --- /dev/null +++ b/src/deepcoin/techniques/indicators.py @@ -0,0 +1,54 @@ +"""기술적 지표 계산 (인과 신호용).""" + +from __future__ import annotations + +import pandas as pd + + +def ema(series: pd.Series, span: int) -> pd.Series: + """지수이동평균을 계산한다.""" + return series.ewm(span=span, adjust=False).mean() + + +def sma(series: pd.Series, window: int) -> pd.Series: + """단순이동평균을 계산한다.""" + return series.rolling(window=window, min_periods=window).mean() + + +def bollinger_bands( + close: pd.Series, + window: int = 20, + num_std: float = 2.0, +) -> tuple[pd.Series, pd.Series, pd.Series]: + """볼린저 밴드 (중심, 상단, 하단)를 계산한다.""" + mid = sma(close, window) + std = close.rolling(window=window, min_periods=window).std() + upper = mid + num_std * std + lower = mid - num_std * std + return mid, upper, lower + + +def rsi(close: pd.Series, period: int = 14) -> pd.Series: + """RSI(상대강도지수)를 계산한다.""" + delta = close.diff() + gain = delta.clip(lower=0.0) + loss = -delta.clip(upper=0.0) + avg_gain = gain.ewm(alpha=1 / period, min_periods=period, adjust=False).mean() + avg_loss = loss.ewm(alpha=1 / period, min_periods=period, adjust=False).mean() + rs = avg_gain / avg_loss.replace(0, pd.NA) + return 100 - (100 / (1 + rs)) + + +def macd( + close: pd.Series, + fast: int = 12, + slow: int = 26, + signal: int = 9, +) -> tuple[pd.Series, pd.Series, pd.Series]: + """MACD, 시그널, 히스토그램을 계산한다.""" + ema_fast = ema(close, fast) + ema_slow = ema(close, slow) + macd_line = ema_fast - ema_slow + signal_line = ema(macd_line, signal) + hist = macd_line - signal_line + return macd_line, signal_line, hist diff --git a/src/deepcoin/techniques/legs.py b/src/deepcoin/techniques/legs.py new file mode 100644 index 0000000..d5b3ecb --- /dev/null +++ b/src/deepcoin/techniques/legs.py @@ -0,0 +1,123 @@ +"""신호 → 1매수·1매도 레그 변환.""" + +from __future__ import annotations + +from typing import Any + +from deepcoin.techniques.base import TechniqueSignal + + +def signals_to_legs( + signals: list[TechniqueSignal], + min_leg_pct: float = 3.0, +) -> list[dict[str, Any]]: + """시간순 신호를 1매수·1매도 레그로 짝짓는다. + + 포지션 없을 때만 매수, 보유 중일 때만 매도를 인정한다. + + Args: + signals: 시간순 TechniqueSignal 리스트. + min_leg_pct: 최소 레그 수익률(%) 필터. + + Returns: + GT legs와 동일 스키마의 레그 dict 리스트. + """ + sorted_signals = sorted(signals, key=lambda s: s.bar_index) + legs: list[dict[str, Any]] = [] + pending_buy: TechniqueSignal | None = None + leg_id = 0 + + for signal in sorted_signals: + if signal.side == "buy": + if pending_buy is None: + pending_buy = signal + elif signal.price < pending_buy.price: + pending_buy = signal + continue + + if signal.side != "sell" or pending_buy is None: + continue + + leg_pct = (signal.price - pending_buy.price) / pending_buy.price * 100.0 + if leg_pct < min_leg_pct: + continue + + leg_id += 1 + legs.append( + { + "leg_id": leg_id, + "buy_datetime": pending_buy.datetime, + "buy_price": round(pending_buy.price, 2), + "buy_bar_index": pending_buy.bar_index, + "sell_datetime": signal.datetime, + "sell_price": round(signal.price, 2), + "sell_bar_index": signal.bar_index, + "leg_pct": round(leg_pct, 2), + "bars_held": signal.bar_index - pending_buy.bar_index, + } + ) + pending_buy = None + + return legs + + +def summarize_legs(legs: list[dict[str, Any]]) -> dict[str, Any]: + """레그 요약 통계를 계산한다.""" + if not legs: + return { + "leg_count": 0, + "buy_count": 0, + "sell_count": 0, + "avg_leg_pct": 0.0, + "median_leg_pct": 0.0, + "max_leg_pct": 0.0, + "min_leg_pct": 0.0, + "avg_bars_held": 0.0, + } + + pcts = [float(leg["leg_pct"]) for leg in legs] + bars = [int(leg["bars_held"]) for leg in legs] + pcts_sorted = sorted(pcts) + mid = len(pcts_sorted) // 2 + median = ( + pcts_sorted[mid] + if len(pcts_sorted) % 2 == 1 + else (pcts_sorted[mid - 1] + pcts_sorted[mid]) / 2 + ) + + return { + "leg_count": len(legs), + "buy_count": len(legs), + "sell_count": len(legs), + "avg_leg_pct": round(sum(pcts) / len(pcts), 2), + "median_leg_pct": round(median, 2), + "max_leg_pct": round(max(pcts), 2), + "min_leg_pct": round(min(pcts), 2), + "avg_bars_held": round(sum(bars) / len(bars), 1), + } + + +def legs_to_signal_dicts(legs: list[dict[str, Any]]) -> list[dict[str, Any]]: + """레그를 GT signals 형식으로 변환한다.""" + signals: list[dict[str, Any]] = [] + for leg in legs: + signals.append( + { + "leg_id": leg["leg_id"], + "side": "buy", + "datetime": leg["buy_datetime"], + "price": leg["buy_price"], + "bar_index": leg["buy_bar_index"], + } + ) + signals.append( + { + "leg_id": leg["leg_id"], + "side": "sell", + "datetime": leg["sell_datetime"], + "price": leg["sell_price"], + "bar_index": leg["sell_bar_index"], + "leg_pct": leg["leg_pct"], + } + ) + return signals diff --git a/src/deepcoin/techniques/local_extrema.py b/src/deepcoin/techniques/local_extrema.py new file mode 100644 index 0000000..5b79d26 --- /dev/null +++ b/src/deepcoin/techniques/local_extrema.py @@ -0,0 +1,125 @@ +"""국소 극값 기반 매수·매도 (눌림목·반등 고점).""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal + + +class LocalExtremaTechnique(BaseTechnique): + """좌우 N봉 대비 국소 저점·고점에서 신호 (인과: 확정 지연 order봉).""" + + technique_id = "local_extrema" + technique_name = "국소 극값" + category = "swing" + causal = True + description = "국소 저점 매수·고점 매도 (눌림목 유형 포착, 9/27 구간 등)" + + def default_extra_params(self) -> dict: + return {"order": 20, "min_swing_pct": 2.0, "min_bars_between": 30} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + order = int(params.extra.get("order", 20)) + min_swing_pct = float(params.extra.get("min_swing_pct", 2.0)) + min_bars = int(params.extra.get("min_bars_between", 30)) + buys = _find_local_low_signals(df, order=order, min_swing_pct=min_swing_pct) + sells = _find_local_high_signals(df, order=order, min_swing_pct=min_swing_pct) + return _dedupe_signals(buys + sells, min_bars=min_bars) + + +def _find_local_low_signals( + df: pd.DataFrame, + order: int, + min_swing_pct: float, +) -> list[TechniqueSignal]: + """국소 저점 매수 신호 (order봉 후 확정).""" + signals: list[TechniqueSignal] = [] + lookback = order * 4 + + for pivot_idx in range(order, len(df) - order): + low_val = float(df.iloc[pivot_idx]["low"]) + window = df["low"].iloc[pivot_idx - order : pivot_idx + order + 1] + if low_val > window.min(): + continue + + start = max(0, pivot_idx - lookback) + recent_high = float(df["high"].iloc[start : pivot_idx + 1].max()) + if recent_high <= 0: + continue + drop_pct = (recent_high - low_val) / recent_high * 100.0 + if drop_pct < min_swing_pct: + continue + + confirm_idx = pivot_idx + order + signals.append( + TechniqueSignal( + side="buy", + bar_index=confirm_idx, + price=round(low_val, 2), + datetime=pd.Timestamp(df.iloc[confirm_idx]["datetime"]).strftime("%Y-%m-%d %H:%M:%S"), + pivot_bar_index=pivot_idx, + confidence=min(1.0, drop_pct / 10.0), + reason="local_low", + ) + ) + return signals + + +def _find_local_high_signals( + df: pd.DataFrame, + order: int, + min_swing_pct: float, +) -> list[TechniqueSignal]: + """국소 고점 매도 신호 (order봉 후 확정).""" + signals: list[TechniqueSignal] = [] + lookback = order * 4 + + for pivot_idx in range(order, len(df) - order): + high_val = float(df.iloc[pivot_idx]["high"]) + window = df["high"].iloc[pivot_idx - order : pivot_idx + order + 1] + if high_val < window.max(): + continue + + start = max(0, pivot_idx - lookback) + recent_low = float(df["low"].iloc[start : pivot_idx + 1].min()) + if recent_low <= 0: + continue + rise_pct = (high_val - recent_low) / recent_low * 100.0 + if rise_pct < min_swing_pct: + continue + + confirm_idx = pivot_idx + order + signals.append( + TechniqueSignal( + side="sell", + bar_index=confirm_idx, + price=round(high_val, 2), + datetime=pd.Timestamp(df.iloc[confirm_idx]["datetime"]).strftime("%Y-%m-%d %H:%M:%S"), + pivot_bar_index=pivot_idx, + confidence=min(1.0, rise_pct / 10.0), + reason="local_high", + ) + ) + return signals + + +def _dedupe_signals(signals: list[TechniqueSignal], min_bars: int) -> list[TechniqueSignal]: + """동일 방향 근접 신호를 병합한다.""" + if not signals: + return [] + + sorted_signals = sorted(signals, key=lambda s: s.bar_index) + merged: list[TechniqueSignal] = [sorted_signals[0]] + + for signal in sorted_signals[1:]: + last = merged[-1] + if signal.side == last.side and signal.bar_index - last.bar_index < min_bars: + if signal.side == "buy" and signal.price < last.price: + merged[-1] = signal + elif signal.side == "sell" and signal.price > last.price: + merged[-1] = signal + else: + merged.append(signal) + + return sorted(merged, key=lambda s: s.bar_index) diff --git a/src/deepcoin/techniques/ma_cross.py b/src/deepcoin/techniques/ma_cross.py new file mode 100644 index 0000000..1c2bb27 --- /dev/null +++ b/src/deepcoin/techniques/ma_cross.py @@ -0,0 +1,68 @@ +"""이동평균 골든·데드 크로스.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal +from deepcoin.techniques.indicators import ema + + +class MaCrossTechnique(BaseTechnique): + """단기 EMA가 장기 EMA를 상향 돌파 시 매수, 하향 돌파 시 매도.""" + + technique_id = "ma_cross" + technique_name = "EMA 크로스" + category = "indicator" + causal = True + description = "EMA(20/60) 골든크로스 매수·데드크로스 매도" + + def default_extra_params(self) -> dict: + return {"fast_span": 20, "slow_span": 60} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + fast_span = int(params.extra.get("fast_span", 20)) + slow_span = int(params.extra.get("slow_span", 60)) + + close = df["close"].astype(float) + fast = ema(close, fast_span) + slow = ema(close, slow_span) + + signals: list[TechniqueSignal] = [] + start = max(fast_span, slow_span) + + for i in range(start + 1, len(df)): + if pd.isna(fast.iloc[i]) or pd.isna(slow.iloc[i]): + continue + + prev_fast = float(fast.iloc[i - 1]) + prev_slow = float(slow.iloc[i - 1]) + curr_fast = float(fast.iloc[i]) + curr_slow = float(slow.iloc[i]) + price = float(close.iloc[i]) + dt = pd.Timestamp(df.iloc[i]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + + if prev_fast <= prev_slow and curr_fast > curr_slow: + signals.append( + TechniqueSignal( + side="buy", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.6, + reason="golden_cross", + ) + ) + elif prev_fast >= prev_slow and curr_fast < curr_slow: + signals.append( + TechniqueSignal( + side="sell", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.6, + reason="death_cross", + ) + ) + + return signals diff --git a/src/deepcoin/techniques/macd_cross.py b/src/deepcoin/techniques/macd_cross.py new file mode 100644 index 0000000..366ae4c --- /dev/null +++ b/src/deepcoin/techniques/macd_cross.py @@ -0,0 +1,68 @@ +"""MACD 시그널선 크로스.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal +from deepcoin.techniques.indicators import macd + + +class MacdCrossTechnique(BaseTechnique): + """MACD가 시그널선을 상향 돌파 시 매수, 하향 돌파 시 매도.""" + + technique_id = "macd_cross" + technique_name = "MACD 크로스" + category = "indicator" + causal = True + description = "MACD(12,26,9) 시그널선 골든·데드 크로스" + + def default_extra_params(self) -> dict: + return {"fast": 12, "slow": 26, "signal": 9} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + fast = int(params.extra.get("fast", 12)) + slow = int(params.extra.get("slow", 26)) + signal_span = int(params.extra.get("signal", 9)) + + close = df["close"].astype(float) + macd_line, signal_line, _ = macd(close, fast=fast, slow=slow, signal=signal_span) + + signals: list[TechniqueSignal] = [] + start = slow + signal_span + + for i in range(start + 1, len(df)): + if pd.isna(macd_line.iloc[i]) or pd.isna(signal_line.iloc[i]): + continue + + prev_macd = float(macd_line.iloc[i - 1]) + prev_sig = float(signal_line.iloc[i - 1]) + curr_macd = float(macd_line.iloc[i]) + curr_sig = float(signal_line.iloc[i]) + price = float(close.iloc[i]) + dt = pd.Timestamp(df.iloc[i]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + + if prev_macd <= prev_sig and curr_macd > curr_sig: + signals.append( + TechniqueSignal( + side="buy", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.6, + reason="macd_bull_cross", + ) + ) + elif prev_macd >= prev_sig and curr_macd < curr_sig: + signals.append( + TechniqueSignal( + side="sell", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.6, + reason="macd_bear_cross", + ) + ) + + return signals diff --git a/src/deepcoin/techniques/minor_swing.py b/src/deepcoin/techniques/minor_swing.py new file mode 100644 index 0000000..c4525e3 --- /dev/null +++ b/src/deepcoin/techniques/minor_swing.py @@ -0,0 +1,67 @@ +"""소형 ZigZag + 국소 극값 하이브리드.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal +from deepcoin.techniques.local_extrema import LocalExtremaTechnique +from deepcoin.techniques.zigzag_causal import find_causal_zigzag_signals + + +class MinorSwingTechnique(BaseTechnique): + """2.5% 인과 ZigZag와 국소 극값을 결합한 하이브리드.""" + + technique_id = "minor_swing" + technique_name = "소형 스윙 하이브리드" + category = "hybrid" + causal = True + description = "소형 ZigZag(2.5%) + 국소 극값 — GT 중간 눌림목 보완" + + def default_extra_params(self) -> dict: + return { + "reversal_pct": 2.5, + "order": 15, + "min_swing_pct": 2.0, + "min_bars_between": 20, + } + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + reversal_pct = float(params.extra.get("reversal_pct", 2.5)) + zz_signals = find_causal_zigzag_signals(df, reversal_pct=reversal_pct) + + local_params = TechniqueParams( + interval_min=params.interval_min, + lookback_days=params.lookback_days, + min_leg_pct=params.min_leg_pct, + initial_cash_krw=params.initial_cash_krw, + fee_rate=params.fee_rate, + extra={ + "order": int(params.extra.get("order", 15)), + "min_swing_pct": float(params.extra.get("min_swing_pct", 2.0)), + "min_bars_between": int(params.extra.get("min_bars_between", 20)), + }, + ) + local_signals = LocalExtremaTechnique().generate_signals(df, local_params) + return _merge_signals(zz_signals + local_signals, min_bars=20) + + +def _merge_signals(signals: list[TechniqueSignal], min_bars: int) -> list[TechniqueSignal]: + """방향별 근접 신호를 병합한다.""" + if not signals: + return [] + + sorted_signals = sorted(signals, key=lambda s: s.bar_index) + merged: list[TechniqueSignal] = [sorted_signals[0]] + + for signal in sorted_signals[1:]: + last = merged[-1] + if signal.side == last.side and signal.bar_index - last.bar_index < min_bars: + if signal.side == "buy" and signal.price < last.price: + merged[-1] = signal + elif signal.side == "sell" and signal.price > last.price: + merged[-1] = signal + else: + merged.append(signal) + + return sorted(merged, key=lambda s: s.bar_index) diff --git a/src/deepcoin/techniques/registry.py b/src/deepcoin/techniques/registry.py new file mode 100644 index 0000000..c79321f --- /dev/null +++ b/src/deepcoin/techniques/registry.py @@ -0,0 +1,42 @@ +"""매매 기법 레지스트리.""" + +from __future__ import annotations + +from deepcoin.techniques.base import BaseTechnique +from deepcoin.techniques.bb_reversal import BbReversalTechnique +from deepcoin.techniques.donchian import DonchianTechnique +from deepcoin.techniques.local_extrema import LocalExtremaTechnique +from deepcoin.techniques.ma_cross import MaCrossTechnique +from deepcoin.techniques.macd_cross import MacdCrossTechnique +from deepcoin.techniques.minor_swing import MinorSwingTechnique +from deepcoin.techniques.rsi_swing import RsiSwingTechnique +from deepcoin.techniques.zigzag_causal import ZigzagCausalTechnique + +_ALL_TECHNIQUES: list[BaseTechnique] = [ + ZigzagCausalTechnique(), + MinorSwingTechnique(), + LocalExtremaTechnique(), + BbReversalTechnique(), + MaCrossTechnique(), + RsiSwingTechnique(), + MacdCrossTechnique(), + DonchianTechnique(), +] + + +def get_all_techniques() -> list[BaseTechnique]: + """등록된 모든 매매 기법을 반환한다.""" + return list(_ALL_TECHNIQUES) + + +def get_technique(technique_id: str) -> BaseTechnique | None: + """ID로 기법을 조회한다.""" + for technique in _ALL_TECHNIQUES: + if technique.technique_id == technique_id: + return technique + return None + + +def list_technique_ids() -> list[str]: + """기법 ID 목록을 반환한다.""" + return [t.technique_id for t in _ALL_TECHNIQUES] diff --git a/src/deepcoin/techniques/rsi_swing.py b/src/deepcoin/techniques/rsi_swing.py new file mode 100644 index 0000000..acdb552 --- /dev/null +++ b/src/deepcoin/techniques/rsi_swing.py @@ -0,0 +1,74 @@ +"""RSI 과매도·과매수 스윙.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal +from deepcoin.techniques.indicators import rsi + + +class RsiSwingTechnique(BaseTechnique): + """RSI 30 이탈 후 복귀 시 매수, 70 이탈 후 복귀 시 매도.""" + + technique_id = "rsi_swing" + technique_name = "RSI 스윙" + category = "indicator" + causal = True + description = "RSI(14) 과매도 반등 매수·과매수 하락 매도" + + def default_extra_params(self) -> dict: + return {"period": 14, "oversold": 30.0, "overbought": 70.0} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + period = int(params.extra.get("period", 14)) + oversold = float(params.extra.get("oversold", 30.0)) + overbought = float(params.extra.get("overbought", 70.0)) + + close = df["close"].astype(float) + rsi_vals = rsi(close, period=period) + + signals: list[TechniqueSignal] = [] + was_oversold = False + was_overbought = False + + for i in range(period + 1, len(df)): + if pd.isna(rsi_vals.iloc[i]): + continue + + curr = float(rsi_vals.iloc[i]) + prev = float(rsi_vals.iloc[i - 1]) + price = float(close.iloc[i]) + dt = pd.Timestamp(df.iloc[i]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + + if curr < oversold: + was_oversold = True + if was_oversold and prev < oversold <= curr: + signals.append( + TechniqueSignal( + side="buy", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.65, + reason="rsi_oversold_exit", + ) + ) + was_oversold = False + + if curr > overbought: + was_overbought = True + if was_overbought and prev > overbought >= curr: + signals.append( + TechniqueSignal( + side="sell", + bar_index=i, + price=round(price, 2), + datetime=dt, + confidence=0.65, + reason="rsi_overbought_exit", + ) + ) + was_overbought = False + + return signals diff --git a/src/deepcoin/techniques/runner.py b/src/deepcoin/techniques/runner.py new file mode 100644 index 0000000..729184a --- /dev/null +++ b/src/deepcoin/techniques/runner.py @@ -0,0 +1,141 @@ +"""매매 기법 실행 및 결과 저장.""" + +from __future__ import annotations + +import json +from datetime import datetime +from pathlib import Path +from typing import Any + +import pandas as pd + +from deepcoin.data.candle_loader import load_candles +from deepcoin.data.intervals import interval_label +from deepcoin.evaluation.gt_align import align_with_ground_truth +from deepcoin.ground_truth.pnl import simulate_gt_pnl +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueResult +from deepcoin.techniques.legs import legs_to_signal_dicts, signals_to_legs, summarize_legs +from deepcoin.techniques.registry import get_all_techniques, get_technique + + +def run_technique( + technique: BaseTechnique, + df: pd.DataFrame, + params: TechniqueParams, + gt_result: dict[str, Any] | None = None, + tolerance_bars: int = 480, +) -> TechniqueResult: + """단일 기법을 실행하고 GT 정합을 계산한다. + + Args: + technique: 실행할 기법. + df: 캔들 DataFrame. + params: 실행 파라미터. + gt_result: Ground Truth JSON dict (정합 평가용). + tolerance_bars: GT 신호 매칭 허용 봉 수. + + Returns: + TechniqueResult. + """ + merged_extra = {**technique.default_extra_params(), **params.extra} + run_params = TechniqueParams( + interval_min=params.interval_min, + lookback_days=params.lookback_days, + min_leg_pct=params.min_leg_pct, + initial_cash_krw=params.initial_cash_krw, + fee_rate=params.fee_rate, + extra=merged_extra, + ) + + raw_signals = technique.generate_signals(df, run_params) + legs = signals_to_legs(raw_signals, min_leg_pct=run_params.min_leg_pct) + summary = summarize_legs(legs) + pnl = simulate_gt_pnl( + legs, + initial_cash_krw=run_params.initial_cash_krw, + fee_rate=run_params.fee_rate, + ) + + alignment = None + if gt_result is not None: + alignment = align_with_ground_truth( + gt_result=gt_result, + technique_signals=[s.to_dict() for s in raw_signals], + technique_legs=legs, + tolerance_bars=tolerance_bars, + ) + + return TechniqueResult( + technique_id=technique.technique_id, + technique_name=technique.technique_name, + category=technique.category, + causal=technique.causal, + description=technique.description, + params={ + "interval_min": run_params.interval_min, + "lookback_days": run_params.lookback_days, + "min_leg_pct": run_params.min_leg_pct, + "initial_cash_krw": run_params.initial_cash_krw, + "fee_rate": run_params.fee_rate, + **merged_extra, + }, + signals=[s.to_dict() for s in raw_signals], + legs=legs, + summary=summary, + pnl=pnl, + alignment=alignment, + ) + + +def run_all_techniques( + db_path: Path, + symbol: str, + params: TechniqueParams, + gt_result: dict[str, Any] | None = None, + tolerance_bars: int = 480, + technique_ids: list[str] | None = None, +) -> list[TechniqueResult]: + """등록된 기법을 일괄 실행한다.""" + df = load_candles( + db_path=db_path, + symbol=symbol, + interval_min=params.interval_min, + lookback_days=params.lookback_days, + ) + + techniques = get_all_techniques() + if technique_ids: + techniques = [t for t in techniques if t.technique_id in technique_ids] + + results: list[TechniqueResult] = [] + for technique in techniques: + results.append( + run_technique( + technique=technique, + df=df, + params=params, + gt_result=gt_result, + tolerance_bars=tolerance_bars, + ) + ) + return results + + +def save_technique_result(result: TechniqueResult, output_dir: Path) -> Path: + """기법 결과를 JSON으로 저장한다.""" + output_dir.mkdir(parents=True, exist_ok=True) + out_path = output_dir / f"{result.technique_id}.json" + payload = result.to_dict() + payload["meta"] = { + "generated_at": datetime.now().strftime("%Y-%m-%d %H:%M:%S"), + "interval_label": interval_label(int(result.params["interval_min"])), + } + with out_path.open("w", encoding="utf-8") as fp: + json.dump(payload, fp, ensure_ascii=False, indent=2) + return out_path + + +def load_ground_truth(gt_path: Path) -> dict[str, Any]: + """Ground Truth JSON을 로드한다.""" + with gt_path.open(encoding="utf-8") as fp: + return json.load(fp) diff --git a/src/deepcoin/techniques/zigzag_causal.py b/src/deepcoin/techniques/zigzag_causal.py new file mode 100644 index 0000000..352add9 --- /dev/null +++ b/src/deepcoin/techniques/zigzag_causal.py @@ -0,0 +1,112 @@ +"""인과 ZigZag — 피벗 확정 시점에 매수·매도 신호.""" + +from __future__ import annotations + +import pandas as pd + +from deepcoin.techniques.base import BaseTechnique, TechniqueParams, TechniqueSignal + + +class ZigzagCausalTechnique(BaseTechnique): + """되돌림 % 확정 시 피벗을 인정하는 인과 ZigZag 기법. + + Ground Truth ZigZag와 동일 임계값을 쓰되, 미래 데이터 없이 + 피벗이 확정된 봉에서만 신호를 발생시킨다. + """ + + technique_id = "zigzag_causal" + technique_name = "인과 ZigZag" + category = "swing" + causal = True + description = "되돌림 % 확정 시 스윙 저점 매수·고점 매도 (GT ZigZag 인과 버전)" + + def default_extra_params(self) -> dict: + return {"reversal_pct": 5.0} + + def generate_signals(self, df: pd.DataFrame, params: TechniqueParams) -> list[TechniqueSignal]: + reversal_pct = float(params.extra.get("reversal_pct", 5.0)) + return find_causal_zigzag_signals(df, reversal_pct=reversal_pct) + + +def find_causal_zigzag_signals( + df: pd.DataFrame, + reversal_pct: float = 5.0, +) -> list[TechniqueSignal]: + """인과 ZigZag 신호를 생성한다. + + Args: + df: OHLCV DataFrame. + reversal_pct: 피벗 확정 최소 되돌림(%). + + Returns: + 시간순 신호 리스트. + """ + if len(df) < 3: + return [] + + threshold = reversal_pct / 100.0 + signals: list[TechniqueSignal] = [] + direction: str | None = None + extreme_idx = 0 + extreme_price = float(df.iloc[0]["close"]) + + for i in range(1, len(df)): + high = float(df.iloc[i]["high"]) + low = float(df.iloc[i]["low"]) + + if direction is None: + if high >= extreme_price * (1 + threshold): + direction = "up" + extreme_idx = i + extreme_price = high + elif low <= extreme_price * (1 - threshold): + direction = "down" + extreme_idx = i + extreme_price = low + continue + + if direction == "up": + if high >= extreme_price: + extreme_price = high + extreme_idx = i + if low <= extreme_price * (1 - threshold): + signals.append( + _make_signal(df, i, extreme_idx, extreme_price, "sell", reversal_pct) + ) + direction = "down" + extreme_idx = i + extreme_price = low + else: + if low <= extreme_price: + extreme_price = low + extreme_idx = i + if high >= extreme_price * (1 + threshold): + signals.append( + _make_signal(df, i, extreme_idx, extreme_price, "buy", reversal_pct) + ) + direction = "up" + extreme_idx = i + extreme_price = high + + return signals + + +def _make_signal( + df: pd.DataFrame, + confirm_idx: int, + pivot_idx: int, + pivot_price: float, + side: str, + reversal_pct: float, +) -> TechniqueSignal: + """확정 봉 기준 TechniqueSignal을 생성한다.""" + dt = pd.Timestamp(df.iloc[confirm_idx]["datetime"]).strftime("%Y-%m-%d %H:%M:%S") + return TechniqueSignal( + side=side, + bar_index=confirm_idx, + price=round(pivot_price, 2), + datetime=dt, + pivot_bar_index=pivot_idx, + confidence=min(1.0, reversal_pct / 10.0), + reason=f"zigzag_{side}_confirmed", + )